--- linux-lts-utopic-3.16.0.orig/Documentation/ABI/stable/sysfs-devices +++ linux-lts-utopic-3.16.0/Documentation/ABI/stable/sysfs-devices @@ -0,0 +1,10 @@ +# Note: This documents additional properties of any device beyond what +# is documented in Documentation/sysfs-rules.txt + +What: /sys/devices/*/of_path +Date: February 2015 +Contact: Device Tree mailing list +Description: + Any device associated with a device-tree node will have + an of_path symlink pointing to the corresponding device + node in /sys/firmware/devicetree/ --- linux-lts-utopic-3.16.0.orig/Documentation/ABI/testing/configfs-usb-gadget-loopback +++ linux-lts-utopic-3.16.0/Documentation/ABI/testing/configfs-usb-gadget-loopback @@ -5,4 +5,4 @@ The attributes: qlen - depth of loopback queue - bulk_buflen - buffer length + buflen - buffer length --- linux-lts-utopic-3.16.0.orig/Documentation/ABI/testing/configfs-usb-gadget-sourcesink +++ linux-lts-utopic-3.16.0/Documentation/ABI/testing/configfs-usb-gadget-sourcesink @@ -9,4 +9,4 @@ isoc_maxpacket - 0 - 1023 (fs), 0 - 1024 (hs/ss) isoc_mult - 0..2 (hs/ss only) isoc_maxburst - 0..15 (ss only) - qlen - buffer length + buflen - buffer length --- linux-lts-utopic-3.16.0.orig/Documentation/ABI/testing/ima_policy +++ linux-lts-utopic-3.16.0/Documentation/ABI/testing/ima_policy @@ -20,16 +20,18 @@ action: measure | dont_measure | appraise | dont_appraise | audit condition:= base | lsm [option] base: [[func=] [mask=] [fsmagic=] [fsuuid=] [uid=] - [fowner]] + [euid=] [fowner=]] lsm: [[subj_user=] [subj_role=] [subj_type=] [obj_user=] [obj_role=] [obj_type=]] option: [[appraise_type=]] [permit_directio] base: func:= [BPRM_CHECK][MMAP_CHECK][FILE_CHECK][MODULE_CHECK] - mask:= [MAY_READ] [MAY_WRITE] [MAY_APPEND] [MAY_EXEC] + mask:= [[^]MAY_READ] [[^]MAY_WRITE] [[^]MAY_APPEND] + [[^]MAY_EXEC] fsmagic:= hex value fsuuid:= file system UUID (e.g 8bcbe394-4f13-4144-be8e-5aa9ea2ce2f6) uid:= decimal value + euid:= decimal value fowner:=decimal value lsm: are LSM specific option: appraise_type:= [imasig] --- linux-lts-utopic-3.16.0.orig/Documentation/ABI/testing/sysfs-class-cxl +++ linux-lts-utopic-3.16.0/Documentation/ABI/testing/sysfs-class-cxl @@ -0,0 +1,129 @@ +Slave contexts (eg. /sys/class/cxl/afu0.0s): + +What: /sys/class/cxl//irqs_max +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read/write + Decimal value of maximum number of interrupts that can be + requested by userspace. The default on probe is the maximum + that hardware can support (eg. 2037). Write values will limit + userspace applications to that many userspace interrupts. Must + be >= irqs_min. + +What: /sys/class/cxl//irqs_min +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read only + Decimal value of the minimum number of interrupts that + userspace must request on a CXL_START_WORK ioctl. Userspace may + omit the num_interrupts field in the START_WORK IOCTL to get + this minimum automatically. + +What: /sys/class/cxl//mmio_size +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read only + Decimal value of the size of the MMIO space that may be mmaped + by userspace. + +What: /sys/class/cxl//modes_supported +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read only + List of the modes this AFU supports. One per line. + Valid entries are: "dedicated_process" and "afu_directed" + +What: /sys/class/cxl//mode +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read/write + The current mode the AFU is using. Will be one of the modes + given in modes_supported. Writing will change the mode + provided that no user contexts are attached. + + +What: /sys/class/cxl//prefault_mode +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read/write + Set the mode for prefaulting in segments into the segment table + when performing the START_WORK ioctl. Possible values: + none: No prefaulting (default) + work_element_descriptor: Treat the work element + descriptor as an effective address and + prefault what it points to. + all: all segments process calling START_WORK maps. + +What: /sys/class/cxl//reset +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: write only + Writing 1 here will reset the AFU provided there are not + contexts active on the AFU. + +What: /sys/class/cxl//api_version +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read only + Decimal value of the current version of the kernel/user API. + +What: /sys/class/cxl//api_version_com +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read only + Decimal value of the the lowest version of the userspace API + this this kernel supports. + + + +Master contexts (eg. /sys/class/cxl/afu0.0m) + +What: /sys/class/cxl/m/mmio_size +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read only + Decimal value of the size of the MMIO space that may be mmaped + by userspace. This includes all slave contexts space also. + +What: /sys/class/cxl/m/pp_mmio_len +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read only + Decimal value of the Per Process MMIO space length. + +What: /sys/class/cxl/m/pp_mmio_off +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read only + Decimal value of the Per Process MMIO space offset. + + +Card info (eg. /sys/class/cxl/card0) + +What: /sys/class/cxl//caia_version +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read only + Identifies the CAIA Version the card implements. + +What: /sys/class/cxl//psl_version +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read only + Identifies the revision level of the PSL. + +What: /sys/class/cxl//base_image +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read only + Identifies the revision level of the base image for devices + that support loadable PSLs. For FPGAs this field identifies + the image contained in the on-adapter flash which is loaded + during the initial program load. + +What: /sys/class/cxl//image_loaded +Date: September 2014 +Contact: linuxppc-dev@lists.ozlabs.org +Description: read only + Will return "user" or "factory" depending on the image loaded + onto the card. --- linux-lts-utopic-3.16.0.orig/Documentation/ABI/testing/sysfs-driver-genwqe +++ linux-lts-utopic-3.16.0/Documentation/ABI/testing/sysfs-driver-genwqe @@ -25,6 +25,15 @@ Contact: haver@linux.vnet.ibm.com Description: Interface to set the next bitstream to be used. +What: /sys/class/genwqe/genwqe_card/reload_bitstream +Date: May 2014 +Contact: klebers@linux.vnet.ibm.com +Description: Interface to trigger a PCIe card reset to reload the bitstream. + sudo sh -c 'echo 1 > \ + /sys/class/genwqe/genwqe0_card/reload_bitstream' + If successfully, the card will come back with the bitstream set + on 'next_bitstream'. + What: /sys/class/genwqe/genwqe_card/tempsens Date: Oct 2013 Contact: haver@linux.vnet.ibm.com --- linux-lts-utopic-3.16.0.orig/Documentation/arm64/booting.txt +++ linux-lts-utopic-3.16.0/Documentation/arm64/booting.txt @@ -141,6 +141,14 @@ the kernel image will be entered must be initialised by software at a higher exception level to prevent execution in an UNKNOWN state. + For systems with a GICv3 interrupt controller: + - If EL3 is present: + ICC_SRE_EL3.Enable (bit 3) must be initialiased to 0b1. + ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b1. + - If the kernel is entered at EL1: + ICC.SRE_EL2.Enable (bit 3) must be initialised to 0b1 + ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b1. + The requirements described above for CPU mode, caches, MMUs, architected timers, coherency and system registers apply to all CPUs. All CPUs must enter the kernel in the same exception level. --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/arm/gic-v3.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/arm/gic-v3.txt @@ -0,0 +1,79 @@ +* ARM Generic Interrupt Controller, version 3 + +AArch64 SMP cores are often associated with a GICv3, providing Private +Peripheral Interrupts (PPI), Shared Peripheral Interrupts (SPI), +Software Generated Interrupts (SGI), and Locality-specific Peripheral +Interrupts (LPI). + +Main node required properties: + +- compatible : should at least contain "arm,gic-v3". +- interrupt-controller : Identifies the node as an interrupt controller +- #interrupt-cells : Specifies the number of cells needed to encode an + interrupt source. Must be a single cell with a value of at least 3. + + The 1st cell is the interrupt type; 0 for SPI interrupts, 1 for PPI + interrupts. Other values are reserved for future use. + + The 2nd cell contains the interrupt number for the interrupt type. + SPI interrupts are in the range [0-987]. PPI interrupts are in the + range [0-15]. + + The 3rd cell is the flags, encoded as follows: + bits[3:0] trigger type and level flags. + 1 = edge triggered + 4 = level triggered + + Cells 4 and beyond are reserved for future use. When the 1st cell + has a value of 0 or 1, cells 4 and beyond act as padding, and may be + ignored. It is recommended that padding cells have a value of 0. + +- reg : Specifies base physical address(s) and size of the GIC + registers, in the following order: + - GIC Distributor interface (GICD) + - GIC Redistributors (GICR), one range per redistributor region + - GIC CPU interface (GICC) + - GIC Hypervisor interface (GICH) + - GIC Virtual CPU interface (GICV) + + GICC, GICH and GICV are optional. + +- interrupts : Interrupt source of the VGIC maintenance interrupt. + +Optional + +- redistributor-stride : If using padding pages, specifies the stride + of consecutive redistributors. Must be a multiple of 64kB. + +- #redistributor-regions: The number of independent contiguous regions + occupied by the redistributors. Required if more than one such + region is present. + +Examples: + + gic: interrupt-controller@2cf00000 { + compatible = "arm,gic-v3"; + #interrupt-cells = <3>; + interrupt-controller; + reg = <0x0 0x2f000000 0 0x10000>, // GICD + <0x0 0x2f100000 0 0x200000>, // GICR + <0x0 0x2c000000 0 0x2000>, // GICC + <0x0 0x2c010000 0 0x2000>, // GICH + <0x0 0x2c020000 0 0x2000>; // GICV + interrupts = <1 9 4>; + }; + + gic: interrupt-controller@2c010000 { + compatible = "arm,gic-v3"; + #interrupt-cells = <3>; + interrupt-controller; + redistributor-stride = <0x0 0x40000>; // 256kB stride + #redistributor-regions = <2>; + reg = <0x0 0x2c010000 0 0x10000>, // GICD + <0x0 0x2d000000 0 0x800000>, // GICR 1: CPUs 0-31 + <0x0 0x2e000000 0 0x800000>; // GICR 2: CPUs 32-63 + <0x0 0x2c040000 0 0x2000>, // GICC + <0x0 0x2c060000 0 0x2000>, // GICH + <0x0 0x2c080000 0 0x2000>; // GICV + interrupts = <1 9 4>; + }; --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/arm/pmu.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/arm/pmu.txt @@ -7,6 +7,7 @@ Required properties: - compatible : should be one of + "apm,potenza-pmu" "arm,armv8-pmuv3" "arm,cortex-a17-pmu" "arm,cortex-a15-pmu" --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/ata/sata_rcar.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/ata/sata_rcar.txt @@ -3,7 +3,8 @@ Required properties: - compatible : should contain one of the following: - "renesas,sata-r8a7779" for R-Car H1 - - "renesas,sata-r8a7790" for R-Car H2 + - "renesas,sata-r8a7790-es1" for R-Car H2 ES1 + - "renesas,sata-r8a7790" for R-Car H2 other than ES1 - "renesas,sata-r8a7791" for R-Car M2 - reg : address and length of the SATA registers; - interrupts : must consist of one interrupt specifier. --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/chosen.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/chosen.txt @@ -0,0 +1,46 @@ +The chosen node +--------------- + +The chosen node does not represent a real device, but serves as a place +for passing data between firmware and the operating system, like boot +arguments. Data in the chosen node does not represent the hardware. + + +stdout-path property +-------------------- + +Device trees may specify the device to be used for boot console output +with a stdout-path property under /chosen, as described in ePAPR, e.g. + +/ { + chosen { + stdout-path = "/serial@f00:115200"; + }; + + serial@f00 { + compatible = "vendor,some-uart"; + reg = <0xf00 0x10>; + }; +}; + +If the character ":" is present in the value, this terminates the path. +The meaning of any characters following the ":" is device-specific, and +must be specified in the relevant binding documentation. + +For UART devices, the preferred binding is a string in the form: + + {{{}}} + +where + + baud - baud rate in decimal + parity - 'n' (none), 'o', (odd) or 'e' (even) + bits - number of data bits + flow - 'r' (rts) + +For example: 115200n8r + +Implementation note: Linux will look for the property "linux,stdout-path" or +on PowerPC "stdout" if "stdout-path" is not found. However, the +"linux,stdout-path" and "stdout" properties are deprecated. New platforms +should only use the "stdout-path" property. --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt @@ -38,7 +38,7 @@ 80 81 68 69 70 71 72 73 74 75 76 77>; - interrupt-names = "auart4-rx", "aurat4-tx", "spdif-tx", "empty", + interrupt-names = "auart4-rx", "auart4-tx", "spdif-tx", "empty", "saif0", "saif1", "i2c0", "i2c1", "auart0-rx", "auart0-tx", "auart1-rx", "auart1-tx", "auart2-rx", "auart2-tx", "auart3-rx", "auart3-tx"; --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/hwmon/ibmpowernv.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/hwmon/ibmpowernv.txt @@ -0,0 +1,23 @@ +IBM POWERNV platform sensors +---------------------------- + +Required node properties: +- compatible: must be one of + "ibm,opal-sensor-cooling-fan" + "ibm,opal-sensor-amb-temp" + "ibm,opal-sensor-power-supply" + "ibm,opal-sensor-power" +- sensor-id: an opaque id provided by the firmware to the kernel, identifies a + given sensor and its attribute data + +Example sensors node: + +cooling-fan#8-data { + sensor-id = <0x7052107>; + compatible = "ibm,opal-sensor-cooling-fan"; +}; + +amb-temp#1-thrs { + sensor-id = <0x5096000>; + compatible = "ibm,opal-sensor-amb-temp"; +}; --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/i2c/i2c-designware.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/i2c/i2c-designware.txt @@ -14,10 +14,10 @@ - i2c-sda-hold-time-ns : should contain the SDA hold time in nanoseconds. This option is only supported in hardware blocks version 1.11a or newer. - - i2c-scl-falling-time : should contain the SCL falling time in nanoseconds. + - i2c-scl-falling-time-ns : should contain the SCL falling time in nanoseconds. This value which is by default 300ns is used to compute the tLOW period. - - i2c-sda-falling-time : should contain the SDA falling time in nanoseconds. + - i2c-sda-falling-time-ns : should contain the SDA falling time in nanoseconds. This value which is by default 300ns is used to compute the tHIGH period. Example : --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/i2c/i2c-opal.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/i2c/i2c-opal.txt @@ -0,0 +1,37 @@ +Device-tree bindings for I2C OPAL driver +---------------------------------------- + +Most of the device node and properties layout is specific to the firmware and +used by the firmware itself for configuring the port. From the linux +perspective, the properties of use are "ibm,port-name" and "ibm,opal-id". + +Required properties: + +- reg: Port-id within a given master +- compatible: must be "ibm,opal-i2c" +- ibm,opal-id: Refers to a specific bus and used to identify it when calling + the relevant OPAL functions. +- bus-frequency: Operating frequency of the i2c bus (in HZ). Informational for + linux, used by the FW though. + +Optional properties: +- ibm,port-name: Firmware provides this name that uniquely identifies the i2c + port. + +The node contains a number of other properties that are used by the FW itself +and depend on the specific hardware implementation. The example below depicts +a P8 on-chip bus. + +Example: + +i2c-bus@0 { + reg = <0x0>; + bus-frequency = <0x61a80>; + compatible = "ibm,power8-i2c-port", "ibm,opal-i2c"; + ibm,opal-id = <0x1>; + ibm,port-name = "p8_00000000_e1p0"; + #address-cells = <0x1>; + phandle = <0x10000006>; + #size-cells = <0x0>; + linux,phandle = <0x10000006>; +}; --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/interrupt-controller/interrupts.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/interrupt-controller/interrupts.txt @@ -4,11 +4,13 @@ 1) Interrupt client nodes ------------------------- -Nodes that describe devices which generate interrupts must contain an either an -"interrupts" property or an "interrupts-extended" property. These properties -contain a list of interrupt specifiers, one per output interrupt. The format of -the interrupt specifier is determined by the interrupt controller to which the -interrupts are routed; see section 2 below for details. +Nodes that describe devices which generate interrupts must contain an +"interrupts" property, an "interrupts-extended" property, or both. If both are +present, the latter should take precedence; the former may be provided simply +for compatibility with software that does not recognize the latter. These +properties contain a list of interrupt specifiers, one per output interrupt. The +format of the interrupt specifier is determined by the interrupt controller to +which the interrupts are routed; see section 2 below for details. Example: interrupt-parent = <&intc1>; @@ -28,10 +30,6 @@ Example: interrupts-extended = <&intc1 5 1>, <&intc2 1 0>; -A device node may contain either "interrupts" or "interrupts-extended", but not -both. If both properties are present, then the operating system should log an -error and use only the data in "interrupts". - 2) Interrupt controller nodes ----------------------------- --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/net/apm-xgene-enet.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/net/apm-xgene-enet.txt @@ -0,0 +1,68 @@ +APM X-Gene SoC Ethernet nodes + +Ethernet nodes are defined to describe on-chip ethernet interfaces in +APM X-Gene SoC. + +Required properties for all the ethernet interfaces: +- compatible: Should be "apm,xgene-enet" +- reg: Address and length of the register set for the device. It contains the + information of registers in the same order as described by reg-names +- reg-names: Should contain the register set names + - "enet_csr": Ethernet control and status register address space + - "ring_csr": Descriptor ring control and status register address space + - "ring_cmd": Descriptor ring command register address space +- interrupts: Ethernet main interrupt +- clocks: Reference to the clock entry. +- local-mac-address: MAC address assigned to this device +- phy-connection-type: Interface type between ethernet device and PHY device + +Required properties for ethernet interfaces that have external PHY: +- phy-handle: Reference to a PHY node connected to this device + +- mdio: Device tree subnode with the following required properties: + - compatible: Must be "apm,xgene-mdio". + - #address-cells: Must be <1>. + - #size-cells: Must be <0>. + + For the phy on the mdio bus, there must be a node with the following fields: + - compatible: PHY identifier. Please refer ./phy.txt for the format. + - reg: The ID number for the phy. + +Optional properties: +- status: Should be "ok" or "disabled" for enabled/disabled. Default is "ok". + +Example: + menetclk: menetclk { + compatible = "apm,xgene-device-clock"; + clock-output-names = "menetclk"; + status = "ok"; + }; + + menet: ethernet@17020000 { + compatible = "apm,xgene-enet"; + status = "disabled"; + reg = <0x0 0x17020000 0x0 0xd100>, + <0x0 0X17030000 0x0 0X400>, + <0x0 0X10000000 0x0 0X200>; + reg-names = "enet_csr", "ring_csr", "ring_cmd"; + interrupts = <0x0 0x3c 0x4>; + clocks = <&menetclk 0>; + local-mac-address = [00 01 73 00 00 01]; + phy-connection-type = "rgmii"; + phy-handle = <&menetphy>; + mdio { + compatible = "apm,xgene-mdio"; + #address-cells = <1>; + #size-cells = <0>; + menetphy: menetphy@3 { + compatible = "ethernet-phy-id001c.c915"; + reg = <0x3>; + }; + + }; + }; + +/* Board-specific peripheral configurations */ +&menet { + status = "ok"; +}; --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/net/cpsw.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/net/cpsw.txt @@ -24,15 +24,17 @@ - ti,hwmods : Must be "cpgmac0" - no_bd_ram : Must be 0 or 1 - dual_emac : Specifies Switch to act as Dual EMAC +- syscon : Phandle to the system control device node, which is + the control module device of the am33x Slave Properties: Required properties: - phy_id : Specifies slave phy id - phy-mode : See ethernet.txt file in the same directory -- mac-address : See ethernet.txt file in the same directory Optional properties: - dual_emac_res_vlan : Specifies VID to be used to segregate the ports +- mac-address : See ethernet.txt file in the same directory Note: "ti,hwmods" field is used to fetch the base address and irq resources from TI, omap hwmod data base during device registration. @@ -57,6 +59,7 @@ active_slave = <0>; cpts_clock_mult = <0x80000000>; cpts_clock_shift = <29>; + syscon = <&cm>; cpsw_emac0: slave@0 { phy_id = <&davinci_mdio>, <0>; phy-mode = "rgmii-txid"; @@ -85,6 +88,7 @@ active_slave = <0>; cpts_clock_mult = <0x80000000>; cpts_clock_shift = <29>; + syscon = <&cm>; cpsw_emac0: slave@0 { phy_id = <&davinci_mdio>, <0>; phy-mode = "rgmii-txid"; --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt @@ -1,7 +1,7 @@ * Marvell Armada 370 / Armada XP Ethernet Controller (NETA) Required properties: -- compatible: should be "marvell,armada-370-neta". +- compatible: "marvell,armada-370-neta" or "marvell,armada-xp-neta". - reg: address and length of the register set for the device. - interrupts: interrupt for the device - phy: See ethernet.txt file in the same directory. --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/pci/xgene-pci.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/pci/xgene-pci.txt @@ -0,0 +1,54 @@ +* AppliedMicro X-Gene PCIe interface + +Required properties: +- device_type: set to "pci" +- compatible: should contain "xgene,pcie" to identify the core. +- reg: A list of physical base address and length for each set of controller + registers. Must contain an entry for each entry in the reg-names + property. +- reg-names: Must include the following entries: + "csr": controller configuration registers. + "cfg": pcie configuration space registers. +- #address-cells: set to <3> +- #size-cells: set to <2> +- ranges: ranges for the outbound memory, I/O regions. +- dma-ranges: ranges for the inbound memory regions. +- #interrupt-cells: set to <1> +- interrupt-map-mask and interrupt-map: standard PCI properties + to define the mapping of the PCIe interface to interrupt + numbers. +- clocks: from common clock binding: handle to pci clock. + +Optional properties: +- status: Either "ok" or "disabled". +- dma-coherent: Present if dma operations are coherent + +Example: + +SoC specific DT Entry: + pcie0: pcie@1f2b0000 { + status = "disabled"; + device_type = "pci"; + compatible = "apm,xgene-pcie"; + #interrupt-cells = <1>; + #size-cells = <2>; + #address-cells = <3>; + reg = < 0x00 0x1f2b0000 0x0 0x00010000 /* Controller registers */ + 0xe0 0xd0000000 0x0 0x00200000>; /* PCI config space */ + reg-names = "csr", "cfg"; + ranges = <0x01000000 0x00 0x00000000 0xe0 0x00000000 0x00 0x00010000 /* io */ + 0x02000000 0x00 0x10000000 0xe0 0x10000000 0x00 0x80000000>; /* mem */ + dma-ranges = <0x42000000 0x40 0x00000000 0x40 0x00000000 0x40 0x00000000>; + interrupt-map-mask = <0x0 0x0 0x0 0x7>; + interrupt-map = <0x0 0x0 0x0 0x1 &gic 0x0 0xc2 0x1 + 0x0 0x0 0x0 0x2 &gic 0x0 0xc3 0x1 + 0x0 0x0 0x0 0x3 &gic 0x0 0xc4 0x1 + 0x0 0x0 0x0 0x4 &gic 0x0 0xc5 0x1>; + dma-coherent; + clocks = <&pcie0clk 0>; + }; + +Board specific DT Entry: + &pcie0 { + status = "ok"; + }; --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt @@ -92,5 +92,5 @@ mpp62 62 gpio, dev(a2), uart1(cts), tdm(drx), pcie(clkreq0), audio(mclk), uart0(cts) mpp63 63 gpo, spi0(sck), tclk -mpp64 64 gpio, spi0(miso), spi0-1(cs1) -mpp65 65 gpio, spi0(mosi), spi0-1(cs2) +mpp64 64 gpio, spi0(miso), spi0(cs1) +mpp65 65 gpio, spi0(mosi), spi0(cs2) --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/pinctrl/marvell,armada-375-pinctrl.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/pinctrl/marvell,armada-375-pinctrl.txt @@ -22,8 +22,8 @@ mpp6 6 gpio, dev(ad0), led(p1), audio(rclk) mpp7 7 gpio, dev(ad1), ptp(clk), led(p2), audio(extclk) mpp8 8 gpio, dev (bootcs), spi0(cs0), spi1(cs0) -mpp9 9 gpio, nf(wen), spi0(sck), spi1(sck) -mpp10 10 gpio, nf(ren), dram(vttctrl), led(c1) +mpp9 9 gpio, spi0(sck), spi1(sck), nand(we) +mpp10 10 gpio, dram(vttctrl), led(c1), nand(re) mpp11 11 gpio, dev(a0), led(c2), audio(sdo) mpp12 12 gpio, dev(a1), audio(bclk) mpp13 13 gpio, dev(readyn), pcie0(rstoutn), pcie1(rstoutn) --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/pinctrl/marvell,armada-38x-pinctrl.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/pinctrl/marvell,armada-38x-pinctrl.txt @@ -27,15 +27,15 @@ mpp9 9 gpio, ge0(txd2), dev(ad11) mpp10 10 gpio, ge0(txd3), dev(ad12) mpp11 11 gpio, ge0(txctl), dev(ad13) -mpp12 12 gpio, ge0(rxd0), pcie0(rstout), pcie1(rstout) [1], spi0(cs1), dev(ad14) -mpp13 13 gpio, ge0(rxd1), pcie0(clkreq), pcie1(clkreq) [1], spi0(cs2), dev(ad15) -mpp14 14 gpio, ge0(rxd2), ptp(clk), m(vtt_ctrl), spi0(cs3), dev(wen1) -mpp15 15 gpio, ge0(rxd3), ge(mdc slave), pcie0(rstout), spi0(mosi), pcie1(rstout) [1] -mpp16 16 gpio, ge0(rxctl), ge(mdio slave), m(decc_err), spi0(miso), pcie0(clkreq) +mpp12 12 gpio, ge0(rxd0), pcie0(rstout), spi0(cs1), dev(ad14), pcie3(clkreq) +mpp13 13 gpio, ge0(rxd1), pcie0(clkreq), pcie1(clkreq) [1], spi0(cs2), dev(ad15), pcie2(clkreq) +mpp14 14 gpio, ge0(rxd2), ptp(clk), m(vtt_ctrl), spi0(cs3), dev(wen1), pcie3(clkreq) +mpp15 15 gpio, ge0(rxd3), ge(mdc slave), pcie0(rstout), spi0(mosi) +mpp16 16 gpio, ge0(rxctl), ge(mdio slave), m(decc_err), spi0(miso), pcie0(clkreq), pcie1(clkreq) [1] mpp17 17 gpio, ge0(rxclk), ptp(clk), ua1(rxd), spi0(sck), sata1(prsnt) -mpp18 18 gpio, ge0(rxerr), ptp(trig_gen), ua1(txd), spi0(cs0), pcie1(rstout) [1] -mpp19 19 gpio, ge0(col), ptp(event_req), pcie0(clkreq), sata1(prsnt), ua0(cts) -mpp20 20 gpio, ge0(txclk), ptp(clk), pcie1(rstout) [1], sata0(prsnt), ua0(rts) +mpp18 18 gpio, ge0(rxerr), ptp(trig_gen), ua1(txd), spi0(cs0) +mpp19 19 gpio, ge0(col), ptp(event_req), ge0(txerr), sata1(prsnt), ua0(cts) +mpp20 20 gpio, ge0(txclk), ptp(clk), sata0(prsnt), ua0(rts) mpp21 21 gpio, spi0(cs1), ge1(rxd0), sata0(prsnt), sd0(cmd), dev(bootcs) mpp22 22 gpio, spi0(mosi), dev(ad0) mpp23 23 gpio, spi0(sck), dev(ad2) @@ -58,23 +58,23 @@ mpp40 40 gpio, i2c1(sda), ge1(rxd3), ua0(rts), sd0(d2), dev(ad6) mpp41 41 gpio, ua1(rxd), ge1(rxctl), ua0(cts), spi1(cs3), dev(burst/last) mpp42 42 gpio, ua1(txd), ua0(rts), dev(ad7) -mpp43 43 gpio, pcie0(clkreq), m(vtt_ctrl), m(decc_err), pcie0(rstout), dev(clkout) -mpp44 44 gpio, sata0(prsnt), sata1(prsnt), sata2(prsnt) [2], sata3(prsnt) [3], pcie0(rstout) -mpp45 45 gpio, ref(clk_out0), pcie0(rstout), pcie1(rstout) [1], pcie2(rstout), pcie3(rstout) -mpp46 46 gpio, ref(clk_out1), pcie0(rstout), pcie1(rstout) [1], pcie2(rstout), pcie3(rstout) -mpp47 47 gpio, sata0(prsnt), sata1(prsnt), sata2(prsnt) [2], spi1(cs2), sata3(prsnt) [2] -mpp48 48 gpio, sata0(prsnt), m(vtt_ctrl), tdm2c(pclk), audio(mclk), sd0(d4) -mpp49 49 gpio, sata2(prsnt) [2], sata3(prsnt) [2], tdm2c(fsync), audio(lrclk), sd0(d5) -mpp50 50 gpio, pcie0(rstout), pcie1(rstout) [1], tdm2c(drx), audio(extclk), sd0(cmd) +mpp43 43 gpio, pcie0(clkreq), m(vtt_ctrl), m(decc_err), spi1(cs2), dev(clkout) +mpp44 44 gpio, sata0(prsnt), sata1(prsnt), sata2(prsnt) [2], sata3(prsnt) [3] +mpp45 45 gpio, ref(clk_out0), pcie0(rstout) +mpp46 46 gpio, ref(clk_out1), pcie0(rstout) +mpp47 47 gpio, sata0(prsnt), sata1(prsnt), sata2(prsnt) [2], sata3(prsnt) [2] +mpp48 48 gpio, sata0(prsnt), m(vtt_ctrl), tdm2c(pclk), audio(mclk), sd0(d4), pcie0(clkreq) +mpp49 49 gpio, sata2(prsnt) [2], sata3(prsnt) [2], tdm2c(fsync), audio(lrclk), sd0(d5), pcie1(clkreq) +mpp50 50 gpio, pcie0(rstout), tdm2c(drx), audio(extclk), sd0(cmd) mpp51 51 gpio, tdm2c(dtx), audio(sdo), m(decc_err) -mpp52 52 gpio, pcie0(rstout), pcie1(rstout) [1], tdm2c(intn), audio(sdi), sd0(d6) +mpp52 52 gpio, pcie0(rstout), tdm2c(intn), audio(sdi), sd0(d6) mpp53 53 gpio, sata1(prsnt), sata0(prsnt), tdm2c(rstn), audio(bclk), sd0(d7) -mpp54 54 gpio, sata0(prsnt), sata1(prsnt), pcie0(rstout), pcie1(rstout) [1], sd0(d3) +mpp54 54 gpio, sata0(prsnt), sata1(prsnt), pcie0(rstout), ge0(txerr), sd0(d3) mpp55 55 gpio, ua1(cts), ge(mdio), pcie1(clkreq) [1], spi1(cs1), sd0(d0) mpp56 56 gpio, ua1(rts), ge(mdc), m(decc_err), spi1(mosi) mpp57 57 gpio, spi1(sck), sd0(clk) mpp58 58 gpio, pcie1(clkreq) [1], i2c1(sck), pcie2(clkreq), spi1(miso), sd0(d1) -mpp59 59 gpio, pcie0(rstout), i2c1(sda), pcie1(rstout) [1], spi1(cs0), sd0(d2) +mpp59 59 gpio, pcie0(rstout), i2c1(sda), spi1(cs0), sd0(d2) [1]: only available on 88F6820 and 88F6828 [2]: only available on 88F6828 --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/pinctrl/marvell,armada-xp-pinctrl.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/pinctrl/marvell,armada-xp-pinctrl.txt @@ -42,15 +42,15 @@ mpp21 21 gpio, ge0(rxd5), ge1(rxd3), lcd(d21), mem(bat) mpp22 22 gpio, ge0(rxd6), ge1(rxctl), lcd(d22), sata0(prsnt) mpp23 23 gpio, ge0(rxd7), ge1(rxclk), lcd(d23), sata1(prsnt) -mpp24 24 gpio, lcd(hsync), sata1(prsnt), nf(bootcs-re), tdm(rst) -mpp25 25 gpio, lcd(vsync), sata0(prsnt), nf(bootcs-we), tdm(pclk) -mpp26 26 gpio, lcd(clk), tdm(fsync), vdd(cpu1-pd) +mpp24 24 gpio, lcd(hsync), sata1(prsnt), tdm(rst) +mpp25 25 gpio, lcd(vsync), sata0(prsnt), tdm(pclk) +mpp26 26 gpio, lcd(clk), tdm(fsync) mpp27 27 gpio, lcd(e), tdm(dtx), ptp(trig) mpp28 28 gpio, lcd(pwm), tdm(drx), ptp(evreq) -mpp29 29 gpio, lcd(ref-clk), tdm(int0), ptp(clk), vdd(cpu0-pd) +mpp29 29 gpio, lcd(ref-clk), tdm(int0), ptp(clk) mpp30 30 gpio, tdm(int1), sd0(clk) -mpp31 31 gpio, tdm(int2), sd0(cmd), vdd(cpu0-pd) -mpp32 32 gpio, tdm(int3), sd0(d0), vdd(cpu1-pd) +mpp31 31 gpio, tdm(int2), sd0(cmd) +mpp32 32 gpio, tdm(int3), sd0(d0) mpp33 33 gpio, tdm(int4), sd0(d1), mem(bat) mpp34 34 gpio, tdm(int5), sd0(d2), sata0(prsnt) mpp35 35 gpio, tdm(int6), sd0(d3), sata1(prsnt) @@ -58,21 +58,18 @@ mpp37 37 gpio, spi(miso) mpp38 38 gpio, spi(sck) mpp39 39 gpio, spi(cs0) -mpp40 40 gpio, spi(cs1), uart2(cts), lcd(vga-hsync), vdd(cpu1-pd), - pcie(clkreq0) +mpp40 40 gpio, spi(cs1), uart2(cts), lcd(vga-hsync), pcie(clkreq0) mpp41 41 gpio, spi(cs2), uart2(rts), lcd(vga-vsync), sata1(prsnt), pcie(clkreq1) -mpp42 42 gpio, uart2(rxd), uart0(cts), tdm(int7), tdm-1(timer), - vdd(cpu0-pd) -mpp43 43 gpio, uart2(txd), uart0(rts), spi(cs3), pcie(rstout), - vdd(cpu2-3-pd){1} +mpp42 42 gpio, uart2(rxd), uart0(cts), tdm(int7), tdm-1(timer) +mpp43 43 gpio, uart2(txd), uart0(rts), spi(cs3), pcie(rstout) mpp44 44 gpio, uart2(cts), uart3(rxd), spi(cs4), pcie(clkreq2), mem(bat) mpp45 45 gpio, uart2(rts), uart3(txd), spi(cs5), sata1(prsnt) mpp46 46 gpio, uart3(rts), uart1(rts), spi(cs6), sata0(prsnt) mpp47 47 gpio, uart3(cts), uart1(cts), spi(cs7), pcie(clkreq3), ref(clkout) -mpp48 48 gpio, tclk, dev(burst/last) +mpp48 48 gpio, dev(clkout), dev(burst/last) * Marvell Armada XP (mv78260 and mv78460 only) @@ -84,9 +81,9 @@ mpp52 52 gpio, dev(ad17) mpp53 53 gpio, dev(ad18) mpp54 54 gpio, dev(ad19) -mpp55 55 gpio, dev(ad20), vdd(cpu0-pd) -mpp56 56 gpio, dev(ad21), vdd(cpu1-pd) -mpp57 57 gpio, dev(ad22), vdd(cpu2-3-pd){1} +mpp55 55 gpio, dev(ad20) +mpp56 56 gpio, dev(ad21) +mpp57 57 gpio, dev(ad22) mpp58 58 gpio, dev(ad23) mpp59 59 gpio, dev(ad24) mpp60 60 gpio, dev(ad25) @@ -96,6 +93,3 @@ mpp64 64 gpio, dev(ad29) mpp65 65 gpio, dev(ad30) mpp66 66 gpio, dev(ad31) - -Notes: -* {1} vdd(cpu2-3-pd) only available on mv78460. --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/power/reset/syscon-reboot.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/power/reset/syscon-reboot.txt @@ -0,0 +1,27 @@ +Generic SYSCON mapped register reset driver + +This is a generic reset driver using syscon to map the reset register. +The reset is generally performed with a write to the reset register +defined by the register map pointed by syscon reference plus the offset +with the mask defined in the reboot node. + +Required properties: +- compatible: should contain "syscon-reboot" +- regmap: this is phandle to the register map node +- offset: offset in the register map for the reboot register (in bytes) +- mask: the reset value written to the reboot register (32 bit access) + +Default will be little endian mode, 32 bit access only. + +Examples: + regmapnode { + compatible = "apm,xgene-scu","syscon"; + reg = <0xXXXXXXXX 0xXXXXXXXX>; + } + + reboot { + compatible = "syscon-reboot"; + regmap = <®mapnode>; + offset = <0x0>; + mask = <0x1>; + }; --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/rng/apm,rng.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/rng/apm,rng.txt @@ -0,0 +1,17 @@ +APM X-Gene SoC random number generator. + +Required properties: + +- compatible : should be "apm,xgene-rng" +- reg : specifies base physical address and size of the registers map +- clocks : phandle to clock-controller plus clock-specifier pair +- interrupts : specify the fault interrupt for the RNG device + +Example: + + rng: rng@10520000 { + compatible = "apm,xgene-rng"; + reg = <0x0 0x10520000 0x0 0x100>; + interrupts = <0x0 0x41 0x4>; + clocks = <&rngpkaclk 0>; + }; --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/sound/adi,axi-spdif-tx.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/sound/adi,axi-spdif-tx.txt @@ -1,7 +1,7 @@ ADI AXI-SPDIF controller Required properties: - - compatible : Must be "adi,axi-spdif-1.00.a" + - compatible : Must be "adi,axi-spdif-tx-1.00.a" - reg : Must contain SPDIF core's registers location and length - clocks : Pairs of phandle and specifier referencing the controller's clocks. The controller expects two clocks, the clock used for the AXI interface and --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/spi/spi_pl022.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/spi/spi_pl022.txt @@ -4,9 +4,9 @@ - compatible : "arm,pl022", "arm,primecell" - reg : Offset and length of the register set for the device - interrupts : Should contain SPI controller interrupt +- num-cs : total number of chipselects Optional properties: -- num-cs : total number of chipselects - cs-gpios : should specify GPIOs used for chipselects. The gpios will be referred to as reg = in the SPI child nodes. If unspecified, a single SPI device without a chip select can be used. --- linux-lts-utopic-3.16.0.orig/Documentation/devicetree/bindings/staging/imx-drm/ldb.txt +++ linux-lts-utopic-3.16.0/Documentation/devicetree/bindings/staging/imx-drm/ldb.txt @@ -56,6 +56,9 @@ - fsl,data-width : should be <18> or <24> - port: A port node with endpoint definitions as defined in Documentation/devicetree/bindings/media/video-interfaces.txt. + On i.MX5, the internal two-input-multiplexer is used. + Due to hardware limitations, only one port (port@[0,1]) + can be used for each channel (lvds-channel@[0,1], respectively) On i.MX6, there should be four ports (port@[0-3]) that correspond to the four LVDS multiplexer inputs. @@ -78,6 +81,8 @@ "di0", "di1"; lvds-channel@0 { + #address-cells = <1>; + #size-cells = <0>; reg = <0>; fsl,data-mapping = "spwg"; fsl,data-width = <24>; @@ -86,7 +91,9 @@ /* ... */ }; - port { + port@0 { + reg = <0>; + lvds0_in: endpoint { remote-endpoint = <&ipu_di0_lvds0>; }; @@ -94,6 +101,8 @@ }; lvds-channel@1 { + #address-cells = <1>; + #size-cells = <0>; reg = <1>; fsl,data-mapping = "spwg"; fsl,data-width = <24>; @@ -102,7 +111,9 @@ /* ... */ }; - port { + port@1 { + reg = <1>; + lvds1_in: endpoint { remote-endpoint = <&ipu_di1_lvds1>; }; --- linux-lts-utopic-3.16.0.orig/Documentation/filesystems/Locking +++ linux-lts-utopic-3.16.0/Documentation/filesystems/Locking @@ -67,6 +67,7 @@ struct file *, unsigned open_flag, umode_t create_mode, int *opened); int (*tmpfile) (struct inode *, struct dentry *, umode_t); + int (*dentry_open)(struct dentry *, struct file *, const struct cred *); locking rules: all may block @@ -96,6 +97,7 @@ update_time: no atomic_open: yes tmpfile: no +dentry_open: no Additionally, ->rmdir(), ->unlink() and ->rename() have ->i_mutex on victim. --- linux-lts-utopic-3.16.0.orig/Documentation/filesystems/efivarfs.txt +++ linux-lts-utopic-3.16.0/Documentation/filesystems/efivarfs.txt @@ -14,3 +14,10 @@ efivarfs is typically mounted like this, mount -t efivarfs none /sys/firmware/efi/efivars + +Due to the presence of numerous firmware bugs where removing non-standard +UEFI variables causes the system firmware to fail to POST, efivarfs +files that are not well-known standardized variables are created +as immutable files. This doesn't prevent removal - "chattr -i" will work - +but it does prevent this kind of failure from being accomplished +accidentally. --- linux-lts-utopic-3.16.0.orig/Documentation/filesystems/overlayfs.txt +++ linux-lts-utopic-3.16.0/Documentation/filesystems/overlayfs.txt @@ -0,0 +1,199 @@ +Written by: Neil Brown + +Overlay Filesystem +================== + +This document describes a prototype for a new approach to providing +overlay-filesystem functionality in Linux (sometimes referred to as +union-filesystems). An overlay-filesystem tries to present a +filesystem which is the result over overlaying one filesystem on top +of the other. + +The result will inevitably fail to look exactly like a normal +filesystem for various technical reasons. The expectation is that +many use cases will be able to ignore these differences. + +This approach is 'hybrid' because the objects that appear in the +filesystem do not all appear to belong to that filesystem. In many +cases an object accessed in the union will be indistinguishable +from accessing the corresponding object from the original filesystem. +This is most obvious from the 'st_dev' field returned by stat(2). + +While directories will report an st_dev from the overlay-filesystem, +all non-directory objects will report an st_dev from the lower or +upper filesystem that is providing the object. Similarly st_ino will +only be unique when combined with st_dev, and both of these can change +over the lifetime of a non-directory object. Many applications and +tools ignore these values and will not be affected. + +Upper and Lower +--------------- + +An overlay filesystem combines two filesystems - an 'upper' filesystem +and a 'lower' filesystem. When a name exists in both filesystems, the +object in the 'upper' filesystem is visible while the object in the +'lower' filesystem is either hidden or, in the case of directories, +merged with the 'upper' object. + +It would be more correct to refer to an upper and lower 'directory +tree' rather than 'filesystem' as it is quite possible for both +directory trees to be in the same filesystem and there is no +requirement that the root of a filesystem be given for either upper or +lower. + +The lower filesystem can be any filesystem supported by Linux and does +not need to be writable. The lower filesystem can even be another +overlayfs. The upper filesystem will normally be writable and if it +is it must support the creation of trusted.* extended attributes, and +must provide valid d_type in readdir responses, at least for symbolic +links - so NFS is not suitable. + +A read-only overlay of two read-only filesystems may use any +filesystem type. + +Directories +----------- + +Overlaying mainly involves directories. If a given name appears in both +upper and lower filesystems and refers to a non-directory in either, +then the lower object is hidden - the name refers only to the upper +object. + +Where both upper and lower objects are directories, a merged directory +is formed. + +At mount time, the two directories given as mount options are combined +into a merged directory: + + mount -t overlayfs overlayfs -olowerdir=/lower,upperdir=/upper /overlay + +Then whenever a lookup is requested in such a merged directory, the +lookup is performed in each actual directory and the combined result +is cached in the dentry belonging to the overlay filesystem. If both +actual lookups find directories, both are stored and a merged +directory is created, otherwise only one is stored: the upper if it +exists, else the lower. + +Only the lists of names from directories are merged. Other content +such as metadata and extended attributes are reported for the upper +directory only. These attributes of the lower directory are hidden. + +whiteouts and opaque directories +-------------------------------- + +In order to support rm and rmdir without changing the lower +filesystem, an overlay filesystem needs to record in the upper filesystem +that files have been removed. This is done using whiteouts and opaque +directories (non-directories are always opaque). + +The overlay filesystem uses extended attributes with a +"trusted.overlay." prefix to record these details. + +A whiteout is created as a symbolic link with target +"(overlay-whiteout)" and with xattr "trusted.overlay.whiteout" set to "y". +When a whiteout is found in the upper level of a merged directory, any +matching name in the lower level is ignored, and the whiteout itself +is also hidden. + +A directory is made opaque by setting the xattr "trusted.overlay.opaque" +to "y". Where the upper filesystem contains an opaque directory, any +directory in the lower filesystem with the same name is ignored. + +readdir +------- + +When a 'readdir' request is made on a merged directory, the upper and +lower directories are each read and the name lists merged in the +obvious way (upper is read first, then lower - entries that already +exist are not re-added). This merged name list is cached in the +'struct file' and so remains as long as the file is kept open. If the +directory is opened and read by two processes at the same time, they +will each have separate caches. A seekdir to the start of the +directory (offset 0) followed by a readdir will cause the cache to be +discarded and rebuilt. + +This means that changes to the merged directory do not appear while a +directory is being read. This is unlikely to be noticed by many +programs. + +seek offsets are assigned sequentially when the directories are read. +Thus if + - read part of a directory + - remember an offset, and close the directory + - re-open the directory some time later + - seek to the remembered offset + +there may be little correlation between the old and new locations in +the list of filenames, particularly if anything has changed in the +directory. + +Readdir on directories that are not merged is simply handled by the +underlying directory (upper or lower). + + +Non-directories +--------------- + +Objects that are not directories (files, symlinks, device-special +files etc.) are presented either from the upper or lower filesystem as +appropriate. When a file in the lower filesystem is accessed in a way +the requires write-access, such as opening for write access, changing +some metadata etc., the file is first copied from the lower filesystem +to the upper filesystem (copy_up). Note that creating a hard-link +also requires copy_up, though of course creation of a symlink does +not. + +The copy_up may turn out to be unnecessary, for example if the file is +opened for read-write but the data is not modified. + +The copy_up process first makes sure that the containing directory +exists in the upper filesystem - creating it and any parents as +necessary. It then creates the object with the same metadata (owner, +mode, mtime, symlink-target etc.) and then if the object is a file, the +data is copied from the lower to the upper filesystem. Finally any +extended attributes are copied up. + +Once the copy_up is complete, the overlay filesystem simply +provides direct access to the newly created file in the upper +filesystem - future operations on the file are barely noticed by the +overlay filesystem (though an operation on the name of the file such as +rename or unlink will of course be noticed and handled). + + +Non-standard behavior +--------------------- + +The copy_up operation essentially creates a new, identical file and +moves it over to the old name. The new file may be on a different +filesystem, so both st_dev and st_ino of the file may change. + +Any open files referring to this inode will access the old data and +metadata. Similarly any file locks obtained before copy_up will not +apply to the copied up file. + +On a file opened with O_RDONLY fchmod(2), fchown(2), futimesat(2) and +fsetxattr(2) will fail with EROFS. + +If a file with multiple hard links is copied up, then this will +"break" the link. Changes will not be propagated to other names +referring to the same inode. + +Symlinks in /proc/PID/ and /proc/PID/fd which point to a non-directory +object in overlayfs will not contain valid absolute paths, only +relative paths leading up to the filesystem's root. This will be +fixed in the future. + +Some operations are not atomic, for example a crash during copy_up or +rename will leave the filesystem in an inconsistent state. This will +be addressed in the future. + +Changes to underlying filesystems +--------------------------------- + +Offline changes, when the overlay is not mounted, are allowed to either +the upper or the lower trees. + +Changes to the underlying filesystems while part of a mounted overlay +filesystem are not allowed. If the underlying filesystem is changed, +the behavior of the overlay is undefined, though it will not result in +a crash or deadlock. --- linux-lts-utopic-3.16.0.orig/Documentation/filesystems/proc.txt +++ linux-lts-utopic-3.16.0/Documentation/filesystems/proc.txt @@ -139,7 +139,8 @@ stat Process status statm Process memory status information status Process status in human readable form - wchan If CONFIG_KALLSYMS is set, a pre-decoded wchan + wchan Present with CONFIG_KALLSYMS=y: it shows the kernel function + symbol the task is blocked in - or "0" if not blocked. pagemap Page table stack Report full stack trace, enable via CONFIG_STACKTRACE smaps a extension based on maps, showing the memory consumption of @@ -301,7 +302,7 @@ blocked bitmap of blocked signals sigign bitmap of ignored signals sigcatch bitmap of caught signals - wchan address where process went to sleep + 0 (place holder, used to be the wchan address, use /proc/PID/wchan instead) 0 (place holder) 0 (place holder) exit_signal signal to send to parent thread on exit --- linux-lts-utopic-3.16.0.orig/Documentation/filesystems/vfs.txt +++ linux-lts-utopic-3.16.0/Documentation/filesystems/vfs.txt @@ -364,6 +364,7 @@ int (*atomic_open)(struct inode *, struct dentry *, struct file *, unsigned open_flag, umode_t create_mode, int *opened); int (*tmpfile) (struct inode *, struct dentry *, umode_t); + int (*dentry_open)(struct dentry *, struct file *, const struct cred *); }; Again, all methods are called without any locks being held, unless @@ -696,6 +697,12 @@ but instead uses bmap to find out where the blocks in the file are and uses those addresses directly. + dentry_open: this is an alternative to f_op->open(), the difference is that + this method may open a file not necessarily originating from the same + filesystem as the one i_op->open() was called on. It may be + useful for stacking filesystems which want to allow native I/O directly + on underlying files. + invalidatepage: If a page has PagePrivate set, then invalidatepage will be called when part or all of the page is to be removed --- linux-lts-utopic-3.16.0.orig/Documentation/hwmon/ibmpowernv +++ linux-lts-utopic-3.16.0/Documentation/hwmon/ibmpowernv @@ -0,0 +1,41 @@ +Kernel Driver IBMPOWERNV +======================== + +Supported systems: + * Any recent IBM P servers based on POWERNV platform + +Author: Neelesh Gupta + +Description +----------- + +This driver implements reading the platform sensors data like temperature/fan/ +voltage/power for 'POWERNV' platform. + +The driver uses the platform device infrastructure. It probes the device tree +for sensor devices during the __init phase and registers them with the 'hwmon'. +'hwmon' populates the 'sysfs' tree having attribute files, each for a given +sensor type and its attribute data. + +All the nodes in the DT appear under "/ibm,opal/sensors" and each valid node in +the DT maps to an attribute file in 'sysfs'. The node exports unique 'sensor-id' +which the driver uses to make an OPAL call to the firmware. + +Usage notes +----------- +The driver is built statically with the kernel by enabling the config +CONFIG_SENSORS_IBMPOWERNV. It can also be built as module 'ibmpowernv'. + +Sysfs attributes +---------------- + +fanX_input Measured RPM value. +fanX_min Threshold RPM for alert generation. +fanX_fault 0: No fail condition + 1: Failing fan +tempX_input Measured ambient temperature. +tempX_max Threshold ambient temperature for alert generation. +inX_input Measured power supply voltage +inX_fault 0: No fail condition. + 1: Failing power supply. +power1_input System power consumption (microWatt) --- linux-lts-utopic-3.16.0.orig/Documentation/ioctl/ioctl-number.txt +++ linux-lts-utopic-3.16.0/Documentation/ioctl/ioctl-number.txt @@ -312,6 +312,7 @@ 0xB1 00-1F PPPoX 0xB3 00 linux/mmc/ioctl.h 0xC0 00-0F linux/usb/iowarrior.h +0xCA 00-0F uapi/misc/cxl.h 0xCB 00-1F CBM serial IEC bus in development: 0xCD 01 linux/reiserfs_fs.h --- linux-lts-utopic-3.16.0.orig/Documentation/kbuild/makefiles.txt +++ linux-lts-utopic-3.16.0/Documentation/kbuild/makefiles.txt @@ -976,6 +976,14 @@ $(KBUILD_ARFLAGS) set by the top level Makefile to "D" (deterministic mode) if this option is supported by $(AR). + ARCH_CPPFLAGS, ARCH_AFLAGS, ARCH_CFLAGS Overrides the kbuild defaults + + These variables are appended to the KBUILD_CPPFLAGS, + KBUILD_AFLAGS, and KBUILD_CFLAGS, respectively, after the + top-level Makefile has set any other flags. This provides a + means for an architecture to override the defaults. + + --- 6.2 Add prerequisites to archheaders: The archheaders: rule is used to generate header files that --- linux-lts-utopic-3.16.0.orig/Documentation/kernel-parameters.txt +++ linux-lts-utopic-3.16.0/Documentation/kernel-parameters.txt @@ -718,6 +718,10 @@ /proc//coredump_filter. See also Documentation/filesystems/proc.txt. + 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 @@ -1226,6 +1230,7 @@ i8042.notimeout [HW] Ignore timeout condition signalled by controller i8042.reset [HW] Reset the controller during init and cleanup i8042.unlock [HW] Unlock (ignore) the keylock + i8042.kbdreset [HW] Reset device connected to KBD port i810= [HW,DRM] @@ -3459,6 +3464,10 @@ READ_DISC_INFO command); e = NO_READ_CAPACITY_16 (don't use READ_CAPACITY_16 command); + f = NO_REPORT_OPCODES (don't use report opcodes + command, uas only); + g = MAX_SECTORS_240 (don't transfer more than + 240 sectors at a time, uas only); h = CAPACITY_HEURISTICS (decrease the reported device capacity by one sector if the number is odd); @@ -3478,6 +3487,9 @@ bogus residue values); s = SINGLE_LUN (the device has only one Logical Unit); + t = NO_ATA_1X (don't allow ATA(12) and ATA(16) + commands, uas only); + u = IGNORE_UAS (don't bind to the uas driver); w = NO_WP_DETECT (don't test whether the medium is write-protected). Example: quirks=0419:aaf5:rl,0421:0433:rc --- linux-lts-utopic-3.16.0.orig/Documentation/lzo.txt +++ linux-lts-utopic-3.16.0/Documentation/lzo.txt @@ -0,0 +1,164 @@ + +LZO stream format as understood by Linux's LZO decompressor +=========================================================== + +Introduction + + This is not a specification. No specification seems to be publicly available + for the LZO stream format. This document describes what input format the LZO + decompressor as implemented in the Linux kernel understands. The file subject + of this analysis is lib/lzo/lzo1x_decompress_safe.c. No analysis was made on + the compressor nor on any other implementations though it seems likely that + the format matches the standard one. The purpose of this document is to + better understand what the code does in order to propose more efficient fixes + for future bug reports. + +Description + + The stream is composed of a series of instructions, operands, and data. The + instructions consist in a few bits representing an opcode, and bits forming + the operands for the instruction, whose size and position depend on the + opcode and on the number of literals copied by previous instruction. The + operands are used to indicate : + + - a distance when copying data from the dictionary (past output buffer) + - a length (number of bytes to copy from dictionary) + - the number of literals to copy, which is retained in variable "state" + as a piece of information for next instructions. + + Optionally depending on the opcode and operands, extra data may follow. These + extra data can be a complement for the operand (eg: a length or a distance + encoded on larger values), or a literal to be copied to the output buffer. + + The first byte of the block follows a different encoding from other bytes, it + seems to be optimized for literal use only, since there is no dictionary yet + prior to that byte. + + Lengths are always encoded on a variable size starting with a small number + of bits in the operand. If the number of bits isn't enough to represent the + length, up to 255 may be added in increments by consuming more bytes with a + rate of at most 255 per extra byte (thus the compression ratio cannot exceed + around 255:1). The variable length encoding using #bits is always the same : + + length = byte & ((1 << #bits) - 1) + if (!length) { + length = ((1 << #bits) - 1) + length += 255*(number of zero bytes) + length += first-non-zero-byte + } + length += constant (generally 2 or 3) + + For references to the dictionary, distances are relative to the output + pointer. Distances are encoded using very few bits belonging to certain + ranges, resulting in multiple copy instructions using different encodings. + Certain encodings involve one extra byte, others involve two extra bytes + forming a little-endian 16-bit quantity (marked LE16 below). + + After any instruction except the large literal copy, 0, 1, 2 or 3 literals + are copied before starting the next instruction. The number of literals that + were copied may change the meaning and behaviour of the next instruction. In + practice, only one instruction needs to know whether 0, less than 4, or more + literals were copied. This is the information stored in the variable + in this implementation. This number of immediate literals to be copied is + generally encoded in the last two bits of the instruction but may also be + taken from the last two bits of an extra operand (eg: distance). + + End of stream is declared when a block copy of distance 0 is seen. Only one + instruction may encode this distance (0001HLLL), it takes one LE16 operand + for the distance, thus requiring 3 bytes. + + IMPORTANT NOTE : in the code some length checks are missing because certain + instructions are called under the assumption that a certain number of bytes + follow because it has already been garanteed before parsing the instructions. + They just have to "refill" this credit if they consume extra bytes. This is + an implementation design choice independant on the algorithm or encoding. + +Byte sequences + + First byte encoding : + + 0..17 : follow regular instruction encoding, see below. It is worth + noting that codes 16 and 17 will represent a block copy from + the dictionary which is empty, and that they will always be + invalid at this place. + + 18..21 : copy 0..3 literals + state = (byte - 17) = 0..3 [ copy literals ] + skip byte + + 22..255 : copy literal string + length = (byte - 17) = 4..238 + state = 4 [ don't copy extra literals ] + skip byte + + Instruction encoding : + + 0 0 0 0 X X X X (0..15) + Depends on the number of literals copied by the last instruction. + If last instruction did not copy any literal (state == 0), this + encoding will be a copy of 4 or more literal, and must be interpreted + like this : + + 0 0 0 0 L L L L (0..15) : copy long literal string + length = 3 + (L ?: 15 + (zero_bytes * 255) + non_zero_byte) + state = 4 (no extra literals are copied) + + If last instruction used to copy between 1 to 3 literals (encoded in + the instruction's opcode or distance), the instruction is a copy of a + 2-byte block from the dictionary within a 1kB distance. It is worth + noting that this instruction provides little savings since it uses 2 + bytes to encode a copy of 2 other bytes but it encodes the number of + following literals for free. It must be interpreted like this : + + 0 0 0 0 D D S S (0..15) : copy 2 bytes from <= 1kB distance + length = 2 + state = S (copy S literals after this block) + Always followed by exactly one byte : H H H H H H H H + distance = (H << 2) + D + 1 + + If last instruction used to copy 4 or more literals (as detected by + state == 4), the instruction becomes a copy of a 3-byte block from the + dictionary from a 2..3kB distance, and must be interpreted like this : + + 0 0 0 0 D D S S (0..15) : copy 3 bytes from 2..3 kB distance + length = 3 + state = S (copy S literals after this block) + Always followed by exactly one byte : H H H H H H H H + distance = (H << 2) + D + 2049 + + 0 0 0 1 H L L L (16..31) + Copy of a block within 16..48kB distance (preferably less than 10B) + length = 2 + (L ?: 7 + (zero_bytes * 255) + non_zero_byte) + Always followed by exactly one LE16 : D D D D D D D D : D D D D D D S S + distance = 16384 + (H << 14) + D + state = S (copy S literals after this block) + End of stream is reached if distance == 16384 + + 0 0 1 L L L L L (32..63) + Copy of small block within 16kB distance (preferably less than 34B) + length = 2 + (L ?: 31 + (zero_bytes * 255) + non_zero_byte) + Always followed by exactly one LE16 : D D D D D D D D : D D D D D D S S + distance = D + 1 + state = S (copy S literals after this block) + + 0 1 L D D D S S (64..127) + Copy 3-4 bytes from block within 2kB distance + state = S (copy S literals after this block) + length = 3 + L + Always followed by exactly one byte : H H H H H H H H + distance = (H << 3) + D + 1 + + 1 L L D D D S S (128..255) + Copy 5-8 bytes from block within 2kB distance + state = S (copy S literals after this block) + length = 5 + L + Always followed by exactly one byte : H H H H H H H H + distance = (H << 3) + D + 1 + +Authors + + This document was written by Willy Tarreau on 2014/07/19 during an + analysis of the decompression code available in Linux 3.16-rc5. The code is + tricky, it is possible that this document contains mistakes or that a few + corner cases were overlooked. In any case, please report any doubt, fix, or + proposed updates to the author(s) so that the document can be updated. --- linux-lts-utopic-3.16.0.orig/Documentation/networking/ip-sysctl.txt +++ linux-lts-utopic-3.16.0/Documentation/networking/ip-sysctl.txt @@ -1210,6 +1210,14 @@ Functional default: enabled if accept_ra is enabled. disabled if accept_ra is disabled. +accept_ra_min_hop_limit - INTEGER + Minimum hop limit Information in Router Advertisement. + + Hop limit Information in Router Advertisement less than this + variable shall be ignored. + + Default: 1 + accept_ra_pinfo - BOOLEAN Learn Prefix Information in Router Advertisement. --- linux-lts-utopic-3.16.0.orig/Documentation/powerpc/00-INDEX +++ linux-lts-utopic-3.16.0/Documentation/powerpc/00-INDEX @@ -11,6 +11,8 @@ cpu_features.txt - info on how we support a variety of CPUs with minimal compile-time options. +cxl.txt + - Overview of the CXL driver. eeh-pci-error-recovery.txt - info on PCI Bus EEH Error Recovery firmware-assisted-dump.txt --- linux-lts-utopic-3.16.0.orig/Documentation/powerpc/cxl.txt +++ linux-lts-utopic-3.16.0/Documentation/powerpc/cxl.txt @@ -0,0 +1,379 @@ +Coherent Accelerator Interface (CXL) +==================================== + +Introduction +============ + + The coherent accelerator interface is designed to allow the + coherent connection of accelerators (FPGAs and other devices) to a + POWER system. These devices need to adhere to the Coherent + Accelerator Interface Architecture (CAIA). + + IBM refers to this as the Coherent Accelerator Processor Interface + or CAPI. In the kernel it's referred to by the name CXL to avoid + confusion with the ISDN CAPI subsystem. + + Coherent in this context means that the accelerator and CPUs can + both access system memory directly and with the same effective + addresses. + + +Hardware overview +================= + + POWER8 FPGA + +----------+ +---------+ + | | | | + | CPU | | AFU | + | | | | + | | | | + | | | | + +----------+ +---------+ + | PHB | | | + | +------+ | PSL | + | | CAPP |<------>| | + +---+------+ PCIE +---------+ + + The POWER8 chip has a Coherently Attached Processor Proxy (CAPP) + unit which is part of the PCIe Host Bridge (PHB). This is managed + by Linux by calls into OPAL. Linux doesn't directly program the + CAPP. + + The FPGA (or coherently attached device) consists of two parts. + The POWER Service Layer (PSL) and the Accelerator Function Unit + (AFU). The AFU is used to implement specific functionality behind + the PSL. The PSL, among other things, provides memory address + translation services to allow each AFU direct access to userspace + memory. + + The AFU is the core part of the accelerator (eg. the compression, + crypto etc function). The kernel has no knowledge of the function + of the AFU. Only userspace interacts directly with the AFU. + + The PSL provides the translation and interrupt services that the + AFU needs. This is what the kernel interacts with. For example, if + the AFU needs to read a particular effective address, it sends + that address to the PSL, the PSL then translates it, fetches the + data from memory and returns it to the AFU. If the PSL has a + translation miss, it interrupts the kernel and the kernel services + the fault. The context to which this fault is serviced is based on + who owns that acceleration function. + + +AFU Modes +========= + + There are two programming modes supported by the AFU. Dedicated + and AFU directed. AFU may support one or both modes. + + When using dedicated mode only one MMU context is supported. In + this mode, only one userspace process can use the accelerator at + time. + + When using AFU directed mode, up to 16K simultaneous contexts can + be supported. This means up to 16K simultaneous userspace + applications may use the accelerator (although specific AFUs may + support fewer). In this mode, the AFU sends a 16 bit context ID + with each of its requests. This tells the PSL which context is + associated with each operation. If the PSL can't translate an + operation, the ID can also be accessed by the kernel so it can + determine the userspace context associated with an operation. + + +MMIO space +========== + + A portion of the accelerator MMIO space can be directly mapped + from the AFU to userspace. Either the whole space can be mapped or + just a per context portion. The hardware is self describing, hence + the kernel can determine the offset and size of the per context + portion. + + +Interrupts +========== + + AFUs may generate interrupts that are destined for userspace. These + are received by the kernel as hardware interrupts and passed onto + userspace by a read syscall documented below. + + Data storage faults and error interrupts are handled by the kernel + driver. + + +Work Element Descriptor (WED) +============================= + + The WED is a 64-bit parameter passed to the AFU when a context is + started. Its format is up to the AFU hence the kernel has no + knowledge of what it represents. Typically it will be the + effective address of a work queue or status block where the AFU + and userspace can share control and status information. + + + + +User API +======== + + For AFUs operating in AFU directed mode, two character device + files will be created. /dev/cxl/afu0.0m will correspond to a + master context and /dev/cxl/afu0.0s will correspond to a slave + context. Master contexts have access to the full MMIO space an + AFU provides. Slave contexts have access to only the per process + MMIO space an AFU provides. + + For AFUs operating in dedicated process mode, the driver will + only create a single character device per AFU called + /dev/cxl/afu0.0d. This will have access to the entire MMIO space + that the AFU provides (like master contexts in AFU directed). + + The types described below are defined in include/uapi/misc/cxl.h + + The following file operations are supported on both slave and + master devices. + + +open +---- + + Opens the device and allocates a file descriptor to be used with + the rest of the API. + + A dedicated mode AFU only has one context and only allows the + device to be opened once. + + An AFU directed mode AFU can have many contexts, the device can be + opened once for each context that is available. + + When all available contexts are allocated the open call will fail + and return -ENOSPC. + + Note: IRQs need to be allocated for each context, which may limit + the number of contexts that can be created, and therefore + how many times the device can be opened. The POWER8 CAPP + supports 2040 IRQs and 3 are used by the kernel, so 2037 are + left. If 1 IRQ is needed per context, then only 2037 + contexts can be allocated. If 4 IRQs are needed per context, + then only 2037/4 = 509 contexts can be allocated. + + +ioctl +----- + + CXL_IOCTL_START_WORK: + Starts the AFU context and associates it with the current + process. Once this ioctl is successfully executed, all memory + mapped into this process is accessible to this AFU context + using the same effective addresses. No additional calls are + required to map/unmap memory. The AFU memory context will be + updated as userspace allocates and frees memory. This ioctl + returns once the AFU context is started. + + Takes a pointer to a struct cxl_ioctl_start_work: + + struct cxl_ioctl_start_work { + __u64 flags; + __u64 work_element_descriptor; + __u64 amr; + __s16 num_interrupts; + __s16 reserved1; + __s32 reserved2; + __u64 reserved3; + __u64 reserved4; + __u64 reserved5; + __u64 reserved6; + }; + + flags: + Indicates which optional fields in the structure are + valid. + + work_element_descriptor: + The Work Element Descriptor (WED) is a 64-bit argument + defined by the AFU. Typically this is an effective + address pointing to an AFU specific structure + describing what work to perform. + + amr: + Authority Mask Register (AMR), same as the powerpc + AMR. This field is only used by the kernel when the + corresponding CXL_START_WORK_AMR value is specified in + flags. If not specified the kernel will use a default + value of 0. + + num_interrupts: + Number of userspace interrupts to request. This field + is only used by the kernel when the corresponding + CXL_START_WORK_NUM_IRQS value is specified in flags. + If not specified the minimum number required by the + AFU will be allocated. The min and max number can be + obtained from sysfs. + + reserved fields: + For ABI padding and future extensions + + CXL_IOCTL_GET_PROCESS_ELEMENT: + Get the current context id, also known as the process element. + The value is returned from the kernel as a __u32. + + +mmap +---- + + An AFU may have an MMIO space to facilitate communication with the + AFU. If it does, the MMIO space can be accessed via mmap. The size + and contents of this area are specific to the particular AFU. The + size can be discovered via sysfs. + + In AFU directed mode, master contexts are allowed to map all of + the MMIO space and slave contexts are allowed to only map the per + process MMIO space associated with the context. In dedicated + process mode the entire MMIO space can always be mapped. + + This mmap call must be done after the START_WORK ioctl. + + Care should be taken when accessing MMIO space. Only 32 and 64-bit + accesses are supported by POWER8. Also, the AFU will be designed + with a specific endianness, so all MMIO accesses should consider + endianness (recommend endian(3) variants like: le64toh(), + be64toh() etc). These endian issues equally apply to shared memory + queues the WED may describe. + + +read +---- + + Reads events from the AFU. Blocks if no events are pending + (unless O_NONBLOCK is supplied). Returns -EIO in the case of an + unrecoverable error or if the card is removed. + + read() will always return an integral number of events. + + The buffer passed to read() must be at least 4K bytes. + + The result of the read will be a buffer of one or more events, + each event is of type struct cxl_event, of varying size. + + struct cxl_event { + struct cxl_event_header header; + union { + struct cxl_event_afu_interrupt irq; + struct cxl_event_data_storage fault; + struct cxl_event_afu_error afu_error; + }; + }; + + The struct cxl_event_header is defined as: + + struct cxl_event_header { + __u16 type; + __u16 size; + __u16 process_element; + __u16 reserved1; + }; + + type: + This defines the type of event. The type determines how + the rest of the event is structured. These types are + described below and defined by enum cxl_event_type. + + size: + This is the size of the event in bytes including the + struct cxl_event_header. The start of the next event can + be found at this offset from the start of the current + event. + + process_element: + Context ID of the event. + + reserved field: + For future extensions and padding. + + If the event type is CXL_EVENT_AFU_INTERRUPT then the event + structure is defined as: + + struct cxl_event_afu_interrupt { + __u16 flags; + __u16 irq; /* Raised AFU interrupt number */ + __u32 reserved1; + }; + + flags: + These flags indicate which optional fields are present + in this struct. Currently all fields are mandatory. + + irq: + The IRQ number sent by the AFU. + + reserved field: + For future extensions and padding. + + If the event type is CXL_EVENT_DATA_STORAGE then the event + structure is defined as: + + struct cxl_event_data_storage { + __u16 flags; + __u16 reserved1; + __u32 reserved2; + __u64 addr; + __u64 dsisr; + __u64 reserved3; + }; + + flags: + These flags indicate which optional fields are present in + this struct. Currently all fields are mandatory. + + address: + The address that the AFU unsuccessfully attempted to + access. Valid accesses will be handled transparently by the + kernel but invalid accesses will generate this event. + + dsisr: + This field gives information on the type of fault. It is a + copy of the DSISR from the PSL hardware when the address + fault occurred. The form of the DSISR is as defined in the + CAIA. + + reserved fields: + For future extensions + + If the event type is CXL_EVENT_AFU_ERROR then the event structure + is defined as: + + struct cxl_event_afu_error { + __u16 flags; + __u16 reserved1; + __u32 reserved2; + __u64 error; + }; + + flags: + These flags indicate which optional fields are present in + this struct. Currently all fields are Mandatory. + + error: + Error status from the AFU. Defined by the AFU. + + reserved fields: + For future extensions and padding + +Sysfs Class +=========== + + A cxl sysfs class is added under /sys/class/cxl to facilitate + enumeration and tuning of the accelerators. Its layout is + described in Documentation/ABI/testing/sysfs-class-cxl + +Udev rules +========== + + The following udev rules could be used to create a symlink to the + most logical chardev to use in any programming mode (afuX.Yd for + dedicated, afuX.Ys for afu directed), since the API is virtually + identical for each: + + SUBSYSTEM=="cxl", ATTRS{mode}=="dedicated_process", SYMLINK="cxl/%b" + SUBSYSTEM=="cxl", ATTRS{mode}=="afu_directed", \ + KERNEL=="afu[0-9]*.[0-9]*s", SYMLINK="cxl/%b" --- linux-lts-utopic-3.16.0.orig/Documentation/ramoops.txt +++ linux-lts-utopic-3.16.0/Documentation/ramoops.txt @@ -14,11 +14,19 @@ 1. Ramoops concepts -Ramoops uses a predefined memory area to store the dump. The start and size of -the memory area are set using two variables: +Ramoops uses a predefined memory area to store the dump. The start and size +and type of the memory area are set using three variables: * "mem_address" for the start * "mem_size" for the size. The memory size will be rounded down to a power of two. + * "mem_type" to specifiy if the memory type (default is pgprot_writecombine). + +Typically the default value of mem_type=0 should be used as that sets the pstore +mapping to pgprot_writecombine. Setting mem_type=1 attempts to use +pgprot_noncached, which only works on some platforms. This is because pstore +depends on atomic operations. At least on ARM, pgprot_noncached causes the +memory to be mapped strongly ordered, and atomic operations on strongly ordered +memory are implementation defined, and won't work on many ARMs such as omaps. The memory area is divided into "record_size" chunks (also rounded down to power of two) and each oops/panic writes a "record_size" chunk of @@ -55,6 +63,7 @@ static struct ramoops_platform_data ramoops_data = { .mem_size = <...>, .mem_address = <...>, + .mem_type = <...>, .record_size = <...>, .dump_oops = <...>, .ecc = <...>, --- linux-lts-utopic-3.16.0.orig/Documentation/sound/alsa/ALSA-Configuration.txt +++ linux-lts-utopic-3.16.0/Documentation/sound/alsa/ALSA-Configuration.txt @@ -2026,8 +2026,8 @@ ------------------- Module for sound cards based on the Asus AV66/AV100/AV200 chips, - i.e., Xonar D1, DX, D2, D2X, DS, Essence ST (Deluxe), Essence STX, - HDAV1.3 (Deluxe), and HDAV1.3 Slim. + i.e., Xonar D1, DX, D2, D2X, DS, DSX, Essence ST (Deluxe), + Essence STX (II), HDAV1.3 (Deluxe), and HDAV1.3 Slim. This module supports autoprobe and multiple cards. --- linux-lts-utopic-3.16.0.orig/Documentation/stable_kernel_rules.txt +++ linux-lts-utopic-3.16.0/Documentation/stable_kernel_rules.txt @@ -29,6 +29,9 @@ Procedure for submitting patches to the -stable tree: + - If the patch covers files in net/ or drivers/net please follow netdev stable + submission guidelines as described in + Documentation/networking/netdev-FAQ.txt - Send the patch, after verifying that it follows the above rules, to stable@vger.kernel.org. You must note the upstream commit ID in the changelog of your submission, as well as the kernel version you wish --- linux-lts-utopic-3.16.0.orig/Documentation/sysctl/fs.txt +++ linux-lts-utopic-3.16.0/Documentation/sysctl/fs.txt @@ -32,6 +32,8 @@ - nr_open - overflowuid - overflowgid +- pipe-user-pages-hard +- pipe-user-pages-soft - protected_hardlinks - protected_symlinks - suid_dumpable @@ -159,6 +161,27 @@ ============================================================== +pipe-user-pages-hard: + +Maximum total number of pages a non-privileged user may allocate for pipes. +Once this limit is reached, no new pipes may be allocated until usage goes +below the limit again. When set to 0, no limit is applied, which is the default +setting. + +============================================================== + +pipe-user-pages-soft: + +Maximum total number of pages a non-privileged user may allocate for pipes +before the pipe size gets limited to a single page. Once this limit is reached, +new pipes will be limited to a single page in size for this user in order to +limit total memory usage, and trying to increase them using fcntl() will be +denied until usage goes below the limit again. The default value allows to +allocate up to 1024 pipes at their default size. When set to 0, no limit is +applied. + +============================================================== + protected_hardlinks: A long-standing class of security issues is the hardlink-based --- linux-lts-utopic-3.16.0.orig/Documentation/usb/usb-serial.txt +++ linux-lts-utopic-3.16.0/Documentation/usb/usb-serial.txt @@ -145,7 +145,7 @@ Single port DB-9 serial adapter, pushed as a PDA adapter for iMacs (mostly sold in Macintosh catalogs, comes in a translucent white/green dongle). Fairly simple device. Firmware is homebrew. - This driver also works for the Xircom/Entrgra single port serial adapter. + This driver also works for the Xircom/Entrega single port serial adapter. Current status: Things that work: --- linux-lts-utopic-3.16.0.orig/Documentation/virtual/kvm/api.txt +++ linux-lts-utopic-3.16.0/Documentation/virtual/kvm/api.txt @@ -148,9 +148,9 @@ 4.4 KVM_CHECK_EXTENSION -Capability: basic +Capability: basic, KVM_CAP_CHECK_EXTENSION_VM for vm ioctl Architectures: all -Type: system ioctl +Type: system ioctl, vm ioctl Parameters: extension identifier (KVM_CAP_*) Returns: 0 if unsupported; 1 (or some other positive integer) if supported @@ -160,6 +160,9 @@ Generally 0 means no and 1 means yes, but some extensions may report additional information in the integer return value. +Based on their initialization different VMs may have different capabilities. +It is thus encouraged to use the vm ioctl to query for capabilities (available +with KVM_CAP_CHECK_EXTENSION_VM on the vm fd) 4.5 KVM_GET_VCPU_MMAP_SIZE @@ -988,18 +991,20 @@ Possible values are: - - KVM_MP_STATE_RUNNABLE: the vcpu is currently running + - KVM_MP_STATE_RUNNABLE: the vcpu is currently running [x86, ia64] - KVM_MP_STATE_UNINITIALIZED: the vcpu is an application processor (AP) - which has not yet received an INIT signal + which has not yet received an INIT signal [x86, + ia64] - KVM_MP_STATE_INIT_RECEIVED: the vcpu has received an INIT signal, and is - now ready for a SIPI + now ready for a SIPI [x86, ia64] - KVM_MP_STATE_HALTED: the vcpu has executed a HLT instruction and - is waiting for an interrupt + is waiting for an interrupt [x86, ia64] - KVM_MP_STATE_SIPI_RECEIVED: the vcpu has just received a SIPI (vector - accessible via KVM_GET_VCPU_EVENTS) + accessible via KVM_GET_VCPU_EVENTS) [x86, ia64] -This ioctl is only useful after KVM_CREATE_IRQCHIP. Without an in-kernel -irqchip, the multiprocessing state must be maintained by userspace. +On x86 and ia64, this ioctl is only useful after KVM_CREATE_IRQCHIP. Without an +in-kernel irqchip, the multiprocessing state must be maintained by userspace on +these architectures. 4.39 KVM_SET_MP_STATE @@ -1013,8 +1018,9 @@ Sets the vcpu's current "multiprocessing state"; see KVM_GET_MP_STATE for arguments. -This ioctl is only useful after KVM_CREATE_IRQCHIP. Without an in-kernel -irqchip, the multiprocessing state must be maintained by userspace. +On x86 and ia64, this ioctl is only useful after KVM_CREATE_IRQCHIP. Without an +in-kernel irqchip, the multiprocessing state must be maintained by userspace on +these architectures. 4.40 KVM_SET_IDENTITY_MAP_ADDR @@ -1869,7 +1875,8 @@ PPC | KVM_REG_PPC_PID | 64 PPC | KVM_REG_PPC_ACOP | 64 PPC | KVM_REG_PPC_VRSAVE | 32 - PPC | KVM_REG_PPC_LPCR | 64 + PPC | KVM_REG_PPC_LPCR | 32 + PPC | KVM_REG_PPC_LPCR_64 | 64 PPC | KVM_REG_PPC_PPR | 64 PPC | KVM_REG_PPC_ARCH_COMPAT 32 PPC | KVM_REG_PPC_DABRX | 32 @@ -2381,7 +2388,8 @@ Possible features: - KVM_ARM_VCPU_POWER_OFF: Starts the CPU in a power-off state. - Depends on KVM_CAP_ARM_PSCI. + Depends on KVM_CAP_ARM_PSCI. If not set, the CPU will be powered on + and execute guest code when KVM_RUN is called. - KVM_ARM_VCPU_EL1_32BIT: Starts the CPU in a 32bit mode. Depends on KVM_CAP_ARM_EL1_32BIT (arm64 only). - KVM_ARM_VCPU_PSCI_0_2: Emulate PSCI v0.2 for the CPU. @@ -2863,8 +2871,8 @@ this function/index combination -6. Capabilities that can be enabled ------------------------------------ +6. Capabilities that can be enabled on vCPUs +-------------------------------------------- There are certain capabilities that change the behavior of the virtual CPU when enabled. To enable them, please see section 4.37. Below you can find a list of @@ -3002,3 +3010,40 @@ args[1] is the XICS CPU number (server ID) for this vcpu This capability connects the vcpu to an in-kernel XICS device. + + +7. Capabilities that can be enabled on VMs +------------------------------------------ + +There are certain capabilities that change the behavior of the virtual +machine when enabled. To enable them, please see section 4.37. Below +you can find a list of capabilities and what their effect on the VM +is when enabling them. + +The following information is provided along with the description: + + Architectures: which instruction set architectures provide this ioctl. + x86 includes both i386 and x86_64. + + Parameters: what parameters are accepted by the capability. + + Returns: the return value. General error numbers (EBADF, ENOMEM, EINVAL) + are not detailed, but errors with specific meanings are. + + +7.1 KVM_CAP_PPC_ENABLE_HCALL + +Architectures: ppc +Parameters: args[0] is the sPAPR hcall number + args[1] is 0 to disable, 1 to enable in-kernel handling + +This capability controls whether individual sPAPR hypercalls (hcalls) +get handled by the kernel or not. Enabling or disabling in-kernel +handling of an hcall is effective across the VM. On creation, an +initial set of hcalls are enabled for in-kernel handling, which +consists of those hcalls for which in-kernel handlers were implemented +before this capability was implemented. If disabled, the kernel will +not to attempt to handle the hcall, but will always exit to userspace +to handle it. Note that it may not make sense to enable some and +disable others of a group of related hcalls, but KVM does not prevent +userspace from doing that. --- linux-lts-utopic-3.16.0.orig/Documentation/virtual/kvm/mmu.txt +++ linux-lts-utopic-3.16.0/Documentation/virtual/kvm/mmu.txt @@ -169,6 +169,10 @@ Contains the value of cr4.smep && !cr0.wp for which the page is valid (pages for which this is true are different from other pages; see the treatment of cr0.wp=0 below). + role.smap_andnot_wp: + Contains the value of cr4.smap && !cr0.wp for which the page is valid + (pages for which this is true are different from other pages; see the + treatment of cr0.wp=0 below). gfn: Either the guest page table containing the translations shadowed by this page, or the base page frame for linear translations. See role.direct. @@ -344,10 +348,16 @@ (user write faults generate a #PF) -In the first case there is an additional complication if CR4.SMEP is -enabled: since we've turned the page into a kernel page, the kernel may now -execute it. We handle this by also setting spte.nx. If we get a user -fetch or read fault, we'll change spte.u=1 and spte.nx=gpte.nx back. +In the first case there are two additional complications: +- if CR4.SMEP is enabled: since we've turned the page into a kernel page, + the kernel may now execute it. We handle this by also setting spte.nx. + If we get a user fetch or read fault, we'll change spte.u=1 and + spte.nx=gpte.nx back. +- if CR4.SMAP is disabled: since the page has been changed to a kernel + page, it can not be reused when CR4.SMAP is enabled. We set + CR4.SMAP && !CR0.WP into shadow page's role to avoid this case. Note, + here we do not care the case that CR4.SMAP is enabled since KVM will + directly inject #PF to guest due to failed permission check. To prevent an spte that was converted into a kernel page with cr0.wp=0 from being written by the kernel after cr0.wp has changed to 1, we make @@ -425,6 +435,20 @@ Since only 19 bits are used to store generation-number on mmio spte, all pages are zapped when there is an overflow. +Unfortunately, a single memory access might access kvm_memslots(kvm) multiple +times, the last one happening when the generation number is retrieved and +stored into the MMIO spte. Thus, the MMIO spte might be created based on +out-of-date information, but with an up-to-date generation number. + +To avoid this, the generation number is incremented again after synchronize_srcu +returns; thus, the low bit of kvm_memslots(kvm)->generation is only 1 during a +memslot update, while some SRCU readers might be using the old copy. We do not +want to use an MMIO sptes created with an odd generation number, and we can do +this without losing a bit in the MMIO spte. The low bit of the generation +is not stored in MMIO spte, and presumed zero when it is extracted out of the +spte. If KVM is unlucky and creates an MMIO spte while the low bit is 1, +the next access to the spte will always be a cache miss. + Further reading =============== --- linux-lts-utopic-3.16.0.orig/MAINTAINERS +++ linux-lts-utopic-3.16.0/MAINTAINERS @@ -699,6 +699,13 @@ F: drivers/net/appletalk/ F: net/appletalk/ +APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER +M: Iyappan Subramanian +M: Keyur Chudgar +S: Supported +F: drivers/net/ethernet/apm/xgene/ +F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt + APTINA CAMERA SENSOR PLL M: Laurent Pinchart L: linux-media@vger.kernel.org @@ -2645,6 +2652,18 @@ S: Supported F: drivers/net/ethernet/chelsio/cxgb4vf/ +CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER +M: Ian Munsie +M: Michael Neuling +L: linuxppc-dev@lists.ozlabs.org +S: Supported +F: drivers/misc/cxl/ +F: include/misc/cxl.h +F: include/uapi/misc/cxl.h +F: Documentation/powerpc/cxl.txt +F: Documentation/powerpc/cxl.txt +F: Documentation/ABI/testing/sysfs-class-cxl + STMMAC ETHERNET DRIVER M: Giuseppe Cavallaro L: netdev@vger.kernel.org @@ -2763,6 +2782,16 @@ S: Maintained F: drivers/platform/x86/dell-laptop.c +DELL LAPTOP RBTN DRIVER +M: Pali Rohár +S: Maintained +F: drivers/platform/x86/dell-rbtn.* + +DELL LAPTOP FREEFALL DRIVER +M: Pali Rohár +S: Maintained +F: drivers/platform/x86/dell-smo8800.c + DELL LAPTOP SMM DRIVER M: Guenter Roeck F: drivers/char/i8k.c @@ -6654,6 +6683,13 @@ F: include/scsi/osd_* F: fs/exofs/ +OVERLAYFS FILESYSTEM +M: Miklos Szeredi +L: linux-fsdevel@vger.kernel.org +S: Supported +F: fs/overlayfs/* +F: Documentation/filesystems/overlayfs.txt + P54 WIRELESS DRIVER M: Christian Lamparter L: linux-wireless@vger.kernel.org @@ -6851,6 +6887,13 @@ F: Documentation/devicetree/bindings/pci/host-generic-pci.txt F: drivers/pci/host/pci-host-generic.c +PCI DRIVER FOR APPLIEDMICRO XGENE +M: Tanmay Inamdar +L: linux-pci@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org +S: Maintained +F: drivers/pci/host/pci-xgene.c + PCMCIA SUBSYSTEM P: Linux PCMCIA Team L: linux-pcmcia@lists.infradead.org @@ -8713,10 +8756,12 @@ F: drivers/net/ethernet/dlink/sundance.c SUPERH +M: Yoshinori Sato +M: Rich Felker L: linux-sh@vger.kernel.org W: http://www.linux-sh.org Q: http://patchwork.kernel.org/project/linux-sh/list/ -S: Orphan +S: Maintained F: Documentation/sh/ F: arch/sh/ F: drivers/sh/ @@ -8752,6 +8797,7 @@ SYNOPSYS ARC ARCHITECTURE M: Vineet Gupta +L: linux-snps-arc@lists.infradead.org S: Supported F: arch/arc/ F: Documentation/devicetree/bindings/arc/ --- linux-lts-utopic-3.16.0.orig/Makefile +++ linux-lts-utopic-3.16.0/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 16 -SUBLEVEL = 0 -EXTRAVERSION = -NAME = Shuffling Zombie Juror +SUBLEVEL = 7 +EXTRAVERSION =-ckt27 +NAME = Museum of Fishiegoodies # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -303,7 +303,7 @@ HOSTCC = gcc HOSTCXX = g++ -HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer +HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 HOSTCXXFLAGS = -O2 ifeq ($(shell $(HOSTCC) -v 2>&1 | grep -c "clang version"), 1) @@ -383,6 +383,12 @@ AFLAGS_KERNEL = CFLAGS_GCOV = -fprofile-arcs -ftest-coverage +# Prefer linux-backports-modules +ifneq ($(KBUILD_SRC),) +ifneq ($(shell if test -e $(KBUILD_OUTPUT)/ubuntu-build; then echo yes; fi),yes) +UBUNTUINCLUDE := -I/usr/src/linux-headers-lbm-$(KERNELRELEASE) +endif +endif # Use USERINCLUDE when you must reference the UAPI directories only. USERINCLUDE := \ @@ -395,18 +401,23 @@ # Use LINUXINCLUDE when you must reference the include/ directory. # Needed to be compatible with the O= option LINUXINCLUDE := \ + $(UBUNTUINCLUDE) \ -I$(srctree)/arch/$(hdr-arch)/include \ -Iarch/$(hdr-arch)/include/generated \ $(if $(KBUILD_SRC), -I$(srctree)/include) \ -Iinclude \ $(USERINCLUDE) +# UBUNTU: Include our third party driver stuff too +LINUXINCLUDE += -Iubuntu/include $(if $(KBUILD_SRC),-I$(srctree)/ubuntu/include) + KBUILD_CPPFLAGS := -D__KERNEL__ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common \ -Werror-implicit-function-declaration \ - -Wno-format-security + -Wno-format-security \ + -std=gnu89 KBUILD_AFLAGS_KERNEL := KBUILD_CFLAGS_KERNEL := @@ -560,7 +571,7 @@ # Objects we will link into vmlinux / subdirs we need to visit init-y := init/ -drivers-y := drivers/ sound/ firmware/ +drivers-y := drivers/ sound/ firmware/ ubuntu/ net-y := net/ libs-y := lib/ core-y := usr/ @@ -754,10 +765,11 @@ include $(srctree)/scripts/Makefile.extrawarn -# Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments -KBUILD_CPPFLAGS += $(KCPPFLAGS) -KBUILD_AFLAGS += $(KAFLAGS) -KBUILD_CFLAGS += $(KCFLAGS) +# Add any arch overrides and user supplied CPPFLAGS, AFLAGS and CFLAGS as the +# last assignments +KBUILD_CPPFLAGS += $(ARCH_CPPFLAGS) $(KCPPFLAGS) +KBUILD_AFLAGS += $(ARCH_AFLAGS) $(KAFLAGS) +KBUILD_CFLAGS += $(ARCH_CFLAGS) $(KCFLAGS) # Use --build-id when available. LDFLAGS_BUILD_ID = $(patsubst -Wl$(comma)%,%,\ @@ -1025,6 +1037,7 @@ $(error Headers not exportable for the $(SRCARCH) architecture)) $(Q)$(MAKE) $(hdr-inst)=include/uapi $(Q)$(MAKE) $(hdr-inst)=arch/$(hdr-arch)/include/uapi/asm $(hdr-dst) + $(Q)$(MAKE) $(hdr-inst)=ubuntu/include dst=include oldheaders= PHONY += headers_check_all headers_check_all: headers_install_all @@ -1034,6 +1047,7 @@ headers_check: headers_install $(Q)$(MAKE) $(hdr-inst)=include/uapi HDRCHECK=1 $(Q)$(MAKE) $(hdr-inst)=arch/$(hdr-arch)/include/uapi/asm $(hdr-dst) HDRCHECK=1 + $(Q)$(MAKE) $(hdr-inst)=ubuntu/include dst=include oldheaders= HDRCHECK=1 # --------------------------------------------------------------------------- # Modules --- linux-lts-utopic-3.16.0.orig/arch/Kconfig +++ linux-lts-utopic-3.16.0/arch/Kconfig @@ -321,6 +321,7 @@ - secure_computing is called from a ptrace_event()-safe context - secure_computing return value is checked and a return value of -1 results in the system call being skipped immediately. + - seccomp syscall wired up config SECCOMP_FILTER def_bool y --- linux-lts-utopic-3.16.0.orig/arch/alpha/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/alpha/mm/fault.c @@ -156,6 +156,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/arc/Makefile +++ linux-lts-utopic-3.16.0/arch/arc/Makefile @@ -44,7 +44,8 @@ ifndef CONFIG_CC_OPTIMIZE_FOR_SIZE # Generic build system uses -O2, we want -O3 -cflags-y += -O3 +# Note: No need to add to cflags-y as that happens anyways +ARCH_CFLAGS += -O3 endif # small data is default for elf32 tool-chain. If not usable, disable it --- linux-lts-utopic-3.16.0.orig/arch/arc/boot/dts/nsimosci.dts +++ linux-lts-utopic-3.16.0/arch/arc/boot/dts/nsimosci.dts @@ -20,7 +20,7 @@ /* this is for console on PGU */ /* bootargs = "console=tty0 consoleblank=0"; */ /* this is for console on serial */ - bootargs = "earlycon=uart8250,mmio32,0xc0000000,115200n8 console=ttyS0,115200n8 consoleblank=0 debug"; + bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblank=0 debug"; }; aliases { @@ -46,9 +46,9 @@ #interrupt-cells = <1>; }; - uart0: serial@c0000000 { + uart0: serial@f0000000 { compatible = "ns8250"; - reg = <0xc0000000 0x2000>; + reg = <0xf0000000 0x2000>; interrupts = <11>; clock-frequency = <3686400>; baud = <115200>; @@ -57,21 +57,21 @@ no-loopback-test = <1>; }; - pgu0: pgu@c9000000 { + pgu0: pgu@f9000000 { compatible = "snps,arcpgufb"; - reg = <0xc9000000 0x400>; + reg = <0xf9000000 0x400>; }; - ps2: ps2@c9001000 { + ps2: ps2@f9001000 { compatible = "snps,arc_ps2"; - reg = <0xc9000400 0x14>; + reg = <0xf9000400 0x14>; interrupts = <13>; interrupt-names = "arc_ps2_irq"; }; - eth0: ethernet@c0003000 { + eth0: ethernet@f0003000 { compatible = "snps,oscilan"; - reg = <0xc0003000 0x44>; + reg = <0xf0003000 0x44>; interrupts = <7>, <8>; interrupt-names = "rx", "tx"; }; --- linux-lts-utopic-3.16.0.orig/arch/arc/include/asm/arcregs.h +++ linux-lts-utopic-3.16.0/arch/arc/include/asm/arcregs.h @@ -191,14 +191,6 @@ #define PAGES_TO_KB(n_pages) ((n_pages) << (PAGE_SHIFT - 10)) #define PAGES_TO_MB(n_pages) (PAGES_TO_KB(n_pages) >> 10) -#ifdef CONFIG_ARC_FPU_SAVE_RESTORE -/* These DPFP regs need to be saved/restored across ctx-sw */ -struct arc_fpu { - struct { - unsigned int l, h; - } aux_dpfp[2]; -}; -#endif /* *************************************************************** --- linux-lts-utopic-3.16.0.orig/arch/arc/include/asm/atomic.h +++ linux-lts-utopic-3.16.0/arch/arc/include/asm/atomic.h @@ -25,79 +25,44 @@ #define atomic_set(v, i) (((v)->counter) = (i)) -static inline void atomic_add(int i, atomic_t *v) -{ - unsigned int temp; - - __asm__ __volatile__( - "1: llock %0, [%1] \n" - " add %0, %0, %2 \n" - " scond %0, [%1] \n" - " bnz 1b \n" - : "=&r"(temp) /* Early clobber, to prevent reg reuse */ - : "r"(&v->counter), "ir"(i) - : "cc"); -} - -static inline void atomic_sub(int i, atomic_t *v) -{ - unsigned int temp; - - __asm__ __volatile__( - "1: llock %0, [%1] \n" - " sub %0, %0, %2 \n" - " scond %0, [%1] \n" - " bnz 1b \n" - : "=&r"(temp) - : "r"(&v->counter), "ir"(i) - : "cc"); -} - -/* add and also return the new value */ -static inline int atomic_add_return(int i, atomic_t *v) -{ - unsigned int temp; - - __asm__ __volatile__( - "1: llock %0, [%1] \n" - " add %0, %0, %2 \n" - " scond %0, [%1] \n" - " bnz 1b \n" - : "=&r"(temp) - : "r"(&v->counter), "ir"(i) - : "cc"); - - return temp; -} - -static inline int atomic_sub_return(int i, atomic_t *v) -{ - unsigned int temp; - - __asm__ __volatile__( - "1: llock %0, [%1] \n" - " sub %0, %0, %2 \n" - " scond %0, [%1] \n" - " bnz 1b \n" - : "=&r"(temp) - : "r"(&v->counter), "ir"(i) - : "cc"); - - return temp; -} - -static inline void atomic_clear_mask(unsigned long mask, unsigned long *addr) -{ - unsigned int temp; - - __asm__ __volatile__( - "1: llock %0, [%1] \n" - " bic %0, %0, %2 \n" - " scond %0, [%1] \n" - " bnz 1b \n" - : "=&r"(temp) - : "r"(addr), "ir"(mask) - : "cc"); +#define ATOMIC_OP(op, c_op, asm_op) \ +static inline void atomic_##op(int i, atomic_t *v) \ +{ \ + unsigned int temp; \ + \ + __asm__ __volatile__( \ + "1: llock %0, [%1] \n" \ + " " #asm_op " %0, %0, %2 \n" \ + " scond %0, [%1] \n" \ + " bnz 1b \n" \ + : "=&r"(temp) /* Early clobber, to prevent reg reuse */ \ + : "r"(&v->counter), "ir"(i) \ + : "cc"); \ +} \ + +#define ATOMIC_OP_RETURN(op, c_op, asm_op) \ +static inline int atomic_##op##_return(int i, atomic_t *v) \ +{ \ + unsigned int temp; \ + \ + /* \ + * Explicit full memory barrier needed before/after as \ + * LLOCK/SCOND thmeselves don't provide any such semantics \ + */ \ + smp_mb(); \ + \ + __asm__ __volatile__( \ + "1: llock %0, [%1] \n" \ + " " #asm_op " %0, %0, %2 \n" \ + " scond %0, [%1] \n" \ + " bnz 1b \n" \ + : "=&r"(temp) \ + : "r"(&v->counter), "ir"(i) \ + : "cc"); \ + \ + smp_mb(); \ + \ + return temp; \ } #else /* !CONFIG_ARC_HAS_LLSC */ @@ -126,6 +91,7 @@ v->counter = i; atomic_ops_unlock(flags); } + #endif /* @@ -133,63 +99,50 @@ * Locking would change to irq-disabling only (UP) and spinlocks (SMP) */ -static inline void atomic_add(int i, atomic_t *v) -{ - unsigned long flags; - - atomic_ops_lock(flags); - v->counter += i; - atomic_ops_unlock(flags); -} - -static inline void atomic_sub(int i, atomic_t *v) -{ - unsigned long flags; - - atomic_ops_lock(flags); - v->counter -= i; - atomic_ops_unlock(flags); -} - -static inline int atomic_add_return(int i, atomic_t *v) -{ - unsigned long flags; - unsigned long temp; - - atomic_ops_lock(flags); - temp = v->counter; - temp += i; - v->counter = temp; - atomic_ops_unlock(flags); - - return temp; -} - -static inline int atomic_sub_return(int i, atomic_t *v) -{ - unsigned long flags; - unsigned long temp; - - atomic_ops_lock(flags); - temp = v->counter; - temp -= i; - v->counter = temp; - atomic_ops_unlock(flags); - - return temp; -} - -static inline void atomic_clear_mask(unsigned long mask, unsigned long *addr) -{ - unsigned long flags; - - atomic_ops_lock(flags); - *addr &= ~mask; - atomic_ops_unlock(flags); +#define ATOMIC_OP(op, c_op, asm_op) \ +static inline void atomic_##op(int i, atomic_t *v) \ +{ \ + unsigned long flags; \ + \ + atomic_ops_lock(flags); \ + v->counter c_op i; \ + atomic_ops_unlock(flags); \ +} + +#define ATOMIC_OP_RETURN(op, c_op) \ +static inline int atomic_##op##_return(int i, atomic_t *v) \ +{ \ + unsigned long flags; \ + unsigned long temp; \ + \ + /* \ + * spin lock/unlock provides the needed smp_mb() before/after \ + */ \ + atomic_ops_lock(flags); \ + temp = v->counter; \ + temp c_op i; \ + v->counter = temp; \ + atomic_ops_unlock(flags); \ + \ + return temp; \ } #endif /* !CONFIG_ARC_HAS_LLSC */ +#define ATOMIC_OPS(op, c_op, asm_op) \ + ATOMIC_OP(op, c_op, asm_op) \ + ATOMIC_OP_RETURN(op, c_op, asm_op) + +ATOMIC_OPS(add, +=, add) +ATOMIC_OPS(sub, -=, sub) +ATOMIC_OP(and, &=, and) + +#define atomic_clear_mask(mask, v) atomic_and(~(mask), (v)) + +#undef ATOMIC_OPS +#undef ATOMIC_OP_RETURN +#undef ATOMIC_OP + /** * __atomic_add_unless - add unless the number is a given value * @v: pointer of type atomic_t @@ -202,9 +155,19 @@ #define __atomic_add_unless(v, a, u) \ ({ \ int c, old; \ + \ + /* \ + * Explicit full memory barrier needed before/after as \ + * LLOCK/SCOND thmeselves don't provide any such semantics \ + */ \ + smp_mb(); \ + \ c = atomic_read(v); \ while (c != (u) && (old = atomic_cmpxchg((v), c, c + (a))) != c)\ c = old; \ + \ + smp_mb(); \ + \ c; \ }) --- linux-lts-utopic-3.16.0.orig/arch/arc/include/asm/bitops.h +++ linux-lts-utopic-3.16.0/arch/arc/include/asm/bitops.h @@ -105,6 +105,12 @@ if (__builtin_constant_p(nr)) nr &= 0x1f; + /* + * Explicit full memory barrier needed before/after as + * LLOCK/SCOND themselves don't provide any such semantics + */ + smp_mb(); + __asm__ __volatile__( "1: llock %0, [%2] \n" " bset %1, %0, %3 \n" @@ -114,6 +120,8 @@ : "r"(m), "ir"(nr) : "cc"); + smp_mb(); + return (old & (1 << nr)) != 0; } @@ -127,6 +135,8 @@ if (__builtin_constant_p(nr)) nr &= 0x1f; + smp_mb(); + __asm__ __volatile__( "1: llock %0, [%2] \n" " bclr %1, %0, %3 \n" @@ -136,6 +146,8 @@ : "r"(m), "ir"(nr) : "cc"); + smp_mb(); + return (old & (1 << nr)) != 0; } @@ -149,6 +161,8 @@ if (__builtin_constant_p(nr)) nr &= 0x1f; + smp_mb(); + __asm__ __volatile__( "1: llock %0, [%2] \n" " bxor %1, %0, %3 \n" @@ -158,6 +172,8 @@ : "r"(m), "ir"(nr) : "cc"); + smp_mb(); + return (old & (1 << nr)) != 0; } @@ -256,6 +272,9 @@ if (__builtin_constant_p(nr)) nr &= 0x1f; + /* + * spin lock/unlock provide the needed smp_mb() before/after + */ bitops_lock(flags); old = *m; --- linux-lts-utopic-3.16.0.orig/arch/arc/include/asm/cmpxchg.h +++ linux-lts-utopic-3.16.0/arch/arc/include/asm/cmpxchg.h @@ -10,6 +10,8 @@ #define __ASM_ARC_CMPXCHG_H #include + +#include #include #ifdef CONFIG_ARC_HAS_LLSC @@ -19,16 +21,25 @@ { unsigned long prev; + /* + * Explicit full memory barrier needed before/after as + * LLOCK/SCOND thmeselves don't provide any such semantics + */ + smp_mb(); + __asm__ __volatile__( "1: llock %0, [%1] \n" " brne %0, %2, 2f \n" " scond %3, [%1] \n" " bnz 1b \n" "2: \n" - : "=&r"(prev) - : "r"(ptr), "ir"(expected), - "r"(new) /* can't be "ir". scond can't take limm for "b" */ - : "cc"); + : "=&r"(prev) /* Early clobber, to prevent reg reuse */ + : "r"(ptr), /* Not "m": llock only supports reg direct addr mode */ + "ir"(expected), + "r"(new) /* can't be "ir". scond can't take LIMM for "b" */ + : "cc", "memory"); /* so that gcc knows memory is being written here */ + + smp_mb(); return prev; } @@ -42,6 +53,9 @@ int prev; volatile unsigned long *p = ptr; + /* + * spin lock/unlock provide the needed smp_mb() before/after + */ atomic_ops_lock(flags); prev = *p; if (prev == expected) @@ -77,12 +91,16 @@ switch (size) { case 4: + smp_mb(); + __asm__ __volatile__( " ex %0, [%1] \n" : "+r"(val) : "r"(ptr) : "memory"); + smp_mb(); + return val; } return __xchg_bad_pointer(); --- linux-lts-utopic-3.16.0.orig/arch/arc/include/asm/kgdb.h +++ linux-lts-utopic-3.16.0/arch/arc/include/asm/kgdb.h @@ -19,7 +19,7 @@ * register API yet */ #undef DBG_MAX_REG_NUM -#define GDB_MAX_REGS 39 +#define GDB_MAX_REGS 87 #define BREAK_INSTR_SIZE 2 #define CACHE_FLUSH_IS_SAFE 1 @@ -33,23 +33,27 @@ extern void kgdb_trap(struct pt_regs *regs); -enum arc700_linux_regnums { +/* This is the numbering of registers according to the GDB. See GDB's + * arc-tdep.h for details. + * + * Registers are ordered for GDB 7.5. It is incompatible with GDB 6.8. */ +enum arc_linux_regnums { _R0 = 0, _R1, _R2, _R3, _R4, _R5, _R6, _R7, _R8, _R9, _R10, _R11, _R12, _R13, _R14, _R15, _R16, _R17, _R18, _R19, _R20, _R21, _R22, _R23, _R24, _R25, _R26, - _BTA = 27, - _LP_START = 28, - _LP_END = 29, - _LP_COUNT = 30, - _STATUS32 = 31, - _BLINK = 32, - _FP = 33, - __SP = 34, - _EFA = 35, - _RET = 36, - _ORIG_R8 = 37, - _STOP_PC = 38 + _FP = 27, + __SP = 28, + _R30 = 30, + _BLINK = 31, + _LP_COUNT = 60, + _STOP_PC = 64, + _RET = 64, + _LP_START = 65, + _LP_END = 66, + _STATUS32 = 67, + _ECR = 76, + _BTA = 82, }; #else --- linux-lts-utopic-3.16.0.orig/arch/arc/include/asm/pgtable.h +++ linux-lts-utopic-3.16.0/arch/arc/include/asm/pgtable.h @@ -259,7 +259,8 @@ #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) #define pte_page(x) (mem_map + \ - (unsigned long)(((pte_val(x) - PAGE_OFFSET) >> PAGE_SHIFT))) + (unsigned long)(((pte_val(x) - CONFIG_LINUX_LINK_BASE) >> \ + PAGE_SHIFT))) #define mk_pte(page, pgprot) \ ({ \ --- linux-lts-utopic-3.16.0.orig/arch/arc/include/asm/processor.h +++ linux-lts-utopic-3.16.0/arch/arc/include/asm/processor.h @@ -20,6 +20,15 @@ #include +#ifdef CONFIG_ARC_FPU_SAVE_RESTORE +/* These DPFP regs need to be saved/restored across ctx-sw */ +struct arc_fpu { + struct { + unsigned int l, h; + } aux_dpfp[2]; +}; +#endif + /* Arch specific stuff which needs to be saved per task. * However these items are not so important so as to earn a place in * struct thread_info @@ -66,18 +75,19 @@ #define release_segments(mm) do { } while (0) #define KSTK_EIP(tsk) (task_pt_regs(tsk)->ret) +#define KSTK_ESP(tsk) (task_pt_regs(tsk)->sp) /* * Where abouts of Task's sp, fp, blink when it was last seen in kernel mode. * Look in process.c for details of kernel stack layout */ -#define KSTK_ESP(tsk) (tsk->thread.ksp) +#define TSK_K_ESP(tsk) (tsk->thread.ksp) -#define KSTK_REG(tsk, off) (*((unsigned int *)(KSTK_ESP(tsk) + \ +#define TSK_K_REG(tsk, off) (*((unsigned int *)(TSK_K_ESP(tsk) + \ sizeof(struct callee_regs) + off))) -#define KSTK_BLINK(tsk) KSTK_REG(tsk, 4) -#define KSTK_FP(tsk) KSTK_REG(tsk, 0) +#define TSK_K_BLINK(tsk) TSK_K_REG(tsk, 4) +#define TSK_K_FP(tsk) TSK_K_REG(tsk, 0) extern void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long usp); --- linux-lts-utopic-3.16.0.orig/arch/arc/include/asm/ptrace.h +++ linux-lts-utopic-3.16.0/arch/arc/include/asm/ptrace.h @@ -63,7 +63,7 @@ long r25, r24, r23, r22, r21, r20, r19, r18, r17, r16, r15, r14, r13; }; -#define instruction_pointer(regs) ((regs)->ret) +#define instruction_pointer(regs) (unsigned long)((regs)->ret) #define profile_pc(regs) instruction_pointer(regs) /* return 1 if user mode or 0 if kernel mode */ --- linux-lts-utopic-3.16.0.orig/arch/arc/include/asm/spinlock.h +++ linux-lts-utopic-3.16.0/arch/arc/include/asm/spinlock.h @@ -22,24 +22,46 @@ { unsigned int tmp = __ARCH_SPIN_LOCK_LOCKED__; + /* + * This smp_mb() is technically superfluous, we only need the one + * after the lock for providing the ACQUIRE semantics. + * However doing the "right" thing was regressing hackbench + * so keeping this, pending further investigation + */ + smp_mb(); + __asm__ __volatile__( "1: ex %0, [%1] \n" " breq %0, %2, 1b \n" : "+&r" (tmp) : "r"(&(lock->slock)), "ir"(__ARCH_SPIN_LOCK_LOCKED__) : "memory"); + + /* + * ACQUIRE barrier to ensure load/store after taking the lock + * don't "bleed-up" out of the critical section (leak-in is allowed) + * http://www.spinics.net/lists/kernel/msg2010409.html + * + * ARCv2 only has load-load, store-store and all-all barrier + * thus need the full all-all barrier + */ + smp_mb(); } static inline int arch_spin_trylock(arch_spinlock_t *lock) { unsigned int tmp = __ARCH_SPIN_LOCK_LOCKED__; + smp_mb(); + __asm__ __volatile__( "1: ex %0, [%1] \n" : "+r" (tmp) : "r"(&(lock->slock)) : "memory"); + smp_mb(); + return (tmp == __ARCH_SPIN_LOCK_UNLOCKED__); } @@ -47,12 +69,22 @@ { unsigned int tmp = __ARCH_SPIN_LOCK_UNLOCKED__; + /* + * RELEASE barrier: given the instructions avail on ARCv2, full barrier + * is the only option + */ + smp_mb(); + __asm__ __volatile__( " ex %0, [%1] \n" : "+r" (tmp) : "r"(&(lock->slock)) : "memory"); + /* + * superfluous, but keeping for now - see pairing version in + * arch_spin_lock above + */ smp_mb(); } --- linux-lts-utopic-3.16.0.orig/arch/arc/include/asm/unwind.h +++ linux-lts-utopic-3.16.0/arch/arc/include/asm/unwind.h @@ -112,7 +112,6 @@ extern int arc_unwind(struct unwind_frame_info *frame); extern void arc_unwind_init(void); -extern void arc_unwind_setup(void); extern void *unwind_add_table(struct module *module, const void *table_start, unsigned long table_size); extern void unwind_remove_table(void *handle, int init_only); @@ -152,9 +151,6 @@ { } -static inline void arc_unwind_setup(void) -{ -} #define unwind_add_table(a, b, c) #define unwind_remove_table(a, b) --- linux-lts-utopic-3.16.0.orig/arch/arc/kernel/setup.c +++ linux-lts-utopic-3.16.0/arch/arc/kernel/setup.c @@ -380,7 +380,6 @@ #endif arc_unwind_init(); - arc_unwind_setup(); } static int __init customize_machine(void) --- linux-lts-utopic-3.16.0.orig/arch/arc/kernel/signal.c +++ linux-lts-utopic-3.16.0/arch/arc/kernel/signal.c @@ -67,7 +67,7 @@ sigset_t *set) { int err; - err = __copy_to_user(&(sf->uc.uc_mcontext.regs), regs, + err = __copy_to_user(&(sf->uc.uc_mcontext.regs.scratch), regs, sizeof(sf->uc.uc_mcontext.regs.scratch)); err |= __copy_to_user(&sf->uc.uc_sigmask, set, sizeof(sigset_t)); @@ -83,7 +83,7 @@ if (!err) set_current_blocked(&set); - err |= __copy_from_user(regs, &(sf->uc.uc_mcontext.regs), + err |= __copy_from_user(regs, &(sf->uc.uc_mcontext.regs.scratch), sizeof(sf->uc.uc_mcontext.regs.scratch)); return err; @@ -131,6 +131,15 @@ /* Don't restart from sigreturn */ syscall_wont_restart(regs); + /* + * Ensure that sigreturn always returns to user mode (in case the + * regs saved on user stack got fudged between save and sigreturn) + * Otherwise it is easy to panic the kernel with a custom + * signal handler and/or restorer which clobberes the status32/ret + * to return to a bogus location in kernel mode. + */ + regs->status32 |= STATUS_U_MASK; + return regs->r0; badframe: @@ -234,8 +243,11 @@ /* * handler returns using sigreturn stub provided already by userpsace + * If not, nuke the process right away */ - BUG_ON(!(ka->sa.sa_flags & SA_RESTORER)); + if(!(ka->sa.sa_flags & SA_RESTORER)) + return 1; + regs->blink = (unsigned long)ka->sa.sa_restorer; /* User Stack for signal handler will be above the frame just carved */ @@ -302,12 +314,12 @@ struct pt_regs *regs) { sigset_t *oldset = sigmask_to_save(); - int ret; + int failed; /* Set up the stack frame */ - ret = setup_rt_frame(sig, ka, info, oldset, regs); + failed = setup_rt_frame(sig, ka, info, oldset, regs); - if (ret) + if (failed) force_sigsegv(sig, current); else signal_delivered(sig, info, ka, regs, 0); --- linux-lts-utopic-3.16.0.orig/arch/arc/kernel/stacktrace.c +++ linux-lts-utopic-3.16.0/arch/arc/kernel/stacktrace.c @@ -64,9 +64,9 @@ frame_info->task = tsk; - frame_info->regs.r27 = KSTK_FP(tsk); - frame_info->regs.r28 = KSTK_ESP(tsk); - frame_info->regs.r31 = KSTK_BLINK(tsk); + frame_info->regs.r27 = TSK_K_FP(tsk); + frame_info->regs.r28 = TSK_K_ESP(tsk); + frame_info->regs.r31 = TSK_K_BLINK(tsk); frame_info->regs.r63 = (unsigned int)__switch_to; /* In the prologue of __switch_to, first FP is saved on stack --- linux-lts-utopic-3.16.0.orig/arch/arc/kernel/unwind.c +++ linux-lts-utopic-3.16.0/arch/arc/kernel/unwind.c @@ -170,6 +170,23 @@ static unsigned long read_pointer(const u8 **pLoc, const void *end, signed ptrType); +static void init_unwind_hdr(struct unwind_table *table, + void *(*alloc) (unsigned long)); + +/* + * wrappers for header alloc (vs. calling one vs. other at call site) + * to elide section mismatches warnings + */ +static void *__init unw_hdr_alloc_early(unsigned long sz) +{ + return __alloc_bootmem_nopanic(sz, sizeof(unsigned int), + MAX_DMA_ADDRESS); +} + +static void *unw_hdr_alloc(unsigned long sz) +{ + return kmalloc(sz, GFP_KERNEL); +} static void init_unwind_table(struct unwind_table *table, const char *name, const void *core_start, unsigned long core_size, @@ -209,6 +226,8 @@ __start_unwind, __end_unwind - __start_unwind, NULL, 0); /*__start_unwind_hdr, __end_unwind_hdr - __start_unwind_hdr);*/ + + init_unwind_hdr(&root_table, unw_hdr_alloc_early); } static const u32 bad_cie, not_fde; @@ -241,8 +260,8 @@ e2->fde = v; } -static void __init setup_unwind_table(struct unwind_table *table, - void *(*alloc) (unsigned long)) +static void init_unwind_hdr(struct unwind_table *table, + void *(*alloc) (unsigned long)) { const u8 *ptr; unsigned long tableSize = table->size, hdrSize; @@ -274,13 +293,13 @@ const u32 *cie = cie_for_fde(fde, table); signed ptrType; - if (cie == ¬_fde) + if (cie == ¬_fde) /* only process FDE here */ continue; if (cie == NULL || cie == &bad_cie) - return; + continue; /* say FDE->CIE.version != 1 */ ptrType = fde_pointer_type(cie); if (ptrType < 0) - return; + continue; ptr = (const u8 *)(fde + 2); if (!read_pointer(&ptr, (const u8 *)(fde + 1) + *fde, @@ -300,9 +319,11 @@ hdrSize = 4 + sizeof(unsigned long) + sizeof(unsigned int) + 2 * n * sizeof(unsigned long); + header = alloc(hdrSize); if (!header) return; + header->version = 1; header->eh_frame_ptr_enc = DW_EH_PE_abs | DW_EH_PE_native; header->fde_count_enc = DW_EH_PE_abs | DW_EH_PE_data4; @@ -322,6 +343,10 @@ if (fde[1] == 0xffffffff) continue; /* this is a CIE */ + + if (*(u8 *)(cie + 2) != 1) + continue; /* FDE->CIE.version not supported */ + ptr = (const u8 *)(fde + 2); header->table[n].start = read_pointer(&ptr, (const u8 *)(fde + 1) + @@ -342,18 +367,6 @@ table->header = (const void *)header; } -static void *__init balloc(unsigned long sz) -{ - return __alloc_bootmem_nopanic(sz, - sizeof(unsigned int), - __pa(MAX_DMA_ADDRESS)); -} - -void __init arc_unwind_setup(void) -{ - setup_unwind_table(&root_table, balloc); -} - #ifdef CONFIG_MODULES static struct unwind_table *last_table; @@ -377,6 +390,8 @@ table_start, table_size, NULL, 0); + init_unwind_hdr(table, unw_hdr_alloc); + #ifdef UNWIND_DEBUG unw_debug("Table added for [%s] %lx %lx\n", module->name, table->core.pc, table->core.range); @@ -439,6 +454,7 @@ info.init_only = init_only; unlink_table(&info); /* XXX: SMP */ + kfree(table->header); kfree(table); } @@ -507,7 +523,8 @@ if (*cie <= sizeof(*cie) + 4 || *cie >= fde[1] - sizeof(*fde) || (*cie & (sizeof(*cie) - 1)) - || (cie[1] != 0xffffffff)) + || (cie[1] != 0xffffffff) + || ( *(u8 *)(cie + 2) != 1)) /* version 1 supported */ return NULL; /* this is not a (valid) CIE */ return cie; } @@ -986,42 +1003,13 @@ (const u8 *)(fde + 1) + *fde, ptrType); - if (pc >= endLoc) + if (pc >= endLoc) { fde = NULL; - } else - fde = NULL; - } - if (fde == NULL) { - for (fde = table->address, tableSize = table->size; - cie = NULL, tableSize > sizeof(*fde) - && tableSize - sizeof(*fde) >= *fde; - tableSize -= sizeof(*fde) + *fde, - fde += 1 + *fde / sizeof(*fde)) { - cie = cie_for_fde(fde, table); - if (cie == &bad_cie) { cie = NULL; - break; } - if (cie == NULL - || cie == ¬_fde - || (ptrType = fde_pointer_type(cie)) < 0) - continue; - ptr = (const u8 *)(fde + 2); - startLoc = read_pointer(&ptr, - (const u8 *)(fde + 1) + - *fde, ptrType); - if (!startLoc) - continue; - if (!(ptrType & DW_EH_PE_indirect)) - ptrType &= - DW_EH_PE_FORM | DW_EH_PE_signed; - endLoc = - startLoc + read_pointer(&ptr, - (const u8 *)(fde + - 1) + - *fde, ptrType); - if (pc >= startLoc && pc < endLoc) - break; + } else { + fde = NULL; + cie = NULL; } } } --- linux-lts-utopic-3.16.0.orig/arch/arc/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/arc/mm/fault.c @@ -162,6 +162,8 @@ /* TBD: switch to pagefault_out_of_memory() */ if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; --- linux-lts-utopic-3.16.0.orig/arch/arm/Kconfig +++ linux-lts-utopic-3.16.0/arch/arm/Kconfig @@ -60,6 +60,7 @@ select HAVE_PERF_EVENTS select HAVE_PERF_REGS select HAVE_PERF_USER_STACK_DUMP + select HAVE_RCU_TABLE_FREE if (SMP && ARM_LPAE) select HAVE_REGS_AND_STACK_ACCESS_API select HAVE_SYSCALL_TRACEPOINTS select HAVE_UID16 @@ -1712,6 +1713,10 @@ config HAVE_ARCH_PFN_VALID def_bool ARCH_HAS_HOLES_MEMORYMODEL || !SPARSEMEM +config HAVE_GENERIC_RCU_GUP + def_bool y + depends on ARM_LPAE + config HIGHMEM bool "High Memory Support" depends on MMU @@ -2214,6 +2219,8 @@ source "drivers/Kconfig" +source "ubuntu/Kconfig" + source "fs/Kconfig" source "arch/arm/Kconfig.debug" --- linux-lts-utopic-3.16.0.orig/arch/arm/Kconfig.debug +++ linux-lts-utopic-3.16.0/arch/arm/Kconfig.debug @@ -1118,7 +1118,7 @@ default 0xf1600000 if ARCH_INTEGRATOR default 0xf1c28000 if DEBUG_SUNXI_UART0 default 0xf1c28400 if DEBUG_SUNXI_UART1 - default 0xf2100000 if DEBUG_PXA_UART1 + default 0xf6200000 if DEBUG_PXA_UART1 default 0xf4090000 if ARCH_LPC32XX default 0xf4200000 if ARCH_GEMINI default 0xf7000000 if DEBUG_S3C24XX_UART && (DEBUG_S3C_UART0 || \ --- linux-lts-utopic-3.16.0.orig/arch/arm/Makefile +++ linux-lts-utopic-3.16.0/arch/arm/Makefile @@ -52,6 +52,14 @@ comma = , +# +# The Scalar Replacement of Aggregates (SRA) optimization pass in GCC 4.9 and +# later may result in code being generated that handles signed short and signed +# char struct members incorrectly. So disable it. +# (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65932) +# +KBUILD_CFLAGS += $(call cc-option,-fno-ipa-sra) + # This selects which instruction set is used. # Note that GCC does not numerically define an architecture version # macro, but instead defines a whole series of macros which makes --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/compressed/Makefile +++ linux-lts-utopic-3.16.0/arch/arm/boot/compressed/Makefile @@ -3,6 +3,7 @@ # # create a compressed vmlinuz image from the original vmlinux # +KBUILD_CFLAGS := $(filter-out -fstack-protector, $(KBUILD_CFLAGS)) -fno-stack-protector OBJS = --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/compressed/head.S +++ linux-lts-utopic-3.16.0/arch/arm/boot/compressed/head.S @@ -395,8 +395,7 @@ add sp, sp, r6 #endif - tst r4, #1 - bleq cache_clean_flush + bl cache_clean_flush adr r0, BSYM(restart) add r0, r0, r6 @@ -1045,6 +1044,8 @@ b call_cache_fn __armv4_mpu_cache_flush: + tst r4, #1 + movne pc, lr mov r2, #1 mov r3, #0 mcr p15, 0, ip, c7, c6, 0 @ invalidate D cache @@ -1062,6 +1063,8 @@ mov pc, lr __fa526_cache_flush: + tst r4, #1 + movne pc, lr mov r1, #0 mcr p15, 0, r1, c7, c14, 0 @ clean and invalidate D cache mcr p15, 0, r1, c7, c5, 0 @ flush I cache @@ -1070,13 +1073,16 @@ __armv6_mmu_cache_flush: mov r1, #0 - mcr p15, 0, r1, c7, c14, 0 @ clean+invalidate D + tst r4, #1 + mcreq p15, 0, r1, c7, c14, 0 @ clean+invalidate D mcr p15, 0, r1, c7, c5, 0 @ invalidate I+BTB - mcr p15, 0, r1, c7, c15, 0 @ clean+invalidate unified + mcreq p15, 0, r1, c7, c15, 0 @ clean+invalidate unified mcr p15, 0, r1, c7, c10, 4 @ drain WB mov pc, lr __armv7_mmu_cache_flush: + tst r4, #1 + bne iflush mrc p15, 0, r10, c0, c1, 5 @ read ID_MMFR1 tst r10, #0xf << 16 @ hierarchical cache (ARMv7) mov r10, #0 @@ -1137,6 +1143,8 @@ mov pc, lr __armv5tej_mmu_cache_flush: + tst r4, #1 + movne pc, lr 1: mrc p15, 0, r15, c7, c14, 3 @ test,clean,invalidate D cache bne 1b mcr p15, 0, r0, c7, c5, 0 @ flush I cache @@ -1144,6 +1152,8 @@ mov pc, lr __armv4_mmu_cache_flush: + tst r4, #1 + movne pc, lr mov r2, #64*1024 @ default: 32K dcache size (*2) mov r11, #32 @ default: 32 byte line size mrc p15, 0, r3, c0, c0, 1 @ read cache type @@ -1177,6 +1187,8 @@ __armv3_mmu_cache_flush: __armv3_mpu_cache_flush: + tst r4, #1 + movne pc, lr mov r1, #0 mcr p15, 0, r1, c7, c0, 0 @ invalidate whole cache v3 mov pc, lr --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/Makefile +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/Makefile @@ -137,8 +137,8 @@ kirkwood-openrd-client.dtb \ kirkwood-openrd-ultimate.dtb \ kirkwood-rd88f6192.dtb \ - kirkwood-rd88f6281-a0.dtb \ - kirkwood-rd88f6281-a1.dtb \ + kirkwood-rd88f6281-z0.dtb \ + kirkwood-rd88f6281-a.dtb \ kirkwood-rs212.dtb \ kirkwood-rs409.dtb \ kirkwood-rs411.dtb \ --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/am335x-bone-common.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/am335x-bone-common.dtsi @@ -198,6 +198,7 @@ &usb0 { status = "okay"; + dr_mode = "peripheral"; }; &usb1 { --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/am335x-evm.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/am335x-evm.dts @@ -489,7 +489,7 @@ reg = <0x00060000 0x00020000>; }; partition@4 { - label = "NAND.u-boot-spl"; + label = "NAND.u-boot-spl-os"; reg = <0x00080000 0x00040000>; }; partition@5 { --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/am33xx-clocks.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/am33xx-clocks.dtsi @@ -99,7 +99,7 @@ ehrpwm0_tbclk: ehrpwm0_tbclk@44e10664 { #clock-cells = <0>; compatible = "ti,gate-clock"; - clocks = <&dpll_per_m2_ck>; + clocks = <&l4ls_gclk>; ti,bit-shift = <0>; reg = <0x0664>; }; @@ -107,7 +107,7 @@ ehrpwm1_tbclk: ehrpwm1_tbclk@44e10664 { #clock-cells = <0>; compatible = "ti,gate-clock"; - clocks = <&dpll_per_m2_ck>; + clocks = <&l4ls_gclk>; ti,bit-shift = <1>; reg = <0x0664>; }; @@ -115,7 +115,7 @@ ehrpwm2_tbclk: ehrpwm2_tbclk@44e10664 { #clock-cells = <0>; compatible = "ti,gate-clock"; - clocks = <&dpll_per_m2_ck>; + clocks = <&l4ls_gclk>; ti,bit-shift = <2>; reg = <0x0664>; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/am33xx.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/am33xx.dtsi @@ -132,6 +132,11 @@ }; }; + cm: syscon@44e10000 { + compatible = "ti,am33xx-controlmodule", "syscon"; + reg = <0x44e10000 0x800>; + }; + intc: interrupt-controller@48200000 { compatible = "ti,omap2-intc"; interrupt-controller; @@ -687,6 +692,7 @@ */ interrupts = <40 41 42 43>; ranges; + syscon = <&cm>; status = "disabled"; davinci_mdio: mdio@4a101000 { --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/am4372.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/am4372.dtsi @@ -168,9 +168,6 @@ ti,hwmods = "mailbox"; ti,mbox-num-users = <4>; ti,mbox-num-fifos = <8>; - ti,mbox-names = "wkup_m3"; - ti,mbox-data = <0 0 0 0>; - status = "disabled"; }; timer1: timer@44e31000 { --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/am43xx-clocks.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/am43xx-clocks.dtsi @@ -107,7 +107,7 @@ ehrpwm0_tbclk: ehrpwm0_tbclk { #clock-cells = <0>; compatible = "ti,gate-clock"; - clocks = <&dpll_per_m2_ck>; + clocks = <&l4ls_gclk>; ti,bit-shift = <0>; reg = <0x0664>; }; @@ -115,7 +115,7 @@ ehrpwm1_tbclk: ehrpwm1_tbclk { #clock-cells = <0>; compatible = "ti,gate-clock"; - clocks = <&dpll_per_m2_ck>; + clocks = <&l4ls_gclk>; ti,bit-shift = <1>; reg = <0x0664>; }; @@ -123,7 +123,7 @@ ehrpwm2_tbclk: ehrpwm2_tbclk { #clock-cells = <0>; compatible = "ti,gate-clock"; - clocks = <&dpll_per_m2_ck>; + clocks = <&l4ls_gclk>; ti,bit-shift = <2>; reg = <0x0664>; }; @@ -131,7 +131,7 @@ ehrpwm3_tbclk: ehrpwm3_tbclk { #clock-cells = <0>; compatible = "ti,gate-clock"; - clocks = <&dpll_per_m2_ck>; + clocks = <&l4ls_gclk>; ti,bit-shift = <4>; reg = <0x0664>; }; @@ -139,7 +139,7 @@ ehrpwm4_tbclk: ehrpwm4_tbclk { #clock-cells = <0>; compatible = "ti,gate-clock"; - clocks = <&dpll_per_m2_ck>; + clocks = <&l4ls_gclk>; ti,bit-shift = <5>; reg = <0x0664>; }; @@ -147,7 +147,7 @@ ehrpwm5_tbclk: ehrpwm5_tbclk { #clock-cells = <0>; compatible = "ti,gate-clock"; - clocks = <&dpll_per_m2_ck>; + clocks = <&l4ls_gclk>; ti,bit-shift = <6>; reg = <0x0664>; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/armada-370-netgear-rn102.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/armada-370-netgear-rn102.dts @@ -143,6 +143,10 @@ marvell,nand-enable-arbiter; nand-on-flash-bbt; + /* Use Hardware BCH ECC */ + nand-ecc-strength = <4>; + nand-ecc-step-size = <512>; + partition@0 { label = "u-boot"; reg = <0x0000000 0x180000>; /* 1.5MB */ --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/armada-370-netgear-rn104.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/armada-370-netgear-rn104.dts @@ -145,6 +145,10 @@ marvell,nand-enable-arbiter; nand-on-flash-bbt; + /* Use Hardware BCH ECC */ + nand-ecc-strength = <4>; + nand-ecc-step-size = <512>; + partition@0 { label = "u-boot"; reg = <0x0000000 0x180000>; /* 1.5MB */ --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/armada-370-xp.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/armada-370-xp.dtsi @@ -225,7 +225,6 @@ }; eth0: ethernet@70000 { - compatible = "marvell,armada-370-neta"; reg = <0x70000 0x4000>; interrupts = <8>; clocks = <&gateclk 4>; @@ -241,7 +240,6 @@ }; eth1: ethernet@74000 { - compatible = "marvell,armada-370-neta"; reg = <0x74000 0x4000>; interrupts = <10>; clocks = <&gateclk 3>; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/armada-370.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/armada-370.dtsi @@ -106,11 +106,6 @@ reg = <0x11100 0x20>; }; - system-controller@18200 { - compatible = "marvell,armada-370-xp-system-controller"; - reg = <0x18200 0x100>; - }; - pinctrl { compatible = "marvell,mv88f6710-pinctrl"; reg = <0x18000 0x38>; @@ -186,6 +181,11 @@ interrupts = <91>; }; + system-controller@18200 { + compatible = "marvell,armada-370-xp-system-controller"; + reg = <0x18200 0x100>; + }; + gateclk: clock-gating-control@18220 { compatible = "marvell,armada-370-gating-clock"; reg = <0x18220 0x4>; @@ -279,6 +279,14 @@ dmacap,memset; }; }; + + ethernet@70000 { + compatible = "marvell,armada-370-neta"; + }; + + ethernet@74000 { + compatible = "marvell,armada-370-neta"; + }; }; }; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/armada-xp-mv78260.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/armada-xp-mv78260.dtsi @@ -294,7 +294,7 @@ }; eth3: ethernet@34000 { - compatible = "marvell,armada-370-neta"; + compatible = "marvell,armada-xp-neta"; reg = <0x34000 0x4000>; interrupts = <14>; clocks = <&gateclk 1>; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/armada-xp-mv78460.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/armada-xp-mv78460.dtsi @@ -330,7 +330,7 @@ }; eth3: ethernet@34000 { - compatible = "marvell,armada-370-neta"; + compatible = "marvell,armada-xp-neta"; reg = <0x34000 0x4000>; interrupts = <14>; clocks = <&gateclk 1>; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts @@ -223,6 +223,10 @@ marvell,nand-enable-arbiter; nand-on-flash-bbt; + /* Use Hardware BCH ECC */ + nand-ecc-strength = <4>; + nand-ecc-step-size = <512>; + partition@0 { label = "u-boot"; reg = <0x0000000 0x180000>; /* 1.5MB */ --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts @@ -71,6 +71,10 @@ }; internal-regs { + rtc@10300 { + /* No crystal connected to the internal RTC */ + status = "disabled"; + }; serial@12000 { status = "okay"; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/armada-xp.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/armada-xp.dtsi @@ -125,7 +125,7 @@ }; eth2: ethernet@30000 { - compatible = "marvell,armada-370-neta"; + compatible = "marvell,armada-xp-neta"; reg = <0x30000 0x4000>; interrupts = <12>; clocks = <&gateclk 2>; @@ -168,6 +168,14 @@ }; }; + ethernet@70000 { + compatible = "marvell,armada-xp-neta"; + }; + + ethernet@74000 { + compatible = "marvell,armada-xp-neta"; + }; + xor@f0900 { compatible = "marvell,orion-xor"; reg = <0xF0900 0x100 --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/at91sam9263.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/at91sam9263.dtsi @@ -535,6 +535,7 @@ compatible = "atmel,hsmci"; reg = <0xfff80000 0x600>; interrupts = <10 IRQ_TYPE_LEVEL_HIGH 0>; + pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -544,6 +545,7 @@ compatible = "atmel,hsmci"; reg = <0xfff84000 0x600>; interrupts = <11 IRQ_TYPE_LEVEL_HIGH 0>; + pinctrl-names = "default"; #address-cells = <1>; #size-cells = <0>; status = "disabled"; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/berlin2q-marvell-dmp.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/berlin2q-marvell-dmp.dts @@ -30,6 +30,8 @@ }; &sdhci2 { + broken-cd; + bus-width = <8>; non-removable; status = "okay"; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/berlin2q.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/berlin2q.dtsi @@ -82,7 +82,8 @@ compatible = "mrvl,pxav3-mmc"; reg = <0xab1000 0x200>; interrupts = ; - clocks = <&chip CLKID_SDIO1XIN>; + clocks = <&chip CLKID_NFC_ECC>, <&chip CLKID_NFC>; + clock-names = "io", "core"; status = "disabled"; }; @@ -263,36 +264,6 @@ interrupt-parent = <&gic>; interrupts = ; }; - - gpio4: gpio@5000 { - compatible = "snps,dw-apb-gpio"; - reg = <0x5000 0x400>; - #address-cells = <1>; - #size-cells = <0>; - - porte: gpio-port@4 { - compatible = "snps,dw-apb-gpio-port"; - gpio-controller; - #gpio-cells = <2>; - snps,nr-gpios = <32>; - reg = <0>; - }; - }; - - gpio5: gpio@c000 { - compatible = "snps,dw-apb-gpio"; - reg = <0xc000 0x400>; - #address-cells = <1>; - #size-cells = <0>; - - portf: gpio-port@5 { - compatible = "snps,dw-apb-gpio-port"; - gpio-controller; - #gpio-cells = <2>; - snps,nr-gpios = <32>; - reg = <0>; - }; - }; }; chip: chip-control@ea0000 { @@ -311,6 +282,21 @@ ranges = <0 0xfc0000 0x10000>; interrupt-parent = <&sic>; + sm_gpio1: gpio@5000 { + compatible = "snps,dw-apb-gpio"; + reg = <0x5000 0x400>; + #address-cells = <1>; + #size-cells = <0>; + + portf: gpio-port@5 { + compatible = "snps,dw-apb-gpio-port"; + gpio-controller; + #gpio-cells = <2>; + snps,nr-gpios = <32>; + reg = <0>; + }; + }; + uart0: uart@9000 { compatible = "snps,dw-apb-uart"; reg = <0x9000 0x100>; @@ -335,6 +321,21 @@ status = "disabled"; }; + sm_gpio0: gpio@c000 { + compatible = "snps,dw-apb-gpio"; + reg = <0xc000 0x400>; + #address-cells = <1>; + #size-cells = <0>; + + porte: gpio-port@4 { + compatible = "snps,dw-apb-gpio-port"; + gpio-controller; + #gpio-cells = <2>; + snps,nr-gpios = <32>; + reg = <0>; + }; + }; + sysctrl: pin-controller@d000 { compatible = "marvell,berlin2q-system-ctrl"; reg = <0xd000 0x100>; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/dove.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/dove.dtsi @@ -154,7 +154,7 @@ uart2: serial@12200 { compatible = "ns16550a"; - reg = <0x12000 0x100>; + reg = <0x12200 0x100>; reg-shift = <2>; interrupts = <9>; clocks = <&core_clk 0>; @@ -163,7 +163,7 @@ uart3: serial@12300 { compatible = "ns16550a"; - reg = <0x12100 0x100>; + reg = <0x12300 0x100>; reg-shift = <2>; interrupts = <10>; clocks = <&core_clk 0>; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/dra7-evm.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/dra7-evm.dts @@ -50,13 +50,13 @@ mcspi1_pins: pinmux_mcspi1_pins { pinctrl-single,pins = < - 0x3a4 (PIN_INPUT | MUX_MODE0) /* spi2_clk */ - 0x3a8 (PIN_INPUT | MUX_MODE0) /* spi2_d1 */ - 0x3ac (PIN_INPUT | MUX_MODE0) /* spi2_d0 */ - 0x3b0 (PIN_INPUT_SLEW | MUX_MODE0) /* spi2_cs0 */ - 0x3b4 (PIN_INPUT_SLEW | MUX_MODE0) /* spi2_cs1 */ - 0x3b8 (PIN_INPUT_SLEW | MUX_MODE6) /* spi2_cs2 */ - 0x3bc (PIN_INPUT_SLEW | MUX_MODE6) /* spi2_cs3 */ + 0x3a4 (PIN_INPUT | MUX_MODE0) /* spi1_sclk */ + 0x3a8 (PIN_INPUT | MUX_MODE0) /* spi1_d1 */ + 0x3ac (PIN_INPUT | MUX_MODE0) /* spi1_d0 */ + 0x3b0 (PIN_INPUT_SLEW | MUX_MODE0) /* spi1_cs0 */ + 0x3b4 (PIN_INPUT_SLEW | MUX_MODE0) /* spi1_cs1 */ + 0x3b8 (PIN_INPUT_SLEW | MUX_MODE6) /* spi1_cs2.hdmi1_hpd */ + 0x3bc (PIN_INPUT_SLEW | MUX_MODE6) /* spi1_cs3.hdmi1_cec */ >; }; @@ -377,23 +377,23 @@ }; partition@5 { label = "QSPI.u-boot-spl-os"; - reg = <0x00140000 0x00010000>; + reg = <0x00140000 0x00080000>; }; partition@6 { label = "QSPI.u-boot-env"; - reg = <0x00150000 0x00010000>; + reg = <0x001c0000 0x00010000>; }; partition@7 { label = "QSPI.u-boot-env.backup1"; - reg = <0x00160000 0x0010000>; + reg = <0x001d0000 0x0010000>; }; partition@8 { label = "QSPI.kernel"; - reg = <0x00170000 0x0800000>; + reg = <0x001e0000 0x0800000>; }; partition@9 { label = "QSPI.file-system"; - reg = <0x00970000 0x01690000>; + reg = <0x009e0000 0x01620000>; }; }; }; @@ -427,22 +427,19 @@ gpmc,device-width = <2>; gpmc,sync-clk-ps = <0>; gpmc,cs-on-ns = <0>; - gpmc,cs-rd-off-ns = <40>; - gpmc,cs-wr-off-ns = <40>; + gpmc,cs-rd-off-ns = <80>; + gpmc,cs-wr-off-ns = <80>; gpmc,adv-on-ns = <0>; - gpmc,adv-rd-off-ns = <30>; - gpmc,adv-wr-off-ns = <30>; - gpmc,we-on-ns = <5>; - gpmc,we-off-ns = <25>; - gpmc,oe-on-ns = <2>; - gpmc,oe-off-ns = <20>; - gpmc,access-ns = <20>; - gpmc,wr-access-ns = <40>; - gpmc,rd-cycle-ns = <40>; - gpmc,wr-cycle-ns = <40>; - gpmc,wait-pin = <0>; - gpmc,wait-on-read; - gpmc,wait-on-write; + gpmc,adv-rd-off-ns = <60>; + gpmc,adv-wr-off-ns = <60>; + gpmc,we-on-ns = <10>; + gpmc,we-off-ns = <50>; + gpmc,oe-on-ns = <4>; + gpmc,oe-off-ns = <40>; + gpmc,access-ns = <40>; + gpmc,wr-access-ns = <80>; + gpmc,rd-cycle-ns = <80>; + gpmc,wr-cycle-ns = <80>; gpmc,bus-turnaround-ns = <0>; gpmc,cycle2cycle-delay-ns = <0>; gpmc,clk-activation-ns = <0>; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/dra7.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/dra7.dtsi @@ -172,7 +172,7 @@ gpio-controller; #gpio-cells = <2>; interrupt-controller; - #interrupt-cells = <1>; + #interrupt-cells = <2>; }; gpio2: gpio@48055000 { @@ -183,7 +183,7 @@ gpio-controller; #gpio-cells = <2>; interrupt-controller; - #interrupt-cells = <1>; + #interrupt-cells = <2>; }; gpio3: gpio@48057000 { @@ -194,7 +194,7 @@ gpio-controller; #gpio-cells = <2>; interrupt-controller; - #interrupt-cells = <1>; + #interrupt-cells = <2>; }; gpio4: gpio@48059000 { @@ -205,7 +205,7 @@ gpio-controller; #gpio-cells = <2>; interrupt-controller; - #interrupt-cells = <1>; + #interrupt-cells = <2>; }; gpio5: gpio@4805b000 { @@ -216,7 +216,7 @@ gpio-controller; #gpio-cells = <2>; interrupt-controller; - #interrupt-cells = <1>; + #interrupt-cells = <2>; }; gpio6: gpio@4805d000 { @@ -227,7 +227,7 @@ gpio-controller; #gpio-cells = <2>; interrupt-controller; - #interrupt-cells = <1>; + #interrupt-cells = <2>; }; gpio7: gpio@48051000 { @@ -238,7 +238,7 @@ gpio-controller; #gpio-cells = <2>; interrupt-controller; - #interrupt-cells = <1>; + #interrupt-cells = <2>; }; gpio8: gpio@48053000 { @@ -249,7 +249,7 @@ gpio-controller; #gpio-cells = <2>; interrupt-controller; - #interrupt-cells = <1>; + #interrupt-cells = <2>; }; uart1: serial@4806a000 { @@ -452,7 +452,7 @@ }; wdt2: wdt@4ae14000 { - compatible = "ti,omap4-wdt"; + compatible = "ti,omap3-wdt"; reg = <0x4ae14000 0x80>; interrupts = ; ti,hwmods = "wd_timer2"; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/dra7xx-clocks.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/dra7xx-clocks.dtsi @@ -243,10 +243,18 @@ ti,invert-autoidle-bit; }; + dpll_core_byp_mux: dpll_core_byp_mux { + #clock-cells = <0>; + compatible = "ti,mux-clock"; + clocks = <&sys_clkin1>, <&dpll_abe_m3x2_ck>; + ti,bit-shift = <23>; + reg = <0x012c>; + }; + dpll_core_ck: dpll_core_ck { #clock-cells = <0>; compatible = "ti,omap4-dpll-core-clock"; - clocks = <&sys_clkin1>, <&dpll_abe_m3x2_ck>; + clocks = <&sys_clkin1>, <&dpll_core_byp_mux>; reg = <0x0120>, <0x0124>, <0x012c>, <0x0128>; }; @@ -309,10 +317,18 @@ clock-div = <1>; }; + dpll_dsp_byp_mux: dpll_dsp_byp_mux { + #clock-cells = <0>; + compatible = "ti,mux-clock"; + clocks = <&sys_clkin1>, <&dsp_dpll_hs_clk_div>; + ti,bit-shift = <23>; + reg = <0x0240>; + }; + dpll_dsp_ck: dpll_dsp_ck { #clock-cells = <0>; compatible = "ti,omap4-dpll-clock"; - clocks = <&sys_clkin1>, <&dsp_dpll_hs_clk_div>; + clocks = <&sys_clkin1>, <&dpll_dsp_byp_mux>; reg = <0x0234>, <0x0238>, <0x0240>, <0x023c>; }; @@ -335,10 +351,18 @@ clock-div = <1>; }; + dpll_iva_byp_mux: dpll_iva_byp_mux { + #clock-cells = <0>; + compatible = "ti,mux-clock"; + clocks = <&sys_clkin1>, <&iva_dpll_hs_clk_div>; + ti,bit-shift = <23>; + reg = <0x01ac>; + }; + dpll_iva_ck: dpll_iva_ck { #clock-cells = <0>; compatible = "ti,omap4-dpll-clock"; - clocks = <&sys_clkin1>, <&iva_dpll_hs_clk_div>; + clocks = <&sys_clkin1>, <&dpll_iva_byp_mux>; reg = <0x01a0>, <0x01a4>, <0x01ac>, <0x01a8>; }; @@ -361,10 +385,18 @@ clock-div = <1>; }; + dpll_gpu_byp_mux: dpll_gpu_byp_mux { + #clock-cells = <0>; + compatible = "ti,mux-clock"; + clocks = <&sys_clkin1>, <&dpll_abe_m3x2_ck>; + ti,bit-shift = <23>; + reg = <0x02e4>; + }; + dpll_gpu_ck: dpll_gpu_ck { #clock-cells = <0>; compatible = "ti,omap4-dpll-clock"; - clocks = <&sys_clkin1>, <&dpll_abe_m3x2_ck>; + clocks = <&sys_clkin1>, <&dpll_gpu_byp_mux>; reg = <0x02d8>, <0x02dc>, <0x02e4>, <0x02e0>; }; @@ -398,10 +430,18 @@ clock-div = <1>; }; + dpll_ddr_byp_mux: dpll_ddr_byp_mux { + #clock-cells = <0>; + compatible = "ti,mux-clock"; + clocks = <&sys_clkin1>, <&dpll_abe_m3x2_ck>; + ti,bit-shift = <23>; + reg = <0x021c>; + }; + dpll_ddr_ck: dpll_ddr_ck { #clock-cells = <0>; compatible = "ti,omap4-dpll-clock"; - clocks = <&sys_clkin1>, <&dpll_abe_m3x2_ck>; + clocks = <&sys_clkin1>, <&dpll_ddr_byp_mux>; reg = <0x0210>, <0x0214>, <0x021c>, <0x0218>; }; @@ -416,10 +456,18 @@ ti,invert-autoidle-bit; }; + dpll_gmac_byp_mux: dpll_gmac_byp_mux { + #clock-cells = <0>; + compatible = "ti,mux-clock"; + clocks = <&sys_clkin1>, <&dpll_abe_m3x2_ck>; + ti,bit-shift = <23>; + reg = <0x02b4>; + }; + dpll_gmac_ck: dpll_gmac_ck { #clock-cells = <0>; compatible = "ti,omap4-dpll-clock"; - clocks = <&sys_clkin1>, <&dpll_abe_m3x2_ck>; + clocks = <&sys_clkin1>, <&dpll_gmac_byp_mux>; reg = <0x02a8>, <0x02ac>, <0x02b4>, <0x02b0>; }; @@ -482,10 +530,18 @@ clock-div = <1>; }; + dpll_eve_byp_mux: dpll_eve_byp_mux { + #clock-cells = <0>; + compatible = "ti,mux-clock"; + clocks = <&sys_clkin1>, <&eve_dpll_hs_clk_div>; + ti,bit-shift = <23>; + reg = <0x0290>; + }; + dpll_eve_ck: dpll_eve_ck { #clock-cells = <0>; compatible = "ti,omap4-dpll-clock"; - clocks = <&sys_clkin1>, <&eve_dpll_hs_clk_div>; + clocks = <&sys_clkin1>, <&dpll_eve_byp_mux>; reg = <0x0284>, <0x0288>, <0x0290>, <0x028c>; }; @@ -1216,10 +1272,18 @@ clock-div = <1>; }; + dpll_per_byp_mux: dpll_per_byp_mux { + #clock-cells = <0>; + compatible = "ti,mux-clock"; + clocks = <&sys_clkin1>, <&per_dpll_hs_clk_div>; + ti,bit-shift = <23>; + reg = <0x014c>; + }; + dpll_per_ck: dpll_per_ck { #clock-cells = <0>; compatible = "ti,omap4-dpll-clock"; - clocks = <&sys_clkin1>, <&per_dpll_hs_clk_div>; + clocks = <&sys_clkin1>, <&dpll_per_byp_mux>; reg = <0x0140>, <0x0144>, <0x014c>, <0x0148>; }; @@ -1242,10 +1306,18 @@ clock-div = <1>; }; + dpll_usb_byp_mux: dpll_usb_byp_mux { + #clock-cells = <0>; + compatible = "ti,mux-clock"; + clocks = <&sys_clkin1>, <&usb_dpll_hs_clk_div>; + ti,bit-shift = <23>; + reg = <0x018c>; + }; + dpll_usb_ck: dpll_usb_ck { #clock-cells = <0>; compatible = "ti,omap4-dpll-j-type-clock"; - clocks = <&sys_clkin1>, <&usb_dpll_hs_clk_div>; + clocks = <&sys_clkin1>, <&dpll_usb_byp_mux>; reg = <0x0180>, <0x0184>, <0x018c>, <0x0188>; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/exynos4.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/exynos4.dtsi @@ -334,7 +334,7 @@ }; i2s1: i2s@13960000 { - compatible = "samsung,s5pv210-i2s"; + compatible = "samsung,s3c6410-i2s"; reg = <0x13960000 0x100>; clocks = <&clock CLK_I2S1>; clock-names = "iis"; @@ -344,7 +344,7 @@ }; i2s2: i2s@13970000 { - compatible = "samsung,s5pv210-i2s"; + compatible = "samsung,s3c6410-i2s"; reg = <0x13970000 0x100>; clocks = <&clock CLK_I2S2>; clock-names = "iis"; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/exynos4412-trats2.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/exynos4412-trats2.dts @@ -639,7 +639,7 @@ display-timings { timing-0 { - clock-frequency = <0>; + clock-frequency = <57153600>; hactive = <720>; vactive = <1280>; hfront-porch = <5>; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/exynos5440-sd5v1.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/exynos5440-sd5v1.dts @@ -28,8 +28,10 @@ }; gmac: ethernet@00230000 { - fixed_phy; - phy_addr = <1>; + fixed-link { + speed = <1000>; + full-duplex; + }; }; spi { --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx23-olinuxino.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx23-olinuxino.dts @@ -12,6 +12,7 @@ */ /dts-v1/; +#include #include "imx23.dtsi" / { @@ -93,6 +94,7 @@ ahb@80080000 { usb0: usb@80080000 { + dr_mode = "host"; vbus-supply = <®_usb0_vbus>; status = "okay"; }; @@ -122,7 +124,7 @@ user { label = "green"; - gpios = <&gpio2 1 1>; + gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>; }; }; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx23.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx23.dtsi @@ -435,6 +435,7 @@ interrupts = <36 37 38 39 40 41 42 43 44>; status = "disabled"; clocks = <&clks 26>; + #io-channel-cells = <1>; }; spdif@80054000 { --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx25.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx25.dtsi @@ -162,7 +162,7 @@ #size-cells = <0>; compatible = "fsl,imx25-cspi", "fsl,imx35-cspi"; reg = <0x43fa4000 0x4000>; - clocks = <&clks 62>, <&clks 62>; + clocks = <&clks 78>, <&clks 78>; clock-names = "ipg", "per"; interrupts = <14>; status = "disabled"; @@ -367,7 +367,7 @@ compatible = "fsl,imx25-pwm", "fsl,imx27-pwm"; #pwm-cells = <2>; reg = <0x53fa0000 0x4000>; - clocks = <&clks 106>, <&clks 36>; + clocks = <&clks 106>, <&clks 52>; clock-names = "ipg", "per"; interrupts = <36>; }; @@ -386,7 +386,7 @@ compatible = "fsl,imx25-pwm", "fsl,imx27-pwm"; #pwm-cells = <2>; reg = <0x53fa8000 0x4000>; - clocks = <&clks 107>, <&clks 36>; + clocks = <&clks 107>, <&clks 52>; clock-names = "ipg", "per"; interrupts = <41>; }; @@ -426,8 +426,9 @@ pwm4: pwm@53fc8000 { compatible = "fsl,imx25-pwm", "fsl,imx27-pwm"; + #pwm-cells = <2>; reg = <0x53fc8000 0x4000>; - clocks = <&clks 108>, <&clks 36>; + clocks = <&clks 108>, <&clks 52>; clock-names = "ipg", "per"; interrupts = <42>; }; @@ -474,7 +475,7 @@ compatible = "fsl,imx25-pwm", "fsl,imx27-pwm"; #pwm-cells = <2>; reg = <0x53fe0000 0x4000>; - clocks = <&clks 105>, <&clks 36>; + clocks = <&clks 105>, <&clks 52>; clock-names = "ipg", "per"; interrupts = <26>; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx27.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx27.dtsi @@ -499,7 +499,7 @@ fec: ethernet@1002b000 { compatible = "fsl,imx27-fec"; - reg = <0x1002b000 0x4000>; + reg = <0x1002b000 0x1000>; interrupts = <50>; clocks = <&clks 48>, <&clks 67>; clock-names = "ipg", "ahb"; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx28-evk.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx28-evk.dts @@ -193,7 +193,6 @@ i2c0: i2c@80058000 { pinctrl-names = "default"; pinctrl-0 = <&i2c0_pins_a>; - clock-frequency = <400000>; status = "okay"; sgtl5000: codec@0a { --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx28.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx28.dtsi @@ -857,7 +857,7 @@ 80 81 68 69 70 71 72 73 74 75 76 77>; - interrupt-names = "auart4-rx", "aurat4-tx", "spdif-tx", "empty", + interrupt-names = "auart4-rx", "auart4-tx", "spdif-tx", "empty", "saif0", "saif1", "i2c0", "i2c1", "auart0-rx", "auart0-tx", "auart1-rx", "auart1-tx", "auart2-rx", "auart2-tx", "auart3-rx", "auart3-tx"; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx35.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx35.dtsi @@ -277,8 +277,8 @@ can1: can@53fe4000 { compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan"; reg = <0x53fe4000 0x1000>; - clocks = <&clks 33>; - clock-names = "ipg"; + clocks = <&clks 33>, <&clks 33>; + clock-names = "ipg", "per"; interrupts = <43>; status = "disabled"; }; @@ -286,8 +286,8 @@ can2: can@53fe8000 { compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan"; reg = <0x53fe8000 0x1000>; - clocks = <&clks 34>; - clock-names = "ipg"; + clocks = <&clks 34>, <&clks 34>; + clock-names = "ipg", "per"; interrupts = <44>; status = "disabled"; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx51-babbage.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx51-babbage.dts @@ -127,24 +127,12 @@ #address-cells = <1>; #size-cells = <0>; - reg_usbh1_vbus: regulator@0 { - compatible = "regulator-fixed"; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_usbh1reg>; - reg = <0>; - regulator-name = "usbh1_vbus"; - regulator-min-microvolt = <5000000>; - regulator-max-microvolt = <5000000>; - gpio = <&gpio2 5 GPIO_ACTIVE_HIGH>; - enable-active-high; - }; - - reg_usbotg_vbus: regulator@1 { + reg_hub_reset: regulator@0 { compatible = "regulator-fixed"; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usbotgreg>; - reg = <1>; - regulator-name = "usbotg_vbus"; + reg = <0>; + regulator-name = "hub_reset"; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; gpio = <&gpio1 7 GPIO_ACTIVE_HIGH>; @@ -176,6 +164,7 @@ reg = <0>; clocks = <&clks IMX5_CLK_DUMMY>; clock-names = "main_clk"; + reset-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; }; }; }; @@ -419,7 +408,7 @@ &usbh1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usbh1>; - vbus-supply = <®_usbh1_vbus>; + vbus-supply = <®_hub_reset>; fsl,usbphy = <&usbh1phy>; phy_type = "ulpi"; status = "okay"; @@ -429,7 +418,6 @@ dr_mode = "otg"; disable-over-current; phy_type = "utmi_wide"; - vbus-supply = <®_usbotg_vbus>; status = "okay"; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx53-qsrb.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx53-qsrb.dts @@ -28,6 +28,12 @@ MX53_PAD_CSI0_DAT9__I2C1_SCL 0x400001ec >; }; + + pinctrl_pmic: pmicgrp { + fsl,pins = < + MX53_PAD_CSI0_DAT5__GPIO5_23 0x1e4 /* IRQ */ + >; + }; }; }; @@ -38,6 +44,8 @@ pmic: mc34708@8 { compatible = "fsl,mc34708"; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pmic>; reg = <0x08>; interrupt-parent = <&gpio5>; interrupts = <23 0x8>; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx53.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx53.dtsi @@ -419,10 +419,14 @@ status = "disabled"; lvds-channel@0 { + #address-cells = <1>; + #size-cells = <0>; reg = <0>; status = "disabled"; - port { + port@0 { + reg = <0>; + lvds0_in: endpoint { remote-endpoint = <&ipu_di0_lvds0>; }; @@ -430,10 +434,14 @@ }; lvds-channel@1 { + #address-cells = <1>; + #size-cells = <0>; reg = <1>; status = "disabled"; - port { + port@1 { + reg = <1>; + lvds1_in: endpoint { remote-endpoint = <&ipu_di1_lvds1>; }; @@ -724,7 +732,7 @@ compatible = "fsl,imx53-vpu"; reg = <0x63ff4000 0x1000>; interrupts = <9>; - clocks = <&clks IMX5_CLK_VPU_GATE>, + clocks = <&clks IMX5_CLK_VPU_REFERENCE_GATE>, <&clks IMX5_CLK_VPU_GATE>; clock-names = "per", "ahb"; resets = <&src 1>; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx6q-gw5400-a.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx6q-gw5400-a.dts @@ -152,7 +152,7 @@ &fec { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_enet>; - phy-mode = "rgmii"; + phy-mode = "rgmii-id"; phy-reset-gpios = <&gpio1 30 0>; status = "okay"; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi @@ -90,7 +90,7 @@ &fec { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_enet>; - phy-mode = "rgmii"; + phy-mode = "rgmii-id"; phy-reset-gpios = <&gpio1 30 0>; status = "okay"; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi @@ -144,7 +144,7 @@ &fec { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_enet>; - phy-mode = "rgmii"; + phy-mode = "rgmii-id"; phy-reset-gpios = <&gpio1 30 0>; status = "okay"; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi @@ -153,7 +153,7 @@ &fec { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_enet>; - phy-mode = "rgmii"; + phy-mode = "rgmii-id"; phy-reset-gpios = <&gpio1 30 0>; status = "okay"; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi @@ -143,7 +143,7 @@ &fec { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_enet>; - phy-mode = "rgmii"; + phy-mode = "rgmii-id"; phy-reset-gpios = <&gpio1 30 0>; status = "okay"; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi @@ -31,6 +31,7 @@ regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; gpio = <&gpio4 15 0>; + enable-active-high; }; reg_usb_h1_vbus: regulator@1 { @@ -40,6 +41,7 @@ regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; gpio = <&gpio1 0 0>; + enable-active-high; }; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx6qdl-sabresd.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx6qdl-sabresd.dtsi @@ -35,6 +35,7 @@ regulator-max-microvolt = <5000000>; gpio = <&gpio3 22 0>; enable-active-high; + vin-supply = <&swbst_reg>; }; reg_usb_h1_vbus: regulator@1 { @@ -45,6 +46,7 @@ regulator-max-microvolt = <5000000>; gpio = <&gpio1 29 0>; enable-active-high; + vin-supply = <&swbst_reg>; }; reg_audio: regulator@2 { --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/imx6sl-evk.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/imx6sl-evk.dts @@ -45,6 +45,7 @@ regulator-max-microvolt = <5000000>; gpio = <&gpio4 0 0>; enable-active-high; + vin-supply = <&swbst_reg>; }; reg_usb_otg2_vbus: regulator@1 { @@ -55,6 +56,7 @@ regulator-max-microvolt = <5000000>; gpio = <&gpio4 2 0>; enable-active-high; + vin-supply = <&swbst_reg>; }; reg_aud3v: regulator@2 { --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/kirkwood-ds112.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/kirkwood-ds112.dts @@ -14,7 +14,7 @@ #include "kirkwood-synology.dtsi" / { - model = "Synology DS111"; + model = "Synology DS112"; compatible = "synology,ds111", "marvell,kirkwood"; memory { --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts @@ -123,11 +123,11 @@ dsa@0 { compatible = "marvell,dsa"; - #address-cells = <2>; + #address-cells = <1>; #size-cells = <0>; - dsa,ethernet = <ð0>; - dsa,mii-bus = <ðphy0>; + dsa,ethernet = <ð0port>; + dsa,mii-bus = <&mdio>; switch@0 { #address-cells = <1>; @@ -169,17 +169,13 @@ &mdio { status = "okay"; - - ethphy0: ethernet-phy@ff { - reg = <0xff>; /* No phy attached */ - speed = <1000>; - duplex = <1>; - }; }; ð0 { status = "okay"; + ethernet0-port@0 { - phy-handle = <ðphy0>; + speed = <1000>; + duplex = <1>; }; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/kirkwood-rd88f6281-a.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/kirkwood-rd88f6281-a.dts @@ -0,0 +1,43 @@ +/* + * Marvell RD88F6181 A Board descrition + * + * Andrew Lunn + * + * This file is licensed under the terms of the GNU General Public + * License version 2. This program is licensed "as is" without any + * warranty of any kind, whether express or implied. + * + * This file contains the definitions for the board with the A0 or + * higher stepping of the SoC. The ethernet switch does not have a + * "wan" port. + */ + +/dts-v1/; +#include "kirkwood-rd88f6281.dtsi" + +/ { + model = "Marvell RD88f6281 Reference design, with A0 or higher SoC"; + compatible = "marvell,rd88f6281-a", "marvell,rd88f6281","marvell,kirkwood-88f6281", "marvell,kirkwood"; + + dsa@0 { + switch@0 { + reg = <10 0>; /* MDIO address 10, switch 0 in tree */ + }; + }; +}; + +&mdio { + status = "okay"; + + ethphy1: ethernet-phy@11 { + reg = <11>; + }; +}; + +ð1 { + status = "okay"; + + ethernet1-port@0 { + phy-handle = <ðphy1>; + }; +}; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/kirkwood-rd88f6281-z0.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/kirkwood-rd88f6281-z0.dts @@ -0,0 +1,35 @@ +/* + * Marvell RD88F6181 Z0 stepping descrition + * + * Andrew Lunn + * + * This file is licensed under the terms of the GNU General Public + * License version 2. This program is licensed "as is" without any + * warranty of any kind, whether express or implied. + * + * This file contains the definitions for the board using the Z0 + * stepping of the SoC. The ethernet switch has a "wan" port. +*/ + +/dts-v1/; + +#include "kirkwood-rd88f6281.dtsi" + +/ { + model = "Marvell RD88f6281 Reference design, with Z0 SoC"; + compatible = "marvell,rd88f6281-z0", "marvell,rd88f6281","marvell,kirkwood-88f6281", "marvell,kirkwood"; + + dsa@0 { + switch@0 { + reg = <0 0>; /* MDIO address 0, switch 0 in tree */ + port@4 { + reg = <4>; + label = "wan"; + }; + }; + }; +}; + +ð1 { + status = "disabled"; +}; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/kirkwood-rd88f6281.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/kirkwood-rd88f6281.dtsi @@ -37,7 +37,6 @@ ocp@f1000000 { pinctrl: pin-controller@10000 { - pinctrl-0 = <&pmx_sdio_cd>; pinctrl-names = "default"; pmx_sdio_cd: pmx-sdio-cd { @@ -69,8 +68,8 @@ #address-cells = <2>; #size-cells = <0>; - dsa,ethernet = <ð0>; - dsa,mii-bus = <ðphy1>; + dsa,ethernet = <ð0port>; + dsa,mii-bus = <&mdio>; switch@0 { #address-cells = <1>; @@ -119,35 +118,19 @@ }; partition@300000 { - label = "data"; + label = "rootfs"; reg = <0x0300000 0x500000>; }; }; &mdio { status = "okay"; - - ethphy0: ethernet-phy@0 { - reg = <0>; - }; - - ethphy1: ethernet-phy@ff { - reg = <0xff>; /* No PHY attached */ - speed = <1000>; - duple = <1>; - }; }; ð0 { status = "okay"; ethernet0-port@0 { - phy-handle = <ðphy0>; - }; -}; - -ð1 { - status = "okay"; - ethernet1-port@0 { - phy-handle = <ðphy1>; + speed = <1000>; + duplex = <1>; }; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/kirkwood-ts219.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/kirkwood-ts219.dtsi @@ -40,7 +40,7 @@ }; poweroff@12100 { compatible = "qnap,power-off"; - reg = <0x12000 0x100>; + reg = <0x12100 0x100>; clocks = <&gate_clk 7>; }; spi@10600 { --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/kirkwood.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/kirkwood.dtsi @@ -309,7 +309,7 @@ marvell,tx-checksum-limit = <1600>; status = "disabled"; - ethernet0-port@0 { + eth0port: ethernet0-port@0 { compatible = "marvell,kirkwood-eth-port"; reg = <0>; interrupts = <11>; @@ -342,7 +342,7 @@ pinctrl-names = "default"; status = "disabled"; - ethernet1-port@0 { + eth1port: ethernet1-port@0 { compatible = "marvell,kirkwood-eth-port"; reg = <0>; interrupts = <15>; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/omap3-beagle.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/omap3-beagle.dts @@ -176,7 +176,7 @@ tfp410_pins: pinmux_tfp410_pins { pinctrl-single,pins = < - 0x194 (PIN_OUTPUT | MUX_MODE4) /* hdq_sio.gpio_170 */ + 0x196 (PIN_OUTPUT | MUX_MODE4) /* hdq_sio.gpio_170 */ >; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/omap3-n900.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/omap3-n900.dts @@ -353,7 +353,7 @@ }; twl_power: power { - compatible = "ti,twl4030-power-n900"; + compatible = "ti,twl4030-power-n900", "ti,twl4030-power-idle-osc-off"; ti,use_poweroff; }; }; @@ -437,6 +437,8 @@ DRVDD-supply = <&vmmc2>; IOVDD-supply = <&vio>; DVDD-supply = <&vio>; + + ai3x-micbias-vg = <1>; }; tlv320aic3x_aux: tlv320aic3x@19 { @@ -448,6 +450,8 @@ DRVDD-supply = <&vmmc2>; IOVDD-supply = <&vio>; DVDD-supply = <&vio>; + + ai3x-micbias-vg = <2>; }; tsl2563: tsl2563@29 { --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/omap5-uevm.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/omap5-uevm.dts @@ -156,8 +156,8 @@ i2c5_pins: pinmux_i2c5_pins { pinctrl-single,pins = < - 0x184 (PIN_INPUT | MUX_MODE0) /* i2c5_scl */ - 0x186 (PIN_INPUT | MUX_MODE0) /* i2c5_sda */ + 0x186 (PIN_INPUT | MUX_MODE0) /* i2c5_scl */ + 0x188 (PIN_INPUT | MUX_MODE0) /* i2c5_sda */ >; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/s3c6410-mini6410.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/s3c6410-mini6410.dts @@ -198,10 +198,6 @@ status = "okay"; }; -&pwm { - status = "okay"; -}; - &pinctrl0 { gpio_leds: gpio-leds { samsung,pins = "gpk-4", "gpk-5", "gpk-6", "gpk-7"; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/s3c64xx.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/s3c64xx.dtsi @@ -168,7 +168,6 @@ clocks = <&clocks PCLK_PWM>; samsung,pwm-outputs = <0>, <1>; #pwm-cells = <3>; - status = "disabled"; }; pinctrl0: pinctrl@7f008000 { --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/sama5d3_can.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/sama5d3_can.dtsi @@ -40,7 +40,7 @@ atmel,clk-output-range = <0 66000000>; }; - can1_clk: can0_clk { + can1_clk: can1_clk { #clock-cells = <0>; reg = <41>; atmel,clk-output-range = <0 66000000>; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/ste-dbx5x0.dtsi @@ -985,23 +985,6 @@ status = "disabled"; }; - vmmci: regulator-gpio { - compatible = "regulator-gpio"; - - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <2900000>; - regulator-name = "mmci-reg"; - regulator-type = "voltage"; - - startup-delay-us = <100>; - enable-active-high; - - states = <1800000 0x1 - 2900000 0x0>; - - status = "disabled"; - }; - mcde@a0350000 { compatible = "stericsson,mcde"; reg = <0xa0350000 0x1000>, /* MCDE */ --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/ste-href.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/ste-href.dtsi @@ -111,6 +111,21 @@ pinctrl-1 = <&i2c3_sleep_mode>; }; + vmmci: regulator-gpio { + compatible = "regulator-gpio"; + + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <2900000>; + regulator-name = "mmci-reg"; + regulator-type = "voltage"; + + startup-delay-us = <100>; + enable-active-high; + + states = <1800000 0x1 + 2900000 0x0>; + }; + // External Micro SD slot sdi0_per1@80126000 { arm,primecell-periphid = <0x10480180>; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/ste-snowball.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/ste-snowball.dts @@ -147,8 +147,21 @@ }; vmmci: regulator-gpio { + compatible = "regulator-gpio"; + gpios = <&gpio7 4 0x4>; enable-gpio = <&gpio6 25 0x4>; + + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <2900000>; + regulator-name = "mmci-reg"; + regulator-type = "voltage"; + + startup-delay-us = <100>; + enable-active-high; + + states = <1800000 0x1 + 2900000 0x0>; }; // External Micro SD slot --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/tegra20.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/tegra20.dtsi @@ -76,9 +76,9 @@ reset-names = "2d"; }; - gr3d@54140000 { + gr3d@54180000 { compatible = "nvidia,tegra20-gr3d"; - reg = <0x54140000 0x00040000>; + reg = <0x54180000 0x00040000>; clocks = <&tegra_car TEGRA20_CLK_GR3D>; resets = <&tegra_car 24>; reset-names = "3d"; @@ -138,9 +138,9 @@ status = "disabled"; }; - dsi@542c0000 { + dsi@54300000 { compatible = "nvidia,tegra20-dsi"; - reg = <0x542c0000 0x00040000>; + reg = <0x54300000 0x00040000>; clocks = <&tegra_car TEGRA20_CLK_DSI>; resets = <&tegra_car 48>; reset-names = "dsi"; --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/vf610-twr.dts +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/vf610-twr.dts @@ -168,7 +168,7 @@ }; pinctrl_esdhc1: esdhc1grp { - fsl,fsl,pins = < + fsl,pins = < VF610_PAD_PTA24__ESDHC1_CLK 0x31ef VF610_PAD_PTA25__ESDHC1_CMD 0x31ef VF610_PAD_PTA26__ESDHC1_DAT0 0x31ef --- linux-lts-utopic-3.16.0.orig/arch/arm/boot/dts/wm8650.dtsi +++ linux-lts-utopic-3.16.0/arch/arm/boot/dts/wm8650.dtsi @@ -187,6 +187,15 @@ interrupts = <43>; }; + sdhc@d800a000 { + compatible = "wm,wm8505-sdhc"; + reg = <0xd800a000 0x400>; + interrupts = <20>, <21>; + clocks = <&clksdhc>; + bus-width = <4>; + sdon-inverted; + }; + fb: fb@d8050800 { compatible = "wm,wm8505-fb"; reg = <0xd8050800 0x200>; --- linux-lts-utopic-3.16.0.orig/arch/arm/common/edma.c +++ linux-lts-utopic-3.16.0/arch/arm/common/edma.c @@ -403,7 +403,8 @@ BIT(slot)); if (edma_cc[ctlr]->intr_data[channel].callback) edma_cc[ctlr]->intr_data[channel].callback( - channel, EDMA_DMA_COMPLETE, + EDMA_CTLR_CHAN(ctlr, channel), + EDMA_DMA_COMPLETE, edma_cc[ctlr]->intr_data[channel].data); } } while (sh_ipr); @@ -457,7 +458,8 @@ if (edma_cc[ctlr]->intr_data[k]. callback) { edma_cc[ctlr]->intr_data[k]. - callback(k, + callback( + EDMA_CTLR_CHAN(ctlr, k), EDMA_DMA_CC_ERROR, edma_cc[ctlr]->intr_data [k].data); @@ -1415,14 +1417,14 @@ EXPORT_SYMBOL(edma_clear_event); static int edma_setup_from_hw(struct device *dev, struct edma_soc_info *pdata, - struct edma *edma_cc) + struct edma *edma_cc, int cc_id) { int i; u32 value, cccfg; s8 (*queue_priority_map)[2]; /* Decode the eDMA3 configuration from CCCFG register */ - cccfg = edma_read(0, EDMA_CCCFG); + cccfg = edma_read(cc_id, EDMA_CCCFG); value = GET_NUM_REGN(cccfg); edma_cc->num_region = BIT(value); @@ -1436,7 +1438,8 @@ value = GET_NUM_EVQUE(cccfg); edma_cc->num_tc = value + 1; - dev_dbg(dev, "eDMA3 HW configuration (cccfg: 0x%08x):\n", cccfg); + dev_dbg(dev, "eDMA3 CC%d HW configuration (cccfg: 0x%08x):\n", cc_id, + cccfg); dev_dbg(dev, "num_region: %u\n", edma_cc->num_region); dev_dbg(dev, "num_channel: %u\n", edma_cc->num_channels); dev_dbg(dev, "num_slot: %u\n", edma_cc->num_slots); @@ -1655,7 +1658,7 @@ return -ENOMEM; /* Get eDMA3 configuration from IP */ - ret = edma_setup_from_hw(dev, info[j], edma_cc[j]); + ret = edma_setup_from_hw(dev, info[j], edma_cc[j], j); if (ret) return ret; --- linux-lts-utopic-3.16.0.orig/arch/arm/common/icst.c +++ linux-lts-utopic-3.16.0/arch/arm/common/icst.c @@ -16,7 +16,7 @@ */ #include #include - +#include #include /* @@ -29,7 +29,11 @@ unsigned long icst_hz(const struct icst_params *p, struct icst_vco vco) { - return p->ref * 2 * (vco.v + 8) / ((vco.r + 2) * p->s2div[vco.s]); + u64 dividend = p->ref * 2 * (u64)(vco.v + 8); + u32 divisor = (vco.r + 2) * p->s2div[vco.s]; + + do_div(dividend, divisor); + return (unsigned long)dividend; } EXPORT_SYMBOL(icst_hz); @@ -58,6 +62,7 @@ if (f > p->vco_min && f <= p->vco_max) break; + i++; } while (i < 8); if (i >= 8) --- linux-lts-utopic-3.16.0.orig/arch/arm/configs/multi_v7_defconfig +++ linux-lts-utopic-3.16.0/arch/arm/configs/multi_v7_defconfig @@ -282,6 +282,7 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_MVEBU=y CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_EXYNOS=y CONFIG_USB_EHCI_TEGRA=y CONFIG_USB_EHCI_HCD_PLATFORM=y CONFIG_USB_ISP1760_HCD=y --- linux-lts-utopic-3.16.0.orig/arch/arm/crypto/aes_glue.c +++ linux-lts-utopic-3.16.0/arch/arm/crypto/aes_glue.c @@ -93,6 +93,6 @@ MODULE_DESCRIPTION("Rijndael (AES) Cipher Algorithm (ASM)"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("aes"); -MODULE_ALIAS("aes-asm"); +MODULE_ALIAS_CRYPTO("aes"); +MODULE_ALIAS_CRYPTO("aes-asm"); MODULE_AUTHOR("David McCullough "); --- linux-lts-utopic-3.16.0.orig/arch/arm/crypto/aesbs-core.S_shipped +++ linux-lts-utopic-3.16.0/arch/arm/crypto/aesbs-core.S_shipped @@ -58,14 +58,18 @@ # define VFP_ABI_FRAME 0 # define BSAES_ASM_EXTENDED_KEY # define XTS_CHAIN_TWEAK -# define __ARM_ARCH__ 7 +# define __ARM_ARCH__ __LINUX_ARM_ARCH__ +# define __ARM_MAX_ARCH__ 7 #endif #ifdef __thumb__ # define adrl adr #endif -#if __ARM_ARCH__>=7 +#if __ARM_MAX_ARCH__>=7 +.arch armv7-a +.fpu neon + .text .syntax unified @ ARMv7-capable assembler is expected to handle this #ifdef __thumb2__ @@ -74,8 +78,6 @@ .code 32 #endif -.fpu neon - .type _bsaes_decrypt8,%function .align 4 _bsaes_decrypt8: @@ -2095,9 +2097,11 @@ vld1.8 {q8}, [r0] @ initial tweak adr r2, .Lxts_magic +#ifndef XTS_CHAIN_TWEAK tst r9, #0xf @ if not multiple of 16 it ne @ Thumb2 thing, sanity check in ARM subne r9, #0x10 @ subtract another 16 bytes +#endif subs r9, #0x80 blo .Lxts_dec_short --- linux-lts-utopic-3.16.0.orig/arch/arm/crypto/bsaes-armv7.pl +++ linux-lts-utopic-3.16.0/arch/arm/crypto/bsaes-armv7.pl @@ -701,14 +701,18 @@ # define VFP_ABI_FRAME 0 # define BSAES_ASM_EXTENDED_KEY # define XTS_CHAIN_TWEAK -# define __ARM_ARCH__ 7 +# define __ARM_ARCH__ __LINUX_ARM_ARCH__ +# define __ARM_MAX_ARCH__ 7 #endif #ifdef __thumb__ # define adrl adr #endif -#if __ARM_ARCH__>=7 +#if __ARM_MAX_ARCH__>=7 +.arch armv7-a +.fpu neon + .text .syntax unified @ ARMv7-capable assembler is expected to handle this #ifdef __thumb2__ @@ -717,8 +721,6 @@ .code 32 #endif -.fpu neon - .type _bsaes_decrypt8,%function .align 4 _bsaes_decrypt8: @@ -2076,9 +2078,11 @@ vld1.8 {@XMM[8]}, [r0] @ initial tweak adr $magic, .Lxts_magic +#ifndef XTS_CHAIN_TWEAK tst $len, #0xf @ if not multiple of 16 it ne @ Thumb2 thing, sanity check in ARM subne $len, #0x10 @ subtract another 16 bytes +#endif subs $len, #0x80 blo .Lxts_dec_short --- linux-lts-utopic-3.16.0.orig/arch/arm/crypto/sha1_glue.c +++ linux-lts-utopic-3.16.0/arch/arm/crypto/sha1_glue.c @@ -175,5 +175,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("SHA1 Secure Hash Algorithm (ARM)"); -MODULE_ALIAS("sha1"); +MODULE_ALIAS_CRYPTO("sha1"); MODULE_AUTHOR("David McCullough "); --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/arch_timer.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/arch_timer.h @@ -78,6 +78,15 @@ return val; } +static inline u64 arch_counter_get_cntpct(void) +{ + u64 cval; + + isb(); + asm volatile("mrrc p15, 0, %Q0, %R0, c14" : "=r" (cval)); + return cval; +} + static inline u64 arch_counter_get_cntvct(void) { u64 cval; --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/cacheflush.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/cacheflush.h @@ -472,7 +472,6 @@ "mcr p15, 0, r0, c1, c0, 0 @ set SCTLR \n\t" \ "isb \n\t" \ "bl v7_flush_dcache_"__stringify(level)" \n\t" \ - "clrex \n\t" \ "mrc p15, 0, r0, c1, c0, 1 @ get ACTLR \n\t" \ "bic r0, r0, #(1 << 6) @ disable local coherency \n\t" \ "mcr p15, 0, r0, c1, c0, 1 @ set ACTLR \n\t" \ --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/elf.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/elf.h @@ -114,7 +114,7 @@ the loader. We need to make sure that it is out of the way of the program that it will "exec", and that there is sufficient room for the brk. */ -#define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3) +#define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2) /* When the program starts, a1 contains a pointer to a function to be registered with atexit, as per the SVR4 ABI. A value of 0 means we --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/kvm_emulate.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/kvm_emulate.h @@ -33,6 +33,11 @@ void kvm_inject_dabt(struct kvm_vcpu *vcpu, unsigned long addr); void kvm_inject_pabt(struct kvm_vcpu *vcpu, unsigned long addr); +static inline void vcpu_reset_hcr(struct kvm_vcpu *vcpu) +{ + vcpu->arch.hcr = HCR_GUEST_MASK; +} + static inline bool vcpu_mode_is_32bit(struct kvm_vcpu *vcpu) { return 1; --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/kvm_host.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/kvm_host.h @@ -42,7 +42,7 @@ struct kvm_vcpu; u32 *kvm_vcpu_reg(struct kvm_vcpu *vcpu, u8 reg_num, u32 mode); -int kvm_target_cpu(void); +int __attribute_const__ kvm_target_cpu(void); int kvm_reset_vcpu(struct kvm_vcpu *vcpu); void kvm_reset_coprocs(struct kvm_vcpu *vcpu); @@ -225,6 +225,11 @@ return 0; } +static inline void vgic_arch_setup(const struct vgic_params *vgic) +{ + BUG_ON(vgic->type != VGIC_V2); +} + int kvm_perf_init(void); int kvm_perf_teardown(void); --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/kvm_mmu.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/kvm_mmu.h @@ -47,6 +47,7 @@ void free_boot_hyp_pgd(void); void free_hyp_pgds(void); +void stage2_unmap_vm(struct kvm *kvm); int kvm_alloc_stage2_pgd(struct kvm *kvm); void kvm_free_stage2_pgd(struct kvm *kvm); int kvm_phys_addr_ioremap(struct kvm *kvm, phys_addr_t guest_ipa, @@ -78,17 +79,6 @@ flush_pmd_entry(pte); } -static inline bool kvm_is_write_fault(unsigned long hsr) -{ - unsigned long hsr_ec = hsr >> HSR_EC_SHIFT; - if (hsr_ec == HSR_EC_IABT) - return false; - else if ((hsr & HSR_ISV) && !(hsr & HSR_WNR)) - return false; - else - return true; -} - static inline void kvm_clean_pgd(pgd_t *pgd) { clean_dcache_area(pgd, PTRS_PER_S2_PGD * sizeof(pgd_t)); @@ -127,6 +117,19 @@ (__boundary - 1 < (end) - 1)? __boundary: (end); \ }) +#define kvm_pgd_index(addr) pgd_index(addr) + +static inline bool kvm_page_empty(void *ptr) +{ + struct page *ptr_page = virt_to_page(ptr); + return page_count(ptr_page) == 1; +} + +#define kvm_pte_table_empty(ptep) kvm_page_empty(ptep) +#define kvm_pmd_table_empty(pmdp) kvm_page_empty(pmdp) +#define kvm_pud_table_empty(pudp) (0) + + struct kvm; #define kvm_flush_dcache_to_poc(a,l) __cpuc_flush_dcache_area((a), (l)) --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/pgtable-2level.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/pgtable-2level.h @@ -182,6 +182,8 @@ #define pmd_addr_end(addr,end) (end) #define set_pte_ext(ptep,pte,ext) cpu_set_pte_ext(ptep,pte,ext) +#define pte_special(pte) (0) +static inline pte_t pte_mkspecial(pte_t pte) { return pte; } /* * We don't have huge page support for short descriptors, for the moment --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/pgtable-3level-hwdef.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/pgtable-3level-hwdef.h @@ -43,7 +43,7 @@ #define PMD_SECT_BUFFERABLE (_AT(pmdval_t, 1) << 2) #define PMD_SECT_CACHEABLE (_AT(pmdval_t, 1) << 3) #define PMD_SECT_USER (_AT(pmdval_t, 1) << 6) /* AP[1] */ -#define PMD_SECT_RDONLY (_AT(pmdval_t, 1) << 7) /* AP[2] */ +#define PMD_SECT_AP2 (_AT(pmdval_t, 1) << 7) /* read only */ #define PMD_SECT_S (_AT(pmdval_t, 3) << 8) #define PMD_SECT_AF (_AT(pmdval_t, 1) << 10) #define PMD_SECT_nG (_AT(pmdval_t, 1) << 11) @@ -72,6 +72,7 @@ #define PTE_TABLE_BIT (_AT(pteval_t, 1) << 1) #define PTE_BUFFERABLE (_AT(pteval_t, 1) << 2) /* AttrIndx[0] */ #define PTE_CACHEABLE (_AT(pteval_t, 1) << 3) /* AttrIndx[1] */ +#define PTE_AP2 (_AT(pteval_t, 1) << 7) /* AP[2] */ #define PTE_EXT_SHARED (_AT(pteval_t, 3) << 8) /* SH[1:0], inner shareable */ #define PTE_EXT_AF (_AT(pteval_t, 1) << 10) /* Access Flag */ #define PTE_EXT_NG (_AT(pteval_t, 1) << 11) /* nG */ --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/pgtable-3level.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/pgtable-3level.h @@ -79,18 +79,19 @@ #define L_PTE_PRESENT (_AT(pteval_t, 3) << 0) /* Present */ #define L_PTE_FILE (_AT(pteval_t, 1) << 2) /* only when !PRESENT */ #define L_PTE_USER (_AT(pteval_t, 1) << 6) /* AP[1] */ -#define L_PTE_RDONLY (_AT(pteval_t, 1) << 7) /* AP[2] */ #define L_PTE_SHARED (_AT(pteval_t, 3) << 8) /* SH[1:0], inner shareable */ #define L_PTE_YOUNG (_AT(pteval_t, 1) << 10) /* AF */ #define L_PTE_XN (_AT(pteval_t, 1) << 54) /* XN */ -#define L_PTE_DIRTY (_AT(pteval_t, 1) << 55) /* unused */ -#define L_PTE_SPECIAL (_AT(pteval_t, 1) << 56) /* unused */ +#define L_PTE_DIRTY (_AT(pteval_t, 1) << 55) +#define L_PTE_SPECIAL (_AT(pteval_t, 1) << 56) #define L_PTE_NONE (_AT(pteval_t, 1) << 57) /* PROT_NONE */ +#define L_PTE_RDONLY (_AT(pteval_t, 1) << 58) /* READ ONLY */ -#define PMD_SECT_VALID (_AT(pmdval_t, 1) << 0) -#define PMD_SECT_DIRTY (_AT(pmdval_t, 1) << 55) -#define PMD_SECT_SPLITTING (_AT(pmdval_t, 1) << 56) -#define PMD_SECT_NONE (_AT(pmdval_t, 1) << 57) +#define L_PMD_SECT_VALID (_AT(pmdval_t, 1) << 0) +#define L_PMD_SECT_DIRTY (_AT(pmdval_t, 1) << 55) +#define L_PMD_SECT_SPLITTING (_AT(pmdval_t, 1) << 56) +#define L_PMD_SECT_NONE (_AT(pmdval_t, 1) << 57) +#define L_PMD_SECT_RDONLY (_AT(pteval_t, 1) << 58) /* * To be used in assembly code with the upper page attributes. @@ -207,27 +208,47 @@ #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) -#define pmd_young(pmd) (pmd_val(pmd) & PMD_SECT_AF) +#define pmd_isset(pmd, val) ((u32)(val) == (val) ? pmd_val(pmd) & (val) \ + : !!(pmd_val(pmd) & (val))) +#define pmd_isclear(pmd, val) (!(pmd_val(pmd) & (val))) + +#define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF)) +#define pte_special(pte) (pte_isset((pte), L_PTE_SPECIAL)) +static inline pte_t pte_mkspecial(pte_t pte) +{ + pte_val(pte) |= L_PTE_SPECIAL; + return pte; +} +#define __HAVE_ARCH_PTE_SPECIAL #define __HAVE_ARCH_PMD_WRITE -#define pmd_write(pmd) (!(pmd_val(pmd) & PMD_SECT_RDONLY)) +#define pmd_write(pmd) (pmd_isclear((pmd), L_PMD_SECT_RDONLY)) +#define pmd_dirty(pmd) (pmd_isset((pmd), L_PMD_SECT_DIRTY)) +#define pud_page(pud) pmd_page(__pmd(pud_val(pud))) +#define pud_write(pud) pmd_write(__pmd(pud_val(pud))) #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd)) #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) #ifdef CONFIG_TRANSPARENT_HUGEPAGE -#define pmd_trans_huge(pmd) (pmd_val(pmd) && !(pmd_val(pmd) & PMD_TABLE_BIT)) -#define pmd_trans_splitting(pmd) (pmd_val(pmd) & PMD_SECT_SPLITTING) +#define pmd_trans_huge(pmd) (pmd_val(pmd) && !pmd_table(pmd)) +#define pmd_trans_splitting(pmd) (pmd_isset((pmd), L_PMD_SECT_SPLITTING)) + +#ifdef CONFIG_HAVE_RCU_TABLE_FREE +#define __HAVE_ARCH_PMDP_SPLITTING_FLUSH +void pmdp_splitting_flush(struct vm_area_struct *vma, unsigned long address, + pmd_t *pmdp); +#endif #endif #define PMD_BIT_FUNC(fn,op) \ static inline pmd_t pmd_##fn(pmd_t pmd) { pmd_val(pmd) op; return pmd; } -PMD_BIT_FUNC(wrprotect, |= PMD_SECT_RDONLY); +PMD_BIT_FUNC(wrprotect, |= L_PMD_SECT_RDONLY); PMD_BIT_FUNC(mkold, &= ~PMD_SECT_AF); -PMD_BIT_FUNC(mksplitting, |= PMD_SECT_SPLITTING); -PMD_BIT_FUNC(mkwrite, &= ~PMD_SECT_RDONLY); -PMD_BIT_FUNC(mkdirty, |= PMD_SECT_DIRTY); +PMD_BIT_FUNC(mksplitting, |= L_PMD_SECT_SPLITTING); +PMD_BIT_FUNC(mkwrite, &= ~L_PMD_SECT_RDONLY); +PMD_BIT_FUNC(mkdirty, |= L_PMD_SECT_DIRTY); PMD_BIT_FUNC(mkyoung, |= PMD_SECT_AF); #define pmd_mkhuge(pmd) (__pmd(pmd_val(pmd) & ~PMD_TABLE_BIT)) @@ -241,8 +262,8 @@ static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) { - const pmdval_t mask = PMD_SECT_USER | PMD_SECT_XN | PMD_SECT_RDONLY | - PMD_SECT_VALID | PMD_SECT_NONE; + const pmdval_t mask = PMD_SECT_USER | PMD_SECT_XN | L_PMD_SECT_RDONLY | + L_PMD_SECT_VALID | L_PMD_SECT_NONE; pmd_val(pmd) = (pmd_val(pmd) & ~mask) | (pgprot_val(newprot) & mask); return pmd; } @@ -253,8 +274,13 @@ BUG_ON(addr >= TASK_SIZE); /* create a faulting entry if PROT_NONE protected */ - if (pmd_val(pmd) & PMD_SECT_NONE) - pmd_val(pmd) &= ~PMD_SECT_VALID; + if (pmd_val(pmd) & L_PMD_SECT_NONE) + pmd_val(pmd) &= ~L_PMD_SECT_VALID; + + if (pmd_write(pmd) && pmd_dirty(pmd)) + pmd_val(pmd) &= ~PMD_SECT_AP2; + else + pmd_val(pmd) |= PMD_SECT_AP2; *pmdp = __pmd(pmd_val(pmd) | PMD_SECT_nG); flush_pmd_entry(pmdp); --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/pgtable.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/pgtable.h @@ -214,18 +214,21 @@ #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) +#define pte_isset(pte, val) ((u32)(val) == (val) ? pte_val(pte) & (val) \ + : !!(pte_val(pte) & (val))) +#define pte_isclear(pte, val) (!(pte_val(pte) & (val))) + #define pte_none(pte) (!pte_val(pte)) -#define pte_present(pte) (pte_val(pte) & L_PTE_PRESENT) -#define pte_valid(pte) (pte_val(pte) & L_PTE_VALID) +#define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) +#define pte_valid(pte) (pte_isset((pte), L_PTE_VALID)) #define pte_accessible(mm, pte) (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte)) -#define pte_write(pte) (!(pte_val(pte) & L_PTE_RDONLY)) -#define pte_dirty(pte) (pte_val(pte) & L_PTE_DIRTY) -#define pte_young(pte) (pte_val(pte) & L_PTE_YOUNG) -#define pte_exec(pte) (!(pte_val(pte) & L_PTE_XN)) -#define pte_special(pte) (0) +#define pte_write(pte) (pte_isclear((pte), L_PTE_RDONLY)) +#define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) +#define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) +#define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) #define pte_valid_user(pte) \ - (pte_valid(pte) && (pte_val(pte) & L_PTE_USER) && pte_young(pte)) + (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte)) #if __LINUX_ARM_ARCH__ < 6 static inline void __sync_icache_dcache(pte_t pteval) @@ -241,7 +244,8 @@ unsigned long ext = 0; if (addr < TASK_SIZE && pte_valid_user(pteval)) { - __sync_icache_dcache(pteval); + if (!pte_special(pteval)) + __sync_icache_dcache(pteval); ext |= PTE_EXT_NG; } @@ -260,8 +264,6 @@ PTE_BIT_FUNC(mkexec, &= ~L_PTE_XN); PTE_BIT_FUNC(mknexec, |= L_PTE_XN); -static inline pte_t pte_mkspecial(pte_t pte) { return pte; } - static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) { const pteval_t mask = L_PTE_XN | L_PTE_RDONLY | L_PTE_USER | --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/thread_info.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/thread_info.h @@ -43,16 +43,6 @@ __u32 extra[2]; /* Xscale 'acc' register, etc */ }; -struct arm_restart_block { - union { - /* For user cache flushing */ - struct { - unsigned long start; - unsigned long end; - } cache; - }; -}; - /* * low level task data that entry.S needs immediate access to. * __switch_to() assumes cpu_context follows immediately after cpu_domain. @@ -78,7 +68,6 @@ unsigned long thumbee_state; /* ThumbEE Handler Base register */ #endif struct restart_block restart_block; - struct arm_restart_block arm_restart_block; }; #define INIT_THREAD_INFO(tsk) \ --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/tlb.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/tlb.h @@ -35,12 +35,39 @@ #define MMU_GATHER_BUNDLE 8 +#ifdef CONFIG_HAVE_RCU_TABLE_FREE +static inline void __tlb_remove_table(void *_table) +{ + free_page_and_swap_cache((struct page *)_table); +} + +struct mmu_table_batch { + struct rcu_head rcu; + unsigned int nr; + void *tables[0]; +}; + +#define MAX_TABLE_BATCH \ + ((PAGE_SIZE - sizeof(struct mmu_table_batch)) / sizeof(void *)) + +extern void tlb_table_flush(struct mmu_gather *tlb); +extern void tlb_remove_table(struct mmu_gather *tlb, void *table); + +#define tlb_remove_entry(tlb, entry) tlb_remove_table(tlb, entry) +#else +#define tlb_remove_entry(tlb, entry) tlb_remove_page(tlb, entry) +#endif /* CONFIG_HAVE_RCU_TABLE_FREE */ + /* * TLB handling. This allows us to remove pages from the page * tables, and efficiently handle the TLB issues. */ struct mmu_gather { struct mm_struct *mm; +#ifdef CONFIG_HAVE_RCU_TABLE_FREE + struct mmu_table_batch *batch; + unsigned int need_flush; +#endif unsigned int fullmm; struct vm_area_struct *vma; unsigned long start, end; @@ -101,6 +128,9 @@ static inline void tlb_flush_mmu_tlbonly(struct mmu_gather *tlb) { tlb_flush(tlb); +#ifdef CONFIG_HAVE_RCU_TABLE_FREE + tlb_table_flush(tlb); +#endif } static inline void tlb_flush_mmu_free(struct mmu_gather *tlb) @@ -129,6 +159,10 @@ tlb->pages = tlb->local; tlb->nr = 0; __tlb_alloc_page(tlb); + +#ifdef CONFIG_HAVE_RCU_TABLE_FREE + tlb->batch = NULL; +#endif } static inline void @@ -205,7 +239,7 @@ tlb_add_flush(tlb, addr + SZ_1M); #endif - tlb_remove_page(tlb, pte); + tlb_remove_entry(tlb, pte); } static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, @@ -213,7 +247,7 @@ { #ifdef CONFIG_ARM_LPAE tlb_add_flush(tlb, addr); - tlb_remove_page(tlb, virt_to_page(pmdp)); + tlb_remove_entry(tlb, virt_to_page(pmdp)); #endif } --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/tls.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/tls.h @@ -1,6 +1,9 @@ #ifndef __ASMARM_TLS_H #define __ASMARM_TLS_H +#include +#include + #ifdef __ASSEMBLY__ #include .macro switch_tls_none, base, tp, tpuser, tmp1, tmp2 @@ -50,6 +53,49 @@ #endif #ifndef __ASSEMBLY__ + +static inline void set_tls(unsigned long val) +{ + struct thread_info *thread; + + thread = current_thread_info(); + + thread->tp_value[0] = val; + + /* + * This code runs with preemption enabled and therefore must + * be reentrant with respect to switch_tls. + * + * We need to ensure ordering between the shadow state and the + * hardware state, so that we don't corrupt the hardware state + * with a stale shadow state during context switch. + * + * If we're preempted here, switch_tls will load TPIDRURO from + * thread_info upon resuming execution and the following mcr + * is merely redundant. + */ + barrier(); + + if (!tls_emu) { + if (has_tls_reg) { + asm("mcr p15, 0, %0, c13, c0, 3" + : : "r" (val)); + } else { +#ifdef CONFIG_KUSER_HELPERS + /* + * User space must never try to access this + * directly. Expect your app to break + * eventually if you do so. The user helper + * at 0xffff0fe0 must be used instead. (see + * entry-armv.S for details) + */ + *((unsigned int *)0xffff0ff0) = val; +#endif + } + + } +} + static inline unsigned long get_tpuser(void) { unsigned long reg = 0; @@ -59,5 +105,23 @@ return reg; } + +static inline void set_tpuser(unsigned long val) +{ + /* Since TPIDRURW is fully context-switched (unlike TPIDRURO), + * we need not update thread_info. + */ + if (has_tls_reg && !tls_emu) { + asm("mcr p15, 0, %0, c13, c0, 2" + : : "r" (val)); + } +} + +static inline void flush_tls(void) +{ + set_tls(0); + set_tpuser(0); +} + #endif #endif /* __ASMARM_TLS_H */ --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/unistd.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/unistd.h @@ -15,7 +15,17 @@ #include +/* + * This may need to be greater than __NR_last_syscall+1 in order to + * account for the padding in the syscall table + */ #define __NR_syscalls (384) + +/* + * *NOTE*: This is a ghost syscall private to the kernel. Only the + * __kuser_cmpxchg code in entry-armv.S should be aware of its + * existence. Don't ever use this from user code. + */ #define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0) #define __ARCH_WANT_STAT64 --- linux-lts-utopic-3.16.0.orig/arch/arm/include/asm/xen/page.h +++ linux-lts-utopic-3.16.0/arch/arm/include/asm/xen/page.h @@ -116,4 +116,8 @@ #define xen_remap(cookie, size) ioremap_cache((cookie), (size)) #define xen_unmap(cookie) iounmap((cookie)) +bool xen_arch_need_swiotlb(struct device *dev, + unsigned long pfn, + unsigned long mfn); + #endif /* _ASM_ARM_XEN_PAGE_H */ --- linux-lts-utopic-3.16.0.orig/arch/arm/include/uapi/asm/unistd.h +++ linux-lts-utopic-3.16.0/arch/arm/include/uapi/asm/unistd.h @@ -409,11 +409,7 @@ #define __NR_sched_setattr (__NR_SYSCALL_BASE+380) #define __NR_sched_getattr (__NR_SYSCALL_BASE+381) #define __NR_renameat2 (__NR_SYSCALL_BASE+382) - -/* - * This may need to be greater than __NR_last_syscall+1 in order to - * account for the padding in the syscall table - */ +#define __NR_seccomp (__NR_SYSCALL_BASE+383) /* * The following SWIs are ARM private. @@ -426,12 +422,6 @@ #define __ARM_NR_set_tls (__ARM_NR_BASE+5) /* - * *NOTE*: This is a ghost syscall private to the kernel. Only the - * __kuser_cmpxchg code in entry-armv.S should be aware of its - * existence. Don't ever use this from user code. - */ - -/* * The following syscalls are obsolete and no longer available for EABI. */ #if !defined(__KERNEL__) --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/Makefile +++ linux-lts-utopic-3.16.0/arch/arm/kernel/Makefile @@ -97,7 +97,7 @@ obj-$(CONFIG_ARM_VIRT_EXT) += hyp-stub.o ifeq ($(CONFIG_ARM_PSCI),y) -obj-y += psci.o +obj-y += psci.o psci-call.o obj-$(CONFIG_SMP) += psci_smp.o endif --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/asm-offsets.c +++ linux-lts-utopic-3.16.0/arch/arm/kernel/asm-offsets.c @@ -182,13 +182,13 @@ DEFINE(VCPU_HYP_PC, offsetof(struct kvm_vcpu, arch.fault.hyp_pc)); #ifdef CONFIG_KVM_ARM_VGIC DEFINE(VCPU_VGIC_CPU, offsetof(struct kvm_vcpu, arch.vgic_cpu)); - DEFINE(VGIC_CPU_HCR, offsetof(struct vgic_cpu, vgic_hcr)); - DEFINE(VGIC_CPU_VMCR, offsetof(struct vgic_cpu, vgic_vmcr)); - DEFINE(VGIC_CPU_MISR, offsetof(struct vgic_cpu, vgic_misr)); - DEFINE(VGIC_CPU_EISR, offsetof(struct vgic_cpu, vgic_eisr)); - DEFINE(VGIC_CPU_ELRSR, offsetof(struct vgic_cpu, vgic_elrsr)); - DEFINE(VGIC_CPU_APR, offsetof(struct vgic_cpu, vgic_apr)); - DEFINE(VGIC_CPU_LR, offsetof(struct vgic_cpu, vgic_lr)); + DEFINE(VGIC_V2_CPU_HCR, offsetof(struct vgic_cpu, vgic_v2.vgic_hcr)); + DEFINE(VGIC_V2_CPU_VMCR, offsetof(struct vgic_cpu, vgic_v2.vgic_vmcr)); + DEFINE(VGIC_V2_CPU_MISR, offsetof(struct vgic_cpu, vgic_v2.vgic_misr)); + DEFINE(VGIC_V2_CPU_EISR, offsetof(struct vgic_cpu, vgic_v2.vgic_eisr)); + DEFINE(VGIC_V2_CPU_ELRSR, offsetof(struct vgic_cpu, vgic_v2.vgic_elrsr)); + DEFINE(VGIC_V2_CPU_APR, offsetof(struct vgic_cpu, vgic_v2.vgic_apr)); + DEFINE(VGIC_V2_CPU_LR, offsetof(struct vgic_cpu, vgic_v2.vgic_lr)); DEFINE(VGIC_CPU_NR_LR, offsetof(struct vgic_cpu, nr_lr)); #ifdef CONFIG_KVM_ARM_TIMER DEFINE(VCPU_TIMER_CNTV_CTL, offsetof(struct kvm_vcpu, arch.timer_cpu.cntv_ctl)); --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/calls.S +++ linux-lts-utopic-3.16.0/arch/arm/kernel/calls.S @@ -392,6 +392,7 @@ /* 380 */ CALL(sys_sched_setattr) CALL(sys_sched_getattr) CALL(sys_renameat2) + CALL(sys_seccomp) #ifndef syscalls_counted .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls #define syscalls_counted --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/entry-common.S +++ linux-lts-utopic-3.16.0/arch/arm/kernel/entry-common.S @@ -32,7 +32,9 @@ UNWIND(.fnstart ) UNWIND(.cantunwind ) disable_irq @ disable interrupts - ldr r1, [tsk, #TI_FLAGS] + ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing + tst r1, #_TIF_SYSCALL_WORK + bne __sys_trace_return tst r1, #_TIF_WORK_MASK bne fast_work_pending asm_trace_hardirqs_on --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/entry-header.S +++ linux-lts-utopic-3.16.0/arch/arm/kernel/entry-header.S @@ -208,26 +208,21 @@ #endif .endif msr spsr_cxsf, \rpsr -#if defined(CONFIG_CPU_V6) - ldr r0, [sp] - strex r1, r2, [sp] @ clear the exclusive monitor - ldmib sp, {r1 - pc}^ @ load r1 - pc, cpsr -#elif defined(CONFIG_CPU_32v6K) - clrex @ clear the exclusive monitor - ldmia sp, {r0 - pc}^ @ load r0 - pc, cpsr -#else - ldmia sp, {r0 - pc}^ @ load r0 - pc, cpsr +#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_32v6K) + @ We must avoid clrex due to Cortex-A15 erratum #830321 + sub r0, sp, #4 @ uninhabited address + strex r1, r2, [r0] @ clear the exclusive monitor #endif + ldmia sp, {r0 - pc}^ @ load r0 - pc, cpsr .endm .macro restore_user_regs, fast = 0, offset = 0 ldr r1, [sp, #\offset + S_PSR] @ get calling cpsr ldr lr, [sp, #\offset + S_PC]! @ get pc msr spsr_cxsf, r1 @ save in spsr_svc -#if defined(CONFIG_CPU_V6) +#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_32v6K) + @ We must avoid clrex due to Cortex-A15 erratum #830321 strex r1, r2, [sp] @ clear the exclusive monitor -#elif defined(CONFIG_CPU_32v6K) - clrex @ clear the exclusive monitor #endif .if \fast ldmdb sp, {r1 - lr}^ @ get calling r1 - lr @@ -267,7 +262,10 @@ .endif ldr lr, [sp, #S_SP] @ top of the stack ldrd r0, r1, [sp, #S_LR] @ calling lr and pc - clrex @ clear the exclusive monitor + + @ We must avoid clrex due to Cortex-A15 erratum #830321 + strex r2, r1, [sp, #S_LR] @ clear the exclusive monitor + stmdb lr!, {r0, r1, \rpsr} @ calling lr and rfe context ldmia sp, {r0 - r12} mov sp, lr @@ -288,13 +286,16 @@ .endm #else /* ifdef CONFIG_CPU_V7M */ .macro restore_user_regs, fast = 0, offset = 0 - clrex @ clear the exclusive monitor mov r2, sp load_user_sp_lr r2, r3, \offset + S_SP @ calling sp, lr ldr r1, [sp, #\offset + S_PSR] @ get calling cpsr ldr lr, [sp, #\offset + S_PC] @ get pc add sp, sp, #\offset + S_SP msr spsr_cxsf, r1 @ save in spsr_svc + + @ We must avoid clrex due to Cortex-A15 erratum #830321 + strex r1, r2, [sp] @ clear the exclusive monitor + .if \fast ldmdb sp, {r1 - r12} @ get calling r1 - r12 .else --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/hibernate.c +++ linux-lts-utopic-3.16.0/arch/arm/kernel/hibernate.c @@ -21,8 +21,8 @@ #include #include #include - -extern const void __nosave_begin, __nosave_end; +#include +#include "reboot.h" int pfn_is_nosave(unsigned long pfn) { @@ -62,7 +62,7 @@ ret = swsusp_save(); if (ret == 0) - soft_restart(virt_to_phys(cpu_resume)); + _soft_restart(virt_to_phys(cpu_resume), false); return ret; } @@ -87,7 +87,7 @@ for (pbe = restore_pblist; pbe; pbe = pbe->next) copy_page(pbe->orig_address, pbe->address); - soft_restart(virt_to_phys(cpu_resume)); + _soft_restart(virt_to_phys(cpu_resume), false); } static u64 resume_stack[PAGE_SIZE/2/sizeof(u64)] __nosavedata; --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/hyp-stub.S +++ linux-lts-utopic-3.16.0/arch/arm/kernel/hyp-stub.S @@ -134,9 +134,7 @@ mcr p15, 4, r7, c1, c1, 3 @ HSTR THUMB( orr r7, #(1 << 30) ) @ HSCTLR.TE -#ifdef CONFIG_CPU_BIG_ENDIAN - orr r7, #(1 << 9) @ HSCTLR.EE -#endif +ARM_BE8(orr r7, r7, #(1 << 25)) @ HSCTLR.EE mcr p15, 4, r7, c1, c0, 0 @ HSCTLR mrc p15, 4, r7, c1, c1, 1 @ HDCR --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/irq.c +++ linux-lts-utopic-3.16.0/arch/arm/kernel/irq.c @@ -175,7 +175,7 @@ c = irq_data_get_irq_chip(d); if (!c->irq_set_affinity) pr_debug("IRQ%u: unable to set affinity\n", d->irq); - else if (c->irq_set_affinity(d, affinity, true) == IRQ_SET_MASK_OK && ret) + else if (c->irq_set_affinity(d, affinity, false) == IRQ_SET_MASK_OK && ret) cpumask_copy(d->affinity, affinity); return ret; --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/perf_event_cpu.c +++ linux-lts-utopic-3.16.0/arch/arm/kernel/perf_event_cpu.c @@ -76,21 +76,15 @@ static void cpu_pmu_enable_percpu_irq(void *data) { - struct arm_pmu *cpu_pmu = data; - struct platform_device *pmu_device = cpu_pmu->plat_device; - int irq = platform_get_irq(pmu_device, 0); + int irq = *(int *)data; enable_percpu_irq(irq, IRQ_TYPE_NONE); - cpumask_set_cpu(smp_processor_id(), &cpu_pmu->active_irqs); } static void cpu_pmu_disable_percpu_irq(void *data) { - struct arm_pmu *cpu_pmu = data; - struct platform_device *pmu_device = cpu_pmu->plat_device; - int irq = platform_get_irq(pmu_device, 0); + int irq = *(int *)data; - cpumask_clear_cpu(smp_processor_id(), &cpu_pmu->active_irqs); disable_percpu_irq(irq); } @@ -103,7 +97,7 @@ irq = platform_get_irq(pmu_device, 0); if (irq >= 0 && irq_is_percpu(irq)) { - on_each_cpu(cpu_pmu_disable_percpu_irq, cpu_pmu, 1); + on_each_cpu(cpu_pmu_disable_percpu_irq, &irq, 1); free_percpu_irq(irq, &percpu_pmu); } else { for (i = 0; i < irqs; ++i) { @@ -138,7 +132,7 @@ irq); return err; } - on_each_cpu(cpu_pmu_enable_percpu_irq, cpu_pmu, 1); + on_each_cpu(cpu_pmu_enable_percpu_irq, &irq, 1); } else { for (i = 0; i < irqs; ++i) { err = 0; --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/perf_event_v7.c +++ linux-lts-utopic-3.16.0/arch/arm/kernel/perf_event_v7.c @@ -157,6 +157,7 @@ [PERF_COUNT_HW_BUS_CYCLES] = HW_OP_UNSUPPORTED, [PERF_COUNT_HW_STALLED_CYCLES_FRONTEND] = ARMV7_A8_PERFCTR_STALL_ISIDE, [PERF_COUNT_HW_STALLED_CYCLES_BACKEND] = HW_OP_UNSUPPORTED, + [PERF_COUNT_HW_REF_CPU_CYCLES] = HW_OP_UNSUPPORTED, }; static const unsigned armv7_a8_perf_cache_map[PERF_COUNT_HW_CACHE_MAX] @@ -281,6 +282,7 @@ [PERF_COUNT_HW_BUS_CYCLES] = HW_OP_UNSUPPORTED, [PERF_COUNT_HW_STALLED_CYCLES_FRONTEND] = ARMV7_A9_PERFCTR_STALL_ICACHE, [PERF_COUNT_HW_STALLED_CYCLES_BACKEND] = ARMV7_A9_PERFCTR_STALL_DISPATCH, + [PERF_COUNT_HW_REF_CPU_CYCLES] = HW_OP_UNSUPPORTED, }; static const unsigned armv7_a9_perf_cache_map[PERF_COUNT_HW_CACHE_MAX] @@ -405,6 +407,7 @@ [PERF_COUNT_HW_BUS_CYCLES] = HW_OP_UNSUPPORTED, [PERF_COUNT_HW_STALLED_CYCLES_FRONTEND] = HW_OP_UNSUPPORTED, [PERF_COUNT_HW_STALLED_CYCLES_BACKEND] = HW_OP_UNSUPPORTED, + [PERF_COUNT_HW_REF_CPU_CYCLES] = HW_OP_UNSUPPORTED, }; static const unsigned armv7_a5_perf_cache_map[PERF_COUNT_HW_CACHE_MAX] @@ -527,6 +530,7 @@ [PERF_COUNT_HW_BUS_CYCLES] = ARMV7_PERFCTR_BUS_CYCLES, [PERF_COUNT_HW_STALLED_CYCLES_FRONTEND] = HW_OP_UNSUPPORTED, [PERF_COUNT_HW_STALLED_CYCLES_BACKEND] = HW_OP_UNSUPPORTED, + [PERF_COUNT_HW_REF_CPU_CYCLES] = HW_OP_UNSUPPORTED, }; static const unsigned armv7_a15_perf_cache_map[PERF_COUNT_HW_CACHE_MAX] @@ -651,6 +655,7 @@ [PERF_COUNT_HW_BUS_CYCLES] = ARMV7_PERFCTR_BUS_CYCLES, [PERF_COUNT_HW_STALLED_CYCLES_FRONTEND] = HW_OP_UNSUPPORTED, [PERF_COUNT_HW_STALLED_CYCLES_BACKEND] = HW_OP_UNSUPPORTED, + [PERF_COUNT_HW_REF_CPU_CYCLES] = HW_OP_UNSUPPORTED, }; static const unsigned armv7_a7_perf_cache_map[PERF_COUNT_HW_CACHE_MAX] --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/process.c +++ linux-lts-utopic-3.16.0/arch/arm/kernel/process.c @@ -41,6 +41,7 @@ #include #include #include +#include "reboot.h" #ifdef CONFIG_CC_STACKPROTECTOR #include @@ -95,7 +96,7 @@ BUG(); } -void soft_restart(unsigned long addr) +void _soft_restart(unsigned long addr, bool disable_l2) { u64 *stack = soft_restart_stack + ARRAY_SIZE(soft_restart_stack); @@ -104,7 +105,7 @@ local_fiq_disable(); /* Disable the L2 if we're the last man standing. */ - if (num_online_cpus() == 1) + if (disable_l2) outer_disable(); /* Change to the new stack and continue with the reset. */ @@ -118,6 +119,11 @@ { } +void soft_restart(unsigned long addr) +{ + _soft_restart(addr, num_online_cpus() == 1); +} + /* * Function pointers to optional machine specific functions */ @@ -334,6 +340,8 @@ memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); memset(&thread->fpstate, 0, sizeof(union fp_state)); + flush_tls(); + thread_notify(THREAD_NOTIFY_FLUSH, thread); } --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/psci-call.S +++ linux-lts-utopic-3.16.0/arch/arm/kernel/psci-call.S @@ -0,0 +1,31 @@ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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. + * + * Copyright (C) 2015 ARM Limited + * + * Author: Mark Rutland + */ + +#include + +#include +#include + +/* int __invoke_psci_fn_hvc(u32 function_id, u32 arg0, u32 arg1, u32 arg2) */ +ENTRY(__invoke_psci_fn_hvc) + __HVC(0) + bx lr +ENDPROC(__invoke_psci_fn_hvc) + +/* int __invoke_psci_fn_smc(u32 function_id, u32 arg0, u32 arg1, u32 arg2) */ +ENTRY(__invoke_psci_fn_smc) + __SMC(0) + bx lr +ENDPROC(__invoke_psci_fn_smc) --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/psci.c +++ linux-lts-utopic-3.16.0/arch/arm/kernel/psci.c @@ -23,8 +23,6 @@ #include #include -#include -#include #include #include @@ -33,6 +31,9 @@ static int (*invoke_psci_fn)(u32, u32, u32, u32); typedef int (*psci_initcall_t)(const struct device_node *); +asmlinkage int __invoke_psci_fn_hvc(u32, u32, u32, u32); +asmlinkage int __invoke_psci_fn_smc(u32, u32, u32, u32); + enum psci_function { PSCI_FN_CPU_SUSPEND, PSCI_FN_CPU_ON, @@ -71,40 +72,6 @@ & PSCI_0_2_POWER_STATE_AFFL_MASK); } -/* - * The following two functions are invoked via the invoke_psci_fn pointer - * and will not be inlined, allowing us to piggyback on the AAPCS. - */ -static noinline int __invoke_psci_fn_hvc(u32 function_id, u32 arg0, u32 arg1, - u32 arg2) -{ - asm volatile( - __asmeq("%0", "r0") - __asmeq("%1", "r1") - __asmeq("%2", "r2") - __asmeq("%3", "r3") - __HVC(0) - : "+r" (function_id) - : "r" (arg0), "r" (arg1), "r" (arg2)); - - return function_id; -} - -static noinline int __invoke_psci_fn_smc(u32 function_id, u32 arg0, u32 arg1, - u32 arg2) -{ - asm volatile( - __asmeq("%0", "r0") - __asmeq("%1", "r1") - __asmeq("%2", "r2") - __asmeq("%3", "r3") - __SMC(0) - : "+r" (function_id) - : "r" (arg0), "r" (arg1), "r" (arg2)); - - return function_id; -} - static int psci_get_version(void) { int err; --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/reboot.h +++ linux-lts-utopic-3.16.0/arch/arm/kernel/reboot.h @@ -0,0 +1,6 @@ +#ifndef REBOOT_H +#define REBOOT_H + +extern void _soft_restart(unsigned long addr, bool disable_l2); + +#endif --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/setup.c +++ linux-lts-utopic-3.16.0/arch/arm/kernel/setup.c @@ -1022,6 +1022,15 @@ seq_printf(m, "model name\t: %s rev %d (%s)\n", cpu_name, cpuid & 15, elf_platform); +#if defined(CONFIG_SMP) + seq_printf(m, "BogoMIPS\t: %lu.%02lu\n", + per_cpu(cpu_data, i).loops_per_jiffy / (500000UL/HZ), + (per_cpu(cpu_data, i).loops_per_jiffy / (5000UL/HZ)) % 100); +#else + seq_printf(m, "BogoMIPS\t: %lu.%02lu\n", + loops_per_jiffy / (500000/HZ), + (loops_per_jiffy / (5000/HZ)) % 100); +#endif /* dump out the processor features */ seq_puts(m, "Features\t: "); --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/signal.c +++ linux-lts-utopic-3.16.0/arch/arm/kernel/signal.c @@ -354,12 +354,17 @@ */ thumb = handler & 1; -#if __LINUX_ARM_ARCH__ >= 7 +#if __LINUX_ARM_ARCH__ >= 6 /* - * Clear the If-Then Thumb-2 execution state - * ARM spec requires this to be all 000s in ARM mode - * Snapdragon S4/Krait misbehaves on a Thumb=>ARM - * signal transition without this. + * Clear the If-Then Thumb-2 execution state. ARM spec + * requires this to be all 000s in ARM mode. Snapdragon + * S4/Krait misbehaves on a Thumb=>ARM signal transition + * without this. + * + * We must do this whenever we are running on a Thumb-2 + * capable CPU, which includes ARMv6T2. However, we elect + * to do this whenever we're on an ARMv6 or later CPU for + * simplicity. */ cpsr &= ~PSR_IT_MASK; #endif --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/smp.c +++ linux-lts-utopic-3.16.0/arch/arm/kernel/smp.c @@ -388,8 +388,17 @@ void __init smp_cpus_done(unsigned int max_cpus) { - printk(KERN_INFO "SMP: Total of %d processors activated.\n", - num_online_cpus()); + int cpu; + unsigned long bogosum = 0; + + for_each_online_cpu(cpu) + bogosum += per_cpu(cpu_data, cpu).loops_per_jiffy; + + printk(KERN_INFO "SMP: Total of %d processors activated " + "(%lu.%02lu BogoMIPS).\n", + num_online_cpus(), + bogosum / (500000/HZ), + (bogosum / (5000/HZ)) % 100); hyp_mode_check(); } --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/sys_oabi-compat.c +++ linux-lts-utopic-3.16.0/arch/arm/kernel/sys_oabi-compat.c @@ -193,15 +193,44 @@ pid_t l_pid; } __attribute__ ((packed,aligned(4))); -asmlinkage long sys_oabi_fcntl64(unsigned int fd, unsigned int cmd, +static long do_locks(unsigned int fd, unsigned int cmd, unsigned long arg) { - struct oabi_flock64 user; struct flock64 kernel; - mm_segment_t fs = USER_DS; /* initialized to kill a warning */ - unsigned long local_arg = arg; - int ret; + struct oabi_flock64 user; + mm_segment_t fs; + long ret; + if (copy_from_user(&user, (struct oabi_flock64 __user *)arg, + sizeof(user))) + return -EFAULT; + kernel.l_type = user.l_type; + kernel.l_whence = user.l_whence; + kernel.l_start = user.l_start; + kernel.l_len = user.l_len; + kernel.l_pid = user.l_pid; + + fs = get_fs(); + set_fs(KERNEL_DS); + ret = sys_fcntl64(fd, cmd, (unsigned long)&kernel); + set_fs(fs); + + if (!ret && (cmd == F_GETLK64 || cmd == F_OFD_GETLK)) { + user.l_type = kernel.l_type; + user.l_whence = kernel.l_whence; + user.l_start = kernel.l_start; + user.l_len = kernel.l_len; + user.l_pid = kernel.l_pid; + if (copy_to_user((struct oabi_flock64 __user *)arg, + &user, sizeof(user))) + ret = -EFAULT; + } + return ret; +} + +asmlinkage long sys_oabi_fcntl64(unsigned int fd, unsigned int cmd, + unsigned long arg) +{ switch (cmd) { case F_OFD_GETLK: case F_OFD_SETLK: @@ -209,39 +238,11 @@ case F_GETLK64: case F_SETLK64: case F_SETLKW64: - if (copy_from_user(&user, (struct oabi_flock64 __user *)arg, - sizeof(user))) - return -EFAULT; - kernel.l_type = user.l_type; - kernel.l_whence = user.l_whence; - kernel.l_start = user.l_start; - kernel.l_len = user.l_len; - kernel.l_pid = user.l_pid; - local_arg = (unsigned long)&kernel; - fs = get_fs(); - set_fs(KERNEL_DS); - } - - ret = sys_fcntl64(fd, cmd, local_arg); + return do_locks(fd, cmd, arg); - switch (cmd) { - case F_GETLK64: - if (!ret) { - user.l_type = kernel.l_type; - user.l_whence = kernel.l_whence; - user.l_start = kernel.l_start; - user.l_len = kernel.l_len; - user.l_pid = kernel.l_pid; - if (copy_to_user((struct oabi_flock64 __user *)arg, - &user, sizeof(user))) - ret = -EFAULT; - } - case F_SETLK64: - case F_SETLKW64: - set_fs(fs); + default: + return sys_fcntl64(fd, cmd, arg); } - - return ret; } struct oabi_epoll_event { --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/thumbee.c +++ linux-lts-utopic-3.16.0/arch/arm/kernel/thumbee.c @@ -45,7 +45,7 @@ switch (cmd) { case THREAD_NOTIFY_FLUSH: - thread->thumbee_state = 0; + teehbr_write(0); break; case THREAD_NOTIFY_SWITCH: current_thread_info()->thumbee_state = teehbr_read(); --- linux-lts-utopic-3.16.0.orig/arch/arm/kernel/traps.c +++ linux-lts-utopic-3.16.0/arch/arm/kernel/traps.c @@ -511,8 +511,6 @@ return regs->ARM_r0; } -static long do_cache_op_restart(struct restart_block *); - static inline int __do_cache_op(unsigned long start, unsigned long end) { @@ -521,24 +519,8 @@ do { unsigned long chunk = min(PAGE_SIZE, end - start); - if (signal_pending(current)) { - struct thread_info *ti = current_thread_info(); - - ti->restart_block = (struct restart_block) { - .fn = do_cache_op_restart, - }; - - ti->arm_restart_block = (struct arm_restart_block) { - { - .cache = { - .start = start, - .end = end, - }, - }, - }; - - return -ERESTART_RESTARTBLOCK; - } + if (fatal_signal_pending(current)) + return 0; ret = flush_cache_user_range(start, start + chunk); if (ret) @@ -551,15 +533,6 @@ return 0; } -static long do_cache_op_restart(struct restart_block *unused) -{ - struct arm_restart_block *restart_block; - - restart_block = ¤t_thread_info()->arm_restart_block; - return __do_cache_op(restart_block->cache.start, - restart_block->cache.end); -} - static inline int do_cache_op(unsigned long start, unsigned long end, int flags) { @@ -579,7 +552,6 @@ #define NR(x) ((__ARM_NR_##x) - __ARM_NR_BASE) asmlinkage int arm_syscall(int no, struct pt_regs *regs) { - struct thread_info *thread = current_thread_info(); siginfo_t info; if ((no >> 16) != (__ARM_NR_BASE>> 16)) @@ -630,21 +602,7 @@ return regs->ARM_r0; case NR(set_tls): - thread->tp_value[0] = regs->ARM_r0; - if (tls_emu) - return 0; - if (has_tls_reg) { - asm ("mcr p15, 0, %0, c13, c0, 3" - : : "r" (regs->ARM_r0)); - } else { - /* - * User space must never try to access this directly. - * Expect your app to break eventually if you do so. - * The user helper at 0xffff0fe0 must be used instead. - * (see entry-armv.S for details) - */ - *((unsigned int *)0xffff0ff0) = regs->ARM_r0; - } + set_tls(regs->ARM_r0); return 0; #ifdef CONFIG_NEEDS_SYSCALL_FOR_CMPXCHG --- linux-lts-utopic-3.16.0.orig/arch/arm/kvm/Makefile +++ linux-lts-utopic-3.16.0/arch/arm/kvm/Makefile @@ -21,4 +21,5 @@ obj-y += arm.o handle_exit.o guest.o mmu.o emulate.o reset.o obj-y += coproc.o coproc_a15.o coproc_a7.o mmio.o psci.o perf.o obj-$(CONFIG_KVM_ARM_VGIC) += $(KVM)/arm/vgic.o +obj-$(CONFIG_KVM_ARM_VGIC) += $(KVM)/arm/vgic-v2.o obj-$(CONFIG_KVM_ARM_TIMER) += $(KVM)/arm/arch_timer.o --- linux-lts-utopic-3.16.0.orig/arch/arm/kvm/arm.c +++ linux-lts-utopic-3.16.0/arch/arm/kvm/arm.c @@ -82,7 +82,7 @@ /** * kvm_arm_get_running_vcpus - get the per-CPU array of currently running vcpus. */ -struct kvm_vcpu __percpu **kvm_get_running_vcpus(void) +struct kvm_vcpu * __percpu *kvm_get_running_vcpus(void) { return &kvm_arm_running_vcpu; } @@ -155,16 +155,6 @@ return VM_FAULT_SIGBUS; } -void kvm_arch_free_memslot(struct kvm *kvm, struct kvm_memory_slot *free, - struct kvm_memory_slot *dont) -{ -} - -int kvm_arch_create_memslot(struct kvm *kvm, struct kvm_memory_slot *slot, - unsigned long npages) -{ - return 0; -} /** * kvm_arch_destroy_vm - destroy the VM data structure @@ -184,7 +174,7 @@ } } -int kvm_dev_ioctl_check_extension(long ext) +int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext) { int r; switch (ext) { @@ -225,39 +215,17 @@ return -EINVAL; } -void kvm_arch_memslots_updated(struct kvm *kvm) -{ -} - -int kvm_arch_prepare_memory_region(struct kvm *kvm, - struct kvm_memory_slot *memslot, - struct kvm_userspace_memory_region *mem, - enum kvm_mr_change change) -{ - return 0; -} - -void kvm_arch_commit_memory_region(struct kvm *kvm, - struct kvm_userspace_memory_region *mem, - const struct kvm_memory_slot *old, - enum kvm_mr_change change) -{ -} - -void kvm_arch_flush_shadow_all(struct kvm *kvm) -{ -} - -void kvm_arch_flush_shadow_memslot(struct kvm *kvm, - struct kvm_memory_slot *slot) -{ -} struct kvm_vcpu *kvm_arch_vcpu_create(struct kvm *kvm, unsigned int id) { int err; struct kvm_vcpu *vcpu; + if (irqchip_in_kernel(kvm) && vgic_initialized(kvm)) { + err = -EBUSY; + goto out; + } + vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL); if (!vcpu) { err = -ENOMEM; @@ -465,15 +433,16 @@ /* update vttbr to be used with the new vmid */ pgd_phys = virt_to_phys(kvm->arch.pgd); + BUG_ON(pgd_phys & ~VTTBR_BADDR_MASK); vmid = ((u64)(kvm->arch.vmid) << VTTBR_VMID_SHIFT) & VTTBR_VMID_MASK; - kvm->arch.vttbr = pgd_phys & VTTBR_BADDR_MASK; - kvm->arch.vttbr |= vmid; + kvm->arch.vttbr = pgd_phys | vmid; spin_unlock(&kvm_vmid_lock); } static int kvm_vcpu_first_run_init(struct kvm_vcpu *vcpu) { + struct kvm *kvm = vcpu->kvm; int ret; if (likely(vcpu->arch.has_run_once)) @@ -485,12 +454,20 @@ * Initialize the VGIC before running a vcpu the first time on * this VM. */ - if (unlikely(!vgic_initialized(vcpu->kvm))) { - ret = kvm_vgic_init(vcpu->kvm); + if (unlikely(!vgic_initialized(kvm))) { + ret = kvm_vgic_init(kvm); if (ret) return ret; } + /* + * Enable the arch timers only if we have an in-kernel VGIC + * and it has been properly initialized, since we cannot handle + * interrupts from the virtual timer with a userspace gic. + */ + if (irqchip_in_kernel(kvm) && vgic_initialized(kvm)) + kvm_timer_enable(kvm); + return 0; } @@ -714,10 +691,21 @@ return ret; /* + * Ensure a rebooted VM will fault in RAM pages and detect if the + * guest MMU is turned off and flush the caches as needed. + */ + if (vcpu->arch.has_run_once) + stage2_unmap_vm(vcpu->kvm); + + vcpu_reset_hcr(vcpu); + + /* * Handle the "start in power-off" case by marking the VCPU as paused. */ - if (__test_and_clear_bit(KVM_ARM_VCPU_POWER_OFF, vcpu->arch.features)) + if (test_bit(KVM_ARM_VCPU_POWER_OFF, vcpu->arch.features)) vcpu->arch.pause = true; + else + vcpu->arch.pause = false; return 0; } @@ -863,7 +851,8 @@ switch (action) { case CPU_STARTING: case CPU_STARTING_FROZEN: - cpu_init_hyp_mode(NULL); + if (__hyp_get_vectors() == hyp_default_vectors) + cpu_init_hyp_mode(NULL); break; } --- linux-lts-utopic-3.16.0.orig/arch/arm/kvm/coproc.c +++ linux-lts-utopic-3.16.0/arch/arm/kvm/coproc.c @@ -742,7 +742,7 @@ u32 level, ctype; if (val >= CSSELR_MAX) - return -ENOENT; + return false; /* Bottom bit is Instruction or Data bit. Next 3 bits are level. */ level = (val >> 1); --- linux-lts-utopic-3.16.0.orig/arch/arm/kvm/guest.c +++ linux-lts-utopic-3.16.0/arch/arm/kvm/guest.c @@ -38,7 +38,6 @@ int kvm_arch_vcpu_setup(struct kvm_vcpu *vcpu) { - vcpu->arch.hcr = HCR_GUEST_MASK; return 0; } @@ -184,7 +183,7 @@ u64 val; val = kvm_arm_timer_get_reg(vcpu, reg->id); - return copy_to_user(uaddr, &val, KVM_REG_SIZE(reg->id)); + return copy_to_user(uaddr, &val, KVM_REG_SIZE(reg->id)) ? -EFAULT : 0; } static unsigned long num_core_regs(void) --- linux-lts-utopic-3.16.0.orig/arch/arm/kvm/handle_exit.c +++ linux-lts-utopic-3.16.0/arch/arm/kvm/handle_exit.c @@ -93,6 +93,8 @@ else kvm_vcpu_block(vcpu); + kvm_skip_instr(vcpu, kvm_vcpu_trap_il_is32bit(vcpu)); + return 1; } --- linux-lts-utopic-3.16.0.orig/arch/arm/kvm/init.S +++ linux-lts-utopic-3.16.0/arch/arm/kvm/init.S @@ -98,6 +98,10 @@ mrc p15, 0, r0, c10, c2, 1 mcr p15, 4, r0, c10, c2, 1 + @ Invalidate the stale TLBs from Bootloader + mcr p15, 4, r0, c8, c7, 0 @ TLBIALLH + dsb ish + @ Set the HSCTLR to: @ - ARM/THUMB exceptions: Kernel config (Thumb-2 kernel) @ - Endianness: Kernel config --- linux-lts-utopic-3.16.0.orig/arch/arm/kvm/interrupts.S +++ linux-lts-utopic-3.16.0/arch/arm/kvm/interrupts.S @@ -159,13 +159,9 @@ @ Don't trap coprocessor accesses for host kernel set_hstr vmexit set_hdcr vmexit - set_hcptr vmexit, (HCPTR_TTA | HCPTR_TCP(10) | HCPTR_TCP(11)) + set_hcptr vmexit, (HCPTR_TTA | HCPTR_TCP(10) | HCPTR_TCP(11)), after_vfp_restore #ifdef CONFIG_VFPv3 - @ Save floating point registers we if let guest use them. - tst r2, #(HCPTR_TCP(10) | HCPTR_TCP(11)) - bne after_vfp_restore - @ Switch VFP/NEON hardware state to the host's add r7, vcpu, #VCPU_VFP_GUEST store_vfp_state r7 @@ -177,6 +173,8 @@ @ Restore FPEXC_EN which we clobbered on entry pop {r2} VFPFMXR FPEXC, r2 +#else +after_vfp_restore: #endif @ Reset Hyp-role @@ -467,7 +465,7 @@ push {r3-r7} @ NEON/VFP used. Turn on VFP access. - set_hcptr vmexit, (HCPTR_TCP(10) | HCPTR_TCP(11)) + set_hcptr vmtrap, (HCPTR_TCP(10) | HCPTR_TCP(11)) @ Switch VFP/NEON hardware state to the guest's add r7, r0, #VCPU_VFP_HOST --- linux-lts-utopic-3.16.0.orig/arch/arm/kvm/interrupts_head.S +++ linux-lts-utopic-3.16.0/arch/arm/kvm/interrupts_head.S @@ -421,14 +421,14 @@ ldr r9, [r2, #GICH_ELRSR1] ldr r10, [r2, #GICH_APR] - str r3, [r11, #VGIC_CPU_HCR] - str r4, [r11, #VGIC_CPU_VMCR] - str r5, [r11, #VGIC_CPU_MISR] - str r6, [r11, #VGIC_CPU_EISR] - str r7, [r11, #(VGIC_CPU_EISR + 4)] - str r8, [r11, #VGIC_CPU_ELRSR] - str r9, [r11, #(VGIC_CPU_ELRSR + 4)] - str r10, [r11, #VGIC_CPU_APR] + str r3, [r11, #VGIC_V2_CPU_HCR] + str r4, [r11, #VGIC_V2_CPU_VMCR] + str r5, [r11, #VGIC_V2_CPU_MISR] + str r6, [r11, #VGIC_V2_CPU_EISR] + str r7, [r11, #(VGIC_V2_CPU_EISR + 4)] + str r8, [r11, #VGIC_V2_CPU_ELRSR] + str r9, [r11, #(VGIC_V2_CPU_ELRSR + 4)] + str r10, [r11, #VGIC_V2_CPU_APR] /* Clear GICH_HCR */ mov r5, #0 @@ -436,7 +436,7 @@ /* Save list registers */ add r2, r2, #GICH_LR0 - add r3, r11, #VGIC_CPU_LR + add r3, r11, #VGIC_V2_CPU_LR ldr r4, [r11, #VGIC_CPU_NR_LR] 1: ldr r6, [r2], #4 str r6, [r3], #4 @@ -463,9 +463,9 @@ add r11, vcpu, #VCPU_VGIC_CPU /* We only restore a minimal set of registers */ - ldr r3, [r11, #VGIC_CPU_HCR] - ldr r4, [r11, #VGIC_CPU_VMCR] - ldr r8, [r11, #VGIC_CPU_APR] + ldr r3, [r11, #VGIC_V2_CPU_HCR] + ldr r4, [r11, #VGIC_V2_CPU_VMCR] + ldr r8, [r11, #VGIC_V2_CPU_APR] str r3, [r2, #GICH_HCR] str r4, [r2, #GICH_VMCR] @@ -473,7 +473,7 @@ /* Restore list registers */ add r2, r2, #GICH_LR0 - add r3, r11, #VGIC_CPU_LR + add r3, r11, #VGIC_V2_CPU_LR ldr r4, [r11, #VGIC_CPU_NR_LR] 1: ldr r6, [r3], #4 str r6, [r2], #4 @@ -502,8 +502,7 @@ mrc p15, 0, r2, c14, c3, 1 @ CNTV_CTL str r2, [vcpu, #VCPU_TIMER_CNTV_CTL] - bic r2, #1 @ Clear ENABLE - mcr p15, 0, r2, c14, c3, 1 @ CNTV_CTL + isb mrrc p15, 3, r2, r3, c14 @ CNTV_CVAL @@ -516,6 +515,9 @@ mcrr p15, 4, r2, r2, c14 @ CNTVOFF 1: + mov r2, #0 @ Clear ENABLE + mcr p15, 0, r2, c14, c3, 1 @ CNTV_CTL + #endif @ Allow physical timer/counter access for the host mrc p15, 4, r2, c14, c1, 0 @ CNTHCTL @@ -578,8 +580,13 @@ .endm /* Configures the HCPTR (Hyp Coprocessor Trap Register) on entry/return - * (hardware reset value is 0). Keep previous value in r2. */ -.macro set_hcptr operation, mask + * (hardware reset value is 0). Keep previous value in r2. + * An ISB is emited on vmexit/vmtrap, but executed on vmexit only if + * VFP wasn't already enabled (always executed on vmtrap). + * If a label is specified with vmexit, it is branched to if VFP wasn't + * enabled. + */ +.macro set_hcptr operation, mask, label = none mrc p15, 4, r2, c1, c1, 2 ldr r3, =\mask .if \operation == vmentry @@ -588,6 +595,17 @@ bic r3, r2, r3 @ Don't trap defined coproc-accesses .endif mcr p15, 4, r3, c1, c1, 2 + .if \operation != vmentry + .if \operation == vmexit + tst r2, #(HCPTR_TCP(10) | HCPTR_TCP(11)) + beq 1f + .endif + isb + .if \label != none + b \label + .endif +1: + .endif .endm /* Configures the HDCR (Hyp Debug Configuration Register) on entry/return --- linux-lts-utopic-3.16.0.orig/arch/arm/kvm/mmu.c +++ linux-lts-utopic-3.16.0/arch/arm/kvm/mmu.c @@ -90,104 +90,116 @@ return p; } -static bool page_empty(void *ptr) +static void clear_pgd_entry(struct kvm *kvm, pgd_t *pgd, phys_addr_t addr) { - struct page *ptr_page = virt_to_page(ptr); - return page_count(ptr_page) == 1; + pud_t *pud_table __maybe_unused = pud_offset(pgd, 0); + pgd_clear(pgd); + kvm_tlb_flush_vmid_ipa(kvm, addr); + pud_free(NULL, pud_table); + put_page(virt_to_page(pgd)); } static void clear_pud_entry(struct kvm *kvm, pud_t *pud, phys_addr_t addr) { - if (pud_huge(*pud)) { - pud_clear(pud); - kvm_tlb_flush_vmid_ipa(kvm, addr); - } else { - pmd_t *pmd_table = pmd_offset(pud, 0); - pud_clear(pud); - kvm_tlb_flush_vmid_ipa(kvm, addr); - pmd_free(NULL, pmd_table); - } + pmd_t *pmd_table = pmd_offset(pud, 0); + VM_BUG_ON(pud_huge(*pud)); + pud_clear(pud); + kvm_tlb_flush_vmid_ipa(kvm, addr); + pmd_free(NULL, pmd_table); put_page(virt_to_page(pud)); } static void clear_pmd_entry(struct kvm *kvm, pmd_t *pmd, phys_addr_t addr) { - if (kvm_pmd_huge(*pmd)) { - pmd_clear(pmd); - kvm_tlb_flush_vmid_ipa(kvm, addr); - } else { - pte_t *pte_table = pte_offset_kernel(pmd, 0); - pmd_clear(pmd); - kvm_tlb_flush_vmid_ipa(kvm, addr); - pte_free_kernel(NULL, pte_table); - } + pte_t *pte_table = pte_offset_kernel(pmd, 0); + VM_BUG_ON(kvm_pmd_huge(*pmd)); + pmd_clear(pmd); + kvm_tlb_flush_vmid_ipa(kvm, addr); + pte_free_kernel(NULL, pte_table); put_page(virt_to_page(pmd)); } -static void clear_pte_entry(struct kvm *kvm, pte_t *pte, phys_addr_t addr) +static void unmap_ptes(struct kvm *kvm, pmd_t *pmd, + phys_addr_t addr, phys_addr_t end) { - if (pte_present(*pte)) { - kvm_set_pte(pte, __pte(0)); - put_page(virt_to_page(pte)); - kvm_tlb_flush_vmid_ipa(kvm, addr); - } + phys_addr_t start_addr = addr; + pte_t *pte, *start_pte; + + start_pte = pte = pte_offset_kernel(pmd, addr); + do { + if (!pte_none(*pte)) { + kvm_set_pte(pte, __pte(0)); + put_page(virt_to_page(pte)); + kvm_tlb_flush_vmid_ipa(kvm, addr); + } + } while (pte++, addr += PAGE_SIZE, addr != end); + + if (kvm_pte_table_empty(start_pte)) + clear_pmd_entry(kvm, pmd, start_addr); } -static void unmap_range(struct kvm *kvm, pgd_t *pgdp, - unsigned long long start, u64 size) +static void unmap_pmds(struct kvm *kvm, pud_t *pud, + phys_addr_t addr, phys_addr_t end) { - pgd_t *pgd; - pud_t *pud; - pmd_t *pmd; - pte_t *pte; - unsigned long long addr = start, end = start + size; - u64 next; + phys_addr_t next, start_addr = addr; + pmd_t *pmd, *start_pmd; - while (addr < end) { - pgd = pgdp + pgd_index(addr); - pud = pud_offset(pgd, addr); - pte = NULL; - if (pud_none(*pud)) { - addr = kvm_pud_addr_end(addr, end); - continue; - } - - if (pud_huge(*pud)) { - /* - * If we are dealing with a huge pud, just clear it and - * move on. - */ - clear_pud_entry(kvm, pud, addr); - addr = kvm_pud_addr_end(addr, end); - continue; + start_pmd = pmd = pmd_offset(pud, addr); + do { + next = kvm_pmd_addr_end(addr, end); + if (!pmd_none(*pmd)) { + if (kvm_pmd_huge(*pmd)) { + pmd_clear(pmd); + kvm_tlb_flush_vmid_ipa(kvm, addr); + put_page(virt_to_page(pmd)); + } else { + unmap_ptes(kvm, pmd, addr, next); + } } + } while (pmd++, addr = next, addr != end); - pmd = pmd_offset(pud, addr); - if (pmd_none(*pmd)) { - addr = kvm_pmd_addr_end(addr, end); - continue; - } + if (kvm_pmd_table_empty(start_pmd)) + clear_pud_entry(kvm, pud, start_addr); +} - if (!kvm_pmd_huge(*pmd)) { - pte = pte_offset_kernel(pmd, addr); - clear_pte_entry(kvm, pte, addr); - next = addr + PAGE_SIZE; - } +static void unmap_puds(struct kvm *kvm, pgd_t *pgd, + phys_addr_t addr, phys_addr_t end) +{ + phys_addr_t next, start_addr = addr; + pud_t *pud, *start_pud; - /* - * If the pmd entry is to be cleared, walk back up the ladder - */ - if (kvm_pmd_huge(*pmd) || (pte && page_empty(pte))) { - clear_pmd_entry(kvm, pmd, addr); - next = kvm_pmd_addr_end(addr, end); - if (page_empty(pmd) && !page_empty(pud)) { - clear_pud_entry(kvm, pud, addr); - next = kvm_pud_addr_end(addr, end); + start_pud = pud = pud_offset(pgd, addr); + do { + next = kvm_pud_addr_end(addr, end); + if (!pud_none(*pud)) { + if (pud_huge(*pud)) { + pud_clear(pud); + kvm_tlb_flush_vmid_ipa(kvm, addr); + put_page(virt_to_page(pud)); + } else { + unmap_pmds(kvm, pud, addr, next); } } + } while (pud++, addr = next, addr != end); - addr = next; - } + if (kvm_pud_table_empty(start_pud)) + clear_pgd_entry(kvm, pgd, start_addr); +} + + +static void unmap_range(struct kvm *kvm, pgd_t *pgdp, + phys_addr_t start, u64 size) +{ + pgd_t *pgd; + phys_addr_t addr = start, end = start + size; + phys_addr_t next; + + pgd = pgdp + kvm_pgd_index(addr); + do { + next = kvm_pgd_addr_end(addr, end); + if (!pgd_none(*pgd)) + unmap_puds(kvm, pgd, addr, next); + } while (pgd++, addr = next, addr != end); } static void stage2_flush_ptes(struct kvm *kvm, pmd_t *pmd, @@ -252,7 +264,7 @@ phys_addr_t next; pgd_t *pgd; - pgd = kvm->arch.pgd + pgd_index(addr); + pgd = kvm->arch.pgd + kvm_pgd_index(addr); do { next = kvm_pgd_addr_end(addr, end); stage2_flush_puds(kvm, pgd, addr, next); @@ -544,6 +556,71 @@ unmap_range(kvm, kvm->arch.pgd, start, size); } +static void stage2_unmap_memslot(struct kvm *kvm, + struct kvm_memory_slot *memslot) +{ + hva_t hva = memslot->userspace_addr; + phys_addr_t addr = memslot->base_gfn << PAGE_SHIFT; + phys_addr_t size = PAGE_SIZE * memslot->npages; + hva_t reg_end = hva + size; + + /* + * A memory region could potentially cover multiple VMAs, and any holes + * between them, so iterate over all of them to find out if we should + * unmap any of them. + * + * +--------------------------------------------+ + * +---------------+----------------+ +----------------+ + * | : VMA 1 | VMA 2 | | VMA 3 : | + * +---------------+----------------+ +----------------+ + * | memory region | + * +--------------------------------------------+ + */ + do { + struct vm_area_struct *vma = find_vma(current->mm, hva); + hva_t vm_start, vm_end; + + if (!vma || vma->vm_start >= reg_end) + break; + + /* + * Take the intersection of this VMA with the memory region + */ + vm_start = max(hva, vma->vm_start); + vm_end = min(reg_end, vma->vm_end); + + if (!(vma->vm_flags & VM_PFNMAP)) { + gpa_t gpa = addr + (vm_start - memslot->userspace_addr); + unmap_stage2_range(kvm, gpa, vm_end - vm_start); + } + hva = vm_end; + } while (hva < reg_end); +} + +/** + * stage2_unmap_vm - Unmap Stage-2 RAM mappings + * @kvm: The struct kvm pointer + * + * Go through the memregions and unmap any reguler RAM + * backing memory already mapped to the VM. + */ +void stage2_unmap_vm(struct kvm *kvm) +{ + struct kvm_memslots *slots; + struct kvm_memory_slot *memslot; + int idx; + + idx = srcu_read_lock(&kvm->srcu); + spin_lock(&kvm->mmu_lock); + + slots = kvm_memslots(kvm); + kvm_for_each_memslot(memslot, slots) + stage2_unmap_memslot(kvm, memslot); + + spin_unlock(&kvm->mmu_lock); + srcu_read_unlock(&kvm->srcu, idx); +} + /** * kvm_free_stage2_pgd - free all stage-2 tables * @kvm: The KVM struct pointer for the VM. @@ -572,7 +649,7 @@ pud_t *pud; pmd_t *pmd; - pgd = kvm->arch.pgd + pgd_index(addr); + pgd = kvm->arch.pgd + kvm_pgd_index(addr); pud = pud_offset(pgd, addr); if (pud_none(*pud)) { if (!cache) @@ -735,6 +812,19 @@ return false; } +static bool kvm_is_write_fault(struct kvm_vcpu *vcpu) +{ + if (kvm_vcpu_trap_is_iabt(vcpu)) + return false; + + return kvm_vcpu_dabt_iswrite(vcpu); +} + +static bool kvm_is_device_pfn(unsigned long pfn) +{ + return !pfn_valid(pfn); +} + static int user_mem_abort(struct kvm_vcpu *vcpu, phys_addr_t fault_ipa, struct kvm_memory_slot *memslot, unsigned long fault_status) @@ -748,8 +838,9 @@ struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; struct vm_area_struct *vma; pfn_t pfn; + pgprot_t mem_type = PAGE_S2; - write_fault = kvm_is_write_fault(kvm_vcpu_get_hsr(vcpu)); + write_fault = kvm_is_write_fault(vcpu); if (fault_status == FSC_PERM && !write_fault) { kvm_err("Unexpected L2 read permission error\n"); return -EFAULT; @@ -758,6 +849,12 @@ /* Let's check if we will get back a huge page backed by hugetlbfs */ down_read(¤t->mm->mmap_sem); vma = find_vma_intersection(current->mm, hva, hva + 1); + if (unlikely(!vma)) { + kvm_err("Failed to find VMA for hva 0x%lx\n", hva); + up_read(¤t->mm->mmap_sem); + return -EFAULT; + } + if (is_vm_hugetlb_page(vma)) { hugetlb = true; gfn = (fault_ipa & PMD_MASK) >> PAGE_SHIFT; @@ -798,6 +895,9 @@ if (is_error_pfn(pfn)) return -EFAULT; + if (kvm_is_device_pfn(pfn)) + mem_type = PAGE_S2_DEVICE; + spin_lock(&kvm->mmu_lock); if (mmu_notifier_retry(kvm, mmu_seq)) goto out_unlock; @@ -805,7 +905,7 @@ hugetlb = transparent_hugepage_adjust(&pfn, &fault_ipa); if (hugetlb) { - pmd_t new_pmd = pfn_pmd(pfn, PAGE_S2); + pmd_t new_pmd = pfn_pmd(pfn, mem_type); new_pmd = pmd_mkhuge(new_pmd); if (writable) { kvm_set_s2pmd_writable(&new_pmd); @@ -814,13 +914,14 @@ coherent_cache_guest_page(vcpu, hva & PMD_MASK, PMD_SIZE); ret = stage2_set_pmd_huge(kvm, memcache, fault_ipa, &new_pmd); } else { - pte_t new_pte = pfn_pte(pfn, PAGE_S2); + pte_t new_pte = pfn_pte(pfn, mem_type); if (writable) { kvm_set_s2pte_writable(&new_pte); kvm_set_pfn_dirty(pfn); } coherent_cache_guest_page(vcpu, hva, PAGE_SIZE); - ret = stage2_set_pte(kvm, memcache, fault_ipa, &new_pte, false); + ret = stage2_set_pte(kvm, memcache, fault_ipa, &new_pte, + pgprot_val(mem_type) == pgprot_val(PAGE_S2_DEVICE)); } @@ -896,6 +997,9 @@ memslot = gfn_to_memslot(vcpu->kvm, gfn); + /* Userspace should not be able to register out-of-bounds IPAs */ + VM_BUG_ON(fault_ipa >= KVM_PHYS_SIZE); + ret = user_mem_abort(vcpu, fault_ipa, memslot, fault_status); if (ret == 0) ret = 1; @@ -1100,3 +1204,57 @@ free_hyp_pgds(); return err; } + +void kvm_arch_commit_memory_region(struct kvm *kvm, + struct kvm_userspace_memory_region *mem, + const struct kvm_memory_slot *old, + enum kvm_mr_change change) +{ + gpa_t gpa = old->base_gfn << PAGE_SHIFT; + phys_addr_t size = old->npages << PAGE_SHIFT; + if (change == KVM_MR_DELETE || change == KVM_MR_MOVE) { + spin_lock(&kvm->mmu_lock); + unmap_stage2_range(kvm, gpa, size); + spin_unlock(&kvm->mmu_lock); + } +} + +int kvm_arch_prepare_memory_region(struct kvm *kvm, + struct kvm_memory_slot *memslot, + struct kvm_userspace_memory_region *mem, + enum kvm_mr_change change) +{ + /* + * Prevent userspace from creating a memory region outside of the IPA + * space addressable by the KVM guest IPA space. + */ + if (memslot->base_gfn + memslot->npages >= + (KVM_PHYS_SIZE >> PAGE_SHIFT)) + return -EFAULT; + + return 0; +} + +void kvm_arch_free_memslot(struct kvm *kvm, struct kvm_memory_slot *free, + struct kvm_memory_slot *dont) +{ +} + +int kvm_arch_create_memslot(struct kvm *kvm, struct kvm_memory_slot *slot, + unsigned long npages) +{ + return 0; +} + +void kvm_arch_memslots_updated(struct kvm *kvm) +{ +} + +void kvm_arch_flush_shadow_all(struct kvm *kvm) +{ +} + +void kvm_arch_flush_shadow_memslot(struct kvm *kvm, + struct kvm_memory_slot *slot) +{ +} --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-at91/clock.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-at91/clock.c @@ -962,6 +962,7 @@ } at91_pmc_write(AT91_PMC_SCDR, scdr); + at91_pmc_write(AT91_PMC_PCDR, pcdr); if (cpu_is_sama5d3()) at91_pmc_write(AT91_PMC_PCDR1, pcdr1); --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-at91/pm.h +++ linux-lts-utopic-3.16.0/arch/arm/mach-at91/pm.h @@ -45,7 +45,7 @@ " mcr p15, 0, %0, c7, c0, 4\n\t" " str %5, [%1, %2]" : - : "r" (0), "r" (AT91_BASE_SYS), "r" (AT91RM9200_SDRAMC_LPR), + : "r" (0), "r" (at91_ramc_base[0]), "r" (AT91RM9200_SDRAMC_LPR), "r" (1), "r" (AT91RM9200_SDRAMC_SRR), "r" (lpr)); } --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-exynos/common.h +++ linux-lts-utopic-3.16.0/arch/arm/mach-exynos/common.h @@ -26,7 +26,7 @@ #define EXYNOS5250_SOC_ID 0x43520000 #define EXYNOS5410_SOC_ID 0xE5410000 #define EXYNOS5420_SOC_ID 0xE5420000 -#define EXYNOS5440_SOC_ID 0xE5440000 +#define EXYNOS5440_SOC_ID 0xE5490000 #define EXYNOS5800_SOC_ID 0xE5422000 #define EXYNOS5_SOC_MASK 0xFFFFF000 --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-exynos/mcpm-exynos.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-exynos/mcpm-exynos.c @@ -39,7 +39,6 @@ "mcr p15, 0, r0, c1, c0, 0 @ set SCTLR\n\t" \ "isb\n\t"\ "bl v7_flush_dcache_"__stringify(level)"\n\t" \ - "clrex\n\t"\ "mrc p15, 0, r0, c1, c0, 1 @ get ACTLR\n\t" \ "bic r0, r0, #(1 << 6) @ disable local coherency\n\t" \ /* Dummy Load of a device register to avoid Erratum 799270 */ \ --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-exynos/platsmp.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-exynos/platsmp.c @@ -36,6 +36,8 @@ { if (soc_is_exynos4210() && samsung_rev() == EXYNOS4210_REV_1_1) return S5P_INFORM5; + else if (soc_is_exynos5440()) + return S5P_VA_CHIPID + 0x560; return sysram_base_addr; } @@ -110,7 +112,7 @@ */ write_pen_release(core_id); - if (!exynos_cpu_power_state(core_id)) { + if (!soc_is_exynos5440() && !exynos_cpu_power_state(core_id)) { exynos_cpu_power_up(core_id); timeout = 10; --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-gemini/common.h +++ linux-lts-utopic-3.16.0/arch/arm/mach-gemini/common.h @@ -12,6 +12,8 @@ #ifndef __GEMINI_COMMON_H__ #define __GEMINI_COMMON_H__ +#include + struct mtd_partition; extern void gemini_map_io(void); @@ -26,6 +28,6 @@ struct mtd_partition *parts, unsigned int nr_parts); -extern void gemini_restart(char mode, const char *cmd); +extern void gemini_restart(enum reboot_mode mode, const char *cmd); #endif /* __GEMINI_COMMON_H__ */ --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-gemini/reset.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-gemini/reset.c @@ -14,7 +14,9 @@ #include #include -void gemini_restart(char mode, const char *cmd) +#include "common.h" + +void gemini_restart(enum reboot_mode mode, const char *cmd) { __raw_writel(RESET_GLOBAL | RESET_CPU1, IO_ADDRESS(GEMINI_GLOBAL_BASE) + GLOBAL_RESET); --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-highbank/Makefile +++ linux-lts-utopic-3.16.0/arch/arm/mach-highbank/Makefile @@ -1,3 +1,5 @@ +KBUILD_CFLAGS += -I$(srctree)/arch/arm/mach-highbank/include + obj-y := highbank.o system.o smc.o plus_sec := $(call as-instr,.arch_extension sec,+sec) --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-imx/clk-gate2.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-imx/clk-gate2.c @@ -97,7 +97,7 @@ struct clk_gate2 *gate = to_clk_gate2(hw); if (gate->share_count) - return !!(*gate->share_count); + return !!__clk_get_enable_count(hw->clk); else return clk_gate2_reg_is_enabled(gate->reg, gate->bit_idx); } @@ -127,10 +127,6 @@ gate->bit_idx = bit_idx; gate->flags = clk_gate2_flags; gate->lock = lock; - - /* Initialize share_count per hardware state */ - if (share_count) - *share_count = clk_gate2_reg_is_enabled(reg, bit_idx) ? 1 : 0; gate->share_count = share_count; init.name = name; --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-imx/clk-imx6q.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-imx/clk-imx6q.c @@ -163,8 +163,8 @@ post_div_table[1].div = 1; post_div_table[2].div = 1; video_div_table[1].div = 1; - video_div_table[2].div = 1; - }; + video_div_table[3].div = 1; + } /* type name parent_name base div_mask */ clk[pll1_sys] = imx_clk_pllv3(IMX_PLLV3_SYS, "pll1_sys", "osc", base, 0x7f); @@ -413,7 +413,7 @@ clk[gpmi_io] = imx_clk_gate2("gpmi_io", "enfc", base + 0x78, 28); clk[gpmi_apb] = imx_clk_gate2("gpmi_apb", "usdhc3", base + 0x78, 30); clk[rom] = imx_clk_gate2("rom", "ahb", base + 0x7c, 0); - clk[sata] = imx_clk_gate2("sata", "ipg", base + 0x7c, 4); + clk[sata] = imx_clk_gate2("sata", "ahb", base + 0x7c, 4); clk[sdma] = imx_clk_gate2("sdma", "ahb", base + 0x7c, 6); clk[spba] = imx_clk_gate2("spba", "ipg", base + 0x7c, 12); clk[spdif] = imx_clk_gate2("spdif", "spdif_podf", base + 0x7c, 14); --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-imx/clk-imx6sx.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-imx/clk-imx6sx.c @@ -515,6 +515,9 @@ clk_set_parent(clks[IMX6SX_CLK_GPU_CORE_SEL], clks[IMX6SX_CLK_PLL3_PFD0]); clk_set_parent(clks[IMX6SX_CLK_GPU_AXI_SEL], clks[IMX6SX_CLK_PLL3_PFD0]); + clk_set_parent(clks[IMX6SX_CLK_QSPI1_SEL], clks[IMX6SX_CLK_PLL2_BUS]); + clk_set_parent(clks[IMX6SX_CLK_QSPI2_SEL], clks[IMX6SX_CLK_PLL2_BUS]); + /* Set initial power mode */ imx6q_set_lpm(WAIT_CLOCKED); --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-imx/suspend-imx6.S +++ linux-lts-utopic-3.16.0/arch/arm/mach-imx/suspend-imx6.S @@ -172,6 +172,8 @@ ldr r6, [r11, #0x0] ldr r11, [r0, #PM_INFO_MX6Q_GPC_V_OFFSET] ldr r6, [r11, #0x0] + ldr r11, [r0, #PM_INFO_MX6Q_IOMUXC_V_OFFSET] + ldr r6, [r11, #0x0] /* use r11 to store the IO address */ ldr r11, [r0, #PM_INFO_MX6Q_SRC_V_OFFSET] --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-mvebu/board-v7.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-mvebu/board-v7.c @@ -174,7 +174,7 @@ static void __init mvebu_dt_init(void) { - if (of_machine_is_compatible("plathome,openblocks-ax3-4")) + if (of_machine_is_compatible("marvell,armadaxp")) i2c_quirk(); if (of_machine_is_compatible("marvell,a375-db")) { external_abort_quirk(); --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-mvebu/coherency.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-mvebu/coherency.c @@ -342,6 +342,13 @@ arch_ioremap_caller = armada_pcie_wa_ioremap_caller; /* + * We should switch the PL310 to I/O coherency mode only if + * I/O coherency is actually enabled. + */ + if (!coherency_available()) + return; + + /* * Add the PL310 property "arm,io-coherent". This makes sure the * outer sync operation is not used, which allows to * workaround the system erratum that causes deadlocks when @@ -361,30 +368,51 @@ { struct device_node *np; const struct of_device_id *match; + int type; + + /* + * The coherency fabric is needed: + * - For coherency between processors on Armada XP, so only + * when SMP is enabled. + * - For coherency between the processor and I/O devices, but + * this coherency requires many pre-requisites (write + * allocate cache policy, shareable pages, SMP bit set) that + * are only meant in SMP situations. + * + * Note that this means that on Armada 370, there is currently + * no way to use hardware I/O coherency, because even when + * CONFIG_SMP is enabled, is_smp() returns false due to the + * Armada 370 being a single-core processor. To lift this + * limitation, we would have to find a way to make the cache + * policy set to write-allocate (on all Armada SoCs), and to + * set the shareable attribute in page tables (on all Armada + * SoCs except the Armada 370). Unfortunately, such decisions + * are taken very early in the kernel boot process, at a point + * where we don't know yet on which SoC we are running. + + */ + if (!is_smp()) + return COHERENCY_FABRIC_TYPE_NONE; np = of_find_matching_node_and_match(NULL, of_coherency_table, &match); - if (np) { - int type = (int) match->data; + if (!np) + return COHERENCY_FABRIC_TYPE_NONE; - /* Armada 370/XP coherency works in both UP and SMP */ - if (type == COHERENCY_FABRIC_TYPE_ARMADA_370_XP) - return type; - - /* Armada 375 coherency works only on SMP */ - else if (type == COHERENCY_FABRIC_TYPE_ARMADA_375 && is_smp()) - return type; - - /* Armada 380 coherency works only on SMP */ - else if (type == COHERENCY_FABRIC_TYPE_ARMADA_380 && is_smp()) - return type; - } + type = (int) match->data; - return COHERENCY_FABRIC_TYPE_NONE; + of_node_put(np); + + return type; } +/* + * As a precaution, we currently completely disable hardware I/O + * coherency, until enough testing is done with automatic I/O + * synchronization barriers to validate that it is a proper solution. + */ int coherency_available(void) { - return coherency_type() != COHERENCY_FABRIC_TYPE_NONE; + return false; } int __init coherency_init(void) @@ -400,6 +428,8 @@ type == COHERENCY_FABRIC_TYPE_ARMADA_380) armada_375_380_coherency_init(np); + of_node_put(np); + return 0; } @@ -418,8 +448,9 @@ armada_375_coherency_init_wa(); } - bus_register_notifier(&platform_bus_type, - &mvebu_hwcc_nb); + if (coherency_available()) + bus_register_notifier(&platform_bus_type, + &mvebu_hwcc_nb); return 0; } --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/clockdomains7xx_data.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/clockdomains7xx_data.c @@ -331,7 +331,7 @@ .dep_bit = DRA7XX_L4PER2_STATDEP_SHIFT, .wkdep_srcs = l4per2_wkup_sleep_deps, .sleepdep_srcs = l4per2_wkup_sleep_deps, - .flags = CLKDM_CAN_HWSUP_SWSUP, + .flags = CLKDM_CAN_SWSUP, }; static struct clockdomain mpu0_7xx_clkdm = { --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/common.h +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/common.h @@ -270,6 +270,7 @@ extern struct smp_operations omap4_smp_ops; extern void omap5_secondary_startup(void); +extern void omap5_secondary_hyp_startup(void); #endif #if defined(CONFIG_SMP) && defined(CONFIG_PM) --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/control.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/control.c @@ -314,7 +314,8 @@ scratchpad_contents.public_restore_ptr = virt_to_phys(omap3_restore_3630); else if (omap_rev() != OMAP3430_REV_ES3_0 && - omap_rev() != OMAP3430_REV_ES3_1) + omap_rev() != OMAP3430_REV_ES3_1 && + omap_rev() != OMAP3430_REV_ES3_1_2) scratchpad_contents.public_restore_ptr = virt_to_phys(omap3_restore); else --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/omap-headsmp.S +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/omap-headsmp.S @@ -22,6 +22,7 @@ /* Physical address needed since MMU not enabled yet on secondary core */ #define AUX_CORE_BOOT0_PA 0x48281800 +#define API_HYP_ENTRY 0x102 /* * OMAP5 specific entry point for secondary CPU to jump from ROM @@ -41,6 +42,26 @@ b secondary_startup ENDPROC(omap5_secondary_startup) /* + * Same as omap5_secondary_startup except we call into the ROM to + * enable HYP mode first. This is called instead of + * omap5_secondary_startup if the primary CPU was put into HYP mode by + * the boot loader. + */ +ENTRY(omap5_secondary_hyp_startup) +wait_2: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0 + ldr r0, [r2] + mov r0, r0, lsr #5 + mrc p15, 0, r4, c0, c0, 5 + and r4, r4, #0x0f + cmp r0, r4 + bne wait_2 + ldr r12, =API_HYP_ENTRY + adr r0, hyp_boot + smc #0 +hyp_boot: + b secondary_startup +ENDPROC(omap5_secondary_hyp_startup) +/* * OMAP4 specific entry point for secondary CPU to jump from ROM * code. This routine also provides a holding flag into which * secondary core is held until we're ready for it to initialise. --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/omap-smp.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/omap-smp.c @@ -22,6 +22,7 @@ #include #include +#include #include "omap-secure.h" #include "omap-wakeupgen.h" @@ -227,8 +228,16 @@ if (omap_secure_apis_support()) omap_auxcoreboot_addr(virt_to_phys(startup_addr)); else - writel_relaxed(virt_to_phys(omap5_secondary_startup), - base + OMAP_AUX_CORE_BOOT_1); + /* + * If the boot CPU is in HYP mode then start secondary + * CPU in HYP mode as well. + */ + if ((__boot_cpu_mode & MODE_MASK) == HYP_MODE) + writel_relaxed(virt_to_phys(omap5_secondary_hyp_startup), + base + OMAP_AUX_CORE_BOOT_1); + else + writel_relaxed(virt_to_phys(omap5_secondary_startup), + base + OMAP_AUX_CORE_BOOT_1); } --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/omap_hwmod.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/omap_hwmod.c @@ -2185,6 +2185,8 @@ oh->mux->pads_dynamic))) { omap_hwmod_mux(oh->mux, _HWMOD_STATE_ENABLED); _reconfigure_io_chain(); + } else if (oh->flags & HWMOD_FORCE_MSTANDBY) { + _reconfigure_io_chain(); } _add_initiator_dep(oh, mpu_oh); @@ -2291,6 +2293,8 @@ if (oh->mux && oh->mux->pads_dynamic) { omap_hwmod_mux(oh->mux, _HWMOD_STATE_IDLE); _reconfigure_io_chain(); + } else if (oh->flags & HWMOD_FORCE_MSTANDBY) { + _reconfigure_io_chain(); } oh->_state = _HWMOD_STATE_IDLE; @@ -2448,6 +2452,9 @@ * registers. This address is needed early so the OCP registers that * are part of the device's address space can be ioremapped properly. * + * If SYSC access is not needed, the registers will not be remapped + * and non-availability of MPU access is not treated as an error. + * * Returns 0 on success, -EINVAL if an invalid hwmod is passed, and * -ENXIO on absent or invalid register target address space. */ @@ -2462,6 +2469,11 @@ _save_mpu_port_index(oh); + /* if we don't need sysc access we don't need to ioremap */ + if (!oh->class->sysc) + return 0; + + /* we can't continue without MPU PORT if we need sysc access */ if (oh->_int_flags & _HWMOD_NO_MPU_PORT) return -ENXIO; @@ -2471,8 +2483,10 @@ oh->name); /* Extract the IO space from device tree blob */ - if (!np) + if (!np) { + pr_err("omap_hwmod: %s: no dt node\n", oh->name); return -ENXIO; + } va_start = of_iomap(np, index + oh->mpu_rt_idx); } else { @@ -2531,13 +2545,11 @@ oh->name, np->name); } - if (oh->class->sysc) { - r = _init_mpu_rt_base(oh, NULL, index, np); - if (r < 0) { - WARN(1, "omap_hwmod: %s: doesn't have mpu register target base\n", - oh->name); - return 0; - } + r = _init_mpu_rt_base(oh, NULL, index, np); + if (r < 0) { + WARN(1, "omap_hwmod: %s: doesn't have mpu register target base\n", + oh->name); + return 0; } r = _init_clocks(oh, NULL); @@ -3345,6 +3357,9 @@ if (!ois) return 0; + if (ois[0] == NULL) /* Empty list */ + return 0; + if (!linkspace) { if (_alloc_linkspace(ois)) { pr_err("omap_hwmod: could not allocate link space\n"); --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/omap_hwmod.h +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/omap_hwmod.h @@ -41,6 +41,7 @@ extern struct omap_hwmod_sysc_fields omap_hwmod_sysc_type1; extern struct omap_hwmod_sysc_fields omap_hwmod_sysc_type2; extern struct omap_hwmod_sysc_fields omap_hwmod_sysc_type3; +extern struct omap_hwmod_sysc_fields omap_hwmod_sysc_type4; /* * OCP SYSCONFIG bit shifts/masks TYPE1. These are for IPs compliant @@ -81,6 +82,16 @@ #define SYSC_TYPE3_MIDLEMODE_SHIFT 2 #define SYSC_TYPE3_MIDLEMODE_MASK (0x3 << SYSC_TYPE3_MIDLEMODE_SHIFT) +/* + * OCP SYSCONFIG bit shifts/masks TYPE4. + */ +#define SYSC_TYPE4_SIDLEMODE_SHIFT 2 +#define SYSC_TYPE4_SIDLEMODE_MASK (0x3 << SYSC_TYPE4_SIDLEMODE_SHIFT) +#define SYSC_TYPE4_SOFTRESET_SHIFT 1 +#define SYSC_TYPE4_SOFTRESET_MASK (1 << SYSC_TYPE4_SOFTRESET_SHIFT) +#define SYSC_TYPE4_AUTOIDLE_SHIFT 0 +#define SYSC_TYPE4_AUTOIDLE_MASK (1 << SYSC_TYPE4_AUTOIDLE_SHIFT) + /* OCP SYSSTATUS bit shifts/masks */ #define SYSS_RESETDONE_SHIFT 0 #define SYSS_RESETDONE_MASK (1 << SYSS_RESETDONE_SHIFT) --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c @@ -210,6 +210,7 @@ .sysc_offs = 0x84, .syss_offs = 0x88, .sysc_flags = SYSS_HAS_RESET_STATUS, + .sysc_fields = &omap_hwmod_sysc_type4, }; static struct omap_hwmod_class am33xx_aes0_hwmod_class = { --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -4710,6 +4710,59 @@ .user = OCP_USER_MPU | OCP_USER_SDMA, }; +/* + Crypto modules AES0/1 belong to: + PD_L4_PER power domain + CD_L4_SEC clock domain + On the L3, the AES modules are mapped to + L3_CLK2: Peripherals and multimedia sub clock domain +*/ + +static struct omap_hwmod_class_sysconfig omap4_aes1_sysc = { + .rev_offs = 0x80, + .sysc_offs = 0x84, + .syss_offs = 0x88, + .sysc_flags = SYSS_HAS_RESET_STATUS, + .sysc_fields = &omap_hwmod_sysc_type4, +}; + +static struct omap_hwmod_class omap4_aes1_hwmod_class = { + .name = "aes1", + .sysc = &omap4_aes1_sysc, +}; + +static struct omap_hwmod omap4_aes1_hwmod = { + .name = "aes", + .class = &omap4_aes1_hwmod_class, + .clkdm_name = "l4_secure_clkdm", + .main_clk = "aes1_fck", + .prcm = { + .omap4 = { + .clkctrl_offs = OMAP4_CM_L4SEC_AES1_CLKCTRL_OFFSET, + .context_offs = OMAP4_RM_L4SEC_AES1_CONTEXT_OFFSET, + .modulemode = MODULEMODE_SWCTRL, + }, + }, +}; + +/* l3_main_2 -> aes1 */ +static struct omap_hwmod_addr_space omap4_aes1_addrs[] = { + { + .pa_start = 0x4B500000, + .pa_end = 0x4B500000 + SZ_1M - 1, + .flags = ADDR_TYPE_RT + }, + { } +}; + +static struct omap_hwmod_ocp_if omap4_l3_main_2__aes1 = { + .master = &omap44xx_l3_main_2_hwmod, + .slave = &omap4_aes1_hwmod, + .clk = "aes1_fck", + .addr = omap4_aes1_addrs, + .user = OCP_USER_MPU | OCP_USER_SDMA, +}; + static struct omap_hwmod_ocp_if *omap44xx_hwmod_ocp_ifs[] __initdata = { &omap44xx_l3_main_1__dmm, &omap44xx_mpu__dmm, @@ -4855,6 +4908,7 @@ &omap44xx_l4_abe__wd_timer3_dma, &omap44xx_mpu__emif1, &omap44xx_mpu__emif2, + &omap4_l3_main_2__aes1, NULL, }; --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/omap_hwmod_7xx_data.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/omap_hwmod_7xx_data.c @@ -35,6 +35,7 @@ #include "i2c.h" #include "mmc.h" #include "wd_timer.h" +#include "soc.h" /* Base offset for all DRA7XX interrupts external to MPUSS */ #define DRA7XX_IRQ_GIC_START 32 @@ -1664,7 +1665,7 @@ .class = &dra7xx_uart_hwmod_class, .clkdm_name = "l4per_clkdm", .main_clk = "uart3_gfclk_mux", - .flags = HWMOD_SWSUP_SIDLE_ACT, + .flags = HWMOD_SWSUP_SIDLE_ACT | DEBUG_OMAP4UART3_FLAGS, .prcm = { .omap4 = { .clkctrl_offs = DRA7XX_CM_L4PER_UART3_CLKCTRL_OFFSET, @@ -2705,7 +2706,6 @@ &dra7xx_l4_per3__usb_otg_ss1, &dra7xx_l4_per3__usb_otg_ss2, &dra7xx_l4_per3__usb_otg_ss3, - &dra7xx_l4_per3__usb_otg_ss4, &dra7xx_l3_main_1__vcp1, &dra7xx_l4_per2__vcp1, &dra7xx_l3_main_1__vcp2, @@ -2714,8 +2714,26 @@ NULL, }; +static struct omap_hwmod_ocp_if *dra74x_hwmod_ocp_ifs[] __initdata = { + &dra7xx_l4_per3__usb_otg_ss4, + NULL, +}; + +static struct omap_hwmod_ocp_if *dra72x_hwmod_ocp_ifs[] __initdata = { + NULL, +}; + int __init dra7xx_hwmod_init(void) { + int ret; + omap_hwmod_init(); - return omap_hwmod_register_links(dra7xx_hwmod_ocp_ifs); + ret = omap_hwmod_register_links(dra7xx_hwmod_ocp_ifs); + + if (!ret && soc_is_dra74x()) + return omap_hwmod_register_links(dra74x_hwmod_ocp_ifs); + else if (!ret && soc_is_dra72x()) + return omap_hwmod_register_links(dra72x_hwmod_ocp_ifs); + + return ret; } --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/omap_hwmod_common_data.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/omap_hwmod_common_data.c @@ -59,6 +59,16 @@ .sidle_shift = SYSC_TYPE3_SIDLEMODE_SHIFT, }; +/** + * struct omap_hwmod_sysc_type4 - TYPE4 sysconfig scheme. + * Used by some IPs on AM33xx + */ +struct omap_hwmod_sysc_fields omap_hwmod_sysc_type4 = { + .sidle_shift = SYSC_TYPE4_SIDLEMODE_SHIFT, + .srst_shift = SYSC_TYPE4_SOFTRESET_SHIFT, + .autoidle_shift = SYSC_TYPE4_AUTOIDLE_SHIFT, +}; + struct omap_dss_dispc_dev_attr omap2_3_dss_dispc_dev_attr = { .manager_count = 2, .has_framedonetv_irq = 0 --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/pm44xx.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/pm44xx.c @@ -150,26 +150,6 @@ struct clockdomain *ducati_clkdm, *l3_2_clkdm; int ret = 0; - if (omap_rev() == OMAP4430_REV_ES1_0) { - WARN(1, "Power Management not supported on OMAP4430 ES1.0\n"); - return -ENODEV; - } - - pr_err("Power Management for TI OMAP4.\n"); - /* - * OMAP4 chip PM currently works only with certain (newer) - * versions of bootloaders. This is due to missing code in the - * kernel to properly reset and initialize some devices. - * http://www.spinics.net/lists/arm-kernel/msg218641.html - */ - pr_warn("OMAP4 PM: u-boot >= v2012.07 is required for full PM support\n"); - - ret = pwrdm_for_each(pwrdms_setup, NULL); - if (ret) { - pr_err("Failed to setup powerdomains\n"); - return ret; - } - /* * The dynamic dependency between MPUSS -> MEMIF and * MPUSS -> L4_PER/L3_* and DUCATI -> L3_* doesn't work as @@ -233,6 +213,15 @@ pr_info("Power Management for TI OMAP4+ devices.\n"); + /* + * OMAP4 chip PM currently works only with certain (newer) + * versions of bootloaders. This is due to missing code in the + * kernel to properly reset and initialize some devices. + * http://www.spinics.net/lists/arm-kernel/msg218641.html + */ + if (cpu_is_omap44xx()) + pr_warn("OMAP4 PM: u-boot >= v2012.07 is required for full PM support\n"); + ret = pwrdm_for_each(pwrdms_setup, NULL); if (ret) { pr_err("Failed to setup powerdomains.\n"); --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/prm-regbits-34xx.h +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/prm-regbits-34xx.h @@ -112,6 +112,7 @@ #define OMAP3430_VC_CMD_ONLP_SHIFT 16 #define OMAP3430_VC_CMD_RET_SHIFT 8 #define OMAP3430_VC_CMD_OFF_SHIFT 0 +#define OMAP3430_SREN_MASK (1 << 4) #define OMAP3430_HSEN_MASK (1 << 3) #define OMAP3430_MCODE_MASK (0x7 << 0) #define OMAP3430_VALID_MASK (1 << 24) --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/prm-regbits-44xx.h +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/prm-regbits-44xx.h @@ -35,6 +35,7 @@ #define OMAP4430_GLOBAL_WARM_SW_RST_SHIFT 1 #define OMAP4430_GLOBAL_WUEN_MASK (1 << 16) #define OMAP4430_HSMCODE_MASK (0x7 << 0) +#define OMAP4430_SRMODEEN_MASK (1 << 4) #define OMAP4430_HSMODEEN_MASK (1 << 3) #define OMAP4430_HSSCLL_SHIFT 24 #define OMAP4430_ICEPICK_RST_SHIFT 9 --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/soc.h +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/soc.h @@ -245,6 +245,8 @@ #define soc_is_omap54xx() 0 #define soc_is_omap543x() 0 #define soc_is_dra7xx() 0 +#define soc_is_dra74x() 0 +#define soc_is_dra72x() 0 #if defined(MULTI_OMAP2) # if defined(CONFIG_ARCH_OMAP2) @@ -393,7 +395,11 @@ #if defined(CONFIG_SOC_DRA7XX) #undef soc_is_dra7xx +#undef soc_is_dra74x +#undef soc_is_dra72x #define soc_is_dra7xx() (of_machine_is_compatible("ti,dra7")) +#define soc_is_dra74x() (of_machine_is_compatible("ti,dra74")) +#define soc_is_dra72x() (of_machine_is_compatible("ti,dra72")) #endif /* Various silicon revisions for omap2 */ --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/timer.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/timer.c @@ -513,11 +513,11 @@ rate = clk_get_rate(sys_clk); /* Numerator/denumerator values refer TRM Realtime Counter section */ switch (rate) { - case 1200000: + case 12000000: num = 64; den = 125; break; - case 1300000: + case 13000000: num = 768; den = 1625; break; @@ -529,11 +529,11 @@ num = 192; den = 625; break; - case 2600000: + case 26000000: num = 384; den = 1625; break; - case 2700000: + case 27000000: num = 256; den = 1125; break; --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/vc.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/vc.c @@ -316,7 +316,8 @@ * idle. And we can also scale voltages to zero for off-idle. * Note that no actual voltage scaling during off-idle will * happen unless the board specific twl4030 PMIC scripts are - * loaded. + * loaded. See also omap_vc_i2c_init for comments regarding + * erratum i531. */ val = voltdm->read(OMAP3_PRM_VOLTCTRL_OFFSET); if (!(val & OMAP3430_PRM_VOLTCTRL_SEL_OFF)) { @@ -704,9 +705,16 @@ return; } + /* + * Note that for omap3 OMAP3430_SREN_MASK clears SREN to work around + * erratum i531 "Extra Power Consumed When Repeated Start Operation + * Mode Is Enabled on I2C Interface Dedicated for Smart Reflex (I2C4)". + * Otherwise I2C4 eventually leads into about 23mW extra power being + * consumed even during off idle using VMODE. + */ i2c_high_speed = voltdm->pmic->i2c_high_speed; if (i2c_high_speed) - voltdm->rmw(vc->common->i2c_cfg_hsen_mask, + voltdm->rmw(vc->common->i2c_cfg_clear_mask, vc->common->i2c_cfg_hsen_mask, vc->common->i2c_cfg_reg); --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/vc.h +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/vc.h @@ -34,6 +34,7 @@ * @cmd_ret_shift: RET field shift in PRM_VC_CMD_VAL_* register * @cmd_off_shift: OFF field shift in PRM_VC_CMD_VAL_* register * @i2c_cfg_reg: I2C configuration register offset + * @i2c_cfg_clear_mask: high-speed mode bit clear mask in I2C config register * @i2c_cfg_hsen_mask: high-speed mode bit field mask in I2C config register * @i2c_mcode_mask: MCODE field mask for I2C config register * @@ -52,6 +53,7 @@ u8 cmd_ret_shift; u8 cmd_off_shift; u8 i2c_cfg_reg; + u8 i2c_cfg_clear_mask; u8 i2c_cfg_hsen_mask; u8 i2c_mcode_mask; }; --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/vc3xxx_data.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/vc3xxx_data.c @@ -40,6 +40,7 @@ .cmd_onlp_shift = OMAP3430_VC_CMD_ONLP_SHIFT, .cmd_ret_shift = OMAP3430_VC_CMD_RET_SHIFT, .cmd_off_shift = OMAP3430_VC_CMD_OFF_SHIFT, + .i2c_cfg_clear_mask = OMAP3430_SREN_MASK | OMAP3430_HSEN_MASK, .i2c_cfg_hsen_mask = OMAP3430_HSEN_MASK, .i2c_cfg_reg = OMAP3_PRM_VC_I2C_CFG_OFFSET, .i2c_mcode_mask = OMAP3430_MCODE_MASK, --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-omap2/vc44xx_data.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-omap2/vc44xx_data.c @@ -42,6 +42,7 @@ .cmd_ret_shift = OMAP4430_RET_SHIFT, .cmd_off_shift = OMAP4430_OFF_SHIFT, .i2c_cfg_reg = OMAP4_PRM_VC_CFG_I2C_MODE_OFFSET, + .i2c_cfg_clear_mask = OMAP4430_SRMODEEN_MASK | OMAP4430_HSMODEEN_MASK, .i2c_cfg_hsen_mask = OMAP4430_HSMODEEN_MASK, .i2c_mcode_mask = OMAP4430_HSMCODE_MASK, }; --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-pxa/corgi.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-pxa/corgi.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include @@ -752,6 +753,8 @@ sharpsl_nand_partitions[1].size = 53 * 1024 * 1024; platform_add_devices(devices, ARRAY_SIZE(devices)); + + regulator_has_full_constraints(); } static void __init fixup_corgi(struct tag *tags, char **cmdline) --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-pxa/hx4700.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-pxa/hx4700.c @@ -893,6 +893,8 @@ mdelay(10); gpio_set_value(GPIO71_HX4700_ASIC3_nRESET, 1); mdelay(10); + + regulator_has_full_constraints(); } MACHINE_START(H4700, "HP iPAQ HX4700") --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-pxa/include/mach/addr-map.h +++ linux-lts-utopic-3.16.0/arch/arm/mach-pxa/include/mach/addr-map.h @@ -39,6 +39,11 @@ #define DMEMC_SIZE 0x00100000 /* + * Reserved space for low level debug virtual addresses within + * 0xf6200000..0xf6201000 + */ + +/* * Internal Memory Controller (PXA27x and later) */ #define IMEMC_PHYS 0x58000000 --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-pxa/include/mach/pxa27x.h +++ linux-lts-utopic-3.16.0/arch/arm/mach-pxa/include/mach/pxa27x.h @@ -21,7 +21,7 @@ extern void __init pxa27x_map_io(void); extern void __init pxa27x_init_irq(void); -extern int __init pxa27x_set_pwrmode(unsigned int mode); +extern int pxa27x_set_pwrmode(unsigned int mode); extern void pxa27x_cpu_pm_enter(suspend_state_t state); #define pxa27x_handle_irq ichp_handle_irq --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-pxa/poodle.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-pxa/poodle.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include @@ -455,6 +456,7 @@ pxa_set_i2c_info(NULL); i2c_register_board_info(0, ARRAY_AND_SIZE(poodle_i2c_devices)); poodle_init_spi(); + regulator_has_full_constraints(); } static void __init fixup_poodle(struct tag *tags, char **cmdline) --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-pxa/pxa27x.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-pxa/pxa27x.c @@ -251,7 +251,7 @@ */ static unsigned int pwrmode = PWRMODE_SLEEP; -int __init pxa27x_set_pwrmode(unsigned int mode) +int pxa27x_set_pwrmode(unsigned int mode) { switch (mode) { case PWRMODE_SLEEP: --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-pxa/spitz.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-pxa/spitz.c @@ -970,6 +970,8 @@ spitz_nor_init(); spitz_nand_init(); spitz_i2c_init(); + + regulator_has_full_constraints(); } static void __init spitz_fixup(struct tag *tags, char **cmdline) --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-s3c64xx/crag6410.h +++ linux-lts-utopic-3.16.0/arch/arm/mach-s3c64xx/crag6410.h @@ -14,6 +14,7 @@ #include #define GLENFARCLAS_PMIC_IRQ_BASE IRQ_BOARD_START +#define BANFF_PMIC_IRQ_BASE (IRQ_BOARD_START + 64) #define PCA935X_GPIO_BASE GPIO_BOARD_START #define CODEC_GPIO_BASE (GPIO_BOARD_START + 8) --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-s3c64xx/mach-crag6410.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-s3c64xx/mach-crag6410.c @@ -555,6 +555,7 @@ static struct wm831x_pdata crag_pmic_pdata = { .wm831x_num = 1, + .irq_base = BANFF_PMIC_IRQ_BASE, .gpio_base = BANFF_PMIC_GPIO_BASE, .soft_shutdown = true, --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-sa1100/pm.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-sa1100/pm.c @@ -81,6 +81,7 @@ /* * Ensure not to come back here if it wasn't intended */ + RCSR = RCSR_SMR; PSPR = 0; /* --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-shmobile/pm-r8a7790.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-shmobile/pm-r8a7790.c @@ -26,7 +26,7 @@ void __iomem *base = rcar_sysc_init(0xe6180000); /* enable all interrupt sources, but do not use interrupt handler */ - iowrite32(0x0131000e, base + SYSCIER); + iowrite32(0x013111ef, base + SYSCIER); iowrite32(0, base + SYSCIMR); } --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-shmobile/setup-sh73a0.c +++ linux-lts-utopic-3.16.0/arch/arm/mach-shmobile/setup-sh73a0.c @@ -576,6 +576,7 @@ static struct renesas_intc_irqpin_config irqpin0_platform_data = { .irq_base = irq_pin(0), /* IRQ0 -> IRQ7 */ + .control_parent = true, }; static struct resource irqpin0_resources[] = { @@ -637,6 +638,7 @@ static struct renesas_intc_irqpin_config irqpin2_platform_data = { .irq_base = irq_pin(16), /* IRQ16 -> IRQ23 */ + .control_parent = true, }; static struct resource irqpin2_resources[] = { @@ -667,6 +669,7 @@ static struct renesas_intc_irqpin_config irqpin3_platform_data = { .irq_base = irq_pin(24), /* IRQ24 -> IRQ31 */ + .control_parent = true, }; static struct resource irqpin3_resources[] = { --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-sunxi/Kconfig +++ linux-lts-utopic-3.16.0/arch/arm/mach-sunxi/Kconfig @@ -1,11 +1,13 @@ menuconfig ARCH_SUNXI bool "Allwinner SoCs" if ARCH_MULTI_V7 select ARCH_REQUIRE_GPIOLIB + select ARCH_HAS_RESET_CONTROLLER select CLKSRC_MMIO select GENERIC_IRQ_CHIP select PINCTRL select PINCTRL_SUNXI select SUN4I_TIMER + select RESET_CONTROLLER if ARCH_SUNXI @@ -21,10 +23,8 @@ config MACH_SUN6I bool "Allwinner A31 (sun6i) SoCs support" default ARCH_SUNXI - select ARCH_HAS_RESET_CONTROLLER select ARM_GIC select MFD_SUN6I_PRCM - select RESET_CONTROLLER select SUN5I_HSTIMER config MACH_SUN7I --- linux-lts-utopic-3.16.0.orig/arch/arm/mach-tegra/reset-handler.S +++ linux-lts-utopic-3.16.0/arch/arm/mach-tegra/reset-handler.S @@ -50,6 +50,7 @@ THUMB( it ne ) bne cpu_resume @ no + tegra_get_soc_id TEGRA_APB_MISC_BASE, r6 /* Are we on Tegra20? */ cmp r6, #TEGRA20 beq 1f @ Yes --- linux-lts-utopic-3.16.0.orig/arch/arm/mm/Kconfig +++ linux-lts-utopic-3.16.0/arch/arm/mm/Kconfig @@ -798,6 +798,7 @@ config KUSER_HELPERS bool "Enable kuser helpers in vector page" if !NEED_KUSER_HELPERS + depends on MMU default y help Warning: disabling this option may break user programs. --- linux-lts-utopic-3.16.0.orig/arch/arm/mm/abort-ev6.S +++ linux-lts-utopic-3.16.0/arch/arm/mm/abort-ev6.S @@ -17,12 +17,6 @@ */ .align 5 ENTRY(v6_early_abort) -#ifdef CONFIG_CPU_V6 - sub r1, sp, #4 @ Get unused stack location - strex r0, r1, [r1] @ Clear the exclusive monitor -#elif defined(CONFIG_CPU_32v6K) - clrex -#endif mrc p15, 0, r1, c5, c0, 0 @ get FSR mrc p15, 0, r0, c6, c0, 0 @ get FAR /* --- linux-lts-utopic-3.16.0.orig/arch/arm/mm/abort-ev7.S +++ linux-lts-utopic-3.16.0/arch/arm/mm/abort-ev7.S @@ -13,12 +13,6 @@ */ .align 5 ENTRY(v7_early_abort) - /* - * The effect of data aborts on on the exclusive access monitor are - * UNPREDICTABLE. Do a CLREX to clear the state - */ - clrex - mrc p15, 0, r1, c5, c0, 0 @ get FSR mrc p15, 0, r0, c6, c0, 0 @ get FAR --- linux-lts-utopic-3.16.0.orig/arch/arm/mm/alignment.c +++ linux-lts-utopic-3.16.0/arch/arm/mm/alignment.c @@ -41,6 +41,7 @@ * This code is not portable to processors with late data abort handling. */ #define CODING_BITS(i) (i & 0x0e000000) +#define COND_BITS(i) (i & 0xf0000000) #define LDST_I_BIT(i) (i & (1 << 26)) /* Immediate constant */ #define LDST_P_BIT(i) (i & (1 << 24)) /* Preindex */ @@ -819,6 +820,8 @@ break; case 0x04000000: /* ldr or str immediate */ + if (COND_BITS(instr) == 0xf0000000) /* NEON VLDn, VSTn */ + goto bad; offset.un = OFFSET_BITS(instr); handler = do_alignment_ldrstr; break; --- linux-lts-utopic-3.16.0.orig/arch/arm/mm/context.c +++ linux-lts-utopic-3.16.0/arch/arm/mm/context.c @@ -144,21 +144,17 @@ /* Update the list of reserved ASIDs and the ASID bitmap. */ bitmap_clear(asid_map, 0, NUM_USER_ASIDS); for_each_possible_cpu(i) { - if (i == cpu) { - asid = 0; - } else { - asid = atomic64_xchg(&per_cpu(active_asids, i), 0); - /* - * If this CPU has already been through a - * rollover, but hasn't run another task in - * the meantime, we must preserve its reserved - * ASID, as this is the only trace we have of - * the process it is still running. - */ - if (asid == 0) - asid = per_cpu(reserved_asids, i); - __set_bit(asid & ~ASID_MASK, asid_map); - } + asid = atomic64_xchg(&per_cpu(active_asids, i), 0); + /* + * If this CPU has already been through a + * rollover, but hasn't run another task in + * the meantime, we must preserve its reserved + * ASID, as this is the only trace we have of + * the process it is still running. + */ + if (asid == 0) + asid = per_cpu(reserved_asids, i); + __set_bit(asid & ~ASID_MASK, asid_map); per_cpu(reserved_asids, i) = asid; } --- linux-lts-utopic-3.16.0.orig/arch/arm/mm/dma-mapping.c +++ linux-lts-utopic-3.16.0/arch/arm/mm/dma-mapping.c @@ -1459,12 +1459,19 @@ unsigned long uaddr = vma->vm_start; unsigned long usize = vma->vm_end - vma->vm_start; struct page **pages = __iommu_get_pages(cpu_addr, attrs); + unsigned long nr_pages = PAGE_ALIGN(size) >> PAGE_SHIFT; + unsigned long off = vma->vm_pgoff; vma->vm_page_prot = __get_dma_pgprot(attrs, vma->vm_page_prot); if (!pages) return -ENXIO; + if (off >= nr_pages || (usize >> PAGE_SHIFT) > nr_pages - off) + return -ENXIO; + + pages += off; + do { int ret = vm_insert_page(vma, uaddr, *pages++); if (ret) { @@ -2013,7 +2020,7 @@ { int next_bitmap; - if (mapping->nr_bitmaps > mapping->extensions) + if (mapping->nr_bitmaps >= mapping->extensions) return -EINVAL; next_bitmap = mapping->nr_bitmaps; --- linux-lts-utopic-3.16.0.orig/arch/arm/mm/dump.c +++ linux-lts-utopic-3.16.0/arch/arm/mm/dump.c @@ -126,8 +126,8 @@ .val = PMD_SECT_USER, .set = "USR", }, { - .mask = PMD_SECT_RDONLY, - .val = PMD_SECT_RDONLY, + .mask = L_PMD_SECT_RDONLY, + .val = L_PMD_SECT_RDONLY, .set = "ro", .clear = "RW", #elif __LINUX_ARM_ARCH__ >= 6 --- linux-lts-utopic-3.16.0.orig/arch/arm/mm/flush.c +++ linux-lts-utopic-3.16.0/arch/arm/mm/flush.c @@ -400,3 +400,18 @@ */ __cpuc_flush_dcache_area(page_address(page), PAGE_SIZE); } + +#ifdef CONFIG_TRANSPARENT_HUGEPAGE +#ifdef CONFIG_HAVE_RCU_TABLE_FREE +void pmdp_splitting_flush(struct vm_area_struct *vma, unsigned long address, + pmd_t *pmdp) +{ + pmd_t pmd = pmd_mksplitting(*pmdp); + VM_BUG_ON(address & ~PMD_MASK); + set_pmd_at(vma->vm_mm, address, pmdp, pmd); + + /* dummy IPI to serialise against fast_gup */ + kick_all_cpus_sync(); +} +#endif /* CONFIG_HAVE_RCU_TABLE_FREE */ +#endif /* CONFIG_TRANSPARENT_HUGEPAGE */ --- linux-lts-utopic-3.16.0.orig/arch/arm/mm/mmu.c +++ linux-lts-utopic-3.16.0/arch/arm/mm/mmu.c @@ -1118,22 +1118,22 @@ } /* - * Find the first non-section-aligned page, and point + * Find the first non-pmd-aligned page, and point * memblock_limit at it. This relies on rounding the - * limit down to be section-aligned, which happens at - * the end of this function. + * limit down to be pmd-aligned, which happens at the + * end of this function. * * With this algorithm, the start or end of almost any - * bank can be non-section-aligned. The only exception - * is that the start of the bank 0 must be section- + * bank can be non-pmd-aligned. The only exception is + * that the start of the bank 0 must be section- * aligned, since otherwise memory would need to be * allocated when mapping the start of bank 0, which * occurs before any free memory is mapped. */ if (!memblock_limit) { - if (!IS_ALIGNED(block_start, SECTION_SIZE)) + if (!IS_ALIGNED(block_start, PMD_SIZE)) memblock_limit = block_start; - else if (!IS_ALIGNED(block_end, SECTION_SIZE)) + else if (!IS_ALIGNED(block_end, PMD_SIZE)) memblock_limit = arm_lowmem_limit; } @@ -1143,12 +1143,12 @@ high_memory = __va(arm_lowmem_limit - 1) + 1; /* - * Round the memblock limit down to a section size. This + * Round the memblock limit down to a pmd size. This * helps to ensure that we will allocate memory from the - * last full section, which should be mapped. + * last full pmd, which should be mapped. */ if (memblock_limit) - memblock_limit = round_down(memblock_limit, SECTION_SIZE); + memblock_limit = round_down(memblock_limit, PMD_SIZE); if (!memblock_limit) memblock_limit = arm_lowmem_limit; --- linux-lts-utopic-3.16.0.orig/arch/arm/mm/proc-v7-3level.S +++ linux-lts-utopic-3.16.0/arch/arm/mm/proc-v7-3level.S @@ -86,8 +86,13 @@ tst rh, #1 << (57 - 32) @ L_PTE_NONE bicne rl, #L_PTE_VALID bne 1f - tst rh, #1 << (55 - 32) @ L_PTE_DIRTY - orreq rl, #L_PTE_RDONLY + + eor ip, rh, #1 << (55 - 32) @ toggle L_PTE_DIRTY in temp reg to + @ test for !L_PTE_DIRTY || L_PTE_RDONLY + tst ip, #1 << (55 - 32) | 1 << (58 - 32) + orrne rl, #PTE_AP2 + biceq rl, #PTE_AP2 + 1: strd r2, r3, [r0] ALT_SMP(W(nop)) ALT_UP (mcr p15, 0, r0, c7, c10, 1) @ flush_pte --- linux-lts-utopic-3.16.0.orig/arch/arm/mm/proc-v7.S +++ linux-lts-utopic-3.16.0/arch/arm/mm/proc-v7.S @@ -95,7 +95,7 @@ .equ cpu_v7_suspend_size, 4 * 9 #ifdef CONFIG_ARM_CPU_SUSPEND ENTRY(cpu_v7_do_suspend) - stmfd sp!, {r4 - r10, lr} + stmfd sp!, {r4 - r11, lr} mrc p15, 0, r4, c13, c0, 0 @ FCSE/PID mrc p15, 0, r5, c13, c0, 3 @ User r/o thread ID stmia r0!, {r4 - r5} @@ -112,7 +112,7 @@ mrc p15, 0, r9, c1, c0, 1 @ Auxiliary control register mrc p15, 0, r10, c1, c0, 2 @ Co-processor access control stmia r0, {r5 - r11} - ldmfd sp!, {r4 - r10, pc} + ldmfd sp!, {r4 - r11, pc} ENDPROC(cpu_v7_do_suspend) ENTRY(cpu_v7_do_resume) @@ -235,7 +235,6 @@ /* Auxiliary Debug Modes Control 1 Register */ #define PJ4B_STATIC_BP (1 << 2) /* Enable Static BP */ #define PJ4B_INTER_PARITY (1 << 8) /* Disable Internal Parity Handling */ -#define PJ4B_BCK_OFF_STREX (1 << 5) /* Enable the back off of STREX instr */ #define PJ4B_CLEAN_LINE (1 << 16) /* Disable data transfer for clean line */ /* Auxiliary Debug Modes Control 2 Register */ @@ -258,7 +257,6 @@ /* Auxiliary Debug Modes Control 1 Register */ mrc p15, 1, r0, c15, c1, 1 orr r0, r0, #PJ4B_CLEAN_LINE - orr r0, r0, #PJ4B_BCK_OFF_STREX orr r0, r0, #PJ4B_INTER_PARITY bic r0, r0, #PJ4B_STATIC_BP mcr p15, 1, r0, c15, c1, 1 --- linux-lts-utopic-3.16.0.orig/arch/arm/mm/proc-xscale.S +++ linux-lts-utopic-3.16.0/arch/arm/mm/proc-xscale.S @@ -535,7 +535,7 @@ mrc p15, 0, r5, c15, c1, 0 @ CP access reg mrc p15, 0, r6, c13, c0, 0 @ PID mrc p15, 0, r7, c3, c0, 0 @ domain ID - mrc p15, 0, r8, c1, c1, 0 @ auxiliary control reg + mrc p15, 0, r8, c1, c0, 1 @ auxiliary control reg mrc p15, 0, r9, c1, c0, 0 @ control reg bic r4, r4, #2 @ clear frequency change bit stmia r0, {r4 - r9} @ store cp regs @@ -552,7 +552,7 @@ mcr p15, 0, r6, c13, c0, 0 @ PID mcr p15, 0, r7, c3, c0, 0 @ domain ID mcr p15, 0, r1, c2, c0, 0 @ translation table base addr - mcr p15, 0, r8, c1, c1, 0 @ auxiliary control reg + mcr p15, 0, r8, c1, c0, 1 @ auxiliary control reg mov r0, r9 @ control register b cpu_resume_mmu ENDPROC(cpu_xscale_do_resume) --- linux-lts-utopic-3.16.0.orig/arch/arm/net/bpf_jit_32.c +++ linux-lts-utopic-3.16.0/arch/arm/net/bpf_jit_32.c @@ -161,23 +161,9 @@ return fls(ctx->seen & SEEN_MEM); } -static inline bool is_load_to_a(u16 inst) -{ - switch (inst) { - case BPF_LD | BPF_W | BPF_LEN: - case BPF_LD | BPF_W | BPF_ABS: - case BPF_LD | BPF_H | BPF_ABS: - case BPF_LD | BPF_B | BPF_ABS: - return true; - default: - return false; - } -} - static void build_prologue(struct jit_ctx *ctx) { u16 reg_set = saved_regs(ctx); - u16 first_inst = ctx->skf->insns[0].code; u16 off; #ifdef CONFIG_FRAME_POINTER @@ -207,7 +193,7 @@ emit(ARM_MOV_I(r_X, 0), ctx); /* do not leak kernel data to userspace */ - if ((first_inst != (BPF_RET | BPF_K)) && !(is_load_to_a(first_inst))) + if (bpf_needs_clear_a(&ctx->skf->insns[0])) emit(ARM_MOV_I(r_A, 0), ctx); /* stack space for the BPF_MEM words */ @@ -441,10 +427,21 @@ return; } #endif - if (rm != ARM_R0) - emit(ARM_MOV_R(ARM_R0, rm), ctx); + + /* + * For BPF_ALU | BPF_DIV | BPF_K instructions, rm is ARM_R4 + * (r_A) and rn is ARM_R0 (r_scratch) so load rn first into + * ARM_R1 to avoid accidentally overwriting ARM_R0 with rm + * before using it as a source for ARM_R1. + * + * For BPF_ALU | BPF_DIV | BPF_X rm is ARM_R4 (r_A) and rn is + * ARM_R5 (r_X) so there is no particular register overlap + * issues. + */ if (rn != ARM_R1) emit(ARM_MOV_R(ARM_R1, rn), ctx); + if (rm != ARM_R0) + emit(ARM_MOV_R(ARM_R0, rm), ctx); ctx->seen |= SEEN_CALL; emit_mov_i(ARM_R3, (u32)jit_udiv, ctx); --- linux-lts-utopic-3.16.0.orig/arch/arm/plat-orion/common.c +++ linux-lts-utopic-3.16.0/arch/arm/plat-orion/common.c @@ -499,7 +499,7 @@ d->netdev = &orion_ge00.dev; for (i = 0; i < d->nr_chips; i++) - d->chip[i].mii_bus = &orion_ge00_shared.dev; + d->chip[i].mii_bus = &orion_ge_mvmdio.dev; orion_switch_device.dev.platform_data = d; platform_device_register(&orion_switch_device); --- linux-lts-utopic-3.16.0.orig/arch/arm/xen/mm.c +++ linux-lts-utopic-3.16.0/arch/arm/xen/mm.c @@ -16,6 +16,13 @@ #include #include +bool xen_arch_need_swiotlb(struct device *dev, + unsigned long pfn, + unsigned long mfn) +{ + return (pfn != mfn); +} + int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, unsigned int address_bits, dma_addr_t *dma_handle) --- linux-lts-utopic-3.16.0.orig/arch/arm64/Kconfig +++ linux-lts-utopic-3.16.0/arch/arm64/Kconfig @@ -11,6 +11,7 @@ select ARM_AMBA select ARM_ARCH_TIMER select ARM_GIC + select ARM_GIC_V3 select BUILDTIME_EXTABLE_SORT select CLONE_BACKWARDS select COMMON_CLK @@ -50,6 +51,7 @@ select HAVE_PERF_EVENTS select HAVE_PERF_REGS select HAVE_PERF_USER_STACK_DUMP + select HAVE_RCU_TABLE_FREE select HAVE_SYSCALL_TRACEPOINTS select IRQ_DOMAIN select MODULES_USE_ELF_RELA @@ -81,6 +83,10 @@ config STACKTRACE_SUPPORT def_bool y +config ILLEGAL_POINTER_VALUE + hex + default 0xdead000000000000 + config LOCKDEP_SUPPORT def_bool y @@ -102,6 +108,9 @@ config ZONE_DMA def_bool y +config HAVE_GENERIC_RCU_GUP + def_bool y + config ARCH_DMA_ADDR_T_64BIT def_bool y @@ -140,10 +149,30 @@ Express). config ARCH_XGENE + select PCI + select PCI_DOMAINS bool "AppliedMicro X-Gene SOC Family" + select MFD_SYSCON + select POWER_RESET_SYSCON help This enables support for AppliedMicro X-Gene SOC Family +config ARM64_ERRATUM_843419 + bool "Cortex-A53: 843419: A load or store might access an incorrect address" + depends on MODULES + default y + help + This option builds kernel modules using the large memory model in + order to avoid the use of the ADRP instruction, which can cause + a subsequent memory access to use an incorrect address on Cortex-A53 + parts up to r0p4. + + Note that the kernel itself must be linked with a version of ld + which fixes potentially affected ADRP instructions through the + use of veneers. + + If unsure, say Y. + endmenu menu "Bus support" @@ -151,6 +180,23 @@ config ARM_AMBA bool +config PCI + bool "PCI support" + help + Find out whether you have a PCI motherboard. PCI is the name of a + bus system, i.e. the way the CPU talks to the other stuff inside + your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or + VESA. If you have PCI, say Y, otherwise N. + +config PCI_DOMAINS + bool + depends on PCI + +config PCI_SYSCALL + def_bool PCI + +source "drivers/pci/Kconfig" +source "drivers/pci/pcie/Kconfig" endmenu menu "Kernel Features" @@ -359,6 +405,8 @@ source "drivers/Kconfig" +source "ubuntu/Kconfig" + source "drivers/firmware/Kconfig" source "fs/Kconfig" --- linux-lts-utopic-3.16.0.orig/arch/arm64/Makefile +++ linux-lts-utopic-3.16.0/arch/arm64/Makefile @@ -20,6 +20,7 @@ KBUILD_DEFCONFIG := defconfig KBUILD_CFLAGS += -mgeneral-regs-only +KBUILD_CFLAGS += $(call cc-option, -mpc-relative-literal-loads) ifeq ($(CONFIG_CPU_BIG_ENDIAN), y) KBUILD_CPPFLAGS += -mbig-endian AS += -EB @@ -34,6 +35,10 @@ CHECKFLAGS += -D__aarch64__ +ifeq ($(CONFIG_ARM64_ERRATUM_843419), y) +KBUILD_CFLAGS_MODULE += -mcmodel=large +endif + # Default value head-y := arch/arm64/kernel/head.o --- linux-lts-utopic-3.16.0.orig/arch/arm64/boot/dts/apm-mustang.dts +++ linux-lts-utopic-3.16.0/arch/arm64/boot/dts/apm-mustang.dts @@ -28,3 +28,27 @@ &serial0 { status = "ok"; }; + +&menet { + status = "ok"; +}; + +&pcie0clk { + status = "ok"; +}; + +&pcie0 { + status = "ok"; +}; + +&sgenet0 { + status = "ok"; +}; + +&sgenet1 { + status = "ok"; +}; + +&xgenet { + status = "ok"; +}; --- linux-lts-utopic-3.16.0.orig/arch/arm64/boot/dts/apm-storm.dtsi +++ linux-lts-utopic-3.16.0/arch/arm64/boot/dts/apm-storm.dtsi @@ -97,12 +97,22 @@ clock-frequency = <50000000>; }; + pmu { + compatible = "apm,potenza-pmu", "arm,armv8-pmuv3"; + interrupts = <1 12 0xff04>; + }; + soc { compatible = "simple-bus"; #address-cells = <2>; #size-cells = <2>; ranges; + scu: system-clk-controller@17000000 { + compatible = "apm,xgene-scu","syscon"; + reg = <0x0 0x17000000 0x0 0x400>; + }; + clocks { #address-cells = <2>; #size-cells = <2>; @@ -167,14 +177,43 @@ clock-output-names = "ethclk"; }; - eth8clk: eth8clk { + menetclk: menetclk { compatible = "apm,xgene-device-clock"; #clock-cells = <1>; clocks = <ðclk 0>; - clock-names = "eth8clk"; reg = <0x0 0x1702C000 0x0 0x1000>; reg-names = "csr-reg"; - clock-output-names = "eth8clk"; + clock-output-names = "menetclk"; + }; + + sge0clk: sge0clk@1f21c000 { + compatible = "apm,xgene-device-clock"; + #clock-cells = <1>; + clocks = <&socplldiv2 0>; + reg = <0x0 0x1f21c000 0x0 0x1000>; + reg-names = "csr-reg"; + csr-mask = <0x3>; + clock-output-names = "sge0clk"; + }; + + sge1clk: sge1clk@1f21c000 { + compatible = "apm,xgene-device-clock"; + #clock-cells = <1>; + clocks = <&socplldiv2 0>; + reg = <0x0 0x1f21c000 0x0 0x1000>; + reg-names = "csr-reg"; + csr-mask = <0xc>; + clock-output-names = "sge1clk"; + }; + + xge0clk: xge0clk@1f61c000 { + compatible = "apm,xgene-device-clock"; + #clock-cells = <1>; + clocks = <&socplldiv2 0>; + reg = <0x0 0x1f61c000 0x0 0x1000>; + reg-names = "csr-reg"; + csr-mask = <0x3>; + clock-output-names = "xge0clk"; }; sataphy1clk: sataphy1clk@1f21c000 { @@ -270,6 +309,206 @@ enable-mask = <0x2>; clock-output-names = "rtcclk"; }; + + rngpkaclk: rngpkaclk@17000000 { + compatible = "apm,xgene-device-clock"; + #clock-cells = <1>; + clocks = <&socplldiv2 0>; + reg = <0x0 0x17000000 0x0 0x2000>; + reg-names = "csr-reg"; + csr-offset = <0xc>; + csr-mask = <0x10>; + enable-offset = <0x10>; + enable-mask = <0x10>; + clock-output-names = "rngpkaclk"; + }; + + pcie0clk: pcie0clk@1f2bc000 { + status = "disabled"; + compatible = "apm,xgene-device-clock"; + #clock-cells = <1>; + clocks = <&socplldiv2 0>; + reg = <0x0 0x1f2bc000 0x0 0x1000>; + reg-names = "csr-reg"; + clock-output-names = "pcie0clk"; + }; + + pcie1clk: pcie1clk@1f2cc000 { + status = "disabled"; + compatible = "apm,xgene-device-clock"; + #clock-cells = <1>; + clocks = <&socplldiv2 0>; + reg = <0x0 0x1f2cc000 0x0 0x1000>; + reg-names = "csr-reg"; + clock-output-names = "pcie1clk"; + }; + + pcie2clk: pcie2clk@1f2dc000 { + status = "disabled"; + compatible = "apm,xgene-device-clock"; + #clock-cells = <1>; + clocks = <&socplldiv2 0>; + reg = <0x0 0x1f2dc000 0x0 0x1000>; + reg-names = "csr-reg"; + clock-output-names = "pcie2clk"; + }; + + pcie3clk: pcie3clk@1f50c000 { + status = "disabled"; + compatible = "apm,xgene-device-clock"; + #clock-cells = <1>; + clocks = <&socplldiv2 0>; + reg = <0x0 0x1f50c000 0x0 0x1000>; + reg-names = "csr-reg"; + clock-output-names = "pcie3clk"; + }; + + pcie4clk: pcie4clk@1f51c000 { + status = "disabled"; + compatible = "apm,xgene-device-clock"; + #clock-cells = <1>; + clocks = <&socplldiv2 0>; + reg = <0x0 0x1f51c000 0x0 0x1000>; + reg-names = "csr-reg"; + clock-output-names = "pcie4clk"; + }; + }; + + msi: msi@79000000 { + compatible = "xgene,gic-msi"; + reg = <0x00 0x79000000 0x0 0x900000>; + msi-available-ranges = <0x0 0x1000>; + interrupts = < 0x0 0x10 0x4 + 0x0 0x11 0x4 + 0x0 0x12 0x4 + 0x0 0x13 0x4 + 0x0 0x14 0x4 + 0x0 0x15 0x4 + 0x0 0x16 0x4 + 0x0 0x17 0x4 + 0x0 0x18 0x4 + 0x0 0x19 0x4 + 0x0 0x1a 0x4 + 0x0 0x1b 0x4 + 0x0 0x1c 0x4 + 0x0 0x1d 0x4 + 0x0 0x1e 0x4 + 0x0 0x1f 0x4>; + }; + + pcie0: pcie@1f2b0000 { + status = "disabled"; + device_type = "pci"; + compatible = "apm,xgene-pcie"; + #interrupt-cells = <1>; + #size-cells = <2>; + #address-cells = <3>; + reg = < 0x00 0x1f2b0000 0x0 0x00010000 /* Controller registers */ + 0xe0 0xd0000000 0x0 0x00200000>; /* PCI config space */ + reg-names = "csr", "cfg"; + ranges = <0x01000000 0x00 0x00000000 0xe0 0x00000000 0x00 0x00010000 /* io */ + 0x02000000 0x00 0x10000000 0xe0 0x10000000 0x00 0x80000000>; /* mem */ + ib-ranges = <0x42000000 0x40 0x00000000 0x40 0x00000000 0x40 0x00000000 /* dma */ + 0x00000000 0x0 0x79000000 0x00 0x79000000 0x0 0x00800000>; /* msi */ + interrupt-map-mask = <0x0 0x0 0x0 0x7>; + interrupt-map = <0x0 0x0 0x0 0x1 &gic 0x0 0xc2 0x1 + 0x0 0x0 0x0 0x2 &gic 0x0 0xc3 0x1 + 0x0 0x0 0x0 0x3 &gic 0x0 0xc4 0x1 + 0x0 0x0 0x0 0x4 &gic 0x0 0xc5 0x1>; + dma-coherent; + clocks = <&pcie0clk 0>; + }; + + pcie1: pcie@1f2c0000 { + status = "disabled"; + device_type = "pci"; + compatible = "apm,xgene-pcie"; + #interrupt-cells = <1>; + #size-cells = <2>; + #address-cells = <3>; + reg = < 0x00 0x1f2c0000 0x0 0x00010000 /* Controller registers */ + 0xd0 0xd0000000 0x0 0x00200000>; /* PCI config space */ + reg-names = "csr", "cfg"; + ranges = <0x01000000 0x0 0x00000000 0xd0 0x00000000 0x00 0x00010000 /* io */ + 0x02000000 0x0 0x10000000 0xd0 0x10000000 0x00 0x80000000>; /* mem */ + ib-ranges = <0x42000000 0x40 0x00000000 0x40 0x00000000 0x40 0x00000000 /* dma */ + 0x00000000 0x0 0x79000000 0x00 0x79000000 0x0 0x00800000>; /* msi */ + interrupt-map-mask = <0x0 0x0 0x0 0x7>; + interrupt-map = <0x0 0x0 0x0 0x1 &gic 0x0 0xc8 0x1 + 0x0 0x0 0x0 0x2 &gic 0x0 0xc9 0x1 + 0x0 0x0 0x0 0x3 &gic 0x0 0xca 0x1 + 0x0 0x0 0x0 0x4 &gic 0x0 0xcb 0x1>; + dma-coherent; + clocks = <&pcie1clk 0>; + }; + + pcie2: pcie@1f2d0000 { + status = "disabled"; + device_type = "pci"; + compatible = "apm,xgene-pcie"; + #interrupt-cells = <1>; + #size-cells = <2>; + #address-cells = <3>; + reg = < 0x00 0x1f2d0000 0x0 0x00010000 /* Controller registers */ + 0x90 0xd0000000 0x0 0x00200000>; /* PCI config space */ + reg-names = "csr", "cfg"; + ranges = <0x01000000 0x0 0x00000000 0x90 0x00000000 0x0 0x00010000 /* io */ + 0x02000000 0x0 0x10000000 0x90 0x10000000 0x0 0x80000000>; /* mem */ + ib-ranges = <0x42000000 0x40 0x00000000 0x40 0x00000000 0x40 0x00000000 /* dma */ + 0x00000000 0x0 0x79000000 0x00 0x79000000 0x0 0x00800000>; /* msi */ + interrupt-map-mask = <0x0 0x0 0x0 0x7>; + interrupt-map = <0x0 0x0 0x0 0x1 &gic 0x0 0xce 0x1 + 0x0 0x0 0x0 0x2 &gic 0x0 0xcf 0x1 + 0x0 0x0 0x0 0x3 &gic 0x0 0xd0 0x1 + 0x0 0x0 0x0 0x4 &gic 0x0 0xd1 0x1>; + dma-coherent; + clocks = <&pcie2clk 0>; + }; + + pcie3: pcie@1f500000 { + status = "disabled"; + device_type = "pci"; + compatible = "apm,xgene-pcie"; + #interrupt-cells = <1>; + #size-cells = <2>; + #address-cells = <3>; + reg = < 0x00 0x1f500000 0x0 0x00010000 /* Controller registers */ + 0xa0 0xd0000000 0x0 0x00200000>; /* PCI config space */ + reg-names = "csr", "cfg"; + ranges = <0x01000000 0x0 0x00000000 0xa0 0x00000000 0x0 0x00010000 /* io */ + 0x02000000 0x0 0x10000000 0xa0 0x10000000 0x0 0x80000000>; /* mem */ + ib-ranges = <0x42000000 0x40 0x00000000 0x40 0x00000000 0x40 0x00000000 /* dma */ + 0x00000000 0x0 0x79000000 0x00 0x79000000 0x0 0x00800000>; /* msi */ + interrupt-map-mask = <0x0 0x0 0x0 0x7>; + interrupt-map = <0x0 0x0 0x0 0x1 &gic 0x0 0xd4 0x1 + 0x0 0x0 0x0 0x2 &gic 0x0 0xd5 0x1 + 0x0 0x0 0x0 0x3 &gic 0x0 0xd6 0x1 + 0x0 0x0 0x0 0x4 &gic 0x0 0xd7 0x1>; + dma-coherent; + clocks = <&pcie3clk 0>; + }; + + pcie4: pcie@1f510000 { + status = "disabled"; + device_type = "pci"; + compatible = "apm,xgene-pcie"; + #interrupt-cells = <1>; + #size-cells = <2>; + #address-cells = <3>; + reg = < 0x00 0x1f510000 0x0 0x00010000 /* Controller registers */ + 0xc0 0xd0000000 0x0 0x00200000>; /* PCI config space */ + reg-names = "csr", "cfg"; + ranges = <0x01000000 0x0 0x00000000 0xc0 0x00000000 0x0 0x00010000 /* io */ + 0x02000000 0x0 0x10000000 0xc0 0x10000000 0x0 0x80000000>; /* mem */ + ib-ranges = <0x42000000 0x40 0x00000000 0x40 0x00000000 0x40 0x00000000 /* dma */ + 0x00000000 0x0 0x79000000 0x00 0x79000000 0x0 0x00800000>; /* msi */ + interrupt-map-mask = <0x0 0x0 0x0 0x7>; + interrupt-map = <0x0 0x0 0x0 0x1 &gic 0x0 0xda 0x1 + 0x0 0x0 0x0 0x2 &gic 0x0 0xdb 0x1 + 0x0 0x0 0x0 0x3 &gic 0x0 0xdc 0x1 + 0x0 0x0 0x0 0x4 &gic 0x0 0xdd 0x1>; + dma-coherent; + clocks = <&pcie4clk 0>; }; serial0: serial@1c020000 { @@ -397,5 +636,90 @@ #clock-cells = <1>; clocks = <&rtcclk 0>; }; + + menet: ethernet@17020000 { + compatible = "apm,xgene-enet"; + status = "disabled"; + reg = <0x0 0x17020000 0x0 0xd100>, + <0x0 0X17030000 0x0 0Xc300>, + <0x0 0X10000000 0x0 0X200>; + reg-names = "enet_csr", "ring_csr", "ring_cmd"; + interrupts = <0x0 0x3c 0x4>; + dma-coherent; + clocks = <&menetclk 0>; + /* mac address will be overwritten by the bootloader */ + local-mac-address = [00 00 00 00 00 00]; + phy-connection-type = "rgmii"; + phy-handle = <&menetphy>; + mdio { + compatible = "apm,xgene-mdio"; + #address-cells = <1>; + #size-cells = <0>; + menetphy: menetphy@3 { + compatible = "ethernet-phy-id001c.c915"; + reg = <0x3>; + }; + + }; + }; + + reboot@17000014 { + compatible = "syscon-reboot"; + regmap = <&scu>; + offset = <0x14>; + mask = <0x1>; + }; + + sgenet0: ethernet@1f210000 { + compatible = "apm,xgene1-sgenet"; + status = "disabled"; + reg = <0x0 0x1f210000 0x0 0xd100>, + <0x0 0x1f200000 0x0 0Xc300>, + <0x0 0x1B000000 0x0 0X200>; + reg-names = "enet_csr", "ring_csr", "ring_cmd"; + interrupts = <0x0 0xA0 0x4>; + dma-coherent; + clocks = <&sge0clk 0>; + local-mac-address = [00 00 00 00 00 00]; + phy-connection-type = "sgmii"; + }; + + sgenet1: ethernet@1f210030 { + compatible = "apm,xgene1-sgenet"; + status = "disabled"; + reg = <0x0 0x1f210030 0x0 0xd100>, + <0x0 0x1f200000 0x0 0Xc300>, + <0x0 0x1B000000 0x0 0X8000>; + reg-names = "enet_csr", "ring_csr", "ring_cmd"; + interrupts = <0x0 0xAC 0x4>, + <0x0 0xAD 0x4>; + port-id = <1>; + dma-coherent; + clocks = <&sge1clk 0>; + local-mac-address = [00 00 00 00 00 00]; + phy-connection-type = "sgmii"; + }; + + xgenet: ethernet@1f610000 { + compatible = "apm,xgene1-xgenet"; + status = "disabled"; + reg = <0x0 0x1f610000 0x0 0xd100>, + <0x0 0x1f600000 0x0 0Xc300>, + <0x0 0x18000000 0x0 0X200>; + reg-names = "enet_csr", "ring_csr", "ring_cmd"; + interrupts = <0x0 0x60 0x4>; + dma-coherent; + clocks = <&xge0clk 0>; + /* mac address will be overwritten by the bootloader */ + local-mac-address = [00 00 00 00 00 00]; + phy-connection-type = "xgmii"; + }; + + rng: rng@10520000 { + compatible = "apm,xgene-rng"; + reg = <0x0 0x10520000 0x0 0x100>; + interrupts = <0x0 0x41 0x4>; + clocks = <&rngpkaclk 0>; + }; }; }; --- linux-lts-utopic-3.16.0.orig/arch/arm64/crypto/Makefile +++ linux-lts-utopic-3.16.0/arch/arm64/crypto/Makefile @@ -35,4 +35,4 @@ CFLAGS_aes-glue-ce.o := -DUSE_V8_CRYPTO_EXTENSIONS $(obj)/aes-glue-%.o: $(src)/aes-glue.c FORCE - $(call if_changed_dep,cc_o_c) + $(call if_changed_rule,cc_o_c) --- linux-lts-utopic-3.16.0.orig/arch/arm64/crypto/aes-ce-ccm-glue.c +++ linux-lts-utopic-3.16.0/arch/arm64/crypto/aes-ce-ccm-glue.c @@ -294,4 +294,4 @@ MODULE_DESCRIPTION("Synchronous AES in CCM mode using ARMv8 Crypto Extensions"); MODULE_AUTHOR("Ard Biesheuvel "); MODULE_LICENSE("GPL v2"); -MODULE_ALIAS("ccm(aes)"); +MODULE_ALIAS_CRYPTO("ccm(aes)"); --- linux-lts-utopic-3.16.0.orig/arch/arm64/crypto/aes-glue.c +++ linux-lts-utopic-3.16.0/arch/arm64/crypto/aes-glue.c @@ -38,10 +38,10 @@ #define aes_xts_encrypt neon_aes_xts_encrypt #define aes_xts_decrypt neon_aes_xts_decrypt MODULE_DESCRIPTION("AES-ECB/CBC/CTR/XTS using ARMv8 NEON"); -MODULE_ALIAS("ecb(aes)"); -MODULE_ALIAS("cbc(aes)"); -MODULE_ALIAS("ctr(aes)"); -MODULE_ALIAS("xts(aes)"); +MODULE_ALIAS_CRYPTO("ecb(aes)"); +MODULE_ALIAS_CRYPTO("cbc(aes)"); +MODULE_ALIAS_CRYPTO("ctr(aes)"); +MODULE_ALIAS_CRYPTO("xts(aes)"); #endif MODULE_AUTHOR("Ard Biesheuvel "); --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/arch_timer.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/arch_timer.h @@ -135,6 +135,15 @@ #endif } +static inline u64 arch_counter_get_cntpct(void) +{ + /* + * AArch64 kernel and user space mandate the use of CNTVCT. + */ + BUG(); + return 0; +} + static inline u64 arch_counter_get_cntvct(void) { u64 cval; --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/cacheflush.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/cacheflush.h @@ -138,19 +138,10 @@ #define flush_icache_page(vma,page) do { } while (0) /* - * flush_cache_vmap() is used when creating mappings (eg, via vmap, - * vmalloc, ioremap etc) in kernel space for pages. On non-VIPT - * caches, since the direct-mappings of these pages may contain cached - * data, we need to do a full cache flush to ensure that writebacks - * don't corrupt data placed into these pages via the new mappings. + * Not required on AArch64 (PIPT or VIPT non-aliasing D-cache). */ static inline void flush_cache_vmap(unsigned long start, unsigned long end) { - /* - * set_pte_at() called from vmap_pte_range() does not - * have a DSB after cleaning the cache line. - */ - dsb(ish); } static inline void flush_cache_vunmap(unsigned long start, unsigned long end) --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/compat.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/compat.h @@ -37,8 +37,8 @@ typedef s32 compat_time_t; typedef s32 compat_clock_t; typedef s32 compat_pid_t; -typedef u32 __compat_uid_t; -typedef u32 __compat_gid_t; +typedef u16 __compat_uid_t; +typedef u16 __compat_gid_t; typedef u16 __compat_uid16_t; typedef u16 __compat_gid16_t; typedef u32 __compat_uid32_t; --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/cputype.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/cputype.h @@ -78,6 +78,8 @@ return read_cpuid(CTR_EL0); } +void cpuinfo_store_cpu(void); + #endif /* __ASSEMBLY__ */ #endif --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/dma.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/dma.h @@ -0,0 +1,18 @@ +/* + * Based on linux/arch/arm/include/asm/dma.h + */ +#ifndef __ASM_ARM_DMA_H +#define __ASM_ARM_DMA_H + +/* + * This is the maximum virtual address which can be DMA'd from. + */ +#define MAX_DMA_ADDRESS (~0ULL) + +#ifdef CONFIG_PCI +extern int isa_dma_bridge_buggy; +#else +#define isa_dma_bridge_buggy (0) +#endif + +#endif /* __ASM_ARM_DMA_H */ --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/hw_breakpoint.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/hw_breakpoint.h @@ -79,7 +79,6 @@ */ #define ARM_MAX_BRP 16 #define ARM_MAX_WRP 16 -#define ARM_MAX_HBP_SLOTS (ARM_MAX_BRP + ARM_MAX_WRP) /* Virtual debug register bases. */ #define AARCH64_DBG_REG_BVR 0 --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/hwcap.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/hwcap.h @@ -30,6 +30,7 @@ #define COMPAT_HWCAP_IDIVA (1 << 17) #define COMPAT_HWCAP_IDIVT (1 << 18) #define COMPAT_HWCAP_IDIV (COMPAT_HWCAP_IDIVA|COMPAT_HWCAP_IDIVT) +#define COMPAT_HWCAP_LPAE (1 << 20) #define COMPAT_HWCAP_EVTSTRM (1 << 21) #define COMPAT_HWCAP2_AES (1 << 0) --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/io.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/io.h @@ -119,10 +119,27 @@ #define writeq(v,c) ({ __iowmb(); writeq_relaxed((v),(c)); }) /* + * A typesafe __io() helper + */ +static inline void __iomem *__typesafe_io(unsigned long addr) +{ + return (void __iomem *)addr; +} + +/* * I/O port access primitives. */ -#define IO_SPACE_LIMIT 0xffff #define PCI_IOBASE ((void __iomem *)(MODULES_VADDR - SZ_32M)) +#if defined(CONFIG_PCI) +#define IO_SPACE_LIMIT ((resource_size_t)0xffffffff) +#define __io(a) __typesafe_io((unsigned long)PCI_IOBASE + \ + ((a) & IO_SPACE_LIMIT)) +#else +#define __io(a) __typesafe_io((a) & IO_SPACE_LIMIT) +#endif +extern void __iomem *ioport_map(unsigned long port, unsigned int nr); +extern void ioport_unmap(void __iomem *addr); +extern int pci_ioremap_io(unsigned int offset, phys_addr_t phys_addr); static inline u8 inb(unsigned long addr) { --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/kvm_arm.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/kvm_arm.h @@ -18,6 +18,7 @@ #ifndef __ARM64_KVM_ARM_H__ #define __ARM64_KVM_ARM_H__ +#include #include /* Hyp Configuration Register (HCR) bits */ @@ -76,9 +77,10 @@ */ #define HCR_GUEST_FLAGS (HCR_TSC | HCR_TSW | HCR_TWE | HCR_TWI | HCR_VM | \ HCR_TVM | HCR_BSU_IS | HCR_FB | HCR_TAC | \ - HCR_AMO | HCR_IMO | HCR_FMO | \ - HCR_SWIO | HCR_TIDCP | HCR_RW) + HCR_AMO | HCR_SWIO | HCR_TIDCP | HCR_RW) #define HCR_VIRT_EXCP_MASK (HCR_VA | HCR_VI | HCR_VF) +#define HCR_INT_OVERRIDE (HCR_FMO | HCR_IMO) + /* Hyp System Control Register (SCTLR_EL2) bits */ #define SCTLR_EL2_EE (1 << 25) @@ -121,6 +123,17 @@ #define VTCR_EL2_T0SZ_MASK 0x3f #define VTCR_EL2_T0SZ_40B 24 +/* + * We configure the Stage-2 page tables to always restrict the IPA space to be + * 40 bits wide (T0SZ = 24). Systems with a PARange smaller than 40 bits are + * not known to exist and will break with this configuration. + * + * Note that when using 4K pages, we concatenate two first level page tables + * together. + * + * The magic numbers used for VTTBR_X in this patch can be found in Tables + * D4-23 and D4-25 in ARM DDI 0487A.b. + */ #ifdef CONFIG_ARM64_64K_PAGES /* * Stage2 translation configuration: @@ -148,9 +161,9 @@ #endif #define VTTBR_BADDR_SHIFT (VTTBR_X - 1) -#define VTTBR_BADDR_MASK (((1LLU << (40 - VTTBR_X)) - 1) << VTTBR_BADDR_SHIFT) -#define VTTBR_VMID_SHIFT (48LLU) -#define VTTBR_VMID_MASK (0xffLLU << VTTBR_VMID_SHIFT) +#define VTTBR_BADDR_MASK (((UL(1) << (PHYS_MASK_SHIFT - VTTBR_X)) - 1) << VTTBR_BADDR_SHIFT) +#define VTTBR_VMID_SHIFT (UL(48)) +#define VTTBR_VMID_MASK (UL(0xFF) << VTTBR_VMID_SHIFT) /* Hyp System Trap Register */ #define HSTR_EL2_TTEE (1 << 16) @@ -173,13 +186,13 @@ /* Exception Syndrome Register (ESR) bits */ #define ESR_EL2_EC_SHIFT (26) -#define ESR_EL2_EC (0x3fU << ESR_EL2_EC_SHIFT) -#define ESR_EL2_IL (1U << 25) +#define ESR_EL2_EC (UL(0x3f) << ESR_EL2_EC_SHIFT) +#define ESR_EL2_IL (UL(1) << 25) #define ESR_EL2_ISS (ESR_EL2_IL - 1) #define ESR_EL2_ISV_SHIFT (24) -#define ESR_EL2_ISV (1U << ESR_EL2_ISV_SHIFT) +#define ESR_EL2_ISV (UL(1) << ESR_EL2_ISV_SHIFT) #define ESR_EL2_SAS_SHIFT (22) -#define ESR_EL2_SAS (3U << ESR_EL2_SAS_SHIFT) +#define ESR_EL2_SAS (UL(3) << ESR_EL2_SAS_SHIFT) #define ESR_EL2_SSE (1 << 21) #define ESR_EL2_SRT_SHIFT (16) #define ESR_EL2_SRT_MASK (0x1f << ESR_EL2_SRT_SHIFT) @@ -193,16 +206,16 @@ #define ESR_EL2_FSC_TYPE (0x3c) #define ESR_EL2_CV_SHIFT (24) -#define ESR_EL2_CV (1U << ESR_EL2_CV_SHIFT) +#define ESR_EL2_CV (UL(1) << ESR_EL2_CV_SHIFT) #define ESR_EL2_COND_SHIFT (20) -#define ESR_EL2_COND (0xfU << ESR_EL2_COND_SHIFT) +#define ESR_EL2_COND (UL(0xf) << ESR_EL2_COND_SHIFT) #define FSC_FAULT (0x04) #define FSC_PERM (0x0c) /* Hyp Prefetch Fault Address Register (HPFAR/HDFAR) */ -#define HPFAR_MASK (~0xFUL) +#define HPFAR_MASK (~UL(0xf)) #define ESR_EL2_EC_UNKNOWN (0x00) #define ESR_EL2_EC_WFI (0x01) --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/kvm_asm.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/kvm_asm.h @@ -18,6 +18,8 @@ #ifndef __ARM_KVM_ASM_H__ #define __ARM_KVM_ASM_H__ +#include + /* * 0 is reserved as an invalid value. * Order *must* be kept in sync with the hyp switch code. @@ -96,13 +98,21 @@ extern char __kvm_hyp_vector[]; -extern char __kvm_hyp_code_start[]; -extern char __kvm_hyp_code_end[]; +#define __kvm_hyp_code_start __hyp_text_start +#define __kvm_hyp_code_end __hyp_text_end extern void __kvm_flush_vm_context(void); extern void __kvm_tlb_flush_vmid_ipa(struct kvm *kvm, phys_addr_t ipa); extern int __kvm_vcpu_run(struct kvm_vcpu *vcpu); + +extern u64 __vgic_v3_get_ich_vtr_el2(void); + +extern char __save_vgic_v2_state[]; +extern char __restore_vgic_v2_state[]; +extern char __save_vgic_v3_state[]; +extern char __restore_vgic_v3_state[]; + #endif #endif /* __ARM_KVM_ASM_H__ */ --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/kvm_emulate.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/kvm_emulate.h @@ -38,6 +38,13 @@ void kvm_inject_dabt(struct kvm_vcpu *vcpu, unsigned long addr); void kvm_inject_pabt(struct kvm_vcpu *vcpu, unsigned long addr); +static inline void vcpu_reset_hcr(struct kvm_vcpu *vcpu) +{ + vcpu->arch.hcr_el2 = HCR_GUEST_FLAGS; + if (test_bit(KVM_ARM_VCPU_EL1_32BIT, vcpu->arch.features)) + vcpu->arch.hcr_el2 &= ~HCR_RW; +} + static inline unsigned long *vcpu_pc(const struct kvm_vcpu *vcpu) { return (unsigned long *)&vcpu_gp_regs(vcpu)->regs.pc; @@ -79,11 +86,13 @@ *vcpu_cpsr(vcpu) |= COMPAT_PSR_T_BIT; } +/* + * vcpu_reg should always be passed a register number coming from a + * read of ESR_EL2. Otherwise, it may give the wrong result on AArch32 + * with banked registers. + */ static inline unsigned long *vcpu_reg(const struct kvm_vcpu *vcpu, u8 reg_num) { - if (vcpu_mode_is_32bit(vcpu)) - return vcpu_reg32(vcpu, reg_num); - return (unsigned long *)&vcpu_gp_regs(vcpu)->regs.regs[reg_num]; } --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/kvm_host.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/kvm_host.h @@ -42,7 +42,7 @@ #define KVM_VCPU_MAX_FEATURES 3 struct kvm_vcpu; -int kvm_target_cpu(void); +int __attribute_const__ kvm_target_cpu(void); int kvm_reset_vcpu(struct kvm_vcpu *vcpu); int kvm_arch_dev_ioctl_check_extension(long ext); @@ -177,7 +177,7 @@ } struct kvm_vcpu *kvm_arm_get_running_vcpu(void); -struct kvm_vcpu __percpu **kvm_get_running_vcpus(void); +struct kvm_vcpu * __percpu *kvm_get_running_vcpus(void); u64 kvm_call_hyp(void *hypfn, ...); @@ -200,4 +200,32 @@ hyp_stack_ptr, vector_ptr); } +struct vgic_sr_vectors { + void *save_vgic; + void *restore_vgic; +}; + +static inline void vgic_arch_setup(const struct vgic_params *vgic) +{ + extern struct vgic_sr_vectors __vgic_sr_vectors; + + switch(vgic->type) + { + case VGIC_V2: + __vgic_sr_vectors.save_vgic = __save_vgic_v2_state; + __vgic_sr_vectors.restore_vgic = __restore_vgic_v2_state; + break; + +#ifdef CONFIG_ARM_GIC_V3 + case VGIC_V3: + __vgic_sr_vectors.save_vgic = __save_vgic_v3_state; + __vgic_sr_vectors.restore_vgic = __restore_vgic_v3_state; + break; +#endif + + default: + BUG(); + } +} + #endif /* __ARM64_KVM_HOST_H__ */ --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/kvm_mmu.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/kvm_mmu.h @@ -59,10 +59,9 @@ #define KERN_TO_HYP(kva) ((unsigned long)kva - PAGE_OFFSET + HYP_PAGE_OFFSET) /* - * Align KVM with the kernel's view of physical memory. Should be - * 40bit IPA, with PGD being 8kB aligned in the 4KB page configuration. + * We currently only support a 40bit IPA. */ -#define KVM_PHYS_SHIFT PHYS_MASK_SHIFT +#define KVM_PHYS_SHIFT (40) #define KVM_PHYS_SIZE (1UL << KVM_PHYS_SHIFT) #define KVM_PHYS_MASK (KVM_PHYS_SIZE - 1UL) @@ -70,11 +69,14 @@ #define PTRS_PER_S2_PGD (1 << (KVM_PHYS_SHIFT - PGDIR_SHIFT)) #define S2_PGD_ORDER get_order(PTRS_PER_S2_PGD * sizeof(pgd_t)) +#define kvm_pgd_index(addr) (((addr) >> PGDIR_SHIFT) & (PTRS_PER_S2_PGD - 1)) + int create_hyp_mappings(void *from, void *to); int create_hyp_io_mappings(void *from, void *to, phys_addr_t); void free_boot_hyp_pgd(void); void free_hyp_pgds(void); +void stage2_unmap_vm(struct kvm *kvm); int kvm_alloc_stage2_pgd(struct kvm *kvm); void kvm_free_stage2_pgd(struct kvm *kvm); int kvm_phys_addr_ioremap(struct kvm *kvm, phys_addr_t guest_ipa, @@ -93,19 +95,6 @@ #define kvm_set_pte(ptep, pte) set_pte(ptep, pte) #define kvm_set_pmd(pmdp, pmd) set_pmd(pmdp, pmd) -static inline bool kvm_is_write_fault(unsigned long esr) -{ - unsigned long esr_ec = esr >> ESR_EL2_EC_SHIFT; - - if (esr_ec == ESR_EL2_EC_IABT) - return false; - - if ((esr & ESR_EL2_ISV) && !(esr & ESR_EL2_WNR)) - return false; - - return true; -} - static inline void kvm_clean_pgd(pgd_t *pgd) {} static inline void kvm_clean_pmd_entry(pmd_t *pmd) {} static inline void kvm_clean_pte(pte_t *pte) {} @@ -125,6 +114,21 @@ #define kvm_pud_addr_end(addr, end) pud_addr_end(addr, end) #define kvm_pmd_addr_end(addr, end) pmd_addr_end(addr, end) +static inline bool kvm_page_empty(void *ptr) +{ + struct page *ptr_page = virt_to_page(ptr); + return page_count(ptr_page) == 1; +} + +#define kvm_pte_table_empty(ptep) kvm_page_empty(ptep) +#ifndef CONFIG_ARM64_64K_PAGES +#define kvm_pmd_table_empty(pmdp) kvm_page_empty(pmdp) +#else +#define kvm_pmd_table_empty(pmdp) (0) +#endif +#define kvm_pud_table_empty(pudp) (0) + + struct kvm; #define kvm_flush_dcache_to_poc(a,l) __flush_dcache_area((a), (l)) --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/mmu_context.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/mmu_context.h @@ -151,6 +151,15 @@ { unsigned int cpu = smp_processor_id(); + /* + * init_mm.pgd does not contain any user mappings and it is always + * active for kernel addresses in TTBR1. Just set the reserved TTBR0. + */ + if (next == &init_mm) { + cpu_set_reserved_ttbr0(); + return; + } + if (!cpumask_test_and_set_cpu(cpu, mm_cpumask(next)) || prev != next) check_and_switch_context(next, tsk); } --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/msi_bitmap.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/msi_bitmap.h @@ -0,0 +1,36 @@ +#ifndef MSI_BITMAP_H +#define MSI_BITMAP_H + +/* + * Copyright 2008, Michael Ellerman, IBM Corporation. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; version 2 of the + * License. + * + * Borrowed from powerpc arch + */ + +#include +#include + +struct msi_bitmap { + struct device_node *of_node; + unsigned long *bitmap; + spinlock_t lock; + unsigned int irq_count; +}; + +int msi_bitmap_alloc_hwirqs(struct msi_bitmap *bmp, int num); +void msi_bitmap_free_hwirqs(struct msi_bitmap *bmp, unsigned int offset, + unsigned int num); +void msi_bitmap_reserve_hwirq(struct msi_bitmap *bmp, unsigned int hwirq); + +int msi_bitmap_reserve_dt_hwirqs(struct msi_bitmap *bmp); + +int msi_bitmap_alloc(struct msi_bitmap *bmp, unsigned int irq_count, + struct device_node *of_node); +void msi_bitmap_free(struct msi_bitmap *bmp); + +#endif /* MSI_BITMAP_H */ --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/pci.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/pci.h @@ -0,0 +1,69 @@ +/* + * Based on arch/arm/include/asm/pci.h + */ +#ifndef ASMARM_PCI_H +#define ASMARM_PCI_H + +#ifdef __KERNEL__ +#include +#include + +#include /* for pci_sys_data */ + +extern unsigned long pcibios_min_io; +#define PCIBIOS_MIN_IO pcibios_min_io +extern unsigned long pcibios_min_mem; +#define PCIBIOS_MIN_MEM pcibios_min_mem + +static inline int pcibios_assign_all_busses(void) +{ + return pci_has_flag(PCI_REASSIGN_ALL_RSRC); +} + +#ifdef CONFIG_PCI_DOMAINS +static inline int pci_domain_nr(struct pci_bus *bus) +{ + struct pci_sys_data *root = bus->sysdata; + + return root->domain; +} + +static inline int pci_proc_domain(struct pci_bus *bus) +{ + return pci_domain_nr(bus); +} +#endif /* CONFIG_PCI_DOMAINS */ + +/* + * The PCI address space does equal the physical memory address space. + * The networking and block device layers use this boolean for bounce + * buffer decisions. + */ +#define PCI_DMA_BUS_IS_PHYS (1) + +#ifdef CONFIG_PCI +static inline void pci_dma_burst_advice(struct pci_dev *pdev, + enum pci_dma_burst_strategy *strat, + unsigned long *strategy_parameter) +{ + *strat = PCI_DMA_BURST_INFINITY; + *strategy_parameter = ~0UL; +} +#endif + +#define HAVE_PCI_MMAP +extern int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, + enum pci_mmap_state mmap_state, + int write_combine); + +/* + * Dummy implementation; always return 0. + */ +static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) +{ + return 0; +} + +#endif /* __KERNEL__ */ + +#endif --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/pcibios.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/pcibios.h @@ -0,0 +1,98 @@ +/* + * Based on arch/arm/include/asm/mach/pci.h + * + * Copyright (C) 2000 Russell King + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#ifndef __ASM_PCIBIOS_H +#define __ASM_PCIBIOS_H + +#include + +struct pci_sys_data; +struct pci_ops; +struct pci_bus; +struct device; + +struct hw_pci { +#ifdef CONFIG_PCI_DOMAINS + int domain; +#endif + struct pci_ops *ops; + int nr_controllers; + void **private_data; + int (*setup) (int nr, struct pci_sys_data *); + struct pci_bus *(*scan) (int nr, struct pci_sys_data *); + void (*preinit) (void); + void (*postinit) (void); + u8(*swizzle) (struct pci_dev *dev, u8 *pin); + int (*map_irq) (const struct pci_dev *dev, u8 slot, u8 pin); + resource_size_t(*align_resource) (struct pci_dev *dev, + const struct resource *res, + resource_size_t start, + resource_size_t size, + resource_size_t align); + void (*add_bus) (struct pci_bus *bus); + void (*remove_bus) (struct pci_bus *bus); +}; + +/* + * Per-controller structure + */ +struct pci_sys_data { +#ifdef CONFIG_PCI_DOMAINS + int domain; +#endif + struct list_head node; + int busnr; /* primary bus number */ + u64 mem_offset; /* bus->cpu memory mapping offset */ + unsigned long io_offset; /* bus->cpu IO mapping offset */ + struct pci_bus *bus; /* PCI bus */ + struct list_head resources; /* root bus resources (apertures) */ + struct resource io_res; + char io_res_name[12]; + /* Bridge swizzling */ + u8(*swizzle) (struct pci_dev *, u8 *); + /* IRQ mapping */ + int (*map_irq) (const struct pci_dev *, u8, u8); + /* Resource alignement requirements */ + resource_size_t(*align_resource) (struct pci_dev *dev, + const struct resource *res, + resource_size_t start, + resource_size_t size, + resource_size_t align); + void (*add_bus) (struct pci_bus *bus); + void (*remove_bus) (struct pci_bus *bus); + void *private_data; /* platform controller private data */ +}; + +/* + * Call this with your hw_pci struct to initialise the PCI system. + */ +void pci_common_init_dev(struct device *, struct hw_pci *); + +/* + * Compatibility wrapper for older platforms that do not care about + * passing the parent device. + */ +static inline void pci_common_init(struct hw_pci *hw) +{ + pci_common_init_dev(NULL, hw); +} + +/* + * Setup early fixed I/O mapping. + */ +#if defined(CONFIG_PCI) +extern void pci_map_io_early(unsigned long pfn); +#else +static inline void pci_map_io_early(unsigned long pfn) +{ +} +#endif + +#endif /* __ASM_PCIBIOS_H */ --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/pgtable.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/pgtable.h @@ -138,6 +138,8 @@ #define pte_valid_user(pte) \ ((pte_val(pte) & (PTE_VALID | PTE_USER)) == (PTE_VALID | PTE_USER)) +#define pte_valid_not_user(pte) \ + ((pte_val(pte) & (PTE_VALID | PTE_USER)) == PTE_VALID) static inline pte_t pte_wrprotect(pte_t pte) { @@ -184,6 +186,15 @@ static inline void set_pte(pte_t *ptep, pte_t pte) { *ptep = pte; + + /* + * Only if the new pte is valid and kernel, otherwise TLB maintenance + * or update_mmu_cache() have the necessary barriers. + */ + if (pte_valid_not_user(pte)) { + dsb(ishst); + isb(); + } } extern void __sync_icache_dcache(pte_t pteval, unsigned long addr); @@ -220,6 +231,16 @@ #define __HAVE_ARCH_PTE_SPECIAL +static inline pte_t pud_pte(pud_t pud) +{ + return __pte(pud_val(pud)); +} + +static inline pmd_t pud_pmd(pud_t pud) +{ + return __pmd(pud_val(pud)); +} + static inline pte_t pmd_pte(pmd_t pmd) { return __pte(pmd_val(pmd)); @@ -237,7 +258,13 @@ #ifdef CONFIG_TRANSPARENT_HUGEPAGE #define pmd_trans_huge(pmd) (pmd_val(pmd) && !(pmd_val(pmd) & PMD_TABLE_BIT)) #define pmd_trans_splitting(pmd) pte_special(pmd_pte(pmd)) -#endif +#ifdef CONFIG_HAVE_RCU_TABLE_FREE +#define __HAVE_ARCH_PMDP_SPLITTING_FLUSH +struct vm_area_struct; +void pmdp_splitting_flush(struct vm_area_struct *vma, unsigned long address, + pmd_t *pmdp); +#endif /* CONFIG_HAVE_RCU_TABLE_FREE */ +#endif /* CONFIG_TRANSPARENT_HUGEPAGE */ #define pmd_young(pmd) pte_young(pmd_pte(pmd)) #define pmd_wrprotect(pmd) pte_pmd(pte_wrprotect(pmd_pte(pmd))) @@ -258,6 +285,7 @@ #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) #define pmd_page(pmd) pfn_to_page(__phys_to_pfn(pmd_val(pmd) & PHYS_MASK)) +#define pud_write(pud) pte_write(pud_pte(pud)) #define pud_pfn(pud) (((pud_val(pud) & PUD_MASK) & PHYS_MASK) >> PAGE_SHIFT) #define set_pmd_at(mm, addr, pmdp, pmd) set_pte_at(mm, addr, (pte_t *)pmdp, pmd_pte(pmd)) @@ -303,6 +331,7 @@ { *pmdp = pmd; dsb(ishst); + isb(); } static inline void pmd_clear(pmd_t *pmdp) @@ -333,6 +362,7 @@ { *pudp = pud; dsb(ishst); + isb(); } static inline void pud_clear(pud_t *pudp) @@ -362,6 +392,9 @@ { return (pmd_t *)pud_page_vaddr(*pud) + pmd_index(addr); } + +#define pud_page(pud) pmd_page(pud_pmd(pud)) + #endif /* Find an entry in the third-level page table.. */ --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/ptrace.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/ptrace.h @@ -76,14 +76,14 @@ #define compat_sp regs[13] #define compat_lr regs[14] #define compat_sp_hyp regs[15] -#define compat_sp_irq regs[16] -#define compat_lr_irq regs[17] -#define compat_sp_svc regs[18] -#define compat_lr_svc regs[19] -#define compat_sp_abt regs[20] -#define compat_lr_abt regs[21] -#define compat_sp_und regs[22] -#define compat_lr_und regs[23] +#define compat_lr_irq regs[16] +#define compat_sp_irq regs[17] +#define compat_lr_svc regs[18] +#define compat_sp_svc regs[19] +#define compat_lr_abt regs[20] +#define compat_sp_abt regs[21] +#define compat_lr_und regs[22] +#define compat_sp_und regs[23] #define compat_r8_fiq regs[24] #define compat_r9_fiq regs[25] #define compat_r10_fiq regs[26] @@ -137,7 +137,7 @@ (!((regs)->pstate & PSR_F_BIT)) #define user_stack_pointer(regs) \ - (!compat_user_mode(regs)) ? ((regs)->sp) : ((regs)->compat_sp) + (!compat_user_mode(regs) ? (regs)->sp : (regs)->compat_sp) static inline unsigned long regs_return_value(struct pt_regs *regs) { --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/suspend.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/suspend.h @@ -21,6 +21,7 @@ phys_addr_t save_ptr_stash_phys; }; +extern int __cpu_suspend(unsigned long arg, int (*fn)(unsigned long)); extern void cpu_resume(void); extern int cpu_suspend(unsigned long); --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/sysreg.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/sysreg.h @@ -0,0 +1,60 @@ +/* + * Macros for accessing system registers with older binutils. + * + * Copyright (C) 2014 ARM Ltd. + * Author: Catalin Marinas + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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, see . + */ + +#ifndef __ASM_SYSREG_H +#define __ASM_SYSREG_H + +#define sys_reg(op0, op1, crn, crm, op2) \ + ((((op0)-2)<<19)|((op1)<<16)|((crn)<<12)|((crm)<<8)|((op2)<<5)) + +#ifdef __ASSEMBLY__ + + .irp num,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30 + .equ __reg_num_x\num, \num + .endr + .equ __reg_num_xzr, 31 + + .macro mrs_s, rt, sreg + .inst 0xd5300000|(\sreg)|(__reg_num_\rt) + .endm + + .macro msr_s, sreg, rt + .inst 0xd5100000|(\sreg)|(__reg_num_\rt) + .endm + +#else + +asm( +" .irp num,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30\n" +" .equ __reg_num_x\\num, \\num\n" +" .endr\n" +" .equ __reg_num_xzr, 31\n" +"\n" +" .macro mrs_s, rt, sreg\n" +" .inst 0xd5300000|(\\sreg)|(__reg_num_\\rt)\n" +" .endm\n" +"\n" +" .macro msr_s, sreg, rt\n" +" .inst 0xd5100000|(\\sreg)|(__reg_num_\\rt)\n" +" .endm\n" +); + +#endif + +#endif /* __ASM_SYSREG_H */ --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/tlb.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/tlb.h @@ -23,6 +23,20 @@ #include +#include +#include + +#ifdef CONFIG_HAVE_RCU_TABLE_FREE + +#define tlb_remove_entry(tlb, entry) tlb_remove_table(tlb, entry) +static inline void __tlb_remove_table(void *_table) +{ + free_page_and_swap_cache((struct page *)_table); +} +#else +#define tlb_remove_entry(tlb, entry) tlb_remove_page(tlb, entry) +#endif /* CONFIG_HAVE_RCU_TABLE_FREE */ + /* * There's three ways the TLB shootdown code is used: * 1. Unmapping a range of vmas. See zap_page_range(), unmap_region(). @@ -88,7 +102,7 @@ { pgtable_page_dtor(pte); tlb_add_flush(tlb, addr); - tlb_remove_page(tlb, pte); + tlb_remove_entry(tlb, pte); } #ifndef CONFIG_ARM64_64K_PAGES @@ -96,7 +110,7 @@ unsigned long addr) { tlb_add_flush(tlb, addr); - tlb_remove_page(tlb, virt_to_page(pmdp)); + tlb_remove_entry(tlb, virt_to_page(pmdp)); } #endif --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/tlbflush.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/tlbflush.h @@ -122,6 +122,7 @@ for (addr = start; addr < end; addr += 1 << (PAGE_SHIFT - 12)) asm("tlbi vaae1is, %0" : : "r"(addr)); dsb(ish); + isb(); } /* @@ -131,8 +132,8 @@ unsigned long addr, pte_t *ptep) { /* - * set_pte() does not have a DSB, so make sure that the page table - * write is visible. + * set_pte() does not have a DSB for user mappings, so make sure that + * the page table write is visible. */ dsb(ishst); } --- linux-lts-utopic-3.16.0.orig/arch/arm64/include/asm/virt.h +++ linux-lts-utopic-3.16.0/arch/arm64/include/asm/virt.h @@ -50,6 +50,10 @@ return __boot_cpu_mode[0] != __boot_cpu_mode[1]; } +/* The section containing the hypervisor text */ +extern char __hyp_text_start[]; +extern char __hyp_text_end[]; + #endif /* __ASSEMBLY__ */ #endif /* ! __ASM__VIRT_H */ --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/Makefile +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/Makefile @@ -30,6 +30,8 @@ arm64-obj-$(CONFIG_KGDB) += kgdb.o arm64-obj-$(CONFIG_EFI) += efi.o efi-stub.o efi-entry.o +obj-$(CONFIG_PCI) += pcibios.o +obj-$(CONFIG_PCI_MSI) += msi_bitmap.o obj-y += $(arm64-obj-y) vdso/ obj-m += $(arm64-obj-m) head-y := head.o --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/asm-offsets.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/asm-offsets.c @@ -129,13 +129,24 @@ DEFINE(KVM_TIMER_ENABLED, offsetof(struct kvm, arch.timer.enabled)); DEFINE(VCPU_KVM, offsetof(struct kvm_vcpu, kvm)); DEFINE(VCPU_VGIC_CPU, offsetof(struct kvm_vcpu, arch.vgic_cpu)); - DEFINE(VGIC_CPU_HCR, offsetof(struct vgic_cpu, vgic_hcr)); - DEFINE(VGIC_CPU_VMCR, offsetof(struct vgic_cpu, vgic_vmcr)); - DEFINE(VGIC_CPU_MISR, offsetof(struct vgic_cpu, vgic_misr)); - DEFINE(VGIC_CPU_EISR, offsetof(struct vgic_cpu, vgic_eisr)); - DEFINE(VGIC_CPU_ELRSR, offsetof(struct vgic_cpu, vgic_elrsr)); - DEFINE(VGIC_CPU_APR, offsetof(struct vgic_cpu, vgic_apr)); - DEFINE(VGIC_CPU_LR, offsetof(struct vgic_cpu, vgic_lr)); + DEFINE(VGIC_SAVE_FN, offsetof(struct vgic_sr_vectors, save_vgic)); + DEFINE(VGIC_RESTORE_FN, offsetof(struct vgic_sr_vectors, restore_vgic)); + DEFINE(VGIC_SR_VECTOR_SZ, sizeof(struct vgic_sr_vectors)); + DEFINE(VGIC_V2_CPU_HCR, offsetof(struct vgic_cpu, vgic_v2.vgic_hcr)); + DEFINE(VGIC_V2_CPU_VMCR, offsetof(struct vgic_cpu, vgic_v2.vgic_vmcr)); + DEFINE(VGIC_V2_CPU_MISR, offsetof(struct vgic_cpu, vgic_v2.vgic_misr)); + DEFINE(VGIC_V2_CPU_EISR, offsetof(struct vgic_cpu, vgic_v2.vgic_eisr)); + DEFINE(VGIC_V2_CPU_ELRSR, offsetof(struct vgic_cpu, vgic_v2.vgic_elrsr)); + DEFINE(VGIC_V2_CPU_APR, offsetof(struct vgic_cpu, vgic_v2.vgic_apr)); + DEFINE(VGIC_V2_CPU_LR, offsetof(struct vgic_cpu, vgic_v2.vgic_lr)); + DEFINE(VGIC_V3_CPU_HCR, offsetof(struct vgic_cpu, vgic_v3.vgic_hcr)); + DEFINE(VGIC_V3_CPU_VMCR, offsetof(struct vgic_cpu, vgic_v3.vgic_vmcr)); + DEFINE(VGIC_V3_CPU_MISR, offsetof(struct vgic_cpu, vgic_v3.vgic_misr)); + DEFINE(VGIC_V3_CPU_EISR, offsetof(struct vgic_cpu, vgic_v3.vgic_eisr)); + DEFINE(VGIC_V3_CPU_ELRSR, offsetof(struct vgic_cpu, vgic_v3.vgic_elrsr)); + DEFINE(VGIC_V3_CPU_AP0R, offsetof(struct vgic_cpu, vgic_v3.vgic_ap0r)); + DEFINE(VGIC_V3_CPU_AP1R, offsetof(struct vgic_cpu, vgic_v3.vgic_ap1r)); + DEFINE(VGIC_V3_CPU_LR, offsetof(struct vgic_cpu, vgic_v3.vgic_lr)); DEFINE(VGIC_CPU_NR_LR, offsetof(struct vgic_cpu, nr_lr)); DEFINE(KVM_VTTBR, offsetof(struct kvm, arch.vttbr)); DEFINE(KVM_VGIC_VCTRL, offsetof(struct kvm, arch.vgic.vctrl_base)); --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/debug-monitors.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/debug-monitors.c @@ -315,20 +315,20 @@ { siginfo_t info; - if (call_break_hook(regs, esr) == DBG_HOOK_HANDLED) - return 0; + if (user_mode(regs)) { + info = (siginfo_t) { + .si_signo = SIGTRAP, + .si_errno = 0, + .si_code = TRAP_BRKPT, + .si_addr = (void __user *)instruction_pointer(regs), + }; - if (!user_mode(regs)) + force_sig_info(SIGTRAP, &info, current); + } else if (call_break_hook(regs, esr) != DBG_HOOK_HANDLED) { + pr_warning("Unexpected kernel BRK exception at EL1\n"); return -EFAULT; + } - info = (siginfo_t) { - .si_signo = SIGTRAP, - .si_errno = 0, - .si_code = TRAP_BRKPT, - .si_addr = (void __user *)instruction_pointer(regs), - }; - - force_sig_info(SIGTRAP, &info, current); return 0; } --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/efi-entry.S +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/efi-entry.S @@ -54,18 +54,17 @@ b.eq efi_load_fail /* - * efi_entry() will have relocated the kernel image if necessary - * and we return here with device tree address in x0 and the kernel - * entry point stored at *image_addr. Save those values in registers - * which are callee preserved. + * efi_entry() will have copied the kernel image if necessary and we + * return here with device tree address in x0 and the kernel entry + * point stored at *image_addr. Save those values in registers which + * are callee preserved. */ mov x20, x0 // DTB address ldr x0, [sp, #16] // relocated _text address mov x21, x0 /* - * Flush dcache covering current runtime addresses - * of kernel text/data. Then flush all of icache. + * Calculate size of the kernel Image (same for original and copy). */ adrp x1, _text add x1, x1, #:lo12:_text @@ -73,9 +72,24 @@ add x2, x2, #:lo12:_edata sub x1, x2, x1 + /* + * Flush the copied Image to the PoC, and ensure it is not shadowed by + * stale icache entries from before relocation. + */ bl __flush_dcache_area ic ialluis + /* + * Ensure that the rest of this function (in the original Image) is + * visible when the caches are disabled. The I-cache can't have stale + * entries for the VA range of the current image, so no maintenance is + * necessary. + */ + adr x0, efi_stub_entry + adr x1, efi_stub_entry_end + sub x1, x1, x0 + bl __flush_dcache_area + /* Turn off Dcache and MMU */ mrs x0, CurrentEL cmp x0, #CurrentEL_EL2 @@ -105,4 +119,5 @@ ldp x29, x30, [sp], #32 ret +efi_stub_entry_end: ENDPROC(efi_stub_entry) --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/efi.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/efi.c @@ -98,7 +98,7 @@ /* Show what we know for posterity */ c16 = early_memremap(efi.systab->fw_vendor, - sizeof(vendor)); + sizeof(vendor) * sizeof(efi_char16_t)); if (c16) { for (i = 0; i < (int) sizeof(vendor) - 1 && *c16; ++i) vendor[i] = c16[i]; @@ -113,7 +113,7 @@ if (retval == 0) set_bit(EFI_CONFIG_TABLES, &efi.flags); - early_memunmap(c16, sizeof(vendor)); + early_memunmap(c16, sizeof(vendor) * sizeof(efi_char16_t)); early_memunmap(efi.systab, sizeof(efi_system_table_t)); return retval; @@ -338,6 +338,7 @@ /* boot time idmap_pg_dir is incomplete, so fill in missing parts */ efi_setup_idmap(); + early_memunmap(memmap.map, memmap.map_end - memmap.map); } static int __init remap_region(efi_memory_desc_t *md, void **new) @@ -395,7 +396,6 @@ /* replace early memmap mapping with permanent mapping */ mapsize = memmap.map_end - memmap.map; - early_memunmap(memmap.map, mapsize); memmap.map = (__force void *)ioremap_cache((phys_addr_t)memmap.phys_map, mapsize); memmap.map_end = memmap.map + mapsize; @@ -464,6 +464,8 @@ set_bit(EFI_RUNTIME_SERVICES, &efi.flags); + efi.runtime_version = efi.systab->hdr.revision; + return 0; } early_initcall(arm64_enter_virtual_mode); --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/entry.S +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/entry.S @@ -298,7 +298,6 @@ mrs x0, far_el1 mov x2, sp // struct pt_regs bl do_debug_exception - enable_dbg kernel_exit 1 el1_inv: // TODO: add support for undefined instructions in kernel mode --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/fpsimd.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/fpsimd.c @@ -157,6 +157,7 @@ void fpsimd_flush_thread(void) { memset(¤t->thread.fpsimd_state, 0, sizeof(struct fpsimd_state)); + fpsimd_flush_task_state(current); set_thread_flag(TIF_FOREIGN_FPSTATE); } --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/head.S +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/head.S @@ -22,6 +22,7 @@ #include #include +#include #include #include @@ -295,6 +296,23 @@ msr cnthctl_el2, x0 msr cntvoff_el2, xzr // Clear virtual offset +#ifdef CONFIG_ARM_GIC_V3 + /* GICv3 system register access */ + mrs x0, id_aa64pfr0_el1 + ubfx x0, x0, #24, #4 + cmp x0, #1 + b.ne 3f + + mrs_s x0, ICC_SRE_EL2 + orr x0, x0, #ICC_SRE_EL2_SRE // Set ICC_SRE_EL2.SRE==1 + orr x0, x0, #ICC_SRE_EL2_ENABLE // Set ICC_SRE_EL2.Enable==1 + msr_s ICC_SRE_EL2, x0 + isb // Make sure SRE is now set + msr_s ICH_HCR_EL2, xzr // Reset ICC_HCR_EL2 to defaults + +3: +#endif + /* Populate ID registers. */ mrs x0, midr_el1 mrs x1, mpidr_el1 @@ -315,6 +333,11 @@ msr hstr_el2, xzr // Disable CP15 traps to EL2 #endif + /* EL2 debug */ + mrs x0, pmcr_el0 // Disable debug access traps + ubfx x0, x0, #11, #5 // to EL2 and allow access to + msr mdcr_el2, x0 // all PMU counters from EL1 + /* Stage-2 translation */ msr vttbr_el2, xzr @@ -599,6 +622,7 @@ */ mov x0, x25 add x1, x26, #SWAPPER_DIR_SIZE + dmb sy bl __inval_cache_range mov lr, x27 --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/hyp-stub.S +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/hyp-stub.S @@ -19,6 +19,7 @@ #include #include +#include #include #include --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/insn.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/insn.c @@ -156,9 +156,10 @@ * which ends with "dsb; isb" pair guaranteeing global * visibility. */ - atomic_set(&pp->cpu_count, -1); + /* Notify other processors with an additional increment. */ + atomic_inc(&pp->cpu_count); } else { - while (atomic_read(&pp->cpu_count) != -1) + while (atomic_read(&pp->cpu_count) <= num_online_cpus()) cpu_relax(); isb(); } --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/irq.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/irq.c @@ -97,19 +97,15 @@ if (irqd_is_per_cpu(d) || !cpumask_test_cpu(smp_processor_id(), affinity)) return false; - if (cpumask_any_and(affinity, cpu_online_mask) >= nr_cpu_ids) + if (cpumask_any_and(affinity, cpu_online_mask) >= nr_cpu_ids) { + affinity = cpu_online_mask; ret = true; + } - /* - * when using forced irq_set_affinity we must ensure that the cpu - * being offlined is not present in the affinity mask, it may be - * selected as the target CPU otherwise - */ - affinity = cpu_online_mask; c = irq_data_get_irq_chip(d); if (!c->irq_set_affinity) pr_debug("IRQ%u: unable to set affinity\n", d->irq); - else if (c->irq_set_affinity(d, affinity, true) == IRQ_SET_MASK_OK && ret) + else if (c->irq_set_affinity(d, affinity, false) == IRQ_SET_MASK_OK && ret) cpumask_copy(d->affinity, affinity); return ret; --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/module.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/module.c @@ -330,12 +330,14 @@ ovf = reloc_insn_imm(RELOC_OP_PREL, loc, val, 0, 21, AARCH64_INSN_IMM_ADR); break; +#ifndef CONFIG_ARM64_ERRATUM_843419 case R_AARCH64_ADR_PREL_PG_HI21_NC: overflow_check = false; case R_AARCH64_ADR_PREL_PG_HI21: ovf = reloc_insn_imm(RELOC_OP_PAGE, loc, val, 12, 21, AARCH64_INSN_IMM_ADR); break; +#endif case R_AARCH64_ADD_ABS_LO12_NC: case R_AARCH64_LDST8_ABS_LO12_NC: overflow_check = false; --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/msi_bitmap.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/msi_bitmap.c @@ -0,0 +1,134 @@ +/* + * Copyright 2006-2008, Michael Ellerman, IBM Corporation. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; version 2 of the + * License. + * + * Borrowed from powerpc arch + */ + +#include +#include +#include +#include +#include + +int msi_bitmap_alloc_hwirqs(struct msi_bitmap *bmp, int num) +{ + unsigned long flags; + int offset, order = get_count_order(num); + + spin_lock_irqsave(&bmp->lock, flags); + /* + * This is fast, but stricter than we need. We might want to add + * a fallback routine which does a linear search with no alignment. + */ + offset = bitmap_find_free_region(bmp->bitmap, bmp->irq_count, order); + spin_unlock_irqrestore(&bmp->lock, flags); + + pr_debug("msi_bitmap: allocated 0x%x (2^%d) at offset 0x%x\n", + num, order, offset); + + return offset; +} + +void msi_bitmap_free_hwirqs(struct msi_bitmap *bmp, unsigned int offset, + unsigned int num) +{ + unsigned long flags; + int order = get_count_order(num); + + pr_debug("msi_bitmap: freeing 0x%x (2^%d) at offset 0x%x\n", + num, order, offset); + + spin_lock_irqsave(&bmp->lock, flags); + bitmap_release_region(bmp->bitmap, offset, order); + spin_unlock_irqrestore(&bmp->lock, flags); +} + +void msi_bitmap_reserve_hwirq(struct msi_bitmap *bmp, unsigned int hwirq) +{ + unsigned long flags; + + pr_debug("msi_bitmap: reserving hwirq 0x%x\n", hwirq); + + spin_lock_irqsave(&bmp->lock, flags); + bitmap_allocate_region(bmp->bitmap, hwirq, 0); + spin_unlock_irqrestore(&bmp->lock, flags); +} + +/** + * msi_bitmap_reserve_dt_hwirqs - Reserve irqs specified in the device tree. + * @bmp: pointer to the MSI bitmap. + * + * Looks in the device tree to see if there is a property specifying which + * irqs can be used for MSI. If found those irqs reserved in the device tree + * are reserved in the bitmap. + * + * Returns 0 for success, < 0 if there was an error, and > 0 if no property + * was found in the device tree. + **/ +int msi_bitmap_reserve_dt_hwirqs(struct msi_bitmap *bmp) +{ + int i, j, len = 2; + u32 array[2]; + u32 *p = array; + int ret; + + if (!bmp->of_node) + return 1; + + ret = of_property_read_u32_array(bmp->of_node, + "msi-available-ranges", p, len); + if (ret) + return ret; + + bitmap_allocate_region(bmp->bitmap, 0, get_count_order(bmp->irq_count)); + + spin_lock(&bmp->lock); + + /* Format is: ( )+ */ + len /= 2 * sizeof(u32); + for (i = 0; i < len; i++, p += 2) { + for (j = 0; j < *(p + 1); j++) + bitmap_release_region(bmp->bitmap, *p + j, 0); + } + + spin_unlock(&bmp->lock); + + return 0; +} + +int msi_bitmap_alloc(struct msi_bitmap *bmp, unsigned int irq_count, + struct device_node *of_node) +{ + int size; + + if (!irq_count) + return -EINVAL; + + size = BITS_TO_LONGS(irq_count) * sizeof(long); + pr_debug("msi_bitmap: allocator bitmap size is 0x%x bytes\n", size); + + bmp->bitmap = kzalloc(size, GFP_KERNEL); + if (!bmp->bitmap) { + pr_debug("msi_bitmap: ENOMEM allocating allocator bitmap!\n"); + return -ENOMEM; + } + + /* We zalloc'ed the bitmap, so all irqs are free by default */ + spin_lock_init(&bmp->lock); + bmp->of_node = of_node_get(of_node); + bmp->irq_count = irq_count; + + return 0; +} + +void msi_bitmap_free(struct msi_bitmap *bmp) +{ + /* we can't free the bitmap we don't know if it's bootmem etc. */ + of_node_put(bmp->of_node); + bmp->bitmap = NULL; +} --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/pcibios.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/pcibios.c @@ -0,0 +1,687 @@ +/* + * Based on linux/arch/arm/kernel/bios32.c + * + * PCI bios-type initialisation for PCI machines + * + * Bits taken from various places. + */ +#include +#include +#include +#include +#include +#include +#include + +static int debug_pci; + +/* + * We can't use pci_find_device() here since we are + * called from interrupt context. + */ +static void pcibios_bus_report_status(struct pci_bus *bus, u_int status_mask, + int warn) +{ + struct pci_dev *dev; + + list_for_each_entry(dev, &bus->devices, bus_list) { + u16 status; + + /* + * ignore host bridge - we handle + * that separately + */ + if (dev->bus->number == 0 && dev->devfn == 0) + continue; + + pci_read_config_word(dev, PCI_STATUS, &status); + if (status == 0xffff) + continue; + + if ((status & status_mask) == 0) + continue; + + /* clear the status errors */ + pci_write_config_word(dev, PCI_STATUS, status & status_mask); + + if (warn) + printk("(%s: %04X) ", pci_name(dev), status); + } + + list_for_each_entry(dev, &bus->devices, bus_list) + if (dev->subordinate) + pcibios_bus_report_status(dev->subordinate, status_mask, warn); +} + +void pcibios_report_status(u_int status_mask, int warn) +{ + struct pci_bus *bus; + + list_for_each_entry(bus, &pci_root_buses, node) { + pcibios_bus_report_status(bus, status_mask, warn); + } +} + +/* + * We don't use this to fix the device, but initialisation of it. + * It's not the correct use for this, but it works. + * Note that the arbiter/ISA bridge appears to be buggy, specifically in + * the following area: + * 1. park on CPU + * 2. ISA bridge ping-pong + * 3. ISA bridge master handling of target RETRY + * + * Bug 3 is responsible for the sound DMA grinding to a halt. We now + * live with bug 2. + */ +static void pci_fixup_83c553(struct pci_dev *dev) +{ + /* + * Set memory region to start at address 0, and enable IO + */ + pci_write_config_dword(dev, PCI_BASE_ADDRESS_0, + PCI_BASE_ADDRESS_SPACE_MEMORY); + pci_write_config_word(dev, PCI_COMMAND, PCI_COMMAND_IO); + + dev->resource[0].end -= dev->resource[0].start; + dev->resource[0].start = 0; + + /* + * All memory requests from ISA to be channelled to PCI + */ + pci_write_config_byte(dev, 0x48, 0xff); + + /* + * Enable ping-pong on bus master to ISA bridge transactions. + * This improves the sound DMA substantially. The fixed + * priority arbiter also helps (see below). + */ + pci_write_config_byte(dev, 0x42, 0x01); + + /* + * Enable PCI retry + */ + pci_write_config_byte(dev, 0x40, 0x22); + + /* + * We used to set the arbiter to "park on last master" (bit + * 1 set), but unfortunately the CyberPro does not park the + * bus. We must therefore park on CPU. Unfortunately, this + * may trigger yet another bug in the 553. + */ + pci_write_config_byte(dev, 0x83, 0x02); + + /* + * Make the ISA DMA request lowest priority, and disable + * rotating priorities completely. + */ + pci_write_config_byte(dev, 0x80, 0x11); + pci_write_config_byte(dev, 0x81, 0x00); + + /* + * Route INTA input to IRQ 11, and set IRQ11 to be level + * sensitive. + */ + pci_write_config_word(dev, 0x44, 0xb000); + outb(0x08, 0x4d1); +} + +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_WINBOND, PCI_DEVICE_ID_WINBOND_83C553, + pci_fixup_83c553); + +static void pci_fixup_unassign(struct pci_dev *dev) +{ + dev->resource[0].end -= dev->resource[0].start; + dev->resource[0].start = 0; +} + +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_WINBOND2, PCI_DEVICE_ID_WINBOND2_89C940F, + pci_fixup_unassign); + +/* + * Prevent the PCI layer from seeing the resources allocated to this device + * if it is the host bridge by marking it as such. These resources are of + * no consequence to the PCI layer (they are handled elsewhere). + */ +static void pci_fixup_dec21285(struct pci_dev *dev) +{ + int i; + + if (dev->devfn == 0) { + dev->class &= 0xff; + dev->class |= PCI_CLASS_BRIDGE_HOST << 8; + for (i = 0; i < PCI_NUM_RESOURCES; i++) { + dev->resource[i].start = 0; + dev->resource[i].end = 0; + dev->resource[i].flags = 0; + } + } +} + +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_21285, + pci_fixup_dec21285); + +/* + * PCI IDE controllers use non-standard I/O port decoding, respect it. + */ +static void pci_fixup_ide_bases(struct pci_dev *dev) +{ + struct resource *r; + int i; + + if ((dev->class >> 8) != PCI_CLASS_STORAGE_IDE) + return; + + for (i = 0; i < PCI_NUM_RESOURCES; i++) { + r = dev->resource + i; + if ((r->start & ~0x80) == 0x374) { + r->start |= 2; + r->end = r->start; + } + } +} + +DECLARE_PCI_FIXUP_HEADER(PCI_ANY_ID, PCI_ANY_ID, pci_fixup_ide_bases); + +/* + * Put the DEC21142 to sleep + */ +static void pci_fixup_dec21142(struct pci_dev *dev) +{ + pci_write_config_dword(dev, 0x40, 0x80000000); +} + +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_21142, + pci_fixup_dec21142); + +/* + * The CY82C693 needs some rather major fixups to ensure that it does + * the right thing. Idea from the Alpha people, with a few additions. + * + * We ensure that the IDE base registers are set to 1f0/3f4 for the + * primary bus, and 170/374 for the secondary bus. Also, hide them + * from the PCI subsystem view as well so we won't try to perform + * our own auto-configuration on them. + * + * In addition, we ensure that the PCI IDE interrupts are routed to + * IRQ 14 and IRQ 15 respectively. + * + * The above gets us to a point where the IDE on this device is + * functional. However, The CY82C693U _does not work_ in bus + * master mode without locking the PCI bus solid. + */ +static void pci_fixup_cy82c693(struct pci_dev *dev) +{ + if ((dev->class >> 8) == PCI_CLASS_STORAGE_IDE) { + u32 base0, base1; + + if (dev->class & 0x80) { /* primary */ + base0 = 0x1f0; + base1 = 0x3f4; + } else { /* secondary */ + base0 = 0x170; + base1 = 0x374; + } + + pci_write_config_dword(dev, PCI_BASE_ADDRESS_0, + base0 | PCI_BASE_ADDRESS_SPACE_IO); + pci_write_config_dword(dev, PCI_BASE_ADDRESS_1, + base1 | PCI_BASE_ADDRESS_SPACE_IO); + + dev->resource[0].start = 0; + dev->resource[0].end = 0; + dev->resource[0].flags = 0; + + dev->resource[1].start = 0; + dev->resource[1].end = 0; + dev->resource[1].flags = 0; + } else if (PCI_FUNC(dev->devfn) == 0) { + /* + * Setup IDE IRQ routing. + */ + pci_write_config_byte(dev, 0x4b, 14); + pci_write_config_byte(dev, 0x4c, 15); + + /* + * Disable FREQACK handshake, enable USB. + */ + pci_write_config_byte(dev, 0x4d, 0x41); + + /* + * Enable PCI retry, and PCI post-write buffer. + */ + pci_write_config_byte(dev, 0x44, 0x17); + + /* + * Enable ISA master and DMA post write buffering. + */ + pci_write_config_byte(dev, 0x45, 0x03); + } +} + +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_CONTAQ, PCI_DEVICE_ID_CONTAQ_82C693, + pci_fixup_cy82c693); + +static void pci_fixup_it8152(struct pci_dev *dev) +{ + int i; + /* fixup for ITE 8152 devices */ + /* FIXME: add defines for class 0x68000 and 0x80103 */ + if ((dev->class >> 8) == PCI_CLASS_BRIDGE_HOST || + dev->class == 0x68000 || dev->class == 0x80103) { + for (i = 0; i < PCI_NUM_RESOURCES; i++) { + dev->resource[i].start = 0; + dev->resource[i].end = 0; + dev->resource[i].flags = 0; + } + } +} + +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ITE, PCI_DEVICE_ID_ITE_8152, + pci_fixup_it8152); + +/* + * If the bus contains any of these devices, then we must not turn on + * parity checking of any kind. Currently this is CyberPro 20x0 only. + */ +static inline int pdev_bad_for_parity(struct pci_dev *dev) +{ + return ((dev->vendor == PCI_VENDOR_ID_INTERG && + (dev->device == PCI_DEVICE_ID_INTERG_2000 || + dev->device == PCI_DEVICE_ID_INTERG_2010)) || + (dev->vendor == PCI_VENDOR_ID_ITE && + dev->device == PCI_DEVICE_ID_ITE_8152)); + +} + +/* + * pcibios_fixup_bus - Called after each bus is probed, + * but before its children are examined. + */ +void pcibios_fixup_bus(struct pci_bus *bus) +{ + struct pci_dev *dev; + u16 features = + PCI_COMMAND_SERR | PCI_COMMAND_PARITY | PCI_COMMAND_FAST_BACK; + + /* + * Walk the devices on this bus, working out what we can + * and can't support. + */ + list_for_each_entry(dev, &bus->devices, bus_list) { + u16 status; + + pci_read_config_word(dev, PCI_STATUS, &status); + + /* + * If any device on this bus does not support fast back + * to back transfers, then the bus as a whole is not able + * to support them. Having fast back to back transfers + * on saves us one PCI cycle per transaction. + */ + if (!(status & PCI_STATUS_FAST_BACK)) + features &= ~PCI_COMMAND_FAST_BACK; + + if (pdev_bad_for_parity(dev)) + features &= ~(PCI_COMMAND_SERR | PCI_COMMAND_PARITY); + + switch (dev->class >> 8) { + case PCI_CLASS_BRIDGE_PCI: + pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &status); + status |= + PCI_BRIDGE_CTL_PARITY | PCI_BRIDGE_CTL_MASTER_ABORT; + status &= + ~(PCI_BRIDGE_CTL_BUS_RESET | + PCI_BRIDGE_CTL_FAST_BACK); + pci_write_config_word(dev, PCI_BRIDGE_CONTROL, status); + break; + + case PCI_CLASS_BRIDGE_CARDBUS: + pci_read_config_word(dev, PCI_CB_BRIDGE_CONTROL, + &status); + status |= + PCI_CB_BRIDGE_CTL_PARITY | + PCI_CB_BRIDGE_CTL_MASTER_ABORT; + pci_write_config_word(dev, PCI_CB_BRIDGE_CONTROL, + status); + break; + } + } + + /* + * Now walk the devices again, this time setting them up. + */ + list_for_each_entry(dev, &bus->devices, bus_list) { + u16 cmd; + + pci_read_config_word(dev, PCI_COMMAND, &cmd); + cmd |= features; + pci_write_config_word(dev, PCI_COMMAND, cmd); + + pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, + L1_CACHE_BYTES >> 2); + } + + /* + * Propagate the flags to the PCI bridge. + */ + if (bus->self && bus->self->hdr_type == PCI_HEADER_TYPE_BRIDGE) { + if (features & PCI_COMMAND_FAST_BACK) + bus->bridge_ctl |= PCI_BRIDGE_CTL_FAST_BACK; + if (features & PCI_COMMAND_PARITY) + bus->bridge_ctl |= PCI_BRIDGE_CTL_PARITY; + } + + /* + * Report what we did for this bus + */ + printk(KERN_INFO "PCI: bus%d: Fast back to back transfers %sabled\n", + bus->number, (features & PCI_COMMAND_FAST_BACK) ? "en" : "dis"); +} +EXPORT_SYMBOL(pcibios_fixup_bus); + +void pcibios_add_bus(struct pci_bus *bus) +{ + struct pci_sys_data *sys = bus->sysdata; + if (sys->add_bus) + sys->add_bus(bus); +} + +void pcibios_remove_bus(struct pci_bus *bus) +{ + struct pci_sys_data *sys = bus->sysdata; + if (sys->remove_bus) + sys->remove_bus(bus); +} + +/* + * Swizzle the device pin each time we cross a bridge. If a platform does + * not provide a swizzle function, we perform the standard PCI swizzling. + * + * The default swizzling walks up the bus tree one level at a time, applying + * the standard swizzle function at each step, stopping when it finds the PCI + * root bus. This will return the slot number of the bridge device on the + * root bus and the interrupt pin on that device which should correspond + * with the downstream device interrupt. + * + * Platforms may override this, in which case the slot and pin returned + * depend entirely on the platform code. However, please note that the + * PCI standard swizzle is implemented on plug-in cards and Cardbus based + * PCI extenders, so it can not be ignored. + */ +static u8 pcibios_swizzle(struct pci_dev *dev, u8 *pin) +{ + struct pci_sys_data *sys = dev->sysdata; + int slot, oldpin = *pin; + + if (sys->swizzle) + slot = sys->swizzle(dev, pin); + else + slot = pci_common_swizzle(dev, pin); + + if (debug_pci) + printk("PCI: %s swizzling pin %d => pin %d slot %d\n", + pci_name(dev), oldpin, *pin, slot); + + return slot; +} + +/* + * Map a slot/pin to an IRQ. + */ +static int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) +{ + struct pci_sys_data *sys = dev->sysdata; + int irq = -1; + + if (sys->map_irq) + irq = sys->map_irq(dev, slot, pin); + + if (debug_pci) + printk("PCI: %s mapping slot %d pin %d => irq %d\n", + pci_name(dev), slot, pin, irq); + + return irq; +} + +static int pcibios_init_resources(int busnr, struct pci_sys_data *sys) +{ + int ret; + struct pci_host_bridge_window *window; + + if (list_empty(&sys->resources)) { + pci_add_resource_offset(&sys->resources, + &iomem_resource, sys->mem_offset); + } + + list_for_each_entry(window, &sys->resources, list) { + if (resource_type(window->res) == IORESOURCE_IO) + return 0; + } + + sys->io_res.start = (busnr * SZ_64K) ? : pcibios_min_io; + sys->io_res.end = (busnr + 1) * SZ_64K - 1; + sys->io_res.flags = IORESOURCE_IO; + sys->io_res.name = sys->io_res_name; + sprintf(sys->io_res_name, "PCI%d I/O", busnr); + + ret = request_resource(&ioport_resource, &sys->io_res); + if (ret) { + pr_err("PCI: unable to allocate I/O port region (%d)\n", ret); + return ret; + } + pci_add_resource_offset(&sys->resources, &sys->io_res, sys->io_offset); + + return 0; +} + +static void pcibios_init_hw(struct device *parent, struct hw_pci *hw, + struct list_head *head) +{ + struct pci_sys_data *sys = NULL; + int ret; + int nr, busnr; + + for (nr = busnr = 0; nr < hw->nr_controllers; nr++) { + sys = kzalloc(sizeof(struct pci_sys_data), GFP_KERNEL); + if (!sys) + panic("PCI: unable to allocate sys data!"); + +#ifdef CONFIG_PCI_DOMAINS + sys->domain = hw->domain; +#endif + sys->busnr = busnr; + sys->swizzle = hw->swizzle; + sys->map_irq = hw->map_irq; + sys->align_resource = hw->align_resource; + sys->add_bus = hw->add_bus; + sys->remove_bus = hw->remove_bus; + INIT_LIST_HEAD(&sys->resources); + + if (hw->private_data) + sys->private_data = hw->private_data[nr]; + + ret = hw->setup(nr, sys); + + if (ret > 0) { + ret = pcibios_init_resources(nr, sys); + if (ret) { + kfree(sys); + break; + } + + if (hw->scan) + sys->bus = hw->scan(nr, sys); + else + sys->bus = pci_scan_root_bus(parent, sys->busnr, + hw->ops, sys, + &sys->resources); + + if (!sys->bus) + panic("PCI: unable to scan bus!"); + + busnr = sys->bus->busn_res.end + 1; + + list_add(&sys->node, head); + } else { + kfree(sys); + if (ret < 0) + break; + } + } +} + +void pci_common_init_dev(struct device *parent, struct hw_pci *hw) +{ + struct pci_sys_data *sys; + LIST_HEAD(head); + + pci_add_flags(PCI_REASSIGN_ALL_RSRC); + if (hw->preinit) + hw->preinit(); + pcibios_init_hw(parent, hw, &head); + if (hw->postinit) + hw->postinit(); + + pci_fixup_irqs(pcibios_swizzle, pcibios_map_irq); + + list_for_each_entry(sys, &head, node) { + struct pci_bus *bus = sys->bus; + + if (!pci_has_flag(PCI_PROBE_ONLY)) { + /* + * Size the bridge windows. + */ + pci_bus_size_bridges(bus); + + /* + * Assign resources. + */ + pci_bus_assign_resources(bus); + } + + /* + * Tell drivers about devices found. + */ + pci_bus_add_devices(bus); + } +} + +#ifndef CONFIG_PCI_HOST_ITE8152 +void pcibios_set_master(struct pci_dev *dev) +{ + /* No special bus mastering setup handling */ +} +#endif + +char *__init pcibios_setup(char *str) +{ + if (!strcmp(str, "debug")) { + debug_pci = 1; + return NULL; + } else if (!strcmp(str, "firmware")) { + pci_add_flags(PCI_PROBE_ONLY); + return NULL; + } + return str; +} + +/* + * From arch/i386/kernel/pci-i386.c: + * + * We need to avoid collisions with `mirrored' VGA ports + * and other strange ISA hardware, so we always want the + * addresses to be allocated in the 0x000-0x0ff region + * modulo 0x400. + * + * Why? Because some silly external IO cards only decode + * the low 10 bits of the IO address. The 0x00-0xff region + * is reserved for motherboard devices that decode all 16 + * bits, so it's ok to allocate at, say, 0x2800-0x28ff, + * but we want to try to avoid allocating at 0x2900-0x2bff + * which might be mirrored at 0x0100-0x03ff.. + */ +resource_size_t pcibios_align_resource(void *data, const struct resource *res, + resource_size_t size, + resource_size_t align) +{ + struct pci_dev *dev = data; + struct pci_sys_data *sys = dev->sysdata; + resource_size_t start = res->start; + + if (res->flags & IORESOURCE_IO && start & 0x300) + start = (start + 0x3ff) & ~0x3ff; + + start = (start + align - 1) & ~(align - 1); + + if (sys->align_resource) + return sys->align_resource(dev, res, start, size, align); + + return start; +} + +/** + * pcibios_enable_device - Enable I/O and memory. + * @dev: PCI device to be enabled + */ +int pcibios_enable_device(struct pci_dev *dev, int mask) +{ + u16 cmd, old_cmd; + int idx; + struct resource *r; + + pci_read_config_word(dev, PCI_COMMAND, &cmd); + old_cmd = cmd; + for (idx = 0; idx < 6; idx++) { + /* Only set up the requested stuff */ + if (!(mask & (1 << idx))) + continue; + + r = dev->resource + idx; + if (!r->start && r->end) { + printk(KERN_ERR "PCI: Device %s not available because" + " of resource collisions\n", pci_name(dev)); + return -EINVAL; + } + if (r->flags & IORESOURCE_IO) + cmd |= PCI_COMMAND_IO; + if (r->flags & IORESOURCE_MEM) + cmd |= PCI_COMMAND_MEMORY; + } + + /* + * Bridges (eg, cardbus bridges) need to be fully enabled + */ + if ((dev->class >> 16) == PCI_BASE_CLASS_BRIDGE) + cmd |= PCI_COMMAND_IO | PCI_COMMAND_MEMORY; + + if (cmd != old_cmd) { + printk("PCI: enabling device %s (%04x -> %04x)\n", + pci_name(dev), old_cmd, cmd); + pci_write_config_word(dev, PCI_COMMAND, cmd); + } + return 0; +} + +int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, + enum pci_mmap_state mmap_state, int write_combine) +{ + struct pci_sys_data *root = dev->sysdata; + unsigned long phys; + + if (mmap_state == pci_mmap_io) + return -EINVAL; + else + phys = vma->vm_pgoff + (root->mem_offset >> PAGE_SHIFT); + + /* + * Mark this as IO + */ + vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); + + if (remap_pfn_range(vma, vma->vm_start, phys, + vma->vm_end - vma->vm_start, vma->vm_page_prot)) + return -EAGAIN; + + return 0; +} --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/perf_event.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/perf_event.c @@ -1215,9 +1215,6 @@ /* Initialize & Reset PMNC: C and P bits. */ armv8pmu_pmcr_write(ARMV8_PMCR_P | ARMV8_PMCR_C); - - /* Disable access from userspace. */ - asm volatile("msr pmuserenr_el0, %0" :: "r" (0)); } static int armv8_pmuv3_map_event(struct perf_event *event) --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/process.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/process.c @@ -224,9 +224,27 @@ { } +static void tls_thread_flush(void) +{ + asm ("msr tpidr_el0, xzr"); + + if (is_compat_task()) { + current->thread.tp_value = 0; + + /* + * We need to ensure ordering between the shadow state and the + * hardware state, so that we don't corrupt the hardware state + * with a stale shadow state during context switch. + */ + barrier(); + asm ("msr tpidrro_el0, xzr"); + } +} + void flush_thread(void) { fpsimd_flush_thread(); + tls_thread_flush(); flush_ptrace_hw_breakpoint(current); } --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/ptrace.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/ptrace.c @@ -55,6 +55,12 @@ */ void ptrace_disable(struct task_struct *child) { + /* + * This would be better off in core code, but PTRACE_DETACH has + * grown its fair share of arch-specific worts and changing it + * is likely to cause regressions on obscure architectures. + */ + user_disable_single_step(child); } #ifdef CONFIG_HAVE_HW_BREAKPOINT @@ -85,7 +91,8 @@ break; } } - for (i = ARM_MAX_BRP; i < ARM_MAX_HBP_SLOTS && !bp; ++i) { + + for (i = 0; i < ARM_MAX_WRP; ++i) { if (current->thread.debug.hbp_watch[i] == bp) { info.si_errno = -((i << 1) + 1); break; --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/setup.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/setup.c @@ -43,6 +43,7 @@ #include #include #include +#include #include #include @@ -71,13 +72,13 @@ COMPAT_HWCAP_FAST_MULT|COMPAT_HWCAP_EDSP|\ COMPAT_HWCAP_TLS|COMPAT_HWCAP_VFP|\ COMPAT_HWCAP_VFPv3|COMPAT_HWCAP_VFPv4|\ - COMPAT_HWCAP_NEON|COMPAT_HWCAP_IDIV) + COMPAT_HWCAP_NEON|COMPAT_HWCAP_IDIV|\ + COMPAT_HWCAP_LPAE) unsigned int compat_elf_hwcap __read_mostly = COMPAT_ELF_HWCAP_DEFAULT; unsigned int compat_elf_hwcap2 __read_mostly; #endif static const char *cpu_name; -static const char *machine_name; phys_addr_t __fdt_pointer __initdata; /* @@ -197,6 +198,19 @@ } #endif +struct cpuinfo_arm64 { + struct cpu cpu; + u32 reg_midr; +}; + +static DEFINE_PER_CPU(struct cpuinfo_arm64, cpu_data); + +void cpuinfo_store_cpu(void) +{ + struct cpuinfo_arm64 *info = this_cpu_ptr(&cpu_data); + info->reg_midr = read_cpuid_id(); +} + static void __init setup_processor(void) { struct cpu_info *cpu_info; @@ -219,6 +233,8 @@ sprintf(init_utsname()->machine, ELF_PLATFORM); elf_hwcap = 0; + cpuinfo_store_cpu(); + /* * Check for sane CTR_EL0.CWG value. */ @@ -307,8 +323,6 @@ while (true) cpu_relax(); } - - machine_name = of_flat_dt_get_machine_name(); } /* @@ -389,6 +403,7 @@ request_standard_resources(); efi_idmap_init(); + early_ioremap_reset(); unflatten_device_tree(); @@ -417,14 +432,12 @@ } arch_initcall_sync(arm64_device_init); -static DEFINE_PER_CPU(struct cpu, cpu_data); - static int __init topology_init(void) { int i; for_each_possible_cpu(i) { - struct cpu *cpu = &per_cpu(cpu_data, i); + struct cpu *cpu = &per_cpu(cpu_data.cpu, i); cpu->hotpluggable = 1; register_cpu(cpu, i); } @@ -445,14 +458,41 @@ NULL }; +#ifdef CONFIG_COMPAT +static const char *compat_hwcap_str[] = { + "swp", + "half", + "thumb", + "26bit", + "fastmult", + "fpa", + "vfp", + "edsp", + "java", + "iwmmxt", + "crunch", + "thumbee", + "neon", + "vfpv3", + "vfpv3d16", + "tls", + "vfpv4", + "idiva", + "idivt", + "vfpd32", + "lpae", + "evtstrm" +}; +#endif /* CONFIG_COMPAT */ + static int c_show(struct seq_file *m, void *v) { - int i; - - seq_printf(m, "Processor\t: %s rev %d (%s)\n", - cpu_name, read_cpuid_id() & 15, ELF_PLATFORM); + int i, j; for_each_online_cpu(i) { + struct cpuinfo_arm64 *cpuinfo = &per_cpu(cpu_data, i); + u32 midr = cpuinfo->reg_midr; + /* * glibc reads /proc/cpuinfo to determine the number of * online processors, looking for lines beginning with @@ -461,24 +501,37 @@ #ifdef CONFIG_SMP seq_printf(m, "processor\t: %d\n", i); #endif - } - - /* dump out the processor features */ - seq_puts(m, "Features\t: "); - for (i = 0; hwcap_str[i]; i++) - if (elf_hwcap & (1 << i)) - seq_printf(m, "%s ", hwcap_str[i]); - - seq_printf(m, "\nCPU implementer\t: 0x%02x\n", read_cpuid_id() >> 24); - seq_printf(m, "CPU architecture: AArch64\n"); - seq_printf(m, "CPU variant\t: 0x%x\n", (read_cpuid_id() >> 20) & 15); - seq_printf(m, "CPU part\t: 0x%03x\n", (read_cpuid_id() >> 4) & 0xfff); - seq_printf(m, "CPU revision\t: %d\n", read_cpuid_id() & 15); + seq_printf(m, "BogoMIPS\t: %lu.%02lu\n", + loops_per_jiffy / (500000UL/HZ), + loops_per_jiffy / (5000UL/HZ) % 100); - seq_puts(m, "\n"); + /* + * Dump out the common processor features in a single line. + * Userspace should read the hwcaps with getauxval(AT_HWCAP) + * rather than attempting to parse this, but there's a body of + * software which does already (at least for 32-bit). + */ + seq_puts(m, "Features\t:"); + if (personality(current->personality) == PER_LINUX32) { +#ifdef CONFIG_COMPAT + for (j = 0; compat_hwcap_str[j]; j++) + if (compat_elf_hwcap & (1 << j)) + seq_printf(m, " %s", compat_hwcap_str[j]); +#endif /* CONFIG_COMPAT */ + } else { + for (j = 0; hwcap_str[j]; j++) + if (elf_hwcap & (1 << j)) + seq_printf(m, " %s", hwcap_str[j]); + } + seq_puts(m, "\n"); - seq_printf(m, "Hardware\t: %s\n", machine_name); + seq_printf(m, "CPU implementer\t: 0x%02x\n", (midr >> 24)); + seq_printf(m, "CPU architecture: 8\n"); + seq_printf(m, "CPU variant\t: 0x%x\n", ((midr >> 20) & 0xf)); + seq_printf(m, "CPU part\t: 0x%03x\n", ((midr >> 4) & 0xfff)); + seq_printf(m, "CPU revision\t: %d\n\n", (midr & 0xf)); + } return 0; } --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/signal32.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/signal32.c @@ -154,8 +154,7 @@ case __SI_TIMER: err |= __put_user(from->si_tid, &to->si_tid); err |= __put_user(from->si_overrun, &to->si_overrun); - err |= __put_user((compat_uptr_t)(unsigned long)from->si_ptr, - &to->si_ptr); + err |= __put_user(from->si_int, &to->si_int); break; case __SI_POLL: err |= __put_user(from->si_band, &to->si_band); @@ -169,7 +168,8 @@ * Other callers might not initialize the si_lsb field, * so check explicitely for the right codes here. */ - if (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO) + if (from->si_signo == SIGBUS && + (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO)) err |= __put_user(from->si_addr_lsb, &to->si_addr_lsb); #endif break; @@ -184,7 +184,7 @@ case __SI_MESGQ: /* But this is */ err |= __put_user(from->si_pid, &to->si_pid); err |= __put_user(from->si_uid, &to->si_uid); - err |= __put_user((compat_uptr_t)(unsigned long)from->si_ptr, &to->si_ptr); + err |= __put_user(from->si_int, &to->si_int); break; default: /* this is just in case for now ... */ err |= __put_user(from->si_pid, &to->si_pid); @@ -196,8 +196,6 @@ int copy_siginfo_from_user32(siginfo_t *to, compat_siginfo_t __user *from) { - memset(to, 0, sizeof *to); - if (copy_from_user(to, from, __ARCH_SI_PREAMBLE_SIZE) || copy_from_user(to->_sifields._pad, from->_sifields._pad, SI_PAD_SIZE)) @@ -208,14 +206,32 @@ /* * VFP save/restore code. + * + * We have to be careful with endianness, since the fpsimd context-switch + * code operates on 128-bit (Q) register values whereas the compat ABI + * uses an array of 64-bit (D) registers. Consequently, we need to swap + * the two halves of each Q register when running on a big-endian CPU. */ +union __fpsimd_vreg { + __uint128_t raw; + struct { +#ifdef __AARCH64EB__ + u64 hi; + u64 lo; +#else + u64 lo; + u64 hi; +#endif + }; +}; + static int compat_preserve_vfp_context(struct compat_vfp_sigframe __user *frame) { struct fpsimd_state *fpsimd = ¤t->thread.fpsimd_state; compat_ulong_t magic = VFP_MAGIC; compat_ulong_t size = VFP_STORAGE_SIZE; compat_ulong_t fpscr, fpexc; - int err = 0; + int i, err = 0; /* * Save the hardware registers to the fpsimd_state structure. @@ -231,10 +247,15 @@ /* * Now copy the FP registers. Since the registers are packed, * we can copy the prefix we want (V0-V15) as it is. - * FIXME: Won't work if big endian. */ - err |= __copy_to_user(&frame->ufp.fpregs, fpsimd->vregs, - sizeof(frame->ufp.fpregs)); + for (i = 0; i < ARRAY_SIZE(frame->ufp.fpregs); i += 2) { + union __fpsimd_vreg vreg = { + .raw = fpsimd->vregs[i >> 1], + }; + + __put_user_error(vreg.lo, &frame->ufp.fpregs[i], err); + __put_user_error(vreg.hi, &frame->ufp.fpregs[i + 1], err); + } /* Create an AArch32 fpscr from the fpsr and the fpcr. */ fpscr = (fpsimd->fpsr & VFP_FPSCR_STAT_MASK) | @@ -259,7 +280,7 @@ compat_ulong_t magic = VFP_MAGIC; compat_ulong_t size = VFP_STORAGE_SIZE; compat_ulong_t fpscr; - int err = 0; + int i, err = 0; __get_user_error(magic, &frame->magic, err); __get_user_error(size, &frame->size, err); @@ -269,12 +290,14 @@ if (magic != VFP_MAGIC || size != VFP_STORAGE_SIZE) return -EINVAL; - /* - * Copy the FP registers into the start of the fpsimd_state. - * FIXME: Won't work if big endian. - */ - err |= __copy_from_user(fpsimd.vregs, frame->ufp.fpregs, - sizeof(frame->ufp.fpregs)); + /* Copy the FP registers into the start of the fpsimd_state. */ + for (i = 0; i < ARRAY_SIZE(frame->ufp.fpregs); i += 2) { + union __fpsimd_vreg vreg; + + __get_user_error(vreg.lo, &frame->ufp.fpregs[i], err); + __get_user_error(vreg.hi, &frame->ufp.fpregs[i + 1], err); + fpsimd.vregs[i >> 1] = vreg.raw; + } /* Extract the fpsr and the fpcr from the fpscr */ __get_user_error(fpscr, &frame->ufp.fpscr, err); --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/sleep.S +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/sleep.S @@ -49,28 +49,39 @@ orr \dst, \dst, \mask // dst|=(aff3>>rs3) .endm /* - * Save CPU state for a suspend. This saves callee registers, and allocates - * space on the kernel stack to save the CPU specific registers + some - * other data for resume. + * Save CPU state for a suspend and execute the suspend finisher. + * On success it will return 0 through cpu_resume - ie through a CPU + * soft/hard reboot from the reset vector. + * On failure it returns the suspend finisher return value or force + * -EOPNOTSUPP if the finisher erroneously returns 0 (the suspend finisher + * is not allowed to return, if it does this must be considered failure). + * It saves callee registers, and allocates space on the kernel stack + * to save the CPU specific registers + some other data for resume. * * x0 = suspend finisher argument + * x1 = suspend finisher function pointer */ -ENTRY(__cpu_suspend) +ENTRY(__cpu_suspend_enter) stp x29, lr, [sp, #-96]! stp x19, x20, [sp,#16] stp x21, x22, [sp,#32] stp x23, x24, [sp,#48] stp x25, x26, [sp,#64] stp x27, x28, [sp,#80] + /* + * Stash suspend finisher and its argument in x20 and x19 + */ + mov x19, x0 + mov x20, x1 mov x2, sp sub sp, sp, #CPU_SUSPEND_SZ // allocate cpu_suspend_ctx - mov x1, sp + mov x0, sp /* - * x1 now points to struct cpu_suspend_ctx allocated on the stack + * x0 now points to struct cpu_suspend_ctx allocated on the stack */ - str x2, [x1, #CPU_CTX_SP] - ldr x2, =sleep_save_sp - ldr x2, [x2, #SLEEP_SAVE_SP_VIRT] + str x2, [x0, #CPU_CTX_SP] + ldr x1, =sleep_save_sp + ldr x1, [x1, #SLEEP_SAVE_SP_VIRT] #ifdef CONFIG_SMP mrs x7, mpidr_el1 ldr x9, =mpidr_hash @@ -82,11 +93,21 @@ ldp w3, w4, [x9, #MPIDR_HASH_SHIFTS] ldp w5, w6, [x9, #(MPIDR_HASH_SHIFTS + 8)] compute_mpidr_hash x8, x3, x4, x5, x6, x7, x10 - add x2, x2, x8, lsl #3 + add x1, x1, x8, lsl #3 #endif - bl __cpu_suspend_finisher + bl __cpu_suspend_save + /* + * Grab suspend finisher in x20 and its argument in x19 + */ + mov x0, x19 + mov x1, x20 + /* + * We are ready for power down, fire off the suspend finisher + * in x1, with argument in x0 + */ + blr x1 /* - * Never gets here, unless suspend fails. + * Never gets here, unless suspend finisher fails. * Successful cpu_suspend should return from cpu_resume, returning * through this code path is considered an error * If the return value is set to 0 force x0 = -EOPNOTSUPP @@ -103,7 +124,7 @@ ldp x27, x28, [sp, #80] ldp x29, lr, [sp], #96 ret -ENDPROC(__cpu_suspend) +ENDPROC(__cpu_suspend_enter) .ltorg /* @@ -126,14 +147,12 @@ ret ENDPROC(cpu_resume_after_mmu) - .data ENTRY(cpu_resume) bl el2_setup // if in EL2 drop to EL1 cleanly #ifdef CONFIG_SMP mrs x1, mpidr_el1 - adr x4, mpidr_hash_ptr - ldr x5, [x4] - add x8, x4, x5 // x8 = struct mpidr_hash phys address + adrp x8, mpidr_hash + add x8, x8, #:lo12:mpidr_hash // x8 = struct mpidr_hash phys address /* retrieve mpidr_hash members to compute the hash */ ldr x2, [x8, #MPIDR_HASH_MASK] ldp w3, w4, [x8, #MPIDR_HASH_SHIFTS] @@ -143,14 +162,15 @@ #else mov x7, xzr #endif - adr x0, sleep_save_sp + adrp x0, sleep_save_sp + add x0, x0, #:lo12:sleep_save_sp ldr x0, [x0, #SLEEP_SAVE_SP_PHYS] ldr x0, [x0, x7, lsl #3] /* load sp from context */ ldr x2, [x0, #CPU_CTX_SP] - adr x1, sleep_idmap_phys + adrp x1, sleep_idmap_phys /* load physical address of identity map page table in x1 */ - ldr x1, [x1] + ldr x1, [x1, #:lo12:sleep_idmap_phys] mov sp, x2 /* * cpu_do_resume expects x0 to contain context physical address @@ -159,26 +179,3 @@ bl cpu_do_resume // PC relative jump, MMU off b cpu_resume_mmu // Resume MMU, never returns ENDPROC(cpu_resume) - - .align 3 -mpidr_hash_ptr: - /* - * offset of mpidr_hash symbol from current location - * used to obtain run-time mpidr_hash address with MMU off - */ - .quad mpidr_hash - . -/* - * physical address of identity mapped page tables - */ - .type sleep_idmap_phys, #object -ENTRY(sleep_idmap_phys) - .quad 0 -/* - * struct sleep_save_sp { - * phys_addr_t *save_ptr_stash; - * phys_addr_t save_ptr_stash_phys; - * }; - */ - .type sleep_save_sp, #object -ENTRY(sleep_save_sp) - .space SLEEP_SAVE_SP_SZ // struct sleep_save_sp --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/smp.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/smp.c @@ -155,6 +155,11 @@ cpu_ops[cpu]->cpu_postboot(); /* + * Log the CPU info before it is marked online and might get read. + */ + cpuinfo_store_cpu(); + + /* * Enable GIC and timers. */ notify_cpu_starting(cpu); --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/stacktrace.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/stacktrace.c @@ -48,11 +48,7 @@ frame->sp = fp + 0x10; frame->fp = *(unsigned long *)(fp); - /* - * -4 here because we care about the PC at time of bl, - * not where the return will go. - */ - frame->pc = *(unsigned long *)(fp + 8) - 4; + frame->pc = *(unsigned long *)(fp + 8); return 0; } --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/suspend.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/suspend.c @@ -1,3 +1,4 @@ +#include #include #include #include @@ -5,26 +6,24 @@ #include #include #include +#include #include #include #include -extern int __cpu_suspend(unsigned long); +extern int __cpu_suspend_enter(unsigned long arg, int (*fn)(unsigned long)); /* - * This is called by __cpu_suspend() to save the state, and do whatever + * This is called by __cpu_suspend_enter() to save the state, and do whatever * flushing is required to ensure that when the CPU goes to sleep we have * the necessary data available when the caches are not searched. * - * @arg: Argument to pass to suspend operations - * @ptr: CPU context virtual address - * @save_ptr: address of the location where the context physical address - * must be saved + * ptr: CPU context virtual address + * save_ptr: address of the location where the context physical address + * must be saved */ -int __cpu_suspend_finisher(unsigned long arg, struct cpu_suspend_ctx *ptr, - phys_addr_t *save_ptr) +void notrace __cpu_suspend_save(struct cpu_suspend_ctx *ptr, + phys_addr_t *save_ptr) { - int cpu = smp_processor_id(); - *save_ptr = virt_to_phys(ptr); cpu_do_suspend(ptr); @@ -35,8 +34,6 @@ */ __flush_dcache_area(ptr, sizeof(*ptr)); __flush_dcache_area(save_ptr, sizeof(*save_ptr)); - - return cpu_ops[cpu]->cpu_suspend(arg); } /* @@ -56,15 +53,15 @@ } /** - * cpu_suspend + * cpu_suspend() - function to enter a low-power state + * @arg: argument to pass to CPU suspend operations * - * @arg: argument to pass to the finisher function + * Return: 0 on success, -EOPNOTSUPP if CPU suspend hook not initialized, CPU + * operations back-end error code otherwise. */ int cpu_suspend(unsigned long arg) { - struct mm_struct *mm = current->active_mm; - int ret, cpu = smp_processor_id(); - unsigned long flags; + int cpu = smp_processor_id(); /* * If cpu_ops have not been registered or suspend @@ -72,6 +69,21 @@ */ if (!cpu_ops[cpu] || !cpu_ops[cpu]->cpu_suspend) return -EOPNOTSUPP; + return cpu_ops[cpu]->cpu_suspend(arg); +} + +/* + * __cpu_suspend + * + * arg: argument to pass to the finisher function + * fn: finisher function pointer + * + */ +int __cpu_suspend(unsigned long arg, int (*fn)(unsigned long)) +{ + struct mm_struct *mm = current->active_mm; + int ret; + unsigned long flags; /* * From this point debug exceptions are disabled to prevent @@ -81,21 +93,39 @@ local_dbg_save(flags); /* + * Function graph tracer state gets incosistent when the kernel + * calls functions that never return (aka suspend finishers) hence + * disable graph tracing during their execution. + */ + pause_graph_tracing(); + + /* * mm context saved on the stack, it will be restored when * the cpu comes out of reset through the identity mapped * page tables, so that the thread address space is properly * set-up on function return. */ - ret = __cpu_suspend(arg); + ret = __cpu_suspend_enter(arg, fn); if (ret == 0) { - cpu_switch_mm(mm->pgd, mm); + /* + * We are resuming from reset with TTBR0_EL1 set to the + * idmap to enable the MMU; restore the active_mm mappings in + * TTBR0_EL1 unless the active_mm == &init_mm, in which case + * the thread entered __cpu_suspend with TTBR0_EL1 set to + * reserved TTBR0 page tables and should be restored as such. + */ + if (mm == &init_mm) + cpu_set_reserved_ttbr0(); + else + cpu_switch_mm(mm->pgd, mm); + flush_tlb_all(); /* * Restore per-cpu offset before any kernel * subsystem relying on it has a chance to run. */ - set_my_cpu_offset(per_cpu_offset(cpu)); + set_my_cpu_offset(per_cpu_offset(smp_processor_id())); /* * Restore HW breakpoint registers to sane values @@ -106,6 +136,8 @@ hw_breakpoint_restore(NULL); } + unpause_graph_tracing(); + /* * Restore pstate flags. OS lock and mdscr have been already * restored, so from this point onwards, debugging is fully @@ -116,10 +148,10 @@ return ret; } -extern struct sleep_save_sp sleep_save_sp; -extern phys_addr_t sleep_idmap_phys; +struct sleep_save_sp sleep_save_sp; +phys_addr_t sleep_idmap_phys; -static int cpu_suspend_init(void) +static int __init cpu_suspend_init(void) { void *ctx_ptr; --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/sys_compat.c +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/sys_compat.c @@ -79,6 +79,12 @@ case __ARM_NR_compat_set_tls: current->thread.tp_value = regs->regs[0]; + + /* + * Protect against register corruption from context switch. + * See comment in tls_thread_flush. + */ + barrier(); asm ("msr tpidrro_el0, %0" : : "r" (regs->regs[0])); return 0; --- linux-lts-utopic-3.16.0.orig/arch/arm64/kernel/vdso/Makefile +++ linux-lts-utopic-3.16.0/arch/arm64/kernel/vdso/Makefile @@ -15,6 +15,10 @@ ccflags-y += -nostdlib -Wl,-soname=linux-vdso.so.1 \ $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) +# Workaround for bare-metal (ELF) toolchains that neglect to pass -shared +# down to collect2, resulting in silent corruption of the vDSO image. +ccflags-y += -Wl,-shared + obj-y += vdso.o extra-y += vdso.lds vdso-offsets.h CPPFLAGS_vdso.lds += -P -C -U$(ARCH) @@ -43,7 +47,7 @@ $(call if_changed,vdsosym) # Assembly rules for the .S files -$(obj-vdso): %.o: %.S +$(obj-vdso): %.o: %.S FORCE $(call if_changed_dep,vdsoas) # Actual build commands --- linux-lts-utopic-3.16.0.orig/arch/arm64/kvm/Makefile +++ linux-lts-utopic-3.16.0/arch/arm64/kvm/Makefile @@ -20,4 +20,8 @@ kvm-$(CONFIG_KVM_ARM_HOST) += guest.o reset.o sys_regs.o sys_regs_generic_v8.o kvm-$(CONFIG_KVM_ARM_VGIC) += $(KVM)/arm/vgic.o +kvm-$(CONFIG_KVM_ARM_VGIC) += $(KVM)/arm/vgic-v2.o +kvm-$(CONFIG_KVM_ARM_VGIC) += vgic-v2-switch.o +kvm-$(CONFIG_KVM_ARM_VGIC) += $(KVM)/arm/vgic-v3.o +kvm-$(CONFIG_KVM_ARM_VGIC) += vgic-v3-switch.o kvm-$(CONFIG_KVM_ARM_TIMER) += $(KVM)/arm/arch_timer.o --- linux-lts-utopic-3.16.0.orig/arch/arm64/kvm/guest.c +++ linux-lts-utopic-3.16.0/arch/arm64/kvm/guest.c @@ -38,7 +38,6 @@ int kvm_arch_vcpu_setup(struct kvm_vcpu *vcpu) { - vcpu->arch.hcr_el2 = HCR_GUEST_FLAGS; return 0; } --- linux-lts-utopic-3.16.0.orig/arch/arm64/kvm/handle_exit.c +++ linux-lts-utopic-3.16.0/arch/arm64/kvm/handle_exit.c @@ -66,6 +66,8 @@ else kvm_vcpu_block(vcpu); + kvm_skip_instr(vcpu, kvm_vcpu_trap_il_is32bit(vcpu)); + return 1; } --- linux-lts-utopic-3.16.0.orig/arch/arm64/kvm/hyp-init.S +++ linux-lts-utopic-3.16.0/arch/arm64/kvm/hyp-init.S @@ -80,6 +80,10 @@ msr mair_el2, x4 isb + /* Invalidate the stale TLBs from Bootloader */ + tlbi alle2 + dsb sy + mrs x4, sctlr_el2 and x4, x4, #SCTLR_EL2_EE // preserve endianness of EL2 ldr x5, =SCTLR_EL2_FLAGS --- linux-lts-utopic-3.16.0.orig/arch/arm64/kvm/hyp.S +++ linux-lts-utopic-3.16.0/arch/arm64/kvm/hyp.S @@ -16,7 +16,6 @@ */ #include -#include #include #include @@ -36,9 +35,6 @@ .pushsection .hyp.text, "ax" .align PAGE_SHIFT -__kvm_hyp_code_start: - .globl __kvm_hyp_code_start - .macro save_common_regs // x2: base address for cpu context // x3: tmp register @@ -339,11 +335,8 @@ .endm .macro activate_traps - ldr x2, [x0, #VCPU_IRQ_LINES] - ldr x1, [x0, #VCPU_HCR_EL2] - orr x2, x2, x1 - msr hcr_el2, x2 - + ldr x2, [x0, #VCPU_HCR_EL2] + msr hcr_el2, x2 ldr x2, =(CPTR_EL2_TTA) msr cptr_el2, x2 @@ -379,100 +372,33 @@ .endm /* - * Save the VGIC CPU state into memory - * x0: Register pointing to VCPU struct - * Do not corrupt x1!!! + * Call into the vgic backend for state saving */ .macro save_vgic_state - /* Get VGIC VCTRL base into x2 */ - ldr x2, [x0, #VCPU_KVM] - kern_hyp_va x2 - ldr x2, [x2, #KVM_VGIC_VCTRL] - kern_hyp_va x2 - cbz x2, 2f // disabled - - /* Compute the address of struct vgic_cpu */ - add x3, x0, #VCPU_VGIC_CPU - - /* Save all interesting registers */ - ldr w4, [x2, #GICH_HCR] - ldr w5, [x2, #GICH_VMCR] - ldr w6, [x2, #GICH_MISR] - ldr w7, [x2, #GICH_EISR0] - ldr w8, [x2, #GICH_EISR1] - ldr w9, [x2, #GICH_ELRSR0] - ldr w10, [x2, #GICH_ELRSR1] - ldr w11, [x2, #GICH_APR] -CPU_BE( rev w4, w4 ) -CPU_BE( rev w5, w5 ) -CPU_BE( rev w6, w6 ) -CPU_BE( rev w7, w7 ) -CPU_BE( rev w8, w8 ) -CPU_BE( rev w9, w9 ) -CPU_BE( rev w10, w10 ) -CPU_BE( rev w11, w11 ) - - str w4, [x3, #VGIC_CPU_HCR] - str w5, [x3, #VGIC_CPU_VMCR] - str w6, [x3, #VGIC_CPU_MISR] - str w7, [x3, #VGIC_CPU_EISR] - str w8, [x3, #(VGIC_CPU_EISR + 4)] - str w9, [x3, #VGIC_CPU_ELRSR] - str w10, [x3, #(VGIC_CPU_ELRSR + 4)] - str w11, [x3, #VGIC_CPU_APR] - - /* Clear GICH_HCR */ - str wzr, [x2, #GICH_HCR] - - /* Save list registers */ - add x2, x2, #GICH_LR0 - ldr w4, [x3, #VGIC_CPU_NR_LR] - add x3, x3, #VGIC_CPU_LR -1: ldr w5, [x2], #4 -CPU_BE( rev w5, w5 ) - str w5, [x3], #4 - sub w4, w4, #1 - cbnz w4, 1b -2: + adr x24, __vgic_sr_vectors + ldr x24, [x24, VGIC_SAVE_FN] + kern_hyp_va x24 + blr x24 + mrs x24, hcr_el2 + mov x25, #HCR_INT_OVERRIDE + neg x25, x25 + and x24, x24, x25 + msr hcr_el2, x24 .endm /* - * Restore the VGIC CPU state from memory - * x0: Register pointing to VCPU struct + * Call into the vgic backend for state restoring */ .macro restore_vgic_state - /* Get VGIC VCTRL base into x2 */ - ldr x2, [x0, #VCPU_KVM] - kern_hyp_va x2 - ldr x2, [x2, #KVM_VGIC_VCTRL] - kern_hyp_va x2 - cbz x2, 2f // disabled - - /* Compute the address of struct vgic_cpu */ - add x3, x0, #VCPU_VGIC_CPU - - /* We only restore a minimal set of registers */ - ldr w4, [x3, #VGIC_CPU_HCR] - ldr w5, [x3, #VGIC_CPU_VMCR] - ldr w6, [x3, #VGIC_CPU_APR] -CPU_BE( rev w4, w4 ) -CPU_BE( rev w5, w5 ) -CPU_BE( rev w6, w6 ) - - str w4, [x2, #GICH_HCR] - str w5, [x2, #GICH_VMCR] - str w6, [x2, #GICH_APR] - - /* Restore list registers */ - add x2, x2, #GICH_LR0 - ldr w4, [x3, #VGIC_CPU_NR_LR] - add x3, x3, #VGIC_CPU_LR -1: ldr w5, [x3], #4 -CPU_BE( rev w5, w5 ) - str w5, [x2], #4 - sub w4, w4, #1 - cbnz w4, 1b -2: + mrs x24, hcr_el2 + ldr x25, [x0, #VCPU_IRQ_LINES] + orr x24, x24, #HCR_INT_OVERRIDE + orr x24, x24, x25 + msr hcr_el2, x24 + adr x24, __vgic_sr_vectors + ldr x24, [x24, #VGIC_RESTORE_FN] + kern_hyp_va x24 + blr x24 .endm .macro save_timer_state @@ -485,8 +411,6 @@ mrs x3, cntv_ctl_el0 and x3, x3, #3 str w3, [x0, #VCPU_TIMER_CNTV_CTL] - bic x3, x3, #1 // Clear Enable - msr cntv_ctl_el0, x3 isb @@ -494,6 +418,9 @@ str x3, [x0, #VCPU_TIMER_CNTV_CVAL] 1: + // Disable the virtual timer + msr cntv_ctl_el0, xzr + // Allow physical timer/counter access for the host mrs x2, cnthctl_el2 orr x2, x2, #3 @@ -629,6 +556,7 @@ * Instead, we invalidate Stage-2 for this IPA, and the * whole of Stage-1. Weep... */ + lsr x1, x1, #12 tlbi ipas2e1is, x1 /* * We have to ensure completion of the invalidation at Stage-2, @@ -653,6 +581,12 @@ ret ENDPROC(__kvm_flush_vm_context) + // struct vgic_sr_vectors __vgi_sr_vectors; + .align 3 +ENTRY(__vgic_sr_vectors) + .skip VGIC_SR_VECTOR_SZ +ENDPROC(__vgic_sr_vectors) + __kvm_hyp_panic: // Guess the context by looking at VTTBR: // If zero, then we're already a host. @@ -830,7 +764,7 @@ mrs x2, far_el2 2: mrs x0, tpidr_el2 - str x1, [x0, #VCPU_ESR_EL2] + str w1, [x0, #VCPU_ESR_EL2] str x2, [x0, #VCPU_FAR_EL2] str x3, [x0, #VCPU_HPFAR_EL2] @@ -880,7 +814,4 @@ ventry el1_error_invalid // Error 32-bit EL1 ENDPROC(__kvm_hyp_vector) -__kvm_hyp_code_end: - .globl __kvm_hyp_code_end - .popsection --- linux-lts-utopic-3.16.0.orig/arch/arm64/kvm/inject_fault.c +++ linux-lts-utopic-3.16.0/arch/arm64/kvm/inject_fault.c @@ -48,7 +48,7 @@ /* Note: These now point to the banked copies */ *vcpu_spsr(vcpu) = new_spsr_value; - *vcpu_reg(vcpu, 14) = *vcpu_pc(vcpu) + return_offset; + *vcpu_reg32(vcpu, 14) = *vcpu_pc(vcpu) + return_offset; /* Branch to exception vector */ if (sctlr & (1 << 13)) @@ -168,8 +168,8 @@ { if (!(vcpu->arch.hcr_el2 & HCR_RW)) inject_abt32(vcpu, false, addr); - - inject_abt64(vcpu, false, addr); + else + inject_abt64(vcpu, false, addr); } /** @@ -184,8 +184,8 @@ { if (!(vcpu->arch.hcr_el2 & HCR_RW)) inject_abt32(vcpu, true, addr); - - inject_abt64(vcpu, true, addr); + else + inject_abt64(vcpu, true, addr); } /** @@ -198,6 +198,6 @@ { if (!(vcpu->arch.hcr_el2 & HCR_RW)) inject_undef32(vcpu); - - inject_undef64(vcpu); + else + inject_undef64(vcpu); } --- linux-lts-utopic-3.16.0.orig/arch/arm64/kvm/reset.c +++ linux-lts-utopic-3.16.0/arch/arm64/kvm/reset.c @@ -90,7 +90,6 @@ if (!cpu_has_32bit_el1()) return -EINVAL; cpu_reset = &default_regs_reset32; - vcpu->arch.hcr_el2 &= ~HCR_RW; } else { cpu_reset = &default_regs_reset; } --- linux-lts-utopic-3.16.0.orig/arch/arm64/kvm/sys_regs.c +++ linux-lts-utopic-3.16.0/arch/arm64/kvm/sys_regs.c @@ -836,7 +836,7 @@ u32 level, ctype; if (val >= CSSELR_MAX) - return -ENOENT; + return false; /* Bottom bit is Instruction or Data bit. Next 3 bits are level. */ level = (val >> 1); @@ -962,7 +962,7 @@ static int write_demux_regids(u64 __user *uindices) { - u64 val = KVM_REG_ARM | KVM_REG_SIZE_U32 | KVM_REG_ARM_DEMUX; + u64 val = KVM_REG_ARM64 | KVM_REG_SIZE_U32 | KVM_REG_ARM_DEMUX; unsigned int i; val |= KVM_REG_ARM_DEMUX_ID_CCSIDR; --- linux-lts-utopic-3.16.0.orig/arch/arm64/kvm/vgic-v2-switch.S +++ linux-lts-utopic-3.16.0/arch/arm64/kvm/vgic-v2-switch.S @@ -0,0 +1,133 @@ +/* + * Copyright (C) 2012,2013 - ARM Ltd + * Author: Marc Zyngier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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, see . + */ + +#include +#include + +#include +#include +#include +#include +#include +#include +#include + + .text + .pushsection .hyp.text, "ax" + +/* + * Save the VGIC CPU state into memory + * x0: Register pointing to VCPU struct + * Do not corrupt x1!!! + */ +ENTRY(__save_vgic_v2_state) +__save_vgic_v2_state: + /* Get VGIC VCTRL base into x2 */ + ldr x2, [x0, #VCPU_KVM] + kern_hyp_va x2 + ldr x2, [x2, #KVM_VGIC_VCTRL] + kern_hyp_va x2 + cbz x2, 2f // disabled + + /* Compute the address of struct vgic_cpu */ + add x3, x0, #VCPU_VGIC_CPU + + /* Save all interesting registers */ + ldr w4, [x2, #GICH_HCR] + ldr w5, [x2, #GICH_VMCR] + ldr w6, [x2, #GICH_MISR] + ldr w7, [x2, #GICH_EISR0] + ldr w8, [x2, #GICH_EISR1] + ldr w9, [x2, #GICH_ELRSR0] + ldr w10, [x2, #GICH_ELRSR1] + ldr w11, [x2, #GICH_APR] +CPU_BE( rev w4, w4 ) +CPU_BE( rev w5, w5 ) +CPU_BE( rev w6, w6 ) +CPU_BE( rev w7, w7 ) +CPU_BE( rev w8, w8 ) +CPU_BE( rev w9, w9 ) +CPU_BE( rev w10, w10 ) +CPU_BE( rev w11, w11 ) + + str w4, [x3, #VGIC_V2_CPU_HCR] + str w5, [x3, #VGIC_V2_CPU_VMCR] + str w6, [x3, #VGIC_V2_CPU_MISR] + str w7, [x3, #VGIC_V2_CPU_EISR] + str w8, [x3, #(VGIC_V2_CPU_EISR + 4)] + str w9, [x3, #VGIC_V2_CPU_ELRSR] + str w10, [x3, #(VGIC_V2_CPU_ELRSR + 4)] + str w11, [x3, #VGIC_V2_CPU_APR] + + /* Clear GICH_HCR */ + str wzr, [x2, #GICH_HCR] + + /* Save list registers */ + add x2, x2, #GICH_LR0 + ldr w4, [x3, #VGIC_CPU_NR_LR] + add x3, x3, #VGIC_V2_CPU_LR +1: ldr w5, [x2], #4 +CPU_BE( rev w5, w5 ) + str w5, [x3], #4 + sub w4, w4, #1 + cbnz w4, 1b +2: + ret +ENDPROC(__save_vgic_v2_state) + +/* + * Restore the VGIC CPU state from memory + * x0: Register pointing to VCPU struct + */ +ENTRY(__restore_vgic_v2_state) +__restore_vgic_v2_state: + /* Get VGIC VCTRL base into x2 */ + ldr x2, [x0, #VCPU_KVM] + kern_hyp_va x2 + ldr x2, [x2, #KVM_VGIC_VCTRL] + kern_hyp_va x2 + cbz x2, 2f // disabled + + /* Compute the address of struct vgic_cpu */ + add x3, x0, #VCPU_VGIC_CPU + + /* We only restore a minimal set of registers */ + ldr w4, [x3, #VGIC_V2_CPU_HCR] + ldr w5, [x3, #VGIC_V2_CPU_VMCR] + ldr w6, [x3, #VGIC_V2_CPU_APR] +CPU_BE( rev w4, w4 ) +CPU_BE( rev w5, w5 ) +CPU_BE( rev w6, w6 ) + + str w4, [x2, #GICH_HCR] + str w5, [x2, #GICH_VMCR] + str w6, [x2, #GICH_APR] + + /* Restore list registers */ + add x2, x2, #GICH_LR0 + ldr w4, [x3, #VGIC_CPU_NR_LR] + add x3, x3, #VGIC_V2_CPU_LR +1: ldr w5, [x3], #4 +CPU_BE( rev w5, w5 ) + str w5, [x2], #4 + sub w4, w4, #1 + cbnz w4, 1b +2: + ret +ENDPROC(__restore_vgic_v2_state) + + .popsection --- linux-lts-utopic-3.16.0.orig/arch/arm64/kvm/vgic-v3-switch.S +++ linux-lts-utopic-3.16.0/arch/arm64/kvm/vgic-v3-switch.S @@ -0,0 +1,267 @@ +/* + * Copyright (C) 2012,2013 - ARM Ltd + * Author: Marc Zyngier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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, see . + */ + +#include +#include + +#include +#include +#include +#include +#include +#include + + .text + .pushsection .hyp.text, "ax" + +/* + * We store LRs in reverse order to let the CPU deal with streaming + * access. Use this macro to make it look saner... + */ +#define LR_OFFSET(n) (VGIC_V3_CPU_LR + (15 - n) * 8) + +/* + * Save the VGIC CPU state into memory + * x0: Register pointing to VCPU struct + * Do not corrupt x1!!! + */ +.macro save_vgic_v3_state + // Compute the address of struct vgic_cpu + add x3, x0, #VCPU_VGIC_CPU + + // Make sure stores to the GIC via the memory mapped interface + // are now visible to the system register interface + dsb st + + // Save all interesting registers + mrs_s x4, ICH_HCR_EL2 + mrs_s x5, ICH_VMCR_EL2 + mrs_s x6, ICH_MISR_EL2 + mrs_s x7, ICH_EISR_EL2 + mrs_s x8, ICH_ELSR_EL2 + + str w4, [x3, #VGIC_V3_CPU_HCR] + str w5, [x3, #VGIC_V3_CPU_VMCR] + str w6, [x3, #VGIC_V3_CPU_MISR] + str w7, [x3, #VGIC_V3_CPU_EISR] + str w8, [x3, #VGIC_V3_CPU_ELRSR] + + msr_s ICH_HCR_EL2, xzr + + mrs_s x21, ICH_VTR_EL2 + mvn w22, w21 + ubfiz w23, w22, 2, 4 // w23 = (15 - ListRegs) * 4 + + adr x24, 1f + add x24, x24, x23 + br x24 + +1: + mrs_s x20, ICH_LR15_EL2 + mrs_s x19, ICH_LR14_EL2 + mrs_s x18, ICH_LR13_EL2 + mrs_s x17, ICH_LR12_EL2 + mrs_s x16, ICH_LR11_EL2 + mrs_s x15, ICH_LR10_EL2 + mrs_s x14, ICH_LR9_EL2 + mrs_s x13, ICH_LR8_EL2 + mrs_s x12, ICH_LR7_EL2 + mrs_s x11, ICH_LR6_EL2 + mrs_s x10, ICH_LR5_EL2 + mrs_s x9, ICH_LR4_EL2 + mrs_s x8, ICH_LR3_EL2 + mrs_s x7, ICH_LR2_EL2 + mrs_s x6, ICH_LR1_EL2 + mrs_s x5, ICH_LR0_EL2 + + adr x24, 1f + add x24, x24, x23 + br x24 + +1: + str x20, [x3, #LR_OFFSET(15)] + str x19, [x3, #LR_OFFSET(14)] + str x18, [x3, #LR_OFFSET(13)] + str x17, [x3, #LR_OFFSET(12)] + str x16, [x3, #LR_OFFSET(11)] + str x15, [x3, #LR_OFFSET(10)] + str x14, [x3, #LR_OFFSET(9)] + str x13, [x3, #LR_OFFSET(8)] + str x12, [x3, #LR_OFFSET(7)] + str x11, [x3, #LR_OFFSET(6)] + str x10, [x3, #LR_OFFSET(5)] + str x9, [x3, #LR_OFFSET(4)] + str x8, [x3, #LR_OFFSET(3)] + str x7, [x3, #LR_OFFSET(2)] + str x6, [x3, #LR_OFFSET(1)] + str x5, [x3, #LR_OFFSET(0)] + + tbnz w21, #29, 6f // 6 bits + tbz w21, #30, 5f // 5 bits + // 7 bits + mrs_s x20, ICH_AP0R3_EL2 + str w20, [x3, #(VGIC_V3_CPU_AP0R + 3*4)] + mrs_s x19, ICH_AP0R2_EL2 + str w19, [x3, #(VGIC_V3_CPU_AP0R + 2*4)] +6: mrs_s x18, ICH_AP0R1_EL2 + str w18, [x3, #(VGIC_V3_CPU_AP0R + 1*4)] +5: mrs_s x17, ICH_AP0R0_EL2 + str w17, [x3, #VGIC_V3_CPU_AP0R] + + tbnz w21, #29, 6f // 6 bits + tbz w21, #30, 5f // 5 bits + // 7 bits + mrs_s x20, ICH_AP1R3_EL2 + str w20, [x3, #(VGIC_V3_CPU_AP1R + 3*4)] + mrs_s x19, ICH_AP1R2_EL2 + str w19, [x3, #(VGIC_V3_CPU_AP1R + 2*4)] +6: mrs_s x18, ICH_AP1R1_EL2 + str w18, [x3, #(VGIC_V3_CPU_AP1R + 1*4)] +5: mrs_s x17, ICH_AP1R0_EL2 + str w17, [x3, #VGIC_V3_CPU_AP1R] + + // Restore SRE_EL1 access and re-enable SRE at EL1. + mrs_s x5, ICC_SRE_EL2 + orr x5, x5, #ICC_SRE_EL2_ENABLE + msr_s ICC_SRE_EL2, x5 + isb + mov x5, #1 + msr_s ICC_SRE_EL1, x5 +.endm + +/* + * Restore the VGIC CPU state from memory + * x0: Register pointing to VCPU struct + */ +.macro restore_vgic_v3_state + // Disable SRE_EL1 access. Necessary, otherwise + // ICH_VMCR_EL2.VFIQEn becomes one, and FIQ happens... + msr_s ICC_SRE_EL1, xzr + isb + + // Compute the address of struct vgic_cpu + add x3, x0, #VCPU_VGIC_CPU + + // Restore all interesting registers + ldr w4, [x3, #VGIC_V3_CPU_HCR] + ldr w5, [x3, #VGIC_V3_CPU_VMCR] + + msr_s ICH_HCR_EL2, x4 + msr_s ICH_VMCR_EL2, x5 + + mrs_s x21, ICH_VTR_EL2 + + tbnz w21, #29, 6f // 6 bits + tbz w21, #30, 5f // 5 bits + // 7 bits + ldr w20, [x3, #(VGIC_V3_CPU_AP1R + 3*4)] + msr_s ICH_AP1R3_EL2, x20 + ldr w19, [x3, #(VGIC_V3_CPU_AP1R + 2*4)] + msr_s ICH_AP1R2_EL2, x19 +6: ldr w18, [x3, #(VGIC_V3_CPU_AP1R + 1*4)] + msr_s ICH_AP1R1_EL2, x18 +5: ldr w17, [x3, #VGIC_V3_CPU_AP1R] + msr_s ICH_AP1R0_EL2, x17 + + tbnz w21, #29, 6f // 6 bits + tbz w21, #30, 5f // 5 bits + // 7 bits + ldr w20, [x3, #(VGIC_V3_CPU_AP0R + 3*4)] + msr_s ICH_AP0R3_EL2, x20 + ldr w19, [x3, #(VGIC_V3_CPU_AP0R + 2*4)] + msr_s ICH_AP0R2_EL2, x19 +6: ldr w18, [x3, #(VGIC_V3_CPU_AP0R + 1*4)] + msr_s ICH_AP0R1_EL2, x18 +5: ldr w17, [x3, #VGIC_V3_CPU_AP0R] + msr_s ICH_AP0R0_EL2, x17 + + and w22, w21, #0xf + mvn w22, w21 + ubfiz w23, w22, 2, 4 // w23 = (15 - ListRegs) * 4 + + adr x24, 1f + add x24, x24, x23 + br x24 + +1: + ldr x20, [x3, #LR_OFFSET(15)] + ldr x19, [x3, #LR_OFFSET(14)] + ldr x18, [x3, #LR_OFFSET(13)] + ldr x17, [x3, #LR_OFFSET(12)] + ldr x16, [x3, #LR_OFFSET(11)] + ldr x15, [x3, #LR_OFFSET(10)] + ldr x14, [x3, #LR_OFFSET(9)] + ldr x13, [x3, #LR_OFFSET(8)] + ldr x12, [x3, #LR_OFFSET(7)] + ldr x11, [x3, #LR_OFFSET(6)] + ldr x10, [x3, #LR_OFFSET(5)] + ldr x9, [x3, #LR_OFFSET(4)] + ldr x8, [x3, #LR_OFFSET(3)] + ldr x7, [x3, #LR_OFFSET(2)] + ldr x6, [x3, #LR_OFFSET(1)] + ldr x5, [x3, #LR_OFFSET(0)] + + adr x24, 1f + add x24, x24, x23 + br x24 + +1: + msr_s ICH_LR15_EL2, x20 + msr_s ICH_LR14_EL2, x19 + msr_s ICH_LR13_EL2, x18 + msr_s ICH_LR12_EL2, x17 + msr_s ICH_LR11_EL2, x16 + msr_s ICH_LR10_EL2, x15 + msr_s ICH_LR9_EL2, x14 + msr_s ICH_LR8_EL2, x13 + msr_s ICH_LR7_EL2, x12 + msr_s ICH_LR6_EL2, x11 + msr_s ICH_LR5_EL2, x10 + msr_s ICH_LR4_EL2, x9 + msr_s ICH_LR3_EL2, x8 + msr_s ICH_LR2_EL2, x7 + msr_s ICH_LR1_EL2, x6 + msr_s ICH_LR0_EL2, x5 + + // Ensure that the above will have reached the + // (re)distributors. This ensure the guest will read + // the correct values from the memory-mapped interface. + isb + dsb sy + + // Prevent the guest from touching the GIC system registers + mrs_s x5, ICC_SRE_EL2 + and x5, x5, #~ICC_SRE_EL2_ENABLE + msr_s ICC_SRE_EL2, x5 +.endm + +ENTRY(__save_vgic_v3_state) + save_vgic_v3_state + ret +ENDPROC(__save_vgic_v3_state) + +ENTRY(__restore_vgic_v3_state) + restore_vgic_v3_state + ret +ENDPROC(__restore_vgic_v3_state) + +ENTRY(__vgic_v3_get_ich_vtr_el2) + mrs_s x0, ICH_VTR_EL2 + ret +ENDPROC(__vgic_v3_get_ich_vtr_el2) + + .popsection --- linux-lts-utopic-3.16.0.orig/arch/arm64/lib/clear_user.S +++ linux-lts-utopic-3.16.0/arch/arm64/lib/clear_user.S @@ -46,7 +46,7 @@ sub x1, x1, #2 4: adds x1, x1, #1 b.mi 5f - strb wzr, [x0] +USER(9f, strb wzr, [x0] ) 5: mov x0, #0 ret ENDPROC(__clear_user) --- linux-lts-utopic-3.16.0.orig/arch/arm64/lib/copy_from_user.S +++ linux-lts-utopic-3.16.0/arch/arm64/lib/copy_from_user.S @@ -15,7 +15,6 @@ */ #include -#include /* * Copy from user space to a kernel buffer (alignment handled by the hardware) @@ -28,39 +27,63 @@ * x0 - bytes not copied */ ENTRY(__copy_from_user) - add x4, x1, x2 // upper user buffer boundary - subs x2, x2, #8 - b.mi 2f -1: -USER(9f, ldr x3, [x1], #8 ) - subs x2, x2, #8 - str x3, [x0], #8 - b.pl 1b -2: adds x2, x2, #4 - b.mi 3f -USER(9f, ldr w3, [x1], #4 ) - sub x2, x2, #4 - str w3, [x0], #4 -3: adds x2, x2, #2 - b.mi 4f -USER(9f, ldrh w3, [x1], #2 ) - sub x2, x2, #2 - strh w3, [x0], #2 -4: adds x2, x2, #1 - b.mi 5f -USER(9f, ldrb w3, [x1] ) - strb w3, [x0] -5: mov x0, #0 - ret +#include "copy_template.S" ENDPROC(__copy_from_user) .section .fixup,"ax" - .align 2 -9: sub x2, x4, x1 - mov x3, x2 -10: strb wzr, [x0], #1 // zero remaining buffer space - subs x3, x3, #1 - b.ne 10b - mov x0, x2 // bytes not copied + .align 2 +8: + /* + * Count bytes remain + * dst points to (dst + tmp1) + */ + mov x0, count + sub dst, dst, tmp1 + b .Lfinalize +9: + /* + * 16 bytes remain + * dst is accurate + */ + mov x0, #16 + b .Lfinalize +10: + /* + * count is accurate + * dst is accurate + */ + mov x0, count + b .Lfinalize +11: + /* + *(count + tmp2) bytes remain + * dst points to the start of the remaining bytes + */ + add x0, count, tmp2 + b .Lfinalize +12: + /* + * (count + 128) bytes remain + * dst is accurate + */ + add x0, count, #128 + b .Lfinalize +13: + /* + * (count + 128) bytes remain + * dst is pre-biased to (dst + 16) + */ + add x0, count, #128 + add dst, dst, #16 +.Lfinalize: + /* + * Zeroize remaining destination-buffer + */ + mov count, x0 +20: + /* Zero remaining buffer space */ + strb wzr, [dst], #1 + subs count, count, #1 + b.ne 20b ret .previous --- linux-lts-utopic-3.16.0.orig/arch/arm64/lib/copy_template.S +++ linux-lts-utopic-3.16.0/arch/arm64/lib/copy_template.S @@ -0,0 +1,212 @@ +/* + * Copyright (c) 2013, Applied Micro Circuits Corporation + * Copyright (c) 2012-2013, Linaro Limited + * + * Author: Feng Kan + * Author: Philipp Tomsich + * + * The code is adopted from the memcpy routine by Linaro Limited. + * + * This file is free software: you may copy, redistribute and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation, either version 2 of the License, or (at your + * option) any later version. + * + * This file 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, see . + * + * This file incorporates work covered by the following copyright and + * permission notice: + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * 1 Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2 Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3 Neither the name of the Linaro nor the + * names of its contributors may be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ +#include + +dstin .req x0 +src .req x1 +count .req x2 +tmp1 .req x3 +tmp1w .req w3 +tmp2 .req x4 +tmp2w .req w4 +tmp3 .req x5 +tmp3w .req w5 +dst .req x6 + +A_l .req x7 +A_h .req x8 +B_l .req x9 +B_h .req x10 +C_l .req x11 +C_h .req x12 +D_l .req x13 +D_h .req x14 + + mov dst, dstin + cmp count, #64 + b.ge .Lcpy_not_short + cmp count, #15 + b.le .Ltail15tiny + + /* + * Deal with small copies quickly by dropping straight into the + * exit block. + */ +.Ltail63: + /* + * Copy up to 48 bytes of data. At this point we only need the + * bottom 6 bits of count to be accurate. + */ + ands tmp1, count, #0x30 + b.eq .Ltail15 + add dst, dst, tmp1 + add src, src, tmp1 + cmp tmp1w, #0x20 + b.eq 1f + b.lt 2f + USER(8f, ldp A_l, A_h, [src, #-48]) + USER(8f, stp A_l, A_h, [dst, #-48]) +1: + USER(8f, ldp A_l, A_h, [src, #-32]) + USER(8f, stp A_l, A_h, [dst, #-32]) +2: + USER(8f, ldp A_l, A_h, [src, #-16]) + USER(8f, stp A_l, A_h, [dst, #-16]) + +.Ltail15: + ands count, count, #15 + beq 1f + add src, src, count + USER(9f, ldp A_l, A_h, [src, #-16]) + add dst, dst, count + USER(9f, stp A_l, A_h, [dst, #-16]) +1: + b .Lsuccess + +.Ltail15tiny: + /* + * Copy up to 15 bytes of data. Does not assume additional data + * being copied. + */ + tbz count, #3, 1f + USER(10f, ldr tmp1, [src], #8) + USER(10f, str tmp1, [dst], #8) +1: + tbz count, #2, 1f + USER(10f, ldr tmp1w, [src], #4) + USER(10f, str tmp1w, [dst], #4) +1: + tbz count, #1, 1f + USER(10f, ldrh tmp1w, [src], #2) + USER(10f, strh tmp1w, [dst], #2) +1: + tbz count, #0, 1f + USER(10f, ldrb tmp1w, [src]) + USER(10f, strb tmp1w, [dst]) +1: + b .Lsuccess + +.Lcpy_not_short: + /* + * We don't much care about the alignment of DST, but we want SRC + * to be 128-bit (16 byte) aligned so that we don't cross cache line + * boundaries on both loads and stores. + */ + neg tmp2, src + ands tmp2, tmp2, #15 /* Bytes to reach alignment. */ + b.eq 2f + sub count, count, tmp2 + /* + * Copy more data than needed; it's faster than jumping + * around copying sub-Quadword quantities. We know that + * it can't overrun. + */ + USER(11f, ldp A_l, A_h, [src]) + add src, src, tmp2 + USER(11f, stp A_l, A_h, [dst]) + add dst, dst, tmp2 + /* There may be less than 63 bytes to go now. */ + cmp count, #63 + b.le .Ltail63 +2: + subs count, count, #128 + b.ge .Lcpy_body_large + /* + * Less than 128 bytes to copy, so handle 64 here and then jump + * to the tail. + */ + USER(12f, ldp A_l, A_h, [src]) + USER(12f, ldp B_l, B_h, [src, #16]) + USER(12f, ldp C_l, C_h, [src, #32]) + USER(12f, ldp D_l, D_h, [src, #48]) + USER(12f, stp A_l, A_h, [dst]) + USER(12f, stp B_l, B_h, [dst, #16]) + USER(12f, stp C_l, C_h, [dst, #32]) + USER(12f, stp D_l, D_h, [dst, #48]) + tst count, #0x3f + add src, src, #64 + add dst, dst, #64 + b.ne .Ltail63 + b .Lsuccess + + /* + * Critical loop. Start at a new cache line boundary. Assuming + * 64 bytes per line this ensures the entire loop is in one line. + */ + .p2align 6 +.Lcpy_body_large: + /* There are at least 128 bytes to copy. */ + USER(12f, ldp A_l, A_h, [src, #0]) + sub dst, dst, #16 /* Pre-bias. */ + USER(13f, ldp B_l, B_h, [src, #16]) + USER(13f, ldp C_l, C_h, [src, #32]) + USER(13f, ldp D_l, D_h, [src, #48]!) /* src += 64 - Pre-bias. */ +1: + USER(13f, stp A_l, A_h, [dst, #16]) + USER(13f, ldp A_l, A_h, [src, #16]) + USER(13f, stp B_l, B_h, [dst, #32]) + USER(13f, ldp B_l, B_h, [src, #32]) + USER(13f, stp C_l, C_h, [dst, #48]) + USER(13f, ldp C_l, C_h, [src, #48]) + USER(13f, stp D_l, D_h, [dst, #64]!) + USER(13f, ldp D_l, D_h, [src, #64]!) + subs count, count, #64 + b.ge 1b + USER(13f, stp A_l, A_h, [dst, #16]) + USER(13f, stp B_l, B_h, [dst, #32]) + USER(13f, stp C_l, C_h, [dst, #48]) + USER(13f, stp D_l, D_h, [dst, #64]) + add src, src, #16 + add dst, dst, #64 + 16 + tst count, #0x3f + b.ne .Ltail63 +.Lsuccess: + /* Nothing left to copy */ + mov x0, #0 + ret --- linux-lts-utopic-3.16.0.orig/arch/arm64/lib/copy_to_user.S +++ linux-lts-utopic-3.16.0/arch/arm64/lib/copy_to_user.S @@ -15,7 +15,6 @@ */ #include -#include /* * Copy to user space from a kernel buffer (alignment handled by the hardware) @@ -28,34 +27,38 @@ * x0 - bytes not copied */ ENTRY(__copy_to_user) - add x4, x0, x2 // upper user buffer boundary - subs x2, x2, #8 - b.mi 2f -1: - ldr x3, [x1], #8 - subs x2, x2, #8 -USER(9f, str x3, [x0], #8 ) - b.pl 1b -2: adds x2, x2, #4 - b.mi 3f - ldr w3, [x1], #4 - sub x2, x2, #4 -USER(9f, str w3, [x0], #4 ) -3: adds x2, x2, #2 - b.mi 4f - ldrh w3, [x1], #2 - sub x2, x2, #2 -USER(9f, strh w3, [x0], #2 ) -4: adds x2, x2, #1 - b.mi 5f - ldrb w3, [x1] -USER(9f, strb w3, [x0] ) -5: mov x0, #0 - ret +#include "copy_template.S" ENDPROC(__copy_to_user) .section .fixup,"ax" - .align 2 -9: sub x0, x4, x0 // bytes not copied + .align 2 +8: +10: + /* + * count is accurate + */ + mov x0, count + b .Lfinalize +9: + /* + * 16 bytes remain + */ + mov x0, #16 + b .Lfinalize +11: + /* + *(count + tmp2) bytes remain + * dst points to the start of the remaining bytes + */ + add x0, count, tmp2 + b .Lfinalize +12: +13: + /* + * (count + 128) bytes remain + */ + add x0, count, #128 + b .Lfinalize +.Lfinalize: ret .previous --- linux-lts-utopic-3.16.0.orig/arch/arm64/mm/Makefile +++ linux-lts-utopic-3.16.0/arch/arm64/mm/Makefile @@ -1,5 +1,5 @@ obj-y := dma-mapping.o extable.o fault.o init.o \ cache.o copypage.o flush.o \ - ioremap.o mmap.o pgd.o mmu.o \ + ioremap.o iomap.o mmap.o pgd.o mmu.o \ context.o proc.o obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o --- linux-lts-utopic-3.16.0.orig/arch/arm64/mm/context.c +++ linux-lts-utopic-3.16.0/arch/arm64/mm/context.c @@ -92,6 +92,14 @@ unsigned int cpu = smp_processor_id(); struct mm_struct *mm = current->active_mm; + /* + * current->active_mm could be init_mm for the idle thread immediately + * after secondary CPU boot or hotplug. TTBR0_EL1 is already set to + * the reserved value, so no need to reset any context. + */ + if (mm == &init_mm) + return; + smp_rmb(); asid = cpu_last_asid + cpu; --- linux-lts-utopic-3.16.0.orig/arch/arm64/mm/dma-mapping.c +++ linux-lts-utopic-3.16.0/arch/arm64/mm/dma-mapping.c @@ -55,6 +55,7 @@ flags |= GFP_DMA; if (IS_ENABLED(CONFIG_DMA_CMA)) { struct page *page; + void *addr; size = PAGE_ALIGN(size); page = dma_alloc_from_contiguous(dev, size >> PAGE_SHIFT, @@ -63,7 +64,9 @@ return NULL; *dma_handle = phys_to_dma(dev, page_to_phys(page)); - return page_address(page); + addr = page_address(page); + memset(addr, 0, size); + return addr; } else { return swiotlb_alloc_coherent(dev, size, dma_handle, flags); } @@ -83,7 +86,7 @@ dma_release_from_contiguous(dev, phys_to_page(paddr), - size >> PAGE_SHIFT); + PAGE_ALIGN(size) >> PAGE_SHIFT); } else { swiotlb_free_coherent(dev, size, vaddr, dma_handle); } @@ -135,6 +138,8 @@ { void *swiotlb_addr = phys_to_virt(dma_to_phys(dev, dma_handle)); + size = PAGE_ALIGN(size); + vunmap(vaddr); __dma_free_coherent(dev, size, swiotlb_addr, dma_handle, attrs); } @@ -342,7 +347,7 @@ bus_register_notifier(&platform_bus_type, &platform_bus_nb); bus_register_notifier(&amba_bustype, &amba_bus_nb); - dma_ops = &noncoherent_swiotlb_dma_ops; + dma_ops = &coherent_swiotlb_dma_ops; return swiotlb_late_init_with_default_size(swiotlb_size); } --- linux-lts-utopic-3.16.0.orig/arch/arm64/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/arm64/mm/fault.c @@ -278,6 +278,7 @@ * starvation. */ mm_flags &= ~FAULT_FLAG_ALLOW_RETRY; + mm_flags |= FAULT_FLAG_TRIED; goto retry; } } --- linux-lts-utopic-3.16.0.orig/arch/arm64/mm/flush.c +++ linux-lts-utopic-3.16.0/arch/arm64/mm/flush.c @@ -104,3 +104,19 @@ */ EXPORT_SYMBOL(flush_cache_all); EXPORT_SYMBOL(flush_icache_range); + +#ifdef CONFIG_TRANSPARENT_HUGEPAGE +#ifdef CONFIG_HAVE_RCU_TABLE_FREE +void pmdp_splitting_flush(struct vm_area_struct *vma, unsigned long address, + pmd_t *pmdp) +{ + pmd_t pmd = pmd_mksplitting(*pmdp); + + VM_BUG_ON(address & ~PMD_MASK); + set_pmd_at(vma->vm_mm, address, pmdp, pmd); + + /* dummy IPI to serialise against fast_gup */ + kick_all_cpus_sync(); +} +#endif /* CONFIG_HAVE_RCU_TABLE_FREE */ +#endif /* CONFIG_TRANSPARENT_HUGEPAGE */ --- linux-lts-utopic-3.16.0.orig/arch/arm64/mm/hugetlbpage.c +++ linux-lts-utopic-3.16.0/arch/arm64/mm/hugetlbpage.c @@ -46,13 +46,13 @@ int pmd_huge(pmd_t pmd) { - return !(pmd_val(pmd) & PMD_TABLE_BIT); + return pmd_val(pmd) && !(pmd_val(pmd) & PMD_TABLE_BIT); } int pud_huge(pud_t pud) { #ifndef __PAGETABLE_PMD_FOLDED - return !(pud_val(pud) & PUD_TABLE_BIT); + return pud_val(pud) && !(pud_val(pud) & PUD_TABLE_BIT); #else return 0; #endif --- linux-lts-utopic-3.16.0.orig/arch/arm64/mm/init.c +++ linux-lts-utopic-3.16.0/arch/arm64/mm/init.c @@ -239,7 +239,7 @@ * memmap entries are valid from the bank end aligned to * MAX_ORDER_NR_PAGES. */ - prev_end = ALIGN(start + __phys_to_pfn(reg->size), + prev_end = ALIGN(__phys_to_pfn(reg->base + reg->size), MAX_ORDER_NR_PAGES); } --- linux-lts-utopic-3.16.0.orig/arch/arm64/mm/iomap.c +++ linux-lts-utopic-3.16.0/arch/arm64/mm/iomap.c @@ -0,0 +1,31 @@ +/* + * Based on linux/arch/arm/mm/iomap.c + * + * Map IO port and PCI memory spaces so that {read,write}[bwl] can + * be used to access this memory. + */ +#include +#include +#include +#include + +#ifdef __io +void __iomem *ioport_map(unsigned long port, unsigned int nr) +{ + return __io(port); +} +EXPORT_SYMBOL(ioport_map); + +void ioport_unmap(void __iomem *addr) +{ +} +EXPORT_SYMBOL(ioport_unmap); +#endif + +#ifdef CONFIG_PCI +unsigned long pcibios_min_io = 0x1000; +EXPORT_SYMBOL(pcibios_min_io); + +unsigned long pcibios_min_mem = 0x01000000; +EXPORT_SYMBOL(pcibios_min_mem); +#endif --- linux-lts-utopic-3.16.0.orig/arch/arm64/mm/ioremap.c +++ linux-lts-utopic-3.16.0/arch/arm64/mm/ioremap.c @@ -183,3 +183,16 @@ flush_tlb_kernel_range(addr, addr+PAGE_SIZE); } } + +#ifdef CONFIG_PCI +int pci_ioremap_io(unsigned int offset, phys_addr_t phys_addr) +{ + BUG_ON(offset + SZ_64K > IO_SPACE_LIMIT); + + return ioremap_page_range((unsigned long)PCI_IOBASE + offset, + (unsigned long)PCI_IOBASE + offset + SZ_64K, + phys_addr, + __pgprot(PROT_NORMAL_NC)); +} +EXPORT_SYMBOL_GPL(pci_ioremap_io); +#endif --- linux-lts-utopic-3.16.0.orig/arch/arm64/mm/mmap.c +++ linux-lts-utopic-3.16.0/arch/arm64/mm/mmap.c @@ -47,22 +47,14 @@ return sysctl_legacy_va_layout; } -/* - * Since get_random_int() returns the same value within a 1 jiffy window, we - * will almost always get the same randomisation for the stack and mmap - * region. This will mean the relative distance between stack and mmap will be - * the same. - * - * To avoid this we can shift the randomness by 1 bit. - */ static unsigned long mmap_rnd(void) { unsigned long rnd = 0; if (current->flags & PF_RANDOMIZE) - rnd = (long)get_random_int() & (STACK_RND_MASK >> 1); + rnd = (long)get_random_int() & STACK_RND_MASK; - return rnd << (PAGE_SHIFT + 1); + return rnd << PAGE_SHIFT; } static unsigned long mmap_base(void) --- linux-lts-utopic-3.16.0.orig/arch/arm64/mm/mmu.c +++ linux-lts-utopic-3.16.0/arch/arm64/mm/mmu.c @@ -351,6 +351,9 @@ empty_zero_page = virt_to_page(zero_page); + /* Ensure the zero page is visible to the page table walker */ + dsb(ishst); + /* * TTBR0 is only used for the identity mapping at this stage. Make it * point to zero page to avoid speculatively fetching new entries. --- linux-lts-utopic-3.16.0.orig/arch/arm64/mm/proc.S +++ linux-lts-utopic-3.16.0/arch/arm64/mm/proc.S @@ -149,6 +149,7 @@ */ ubfx x11, x11, #1, #1 msr oslar_el1, x11 + msr pmuserenr_el0, xzr // Disable PMU access from EL0 mov x0, x12 dsb nsh // Make sure local tlb invalidation completed isb @@ -186,7 +187,9 @@ mov x0, #3 << 20 msr cpacr_el1, x0 // Enable FP/ASIMD - msr mdscr_el1, xzr // Reset mdscr_el1 + mov x0, #1 << 12 // Reset mdscr_el1 and disable + msr mdscr_el1, x0 // access to the DCC from EL0 + msr pmuserenr_el0, xzr // Disable PMU access from EL0 /* * Memory region attributes for LPAE: * --- linux-lts-utopic-3.16.0.orig/arch/avr32/mach-at32ap/clock.c +++ linux-lts-utopic-3.16.0/arch/avr32/mach-at32ap/clock.c @@ -80,6 +80,9 @@ { unsigned long flags; + if (!clk) + return 0; + spin_lock_irqsave(&clk_lock, flags); __clk_enable(clk); spin_unlock_irqrestore(&clk_lock, flags); @@ -106,6 +109,9 @@ { unsigned long flags; + if (IS_ERR_OR_NULL(clk)) + return; + spin_lock_irqsave(&clk_lock, flags); __clk_disable(clk); spin_unlock_irqrestore(&clk_lock, flags); @@ -117,6 +123,9 @@ unsigned long flags; unsigned long rate; + if (!clk) + return 0; + spin_lock_irqsave(&clk_lock, flags); rate = clk->get_rate(clk); spin_unlock_irqrestore(&clk_lock, flags); @@ -129,6 +138,9 @@ { unsigned long flags, actual_rate; + if (!clk) + return 0; + if (!clk->set_rate) return -ENOSYS; @@ -145,6 +157,9 @@ unsigned long flags; long ret; + if (!clk) + return 0; + if (!clk->set_rate) return -ENOSYS; @@ -161,6 +176,9 @@ unsigned long flags; int ret; + if (!clk) + return 0; + if (!clk->set_parent) return -ENOSYS; @@ -174,7 +192,7 @@ struct clk *clk_get_parent(struct clk *clk) { - return clk->parent; + return !clk ? NULL : clk->parent; } EXPORT_SYMBOL(clk_get_parent); --- linux-lts-utopic-3.16.0.orig/arch/avr32/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/avr32/mm/fault.c @@ -142,6 +142,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/c6x/kernel/time.c +++ linux-lts-utopic-3.16.0/arch/c6x/kernel/time.c @@ -49,7 +49,7 @@ return (tsc * sched_clock_multiplier) >> SCHED_CLOCK_SHIFT; } -void time_init(void) +void __init time_init(void) { u64 tmp = (u64)NSEC_PER_SEC << SCHED_CLOCK_SHIFT; --- linux-lts-utopic-3.16.0.orig/arch/cris/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/cris/mm/fault.c @@ -176,6 +176,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/frv/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/frv/mm/fault.c @@ -168,6 +168,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/ia64/kernel/process.c +++ linux-lts-utopic-3.16.0/arch/ia64/kernel/process.c @@ -662,7 +662,7 @@ machine_restart (char *restart_cmd) { (void) notify_die(DIE_MACHINE_RESTART, restart_cmd, NULL, 0, 0, 0); - (*efi.reset_system)(EFI_RESET_WARM, 0, 0, NULL); + efi_reboot(REBOOT_WARM, NULL); } void --- linux-lts-utopic-3.16.0.orig/arch/ia64/kernel/time.c +++ linux-lts-utopic-3.16.0/arch/ia64/kernel/time.c @@ -384,21 +384,6 @@ .name = "timer" }; -static struct platform_device rtc_efi_dev = { - .name = "rtc-efi", - .id = -1, -}; - -static int __init rtc_init(void) -{ - if (platform_device_register(&rtc_efi_dev) < 0) - printk(KERN_ERR "unable to register rtc device...\n"); - - /* not necessarily an error */ - return 0; -} -module_init(rtc_init); - void read_persistent_clock(struct timespec *ts) { efi_gettimeofday(ts); --- linux-lts-utopic-3.16.0.orig/arch/ia64/kvm/Kconfig +++ linux-lts-utopic-3.16.0/arch/ia64/kvm/Kconfig @@ -25,6 +25,7 @@ select PREEMPT_NOTIFIERS select ANON_INODES select HAVE_KVM_IRQCHIP + select HAVE_KVM_IRQFD select HAVE_KVM_IRQ_ROUTING select KVM_APIC_ARCHITECTURE select KVM_MMIO --- linux-lts-utopic-3.16.0.orig/arch/ia64/kvm/kvm-ia64.c +++ linux-lts-utopic-3.16.0/arch/ia64/kvm/kvm-ia64.c @@ -190,7 +190,7 @@ *(int *)rtn = 0; } -int kvm_dev_ioctl_check_extension(long ext) +int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext) { int r; --- linux-lts-utopic-3.16.0.orig/arch/ia64/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/ia64/mm/fault.c @@ -172,6 +172,8 @@ */ if (fault & VM_FAULT_OOM) { goto out_of_memory; + } else if (fault & VM_FAULT_SIGSEGV) { + goto bad_area; } else if (fault & VM_FAULT_SIGBUS) { signal = SIGBUS; goto bad_area; --- linux-lts-utopic-3.16.0.orig/arch/ia64/pci/fixup.c +++ linux-lts-utopic-3.16.0/arch/ia64/pci/fixup.c @@ -6,6 +6,7 @@ #include #include #include +#include #include @@ -61,8 +62,7 @@ pci_read_config_word(pdev, PCI_COMMAND, &config); if (config & (PCI_COMMAND_IO | PCI_COMMAND_MEMORY)) { pdev->resource[PCI_ROM_RESOURCE].flags |= IORESOURCE_ROM_SHADOW; - dev_printk(KERN_DEBUG, &pdev->dev, "Boot video device\n"); - vga_set_default_device(pdev); + dev_printk(KERN_DEBUG, &pdev->dev, "Video device with shadowed ROM\n"); } } } --- linux-lts-utopic-3.16.0.orig/arch/m32r/kernel/setup.c +++ linux-lts-utopic-3.16.0/arch/m32r/kernel/setup.c @@ -81,7 +81,10 @@ }; unsigned long memory_start; +EXPORT_SYMBOL(memory_start); + unsigned long memory_end; +EXPORT_SYMBOL(memory_end); void __init setup_arch(char **); int get_cpuinfo(char *); --- linux-lts-utopic-3.16.0.orig/arch/m32r/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/m32r/mm/fault.c @@ -200,6 +200,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/m68k/include/asm/linkage.h +++ linux-lts-utopic-3.16.0/arch/m68k/include/asm/linkage.h @@ -4,4 +4,34 @@ #define __ALIGN .align 4 #define __ALIGN_STR ".align 4" +/* + * Make sure the compiler doesn't do anything stupid with the + * arguments on the stack - they are owned by the *caller*, not + * the callee. This just fools gcc into not spilling into them, + * and keeps it from doing tailcall recursion and/or using the + * stack slots for temporaries, since they are live and "used" + * all the way to the end of the function. + */ +#define asmlinkage_protect(n, ret, args...) \ + __asmlinkage_protect##n(ret, ##args) +#define __asmlinkage_protect_n(ret, args...) \ + __asm__ __volatile__ ("" : "=r" (ret) : "0" (ret), ##args) +#define __asmlinkage_protect0(ret) \ + __asmlinkage_protect_n(ret) +#define __asmlinkage_protect1(ret, arg1) \ + __asmlinkage_protect_n(ret, "m" (arg1)) +#define __asmlinkage_protect2(ret, arg1, arg2) \ + __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2)) +#define __asmlinkage_protect3(ret, arg1, arg2, arg3) \ + __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3)) +#define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ + __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \ + "m" (arg4)) +#define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ + __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \ + "m" (arg4), "m" (arg5)) +#define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ + __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \ + "m" (arg4), "m" (arg5), "m" (arg6)) + #endif --- linux-lts-utopic-3.16.0.orig/arch/m68k/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/m68k/mm/fault.c @@ -145,6 +145,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto map_err; else if (fault & VM_FAULT_SIGBUS) goto bus_err; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/m68k/mm/hwtest.c +++ linux-lts-utopic-3.16.0/arch/m68k/mm/hwtest.c @@ -28,9 +28,11 @@ int hwreg_present( volatile void *regp ) { int ret = 0; + unsigned long flags; long save_sp, save_vbr; long tmp_vectors[3]; + local_irq_save(flags); __asm__ __volatile__ ( "movec %/vbr,%2\n\t" "movel #Lberr1,%4@(8)\n\t" @@ -46,6 +48,7 @@ : "=&d" (ret), "=&r" (save_sp), "=&r" (save_vbr) : "a" (regp), "a" (tmp_vectors) ); + local_irq_restore(flags); return( ret ); } @@ -58,9 +61,11 @@ int hwreg_write( volatile void *regp, unsigned short val ) { int ret; + unsigned long flags; long save_sp, save_vbr; long tmp_vectors[3]; + local_irq_save(flags); __asm__ __volatile__ ( "movec %/vbr,%2\n\t" "movel #Lberr2,%4@(8)\n\t" @@ -78,6 +83,7 @@ : "=&d" (ret), "=&r" (save_sp), "=&r" (save_vbr) : "a" (regp), "a" (tmp_vectors), "g" (val) ); + local_irq_restore(flags); return( ret ); } --- linux-lts-utopic-3.16.0.orig/arch/metag/include/asm/processor.h +++ linux-lts-utopic-3.16.0/arch/metag/include/asm/processor.h @@ -149,8 +149,8 @@ unsigned long get_wchan(struct task_struct *p); -#define KSTK_EIP(tsk) ((tsk)->thread.kernel_context->CurrPC) -#define KSTK_ESP(tsk) ((tsk)->thread.kernel_context->AX[0].U0) +#define KSTK_EIP(tsk) (task_pt_regs(tsk)->ctx.CurrPC) +#define KSTK_ESP(tsk) (task_pt_regs(tsk)->ctx.AX[0].U0) #define user_stack_pointer(regs) ((regs)->ctx.AX[0].U0) --- linux-lts-utopic-3.16.0.orig/arch/metag/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/metag/mm/fault.c @@ -141,6 +141,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/microblaze/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/microblaze/mm/fault.c @@ -224,6 +224,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/mips/boot/compressed/decompress.c +++ linux-lts-utopic-3.16.0/arch/mips/boot/compressed/decompress.c @@ -13,6 +13,7 @@ #include #include +#include #include --- linux-lts-utopic-3.16.0.orig/arch/mips/cavium-octeon/setup.c +++ linux-lts-utopic-3.16.0/arch/mips/cavium-octeon/setup.c @@ -458,6 +458,18 @@ octeon_kill_core(NULL); } +static char __read_mostly octeon_system_type[80]; + +static int __init init_octeon_system_type(void) +{ + snprintf(octeon_system_type, sizeof(octeon_system_type), "%s (%s)", + cvmx_board_type_to_string(octeon_bootinfo->board_type), + octeon_model_get_string(read_c0_prid())); + + return 0; +} +early_initcall(init_octeon_system_type); + /** * Return a string representing the system type * @@ -465,11 +477,7 @@ */ const char *octeon_board_type_string(void) { - static char name[80]; - sprintf(name, "%s (%s)", - cvmx_board_type_to_string(octeon_bootinfo->board_type), - octeon_model_get_string(read_c0_prid())); - return name; + return octeon_system_type; } const char *get_system_type(void) --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/asm-eva.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/asm-eva.h @@ -11,6 +11,36 @@ #define __ASM_ASM_EVA_H #ifndef __ASSEMBLY__ + +/* Kernel variants */ + +#define kernel_cache(op, base) "cache " op ", " base "\n" +#define kernel_ll(reg, addr) "ll " reg ", " addr "\n" +#define kernel_sc(reg, addr) "sc " reg ", " addr "\n" +#define kernel_lw(reg, addr) "lw " reg ", " addr "\n" +#define kernel_lwl(reg, addr) "lwl " reg ", " addr "\n" +#define kernel_lwr(reg, addr) "lwr " reg ", " addr "\n" +#define kernel_lh(reg, addr) "lh " reg ", " addr "\n" +#define kernel_lb(reg, addr) "lb " reg ", " addr "\n" +#define kernel_lbu(reg, addr) "lbu " reg ", " addr "\n" +#define kernel_sw(reg, addr) "sw " reg ", " addr "\n" +#define kernel_swl(reg, addr) "swl " reg ", " addr "\n" +#define kernel_swr(reg, addr) "swr " reg ", " addr "\n" +#define kernel_sh(reg, addr) "sh " reg ", " addr "\n" +#define kernel_sb(reg, addr) "sb " reg ", " addr "\n" + +#ifdef CONFIG_32BIT +/* + * No 'sd' or 'ld' instructions in 32-bit but the code will + * do the correct thing + */ +#define kernel_sd(reg, addr) user_sw(reg, addr) +#define kernel_ld(reg, addr) user_lw(reg, addr) +#else +#define kernel_sd(reg, addr) "sd " reg", " addr "\n" +#define kernel_ld(reg, addr) "ld " reg", " addr "\n" +#endif /* CONFIG_32BIT */ + #ifdef CONFIG_EVA #define __BUILD_EVA_INSN(insn, reg, addr) \ @@ -41,37 +71,60 @@ #else -#define user_cache(op, base) "cache " op ", " base "\n" -#define user_ll(reg, addr) "ll " reg ", " addr "\n" -#define user_sc(reg, addr) "sc " reg ", " addr "\n" -#define user_lw(reg, addr) "lw " reg ", " addr "\n" -#define user_lwl(reg, addr) "lwl " reg ", " addr "\n" -#define user_lwr(reg, addr) "lwr " reg ", " addr "\n" -#define user_lh(reg, addr) "lh " reg ", " addr "\n" -#define user_lb(reg, addr) "lb " reg ", " addr "\n" -#define user_lbu(reg, addr) "lbu " reg ", " addr "\n" -#define user_sw(reg, addr) "sw " reg ", " addr "\n" -#define user_swl(reg, addr) "swl " reg ", " addr "\n" -#define user_swr(reg, addr) "swr " reg ", " addr "\n" -#define user_sh(reg, addr) "sh " reg ", " addr "\n" -#define user_sb(reg, addr) "sb " reg ", " addr "\n" +#define user_cache(op, base) kernel_cache(op, base) +#define user_ll(reg, addr) kernel_ll(reg, addr) +#define user_sc(reg, addr) kernel_sc(reg, addr) +#define user_lw(reg, addr) kernel_lw(reg, addr) +#define user_lwl(reg, addr) kernel_lwl(reg, addr) +#define user_lwr(reg, addr) kernel_lwr(reg, addr) +#define user_lh(reg, addr) kernel_lh(reg, addr) +#define user_lb(reg, addr) kernel_lb(reg, addr) +#define user_lbu(reg, addr) kernel_lbu(reg, addr) +#define user_sw(reg, addr) kernel_sw(reg, addr) +#define user_swl(reg, addr) kernel_swl(reg, addr) +#define user_swr(reg, addr) kernel_swr(reg, addr) +#define user_sh(reg, addr) kernel_sh(reg, addr) +#define user_sb(reg, addr) kernel_sb(reg, addr) #ifdef CONFIG_32BIT -/* - * No 'sd' or 'ld' instructions in 32-bit but the code will - * do the correct thing - */ -#define user_sd(reg, addr) user_sw(reg, addr) -#define user_ld(reg, addr) user_lw(reg, addr) +#define user_sd(reg, addr) kernel_sw(reg, addr) +#define user_ld(reg, addr) kernel_lw(reg, addr) #else -#define user_sd(reg, addr) "sd " reg", " addr "\n" -#define user_ld(reg, addr) "ld " reg", " addr "\n" +#define user_sd(reg, addr) kernel_sd(reg, addr) +#define user_ld(reg, addr) kernel_ld(reg, addr) #endif /* CONFIG_32BIT */ #endif /* CONFIG_EVA */ #else /* __ASSEMBLY__ */ +#define kernel_cache(op, base) cache op, base +#define kernel_ll(reg, addr) ll reg, addr +#define kernel_sc(reg, addr) sc reg, addr +#define kernel_lw(reg, addr) lw reg, addr +#define kernel_lwl(reg, addr) lwl reg, addr +#define kernel_lwr(reg, addr) lwr reg, addr +#define kernel_lh(reg, addr) lh reg, addr +#define kernel_lb(reg, addr) lb reg, addr +#define kernel_lbu(reg, addr) lbu reg, addr +#define kernel_sw(reg, addr) sw reg, addr +#define kernel_swl(reg, addr) swl reg, addr +#define kernel_swr(reg, addr) swr reg, addr +#define kernel_sh(reg, addr) sh reg, addr +#define kernel_sb(reg, addr) sb reg, addr + +#ifdef CONFIG_32BIT +/* + * No 'sd' or 'ld' instructions in 32-bit but the code will + * do the correct thing + */ +#define kernel_sd(reg, addr) user_sw(reg, addr) +#define kernel_ld(reg, addr) user_lw(reg, addr) +#else +#define kernel_sd(reg, addr) sd reg, addr +#define kernel_ld(reg, addr) ld reg, addr +#endif /* CONFIG_32BIT */ + #ifdef CONFIG_EVA #define __BUILD_EVA_INSN(insn, reg, addr) \ @@ -101,31 +154,27 @@ #define user_sd(reg, addr) user_sw(reg, addr) #else -#define user_cache(op, base) cache op, base -#define user_ll(reg, addr) ll reg, addr -#define user_sc(reg, addr) sc reg, addr -#define user_lw(reg, addr) lw reg, addr -#define user_lwl(reg, addr) lwl reg, addr -#define user_lwr(reg, addr) lwr reg, addr -#define user_lh(reg, addr) lh reg, addr -#define user_lb(reg, addr) lb reg, addr -#define user_lbu(reg, addr) lbu reg, addr -#define user_sw(reg, addr) sw reg, addr -#define user_swl(reg, addr) swl reg, addr -#define user_swr(reg, addr) swr reg, addr -#define user_sh(reg, addr) sh reg, addr -#define user_sb(reg, addr) sb reg, addr +#define user_cache(op, base) kernel_cache(op, base) +#define user_ll(reg, addr) kernel_ll(reg, addr) +#define user_sc(reg, addr) kernel_sc(reg, addr) +#define user_lw(reg, addr) kernel_lw(reg, addr) +#define user_lwl(reg, addr) kernel_lwl(reg, addr) +#define user_lwr(reg, addr) kernel_lwr(reg, addr) +#define user_lh(reg, addr) kernel_lh(reg, addr) +#define user_lb(reg, addr) kernel_lb(reg, addr) +#define user_lbu(reg, addr) kernel_lbu(reg, addr) +#define user_sw(reg, addr) kernel_sw(reg, addr) +#define user_swl(reg, addr) kernel_swl(reg, addr) +#define user_swr(reg, addr) kernel_swr(reg, addr) +#define user_sh(reg, addr) kernel_sh(reg, addr) +#define user_sb(reg, addr) kernel_sb(reg, addr) #ifdef CONFIG_32BIT -/* - * No 'sd' or 'ld' instructions in 32-bit but the code will - * do the correct thing - */ -#define user_sd(reg, addr) user_sw(reg, addr) -#define user_ld(reg, addr) user_lw(reg, addr) +#define user_sd(reg, addr) kernel_sw(reg, addr) +#define user_ld(reg, addr) kernel_lw(reg, addr) #else -#define user_sd(reg, addr) sd reg, addr -#define user_ld(reg, addr) ld reg, addr +#define user_sd(reg, addr) kernel_sd(reg, addr) +#define user_ld(reg, addr) kernel_sd(reg, addr) #endif /* CONFIG_32BIT */ #endif /* CONFIG_EVA */ --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/asmmacro.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/asmmacro.h @@ -293,7 +293,7 @@ .macro ld_d wd, off, base .set push .set noat - add $1, \base, \off + addu $1, \base, \off .word LDD_MSA_INSN | (\wd << 6) .set pop .endm @@ -301,7 +301,7 @@ .macro st_d wd, off, base .set push .set noat - add $1, \base, \off + addu $1, \base, \off .word STD_MSA_INSN | (\wd << 6) .set pop .endm --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/atomic.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/atomic.h @@ -673,7 +673,7 @@ * @u: ...unless v is equal to u. * * Atomically adds @a to @v, so long as it was not @u. - * Returns the old value of @v. + * Returns true iff @v was not @u. */ static __inline__ int atomic64_add_unless(atomic64_t *v, long a, long u) { --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/eva.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/eva.h @@ -0,0 +1,43 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + * + * Copyright (C) 2014, Imagination Technologies Ltd. + * + * EVA functions for generic code + */ + +#ifndef _ASM_EVA_H +#define _ASM_EVA_H + +#include + +#ifdef __ASSEMBLY__ + +#ifdef CONFIG_EVA + +/* + * EVA early init code + * + * Platforms must define their own 'platform_eva_init' macro in + * their kernel-entry-init.h header. This macro usually does the + * platform specific configuration of the segmentation registers, + * and it is normally called from assembly code. + * + */ + +.macro eva_init +platform_eva_init +.endm + +#else + +.macro eva_init +.endm + +#endif /* CONFIG_EVA */ + +#endif /* __ASSEMBLY__ */ + +#endif --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/ftrace.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/ftrace.h @@ -24,7 +24,7 @@ asm volatile ( \ "1: " load " %[tmp_dst], 0(%[tmp_src])\n" \ " li %[tmp_err], 0\n" \ - "2:\n" \ + "2: .insn\n" \ \ ".section .fixup, \"ax\"\n" \ "3: li %[tmp_err], 1\n" \ @@ -46,7 +46,7 @@ asm volatile ( \ "1: " store " %[tmp_src], 0(%[tmp_dst])\n"\ " li %[tmp_err], 0\n" \ - "2:\n" \ + "2: .insn\n" \ \ ".section .fixup, \"ax\"\n" \ "3: li %[tmp_err], 1\n" \ --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/kvm_host.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/kvm_host.h @@ -326,6 +326,7 @@ #define T_TRAP 13 /* Trap instruction */ #define T_VCEI 14 /* Virtual coherency exception */ #define T_FPE 15 /* Floating point exception */ +#define T_MSADIS 21 /* MSA disabled exception */ #define T_WATCH 23 /* Watch address reference */ #define T_VCED 31 /* Virtual coherency data */ @@ -578,6 +579,7 @@ int (*handle_syscall)(struct kvm_vcpu *vcpu); int (*handle_res_inst)(struct kvm_vcpu *vcpu); int (*handle_break)(struct kvm_vcpu *vcpu); + int (*handle_msa_disabled)(struct kvm_vcpu *vcpu); int (*vm_init)(struct kvm *kvm); int (*vcpu_init)(struct kvm_vcpu *vcpu); int (*vcpu_setup)(struct kvm_vcpu *vcpu); --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/mach-generic/spaces.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/mach-generic/spaces.h @@ -94,7 +94,11 @@ #endif #ifndef FIXADDR_TOP +#ifdef CONFIG_KVM_GUEST +#define FIXADDR_TOP ((unsigned long)(long)(int)0x7ffe0000) +#else #define FIXADDR_TOP ((unsigned long)(long)(int)0xfffe0000) #endif +#endif #endif /* __ASM_MACH_GENERIC_SPACES_H */ --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/mach-malta/kernel-entry-init.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/mach-malta/kernel-entry-init.h @@ -10,14 +10,15 @@ #ifndef __ASM_MACH_MIPS_KERNEL_ENTRY_INIT_H #define __ASM_MACH_MIPS_KERNEL_ENTRY_INIT_H +#include +#include + /* * Prepare segments for EVA boot: * * This is in case the processor boots in legacy configuration * (SI_EVAReset is de-asserted and CONFIG5.K == 0) * - * On entry, t1 is loaded with CP0_CONFIG - * * ========================= Mappings ============================= * Virtual memory Physical memory Mapping * 0x00000000 - 0x7fffffff 0x80000000 - 0xfffffffff MUSUK (kuseg) @@ -30,12 +31,20 @@ * * * Lowmem is expanded to 2GB + * + * The following code uses the t0, t1, t2 and ra registers without + * previously preserving them. + * */ - .macro eva_entry + .macro platform_eva_init + + .set push + .set reorder /* * Get Config.K0 value and use it to program * the segmentation registers */ + mfc0 t1, CP0_CONFIG andi t1, 0x7 /* CCA */ move t2, t1 ins t2, t1, 16, 3 @@ -77,6 +86,8 @@ mtc0 t0, $16, 5 sync jal mips_ihb + + .set pop .endm .macro kernel_entry_setup @@ -95,7 +106,7 @@ sll t0, t0, 6 /* SC bit */ bgez t0, 9f - eva_entry + platform_eva_init b 0f 9: /* Assume we came from YAMON... */ @@ -127,8 +138,7 @@ #ifdef CONFIG_EVA sync ehb - mfc0 t1, CP0_CONFIG - eva_entry + platform_eva_init #endif .endm --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/mipsregs.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/mipsregs.h @@ -660,6 +660,8 @@ #define MIPS_CONF6_SYND (_ULCAST_(1) << 13) /* proAptiv FTLB on/off bit */ #define MIPS_CONF6_FTLBEN (_ULCAST_(1) << 15) +/* FTLB probability bits */ +#define MIPS_CONF6_FTLBP_SHIFT (16) #define MIPS_CONF7_WII (_ULCAST_(1) << 31) --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/pgtable.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/pgtable.h @@ -152,8 +152,39 @@ * Make sure the buddy is global too (if it's !none, * it better already be global) */ +#ifdef CONFIG_SMP + /* + * For SMP, multiple CPUs can race, so we need to do + * this atomically. + */ +#ifdef CONFIG_64BIT +#define LL_INSN "lld" +#define SC_INSN "scd" +#else /* CONFIG_32BIT */ +#define LL_INSN "ll" +#define SC_INSN "sc" +#endif + unsigned long page_global = _PAGE_GLOBAL; + unsigned long tmp; + + __asm__ __volatile__ ( + " .set push\n" + " .set noreorder\n" + "1: " LL_INSN " %[tmp], %[buddy]\n" + " bnez %[tmp], 2f\n" + " or %[tmp], %[tmp], %[global]\n" + " " SC_INSN " %[tmp], %[buddy]\n" + " beqz %[tmp], 1b\n" + " nop\n" + "2:\n" + " .set pop" + : [buddy] "+m" (buddy->pte), + [tmp] "=&r" (tmp) + : [global] "r" (page_global)); +#else /* !CONFIG_SMP */ if (pte_none(*buddy)) pte_val(*buddy) = pte_val(*buddy) | _PAGE_GLOBAL; +#endif /* CONFIG_SMP */ } #endif } --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/ptrace.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/ptrace.h @@ -23,7 +23,7 @@ struct pt_regs { #ifdef CONFIG_32BIT /* Pad bytes for argument save space on the stack. */ - unsigned long pad0[6]; + unsigned long pad0[8]; #endif /* Saved main processor registers. */ --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/r4kcache.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/r4kcache.h @@ -254,7 +254,11 @@ */ static inline void protected_writeback_dcache_line(unsigned long addr) { +#ifdef CONFIG_EVA + protected_cachee_op(Hit_Writeback_Inv_D, addr); +#else protected_cache_op(Hit_Writeback_Inv_D, addr); +#endif } static inline void protected_writeback_scache_line(unsigned long addr) --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/reg.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/reg.h @@ -12,116 +12,194 @@ #ifndef __ASM_MIPS_REG_H #define __ASM_MIPS_REG_H - -#if defined(CONFIG_32BIT) || defined(WANT_COMPAT_REG_H) - -#define EF_R0 6 -#define EF_R1 7 -#define EF_R2 8 -#define EF_R3 9 -#define EF_R4 10 -#define EF_R5 11 -#define EF_R6 12 -#define EF_R7 13 -#define EF_R8 14 -#define EF_R9 15 -#define EF_R10 16 -#define EF_R11 17 -#define EF_R12 18 -#define EF_R13 19 -#define EF_R14 20 -#define EF_R15 21 -#define EF_R16 22 -#define EF_R17 23 -#define EF_R18 24 -#define EF_R19 25 -#define EF_R20 26 -#define EF_R21 27 -#define EF_R22 28 -#define EF_R23 29 -#define EF_R24 30 -#define EF_R25 31 +#define MIPS32_EF_R0 6 +#define MIPS32_EF_R1 7 +#define MIPS32_EF_R2 8 +#define MIPS32_EF_R3 9 +#define MIPS32_EF_R4 10 +#define MIPS32_EF_R5 11 +#define MIPS32_EF_R6 12 +#define MIPS32_EF_R7 13 +#define MIPS32_EF_R8 14 +#define MIPS32_EF_R9 15 +#define MIPS32_EF_R10 16 +#define MIPS32_EF_R11 17 +#define MIPS32_EF_R12 18 +#define MIPS32_EF_R13 19 +#define MIPS32_EF_R14 20 +#define MIPS32_EF_R15 21 +#define MIPS32_EF_R16 22 +#define MIPS32_EF_R17 23 +#define MIPS32_EF_R18 24 +#define MIPS32_EF_R19 25 +#define MIPS32_EF_R20 26 +#define MIPS32_EF_R21 27 +#define MIPS32_EF_R22 28 +#define MIPS32_EF_R23 29 +#define MIPS32_EF_R24 30 +#define MIPS32_EF_R25 31 /* * k0/k1 unsaved */ -#define EF_R26 32 -#define EF_R27 33 +#define MIPS32_EF_R26 32 +#define MIPS32_EF_R27 33 -#define EF_R28 34 -#define EF_R29 35 -#define EF_R30 36 -#define EF_R31 37 +#define MIPS32_EF_R28 34 +#define MIPS32_EF_R29 35 +#define MIPS32_EF_R30 36 +#define MIPS32_EF_R31 37 /* * Saved special registers */ -#define EF_LO 38 -#define EF_HI 39 +#define MIPS32_EF_LO 38 +#define MIPS32_EF_HI 39 -#define EF_CP0_EPC 40 -#define EF_CP0_BADVADDR 41 -#define EF_CP0_STATUS 42 -#define EF_CP0_CAUSE 43 -#define EF_UNUSED0 44 - -#define EF_SIZE 180 - -#endif - -#if defined(CONFIG_64BIT) && !defined(WANT_COMPAT_REG_H) - -#define EF_R0 0 -#define EF_R1 1 -#define EF_R2 2 -#define EF_R3 3 -#define EF_R4 4 -#define EF_R5 5 -#define EF_R6 6 -#define EF_R7 7 -#define EF_R8 8 -#define EF_R9 9 -#define EF_R10 10 -#define EF_R11 11 -#define EF_R12 12 -#define EF_R13 13 -#define EF_R14 14 -#define EF_R15 15 -#define EF_R16 16 -#define EF_R17 17 -#define EF_R18 18 -#define EF_R19 19 -#define EF_R20 20 -#define EF_R21 21 -#define EF_R22 22 -#define EF_R23 23 -#define EF_R24 24 -#define EF_R25 25 +#define MIPS32_EF_CP0_EPC 40 +#define MIPS32_EF_CP0_BADVADDR 41 +#define MIPS32_EF_CP0_STATUS 42 +#define MIPS32_EF_CP0_CAUSE 43 +#define MIPS32_EF_UNUSED0 44 + +#define MIPS32_EF_SIZE 180 + +#define MIPS64_EF_R0 0 +#define MIPS64_EF_R1 1 +#define MIPS64_EF_R2 2 +#define MIPS64_EF_R3 3 +#define MIPS64_EF_R4 4 +#define MIPS64_EF_R5 5 +#define MIPS64_EF_R6 6 +#define MIPS64_EF_R7 7 +#define MIPS64_EF_R8 8 +#define MIPS64_EF_R9 9 +#define MIPS64_EF_R10 10 +#define MIPS64_EF_R11 11 +#define MIPS64_EF_R12 12 +#define MIPS64_EF_R13 13 +#define MIPS64_EF_R14 14 +#define MIPS64_EF_R15 15 +#define MIPS64_EF_R16 16 +#define MIPS64_EF_R17 17 +#define MIPS64_EF_R18 18 +#define MIPS64_EF_R19 19 +#define MIPS64_EF_R20 20 +#define MIPS64_EF_R21 21 +#define MIPS64_EF_R22 22 +#define MIPS64_EF_R23 23 +#define MIPS64_EF_R24 24 +#define MIPS64_EF_R25 25 /* * k0/k1 unsaved */ -#define EF_R26 26 -#define EF_R27 27 +#define MIPS64_EF_R26 26 +#define MIPS64_EF_R27 27 -#define EF_R28 28 -#define EF_R29 29 -#define EF_R30 30 -#define EF_R31 31 +#define MIPS64_EF_R28 28 +#define MIPS64_EF_R29 29 +#define MIPS64_EF_R30 30 +#define MIPS64_EF_R31 31 /* * Saved special registers */ -#define EF_LO 32 -#define EF_HI 33 - -#define EF_CP0_EPC 34 -#define EF_CP0_BADVADDR 35 -#define EF_CP0_STATUS 36 -#define EF_CP0_CAUSE 37 +#define MIPS64_EF_LO 32 +#define MIPS64_EF_HI 33 -#define EF_SIZE 304 /* size in bytes */ +#define MIPS64_EF_CP0_EPC 34 +#define MIPS64_EF_CP0_BADVADDR 35 +#define MIPS64_EF_CP0_STATUS 36 +#define MIPS64_EF_CP0_CAUSE 37 + +#define MIPS64_EF_SIZE 304 /* size in bytes */ + +#if defined(CONFIG_32BIT) + +#define EF_R0 MIPS32_EF_R0 +#define EF_R1 MIPS32_EF_R1 +#define EF_R2 MIPS32_EF_R2 +#define EF_R3 MIPS32_EF_R3 +#define EF_R4 MIPS32_EF_R4 +#define EF_R5 MIPS32_EF_R5 +#define EF_R6 MIPS32_EF_R6 +#define EF_R7 MIPS32_EF_R7 +#define EF_R8 MIPS32_EF_R8 +#define EF_R9 MIPS32_EF_R9 +#define EF_R10 MIPS32_EF_R10 +#define EF_R11 MIPS32_EF_R11 +#define EF_R12 MIPS32_EF_R12 +#define EF_R13 MIPS32_EF_R13 +#define EF_R14 MIPS32_EF_R14 +#define EF_R15 MIPS32_EF_R15 +#define EF_R16 MIPS32_EF_R16 +#define EF_R17 MIPS32_EF_R17 +#define EF_R18 MIPS32_EF_R18 +#define EF_R19 MIPS32_EF_R19 +#define EF_R20 MIPS32_EF_R20 +#define EF_R21 MIPS32_EF_R21 +#define EF_R22 MIPS32_EF_R22 +#define EF_R23 MIPS32_EF_R23 +#define EF_R24 MIPS32_EF_R24 +#define EF_R25 MIPS32_EF_R25 +#define EF_R26 MIPS32_EF_R26 +#define EF_R27 MIPS32_EF_R27 +#define EF_R28 MIPS32_EF_R28 +#define EF_R29 MIPS32_EF_R29 +#define EF_R30 MIPS32_EF_R30 +#define EF_R31 MIPS32_EF_R31 +#define EF_LO MIPS32_EF_LO +#define EF_HI MIPS32_EF_HI +#define EF_CP0_EPC MIPS32_EF_CP0_EPC +#define EF_CP0_BADVADDR MIPS32_EF_CP0_BADVADDR +#define EF_CP0_STATUS MIPS32_EF_CP0_STATUS +#define EF_CP0_CAUSE MIPS32_EF_CP0_CAUSE +#define EF_UNUSED0 MIPS32_EF_UNUSED0 +#define EF_SIZE MIPS32_EF_SIZE + +#elif defined(CONFIG_64BIT) + +#define EF_R0 MIPS64_EF_R0 +#define EF_R1 MIPS64_EF_R1 +#define EF_R2 MIPS64_EF_R2 +#define EF_R3 MIPS64_EF_R3 +#define EF_R4 MIPS64_EF_R4 +#define EF_R5 MIPS64_EF_R5 +#define EF_R6 MIPS64_EF_R6 +#define EF_R7 MIPS64_EF_R7 +#define EF_R8 MIPS64_EF_R8 +#define EF_R9 MIPS64_EF_R9 +#define EF_R10 MIPS64_EF_R10 +#define EF_R11 MIPS64_EF_R11 +#define EF_R12 MIPS64_EF_R12 +#define EF_R13 MIPS64_EF_R13 +#define EF_R14 MIPS64_EF_R14 +#define EF_R15 MIPS64_EF_R15 +#define EF_R16 MIPS64_EF_R16 +#define EF_R17 MIPS64_EF_R17 +#define EF_R18 MIPS64_EF_R18 +#define EF_R19 MIPS64_EF_R19 +#define EF_R20 MIPS64_EF_R20 +#define EF_R21 MIPS64_EF_R21 +#define EF_R22 MIPS64_EF_R22 +#define EF_R23 MIPS64_EF_R23 +#define EF_R24 MIPS64_EF_R24 +#define EF_R25 MIPS64_EF_R25 +#define EF_R26 MIPS64_EF_R26 +#define EF_R27 MIPS64_EF_R27 +#define EF_R28 MIPS64_EF_R28 +#define EF_R29 MIPS64_EF_R29 +#define EF_R30 MIPS64_EF_R30 +#define EF_R31 MIPS64_EF_R31 +#define EF_LO MIPS64_EF_LO +#define EF_HI MIPS64_EF_HI +#define EF_CP0_EPC MIPS64_EF_CP0_EPC +#define EF_CP0_BADVADDR MIPS64_EF_CP0_BADVADDR +#define EF_CP0_STATUS MIPS64_EF_CP0_STATUS +#define EF_CP0_CAUSE MIPS64_EF_CP0_CAUSE +#define EF_SIZE MIPS64_EF_SIZE #endif /* CONFIG_64BIT */ --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/stackframe.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/stackframe.h @@ -152,6 +152,31 @@ .set noreorder bltz k0, 8f move k1, sp +#ifdef CONFIG_EVA + /* + * Flush interAptiv's Return Prediction Stack (RPS) by writing + * EntryHi. Toggling Config7.RPS is slower and less portable. + * + * The RPS isn't automatically flushed when exceptions are + * taken, which can result in kernel mode speculative accesses + * to user addresses if the RPS mispredicts. That's harmless + * when user and kernel share the same address space, but with + * EVA the same user segments may be unmapped to kernel mode, + * even containing sensitive MMIO regions or invalid memory. + * + * This can happen when the kernel sets the return address to + * ret_from_* and jr's to the exception handler, which looks + * more like a tail call than a function call. If nested calls + * don't evict the last user address in the RPS, it will + * mispredict the return and fetch from a user controlled + * address into the icache. + * + * More recent EVA-capable cores with MAAR to restrict + * speculative accesses aren't affected. + */ + MFC0 k0, CP0_ENTRYHI + MTC0 k0, CP0_ENTRYHI +#endif .set reorder /* Called from user mode, new stack. */ get_saved_sp --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/syscall.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/syscall.h @@ -107,10 +107,8 @@ /* O32 ABI syscall() - Either 64-bit with O32 or 32-bit */ if ((config_enabled(CONFIG_32BIT) || test_tsk_thread_flag(task, TIF_32BIT_REGS)) && - (regs->regs[2] == __NR_syscall)) { + (regs->regs[2] == __NR_syscall)) i++; - n++; - } while (n--) ret |= mips_get_syscall_arg(args++, task, regs, i++); @@ -131,10 +129,12 @@ { int arch = EM_MIPS; #ifdef CONFIG_64BIT - if (!test_thread_flag(TIF_32BIT_REGS)) + if (!test_thread_flag(TIF_32BIT_REGS)) { arch |= __AUDIT_ARCH_64BIT; - if (test_thread_flag(TIF_32BIT_ADDR)) - arch |= __AUDIT_ARCH_CONVENTION_MIPS64_N32; + /* N32 sets only TIF_32BIT_ADDR */ + if (test_thread_flag(TIF_32BIT_ADDR)) + arch |= __AUDIT_ARCH_CONVENTION_MIPS64_N32; + } #endif #if defined(__LITTLE_ENDIAN) arch |= __AUDIT_ARCH_LE; --- linux-lts-utopic-3.16.0.orig/arch/mips/include/asm/uaccess.h +++ linux-lts-utopic-3.16.0/arch/mips/include/asm/uaccess.h @@ -773,10 +773,11 @@ "jal\t" #destination "\n\t" #endif -#ifndef CONFIG_CPU_DADDI_WORKAROUNDS -#define DADDI_SCRATCH "$0" -#else +#if defined(CONFIG_CPU_DADDI_WORKAROUNDS) || (defined(CONFIG_EVA) && \ + defined(CONFIG_CPU_HAS_PREFETCH)) #define DADDI_SCRATCH "$3" +#else +#define DADDI_SCRATCH "$0" #endif extern size_t __copy_user(void *__to, const void *__from, size_t __n); @@ -1091,9 +1092,15 @@ __cu_to = (to); \ __cu_from = (from); \ __cu_len = (n); \ - might_fault(); \ - __cu_len = __invoke_copy_from_user(__cu_to, __cu_from, \ - __cu_len); \ + if (segment_eq(get_fs(), get_ds())) { \ + __cu_len = __invoke_copy_from_kernel(__cu_to, \ + __cu_from, \ + __cu_len); \ + } else { \ + might_fault(); \ + __cu_len = __invoke_copy_from_user(__cu_to, __cu_from, \ + __cu_len); \ + } \ __cu_len; \ }) @@ -1197,16 +1204,28 @@ { __kernel_size_t res; - might_fault(); - __asm__ __volatile__( - "move\t$4, %1\n\t" - "move\t$5, $0\n\t" - "move\t$6, %2\n\t" - __MODULE_JAL(__bzero) - "move\t%0, $6" - : "=r" (res) - : "r" (addr), "r" (size) - : "$4", "$5", "$6", __UA_t0, __UA_t1, "$31"); + if (config_enabled(CONFIG_EVA) && segment_eq(get_fs(), get_ds())) { + __asm__ __volatile__( + "move\t$4, %1\n\t" + "move\t$5, $0\n\t" + "move\t$6, %2\n\t" + __MODULE_JAL(__bzero_kernel) + "move\t%0, $6" + : "=r" (res) + : "r" (addr), "r" (size) + : "$4", "$5", "$6", __UA_t0, __UA_t1, "$31"); + } else { + might_fault(); + __asm__ __volatile__( + "move\t$4, %1\n\t" + "move\t$5, $0\n\t" + "move\t$6, %2\n\t" + __MODULE_JAL(__bzero) + "move\t%0, $6" + : "=r" (res) + : "r" (addr), "r" (size) + : "$4", "$5", "$6", __UA_t0, __UA_t1, "$31"); + } return res; } @@ -1378,7 +1397,7 @@ might_fault(); __asm__ __volatile__( "move\t$4, %1\n\t" - __MODULE_JAL(__strlen_kernel_asm) + __MODULE_JAL(__strlen_user_asm) "move\t%0, $2" : "=r" (res) : "r" (s) --- linux-lts-utopic-3.16.0.orig/arch/mips/include/uapi/asm/unistd.h +++ linux-lts-utopic-3.16.0/arch/mips/include/uapi/asm/unistd.h @@ -372,16 +372,17 @@ #define __NR_sched_setattr (__NR_Linux + 349) #define __NR_sched_getattr (__NR_Linux + 350) #define __NR_renameat2 (__NR_Linux + 351) +#define __NR_seccomp (__NR_Linux + 352) /* * Offset of the last Linux o32 flavoured syscall */ -#define __NR_Linux_syscalls 351 +#define __NR_Linux_syscalls 352 #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */ #define __NR_O32_Linux 4000 -#define __NR_O32_Linux_syscalls 351 +#define __NR_O32_Linux_syscalls 352 #if _MIPS_SIM == _MIPS_SIM_ABI64 @@ -701,16 +702,17 @@ #define __NR_sched_setattr (__NR_Linux + 309) #define __NR_sched_getattr (__NR_Linux + 310) #define __NR_renameat2 (__NR_Linux + 311) +#define __NR_seccomp (__NR_Linux + 312) /* * Offset of the last Linux 64-bit flavoured syscall */ -#define __NR_Linux_syscalls 311 +#define __NR_Linux_syscalls 312 #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */ #define __NR_64_Linux 5000 -#define __NR_64_Linux_syscalls 311 +#define __NR_64_Linux_syscalls 312 #if _MIPS_SIM == _MIPS_SIM_NABI32 @@ -1034,15 +1036,16 @@ #define __NR_sched_setattr (__NR_Linux + 313) #define __NR_sched_getattr (__NR_Linux + 314) #define __NR_renameat2 (__NR_Linux + 315) +#define __NR_seccomp (__NR_Linux + 316) /* * Offset of the last N32 flavoured syscall */ -#define __NR_Linux_syscalls 315 +#define __NR_Linux_syscalls 316 #endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */ #define __NR_N32_Linux 6000 -#define __NR_N32_Linux_syscalls 315 +#define __NR_N32_Linux_syscalls 316 #endif /* _UAPI_ASM_UNISTD_H */ --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/binfmt_elfo32.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/binfmt_elfo32.c @@ -72,12 +72,6 @@ #include -/* - * When this file is selected, we are definitely running a 64bit kernel. - * So using the right regs define in asm/reg.h - */ -#define WANT_COMPAT_REG_H - /* These MUST be defined before elf.h gets included */ extern void elf32_core_copy_regs(elf_gregset_t grp, struct pt_regs *regs); #define ELF_CORE_COPY_REGS(_dest, _regs) elf32_core_copy_regs(_dest, _regs); @@ -149,21 +143,21 @@ { int i; - for (i = 0; i < EF_R0; i++) + for (i = 0; i < MIPS32_EF_R0; i++) grp[i] = 0; - grp[EF_R0] = 0; + grp[MIPS32_EF_R0] = 0; for (i = 1; i <= 31; i++) - grp[EF_R0 + i] = (elf_greg_t) regs->regs[i]; - grp[EF_R26] = 0; - grp[EF_R27] = 0; - grp[EF_LO] = (elf_greg_t) regs->lo; - grp[EF_HI] = (elf_greg_t) regs->hi; - grp[EF_CP0_EPC] = (elf_greg_t) regs->cp0_epc; - grp[EF_CP0_BADVADDR] = (elf_greg_t) regs->cp0_badvaddr; - grp[EF_CP0_STATUS] = (elf_greg_t) regs->cp0_status; - grp[EF_CP0_CAUSE] = (elf_greg_t) regs->cp0_cause; -#ifdef EF_UNUSED0 - grp[EF_UNUSED0] = 0; + grp[MIPS32_EF_R0 + i] = (elf_greg_t) regs->regs[i]; + grp[MIPS32_EF_R26] = 0; + grp[MIPS32_EF_R27] = 0; + grp[MIPS32_EF_LO] = (elf_greg_t) regs->lo; + grp[MIPS32_EF_HI] = (elf_greg_t) regs->hi; + grp[MIPS32_EF_CP0_EPC] = (elf_greg_t) regs->cp0_epc; + grp[MIPS32_EF_CP0_BADVADDR] = (elf_greg_t) regs->cp0_badvaddr; + grp[MIPS32_EF_CP0_STATUS] = (elf_greg_t) regs->cp0_status; + grp[MIPS32_EF_CP0_CAUSE] = (elf_greg_t) regs->cp0_cause; +#ifdef MIPS32_EF_UNUSED0 + grp[MIPS32_EF_UNUSED0] = 0; #endif } --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/cps-vec.S +++ linux-lts-utopic-3.16.0/arch/mips/kernel/cps-vec.S @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -38,6 +39,7 @@ mfc0 \dest, CP0_CONFIG, 3 andi \dest, \dest, MIPS_CONF3_MT beqz \dest, \nomt + nop .endm .section .text.cps-vec @@ -98,11 +100,11 @@ xori t2, t1, 0x7 beqz t2, 1f li t3, 32 - addi t1, t1, 1 + addiu t1, t1, 1 sllv t1, t3, t1 1: /* At this point t1 == I-cache sets per way */ _EXT t2, v0, MIPS_CONF1_IA_SHF, MIPS_CONF1_IA_SZ - addi t2, t2, 1 + addiu t2, t2, 1 mul t1, t1, t0 mul t1, t1, t2 @@ -125,11 +127,11 @@ xori t2, t1, 0x7 beqz t2, 1f li t3, 32 - addi t1, t1, 1 + addiu t1, t1, 1 sllv t1, t3, t1 1: /* At this point t1 == D-cache sets per way */ _EXT t2, v0, MIPS_CONF1_DA_SHF, MIPS_CONF1_DA_SZ - addi t2, t2, 1 + addiu t2, t2, 1 mul t1, t1, t0 mul t1, t1, t2 @@ -166,6 +168,9 @@ 1: jal mips_cps_core_init nop + /* Do any EVA initialization if necessary */ + eva_init + /* * Boot any other VPEs within this core that should be online, and * deactivate this VPE if it should be offline. @@ -219,10 +224,9 @@ END(excep_ejtag) LEAF(mips_cps_core_init) -#ifdef CONFIG_MIPS_MT +#ifdef CONFIG_MIPS_MT_SMP /* Check that the core implements the MT ASE */ has_mt t0, 3f - nop .set push .set mt @@ -245,7 +249,7 @@ mfc0 t0, CP0_MVPCONF0 srl t0, t0, MVPCONF0_PVPE_SHIFT andi t0, t0, (MVPCONF0_PVPE >> MVPCONF0_PVPE_SHIFT) - addi t7, t0, 1 + addiu t7, t0, 1 /* If there's only 1, we're done */ beqz t0, 2f @@ -275,7 +279,7 @@ mttc0 t0, CP0_TCHALT /* Next VPE */ - addi t5, t5, 1 + addiu t5, t5, 1 slt t0, t5, t7 bnez t0, 1b nop @@ -305,14 +309,15 @@ addu t0, t0, t1 /* Calculate this VPEs ID. If the core doesn't support MT use 0 */ + li t9, 0 +#ifdef CONFIG_MIPS_MT_SMP has_mt t6, 1f - li t9, 0 /* Find the number of VPEs present in the core */ mfc0 t1, CP0_MVPCONF0 srl t1, t1, MVPCONF0_PVPE_SHIFT andi t1, t1, MVPCONF0_PVPE >> MVPCONF0_PVPE_SHIFT - addi t1, t1, 1 + addiu t1, t1, 1 /* Calculate a mask for the VPE ID from EBase.CPUNum */ clz t1, t1 @@ -325,6 +330,7 @@ /* Retrieve the VPE ID from EBase.CPUNum */ mfc0 t9, $15, 1 and t9, t9, t1 +#endif 1: /* Calculate a pointer to this VPEs struct vpe_boot_config */ li t1, VPEBOOTCFG_SIZE @@ -332,7 +338,7 @@ lw t7, COREBOOTCFG_VPECONFIG(t0) addu v0, v0, t7 -#ifdef CONFIG_MIPS_MT +#ifdef CONFIG_MIPS_MT_SMP /* If the core doesn't support MT then return */ bnez t6, 1f @@ -418,7 +424,7 @@ /* Next VPE */ 2: srl t6, t6, 1 - addi t5, t5, 1 + addiu t5, t5, 1 bnez t6, 1b nop @@ -445,7 +451,7 @@ 2: .set pop -#endif /* CONFIG_MIPS_MT */ +#endif /* CONFIG_MIPS_MT_SMP */ /* Return */ jr ra --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/cpu-probe.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/cpu-probe.c @@ -179,6 +179,32 @@ static char unknown_isa[] = KERN_ERR \ "Unsupported ISA type, c0.config0: %d."; +static unsigned int calculate_ftlb_probability(struct cpuinfo_mips *c) +{ + + unsigned int probability = c->tlbsize / c->tlbsizevtlb; + + /* + * 0 = All TLBWR instructions go to FTLB + * 1 = 15:1: For every 16 TBLWR instructions, 15 go to the + * FTLB and 1 goes to the VTLB. + * 2 = 7:1: As above with 7:1 ratio. + * 3 = 3:1: As above with 3:1 ratio. + * + * Use the linear midpoint as the probability threshold. + */ + if (probability >= 12) + return 1; + else if (probability >= 6) + return 2; + else + /* + * So FTLB is less than 4 times bigger than VTLB. + * A 3:1 ratio can still be useful though. + */ + return 3; +} + static void set_ftlb_enable(struct cpuinfo_mips *c, int enable) { unsigned int config6; @@ -189,9 +215,14 @@ case CPU_P5600: /* proAptiv & related cores use Config6 to enable the FTLB */ config6 = read_c0_config6(); + /* Clear the old probability value */ + config6 &= ~(3 << MIPS_CONF6_FTLBP_SHIFT); if (enable) /* Enable FTLB */ - write_c0_config6(config6 | MIPS_CONF6_FTLBEN); + write_c0_config6(config6 | + (calculate_ftlb_probability(c) + << MIPS_CONF6_FTLBP_SHIFT) + | MIPS_CONF6_FTLBEN); else /* Disable FTLB */ write_c0_config6(config6 & ~MIPS_CONF6_FTLBEN); --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/irq-gic.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/irq-gic.c @@ -269,11 +269,13 @@ /* Setup Intr to Pin mapping */ if (pin & GIC_MAP_TO_NMI_MSK) { + int i; + GICWRITE(GIC_REG_ADDR(SHARED, GIC_SH_MAP_TO_PIN(intr)), pin); /* FIXME: hack to route NMI to all cpu's */ - for (cpu = 0; cpu < NR_CPUS; cpu += 32) { + for (i = 0; i < NR_CPUS; i += 32) { GICWRITE(GIC_REG_ADDR(SHARED, - GIC_SH_MAP_TO_VPE_REG_OFF(intr, cpu)), + GIC_SH_MAP_TO_VPE_REG_OFF(intr, i)), 0xffffffff); } } else { --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/irq.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/irq.c @@ -109,7 +109,7 @@ #endif } -#ifdef DEBUG_STACKOVERFLOW +#ifdef CONFIG_DEBUG_STACKOVERFLOW static inline void check_stack_overflow(void) { unsigned long sp; --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/irq_cpu.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/irq_cpu.c @@ -56,6 +56,8 @@ .irq_mask_ack = mask_mips_irq, .irq_unmask = unmask_mips_irq, .irq_eoi = unmask_mips_irq, + .irq_disable = mask_mips_irq, + .irq_enable = unmask_mips_irq, }; /* @@ -92,6 +94,8 @@ .irq_mask_ack = mips_mt_cpu_irq_ack, .irq_unmask = unmask_mips_irq, .irq_eoi = unmask_mips_irq, + .irq_disable = mask_mips_irq, + .irq_enable = unmask_mips_irq, }; void __init mips_cpu_irq_init(void) --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/mcount.S +++ linux-lts-utopic-3.16.0/arch/mips/kernel/mcount.S @@ -123,7 +123,11 @@ nop #endif b ftrace_stub +#ifdef CONFIG_32BIT + addiu sp, sp, 8 +#else nop +#endif static_trace: MCOUNT_SAVE_REGS @@ -133,6 +137,9 @@ move a1, AT /* arg2: parent's return address */ MCOUNT_RESTORE_REGS +#ifdef CONFIG_32BIT + addiu sp, sp, 8 +#endif .globl ftrace_stub ftrace_stub: RETURN_BACK @@ -177,6 +184,11 @@ jal prepare_ftrace_return nop MCOUNT_RESTORE_REGS +#ifndef CONFIG_DYNAMIC_FTRACE +#ifdef CONFIG_32BIT + addiu sp, sp, 8 +#endif +#endif RETURN_BACK END(ftrace_graph_caller) --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/mips-mt-fpaff.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/mips-mt-fpaff.c @@ -154,7 +154,7 @@ unsigned long __user *user_mask_ptr) { unsigned int real_len; - cpumask_t mask; + cpumask_t allowed, mask; int retval; struct task_struct *p; @@ -173,7 +173,8 @@ if (retval) goto out_unlock; - cpumask_and(&mask, &p->thread.user_cpus_allowed, cpu_possible_mask); + cpumask_or(&allowed, &p->thread.user_cpus_allowed, &p->cpus_allowed); + cpumask_and(&mask, &allowed, cpu_active_mask); out_unlock: read_unlock(&tasklist_lock); --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/mips_ksyms.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/mips_ksyms.c @@ -14,7 +14,10 @@ #include #include #include +#include +#include +extern void *__bzero_kernel(void *__s, size_t __count); extern void *__bzero(void *__s, size_t __count); extern long __strncpy_from_kernel_nocheck_asm(char *__to, const char *__from, long __len); @@ -34,6 +37,14 @@ extern long __strnlen_user_asm(const char *s); /* + * Core architecture code + */ +EXPORT_SYMBOL_GPL(_save_fp); +#ifdef CONFIG_CPU_HAS_MSA +EXPORT_SYMBOL_GPL(_save_msa); +#endif + +/* * String functions */ EXPORT_SYMBOL(memset); @@ -56,6 +67,7 @@ EXPORT_SYMBOL(__copy_in_user_eva); EXPORT_SYMBOL(__copy_to_user_eva); EXPORT_SYMBOL(__copy_user_inatomic_eva); +EXPORT_SYMBOL(__bzero_kernel); #endif EXPORT_SYMBOL(__bzero); EXPORT_SYMBOL(__strncpy_from_kernel_nocheck_asm); --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/ptrace.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/ptrace.c @@ -129,7 +129,7 @@ } __put_user(child->thread.fpu.fcr31, data + 64); - __put_user(current_cpu_data.fpu_id, data + 65); + __put_user(boot_cpu_data.fpu_id, data + 65); return 0; } @@ -151,6 +151,7 @@ } __get_user(child->thread.fpu.fcr31, data + 64); + child->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X; /* FIR may not be written. */ @@ -246,36 +247,160 @@ /* regset get/set implementations */ -static int gpr_get(struct task_struct *target, - const struct user_regset *regset, - unsigned int pos, unsigned int count, - void *kbuf, void __user *ubuf) +#if defined(CONFIG_32BIT) || defined(CONFIG_MIPS32_O32) + +static int gpr32_get(struct task_struct *target, + const struct user_regset *regset, + unsigned int pos, unsigned int count, + void *kbuf, void __user *ubuf) { struct pt_regs *regs = task_pt_regs(target); + u32 uregs[ELF_NGREG] = {}; + unsigned i; + + for (i = MIPS32_EF_R1; i <= MIPS32_EF_R31; i++) { + /* k0/k1 are copied as zero. */ + if (i == MIPS32_EF_R26 || i == MIPS32_EF_R27) + continue; + + uregs[i] = regs->regs[i - MIPS32_EF_R0]; + } - return user_regset_copyout(&pos, &count, &kbuf, &ubuf, - regs, 0, sizeof(*regs)); + uregs[MIPS32_EF_LO] = regs->lo; + uregs[MIPS32_EF_HI] = regs->hi; + uregs[MIPS32_EF_CP0_EPC] = regs->cp0_epc; + uregs[MIPS32_EF_CP0_BADVADDR] = regs->cp0_badvaddr; + uregs[MIPS32_EF_CP0_STATUS] = regs->cp0_status; + uregs[MIPS32_EF_CP0_CAUSE] = regs->cp0_cause; + + return user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, + sizeof(uregs)); } -static int gpr_set(struct task_struct *target, - const struct user_regset *regset, - unsigned int pos, unsigned int count, - const void *kbuf, const void __user *ubuf) +static int gpr32_set(struct task_struct *target, + const struct user_regset *regset, + unsigned int pos, unsigned int count, + const void *kbuf, const void __user *ubuf) { - struct pt_regs newregs; - int ret; + struct pt_regs *regs = task_pt_regs(target); + u32 uregs[ELF_NGREG]; + unsigned start, num_regs, i; + int err; + + start = pos / sizeof(u32); + num_regs = count / sizeof(u32); + + if (start + num_regs > ELF_NGREG) + return -EIO; + + err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, + sizeof(uregs)); + if (err) + return err; + + for (i = start; i < num_regs; i++) { + /* + * Cast all values to signed here so that if this is a 64-bit + * kernel, the supplied 32-bit values will be sign extended. + */ + switch (i) { + case MIPS32_EF_R1 ... MIPS32_EF_R25: + /* k0/k1 are ignored. */ + case MIPS32_EF_R28 ... MIPS32_EF_R31: + regs->regs[i - MIPS32_EF_R0] = (s32)uregs[i]; + break; + case MIPS32_EF_LO: + regs->lo = (s32)uregs[i]; + break; + case MIPS32_EF_HI: + regs->hi = (s32)uregs[i]; + break; + case MIPS32_EF_CP0_EPC: + regs->cp0_epc = (s32)uregs[i]; + break; + } + } + + return 0; +} + +#endif /* CONFIG_32BIT || CONFIG_MIPS32_O32 */ + +#ifdef CONFIG_64BIT + +static int gpr64_get(struct task_struct *target, + const struct user_regset *regset, + unsigned int pos, unsigned int count, + void *kbuf, void __user *ubuf) +{ + struct pt_regs *regs = task_pt_regs(target); + u64 uregs[ELF_NGREG] = {}; + unsigned i; + + for (i = MIPS64_EF_R1; i <= MIPS64_EF_R31; i++) { + /* k0/k1 are copied as zero. */ + if (i == MIPS64_EF_R26 || i == MIPS64_EF_R27) + continue; + + uregs[i] = regs->regs[i - MIPS64_EF_R0]; + } + + uregs[MIPS64_EF_LO] = regs->lo; + uregs[MIPS64_EF_HI] = regs->hi; + uregs[MIPS64_EF_CP0_EPC] = regs->cp0_epc; + uregs[MIPS64_EF_CP0_BADVADDR] = regs->cp0_badvaddr; + uregs[MIPS64_EF_CP0_STATUS] = regs->cp0_status; + uregs[MIPS64_EF_CP0_CAUSE] = regs->cp0_cause; + + return user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, + sizeof(uregs)); +} - ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, - &newregs, - 0, sizeof(newregs)); - if (ret) - return ret; +static int gpr64_set(struct task_struct *target, + const struct user_regset *regset, + unsigned int pos, unsigned int count, + const void *kbuf, const void __user *ubuf) +{ + struct pt_regs *regs = task_pt_regs(target); + u64 uregs[ELF_NGREG]; + unsigned start, num_regs, i; + int err; + + start = pos / sizeof(u64); + num_regs = count / sizeof(u64); - *task_pt_regs(target) = newregs; + if (start + num_regs > ELF_NGREG) + return -EIO; + + err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, + sizeof(uregs)); + if (err) + return err; + + for (i = start; i < num_regs; i++) { + switch (i) { + case MIPS64_EF_R1 ... MIPS64_EF_R25: + /* k0/k1 are ignored. */ + case MIPS64_EF_R28 ... MIPS64_EF_R31: + regs->regs[i - MIPS64_EF_R0] = uregs[i]; + break; + case MIPS64_EF_LO: + regs->lo = uregs[i]; + break; + case MIPS64_EF_HI: + regs->hi = uregs[i]; + break; + case MIPS64_EF_CP0_EPC: + regs->cp0_epc = uregs[i]; + break; + } + } return 0; } +#endif /* CONFIG_64BIT */ + static int fpr_get(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, @@ -337,14 +462,16 @@ REGSET_FPR, }; +#if defined(CONFIG_32BIT) || defined(CONFIG_MIPS32_O32) + static const struct user_regset mips_regsets[] = { [REGSET_GPR] = { .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, .size = sizeof(unsigned int), .align = sizeof(unsigned int), - .get = gpr_get, - .set = gpr_set, + .get = gpr32_get, + .set = gpr32_set, }, [REGSET_FPR] = { .core_note_type = NT_PRFPREG, @@ -364,14 +491,18 @@ .n = ARRAY_SIZE(mips_regsets), }; +#endif /* CONFIG_32BIT || CONFIG_MIPS32_O32 */ + +#ifdef CONFIG_64BIT + static const struct user_regset mips64_regsets[] = { [REGSET_GPR] = { .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, .size = sizeof(unsigned long), .align = sizeof(unsigned long), - .get = gpr_get, - .set = gpr_set, + .get = gpr64_get, + .set = gpr64_set, }, [REGSET_FPR] = { .core_note_type = NT_PRFPREG, @@ -384,25 +515,26 @@ }; static const struct user_regset_view user_mips64_view = { - .name = "mips", + .name = "mips64", .e_machine = ELF_ARCH, .ei_osabi = ELF_OSABI, .regsets = mips64_regsets, - .n = ARRAY_SIZE(mips_regsets), + .n = ARRAY_SIZE(mips64_regsets), }; +#endif /* CONFIG_64BIT */ + const struct user_regset_view *task_user_regset_view(struct task_struct *task) { #ifdef CONFIG_32BIT return &user_mips_view; -#endif - +#else #ifdef CONFIG_MIPS32_O32 - if (test_thread_flag(TIF_32BIT_REGS)) - return &user_mips_view; + if (test_tsk_thread_flag(task, TIF_32BIT_REGS)) + return &user_mips_view; #endif - return &user_mips64_view; +#endif } long arch_ptrace(struct task_struct *child, long request, @@ -480,7 +612,7 @@ break; case FPC_EIR: /* implementation / version register */ - tmp = current_cpu_data.fpu_id; + tmp = boot_cpu_data.fpu_id; break; case DSP_BASE ... DSP_BASE + 5: { dspreg_t *dregs; @@ -565,7 +697,7 @@ break; #endif case FPC_CSR: - child->thread.fpu.fcr31 = data; + child->thread.fpu.fcr31 = data & ~FPU_CSR_ALL_X; break; case DSP_BASE ... DSP_BASE + 5: { dspreg_t *dregs; --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/ptrace32.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/ptrace32.c @@ -129,7 +129,7 @@ break; case FPC_EIR: /* implementation / version register */ - tmp = current_cpu_data.fpu_id; + tmp = boot_cpu_data.fpu_id; break; case DSP_BASE ... DSP_BASE + 5: { dspreg_t *dregs; --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/scall32-o32.S +++ linux-lts-utopic-3.16.0/arch/mips/kernel/scall32-o32.S @@ -578,3 +578,4 @@ PTR sys_sched_setattr PTR sys_sched_getattr /* 4350 */ PTR sys_renameat2 + PTR sys_seccomp --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/scall64-64.S +++ linux-lts-utopic-3.16.0/arch/mips/kernel/scall64-64.S @@ -80,7 +80,7 @@ SAVE_STATIC move s0, t2 move a0, sp - daddiu a1, v0, __NR_64_Linux + move a1, v0 jal syscall_trace_enter bltz v0, 2f # seccomp failed? Skip syscall @@ -431,4 +431,5 @@ PTR sys_sched_setattr PTR sys_sched_getattr /* 5310 */ PTR sys_renameat2 + PTR sys_seccomp .size sys_call_table,.-sys_call_table --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/scall64-n32.S +++ linux-lts-utopic-3.16.0/arch/mips/kernel/scall64-n32.S @@ -72,7 +72,7 @@ SAVE_STATIC move s0, t2 move a0, sp - daddiu a1, v0, __NR_N32_Linux + move a1, v0 jal syscall_trace_enter bltz v0, 2f # seccomp failed? Skip syscall @@ -424,4 +424,5 @@ PTR sys_sched_setattr PTR sys_sched_getattr PTR sys_renameat2 /* 6315 */ + PTR sys_seccomp .size sysn32_call_table,.-sysn32_call_table --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/scall64-o32.S +++ linux-lts-utopic-3.16.0/arch/mips/kernel/scall64-o32.S @@ -113,15 +113,19 @@ move s0, t2 # Save syscall pointer move a0, sp /* - * syscall number is in v0 unless we called syscall(__NR_###) + * absolute syscall number is in v0 unless we called syscall(__NR_###) * where the real syscall number is in a0 * note: NR_syscall is the first O32 syscall but the macro is * only defined when compiling with -mabi=32 (CONFIG_32BIT) * therefore __NR_O32_Linux is used (4000) */ - addiu a1, v0, __NR_O32_Linux - bnez v0, 1f /* __NR_syscall at offset 0 */ - lw a1, PT_R4(sp) + .set push + .set reorder + subu t1, v0, __NR_O32_Linux + move a1, v0 + bnez t1, 1f /* __NR_syscall at offset 0 */ + lw a1, PT_R4(sp) /* Arg1 for __NR_syscall case */ + .set pop 1: jal syscall_trace_enter @@ -557,4 +561,5 @@ PTR sys_sched_setattr PTR sys_sched_getattr /* 4350 */ PTR sys_renameat2 + PTR sys_seccomp .size sys32_call_table,.-sys32_call_table --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/signal.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/signal.c @@ -676,13 +676,13 @@ save_fp_context = _save_fp_context; restore_fp_context = _restore_fp_context; } else { - save_fp_context = copy_fp_from_sigcontext; - restore_fp_context = copy_fp_to_sigcontext; + save_fp_context = copy_fp_to_sigcontext; + restore_fp_context = copy_fp_from_sigcontext; } #endif /* CONFIG_SMP */ #else - save_fp_context = copy_fp_from_sigcontext;; - restore_fp_context = copy_fp_to_sigcontext; + save_fp_context = copy_fp_to_sigcontext; + restore_fp_context = copy_fp_from_sigcontext; #endif return 0; --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/signal32.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/signal32.c @@ -409,8 +409,6 @@ int copy_siginfo_from_user32(siginfo_t *to, compat_siginfo_t __user *from) { - memset(to, 0, sizeof *to); - if (copy_from_user(to, from, 3*sizeof(int)) || copy_from_user(to->_sifields._pad, from->_sifields._pad, SI_PAD_SIZE32)) --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/smp-mt.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/smp-mt.c @@ -288,6 +288,7 @@ .prepare_cpus = vsmp_prepare_cpus, }; +#ifdef CONFIG_PROC_FS static int proc_cpuinfo_chain_call(struct notifier_block *nfb, unsigned long action_unused, void *data) { @@ -309,3 +310,4 @@ } subsys_initcall(proc_cpuinfo_notifier_init); +#endif --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/smp.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/smp.c @@ -101,10 +101,10 @@ unsigned int cpu; cpu_probe(); - cpu_report(); per_cpu_trap_init(false); mips_clockevent_init(); mp_ops->init_secondary(); + cpu_report(); /* * XXX parity protection should be folded in here when it's converted --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/traps.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/traps.c @@ -189,6 +189,7 @@ void show_stack(struct task_struct *task, unsigned long *sp) { struct pt_regs regs; + mm_segment_t old_fs = get_fs(); if (sp) { regs.regs[29] = (unsigned long)sp; regs.regs[31] = 0; @@ -207,7 +208,13 @@ prepare_frametrace(®s); } } + /* + * show_stack() deals exclusively with kernel mode, so be sure to access + * the stack in the kernel (not user) address space. + */ + set_fs(KERNEL_DS); show_stacktrace(task, ®s); + set_fs(old_fs); } static void show_code(unsigned int __user *pc) @@ -684,15 +691,15 @@ asmlinkage void do_ov(struct pt_regs *regs) { enum ctx_state prev_state; - siginfo_t info; + siginfo_t info = { + .si_signo = SIGFPE, + .si_code = FPE_INTOVF, + .si_addr = (void __user *)regs->cp0_epc, + }; prev_state = exception_enter(); die_if_kernel("Integer overflow", regs); - info.si_code = FPE_INTOVF; - info.si_signo = SIGFPE; - info.si_errno = 0; - info.si_addr = (void __user *) regs->cp0_epc; force_sig_info(SIGFPE, &info, current); exception_exit(prev_state); } @@ -795,7 +802,7 @@ static void do_trap_or_bp(struct pt_regs *regs, unsigned int code, const char *str) { - siginfo_t info; + siginfo_t info = { 0 }; char b[40]; #ifdef CONFIG_KGDB_LOW_LEVEL_TRAP @@ -823,7 +830,6 @@ else info.si_code = FPE_INTOVF; info.si_signo = SIGFPE; - info.si_errno = 0; info.si_addr = (void __user *) regs->cp0_epc; force_sig_info(SIGFPE, &info, current); break; @@ -1338,6 +1344,7 @@ const int field = 2 * sizeof(unsigned long); int multi_match = regs->cp0_status & ST0_TS; enum ctx_state prev_state; + mm_segment_t old_fs = get_fs(); prev_state = exception_enter(); show_regs(regs); @@ -1352,8 +1359,13 @@ dump_tlb_all(); } + if (!user_mode(regs)) + set_fs(KERNEL_DS); + show_code((unsigned int __user *) regs->cp0_epc); + set_fs(old_fs); + /* * Some chips may have other causes of machine check (e.g. SB1 * graduation timer) @@ -1931,10 +1943,10 @@ BUG_ON(current->mm); enter_lazy_tlb(&init_mm, current); - /* Boot CPU's cache setup in setup_arch(). */ - if (!is_boot_cpu) - cpu_cache_init(); - tlb_init(); + /* Boot CPU's cache setup in setup_arch(). */ + if (!is_boot_cpu) + cpu_cache_init(); + tlb_init(); TLBMISS_HANDLER_SETUP(); } --- linux-lts-utopic-3.16.0.orig/arch/mips/kernel/unaligned.c +++ linux-lts-utopic-3.16.0/arch/mips/kernel/unaligned.c @@ -690,7 +690,6 @@ case sdc1_op: die_if_kernel("Unaligned FP access in kernel code", regs); BUG_ON(!used_math()); - BUG_ON(!is_fpu_owner()); lose_fpu(1); /* Save FPU state for the emulator. */ res = fpu_emulator_cop1Handler(regs, ¤t->thread.fpu, 1, --- linux-lts-utopic-3.16.0.orig/arch/mips/kvm/kvm_locore.S +++ linux-lts-utopic-3.16.0/arch/mips/kvm/kvm_locore.S @@ -159,9 +159,11 @@ FEXPORT(__kvm_mips_load_asid) /* Set the ASID for the Guest Kernel */ - INT_SLL t0, t0, 1 /* with kseg0 @ 0x40000000, kernel */ - /* addresses shift to 0x80000000 */ - bltz t0, 1f /* If kernel */ + PTR_L t0, VCPU_COP0(k1) + LONG_L t0, COP0_STATUS(t0) + andi t0, KSU_USER | ST0_ERL | ST0_EXL + xori t0, KSU_USER + bnez t0, 1f /* If kernel */ INT_ADDIU t1, k1, VCPU_GUEST_KERNEL_ASID /* (BD) */ INT_ADDIU t1, k1, VCPU_GUEST_USER_ASID /* else user */ 1: @@ -428,7 +430,7 @@ /* Setup status register for running guest in UM */ .set at or v1, v1, (ST0_EXL | KSU_USER | ST0_IE) - and v1, v1, ~ST0_CU0 + and v1, v1, ~(ST0_CU0 | ST0_MX) .set noat mtc0 v1, CP0_STATUS ehb @@ -438,9 +440,11 @@ mtc0 t0, CP0_EPC /* Set the ASID for the Guest Kernel */ - INT_SLL t0, t0, 1 /* with kseg0 @ 0x40000000, kernel */ - /* addresses shift to 0x80000000 */ - bltz t0, 1f /* If kernel */ + PTR_L t0, VCPU_COP0(k1) + LONG_L t0, COP0_STATUS(t0) + andi t0, KSU_USER | ST0_ERL | ST0_EXL + xori t0, KSU_USER + bnez t0, 1f /* If kernel */ INT_ADDIU t1, k1, VCPU_GUEST_KERNEL_ASID /* (BD) */ INT_ADDIU t1, k1, VCPU_GUEST_USER_ASID /* else user */ 1: --- linux-lts-utopic-3.16.0.orig/arch/mips/kvm/kvm_mips.c +++ linux-lts-utopic-3.16.0/arch/mips/kvm/kvm_mips.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include @@ -306,7 +307,7 @@ if (!gebase) { err = -ENOMEM; - goto out_free_cpu; + goto out_uninit_cpu; } kvm_debug("Allocated %d bytes for KVM Exception Handlers @ %p\n", ALIGN(size, PAGE_SIZE), gebase); @@ -367,6 +368,9 @@ out_free_gebase: kfree(gebase); +out_uninit_cpu: + kvm_vcpu_uninit(vcpu); + out_free_cpu: kfree(vcpu); @@ -413,6 +417,8 @@ vcpu->mmio_needed = 0; } + lose_fpu(1); + local_irq_disable(); /* Check if we have any exceptions/interrupts pending */ kvm_mips_deliver_interrupts(vcpu, @@ -810,7 +816,7 @@ /* If nothing is dirty, don't bother messing with page tables. */ if (is_dirty) { - memslot = &kvm->memslots->memslots[log->slot]; + memslot = id_to_memslot(kvm->memslots, log->slot); ga = memslot->base_gfn << PAGE_SHIFT; ga_end = ga + (memslot->npages << PAGE_SHIFT); @@ -892,7 +898,7 @@ return VM_FAULT_SIGBUS; } -int kvm_dev_ioctl_check_extension(long ext) +int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext) { int r; @@ -1028,9 +1034,6 @@ { uint32_t status = read_c0_status(); - if (cpu_has_fpu) - status |= (ST0_CU1); - if (cpu_has_dsp) status |= (ST0_MX); @@ -1156,6 +1159,10 @@ ret = kvm_mips_callbacks->handle_break(vcpu); break; + case T_MSADIS: + ret = kvm_mips_callbacks->handle_msa_disabled(vcpu); + break; + default: kvm_err ("Exception Code: %d, not yet handled, @ PC: %p, inst: 0x%08x BadVaddr: %#lx Status: %#lx\n", --- linux-lts-utopic-3.16.0.orig/arch/mips/kvm/kvm_mips_emul.c +++ linux-lts-utopic-3.16.0/arch/mips/kvm/kvm_mips_emul.c @@ -1434,7 +1434,7 @@ base = (inst >> 21) & 0x1f; op_inst = (inst >> 16) & 0x1f; - offset = inst & 0xffff; + offset = (int16_t)inst; cache = (inst >> 16) & 0x3; op = (inst >> 18) & 0x7; @@ -2130,7 +2130,7 @@ if (vcpu->mmio_needed == 2) *gpr = *(int16_t *) run->mmio.data; else - *gpr = *(int16_t *) run->mmio.data; + *gpr = *(uint16_t *)run->mmio.data; break; case 1: @@ -2204,6 +2204,7 @@ case T_SYSCALL: case T_BREAK: case T_RES_INST: + case T_MSADIS: break; case T_COP_UNUSABLE: --- linux-lts-utopic-3.16.0.orig/arch/mips/kvm/kvm_trap_emul.c +++ linux-lts-utopic-3.16.0/arch/mips/kvm/kvm_trap_emul.c @@ -333,6 +333,33 @@ return ret; } +static int kvm_trap_emul_handle_msa_disabled(struct kvm_vcpu *vcpu) +{ + struct kvm_run *run = vcpu->run; + uint32_t __user *opc = (uint32_t __user *) vcpu->arch.pc; + unsigned long cause = vcpu->arch.host_cp0_cause; + enum emulation_result er = EMULATE_DONE; + int ret = RESUME_GUEST; + + /* No MSA supported in guest, guest reserved instruction exception */ + er = kvm_mips_emulate_ri_exc(cause, opc, run, vcpu); + + switch (er) { + case EMULATE_DONE: + ret = RESUME_GUEST; + break; + + case EMULATE_FAIL: + run->exit_reason = KVM_EXIT_INTERNAL_ERROR; + ret = RESUME_HOST; + break; + + default: + BUG(); + } + return ret; +} + static int kvm_trap_emul_vm_init(struct kvm *kvm) { return 0; @@ -472,6 +499,7 @@ .handle_syscall = kvm_trap_emul_handle_syscall, .handle_res_inst = kvm_trap_emul_handle_res_inst, .handle_break = kvm_trap_emul_handle_break, + .handle_msa_disabled = kvm_trap_emul_handle_msa_disabled, .vm_init = kvm_trap_emul_vm_init, .vcpu_init = kvm_trap_emul_vcpu_init, --- linux-lts-utopic-3.16.0.orig/arch/mips/kvm/trace.h +++ linux-lts-utopic-3.16.0/arch/mips/kvm/trace.h @@ -26,18 +26,18 @@ TP_PROTO(struct kvm_vcpu *vcpu, unsigned int reason), TP_ARGS(vcpu, reason), TP_STRUCT__entry( - __field(struct kvm_vcpu *, vcpu) + __field(unsigned long, pc) __field(unsigned int, reason) ), TP_fast_assign( - __entry->vcpu = vcpu; + __entry->pc = vcpu->arch.pc; __entry->reason = reason; ), TP_printk("[%s]PC: 0x%08lx", kvm_mips_exit_types_str[__entry->reason], - __entry->vcpu->arch.pc) + __entry->pc) ); #endif /* _TRACE_KVM_H */ --- linux-lts-utopic-3.16.0.orig/arch/mips/lib/memcpy.S +++ linux-lts-utopic-3.16.0/arch/mips/lib/memcpy.S @@ -503,6 +503,7 @@ STOREB(t0, NBYTES-2(dst), .Ls_exc_p1\@) .Ldone\@: jr ra + nop .if __memcpy == 1 END(memcpy) .set __memcpy, 0 --- linux-lts-utopic-3.16.0.orig/arch/mips/lib/memset.S +++ linux-lts-utopic-3.16.0/arch/mips/lib/memset.S @@ -238,6 +238,8 @@ 1: #ifndef CONFIG_EVA FEXPORT(__bzero) +#else +FEXPORT(__bzero_kernel) #endif __BUILD_BZERO LEGACY_MODE --- linux-lts-utopic-3.16.0.orig/arch/mips/loongson/common/Makefile +++ linux-lts-utopic-3.16.0/arch/mips/loongson/common/Makefile @@ -11,7 +11,8 @@ # Serial port support # obj-$(CONFIG_EARLY_PRINTK) += early_printk.o -obj-$(CONFIG_SERIAL_8250) += serial.o +loongson-serial-$(CONFIG_SERIAL_8250) := serial.o +obj-y += $(loongson-serial-m) $(loongson-serial-y) obj-$(CONFIG_LOONGSON_UART_BASE) += uart_base.o obj-$(CONFIG_LOONGSON_MC146818) += rtc.o --- linux-lts-utopic-3.16.0.orig/arch/mips/loongson/lemote-2f/clock.c +++ linux-lts-utopic-3.16.0/arch/mips/loongson/lemote-2f/clock.c @@ -91,6 +91,7 @@ int clk_set_rate(struct clk *clk, unsigned long rate) { + unsigned int rate_khz = rate / 1000; struct cpufreq_frequency_table *pos; int ret = 0; int regval; @@ -107,9 +108,9 @@ propagate_rate(clk); cpufreq_for_each_valid_entry(pos, loongson2_clockmod_table) - if (rate == pos->frequency) + if (rate_khz == pos->frequency) break; - if (rate != pos->frequency) + if (rate_khz != pos->frequency) return -ENOTSUPP; clk->rate = rate; --- linux-lts-utopic-3.16.0.orig/arch/mips/loongson/loongson-3/irq.c +++ linux-lts-utopic-3.16.0/arch/mips/loongson/loongson-3/irq.c @@ -42,6 +42,7 @@ static struct irqaction cascade_irqaction = { .handler = no_action, + .flags = IRQF_NO_SUSPEND, .name = "cascade", }; --- linux-lts-utopic-3.16.0.orig/arch/mips/math-emu/cp1emu.c +++ linux-lts-utopic-3.16.0/arch/mips/math-emu/cp1emu.c @@ -650,9 +650,9 @@ #define SIFROMREG(si, x) \ do { \ if (cop1_64bit(xcp)) \ - (si) = get_fpr32(&ctx->fpr[x], 0); \ + (si) = (int)get_fpr32(&ctx->fpr[x], 0); \ else \ - (si) = get_fpr32(&ctx->fpr[(x) & ~1], (x) & 1); \ + (si) = (int)get_fpr32(&ctx->fpr[(x) & ~1], (x) & 1); \ } while (0) #define SITOREG(si, x) \ @@ -667,7 +667,7 @@ } \ } while (0) -#define SIFROMHREG(si, x) ((si) = get_fpr32(&ctx->fpr[x], 1)) +#define SIFROMHREG(si, x) ((si) = (int)get_fpr32(&ctx->fpr[x], 1)) #define SITOHREG(si, x) \ do { \ @@ -1023,7 +1023,7 @@ goto emul; case cop1x_op: - if (cpu_has_mips_4_5 || cpu_has_mips64) + if (cpu_has_mips_4_5 || cpu_has_mips64 || cpu_has_mips32r2) /* its one of ours */ goto emul; @@ -1068,7 +1068,7 @@ break; case cop1x_op: - if (!cpu_has_mips_4_5 && !cpu_has_mips64) + if (!cpu_has_mips_4_5 && !cpu_has_mips64 && !cpu_has_mips32r2) return SIGILL; sig = fpux_emu(xcp, ctx, ir, fault_addr); @@ -1827,7 +1827,7 @@ case -1: if (cpu_has_mips_4_5_r) - cbit = fpucondbit[MIPSInst_RT(ir) >> 2]; + cbit = fpucondbit[MIPSInst_FD(ir) >> 2]; else cbit = FPU_CSR_COND; if (rv.w) --- linux-lts-utopic-3.16.0.orig/arch/mips/mm/dma-default.c +++ linux-lts-utopic-3.16.0/arch/mips/mm/dma-default.c @@ -94,7 +94,7 @@ else #endif #if defined(CONFIG_ZONE_DMA) && !defined(CONFIG_ZONE_DMA32) - if (dev->coherent_dma_mask < DMA_BIT_MASK(64)) + if (dev->coherent_dma_mask < DMA_BIT_MASK(sizeof(phys_addr_t) * 8)) dma_flag = __GFP_DMA; else #endif --- linux-lts-utopic-3.16.0.orig/arch/mips/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/mips/mm/fault.c @@ -158,6 +158,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/mips/mm/tlbex.c +++ linux-lts-utopic-3.16.0/arch/mips/mm/tlbex.c @@ -1061,6 +1061,7 @@ struct mips_huge_tlb_info { int huge_pte; int restore_scratch; + bool need_reload_pte; }; static struct mips_huge_tlb_info @@ -1075,6 +1076,7 @@ rv.huge_pte = scratch; rv.restore_scratch = 0; + rv.need_reload_pte = false; if (check_for_high_segbits) { UASM_i_MFC0(p, tmp, C0_BADVADDR); @@ -1263,6 +1265,7 @@ } else { htlb_info.huge_pte = K0; htlb_info.restore_scratch = 0; + htlb_info.need_reload_pte = true; vmalloc_mode = refill_noscratch; /* * create the plain linear handler @@ -1299,6 +1302,8 @@ } #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT uasm_l_tlb_huge_update(&l, p); + if (htlb_info.need_reload_pte) + UASM_i_LW(&p, htlb_info.huge_pte, 0, K1); build_huge_update_entries(&p, htlb_info.huge_pte, K1); build_huge_tlb_write_entry(&p, &l, &r, K0, tlb_random, htlb_info.restore_scratch); --- linux-lts-utopic-3.16.0.orig/arch/mips/mti-malta/malta-memory.c +++ linux-lts-utopic-3.16.0/arch/mips/mti-malta/malta-memory.c @@ -34,18 +34,30 @@ /* otherwise look in the environment */ memsize_str = fw_getenv("memsize"); - if (memsize_str) - tmp = kstrtol(memsize_str, 0, &memsize); + if (memsize_str) { + tmp = kstrtoul(memsize_str, 0, &memsize); + if (tmp) + pr_warn("Failed to read the 'memsize' env variable.\n"); + } if (eva) { /* Look for ememsize for EVA */ ememsize_str = fw_getenv("ememsize"); - if (ememsize_str) - tmp = kstrtol(ememsize_str, 0, &ememsize); + if (ememsize_str) { + tmp = kstrtoul(ememsize_str, 0, &ememsize); + if (tmp) + pr_warn("Failed to read the 'ememsize' env variable.\n"); + } } if (!memsize && !ememsize) { pr_warn("memsize not set in YAMON, set to default (32Mb)\n"); physical_memsize = 0x02000000; } else { + if (memsize > (256 << 20)) { /* memsize should be capped to 256M */ + pr_warn("Unsupported memsize value (0x%lx) detected! " + "Using 0x10000000 (256M) instead\n", + memsize); + memsize = 256 << 20; + } /* If ememsize is set, then set physical_memsize to that */ physical_memsize = ememsize ? : memsize; } --- linux-lts-utopic-3.16.0.orig/arch/mips/mti-malta/malta-time.c +++ linux-lts-utopic-3.16.0/arch/mips/mti-malta/malta-time.c @@ -158,14 +158,17 @@ static void __init init_rtc(void) { - /* stop the clock whilst setting it up */ - CMOS_WRITE(RTC_SET | RTC_24H, RTC_CONTROL); + unsigned char freq, ctrl; - /* 32KHz time base */ - CMOS_WRITE(RTC_REF_CLCK_32KHZ, RTC_FREQ_SELECT); + /* Set 32KHz time base if not already set */ + freq = CMOS_READ(RTC_FREQ_SELECT); + if ((freq & RTC_DIV_CTL) != RTC_REF_CLCK_32KHZ) + CMOS_WRITE(RTC_REF_CLCK_32KHZ, RTC_FREQ_SELECT); - /* start the clock */ - CMOS_WRITE(RTC_24H, RTC_CONTROL); + /* Ensure SET bit is clear so RTC can run */ + ctrl = CMOS_READ(RTC_CONTROL); + if (ctrl & RTC_SET) + CMOS_WRITE(ctrl & ~RTC_SET, RTC_CONTROL); } void __init plat_time_init(void) --- linux-lts-utopic-3.16.0.orig/arch/mips/net/bpf_jit.c +++ linux-lts-utopic-3.16.0/arch/mips/net/bpf_jit.c @@ -430,7 +430,7 @@ u32 *p = &ctx->target[ctx->idx]; uasm_i_divu(&p, dst, src); p = &ctx->target[ctx->idx + 1]; - uasm_i_mflo(&p, dst); + uasm_i_mfhi(&p, dst); } ctx->idx += 2; /* 2 insts */ } @@ -566,19 +566,6 @@ return num; } -static bool is_load_to_a(u16 inst) -{ - switch (inst) { - case BPF_LD | BPF_W | BPF_LEN: - case BPF_LD | BPF_W | BPF_ABS: - case BPF_LD | BPF_H | BPF_ABS: - case BPF_LD | BPF_B | BPF_ABS: - return true; - default: - return false; - } -} - static void save_bpf_jit_regs(struct jit_ctx *ctx, unsigned offset) { int i = 0, real_off = 0; @@ -703,7 +690,6 @@ static void build_prologue(struct jit_ctx *ctx) { - u16 first_inst = ctx->skf->insns[0].code; int sp_off; /* Calculate the total offset for the stack pointer */ @@ -717,7 +703,7 @@ emit_jit_reg_move(r_X, r_zero, ctx); /* Do not leak kernel data to userspace */ - if ((first_inst != (BPF_RET | BPF_K)) && !(is_load_to_a(first_inst))) + if (bpf_needs_clear_a(&ctx->skf->insns[0])) emit_jit_reg_move(r_A, r_zero, ctx); } @@ -1005,7 +991,7 @@ break; case BPF_ALU | BPF_MOD | BPF_K: /* A %= k */ - if (k == 1 || optimize_div(&k)) { + if (k == 1) { ctx->flags |= SEEN_A; emit_jit_reg_move(r_A, r_zero, ctx); } else { --- linux-lts-utopic-3.16.0.orig/arch/mips/oprofile/backtrace.c +++ linux-lts-utopic-3.16.0/arch/mips/oprofile/backtrace.c @@ -92,7 +92,7 @@ /* This marks the end of the previous function, which means we overran. */ break; - stack_size = (unsigned) stack_adjustment; + stack_size = (unsigned long) stack_adjustment; } else if (is_ra_save_ins(&ip)) { int ra_slot = ip.i_format.simmediate; if (ra_slot < 0) --- linux-lts-utopic-3.16.0.orig/arch/mips/power/cpu.c +++ linux-lts-utopic-3.16.0/arch/mips/power/cpu.c @@ -7,7 +7,7 @@ * Author: Hu Hongbing * Wu Zhangjin */ -#include +#include #include #include --- linux-lts-utopic-3.16.0.orig/arch/mips/power/hibernate.S +++ linux-lts-utopic-3.16.0/arch/mips/power/hibernate.S @@ -30,6 +30,8 @@ END(swsusp_arch_suspend) LEAF(swsusp_arch_resume) + /* Avoid TLB mismatch during and after kernel resume */ + jal local_flush_tlb_all PTR_L t0, restore_pblist 0: PTR_L t1, PBE_ADDRESS(t0) /* source */ @@ -43,7 +45,6 @@ bne t1, t3, 1b PTR_L t0, PBE_NEXT(t0) bnez t0, 0b - jal local_flush_tlb_all /* Avoid TLB mismatch after kernel resume */ PTR_LA t0, saved_regs PTR_L ra, PT_R31(t0) PTR_L sp, PT_R29(t0) --- linux-lts-utopic-3.16.0.orig/arch/mips/sgi-ip27/ip27-memory.c +++ linux-lts-utopic-3.16.0/arch/mips/sgi-ip27/ip27-memory.c @@ -107,6 +107,7 @@ } unsigned char __node_distances[MAX_COMPACT_NODES][MAX_COMPACT_NODES]; +EXPORT_SYMBOL(__node_distances); static int __init compute_node_distance(nasid_t nasid_a, nasid_t nasid_b) { --- linux-lts-utopic-3.16.0.orig/arch/mn10300/Kconfig +++ linux-lts-utopic-3.16.0/arch/mn10300/Kconfig @@ -1,6 +1,7 @@ config MN10300 def_bool y select HAVE_OPROFILE + select HAVE_UID16 select GENERIC_IRQ_SHOW select ARCH_WANT_IPC_PARSE_VERSION select HAVE_ARCH_TRACEHOOK @@ -37,9 +38,6 @@ config NUMA def_bool n -config UID16 - def_bool y - config RWSEM_GENERIC_SPINLOCK def_bool y --- linux-lts-utopic-3.16.0.orig/arch/mn10300/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/mn10300/mm/fault.c @@ -262,6 +262,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/openrisc/Kconfig +++ linux-lts-utopic-3.16.0/arch/openrisc/Kconfig @@ -16,6 +16,7 @@ select GENERIC_IRQ_SHOW select GENERIC_IOMAP select GENERIC_CPU_DEVICES + select HAVE_UID16 select GENERIC_ATOMIC64 select GENERIC_CLOCKEVENTS select GENERIC_STRNCPY_FROM_USER @@ -29,9 +30,6 @@ config HAVE_DMA_ATTRS def_bool y -config UID16 - def_bool y - config RWSEM_GENERIC_SPINLOCK def_bool y --- linux-lts-utopic-3.16.0.orig/arch/openrisc/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/openrisc/mm/fault.c @@ -171,6 +171,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/parisc/Makefile +++ linux-lts-utopic-3.16.0/arch/parisc/Makefile @@ -48,7 +48,12 @@ # These flags should be implied by an hppa-linux configuration, but they # are not in gcc 3.2. -cflags-y += -mno-space-regs -mfast-indirect-calls +cflags-y += -mno-space-regs + +# -mfast-indirect-calls is only relevant for 32-bit kernels. +ifndef CONFIG_64BIT +cflags-y += -mfast-indirect-calls +endif # Currently we save and restore fpregs on all kernel entry/interruption paths. # If that gets optimized, we might need to disable the use of fpregs in the --- linux-lts-utopic-3.16.0.orig/arch/parisc/include/asm/elf.h +++ linux-lts-utopic-3.16.0/arch/parisc/include/asm/elf.h @@ -348,6 +348,10 @@ #define ELF_HWCAP 0 +#define STACK_RND_MASK (is_32bit_task() ? \ + 0x7ff >> (PAGE_SHIFT - 12) : \ + 0x3ffff >> (PAGE_SHIFT - 12)) + struct mm_struct; extern unsigned long arch_randomize_brk(struct mm_struct *); #define arch_randomize_brk arch_randomize_brk --- linux-lts-utopic-3.16.0.orig/arch/parisc/include/asm/ldcw.h +++ linux-lts-utopic-3.16.0/arch/parisc/include/asm/ldcw.h @@ -33,11 +33,18 @@ #endif /*!CONFIG_PA20*/ -/* LDCW, the only atomic read-write operation PA-RISC has. *sigh*. */ +/* LDCW, the only atomic read-write operation PA-RISC has. *sigh*. + We don't explicitly expose that "*a" may be written as reload + fails to find a register in class R1_REGS when "a" needs to be + reloaded when generating 64-bit PIC code. Instead, we clobber + memory to indicate to the compiler that the assembly code reads + or writes to items other than those listed in the input and output + operands. This may pessimize the code somewhat but __ldcw is + usually used within code blocks surrounded by memory barriors. */ #define __ldcw(a) ({ \ unsigned __ret; \ - __asm__ __volatile__(__LDCW " 0(%2),%0" \ - : "=r" (__ret), "+m" (*(a)) : "r" (a)); \ + __asm__ __volatile__(__LDCW " 0(%1),%0" \ + : "=r" (__ret) : "r" (a) : "memory"); \ __ret; \ }) --- linux-lts-utopic-3.16.0.orig/arch/parisc/include/uapi/asm/mman.h +++ linux-lts-utopic-3.16.0/arch/parisc/include/uapi/asm/mman.h @@ -46,16 +46,6 @@ #define MADV_DONTFORK 10 /* don't inherit across fork */ #define MADV_DOFORK 11 /* do inherit across fork */ -/* The range 12-64 is reserved for page size specification. */ -#define MADV_4K_PAGES 12 /* Use 4K pages */ -#define MADV_16K_PAGES 14 /* Use 16K pages */ -#define MADV_64K_PAGES 16 /* Use 64K pages */ -#define MADV_256K_PAGES 18 /* Use 256K pages */ -#define MADV_1M_PAGES 20 /* Use 1 Megabyte pages */ -#define MADV_4M_PAGES 22 /* Use 4 Megabyte pages */ -#define MADV_16M_PAGES 24 /* Use 16 Megabyte pages */ -#define MADV_64M_PAGES 26 /* Use 64 Megabyte pages */ - #define MADV_MERGEABLE 65 /* KSM may merge identical pages */ #define MADV_UNMERGEABLE 66 /* KSM may not merge identical pages */ --- linux-lts-utopic-3.16.0.orig/arch/parisc/include/uapi/asm/shmbuf.h +++ linux-lts-utopic-3.16.0/arch/parisc/include/uapi/asm/shmbuf.h @@ -36,23 +36,16 @@ unsigned int __unused2; }; -#ifdef CONFIG_64BIT -/* The 'unsigned int' (formerly 'unsigned long') data types below will - * ensure that a 32-bit app calling shmctl(*,IPC_INFO,*) will work on - * a wide kernel, but if some of these values are meant to contain pointers - * they may need to be 'long long' instead. -PB XXX FIXME - */ -#endif struct shminfo64 { - unsigned int shmmax; - unsigned int shmmin; - unsigned int shmmni; - unsigned int shmseg; - unsigned int shmall; - unsigned int __unused1; - unsigned int __unused2; - unsigned int __unused3; - unsigned int __unused4; + unsigned long shmmax; + unsigned long shmmin; + unsigned long shmmni; + unsigned long shmseg; + unsigned long shmall; + unsigned long __unused1; + unsigned long __unused2; + unsigned long __unused3; + unsigned long __unused4; }; #endif /* _PARISC_SHMBUF_H */ --- linux-lts-utopic-3.16.0.orig/arch/parisc/include/uapi/asm/siginfo.h +++ linux-lts-utopic-3.16.0/arch/parisc/include/uapi/asm/siginfo.h @@ -1,6 +1,10 @@ #ifndef _PARISC_SIGINFO_H #define _PARISC_SIGINFO_H +#if defined(__LP64__) +#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int)) +#endif + #include #undef NSIGTRAP --- linux-lts-utopic-3.16.0.orig/arch/parisc/kernel/irq.c +++ linux-lts-utopic-3.16.0/arch/parisc/kernel/irq.c @@ -507,8 +507,8 @@ struct pt_regs *old_regs; unsigned long eirr_val; int irq, cpu = smp_processor_id(); -#ifdef CONFIG_SMP struct irq_desc *desc; +#ifdef CONFIG_SMP cpumask_t dest; #endif @@ -521,8 +521,12 @@ goto set_out; irq = eirr_to_irq(eirr_val); -#ifdef CONFIG_SMP + /* Filter out spurious interrupts, mostly from serial port at bootup */ desc = irq_to_desc(irq); + if (unlikely(!desc->action)) + goto set_out; + +#ifdef CONFIG_SMP cpumask_copy(&dest, desc->irq_data.affinity); if (irqd_is_per_cpu(&desc->irq_data) && !cpu_isset(smp_processor_id(), dest)) { --- linux-lts-utopic-3.16.0.orig/arch/parisc/kernel/signal.c +++ linux-lts-utopic-3.16.0/arch/parisc/kernel/signal.c @@ -442,6 +442,55 @@ regs->gr[28]); } +/* + * Check how the syscall number gets loaded into %r20 within + * the delay branch in userspace and adjust as needed. + */ + +static void check_syscallno_in_delay_branch(struct pt_regs *regs) +{ + u32 opcode, source_reg; + u32 __user *uaddr; + int err; + + /* Usually we don't have to restore %r20 (the system call number) + * because it gets loaded in the delay slot of the branch external + * instruction via the ldi instruction. + * In some cases a register-to-register copy instruction might have + * been used instead, in which case we need to copy the syscall + * number into the source register before returning to userspace. + */ + + /* A syscall is just a branch, so all we have to do is fiddle the + * return pointer so that the ble instruction gets executed again. + */ + regs->gr[31] -= 8; /* delayed branching */ + + /* Get assembler opcode of code in delay branch */ + uaddr = (unsigned int *) ((regs->gr[31] & ~3) + 4); + err = get_user(opcode, uaddr); + if (err) + return; + + /* Check if delay branch uses "ldi int,%r20" */ + if ((opcode & 0xffff0000) == 0x34140000) + return; /* everything ok, just return */ + + /* Check if delay branch uses "nop" */ + if (opcode == INSN_NOP) + return; + + /* Check if delay branch uses "copy %rX,%r20" */ + if ((opcode & 0xffe0ffff) == 0x08000254) { + source_reg = (opcode >> 16) & 31; + regs->gr[source_reg] = regs->gr[20]; + return; + } + + pr_warn("syscall restart: %s (pid %d): unexpected opcode 0x%08x\n", + current->comm, task_pid_nr(current), opcode); +} + static inline void syscall_restart(struct pt_regs *regs, struct k_sigaction *ka) { @@ -464,10 +513,7 @@ } /* fallthrough */ case -ERESTARTNOINTR: - /* A syscall is just a branch, so all - * we have to do is fiddle the return pointer. - */ - regs->gr[31] -= 8; /* delayed branching */ + check_syscallno_in_delay_branch(regs); break; } } @@ -516,15 +562,9 @@ } case -ERESTARTNOHAND: case -ERESTARTSYS: - case -ERESTARTNOINTR: { - /* Hooray for delayed branching. We don't - * have to restore %r20 (the system call - * number) because it gets loaded in the delay - * slot of the branch external instruction. - */ - regs->gr[31] -= 8; + case -ERESTARTNOINTR: + check_syscallno_in_delay_branch(regs); return; - } default: break; } --- linux-lts-utopic-3.16.0.orig/arch/parisc/kernel/sys_parisc.c +++ linux-lts-utopic-3.16.0/arch/parisc/kernel/sys_parisc.c @@ -77,6 +77,9 @@ if (stack_base > STACK_SIZE_MAX) stack_base = STACK_SIZE_MAX; + /* Add space for stack randomization. */ + stack_base += (STACK_RND_MASK << PAGE_SHIFT); + return PAGE_ALIGN(STACK_TOP - stack_base); } --- linux-lts-utopic-3.16.0.orig/arch/parisc/kernel/syscall.S +++ linux-lts-utopic-3.16.0/arch/parisc/kernel/syscall.S @@ -74,7 +74,7 @@ /* ADDRESS 0xb0 to 0xb8, lws uses two insns for entry */ /* Light-weight-syscall entry must always be located at 0xb0 */ /* WARNING: Keep this number updated with table size changes */ -#define __NR_lws_entries (2) +#define __NR_lws_entries (3) lws_entry: gate lws_start, %r0 /* increase privilege */ @@ -502,7 +502,7 @@ /*************************************************** - Implementing CAS as an atomic operation: + Implementing 32bit CAS as an atomic operation: %r26 - Address to examine %r25 - Old value to check (old) @@ -659,6 +659,230 @@ ASM_EXCEPTIONTABLE_ENTRY(2b-linux_gateway_page, 3b-linux_gateway_page) + /*************************************************** + New CAS implementation which uses pointers and variable size + information. The value pointed by old and new MUST NOT change + while performing CAS. The lock only protect the value at %r26. + + %r26 - Address to examine + %r25 - Pointer to the value to check (old) + %r24 - Pointer to the value to set (new) + %r23 - Size of the variable (0/1/2/3 for 8/16/32/64 bit) + %r28 - Return non-zero on failure + %r21 - Kernel error code + + %r21 has the following meanings: + + EAGAIN - CAS is busy, ldcw failed, try again. + EFAULT - Read or write failed. + + Scratch: r20, r22, r28, r29, r1, fr4 (32bit for 64bit CAS only) + + ****************************************************/ + + /* ELF32 Process entry path */ +lws_compare_and_swap_2: +#ifdef CONFIG_64BIT + /* Clip the input registers */ + depdi 0, 31, 32, %r26 + depdi 0, 31, 32, %r25 + depdi 0, 31, 32, %r24 + depdi 0, 31, 32, %r23 +#endif + + /* Check the validity of the size pointer */ + subi,>>= 4, %r23, %r0 + b,n lws_exit_nosys + + /* Jump to the functions which will load the old and new values into + registers depending on the their size */ + shlw %r23, 2, %r29 + blr %r29, %r0 + nop + + /* 8bit load */ +4: ldb 0(%sr3,%r25), %r25 + b cas2_lock_start +5: ldb 0(%sr3,%r24), %r24 + nop + nop + nop + nop + nop + + /* 16bit load */ +6: ldh 0(%sr3,%r25), %r25 + b cas2_lock_start +7: ldh 0(%sr3,%r24), %r24 + nop + nop + nop + nop + nop + + /* 32bit load */ +8: ldw 0(%sr3,%r25), %r25 + b cas2_lock_start +9: ldw 0(%sr3,%r24), %r24 + nop + nop + nop + nop + nop + + /* 64bit load */ +#ifdef CONFIG_64BIT +10: ldd 0(%sr3,%r25), %r25 +11: ldd 0(%sr3,%r24), %r24 +#else + /* Load new value into r22/r23 - high/low */ +10: ldw 0(%sr3,%r25), %r22 +11: ldw 4(%sr3,%r25), %r23 + /* Load new value into fr4 for atomic store later */ +12: flddx 0(%sr3,%r24), %fr4 +#endif + +cas2_lock_start: + /* Load start of lock table */ + ldil L%lws_lock_start, %r20 + ldo R%lws_lock_start(%r20), %r28 + + /* Extract four bits from r26 and hash lock (Bits 4-7) */ + extru %r26, 27, 4, %r20 + + /* Find lock to use, the hash is either one of 0 to + 15, multiplied by 16 (keep it 16-byte aligned) + and add to the lock table offset. */ + shlw %r20, 4, %r20 + add %r20, %r28, %r20 + + rsm PSW_SM_I, %r0 /* Disable interrupts */ + /* COW breaks can cause contention on UP systems */ + LDCW 0(%sr2,%r20), %r28 /* Try to acquire the lock */ + cmpb,<>,n %r0, %r28, cas2_action /* Did we get it? */ +cas2_wouldblock: + ldo 2(%r0), %r28 /* 2nd case */ + ssm PSW_SM_I, %r0 + b lws_exit /* Contended... */ + ldo -EAGAIN(%r0), %r21 /* Spin in userspace */ + + /* + prev = *addr; + if ( prev == old ) + *addr = new; + return prev; + */ + + /* NOTES: + This all works becuse intr_do_signal + and schedule both check the return iasq + and see that we are on the kernel page + so this process is never scheduled off + or is ever sent any signal of any sort, + thus it is wholly atomic from usrspaces + perspective + */ +cas2_action: + /* Jump to the correct function */ + blr %r29, %r0 + /* Set %r28 as non-zero for now */ + ldo 1(%r0),%r28 + + /* 8bit CAS */ +13: ldb,ma 0(%sr3,%r26), %r29 + sub,= %r29, %r25, %r0 + b,n cas2_end +14: stb,ma %r24, 0(%sr3,%r26) + b cas2_end + copy %r0, %r28 + nop + nop + + /* 16bit CAS */ +15: ldh,ma 0(%sr3,%r26), %r29 + sub,= %r29, %r25, %r0 + b,n cas2_end +16: sth,ma %r24, 0(%sr3,%r26) + b cas2_end + copy %r0, %r28 + nop + nop + + /* 32bit CAS */ +17: ldw,ma 0(%sr3,%r26), %r29 + sub,= %r29, %r25, %r0 + b,n cas2_end +18: stw,ma %r24, 0(%sr3,%r26) + b cas2_end + copy %r0, %r28 + nop + nop + + /* 64bit CAS */ +#ifdef CONFIG_64BIT +19: ldd,ma 0(%sr3,%r26), %r29 + sub,*= %r29, %r25, %r0 + b,n cas2_end +20: std,ma %r24, 0(%sr3,%r26) + copy %r0, %r28 +#else + /* Compare first word */ +19: ldw,ma 0(%sr3,%r26), %r29 + sub,= %r29, %r22, %r0 + b,n cas2_end + /* Compare second word */ +20: ldw,ma 4(%sr3,%r26), %r29 + sub,= %r29, %r23, %r0 + b,n cas2_end + /* Perform the store */ +21: fstdx %fr4, 0(%sr3,%r26) + copy %r0, %r28 +#endif + +cas2_end: + /* Free lock */ + stw,ma %r20, 0(%sr2,%r20) + /* Enable interrupts */ + ssm PSW_SM_I, %r0 + /* Return to userspace, set no error */ + b lws_exit + copy %r0, %r21 + +22: + /* Error occurred on load or store */ + /* Free lock */ + stw %r20, 0(%sr2,%r20) + ssm PSW_SM_I, %r0 + ldo 1(%r0),%r28 + b lws_exit + ldo -EFAULT(%r0),%r21 /* set errno */ + nop + nop + nop + + /* Exception table entries, for the load and store, return EFAULT. + Each of the entries must be relocated. */ + ASM_EXCEPTIONTABLE_ENTRY(4b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(5b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(6b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(7b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(8b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(9b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(10b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(11b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(13b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(14b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(15b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(16b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(17b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(18b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(19b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(20b-linux_gateway_page, 22b-linux_gateway_page) +#ifndef CONFIG_64BIT + ASM_EXCEPTIONTABLE_ENTRY(12b-linux_gateway_page, 22b-linux_gateway_page) + ASM_EXCEPTIONTABLE_ENTRY(21b-linux_gateway_page, 22b-linux_gateway_page) +#endif + /* Make sure nothing else is placed on this page */ .align PAGE_SIZE END(linux_gateway_page) @@ -675,8 +899,9 @@ /* Light-weight-syscall table */ /* Start of lws table. */ ENTRY(lws_table) - LWS_ENTRY(compare_and_swap32) /* 0 - ELF32 Atomic compare and swap */ - LWS_ENTRY(compare_and_swap64) /* 1 - ELF64 Atomic compare and swap */ + LWS_ENTRY(compare_and_swap32) /* 0 - ELF32 Atomic 32bit CAS */ + LWS_ENTRY(compare_and_swap64) /* 1 - ELF64 Atomic 32bit CAS */ + LWS_ENTRY(compare_and_swap_2) /* 2 - ELF32 Atomic 64bit CAS */ END(lws_table) /* End of lws table */ --- linux-lts-utopic-3.16.0.orig/arch/parisc/kernel/syscall_table.S +++ linux-lts-utopic-3.16.0/arch/parisc/kernel/syscall_table.S @@ -286,11 +286,11 @@ ENTRY_COMP(msgsnd) ENTRY_COMP(msgrcv) ENTRY_SAME(msgget) /* 190 */ - ENTRY_SAME(msgctl) - ENTRY_SAME(shmat) + ENTRY_COMP(msgctl) + ENTRY_COMP(shmat) ENTRY_SAME(shmdt) ENTRY_SAME(shmget) - ENTRY_SAME(shmctl) /* 195 */ + ENTRY_COMP(shmctl) /* 195 */ ENTRY_SAME(ni_syscall) /* streams1 */ ENTRY_SAME(ni_syscall) /* streams2 */ ENTRY_SAME(lstat64) @@ -323,7 +323,7 @@ ENTRY_SAME(epoll_ctl) /* 225 */ ENTRY_SAME(epoll_wait) ENTRY_SAME(remap_file_pages) - ENTRY_SAME(semtimedop) + ENTRY_COMP(semtimedop) ENTRY_COMP(mq_open) ENTRY_SAME(mq_unlink) /* 230 */ ENTRY_COMP(mq_timedsend) --- linux-lts-utopic-3.16.0.orig/arch/parisc/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/parisc/mm/fault.c @@ -256,6 +256,8 @@ */ if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto bad_area; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/Kconfig +++ linux-lts-utopic-3.16.0/arch/powerpc/Kconfig @@ -397,7 +397,7 @@ config KEXEC bool "kexec system call" - depends on (PPC_BOOK3S || FSL_BOOKE || (44x && !SMP)) + depends on (PPC_BOOK3S || FSL_BOOKE || (44x && !SMP)) || PPC_BOOK3E help kexec is a system call that implements the ability to shutdown your current kernel, and to start another kernel. It is like a reboot @@ -602,6 +602,10 @@ to set access permissions (read/write, readonly, or no access) on the 4k subpages of each 64k page. +config PPC_COPRO_BASE + bool + default n + config SCHED_SMT bool "SMT (Hyperthreading) scheduler support" depends on PPC64 && SMP @@ -1050,6 +1054,8 @@ source "drivers/Kconfig" +source "ubuntu/Kconfig" + source "fs/Kconfig" source "arch/powerpc/sysdev/qe_lib/Kconfig" --- linux-lts-utopic-3.16.0.orig/arch/powerpc/Makefile +++ linux-lts-utopic-3.16.0/arch/powerpc/Makefile @@ -238,7 +238,7 @@ all: zImage # With make 3.82 we cannot mix normal and wildcard targets -BOOT_TARGETS1 := zImage zImage.initrd uImage +BOOT_TARGETS1 := zImage zImage.initrd uImage vmlinux.strip BOOT_TARGETS2 := zImage% dtbImage% treeImage.% cuImage.% simpleImage.% uImage.% PHONY += $(BOOT_TARGETS1) $(BOOT_TARGETS2) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/boot/Makefile +++ linux-lts-utopic-3.16.0/arch/powerpc/boot/Makefile @@ -28,6 +28,9 @@ endif ifdef CONFIG_CPU_BIG_ENDIAN BOOTCFLAGS += -mbig-endian +else +BOOTCFLAGS += -mlittle-endian +BOOTCFLAGS += $(call cc-option,-mabi=elfv2) endif BOOTAFLAGS := -D__ASSEMBLY__ $(BOOTCFLAGS) -traditional -nostdinc @@ -389,7 +392,12 @@ $(obj)/zImage.initrd: $(addprefix $(obj)/, $(initrd-y)) @rm -f $@; ln $< $@ +# Only install the vmlinux install: $(CONFIGURE) $(addprefix $(obj)/, $(image-y)) + sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)" + +# Install the vmlinux and other built boot targets. +zInstall: $(CONFIGURE) $(addprefix $(obj)/, $(image-y)) sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)" $^ # anything not in $(targets) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/boot/dts/fsl/pq3-etsec2-0.dtsi +++ linux-lts-utopic-3.16.0/arch/powerpc/boot/dts/fsl/pq3-etsec2-0.dtsi @@ -50,6 +50,7 @@ fsl,num_tx_queues = <0x8>; fsl,magic-packet; local-mac-address = [ 00 00 00 00 00 00 ]; + ranges; queue-group@b0000 { #address-cells = <1>; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/boot/dts/fsl/pq3-etsec2-1.dtsi +++ linux-lts-utopic-3.16.0/arch/powerpc/boot/dts/fsl/pq3-etsec2-1.dtsi @@ -50,6 +50,7 @@ fsl,num_tx_queues = <0x8>; fsl,magic-packet; local-mac-address = [ 00 00 00 00 00 00 ]; + ranges; queue-group@b1000 { #address-cells = <1>; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/boot/dts/fsl/pq3-etsec2-2.dtsi +++ linux-lts-utopic-3.16.0/arch/powerpc/boot/dts/fsl/pq3-etsec2-2.dtsi @@ -49,6 +49,7 @@ fsl,num_tx_queues = <0x8>; fsl,magic-packet; local-mac-address = [ 00 00 00 00 00 00 ]; + ranges; queue-group@b2000 { #address-cells = <1>; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/crypto/sha1.c +++ linux-lts-utopic-3.16.0/arch/powerpc/crypto/sha1.c @@ -154,4 +154,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("SHA1 Secure Hash Algorithm"); -MODULE_ALIAS("sha1-powerpc"); +MODULE_ALIAS_CRYPTO("sha1"); +MODULE_ALIAS_CRYPTO("sha1-powerpc"); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/asm-compat.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/asm-compat.h @@ -34,10 +34,14 @@ #define PPC_MIN_STKFRM 112 #ifdef __BIG_ENDIAN__ +#define LWZX_BE stringify_in_c(lwzx) #define LDX_BE stringify_in_c(ldx) +#define STWX_BE stringify_in_c(stwx) #define STDX_BE stringify_in_c(stdx) #else +#define LWZX_BE stringify_in_c(lwbrx) #define LDX_BE stringify_in_c(ldbrx) +#define STWX_BE stringify_in_c(stwbrx) #define STDX_BE stringify_in_c(stdbrx) #endif --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/cmpxchg.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/cmpxchg.h @@ -18,12 +18,12 @@ unsigned long prev; __asm__ __volatile__( - PPC_RELEASE_BARRIER + PPC_ATOMIC_ENTRY_BARRIER "1: lwarx %0,0,%2 \n" PPC405_ERR77(0,%2) " stwcx. %3,0,%2 \n\ bne- 1b" - PPC_ACQUIRE_BARRIER + PPC_ATOMIC_EXIT_BARRIER : "=&r" (prev), "+m" (*(volatile unsigned int *)p) : "r" (p), "r" (val) : "cc", "memory"); @@ -61,12 +61,12 @@ unsigned long prev; __asm__ __volatile__( - PPC_RELEASE_BARRIER + PPC_ATOMIC_ENTRY_BARRIER "1: ldarx %0,0,%2 \n" PPC405_ERR77(0,%2) " stdcx. %3,0,%2 \n\ bne- 1b" - PPC_ACQUIRE_BARRIER + PPC_ATOMIC_EXIT_BARRIER : "=&r" (prev), "+m" (*(volatile unsigned long *)p) : "r" (p), "r" (val) : "cc", "memory"); @@ -152,14 +152,14 @@ unsigned int prev; __asm__ __volatile__ ( - PPC_RELEASE_BARRIER + PPC_ATOMIC_ENTRY_BARRIER "1: lwarx %0,0,%2 # __cmpxchg_u32\n\ cmpw 0,%0,%3\n\ bne- 2f\n" PPC405_ERR77(0,%2) " stwcx. %4,0,%2\n\ bne- 1b" - PPC_ACQUIRE_BARRIER + PPC_ATOMIC_EXIT_BARRIER "\n\ 2:" : "=&r" (prev), "+m" (*p) @@ -198,13 +198,13 @@ unsigned long prev; __asm__ __volatile__ ( - PPC_RELEASE_BARRIER + PPC_ATOMIC_ENTRY_BARRIER "1: ldarx %0,0,%2 # __cmpxchg_u64\n\ cmpd 0,%0,%3\n\ bne- 2f\n\ stdcx. %4,0,%2\n\ bne- 1b" - PPC_ACQUIRE_BARRIER + PPC_ATOMIC_EXIT_BARRIER "\n\ 2:" : "=&r" (prev), "+m" (*p) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/copro.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/copro.h @@ -0,0 +1,29 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#ifndef _ASM_POWERPC_COPRO_H +#define _ASM_POWERPC_COPRO_H + +struct copro_slb +{ + u64 esid, vsid; +}; + +int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea, + unsigned long dsisr, unsigned *flt); + +int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb); + + +#ifdef CONFIG_PPC_COPRO_BASE +void copro_flush_all_slbs(struct mm_struct *mm); +#else +static inline void copro_flush_all_slbs(struct mm_struct *mm) {} +#endif +#endif /* _ASM_POWERPC_COPRO_H */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/cpuidle.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/cpuidle.h @@ -0,0 +1,20 @@ +#ifndef _ASM_POWERPC_CPUIDLE_H +#define _ASM_POWERPC_CPUIDLE_H + +#ifdef CONFIG_PPC_POWERNV +/* Used in powernv idle state management */ +#define PNV_THREAD_RUNNING 0 +#define PNV_THREAD_NAP 1 +#define PNV_THREAD_SLEEP 2 +#define PNV_THREAD_WINKLE 3 +#define PNV_CORE_IDLE_LOCK_BIT 0x100 +#define PNV_CORE_IDLE_THREAD_BITS 0x0FF + +#ifndef __ASSEMBLY__ +extern u32 pnv_fastsleep_workaround_at_entry[]; +extern u32 pnv_fastsleep_workaround_at_exit[]; +#endif + +#endif + +#endif --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/eeh.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/eeh.h @@ -25,6 +25,7 @@ #include #include #include +#include struct pci_dev; struct pci_bus; @@ -33,10 +34,11 @@ #ifdef CONFIG_EEH /* EEH subsystem flags */ -#define EEH_ENABLED 0x1 /* EEH enabled */ -#define EEH_FORCE_DISABLED 0x2 /* EEH disabled */ -#define EEH_PROBE_MODE_DEV 0x4 /* From PCI device */ -#define EEH_PROBE_MODE_DEVTREE 0x8 /* From device tree */ +#define EEH_ENABLED 0x01 /* EEH enabled */ +#define EEH_FORCE_DISABLED 0x02 /* EEH disabled */ +#define EEH_PROBE_MODE_DEV 0x04 /* From PCI device */ +#define EEH_PROBE_MODE_DEVTREE 0x08 /* From device tree */ +#define EEH_ENABLE_IO_FOR_LOG 0x10 /* Enable IO for log */ /* * Delay for PE reset, all in ms @@ -84,7 +86,9 @@ int freeze_count; /* Times of froze up */ struct timeval tstamp; /* Time on first-time freeze */ int false_positives; /* Times of reported #ff's */ + atomic_t pass_dev_cnt; /* Count of passed through devs */ struct eeh_pe *parent; /* Parent PE */ + void *data; /* PE auxillary data */ struct list_head child_list; /* Link PE to the child list */ struct list_head edevs; /* Link list of EEH devices */ struct list_head child; /* Child PEs */ @@ -93,6 +97,11 @@ #define eeh_pe_for_each_dev(pe, edev, tmp) \ list_for_each_entry_safe(edev, tmp, &pe->edevs, list) +static inline bool eeh_pe_passed(struct eeh_pe *pe) +{ + return pe ? !!atomic_read(&pe->pass_dev_cnt) : false; +} + /* * The struct is used to trace EEH state for the associated * PCI device node or PCI device. In future, it might @@ -165,6 +174,11 @@ #define EEH_STATE_DMA_ACTIVE (1 << 4) /* Active DMA */ #define EEH_STATE_MMIO_ENABLED (1 << 5) /* MMIO enabled */ #define EEH_STATE_DMA_ENABLED (1 << 6) /* DMA enabled */ +#define EEH_PE_STATE_NORMAL 0 /* Normal state */ +#define EEH_PE_STATE_RESET 1 /* PE reset asserted */ +#define EEH_PE_STATE_STOPPED_IO_DMA 2 /* Frozen PE */ +#define EEH_PE_STATE_STOPPED_DMA 4 /* Stopped DMA, Enabled IO */ +#define EEH_PE_STATE_UNAVAIL 5 /* Unavailable */ #define EEH_RESET_DEACTIVATE 0 /* Deactivate the PE reset */ #define EEH_RESET_HOT 1 /* Hot reset */ #define EEH_RESET_FUNDAMENTAL 3 /* Fundamental reset */ @@ -194,36 +208,28 @@ extern struct eeh_ops *eeh_ops; extern raw_spinlock_t confirm_error_lock; -static inline bool eeh_enabled(void) +static inline void eeh_add_flag(int flag) { - if ((eeh_subsystem_flags & EEH_FORCE_DISABLED) || - !(eeh_subsystem_flags & EEH_ENABLED)) - return false; - - return true; + eeh_subsystem_flags |= flag; } -static inline void eeh_set_enable(bool mode) +static inline void eeh_clear_flag(int flag) { - if (mode) - eeh_subsystem_flags |= EEH_ENABLED; - else - eeh_subsystem_flags &= ~EEH_ENABLED; + eeh_subsystem_flags &= ~flag; } -static inline void eeh_probe_mode_set(int flag) +static inline bool eeh_has_flag(int flag) { - eeh_subsystem_flags |= flag; + return !!(eeh_subsystem_flags & flag); } -static inline int eeh_probe_mode_devtree(void) +static inline bool eeh_enabled(void) { - return (eeh_subsystem_flags & EEH_PROBE_MODE_DEVTREE); -} + if (eeh_has_flag(EEH_FORCE_DISABLED) || + !eeh_has_flag(EEH_ENABLED)) + return false; -static inline int eeh_probe_mode_dev(void) -{ - return (eeh_subsystem_flags & EEH_PROBE_MODE_DEV); + return true; } static inline void eeh_serialize_lock(unsigned long *flags) @@ -243,6 +249,7 @@ #define EEH_MAX_ALLOWED_FREEZES 5 typedef void *(*eeh_traverse_func)(void *data, void *flag); +void eeh_set_pe_aux_size(int size); int eeh_phb_pe_create(struct pci_controller *phb); struct eeh_pe *eeh_phb_pe_get(struct pci_controller *phb); struct eeh_pe *eeh_pe_get(struct eeh_dev *edev); @@ -272,6 +279,13 @@ void eeh_add_device_tree_late(struct pci_bus *); void eeh_add_sysfs_files(struct pci_bus *); void eeh_remove_device(struct pci_dev *); +int eeh_dev_open(struct pci_dev *pdev); +void eeh_dev_release(struct pci_dev *pdev); +struct eeh_pe *eeh_iommu_group_to_pe(struct iommu_group *group); +int eeh_pe_set_option(struct eeh_pe *pe, int option); +int eeh_pe_get_state(struct eeh_pe *pe); +int eeh_pe_reset(struct eeh_pe *pe, int option); +int eeh_pe_configure(struct eeh_pe *pe); /** * EEH_POSSIBLE_ERROR() -- test for possible MMIO failure. @@ -295,8 +309,6 @@ return false; } -static inline void eeh_set_enable(bool mode) { } - static inline int eeh_init(void) { return 0; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/exception-64e.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/exception-64e.h @@ -203,10 +203,21 @@ #define TLB_MISS_STATS_SAVE_INFO_BOLTED #endif +#ifndef CONFIG_RELOCATABLE #define SET_IVOR(vector_number, vector_offset) \ li r3,vector_offset@l; \ ori r3,r3,interrupt_base_book3e@l; \ mtspr SPRN_IVOR##vector_number,r3; +#else /* !CONFIG_RELOCATABLE */ +/* In relocatable case the value of the constant expression 'expr' is only + * offset. So instead, we should loads the address of label 'name'. + */ +#define SET_IVOR(vector_number, vector_offset) \ + LOAD_REG_ADDR(r3,interrupt_base_book3e);\ + rlwinm r3,r3,0,15,0; \ + ori r3,r3,vector_offset@l; \ + mtspr SPRN_IVOR##vector_number,r3; +#endif /* CONFIG_RELOCATABLE */ #endif /* _ASM_POWERPC_EXCEPTION_64E_H */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/exception-64s.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/exception-64s.h @@ -425,6 +425,8 @@ #define SOFTEN_VALUE_0xa00 PACA_IRQ_DBELL #define SOFTEN_VALUE_0xe80 PACA_IRQ_DBELL #define SOFTEN_VALUE_0xe82 PACA_IRQ_DBELL +#define SOFTEN_VALUE_0xe60 PACA_IRQ_HMI +#define SOFTEN_VALUE_0xe62 PACA_IRQ_HMI #define __SOFTEN_TEST(h, vec) \ lbz r10,PACASOFTIRQEN(r13); \ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/fadump.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/fadump.h @@ -70,39 +70,39 @@ #define CPU_UNKNOWN (~((u32)0)) /* Utility macros */ -#define SKIP_TO_NEXT_CPU(reg_entry) \ -({ \ - while (reg_entry->reg_id != REG_ID("CPUEND")) \ - reg_entry++; \ - reg_entry++; \ +#define SKIP_TO_NEXT_CPU(reg_entry) \ +({ \ + while (be64_to_cpu(reg_entry->reg_id) != REG_ID("CPUEND")) \ + reg_entry++; \ + reg_entry++; \ }) /* Kernel Dump section info */ struct fadump_section { - u32 request_flag; - u16 source_data_type; - u16 error_flags; - u64 source_address; - u64 source_len; - u64 bytes_dumped; - u64 destination_address; + __be32 request_flag; + __be16 source_data_type; + __be16 error_flags; + __be64 source_address; + __be64 source_len; + __be64 bytes_dumped; + __be64 destination_address; }; /* ibm,configure-kernel-dump header. */ struct fadump_section_header { - u32 dump_format_version; - u16 dump_num_sections; - u16 dump_status_flag; - u32 offset_first_dump_section; + __be32 dump_format_version; + __be16 dump_num_sections; + __be16 dump_status_flag; + __be32 offset_first_dump_section; /* Fields for disk dump option. */ - u32 dd_block_size; - u64 dd_block_offset; - u64 dd_num_blocks; - u32 dd_offset_disk_path; + __be32 dd_block_size; + __be64 dd_block_offset; + __be64 dd_num_blocks; + __be32 dd_offset_disk_path; /* Maximum time allowed to prevent an automatic dump-reboot. */ - u32 max_time_auto; + __be32 max_time_auto; }; /* @@ -174,15 +174,15 @@ /* Register save area header. */ struct fadump_reg_save_area_header { - u64 magic_number; - u32 version; - u32 num_cpu_offset; + __be64 magic_number; + __be32 version; + __be32 num_cpu_offset; }; /* Register entry. */ struct fadump_reg_entry { - u64 reg_id; - u64 reg_value; + __be64 reg_id; + __be64 reg_value; }; /* fadump crash info structure */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/hardirq.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/hardirq.h @@ -11,6 +11,7 @@ unsigned int pmu_irqs; unsigned int mce_exceptions; unsigned int spurious_irqs; + unsigned int hmi_exceptions; #ifdef CONFIG_PPC_DOORBELL unsigned int doorbell_irqs; #endif --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/hw_irq.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/hw_irq.h @@ -25,6 +25,7 @@ #define PACA_IRQ_EE 0x04 #define PACA_IRQ_DEC 0x08 /* Or FIT */ #define PACA_IRQ_EE_EDGE 0x10 /* BookE only */ +#define PACA_IRQ_HMI 0x20 #endif /* CONFIG_PPC64 */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/iommu.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/iommu.h @@ -113,6 +113,7 @@ int pci_domain_number, unsigned long pe_num); extern int iommu_add_device(struct device *dev); extern void iommu_del_device(struct device *dev); +extern int __init tce_iommu_bus_notifier_init(void); #else static inline void iommu_register_group(struct iommu_table *tbl, int pci_domain_number, @@ -128,6 +129,11 @@ static inline void iommu_del_device(struct device *dev) { } + +static inline int __init tce_iommu_bus_notifier_init(void) +{ + return 0; +} #endif /* !CONFIG_IOMMU_API */ static inline void set_iommu_table_base_and_group(struct device *dev, --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/kexec.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/kexec.h @@ -87,6 +87,11 @@ extern void reserve_crashkernel(void); extern void machine_kexec_mask_interrupts(void); +static inline bool kdump_in_progress(void) +{ + return crashing_cpu >= 0; +} + #else /* !CONFIG_KEXEC */ static inline void crash_kexec_secondary(struct pt_regs *regs) { } @@ -107,6 +112,11 @@ return 0; } +static inline bool kdump_in_progress(void) +{ + return false; +} + #endif /* CONFIG_KEXEC */ #endif /* ! __ASSEMBLY__ */ #endif /* __KERNEL__ */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/kvm_asm.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/kvm_asm.h @@ -98,6 +98,7 @@ #define BOOK3S_INTERRUPT_H_DATA_STORAGE 0xe00 #define BOOK3S_INTERRUPT_H_INST_STORAGE 0xe20 #define BOOK3S_INTERRUPT_H_EMUL_ASSIST 0xe40 +#define BOOK3S_INTERRUPT_HMI 0xe60 #define BOOK3S_INTERRUPT_H_DOORBELL 0xe80 #define BOOK3S_INTERRUPT_PERFMON 0xf00 #define BOOK3S_INTERRUPT_ALTIVEC 0xf20 --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/kvm_book3s.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/kvm_book3s.h @@ -163,9 +163,9 @@ bool *writable); extern void kvmppc_add_revmap_chain(struct kvm *kvm, struct revmap_entry *rev, unsigned long *rmap, long pte_index, int realmode); -extern void kvmppc_invalidate_hpte(struct kvm *kvm, unsigned long *hptep, +extern void kvmppc_invalidate_hpte(struct kvm *kvm, __be64 *hptep, unsigned long pte_index); -void kvmppc_clear_ref_hpte(struct kvm *kvm, unsigned long *hptep, +void kvmppc_clear_ref_hpte(struct kvm *kvm, __be64 *hptep, unsigned long pte_index); extern void *kvmppc_pin_guest_page(struct kvm *kvm, unsigned long addr, unsigned long *nb_ret); @@ -189,6 +189,7 @@ extern u32 kvmppc_alignment_dsisr(struct kvm_vcpu *vcpu, unsigned int inst); extern ulong kvmppc_alignment_dar(struct kvm_vcpu *vcpu, unsigned int inst); extern int kvmppc_h_pr(struct kvm_vcpu *vcpu, unsigned long cmd); +extern void kvmppc_pr_init_default_hcalls(struct kvm *kvm); extern void kvmppc_copy_to_svcpu(struct kvmppc_book3s_shadow_vcpu *svcpu, struct kvm_vcpu *vcpu); extern void kvmppc_copy_from_svcpu(struct kvm_vcpu *vcpu, --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/kvm_book3s_64.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/kvm_book3s_64.h @@ -59,20 +59,29 @@ /* These bits are reserved in the guest view of the HPTE */ #define HPTE_GR_RESERVED HPTE_GR_MODIFIED -static inline long try_lock_hpte(unsigned long *hpte, unsigned long bits) +static inline long try_lock_hpte(__be64 *hpte, unsigned long bits) { unsigned long tmp, old; + __be64 be_lockbit, be_bits; + + /* + * We load/store in native endian, but the HTAB is in big endian. If + * we byte swap all data we apply on the PTE we're implicitly correct + * again. + */ + be_lockbit = cpu_to_be64(HPTE_V_HVLOCK); + be_bits = cpu_to_be64(bits); asm volatile(" ldarx %0,0,%2\n" " and. %1,%0,%3\n" " bne 2f\n" - " ori %0,%0,%4\n" + " or %0,%0,%4\n" " stdcx. %0,0,%2\n" " beq+ 2f\n" " mr %1,%3\n" "2: isync" : "=&r" (tmp), "=&r" (old) - : "r" (hpte), "r" (bits), "i" (HPTE_V_HVLOCK) + : "r" (hpte), "r" (be_bits), "r" (be_lockbit) : "cc", "memory"); return old == 0; } @@ -110,16 +119,12 @@ static inline unsigned long compute_tlbie_rb(unsigned long v, unsigned long r, unsigned long pte_index) { - int b_psize, a_psize; + int b_psize = MMU_PAGE_4K, a_psize = MMU_PAGE_4K; unsigned int penc; unsigned long rb = 0, va_low, sllp; unsigned int lp = (r >> LP_SHIFT) & ((1 << LP_BITS) - 1); - if (!(v & HPTE_V_LARGE)) { - /* both base and actual psize is 4k */ - b_psize = MMU_PAGE_4K; - a_psize = MMU_PAGE_4K; - } else { + if (v & HPTE_V_LARGE) { for (b_psize = 0; b_psize < MMU_PAGE_COUNT; b_psize++) { /* valid entries have a shift value */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/kvm_booke.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/kvm_booke.h @@ -104,6 +104,11 @@ return vcpu->arch.pc; } +static inline bool kvmppc_is_bigendian(struct kvm_vcpu *vcpu) +{ + return 1; +} + static inline ulong kvmppc_get_fault_dar(struct kvm_vcpu *vcpu) { return vcpu->arch.fault_dear; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/kvm_host.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/kvm_host.h @@ -34,6 +34,7 @@ #include #include #include +#include #define KVM_MAX_VCPUS NR_CPUS #define KVM_MAX_VCORES NR_CPUS @@ -254,7 +255,6 @@ atomic_t hpte_mod_interest; spinlock_t slot_phys_lock; cpumask_t need_tlb_flush; - struct kvmppc_vcore *vcores[KVM_MAX_VCORES]; int hpt_cma_alloc; #endif /* CONFIG_KVM_BOOK3S_HV_POSSIBLE */ #ifdef CONFIG_KVM_BOOK3S_PR_POSSIBLE @@ -263,6 +263,7 @@ #ifdef CONFIG_PPC_BOOK3S_64 struct list_head spapr_tce_tables; struct list_head rtas_tokens; + DECLARE_BITMAP(enabled_hcalls, MAX_HCALL_OPCODE/4 + 1); #endif #ifdef CONFIG_KVM_MPIC struct openpic *mpic; @@ -271,6 +272,10 @@ struct kvmppc_xics *xics; #endif struct kvmppc_ops *kvm_ops; +#ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE + /* This array can grow quite large, keep it at the end */ + struct kvmppc_vcore *vcores[KVM_MAX_VCORES]; +#endif }; /* --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/machdep.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/machdep.h @@ -57,10 +57,10 @@ void (*hpte_removebolted)(unsigned long ea, int psize, int ssize); void (*flush_hash_range)(unsigned long number, int local); - void (*hugepage_invalidate)(struct mm_struct *mm, + void (*hugepage_invalidate)(unsigned long vsid, + unsigned long addr, unsigned char *hpte_slot_array, - unsigned long addr, int psize); - + int psize, int ssize); /* special for kexec, to be called in real mode, linear mapping is * destroyed as well */ void (*hpte_clear_all)(void); @@ -174,6 +174,10 @@ /* Exception handlers */ int (*system_reset_exception)(struct pt_regs *regs); int (*machine_check_exception)(struct pt_regs *regs); + int (*handle_hmi_exception)(struct pt_regs *regs); + + /* Early exception handlers called in realmode */ + int (*hmi_exception_early)(struct pt_regs *regs); /* Called during machine check exception to retrive fixup address. */ bool (*mce_check_early_recovery)(struct pt_regs *regs); @@ -366,6 +370,7 @@ } \ __define_initcall(__machine_initcall_##mach##_##fn, id); +#define machine_early_initcall(mach, fn) __define_machine_initcall(mach, fn, early) #define machine_core_initcall(mach, fn) __define_machine_initcall(mach, fn, 1) #define machine_core_initcall_sync(mach, fn) __define_machine_initcall(mach, fn, 1s) #define machine_postcore_initcall(mach, fn) __define_machine_initcall(mach, fn, 2) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/mmu-hash64.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/mmu-hash64.h @@ -210,6 +210,13 @@ #ifndef __ASSEMBLY__ +static inline int slb_vsid_shift(int ssize) +{ + if (ssize == MMU_SEGSIZE_256M) + return SLB_VSID_SHIFT; + return SLB_VSID_SHIFT_1T; +} + static inline int segment_shift(int ssize) { if (ssize == MMU_SEGSIZE_256M) @@ -337,6 +344,7 @@ unsigned int local, int ssize); struct mm_struct; unsigned int hash_page_do_lazy_icache(unsigned int pp, pte_t pte, int trap); +extern int hash_page_mm(struct mm_struct *mm, unsigned long ea, unsigned long access, unsigned long trap); extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap); int __hash_page_huge(unsigned long ea, unsigned long access, unsigned long vsid, pte_t *ptep, unsigned long trap, int local, int ssize, --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/opal.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/opal.h @@ -56,6 +56,14 @@ #define OPAL_HARDWARE_FROZEN -13 #define OPAL_WRONG_STATE -14 #define OPAL_ASYNC_COMPLETION -15 +#define OPAL_I2C_TIMEOUT -17 +#define OPAL_I2C_INVALID_CMD -18 +#define OPAL_I2C_LBUS_PARITY -19 +#define OPAL_I2C_BKEND_OVERRUN -20 +#define OPAL_I2C_BKEND_ACCESS -21 +#define OPAL_I2C_ARBT_LOST -22 +#define OPAL_I2C_NACK_RCVD -23 +#define OPAL_I2C_STOP_ERR -24 /* API Tokens (in r0) */ #define OPAL_INVALID_CALL -1 @@ -135,6 +143,7 @@ #define OPAL_FLASH_MANAGE 77 #define OPAL_FLASH_UPDATE 78 #define OPAL_RESYNC_TIMEBASE 79 +#define OPAL_CHECK_TOKEN 80 #define OPAL_DUMP_INIT 81 #define OPAL_DUMP_INFO 82 #define OPAL_DUMP_READ 83 @@ -146,7 +155,27 @@ #define OPAL_GET_PARAM 89 #define OPAL_SET_PARAM 90 #define OPAL_DUMP_RESEND 91 +#define OPAL_PCI_SET_PHB_CXL_MODE 93 #define OPAL_DUMP_INFO2 94 +#define OPAL_PCI_EEH_FREEZE_SET 97 +#define OPAL_HANDLE_HMI 98 +#define OPAL_CONFIG_CPU_IDLE_STATE 99 +#define OPAL_SLW_SET_REG 100 +#define OPAL_REGISTER_DUMP_REGION 101 +#define OPAL_UNREGISTER_DUMP_REGION 102 +#define OPAL_IPMI_SEND 107 +#define OPAL_IPMI_RECV 108 +#define OPAL_I2C_REQUEST 109 + +/* Device tree flags */ + +/* Flags set in power-mgmt nodes in device tree if + * respective idle states are supported in the platform. + */ +#define OPAL_PM_NAP_ENABLED 0x00010000 +#define OPAL_PM_SLEEP_ENABLED 0x00020000 +#define OPAL_PM_WINKLE_ENABLED 0x00040000 +#define OPAL_PM_SLEEP_ENABLED_ER1 0x00080000 #ifndef __ASSEMBLY__ @@ -170,7 +199,11 @@ enum OpalEehFreezeActionToken { OPAL_EEH_ACTION_CLEAR_FREEZE_MMIO = 1, OPAL_EEH_ACTION_CLEAR_FREEZE_DMA = 2, - OPAL_EEH_ACTION_CLEAR_FREEZE_ALL = 3 + OPAL_EEH_ACTION_CLEAR_FREEZE_ALL = 3, + + OPAL_EEH_ACTION_SET_FREEZE_MMIO = 1, + OPAL_EEH_ACTION_SET_FREEZE_DMA = 2, + OPAL_EEH_ACTION_SET_FREEZE_ALL = 3 }; enum OpalPciStatusToken { @@ -240,6 +273,7 @@ OPAL_MSG_MEM_ERR, OPAL_MSG_EPOW, OPAL_MSG_SHUTDOWN, + OPAL_MSG_HMI_EVT, OPAL_MSG_TYPE_MAX, }; @@ -340,6 +374,12 @@ OPAL_ENABLE_MVE = 1 }; +enum OpalM64EnableAction { + OPAL_DISABLE_M64 = 0, + OPAL_ENABLE_M64_SPLIT = 1, + OPAL_ENABLE_M64_NON_SPLIT = 2 +}; + enum OpalPciResetScope { OPAL_PHB_COMPLETE = 1, OPAL_PCI_LINK = 2, OPAL_PHB_ERROR = 3, OPAL_PCI_HOT_RESET = 4, OPAL_PCI_FUNDAMENTAL_RESET = 5, @@ -402,6 +442,17 @@ __be64 params[8]; }; +enum { + OPAL_IPMI_MSG_FORMAT_VERSION_1 = 1, +}; + +struct opal_ipmi_msg { + uint8_t version; + uint8_t netfn; + uint8_t cmd; + uint8_t data[]; +}; + struct opal_machine_check_event { enum OpalMCE_Version version:8; /* 0x00 */ uint8_t in_use; /* 0x01 */ @@ -502,6 +553,50 @@ } u; }; +/* HMI interrupt event */ +enum OpalHMI_Version { + OpalHMIEvt_V1 = 1, +}; + +enum OpalHMI_Severity { + OpalHMI_SEV_NO_ERROR = 0, + OpalHMI_SEV_WARNING = 1, + OpalHMI_SEV_ERROR_SYNC = 2, + OpalHMI_SEV_FATAL = 3, +}; + +enum OpalHMI_Disposition { + OpalHMI_DISPOSITION_RECOVERED = 0, + OpalHMI_DISPOSITION_NOT_RECOVERED = 1, +}; + +enum OpalHMI_ErrType { + OpalHMI_ERROR_MALFUNC_ALERT = 0, + OpalHMI_ERROR_PROC_RECOV_DONE, + OpalHMI_ERROR_PROC_RECOV_DONE_AGAIN, + OpalHMI_ERROR_PROC_RECOV_MASKED, + OpalHMI_ERROR_TFAC, + OpalHMI_ERROR_TFMR_PARITY, + OpalHMI_ERROR_HA_OVERFLOW_WARN, + OpalHMI_ERROR_XSCOM_FAIL, + OpalHMI_ERROR_XSCOM_DONE, + OpalHMI_ERROR_SCOM_FIR, + OpalHMI_ERROR_DEBUG_TRIG_FIR, + OpalHMI_ERROR_HYP_RESOURCE, +}; + +struct OpalHMIEvent { + uint8_t version; /* 0x00 */ + uint8_t severity; /* 0x01 */ + uint8_t type; /* 0x02 */ + uint8_t disposition; /* 0x03 */ + uint8_t reserved_1[4]; /* 0x04 */ + + __be64 hmer; + /* TFMR register. Valid only for TFAC and TFMR_PARITY error type. */ + __be64 tfmr; +}; + enum { OPAL_P7IOC_DIAG_TYPE_NONE = 0, OPAL_P7IOC_DIAG_TYPE_RGC = 1, @@ -513,40 +608,40 @@ }; struct OpalIoP7IOCErrorData { - uint16_t type; + __be16 type; /* GEM */ - uint64_t gemXfir; - uint64_t gemRfir; - uint64_t gemRirqfir; - uint64_t gemMask; - uint64_t gemRwof; + __be64 gemXfir; + __be64 gemRfir; + __be64 gemRirqfir; + __be64 gemMask; + __be64 gemRwof; /* LEM */ - uint64_t lemFir; - uint64_t lemErrMask; - uint64_t lemAction0; - uint64_t lemAction1; - uint64_t lemWof; + __be64 lemFir; + __be64 lemErrMask; + __be64 lemAction0; + __be64 lemAction1; + __be64 lemWof; union { struct OpalIoP7IOCRgcErrorData { - uint64_t rgcStatus; /* 3E1C10 */ - uint64_t rgcLdcp; /* 3E1C18 */ + __be64 rgcStatus; /* 3E1C10 */ + __be64 rgcLdcp; /* 3E1C18 */ }rgc; struct OpalIoP7IOCBiErrorData { - uint64_t biLdcp0; /* 3C0100, 3C0118 */ - uint64_t biLdcp1; /* 3C0108, 3C0120 */ - uint64_t biLdcp2; /* 3C0110, 3C0128 */ - uint64_t biFenceStatus; /* 3C0130, 3C0130 */ + __be64 biLdcp0; /* 3C0100, 3C0118 */ + __be64 biLdcp1; /* 3C0108, 3C0120 */ + __be64 biLdcp2; /* 3C0110, 3C0128 */ + __be64 biFenceStatus; /* 3C0130, 3C0130 */ - uint8_t biDownbound; /* BI Downbound or Upbound */ + u8 biDownbound; /* BI Downbound or Upbound */ }bi; struct OpalIoP7IOCCiErrorData { - uint64_t ciPortStatus; /* 3Dn008 */ - uint64_t ciPortLdcp; /* 3Dn010 */ + __be64 ciPortStatus; /* 3Dn008 */ + __be64 ciPortLdcp; /* 3Dn010 */ - uint8_t ciPort; /* Index of CI port: 0/1 */ + u8 ciPort; /* Index of CI port: 0/1 */ }ci; }; }; @@ -578,60 +673,60 @@ struct OpalIoP7IOCPhbErrorData { struct OpalIoPhbErrorCommon common; - uint32_t brdgCtl; + __be32 brdgCtl; // P7IOC utl regs - uint32_t portStatusReg; - uint32_t rootCmplxStatus; - uint32_t busAgentStatus; + __be32 portStatusReg; + __be32 rootCmplxStatus; + __be32 busAgentStatus; // P7IOC cfg regs - uint32_t deviceStatus; - uint32_t slotStatus; - uint32_t linkStatus; - uint32_t devCmdStatus; - uint32_t devSecStatus; + __be32 deviceStatus; + __be32 slotStatus; + __be32 linkStatus; + __be32 devCmdStatus; + __be32 devSecStatus; // cfg AER regs - uint32_t rootErrorStatus; - uint32_t uncorrErrorStatus; - uint32_t corrErrorStatus; - uint32_t tlpHdr1; - uint32_t tlpHdr2; - uint32_t tlpHdr3; - uint32_t tlpHdr4; - uint32_t sourceId; + __be32 rootErrorStatus; + __be32 uncorrErrorStatus; + __be32 corrErrorStatus; + __be32 tlpHdr1; + __be32 tlpHdr2; + __be32 tlpHdr3; + __be32 tlpHdr4; + __be32 sourceId; - uint32_t rsv3; + __be32 rsv3; // Record data about the call to allocate a buffer. - uint64_t errorClass; - uint64_t correlator; + __be64 errorClass; + __be64 correlator; //P7IOC MMIO Error Regs - uint64_t p7iocPlssr; // n120 - uint64_t p7iocCsr; // n110 - uint64_t lemFir; // nC00 - uint64_t lemErrorMask; // nC18 - uint64_t lemWOF; // nC40 - uint64_t phbErrorStatus; // nC80 - uint64_t phbFirstErrorStatus; // nC88 - uint64_t phbErrorLog0; // nCC0 - uint64_t phbErrorLog1; // nCC8 - uint64_t mmioErrorStatus; // nD00 - uint64_t mmioFirstErrorStatus; // nD08 - uint64_t mmioErrorLog0; // nD40 - uint64_t mmioErrorLog1; // nD48 - uint64_t dma0ErrorStatus; // nD80 - uint64_t dma0FirstErrorStatus; // nD88 - uint64_t dma0ErrorLog0; // nDC0 - uint64_t dma0ErrorLog1; // nDC8 - uint64_t dma1ErrorStatus; // nE00 - uint64_t dma1FirstErrorStatus; // nE08 - uint64_t dma1ErrorLog0; // nE40 - uint64_t dma1ErrorLog1; // nE48 - uint64_t pestA[OPAL_P7IOC_NUM_PEST_REGS]; - uint64_t pestB[OPAL_P7IOC_NUM_PEST_REGS]; + __be64 p7iocPlssr; // n120 + __be64 p7iocCsr; // n110 + __be64 lemFir; // nC00 + __be64 lemErrorMask; // nC18 + __be64 lemWOF; // nC40 + __be64 phbErrorStatus; // nC80 + __be64 phbFirstErrorStatus; // nC88 + __be64 phbErrorLog0; // nCC0 + __be64 phbErrorLog1; // nCC8 + __be64 mmioErrorStatus; // nD00 + __be64 mmioFirstErrorStatus; // nD08 + __be64 mmioErrorLog0; // nD40 + __be64 mmioErrorLog1; // nD48 + __be64 dma0ErrorStatus; // nD80 + __be64 dma0FirstErrorStatus; // nD88 + __be64 dma0ErrorLog0; // nDC0 + __be64 dma0ErrorLog1; // nDC8 + __be64 dma1ErrorStatus; // nE00 + __be64 dma1FirstErrorStatus; // nE08 + __be64 dma1ErrorLog0; // nE40 + __be64 dma1ErrorLog1; // nE48 + __be64 pestA[OPAL_P7IOC_NUM_PEST_REGS]; + __be64 pestB[OPAL_P7IOC_NUM_PEST_REGS]; }; struct OpalIoPhb3ErrorData { @@ -707,6 +802,24 @@ uint64_t line_len; } oppanel_line_t; +/* OPAL I2C request */ +struct opal_i2c_request { + uint8_t type; +#define OPAL_I2C_RAW_READ 0 +#define OPAL_I2C_RAW_WRITE 1 +#define OPAL_I2C_SM_READ 2 +#define OPAL_I2C_SM_WRITE 3 + uint8_t flags; +#define OPAL_I2C_ADDR_10 0x01 /* Not supported yet */ + uint8_t subaddr_sz; /* Max 4 */ + uint8_t reserved; + __be16 addr; /* 7 or 10 bit address */ + __be16 reserved2; + __be32 subaddr; /* Sub-address if any */ + __be32 size; /* Data size */ + __be64 buffer_ra; /* Buffer real address */ +}; + /* /sys/firmware/opal */ extern struct kobject *opal_kobj; @@ -758,6 +871,8 @@ __be64 *phb_status); int64_t opal_pci_eeh_freeze_clear(uint64_t phb_id, uint64_t pe_number, uint64_t eeh_action_token); +int64_t opal_pci_eeh_freeze_set(uint64_t phb_id, uint64_t pe_number, + uint64_t eeh_action_token); int64_t opal_pci_shpc(uint64_t phb_id, uint64_t shpc_action, uint8_t *state); @@ -768,7 +883,7 @@ uint16_t window_num, uint64_t starting_real_address, uint64_t starting_pci_address, - uint16_t segment_size); + uint64_t size); int64_t opal_pci_map_pe_mmio_window(uint64_t phb_id, uint16_t pe_number, uint16_t window_type, uint16_t window_num, uint16_t segment_num); @@ -826,6 +941,7 @@ __be16 *pci_error_type, __be16 *severity); int64_t opal_pci_poll(uint64_t phb_id); int64_t opal_return_cpu(void); +int64_t opal_check_token(uint64_t token); int64_t opal_reinit_cpus(uint64_t flags); int64_t opal_xscom_read(uint32_t gcid, uint64_t pcb_addr, __be64 *val); @@ -860,6 +976,17 @@ int64_t opal_set_param(uint64_t token, uint32_t param_id, uint64_t buffer, uint64_t length); int64_t opal_sensor_read(uint32_t sensor_hndl, int token, __be32 *sensor_data); +int64_t opal_handle_hmi(void); +int64_t opal_register_dump_region(uint32_t id, uint64_t start, uint64_t end); +int64_t opal_unregister_dump_region(uint32_t id); +int64_t opal_slw_set_reg(uint64_t cpu_pir, uint64_t sprn, uint64_t val); +int64_t opal_pci_set_phb_cxl_mode(uint64_t phb_id, uint64_t mode, uint64_t pe_number); +int64_t opal_i2c_request(uint64_t async_token, uint32_t bus_id, + struct opal_i2c_request *oreq); +int64_t opal_ipmi_send(uint64_t interface, struct opal_ipmi_msg *msg, + uint64_t msg_len); +int64_t opal_ipmi_recv(uint64_t interface, struct opal_ipmi_msg *msg, + uint64_t *msg_len); /* Internal functions */ extern int early_init_dt_scan_opal(unsigned long node, const char *uname, @@ -877,6 +1004,8 @@ extern int opal_message_notifier_register(enum OpalMessageType msg_type, struct notifier_block *nb); +extern int opal_message_notifier_unregister(enum OpalMessageType msg_type, + struct notifier_block *nb); extern void opal_notifier_enable(void); extern void opal_notifier_disable(void); extern void opal_notifier_update_evt(uint64_t evt_mask, uint64_t evt_val); @@ -902,6 +1031,8 @@ extern int opal_machine_check(struct pt_regs *regs); extern bool opal_mce_check_early_recovery(struct pt_regs *regs); +extern int opal_hmi_exception_early(struct pt_regs *regs); +extern int opal_handle_hmi_exception(struct pt_regs *regs); extern void opal_shutdown(void); extern int opal_resync_timebase(void); @@ -912,6 +1043,13 @@ unsigned long vmalloc_size); void opal_free_sg_list(struct opal_sg_list *sg); +/* + * Dump region ID range usable by the OS + */ +#define OPAL_DUMP_REGION_HOST_START 0x80 +#define OPAL_DUMP_REGION_LOG_BUF 0x80 +#define OPAL_DUMP_REGION_HOST_END 0xFF + #endif /* __ASSEMBLY__ */ #endif /* __OPAL_H */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/paca.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/paca.h @@ -162,7 +162,15 @@ * early exception handler for use by high level C handler */ struct opal_machine_check_event *opal_mc_evt; + /* Per-core mask tracking idle threads and a lock bit-[L][TTTTTTTT] */ + u32 *core_idle_state_ptr; + u8 thread_idle_state; /* PNV_THREAD_RUNNING/NAP/SLEEP */ + /* Mask to indicate thread id in core */ + u8 thread_mask; + /* Mask to denote subcore sibling threads */ + u8 subcore_sibling_mask; #endif + #ifdef CONFIG_PPC_BOOK3S_64 /* Exclusive emergency stack pointer for machine check exception. */ void *mc_emergency_sp; @@ -171,6 +179,7 @@ * and already using emergency stack. */ u16 in_mce; + u8 hmi_event_available; /* HMI event is available */ #endif /* Stuff for accurate time accounting */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/page.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/page.h @@ -112,6 +112,8 @@ /* See Description below for VIRT_PHYS_OFFSET */ #ifdef CONFIG_RELOCATABLE_PPC32 #define VIRT_PHYS_OFFSET virt_phys_offset +#elif defined(CONFIG_PPC_BOOK3E_64) +#define VIRT_PHYS_OFFSET (KERNELBASE - MEMORY_START) #else #define VIRT_PHYS_OFFSET (KERNELBASE - PHYSICAL_START) #endif --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/pgtable-ppc64.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/pgtable-ppc64.h @@ -135,7 +135,19 @@ #define pte_iterate_hashed_end() } while(0) #ifdef CONFIG_PPC_HAS_HASH_64K -#define pte_pagesize_index(mm, addr, pte) get_slice_psize(mm, addr) +/* + * We expect this to be called only for user addresses or kernel virtual + * addresses other than the linear mapping. + */ +#define pte_pagesize_index(mm, addr, pte) \ + ({ \ + unsigned int psize; \ + if (is_kernel_addr(addr)) \ + psize = MMU_PAGE_4K; \ + else \ + psize = get_slice_psize(mm, addr); \ + psize; \ + }) #else #define pte_pagesize_index(mm, addr, pte) MMU_PAGE_4K #endif @@ -413,7 +425,7 @@ } extern void hpte_do_hugepage_flush(struct mm_struct *mm, unsigned long addr, - pmd_t *pmdp); + pmd_t *pmdp, unsigned long old_pmd); #ifdef CONFIG_TRANSPARENT_HUGEPAGE extern pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot); extern pmd_t mk_pmd(struct page *page, pgprot_t pgprot); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/pnv-pci.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/pnv-pci.h @@ -0,0 +1,31 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#ifndef _ASM_PNV_PCI_H +#define _ASM_PNV_PCI_H + +#include +#include + +int pnv_phb_to_cxl(struct pci_dev *dev); +int pnv_cxl_ioda_msi_setup(struct pci_dev *dev, unsigned int hwirq, + unsigned int virq); +int pnv_cxl_alloc_hwirqs(struct pci_dev *dev, int num); +void pnv_cxl_release_hwirqs(struct pci_dev *dev, int hwirq, int num); +int pnv_cxl_get_irq_count(struct pci_dev *dev); +struct device_node *pnv_pci_to_phb_node(struct pci_dev *dev); + +#ifdef CONFIG_CXL_BASE +int pnv_cxl_alloc_hwirq_ranges(struct cxl_irq_ranges *irqs, + struct pci_dev *dev, int num); +void pnv_cxl_release_hwirq_ranges(struct cxl_irq_ranges *irqs, + struct pci_dev *dev); +#endif + +#endif --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/ppc-opcode.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/ppc-opcode.h @@ -191,6 +191,7 @@ #define PPC_INST_NAP 0x4c000364 #define PPC_INST_SLEEP 0x4c0003a4 +#define PPC_INST_WINKLE 0x4c0003e4 /* A2 specific instructions */ #define PPC_INST_ERATWE 0x7c0001a6 @@ -355,6 +356,7 @@ #define PPC_NAP stringify_in_c(.long PPC_INST_NAP) #define PPC_SLEEP stringify_in_c(.long PPC_INST_SLEEP) +#define PPC_WINKLE stringify_in_c(.long PPC_INST_WINKLE) /* BHRB instructions */ #define PPC_CLRBHRB stringify_in_c(.long PPC_INST_CLRBHRB) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/processor.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/processor.h @@ -449,8 +449,9 @@ enum idle_boot_override {IDLE_NO_OVERRIDE = 0, IDLE_POWERSAVE_OFF}; extern int powersave_nap; /* set if nap mode can be used in idle loop */ -extern void power7_nap(int check_irq); -extern void power7_sleep(void); +extern unsigned long power7_nap(int check_irq); +extern unsigned long power7_sleep(void); +extern unsigned long power7_winkle(void); extern void flush_instruction_cache(void); extern void hard_reset_now(void); extern void poweroff_now(void); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/pte-hash64-64k.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/pte-hash64-64k.h @@ -46,11 +46,31 @@ * in order to deal with 64K made of 4K HW pages. Thus we override the * generic accessors and iterators here */ -#define __real_pte(e,p) ((real_pte_t) { \ - (e), (pte_val(e) & _PAGE_COMBO) ? \ - (pte_val(*((p) + PTRS_PER_PTE))) : 0 }) -#define __rpte_to_hidx(r,index) ((pte_val((r).pte) & _PAGE_COMBO) ? \ - (((r).hidx >> ((index)<<2)) & 0xf) : ((pte_val((r).pte) >> 12) & 0xf)) +#define __real_pte __real_pte +static inline real_pte_t __real_pte(pte_t pte, pte_t *ptep) +{ + real_pte_t rpte; + + rpte.pte = pte; + rpte.hidx = 0; + if (pte_val(pte) & _PAGE_COMBO) { + /* + * Make sure we order the hidx load against the _PAGE_COMBO + * check. The store side ordering is done in __hash_page_4K + */ + smp_rmb(); + rpte.hidx = pte_val(*((ptep) + PTRS_PER_PTE)); + } + return rpte; +} + +static inline unsigned long __rpte_to_hidx(real_pte_t rpte, unsigned long index) +{ + if ((pte_val(rpte.pte) & _PAGE_COMBO)) + return (rpte.hidx >> (index<<2)) & 0xf; + return (pte_val(rpte.pte) >> 12) & 0xf; +} + #define __rpte_to_pte(r) ((r).pte) #define __rpte_sub_valid(rpte, index) \ (pte_val(rpte.pte) & (_PAGE_HPTE_SUB0 >> (index))) @@ -75,7 +95,8 @@ (((pte) & _PAGE_COMBO)? MMU_PAGE_4K: MMU_PAGE_64K) #define remap_4k_pfn(vma, addr, pfn, prot) \ - remap_pfn_range((vma), (addr), (pfn), PAGE_SIZE, \ - __pgprot(pgprot_val((prot)) | _PAGE_4K_PFN)) + (WARN_ON(((pfn) >= (1UL << (64 - PTE_RPN_SHIFT)))) ? -EINVAL : \ + remap_pfn_range((vma), (addr), (pfn), PAGE_SIZE, \ + __pgprot(pgprot_val((prot)) | _PAGE_4K_PFN))) #endif /* __ASSEMBLY__ */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/ptrace.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/ptrace.h @@ -47,6 +47,12 @@ STACK_FRAME_OVERHEAD + KERNEL_REDZONE_SIZE) #define STACK_FRAME_MARKER 12 +#if defined(_CALL_ELF) && _CALL_ELF == 2 +#define STACK_FRAME_MIN_SIZE 32 +#else +#define STACK_FRAME_MIN_SIZE STACK_FRAME_OVERHEAD +#endif + /* Size of dummy stack frame allocated when calling signal handler. */ #define __SIGNAL_FRAMESIZE 128 #define __SIGNAL_FRAMESIZE32 64 @@ -60,6 +66,7 @@ #define STACK_FRAME_REGS_MARKER ASM_CONST(0x72656773) #define STACK_INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD) #define STACK_FRAME_MARKER 2 +#define STACK_FRAME_MIN_SIZE STACK_FRAME_OVERHEAD /* Size of stack frame allocated when calling signal handler. */ #define __SIGNAL_FRAMESIZE 64 --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/reg.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/reg.h @@ -108,6 +108,7 @@ #define MSR_TS_T __MASK(MSR_TS_T_LG) /* Transaction Transactional */ #define MSR_TS_MASK (MSR_TS_T | MSR_TS_S) /* Transaction State bits */ #define MSR_TM_ACTIVE(x) (((x) & MSR_TS_MASK) != 0) /* Transaction active? */ +#define MSR_TM_RESV(x) (((x) & MSR_TS_MASK) == MSR_TS_MASK) /* Reserved */ #define MSR_TM_TRANSACTIONAL(x) (((x) & MSR_TS_MASK) == MSR_TS_T) #define MSR_TM_SUSPENDED(x) (((x) & MSR_TS_MASK) == MSR_TS_S) @@ -118,8 +119,10 @@ #define __MSR (MSR_ME | MSR_RI | MSR_IR | MSR_DR | MSR_ISF |MSR_HV) #ifdef __BIG_ENDIAN__ #define MSR_ __MSR +#define MSR_IDLE (MSR_ME | MSR_SF | MSR_HV) #else #define MSR_ (__MSR | MSR_LE) +#define MSR_IDLE (MSR_ME | MSR_SF | MSR_HV | MSR_LE) #endif #define MSR_KERNEL (MSR_ | MSR_64BIT) #define MSR_USER32 (MSR_ | MSR_PR | MSR_EE) @@ -371,6 +374,7 @@ #define SPRN_DBAT7L 0x23F /* Data BAT 7 Lower Register */ #define SPRN_DBAT7U 0x23E /* Data BAT 7 Upper Register */ #define SPRN_PPR 0x380 /* SMT Thread status Register */ +#define SPRN_TSCR 0x399 /* Thread Switch Control Register */ #define SPRN_DEC 0x016 /* Decrement Register */ #define SPRN_DER 0x095 /* Debug Enable Regsiter */ @@ -728,6 +732,7 @@ #define SPRN_BESCR 806 /* Branch event status and control register */ #define BESCR_GE 0x8000000000000000ULL /* Global Enable */ #define SPRN_WORT 895 /* Workload optimization register - thread */ +#define SPRN_WORC 863 /* Workload optimization register - core */ #define SPRN_PMC1 787 #define SPRN_PMC2 788 --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/rtas.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/rtas.h @@ -316,6 +316,7 @@ extern void rtas_halt(void); extern void rtas_os_term(char *str); extern int rtas_get_sensor(int sensor, int index, int *state); +extern int rtas_get_sensor_fast(int sensor, int index, int *state); extern int rtas_get_power_level(int powerdomain, int *level); extern int rtas_set_power_level(int powerdomain, int level, int *setlevel); extern bool rtas_indicator_present(int token, int *maxindex); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/sections.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/sections.h @@ -8,8 +8,13 @@ #ifdef __powerpc64__ +#ifdef CONFIG_PPC_BOOK3E +extern char interrupt_base_book3e[]; +extern char interrupt_end_book3e[]; +#else extern char __start_interrupts[]; extern char __end_interrupts[]; +#endif extern char __prom_init_toc_start[]; extern char __prom_init_toc_end[]; @@ -26,9 +31,13 @@ unsigned long end) { unsigned long real_start, real_end; +#ifdef CONFIG_PPC_BOOK3E + real_start = interrupt_base_book3e - _stext; + real_end = interrupt_end_book3e - _stext; +#else real_start = __start_interrupts - _stext; real_end = __end_interrupts - _stext; - +#endif return start < (unsigned long)__va(real_end) && (unsigned long)__va(real_start) < end; } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/smp.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/smp.h @@ -199,6 +199,7 @@ extern unsigned long __secondary_hold_spinloop; extern unsigned long __secondary_hold_acknowledge; extern char __secondary_hold; +extern unsigned long __run_at_kexec; extern void __early_start(void); #endif /* __ASSEMBLY__ */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/spinlock.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/spinlock.h @@ -61,6 +61,7 @@ static inline int arch_spin_is_locked(arch_spinlock_t *lock) { + smp_mb(); return !arch_spin_value_unlocked(*lock); } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/spu.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/spu.h @@ -27,6 +27,8 @@ #include #include #include +#include +#include #define LS_SIZE (256 * 1024) #define LS_ADDR_MASK (LS_SIZE - 1) @@ -277,9 +279,6 @@ int spu_add_dev_attr_group(struct attribute_group *attrs); void spu_remove_dev_attr_group(struct attribute_group *attrs); -int spu_handle_mm_fault(struct mm_struct *mm, unsigned long ea, - unsigned long dsisr, unsigned *flt); - /* * Notifier blocks: * --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/synch.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/synch.h @@ -44,7 +44,7 @@ MAKE_LWSYNC_SECTION_ENTRY(97, __lwsync_fixup); #define PPC_ACQUIRE_BARRIER "\n" stringify_in_c(__PPC_ACQUIRE_BARRIER) #define PPC_RELEASE_BARRIER stringify_in_c(LWSYNC) "\n" -#define PPC_ATOMIC_ENTRY_BARRIER "\n" stringify_in_c(LWSYNC) "\n" +#define PPC_ATOMIC_ENTRY_BARRIER "\n" stringify_in_c(sync) "\n" #define PPC_ATOMIC_EXIT_BARRIER "\n" stringify_in_c(sync) "\n" #else #define PPC_ACQUIRE_BARRIER --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/systbl.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/systbl.h @@ -362,3 +362,9 @@ SYSCALL_SPU(sched_setattr) SYSCALL_SPU(sched_getattr) SYSCALL_SPU(renameat2) +SYSCALL(ni_syscall) /* seccomp */ +SYSCALL(ni_syscall) /* getrandom */ +SYSCALL(ni_syscall) /* memfd_create */ +SYSCALL(ni_syscall) /* bpf */ +SYSCALL(ni_syscall) /* execveat */ +PPC64ONLY(switch_endian) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/unistd.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/unistd.h @@ -12,7 +12,7 @@ #include -#define __NR_syscalls 358 +#define __NR_syscalls 364 #define __NR__exit __NR_exit #define NR_syscalls __NR_syscalls --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/asm/xics.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/asm/xics.h @@ -29,6 +29,7 @@ /* Native ICP */ #ifdef CONFIG_PPC_ICP_NATIVE extern int icp_native_init(void); +extern void icp_native_flush_interrupt(void); #else static inline int icp_native_init(void) { return -ENODEV; } #endif --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/uapi/asm/elf.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/uapi/asm/elf.h @@ -295,6 +295,8 @@ #define R_PPC64_TLSLD 108 #define R_PPC64_TOCSAVE 109 +#define R_PPC64_ENTRY 118 + #define R_PPC64_REL16 249 #define R_PPC64_REL16_LO 250 #define R_PPC64_REL16_HI 251 --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/uapi/asm/kvm.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/uapi/asm/kvm.h @@ -548,6 +548,7 @@ #define KVM_REG_PPC_VRSAVE (KVM_REG_PPC | KVM_REG_SIZE_U32 | 0xb4) #define KVM_REG_PPC_LPCR (KVM_REG_PPC | KVM_REG_SIZE_U32 | 0xb5) +#define KVM_REG_PPC_LPCR_64 (KVM_REG_PPC | KVM_REG_SIZE_U64 | 0xb5) #define KVM_REG_PPC_PPR (KVM_REG_PPC | KVM_REG_SIZE_U64 | 0xb6) /* Architecture compatibility level */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/include/uapi/asm/unistd.h +++ linux-lts-utopic-3.16.0/arch/powerpc/include/uapi/asm/unistd.h @@ -380,5 +380,6 @@ #define __NR_sched_setattr 355 #define __NR_sched_getattr 356 #define __NR_renameat2 357 +#define __NR_switch_endian 363 #endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/asm-offsets.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/asm-offsets.c @@ -493,6 +493,7 @@ DEFINE(KVM_HOST_SDR1, offsetof(struct kvm, arch.host_sdr1)); DEFINE(KVM_TLBIE_LOCK, offsetof(struct kvm, arch.tlbie_lock)); DEFINE(KVM_NEED_FLUSH, offsetof(struct kvm, arch.need_tlb_flush.bits)); + DEFINE(KVM_ENABLED_HCALLS, offsetof(struct kvm, arch.enabled_hcalls)); DEFINE(KVM_LPCR, offsetof(struct kvm, arch.lpcr)); DEFINE(KVM_RMOR, offsetof(struct kvm, arch.rmor)); DEFINE(KVM_VRMA_SLB_V, offsetof(struct kvm, arch.vrma_slb_v)); @@ -733,5 +734,16 @@ DEFINE(PACA_OPAL_MC_EVT, offsetof(struct paca_struct, opal_mc_evt)); #endif +#ifdef CONFIG_PPC_POWERNV + DEFINE(PACA_CORE_IDLE_STATE_PTR, + offsetof(struct paca_struct, core_idle_state_ptr)); + DEFINE(PACA_THREAD_IDLE_STATE, + offsetof(struct paca_struct, thread_idle_state)); + DEFINE(PACA_THREAD_MASK, + offsetof(struct paca_struct, thread_mask)); + DEFINE(PACA_SUBCORE_SIBLING_MASK, + offsetof(struct paca_struct, subcore_sibling_mask)); +#endif + return 0; } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/cacheinfo.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/cacheinfo.c @@ -61,12 +61,22 @@ }; /* These are used to index the cache_type_info array. */ -#define CACHE_TYPE_UNIFIED 0 -#define CACHE_TYPE_INSTRUCTION 1 -#define CACHE_TYPE_DATA 2 +#define CACHE_TYPE_UNIFIED 0 /* cache-size, cache-block-size, etc. */ +#define CACHE_TYPE_UNIFIED_D 1 /* d-cache-size, d-cache-block-size, etc */ +#define CACHE_TYPE_INSTRUCTION 2 +#define CACHE_TYPE_DATA 3 static const struct cache_type_info cache_type_info[] = { { + /* Embedded systems that use cache-size, cache-block-size, + * etc. for the Unified (typically L2) cache. */ + .name = "Unified", + .size_prop = "cache-size", + .line_size_props = { "cache-line-size", + "cache-block-size", }, + .nr_sets_prop = "cache-sets", + }, + { /* PowerPC Processor binding says the [di]-cache-* * must be equal on unified caches, so just use * d-cache properties. */ @@ -293,7 +303,8 @@ { struct cache *iter; - if (cache->type == CACHE_TYPE_UNIFIED) + if (cache->type == CACHE_TYPE_UNIFIED || + cache->type == CACHE_TYPE_UNIFIED_D) return cache; list_for_each_entry(iter, &cache_list, list) @@ -324,16 +335,29 @@ return of_get_property(np, "cache-unified", NULL); } -static struct cache *cache_do_one_devnode_unified(struct device_node *node, - int level) +/* + * Unified caches can have two different sets of tags. Most embedded + * use cache-size, etc. for the unified cache size, but open firmware systems + * use d-cache-size, etc. Check on initialization for which type we have, and + * return the appropriate structure type. Assume it's embedded if it isn't + * open firmware. If it's yet a 3rd type, then there will be missing entries + * in /sys/devices/system/cpu/cpu0/cache/index2/, and this code will need + * to be extended further. + */ +static int cache_is_unified_d(const struct device_node *np) { - struct cache *cache; + return of_get_property(np, + cache_type_info[CACHE_TYPE_UNIFIED_D].size_prop, NULL) ? + CACHE_TYPE_UNIFIED_D : CACHE_TYPE_UNIFIED; +} +/* + */ +static struct cache *cache_do_one_devnode_unified(struct device_node *node, int level) +{ pr_debug("creating L%d ucache for %s\n", level, node->full_name); - cache = new_cache(CACHE_TYPE_UNIFIED, level, node); - - return cache; + return new_cache(cache_is_unified_d(node), level, node); } static struct cache *cache_do_one_devnode_split(struct device_node *node, --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/eeh.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/eeh.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include @@ -40,6 +41,7 @@ #include #include #include +#include #include #include #include @@ -108,6 +110,9 @@ /* Lock to avoid races due to multiple reports of an error */ DEFINE_RAW_SPINLOCK(confirm_error_lock); +/* Lock to protect passed flags */ +static DEFINE_MUTEX(eeh_dev_mutex); + /* Buffer for reporting pci register dumps. Its here in BSS, and * not dynamically alloced, so that it ends up in RMO where RTAS * can access it. @@ -137,7 +142,7 @@ static int __init eeh_setup(char *str) { if (!strcmp(str, "off")) - eeh_subsystem_flags |= EEH_FORCE_DISABLED; + eeh_add_flag(EEH_FORCE_DISABLED); return 1; } @@ -152,12 +157,13 @@ * This routine captures assorted PCI configuration space data, * and puts them into a buffer for RTAS error logging. */ -static size_t eeh_gather_pci_data(struct eeh_dev *edev, char * buf, size_t len) +static size_t eeh_gather_pci_data(struct eeh_dev *edev, char *buf, size_t len) { struct device_node *dn = eeh_dev_to_of_node(edev); u32 cfg; int cap, i; - int n = 0; + int n = 0, l = 0; + char buffer[128]; n += scnprintf(buf+n, len-n, "%s\n", dn->full_name); pr_warn("EEH: of node=%s\n", dn->full_name); @@ -202,8 +208,22 @@ for (i=0; i<=8; i++) { eeh_ops->read_config(dn, cap+4*i, 4, &cfg); n += scnprintf(buf+n, len-n, "%02x:%x\n", 4*i, cfg); - pr_warn("EEH: PCI-E %02x: %08x\n", i, cfg); + + if ((i % 4) == 0) { + if (i != 0) + pr_warn("%s\n", buffer); + + l = scnprintf(buffer, sizeof(buffer), + "EEH: PCI-E %02x: %08x ", + 4*i, cfg); + } else { + l += scnprintf(buffer+l, sizeof(buffer)-l, + "%08x ", cfg); + } + } + + pr_warn("%s\n", buffer); } /* If AER capable, dump it */ @@ -212,11 +232,24 @@ n += scnprintf(buf+n, len-n, "pci-e AER:\n"); pr_warn("EEH: PCI-E AER capability register set follows:\n"); - for (i=0; i<14; i++) { + for (i=0; i<=13; i++) { eeh_ops->read_config(dn, cap+4*i, 4, &cfg); n += scnprintf(buf+n, len-n, "%02x:%x\n", 4*i, cfg); - pr_warn("EEH: PCI-E AER %02x: %08x\n", i, cfg); + + if ((i % 4) == 0) { + if (i != 0) + pr_warn("%s\n", buffer); + + l = scnprintf(buffer, sizeof(buffer), + "EEH: PCI-E AER %02x: %08x ", + 4*i, cfg); + } else { + l += scnprintf(buffer+l, sizeof(buffer)-l, + "%08x ", cfg); + } } + + pr_warn("%s\n", buffer); } return n; @@ -247,7 +280,7 @@ * 0xFF's is always returned from PCI config space. */ if (!(pe->type & EEH_PE_PHB)) { - if (eeh_probe_mode_devtree()) + if (eeh_has_flag(EEH_ENABLE_IO_FOR_LOG)) eeh_pci_enable(pe, EEH_OPT_THAW_MMIO); eeh_ops->configure_bridge(pe); eeh_pe_restore_bars(pe); @@ -298,14 +331,14 @@ unsigned long flags; int ret; - if (!eeh_probe_mode_dev()) + if (!eeh_has_flag(EEH_PROBE_MODE_DEV)) return -EPERM; /* Find the PHB PE */ phb_pe = eeh_phb_pe_get(pe->phb); if (!phb_pe) { - pr_warning("%s Can't find PE for PHB#%d\n", - __func__, pe->phb->global_number); + pr_warn("%s Can't find PE for PHB#%d\n", + __func__, pe->phb->global_number); return -EEXIST; } @@ -400,6 +433,14 @@ if (ret > 0) return ret; + /* + * If the PE isn't owned by us, we shouldn't check the + * state. Instead, let the owner handle it if the PE has + * been frozen. + */ + if (eeh_pe_passed(pe)) + return 0; + /* If we already have a pending isolation event for this * slot, we know it's bad already, we don't need to check. * Do this checking under a lock; as multiple PCI devices @@ -746,13 +787,13 @@ int __init eeh_ops_register(struct eeh_ops *ops) { if (!ops->name) { - pr_warning("%s: Invalid EEH ops name for %p\n", + pr_warn("%s: Invalid EEH ops name for %p\n", __func__, ops); return -EINVAL; } if (eeh_ops && eeh_ops != ops) { - pr_warning("%s: EEH ops of platform %s already existing (%s)\n", + pr_warn("%s: EEH ops of platform %s already existing (%s)\n", __func__, eeh_ops->name, ops->name); return -EEXIST; } @@ -772,7 +813,7 @@ int __exit eeh_ops_unregister(const char *name) { if (!name || !strlen(name)) { - pr_warning("%s: Invalid EEH ops name\n", + pr_warn("%s: Invalid EEH ops name\n", __func__); return -EINVAL; } @@ -788,7 +829,7 @@ static int eeh_reboot_notifier(struct notifier_block *nb, unsigned long action, void *unused) { - eeh_set_enable(false); + eeh_clear_flag(EEH_ENABLED); return NOTIFY_DONE; } @@ -837,11 +878,11 @@ /* call platform initialization function */ if (!eeh_ops) { - pr_warning("%s: Platform EEH operation not found\n", + pr_warn("%s: Platform EEH operation not found\n", __func__); return -EEXIST; } else if ((ret = eeh_ops->init())) { - pr_warning("%s: Failed to call platform init function (%d)\n", + pr_warn("%s: Failed to call platform init function (%d)\n", __func__, ret); return ret; } @@ -852,13 +893,13 @@ return ret; /* Enable EEH for all adapters */ - if (eeh_probe_mode_devtree()) { + if (eeh_has_flag(EEH_PROBE_MODE_DEVTREE)) { list_for_each_entry_safe(hose, tmp, &hose_list, list_node) { phb = hose->dn; traverse_pci_devices(phb, eeh_ops->of_probe, NULL); } - } else if (eeh_probe_mode_dev()) { + } else if (eeh_has_flag(EEH_PROBE_MODE_DEV)) { list_for_each_entry_safe(hose, tmp, &hose_list, list_node) pci_walk_bus(hose->bus, eeh_ops->dev_probe, NULL); @@ -882,7 +923,7 @@ if (eeh_enabled()) pr_info("EEH: PCI Enhanced I/O Error Handling Enabled\n"); else - pr_warning("EEH: No capable adapters found\n"); + pr_warn("EEH: No capable adapters found\n"); return ret; } @@ -910,7 +951,7 @@ * would delay the probe until late stage because * the PCI device isn't available this moment. */ - if (!eeh_probe_mode_devtree()) + if (!eeh_has_flag(EEH_PROBE_MODE_DEVTREE)) return; if (!of_node_to_eeh_dev(dn)) @@ -996,7 +1037,7 @@ * We have to do the EEH probe here because the PCI device * hasn't been created yet in the early stage. */ - if (eeh_probe_mode_dev()) + if (eeh_has_flag(EEH_PROBE_MODE_DEV)) eeh_ops->dev_probe(dev, NULL); eeh_addr_cache_insert_dev(dev); @@ -1100,6 +1141,280 @@ edev->mode &= ~EEH_DEV_SYSFS; } +/** + * eeh_dev_open - Increase count of pass through devices for PE + * @pdev: PCI device + * + * Increase count of passed through devices for the indicated + * PE. In the result, the EEH errors detected on the PE won't be + * reported. The PE owner will be responsible for detection + * and recovery. + */ +int eeh_dev_open(struct pci_dev *pdev) +{ + struct eeh_dev *edev; + + mutex_lock(&eeh_dev_mutex); + + /* No PCI device ? */ + if (!pdev) + goto out; + + /* No EEH device or PE ? */ + edev = pci_dev_to_eeh_dev(pdev); + if (!edev || !edev->pe) + goto out; + + /* Increase PE's pass through count */ + atomic_inc(&edev->pe->pass_dev_cnt); + mutex_unlock(&eeh_dev_mutex); + + return 0; +out: + mutex_unlock(&eeh_dev_mutex); + return -ENODEV; +} +EXPORT_SYMBOL_GPL(eeh_dev_open); + +/** + * eeh_dev_release - Decrease count of pass through devices for PE + * @pdev: PCI device + * + * Decrease count of pass through devices for the indicated PE. If + * there is no passed through device in PE, the EEH errors detected + * on the PE will be reported and handled as usual. + */ +void eeh_dev_release(struct pci_dev *pdev) +{ + struct eeh_dev *edev; + + mutex_lock(&eeh_dev_mutex); + + /* No PCI device ? */ + if (!pdev) + goto out; + + /* No EEH device ? */ + edev = pci_dev_to_eeh_dev(pdev); + if (!edev || !edev->pe || !eeh_pe_passed(edev->pe)) + goto out; + + /* Decrease PE's pass through count */ + atomic_dec(&edev->pe->pass_dev_cnt); + WARN_ON(atomic_read(&edev->pe->pass_dev_cnt) < 0); +out: + mutex_unlock(&eeh_dev_mutex); +} +EXPORT_SYMBOL(eeh_dev_release); + +static int dev_has_iommu_table(struct device *dev, void *data) +{ + struct pci_dev *pdev = to_pci_dev(dev); + struct pci_dev **ppdev = data; + struct iommu_table *tbl; + + if (!dev) + return 0; + + tbl = get_iommu_table_base(dev); + if (tbl && tbl->it_group) { + *ppdev = pdev; + return 1; + } + + return 0; +} + +/** + * eeh_iommu_group_to_pe - Convert IOMMU group to EEH PE + * @group: IOMMU group + * + * The routine is called to convert IOMMU group to EEH PE. + */ +struct eeh_pe *eeh_iommu_group_to_pe(struct iommu_group *group) +{ + struct pci_dev *pdev = NULL; + struct eeh_dev *edev; + int ret; + + /* No IOMMU group ? */ + if (!group) + return NULL; + + ret = iommu_group_for_each_dev(group, &pdev, dev_has_iommu_table); + if (!ret || !pdev) + return NULL; + + /* No EEH device or PE ? */ + edev = pci_dev_to_eeh_dev(pdev); + if (!edev || !edev->pe) + return NULL; + + return edev->pe; +} + +/** + * eeh_pe_set_option - Set options for the indicated PE + * @pe: EEH PE + * @option: requested option + * + * The routine is called to enable or disable EEH functionality + * on the indicated PE, to enable IO or DMA for the frozen PE. + */ +int eeh_pe_set_option(struct eeh_pe *pe, int option) +{ + int ret = 0; + + /* Invalid PE ? */ + if (!pe) + return -ENODEV; + + /* + * EEH functionality could possibly be disabled, just + * return error for the case. And the EEH functinality + * isn't expected to be disabled on one specific PE. + */ + switch (option) { + case EEH_OPT_ENABLE: + if (eeh_enabled()) + break; + ret = -EIO; + break; + case EEH_OPT_DISABLE: + break; + case EEH_OPT_THAW_MMIO: + case EEH_OPT_THAW_DMA: + if (!eeh_ops || !eeh_ops->set_option) { + ret = -ENOENT; + break; + } + + ret = eeh_ops->set_option(pe, option); + break; + default: + pr_debug("%s: Option %d out of range (%d, %d)\n", + __func__, option, EEH_OPT_DISABLE, EEH_OPT_THAW_DMA); + ret = -EINVAL; + } + + return ret; +} +EXPORT_SYMBOL_GPL(eeh_pe_set_option); + +/** + * eeh_pe_get_state - Retrieve PE's state + * @pe: EEH PE + * + * Retrieve the PE's state, which includes 3 aspects: enabled + * DMA, enabled IO and asserted reset. + */ +int eeh_pe_get_state(struct eeh_pe *pe) +{ + int result, ret = 0; + bool rst_active, dma_en, mmio_en; + + /* Existing PE ? */ + if (!pe) + return -ENODEV; + + if (!eeh_ops || !eeh_ops->get_state) + return -ENOENT; + + result = eeh_ops->get_state(pe, NULL); + rst_active = !!(result & EEH_STATE_RESET_ACTIVE); + dma_en = !!(result & EEH_STATE_DMA_ENABLED); + mmio_en = !!(result & EEH_STATE_MMIO_ENABLED); + + if (rst_active) + ret = EEH_PE_STATE_RESET; + else if (dma_en && mmio_en) + ret = EEH_PE_STATE_NORMAL; + else if (!dma_en && !mmio_en) + ret = EEH_PE_STATE_STOPPED_IO_DMA; + else if (!dma_en && mmio_en) + ret = EEH_PE_STATE_STOPPED_DMA; + else + ret = EEH_PE_STATE_UNAVAIL; + + return ret; +} +EXPORT_SYMBOL_GPL(eeh_pe_get_state); + +/** + * eeh_pe_reset - Issue PE reset according to specified type + * @pe: EEH PE + * @option: reset type + * + * The routine is called to reset the specified PE with the + * indicated type, either fundamental reset or hot reset. + * PE reset is the most important part for error recovery. + */ +int eeh_pe_reset(struct eeh_pe *pe, int option) +{ + int ret = 0; + + /* Invalid PE ? */ + if (!pe) + return -ENODEV; + + if (!eeh_ops || !eeh_ops->set_option || !eeh_ops->reset) + return -ENOENT; + + switch (option) { + case EEH_RESET_DEACTIVATE: + ret = eeh_ops->reset(pe, option); + if (ret) + break; + + /* + * The PE is still in frozen state and we need to clear + * that. It's good to clear frozen state after deassert + * to avoid messy IO access during reset, which might + * cause recursive frozen PE. + */ + ret = eeh_ops->set_option(pe, EEH_OPT_THAW_MMIO); + if (!ret) + ret = eeh_ops->set_option(pe, EEH_OPT_THAW_DMA); + if (!ret) + eeh_pe_state_clear(pe, EEH_PE_ISOLATED); + break; + case EEH_RESET_HOT: + case EEH_RESET_FUNDAMENTAL: + ret = eeh_ops->reset(pe, option); + break; + default: + pr_debug("%s: Unsupported option %d\n", + __func__, option); + ret = -EINVAL; + } + + return ret; +} +EXPORT_SYMBOL_GPL(eeh_pe_reset); + +/** + * eeh_pe_configure - Configure PCI bridges after PE reset + * @pe: EEH PE + * + * The routine is called to restore the PCI config space for + * those PCI devices, especially PCI bridges affected by PE + * reset issued previously. + */ +int eeh_pe_configure(struct eeh_pe *pe) +{ + int ret = 0; + + /* Invalid PE ? */ + if (!pe) + return -ENODEV; + + /* Restore config space for the affected devices */ + eeh_pe_restore_bars(pe); + + return ret; +} +EXPORT_SYMBOL_GPL(eeh_pe_configure); + static int proc_eeh_show(struct seq_file *m, void *v) { if (!eeh_enabled()) { @@ -1143,9 +1458,9 @@ static int eeh_enable_dbgfs_set(void *data, u64 val) { if (val) - eeh_subsystem_flags &= ~EEH_FORCE_DISABLED; + eeh_clear_flag(EEH_FORCE_DISABLED); else - eeh_subsystem_flags |= EEH_FORCE_DISABLED; + eeh_add_flag(EEH_FORCE_DISABLED); /* Notify the backend */ if (eeh_ops->post_init) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/eeh_cache.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/eeh_cache.c @@ -143,7 +143,7 @@ } else { if (dev != piar->pcidev || alo != piar->addr_lo || ahi != piar->addr_hi) { - pr_warning("PIAR: overlapping address range\n"); + pr_warn("PIAR: overlapping address range\n"); } return piar; } @@ -177,19 +177,20 @@ dn = pci_device_to_OF_node(dev); if (!dn) { - pr_warning("PCI: no pci dn found for dev=%s\n", pci_name(dev)); + pr_warn("PCI: no pci dn found for dev=%s\n", + pci_name(dev)); return; } edev = of_node_to_eeh_dev(dn); if (!edev) { - pr_warning("PCI: no EEH dev found for dn=%s\n", + pr_warn("PCI: no EEH dev found for dn=%s\n", dn->full_name); return; } /* Skip any devices for which EEH is not enabled. */ - if (!eeh_probe_mode_dev() && !edev->pe) { + if (!edev->pe) { #ifdef DEBUG pr_info("PCI: skip building address cache for=%s - %s\n", pci_name(dev), dn->full_name); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/eeh_dev.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/eeh_dev.c @@ -57,7 +57,8 @@ /* Allocate EEH device */ edev = kzalloc(sizeof(*edev), GFP_KERNEL); if (!edev) { - pr_warning("%s: out of memory\n", __func__); + pr_warn("%s: out of memory\n", + __func__); return NULL; } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/eeh_driver.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/eeh_driver.c @@ -599,7 +599,7 @@ pe->freeze_count++; if (pe->freeze_count > EEH_MAX_ALLOWED_FREEZES) goto excess_failures; - pr_warning("EEH: This PCI device has failed %d times in the last hour\n", + pr_warn("EEH: This PCI device has failed %d times in the last hour\n", pe->freeze_count); /* Walk the various device drivers attached to this slot through @@ -616,7 +616,7 @@ */ rc = eeh_ops->wait_state(pe, MAX_WAIT_FOR_RECOVERY*1000); if (rc < 0 || rc == EEH_STATE_NOT_SUPPORT) { - pr_warning("EEH: Permanent failure\n"); + pr_warn("EEH: Permanent failure\n"); goto hard_fail; } @@ -635,8 +635,8 @@ pr_info("EEH: Reset with hotplug activity\n"); rc = eeh_reset_device(pe, frozen_bus); if (rc) { - pr_warning("%s: Unable to reset, err=%d\n", - __func__, rc); + pr_warn("%s: Unable to reset, err=%d\n", + __func__, rc); goto hard_fail; } } @@ -678,7 +678,7 @@ /* If any device has a hard failure, then shut off everything. */ if (result == PCI_ERS_RESULT_DISCONNECT) { - pr_warning("EEH: Device driver gave up\n"); + pr_warn("EEH: Device driver gave up\n"); goto hard_fail; } @@ -687,8 +687,8 @@ pr_info("EEH: Reset without hotplug activity\n"); rc = eeh_reset_device(pe, NULL); if (rc) { - pr_warning("%s: Cannot reset, err=%d\n", - __func__, rc); + pr_warn("%s: Cannot reset, err=%d\n", + __func__, rc); goto hard_fail; } @@ -701,7 +701,7 @@ /* All devices should claim they have recovered by now. */ if ((result != PCI_ERS_RESULT_RECOVERED) && (result != PCI_ERS_RESULT_NONE)) { - pr_warning("EEH: Not recovered\n"); + pr_warn("EEH: Not recovered\n"); goto hard_fail; } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/eeh_pe.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/eeh_pe.c @@ -32,9 +32,24 @@ #include #include +static int eeh_pe_aux_size = 0; static LIST_HEAD(eeh_phb_pe); /** + * eeh_set_pe_aux_size - Set PE auxillary data size + * @size: PE auxillary data size + * + * Set PE auxillary data size + */ +void eeh_set_pe_aux_size(int size) +{ + if (size < 0) + return; + + eeh_pe_aux_size = size; +} + +/** * eeh_pe_alloc - Allocate PE * @phb: PCI controller * @type: PE type @@ -44,9 +59,16 @@ static struct eeh_pe *eeh_pe_alloc(struct pci_controller *phb, int type) { struct eeh_pe *pe; + size_t alloc_size; + + alloc_size = sizeof(struct eeh_pe); + if (eeh_pe_aux_size) { + alloc_size = ALIGN(alloc_size, cache_line_size()); + alloc_size += eeh_pe_aux_size; + } /* Allocate PHB PE */ - pe = kzalloc(sizeof(struct eeh_pe), GFP_KERNEL); + pe = kzalloc(alloc_size, GFP_KERNEL); if (!pe) return NULL; /* Initialize PHB PE */ @@ -56,6 +78,8 @@ INIT_LIST_HEAD(&pe->child); INIT_LIST_HEAD(&pe->edevs); + pe->data = (void *)pe + ALIGN(sizeof(struct eeh_pe), + cache_line_size()); return pe; } @@ -179,7 +203,8 @@ void *ret; if (!root) { - pr_warning("%s: Invalid PE %p\n", __func__, root); + pr_warn("%s: Invalid PE %p\n", + __func__, root); return NULL; } @@ -351,17 +376,6 @@ pe->config_addr = edev->config_addr; /* - * While doing PE reset, we probably hot-reset the - * upstream bridge. However, the PCI devices including - * the associated EEH devices might be removed when EEH - * core is doing recovery. So that won't safe to retrieve - * the bridge through downstream EEH device. We have to - * trace the parent PCI bus, then the upstream bridge. - */ - if (eeh_probe_mode_dev()) - pe->bus = eeh_dev_to_pci_dev(edev)->bus; - - /* * Put the new EEH PE into hierarchy tree. If the parent * can't be found, the newly created PE will be attached * to PHB directly. Otherwise, we have to associate the @@ -570,6 +584,8 @@ { struct eeh_pe *pe = (struct eeh_pe *)data; int state = *((int *)flag); + struct eeh_dev *edev, *tmp; + struct pci_dev *pdev; /* Keep the state of permanently removed PE intact */ if ((pe->freeze_count > EEH_MAX_ALLOWED_FREEZES) && @@ -578,9 +594,22 @@ pe->state &= ~state; - /* Clear check count since last isolation */ - if (state & EEH_PE_ISOLATED) - pe->check_count = 0; + /* + * Special treatment on clearing isolated state. Clear + * check count since last isolation and put all affected + * devices to normal state. + */ + if (!(state & EEH_PE_ISOLATED)) + return NULL; + + pe->check_count = 0; + eeh_pe_for_each_dev(pe, edev, tmp) { + pdev = eeh_dev_to_pci_dev(edev); + if (!pdev) + continue; + + pdev->error_state = pci_channel_io_normal; + } return NULL; } @@ -802,53 +831,30 @@ */ const char *eeh_pe_loc_get(struct eeh_pe *pe) { - struct pci_controller *hose; struct pci_bus *bus = eeh_pe_bus_get(pe); - struct pci_dev *pdev; struct device_node *dn; - const char *loc; + const char *loc = NULL; - if (!bus) - return "N/A"; + while (bus) { + dn = pci_bus_to_OF_node(bus); + if (!dn) { + bus = bus->parent; + continue; + } + + if (pci_is_root_bus(bus)) + loc = of_get_property(dn, "ibm,io-base-loc-code", NULL); + else + loc = of_get_property(dn, "ibm,slot-location-code", + NULL); - /* PHB PE or root PE ? */ - if (pci_is_root_bus(bus)) { - hose = pci_bus_to_host(bus); - loc = of_get_property(hose->dn, - "ibm,loc-code", NULL); - if (loc) - return loc; - loc = of_get_property(hose->dn, - "ibm,io-base-loc-code", NULL); if (loc) return loc; - pdev = pci_get_slot(bus, 0x0); - } else { - pdev = bus->self; - } - - if (!pdev) { - loc = "N/A"; - goto out; - } - - dn = pci_device_to_OF_node(pdev); - if (!dn) { - loc = "N/A"; - goto out; + bus = bus->parent; } - loc = of_get_property(dn, "ibm,loc-code", NULL); - if (!loc) - loc = of_get_property(dn, "ibm,slot-location-code", NULL); - if (!loc) - loc = "N/A"; - -out: - if (pci_is_root_bus(bus) && pdev) - pci_dev_put(pdev); - return loc; + return "N/A"; } /** --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/entry_32.S +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/entry_32.S @@ -33,9 +33,6 @@ #include #include -#undef SHOW_SYSCALLS -#undef SHOW_SYSCALLS_TASK - /* * MSR_KERNEL is > 0x10000 on 4xx/Book-E since it include MSR_CE. */ @@ -307,9 +304,6 @@ lwz r11,_CCR(r1) /* Clear SO bit in CR */ rlwinm r11,r11,0,4,2 stw r11,_CCR(r1) -#ifdef SHOW_SYSCALLS - bl do_show_syscall -#endif /* SHOW_SYSCALLS */ #ifdef CONFIG_TRACE_IRQFLAGS /* Return from syscalls can (and generally will) hard enable * interrupts. You aren't supposed to call a syscall with @@ -352,9 +346,6 @@ blrl /* Call handler */ .globl ret_from_syscall ret_from_syscall: -#ifdef SHOW_SYSCALLS - bl do_show_syscall_exit -#endif mr r6,r3 CURRENT_THREAD_INFO(r12, r1) /* disable interrupts so current_thread_info()->flags can't change */ @@ -523,74 +514,6 @@ bl do_syscall_trace_leave b ret_from_except_full -#ifdef SHOW_SYSCALLS -do_show_syscall: -#ifdef SHOW_SYSCALLS_TASK - lis r11,show_syscalls_task@ha - lwz r11,show_syscalls_task@l(r11) - cmp 0,r2,r11 - bnelr -#endif - stw r31,GPR31(r1) - mflr r31 - lis r3,7f@ha - addi r3,r3,7f@l - lwz r4,GPR0(r1) - lwz r5,GPR3(r1) - lwz r6,GPR4(r1) - lwz r7,GPR5(r1) - lwz r8,GPR6(r1) - lwz r9,GPR7(r1) - bl printk - lis r3,77f@ha - addi r3,r3,77f@l - lwz r4,GPR8(r1) - mr r5,r2 - bl printk - lwz r0,GPR0(r1) - lwz r3,GPR3(r1) - lwz r4,GPR4(r1) - lwz r5,GPR5(r1) - lwz r6,GPR6(r1) - lwz r7,GPR7(r1) - lwz r8,GPR8(r1) - mtlr r31 - lwz r31,GPR31(r1) - blr - -do_show_syscall_exit: -#ifdef SHOW_SYSCALLS_TASK - lis r11,show_syscalls_task@ha - lwz r11,show_syscalls_task@l(r11) - cmp 0,r2,r11 - bnelr -#endif - stw r31,GPR31(r1) - mflr r31 - stw r3,RESULT(r1) /* Save result */ - mr r4,r3 - lis r3,79f@ha - addi r3,r3,79f@l - bl printk - lwz r3,RESULT(r1) - mtlr r31 - lwz r31,GPR31(r1) - blr - -7: .string "syscall %d(%x, %x, %x, %x, %x, " -77: .string "%x), current=%p\n" -79: .string " -> %x\n" - .align 2,0 - -#ifdef SHOW_SYSCALLS_TASK - .data - .globl show_syscalls_task -show_syscalls_task: - .long -1 - .text -#endif -#endif /* SHOW_SYSCALLS */ - /* * The fork/clone functions need to copy the full register set into * the child process. Therefore we need to save all the nonvolatile --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/entry_64.S +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/entry_64.S @@ -49,8 +49,6 @@ .section ".text" .align 7 -#undef SHOW_SYSCALLS - .globl system_call_common system_call_common: andi. r10,r12,MSR_PR @@ -142,13 +140,6 @@ li r10,1 std r10,SOFTE(r1) -#ifdef SHOW_SYSCALLS - bl do_show_syscall - REST_GPR(0,r1) - REST_4GPRS(3,r1) - REST_2GPRS(7,r1) - addi r9,r1,STACK_FRAME_OVERHEAD -#endif CURRENT_THREAD_INFO(r11, r1) ld r10,TI_FLAGS(r11) andi. r11,r10,_TIF_SYSCALL_T_OR_A @@ -178,12 +169,8 @@ mtctr r12 bctrl /* Call handler */ -syscall_exit: +.Lsyscall_exit: std r3,RESULT(r1) -#ifdef SHOW_SYSCALLS - bl do_show_syscall_exit - ld r3,RESULT(r1) -#endif CURRENT_THREAD_INFO(r12, r1) ld r8,_MSR(r1) @@ -270,7 +257,7 @@ syscall_enosys: li r3,-ENOSYS - b syscall_exit + b .Lsyscall_exit syscall_exit_work: #ifdef CONFIG_PPC_BOOK3S @@ -347,33 +334,38 @@ _GLOBAL(ppc_fork) bl save_nvgprs bl sys_fork - b syscall_exit + b .Lsyscall_exit _GLOBAL(ppc_vfork) bl save_nvgprs bl sys_vfork - b syscall_exit + b .Lsyscall_exit _GLOBAL(ppc_clone) bl save_nvgprs bl sys_clone - b syscall_exit + b .Lsyscall_exit _GLOBAL(ppc32_swapcontext) bl save_nvgprs bl compat_sys_swapcontext - b syscall_exit + b .Lsyscall_exit _GLOBAL(ppc64_swapcontext) bl save_nvgprs bl sys_swapcontext - b syscall_exit + b .Lsyscall_exit + +_GLOBAL(ppc_switch_endian) + bl save_nvgprs + bl sys_switch_endian + b .Lsyscall_exit _GLOBAL(ret_from_fork) bl schedule_tail REST_NVGPRS(r1) li r3,0 - b syscall_exit + b .Lsyscall_exit _GLOBAL(ret_from_kernel_thread) bl schedule_tail @@ -385,7 +377,7 @@ #endif blrl li r3,0 - b syscall_exit + b .Lsyscall_exit /* * This routine switches between two different tasks. The process @@ -663,7 +655,13 @@ 3: #endif bl save_nvgprs + /* + * Use a non volatile GPR to save and restore our thread_info flags + * across the call to restore_interrupts. + */ + mr r30,r4 bl restore_interrupts + mr r4,r30 addi r3,r1,STACK_FRAME_OVERHEAD bl do_notify_resume b ret_from_except @@ -919,6 +917,11 @@ addi r3,r1,STACK_FRAME_OVERHEAD; bl do_IRQ b ret_from_except +1: cmpwi cr0,r3,0xe60 + bne 1f + addi r3,r1,STACK_FRAME_OVERHEAD; + bl handle_hmi_exception + b ret_from_except 1: cmpwi cr0,r3,0x900 bne 1f addi r3,r1,STACK_FRAME_OVERHEAD; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/exceptions-64e.S +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/exceptions-64e.S @@ -1348,7 +1348,15 @@ * r4 = MAS0 w/TLBSEL & ESEL for the temp mapping */ /* Now we branch the new virtual address mapped by this entry */ +#ifdef CONFIG_RELOCATABLE + /* We have to find out address from lr. */ + bl 1f /* Find our address */ +1: mflr r6 + addi r6,r6,(2f - 1b) + tovirt(r6,r6) +#else LOAD_REG_IMMEDIATE(r6,2f) +#endif lis r7,MSR_KERNEL@h ori r7,r7,MSR_KERNEL@l mtspr SPRN_SRR0,r6 @@ -1580,9 +1588,17 @@ mflr r28 b 3b -init_core_book3e: +_GLOBAL(init_core_book3e) /* Establish the interrupt vector base */ +#ifdef CONFIG_RELOCATABLE +/* In relocatable case the value of the constant expression 'expr' is only + * offset. So instead, we should loads the address of label 'name'. + */ + tovirt(r2,r2) + LOAD_REG_ADDR(r3, interrupt_base_book3e) +#else LOAD_REG_IMMEDIATE(r3, interrupt_base_book3e) +#endif mtspr SPRN_IVPR,r3 sync blr --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/exceptions-64s.S +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/exceptions-64s.S @@ -15,6 +15,7 @@ #include #include #include +#include /* * We layout physical memory as follows: @@ -101,23 +102,34 @@ #ifdef CONFIG_PPC_P7_NAP BEGIN_FTR_SECTION /* Running native on arch 2.06 or later, check if we are - * waking up from nap. We only handle no state loss and - * supervisor state loss. We do -not- handle hypervisor - * state loss at this time. + * waking up from nap/sleep/winkle. */ mfspr r13,SPRN_SRR1 rlwinm. r13,r13,47-31,30,31 beq 9f - /* waking up from powersave (nap) state */ - cmpwi cr1,r13,2 - /* Total loss of HV state is fatal, we could try to use the - * PIR to locate a PACA, then use an emergency stack etc... - * OPAL v3 based powernv platforms have new idle states - * which fall in this catagory. + cmpwi cr3,r13,2 + + /* + * Check if last bit of HSPGR0 is set. This indicates whether we are + * waking up from winkle. */ - bgt cr1,8f GET_PACA(r13) + clrldi r5,r13,63 + clrrdi r13,r13,1 + cmpwi cr4,r5,1 + mtspr SPRN_HSPRG0,r13 + + lbz r0,PACA_THREAD_IDLE_STATE(r13) + cmpwi cr2,r0,PNV_THREAD_NAP + bgt cr2,8f /* Either sleep or Winkle */ + + /* Waking up from nap should not cause hypervisor state loss */ + bgt cr3,. + + /* Waking up from nap */ + li r0,PNV_THREAD_RUNNING + stb r0,PACA_THREAD_IDLE_STATE(r13) /* Clear thread state */ #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE li r0,KVM_HWTHREAD_IN_KERNEL @@ -131,7 +143,9 @@ 1: #endif - beq cr1,2f + /* Return SRR1 from power7_nap() */ + mfspr r3,SPRN_SRR1 + beq cr3,2f b power7_wakeup_noloss 2: b power7_wakeup_loss @@ -339,7 +353,7 @@ hv_exception_trampoline: SET_SCRATCH0(r13) EXCEPTION_PROLOG_0(PACA_EXGEN) - b hmi_exception_hv + b hmi_exception_early . = 0xe80 hv_doorbell_trampoline: @@ -621,8 +635,64 @@ KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe22) STD_EXCEPTION_HV_OOL(0xe42, emulation_assist) KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe42) - STD_EXCEPTION_HV_OOL(0xe62, hmi_exception) /* need to flush cache ? */ + MASKABLE_EXCEPTION_HV_OOL(0xe62, hmi_exception) KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe62) + + .globl hmi_exception_early +hmi_exception_early: + EXCEPTION_PROLOG_1(PACA_EXGEN, NOTEST, 0xe60) + mr r10,r1 /* Save r1 */ + ld r1,PACAEMERGSP(r13) /* Use emergency stack */ + subi r1,r1,INT_FRAME_SIZE /* alloc stack frame */ + std r9,_CCR(r1) /* save CR in stackframe */ + mfspr r11,SPRN_HSRR0 /* Save HSRR0 */ + std r11,_NIP(r1) /* save HSRR0 in stackframe */ + mfspr r12,SPRN_HSRR1 /* Save SRR1 */ + std r12,_MSR(r1) /* save SRR1 in stackframe */ + std r10,0(r1) /* make stack chain pointer */ + std r0,GPR0(r1) /* save r0 in stackframe */ + std r10,GPR1(r1) /* save r1 in stackframe */ + EXCEPTION_PROLOG_COMMON_2(PACA_EXGEN) + EXCEPTION_PROLOG_COMMON_3(0xe60) + addi r3,r1,STACK_FRAME_OVERHEAD + bl hmi_exception_realmode + /* Windup the stack. */ + /* Clear MSR_RI before setting SRR0 and SRR1. */ + li r0,MSR_RI + mfmsr r9 /* get MSR value */ + andc r9,r9,r0 + mtmsrd r9,1 /* Clear MSR_RI */ + /* Move original HSRR0 and HSRR1 into the respective regs */ + ld r9,_MSR(r1) + mtspr SPRN_HSRR1,r9 + ld r3,_NIP(r1) + mtspr SPRN_HSRR0,r3 + ld r9,_CTR(r1) + mtctr r9 + ld r9,_XER(r1) + mtxer r9 + ld r9,_LINK(r1) + mtlr r9 + REST_GPR(0, r1) + REST_8GPRS(2, r1) + REST_GPR(10, r1) + ld r11,_CCR(r1) + mtcr r11 + REST_GPR(11, r1) + REST_2GPRS(12, r1) + /* restore original r1. */ + ld r1,GPR1(r1) + + /* + * Go to virtual mode and pull the HMI event information from + * firmware. + */ + .globl hmi_exception_after_realmode +hmi_exception_after_realmode: + SET_SCRATCH0(r13) + EXCEPTION_PROLOG_0(PACA_EXGEN) + b hmi_exception_hv + MASKABLE_EXCEPTION_HV_OOL(0xe82, h_doorbell) KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe82) @@ -643,6 +713,8 @@ * - If it was a decrementer interrupt, we bump the dec to max and and return. * - If it was a doorbell we return immediately since doorbells are edge * triggered and won't automatically refire. + * - If it was a HMI we return immediately since we handled it in realmode + * and it won't refire. * - else we hard disable and return. * This is called with r10 containing the value to OR to the paca field. */ @@ -660,6 +732,8 @@ b 2f; \ 1: cmpwi r10,PACA_IRQ_DBELL; \ beq 2f; \ + cmpwi r10,PACA_IRQ_HMI; \ + beq 2f; \ mfspr r10,SPRN_##_H##SRR1; \ rldicl r10,r10,48,1; /* clear MSR_EE */ \ rotldi r10,r10,16; \ @@ -799,7 +873,7 @@ STD_EXCEPTION_COMMON(0xd00, single_step, single_step_exception) STD_EXCEPTION_COMMON(0xe00, trap_0e, unknown_exception) STD_EXCEPTION_COMMON(0xe40, emulation_assist, emulation_assist_interrupt) - STD_EXCEPTION_COMMON(0xe60, hmi_exception, unknown_exception) + STD_EXCEPTION_COMMON_ASYNC(0xe60, hmi_exception, handle_hmi_exception) #ifdef CONFIG_PPC_DOORBELL STD_EXCEPTION_COMMON_ASYNC(0xe80, h_doorbell, doorbell_exception) #else @@ -1429,6 +1503,7 @@ MACHINE_CHECK_HANDLER_WINDUP GET_PACA(r13) ld r1,PACAR1(r13) + li r3,PNV_THREAD_NAP b power7_enter_nap_mode 4: #endif @@ -1442,7 +1517,7 @@ bne 9f /* continue in V mode if we are. */ 5: -#ifdef CONFIG_KVM_BOOK3S_64_HV +#ifdef CONFIG_KVM_BOOK3S_64_HANDLER /* * We are coming from kernel context. Check if we are coming from * guest. if yes, then we can continue. We will fall through --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/fadump.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/fadump.c @@ -58,7 +58,7 @@ const __be32 *sections; int i, num_sections; int size; - const int *token; + const __be32 *token; if (depth != 1 || strcmp(uname, "rtas") != 0) return 0; @@ -72,7 +72,7 @@ return 1; fw_dump.fadump_supported = 1; - fw_dump.ibm_configure_kernel_dump = *token; + fw_dump.ibm_configure_kernel_dump = be32_to_cpu(*token); /* * The 'ibm,kernel-dump' rtas node is present only if there is @@ -147,11 +147,11 @@ memset(fdm, 0, sizeof(struct fadump_mem_struct)); addr = addr & PAGE_MASK; - fdm->header.dump_format_version = 0x00000001; - fdm->header.dump_num_sections = 3; + fdm->header.dump_format_version = cpu_to_be32(0x00000001); + fdm->header.dump_num_sections = cpu_to_be16(3); fdm->header.dump_status_flag = 0; fdm->header.offset_first_dump_section = - (u32)offsetof(struct fadump_mem_struct, cpu_state_data); + cpu_to_be32((u32)offsetof(struct fadump_mem_struct, cpu_state_data)); /* * Fields for disk dump option. @@ -167,27 +167,27 @@ /* Kernel dump sections */ /* cpu state data section. */ - fdm->cpu_state_data.request_flag = FADUMP_REQUEST_FLAG; - fdm->cpu_state_data.source_data_type = FADUMP_CPU_STATE_DATA; + fdm->cpu_state_data.request_flag = cpu_to_be32(FADUMP_REQUEST_FLAG); + fdm->cpu_state_data.source_data_type = cpu_to_be16(FADUMP_CPU_STATE_DATA); fdm->cpu_state_data.source_address = 0; - fdm->cpu_state_data.source_len = fw_dump.cpu_state_data_size; - fdm->cpu_state_data.destination_address = addr; + fdm->cpu_state_data.source_len = cpu_to_be64(fw_dump.cpu_state_data_size); + fdm->cpu_state_data.destination_address = cpu_to_be64(addr); addr += fw_dump.cpu_state_data_size; /* hpte region section */ - fdm->hpte_region.request_flag = FADUMP_REQUEST_FLAG; - fdm->hpte_region.source_data_type = FADUMP_HPTE_REGION; + fdm->hpte_region.request_flag = cpu_to_be32(FADUMP_REQUEST_FLAG); + fdm->hpte_region.source_data_type = cpu_to_be16(FADUMP_HPTE_REGION); fdm->hpte_region.source_address = 0; - fdm->hpte_region.source_len = fw_dump.hpte_region_size; - fdm->hpte_region.destination_address = addr; + fdm->hpte_region.source_len = cpu_to_be64(fw_dump.hpte_region_size); + fdm->hpte_region.destination_address = cpu_to_be64(addr); addr += fw_dump.hpte_region_size; /* RMA region section */ - fdm->rmr_region.request_flag = FADUMP_REQUEST_FLAG; - fdm->rmr_region.source_data_type = FADUMP_REAL_MODE_REGION; - fdm->rmr_region.source_address = RMA_START; - fdm->rmr_region.source_len = fw_dump.boot_memory_size; - fdm->rmr_region.destination_address = addr; + fdm->rmr_region.request_flag = cpu_to_be32(FADUMP_REQUEST_FLAG); + fdm->rmr_region.source_data_type = cpu_to_be16(FADUMP_REAL_MODE_REGION); + fdm->rmr_region.source_address = cpu_to_be64(RMA_START); + fdm->rmr_region.source_len = cpu_to_be64(fw_dump.boot_memory_size); + fdm->rmr_region.destination_address = cpu_to_be64(addr); addr += fw_dump.boot_memory_size; return addr; @@ -272,7 +272,7 @@ * first kernel. */ if (fdm_active) - fw_dump.boot_memory_size = fdm_active->rmr_region.source_len; + fw_dump.boot_memory_size = be64_to_cpu(fdm_active->rmr_region.source_len); else fw_dump.boot_memory_size = fadump_calculate_reserve_size(); @@ -314,8 +314,8 @@ (unsigned long)(base >> 20)); fw_dump.fadumphdr_addr = - fdm_active->rmr_region.destination_address + - fdm_active->rmr_region.source_len; + be64_to_cpu(fdm_active->rmr_region.destination_address) + + be64_to_cpu(fdm_active->rmr_region.source_len); pr_debug("fadumphdr_addr = %p\n", (void *) fw_dump.fadumphdr_addr); } else { @@ -472,9 +472,9 @@ { memset(regs, 0, sizeof(struct pt_regs)); - while (reg_entry->reg_id != REG_ID("CPUEND")) { - fadump_set_regval(regs, reg_entry->reg_id, - reg_entry->reg_value); + while (be64_to_cpu(reg_entry->reg_id) != REG_ID("CPUEND")) { + fadump_set_regval(regs, be64_to_cpu(reg_entry->reg_id), + be64_to_cpu(reg_entry->reg_value)); reg_entry++; } reg_entry++; @@ -603,20 +603,20 @@ if (!fdm->cpu_state_data.bytes_dumped) return -EINVAL; - addr = fdm->cpu_state_data.destination_address; + addr = be64_to_cpu(fdm->cpu_state_data.destination_address); vaddr = __va(addr); reg_header = vaddr; - if (reg_header->magic_number != REGSAVE_AREA_MAGIC) { + if (be64_to_cpu(reg_header->magic_number) != REGSAVE_AREA_MAGIC) { printk(KERN_ERR "Unable to read register save area.\n"); return -ENOENT; } pr_debug("--------CPU State Data------------\n"); - pr_debug("Magic Number: %llx\n", reg_header->magic_number); - pr_debug("NumCpuOffset: %x\n", reg_header->num_cpu_offset); + pr_debug("Magic Number: %llx\n", be64_to_cpu(reg_header->magic_number)); + pr_debug("NumCpuOffset: %x\n", be32_to_cpu(reg_header->num_cpu_offset)); - vaddr += reg_header->num_cpu_offset; - num_cpus = *((u32 *)(vaddr)); + vaddr += be32_to_cpu(reg_header->num_cpu_offset); + num_cpus = be32_to_cpu(*((__be32 *)(vaddr))); pr_debug("NumCpus : %u\n", num_cpus); vaddr += sizeof(u32); reg_entry = (struct fadump_reg_entry *)vaddr; @@ -639,13 +639,13 @@ fdh = __va(fw_dump.fadumphdr_addr); for (i = 0; i < num_cpus; i++) { - if (reg_entry->reg_id != REG_ID("CPUSTRT")) { + if (be64_to_cpu(reg_entry->reg_id) != REG_ID("CPUSTRT")) { printk(KERN_ERR "Unable to read CPU state data\n"); rc = -ENOENT; goto error_out; } /* Lower 4 bytes of reg_value contains logical cpu id */ - cpu = reg_entry->reg_value & FADUMP_CPU_ID_MASK; + cpu = be64_to_cpu(reg_entry->reg_value) & FADUMP_CPU_ID_MASK; if (fdh && !cpumask_test_cpu(cpu, &fdh->cpu_online_mask)) { SKIP_TO_NEXT_CPU(reg_entry); continue; @@ -692,7 +692,7 @@ return -EINVAL; /* Check if the dump data is valid. */ - if ((fdm_active->header.dump_status_flag == FADUMP_ERROR_FLAG) || + if ((be16_to_cpu(fdm_active->header.dump_status_flag) == FADUMP_ERROR_FLAG) || (fdm_active->cpu_state_data.error_flags != 0) || (fdm_active->rmr_region.error_flags != 0)) { printk(KERN_ERR "Dump taken by platform is not valid\n"); @@ -828,7 +828,7 @@ static inline unsigned long fadump_relocate(unsigned long paddr) { if (paddr > RMA_START && paddr < fw_dump.boot_memory_size) - return fdm.rmr_region.destination_address + paddr; + return be64_to_cpu(fdm.rmr_region.destination_address) + paddr; else return paddr; } @@ -902,7 +902,7 @@ * to the specified destination_address. Hence set * the correct offset. */ - phdr->p_offset = fdm.rmr_region.destination_address; + phdr->p_offset = be64_to_cpu(fdm.rmr_region.destination_address); } phdr->p_paddr = mbase; @@ -951,7 +951,7 @@ fadump_setup_crash_memory_ranges(); - addr = fdm.rmr_region.destination_address + fdm.rmr_region.source_len; + addr = be64_to_cpu(fdm.rmr_region.destination_address) + be64_to_cpu(fdm.rmr_region.source_len); /* Initialize fadump crash info header. */ addr = init_fadump_header(addr); vaddr = __va(addr); @@ -1023,7 +1023,7 @@ /* Invalidate the registration only if dump is active. */ if (fw_dump.dump_active) { init_fadump_mem_struct(&fdm, - fdm_active->cpu_state_data.destination_address); + be64_to_cpu(fdm_active->cpu_state_data.destination_address)); fadump_invalidate_dump(&fdm); } } @@ -1063,7 +1063,7 @@ return; } - destination_address = fdm_active->cpu_state_data.destination_address; + destination_address = be64_to_cpu(fdm_active->cpu_state_data.destination_address); fadump_cleanup(); mutex_unlock(&fadump_mutex); @@ -1183,31 +1183,31 @@ seq_printf(m, "CPU : [%#016llx-%#016llx] %#llx bytes, " "Dumped: %#llx\n", - fdm_ptr->cpu_state_data.destination_address, - fdm_ptr->cpu_state_data.destination_address + - fdm_ptr->cpu_state_data.source_len - 1, - fdm_ptr->cpu_state_data.source_len, - fdm_ptr->cpu_state_data.bytes_dumped); + be64_to_cpu(fdm_ptr->cpu_state_data.destination_address), + be64_to_cpu(fdm_ptr->cpu_state_data.destination_address) + + be64_to_cpu(fdm_ptr->cpu_state_data.source_len) - 1, + be64_to_cpu(fdm_ptr->cpu_state_data.source_len), + be64_to_cpu(fdm_ptr->cpu_state_data.bytes_dumped)); seq_printf(m, "HPTE: [%#016llx-%#016llx] %#llx bytes, " "Dumped: %#llx\n", - fdm_ptr->hpte_region.destination_address, - fdm_ptr->hpte_region.destination_address + - fdm_ptr->hpte_region.source_len - 1, - fdm_ptr->hpte_region.source_len, - fdm_ptr->hpte_region.bytes_dumped); + be64_to_cpu(fdm_ptr->hpte_region.destination_address), + be64_to_cpu(fdm_ptr->hpte_region.destination_address) + + be64_to_cpu(fdm_ptr->hpte_region.source_len) - 1, + be64_to_cpu(fdm_ptr->hpte_region.source_len), + be64_to_cpu(fdm_ptr->hpte_region.bytes_dumped)); seq_printf(m, "DUMP: [%#016llx-%#016llx] %#llx bytes, " "Dumped: %#llx\n", - fdm_ptr->rmr_region.destination_address, - fdm_ptr->rmr_region.destination_address + - fdm_ptr->rmr_region.source_len - 1, - fdm_ptr->rmr_region.source_len, - fdm_ptr->rmr_region.bytes_dumped); + be64_to_cpu(fdm_ptr->rmr_region.destination_address), + be64_to_cpu(fdm_ptr->rmr_region.destination_address) + + be64_to_cpu(fdm_ptr->rmr_region.source_len) - 1, + be64_to_cpu(fdm_ptr->rmr_region.source_len), + be64_to_cpu(fdm_ptr->rmr_region.bytes_dumped)); if (!fdm_active || (fw_dump.reserve_dump_area_start == - fdm_ptr->cpu_state_data.destination_address)) + be64_to_cpu(fdm_ptr->cpu_state_data.destination_address))) goto out; /* Dump is active. Show reserved memory region. */ @@ -1215,10 +1215,10 @@ " : [%#016llx-%#016llx] %#llx bytes, " "Dumped: %#llx\n", (unsigned long long)fw_dump.reserve_dump_area_start, - fdm_ptr->cpu_state_data.destination_address - 1, - fdm_ptr->cpu_state_data.destination_address - + be64_to_cpu(fdm_ptr->cpu_state_data.destination_address) - 1, + be64_to_cpu(fdm_ptr->cpu_state_data.destination_address) - fw_dump.reserve_dump_area_start, - fdm_ptr->cpu_state_data.destination_address - + be64_to_cpu(fdm_ptr->cpu_state_data.destination_address) - fw_dump.reserve_dump_area_start); out: if (fdm_active) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/head_64.S +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/head_64.S @@ -91,6 +91,10 @@ __secondary_hold_acknowledge: .llong 0x0 + .globl __run_at_kexec +__run_at_kexec: + .llong 0x0 /* Flag for the secondary kernel from kexec. */ + #ifdef CONFIG_RELOCATABLE /* This flag is set to 1 by a loader if the kernel should run * at the loaded address instead of the linked address. This @@ -126,6 +130,10 @@ /* Grab our physical cpu number */ mr r24,r3 /* stash r4 for book3e */ +#ifdef CONFIG_PPC_FSL_BOOK3E + /* we need to setup initial TLB entry. */ + li r4,0 +#endif mr r25,r4 /* Tell the master cpu we're here */ @@ -419,12 +427,31 @@ /* process relocations for the final address of the kernel */ lis r25,PAGE_OFFSET@highest /* compute virtual base of kernel */ sldi r25,r25,32 +#if defined(CONFIG_PPC_BOOK3E) + tovirt(r26,r26) /* on booke, we already run at PAGE_OFFSET */ +#endif +#if defined(CONFIG_KEXEC) || defined(CONFIG_CRASH_DUMP) + /* If relocated we need to restore this flag on that relocated address. */ + ld r7,__run_at_kexec-_stext(r26) + std r7,__run_at_kexec-_stext(r26) +#endif + lwz r7,__run_at_load-_stext(r26) +#if defined(CONFIG_PPC_BOOK3E) + tophys(r26,r26) /* Restore for the remains. */ +#endif cmplwi cr0,r7,1 /* flagged to stay where we are ? */ bne 1f add r25,r25,r26 1: mr r3,r25 bl relocate +#if defined(CONFIG_PPC_BOOK3E) + /* In relocatable case we always have to load the address of label 'name' + * to set IVPR. So after .relocate we have to update IVPR with current + * address of label. + */ + bl .init_core_book3e +#endif #endif /* @@ -439,12 +466,12 @@ tovirt(r3,r3) /* on booke, we already run at PAGE_OFFSET */ #endif mr. r4,r26 /* In some cases the loader may */ +#if defined(CONFIG_PPC_BOOK3E) + tovirt(r4,r4) +#endif beq 9f /* have already put us at zero */ li r6,0x100 /* Start offset, the first 0x100 */ /* bytes were copied earlier. */ -#ifdef CONFIG_PPC_BOOK3E - tovirt(r6,r6) /* on booke, we already run at PAGE_OFFSET */ -#endif #ifdef CONFIG_RELOCATABLE /* @@ -452,12 +479,24 @@ * variable __run_at_load, if it is set the kernel is treated as relocatable * kernel, otherwise it will be moved to PHYSICAL_START */ +#if defined(CONFIG_PPC_BOOK3E) + tovirt(r26,r26) /* on booke, we already run at PAGE_OFFSET */ +#endif lwz r7,__run_at_load-_stext(r26) +#if defined(CONFIG_PPC_BOOK3E) + tophys(r26,r26) /* Restore for the remains. */ +#endif cmplwi cr0,r7,1 bne 3f +#ifdef CONFIG_PPC_BOOK3E + LOAD_REG_ADDR(r5, interrupt_end_book3e) + LOAD_REG_ADDR(r11, _stext) + sub r5,r5,r11 +#else /* just copy interrupts */ LOAD_REG_IMMEDIATE(r5, __end_interrupts - _stext) +#endif b 5f 3: #endif @@ -476,6 +515,9 @@ p_end: .llong _end - _stext 4: /* Now copy the rest of the kernel up to _end */ +#if defined(CONFIG_PPC_BOOK3E) + tovirt(r26,r26) +#endif addis r5,r26,(p_end - _stext)@ha ld r5,(p_end - _stext)@l(r5) /* get _end */ 5: bl copy_and_flush /* copy the rest */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/idle_power7.S +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/idle_power7.S @@ -18,9 +18,25 @@ #include #include #include +#include +#include #undef DEBUG +/* + * Use unused space in the interrupt stack to save and restore + * registers for winkle support. + */ +#define _SDR1 GPR3 +#define _RPR GPR4 +#define _SPURR GPR5 +#define _PURR GPR6 +#define _TSCR GPR7 +#define _DSCR GPR8 +#define _AMOR GPR9 +#define _WORT GPR10 +#define _WORC GPR11 + /* Idle state entry routines */ #define IDLE_STATE_ENTER_SEQ(IDLE_INST) \ @@ -37,8 +53,7 @@ /* * Pass requested state in r3: - * 0 - nap - * 1 - sleep + * r3 - PNV_THREAD_NAP/SLEEP/WINKLE * * To check IRQ_HAPPENED in r4 * 0 - don't check @@ -73,7 +88,7 @@ /* Check if something happened while soft-disabled */ lbz r0,PACAIRQHAPPENED(r13) - cmpwi cr0,r0,0 + andi. r0,r0,~PACA_IRQ_HARD_DIS@l beq 1f cmpwi cr0,r4,0 beq 1f @@ -101,18 +116,105 @@ std r9,_MSR(r1) std r1,PACAR1(r13) -_GLOBAL(power7_enter_nap_mode) + /* + * Go to real mode to do the nap, as required by the architecture. + * Also, we need to be in real mode before setting hwthread_state, + * because as soon as we do that, another thread can switch + * the MMU context to the guest. + */ + LOAD_REG_IMMEDIATE(r5, MSR_IDLE) + li r6, MSR_RI + andc r6, r9, r6 + LOAD_REG_ADDR(r7, power7_enter_nap_mode) + mtmsrd r6, 1 /* clear RI before setting SRR0/1 */ + mtspr SPRN_SRR0, r7 + mtspr SPRN_SRR1, r5 + rfid + + .globl power7_enter_nap_mode +power7_enter_nap_mode: #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE /* Tell KVM we're napping */ li r4,KVM_HWTHREAD_IN_NAP stb r4,HSTATE_HWTHREAD_STATE(r13) #endif - cmpwi cr0,r3,1 - beq 2f + stb r3,PACA_THREAD_IDLE_STATE(r13) + cmpwi cr3,r3,PNV_THREAD_SLEEP + bge cr3,2f IDLE_STATE_ENTER_SEQ(PPC_NAP) /* No return */ -2: IDLE_STATE_ENTER_SEQ(PPC_SLEEP) - /* No return */ +2: + /* Sleep or winkle */ + lbz r7,PACA_THREAD_MASK(r13) + ld r14,PACA_CORE_IDLE_STATE_PTR(r13) +lwarx_loop1: + lwarx r15,0,r14 + andc r15,r15,r7 /* Clear thread bit */ + + andi. r15,r15,PNV_CORE_IDLE_THREAD_BITS + +/* + * If cr0 = 0, then current thread is the last thread of the core entering + * sleep. Last thread needs to execute the hardware bug workaround code if + * required by the platform. + * Make the workaround call unconditionally here. The below branch call is + * patched out when the idle states are discovered if the platform does not + * require it. + */ +.global pnv_fastsleep_workaround_at_entry +pnv_fastsleep_workaround_at_entry: + beq fastsleep_workaround_at_entry + + stwcx. r15,0,r14 + bne- lwarx_loop1 + isync + +common_enter: /* common code for all the threads entering sleep or winkle */ + bgt cr3,enter_winkle + IDLE_STATE_ENTER_SEQ(PPC_SLEEP) + +fastsleep_workaround_at_entry: + ori r15,r15,PNV_CORE_IDLE_LOCK_BIT + stwcx. r15,0,r14 + bne- lwarx_loop1 + isync + + /* Fast sleep workaround */ + li r3,1 + li r4,1 + li r0,OPAL_CONFIG_CPU_IDLE_STATE + bl opal_call_realmode + + /* Clear Lock bit */ + li r0,0 + lwsync + stw r0,0(r14) + b common_enter + +enter_winkle: + /* + * Note all register i.e per-core, per-subcore or per-thread is saved + * here since any thread in the core might wake up first + */ + mfspr r3,SPRN_SDR1 + std r3,_SDR1(r1) + mfspr r3,SPRN_RPR + std r3,_RPR(r1) + mfspr r3,SPRN_SPURR + std r3,_SPURR(r1) + mfspr r3,SPRN_PURR + std r3,_PURR(r1) + mfspr r3,SPRN_TSCR + std r3,_TSCR(r1) + mfspr r3,SPRN_DSCR + std r3,_DSCR(r1) + mfspr r3,SPRN_AMOR + std r3,_AMOR(r1) + mfspr r3,SPRN_WORT + std r3,_WORT(r1) + mfspr r3,SPRN_WORC + std r3,_WORC(r1) + IDLE_STATE_ENTER_SEQ(PPC_WINKLE) _GLOBAL(power7_idle) /* Now check if user or arch enabled NAP mode */ @@ -125,30 +227,228 @@ _GLOBAL(power7_nap) mr r4,r3 - li r3,0 + li r3,PNV_THREAD_NAP b power7_powersave_common /* No return */ _GLOBAL(power7_sleep) - li r3,1 + li r3,PNV_THREAD_SLEEP + li r4,1 + b power7_powersave_common + /* No return */ + +_GLOBAL(power7_winkle) + li r3,3 li r4,1 b power7_powersave_common /* No return */ +#define CHECK_HMI_INTERRUPT \ + mfspr r0,SPRN_SRR1; \ +BEGIN_FTR_SECTION_NESTED(66); \ + rlwinm r0,r0,45-31,0xf; /* extract wake reason field (P8) */ \ +FTR_SECTION_ELSE_NESTED(66); \ + rlwinm r0,r0,45-31,0xe; /* P7 wake reason field is 3 bits */ \ +ALT_FTR_SECTION_END_NESTED_IFSET(CPU_FTR_ARCH_207S, 66); \ + cmpwi r0,0xa; /* Hypervisor maintenance ? */ \ + bne 20f; \ + /* Invoke opal call to handle hmi */ \ + ld r2,PACATOC(r13); \ + ld r1,PACAR1(r13); \ + std r3,ORIG_GPR3(r1); /* Save original r3 */ \ + li r0,OPAL_HANDLE_HMI; /* Pass opal token argument*/ \ + bl opal_call_realmode; \ + ld r3,ORIG_GPR3(r1); /* Restore original r3 */ \ +20: nop; + + _GLOBAL(power7_wakeup_tb_loss) ld r2,PACATOC(r13); ld r1,PACAR1(r13) + /* + * Before entering any idle state, the NVGPRs are saved in the stack + * and they are restored before switching to the process context. Hence + * until they are restored, they are free to be used. + * + * Save SRR1 in a NVGPR as it might be clobbered in opal_call_realmode + * (called in CHECK_HMI_INTERRUPT). SRR1 is required to determine the + * wakeup reason if we branch to kvm_start_guest. + */ + + mfspr r16,SPRN_SRR1 +BEGIN_FTR_SECTION + CHECK_HMI_INTERRUPT +END_FTR_SECTION_IFSET(CPU_FTR_HVMODE) + + lbz r7,PACA_THREAD_MASK(r13) + ld r14,PACA_CORE_IDLE_STATE_PTR(r13) +lwarx_loop2: + lwarx r15,0,r14 + andi. r9,r15,PNV_CORE_IDLE_LOCK_BIT + /* + * Lock bit is set in one of the 2 cases- + * a. In the sleep/winkle enter path, the last thread is executing + * fastsleep workaround code. + * b. In the wake up path, another thread is executing fastsleep + * workaround undo code or resyncing timebase or restoring context + * In either case loop until the lock bit is cleared. + */ + bne core_idle_lock_held + + cmpwi cr2,r15,0 + lbz r4,PACA_SUBCORE_SIBLING_MASK(r13) + and r4,r4,r15 + cmpwi cr1,r4,0 /* Check if first in subcore */ + + /* + * At this stage + * cr1 - 0b0100 if first thread to wakeup in subcore + * cr2 - 0b0100 if first thread to wakeup in core + * cr3- 0b0010 if waking up from sleep or winkle + * cr4 - 0b0100 if waking up from winkle + */ + + or r15,r15,r7 /* Set thread bit */ + beq cr1,first_thread_in_subcore + + /* Not first thread in subcore to wake up */ + stwcx. r15,0,r14 + bne- lwarx_loop2 + isync + b common_exit + +core_idle_lock_held: + HMT_LOW +core_idle_lock_loop: + lwz r15,0(14) + andi. r9,r15,PNV_CORE_IDLE_LOCK_BIT + bne core_idle_lock_loop + HMT_MEDIUM + b lwarx_loop2 + +first_thread_in_subcore: + /* First thread in subcore to wakeup */ + ori r15,r15,PNV_CORE_IDLE_LOCK_BIT + stwcx. r15,0,r14 + bne- lwarx_loop2 + isync + + /* + * If waking up from sleep, subcore state is not lost. Hence + * skip subcore state restore + */ + bne cr4,subcore_state_restored + + /* Restore per-subcore state */ + ld r4,_SDR1(r1) + mtspr SPRN_SDR1,r4 + ld r4,_RPR(r1) + mtspr SPRN_RPR,r4 + ld r4,_AMOR(r1) + mtspr SPRN_AMOR,r4 + +subcore_state_restored: + /* + * Check if the thread is also the first thread in the core. If not, + * skip to clear_lock. + */ + bne cr2,clear_lock + +first_thread_in_core: + + /* + * First thread in the core waking up from fastsleep. It needs to + * call the fastsleep workaround code if the platform requires it. + * Call it unconditionally here. The below branch instruction will + * be patched out when the idle states are discovered if platform + * does not require workaround. + */ +.global pnv_fastsleep_workaround_at_exit +pnv_fastsleep_workaround_at_exit: + b fastsleep_workaround_at_exit + +timebase_resync: + /* Do timebase resync if we are waking up from sleep. Use cr3 value + * set in exceptions-64s.S */ + ble cr3,clear_lock /* Time base re-sync */ li r0,OPAL_RESYNC_TIMEBASE - LOAD_REG_ADDR(r11,opal); - ld r12,8(r11); - ld r2,0(r11); - mtctr r12 - bctrl - + bl opal_call_realmode; /* TODO: Check r3 for failure */ + /* + * If waking up from sleep, per core state is not lost, skip to + * clear_lock. + */ + bne cr4,clear_lock + + /* Restore per core state */ + ld r4,_TSCR(r1) + mtspr SPRN_TSCR,r4 + ld r4,_WORC(r1) + mtspr SPRN_WORC,r4 + +clear_lock: + andi. r15,r15,PNV_CORE_IDLE_THREAD_BITS + lwsync + stw r15,0(r14) + +common_exit: + /* + * Common to all threads. + * + * If waking up from sleep, hypervisor state is not lost. Hence + * skip hypervisor state restore. + */ + bne cr4,hypervisor_state_restored + + /* Waking up from winkle */ + + /* Restore per thread state */ + bl __restore_cpu_power8 + + /* Restore SLB from PACA */ + ld r8,PACA_SLBSHADOWPTR(r13) + + .rept SLB_NUM_BOLTED + li r3, SLBSHADOW_SAVEAREA + LDX_BE r5, r8, r3 + addi r3, r3, 8 + LDX_BE r6, r8, r3 + andis. r7,r5,SLB_ESID_V@h + beq 1f + slbmte r6,r5 +1: addi r8,r8,16 + .endr + + ld r4,_SPURR(r1) + mtspr SPRN_SPURR,r4 + ld r4,_PURR(r1) + mtspr SPRN_PURR,r4 + ld r4,_DSCR(r1) + mtspr SPRN_DSCR,r4 + ld r4,_WORT(r1) + mtspr SPRN_WORT,r4 + +hypervisor_state_restored: + + li r5,PNV_THREAD_RUNNING + stb r5,PACA_THREAD_IDLE_STATE(r13) + + mtspr SPRN_SRR1,r16 +#ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE + li r0,KVM_HWTHREAD_IN_KERNEL + stb r0,HSTATE_HWTHREAD_STATE(r13) + /* Order setting hwthread_state vs. testing hwthread_req */ + sync + lbz r0,HSTATE_HWTHREAD_REQ(r13) + cmpwi r0,0 + beq 6f + b kvm_start_guest +6: +#endif + REST_NVGPRS(r1) REST_GPR(2, r1) ld r3,_CCR(r1) @@ -161,23 +461,44 @@ mtspr SPRN_SRR0,r5 rfid +fastsleep_workaround_at_exit: + li r3,1 + li r4,0 + li r0,OPAL_CONFIG_CPU_IDLE_STATE + bl opal_call_realmode + b timebase_resync + +/* + * R3 here contains the value that will be returned to the caller + * of power7_nap. + */ _GLOBAL(power7_wakeup_loss) ld r1,PACAR1(r13) +BEGIN_FTR_SECTION + CHECK_HMI_INTERRUPT +END_FTR_SECTION_IFSET(CPU_FTR_HVMODE) REST_NVGPRS(r1) REST_GPR(2, r1) - ld r3,_CCR(r1) + ld r6,_CCR(r1) ld r4,_MSR(r1) ld r5,_NIP(r1) addi r1,r1,INT_FRAME_SIZE - mtcr r3 + mtcr r6 mtspr SPRN_SRR1,r4 mtspr SPRN_SRR0,r5 rfid +/* + * R3 here contains the value that will be returned to the caller + * of power7_nap. + */ _GLOBAL(power7_wakeup_noloss) lbz r0,PACA_NAPSTATELOST(r13) cmpwi r0,0 bne power7_wakeup_loss +BEGIN_FTR_SECTION + CHECK_HMI_INTERRUPT +END_FTR_SECTION_IFSET(CPU_FTR_HVMODE) ld r1,PACAR1(r13) ld r4,_MSR(r1) ld r5,_NIP(r1) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/iommu.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/iommu.c @@ -1120,37 +1120,41 @@ int iommu_add_device(struct device *dev) { struct iommu_table *tbl; - int ret = 0; - if (WARN_ON(dev->iommu_group)) { - pr_warn("iommu_tce: device %s is already in iommu group %d, skipping\n", - dev_name(dev), - iommu_group_id(dev->iommu_group)); + /* + * The sysfs entries should be populated before + * binding IOMMU group. If sysfs entries isn't + * ready, we simply bail. + */ + if (!device_is_registered(dev)) + return -ENOENT; + + if (dev->iommu_group) { + pr_debug("%s: Skipping device %s with iommu group %d\n", + __func__, dev_name(dev), + iommu_group_id(dev->iommu_group)); return -EBUSY; } tbl = get_iommu_table_base(dev); if (!tbl || !tbl->it_group) { - pr_debug("iommu_tce: skipping device %s with no tbl\n", - dev_name(dev)); + pr_debug("%s: Skipping device %s with no tbl\n", + __func__, dev_name(dev)); return 0; } - pr_debug("iommu_tce: adding %s to iommu group %d\n", - dev_name(dev), iommu_group_id(tbl->it_group)); + pr_debug("%s: Adding %s to iommu group %d\n", + __func__, dev_name(dev), + iommu_group_id(tbl->it_group)); if (PAGE_SIZE < IOMMU_PAGE_SIZE(tbl)) { - pr_err("iommu_tce: unsupported iommu page size."); - pr_err("%s has not been added\n", dev_name(dev)); + pr_err("%s: Invalid IOMMU page size %lx (%lx) on %s\n", + __func__, IOMMU_PAGE_SIZE(tbl), + PAGE_SIZE, dev_name(dev)); return -EINVAL; } - ret = iommu_group_add_device(tbl->it_group, dev); - if (ret < 0) - pr_err("iommu_tce: %s has not been added, ret=%d\n", - dev_name(dev), ret); - - return ret; + return iommu_group_add_device(tbl->it_group, dev); } EXPORT_SYMBOL_GPL(iommu_add_device); @@ -1171,4 +1175,30 @@ } EXPORT_SYMBOL_GPL(iommu_del_device); +static int tce_iommu_bus_notifier(struct notifier_block *nb, + unsigned long action, void *data) +{ + struct device *dev = data; + + switch (action) { + case BUS_NOTIFY_ADD_DEVICE: + return iommu_add_device(dev); + case BUS_NOTIFY_DEL_DEVICE: + if (dev->iommu_group) + iommu_del_device(dev); + return 0; + default: + return 0; + } +} + +static struct notifier_block tce_iommu_bus_nb = { + .notifier_call = tce_iommu_bus_notifier, +}; + +int __init tce_iommu_bus_notifier_init(void) +{ + bus_register_notifier(&pci_bus_type, &tce_iommu_bus_nb); + return 0; +} #endif /* CONFIG_IOMMU_API */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/irq.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/irq.c @@ -189,6 +189,11 @@ } #endif /* CONFIG_PPC_BOOK3E */ + /* Check if an hypervisor Maintenance interrupt happened */ + local_paca->irq_happened &= ~PACA_IRQ_HMI; + if (happened & PACA_IRQ_HMI) + return 0xe60; + /* There should be nothing left ! */ BUG_ON(local_paca->irq_happened != 0); @@ -377,6 +382,14 @@ seq_printf(p, "%10u ", per_cpu(irq_stat, j).mce_exceptions); seq_printf(p, " Machine check exceptions\n"); + if (cpu_has_feature(CPU_FTR_HVMODE)) { + seq_printf(p, "%*s: ", prec, "HMI"); + for_each_online_cpu(j) + seq_printf(p, "%10u ", + per_cpu(irq_stat, j).hmi_exceptions); + seq_printf(p, " Hypervisor Maintenance Interrupts\n"); + } + #ifdef CONFIG_PPC_DOORBELL if (cpu_has_feature(CPU_FTR_DBELL)) { seq_printf(p, "%*s: ", prec, "DBL"); @@ -400,6 +413,7 @@ sum += per_cpu(irq_stat, cpu).mce_exceptions; sum += per_cpu(irq_stat, cpu).spurious_irqs; sum += per_cpu(irq_stat, cpu).timer_irqs_others; + sum += per_cpu(irq_stat, cpu).hmi_exceptions; #ifdef CONFIG_PPC_DOORBELL sum += per_cpu(irq_stat, cpu).doorbell_irqs; #endif --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/machine_kexec_64.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/machine_kexec_64.c @@ -30,72 +30,6 @@ #include #include -int default_machine_kexec_prepare(struct kimage *image) -{ - int i; - unsigned long begin, end; /* limits of segment */ - unsigned long low, high; /* limits of blocked memory range */ - struct device_node *node; - const unsigned long *basep; - const unsigned int *sizep; - - if (!ppc_md.hpte_clear_all) - return -ENOENT; - - /* - * Since we use the kernel fault handlers and paging code to - * handle the virtual mode, we must make sure no destination - * overlaps kernel static data or bss. - */ - for (i = 0; i < image->nr_segments; i++) - if (image->segment[i].mem < __pa(_end)) - return -ETXTBSY; - - /* - * For non-LPAR, we absolutely can not overwrite the mmu hash - * table, since we are still using the bolted entries in it to - * do the copy. Check that here. - * - * It is safe if the end is below the start of the blocked - * region (end <= low), or if the beginning is after the - * end of the blocked region (begin >= high). Use the - * boolean identity !(a || b) === (!a && !b). - */ - if (htab_address) { - low = __pa(htab_address); - high = low + htab_size_bytes; - - for (i = 0; i < image->nr_segments; i++) { - begin = image->segment[i].mem; - end = begin + image->segment[i].memsz; - - if ((begin < high) && (end > low)) - return -ETXTBSY; - } - } - - /* We also should not overwrite the tce tables */ - for_each_node_by_type(node, "pci") { - basep = of_get_property(node, "linux,tce-base", NULL); - sizep = of_get_property(node, "linux,tce-size", NULL); - if (basep == NULL || sizep == NULL) - continue; - - low = *basep; - high = low + (*sizep); - - for (i = 0; i < image->nr_segments; i++) { - begin = image->segment[i].mem; - end = begin + image->segment[i].memsz; - - if ((begin < high) && (end > low)) - return -ETXTBSY; - } - } - - return 0; -} - #define IND_FLAGS (IND_DESTINATION | IND_INDIRECTION | IND_DONE | IND_SOURCE) static void copy_segments(unsigned long ind) @@ -330,7 +264,7 @@ * using debugger IPI. */ - if (crashing_cpu == -1) + if (!kdump_in_progress()) kexec_prepare_cpus(); pr_debug("kexec: Starting switchover sequence.\n"); @@ -367,6 +301,87 @@ /* NOTREACHED */ } +#ifdef CONFIG_PPC_BOOK3E +int default_machine_kexec_prepare(struct kimage *image) +{ + int i; + /* + * Since we use the kernel fault handlers and paging code to + * handle the virtual mode, we must make sure no destination + * overlaps kernel static data or bss. + */ + for (i = 0; i < image->nr_segments; i++) + if (image->segment[i].mem < __pa(_end)) + return -ETXTBSY; + return 0; +} +#else /* CONFIG_PPC_BOOK3E */ +int default_machine_kexec_prepare(struct kimage *image) +{ + int i; + unsigned long begin, end; /* limits of segment */ + unsigned long low, high; /* limits of blocked memory range */ + struct device_node *node; + const unsigned long *basep; + const unsigned int *sizep; + + if (!ppc_md.hpte_clear_all) + return -ENOENT; + + /* + * Since we use the kernel fault handlers and paging code to + * handle the virtual mode, we must make sure no destination + * overlaps kernel static data or bss. + */ + for (i = 0; i < image->nr_segments; i++) + if (image->segment[i].mem < __pa(_end)) + return -ETXTBSY; + + /* + * For non-LPAR, we absolutely can not overwrite the mmu hash + * table, since we are still using the bolted entries in it to + * do the copy. Check that here. + * + * It is safe if the end is below the start of the blocked + * region (end <= low), or if the beginning is after the + * end of the blocked region (begin >= high). Use the + * boolean identity !(a || b) === (!a && !b). + */ + if (htab_address) { + low = __pa(htab_address); + high = low + htab_size_bytes; + + for (i = 0; i < image->nr_segments; i++) { + begin = image->segment[i].mem; + end = begin + image->segment[i].memsz; + + if ((begin < high) && (end > low)) + return -ETXTBSY; + } + } + + /* We also should not overwrite the tce tables */ + for_each_node_by_type(node, "pci") { + basep = of_get_property(node, "linux,tce-base", NULL); + sizep = of_get_property(node, "linux,tce-size", NULL); + if (basep == NULL || sizep == NULL) + continue; + + low = *basep; + high = low + (*sizep); + + for (i = 0; i < image->nr_segments; i++) { + begin = image->segment[i].mem; + end = begin + image->segment[i].memsz; + + if ((begin < high) && (end > low)) + return -ETXTBSY; + } + } + + return 0; +} + /* Values we need to export to the second kernel via the device tree. */ static unsigned long htab_base; static unsigned long htab_size; @@ -413,3 +428,4 @@ return 0; } late_initcall(export_htab_values); +#endif /* !CONFIG_PPC_BOOK3E */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/mce_power.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/mce_power.c @@ -79,7 +79,7 @@ } if (dsisr & P7_DSISR_MC_TLB_MULTIHIT_MFTLB) { if (cur_cpu_spec && cur_cpu_spec->flush_tlb) - cur_cpu_spec->flush_tlb(TLBIEL_INVAL_PAGE); + cur_cpu_spec->flush_tlb(TLBIEL_INVAL_SET); /* reset error bits */ dsisr &= ~P7_DSISR_MC_TLB_MULTIHIT_MFTLB; } @@ -110,7 +110,7 @@ break; case P7_SRR1_MC_IFETCH_TLB_MULTIHIT: if (cur_cpu_spec && cur_cpu_spec->flush_tlb) { - cur_cpu_spec->flush_tlb(TLBIEL_INVAL_PAGE); + cur_cpu_spec->flush_tlb(TLBIEL_INVAL_SET); handled = 1; } break; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/misc_64.S +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/misc_64.S @@ -487,6 +487,49 @@ #ifdef CONFIG_KEXEC +#ifdef CONFIG_PPC_BOOK3E +/* BOOK3E have no a real MMU mode so we have to setup the initial TLB + * for a core to map v:0 to p:0 as 1:1. This current implementation + * assume that 1G is enough for kexec. + */ +#include +kexec_create_tlb: + /* Invalidate all TLBs to avoid any TLB conflict. */ + PPC_TLBILX_ALL(0,R0) + sync + isync + + mfspr r10,SPRN_TLB1CFG + andi. r10,r10,TLBnCFG_N_ENTRY /* Extract # entries */ + subi r10,r10,1 /* Often its always safe to use last */ + lis r9,MAS0_TLBSEL(1)@h + rlwimi r9,r10,16,4,15 /* Setup MAS0 = TLBSEL | ESEL(r9) */ + +/* Setup a temp mapping v:0 to p:0 as 1:1 and return to it. + */ +#ifdef CONFIG_SMP +#define M_IF_SMP MAS2_M +#else +#define M_IF_SMP 0 +#endif + mtspr SPRN_MAS0,r9 + + lis r9,(MAS1_VALID|MAS1_IPROT)@h + ori r9,r9,(MAS1_TSIZE(BOOK3E_PAGESZ_1GB))@l + mtspr SPRN_MAS1,r9 + + LOAD_REG_IMMEDIATE(r9, 0x0 | M_IF_SMP) + mtspr SPRN_MAS2,r9 + + LOAD_REG_IMMEDIATE(r9, 0x0 | MAS3_SR | MAS3_SW | MAS3_SX) + mtspr SPRN_MAS3,r9 + li r9,0 + mtspr SPRN_MAS7,r9 + + tlbwe + isync + blr +#endif /* kexec_smp_wait(void) * @@ -500,6 +543,10 @@ */ _GLOBAL(kexec_smp_wait) lhz r3,PACAHWCPUID(r13) +#ifdef CONFIG_PPC_BOOK3E + /* Create a 1:1 mapping. */ + bl kexec_create_tlb +#endif bl real_mode li r4,KEXEC_STATE_REAL_MODE @@ -516,6 +563,7 @@ * don't overwrite r3 here, it is live for kexec_wait above. */ real_mode: /* assume normal blr return */ +#ifndef CONFIG_PPC_BOOK3E 1: li r9,MSR_RI li r10,MSR_DR|MSR_IR mflr r11 /* return address to SRR0 */ @@ -527,7 +575,10 @@ mtspr SPRN_SRR1,r10 mtspr SPRN_SRR0,r11 rfid - +#else + /* the real mode is nothing for book3e. */ + blr +#endif /* * kexec_sequence(newstack, start, image, control, clear_all()) @@ -570,9 +621,15 @@ lhz r25,PACAHWCPUID(r13) /* get our phys cpu from paca */ /* disable interrupts, we are overwriting kernel data next */ +#ifndef CONFIG_PPC_BOOK3E mfmsr r3 rlwinm r3,r3,0,17,15 mtmsrd r3,1 +#else + wrteei 0 + /* Create a 1:1 mapping. */ + bl kexec_create_tlb +#endif /* copy dest pages, flush whole dest image */ mr r3,r29 @@ -589,11 +646,18 @@ bl copy_and_flush /* (dest, src, copy limit, start offset) */ 1: /* assume normal blr return */ + /* notify we're going into kexec kernel for SMP. */ + LOAD_REG_ADDR(r3,__run_at_kexec) + li r4,1 + std r4,0(r3) + sync + /* release other cpus to the new kernel secondary start at 0x60 */ mflr r5 li r6,1 stw r6,kexec_flag-1b(5) +#ifndef CONFIG_PPC_BOOK3E /* clear out hardware hash page table and tlb */ #if !defined(_CALL_ELF) || _CALL_ELF != 2 ld r12,0(r27) /* deref function descriptor */ @@ -602,6 +666,7 @@ #endif mtctr r12 bctrl /* ppc_md.hpte_clear_all(void); */ +#endif /* * kexec image calling is: --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/module_64.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/module_64.c @@ -337,7 +337,7 @@ if (syms[i].st_shndx == SHN_UNDEF) { char *name = strtab + syms[i].st_name; if (name[0] == '.') - memmove(name, name+1, strlen(name)); + syms[i].st_name++; } } } @@ -637,6 +637,33 @@ */ break; + case R_PPC64_ENTRY: + /* + * Optimize ELFv2 large code model entry point if + * the TOC is within 2GB range of current location. + */ + value = my_r2(sechdrs, me) - (unsigned long)location; + if (value + 0x80008000 > 0xffffffff) + break; + /* + * Check for the large code model prolog sequence: + * ld r2, ...(r12) + * add r2, r2, r12 + */ + if ((((uint32_t *)location)[0] & ~0xfffc) + != 0xe84c0000) + break; + if (((uint32_t *)location)[1] != 0x7c426214) + break; + /* + * If found, replace it with: + * addis r2, r12, (.TOC.-func)@ha + * addi r2, r12, (.TOC.-func)@l + */ + ((uint32_t *)location)[0] = 0x3c4c0000 + PPC_HA(value); + ((uint32_t *)location)[1] = 0x38420000 + PPC_LO(value); + break; + case R_PPC64_REL16_HA: /* Subtract location pointer */ value -= (unsigned long)location; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/paca.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/paca.c @@ -115,6 +115,14 @@ { struct slb_shadow *s = &slb_shadow[cpu]; + /* + * When we come through here to initialise boot_paca, the slb_shadow + * buffers are not allocated yet. That's OK, we'll get one later in + * boot, but make sure we don't corrupt memory at 0. + */ + if (!slb_shadow) + return NULL; + s->persistent = cpu_to_be32(SLB_NUM_BOLTED); s->buffer_length = cpu_to_be32(sizeof(*s)); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/pci-common.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/pci-common.c @@ -220,6 +220,7 @@ } return NULL; } +EXPORT_SYMBOL(pci_find_hose_for_OF_device); /* * Reads the interrupt pin to determine if interrupt is use by card. @@ -1453,9 +1454,15 @@ return pci_enable_resources(dev, mask); } +/* Before assuming too much here, take care to realize that we need sign + * extension from 32-bit pointers to 64-bit resource addresses to work. + */ resource_size_t pcibios_io_space_offset(struct pci_controller *hose) { - return (unsigned long) hose->io_base_virt - _IO_BASE; + long vbase = (long)hose->io_base_virt; + long io_base = _IO_BASE; + + return (resource_size_t)(vbase - io_base); } static void pcibios_setup_phb_resources(struct pci_controller *hose, @@ -1576,6 +1583,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-lts-utopic-3.16.0.orig/arch/powerpc/kernel/process.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/process.c @@ -553,6 +553,24 @@ msr_diff &= MSR_FP | MSR_VEC | MSR_VSX | MSR_FE0 | MSR_FE1; } + /* + * Use the current MSR TM suspended bit to track if we have + * checkpointed state outstanding. + * On signal delivery, we'd normally reclaim the checkpointed + * state to obtain stack pointer (see:get_tm_stackpointer()). + * This will then directly return to userspace without going + * through __switch_to(). However, if the stack frame is bad, + * we need to exit this thread which calls __switch_to() which + * will again attempt to reclaim the already saved tm state. + * Hence we need to check that we've not already reclaimed + * this state. + * We do this using the current MSR, rather tracking it in + * some specific thread_struct bit, as it has the additional + * benifit of checking for a potential TM bad thing exception. + */ + if (!MSR_TM_SUSPENDED(mfmsr())) + return; + tm_reclaim(thr, thr->regs->msr, cause); /* Having done the reclaim, we now have the checkpointed --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/ptrace.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/ptrace.c @@ -1769,6 +1769,7 @@ long do_syscall_trace_enter(struct pt_regs *regs) { long ret = 0; + int arch; user_exit(); @@ -1786,15 +1787,20 @@ if (unlikely(test_thread_flag(TIF_SYSCALL_TRACEPOINT))) trace_sys_enter(regs, regs->gpr[0]); + arch = is_32bit_task() ? AUDIT_ARCH_PPC : AUDIT_ARCH_PPC64; +#ifdef __LITTLE_ENDIAN__ + arch |= __AUDIT_ARCH_LE; +#endif + #ifdef CONFIG_PPC64 if (!is_32bit_task()) - audit_syscall_entry(AUDIT_ARCH_PPC64, + audit_syscall_entry(arch, regs->gpr[0], regs->gpr[3], regs->gpr[4], regs->gpr[5], regs->gpr[6]); else #endif - audit_syscall_entry(AUDIT_ARCH_PPC, + audit_syscall_entry(arch, regs->gpr[0], regs->gpr[3] & 0xffffffff, regs->gpr[4] & 0xffffffff, --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/rtas.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/rtas.c @@ -584,6 +584,23 @@ } EXPORT_SYMBOL(rtas_get_sensor); +int rtas_get_sensor_fast(int sensor, int index, int *state) +{ + int token = rtas_token("get-sensor-state"); + int rc; + + if (token == RTAS_UNKNOWN_SERVICE) + return -ENOENT; + + rc = rtas_call(token, 2, 2, state, sensor, index); + WARN_ON(rc == RTAS_BUSY || (rc >= RTAS_EXTENDED_DELAY_MIN && + rc <= RTAS_EXTENDED_DELAY_MAX)); + + if (rc < 0) + return rtas_error_rc(rc); + return rc; +} + bool rtas_indicator_present(int token, int *maxindex) { int proplen, count, i; @@ -1028,6 +1045,9 @@ if (!capable(CAP_SYS_ADMIN)) return -EPERM; + if (!rtas.entry) + return -EINVAL; + if (copy_from_user(&args, uargs, 3 * sizeof(u32)) != 0) return -EFAULT; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/signal_32.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/signal_32.c @@ -875,6 +875,15 @@ return 1; #endif /* CONFIG_SPE */ + /* Get the top half of the MSR from the user context */ + if (__get_user(msr_hi, &tm_sr->mc_gregs[PT_MSR])) + return 1; + msr_hi <<= 32; + /* If TM bits are set to the reserved value, it's an invalid context */ + if (MSR_TM_RESV(msr_hi)) + return 1; + /* Pull in the MSR TM bits from the user context */ + regs->msr = (regs->msr & ~MSR_TS_MASK) | (msr_hi & MSR_TS_MASK); /* Now, recheckpoint. This loads up all of the checkpointed (older) * registers, including FP and V[S]Rs. After recheckpointing, the * transactional versions should be loaded. @@ -884,11 +893,6 @@ current->thread.tm_texasr |= TEXASR_FS; /* This loads the checkpointed FP/VEC state, if used */ tm_recheckpoint(¤t->thread, msr); - /* Get the top half of the MSR */ - if (__get_user(msr_hi, &tm_sr->mc_gregs[PT_MSR])) - return 1; - /* Pull in MSR TM from user context */ - regs->msr = (regs->msr & ~MSR_TS_MASK) | ((msr_hi<<32) & MSR_TS_MASK); /* This loads the speculative FP/VEC state, if used */ if (msr & MSR_FP) { @@ -966,8 +970,6 @@ int copy_siginfo_from_user32(siginfo_t *to, struct compat_siginfo __user *from) { - memset(to, 0, sizeof *to); - if (copy_from_user(to, from, 3*sizeof(int)) || copy_from_user(to->_sifields._pad, from->_sifields._pad, SI_PAD_SIZE32)) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/signal_64.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/signal_64.c @@ -427,6 +427,10 @@ /* get MSR separately, transfer the LE bit if doing signal return */ err |= __get_user(msr, &sc->gp_regs[PT_MSR]); + /* Don't allow reserved mode. */ + if (MSR_TM_RESV(msr)) + return -EINVAL; + /* pull in MSR TM from user context */ regs->msr = (regs->msr & ~MSR_TS_MASK) | (msr & MSR_TS_MASK); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/smp.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/smp.c @@ -546,8 +546,8 @@ if (smp_ops->give_timebase) smp_ops->give_timebase(); - /* Wait until cpu puts itself in the online map */ - while (!cpu_online(cpu)) + /* Wait until cpu puts itself in the online & active maps */ + while (!cpu_online(cpu) || !cpu_active(cpu)) cpu_relax(); return 0; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/suspend.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/suspend.c @@ -9,9 +9,7 @@ #include #include - -/* References to section boundaries */ -extern const void __nosave_begin, __nosave_end; +#include /* * pfn_is_nosave - check if given pfn is in the 'nosave' section --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/syscalls.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/syscalls.c @@ -122,16 +122,19 @@ (u64)len_high << 32 | len_low, advice); } -void do_show_syscall(unsigned long r3, unsigned long r4, unsigned long r5, - unsigned long r6, unsigned long r7, unsigned long r8, - struct pt_regs *regs) +long sys_switch_endian(void) { - printk("syscall %ld(%lx, %lx, %lx, %lx, %lx, %lx) regs=%p current=%p" - " cpu=%d\n", regs->gpr[0], r3, r4, r5, r6, r7, r8, regs, - current, smp_processor_id()); -} + struct thread_info *ti; -void do_show_syscall_exit(unsigned long r3) -{ - printk(" -> %lx, current=%p cpu=%d\n", r3, current, smp_processor_id()); + current->thread.regs->msr ^= MSR_LE; + + /* + * Set TIF_RESTOREALL so that r3 isn't clobbered on return to + * userspace. That also has the effect of restoring the non-volatile + * GPRs, so we saved them on the way in here. + */ + ti = current_thread_info(); + ti->flags |= _TIF_RESTOREALL; + + return 0; } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/systbl.S +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/systbl.S @@ -22,6 +22,7 @@ #define PPC_SYS(func) .llong DOTSYM(ppc_##func),DOTSYM(ppc_##func) #define OLDSYS(func) .llong DOTSYM(sys_ni_syscall),DOTSYM(sys_ni_syscall) #define SYS32ONLY(func) .llong DOTSYM(sys_ni_syscall),DOTSYM(compat_sys_##func) +#define PPC64ONLY(func) .llong DOTSYM(ppc_##func),DOTSYM(sys_ni_syscall) #define SYSX(f, f3264, f32) .llong DOTSYM(f),DOTSYM(f3264) #else #define SYSCALL(func) .long sys_##func @@ -29,6 +30,7 @@ #define PPC_SYS(func) .long ppc_##func #define OLDSYS(func) .long sys_##func #define SYS32ONLY(func) .long sys_##func +#define PPC64ONLY(func) .long sys_ni_syscall #define SYSX(f, f3264, f32) .long f32 #endif #define SYSCALL_SPU(func) SYSCALL(func) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/systbl_chk.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/systbl_chk.c @@ -21,9 +21,11 @@ #ifdef CONFIG_PPC64 #define OLDSYS(func) -1 #define SYS32ONLY(func) -1 +#define PPC64ONLY(func) __NR_##func #else #define OLDSYS(func) __NR_old##func #define SYS32ONLY(func) __NR_##func +#define PPC64ONLY(func) -1 #endif #define SYSX(f, f3264, f32) -1 --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/traps.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/traps.c @@ -302,6 +302,16 @@ return handled; } +long hmi_exception_realmode(struct pt_regs *regs) +{ + __get_cpu_var(irq_stat).hmi_exceptions++; + + if (ppc_md.hmi_exception_early) + ppc_md.hmi_exception_early(regs); + + return 0; +} + #endif /* @@ -738,6 +748,20 @@ die("System Management Interrupt", regs, SIGABRT); } +void handle_hmi_exception(struct pt_regs *regs) +{ + struct pt_regs *old_regs; + + old_regs = set_irq_regs(regs); + irq_enter(); + + if (ppc_md.handle_hmi_exception) + ppc_md.handle_hmi_exception(regs); + + irq_exit(); + set_irq_regs(old_regs); +} + void unknown_exception(struct pt_regs *regs) { enum ctx_state prev_state = exception_enter(); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/udbg_16550.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/udbg_16550.c @@ -69,8 +69,12 @@ static int udbg_uart_getc_poll(void) { - if (!udbg_uart_in || !(udbg_uart_in(UART_LSR) & LSR_DR)) + if (!udbg_uart_in) + return -1; + + if (!(udbg_uart_in(UART_LSR) & LSR_DR)) return udbg_uart_in(UART_RBR); + return -1; } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/vdso32/getcpu.S +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/vdso32/getcpu.S @@ -30,8 +30,8 @@ V_FUNCTION_BEGIN(__kernel_getcpu) .cfi_startproc mfspr r5,SPRN_SPRG_VDSO_READ - cmpdi cr0,r3,0 - cmpdi cr1,r4,0 + cmpwi cr0,r3,0 + cmpwi cr1,r4,0 clrlwi r6,r5,16 rlwinm r7,r5,16,31-15,31-0 beq cr0,1f --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kernel/vmlinux.lds.S +++ linux-lts-utopic-3.16.0/arch/powerpc/kernel/vmlinux.lds.S @@ -213,6 +213,7 @@ *(.opd) } + . = ALIGN(256); .got : AT(ADDR(.got) - LOAD_OFFSET) { __toc_start = .; #ifndef CONFIG_RELOCATABLE --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kvm/Kconfig +++ linux-lts-utopic-3.16.0/arch/powerpc/kvm/Kconfig @@ -75,7 +75,6 @@ config KVM_BOOK3S_64_HV tristate "KVM support for POWER7 and PPC970 using hypervisor mode in host" depends on KVM_BOOK3S_64 - depends on !CPU_LITTLE_ENDIAN select KVM_BOOK3S_HV_POSSIBLE select MMU_NOTIFIER select CMA @@ -173,6 +172,7 @@ bool "KVM in-kernel MPIC emulation" depends on KVM && E500 select HAVE_KVM_IRQCHIP + select HAVE_KVM_IRQFD select HAVE_KVM_IRQ_ROUTING select HAVE_KVM_MSI help @@ -184,6 +184,8 @@ config KVM_XICS bool "KVM in-kernel XICS emulation" depends on KVM_BOOK3S_64 && !KVM_MPIC + select HAVE_KVM_IRQCHIP + select HAVE_KVM_IRQFD ---help--- Include support for the XICS (eXternal Interrupt Controller Specification) interrupt controller architecture used on --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kvm/book3s_64_mmu_hv.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kvm/book3s_64_mmu_hv.c @@ -450,7 +450,7 @@ unsigned long slb_v; unsigned long pp, key; unsigned long v, gr; - unsigned long *hptep; + __be64 *hptep; int index; int virtmode = vcpu->arch.shregs.msr & (data ? MSR_DR : MSR_IR); @@ -473,13 +473,13 @@ preempt_enable(); return -ENOENT; } - hptep = (unsigned long *)(kvm->arch.hpt_virt + (index << 4)); - v = hptep[0] & ~HPTE_V_HVLOCK; + hptep = (__be64 *)(kvm->arch.hpt_virt + (index << 4)); + v = be64_to_cpu(hptep[0]) & ~HPTE_V_HVLOCK; gr = kvm->arch.revmap[index].guest_rpte; /* Unlock the HPTE */ asm volatile("lwsync" : : : "memory"); - hptep[0] = v; + hptep[0] = cpu_to_be64(v); preempt_enable(); gpte->eaddr = eaddr; @@ -583,7 +583,8 @@ unsigned long ea, unsigned long dsisr) { struct kvm *kvm = vcpu->kvm; - unsigned long *hptep, hpte[3], r; + unsigned long hpte[3], r; + __be64 *hptep; unsigned long mmu_seq, psize, pte_size; unsigned long gpa_base, gfn_base; unsigned long gpa, gfn, hva, pfn; @@ -606,16 +607,16 @@ if (ea != vcpu->arch.pgfault_addr) return RESUME_GUEST; index = vcpu->arch.pgfault_index; - hptep = (unsigned long *)(kvm->arch.hpt_virt + (index << 4)); + hptep = (__be64 *)(kvm->arch.hpt_virt + (index << 4)); rev = &kvm->arch.revmap[index]; preempt_disable(); while (!try_lock_hpte(hptep, HPTE_V_HVLOCK)) cpu_relax(); - hpte[0] = hptep[0] & ~HPTE_V_HVLOCK; - hpte[1] = hptep[1]; + hpte[0] = be64_to_cpu(hptep[0]) & ~HPTE_V_HVLOCK; + hpte[1] = be64_to_cpu(hptep[1]); hpte[2] = r = rev->guest_rpte; asm volatile("lwsync" : : : "memory"); - hptep[0] = hpte[0]; + hptep[0] = cpu_to_be64(hpte[0]); preempt_enable(); if (hpte[0] != vcpu->arch.pgfault_hpte[0] || @@ -731,8 +732,9 @@ preempt_disable(); while (!try_lock_hpte(hptep, HPTE_V_HVLOCK)) cpu_relax(); - if ((hptep[0] & ~HPTE_V_HVLOCK) != hpte[0] || hptep[1] != hpte[1] || - rev->guest_rpte != hpte[2]) + if ((be64_to_cpu(hptep[0]) & ~HPTE_V_HVLOCK) != hpte[0] || + be64_to_cpu(hptep[1]) != hpte[1] || + rev->guest_rpte != hpte[2]) /* HPTE has been changed under us; let the guest retry */ goto out_unlock; hpte[0] = (hpte[0] & ~HPTE_V_ABSENT) | HPTE_V_VALID; @@ -752,20 +754,20 @@ rcbits = *rmap >> KVMPPC_RMAP_RC_SHIFT; r &= rcbits | ~(HPTE_R_R | HPTE_R_C); - if (hptep[0] & HPTE_V_VALID) { + if (be64_to_cpu(hptep[0]) & HPTE_V_VALID) { /* HPTE was previously valid, so we need to invalidate it */ unlock_rmap(rmap); - hptep[0] |= HPTE_V_ABSENT; + hptep[0] |= cpu_to_be64(HPTE_V_ABSENT); kvmppc_invalidate_hpte(kvm, hptep, index); /* don't lose previous R and C bits */ - r |= hptep[1] & (HPTE_R_R | HPTE_R_C); + r |= be64_to_cpu(hptep[1]) & (HPTE_R_R | HPTE_R_C); } else { kvmppc_add_revmap_chain(kvm, rev, rmap, index, 0); } - hptep[1] = r; + hptep[1] = cpu_to_be64(r); eieio(); - hptep[0] = hpte[0]; + hptep[0] = cpu_to_be64(hpte[0]); asm volatile("ptesync" : : : "memory"); preempt_enable(); if (page && hpte_is_writable(r)) @@ -784,7 +786,7 @@ return ret; out_unlock: - hptep[0] &= ~HPTE_V_HVLOCK; + hptep[0] &= ~cpu_to_be64(HPTE_V_HVLOCK); preempt_enable(); goto out_put; } @@ -860,7 +862,7 @@ { struct revmap_entry *rev = kvm->arch.revmap; unsigned long h, i, j; - unsigned long *hptep; + __be64 *hptep; unsigned long ptel, psize, rcbits; for (;;) { @@ -876,11 +878,11 @@ * rmap chain lock. */ i = *rmapp & KVMPPC_RMAP_INDEX; - hptep = (unsigned long *) (kvm->arch.hpt_virt + (i << 4)); + hptep = (__be64 *) (kvm->arch.hpt_virt + (i << 4)); if (!try_lock_hpte(hptep, HPTE_V_HVLOCK)) { /* unlock rmap before spinning on the HPTE lock */ unlock_rmap(rmapp); - while (hptep[0] & HPTE_V_HVLOCK) + while (be64_to_cpu(hptep[0]) & HPTE_V_HVLOCK) cpu_relax(); continue; } @@ -899,14 +901,14 @@ /* Now check and modify the HPTE */ ptel = rev[i].guest_rpte; - psize = hpte_page_size(hptep[0], ptel); - if ((hptep[0] & HPTE_V_VALID) && + psize = hpte_page_size(be64_to_cpu(hptep[0]), ptel); + if ((be64_to_cpu(hptep[0]) & HPTE_V_VALID) && hpte_rpn(ptel, psize) == gfn) { if (kvm->arch.using_mmu_notifiers) - hptep[0] |= HPTE_V_ABSENT; + hptep[0] |= cpu_to_be64(HPTE_V_ABSENT); kvmppc_invalidate_hpte(kvm, hptep, i); /* Harvest R and C */ - rcbits = hptep[1] & (HPTE_R_R | HPTE_R_C); + rcbits = be64_to_cpu(hptep[1]) & (HPTE_R_R | HPTE_R_C); *rmapp |= rcbits << KVMPPC_RMAP_RC_SHIFT; if (rcbits & ~rev[i].guest_rpte) { rev[i].guest_rpte = ptel | rcbits; @@ -914,7 +916,7 @@ } } unlock_rmap(rmapp); - hptep[0] &= ~HPTE_V_HVLOCK; + hptep[0] &= ~cpu_to_be64(HPTE_V_HVLOCK); } return 0; } @@ -961,7 +963,7 @@ { struct revmap_entry *rev = kvm->arch.revmap; unsigned long head, i, j; - unsigned long *hptep; + __be64 *hptep; int ret = 0; retry: @@ -977,23 +979,24 @@ i = head = *rmapp & KVMPPC_RMAP_INDEX; do { - hptep = (unsigned long *) (kvm->arch.hpt_virt + (i << 4)); + hptep = (__be64 *) (kvm->arch.hpt_virt + (i << 4)); j = rev[i].forw; /* If this HPTE isn't referenced, ignore it */ - if (!(hptep[1] & HPTE_R_R)) + if (!(be64_to_cpu(hptep[1]) & HPTE_R_R)) continue; if (!try_lock_hpte(hptep, HPTE_V_HVLOCK)) { /* unlock rmap before spinning on the HPTE lock */ unlock_rmap(rmapp); - while (hptep[0] & HPTE_V_HVLOCK) + while (be64_to_cpu(hptep[0]) & HPTE_V_HVLOCK) cpu_relax(); goto retry; } /* Now check and modify the HPTE */ - if ((hptep[0] & HPTE_V_VALID) && (hptep[1] & HPTE_R_R)) { + if ((be64_to_cpu(hptep[0]) & HPTE_V_VALID) && + (be64_to_cpu(hptep[1]) & HPTE_R_R)) { kvmppc_clear_ref_hpte(kvm, hptep, i); if (!(rev[i].guest_rpte & HPTE_R_R)) { rev[i].guest_rpte |= HPTE_R_R; @@ -1001,7 +1004,7 @@ } ret = 1; } - hptep[0] &= ~HPTE_V_HVLOCK; + hptep[0] &= ~cpu_to_be64(HPTE_V_HVLOCK); } while ((i = j) != head); unlock_rmap(rmapp); @@ -1035,7 +1038,7 @@ do { hp = (unsigned long *)(kvm->arch.hpt_virt + (i << 4)); j = rev[i].forw; - if (hp[1] & HPTE_R_R) + if (be64_to_cpu(hp[1]) & HPTE_R_R) goto out; } while ((i = j) != head); } @@ -1075,7 +1078,7 @@ unsigned long head, i, j; unsigned long n; unsigned long v, r; - unsigned long *hptep; + __be64 *hptep; int npages_dirty = 0; retry: @@ -1091,7 +1094,8 @@ i = head = *rmapp & KVMPPC_RMAP_INDEX; do { - hptep = (unsigned long *) (kvm->arch.hpt_virt + (i << 4)); + unsigned long hptep1; + hptep = (__be64 *) (kvm->arch.hpt_virt + (i << 4)); j = rev[i].forw; /* @@ -1108,29 +1112,30 @@ * Otherwise we need to do the tlbie even if C==0 in * order to pick up any delayed writeback of C. */ - if (!(hptep[1] & HPTE_R_C) && - (!hpte_is_writable(hptep[1]) || vcpus_running(kvm))) + hptep1 = be64_to_cpu(hptep[1]); + if (!(hptep1 & HPTE_R_C) && + (!hpte_is_writable(hptep1) || vcpus_running(kvm))) continue; if (!try_lock_hpte(hptep, HPTE_V_HVLOCK)) { /* unlock rmap before spinning on the HPTE lock */ unlock_rmap(rmapp); - while (hptep[0] & HPTE_V_HVLOCK) + while (hptep[0] & cpu_to_be64(HPTE_V_HVLOCK)) cpu_relax(); goto retry; } /* Now check and modify the HPTE */ - if (!(hptep[0] & HPTE_V_VALID)) + if (!(hptep[0] & cpu_to_be64(HPTE_V_VALID))) continue; /* need to make it temporarily absent so C is stable */ - hptep[0] |= HPTE_V_ABSENT; + hptep[0] |= cpu_to_be64(HPTE_V_ABSENT); kvmppc_invalidate_hpte(kvm, hptep, i); - v = hptep[0]; - r = hptep[1]; + v = be64_to_cpu(hptep[0]); + r = be64_to_cpu(hptep[1]); if (r & HPTE_R_C) { - hptep[1] = r & ~HPTE_R_C; + hptep[1] = cpu_to_be64(r & ~HPTE_R_C); if (!(rev[i].guest_rpte & HPTE_R_C)) { rev[i].guest_rpte |= HPTE_R_C; note_hpte_modification(kvm, &rev[i]); @@ -1143,7 +1148,7 @@ } v &= ~(HPTE_V_ABSENT | HPTE_V_HVLOCK); v |= HPTE_V_VALID; - hptep[0] = v; + hptep[0] = cpu_to_be64(v); } while ((i = j) != head); unlock_rmap(rmapp); @@ -1307,7 +1312,7 @@ * Returns 1 if this HPT entry has been modified or has pending * R/C bit changes. */ -static int hpte_dirty(struct revmap_entry *revp, unsigned long *hptp) +static int hpte_dirty(struct revmap_entry *revp, __be64 *hptp) { unsigned long rcbits_unset; @@ -1316,13 +1321,14 @@ /* Also need to consider changes in reference and changed bits */ rcbits_unset = ~revp->guest_rpte & (HPTE_R_R | HPTE_R_C); - if ((hptp[0] & HPTE_V_VALID) && (hptp[1] & rcbits_unset)) + if ((be64_to_cpu(hptp[0]) & HPTE_V_VALID) && + (be64_to_cpu(hptp[1]) & rcbits_unset)) return 1; return 0; } -static long record_hpte(unsigned long flags, unsigned long *hptp, +static long record_hpte(unsigned long flags, __be64 *hptp, unsigned long *hpte, struct revmap_entry *revp, int want_valid, int first_pass) { @@ -1337,10 +1343,10 @@ return 0; valid = 0; - if (hptp[0] & (HPTE_V_VALID | HPTE_V_ABSENT)) { + if (be64_to_cpu(hptp[0]) & (HPTE_V_VALID | HPTE_V_ABSENT)) { valid = 1; if ((flags & KVM_GET_HTAB_BOLTED_ONLY) && - !(hptp[0] & HPTE_V_BOLTED)) + !(be64_to_cpu(hptp[0]) & HPTE_V_BOLTED)) valid = 0; } if (valid != want_valid) @@ -1352,7 +1358,7 @@ preempt_disable(); while (!try_lock_hpte(hptp, HPTE_V_HVLOCK)) cpu_relax(); - v = hptp[0]; + v = be64_to_cpu(hptp[0]); /* re-evaluate valid and dirty from synchronized HPTE value */ valid = !!(v & HPTE_V_VALID); @@ -1360,9 +1366,9 @@ /* Harvest R and C into guest view if necessary */ rcbits_unset = ~revp->guest_rpte & (HPTE_R_R | HPTE_R_C); - if (valid && (rcbits_unset & hptp[1])) { - revp->guest_rpte |= (hptp[1] & (HPTE_R_R | HPTE_R_C)) | - HPTE_GR_MODIFIED; + if (valid && (rcbits_unset & be64_to_cpu(hptp[1]))) { + revp->guest_rpte |= (be64_to_cpu(hptp[1]) & + (HPTE_R_R | HPTE_R_C)) | HPTE_GR_MODIFIED; dirty = 1; } @@ -1381,13 +1387,13 @@ revp->guest_rpte = r; } asm volatile(PPC_RELEASE_BARRIER "" : : : "memory"); - hptp[0] &= ~HPTE_V_HVLOCK; + hptp[0] &= ~cpu_to_be64(HPTE_V_HVLOCK); preempt_enable(); if (!(valid == want_valid && (first_pass || dirty))) ok = 0; } - hpte[0] = v; - hpte[1] = r; + hpte[0] = cpu_to_be64(v); + hpte[1] = cpu_to_be64(r); return ok; } @@ -1397,7 +1403,7 @@ struct kvm_htab_ctx *ctx = file->private_data; struct kvm *kvm = ctx->kvm; struct kvm_get_htab_header hdr; - unsigned long *hptp; + __be64 *hptp; struct revmap_entry *revp; unsigned long i, nb, nw; unsigned long __user *lbuf; @@ -1413,7 +1419,7 @@ flags = ctx->flags; i = ctx->index; - hptp = (unsigned long *)(kvm->arch.hpt_virt + (i * HPTE_SIZE)); + hptp = (__be64 *)(kvm->arch.hpt_virt + (i * HPTE_SIZE)); revp = kvm->arch.revmap + i; lbuf = (unsigned long __user *)buf; @@ -1497,7 +1503,7 @@ unsigned long i, j; unsigned long v, r; unsigned long __user *lbuf; - unsigned long *hptp; + __be64 *hptp; unsigned long tmp[2]; ssize_t nb; long int err, ret; @@ -1539,7 +1545,7 @@ i + hdr.n_valid + hdr.n_invalid > kvm->arch.hpt_npte) break; - hptp = (unsigned long *)(kvm->arch.hpt_virt + (i * HPTE_SIZE)); + hptp = (__be64 *)(kvm->arch.hpt_virt + (i * HPTE_SIZE)); lbuf = (unsigned long __user *)buf; for (j = 0; j < hdr.n_valid; ++j) { err = -EFAULT; @@ -1551,7 +1557,7 @@ lbuf += 2; nb += HPTE_SIZE; - if (hptp[0] & (HPTE_V_VALID | HPTE_V_ABSENT)) + if (be64_to_cpu(hptp[0]) & (HPTE_V_VALID | HPTE_V_ABSENT)) kvmppc_do_h_remove(kvm, 0, i, 0, tmp); err = -EIO; ret = kvmppc_virtmode_do_h_enter(kvm, H_EXACT, i, v, r, @@ -1577,7 +1583,7 @@ } for (j = 0; j < hdr.n_invalid; ++j) { - if (hptp[0] & (HPTE_V_VALID | HPTE_V_ABSENT)) + if (be64_to_cpu(hptp[0]) & (HPTE_V_VALID | HPTE_V_ABSENT)) kvmppc_do_h_remove(kvm, 0, i, 0, tmp); ++i; hptp += 2; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kvm/book3s_hv.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kvm/book3s_hv.c @@ -67,6 +67,8 @@ /* Used as a "null" value for timebase values */ #define TB_NIL (~(u64)0) +static DECLARE_BITMAP(default_enabled_hcalls, MAX_HCALL_OPCODE/4 + 1); + static void kvmppc_end_cede(struct kvm_vcpu *vcpu); static int kvmppc_hv_setup_htab_rma(struct kvm_vcpu *vcpu); @@ -166,6 +168,12 @@ static void kvmppc_set_msr_hv(struct kvm_vcpu *vcpu, u64 msr) { + /* + * Check for illegal transactional state bit combination + * and if we find it, force the TS field to a safe state. + */ + if ((msr & MSR_TS_MASK) == MSR_TS_MASK) + msr &= ~MSR_TS_MASK; vcpu->arch.shregs.msr = msr; kvmppc_end_cede(vcpu); } @@ -270,7 +278,7 @@ static void init_vpa(struct kvm_vcpu *vcpu, struct lppaca *vpa) { vpa->__old_status |= LPPACA_OLD_SHARED_PROC; - vpa->yield_count = 1; + vpa->yield_count = cpu_to_be32(1); } static int set_vpa(struct kvm_vcpu *vcpu, struct kvmppc_vpa *v, @@ -293,8 +301,8 @@ struct reg_vpa { u32 dummy; union { - u16 hword; - u32 word; + __be16 hword; + __be32 word; } length; }; @@ -333,9 +341,9 @@ if (va == NULL) return H_PARAMETER; if (subfunc == H_VPA_REG_VPA) - len = ((struct reg_vpa *)va)->length.hword; + len = be16_to_cpu(((struct reg_vpa *)va)->length.hword); else - len = ((struct reg_vpa *)va)->length.word; + len = be32_to_cpu(((struct reg_vpa *)va)->length.word); kvmppc_unpin_guest_page(kvm, va, vpa, false); /* Check length */ @@ -540,18 +548,18 @@ return; memset(dt, 0, sizeof(struct dtl_entry)); dt->dispatch_reason = 7; - dt->processor_id = vc->pcpu + vcpu->arch.ptid; - dt->timebase = now + vc->tb_offset; - dt->enqueue_to_dispatch_time = stolen; - dt->srr0 = kvmppc_get_pc(vcpu); - dt->srr1 = vcpu->arch.shregs.msr; + dt->processor_id = cpu_to_be16(vc->pcpu + vcpu->arch.ptid); + dt->timebase = cpu_to_be64(now + vc->tb_offset); + dt->enqueue_to_dispatch_time = cpu_to_be32(stolen); + dt->srr0 = cpu_to_be64(kvmppc_get_pc(vcpu)); + dt->srr1 = cpu_to_be64(vcpu->arch.shregs.msr); ++dt; if (dt == vcpu->arch.dtl.pinned_end) dt = vcpu->arch.dtl.pinned_addr; vcpu->arch.dtl_ptr = dt; /* order writing *dt vs. writing vpa->dtl_idx */ smp_wmb(); - vpa->dtl_idx = ++vcpu->arch.dtl_index; + vpa->dtl_idx = cpu_to_be64(++vcpu->arch.dtl_index); vcpu->arch.dtl.dirty = true; } @@ -562,6 +570,10 @@ struct kvm_vcpu *tvcpu; int idx, rc; + if (req <= MAX_HCALL_OPCODE && + !test_bit(req/4, vcpu->kvm->arch.enabled_hcalls)) + return RESUME_HOST; + switch (req) { case H_ENTER: idx = srcu_read_lock(&vcpu->kvm->srcu); @@ -785,7 +797,8 @@ return 0; } -static void kvmppc_set_lpcr(struct kvm_vcpu *vcpu, u64 new_lpcr) +static void kvmppc_set_lpcr(struct kvm_vcpu *vcpu, u64 new_lpcr, + bool preserve_top32) { struct kvmppc_vcore *vc = vcpu->arch.vcore; u64 mask; @@ -820,6 +833,10 @@ mask = LPCR_DPFD | LPCR_ILE | LPCR_TC; if (cpu_has_feature(CPU_FTR_ARCH_207S)) mask |= LPCR_AIL; + + /* Broken 32-bit version of LPCR must not clear top bits */ + if (preserve_top32) + mask &= 0xFFFFFFFF; vc->lpcr = (vc->lpcr & ~mask) | (new_lpcr & mask); spin_unlock(&vc->lock); } @@ -939,6 +956,7 @@ *val = get_reg_val(id, vcpu->arch.vcore->tb_offset); break; case KVM_REG_PPC_LPCR: + case KVM_REG_PPC_LPCR_64: *val = get_reg_val(id, vcpu->arch.vcore->lpcr); break; case KVM_REG_PPC_PPR: @@ -1150,7 +1168,10 @@ ALIGN(set_reg_val(id, *val), 1UL << 24); break; case KVM_REG_PPC_LPCR: - kvmppc_set_lpcr(vcpu, set_reg_val(id, *val)); + kvmppc_set_lpcr(vcpu, set_reg_val(id, *val), true); + break; + case KVM_REG_PPC_LPCR_64: + kvmppc_set_lpcr(vcpu, set_reg_val(id, *val), false); break; case KVM_REG_PPC_PPR: vcpu->arch.ppr = set_reg_val(id, *val); @@ -2281,6 +2302,10 @@ */ cpumask_setall(&kvm->arch.need_tlb_flush); + /* Start out with the default set of hcalls enabled */ + memcpy(kvm->arch.enabled_hcalls, default_enabled_hcalls, + sizeof(kvm->arch.enabled_hcalls)); + kvm->arch.rma = NULL; kvm->arch.host_sdr1 = mfspr(SPRN_SDR1); @@ -2419,6 +2444,45 @@ return r; } +/* + * List of hcall numbers to enable by default. + * For compatibility with old userspace, we enable by default + * all hcalls that were implemented before the hcall-enabling + * facility was added. Note this list should not include H_RTAS. + */ +static unsigned int default_hcall_list[] = { + H_REMOVE, + H_ENTER, + H_READ, + H_PROTECT, + H_BULK_REMOVE, + H_GET_TCE, + H_PUT_TCE, + H_SET_DABR, + H_SET_XDABR, + H_CEDE, + H_PROD, + H_CONFER, + H_REGISTER_VPA, +#ifdef CONFIG_KVM_XICS + H_EOI, + H_CPPR, + H_IPI, + H_IPOLL, + H_XIRR, + H_XIRR_X, +#endif + 0 +}; + +static void init_default_hcalls(void) +{ + int i; + + for (i = 0; default_hcall_list[i]; ++i) + __set_bit(default_hcall_list[i] / 4, default_enabled_hcalls); +} + static struct kvmppc_ops kvm_ops_hv = { .get_sregs = kvm_arch_vcpu_ioctl_get_sregs_hv, .set_sregs = kvm_arch_vcpu_ioctl_set_sregs_hv, @@ -2466,6 +2530,8 @@ kvm_ops_hv.owner = THIS_MODULE; kvmppc_hv_ops = &kvm_ops_hv; + init_default_hcalls(); + r = kvmppc_mmu_hv_init(); return r; } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kvm/book3s_hv_builtin.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kvm/book3s_hv_builtin.c @@ -157,6 +157,12 @@ unsigned long align_size; struct memblock_region *reg; phys_addr_t selected_size = 0; + + /* + * We need CMA reservation only when we are in HV mode + */ + if (!cpu_has_feature(CPU_FTR_HVMODE)) + return; /* * We cannot use memblock_phys_mem_size() here, because * memblock_analyze() has not been called yet. --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kvm/book3s_hv_ras.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kvm/book3s_hv_ras.c @@ -45,14 +45,14 @@ return; /* Sanity check */ - n = min_t(u32, slb->persistent, SLB_MIN_SIZE); + n = min_t(u32, be32_to_cpu(slb->persistent), SLB_MIN_SIZE); if ((void *) &slb->save_area[n] > vcpu->arch.slb_shadow.pinned_end) return; /* Load up the SLB from that */ for (i = 0; i < n; ++i) { - unsigned long rb = slb->save_area[i].esid; - unsigned long rs = slb->save_area[i].vsid; + unsigned long rb = be64_to_cpu(slb->save_area[i].esid); + unsigned long rs = be64_to_cpu(slb->save_area[i].vsid); rb = (rb & ~0xFFFul) | i; /* insert entry number */ asm volatile("slbmte %0,%1" : : "r" (rs), "r" (rb)); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kvm/book3s_hv_rm_mmu.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kvm/book3s_hv_rm_mmu.c @@ -154,10 +154,10 @@ return kvmppc_read_update_linux_pte(ptep, writing, hugepage_shift); } -static inline void unlock_hpte(unsigned long *hpte, unsigned long hpte_v) +static inline void unlock_hpte(__be64 *hpte, unsigned long hpte_v) { asm volatile(PPC_RELEASE_BARRIER "" : : : "memory"); - hpte[0] = hpte_v; + hpte[0] = cpu_to_be64(hpte_v); } long kvmppc_do_h_enter(struct kvm *kvm, unsigned long flags, @@ -166,7 +166,7 @@ { unsigned long i, pa, gpa, gfn, psize; unsigned long slot_fn, hva; - unsigned long *hpte; + __be64 *hpte; struct revmap_entry *rev; unsigned long g_ptel; struct kvm_memory_slot *memslot; @@ -275,9 +275,9 @@ return H_PARAMETER; if (likely((flags & H_EXACT) == 0)) { pte_index &= ~7UL; - hpte = (unsigned long *)(kvm->arch.hpt_virt + (pte_index << 4)); + hpte = (__be64 *)(kvm->arch.hpt_virt + (pte_index << 4)); for (i = 0; i < 8; ++i) { - if ((*hpte & HPTE_V_VALID) == 0 && + if ((be64_to_cpu(*hpte) & HPTE_V_VALID) == 0 && try_lock_hpte(hpte, HPTE_V_HVLOCK | HPTE_V_VALID | HPTE_V_ABSENT)) break; @@ -292,11 +292,13 @@ */ hpte -= 16; for (i = 0; i < 8; ++i) { + u64 pte; while (!try_lock_hpte(hpte, HPTE_V_HVLOCK)) cpu_relax(); - if (!(*hpte & (HPTE_V_VALID | HPTE_V_ABSENT))) + pte = be64_to_cpu(*hpte); + if (!(pte & (HPTE_V_VALID | HPTE_V_ABSENT))) break; - *hpte &= ~HPTE_V_HVLOCK; + *hpte &= ~cpu_to_be64(HPTE_V_HVLOCK); hpte += 2; } if (i == 8) @@ -304,14 +306,17 @@ } pte_index += i; } else { - hpte = (unsigned long *)(kvm->arch.hpt_virt + (pte_index << 4)); + hpte = (__be64 *)(kvm->arch.hpt_virt + (pte_index << 4)); if (!try_lock_hpte(hpte, HPTE_V_HVLOCK | HPTE_V_VALID | HPTE_V_ABSENT)) { /* Lock the slot and check again */ + u64 pte; + while (!try_lock_hpte(hpte, HPTE_V_HVLOCK)) cpu_relax(); - if (*hpte & (HPTE_V_VALID | HPTE_V_ABSENT)) { - *hpte &= ~HPTE_V_HVLOCK; + pte = be64_to_cpu(*hpte); + if (pte & (HPTE_V_VALID | HPTE_V_ABSENT)) { + *hpte &= ~cpu_to_be64(HPTE_V_HVLOCK); return H_PTEG_FULL; } } @@ -347,11 +352,11 @@ } } - hpte[1] = ptel; + hpte[1] = cpu_to_be64(ptel); /* Write the first HPTE dword, unlocking the HPTE and making it valid */ eieio(); - hpte[0] = pteh; + hpte[0] = cpu_to_be64(pteh); asm volatile("ptesync" : : : "memory"); *pte_idx_ret = pte_index; @@ -468,30 +473,35 @@ unsigned long pte_index, unsigned long avpn, unsigned long *hpret) { - unsigned long *hpte; + __be64 *hpte; unsigned long v, r, rb; struct revmap_entry *rev; + u64 pte; if (pte_index >= kvm->arch.hpt_npte) return H_PARAMETER; - hpte = (unsigned long *)(kvm->arch.hpt_virt + (pte_index << 4)); + hpte = (__be64 *)(kvm->arch.hpt_virt + (pte_index << 4)); while (!try_lock_hpte(hpte, HPTE_V_HVLOCK)) cpu_relax(); - if ((hpte[0] & (HPTE_V_ABSENT | HPTE_V_VALID)) == 0 || - ((flags & H_AVPN) && (hpte[0] & ~0x7fUL) != avpn) || - ((flags & H_ANDCOND) && (hpte[0] & avpn) != 0)) { - hpte[0] &= ~HPTE_V_HVLOCK; + pte = be64_to_cpu(hpte[0]); + if ((pte & (HPTE_V_ABSENT | HPTE_V_VALID)) == 0 || + ((flags & H_AVPN) && (pte & ~0x7fUL) != avpn) || + ((flags & H_ANDCOND) && (pte & avpn) != 0)) { + hpte[0] &= ~cpu_to_be64(HPTE_V_HVLOCK); return H_NOT_FOUND; } rev = real_vmalloc_addr(&kvm->arch.revmap[pte_index]); - v = hpte[0] & ~HPTE_V_HVLOCK; + v = pte & ~HPTE_V_HVLOCK; if (v & HPTE_V_VALID) { - hpte[0] &= ~HPTE_V_VALID; - rb = compute_tlbie_rb(v, hpte[1], pte_index); + u64 pte1; + + pte1 = be64_to_cpu(hpte[1]); + hpte[0] &= ~cpu_to_be64(HPTE_V_VALID); + rb = compute_tlbie_rb(v, pte1, pte_index); do_tlbies(kvm, &rb, 1, global_invalidates(kvm, flags), true); /* Read PTE low word after tlbie to get final R/C values */ - remove_revmap_chain(kvm, pte_index, rev, v, hpte[1]); + remove_revmap_chain(kvm, pte_index, rev, v, pte1); } r = rev->guest_rpte & ~HPTE_GR_RESERVED; note_hpte_modification(kvm, rev); @@ -514,12 +524,14 @@ { struct kvm *kvm = vcpu->kvm; unsigned long *args = &vcpu->arch.gpr[4]; - unsigned long *hp, *hptes[4], tlbrb[4]; + __be64 *hp, *hptes[4]; + unsigned long tlbrb[4]; long int i, j, k, n, found, indexes[4]; unsigned long flags, req, pte_index, rcbits; int global; long int ret = H_SUCCESS; struct revmap_entry *rev, *revs[4]; + u64 hp0; global = global_invalidates(kvm, 0); for (i = 0; i < 4 && ret == H_SUCCESS; ) { @@ -542,8 +554,7 @@ ret = H_PARAMETER; break; } - hp = (unsigned long *) - (kvm->arch.hpt_virt + (pte_index << 4)); + hp = (__be64 *) (kvm->arch.hpt_virt + (pte_index << 4)); /* to avoid deadlock, don't spin except for first */ if (!try_lock_hpte(hp, HPTE_V_HVLOCK)) { if (n) @@ -552,23 +563,24 @@ cpu_relax(); } found = 0; - if (hp[0] & (HPTE_V_ABSENT | HPTE_V_VALID)) { + hp0 = be64_to_cpu(hp[0]); + if (hp0 & (HPTE_V_ABSENT | HPTE_V_VALID)) { switch (flags & 3) { case 0: /* absolute */ found = 1; break; case 1: /* andcond */ - if (!(hp[0] & args[j + 1])) + if (!(hp0 & args[j + 1])) found = 1; break; case 2: /* AVPN */ - if ((hp[0] & ~0x7fUL) == args[j + 1]) + if ((hp0 & ~0x7fUL) == args[j + 1]) found = 1; break; } } if (!found) { - hp[0] &= ~HPTE_V_HVLOCK; + hp[0] &= ~cpu_to_be64(HPTE_V_HVLOCK); args[j] = ((0x90 | flags) << 56) + pte_index; continue; } @@ -577,7 +589,7 @@ rev = real_vmalloc_addr(&kvm->arch.revmap[pte_index]); note_hpte_modification(kvm, rev); - if (!(hp[0] & HPTE_V_VALID)) { + if (!(hp0 & HPTE_V_VALID)) { /* insert R and C bits from PTE */ rcbits = rev->guest_rpte & (HPTE_R_R|HPTE_R_C); args[j] |= rcbits << (56 - 5); @@ -585,8 +597,10 @@ continue; } - hp[0] &= ~HPTE_V_VALID; /* leave it locked */ - tlbrb[n] = compute_tlbie_rb(hp[0], hp[1], pte_index); + /* leave it locked */ + hp[0] &= ~cpu_to_be64(HPTE_V_VALID); + tlbrb[n] = compute_tlbie_rb(be64_to_cpu(hp[0]), + be64_to_cpu(hp[1]), pte_index); indexes[n] = j; hptes[n] = hp; revs[n] = rev; @@ -605,7 +619,8 @@ pte_index = args[j] & ((1ul << 56) - 1); hp = hptes[k]; rev = revs[k]; - remove_revmap_chain(kvm, pte_index, rev, hp[0], hp[1]); + remove_revmap_chain(kvm, pte_index, rev, + be64_to_cpu(hp[0]), be64_to_cpu(hp[1])); rcbits = rev->guest_rpte & (HPTE_R_R|HPTE_R_C); args[j] |= rcbits << (56 - 5); hp[0] = 0; @@ -620,23 +635,25 @@ unsigned long va) { struct kvm *kvm = vcpu->kvm; - unsigned long *hpte; + __be64 *hpte; struct revmap_entry *rev; unsigned long v, r, rb, mask, bits; + u64 pte; if (pte_index >= kvm->arch.hpt_npte) return H_PARAMETER; - hpte = (unsigned long *)(kvm->arch.hpt_virt + (pte_index << 4)); + hpte = (__be64 *)(kvm->arch.hpt_virt + (pte_index << 4)); while (!try_lock_hpte(hpte, HPTE_V_HVLOCK)) cpu_relax(); - if ((hpte[0] & (HPTE_V_ABSENT | HPTE_V_VALID)) == 0 || - ((flags & H_AVPN) && (hpte[0] & ~0x7fUL) != avpn)) { - hpte[0] &= ~HPTE_V_HVLOCK; + pte = be64_to_cpu(hpte[0]); + if ((pte & (HPTE_V_ABSENT | HPTE_V_VALID)) == 0 || + ((flags & H_AVPN) && (pte & ~0x7fUL) != avpn)) { + hpte[0] &= ~cpu_to_be64(HPTE_V_HVLOCK); return H_NOT_FOUND; } - v = hpte[0]; + v = pte; bits = (flags << 55) & HPTE_R_PP0; bits |= (flags << 48) & HPTE_R_KEY_HI; bits |= flags & (HPTE_R_PP | HPTE_R_N | HPTE_R_KEY_LO); @@ -650,12 +667,12 @@ rev->guest_rpte = r; note_hpte_modification(kvm, rev); } - r = (hpte[1] & ~mask) | bits; + r = (be64_to_cpu(hpte[1]) & ~mask) | bits; /* Update HPTE */ if (v & HPTE_V_VALID) { rb = compute_tlbie_rb(v, r, pte_index); - hpte[0] = v & ~HPTE_V_VALID; + hpte[0] = cpu_to_be64(v & ~HPTE_V_VALID); do_tlbies(kvm, &rb, 1, global_invalidates(kvm, flags), true); /* * If the host has this page as readonly but the guest @@ -681,9 +698,9 @@ } } } - hpte[1] = r; + hpte[1] = cpu_to_be64(r); eieio(); - hpte[0] = v & ~HPTE_V_HVLOCK; + hpte[0] = cpu_to_be64(v & ~HPTE_V_HVLOCK); asm volatile("ptesync" : : : "memory"); return H_SUCCESS; } @@ -692,7 +709,8 @@ unsigned long pte_index) { struct kvm *kvm = vcpu->kvm; - unsigned long *hpte, v, r; + __be64 *hpte; + unsigned long v, r; int i, n = 1; struct revmap_entry *rev = NULL; @@ -704,9 +722,9 @@ } rev = real_vmalloc_addr(&kvm->arch.revmap[pte_index]); for (i = 0; i < n; ++i, ++pte_index) { - hpte = (unsigned long *)(kvm->arch.hpt_virt + (pte_index << 4)); - v = hpte[0] & ~HPTE_V_HVLOCK; - r = hpte[1]; + hpte = (__be64 *)(kvm->arch.hpt_virt + (pte_index << 4)); + v = be64_to_cpu(hpte[0]) & ~HPTE_V_HVLOCK; + r = be64_to_cpu(hpte[1]); if (v & HPTE_V_ABSENT) { v &= ~HPTE_V_ABSENT; v |= HPTE_V_VALID; @@ -721,25 +739,27 @@ return H_SUCCESS; } -void kvmppc_invalidate_hpte(struct kvm *kvm, unsigned long *hptep, +void kvmppc_invalidate_hpte(struct kvm *kvm, __be64 *hptep, unsigned long pte_index) { unsigned long rb; - hptep[0] &= ~HPTE_V_VALID; - rb = compute_tlbie_rb(hptep[0], hptep[1], pte_index); + hptep[0] &= ~cpu_to_be64(HPTE_V_VALID); + rb = compute_tlbie_rb(be64_to_cpu(hptep[0]), be64_to_cpu(hptep[1]), + pte_index); do_tlbies(kvm, &rb, 1, 1, true); } EXPORT_SYMBOL_GPL(kvmppc_invalidate_hpte); -void kvmppc_clear_ref_hpte(struct kvm *kvm, unsigned long *hptep, +void kvmppc_clear_ref_hpte(struct kvm *kvm, __be64 *hptep, unsigned long pte_index) { unsigned long rb; unsigned char rbyte; - rb = compute_tlbie_rb(hptep[0], hptep[1], pte_index); - rbyte = (hptep[1] & ~HPTE_R_R) >> 8; + rb = compute_tlbie_rb(be64_to_cpu(hptep[0]), be64_to_cpu(hptep[1]), + pte_index); + rbyte = (be64_to_cpu(hptep[1]) & ~HPTE_R_R) >> 8; /* modify only the second-last byte, which contains the ref bit */ *((char *)hptep + 14) = rbyte; do_tlbies(kvm, &rb, 1, 1, false); @@ -765,7 +785,7 @@ unsigned long somask; unsigned long vsid, hash; unsigned long avpn; - unsigned long *hpte; + __be64 *hpte; unsigned long mask, val; unsigned long v, r; @@ -797,11 +817,11 @@ val |= avpn; for (;;) { - hpte = (unsigned long *)(kvm->arch.hpt_virt + (hash << 7)); + hpte = (__be64 *)(kvm->arch.hpt_virt + (hash << 7)); for (i = 0; i < 16; i += 2) { /* Read the PTE racily */ - v = hpte[i] & ~HPTE_V_HVLOCK; + v = be64_to_cpu(hpte[i]) & ~HPTE_V_HVLOCK; /* Check valid/absent, hash, segment size and AVPN */ if (!(v & valid) || (v & mask) != val) @@ -810,8 +830,8 @@ /* Lock the PTE and read it under the lock */ while (!try_lock_hpte(&hpte[i], HPTE_V_HVLOCK)) cpu_relax(); - v = hpte[i] & ~HPTE_V_HVLOCK; - r = hpte[i+1]; + v = be64_to_cpu(hpte[i]) & ~HPTE_V_HVLOCK; + r = be64_to_cpu(hpte[i+1]); /* * Check the HPTE again, including base page size @@ -822,7 +842,7 @@ return (hash << 3) + (i >> 1); /* Unlock and move on */ - hpte[i] = v; + hpte[i] = cpu_to_be64(v); } if (val & HPTE_V_SECONDARY) @@ -851,7 +871,7 @@ struct kvm *kvm = vcpu->kvm; long int index; unsigned long v, r, gr; - unsigned long *hpte; + __be64 *hpte; unsigned long valid; struct revmap_entry *rev; unsigned long pp, key; @@ -867,9 +887,9 @@ return status; /* there really was no HPTE */ return 0; /* for prot fault, HPTE disappeared */ } - hpte = (unsigned long *)(kvm->arch.hpt_virt + (index << 4)); - v = hpte[0] & ~HPTE_V_HVLOCK; - r = hpte[1]; + hpte = (__be64 *)(kvm->arch.hpt_virt + (index << 4)); + v = be64_to_cpu(hpte[0]) & ~HPTE_V_HVLOCK; + r = be64_to_cpu(hpte[1]); rev = real_vmalloc_addr(&kvm->arch.revmap[index]); gr = rev->guest_rpte; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kvm/book3s_hv_rm_xics.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kvm/book3s_hv_rm_xics.c @@ -401,6 +401,11 @@ icp->rm_action |= XICS_RM_REJECT; icp->rm_reject = irq; } + + if (!hlist_empty(&vcpu->kvm->irq_ack_notifier_list)) { + icp->rm_action |= XICS_RM_NOTIFY_EOI; + icp->rm_eoied_irq = irq; + } bail: return check_too_hard(xics, icp); } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kvm/book3s_hv_rmhandlers.S +++ linux-lts-utopic-3.16.0/arch/powerpc/kvm/book3s_hv_rmhandlers.S @@ -32,10 +32,6 @@ #define VCPU_GPRS_TM(reg) (((reg) * ULONG_SIZE) + VCPU_GPR_TM) -#ifdef __LITTLE_ENDIAN__ -#error Need to fix lppaca and SLB shadow accesses in little endian mode -#endif - /* Values in HSTATE_NAPPING(r13) */ #define NAPPING_CEDE 1 #define NAPPING_NOVCPU 2 @@ -159,6 +155,8 @@ cmpwi r12, BOOK3S_INTERRUPT_EXTERNAL BEGIN_FTR_SECTION beq 11f + cmpwi cr2, r12, BOOK3S_INTERRUPT_HMI + beq cr2, 14f /* HMI check */ END_FTR_SECTION_IFSET(CPU_FTR_ARCH_206) /* RFI into the highmem handler, or branch to interrupt handler */ @@ -179,6 +177,10 @@ 13: b machine_check_fwnmi +14: mtspr SPRN_HSRR0, r8 + mtspr SPRN_HSRR1, r7 + b hmi_exception_after_realmode + kvmppc_primary_no_guest: /* We handle this much like a ceded vcpu */ /* set our bit in napping_threads */ @@ -199,8 +201,6 @@ bge kvm_novcpu_exit /* another thread already exiting */ li r3, NAPPING_NOVCPU stb r3, HSTATE_NAPPING(r13) - li r3, 1 - stb r3, HSTATE_HWTHREAD_REQ(r13) b kvm_do_nap @@ -291,6 +291,8 @@ /* if we have no vcpu to run, go back to sleep */ beq kvm_no_guest +kvm_secondary_got_guest: + /* Set HSTATE_DSCR(r13) to something sensible */ ld r6, PACA_DSCR(r13) std r6, HSTATE_DSCR(r13) @@ -316,27 +318,46 @@ stwcx. r3, 0, r4 bne 51b +/* + * At this point we have finished executing in the guest. + * We need to wait for hwthread_req to become zero, since + * we may not turn on the MMU while hwthread_req is non-zero. + * While waiting we also need to check if we get given a vcpu to run. + */ kvm_no_guest: - li r0, KVM_HWTHREAD_IN_NAP + lbz r3, HSTATE_HWTHREAD_REQ(r13) + cmpwi r3, 0 + bne 53f + HMT_MEDIUM + li r0, KVM_HWTHREAD_IN_KERNEL stb r0, HSTATE_HWTHREAD_STATE(r13) -kvm_do_nap: - /* Clear the runlatch bit before napping */ - mfspr r2, SPRN_CTRLF - clrrdi r2, r2, 1 - mtspr SPRN_CTRLT, r2 - + /* need to recheck hwthread_req after a barrier, to avoid race */ + sync + lbz r3, HSTATE_HWTHREAD_REQ(r13) + cmpwi r3, 0 + bne 54f +/* + * We jump to power7_wakeup_loss, which will return to the caller + * of power7_nap in the powernv cpu offline loop. The value we + * put in r3 becomes the return value for power7_nap. + */ li r3, LPCR_PECE0 mfspr r4, SPRN_LPCR rlwimi r4, r3, 0, LPCR_PECE0 | LPCR_PECE1 mtspr SPRN_LPCR, r4 - isync - std r0, HSTATE_SCRATCH0(r13) - ptesync - ld r0, HSTATE_SCRATCH0(r13) -1: cmpd r0, r0 - bne 1b - nap - b . + li r3, 0 + b power7_wakeup_loss + +53: HMT_LOW + ld r4, HSTATE_KVM_VCPU(r13) + cmpdi r4, 0 + beq kvm_no_guest + HMT_MEDIUM + b kvm_secondary_got_guest + +54: li r0, KVM_HWTHREAD_IN_KVM + stb r0, HSTATE_HWTHREAD_STATE(r13) + b kvm_no_guest /****************************************************************************** * * @@ -595,9 +616,10 @@ ld r3, VCPU_VPA(r4) cmpdi r3, 0 beq 25f - lwz r5, LPPACA_YIELDCOUNT(r3) + li r6, LPPACA_YIELDCOUNT + LWZX_BE r5, r3, r6 addi r5, r5, 1 - stw r5, LPPACA_YIELDCOUNT(r3) + STWX_BE r5, r3, r6 li r6, 1 stb r6, VCPU_VPA_DIRTY(r4) 25: @@ -671,9 +693,9 @@ mr r31, r4 addi r3, r31, VCPU_FPRS_TM - bl .load_fp_state + bl load_fp_state addi r3, r31, VCPU_VRS_TM - bl .load_vr_state + bl load_vr_state mr r4, r31 lwz r7, VCPU_VRSAVE_TM(r4) mtspr SPRN_VRSAVE, r7 @@ -1280,6 +1302,20 @@ std r6, VCPU_ACOP(r9) stw r7, VCPU_GUEST_PID(r9) std r8, VCPU_WORT(r9) + /* + * Restore various registers to 0, where non-zero values + * set by the guest could disrupt the host. + */ + li r0, 0 + mtspr SPRN_IAMR, r0 + mtspr SPRN_CIABR, r0 + mtspr SPRN_DAWRX, r0 + mtspr SPRN_TCSCR, r0 + mtspr SPRN_WORT, r0 + /* Set MMCRS to 1<<31 to freeze and disable the SPMC counters */ + li r0, 1 + sldi r0, r0, 31 + mtspr SPRN_MMCRS, r0 8: /* Save and reset AMR and UAMOR before turning on the MMU */ @@ -1417,9 +1453,9 @@ /* Save FP/VSX. */ addi r3, r9, VCPU_FPRS_TM - bl .store_fp_state + bl store_fp_state addi r3, r9, VCPU_VRS_TM - bl .store_vr_state + bl store_vr_state mfspr r6, SPRN_VRSAVE stw r6, VCPU_VRSAVE_TM(r9) 1: @@ -1442,9 +1478,10 @@ ld r8, VCPU_VPA(r9) /* do they have a VPA? */ cmpdi r8, 0 beq 25f - lwz r3, LPPACA_YIELDCOUNT(r8) + li r4, LPPACA_YIELDCOUNT + LWZX_BE r3, r8, r4 addi r3, r3, 1 - stw r3, LPPACA_YIELDCOUNT(r8) + STWX_BE r3, r8, r4 li r3, 1 stb r3, VCPU_VPA_DIRTY(r9) 25: @@ -1757,8 +1794,10 @@ 33: ld r8,PACA_SLBSHADOWPTR(r13) .rept SLB_NUM_BOLTED - ld r5,SLBSHADOW_SAVEAREA(r8) - ld r6,SLBSHADOW_SAVEAREA+8(r8) + li r3, SLBSHADOW_SAVEAREA + LDX_BE r5, r8, r3 + addi r3, r3, 8 + LDX_BE r6, r8, r3 andis. r7,r5,SLB_ESID_V@h beq 1f slbmte r6,r5 @@ -1909,12 +1948,23 @@ clrrdi r3,r3,2 cmpldi r3,hcall_real_table_end - hcall_real_table bge guest_exit_cont + /* See if this hcall is enabled for in-kernel handling */ + ld r4, VCPU_KVM(r9) + srdi r0, r3, 8 /* r0 = (r3 / 4) >> 6 */ + sldi r0, r0, 3 /* index into kvm->arch.enabled_hcalls[] */ + add r4, r4, r0 + ld r0, KVM_ENABLED_HCALLS(r4) + rlwinm r4, r3, 32-2, 0x3f /* r4 = (r3 / 4) & 0x3f */ + srd r0, r0, r4 + andi. r0, r0, 1 + beq guest_exit_cont + /* Get pointer to handler, if any, and call it */ LOAD_REG_ADDR(r4, hcall_real_table) lwax r3,r3,r4 cmpwi r3,0 beq guest_exit_cont - add r3,r3,r4 - mtctr r3 + add r12,r3,r4 + mtctr r12 mr r3,r9 /* get vcpu pointer */ ld r4,VCPU_GPR(R4)(r9) bctrl @@ -2066,7 +2116,7 @@ /* Emulate H_SET_DABR/X on P8 for the sake of compat mode guests */ 2: rlwimi r5, r4, 5, DAWRX_DR | DAWRX_DW - rlwimi r5, r4, 1, DAWRX_WT + rlwimi r5, r4, 2, DAWRX_WT clrrdi r4, r4, 3 std r4, VCPU_DAWR(r3) std r5, VCPU_DAWRX(r3) @@ -2153,6 +2203,7 @@ * occurs, with PECE1, PECE0 and PECEDP set in LPCR. Also clear the * runlatch bit before napping. */ +kvm_do_nap: mfspr r2, SPRN_CTRLF clrrdi r2, r2, 1 mtspr SPRN_CTRLT, r2 @@ -2338,7 +2389,18 @@ cmpdi r6, 0 beq- 1f lwzcix r0, r6, r7 - rlwinm. r3, r0, 0, 0xffffff + /* + * Save XIRR for later. Since we get in in reverse endian on LE + * systems, save it byte reversed and fetch it back in host endian. + */ + li r3, HSTATE_SAVED_XIRR + STWX_BE r0, r3, r13 +#ifdef __LITTLE_ENDIAN__ + lwz r3, HSTATE_SAVED_XIRR(r13) +#else + mr r3, r0 +#endif + rlwinm. r3, r3, 0, 0xffffff sync beq 1f /* if nothing pending in the ICP */ @@ -2370,10 +2432,9 @@ li r3, -1 1: blr -42: /* It's not an IPI and it's for the host, stash it in the PACA - * before exit, it will be picked up by the host ICP driver +42: /* It's not an IPI and it's for the host. We saved a copy of XIRR in + * the PACA earlier, it will be picked up by the host ICP driver */ - stw r0, HSTATE_SAVED_XIRR(r13) li r3, 1 b 1b @@ -2408,11 +2469,11 @@ mtmsrd r8 isync addi r3,r3,VCPU_FPRS - bl .store_fp_state + bl store_fp_state #ifdef CONFIG_ALTIVEC BEGIN_FTR_SECTION addi r3,r31,VCPU_VRS - bl .store_vr_state + bl store_vr_state END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC) #endif mfspr r6,SPRN_VRSAVE @@ -2444,11 +2505,11 @@ mtmsrd r8 isync addi r3,r4,VCPU_FPRS - bl .load_fp_state + bl load_fp_state #ifdef CONFIG_ALTIVEC BEGIN_FTR_SECTION addi r3,r31,VCPU_VRS - bl .load_vr_state + bl load_vr_state END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC) #endif lwz r7,VCPU_VRSAVE(r31) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kvm/book3s_pr.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kvm/book3s_pr.c @@ -71,6 +71,12 @@ svcpu->in_use = 0; svcpu_put(svcpu); #endif + + /* Disable AIL if supported */ + if (cpu_has_feature(CPU_FTR_HVMODE) && + cpu_has_feature(CPU_FTR_ARCH_207S)) + mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~LPCR_AIL); + vcpu->cpu = smp_processor_id(); #ifdef CONFIG_PPC_BOOK3S_32 current->thread.kvm_shadow_vcpu = vcpu->arch.shadow_vcpu; @@ -91,6 +97,12 @@ kvmppc_giveup_ext(vcpu, MSR_FP | MSR_VEC | MSR_VSX); kvmppc_giveup_fac(vcpu, FSCR_TAR_LG); + + /* Enable AIL if supported */ + if (cpu_has_feature(CPU_FTR_HVMODE) && + cpu_has_feature(CPU_FTR_ARCH_207S)) + mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) | LPCR_AIL_3); + vcpu->cpu = -1; } @@ -960,6 +972,7 @@ case BOOK3S_INTERRUPT_DECREMENTER: case BOOK3S_INTERRUPT_HV_DECREMENTER: case BOOK3S_INTERRUPT_DOORBELL: + case BOOK3S_INTERRUPT_H_DOORBELL: vcpu->stat.dec_exits++; r = RESUME_GUEST; break; @@ -1233,6 +1246,7 @@ *val = get_reg_val(id, to_book3s(vcpu)->hior); break; case KVM_REG_PPC_LPCR: + case KVM_REG_PPC_LPCR_64: /* * We are only interested in the LPCR_ILE bit */ @@ -1268,6 +1282,7 @@ to_book3s(vcpu)->hior_explicit = true; break; case KVM_REG_PPC_LPCR: + case KVM_REG_PPC_LPCR_64: kvmppc_set_lpcr_pr(vcpu, set_reg_val(id, *val)); break; default: @@ -1568,6 +1583,11 @@ { mutex_init(&kvm->arch.hpt_mutex); +#ifdef CONFIG_PPC_BOOK3S_64 + /* Start out with the default set of hcalls enabled */ + kvmppc_pr_init_default_hcalls(kvm); +#endif + if (firmware_has_feature(FW_FEATURE_SET_MODE)) { spin_lock(&kvm_global_user_count_lock); if (++kvm_global_user_count == 1) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kvm/book3s_pr_papr.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kvm/book3s_pr_papr.c @@ -40,8 +40,9 @@ { long flags = kvmppc_get_gpr(vcpu, 4); long pte_index = kvmppc_get_gpr(vcpu, 5); - unsigned long pteg[2 * 8]; - unsigned long pteg_addr, i, *hpte; + __be64 pteg[2 * 8]; + __be64 *hpte; + unsigned long pteg_addr, i; long int ret; i = pte_index & 7; @@ -93,8 +94,8 @@ pteg = get_pteg_addr(vcpu, pte_index); mutex_lock(&vcpu->kvm->arch.hpt_mutex); copy_from_user(pte, (void __user *)pteg, sizeof(pte)); - pte[0] = be64_to_cpu(pte[0]); - pte[1] = be64_to_cpu(pte[1]); + pte[0] = be64_to_cpu((__force __be64)pte[0]); + pte[1] = be64_to_cpu((__force __be64)pte[1]); ret = H_NOT_FOUND; if ((pte[0] & HPTE_V_VALID) == 0 || @@ -171,8 +172,8 @@ pteg = get_pteg_addr(vcpu, tsh & H_BULK_REMOVE_PTEX); copy_from_user(pte, (void __user *)pteg, sizeof(pte)); - pte[0] = be64_to_cpu(pte[0]); - pte[1] = be64_to_cpu(pte[1]); + pte[0] = be64_to_cpu((__force __be64)pte[0]); + pte[1] = be64_to_cpu((__force __be64)pte[1]); /* tsl = AVPN */ flags = (tsh & H_BULK_REMOVE_FLAGS) >> 26; @@ -211,8 +212,8 @@ pteg = get_pteg_addr(vcpu, pte_index); mutex_lock(&vcpu->kvm->arch.hpt_mutex); copy_from_user(pte, (void __user *)pteg, sizeof(pte)); - pte[0] = be64_to_cpu(pte[0]); - pte[1] = be64_to_cpu(pte[1]); + pte[0] = be64_to_cpu((__force __be64)pte[0]); + pte[1] = be64_to_cpu((__force __be64)pte[1]); ret = H_NOT_FOUND; if ((pte[0] & HPTE_V_VALID) == 0 || @@ -231,8 +232,8 @@ rb = compute_tlbie_rb(v, r, pte_index); vcpu->arch.mmu.tlbie(vcpu, rb, rb & 1 ? true : false); - pte[0] = cpu_to_be64(pte[0]); - pte[1] = cpu_to_be64(pte[1]); + pte[0] = (__force u64)cpu_to_be64(pte[0]); + pte[1] = (__force u64)cpu_to_be64(pte[1]); copy_to_user((void __user *)pteg, pte, sizeof(pte)); ret = H_SUCCESS; @@ -266,6 +267,10 @@ int kvmppc_h_pr(struct kvm_vcpu *vcpu, unsigned long cmd) { + if (cmd <= MAX_HCALL_OPCODE && + !test_bit(cmd/4, vcpu->kvm->arch.enabled_hcalls)) + return EMULATE_FAIL; + switch (cmd) { case H_ENTER: return kvmppc_h_pr_enter(vcpu); @@ -303,3 +308,36 @@ return EMULATE_FAIL; } + + +/* + * List of hcall numbers to enable by default. + * For compatibility with old userspace, we enable by default + * all hcalls that were implemented before the hcall-enabling + * facility was added. Note this list should not include H_RTAS. + */ +static unsigned int default_hcall_list[] = { + H_ENTER, + H_REMOVE, + H_PROTECT, + H_BULK_REMOVE, + H_PUT_TCE, + H_CEDE, +#ifdef CONFIG_KVM_XICS + H_XIRR, + H_CPPR, + H_EOI, + H_IPI, + H_IPOLL, + H_XIRR_X, +#endif + 0 +}; + +void kvmppc_pr_init_default_hcalls(struct kvm *kvm) +{ + int i; + + for (i = 0; default_hcall_list[i]; ++i) + __set_bit(default_hcall_list[i] / 4, kvm->arch.enabled_hcalls); +} --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kvm/book3s_xics.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kvm/book3s_xics.c @@ -64,8 +64,12 @@ static void icp_deliver_irq(struct kvmppc_xics *xics, struct kvmppc_icp *icp, u32 new_irq); -static int ics_deliver_irq(struct kvmppc_xics *xics, u32 irq, u32 level, - bool report_status) +/* + * Return value ideally indicates how the interrupt was handled, but no + * callers look at it (given that we don't implement KVM_IRQ_LINE_STATUS), + * so just return 0. + */ +static int ics_deliver_irq(struct kvmppc_xics *xics, u32 irq, u32 level) { struct ics_irq_state *state; struct kvmppc_ics *ics; @@ -82,17 +86,14 @@ if (!state->exists) return -EINVAL; - if (report_status) - return state->asserted; - /* * We set state->asserted locklessly. This should be fine as * we are the only setter, thus concurrent access is undefined * to begin with. */ - if (level == KVM_INTERRUPT_SET_LEVEL) + if (level == 1 || level == KVM_INTERRUPT_SET_LEVEL) state->asserted = 1; - else if (level == KVM_INTERRUPT_UNSET) { + else if (level == 0 || level == KVM_INTERRUPT_UNSET) { state->asserted = 0; return 0; } @@ -100,7 +101,7 @@ /* Attempt delivery */ icp_deliver_irq(xics, NULL, irq); - return state->asserted; + return 0; } static void ics_check_resend(struct kvmppc_xics *xics, struct kvmppc_ics *ics, @@ -772,6 +773,8 @@ if (state->asserted) icp_deliver_irq(xics, icp, irq); + kvm_notify_acked_irq(vcpu->kvm, 0, irq); + return H_SUCCESS; } @@ -789,6 +792,8 @@ icp_check_resend(xics, icp); if (icp->rm_action & XICS_RM_REJECT) icp_deliver_irq(xics, icp, icp->rm_reject); + if (icp->rm_action & XICS_RM_NOTIFY_EOI) + kvm_notify_acked_irq(vcpu->kvm, 0, icp->rm_eoied_irq); icp->rm_action = 0; @@ -1170,7 +1175,16 @@ { struct kvmppc_xics *xics = kvm->arch.xics; - return ics_deliver_irq(xics, irq, level, line_status); + return ics_deliver_irq(xics, irq, level); +} + +int kvm_set_msi(struct kvm_kernel_irq_routing_entry *irq_entry, struct kvm *kvm, + int irq_source_id, int level, bool line_status) +{ + if (!level) + return -1; + return kvm_set_irq(kvm, irq_source_id, irq_entry->gsi, + level, line_status); } static int xics_set_attr(struct kvm_device *dev, struct kvm_device_attr *attr) @@ -1301,3 +1315,26 @@ vcpu->arch.icp = NULL; vcpu->arch.irq_type = KVMPPC_IRQ_DEFAULT; } + +static int xics_set_irq(struct kvm_kernel_irq_routing_entry *e, + struct kvm *kvm, int irq_source_id, int level, + bool line_status) +{ + return kvm_set_irq(kvm, irq_source_id, e->gsi, level, line_status); +} + +int kvm_irq_map_gsi(struct kvm *kvm, + struct kvm_kernel_irq_routing_entry *entries, int gsi) +{ + entries->gsi = gsi; + entries->type = KVM_IRQ_ROUTING_IRQCHIP; + entries->set = xics_set_irq; + entries->irqchip.irqchip = 0; + entries->irqchip.pin = gsi; + return 1; +} + +int kvm_irq_map_chip_pin(struct kvm *kvm, unsigned irqchip, unsigned pin) +{ + return pin; +} --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kvm/book3s_xics.h +++ linux-lts-utopic-3.16.0/arch/powerpc/kvm/book3s_xics.h @@ -71,9 +71,11 @@ #define XICS_RM_KICK_VCPU 0x1 #define XICS_RM_CHECK_RESEND 0x2 #define XICS_RM_REJECT 0x4 +#define XICS_RM_NOTIFY_EOI 0x8 u32 rm_action; struct kvm_vcpu *rm_kick_target; u32 rm_reject; + u32 rm_eoied_irq; /* Debug stuff for real mode */ union kvmppc_icp_state rm_dbgstate; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kvm/mpic.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kvm/mpic.c @@ -1826,8 +1826,7 @@ return 0; } -int kvm_set_routing_entry(struct kvm_irq_routing_table *rt, - struct kvm_kernel_irq_routing_entry *e, +int kvm_set_routing_entry(struct kvm_kernel_irq_routing_entry *e, const struct kvm_irq_routing_entry *ue) { int r = -EINVAL; @@ -1839,7 +1838,6 @@ e->irqchip.pin = ue->u.irqchip.pin; if (e->irqchip.pin >= KVM_IRQCHIP_NUM_PINS) goto out; - rt->chip[ue->u.irqchip.irqchip][e->irqchip.pin] = ue->gsi; break; case KVM_IRQ_ROUTING_MSI: e->set = kvm_set_msi; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/kvm/powerpc.c +++ linux-lts-utopic-3.16.0/arch/powerpc/kvm/powerpc.c @@ -366,7 +366,7 @@ { } -int kvm_dev_ioctl_check_extension(long ext) +int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext) { int r; /* FIXME!! @@ -387,6 +387,7 @@ case KVM_CAP_PPC_UNSET_IRQ: case KVM_CAP_PPC_IRQ_LEVEL: case KVM_CAP_ENABLE_CAP: + case KVM_CAP_ENABLE_CAP_VM: case KVM_CAP_ONE_REG: case KVM_CAP_IOEVENTFD: case KVM_CAP_DEVICE_CTRL: @@ -417,6 +418,7 @@ case KVM_CAP_PPC_ALLOC_HTAB: case KVM_CAP_PPC_RTAS: case KVM_CAP_PPC_FIXUP_HCALL: + case KVM_CAP_PPC_ENABLE_HCALL: #ifdef CONFIG_KVM_XICS case KVM_CAP_IRQ_XICS: #endif @@ -1099,6 +1101,40 @@ return 0; } + +static int kvm_vm_ioctl_enable_cap(struct kvm *kvm, + struct kvm_enable_cap *cap) +{ + int r; + + if (cap->flags) + return -EINVAL; + + switch (cap->cap) { +#ifdef CONFIG_KVM_BOOK3S_64_HANDLER + case KVM_CAP_PPC_ENABLE_HCALL: { + unsigned long hcall = cap->args[0]; + + r = -EINVAL; + if (hcall > MAX_HCALL_OPCODE || (hcall & 3) || + cap->args[1] > 1) + break; + if (cap->args[1]) + set_bit(hcall / 4, kvm->arch.enabled_hcalls); + else + clear_bit(hcall / 4, kvm->arch.enabled_hcalls); + r = 0; + break; + } +#endif + default: + r = -EINVAL; + break; + } + + return r; +} + long kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) { @@ -1118,6 +1154,15 @@ break; } + case KVM_ENABLE_CAP: + { + struct kvm_enable_cap cap; + r = -EFAULT; + if (copy_from_user(&cap, argp, sizeof(cap))) + goto out; + r = kvm_vm_ioctl_enable_cap(kvm, &cap); + break; + } #ifdef CONFIG_PPC_BOOK3S_64 case KVM_CREATE_SPAPR_TCE: { struct kvm_create_spapr_tce create_tce; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/lib/feature-fixups.c +++ linux-lts-utopic-3.16.0/arch/powerpc/lib/feature-fixups.c @@ -141,8 +141,11 @@ src = (int *)(KERNELBASE + PHYSICAL_START); dest = (int *)KERNELBASE; +#ifdef CONFIG_PPC_BOOK3E + length = (interrupt_end_book3e - _stext) / sizeof(int); +#else length = (__end_interrupts - _stext) / sizeof(int); - +#endif while (length--) { patch_instruction(dest, *src); src++; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/lib/locks.c +++ linux-lts-utopic-3.16.0/arch/powerpc/lib/locks.c @@ -70,12 +70,16 @@ void arch_spin_unlock_wait(arch_spinlock_t *lock) { + smp_mb(); + while (lock->slock) { HMT_low(); if (SHARED_PROCESSOR) __spin_yield(lock); } HMT_medium(); + + smp_mb(); } EXPORT_SYMBOL(arch_spin_unlock_wait); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/mm/Makefile +++ linux-lts-utopic-3.16.0/arch/powerpc/mm/Makefile @@ -36,3 +36,4 @@ obj-$(CONFIG_PPC_SUBPAGE_PROT) += subpage-prot.o obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-noncoherent.o obj-$(CONFIG_HIGHMEM) += highmem.o +obj-$(CONFIG_PPC_COPRO_BASE) += copro_fault.o --- linux-lts-utopic-3.16.0.orig/arch/powerpc/mm/copro_fault.c +++ linux-lts-utopic-3.16.0/arch/powerpc/mm/copro_fault.c @@ -0,0 +1,148 @@ +/* + * CoProcessor (SPU/AFU) mm fault handler + * + * (C) Copyright IBM Deutschland Entwicklung GmbH 2007 + * + * Author: Arnd Bergmann + * Author: Jeremy Kerr + * + * 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; either version 2, or (at your option) + * any later version. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + */ +#include +#include +#include +#include +#include +#include +#include + +/* + * This ought to be kept in sync with the powerpc specific do_page_fault + * function. Currently, there are a few corner cases that we haven't had + * to handle fortunately. + */ +int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea, + unsigned long dsisr, unsigned *flt) +{ + struct vm_area_struct *vma; + unsigned long is_write; + int ret; + + if (mm == NULL) + return -EFAULT; + + if (mm->pgd == NULL) + return -EFAULT; + + down_read(&mm->mmap_sem); + ret = -EFAULT; + vma = find_vma(mm, ea); + 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; + } + + is_write = dsisr & DSISR_ISSTORE; + if (is_write) { + if (!(vma->vm_flags & VM_WRITE)) + goto out_unlock; + } else { + if (dsisr & DSISR_PROTFAULT) + goto out_unlock; + if (!(vma->vm_flags & (VM_READ | VM_EXEC))) + goto out_unlock; + } + + ret = 0; + *flt = handle_mm_fault(mm, vma, ea, is_write ? FAULT_FLAG_WRITE : 0); + if (unlikely(*flt & VM_FAULT_ERROR)) { + if (*flt & VM_FAULT_OOM) { + ret = -ENOMEM; + goto out_unlock; + } else if (*flt & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) { + ret = -EFAULT; + goto out_unlock; + } + BUG(); + } + + if (*flt & VM_FAULT_MAJOR) + current->maj_flt++; + else + current->min_flt++; + +out_unlock: + up_read(&mm->mmap_sem); + return ret; +} +EXPORT_SYMBOL_GPL(copro_handle_mm_fault); + +int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb) +{ + u64 vsid; + int psize, ssize; + + switch (REGION_ID(ea)) { + case USER_REGION_ID: + pr_devel("%s: 0x%llx -- USER_REGION_ID\n", __func__, ea); + psize = get_slice_psize(mm, ea); + ssize = user_segment_size(ea); + vsid = get_vsid(mm->context.id, ea, ssize); + break; + case VMALLOC_REGION_ID: + pr_devel("%s: 0x%llx -- VMALLOC_REGION_ID\n", __func__, ea); + if (ea < VMALLOC_END) + psize = mmu_vmalloc_psize; + else + psize = mmu_io_psize; + ssize = mmu_kernel_ssize; + vsid = get_kernel_vsid(ea, mmu_kernel_ssize); + break; + case KERNEL_REGION_ID: + pr_devel("%s: 0x%llx -- KERNEL_REGION_ID\n", __func__, ea); + psize = mmu_linear_psize; + ssize = mmu_kernel_ssize; + vsid = get_kernel_vsid(ea, mmu_kernel_ssize); + break; + default: + pr_debug("%s: invalid region access at %016llx\n", __func__, ea); + return 1; + } + + vsid = (vsid << slb_vsid_shift(ssize)) | SLB_VSID_USER; + + vsid |= mmu_psize_defs[psize].sllp | + ((ssize == MMU_SEGSIZE_1T) ? SLB_VSID_B_1T : 0); + + slb->esid = (ea & (ssize == MMU_SEGSIZE_1T ? ESID_MASK_1T : ESID_MASK)) | SLB_ESID_V; + slb->vsid = vsid; + + return 0; +} +EXPORT_SYMBOL_GPL(copro_calculate_slb); + +void copro_flush_all_slbs(struct mm_struct *mm) +{ +#ifdef CONFIG_SPU_BASE + spu_flush_all_slbs(mm); +#endif + cxl_slbia(mm); +} +EXPORT_SYMBOL_GPL(copro_flush_all_slbs); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/powerpc/mm/fault.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include @@ -114,22 +115,37 @@ #define MM_FAULT_CONTINUE -1 #define MM_FAULT_ERR(sig) (sig) -static int do_sigbus(struct pt_regs *regs, unsigned long address) +static int do_sigbus(struct pt_regs *regs, unsigned long address, + unsigned int fault) { siginfo_t info; + unsigned int lsb = 0; up_read(¤t->mm->mmap_sem); - if (user_mode(regs)) { - current->thread.trap_nr = BUS_ADRERR; - info.si_signo = SIGBUS; - info.si_errno = 0; - info.si_code = BUS_ADRERR; - info.si_addr = (void __user *)address; - force_sig_info(SIGBUS, &info, current); - return MM_FAULT_RETURN; - } - return MM_FAULT_ERR(SIGBUS); + if (!user_mode(regs)) + return MM_FAULT_ERR(SIGBUS); + + current->thread.trap_nr = BUS_ADRERR; + info.si_signo = SIGBUS; + info.si_errno = 0; + info.si_code = BUS_ADRERR; + info.si_addr = (void __user *)address; +#ifdef CONFIG_MEMORY_FAILURE + if (fault & (VM_FAULT_HWPOISON|VM_FAULT_HWPOISON_LARGE)) { + pr_err("MCE: Killing %s:%d due to hardware memory corruption fault at %lx\n", + current->comm, current->pid, address); + info.si_code = BUS_MCEERR_AR; + } + + if (fault & VM_FAULT_HWPOISON_LARGE) + lsb = hstate_index_to_shift(VM_FAULT_GET_HINDEX(fault)); + if (fault & VM_FAULT_HWPOISON) + lsb = PAGE_SHIFT; +#endif + info.si_addr_lsb = lsb; + force_sig_info(SIGBUS, &info, current); + return MM_FAULT_RETURN; } static int mm_fault_error(struct pt_regs *regs, unsigned long addr, int fault) @@ -170,11 +186,8 @@ return MM_FAULT_RETURN; } - /* Bus error. x86 handles HWPOISON here, we'll add this if/when - * we support the feature in HW - */ - if (fault & VM_FAULT_SIGBUS) - return do_sigbus(regs, addr); + if (fault & (VM_FAULT_SIGBUS|VM_FAULT_HWPOISON|VM_FAULT_HWPOISON_LARGE)) + return do_sigbus(regs, addr, fault); /* We don't understand the fault code, this is fatal */ BUG(); @@ -432,6 +445,8 @@ */ fault = handle_mm_fault(mm, vma, address, flags); if (unlikely(fault & (VM_FAULT_RETRY|VM_FAULT_ERROR))) { + if (fault & VM_FAULT_SIGSEGV) + goto bad_area; rc = mm_fault_error(regs, address, fault); if (rc >= MM_FAULT_RETURN) goto bail; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/mm/hash_native_64.c +++ linux-lts-utopic-3.16.0/arch/powerpc/mm/hash_native_64.c @@ -29,6 +29,8 @@ #include #include +#include + #ifdef DEBUG_LOW #define DBG_LOW(fmt...) udbg_printf(fmt) #else @@ -149,9 +151,11 @@ static inline void tlbie(unsigned long vpn, int psize, int apsize, int ssize, int local) { - unsigned int use_local = local && mmu_has_feature(MMU_FTR_TLBIEL); + unsigned int use_local; int lock_tlbie = !mmu_has_feature(MMU_FTR_LOCKLESS_TLBIE); + use_local = local && mmu_has_feature(MMU_FTR_TLBIEL) && !cxl_ctx_in_use(); + if (use_local) use_local = mmu_psize_defs[psize].tlbiel; if (lock_tlbie && !use_local) @@ -412,18 +416,18 @@ local_irq_restore(flags); } -static void native_hugepage_invalidate(struct mm_struct *mm, +static void native_hugepage_invalidate(unsigned long vsid, + unsigned long addr, unsigned char *hpte_slot_array, - unsigned long addr, int psize) + int psize, int ssize) { - int ssize = 0, i; - int lock_tlbie; + int i; struct hash_pte *hptep; int actual_psize = MMU_PAGE_16M; unsigned int max_hpte_count, valid; unsigned long flags, s_addr = addr; unsigned long hpte_v, want_v, shift; - unsigned long hidx, vpn = 0, vsid, hash, slot; + unsigned long hidx, vpn = 0, hash, slot; shift = mmu_psize_defs[psize].shift; max_hpte_count = 1U << (PMD_SHIFT - shift); @@ -437,15 +441,6 @@ /* get the vpn */ addr = s_addr + (i * (1ul << shift)); - if (!is_kernel_addr(addr)) { - ssize = user_segment_size(addr); - vsid = get_vsid(mm->context.id, addr, ssize); - WARN_ON(vsid == 0); - } else { - vsid = get_kernel_vsid(addr, mmu_kernel_ssize); - ssize = mmu_kernel_ssize; - } - vpn = hpt_vpn(addr, vsid, ssize); hash = hpt_hash(vpn, shift, ssize); if (hidx & _PTEIDX_SECONDARY) @@ -465,22 +460,13 @@ else /* Invalidate the hpte. NOTE: this also unlocks it */ hptep->v = 0; + /* + * We need to do tlb invalidate for all the address, tlbie + * instruction compares entry_VA in tlb with the VA specified + * here + */ + tlbie(vpn, psize, actual_psize, ssize, 0); } - /* - * Since this is a hugepage, we just need a single tlbie. - * use the last vpn. - */ - lock_tlbie = !mmu_has_feature(MMU_FTR_LOCKLESS_TLBIE); - if (lock_tlbie) - raw_spin_lock(&native_tlbie_lock); - - asm volatile("ptesync":::"memory"); - __tlbie(vpn, psize, actual_psize, ssize); - asm volatile("eieio; tlbsync; ptesync":::"memory"); - - if (lock_tlbie) - raw_spin_unlock(&native_tlbie_lock); - local_irq_restore(flags); } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/mm/hash_utils_64.c +++ linux-lts-utopic-3.16.0/arch/powerpc/mm/hash_utils_64.c @@ -51,7 +51,7 @@ #include #include #include -#include +#include #include #include #include @@ -98,6 +98,7 @@ unsigned long htab_hash_mask; EXPORT_SYMBOL_GPL(htab_hash_mask); int mmu_linear_psize = MMU_PAGE_4K; +EXPORT_SYMBOL_GPL(mmu_linear_psize); int mmu_virtual_psize = MMU_PAGE_4K; int mmu_vmalloc_psize = MMU_PAGE_4K; #ifdef CONFIG_SPARSEMEM_VMEMMAP @@ -105,6 +106,7 @@ #endif int mmu_io_psize = MMU_PAGE_4K; int mmu_kernel_ssize = MMU_SEGSIZE_256M; +EXPORT_SYMBOL_GPL(mmu_kernel_ssize); int mmu_highuser_ssize = MMU_SEGSIZE_256M; u16 mmu_slb_size = 64; EXPORT_SYMBOL_GPL(mmu_slb_size); @@ -243,7 +245,7 @@ } #ifdef CONFIG_MEMORY_HOTPLUG -static int htab_remove_mapping(unsigned long vstart, unsigned long vend, +int htab_remove_mapping(unsigned long vstart, unsigned long vend, int psize, int ssize) { unsigned long vaddr; @@ -913,10 +915,8 @@ if (get_slice_psize(mm, addr) == MMU_PAGE_4K) return; slice_set_range_psize(mm, addr, 1, MMU_PAGE_4K); -#ifdef CONFIG_SPU_BASE - spu_flush_all_slbs(mm); -#endif - if (get_paca_psize(addr) != MMU_PAGE_4K) { + copro_flush_all_slbs(mm); + if ((get_paca_psize(addr) != MMU_PAGE_4K) && (current->mm == mm)) { get_paca()->context = mm->context; slb_flush_and_rebolt(); } @@ -1001,12 +1001,11 @@ * -1 - critical hash insertion error * -2 - access not permitted by subpage protection mechanism */ -int hash_page(unsigned long ea, unsigned long access, unsigned long trap) +int hash_page_mm(struct mm_struct *mm, unsigned long ea, unsigned long access, unsigned long trap) { enum ctx_state prev_state = exception_enter(); pgd_t *pgdir; unsigned long vsid; - struct mm_struct *mm; pte_t *ptep; unsigned hugeshift; const struct cpumask *tmp; @@ -1020,7 +1019,6 @@ switch (REGION_ID(ea)) { case USER_REGION_ID: user_region = 1; - mm = current->mm; if (! mm) { DBG_LOW(" user region with no mm !\n"); rc = 1; @@ -1031,7 +1029,6 @@ vsid = get_vsid(mm->context.id, ea, ssize); break; case VMALLOC_REGION_ID: - mm = &init_mm; vsid = get_kernel_vsid(ea, mmu_kernel_ssize); if (ea < VMALLOC_END) psize = mmu_vmalloc_psize; @@ -1116,7 +1113,8 @@ WARN_ON(1); } #endif - check_paca_psize(ea, mm, psize, user_region); + if (current->mm == mm) + check_paca_psize(ea, mm, psize, user_region); goto bail; } @@ -1153,13 +1151,12 @@ "to 4kB pages because of " "non-cacheable mapping\n"); psize = mmu_vmalloc_psize = MMU_PAGE_4K; -#ifdef CONFIG_SPU_BASE - spu_flush_all_slbs(mm); -#endif + copro_flush_all_slbs(mm); } } - check_paca_psize(ea, mm, psize, user_region); + if (current->mm == mm) + check_paca_psize(ea, mm, psize, user_region); #endif /* CONFIG_PPC_64K_PAGES */ #ifdef CONFIG_PPC_HAS_HASH_64K @@ -1194,6 +1191,17 @@ exception_exit(prev_state); return rc; } +EXPORT_SYMBOL_GPL(hash_page_mm); + +int hash_page(unsigned long ea, unsigned long access, unsigned long trap) +{ + struct mm_struct *mm = current->mm; + + if (REGION_ID(ea) == VMALLOC_REGION_ID) + mm = &init_mm; + + return hash_page_mm(mm, ea, access, trap); +} EXPORT_SYMBOL_GPL(hash_page); void hash_preload(struct mm_struct *mm, unsigned long ea, --- linux-lts-utopic-3.16.0.orig/arch/powerpc/mm/hugepage-hash64.c +++ linux-lts-utopic-3.16.0/arch/powerpc/mm/hugepage-hash64.c @@ -18,6 +18,57 @@ #include #include +static void invalidate_old_hpte(unsigned long vsid, unsigned long addr, + pmd_t *pmdp, unsigned int psize, int ssize) +{ + int i, max_hpte_count, valid; + unsigned long s_addr; + unsigned char *hpte_slot_array; + unsigned long hidx, shift, vpn, hash, slot; + + s_addr = addr & HPAGE_PMD_MASK; + hpte_slot_array = get_hpte_slot_array(pmdp); + /* + * IF we try to do a HUGE PTE update after a withdraw is done. + * we will find the below NULL. This happens when we do + * split_huge_page_pmd + */ + if (!hpte_slot_array) + return; + + if (ppc_md.hugepage_invalidate) + return ppc_md.hugepage_invalidate(vsid, s_addr, hpte_slot_array, + psize, ssize); + /* + * No bluk hpte removal support, invalidate each entry + */ + shift = mmu_psize_defs[psize].shift; + max_hpte_count = HPAGE_PMD_SIZE >> shift; + for (i = 0; i < max_hpte_count; i++) { + /* + * 8 bits per each hpte entries + * 000| [ secondary group (one bit) | hidx (3 bits) | valid bit] + */ + valid = hpte_valid(hpte_slot_array, i); + if (!valid) + continue; + hidx = hpte_hash_index(hpte_slot_array, i); + + /* get the vpn */ + addr = s_addr + (i * (1ul << shift)); + vpn = hpt_vpn(addr, vsid, ssize); + hash = hpt_hash(vpn, shift, ssize); + if (hidx & _PTEIDX_SECONDARY) + hash = ~hash; + + slot = (hash & htab_hash_mask) * HPTES_PER_GROUP; + slot += hidx & _PTEIDX_GROUP_IX; + ppc_md.hpte_invalidate(slot, vpn, psize, + MMU_PAGE_16M, ssize, 0); + } +} + + int __hash_page_thp(unsigned long ea, unsigned long access, unsigned long vsid, pmd_t *pmdp, unsigned long trap, int local, int ssize, unsigned int psize) @@ -33,7 +84,9 @@ * atomically mark the linux large page PMD busy and dirty */ do { - old_pmd = pmd_val(*pmdp); + pmd_t pmd = ACCESS_ONCE(*pmdp); + + old_pmd = pmd_val(pmd); /* If PMD busy, retry the access */ if (unlikely(old_pmd & _PAGE_BUSY)) return 0; @@ -83,12 +136,21 @@ BUG_ON(index >= 4096); vpn = hpt_vpn(ea, vsid, ssize); - hash = hpt_hash(vpn, shift, ssize); hpte_slot_array = get_hpte_slot_array(pmdp); + if (psize == MMU_PAGE_4K) { + /* + * invalidate the old hpte entry if we have that mapped via 64K + * base page size. This is because demote_segment won't flush + * hash page table entries. + */ + if ((old_pmd & _PAGE_HASHPTE) && !(old_pmd & _PAGE_COMBO)) + invalidate_old_hpte(vsid, ea, pmdp, MMU_PAGE_64K, ssize); + } valid = hpte_valid(hpte_slot_array, index); if (valid) { /* update the hpte bits */ + hash = hpt_hash(vpn, shift, ssize); hidx = hpte_hash_index(hpte_slot_array, index); if (hidx & _PTEIDX_SECONDARY) hash = ~hash; @@ -107,23 +169,17 @@ * safely update this here. */ valid = 0; - new_pmd &= ~_PAGE_HPTEFLAGS; hpte_slot_array[index] = 0; - } else - /* clear the busy bits and set the hash pte bits */ - new_pmd = (new_pmd & ~_PAGE_HPTEFLAGS) | _PAGE_HASHPTE; + } } if (!valid) { unsigned long hpte_group; + hash = hpt_hash(vpn, shift, ssize); /* insert new entry */ pa = pmd_pfn(__pmd(old_pmd)) << PAGE_SHIFT; -repeat: - hpte_group = ((hash & htab_hash_mask) * HPTES_PER_GROUP) & ~0x7UL; - - /* clear the busy bits and set the hash pte bits */ - new_pmd = (new_pmd & ~_PAGE_HPTEFLAGS) | _PAGE_HASHPTE; + new_pmd |= _PAGE_HASHPTE; /* Add in WIMG bits */ rflags |= (new_pmd & (_PAGE_WRITETHRU | _PAGE_NO_CACHE | @@ -132,6 +188,8 @@ * enable the memory coherence always */ rflags |= HPTE_R_M; +repeat: + hpte_group = ((hash & htab_hash_mask) * HPTES_PER_GROUP) & ~0x7UL; /* Insert into the hash table, primary slot */ slot = ppc_md.hpte_insert(hpte_group, vpn, pa, rflags, 0, @@ -172,8 +230,17 @@ mark_hpte_slot_valid(hpte_slot_array, index, slot); } /* - * No need to use ldarx/stdcx here + * Mark the pte with _PAGE_COMBO, if we are trying to hash it with + * base page size 4k. + */ + if (psize == MMU_PAGE_4K) + new_pmd |= _PAGE_COMBO; + /* + * The hpte valid is stored in the pgtable whose address is in the + * second half of the PMD. Order this against clearing of the busy bit in + * huge pmd. */ + smp_wmb(); *pmdp = __pmd(new_pmd & ~_PAGE_BUSY); return 0; } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/mm/init_64.c +++ linux-lts-utopic-3.16.0/arch/powerpc/mm/init_64.c @@ -175,9 +175,10 @@ static int __meminit vmemmap_populated(unsigned long start, int page_size) { unsigned long end = start + page_size; + start = (unsigned long)(pfn_to_page(vmemmap_section_start(start))); for (; start < end; start += (PAGES_PER_SECTION * sizeof(struct page))) - if (pfn_valid(vmemmap_section_start(start))) + if (pfn_valid(page_to_pfn((struct page *)start))) return 1; return 0; @@ -212,6 +213,13 @@ for (i = 0; i < page_size; i += PAGE_SIZE) BUG_ON(map_kernel_page(start + i, phys, flags)); } + +#ifdef CONFIG_MEMORY_HOTPLUG +static void vmemmap_remove_mapping(unsigned long start, + unsigned long page_size) +{ +} +#endif #else /* CONFIG_PPC_BOOK3E */ static void __meminit vmemmap_create_mapping(unsigned long start, unsigned long page_size, @@ -223,17 +231,42 @@ mmu_kernel_ssize); BUG_ON(mapped < 0); } + +#ifdef CONFIG_MEMORY_HOTPLUG +extern int htab_remove_mapping(unsigned long vstart, unsigned long vend, + int psize, int ssize); + +static void vmemmap_remove_mapping(unsigned long start, + unsigned long page_size) +{ + int mapped = htab_remove_mapping(start, start + page_size, + mmu_vmemmap_psize, + mmu_kernel_ssize); + BUG_ON(mapped < 0); +} +#endif + #endif /* CONFIG_PPC_BOOK3E */ struct vmemmap_backing *vmemmap_list; +static struct vmemmap_backing *next; +static int num_left; +static int num_freed; static __meminit struct vmemmap_backing * vmemmap_list_alloc(int node) { - static struct vmemmap_backing *next; - static int num_left; + struct vmemmap_backing *vmem_back; + /* get from freed entries first */ + if (num_freed) { + num_freed--; + vmem_back = next; + next = next->list; + + return vmem_back; + } /* allocate a page when required and hand out chunks */ - if (!next || !num_left) { + if (!num_left) { next = vmemmap_alloc_block(PAGE_SIZE, node); if (unlikely(!next)) { WARN_ON(1); @@ -296,10 +329,85 @@ return 0; } -void vmemmap_free(unsigned long start, unsigned long end) +#ifdef CONFIG_MEMORY_HOTPLUG +static unsigned long vmemmap_list_free(unsigned long start) { + struct vmemmap_backing *vmem_back, *vmem_back_prev; + + vmem_back_prev = vmem_back = vmemmap_list; + + /* look for it with prev pointer recorded */ + for (; vmem_back; vmem_back = vmem_back->list) { + if (vmem_back->virt_addr == start) + break; + vmem_back_prev = vmem_back; + } + + if (unlikely(!vmem_back)) { + WARN_ON(1); + return 0; + } + + /* remove it from vmemmap_list */ + if (vmem_back == vmemmap_list) /* remove head */ + vmemmap_list = vmem_back->list; + else + vmem_back_prev->list = vmem_back->list; + + /* next point to this freed entry */ + vmem_back->list = next; + next = vmem_back; + num_freed++; + + return vmem_back->phys; } +void __ref vmemmap_free(unsigned long start, unsigned long end) +{ + unsigned long page_size = 1 << mmu_psize_defs[mmu_vmemmap_psize].shift; + + start = _ALIGN_DOWN(start, page_size); + + pr_debug("vmemmap_free %lx...%lx\n", start, end); + + for (; start < end; start += page_size) { + unsigned long addr; + + /* + * the section has already be marked as invalid, so + * vmemmap_populated() true means some other sections still + * in this page, so skip it. + */ + if (vmemmap_populated(start, page_size)) + continue; + + addr = vmemmap_list_free(start); + if (addr) { + struct page *page = pfn_to_page(addr >> PAGE_SHIFT); + + if (PageReserved(page)) { + /* allocated from bootmem */ + if (page_size < PAGE_SIZE) { + /* + * this shouldn't happen, but if it is + * the case, leave the memory there + */ + WARN_ON_ONCE(1); + } else { + unsigned int nr_pages = + 1 << get_order(page_size); + while (nr_pages--) + free_reserved_page(page++); + } + } else + free_pages((unsigned long)(__va(addr)), + get_order(page_size)); + + vmemmap_remove_mapping(start, page_size); + } + } +} +#endif void register_page_bootmem_memmap(unsigned long section_nr, struct page *start_page, unsigned long size) { @@ -331,16 +439,16 @@ if (pg_va < vmem_back->virt_addr) continue; - /* Check that page struct is not split between real pages */ - if ((pg_va + sizeof(struct page)) > - (vmem_back->virt_addr + page_size)) - return NULL; - - page = (struct page *) (vmem_back->phys + pg_va - + /* After vmemmap_list entry free is possible, need check all */ + if ((pg_va + sizeof(struct page)) <= + (vmem_back->virt_addr + page_size)) { + page = (struct page *) (vmem_back->phys + pg_va - vmem_back->virt_addr); - return page; + return page; + } } + /* Probably that page struct is split between real pages */ return NULL; } EXPORT_SYMBOL_GPL(realmode_pfn_to_page); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/mm/numa.c +++ linux-lts-utopic-3.16.0/arch/powerpc/mm/numa.c @@ -611,8 +611,8 @@ case CPU_UP_CANCELED: case CPU_UP_CANCELED_FROZEN: unmap_cpu_from_node(lcpu); - break; ret = NOTIFY_OK; + break; #endif } return ret; @@ -1442,8 +1442,11 @@ long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; u64 flags = 1; int hwcpu = get_hard_smp_processor_id(cpu); + int i; rc = plpar_hcall9(H_HOME_NODE_ASSOCIATIVITY, retbuf, flags, hwcpu); + for (i = 0; i < 6; i++) + retbuf[i] = cpu_to_be64(retbuf[i]); vphn_unpack_associativity(retbuf, associativity); return rc; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/mm/pgtable_64.c +++ linux-lts-utopic-3.16.0/arch/powerpc/mm/pgtable_64.c @@ -54,6 +54,9 @@ #include "mmu_decl.h" +#define CREATE_TRACE_POINTS +#include + /* Some sanity checking */ #if TASK_SIZE_USER64 > PGTABLE_RANGE #error TASK_SIZE_USER64 exceeds pagetable range @@ -537,8 +540,9 @@ old = pmd_val(*pmdp); *pmdp = __pmd((old & ~clr) | set); #endif + trace_hugepage_update(addr, old, clr, set); if (old & _PAGE_HASHPTE) - hpte_do_hugepage_flush(mm, addr, pmdp); + hpte_do_hugepage_flush(mm, addr, pmdp, old); return old; } @@ -642,10 +646,11 @@ * If we didn't had the splitting flag set, go and flush the * HPTE entries. */ + trace_hugepage_splitting(address, old); if (!(old & _PAGE_SPLITTING)) { /* We need to flush the hpte */ if (old & _PAGE_HASHPTE) - hpte_do_hugepage_flush(vma->vm_mm, address, pmdp); + hpte_do_hugepage_flush(vma->vm_mm, address, pmdp, old); } /* * This ensures that generic code that rely on IRQ disabling @@ -709,6 +714,7 @@ assert_spin_locked(&mm->page_table_lock); WARN_ON(!pmd_trans_huge(pmd)); #endif + trace_hugepage_set_pmd(addr, pmd); return set_pte_at(mm, addr, pmdp_ptep(pmdp), pmd_pte(pmd)); } @@ -723,7 +729,7 @@ * neesd to be flushed. */ void hpte_do_hugepage_flush(struct mm_struct *mm, unsigned long addr, - pmd_t *pmdp) + pmd_t *pmdp, unsigned long old_pmd) { int ssize, i; unsigned long s_addr; @@ -745,12 +751,29 @@ if (!hpte_slot_array) return; - /* get the base page size */ + /* get the base page size,vsid and segment size */ +#ifdef CONFIG_DEBUG_VM psize = get_slice_psize(mm, s_addr); + BUG_ON(psize == MMU_PAGE_16M); +#endif + if (old_pmd & _PAGE_COMBO) + psize = MMU_PAGE_4K; + else + psize = MMU_PAGE_64K; + + if (!is_kernel_addr(s_addr)) { + ssize = user_segment_size(s_addr); + vsid = get_vsid(mm->context.id, s_addr, ssize); + WARN_ON(vsid == 0); + } else { + vsid = get_kernel_vsid(s_addr, mmu_kernel_ssize); + ssize = mmu_kernel_ssize; + } if (ppc_md.hugepage_invalidate) - return ppc_md.hugepage_invalidate(mm, hpte_slot_array, - s_addr, psize); + return ppc_md.hugepage_invalidate(vsid, s_addr, + hpte_slot_array, + psize, ssize); /* * No bluk hpte removal support, invalidate each entry */ @@ -768,15 +791,6 @@ /* get the vpn */ addr = s_addr + (i * (1ul << shift)); - if (!is_kernel_addr(addr)) { - ssize = user_segment_size(addr); - vsid = get_vsid(mm->context.id, addr, ssize); - WARN_ON(vsid == 0); - } else { - vsid = get_kernel_vsid(addr, mmu_kernel_ssize); - ssize = mmu_kernel_ssize; - } - vpn = hpt_vpn(addr, vsid, ssize); hash = hpt_hash(vpn, shift, ssize); if (hidx & _PTEIDX_SECONDARY) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/mm/slb.c +++ linux-lts-utopic-3.16.0/arch/powerpc/mm/slb.c @@ -46,9 +46,6 @@ return (ea & slb_esid_mask(ssize)) | SLB_ESID_V | slot; } -#define slb_vsid_shift(ssize) \ - ((ssize) == MMU_SEGSIZE_256M? SLB_VSID_SHIFT: SLB_VSID_SHIFT_1T) - static inline unsigned long mk_vsid_data(unsigned long ea, int ssize, unsigned long flags) { --- linux-lts-utopic-3.16.0.orig/arch/powerpc/mm/slice.c +++ linux-lts-utopic-3.16.0/arch/powerpc/mm/slice.c @@ -30,9 +30,11 @@ #include #include #include +#include #include #include #include +#include /* some sanity checks */ #if (PGTABLE_RANGE >> 43) > SLICE_MASK_SIZE @@ -232,9 +234,7 @@ spin_unlock_irqrestore(&slice_convert_lock, flags); -#ifdef CONFIG_SPU_BASE - spu_flush_all_slbs(mm); -#endif + copro_flush_all_slbs(mm); } /* @@ -671,9 +671,7 @@ spin_unlock_irqrestore(&slice_convert_lock, flags); -#ifdef CONFIG_SPU_BASE - spu_flush_all_slbs(mm); -#endif + copro_flush_all_slbs(mm); } void slice_set_range_psize(struct mm_struct *mm, unsigned long start, --- linux-lts-utopic-3.16.0.orig/arch/powerpc/mm/tlb_hash64.c +++ linux-lts-utopic-3.16.0/arch/powerpc/mm/tlb_hash64.c @@ -30,6 +30,8 @@ #include #include +#include + DEFINE_PER_CPU(struct ppc64_tlb_batch, ppc64_tlb_batch); /* @@ -213,10 +215,12 @@ if (ptep == NULL) continue; pte = pte_val(*ptep); + if (hugepage_shift) + trace_hugepage_invalidate(start, pte_val(pte)); if (!(pte & _PAGE_HASHPTE)) continue; if (unlikely(hugepage_shift && pmd_trans_huge(*(pmd_t *)pte))) - hpte_do_hugepage_flush(mm, start, (pmd_t *)pte); + hpte_do_hugepage_flush(mm, start, (pmd_t *)ptep, pte); else hpte_need_flush(mm, start, ptep, pte, 0); } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/net/bpf_jit_comp.c +++ linux-lts-utopic-3.16.0/arch/powerpc/net/bpf_jit_comp.c @@ -78,18 +78,9 @@ PPC_LI(r_X, 0); } - switch (filter[0].code) { - case BPF_RET | BPF_K: - case BPF_LD | BPF_W | BPF_LEN: - case BPF_LD | BPF_W | BPF_ABS: - case BPF_LD | BPF_H | BPF_ABS: - case BPF_LD | BPF_B | BPF_ABS: - /* first instruction sets A register (or is RET 'constant') */ - break; - default: - /* make sure we dont leak kernel information to user */ + /* make sure we dont leak kernel information to user */ + if (bpf_needs_clear_a(&filter[0])) PPC_LI(r_A, 0); - } } static void bpf_jit_build_epilogue(u32 *image, struct codegen_context *ctx) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/perf/callchain.c +++ linux-lts-utopic-3.16.0/arch/powerpc/perf/callchain.c @@ -35,7 +35,7 @@ return 0; /* must be 16-byte aligned */ if (!validate_sp(sp, current, STACK_FRAME_OVERHEAD)) return 0; - if (sp >= prev_sp + STACK_FRAME_OVERHEAD) + if (sp >= prev_sp + STACK_FRAME_MIN_SIZE) return 1; /* * sp could decrease when we jump off an interrupt stack @@ -243,7 +243,7 @@ sp = regs->gpr[1]; perf_callchain_store(entry, next_ip); - for (;;) { + while (entry->nr < PERF_MAX_STACK_DEPTH) { fp = (unsigned long __user *) sp; if (!valid_user_sp(sp, 1) || read_user_stack_64(fp, &next_sp)) return; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/perf/core-book3s.c +++ linux-lts-utopic-3.16.0/arch/powerpc/perf/core-book3s.c @@ -126,7 +126,16 @@ static bool regs_use_siar(struct pt_regs *regs) { - return !!regs->result; + /* + * When we take a performance monitor exception the regs are setup + * using perf_read_regs() which overloads some fields, in particular + * regs->result to tell us whether to use SIAR. + * + * However if the regs are from another exception, eg. a syscall, then + * they have not been setup using perf_read_regs() and so regs->result + * is something random. + */ + return ((TRAP(regs) == 0xf00) && regs->result); } /* --- linux-lts-utopic-3.16.0.orig/arch/powerpc/perf/hv-24x7.c +++ linux-lts-utopic-3.16.0/arch/powerpc/perf/hv-24x7.c @@ -75,86 +75,6 @@ static struct kmem_cache *hv_page_cache; -/* - * read_offset_data - copy data from one buffer to another while treating the - * source buffer as a small view on the total avaliable - * source data. - * - * @dest: buffer to copy into - * @dest_len: length of @dest in bytes - * @requested_offset: the offset within the source data we want. Must be > 0 - * @src: buffer to copy data from - * @src_len: length of @src in bytes - * @source_offset: the offset in the sorce data that (src,src_len) refers to. - * Must be > 0 - * - * returns the number of bytes copied. - * - * The following ascii art shows the various buffer possitioning we need to - * handle, assigns some arbitrary varibles to points on the buffer, and then - * shows how we fiddle with those values to get things we care about (copy - * start in src and copy len) - * - * s = @src buffer - * d = @dest buffer - * '.' areas in d are written to. - * - * u - * x w v z - * d |.........| - * s |----------------------| - * - * u - * x w z v - * d |........------| - * s |------------------| - * - * x w u,z,v - * d |........| - * s |------------------| - * - * x,w u,v,z - * d |..................| - * s |------------------| - * - * x u - * w v z - * d |........| - * s |------------------| - * - * x z w v - * d |------| - * s |------| - * - * x = source_offset - * w = requested_offset - * z = source_offset + src_len - * v = requested_offset + dest_len - * - * w_offset_in_s = w - x = requested_offset - source_offset - * z_offset_in_s = z - x = src_len - * v_offset_in_s = v - x = request_offset + dest_len - src_len - */ -static ssize_t read_offset_data(void *dest, size_t dest_len, - loff_t requested_offset, void *src, - size_t src_len, loff_t source_offset) -{ - size_t w_offset_in_s = requested_offset - source_offset; - size_t z_offset_in_s = src_len; - size_t v_offset_in_s = requested_offset + dest_len - src_len; - size_t u_offset_in_s = min(z_offset_in_s, v_offset_in_s); - size_t copy_len = u_offset_in_s - w_offset_in_s; - - if (requested_offset < 0 || source_offset < 0) - return -EINVAL; - - if (z_offset_in_s <= w_offset_in_s) - return 0; - - memcpy(dest, src + w_offset_in_s, copy_len); - return copy_len; -} - static unsigned long h_get_24x7_catalog_page_(unsigned long phys_4096, unsigned long version, unsigned long index) @@ -183,8 +103,10 @@ { unsigned long hret; ssize_t ret = 0; - size_t catalog_len = 0, catalog_page_len = 0, page_count = 0; + size_t catalog_len = 0, catalog_page_len = 0; loff_t page_offset = 0; + loff_t offset_in_page; + size_t copy_len; uint64_t catalog_version_num = 0; void *page = kmem_cache_alloc(hv_page_cache, GFP_USER); struct hv_24x7_catalog_page_0 *page_0 = page; @@ -202,7 +124,7 @@ catalog_len = catalog_page_len * 4096; page_offset = offset / 4096; - page_count = count / 4096; + offset_in_page = offset % 4096; if (page_offset >= catalog_page_len) goto e_free; @@ -216,18 +138,23 @@ } } - ret = read_offset_data(buf, count, offset, - page, 4096, page_offset * 4096); + copy_len = 4096 - offset_in_page; + if (copy_len > count) + copy_len = count; + + memcpy(buf, page+offset_in_page, copy_len); + ret = copy_len; + e_free: if (hret) pr_err("h_get_24x7_catalog_page(ver=%lld, page=%lld) failed:" " rc=%ld\n", catalog_version_num, page_offset, hret); - kfree(page); + kmem_cache_free(hv_page_cache, page); - pr_devel("catalog_read: offset=%lld(%lld) count=%zu(%zu) catalog_len=%zu(%zu) => %zd\n", - offset, page_offset, count, page_count, catalog_len, - catalog_page_len, ret); + pr_devel("catalog_read: offset=%lld(%lld) count=%zu " + "catalog_len=%zu(%zu) => %zd\n", offset, page_offset, + count, catalog_len, catalog_page_len, ret); return ret; } @@ -250,7 +177,7 @@ } \ ret = sprintf(buf, _fmt, _expr); \ e_free: \ - kfree(page); \ + kmem_cache_free(hv_page_cache, page); \ return ret; \ } \ static DEVICE_ATTR_RO(_name) @@ -290,6 +217,9 @@ domain == HV_24X7_PERF_DOMAIN_PHYSICAL_CORE; } +DEFINE_PER_CPU(char, hv_24x7_reqb[4096]) __aligned(4096); +DEFINE_PER_CPU(char, hv_24x7_resb[4096]) __aligned(4096); + static unsigned long single_24x7_request(u8 domain, u32 offset, u16 ix, u16 lpar, u64 *res, bool success_expected) @@ -304,7 +234,25 @@ struct reqb { struct hv_24x7_request_buffer buf; struct hv_24x7_request req; - } __packed __aligned(4096) request_buffer = { + } __packed *request_buffer; + + struct { + struct hv_24x7_data_result_buffer buf; + struct hv_24x7_result res; + struct hv_24x7_result_element elem; + __be64 result; + } __packed *result_buffer; + + BUILD_BUG_ON(sizeof(*request_buffer) > 4096); + BUILD_BUG_ON(sizeof(*result_buffer) > 4096); + + request_buffer = (void *)get_cpu_var(hv_24x7_reqb); + result_buffer = (void *)get_cpu_var(hv_24x7_resb); + + memset(request_buffer, 0, 4096); + memset(result_buffer, 0, 4096); + + *request_buffer = (struct reqb) { .buf = { .interface_version = HV_24X7_IF_VERSION_CURRENT, .num_requests = 1, @@ -320,28 +268,23 @@ } }; - struct resb { - struct hv_24x7_data_result_buffer buf; - struct hv_24x7_result res; - struct hv_24x7_result_element elem; - __be64 result; - } __packed __aligned(4096) result_buffer = {}; - ret = plpar_hcall_norets(H_GET_24X7_DATA, - virt_to_phys(&request_buffer), sizeof(request_buffer), - virt_to_phys(&result_buffer), sizeof(result_buffer)); + virt_to_phys(request_buffer), sizeof(*request_buffer), + virt_to_phys(result_buffer), sizeof(*result_buffer)); if (ret) { if (success_expected) - pr_err_ratelimited("hcall failed: %d %#x %#x %d => 0x%lx (%ld) detail=0x%x failing ix=%x\n", - domain, offset, ix, lpar, - ret, ret, - result_buffer.buf.detailed_rc, - result_buffer.buf.failing_request_ix); - return ret; + pr_err_ratelimited("hcall failed: %d %#x %#x %d => " + "0x%lx (%ld) detail=0x%x failing ix=%x\n", + domain, offset, ix, lpar, ret, ret, + result_buffer->buf.detailed_rc, + result_buffer->buf.failing_request_ix); + goto out; } - *res = be64_to_cpu(result_buffer.result); + *res = be64_to_cpu(result_buffer->result); + +out: return ret; } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/perf/power8-pmu.c +++ linux-lts-utopic-3.16.0/arch/powerpc/perf/power8-pmu.c @@ -792,7 +792,7 @@ .get_constraint = power8_get_constraint, .get_alternatives = power8_get_alternatives, .disable_pmc = power8_disable_pmc, - .flags = PPMU_HAS_SSLOT | PPMU_HAS_SIER | PPMU_ARCH_207S, + .flags = PPMU_HAS_SIER | PPMU_ARCH_207S, .n_generic = ARRAY_SIZE(power8_generic_events), .generic_events = power8_generic_events, .cache_events = &power8_cache_events, --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/85xx/corenet_generic.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/85xx/corenet_generic.c @@ -77,6 +77,9 @@ .compatible = "simple-bus" }, { + .compatible = "fsl,dpaa" + }, + { .compatible = "fsl,srio", }, { @@ -112,6 +115,32 @@ return of_platform_bus_probe(NULL, of_device_ids, NULL); } +/* Early setup is required for large chunks of contiguous (and coarsely-aligned) + * memory. The following shoe-horns Qman/Bman "init_early" calls into the + * platform setup to let them parse their CCSR nodes early on. */ +#ifdef CONFIG_FSL_QMAN_CONFIG +void __init qman_init_early(void); +#endif +#ifdef CONFIG_FSL_BMAN_CONFIG +void __init bman_init_early(void); +#endif +#ifdef CONFIG_FSL_PME2_CTRL +void __init pme2_init_early(void); +#endif + +__init void corenet_ds_init_early(void) +{ +#ifdef CONFIG_FSL_QMAN_CONFIG + qman_init_early(); +#endif +#ifdef CONFIG_FSL_BMAN_CONFIG + bman_init_early(); +#endif +#ifdef CONFIG_FSL_PME2_CTRL + pme2_init_early(); +#endif +} + static const char * const boards[] __initconst = { "fsl,P2041RDB", "fsl,P3041DS", @@ -120,6 +149,7 @@ "fsl,P5020DS", "fsl,P5040DS", "fsl,T4240QDS", + "fsl,T4240RDB", "fsl,B4860QDS", "fsl,B4420QDS", "fsl,B4220QDS", @@ -137,6 +167,7 @@ "fsl,P5020DS-hv", "fsl,P5040DS-hv", "fsl,T4240QDS-hv", + "fsl,T4240RDB-hv", "fsl,B4860QDS-hv", "fsl,B4420QDS-hv", "fsl,B4220QDS-hv", @@ -197,6 +228,7 @@ #else .power_save = e500_idle, #endif + .init_early = corenet_ds_init_early, }; machine_arch_initcall(corenet_generic, corenet_gen_publish_devices); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/85xx/smp.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/85xx/smp.c @@ -177,6 +177,9 @@ int hw_cpu = get_hard_smp_processor_id(nr); int ioremappable; int ret = 0; +#ifdef CONFIG_PPC64 + unsigned long *ptr = NULL; +#endif WARN_ON(nr < 0 || nr >= NR_CPUS); WARN_ON(hw_cpu < 0 || hw_cpu >= NR_CPUS); @@ -265,11 +268,18 @@ #else smp_generic_kick_cpu(nr); - flush_spin_table(spin_table); - out_be32(&spin_table->pir, hw_cpu); - out_be64((u64 *)(&spin_table->addr_h), - __pa(ppc_function_entry(generic_secondary_smp_init))); - flush_spin_table(spin_table); + ptr = (unsigned long *)((unsigned long)&__run_at_kexec); + /* We shouldn't access spin_table from the bootloader to up any + * secondary cpu for kexec kernel, and kexec kernel already + * know how to jump to generic_secondary_smp_init. + */ + if (!*ptr) { + flush_spin_table(spin_table); + out_be32(&spin_table->pir, hw_cpu); + out_be64((u64 *)(&spin_table->addr_h), + __pa((u64)*((unsigned long long *)generic_secondary_smp_init))); + flush_spin_table(spin_table); + } #endif local_irq_restore(flags); @@ -287,13 +297,14 @@ .cpu_disable = generic_cpu_disable, .cpu_die = generic_cpu_die, #endif -#ifdef CONFIG_KEXEC +#if defined(CONFIG_KEXEC) && defined(CONFIG_PPC32) .give_timebase = smp_generic_give_timebase, .take_timebase = smp_generic_take_timebase, #endif }; #ifdef CONFIG_KEXEC +#ifdef CONFIG_PPC32 atomic_t kexec_down_cpus = ATOMIC_INIT(0); void mpc85xx_smp_kexec_cpu_down(int crash_shutdown, int secondary) @@ -312,6 +323,14 @@ if (ppc_md.kexec_cpu_down) ppc_md.kexec_cpu_down(0,1); } +#else +void mpc85xx_smp_kexec_cpu_down(int crash_shutdown, int secondary) +{ + local_irq_disable(); + hard_irq_disable(); + mpic_teardown_this_cpu(secondary); +} +#endif static void map_and_flush(unsigned long paddr) { @@ -363,11 +382,14 @@ static void mpc85xx_smp_machine_kexec(struct kimage *image) { +#ifdef CONFIG_PPC32 int timeout = INT_MAX; int i, num_cpus = num_present_cpus(); +#endif mpc85xx_smp_flush_dcache_kexec(image); +#ifdef CONFIG_PPC32 if (image->type == KEXEC_TYPE_DEFAULT) smp_call_function(mpc85xx_smp_kexec_down, NULL, 0); @@ -385,6 +407,7 @@ if ( i == smp_processor_id() ) continue; mpic_reset_core(i); } +#endif default_machine_kexec(image); } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/cell/Kconfig +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/cell/Kconfig @@ -86,6 +86,7 @@ config SPU_BASE bool default n + select PPC_COPRO_BASE config CBE_RAS bool "RAS features for bare metal Cell BE" --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/cell/Makefile +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/cell/Makefile @@ -20,7 +20,7 @@ obj-$(CONFIG_SPU_BASE) += spu_callbacks.o spu_base.o \ spu_notify.o \ - spu_syscalls.o spu_fault.o \ + spu_syscalls.o \ $(spu-priv1-y) \ $(spu-manage-y) \ spufs/ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/cell/iommu.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/cell/iommu.c @@ -197,7 +197,7 @@ io_pte = (unsigned long *)tbl->it_base + (index - tbl->it_offset); - for (i = 0; i < npages; i++, uaddr += tbl->it_page_shift) + for (i = 0; i < npages; i++, uaddr += (1 << tbl->it_page_shift)) io_pte[i] = base_pte | (__pa(uaddr) & CBE_IOPTE_RPN_Mask); mb(); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/cell/spu_base.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/cell/spu_base.c @@ -76,10 +76,6 @@ static DEFINE_SPINLOCK(spu_full_list_lock); static DEFINE_MUTEX(spu_full_list_mutex); -struct spu_slb { - u64 esid, vsid; -}; - void spu_invalidate_slbs(struct spu *spu) { struct spu_priv2 __iomem *priv2 = spu->priv2; @@ -149,7 +145,7 @@ } } -static inline void spu_load_slb(struct spu *spu, int slbe, struct spu_slb *slb) +static inline void spu_load_slb(struct spu *spu, int slbe, struct copro_slb *slb) { struct spu_priv2 __iomem *priv2 = spu->priv2; @@ -167,45 +163,12 @@ static int __spu_trap_data_seg(struct spu *spu, unsigned long ea) { - struct mm_struct *mm = spu->mm; - struct spu_slb slb; - int psize; - - pr_debug("%s\n", __func__); - - slb.esid = (ea & ESID_MASK) | SLB_ESID_V; - - switch(REGION_ID(ea)) { - case USER_REGION_ID: -#ifdef CONFIG_PPC_MM_SLICES - psize = get_slice_psize(mm, ea); -#else - psize = mm->context.user_psize; -#endif - slb.vsid = (get_vsid(mm->context.id, ea, MMU_SEGSIZE_256M) - << SLB_VSID_SHIFT) | SLB_VSID_USER; - break; - case VMALLOC_REGION_ID: - if (ea < VMALLOC_END) - psize = mmu_vmalloc_psize; - else - psize = mmu_io_psize; - slb.vsid = (get_kernel_vsid(ea, MMU_SEGSIZE_256M) - << SLB_VSID_SHIFT) | SLB_VSID_KERNEL; - break; - case KERNEL_REGION_ID: - psize = mmu_linear_psize; - slb.vsid = (get_kernel_vsid(ea, MMU_SEGSIZE_256M) - << SLB_VSID_SHIFT) | SLB_VSID_KERNEL; - break; - default: - /* Future: support kernel segments so that drivers - * can use SPUs. - */ - pr_debug("invalid region access at %016lx\n", ea); - return 1; - } - slb.vsid |= mmu_psize_defs[psize].sllp; + struct copro_slb slb; + int ret; + + ret = copro_calculate_slb(spu->mm, ea, &slb); + if (ret) + return ret; spu_load_slb(spu, spu->slb_replace, &slb); @@ -253,7 +216,7 @@ return 0; } -static void __spu_kernel_slb(void *addr, struct spu_slb *slb) +static void __spu_kernel_slb(void *addr, struct copro_slb *slb) { unsigned long ea = (unsigned long)addr; u64 llp; @@ -272,7 +235,7 @@ * Given an array of @nr_slbs SLB entries, @slbs, return non-zero if the * address @new_addr is present. */ -static inline int __slb_present(struct spu_slb *slbs, int nr_slbs, +static inline int __slb_present(struct copro_slb *slbs, int nr_slbs, void *new_addr) { unsigned long ea = (unsigned long)new_addr; @@ -297,7 +260,7 @@ void spu_setup_kernel_slbs(struct spu *spu, struct spu_lscsa *lscsa, void *code, int code_size) { - struct spu_slb slbs[4]; + struct copro_slb slbs[4]; int i, nr_slbs = 0; /* start and end addresses of both mappings */ void *addrs[] = { --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/cell/spu_callbacks.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/cell/spu_callbacks.c @@ -39,6 +39,7 @@ #define PPC_SYS(func) sys_ni_syscall, #define OLDSYS(func) sys_ni_syscall, #define SYS32ONLY(func) sys_ni_syscall, +#define PPC64ONLY(func) sys_ni_syscall, #define SYSX(f, f3264, f32) sys_ni_syscall, #define SYSCALL_SPU(func) sys_##func, --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/cell/spufs/fault.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/cell/spufs/fault.c @@ -138,7 +138,7 @@ if (ctx->state == SPU_STATE_RUNNABLE) ctx->spu->stats.hash_flt++; - /* we must not hold the lock when entering spu_handle_mm_fault */ + /* we must not hold the lock when entering copro_handle_mm_fault */ spu_release(ctx); access = (_PAGE_PRESENT | _PAGE_USER); @@ -149,7 +149,7 @@ /* hashing failed, so try the actual fault handler */ if (ret) - ret = spu_handle_mm_fault(current->mm, ea, dsisr, &flt); + ret = copro_handle_mm_fault(current->mm, ea, dsisr, &flt); /* * This is nasty: we need the state_mutex for all the bookkeeping even --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/cell/spufs/inode.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/cell/spufs/inode.c @@ -164,7 +164,7 @@ struct dentry *dentry, *tmp; mutex_lock(&dir->d_inode->i_mutex); - list_for_each_entry_safe(dentry, tmp, &dir->d_subdirs, d_u.d_child) { + list_for_each_entry_safe(dentry, tmp, &dir->d_subdirs, d_child) { spin_lock(&dentry->d_lock); if (!(d_unhashed(dentry)) && dentry->d_inode) { dget_dlock(dentry); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/Makefile +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/Makefile @@ -1,7 +1,7 @@ obj-y += setup.o opal-wrappers.o opal.o opal-async.o obj-y += opal-rtc.o opal-nvram.o opal-lpc.o opal-flash.o obj-y += rng.o opal-elog.o opal-dump.o opal-sysparam.o opal-sensor.o -obj-y += opal-msglog.o +obj-y += opal-msglog.o opal-hmi.o obj-$(CONFIG_SMP) += smp.o subcore.o subcore-asm.o obj-$(CONFIG_PCI) += pci.o pci-p5ioc2.o pci-ioda.o --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/eeh-ioda.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/eeh-ioda.c @@ -187,10 +187,10 @@ */ static int ioda_eeh_set_option(struct eeh_pe *pe, int option) { - s64 ret; - u32 pe_no; struct pci_controller *hose = pe->phb; struct pnv_phb *phb = hose->private_data; + int enable, ret = 0; + s64 rc; /* Check on PE number */ if (pe->addr < 0 || pe->addr >= phb->ioda.total_pe) { @@ -201,184 +201,214 @@ return -EINVAL; } - pe_no = pe->addr; switch (option) { case EEH_OPT_DISABLE: - ret = -EEXIST; - break; + return -EPERM; case EEH_OPT_ENABLE: - ret = 0; - break; + return 0; case EEH_OPT_THAW_MMIO: - ret = opal_pci_eeh_freeze_clear(phb->opal_id, pe_no, - OPAL_EEH_ACTION_CLEAR_FREEZE_MMIO); - if (ret) { - pr_warning("%s: Failed to enable MMIO for " - "PHB#%x-PE#%x, err=%lld\n", - __func__, hose->global_number, pe_no, ret); - return -EIO; - } - + enable = OPAL_EEH_ACTION_CLEAR_FREEZE_MMIO; break; case EEH_OPT_THAW_DMA: - ret = opal_pci_eeh_freeze_clear(phb->opal_id, pe_no, - OPAL_EEH_ACTION_CLEAR_FREEZE_DMA); - if (ret) { - pr_warning("%s: Failed to enable DMA for " - "PHB#%x-PE#%x, err=%lld\n", - __func__, hose->global_number, pe_no, ret); - return -EIO; - } - + enable = OPAL_EEH_ACTION_CLEAR_FREEZE_DMA; break; default: - pr_warning("%s: Invalid option %d\n", __func__, option); + pr_warn("%s: Invalid option %d\n", + __func__, option); return -EINVAL; } + /* If PHB supports compound PE, to handle it */ + if (phb->unfreeze_pe) { + ret = phb->unfreeze_pe(phb, pe->addr, enable); + } else { + rc = opal_pci_eeh_freeze_clear(phb->opal_id, + pe->addr, + enable); + if (rc != OPAL_SUCCESS) { + pr_warn("%s: Failure %lld enable %d for PHB#%x-PE#%x\n", + __func__, rc, option, phb->hose->global_number, + pe->addr); + ret = -EIO; + } + } + return ret; } -static void ioda_eeh_phb_diag(struct pci_controller *hose) +static void ioda_eeh_phb_diag(struct eeh_pe *pe) { - struct pnv_phb *phb = hose->private_data; + struct pnv_phb *phb = pe->phb->private_data; long rc; - rc = opal_pci_get_phb_diag_data2(phb->opal_id, phb->diag.blob, + rc = opal_pci_get_phb_diag_data2(phb->opal_id, pe->data, PNV_PCI_DIAG_BUF_SIZE); - if (rc != OPAL_SUCCESS) { - pr_warning("%s: Failed to get diag-data for PHB#%x (%ld)\n", - __func__, hose->global_number, rc); - return; - } - - pnv_pci_dump_phb_diag_data(hose, phb->diag.blob); + if (rc != OPAL_SUCCESS) + pr_warn("%s: Failed to get diag-data for PHB#%x (%ld)\n", + __func__, pe->phb->global_number, rc); } -/** - * ioda_eeh_get_state - Retrieve the state of PE - * @pe: EEH PE - * - * The PE's state should be retrieved from the PEEV, PEST - * IODA tables. Since the OPAL has exported the function - * to do it, it'd better to use that. - */ -static int ioda_eeh_get_state(struct eeh_pe *pe) +static int ioda_eeh_get_phb_state(struct eeh_pe *pe) { - s64 ret = 0; + struct pnv_phb *phb = pe->phb->private_data; u8 fstate; __be16 pcierr; - u32 pe_no; - int result; - struct pci_controller *hose = pe->phb; - struct pnv_phb *phb = hose->private_data; + s64 rc; + int result = 0; - /* - * Sanity check on PE address. The PHB PE address should - * be zero. - */ - if (pe->addr < 0 || pe->addr >= phb->ioda.total_pe) { - pr_err("%s: PE address %x out of range [0, %x] " - "on PHB#%x\n", - __func__, pe->addr, phb->ioda.total_pe, - hose->global_number); + rc = opal_pci_eeh_freeze_status(phb->opal_id, + pe->addr, + &fstate, + &pcierr, + NULL); + if (rc != OPAL_SUCCESS) { + pr_warn("%s: Failure %lld getting PHB#%x state\n", + __func__, rc, phb->hose->global_number); return EEH_STATE_NOT_SUPPORT; } /* - * If we're in middle of PE reset, return normal - * state to keep EEH core going. For PHB reset, we - * still expect to have fenced PHB cleared with - * PHB reset. + * Check PHB state. If the PHB is frozen for the + * first time, to dump the PHB diag-data. */ - if (!(pe->type & EEH_PE_PHB) && - (pe->state & EEH_PE_RESET)) { - result = (EEH_STATE_MMIO_ACTIVE | - EEH_STATE_DMA_ACTIVE | + if (be16_to_cpu(pcierr) != OPAL_EEH_PHB_ERROR) { + result = (EEH_STATE_MMIO_ACTIVE | + EEH_STATE_DMA_ACTIVE | EEH_STATE_MMIO_ENABLED | EEH_STATE_DMA_ENABLED); - return result; - } - - /* Retrieve PE status through OPAL */ - pe_no = pe->addr; - ret = opal_pci_eeh_freeze_status(phb->opal_id, pe_no, - &fstate, &pcierr, NULL); - if (ret) { - pr_err("%s: Failed to get EEH status on " - "PHB#%x-PE#%x\n, err=%lld\n", - __func__, hose->global_number, pe_no, ret); - return EEH_STATE_NOT_SUPPORT; + } else if (!(pe->state & EEH_PE_ISOLATED)) { + eeh_pe_state_mark(pe, EEH_PE_ISOLATED); + ioda_eeh_phb_diag(pe); } - /* Check PHB status */ - if (pe->type & EEH_PE_PHB) { - result = 0; - result &= ~EEH_STATE_RESET_ACTIVE; + return result; +} - if (be16_to_cpu(pcierr) != OPAL_EEH_PHB_ERROR) { - result |= EEH_STATE_MMIO_ACTIVE; - result |= EEH_STATE_DMA_ACTIVE; - result |= EEH_STATE_MMIO_ENABLED; - result |= EEH_STATE_DMA_ENABLED; - } else if (!(pe->state & EEH_PE_ISOLATED)) { - eeh_pe_state_mark(pe, EEH_PE_ISOLATED); - ioda_eeh_phb_diag(hose); - } +static int ioda_eeh_get_pe_state(struct eeh_pe *pe) +{ + struct pnv_phb *phb = pe->phb->private_data; + u8 fstate; + __be16 pcierr; + s64 rc; + int result; + /* + * We don't clobber hardware frozen state until PE + * reset is completed. In order to keep EEH core + * moving forward, we have to return operational + * state during PE reset. + */ + if (pe->state & EEH_PE_RESET) { + result = (EEH_STATE_MMIO_ACTIVE | + EEH_STATE_DMA_ACTIVE | + EEH_STATE_MMIO_ENABLED | + EEH_STATE_DMA_ENABLED); return result; } - /* Parse result out */ - result = 0; + /* + * Fetch PE state from hardware. If the PHB + * supports compound PE, let it handle that. + */ + if (phb->get_pe_state) { + fstate = phb->get_pe_state(phb, pe->addr); + } else { + rc = opal_pci_eeh_freeze_status(phb->opal_id, + pe->addr, + &fstate, + &pcierr, + NULL); + if (rc != OPAL_SUCCESS) { + pr_warn("%s: Failure %lld getting PHB#%x-PE%x state\n", + __func__, rc, phb->hose->global_number, pe->addr); + return EEH_STATE_NOT_SUPPORT; + } + } + + /* Figure out state */ switch (fstate) { case OPAL_EEH_STOPPED_NOT_FROZEN: - result &= ~EEH_STATE_RESET_ACTIVE; - result |= EEH_STATE_MMIO_ACTIVE; - result |= EEH_STATE_DMA_ACTIVE; - result |= EEH_STATE_MMIO_ENABLED; - result |= EEH_STATE_DMA_ENABLED; + result = (EEH_STATE_MMIO_ACTIVE | + EEH_STATE_DMA_ACTIVE | + EEH_STATE_MMIO_ENABLED | + EEH_STATE_DMA_ENABLED); break; case OPAL_EEH_STOPPED_MMIO_FREEZE: - result &= ~EEH_STATE_RESET_ACTIVE; - result |= EEH_STATE_DMA_ACTIVE; - result |= EEH_STATE_DMA_ENABLED; + result = (EEH_STATE_DMA_ACTIVE | + EEH_STATE_DMA_ENABLED); break; case OPAL_EEH_STOPPED_DMA_FREEZE: - result &= ~EEH_STATE_RESET_ACTIVE; - result |= EEH_STATE_MMIO_ACTIVE; - result |= EEH_STATE_MMIO_ENABLED; + result = (EEH_STATE_MMIO_ACTIVE | + EEH_STATE_MMIO_ENABLED); break; case OPAL_EEH_STOPPED_MMIO_DMA_FREEZE: - result &= ~EEH_STATE_RESET_ACTIVE; + result = 0; break; case OPAL_EEH_STOPPED_RESET: - result |= EEH_STATE_RESET_ACTIVE; + result = EEH_STATE_RESET_ACTIVE; break; case OPAL_EEH_STOPPED_TEMP_UNAVAIL: - result |= EEH_STATE_UNAVAILABLE; + result = EEH_STATE_UNAVAILABLE; break; case OPAL_EEH_STOPPED_PERM_UNAVAIL: - result |= EEH_STATE_NOT_SUPPORT; + result = EEH_STATE_NOT_SUPPORT; break; default: - pr_warning("%s: Unexpected EEH status 0x%x " - "on PHB#%x-PE#%x\n", - __func__, fstate, hose->global_number, pe_no); + result = EEH_STATE_NOT_SUPPORT; + pr_warn("%s: Invalid PHB#%x-PE#%x state %x\n", + __func__, phb->hose->global_number, + pe->addr, fstate); } - /* Dump PHB diag-data for frozen PE */ - if (result != EEH_STATE_NOT_SUPPORT && - (result & (EEH_STATE_MMIO_ACTIVE | EEH_STATE_DMA_ACTIVE)) != - (EEH_STATE_MMIO_ACTIVE | EEH_STATE_DMA_ACTIVE) && + /* + * If PHB supports compound PE, to freeze all + * slave PEs for consistency. + * + * If the PE is switching to frozen state for the + * first time, to dump the PHB diag-data. + */ + if (!(result & EEH_STATE_NOT_SUPPORT) && + !(result & EEH_STATE_UNAVAILABLE) && + !(result & EEH_STATE_MMIO_ACTIVE) && + !(result & EEH_STATE_DMA_ACTIVE) && !(pe->state & EEH_PE_ISOLATED)) { + if (phb->freeze_pe) + phb->freeze_pe(phb, pe->addr); + eeh_pe_state_mark(pe, EEH_PE_ISOLATED); - ioda_eeh_phb_diag(hose); + ioda_eeh_phb_diag(pe); } return result; } +/** + * ioda_eeh_get_state - Retrieve the state of PE + * @pe: EEH PE + * + * The PE's state should be retrieved from the PEEV, PEST + * IODA tables. Since the OPAL has exported the function + * to do it, it'd better to use that. + */ +static int ioda_eeh_get_state(struct eeh_pe *pe) +{ + struct pnv_phb *phb = pe->phb->private_data; + + /* Sanity check on PE number. PHB PE should have 0 */ + if (pe->addr < 0 || + pe->addr >= phb->ioda.total_pe) { + pr_warn("%s: PHB#%x-PE#%x out of range [0, %x]\n", + __func__, phb->hose->global_number, + pe->addr, phb->ioda.total_pe); + return EEH_STATE_NOT_SUPPORT; + } + + if (pe->type & EEH_PE_PHB) + return ioda_eeh_get_phb_state(pe); + + return ioda_eeh_get_pe_state(pe); +} + static s64 ioda_eeh_phb_poll(struct pnv_phb *phb) { s64 rc = OPAL_HARDWARE; @@ -589,6 +619,24 @@ } /** + * ioda_eeh_get_log - Retrieve error log + * @pe: frozen PE + * @severity: permanent or temporary error + * @drv_log: device driver log + * @len: length of device driver log + * + * Retrieve error log, which contains log from device driver + * and firmware. + */ +int ioda_eeh_get_log(struct eeh_pe *pe, int severity, + char *drv_log, unsigned long len) +{ + pnv_pci_dump_phb_diag_data(pe->phb, pe->data); + + return 0; +} + +/** * ioda_eeh_configure_bridge - Configure the PCI bridges for the indicated PE * @pe: EEH PE * @@ -605,18 +653,24 @@ static void ioda_eeh_hub_diag_common(struct OpalIoP7IOCErrorData *data) { /* GEM */ - pr_info(" GEM XFIR: %016llx\n", data->gemXfir); - pr_info(" GEM RFIR: %016llx\n", data->gemRfir); - pr_info(" GEM RIRQFIR: %016llx\n", data->gemRirqfir); - pr_info(" GEM Mask: %016llx\n", data->gemMask); - pr_info(" GEM RWOF: %016llx\n", data->gemRwof); + if (data->gemXfir || data->gemRfir || + data->gemRirqfir || data->gemMask || data->gemRwof) + pr_info(" GEM: %016llx %016llx %016llx %016llx %016llx\n", + be64_to_cpu(data->gemXfir), + be64_to_cpu(data->gemRfir), + be64_to_cpu(data->gemRirqfir), + be64_to_cpu(data->gemMask), + be64_to_cpu(data->gemRwof)); /* LEM */ - pr_info(" LEM FIR: %016llx\n", data->lemFir); - pr_info(" LEM Error Mask: %016llx\n", data->lemErrMask); - pr_info(" LEM Action 0: %016llx\n", data->lemAction0); - pr_info(" LEM Action 1: %016llx\n", data->lemAction1); - pr_info(" LEM WOF: %016llx\n", data->lemWof); + if (data->lemFir || data->lemErrMask || + data->lemAction0 || data->lemAction1 || data->lemWof) + pr_info(" LEM: %016llx %016llx %016llx %016llx %016llx\n", + be64_to_cpu(data->lemFir), + be64_to_cpu(data->lemErrMask), + be64_to_cpu(data->lemAction0), + be64_to_cpu(data->lemAction1), + be64_to_cpu(data->lemWof)); } static void ioda_eeh_hub_diag(struct pci_controller *hose) @@ -627,8 +681,8 @@ rc = opal_pci_get_hub_diag_data(phb->hub_id, data, sizeof(*data)); if (rc != OPAL_SUCCESS) { - pr_warning("%s: Failed to get HUB#%llx diag-data (%ld)\n", - __func__, phb->hub_id, rc); + pr_warn("%s: Failed to get HUB#%llx diag-data (%ld)\n", + __func__, phb->hub_id, rc); return; } @@ -636,24 +690,31 @@ case OPAL_P7IOC_DIAG_TYPE_RGC: pr_info("P7IOC diag-data for RGC\n\n"); ioda_eeh_hub_diag_common(data); - pr_info(" RGC Status: %016llx\n", data->rgc.rgcStatus); - pr_info(" RGC LDCP: %016llx\n", data->rgc.rgcLdcp); + if (data->rgc.rgcStatus || data->rgc.rgcLdcp) + pr_info(" RGC: %016llx %016llx\n", + be64_to_cpu(data->rgc.rgcStatus), + be64_to_cpu(data->rgc.rgcLdcp)); break; case OPAL_P7IOC_DIAG_TYPE_BI: pr_info("P7IOC diag-data for BI %s\n\n", data->bi.biDownbound ? "Downbound" : "Upbound"); ioda_eeh_hub_diag_common(data); - pr_info(" BI LDCP 0: %016llx\n", data->bi.biLdcp0); - pr_info(" BI LDCP 1: %016llx\n", data->bi.biLdcp1); - pr_info(" BI LDCP 2: %016llx\n", data->bi.biLdcp2); - pr_info(" BI Fence Status: %016llx\n", data->bi.biFenceStatus); + if (data->bi.biLdcp0 || data->bi.biLdcp1 || + data->bi.biLdcp2 || data->bi.biFenceStatus) + pr_info(" BI: %016llx %016llx %016llx %016llx\n", + be64_to_cpu(data->bi.biLdcp0), + be64_to_cpu(data->bi.biLdcp1), + be64_to_cpu(data->bi.biLdcp2), + be64_to_cpu(data->bi.biFenceStatus)); break; case OPAL_P7IOC_DIAG_TYPE_CI: - pr_info("P7IOC diag-data for CI Port %d\\nn", + pr_info("P7IOC diag-data for CI Port %d\n\n", data->ci.ciPort); ioda_eeh_hub_diag_common(data); - pr_info(" CI Port Status: %016llx\n", data->ci.ciPortStatus); - pr_info(" CI Port LDCP: %016llx\n", data->ci.ciPortLdcp); + if (data->ci.ciPortStatus || data->ci.ciPortLdcp) + pr_info(" CI: %016llx %016llx\n", + be64_to_cpu(data->ci.ciPortStatus), + be64_to_cpu(data->ci.ciPortLdcp)); break; case OPAL_P7IOC_DIAG_TYPE_MISC: pr_info("P7IOC diag-data for MISC\n\n"); @@ -664,30 +725,51 @@ ioda_eeh_hub_diag_common(data); break; default: - pr_warning("%s: Invalid type of HUB#%llx diag-data (%d)\n", - __func__, phb->hub_id, data->type); + pr_warn("%s: Invalid type of HUB#%llx diag-data (%d)\n", + __func__, phb->hub_id, data->type); } } static int ioda_eeh_get_pe(struct pci_controller *hose, u16 pe_no, struct eeh_pe **pe) { - struct eeh_pe *phb_pe, *dev_pe; - struct eeh_dev dev; + struct pnv_phb *phb = hose->private_data; + struct pnv_ioda_pe *pnv_pe; + struct eeh_pe *dev_pe; + struct eeh_dev edev; - /* Find the PHB PE */ - phb_pe = eeh_phb_pe_get(hose); - if (!phb_pe) - return -EEXIST; + /* + * If PHB supports compound PE, to fetch + * the master PE because slave PE is invisible + * to EEH core. + */ + if (phb->get_pe_state) { + pnv_pe = &phb->ioda.pe_array[pe_no]; + if (pnv_pe->flags & PNV_IODA_PE_SLAVE) { + pnv_pe = pnv_pe->master; + WARN_ON(!pnv_pe || + !(pnv_pe->flags & PNV_IODA_PE_MASTER)); + pe_no = pnv_pe->pe_number; + } + } /* Find the PE according to PE# */ - memset(&dev, 0, sizeof(struct eeh_dev)); - dev.phb = hose; - dev.pe_config_addr = pe_no; - dev_pe = eeh_pe_get(&dev); - if (!dev_pe) return -EEXIST; + memset(&edev, 0, sizeof(struct eeh_dev)); + edev.phb = hose; + edev.pe_config_addr = pe_no; + dev_pe = eeh_pe_get(&edev); + if (!dev_pe) + return -EEXIST; + /* + * At this point, we're sure the compound PE should + * be put into frozen state. + */ *pe = dev_pe; + if (phb->freeze_pe && + !(dev_pe->state & EEH_PE_ISOLATED)) + phb->freeze_pe(phb, pe_no); + return 0; } @@ -792,7 +874,8 @@ "detected, location: %s\n", hose->global_number, eeh_pe_loc_get(phb_pe)); - ioda_eeh_phb_diag(hose); + ioda_eeh_phb_diag(phb_pe); + pnv_pci_dump_phb_diag_data(hose, phb_pe->data); ret = EEH_NEXT_ERR_NONE; } @@ -812,7 +895,8 @@ opal_pci_eeh_freeze_clear(phb->opal_id, frozen_pe_no, OPAL_EEH_ACTION_CLEAR_FREEZE_ALL); ret = EEH_NEXT_ERR_NONE; - } else if ((*pe)->state & EEH_PE_ISOLATED) { + } else if ((*pe)->state & EEH_PE_ISOLATED || + eeh_pe_passed(*pe)) { ret = EEH_NEXT_ERR_NONE; } else { pr_err("EEH: Frozen PE#%x on PHB#%x detected\n", @@ -839,7 +923,7 @@ ret == EEH_NEXT_ERR_FENCED_PHB) && !((*pe)->state & EEH_PE_ISOLATED)) { eeh_pe_state_mark(*pe, EEH_PE_ISOLATED); - ioda_eeh_phb_diag(hose); + ioda_eeh_phb_diag(*pe); } /* @@ -885,6 +969,7 @@ .set_option = ioda_eeh_set_option, .get_state = ioda_eeh_get_state, .reset = ioda_eeh_reset, + .get_log = ioda_eeh_get_log, .configure_bridge = ioda_eeh_configure_bridge, .next_error = ioda_eeh_next_error }; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/eeh-powernv.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/eeh-powernv.c @@ -45,14 +45,31 @@ */ static int powernv_eeh_init(void) { + struct pci_controller *hose; + struct pnv_phb *phb; + /* We require OPALv3 */ if (!firmware_has_feature(FW_FEATURE_OPALv3)) { - pr_warning("%s: OPALv3 is required !\n", __func__); + pr_warn("%s: OPALv3 is required !\n", + __func__); return -EINVAL; } - /* Set EEH probe mode */ - eeh_probe_mode_set(EEH_PROBE_MODE_DEV); + /* Set probe mode */ + eeh_add_flag(EEH_PROBE_MODE_DEV); + + /* + * P7IOC blocks PCI config access to frozen PE, but PHB3 + * doesn't do that. So we have to selectively enable I/O + * prior to collecting error log. + */ + list_for_each_entry(hose, &hose_list, list_node) { + phb = hose->private_data; + + if (phb->model == PNV_PHB_MODEL_P7IOC) + eeh_add_flag(EEH_ENABLE_IO_FOR_LOG); + break; + } return 0; } @@ -107,6 +124,7 @@ struct pnv_phb *phb = hose->private_data; struct device_node *dn = pci_device_to_OF_node(dev); struct eeh_dev *edev = of_node_to_eeh_dev(dn); + int ret; /* * When probing the root bridge, which doesn't have any @@ -143,13 +161,27 @@ edev->pe_config_addr = phb->bdfn_to_pe(phb, dev->bus, dev->devfn & 0xff); /* Create PE */ - eeh_add_to_parent_pe(edev); + ret = eeh_add_to_parent_pe(edev); + if (ret) { + pr_warn("%s: Can't add PCI dev %s to parent PE (%d)\n", + __func__, pci_name(dev), ret); + return ret; + } + + /* + * Cache the PE primary bus, which can't be fetched when + * full hotplug is in progress. In that case, all child + * PCI devices of the PE are expected to be removed prior + * to PE reset. + */ + if (!edev->pe->bus) + edev->pe->bus = dev->bus; /* * Enable EEH explicitly so that we will do EEH check * while accessing I/O stuff */ - eeh_set_enable(true); + eeh_add_flag(EEH_ENABLED); /* Save memory bars */ eeh_save_bars(edev); @@ -273,8 +305,8 @@ max_wait -= mwait; if (max_wait <= 0) { - pr_warning("%s: Timeout getting PE#%x's state (%d)\n", - __func__, pe->addr, max_wait); + pr_warn("%s: Timeout getting PE#%x's state (%d)\n", + __func__, pe->addr, max_wait); return EEH_STATE_NOT_SUPPORT; } @@ -294,7 +326,7 @@ * Retrieve the temporary or permanent error from the PE. */ static int powernv_eeh_get_log(struct eeh_pe *pe, int severity, - char *drv_log, unsigned long len) + char *drv_log, unsigned long len) { struct pci_controller *hose = pe->phb; struct pnv_phb *phb = hose->private_data; @@ -398,9 +430,7 @@ { int ret = -EINVAL; - if (!machine_is(powernv)) - return ret; - + eeh_set_pe_aux_size(PNV_PCI_DIAG_BUF_SIZE); ret = eeh_ops_register(&powernv_eeh_ops); if (!ret) pr_info("EEH: PowerNV platform initialized\n"); @@ -409,5 +439,4 @@ return ret; } - -early_initcall(eeh_powernv_init); +machine_early_initcall(powernv, eeh_powernv_init); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/opal-async.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/opal-async.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #define N_ASYNC_COMPLETIONS 64 @@ -70,6 +71,7 @@ return token; } +EXPORT_SYMBOL_GPL(opal_async_get_token_interruptible); int __opal_async_release_token(int token) { @@ -101,6 +103,7 @@ return 0; } +EXPORT_SYMBOL_GPL(opal_async_release_token); int opal_async_wait_response(uint64_t token, struct opal_msg *msg) { @@ -119,6 +122,7 @@ return 0; } +EXPORT_SYMBOL_GPL(opal_async_wait_response); static int opal_async_comp_event(struct notifier_block *nb, unsigned long msg_type, void *msg) @@ -201,4 +205,4 @@ out: return err; } -subsys_initcall(opal_async_comp_init); +machine_subsys_initcall(powernv, opal_async_comp_init); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/opal-dump.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/opal-dump.c @@ -102,9 +102,9 @@ * due to the dynamic size of the dump */ static struct dump_attribute id_attribute = - __ATTR(id, 0666, dump_id_show, NULL); + __ATTR(id, S_IRUGO, dump_id_show, NULL); static struct dump_attribute type_attribute = - __ATTR(type, 0666, dump_type_show, NULL); + __ATTR(type, S_IRUGO, dump_type_show, NULL); static struct dump_attribute ack_attribute = __ATTR(acknowledge, 0660, dump_ack_show, dump_ack_store); @@ -112,7 +112,7 @@ struct dump_attribute *attr, char *buf) { - return sprintf(buf, "1 - initiate dump\n"); + return sprintf(buf, "1 - initiate Service Processor(FSP) dump\n"); } static int64_t dump_fips_init(uint8_t type) @@ -121,7 +121,7 @@ rc = opal_dump_init(type); if (rc) - pr_warn("%s: Failed to initiate FipS dump (%d)\n", + pr_warn("%s: Failed to initiate FSP dump (%d)\n", __func__, rc); return rc; } @@ -131,8 +131,12 @@ const char *buf, size_t count) { - dump_fips_init(DUMP_TYPE_FSP); - pr_info("%s: Initiated FSP dump\n", __func__); + int rc; + + rc = dump_fips_init(DUMP_TYPE_FSP); + if (rc == OPAL_SUCCESS) + pr_info("%s: Initiated FSP dump\n", __func__); + return count; } @@ -297,7 +301,7 @@ * and rely on userspace to ask us to try * again. */ - pr_info("%s: Platform dump partially read.ID = 0x%x\n", + pr_info("%s: Platform dump partially read. ID = 0x%x\n", __func__, dump->id); return -EIO; } @@ -423,6 +427,10 @@ { int rc; + /* ELOG not supported by firmware */ + if (!opal_check_token(OPAL_DUMP_READ)) + return; + dump_kset = kset_create_and_add("dump", NULL, opal_kobj); if (!dump_kset) { pr_warn("%s: Failed to create dump kset\n", __func__); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/opal-elog.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/opal-elog.c @@ -82,9 +82,9 @@ } static struct elog_attribute id_attribute = - __ATTR(id, 0666, elog_id_show, NULL); + __ATTR(id, S_IRUGO, elog_id_show, NULL); static struct elog_attribute type_attribute = - __ATTR(type, 0666, elog_type_show, NULL); + __ATTR(type, S_IRUGO, elog_type_show, NULL); static struct elog_attribute ack_attribute = __ATTR(acknowledge, 0660, elog_ack_show, elog_ack_store); @@ -295,6 +295,10 @@ { int rc = 0; + /* ELOG not supported by firmware */ + if (!opal_check_token(OPAL_ELOG_READ)) + return -1; + elog_kset = kset_create_and_add("elog", NULL, opal_kobj); if (!elog_kset) { pr_warn("%s: failed to create elog kset\n", __func__); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/opal-hmi.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/opal-hmi.c @@ -0,0 +1,188 @@ +/* + * OPAL hypervisor Maintenance interrupt handling support in PowreNV. + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + * + * Copyright 2014 IBM Corporation + * Author: Mahesh Salgaonkar + */ + +#undef DEBUG + +#include +#include +#include +#include +#include + +#include +#include + +static int opal_hmi_handler_nb_init; +struct OpalHmiEvtNode { + struct list_head list; + struct OpalHMIEvent hmi_evt; +}; +static LIST_HEAD(opal_hmi_evt_list); +static DEFINE_SPINLOCK(opal_hmi_evt_lock); + +static void print_hmi_event_info(struct OpalHMIEvent *hmi_evt) +{ + const char *level, *sevstr, *error_info; + static const char *hmi_error_types[] = { + "Malfunction Alert", + "Processor Recovery done", + "Processor recovery occurred again", + "Processor recovery occurred for masked error", + "Timer facility experienced an error", + "TFMR SPR is corrupted", + "UPS (Uniterrupted Power System) Overflow indication", + "An XSCOM operation failure", + "An XSCOM operation completed", + "SCOM has set a reserved FIR bit to cause recovery", + "Debug trigger has set a reserved FIR bit to cause recovery", + "A hypervisor resource error occurred" + }; + + /* Print things out */ + if (hmi_evt->version != OpalHMIEvt_V1) { + pr_err("HMI Interrupt, Unknown event version %d !\n", + hmi_evt->version); + return; + } + switch (hmi_evt->severity) { + case OpalHMI_SEV_NO_ERROR: + level = KERN_INFO; + sevstr = "Harmless"; + break; + case OpalHMI_SEV_WARNING: + level = KERN_WARNING; + sevstr = ""; + break; + case OpalHMI_SEV_ERROR_SYNC: + level = KERN_ERR; + sevstr = "Severe"; + break; + case OpalHMI_SEV_FATAL: + default: + level = KERN_ERR; + sevstr = "Fatal"; + break; + } + + printk("%s%s Hypervisor Maintenance interrupt [%s]\n", + level, sevstr, + hmi_evt->disposition == OpalHMI_DISPOSITION_RECOVERED ? + "Recovered" : "Not recovered"); + error_info = hmi_evt->type < ARRAY_SIZE(hmi_error_types) ? + hmi_error_types[hmi_evt->type] + : "Unknown"; + printk("%s Error detail: %s\n", level, error_info); + printk("%s HMER: %016llx\n", level, be64_to_cpu(hmi_evt->hmer)); + if ((hmi_evt->type == OpalHMI_ERROR_TFAC) || + (hmi_evt->type == OpalHMI_ERROR_TFMR_PARITY)) + printk("%s TFMR: %016llx\n", level, + be64_to_cpu(hmi_evt->tfmr)); +} + +static void hmi_event_handler(struct work_struct *work) +{ + unsigned long flags; + struct OpalHMIEvent *hmi_evt; + struct OpalHmiEvtNode *msg_node; + uint8_t disposition; + + spin_lock_irqsave(&opal_hmi_evt_lock, flags); + while (!list_empty(&opal_hmi_evt_list)) { + msg_node = list_entry(opal_hmi_evt_list.next, + struct OpalHmiEvtNode, list); + list_del(&msg_node->list); + spin_unlock_irqrestore(&opal_hmi_evt_lock, flags); + + hmi_evt = (struct OpalHMIEvent *) &msg_node->hmi_evt; + print_hmi_event_info(hmi_evt); + disposition = hmi_evt->disposition; + kfree(msg_node); + + /* + * Check if HMI event has been recovered or not. If not + * then we can't continue, invoke panic. + */ + if (disposition != OpalHMI_DISPOSITION_RECOVERED) + panic("Unrecoverable HMI exception"); + + spin_lock_irqsave(&opal_hmi_evt_lock, flags); + } + spin_unlock_irqrestore(&opal_hmi_evt_lock, flags); +} + +static DECLARE_WORK(hmi_event_work, hmi_event_handler); +/* + * opal_handle_hmi_event - notifier handler that queues up HMI events + * to be preocessed later. + */ +static int opal_handle_hmi_event(struct notifier_block *nb, + unsigned long msg_type, void *msg) +{ + unsigned long flags; + struct OpalHMIEvent *hmi_evt; + struct opal_msg *hmi_msg = msg; + struct OpalHmiEvtNode *msg_node; + + /* Sanity Checks */ + if (msg_type != OPAL_MSG_HMI_EVT) + return 0; + + /* HMI event info starts from param[0] */ + hmi_evt = (struct OpalHMIEvent *)&hmi_msg->params[0]; + + /* Delay the logging of HMI events to workqueue. */ + msg_node = kzalloc(sizeof(*msg_node), GFP_ATOMIC); + if (!msg_node) { + pr_err("HMI: out of memory, Opal message event not handled\n"); + return -ENOMEM; + } + memcpy(&msg_node->hmi_evt, hmi_evt, sizeof(struct OpalHMIEvent)); + + spin_lock_irqsave(&opal_hmi_evt_lock, flags); + list_add(&msg_node->list, &opal_hmi_evt_list); + spin_unlock_irqrestore(&opal_hmi_evt_lock, flags); + + schedule_work(&hmi_event_work); + return 0; +} + +static struct notifier_block opal_hmi_handler_nb = { + .notifier_call = opal_handle_hmi_event, + .next = NULL, + .priority = 0, +}; + +static int __init opal_hmi_handler_init(void) +{ + int ret; + + if (!opal_hmi_handler_nb_init) { + ret = opal_message_notifier_register( + OPAL_MSG_HMI_EVT, &opal_hmi_handler_nb); + if (ret) { + pr_err("%s: Can't register OPAL event notifier (%d)\n", + __func__, ret); + return ret; + } + opal_hmi_handler_nb_init = 1; + } + return 0; +} +subsys_initcall(opal_hmi_handler_init); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/opal-lpc.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/opal-lpc.c @@ -216,14 +216,54 @@ &data, len); if (rc) return -ENXIO; + + /* + * Now there is some trickery with the data returned by OPAL + * as it's the desired data right justified in a 32-bit BE + * word. + * + * This is a very bad interface and I'm to blame for it :-( + * + * So we can't just apply a 32-bit swap to what comes from OPAL, + * because user space expects the *bytes* to be in their proper + * respective positions (ie, LPC position). + * + * So what we really want to do here is to shift data right + * appropriately on a LE kernel. + * + * IE. If the LPC transaction has bytes B0, B1, B2 and B3 in that + * order, we have in memory written to by OPAL at the "data" + * pointer: + * + * Bytes: OPAL "data" LE "data" + * 32-bit: B0 B1 B2 B3 B0B1B2B3 B3B2B1B0 + * 16-bit: B0 B1 0000B0B1 B1B00000 + * 8-bit: B0 000000B0 B0000000 + * + * So a BE kernel will have the leftmost of the above in the MSB + * and rightmost in the LSB and can just then "cast" the u32 "data" + * down to the appropriate quantity and write it. + * + * However, an LE kernel can't. It doesn't need to swap because a + * load from data followed by a store to user are going to preserve + * the byte ordering which is the wire byte order which is what the + * user wants, but in order to "crop" to the right size, we need to + * shift right first. + */ switch(len) { case 4: rc = __put_user((u32)data, (u32 __user *)ubuf); break; case 2: +#ifdef __LITTLE_ENDIAN__ + data >>= 16; +#endif rc = __put_user((u16)data, (u16 __user *)ubuf); break; default: +#ifdef __LITTLE_ENDIAN__ + data >>= 24; +#endif rc = __put_user((u8)data, (u8 __user *)ubuf); break; } @@ -263,12 +303,31 @@ else if (todo > 1 && (pos & 1) == 0) len = 2; } + + /* + * Similarly to the read case, we have some trickery here but + * it's different to handle. We need to pass the value to OPAL in + * a register whose layout depends on the access size. We want + * to reproduce the memory layout of the user, however we aren't + * doing a load from user and a store to another memory location + * which would achieve that. Here we pass the value to OPAL via + * a register which is expected to contain the "BE" interpretation + * of the byte sequence. IE: for a 32-bit access, byte 0 should be + * in the MSB. So here we *do* need to byteswap on LE. + * + * User bytes: LE "data" OPAL "data" + * 32-bit: B0 B1 B2 B3 B3B2B1B0 B0B1B2B3 + * 16-bit: B0 B1 0000B1B0 0000B0B1 + * 8-bit: B0 000000B0 000000B0 + */ switch(len) { case 4: rc = __get_user(data, (u32 __user *)ubuf); + data = cpu_to_be32(data); break; case 2: rc = __get_user(data, (u16 __user *)ubuf); + data = cpu_to_be16(data); break; default: rc = __get_user(data, (u8 __user *)ubuf); @@ -324,7 +383,7 @@ rc |= opal_lpc_debugfs_create_type(root, "fw", OPAL_LPC_FW); return rc; } -device_initcall(opal_lpc_init_debugfs); +machine_device_initcall(powernv, opal_lpc_init_debugfs); #endif /* CONFIG_DEBUG_FS */ void opal_lpc_init(void) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/opal-memory-errors.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/opal-memory-errors.c @@ -27,6 +27,7 @@ #include #include +#include #include #include @@ -143,4 +144,4 @@ } return 0; } -subsys_initcall(opal_mem_err_init); +machine_subsys_initcall(powernv, opal_mem_err_init); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/opal-rtc.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/opal-rtc.c @@ -42,6 +42,9 @@ __be64 __h_m_s_ms; long rc = OPAL_BUSY; + if (!opal_check_token(OPAL_RTC_READ)) + goto out; + while (rc == OPAL_BUSY || rc == OPAL_BUSY_EVENT) { rc = opal_rtc_read(&__y_m_d, &__h_m_s_ms); if (rc == OPAL_BUSY_EVENT) @@ -49,16 +52,18 @@ else mdelay(10); } - if (rc != OPAL_SUCCESS) { - ppc_md.get_rtc_time = NULL; - ppc_md.set_rtc_time = NULL; - return 0; - } + if (rc != OPAL_SUCCESS) + goto out; + y_m_d = be32_to_cpu(__y_m_d); h_m_s_ms = be64_to_cpu(__h_m_s_ms); opal_to_tm(y_m_d, h_m_s_ms, &tm); return mktime(tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec); +out: + ppc_md.get_rtc_time = NULL; + ppc_md.set_rtc_time = NULL; + return 0; } void opal_get_rtc_time(struct rtc_time *tm) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/opal-wrappers.S +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/opal-wrappers.S @@ -20,7 +20,7 @@ * - Get r11 feed up by Dave so I can have better register usage */ #define OPAL_CALL(name, token) \ - _GLOBAL(name); \ + _GLOBAL_TOC(name); \ mflr r0; \ mfcr r12; \ std r0,16(r1); \ @@ -61,6 +61,43 @@ mtcr r4; rfid +/* + * Make opal call in realmode. This is a generic function to be called + * from realmode. It handles endianness. + * + * r13 - paca pointer + * r1 - stack pointer + * r0 - opal token + */ +_GLOBAL(opal_call_realmode) + mflr r12 + std r12,PPC_LR_STKOFF(r1) + ld r2,PACATOC(r13) + /* Set opal return address */ + LOAD_REG_ADDR(r12,return_from_opal_call) + mtlr r12 + + mfmsr r12 +#ifdef __LITTLE_ENDIAN__ + /* Handle endian-ness */ + li r11,MSR_LE + andc r12,r12,r11 +#endif + mtspr SPRN_HSRR1,r12 + LOAD_REG_ADDR(r11,opal) + ld r12,8(r11) + ld r2,0(r11) + mtspr SPRN_HSRR0,r12 + hrfid + +return_from_opal_call: +#ifdef __LITTLE_ENDIAN__ + FIXUP_ENDIAN +#endif + ld r12,PPC_LR_STKOFF(r1) + mtlr r12 + blr + OPAL_CALL(opal_invalid_call, OPAL_INVALID_CALL); OPAL_CALL(opal_console_write, OPAL_CONSOLE_WRITE); OPAL_CALL(opal_console_read, OPAL_CONSOLE_READ); @@ -86,6 +123,7 @@ OPAL_CALL(opal_register_exception_handler, OPAL_REGISTER_OPAL_EXCEPTION_HANDLER); OPAL_CALL(opal_pci_eeh_freeze_status, OPAL_PCI_EEH_FREEZE_STATUS); OPAL_CALL(opal_pci_eeh_freeze_clear, OPAL_PCI_EEH_FREEZE_CLEAR); +OPAL_CALL(opal_pci_eeh_freeze_set, OPAL_PCI_EEH_FREEZE_SET); OPAL_CALL(opal_pci_shpc, OPAL_PCI_SHPC); OPAL_CALL(opal_pci_phb_mmio_enable, OPAL_PCI_PHB_MMIO_ENABLE); OPAL_CALL(opal_pci_set_phb_mem_window, OPAL_PCI_SET_PHB_MEM_WINDOW); @@ -134,6 +172,7 @@ OPAL_CALL(opal_manage_flash, OPAL_FLASH_MANAGE); OPAL_CALL(opal_update_flash, OPAL_FLASH_UPDATE); OPAL_CALL(opal_resync_timebase, OPAL_RESYNC_TIMEBASE); +OPAL_CALL(opal_check_token, OPAL_CHECK_TOKEN); OPAL_CALL(opal_dump_init, OPAL_DUMP_INIT); OPAL_CALL(opal_dump_info, OPAL_DUMP_INFO); OPAL_CALL(opal_dump_info2, OPAL_DUMP_INFO2); @@ -146,3 +185,11 @@ OPAL_CALL(opal_sensor_read, OPAL_SENSOR_READ); OPAL_CALL(opal_get_param, OPAL_GET_PARAM); OPAL_CALL(opal_set_param, OPAL_SET_PARAM); +OPAL_CALL(opal_handle_hmi, OPAL_HANDLE_HMI); +OPAL_CALL(opal_slw_set_reg, OPAL_SLW_SET_REG); +OPAL_CALL(opal_register_dump_region, OPAL_REGISTER_DUMP_REGION); +OPAL_CALL(opal_unregister_dump_region, OPAL_UNREGISTER_DUMP_REGION); +OPAL_CALL(opal_pci_set_phb_cxl_mode, OPAL_PCI_SET_PHB_CXL_MODE); +OPAL_CALL(opal_i2c_request, OPAL_I2C_REQUEST); +OPAL_CALL(opal_ipmi_send, OPAL_IPMI_SEND); +OPAL_CALL(opal_ipmi_recv, OPAL_IPMI_RECV); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/opal-xscom.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/opal-xscom.c @@ -130,4 +130,4 @@ scom_init(&opal_scom_controller); return 0; } -arch_initcall(opal_xscom_init); +machine_arch_initcall(powernv, opal_xscom_init); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/opal.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/opal.c @@ -22,6 +22,10 @@ #include #include #include +#include +#include + +#include #include #include #include @@ -56,6 +60,7 @@ static DEFINE_SPINLOCK(opal_notifier_lock); static uint64_t last_notified_mask = 0x0ul; static atomic_t opal_notifier_hold = ATOMIC_INIT(0); +static uint32_t opal_heartbeat; static void opal_reinit_cores(void) { @@ -192,16 +197,12 @@ * fwnmi area at 0x7000 to provide the glue space to OPAL */ glue = 0x7000; - opal_register_exception_handler(OPAL_HYPERVISOR_MAINTENANCE_HANDLER, - 0, glue); - glue += 128; opal_register_exception_handler(OPAL_SOFTPATCH_HANDLER, 0, glue); #endif return 0; } - -early_initcall(opal_register_exception_handlers); +machine_early_initcall(powernv, opal_register_exception_handlers); int opal_notifier_register(struct notifier_block *nb) { @@ -286,20 +287,23 @@ int opal_message_notifier_register(enum OpalMessageType msg_type, struct notifier_block *nb) { - if (!nb) { - pr_warning("%s: Invalid argument (%p)\n", - __func__, nb); - return -EINVAL; - } - if (msg_type > OPAL_MSG_TYPE_MAX) { - pr_warning("%s: Invalid message type argument (%d)\n", + if (!nb || msg_type >= OPAL_MSG_TYPE_MAX) { + pr_warning("%s: Invalid arguments, msg_type:%d\n", __func__, msg_type); return -EINVAL; } + return atomic_notifier_chain_register( &opal_msg_notifier_head[msg_type], nb); } +int opal_message_notifier_unregister(enum OpalMessageType msg_type, + struct notifier_block *nb) +{ + return atomic_notifier_chain_unregister( + &opal_msg_notifier_head[msg_type], nb); +} + static void opal_message_do_notify(uint32_t msg_type, void *msg) { /* notify subscribers */ @@ -332,8 +336,8 @@ type = be32_to_cpu(msg.msg_type); /* Sanity check */ - if (type > OPAL_MSG_TYPE_MAX) { - pr_warning("%s: Unknown message type: %u\n", __func__, type); + if (type >= OPAL_MSG_TYPE_MAX) { + pr_warn_once("%s: Unknown message type: %u\n", __func__, type); return; } opal_message_do_notify(type, (void *)&msg); @@ -368,7 +372,7 @@ } return 0; } -early_initcall(opal_message_init); +machine_early_initcall(powernv, opal_message_init); int opal_get_chars(uint32_t vtermno, char *buf, int count) { @@ -513,6 +517,46 @@ return 0; } +/* Early hmi handler called in real mode. */ +int opal_hmi_exception_early(struct pt_regs *regs) +{ + s64 rc; + + /* + * call opal hmi handler. Pass paca address as token. + * The return value OPAL_SUCCESS is an indication that there is + * an HMI event generated waiting to pull by Linux. + */ + rc = opal_handle_hmi(); + if (rc == OPAL_SUCCESS) { + local_paca->hmi_event_available = 1; + return 1; + } + return 0; +} + +/* HMI exception handler called in virtual mode during check_irq_replay. */ +int opal_handle_hmi_exception(struct pt_regs *regs) +{ + s64 rc; + __be64 evt = 0; + + /* + * Check if HMI event is available. + * if Yes, then call opal_poll_events to pull opal messages and + * process them. + */ + if (!local_paca->hmi_event_available) + return 0; + + local_paca->hmi_event_available = 0; + rc = opal_poll_events(&evt); + if (rc == OPAL_SUCCESS && evt) + opal_do_notifier(be64_to_cpu(evt)); + + return 1; +} + static uint64_t find_recovery_address(uint64_t nip) { int i; @@ -567,15 +611,112 @@ return 0; } +static void __init opal_dump_region_init(void) +{ + void *addr; + uint64_t size; + int rc; + + /* Register kernel log buffer */ + addr = log_buf_addr_get(); + size = log_buf_len_get(); + rc = opal_register_dump_region(OPAL_DUMP_REGION_LOG_BUF, + __pa(addr), size); + /* Don't warn if this is just an older OPAL that doesn't + * know about that call + */ + if (rc && rc != OPAL_UNSUPPORTED) + pr_warn("DUMP: Failed to register kernel log buffer. " + "rc = %d\n", rc); +} + +static void opal_i2c_create_devs(void) +{ + struct device_node *np; + + for_each_compatible_node(np, NULL, "ibm,opal-i2c") + of_platform_device_create(np, NULL, NULL); +} + +static void opal_ipmi_init(struct device_node *opal_node) +{ + struct device_node *np; + + for_each_child_of_node(opal_node, np) + if (of_device_is_compatible(np, "ibm,opal-ipmi")) + of_platform_device_create(np, NULL, NULL); +} + +static int kopald(void *unused) +{ + set_freezable(); + do { + try_to_freeze(); + opal_poll_events(NULL); + msleep_interruptible(opal_heartbeat); + } while (!kthread_should_stop()); + + return 0; +} + +static void opal_init_heartbeat(void) +{ + /* Old firwmware, we assume the HVC heartbeat is sufficient */ + if (of_property_read_u32(opal_node, "ibm,heartbeat-ms", + &opal_heartbeat) != 0) + opal_heartbeat = 0; + + if (opal_heartbeat) + kthread_run(kopald, NULL, "kopald"); +} + +static void __init opal_irq_init(struct device_node *dn) +{ + const __be32 *irqs; + int i, irqlen; + + /* Get interrupt property */ + irqs = of_get_property(opal_node, "opal-interrupts", &irqlen); + pr_debug("Found %d interrupts reserved for OPAL\n", + irqs ? (irqlen / 4) : 0); + + /* Install interrupt handlers */ + opal_irq_count = irqlen / 4; + opal_irqs = kzalloc(opal_irq_count * sizeof(unsigned int), GFP_KERNEL); + for (i = 0; irqs && i < opal_irq_count; i++, irqs++) { + unsigned int irq, virq; + int rc; + + /* Get hardware and virtual IRQ */ + irq = be32_to_cpup(irqs); + virq = irq_create_mapping(NULL, irq); + if (virq == NO_IRQ) { + pr_warn("Failed to map irq 0x%x\n", irq); + continue; + } + + /* Install interrupt handler */ + rc = request_irq(virq, opal_interrupt, 0, "opal", NULL); + if (rc) { + irq_dispose_mapping(virq); + pr_warn("Error %d requesting irq %d (0x%x)\n", + rc, virq, irq); + continue; + } + + /* Cache IRQ */ + opal_irqs[i] = virq; + } +} + static int __init opal_init(void) { struct device_node *np, *consoles; - const __be32 *irqs; - int rc, i, irqlen; + int rc; opal_node = of_find_node_by_path("/ibm,opal"); if (!opal_node) { - pr_warn("opal: Node not found\n"); + pr_warn("Device node not found\n"); return -ENODEV; } @@ -593,29 +734,20 @@ of_node_put(consoles); } + /* Create i2c platform devices */ + opal_i2c_create_devs(); + + /* Setup a heatbeat thread if requested by OPAL */ + opal_init_heartbeat(); + /* Find all OPAL interrupts and request them */ - irqs = of_get_property(opal_node, "opal-interrupts", &irqlen); - pr_debug("opal: Found %d interrupts reserved for OPAL\n", - irqs ? (irqlen / 4) : 0); - opal_irq_count = irqlen / 4; - opal_irqs = kzalloc(opal_irq_count * sizeof(unsigned int), GFP_KERNEL); - for (i = 0; irqs && i < (irqlen / 4); i++, irqs++) { - unsigned int hwirq = be32_to_cpup(irqs); - unsigned int irq = irq_create_mapping(NULL, hwirq); - if (irq == NO_IRQ) { - pr_warning("opal: Failed to map irq 0x%x\n", hwirq); - continue; - } - rc = request_irq(irq, opal_interrupt, 0, "opal", NULL); - if (rc) - pr_warning("opal: Error %d requesting irq %d" - " (0x%x)\n", rc, irq, hwirq); - opal_irqs[i] = irq; - } + opal_irq_init(opal_node); /* Create "opal" kobject under /sys/firmware */ rc = opal_sysfs_init(); if (rc == 0) { + /* Setup dump region interface */ + opal_dump_region_init(); /* Setup error log interface */ rc = opal_elog_init(); /* Setup code update interface */ @@ -628,9 +760,12 @@ opal_msglog_init(); } + /* Initialize OPAL IPMI backend */ + opal_ipmi_init(opal_node); + return 0; } -subsys_initcall(opal_init); +machine_subsys_initcall(powernv, opal_init); void opal_shutdown(void) { @@ -656,10 +791,15 @@ else mdelay(10); } + + /* Unregister memory dump region */ + opal_unregister_dump_region(OPAL_DUMP_REGION_LOG_BUF); } /* Export this so that test modules can use it */ EXPORT_SYMBOL_GPL(opal_invalid_call); +EXPORT_SYMBOL_GPL(opal_ipmi_send); +EXPORT_SYMBOL_GPL(opal_ipmi_recv); /* Convert a region of vmalloc memory to an opal sg list */ struct opal_sg_list *opal_vmalloc_to_sg_list(void *vmalloc_addr, @@ -723,3 +863,5 @@ sg = NULL; } } + +EXPORT_SYMBOL_GPL(opal_i2c_request); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/pci-ioda.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/pci-ioda.c @@ -36,6 +36,10 @@ #include #include #include +#include +#include + +#include #include "powernv.h" #include "pci.h" @@ -82,6 +86,12 @@ : : "r" (val), "r" (paddr) : "memory"); } +static inline bool pnv_pci_is_mem_pref_64(unsigned long flags) +{ + return ((flags & (IORESOURCE_MEM_64 | IORESOURCE_PREFETCH)) == + (IORESOURCE_MEM_64 | IORESOURCE_PREFETCH)); +} + static int pnv_ioda_alloc_pe(struct pnv_phb *phb) { unsigned long pe; @@ -106,6 +116,380 @@ clear_bit(pe, phb->ioda.pe_alloc); } +/* The default M64 BAR is shared by all PEs */ +static int pnv_ioda2_init_m64(struct pnv_phb *phb) +{ + const char *desc; + struct resource *r; + s64 rc; + + /* Configure the default M64 BAR */ + rc = opal_pci_set_phb_mem_window(phb->opal_id, + OPAL_M64_WINDOW_TYPE, + phb->ioda.m64_bar_idx, + phb->ioda.m64_base, + 0, /* unused */ + phb->ioda.m64_size); + if (rc != OPAL_SUCCESS) { + desc = "configuring"; + goto fail; + } + + /* Enable the default M64 BAR */ + rc = opal_pci_phb_mmio_enable(phb->opal_id, + OPAL_M64_WINDOW_TYPE, + phb->ioda.m64_bar_idx, + OPAL_ENABLE_M64_SPLIT); + if (rc != OPAL_SUCCESS) { + desc = "enabling"; + goto fail; + } + + /* Mark the M64 BAR assigned */ + set_bit(phb->ioda.m64_bar_idx, &phb->ioda.m64_bar_alloc); + + /* + * Strip off the segment used by the reserved PE, which is + * expected to be 0 or last one of PE capabicity. + */ + r = &phb->hose->mem_resources[1]; + if (phb->ioda.reserved_pe == 0) + r->start += phb->ioda.m64_segsize; + else if (phb->ioda.reserved_pe == (phb->ioda.total_pe - 1)) + r->end -= phb->ioda.m64_segsize; + else + pr_warn(" Cannot strip M64 segment for reserved PE#%d\n", + phb->ioda.reserved_pe); + + return 0; + +fail: + pr_warn(" Failure %lld %s M64 BAR#%d\n", + rc, desc, phb->ioda.m64_bar_idx); + opal_pci_phb_mmio_enable(phb->opal_id, + OPAL_M64_WINDOW_TYPE, + phb->ioda.m64_bar_idx, + OPAL_DISABLE_M64); + return -EIO; +} + +static void pnv_ioda2_alloc_m64_pe(struct pnv_phb *phb) +{ + resource_size_t sgsz = phb->ioda.m64_segsize; + struct pci_dev *pdev; + struct resource *r; + int base, step, i; + + /* + * Root bus always has full M64 range and root port has + * M64 range used in reality. So we're checking root port + * instead of root bus. + */ + list_for_each_entry(pdev, &phb->hose->bus->devices, bus_list) { + for (i = PCI_BRIDGE_RESOURCES; + i <= PCI_BRIDGE_RESOURCE_END; i++) { + r = &pdev->resource[i]; + if (!r->parent || + !pnv_pci_is_mem_pref_64(r->flags)) + continue; + + base = (r->start - phb->ioda.m64_base) / sgsz; + for (step = 0; step < resource_size(r) / sgsz; step++) + set_bit(base + step, phb->ioda.pe_alloc); + } + } +} + +static int pnv_ioda2_pick_m64_pe(struct pnv_phb *phb, + struct pci_bus *bus, int all) +{ + resource_size_t segsz = phb->ioda.m64_segsize; + struct pci_dev *pdev; + struct resource *r; + struct pnv_ioda_pe *master_pe, *pe; + unsigned long size, *pe_alloc; + bool found; + int start, i, j; + + /* Root bus shouldn't use M64 */ + if (pci_is_root_bus(bus)) + return IODA_INVALID_PE; + + /* We support only one M64 window on each bus */ + found = false; + pci_bus_for_each_resource(bus, r, i) { + if (r && r->parent && + pnv_pci_is_mem_pref_64(r->flags)) { + found = true; + break; + } + } + + /* No M64 window found ? */ + if (!found) + return IODA_INVALID_PE; + + /* Allocate bitmap */ + size = _ALIGN_UP(phb->ioda.total_pe / 8, sizeof(unsigned long)); + pe_alloc = kzalloc(size, GFP_KERNEL); + if (!pe_alloc) { + pr_warn("%s: Out of memory !\n", + __func__); + return IODA_INVALID_PE; + } + + /* + * Figure out reserved PE numbers by the PE + * the its child PEs. + */ + start = (r->start - phb->ioda.m64_base) / segsz; + for (i = 0; i < resource_size(r) / segsz; i++) + set_bit(start + i, pe_alloc); + + if (all) + goto done; + + /* + * If the PE doesn't cover all subordinate buses, + * we need subtract from reserved PEs for children. + */ + list_for_each_entry(pdev, &bus->devices, bus_list) { + if (!pdev->subordinate) + continue; + + pci_bus_for_each_resource(pdev->subordinate, r, i) { + if (!r || !r->parent || + !pnv_pci_is_mem_pref_64(r->flags)) + continue; + + start = (r->start - phb->ioda.m64_base) / segsz; + for (j = 0; j < resource_size(r) / segsz ; j++) + clear_bit(start + j, pe_alloc); + } + } + + /* + * the current bus might not own M64 window and that's all + * contributed by its child buses. For the case, we needn't + * pick M64 dependent PE#. + */ + if (bitmap_empty(pe_alloc, phb->ioda.total_pe)) { + kfree(pe_alloc); + return IODA_INVALID_PE; + } + + /* + * Figure out the master PE and put all slave PEs to master + * PE's list to form compound PE. + */ +done: + master_pe = NULL; + i = -1; + while ((i = find_next_bit(pe_alloc, phb->ioda.total_pe, i + 1)) < + phb->ioda.total_pe) { + pe = &phb->ioda.pe_array[i]; + pe->phb = phb; + pe->pe_number = i; + + if (!master_pe) { + pe->flags |= PNV_IODA_PE_MASTER; + INIT_LIST_HEAD(&pe->slaves); + master_pe = pe; + } else { + pe->flags |= PNV_IODA_PE_SLAVE; + pe->master = master_pe; + list_add_tail(&pe->list, &master_pe->slaves); + } + } + + kfree(pe_alloc); + return master_pe->pe_number; +} + +static void __init pnv_ioda_parse_m64_window(struct pnv_phb *phb) +{ + struct pci_controller *hose = phb->hose; + struct device_node *dn = hose->dn; + struct resource *res; + const u32 *r; + u64 pci_addr; + + if (!firmware_has_feature(FW_FEATURE_OPALv3)) { + pr_info(" Firmware too old to support M64 window\n"); + return; + } + + r = of_get_property(dn, "ibm,opal-m64-window", NULL); + if (!r) { + pr_info(" No on %s\n", + dn->full_name); + return; + } + + /* FIXME: Support M64 for P7IOC */ + if (phb->type != PNV_PHB_IODA2) { + pr_info(" Not support M64 window\n"); + return; + } + + res = &hose->mem_resources[1]; + res->start = of_translate_address(dn, r + 2); + res->end = res->start + of_read_number(r + 4, 2) - 1; + res->flags = (IORESOURCE_MEM | IORESOURCE_MEM_64 | IORESOURCE_PREFETCH); + pci_addr = of_read_number(r, 2); + hose->mem_offset[1] = res->start - pci_addr; + + phb->ioda.m64_size = resource_size(res); + phb->ioda.m64_segsize = phb->ioda.m64_size / phb->ioda.total_pe; + phb->ioda.m64_base = pci_addr; + + /* Use last M64 BAR to cover M64 window */ + phb->ioda.m64_bar_idx = 15; + phb->init_m64 = pnv_ioda2_init_m64; + phb->alloc_m64_pe = pnv_ioda2_alloc_m64_pe; + phb->pick_m64_pe = pnv_ioda2_pick_m64_pe; +} + +static void pnv_ioda_freeze_pe(struct pnv_phb *phb, int pe_no) +{ + struct pnv_ioda_pe *pe = &phb->ioda.pe_array[pe_no]; + struct pnv_ioda_pe *slave; + s64 rc; + + /* Fetch master PE */ + if (pe->flags & PNV_IODA_PE_SLAVE) { + pe = pe->master; + WARN_ON(!pe || !(pe->flags & PNV_IODA_PE_MASTER)); + pe_no = pe->pe_number; + } + + /* Freeze master PE */ + rc = opal_pci_eeh_freeze_set(phb->opal_id, + pe_no, + OPAL_EEH_ACTION_SET_FREEZE_ALL); + if (rc != OPAL_SUCCESS) { + pr_warn("%s: Failure %lld freezing PHB#%x-PE#%x\n", + __func__, rc, phb->hose->global_number, pe_no); + return; + } + + /* Freeze slave PEs */ + if (!(pe->flags & PNV_IODA_PE_MASTER)) + return; + + list_for_each_entry(slave, &pe->slaves, list) { + rc = opal_pci_eeh_freeze_set(phb->opal_id, + slave->pe_number, + OPAL_EEH_ACTION_SET_FREEZE_ALL); + if (rc != OPAL_SUCCESS) + pr_warn("%s: Failure %lld freezing PHB#%x-PE#%x\n", + __func__, rc, phb->hose->global_number, + slave->pe_number); + } +} + +int pnv_ioda_unfreeze_pe(struct pnv_phb *phb, int pe_no, int opt) +{ + struct pnv_ioda_pe *pe, *slave; + s64 rc; + + /* Find master PE */ + pe = &phb->ioda.pe_array[pe_no]; + if (pe->flags & PNV_IODA_PE_SLAVE) { + pe = pe->master; + WARN_ON(!pe || !(pe->flags & PNV_IODA_PE_MASTER)); + pe_no = pe->pe_number; + } + + /* Clear frozen state for master PE */ + rc = opal_pci_eeh_freeze_clear(phb->opal_id, pe_no, opt); + if (rc != OPAL_SUCCESS) { + pr_warn("%s: Failure %lld clear %d on PHB#%x-PE#%x\n", + __func__, rc, opt, phb->hose->global_number, pe_no); + return -EIO; + } + + if (!(pe->flags & PNV_IODA_PE_MASTER)) + return 0; + + /* Clear frozen state for slave PEs */ + list_for_each_entry(slave, &pe->slaves, list) { + rc = opal_pci_eeh_freeze_clear(phb->opal_id, + slave->pe_number, + opt); + if (rc != OPAL_SUCCESS) { + pr_warn("%s: Failure %lld clear %d on PHB#%x-PE#%x\n", + __func__, rc, opt, phb->hose->global_number, + slave->pe_number); + return -EIO; + } + } + + return 0; +} + +static int pnv_ioda_get_pe_state(struct pnv_phb *phb, int pe_no) +{ + struct pnv_ioda_pe *slave, *pe; + u8 fstate, state; + __be16 pcierr; + s64 rc; + + /* Sanity check on PE number */ + if (pe_no < 0 || pe_no >= phb->ioda.total_pe) + return OPAL_EEH_STOPPED_PERM_UNAVAIL; + + /* + * Fetch the master PE and the PE instance might be + * not initialized yet. + */ + pe = &phb->ioda.pe_array[pe_no]; + if (pe->flags & PNV_IODA_PE_SLAVE) { + pe = pe->master; + WARN_ON(!pe || !(pe->flags & PNV_IODA_PE_MASTER)); + pe_no = pe->pe_number; + } + + /* Check the master PE */ + rc = opal_pci_eeh_freeze_status(phb->opal_id, pe_no, + &state, &pcierr, NULL); + if (rc != OPAL_SUCCESS) { + pr_warn("%s: Failure %lld getting " + "PHB#%x-PE#%x state\n", + __func__, rc, + phb->hose->global_number, pe_no); + return OPAL_EEH_STOPPED_TEMP_UNAVAIL; + } + + /* Check the slave PE */ + if (!(pe->flags & PNV_IODA_PE_MASTER)) + return state; + + list_for_each_entry(slave, &pe->slaves, list) { + rc = opal_pci_eeh_freeze_status(phb->opal_id, + slave->pe_number, + &fstate, + &pcierr, + NULL); + if (rc != OPAL_SUCCESS) { + pr_warn("%s: Failure %lld getting " + "PHB#%x-PE#%x state\n", + __func__, rc, + phb->hose->global_number, slave->pe_number); + return OPAL_EEH_STOPPED_TEMP_UNAVAIL; + } + + /* + * Override the result based on the ascending + * priority. + */ + if (fstate > state) + state = fstate; + } + + return state; +} + /* Currently those 2 are only used when MSIs are enabled, this will change * but in the meantime, we need to protect them to avoid warnings */ @@ -363,9 +747,16 @@ struct pci_controller *hose = pci_bus_to_host(bus); struct pnv_phb *phb = hose->private_data; struct pnv_ioda_pe *pe; - int pe_num; + int pe_num = IODA_INVALID_PE; + + /* Check if PE is determined by M64 */ + if (phb->pick_m64_pe) + pe_num = phb->pick_m64_pe(phb, bus, all); + + /* The PE number isn't pinned by M64 */ + if (pe_num == IODA_INVALID_PE) + pe_num = pnv_ioda_alloc_pe(phb); - pe_num = pnv_ioda_alloc_pe(phb); if (pe_num == IODA_INVALID_PE) { pr_warning("%s: Not enough PE# available for PCI bus %04x:%02x\n", __func__, pci_domain_nr(bus), bus->number); @@ -373,7 +764,7 @@ } pe = &phb->ioda.pe_array[pe_num]; - pe->flags = (all ? PNV_IODA_PE_BUS_ALL : PNV_IODA_PE_BUS); + pe->flags |= (all ? PNV_IODA_PE_BUS_ALL : PNV_IODA_PE_BUS); pe->pbus = bus; pe->pdev = NULL; pe->tce32_seg = -1; @@ -441,8 +832,15 @@ static void pnv_pci_ioda_setup_PEs(void) { struct pci_controller *hose, *tmp; + struct pnv_phb *phb; list_for_each_entry_safe(hose, tmp, &hose_list, list_node) { + phb = hose->private_data; + + /* M64 layout might affect PE allocation */ + if (phb->alloc_m64_pe) + phb->alloc_m64_pe(phb); + pnv_ioda_setup_PEs(hose->bus); } } @@ -462,7 +860,7 @@ pe = &phb->ioda.pe_array[pdn->pe_number]; WARN_ON(get_dma_ops(&pdev->dev) != &dma_iommu_ops); - set_iommu_table_base(&pdev->dev, &pe->tce32_table); + set_iommu_table_base_and_group(&pdev->dev, &pe->tce32_table); } static int pnv_pci_ioda_dma_set_mask(struct pnv_phb *phb, @@ -491,17 +889,26 @@ set_dma_ops(&pdev->dev, &dma_iommu_ops); set_iommu_table_base(&pdev->dev, &pe->tce32_table); } + *pdev->dev.dma_mask = dma_mask; return 0; } -static void pnv_ioda_setup_bus_dma(struct pnv_ioda_pe *pe, struct pci_bus *bus) +static void pnv_ioda_setup_bus_dma(struct pnv_ioda_pe *pe, + struct pci_bus *bus, + bool add_to_iommu_group) { struct pci_dev *dev; list_for_each_entry(dev, &bus->devices, bus_list) { - set_iommu_table_base_and_group(&dev->dev, &pe->tce32_table); + if (add_to_iommu_group) + set_iommu_table_base_and_group(&dev->dev, + &pe->tce32_table); + else + set_iommu_table_base(&dev->dev, &pe->tce32_table); + if (dev->subordinate) - pnv_ioda_setup_bus_dma(pe, dev->subordinate); + pnv_ioda_setup_bus_dma(pe, dev->subordinate, + add_to_iommu_group); } } @@ -677,7 +1084,7 @@ if (pe->pdev) set_iommu_table_base_and_group(&pe->pdev->dev, tbl); else - pnv_ioda_setup_bus_dma(pe, pe->pbus); + pnv_ioda_setup_bus_dma(pe, pe->pbus, true); return; fail: @@ -713,11 +1120,15 @@ 0); /* - * We might want to reset the DMA ops of all devices on - * this PE. However in theory, that shouldn't be necessary - * as this is used for VFIO/KVM pass-through and the device - * hasn't yet been returned to its kernel driver + * EEH needs the mapping between IOMMU table and group + * of those VFIO/KVM pass-through devices. We can postpone + * resetting DMA ops until the DMA mask is configured in + * host side. */ + if (pe->pdev) + set_iommu_table_base(&pe->pdev->dev, tbl); + else + pnv_ioda_setup_bus_dma(pe, pe->pbus, false); } if (rc) pe_err(pe, "OPAL error %lld configuring bypass window\n", rc); @@ -805,7 +1216,7 @@ if (pe->pdev) set_iommu_table_base_and_group(&pe->pdev->dev, tbl); else - pnv_ioda_setup_bus_dma(pe, pe->pbus); + pnv_ioda_setup_bus_dma(pe, pe->pbus, true); /* Also create a bypass window */ pnv_pci_ioda2_setup_bypass_pe(phb, pe); @@ -895,14 +1306,185 @@ icp_native_eoi(d); } + +static void set_msi_irq_chip(struct pnv_phb *phb, unsigned int virq) +{ + struct irq_data *idata; + struct irq_chip *ichip; + + if (phb->type != PNV_PHB_IODA2) + return; + + if (!phb->ioda.irq_chip_init) { + /* + * First time we setup an MSI IRQ, we need to setup the + * corresponding IRQ chip to route correctly. + */ + idata = irq_get_irq_data(virq); + ichip = irq_data_get_irq_chip(idata); + phb->ioda.irq_chip_init = 1; + phb->ioda.irq_chip = *ichip; + phb->ioda.irq_chip.irq_eoi = pnv_ioda2_msi_eoi; + } + irq_set_chip(virq, &phb->ioda.irq_chip); +} + +#ifdef CONFIG_CXL_BASE + +struct device_node *pnv_pci_to_phb_node(struct pci_dev *dev) +{ + struct pci_controller *hose = pci_bus_to_host(dev->bus); + + return hose->dn; +} +EXPORT_SYMBOL(pnv_pci_to_phb_node); + +int pnv_phb_to_cxl(struct pci_dev *dev) +{ + struct pci_controller *hose = pci_bus_to_host(dev->bus); + struct pnv_phb *phb = hose->private_data; + struct pnv_ioda_pe *pe; + int rc; + + pe = pnv_ioda_get_pe(dev); + if (!pe) + return -ENODEV; + + pe_info(pe, "Switching PHB to CXL\n"); + + rc = opal_pci_set_phb_cxl_mode(phb->opal_id, 1, pe->pe_number); + if (rc) + dev_err(&dev->dev, "opal_pci_set_phb_cxl_mode failed: %i\n", rc); + + return rc; +} +EXPORT_SYMBOL(pnv_phb_to_cxl); + +/* Find PHB for cxl dev and allocate MSI hwirqs? + * Returns the absolute hardware IRQ number + */ +int pnv_cxl_alloc_hwirqs(struct pci_dev *dev, int num) +{ + struct pci_controller *hose = pci_bus_to_host(dev->bus); + struct pnv_phb *phb = hose->private_data; + int hwirq = msi_bitmap_alloc_hwirqs(&phb->msi_bmp, num); + + if (hwirq < 0) { + dev_warn(&dev->dev, "Failed to find a free MSI\n"); + return -ENOSPC; + } + + return phb->msi_base + hwirq; +} +EXPORT_SYMBOL(pnv_cxl_alloc_hwirqs); + +void pnv_cxl_release_hwirqs(struct pci_dev *dev, int hwirq, int num) +{ + struct pci_controller *hose = pci_bus_to_host(dev->bus); + struct pnv_phb *phb = hose->private_data; + + msi_bitmap_free_hwirqs(&phb->msi_bmp, hwirq - phb->msi_base, num); +} +EXPORT_SYMBOL(pnv_cxl_release_hwirqs); + +void pnv_cxl_release_hwirq_ranges(struct cxl_irq_ranges *irqs, + struct pci_dev *dev) +{ + struct pci_controller *hose = pci_bus_to_host(dev->bus); + struct pnv_phb *phb = hose->private_data; + int i, hwirq; + + for (i = 1; i < CXL_IRQ_RANGES; i++) { + if (!irqs->range[i]) + continue; + pr_devel("cxl release irq range 0x%x: offset: 0x%lx limit: %ld\n", + i, irqs->offset[i], + irqs->range[i]); + hwirq = irqs->offset[i] - phb->msi_base; + msi_bitmap_free_hwirqs(&phb->msi_bmp, hwirq, + irqs->range[i]); + } +} +EXPORT_SYMBOL(pnv_cxl_release_hwirq_ranges); + +int pnv_cxl_alloc_hwirq_ranges(struct cxl_irq_ranges *irqs, + struct pci_dev *dev, int num) +{ + struct pci_controller *hose = pci_bus_to_host(dev->bus); + struct pnv_phb *phb = hose->private_data; + int i, hwirq, try; + + memset(irqs, 0, sizeof(struct cxl_irq_ranges)); + + /* 0 is reserved for the multiplexed PSL DSI interrupt */ + for (i = 1; i < CXL_IRQ_RANGES && num; i++) { + try = num; + while (try) { + hwirq = msi_bitmap_alloc_hwirqs(&phb->msi_bmp, try); + if (hwirq >= 0) + break; + try /= 2; + } + if (!try) + goto fail; + + irqs->offset[i] = phb->msi_base + hwirq; + irqs->range[i] = try; + pr_devel("cxl alloc irq range 0x%x: offset: 0x%lx limit: %li\n", + i, irqs->offset[i], irqs->range[i]); + num -= try; + } + if (num) + goto fail; + + return 0; +fail: + pnv_cxl_release_hwirq_ranges(irqs, dev); + return -ENOSPC; +} +EXPORT_SYMBOL(pnv_cxl_alloc_hwirq_ranges); + +int pnv_cxl_get_irq_count(struct pci_dev *dev) +{ + struct pci_controller *hose = pci_bus_to_host(dev->bus); + struct pnv_phb *phb = hose->private_data; + + return phb->msi_bmp.irq_count; +} +EXPORT_SYMBOL(pnv_cxl_get_irq_count); + +int pnv_cxl_ioda_msi_setup(struct pci_dev *dev, unsigned int hwirq, + unsigned int virq) +{ + struct pci_controller *hose = pci_bus_to_host(dev->bus); + struct pnv_phb *phb = hose->private_data; + unsigned int xive_num = hwirq - phb->msi_base; + struct pnv_ioda_pe *pe; + int rc; + + if (!(pe = pnv_ioda_get_pe(dev))) + return -ENODEV; + + /* Assign XIVE to PE */ + rc = opal_pci_set_xive_pe(phb->opal_id, pe->pe_number, xive_num); + if (rc) { + pe_warn(pe, "%s: OPAL error %d setting msi_base 0x%x " + "hwirq 0x%x XIVE 0x%x PE\n", + pci_name(dev), rc, phb->msi_base, hwirq, xive_num); + return -EIO; + } + set_msi_irq_chip(phb, virq); + + return 0; +} +EXPORT_SYMBOL(pnv_cxl_ioda_msi_setup); +#endif + static int pnv_pci_ioda_msi_setup(struct pnv_phb *phb, struct pci_dev *dev, unsigned int hwirq, unsigned int virq, unsigned int is_64, struct msi_msg *msg) { struct pnv_ioda_pe *pe = pnv_ioda_get_pe(dev); - struct pci_dn *pdn = pci_get_pdn(dev); - struct irq_data *idata; - struct irq_chip *ichip; unsigned int xive_num = hwirq - phb->msi_base; __be32 data; int rc; @@ -916,7 +1498,7 @@ return -ENXIO; /* Force 32-bit MSI on some broken devices */ - if (pdn && pdn->force_32bit_msi) + if (dev->no_64bit_msi) is_64 = 0; /* Assign XIVE to PE */ @@ -954,22 +1536,7 @@ } msg->data = be32_to_cpu(data); - /* - * Change the IRQ chip for the MSI interrupts on PHB3. - * The corresponding IRQ chip should be populated for - * the first time. - */ - if (phb->type == PNV_PHB_IODA2) { - if (!phb->ioda.irq_chip_init) { - idata = irq_get_irq_data(virq); - ichip = irq_data_get_irq_chip(idata); - phb->ioda.irq_chip_init = 1; - phb->ioda.irq_chip = *ichip; - phb->ioda.irq_chip.irq_eoi = pnv_ioda2_msi_eoi; - } - - irq_set_chip(virq, &phb->ioda.irq_chip); - } + set_msi_irq_chip(phb, virq); pr_devel("%s: %s-bit MSI on hwirq %x (xive #%d)," " address=%x_%08x data=%x PE# %d\n", @@ -1055,9 +1622,6 @@ index++; } } else if (res->flags & IORESOURCE_MEM) { - /* WARNING: Assumes M32 is mem region 0 in PHB. We need to - * harden that algorithm when we start supporting M64 - */ region.start = res->start - hose->mem_offset[0] - phb->ioda.m32_pci_base; @@ -1141,9 +1705,8 @@ pnv_pci_ioda_create_dbgfs(); #ifdef CONFIG_EEH - eeh_probe_mode_set(EEH_PROBE_MODE_DEV); - eeh_addr_cache_build(); eeh_init(); + eeh_addr_cache_build(); #endif } @@ -1178,7 +1741,10 @@ bridge = bridge->bus->self; } - /* We need support prefetchable memory window later */ + /* We fail back to M32 if M64 isn't supported */ + if (phb->ioda.m64_segsize && + pnv_pci_is_mem_pref_64(type)) + return phb->ioda.m64_segsize; if (type & IORESOURCE_MEM) return phb->ioda.m32_segsize; @@ -1299,6 +1865,10 @@ prop32 = of_get_property(np, "ibm,opal-reserved-pe", NULL); if (prop32) phb->ioda.reserved_pe = be32_to_cpup(prop32); + + /* Parse 64-bit MMIO range */ + pnv_ioda_parse_m64_window(phb); + phb->ioda.m32_size = resource_size(&hose->mem_resources[0]); /* FW Has already off top 64k of M32 space (MSI space) */ phb->ioda.m32_size += 0x10000; @@ -1334,14 +1904,6 @@ /* Calculate how many 32-bit TCE segments we have */ phb->ioda.tce32_count = phb->ioda.m32_pci_base >> 28; - /* Clear unusable m64 */ - hose->mem_resources[1].flags = 0; - hose->mem_resources[1].start = 0; - hose->mem_resources[1].end = 0; - hose->mem_resources[2].flags = 0; - hose->mem_resources[2].start = 0; - hose->mem_resources[2].end = 0; - #if 0 /* We should really do that ... */ rc = opal_pci_set_phb_mem_window(opal->phb_id, window_type, @@ -1351,14 +1913,21 @@ segment_size); #endif - pr_info(" %d (%d) PE's M32: 0x%x [segment=0x%x]" - " IO: 0x%x [segment=0x%x]\n", - phb->ioda.total_pe, - phb->ioda.reserved_pe, - phb->ioda.m32_size, phb->ioda.m32_segsize, - phb->ioda.io_size, phb->ioda.io_segsize); + pr_info(" %03d (%03d) PE's M32: 0x%x [segment=0x%x]\n", + phb->ioda.total_pe, phb->ioda.reserved_pe, + phb->ioda.m32_size, phb->ioda.m32_segsize); + if (phb->ioda.m64_size) + pr_info(" M64: 0x%lx [segment=0x%lx]\n", + phb->ioda.m64_size, phb->ioda.m64_segsize); + if (phb->ioda.io_size) + pr_info(" IO: 0x%x [segment=0x%x]\n", + phb->ioda.io_size, phb->ioda.io_segsize); + phb->hose->ops = &pnv_pci_ops; + phb->get_pe_state = pnv_ioda_get_pe_state; + phb->freeze_pe = pnv_ioda_freeze_pe; + phb->unfreeze_pe = pnv_ioda_unfreeze_pe; #ifdef CONFIG_EEH phb->eeh_ops = &ioda_eeh_ops; #endif @@ -1402,8 +1971,12 @@ if (is_kdump_kernel()) { pr_info(" Issue PHB reset ...\n"); ioda_eeh_phb_reset(hose, EEH_RESET_FUNDAMENTAL); - ioda_eeh_phb_reset(hose, OPAL_DEASSERT_RESET); + ioda_eeh_phb_reset(hose, EEH_RESET_DEACTIVATE); } + + /* Configure M64 window */ + if (phb->init_m64 && phb->init_m64(phb)) + hose->mem_resources[1].flags = 0; } void __init pnv_pci_init_ioda2_phb(struct device_node *np) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/pci.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/pci.c @@ -50,9 +50,8 @@ { struct pci_controller *hose = pci_bus_to_host(pdev->bus); struct pnv_phb *phb = hose->private_data; - struct pci_dn *pdn = pci_get_pdn(pdev); - if (pdn && pdn->force_32bit_msi && !phb->msi32_support) + if (pdev->no_64bit_msi && !phb->msi32_support) return -ENODEV; return (phb && phb->msi_bmp.bitmap) ? 0 : -ENODEV; @@ -109,6 +108,7 @@ struct pci_controller *hose = pci_bus_to_host(pdev->bus); struct pnv_phb *phb = hose->private_data; struct msi_desc *entry; + irq_hw_number_t hwirq; if (WARN_ON(!phb)) return; @@ -116,10 +116,10 @@ list_for_each_entry(entry, &pdev->msi_list, list) { if (entry->irq == NO_IRQ) continue; + hwirq = virq_to_hw(entry->irq); irq_set_msi_desc(entry->irq, NULL); - msi_bitmap_free_hwirqs(&phb->msi_bmp, - virq_to_hw(entry->irq) - phb->msi_base, 1); irq_dispose_mapping(entry->irq); + msi_bitmap_free_hwirqs(&phb->msi_bmp, hwirq - phb->msi_base, 1); } } #endif /* CONFIG_PCI_MSI */ @@ -132,61 +132,78 @@ data = (struct OpalIoP7IOCPhbErrorData *)common; pr_info("P7IOC PHB#%d Diag-data (Version: %d)\n", - hose->global_number, common->version); + hose->global_number, be32_to_cpu(common->version)); if (data->brdgCtl) pr_info("brdgCtl: %08x\n", - data->brdgCtl); + be32_to_cpu(data->brdgCtl)); if (data->portStatusReg || data->rootCmplxStatus || data->busAgentStatus) pr_info("UtlSts: %08x %08x %08x\n", - data->portStatusReg, data->rootCmplxStatus, - data->busAgentStatus); + be32_to_cpu(data->portStatusReg), + be32_to_cpu(data->rootCmplxStatus), + be32_to_cpu(data->busAgentStatus)); if (data->deviceStatus || data->slotStatus || data->linkStatus || data->devCmdStatus || data->devSecStatus) pr_info("RootSts: %08x %08x %08x %08x %08x\n", - data->deviceStatus, data->slotStatus, - data->linkStatus, data->devCmdStatus, - data->devSecStatus); + be32_to_cpu(data->deviceStatus), + be32_to_cpu(data->slotStatus), + be32_to_cpu(data->linkStatus), + be32_to_cpu(data->devCmdStatus), + be32_to_cpu(data->devSecStatus)); if (data->rootErrorStatus || data->uncorrErrorStatus || data->corrErrorStatus) pr_info("RootErrSts: %08x %08x %08x\n", - data->rootErrorStatus, data->uncorrErrorStatus, - data->corrErrorStatus); + be32_to_cpu(data->rootErrorStatus), + be32_to_cpu(data->uncorrErrorStatus), + be32_to_cpu(data->corrErrorStatus)); if (data->tlpHdr1 || data->tlpHdr2 || data->tlpHdr3 || data->tlpHdr4) pr_info("RootErrLog: %08x %08x %08x %08x\n", - data->tlpHdr1, data->tlpHdr2, - data->tlpHdr3, data->tlpHdr4); + be32_to_cpu(data->tlpHdr1), + be32_to_cpu(data->tlpHdr2), + be32_to_cpu(data->tlpHdr3), + be32_to_cpu(data->tlpHdr4)); if (data->sourceId || data->errorClass || data->correlator) pr_info("RootErrLog1: %08x %016llx %016llx\n", - data->sourceId, data->errorClass, - data->correlator); + be32_to_cpu(data->sourceId), + be64_to_cpu(data->errorClass), + be64_to_cpu(data->correlator)); if (data->p7iocPlssr || data->p7iocCsr) pr_info("PhbSts: %016llx %016llx\n", - data->p7iocPlssr, data->p7iocCsr); + be64_to_cpu(data->p7iocPlssr), + be64_to_cpu(data->p7iocCsr)); if (data->lemFir) pr_info("Lem: %016llx %016llx %016llx\n", - data->lemFir, data->lemErrorMask, - data->lemWOF); + be64_to_cpu(data->lemFir), + be64_to_cpu(data->lemErrorMask), + be64_to_cpu(data->lemWOF)); if (data->phbErrorStatus) pr_info("PhbErr: %016llx %016llx %016llx %016llx\n", - data->phbErrorStatus, data->phbFirstErrorStatus, - data->phbErrorLog0, data->phbErrorLog1); + be64_to_cpu(data->phbErrorStatus), + be64_to_cpu(data->phbFirstErrorStatus), + be64_to_cpu(data->phbErrorLog0), + be64_to_cpu(data->phbErrorLog1)); if (data->mmioErrorStatus) pr_info("OutErr: %016llx %016llx %016llx %016llx\n", - data->mmioErrorStatus, data->mmioFirstErrorStatus, - data->mmioErrorLog0, data->mmioErrorLog1); + be64_to_cpu(data->mmioErrorStatus), + be64_to_cpu(data->mmioFirstErrorStatus), + be64_to_cpu(data->mmioErrorLog0), + be64_to_cpu(data->mmioErrorLog1)); if (data->dma0ErrorStatus) pr_info("InAErr: %016llx %016llx %016llx %016llx\n", - data->dma0ErrorStatus, data->dma0FirstErrorStatus, - data->dma0ErrorLog0, data->dma0ErrorLog1); + be64_to_cpu(data->dma0ErrorStatus), + be64_to_cpu(data->dma0FirstErrorStatus), + be64_to_cpu(data->dma0ErrorLog0), + be64_to_cpu(data->dma0ErrorLog1)); if (data->dma1ErrorStatus) pr_info("InBErr: %016llx %016llx %016llx %016llx\n", - data->dma1ErrorStatus, data->dma1FirstErrorStatus, - data->dma1ErrorLog0, data->dma1ErrorLog1); + be64_to_cpu(data->dma1ErrorStatus), + be64_to_cpu(data->dma1FirstErrorStatus), + be64_to_cpu(data->dma1ErrorLog0), + be64_to_cpu(data->dma1ErrorLog1)); for (i = 0; i < OPAL_P7IOC_NUM_PEST_REGS; i++) { if ((data->pestA[i] >> 63) == 0 && @@ -194,7 +211,8 @@ continue; pr_info("PE[%3d] A/B: %016llx %016llx\n", - i, data->pestA[i], data->pestB[i]); + i, be64_to_cpu(data->pestA[i]), + be64_to_cpu(data->pestB[i])); } } @@ -319,43 +337,52 @@ static void pnv_pci_handle_eeh_config(struct pnv_phb *phb, u32 pe_no) { unsigned long flags, rc; - int has_diag; + int has_diag, ret = 0; spin_lock_irqsave(&phb->lock, flags); + /* Fetch PHB diag-data */ rc = opal_pci_get_phb_diag_data2(phb->opal_id, phb->diag.blob, PNV_PCI_DIAG_BUF_SIZE); has_diag = (rc == OPAL_SUCCESS); - rc = opal_pci_eeh_freeze_clear(phb->opal_id, pe_no, + /* If PHB supports compound PE, to handle it */ + if (phb->unfreeze_pe) { + ret = phb->unfreeze_pe(phb, + pe_no, OPAL_EEH_ACTION_CLEAR_FREEZE_ALL); - if (rc) { - pr_warning("PCI %d: Failed to clear EEH freeze state" - " for PE#%d, err %ld\n", - phb->hose->global_number, pe_no, rc); - - /* For now, let's only display the diag buffer when we fail to clear - * the EEH status. We'll do more sensible things later when we have - * proper EEH support. We need to make sure we don't pollute ourselves - * with the normal errors generated when probing empty slots - */ - if (has_diag) - pnv_pci_dump_phb_diag_data(phb->hose, phb->diag.blob); - else - pr_warning("PCI %d: No diag data available\n", - phb->hose->global_number); + } else { + rc = opal_pci_eeh_freeze_clear(phb->opal_id, + pe_no, + OPAL_EEH_ACTION_CLEAR_FREEZE_ALL); + if (rc) { + pr_warn("%s: Failure %ld clearing frozen " + "PHB#%x-PE#%x\n", + __func__, rc, phb->hose->global_number, + pe_no); + ret = -EIO; + } } + /* + * For now, let's only display the diag buffer when we fail to clear + * the EEH status. We'll do more sensible things later when we have + * proper EEH support. We need to make sure we don't pollute ourselves + * with the normal errors generated when probing empty slots + */ + if (has_diag && ret) + pnv_pci_dump_phb_diag_data(phb->hose, phb->diag.blob); + spin_unlock_irqrestore(&phb->lock, flags); } static void pnv_pci_config_check_eeh(struct pnv_phb *phb, struct device_node *dn) { - s64 rc; u8 fstate; __be16 pcierr; - u32 pe_no; + int pe_no; + s64 rc; /* * Get the PE#. During the PCI probe stage, we might not @@ -370,20 +397,42 @@ pe_no = phb->ioda.reserved_pe; } - /* Read freeze status */ - rc = opal_pci_eeh_freeze_status(phb->opal_id, pe_no, &fstate, &pcierr, - NULL); - if (rc) { - pr_warning("%s: Can't read EEH status (PE#%d) for " - "%s, err %lld\n", - __func__, pe_no, dn->full_name, rc); - return; + /* + * Fetch frozen state. If the PHB support compound PE, + * we need handle that case. + */ + if (phb->get_pe_state) { + fstate = phb->get_pe_state(phb, pe_no); + } else { + rc = opal_pci_eeh_freeze_status(phb->opal_id, + pe_no, + &fstate, + &pcierr, + NULL); + if (rc) { + pr_warn("%s: Failure %lld getting PHB#%x-PE#%x state\n", + __func__, rc, phb->hose->global_number, pe_no); + return; + } } + cfg_dbg(" -> EEH check, bdfn=%04x PE#%d fstate=%x\n", (PCI_DN(dn)->busno << 8) | (PCI_DN(dn)->devfn), pe_no, fstate); - if (fstate != 0) + + /* Clear the frozen state if applicable */ + if (fstate == OPAL_EEH_STOPPED_MMIO_FREEZE || + fstate == OPAL_EEH_STOPPED_DMA_FREEZE || + fstate == OPAL_EEH_STOPPED_MMIO_DMA_FREEZE) { + /* + * If PHB supports compound PE, freeze it for + * consistency. + */ + if (phb->freeze_pe) + phb->freeze_pe(phb, pe_no); + pnv_pci_handle_eeh_config(phb, pe_no); + } } int pnv_pci_cfg_read(struct device_node *dn, @@ -816,31 +865,4 @@ #endif } -static int tce_iommu_bus_notifier(struct notifier_block *nb, - unsigned long action, void *data) -{ - struct device *dev = data; - - switch (action) { - case BUS_NOTIFY_ADD_DEVICE: - return iommu_add_device(dev); - case BUS_NOTIFY_DEL_DEVICE: - if (dev->iommu_group) - iommu_del_device(dev); - return 0; - default: - return 0; - } -} - -static struct notifier_block tce_iommu_bus_nb = { - .notifier_call = tce_iommu_bus_notifier, -}; - -static int __init tce_iommu_bus_notifier_init(void) -{ - bus_register_notifier(&pci_bus_type, &tce_iommu_bus_nb); - return 0; -} - -subsys_initcall_sync(tce_iommu_bus_notifier_init); +machine_subsys_initcall_sync(powernv, tce_iommu_bus_notifier_init); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/pci.h +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/pci.h @@ -21,6 +21,8 @@ #define PNV_IODA_PE_DEV (1 << 0) /* PE has single PCI device */ #define PNV_IODA_PE_BUS (1 << 1) /* PE has primary PCI bus */ #define PNV_IODA_PE_BUS_ALL (1 << 2) /* PE has subordinate buses */ +#define PNV_IODA_PE_MASTER (1 << 3) /* Master PE in compound case */ +#define PNV_IODA_PE_SLAVE (1 << 4) /* Slave PE in compound case */ /* Data associated with a PE, including IOMMU tracking etc.. */ struct pnv_phb; @@ -64,6 +66,10 @@ */ int mve_number; + /* PEs in compound case */ + struct pnv_ioda_pe *master; + struct list_head slaves; + /* Link in list of PE#s */ struct list_head dma_link; struct list_head list; @@ -119,6 +125,12 @@ void (*fixup_phb)(struct pci_controller *hose); u32 (*bdfn_to_pe)(struct pnv_phb *phb, struct pci_bus *bus, u32 devfn); void (*shutdown)(struct pnv_phb *phb); + int (*init_m64)(struct pnv_phb *phb); + void (*alloc_m64_pe)(struct pnv_phb *phb); + int (*pick_m64_pe)(struct pnv_phb *phb, struct pci_bus *bus, int all); + int (*get_pe_state)(struct pnv_phb *phb, int pe_no); + void (*freeze_pe)(struct pnv_phb *phb, int pe_no); + int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt); union { struct { @@ -129,9 +141,20 @@ /* Global bridge info */ unsigned int total_pe; unsigned int reserved_pe; + + /* 32-bit MMIO window */ unsigned int m32_size; unsigned int m32_segsize; unsigned int m32_pci_base; + + /* 64-bit MMIO window */ + unsigned int m64_bar_idx; + unsigned long m64_size; + unsigned long m64_segsize; + unsigned long m64_base; + unsigned long m64_bar_alloc; + + /* IO ports */ unsigned int io_size; unsigned int io_segsize; unsigned int io_pci_base; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/powernv.h +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/powernv.h @@ -23,6 +23,8 @@ } #endif +extern u32 pnv_get_supported_cpuidle_states(void); + extern void pnv_lpc_init(void); bool cpu_core_split_required(void); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/rng.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/rng.c @@ -123,4 +123,4 @@ return 0; } -subsys_initcall(rng_init); +machine_subsys_initcall(powernv, rng_init); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/setup.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/setup.c @@ -36,8 +36,12 @@ #include #include #include +#include +#include +#include #include "powernv.h" +#include "subcore.h" static void __init pnv_setup_arch(void) { @@ -264,6 +268,8 @@ ppc_md.halt = pnv_halt; ppc_md.machine_check_exception = opal_machine_check; ppc_md.mce_check_early_recovery = opal_mce_check_early_recovery; + ppc_md.hmi_exception_early = opal_hmi_exception_early; + ppc_md.handle_hmi_exception = opal_handle_hmi_exception; } #ifdef CONFIG_PPC_POWERNV_RTAS @@ -280,6 +286,168 @@ } #endif /* CONFIG_PPC_POWERNV_RTAS */ +static u32 supported_cpuidle_states; + +int pnv_save_sprs_for_winkle(void) +{ + int cpu; + int rc; + + /* + * hid0, hid1, hid4, hid5, hmeer and lpcr values are symmetric accross + * all cpus at boot. Get these reg values of current cpu and use the + * same accross all cpus. + */ + uint64_t lpcr_val = mfspr(SPRN_LPCR); + uint64_t hid0_val = mfspr(SPRN_HID0); + uint64_t hid1_val = mfspr(SPRN_HID1); + uint64_t hid4_val = mfspr(SPRN_HID4); + uint64_t hid5_val = mfspr(SPRN_HID5); + uint64_t hmeer_val = mfspr(SPRN_HMEER); + + for_each_possible_cpu(cpu) { + uint64_t pir = get_hard_smp_processor_id(cpu); + uint64_t hsprg0_val = (uint64_t)&paca[cpu]; + + /* + * HSPRG0 is used to store the cpu's pointer to paca. Hence last + * 3 bits are guaranteed to be 0. Program slw to restore HSPRG0 + * with 63rd bit set, so that when a thread wakes up at 0x100 we + * can use this bit to distinguish between fastsleep and + * deep winkle. + */ + hsprg0_val |= 1; + + rc = opal_slw_set_reg(pir, SPRN_HSPRG0, hsprg0_val); + if (rc != 0) + return rc; + + rc = opal_slw_set_reg(pir, SPRN_LPCR, lpcr_val); + if (rc != 0) + return rc; + + /* HIDs are per core registers */ + if (cpu_thread_in_core(cpu) == 0) { + + rc = opal_slw_set_reg(pir, SPRN_HMEER, hmeer_val); + if (rc != 0) + return rc; + + rc = opal_slw_set_reg(pir, SPRN_HID0, hid0_val); + if (rc != 0) + return rc; + + rc = opal_slw_set_reg(pir, SPRN_HID1, hid1_val); + if (rc != 0) + return rc; + + rc = opal_slw_set_reg(pir, SPRN_HID4, hid4_val); + if (rc != 0) + return rc; + + rc = opal_slw_set_reg(pir, SPRN_HID5, hid5_val); + if (rc != 0) + return rc; + } + } + + return 0; +} + +static void pnv_alloc_idle_core_states(void) +{ + int i, j; + int nr_cores = cpu_nr_cores(); + u32 *core_idle_state; + + /* + * core_idle_state - First 8 bits track the idle state of each thread + * of the core. The 8th bit is the lock bit. Initially all thread bits + * are set. They are cleared when the thread enters deep idle state + * like sleep and winkle. Initially the lock bit is cleared. + * The lock bit has 2 purposes + * a. While the first thread is restoring core state, it prevents + * other threads in the core from switching to process context. + * b. While the last thread in the core is saving the core state, it + * prevents a different thread from waking up. + */ + for (i = 0; i < nr_cores; i++) { + int first_cpu = i * threads_per_core; + int node = cpu_to_node(first_cpu); + + core_idle_state = kmalloc_node(sizeof(u32), GFP_KERNEL, node); + *core_idle_state = PNV_CORE_IDLE_THREAD_BITS; + + for (j = 0; j < threads_per_core; j++) { + int cpu = first_cpu + j; + + paca[cpu].core_idle_state_ptr = core_idle_state; + paca[cpu].thread_idle_state = PNV_THREAD_RUNNING; + paca[cpu].thread_mask = 1 << j; + } + } + + update_subcore_sibling_mask(); + + if (supported_cpuidle_states & OPAL_PM_WINKLE_ENABLED) + pnv_save_sprs_for_winkle(); +} + +u32 pnv_get_supported_cpuidle_states(void) +{ + return supported_cpuidle_states; +} +EXPORT_SYMBOL_GPL(pnv_get_supported_cpuidle_states); + +static int __init pnv_init_idle_states(void) +{ + struct device_node *power_mgt; + int dt_idle_states; + const __be32 *idle_state_flags; + u32 len_flags, flags; + int i; + + supported_cpuidle_states = 0; + + if (cpuidle_disable != IDLE_NO_OVERRIDE) + return 0; + + if (!firmware_has_feature(FW_FEATURE_OPALv3)) + return 0; + + power_mgt = of_find_node_by_path("/ibm,opal/power-mgt"); + if (!power_mgt) { + pr_warn("opal: PowerMgmt Node not found\n"); + return 0; + } + + idle_state_flags = of_get_property(power_mgt, + "ibm,cpu-idle-state-flags", &len_flags); + if (!idle_state_flags) { + pr_warn("DT-PowerMgmt: missing ibm,cpu-idle-state-flags\n"); + return 0; + } + + dt_idle_states = len_flags / sizeof(u32); + + for (i = 0; i < dt_idle_states; i++) { + flags = be32_to_cpu(idle_state_flags[i]); + supported_cpuidle_states |= flags; + } + if (!(supported_cpuidle_states & OPAL_PM_SLEEP_ENABLED_ER1)) { + patch_instruction( + (unsigned int *)pnv_fastsleep_workaround_at_entry, + PPC_INST_NOP); + patch_instruction( + (unsigned int *)pnv_fastsleep_workaround_at_exit, + PPC_INST_NOP); + } + pnv_alloc_idle_core_states(); + return 0; +} + +subsys_initcall(pnv_init_idle_states); + static int __init pnv_probe(void) { unsigned long root = of_get_flat_dt_root(); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/smp.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/smp.c @@ -149,6 +149,8 @@ static void pnv_smp_cpu_kill_self(void) { unsigned int cpu; + unsigned long srr1; + u32 idle_states; /* Standard hot unplug procedure */ local_irq_disable(); @@ -159,19 +161,41 @@ generic_set_cpu_dead(cpu); smp_wmb(); + idle_states = pnv_get_supported_cpuidle_states(); /* We don't want to take decrementer interrupts while we are offline, * so clear LPCR:PECE1. We keep PECE2 enabled. */ mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~(u64)LPCR_PECE1); while (!generic_check_cpu_restart(cpu)) { + ppc64_runlatch_off(); - power7_nap(1); + + if (idle_states & OPAL_PM_WINKLE_ENABLED) + srr1 = power7_winkle(); + else if ((idle_states & OPAL_PM_SLEEP_ENABLED) || + (idle_states & OPAL_PM_SLEEP_ENABLED_ER1)) + srr1 = power7_sleep(); + else + srr1 = power7_nap(1); + ppc64_runlatch_on(); - /* Reenable IRQs briefly to clear the IPI that woke us */ - local_irq_enable(); - local_irq_disable(); - mb(); + /* + * If the SRR1 value indicates that we woke up due to + * an external interrupt, then clear the interrupt. + * We clear the interrupt before checking for the + * reason, so as to avoid a race where we wake up for + * some other reason, find nothing and clear the interrupt + * just as some other cpu is sending us an interrupt. + * If we returned from power7_nap as a result of + * having finished executing in a KVM guest, then srr1 + * contains 0. + */ + if ((srr1 & SRR1_WAKEMASK) == SRR1_WAKEEE) { + icp_native_flush_interrupt(); + local_paca->irq_happened &= PACA_IRQ_HARD_DIS; + smp_mb(); + } if (cpu_core_split_required()) continue; @@ -185,13 +209,27 @@ #endif /* CONFIG_HOTPLUG_CPU */ +static int pnv_cpu_bootable(unsigned int nr) +{ + /* + * Starting with POWER8, the subcore logic relies on all threads of a + * core being booted so that they can participate in split mode + * switches. So on those machines we ignore the smt_enabled_at_boot + * setting (smt-enabled on the kernel command line). + */ + if (cpu_has_feature(CPU_FTR_ARCH_207S)) + return 1; + + return smp_generic_cpu_bootable(nr); +} + static struct smp_ops_t pnv_smp_ops = { .message_pass = smp_muxed_ipi_message_pass, .cause_ipi = NULL, /* Filled at runtime by xics_smp_probe() */ .probe = xics_smp_probe, .kick_cpu = pnv_smp_kick_cpu, .setup_cpu = pnv_smp_setup_cpu, - .cpu_bootable = smp_generic_cpu_bootable, + .cpu_bootable = pnv_cpu_bootable, #ifdef CONFIG_HOTPLUG_CPU .cpu_disable = pnv_smp_cpu_disable, .cpu_die = generic_cpu_die, --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/subcore.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/subcore.c @@ -24,6 +24,7 @@ #include #include "subcore.h" +#include "powernv.h" /* @@ -159,6 +160,18 @@ mb(); } +static void update_hid_in_slw(u64 hid0) +{ + u64 idle_states = pnv_get_supported_cpuidle_states(); + + if (idle_states & OPAL_PM_WINKLE_ENABLED) { + /* OPAL call to patch slw with the new HID0 value */ + u64 cpu_pir = hard_smp_processor_id(); + + opal_slw_set_reg(cpu_pir, SPRN_HID0, hid0); + } +} + static void unsplit_core(void) { u64 hid0, mask; @@ -178,6 +191,7 @@ hid0 = mfspr(SPRN_HID0); hid0 &= ~HID0_POWER8_DYNLPARDIS; mtspr(SPRN_HID0, hid0); + update_hid_in_slw(hid0); while (mfspr(SPRN_HID0) & mask) cpu_relax(); @@ -214,6 +228,7 @@ hid0 = mfspr(SPRN_HID0); hid0 |= HID0_POWER8_DYNLPARDIS | split_parms[i].value; mtspr(SPRN_HID0, hid0); + update_hid_in_slw(hid0); /* Wait for it to happen */ while (!(mfspr(SPRN_HID0) & split_parms[i].mask)) @@ -250,6 +265,25 @@ return true; } +void update_subcore_sibling_mask(void) +{ + int cpu; + /* + * sibling mask for the first cpu. Left shift this by required bits + * to get sibling mask for the rest of the cpus. + */ + int sibling_mask_first_cpu = (1 << threads_per_subcore) - 1; + + for_each_possible_cpu(cpu) { + int tid = cpu_thread_in_core(cpu); + int offset = (tid / threads_per_subcore) * threads_per_subcore; + int mask = sibling_mask_first_cpu << offset; + + paca[cpu].subcore_sibling_mask = mask; + + } +} + static int cpu_update_split_mode(void *data) { int cpu, new_mode = *(int *)data; @@ -283,6 +317,7 @@ /* Make the new mode public */ subcores_per_core = new_mode; threads_per_subcore = threads_per_core / subcores_per_core; + update_subcore_sibling_mask(); /* Make sure the new mode is written before we exit */ mb(); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/powernv/subcore.h +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/powernv/subcore.h @@ -14,5 +14,12 @@ #define SYNC_STEP_FINISHED 3 /* Set by secondary when split/unsplit is done */ #ifndef __ASSEMBLY__ + +#ifdef CONFIG_SMP void split_core_secondary_loop(u8 *state); -#endif +extern void update_subcore_sibling_mask(void); +#else +static inline void update_subcore_sibling_mask(void) { }; +#endif /* CONFIG_SMP */ + +#endif /* __ASSEMBLY__ */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/pseries/dlpar.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/pseries/dlpar.c @@ -24,11 +24,11 @@ #include struct cc_workarea { - u32 drc_index; - u32 zero; - u32 name_offset; - u32 prop_length; - u32 prop_offset; + __be32 drc_index; + __be32 zero; + __be32 name_offset; + __be32 prop_length; + __be32 prop_offset; }; void dlpar_free_cc_property(struct property *prop) @@ -48,11 +48,11 @@ if (!prop) return NULL; - name = (char *)ccwa + ccwa->name_offset; + name = (char *)ccwa + be32_to_cpu(ccwa->name_offset); prop->name = kstrdup(name, GFP_KERNEL); - prop->length = ccwa->prop_length; - value = (char *)ccwa + ccwa->prop_offset; + prop->length = be32_to_cpu(ccwa->prop_length); + value = (char *)ccwa + be32_to_cpu(ccwa->prop_offset); prop->value = kmemdup(value, prop->length, GFP_KERNEL); if (!prop->value) { dlpar_free_cc_property(prop); @@ -78,7 +78,7 @@ if (!dn) return NULL; - name = (char *)ccwa + ccwa->name_offset; + name = (char *)ccwa + be32_to_cpu(ccwa->name_offset); dn->full_name = kasprintf(GFP_KERNEL, "%s/%s", path, name); if (!dn->full_name) { kfree(dn); @@ -125,7 +125,7 @@ #define CALL_AGAIN -2 #define ERR_CFG_USE -9003 -struct device_node *dlpar_configure_connector(u32 drc_index, +struct device_node *dlpar_configure_connector(__be32 drc_index, struct device_node *parent) { struct device_node *dn; @@ -363,7 +363,8 @@ int rc = 0; unsigned int cpu; int len, nthreads, i; - const u32 *intserv; + const __be32 *intserv; + u32 thread; intserv = of_get_property(dn, "ibm,ppc-interrupt-server#s", &len); if (!intserv) @@ -373,13 +374,14 @@ cpu_maps_update_begin(); for (i = 0; i < nthreads; i++) { + thread = be32_to_cpu(intserv[i]); for_each_present_cpu(cpu) { - if (get_hard_smp_processor_id(cpu) != intserv[i]) + if (get_hard_smp_processor_id(cpu) != thread) continue; BUG_ON(get_cpu_current_state(cpu) != CPU_STATE_OFFLINE); cpu_maps_update_done(); - rc = cpu_up(cpu); + rc = device_online(get_cpu_device(cpu)); if (rc) goto out; cpu_maps_update_begin(); @@ -388,7 +390,7 @@ } if (cpu == num_possible_cpus()) printk(KERN_WARNING "Could not find cpu to online " - "with physical id 0x%x\n", intserv[i]); + "with physical id 0x%x\n", thread); } cpu_maps_update_done(); @@ -407,22 +409,18 @@ if (rc) return -EINVAL; + rc = dlpar_acquire_drc(drc_index); + if (rc) + return -EINVAL; + parent = of_find_node_by_path("/cpus"); if (!parent) return -ENODEV; - dn = dlpar_configure_connector(drc_index, parent); - if (!dn) - return -EINVAL; - + dn = dlpar_configure_connector(cpu_to_be32(drc_index), parent); of_node_put(parent); - - rc = dlpar_acquire_drc(drc_index); - if (rc) { - dlpar_free_cc_nodes(dn); + if (!dn) return -EINVAL; - } - rc = dlpar_attach_node(dn); if (rc) { dlpar_release_drc(drc_index); @@ -442,7 +440,8 @@ int rc = 0; unsigned int cpu; int len, nthreads, i; - const u32 *intserv; + const __be32 *intserv; + u32 thread; intserv = of_get_property(dn, "ibm,ppc-interrupt-server#s", &len); if (!intserv) @@ -452,8 +451,9 @@ cpu_maps_update_begin(); for (i = 0; i < nthreads; i++) { + thread = be32_to_cpu(intserv[i]); for_each_present_cpu(cpu) { - if (get_hard_smp_processor_id(cpu) != intserv[i]) + if (get_hard_smp_processor_id(cpu) != thread) continue; if (get_cpu_current_state(cpu) == CPU_STATE_OFFLINE) @@ -462,7 +462,7 @@ if (get_cpu_current_state(cpu) == CPU_STATE_ONLINE) { set_preferred_offline_state(cpu, CPU_STATE_OFFLINE); cpu_maps_update_done(); - rc = cpu_down(cpu); + rc = device_offline(get_cpu_device(cpu)); if (rc) goto out; cpu_maps_update_begin(); @@ -475,14 +475,14 @@ * Upgrade it's state to CPU_STATE_OFFLINE. */ set_preferred_offline_state(cpu, CPU_STATE_OFFLINE); - BUG_ON(plpar_hcall_norets(H_PROD, intserv[i]) + BUG_ON(plpar_hcall_norets(H_PROD, thread) != H_SUCCESS); __cpu_die(cpu); break; } if (cpu == num_possible_cpus()) printk(KERN_WARNING "Could not find cpu to offline " - "with physical id 0x%x\n", intserv[i]); + "with physical id 0x%x\n", thread); } cpu_maps_update_done(); @@ -494,15 +494,15 @@ static ssize_t dlpar_cpu_release(const char *buf, size_t count) { struct device_node *dn; - const u32 *drc_index; + u32 drc_index; int rc; dn = of_find_node_by_path(buf); if (!dn) return -EINVAL; - drc_index = of_get_property(dn, "ibm,my-drc-index", NULL); - if (!drc_index) { + rc = of_property_read_u32(dn, "ibm,my-drc-index", &drc_index); + if (rc) { of_node_put(dn); return -EINVAL; } @@ -513,7 +513,7 @@ return -EINVAL; } - rc = dlpar_release_drc(*drc_index); + rc = dlpar_release_drc(drc_index); if (rc) { of_node_put(dn); return rc; @@ -521,7 +521,7 @@ rc = dlpar_detach_node(dn); if (rc) { - dlpar_acquire_drc(*drc_index); + dlpar_acquire_drc(drc_index); return rc; } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/pseries/eeh_pseries.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/pseries/eeh_pseries.c @@ -89,26 +89,26 @@ * of domain/bus/slot/function for EEH RTAS operations. */ if (ibm_set_eeh_option == RTAS_UNKNOWN_SERVICE) { - pr_warning("%s: RTAS service invalid\n", + pr_warn("%s: RTAS service invalid\n", __func__); return -EINVAL; } else if (ibm_set_slot_reset == RTAS_UNKNOWN_SERVICE) { - pr_warning("%s: RTAS service invalid\n", + pr_warn("%s: RTAS service invalid\n", __func__); return -EINVAL; } else if (ibm_read_slot_reset_state2 == RTAS_UNKNOWN_SERVICE && ibm_read_slot_reset_state == RTAS_UNKNOWN_SERVICE) { - pr_warning("%s: RTAS service and " + pr_warn("%s: RTAS service and " " invalid\n", __func__); return -EINVAL; } else if (ibm_slot_error_detail == RTAS_UNKNOWN_SERVICE) { - pr_warning("%s: RTAS service invalid\n", + pr_warn("%s: RTAS service invalid\n", __func__); return -EINVAL; } else if (ibm_configure_pe == RTAS_UNKNOWN_SERVICE && ibm_configure_bridge == RTAS_UNKNOWN_SERVICE) { - pr_warning("%s: RTAS service and " + pr_warn("%s: RTAS service and " " invalid\n", __func__); return -EINVAL; @@ -118,17 +118,17 @@ spin_lock_init(&slot_errbuf_lock); eeh_error_buf_size = rtas_token("rtas-error-log-max"); if (eeh_error_buf_size == RTAS_UNKNOWN_SERVICE) { - pr_warning("%s: unknown EEH error log size\n", + pr_warn("%s: unknown EEH error log size\n", __func__); eeh_error_buf_size = 1024; } else if (eeh_error_buf_size > RTAS_ERROR_LOG_MAX) { - pr_warning("%s: EEH error log size %d exceeds the maximal %d\n", + pr_warn("%s: EEH error log size %d exceeds the maximal %d\n", __func__, eeh_error_buf_size, RTAS_ERROR_LOG_MAX); eeh_error_buf_size = RTAS_ERROR_LOG_MAX; } /* Set EEH probe mode */ - eeh_probe_mode_set(EEH_PROBE_MODE_DEVTREE); + eeh_add_flag(EEH_PROBE_MODE_DEVTREE | EEH_ENABLE_IO_FOR_LOG); return 0; } @@ -270,7 +270,7 @@ /* Retrieve the device address */ regs = of_get_property(dn, "reg", NULL); if (!regs) { - pr_warning("%s: OF node property %s::reg not found\n", + pr_warn("%s: OF node property %s::reg not found\n", __func__, dn->full_name); return NULL; } @@ -297,7 +297,7 @@ enable = 1; if (enable) { - eeh_set_enable(true); + eeh_add_flag(EEH_ENABLED); eeh_add_to_parent_pe(edev); pr_debug("%s: EEH enabled on %s PHB#%d-PE#%x, config addr#%x\n", @@ -398,7 +398,7 @@ pe->config_addr, BUID_HI(pe->phb->buid), BUID_LO(pe->phb->buid), 0); if (ret) { - pr_warning("%s: Failed to get address for PHB#%d-PE#%x\n", + pr_warn("%s: Failed to get address for PHB#%d-PE#%x\n", __func__, pe->phb->global_number, pe->config_addr); return 0; } @@ -411,7 +411,7 @@ pe->config_addr, BUID_HI(pe->phb->buid), BUID_LO(pe->phb->buid), 0); if (ret) { - pr_warning("%s: Failed to get address for PHB#%d-PE#%x\n", + pr_warn("%s: Failed to get address for PHB#%d-PE#%x\n", __func__, pe->phb->global_number, pe->config_addr); return 0; } @@ -584,17 +584,17 @@ return ret; if (max_wait <= 0) { - pr_warning("%s: Timeout when getting PE's state (%d)\n", + pr_warn("%s: Timeout when getting PE's state (%d)\n", __func__, max_wait); return EEH_STATE_NOT_SUPPORT; } if (mwait <= 0) { - pr_warning("%s: Firmware returned bad wait value %d\n", + pr_warn("%s: Firmware returned bad wait value %d\n", __func__, mwait); mwait = EEH_STATE_MIN_WAIT_TIME; } else if (mwait > EEH_STATE_MAX_WAIT_TIME) { - pr_warning("%s: Firmware returned too long wait value %d\n", + pr_warn("%s: Firmware returned too long wait value %d\n", __func__, mwait); mwait = EEH_STATE_MAX_WAIT_TIME; } @@ -675,7 +675,7 @@ } if (ret) - pr_warning("%s: Unable to configure bridge PHB#%d-PE#%x (%d)\n", + pr_warn("%s: Unable to configure bridge PHB#%d-PE#%x (%d)\n", __func__, pe->phb->global_number, pe->addr, ret); return ret; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/pseries/hotplug-cpu.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/pseries/hotplug-cpu.c @@ -90,7 +90,7 @@ { static struct rtas_args args = { .nargs = 0, - .nret = 1, + .nret = cpu_to_be32(1), .rets = &args.args[0], }; @@ -247,7 +247,7 @@ unsigned int cpu; cpumask_var_t candidate_mask, tmp; int err = -ENOSPC, len, nthreads, i; - const u32 *intserv; + const __be32 *intserv; intserv = of_get_property(np, "ibm,ppc-interrupt-server#s", &len); if (!intserv) @@ -293,7 +293,7 @@ for_each_cpu(cpu, tmp) { BUG_ON(cpu_present(cpu)); set_cpu_present(cpu, true); - set_hard_smp_processor_id(cpu, *intserv++); + set_hard_smp_processor_id(cpu, be32_to_cpu(*intserv++)); } err = 0; out_unlock: @@ -312,7 +312,8 @@ { unsigned int cpu; int len, nthreads, i; - const u32 *intserv; + const __be32 *intserv; + u32 thread; intserv = of_get_property(np, "ibm,ppc-interrupt-server#s", &len); if (!intserv) @@ -322,8 +323,9 @@ cpu_maps_update_begin(); for (i = 0; i < nthreads; i++) { + thread = be32_to_cpu(intserv[i]); for_each_present_cpu(cpu) { - if (get_hard_smp_processor_id(cpu) != intserv[i]) + if (get_hard_smp_processor_id(cpu) != thread) continue; BUG_ON(cpu_online(cpu)); set_cpu_present(cpu, false); @@ -332,7 +334,7 @@ } if (cpu >= nr_cpu_ids) printk(KERN_WARNING "Could not find cpu to remove " - "with physical id 0x%x\n", intserv[i]); + "with physical id 0x%x\n", thread); } cpu_maps_update_done(); } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/pseries/hotplug-memory.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/pseries/hotplug-memory.c @@ -113,7 +113,7 @@ static int pseries_remove_mem_node(struct device_node *np) { const char *type; - const unsigned int *regs; + const __be32 *regs; unsigned long base; unsigned int lmb_size; int ret = -EINVAL; @@ -132,8 +132,8 @@ if (!regs) return ret; - base = *(unsigned long *)regs; - lmb_size = regs[3]; + base = be64_to_cpu(*(unsigned long *)regs); + lmb_size = be32_to_cpu(regs[3]); pseries_remove_memblock(base, lmb_size); return 0; @@ -146,14 +146,14 @@ } static inline int pseries_remove_mem_node(struct device_node *np) { - return -EOPNOTSUPP; + return 0; } #endif /* CONFIG_MEMORY_HOTREMOVE */ static int pseries_add_mem_node(struct device_node *np) { const char *type; - const unsigned int *regs; + const __be32 *regs; unsigned long base; unsigned int lmb_size; int ret = -EINVAL; @@ -172,8 +172,8 @@ if (!regs) return ret; - base = *(unsigned long *)regs; - lmb_size = regs[3]; + base = be64_to_cpu(*(unsigned long *)regs); + lmb_size = be32_to_cpu(regs[3]); /* * Update memory region to represent the memory add @@ -187,14 +187,14 @@ struct of_drconf_cell *new_drmem, *old_drmem; unsigned long memblock_size; u32 entries; - u32 *p; + __be32 *p; int i, rc = -EINVAL; memblock_size = pseries_memory_block_size(); if (!memblock_size) return -EINVAL; - p = (u32 *)of_get_property(pr->dn, "ibm,dynamic-memory", NULL); + p = (__be32 *)of_get_property(pr->dn, "ibm,dynamic-memory", NULL); if (!p) return -EINVAL; @@ -203,28 +203,30 @@ * entries. Get the niumber of entries and skip to the array of * of_drconf_cell's. */ - entries = *p++; + entries = be32_to_cpu(*p++); old_drmem = (struct of_drconf_cell *)p; - p = (u32 *)pr->prop->value; + p = (__be32 *)pr->prop->value; p++; new_drmem = (struct of_drconf_cell *)p; for (i = 0; i < entries; i++) { - if ((old_drmem[i].flags & DRCONF_MEM_ASSIGNED) && - (!(new_drmem[i].flags & DRCONF_MEM_ASSIGNED))) { - rc = pseries_remove_memblock(old_drmem[i].base_addr, + if ((be32_to_cpu(old_drmem[i].flags) & DRCONF_MEM_ASSIGNED) && + (!(be32_to_cpu(new_drmem[i].flags) & DRCONF_MEM_ASSIGNED))) { + rc = pseries_remove_memblock( + be64_to_cpu(old_drmem[i].base_addr), memblock_size); break; - } else if ((!(old_drmem[i].flags & DRCONF_MEM_ASSIGNED)) && - (new_drmem[i].flags & DRCONF_MEM_ASSIGNED)) { - rc = memblock_add(old_drmem[i].base_addr, + } else if ((!(be32_to_cpu(old_drmem[i].flags) & + DRCONF_MEM_ASSIGNED)) && + (be32_to_cpu(new_drmem[i].flags) & + DRCONF_MEM_ASSIGNED)) { + rc = memblock_add(be64_to_cpu(old_drmem[i].base_addr), memblock_size); rc = (rc < 0) ? -EINVAL : 0; break; } } - return rc; } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/pseries/hvcserver.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/pseries/hvcserver.c @@ -163,8 +163,8 @@ return retval; } - last_p_partition_ID = pi_buff[0]; - last_p_unit_address = pi_buff[1]; + last_p_partition_ID = be64_to_cpu(pi_buff[0]); + last_p_unit_address = be64_to_cpu(pi_buff[1]); /* This indicates that there are no further partners */ if (last_p_partition_ID == ~0UL --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/pseries/iommu.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/pseries/iommu.c @@ -329,16 +329,16 @@ /* Dynamic DMA Window support */ struct ddw_query_response { - __be32 windows_available; - __be32 largest_available_block; - __be32 page_size; - __be32 migration_capable; + u32 windows_available; + u32 largest_available_block; + u32 page_size; + u32 migration_capable; }; struct ddw_create_response { - __be32 liobn; - __be32 addr_hi; - __be32 addr_lo; + u32 liobn; + u32 addr_hi; + u32 addr_lo; }; static LIST_HEAD(direct_window_list); @@ -721,20 +721,22 @@ early_param("disable_ddw", disable_ddw_setup); -static void remove_ddw(struct device_node *np) +static void remove_ddw(struct device_node *np, bool remove_prop) { struct dynamic_dma_window_prop *dwp; struct property *win64; - const u32 *ddw_avail; + u32 ddw_avail[3]; u64 liobn; - int len, ret; + int ret = 0; + + ret = of_property_read_u32_array(np, "ibm,ddw-applicable", + &ddw_avail[0], 3); - ddw_avail = of_get_property(np, "ibm,ddw-applicable", &len); win64 = of_find_property(np, DIRECT64_PROPNAME, NULL); if (!win64) return; - if (!ddw_avail || len < 3 * sizeof(u32) || win64->length < sizeof(*dwp)) + if (ret || win64->length < sizeof(*dwp)) goto delprop; dwp = win64->value; @@ -761,7 +763,8 @@ np->full_name, ret, ddw_avail[2], liobn); delprop: - ret = of_remove_property(np, win64); + if (remove_prop) + ret = of_remove_property(np, win64); if (ret) pr_warning("%s: failed to remove direct window property: %d\n", np->full_name, ret); @@ -805,7 +808,7 @@ window = kzalloc(sizeof(*window), GFP_KERNEL); if (!window || len < sizeof(struct dynamic_dma_window_prop)) { kfree(window); - remove_ddw(pdn); + remove_ddw(pdn, true); continue; } @@ -871,8 +874,9 @@ do { /* extra outputs are LIOBN and dma-addr (hi, lo) */ - ret = rtas_call(ddw_avail[1], 5, 4, (u32 *)create, cfg_addr, - BUID_HI(buid), BUID_LO(buid), page_shift, window_shift); + ret = rtas_call(ddw_avail[1], 5, 4, (u32 *)create, + cfg_addr, BUID_HI(buid), BUID_LO(buid), + page_shift, window_shift); } while (rtas_busy_delay(ret)); dev_info(&dev->dev, "ibm,create-pe-dma-window(%x) %x %x %x %x %x returned %d " @@ -909,7 +913,7 @@ int page_shift; u64 dma_addr, max_addr; struct device_node *dn; - const u32 *uninitialized_var(ddw_avail); + u32 ddw_avail[3]; struct direct_window *window; struct property *win64; struct dynamic_dma_window_prop *ddwprop; @@ -941,8 +945,9 @@ * for the given node in that order. * the property is actually in the parent, not the PE */ - ddw_avail = of_get_property(pdn, "ibm,ddw-applicable", &len); - if (!ddw_avail || len < 3 * sizeof(u32)) + ret = of_property_read_u32_array(pdn, "ibm,ddw-applicable", + &ddw_avail[0], 3); + if (ret) goto out_failed; /* @@ -965,11 +970,11 @@ dev_dbg(&dev->dev, "no free dynamic windows"); goto out_failed; } - if (be32_to_cpu(query.page_size) & 4) { + if (query.page_size & 4) { page_shift = 24; /* 16MB */ - } else if (be32_to_cpu(query.page_size) & 2) { + } else if (query.page_size & 2) { page_shift = 16; /* 64kB */ - } else if (be32_to_cpu(query.page_size) & 1) { + } else if (query.page_size & 1) { page_shift = 12; /* 4kB */ } else { dev_dbg(&dev->dev, "no supported direct page size in mask %x", @@ -979,7 +984,7 @@ /* verify the window * number of ptes will map the partition */ /* check largest block * page size > max memory hotplug addr */ max_addr = memory_hotplug_max(); - if (be32_to_cpu(query.largest_available_block) < (max_addr >> page_shift)) { + if (query.largest_available_block < (max_addr >> page_shift)) { dev_dbg(&dev->dev, "can't map partiton max 0x%llx with %u " "%llu-sized pages\n", max_addr, query.largest_available_block, 1ULL << page_shift); @@ -1005,8 +1010,9 @@ if (ret != 0) goto out_free_prop; - ddwprop->liobn = create.liobn; - ddwprop->dma_base = cpu_to_be64(of_read_number(&create.addr_hi, 2)); + ddwprop->liobn = cpu_to_be32(create.liobn); + ddwprop->dma_base = cpu_to_be64(((u64)create.addr_hi << 32) | + create.addr_lo); ddwprop->tce_shift = cpu_to_be32(page_shift); ddwprop->window_shift = cpu_to_be32(len); @@ -1038,14 +1044,14 @@ list_add(&window->list, &direct_window_list); spin_unlock(&direct_window_list_lock); - dma_addr = of_read_number(&create.addr_hi, 2); + dma_addr = be64_to_cpu(ddwprop->dma_base); goto out_unlock; out_free_window: kfree(window); out_clear_window: - remove_ddw(pdn); + remove_ddw(pdn, true); out_free_prop: kfree(win64->name); @@ -1255,7 +1261,14 @@ switch (action) { case OF_RECONFIG_DETACH_NODE: - remove_ddw(np); + /* + * Removing the property will invoke the reconfig + * notifier again, which causes dead-lock on the + * read-write semaphore of the notifier chain. So + * we have to remove the property when releasing + * the device node. + */ + remove_ddw(np, false); if (pci && pci->iommu_table) iommu_free_table(pci->iommu_table, np->full_name); @@ -1328,3 +1341,5 @@ } __setup("multitce=", disable_multitce); + +machine_subsys_initcall_sync(pseries, tce_iommu_bus_notifier_init); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/pseries/lpar.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/pseries/lpar.c @@ -42,6 +42,8 @@ #include #include #include +#include +#include #include "pseries.h" @@ -248,8 +250,17 @@ } #ifdef __LITTLE_ENDIAN__ - /* Reset exceptions to big endian */ - if (firmware_has_feature(FW_FEATURE_SET_MODE)) { + /* + * Reset exceptions to big endian. + * + * FIXME this is a hack for kexec, we need to reset the exception + * endian before starting the new kernel and this is a convenient place + * to do it. + * + * This is also called on boot when a fadump happens. In that case we + * must not change the exception endian mode. + */ + if (firmware_has_feature(FW_FEATURE_SET_MODE) && !is_fadump_active()) { long rc; rc = pseries_big_endian_exceptions(); @@ -258,8 +269,13 @@ * out to the user, but at least this will stop us from * continuing on further and creating an even more * difficult to debug situation. + * + * There is a known problem when kdump'ing, if cpus are offline + * the above call will fail. Rather than panicking again, keep + * going and hope the kdump kernel is also little endian, which + * it usually is. */ - if (rc) + if (rc && !kdump_in_progress()) panic("Could not enable big endian exceptions"); } #endif @@ -430,16 +446,17 @@ spin_unlock_irqrestore(&pSeries_lpar_tlbie_lock, flags); } -static void pSeries_lpar_hugepage_invalidate(struct mm_struct *mm, - unsigned char *hpte_slot_array, - unsigned long addr, int psize) +static void pSeries_lpar_hugepage_invalidate(unsigned long vsid, + unsigned long addr, + unsigned char *hpte_slot_array, + int psize, int ssize) { - int ssize = 0, i, index = 0; + int i, index = 0; unsigned long s_addr = addr; unsigned int max_hpte_count, valid; unsigned long vpn_array[PPC64_HUGE_HPTE_BATCH]; unsigned long slot_array[PPC64_HUGE_HPTE_BATCH]; - unsigned long shift, hidx, vpn = 0, vsid, hash, slot; + unsigned long shift, hidx, vpn = 0, hash, slot; shift = mmu_psize_defs[psize].shift; max_hpte_count = 1U << (PMD_SHIFT - shift); @@ -452,15 +469,6 @@ /* get the vpn */ addr = s_addr + (i * (1ul << shift)); - if (!is_kernel_addr(addr)) { - ssize = user_segment_size(addr); - vsid = get_vsid(mm->context.id, addr, ssize); - WARN_ON(vsid == 0); - } else { - vsid = get_kernel_vsid(addr, mmu_kernel_ssize); - ssize = mmu_kernel_ssize; - } - vpn = hpt_vpn(addr, vsid, ssize); hash = hpt_hash(vpn, shift, ssize); if (hidx & _PTEIDX_SECONDARY) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/pseries/mobility.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/pseries/mobility.c @@ -24,10 +24,10 @@ static struct kobject *mobility_kobj; struct update_props_workarea { - u32 phandle; - u32 state; - u64 reserved; - u32 nprops; + __be32 phandle; + __be32 state; + __be64 reserved; + __be32 nprops; } __packed; #define NODE_ACTION_MASK 0xff000000 @@ -53,11 +53,11 @@ return rc; } -static int delete_dt_node(u32 phandle) +static int delete_dt_node(__be32 phandle) { struct device_node *dn; - dn = of_find_node_by_phandle(phandle); + dn = of_find_node_by_phandle(be32_to_cpu(phandle)); if (!dn) return -ENOENT; @@ -126,7 +126,7 @@ return 0; } -static int update_dt_node(u32 phandle, s32 scope) +static int update_dt_node(__be32 phandle, s32 scope) { struct update_props_workarea *upwa; struct device_node *dn; @@ -135,6 +135,7 @@ char *prop_data; char *rtas_buf; int update_properties_token; + u32 nprops; u32 vd; update_properties_token = rtas_token("ibm,update-properties"); @@ -145,7 +146,7 @@ if (!rtas_buf) return -ENOMEM; - dn = of_find_node_by_phandle(phandle); + dn = of_find_node_by_phandle(be32_to_cpu(phandle)); if (!dn) { kfree(rtas_buf); return -ENOENT; @@ -161,6 +162,7 @@ break; prop_data = rtas_buf + sizeof(*upwa); + nprops = be32_to_cpu(upwa->nprops); /* On the first call to ibm,update-properties for a node the * the first property value descriptor contains an empty @@ -169,17 +171,17 @@ */ if (*prop_data == 0) { prop_data++; - vd = *(u32 *)prop_data; + vd = be32_to_cpu(*(__be32 *)prop_data); prop_data += vd + sizeof(vd); - upwa->nprops--; + nprops--; } - for (i = 0; i < upwa->nprops; i++) { + for (i = 0; i < nprops; i++) { char *prop_name; prop_name = prop_data; prop_data += strlen(prop_name) + 1; - vd = *(u32 *)prop_data; + vd = be32_to_cpu(*(__be32 *)prop_data); prop_data += sizeof(vd); switch (vd) { @@ -211,13 +213,13 @@ return 0; } -static int add_dt_node(u32 parent_phandle, u32 drc_index) +static int add_dt_node(__be32 parent_phandle, __be32 drc_index) { struct device_node *dn; struct device_node *parent_dn; int rc; - parent_dn = of_find_node_by_phandle(parent_phandle); + parent_dn = of_find_node_by_phandle(be32_to_cpu(parent_phandle)); if (!parent_dn) return -ENOENT; @@ -236,7 +238,7 @@ int pseries_devicetree_update(s32 scope) { char *rtas_buf; - u32 *data; + __be32 *data; int update_nodes_token; int rc; @@ -253,17 +255,17 @@ if (rc && rc != 1) break; - data = (u32 *)rtas_buf + 4; - while (*data & NODE_ACTION_MASK) { + data = (__be32 *)rtas_buf + 4; + while (be32_to_cpu(*data) & NODE_ACTION_MASK) { int i; - u32 action = *data & NODE_ACTION_MASK; - int node_count = *data & NODE_COUNT_MASK; + u32 action = be32_to_cpu(*data) & NODE_ACTION_MASK; + u32 node_count = be32_to_cpu(*data) & NODE_COUNT_MASK; data++; for (i = 0; i < node_count; i++) { - u32 phandle = *data++; - u32 drc_index; + __be32 phandle = *data++; + __be32 drc_index; switch (action) { case DELETE_DT_NODE: --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/pseries/msi.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/pseries/msi.c @@ -428,7 +428,7 @@ */ again: if (type == PCI_CAP_ID_MSI) { - if (pdn->force_32bit_msi) { + if (pdev->no_64bit_msi) { rc = rtas_change_msi(pdn, RTAS_CHANGE_32MSI_FN, nvec); if (rc < 0) { /* --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/pseries/pci_dlpar.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/pseries/pci_dlpar.c @@ -118,10 +118,10 @@ } } - /* Unregister the bridge device from sysfs and remove the PCI bus */ - device_unregister(b->bridge); + /* Remove the PCI bus and unregister the bridge device from sysfs */ phb->bus = NULL; pci_remove_bus(b); + device_unregister(b->bridge); /* Now release the IO resource */ if (res->flags & IORESOURCE_IO) --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/pseries/pseries.h +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/pseries/pseries.h @@ -56,7 +56,8 @@ /* Dynamic logical Partitioning/Mobility */ extern void dlpar_free_cc_nodes(struct device_node *); extern void dlpar_free_cc_property(struct property *); -extern struct device_node *dlpar_configure_connector(u32, struct device_node *); +extern struct device_node *dlpar_configure_connector(__be32, + struct device_node *); extern int dlpar_attach_node(struct device_node *); extern int dlpar_detach_node(struct device_node *); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/platforms/pseries/ras.c +++ linux-lts-utopic-3.16.0/arch/powerpc/platforms/pseries/ras.c @@ -187,7 +187,8 @@ int state; int critical; - status = rtas_get_sensor(EPOW_SENSOR_TOKEN, EPOW_SENSOR_INDEX, &state); + status = rtas_get_sensor_fast(EPOW_SENSOR_TOKEN, EPOW_SENSOR_INDEX, + &state); if (state > 3) critical = 1; /* Time Critical */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/sysdev/axonram.c +++ linux-lts-utopic-3.16.0/arch/powerpc/sysdev/axonram.c @@ -156,7 +156,7 @@ } *kaddr = (void *)(bank->ph_addr + offset); - *pfn = virt_to_phys(kaddr) >> PAGE_SHIFT; + *pfn = virt_to_phys(*kaddr) >> PAGE_SHIFT; return 0; } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/sysdev/fsl_msi.c +++ linux-lts-utopic-3.16.0/arch/powerpc/sysdev/fsl_msi.c @@ -121,15 +121,16 @@ { struct msi_desc *entry; struct fsl_msi *msi_data; + irq_hw_number_t hwirq; list_for_each_entry(entry, &pdev->msi_list, list) { if (entry->irq == NO_IRQ) continue; + hwirq = virq_to_hw(entry->irq); msi_data = irq_get_chip_data(entry->irq); irq_set_msi_desc(entry->irq, NULL); - msi_bitmap_free_hwirqs(&msi_data->bitmap, - virq_to_hw(entry->irq), 1); irq_dispose_mapping(entry->irq); + msi_bitmap_free_hwirqs(&msi_data->bitmap, hwirq, 1); } return; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/sysdev/mpic_pasemi_msi.c +++ linux-lts-utopic-3.16.0/arch/powerpc/sysdev/mpic_pasemi_msi.c @@ -74,6 +74,7 @@ static void pasemi_msi_teardown_msi_irqs(struct pci_dev *pdev) { struct msi_desc *entry; + irq_hw_number_t hwirq; pr_debug("pasemi_msi_teardown_msi_irqs, pdev %p\n", pdev); @@ -81,10 +82,11 @@ if (entry->irq == NO_IRQ) continue; + hwirq = virq_to_hw(entry->irq); irq_set_msi_desc(entry->irq, NULL); - msi_bitmap_free_hwirqs(&msi_mpic->msi_bitmap, - virq_to_hw(entry->irq), ALLOC_CHUNK); irq_dispose_mapping(entry->irq); + msi_bitmap_free_hwirqs(&msi_mpic->msi_bitmap, + hwirq, ALLOC_CHUNK); } return; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/sysdev/mpic_u3msi.c +++ linux-lts-utopic-3.16.0/arch/powerpc/sysdev/mpic_u3msi.c @@ -124,15 +124,16 @@ static void u3msi_teardown_msi_irqs(struct pci_dev *pdev) { struct msi_desc *entry; + irq_hw_number_t hwirq; list_for_each_entry(entry, &pdev->msi_list, list) { if (entry->irq == NO_IRQ) continue; + hwirq = virq_to_hw(entry->irq); irq_set_msi_desc(entry->irq, NULL); - msi_bitmap_free_hwirqs(&msi_mpic->msi_bitmap, - virq_to_hw(entry->irq), 1); irq_dispose_mapping(entry->irq); + msi_bitmap_free_hwirqs(&msi_mpic->msi_bitmap, hwirq, 1); } return; --- linux-lts-utopic-3.16.0.orig/arch/powerpc/sysdev/msi_bitmap.c +++ linux-lts-utopic-3.16.0/arch/powerpc/sysdev/msi_bitmap.c @@ -20,32 +20,37 @@ int offset, order = get_count_order(num); spin_lock_irqsave(&bmp->lock, flags); - /* - * This is fast, but stricter than we need. We might want to add - * a fallback routine which does a linear search with no alignment. - */ - offset = bitmap_find_free_region(bmp->bitmap, bmp->irq_count, order); + + offset = bitmap_find_next_zero_area(bmp->bitmap, bmp->irq_count, 0, + num, (1 << order) - 1); + if (offset > bmp->irq_count) + goto err; + + bitmap_set(bmp->bitmap, offset, num); spin_unlock_irqrestore(&bmp->lock, flags); - pr_debug("msi_bitmap: allocated 0x%x (2^%d) at offset 0x%x\n", - num, order, offset); + pr_debug("msi_bitmap: allocated 0x%x at offset 0x%x\n", num, offset); return offset; +err: + spin_unlock_irqrestore(&bmp->lock, flags); + return -ENOMEM; } +EXPORT_SYMBOL(msi_bitmap_alloc_hwirqs); void msi_bitmap_free_hwirqs(struct msi_bitmap *bmp, unsigned int offset, unsigned int num) { unsigned long flags; - int order = get_count_order(num); - pr_debug("msi_bitmap: freeing 0x%x (2^%d) at offset 0x%x\n", - num, order, offset); + pr_debug("msi_bitmap: freeing 0x%x at offset 0x%x\n", + num, offset); spin_lock_irqsave(&bmp->lock, flags); - bitmap_release_region(bmp->bitmap, offset, order); + bitmap_clear(bmp->bitmap, offset, num); spin_unlock_irqrestore(&bmp->lock, flags); } +EXPORT_SYMBOL(msi_bitmap_free_hwirqs); void msi_bitmap_reserve_hwirq(struct msi_bitmap *bmp, unsigned int hwirq) { @@ -180,6 +185,15 @@ msi_bitmap_free_hwirqs(&bmp, size / 2, 1); check(msi_bitmap_alloc_hwirqs(&bmp, 1) == size / 2); + /* Check we get a naturally aligned offset */ + check(msi_bitmap_alloc_hwirqs(&bmp, 2) % 2 == 0); + check(msi_bitmap_alloc_hwirqs(&bmp, 4) % 4 == 0); + check(msi_bitmap_alloc_hwirqs(&bmp, 8) % 8 == 0); + check(msi_bitmap_alloc_hwirqs(&bmp, 9) % 16 == 0); + check(msi_bitmap_alloc_hwirqs(&bmp, 3) % 4 == 0); + check(msi_bitmap_alloc_hwirqs(&bmp, 7) % 8 == 0); + check(msi_bitmap_alloc_hwirqs(&bmp, 121) % 128 == 0); + msi_bitmap_free(&bmp); /* Clients may check bitmap == NULL for "not-allocated" */ --- linux-lts-utopic-3.16.0.orig/arch/powerpc/sysdev/ppc4xx_msi.c +++ linux-lts-utopic-3.16.0/arch/powerpc/sysdev/ppc4xx_msi.c @@ -121,16 +121,17 @@ { struct msi_desc *entry; struct ppc4xx_msi *msi_data = &ppc4xx_msi; + irq_hw_number_t hwirq; dev_dbg(&dev->dev, "PCIE-MSI: tearing down msi irqs\n"); list_for_each_entry(entry, &dev->msi_list, list) { if (entry->irq == NO_IRQ) continue; + hwirq = virq_to_hw(entry->irq); irq_set_msi_desc(entry->irq, NULL); - msi_bitmap_free_hwirqs(&msi_data->bitmap, - virq_to_hw(entry->irq), 1); irq_dispose_mapping(entry->irq); + msi_bitmap_free_hwirqs(&msi_data->bitmap, hwirq, 1); } } --- linux-lts-utopic-3.16.0.orig/arch/powerpc/sysdev/xics/icp-native.c +++ linux-lts-utopic-3.16.0/arch/powerpc/sysdev/xics/icp-native.c @@ -155,6 +155,31 @@ icp_native_set_qirr(cpu, IPI_PRIORITY); } +/* + * Called when an interrupt is received on an off-line CPU to + * clear the interrupt, so that the CPU can go back to nap mode. + */ +void icp_native_flush_interrupt(void) +{ + unsigned int xirr = icp_native_get_xirr(); + unsigned int vec = xirr & 0x00ffffff; + + if (vec == XICS_IRQ_SPURIOUS) + return; + if (vec == XICS_IPI) { + /* Clear pending IPI */ + int cpu = smp_processor_id(); + kvmppc_set_host_ipi(cpu, 0); + icp_native_set_qirr(cpu, 0xff); + } else { + pr_err("XICS: hw interrupt 0x%x to offline cpu, disabling\n", + vec); + xics_mask_unknown_vec(vec); + } + /* EOI the interrupt */ + icp_native_set_xirr(xirr); +} + void xics_wake_cpu(int cpu) { icp_native_set_qirr(cpu, IPI_PRIORITY); --- linux-lts-utopic-3.16.0.orig/arch/powerpc/xmon/xmon.c +++ linux-lts-utopic-3.16.0/arch/powerpc/xmon/xmon.c @@ -292,10 +292,11 @@ args.token = rtas_token("set-indicator"); if (args.token == RTAS_UNKNOWN_SERVICE) return; - args.nargs = 3; - args.nret = 1; + args.token = cpu_to_be32(args.token); + args.nargs = cpu_to_be32(3); + args.nret = cpu_to_be32(1); args.rets = &args.args[3]; - args.args[0] = SURVEILLANCE_TOKEN; + args.args[0] = cpu_to_be32(SURVEILLANCE_TOKEN); args.args[1] = 0; args.args[2] = 0; enter_rtas(__pa(&args)); --- linux-lts-utopic-3.16.0.orig/arch/s390/Kconfig +++ linux-lts-utopic-3.16.0/arch/s390/Kconfig @@ -92,6 +92,7 @@ select ARCH_INLINE_WRITE_UNLOCK_IRQ select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE select ARCH_SAVE_PAGE_KEYS if HIBERNATION + select ARCH_SUPPORTS_ATOMIC_RMW select ARCH_USE_CMPXCHG_LOCKREF select ARCH_WANT_IPC_PARSE_VERSION select BUILDTIME_EXTABLE_SORT --- linux-lts-utopic-3.16.0.orig/arch/s390/boot/compressed/Makefile +++ linux-lts-utopic-3.16.0/arch/s390/boot/compressed/Makefile @@ -12,7 +12,7 @@ KBUILD_CFLAGS := -m$(BITS) -D__KERNEL__ $(LINUX_INCLUDE) -O2 KBUILD_CFLAGS += -DDISABLE_BRANCH_PROFILING -KBUILD_CFLAGS += $(cflags-y) -fno-delete-null-pointer-checks +KBUILD_CFLAGS += $(cflags-y) -fno-delete-null-pointer-checks -msoft-float KBUILD_CFLAGS += $(call cc-option,-mpacked-stack) KBUILD_CFLAGS += $(call cc-option,-ffreestanding) --- linux-lts-utopic-3.16.0.orig/arch/s390/crypto/aes_s390.c +++ linux-lts-utopic-3.16.0/arch/s390/crypto/aes_s390.c @@ -979,7 +979,7 @@ module_init(aes_s390_init); module_exit(aes_s390_fini); -MODULE_ALIAS("aes-all"); +MODULE_ALIAS_CRYPTO("aes-all"); MODULE_DESCRIPTION("Rijndael (AES) Cipher Algorithm"); MODULE_LICENSE("GPL"); --- linux-lts-utopic-3.16.0.orig/arch/s390/crypto/des_s390.c +++ linux-lts-utopic-3.16.0/arch/s390/crypto/des_s390.c @@ -619,8 +619,8 @@ module_init(des_s390_init); module_exit(des_s390_exit); -MODULE_ALIAS("des"); -MODULE_ALIAS("des3_ede"); +MODULE_ALIAS_CRYPTO("des"); +MODULE_ALIAS_CRYPTO("des3_ede"); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("DES & Triple DES EDE Cipher Algorithms"); --- linux-lts-utopic-3.16.0.orig/arch/s390/crypto/ghash_s390.c +++ linux-lts-utopic-3.16.0/arch/s390/crypto/ghash_s390.c @@ -16,11 +16,12 @@ #define GHASH_DIGEST_SIZE 16 struct ghash_ctx { - u8 icv[16]; - u8 key[16]; + u8 key[GHASH_BLOCK_SIZE]; }; struct ghash_desc_ctx { + u8 icv[GHASH_BLOCK_SIZE]; + u8 key[GHASH_BLOCK_SIZE]; u8 buffer[GHASH_BLOCK_SIZE]; u32 bytes; }; @@ -28,8 +29,10 @@ static int ghash_init(struct shash_desc *desc) { struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); + struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); memset(dctx, 0, sizeof(*dctx)); + memcpy(dctx->key, ctx->key, GHASH_BLOCK_SIZE); return 0; } @@ -45,7 +48,6 @@ } memcpy(ctx->key, key, GHASH_BLOCK_SIZE); - memset(ctx->icv, 0, GHASH_BLOCK_SIZE); return 0; } @@ -54,7 +56,6 @@ const u8 *src, unsigned int srclen) { struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); - struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); unsigned int n; u8 *buf = dctx->buffer; int ret; @@ -70,7 +71,7 @@ src += n; if (!dctx->bytes) { - ret = crypt_s390_kimd(KIMD_GHASH, ctx, buf, + ret = crypt_s390_kimd(KIMD_GHASH, dctx, buf, GHASH_BLOCK_SIZE); if (ret != GHASH_BLOCK_SIZE) return -EIO; @@ -79,7 +80,7 @@ n = srclen & ~(GHASH_BLOCK_SIZE - 1); if (n) { - ret = crypt_s390_kimd(KIMD_GHASH, ctx, src, n); + ret = crypt_s390_kimd(KIMD_GHASH, dctx, src, n); if (ret != n) return -EIO; src += n; @@ -94,7 +95,7 @@ return 0; } -static int ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) +static int ghash_flush(struct ghash_desc_ctx *dctx) { u8 *buf = dctx->buffer; int ret; @@ -104,24 +105,24 @@ memset(pos, 0, dctx->bytes); - ret = crypt_s390_kimd(KIMD_GHASH, ctx, buf, GHASH_BLOCK_SIZE); + ret = crypt_s390_kimd(KIMD_GHASH, dctx, buf, GHASH_BLOCK_SIZE); if (ret != GHASH_BLOCK_SIZE) return -EIO; + + dctx->bytes = 0; } - dctx->bytes = 0; return 0; } static int ghash_final(struct shash_desc *desc, u8 *dst) { struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); - struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); int ret; - ret = ghash_flush(ctx, dctx); + ret = ghash_flush(dctx); if (!ret) - memcpy(dst, ctx->icv, GHASH_BLOCK_SIZE); + memcpy(dst, dctx->icv, GHASH_BLOCK_SIZE); return ret; } @@ -160,7 +161,7 @@ module_init(ghash_mod_init); module_exit(ghash_mod_exit); -MODULE_ALIAS("ghash"); +MODULE_ALIAS_CRYPTO("ghash"); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("GHASH Message Digest Algorithm, s390 implementation"); --- linux-lts-utopic-3.16.0.orig/arch/s390/crypto/sha1_s390.c +++ linux-lts-utopic-3.16.0/arch/s390/crypto/sha1_s390.c @@ -103,6 +103,6 @@ module_init(sha1_s390_init); module_exit(sha1_s390_fini); -MODULE_ALIAS("sha1"); +MODULE_ALIAS_CRYPTO("sha1"); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("SHA1 Secure Hash Algorithm"); --- linux-lts-utopic-3.16.0.orig/arch/s390/crypto/sha256_s390.c +++ linux-lts-utopic-3.16.0/arch/s390/crypto/sha256_s390.c @@ -143,7 +143,7 @@ module_init(sha256_s390_init); module_exit(sha256_s390_fini); -MODULE_ALIAS("sha256"); -MODULE_ALIAS("sha224"); +MODULE_ALIAS_CRYPTO("sha256"); +MODULE_ALIAS_CRYPTO("sha224"); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("SHA256 and SHA224 Secure Hash Algorithm"); --- linux-lts-utopic-3.16.0.orig/arch/s390/crypto/sha512_s390.c +++ linux-lts-utopic-3.16.0/arch/s390/crypto/sha512_s390.c @@ -86,7 +86,7 @@ } }; -MODULE_ALIAS("sha512"); +MODULE_ALIAS_CRYPTO("sha512"); static int sha384_init(struct shash_desc *desc) { @@ -126,7 +126,7 @@ } }; -MODULE_ALIAS("sha384"); +MODULE_ALIAS_CRYPTO("sha384"); static int __init init(void) { --- linux-lts-utopic-3.16.0.orig/arch/s390/hypfs/inode.c +++ linux-lts-utopic-3.16.0/arch/s390/hypfs/inode.c @@ -461,8 +461,6 @@ .show_options = hypfs_show_options, }; -static struct kobject *s390_kobj; - static int __init hypfs_init(void) { int rc; @@ -482,18 +480,16 @@ rc = -ENODATA; goto fail_hypfs_vm_exit; } - s390_kobj = kobject_create_and_add("s390", hypervisor_kobj); - if (!s390_kobj) { - rc = -ENOMEM; + rc = sysfs_create_mount_point(hypervisor_kobj, "s390"); + if (rc) goto fail_hypfs_sprp_exit; - } rc = register_filesystem(&hypfs_type); if (rc) goto fail_filesystem; return 0; fail_filesystem: - kobject_put(s390_kobj); + sysfs_remove_mount_point(hypervisor_kobj, "s390"); fail_hypfs_sprp_exit: hypfs_sprp_exit(); fail_hypfs_vm_exit: @@ -509,7 +505,7 @@ static void __exit hypfs_exit(void) { unregister_filesystem(&hypfs_type); - kobject_put(s390_kobj); + sysfs_remove_mount_point(hypervisor_kobj, "s390"); hypfs_sprp_exit(); hypfs_vm_exit(); hypfs_diag_exit(); --- linux-lts-utopic-3.16.0.orig/arch/s390/include/asm/pgtable.h +++ linux-lts-utopic-3.16.0/arch/s390/include/asm/pgtable.h @@ -1115,7 +1115,7 @@ unsigned long addr, pte_t *ptep) { pgste_t pgste; - pte_t pte; + pte_t pte, oldpte; int young; if (mm_has_pgste(vma->vm_mm)) { @@ -1123,12 +1123,13 @@ pgste = pgste_ipte_notify(vma->vm_mm, ptep, pgste); } - pte = *ptep; + oldpte = pte = *ptep; ptep_flush_direct(vma->vm_mm, addr, ptep); young = pte_young(pte); pte = pte_mkold(pte); if (mm_has_pgste(vma->vm_mm)) { + pgste = pgste_update_all(&oldpte, pgste, vma->vm_mm); pgste = pgste_set_pte(ptep, pgste, pte); pgste_set_unlock(ptep, pgste); } else @@ -1318,6 +1319,7 @@ ptep_flush_direct(vma->vm_mm, address, ptep); if (mm_has_pgste(vma->vm_mm)) { + pgste_set_key(ptep, pgste, entry, vma->vm_mm); pgste = pgste_set_pte(ptep, pgste, entry); pgste_set_unlock(ptep, pgste); } else --- linux-lts-utopic-3.16.0.orig/arch/s390/kernel/compat_linux.c +++ linux-lts-utopic-3.16.0/arch/s390/kernel/compat_linux.c @@ -249,7 +249,7 @@ struct group_info *group_info; int retval; - if (!capable(CAP_SETGID)) + if (!may_setgroups()) return -EPERM; if ((unsigned)gidsetsize > NGROUPS_MAX) return -EINVAL; --- linux-lts-utopic-3.16.0.orig/arch/s390/kernel/dis.c +++ linux-lts-utopic-3.16.0/arch/s390/kernel/dis.c @@ -1726,14 +1726,21 @@ } if (separator) ptr += sprintf(ptr, "%c", separator); + /* + * Use four '%' characters below because of the + * following two conversions: + * + * 1) sprintf: %%%%r -> %%r + * 2) printk : %%r -> %r + */ if (operand->flags & OPERAND_GPR) - ptr += sprintf(ptr, "%%r%i", value); + ptr += sprintf(ptr, "%%%%r%i", value); else if (operand->flags & OPERAND_FPR) - ptr += sprintf(ptr, "%%f%i", value); + ptr += sprintf(ptr, "%%%%f%i", value); else if (operand->flags & OPERAND_AR) - ptr += sprintf(ptr, "%%a%i", value); + ptr += sprintf(ptr, "%%%%a%i", value); else if (operand->flags & OPERAND_CR) - ptr += sprintf(ptr, "%%c%i", value); + ptr += sprintf(ptr, "%%%%c%i", value); else if (operand->flags & OPERAND_PCREL) ptr += sprintf(ptr, "%lx", (signed int) value + addr); --- linux-lts-utopic-3.16.0.orig/arch/s390/kernel/process.c +++ linux-lts-utopic-3.16.0/arch/s390/kernel/process.c @@ -195,7 +195,7 @@ { current->thread.fp_regs.fpc = 0; if (MACHINE_HAS_IEEE) - asm volatile("sfpc %0,%0" : : "d" (0)); + asm volatile("sfpc %0" : : "d" (0)); } /* --- linux-lts-utopic-3.16.0.orig/arch/s390/kernel/sclp.S +++ linux-lts-utopic-3.16.0/arch/s390/kernel/sclp.S @@ -277,6 +277,8 @@ jno .Lesa2 ahi %r15,-80 stmh %r6,%r15,96(%r15) # store upper register halves + basr %r13,0 + lmh %r0,%r15,.Lzeroes-.(%r13) # clear upper register halves .Lesa2: #endif lr %r10,%r2 # save string pointer @@ -300,6 +302,8 @@ #endif lm %r6,%r15,120(%r15) # restore registers br %r14 +.Lzeroes: + .fill 64,4,0 .LwritedataS4: .long 0x00760005 # SCLP command for write data --- linux-lts-utopic-3.16.0.orig/arch/s390/kernel/suspend.c +++ linux-lts-utopic-3.16.0/arch/s390/kernel/suspend.c @@ -13,14 +13,10 @@ #include #include #include +#include #include "entry.h" /* - * References to section boundaries - */ -extern const void __nosave_begin, __nosave_end; - -/* * The restore of the saved pages in an hibernation image will set * the change and referenced bits in the storage key for each page. * Overindication of the referenced bits after an hibernation cycle @@ -142,6 +138,8 @@ { unsigned long nosave_begin_pfn = PFN_DOWN(__pa(&__nosave_begin)); unsigned long nosave_end_pfn = PFN_DOWN(__pa(&__nosave_end)); + unsigned long eshared_pfn = PFN_DOWN(__pa(&_eshared)) - 1; + unsigned long stext_pfn = PFN_DOWN(__pa(&_stext)); /* Always save lowcore pages (LC protection might be enabled). */ if (pfn <= LC_PAGES) @@ -149,6 +147,8 @@ if (pfn >= nosave_begin_pfn && pfn < nosave_end_pfn) return 1; /* Skip memory holes and read-only pages (NSS, DCSS, ...). */ + if (pfn >= stext_pfn && pfn <= eshared_pfn) + return ipl_info.type == IPL_TYPE_NSS ? 1 : 0; if (tprot(PFN_PHYS(pfn))) return 1; return 0; --- linux-lts-utopic-3.16.0.orig/arch/s390/kernel/topology.c +++ linux-lts-utopic-3.16.0/arch/s390/kernel/topology.c @@ -464,15 +464,17 @@ static int __init topology_init(void) { - if (!MACHINE_HAS_TOPOLOGY) { + if (MACHINE_HAS_TOPOLOGY) + set_topology_timer(); + else topology_update_polarization_simple(); - goto out; - } - set_topology_timer(); -out: - - set_sched_topology(s390_topology); - return device_create_file(cpu_subsys.dev_root, &dev_attr_dispatching); } device_initcall(topology_init); + +static int __init early_topology_init(void) +{ + set_sched_topology(s390_topology); + return 0; +} +early_initcall(early_topology_init); --- linux-lts-utopic-3.16.0.orig/arch/s390/kvm/Kconfig +++ linux-lts-utopic-3.16.0/arch/s390/kvm/Kconfig @@ -26,6 +26,7 @@ select KVM_ASYNC_PF select KVM_ASYNC_PF_SYNC select HAVE_KVM_IRQCHIP + select HAVE_KVM_IRQFD select HAVE_KVM_IRQ_ROUTING ---help--- Support hosting paravirtualized guest machines using the SIE --- linux-lts-utopic-3.16.0.orig/arch/s390/kvm/gaccess.c +++ linux-lts-utopic-3.16.0/arch/s390/kvm/gaccess.c @@ -229,10 +229,12 @@ goto out; ic = &vcpu->kvm->arch.sca->ipte_control; do { - old = ACCESS_ONCE(*ic); + old = *ic; + barrier(); while (old.k) { cond_resched(); - old = ACCESS_ONCE(*ic); + old = *ic; + barrier(); } new = old; new.k = 1; @@ -251,7 +253,9 @@ goto out; ic = &vcpu->kvm->arch.sca->ipte_control; do { - new = old = ACCESS_ONCE(*ic); + old = *ic; + barrier(); + new = old; new.k = 0; } while (cmpxchg(&ic->val, old.val, new.val) != old.val); if (!ipte_lock_count) @@ -266,10 +270,12 @@ ic = &vcpu->kvm->arch.sca->ipte_control; do { - old = ACCESS_ONCE(*ic); + old = *ic; + barrier(); while (old.kg) { cond_resched(); - old = ACCESS_ONCE(*ic); + old = *ic; + barrier(); } new = old; new.k = 1; @@ -283,7 +289,9 @@ ic = &vcpu->kvm->arch.sca->ipte_control; do { - new = old = ACCESS_ONCE(*ic); + old = *ic; + barrier(); + new = old; new.kh--; if (!new.kh) new.k = 0; --- linux-lts-utopic-3.16.0.orig/arch/s390/kvm/interrupt.c +++ linux-lts-utopic-3.16.0/arch/s390/kvm/interrupt.c @@ -85,6 +85,7 @@ return 0; if (vcpu->arch.sie_block->gcr[0] & 0x2000ul) return 1; + return 0; case KVM_S390_INT_EMERGENCY: if (psw_extint_disabled(vcpu)) return 0; @@ -246,7 +247,7 @@ break; case PGM_MONITOR: rc = put_guest_lc(vcpu, pgm_info->mon_class_nr, - (u64 *)__LC_MON_CLASS_NR); + (u16 *)__LC_MON_CLASS_NR); rc |= put_guest_lc(vcpu, pgm_info->mon_code, (u64 *)__LC_MON_CODE); break; @@ -924,6 +925,8 @@ list_add_tail(&inti->list, &iter->list); } atomic_set(&fi->active, 1); + if (atomic_read(&kvm->online_vcpus) == 0) + goto unlock_fi; sigcpu = find_first_bit(fi->idle_mask, KVM_MAX_VCPUS); if (sigcpu == KVM_MAX_VCPUS) { do { @@ -950,6 +953,7 @@ struct kvm_s390_interrupt *s390int) { struct kvm_s390_interrupt_info *inti; + int rc; inti = kzalloc(sizeof(*inti), GFP_KERNEL); if (!inti) @@ -997,13 +1001,16 @@ trace_kvm_s390_inject_vm(s390int->type, s390int->parm, s390int->parm64, 2); - return __inject_vm(kvm, inti); + rc = __inject_vm(kvm, inti); + if (rc) + kfree(inti); + return rc; } -void kvm_s390_reinject_io_int(struct kvm *kvm, +int kvm_s390_reinject_io_int(struct kvm *kvm, struct kvm_s390_interrupt_info *inti) { - __inject_vm(kvm, inti); + return __inject_vm(kvm, inti); } int kvm_s390_inject_vcpu(struct kvm_vcpu *vcpu, @@ -1589,8 +1596,7 @@ return ret; } -int kvm_set_routing_entry(struct kvm_irq_routing_table *rt, - struct kvm_kernel_irq_routing_entry *e, +int kvm_set_routing_entry(struct kvm_kernel_irq_routing_entry *e, const struct kvm_irq_routing_entry *ue) { int ret; --- linux-lts-utopic-3.16.0.orig/arch/s390/kvm/kvm-s390.c +++ linux-lts-utopic-3.16.0/arch/s390/kvm/kvm-s390.c @@ -146,7 +146,7 @@ return -EINVAL; } -int kvm_dev_ioctl_check_extension(long ext) +int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext) { int r; @@ -429,7 +429,9 @@ if (!kvm->arch.sca) goto out_err; spin_lock(&kvm_lock); - sca_offset = (sca_offset + 16) & 0x7f0; + sca_offset += 16; + if (sca_offset + sizeof(struct sca_block) > PAGE_SIZE) + sca_offset = 0; kvm->arch.sca = (struct sca_block *) ((char *) kvm->arch.sca + sca_offset); spin_unlock(&kvm_lock); @@ -646,7 +648,7 @@ if (rc) return rc; } - hrtimer_init(&vcpu->arch.ckc_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); + hrtimer_init(&vcpu->arch.ckc_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); tasklet_init(&vcpu->arch.tasklet, kvm_s390_tasklet, (unsigned long) vcpu); vcpu->arch.ckc_timer.function = kvm_s390_idle_wakeup; @@ -1286,19 +1288,6 @@ kvm_s390_vcpu_start(vcpu); - switch (kvm_run->exit_reason) { - case KVM_EXIT_S390_SIEIC: - case KVM_EXIT_UNKNOWN: - case KVM_EXIT_INTR: - case KVM_EXIT_S390_RESET: - case KVM_EXIT_S390_UCONTROL: - case KVM_EXIT_S390_TSCH: - case KVM_EXIT_DEBUG: - break; - default: - BUG(); - } - vcpu->arch.sie_block->gpsw.mask = kvm_run->psw_mask; vcpu->arch.sie_block->gpsw.addr = kvm_run->psw_addr; if (kvm_run->kvm_dirty_regs & KVM_SYNC_PREFIX) { --- linux-lts-utopic-3.16.0.orig/arch/s390/kvm/kvm-s390.h +++ linux-lts-utopic-3.16.0/arch/s390/kvm/kvm-s390.h @@ -143,8 +143,8 @@ int __must_check kvm_s390_inject_program_int(struct kvm_vcpu *vcpu, u16 code); struct kvm_s390_interrupt_info *kvm_s390_get_io_int(struct kvm *kvm, u64 cr6, u64 schid); -void kvm_s390_reinject_io_int(struct kvm *kvm, - struct kvm_s390_interrupt_info *inti); +int kvm_s390_reinject_io_int(struct kvm *kvm, + struct kvm_s390_interrupt_info *inti); int kvm_s390_mask_adapter(struct kvm *kvm, unsigned int id, bool masked); /* implemented in priv.c */ --- linux-lts-utopic-3.16.0.orig/arch/s390/kvm/priv.c +++ linux-lts-utopic-3.16.0/arch/s390/kvm/priv.c @@ -228,18 +228,19 @@ struct kvm_s390_interrupt_info *inti; unsigned long len; u32 tpi_data[3]; - int cc, rc; + int rc; u64 addr; - rc = 0; addr = kvm_s390_get_base_disp_s(vcpu); if (addr & 3) return kvm_s390_inject_program_int(vcpu, PGM_SPECIFICATION); - cc = 0; + inti = kvm_s390_get_io_int(vcpu->kvm, vcpu->arch.sie_block->gcr[6], 0); - if (!inti) - goto no_interrupt; - cc = 1; + if (!inti) { + kvm_s390_set_psw_cc(vcpu, 0); + return 0; + } + tpi_data[0] = inti->io.subchannel_id << 16 | inti->io.subchannel_nr; tpi_data[1] = inti->io.io_int_parm; tpi_data[2] = inti->io.io_int_word; @@ -250,30 +251,38 @@ */ len = sizeof(tpi_data) - 4; rc = write_guest(vcpu, addr, &tpi_data, len); - if (rc) - return kvm_s390_inject_prog_cond(vcpu, rc); + if (rc) { + rc = kvm_s390_inject_prog_cond(vcpu, rc); + goto reinject_interrupt; + } } else { /* * Store the three-word I/O interruption code into * the appropriate lowcore area. */ len = sizeof(tpi_data); - if (write_guest_lc(vcpu, __LC_SUBCHANNEL_ID, &tpi_data, len)) + if (write_guest_lc(vcpu, __LC_SUBCHANNEL_ID, &tpi_data, len)) { + /* failed writes to the low core are not recoverable */ rc = -EFAULT; + goto reinject_interrupt; + } } + + /* irq was successfully handed to the guest */ + kfree(inti); + kvm_s390_set_psw_cc(vcpu, 1); + return 0; +reinject_interrupt: /* * If we encounter a problem storing the interruption code, the * instruction is suppressed from the guest's view: reinject the * interrupt. */ - if (!rc) + if (kvm_s390_reinject_io_int(vcpu->kvm, inti)) { kfree(inti); - else - kvm_s390_reinject_io_int(vcpu->kvm, inti); -no_interrupt: - /* Set condition code and we're done. */ - if (!rc) - kvm_s390_set_psw_cc(vcpu, cc); + rc = -EFAULT; + } + /* don't set the cc, a pgm irq was injected or we drop to user space */ return rc ? -EFAULT : 0; } @@ -470,6 +479,7 @@ for (n = mem->count - 1; n > 0 ; n--) memcpy(&mem->vm[n], &mem->vm[n - 1], sizeof(mem->vm[0])); + memset(&mem->vm[0], 0, sizeof(mem->vm[0])); mem->vm[0].cpus_total = cpus; mem->vm[0].cpus_configured = cpus; mem->vm[0].cpus_standby = 0; @@ -800,7 +810,7 @@ break; reg = (reg + 1) % 16; } while (1); - + kvm_make_request(KVM_REQ_TLB_FLUSH, vcpu); return 0; } @@ -872,7 +882,7 @@ break; reg = (reg + 1) % 16; } while (1); - + kvm_make_request(KVM_REQ_TLB_FLUSH, vcpu); return 0; } --- linux-lts-utopic-3.16.0.orig/arch/s390/mm/extable.c +++ linux-lts-utopic-3.16.0/arch/s390/mm/extable.c @@ -52,12 +52,16 @@ int i; /* Normalize entries to being relative to the start of the section */ - for (p = start, i = 0; p < finish; p++, i += 8) + for (p = start, i = 0; p < finish; p++, i += 8) { p->insn += i; + p->fixup += i + 4; + } sort(start, finish - start, sizeof(*start), cmp_ex, NULL); /* Denormalize all entries */ - for (p = start, i = 0; p < finish; p++, i += 8) + for (p = start, i = 0; p < finish; p++, i += 8) { p->insn -= i; + p->fixup -= i + 4; + } } #ifdef CONFIG_MODULES --- linux-lts-utopic-3.16.0.orig/arch/s390/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/s390/mm/fault.c @@ -374,6 +374,12 @@ do_no_context(regs); 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); + else + do_sigsegv(regs, SEGV_MAPERR); } else if (fault & VM_FAULT_SIGBUS) { /* Kernel mode? Handle exceptions or die */ if (!user_mode(regs)) --- linux-lts-utopic-3.16.0.orig/arch/s390/mm/pgtable.c +++ linux-lts-utopic-3.16.0/arch/s390/mm/pgtable.c @@ -986,11 +986,21 @@ pte_t *ptep; down_read(&mm->mmap_sem); +retry: ptep = get_locked_pte(current->mm, addr, &ptl); if (unlikely(!ptep)) { up_read(&mm->mmap_sem); return -EFAULT; } + if (!(pte_val(*ptep) & _PAGE_INVALID) && + (pte_val(*ptep) & _PAGE_PROTECT)) { + pte_unmap_unlock(*ptep, ptl); + if (fixup_user_fault(current, mm, addr, FAULT_FLAG_WRITE)) { + up_read(&mm->mmap_sem); + return -EFAULT; + } + goto retry; + } new = old = pgste_get_lock(ptep); pgste_val(new) &= ~(PGSTE_GR_BIT | PGSTE_GC_BIT | @@ -1279,6 +1289,7 @@ { unsigned long next, *table, *new; struct page *page; + spinlock_t *ptl; pmd_t *pmd; pmd = pmd_offset(pud, addr); @@ -1296,7 +1307,7 @@ if (!new) return -ENOMEM; - spin_lock(&mm->page_table_lock); + ptl = pmd_lock(mm, pmd); if (likely((unsigned long *) pmd_deref(*pmd) == table)) { /* Nuke pmd entry pointing to the "short" page table */ pmdp_flush_lazy(mm, addr, pmd); @@ -1310,7 +1321,7 @@ page_table_free_rcu(tlb, table); new = NULL; } - spin_unlock(&mm->page_table_lock); + spin_unlock(ptl); if (new) { page_table_free_pgste(new); goto again; --- linux-lts-utopic-3.16.0.orig/arch/score/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/score/mm/fault.c @@ -114,6 +114,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/sh/include/asm/io_noioport.h +++ linux-lts-utopic-3.16.0/arch/sh/include/asm/io_noioport.h @@ -34,6 +34,17 @@ BUG(); } +static inline void __iomem *ioport_map(unsigned long port, unsigned int size) +{ + BUG(); + return NULL; +} + +static inline void ioport_unmap(void __iomem *addr) +{ + BUG(); +} + #define inb_p(addr) inb(addr) #define inw_p(addr) inw(addr) #define inl_p(addr) inl(addr) --- linux-lts-utopic-3.16.0.orig/arch/sh/include/asm/sections.h +++ linux-lts-utopic-3.16.0/arch/sh/include/asm/sections.h @@ -3,7 +3,6 @@ #include -extern long __nosave_begin, __nosave_end; extern long __machvec_start, __machvec_end; extern char __uncached_start, __uncached_end; extern char __start_eh_frame[], __stop_eh_frame[]; --- linux-lts-utopic-3.16.0.orig/arch/sh/include/uapi/asm/unistd_64.h +++ linux-lts-utopic-3.16.0/arch/sh/include/uapi/asm/unistd_64.h @@ -278,7 +278,7 @@ #define __NR_fsetxattr 256 #define __NR_getxattr 257 #define __NR_lgetxattr 258 -#define __NR_fgetxattr 269 +#define __NR_fgetxattr 259 #define __NR_listxattr 260 #define __NR_llistxattr 261 #define __NR_flistxattr 262 --- linux-lts-utopic-3.16.0.orig/arch/sh/kernel/cpu/sh3/setup-sh770x.c +++ linux-lts-utopic-3.16.0/arch/sh/kernel/cpu/sh3/setup-sh770x.c @@ -118,7 +118,7 @@ }; static struct resource scif0_resources[] = { - DEFINE_RES_MEM(0xfffffe80, 0x100), + DEFINE_RES_MEM(0xfffffe80, 0x10), DEFINE_RES_IRQ(evt2irq(0x4e0)), }; @@ -143,7 +143,7 @@ }; static struct resource scif1_resources[] = { - DEFINE_RES_MEM(0xa4000150, 0x100), + DEFINE_RES_MEM(0xa4000150, 0x10), DEFINE_RES_IRQ(evt2irq(0x900)), }; @@ -169,7 +169,7 @@ }; static struct resource scif2_resources[] = { - DEFINE_RES_MEM(0xa4000140, 0x100), + DEFINE_RES_MEM(0xa4000140, 0x10), DEFINE_RES_IRQ(evt2irq(0x880)), }; --- linux-lts-utopic-3.16.0.orig/arch/sh/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/sh/mm/fault.c @@ -353,6 +353,8 @@ } else { if (fault & VM_FAULT_SIGBUS) do_sigbus(regs, error_code, address); + else if (fault & VM_FAULT_SIGSEGV) + bad_area(regs, error_code, address); else BUG(); } --- linux-lts-utopic-3.16.0.orig/arch/sparc/Kconfig +++ linux-lts-utopic-3.16.0/arch/sparc/Kconfig @@ -67,6 +67,7 @@ select HAVE_SYSCALL_TRACEPOINTS select HAVE_CONTEXT_TRACKING select HAVE_DEBUG_KMEMLEAK + select SPARSE_IRQ select RTC_DRV_CMOS select RTC_DRV_BQ4802 select RTC_DRV_SUN4V --- linux-lts-utopic-3.16.0.orig/arch/sparc/crypto/aes_glue.c +++ linux-lts-utopic-3.16.0/arch/sparc/crypto/aes_glue.c @@ -433,6 +433,7 @@ .blkcipher = { .min_keysize = AES_MIN_KEY_SIZE, .max_keysize = AES_MAX_KEY_SIZE, + .ivsize = AES_BLOCK_SIZE, .setkey = aes_set_key, .encrypt = cbc_encrypt, .decrypt = cbc_decrypt, @@ -452,6 +453,7 @@ .blkcipher = { .min_keysize = AES_MIN_KEY_SIZE, .max_keysize = AES_MAX_KEY_SIZE, + .ivsize = AES_BLOCK_SIZE, .setkey = aes_set_key, .encrypt = ctr_crypt, .decrypt = ctr_crypt, @@ -499,6 +501,6 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("AES Secure Hash Algorithm, sparc64 aes opcode accelerated"); -MODULE_ALIAS("aes"); +MODULE_ALIAS_CRYPTO("aes"); #include "crop_devid.c" --- linux-lts-utopic-3.16.0.orig/arch/sparc/crypto/camellia_glue.c +++ linux-lts-utopic-3.16.0/arch/sparc/crypto/camellia_glue.c @@ -274,6 +274,7 @@ .blkcipher = { .min_keysize = CAMELLIA_MIN_KEY_SIZE, .max_keysize = CAMELLIA_MAX_KEY_SIZE, + .ivsize = CAMELLIA_BLOCK_SIZE, .setkey = camellia_set_key, .encrypt = cbc_encrypt, .decrypt = cbc_decrypt, @@ -322,6 +323,6 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Camellia Cipher Algorithm, sparc64 camellia opcode accelerated"); -MODULE_ALIAS("aes"); +MODULE_ALIAS_CRYPTO("aes"); #include "crop_devid.c" --- linux-lts-utopic-3.16.0.orig/arch/sparc/crypto/crc32c_glue.c +++ linux-lts-utopic-3.16.0/arch/sparc/crypto/crc32c_glue.c @@ -176,6 +176,6 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("CRC32c (Castagnoli), sparc64 crc32c opcode accelerated"); -MODULE_ALIAS("crc32c"); +MODULE_ALIAS_CRYPTO("crc32c"); #include "crop_devid.c" --- linux-lts-utopic-3.16.0.orig/arch/sparc/crypto/des_glue.c +++ linux-lts-utopic-3.16.0/arch/sparc/crypto/des_glue.c @@ -429,6 +429,7 @@ .blkcipher = { .min_keysize = DES_KEY_SIZE, .max_keysize = DES_KEY_SIZE, + .ivsize = DES_BLOCK_SIZE, .setkey = des_set_key, .encrypt = cbc_encrypt, .decrypt = cbc_decrypt, @@ -485,6 +486,7 @@ .blkcipher = { .min_keysize = DES3_EDE_KEY_SIZE, .max_keysize = DES3_EDE_KEY_SIZE, + .ivsize = DES3_EDE_BLOCK_SIZE, .setkey = des3_ede_set_key, .encrypt = cbc3_encrypt, .decrypt = cbc3_decrypt, @@ -532,6 +534,6 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("DES & Triple DES EDE Cipher Algorithms, sparc64 des opcode accelerated"); -MODULE_ALIAS("des"); +MODULE_ALIAS_CRYPTO("des"); #include "crop_devid.c" --- linux-lts-utopic-3.16.0.orig/arch/sparc/crypto/md5_glue.c +++ linux-lts-utopic-3.16.0/arch/sparc/crypto/md5_glue.c @@ -185,6 +185,6 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("MD5 Secure Hash Algorithm, sparc64 md5 opcode accelerated"); -MODULE_ALIAS("md5"); +MODULE_ALIAS_CRYPTO("md5"); #include "crop_devid.c" --- linux-lts-utopic-3.16.0.orig/arch/sparc/crypto/sha1_glue.c +++ linux-lts-utopic-3.16.0/arch/sparc/crypto/sha1_glue.c @@ -180,6 +180,6 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("SHA1 Secure Hash Algorithm, sparc64 sha1 opcode accelerated"); -MODULE_ALIAS("sha1"); +MODULE_ALIAS_CRYPTO("sha1"); #include "crop_devid.c" --- linux-lts-utopic-3.16.0.orig/arch/sparc/crypto/sha256_glue.c +++ linux-lts-utopic-3.16.0/arch/sparc/crypto/sha256_glue.c @@ -237,7 +237,7 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("SHA-224 and SHA-256 Secure Hash Algorithm, sparc64 sha256 opcode accelerated"); -MODULE_ALIAS("sha224"); -MODULE_ALIAS("sha256"); +MODULE_ALIAS_CRYPTO("sha224"); +MODULE_ALIAS_CRYPTO("sha256"); #include "crop_devid.c" --- linux-lts-utopic-3.16.0.orig/arch/sparc/crypto/sha512_glue.c +++ linux-lts-utopic-3.16.0/arch/sparc/crypto/sha512_glue.c @@ -222,7 +222,7 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("SHA-384 and SHA-512 Secure Hash Algorithm, sparc64 sha512 opcode accelerated"); -MODULE_ALIAS("sha384"); -MODULE_ALIAS("sha512"); +MODULE_ALIAS_CRYPTO("sha384"); +MODULE_ALIAS_CRYPTO("sha512"); #include "crop_devid.c" --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/atomic_32.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/atomic_32.h @@ -22,7 +22,7 @@ int __atomic_add_return(int, atomic_t *); int atomic_cmpxchg(atomic_t *, int, int); -#define atomic_xchg(v, new) (xchg(&((v)->counter), new)) +int atomic_xchg(atomic_t *, int); int __atomic_add_unless(atomic_t *, int, int); void atomic_set(atomic_t *, int); --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/cmpxchg_32.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/cmpxchg_32.h @@ -11,22 +11,14 @@ #ifndef __ARCH_SPARC_CMPXCHG__ #define __ARCH_SPARC_CMPXCHG__ -static inline unsigned long xchg_u32(__volatile__ unsigned long *m, unsigned long val) -{ - __asm__ __volatile__("swap [%2], %0" - : "=&r" (val) - : "0" (val), "r" (m) - : "memory"); - return val; -} - +unsigned long __xchg_u32(volatile u32 *m, u32 new); void __xchg_called_with_bad_pointer(void); static inline unsigned long __xchg(unsigned long x, __volatile__ void * ptr, int size) { switch (size) { case 4: - return xchg_u32(ptr, x); + return __xchg_u32(ptr, x); } __xchg_called_with_bad_pointer(); return x; --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/hypervisor.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/hypervisor.h @@ -2947,6 +2947,16 @@ unsigned long reg_val); #endif +#define HV_FAST_T5_GET_PERFREG 0x1a8 +#define HV_FAST_T5_SET_PERFREG 0x1a9 + +#ifndef __ASSEMBLY__ +unsigned long sun4v_t5_get_perfreg(unsigned long reg_num, + unsigned long *reg_val); +unsigned long sun4v_t5_set_perfreg(unsigned long reg_num, + unsigned long reg_val); +#endif + /* Function numbers for HV_CORE_TRAP. */ #define HV_CORE_SET_VER 0x00 #define HV_CORE_PUTCHAR 0x01 @@ -2978,6 +2988,7 @@ #define HV_GRP_VF_CPU 0x0205 #define HV_GRP_KT_CPU 0x0209 #define HV_GRP_VT_CPU 0x020c +#define HV_GRP_T5_CPU 0x0211 #define HV_GRP_DIAG 0x0300 #ifndef __ASSEMBLY__ --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/irq_64.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/irq_64.h @@ -37,7 +37,7 @@ * * ino_bucket->irq allocation is made during {sun4v_,}build_irq(). */ -#define NR_IRQS 255 +#define NR_IRQS (2048) void irq_install_pre_handler(int irq, void (*func)(unsigned int, void *, void *), @@ -57,11 +57,8 @@ unsigned long iclr_base); void sun4u_destroy_msi(unsigned int irq); -unsigned char irq_alloc(unsigned int dev_handle, - unsigned int dev_ino); -#ifdef CONFIG_PCI_MSI +unsigned int irq_alloc(unsigned int dev_handle, unsigned int dev_ino); void irq_free(unsigned int irq); -#endif void __init init_IRQ(void); void fixup_irqs(void); --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/ldc.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/ldc.h @@ -53,13 +53,14 @@ /* Allocate state for a channel. */ struct ldc_channel *ldc_alloc(unsigned long id, const struct ldc_channel_config *cfgp, - void *event_arg); + void *event_arg, + const char *name); /* Shut down and free state for a channel. */ void ldc_free(struct ldc_channel *lp); /* Register TX and RX queues of the link with the hypervisor. */ -int ldc_bind(struct ldc_channel *lp, const char *name); +int ldc_bind(struct ldc_channel *lp); /* For non-RAW protocols we need to complete a handshake before * communication can proceed. ldc_connect() does that, if the --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/oplib_64.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/oplib_64.h @@ -62,7 +62,8 @@ /* You must call prom_init() before using any of the library services, * preferably as early as possible. Pass it the romvec pointer. */ -void prom_init(void *cif_handler, void *cif_stack); +void prom_init(void *cif_handler); +void prom_init_report(void); /* Boot argument acquisition, returns the boot command line string. */ char *prom_getbootargs(void); --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/page_64.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/page_64.h @@ -57,18 +57,21 @@ typedef struct { unsigned long pte; } pte_t; typedef struct { unsigned long iopte; } iopte_t; typedef struct { unsigned long pmd; } pmd_t; +typedef struct { unsigned long pud; } pud_t; typedef struct { unsigned long pgd; } pgd_t; typedef struct { unsigned long pgprot; } pgprot_t; #define pte_val(x) ((x).pte) #define iopte_val(x) ((x).iopte) #define pmd_val(x) ((x).pmd) +#define pud_val(x) ((x).pud) #define pgd_val(x) ((x).pgd) #define pgprot_val(x) ((x).pgprot) #define __pte(x) ((pte_t) { (x) } ) #define __iopte(x) ((iopte_t) { (x) } ) #define __pmd(x) ((pmd_t) { (x) } ) +#define __pud(x) ((pud_t) { (x) } ) #define __pgd(x) ((pgd_t) { (x) } ) #define __pgprot(x) ((pgprot_t) { (x) } ) @@ -77,18 +80,21 @@ typedef unsigned long pte_t; typedef unsigned long iopte_t; typedef unsigned long pmd_t; +typedef unsigned long pud_t; typedef unsigned long pgd_t; typedef unsigned long pgprot_t; #define pte_val(x) (x) #define iopte_val(x) (x) #define pmd_val(x) (x) +#define pud_val(x) (x) #define pgd_val(x) (x) #define pgprot_val(x) (x) #define __pte(x) (x) #define __iopte(x) (x) #define __pmd(x) (x) +#define __pud(x) (x) #define __pgd(x) (x) #define __pgprot(x) (x) @@ -96,21 +102,14 @@ typedef pte_t *pgtable_t; -/* These two values define the virtual address space range in which we - * must forbid 64-bit user processes from making mappings. It used to - * represent precisely the virtual address space hole present in most - * early sparc64 chips including UltraSPARC-I. But now it also is - * further constrained by the limits of our page tables, which is - * 43-bits of virtual address. - */ -#define SPARC64_VA_HOLE_TOP _AC(0xfffffc0000000000,UL) -#define SPARC64_VA_HOLE_BOTTOM _AC(0x0000040000000000,UL) +extern unsigned long sparc64_va_hole_top; +extern unsigned long sparc64_va_hole_bottom; /* The next two defines specify the actual exclusion region we * enforce, wherein we use a 4GB red zone on each side of the VA hole. */ -#define VA_EXCLUDE_START (SPARC64_VA_HOLE_BOTTOM - (1UL << 32UL)) -#define VA_EXCLUDE_END (SPARC64_VA_HOLE_TOP + (1UL << 32UL)) +#define VA_EXCLUDE_START (sparc64_va_hole_bottom - (1UL << 32UL)) +#define VA_EXCLUDE_END (sparc64_va_hole_top + (1UL << 32UL)) #define TASK_UNMAPPED_BASE (test_thread_flag(TIF_32BIT) ? \ _AC(0x0000000070000000,UL) : \ @@ -118,20 +117,16 @@ #include -#define PAGE_OFFSET_BY_BITS(X) (-(_AC(1,UL) << (X))) extern unsigned long PAGE_OFFSET; #endif /* !(__ASSEMBLY__) */ -/* The maximum number of physical memory address bits we support, this - * is used to size various tables used to manage kernel TLB misses and - * also the sparsemem code. +/* The maximum number of physical memory address bits we support. The + * largest value we can support is whatever "KPGD_SHIFT + KPTE_BITS" + * evaluates to. */ -#define MAX_PHYS_ADDRESS_BITS 47 +#define MAX_PHYS_ADDRESS_BITS 53 -/* These two shift counts are used when indexing sparc64_valid_addr_bitmap - * and kpte_linear_bitmap. - */ #define ILOG2_4MB 22 #define ILOG2_256MB 28 --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/pgalloc_64.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/pgalloc_64.h @@ -15,6 +15,13 @@ extern struct kmem_cache *pgtable_cache; +static inline void __pgd_populate(pgd_t *pgd, pud_t *pud) +{ + pgd_set(pgd, pud); +} + +#define pgd_populate(MM, PGD, PUD) __pgd_populate(PGD, PUD) + static inline pgd_t *pgd_alloc(struct mm_struct *mm) { return kmem_cache_alloc(pgtable_cache, GFP_KERNEL); @@ -25,7 +32,23 @@ kmem_cache_free(pgtable_cache, pgd); } -#define pud_populate(MM, PUD, PMD) pud_set(PUD, PMD) +static inline void __pud_populate(pud_t *pud, pmd_t *pmd) +{ + pud_set(pud, pmd); +} + +#define pud_populate(MM, PUD, PMD) __pud_populate(PUD, PMD) + +static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) +{ + return kmem_cache_alloc(pgtable_cache, + GFP_KERNEL|__GFP_REPEAT); +} + +static inline void pud_free(struct mm_struct *mm, pud_t *pud) +{ + kmem_cache_free(pgtable_cache, pud); +} static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) { @@ -91,4 +114,7 @@ #define __pmd_free_tlb(tlb, pmd, addr) \ pgtable_free_tlb(tlb, pmd, false) +#define __pud_free_tlb(tlb, pud, addr) \ + pgtable_free_tlb(tlb, pud, false) + #endif /* _SPARC64_PGALLOC_H */ --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/pgtable_64.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/pgtable_64.h @@ -20,8 +20,6 @@ #include #include -#include - /* The kernel image occupies 0x4000000 to 0x6000000 (4MB --> 96MB). * The page copy blockops can use 0x6000000 to 0x8000000. * The 8K TSB is mapped in the 0x8000000 to 0x8400000 range. @@ -42,10 +40,7 @@ #define LOW_OBP_ADDRESS _AC(0x00000000f0000000,UL) #define HI_OBP_ADDRESS _AC(0x0000000100000000,UL) #define VMALLOC_START _AC(0x0000000100000000,UL) -#define VMALLOC_END _AC(0x0000010000000000,UL) -#define VMEMMAP_BASE _AC(0x0000010000000000,UL) - -#define vmemmap ((struct page *)VMEMMAP_BASE) +#define VMEMMAP_BASE VMALLOC_END /* PMD_SHIFT determines the size of the area a second-level page * table can map @@ -55,13 +50,25 @@ #define PMD_MASK (~(PMD_SIZE-1)) #define PMD_BITS (PAGE_SHIFT - 3) -/* PGDIR_SHIFT determines what a third-level page table entry can map */ -#define PGDIR_SHIFT (PAGE_SHIFT + (PAGE_SHIFT-3) + PMD_BITS) +/* PUD_SHIFT determines the size of the area a third-level page + * table can map + */ +#define PUD_SHIFT (PMD_SHIFT + PMD_BITS) +#define PUD_SIZE (_AC(1,UL) << PUD_SHIFT) +#define PUD_MASK (~(PUD_SIZE-1)) +#define PUD_BITS (PAGE_SHIFT - 3) + +/* PGDIR_SHIFT determines what a fourth-level page table entry can map */ +#define PGDIR_SHIFT (PUD_SHIFT + PUD_BITS) #define PGDIR_SIZE (_AC(1,UL) << PGDIR_SHIFT) #define PGDIR_MASK (~(PGDIR_SIZE-1)) #define PGDIR_BITS (PAGE_SHIFT - 3) -#if (PGDIR_SHIFT + PGDIR_BITS) != 43 +#if (MAX_PHYS_ADDRESS_BITS > PGDIR_SHIFT + PGDIR_BITS) +#error MAX_PHYS_ADDRESS_BITS exceeds what kernel page tables can support +#endif + +#if (PGDIR_SHIFT + PGDIR_BITS) != 53 #error Page table parameters do not cover virtual address space properly. #endif @@ -71,28 +78,18 @@ #ifndef __ASSEMBLY__ -#include - -extern unsigned long sparc64_valid_addr_bitmap[]; +extern unsigned long VMALLOC_END; -/* Needs to be defined here and not in linux/mm.h, as it is arch dependent */ -static inline bool __kern_addr_valid(unsigned long paddr) -{ - if ((paddr >> MAX_PHYS_ADDRESS_BITS) != 0UL) - return false; - return test_bit(paddr >> ILOG2_4MB, sparc64_valid_addr_bitmap); -} +#define vmemmap ((struct page *)VMEMMAP_BASE) -static inline bool kern_addr_valid(unsigned long addr) -{ - unsigned long paddr = __pa(addr); +#include - return __kern_addr_valid(paddr); -} +bool kern_addr_valid(unsigned long addr); /* Entries per page directory level. */ #define PTRS_PER_PTE (1UL << (PAGE_SHIFT-3)) #define PTRS_PER_PMD (1UL << PMD_BITS) +#define PTRS_PER_PUD (1UL << PUD_BITS) #define PTRS_PER_PGD (1UL << PGDIR_BITS) /* Kernel has a separate 44bit address space. */ @@ -101,6 +98,9 @@ #define pmd_ERROR(e) \ pr_err("%s:%d: bad pmd %p(%016lx) seen at (%pS)\n", \ __FILE__, __LINE__, &(e), pmd_val(e), __builtin_return_address(0)) +#define pud_ERROR(e) \ + pr_err("%s:%d: bad pud %p(%016lx) seen at (%pS)\n", \ + __FILE__, __LINE__, &(e), pud_val(e), __builtin_return_address(0)) #define pgd_ERROR(e) \ pr_err("%s:%d: bad pgd %p(%016lx) seen at (%pS)\n", \ __FILE__, __LINE__, &(e), pgd_val(e), __builtin_return_address(0)) @@ -112,6 +112,7 @@ #define _PAGE_R _AC(0x8000000000000000,UL) /* Keep ref bit uptodate*/ #define _PAGE_SPECIAL _AC(0x0200000000000000,UL) /* Special page */ #define _PAGE_PMD_HUGE _AC(0x0100000000000000,UL) /* Huge page */ +#define _PAGE_PUD_HUGE _PAGE_PMD_HUGE /* Advertise support for _PAGE_SPECIAL */ #define __HAVE_ARCH_PTE_SPECIAL @@ -658,26 +659,26 @@ return pte_val(pte) & _PAGE_PMD_HUGE; } -#ifdef CONFIG_TRANSPARENT_HUGEPAGE -static inline unsigned long pmd_young(pmd_t pmd) +static inline unsigned long pmd_pfn(pmd_t pmd) { pte_t pte = __pte(pmd_val(pmd)); - return pte_young(pte); + return pte_pfn(pte); } -static inline unsigned long pmd_write(pmd_t pmd) +#ifdef CONFIG_TRANSPARENT_HUGEPAGE +static inline unsigned long pmd_young(pmd_t pmd) { pte_t pte = __pte(pmd_val(pmd)); - return pte_write(pte); + return pte_young(pte); } -static inline unsigned long pmd_pfn(pmd_t pmd) +static inline unsigned long pmd_write(pmd_t pmd) { pte_t pte = __pte(pmd_val(pmd)); - return pte_pfn(pte); + return pte_write(pte); } static inline unsigned long pmd_trans_huge(pmd_t pmd) @@ -771,13 +772,15 @@ * the top bits outside of the range of any physical address size we * support are clear as well. We also validate the physical itself. */ -#define pmd_bad(pmd) ((pmd_val(pmd) & ~PAGE_MASK) || \ - !__kern_addr_valid(pmd_val(pmd))) +#define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) #define pud_none(pud) (!pud_val(pud)) -#define pud_bad(pud) ((pud_val(pud) & ~PAGE_MASK) || \ - !__kern_addr_valid(pud_val(pud))) +#define pud_bad(pud) (pud_val(pud) & ~PAGE_MASK) + +#define pgd_none(pgd) (!pgd_val(pgd)) + +#define pgd_bad(pgd) (pgd_val(pgd) & ~PAGE_MASK) #ifdef CONFIG_TRANSPARENT_HUGEPAGE void set_pmd_at(struct mm_struct *mm, unsigned long addr, @@ -815,10 +818,31 @@ #define pmd_clear(pmdp) (pmd_val(*(pmdp)) = 0UL) #define pud_present(pud) (pud_val(pud) != 0U) #define pud_clear(pudp) (pud_val(*(pudp)) = 0UL) +#define pgd_page_vaddr(pgd) \ + ((unsigned long) __va(pgd_val(pgd))) +#define pgd_present(pgd) (pgd_val(pgd) != 0U) +#define pgd_clear(pgdp) (pgd_val(*(pgd)) = 0UL) + +static inline unsigned long pud_large(pud_t pud) +{ + pte_t pte = __pte(pud_val(pud)); + + return pte_val(pte) & _PAGE_PMD_HUGE; +} + +static inline unsigned long pud_pfn(pud_t pud) +{ + pte_t pte = __pte(pud_val(pud)); + + return pte_pfn(pte); +} /* Same in both SUN4V and SUN4U. */ #define pte_none(pte) (!pte_val(pte)) +#define pgd_set(pgdp, pudp) \ + (pgd_val(*(pgdp)) = (__pa((unsigned long) (pudp)))) + /* to find an entry in a page-table-directory. */ #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1)) #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) @@ -826,6 +850,11 @@ /* to find an entry in a kernel page-table-directory */ #define pgd_offset_k(address) pgd_offset(&init_mm, address) +/* Find an entry in the third-level page table.. */ +#define pud_index(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD - 1)) +#define pud_offset(pgdp, address) \ + ((pud_t *) pgd_page_vaddr(*(pgdp)) + pud_index(address)) + /* Find an entry in the second-level page table.. */ #define pmd_offset(pudp, address) \ ((pmd_t *) pud_page_vaddr(*(pudp)) + \ @@ -898,7 +927,6 @@ #endif extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; -extern pmd_t swapper_low_pmd_dir[PTRS_PER_PMD]; void paging_init(void); unsigned long find_ecache_flush_span(unsigned long size); --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/setup.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/setup.h @@ -48,6 +48,8 @@ #endif #ifdef CONFIG_SPARC64 +void __init start_early_boot(void); + /* unaligned_64.c */ int handle_ldf_stq(u32 insn, struct pt_regs *regs); void handle_ld_nf(u32 insn, struct pt_regs *regs); --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/spitfire.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/spitfire.h @@ -45,6 +45,8 @@ #define SUN4V_CHIP_NIAGARA3 0x03 #define SUN4V_CHIP_NIAGARA4 0x04 #define SUN4V_CHIP_NIAGARA5 0x05 +#define SUN4V_CHIP_SPARC_M6 0x06 +#define SUN4V_CHIP_SPARC_M7 0x07 #define SUN4V_CHIP_SPARC64X 0x8a #define SUN4V_CHIP_UNKNOWN 0xff --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/thread_info_64.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/thread_info_64.h @@ -63,7 +63,8 @@ struct pt_regs *kern_una_regs; unsigned int kern_una_insn; - unsigned long fpregs[0] __attribute__ ((aligned(64))); + unsigned long fpregs[(7 * 256) / sizeof(unsigned long)] + __attribute__ ((aligned(64))); }; #endif /* !(__ASSEMBLY__) */ @@ -102,6 +103,7 @@ #define FAULT_CODE_ITLB 0x04 /* Miss happened in I-TLB */ #define FAULT_CODE_WINFIXUP 0x08 /* Miss happened during spill/fill */ #define FAULT_CODE_BLKCOMMIT 0x10 /* Use blk-commit ASI in copy_page */ +#define FAULT_CODE_BAD_RA 0x20 /* Bad RA for sun4v */ #if PAGE_SHIFT == 13 #define THREAD_SIZE (2*PAGE_SIZE) --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/tlbflush_64.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/tlbflush_64.h @@ -34,6 +34,8 @@ { } +void flush_tlb_kernel_range(unsigned long start, unsigned long end); + #define __HAVE_ARCH_ENTER_LAZY_MMU_MODE void flush_tlb_pending(void); @@ -48,11 +50,6 @@ #ifndef CONFIG_SMP -#define flush_tlb_kernel_range(start,end) \ -do { flush_tsb_kernel_range(start,end); \ - __flush_tlb_kernel_range(start,end); \ -} while (0) - static inline void global_flush_tlb_page(struct mm_struct *mm, unsigned long vaddr) { __flush_tlb_page(CTX_HWBITS(mm->context), vaddr); @@ -63,11 +60,6 @@ void smp_flush_tlb_kernel_range(unsigned long start, unsigned long end); void smp_flush_tlb_page(struct mm_struct *mm, unsigned long vaddr); -#define flush_tlb_kernel_range(start, end) \ -do { flush_tsb_kernel_range(start,end); \ - smp_flush_tlb_kernel_range(start, end); \ -} while (0) - #define global_flush_tlb_page(mm, vaddr) \ smp_flush_tlb_page(mm, vaddr) --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/tsb.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/tsb.h @@ -133,9 +133,24 @@ sub TSB, 0x8, TSB; \ TSB_STORE(TSB, TAG); - /* Do a kernel page table walk. Leaves physical PTE pointer in - * REG1. Jumps to FAIL_LABEL on early page table walk termination. - * VADDR will not be clobbered, but REG2 will. + /* Do a kernel page table walk. Leaves valid PTE value in + * REG1. Jumps to FAIL_LABEL on early page table walk + * termination. VADDR will not be clobbered, but REG2 will. + * + * There are two masks we must apply to propagate bits from + * the virtual address into the PTE physical address field + * when dealing with huge pages. This is because the page + * table boundaries do not match the huge page size(s) the + * hardware supports. + * + * In these cases we propagate the bits that are below the + * page table level where we saw the huge page mapping, but + * are still within the relevant physical bits for the huge + * page size in question. So for PMD mappings (which fall on + * bit 23, for 8MB per PMD) we must propagate bit 22 for a + * 4MB huge page. For huge PUDs (which fall on bit 33, for + * 8GB per PUD), we have to accomodate 256MB and 2GB huge + * pages. So for those we propagate bits 32 to 28. */ #define KERN_PGTABLE_WALK(VADDR, REG1, REG2, FAIL_LABEL) \ sethi %hi(swapper_pg_dir), REG1; \ @@ -145,15 +160,40 @@ andn REG2, 0x7, REG2; \ ldx [REG1 + REG2], REG1; \ brz,pn REG1, FAIL_LABEL; \ - sllx VADDR, 64 - (PMD_SHIFT + PMD_BITS), REG2; \ + sllx VADDR, 64 - (PUD_SHIFT + PUD_BITS), REG2; \ + srlx REG2, 64 - PAGE_SHIFT, REG2; \ + andn REG2, 0x7, REG2; \ + ldxa [REG1 + REG2] ASI_PHYS_USE_EC, REG1; \ + brz,pn REG1, FAIL_LABEL; \ + sethi %uhi(_PAGE_PUD_HUGE), REG2; \ + brz,pn REG1, FAIL_LABEL; \ + sllx REG2, 32, REG2; \ + andcc REG1, REG2, %g0; \ + sethi %hi(0xf8000000), REG2; \ + bne,pt %xcc, 697f; \ + sllx REG2, 1, REG2; \ + sllx VADDR, 64 - (PMD_SHIFT + PMD_BITS), REG2; \ srlx REG2, 64 - PAGE_SHIFT, REG2; \ andn REG2, 0x7, REG2; \ ldxa [REG1 + REG2] ASI_PHYS_USE_EC, REG1; \ + sethi %uhi(_PAGE_PMD_HUGE), REG2; \ brz,pn REG1, FAIL_LABEL; \ - sllx VADDR, 64 - PMD_SHIFT, REG2; \ + sllx REG2, 32, REG2; \ + andcc REG1, REG2, %g0; \ + be,pn %xcc, 698f; \ + sethi %hi(0x400000), REG2; \ +697: brgez,pn REG1, FAIL_LABEL; \ + andn REG1, REG2, REG1; \ + and VADDR, REG2, REG2; \ + ba,pt %xcc, 699f; \ + or REG1, REG2, REG1; \ +698: sllx VADDR, 64 - PMD_SHIFT, REG2; \ srlx REG2, 64 - PAGE_SHIFT, REG2; \ andn REG2, 0x7, REG2; \ - add REG1, REG2, REG1; + ldxa [REG1 + REG2] ASI_PHYS_USE_EC, REG1; \ + brgez,pn REG1, FAIL_LABEL; \ + nop; \ +699: /* PMD has been loaded into REG1, interpret the value, seeing * if it is a HUGE PMD or a normal one. If it is not valid @@ -198,6 +238,11 @@ andn REG2, 0x7, REG2; \ ldxa [PHYS_PGD + REG2] ASI_PHYS_USE_EC, REG1; \ brz,pn REG1, FAIL_LABEL; \ + sllx VADDR, 64 - (PUD_SHIFT + PUD_BITS), REG2; \ + srlx REG2, 64 - PAGE_SHIFT, REG2; \ + andn REG2, 0x7, REG2; \ + ldxa [REG1 + REG2] ASI_PHYS_USE_EC, REG1; \ + brz,pn REG1, FAIL_LABEL; \ sllx VADDR, 64 - (PMD_SHIFT + PMD_BITS), REG2; \ srlx REG2, 64 - PAGE_SHIFT, REG2; \ andn REG2, 0x7, REG2; \ @@ -246,8 +291,6 @@ (KERNEL_TSB_SIZE_BYTES / 16) #define KERNEL_TSB4M_NENTRIES 4096 -#define KTSB_PHYS_SHIFT 15 - /* Do a kernel TSB lookup at tl>0 on VADDR+TAG, branch to OK_LABEL * on TSB hit. REG1, REG2, REG3, and REG4 are used as temporaries * and the found TTE will be left in REG1. REG3 and REG4 must @@ -256,17 +299,15 @@ * VADDR and TAG will be preserved and not clobbered by this macro. */ #define KERN_TSB_LOOKUP_TL1(VADDR, TAG, REG1, REG2, REG3, REG4, OK_LABEL) \ -661: sethi %hi(swapper_tsb), REG1; \ - or REG1, %lo(swapper_tsb), REG1; \ +661: sethi %uhi(swapper_tsb), REG1; \ + sethi %hi(swapper_tsb), REG2; \ + or REG1, %ulo(swapper_tsb), REG1; \ + or REG2, %lo(swapper_tsb), REG2; \ .section .swapper_tsb_phys_patch, "ax"; \ .word 661b; \ .previous; \ -661: nop; \ - .section .tsb_ldquad_phys_patch, "ax"; \ - .word 661b; \ - sllx REG1, KTSB_PHYS_SHIFT, REG1; \ - sllx REG1, KTSB_PHYS_SHIFT, REG1; \ - .previous; \ + sllx REG1, 32, REG1; \ + or REG1, REG2, REG1; \ srlx VADDR, PAGE_SHIFT, REG2; \ and REG2, (KERNEL_TSB_NENTRIES - 1), REG2; \ sllx REG2, 4, REG2; \ @@ -281,17 +322,15 @@ * we can make use of that for the index computation. */ #define KERN_TSB4M_LOOKUP_TL1(TAG, REG1, REG2, REG3, REG4, OK_LABEL) \ -661: sethi %hi(swapper_4m_tsb), REG1; \ - or REG1, %lo(swapper_4m_tsb), REG1; \ +661: sethi %uhi(swapper_4m_tsb), REG1; \ + sethi %hi(swapper_4m_tsb), REG2; \ + or REG1, %ulo(swapper_4m_tsb), REG1; \ + or REG2, %lo(swapper_4m_tsb), REG2; \ .section .swapper_4m_tsb_phys_patch, "ax"; \ .word 661b; \ .previous; \ -661: nop; \ - .section .tsb_ldquad_phys_patch, "ax"; \ - .word 661b; \ - sllx REG1, KTSB_PHYS_SHIFT, REG1; \ - sllx REG1, KTSB_PHYS_SHIFT, REG1; \ - .previous; \ + sllx REG1, 32, REG1; \ + or REG1, REG2, REG1; \ and TAG, (KERNEL_TSB4M_NENTRIES - 1), REG2; \ sllx REG2, 4, REG2; \ add REG1, REG2, REG2; \ --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/vio.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/vio.h @@ -118,12 +118,18 @@ u8 vdisk_type; #define VD_DISK_TYPE_SLICE 0x01 /* Slice in block device */ #define VD_DISK_TYPE_DISK 0x02 /* Entire block device */ - u16 resv1; + u8 vdisk_mtype; /* v1.1 */ +#define VD_MEDIA_TYPE_FIXED 0x01 /* Fixed device */ +#define VD_MEDIA_TYPE_CD 0x02 /* CD Device */ +#define VD_MEDIA_TYPE_DVD 0x03 /* DVD Device */ + u8 resv1; u32 vdisk_block_size; u64 operations; - u64 vdisk_size; + u64 vdisk_size; /* v1.1 */ u64 max_xfer_size; - u64 resv2[2]; + u32 phys_block_size; /* v1.2 */ + u32 resv2; + u64 resv3[1]; }; struct vio_disk_desc { @@ -259,7 +265,7 @@ unsigned int ring_size) { return (dr->pending - - ((dr->prod - dr->cons) & (ring_size - 1))); + ((dr->prod - dr->cons) & (ring_size - 1)) - 1); } #define VIO_MAX_TYPE_LEN 32 --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/asm/visasm.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/asm/visasm.h @@ -28,18 +28,20 @@ * Must preserve %o5 between VISEntryHalf and VISExitHalf */ #define VISEntryHalf \ + VISEntry + +#define VISExitHalf \ + VISExit + +#define VISEntryHalfFast(fail_label) \ rd %fprs, %o5; \ andcc %o5, FPRS_FEF, %g0; \ be,pt %icc, 297f; \ - sethi %hi(298f), %g7; \ - sethi %hi(VISenterhalf), %g1; \ - jmpl %g1 + %lo(VISenterhalf), %g0; \ - or %g7, %lo(298f), %g7; \ - clr %o5; \ -297: wr %o5, FPRS_FEF, %fprs; \ -298: + nop; \ + ba,a,pt %xcc, fail_label; \ +297: wr %o5, FPRS_FEF, %fprs; -#define VISExitHalf \ +#define VISExitHalfFast \ wr %o5, 0, %fprs; #ifndef __ASSEMBLY__ --- linux-lts-utopic-3.16.0.orig/arch/sparc/include/uapi/asm/swab.h +++ linux-lts-utopic-3.16.0/arch/sparc/include/uapi/asm/swab.h @@ -9,9 +9,9 @@ { __u16 ret; - __asm__ __volatile__ ("lduha [%1] %2, %0" + __asm__ __volatile__ ("lduha [%2] %3, %0" : "=r" (ret) - : "r" (addr), "i" (ASI_PL)); + : "m" (*addr), "r" (addr), "i" (ASI_PL)); return ret; } #define __arch_swab16p __arch_swab16p @@ -20,9 +20,9 @@ { __u32 ret; - __asm__ __volatile__ ("lduwa [%1] %2, %0" + __asm__ __volatile__ ("lduwa [%2] %3, %0" : "=r" (ret) - : "r" (addr), "i" (ASI_PL)); + : "m" (*addr), "r" (addr), "i" (ASI_PL)); return ret; } #define __arch_swab32p __arch_swab32p @@ -31,9 +31,9 @@ { __u64 ret; - __asm__ __volatile__ ("ldxa [%1] %2, %0" + __asm__ __volatile__ ("ldxa [%2] %3, %0" : "=r" (ret) - : "r" (addr), "i" (ASI_PL)); + : "m" (*addr), "r" (addr), "i" (ASI_PL)); return ret; } #define __arch_swab64p __arch_swab64p --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/cpu.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/cpu.c @@ -494,6 +494,18 @@ sparc_pmu_type = "niagara5"; break; + case SUN4V_CHIP_SPARC_M6: + sparc_cpu_type = "SPARC-M6"; + sparc_fpu_type = "SPARC-M6 integrated FPU"; + sparc_pmu_type = "sparc-m6"; + break; + + case SUN4V_CHIP_SPARC_M7: + sparc_cpu_type = "SPARC-M7"; + sparc_fpu_type = "SPARC-M7 integrated FPU"; + sparc_pmu_type = "sparc-m7"; + break; + case SUN4V_CHIP_SPARC64X: sparc_cpu_type = "SPARC64-X"; sparc_fpu_type = "SPARC64-X integrated FPU"; --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/cpumap.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/cpumap.c @@ -326,6 +326,8 @@ case SUN4V_CHIP_NIAGARA3: case SUN4V_CHIP_NIAGARA4: case SUN4V_CHIP_NIAGARA5: + case SUN4V_CHIP_SPARC_M6: + case SUN4V_CHIP_SPARC_M7: case SUN4V_CHIP_SPARC64X: rover_inc_table = niagara_iterate_method; break; --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/ds.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/ds.c @@ -1200,14 +1200,14 @@ ds_cfg.tx_irq = vdev->tx_irq; ds_cfg.rx_irq = vdev->rx_irq; - lp = ldc_alloc(vdev->channel_id, &ds_cfg, dp); + lp = ldc_alloc(vdev->channel_id, &ds_cfg, dp, "DS"); if (IS_ERR(lp)) { err = PTR_ERR(lp); goto out_free_ds_states; } dp->lp = lp; - err = ldc_bind(lp, "DS"); + err = ldc_bind(lp); if (err) goto out_free_ldc; --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/dtlb_prot.S +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/dtlb_prot.S @@ -24,11 +24,11 @@ mov TLB_TAG_ACCESS, %g4 ! For reload of vaddr /* PROT ** ICACHE line 2: More real fault processing */ + ldxa [%g4] ASI_DMMU, %g5 ! Put tagaccess in %g5 bgu,pn %xcc, winfix_trampoline ! Yes, perform winfixup - ldxa [%g4] ASI_DMMU, %g5 ! Put tagaccess in %g5 - ba,pt %xcc, sparc64_realfault_common ! Nope, normal fault mov FAULT_CODE_DTLB | FAULT_CODE_WRITE, %g4 - nop + ba,pt %xcc, sparc64_realfault_common ! Nope, normal fault + nop nop nop nop --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/entry.h +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/entry.h @@ -65,13 +65,10 @@ extern struct pause_patch_entry __pause_3insn_patch, __pause_3insn_patch_end; -void __init per_cpu_patch(void); void sun4v_patch_1insn_range(struct sun4v_1insn_patch_entry *, struct sun4v_1insn_patch_entry *); void sun4v_patch_2insn_range(struct sun4v_2insn_patch_entry *, struct sun4v_2insn_patch_entry *); -void __init sun4v_patch(void); -void __init boot_cpu_id_too_large(int cpu); extern unsigned int dcache_parity_tl1_occurred; extern unsigned int icache_parity_tl1_occurred; --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/head_64.S +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/head_64.S @@ -427,6 +427,12 @@ cmp %g2, '5' be,pt %xcc, 5f mov SUN4V_CHIP_NIAGARA5, %g4 + cmp %g2, '6' + be,pt %xcc, 5f + mov SUN4V_CHIP_SPARC_M6, %g4 + cmp %g2, '7' + be,pt %xcc, 5f + mov SUN4V_CHIP_SPARC_M7, %g4 ba,pt %xcc, 49f nop @@ -585,6 +591,12 @@ cmp %g1, SUN4V_CHIP_NIAGARA5 be,pt %xcc, niagara4_patch nop + cmp %g1, SUN4V_CHIP_SPARC_M6 + be,pt %xcc, niagara4_patch + nop + cmp %g1, SUN4V_CHIP_SPARC_M7 + be,pt %xcc, niagara4_patch + nop call generic_patch_copyops nop @@ -660,14 +672,12 @@ sethi %hi(init_thread_union), %g6 or %g6, %lo(init_thread_union), %g6 ldx [%g6 + TI_TASK], %g4 - mov %sp, %l6 wr %g0, ASI_P, %asi mov 1, %g1 sllx %g1, THREAD_SHIFT, %g1 sub %g1, (STACKFRAME_SZ + STACK_BIAS), %g1 add %g6, %g1, %sp - mov 0, %fp /* Set per-cpu pointer initially to zero, this makes * the boot-cpu use the in-kernel-image per-cpu areas @@ -694,44 +704,14 @@ nop #endif - mov %l6, %o1 ! OpenPROM stack call prom_init mov %l7, %o0 ! OpenPROM cif handler - /* Initialize current_thread_info()->cpu as early as possible. - * In order to do that accurately we have to patch up the get_cpuid() - * assembler sequences. And that, in turn, requires that we know - * if we are on a Starfire box or not. While we're here, patch up - * the sun4v sequences as well. + /* To create a one-register-window buffer between the kernel's + * initial stack and the last stack frame we use from the firmware, + * do the rest of the boot from a C helper function. */ - call check_if_starfire - nop - call per_cpu_patch - nop - call sun4v_patch - nop - -#ifdef CONFIG_SMP - call hard_smp_processor_id - nop - cmp %o0, NR_CPUS - blu,pt %xcc, 1f - nop - call boot_cpu_id_too_large - nop - /* Not reached... */ - -1: -#else - mov 0, %o0 -#endif - sth %o0, [%g6 + TI_CPU] - - call prom_init_report - nop - - /* Off we go.... */ - call start_kernel + call start_early_boot nop /* Not reached... */ --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/hvapi.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/hvapi.c @@ -46,6 +46,7 @@ { .group = HV_GRP_VF_CPU, }, { .group = HV_GRP_KT_CPU, }, { .group = HV_GRP_VT_CPU, }, + { .group = HV_GRP_T5_CPU, }, { .group = HV_GRP_DIAG, .flags = FLAG_PRE_API }, }; --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/hvcalls.S +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/hvcalls.S @@ -821,3 +821,19 @@ retl nop ENDPROC(sun4v_vt_set_perfreg) + +ENTRY(sun4v_t5_get_perfreg) + mov %o1, %o4 + mov HV_FAST_T5_GET_PERFREG, %o5 + ta HV_FAST_TRAP + stx %o1, [%o4] + retl + nop +ENDPROC(sun4v_t5_get_perfreg) + +ENTRY(sun4v_t5_set_perfreg) + mov HV_FAST_T5_SET_PERFREG, %o5 + ta HV_FAST_TRAP + retl + nop +ENDPROC(sun4v_t5_set_perfreg) --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/hvtramp.S +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/hvtramp.S @@ -109,7 +109,6 @@ sllx %g5, THREAD_SHIFT, %g5 sub %g5, (STACKFRAME_SZ + STACK_BIAS), %g5 add %g6, %g5, %sp - mov 0, %fp call init_irqwork_curcpu nop --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/ioport.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/ioport.c @@ -278,7 +278,8 @@ } order = get_order(len_total); - if ((va = __get_free_pages(GFP_KERNEL|__GFP_COMP, order)) == 0) + va = __get_free_pages(gfp, order); + if (va == 0) goto err_nopages; if ((res = kzalloc(sizeof(struct resource), GFP_KERNEL)) == NULL) @@ -443,7 +444,7 @@ } order = get_order(len_total); - va = (void *) __get_free_pages(GFP_KERNEL, order); + va = (void *) __get_free_pages(gfp, order); if (va == NULL) { printk("pci_alloc_consistent: no %ld pages\n", len_total>>PAGE_SHIFT); goto err_nopages; --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/irq_64.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/irq_64.c @@ -47,8 +47,6 @@ #include "cpumap.h" #include "kstack.h" -#define NUM_IVECS (IMAP_INR + 1) - struct ino_bucket *ivector_table; unsigned long ivector_table_pa; @@ -107,55 +105,196 @@ #define irq_work_pa(__cpu) &(trap_block[(__cpu)].irq_worklist_pa) -static struct { - unsigned int dev_handle; - unsigned int dev_ino; - unsigned int in_use; -} irq_table[NR_IRQS]; -static DEFINE_SPINLOCK(irq_alloc_lock); +static unsigned long hvirq_major __initdata; +static int __init early_hvirq_major(char *p) +{ + int rc = kstrtoul(p, 10, &hvirq_major); + + return rc; +} +early_param("hvirq", early_hvirq_major); + +static int hv_irq_version; + +/* Major version 2.0 of HV_GRP_INTR added support for the VIRQ cookie + * based interfaces, but: + * + * 1) Several OSs, Solaris and Linux included, use them even when only + * negotiating version 1.0 (or failing to negotiate at all). So the + * hypervisor has a workaround that provides the VIRQ interfaces even + * when only verion 1.0 of the API is in use. + * + * 2) Second, and more importantly, with major version 2.0 these VIRQ + * interfaces only were actually hooked up for LDC interrupts, even + * though the Hypervisor specification clearly stated: + * + * The new interrupt API functions will be available to a guest + * when it negotiates version 2.0 in the interrupt API group 0x2. When + * a guest negotiates version 2.0, all interrupt sources will only + * support using the cookie interface, and any attempt to use the + * version 1.0 interrupt APIs numbered 0xa0 to 0xa6 will result in the + * ENOTSUPPORTED error being returned. + * + * with an emphasis on "all interrupt sources". + * + * To correct this, major version 3.0 was created which does actually + * support VIRQs for all interrupt sources (not just LDC devices). So + * if we want to move completely over the cookie based VIRQs we must + * negotiate major version 3.0 or later of HV_GRP_INTR. + */ +static bool sun4v_cookie_only_virqs(void) +{ + if (hv_irq_version >= 3) + return true; + return false; +} -unsigned char irq_alloc(unsigned int dev_handle, unsigned int dev_ino) +static void __init irq_init_hv(void) { - unsigned long flags; - unsigned char ent; + unsigned long hv_error, major, minor = 0; + + if (tlb_type != hypervisor) + return; - BUILD_BUG_ON(NR_IRQS >= 256); + if (hvirq_major) + major = hvirq_major; + else + major = 3; - spin_lock_irqsave(&irq_alloc_lock, flags); + hv_error = sun4v_hvapi_register(HV_GRP_INTR, major, &minor); + if (!hv_error) + hv_irq_version = major; + else + hv_irq_version = 1; - for (ent = 1; ent < NR_IRQS; ent++) { - if (!irq_table[ent].in_use) + pr_info("SUN4V: Using IRQ API major %d, cookie only virqs %s\n", + hv_irq_version, + sun4v_cookie_only_virqs() ? "enabled" : "disabled"); +} + +/* This function is for the timer interrupt.*/ +int __init arch_probe_nr_irqs(void) +{ + return 1; +} + +#define DEFAULT_NUM_IVECS (0xfffU) +static unsigned int nr_ivec = DEFAULT_NUM_IVECS; +#define NUM_IVECS (nr_ivec) + +static unsigned int __init size_nr_ivec(void) +{ + if (tlb_type == hypervisor) { + switch (sun4v_chip_type) { + /* Athena's devhandle|devino is large.*/ + case SUN4V_CHIP_SPARC64X: + nr_ivec = 0xffff; break; + } } - if (ent >= NR_IRQS) { - printk(KERN_ERR "IRQ: Out of virtual IRQs.\n"); - ent = 0; - } else { - irq_table[ent].dev_handle = dev_handle; - irq_table[ent].dev_ino = dev_ino; - irq_table[ent].in_use = 1; - } + return nr_ivec; +} + +struct irq_handler_data { + union { + struct { + unsigned int dev_handle; + unsigned int dev_ino; + }; + unsigned long sysino; + }; + struct ino_bucket bucket; + unsigned long iclr; + unsigned long imap; +}; + +static inline unsigned int irq_data_to_handle(struct irq_data *data) +{ + struct irq_handler_data *ihd = data->handler_data; + + return ihd->dev_handle; +} + +static inline unsigned int irq_data_to_ino(struct irq_data *data) +{ + struct irq_handler_data *ihd = data->handler_data; + + return ihd->dev_ino; +} - spin_unlock_irqrestore(&irq_alloc_lock, flags); +static inline unsigned long irq_data_to_sysino(struct irq_data *data) +{ + struct irq_handler_data *ihd = data->handler_data; - return ent; + return ihd->sysino; } -#ifdef CONFIG_PCI_MSI void irq_free(unsigned int irq) { - unsigned long flags; + void *data = irq_get_handler_data(irq); - if (irq >= NR_IRQS) - return; + kfree(data); + irq_set_handler_data(irq, NULL); + irq_free_descs(irq, 1); +} - spin_lock_irqsave(&irq_alloc_lock, flags); +unsigned int irq_alloc(unsigned int dev_handle, unsigned int dev_ino) +{ + int irq; - irq_table[irq].in_use = 0; + irq = __irq_alloc_descs(-1, 1, 1, numa_node_id(), NULL); + if (irq <= 0) + goto out; - spin_unlock_irqrestore(&irq_alloc_lock, flags); + return irq; +out: + return 0; +} + +static unsigned int cookie_exists(u32 devhandle, unsigned int devino) +{ + unsigned long hv_err, cookie; + struct ino_bucket *bucket; + unsigned int irq = 0U; + + hv_err = sun4v_vintr_get_cookie(devhandle, devino, &cookie); + if (hv_err) { + pr_err("HV get cookie failed hv_err = %ld\n", hv_err); + goto out; + } + + if (cookie & ((1UL << 63UL))) { + cookie = ~cookie; + bucket = (struct ino_bucket *) __va(cookie); + irq = bucket->__irq; + } +out: + return irq; +} + +static unsigned int sysino_exists(u32 devhandle, unsigned int devino) +{ + unsigned long sysino = sun4v_devino_to_sysino(devhandle, devino); + struct ino_bucket *bucket; + unsigned int irq; + + bucket = &ivector_table[sysino]; + irq = bucket_get_irq(__pa(bucket)); + + return irq; +} + +void ack_bad_irq(unsigned int irq) +{ + pr_crit("BAD IRQ ack %d\n", irq); +} + +void irq_install_pre_handler(int irq, + void (*func)(unsigned int, void *, void *), + void *arg1, void *arg2) +{ + pr_warn("IRQ pre handler NOT supported.\n"); } -#endif /* * /proc/interrupts printing: @@ -206,15 +345,6 @@ return tid; } -struct irq_handler_data { - unsigned long iclr; - unsigned long imap; - - void (*pre_handler)(unsigned int, void *, void *); - void *arg1; - void *arg2; -}; - #ifdef CONFIG_SMP static int irq_choose_cpu(unsigned int irq, const struct cpumask *affinity) { @@ -316,8 +446,8 @@ static void sun4v_irq_enable(struct irq_data *data) { - unsigned int ino = irq_table[data->irq].dev_ino; unsigned long cpuid = irq_choose_cpu(data->irq, data->affinity); + unsigned int ino = irq_data_to_sysino(data); int err; err = sun4v_intr_settarget(ino, cpuid); @@ -337,8 +467,8 @@ static int sun4v_set_affinity(struct irq_data *data, const struct cpumask *mask, bool force) { - unsigned int ino = irq_table[data->irq].dev_ino; unsigned long cpuid = irq_choose_cpu(data->irq, mask); + unsigned int ino = irq_data_to_sysino(data); int err; err = sun4v_intr_settarget(ino, cpuid); @@ -351,7 +481,7 @@ static void sun4v_irq_disable(struct irq_data *data) { - unsigned int ino = irq_table[data->irq].dev_ino; + unsigned int ino = irq_data_to_sysino(data); int err; err = sun4v_intr_setenabled(ino, HV_INTR_DISABLED); @@ -362,7 +492,7 @@ static void sun4v_irq_eoi(struct irq_data *data) { - unsigned int ino = irq_table[data->irq].dev_ino; + unsigned int ino = irq_data_to_sysino(data); int err; err = sun4v_intr_setstate(ino, HV_INTR_STATE_IDLE); @@ -373,14 +503,13 @@ static void sun4v_virq_enable(struct irq_data *data) { - unsigned long cpuid, dev_handle, dev_ino; + unsigned long dev_handle = irq_data_to_handle(data); + unsigned long dev_ino = irq_data_to_ino(data); + unsigned long cpuid; int err; cpuid = irq_choose_cpu(data->irq, data->affinity); - dev_handle = irq_table[data->irq].dev_handle; - dev_ino = irq_table[data->irq].dev_ino; - err = sun4v_vintr_set_target(dev_handle, dev_ino, cpuid); if (err != HV_EOK) printk(KERN_ERR "sun4v_vintr_set_target(%lx,%lx,%lu): " @@ -403,14 +532,13 @@ static int sun4v_virt_set_affinity(struct irq_data *data, const struct cpumask *mask, bool force) { - unsigned long cpuid, dev_handle, dev_ino; + unsigned long dev_handle = irq_data_to_handle(data); + unsigned long dev_ino = irq_data_to_ino(data); + unsigned long cpuid; int err; cpuid = irq_choose_cpu(data->irq, mask); - dev_handle = irq_table[data->irq].dev_handle; - dev_ino = irq_table[data->irq].dev_ino; - err = sun4v_vintr_set_target(dev_handle, dev_ino, cpuid); if (err != HV_EOK) printk(KERN_ERR "sun4v_vintr_set_target(%lx,%lx,%lu): " @@ -422,11 +550,10 @@ static void sun4v_virq_disable(struct irq_data *data) { - unsigned long dev_handle, dev_ino; + unsigned long dev_handle = irq_data_to_handle(data); + unsigned long dev_ino = irq_data_to_ino(data); int err; - dev_handle = irq_table[data->irq].dev_handle; - dev_ino = irq_table[data->irq].dev_ino; err = sun4v_vintr_set_valid(dev_handle, dev_ino, HV_INTR_DISABLED); @@ -438,12 +565,10 @@ static void sun4v_virq_eoi(struct irq_data *data) { - unsigned long dev_handle, dev_ino; + unsigned long dev_handle = irq_data_to_handle(data); + unsigned long dev_ino = irq_data_to_ino(data); int err; - dev_handle = irq_table[data->irq].dev_handle; - dev_ino = irq_table[data->irq].dev_ino; - err = sun4v_vintr_set_state(dev_handle, dev_ino, HV_INTR_STATE_IDLE); if (err != HV_EOK) @@ -479,31 +604,10 @@ .flags = IRQCHIP_EOI_IF_HANDLED, }; -static void pre_flow_handler(struct irq_data *d) -{ - struct irq_handler_data *handler_data = irq_data_get_irq_handler_data(d); - unsigned int ino = irq_table[d->irq].dev_ino; - - handler_data->pre_handler(ino, handler_data->arg1, handler_data->arg2); -} - -void irq_install_pre_handler(int irq, - void (*func)(unsigned int, void *, void *), - void *arg1, void *arg2) -{ - struct irq_handler_data *handler_data = irq_get_handler_data(irq); - - handler_data->pre_handler = func; - handler_data->arg1 = arg1; - handler_data->arg2 = arg2; - - __irq_set_preflow_handler(irq, pre_flow_handler); -} - unsigned int build_irq(int inofixup, unsigned long iclr, unsigned long imap) { - struct ino_bucket *bucket; struct irq_handler_data *handler_data; + struct ino_bucket *bucket; unsigned int irq; int ino; @@ -537,119 +641,166 @@ return irq; } -static unsigned int sun4v_build_common(unsigned long sysino, - struct irq_chip *chip) +static unsigned int sun4v_build_common(u32 devhandle, unsigned int devino, + void (*handler_data_init)(struct irq_handler_data *data, + u32 devhandle, unsigned int devino), + struct irq_chip *chip) { - struct ino_bucket *bucket; - struct irq_handler_data *handler_data; + struct irq_handler_data *data; unsigned int irq; - BUG_ON(tlb_type != hypervisor); + irq = irq_alloc(devhandle, devino); + if (!irq) + goto out; - bucket = &ivector_table[sysino]; - irq = bucket_get_irq(__pa(bucket)); - if (!irq) { - irq = irq_alloc(0, sysino); - bucket_set_irq(__pa(bucket), irq); - irq_set_chip_and_handler_name(irq, chip, handle_fasteoi_irq, - "IVEC"); + data = kzalloc(sizeof(struct irq_handler_data), GFP_ATOMIC); + if (unlikely(!data)) { + pr_err("IRQ handler data allocation failed.\n"); + irq_free(irq); + irq = 0; + goto out; } - handler_data = irq_get_handler_data(irq); - if (unlikely(handler_data)) - goto out; + irq_set_handler_data(irq, data); + handler_data_init(data, devhandle, devino); + irq_set_chip_and_handler_name(irq, chip, handle_fasteoi_irq, "IVEC"); + data->imap = ~0UL; + data->iclr = ~0UL; +out: + return irq; +} - handler_data = kzalloc(sizeof(struct irq_handler_data), GFP_ATOMIC); - if (unlikely(!handler_data)) { - prom_printf("IRQ: kzalloc(irq_handler_data) failed.\n"); - prom_halt(); - } - irq_set_handler_data(irq, handler_data); +static unsigned long cookie_assign(unsigned int irq, u32 devhandle, + unsigned int devino) +{ + struct irq_handler_data *ihd = irq_get_handler_data(irq); + unsigned long hv_error, cookie; - /* Catch accidental accesses to these things. IMAP/ICLR handling - * is done by hypervisor calls on sun4v platforms, not by direct - * register accesses. + /* handler_irq needs to find the irq. cookie is seen signed in + * sun4v_dev_mondo and treated as a non ivector_table delivery. */ - handler_data->imap = ~0UL; - handler_data->iclr = ~0UL; + ihd->bucket.__irq = irq; + cookie = ~__pa(&ihd->bucket); -out: - return irq; + hv_error = sun4v_vintr_set_cookie(devhandle, devino, cookie); + if (hv_error) + pr_err("HV vintr set cookie failed = %ld\n", hv_error); + + return hv_error; } -unsigned int sun4v_build_irq(u32 devhandle, unsigned int devino) +static void cookie_handler_data(struct irq_handler_data *data, + u32 devhandle, unsigned int devino) { - unsigned long sysino = sun4v_devino_to_sysino(devhandle, devino); + data->dev_handle = devhandle; + data->dev_ino = devino; +} - return sun4v_build_common(sysino, &sun4v_irq); +static unsigned int cookie_build_irq(u32 devhandle, unsigned int devino, + struct irq_chip *chip) +{ + unsigned long hv_error; + unsigned int irq; + + irq = sun4v_build_common(devhandle, devino, cookie_handler_data, chip); + + hv_error = cookie_assign(irq, devhandle, devino); + if (hv_error) { + irq_free(irq); + irq = 0; + } + + return irq; } -unsigned int sun4v_build_virq(u32 devhandle, unsigned int devino) +static unsigned int sun4v_build_cookie(u32 devhandle, unsigned int devino) { - struct irq_handler_data *handler_data; - unsigned long hv_err, cookie; - struct ino_bucket *bucket; unsigned int irq; - bucket = kzalloc(sizeof(struct ino_bucket), GFP_ATOMIC); - if (unlikely(!bucket)) - return 0; - - /* The only reference we store to the IRQ bucket is - * by physical address which kmemleak can't see, tell - * it that this object explicitly is not a leak and - * should be scanned. - */ - kmemleak_not_leak(bucket); + irq = cookie_exists(devhandle, devino); + if (irq) + goto out; - __flush_dcache_range((unsigned long) bucket, - ((unsigned long) bucket + - sizeof(struct ino_bucket))); + irq = cookie_build_irq(devhandle, devino, &sun4v_virq); - irq = irq_alloc(devhandle, devino); +out: + return irq; +} + +static void sysino_set_bucket(unsigned int irq) +{ + struct irq_handler_data *ihd = irq_get_handler_data(irq); + struct ino_bucket *bucket; + unsigned long sysino; + + sysino = sun4v_devino_to_sysino(ihd->dev_handle, ihd->dev_ino); + BUG_ON(sysino >= nr_ivec); + bucket = &ivector_table[sysino]; bucket_set_irq(__pa(bucket), irq); +} - irq_set_chip_and_handler_name(irq, &sun4v_virq, handle_fasteoi_irq, - "IVEC"); +static void sysino_handler_data(struct irq_handler_data *data, + u32 devhandle, unsigned int devino) +{ + unsigned long sysino; - handler_data = kzalloc(sizeof(struct irq_handler_data), GFP_ATOMIC); - if (unlikely(!handler_data)) - return 0; + sysino = sun4v_devino_to_sysino(devhandle, devino); + data->sysino = sysino; +} - /* In order to make the LDC channel startup sequence easier, - * especially wrt. locking, we do not let request_irq() enable - * the interrupt. - */ - irq_set_status_flags(irq, IRQ_NOAUTOEN); - irq_set_handler_data(irq, handler_data); +static unsigned int sysino_build_irq(u32 devhandle, unsigned int devino, + struct irq_chip *chip) +{ + unsigned int irq; - /* Catch accidental accesses to these things. IMAP/ICLR handling - * is done by hypervisor calls on sun4v platforms, not by direct - * register accesses. - */ - handler_data->imap = ~0UL; - handler_data->iclr = ~0UL; + irq = sun4v_build_common(devhandle, devino, sysino_handler_data, chip); + if (!irq) + goto out; - cookie = ~__pa(bucket); - hv_err = sun4v_vintr_set_cookie(devhandle, devino, cookie); - if (hv_err) { - prom_printf("IRQ: Fatal, cannot set cookie for [%x:%x] " - "err=%lu\n", devhandle, devino, hv_err); - prom_halt(); - } + sysino_set_bucket(irq); +out: + return irq; +} +static int sun4v_build_sysino(u32 devhandle, unsigned int devino) +{ + int irq; + + irq = sysino_exists(devhandle, devino); + if (irq) + goto out; + + irq = sysino_build_irq(devhandle, devino, &sun4v_irq); +out: return irq; } -void ack_bad_irq(unsigned int irq) +unsigned int sun4v_build_irq(u32 devhandle, unsigned int devino) { - unsigned int ino = irq_table[irq].dev_ino; + unsigned int irq; - if (!ino) - ino = 0xdeadbeef; + if (sun4v_cookie_only_virqs()) + irq = sun4v_build_cookie(devhandle, devino); + else + irq = sun4v_build_sysino(devhandle, devino); - printk(KERN_CRIT "Unexpected IRQ from ino[%x] irq[%u]\n", - ino, irq); + return irq; +} + +unsigned int sun4v_build_virq(u32 devhandle, unsigned int devino) +{ + int irq; + + irq = cookie_build_irq(devhandle, devino, &sun4v_virq); + if (!irq) + goto out; + + /* This is borrowed from the original function. + */ + irq_set_status_flags(irq, IRQ_NOAUTOEN); + +out: + return irq; } void *hardirq_stack[NR_CPUS]; @@ -720,9 +871,12 @@ for (irq = 0; irq < NR_IRQS; irq++) { struct irq_desc *desc = irq_to_desc(irq); - struct irq_data *data = irq_desc_get_irq_data(desc); + struct irq_data *data; unsigned long flags; + if (!desc) + continue; + data = irq_desc_get_irq_data(desc); raw_spin_lock_irqsave(&desc->lock, flags); if (desc->action && !irqd_is_per_cpu(data)) { if (data->chip->irq_set_affinity) @@ -922,16 +1076,22 @@ .name = "timer", }; -/* Only invoked on boot processor. */ -void __init init_IRQ(void) +static void __init irq_ivector_init(void) { - unsigned long size; + unsigned long size, order; + unsigned int ivecs; - map_prom_timers(); - kill_prom_timer(); + /* If we are doing cookie only VIRQs then we do not need the ivector + * table to process interrupts. + */ + if (sun4v_cookie_only_virqs()) + return; - size = sizeof(struct ino_bucket) * NUM_IVECS; - ivector_table = kzalloc(size, GFP_KERNEL); + ivecs = size_nr_ivec(); + size = sizeof(struct ino_bucket) * ivecs; + order = get_order(size); + ivector_table = (struct ino_bucket *) + __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); if (!ivector_table) { prom_printf("Fatal error, cannot allocate ivector_table\n"); prom_halt(); @@ -940,6 +1100,15 @@ ((unsigned long) ivector_table) + size); ivector_table_pa = __pa(ivector_table); +} + +/* Only invoked on boot processor.*/ +void __init init_IRQ(void) +{ + irq_init_hv(); + irq_ivector_init(); + map_prom_timers(); + kill_prom_timer(); if (tlb_type == hypervisor) sun4v_init_mondo_queues(); --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/ktlb.S +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/ktlb.S @@ -47,14 +47,6 @@ KERN_PGTABLE_WALK(%g4, %g5, %g2, kvmap_itlb_longpath) TSB_LOCK_TAG(%g1, %g2, %g7) - - /* Load and check PTE. */ - ldxa [%g5] ASI_PHYS_USE_EC, %g5 - mov 1, %g7 - sllx %g7, TSB_TAG_INVALID_BIT, %g7 - brgez,a,pn %g5, kvmap_itlb_longpath - TSB_STORE(%g1, %g7) - TSB_WRITE(%g1, %g5, %g6) /* fallthrough to TLB load */ @@ -118,6 +110,12 @@ ba,pt %xcc, kvmap_dtlb_load nop +kvmap_linear_early: + sethi %hi(kern_linear_pte_xor), %g7 + ldx [%g7 + %lo(kern_linear_pte_xor)], %g2 + ba,pt %xcc, kvmap_dtlb_tsb4m_load + xor %g2, %g4, %g5 + .align 32 kvmap_dtlb_tsb4m_load: TSB_LOCK_TAG(%g1, %g2, %g7) @@ -146,105 +144,17 @@ /* Correct TAG_TARGET is already in %g6, check 4mb TSB. */ KERN_TSB4M_LOOKUP_TL1(%g6, %g5, %g1, %g2, %g3, kvmap_dtlb_load) #endif - /* TSB entry address left in %g1, lookup linear PTE. - * Must preserve %g1 and %g6 (TAG). - */ -kvmap_dtlb_tsb4m_miss: - /* Clear the PAGE_OFFSET top virtual bits, shift - * down to get PFN, and make sure PFN is in range. - */ -661: sllx %g4, 0, %g5 - .section .page_offset_shift_patch, "ax" - .word 661b - .previous - - /* Check to see if we know about valid memory at the 4MB - * chunk this physical address will reside within. + /* Linear mapping TSB lookup failed. Fallthrough to kernel + * page table based lookup. */ -661: srlx %g5, MAX_PHYS_ADDRESS_BITS, %g2 - .section .page_offset_shift_patch, "ax" - .word 661b - .previous - - brnz,pn %g2, kvmap_dtlb_longpath - nop - - /* This unconditional branch and delay-slot nop gets patched - * by the sethi sequence once the bitmap is properly setup. - */ - .globl valid_addr_bitmap_insn -valid_addr_bitmap_insn: - ba,pt %xcc, 2f - nop - .subsection 2 - .globl valid_addr_bitmap_patch -valid_addr_bitmap_patch: - sethi %hi(sparc64_valid_addr_bitmap), %g7 - or %g7, %lo(sparc64_valid_addr_bitmap), %g7 - .previous - -661: srlx %g5, ILOG2_4MB, %g2 - .section .page_offset_shift_patch, "ax" - .word 661b - .previous - - srlx %g2, 6, %g5 - and %g2, 63, %g2 - sllx %g5, 3, %g5 - ldx [%g7 + %g5], %g5 - mov 1, %g7 - sllx %g7, %g2, %g7 - andcc %g5, %g7, %g0 - be,pn %xcc, kvmap_dtlb_longpath - -2: sethi %hi(kpte_linear_bitmap), %g2 - - /* Get the 256MB physical address index. */ -661: sllx %g4, 0, %g5 - .section .page_offset_shift_patch, "ax" - .word 661b - .previous - - or %g2, %lo(kpte_linear_bitmap), %g2 - -661: srlx %g5, ILOG2_256MB, %g5 - .section .page_offset_shift_patch, "ax" - .word 661b - .previous - - and %g5, (32 - 1), %g7 - - /* Divide by 32 to get the offset into the bitmask. */ - srlx %g5, 5, %g5 - add %g7, %g7, %g7 - sllx %g5, 3, %g5 - - /* kern_linear_pte_xor[(mask >> shift) & 3)] */ - ldx [%g2 + %g5], %g2 - srlx %g2, %g7, %g7 - sethi %hi(kern_linear_pte_xor), %g5 - and %g7, 3, %g7 - or %g5, %lo(kern_linear_pte_xor), %g5 - sllx %g7, 3, %g7 - ldx [%g5 + %g7], %g2 - .globl kvmap_linear_patch kvmap_linear_patch: - ba,pt %xcc, kvmap_dtlb_tsb4m_load - xor %g2, %g4, %g5 + ba,a,pt %xcc, kvmap_linear_early kvmap_dtlb_vmalloc_addr: KERN_PGTABLE_WALK(%g4, %g5, %g2, kvmap_dtlb_longpath) TSB_LOCK_TAG(%g1, %g2, %g7) - - /* Load and check PTE. */ - ldxa [%g5] ASI_PHYS_USE_EC, %g5 - mov 1, %g7 - sllx %g7, TSB_TAG_INVALID_BIT, %g7 - brgez,a,pn %g5, kvmap_dtlb_longpath - TSB_STORE(%g1, %g7) - TSB_WRITE(%g1, %g5, %g6) /* fallthrough to TLB load */ @@ -276,13 +186,8 @@ #ifdef CONFIG_SPARSEMEM_VMEMMAP kvmap_vmemmap: - sub %g4, %g5, %g5 - srlx %g5, ILOG2_4MB, %g5 - sethi %hi(vmemmap_table), %g1 - sllx %g5, 3, %g5 - or %g1, %lo(vmemmap_table), %g1 - ba,pt %xcc, kvmap_dtlb_load - ldx [%g1 + %g5], %g5 + KERN_PGTABLE_WALK(%g4, %g5, %g2, kvmap_dtlb_longpath) + ba,a,pt %xcc, kvmap_dtlb_load #endif kvmap_dtlb_nonlinear: @@ -294,8 +199,8 @@ #ifdef CONFIG_SPARSEMEM_VMEMMAP /* Do not use the TSB for vmemmap. */ - mov (VMEMMAP_BASE >> 40), %g5 - sllx %g5, 40, %g5 + sethi %hi(VMEMMAP_BASE), %g5 + ldx [%g5 + %lo(VMEMMAP_BASE)], %g5 cmp %g4,%g5 bgeu,pn %xcc, kvmap_vmemmap nop @@ -307,8 +212,8 @@ sethi %hi(MODULES_VADDR), %g5 cmp %g4, %g5 blu,pn %xcc, kvmap_dtlb_longpath - mov (VMALLOC_END >> 40), %g5 - sllx %g5, 40, %g5 + sethi %hi(VMALLOC_END), %g5 + ldx [%g5 + %lo(VMALLOC_END)], %g5 cmp %g4, %g5 bgeu,pn %xcc, kvmap_dtlb_longpath nop --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/ldc.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/ldc.c @@ -1078,7 +1078,8 @@ struct ldc_channel *ldc_alloc(unsigned long id, const struct ldc_channel_config *cfgp, - void *event_arg) + void *event_arg, + const char *name) { struct ldc_channel *lp; const struct ldc_mode_ops *mops; @@ -1093,6 +1094,8 @@ err = -EINVAL; if (!cfgp) goto out_err; + if (!name) + goto out_err; switch (cfgp->mode) { case LDC_MODE_RAW: @@ -1185,6 +1188,21 @@ INIT_HLIST_HEAD(&lp->mh_list); + snprintf(lp->rx_irq_name, LDC_IRQ_NAME_MAX, "%s RX", name); + snprintf(lp->tx_irq_name, LDC_IRQ_NAME_MAX, "%s TX", name); + + err = request_irq(lp->cfg.rx_irq, ldc_rx, 0, + lp->rx_irq_name, lp); + if (err) + goto out_free_txq; + + err = request_irq(lp->cfg.tx_irq, ldc_tx, 0, + lp->tx_irq_name, lp); + if (err) { + free_irq(lp->cfg.rx_irq, lp); + goto out_free_txq; + } + return lp; out_free_txq: @@ -1237,31 +1255,14 @@ * state. This does not initiate a handshake, ldc_connect() does * that. */ -int ldc_bind(struct ldc_channel *lp, const char *name) +int ldc_bind(struct ldc_channel *lp) { unsigned long hv_err, flags; int err = -EINVAL; - if (!name || - (lp->state != LDC_STATE_INIT)) + if (lp->state != LDC_STATE_INIT) return -EINVAL; - snprintf(lp->rx_irq_name, LDC_IRQ_NAME_MAX, "%s RX", name); - snprintf(lp->tx_irq_name, LDC_IRQ_NAME_MAX, "%s TX", name); - - err = request_irq(lp->cfg.rx_irq, ldc_rx, 0, - lp->rx_irq_name, lp); - if (err) - return err; - - err = request_irq(lp->cfg.tx_irq, ldc_tx, 0, - lp->tx_irq_name, lp); - if (err) { - free_irq(lp->cfg.rx_irq, lp); - return err; - } - - spin_lock_irqsave(&lp->lock, flags); enable_irq(lp->cfg.rx_irq); @@ -1336,7 +1337,7 @@ if (!(lp->flags & LDC_FLAG_ALLOCED_QUEUES) || !(lp->flags & LDC_FLAG_REGISTERED_QUEUES) || lp->hs_state != LDC_HS_OPEN) - err = -EINVAL; + err = ((lp->hs_state > LDC_HS_OPEN) ? 0 : -EINVAL); else err = start_handshake(lp); @@ -2306,7 +2307,7 @@ if (len & (8UL - 1)) return ERR_PTR(-EINVAL); - buf = kzalloc(len, GFP_KERNEL); + buf = kzalloc(len, GFP_ATOMIC); if (!buf) return ERR_PTR(-ENOMEM); --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/nmi.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/nmi.c @@ -130,7 +130,6 @@ static __init void nmi_cpu_busy(void *data) { - local_irq_enable_in_hardirq(); while (endflag == 0) mb(); } --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/pci_schizo.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/pci_schizo.c @@ -581,7 +581,7 @@ { unsigned long csr_reg, csr, csr_error_bits; irqreturn_t ret = IRQ_NONE; - u16 stat; + u32 stat; csr_reg = pbm->pbm_regs + SCHIZO_PCI_CTRL; csr = upa_readq(csr_reg); @@ -617,7 +617,7 @@ pbm->name); ret = IRQ_HANDLED; } - pci_read_config_word(pbm->pci_bus->self, PCI_STATUS, &stat); + pbm->pci_ops->read(pbm->pci_bus, 0, PCI_STATUS, 2, &stat); if (stat & (PCI_STATUS_PARITY | PCI_STATUS_SIG_TARGET_ABORT | PCI_STATUS_REC_TARGET_ABORT | @@ -625,7 +625,7 @@ PCI_STATUS_SIG_SYSTEM_ERROR)) { printk("%s: PCI bus error, PCI_STATUS[%04x]\n", pbm->name, stat); - pci_write_config_word(pbm->pci_bus->self, PCI_STATUS, 0xffff); + pbm->pci_ops->write(pbm->pci_bus, 0, PCI_STATUS, 2, 0xffff); ret = IRQ_HANDLED; } return ret; --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/pcr.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/pcr.c @@ -191,12 +191,41 @@ .pcr_nmi_disable = PCR_N4_PICNPT, }; +static u64 n5_pcr_read(unsigned long reg_num) +{ + unsigned long val; + + (void) sun4v_t5_get_perfreg(reg_num, &val); + + return val; +} + +static void n5_pcr_write(unsigned long reg_num, u64 val) +{ + (void) sun4v_t5_set_perfreg(reg_num, val); +} + +static const struct pcr_ops n5_pcr_ops = { + .read_pcr = n5_pcr_read, + .write_pcr = n5_pcr_write, + .read_pic = n4_pic_read, + .write_pic = n4_pic_write, + .nmi_picl_value = n4_picl_value, + .pcr_nmi_enable = (PCR_N4_PICNPT | PCR_N4_STRACE | + PCR_N4_UTRACE | PCR_N4_TOE | + (26 << PCR_N4_SL_SHIFT)), + .pcr_nmi_disable = PCR_N4_PICNPT, +}; + + static unsigned long perf_hsvc_group; static unsigned long perf_hsvc_major; static unsigned long perf_hsvc_minor; static int __init register_perf_hsvc(void) { + unsigned long hverror; + if (tlb_type == hypervisor) { switch (sun4v_chip_type) { case SUN4V_CHIP_NIAGARA1: @@ -215,6 +244,10 @@ perf_hsvc_group = HV_GRP_VT_CPU; break; + case SUN4V_CHIP_NIAGARA5: + perf_hsvc_group = HV_GRP_T5_CPU; + break; + default: return -ENODEV; } @@ -222,10 +255,12 @@ perf_hsvc_major = 1; perf_hsvc_minor = 0; - if (sun4v_hvapi_register(perf_hsvc_group, - perf_hsvc_major, - &perf_hsvc_minor)) { - printk("perfmon: Could not register hvapi.\n"); + hverror = sun4v_hvapi_register(perf_hsvc_group, + perf_hsvc_major, + &perf_hsvc_minor); + if (hverror) { + pr_err("perfmon: Could not register hvapi(0x%lx).\n", + hverror); return -ENODEV; } } @@ -254,6 +289,10 @@ pcr_ops = &n4_pcr_ops; break; + case SUN4V_CHIP_NIAGARA5: + pcr_ops = &n5_pcr_ops; + break; + default: ret = -ENODEV; break; --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/perf_event.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/perf_event.c @@ -960,6 +960,8 @@ cpuc->pcr[0] |= cpuc->event[0]->hw.config_base; } +static void sparc_pmu_start(struct perf_event *event, int flags); + /* On this PMU each PIC has it's own PCR control register. */ static void calculate_multiple_pcrs(struct cpu_hw_events *cpuc) { @@ -972,20 +974,13 @@ struct perf_event *cp = cpuc->event[i]; struct hw_perf_event *hwc = &cp->hw; int idx = hwc->idx; - u64 enc; if (cpuc->current_idx[i] != PIC_NO_INDEX) continue; - sparc_perf_event_set_period(cp, hwc, idx); cpuc->current_idx[i] = idx; - enc = perf_event_get_enc(cpuc->events[i]); - cpuc->pcr[idx] &= ~mask_for_index(idx); - if (hwc->state & PERF_HES_STOPPED) - cpuc->pcr[idx] |= nop_for_index(idx); - else - cpuc->pcr[idx] |= event_encoding(enc, idx); + sparc_pmu_start(cp, PERF_EF_RELOAD); } out: for (i = 0; i < cpuc->n_events; i++) { @@ -1101,7 +1096,6 @@ int i; local_irq_save(flags); - perf_pmu_disable(event->pmu); for (i = 0; i < cpuc->n_events; i++) { if (event == cpuc->event[i]) { @@ -1127,7 +1121,6 @@ } } - perf_pmu_enable(event->pmu); local_irq_restore(flags); } @@ -1361,7 +1354,6 @@ unsigned long flags; local_irq_save(flags); - perf_pmu_disable(event->pmu); n0 = cpuc->n_events; if (n0 >= sparc_pmu->max_hw_events) @@ -1394,7 +1386,6 @@ ret = 0; out: - perf_pmu_enable(event->pmu); local_irq_restore(flags); return ret; } @@ -1662,7 +1653,8 @@ sparc_pmu = &niagara2_pmu; return true; } - if (!strcmp(sparc_pmu_type, "niagara4")) { + if (!strcmp(sparc_pmu_type, "niagara4") || + !strcmp(sparc_pmu_type, "niagara5")) { sparc_pmu = &niagara4_pmu; return true; } @@ -1671,9 +1663,12 @@ static int __init init_hw_perf_events(void) { + int err; + pr_info("Performance events: "); - if (!supported_pmu()) { + err = pcr_arch_init(); + if (err || !supported_pmu()) { pr_cont("No support for PMU type '%s'\n", sparc_pmu_type); return 0; } @@ -1685,7 +1680,7 @@ return 0; } -early_initcall(init_hw_perf_events); +pure_initcall(init_hw_perf_events); void perf_callchain_kernel(struct perf_callchain_entry *entry, struct pt_regs *regs) --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/process_64.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/process_64.c @@ -287,6 +287,8 @@ printk(" TPC[%lx] O7[%lx] I7[%lx] RPC[%lx]\n", gp->tpc, gp->o7, gp->i7, gp->rpc); } + + touch_nmi_watchdog(); } memset(global_cpu_snapshot, 0, sizeof(global_cpu_snapshot)); @@ -312,6 +314,9 @@ struct global_pmu_snapshot *pp; int i, num; + if (!pcr_ops) + return; + pp = &global_cpu_snapshot[this_cpu].pmu; num = 1; @@ -359,6 +364,8 @@ (cpu == this_cpu ? '*' : ' '), cpu, pp->pcr[0], pp->pcr[1], pp->pcr[2], pp->pcr[3], pp->pic[0], pp->pic[1], pp->pic[2], pp->pic[3]); + + touch_nmi_watchdog(); } memset(global_cpu_snapshot, 0, sizeof(global_cpu_snapshot)); --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/setup_64.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/setup_64.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include @@ -174,7 +175,7 @@ static struct pt_regs fake_swapper_regs = { { 0, }, 0, 0, 0, 0 }; -void __init per_cpu_patch(void) +static void __init per_cpu_patch(void) { struct cpuid_patch_entry *p; unsigned long ver; @@ -266,7 +267,7 @@ } } -void __init sun4v_patch(void) +static void __init sun4v_patch(void) { extern void sun4v_hvapi_init(void); @@ -335,14 +336,25 @@ } } -#ifdef CONFIG_SMP -void __init boot_cpu_id_too_large(int cpu) +void __init start_early_boot(void) { - prom_printf("Serious problem, boot cpu id (%d) >= NR_CPUS (%d)\n", - cpu, NR_CPUS); - prom_halt(); + int cpu; + + check_if_starfire(); + per_cpu_patch(); + sun4v_patch(); + + cpu = hard_smp_processor_id(); + if (cpu >= NR_CPUS) { + prom_printf("Serious problem, boot cpu id (%d) >= NR_CPUS (%d)\n", + cpu, NR_CPUS); + prom_halt(); + } + current_thread_info()->cpu = cpu; + + prom_init_report(); + start_kernel(); } -#endif /* On Ultra, we support all of the v8 capabilities. */ unsigned long sparc64_elf_hwcap = (HWCAP_SPARC_FLUSH | HWCAP_SPARC_STBAR | @@ -500,12 +512,16 @@ sun4v_chip_type == SUN4V_CHIP_NIAGARA3 || sun4v_chip_type == SUN4V_CHIP_NIAGARA4 || sun4v_chip_type == SUN4V_CHIP_NIAGARA5 || + sun4v_chip_type == SUN4V_CHIP_SPARC_M6 || + sun4v_chip_type == SUN4V_CHIP_SPARC_M7 || sun4v_chip_type == SUN4V_CHIP_SPARC64X) cap |= HWCAP_SPARC_BLKINIT; if (sun4v_chip_type == SUN4V_CHIP_NIAGARA2 || sun4v_chip_type == SUN4V_CHIP_NIAGARA3 || sun4v_chip_type == SUN4V_CHIP_NIAGARA4 || sun4v_chip_type == SUN4V_CHIP_NIAGARA5 || + sun4v_chip_type == SUN4V_CHIP_SPARC_M6 || + sun4v_chip_type == SUN4V_CHIP_SPARC_M7 || sun4v_chip_type == SUN4V_CHIP_SPARC64X) cap |= HWCAP_SPARC_N2; } @@ -533,6 +549,8 @@ sun4v_chip_type == SUN4V_CHIP_NIAGARA3 || sun4v_chip_type == SUN4V_CHIP_NIAGARA4 || sun4v_chip_type == SUN4V_CHIP_NIAGARA5 || + sun4v_chip_type == SUN4V_CHIP_SPARC_M6 || + sun4v_chip_type == SUN4V_CHIP_SPARC_M7 || sun4v_chip_type == SUN4V_CHIP_SPARC64X) cap |= (AV_SPARC_VIS | AV_SPARC_VIS2 | AV_SPARC_ASI_BLK_INIT | @@ -540,6 +558,8 @@ if (sun4v_chip_type == SUN4V_CHIP_NIAGARA3 || sun4v_chip_type == SUN4V_CHIP_NIAGARA4 || sun4v_chip_type == SUN4V_CHIP_NIAGARA5 || + sun4v_chip_type == SUN4V_CHIP_SPARC_M6 || + sun4v_chip_type == SUN4V_CHIP_SPARC_M7 || sun4v_chip_type == SUN4V_CHIP_SPARC64X) cap |= (AV_SPARC_VIS3 | AV_SPARC_HPC | AV_SPARC_FMAF); --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/smp_64.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/smp_64.c @@ -816,13 +816,17 @@ void __irq_entry smp_call_function_client(int irq, struct pt_regs *regs) { clear_softint(1 << irq); + irq_enter(); generic_smp_call_function_interrupt(); + irq_exit(); } void __irq_entry smp_call_function_single_client(int irq, struct pt_regs *regs) { clear_softint(1 << irq); + irq_enter(); generic_smp_call_function_single_interrupt(); + irq_exit(); } static void tsb_sync(void *info) @@ -1383,7 +1387,6 @@ void __init smp_cpus_done(unsigned int max_cpus) { - pcr_arch_init(); } void smp_send_reschedule(int cpu) @@ -1468,6 +1471,13 @@ pud_t *pud; pmd_t *pmd; + if (pgd_none(*pgd)) { + pud_t *new; + + new = __alloc_bootmem(PAGE_SIZE, PAGE_SIZE, PAGE_SIZE); + pgd_populate(&init_mm, pgd, new); + } + pud = pud_offset(pgd, addr); if (pud_none(*pud)) { pmd_t *new; --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/sun4v_tlb_miss.S +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/sun4v_tlb_miss.S @@ -195,6 +195,11 @@ ldx [%g2 + TRAP_PER_CPU_PGD_PADDR], %g7 sun4v_itlb_error: + rdpr %tl, %g1 + cmp %g1, 1 + ble,pt %icc, sun4v_bad_ra + or %g0, FAULT_CODE_BAD_RA | FAULT_CODE_ITLB, %g1 + sethi %hi(sun4v_err_itlb_vaddr), %g1 stx %g4, [%g1 + %lo(sun4v_err_itlb_vaddr)] sethi %hi(sun4v_err_itlb_ctx), %g1 @@ -206,15 +211,10 @@ sethi %hi(sun4v_err_itlb_error), %g1 stx %o0, [%g1 + %lo(sun4v_err_itlb_error)] + sethi %hi(1f), %g7 rdpr %tl, %g4 - cmp %g4, 1 - ble,pt %icc, 1f - sethi %hi(2f), %g7 ba,pt %xcc, etraptl1 - or %g7, %lo(2f), %g7 - -1: ba,pt %xcc, etrap -2: or %g7, %lo(2b), %g7 +1: or %g7, %lo(1f), %g7 mov %l4, %o1 call sun4v_itlb_error_report add %sp, PTREGS_OFF, %o0 @@ -222,6 +222,11 @@ /* NOTREACHED */ sun4v_dtlb_error: + rdpr %tl, %g1 + cmp %g1, 1 + ble,pt %icc, sun4v_bad_ra + or %g0, FAULT_CODE_BAD_RA | FAULT_CODE_DTLB, %g1 + sethi %hi(sun4v_err_dtlb_vaddr), %g1 stx %g4, [%g1 + %lo(sun4v_err_dtlb_vaddr)] sethi %hi(sun4v_err_dtlb_ctx), %g1 @@ -233,21 +238,23 @@ sethi %hi(sun4v_err_dtlb_error), %g1 stx %o0, [%g1 + %lo(sun4v_err_dtlb_error)] + sethi %hi(1f), %g7 rdpr %tl, %g4 - cmp %g4, 1 - ble,pt %icc, 1f - sethi %hi(2f), %g7 ba,pt %xcc, etraptl1 - or %g7, %lo(2f), %g7 - -1: ba,pt %xcc, etrap -2: or %g7, %lo(2b), %g7 +1: or %g7, %lo(1f), %g7 mov %l4, %o1 call sun4v_dtlb_error_report add %sp, PTREGS_OFF, %o0 /* NOTREACHED */ +sun4v_bad_ra: + or %g0, %g4, %g5 + ba,pt %xcc, sparc64_realfault_common + or %g1, %g0, %g4 + + /* NOTREACHED */ + /* Instruction Access Exception, tl0. */ sun4v_iacc: ldxa [%g0] ASI_SCRATCHPAD, %g2 --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/sys_sparc_64.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/sys_sparc_64.c @@ -333,7 +333,7 @@ long err; /* No need for backward compatibility. We can start fresh... */ - if (call <= SEMCTL) { + if (call <= SEMTIMEDOP) { switch (call) { case SEMOP: err = sys_semtimedop(first, ptr, @@ -413,7 +413,7 @@ SYSCALL_DEFINE1(sparc64_personality, unsigned long, personality) { - int ret; + long ret; if (personality(current->personality) == PER_LINUX32 && personality(personality) == PER_LINUX) --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/trampoline_64.S +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/trampoline_64.S @@ -109,10 +109,13 @@ brnz,pn %g1, 1b nop - sethi %hi(p1275buf), %g2 - or %g2, %lo(p1275buf), %g2 - ldx [%g2 + 0x10], %l2 - add %l2, -(192 + 128), %sp + /* Get onto temporary stack which will be in the locked + * kernel image. + */ + sethi %hi(tramp_stack), %g1 + or %g1, %lo(tramp_stack), %g1 + add %g1, TRAMP_STACK_SIZE, %g1 + sub %g1, STACKFRAME_SZ + STACK_BIAS + 256, %sp flushw /* Setup the loop variables: @@ -394,7 +397,6 @@ sllx %g5, THREAD_SHIFT, %g5 sub %g5, (STACKFRAME_SZ + STACK_BIAS), %g5 add %g6, %g5, %sp - mov 0, %fp rdpr %pstate, %o1 or %o1, PSTATE_IE, %o1 --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/traps_64.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/traps_64.c @@ -2104,6 +2104,11 @@ atomic_inc(&sun4v_nonresum_oflow_cnt); } +static void sun4v_tlb_error(struct pt_regs *regs) +{ + die_if_kernel("TLB/TSB error", regs); +} + unsigned long sun4v_err_itlb_vaddr; unsigned long sun4v_err_itlb_ctx; unsigned long sun4v_err_itlb_pte; @@ -2111,8 +2116,7 @@ void sun4v_itlb_error_report(struct pt_regs *regs, int tl) { - if (tl > 1) - dump_tl1_traplog((struct tl1_traplog *)(regs + 1)); + dump_tl1_traplog((struct tl1_traplog *)(regs + 1)); printk(KERN_EMERG "SUN4V-ITLB: Error at TPC[%lx], tl %d\n", regs->tpc, tl); @@ -2125,7 +2129,7 @@ sun4v_err_itlb_vaddr, sun4v_err_itlb_ctx, sun4v_err_itlb_pte, sun4v_err_itlb_error); - prom_halt(); + sun4v_tlb_error(regs); } unsigned long sun4v_err_dtlb_vaddr; @@ -2135,8 +2139,7 @@ void sun4v_dtlb_error_report(struct pt_regs *regs, int tl) { - if (tl > 1) - dump_tl1_traplog((struct tl1_traplog *)(regs + 1)); + dump_tl1_traplog((struct tl1_traplog *)(regs + 1)); printk(KERN_EMERG "SUN4V-DTLB: Error at TPC[%lx], tl %d\n", regs->tpc, tl); @@ -2149,7 +2152,7 @@ sun4v_err_dtlb_vaddr, sun4v_err_dtlb_ctx, sun4v_err_dtlb_pte, sun4v_err_dtlb_error); - prom_halt(); + sun4v_tlb_error(regs); } void hypervisor_tlbop_error(unsigned long err, unsigned long op) --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/tsb.S +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/tsb.S @@ -162,10 +162,10 @@ nop .previous - rdpr %tl, %g3 - cmp %g3, 1 + rdpr %tl, %g7 + cmp %g7, 1 bne,pn %xcc, winfix_trampoline - nop + mov %g3, %g4 ba,pt %xcc, etrap rd %pc, %g7 call hugetlb_setup --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/viohs.c +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/viohs.c @@ -714,7 +714,7 @@ cfg.tx_irq = vio->vdev->tx_irq; cfg.rx_irq = vio->vdev->rx_irq; - lp = ldc_alloc(vio->vdev->channel_id, &cfg, event_arg); + lp = ldc_alloc(vio->vdev->channel_id, &cfg, event_arg, vio->name); if (IS_ERR(lp)) return PTR_ERR(lp); @@ -746,7 +746,7 @@ err = 0; if (state == LDC_STATE_INIT) { - err = ldc_bind(vio->lp, vio->name); + err = ldc_bind(vio->lp); if (err) printk(KERN_WARNING "%s: Port %lu bind failed, " "err=%d\n", --- linux-lts-utopic-3.16.0.orig/arch/sparc/kernel/vmlinux.lds.S +++ linux-lts-utopic-3.16.0/arch/sparc/kernel/vmlinux.lds.S @@ -35,8 +35,9 @@ SECTIONS { - /* swapper_low_pmd_dir is sparc64 only */ - swapper_low_pmd_dir = 0x0000000000402000; +#ifdef CONFIG_SPARC64 + swapper_pg_dir = 0x0000000000402000; +#endif . = INITIAL_ADDRESS; .text TEXTSTART : { @@ -122,11 +123,6 @@ *(.swapper_4m_tsb_phys_patch) __swapper_4m_tsb_phys_patch_end = .; } - .page_offset_shift_patch : { - __page_offset_shift_patch = .; - *(.page_offset_shift_patch) - __page_offset_shift_patch_end = .; - } .popc_3insn_patch : { __popc_3insn_patch = .; *(.popc_3insn_patch) --- linux-lts-utopic-3.16.0.orig/arch/sparc/lib/NG4memcpy.S +++ linux-lts-utopic-3.16.0/arch/sparc/lib/NG4memcpy.S @@ -41,6 +41,10 @@ #endif #endif +#if !defined(EX_LD) && !defined(EX_ST) +#define NON_USER_COPY +#endif + #ifndef EX_LD #define EX_LD(x) x #endif @@ -197,9 +201,13 @@ mov EX_RETVAL(%o3), %o0 .Llarge_src_unaligned: +#ifdef NON_USER_COPY + VISEntryHalfFast(.Lmedium_vis_entry_fail) +#else + VISEntryHalf +#endif andn %o2, 0x3f, %o4 sub %o2, %o4, %o2 - VISEntryHalf alignaddr %o1, %g0, %g1 add %o1, %o4, %o1 EX_LD(LOAD(ldd, %g1 + 0x00, %f0)) @@ -232,14 +240,21 @@ add %o0, 0x40, %o0 bne,pt %icc, 1b LOAD(prefetch, %g1 + 0x200, #n_reads_strong) +#ifdef NON_USER_COPY + VISExitHalfFast +#else VISExitHalf - +#endif brz,pn %o2, .Lexit cmp %o2, 19 ble,pn %icc, .Lsmall_unaligned nop ba,a,pt %icc, .Lmedium_unaligned +#ifdef NON_USER_COPY +.Lmedium_vis_entry_fail: + or %o0, %o1, %g2 +#endif .Lmedium: LOAD(prefetch, %o1 + 0x40, #n_reads_strong) andcc %g2, 0x7, %g0 --- linux-lts-utopic-3.16.0.orig/arch/sparc/lib/VISsave.S +++ linux-lts-utopic-3.16.0/arch/sparc/lib/VISsave.S @@ -44,9 +44,8 @@ stx %g3, [%g6 + TI_GSR] 2: add %g6, %g1, %g3 - cmp %o5, FPRS_DU - be,pn %icc, 6f - sll %g1, 3, %g1 + mov FPRS_DU | FPRS_DL | FPRS_FEF, %o5 + sll %g1, 3, %g1 stb %o5, [%g3 + TI_FPSAVED] rd %gsr, %g2 add %g6, %g1, %g3 @@ -80,65 +79,3 @@ .align 32 80: jmpl %g7 + %g0, %g0 nop - -6: ldub [%g3 + TI_FPSAVED], %o5 - or %o5, FPRS_DU, %o5 - add %g6, TI_FPREGS+0x80, %g2 - stb %o5, [%g3 + TI_FPSAVED] - - sll %g1, 5, %g1 - add %g6, TI_FPREGS+0xc0, %g3 - wr %g0, FPRS_FEF, %fprs - membar #Sync - stda %f32, [%g2 + %g1] ASI_BLK_P - stda %f48, [%g3 + %g1] ASI_BLK_P - membar #Sync - ba,pt %xcc, 80f - nop - - .align 32 -80: jmpl %g7 + %g0, %g0 - nop - - .align 32 -VISenterhalf: - ldub [%g6 + TI_FPDEPTH], %g1 - brnz,a,pn %g1, 1f - cmp %g1, 1 - stb %g0, [%g6 + TI_FPSAVED] - stx %fsr, [%g6 + TI_XFSR] - clr %o5 - jmpl %g7 + %g0, %g0 - wr %g0, FPRS_FEF, %fprs - -1: bne,pn %icc, 2f - srl %g1, 1, %g1 - ba,pt %xcc, vis1 - sub %g7, 8, %g7 -2: addcc %g6, %g1, %g3 - sll %g1, 3, %g1 - andn %o5, FPRS_DU, %g2 - stb %g2, [%g3 + TI_FPSAVED] - - rd %gsr, %g2 - add %g6, %g1, %g3 - stx %g2, [%g3 + TI_GSR] - add %g6, %g1, %g2 - stx %fsr, [%g2 + TI_XFSR] - sll %g1, 5, %g1 -3: andcc %o5, FPRS_DL, %g0 - be,pn %icc, 4f - add %g6, TI_FPREGS, %g2 - - add %g6, TI_FPREGS+0x40, %g3 - membar #Sync - stda %f0, [%g2 + %g1] ASI_BLK_P - stda %f16, [%g3 + %g1] ASI_BLK_P - membar #Sync - ba,pt %xcc, 4f - nop - - .align 32 -4: and %o5, FPRS_DU, %o5 - jmpl %g7 + %g0, %g0 - wr %o5, FPRS_FEF, %fprs --- linux-lts-utopic-3.16.0.orig/arch/sparc/lib/atomic32.c +++ linux-lts-utopic-3.16.0/arch/sparc/lib/atomic32.c @@ -40,6 +40,19 @@ } EXPORT_SYMBOL(__atomic_add_return); +int atomic_xchg(atomic_t *v, int new) +{ + int ret; + unsigned long flags; + + spin_lock_irqsave(ATOMIC_HASH(v), flags); + ret = v->counter; + v->counter = new; + spin_unlock_irqrestore(ATOMIC_HASH(v), flags); + return ret; +} +EXPORT_SYMBOL(atomic_xchg); + int atomic_cmpxchg(atomic_t *v, int old, int new) { int ret; @@ -132,3 +145,17 @@ return (unsigned long)prev; } EXPORT_SYMBOL(__cmpxchg_u32); + +unsigned long __xchg_u32(volatile u32 *ptr, u32 new) +{ + unsigned long flags; + u32 prev; + + spin_lock_irqsave(ATOMIC_HASH(ptr), flags); + prev = *ptr; + *ptr = new; + spin_unlock_irqrestore(ATOMIC_HASH(ptr), flags); + + return (unsigned long)prev; +} +EXPORT_SYMBOL(__xchg_u32); --- linux-lts-utopic-3.16.0.orig/arch/sparc/lib/ksyms.c +++ linux-lts-utopic-3.16.0/arch/sparc/lib/ksyms.c @@ -126,10 +126,6 @@ void VISenter(void); EXPORT_SYMBOL(VISenter); -/* CRYPTO code needs this */ -void VISenterhalf(void); -EXPORT_SYMBOL(VISenterhalf); - extern void xor_vis_2(unsigned long, unsigned long *, unsigned long *); extern void xor_vis_3(unsigned long, unsigned long *, unsigned long *, unsigned long *); --- linux-lts-utopic-3.16.0.orig/arch/sparc/lib/memmove.S +++ linux-lts-utopic-3.16.0/arch/sparc/lib/memmove.S @@ -8,9 +8,11 @@ .text ENTRY(memmove) /* o0=dst o1=src o2=len */ - mov %o0, %g1 + brz,pn %o2, 99f + mov %o0, %g1 + cmp %o0, %o1 - bleu,pt %xcc, memcpy + bleu,pt %xcc, 2f add %o1, %o2, %g7 cmp %g7, %o0 bleu,pt %xcc, memcpy @@ -24,7 +26,34 @@ stb %g7, [%o0] bne,pt %icc, 1b sub %o0, 1, %o0 - +99: retl mov %g1, %o0 + + /* We can't just call memcpy for these memmove cases. On some + * chips the memcpy uses cache initializing stores and when dst + * and src are close enough, those can clobber the source data + * before we've loaded it in. + */ +2: or %o0, %o1, %g7 + or %o2, %g7, %g7 + andcc %g7, 0x7, %g0 + bne,pn %xcc, 4f + nop + +3: ldx [%o1], %g7 + add %o1, 8, %o1 + subcc %o2, 8, %o2 + add %o0, 8, %o0 + bne,pt %icc, 3b + stx %g7, [%o0 - 0x8] + ba,a,pt %xcc, 99b + +4: ldub [%o1], %g7 + add %o1, 1, %o1 + subcc %o2, 1, %o2 + add %o0, 1, %o0 + bne,pt %icc, 4b + stb %g7, [%o0 - 0x1] + ba,a,pt %xcc, 99b ENDPROC(memmove) --- linux-lts-utopic-3.16.0.orig/arch/sparc/lib/memset.S +++ linux-lts-utopic-3.16.0/arch/sparc/lib/memset.S @@ -3,8 +3,9 @@ * Copyright (C) 1996,1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) * - * Returns 0, if ok, and number of bytes not yet set if exception - * occurs and we were called as clear_user. + * Calls to memset returns initial %o0. Calls to bzero returns 0, if ok, and + * number of bytes not yet set if exception occurs and we were called as + * clear_user. */ #include @@ -65,6 +66,8 @@ .globl __memset_start, __memset_end __memset_start: memset: + mov %o0, %g1 + mov 1, %g4 and %o1, 0xff, %g3 sll %g3, 8, %g2 or %g3, %g2, %g3 @@ -89,6 +92,7 @@ sub %o0, %o2, %o0 __bzero: + clr %g4 mov %g0, %g3 1: cmp %o1, 7 @@ -151,8 +155,8 @@ bne,a 8f EX(stb %g3, [%o0], and %o1, 1) 8: - retl - clr %o0 + b 0f + nop 7: be 13b orcc %o1, 0, %g0 @@ -164,6 +168,12 @@ bne 8b EX(stb %g3, [%o0 - 1], add %o1, 1) 0: + andcc %g4, 1, %g0 + be 5f + nop + retl + mov %g1, %o0 +5: retl clr %o0 __memset_end: --- linux-lts-utopic-3.16.0.orig/arch/sparc/math-emu/math_32.c +++ linux-lts-utopic-3.16.0/arch/sparc/math-emu/math_32.c @@ -499,7 +499,7 @@ case 0: fsr = *pfsr; if (IR == -1) IR = 2; /* fcc is always fcc0 */ - fsr &= ~0xc00; fsr |= (IR << 10); break; + fsr &= ~0xc00; fsr |= (IR << 10); *pfsr = fsr; break; case 1: rd->s = IR; break; --- linux-lts-utopic-3.16.0.orig/arch/sparc/mm/fault_32.c +++ linux-lts-utopic-3.16.0/arch/sparc/mm/fault_32.c @@ -249,6 +249,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/sparc/mm/fault_64.c +++ linux-lts-utopic-3.16.0/arch/sparc/mm/fault_64.c @@ -346,6 +346,9 @@ down_read(&mm->mmap_sem); } + if (fault_code & FAULT_CODE_BAD_RA) + goto do_sigbus; + vma = find_vma(mm, address); if (!vma) goto bad_area; @@ -443,6 +446,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/sparc/mm/gup.c +++ linux-lts-utopic-3.16.0/arch/sparc/mm/gup.c @@ -160,6 +160,36 @@ return 1; } +int __get_user_pages_fast(unsigned long start, int nr_pages, int write, + struct page **pages) +{ + struct mm_struct *mm = current->mm; + unsigned long addr, len, end; + unsigned long next, flags; + pgd_t *pgdp; + int nr = 0; + + start &= PAGE_MASK; + addr = start; + len = (unsigned long) nr_pages << PAGE_SHIFT; + end = start + len; + + local_irq_save(flags); + pgdp = pgd_offset(mm, addr); + do { + pgd_t pgd = *pgdp; + + next = pgd_addr_end(addr, end); + if (pgd_none(pgd)) + break; + if (!gup_pud_range(pgd, addr, next, write, pages, &nr)) + break; + } while (pgdp++, addr = next, addr != end); + local_irq_restore(flags); + + return nr; +} + int get_user_pages_fast(unsigned long start, int nr_pages, int write, struct page **pages) { --- linux-lts-utopic-3.16.0.orig/arch/sparc/mm/init_64.c +++ linux-lts-utopic-3.16.0/arch/sparc/mm/init_64.c @@ -74,7 +74,6 @@ * 'cpu' properties, but we need to have this table setup before the * MDESC is initialized. */ -unsigned long kpte_linear_bitmap[KPTE_BITMAP_BYTES / sizeof(unsigned long)]; #ifndef CONFIG_DEBUG_PAGEALLOC /* A special kernel TSB for 4MB, 256MB, 2GB and 16GB linear mappings. @@ -83,10 +82,11 @@ */ extern struct tsb swapper_4m_tsb[KERNEL_TSB4M_NENTRIES]; #endif +extern struct tsb swapper_tsb[KERNEL_TSB_NENTRIES]; static unsigned long cpu_pgsz_mask; -#define MAX_BANKS 32 +#define MAX_BANKS 1024 static struct linux_prom64_registers pavail[MAX_BANKS]; static int pavail_ents; @@ -164,10 +164,6 @@ cmp_p64, NULL); } -unsigned long sparc64_valid_addr_bitmap[VALID_ADDR_BITMAP_BYTES / - sizeof(unsigned long)]; -EXPORT_SYMBOL(sparc64_valid_addr_bitmap); - /* Kernel physical address base and size in bytes. */ unsigned long kern_base __read_mostly; unsigned long kern_size __read_mostly; @@ -351,6 +347,10 @@ mm = vma->vm_mm; + /* Don't insert a non-valid PTE into the TSB, we'll deadlock. */ + if (!pte_accessible(mm, pte)) + return; + spin_lock_irqsave(&mm->context.lock, flags); #if defined(CONFIG_HUGETLB_PAGE) || defined(CONFIG_TRANSPARENT_HUGEPAGE) @@ -835,7 +835,10 @@ if ((addr & p->mask) == p->val) return i; } - return -1; + /* The following condition has been observed on LDOM guests.*/ + WARN_ONCE(1, "find_node: A physical address doesn't match a NUMA node" + " rule. Some physical memory will be owned by node 0."); + return 0; } static u64 memblock_nid_range(u64 start, u64 end, int *nid) @@ -1361,9 +1364,144 @@ static struct linux_prom64_registers pall[MAX_BANKS] __initdata; static int pall_ents __initdata; -#ifdef CONFIG_DEBUG_PAGEALLOC +static unsigned long max_phys_bits = 40; + +bool kern_addr_valid(unsigned long addr) +{ + pgd_t *pgd; + pud_t *pud; + pmd_t *pmd; + pte_t *pte; + + if ((long)addr < 0L) { + unsigned long pa = __pa(addr); + + if ((addr >> max_phys_bits) != 0UL) + return false; + + return pfn_valid(pa >> PAGE_SHIFT); + } + + if (addr >= (unsigned long) KERNBASE && + addr < (unsigned long)&_end) + return true; + + pgd = pgd_offset_k(addr); + if (pgd_none(*pgd)) + return 0; + + pud = pud_offset(pgd, addr); + if (pud_none(*pud)) + return 0; + + if (pud_large(*pud)) + return pfn_valid(pud_pfn(*pud)); + + pmd = pmd_offset(pud, addr); + if (pmd_none(*pmd)) + return 0; + + if (pmd_large(*pmd)) + return pfn_valid(pmd_pfn(*pmd)); + + pte = pte_offset_kernel(pmd, addr); + if (pte_none(*pte)) + return 0; + + return pfn_valid(pte_pfn(*pte)); +} +EXPORT_SYMBOL(kern_addr_valid); + +static unsigned long __ref kernel_map_hugepud(unsigned long vstart, + unsigned long vend, + pud_t *pud) +{ + const unsigned long mask16gb = (1UL << 34) - 1UL; + u64 pte_val = vstart; + + /* Each PUD is 8GB */ + if ((vstart & mask16gb) || + (vend - vstart <= mask16gb)) { + pte_val ^= kern_linear_pte_xor[2]; + pud_val(*pud) = pte_val | _PAGE_PUD_HUGE; + + return vstart + PUD_SIZE; + } + + pte_val ^= kern_linear_pte_xor[3]; + pte_val |= _PAGE_PUD_HUGE; + + vend = vstart + mask16gb + 1UL; + while (vstart < vend) { + pud_val(*pud) = pte_val; + + pte_val += PUD_SIZE; + vstart += PUD_SIZE; + pud++; + } + return vstart; +} + +static bool kernel_can_map_hugepud(unsigned long vstart, unsigned long vend, + bool guard) +{ + if (guard && !(vstart & ~PUD_MASK) && (vend - vstart) >= PUD_SIZE) + return true; + + return false; +} + +static unsigned long __ref kernel_map_hugepmd(unsigned long vstart, + unsigned long vend, + pmd_t *pmd) +{ + const unsigned long mask256mb = (1UL << 28) - 1UL; + const unsigned long mask2gb = (1UL << 31) - 1UL; + u64 pte_val = vstart; + + /* Each PMD is 8MB */ + if ((vstart & mask256mb) || + (vend - vstart <= mask256mb)) { + pte_val ^= kern_linear_pte_xor[0]; + pmd_val(*pmd) = pte_val | _PAGE_PMD_HUGE; + + return vstart + PMD_SIZE; + } + + if ((vstart & mask2gb) || + (vend - vstart <= mask2gb)) { + pte_val ^= kern_linear_pte_xor[1]; + pte_val |= _PAGE_PMD_HUGE; + vend = vstart + mask256mb + 1UL; + } else { + pte_val ^= kern_linear_pte_xor[2]; + pte_val |= _PAGE_PMD_HUGE; + vend = vstart + mask2gb + 1UL; + } + + while (vstart < vend) { + pmd_val(*pmd) = pte_val; + + pte_val += PMD_SIZE; + vstart += PMD_SIZE; + pmd++; + } + + return vstart; +} + +static bool kernel_can_map_hugepmd(unsigned long vstart, unsigned long vend, + bool guard) +{ + if (guard && !(vstart & ~PMD_MASK) && (vend - vstart) >= PMD_SIZE) + return true; + + return false; +} + static unsigned long __ref kernel_map_range(unsigned long pstart, - unsigned long pend, pgprot_t prot) + unsigned long pend, pgprot_t prot, + bool use_huge) { unsigned long vstart = PAGE_OFFSET + pstart; unsigned long vend = PAGE_OFFSET + pend; @@ -1382,19 +1520,34 @@ pmd_t *pmd; pte_t *pte; + if (pgd_none(*pgd)) { + pud_t *new; + + new = __alloc_bootmem(PAGE_SIZE, PAGE_SIZE, PAGE_SIZE); + alloc_bytes += PAGE_SIZE; + pgd_populate(&init_mm, pgd, new); + } pud = pud_offset(pgd, vstart); if (pud_none(*pud)) { pmd_t *new; + if (kernel_can_map_hugepud(vstart, vend, use_huge)) { + vstart = kernel_map_hugepud(vstart, vend, pud); + continue; + } new = __alloc_bootmem(PAGE_SIZE, PAGE_SIZE, PAGE_SIZE); alloc_bytes += PAGE_SIZE; pud_populate(&init_mm, pud, new); } pmd = pmd_offset(pud, vstart); - if (!pmd_present(*pmd)) { + if (pmd_none(*pmd)) { pte_t *new; + if (kernel_can_map_hugepmd(vstart, vend, use_huge)) { + vstart = kernel_map_hugepmd(vstart, vend, pmd); + continue; + } new = __alloc_bootmem(PAGE_SIZE, PAGE_SIZE, PAGE_SIZE); alloc_bytes += PAGE_SIZE; pmd_populate_kernel(&init_mm, pmd, new); @@ -1417,100 +1570,34 @@ return alloc_bytes; } -extern unsigned int kvmap_linear_patch[1]; -#endif /* CONFIG_DEBUG_PAGEALLOC */ - -static void __init kpte_set_val(unsigned long index, unsigned long val) -{ - unsigned long *ptr = kpte_linear_bitmap; - - val <<= ((index % (BITS_PER_LONG / 2)) * 2); - ptr += (index / (BITS_PER_LONG / 2)); - - *ptr |= val; -} - -static const unsigned long kpte_shift_min = 28; /* 256MB */ -static const unsigned long kpte_shift_max = 34; /* 16GB */ -static const unsigned long kpte_shift_incr = 3; - -static unsigned long kpte_mark_using_shift(unsigned long start, unsigned long end, - unsigned long shift) +static void __init flush_all_kernel_tsbs(void) { - unsigned long size = (1UL << shift); - unsigned long mask = (size - 1UL); - unsigned long remains = end - start; - unsigned long val; - - if (remains < size || (start & mask)) - return start; - - /* VAL maps: - * - * shift 28 --> kern_linear_pte_xor index 1 - * shift 31 --> kern_linear_pte_xor index 2 - * shift 34 --> kern_linear_pte_xor index 3 - */ - val = ((shift - kpte_shift_min) / kpte_shift_incr) + 1; - - remains &= ~mask; - if (shift != kpte_shift_max) - remains = size; - - while (remains) { - unsigned long index = start >> kpte_shift_min; + int i; - kpte_set_val(index, val); + for (i = 0; i < KERNEL_TSB_NENTRIES; i++) { + struct tsb *ent = &swapper_tsb[i]; - start += 1UL << kpte_shift_min; - remains -= 1UL << kpte_shift_min; + ent->tag = (1UL << TSB_TAG_INVALID_BIT); } +#ifndef CONFIG_DEBUG_PAGEALLOC + for (i = 0; i < KERNEL_TSB4M_NENTRIES; i++) { + struct tsb *ent = &swapper_4m_tsb[i]; - return start; -} - -static void __init mark_kpte_bitmap(unsigned long start, unsigned long end) -{ - unsigned long smallest_size, smallest_mask; - unsigned long s; - - smallest_size = (1UL << kpte_shift_min); - smallest_mask = (smallest_size - 1UL); - - while (start < end) { - unsigned long orig_start = start; - - for (s = kpte_shift_max; s >= kpte_shift_min; s -= kpte_shift_incr) { - start = kpte_mark_using_shift(start, end, s); - - if (start != orig_start) - break; - } - - if (start == orig_start) - start = (start + smallest_size) & ~smallest_mask; + ent->tag = (1UL << TSB_TAG_INVALID_BIT); } +#endif } -static void __init init_kpte_bitmap(void) -{ - unsigned long i; - - for (i = 0; i < pall_ents; i++) { - unsigned long phys_start, phys_end; - - phys_start = pall[i].phys_addr; - phys_end = phys_start + pall[i].reg_size; - - mark_kpte_bitmap(phys_start, phys_end); - } -} +extern unsigned int kvmap_linear_patch[1]; static void __init kernel_physical_mapping_init(void) { -#ifdef CONFIG_DEBUG_PAGEALLOC unsigned long i, mem_alloced = 0UL; + bool use_huge = true; +#ifdef CONFIG_DEBUG_PAGEALLOC + use_huge = false; +#endif for (i = 0; i < pall_ents; i++) { unsigned long phys_start, phys_end; @@ -1518,7 +1605,7 @@ phys_end = phys_start + pall[i].reg_size; mem_alloced += kernel_map_range(phys_start, phys_end, - PAGE_KERNEL); + PAGE_KERNEL, use_huge); } printk("Allocated %ld bytes for kernel page tables.\n", @@ -1527,8 +1614,9 @@ kvmap_linear_patch[0] = 0x01000000; /* nop */ flushi(&kvmap_linear_patch[0]); + flush_all_kernel_tsbs(); + __flush_tlb_all(); -#endif } #ifdef CONFIG_DEBUG_PAGEALLOC @@ -1538,7 +1626,7 @@ unsigned long phys_end = phys_start + (numpages * PAGE_SIZE); kernel_map_range(phys_start, phys_end, - (enable ? PAGE_KERNEL : __pgprot(0))); + (enable ? PAGE_KERNEL : __pgprot(0)), false); flush_tsb_kernel_range(PAGE_OFFSET + phys_start, PAGE_OFFSET + phys_end); @@ -1566,76 +1654,56 @@ unsigned long PAGE_OFFSET; EXPORT_SYMBOL(PAGE_OFFSET); -static void __init page_offset_shift_patch_one(unsigned int *insn, unsigned long phys_bits) -{ - unsigned long final_shift; - unsigned int val = *insn; - unsigned int cnt; - - /* We are patching in ilog2(max_supported_phys_address), and - * we are doing so in a manner similar to a relocation addend. - * That is, we are adding the shift value to whatever value - * is in the shift instruction count field already. - */ - cnt = (val & 0x3f); - val &= ~0x3f; - - /* If we are trying to shift >= 64 bits, clear the destination - * register. This can happen when phys_bits ends up being equal - * to MAX_PHYS_ADDRESS_BITS. - */ - final_shift = (cnt + (64 - phys_bits)); - if (final_shift >= 64) { - unsigned int rd = (val >> 25) & 0x1f; +unsigned long VMALLOC_END = 0x0000010000000000UL; +EXPORT_SYMBOL(VMALLOC_END); - val = 0x80100000 | (rd << 25); - } else { - val |= final_shift; - } - *insn = val; - - __asm__ __volatile__("flush %0" - : /* no outputs */ - : "r" (insn)); -} - -static void __init page_offset_shift_patch(unsigned long phys_bits) -{ - extern unsigned int __page_offset_shift_patch; - extern unsigned int __page_offset_shift_patch_end; - unsigned int *p; - - p = &__page_offset_shift_patch; - while (p < &__page_offset_shift_patch_end) { - unsigned int *insn = (unsigned int *)(unsigned long)*p; - - page_offset_shift_patch_one(insn, phys_bits); - - p++; - } -} +unsigned long sparc64_va_hole_top = 0xfffff80000000000UL; +unsigned long sparc64_va_hole_bottom = 0x0000080000000000UL; static void __init setup_page_offset(void) { - unsigned long max_phys_bits = 40; - if (tlb_type == cheetah || tlb_type == cheetah_plus) { + /* Cheetah/Panther support a full 64-bit virtual + * address, so we can use all that our page tables + * support. + */ + sparc64_va_hole_top = 0xfff0000000000000UL; + sparc64_va_hole_bottom = 0x0010000000000000UL; + max_phys_bits = 42; } else if (tlb_type == hypervisor) { switch (sun4v_chip_type) { case SUN4V_CHIP_NIAGARA1: case SUN4V_CHIP_NIAGARA2: + /* T1 and T2 support 48-bit virtual addresses. */ + sparc64_va_hole_top = 0xffff800000000000UL; + sparc64_va_hole_bottom = 0x0000800000000000UL; + max_phys_bits = 39; break; case SUN4V_CHIP_NIAGARA3: + /* T3 supports 48-bit virtual addresses. */ + sparc64_va_hole_top = 0xffff800000000000UL; + sparc64_va_hole_bottom = 0x0000800000000000UL; + max_phys_bits = 43; break; case SUN4V_CHIP_NIAGARA4: case SUN4V_CHIP_NIAGARA5: case SUN4V_CHIP_SPARC64X: - default: + case SUN4V_CHIP_SPARC_M6: + /* T4 and later support 52-bit virtual addresses. */ + sparc64_va_hole_top = 0xfff8000000000000UL; + sparc64_va_hole_bottom = 0x0008000000000000UL; max_phys_bits = 47; break; + case SUN4V_CHIP_SPARC_M7: + default: + /* M7 and later support 52-bit virtual addresses. */ + sparc64_va_hole_top = 0xfff8000000000000UL; + sparc64_va_hole_bottom = 0x0008000000000000UL; + max_phys_bits = 49; + break; } } @@ -1645,12 +1713,16 @@ prom_halt(); } - PAGE_OFFSET = PAGE_OFFSET_BY_BITS(max_phys_bits); + PAGE_OFFSET = sparc64_va_hole_top; + VMALLOC_END = ((sparc64_va_hole_bottom >> 1) + + (sparc64_va_hole_bottom >> 2)); - pr_info("PAGE_OFFSET is 0x%016lx (max_phys_bits == %lu)\n", + pr_info("MM: PAGE_OFFSET is 0x%016lx (max_phys_bits == %lu)\n", PAGE_OFFSET, max_phys_bits); - - page_offset_shift_patch(max_phys_bits); + pr_info("MM: VMALLOC [0x%016lx --> 0x%016lx]\n", + VMALLOC_START, VMALLOC_END); + pr_info("MM: VMEMMAP [0x%016lx --> 0x%016lx]\n", + VMEMMAP_BASE, VMEMMAP_BASE << 1); } static void __init tsb_phys_patch(void) @@ -1695,21 +1767,42 @@ #define NUM_KTSB_DESCR 1 #endif static struct hv_tsb_descr ktsb_descr[NUM_KTSB_DESCR]; -extern struct tsb swapper_tsb[KERNEL_TSB_NENTRIES]; + +/* The swapper TSBs are loaded with a base sequence of: + * + * sethi %uhi(SYMBOL), REG1 + * sethi %hi(SYMBOL), REG2 + * or REG1, %ulo(SYMBOL), REG1 + * or REG2, %lo(SYMBOL), REG2 + * sllx REG1, 32, REG1 + * or REG1, REG2, REG1 + * + * When we use physical addressing for the TSB accesses, we patch the + * first four instructions in the above sequence. + */ static void patch_one_ktsb_phys(unsigned int *start, unsigned int *end, unsigned long pa) { - pa >>= KTSB_PHYS_SHIFT; + unsigned long high_bits, low_bits; + + high_bits = (pa >> 32) & 0xffffffff; + low_bits = (pa >> 0) & 0xffffffff; while (start < end) { unsigned int *ia = (unsigned int *)(unsigned long)*start; - ia[0] = (ia[0] & ~0x3fffff) | (pa >> 10); + ia[0] = (ia[0] & ~0x3fffff) | (high_bits >> 10); __asm__ __volatile__("flush %0" : : "r" (ia)); - ia[1] = (ia[1] & ~0x3ff) | (pa & 0x3ff); + ia[1] = (ia[1] & ~0x3fffff) | (low_bits >> 10); __asm__ __volatile__("flush %0" : : "r" (ia + 1)); + ia[2] = (ia[2] & ~0x1fff) | (high_bits & 0x3ff); + __asm__ __volatile__("flush %0" : : "r" (ia + 2)); + + ia[3] = (ia[3] & ~0x1fff) | (low_bits & 0x3ff); + __asm__ __volatile__("flush %0" : : "r" (ia + 3)); + start++; } } @@ -1848,7 +1941,6 @@ /* paging_init() sets up the page tables */ static unsigned long last_valid_pfn; -pgd_t swapper_pg_dir[PTRS_PER_PGD]; static void sun4u_pgprot_init(void); static void sun4v_pgprot_init(void); @@ -1951,16 +2043,10 @@ */ init_mm.pgd += ((shift) / (sizeof(pgd_t))); - memset(swapper_low_pmd_dir, 0, sizeof(swapper_low_pmd_dir)); + memset(swapper_pg_dir, 0, sizeof(swapper_pg_dir)); - /* Now can init the kernel/bad page tables. */ - pud_set(pud_offset(&swapper_pg_dir[0], 0), - swapper_low_pmd_dir + (shift / sizeof(pgd_t))); - inherit_prom_mappings(); - init_kpte_bitmap(); - /* Ok, we can use our TLB miss and window trap handlers safely. */ setup_tba(); @@ -2067,70 +2153,6 @@ return 0; } -static struct linux_prom64_registers pavail_rescan[MAX_BANKS] __initdata; -static int pavail_rescan_ents __initdata; - -/* Certain OBP calls, such as fetching "available" properties, can - * claim physical memory. So, along with initializing the valid - * address bitmap, what we do here is refetch the physical available - * memory list again, and make sure it provides at least as much - * memory as 'pavail' does. - */ -static void __init setup_valid_addr_bitmap_from_pavail(unsigned long *bitmap) -{ - int i; - - read_obp_memory("available", &pavail_rescan[0], &pavail_rescan_ents); - - for (i = 0; i < pavail_ents; i++) { - unsigned long old_start, old_end; - - old_start = pavail[i].phys_addr; - old_end = old_start + pavail[i].reg_size; - while (old_start < old_end) { - int n; - - for (n = 0; n < pavail_rescan_ents; n++) { - unsigned long new_start, new_end; - - new_start = pavail_rescan[n].phys_addr; - new_end = new_start + - pavail_rescan[n].reg_size; - - if (new_start <= old_start && - new_end >= (old_start + PAGE_SIZE)) { - set_bit(old_start >> ILOG2_4MB, bitmap); - goto do_next_page; - } - } - - prom_printf("mem_init: Lost memory in pavail\n"); - prom_printf("mem_init: OLD start[%lx] size[%lx]\n", - pavail[i].phys_addr, - pavail[i].reg_size); - prom_printf("mem_init: NEW start[%lx] size[%lx]\n", - pavail_rescan[i].phys_addr, - pavail_rescan[i].reg_size); - prom_printf("mem_init: Cannot continue, aborting.\n"); - prom_halt(); - - do_next_page: - old_start += PAGE_SIZE; - } - } -} - -static void __init patch_tlb_miss_handler_bitmap(void) -{ - extern unsigned int valid_addr_bitmap_insn[]; - extern unsigned int valid_addr_bitmap_patch[]; - - valid_addr_bitmap_insn[1] = valid_addr_bitmap_patch[1]; - mb(); - valid_addr_bitmap_insn[0] = valid_addr_bitmap_patch[0]; - flushi(&valid_addr_bitmap_insn[0]); -} - static void __init register_page_bootmem_info(void) { #ifdef CONFIG_NEED_MULTIPLE_NODES @@ -2143,18 +2165,6 @@ } void __init mem_init(void) { - unsigned long addr, last; - - addr = PAGE_OFFSET + kern_base; - last = PAGE_ALIGN(kern_size) + addr; - while (addr < last) { - set_bit(__pa(addr) >> ILOG2_4MB, sparc64_valid_addr_bitmap); - addr += PAGE_SIZE; - } - - setup_valid_addr_bitmap_from_pavail(sparc64_valid_addr_bitmap); - patch_tlb_miss_handler_bitmap(); - high_memory = __va(last_valid_pfn << PAGE_SHIFT); register_page_bootmem_info(); @@ -2244,18 +2254,9 @@ EXPORT_SYMBOL(_PAGE_CACHE); #ifdef CONFIG_SPARSEMEM_VMEMMAP -unsigned long vmemmap_table[VMEMMAP_SIZE]; - -static long __meminitdata addr_start, addr_end; -static int __meminitdata node_start; - int __meminit vmemmap_populate(unsigned long vstart, unsigned long vend, int node) { - unsigned long phys_start = (vstart - VMEMMAP_BASE); - unsigned long phys_end = (vend - VMEMMAP_BASE); - unsigned long addr = phys_start & VMEMMAP_CHUNK_MASK; - unsigned long end = VMEMMAP_ALIGN(phys_end); unsigned long pte_base; pte_base = (_PAGE_VALID | _PAGE_SZ4MB_4U | @@ -2266,47 +2267,52 @@ _PAGE_CP_4V | _PAGE_CV_4V | _PAGE_P_4V | _PAGE_W_4V); - for (; addr < end; addr += VMEMMAP_CHUNK) { - unsigned long *vmem_pp = - vmemmap_table + (addr >> VMEMMAP_CHUNK_SHIFT); - void *block; + pte_base |= _PAGE_PMD_HUGE; - if (!(*vmem_pp & _PAGE_VALID)) { - block = vmemmap_alloc_block(1UL << ILOG2_4MB, node); - if (!block) + vstart = vstart & PMD_MASK; + vend = ALIGN(vend, PMD_SIZE); + for (; vstart < vend; vstart += PMD_SIZE) { + pgd_t *pgd = pgd_offset_k(vstart); + unsigned long pte; + pud_t *pud; + pmd_t *pmd; + + if (pgd_none(*pgd)) { + pud_t *new = vmemmap_alloc_block(PAGE_SIZE, node); + + if (!new) return -ENOMEM; + pgd_populate(&init_mm, pgd, new); + } - *vmem_pp = pte_base | __pa(block); + pud = pud_offset(pgd, vstart); + if (pud_none(*pud)) { + pmd_t *new = vmemmap_alloc_block(PAGE_SIZE, node); - /* check to see if we have contiguous blocks */ - if (addr_end != addr || node_start != node) { - if (addr_start) - printk(KERN_DEBUG " [%lx-%lx] on node %d\n", - addr_start, addr_end-1, node_start); - addr_start = addr; - node_start = node; - } - addr_end = addr + VMEMMAP_CHUNK; + if (!new) + return -ENOMEM; + pud_populate(&init_mm, pud, new); } - } - return 0; -} -void __meminit vmemmap_populate_print_last(void) -{ - if (addr_start) { - printk(KERN_DEBUG " [%lx-%lx] on node %d\n", - addr_start, addr_end-1, node_start); - addr_start = 0; - addr_end = 0; - node_start = 0; + pmd = pmd_offset(pud, vstart); + + pte = pmd_val(*pmd); + if (!(pte & _PAGE_VALID)) { + void *block = vmemmap_alloc_block(PMD_SIZE, node); + + if (!block) + return -ENOMEM; + + pmd_val(*pmd) = pte_base | __pa(block); + } } + + return 0; } void vmemmap_free(unsigned long start, unsigned long end) { } - #endif /* CONFIG_SPARSEMEM_VMEMMAP */ static void prot_init_common(unsigned long page_none, @@ -2619,6 +2625,10 @@ pte = pmd_val(entry); + /* Don't insert a non-valid PMD into the TSB, we'll deadlock. */ + if (!(pte & _PAGE_VALID)) + return; + /* We are fabricating 8MB pages using 4MB real hw pages. */ pte |= (addr & (1UL << REAL_HPAGE_SHIFT)); @@ -2699,3 +2709,26 @@ } } #endif + +#ifdef CONFIG_SMP +#define do_flush_tlb_kernel_range smp_flush_tlb_kernel_range +#else +#define do_flush_tlb_kernel_range __flush_tlb_kernel_range +#endif + +void flush_tlb_kernel_range(unsigned long start, unsigned long end) +{ + if (start < HI_OBP_ADDRESS && end > LOW_OBP_ADDRESS) { + if (start < LOW_OBP_ADDRESS) { + flush_tsb_kernel_range(start, LOW_OBP_ADDRESS); + do_flush_tlb_kernel_range(start, LOW_OBP_ADDRESS); + } + if (end > HI_OBP_ADDRESS) { + flush_tsb_kernel_range(HI_OBP_ADDRESS, end); + do_flush_tlb_kernel_range(HI_OBP_ADDRESS, end); + } + } else { + flush_tsb_kernel_range(start, end); + do_flush_tlb_kernel_range(start, end); + } +} --- linux-lts-utopic-3.16.0.orig/arch/sparc/mm/init_64.h +++ linux-lts-utopic-3.16.0/arch/sparc/mm/init_64.h @@ -8,15 +8,8 @@ */ #define MAX_PHYS_ADDRESS (1UL << MAX_PHYS_ADDRESS_BITS) -#define KPTE_BITMAP_CHUNK_SZ (256UL * 1024UL * 1024UL) -#define KPTE_BITMAP_BYTES \ - ((MAX_PHYS_ADDRESS / KPTE_BITMAP_CHUNK_SZ) / 4) -#define VALID_ADDR_BITMAP_CHUNK_SZ (4UL * 1024UL * 1024UL) -#define VALID_ADDR_BITMAP_BYTES \ - ((MAX_PHYS_ADDRESS / VALID_ADDR_BITMAP_CHUNK_SZ) / 8) extern unsigned long kern_linear_pte_xor[4]; -extern unsigned long kpte_linear_bitmap[KPTE_BITMAP_BYTES / sizeof(unsigned long)]; extern unsigned int sparc64_highest_unlocked_tlb_ent; extern unsigned long sparc64_kern_pri_context; extern unsigned long sparc64_kern_pri_nuc_bits; @@ -38,15 +31,4 @@ void prom_world(int enter); -#ifdef CONFIG_SPARSEMEM_VMEMMAP -#define VMEMMAP_CHUNK_SHIFT 22 -#define VMEMMAP_CHUNK (1UL << VMEMMAP_CHUNK_SHIFT) -#define VMEMMAP_CHUNK_MASK ~(VMEMMAP_CHUNK - 1UL) -#define VMEMMAP_ALIGN(x) (((x)+VMEMMAP_CHUNK-1UL)&VMEMMAP_CHUNK_MASK) - -#define VMEMMAP_SIZE ((((1UL << MAX_PHYSADDR_BITS) >> PAGE_SHIFT) * \ - sizeof(struct page)) >> VMEMMAP_CHUNK_SHIFT) -extern unsigned long vmemmap_table[VMEMMAP_SIZE]; -#endif - #endif /* _SPARC64_MM_INIT_H */ --- linux-lts-utopic-3.16.0.orig/arch/sparc/mm/srmmu.c +++ linux-lts-utopic-3.16.0/arch/sparc/mm/srmmu.c @@ -460,10 +460,12 @@ void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, struct task_struct *tsk) { + unsigned long flags; + if (mm->context == NO_CONTEXT) { - spin_lock(&srmmu_context_spinlock); + spin_lock_irqsave(&srmmu_context_spinlock, flags); alloc_context(old_mm, mm); - spin_unlock(&srmmu_context_spinlock); + spin_unlock_irqrestore(&srmmu_context_spinlock, flags); srmmu_ctxd_set(&srmmu_context_table[mm->context], mm->pgd); } @@ -986,14 +988,15 @@ void destroy_context(struct mm_struct *mm) { + unsigned long flags; if (mm->context != NO_CONTEXT) { flush_cache_mm(mm); srmmu_ctxd_set(&srmmu_context_table[mm->context], srmmu_swapper_pg_dir); flush_tlb_mm(mm); - spin_lock(&srmmu_context_spinlock); + spin_lock_irqsave(&srmmu_context_spinlock, flags); free_context(mm->context); - spin_unlock(&srmmu_context_spinlock); + spin_unlock_irqrestore(&srmmu_context_spinlock, flags); mm->context = NO_CONTEXT; } } --- linux-lts-utopic-3.16.0.orig/arch/sparc/net/bpf_jit_asm.S +++ linux-lts-utopic-3.16.0/arch/sparc/net/bpf_jit_asm.S @@ -6,10 +6,12 @@ #define SAVE_SZ 176 #define SCRATCH_OFF STACK_BIAS + 128 #define BE_PTR(label) be,pn %xcc, label +#define SIGN_EXTEND(reg) sra reg, 0, reg #else #define SAVE_SZ 96 #define SCRATCH_OFF 72 #define BE_PTR(label) be label +#define SIGN_EXTEND(reg) #endif #define SKF_MAX_NEG_OFF (-0x200000) /* SKF_LL_OFF from filter.h */ @@ -135,6 +137,7 @@ save %sp, -SAVE_SZ, %sp; \ mov %i0, %o0; \ mov r_OFF, %o1; \ + SIGN_EXTEND(%o1); \ call bpf_internal_load_pointer_neg_helper; \ mov (LEN), %o2; \ mov %o0, r_TMP; \ --- linux-lts-utopic-3.16.0.orig/arch/sparc/net/bpf_jit_comp.c +++ linux-lts-utopic-3.16.0/arch/sparc/net/bpf_jit_comp.c @@ -184,7 +184,7 @@ */ #define emit_alu_K(OPCODE, K) \ do { \ - if (K) { \ + if (K || OPCODE == AND || OPCODE == MUL) { \ unsigned int _insn = OPCODE; \ _insn |= RS1(r_A) | RD(r_A); \ if (is_simm13(K)) { \ @@ -234,12 +234,18 @@ __emit_load8(BASE, STRUCT, FIELD, DEST); \ } while (0) -#define emit_ldmem(OFF, DEST) \ -do { *prog++ = LD32I | RS1(FP) | S13(-(OFF)) | RD(DEST); \ +#ifdef CONFIG_SPARC64 +#define BIAS (STACK_BIAS - 4) +#else +#define BIAS (-4) +#endif + +#define emit_ldmem(OFF, DEST) \ +do { *prog++ = LD32I | RS1(SP) | S13(BIAS - (OFF)) | RD(DEST); \ } while (0) -#define emit_stmem(OFF, SRC) \ -do { *prog++ = LD32I | RS1(FP) | S13(-(OFF)) | RD(SRC); \ +#define emit_stmem(OFF, SRC) \ +do { *prog++ = ST32I | RS1(SP) | S13(BIAS - (OFF)) | RD(SRC); \ } while (0) #ifdef CONFIG_SMP @@ -414,22 +420,9 @@ } emit_reg_move(O7, r_saved_O7); - switch (filter[0].code) { - case BPF_RET | BPF_K: - case BPF_LD | BPF_W | BPF_LEN: - case BPF_LD | BPF_W | BPF_ABS: - case BPF_LD | BPF_H | BPF_ABS: - case BPF_LD | BPF_B | BPF_ABS: - /* The first instruction sets the A register (or is - * a "RET 'constant'") - */ - break; - default: - /* Make sure we dont leak kernel information to the - * user. - */ + /* Make sure we dont leak kernel information to the user. */ + if (bpf_needs_clear_a(&filter[0])) emit_clear(r_A); /* A = 0 */ - } for (i = 0; i < flen; i++) { unsigned int K = filter[i].k; @@ -615,10 +608,11 @@ case BPF_ANC | SKF_AD_VLAN_TAG: case BPF_ANC | SKF_AD_VLAN_TAG_PRESENT: emit_skb_load16(vlan_tci, r_A); - if (code == (BPF_ANC | SKF_AD_VLAN_TAG)) { - emit_andi(r_A, VLAN_VID_MASK, r_A); + if (code != (BPF_ANC | SKF_AD_VLAN_TAG)) { + emit_alu_K(SRL, 12); + emit_andi(r_A, 1, r_A); } else { - emit_loadimm(VLAN_TAG_PRESENT, r_TMP); + emit_loadimm(~VLAN_TAG_PRESENT, r_TMP); emit_and(r_A, r_TMP, r_A); } break; @@ -630,15 +624,19 @@ emit_loadimm(K, r_X); break; case BPF_LD | BPF_MEM: + seen |= SEEN_MEM; emit_ldmem(K * 4, r_A); break; case BPF_LDX | BPF_MEM: + seen |= SEEN_MEM | SEEN_XREG; emit_ldmem(K * 4, r_X); break; case BPF_ST: + seen |= SEEN_MEM; emit_stmem(K * 4, r_A); break; case BPF_STX: + seen |= SEEN_MEM | SEEN_XREG; emit_stmem(K * 4, r_X); break; --- linux-lts-utopic-3.16.0.orig/arch/sparc/power/hibernate.c +++ linux-lts-utopic-3.16.0/arch/sparc/power/hibernate.c @@ -9,11 +9,9 @@ #include #include #include +#include #include -/* References to section boundaries */ -extern const void __nosave_begin, __nosave_end; - struct saved_context saved_context; /* --- linux-lts-utopic-3.16.0.orig/arch/sparc/power/hibernate_asm.S +++ linux-lts-utopic-3.16.0/arch/sparc/power/hibernate_asm.S @@ -54,8 +54,8 @@ nop /* Write PAGE_OFFSET to %g7 */ - sethi %uhi(PAGE_OFFSET), %g7 - sllx %g7, 32, %g7 + sethi %hi(PAGE_OFFSET), %g7 + ldx [%g7 + %lo(PAGE_OFFSET)], %g7 setuw (PAGE_SIZE-8), %g3 --- linux-lts-utopic-3.16.0.orig/arch/sparc/prom/bootstr_64.c +++ linux-lts-utopic-3.16.0/arch/sparc/prom/bootstr_64.c @@ -14,7 +14,10 @@ * the .bss section or it will break things. */ -#define BARG_LEN 256 +/* We limit BARG_LEN to 1024 because this is the size of the + * 'barg_out' command line buffer in the SILO bootloader. + */ +#define BARG_LEN 1024 struct { int bootstr_len; int bootstr_valid; --- linux-lts-utopic-3.16.0.orig/arch/sparc/prom/cif.S +++ linux-lts-utopic-3.16.0/arch/sparc/prom/cif.S @@ -11,11 +11,10 @@ .text .globl prom_cif_direct prom_cif_direct: + save %sp, -192, %sp sethi %hi(p1275buf), %o1 or %o1, %lo(p1275buf), %o1 - ldx [%o1 + 0x0010], %o2 ! prom_cif_stack - save %o2, -192, %sp - ldx [%i1 + 0x0008], %l2 ! prom_cif_handler + ldx [%o1 + 0x0008], %l2 ! prom_cif_handler mov %g4, %l0 mov %g5, %l1 mov %g6, %l3 --- linux-lts-utopic-3.16.0.orig/arch/sparc/prom/init_64.c +++ linux-lts-utopic-3.16.0/arch/sparc/prom/init_64.c @@ -26,13 +26,13 @@ * It gets passed the pointer to the PROM vector. */ -extern void prom_cif_init(void *, void *); +extern void prom_cif_init(void *); -void __init prom_init(void *cif_handler, void *cif_stack) +void __init prom_init(void *cif_handler) { phandle node; - prom_cif_init(cif_handler, cif_stack); + prom_cif_init(cif_handler); prom_chosen_node = prom_finddevice(prom_chosen_path); if (!prom_chosen_node || (s32)prom_chosen_node == -1) --- linux-lts-utopic-3.16.0.orig/arch/sparc/prom/p1275.c +++ linux-lts-utopic-3.16.0/arch/sparc/prom/p1275.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include @@ -19,7 +20,6 @@ struct { long prom_callback; /* 0x00 */ void (*prom_cif_handler)(long *); /* 0x08 */ - unsigned long prom_cif_stack; /* 0x10 */ } p1275buf; extern void prom_world(int); @@ -36,8 +36,8 @@ { unsigned long flags; - raw_local_save_flags(flags); - raw_local_irq_restore((unsigned long)PIL_NMI); + local_save_flags(flags); + local_irq_restore((unsigned long)PIL_NMI); raw_spin_lock(&prom_entry_lock); prom_world(1); @@ -45,11 +45,10 @@ prom_world(0); raw_spin_unlock(&prom_entry_lock); - raw_local_irq_restore(flags); + local_irq_restore(flags); } void prom_cif_init(void *cif_handler, void *cif_stack) { p1275buf.prom_cif_handler = (void (*)(long *))cif_handler; - p1275buf.prom_cif_stack = (unsigned long)cif_stack; } --- linux-lts-utopic-3.16.0.orig/arch/tile/kernel/setup.c +++ linux-lts-utopic-3.16.0/arch/tile/kernel/setup.c @@ -1144,7 +1144,7 @@ void __init free_initrd_mem(unsigned long begin, unsigned long end) { - free_bootmem(__pa(begin), end - begin); + free_bootmem_late(__pa(begin), end - begin); } static int __init setup_initrd(char *str) --- linux-lts-utopic-3.16.0.orig/arch/tile/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/tile/mm/fault.c @@ -444,6 +444,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/um/Kconfig.common +++ linux-lts-utopic-3.16.0/arch/um/Kconfig.common @@ -3,6 +3,7 @@ default y select HAVE_ARCH_AUDITSYSCALL select HAVE_UID16 + select HAVE_FUTEX_CMPXCHG if FUTEX select GENERIC_IRQ_SHOW select GENERIC_CPU_DEVICES select GENERIC_IO --- linux-lts-utopic-3.16.0.orig/arch/um/drivers/ubd_kern.c +++ linux-lts-utopic-3.16.0/arch/um/drivers/ubd_kern.c @@ -1277,7 +1277,7 @@ while(1){ struct ubd *dev = q->queuedata; - if(dev->end_sg == 0){ + if(dev->request == NULL){ struct request *req = blk_fetch_request(q); if(req == NULL) return; @@ -1299,7 +1299,8 @@ return; } prepare_flush_request(req, io_req); - submit_request(io_req, dev); + if (submit_request(io_req, dev) == false) + return; } while(dev->start_sg < dev->end_sg){ --- linux-lts-utopic-3.16.0.orig/arch/um/kernel/trap.c +++ linux-lts-utopic-3.16.0/arch/um/kernel/trap.c @@ -80,6 +80,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) { goto out_of_memory; + } else if (fault & VM_FAULT_SIGSEGV) { + goto out; } else if (fault & VM_FAULT_SIGBUS) { err = -EACCES; goto out; --- linux-lts-utopic-3.16.0.orig/arch/um/os-Linux/start_up.c +++ linux-lts-utopic-3.16.0/arch/um/os-Linux/start_up.c @@ -95,6 +95,8 @@ { int pid, n, status; + fflush(stdout); + pid = fork(); if (pid == 0) ptrace_child(); --- linux-lts-utopic-3.16.0.orig/arch/unicore32/include/mach/pm.h +++ linux-lts-utopic-3.16.0/arch/unicore32/include/mach/pm.h @@ -36,8 +36,5 @@ /* Defined in hibernate_asm.S */ extern int restore_image(pgd_t *resume_pg_dir, struct pbe *restore_pblist); -/* References to section boundaries */ -extern const void __nosave_begin, __nosave_end; - extern struct pbe *restore_pblist; #endif --- linux-lts-utopic-3.16.0.orig/arch/unicore32/kernel/hibernate.c +++ linux-lts-utopic-3.16.0/arch/unicore32/kernel/hibernate.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include "mach/pm.h" --- linux-lts-utopic-3.16.0.orig/arch/x86/Kconfig +++ linux-lts-utopic-3.16.0/arch/x86/Kconfig @@ -164,7 +164,7 @@ config NEED_DMA_MAP_STATE def_bool y - depends on X86_64 || INTEL_IOMMU || DMA_API_DEBUG + depends on X86_64 || INTEL_IOMMU || DMA_API_DEBUG || SWIOTLB config NEED_SG_DMA_LENGTH def_bool y @@ -805,7 +805,7 @@ config X86_UP_APIC bool "Local APIC support on uniprocessors" - depends on X86_32 && !SMP && !X86_32_NON_STANDARD && !PCI_MSI + depends on X86_32 && !SMP && !X86_32_NON_STANDARD ---help--- A local APIC (Advanced Programmable Interrupt Controller) is an integrated interrupt controller in the CPU. If you have a single-CPU @@ -816,6 +816,10 @@ performance counters), and the NMI watchdog which detects hard lockups. +config X86_UP_APIC_MSI + def_bool y + select X86_UP_APIC if X86_32 && !SMP && !X86_32_NON_STANDARD && PCI_MSI + config X86_UP_IOAPIC bool "IO-APIC support on uniprocessors" depends on X86_UP_APIC @@ -1537,6 +1541,7 @@ config EFI_STUB bool "EFI stub support" depends on EFI + select RELOCATABLE ---help--- This kernel feature allows a bzImage to be loaded directly by EFI firmware without the use of a bootloader. @@ -2400,14 +2405,26 @@ depends on STA2X11 config IOSF_MBI - tristate - default m + tristate "Intel System On Chip IOSF Sideband support" depends on PCI + ---help--- + Enables sideband access to mailbox registers on SoC's. The sideband is + available on the following platforms. This list is not meant to be + exclusive. + - BayTrail + - Cherryview + - Braswell + - Quark + + You should say Y if you are running a kernel on one of these + platforms. source "net/Kconfig" source "drivers/Kconfig" +source "ubuntu/Kconfig" + source "drivers/firmware/Kconfig" source "fs/Kconfig" --- linux-lts-utopic-3.16.0.orig/arch/x86/boot/compressed/Makefile +++ linux-lts-utopic-3.16.0/arch/x86/boot/compressed/Makefile @@ -75,8 +75,10 @@ suffix-$(CONFIG_KERNEL_LZO) := lzo suffix-$(CONFIG_KERNEL_LZ4) := lz4 +RUN_SIZE = $(shell $(OBJDUMP) -h vmlinux | \ + $(CONFIG_SHELL) $(srctree)/arch/x86/tools/calc_run_size.sh) quiet_cmd_mkpiggy = MKPIGGY $@ - cmd_mkpiggy = $(obj)/mkpiggy $< > $@ || ( rm -f $@ ; false ) + cmd_mkpiggy = $(obj)/mkpiggy $< $(RUN_SIZE) > $@ || ( rm -f $@ ; false ) targets += piggy.S $(obj)/piggy.S: $(obj)/vmlinux.bin.$(suffix-y) $(obj)/mkpiggy FORCE --- linux-lts-utopic-3.16.0.orig/arch/x86/boot/compressed/aslr.c +++ linux-lts-utopic-3.16.0/arch/x86/boot/compressed/aslr.c @@ -183,12 +183,27 @@ static bool mem_avoid_overlap(struct mem_vector *img) { int i; + struct setup_data *ptr; for (i = 0; i < MEM_AVOID_MAX; i++) { if (mem_overlaps(img, &mem_avoid[i])) return true; } + /* Avoid all entries in the setup_data linked list. */ + ptr = (struct setup_data *)(unsigned long)real_mode->hdr.setup_data; + while (ptr) { + struct mem_vector avoid; + + avoid.start = (u64)ptr; + avoid.size = sizeof(*ptr) + ptr->len; + + if (mem_overlaps(img, &avoid)) + return true; + + ptr = (struct setup_data *)(unsigned long)ptr->next; + } + return false; } --- linux-lts-utopic-3.16.0.orig/arch/x86/boot/compressed/eboot.c +++ linux-lts-utopic-3.16.0/arch/x86/boot/compressed/eboot.c @@ -649,6 +649,7 @@ bool conout_found = false; void *dummy = NULL; u32 h = handles[i]; + u32 current_fb_base; status = efi_call_early(handle_protocol, h, proto, (void **)&gop32); @@ -660,7 +661,7 @@ if (status == EFI_SUCCESS) conout_found = true; - status = __gop_query32(gop32, &info, &size, &fb_base); + status = __gop_query32(gop32, &info, &size, ¤t_fb_base); if (status == EFI_SUCCESS && (!first_gop || conout_found)) { /* * Systems that use the UEFI Console Splitter may @@ -674,6 +675,7 @@ pixel_format = info->pixel_format; pixel_info = info->pixel_information; pixels_per_scan_line = info->pixels_per_scan_line; + fb_base = current_fb_base; /* * Once we've found a GOP supporting ConOut, @@ -752,6 +754,7 @@ bool conout_found = false; void *dummy = NULL; u64 h = handles[i]; + u32 current_fb_base; status = efi_call_early(handle_protocol, h, proto, (void **)&gop64); @@ -763,7 +766,7 @@ if (status == EFI_SUCCESS) conout_found = true; - status = __gop_query64(gop64, &info, &size, &fb_base); + status = __gop_query64(gop64, &info, &size, ¤t_fb_base); if (status == EFI_SUCCESS && (!first_gop || conout_found)) { /* * Systems that use the UEFI Console Splitter may @@ -777,6 +780,7 @@ pixel_format = info->pixel_format; pixel_info = info->pixel_information; pixels_per_scan_line = info->pixels_per_scan_line; + fb_base = current_fb_base; /* * Once we've found a GOP supporting ConOut, @@ -1091,6 +1095,8 @@ if (!cmdline_ptr) goto fail; hdr->cmd_line_ptr = (unsigned long)cmdline_ptr; + /* Fill in upper bits of command line address, NOP on 32 bit */ + boot_params->ext_cmd_line_ptr = (u64)(unsigned long)cmdline_ptr >> 32; hdr->ramdisk_image = 0; hdr->ramdisk_size = 0; @@ -1157,6 +1163,10 @@ unsigned int e820_type = 0; unsigned long m = efi->efi_memmap; +#ifdef CONFIG_X86_64 + m |= (u64)efi->efi_memmap_hi << 32; +#endif + d = (efi_memory_desc_t *)(m + (i * efi->efi_memdesc_size)); switch (d->type) { case EFI_RESERVED_TYPE: --- linux-lts-utopic-3.16.0.orig/arch/x86/boot/compressed/head_32.S +++ linux-lts-utopic-3.16.0/arch/x86/boot/compressed/head_32.S @@ -207,7 +207,8 @@ * Do the decompression, and jump to the new kernel.. */ /* push arguments for decompress_kernel: */ - pushl $z_output_len /* decompressed length */ + pushl $z_run_size /* size of kernel with .bss and .brk */ + pushl $z_output_len /* decompressed length, end of relocs */ leal z_extract_offset_negative(%ebx), %ebp pushl %ebp /* output address */ pushl $z_input_len /* input_len */ @@ -217,7 +218,7 @@ pushl %eax /* heap area */ pushl %esi /* real mode pointer */ call decompress_kernel /* returns kernel location in %eax */ - addl $24, %esp + addl $28, %esp /* * Jump to the decompressed kernel. --- linux-lts-utopic-3.16.0.orig/arch/x86/boot/compressed/head_64.S +++ linux-lts-utopic-3.16.0/arch/x86/boot/compressed/head_64.S @@ -402,13 +402,16 @@ * Do the decompression, and jump to the new kernel.. */ pushq %rsi /* Save the real mode argument */ + movq $z_run_size, %r9 /* size of kernel with .bss and .brk */ + pushq %r9 movq %rsi, %rdi /* real mode address */ leaq boot_heap(%rip), %rsi /* malloc area for uncompression */ leaq input_data(%rip), %rdx /* input_data */ movl $z_input_len, %ecx /* input_len */ movq %rbp, %r8 /* output target address */ - movq $z_output_len, %r9 /* decompressed length */ + movq $z_output_len, %r9 /* decompressed length, end of relocs */ call decompress_kernel /* returns kernel location in %rax */ + popq %r9 popq %rsi /* --- linux-lts-utopic-3.16.0.orig/arch/x86/boot/compressed/misc.c +++ linux-lts-utopic-3.16.0/arch/x86/boot/compressed/misc.c @@ -358,8 +358,11 @@ unsigned char *input_data, unsigned long input_len, unsigned char *output, - unsigned long output_len) + unsigned long output_len, + unsigned long run_size) { + unsigned char *output_orig = output; + real_mode = rmode; sanitize_boot_params(real_mode); @@ -381,8 +384,14 @@ free_mem_ptr = heap; /* Heap */ free_mem_end_ptr = heap + BOOT_HEAP_SIZE; - output = choose_kernel_location(input_data, input_len, - output, output_len); + /* + * The memory hole needed for the kernel is the larger of either + * the entire decompressed kernel plus relocation table, or the + * entire decompressed kernel plus .bss and .brk sections. + */ + output = choose_kernel_location(input_data, input_len, output, + output_len > run_size ? output_len + : run_size); /* Validate memory location choices. */ if ((unsigned long)output & (MIN_KERNEL_ALIGN - 1)) @@ -402,7 +411,12 @@ debug_putstr("\nDecompressing Linux... "); decompress(input_data, input_len, NULL, NULL, output, NULL, error); parse_elf(output); - handle_relocations(output, output_len); + /* + * 32-bit always performs relocations. 64-bit relocations are only + * needed if kASLR has chosen a different load address. + */ + if (!IS_ENABLED(CONFIG_X86_64) || output != output_orig) + handle_relocations(output, output_len); debug_putstr("done.\nBooting the kernel.\n"); return output; } --- linux-lts-utopic-3.16.0.orig/arch/x86/boot/compressed/mkpiggy.c +++ linux-lts-utopic-3.16.0/arch/x86/boot/compressed/mkpiggy.c @@ -36,11 +36,13 @@ uint32_t olen; long ilen; unsigned long offs; + unsigned long run_size; FILE *f = NULL; int retval = 1; - if (argc < 2) { - fprintf(stderr, "Usage: %s compressed_file\n", argv[0]); + if (argc < 3) { + fprintf(stderr, "Usage: %s compressed_file run_size\n", + argv[0]); goto bail; } @@ -74,6 +76,7 @@ offs += olen >> 12; /* Add 8 bytes for each 32K block */ offs += 64*1024 + 128; /* Add 64K + 128 bytes slack */ offs = (offs+4095) & ~4095; /* Round to a 4K boundary */ + run_size = atoi(argv[2]); printf(".section \".rodata..compressed\",\"a\",@progbits\n"); printf(".globl z_input_len\n"); @@ -85,6 +88,8 @@ /* z_extract_offset_negative allows simplification of head_32.S */ printf(".globl z_extract_offset_negative\n"); printf("z_extract_offset_negative = -0x%lx\n", offs); + printf(".globl z_run_size\n"); + printf("z_run_size = %lu\n", run_size); printf(".globl input_data, input_data_end\n"); printf("input_data:\n"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/aes_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/aes_glue.c @@ -66,5 +66,5 @@ MODULE_DESCRIPTION("Rijndael (AES) Cipher Algorithm, asm optimized"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("aes"); -MODULE_ALIAS("aes-asm"); +MODULE_ALIAS_CRYPTO("aes"); +MODULE_ALIAS_CRYPTO("aes-asm"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/aesni-intel_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/aesni-intel_glue.c @@ -1109,7 +1109,7 @@ src = kmalloc(req->cryptlen + req->assoclen, GFP_ATOMIC); if (!src) return -ENOMEM; - assoc = (src + req->cryptlen + auth_tag_len); + assoc = (src + req->cryptlen); scatterwalk_map_and_copy(src, req->src, 0, req->cryptlen, 0); scatterwalk_map_and_copy(assoc, req->assoc, 0, req->assoclen, 0); @@ -1134,7 +1134,7 @@ scatterwalk_done(&src_sg_walk, 0, 0); scatterwalk_done(&assoc_sg_walk, 0, 0); } else { - scatterwalk_map_and_copy(dst, req->dst, 0, req->cryptlen, 1); + scatterwalk_map_and_copy(dst, req->dst, 0, tempCipherLen, 1); kfree(src); } return retval; @@ -1514,4 +1514,4 @@ MODULE_DESCRIPTION("Rijndael (AES) Cipher Algorithm, Intel AES-NI instructions optimized"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("aes"); +MODULE_ALIAS_CRYPTO("aes"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/blowfish_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/blowfish_glue.c @@ -478,5 +478,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Blowfish Cipher Algorithm, asm optimized"); -MODULE_ALIAS("blowfish"); -MODULE_ALIAS("blowfish-asm"); +MODULE_ALIAS_CRYPTO("blowfish"); +MODULE_ALIAS_CRYPTO("blowfish-asm"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/camellia_aesni_avx2_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/camellia_aesni_avx2_glue.c @@ -582,5 +582,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Camellia Cipher Algorithm, AES-NI/AVX2 optimized"); -MODULE_ALIAS("camellia"); -MODULE_ALIAS("camellia-asm"); +MODULE_ALIAS_CRYPTO("camellia"); +MODULE_ALIAS_CRYPTO("camellia-asm"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/camellia_aesni_avx_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/camellia_aesni_avx_glue.c @@ -574,5 +574,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Camellia Cipher Algorithm, AES-NI/AVX optimized"); -MODULE_ALIAS("camellia"); -MODULE_ALIAS("camellia-asm"); +MODULE_ALIAS_CRYPTO("camellia"); +MODULE_ALIAS_CRYPTO("camellia-asm"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/camellia_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/camellia_glue.c @@ -1725,5 +1725,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Camellia Cipher Algorithm, asm optimized"); -MODULE_ALIAS("camellia"); -MODULE_ALIAS("camellia-asm"); +MODULE_ALIAS_CRYPTO("camellia"); +MODULE_ALIAS_CRYPTO("camellia-asm"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/cast5_avx_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/cast5_avx_glue.c @@ -491,4 +491,4 @@ MODULE_DESCRIPTION("Cast5 Cipher Algorithm, AVX optimized"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("cast5"); +MODULE_ALIAS_CRYPTO("cast5"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/cast6_avx_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/cast6_avx_glue.c @@ -611,4 +611,4 @@ MODULE_DESCRIPTION("Cast6 Cipher Algorithm, AVX optimized"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("cast6"); +MODULE_ALIAS_CRYPTO("cast6"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/crc32-pclmul_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/crc32-pclmul_glue.c @@ -197,5 +197,5 @@ MODULE_AUTHOR("Alexander Boyko "); MODULE_LICENSE("GPL"); -MODULE_ALIAS("crc32"); -MODULE_ALIAS("crc32-pclmul"); +MODULE_ALIAS_CRYPTO("crc32"); +MODULE_ALIAS_CRYPTO("crc32-pclmul"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/crc32c-intel_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/crc32c-intel_glue.c @@ -280,5 +280,5 @@ MODULE_DESCRIPTION("CRC32c (Castagnoli) optimization using Intel Hardware."); MODULE_LICENSE("GPL"); -MODULE_ALIAS("crc32c"); -MODULE_ALIAS("crc32c-intel"); +MODULE_ALIAS_CRYPTO("crc32c"); +MODULE_ALIAS_CRYPTO("crc32c-intel"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/crct10dif-pclmul_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/crct10dif-pclmul_glue.c @@ -147,5 +147,5 @@ MODULE_DESCRIPTION("T10 DIF CRC calculation accelerated with PCLMULQDQ."); MODULE_LICENSE("GPL"); -MODULE_ALIAS("crct10dif"); -MODULE_ALIAS("crct10dif-pclmul"); +MODULE_ALIAS_CRYPTO("crct10dif"); +MODULE_ALIAS_CRYPTO("crct10dif-pclmul"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/fpu.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/fpu.c @@ -17,6 +17,7 @@ #include #include #include +#include #include struct crypto_fpu_ctx { @@ -159,3 +160,5 @@ { crypto_unregister_template(&crypto_fpu_tmpl); } + +MODULE_ALIAS_CRYPTO("fpu"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/ghash-clmulni-intel_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/ghash-clmulni-intel_glue.c @@ -291,6 +291,7 @@ .cra_name = "ghash", .cra_driver_name = "ghash-clmulni", .cra_priority = 400, + .cra_ctxsize = sizeof(struct ghash_async_ctx), .cra_flags = CRYPTO_ALG_TYPE_AHASH | CRYPTO_ALG_ASYNC, .cra_blocksize = GHASH_BLOCK_SIZE, .cra_type = &crypto_ahash_type, @@ -341,4 +342,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("GHASH Message Digest Algorithm, " "acclerated by PCLMULQDQ-NI"); -MODULE_ALIAS("ghash"); +MODULE_ALIAS_CRYPTO("ghash"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/salsa20_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/salsa20_glue.c @@ -119,5 +119,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION ("Salsa20 stream cipher algorithm (optimized assembly version)"); -MODULE_ALIAS("salsa20"); -MODULE_ALIAS("salsa20-asm"); +MODULE_ALIAS_CRYPTO("salsa20"); +MODULE_ALIAS_CRYPTO("salsa20-asm"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/serpent_avx2_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/serpent_avx2_glue.c @@ -558,5 +558,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Serpent Cipher Algorithm, AVX2 optimized"); -MODULE_ALIAS("serpent"); -MODULE_ALIAS("serpent-asm"); +MODULE_ALIAS_CRYPTO("serpent"); +MODULE_ALIAS_CRYPTO("serpent-asm"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/serpent_avx_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/serpent_avx_glue.c @@ -617,4 +617,4 @@ MODULE_DESCRIPTION("Serpent Cipher Algorithm, AVX optimized"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("serpent"); +MODULE_ALIAS_CRYPTO("serpent"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/serpent_sse2_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/serpent_sse2_glue.c @@ -618,4 +618,4 @@ MODULE_DESCRIPTION("Serpent Cipher Algorithm, SSE2 optimized"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("serpent"); +MODULE_ALIAS_CRYPTO("serpent"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/sha1_ssse3_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/sha1_ssse3_glue.c @@ -278,4 +278,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("SHA1 Secure Hash Algorithm, Supplemental SSE3 accelerated"); -MODULE_ALIAS("sha1"); +MODULE_ALIAS_CRYPTO("sha1"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/sha256_ssse3_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/sha256_ssse3_glue.c @@ -318,5 +318,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("SHA256 Secure Hash Algorithm, Supplemental SSE3 accelerated"); -MODULE_ALIAS("sha256"); -MODULE_ALIAS("sha224"); +MODULE_ALIAS_CRYPTO("sha256"); +MODULE_ALIAS_CRYPTO("sha224"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/sha512_ssse3_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/sha512_ssse3_glue.c @@ -326,5 +326,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("SHA512 Secure Hash Algorithm, Supplemental SSE3 accelerated"); -MODULE_ALIAS("sha512"); -MODULE_ALIAS("sha384"); +MODULE_ALIAS_CRYPTO("sha512"); +MODULE_ALIAS_CRYPTO("sha384"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/twofish_avx_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/twofish_avx_glue.c @@ -579,4 +579,4 @@ MODULE_DESCRIPTION("Twofish Cipher Algorithm, AVX optimized"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("twofish"); +MODULE_ALIAS_CRYPTO("twofish"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/twofish_glue.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/twofish_glue.c @@ -96,5 +96,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION ("Twofish Cipher Algorithm, asm optimized"); -MODULE_ALIAS("twofish"); -MODULE_ALIAS("twofish-asm"); +MODULE_ALIAS_CRYPTO("twofish"); +MODULE_ALIAS_CRYPTO("twofish-asm"); --- linux-lts-utopic-3.16.0.orig/arch/x86/crypto/twofish_glue_3way.c +++ linux-lts-utopic-3.16.0/arch/x86/crypto/twofish_glue_3way.c @@ -495,5 +495,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Twofish Cipher Algorithm, 3-way parallel asm optimized"); -MODULE_ALIAS("twofish"); -MODULE_ALIAS("twofish-asm"); +MODULE_ALIAS_CRYPTO("twofish"); +MODULE_ALIAS_CRYPTO("twofish-asm"); --- linux-lts-utopic-3.16.0.orig/arch/x86/ia32/ia32entry.S +++ linux-lts-utopic-3.16.0/arch/x86/ia32/ia32entry.S @@ -151,6 +151,16 @@ 1: movl (%rbp),%ebp _ASM_EXTABLE(1b,ia32_badarg) ASM_CLAC + + /* + * Sysenter doesn't filter flags, so we need to clear NT + * ourselves. To save a few cycles, we can check whether + * NT was set instead of doing an unconditional popfq. + */ + testl $X86_EFLAGS_NT,EFLAGS-ARGOFFSET(%rsp) + jnz sysenter_fix_flags +sysenter_flags_fixed: + orl $TS_COMPAT,TI_status+THREAD_INFO(%rsp,RIP-ARGOFFSET) testl $_TIF_WORK_SYSCALL_ENTRY,TI_flags+THREAD_INFO(%rsp,RIP-ARGOFFSET) CFI_REMEMBER_STATE @@ -184,6 +194,8 @@ TRACE_IRQS_ON ENABLE_INTERRUPTS_SYSEXIT32 + CFI_RESTORE_STATE + #ifdef CONFIG_AUDITSYSCALL .macro auditsys_entry_common movl %esi,%r9d /* 6th arg: 4th syscall arg */ @@ -226,7 +238,6 @@ .endm sysenter_auditsys: - CFI_RESTORE_STATE auditsys_entry_common movl %ebp,%r9d /* reload 6th syscall arg */ jmp sysenter_dispatch @@ -235,6 +246,11 @@ auditsys_exit sysexit_from_sys_call #endif +sysenter_fix_flags: + pushq_cfi $(X86_EFLAGS_IF|X86_EFLAGS_FIXED) + popfq_cfi + jmp sysenter_flags_fixed + sysenter_tracesys: #ifdef CONFIG_AUDITSYSCALL testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT),TI_flags+THREAD_INFO(%rsp,RIP-ARGOFFSET) @@ -406,6 +422,7 @@ /*CFI_REL_OFFSET cs,CS-RIP*/ CFI_REL_OFFSET rip,RIP-RIP PARAVIRT_ADJUST_EXCEPTION_FRAME + ASM_CLAC /* Do this early to minimize exposure */ SWAPGS /* * No need to follow this irqs on/off section: the syscall --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/boot.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/boot.h @@ -27,7 +27,7 @@ #define BOOT_HEAP_SIZE 0x400000 #else /* !CONFIG_KERNEL_BZIP2 */ -#define BOOT_HEAP_SIZE 0x8000 +#define BOOT_HEAP_SIZE 0x10000 #endif /* !CONFIG_KERNEL_BZIP2 */ --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/cpufeature.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/cpufeature.h @@ -203,6 +203,7 @@ #define X86_FEATURE_DECODEASSISTS (8*32+12) /* AMD Decode Assists support */ #define X86_FEATURE_PAUSEFILTER (8*32+13) /* AMD filtered pause intercept */ #define X86_FEATURE_PFTHRESHOLD (8*32+14) /* AMD pause filter threshold */ +#define X86_FEATURE_VMMCALL ( 8*32+15) /* Prefer vmmcall to vmcall */ /* Intel-defined CPU features, CPUID level 0x00000007:0 (ebx), word 9 */ --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/desc.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/desc.h @@ -251,7 +251,8 @@ gdt[GDT_ENTRY_TLS_MIN + i] = t->tls_array[i]; } -#define _LDT_empty(info) \ +/* This intentionally ignores lm, since 32-bit apps don't have that field. */ +#define LDT_empty(info) \ ((info)->base_addr == 0 && \ (info)->limit == 0 && \ (info)->contents == 0 && \ @@ -261,30 +262,22 @@ (info)->seg_not_present == 1 && \ (info)->useable == 0) -#ifdef CONFIG_X86_64 -#define LDT_empty(info) (_LDT_empty(info) && ((info)->lm == 0)) -#else -#define LDT_empty(info) (_LDT_empty(info)) -#endif - -static inline void clear_LDT(void) -{ - set_ldt(NULL, 0); -} - -/* - * load one particular LDT into the current CPU - */ -static inline void load_LDT_nolock(mm_context_t *pc) +/* Lots of programs expect an all-zero user_desc to mean "no segment at all". */ +static inline bool LDT_zero(const struct user_desc *info) { - set_ldt(pc->ldt, pc->size); + return (info->base_addr == 0 && + info->limit == 0 && + info->contents == 0 && + info->read_exec_only == 0 && + info->seg_32bit == 0 && + info->limit_in_pages == 0 && + info->seg_not_present == 0 && + info->useable == 0); } -static inline void load_LDT(mm_context_t *pc) +static inline void clear_LDT(void) { - preempt_disable(); - load_LDT_nolock(pc); - preempt_enable(); + set_ldt(NULL, 0); } static inline unsigned long get_desc_base(const struct desc_struct *desc) --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/dma-mapping.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/dma-mapping.h @@ -163,8 +163,6 @@ { struct dma_map_ops *ops = get_dma_ops(dev); - WARN_ON(irqs_disabled()); /* for portability */ - if (dma_release_from_coherent(dev, get_order(size), vaddr)) return; --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/efi.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/efi.h @@ -156,6 +156,9 @@ return EFI_SUCCESS; } #endif /* CONFIG_EFI_MIXED */ + +extern bool efi_reboot_required(void); + #else /* * IF EFI is not configured, have the EFI calls return -ENOSYS. @@ -168,6 +171,10 @@ #define efi_call5(_f, _a1, _a2, _a3, _a4, _a5) (-ENOSYS) #define efi_call6(_f, _a1, _a2, _a3, _a4, _a5, _a6) (-ENOSYS) static inline void parse_efi_setup(u64 phys_addr, u32 data_len) {} +static inline bool efi_reboot_required(void) +{ + return false; +} #endif /* CONFIG_EFI */ #endif /* _ASM_X86_EFI_H */ --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/elf.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/elf.h @@ -160,8 +160,9 @@ #define elf_check_arch(x) \ ((x)->e_machine == EM_X86_64) -#define compat_elf_check_arch(x) \ - (elf_check_arch_ia32(x) || (x)->e_machine == EM_X86_64) +#define compat_elf_check_arch(x) \ + (elf_check_arch_ia32(x) || \ + (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64)) #if __USER32_DS != __USER_DS # error "The following code assumes __USER32_DS == __USER_DS" --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/fixmap.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/fixmap.h @@ -106,14 +106,14 @@ __end_of_permanent_fixed_addresses, /* - * 256 temporary boot-time mappings, used by early_ioremap(), + * 512 temporary boot-time mappings, used by early_ioremap(), * before ioremap() is functional. * - * If necessary we round it up to the next 256 pages boundary so + * If necessary we round it up to the next 512 pages boundary so * that we can have a single pgd entry and a single pte table: */ #define NR_FIX_BTMAPS 64 -#define FIX_BTMAPS_SLOTS 4 +#define FIX_BTMAPS_SLOTS 8 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS) FIX_BTMAP_END = (__end_of_permanent_fixed_addresses ^ --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/fpu-internal.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/fpu-internal.h @@ -368,7 +368,7 @@ preempt_disable(); tsk->thread.fpu_counter = 0; __drop_fpu(tsk); - clear_used_math(); + clear_stopped_child_used_math(tsk); preempt_enable(); } --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/kvm_host.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/kvm_host.h @@ -95,7 +95,7 @@ #define KVM_REFILL_PAGES 25 #define KVM_MAX_CPUID_ENTRIES 80 #define KVM_NR_FIXED_MTRR_REGION 88 -#define KVM_NR_VAR_MTRR 10 +#define KVM_NR_VAR_MTRR 8 #define ASYNC_PF_PER_VCPU 64 @@ -203,6 +203,7 @@ unsigned nxe:1; unsigned cr0_wp:1; unsigned smep_andnot_wp:1; + unsigned smap_andnot_wp:1; }; }; @@ -479,6 +480,7 @@ u64 mmio_gva; unsigned access; gfn_t mmio_gfn; + u64 mmio_gen; struct kvm_pmu pmu; @@ -569,7 +571,7 @@ struct kvm_pic *vpic; struct kvm_ioapic *vioapic; struct kvm_pit *vpit; - int vapics_in_nmi_mode; + atomic_t vapics_in_nmi_mode; struct mutex apic_map_lock; struct kvm_apic_map *apic_map; @@ -988,6 +990,20 @@ kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); } +static inline u64 get_canonical(u64 la) +{ + return ((int64_t)la << 16) >> 16; +} + +static inline bool is_noncanonical_address(u64 la) +{ +#ifdef CONFIG_X86_64 + return get_canonical(la) != la; +#else + return false; +#endif +} + #define TSS_IOPB_BASE_OFFSET 0x66 #define TSS_BASE_SIZE 0x68 #define TSS_IOPB_SIZE (65536 / 8) @@ -1046,7 +1062,7 @@ void kvm_vcpu_reset(struct kvm_vcpu *vcpu); void kvm_define_shared_msr(unsigned index, u32 msr); -void kvm_set_shared_msr(unsigned index, u64 val, u64 mask); +int kvm_set_shared_msr(unsigned index, u64 val, u64 mask); bool kvm_is_linear_rip(struct kvm_vcpu *vcpu, unsigned long linear_rip); --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/kvm_para.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/kvm_para.h @@ -2,6 +2,7 @@ #define _ASM_X86_KVM_PARA_H #include +#include #include extern void kvmclock_init(void); @@ -16,10 +17,15 @@ } #endif /* CONFIG_KVM_GUEST */ -/* This instruction is vmcall. On non-VT architectures, it will generate a - * trap that we will then rewrite to the appropriate instruction. +#ifdef CONFIG_DEBUG_RODATA +#define KVM_HYPERCALL \ + ALTERNATIVE(".byte 0x0f,0x01,0xc1", ".byte 0x0f,0x01,0xd9", X86_FEATURE_VMMCALL) +#else +/* On AMD processors, vmcall will generate a trap that we will + * then rewrite to the appropriate instruction. */ #define KVM_HYPERCALL ".byte 0x0f,0x01,0xc1" +#endif /* For KVM hypercalls, a three-byte sequence of either the vmcall or the vmmcall * instruction. The hypervisor may replace it with something else but only the --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/mmu.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/mmu.h @@ -9,8 +9,7 @@ * we put the segment information here. */ typedef struct { - void *ldt; - int size; + struct ldt_struct *ldt; #ifdef CONFIG_X86_64 /* True if mm supports a task running in 32 bit compatibility mode. */ --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/mmu_context.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/mmu_context.h @@ -16,6 +16,50 @@ #endif /* !CONFIG_PARAVIRT */ /* + * ldt_structs can be allocated, used, and freed, but they are never + * modified while live. + */ +struct ldt_struct { + /* + * Xen requires page-aligned LDTs with special permissions. This is + * needed to prevent us from installing evil descriptors such as + * call gates. On native, we could merge the ldt_struct and LDT + * allocations, but it's not worth trying to optimize. + */ + struct desc_struct *entries; + int size; +}; + +static inline void load_mm_ldt(struct mm_struct *mm) +{ + struct ldt_struct *ldt; + + /* lockless_dereference synchronizes with smp_store_release */ + ldt = lockless_dereference(mm->context.ldt); + + /* + * Any change to mm->context.ldt is followed by an IPI to all + * CPUs with the mm active. The LDT will not be freed until + * after the IPI is handled by all such CPUs. This means that, + * if the ldt_struct changes before we return, the values we see + * will be safe, and the new values will be loaded before we run + * any user code. + * + * NB: don't try to convert this to use RCU without extreme care. + * We would still need IRQs off, because we don't want to change + * the local LDT after an IPI loaded a newer value than the one + * that we can see. + */ + + if (unlikely(ldt)) + set_ldt(ldt->entries, ldt->size); + else + clear_LDT(); + + DEBUG_LOCKS_WARN_ON(preemptible()); +} + +/* * Used for LDT copy/destruction. */ int init_new_context(struct task_struct *tsk, struct mm_struct *mm); @@ -42,7 +86,34 @@ #endif cpumask_set_cpu(cpu, mm_cpumask(next)); - /* Re-load page tables */ + /* + * Re-load page tables. + * + * This logic has an ordering constraint: + * + * CPU 0: Write to a PTE for 'next' + * CPU 0: load bit 1 in mm_cpumask. if nonzero, send IPI. + * CPU 1: set bit 1 in next's mm_cpumask + * CPU 1: load from the PTE that CPU 0 writes (implicit) + * + * We need to prevent an outcome in which CPU 1 observes + * the new PTE value and CPU 0 observes bit 1 clear in + * mm_cpumask. (If that occurs, then the IPI will never + * be sent, and CPU 0's TLB will contain a stale entry.) + * + * The bad outcome can occur if either CPU's load is + * reordered before that CPU's store, so both CPUs must + * execute full barriers to prevent this from happening. + * + * Thus, switch_mm needs a full barrier between the + * store to mm_cpumask and any operation that could load + * from next->pgd. TLB fills are special and can happen + * due to instruction fetches or for no reason at all, + * and neither LOCK nor MFENCE orders them. + * Fortunately, load_cr3() is serializing and gives the + * ordering guarantee we need. + * + */ load_cr3(next->pgd); /* Stop flush ipis for the previous mm */ @@ -50,7 +121,7 @@ /* Load the LDT, if the LDT is different: */ if (unlikely(prev->context.ldt != next->context.ldt)) - load_LDT_nolock(&next->context); + load_mm_ldt(next); } #ifdef CONFIG_SMP else { @@ -65,13 +136,17 @@ * schedule, protecting us from simultaneous changes. */ cpumask_set_cpu(cpu, mm_cpumask(next)); + /* * We were in lazy tlb mode and leave_mm disabled * tlb flush IPI delivery. We must reload CR3 * to make sure to use no freed page tables. + * + * As above, load_cr3() is serializing and orders TLB + * fills with respect to the mm_cpumask write. */ load_cr3(next->pgd); - load_LDT_nolock(&next->context); + load_mm_ldt(next); } } #endif --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/mwait.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/mwait.h @@ -30,6 +30,14 @@ :: "a" (eax), "c" (ecx)); } +static inline void __sti_mwait(unsigned long eax, unsigned long ecx) +{ + trace_hardirqs_on(); + /* "mwait %eax, %ecx;" */ + asm volatile("sti; .byte 0x0f, 0x01, 0xc9;" + :: "a" (eax), "c" (ecx)); +} + /* * This uses new MONITOR/MWAIT instructions on P4 processors with PNI, * which can obviate IPI to trigger checking of need_resched. --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/page_32_types.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/page_32_types.h @@ -20,7 +20,6 @@ #define THREAD_SIZE_ORDER 1 #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) -#define STACKFAULT_STACK 0 #define DOUBLEFAULT_STACK 1 #define NMI_STACK 0 #define DEBUG_STACK 0 --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/page_64_types.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/page_64_types.h @@ -14,12 +14,11 @@ #define IRQ_STACK_ORDER 2 #define IRQ_STACK_SIZE (PAGE_SIZE << IRQ_STACK_ORDER) -#define STACKFAULT_STACK 1 -#define DOUBLEFAULT_STACK 2 -#define NMI_STACK 3 -#define DEBUG_STACK 4 -#define MCE_STACK 5 -#define N_EXCEPTION_STACKS 5 /* hw limit: 7 */ +#define DOUBLEFAULT_STACK 1 +#define NMI_STACK 2 +#define DEBUG_STACK 3 +#define MCE_STACK 4 +#define N_EXCEPTION_STACKS 4 /* hw limit: 7 */ #define PUD_PAGE_SIZE (_AC(1, UL) << PUD_SHIFT) #define PUD_PAGE_MASK (~(PUD_PAGE_SIZE-1)) --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/pgtable.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/pgtable.h @@ -131,8 +131,13 @@ static inline int pte_special(pte_t pte) { - return (pte_flags(pte) & (_PAGE_PRESENT|_PAGE_SPECIAL)) == - (_PAGE_PRESENT|_PAGE_SPECIAL); + /* + * See CONFIG_NUMA_BALANCING pte_numa in include/asm-generic/pgtable.h. + * On x86 we have _PAGE_BIT_NUMA == _PAGE_BIT_GLOBAL+1 == + * __PAGE_BIT_SOFTW1 == _PAGE_BIT_SPECIAL. + */ + return (pte_flags(pte) & _PAGE_SPECIAL) && + (pte_flags(pte) & (_PAGE_PRESENT|_PAGE_PROTNONE)); } static inline unsigned long pte_pfn(pte_t pte) --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/pgtable_64.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/pgtable_64.h @@ -19,6 +19,7 @@ extern pmd_t level2_kernel_pgt[512]; extern pmd_t level2_fixmap_pgt[512]; extern pmd_t level2_ident_pgt[512]; +extern pte_t level1_fixmap_pgt[512]; extern pgd_t init_level4_pgt[]; #define swapper_pg_dir init_level4_pgt --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/preempt.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/preempt.h @@ -93,9 +93,9 @@ /* * Returns true when we need to resched and can (barring IRQ state). */ -static __always_inline bool should_resched(void) +static __always_inline bool should_resched(int preempt_offset) { - return unlikely(!raw_cpu_read_4(__preempt_count)); + return unlikely(raw_cpu_read_4(__preempt_count) == preempt_offset); } #ifdef CONFIG_PREEMPT --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/pvclock.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/pvclock.h @@ -95,6 +95,7 @@ struct pvclock_vsyscall_time_info { struct pvclock_vcpu_time_info pvti; + u32 migrate_count; } __attribute__((__aligned__(SMP_CACHE_BYTES))); #define PVTI_SIZE sizeof(struct pvclock_vsyscall_time_info) --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/segment.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/segment.h @@ -212,10 +212,20 @@ #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES * 8) #ifdef __KERNEL__ + +/* + * early_idt_handler_array is an array of entry points referenced in the + * early IDT. For simplicity, it's a real array with one entry point + * every nine bytes. That leaves room for an optional 'push $0' if the + * vector has no error code (two bytes), a 'push $vector_number' (two + * bytes), and a jump to the common entry code (up to five bytes). + */ +#define EARLY_IDT_HANDLER_SIZE 9 + #ifndef __ASSEMBLY__ -extern const char early_idt_handlers[NUM_EXCEPTION_VECTORS][2+2+5]; +extern const char early_idt_handler_array[NUM_EXCEPTION_VECTORS][EARLY_IDT_HANDLER_SIZE]; #ifdef CONFIG_TRACING -#define trace_early_idt_handlers early_idt_handlers +# define trace_early_idt_handler_array early_idt_handler_array #endif /* --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/thread_info.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/thread_info.h @@ -141,7 +141,7 @@ /* Only used for 64 bit */ #define _TIF_DO_NOTIFY_MASK \ (_TIF_SIGPENDING | _TIF_MCE_NOTIFY | _TIF_NOTIFY_RESUME | \ - _TIF_USER_RETURN_NOTIFY) + _TIF_USER_RETURN_NOTIFY | _TIF_UPROBE) /* flags to check in __switch_to() */ #define _TIF_WORK_CTXSW \ --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/traps.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/traps.h @@ -39,6 +39,7 @@ #ifdef CONFIG_TRACING asmlinkage void trace_page_fault(void); +#define trace_stack_segment stack_segment #define trace_divide_error divide_error #define trace_bounds bounds #define trace_invalid_op invalid_op --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/vga.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/vga.h @@ -17,10 +17,4 @@ #define vga_readb(x) (*(x)) #define vga_writeb(x, y) (*(y) = (x)) -#ifdef CONFIG_FB_EFI -#define __ARCH_HAS_VGA_DEFAULT_DEVICE -extern struct pci_dev *vga_default_device(void); -extern void vga_set_default_device(struct pci_dev *pdev); -#endif - #endif /* _ASM_X86_VGA_H */ --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/vsyscall.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/vsyscall.h @@ -34,7 +34,7 @@ native_read_tscp(&p); } else { /* Load per CPU data from GDT */ - asm("lsl %1,%0" : "=r" (p) : "r" (__PER_CPU_SEG)); + asm volatile ("lsl %1,%0" : "=r" (p) : "r" (__PER_CPU_SEG)); } return p; --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/xen/hypervisor.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/xen/hypervisor.h @@ -57,4 +57,6 @@ } #endif +extern void xen_set_iopl_mask(unsigned mask); + #endif /* _ASM_X86_XEN_HYPERVISOR_H */ --- linux-lts-utopic-3.16.0.orig/arch/x86/include/asm/xen/page.h +++ linux-lts-utopic-3.16.0/arch/x86/include/asm/xen/page.h @@ -236,4 +236,11 @@ #define xen_remap(cookie, size) ioremap((cookie), (size)); #define xen_unmap(cookie) iounmap((cookie)) +static inline bool xen_arch_need_swiotlb(struct device *dev, + unsigned long pfn, + unsigned long mfn) +{ + return false; +} + #endif /* _ASM_X86_XEN_PAGE_H */ --- linux-lts-utopic-3.16.0.orig/arch/x86/include/uapi/asm/kvm.h +++ linux-lts-utopic-3.16.0/arch/x86/include/uapi/asm/kvm.h @@ -23,6 +23,7 @@ #define GP_VECTOR 13 #define PF_VECTOR 14 #define MF_VECTOR 16 +#define AC_VECTOR 17 #define MC_VECTOR 18 /* Select x86 specific features in */ --- linux-lts-utopic-3.16.0.orig/arch/x86/include/uapi/asm/ldt.h +++ linux-lts-utopic-3.16.0/arch/x86/include/uapi/asm/ldt.h @@ -28,6 +28,13 @@ unsigned int seg_not_present:1; unsigned int useable:1; #ifdef __x86_64__ + /* + * Because this bit is not present in 32-bit user code, user + * programs can pass uninitialized values here. Therefore, in + * any context in which a user_desc comes from a 32-bit program, + * the kernel must act as though lm == 0, regardless of the + * actual value. + */ unsigned int lm:1; #endif }; --- linux-lts-utopic-3.16.0.orig/arch/x86/include/uapi/asm/msr-index.h +++ linux-lts-utopic-3.16.0/arch/x86/include/uapi/asm/msr-index.h @@ -232,6 +232,7 @@ /* C1E active bits in int pending message */ #define K8_INTP_C1E_ACTIVE_MASK 0x18000000 #define MSR_K8_TSEG_ADDR 0xc0010112 +#define MSR_K8_TSEG_MASK 0xc0010113 #define K8_MTRRFIXRANGE_DRAM_ENABLE 0x00040000 /* MtrrFixDramEn bit */ #define K8_MTRRFIXRANGE_DRAM_MODIFY 0x00080000 /* MtrrFixDramModEn bit */ #define K8_MTRR_RDMEM_WRMEM_MASK 0x18181818 /* Mask: RdMem|WrMem */ --- linux-lts-utopic-3.16.0.orig/arch/x86/include/uapi/asm/vmx.h +++ linux-lts-utopic-3.16.0/arch/x86/include/uapi/asm/vmx.h @@ -67,6 +67,7 @@ #define EXIT_REASON_EPT_MISCONFIG 49 #define EXIT_REASON_INVEPT 50 #define EXIT_REASON_PREEMPTION_TIMER 52 +#define EXIT_REASON_INVVPID 53 #define EXIT_REASON_WBINVD 54 #define EXIT_REASON_XSETBV 55 #define EXIT_REASON_APIC_WRITE 56 @@ -114,6 +115,7 @@ { EXIT_REASON_EOI_INDUCED, "EOI_INDUCED" }, \ { EXIT_REASON_INVALID_STATE, "INVALID_STATE" }, \ { EXIT_REASON_INVD, "INVD" }, \ + { EXIT_REASON_INVVPID, "INVVPID" }, \ { EXIT_REASON_INVPCID, "INVPCID" } #endif /* _UAPIVMX_H */ --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/acpi/sleep.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/acpi/sleep.c @@ -16,6 +16,7 @@ #include #include +#include #include "../../realmode/rm/wakeup.h" #include "sleep.h" @@ -107,7 +108,13 @@ saved_magic = 0x123456789abcdef0L; #endif /* CONFIG_64BIT */ + /* + * Pause/unpause graph tracing around do_suspend_lowlevel as it has + * inconsistent call/return info after it jumps to the wakeup vector. + */ + pause_graph_tracing(); do_suspend_lowlevel(); + unpause_graph_tracing(); return 0; } --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/apic/apic.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/apic/apic.c @@ -366,6 +366,13 @@ apic_write(APIC_LVTT, lvtt_value); if (lvtt_value & APIC_LVT_TIMER_TSCDEADLINE) { + /* + * See Intel SDM: TSC-Deadline Mode chapter. In xAPIC mode, + * writing to the APIC LVTT and TSC_DEADLINE MSR isn't serialized. + * According to Intel, MFENCE can do the serialization here. + */ + asm volatile("mfence" : : : "memory"); + printk_once(KERN_DEBUG "TSC deadline timer enabled\n"); return; } @@ -1297,7 +1304,7 @@ unsigned int value, queued; int i, j, acked = 0; unsigned long long tsc = 0, ntsc; - long long max_loops = cpu_khz; + long long max_loops = cpu_khz ? cpu_khz : 1000000; if (cpu_has_tsc) rdtscll(tsc); @@ -1394,7 +1401,7 @@ break; } if (queued) { - if (cpu_has_tsc) { + if (cpu_has_tsc && cpu_khz) { rdtscll(ntsc); max_loops = (cpu_khz << 10) - (ntsc - tsc); } else --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/apic/io_apic.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/apic/io_apic.c @@ -3538,6 +3538,7 @@ { int pin, ioapic, irq, irq_entry; const struct cpumask *mask; + struct irq_desc *desc; struct irq_data *idata; if (skip_ioapic_setup == 1) @@ -3553,7 +3554,9 @@ if ((ioapic > 0) && (irq > 16)) continue; - idata = irq_get_irq_data(irq); + desc = irq_to_desc(irq); + raw_spin_lock_irq(&desc->lock); + idata = irq_desc_get_irq_data(desc); /* * Honour affinities which have been set in early boot @@ -3564,6 +3567,7 @@ mask = apic->target_cpus(); x86_io_apic_ops.set_affinity(idata, mask, false); + raw_spin_unlock_irq(&desc->lock); } } --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/cpu/amd.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/cpu/amd.c @@ -506,6 +506,13 @@ } #endif + /* + * This is only needed to tell the kernel whether to use VMCALL + * and VMMCALL. VMMCALL is never executed except under virt, so + * we can set it unconditionally. + */ + set_cpu_cap(c, X86_FEATURE_VMMCALL); + /* F16h erratum 793, CVE-2013-6885 */ if (c->x86 == 0x16 && c->x86_model <= 0xf) msr_set_bit(MSR_AMD64_LS_CFG, 15); --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/cpu/common.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/cpu/common.c @@ -146,6 +146,8 @@ static int __init x86_xsave_setup(char *s) { + if (strlen(s)) + return 0; setup_clear_cpu_cap(X86_FEATURE_XSAVE); setup_clear_cpu_cap(X86_FEATURE_XSAVEOPT); setup_clear_cpu_cap(X86_FEATURE_AVX); @@ -280,10 +282,9 @@ static __always_inline void setup_smap(struct cpuinfo_x86 *c) { - unsigned long eflags; + unsigned long eflags = native_save_fl(); /* This should have been cleared long ago */ - raw_local_save_flags(eflags); BUG_ON(eflags & X86_EFLAGS_AC); if (cpu_has(c, X86_FEATURE_SMAP)) { @@ -1176,7 +1177,7 @@ /* Flags to clear on syscall */ wrmsrl(MSR_SYSCALL_MASK, X86_EFLAGS_TF|X86_EFLAGS_DF|X86_EFLAGS_IF| - X86_EFLAGS_IOPL|X86_EFLAGS_AC); + X86_EFLAGS_IOPL|X86_EFLAGS_AC|X86_EFLAGS_NT); } /* @@ -1353,7 +1354,7 @@ load_sp0(t, ¤t->thread); set_tss_desc(cpu, t); load_TR_desc(); - load_LDT(&init_mm.context); + load_mm_ldt(&init_mm); clear_all_debug_regs(); dbg_restore_debug_regs(); @@ -1400,7 +1401,7 @@ load_sp0(t, thread); set_tss_desc(cpu, t); load_TR_desc(); - load_LDT(&init_mm.context); + load_mm_ldt(&init_mm); t->x86_tss.io_bitmap_base = offsetof(struct tss_struct, io_bitmap); --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/cpu/intel.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/cpu/intel.c @@ -144,6 +144,21 @@ setup_clear_cpu_cap(X86_FEATURE_ERMS); } } + + /* + * Intel Quark Core DevMan_001.pdf section 6.4.11 + * "The operating system also is required to invalidate (i.e., flush) + * the TLB when any changes are made to any of the page table entries. + * The operating system must reload CR3 to cause the TLB to be flushed" + * + * As a result cpu_has_pge() in arch/x86/include/asm/tlbflush.h should + * be false so that __flush_tlb_all() causes CR3 insted of CR4.PGE + * to be modified + */ + if (c->x86 == 5 && c->x86_model == 9) { + pr_info("Disabling PGE capability bit\n"); + setup_clear_cpu_cap(X86_FEATURE_PGE); + } } #ifdef CONFIG_X86_32 @@ -382,6 +397,13 @@ } l2 = init_intel_cacheinfo(c); + + /* Detect legacy cache sizes if init_intel_cacheinfo did not */ + if (l2 == 0) { + cpu_detect_cache_sizes(c); + l2 = c->x86_cache_size; + } + if (c->cpuid_level > 9) { unsigned eax = cpuid_eax(10); /* Check for version and the number of counters */ @@ -485,6 +507,13 @@ */ if ((c->x86 == 6) && (c->x86_model == 11) && (size == 0)) size = 256; + + /* + * Intel Quark SoC X1000 contains a 4-way set associative + * 16K cache with a 16 byte cache line and 256 lines per tag + */ + if ((c->x86 == 5) && (c->x86_model == 9)) + size = 16; return size; } #endif @@ -712,7 +741,8 @@ [3] = "OverDrive PODP5V83", [4] = "Pentium MMX", [7] = "Mobile Pentium 75 - 200", - [8] = "Mobile Pentium MMX" + [8] = "Mobile Pentium MMX", + [9] = "Quark SoC X1000", } }, { .family = 6, .model_names = --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/cpu/mcheck/mce.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/cpu/mcheck/mce.c @@ -660,6 +660,7 @@ struct pt_regs *regs) { int i, ret = 0; + char *tmp; for (i = 0; i < mca_cfg.banks; i++) { m->status = mce_rdmsrl(MSR_IA32_MCx_STATUS(i)); @@ -668,8 +669,11 @@ if (quirk_no_way_out) quirk_no_way_out(i, m, regs); } - if (mce_severity(m, mca_cfg.tolerant, msg) >= MCE_PANIC_SEVERITY) + + if (mce_severity(m, mca_cfg.tolerant, &tmp) >= MCE_PANIC_SEVERITY) { + *msg = tmp; ret = 1; + } } return ret; } @@ -1038,6 +1042,17 @@ DECLARE_BITMAP(valid_banks, MAX_NR_BANKS); char *msg = "Unknown"; + /* If this CPU is offline, just bail out. */ + if (cpu_is_offline(smp_processor_id())) { + u64 mcgstatus; + + mcgstatus = mce_rdmsrl(MSR_IA32_MCG_STATUS); + if (mcgstatus & MCG_STATUS_RIPV) { + mce_wrmsrl(MSR_IA32_MCG_STATUS, 0); + return; + } + } + this_cpu_inc(mce_exception_count); if (!cfg->banks) --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/cpu/mcheck/mce_intel.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/cpu/mcheck/mce_intel.c @@ -42,7 +42,7 @@ * cmci_discover_lock protects against parallel discovery attempts * which could race against each other. */ -static DEFINE_SPINLOCK(cmci_discover_lock); +static DEFINE_RAW_SPINLOCK(cmci_discover_lock); #define CMCI_THRESHOLD 1 #define CMCI_POLL_INTERVAL (30 * HZ) @@ -97,6 +97,27 @@ per_cpu(cmci_storm_state, cpu) = CMCI_STORM_NONE; } +static void cmci_toggle_interrupt_mode(bool on) +{ + unsigned long flags, *owned; + int bank; + u64 val; + + raw_spin_lock_irqsave(&cmci_discover_lock, flags); + owned = __get_cpu_var(mce_banks_owned); + for_each_set_bit(bank, owned, MAX_NR_BANKS) { + rdmsrl(MSR_IA32_MCx_CTL2(bank), val); + + if (on) + val |= MCI_CTL2_CMCI_EN; + else + val &= ~MCI_CTL2_CMCI_EN; + + wrmsrl(MSR_IA32_MCx_CTL2(bank), val); + } + raw_spin_unlock_irqrestore(&cmci_discover_lock, flags); +} + unsigned long mce_intel_adjust_timer(unsigned long interval) { int r; @@ -125,7 +146,7 @@ */ if (!atomic_read(&cmci_storm_on_cpus)) { __this_cpu_write(cmci_storm_state, CMCI_STORM_NONE); - cmci_reenable(); + cmci_toggle_interrupt_mode(true); cmci_recheck(); } return CMCI_POLL_INTERVAL; @@ -138,22 +159,6 @@ } } -static void cmci_storm_disable_banks(void) -{ - unsigned long flags, *owned; - int bank; - u64 val; - - spin_lock_irqsave(&cmci_discover_lock, flags); - owned = __get_cpu_var(mce_banks_owned); - for_each_set_bit(bank, owned, MAX_NR_BANKS) { - rdmsrl(MSR_IA32_MCx_CTL2(bank), val); - val &= ~MCI_CTL2_CMCI_EN; - wrmsrl(MSR_IA32_MCx_CTL2(bank), val); - } - spin_unlock_irqrestore(&cmci_discover_lock, flags); -} - static bool cmci_storm_detect(void) { unsigned int cnt = __this_cpu_read(cmci_storm_cnt); @@ -175,7 +180,7 @@ if (cnt <= CMCI_STORM_THRESHOLD) return false; - cmci_storm_disable_banks(); + cmci_toggle_interrupt_mode(false); __this_cpu_write(cmci_storm_state, CMCI_STORM_ACTIVE); r = atomic_add_return(1, &cmci_storm_on_cpus); mce_timer_kick(CMCI_POLL_INTERVAL); @@ -211,7 +216,7 @@ int i; int bios_wrong_thresh = 0; - spin_lock_irqsave(&cmci_discover_lock, flags); + raw_spin_lock_irqsave(&cmci_discover_lock, flags); for (i = 0; i < banks; i++) { u64 val; int bios_zero_thresh = 0; @@ -266,7 +271,7 @@ WARN_ON(!test_bit(i, __get_cpu_var(mce_poll_banks))); } } - spin_unlock_irqrestore(&cmci_discover_lock, flags); + raw_spin_unlock_irqrestore(&cmci_discover_lock, flags); if (mca_cfg.bios_cmci_threshold && bios_wrong_thresh) { pr_info_once( "bios_cmci_threshold: Some banks do not have valid thresholds set\n"); @@ -316,10 +321,10 @@ if (!cmci_supported(&banks)) return; - spin_lock_irqsave(&cmci_discover_lock, flags); + raw_spin_lock_irqsave(&cmci_discover_lock, flags); for (i = 0; i < banks; i++) __cmci_disable_bank(i); - spin_unlock_irqrestore(&cmci_discover_lock, flags); + raw_spin_unlock_irqrestore(&cmci_discover_lock, flags); } static void cmci_rediscover_work_func(void *arg) @@ -360,9 +365,9 @@ if (!cmci_supported(&banks)) return; - spin_lock_irqsave(&cmci_discover_lock, flags); + raw_spin_lock_irqsave(&cmci_discover_lock, flags); __cmci_disable_bank(bank); - spin_unlock_irqrestore(&cmci_discover_lock, flags); + raw_spin_unlock_irqrestore(&cmci_discover_lock, flags); } static void intel_init_cmci(void) --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/cpu/microcode/amd_early.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/cpu/microcode/amd_early.c @@ -108,12 +108,13 @@ * load_microcode_amd() to save equivalent cpu table and microcode patches in * kernel heap memory. */ -static void apply_ucode_in_initrd(void *ucode, size_t size) +static void apply_ucode_in_initrd(void *ucode, size_t size, bool save_patch) { struct equiv_cpu_entry *eq; size_t *cont_sz; u32 *header; u8 *data, **cont; + u8 (*patch)[PATCH_MAX_SIZE]; u16 eq_id = 0; int offset, left; u32 rev, eax, ebx, ecx, edx; @@ -123,10 +124,12 @@ new_rev = (u32 *)__pa_nodebug(&ucode_new_rev); cont_sz = (size_t *)__pa_nodebug(&container_size); cont = (u8 **)__pa_nodebug(&container); + patch = (u8 (*)[PATCH_MAX_SIZE])__pa_nodebug(&amd_ucode_patch); #else new_rev = &ucode_new_rev; cont_sz = &container_size; cont = &container; + patch = &amd_ucode_patch; #endif data = ucode; @@ -213,9 +216,9 @@ rev = mc->hdr.patch_id; *new_rev = rev; - /* save ucode patch */ - memcpy(amd_ucode_patch, mc, - min_t(u32, header[1], PATCH_MAX_SIZE)); + if (save_patch) + memcpy(patch, mc, + min_t(u32, header[1], PATCH_MAX_SIZE)); } } @@ -246,7 +249,7 @@ *data = cp.data; *size = cp.size; - apply_ucode_in_initrd(cp.data, cp.size); + apply_ucode_in_initrd(cp.data, cp.size, true); } #ifdef CONFIG_X86_32 @@ -263,7 +266,7 @@ size_t *usize; void **ucode; - mc = (struct microcode_amd *)__pa(amd_ucode_patch); + mc = (struct microcode_amd *)__pa_nodebug(amd_ucode_patch); if (mc->hdr.patch_id && mc->hdr.processor_rev_id) { __apply_microcode_amd(mc); return; @@ -275,7 +278,7 @@ if (!*ucode || !*usize) return; - apply_ucode_in_initrd(*ucode, *usize); + apply_ucode_in_initrd(*ucode, *usize, false); } static void __init collect_cpu_sig_on_bsp(void *arg) @@ -339,7 +342,7 @@ * AP has a different equivalence ID than BSP, looks like * mixed-steppings silicon so go through the ucode blob anew. */ - apply_ucode_in_initrd(ucode_cpio.data, ucode_cpio.size); + apply_ucode_in_initrd(ucode_cpio.data, ucode_cpio.size, false); } } #endif @@ -347,7 +350,9 @@ int __init save_microcode_in_initrd_amd(void) { unsigned long cont; + int retval = 0; enum ucode_state ret; + u8 *cont_va; u32 eax; if (!container) @@ -355,13 +360,15 @@ #ifdef CONFIG_X86_32 get_bsp_sig(); - cont = (unsigned long)container; + cont = (unsigned long)container; + cont_va = __va(container); #else /* * We need the physical address of the container for both bitness since * boot_params.hdr.ramdisk_image is a physical address. */ - cont = __pa(container); + cont = __pa(container); + cont_va = container; #endif /* @@ -372,6 +379,8 @@ if (relocated_ramdisk) container = (u8 *)(__va(relocated_ramdisk) + (cont - boot_params.hdr.ramdisk_image)); + else + container = cont_va; if (ucode_new_rev) pr_info("microcode: updated early to new patch_level=0x%08x\n", @@ -382,7 +391,7 @@ ret = load_microcode_amd(eax, container, container_size); if (ret != UCODE_OK) - return -EINVAL; + retval = -EINVAL; /* * This will be freed any msec now, stash patches for the current @@ -391,5 +400,5 @@ container = NULL; container_size = 0; - return 0; + return retval; } --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/cpu/microcode/intel_early.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/cpu/microcode/intel_early.c @@ -321,7 +321,7 @@ unsigned int mc_saved_count = mc_saved_data->mc_saved_count; int i; - while (leftover) { + while (leftover && mc_saved_count < ARRAY_SIZE(mc_saved_tmp)) { mc_header = (struct microcode_header_intel *)ucode_ptr; mc_size = get_totalsize(mc_header); --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/cpu/mshyperv.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/cpu/mshyperv.c @@ -107,6 +107,7 @@ .rating = 400, /* use this when running on Hyperv*/ .read = read_hv_clock, .mask = CLOCKSOURCE_MASK(64), + .flags = CLOCK_SOURCE_IS_CONTINUOUS, }; static void __init ms_hyperv_init_platform(void) @@ -142,6 +143,7 @@ no_timer_check = 1; #endif + mark_tsc_unstable("running on Hyper-V"); } const __refconst struct hypervisor_x86 x86_hyper_ms_hyperv = { --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/cpu/perf_event.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/cpu/perf_event.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include @@ -1385,6 +1386,7 @@ { struct device_attribute *d; struct perf_pmu_events_attr *pmu_attr; + int offset = 0; int i, j; for (i = 0; attrs[i]; i++) { @@ -1393,7 +1395,7 @@ /* str trumps id */ if (pmu_attr->event_str) continue; - if (x86_pmu.event_map(i)) + if (x86_pmu.event_map(i + offset)) continue; for (j = i; attrs[j]; j++) @@ -1401,6 +1403,14 @@ /* Check the shifted attr. */ i--; + + /* + * event_map() is index based, the attrs array is organized + * by increasing event index. If we shift the events, then + * we need to compensate for the event_map(), otherwise + * we are looking up the wrong event in the map + */ + offset++; } } @@ -1984,21 +1994,25 @@ int idx = segment >> 3; if ((segment & SEGMENT_TI_MASK) == SEGMENT_LDT) { + struct ldt_struct *ldt; + if (idx > LDT_ENTRIES) return 0; - if (idx > current->active_mm->context.size) + /* IRQs are off, so this synchronizes with smp_store_release */ + ldt = lockless_dereference(current->active_mm->context.ldt); + if (!ldt || idx > ldt->size) return 0; - desc = current->active_mm->context.ldt; + desc = &ldt->entries[idx]; } else { if (idx > GDT_ENTRIES) return 0; - desc = __this_cpu_ptr(&gdt_page.gdt[0]); + desc = __this_cpu_ptr(&gdt_page.gdt[0]) + idx; } - return get_desc_base(desc + idx); + return get_desc_base(desc); } #ifdef CONFIG_COMPAT --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/cpu/perf_event_intel_rapl.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/cpu/perf_event_intel_rapl.c @@ -664,6 +664,7 @@ break; case 60: /* Haswell */ case 69: /* Haswell-Celeron */ + case 61: /* Broadwell */ rapl_cntr_mask = RAPL_IDX_HSW; rapl_pmu_events_group.attrs = rapl_events_hsw_attr; break; --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/cpu/perf_event_intel_uncore.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/cpu/perf_event_intel_uncore.c @@ -3249,6 +3249,17 @@ return box; } +/* + * Using uncore_pmu_event_init pmu event_init callback + * as a detection point for uncore events. + */ +static int uncore_pmu_event_init(struct perf_event *event); + +static bool is_uncore_event(struct perf_event *event) +{ + return event->pmu->event_init == uncore_pmu_event_init; +} + static int uncore_collect_events(struct intel_uncore_box *box, struct perf_event *leader, bool dogrp) { @@ -3263,13 +3274,18 @@ return -EINVAL; n = box->n_events; - box->event_list[n] = leader; - n++; + + if (is_uncore_event(leader)) { + box->event_list[n] = leader; + n++; + } + if (!dogrp) return n; list_for_each_entry(event, &leader->sibling_list, group_entry) { - if (event->state <= PERF_EVENT_STATE_OFF) + if (!is_uncore_event(event) || + event->state <= PERF_EVENT_STATE_OFF) continue; if (n >= max_count) --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/dumpstack_64.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/dumpstack_64.c @@ -24,7 +24,6 @@ [ DEBUG_STACK-1 ] = "#DB", [ NMI_STACK-1 ] = "NMI", [ DOUBLEFAULT_STACK-1 ] = "#DF", - [ STACKFAULT_STACK-1 ] = "#SS", [ MCE_STACK-1 ] = "#MC", #if DEBUG_STKSZ > EXCEPTION_STKSZ [ N_EXCEPTION_STACKS ... --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/entry_64.S +++ linux-lts-utopic-3.16.0/arch/x86/kernel/entry_64.S @@ -335,11 +335,14 @@ testl $3, CS-ARGOFFSET(%rsp) # from kernel_thread? jz 1f - testl $_TIF_IA32, TI_flags(%rcx) # 32-bit compat task needs IRET - jnz int_ret_from_sys_call - - RESTORE_TOP_OF_STACK %rdi, -ARGOFFSET - jmp ret_from_sys_call # go to the SYSRET fastpath + /* + * By the time we get here, we have no idea whether our pt_regs, + * ti flags, and ti status came from the 64-bit SYSCALL fast path, + * the slow path, or one of the ia32entry paths. + * Use int_ret_from_sys_call to return, since it can safely handle + * all of the above. + */ + jmp int_ret_from_sys_call 1: subq $REST_SKIP, %rsp # leave space for volatiles @@ -842,9 +845,15 @@ jnz native_irq_return_ldt #endif +.global native_irq_return_iret native_irq_return_iret: + /* + * This may fault. Non-paranoid faults on return to userspace are + * handled by fixup_bad_iret. These include #SS, #GP, and #NP. + * Double-faults due to espfix64 are handled in do_double_fault. + * Other faults here are fatal. + */ iretq - _ASM_EXTABLE(native_irq_return_iret, bad_iret) #ifdef CONFIG_X86_ESPFIX64 native_irq_return_ldt: @@ -872,25 +881,6 @@ jmp native_irq_return_iret #endif - .section .fixup,"ax" -bad_iret: - /* - * The iret traps when the %cs or %ss being restored is bogus. - * We've lost the original trap vector and error code. - * #GPF is the most likely one to get for an invalid selector. - * So pretend we completed the iret and took the #GPF in user mode. - * - * We are now running with the kernel GS after exception recovery. - * But error_entry expects us to have user GS to match the user %cs, - * so swap back. - */ - pushq $0 - - SWAPGS - jmp general_protection - - .previous - /* edi: workmask, edx: work */ retint_careful: CFI_RESTORE_STATE @@ -936,37 +926,6 @@ CFI_ENDPROC END(common_interrupt) - /* - * If IRET takes a fault on the espfix stack, then we - * end up promoting it to a doublefault. In that case, - * modify the stack to make it look like we just entered - * the #GP handler from user space, similar to bad_iret. - */ -#ifdef CONFIG_X86_ESPFIX64 - ALIGN -__do_double_fault: - XCPT_FRAME 1 RDI+8 - movq RSP(%rdi),%rax /* Trap on the espfix stack? */ - sarq $PGDIR_SHIFT,%rax - cmpl $ESPFIX_PGD_ENTRY,%eax - jne do_double_fault /* No, just deliver the fault */ - cmpl $__KERNEL_CS,CS(%rdi) - jne do_double_fault - movq RIP(%rdi),%rax - cmpq $native_irq_return_iret,%rax - jne do_double_fault /* This shouldn't happen... */ - movq PER_CPU_VAR(kernel_stack),%rax - subq $(6*8-KERNEL_STACK_OFFSET),%rax /* Reset to original stack */ - movq %rax,RSP(%rdi) - movq $0,(%rax) /* Missing (lost) #GP error code */ - movq $general_protection,RIP(%rdi) - retq - CFI_ENDPROC -END(__do_double_fault) -#else -# define __do_double_fault do_double_fault -#endif - /* * APIC interrupts. */ @@ -1138,7 +1097,7 @@ idtentry bounds do_bounds has_error_code=0 idtentry invalid_op do_invalid_op has_error_code=0 idtentry device_not_available do_device_not_available has_error_code=0 -idtentry double_fault __do_double_fault has_error_code=1 paranoid=1 +idtentry double_fault do_double_fault has_error_code=1 paranoid=1 idtentry coprocessor_segment_overrun do_coprocessor_segment_overrun has_error_code=0 idtentry invalid_TSS do_invalid_TSS has_error_code=1 idtentry segment_not_present do_segment_not_present has_error_code=1 @@ -1303,7 +1262,7 @@ idtentry debug do_debug has_error_code=0 paranoid=1 shift_ist=DEBUG_STACK idtentry int3 do_int3 has_error_code=0 paranoid=1 shift_ist=DEBUG_STACK -idtentry stack_segment do_stack_segment has_error_code=1 paranoid=1 +idtentry stack_segment do_stack_segment has_error_code=1 #ifdef CONFIG_XEN idtentry xen_debug do_debug has_error_code=0 idtentry xen_int3 do_int3 has_error_code=0 @@ -1413,16 +1372,15 @@ /* * There are two places in the kernel that can potentially fault with - * usergs. Handle them here. The exception handlers after iret run with - * kernel gs again, so don't set the user space flag. B stepping K8s - * sometimes report an truncated RIP for IRET exceptions returning to - * compat mode. Check for these here too. + * usergs. Handle them here. B stepping K8s sometimes report a + * truncated RIP for IRET exceptions returning to compat mode. Check + * for these here too. */ error_kernelspace: incl %ebx leaq native_irq_return_iret(%rip),%rcx cmpq %rcx,RIP+8(%rsp) - je error_swapgs + je error_bad_iret movl %ecx,%eax /* zero extend */ cmpq %rax,RIP+8(%rsp) je bstep_iret @@ -1433,7 +1391,15 @@ bstep_iret: /* Fix truncated RIP */ movq %rcx,RIP+8(%rsp) - jmp error_swapgs + /* fall through */ + +error_bad_iret: + SWAPGS + mov %rsp,%rdi + call fixup_bad_iret + mov %rax,%rsp + decl %ebx /* Return to usergs */ + jmp error_sti CFI_ENDPROC END(error_entry) @@ -1457,22 +1423,21 @@ CFI_ENDPROC END(error_exit) -/* - * Test if a given stack is an NMI stack or not. - */ - .macro test_in_nmi reg stack nmi_ret normal_ret - cmpq %\reg, \stack - ja \normal_ret - subq $EXCEPTION_STKSZ, %\reg - cmpq %\reg, \stack - jb \normal_ret - jmp \nmi_ret - .endm - - /* runs on exception stack */ +/* Runs on exception stack */ ENTRY(nmi) INTR_FRAME + /* + * Fix up the exception frame if we're on Xen. + * PARAVIRT_ADJUST_EXCEPTION_FRAME is guaranteed to push at most + * one value to the stack on native, so it may clobber the rdx + * scratch slot, but it won't clobber any of the important + * slots past it. + * + * Xen is a different story, because the Xen frame itself overlaps + * the "NMI executing" variable. + */ PARAVIRT_ADJUST_EXCEPTION_FRAME + /* * We allow breakpoints in NMIs. If a breakpoint occurs, then * the iretq it performs will take us out of NMI context. @@ -1490,11 +1455,12 @@ * If the variable is not set and the stack is not the NMI * stack then: * o Set the special variable on the stack - * o Copy the interrupt frame into a "saved" location on the stack - * o Copy the interrupt frame into a "copy" location on the stack + * o Copy the interrupt frame into an "outermost" location on the + * stack + * o Copy the interrupt frame into an "iret" location on the stack * o Continue processing the NMI * If the variable is set or the previous stack is the NMI stack: - * o Modify the "copy" location to jump to the repeate_nmi + * o Modify the "iret" location to jump to the repeat_nmi * o return back to the first NMI * * Now on exit of the first NMI, we first clear the stack variable @@ -1503,52 +1469,197 @@ * a nested NMI that updated the copy interrupt stack frame, a * jump will be made to the repeat_nmi code that will handle the second * NMI. + * + * However, espfix prevents us from directly returning to userspace + * with a single IRET instruction. Similarly, IRET to user mode + * can fault. We therefore handle NMIs from user space like + * other IST entries. */ /* Use %rdx as out temp variable throughout */ pushq_cfi %rdx CFI_REL_OFFSET rdx, 0 + testb $3, CS-RIP+8(%rsp) + jz .Lnmi_from_kernel + + /* + * NMI from user mode. We need to run on the thread stack, but we + * can't go through the normal entry paths: NMIs are masked, and + * we don't want to enable interrupts, because then we'll end + * up in an awkward situation in which IRQs are on but NMIs + * are off. + * + * We also must not push anything to the stack before switching + * stacks lest we corrupt the "NMI executing" variable. + */ + + SWAPGS_UNSAFE_STACK + cld + movq %rsp, %rdx + movq PER_CPU_VAR(kernel_stack), %rsp + addq $KERNEL_STACK_OFFSET, %rsp + pushq 5*8(%rdx) /* pt_regs->ss */ + pushq 4*8(%rdx) /* pt_regs->rsp */ + pushq 3*8(%rdx) /* pt_regs->flags */ + pushq 2*8(%rdx) /* pt_regs->cs */ + pushq 1*8(%rdx) /* pt_regs->rip */ + pushq $-1 /* pt_regs->orig_ax */ + pushq %rdi /* pt_regs->di */ + pushq %rsi /* pt_regs->si */ + pushq (%rdx) /* pt_regs->dx */ + pushq %rcx /* pt_regs->cx */ + pushq %rax /* pt_regs->ax */ + pushq %r8 /* pt_regs->r8 */ + pushq %r9 /* pt_regs->r9 */ + pushq %r10 /* pt_regs->r10 */ + pushq %r11 /* pt_regs->r11 */ + pushq %rbx /* pt_regs->rbx */ + pushq %rbp /* pt_regs->rbp */ + pushq %r12 /* pt_regs->r12 */ + pushq %r13 /* pt_regs->r13 */ + pushq %r14 /* pt_regs->r14 */ + pushq %r15 /* pt_regs->r15 */ + + /* + * At this point we no longer need to worry about stack damage + * due to nesting -- we're on the normal thread stack and we're + * done with the NMI stack. + */ + + movq %rsp, %rdi + movq $-1, %rsi + call do_nmi + + /* + * Return back to user mode. We must *not* do the normal exit + * work, because we don't want to enable interrupts. Fortunately, + * do_nmi doesn't modify pt_regs. + */ + SWAPGS + /* - * If %cs was not the kernel segment, then the NMI triggered in user - * space, which means it is definitely not nested. + * Open-code the entire return process for compatibility with varying + * register layouts across different kernel versions. + */ + addq $6*8, %rsp /* skip bx, bp, and r12-r15 */ + popq %r11 /* pt_regs->r11 */ + popq %r10 /* pt_regs->r10 */ + popq %r9 /* pt_regs->r9 */ + popq %r8 /* pt_regs->r8 */ + popq %rax /* pt_regs->ax */ + popq %rcx /* pt_regs->cx */ + popq %rdx /* pt_regs->dx */ + popq %rsi /* pt_regs->si */ + popq %rdi /* pt_regs->di */ + addq $8, %rsp /* skip orig_ax */ + INTERRUPT_RETURN + +.Lnmi_from_kernel: + /* + * Here's what our stack frame will look like: + * +---------------------------------------------------------+ + * | original SS | + * | original Return RSP | + * | original RFLAGS | + * | original CS | + * | original RIP | + * +---------------------------------------------------------+ + * | temp storage for rdx | + * +---------------------------------------------------------+ + * | "NMI executing" variable | + * +---------------------------------------------------------+ + * | iret SS } Copied from "outermost" frame | + * | iret Return RSP } on each loop iteration; overwritten | + * | iret RFLAGS } by a nested NMI to force another | + * | iret CS } iteration if needed. | + * | iret RIP } | + * +---------------------------------------------------------+ + * | outermost SS } initialized in first_nmi; | + * | outermost Return RSP } will not be changed before | + * | outermost RFLAGS } NMI processing is done. | + * | outermost CS } Copied to "iret" frame on each | + * | outermost RIP } iteration. | + * +---------------------------------------------------------+ + * | pt_regs | + * +---------------------------------------------------------+ + * + * The "original" frame is used by hardware. Before re-enabling + * NMIs, we need to be done with it, and we need to leave enough + * space for the asm code here. + * + * We return by executing IRET while RSP points to the "iret" frame. + * That will either return for real or it will loop back into NMI + * processing. + * + * The "outermost" frame is copied to the "iret" frame on each + * iteration of the loop, so each iteration starts with the "iret" + * frame pointing to the final return target. */ - cmpl $__KERNEL_CS, 16(%rsp) - jne first_nmi /* - * Check the special variable on the stack to see if NMIs are - * executing. + * Determine whether we're a nested NMI. + * + * If we interrupted kernel code between repeat_nmi and + * end_repeat_nmi, then we are a nested NMI. We must not + * modify the "iret" frame because it's being written by + * the outer NMI. That's okay: the outer NMI handler is + * about to about to call do_nmi anyway, so we can just + * resume the outer NMI. + */ + + movq $repeat_nmi, %rdx + cmpq 8(%rsp), %rdx + ja 1f + movq $end_repeat_nmi, %rdx + cmpq 8(%rsp), %rdx + ja nested_nmi_out +1: + + /* + * Now check "NMI executing". If it's set, then we're nested. + * This will not detect if we interrupted an outer NMI just + * before IRET. */ cmpl $1, -8(%rsp) je nested_nmi /* - * Now test if the previous stack was an NMI stack. - * We need the double check. We check the NMI stack to satisfy the - * race when the first NMI clears the variable before returning. - * We check the variable because the first NMI could be in a - * breakpoint routine using a breakpoint stack. - */ - lea 6*8(%rsp), %rdx - test_in_nmi rdx, 4*8(%rsp), nested_nmi, first_nmi + * Now test if the previous stack was an NMI stack. This covers + * the case where we interrupt an outer NMI after it clears + * "NMI executing" but before IRET. We need to be careful, though: + * there is one case in which RSP could point to the NMI stack + * despite there being no NMI active: naughty userspace controls + * RSP at the very beginning of the SYSCALL targets. We can + * pull a fast one on naughty userspace, though: we program + * SYSCALL to mask DF, so userspace cannot cause DF to be set + * if it controls the kernel's RSP. We set DF before we clear + * "NMI executing". + */ + lea 6*8(%rsp), %rdx + /* Compare the NMI stack (rdx) with the stack we came from (4*8(%rsp)) */ + cmpq %rdx, 4*8(%rsp) + /* If the stack pointer is above the NMI stack, this is a normal NMI */ + ja first_nmi + subq $EXCEPTION_STKSZ, %rdx + cmpq %rdx, 4*8(%rsp) + /* If it is below the NMI stack, it is a normal NMI */ + jb first_nmi + + /* Ah, it is within the NMI stack. */ + + testb $(X86_EFLAGS_DF >> 8), (3*8 + 1)(%rsp) + jz first_nmi /* RSP was user controlled. */ + CFI_REMEMBER_STATE + /* This is a nested NMI. */ + nested_nmi: /* - * Do nothing if we interrupted the fixup in repeat_nmi. - * It's about to repeat the NMI handler, so we are fine - * with ignoring this one. - */ - movq $repeat_nmi, %rdx - cmpq 8(%rsp), %rdx - ja 1f - movq $end_repeat_nmi, %rdx - cmpq 8(%rsp), %rdx - ja nested_nmi_out - -1: - /* Set up the interrupted NMIs stack to jump to repeat_nmi */ + * Modify the "iret" frame to point to repeat_nmi, forcing another + * iteration of NMI handling. + */ leaq -1*8(%rsp), %rdx movq %rdx, %rsp CFI_ADJUST_CFA_OFFSET 1*8 @@ -1567,60 +1678,23 @@ popq_cfi %rdx CFI_RESTORE rdx - /* No need to check faults here */ + /* We are returning to kernel mode, so this cannot result in a fault. */ INTERRUPT_RETURN CFI_RESTORE_STATE first_nmi: - /* - * Because nested NMIs will use the pushed location that we - * stored in rdx, we must keep that space available. - * Here's what our stack frame will look like: - * +-------------------------+ - * | original SS | - * | original Return RSP | - * | original RFLAGS | - * | original CS | - * | original RIP | - * +-------------------------+ - * | temp storage for rdx | - * +-------------------------+ - * | NMI executing variable | - * +-------------------------+ - * | copied SS | - * | copied Return RSP | - * | copied RFLAGS | - * | copied CS | - * | copied RIP | - * +-------------------------+ - * | Saved SS | - * | Saved Return RSP | - * | Saved RFLAGS | - * | Saved CS | - * | Saved RIP | - * +-------------------------+ - * | pt_regs | - * +-------------------------+ - * - * The saved stack frame is used to fix up the copied stack frame - * that a nested NMI may change to make the interrupted NMI iret jump - * to the repeat_nmi. The original stack frame and the temp storage - * is also used by nested NMIs and can not be trusted on exit. - */ - /* Do not pop rdx, nested NMIs will corrupt that part of the stack */ + /* Restore rdx. */ movq (%rsp), %rdx CFI_RESTORE rdx - /* Set the NMI executing variable on the stack. */ + /* Set "NMI executing" on the stack. */ pushq_cfi $1 - /* - * Leave room for the "copied" frame - */ + /* Leave room for the "iret" frame */ subq $(5*8), %rsp CFI_ADJUST_CFA_OFFSET 5*8 - /* Copy the stack frame to the Saved frame */ + /* Copy the "original" frame to the "outermost" frame */ .rept 5 pushq_cfi 11*8(%rsp) .endr @@ -1628,6 +1702,7 @@ /* Everything up to here is safe from nested NMIs */ +repeat_nmi: /* * If there was a nested NMI, the first NMI's iret will return * here. But NMIs are still enabled and we can take another @@ -1636,16 +1711,21 @@ * it will just return, as we are about to repeat an NMI anyway. * This makes it safe to copy to the stack frame that a nested * NMI will update. - */ -repeat_nmi: - /* - * Update the stack variable to say we are still in NMI (the update - * is benign for the non-repeat case, where 1 was pushed just above - * to this very stack slot). + * + * RSP is pointing to "outermost RIP". gsbase is unknown, but, if + * we're repeating an NMI, gsbase has the same value that it had on + * the first iteration. paranoid_entry will load the kernel + * gsbase if needed before we call do_nmi. + * + * Set "NMI executing" in case we came back here via IRET. */ movq $1, 10*8(%rsp) - /* Make another copy, this one may be modified by nested NMIs */ + /* + * Copy the "outermost" frame to the "iret" frame. NMIs that nest + * here must not modify the "iret" frame while we're writing to + * it or it will end up containing garbage. + */ addq $(10*8), %rsp CFI_ADJUST_CFA_OFFSET -10*8 .rept 5 @@ -1656,9 +1736,9 @@ end_repeat_nmi: /* - * Everything below this point can be preempted by a nested - * NMI if the first NMI took an exception and reset our iret stack - * so that we repeat another NMI. + * Everything below this point can be preempted by a nested NMI. + * If this happens, then the inner NMI will change the "iret" + * frame to point back to repeat_nmi. */ pushq_cfi $-1 /* ORIG_RAX: no syscall to restart */ subq $ORIG_RAX-R15, %rsp @@ -1673,39 +1753,35 @@ call save_paranoid DEFAULT_FRAME 0 - /* - * Save off the CR2 register. If we take a page fault in the NMI then - * it could corrupt the CR2 value. If the NMI preempts a page fault - * handler before it was able to read the CR2 register, and then the - * NMI itself takes a page fault, the page fault that was preempted - * will read the information from the NMI page fault and not the - * origin fault. Save it off and restore it if it changes. - * Use the r12 callee-saved register. - */ - movq %cr2, %r12 - /* paranoidentry do_nmi, 0; without TRACE_IRQS_OFF */ movq %rsp,%rdi movq $-1,%rsi call do_nmi - /* Did the NMI take a page fault? Restore cr2 if it did */ - movq %cr2, %rcx - cmpq %rcx, %r12 - je 1f - movq %r12, %cr2 -1: - testl %ebx,%ebx /* swapgs needed? */ jnz nmi_restore nmi_swapgs: SWAPGS_UNSAFE_STACK nmi_restore: - /* Pop the extra iret frame at once */ + RESTORE_ALL 6*8 - /* Clear the NMI executing stack variable */ - movq $0, 5*8(%rsp) + /* + * Clear "NMI executing". Set DF first so that we can easily + * distinguish the remaining code between here and IRET from + * the SYSCALL entry and exit paths. On a native kernel, we + * could just inspect RIP, but, on paravirt kernels, + * INTERRUPT_RETURN can translate into a jump into a + * hypercall page. + */ + std + movq $0, 5*8(%rsp) /* clear "NMI executing" */ + + /* + * INTERRUPT_RETURN reads the "iret" frame and exits the NMI + * stack in a single instruction. We are returning to kernel + * mode, so this cannot result in a fault. + */ jmp irq_return CFI_ENDPROC END(nmi) --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/head64.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/head64.c @@ -162,7 +162,7 @@ clear_bss(); for (i = 0; i < NUM_EXCEPTION_VECTORS; i++) - set_intr_gate(i, early_idt_handlers[i]); + set_intr_gate(i, early_idt_handler_array[i]); load_idt((const struct desc_ptr *)&idt_descr); copy_bootdata(__va(real_mode_data)); --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/head_32.S +++ linux-lts-utopic-3.16.0/arch/x86/kernel/head_32.S @@ -477,21 +477,22 @@ __INIT setup_once: /* - * Set up a idt with 256 entries pointing to ignore_int, - * interrupt gates. It doesn't actually load idt - that needs - * to be done on each CPU. Interrupts are enabled elsewhere, - * when we can be relatively sure everything is ok. + * Set up a idt with 256 interrupt gates that push zero if there + * is no error code and then jump to early_idt_handler_common. + * It doesn't actually load the idt - that needs to be done on + * each CPU. Interrupts are enabled elsewhere, when we can be + * relatively sure everything is ok. */ movl $idt_table,%edi - movl $early_idt_handlers,%eax + movl $early_idt_handler_array,%eax movl $NUM_EXCEPTION_VECTORS,%ecx 1: movl %eax,(%edi) movl %eax,4(%edi) /* interrupt gate, dpl=0, present */ movl $(0x8E000000 + __KERNEL_CS),2(%edi) - addl $9,%eax + addl $EARLY_IDT_HANDLER_SIZE,%eax addl $8,%edi loop 1b @@ -523,26 +524,28 @@ andl $0,setup_once_ref /* Once is enough, thanks */ ret -ENTRY(early_idt_handlers) +ENTRY(early_idt_handler_array) # 36(%esp) %eflags # 32(%esp) %cs # 28(%esp) %eip # 24(%rsp) error code i = 0 .rept NUM_EXCEPTION_VECTORS - .if (EXCEPTION_ERRCODE_MASK >> i) & 1 - ASM_NOP2 - .else + .ifeq (EXCEPTION_ERRCODE_MASK >> i) & 1 pushl $0 # Dummy error code, to make stack frame uniform .endif pushl $i # 20(%esp) Vector number - jmp early_idt_handler + jmp early_idt_handler_common i = i + 1 + .fill early_idt_handler_array + i*EARLY_IDT_HANDLER_SIZE - ., 1, 0xcc .endr -ENDPROC(early_idt_handlers) +ENDPROC(early_idt_handler_array) - /* This is global to keep gas from relaxing the jumps */ -ENTRY(early_idt_handler) +early_idt_handler_common: + /* + * The stack is the hardware frame, an error code or zero, and the + * vector number. + */ cld cmpl $2,(%esp) # X86_TRAP_NMI @@ -602,7 +605,7 @@ is_nmi: addl $8,%esp /* drop vector number and error code */ iret -ENDPROC(early_idt_handler) +ENDPROC(early_idt_handler_common) /* This is the default interrupt "handler" :-) */ ALIGN --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/head_64.S +++ linux-lts-utopic-3.16.0/arch/x86/kernel/head_64.S @@ -65,6 +65,9 @@ * tables and then reload them. */ + /* Sanitize CPU configuration */ + call verify_cpu + /* * Compute the delta between the address I am compiled to run at and the * address I am actually running at. @@ -174,6 +177,9 @@ * after the boot processor executes this code. */ + /* Sanitize CPU configuration */ + call verify_cpu + movq $(init_level4_pgt - __START_KERNEL_map), %rax 1: @@ -288,6 +294,8 @@ pushq %rax # target address in negative space lretq +#include "verify_cpu.S" + #ifdef CONFIG_HOTPLUG_CPU /* * Boot CPU0 entry point. It's called from play_dead(). Everything has been set @@ -321,26 +329,28 @@ jmp bad_address __INIT - .globl early_idt_handlers -early_idt_handlers: +ENTRY(early_idt_handler_array) # 104(%rsp) %rflags # 96(%rsp) %cs # 88(%rsp) %rip # 80(%rsp) error code i = 0 .rept NUM_EXCEPTION_VECTORS - .if (EXCEPTION_ERRCODE_MASK >> i) & 1 - ASM_NOP2 - .else + .ifeq (EXCEPTION_ERRCODE_MASK >> i) & 1 pushq $0 # Dummy error code, to make stack frame uniform .endif pushq $i # 72(%rsp) Vector number - jmp early_idt_handler + jmp early_idt_handler_common i = i + 1 + .fill early_idt_handler_array + i*EARLY_IDT_HANDLER_SIZE - ., 1, 0xcc .endr +ENDPROC(early_idt_handler_array) -/* This is global to keep gas from relaxing the jumps */ -ENTRY(early_idt_handler) +early_idt_handler_common: + /* + * The stack is the hardware frame, an error code or zero, and the + * vector number. + */ cld cmpl $2,(%rsp) # X86_TRAP_NMI @@ -412,7 +422,7 @@ is_nmi: addq $16,%rsp # drop vector number and error code INTERRUPT_RETURN -ENDPROC(early_idt_handler) +ENDPROC(early_idt_handler_common) __INITDATA --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/iosf_mbi.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/iosf_mbi.c @@ -26,6 +26,7 @@ #include #define PCI_DEVICE_ID_BAYTRAIL 0x0F00 +#define PCI_DEVICE_ID_BRASWELL 0x2280 #define PCI_DEVICE_ID_QUARK_X1000 0x0958 static DEFINE_SPINLOCK(iosf_mbi_lock); @@ -204,6 +205,7 @@ static DEFINE_PCI_DEVICE_TABLE(iosf_mbi_pci_ids) = { { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_BAYTRAIL) }, + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_BRASWELL) }, { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_QUARK_X1000) }, { 0, }, }; --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/irq.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/irq.c @@ -127,7 +127,7 @@ seq_printf(p, " Machine check polls\n"); #endif #if IS_ENABLED(CONFIG_HYPERV) || defined(CONFIG_XEN) - seq_printf(p, "%*s: ", prec, "THR"); + seq_printf(p, "%*s: ", prec, "HYP"); for_each_online_cpu(j) seq_printf(p, "%10u ", irq_stats(j)->irq_hv_callback_count); seq_printf(p, " Hypervisor callback interrupts\n"); --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/kprobes/core.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/kprobes/core.c @@ -330,13 +330,16 @@ { struct insn insn; kprobe_opcode_t buf[MAX_INSN_SIZE]; + int length; kernel_insn_init(&insn, (void *)recover_probed_instruction(buf, (unsigned long)src)); insn_get_length(&insn); + length = insn.length; + /* Another subsystem puts a breakpoint, failed to recover */ if (insn.opcode.bytes[0] == BREAKPOINT_INSTRUCTION) return 0; - memcpy(dest, insn.kaddr, insn.length); + memcpy(dest, insn.kaddr, length); #ifdef CONFIG_X86_64 if (insn_rip_relative(&insn)) { @@ -366,7 +369,7 @@ *(s32 *) disp = (s32) newdisp; } #endif - return insn.length; + return length; } static int arch_copy_kprobe(struct kprobe *p) @@ -1018,6 +1021,15 @@ regs->flags &= ~X86_EFLAGS_IF; trace_hardirqs_off(); regs->ip = (unsigned long)(jp->entry); + + /* + * jprobes use jprobe_return() which skips the normal return + * path of the function, and this messes up the accounting of the + * function graph tracer to get messed up. + * + * Pause function graph tracing while performing the jprobe function. + */ + pause_graph_tracing(); return 1; } NOKPROBE_SYMBOL(setjmp_pre_handler); @@ -1046,24 +1058,25 @@ struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); u8 *addr = (u8 *) (regs->ip - 1); struct jprobe *jp = container_of(p, struct jprobe, kp); + void *saved_sp = kcb->jprobe_saved_sp; if ((addr > (u8 *) jprobe_return) && (addr < (u8 *) jprobe_return_end)) { - if (stack_addr(regs) != kcb->jprobe_saved_sp) { + if (stack_addr(regs) != saved_sp) { struct pt_regs *saved_regs = &kcb->jprobe_saved_regs; printk(KERN_ERR "current sp %p does not match saved sp %p\n", - stack_addr(regs), kcb->jprobe_saved_sp); + stack_addr(regs), saved_sp); printk(KERN_ERR "Saved registers for jprobe %p\n", jp); show_regs(saved_regs); printk(KERN_ERR "Current registers\n"); show_regs(regs); BUG(); } + /* It's OK to start function graph tracing again */ + unpause_graph_tracing(); *regs = kcb->jprobe_saved_regs; - memcpy((kprobe_opcode_t *)(kcb->jprobe_saved_sp), - kcb->jprobes_stack, - MIN_STACK_SIZE(kcb->jprobe_saved_sp)); + memcpy(saved_sp, kcb->jprobes_stack, MIN_STACK_SIZE(saved_sp)); preempt_enable_no_resched(); return 1; } --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/kvm.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/kvm.c @@ -282,7 +282,14 @@ static void __init paravirt_ops_setup(void) { pv_info.name = "KVM"; - pv_info.paravirt_enabled = 1; + + /* + * KVM isn't paravirt in the sense of paravirt_enabled. A KVM + * guest kernel works like a bare metal kernel with additional + * features, and paravirt_enabled is about features that are + * missing. + */ + pv_info.paravirt_enabled = 0; if (kvm_para_has_feature(KVM_FEATURE_NOP_IO_DELAY)) pv_cpu_ops.io_delay = kvm_io_delay; --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/kvmclock.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/kvmclock.c @@ -263,8 +263,6 @@ #endif kvm_get_preset_lpj(); clocksource_register_hz(&kvm_clock, NSEC_PER_SEC); - pv_info.paravirt_enabled = 1; - pv_info.name = "KVM"; if (kvm_para_has_feature(KVM_FEATURE_CLOCKSOURCE_STABLE_BIT)) pvclock_set_flags(PVCLOCK_TSC_STABLE_BIT); --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/ldt.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/ldt.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include @@ -20,82 +21,82 @@ #include #include -#ifdef CONFIG_SMP +/* context.lock is held for us, so we don't need any locking. */ static void flush_ldt(void *current_mm) { - if (current->active_mm == current_mm) - load_LDT(¤t->active_mm->context); + mm_context_t *pc; + + if (current->active_mm != current_mm) + return; + + pc = ¤t->active_mm->context; + set_ldt(pc->ldt->entries, pc->ldt->size); } -#endif -static int alloc_ldt(mm_context_t *pc, int mincount, int reload) +/* The caller must call finalize_ldt_struct on the result. LDT starts zeroed. */ +static struct ldt_struct *alloc_ldt_struct(int size) { - void *oldldt, *newldt; - int oldsize; + struct ldt_struct *new_ldt; + int alloc_size; - if (mincount <= pc->size) - return 0; - oldsize = pc->size; - mincount = (mincount + (PAGE_SIZE / LDT_ENTRY_SIZE - 1)) & - (~(PAGE_SIZE / LDT_ENTRY_SIZE - 1)); - if (mincount * LDT_ENTRY_SIZE > PAGE_SIZE) - newldt = vmalloc(mincount * LDT_ENTRY_SIZE); - else - newldt = (void *)__get_free_page(GFP_KERNEL); + if (size > LDT_ENTRIES) + return NULL; - if (!newldt) - return -ENOMEM; + new_ldt = kmalloc(sizeof(struct ldt_struct), GFP_KERNEL); + if (!new_ldt) + return NULL; + + BUILD_BUG_ON(LDT_ENTRY_SIZE != sizeof(struct desc_struct)); + alloc_size = size * LDT_ENTRY_SIZE; + + /* + * Xen is very picky: it requires a page-aligned LDT that has no + * trailing nonzero bytes in any page that contains LDT descriptors. + * Keep it simple: zero the whole allocation and never allocate less + * than PAGE_SIZE. + */ + if (alloc_size > PAGE_SIZE) + new_ldt->entries = vzalloc(alloc_size); + else + new_ldt->entries = kzalloc(PAGE_SIZE, GFP_KERNEL); - if (oldsize) - memcpy(newldt, pc->ldt, oldsize * LDT_ENTRY_SIZE); - oldldt = pc->ldt; - memset(newldt + oldsize * LDT_ENTRY_SIZE, 0, - (mincount - oldsize) * LDT_ENTRY_SIZE); - - paravirt_alloc_ldt(newldt, mincount); - -#ifdef CONFIG_X86_64 - /* CHECKME: Do we really need this ? */ - wmb(); -#endif - pc->ldt = newldt; - wmb(); - pc->size = mincount; - wmb(); - - if (reload) { -#ifdef CONFIG_SMP - preempt_disable(); - load_LDT(pc); - if (!cpumask_equal(mm_cpumask(current->mm), - cpumask_of(smp_processor_id()))) - smp_call_function(flush_ldt, current->mm, 1); - preempt_enable(); -#else - load_LDT(pc); -#endif - } - if (oldsize) { - paravirt_free_ldt(oldldt, oldsize); - if (oldsize * LDT_ENTRY_SIZE > PAGE_SIZE) - vfree(oldldt); - else - put_page(virt_to_page(oldldt)); + if (!new_ldt->entries) { + kfree(new_ldt); + return NULL; } - return 0; + + new_ldt->size = size; + return new_ldt; } -static inline int copy_ldt(mm_context_t *new, mm_context_t *old) +/* After calling this, the LDT is immutable. */ +static void finalize_ldt_struct(struct ldt_struct *ldt) { - int err = alloc_ldt(new, old->size, 0); - int i; + paravirt_alloc_ldt(ldt->entries, ldt->size); +} + +/* context.lock is held */ +static void install_ldt(struct mm_struct *current_mm, + struct ldt_struct *ldt) +{ + /* Synchronizes with lockless_dereference in load_mm_ldt. */ + smp_store_release(¤t_mm->context.ldt, ldt); + + /* Activate the LDT for all CPUs using current_mm. */ + on_each_cpu_mask(mm_cpumask(current_mm), flush_ldt, current_mm, true); +} - if (err < 0) - return err; +static void free_ldt_struct(struct ldt_struct *ldt) +{ + if (likely(!ldt)) + return; - for (i = 0; i < old->size; i++) - write_ldt_entry(new->ldt, i, old->ldt + i * LDT_ENTRY_SIZE); - return 0; + paravirt_free_ldt(ldt->entries, ldt->size); + if (ldt->size * LDT_ENTRY_SIZE > PAGE_SIZE) + vfree(ldt->entries); + else + kfree(ldt->entries); + kfree(ldt); } /* @@ -104,17 +105,37 @@ */ int init_new_context(struct task_struct *tsk, struct mm_struct *mm) { + struct ldt_struct *new_ldt; struct mm_struct *old_mm; int retval = 0; mutex_init(&mm->context.lock); - mm->context.size = 0; old_mm = current->mm; - if (old_mm && old_mm->context.size > 0) { - mutex_lock(&old_mm->context.lock); - retval = copy_ldt(&mm->context, &old_mm->context); - mutex_unlock(&old_mm->context.lock); + if (!old_mm) { + mm->context.ldt = NULL; + return 0; } + + mutex_lock(&old_mm->context.lock); + if (!old_mm->context.ldt) { + mm->context.ldt = NULL; + goto out_unlock; + } + + new_ldt = alloc_ldt_struct(old_mm->context.ldt->size); + if (!new_ldt) { + retval = -ENOMEM; + goto out_unlock; + } + + memcpy(new_ldt->entries, old_mm->context.ldt->entries, + new_ldt->size * LDT_ENTRY_SIZE); + finalize_ldt_struct(new_ldt); + + mm->context.ldt = new_ldt; + +out_unlock: + mutex_unlock(&old_mm->context.lock); return retval; } @@ -125,53 +146,47 @@ */ void destroy_context(struct mm_struct *mm) { - if (mm->context.size) { -#ifdef CONFIG_X86_32 - /* CHECKME: Can this ever happen ? */ - if (mm == current->active_mm) - clear_LDT(); -#endif - paravirt_free_ldt(mm->context.ldt, mm->context.size); - if (mm->context.size * LDT_ENTRY_SIZE > PAGE_SIZE) - vfree(mm->context.ldt); - else - put_page(virt_to_page(mm->context.ldt)); - mm->context.size = 0; - } + free_ldt_struct(mm->context.ldt); + mm->context.ldt = NULL; } static int read_ldt(void __user *ptr, unsigned long bytecount) { - int err; + int retval; unsigned long size; struct mm_struct *mm = current->mm; - if (!mm->context.size) - return 0; + mutex_lock(&mm->context.lock); + + if (!mm->context.ldt) { + retval = 0; + goto out_unlock; + } + if (bytecount > LDT_ENTRY_SIZE * LDT_ENTRIES) bytecount = LDT_ENTRY_SIZE * LDT_ENTRIES; - mutex_lock(&mm->context.lock); - size = mm->context.size * LDT_ENTRY_SIZE; + size = mm->context.ldt->size * LDT_ENTRY_SIZE; if (size > bytecount) size = bytecount; - err = 0; - if (copy_to_user(ptr, mm->context.ldt, size)) - err = -EFAULT; - mutex_unlock(&mm->context.lock); - if (err < 0) - goto error_return; + if (copy_to_user(ptr, mm->context.ldt->entries, size)) { + retval = -EFAULT; + goto out_unlock; + } + if (size != bytecount) { - /* zero-fill the rest */ - if (clear_user(ptr + size, bytecount - size) != 0) { - err = -EFAULT; - goto error_return; + /* Zero-fill the rest and pretend we read bytecount bytes. */ + if (clear_user(ptr + size, bytecount - size)) { + retval = -EFAULT; + goto out_unlock; } } - return bytecount; -error_return: - return err; + retval = bytecount; + +out_unlock: + mutex_unlock(&mm->context.lock); + return retval; } static int read_default_ldt(void __user *ptr, unsigned long bytecount) @@ -195,6 +210,8 @@ struct desc_struct ldt; int error; struct user_desc ldt_info; + int oldsize, newsize; + struct ldt_struct *new_ldt, *old_ldt; error = -EINVAL; if (bytecount != sizeof(ldt_info)) @@ -213,34 +230,39 @@ goto out; } - mutex_lock(&mm->context.lock); - if (ldt_info.entry_number >= mm->context.size) { - error = alloc_ldt(¤t->mm->context, - ldt_info.entry_number + 1, 1); - if (error < 0) - goto out_unlock; - } - - /* Allow LDTs to be cleared by the user. */ - if (ldt_info.base_addr == 0 && ldt_info.limit == 0) { - if (oldmode || LDT_empty(&ldt_info)) { - memset(&ldt, 0, sizeof(ldt)); - goto install; + if ((oldmode && !ldt_info.base_addr && !ldt_info.limit) || + LDT_empty(&ldt_info)) { + /* The user wants to clear the entry. */ + memset(&ldt, 0, sizeof(ldt)); + } else { + if (!IS_ENABLED(CONFIG_X86_16BIT) && !ldt_info.seg_32bit) { + error = -EINVAL; + goto out; } + + fill_ldt(&ldt, &ldt_info); + if (oldmode) + ldt.avl = 0; } - if (!IS_ENABLED(CONFIG_X86_16BIT) && !ldt_info.seg_32bit) { - error = -EINVAL; + mutex_lock(&mm->context.lock); + + old_ldt = mm->context.ldt; + oldsize = old_ldt ? old_ldt->size : 0; + newsize = max((int)(ldt_info.entry_number + 1), oldsize); + + error = -ENOMEM; + new_ldt = alloc_ldt_struct(newsize); + if (!new_ldt) goto out_unlock; - } - fill_ldt(&ldt, &ldt_info); - if (oldmode) - ldt.avl = 0; - - /* Install the new entry ... */ -install: - write_ldt_entry(mm->context.ldt, ldt_info.entry_number, &ldt); + if (old_ldt) + memcpy(new_ldt->entries, old_ldt->entries, oldsize * LDT_ENTRY_SIZE); + new_ldt->entries[ldt_info.entry_number] = ldt; + finalize_ldt_struct(new_ldt); + + install_ldt(mm, new_ldt); + free_ldt_struct(old_ldt); error = 0; out_unlock: --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/mcount_64.S +++ linux-lts-utopic-3.16.0/arch/x86/kernel/mcount_64.S @@ -45,6 +45,39 @@ #endif .endm +#ifdef CONFIG_FRAME_POINTER +/* + * Stack traces will stop at the ftrace trampoline if the frame pointer + * is not set up properly. If fentry is used, we need to save a frame + * pointer for the parent as well as the function traced, because the + * fentry is called before the stack frame is set up, where as mcount + * is called afterward. + */ +.macro create_frame parent rip +#ifdef CC_USING_FENTRY + pushq \parent + pushq %rbp + movq %rsp, %rbp +#endif + pushq \rip + pushq %rbp + movq %rsp, %rbp +.endm + +.macro restore_frame +#ifdef CC_USING_FENTRY + addq $16, %rsp +#endif + popq %rbp + addq $8, %rsp +.endm +#else +.macro create_frame parent rip +.endm +.macro restore_frame +.endm +#endif /* CONFIG_FRAME_POINTER */ + ENTRY(ftrace_caller) /* Check if tracing was disabled (quick check) */ cmpl $0, function_trace_stop @@ -54,9 +87,13 @@ /* regs go into 4th parameter (but make it NULL) */ movq $0, %rcx + create_frame %rsi, %rdi + GLOBAL(ftrace_call) call ftrace_stub + restore_frame + MCOUNT_RESTORE_FRAME ftrace_return: @@ -104,9 +141,13 @@ /* regs go into 4th parameter */ leaq (%rsp), %rcx + create_frame %rsi, %rdi + GLOBAL(ftrace_regs_call) call ftrace_stub + restore_frame + /* Copy flags back to SS, to restore them */ movq EFLAGS(%rsp), %rax movq %rax, SS(%rsp) --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/nmi.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/nmi.c @@ -408,15 +408,15 @@ NOKPROBE_SYMBOL(default_do_nmi); /* - * NMIs can hit breakpoints which will cause it to lose its - * NMI context with the CPU when the breakpoint does an iret. - */ -#ifdef CONFIG_X86_32 -/* - * For i386, NMIs use the same stack as the kernel, and we can - * add a workaround to the iret problem in C (preventing nested - * NMIs if an NMI takes a trap). Simply have 3 states the NMI - * can be in: + * NMIs can page fault or hit breakpoints which will cause it to lose + * its NMI context with the CPU when the breakpoint or page fault does an IRET. + * + * As a result, NMIs can nest if NMIs get unmasked due an IRET during + * NMI processing. On x86_64, the asm glue protects us from nested NMIs + * if the outer NMI came from kernel mode, but we can still nest if the + * outer NMI came from user mode. + * + * To handle these nested NMIs, we have three states: * * 1) not running * 2) executing @@ -430,15 +430,14 @@ * (Note, the latch is binary, thus multiple NMIs triggering, * when one is running, are ignored. Only one NMI is restarted.) * - * If an NMI hits a breakpoint that executes an iret, another - * NMI can preempt it. We do not want to allow this new NMI - * to run, but we want to execute it when the first one finishes. - * We set the state to "latched", and the exit of the first NMI will - * perform a dec_return, if the result is zero (NOT_RUNNING), then - * it will simply exit the NMI handler. If not, the dec_return - * would have set the state to NMI_EXECUTING (what we want it to - * be when we are running). In this case, we simply jump back - * to rerun the NMI handler again, and restart the 'latched' NMI. + * If an NMI executes an iret, another NMI can preempt it. We do not + * want to allow this new NMI to run, but we want to execute it when the + * first one finishes. We set the state to "latched", and the exit of + * the first NMI will perform a dec_return, if the result is zero + * (NOT_RUNNING), then it will simply exit the NMI handler. If not, the + * dec_return would have set the state to NMI_EXECUTING (what we want it + * to be when we are running). In this case, we simply jump back to + * rerun the NMI handler again, and restart the 'latched' NMI. * * No trap (breakpoint or page fault) should be hit before nmi_restart, * thus there is no race between the first check of state for NOT_RUNNING @@ -461,49 +460,36 @@ static DEFINE_PER_CPU(enum nmi_states, nmi_state); static DEFINE_PER_CPU(unsigned long, nmi_cr2); -#define nmi_nesting_preprocess(regs) \ - do { \ - if (this_cpu_read(nmi_state) != NMI_NOT_RUNNING) { \ - this_cpu_write(nmi_state, NMI_LATCHED); \ - return; \ - } \ - this_cpu_write(nmi_state, NMI_EXECUTING); \ - this_cpu_write(nmi_cr2, read_cr2()); \ - } while (0); \ - nmi_restart: - -#define nmi_nesting_postprocess() \ - do { \ - if (unlikely(this_cpu_read(nmi_cr2) != read_cr2())) \ - write_cr2(this_cpu_read(nmi_cr2)); \ - if (this_cpu_dec_return(nmi_state)) \ - goto nmi_restart; \ - } while (0) -#else /* x86_64 */ +#ifdef CONFIG_X86_64 /* - * In x86_64 things are a bit more difficult. This has the same problem - * where an NMI hitting a breakpoint that calls iret will remove the - * NMI context, allowing a nested NMI to enter. What makes this more - * difficult is that both NMIs and breakpoints have their own stack. - * When a new NMI or breakpoint is executed, the stack is set to a fixed - * point. If an NMI is nested, it will have its stack set at that same - * fixed address that the first NMI had, and will start corrupting the - * stack. This is handled in entry_64.S, but the same problem exists with - * the breakpoint stack. - * - * If a breakpoint is being processed, and the debug stack is being used, - * if an NMI comes in and also hits a breakpoint, the stack pointer - * will be set to the same fixed address as the breakpoint that was - * interrupted, causing that stack to be corrupted. To handle this case, - * check if the stack that was interrupted is the debug stack, and if - * so, change the IDT so that new breakpoints will use the current stack - * and not switch to the fixed address. On return of the NMI, switch back - * to the original IDT. + * In x86_64, we need to handle breakpoint -> NMI -> breakpoint. Without + * some care, the inner breakpoint will clobber the outer breakpoint's + * stack. + * + * If a breakpoint is being processed, and the debug stack is being + * used, if an NMI comes in and also hits a breakpoint, the stack + * pointer will be set to the same fixed address as the breakpoint that + * was interrupted, causing that stack to be corrupted. To handle this + * case, check if the stack that was interrupted is the debug stack, and + * if so, change the IDT so that new breakpoints will use the current + * stack and not switch to the fixed address. On return of the NMI, + * switch back to the original IDT. */ static DEFINE_PER_CPU(int, update_debug_stack); +#endif -static inline void nmi_nesting_preprocess(struct pt_regs *regs) +dotraplinkage notrace void +do_nmi(struct pt_regs *regs, long error_code) { + if (this_cpu_read(nmi_state) != NMI_NOT_RUNNING) { + this_cpu_write(nmi_state, NMI_LATCHED); + return; + } + this_cpu_write(nmi_state, NMI_EXECUTING); + this_cpu_write(nmi_cr2, read_cr2()); +nmi_restart: + +#ifdef CONFIG_X86_64 /* * If we interrupted a breakpoint, it is possible that * the nmi handler will have breakpoints too. We need to @@ -514,22 +500,8 @@ debug_stack_set_zero(); this_cpu_write(update_debug_stack, 1); } -} - -static inline void nmi_nesting_postprocess(void) -{ - if (unlikely(this_cpu_read(update_debug_stack))) { - debug_stack_reset(); - this_cpu_write(update_debug_stack, 0); - } -} #endif -dotraplinkage notrace void -do_nmi(struct pt_regs *regs, long error_code) -{ - nmi_nesting_preprocess(regs); - nmi_enter(); inc_irq_stat(__nmi_count); @@ -539,8 +511,17 @@ nmi_exit(); - /* On i386, may loop back to preprocess */ - nmi_nesting_postprocess(); +#ifdef CONFIG_X86_64 + if (unlikely(this_cpu_read(update_debug_stack))) { + debug_stack_reset(); + this_cpu_write(update_debug_stack, 0); + } +#endif + + if (unlikely(this_cpu_read(nmi_cr2) != read_cr2())) + write_cr2(this_cpu_read(nmi_cr2)); + if (this_cpu_dec_return(nmi_state)) + goto nmi_restart; } NOKPROBE_SYMBOL(do_nmi); --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/paravirt.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/paravirt.c @@ -41,10 +41,18 @@ #include #include -/* nop stub */ -void _paravirt_nop(void) -{ -} +/* + * nop stub, which must not clobber anything *including the stack* to + * avoid confusing the entry prologues. + */ +extern void _paravirt_nop(void); +asm (".pushsection .entry.text, \"ax\"\n" + ".global _paravirt_nop\n" + "_paravirt_nop:\n\t" + "ret\n\t" + ".size _paravirt_nop, . - _paravirt_nop\n\t" + ".type _paravirt_nop, @function\n\t" + ".popsection"); /* identity function, which can be inlined */ u32 _paravirt_ident_32(u32 x) --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/process.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/process.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include @@ -395,6 +396,52 @@ default_idle(); } +/* + * Intel Core2 and older machines prefer MWAIT over HALT for C1. + * We can't rely on cpuidle installing MWAIT, because it will not load + * on systems that support only C1 -- so the boot default must be MWAIT. + * + * Some AMD machines are the opposite, they depend on using HALT. + * + * So for default C1, which is used during boot until cpuidle loads, + * use MWAIT-C1 on Intel HW that has it, else use HALT. + */ +static int prefer_mwait_c1_over_halt(const struct cpuinfo_x86 *c) +{ + if (c->x86_vendor != X86_VENDOR_INTEL) + return 0; + + if (!cpu_has(c, X86_FEATURE_MWAIT)) + return 0; + + return 1; +} + +/* + * MONITOR/MWAIT with no hints, used for default default C1 state. + * This invokes MWAIT with interrutps enabled and no flags, + * which is backwards compatible with the original MWAIT implementation. + */ + +static void mwait_idle(void) +{ + if (!current_set_polling_and_test()) { + if (static_cpu_has(X86_FEATURE_CLFLUSH_MONITOR)) { + mb(); + clflush((void *)¤t_thread_info()->flags); + mb(); + } + + __monitor((void *)¤t_thread_info()->flags, 0, 0); + if (!need_resched()) + __sti_mwait(0, 0); + else + local_irq_enable(); + } else + local_irq_enable(); + current_clr_polling(); +} + void select_idle_routine(const struct cpuinfo_x86 *c) { #ifdef CONFIG_SMP @@ -408,6 +455,9 @@ /* E400: APIC timer interrupt does not wake up CPU from C1e */ pr_info("using AMD E400 aware idle routine\n"); x86_idle = amd_e400_idle; + } else if (prefer_mwait_c1_over_halt(c)) { + pr_info("using mwait in idle threads\n"); + x86_idle = mwait_idle; } else x86_idle = default_idle; } --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/process_64.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/process_64.c @@ -49,6 +49,7 @@ #include #include #include +#include asmlinkage extern void ret_from_fork(void); @@ -122,11 +123,11 @@ void release_thread(struct task_struct *dead_task) { if (dead_task->mm) { - if (dead_task->mm->context.size) { + if (dead_task->mm->context.ldt) { pr_warn("WARNING: dead process %s still has LDT? <%p/%d>\n", dead_task->comm, - dead_task->mm->context.ldt, - dead_task->mm->context.size); + dead_task->mm->context.ldt->entries, + dead_task->mm->context.ldt->size); BUG(); } } @@ -286,24 +287,9 @@ fpu = switch_fpu_prepare(prev_p, next_p, cpu); - /* - * Reload esp0, LDT and the page table pointer: - */ + /* Reload esp0 and ss1. */ load_sp0(tss, next); - /* - * Switch DS and ES. - * This won't pick up thread selector changes, but I guess that is ok. - */ - savesegment(es, prev->es); - if (unlikely(next->es | prev->es)) - loadsegment(es, next->es); - - savesegment(ds, prev->ds); - if (unlikely(next->ds | prev->ds)) - loadsegment(ds, next->ds); - - /* We must save %fs and %gs before load_TLS() because * %fs and %gs may be cleared by load_TLS(). * @@ -312,41 +298,101 @@ savesegment(fs, fsindex); savesegment(gs, gsindex); + /* + * Load TLS before restoring any segments so that segment loads + * reference the correct GDT entries. + */ load_TLS(next, cpu); /* - * Leave lazy mode, flushing any hypercalls made here. - * This must be done before restoring TLS segments so - * the GDT and LDT are properly updated, and must be - * done before math_state_restore, so the TS bit is up - * to date. + * Leave lazy mode, flushing any hypercalls made here. This + * must be done after loading TLS entries in the GDT but before + * loading segments that might reference them, and and it must + * be done before math_state_restore, so the TS bit is up to + * date. */ arch_end_context_switch(next_p); + /* Switch DS and ES. + * + * Reading them only returns the selectors, but writing them (if + * nonzero) loads the full descriptor from the GDT or LDT. The + * LDT for next is loaded in switch_mm, and the GDT is loaded + * above. + * + * We therefore need to write new values to the segment + * registers on every context switch unless both the new and old + * values are zero. + * + * Note that we don't need to do anything for CS and SS, as + * those are saved and restored as part of pt_regs. + */ + savesegment(es, prev->es); + if (unlikely(next->es | prev->es)) + loadsegment(es, next->es); + + savesegment(ds, prev->ds); + if (unlikely(next->ds | prev->ds)) + loadsegment(ds, next->ds); + /* * Switch FS and GS. * - * Segment register != 0 always requires a reload. Also - * reload when it has changed. When prev process used 64bit - * base always reload to avoid an information leak. + * These are even more complicated than FS and GS: they have + * 64-bit bases are that controlled by arch_prctl. Those bases + * only differ from the values in the GDT or LDT if the selector + * is 0. + * + * Loading the segment register resets the hidden base part of + * the register to 0 or the value from the GDT / LDT. If the + * next base address zero, writing 0 to the segment register is + * much faster than using wrmsr to explicitly zero the base. + * + * The thread_struct.fs and thread_struct.gs values are 0 + * if the fs and gs bases respectively are not overridden + * from the values implied by fsindex and gsindex. They + * are nonzero, and store the nonzero base addresses, if + * the bases are overridden. + * + * (fs != 0 && fsindex != 0) || (gs != 0 && gsindex != 0) should + * be impossible. + * + * Therefore we need to reload the segment registers if either + * the old or new selector is nonzero, and we need to override + * the base address if next thread expects it to be overridden. + * + * This code is unnecessarily slow in the case where the old and + * new indexes are zero and the new base is nonzero -- it will + * unnecessarily write 0 to the selector before writing the new + * base address. + * + * Note: This all depends on arch_prctl being the only way that + * user code can override the segment base. Once wrfsbase and + * wrgsbase are enabled, most of this code will need to change. */ if (unlikely(fsindex | next->fsindex | prev->fs)) { loadsegment(fs, next->fsindex); + /* - * Check if the user used a selector != 0; if yes - * clear 64bit base, since overloaded base is always - * mapped to the Null selector + * If user code wrote a nonzero value to FS, then it also + * cleared the overridden base address. + * + * XXX: if user code wrote 0 to FS and cleared the base + * address itself, we won't notice and we'll incorrectly + * restore the prior base address next time we reschdule + * the process. */ if (fsindex) prev->fs = 0; } - /* when next process has a 64bit base use it */ if (next->fs) wrmsrl(MSR_FS_BASE, next->fs); prev->fsindex = fsindex; if (unlikely(gsindex | next->gsindex | prev->gs)) { load_gs_index(next->gsindex); + + /* This works (and fails) the same way as fsindex above. */ if (gsindex) prev->gs = 0; } @@ -382,6 +428,17 @@ task_thread_info(prev_p)->flags & _TIF_WORK_CTXSW_PREV)) __switch_to_xtra(prev_p, next_p, tss); +#ifdef CONFIG_XEN + /* + * On Xen PV, IOPL bits in pt_regs->flags have no effect, and + * current_pt_regs()->flags may not match the current task's + * intended IOPL. We need to switch it manually. + */ + if (unlikely(xen_pv_domain() && + prev->iopl != next->iopl)) + xen_set_iopl_mask(next->iopl); +#endif + return prev_p; } --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/ptrace.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/ptrace.c @@ -1441,15 +1441,6 @@ force_sig_info(SIGTRAP, &info, tsk); } - -#ifdef CONFIG_X86_32 -# define IS_IA32 1 -#elif defined CONFIG_IA32_EMULATION -# define IS_IA32 is_compat_task() -#else -# define IS_IA32 0 -#endif - /* * We must return the syscall number to actually look up in the table. * This can be -1L to skip running any syscall at all. @@ -1487,7 +1478,7 @@ if (unlikely(test_thread_flag(TIF_SYSCALL_TRACEPOINT))) trace_sys_enter(regs, regs->orig_ax); - if (IS_IA32) + if (is_ia32_task()) audit_syscall_entry(AUDIT_ARCH_I386, regs->orig_ax, regs->bx, regs->cx, --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/pvclock.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/pvclock.c @@ -141,7 +141,46 @@ set_normalized_timespec(ts, now.tv_sec, now.tv_nsec); } +static struct pvclock_vsyscall_time_info *pvclock_vdso_info; + +static struct pvclock_vsyscall_time_info * +pvclock_get_vsyscall_user_time_info(int cpu) +{ + if (!pvclock_vdso_info) { + BUG(); + return NULL; + } + + return &pvclock_vdso_info[cpu]; +} + +struct pvclock_vcpu_time_info *pvclock_get_vsyscall_time_info(int cpu) +{ + return &pvclock_get_vsyscall_user_time_info(cpu)->pvti; +} + #ifdef CONFIG_X86_64 +static int pvclock_task_migrate(struct notifier_block *nb, unsigned long l, + void *v) +{ + struct task_migration_notifier *mn = v; + struct pvclock_vsyscall_time_info *pvti; + + pvti = pvclock_get_vsyscall_user_time_info(mn->from_cpu); + + /* this is NULL when pvclock vsyscall is not initialized */ + if (unlikely(pvti == NULL)) + return NOTIFY_DONE; + + pvti->migrate_count++; + + return NOTIFY_DONE; +} + +static struct notifier_block pvclock_migrate = { + .notifier_call = pvclock_task_migrate, +}; + /* * Initialize the generic pvclock vsyscall state. This will allocate * a/some page(s) for the per-vcpu pvclock information, set up a @@ -155,12 +194,17 @@ WARN_ON (size != PVCLOCK_VSYSCALL_NR_PAGES*PAGE_SIZE); + pvclock_vdso_info = i; + for (idx = 0; idx <= (PVCLOCK_FIXMAP_END-PVCLOCK_FIXMAP_BEGIN); idx++) { __set_fixmap(PVCLOCK_FIXMAP_BEGIN + idx, __pa(i) + (idx*PAGE_SIZE), PAGE_KERNEL_VVAR); } + + register_task_migration_notifier(&pvclock_migrate); + return 0; } #endif --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/reboot.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/reboot.c @@ -28,6 +28,7 @@ #include #include #include +#include /* * Power off function, if any @@ -180,6 +181,24 @@ DMI_MATCH(DMI_PRODUCT_NAME, "iMac9,1"), }, }, + { /* Handle problems with rebooting on the iMac10,1. */ + .callback = set_pci_reboot, + .ident = "Apple iMac10,1", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "iMac10,1"), + }, + }, + + /* ASRock */ + { /* Handle problems with rebooting on ASRock Q1900DC-ITX */ + .callback = set_pci_reboot, + .ident = "ASRock Q1900DC-ITX", + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "ASRock"), + DMI_MATCH(DMI_BOARD_NAME, "Q1900DC-ITX"), + }, + }, /* ASUS */ { /* Handle problems with rebooting on ASUS P4S800 */ @@ -395,18 +414,70 @@ 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"), + }, + }, { } }; static int __init reboot_init(void) { + int rv; + /* * Only do the DMI check if reboot_type hasn't been overridden * on the command line */ - if (reboot_default) - dmi_check_system(reboot_dmi_table); + if (!reboot_default) + return 0; + + /* + * The DMI quirks table takes precedence. If no quirks entry + * matches and the ACPI Hardware Reduced bit is set, force EFI + * reboot. + */ + rv = dmi_check_system(reboot_dmi_table); + + if (!rv && efi_reboot_required()) + reboot_type = BOOT_EFI; + return 0; } core_initcall(reboot_init); @@ -528,11 +599,7 @@ break; case BOOT_EFI: - if (efi_enabled(EFI_RUNTIME_SERVICES)) - efi.reset_system(reboot_mode == REBOOT_WARM ? - EFI_RESET_WARM : - EFI_RESET_COLD, - EFI_SUCCESS, 0, NULL); + efi_reboot(reboot_mode, NULL); reboot_type = BOOT_BIOS; break; --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/resource.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/resource.c @@ -37,10 +37,12 @@ void arch_remove_reservations(struct resource *avail) { - /* Trim out BIOS areas (low 1MB and high 2MB) and E820 regions */ + /* + * Trim out BIOS area (high 2MB) and E820 regions. We do not remove + * the low 1MB unconditionally, as this area is needed for some ISA + * cards requiring a memory range, e.g. the i82365 PCMCIA controller. + */ if (avail->flags & IORESOURCE_MEM) { - if (avail->start < BIOS_END) - avail->start = BIOS_END; resource_clip(avail, BIOS_ROM_BASE, BIOS_ROM_END); remove_e820_regions(avail); --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/setup.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/setup.c @@ -1177,6 +1177,14 @@ clone_pgd_range(initial_page_table + KERNEL_PGD_BOUNDARY, swapper_pg_dir + KERNEL_PGD_BOUNDARY, KERNEL_PGD_PTRS); + + /* + * sync back low identity map too. It is used for example + * in the 32-bit EFI stub. + */ + clone_pgd_range(initial_page_table, + swapper_pg_dir + KERNEL_PGD_BOUNDARY, + min(KERNEL_PGD_PTRS, KERNEL_PGD_BOUNDARY)); #endif tboot_probe(); --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/signal.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/signal.c @@ -675,16 +675,24 @@ * handler too. */ regs->flags &= ~(X86_EFLAGS_DF|X86_EFLAGS_RF|X86_EFLAGS_TF); + /* + * Ensure the signal handler starts with the new fpu state. + */ + if (used_math()) + drop_init_fpu(current); } signal_setup_done(failed, ksig, test_thread_flag(TIF_SINGLESTEP)); } -#ifdef CONFIG_X86_32 -#define NR_restart_syscall __NR_restart_syscall -#else /* !CONFIG_X86_32 */ -#define NR_restart_syscall \ - test_thread_flag(TIF_IA32) ? __NR_ia32_restart_syscall : __NR_restart_syscall -#endif /* CONFIG_X86_32 */ +static inline unsigned long get_nr_restart_syscall(const struct pt_regs *regs) +{ +#if defined(CONFIG_X86_32) || !defined(CONFIG_X86_64) + return __NR_restart_syscall; +#else /* !CONFIG_X86_32 && CONFIG_X86_64 */ + return test_thread_flag(TIF_IA32) ? __NR_ia32_restart_syscall : + __NR_restart_syscall | (regs->orig_ax & __X32_SYSCALL_BIT); +#endif /* CONFIG_X86_32 || !CONFIG_X86_64 */ +} /* * Note that 'init' is a special process: it doesn't get signals it doesn't @@ -713,7 +721,7 @@ break; case -ERESTART_RESTARTBLOCK: - regs->ax = NR_restart_syscall; + regs->ax = get_nr_restart_syscall(regs); regs->ip -= 2; break; } --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/smpboot.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/smpboot.c @@ -300,11 +300,19 @@ } static bool +topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) +{ + int cpu1 = c->cpu_index, cpu2 = o->cpu_index; + + return (cpu_to_node(cpu1) == cpu_to_node(cpu2)); +} + +static bool topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) { int cpu1 = c->cpu_index, cpu2 = o->cpu_index; - return !WARN_ONCE(cpu_to_node(cpu1) != cpu_to_node(cpu2), + return !WARN_ONCE(!topology_same_node(c, o), "sched: CPU #%d's %s-sibling CPU #%d is not on the same node! " "[node: %d != %d]. Ignoring dependency.\n", cpu1, name, cpu2, cpu_to_node(cpu1), cpu_to_node(cpu2)); @@ -345,17 +353,44 @@ return false; } -static bool match_mc(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) +/* + * Unlike the other levels, we do not enforce keeping a + * multicore group inside a NUMA node. If this happens, we will + * discard the MC level of the topology later. + */ +static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) { - if (c->phys_proc_id == o->phys_proc_id) { - if (cpu_has(c, X86_FEATURE_AMD_DCM)) - return true; - - return topology_sane(c, o, "mc"); - } + if (c->phys_proc_id == o->phys_proc_id) + return true; return false; } +static struct sched_domain_topology_level numa_inside_package_topology[] = { +#ifdef CONFIG_SCHED_SMT + { cpu_smt_mask, cpu_smt_flags, SD_INIT_NAME(SMT) }, +#endif +#ifdef CONFIG_SCHED_MC + { cpu_coregroup_mask, cpu_core_flags, SD_INIT_NAME(MC) }, +#endif + { NULL, }, +}; +/* + * set_sched_topology() sets the topology internal to a CPU. The + * NUMA topologies are layered on top of it to build the full + * system topology. + * + * If NUMA nodes are observed to occur within a CPU package, this + * function should be called. It forces the sched domain code to + * only use the SMT level for the CPU portion of the topology. + * This essentially falls back to relying on NUMA information + * from the SRAT table to describe the entire system topology + * (except for hyperthreads). + */ +static void primarily_use_numa_for_topology(void) +{ + set_sched_topology(numa_inside_package_topology); +} + void set_cpu_sibling_map(int cpu) { bool has_smt = smp_num_siblings > 1; @@ -392,7 +427,7 @@ for_each_cpu(i, cpu_sibling_setup_mask) { o = &cpu_data(i); - if ((i == cpu) || (has_mp && match_mc(c, o))) { + if ((i == cpu) || (has_mp && match_die(c, o))) { link_mask(core, cpu, i); /* @@ -414,6 +449,8 @@ } else if (i != cpu && !c->booted_cores) c->booted_cores = cpu_data(i).booted_cores; } + if (match_die(c, o) && !topology_same_node(c, o)) + primarily_use_numa_for_topology(); } } @@ -1292,6 +1329,9 @@ for_each_cpu(sibling, cpu_sibling_mask(cpu)) cpumask_clear_cpu(cpu, cpu_sibling_mask(sibling)); + for_each_cpu(sibling, cpu_llc_shared_mask(cpu)) + cpumask_clear_cpu(cpu, cpu_llc_shared_mask(sibling)); + cpumask_clear(cpu_llc_shared_mask(cpu)); cpumask_clear(cpu_sibling_mask(cpu)); cpumask_clear(cpu_core_mask(cpu)); c->phys_proc_id = 0; --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/step.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/step.c @@ -5,6 +5,7 @@ #include #include #include +#include unsigned long convert_ip_to_linear(struct task_struct *child, struct pt_regs *regs) { @@ -27,13 +28,14 @@ struct desc_struct *desc; unsigned long base; - seg &= ~7UL; + seg >>= 3; mutex_lock(&child->mm->context.lock); - if (unlikely((seg >> 3) >= child->mm->context.size)) + if (unlikely(!child->mm->context.ldt || + seg >= child->mm->context.ldt->size)) addr = -1L; /* bogus selector, access would fault */ else { - desc = child->mm->context.ldt + seg; + desc = &child->mm->context.ldt->entries[seg]; base = get_desc_base(desc); /* 16-bit code segment? */ --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/tls.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/tls.c @@ -27,6 +27,58 @@ return -ESRCH; } +static bool tls_desc_okay(const struct user_desc *info) +{ + /* + * For historical reasons (i.e. no one ever documented how any + * of the segmentation APIs work), user programs can and do + * assume that a struct user_desc that's all zeros except for + * entry_number means "no segment at all". This never actually + * worked. In fact, up to Linux 3.19, a struct user_desc like + * this would create a 16-bit read-write segment with base and + * limit both equal to zero. + * + * That was close enough to "no segment at all" until we + * hardened this function to disallow 16-bit TLS segments. Fix + * it up by interpreting these zeroed segments the way that they + * were almost certainly intended to be interpreted. + * + * The correct way to ask for "no segment at all" is to specify + * a user_desc that satisfies LDT_empty. To keep everything + * working, we accept both. + * + * Note that there's a similar kludge in modify_ldt -- look at + * the distinction between modes 1 and 0x11. + */ + if (LDT_empty(info) || LDT_zero(info)) + return true; + + /* + * espfix is required for 16-bit data segments, but espfix + * only works for LDT segments. + */ + if (!info->seg_32bit) + return false; + + /* Only allow data segments in the TLS array. */ + if (info->contents > 1) + return false; + + /* + * Non-present segments with DPL 3 present an interesting attack + * surface. The kernel should handle such segments correctly, + * but TLS is very difficult to protect in a sandbox, so prevent + * such segments from being created. + * + * If userspace needs to remove a TLS entry, it can still delete + * it outright. + */ + if (info->seg_not_present) + return false; + + return true; +} + static void set_tls_desc(struct task_struct *p, int idx, const struct user_desc *info, int n) { @@ -40,7 +92,7 @@ cpu = get_cpu(); while (n-- > 0) { - if (LDT_empty(info)) + if (LDT_empty(info) || LDT_zero(info)) desc->a = desc->b = 0; else fill_ldt(desc, info); @@ -66,6 +118,9 @@ if (copy_from_user(&info, u_info, sizeof(info))) return -EFAULT; + if (!tls_desc_okay(&info)) + return -EINVAL; + if (idx == -1) idx = info.entry_number; @@ -192,6 +247,7 @@ { struct user_desc infobuf[GDT_ENTRY_TLS_ENTRIES]; const struct user_desc *info; + int i; if (pos >= GDT_ENTRY_TLS_ENTRIES * sizeof(struct user_desc) || (pos % sizeof(struct user_desc)) != 0 || @@ -205,6 +261,10 @@ else info = infobuf; + for (i = 0; i < count / sizeof(struct user_desc); i++) + if (!tls_desc_okay(info + i)) + return -EINVAL; + set_tls_desc(target, GDT_ENTRY_TLS_MIN + (pos / sizeof(struct user_desc)), info, count / sizeof(struct user_desc)); --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/traps.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/traps.c @@ -233,32 +233,40 @@ DO_ERROR(X86_TRAP_OLD_MF, SIGFPE, "coprocessor segment overrun",coprocessor_segment_overrun) DO_ERROR(X86_TRAP_TS, SIGSEGV, "invalid TSS", invalid_TSS) DO_ERROR(X86_TRAP_NP, SIGBUS, "segment not present", segment_not_present) -#ifdef CONFIG_X86_32 DO_ERROR(X86_TRAP_SS, SIGBUS, "stack segment", stack_segment) -#endif DO_ERROR(X86_TRAP_AC, SIGBUS, "alignment check", alignment_check) #ifdef CONFIG_X86_64 /* Runs on IST stack */ -dotraplinkage void do_stack_segment(struct pt_regs *regs, long error_code) -{ - enum ctx_state prev_state; - - prev_state = exception_enter(); - if (notify_die(DIE_TRAP, "stack segment", regs, error_code, - X86_TRAP_SS, SIGBUS) != NOTIFY_STOP) { - preempt_conditional_sti(regs); - do_trap(X86_TRAP_SS, SIGBUS, "stack segment", regs, error_code, NULL); - preempt_conditional_cli(regs); - } - exception_exit(prev_state); -} - dotraplinkage void do_double_fault(struct pt_regs *regs, long error_code) { static const char str[] = "double fault"; struct task_struct *tsk = current; +#ifdef CONFIG_X86_ESPFIX64 + extern unsigned char native_irq_return_iret[]; + + /* + * If IRET takes a non-IST fault on the espfix64 stack, then we + * end up promoting it to a doublefault. In that case, modify + * the stack to make it look like we just entered the #GP + * handler from user space, similar to bad_iret. + */ + if (((long)regs->sp >> PGDIR_SHIFT) == ESPFIX_PGD_ENTRY && + regs->cs == __KERNEL_CS && + regs->ip == (unsigned long)native_irq_return_iret) + { + struct pt_regs *normal_regs = task_pt_regs(current); + + /* Fake a #GP(0) from userspace. */ + memmove(&normal_regs->ip, (void *)regs->sp, 5*8); + normal_regs->orig_ax = 0; /* Missing (lost) #GP error code */ + regs->ip = (unsigned long)general_protection; + regs->sp = (unsigned long)&normal_regs->orig_ax; + return; + } +#endif + exception_enter(); /* Return not checked because double check cannot be ignored */ notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_DF, SIGSEGV); @@ -379,7 +387,7 @@ * for scheduling or signal handling. The actual stack switch is done in * entry.S */ -asmlinkage __visible struct pt_regs *sync_regs(struct pt_regs *eregs) +asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs) { struct pt_regs *regs = eregs; /* Did already sync */ @@ -399,6 +407,36 @@ return regs; } NOKPROBE_SYMBOL(sync_regs); + +struct bad_iret_stack { + void *error_entry_ret; + struct pt_regs regs; +}; + +asmlinkage __visible notrace +struct bad_iret_stack *fixup_bad_iret(struct bad_iret_stack *s) +{ + /* + * This is called from entry_64.S early in handling a fault + * caused by a bad iret to user mode. To handle the fault + * correctly, we want move our stack frame to task_pt_regs + * and we want to pretend that the exception came from the + * iret target. + */ + struct bad_iret_stack *new_stack = + container_of(task_pt_regs(current), + struct bad_iret_stack, regs); + + /* Copy the IRET target to the new stack. */ + memmove(&new_stack->regs.ip, (void *)s->regs.sp, 5*8); + + /* Copy the remainder of the stack from the current stack. */ + memmove(new_stack, s, offsetof(struct bad_iret_stack, regs.ip)); + + BUG_ON(!user_mode_vm(&new_stack->regs)); + return new_stack; +} +NOKPROBE_SYMBOL(fixup_bad_iret); #endif /* @@ -445,7 +483,7 @@ * then it's very likely the result of an icebp/int01 trap. * User wants a sigtrap for that. */ - if (!dr6 && user_mode(regs)) + if (!dr6 && user_mode_vm(regs)) user_icebp = 1; /* Catch kmemcheck conditions first of all! */ @@ -778,7 +816,7 @@ set_intr_gate(X86_TRAP_OLD_MF, coprocessor_segment_overrun); set_intr_gate(X86_TRAP_TS, invalid_TSS); set_intr_gate(X86_TRAP_NP, segment_not_present); - set_intr_gate_ist(X86_TRAP_SS, &stack_segment, STACKFAULT_STACK); + set_intr_gate(X86_TRAP_SS, stack_segment); set_intr_gate(X86_TRAP_GP, general_protection); set_intr_gate(X86_TRAP_SPURIOUS, spurious_interrupt_bug); set_intr_gate(X86_TRAP_MF, coprocessor_error); --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/tsc.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/tsc.c @@ -21,6 +21,7 @@ #include #include #include +#include unsigned int __read_mostly cpu_khz; /* TSC clocks / usec, not used here */ EXPORT_SYMBOL(cpu_khz); @@ -618,7 +619,7 @@ goto success; } } - pr_err("Fast TSC calibration failed\n"); + pr_info("Fast TSC calibration failed\n"); return 0; success: @@ -1008,15 +1009,17 @@ static void __init check_system_tsc_reliable(void) { -#ifdef CONFIG_MGEODE_LX - /* RTSC counts during suspend */ +#if defined(CONFIG_MGEODEGX1) || defined(CONFIG_MGEODE_LX) || defined(CONFIG_X86_GENERIC) + if (is_geode_lx()) { + /* RTSC counts during suspend */ #define RTSC_SUSP 0x100 - unsigned long res_low, res_high; + unsigned long res_low, res_high; - rdmsr_safe(MSR_GEODE_BUSCONT_CONF0, &res_low, &res_high); - /* Geode_LX - the OLPC CPU has a very reliable TSC */ - if (res_low & RTSC_SUSP) - tsc_clocksource_reliable = 1; + rdmsr_safe(MSR_GEODE_BUSCONT_CONF0, &res_low, &res_high); + /* Geode_LX - the OLPC CPU has a very reliable TSC */ + if (res_low & RTSC_SUSP) + tsc_clocksource_reliable = 1; + } #endif if (boot_cpu_has(X86_FEATURE_TSC_RELIABLE)) tsc_clocksource_reliable = 1; @@ -1170,14 +1173,17 @@ x86_init.timers.tsc_pre_init(); - if (!cpu_has_tsc) + if (!cpu_has_tsc) { + setup_clear_cpu_cap(X86_FEATURE_TSC_DEADLINE_TIMER); return; + } tsc_khz = x86_platform.calibrate_tsc(); cpu_khz = tsc_khz; if (!tsc_khz) { mark_tsc_unstable("could not calculate TSC khz"); + setup_clear_cpu_cap(X86_FEATURE_TSC_DEADLINE_TIMER); return; } --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/verify_cpu.S +++ linux-lts-utopic-3.16.0/arch/x86/kernel/verify_cpu.S @@ -34,10 +34,11 @@ #include verify_cpu: - pushfl # Save caller passed flags - pushl $0 # Kill any dangerous flags - popfl + pushf # Save caller passed flags + push $0 # Kill any dangerous flags + popf +#ifndef __x86_64__ pushfl # standard way to check for cpuid popl %eax movl %eax,%ebx @@ -48,6 +49,7 @@ popl %eax cmpl %eax,%ebx jz verify_cpu_no_longmode # cpu has no cpuid +#endif movl $0x0,%eax # See if cpuid 1 is implemented cpuid @@ -130,10 +132,10 @@ jmp verify_cpu_sse_test # try again verify_cpu_no_longmode: - popfl # Restore caller passed flags + popf # Restore caller passed flags movl $1,%eax ret verify_cpu_sse_ok: - popfl # Restore caller passed flags + popf # Restore caller passed flags xorl %eax, %eax ret --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/vsyscall_64.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/vsyscall_64.c @@ -81,10 +81,10 @@ if (!show_unhandled_signals) return; - pr_notice_ratelimited("%s%s[%d] %s ip:%lx cs:%lx sp:%lx ax:%lx si:%lx di:%lx\n", - level, current->comm, task_pid_nr(current), - message, regs->ip, regs->cs, - regs->sp, regs->ax, regs->si, regs->di); + printk_ratelimited("%s%s[%d] %s ip:%lx cs:%lx sp:%lx ax:%lx si:%lx di:%lx\n", + level, current->comm, task_pid_nr(current), + message, regs->ip, regs->cs, + regs->sp, regs->ax, regs->si, regs->di); } static int addr_to_vsyscall_nr(unsigned long addr) --- linux-lts-utopic-3.16.0.orig/arch/x86/kernel/xsave.c +++ linux-lts-utopic-3.16.0/arch/x86/kernel/xsave.c @@ -268,8 +268,6 @@ if (use_fxsr() && save_xstate_epilog(buf_fx, ia32_fxstate)) return -1; - drop_init_fpu(tsk); /* trigger finit */ - return 0; } @@ -377,7 +375,7 @@ * thread's fpu state, reconstruct fxstate from the fsave * header. Sanitize the copied state etc. */ - struct xsave_struct *xsave = &tsk->thread.fpu.state->xsave; + struct fpu *fpu = &tsk->thread.fpu; struct user_i387_ia32_struct env; int err = 0; @@ -391,16 +389,20 @@ */ drop_fpu(tsk); - if (__copy_from_user(xsave, buf_fx, state_size) || + if (__copy_from_user(&fpu->state->xsave, buf_fx, state_size) || __copy_from_user(&env, buf, sizeof(env))) { + fpu_finit(fpu); err = -1; } else { sanitize_restored_xstate(tsk, &env, xstate_bv, fx_only); - set_used_math(); } - if (use_eager_fpu()) + set_used_math(); + if (use_eager_fpu()) { + preempt_disable(); math_state_restore(); + preempt_enable(); + } return err; } else { @@ -427,20 +429,19 @@ */ static void prepare_fx_sw_frame(void) { - int fsave_header_size = sizeof(struct i387_fsave_struct); int size = xstate_size + FP_XSTATE_MAGIC2_SIZE; - if (config_enabled(CONFIG_X86_32)) - size += fsave_header_size; - fx_sw_reserved.magic1 = FP_XSTATE_MAGIC1; fx_sw_reserved.extended_size = size; fx_sw_reserved.xstate_bv = pcntxt_mask; fx_sw_reserved.xstate_size = xstate_size; - if (config_enabled(CONFIG_IA32_EMULATION)) { + if (config_enabled(CONFIG_IA32_EMULATION) || + config_enabled(CONFIG_X86_32)) { + int fsave_header_size = sizeof(struct i387_fsave_struct); + fx_sw_reserved_ia32 = fx_sw_reserved; - fx_sw_reserved_ia32.extended_size += fsave_header_size; + fx_sw_reserved_ia32.extended_size = size + fsave_header_size; } } --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/Kconfig +++ linux-lts-utopic-3.16.0/arch/x86/kvm/Kconfig @@ -27,6 +27,7 @@ select MMU_NOTIFIER select ANON_INODES select HAVE_KVM_IRQCHIP + select HAVE_KVM_IRQFD select HAVE_KVM_IRQ_ROUTING select HAVE_KVM_EVENTFD select KVM_APIC_ARCHITECTURE --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/cpuid.c +++ linux-lts-utopic-3.16.0/arch/x86/kvm/cpuid.c @@ -53,14 +53,14 @@ return xcr0; } -void kvm_update_cpuid(struct kvm_vcpu *vcpu) +int kvm_update_cpuid(struct kvm_vcpu *vcpu) { struct kvm_cpuid_entry2 *best; struct kvm_lapic *apic = vcpu->arch.apic; best = kvm_find_cpuid_entry(vcpu, 1, 0); if (!best) - return; + return 0; /* Update OSXSAVE bit */ if (cpu_has_xsave && best->function == 0x1) { @@ -88,7 +88,17 @@ xstate_required_size(vcpu->arch.xcr0); } + /* + * The existing code assumes virtual address is 48-bit in the canonical + * address checks; exit if it is ever changed. + */ + best = kvm_find_cpuid_entry(vcpu, 0x80000008, 0); + if (best && ((best->eax & 0xff00) >> 8) != 48 && + ((best->eax & 0xff00) >> 8) != 0) + return -EINVAL; + kvm_pmu_cpuid_update(vcpu); + return 0; } static int is_efer_nx(void) @@ -151,10 +161,9 @@ } vcpu->arch.cpuid_nent = cpuid->nent; cpuid_fix_nx_cap(vcpu); - r = 0; kvm_apic_set_version(vcpu); kvm_x86_ops->cpuid_update(vcpu); - kvm_update_cpuid(vcpu); + r = kvm_update_cpuid(vcpu); out_free: vfree(cpuid_entries); @@ -178,9 +187,7 @@ vcpu->arch.cpuid_nent = cpuid->nent; kvm_apic_set_version(vcpu); kvm_x86_ops->cpuid_update(vcpu); - kvm_update_cpuid(vcpu); - return 0; - + r = kvm_update_cpuid(vcpu); out: return r; } --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/cpuid.h +++ linux-lts-utopic-3.16.0/arch/x86/kvm/cpuid.h @@ -3,7 +3,7 @@ #include "x86.h" -void kvm_update_cpuid(struct kvm_vcpu *vcpu); +int kvm_update_cpuid(struct kvm_vcpu *vcpu); struct kvm_cpuid_entry2 *kvm_find_cpuid_entry(struct kvm_vcpu *vcpu, u32 function, u32 index); int kvm_dev_ioctl_get_cpuid(struct kvm_cpuid2 *cpuid, --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/emulate.c +++ linux-lts-utopic-3.16.0/arch/x86/kvm/emulate.c @@ -499,11 +499,6 @@ masked_increment(reg_rmw(ctxt, VCPU_REGS_RSP), stack_mask(ctxt), inc); } -static inline void jmp_rel(struct x86_emulate_ctxt *ctxt, int rel) -{ - register_address_increment(ctxt, &ctxt->_eip, rel); -} - static u32 desc_limit_scaled(struct desc_struct *desc) { u32 limit = get_desc_limit(desc); @@ -577,6 +572,40 @@ return emulate_exception(ctxt, NM_VECTOR, 0, false); } +static inline int assign_eip_far(struct x86_emulate_ctxt *ctxt, ulong dst, + int cs_l) +{ + switch (ctxt->op_bytes) { + case 2: + ctxt->_eip = (u16)dst; + break; + case 4: + ctxt->_eip = (u32)dst; + break; +#ifdef CONFIG_X86_64 + case 8: + if ((cs_l && is_noncanonical_address(dst)) || + (!cs_l && (dst >> 32) != 0)) + return emulate_gp(ctxt, 0); + ctxt->_eip = dst; + break; +#endif + default: + WARN(1, "unsupported eip assignment size\n"); + } + return X86EMUL_CONTINUE; +} + +static inline int assign_eip_near(struct x86_emulate_ctxt *ctxt, ulong dst) +{ + return assign_eip_far(ctxt, dst, ctxt->mode == X86EMUL_MODE_PROT64); +} + +static inline int jmp_rel(struct x86_emulate_ctxt *ctxt, int rel) +{ + return assign_eip_near(ctxt, ctxt->_eip + rel); +} + static u16 get_segment_selector(struct x86_emulate_ctxt *ctxt, unsigned seg) { u16 selector; @@ -1220,12 +1249,14 @@ long sv = 0, mask; if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { - mask = ~(ctxt->dst.bytes * 8 - 1); + mask = ~((long)ctxt->dst.bytes * 8 - 1); if (ctxt->src.bytes == 2) sv = (s16)ctxt->src.val & (s16)mask; else if (ctxt->src.bytes == 4) sv = (s32)ctxt->src.val & (s32)mask; + else + sv = (s64)ctxt->src.val & (s64)mask; ctxt->dst.addr.mem.ea += (sv >> 3); } @@ -1412,7 +1443,9 @@ /* Does not support long mode */ static int __load_segment_descriptor(struct x86_emulate_ctxt *ctxt, - u16 selector, int seg, u8 cpl, bool in_task_switch) + u16 selector, int seg, u8 cpl, + bool in_task_switch, + struct desc_struct *desc) { struct desc_struct seg_desc, old_desc; u8 dpl, rpl; @@ -1502,6 +1535,15 @@ if (rpl > cpl || dpl != cpl) goto exception; } + /* in long-mode d/b must be clear if l is set */ + if (seg_desc.d && seg_desc.l) { + u64 efer = 0; + + ctxt->ops->get_msr(ctxt, MSR_EFER, &efer); + if (efer & EFER_LMA) + goto exception; + } + /* CS(RPL) <- CPL */ selector = (selector & 0xfffc) | cpl; break; @@ -1541,6 +1583,8 @@ } load: ctxt->ops->set_segment(ctxt, selector, &seg_desc, 0, seg); + if (desc) + *desc = seg_desc; return X86EMUL_CONTINUE; exception: emulate_exception(ctxt, err_vec, err_code, true); @@ -1551,7 +1595,7 @@ u16 selector, int seg) { u8 cpl = ctxt->ops->cpl(ctxt); - return __load_segment_descriptor(ctxt, selector, seg, cpl, false); + return __load_segment_descriptor(ctxt, selector, seg, cpl, false, NULL); } static void write_register_operand(struct operand *op) @@ -1948,17 +1992,31 @@ static int em_jmp_far(struct x86_emulate_ctxt *ctxt) { int rc; - unsigned short sel; + unsigned short sel, old_sel; + struct desc_struct old_desc, new_desc; + const struct x86_emulate_ops *ops = ctxt->ops; + u8 cpl = ctxt->ops->cpl(ctxt); + + /* Assignment of RIP may only fail in 64-bit mode */ + if (ctxt->mode == X86EMUL_MODE_PROT64) + ops->get_segment(ctxt, &old_sel, &old_desc, NULL, + VCPU_SREG_CS); memcpy(&sel, ctxt->src.valptr + ctxt->op_bytes, 2); - rc = load_segment_descriptor(ctxt, sel, VCPU_SREG_CS); + rc = __load_segment_descriptor(ctxt, sel, VCPU_SREG_CS, cpl, false, + &new_desc); if (rc != X86EMUL_CONTINUE) return rc; - ctxt->_eip = 0; - memcpy(&ctxt->_eip, ctxt->src.valptr, ctxt->op_bytes); - return X86EMUL_CONTINUE; + rc = assign_eip_far(ctxt, ctxt->src.val, new_desc.l); + if (rc != X86EMUL_CONTINUE) { + WARN_ON(ctxt->mode != X86EMUL_MODE_PROT64); + /* assigning eip failed; restore the old cs */ + ops->set_segment(ctxt, old_sel, &old_desc, 0, VCPU_SREG_CS); + return rc; + } + return rc; } static int em_grp45(struct x86_emulate_ctxt *ctxt) @@ -1969,13 +2027,15 @@ case 2: /* call near abs */ { long int old_eip; old_eip = ctxt->_eip; - ctxt->_eip = ctxt->src.val; + rc = assign_eip_near(ctxt, ctxt->src.val); + if (rc != X86EMUL_CONTINUE) + break; ctxt->src.val = old_eip; rc = em_push(ctxt); break; } case 4: /* jmp abs */ - ctxt->_eip = ctxt->src.val; + rc = assign_eip_near(ctxt, ctxt->src.val); break; case 5: /* jmp far */ rc = em_jmp_far(ctxt); @@ -2007,26 +2067,47 @@ static int em_ret(struct x86_emulate_ctxt *ctxt) { - ctxt->dst.type = OP_REG; - ctxt->dst.addr.reg = &ctxt->_eip; - ctxt->dst.bytes = ctxt->op_bytes; - return em_pop(ctxt); + int rc; + unsigned long eip; + + rc = emulate_pop(ctxt, &eip, ctxt->op_bytes); + if (rc != X86EMUL_CONTINUE) + return rc; + + return assign_eip_near(ctxt, eip); } static int em_ret_far(struct x86_emulate_ctxt *ctxt) { int rc; - unsigned long cs; + unsigned long eip, cs; + u16 old_cs; + int cpl = ctxt->ops->cpl(ctxt); + struct desc_struct old_desc, new_desc; + const struct x86_emulate_ops *ops = ctxt->ops; + + if (ctxt->mode == X86EMUL_MODE_PROT64) + ops->get_segment(ctxt, &old_cs, &old_desc, NULL, + VCPU_SREG_CS); - rc = emulate_pop(ctxt, &ctxt->_eip, ctxt->op_bytes); + rc = emulate_pop(ctxt, &eip, ctxt->op_bytes); if (rc != X86EMUL_CONTINUE) return rc; - if (ctxt->op_bytes == 4) - ctxt->_eip = (u32)ctxt->_eip; rc = emulate_pop(ctxt, &cs, ctxt->op_bytes); if (rc != X86EMUL_CONTINUE) return rc; - rc = load_segment_descriptor(ctxt, (u16)cs, VCPU_SREG_CS); + /* Outer-privilege level return is not implemented */ + if (ctxt->mode >= X86EMUL_MODE_PROT16 && (cs & 3) > cpl) + return X86EMUL_UNHANDLEABLE; + rc = __load_segment_descriptor(ctxt, (u16)cs, VCPU_SREG_CS, cpl, false, + &new_desc); + if (rc != X86EMUL_CONTINUE) + return rc; + rc = assign_eip_far(ctxt, eip, new_desc.l); + if (rc != X86EMUL_CONTINUE) { + WARN_ON(ctxt->mode != X86EMUL_MODE_PROT64); + ops->set_segment(ctxt, old_cs, &old_desc, 0, VCPU_SREG_CS); + } return rc; } @@ -2232,7 +2313,7 @@ * Not recognized on AMD in compat mode (but is recognized in legacy * mode). */ - if ((ctxt->mode == X86EMUL_MODE_PROT32) && (efer & EFER_LMA) + if ((ctxt->mode != X86EMUL_MODE_PROT64) && (efer & EFER_LMA) && !vendor_intel(ctxt)) return emulate_ud(ctxt); @@ -2245,25 +2326,13 @@ setup_syscalls_segments(ctxt, &cs, &ss); ops->get_msr(ctxt, MSR_IA32_SYSENTER_CS, &msr_data); - switch (ctxt->mode) { - case X86EMUL_MODE_PROT32: - if ((msr_data & 0xfffc) == 0x0) - return emulate_gp(ctxt, 0); - break; - case X86EMUL_MODE_PROT64: - if (msr_data == 0x0) - return emulate_gp(ctxt, 0); - break; - default: - break; - } + if ((msr_data & 0xfffc) == 0x0) + return emulate_gp(ctxt, 0); ctxt->eflags &= ~(EFLG_VM | EFLG_IF | EFLG_RF); - cs_sel = (u16)msr_data; - cs_sel &= ~SELECTOR_RPL_MASK; + cs_sel = (u16)msr_data & ~SELECTOR_RPL_MASK; ss_sel = cs_sel + 8; - ss_sel &= ~SELECTOR_RPL_MASK; - if (ctxt->mode == X86EMUL_MODE_PROT64 || (efer & EFER_LMA)) { + if (efer & EFER_LMA) { cs.d = 0; cs.l = 1; } @@ -2272,10 +2341,11 @@ ops->set_segment(ctxt, ss_sel, &ss, 0, VCPU_SREG_SS); ops->get_msr(ctxt, MSR_IA32_SYSENTER_EIP, &msr_data); - ctxt->_eip = msr_data; + ctxt->_eip = (efer & EFER_LMA) ? msr_data : (u32)msr_data; ops->get_msr(ctxt, MSR_IA32_SYSENTER_ESP, &msr_data); - *reg_write(ctxt, VCPU_REGS_RSP) = msr_data; + *reg_write(ctxt, VCPU_REGS_RSP) = (efer & EFER_LMA) ? msr_data : + (u32)msr_data; return X86EMUL_CONTINUE; } @@ -2284,7 +2354,7 @@ { const struct x86_emulate_ops *ops = ctxt->ops; struct desc_struct cs, ss; - u64 msr_data; + u64 msr_data, rcx, rdx; int usermode; u16 cs_sel = 0, ss_sel = 0; @@ -2300,6 +2370,9 @@ else usermode = X86EMUL_MODE_PROT32; + rcx = reg_read(ctxt, VCPU_REGS_RCX); + rdx = reg_read(ctxt, VCPU_REGS_RDX); + cs.dpl = 3; ss.dpl = 3; ops->get_msr(ctxt, MSR_IA32_SYSENTER_CS, &msr_data); @@ -2317,6 +2390,9 @@ ss_sel = cs_sel + 8; cs.d = 0; cs.l = 1; + if (is_noncanonical_address(rcx) || + is_noncanonical_address(rdx)) + return emulate_gp(ctxt, 0); break; } cs_sel |= SELECTOR_RPL_MASK; @@ -2325,8 +2401,8 @@ ops->set_segment(ctxt, cs_sel, &cs, 0, VCPU_SREG_CS); ops->set_segment(ctxt, ss_sel, &ss, 0, VCPU_SREG_SS); - ctxt->_eip = reg_read(ctxt, VCPU_REGS_RDX); - *reg_write(ctxt, VCPU_REGS_RSP) = reg_read(ctxt, VCPU_REGS_RCX); + ctxt->_eip = rdx; + *reg_write(ctxt, VCPU_REGS_RSP) = rcx; return X86EMUL_CONTINUE; } @@ -2444,19 +2520,24 @@ * Now load segment descriptors. If fault happens at this stage * it is handled in a context of new task */ - ret = __load_segment_descriptor(ctxt, tss->ldt, VCPU_SREG_LDTR, cpl, true); + ret = __load_segment_descriptor(ctxt, tss->ldt, VCPU_SREG_LDTR, cpl, + true, NULL); if (ret != X86EMUL_CONTINUE) return ret; - ret = __load_segment_descriptor(ctxt, tss->es, VCPU_SREG_ES, cpl, true); + ret = __load_segment_descriptor(ctxt, tss->es, VCPU_SREG_ES, cpl, + true, NULL); if (ret != X86EMUL_CONTINUE) return ret; - ret = __load_segment_descriptor(ctxt, tss->cs, VCPU_SREG_CS, cpl, true); + ret = __load_segment_descriptor(ctxt, tss->cs, VCPU_SREG_CS, cpl, + true, NULL); if (ret != X86EMUL_CONTINUE) return ret; - ret = __load_segment_descriptor(ctxt, tss->ss, VCPU_SREG_SS, cpl, true); + ret = __load_segment_descriptor(ctxt, tss->ss, VCPU_SREG_SS, cpl, + true, NULL); if (ret != X86EMUL_CONTINUE) return ret; - ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, true); + ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, + true, NULL); if (ret != X86EMUL_CONTINUE) return ret; @@ -2581,25 +2662,32 @@ * Now load segment descriptors. If fault happenes at this stage * it is handled in a context of new task */ - ret = __load_segment_descriptor(ctxt, tss->ldt_selector, VCPU_SREG_LDTR, cpl, true); + ret = __load_segment_descriptor(ctxt, tss->ldt_selector, VCPU_SREG_LDTR, + cpl, true, NULL); if (ret != X86EMUL_CONTINUE) return ret; - ret = __load_segment_descriptor(ctxt, tss->es, VCPU_SREG_ES, cpl, true); + ret = __load_segment_descriptor(ctxt, tss->es, VCPU_SREG_ES, cpl, + true, NULL); if (ret != X86EMUL_CONTINUE) return ret; - ret = __load_segment_descriptor(ctxt, tss->cs, VCPU_SREG_CS, cpl, true); + ret = __load_segment_descriptor(ctxt, tss->cs, VCPU_SREG_CS, cpl, + true, NULL); if (ret != X86EMUL_CONTINUE) return ret; - ret = __load_segment_descriptor(ctxt, tss->ss, VCPU_SREG_SS, cpl, true); + ret = __load_segment_descriptor(ctxt, tss->ss, VCPU_SREG_SS, cpl, + true, NULL); if (ret != X86EMUL_CONTINUE) return ret; - ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, true); + ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, + true, NULL); if (ret != X86EMUL_CONTINUE) return ret; - ret = __load_segment_descriptor(ctxt, tss->fs, VCPU_SREG_FS, cpl, true); + ret = __load_segment_descriptor(ctxt, tss->fs, VCPU_SREG_FS, cpl, + true, NULL); if (ret != X86EMUL_CONTINUE) return ret; - ret = __load_segment_descriptor(ctxt, tss->gs, VCPU_SREG_GS, cpl, true); + ret = __load_segment_descriptor(ctxt, tss->gs, VCPU_SREG_GS, cpl, + true, NULL); if (ret != X86EMUL_CONTINUE) return ret; @@ -2867,10 +2955,13 @@ static int em_call(struct x86_emulate_ctxt *ctxt) { + int rc; long rel = ctxt->src.val; ctxt->src.val = (unsigned long)ctxt->_eip; - jmp_rel(ctxt, rel); + rc = jmp_rel(ctxt, rel); + if (rc != X86EMUL_CONTINUE) + return rc; return em_push(ctxt); } @@ -2879,34 +2970,50 @@ u16 sel, old_cs; ulong old_eip; int rc; + struct desc_struct old_desc, new_desc; + const struct x86_emulate_ops *ops = ctxt->ops; + int cpl = ctxt->ops->cpl(ctxt); - old_cs = get_segment_selector(ctxt, VCPU_SREG_CS); old_eip = ctxt->_eip; + ops->get_segment(ctxt, &old_cs, &old_desc, NULL, VCPU_SREG_CS); memcpy(&sel, ctxt->src.valptr + ctxt->op_bytes, 2); - if (load_segment_descriptor(ctxt, sel, VCPU_SREG_CS)) + rc = __load_segment_descriptor(ctxt, sel, VCPU_SREG_CS, cpl, false, + &new_desc); + if (rc != X86EMUL_CONTINUE) return X86EMUL_CONTINUE; - ctxt->_eip = 0; - memcpy(&ctxt->_eip, ctxt->src.valptr, ctxt->op_bytes); + rc = assign_eip_far(ctxt, ctxt->src.val, new_desc.l); + if (rc != X86EMUL_CONTINUE) + goto fail; ctxt->src.val = old_cs; rc = em_push(ctxt); if (rc != X86EMUL_CONTINUE) - return rc; + goto fail; ctxt->src.val = old_eip; - return em_push(ctxt); + rc = em_push(ctxt); + /* If we failed, we tainted the memory, but the very least we should + restore cs */ + if (rc != X86EMUL_CONTINUE) + goto fail; + return rc; +fail: + ops->set_segment(ctxt, old_cs, &old_desc, 0, VCPU_SREG_CS); + return rc; + } static int em_ret_near_imm(struct x86_emulate_ctxt *ctxt) { int rc; + unsigned long eip; - ctxt->dst.type = OP_REG; - ctxt->dst.addr.reg = &ctxt->_eip; - ctxt->dst.bytes = ctxt->op_bytes; - rc = emulate_pop(ctxt, &ctxt->dst.val, ctxt->op_bytes); + rc = emulate_pop(ctxt, &eip, ctxt->op_bytes); + if (rc != X86EMUL_CONTINUE) + return rc; + rc = assign_eip_near(ctxt, eip); if (rc != X86EMUL_CONTINUE) return rc; rsp_increment(ctxt, ctxt->src.val); @@ -3236,20 +3343,24 @@ static int em_loop(struct x86_emulate_ctxt *ctxt) { + int rc = X86EMUL_CONTINUE; + register_address_increment(ctxt, reg_rmw(ctxt, VCPU_REGS_RCX), -1); if ((address_mask(ctxt, reg_read(ctxt, VCPU_REGS_RCX)) != 0) && (ctxt->b == 0xe2 || test_cc(ctxt->b ^ 0x5, ctxt->eflags))) - jmp_rel(ctxt, ctxt->src.val); + rc = jmp_rel(ctxt, ctxt->src.val); - return X86EMUL_CONTINUE; + return rc; } static int em_jcxz(struct x86_emulate_ctxt *ctxt) { + int rc = X86EMUL_CONTINUE; + if (address_mask(ctxt, reg_read(ctxt, VCPU_REGS_RCX)) == 0) - jmp_rel(ctxt, ctxt->src.val); + rc = jmp_rel(ctxt, ctxt->src.val); - return X86EMUL_CONTINUE; + return rc; } static int em_in(struct x86_emulate_ctxt *ctxt) @@ -4109,6 +4220,7 @@ fetch_register_operand(op); break; case OpCL: + op->type = OP_IMM; op->bytes = 1; op->val = reg_read(ctxt, VCPU_REGS_RCX) & 0xff; break; @@ -4116,6 +4228,7 @@ rc = decode_imm(ctxt, op, 1, true); break; case OpOne: + op->type = OP_IMM; op->bytes = 1; op->val = 1; break; @@ -4174,21 +4287,27 @@ ctxt->memop.bytes = ctxt->op_bytes + 2; goto mem_common; case OpES: + op->type = OP_IMM; op->val = VCPU_SREG_ES; break; case OpCS: + op->type = OP_IMM; op->val = VCPU_SREG_CS; break; case OpSS: + op->type = OP_IMM; op->val = VCPU_SREG_SS; break; case OpDS: + op->type = OP_IMM; op->val = VCPU_SREG_DS; break; case OpFS: + op->type = OP_IMM; op->val = VCPU_SREG_FS; break; case OpGS: + op->type = OP_IMM; op->val = VCPU_SREG_GS; break; case OpImplicit: @@ -4612,7 +4731,8 @@ if (rc != X86EMUL_CONTINUE) goto done; } - ctxt->dst.orig_val = ctxt->dst.val; + /* Copy full 64-bit value for CMPXCHG8B. */ + ctxt->dst.orig_val64 = ctxt->dst.val64; special_insn: @@ -4650,7 +4770,7 @@ break; case 0x70 ... 0x7f: /* jcc (short) */ if (test_cc(ctxt->b, ctxt->eflags)) - jmp_rel(ctxt, ctxt->src.val); + rc = jmp_rel(ctxt, ctxt->src.val); break; case 0x8d: /* lea r16/r32, m */ ctxt->dst.val = ctxt->src.addr.mem.ea; @@ -4679,7 +4799,7 @@ break; case 0xe9: /* jmp rel */ case 0xeb: /* jmp rel short */ - jmp_rel(ctxt, ctxt->src.val); + rc = jmp_rel(ctxt, ctxt->src.val); ctxt->dst.type = OP_NONE; /* Disable writeback. */ break; case 0xf4: /* hlt */ @@ -4799,7 +4919,7 @@ break; case 0x80 ... 0x8f: /* jnz rel, etc*/ if (test_cc(ctxt->b, ctxt->eflags)) - jmp_rel(ctxt, ctxt->src.val); + rc = jmp_rel(ctxt, ctxt->src.val); break; case 0x90 ... 0x9f: /* setcc r/m8 */ ctxt->dst.val = test_cc(ctxt->b, ctxt->eflags); --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/i8254.c +++ linux-lts-utopic-3.16.0/arch/x86/kvm/i8254.c @@ -262,8 +262,10 @@ return; timer = &pit->pit_state.timer; + mutex_lock(&pit->pit_state.lock); if (hrtimer_cancel(timer)) hrtimer_start_expires(timer, HRTIMER_MODE_ABS); + mutex_unlock(&pit->pit_state.lock); } static void destroy_pit_timer(struct kvm_pit *pit) @@ -303,7 +305,7 @@ * LVT0 to NMI delivery. Other PIC interrupts are just sent to * VCPU0, and only if its LVT0 is in EXTINT mode. */ - if (kvm->arch.vapics_in_nmi_mode > 0) + if (atomic_read(&kvm->arch.vapics_in_nmi_mode) > 0) kvm_for_each_vcpu(i, vcpu, kvm) kvm_apic_nmi_wd_deliver(vcpu); } @@ -416,6 +418,7 @@ u8 saved_mode; if (hpet_legacy_start) { /* save existing mode for later reenablement */ + WARN_ON(channel != 0); saved_mode = kvm->arch.vpit->pit_state.channels[0].mode; kvm->arch.vpit->pit_state.channels[0].mode = 0xff; /* disable timer */ pit_load_count(kvm, channel, val); --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/irq.c +++ linux-lts-utopic-3.16.0/arch/x86/kvm/irq.c @@ -108,7 +108,7 @@ vector = kvm_cpu_get_extint(v); - if (kvm_apic_vid_enabled(v->kvm) || vector != -1) + if (vector != -1) return vector; /* PIC */ return kvm_get_apic_interrupt(v); /* APIC */ --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/lapic.c +++ linux-lts-utopic-3.16.0/arch/x86/kvm/lapic.c @@ -323,8 +323,12 @@ static inline void apic_set_irr(int vec, struct kvm_lapic *apic) { - apic->irr_pending = true; apic_set_vector(vec, apic->regs + APIC_IRR); + /* + * irr_pending must be true if any interrupt is pending; set it after + * APIC_IRR to avoid race with apic_clear_irr + */ + apic->irr_pending = true; } static inline int apic_search_irr(struct kvm_lapic *apic) @@ -352,25 +356,48 @@ static inline void apic_clear_irr(int vec, struct kvm_lapic *apic) { - apic->irr_pending = false; - apic_clear_vector(vec, apic->regs + APIC_IRR); - if (apic_search_irr(apic) != -1) - apic->irr_pending = true; + struct kvm_vcpu *vcpu; + + vcpu = apic->vcpu; + + if (unlikely(kvm_apic_vid_enabled(vcpu->kvm))) { + /* try to update RVI */ + apic_clear_vector(vec, apic->regs + APIC_IRR); + kvm_make_request(KVM_REQ_EVENT, vcpu); + } else { + apic->irr_pending = false; + apic_clear_vector(vec, apic->regs + APIC_IRR); + if (apic_search_irr(apic) != -1) + apic->irr_pending = true; + } } static inline void apic_set_isr(int vec, struct kvm_lapic *apic) { - /* Note that we never get here with APIC virtualization enabled. */ + struct kvm_vcpu *vcpu; + + if (__apic_test_and_set_vector(vec, apic->regs + APIC_ISR)) + return; + + vcpu = apic->vcpu; - if (!__apic_test_and_set_vector(vec, apic->regs + APIC_ISR)) - ++apic->isr_count; - BUG_ON(apic->isr_count > MAX_APIC_VECTOR); /* - * ISR (in service register) bit is set when injecting an interrupt. - * The highest vector is injected. Thus the latest bit set matches - * the highest bit in ISR. + * With APIC virtualization enabled, all caching is disabled + * because the processor can modify ISR under the hood. Instead + * just set SVI. */ - apic->highest_isr_cache = vec; + if (unlikely(kvm_apic_vid_enabled(vcpu->kvm))) + kvm_x86_ops->hwapic_isr_update(vcpu->kvm, vec); + else { + ++apic->isr_count; + BUG_ON(apic->isr_count > MAX_APIC_VECTOR); + /* + * ISR (in service register) bit is set when injecting an interrupt. + * The highest vector is injected. Thus the latest bit set matches + * the highest bit in ISR. + */ + apic->highest_isr_cache = vec; + } } static inline int apic_find_highest_isr(struct kvm_lapic *apic) @@ -1088,10 +1115,10 @@ if (!nmi_wd_enabled) { apic_debug("Receive NMI setting on APIC_LVT0 " "for cpu %d\n", apic->vcpu->vcpu_id); - apic->vcpu->kvm->arch.vapics_in_nmi_mode++; + atomic_inc(&apic->vcpu->kvm->arch.vapics_in_nmi_mode); } } else if (nmi_wd_enabled) - apic->vcpu->kvm->arch.vapics_in_nmi_mode--; + atomic_dec(&apic->vcpu->kvm->arch.vapics_in_nmi_mode); } static int apic_reg_write(struct kvm_lapic *apic, u32 reg, u32 val) @@ -1627,11 +1654,16 @@ int vector = kvm_apic_has_interrupt(vcpu); struct kvm_lapic *apic = vcpu->arch.apic; - /* Note that we never get here with APIC virtualization enabled. */ - if (vector == -1) return -1; + /* + * We get here even with APIC virtualization enabled, if doing + * nested virtualization and L1 runs with the "acknowledge interrupt + * on exit" mode. Then we cannot inject the interrupt via RVI, + * because the process would deliver it through the IDT. + */ + apic_set_isr(vector, apic); apic_update_ppr(apic); apic_clear_irr(vector, apic); @@ -1653,6 +1685,7 @@ apic_update_ppr(apic); hrtimer_cancel(&apic->lapic_timer.timer); + apic_manage_nmi_watchdog(apic, kvm_apic_get_reg(apic, APIC_LVT0)); update_divide_count(apic); start_apic_timer(apic); apic->irr_pending = true; --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/lapic.h +++ linux-lts-utopic-3.16.0/arch/x86/kvm/lapic.h @@ -165,7 +165,7 @@ static inline bool kvm_apic_has_events(struct kvm_vcpu *vcpu) { - return vcpu->arch.apic->pending_events; + return kvm_vcpu_has_lapic(vcpu) && vcpu->arch.apic->pending_events; } bool kvm_apic_pending_eoi(struct kvm_vcpu *vcpu, int vector); --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/mmu.c +++ linux-lts-utopic-3.16.0/arch/x86/kvm/mmu.c @@ -199,16 +199,20 @@ EXPORT_SYMBOL_GPL(kvm_mmu_set_mmio_spte_mask); /* - * spte bits of bit 3 ~ bit 11 are used as low 9 bits of generation number, - * the bits of bits 52 ~ bit 61 are used as high 10 bits of generation - * number. + * the low bit of the generation number is always presumed to be zero. + * This disables mmio caching during memslot updates. The concept is + * similar to a seqcount but instead of retrying the access we just punt + * and ignore the cache. + * + * spte bits 3-11 are used as bits 1-9 of the generation number, + * the bits 52-61 are used as bits 10-19 of the generation number. */ -#define MMIO_SPTE_GEN_LOW_SHIFT 3 +#define MMIO_SPTE_GEN_LOW_SHIFT 2 #define MMIO_SPTE_GEN_HIGH_SHIFT 52 -#define MMIO_GEN_SHIFT 19 -#define MMIO_GEN_LOW_SHIFT 9 -#define MMIO_GEN_LOW_MASK ((1 << MMIO_GEN_LOW_SHIFT) - 1) +#define MMIO_GEN_SHIFT 20 +#define MMIO_GEN_LOW_SHIFT 10 +#define MMIO_GEN_LOW_MASK ((1 << MMIO_GEN_LOW_SHIFT) - 2) #define MMIO_GEN_MASK ((1 << MMIO_GEN_SHIFT) - 1) #define MMIO_MAX_GEN ((1 << MMIO_GEN_SHIFT) - 1) @@ -236,12 +240,7 @@ static unsigned int kvm_current_mmio_generation(struct kvm *kvm) { - /* - * Init kvm generation close to MMIO_MAX_GEN to easily test the - * code of handling generation number wrap-around. - */ - return (kvm_memslots(kvm)->generation + - MMIO_MAX_GEN - 150) & MMIO_GEN_MASK; + return kvm_memslots(kvm)->generation & MMIO_GEN_MASK; } static void mark_mmio_spte(struct kvm *kvm, u64 *sptep, u64 gfn, @@ -378,12 +377,6 @@ { return ACCESS_ONCE(*sptep); } - -static bool __check_direct_spte_mmio_pf(u64 spte) -{ - /* It is valid if the spte is zapped. */ - return spte == 0ull; -} #else union split_spte { struct { @@ -499,23 +492,6 @@ return spte.spte; } - -static bool __check_direct_spte_mmio_pf(u64 spte) -{ - union split_spte sspte = (union split_spte)spte; - u32 high_mmio_mask = shadow_mmio_mask >> 32; - - /* It is valid if the spte is zapped. */ - if (spte == 0ull) - return true; - - /* It is valid if the spte is being zapped. */ - if (sspte.spte_low == 0ull && - (sspte.spte_high & high_mmio_mask) == high_mmio_mask) - return true; - - return false; -} #endif static bool spte_is_locklessly_modifiable(u64 spte) @@ -3163,7 +3139,7 @@ if (!VALID_PAGE(vcpu->arch.mmu.root_hpa)) return; - vcpu_clear_mmio_info(vcpu, ~0ul); + vcpu_clear_mmio_info(vcpu, MMIO_GVA_ANY); kvm_mmu_audit(vcpu, AUDIT_PRE_SYNC); if (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL) { hpa_t root = vcpu->arch.mmu.root_hpa; @@ -3217,21 +3193,6 @@ return vcpu_match_mmio_gva(vcpu, addr); } - -/* - * On direct hosts, the last spte is only allows two states - * for mmio page fault: - * - It is the mmio spte - * - It is zapped or it is being zapped. - * - * This function completely checks the spte when the last spte - * is not the mmio spte. - */ -static bool check_direct_spte_mmio_pf(u64 spte) -{ - return __check_direct_spte_mmio_pf(spte); -} - static u64 walk_shadow_page_get_mmio_spte(struct kvm_vcpu *vcpu, u64 addr) { struct kvm_shadow_walk_iterator iterator; @@ -3274,13 +3235,6 @@ } /* - * It's ok if the gva is remapped by other cpus on shadow guest, - * it's a BUG if the gfn is not a mmio page. - */ - if (direct && !check_direct_spte_mmio_pf(spte)) - return RET_MMIO_PF_BUG; - - /* * If the page table is zapped by other cpus, let CPU fault again on * the address. */ @@ -3610,8 +3564,8 @@ } } -void update_permission_bitmask(struct kvm_vcpu *vcpu, - struct kvm_mmu *mmu, bool ept) +static void update_permission_bitmask(struct kvm_vcpu *vcpu, + struct kvm_mmu *mmu, bool ept) { unsigned bit, byte, pfec; u8 map; @@ -3792,6 +3746,7 @@ void kvm_init_shadow_mmu(struct kvm_vcpu *vcpu, struct kvm_mmu *context) { bool smep = kvm_read_cr4_bits(vcpu, X86_CR4_SMEP); + bool smap = kvm_read_cr4_bits(vcpu, X86_CR4_SMAP); ASSERT(vcpu); ASSERT(!VALID_PAGE(vcpu->arch.mmu.root_hpa)); @@ -3809,6 +3764,8 @@ vcpu->arch.mmu.base_role.cr0_wp = is_write_protection(vcpu); vcpu->arch.mmu.base_role.smep_andnot_wp = smep && !is_write_protection(vcpu); + context->base_role.smap_andnot_wp + = smap && !is_write_protection(vcpu); } EXPORT_SYMBOL_GPL(kvm_init_shadow_mmu); @@ -4080,12 +4037,18 @@ const u8 *new, int bytes) { gfn_t gfn = gpa >> PAGE_SHIFT; - union kvm_mmu_page_role mask = { .word = 0 }; struct kvm_mmu_page *sp; LIST_HEAD(invalid_list); u64 entry, gentry, *spte; int npte; bool remote_flush, local_flush, zap_page; + union kvm_mmu_page_role mask = { }; + + mask.cr0_wp = 1; + mask.cr4_pae = 1; + mask.nxe = 1; + mask.smep_andnot_wp = 1; + mask.smap_andnot_wp = 1; /* * If we don't have indirect shadow pages, it means no page is @@ -4111,7 +4074,6 @@ ++vcpu->kvm->stat.mmu_pte_write; kvm_mmu_audit(vcpu, AUDIT_PRE_PTE_WRITE); - mask.cr0_wp = mask.cr4_pae = mask.nxe = 1; for_each_gfn_indirect_valid_sp(vcpu->kvm, sp, gfn) { if (detect_write_misaligned(sp, gpa, bytes) || detect_write_flooding(sp)) { @@ -4433,8 +4395,8 @@ * The very rare case: if the generation-number is round, * zap all shadow pages. */ - if (unlikely(kvm_current_mmio_generation(kvm) >= MMIO_MAX_GEN)) { - printk_ratelimited(KERN_INFO "kvm: zapping shadow pages for mmio generation wraparound\n"); + if (unlikely(kvm_current_mmio_generation(kvm) == 0)) { + printk_ratelimited(KERN_DEBUG "kvm: zapping shadow pages for mmio generation wraparound\n"); kvm_mmu_invalidate_zap_all_pages(kvm); } } --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/mmu.h +++ linux-lts-utopic-3.16.0/arch/x86/kvm/mmu.h @@ -79,8 +79,6 @@ void kvm_init_shadow_mmu(struct kvm_vcpu *vcpu, struct kvm_mmu *context); void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, struct kvm_mmu *context, bool execonly); -void update_permission_bitmask(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, - bool ept); static inline unsigned int kvm_mmu_available_pages(struct kvm *kvm) { @@ -174,6 +172,8 @@ int index = (pfec >> 1) + (smap >> (X86_EFLAGS_AC_BIT - PFERR_RSVD_BIT + 1)); + WARN_ON(pfec & PFERR_RSVD_MASK); + return (mmu->permissions[index] >> pte_access) & 1; } --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/paging_tmpl.h +++ linux-lts-utopic-3.16.0/arch/x86/kvm/paging_tmpl.h @@ -257,7 +257,7 @@ return ret; mark_page_dirty(vcpu->kvm, table_gfn); - walker->ptes[level] = pte; + walker->ptes[level - 1] = pte; } return 0; } @@ -706,6 +706,13 @@ mmu_is_nested(vcpu)); if (likely(r != RET_MMIO_PF_INVALID)) return r; + + /* + * page fault with PFEC.RSVD = 1 is caused by shadow + * page fault, should not be used to walk guest page + * table. + */ + error_code &= ~PFERR_RSVD_MASK; }; r = mmu_topup_memory_caches(vcpu); --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/svm.c +++ linux-lts-utopic-3.16.0/arch/x86/kvm/svm.c @@ -511,8 +511,10 @@ { struct vcpu_svm *svm = to_svm(vcpu); - if (svm->vmcb->control.next_rip != 0) + if (svm->vmcb->control.next_rip != 0) { + WARN_ON_ONCE(!static_cpu_has(X86_FEATURE_NRIPS)); svm->next_rip = svm->vmcb->control.next_rip; + } if (!svm->next_rip) { if (emulate_instruction(vcpu, EMULTYPE_SKIP) != @@ -1101,6 +1103,8 @@ set_exception_intercept(svm, PF_VECTOR); set_exception_intercept(svm, UD_VECTOR); set_exception_intercept(svm, MC_VECTOR); + set_exception_intercept(svm, AC_VECTOR); + set_exception_intercept(svm, DB_VECTOR); set_intercept(svm, INTERCEPT_INTR); set_intercept(svm, INTERCEPT_NMI); @@ -1631,20 +1635,13 @@ mark_dirty(svm->vmcb, VMCB_SEG); } -static void update_db_bp_intercept(struct kvm_vcpu *vcpu) +static void update_bp_intercept(struct kvm_vcpu *vcpu) { struct vcpu_svm *svm = to_svm(vcpu); - clr_exception_intercept(svm, DB_VECTOR); clr_exception_intercept(svm, BP_VECTOR); - if (svm->nmi_singlestep) - set_exception_intercept(svm, DB_VECTOR); - if (vcpu->guest_debug & KVM_GUESTDBG_ENABLE) { - if (vcpu->guest_debug & - (KVM_GUESTDBG_SINGLESTEP | KVM_GUESTDBG_USE_HW_BP)) - set_exception_intercept(svm, DB_VECTOR); if (vcpu->guest_debug & KVM_GUESTDBG_USE_SW_BP) set_exception_intercept(svm, BP_VECTOR); } else @@ -1750,7 +1747,6 @@ if (!(svm->vcpu.guest_debug & KVM_GUESTDBG_SINGLESTEP)) svm->vmcb->save.rflags &= ~(X86_EFLAGS_TF | X86_EFLAGS_RF); - update_db_bp_intercept(&svm->vcpu); } if (svm->vcpu.guest_debug & @@ -1785,6 +1781,12 @@ return 1; } +static int ac_interception(struct vcpu_svm *svm) +{ + kvm_queue_exception_e(&svm->vcpu, AC_VECTOR, 0); + return 1; +} + static void svm_fpu_activate(struct kvm_vcpu *vcpu) { struct vcpu_svm *svm = to_svm(vcpu); @@ -3228,7 +3230,7 @@ msr.host_initiated = false; svm->next_rip = kvm_rip_read(&svm->vcpu) + 2; - if (svm_set_msr(&svm->vcpu, &msr)) { + if (kvm_set_msr(&svm->vcpu, &msr)) { trace_kvm_msr_write_ex(ecx, data); kvm_inject_gp(&svm->vcpu, 0); } else { @@ -3325,6 +3327,7 @@ [SVM_EXIT_EXCP_BASE + PF_VECTOR] = pf_interception, [SVM_EXIT_EXCP_BASE + NM_VECTOR] = nm_interception, [SVM_EXIT_EXCP_BASE + MC_VECTOR] = mc_interception, + [SVM_EXIT_EXCP_BASE + AC_VECTOR] = ac_interception, [SVM_EXIT_INTR] = intr_interception, [SVM_EXIT_NMI] = nmi_interception, [SVM_EXIT_SMI] = nop_on_interception, @@ -3528,9 +3531,9 @@ if (exit_code >= ARRAY_SIZE(svm_exit_handlers) || !svm_exit_handlers[exit_code]) { - kvm_run->exit_reason = KVM_EXIT_UNKNOWN; - kvm_run->hw.hardware_exit_reason = exit_code; - return 0; + WARN_ONCE(1, "vmx: unexpected exit reason 0x%x\n", exit_code); + kvm_queue_exception(vcpu, UD_VECTOR); + return 1; } return svm_exit_handlers[exit_code](svm); @@ -3712,7 +3715,6 @@ */ svm->nmi_singlestep = true; svm->vmcb->save.rflags |= (X86_EFLAGS_TF | X86_EFLAGS_RF); - update_db_bp_intercept(vcpu); } static int svm_set_tss_addr(struct kvm *kvm, unsigned int addr) @@ -4282,7 +4284,9 @@ break; } - vmcb->control.next_rip = info->next_rip; + /* TODO: Advertise NRIPS to guest hypervisor unconditionally */ + if (static_cpu_has(X86_FEATURE_NRIPS)) + vmcb->control.next_rip = info->next_rip; vmcb->control.exit_code = icpt_info.exit_code; vmexit = nested_svm_exit_handled(svm); @@ -4316,7 +4320,7 @@ .vcpu_load = svm_vcpu_load, .vcpu_put = svm_vcpu_put, - .update_db_bp_intercept = update_db_bp_intercept, + .update_db_bp_intercept = update_bp_intercept, .get_msr = svm_get_msr, .set_msr = svm_set_msr, .get_segment_base = svm_get_segment_base, --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/trace.h +++ linux-lts-utopic-3.16.0/arch/x86/kvm/trace.h @@ -249,7 +249,7 @@ #define kvm_trace_sym_exc \ EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \ EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \ - EXS(MF), EXS(MC) + EXS(MF), EXS(AC), EXS(MC) /* * Tracepoint for kvm interrupt injection: --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/vmx.c +++ linux-lts-utopic-3.16.0/arch/x86/kvm/vmx.c @@ -450,6 +450,7 @@ int gs_ldt_reload_needed; int fs_reload_needed; u64 msr_host_bndcfgs; + unsigned long vmcs_host_cr4; /* May not match real cr4 */ } host_state; struct { int vm86_active; @@ -1466,7 +1467,7 @@ u32 eb; eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | - (1u << NM_VECTOR) | (1u << DB_VECTOR); + (1u << NM_VECTOR) | (1u << DB_VECTOR) | (1u << AC_VECTOR); if ((vcpu->guest_debug & (KVM_GUESTDBG_ENABLE | KVM_GUESTDBG_USE_SW_BP)) == (KVM_GUESTDBG_ENABLE | KVM_GUESTDBG_USE_SW_BP)) @@ -1573,6 +1574,13 @@ return; } break; + case MSR_IA32_PEBS_ENABLE: + /* PEBS needs a quiescent period after being disabled (to write + * a record). Disabling PEBS through VMX MSR swapping doesn't + * provide that period, so a CPU could write host's record into + * guest's memory. + */ + wrmsrl(MSR_IA32_PEBS_ENABLE, 0); } for (i = 0; i < m->nr; ++i) @@ -2343,7 +2351,6 @@ nested_vmx_secondary_ctls_low = 0; nested_vmx_secondary_ctls_high &= SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES | - SECONDARY_EXEC_UNRESTRICTED_GUEST | SECONDARY_EXEC_WBINVD_EXITING; if (enable_ept) { @@ -2362,6 +2369,10 @@ } else nested_vmx_ept_caps = 0; + if (enable_unrestricted_guest) + nested_vmx_secondary_ctls_high |= + SECONDARY_EXEC_UNRESTRICTED_GUEST; + /* miscellaneous data */ rdmsr(MSR_IA32_VMX_MISC, nested_vmx_misc_low, nested_vmx_misc_high); nested_vmx_misc_low &= VMX_MISC_SAVE_EFER_LMA; @@ -2614,12 +2625,15 @@ default: msr = find_msr_entry(vmx, msr_index); if (msr) { + u64 old_msr_data = msr->data; msr->data = data; if (msr - vmx->guest_msrs < vmx->save_nmsrs) { preempt_disable(); - kvm_set_shared_msr(msr->index, msr->data, - msr->mask); + ret = kvm_set_shared_msr(msr->index, msr->data, + msr->mask); preempt_enable(); + if (ret) + msr->data = old_msr_data; } break; } @@ -3516,20 +3530,21 @@ if (!is_paging(vcpu)) { hw_cr4 &= ~X86_CR4_PAE; hw_cr4 |= X86_CR4_PSE; - /* - * SMEP/SMAP is disabled if CPU is in non-paging mode - * in hardware. However KVM always uses paging mode to - * emulate guest non-paging mode with TDP. - * To emulate this behavior, SMEP/SMAP needs to be - * manually disabled when guest switches to non-paging - * mode. - */ - hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP); } else if (!(cr4 & X86_CR4_PAE)) { hw_cr4 &= ~X86_CR4_PAE; } } + if (!enable_unrestricted_guest && !is_paging(vcpu)) + /* + * SMEP/SMAP is disabled if CPU is in non-paging mode in + * hardware. However KVM always uses paging mode without + * unrestricted guest. + * To emulate this behavior, SMEP/SMAP needs to be manually + * disabled when guest switches to non-paging mode. + */ + hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP); + vmcs_writel(CR4_READ_SHADOW, cr4); vmcs_writel(GUEST_CR4, hw_cr4); return 0; @@ -4218,11 +4233,16 @@ u32 low32, high32; unsigned long tmpl; struct desc_ptr dt; + unsigned long cr4; vmcs_writel(HOST_CR0, read_cr0() & ~X86_CR0_TS); /* 22.2.3 */ - vmcs_writel(HOST_CR4, read_cr4()); /* 22.2.3, 22.2.5 */ vmcs_writel(HOST_CR3, read_cr3()); /* 22.2.3 FIXME: shadow tables */ + /* Save the most likely value for this task's CR4 in the VMCS. */ + cr4 = read_cr4(); + vmcs_writel(HOST_CR4, cr4); /* 22.2.3, 22.2.5 */ + vmx->host_state.vmcs_host_cr4 = cr4; + vmcs_write16(HOST_CS_SELECTOR, __KERNEL_CS); /* 22.2.4 */ #ifdef CONFIG_X86_64 /* @@ -4896,6 +4916,13 @@ kvm_run->debug.arch.pc = vmcs_readl(GUEST_CS_BASE) + rip; kvm_run->debug.arch.exception = ex_no; break; + case AC_VECTOR: + /* + * We have already enabled interrupts and pre-emption, so + * it's OK to loop here if that is what will happen. + */ + kvm_queue_exception_e(vcpu, AC_VECTOR, error_code); + return 1; default: kvm_run->exit_reason = KVM_EXIT_EXCEPTION; kvm_run->ex.exception = ex_no; @@ -5240,7 +5267,7 @@ msr.data = data; msr.index = ecx; msr.host_initiated = false; - if (vmx_set_msr(vcpu, &msr) != 0) { + if (kvm_set_msr(vcpu, &msr) != 0) { trace_kvm_msr_write_ex(ecx, data); kvm_inject_gp(vcpu, 0); return 1; @@ -5754,22 +5781,27 @@ /* * Free all VMCSs saved for this vcpu, except the one pointed by - * vmx->loaded_vmcs. These include the VMCSs in vmcs02_pool (except the one - * currently used, if running L2), and vmcs01 when running L2. + * vmx->loaded_vmcs. We must be running L1, so vmx->loaded_vmcs + * must be &vmx->vmcs01. */ static void nested_free_all_saved_vmcss(struct vcpu_vmx *vmx) { struct vmcs02_list *item, *n; + + WARN_ON(vmx->loaded_vmcs != &vmx->vmcs01); list_for_each_entry_safe(item, n, &vmx->nested.vmcs02_pool, list) { - if (vmx->loaded_vmcs != &item->vmcs02) - free_loaded_vmcs(&item->vmcs02); + /* + * Something will leak if the above WARN triggers. Better than + * a use-after-free. + */ + if (vmx->loaded_vmcs == &item->vmcs02) + continue; + + free_loaded_vmcs(&item->vmcs02); list_del(&item->list); kfree(item); + vmx->nested.vmcs02_num--; } - vmx->nested.vmcs02_num = 0; - - if (vmx->loaded_vmcs != &vmx->vmcs01) - free_loaded_vmcs(&vmx->vmcs01); } /* @@ -6609,6 +6641,12 @@ return 1; } +static int handle_invvpid(struct kvm_vcpu *vcpu) +{ + kvm_queue_exception(vcpu, UD_VECTOR); + return 1; +} + /* * The exit handlers return 1 if the exit was handled fully and guest execution * may resume. Otherwise they set the kvm_run parameter to indicate what needs @@ -6654,6 +6692,7 @@ [EXIT_REASON_MWAIT_INSTRUCTION] = handle_mwait, [EXIT_REASON_MONITOR_INSTRUCTION] = handle_monitor, [EXIT_REASON_INVEPT] = handle_invept, + [EXIT_REASON_INVVPID] = handle_invvpid, }; static const int kvm_vmx_max_exit_handlers = @@ -6887,7 +6926,7 @@ case EXIT_REASON_VMPTRST: case EXIT_REASON_VMREAD: case EXIT_REASON_VMRESUME: case EXIT_REASON_VMWRITE: case EXIT_REASON_VMOFF: case EXIT_REASON_VMON: - case EXIT_REASON_INVEPT: + case EXIT_REASON_INVEPT: case EXIT_REASON_INVVPID: /* * VMX instructions trap unconditionally. This allows L1 to * emulate them for its L2 guest, i.e., allows 3-level nesting! @@ -7028,10 +7067,10 @@ && kvm_vmx_exit_handlers[exit_reason]) return kvm_vmx_exit_handlers[exit_reason](vcpu); else { - vcpu->run->exit_reason = KVM_EXIT_UNKNOWN; - vcpu->run->hw.hardware_exit_reason = exit_reason; + WARN_ONCE(1, "vmx: unexpected exit reason 0x%x\n", exit_reason); + kvm_queue_exception(vcpu, UD_VECTOR); + return 1; } - return 0; } static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) @@ -7336,7 +7375,7 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu) { struct vcpu_vmx *vmx = to_vmx(vcpu); - unsigned long debugctlmsr; + unsigned long debugctlmsr, cr4; /* Record the guest's net vcpu time for enforced NMI injections. */ if (unlikely(!cpu_has_virtual_nmis() && vmx->soft_vnmi_blocked)) @@ -7357,6 +7396,12 @@ if (test_bit(VCPU_REGS_RIP, (unsigned long *)&vcpu->arch.regs_dirty)) vmcs_writel(GUEST_RIP, vcpu->arch.regs[VCPU_REGS_RIP]); + cr4 = read_cr4(); + if (unlikely(cr4 != vmx->host_state.vmcs_host_cr4)) { + vmcs_writel(HOST_CR4, cr4); + vmx->host_state.vmcs_host_cr4 = cr4; + } + /* When single-stepping over STI and MOV SS, we must clear the * corresponding interruptibility bits in the guest state. Otherwise * vmentry fails as it then expects bit 14 (BS) in pending debug @@ -7520,13 +7565,31 @@ vmx_complete_interrupts(vmx); } +static void vmx_load_vmcs01(struct kvm_vcpu *vcpu) +{ + struct vcpu_vmx *vmx = to_vmx(vcpu); + int cpu; + + if (vmx->loaded_vmcs == &vmx->vmcs01) + return; + + cpu = get_cpu(); + vmx->loaded_vmcs = &vmx->vmcs01; + vmx_vcpu_put(vcpu); + vmx_vcpu_load(vcpu, cpu); + vcpu->cpu = cpu; + put_cpu(); +} + static void vmx_free_vcpu(struct kvm_vcpu *vcpu) { struct vcpu_vmx *vmx = to_vmx(vcpu); free_vpid(vmx); - free_loaded_vmcs(vmx->loaded_vmcs); + leave_guest_mode(vcpu); + vmx_load_vmcs01(vcpu); free_nested(vmx); + free_loaded_vmcs(vmx->loaded_vmcs); kfree(vmx->guest_msrs); kvm_vcpu_uninit(vcpu); kmem_cache_free(kvm_vcpu_cache, vmx); @@ -8670,7 +8733,6 @@ unsigned long exit_qualification) { struct vcpu_vmx *vmx = to_vmx(vcpu); - int cpu; struct vmcs12 *vmcs12 = get_vmcs12(vcpu); /* trying to cancel vmlaunch/vmresume is a bug */ @@ -8680,6 +8742,8 @@ prepare_vmcs12(vcpu, vmcs12, exit_reason, exit_intr_info, exit_qualification); + vmx_load_vmcs01(vcpu); + if ((exit_reason == EXIT_REASON_EXTERNAL_INTERRUPT) && nested_exit_intr_ack_set(vcpu)) { int irq = kvm_cpu_get_interrupt(vcpu); @@ -8695,13 +8759,6 @@ vmcs12->vm_exit_intr_error_code, KVM_ISA_VMX); - cpu = get_cpu(); - vmx->loaded_vmcs = &vmx->vmcs01; - vmx_vcpu_put(vcpu); - vmx_vcpu_load(vcpu, cpu); - vcpu->cpu = cpu; - put_cpu(); - vm_entry_controls_init(vmx, vmcs_read32(VM_ENTRY_CONTROLS)); vm_exit_controls_init(vmx, vmcs_read32(VM_EXIT_CONTROLS)); vmx_segment_cache_clear(vmx); --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/x86.c +++ linux-lts-utopic-3.16.0/arch/x86/kvm/x86.c @@ -227,20 +227,25 @@ shared_msr_update(i, shared_msrs_global.msrs[i]); } -void kvm_set_shared_msr(unsigned slot, u64 value, u64 mask) +int kvm_set_shared_msr(unsigned slot, u64 value, u64 mask) { unsigned int cpu = smp_processor_id(); struct kvm_shared_msrs *smsr = per_cpu_ptr(shared_msrs, cpu); + int err; if (((value ^ smsr->values[slot].curr) & mask) == 0) - return; + return 0; smsr->values[slot].curr = value; - wrmsrl(shared_msrs_global.msrs[slot], value); + err = wrmsrl_safe(shared_msrs_global.msrs[slot], value); + if (err) + return 1; + if (!smsr->registered) { smsr->urn.on_user_return = kvm_on_user_return; user_return_notifier_register(&smsr->urn); smsr->registered = true; } + return 0; } EXPORT_SYMBOL_GPL(kvm_set_shared_msr); @@ -643,8 +648,9 @@ int kvm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) { unsigned long old_cr4 = kvm_read_cr4(vcpu); - unsigned long pdptr_bits = X86_CR4_PGE | X86_CR4_PSE | - X86_CR4_PAE | X86_CR4_SMEP; + unsigned long pdptr_bits = X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | + X86_CR4_SMEP | X86_CR4_SMAP; + if (cr4 & CR4_RESERVED_BITS) return 1; @@ -685,9 +691,6 @@ (!(cr4 & X86_CR4_PCIDE) && (old_cr4 & X86_CR4_PCIDE))) kvm_mmu_reset_context(vcpu); - if ((cr4 ^ old_cr4) & X86_CR4_SMAP) - update_permission_bitmask(vcpu, vcpu->arch.walk_mmu, false); - if ((cr4 ^ old_cr4) & X86_CR4_OSXSAVE) kvm_update_cpuid(vcpu); @@ -881,7 +884,7 @@ MSR_CSTAR, MSR_KERNEL_GS_BASE, MSR_SYSCALL_MASK, MSR_LSTAR, #endif MSR_IA32_TSC, MSR_IA32_CR_PAT, MSR_VM_HSAVE_PA, - MSR_IA32_FEATURE_CONTROL, MSR_IA32_BNDCFGS + MSR_IA32_FEATURE_CONTROL, MSR_IA32_BNDCFGS, MSR_TSC_AUX, }; static unsigned num_msrs_to_save; @@ -948,7 +951,6 @@ } EXPORT_SYMBOL_GPL(kvm_enable_efer_bits); - /* * Writes msr value into into the appropriate "register". * Returns 0 on success, non-0 otherwise. @@ -956,8 +958,34 @@ */ int kvm_set_msr(struct kvm_vcpu *vcpu, struct msr_data *msr) { + switch (msr->index) { + case MSR_FS_BASE: + case MSR_GS_BASE: + case MSR_KERNEL_GS_BASE: + case MSR_CSTAR: + case MSR_LSTAR: + if (is_noncanonical_address(msr->data)) + return 1; + break; + case MSR_IA32_SYSENTER_EIP: + case MSR_IA32_SYSENTER_ESP: + /* + * IA32_SYSENTER_ESP and IA32_SYSENTER_EIP cause #GP if + * non-canonical address is written on Intel but not on + * AMD (which ignores the top 32-bits, because it does + * not implement 64-bit SYSENTER). + * + * 64-bit code should hence be able to write a non-canonical + * value on AMD. Making the address canonical ensures that + * vmentry does not fail on Intel after writing a non-canonical + * value, and that something deterministic happens if the guest + * invokes 64-bit SYSENTER. + */ + msr->data = get_canonical(msr->data); + } return kvm_x86_ops->set_msr(vcpu, msr); } +EXPORT_SYMBOL_GPL(kvm_set_msr); /* * Adapt set_msr() to msr_io()'s calling convention @@ -1179,21 +1207,22 @@ { #ifdef CONFIG_X86_64 bool vcpus_matched; - bool do_request = false; struct kvm_arch *ka = &vcpu->kvm->arch; struct pvclock_gtod_data *gtod = &pvclock_gtod_data; vcpus_matched = (ka->nr_vcpus_matched_tsc + 1 == atomic_read(&vcpu->kvm->online_vcpus)); - if (vcpus_matched && gtod->clock.vclock_mode == VCLOCK_TSC) - if (!ka->use_master_clock) - do_request = 1; - - if (!vcpus_matched && ka->use_master_clock) - do_request = 1; - - if (do_request) + /* + * Once the masterclock is enabled, always perform request in + * order to update it. + * + * In order to enable masterclock, the host clocksource must be TSC + * and the vcpus need to have matched TSCs. When that happens, + * perform request to enable masterclock. + */ + if (ka->use_master_clock || + (gtod->clock.vclock_mode == VCLOCK_TSC && vcpus_matched)) kvm_make_request(KVM_REQ_MASTERCLOCK_UPDATE, vcpu); trace_kvm_track_tsc(vcpu->vcpu_id, ka->nr_vcpus_matched_tsc, @@ -1996,6 +2025,8 @@ static void record_steal_time(struct kvm_vcpu *vcpu) { + accumulate_steal_time(vcpu); + if (!(vcpu->arch.st.msr_val & KVM_MSR_ENABLED)) return; @@ -2070,7 +2101,7 @@ if (guest_cpuid_has_tsc_adjust(vcpu)) { if (!msr_info->host_initiated) { u64 adj = data - vcpu->arch.ia32_tsc_adjust_msr; - kvm_x86_ops->adjust_tsc_offset(vcpu, adj, true); + adjust_tsc_offset_guest(vcpu, adj); } vcpu->arch.ia32_tsc_adjust_msr = data; } @@ -2128,12 +2159,6 @@ if (!(data & KVM_MSR_ENABLED)) break; - vcpu->arch.st.last_steal = current->sched_info.run_delay; - - preempt_disable(); - accumulate_steal_time(vcpu); - preempt_enable(); - kvm_make_request(KVM_REQ_STEAL_UPDATE, vcpu); break; @@ -2396,6 +2421,8 @@ case MSR_IA32_LASTINTFROMIP: case MSR_IA32_LASTINTTOIP: case MSR_K8_SYSCFG: + case MSR_K8_TSEG_ADDR: + case MSR_K8_TSEG_MASK: case MSR_K7_HWCR: case MSR_VM_HSAVE_PA: case MSR_K7_EVNTSEL0: @@ -2616,7 +2643,7 @@ return r; } -int kvm_dev_ioctl_check_extension(long ext) +int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext) { int r; @@ -2828,7 +2855,6 @@ vcpu->cpu = cpu; } - accumulate_steal_time(vcpu); kvm_make_request(KVM_REQ_STEAL_UPDATE, vcpu); } @@ -3528,10 +3554,12 @@ static int kvm_vm_ioctl_set_pit(struct kvm *kvm, struct kvm_pit_state *ps) { int r = 0; + int i; mutex_lock(&kvm->arch.vpit->pit_state.lock); memcpy(&kvm->arch.vpit->pit_state, ps, sizeof(struct kvm_pit_state)); - kvm_pit_load_count(kvm, 0, ps->channels[0].count, 0); + for (i = 0; i < 3; i++) + kvm_pit_load_count(kvm, i, ps->channels[i].count, 0); mutex_unlock(&kvm->arch.vpit->pit_state.lock); return r; } @@ -3552,6 +3580,7 @@ static int kvm_vm_ioctl_set_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) { int r = 0, start = 0; + int i; u32 prev_legacy, cur_legacy; mutex_lock(&kvm->arch.vpit->pit_state.lock); prev_legacy = kvm->arch.vpit->pit_state.flags & KVM_PIT_FLAGS_HPET_LEGACY; @@ -3561,7 +3590,9 @@ memcpy(&kvm->arch.vpit->pit_state.channels, &ps->channels, sizeof(kvm->arch.vpit->pit_state.channels)); kvm->arch.vpit->pit_state.flags = ps->flags; - kvm_pit_load_count(kvm, 0, kvm->arch.vpit->pit_state.channels[0].count, start); + for (i = 0; i < 3; i++) + kvm_pit_load_count(kvm, i, kvm->arch.vpit->pit_state.channels[i].count, + start && i == 0); mutex_unlock(&kvm->arch.vpit->pit_state.lock); return r; } @@ -3947,16 +3978,17 @@ /* * Even MSRs that are valid in the host may not be exposed - * to the guests in some cases. We could work around this - * in VMX with the generic MSR save/load machinery, but it - * is not really worthwhile since it will really only - * happen with nested virtualization. + * to the guests in some cases. */ switch (msrs_to_save[i]) { case MSR_IA32_BNDCFGS: if (!kvm_x86_ops->mpx_supported()) continue; break; + case MSR_TSC_AUX: + if (!kvm_x86_ops->rdtscp_supported()) + continue; + break; default: break; } @@ -4941,7 +4973,7 @@ ++vcpu->stat.insn_emulation_fail; trace_kvm_emulate_insn_failed(vcpu); - if (!is_guest_mode(vcpu)) { + if (!is_guest_mode(vcpu) && kvm_x86_ops->get_cpl(vcpu) == 0) { vcpu->run->exit_reason = KVM_EXIT_INTERNAL_ERROR; vcpu->run->internal.suberror = KVM_INTERNAL_ERROR_EMULATION; vcpu->run->internal.ndata = 0; @@ -5584,7 +5616,7 @@ goto out; } if (ops->disabled_by_bios()) { - printk(KERN_ERR "kvm: disabled by bios\n"); + printk(KERN_WARNING "kvm: disabled by bios\n"); r = -EOPNOTSUPP; goto out; } @@ -5603,7 +5635,6 @@ kvm_set_mmio_spte_mask(); kvm_x86_ops = ops; - kvm_init_msr_list(); kvm_mmu_set_mask_ptes(PT_USER_MASK, PT_ACCESSED_MASK, PT_DIRTY_MASK, PT64_NX_MASK, 0); @@ -6984,7 +7015,14 @@ int kvm_arch_hardware_setup(void) { - return kvm_x86_ops->hardware_setup(); + int r; + + r = kvm_x86_ops->hardware_setup(); + if (r != 0) + return r; + + kvm_init_msr_list(); + return 0; } void kvm_arch_hardware_unsetup(void) --- linux-lts-utopic-3.16.0.orig/arch/x86/kvm/x86.h +++ linux-lts-utopic-3.16.0/arch/x86/kvm/x86.h @@ -78,15 +78,23 @@ vcpu->arch.mmio_gva = gva & PAGE_MASK; vcpu->arch.access = access; vcpu->arch.mmio_gfn = gfn; + vcpu->arch.mmio_gen = kvm_memslots(vcpu->kvm)->generation; +} + +static inline bool vcpu_match_mmio_gen(struct kvm_vcpu *vcpu) +{ + return vcpu->arch.mmio_gen == kvm_memslots(vcpu->kvm)->generation; } /* - * Clear the mmio cache info for the given gva, - * specially, if gva is ~0ul, we clear all mmio cache info. + * Clear the mmio cache info for the given gva. If gva is MMIO_GVA_ANY, we + * clear all mmio cache info. */ +#define MMIO_GVA_ANY (~(gva_t)0) + static inline void vcpu_clear_mmio_info(struct kvm_vcpu *vcpu, gva_t gva) { - if (gva != (~0ul) && vcpu->arch.mmio_gva != (gva & PAGE_MASK)) + if (gva != MMIO_GVA_ANY && vcpu->arch.mmio_gva != (gva & PAGE_MASK)) return; vcpu->arch.mmio_gva = 0; @@ -94,7 +102,8 @@ static inline bool vcpu_match_mmio_gva(struct kvm_vcpu *vcpu, unsigned long gva) { - if (vcpu->arch.mmio_gva && vcpu->arch.mmio_gva == (gva & PAGE_MASK)) + if (vcpu_match_mmio_gen(vcpu) && vcpu->arch.mmio_gva && + vcpu->arch.mmio_gva == (gva & PAGE_MASK)) return true; return false; @@ -102,7 +111,8 @@ static inline bool vcpu_match_mmio_gpa(struct kvm_vcpu *vcpu, gpa_t gpa) { - if (vcpu->arch.mmio_gfn && vcpu->arch.mmio_gfn == gpa >> PAGE_SHIFT) + if (vcpu_match_mmio_gen(vcpu) && vcpu->arch.mmio_gfn && + vcpu->arch.mmio_gfn == gpa >> PAGE_SHIFT) return true; return false; --- linux-lts-utopic-3.16.0.orig/arch/x86/lib/usercopy.c +++ linux-lts-utopic-3.16.0/arch/x86/lib/usercopy.c @@ -20,7 +20,7 @@ unsigned long ret; if (__range_not_ok(from, n, TASK_SIZE)) - return 0; + return n; /* * Even though this function is typically called from NMI/IRQ context --- linux-lts-utopic-3.16.0.orig/arch/x86/math-emu/fpu_entry.c +++ linux-lts-utopic-3.16.0/arch/x86/math-emu/fpu_entry.c @@ -29,7 +29,6 @@ #include #include -#include #include #include @@ -185,7 +184,7 @@ math_abort(FPU_info, SIGILL); } - code_descriptor = LDT_DESCRIPTOR(FPU_CS); + code_descriptor = FPU_get_ldt_descriptor(FPU_CS); if (SEG_D_SIZE(code_descriptor)) { /* The above test may be wrong, the book is not clear */ /* Segmented 32 bit protected mode */ --- linux-lts-utopic-3.16.0.orig/arch/x86/math-emu/fpu_system.h +++ linux-lts-utopic-3.16.0/arch/x86/math-emu/fpu_system.h @@ -16,9 +16,24 @@ #include #include -/* s is always from a cpu register, and the cpu does bounds checking - * during register load --> no further bounds checks needed */ -#define LDT_DESCRIPTOR(s) (((struct desc_struct *)current->mm->context.ldt)[(s) >> 3]) +#include +#include + +static inline struct desc_struct FPU_get_ldt_descriptor(unsigned seg) +{ + static struct desc_struct zero_desc; + struct desc_struct ret = zero_desc; + +#ifdef CONFIG_MODIFY_LDT_SYSCALL + seg >>= 3; + mutex_lock(¤t->mm->context.lock); + if (current->mm->context.ldt && seg < current->mm->context.ldt->size) + ret = current->mm->context.ldt->entries[seg]; + mutex_unlock(¤t->mm->context.lock); +#endif + return ret; +} + #define SEG_D_SIZE(x) ((x).b & (3 << 21)) #define SEG_G_BIT(x) ((x).b & (1 << 23)) #define SEG_GRANULARITY(x) (((x).b & (1 << 23)) ? 4096 : 1) --- linux-lts-utopic-3.16.0.orig/arch/x86/math-emu/get_address.c +++ linux-lts-utopic-3.16.0/arch/x86/math-emu/get_address.c @@ -20,7 +20,6 @@ #include #include -#include #include "fpu_system.h" #include "exception.h" @@ -158,7 +157,7 @@ addr->selector = PM_REG_(segment); } - descriptor = LDT_DESCRIPTOR(PM_REG_(segment)); + descriptor = FPU_get_ldt_descriptor(addr->selector); base_address = SEG_BASE_ADDR(descriptor); address = base_address + offset; limit = base_address --- linux-lts-utopic-3.16.0.orig/arch/x86/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/x86/mm/fault.c @@ -841,11 +841,8 @@ unsigned int fault) { struct task_struct *tsk = current; - struct mm_struct *mm = tsk->mm; int code = BUS_ADRERR; - up_read(&mm->mmap_sem); - /* Kernel mode? Handle exceptions or die: */ if (!(error_code & PF_USER)) { no_context(regs, error_code, address, SIGBUS, BUS_ADRERR); @@ -876,7 +873,6 @@ unsigned long address, unsigned int fault) { if (fatal_signal_pending(current) && !(error_code & PF_USER)) { - up_read(¤t->mm->mmap_sem); no_context(regs, error_code, address, 0, 0); return; } @@ -884,14 +880,11 @@ if (fault & VM_FAULT_OOM) { /* Kernel mode? Handle exceptions or die: */ if (!(error_code & PF_USER)) { - up_read(¤t->mm->mmap_sem); no_context(regs, error_code, address, SIGSEGV, SEGV_MAPERR); return; } - up_read(¤t->mm->mmap_sem); - /* * We ran out of memory, call the OOM killer, and return the * userspace (which will retry the fault, or kill us if we got @@ -902,6 +895,8 @@ if (fault & (VM_FAULT_SIGBUS|VM_FAULT_HWPOISON| VM_FAULT_HWPOISON_LARGE)) do_sigbus(regs, error_code, address, fault); + else if (fault & VM_FAULT_SIGSEGV) + bad_area_nosemaphore(regs, error_code, address); else BUG(); } @@ -1225,6 +1220,7 @@ return; if (unlikely(fault & VM_FAULT_ERROR)) { + up_read(&mm->mmap_sem); mm_fault_error(regs, error_code, address, fault); return; } --- linux-lts-utopic-3.16.0.orig/arch/x86/mm/gup.c +++ linux-lts-utopic-3.16.0/arch/x86/mm/gup.c @@ -172,7 +172,7 @@ */ if (pmd_none(pmd) || pmd_trans_splitting(pmd)) return 0; - if (unlikely(pmd_large(pmd))) { + if (unlikely(pmd_large(pmd) || !pmd_present(pmd))) { /* * NUMA hinting faults need to be handled in the GUP * slowpath for accounting purposes and so that they --- linux-lts-utopic-3.16.0.orig/arch/x86/mm/hugetlbpage.c +++ linux-lts-utopic-3.16.0/arch/x86/mm/hugetlbpage.c @@ -66,9 +66,15 @@ return ERR_PTR(-EINVAL); } +/* + * pmd_huge() returns 1 if @pmd is hugetlb related entry, that is normal + * hugetlb entry or non-present (migration or hwpoisoned) hugetlb entry. + * Otherwise, returns 0. + */ int pmd_huge(pmd_t pmd) { - return !!(pmd_val(pmd) & _PAGE_PSE); + return !pmd_none(pmd) && + (pmd_val(pmd) & (_PAGE_PRESENT|_PAGE_PSE)) != _PAGE_PRESENT; } int pud_huge(pud_t pud) --- linux-lts-utopic-3.16.0.orig/arch/x86/mm/init_32.c +++ linux-lts-utopic-3.16.0/arch/x86/mm/init_32.c @@ -137,6 +137,7 @@ vaddr = start; pgd_idx = pgd_index(vaddr); + pmd_idx = pmd_index(vaddr); for ( ; (pgd_idx < PTRS_PER_PGD) && (vaddr != end); pgd_idx++) { for (; (pmd_idx < PTRS_PER_PMD) && (vaddr != end); --- linux-lts-utopic-3.16.0.orig/arch/x86/mm/init_64.c +++ linux-lts-utopic-3.16.0/arch/x86/mm/init_64.c @@ -1110,7 +1110,7 @@ unsigned long end = (unsigned long) &__end_rodata_hpage_align; unsigned long text_end = PFN_ALIGN(&__stop___ex_table); unsigned long rodata_end = PFN_ALIGN(&__end_rodata); - unsigned long all_end = PFN_ALIGN(&_end); + unsigned long all_end; printk(KERN_INFO "Write protecting the kernel read-only data: %luk\n", (end - start) >> 10); @@ -1121,8 +1121,17 @@ /* * The rodata/data/bss/brk section (but not the kernel text!) * should also be not-executable. + * + * We align all_end to PMD_SIZE because the existing mapping + * is a full PMD. If we would align _brk_end to PAGE_SIZE we + * split the PMD and the reminder between _brk_end and the end + * of the PMD will remain mapped executable. + * + * Any PMD which was setup after the one which covers _brk_end + * has been zapped already via cleanup_highmem(). */ - set_memory_nx(rodata_start, (all_end - rodata_start) >> PAGE_SHIFT); + all_end = roundup((unsigned long)_brk_end, PMD_SIZE); + set_memory_nx(text_end, (all_end - text_end) >> PAGE_SHIFT); rodata_test(); --- linux-lts-utopic-3.16.0.orig/arch/x86/mm/mmap.c +++ linux-lts-utopic-3.16.0/arch/x86/mm/mmap.c @@ -35,12 +35,12 @@ .flags = -1, }; -static unsigned int stack_maxrandom_size(void) +static unsigned long stack_maxrandom_size(void) { - unsigned int max = 0; + unsigned long max = 0; if ((current->flags & PF_RANDOMIZE) && !(current->personality & ADDR_NO_RANDOMIZE)) { - max = ((-1U) & STACK_RND_MASK) << PAGE_SHIFT; + max = ((-1UL) & STACK_RND_MASK) << PAGE_SHIFT; } return max; @@ -95,24 +95,12 @@ } /* - * Bottom-up (legacy) layout on X86_32 did not support randomization, X86_64 - * does, but not when emulating X86_32 - */ -static unsigned long mmap_legacy_base(void) -{ - if (mmap_is_ia32()) - return TASK_UNMAPPED_BASE; - else - return TASK_UNMAPPED_BASE + mmap_rnd(); -} - -/* * This function, called very early during the creation of a new * process VM image, sets up which VM layout function to use: */ void arch_pick_mmap_layout(struct mm_struct *mm) { - mm->mmap_legacy_base = mmap_legacy_base(); + mm->mmap_legacy_base = TASK_UNMAPPED_BASE + mmap_rnd(); mm->mmap_base = mmap_base(); if (mmap_is_legacy()) { --- linux-lts-utopic-3.16.0.orig/arch/x86/mm/pageattr.c +++ linux-lts-utopic-3.16.0/arch/x86/mm/pageattr.c @@ -33,7 +33,7 @@ pgd_t *pgd; pgprot_t mask_set; pgprot_t mask_clr; - int numpages; + unsigned long numpages; int flags; unsigned long pfn; unsigned force_split : 1; @@ -409,7 +409,7 @@ psize = page_level_size(level); pmask = page_level_mask(level); offset = virt_addr & ~pmask; - phys_addr = pte_pfn(*pte) << PAGE_SHIFT; + phys_addr = (phys_addr_t)pte_pfn(*pte) << PAGE_SHIFT; return (phys_addr | offset); } EXPORT_SYMBOL_GPL(slow_virt_to_phys); @@ -1293,7 +1293,7 @@ * CPA operation. Either a large page has been * preserved or a single page update happened. */ - BUG_ON(cpa->numpages > numpages); + BUG_ON(cpa->numpages > numpages || !cpa->numpages); numpages -= cpa->numpages; if (cpa->flags & (CPA_PAGES_ARRAY | CPA_ARRAY)) cpa->curpage++; --- linux-lts-utopic-3.16.0.orig/arch/x86/mm/tlb.c +++ linux-lts-utopic-3.16.0/arch/x86/mm/tlb.c @@ -152,7 +152,10 @@ preempt_disable(); count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); + + /* This is an implicit full barrier that synchronizes with switch_mm. */ local_flush_tlb(); + if (cpumask_any_but(mm_cpumask(mm), smp_processor_id()) < nr_cpu_ids) flush_tlb_others(mm_cpumask(mm), mm, 0UL, TLB_FLUSH_ALL); preempt_enable(); @@ -166,11 +169,19 @@ unsigned long nr_base_pages; preempt_disable(); - if (current->active_mm != mm) + if (current->active_mm != mm) { + /* Synchronize with switch_mm. */ + smp_mb(); + goto flush_all; + } if (!current->mm) { leave_mm(smp_processor_id()); + + /* Synchronize with switch_mm. */ + smp_mb(); + goto flush_all; } @@ -222,10 +233,18 @@ preempt_disable(); if (current->active_mm == mm) { - if (current->mm) + if (current->mm) { + /* + * Implicit full barrier (INVLPG) that synchronizes + * with switch_mm. + */ __flush_tlb_one(start); - else + } else { leave_mm(smp_processor_id()); + + /* Synchronize with switch_mm. */ + smp_mb(); + } } if (cpumask_any_but(mm_cpumask(mm), smp_processor_id()) < nr_cpu_ids) --- linux-lts-utopic-3.16.0.orig/arch/x86/net/bpf_jit_comp.c +++ linux-lts-utopic-3.16.0/arch/x86/net/bpf_jit_comp.c @@ -211,12 +211,17 @@ bool seen_ld_abs; }; +/* maximum number of bytes emitted while JITing one eBPF insn */ +#define BPF_MAX_INSN_SIZE 128 +#define BPF_INSN_SAFETY 64 + static int do_jit(struct sk_filter *bpf_prog, int *addrs, u8 *image, int oldproglen, struct jit_context *ctx) { struct sock_filter_int *insn = bpf_prog->insnsi; int insn_cnt = bpf_prog->len; - u8 temp[64]; + bool seen_ld_abs = ctx->seen_ld_abs | (oldproglen == 0); + u8 temp[BPF_MAX_INSN_SIZE + BPF_INSN_SAFETY]; int i; int proglen = 0; u8 *prog = temp; @@ -254,7 +259,7 @@ EMIT2(0x31, 0xc0); /* xor eax, eax */ EMIT3(0x4D, 0x31, 0xED); /* xor r13, r13 */ - if (ctx->seen_ld_abs) { + if (seen_ld_abs) { /* r9d : skb->len - skb->data_len (headlen) * r10 : skb->data */ @@ -655,7 +660,7 @@ case BPF_JMP | BPF_CALL: func = (u8 *) __bpf_call_base + imm32; jmp_offset = func - (image + addrs[i]); - if (ctx->seen_ld_abs) { + if (seen_ld_abs) { EMIT2(0x41, 0x52); /* push %r10 */ EMIT2(0x41, 0x51); /* push %r9 */ /* need to adjust jmp offset, since @@ -669,7 +674,7 @@ return -EINVAL; } EMIT1_off32(0xE8, jmp_offset); - if (ctx->seen_ld_abs) { + if (seen_ld_abs) { EMIT2(0x41, 0x59); /* pop %r9 */ EMIT2(0x41, 0x5A); /* pop %r10 */ } @@ -774,7 +779,8 @@ goto common_load; case BPF_LD | BPF_ABS | BPF_W: func = CHOOSE_LOAD_FUNC(imm32, sk_load_word); -common_load: ctx->seen_ld_abs = true; +common_load: + ctx->seen_ld_abs = seen_ld_abs = true; jmp_offset = func - (image + addrs[i]); if (!func || !is_simm32(jmp_offset)) { pr_err("unsupported bpf func %d addr %p image %p\n", @@ -848,6 +854,11 @@ } ilen = prog - temp; + if (ilen > BPF_MAX_INSN_SIZE) { + pr_err("bpf_jit_compile fatal insn size error\n"); + return -EFAULT; + } + if (image) { if (unlikely(proglen + ilen > oldproglen)) { pr_err("bpf_jit_compile fatal error\n"); @@ -895,7 +906,12 @@ } ctx.cleanup_addr = proglen; - for (pass = 0; pass < 10; pass++) { + /* JITed image shrinks with every pass and the loop iterates + * until the image stops shrinking. Very large bpf programs + * may converge on the last pass. In such case do one more + * pass to emit the final image + */ + for (pass = 0; pass < 10 || image; pass++) { proglen = do_jit(prog, addrs, image, oldproglen, &ctx); if (proglen <= 0) { image = NULL; @@ -904,9 +920,11 @@ goto out; } if (image) { - if (proglen != oldproglen) + if (proglen != oldproglen) { pr_err("bpf_jit: proglen=%d != oldproglen=%d\n", proglen, oldproglen); + goto out; + } break; } if (proglen == oldproglen) { --- linux-lts-utopic-3.16.0.orig/arch/x86/pci/acpi.c +++ linux-lts-utopic-3.16.0/arch/x86/pci/acpi.c @@ -84,6 +84,17 @@ DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"), }, }, + /* https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/931368 */ + /* https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1033299 */ + { + .callback = set_use_crs, + .ident = "Foxconn K8M890-8237A", + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "Foxconn"), + DMI_MATCH(DMI_BOARD_NAME, "K8M890-8237A"), + DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"), + }, + }, /* Now for the blacklist.. */ @@ -124,8 +135,10 @@ { int year; - if (dmi_get_date(DMI_BIOS_DATE, &year, NULL, NULL) && year < 2008) - pci_use_crs = false; + if (dmi_get_date(DMI_BIOS_DATE, &year, NULL, NULL) && year < 2008) { + if (iomem_resource.end <= 0xffffffff) + pci_use_crs = false; + } dmi_check_system(pci_crs_quirks); --- linux-lts-utopic-3.16.0.orig/arch/x86/pci/common.c +++ linux-lts-utopic-3.16.0/arch/x86/pci/common.c @@ -448,6 +448,22 @@ DMI_MATCH(DMI_PRODUCT_NAME, "ftServer"), }, }, + { + .callback = set_scan_all, + .ident = "Stratus/NEC ftServer", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "NEC"), + DMI_MATCH(DMI_PRODUCT_NAME, "Express5800/R32"), + }, + }, + { + .callback = set_scan_all, + .ident = "Stratus/NEC ftServer", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "NEC"), + DMI_MATCH(DMI_PRODUCT_NAME, "Express5800/R31"), + }, + }, {} }; --- linux-lts-utopic-3.16.0.orig/arch/x86/pci/fixup.c +++ linux-lts-utopic-3.16.0/arch/x86/pci/fixup.c @@ -350,8 +350,7 @@ pci_read_config_word(pdev, PCI_COMMAND, &config); if (config & (PCI_COMMAND_IO | PCI_COMMAND_MEMORY)) { pdev->resource[PCI_ROM_RESOURCE].flags |= IORESOURCE_ROM_SHADOW; - dev_printk(KERN_DEBUG, &pdev->dev, "Boot video device\n"); - vga_set_default_device(pdev); + dev_printk(KERN_DEBUG, &pdev->dev, "Video device with shadowed ROM\n"); } } } --- linux-lts-utopic-3.16.0.orig/arch/x86/pci/i386.c +++ linux-lts-utopic-3.16.0/arch/x86/pci/i386.c @@ -162,6 +162,10 @@ return start; if (start & 0x300) start = (start + 0x3ff) & ~0x3ff; + } else if (res->flags & IORESOURCE_MEM) { + /* The low 1MB range is reserved for ISA cards */ + if (start < BIOS_END) + start = BIOS_END; } return start; } @@ -212,7 +216,7 @@ continue; if (r->parent) /* Already allocated */ continue; - if (!r->start || pci_claim_resource(dev, idx) < 0) { + if (!r->start || pci_claim_bridge_resource(dev, idx) < 0) { /* * Something is wrong with the region. * Invalidate the resource to prevent --- linux-lts-utopic-3.16.0.orig/arch/x86/platform/efi/efi.c +++ linux-lts-utopic-3.16.0/arch/x86/platform/efi/efi.c @@ -44,6 +44,7 @@ #include #include #include +#include #include #include @@ -235,12 +236,19 @@ efi_memory_desc_t *virtual_map) { efi_status_t status; + unsigned long flags; efi_call_phys_prelog(); + + /* Disable interrupts around EFI calls: */ + local_irq_save(flags); status = efi_call_phys(efi_phys.set_virtual_address_map, memory_map_size, descriptor_size, descriptor_version, virtual_map); + local_irq_restore(flags); + efi_call_phys_epilog(); + return status; } @@ -967,6 +975,70 @@ } /* + * Iterate the EFI memory map in reverse order because the regions + * will be mapped top-down. The end result is the same as if we had + * mapped things forward, but doesn't require us to change the + * existing implementation of efi_map_region(). + */ +static inline void *efi_map_next_entry_reverse(void *entry) +{ + /* Initial call */ + if (!entry) + return memmap.map_end - memmap.desc_size; + + entry -= memmap.desc_size; + if (entry < memmap.map) + return NULL; + + return entry; +} + +/* + * efi_map_next_entry - Return the next EFI memory map descriptor + * @entry: Previous EFI memory map descriptor + * + * This is a helper function to iterate over the EFI memory map, which + * we do in different orders depending on the current configuration. + * + * To begin traversing the memory map @entry must be %NULL. + * + * Returns %NULL when we reach the end of the memory map. + */ +static void *efi_map_next_entry(void *entry) +{ + if (!efi_enabled(EFI_OLD_MEMMAP) && efi_enabled(EFI_64BIT)) { + /* + * Starting in UEFI v2.5 the EFI_PROPERTIES_TABLE + * config table feature requires us to map all entries + * in the same order as they appear in the EFI memory + * map. That is to say, entry N must have a lower + * virtual address than entry N+1. This is because the + * firmware toolchain leaves relative references in + * the code/data sections, which are split and become + * separate EFI memory regions. Mapping things + * out-of-order leads to the firmware accessing + * unmapped addresses. + * + * Since we need to map things this way whether or not + * the kernel actually makes use of + * EFI_PROPERTIES_TABLE, let's just switch to this + * scheme by default for 64-bit. + */ + return efi_map_next_entry_reverse(entry); + } + + /* Initial call */ + if (!entry) + return memmap.map; + + entry += memmap.desc_size; + if (entry >= memmap.map_end) + return NULL; + + return entry; +} + +/* * Map the efi memory ranges of the runtime services and update new_mmap with * virtual addresses. */ @@ -976,7 +1048,8 @@ unsigned long left = 0; efi_memory_desc_t *md; - for (p = memmap.map; p < memmap.map_end; p += memmap.desc_size) { + p = NULL; + while ((p = efi_map_next_entry(p))) { md = p; if (!(md->attribute & EFI_MEMORY_RUNTIME)) { #ifdef CONFIG_X86_64 @@ -1340,3 +1413,25 @@ if (is_uv_system()) set_bit(EFI_OLD_MEMMAP, &efi.flags); } + +/* + * For most modern platforms the preferred method of powering off is via + * ACPI. However, there are some that are known to require the use of + * EFI runtime services and for which ACPI does not work at all. + * + * Using EFI is a last resort, to be used only if no other option + * exists. + */ +bool efi_reboot_required(void) +{ + if (!acpi_gbl_reduced_hardware) + return false; + + efi_reboot_quirk_mode = EFI_RESET_WARM; + return true; +} + +bool efi_poweroff_required(void) +{ + return !!acpi_gbl_reduced_hardware; +} --- linux-lts-utopic-3.16.0.orig/arch/x86/platform/efi/efi_32.c +++ linux-lts-utopic-3.16.0/arch/x86/platform/efi/efi_32.c @@ -33,11 +33,10 @@ /* * To make EFI call EFI runtime service in physical addressing mode we need - * prelog/epilog before/after the invocation to disable interrupt, to - * claim EFI runtime service handler exclusively and to duplicate a memory in - * low memory space say 0 - 3G. + * prolog/epilog before/after the invocation to claim the EFI runtime service + * handler exclusively and to duplicate a memory mapping in low memory space, + * say 0 - 3G. */ -static unsigned long efi_rt_eflags; void efi_sync_low_kernel_mappings(void) {} void __init efi_dump_pagetable(void) {} @@ -59,8 +58,6 @@ { struct desc_ptr gdt_descr; - local_irq_save(efi_rt_eflags); - load_cr3(initial_page_table); __flush_tlb_all(); @@ -79,8 +76,6 @@ load_cr3(swapper_pg_dir); __flush_tlb_all(); - - local_irq_restore(efi_rt_eflags); } void __init efi_runtime_mkexec(void) --- linux-lts-utopic-3.16.0.orig/arch/x86/platform/efi/efi_64.c +++ linux-lts-utopic-3.16.0/arch/x86/platform/efi/efi_64.c @@ -42,7 +42,6 @@ #include static pgd_t *save_pgd __initdata; -static unsigned long efi_flags __initdata; /* * We allocate runtime services regions bottom-up, starting from -4G, i.e. @@ -89,7 +88,6 @@ return; early_code_mapping_set_exec(1); - local_irq_save(efi_flags); n_pgds = DIV_ROUND_UP((max_pfn << PAGE_SHIFT), PGDIR_SIZE); save_pgd = kmalloc(n_pgds * sizeof(pgd_t), GFP_KERNEL); @@ -117,7 +115,6 @@ set_pgd(pgd_offset_k(pgd * PGDIR_SIZE), save_pgd[pgd]); kfree(save_pgd); __flush_tlb_all(); - local_irq_restore(efi_flags); early_code_mapping_set_exec(0); } --- linux-lts-utopic-3.16.0.orig/arch/x86/power/cpu.c +++ linux-lts-utopic-3.16.0/arch/x86/power/cpu.c @@ -23,6 +23,7 @@ #include #include /* pcntxt_mask */ #include +#include #ifdef CONFIG_X86_32 __visible unsigned long saved_context_ebx; @@ -157,7 +158,7 @@ syscall_init(); /* This sets MSR_*STAR and related */ #endif load_TR_desc(); /* This does ltr */ - load_LDT(¤t->active_mm->context); /* This does lldt */ + load_mm_ldt(current->active_mm); /* This does lldt */ } /** --- linux-lts-utopic-3.16.0.orig/arch/x86/power/hibernate_32.c +++ linux-lts-utopic-3.16.0/arch/x86/power/hibernate_32.c @@ -13,13 +13,11 @@ #include #include #include +#include /* Defined in hibernate_asm_32.S */ extern int restore_image(void); -/* References to section boundaries */ -extern const void __nosave_begin, __nosave_end; - /* Pointer to the temporary resume page tables */ pgd_t *resume_pg_dir; --- linux-lts-utopic-3.16.0.orig/arch/x86/power/hibernate_64.c +++ linux-lts-utopic-3.16.0/arch/x86/power/hibernate_64.c @@ -17,11 +17,9 @@ #include #include #include +#include #include -/* References to section boundaries */ -extern __visible const void __nosave_begin, __nosave_end; - /* Defined in hibernate_asm_64.S */ extern asmlinkage __visible int restore_image(void); --- linux-lts-utopic-3.16.0.orig/arch/x86/syscalls/syscall_32.tbl +++ linux-lts-utopic-3.16.0/arch/x86/syscalls/syscall_32.tbl @@ -360,3 +360,4 @@ 351 i386 sched_setattr sys_sched_setattr 352 i386 sched_getattr sys_sched_getattr 353 i386 renameat2 sys_renameat2 +354 i386 seccomp sys_seccomp --- linux-lts-utopic-3.16.0.orig/arch/x86/syscalls/syscall_64.tbl +++ linux-lts-utopic-3.16.0/arch/x86/syscalls/syscall_64.tbl @@ -323,6 +323,7 @@ 314 common sched_setattr sys_sched_setattr 315 common sched_getattr sys_sched_getattr 316 common renameat2 sys_renameat2 +317 common seccomp sys_seccomp # # x32-specific system call numbers start at 512 to avoid cache impact --- linux-lts-utopic-3.16.0.orig/arch/x86/tools/calc_run_size.sh +++ linux-lts-utopic-3.16.0/arch/x86/tools/calc_run_size.sh @@ -0,0 +1,42 @@ +#!/bin/sh +# +# Calculate the amount of space needed to run the kernel, including room for +# the .bss and .brk sections. +# +# Usage: +# objdump -h a.out | sh calc_run_size.sh + +NUM='\([0-9a-fA-F]*[ \t]*\)' +OUT=$(sed -n 's/^[ \t0-9]*.b[sr][sk][ \t]*'"$NUM$NUM$NUM$NUM"'.*/\1\4/p') +if [ -z "$OUT" ] ; then + echo "Never found .bss or .brk file offset" >&2 + exit 1 +fi + +OUT=$(echo ${OUT# }) +sizeA=$(printf "%d" 0x${OUT%% *}) +OUT=${OUT#* } +offsetA=$(printf "%d" 0x${OUT%% *}) +OUT=${OUT#* } +sizeB=$(printf "%d" 0x${OUT%% *}) +OUT=${OUT#* } +offsetB=$(printf "%d" 0x${OUT%% *}) + +run_size=$(( $offsetA + $sizeA + $sizeB )) + +# BFD linker shows the same file offset in ELF. +if [ "$offsetA" -ne "$offsetB" ] ; then + # Gold linker shows them as consecutive. + endB=$(( $offsetB + $sizeB )) + if [ "$endB" != "$run_size" ] ; then + printf "sizeA: 0x%x\n" $sizeA >&2 + printf "offsetA: 0x%x\n" $offsetA >&2 + printf "sizeB: 0x%x\n" $sizeB >&2 + printf "offsetB: 0x%x\n" $offsetB >&2 + echo ".bss and .brk are non-contiguous" >&2 + exit 1 + fi +fi + +printf "%d\n" $run_size +exit 0 --- linux-lts-utopic-3.16.0.orig/arch/x86/um/Makefile +++ linux-lts-utopic-3.16.0/arch/x86/um/Makefile @@ -17,7 +17,7 @@ ifeq ($(CONFIG_X86_32),y) obj-y += checksum_32.o -obj-$(CONFIG_BINFMT_ELF) += elfcore.o +obj-$(CONFIG_ELF_CORE) += elfcore.o subarch-y = ../lib/string_32.o ../lib/atomic64_32.o ../lib/atomic64_cx8_32.o subarch-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += ../lib/rwsem.o --- linux-lts-utopic-3.16.0.orig/arch/x86/um/sys_call_table_32.c +++ linux-lts-utopic-3.16.0/arch/x86/um/sys_call_table_32.c @@ -34,7 +34,7 @@ extern asmlinkage void sys_ni_syscall(void); -const sys_call_ptr_t sys_call_table[] __cacheline_aligned = { +const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = { /* * Smells like a compiler bug -- it doesn't work * when the & below is removed. --- linux-lts-utopic-3.16.0.orig/arch/x86/um/sys_call_table_64.c +++ linux-lts-utopic-3.16.0/arch/x86/um/sys_call_table_64.c @@ -46,7 +46,7 @@ extern void sys_ni_syscall(void); -const sys_call_ptr_t sys_call_table[] __cacheline_aligned = { +const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = { /* * Smells like a compiler bug -- it doesn't work * when the & below is removed. --- linux-lts-utopic-3.16.0.orig/arch/x86/vdso/Makefile +++ linux-lts-utopic-3.16.0/arch/x86/vdso/Makefile @@ -49,7 +49,7 @@ $(obj)/vdso64.so.dbg: $(src)/vdso.lds $(vobjs) FORCE $(call if_changed,vdso) -HOST_EXTRACFLAGS += -I$(srctree)/tools/include +HOST_EXTRACFLAGS += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/x86/include/uapi hostprogs-y += vdso2c quiet_cmd_vdso2c = VDSO2C $@ --- linux-lts-utopic-3.16.0.orig/arch/x86/vdso/vclock_gettime.c +++ linux-lts-utopic-3.16.0/arch/x86/vdso/vclock_gettime.c @@ -82,18 +82,15 @@ cycle_t ret; u64 last; u32 version; + u32 migrate_count; u8 flags; unsigned cpu, cpu1; /* - * Note: hypervisor must guarantee that: - * 1. cpu ID number maps 1:1 to per-CPU pvclock time info. - * 2. that per-CPU pvclock time info is updated if the - * underlying CPU changes. - * 3. that version is increased whenever underlying CPU - * changes. - * + * When looping to get a consistent (time-info, tsc) pair, we + * also need to deal with the possibility we can switch vcpus, + * so make sure we always re-fetch time-info for the current vcpu. */ do { cpu = __getcpu() & VGETCPU_CPU_MASK; @@ -102,20 +99,27 @@ * __getcpu() calls (Gleb). */ - pvti = get_pvti(cpu); + /* Make sure migrate_count will change if we leave the VCPU. */ + do { + pvti = get_pvti(cpu); + migrate_count = pvti->migrate_count; + + cpu1 = cpu; + cpu = __getcpu() & VGETCPU_CPU_MASK; + } while (unlikely(cpu != cpu1)); version = __pvclock_read_cycles(&pvti->pvti, &ret, &flags); /* * Test we're still on the cpu as well as the version. - * We could have been migrated just after the first - * vgetcpu but before fetching the version, so we - * wouldn't notice a version change. + * - We must read TSC of pvti's VCPU. + * - KVM doesn't follow the versioning protocol, so data could + * change before version if we left the VCPU. */ - cpu1 = __getcpu() & VGETCPU_CPU_MASK; - } while (unlikely(cpu != cpu1 || - (pvti->pvti.version & 1) || - pvti->pvti.version != version)); + smp_rmb(); + } while (unlikely((pvti->pvti.version & 1) || + pvti->pvti.version != version || + pvti->migrate_count != migrate_count)); if (unlikely(!(flags & PVCLOCK_TSC_STABLE_BIT))) *mode = VCLOCK_NONE; --- linux-lts-utopic-3.16.0.orig/arch/x86/vdso/vdso32/sigreturn.S +++ linux-lts-utopic-3.16.0/arch/x86/vdso/vdso32/sigreturn.S @@ -17,6 +17,7 @@ .text .globl __kernel_sigreturn .type __kernel_sigreturn,@function + nop /* this guy is needed for .LSTARTFDEDLSI1 below (watch for HACK) */ ALIGN __kernel_sigreturn: .LSTART_sigreturn: --- linux-lts-utopic-3.16.0.orig/arch/x86/vdso/vma.c +++ linux-lts-utopic-3.16.0/arch/x86/vdso/vma.c @@ -54,12 +54,17 @@ struct linux_binprm; -/* Put the vdso above the (randomized) stack with another randomized offset. - This way there is no hole in the middle of address space. - To save memory make sure it is still in the same PTE as the stack top. - This doesn't give that many random bits. - - Only used for the 64-bit and x32 vdsos. */ +/* + * Put the vdso above the (randomized) stack with another randomized + * offset. This way there is no hole in the middle of address space. + * To save memory make sure it is still in the same PTE as the stack + * top. This doesn't give that many random bits. + * + * Note that this algorithm is imperfect: the distribution of the vdso + * start address within a PMD is biased toward the end. + * + * Only used for the 64-bit and x32 vdsos. + */ static unsigned long vdso_addr(unsigned long start, unsigned len) { #ifdef CONFIG_X86_32 @@ -67,22 +72,30 @@ #else unsigned long addr, end; unsigned offset; - end = (start + PMD_SIZE - 1) & PMD_MASK; + + /* + * Round up the start address. It can start out unaligned as a result + * of stack start randomization. + */ + start = PAGE_ALIGN(start); + + /* 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; end -= len; - /* This loses some more bits than a modulo, but is cheaper */ - offset = get_random_int() & (PTRS_PER_PTE - 1); - addr = start + (offset << PAGE_SHIFT); - if (addr >= end) - addr = end; + + if (end > start) { + offset = get_random_int() % (((end - start) >> PAGE_SHIFT) + 1); + addr = start + (offset << PAGE_SHIFT); + } else { + addr = start; + } /* - * page-align it here so that get_unmapped_area doesn't - * align it wrongfully again to the next page. addr can come in 4K - * unaligned here as a result of stack start randomization. + * Forcibly align the final address in case we have a hardware + * issue that requires alignment for performance reasons. */ - addr = PAGE_ALIGN(addr); addr = align_vdso_addr(addr); return addr; --- linux-lts-utopic-3.16.0.orig/arch/x86/xen/enlighten.c +++ linux-lts-utopic-3.16.0/arch/x86/xen/enlighten.c @@ -33,6 +33,10 @@ #include #include +#ifdef CONFIG_KEXEC +#include +#endif + #include #include #include @@ -481,6 +485,7 @@ pte_t pte; unsigned long pfn; struct page *page; + unsigned char dummy; ptep = lookup_address((unsigned long)v, &level); BUG_ON(ptep == NULL); @@ -490,6 +495,32 @@ pte = pfn_pte(pfn, prot); + /* + * Careful: update_va_mapping() will fail if the virtual address + * we're poking isn't populated in the page tables. We don't + * need to worry about the direct map (that's always in the page + * tables), but we need to be careful about vmap space. In + * particular, the top level page table can lazily propagate + * entries between processes, so if we've switched mms since we + * vmapped the target in the first place, we might not have the + * top-level page table entry populated. + * + * We disable preemption because we want the same mm active when + * we probe the target and when we issue the hypercall. We'll + * have the same nominal mm, but if we're a kernel thread, lazy + * mm dropping could change our pgd. + * + * Out of an abundance of caution, this uses __get_user() to fault + * in the target address just in case there's some obscure case + * in which the target address isn't readable. + */ + + preempt_disable(); + + pagefault_disable(); /* Avoid warnings due to being atomic. */ + __get_user(dummy, (unsigned char __user __force *)v); + pagefault_enable(); + if (HYPERVISOR_update_va_mapping((unsigned long)v, pte, 0)) BUG(); @@ -501,6 +532,8 @@ BUG(); } else kmap_flush_unused(); + + preempt_enable(); } static void xen_alloc_ldt(struct desc_struct *ldt, unsigned entries) @@ -508,6 +541,17 @@ const unsigned entries_per_page = PAGE_SIZE / LDT_ENTRY_SIZE; int i; + /* + * We need to mark the all aliases of the LDT pages RO. We + * don't need to call vm_flush_aliases(), though, since that's + * only responsible for flushing aliases out the TLBs, not the + * page tables, and Xen will flush the TLB for us if needed. + * + * To avoid confusing future readers: none of this is necessary + * to load the LDT. The hypervisor only checks this when the + * LDT is faulted in due to subsequent descriptor access. + */ + for(i = 0; i < entries; i += entries_per_page) set_aliased_prot(ldt + i, PAGE_KERNEL_RO); } @@ -912,7 +956,7 @@ xen_mc_issue(PARAVIRT_LAZY_CPU); } -static void xen_set_iopl_mask(unsigned mask) +void xen_set_iopl_mask(unsigned mask) { struct physdev_set_iopl set_iopl; @@ -1808,6 +1852,21 @@ .notifier_call = xen_hvm_cpu_notify, }; +#ifdef CONFIG_KEXEC +static void xen_hvm_shutdown(void) +{ + native_machine_shutdown(); + if (kexec_in_progress) + xen_reboot(SHUTDOWN_soft_reset); +} + +static void xen_hvm_crash_shutdown(struct pt_regs *regs) +{ + native_machine_crash_shutdown(regs); + xen_reboot(SHUTDOWN_soft_reset); +} +#endif + static void __init xen_hvm_guest_init(void) { init_hvm_pv_info(); @@ -1824,6 +1883,10 @@ x86_init.irqs.intr_init = xen_init_IRQ; xen_hvm_init_time_ops(); xen_hvm_init_mmu_ops(); +#ifdef CONFIG_KEXEC + machine_ops.shutdown = xen_hvm_shutdown; + machine_ops.crash_shutdown = xen_hvm_crash_shutdown; +#endif } static uint32_t __init xen_hvm_platform(void) --- linux-lts-utopic-3.16.0.orig/arch/x86/xen/grant-table.c +++ linux-lts-utopic-3.16.0/arch/x86/xen/grant-table.c @@ -168,6 +168,7 @@ { struct page **pages; xen_pfn_t *pfns; + void *vaddr; int rc; unsigned int i; unsigned long nr_grant_frames = gnttab_max_grant_frames(); @@ -193,21 +194,20 @@ for (i = 0; i < nr_grant_frames; i++) pfns[i] = page_to_pfn(pages[i]); - rc = arch_gnttab_map_shared(pfns, nr_grant_frames, nr_grant_frames, - &xen_auto_xlat_grant_frames.vaddr); - - if (rc) { + vaddr = vmap(pages, nr_grant_frames, 0, PAGE_KERNEL); + if (!vaddr) { pr_warn("%s Couldn't map %ld pfns rc:%d\n", __func__, nr_grant_frames, rc); free_xenballooned_pages(nr_grant_frames, pages); kfree(pages); kfree(pfns); - return rc; + return -ENOMEM; } kfree(pages); xen_auto_xlat_grant_frames.pfn = pfns; xen_auto_xlat_grant_frames.count = nr_grant_frames; + xen_auto_xlat_grant_frames.vaddr = vaddr; return 0; } --- linux-lts-utopic-3.16.0.orig/arch/x86/xen/mmu.c +++ linux-lts-utopic-3.16.0/arch/x86/xen/mmu.c @@ -1866,12 +1866,11 @@ * * We can construct this by grafting the Xen provided pagetable into * head_64.S's preconstructed pagetables. We copy the Xen L2's into - * level2_ident_pgt, level2_kernel_pgt and level2_fixmap_pgt. This - * means that only the kernel has a physical mapping to start with - - * but that's enough to get __va working. We need to fill in the rest - * of the physical mapping once some sort of allocator has been set - * up. - * NOTE: for PVH, the page tables are native. + * level2_ident_pgt, and level2_kernel_pgt. This means that only the + * kernel has a physical mapping to start with - but that's enough to + * get __va working. We need to fill in the rest of the physical + * mapping once some sort of allocator has been set up. NOTE: for + * PVH, the page tables are native. */ void __init xen_setup_kernel_pagetable(pgd_t *pgd, unsigned long max_pfn) { @@ -1902,8 +1901,11 @@ /* L3_i[0] -> level2_ident_pgt */ convert_pfn_mfn(level3_ident_pgt); /* L3_k[510] -> level2_kernel_pgt - * L3_i[511] -> level2_fixmap_pgt */ + * L3_k[511] -> level2_fixmap_pgt */ convert_pfn_mfn(level3_kernel_pgt); + + /* L3_k[511][506] -> level1_fixmap_pgt */ + convert_pfn_mfn(level2_fixmap_pgt); } /* We get [511][511] and have Xen's version of level2_kernel_pgt */ l3 = m2v(pgd[pgd_index(__START_KERNEL_map)].pgd); @@ -1913,21 +1915,15 @@ addr[1] = (unsigned long)l3; addr[2] = (unsigned long)l2; /* Graft it onto L4[272][0]. Note that we creating an aliasing problem: - * Both L4[272][0] and L4[511][511] have entries that point to the same + * Both L4[272][0] and L4[511][510] have entries that point to the same * L2 (PMD) tables. Meaning that if you modify it in __va space * it will be also modified in the __ka space! (But if you just * modify the PMD table to point to other PTE's or none, then you * are OK - which is what cleanup_highmap does) */ copy_page(level2_ident_pgt, l2); - /* Graft it onto L4[511][511] */ + /* Graft it onto L4[511][510] */ copy_page(level2_kernel_pgt, l2); - /* Get [511][510] and graft that in level2_fixmap_pgt */ - l3 = m2v(pgd[pgd_index(__START_KERNEL_map + PMD_SIZE)].pgd); - l2 = m2v(l3[pud_index(__START_KERNEL_map + PMD_SIZE)].pud); - copy_page(level2_fixmap_pgt, l2); - /* Note that we don't do anything with level1_fixmap_pgt which - * we don't need. */ if (!xen_feature(XENFEAT_auto_translated_physmap)) { /* Make pagetable pieces RO */ set_page_prot(init_level4_pgt, PAGE_KERNEL_RO); @@ -1937,6 +1933,7 @@ set_page_prot(level2_ident_pgt, PAGE_KERNEL_RO); set_page_prot(level2_kernel_pgt, PAGE_KERNEL_RO); set_page_prot(level2_fixmap_pgt, PAGE_KERNEL_RO); + set_page_prot(level1_fixmap_pgt, PAGE_KERNEL_RO); /* Pin down new L4 */ pin_pagetable_pfn(MMUEXT_PIN_L4_TABLE, --- linux-lts-utopic-3.16.0.orig/arch/x86/xen/setup.c +++ linux-lts-utopic-3.16.0/arch/x86/xen/setup.c @@ -385,7 +385,7 @@ xen_ignore_unusable(map, memmap.nr_entries); /* Make sure the Xen-supplied memory map is well-ordered. */ - sanitize_e820_map(map, memmap.nr_entries, &memmap.nr_entries); + sanitize_e820_map(map, ARRAY_SIZE(map), &memmap.nr_entries); max_pages = xen_get_max_pages(); if (max_pages > max_pfn) --- linux-lts-utopic-3.16.0.orig/arch/x86/xen/suspend.c +++ linux-lts-utopic-3.16.0/arch/x86/xen/suspend.c @@ -32,7 +32,8 @@ { #ifdef CONFIG_XEN_PVHVM int cpu; - xen_hvm_init_shared_info(); + if (!suspend_cancelled) + xen_hvm_init_shared_info(); xen_callback_vector(); xen_unplug_emulated_devices(); if (xen_feature(XENFEAT_hvm_safe_pvclock)) { --- linux-lts-utopic-3.16.0.orig/arch/x86/xen/time.c +++ linux-lts-utopic-3.16.0/arch/x86/xen/time.c @@ -444,7 +444,7 @@ irq = bind_virq_to_irqhandler(VIRQ_TIMER, cpu, xen_timer_interrupt, IRQF_PERCPU|IRQF_NOBALANCING|IRQF_TIMER| - IRQF_FORCE_RESUME, + IRQF_FORCE_RESUME|IRQF_EARLY_RESUME, name, NULL); (void)xen_set_irq_priority(irq, XEN_IRQ_PRIORITY_MAX); --- linux-lts-utopic-3.16.0.orig/arch/xtensa/Kconfig +++ linux-lts-utopic-3.16.0/arch/xtensa/Kconfig @@ -348,6 +348,36 @@ source "drivers/pci/hotplug/Kconfig" +config XTFPGA_LCD + bool "Enable XTFPGA LCD driver" + depends on XTENSA_PLATFORM_XTFPGA + default n + help + There's a 2x16 LCD on most of XTFPGA boards, kernel may output + progress messages there during bootup/shutdown. It may be useful + during board bringup. + + If unsure, say N. + +config XTFPGA_LCD_BASE_ADDR + hex "XTFPGA LCD base address" + depends on XTFPGA_LCD + default "0x0d0c0000" + help + Base address of the LCD controller inside KIO region. + Different boards from XTFPGA family have LCD controller at different + addresses. Please consult prototyping user guide for your board for + the correct address. Wrong address here may lead to hardware lockup. + +config XTFPGA_LCD_8BIT_ACCESS + bool "Use 8-bit access to XTFPGA LCD" + depends on XTFPGA_LCD + default n + help + LCD may be connected with 4- or 8-bit interface, 8-bit access may + only be used with 8-bit interface. Please consult prototyping user + guide for your board for the correct interface width. + endmenu menu "Executable file formats" --- linux-lts-utopic-3.16.0.orig/arch/xtensa/include/asm/asmmacro.h +++ linux-lts-utopic-3.16.0/arch/xtensa/include/asm/asmmacro.h @@ -35,9 +35,10 @@ * __loop as * restart loop. 'as' register must not have been modified! * - * __endla ar, at, incr + * __endla ar, as, incr * ar start address (modified) - * as scratch register used by macro + * as scratch register used by __loops/__loopi macros or + * end address used by __loopt macro * inc increment */ @@ -97,7 +98,7 @@ .endm /* - * loop from ar to ax + * loop from ar to as */ .macro __loopt ar, as, at, incr_log2 --- linux-lts-utopic-3.16.0.orig/arch/xtensa/include/asm/highmem.h +++ linux-lts-utopic-3.16.0/arch/xtensa/include/asm/highmem.h @@ -23,7 +23,7 @@ #define PKMAP_NR(virt) (((virt) - PKMAP_BASE) >> PAGE_SHIFT) #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) -#define kmap_prot PAGE_KERNEL +#define kmap_prot PAGE_KERNEL_EXEC extern pte_t *pkmap_page_table; --- linux-lts-utopic-3.16.0.orig/arch/xtensa/include/asm/pgtable.h +++ linux-lts-utopic-3.16.0/arch/xtensa/include/asm/pgtable.h @@ -67,7 +67,12 @@ #define VMALLOC_START 0xC0000000 #define VMALLOC_END 0xC7FEFFFF #define TLBTEMP_BASE_1 0xC7FF0000 -#define TLBTEMP_BASE_2 0xC7FF8000 +#define TLBTEMP_BASE_2 (TLBTEMP_BASE_1 + DCACHE_WAY_SIZE) +#if 2 * DCACHE_WAY_SIZE > ICACHE_WAY_SIZE +#define TLBTEMP_SIZE (2 * DCACHE_WAY_SIZE) +#else +#define TLBTEMP_SIZE ICACHE_WAY_SIZE +#endif /* * For the Xtensa architecture, the PTE layout is as follows: @@ -173,6 +178,7 @@ #else /* no mmu */ +# define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY) # define PAGE_NONE __pgprot(0) # define PAGE_SHARED __pgprot(0) # define PAGE_COPY __pgprot(0) --- linux-lts-utopic-3.16.0.orig/arch/xtensa/include/asm/traps.h +++ linux-lts-utopic-3.16.0/arch/xtensa/include/asm/traps.h @@ -25,30 +25,39 @@ { #if XCHAL_NUM_AREGS > 16 __asm__ __volatile__ ( - " call12 1f\n" + " call8 1f\n" " _j 2f\n" " retw\n" " .align 4\n" "1:\n" +#if XCHAL_NUM_AREGS == 32 + " _entry a1, 32\n" + " addi a8, a0, 3\n" + " _entry a1, 16\n" + " mov a12, a12\n" + " retw\n" +#else " _entry a1, 48\n" - " addi a12, a0, 3\n" -#if XCHAL_NUM_AREGS > 32 - " .rept (" __stringify(XCHAL_NUM_AREGS) " - 32) / 12\n" + " call12 1f\n" + " retw\n" + " .align 4\n" + "1:\n" + " .rept (" __stringify(XCHAL_NUM_AREGS) " - 16) / 12\n" " _entry a1, 48\n" " mov a12, a0\n" " .endr\n" -#endif - " _entry a1, 48\n" + " _entry a1, 16\n" #if XCHAL_NUM_AREGS % 12 == 0 - " mov a8, a8\n" -#elif XCHAL_NUM_AREGS % 12 == 4 " mov a12, a12\n" -#elif XCHAL_NUM_AREGS % 12 == 8 +#elif XCHAL_NUM_AREGS % 12 == 4 " mov a4, a4\n" +#elif XCHAL_NUM_AREGS % 12 == 8 + " mov a8, a8\n" #endif " retw\n" +#endif "2:\n" - : : : "a12", "a13", "memory"); + : : : "a8", "a9", "memory"); #else __asm__ __volatile__ ( " mov a12, a12\n" --- linux-lts-utopic-3.16.0.orig/arch/xtensa/include/asm/uaccess.h +++ linux-lts-utopic-3.16.0/arch/xtensa/include/asm/uaccess.h @@ -52,7 +52,12 @@ */ .macro get_fs ad, sp GET_CURRENT(\ad,\sp) +#if THREAD_CURRENT_DS > 1020 + addi \ad, \ad, TASK_THREAD + l32i \ad, \ad, THREAD_CURRENT_DS - TASK_THREAD +#else l32i \ad, \ad, THREAD_CURRENT_DS +#endif .endm /* --- linux-lts-utopic-3.16.0.orig/arch/xtensa/include/asm/vectors.h +++ linux-lts-utopic-3.16.0/arch/xtensa/include/asm/vectors.h @@ -47,6 +47,9 @@ #define LOAD_MEMORY_ADDRESS 0xD0003000 #endif +#define RESET_VECTOR1_VADDR (VIRTUAL_MEMORY_ADDRESS + \ + XCHAL_RESET_VECTOR1_PADDR) + #else /* !defined(CONFIG_MMU) */ /* MMU Not being used - Virtual == Physical */ @@ -59,6 +62,8 @@ /* Loaded just above possibly live vectors */ #define LOAD_MEMORY_ADDRESS 0x00003000 +#define RESET_VECTOR1_VADDR (XCHAL_RESET_VECTOR1_VADDR) + #endif /* CONFIG_MMU */ #define XC_VADDR(offset) (VIRTUAL_MEMORY_ADDRESS + offset) @@ -70,10 +75,6 @@ VECBASE_RESET_VADDR) #define RESET_VECTOR_VADDR XC_VADDR(RESET_VECTOR_VECOFS) -#define RESET_VECTOR1_VECOFS (XCHAL_RESET_VECTOR1_VADDR - \ - VECBASE_RESET_VADDR) -#define RESET_VECTOR1_VADDR XC_VADDR(RESET_VECTOR1_VECOFS) - #if defined(XCHAL_HAVE_VECBASE) && XCHAL_HAVE_VECBASE #define USER_VECTOR_VADDR XC_VADDR(XCHAL_USER_VECOFS) --- linux-lts-utopic-3.16.0.orig/arch/xtensa/include/uapi/asm/ioctls.h +++ linux-lts-utopic-3.16.0/arch/xtensa/include/uapi/asm/ioctls.h @@ -28,17 +28,17 @@ #define TCSETSW 0x5403 #define TCSETSF 0x5404 -#define TCGETA _IOR('t', 23, struct termio) -#define TCSETA _IOW('t', 24, struct termio) -#define TCSETAW _IOW('t', 25, struct termio) -#define TCSETAF _IOW('t', 28, struct termio) +#define TCGETA 0x80127417 /* _IOR('t', 23, struct termio) */ +#define TCSETA 0x40127418 /* _IOW('t', 24, struct termio) */ +#define TCSETAW 0x40127419 /* _IOW('t', 25, struct termio) */ +#define TCSETAF 0x4012741C /* _IOW('t', 28, struct termio) */ #define TCSBRK _IO('t', 29) #define TCXONC _IO('t', 30) #define TCFLSH _IO('t', 31) -#define TIOCSWINSZ _IOW('t', 103, struct winsize) -#define TIOCGWINSZ _IOR('t', 104, struct winsize) +#define TIOCSWINSZ 0x40087467 /* _IOW('t', 103, struct winsize) */ +#define TIOCGWINSZ 0x80087468 /* _IOR('t', 104, struct winsize) */ #define TIOCSTART _IO('t', 110) /* start output, like ^Q */ #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */ #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */ @@ -88,7 +88,6 @@ #define TIOCSETD _IOW('T', 35, int) #define TIOCGETD _IOR('T', 36, int) #define TCSBRKP _IOW('T', 37, int) /* Needed for POSIX tcsendbreak()*/ -#define TIOCTTYGSTRUCT _IOR('T', 38, struct tty_struct) /* For debugging only*/ #define TIOCSBRK _IO('T', 39) /* BSD compatibility */ #define TIOCCBRK _IO('T', 40) /* BSD compatibility */ #define TIOCGSID _IOR('T', 41, pid_t) /* Return the session ID of FD*/ @@ -114,8 +113,10 @@ #define TIOCSERGETLSR _IOR('T', 89, unsigned int) /* Get line status reg. */ /* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */ # define TIOCSER_TEMT 0x01 /* Transmitter physically empty */ -#define TIOCSERGETMULTI _IOR('T', 90, struct serial_multiport_struct) /* Get multiport config */ -#define TIOCSERSETMULTI _IOW('T', 91, struct serial_multiport_struct) /* Set multiport config */ +#define TIOCSERGETMULTI 0x80a8545a /* Get multiport config */ + /* _IOR('T', 90, struct serial_multiport_struct) */ +#define TIOCSERSETMULTI 0x40a8545b /* Set multiport config */ + /* _IOW('T', 91, struct serial_multiport_struct) */ #define TIOCMIWAIT _IO('T', 92) /* wait for a change on serial input line(s) */ #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ --- linux-lts-utopic-3.16.0.orig/arch/xtensa/include/uapi/asm/unistd.h +++ linux-lts-utopic-3.16.0/arch/xtensa/include/uapi/asm/unistd.h @@ -384,7 +384,8 @@ #define __NR_pivot_root 175 __SYSCALL(175, sys_pivot_root, 2) #define __NR_umount 176 -__SYSCALL(176, sys_umount, 2) +__SYSCALL(176, sys_oldumount, 1) +#define __ARCH_WANT_SYS_OLDUMOUNT #define __NR_swapoff 177 __SYSCALL(177, sys_swapoff, 1) #define __NR_sync 178 @@ -714,7 +715,7 @@ __SYSCALL(324, sys_name_to_handle_at, 5) #define __NR_open_by_handle_at 325 __SYSCALL(325, sys_open_by_handle_at, 3) -#define __NR_sync_file_range 326 +#define __NR_sync_file_range2 326 __SYSCALL(326, sys_sync_file_range2, 6) #define __NR_perf_event_open 327 __SYSCALL(327, sys_perf_event_open, 5) --- linux-lts-utopic-3.16.0.orig/arch/xtensa/kernel/Makefile +++ linux-lts-utopic-3.16.0/arch/xtensa/kernel/Makefile @@ -15,6 +15,7 @@ obj-$(CONFIG_SMP) += smp.o mxhead.o AFLAGS_head.o += -mtext-section-literals +AFLAGS_mxhead.o += -mtext-section-literals # In the Xtensa architecture, assembly generates literals which must always # precede the L32R instruction with a relative offset less than 256 kB. --- linux-lts-utopic-3.16.0.orig/arch/xtensa/kernel/entry.S +++ linux-lts-utopic-3.16.0/arch/xtensa/kernel/entry.S @@ -335,8 +335,10 @@ s32i a2, a1, PT_SYSCALL movi a2, 0 s32i a3, a1, PT_EXCVADDR +#if XCHAL_HAVE_LOOPS xsr a2, lcount s32i a2, a1, PT_LCOUNT +#endif /* It is now save to restore the EXC_TABLE_FIXUP variable. */ @@ -368,11 +370,12 @@ s32i a3, a1, PT_PS # save ps /* Save lbeg, lend */ - +#if XCHAL_HAVE_LOOPS rsr a2, lbeg rsr a3, lend s32i a2, a1, PT_LBEG s32i a3, a1, PT_LEND +#endif /* Save SCOMPARE1 */ @@ -568,12 +571,13 @@ * (if we have restored WSBITS-1 frames). */ +2: #if XCHAL_HAVE_THREADPTR l32i a3, a1, PT_THREADPTR wur a3, threadptr #endif -2: j common_exception_exit + j common_exception_exit /* This is the kernel exception exit. * We avoided to do a MOVSP when we entered the exception, but we @@ -663,13 +667,14 @@ wsr a3, sar /* Restore LBEG, LEND, LCOUNT */ - +#if XCHAL_HAVE_LOOPS l32i a2, a1, PT_LBEG l32i a3, a1, PT_LEND wsr a2, lbeg l32i a2, a1, PT_LCOUNT wsr a3, lend wsr a2, lcount +#endif /* We control single stepping through the ICOUNTLEVEL register. */ @@ -1001,9 +1006,8 @@ movi a7, 4 # sizeof(unsigned int) access_ok a3, a7, a0, a2, .Leac # a0: scratch reg, a2: sp - addi a6, a6, -1 # assuming SYS_XTENSA_ATOMIC_SET = 1 - _bgeui a6, SYS_XTENSA_COUNT - 1, .Lill - _bnei a6, SYS_XTENSA_ATOMIC_CMP_SWP - 1, .Lnswp + _bgeui a6, SYS_XTENSA_COUNT, .Lill + _bnei a6, SYS_XTENSA_ATOMIC_CMP_SWP, .Lnswp /* Fall through for ATOMIC_CMP_SWP. */ @@ -1015,27 +1019,26 @@ l32i a7, a2, PT_AREG7 # restore a7 l32i a0, a2, PT_AREG0 # restore a0 movi a2, 1 # and return 1 - addi a6, a6, 1 # restore a6 (really necessary?) rfe 1: l32i a7, a2, PT_AREG7 # restore a7 l32i a0, a2, PT_AREG0 # restore a0 movi a2, 0 # return 0 (note that we cannot set - addi a6, a6, 1 # restore a6 (really necessary?) rfe .Lnswp: /* Atomic set, add, and exg_add. */ TRY l32i a7, a3, 0 # orig + addi a6, a6, -SYS_XTENSA_ATOMIC_SET add a0, a4, a7 # + arg moveqz a0, a4, a6 # set + addi a6, a6, SYS_XTENSA_ATOMIC_SET TRY s32i a0, a3, 0 # write new value mov a0, a2 mov a2, a7 l32i a7, a0, PT_AREG7 # restore a7 l32i a0, a0, PT_AREG0 # restore a0 - addi a6, a6, 1 # restore a6 (really necessary?) rfe CATCH @@ -1044,7 +1047,7 @@ movi a2, -EFAULT rfe -.Lill: l32i a7, a2, PT_AREG0 # restore a7 +.Lill: l32i a7, a2, PT_AREG7 # restore a7 l32i a0, a2, PT_AREG0 # restore a0 movi a2, -EINVAL rfe @@ -1565,7 +1568,7 @@ rsr a0, excvaddr bltu a0, a3, 2f - addi a1, a0, -(2 << (DCACHE_ALIAS_ORDER + PAGE_SHIFT)) + addi a1, a0, -TLBTEMP_SIZE bgeu a1, a3, 2f /* Check if we have to restore an ITLB mapping. */ @@ -1794,7 +1797,7 @@ mov a12, a0 .endr #endif - _entry a1, 48 + _entry a1, 16 #if XCHAL_NUM_AREGS % 12 == 0 mov a8, a8 #elif XCHAL_NUM_AREGS % 12 == 4 @@ -1818,9 +1821,8 @@ ENTRY(_switch_to) - entry a1, 16 + entry a1, 48 - mov a10, a2 # preserve 'prev' (a2) mov a11, a3 # and 'next' (a3) l32i a4, a2, TASK_THREAD_INFO @@ -1828,8 +1830,14 @@ save_xtregs_user a4 a6 a8 a9 a12 a13 THREAD_XTREGS_USER - s32i a0, a10, THREAD_RA # save return address - s32i a1, a10, THREAD_SP # save stack pointer +#if THREAD_RA > 1020 || THREAD_SP > 1020 + addi a10, a2, TASK_THREAD + s32i a0, a10, THREAD_RA - TASK_THREAD # save return address + s32i a1, a10, THREAD_SP - TASK_THREAD # save stack pointer +#else + s32i a0, a2, THREAD_RA # save return address + s32i a1, a2, THREAD_SP # save stack pointer +#endif /* Disable ints while we manipulate the stack pointer. */ @@ -1870,7 +1878,6 @@ load_xtregs_user a5 a6 a8 a9 a12 a13 THREAD_XTREGS_USER wsr a14, ps - mov a2, a10 # return 'prev' rsync retw --- linux-lts-utopic-3.16.0.orig/arch/xtensa/kernel/head.S +++ linux-lts-utopic-3.16.0/arch/xtensa/kernel/head.S @@ -244,7 +244,7 @@ __loopt a2, a3, a4, 2 s32i a0, a2, 0 - __endla a2, a4, 4 + __endla a2, a3, 4 #if XCHAL_DCACHE_IS_WRITEBACK --- linux-lts-utopic-3.16.0.orig/arch/xtensa/kernel/pci-dma.c +++ linux-lts-utopic-3.16.0/arch/xtensa/kernel/pci-dma.c @@ -49,9 +49,8 @@ /* We currently don't support coherent memory outside KSEG */ - if (ret < XCHAL_KSEG_CACHED_VADDR - || ret >= XCHAL_KSEG_CACHED_VADDR + XCHAL_KSEG_SIZE) - BUG(); + BUG_ON(ret < XCHAL_KSEG_CACHED_VADDR || + ret > XCHAL_KSEG_CACHED_VADDR + XCHAL_KSEG_SIZE - 1); if (ret != 0) { @@ -68,10 +67,11 @@ void dma_free_coherent(struct device *hwdev, size_t size, void *vaddr, dma_addr_t dma_handle) { - long addr=(long)vaddr+XCHAL_KSEG_CACHED_VADDR-XCHAL_KSEG_BYPASS_VADDR; + unsigned long addr = (unsigned long)vaddr + + XCHAL_KSEG_CACHED_VADDR - XCHAL_KSEG_BYPASS_VADDR; - if (addr < 0 || addr >= XCHAL_KSEG_SIZE) - BUG(); + BUG_ON(addr < XCHAL_KSEG_CACHED_VADDR || + addr > XCHAL_KSEG_CACHED_VADDR + XCHAL_KSEG_SIZE - 1); free_pages(addr, get_order(size)); } --- linux-lts-utopic-3.16.0.orig/arch/xtensa/kernel/setup.c +++ linux-lts-utopic-3.16.0/arch/xtensa/kernel/setup.c @@ -334,7 +334,10 @@ extern char _Level6InterruptVector_text_start; extern char _Level6InterruptVector_text_end; #endif - +#ifdef CONFIG_SMP +extern char _SecondaryResetVector_text_start; +extern char _SecondaryResetVector_text_end; +#endif #ifdef CONFIG_S32C1I_SELFTEST @@ -506,6 +509,10 @@ __pa(&_Level6InterruptVector_text_end), 0); #endif +#ifdef CONFIG_SMP + mem_reserve(__pa(&_SecondaryResetVector_text_start), + __pa(&_SecondaryResetVector_text_end), 0); +#endif parse_early_param(); bootmem_init(); --- linux-lts-utopic-3.16.0.orig/arch/xtensa/kernel/vectors.S +++ linux-lts-utopic-3.16.0/arch/xtensa/kernel/vectors.S @@ -472,6 +472,9 @@ ENDPROC(_DoubleExceptionVector) + .end literal_prefix + + .text /* * Fixup handler for TLB miss in double exception handler for window owerflow. * We get here with windowbase set to the window that was being spilled and @@ -581,7 +584,6 @@ ENDPROC(window_overflow_restore_a0_fixup) - .end literal_prefix /* * Debug interrupt vector * --- linux-lts-utopic-3.16.0.orig/arch/xtensa/kernel/vmlinux.lds.S +++ linux-lts-utopic-3.16.0/arch/xtensa/kernel/vmlinux.lds.S @@ -166,8 +166,6 @@ RELOCATE_ENTRY(_DebugInterruptVector_text, .DebugInterruptVector.text); #if defined(CONFIG_SMP) - RELOCATE_ENTRY(_SecondaryResetVector_literal, - .SecondaryResetVector.literal); RELOCATE_ENTRY(_SecondaryResetVector_text, .SecondaryResetVector.text); #endif @@ -282,17 +280,11 @@ #if defined(CONFIG_SMP) - SECTION_VECTOR (_SecondaryResetVector_literal, - .SecondaryResetVector.literal, - RESET_VECTOR1_VADDR - 4, - SIZEOF(.DoubleExceptionVector.text), - .DoubleExceptionVector.text) - SECTION_VECTOR (_SecondaryResetVector_text, .SecondaryResetVector.text, RESET_VECTOR1_VADDR, - 4, - .SecondaryResetVector.literal) + SIZEOF(.DoubleExceptionVector.text), + .DoubleExceptionVector.text) . = LOADADDR(.SecondaryResetVector.text)+SIZEOF(.SecondaryResetVector.text); --- linux-lts-utopic-3.16.0.orig/arch/xtensa/lib/usercopy.S +++ linux-lts-utopic-3.16.0/arch/xtensa/lib/usercopy.S @@ -222,8 +222,8 @@ loopnez a7, .Loop2done #else /* !XCHAL_HAVE_LOOPS */ beqz a7, .Loop2done - slli a10, a7, 4 - add a10, a10, a3 # a10 = end of last 16B source chunk + slli a12, a7, 4 + add a12, a12, a3 # a12 = end of last 16B source chunk #endif /* !XCHAL_HAVE_LOOPS */ .Loop2: EX(l32i, a7, a3, 4, l_fixup) @@ -241,7 +241,7 @@ EX(s32i, a9, a5, 12, s_fixup) addi a5, a5, 16 #if !XCHAL_HAVE_LOOPS - blt a3, a10, .Loop2 + blt a3, a12, .Loop2 #endif /* !XCHAL_HAVE_LOOPS */ .Loop2done: bbci.l a4, 3, .L12 --- linux-lts-utopic-3.16.0.orig/arch/xtensa/mm/fault.c +++ linux-lts-utopic-3.16.0/arch/xtensa/mm/fault.c @@ -117,6 +117,8 @@ if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG(); --- linux-lts-utopic-3.16.0.orig/arch/xtensa/platforms/iss/network.c +++ linux-lts-utopic-3.16.0/arch/xtensa/platforms/iss/network.c @@ -349,8 +349,8 @@ { struct iss_net_private *lp = (struct iss_net_private *)priv; - spin_lock(&lp->lock); iss_net_poll(); + spin_lock(&lp->lock); mod_timer(&lp->timer, jiffies + lp->timer_val); spin_unlock(&lp->lock); } @@ -361,7 +361,7 @@ struct iss_net_private *lp = netdev_priv(dev); int err; - spin_lock(&lp->lock); + spin_lock_bh(&lp->lock); err = lp->tp.open(lp); if (err < 0) @@ -376,9 +376,11 @@ while ((err = iss_net_rx(dev)) > 0) ; - spin_lock(&opened_lock); + spin_unlock_bh(&lp->lock); + spin_lock_bh(&opened_lock); list_add(&lp->opened_list, &opened); - spin_unlock(&opened_lock); + spin_unlock_bh(&opened_lock); + spin_lock_bh(&lp->lock); init_timer(&lp->timer); lp->timer_val = ISS_NET_TIMER_VALUE; @@ -387,7 +389,7 @@ mod_timer(&lp->timer, jiffies + lp->timer_val); out: - spin_unlock(&lp->lock); + spin_unlock_bh(&lp->lock); return err; } @@ -395,7 +397,7 @@ { struct iss_net_private *lp = netdev_priv(dev); netif_stop_queue(dev); - spin_lock(&lp->lock); + spin_lock_bh(&lp->lock); spin_lock(&opened_lock); list_del(&opened); @@ -405,18 +407,17 @@ lp->tp.close(lp); - spin_unlock(&lp->lock); + spin_unlock_bh(&lp->lock); return 0; } static int iss_net_start_xmit(struct sk_buff *skb, struct net_device *dev) { struct iss_net_private *lp = netdev_priv(dev); - unsigned long flags; int len; netif_stop_queue(dev); - spin_lock_irqsave(&lp->lock, flags); + spin_lock_bh(&lp->lock); len = lp->tp.write(lp, &skb); @@ -438,7 +439,7 @@ pr_err("%s: %s failed(%d)\n", dev->name, __func__, len); } - spin_unlock_irqrestore(&lp->lock, flags); + spin_unlock_bh(&lp->lock); dev_kfree_skb(skb); return NETDEV_TX_OK; @@ -466,9 +467,9 @@ if (!is_valid_ether_addr(hwaddr->sa_data)) return -EADDRNOTAVAIL; - spin_lock(&lp->lock); + spin_lock_bh(&lp->lock); memcpy(dev->dev_addr, hwaddr->sa_data, ETH_ALEN); - spin_unlock(&lp->lock); + spin_unlock_bh(&lp->lock); return 0; } @@ -520,11 +521,11 @@ *lp = (struct iss_net_private) { .device_list = LIST_HEAD_INIT(lp->device_list), .opened_list = LIST_HEAD_INIT(lp->opened_list), - .lock = __SPIN_LOCK_UNLOCKED(lp.lock), .dev = dev, .index = index, - }; + }; + spin_lock_init(&lp->lock); /* * If this name ends up conflicting with an existing registered * netdevice, that is OK, register_netdev{,ice}() will notice this --- linux-lts-utopic-3.16.0.orig/arch/xtensa/platforms/iss/setup.c +++ linux-lts-utopic-3.16.0/arch/xtensa/platforms/iss/setup.c @@ -61,7 +61,9 @@ #if XCHAL_NUM_IBREAK > 0 "wsr a2, ibreakenable\n\t" #endif +#if XCHAL_HAVE_LOOPS "wsr a2, lcount\n\t" +#endif "movi a2, 0x1f\n\t" "wsr a2, ps\n\t" "isync\n\t" --- linux-lts-utopic-3.16.0.orig/arch/xtensa/platforms/xt2000/setup.c +++ linux-lts-utopic-3.16.0/arch/xtensa/platforms/xt2000/setup.c @@ -72,7 +72,9 @@ #if XCHAL_NUM_IBREAK > 0 "wsr a2, ibreakenable\n\t" #endif +#if XCHAL_HAVE_LOOPS "wsr a2, lcount\n\t" +#endif "movi a2, 0x1f\n\t" "wsr a2, ps\n\t" "isync\n\t" --- linux-lts-utopic-3.16.0.orig/arch/xtensa/platforms/xtfpga/Makefile +++ linux-lts-utopic-3.16.0/arch/xtensa/platforms/xtfpga/Makefile @@ -6,4 +6,5 @@ # # Note 2! The CFLAGS definitions are in the main makefile... -obj-y = setup.o lcd.o +obj-y += setup.o +obj-$(CONFIG_XTFPGA_LCD) += lcd.o --- linux-lts-utopic-3.16.0.orig/arch/xtensa/platforms/xtfpga/include/platform/hardware.h +++ linux-lts-utopic-3.16.0/arch/xtensa/platforms/xtfpga/include/platform/hardware.h @@ -40,9 +40,6 @@ /* UART */ #define DUART16552_PADDR (XCHAL_KIO_PADDR + 0x0D050020) -/* LCD instruction and data addresses. */ -#define LCD_INSTR_ADDR ((char *)IOADDR(0x0D040000)) -#define LCD_DATA_ADDR ((char *)IOADDR(0x0D040004)) /* Misc. */ #define XTFPGA_FPGAREGS_VADDR IOADDR(0x0D020000) --- linux-lts-utopic-3.16.0.orig/arch/xtensa/platforms/xtfpga/include/platform/lcd.h +++ linux-lts-utopic-3.16.0/arch/xtensa/platforms/xtfpga/include/platform/lcd.h @@ -11,10 +11,25 @@ #ifndef __XTENSA_XTAVNET_LCD_H #define __XTENSA_XTAVNET_LCD_H +#ifdef CONFIG_XTFPGA_LCD /* Display string STR at position POS on the LCD. */ void lcd_disp_at_pos(char *str, unsigned char pos); /* Shift the contents of the LCD display left or right. */ void lcd_shiftleft(void); void lcd_shiftright(void); +#else +static inline void lcd_disp_at_pos(char *str, unsigned char pos) +{ +} + +static inline void lcd_shiftleft(void) +{ +} + +static inline void lcd_shiftright(void) +{ +} +#endif + #endif --- linux-lts-utopic-3.16.0.orig/arch/xtensa/platforms/xtfpga/lcd.c +++ linux-lts-utopic-3.16.0/arch/xtensa/platforms/xtfpga/lcd.c @@ -1,50 +1,63 @@ /* - * Driver for the LCD display on the Tensilica LX60 Board. + * Driver for the LCD display on the Tensilica XTFPGA board family. + * http://www.mytechcorp.com/cfdata/productFile/File1/MOC-16216B-B-A0A04.pdf * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2001, 2006 Tensilica Inc. + * Copyright (C) 2015 Cadence Design Systems Inc. */ -/* - * - * FIXME: this code is from the examples from the LX60 user guide. - * - * The lcd_pause function does busy waiting, which is probably not - * great. Maybe the code could be changed to use kernel timers, or - * change the hardware to not need to wait. - */ - +#include #include #include #include #include -#include -#define LCD_PAUSE_ITERATIONS 4000 +/* LCD instruction and data addresses. */ +#define LCD_INSTR_ADDR ((char *)IOADDR(CONFIG_XTFPGA_LCD_BASE_ADDR)) +#define LCD_DATA_ADDR (LCD_INSTR_ADDR + 4) + #define LCD_CLEAR 0x1 #define LCD_DISPLAY_ON 0xc /* 8bit and 2 lines display */ #define LCD_DISPLAY_MODE8BIT 0x38 +#define LCD_DISPLAY_MODE4BIT 0x28 #define LCD_DISPLAY_POS 0x80 #define LCD_SHIFT_LEFT 0x18 #define LCD_SHIFT_RIGHT 0x1c +static void lcd_put_byte(u8 *addr, u8 data) +{ +#ifdef CONFIG_XTFPGA_LCD_8BIT_ACCESS + ACCESS_ONCE(*addr) = data; +#else + ACCESS_ONCE(*addr) = data & 0xf0; + ACCESS_ONCE(*addr) = (data << 4) & 0xf0; +#endif +} + static int __init lcd_init(void) { - *LCD_INSTR_ADDR = LCD_DISPLAY_MODE8BIT; + ACCESS_ONCE(*LCD_INSTR_ADDR) = LCD_DISPLAY_MODE8BIT; mdelay(5); - *LCD_INSTR_ADDR = LCD_DISPLAY_MODE8BIT; + ACCESS_ONCE(*LCD_INSTR_ADDR) = LCD_DISPLAY_MODE8BIT; udelay(200); - *LCD_INSTR_ADDR = LCD_DISPLAY_MODE8BIT; + ACCESS_ONCE(*LCD_INSTR_ADDR) = LCD_DISPLAY_MODE8BIT; + udelay(50); +#ifndef CONFIG_XTFPGA_LCD_8BIT_ACCESS + ACCESS_ONCE(*LCD_INSTR_ADDR) = LCD_DISPLAY_MODE4BIT; + udelay(50); + lcd_put_byte(LCD_INSTR_ADDR, LCD_DISPLAY_MODE4BIT); udelay(50); - *LCD_INSTR_ADDR = LCD_DISPLAY_ON; +#endif + lcd_put_byte(LCD_INSTR_ADDR, LCD_DISPLAY_ON); udelay(50); - *LCD_INSTR_ADDR = LCD_CLEAR; + lcd_put_byte(LCD_INSTR_ADDR, LCD_CLEAR); mdelay(10); lcd_disp_at_pos("XTENSA LINUX", 0); return 0; @@ -52,10 +65,10 @@ void lcd_disp_at_pos(char *str, unsigned char pos) { - *LCD_INSTR_ADDR = LCD_DISPLAY_POS | pos; + lcd_put_byte(LCD_INSTR_ADDR, LCD_DISPLAY_POS | pos); udelay(100); while (*str != 0) { - *LCD_DATA_ADDR = *str; + lcd_put_byte(LCD_DATA_ADDR, *str); udelay(200); str++; } @@ -63,13 +76,13 @@ void lcd_shiftleft(void) { - *LCD_INSTR_ADDR = LCD_SHIFT_LEFT; + lcd_put_byte(LCD_INSTR_ADDR, LCD_SHIFT_LEFT); udelay(50); } void lcd_shiftright(void) { - *LCD_INSTR_ADDR = LCD_SHIFT_RIGHT; + lcd_put_byte(LCD_INSTR_ADDR, LCD_SHIFT_RIGHT); udelay(50); } --- linux-lts-utopic-3.16.0.orig/arch/xtensa/platforms/xtfpga/setup.c +++ linux-lts-utopic-3.16.0/arch/xtensa/platforms/xtfpga/setup.c @@ -63,7 +63,9 @@ #if XCHAL_NUM_IBREAK > 0 "wsr a2, ibreakenable\n\t" #endif +#if XCHAL_HAVE_LOOPS "wsr a2, lcount\n\t" +#endif "movi a2, 0x1f\n\t" "wsr a2, ps\n\t" "isync\n\t" --- linux-lts-utopic-3.16.0.orig/block/bio-integrity.c +++ linux-lts-utopic-3.16.0/block/bio-integrity.c @@ -51,7 +51,7 @@ unsigned long idx = BIO_POOL_NONE; unsigned inline_vecs; - if (!bs) { + if (!bs || !bs->bio_integrity_pool) { bip = kmalloc(sizeof(struct bio_integrity_payload) + sizeof(struct bio_vec) * nr_vecs, gfp_mask); inline_vecs = nr_vecs; @@ -100,7 +100,7 @@ if (bip->bip_owns_buf) kfree(bip->bip_buf); - if (bs) { + if (bs && bs->bio_integrity_pool) { if (bip->bip_slab != BIO_POOL_NONE) bvec_free(bs->bvec_integrity_pool, bip->bip_vec, bip->bip_slab); --- linux-lts-utopic-3.16.0.orig/block/bio.c +++ linux-lts-utopic-3.16.0/block/bio.c @@ -1110,9 +1110,12 @@ ret = __bio_copy_iov(bio, bmd->sgvecs, bmd->nr_sgvecs, bio_data_dir(bio) == READ, 0, bmd->is_our_pages); - else if (bmd->is_our_pages) - bio_for_each_segment_all(bvec, bio, i) - __free_page(bvec->bv_page); + else { + ret = -EINTR; + if (bmd->is_our_pages) + bio_for_each_segment_all(bvec, bio, i) + __free_page(bvec->bv_page); + } } kfree(bmd); bio_put(bio); @@ -1820,8 +1823,9 @@ * Allocates and returns a new bio which represents @sectors from the start of * @bio, and updates @bio to represent the remaining sectors. * - * The newly allocated bio will point to @bio's bi_io_vec; it is the caller's - * responsibility to ensure that @bio is not freed before the split. + * Unless this is a discard request the newly allocated bio will point + * to @bio's bi_io_vec; it is the caller's responsibility to ensure that + * @bio is not freed before the split. */ struct bio *bio_split(struct bio *bio, int sectors, gfp_t gfp, struct bio_set *bs) @@ -1831,7 +1835,15 @@ BUG_ON(sectors <= 0); BUG_ON(sectors >= bio_sectors(bio)); - split = bio_clone_fast(bio, gfp, bs); + /* + * Discards need a mutable bio_vec to accommodate the payload + * required by the DSM TRIM and UNMAP commands. + */ + if (bio->bi_rw & REQ_DISCARD) + split = bio_clone_bioset(bio, gfp, bs); + else + split = bio_clone_fast(bio, gfp, bs); + if (!split) return NULL; --- linux-lts-utopic-3.16.0.orig/block/blk-cgroup.c +++ linux-lts-utopic-3.16.0/block/blk-cgroup.c @@ -716,8 +716,12 @@ return -EINVAL; disk = get_gendisk(MKDEV(major, minor), &part); - if (!disk || part) + if (!disk) return -EINVAL; + if (part) { + put_disk(disk); + return -EINVAL; + } rcu_read_lock(); spin_lock_irq(disk->queue->queue_lock); --- linux-lts-utopic-3.16.0.orig/block/blk-core.c +++ linux-lts-utopic-3.16.0/block/blk-core.c @@ -524,6 +524,9 @@ del_timer_sync(&q->backing_dev_info.laptop_mode_wb_timer); blk_sync_queue(q); + if (q->mq_ops) + blk_mq_free_queue(q); + spin_lock_irq(lock); if (q->queue_lock != &q->__queue_lock) q->queue_lock = &q->__queue_lock; @@ -1966,7 +1969,8 @@ EXPORT_SYMBOL(submit_bio); /** - * blk_rq_check_limits - Helper function to check a request for the queue limit + * blk_cloned_rq_check_limits - Helper function to check a cloned request + * for new the queue limits * @q: the queue * @rq: the request being checked * @@ -1977,20 +1981,13 @@ * after it is inserted to @q, it should be checked against @q before * the insertion using this generic function. * - * This function should also be useful for request stacking drivers - * in some cases below, so export this function. * Request stacking drivers like request-based dm may change the queue - * limits while requests are in the queue (e.g. dm's table swapping). - * Such request stacking drivers should check those requests against - * the new queue limits again when they dispatch those requests, - * although such checkings are also done against the old queue limits - * when submitting requests. + * limits when retrying requests on other queues. Those requests need + * to be checked against the new queue limits again during dispatch. */ -int blk_rq_check_limits(struct request_queue *q, struct request *rq) +static int blk_cloned_rq_check_limits(struct request_queue *q, + struct request *rq) { - if (!rq_mergeable(rq)) - return 0; - if (blk_rq_sectors(rq) > blk_queue_get_max_sectors(q, rq->cmd_flags)) { printk(KERN_ERR "%s: over max size limit.\n", __func__); return -EIO; @@ -2010,7 +2007,6 @@ return 0; } -EXPORT_SYMBOL_GPL(blk_rq_check_limits); /** * blk_insert_cloned_request - Helper for stacking drivers to submit a request @@ -2022,7 +2018,7 @@ unsigned long flags; int where = ELEVATOR_INSERT_BACK; - if (blk_rq_check_limits(q, rq)) + if (blk_cloned_rq_check_limits(q, rq)) return -EIO; if (rq->rq_disk && @@ -3218,6 +3214,9 @@ { int ret = 0; + if (!q->dev) + return ret; + spin_lock_irq(q->queue_lock); if (q->nr_pending) { ret = -EBUSY; @@ -3245,6 +3244,9 @@ */ void blk_post_runtime_suspend(struct request_queue *q, int err) { + if (!q->dev) + return; + spin_lock_irq(q->queue_lock); if (!err) { q->rpm_status = RPM_SUSPENDED; @@ -3269,6 +3271,9 @@ */ void blk_pre_runtime_resume(struct request_queue *q) { + if (!q->dev) + return; + spin_lock_irq(q->queue_lock); q->rpm_status = RPM_RESUMING; spin_unlock_irq(q->queue_lock); @@ -3291,6 +3296,9 @@ */ void blk_post_runtime_resume(struct request_queue *q, int err) { + if (!q->dev) + return; + spin_lock_irq(q->queue_lock); if (!err) { q->rpm_status = RPM_ACTIVE; --- linux-lts-utopic-3.16.0.orig/block/blk-merge.c +++ linux-lts-utopic-3.16.0/block/blk-merge.c @@ -10,10 +10,11 @@ #include "blk.h" static unsigned int __blk_recalc_rq_segments(struct request_queue *q, - struct bio *bio) + struct bio *bio, + bool no_sg_merge) { struct bio_vec bv, bvprv = { NULL }; - int cluster, high, highprv = 1, no_sg_merge; + int cluster, high, highprv = 1; unsigned int seg_size, nr_phys_segs; struct bio *fbio, *bbio; struct bvec_iter iter; @@ -35,7 +36,6 @@ cluster = blk_queue_cluster(q); seg_size = 0; nr_phys_segs = 0; - no_sg_merge = test_bit(QUEUE_FLAG_NO_SG_MERGE, &q->queue_flags); high = 0; for_each_bio(bio) { bio_for_each_segment(bv, bio, iter) { @@ -88,18 +88,23 @@ void blk_recalc_rq_segments(struct request *rq) { - rq->nr_phys_segments = __blk_recalc_rq_segments(rq->q, rq->bio); + bool no_sg_merge = !!test_bit(QUEUE_FLAG_NO_SG_MERGE, + &rq->q->queue_flags); + + rq->nr_phys_segments = __blk_recalc_rq_segments(rq->q, rq->bio, + no_sg_merge); } void blk_recount_segments(struct request_queue *q, struct bio *bio) { - if (test_bit(QUEUE_FLAG_NO_SG_MERGE, &q->queue_flags)) + if (test_bit(QUEUE_FLAG_NO_SG_MERGE, &q->queue_flags) && + bio->bi_vcnt < queue_max_segments(q)) bio->bi_phys_segments = bio->bi_vcnt; else { struct bio *nxt = bio->bi_next; bio->bi_next = NULL; - bio->bi_phys_segments = __blk_recalc_rq_segments(q, bio); + bio->bi_phys_segments = __blk_recalc_rq_segments(q, bio, false); bio->bi_next = nxt; } @@ -596,7 +601,7 @@ if (q->queue_flags & (1 << QUEUE_FLAG_SG_GAPS)) { struct bio_vec *bprev; - bprev = &rq->biotail->bi_io_vec[bio->bi_vcnt - 1]; + bprev = &rq->biotail->bi_io_vec[rq->biotail->bi_vcnt - 1]; if (bvec_gap_to_prev(bprev, bio->bi_io_vec[0].bv_offset)) return false; } --- linux-lts-utopic-3.16.0.orig/block/blk-mq-cpumap.c +++ linux-lts-utopic-3.16.0/block/blk-mq-cpumap.c @@ -90,7 +90,7 @@ unsigned int *map; /* If cpus are offline, map them to first hctx */ - map = kzalloc_node(sizeof(*map) * num_possible_cpus(), GFP_KERNEL, + map = kzalloc_node(sizeof(*map) * nr_cpu_ids, GFP_KERNEL, set->numa_node); if (!map) return NULL; --- linux-lts-utopic-3.16.0.orig/block/blk-mq-sysfs.c +++ linux-lts-utopic-3.16.0/block/blk-mq-sysfs.c @@ -141,15 +141,26 @@ static ssize_t sysfs_list_show(char *page, struct list_head *list, char *msg) { - char *start_page = page; struct request *rq; + int len = snprintf(page, PAGE_SIZE - 1, "%s:\n", msg); - page += sprintf(page, "%s:\n", msg); + list_for_each_entry(rq, list, queuelist) { + const int rq_len = 2 * sizeof(rq) + 2; - list_for_each_entry(rq, list, queuelist) - page += sprintf(page, "\t%p\n", rq); + /* if the output will be truncated */ + if (PAGE_SIZE - 1 < len + rq_len) { + /* backspacing if it can't hold '\t...\n' */ + if (PAGE_SIZE - 1 < len + 5) + len -= rq_len; + len += snprintf(page + len, PAGE_SIZE - 1 - len, + "\t...\n"); + break; + } + len += snprintf(page + len, PAGE_SIZE - 1 - len, + "\t%p\n", rq); + } - return page - start_page; + return len; } static ssize_t blk_mq_sysfs_rq_list_show(struct blk_mq_ctx *ctx, char *page) @@ -390,16 +401,15 @@ { struct blk_mq_hw_ctx *hctx; struct blk_mq_ctx *ctx; - int i, j; + int i; kobject_init(&q->mq_kobj, &blk_mq_ktype); - queue_for_each_hw_ctx(q, hctx, i) { + queue_for_each_hw_ctx(q, hctx, i) kobject_init(&hctx->kobj, &blk_mq_hw_ktype); - hctx_for_each_ctx(hctx, ctx, j) - kobject_init(&ctx->kobj, &blk_mq_ctx_ktype); - } + queue_for_each_ctx(q, ctx, i) + kobject_init(&ctx->kobj, &blk_mq_ctx_ktype); } int blk_mq_register_disk(struct gendisk *disk) --- linux-lts-utopic-3.16.0.orig/block/blk-mq-tag.c +++ linux-lts-utopic-3.16.0/block/blk-mq-tag.c @@ -137,6 +137,7 @@ static int __bt_get_word(struct blk_align_bitmap *bm, unsigned int last_tag) { int tag, org_last_tag, end; + bool wrap = last_tag != 0; org_last_tag = last_tag; end = bm->depth; @@ -148,15 +149,16 @@ * We started with an offset, start from 0 to * exhaust the map. */ - if (org_last_tag && last_tag) { - end = last_tag; + if (wrap) { + wrap = false; + end = org_last_tag; last_tag = 0; goto restart; } return -1; } last_tag = tag + 1; - } while (test_and_set_bit_lock(tag, &bm->word)); + } while (test_and_set_bit(tag, &bm->word)); return tag; } @@ -340,11 +342,10 @@ struct bt_wait_state *bs; int wait_cnt; - /* - * The unlock memory barrier need to order access to req in free - * path and clearing tag bit - */ - clear_bit_unlock(TAG_TO_BIT(bt, tag), &bt->map[index].word); + clear_bit(TAG_TO_BIT(bt, tag), &bt->map[index].word); + + /* Ensure that the wait list checks occur after clear_bit(). */ + smp_mb(); bs = bt_wake_ptr(bt); if (!bs) @@ -463,8 +464,8 @@ } bt->wake_cnt = BT_WAIT_BATCH; - if (bt->wake_cnt > depth / 4) - bt->wake_cnt = max(1U, depth / 4); + if (bt->wake_cnt > depth / BT_WAIT_QUEUES) + bt->wake_cnt = max(1U, depth / BT_WAIT_QUEUES); bt->depth = depth; } @@ -510,6 +511,7 @@ bt->bs = kzalloc(BT_WAIT_QUEUES * sizeof(*bt->bs), GFP_KERNEL); if (!bt->bs) { kfree(bt->map); + bt->map = NULL; return -ENOMEM; } --- linux-lts-utopic-3.16.0.orig/block/blk-mq.c +++ linux-lts-utopic-3.16.0/block/blk-mq.c @@ -219,7 +219,6 @@ if (tag != BLK_MQ_TAG_FAIL) { rq = data->hctx->tags->rqs[tag]; - rq->cmd_flags = 0; if (blk_mq_tag_busy(data->hctx)) { rq->cmd_flags = REQ_MQ_INFLIGHT; atomic_inc(&data->hctx->nr_active); @@ -274,6 +273,7 @@ if (rq->cmd_flags & REQ_MQ_INFLIGHT) atomic_dec(&hctx->nr_active); + rq->cmd_flags = 0; clear_bit(REQ_ATOM_STARTED, &rq->atomic_flags); blk_mq_put_tag(hctx, tag, &ctx->last_tag); @@ -1411,6 +1411,8 @@ left -= to_do * rq_size; for (j = 0; j < to_do; j++) { tags->rqs[i] = p; + tags->rqs[i]->atomic_flags = 0; + tags->rqs[i]->cmd_flags = 0; if (set->ops->init_request) { if (set->ops->init_request(set->driver_data, tags->rqs[i], hctx_idx, i, @@ -1501,22 +1503,6 @@ return NOTIFY_OK; } -static int blk_mq_hctx_cpu_online(struct blk_mq_hw_ctx *hctx, int cpu) -{ - struct request_queue *q = hctx->queue; - struct blk_mq_tag_set *set = q->tag_set; - - if (set->tags[hctx->queue_num]) - return NOTIFY_OK; - - set->tags[hctx->queue_num] = blk_mq_init_rq_map(set, hctx->queue_num); - if (!set->tags[hctx->queue_num]) - return NOTIFY_STOP; - - hctx->tags = set->tags[hctx->queue_num]; - return NOTIFY_OK; -} - static int blk_mq_hctx_notify(void *data, unsigned long action, unsigned int cpu) { @@ -1524,8 +1510,11 @@ if (action == CPU_DEAD || action == CPU_DEAD_FROZEN) return blk_mq_hctx_cpu_offline(hctx, cpu); - else if (action == CPU_ONLINE || action == CPU_ONLINE_FROZEN) - return blk_mq_hctx_cpu_online(hctx, cpu); + + /* + * In case of CPU online, tags may be reallocated + * in blk_mq_map_swqueue() after mapping is updated. + */ return NOTIFY_OK; } @@ -1662,6 +1651,7 @@ unsigned int i; struct blk_mq_hw_ctx *hctx; struct blk_mq_ctx *ctx; + struct blk_mq_tag_set *set = q->tag_set; queue_for_each_hw_ctx(q, hctx, i) { cpumask_clear(hctx->cpumask); @@ -1688,16 +1678,20 @@ * disable it and free the request entries */ if (!hctx->nr_ctx) { - struct blk_mq_tag_set *set = q->tag_set; - if (set->tags[i]) { blk_mq_free_rq_map(set, set->tags[i], i); set->tags[i] = NULL; - hctx->tags = NULL; } + hctx->tags = NULL; continue; } + /* unmapped hw queue can be remapped after CPU topo changed */ + if (!set->tags[i]) + set->tags[i] = blk_mq_init_rq_map(set, i); + hctx->tags = set->tags[i]; + WARN_ON(!hctx->tags); + /* * Initialize batch roundrobin counts */ --- linux-lts-utopic-3.16.0.orig/block/blk-settings.c +++ linux-lts-utopic-3.16.0/block/blk-settings.c @@ -574,7 +574,7 @@ bottom = max(b->physical_block_size, b->io_min) + alignment; /* Verify that top and bottom intervals line up */ - if (max(top, bottom) & (min(top, bottom) - 1)) { + if (max(top, bottom) % min(top, bottom)) { t->misaligned = 1; ret = -1; } @@ -619,7 +619,7 @@ /* Find lowest common alignment_offset */ t->alignment_offset = lcm(t->alignment_offset, alignment) - & (max(t->physical_block_size, t->io_min) - 1); + % max(t->physical_block_size, t->io_min); /* Verify that new alignment_offset is on a logical block boundary */ if (t->alignment_offset & (t->logical_block_size - 1)) { --- linux-lts-utopic-3.16.0.orig/block/blk-sysfs.c +++ linux-lts-utopic-3.16.0/block/blk-sysfs.c @@ -492,17 +492,15 @@ * Currently, its primary task it to free all the &struct request * structures that were allocated to the queue and the queue itself. * - * Caveat: - * Hopefully the low level driver will have finished any - * outstanding requests first... + * Note: + * The low level driver must have finished any outstanding requests first + * via blk_cleanup_queue(). **/ static void blk_release_queue(struct kobject *kobj) { struct request_queue *q = container_of(kobj, struct request_queue, kobj); - blk_sync_queue(q); - blkcg_exit_queue(q); if (q->elevator) { @@ -517,9 +515,6 @@ if (q->queue_tags) __blk_queue_free_tags(q); - if (q->mq_ops) - blk_mq_free_queue(q); - kfree(q->flush_rq); blk_trace_shutdown(q); --- linux-lts-utopic-3.16.0.orig/block/blk-throttle.c +++ linux-lts-utopic-3.16.0/block/blk-throttle.c @@ -1292,6 +1292,9 @@ struct blkg_rwstat rwstat = { }, tmp; int i, cpu; + if (tg->stats_cpu == NULL) + return 0; + for_each_possible_cpu(cpu) { struct tg_stats_cpu *sc = per_cpu_ptr(tg->stats_cpu, cpu); --- linux-lts-utopic-3.16.0.orig/block/cfq-iosched.c +++ linux-lts-utopic-3.16.0/block/cfq-iosched.c @@ -1275,12 +1275,16 @@ static void cfq_update_group_weight(struct cfq_group *cfqg) { - BUG_ON(!RB_EMPTY_NODE(&cfqg->rb_node)); - if (cfqg->new_weight) { cfqg->weight = cfqg->new_weight; cfqg->new_weight = 0; } +} + +static void +cfq_update_group_leaf_weight(struct cfq_group *cfqg) +{ + BUG_ON(!RB_EMPTY_NODE(&cfqg->rb_node)); if (cfqg->new_leaf_weight) { cfqg->leaf_weight = cfqg->new_leaf_weight; @@ -1299,7 +1303,7 @@ /* add to the service tree */ BUG_ON(!RB_EMPTY_NODE(&cfqg->rb_node)); - cfq_update_group_weight(cfqg); + cfq_update_group_leaf_weight(cfqg); __cfq_group_service_tree_add(st, cfqg); /* @@ -1323,6 +1327,7 @@ */ while ((parent = cfqg_parent(pos))) { if (propagate) { + cfq_update_group_weight(pos); propagate = !parent->nr_active++; parent->children_weight += pos->weight; } @@ -3577,6 +3582,11 @@ blkcg = bio_blkcg(bio); cfqg = cfq_lookup_create_cfqg(cfqd, blkcg); + if (!cfqg) { + cfqq = &cfqd->oom_cfqq; + goto out; + } + cfqq = cic_to_cfqq(cic, is_sync); /* @@ -3613,7 +3623,7 @@ } else cfqq = &cfqd->oom_cfqq; } - +out: if (new_cfqq) kmem_cache_free(cfq_pool, new_cfqq); @@ -3643,12 +3653,17 @@ cfq_get_queue(struct cfq_data *cfqd, bool is_sync, struct cfq_io_cq *cic, struct bio *bio, gfp_t gfp_mask) { - const int ioprio_class = IOPRIO_PRIO_CLASS(cic->ioprio); - const int ioprio = IOPRIO_PRIO_DATA(cic->ioprio); + int ioprio_class = IOPRIO_PRIO_CLASS(cic->ioprio); + int ioprio = IOPRIO_PRIO_DATA(cic->ioprio); struct cfq_queue **async_cfqq = NULL; struct cfq_queue *cfqq = NULL; if (!is_sync) { + if (!ioprio_valid(cic->ioprio)) { + struct task_struct *tsk = current; + ioprio = task_nice_ioprio(tsk); + ioprio_class = task_nice_ioclass(tsk); + } async_cfqq = cfq_async_queue_prio(cfqd, ioprio_class, ioprio); cfqq = *async_cfqq; } --- linux-lts-utopic-3.16.0.orig/block/genhd.c +++ linux-lts-utopic-3.16.0/block/genhd.c @@ -28,10 +28,10 @@ /* for extended dynamic devt allocation, currently only one major is used */ #define NR_EXT_DEVT (1 << MINORBITS) -/* For extended devt allocation. ext_devt_mutex prevents look up +/* For extended devt allocation. ext_devt_lock prevents look up * results from going away underneath its user. */ -static DEFINE_MUTEX(ext_devt_mutex); +static DEFINE_SPINLOCK(ext_devt_lock); static DEFINE_IDR(ext_devt_idr); static struct device_type disk_type; @@ -420,9 +420,13 @@ } /* allocate ext devt */ - mutex_lock(&ext_devt_mutex); - idx = idr_alloc(&ext_devt_idr, part, 0, NR_EXT_DEVT, GFP_KERNEL); - mutex_unlock(&ext_devt_mutex); + idr_preload(GFP_KERNEL); + + spin_lock_bh(&ext_devt_lock); + idx = idr_alloc(&ext_devt_idr, part, 0, NR_EXT_DEVT, GFP_NOWAIT); + spin_unlock_bh(&ext_devt_lock); + + idr_preload_end(); if (idx < 0) return idx == -ENOSPC ? -EBUSY : idx; @@ -441,15 +445,13 @@ */ void blk_free_devt(dev_t devt) { - might_sleep(); - if (devt == MKDEV(0, 0)) return; if (MAJOR(devt) == BLOCK_EXT_MAJOR) { - mutex_lock(&ext_devt_mutex); + spin_lock_bh(&ext_devt_lock); idr_remove(&ext_devt_idr, blk_mangle_minor(MINOR(devt))); - mutex_unlock(&ext_devt_mutex); + spin_unlock_bh(&ext_devt_lock); } } @@ -665,7 +667,6 @@ sysfs_remove_link(block_depr, dev_name(disk_to_dev(disk))); pm_runtime_set_memalloc_noio(disk_to_dev(disk), false); device_del(disk_to_dev(disk)); - blk_free_devt(disk_to_dev(disk)->devt); } EXPORT_SYMBOL(del_gendisk); @@ -690,13 +691,13 @@ } else { struct hd_struct *part; - mutex_lock(&ext_devt_mutex); + spin_lock_bh(&ext_devt_lock); part = idr_find(&ext_devt_idr, blk_mangle_minor(MINOR(devt))); if (part && get_disk(part_to_disk(part))) { *partno = part->partno; disk = part_to_disk(part); } - mutex_unlock(&ext_devt_mutex); + spin_unlock_bh(&ext_devt_lock); } return disk; @@ -1069,9 +1070,16 @@ struct disk_part_tbl *old_ptbl = disk->part_tbl; struct disk_part_tbl *new_ptbl; int len = old_ptbl ? old_ptbl->len : 0; - int target = partno + 1; + int i, target; size_t size; - int i; + + /* + * check for int overflow, since we can get here from blkpg_ioctl() + * with a user passed 'partno'. + */ + target = partno + 1; + if (target < 0) + return -EINVAL; /* disk_max_parts() is zero during initialization, ignore if so */ if (disk_max_parts(disk) && target > disk_max_parts(disk)) @@ -1098,6 +1106,7 @@ { struct gendisk *disk = dev_to_disk(dev); + blk_free_devt(dev->devt); disk_release_events(disk); kfree(disk->random); disk_replace_part_tbl(disk, NULL); --- linux-lts-utopic-3.16.0.orig/block/ioprio.c +++ linux-lts-utopic-3.16.0/block/ioprio.c @@ -157,14 +157,16 @@ int ioprio_best(unsigned short aprio, unsigned short bprio) { - unsigned short aclass = IOPRIO_PRIO_CLASS(aprio); - unsigned short bclass = IOPRIO_PRIO_CLASS(bprio); + unsigned short aclass; + unsigned short bclass; - if (aclass == IOPRIO_CLASS_NONE) - aclass = IOPRIO_CLASS_BE; - if (bclass == IOPRIO_CLASS_NONE) - bclass = IOPRIO_CLASS_BE; + if (!ioprio_valid(aprio)) + aprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, IOPRIO_NORM); + if (!ioprio_valid(bprio)) + bprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, IOPRIO_NORM); + aclass = IOPRIO_PRIO_CLASS(aprio); + bclass = IOPRIO_PRIO_CLASS(bprio); if (aclass == bclass) return min(aprio, bprio); if (aclass > bclass) --- linux-lts-utopic-3.16.0.orig/block/partition-generic.c +++ linux-lts-utopic-3.16.0/block/partition-generic.c @@ -211,6 +211,7 @@ static void part_release(struct device *dev) { struct hd_struct *p = dev_to_part(dev); + blk_free_devt(dev->devt); free_part_stats(p); free_part_info(p); kfree(p); @@ -253,7 +254,6 @@ rcu_assign_pointer(ptbl->last_lookup, NULL); kobject_put(part->holder_dir); device_del(part_to_dev(part)); - blk_free_devt(part_devt(part)); hd_struct_put(part); } --- linux-lts-utopic-3.16.0.orig/block/partitions/aix.c +++ linux-lts-utopic-3.16.0/block/partitions/aix.c @@ -253,7 +253,7 @@ continue; } lv_ix = be16_to_cpu(p->lv_ix) - 1; - if (lv_ix > state->limit) { + if (lv_ix >= state->limit) { cur_lv_ix = -1; continue; } --- linux-lts-utopic-3.16.0.orig/block/partitions/mac.c +++ linux-lts-utopic-3.16.0/block/partitions/mac.c @@ -32,7 +32,7 @@ Sector sect; unsigned char *data; int slot, blocks_in_map; - unsigned secsize; + unsigned secsize, datasize, partoffset; #ifdef CONFIG_PPC_PMAC int found_root = 0; int found_root_goodness = 0; @@ -50,10 +50,14 @@ } secsize = be16_to_cpu(md->block_size); put_dev_sector(sect); - data = read_part_sector(state, secsize/512, §); + datasize = round_down(secsize, 512); + data = read_part_sector(state, datasize / 512, §); if (!data) return -1; - part = (struct mac_partition *) (data + secsize%512); + partoffset = secsize % 512; + if (partoffset + sizeof(*part) > datasize) + return -1; + part = (struct mac_partition *) (data + partoffset); if (be16_to_cpu(part->signature) != MAC_PARTITION_MAGIC) { put_dev_sector(sect); return 0; /* not a MacOS disk */ --- linux-lts-utopic-3.16.0.orig/block/scsi_ioctl.c +++ linux-lts-utopic-3.16.0/block/scsi_ioctl.c @@ -28,6 +28,9 @@ #include #include #include +#include +#include +#include #include #include @@ -438,6 +441,11 @@ } rq = blk_get_request(q, in_len ? WRITE : READ, __GFP_WAIT); + if (!rq) { + err = -ENOMEM; + goto error; + } + blk_rq_set_block_pc(rq); cmdlen = COMMAND_SIZE(opcode); @@ -485,17 +493,15 @@ if (bytes && blk_rq_map_kern(q, rq, buffer, bytes, __GFP_WAIT)) { err = DRIVER_ERROR << 24; - goto out; + goto error; } memset(sense, 0, sizeof(sense)); rq->sense = sense; rq->sense_len = 0; - blk_rq_set_block_pc(rq); blk_execute_rq(q, disk, rq, 0); -out: err = rq->errors & 0xff; /* only 8 bit SCSI status */ if (err) { if (rq->sense_len && rq->sense) { @@ -511,7 +517,8 @@ error: kfree(buffer); - blk_put_request(rq); + if (rq) + blk_put_request(rq); return err; } EXPORT_SYMBOL_GPL(sg_scsi_ioctl); @@ -690,8 +697,17 @@ case SG_GET_RESERVED_SIZE: case SG_SET_RESERVED_SIZE: case SG_EMULATED_HOST: + case BLKFLSBUF: + case BLKROSET: return 0; case CDROM_GET_CAPABILITY: + case CDROM_DRIVE_STATUS: + case FDGETPRM: + case RAID_VERSION: + case MTIOCGET: +#ifdef CONFIG_COMPAT + case 0x801c6d02: /* MTIOCGET32 */ +#endif /* Keep this until we remove the printk below. udev sends it * and we do not want to spam dmesg about it. CD-ROMs do * not have partitions, so we get here only for disks. --- linux-lts-utopic-3.16.0.orig/crypto/842.c +++ linux-lts-utopic-3.16.0/crypto/842.c @@ -180,3 +180,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("842 Compression Algorithm"); +MODULE_ALIAS_CRYPTO("842"); --- linux-lts-utopic-3.16.0.orig/crypto/ablkcipher.c +++ linux-lts-utopic-3.16.0/crypto/ablkcipher.c @@ -276,12 +276,12 @@ if (WARN_ON_ONCE(in_irq())) return -EDEADLK; + walk->iv = req->info; walk->nbytes = walk->total; if (unlikely(!walk->total)) return 0; walk->iv_buffer = NULL; - walk->iv = req->info; if (unlikely(((unsigned long)walk->iv & alignmask))) { int err = ablkcipher_copy_iv(walk, tfm, alignmask); if (err) @@ -375,6 +375,7 @@ } crt->base = __crypto_ablkcipher_cast(tfm); crt->ivsize = alg->ivsize; + crt->has_setkey = alg->max_keysize; return 0; } @@ -456,6 +457,7 @@ crt->givdecrypt = alg->givdecrypt ?: no_givdecrypt; crt->base = __crypto_ablkcipher_cast(tfm); crt->ivsize = alg->ivsize; + crt->has_setkey = alg->max_keysize; return 0; } @@ -695,7 +697,7 @@ err: if (err != -EAGAIN) break; - if (signal_pending(current)) { + if (fatal_signal_pending(current)) { err = -EINTR; break; } --- linux-lts-utopic-3.16.0.orig/crypto/aes_generic.c +++ linux-lts-utopic-3.16.0/crypto/aes_generic.c @@ -1474,4 +1474,5 @@ MODULE_DESCRIPTION("Rijndael (AES) Cipher Algorithm"); MODULE_LICENSE("Dual BSD/GPL"); -MODULE_ALIAS("aes"); +MODULE_ALIAS_CRYPTO("aes"); +MODULE_ALIAS_CRYPTO("aes-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/af_alg.c +++ linux-lts-utopic-3.16.0/crypto/af_alg.c @@ -76,6 +76,8 @@ goto unlock; type->ops->owner = THIS_MODULE; + if (type->ops_nokey) + type->ops_nokey->owner = THIS_MODULE; node->type = type; list_add(&node->list, &alg_types); err = 0; @@ -125,6 +127,26 @@ } EXPORT_SYMBOL_GPL(af_alg_release); +void af_alg_release_parent(struct sock *sk) +{ + struct alg_sock *ask = alg_sk(sk); + unsigned int nokey = ask->nokey_refcnt; + bool last = nokey && !ask->refcnt; + + sk = ask->parent; + ask = alg_sk(sk); + + lock_sock(sk); + ask->nokey_refcnt -= nokey; + if (!last) + last = !--ask->refcnt; + release_sock(sk); + + if (last) + sock_put(sk); +} +EXPORT_SYMBOL_GPL(af_alg_release_parent); + static int alg_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) { struct sock *sk = sock->sk; @@ -132,6 +154,7 @@ struct sockaddr_alg *sa = (void *)uaddr; const struct af_alg_type *type; void *private; + int err; if (sock->state == SS_CONNECTED) return -EINVAL; @@ -157,16 +180,22 @@ return PTR_ERR(private); } + err = -EBUSY; lock_sock(sk); + if (ask->refcnt | ask->nokey_refcnt) + goto unlock; swap(ask->type, type); swap(ask->private, private); + err = 0; + +unlock: release_sock(sk); alg_do_release(type, private); - return 0; + return err; } static int alg_setkey(struct sock *sk, char __user *ukey, @@ -199,11 +228,15 @@ struct sock *sk = sock->sk; struct alg_sock *ask = alg_sk(sk); const struct af_alg_type *type; - int err = -ENOPROTOOPT; + int err = -EBUSY; lock_sock(sk); + if (ask->refcnt) + goto unlock; + type = ask->type; + err = -ENOPROTOOPT; if (level != SOL_ALG || !type) goto unlock; @@ -228,6 +261,7 @@ struct alg_sock *ask = alg_sk(sk); const struct af_alg_type *type; struct sock *sk2; + unsigned int nokey; int err; lock_sock(sk); @@ -247,20 +281,29 @@ security_sk_clone(sk, sk2); err = type->accept(ask->private, sk2); - if (err) { - sk_free(sk2); + + nokey = err == -ENOKEY; + if (nokey && type->accept_nokey) + err = type->accept_nokey(ask->private, sk2); + + if (err) goto unlock; - } sk2->sk_family = PF_ALG; - sock_hold(sk); + if (nokey || !ask->refcnt++) + sock_hold(sk); + ask->nokey_refcnt += nokey; alg_sk(sk2)->parent = sk; alg_sk(sk2)->type = type; + alg_sk(sk2)->nokey_refcnt = nokey; newsock->ops = type->ops; newsock->state = SS_CONNECTED; + if (nokey) + newsock->ops = type->ops_nokey; + err = 0; unlock: @@ -449,6 +492,9 @@ { struct af_alg_completion *completion = req->data; + if (err == -EINPROGRESS) + return; + completion->err = err; complete(&completion->completion); } --- linux-lts-utopic-3.16.0.orig/crypto/ahash.c +++ linux-lts-utopic-3.16.0/crypto/ahash.c @@ -444,6 +444,7 @@ struct ahash_alg *alg = crypto_ahash_alg(hash); hash->setkey = ahash_nosetkey; + hash->has_setkey = false; hash->export = ahash_no_export; hash->import = ahash_no_import; @@ -456,8 +457,10 @@ hash->finup = alg->finup ?: ahash_def_finup; hash->digest = alg->digest; - if (alg->setkey) + if (alg->setkey) { hash->setkey = alg->setkey; + hash->has_setkey = true; + } if (alg->export) hash->export = alg->export; if (alg->import) @@ -537,7 +540,8 @@ struct crypto_alg *base = &alg->halg.base; if (alg->halg.digestsize > PAGE_SIZE / 8 || - alg->halg.statesize > PAGE_SIZE / 8) + alg->halg.statesize > PAGE_SIZE / 8 || + alg->halg.statesize == 0) return -EINVAL; base->cra_type = &crypto_ahash_type; --- linux-lts-utopic-3.16.0.orig/crypto/algapi.c +++ linux-lts-utopic-3.16.0/crypto/algapi.c @@ -325,7 +325,7 @@ crypto_alg_tested(larval->alg.cra_driver_name, 0); } - err = wait_for_completion_interruptible(&larval->completion); + err = wait_for_completion_killable(&larval->completion); WARN_ON(err); out: @@ -495,8 +495,8 @@ struct crypto_template *crypto_lookup_template(const char *name) { - return try_then_request_module(__crypto_lookup_template(name), "%s", - name); + return try_then_request_module(__crypto_lookup_template(name), + "crypto-%s", name); } EXPORT_SYMBOL_GPL(crypto_lookup_template); --- linux-lts-utopic-3.16.0.orig/crypto/algif_hash.c +++ linux-lts-utopic-3.16.0/crypto/algif_hash.c @@ -34,6 +34,11 @@ struct ahash_request req; }; +struct algif_hash_tfm { + struct crypto_ahash *hash; + bool has_key; +}; + static int hash_sendmsg(struct kiocb *unused, struct socket *sock, struct msghdr *msg, size_t ignored) { @@ -51,7 +56,8 @@ lock_sock(sk); if (!ctx->more) { - err = crypto_ahash_init(&ctx->req); + err = af_alg_wait_for_completion(crypto_ahash_init(&ctx->req), + &ctx->completion); if (err) goto unlock; } @@ -131,6 +137,7 @@ } else { if (!ctx->more) { err = crypto_ahash_init(&ctx->req); + err = af_alg_wait_for_completion(err, &ctx->completion); if (err) goto unlock; } @@ -192,9 +199,14 @@ struct sock *sk2; struct alg_sock *ask2; struct hash_ctx *ctx2; + bool more; int err; - err = crypto_ahash_export(req, state); + lock_sock(sk); + more = ctx->more; + err = more ? crypto_ahash_export(req, state) : 0; + release_sock(sk); + if (err) return err; @@ -205,7 +217,10 @@ sk2 = newsock->sk; ask2 = alg_sk(sk2); ctx2 = ask2->private; - ctx2->more = 1; + ctx2->more = more; + + if (!more) + return err; err = crypto_ahash_import(&ctx2->req, state); if (err) { @@ -238,19 +253,151 @@ .accept = hash_accept, }; +static int hash_check_key(struct socket *sock) +{ + int err = 0; + struct sock *psk; + struct alg_sock *pask; + struct algif_hash_tfm *tfm; + struct sock *sk = sock->sk; + struct alg_sock *ask = alg_sk(sk); + + lock_sock(sk); + if (ask->refcnt) + goto unlock_child; + + psk = ask->parent; + pask = alg_sk(ask->parent); + tfm = pask->private; + + err = -ENOKEY; + lock_sock_nested(psk, SINGLE_DEPTH_NESTING); + if (!tfm->has_key) + goto unlock; + + if (!pask->refcnt++) + sock_hold(psk); + + ask->refcnt = 1; + sock_put(psk); + + err = 0; + +unlock: + release_sock(psk); +unlock_child: + release_sock(sk); + + return err; +} + +static int hash_sendmsg_nokey(struct kiocb *unused, struct socket *sock, + struct msghdr *msg, size_t size) +{ + int err; + + err = hash_check_key(sock); + if (err) + return err; + + return hash_sendmsg(unused, sock, msg, size); +} + +static ssize_t hash_sendpage_nokey(struct socket *sock, struct page *page, + int offset, size_t size, int flags) +{ + int err; + + err = hash_check_key(sock); + if (err) + return err; + + return hash_sendpage(sock, page, offset, size, flags); +} + +static int hash_recvmsg_nokey(struct kiocb *unused, struct socket *sock, + struct msghdr *msg, size_t ignored, int flags) +{ + int err; + + err = hash_check_key(sock); + if (err) + return err; + + return hash_recvmsg(unused, sock, msg, ignored, flags); +} + +static int hash_accept_nokey(struct socket *sock, struct socket *newsock, + int flags) +{ + int err; + + err = hash_check_key(sock); + if (err) + return err; + + return hash_accept(sock, newsock, flags); +} + +static struct proto_ops algif_hash_ops_nokey = { + .family = PF_ALG, + + .connect = sock_no_connect, + .socketpair = sock_no_socketpair, + .getname = sock_no_getname, + .ioctl = sock_no_ioctl, + .listen = sock_no_listen, + .shutdown = sock_no_shutdown, + .getsockopt = sock_no_getsockopt, + .mmap = sock_no_mmap, + .bind = sock_no_bind, + .setsockopt = sock_no_setsockopt, + .poll = sock_no_poll, + + .release = af_alg_release, + .sendmsg = hash_sendmsg_nokey, + .sendpage = hash_sendpage_nokey, + .recvmsg = hash_recvmsg_nokey, + .accept = hash_accept_nokey, +}; + static void *hash_bind(const char *name, u32 type, u32 mask) { - return crypto_alloc_ahash(name, type, mask); + struct algif_hash_tfm *tfm; + struct crypto_ahash *hash; + + tfm = kzalloc(sizeof(*tfm), GFP_KERNEL); + if (!tfm) + return ERR_PTR(-ENOMEM); + + hash = crypto_alloc_ahash(name, type, mask); + if (IS_ERR(hash)) { + kfree(tfm); + return ERR_CAST(hash); + } + + tfm->hash = hash; + + return tfm; } static void hash_release(void *private) { - crypto_free_ahash(private); + struct algif_hash_tfm *tfm = private; + + crypto_free_ahash(tfm->hash); + kfree(tfm); } static int hash_setkey(void *private, const u8 *key, unsigned int keylen) { - return crypto_ahash_setkey(private, key, keylen); + struct algif_hash_tfm *tfm = private; + int err; + + err = crypto_ahash_setkey(tfm->hash, key, keylen); + tfm->has_key = !err; + + return err; } static void hash_sock_destruct(struct sock *sk) @@ -264,12 +411,14 @@ af_alg_release_parent(sk); } -static int hash_accept_parent(void *private, struct sock *sk) +static int hash_accept_parent_nokey(void *private, struct sock *sk) { struct hash_ctx *ctx; struct alg_sock *ask = alg_sk(sk); - unsigned len = sizeof(*ctx) + crypto_ahash_reqsize(private); - unsigned ds = crypto_ahash_digestsize(private); + struct algif_hash_tfm *tfm = private; + struct crypto_ahash *hash = tfm->hash; + unsigned len = sizeof(*ctx) + crypto_ahash_reqsize(hash); + unsigned ds = crypto_ahash_digestsize(hash); ctx = sock_kmalloc(sk, len, GFP_KERNEL); if (!ctx) @@ -289,7 +438,7 @@ ask->private = ctx; - ahash_request_set_tfm(&ctx->req, private); + ahash_request_set_tfm(&ctx->req, hash); ahash_request_set_callback(&ctx->req, CRYPTO_TFM_REQ_MAY_BACKLOG, af_alg_complete, &ctx->completion); @@ -298,12 +447,24 @@ return 0; } +static int hash_accept_parent(void *private, struct sock *sk) +{ + struct algif_hash_tfm *tfm = private; + + if (!tfm->has_key && crypto_ahash_has_setkey(tfm->hash)) + return -ENOKEY; + + return hash_accept_parent_nokey(private, sk); +} + static const struct af_alg_type algif_type_hash = { .bind = hash_bind, .release = hash_release, .setkey = hash_setkey, .accept = hash_accept_parent, + .accept_nokey = hash_accept_parent_nokey, .ops = &algif_hash_ops, + .ops_nokey = &algif_hash_ops_nokey, .name = "hash", .owner = THIS_MODULE }; --- linux-lts-utopic-3.16.0.orig/crypto/algif_skcipher.c +++ linux-lts-utopic-3.16.0/crypto/algif_skcipher.c @@ -31,6 +31,11 @@ struct scatterlist sg[0]; }; +struct skcipher_tfm { + struct crypto_ablkcipher *skcipher; + bool has_key; +}; + struct skcipher_ctx { struct list_head tsgl; struct af_alg_sgl rsgl; @@ -49,7 +54,7 @@ struct ablkcipher_request req; }; -#define MAX_SGL_ENTS ((PAGE_SIZE - sizeof(struct skcipher_sg_list)) / \ +#define MAX_SGL_ENTS ((4096 - sizeof(struct skcipher_sg_list)) / \ sizeof(struct scatterlist) - 1) static inline int skcipher_sndbuf(struct sock *sk) @@ -441,13 +446,6 @@ char __user *from = iov->iov_base; while (seglen) { - sgl = list_first_entry(&ctx->tsgl, - struct skcipher_sg_list, list); - sg = sgl->sg; - - while (!sg->length) - sg++; - used = ctx->used; if (!used) { err = skcipher_wait_for_data(sk, flags); @@ -469,6 +467,13 @@ if (!used) goto free; + sgl = list_first_entry(&ctx->tsgl, + struct skcipher_sg_list, list); + sg = sgl->sg; + + while (!sg->length) + sg++; + ablkcipher_request_set_crypt(&ctx->req, sg, ctx->rsgl.sg, used, ctx->iv); @@ -544,19 +549,139 @@ .poll = skcipher_poll, }; +static int skcipher_check_key(struct socket *sock) +{ + int err = 0; + struct sock *psk; + struct alg_sock *pask; + struct skcipher_tfm *tfm; + struct sock *sk = sock->sk; + struct alg_sock *ask = alg_sk(sk); + + lock_sock(sk); + if (ask->refcnt) + goto unlock_child; + + psk = ask->parent; + pask = alg_sk(ask->parent); + tfm = pask->private; + + err = -ENOKEY; + lock_sock_nested(psk, SINGLE_DEPTH_NESTING); + if (!tfm->has_key) + goto unlock; + + if (!pask->refcnt++) + sock_hold(psk); + + ask->refcnt = 1; + sock_put(psk); + + err = 0; + +unlock: + release_sock(psk); +unlock_child: + release_sock(sk); + + return err; +} + +static int skcipher_sendmsg_nokey(struct kiocb *unused, struct socket *sock, + struct msghdr *msg, size_t size) +{ + int err; + + err = skcipher_check_key(sock); + if (err) + return err; + + return skcipher_sendmsg(unused, sock, msg, size); +} + +static ssize_t skcipher_sendpage_nokey(struct socket *sock, struct page *page, + int offset, size_t size, int flags) +{ + int err; + + err = skcipher_check_key(sock); + if (err) + return err; + + return skcipher_sendpage(sock, page, offset, size, flags); +} + +static int skcipher_recvmsg_nokey(struct kiocb *unused, struct socket *sock, + struct msghdr *msg, size_t ignored, int flags) +{ + int err; + + err = skcipher_check_key(sock); + if (err) + return err; + + return skcipher_recvmsg(unused, sock, msg, ignored, flags); +} + +static struct proto_ops algif_skcipher_ops_nokey = { + .family = PF_ALG, + + .connect = sock_no_connect, + .socketpair = sock_no_socketpair, + .getname = sock_no_getname, + .ioctl = sock_no_ioctl, + .listen = sock_no_listen, + .shutdown = sock_no_shutdown, + .getsockopt = sock_no_getsockopt, + .mmap = sock_no_mmap, + .bind = sock_no_bind, + .accept = sock_no_accept, + .setsockopt = sock_no_setsockopt, + + .release = af_alg_release, + .sendmsg = skcipher_sendmsg_nokey, + .sendpage = skcipher_sendpage_nokey, + .recvmsg = skcipher_recvmsg_nokey, + .poll = skcipher_poll, +}; + static void *skcipher_bind(const char *name, u32 type, u32 mask) { - return crypto_alloc_ablkcipher(name, type, mask); + struct skcipher_tfm *tfm; + struct crypto_ablkcipher *skcipher; + + tfm = kzalloc(sizeof(*tfm), GFP_KERNEL); + if (!tfm) + return ERR_PTR(-ENOMEM); + + skcipher = crypto_alloc_ablkcipher(name, type, mask); + if (IS_ERR(skcipher)) { + kfree(tfm); + return ERR_CAST(skcipher); + } + + tfm->skcipher = skcipher; + + return tfm; } static void skcipher_release(void *private) { - crypto_free_ablkcipher(private); + struct skcipher_tfm *tfm = private; + + crypto_free_ablkcipher(tfm->skcipher); + kfree(tfm); } static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) { - return crypto_ablkcipher_setkey(private, key, keylen); + struct skcipher_tfm *tfm = private; + int err; + + err = crypto_ablkcipher_setkey(tfm->skcipher, key, keylen); + tfm->has_key = !err; + + return err; } static void skcipher_sock_destruct(struct sock *sk) @@ -571,24 +696,26 @@ af_alg_release_parent(sk); } -static int skcipher_accept_parent(void *private, struct sock *sk) +static int skcipher_accept_parent_nokey(void *private, struct sock *sk) { struct skcipher_ctx *ctx; struct alg_sock *ask = alg_sk(sk); - unsigned int len = sizeof(*ctx) + crypto_ablkcipher_reqsize(private); + struct skcipher_tfm *tfm = private; + struct crypto_ablkcipher *skcipher = tfm->skcipher; + unsigned int len = sizeof(*ctx) + crypto_ablkcipher_reqsize(skcipher); ctx = sock_kmalloc(sk, len, GFP_KERNEL); if (!ctx) return -ENOMEM; - ctx->iv = sock_kmalloc(sk, crypto_ablkcipher_ivsize(private), + ctx->iv = sock_kmalloc(sk, crypto_ablkcipher_ivsize(skcipher), GFP_KERNEL); if (!ctx->iv) { sock_kfree_s(sk, ctx, len); return -ENOMEM; } - memset(ctx->iv, 0, crypto_ablkcipher_ivsize(private)); + memset(ctx->iv, 0, crypto_ablkcipher_ivsize(skcipher)); INIT_LIST_HEAD(&ctx->tsgl); ctx->len = len; @@ -600,7 +727,7 @@ ask->private = ctx; - ablkcipher_request_set_tfm(&ctx->req, private); + ablkcipher_request_set_tfm(&ctx->req, skcipher); ablkcipher_request_set_callback(&ctx->req, CRYPTO_TFM_REQ_MAY_BACKLOG, af_alg_complete, &ctx->completion); @@ -609,12 +736,24 @@ return 0; } +static int skcipher_accept_parent(void *private, struct sock *sk) +{ + struct skcipher_tfm *tfm = private; + + if (!tfm->has_key && crypto_ablkcipher_has_setkey(tfm->skcipher)) + return -ENOKEY; + + return skcipher_accept_parent_nokey(private, sk); +} + static const struct af_alg_type algif_type_skcipher = { .bind = skcipher_bind, .release = skcipher_release, .setkey = skcipher_setkey, .accept = skcipher_accept_parent, + .accept_nokey = skcipher_accept_parent_nokey, .ops = &algif_skcipher_ops, + .ops_nokey = &algif_skcipher_ops_nokey, .name = "skcipher", .owner = THIS_MODULE }; --- linux-lts-utopic-3.16.0.orig/crypto/ansi_cprng.c +++ linux-lts-utopic-3.16.0/crypto/ansi_cprng.c @@ -476,4 +476,5 @@ MODULE_PARM_DESC(dbg, "Boolean to enable debugging (0/1 == off/on)"); module_init(prng_mod_init); module_exit(prng_mod_fini); -MODULE_ALIAS("stdrng"); +MODULE_ALIAS_CRYPTO("stdrng"); +MODULE_ALIAS_CRYPTO("ansi_cprng"); --- linux-lts-utopic-3.16.0.orig/crypto/anubis.c +++ linux-lts-utopic-3.16.0/crypto/anubis.c @@ -704,3 +704,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Anubis Cryptographic Algorithm"); +MODULE_ALIAS_CRYPTO("anubis"); --- linux-lts-utopic-3.16.0.orig/crypto/api.c +++ linux-lts-utopic-3.16.0/crypto/api.c @@ -172,7 +172,7 @@ struct crypto_larval *larval = (void *)alg; long timeout; - timeout = wait_for_completion_interruptible_timeout( + timeout = wait_for_completion_killable_timeout( &larval->completion, 60 * HZ); alg = larval->adult; @@ -216,11 +216,11 @@ alg = crypto_alg_lookup(name, type, mask); if (!alg) { - request_module("%s", name); + request_module("crypto-%s", name); if (!((type ^ CRYPTO_ALG_NEED_FALLBACK) & mask & CRYPTO_ALG_NEED_FALLBACK)) - request_module("%s-all", name); + request_module("crypto-%s-all", name); alg = crypto_alg_lookup(name, type, mask); } @@ -435,7 +435,7 @@ err: if (err != -EAGAIN) break; - if (signal_pending(current)) { + if (fatal_signal_pending(current)) { err = -EINTR; break; } @@ -552,7 +552,7 @@ err: if (err != -EAGAIN) break; - if (signal_pending(current)) { + if (fatal_signal_pending(current)) { err = -EINTR; break; } --- linux-lts-utopic-3.16.0.orig/crypto/arc4.c +++ linux-lts-utopic-3.16.0/crypto/arc4.c @@ -166,3 +166,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("ARC4 Cipher Algorithm"); MODULE_AUTHOR("Jon Oberheide "); +MODULE_ALIAS_CRYPTO("arc4"); --- linux-lts-utopic-3.16.0.orig/crypto/async_tx/async_memcpy.c +++ linux-lts-utopic-3.16.0/crypto/async_tx/async_memcpy.c @@ -53,7 +53,7 @@ struct dmaengine_unmap_data *unmap = NULL; if (device) - unmap = dmaengine_get_unmap_data(device->dev, 2, GFP_NOIO); + unmap = dmaengine_get_unmap_data(device->dev, 2, GFP_NOWAIT); if (unmap && is_dma_copy_aligned(device, src_offset, dest_offset, len)) { unsigned long dma_prep_flags = 0; --- linux-lts-utopic-3.16.0.orig/crypto/async_tx/async_pq.c +++ linux-lts-utopic-3.16.0/crypto/async_tx/async_pq.c @@ -176,7 +176,7 @@ BUG_ON(disks > 255 || !(P(blocks, disks) || Q(blocks, disks))); if (device) - unmap = dmaengine_get_unmap_data(device->dev, disks, GFP_NOIO); + unmap = dmaengine_get_unmap_data(device->dev, disks, GFP_NOWAIT); if (unmap && (src_cnt <= dma_maxpq(device, 0) || @@ -294,7 +294,7 @@ BUG_ON(disks < 4); if (device) - unmap = dmaengine_get_unmap_data(device->dev, disks, GFP_NOIO); + unmap = dmaengine_get_unmap_data(device->dev, disks, GFP_NOWAIT); if (unmap && disks <= dma_maxpq(device, 0) && is_dma_pq_aligned(device, offset, 0, len)) { --- linux-lts-utopic-3.16.0.orig/crypto/async_tx/async_raid6_recov.c +++ linux-lts-utopic-3.16.0/crypto/async_tx/async_raid6_recov.c @@ -41,7 +41,7 @@ u8 *a, *b, *c; if (dma) - unmap = dmaengine_get_unmap_data(dma->dev, 3, GFP_NOIO); + unmap = dmaengine_get_unmap_data(dma->dev, 3, GFP_NOWAIT); if (unmap) { struct device *dev = dma->dev; @@ -105,7 +105,7 @@ u8 *d, *s; if (dma) - unmap = dmaengine_get_unmap_data(dma->dev, 3, GFP_NOIO); + unmap = dmaengine_get_unmap_data(dma->dev, 3, GFP_NOWAIT); if (unmap) { dma_addr_t dma_dest[2]; --- linux-lts-utopic-3.16.0.orig/crypto/async_tx/async_xor.c +++ linux-lts-utopic-3.16.0/crypto/async_tx/async_xor.c @@ -78,8 +78,6 @@ tx = dma->device_prep_dma_xor(chan, dma_dest, src_list, xor_src_cnt, unmap->len, dma_flags); - src_list[0] = tmp; - if (unlikely(!tx)) async_tx_quiesce(&submit->depend_tx); @@ -92,6 +90,7 @@ xor_src_cnt, unmap->len, dma_flags); } + src_list[0] = tmp; dma_set_unmap(tx, unmap); async_tx_submit(chan, tx, submit); @@ -183,7 +182,7 @@ BUG_ON(src_cnt <= 1); if (device) - unmap = dmaengine_get_unmap_data(device->dev, src_cnt+1, GFP_NOIO); + unmap = dmaengine_get_unmap_data(device->dev, src_cnt+1, GFP_NOWAIT); if (unmap && is_dma_xor_aligned(device, offset, 0, len)) { struct dma_async_tx_descriptor *tx; @@ -279,7 +278,7 @@ BUG_ON(src_cnt <= 1); if (device) - unmap = dmaengine_get_unmap_data(device->dev, src_cnt, GFP_NOIO); + unmap = dmaengine_get_unmap_data(device->dev, src_cnt, GFP_NOWAIT); if (unmap && src_cnt <= device->max_xor && is_dma_xor_aligned(device, offset, 0, len)) { --- linux-lts-utopic-3.16.0.orig/crypto/authenc.c +++ linux-lts-utopic-3.16.0/crypto/authenc.c @@ -721,3 +721,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Simple AEAD wrapper for IPsec"); +MODULE_ALIAS_CRYPTO("authenc"); --- linux-lts-utopic-3.16.0.orig/crypto/authencesn.c +++ linux-lts-utopic-3.16.0/crypto/authencesn.c @@ -814,3 +814,4 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Steffen Klassert "); MODULE_DESCRIPTION("AEAD wrapper for IPsec with extended sequence numbers"); +MODULE_ALIAS_CRYPTO("authencesn"); --- linux-lts-utopic-3.16.0.orig/crypto/blkcipher.c +++ linux-lts-utopic-3.16.0/crypto/blkcipher.c @@ -325,12 +325,12 @@ if (WARN_ON_ONCE(in_irq())) return -EDEADLK; + walk->iv = desc->info; walk->nbytes = walk->total; if (unlikely(!walk->total)) return 0; walk->buffer = NULL; - walk->iv = desc->info; if (unlikely(((unsigned long)walk->iv & walk->alignmask))) { int err = blkcipher_copy_iv(walk); if (err) @@ -471,6 +471,7 @@ } crt->base = __crypto_ablkcipher_cast(tfm); crt->ivsize = alg->ivsize; + crt->has_setkey = alg->max_keysize; return 0; } --- linux-lts-utopic-3.16.0.orig/crypto/blowfish_generic.c +++ linux-lts-utopic-3.16.0/crypto/blowfish_generic.c @@ -138,4 +138,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Blowfish Cipher Algorithm"); -MODULE_ALIAS("blowfish"); +MODULE_ALIAS_CRYPTO("blowfish"); +MODULE_ALIAS_CRYPTO("blowfish-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/camellia_generic.c +++ linux-lts-utopic-3.16.0/crypto/camellia_generic.c @@ -1098,4 +1098,5 @@ MODULE_DESCRIPTION("Camellia Cipher Algorithm"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("camellia"); +MODULE_ALIAS_CRYPTO("camellia"); +MODULE_ALIAS_CRYPTO("camellia-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/cast5_generic.c +++ linux-lts-utopic-3.16.0/crypto/cast5_generic.c @@ -549,4 +549,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Cast5 Cipher Algorithm"); -MODULE_ALIAS("cast5"); +MODULE_ALIAS_CRYPTO("cast5"); +MODULE_ALIAS_CRYPTO("cast5-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/cast6_generic.c +++ linux-lts-utopic-3.16.0/crypto/cast6_generic.c @@ -291,4 +291,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Cast6 Cipher Algorithm"); -MODULE_ALIAS("cast6"); +MODULE_ALIAS_CRYPTO("cast6"); +MODULE_ALIAS_CRYPTO("cast6-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/cbc.c +++ linux-lts-utopic-3.16.0/crypto/cbc.c @@ -289,3 +289,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("CBC block cipher algorithm"); +MODULE_ALIAS_CRYPTO("cbc"); --- linux-lts-utopic-3.16.0.orig/crypto/ccm.c +++ linux-lts-utopic-3.16.0/crypto/ccm.c @@ -879,5 +879,6 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Counter with CBC MAC"); -MODULE_ALIAS("ccm_base"); -MODULE_ALIAS("rfc4309"); +MODULE_ALIAS_CRYPTO("ccm_base"); +MODULE_ALIAS_CRYPTO("rfc4309"); +MODULE_ALIAS_CRYPTO("ccm"); --- linux-lts-utopic-3.16.0.orig/crypto/chainiv.c +++ linux-lts-utopic-3.16.0/crypto/chainiv.c @@ -359,3 +359,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Chain IV Generator"); +MODULE_ALIAS_CRYPTO("chainiv"); --- linux-lts-utopic-3.16.0.orig/crypto/cmac.c +++ linux-lts-utopic-3.16.0/crypto/cmac.c @@ -313,3 +313,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("CMAC keyed hash algorithm"); +MODULE_ALIAS_CRYPTO("cmac"); --- linux-lts-utopic-3.16.0.orig/crypto/crc32.c +++ linux-lts-utopic-3.16.0/crypto/crc32.c @@ -156,3 +156,4 @@ MODULE_AUTHOR("Alexander Boyko "); MODULE_DESCRIPTION("CRC32 calculations wrapper for lib/crc32"); MODULE_LICENSE("GPL"); +MODULE_ALIAS_CRYPTO("crc32"); --- linux-lts-utopic-3.16.0.orig/crypto/crc32c_generic.c +++ linux-lts-utopic-3.16.0/crypto/crc32c_generic.c @@ -170,5 +170,5 @@ MODULE_AUTHOR("Clay Haapala "); MODULE_DESCRIPTION("CRC32c (Castagnoli) calculations wrapper for lib/crc32c"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("crc32c"); -MODULE_SOFTDEP("pre: crc32c"); +MODULE_ALIAS_CRYPTO("crc32c"); +MODULE_ALIAS_CRYPTO("crc32c-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/crct10dif_generic.c +++ linux-lts-utopic-3.16.0/crypto/crct10dif_generic.c @@ -124,4 +124,5 @@ MODULE_AUTHOR("Tim Chen "); MODULE_DESCRIPTION("T10 DIF CRC calculation."); MODULE_LICENSE("GPL"); -MODULE_ALIAS("crct10dif"); +MODULE_ALIAS_CRYPTO("crct10dif"); +MODULE_ALIAS_CRYPTO("crct10dif-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/cryptd.c +++ linux-lts-utopic-3.16.0/crypto/cryptd.c @@ -955,3 +955,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Software async crypto daemon"); +MODULE_ALIAS_CRYPTO("cryptd"); --- linux-lts-utopic-3.16.0.orig/crypto/crypto_null.c +++ linux-lts-utopic-3.16.0/crypto/crypto_null.c @@ -145,9 +145,9 @@ .coa_decompress = null_compress } } } }; -MODULE_ALIAS("compress_null"); -MODULE_ALIAS("digest_null"); -MODULE_ALIAS("cipher_null"); +MODULE_ALIAS_CRYPTO("compress_null"); +MODULE_ALIAS_CRYPTO("digest_null"); +MODULE_ALIAS_CRYPTO("cipher_null"); static int __init crypto_null_mod_init(void) { --- linux-lts-utopic-3.16.0.orig/crypto/crypto_user.c +++ linux-lts-utopic-3.16.0/crypto/crypto_user.c @@ -367,7 +367,7 @@ err = PTR_ERR(alg); if (err != -EAGAIN) break; - if (signal_pending(current)) { + if (fatal_signal_pending(current)) { err = -EINTR; break; } @@ -483,6 +483,7 @@ if (link->dump == NULL) return -EINVAL; + down_read(&crypto_alg_sem); list_for_each_entry(alg, &crypto_alg_list, cra_list) dump_alloc += CRYPTO_REPORT_MAXSIZE; @@ -492,8 +493,11 @@ .done = link->done, .min_dump_alloc = dump_alloc, }; - return netlink_dump_start(crypto_nlsk, skb, nlh, &c); + err = netlink_dump_start(crypto_nlsk, skb, nlh, &c); } + up_read(&crypto_alg_sem); + + return err; } err = nlmsg_parse(nlh, crypto_msg_min[type], attrs, CRYPTOCFGA_MAX, --- linux-lts-utopic-3.16.0.orig/crypto/ctr.c +++ linux-lts-utopic-3.16.0/crypto/ctr.c @@ -466,4 +466,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("CTR Counter block mode"); -MODULE_ALIAS("rfc3686"); +MODULE_ALIAS_CRYPTO("rfc3686"); +MODULE_ALIAS_CRYPTO("ctr"); --- linux-lts-utopic-3.16.0.orig/crypto/cts.c +++ linux-lts-utopic-3.16.0/crypto/cts.c @@ -350,3 +350,4 @@ MODULE_LICENSE("Dual BSD/GPL"); MODULE_DESCRIPTION("CTS-CBC CipherText Stealing for CBC"); +MODULE_ALIAS_CRYPTO("cts"); --- linux-lts-utopic-3.16.0.orig/crypto/deflate.c +++ linux-lts-utopic-3.16.0/crypto/deflate.c @@ -222,4 +222,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Deflate Compression Algorithm for IPCOMP"); MODULE_AUTHOR("James Morris "); - +MODULE_ALIAS_CRYPTO("deflate"); --- linux-lts-utopic-3.16.0.orig/crypto/des_generic.c +++ linux-lts-utopic-3.16.0/crypto/des_generic.c @@ -971,8 +971,6 @@ .cia_decrypt = des3_ede_decrypt } } } }; -MODULE_ALIAS("des3_ede"); - static int __init des_generic_mod_init(void) { return crypto_register_algs(des_algs, ARRAY_SIZE(des_algs)); @@ -989,4 +987,7 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("DES & Triple DES EDE Cipher Algorithms"); MODULE_AUTHOR("Dag Arne Osvik "); -MODULE_ALIAS("des"); +MODULE_ALIAS_CRYPTO("des"); +MODULE_ALIAS_CRYPTO("des-generic"); +MODULE_ALIAS_CRYPTO("des3_ede"); +MODULE_ALIAS_CRYPTO("des3_ede-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/ecb.c +++ linux-lts-utopic-3.16.0/crypto/ecb.c @@ -185,3 +185,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("ECB block cipher algorithm"); +MODULE_ALIAS_CRYPTO("ecb"); --- linux-lts-utopic-3.16.0.orig/crypto/eseqiv.c +++ linux-lts-utopic-3.16.0/crypto/eseqiv.c @@ -267,3 +267,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Encrypted Sequence Number IV Generator"); +MODULE_ALIAS_CRYPTO("eseqiv"); --- linux-lts-utopic-3.16.0.orig/crypto/fcrypt.c +++ linux-lts-utopic-3.16.0/crypto/fcrypt.c @@ -420,3 +420,4 @@ MODULE_LICENSE("Dual BSD/GPL"); MODULE_DESCRIPTION("FCrypt Cipher Algorithm"); MODULE_AUTHOR("David Howells "); +MODULE_ALIAS_CRYPTO("fcrypt"); --- linux-lts-utopic-3.16.0.orig/crypto/gcm.c +++ linux-lts-utopic-3.16.0/crypto/gcm.c @@ -1441,6 +1441,7 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Galois/Counter Mode"); MODULE_AUTHOR("Mikko Herranen "); -MODULE_ALIAS("gcm_base"); -MODULE_ALIAS("rfc4106"); -MODULE_ALIAS("rfc4543"); +MODULE_ALIAS_CRYPTO("gcm_base"); +MODULE_ALIAS_CRYPTO("rfc4106"); +MODULE_ALIAS_CRYPTO("rfc4543"); +MODULE_ALIAS_CRYPTO("gcm"); --- linux-lts-utopic-3.16.0.orig/crypto/ghash-generic.c +++ linux-lts-utopic-3.16.0/crypto/ghash-generic.c @@ -172,4 +172,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("GHASH Message Digest Algorithm"); -MODULE_ALIAS("ghash"); +MODULE_ALIAS_CRYPTO("ghash"); +MODULE_ALIAS_CRYPTO("ghash-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/hmac.c +++ linux-lts-utopic-3.16.0/crypto/hmac.c @@ -271,3 +271,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("HMAC hash algorithm"); +MODULE_ALIAS_CRYPTO("hmac"); --- linux-lts-utopic-3.16.0.orig/crypto/khazad.c +++ linux-lts-utopic-3.16.0/crypto/khazad.c @@ -880,3 +880,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Khazad Cryptographic Algorithm"); +MODULE_ALIAS_CRYPTO("khazad"); --- linux-lts-utopic-3.16.0.orig/crypto/krng.c +++ linux-lts-utopic-3.16.0/crypto/krng.c @@ -62,4 +62,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Kernel Random Number Generator"); -MODULE_ALIAS("stdrng"); +MODULE_ALIAS_CRYPTO("stdrng"); +MODULE_ALIAS_CRYPTO("krng"); --- linux-lts-utopic-3.16.0.orig/crypto/lrw.c +++ linux-lts-utopic-3.16.0/crypto/lrw.c @@ -400,3 +400,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("LRW block cipher mode"); +MODULE_ALIAS_CRYPTO("lrw"); --- linux-lts-utopic-3.16.0.orig/crypto/lz4.c +++ linux-lts-utopic-3.16.0/crypto/lz4.c @@ -104,3 +104,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("LZ4 Compression Algorithm"); +MODULE_ALIAS_CRYPTO("lz4"); --- linux-lts-utopic-3.16.0.orig/crypto/lz4hc.c +++ linux-lts-utopic-3.16.0/crypto/lz4hc.c @@ -104,3 +104,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("LZ4HC Compression Algorithm"); +MODULE_ALIAS_CRYPTO("lz4hc"); --- linux-lts-utopic-3.16.0.orig/crypto/lzo.c +++ linux-lts-utopic-3.16.0/crypto/lzo.c @@ -103,3 +103,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("LZO Compression Algorithm"); +MODULE_ALIAS_CRYPTO("lzo"); --- linux-lts-utopic-3.16.0.orig/crypto/md4.c +++ linux-lts-utopic-3.16.0/crypto/md4.c @@ -255,4 +255,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("MD4 Message Digest Algorithm"); - +MODULE_ALIAS_CRYPTO("md4"); --- linux-lts-utopic-3.16.0.orig/crypto/md5.c +++ linux-lts-utopic-3.16.0/crypto/md5.c @@ -168,3 +168,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("MD5 Message Digest Algorithm"); +MODULE_ALIAS_CRYPTO("md5"); --- linux-lts-utopic-3.16.0.orig/crypto/michael_mic.c +++ linux-lts-utopic-3.16.0/crypto/michael_mic.c @@ -184,3 +184,4 @@ MODULE_LICENSE("GPL v2"); MODULE_DESCRIPTION("Michael MIC"); MODULE_AUTHOR("Jouni Malinen "); +MODULE_ALIAS_CRYPTO("michael_mic"); --- linux-lts-utopic-3.16.0.orig/crypto/pcbc.c +++ linux-lts-utopic-3.16.0/crypto/pcbc.c @@ -295,3 +295,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("PCBC block cipher algorithm"); +MODULE_ALIAS_CRYPTO("pcbc"); --- linux-lts-utopic-3.16.0.orig/crypto/pcrypt.c +++ linux-lts-utopic-3.16.0/crypto/pcrypt.c @@ -565,3 +565,4 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Steffen Klassert "); MODULE_DESCRIPTION("Parallel crypto wrapper"); +MODULE_ALIAS_CRYPTO("pcrypt"); --- linux-lts-utopic-3.16.0.orig/crypto/rmd128.c +++ linux-lts-utopic-3.16.0/crypto/rmd128.c @@ -327,3 +327,4 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Adrian-Ken Rueegsegger "); MODULE_DESCRIPTION("RIPEMD-128 Message Digest"); +MODULE_ALIAS_CRYPTO("rmd128"); --- linux-lts-utopic-3.16.0.orig/crypto/rmd160.c +++ linux-lts-utopic-3.16.0/crypto/rmd160.c @@ -371,3 +371,4 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Adrian-Ken Rueegsegger "); MODULE_DESCRIPTION("RIPEMD-160 Message Digest"); +MODULE_ALIAS_CRYPTO("rmd160"); --- linux-lts-utopic-3.16.0.orig/crypto/rmd256.c +++ linux-lts-utopic-3.16.0/crypto/rmd256.c @@ -346,3 +346,4 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Adrian-Ken Rueegsegger "); MODULE_DESCRIPTION("RIPEMD-256 Message Digest"); +MODULE_ALIAS_CRYPTO("rmd256"); --- linux-lts-utopic-3.16.0.orig/crypto/rmd320.c +++ linux-lts-utopic-3.16.0/crypto/rmd320.c @@ -395,3 +395,4 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Adrian-Ken Rueegsegger "); MODULE_DESCRIPTION("RIPEMD-320 Message Digest"); +MODULE_ALIAS_CRYPTO("rmd320"); --- linux-lts-utopic-3.16.0.orig/crypto/salsa20_generic.c +++ linux-lts-utopic-3.16.0/crypto/salsa20_generic.c @@ -248,4 +248,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION ("Salsa20 stream cipher algorithm"); -MODULE_ALIAS("salsa20"); +MODULE_ALIAS_CRYPTO("salsa20"); +MODULE_ALIAS_CRYPTO("salsa20-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/seed.c +++ linux-lts-utopic-3.16.0/crypto/seed.c @@ -476,3 +476,4 @@ MODULE_DESCRIPTION("SEED Cipher Algorithm"); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Hye-Shik Chang , Kim Hyun "); +MODULE_ALIAS_CRYPTO("seed"); --- linux-lts-utopic-3.16.0.orig/crypto/seqiv.c +++ linux-lts-utopic-3.16.0/crypto/seqiv.c @@ -362,3 +362,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Sequence Number IV Generator"); +MODULE_ALIAS_CRYPTO("seqiv"); --- linux-lts-utopic-3.16.0.orig/crypto/serpent_generic.c +++ linux-lts-utopic-3.16.0/crypto/serpent_generic.c @@ -665,5 +665,6 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Serpent and tnepres (kerneli compatible serpent reversed) Cipher Algorithm"); MODULE_AUTHOR("Dag Arne Osvik "); -MODULE_ALIAS("tnepres"); -MODULE_ALIAS("serpent"); +MODULE_ALIAS_CRYPTO("tnepres"); +MODULE_ALIAS_CRYPTO("serpent"); +MODULE_ALIAS_CRYPTO("serpent-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/sha1_generic.c +++ linux-lts-utopic-3.16.0/crypto/sha1_generic.c @@ -153,4 +153,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("SHA1 Secure Hash Algorithm"); -MODULE_ALIAS("sha1"); +MODULE_ALIAS_CRYPTO("sha1"); +MODULE_ALIAS_CRYPTO("sha1-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/sha256_generic.c +++ linux-lts-utopic-3.16.0/crypto/sha256_generic.c @@ -384,5 +384,7 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("SHA-224 and SHA-256 Secure Hash Algorithm"); -MODULE_ALIAS("sha224"); -MODULE_ALIAS("sha256"); +MODULE_ALIAS_CRYPTO("sha224"); +MODULE_ALIAS_CRYPTO("sha224-generic"); +MODULE_ALIAS_CRYPTO("sha256"); +MODULE_ALIAS_CRYPTO("sha256-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/sha512_generic.c +++ linux-lts-utopic-3.16.0/crypto/sha512_generic.c @@ -287,5 +287,7 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("SHA-512 and SHA-384 Secure Hash Algorithms"); -MODULE_ALIAS("sha384"); -MODULE_ALIAS("sha512"); +MODULE_ALIAS_CRYPTO("sha384"); +MODULE_ALIAS_CRYPTO("sha384-generic"); +MODULE_ALIAS_CRYPTO("sha512"); +MODULE_ALIAS_CRYPTO("sha512-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/shash.c +++ linux-lts-utopic-3.16.0/crypto/shash.c @@ -354,9 +354,10 @@ crt->final = shash_async_final; crt->finup = shash_async_finup; crt->digest = shash_async_digest; + crt->setkey = shash_async_setkey; + + crt->has_setkey = alg->setkey != shash_no_setkey; - if (alg->setkey) - crt->setkey = shash_async_setkey; if (alg->export) crt->export = shash_async_export; if (alg->import) --- linux-lts-utopic-3.16.0.orig/crypto/tea.c +++ linux-lts-utopic-3.16.0/crypto/tea.c @@ -270,8 +270,9 @@ crypto_unregister_algs(tea_algs, ARRAY_SIZE(tea_algs)); } -MODULE_ALIAS("xtea"); -MODULE_ALIAS("xeta"); +MODULE_ALIAS_CRYPTO("tea"); +MODULE_ALIAS_CRYPTO("xtea"); +MODULE_ALIAS_CRYPTO("xeta"); module_init(tea_mod_init); module_exit(tea_mod_fini); --- linux-lts-utopic-3.16.0.orig/crypto/tgr192.c +++ linux-lts-utopic-3.16.0/crypto/tgr192.c @@ -676,8 +676,9 @@ crypto_unregister_shashes(tgr_algs, ARRAY_SIZE(tgr_algs)); } -MODULE_ALIAS("tgr160"); -MODULE_ALIAS("tgr128"); +MODULE_ALIAS_CRYPTO("tgr192"); +MODULE_ALIAS_CRYPTO("tgr160"); +MODULE_ALIAS_CRYPTO("tgr128"); module_init(tgr192_mod_init); module_exit(tgr192_mod_fini); --- linux-lts-utopic-3.16.0.orig/crypto/twofish_generic.c +++ linux-lts-utopic-3.16.0/crypto/twofish_generic.c @@ -211,4 +211,5 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION ("Twofish Cipher Algorithm"); -MODULE_ALIAS("twofish"); +MODULE_ALIAS_CRYPTO("twofish"); +MODULE_ALIAS_CRYPTO("twofish-generic"); --- linux-lts-utopic-3.16.0.orig/crypto/vmac.c +++ linux-lts-utopic-3.16.0/crypto/vmac.c @@ -713,3 +713,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("VMAC hash algorithm"); +MODULE_ALIAS_CRYPTO("vmac"); --- linux-lts-utopic-3.16.0.orig/crypto/wp512.c +++ linux-lts-utopic-3.16.0/crypto/wp512.c @@ -1167,8 +1167,9 @@ crypto_unregister_shashes(wp_algs, ARRAY_SIZE(wp_algs)); } -MODULE_ALIAS("wp384"); -MODULE_ALIAS("wp256"); +MODULE_ALIAS_CRYPTO("wp512"); +MODULE_ALIAS_CRYPTO("wp384"); +MODULE_ALIAS_CRYPTO("wp256"); module_init(wp512_mod_init); module_exit(wp512_mod_fini); --- linux-lts-utopic-3.16.0.orig/crypto/xcbc.c +++ linux-lts-utopic-3.16.0/crypto/xcbc.c @@ -286,3 +286,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("XCBC keyed hash algorithm"); +MODULE_ALIAS_CRYPTO("xcbc"); --- linux-lts-utopic-3.16.0.orig/crypto/xts.c +++ linux-lts-utopic-3.16.0/crypto/xts.c @@ -362,3 +362,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("XTS block cipher mode"); +MODULE_ALIAS_CRYPTO("xts"); --- linux-lts-utopic-3.16.0.orig/crypto/zlib.c +++ linux-lts-utopic-3.16.0/crypto/zlib.c @@ -378,3 +378,4 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Zlib Compression Algorithm"); MODULE_AUTHOR("Sony Corporation"); +MODULE_ALIAS_CRYPTO("zlib"); --- linux-lts-utopic-3.16.0.orig/debian.master/NOTES +++ linux-lts-utopic-3.16.0/debian.master/NOTES @@ -0,0 +1,4 @@ +eSCO patch removed. Replaced upstream with a disable_esco module parm. +airprime: Module gone, use option driver instead +AppArmor: Patch is all there and ported. Ooops when enabled, so default + off (still can be enabled apparmor=1) --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/abiname +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/abiname @@ -0,0 +1 @@ +43 --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/amd64/generic +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/amd64/generic @@ -0,0 +1,18020 @@ +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x4c878322 iosf_mbi_modify +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x6d1d5d9b iosf_mbi_write +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x932493a8 iosf_mbi_read +EXPORT_SYMBOL arch/x86/kvm/kvm 0x0e175349 kvm_cpu_has_pending_timer +EXPORT_SYMBOL arch/x86/kvm/kvm 0xa9e61b72 kvm_read_guest_atomic +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/video 0x67b00331 acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xd67e424e acpi_video_unregister_backlight +EXPORT_SYMBOL drivers/atm/suni 0x3442ffa5 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0x51180bc1 uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0xe75b5a17 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 0x02d6d825 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x3a1ad05f paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x4d852ff3 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x4ef9b016 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x61b7440f pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x6b59daee pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x6d260f1f pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x83bb708b pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xa05abd68 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xa50bd376 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xc462fb4b pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xed1c756e pi_disconnect +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1c6a5113 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x3ff5bc3d ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4bff1500 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x515bd722 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xb212da3d ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x1a70b550 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x25a28f43 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x7221a1ae dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x83414cca dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x8990c709 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xf2fe1c79 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/ioat/ioatdma 0xc2bd72e4 ioat_dma_setup_interrupts +EXPORT_SYMBOL drivers/edac/edac_core 0xedbdf270 edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x01e90b51 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x02f23edd fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04d0f641 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7d6af8 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x11feb563 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1d68e532 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3e42093d fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x48122313 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4ac2086c fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x53736b48 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5f0de645 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x632b584a fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x645b715f fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6e0b41cc fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x75fbc9de fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7893235e fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7b6b36d1 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8a04176f fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8d70bb36 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x98069348 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb148cf82 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb290b6f4 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc514924d fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd564e634 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xda53315e fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdd33b665 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe5857b1e fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xeb71f06e fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xef08a054 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firmware/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/fmc/fmc 0x02c8c869 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0x1b8a46d9 fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0x33956329 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x4b63d9a9 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x617e258a fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x6f30f237 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x733e319d fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x9b093690 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xaed4b301 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xc133a243 fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xc7aa9b28 fmc_driver_register +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0xab550d52 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01822f29 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02203e1d drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02fa7841 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c89681 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x064db5bc drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0700f2a9 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x092b95b3 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09ca789b drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a36a515 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b13cf4b drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b2f2731 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c9c2792 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e80812d drm_addmap +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 0x10b05ccb drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1284de79 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12e1b66e drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1855c6fb drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1910160e drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a79d1fe drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b78ac97 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f9a5542 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2095789a drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b37c60 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2136259f drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22614802 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23335b07 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2392f8c5 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x239a1865 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24ff9d7c drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x258085a6 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2581e041 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2610a697 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27d7331e drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2aa1474b drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cffeec5 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d4b696e drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ee74884 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f9bc8ba drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32de71eb drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3597a6e1 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35ed1ffd drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35f65631 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3684e1e6 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x368c6da1 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37535ea2 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x385f4abb drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39b367c8 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bdeb5a6 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c607169 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d07fbae drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e73115f drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x400ff884 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43de4760 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x442ac52b drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x442d6cab drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4448aa3e drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45381ed4 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4608a9be drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4dcf0ba9 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e08b63c drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f64e6c5 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x525a7c29 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53ebf994 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53ee2b95 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x548fb3e5 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x573f09d0 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57d5c051 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57e8f850 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5968f525 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b1f08f5 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b6037b9 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5be52cad drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c9653aa drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cd4d698 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7318dc drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f25feb7 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fd293ad drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61539351 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6167e1db drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61c8ccfe drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6619d3a0 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x685b8db6 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a5a0ce4 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6aec8d47 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c692ae3 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c7e660c drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc3c29e drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d968900 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e4ab710 drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ed3dbc1 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f599eb9 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70c93a09 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x710e65bf drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x722f0af6 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77ac4764 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78b4bc2a drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79efd3cb drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a333502 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b846bdc drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c3e9388 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d257fcc drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ee3f877 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80057375 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e773e4 drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83e0f258 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x840cd647 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x867a5e7d drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x882aec35 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8943d69b drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d50000b drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e4d50c0 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x904e9031 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9095e88d drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x910b2806 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x918aadf1 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92737398 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x946fe3ec drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94882a99 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x953d41d7 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96b19ba4 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96b271f8 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99720920 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99d0dff7 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9abe1822 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9bdfa721 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d45f2dd drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d97b56b drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9de3e95c drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f097178 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa145a8f4 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa25f313a drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2bd87d7 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa309073b drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3a02e8c drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4efc152 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa56de400 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6bf6ed4 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9402faa drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaaa5e685 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab2f3145 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad49c69a drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xadad9104 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb113cccf drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb29c3e56 drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2c25105 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb37fa663 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5540008 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb755f005 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb80d399d drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba42b0cf drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd48ee13 drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe49b4ab drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeb93007 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5321ba5 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6893576 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6dea9ba drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc77c9cb3 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc853feae drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc85e6794 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca2d91d5 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdd5f051 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdeae223 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce8328e9 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce8d422e drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf5b39c8 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd26ec61b drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd28953fe drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2f444f3 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd39ed0f2 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3bef6d8 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd435bba7 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd46a9588 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd668cdfa drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd69a348f drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6dc5708 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd716910c drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7e2afdd drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd82b6af9 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd931fa12 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9d1e030 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb6bccd0 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb98172b drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcab8e77 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddb19069 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf7d64ad drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe22eafa5 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe35e37a3 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8122a1a drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8939777 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecc2b0fd drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee01c618 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee0248f3 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee52a96f drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee6320da drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefc760de drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf01dce8f drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0a3df01 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1a77a95 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf421c7d4 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4402d62 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5aec4c3 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb8981ea drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbeb714f drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe0bd2c7 drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffad19a6 drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x046dfd12 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0743e257 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0b191c56 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e0d9d7f drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1028e423 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1151f720 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1433d8ab drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14e9891b drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1775e4be drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x197c5ded drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e121f86 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20cd5cd9 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2939eb2a drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e6d63b1 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x336cc9f1 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x39a634f2 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4019cb4f drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43c999a3 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44ae9f26 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x466ee083 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b5a76e0 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x54e1e296 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x60e96a06 drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63eaca61 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6eee3179 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71703233 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x731f9189 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d850ad2 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e03e24a drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8308104b drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x90e2d2b8 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91742d46 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x978fb819 drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9efbd337 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac843bd7 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb96d5952 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba504207 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbea95b9d drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4973248 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7f5ce9d drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9b58a8d drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca8a88d3 drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde9bb307 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdec80b9a drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7f9be77 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb54f6e2 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeca040e0 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee9c7e3b drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef9160cf drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf4fcdb38 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x142e12c7 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x33726c3c drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xa32474a3 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x03f9ca2d ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0a37710d ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0bc84e74 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x105e2ef3 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x10ae6718 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1237a6f3 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x125308cc ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x16b45921 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1c16adf2 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1e4aaf51 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1e7cd663 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2105e18d ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x284dfffc ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2c4284df ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2da9c974 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2ef3c4f3 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x32753458 ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x340d996d ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x373f62cb ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x39704767 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x463b3493 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ca37a27 ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d28102d ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e8dd264 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x510f7eac ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x51401b99 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x564e1aee ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a4e5ba9 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5af17ff1 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x631aae52 ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b52fa5 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6b797c25 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6d0dc3da ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x718a56bb ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x741843f6 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x741c9d23 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x770fb1b8 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7f3318f5 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x83d36bb1 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8568be30 ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8c3331f9 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d68a01c ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x92c70a74 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94d32500 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x978e29ba ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9792176f ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d3eab45 ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa1f05825 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa3063fd4 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa9240ef8 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb79bc0c8 ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4d4618d ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc57ff93f ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc90bcdc2 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc91f217b ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcc1a1226 ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf3ea3f3 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd4730093 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe05c2c0d ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xea97b36f ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xebaab900 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf0327366 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf7652ad9 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf95a4dd4 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfc90ea6c ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfed2fcfb ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xff40dcef ttm_pool_populate +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x10d518ce vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x3dc4e399 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb45b6b55 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x6cb63d16 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xd63fd9e4 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xf73f2866 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x290f1363 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xc4580b8d i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x088e58b3 amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x13017048 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x145c8412 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x4bf23f6d hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x58c658bd hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x58c8a106 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x86dac130 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x9e3167e9 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xd4b18b27 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x96f7351f hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x9e28a936 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x9fcfbf42 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x00cfcce6 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1f43a1ab st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2fbf258b st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x31d989be st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x45e8da85 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x54b1730d st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x55d38ad6 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7355e8b7 st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7563d41d st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x87a5bf1c st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xa05e6b04 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb8457cca st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc10ee924 st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc9d63f5f st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xcb5f731f st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe531e87b st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xfe4d2ef9 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0xe9f00a0c st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0x5b45bcff st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x2fa72859 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x349cdb9e st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x328251cd adis_enable_irq +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x835bc4a9 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/industrialio 0x05fef653 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x1b529686 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x1c406497 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x1dbba2cf iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x25a1490c iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x2a560cb2 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2dfb1e08 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x57826774 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x595baf7e iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x66f2efd7 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x69acdc6e iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x797514f3 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x7b45ed7c iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x7ca3a170 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x8e1348fe iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xa68c412a iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0xcb805d64 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xcbf71e09 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xcc83bf9f iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xcdac1702 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xd7fd4f48 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xda95fa89 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xf0ea9c34 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x833b55ba iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xf918392e iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xd8ac6dd3 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xda40b108 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x6a61cdb5 st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x76f9271f st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x32da6def st_press_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x8d46fbe3 st_press_common_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x2107de5f rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x6f6ee97c rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xbaeb476e rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xf19ab26c rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1091314d cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3d90641b ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x55d1d3ec ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x74dd4f22 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8b0e0ba4 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xac4828d8 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb73cf3f8 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb94028b2 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbc2038b0 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc56e904f ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xcb6dccbe ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe0e91803 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe3ce462c ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf049fc9a ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf0a402b9 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf3555b03 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf396d287 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0287c7e1 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0973ce5d ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b86c643 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c8e1a7f ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ca5b249 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d030a74 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x101d3b38 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12d04e19 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x164f20ae ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e508de5 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x225b71fb ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x277aeaa0 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2cffb4b8 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2fc4d9c5 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30170359 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31158a33 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31280a28 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32cf752f ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36f9715c ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x383f46cd ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38a1e16d ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3aef39f1 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b93f940 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3baa1fee ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4012d131 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42f6563e ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f64c8a3 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x518371af ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5dc14013 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60333217 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64a5c292 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x655d173a ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x680b65f7 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b645445 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c18fbee ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70215a4c ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70896c9f ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7299dd49 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74f6a603 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75f84224 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7aab90fe ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c14268c ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f95d5d7 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ff6f8f6 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86a81f08 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8769c3a2 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8839ab5e ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a66b6a9 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x932848f1 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9364de3f ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93868090 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9580e6f8 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x977db8e7 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9df1e73b ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3f026fd ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9a1c5f0 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabf8c86c ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad0d3982 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaeb78c43 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2b981ea ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4814a38 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4d961f3 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb57cef49 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb12e3e6 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1839ba2 ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9541c48 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9e5d817 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccb9147f ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf45404f ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd18e8318 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd622a177 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd89171a4 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe825f660 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf21c6dac ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2fac4e9 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf40e5f8f ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf44666b8 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf632cb1c ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6fd3634 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd28be05 ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff2a4d6d ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0323f68d ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0880344f ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x1f46b034 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3de263c5 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6806b031 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7c785062 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7e4b17a8 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7fa360cb ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x83c4dd14 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x84dca9a5 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x934ecb66 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xe207afe5 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x133eb303 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x2fd0e42f ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x32f423e9 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x74e96ee2 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8b233c77 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xc1955a3f ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xcdc29e21 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xd95b0bd7 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xdc983aed ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x110166a2 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x141bc01c iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3a433cbb iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x49cecf1d iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5223b66e iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x73897c1d iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x86e24821 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa4b10640 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa906e467 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xaa7bab8a iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb7f81c21 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc3a53efb iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd03bed8a iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xeaf5f463 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0407fae4 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x07d0543c rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x08728461 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x11c956cc rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x18800f9b rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x454664f5 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4c9b99ea rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5802036d rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x74e0deba rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7fc38615 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x82970505 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x90d288b7 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9b561e22 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9d2f6b39 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa4a3b54a rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc8c87b70 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdf6bc1d3 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe022e306 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xee30ad60 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xef36138c rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf2d46e4c rdma_reject +EXPORT_SYMBOL drivers/input/gameport/gameport 0x18ef0616 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1d76c0c1 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x32cfd564 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x489336fb gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x602cefc9 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb22d4c0f gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xdb15613b gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe63578b2 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf59a0572 gameport_unregister_port +EXPORT_SYMBOL drivers/input/input-polldev 0x8bee728f input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x9510fc2f input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xd4b0091a input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xdcb6697f devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xe6cde175 input_unregister_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x41a2b9ce matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x19c7814d ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x64cb3575 ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0x9056a391 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xb38ebb88 ad714x_disable +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 0xf6ba3e4b cma3000_init +EXPORT_SYMBOL drivers/input/sparse-keymap 0x17261835 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x19726bcb sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x6a5db5ec sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xecaccf04 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf21c7ab3 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf60b2492 sparse_keymap_free +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x05c0119b ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x65e7ced2 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x197f0361 amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x244d215b amd_iommu_init_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x26980257 amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x858bf048 amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x9d627798 amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xc9f2e454 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x15f8863c detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x471b54d6 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x5fee8f11 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x68480d7d capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7163c84f capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x827829c4 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8cf0a9fb capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa6f6199b capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xbc33e1bc capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf132442c capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x2b28c688 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x2e9baf7e b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x309c4591 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x31699bd3 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x32a17e68 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x407c5d2e b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5a1d4cde b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x627c1151 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x6867f9f6 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x752e7a60 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85c3becc b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xad8efb8e b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xcebf7271 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xd1aa4108 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xefdb2b97 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x06b2e20b b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x392fa59d b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x4ea63e34 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x55bef228 t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x6160ab5a b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x79ffec4c b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x869c1f1c b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xb8e66c8c b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xf88f0f29 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x2d848a0b mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x3a147548 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x87703cae mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xd7b3e18c mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xdeb36185 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xdf1bbeff mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x56d49795 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x1d716685 isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x2a6ec7e9 isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x66fb9e7e isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x7bdc8b92 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xaed09ab1 isac_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x13ae068c isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x35d69644 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xd8331435 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03f477fd recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0dd830ff queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0ee3e237 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3f1004e8 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x535d5fce bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5d4b672c bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x62f5f5e3 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x64e35d8a mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x699b1c51 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6e3ae4ee recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x72ab142f create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7bc7bd25 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7c04d3c3 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7d964c91 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9cb206a3 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9f8d4351 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbb32dee6 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbdca8b4e recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc431dbd6 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc44348a0 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc4bc439f mISDN_register_device +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 0xd96fa5e3 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xff45f1dc get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x179380de closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1f529ce8 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0x236da340 closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x2b610ab4 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x440b4830 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x44a37d62 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5b59b856 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7daccb73 bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0x8833b0e8 bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0x8a28159d closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x92370c0b bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa3c5c702 bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xbf7257cf bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca5df778 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xce47a6d9 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd2813054 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdf892351 bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xec6f33d0 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xf0a4872a bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/dm-bufio 0x268682d2 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-log 0x210ee2db dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x2e55e10a dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x8c58a1ec dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xf912289b dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x0a4770d7 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x77465e63 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x7dd66d1d dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x99f1cbb9 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa02ef2f1 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc49c09f7 dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0xc0fdccc3 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x18e45683 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x31960f4a flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x34071f7f flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3fee8aea flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x6261d783 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x749bdda3 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9ed15c4f flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa8f90a6c flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbab18ceb flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xcc2dfc53 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xcd56c211 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd7fbd62d flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd94961c6 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x0b1ba535 btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xfbf88a14 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x4c4bec6d cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x51b1db77 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xb83fb0a8 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xf71bd13c cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xdfb6e60a cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x130268e3 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x429e1803 tveeprom_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x036ffa29 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0c1ea190 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0c651bb2 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x12c05407 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1b680c0c dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1fc8d11f dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2a177d80 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f7f6316 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x398aab01 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4ec1b704 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5a56b8c6 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f08907e dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x61b24322 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6471a73a dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x64bd5dd5 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x64d6d7a9 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7549cf8b dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80ce102a dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x887caf4f dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x89e2b2ea dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8d0df2a1 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x976cd9cb dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa2a65e70 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb68808c3 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbd9aa999 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbe187dfd dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xca4965f1 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcb363e2a dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd06f23db dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd23749e1 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd67a40bf dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe15697bd dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xefcef46b dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf323ebfe dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf3cbb399 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf3f0d581 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb39bc4a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x9c5ad795 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0xea5a6e2d af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0xcfccd5a0 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x1d36d3be atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x015c3a29 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x25ec16ab au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x30bd67b8 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4a0c564a au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5ff7272c au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x65c5d378 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x8b8fee41 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa4379d49 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xcee75fe3 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x90f2aab8 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xae5eddc4 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x370d1ac7 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x8480093f cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0xc6097b3c cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x341472a7 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xb5c3a87d cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0xc392fb7e cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x96b6f432 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xa1375cef cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xa07997bc cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x08e4a420 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x4a3d8c9c dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x963ee67d dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xab391560 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xcc1e78f5 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0c517bad dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1420c7cc dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2430ef73 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x31ccaa3d dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3ef04fa0 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4990dab4 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x69647844 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6e51ce11 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x824d691b dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8a469df5 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb79929dc dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc752883e dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd69c403a dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe969ca30 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe9db9629 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x5bfa0f4b dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x5132ea4a dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x81fdab6c dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xba7fa7a1 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xc70cccf1 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xd35775d5 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xfbdf9dc0 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x2b6b7ff3 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x581c3188 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x5f39ea28 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xd53b6b9c dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x2afced1f dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4325f6d9 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4dab6044 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7ac89c12 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7c854af2 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7f3aac80 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x98abf2fd dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xae670548 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xb99f99de dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc22f6514 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc4078150 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc5eb8e4a dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xcf2c1ce0 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xdd2489fc dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe561b04a dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf62f9b7c dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x17be2ee6 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1cc69df4 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x23c34475 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x33995d13 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x36750cd4 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3f9dafb9 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x4013ec36 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x476049bd dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x5d90b8b4 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6ca1848e dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6d734c8a dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x72643ab4 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8ae53109 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8d6b6ce5 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x991e23f8 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc889f3e6 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xcecee2fd dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe5d32a93 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf2ec1df6 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x26e77000 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x4e25c4c5 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb3865b7d dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc232238b dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc7927d79 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xf693cca9 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x9ebfd8ce drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x9ef7acd7 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x5492efe3 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x6b6b23bf ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x45a9d804 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x2ddc4cff ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xa2225eb2 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xbac356b0 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xe50f3e5b isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x083e11f6 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x3b6847c6 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x9f063ee6 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x21e8e721 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0xa816cda3 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x25164e5e lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x38d020b1 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xa672bba3 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xffa1ab14 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x6c06f7dd lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x457920ed m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0xd3ed7b14 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x85b41aab mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x9e5da538 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xc938f752 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x249178cb mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0xe711e448 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xd2e1adf2 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x4d6c7048 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0xa5f60f66 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x102b3970 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x846f5c0b rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x0f957e04 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x6009b3fa rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xa3d1a6fa rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0xd786a983 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x340d883a s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x3281556d s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xc6afd21e s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xbca4d50e s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x6ec5c609 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x2465fba1 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x5d5203b8 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x4f665bdb stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x127edb6f stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x98ba5a06 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x6c7dda2d stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xbb925e21 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xb7865f24 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x07298799 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xd2eebb1c stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x6f2b71d2 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x44accf1b stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xa27e9973 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x8a5ab8ab stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xae0e5c79 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xbc41d8f1 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xefa4082a tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xfc4b0bc1 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xcf93b8a3 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xea81fe80 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0xe88a7599 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x2f8d04b7 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x78eb9c9c tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x57006c67 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x50eec649 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x41967983 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xe7031852 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x38df2098 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x5370ed26 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x3646e25d ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x3a4db60d zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x72264edb zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x37041054 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x330ce7e8 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x797199e9 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x91e65107 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9210e298 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb745e132 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd1fcb77e flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xdf5acf86 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x17d60c2f bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x35623bbe bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x635417c9 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x6c8adc60 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x56533740 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xacb7db89 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xe0b86d24 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6619f589 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x72b6482a dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x72f9c7f2 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8566fc94 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa6a1f540 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xaf7a1b18 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xbb3d2baf write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe2036857 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe28a1a6f dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xbb348662 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x4e8cfd90 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x86d0d7ed cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xa2f6fafc cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc2d2bcf6 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xee39af18 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x53c3dfdf altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x5cab5997 altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x8024f897 altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +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 0x0648fc43 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x11279f9f cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x2333ddd3 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3d61d256 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3e88a942 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x8756bea7 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x6c14d351 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x7eb3adea vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3ec25d2b cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x590a2859 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x6fd0c49c cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xea3017ec cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x020dcb62 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3ddb2ffc cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3ef06f5c cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4d6bc8ad cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4ec7e81c cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x5e9c2db4 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0a4f269e cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x109c6315 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x12bc98f9 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2e7cac49 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2f7c984b cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x344eefe0 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x39c6a778 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x405872d9 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x427833f7 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x48b84dc7 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4b15e43e cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x52653cc4 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6b510625 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7f0aa1c0 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8210a73f cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8fb89fca cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x92ddfee1 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa46946d3 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb307e736 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc6439578 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd660150b cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe345c4f7 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x31885315 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x42751d57 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x532f73b5 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x692e3e1a ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x722b9b11 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x77618505 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7b0a4fbc ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9190ba91 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb563c123 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc4512ec6 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcfecd4e4 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xdd63b516 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xdf0c43c2 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe33e3e92 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf1b7ced7 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf8cb7ab2 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfda36c5d ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x09d33076 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x132587a0 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2217fbbc saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4345bfe5 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x441f545a saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4e30fee7 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x59f0b302 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x775b173c saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x93868814 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd781c0a6 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf22185f3 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf3d1f06d saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x9a07d313 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x07d00910 videocodec_detach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x399d3d06 videocodec_attach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x60c3e0fa videocodec_register +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xb64f982d videocodec_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x139b3f51 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x43cad6d9 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x63a104d3 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x725d0074 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x8c74b226 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xb47eb32a soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xc58f0f04 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xf5e5d8a2 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xfca25b8e soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x16e59c31 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x275a859d soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xb1debbdf soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xd1b2ba8a soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/radio/tea575x 0x3608e3a4 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x4ca570f6 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x669500dd snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe2b1c60e snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x1083667c lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x26d78eaf lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x65051c95 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x7873e625 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x923c58fc lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xa3fe36aa lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xbabc488e lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xce3f9acf lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/rc-core 0xe5dfbbf5 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xfdcb7a28 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x539df2be fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x8de2f246 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x80cc4bce fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xafd88e4d fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xdf6c163a fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x352dce25 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x6b953b2a max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x3c71cc27 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xaecd95cd mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x5ad10738 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0xbd5d0631 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0xb2605c6a mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x9e747cb3 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0xd79b57e3 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xcb60f6d4 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x43f601af tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x9d9c92dd xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0xbc63efb8 it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x3b182566 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0xcabc3ba6 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x5d05ed47 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xb6c95257 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x38744748 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x8729dae9 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x88a73613 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x923bd091 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x94540729 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa8e02b01 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xaf75bce0 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd9b72e07 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf934d411 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x7461e1d8 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x7632ed5d usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8204f6e6 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x91b182c9 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x9482afed dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xa1f18f94 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xb359f02f dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xbd666e1a 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 0x364c4a6f dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x63f7a73b dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x66bb569f dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x6e54a74b dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8bb35f74 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa736c601 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb25c63a0 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xbac0a41b dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd45f2bea dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdc80becc dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xfe1f6323 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x3163746a em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x9d16d183 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x05cee5c6 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x106bd536 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x11b03837 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x423b505d gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4a5d41a5 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x72124a92 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xdf95eeeb gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xfb4eda1e gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x574f4fcd tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x7642a993 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xdfcf4619 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xc1a3f685 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xea64f74f ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x60f341e7 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x98dd0c3e v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xb0e2ab44 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x00e80bf2 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x1b1faf6a videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x1bcf93c2 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x6ca7a105 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xda916aa4 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xdcc0e0d3 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0xc136e1ab vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x014f57ff vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x3ae43ecd vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x7c86b59a vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xb6344ae7 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xe9595b7c vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xfe15a5d2 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x07b11083 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x096df99d v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x12352156 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x14b7870e v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x155f4a4f __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x25293600 v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x257de235 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x26b1d568 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x26b73ea1 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x279f7073 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x280124c8 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2c258d95 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3511e949 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +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 0x3bfad15b v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3c33520b v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3ca54c7a v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x42cf5820 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x467e1d68 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4793c5bf v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4b94201f v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4be79ea9 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4db905e6 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4fabdec5 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4fc1e43c v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x51c8c372 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x51f16df4 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5497b8e9 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5babdac4 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5e55124e v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5f6f1eb4 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6911eac3 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x752496ae v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7bf4a4ed v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x82583978 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x859aafa7 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x85e16e5b v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x87ed9014 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8fd87b27 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x962ea167 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x97f8db3d v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa04fc2e0 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa40b2deb v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa81b3827 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa89a7656 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xab69063c video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb210e042 v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb5e18099 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb94bacdf v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbffd5250 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc1361043 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc200bf06 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc56a38a4 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc733661c __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc7bf2e50 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc8e03cd8 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc8f189c5 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcbaeb92b video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcf18b00e v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb89e755 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe519486c v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xea8b20a2 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeae4c39c v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf05b15b4 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf314e701 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf87db701 v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfd80f48b v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0f27e343 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x28055e54 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x32913bb6 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5c9956ea memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6534011b memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa4c82b73 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb8b0af3a memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc014093c memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xca4fe085 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcfecbb99 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd3e60a7c memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdaf9c28b memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc07e67e memstick_init_req +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0386188f mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0600ec9b mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x08d8025e mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x146f4b27 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x19bc472f mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1c189374 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x203a7ffd mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x326b3b2f mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x41aa7753 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4dfbea9c mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x50e3b1f1 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x563f2382 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6b2adfc1 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x73f0691d mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7a591408 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8fdcb8b2 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaebd5853 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaee8cf00 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbe763854 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbef18c10 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc711f405 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd5978eb5 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd60a520f mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe48296be mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe63cf3e6 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe7884acf mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe9bd53e5 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xec71c359 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf160229e mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x08d1381b mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x16392106 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x16cce7a7 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1ca4e4ca mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1fc1202c mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1ff34afe mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x24dde5cf mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x28666300 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x38286356 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x38e2726a mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x41b3733c mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x49aa3a8e mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4a7027d2 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x51ae04d4 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x61776b03 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6d1151c2 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6f2330e1 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7ea4febb mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x964d0df5 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbb99c85c mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc5e0fc06 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcb0705c1 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd2612132 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd2eef673 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdba28152 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf09a49eb mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf9378efe mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x19967a51 i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2507977a i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3aaa333d i2o_cntxt_list_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4243cc7e i2o_cntxt_list_get_ptr +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x52b65a1e i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x64fe07b1 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x67d9e89f i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6d4e6c11 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6fc1f444 i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7510ba2d i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x870dcef6 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x905f729f i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x970d0f49 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa02c79d6 i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xabda362b i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbdceaeb5 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc5eb1d81 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xde076339 i2o_cntxt_list_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdf394f7d i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe1069487 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe53b9f4f i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xfc41958a i2o_cntxt_list_add +EXPORT_SYMBOL drivers/mfd/cros_ec 0x28fddba5 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0x5447f21b cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0x7e6d68e6 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0xcc4be833 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/cros_ec 0xcdd9eb3f cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x6b4d8fc7 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x763dfc0f pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0a5c9b2b mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0ad0358b mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2a82ac75 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x555c0608 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x78d42948 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7941f8a0 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x86bb5ff1 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc9547694 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xce5611bb mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xdb328c64 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xdfe83947 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xecee2c31 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf26980ff mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/tps6105x 0x26dadce3 tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x2a9f47a2 tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0xe74f9ec8 tps6105x_mask_and_set +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/misc/ad525x_dpot 0x303f9530 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xaecd05d2 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x84103d8c altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0xc517f423 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xea5af99f c2port_device_register +EXPORT_SYMBOL drivers/misc/ioc4 0x48e074d5 ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0x9a198e33 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x17f6c938 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x609699ed tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x6f320019 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x72d44904 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x841d86fa tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x9656392e tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xa75ca8b6 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xa77fb46f tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xa8c2ec46 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0xbb61d05f tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xd9eb5c3e tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xe4709a02 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xff471d95 tifm_alloc_adapter +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0xcc483947 mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x0e733500 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x609d8384 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x9d6e239e cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x5a619101 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x6d906b44 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x86ab0c9b unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xd60d9dd6 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x16007e82 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x530cb333 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x888b3b67 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x8e7d9375 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xc2cf5316 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0x70829ce7 denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0x944ee915 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x27b4c016 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0xc0457daa nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0xc1ee1dd2 nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xd5d1b2a1 nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xd8044dac nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0xda93982e nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x7c0f5820 nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xc3338035 nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xebc74994 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x70b70a9c nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xa54764d4 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x2f24a986 onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x4a468545 flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x93a28cc5 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xf6a88d42 onenand_addr +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x08ca7ab3 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2d2fde06 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x392f0249 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4852a344 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6080fae5 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa0c2bcb7 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc989bd62 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd2a7bb82 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xdd8cf1f0 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xddf22fbc arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x02c77529 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x4acb4e4f com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x956c3f95 com20020_found +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1efb1f31 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x420d5c98 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4971e05c ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x649cbfd7 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x91e20950 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa7d62a7d ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb4c9fff2 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd1127114 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd4923918 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf19f2162 ei_open +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x9e4ef23e bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xb65799af cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0c6a450d dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1cac4dfa cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2568efef t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x37a6147e cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3cb1a73f t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x74ba627d cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8cc4a565 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9601790f cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9c02efd8 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc3ed2e8a cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc56aec4d t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd02da4c6 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd512d908 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe74d8ef7 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf30eadf4 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf4d1241f cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f86ce0b cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1005e960 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x11575e53 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x228083e7 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x23cd5829 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x47d7de64 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x48f0e04a cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4a67a98e cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4cc40998 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4d5f7673 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x58bf015a cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x655a3d23 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x65afb6f9 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67408ceb cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6fffca5a cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7b301378 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7b5ea09b cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7c090f86 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa32b9b5b cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa395286a cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa6ed1cd3 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc31b6064 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc46f7008 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc54f2c8f cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcf1ca6a5 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe1577c05 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe46d7fc5 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xea8098ab cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x25b51108 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xbe133a35 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf1479cd5 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x3b334c36 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x5bb08ccd be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03c7b542 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cf29d81 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a9d6b73 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a83cc9b mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42ebd956 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x467fd43c mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a0e8e24 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51205b6b mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55ff763d mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63339242 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6beb9c8f mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x767bf037 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x768e9105 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7eae69eb mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x859c0f53 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa392b653 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa39fe923 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5abae56 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd2a594c mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc197d80f mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcbbbe8ba mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3339012 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde6a4bcc mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0e425f9 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8a3e35c mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffb026ec mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b25dfbf mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1093bb18 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25340d4b mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a4e7de3 mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e0e9eb7 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37810ceb mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3aafd15b mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b47c607 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f57e6bf mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41961c02 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48d669a8 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4baabd14 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51f77295 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x557e6019 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58581f8f mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59467b14 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f73b21b mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7df2049d mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8fe21087 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95962950 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1dbec1d mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8cece8f mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac4294aa mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc40ca107 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcbd2b99f mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdbe548b1 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde9d9c15 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xedc1d4df mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6dacce8 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x1353b6d1 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x42cbaecf hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x73676abf hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x9653f8e3 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xc7097fe1 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x2bdebd57 irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x2c95d15d irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x304a6677 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x41297c64 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x8fc2be8d sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb7ded8e7 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xbbc89bcf sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xc4ff345b sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe1eed2c3 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xf413e8fa sirdev_write_complete +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x36e8a142 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x909959ea mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0xb7f7a22c mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0xc72293b9 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0xcfb0dc7c generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0xef16733f mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xf37a174c mii_check_link +EXPORT_SYMBOL drivers/net/mii 0xfb82adfc mii_check_gmii_support +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xb9e6e98b alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xcb4bbd3c free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0x93e0fc56 vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x9576c803 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xd1175ebb pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xdbcb15ef register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x8dae73dd sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x086c39d0 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x0d8076d7 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x56173644 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x60abdffe team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x815b052d team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xa2465629 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xcb5a1e08 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xe2eacf21 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/usb/usbnet 0x1bb82f03 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xafd5b812 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xd636b13c usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x08fbefb0 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x23b0857c attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x28e22842 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x45407242 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6b9a52e0 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8335ed6a unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x97d0d09d detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xbe7ce98f unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe8f4e44e hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe9687926 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf80c5eda hdlc_close +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x6203c40b i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x073f1d90 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x57512300 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xf21852d8 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0840aa67 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x093244b5 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3f79a34c ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3f81702d dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5ce09a5f ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5d550f55 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5feb5e98 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6a197ca0 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9d7c12d6 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd04273f4 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xebcf561f ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xecfc280f ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x01e54f77 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x058661e0 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0e93dc67 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x249a05ef ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x45d4a774 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbc6ac536 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x03573702 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x29033fd2 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x53c6800f ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5703ddfe ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x62e003ca ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6aed6f2b ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x7b0407b8 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x84b5a008 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x865f3502 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf44b0e62 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a1a5e9a ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x29551d80 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x30562695 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x33aeb5a6 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x391f9a77 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x47df6656 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4a6811c2 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x57e11c7b ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5dc9571c ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x765ba63d ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7c036622 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x947e78b9 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9d94a96a ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9f84e31b ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xaf6bda68 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc4eb471c ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd8f9d7f1 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xee3752ed ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02b3d582 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x05735e91 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x05f94ddc ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07a59d8e ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08679f70 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08cb53a9 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x091e5980 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0b7ef45c ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10eb1a89 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x157153c0 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15b108e4 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a89410f ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d19fc74 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1dcd2a7b ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20e5550b ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x22ece2bb ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2415065d ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2673f8dd ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27de7b5d ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a7ad3a9 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2bcb515b ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f422e6a ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30ebd83d ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x329bcd7b ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32dd52a2 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x338196bc ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36664ce9 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a57beeb ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c481c9e ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d512cbe ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e6e2fc3 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x405ec0d6 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4149114d ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4186c3d4 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x421fde85 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42eaa161 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a0a2c6d ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bab3d0c ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c118e97 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c6e1e49 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4cf008c8 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f06795b ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f699bde ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x558552b7 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55ec32de ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x591fcef7 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e4a38b0 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f982da3 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x614ffd08 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64e31a4b ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x67a222ae ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68662026 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68ccbece ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x69f95871 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x719eb4a2 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73272bf9 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a7f8606 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7fd255ff ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8138e33e ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8444af33 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x84e04ced ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c51c87d ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9066f38b ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91b24c52 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95d4542a ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95eeb77e ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x97568900 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x99979104 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x99da3d0e ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e1be487 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e9c8c44 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa0fa75de ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5a9a5a9 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa61e0abb ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa8af6284 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9db4794 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaa349ed1 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xac4d7709 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0500dca ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb13cc061 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb1ae7f2b ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb617f6c7 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc088692 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcbcb8995 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce62aa2f ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xceb830a8 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd018e860 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd35626b9 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6607efb ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9ec9b33 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf33fa02 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfcefce7 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe9b359a8 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea70b48f ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeda864be ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf039a2fc ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6b6ab26 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6d296ac ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8a8fd99 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8fd0ee0 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa959035 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb64171e ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff2a7dd3 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/atmel 0x7e024b2e init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xb1906728 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0xfc26062e stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x0367f28b brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x0bebcde2 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1771c820 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x2a604f79 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x66afb328 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x6d2763f2 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x877ee267 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x94bb9e01 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xab94c9d5 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xb6568692 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xcbeb889b brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd6172106 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xf3ba73f3 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x100fa4c7 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1638ee25 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1723ac32 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3f04a175 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4c6fe85d hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x50d94e8c hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x542c48c7 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5edb1dba hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6cc669f9 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6d238979 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x71a42bd2 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7286f93f hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7eb92826 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x914262d9 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x924a3b27 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x92de4c5c hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa281a710 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa3dfb036 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa79050a9 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xadd7f9da hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xca5d4c30 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xda2fa9d7 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xee55312a hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf36c540f hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf94e4c47 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xfd205f13 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x04982ac2 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0db117e6 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0edeccb1 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x14a63a7d libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1d15ca3f libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x21476075 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x240a74fa libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x330b5265 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3f5dcb25 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x410edbd3 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x69ccd711 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9147ea53 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa1d52ff9 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xade0ddb3 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb606dc38 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb8046ab8 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb9dbc0be libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xbfdfff39 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xcc3d1d92 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xcd6d448d libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd591df91 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x027af227 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x029a67d9 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x06f13b52 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x07b05568 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x088f07b3 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x107f9d73 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1097c9a0 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x18ca5e3d il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1bf849d1 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1c140996 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1f15082d il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1f3977ef il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1f5807b8 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2523d7cb il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2a474b32 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2ba1ee39 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x30234c5a il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x327073e0 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x34840116 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x34aaa1be il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3525601d il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3f14469f il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3f78556e il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3fc8a168 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x401f61c7 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x41514234 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x421ed395 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x422f596f il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4bf6471a il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x547141ee il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x595b6dba il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x59747f84 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x59849b21 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5a6a4cb3 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5de061a4 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68f87b99 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6a82a148 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6b4ec304 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6be254b4 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6be2f71a il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x70e606ef il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x72216c42 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x72233fe4 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x725ef336 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x786af469 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7b56a1f3 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7cefe60e il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7f11179d il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8193b5c1 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x861f9b92 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8a543b7e il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8cf81c45 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x93ad493a il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x94844321 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x94e3cb52 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x982cfbd9 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9d8c2a9f il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9fad41d8 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9fd0244b il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa06aa140 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa395d894 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa76795f2 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa9e7ac90 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb0533c7d il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb0f92510 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb33c951c il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb3a4b5a5 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbdf57c12 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbf1123b7 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbfcfe619 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39c2521 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc528a294 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc569f995 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc5741367 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc8505190 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc919eb48 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcd065f33 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcff7035a il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd22cf401 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd257cb90 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xda66d5de _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf97626f il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe3c1c236 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe3fbd083 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe66e2b4b il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe79f8bdf il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe81a3afa il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe8f54469 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xecc28ae0 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xee7f1639 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xee9c5595 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xeede2d1d il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xef3c97a0 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf03a51b9 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf3d8432e il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfc1e6a2d il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfd8d24a4 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfdbb0d41 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08dd8699 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0c50fa2b __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x1ecc5465 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x2f7b7e55 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x3b9d00d6 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x675bcb86 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x779dd6f5 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x85c1bb84 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8de37664 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x954eb7a7 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x963a6f8a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb8f7026f __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe2dcc8de __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf9ec6bdd __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x09c981f8 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0ae5340f orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x19985840 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3ffe028f alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4a13c984 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4c6f47f9 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4f13c535 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5b1452d1 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5b1e334d orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x6c8453a2 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x6ca154ab __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa150c498 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb54a2c4f orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xbe9c8681 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xcdaaffac orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xdb0cbd65 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe91e0a16 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0xb12fdf6f rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x053c5411 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x073a2c2d _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x077f3f33 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2eeecc20 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x31120c03 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x34ec03c3 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3a88aa6a rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3e8e6236 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x40ceebe2 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x41d6ad02 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x435a8f07 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x443e95eb _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4cd6d96f rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x594f873a rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x615569c1 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x69ab1bed rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6aa520f3 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x755edcae rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x76b38cce rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x81cf31e3 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x84baeee6 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9ba2de3a rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9e96287c rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9ec8415b rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa8f05171 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa8fc3e6a rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa95270a7 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xab86aa9d rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb2f89a8b _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb315d01e rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb46f9f5f _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb64a986d _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcf4efe34 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd2c56046 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd9087555 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdd6519cb rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdf554c23 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe2766f05 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe8a8bc35 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf3f626be rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf9092e0f rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x4fc1739f rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x6d508b9f rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xf798f698 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xfe8c76dd rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x07db4fdf rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x0ee88ebc rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x69acae0f rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x7cca9e9e rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x044f76d1 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0474a299 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x18c1f000 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x30a68f8a rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x347ac427 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x368fd4cb efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x36f8462a rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3968003f rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x51493548 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5c66ee9e rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x61722ffc rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6fab8f84 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9985a6f7 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa1e96351 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa8bc0c40 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb015f3c5 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbe97b2bc rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc0f78b01 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc738d344 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdba57444 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf0e257a6 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf12e26b2 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xfba2b5ff rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x1be576f2 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x2cd1b65d wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x8b322f96 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xb929003d wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/nfc/microread/microread 0x16a25336 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x210da315 microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x3885d807 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x5820258f pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x19831f10 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xa4733266 st21nfca_hci_remove +EXPORT_SYMBOL drivers/parport/parport 0x110b25f5 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x1f4f0fa1 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x204d0658 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x2243eae1 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x25d57ba3 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x2fcfd6ce parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x31003442 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x3a4c8454 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x6292bd85 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x66f33562 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x6e266ba9 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x7027b439 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x81b6679a parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x8d33b70a parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x8e7b60fa parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x93c3b589 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xacdc1c23 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xaefdaf84 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xb4274a6f parport_release +EXPORT_SYMBOL drivers/parport/parport 0xbe6d9382 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xc6f4c04c parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xc91658a2 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xcceb0cd1 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xdb97eba4 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0xdc575081 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xdfe40d6c parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xeb74adfe parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xefe76972 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xfbf75e4c parport_claim +EXPORT_SYMBOL drivers/parport/parport 0xffdb0108 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport_pc 0x27786f08 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x5f072b64 parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x03e24e24 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0921c5d7 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0ab7fcd5 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x308c36c9 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3d2246eb pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5b5b4257 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6bf8502a pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x80d50fe5 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x89bf61b8 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8c0092e1 pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa594c304 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xaf065104 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbbef39c0 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbc21a701 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc837434d pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd38707eb pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe0133b06 __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe15ddd2a pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe4e1eead pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x082fb17c pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0ad1f88e pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0b6f60b6 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x502dcb94 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x50313ea4 pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x768d54cb pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc6bc014e pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe24d1be4 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf4775178 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xfc0a7d7c pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xfeb2e836 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x135e48c7 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x90b126c3 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0x5bb1e117 sony_pic_camera_command +EXPORT_SYMBOL drivers/pps/pps_core 0x29bbf42c pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0x6bf8f522 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0x709b9253 pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0xe144bfe7 pps_unregister_source +EXPORT_SYMBOL drivers/ptp/ptp 0x0e07c944 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0x2674e77c ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0x531e9222 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0xaaaa37f6 ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0xec4caffa ptp_clock_register +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x1bf1d873 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x20ab5ecc rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x32ba229f rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x41724a29 rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x4d1a43d0 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xad9be34c rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xb6e16623 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xdec33e26 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xf6b76e25 rproc_report_crash +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0e89b75c fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x40860773 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4870b3cd fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x75a4b7cc fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x77e8d08b fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9638d5a3 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbd694264 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbfe49e20 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd1fd3e5e fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xdfb847ed fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe8bf75ad fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfea526a7 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x05f4ca2e fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x06b2f9e8 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x12a0a47d fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x12daa209 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1b7b491e _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1ea1cb38 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x269ff8d1 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2721d4b0 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x28bf699a fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2cdc4e12 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2ffcba2c fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x35196561 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x379d1ee1 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3a464c54 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4524b967 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ee2123a fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x50c52f73 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5282b303 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x53a06c36 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x542aa316 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x55de1f7a fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x64ae7d16 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x64ffb05a fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x68a8f3ba fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6c4abd85 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7294ee11 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7b6ae6a1 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c7e8d9c fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7d02eb3b fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x80e736b8 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x85d4f294 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x89f26e35 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x92d9d14c fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x95da2e46 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9bd5c673 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa44b0e04 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb1c1b6ee fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb83d9b01 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb97d0bee fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbdb43fd8 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc8e82af9 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcae9f994 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcd836998 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcf210460 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd1ba91ea fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9ac8d83 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe70a3325 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe9406736 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xeec310d0 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf9e5318a fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa251d18 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfd21dbec fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x10501c72 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x329f84d7 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4129a195 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xead01f10 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x37167a05 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x07ec9357 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1717d08c osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x288325e2 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x39325bda osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x40723332 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x45fa73b2 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x49b4c7d1 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4fab7ff9 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x56846ad4 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x584fa984 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5a9bbca2 osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x62c33f80 osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x786d42c6 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7ba249cf osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7c822b5f osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8a087b68 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x90ad2a18 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x97bca34a osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9f7c6548 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa7d6b774 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa90babee osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xaaa7342a osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xad7be47d osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb133bd20 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb3288060 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xba8c4b69 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xca7296bf osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcdc52805 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd8df4ff1 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdb5a93b1 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdf2242a5 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xec8fb58b osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xecb52aad osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf4db9ee3 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf77aa7cf osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xfcfb9050 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/osd 0x3bbca39c osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0x4305ac53 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x58039e58 osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x608e2fa3 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0x81c4704c osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xeaef8aaa osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x289e2c1d qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2d380830 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x424d37a4 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x70e2a4d4 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7a6f37ff qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9c741725 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa4b2f339 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xad297343 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb68e9798 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc91ee50b qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd41609ff qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x05011aca qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x70d6dc26 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x778c579b qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x888bb9fc qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xa946c3a5 qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xcb2767b1 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 0x78833828 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x7961c5a4 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xe2d5e756 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x07344003 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x08a9eaa6 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1568412e fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x186d7a66 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5a46fda8 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5f460c57 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x62302463 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x70f94650 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x82a1c09e fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb8159cec fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbed8a969 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd7a2dfe9 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xef82c4a9 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x092aa8b6 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1ae3a984 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x333bf505 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3352af21 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3431af02 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x54a00f17 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5ad5d609 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6416e450 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x695661d7 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6a2db05e sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x827d682e sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x876d2178 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8fbd123c scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x95375d42 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x96ac3606 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa05232c0 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa35ce2c8 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xac2e5893 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb72f2f75 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc8c8cbe8 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcdd130f6 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd6baf4e7 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd9a8191d sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe29e1c88 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe37884ec sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xeda4a739 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf1532403 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfa5a4723 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x012aa02c spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3025d7ef spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xc5962236 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd8a7d03e spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf1c9b04c spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x629c05e6 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x816cb586 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xc42cec16 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xfbd11744 srp_rport_get +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x31daceb6 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x670353b2 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x7c4d6d77 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x0805d6ed ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x14f4abe4 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x22de9e5c ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x2b1a935e ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x32e8a13c ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x3e350e6e ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x48f867d8 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x5a80ba9a __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x5dab51d3 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x5daff812 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x6cb0b176 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x6d9d2d72 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x8aecdbdd ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x8c4979af ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x9078de09 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x96eaccd5 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xb5f2cfe2 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xbfd1d505 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd32d321a ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe169d9bb ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xef29f682 ssb_dma_translation +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xb65fb3b6 fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xfe6c2ce1 fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xc53f4d16 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x21ff9357 ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xb9f0f053 ade7854_remove +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0264d470 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0363b57a lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0b12ce79 lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1ad8b600 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2b84fa73 lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3b3afc54 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5f94e933 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5ff7763f lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6215edbf lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x72b83c3f lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x79f90690 lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x88d18fb9 lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9aec2430 lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa3d61f8d lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8819f94 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba9e2f94 the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xc3c9a06c lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xdf7ee16f lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf62fa03b lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x3b505433 seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x5d6bfc2b seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x70b3b31a client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x90b72539 client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x9f42081a seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xea98f143 seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xf99a1d00 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x0728e00f fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x1792fbf3 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x211b5da4 fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x30bae1c3 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x82533ef5 fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xe0ecada6 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xf4378cb7 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0066e86e cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0318ea98 cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0eb410a2 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0ee91bf5 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x11be2f77 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x127b7c5e cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12cd873d cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x15e6a972 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x18046adc cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1b3614fc cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1f709ebd cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x20e8ba1e cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2143ceb7 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x24f39469 cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2530cbac libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x26b80c60 cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27d67f9f libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2da017ea cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31a4294d cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x346b9d41 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x35375fde cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x361e82d4 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x37712eca upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x390ed46c cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x396f6b4f cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d2cce75 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3fe13eaa cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x450b70ab upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x452a302c cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x476472c4 libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4889bd2d cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a990e0e upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4ae500f8 add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4e2ce2f0 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4e8fbec5 cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50bca709 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5162eb5a cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x56a518ce cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x59f95db2 cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5a91468e cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5aee0169 cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5bb6c87e cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c58abc1 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d655232 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x60ec297c cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62b9cb2e cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6326638a cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c07f0c0 cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6d488b9f upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6deb2df3 cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6ff30ab1 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72cbaaa3 cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x762aeb1c libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7a15eadf libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b24c012 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7bf23e6e libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d11d8ec cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e0bd9c1 cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e7b8175 cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7f99ddb6 cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x85965587 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8840f591 cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c500d25 cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x918b0dad upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x994ac27f cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9aa2778c cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9e420643 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f3235a8 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa0650897 cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa21170df upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa67b237e cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa7f92ca4 cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb4e48237 cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb6ccb5b9 libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb7264b50 cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbb477eb5 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbb972619 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc217c289 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc6105f38 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc61b2039 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc838f7dc libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccd9aa58 cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd8151a69 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdaf50507 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdfecb98d cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe5c5e952 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe9407ef2 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xea411f63 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeaad08fe cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeb4913fd cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xef1abcf6 cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xef66c80b cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf1872998 cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf9ea3cca libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfb67024b cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfc4c70a2 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x21afd244 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x9ec3dff9 ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xf2538c2e ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xfb7d96d4 ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x1c444555 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x2d84506a lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x8e42af98 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x90acc9bb lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xd41fce4d lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xde890163 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x0eee12c9 push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x1ad6653f fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x26eb0541 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x5501feae fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x5d135475 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x6c70a6a0 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x6cfccc8e lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x7080ede1 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x793fd5c4 lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xbc0ca732 fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xd0591c84 lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xf53861f8 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00cfc0f1 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0319d7af lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x034ab486 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03587ac0 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0483bf5a local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0530fb28 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x059a7810 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05a48526 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05d25186 lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05d61740 dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05f44cfa lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x065b3519 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06992fac llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07cf1624 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0857fb27 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08a89706 class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08cf54fd lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x091a9ecf llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a3866d0 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a7658ba class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0afcfa32 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0afea806 cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b700068 cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b8a44d9 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cdffc88 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d81acd9 lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e2c528f class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e5d5e08 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10afc0bd class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11df2886 lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x123e5b5b dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12a3196d cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13aff5ef lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x144f2c99 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14c7197f cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x153f8570 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x155dfe70 capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x164bd3d8 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1720607f lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x178a5786 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x18192242 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x192df949 dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19a590dc cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19a7e598 llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a1e6933 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a330b44 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a40b475 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b8b7411 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1bb9100d lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c67d2ce lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ce1ddb2 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1da48212 class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e867d8b llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ee3c682 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f3bb64c cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21b05a34 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21c74a39 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x22a00c43 llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x237d2671 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x24eaa4f3 llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x252b7ce2 lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25f7f2c5 cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26218007 class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x262deb92 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26ca5a6b class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26df48fb cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x270519a8 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x286403cf cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x28b6416d cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x29e77c44 cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a7785b7 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ba8b72f cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c3f5889 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d4d88e8 cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d77be31 lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2da4152b cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e8f3365 cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e927734 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f407d43 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f4b209e lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3075ecb4 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x316f0c94 local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32ba7a38 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x332ad019 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33318ed9 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33c151e3 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33ceaa71 obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3462012a lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35b457e7 cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x372c4697 cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37deb78f llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x385d7d4e class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3882755d lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x394b55c0 lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x398d80eb dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b6dba63 cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b9006b4 lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c0c1256 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c5c5281 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c7b3279 class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3cb2e06d cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d63bd49 cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eab7bfe LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ee67315 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4081127a cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41172bd8 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x416513b5 lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41ba6e64 cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41f15972 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x425d1e6c cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x429a687d lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x431d3719 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x439cc91d cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43cb1ae7 dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44381593 cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x452f559a lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x463b635d lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46495486 lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x483e5aed class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48a59260 lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49d07e53 cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a3b3e90 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a47a745 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b35fa30 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ba05cc2 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ba1bc8c lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bedc0ba obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c190aad lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c4c700b obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4cf4beb5 lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d1513ca cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d666003 capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4dd28424 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4dd37e6f cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f39b4a7 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x500549fd cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50091ee8 dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50bb44c9 cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50fd1b20 cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5165ba29 class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51c80ad5 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51fd3034 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5202f8d8 lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x522a321a cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5235931a cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52701a72 cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x53cc65e7 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x541a80f7 cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54e6f4fa class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x555eb223 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55ac8821 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55e09ef1 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55f429fe cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x562d4311 cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x582b013d dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x582e98c9 llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x585f8779 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58b44733 cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58cd4090 cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59519386 cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x597c0cfa cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a5a953b lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b39aaca lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c90d42d class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cf97f24 class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d9b9907 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5eb1b2bb lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ec42bd0 lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ec7eb80 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f167c38 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6025498e llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60721914 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60c21921 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61c23e76 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x632084f2 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64460276 dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65122234 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65682cd3 cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6573802e lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x66ccb648 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x675244fa dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x682dcc33 llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68921bd7 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6893e794 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68d8bf9e dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69e3f52c lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6aafbf28 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c281736 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d0d9fd4 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d544c50 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6db70cd4 cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e2a1fd4 cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f322ff0 obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7010722c llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70363916 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x705f89c7 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x706e19bd lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70aa9b76 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70bf2fa2 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70e23cef lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70ed77e8 lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x719676c3 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x726e5a59 llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x727558c2 cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x753309ba cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75881400 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x768d45e1 lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76aa1759 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76b38e18 lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76b5cf3b class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x779834b4 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x779c8814 cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x783e4364 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a135e29 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a426eb4 lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a96f1e9 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7aa8cfad lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b8cc10b capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7cc1b401 lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d2a0d75 cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d5c88b7 cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7dd17fd6 cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ee93b83 class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f7d7cd9 lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe0d127 dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8054754a cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x809c8e21 cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc42ff cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x817c40ab lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8190b6ee obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81a703c2 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82b0df7c cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831367b3 cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831a26f9 class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x835850ba class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x836100c3 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x842fd8fe cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84f256dd lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8503c454 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8565ae95 dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85a2c300 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85d6484a lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x86cdd1fa lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87d3733b lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88cf472b capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89fb750b llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a3a7ca2 lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b599c3f lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8bc8bbf5 cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8be62686 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c3d0686 cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8cd80fa6 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e10e6d6 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ed99094 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ef7a781 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f1e6587 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f1f271f lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9055fcfa dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9235a1d3 local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92857ac6 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93e5c05a cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94f5a033 llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x954cbb41 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ef3b27 lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x961159b0 class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9665e20a cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x968a4466 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x969f9cc7 lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97f21da9 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x981aad7a llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x986c742e cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x994561ad cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9965105a cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a3ce2e2 cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9bf2cf21 llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c22e561 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9deee7dc cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dffecdb lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e30affc cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa01505b1 class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa034e2e1 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa27924f5 lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3037d9a obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa34136f6 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3418bf8 llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa37b1cbe class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3b61498 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4977c7b llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa510bb04 lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa625dca0 llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6d5854a cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6f728de obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa73f7538 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7fecadb llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa86f8bbe lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa922313a lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa9274b7f lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa0681f3 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab0cd031 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab6727f7 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab874bb7 cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacb838a3 lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad4b0fe6 class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xadcc41ff llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xadea66ba lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae5f2397 lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaef8171c cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf106608 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf3c127e class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf3e4ce6 dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xafa2183f llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0bb7485 dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb10cd985 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb12c3d39 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1437492 llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb15264a0 cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1873a7c lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb25fcd0d lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb28f2c93 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb2aeca3e lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb2f5eb29 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb30944e0 cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb418a9bc cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb463d6c9 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4733ccd obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4b50b42 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5001f9e llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5141ed2 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb53312da lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb55622e5 cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5ac0cc2 lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5eef64b dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5f10dfc cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb611a3f3 lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb635af9e dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb64ff22e cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8d86819 lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb9e515fe cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba1994e8 cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbaf9f34e cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbbda0e34 lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbbe7ba47 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbea731d1 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfa7d1ab cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0394d13 lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc04e3b1d lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc058d2d5 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0a99c12 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0f0183a cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc18d06cf lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc24df4fb obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2b0e9b7 cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc30e569a cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc33ad798 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3ab80ce local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc40a77be cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc41f7c69 obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4b6f191 class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc51a8ba6 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc55ac40c cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc625c622 lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6310ab8 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc79c0599 lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc7ac2755 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc7efe8d7 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9799f82 dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca29a97b lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca99eeba lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb47f410 cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb8f24db cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcce7c5b9 cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd2d4188 cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcdf5c485 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcec1f444 dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcec9b2eb cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcee393f2 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd25a4cab llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd326b7d8 class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd39cb02f cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3b7dc82 lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd44c06d1 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd45eed33 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd4c83831 lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd56437cf llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd57f6ae2 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd618ec29 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7b31d80 dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9d9b264 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9f35906 lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda2af869 class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc2e5b26 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc9c0270 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde2d0046 cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde76dd60 class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe0c2024b cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2a557fe cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe51d4865 cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe53b0d7c lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe61763b0 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe61d7f8f cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe63e4a0b lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe681f89d lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6857ba6 cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe68b4dc3 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe79de836 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe80cb93d lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea26db50 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea5b7a09 cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb623309 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb70edce cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xecb5990f obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed08bcf4 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed2f34c4 lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee297783 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee8b03e9 llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeef39149 lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef2d6ad2 cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef3f516f class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef4d7398 local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef71da9f lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefda610b cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf043180b cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf113a182 lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf254ba9c cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf29303d3 class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2c02975 dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf35ca668 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3bc5b9d dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf66774a3 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf68e7ed5 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf75899de cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf75a8912 lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8f8d58d cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9518f6d cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf981e4f5 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9f165da local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa8189b3 cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc9e1596 lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0371d7b1 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0547b2b7 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x05937c33 ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x05ddb222 ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07b0bf44 sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09bcc2f5 ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b935e8e ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bd3e5d7 ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10b9e9a6 ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13fffdfe sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1412bb30 ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x162690c7 ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x162e6ee2 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x183b410a ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18935bca sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19f3b89d sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c80a91e ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f4bbf2b ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x224069bb _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2341e982 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24bcc5d5 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x256cb6d8 ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26703aaa ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x270fc242 ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x284e59de sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285dd7d4 ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x28e82b4d sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29bfc956 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2b5edb10 ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2bb144c9 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c1b9a08 req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c2f10f9 ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c3eb598 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d0f06a2 ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d51b391 ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e02d537 __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ee5e101 ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x306103fd sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x309207f6 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x312aa988 req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x32558f0b ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x32e30d9d ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3657434a ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x37c2ebd0 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38519137 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a196120 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b03f9f6 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b0a971e ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c6dd9c6 sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ee4072a ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3eed5b4b req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3efe96a3 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3fc4b0bb sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x40dd61c3 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41b9c4a9 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x435b46b1 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43fddb41 ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43fde155 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x449fb5e0 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x473ea8be ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4abdc06d lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b9a2487 lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4bb940fc ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c8ec098 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4ce55e8f ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4db5be2e ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x504794cb ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50e9bcce req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x512686ac ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52cc92f3 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x532de050 sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5357d3d8 __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x57378973 ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x58cc8388 ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596729b5 ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59bc1d1c ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a1b924b ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b70fd6c ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5bb96f69 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c157410 ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c82be2e sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5dc0fd1a client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e68efd3 ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e9ac45d ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x610c303b ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6175bbb3 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x620736dd client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x620da222 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x67773a4f ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x67e8309c ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x681f27a2 target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x695be17b ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ae60773 ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b9d6c93 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d9b9638 ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e8fc330 ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f8b10a3 ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fd032ac sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x70b839f8 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x71a358f5 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x72e082fe lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x730155c4 ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x751484bf req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x754ff61d ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x755b1116 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x760b528f ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7623e6a5 ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b2b1c3 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76c736ac ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x79b1b923 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x79c077d0 client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x79ebf2b5 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a6c0181 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c72dd8c ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80306b40 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x812641c0 ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x818058fe llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x81bb4fb4 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x82ceb34f req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8506419c ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8527a536 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x854e52c9 sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x864e188e ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8650dcde ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8673f892 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x889ff872 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89428244 ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89871810 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a024395 req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b11dbb2 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b897bdb ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ceede92 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fa247b3 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9034e248 ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91479c91 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91c770dc ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x921a782c ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x92e90f0a llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x94f1e3f3 req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x954f91bb ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x96af5fe0 lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x97266ae7 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x989de8a9 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9964c95a ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b51d355 client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bd71321 ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9cc1a7b8 ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9dd172b3 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ea5a441 ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9f6ba4d7 ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa05d4ac0 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa0df915a lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa1520231 req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa454486f ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa523e767 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa849df0b ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa84f5213 ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa93e0bf8 ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa955aa91 ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaa1e0556 ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaa351ac7 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab57c32f target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab77d45b ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab8e3a27 sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xabe58db4 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xacc82ce1 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf8ab969 ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xafe10a62 lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb208a4f9 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb25e5c8b ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2cd16b5 lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb350eb19 sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68c64d3 ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6f47b2d lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb84c2c33 ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb8a3052c sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbb7943db ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe8c48aa ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbfb7e968 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbfbe8f54 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06e6f2a sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0db4fb7 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2c98e25 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2f59ffe ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc368777d lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc4bd737d ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc4c2f067 ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc59ca664 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc61a2221 ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc67c410a sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb7d6f8f req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1c2211 req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce3a5bfd __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xceeec31a sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf8ffb78 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcfea4436 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2495d72 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2542822 ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd39d8a2d ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd631ffba ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd63be2a8 ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd661b18d sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7876564 ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdda2da8b ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf9b14ba ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdfdbab90 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdfec08ff client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe034e6f8 ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe2e568e9 client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe3a69882 ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe56050f7 req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6fe3c6c ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe77b8c9f req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7d5cde7 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe86d6d97 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe8f36ead ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe8f435d1 sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe9f40081 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xea7234ec req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeaa09080 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec8479d3 do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed628d92 ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xee259d89 lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xee2d15c3 ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf09f9a04 ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf103443c sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1f61a89 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf389b74d sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf549f600 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf6941435 ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfaac54be ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc612ce0 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff0b4583 ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff6c2478 target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x554d7646 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x4639024b go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x4f9037c5 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x5814eeb6 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x6e94627c go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x79cd9a85 go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x8b5db369 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xb2d7c6fb go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xee1adccb go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xff14d565 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0xad5badc7 rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x10f472ea rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1a362b9e rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b5eff56 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b5f9486 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1e1b44d4 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x226a025d notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x23d4ccec Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x27a6595f rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2872ece4 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2ec27412 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x325841c8 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x395153de HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3d2072c4 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4400f4f7 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x49b42eef rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4d729262 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x691d0232 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x72024284 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x74538381 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7609e034 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x78a16e90 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7fdd9c62 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x856198ac rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x88a693f9 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8d868a78 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8e98a8c9 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9805a42d rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x996c1b35 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9b129140 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9d56ff27 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa0580f99 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa78524ea rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa85ad795 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa98cfe9a rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb2d7baca rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb37c665b rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb4c0b3c1 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb697783d dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xba82f685 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1aeafa rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc0fac251 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd0883823 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd7b320d2 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd98acf9c rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xebf34a75 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf00a729b rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf660e07b rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfb81b007 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfe4906e8 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfee1ca8b rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x04a956fc stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x05609af3 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x17e159f3 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x21f30266 stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x27543d56 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2ae9001a stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2cca518a stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2ee4193e stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x32b2a3cf stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4a5d65a4 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4ba73cb9 stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5371f483 stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x58e1d0a5 stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7d8d7942 stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7df914c4 stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x85183fd8 stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x881e0269 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x904a67f0 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x9446414e stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x9aad0485 rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa1d7296c rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb903ff28 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd4fe6be3 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe3b480fe stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe9399132 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xeb3997a1 stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0b0c2e83 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0cf014b2 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1d80d25d ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x307609fa ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x316e55b5 ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3731e99a ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3b871618 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x41ea5bda ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x43ed11ff ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x449e6c4d notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4d504f89 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x514b778f ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x56288c37 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x58231c1b ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5b529537 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x61904ee5 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6773ffa8 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c38fdaf ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6ef91947 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x73c48546 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x74258b92 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7586abbb ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ae06921 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7c1eeb7d SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x81571885 ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8561446b ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x86a9aaee ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8d5435f7 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x98e64c7d IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9bbfc13e DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9cfe2cbd DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa004d977 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa247776a ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xac9ec69b ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xae445a18 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb1a6f7a2 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbac4c55b ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbe763fac ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbf8d0b26 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1f7bae7 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc2db23f0 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc6494ebb ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc6fadf67 ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc7ad9dfd ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcfb55b39 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd6b2e0a0 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xda945116 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdb7a9ce9 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdfda8b34 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe218a8f2 ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe2603662 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf469de74 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf92896a2 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf97ad99b ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfc43b918 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfdf0638c ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x05c8d734 xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x3a33c425 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xc2e2633d xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xcfa96d7d xillybus_init_endpoint +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x035511c5 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x04f67adb iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x05b38943 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x10e25633 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x19790a2a iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1a4c7654 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x247bb902 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x273a804e iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x49adc85a iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5b32b73c iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6ff23e2f iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x727f1a06 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x74e7f7b5 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7dc704bc iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7edd3820 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7ef25209 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f86040d iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x80fcc3e7 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x95f2c190 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa96ede7f iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xafafae7f iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb05e52b6 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd55a1889 iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe4ecf7ec iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe77ec294 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe8ccc97c iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf396cb20 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf3cdd1da iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/target_core_mod 0x010c0b0f core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x023188ba sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x05249ce9 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x08c85f60 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x169fe4f9 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x18c56d44 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e71a774 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x1f10d185 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2196d249 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x23c26049 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0x2579376a transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x312340b6 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x34bf225e transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x383485ec transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x38580c60 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x3868a5e9 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0x3bd74366 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x45507fbe transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x45abe7bc target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x49ac6c07 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4e6c9903 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x4e7a3182 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x582e75b3 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x58d5c5da target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c6d986b transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x5d7a2ddd transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x5dbdb992 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x6085dbbc fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x61ff7889 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x64c265d2 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x66c6457a target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x69b1ee87 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x6a1436de spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d0cb2dd target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x6fd7b041 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x70a4b20f iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x7614057d transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7ad18d24 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7d59daf1 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7db8944c iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e1546e6 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x83d7b01a core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x8706f883 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c011728 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c135505 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c2ea9c6 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x977e841f target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x97fe0270 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x98829121 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x9f6132f7 sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0xa1f1f5f6 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa7e0ce43 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xaaf740f9 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xacf0359c sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xb0653b95 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xb12e68a1 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xb6bc1501 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xbae91f9c target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xbcb0cdcd core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0xbde8f30a target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc5b69160 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xcdd8cb87 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xd3342f34 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd41dc0bb sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0xd45711a2 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xdcf778a7 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xdf8dc73c core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xe5fe7289 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xef0e5831 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf2152dda transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xf219c3da transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0xf450b529 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xfd619f77 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xdb613895 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xa852bc70 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xafccf600 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x06cd1359 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1bfcaeb8 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x23284906 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3b97efdf usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x42c8e0a2 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x6b621b1d usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9d5a7f2f usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xbed0553c usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xcd06b15d usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd46fc59a usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xeb6460fd usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xfe070045 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x04f53510 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xd4f40582 usb_serial_resume +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x2eae4a2a vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x76bd9a5d vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x03e4f484 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x10be7f9d lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xdf5a9cbd lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe09ad0ff 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 0x25f366e7 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xa412f802 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xa8002119 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xabb5ef93 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc01ff7e5 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc17d2035 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd26764a2 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x339bed6a sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0xb538f193 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x7848ec24 sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x3aed94e4 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 0xe6bc5041 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x7e9c6fae matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xc337cbeb matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xecaeeda3 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x306421fb DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x3d541fb2 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xbca875b8 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xd0a15b59 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x0827d2da matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x6e72bfd7 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x1290877a matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x5a0164af matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x78401d8f matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x957ff274 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x5c1942a1 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xb3d53cb6 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x45727b7f matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6adffb67 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x78d22de3 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9bfe6ab0 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xa5c9e748 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x73fe9130 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x5b28cf35 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x79cf3fea w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x81ba0118 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xdc0841ee w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x71bee49f w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xd2dd8ebc w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x77f0c40f w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xce406113 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x2221fefd w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x668a9c22 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x696eb28c w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xfe82a910 w1_unregister_family +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xa78bd894 iTCO_vendor_pre_set_heartbeat +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xb5f20875 iTCO_vendor_pre_keepalive +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc4f657bf iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xdc6effc9 iTCO_vendor_pre_start +EXPORT_SYMBOL fs/configfs/configfs 0x011917f4 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x061c8822 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x21de9773 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x2757a813 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x4da0adbb config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0x516ad91f config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x6db0369d config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x8dd01342 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x8f874ef6 configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xafcc6993 configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0xdeef3fb0 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xe2f8f3c8 config_item_get +EXPORT_SYMBOL fs/exofs/libore 0x0ef80219 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x274eaea7 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x40feb080 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x74dca373 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xb263fa50 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0xc23ea1f1 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0xc90fe710 ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0xd9d7a41d ore_write +EXPORT_SYMBOL fs/exofs/libore 0xf0ba162f ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0xf9523f86 ore_read +EXPORT_SYMBOL fs/fscache/fscache 0x0169a0e6 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x06944c3c __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x11dff008 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x2598730d __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x2be94ad4 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x3081bc4d __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x325bc987 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x3895ddfe __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x3fa75fe5 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0x420e6fb9 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x448e9ac8 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x4e0f1d90 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x5e7f7aca __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x5edc9456 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x6b20b490 fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x6b6ebee3 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x6e53b85e __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x6f82ac96 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x72cd326d fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x769351dd __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x7f1adfb5 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x89d59a81 __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x901089f1 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0xa3baf1e8 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xa7634b90 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xb7fd2e54 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0xb992d719 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xbc8b443c fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0xc03e957e fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xd213a68e __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xd51be9fd fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xe74bdba6 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0xe8aeb126 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xeb0fc85e __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xed230fcf fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xf5364d6c __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0xfcb0fa1c fscache_mark_page_cached +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x2ebe3846 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x45e454ee qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa3b6f77b qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xcdfe124e qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xdd0b5459 qtree_write_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x1a703ba1 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0x6d356209 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x56329ecc crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd09b2cba crc8 +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x10f286c4 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x194becc7 lc_find +EXPORT_SYMBOL lib/lru_cache 0x4d7f2518 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x622ebb2f lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x7b4eaf12 lc_put +EXPORT_SYMBOL lib/lru_cache 0x7e09530f lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x80ced2c3 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x94ffa2c0 lc_del +EXPORT_SYMBOL lib/lru_cache 0x980282cd lc_create +EXPORT_SYMBOL lib/lru_cache 0xa5e0123a lc_set +EXPORT_SYMBOL lib/lru_cache 0xa92f2e09 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xc02130e4 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xd36ace23 lc_get +EXPORT_SYMBOL lib/lru_cache 0xe3416fa3 lc_committed +EXPORT_SYMBOL lib/lru_cache 0xe4dfa0b3 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xf0839fa5 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xfff51583 lc_try_get +EXPORT_SYMBOL lib/lz4/lz4_compress 0x0c222eb5 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x682a23e0 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x8c38311d unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0xbbb8c223 register_8022_client +EXPORT_SYMBOL net/802/p8023 0x2331a97c destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0x9006802e make_8023_client +EXPORT_SYMBOL net/802/psnap 0x7f8b1ee3 register_snap_client +EXPORT_SYMBOL net/802/psnap 0x95ecb633 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x03b5a571 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x08178ffc p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x0f56bdbe p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x28341441 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x2909fe33 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x2a9b2bf6 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x2ebbd7d5 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x319f9d87 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x36f01d3a p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3993adcd p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x3aeaa2d6 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x411591e7 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x428c3138 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x46563aae p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x484d4f78 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x4b8d05f3 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x59961e0f p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x6292a63e p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x6882b595 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x6cb229cb p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x6fea7e5c p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x708130ec p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x762960d7 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x820038a1 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x8244f2d7 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x8daf68fc p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9822906b p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9d35b352 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x9ef316ac p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xaabc7a66 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xada026d9 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb0953546 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xcbb6b682 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xd8ea492c p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xe112c29d p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe75ededf v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xe760397c p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xea8357c3 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xee6f0b22 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf8227d67 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xf860c5f8 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xfd09657e v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/9p/9pnet 0xfd5b8ec1 p9_client_mknod_dotl +EXPORT_SYMBOL net/appletalk/appletalk 0x241678c8 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x3f72380d atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xa708351c atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xd7377ae0 aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x0523941c deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x134dab66 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x2ddfed90 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x3e42a073 atm_charge +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x49614b48 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x53052dde vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x7874497c vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x88d3f1dd atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x8a799695 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x952d5a5f atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb571d22e register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xd0c29066 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xd9b32517 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xebfd667a vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x181f7a34 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x2844a504 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x3d2d0248 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x606b4db9 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x960e6da7 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xb6289b36 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xd8506d7a ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0xee31955c ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xf47178d5 ax25_rebuild_header +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1976957f hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1ba3a7ce bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x243c132d hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x296cc20e hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2a3c446f hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x32cbfaad bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x332c70f6 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x33c7b0f7 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3859adee bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3c21ad30 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x40ef73ab bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4269779d hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x456e5393 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x66986450 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6dedb02b bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x85baa396 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fb76a21 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x98a8ed6a hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9feb8f26 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa068a4a0 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa5e5b7e7 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa86e4f7a hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa8ca2018 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaff8df11 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb0ea2bba hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb13e2878 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb445804a l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb74fd93a bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbdcb4f6d bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc7a326ba bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdad21d34 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe2301afb bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe557b09c hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf5a12e5d bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf8f8dea5 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfbc357ed l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfc7cbe80 l2cap_unregister_user +EXPORT_SYMBOL net/bridge/bridge 0xcd0a0b1f br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x283070cc ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7eba5bc3 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xbf4c9d08 ebt_do_table +EXPORT_SYMBOL net/caif/caif 0x07978aaa 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 0x3710b130 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xb98ed2ca caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xce0d2be2 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0xfe8aa951 get_cfcnfg +EXPORT_SYMBOL net/can/can 0x01f737e2 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x564539fd can_rx_register +EXPORT_SYMBOL net/can/can 0x82f45d1a can_send +EXPORT_SYMBOL net/can/can 0xc0e47d6e can_ioctl +EXPORT_SYMBOL net/can/can 0xcdfdf23f can_proto_register +EXPORT_SYMBOL net/can/can 0xe12606ef can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x005b4a33 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x0349d564 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x07ac7339 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0d61c270 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x102db9f2 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1a58d852 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x1b37eaf8 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x1b761214 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x1c2f7b19 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x235c8f56 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x27cf4391 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x2a7c26c5 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x2b567443 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x2c37b559 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x2e8e1aca ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x30d6fd5e ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x354dc6c9 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x36f547e0 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x3a733b8e osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x3f832b07 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x40478333 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x439f533d ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x4649d9d1 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x48071bfd ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x4a283545 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x4e385a35 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x4f0a2dad ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x4f767f02 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x50d452e3 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x5786bb6d ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x57c5823a ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x59d925a9 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x5c6657b0 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6fcdafef ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x6ff28638 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x7168baf8 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x75ac2b17 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7779c2d0 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x77b06725 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x7acb8992 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x7ec509a4 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x7fca1844 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x81eae1b6 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x83021971 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x869e216a ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x890f3e87 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x899e7bd3 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x89efe0d9 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x8bb6c7fe osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x8f4da36c ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x98dee07a ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9ad78aae ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x9e835919 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0x9fa139ba osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xa424b117 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0xa70132e7 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xa876393c ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xaa4e4f85 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xaca030ab osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xae3ddcda ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb7320ee0 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0xb8e95037 ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0xbaae03e8 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xbebd80ad ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc20a1db7 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xca47065a ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcc657004 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xcfb10295 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0xd1582921 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xdd0bbfa0 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xdd3570f5 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0xdfecc859 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xe2cdeef6 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xe5856291 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xe8a79b3f ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0xed229339 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xed6a1a9f ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xf0c3b611 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xf5774cba ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xf59a5380 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xfd4d5e3d ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xfe2779a4 ceph_osdc_alloc_request +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xd76323b7 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x52d7d29b lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x015c59eb wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x07f17080 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0b2fff1d wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2d19c57c wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3737bfab ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5aa664cc ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x648fef56 wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x8159bd52 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x89642945 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa35cc3a2 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa8b1ce81 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xab196fa2 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xc89bdbc6 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x681e6dc1 ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x34fdc849 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x7f9722d7 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xd0622f25 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x83e5f37a ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb5756d4f ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xc9078f1b ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x1f00922e xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xdf99cdf3 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x20bc1f0c ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf37e74a0 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x506d0ee0 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x64d0fb43 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xfdc39410 ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x614f5664 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x80a2493e xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x068cac90 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xafc88487 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x2bc5f24e ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x59970799 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x6a823d5b ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x7540f809 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x7718975b ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xb674b61c ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xc8c6f744 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xd41a2385 ircomm_data_request +EXPORT_SYMBOL net/irda/irda 0x006ad65e irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x05ab0d36 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x09f58a8b hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0x104fefb6 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x10ff95f8 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x17ad2bbd irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x1d3e69f2 irlap_open +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x26e6b539 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x32e82dae irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x3b6d5f65 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x42a9904d irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x4a0cd9e5 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x4c52969e irlap_close +EXPORT_SYMBOL net/irda/irda 0x5b7aa729 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x615ee918 irias_new_object +EXPORT_SYMBOL net/irda/irda 0x655726ae irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x668cb623 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x66ef7db3 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x69df3a8c irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x76ef9f52 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7a61cff6 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x7dabe31e hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x7fb81606 irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x84d4ef6e irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x86b5f4ce hashbin_delete +EXPORT_SYMBOL net/irda/irda 0x8b69b459 hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x8c86fbcd irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x93367ff3 async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9b33309a irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0xa4548c32 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xaa8016db irttp_dup +EXPORT_SYMBOL net/irda/irda 0xad66e1db hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc310cf21 hashbin_new +EXPORT_SYMBOL net/irda/irda 0xccaf16c1 iriap_open +EXPORT_SYMBOL net/irda/irda 0xd1ae6745 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xd57045a8 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xdf9806b8 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xe3d3301d irda_notify_init +EXPORT_SYMBOL net/irda/irda 0xe7205db0 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0xe8ce3b30 iriap_close +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf9bfd5cd irlmp_open_lsap +EXPORT_SYMBOL net/l2tp/l2tp_core 0x63dec0f5 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x2f85fa1a lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x4041e130 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xaca561ad lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xc7dc65f3 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xd1a92866 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xd99dcc21 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xe3592505 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xedd1e3dc lapb_setparms +EXPORT_SYMBOL net/llc/llc 0x372e88de llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x44bbc0f7 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x5a0f76f1 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x66096a00 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x7337e291 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xaf9be5b6 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xe58712ad llc_sap_open +EXPORT_SYMBOL net/mac80211/mac80211 0x03c253b7 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x04a0567a ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x08a37472 ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x0a756634 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x0ac4fe4a ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x0be4e9e4 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x0f04ba78 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x10554f33 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x1108ad2a rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x11c5d270 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x16f9b4b2 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x18399950 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x18d3ff53 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x18e1e0af ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x24c41cdf ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x25400774 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x29125903 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x2ef90b5b ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x372292d9 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x3f4d6982 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x3fac3c73 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x40778a2e ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x4220f6ee ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x42a6e818 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x5a27101d ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x5bee58a4 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5c3c2f40 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x5cf82e79 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x60917411 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x61edf647 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x663f6baf ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6910c008 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x76113e58 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x78da38a7 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x7ce9ee82 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x7d71b678 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7e49a4fd ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x80721bde ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x83e28988 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x8479f59d ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x85360d16 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x86790a0b __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x86fa9461 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x87ca0cb9 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x89dee721 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x8a2ce465 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x8bd23010 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x8e245f05 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x9f05fe22 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xa0a7d1e3 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xaa5eb657 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xb0647d79 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xb4da9a52 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xb5cd0361 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xb8d7ae53 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xb904377d ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xc365cdc1 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xc3f4aba4 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xcab4a346 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd5fa8d04 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xdd8df3e7 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xec316d13 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xeda5cb34 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xf00c6307 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac802154/mac802154 0x0b7f7aeb ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0x37c345d2 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x54552899 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0x69df7e6d ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x977dce09 ieee802154_free_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0356c550 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0959aceb ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0c89e97b ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x325b9057 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3ccb4893 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x49352d10 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5b42aff4 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5b5b7151 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x61dabd1e ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x77000461 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9be09cca unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbf0a3398 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdac82b14 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf4354009 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x0033aaea nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x952fb658 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xff8f280c __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x15add310 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x1d0a5c78 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x5739f5fa __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xb4a31a4a nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xfcc34a41 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xff4431eb nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x1e0621f4 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x253e8b44 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x5d5f886f xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x6777c4a1 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x756cbe75 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x83b25f91 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xb6df68ae xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xbc29c1dd xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xc699e4dc xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xdd986530 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xebf15bd6 xt_register_match +EXPORT_SYMBOL net/nfc/hci/hci 0x26285d0b nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x27dadb4a nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x3f4ef0ee nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x812dfcdb nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x89376eab nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x9423a07b nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x9cc5ca9c nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xac02974c nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xb8794b45 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xbfbd9fbd nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xc155191d nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xc6a91991 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xc6d2dd13 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xc937090d nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xd7082679 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xe738e023 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xec9c1b98 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0xf4b686ea nfc_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x1ad5c0a2 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x28de3641 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x67bbd995 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x7bb8dc27 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x7e7ad83a nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xaef70b79 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nfc 0x0253b4a3 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x264f5b6e nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x2b7f281d nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x4e560949 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x594a2437 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x60f524d0 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x62a25ff8 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x66145063 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x876d22f8 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x95410708 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x9b17b3c0 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xa26549dd nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xac0d1439 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xc25c534b nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xdef05581 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xeb1fd625 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xeebb4723 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xf25a8018 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xf9641f8a nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xfa431b9a nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xfae5fac9 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x659216a3 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xd2e7daa6 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xddd62983 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xed3ae7a5 nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x13397feb pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x1bbc02de phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x4a56a6b3 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x53d78f78 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x7e2448bd phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xdd4e89bc phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xef140b5f pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xfea06cb7 pn_skb_send +EXPORT_SYMBOL net/rds/rds 0x7505d413 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0c681dd4 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x16945ec2 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x29111c72 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x34d075f5 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7d656176 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x90860696 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x9b117242 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa44433a7 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xaa1b8fd2 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xb90c31fa rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xcb7cb893 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd1087e74 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xdae5a6d9 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xefa3d407 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf41777d4 rxrpc_kernel_send_data +EXPORT_SYMBOL net/sctp/sctp 0x386a1042 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x14bb6bce gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x9247007d gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xcbaa7b06 gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x611e3c86 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x6ae8b738 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x77592b56 xdr_restrict_buflen +EXPORT_SYMBOL net/wimax/wimax 0x00b20b58 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0x99670993 wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x02e8dad9 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x049ef3ac cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x1248f9b2 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x12da6703 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x147a37a3 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x16dafb63 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x18e0c30e freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x247c5167 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x26184b78 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x3260c8e0 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x346489f1 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x347d4fde cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x36789341 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x3aec3c19 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x3ba665b4 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e21b4bf cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x42be8233 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x44823582 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x49fd5c4b cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x4a2d9fb7 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x4d795842 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x5747b4aa cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5ebef946 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x61ba4fbb cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x64b9ff1b cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x687a0d31 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a0d5728 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x6aa0e496 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6e2abb cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0x728096fe cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x77329610 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x782a50a5 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x79b7b860 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x7b53aef6 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f27af8a cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x7f635cd0 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x88d224da cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8aea7a59 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x8b49149b wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x8dd113e3 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x92822c83 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x94779958 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x97c5388b __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9924aab1 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x9ed17399 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x9f149e7f cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xa0bfc0b2 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa4c402bc __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xa63919b8 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xa79bf96b cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xa817ea0f cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xa8dd476e cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xaa6c0d5e regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xb278287e cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xb3833846 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xb80b2814 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xbb61db37 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xbbc7f93d cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xbcdd9d1c cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0xc1ccfa4f ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc945b4d8 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xccfd0a2b cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xcdcd6035 cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd0668e63 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xd2939bae cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xd7a966b5 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdcfc4c0d cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xdd2d0fc8 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xdd86d71f cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xe301115e cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xe30742f0 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe5347026 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf794f83a cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xf9de0837 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xfda24abb cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x1641ec33 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x6dcf6861 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x72f05541 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x98c67ec5 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xcfee6c59 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xe1c86848 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL sound/ac97_bus 0x046c0d8a ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xfd554683 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 0x2247cda9 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 0x32d4666e snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x4c43ae6e snd_seq_kernel_client_enqueue_blocking +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 0xcac0a3be 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 0xfee255e1 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x5e419ab7 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xddd76f6f snd_seq_device_new +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 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x01b82065 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x0d2b74da snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x2ceec35d snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x668570c0 snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7f92860c snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb494afee snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xc7b2b6c2 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe0a50454 snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xcf5ab740 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x05067dd8 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x0e4c4b64 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x10f1cf55 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 0x1ef255db snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x24105813 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2607f832 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x2d56238d snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x2e54537c snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x378170ee snd_info_register +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x42d39e4e snd_card_free +EXPORT_SYMBOL sound/core/snd 0x44b0683d snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x541be74e snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x56d57d3c snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0x5ab67a8a snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x60b61f08 snd_cards +EXPORT_SYMBOL sound/core/snd 0x6b4d7be4 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x76504b5c snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x79831104 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x86ea3350 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x8805cf1d _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0x8ce6ef2a snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x8d1e5c1f snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9070c022 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x970a4bf0 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x986ae787 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x99bdcd0d snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x9b0b3373 snd_get_device +EXPORT_SYMBOL sound/core/snd 0x9b0f4a7a snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xafb1e756 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xb2cc0ac8 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb54c0789 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xb6846f8b snd_device_free +EXPORT_SYMBOL sound/core/snd 0xb6bd4eb0 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xbbd0665e snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xc7fb55e9 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xca5033b1 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xcbb6bd6c snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xccd94a9f snd_device_register +EXPORT_SYMBOL sound/core/snd 0xd4c69e45 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xdb147ee5 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xdd206fde snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xdfb1473d snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xe341653d snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xe34d6439 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xe7d96ca0 snd_card_new +EXPORT_SYMBOL sound/core/snd 0xe8eb5679 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xf981a959 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xfe26539a snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xfe6d23aa snd_component_add +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-hwdep 0x44768681 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0009f54c snd_pcm_hw_refine +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 0x06b310c9 snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x08fdf9e8 snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0x11411352 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x2138acc4 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x27c10e67 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x2886c3ab snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x2a8e4d13 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x310aea42 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x318b709a snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x395788dd snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3c549e57 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x43fc0b10 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x4ba2e03f snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x523bc080 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x55a7f00d snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x56d4571e snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x5898dcba snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x62051444 snd_pcm_lib_write +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 0x6a9cd321 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x6e0e4c8a snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x79d3d6c4 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x7ab43312 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x7d3eedcc snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x7dbd1bb6 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x884fda83 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x8d4fff74 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x90aac07d snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x97377230 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x9968df2c snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x9a13a684 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0xa53a4339 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xb1780adc snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xb4bbd4f5 snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0xb86c1d12 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbae74025 snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0xc1454144 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0xc8ae5acd snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xca34c226 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xcbea0608 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xd1263f4a snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xd5af7067 snd_pcm_sgbuf_ops_page +EXPORT_SYMBOL sound/core/snd-pcm 0xd7bc48c3 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xda72902a snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xdde2aee4 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0xe306b45c snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe773d1be snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0xf148c610 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf403a76d snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0xf468e5b8 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xfafe84bd snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x00d5851a snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x10b3453e snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2eb38225 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5bee4ab9 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x67ed70a5 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x68908346 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6bc11aa7 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6d75f11f snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x77a7ceed snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x828b5bfb snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb38f39d4 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc0929027 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc38f403f snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc3ac6d9f snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xee535cb2 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf55b31e8 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfa848257 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-timer 0x02ce403f snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x0bcfd5ad snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x27e0b762 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x62de6a6a snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x6b5f7bf9 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x84a1e21b snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x86369120 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x8f0b8880 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x90284232 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xc0bb2b0b snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xc2cc9c04 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xf093a410 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xfd4ce6d8 snd_timer_global_register +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x1cce04e7 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 0x22e16aad snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x2acd30eb snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x49f8c441 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4d3ba32f snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5b0db00f snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x92e95d79 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xab082923 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xeedbfb77 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf07352fa snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x0241868b snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x05760da9 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x36a99b0a snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4be3f971 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x714c851e snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8de8b78c snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8e486c25 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc288be04 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc5f41163 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 0x025288c5 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x12afeda2 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1a0cd475 amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1a898f4a amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x22dae092 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x257c4d0a amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2e5c3830 amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x34b1c4ee amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x38873636 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3af985ed snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3d010273 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x531de9a5 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x579d2b82 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6d32224f fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x74cf9214 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8556aec6 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x87d4804d amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x984b01e7 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa52d58c6 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xaab4ba71 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xade8829c fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbd89b61d fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc8b92997 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd402ca01 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd8912689 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe377b805 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xeca8f4be cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf5cfca9c fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf6ed645b cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfcde2ff9 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfdbd292a avc_general_get_sig_fmt +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x36253579 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x48b46afa snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x4ebc1fe5 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc69113d9 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd1647bdb snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf1f48605 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x0ca92ee4 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x15598646 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x16a1639a snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x26cfd223 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x69ad246d snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x8c5e45a3 snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x071bd185 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x2dfeda86 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xc7393244 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xc8079d1e snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc6ca9df9 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xed62094b snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0076c43e snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x2db99dea snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x6687bc6b snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x74d9bf4a snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x98effd1b snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xbd35cd5a snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-i2c 0x1c4572f7 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x2ead6744 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x742859d7 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xe791b770 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xf5254a3f snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xfbc9af33 snd_i2c_device_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x05a457f8 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x05b8f79c snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x09ebfa5f snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x3c40d206 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x465521c3 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x649d9ecc snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x6a120a57 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x958fe4b0 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xea55b845 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xfa6d962c snd_sbdsp_reset +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x03c87d9c snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x069d099c snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x168fbade snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x20bd3e42 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x28a74052 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x294817d5 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x34a63c2f snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9ce5a159 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9f043364 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa63db88d snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb2598e57 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbec44beb snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc5e8d216 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd66f82b6 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdd1b95b9 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf1eb5568 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf78ef98c snd_ac97_mixer +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0x8b1f3a6f hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x0921ffe3 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x51d22a61 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x6379fbb2 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x6ed2db70 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x75b9e1a3 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x896d987b snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb275bd08 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc83cb862 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xde2c3df0 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x75ddc29e snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x92f3de1a snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xe600fb12 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0a7bf6bb oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x15129a94 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x26718a0c oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x292772cc oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3a030f75 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x50cc4285 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x58dba418 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x616d8acb oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6818a785 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6998d095 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x82428458 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x832923ab oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x91ebd016 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa9b541be oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb9944e74 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc8df7db5 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcee7091b oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xda89c137 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdf2fe9df oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf4b11434 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf6f4fd43 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x0e6e8c8d snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x6430e838 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x6f221480 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xdb4897ba snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xe56c1554 snd_trident_free_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x29579b8b process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x2270e064 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x7785dfec register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x79a1101a register_sound_midi +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7eaef92e sound_class +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xa6904a21 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xb484190d register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xeca09485 register_sound_special +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3f4e2c4b snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3f92ef3a 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 0xd24a5533 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe56e3426 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe9172d46 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xf3ba0f7b snd_emux_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0e309871 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2deaf077 __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x550bc697 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9d6d3a2b __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc25ba7b6 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe5acdfbf snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xfa2d4c61 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xfcb8bb60 __snd_util_memblk_new +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x4c3005ae snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x000996a8 x86_hyper_vmware +EXPORT_SYMBOL vmlinux 0x00115b9e scsi_device_get +EXPORT_SYMBOL vmlinux 0x0015f8cd dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x004ab24a blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x0056777a kobject_init +EXPORT_SYMBOL vmlinux 0x0064106a mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x00751ec9 swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x0097661b idr_replace +EXPORT_SYMBOL vmlinux 0x00c0324f security_mmap_file +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x01298a7d get_thermal_instance +EXPORT_SYMBOL vmlinux 0x013f6682 tcf_hash_release +EXPORT_SYMBOL vmlinux 0x01584074 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x015ddbdc wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x01606fe9 get_disk +EXPORT_SYMBOL vmlinux 0x01626956 agp_copy_info +EXPORT_SYMBOL vmlinux 0x017a5ba6 dst_discard_sk +EXPORT_SYMBOL vmlinux 0x0199908e genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x01af895b __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x01e4b5cd unregister_console +EXPORT_SYMBOL vmlinux 0x01e77372 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x01ebc4ec skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x021ba4b2 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x0232af15 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x0246cbd7 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x024bf827 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x0257fdcd pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0276b375 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x02784225 agp_create_memory +EXPORT_SYMBOL vmlinux 0x028d7da7 tso_start +EXPORT_SYMBOL vmlinux 0x029444f0 native_read_tsc +EXPORT_SYMBOL vmlinux 0x029b6778 filp_close +EXPORT_SYMBOL vmlinux 0x02a15cc9 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02d768d1 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x02e335ed devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0x02eca246 cdev_add +EXPORT_SYMBOL vmlinux 0x02efb988 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x02f0d7eb bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x0300399a wireless_send_event +EXPORT_SYMBOL vmlinux 0x0320f2e2 set_bh_page +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0336ea33 phy_disconnect +EXPORT_SYMBOL vmlinux 0x033c8bb8 pci_get_device +EXPORT_SYMBOL vmlinux 0x03498156 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0363f3f9 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036a5f41 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x0373ef7a prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x03776760 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037c7257 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x038f9b8a blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x03a341f5 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03db8187 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x03ebda85 dns_query +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x03febe7d dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x0410a534 write_one_page +EXPORT_SYMBOL vmlinux 0x041a99ca bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x042cadb1 tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x0438085b dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x0440a0e5 make_kprojid +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x04495bc8 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x045f44b8 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x04848930 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x0490407a generic_writepages +EXPORT_SYMBOL vmlinux 0x04922103 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x04927208 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x04c1b648 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04dcc451 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x04e70a0a padata_stop +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04fdfaae ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x053d868a netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x053e6953 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x053eb9c3 register_shrinker +EXPORT_SYMBOL vmlinux 0x0541fa84 rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x054ea741 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0x055c8559 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x0582b638 skb_store_bits +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05a7a673 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x05deae7a deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x0607b027 find_lock_entry +EXPORT_SYMBOL vmlinux 0x0614dabe idr_destroy +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061f4039 acpi_get_table_with_size +EXPORT_SYMBOL vmlinux 0x0622a941 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0648d225 ps2_command +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x067f2506 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x06872c00 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x068c7263 ioremap_cache +EXPORT_SYMBOL vmlinux 0x068fce4f dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x06b803ec save_mount_options +EXPORT_SYMBOL vmlinux 0x06c0dae5 __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x06ce040e mdiobus_write +EXPORT_SYMBOL vmlinux 0x06d97be4 simple_empty +EXPORT_SYMBOL vmlinux 0x06e1b1f9 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x06e5d3e4 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x06f4d1b0 padata_start +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x072130f5 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x07235edf pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073dfa12 generate_resume_trace +EXPORT_SYMBOL vmlinux 0x074fbbf5 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x0785fe0d set_device_ro +EXPORT_SYMBOL vmlinux 0x07a4b576 flex_array_free +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07ab179a jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x07bc06f5 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d0dfda generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x07e07d7f ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x08107292 bio_reset +EXPORT_SYMBOL vmlinux 0x08252bf7 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x08344322 get_acl +EXPORT_SYMBOL vmlinux 0x083d0cce phy_connect_direct +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0846f59a cpu_info +EXPORT_SYMBOL vmlinux 0x0892f21f capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x089686b9 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x0897287b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x08e147f4 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x08f64aa4 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x08fa203b pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x08fd8fd2 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x090cb1c9 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x090d7f57 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x092cd761 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x093940ae audit_log +EXPORT_SYMBOL vmlinux 0x098431ba acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x098b6dac proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0999af66 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x09bbae0f pcim_iomap +EXPORT_SYMBOL vmlinux 0x09bf4103 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d99d86 x86_hyper_ms_hyperv +EXPORT_SYMBOL vmlinux 0x09ea787d f_setown +EXPORT_SYMBOL vmlinux 0x0a15def0 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a5b294e jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x0a72c5c3 __skb_checksum +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0aae6cb8 vfs_open +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad39666 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x0ad5c065 fb_set_var +EXPORT_SYMBOL vmlinux 0x0af44e3e inet6_release +EXPORT_SYMBOL vmlinux 0x0b00360b devm_clk_put +EXPORT_SYMBOL vmlinux 0x0b059919 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2dd1e2 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b81c8a7 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x0b9c1243 kset_unregister +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bbd63f0 neigh_table_init +EXPORT_SYMBOL vmlinux 0x0bbe223f inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc8a017 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x0bcd4e1e uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x0be2ee84 simple_statfs +EXPORT_SYMBOL vmlinux 0x0c0fe7a2 udp_ioctl +EXPORT_SYMBOL vmlinux 0x0c2dd00b __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x0c3261e8 input_set_keycode +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c74197d bdev_read_only +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c8de6d7 vfs_fsync +EXPORT_SYMBOL vmlinux 0x0c96359d padata_add_cpu +EXPORT_SYMBOL vmlinux 0x0c97c666 set_pages_wb +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca7b7a8 acpi_check_region +EXPORT_SYMBOL vmlinux 0x0ca7b884 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cbc9e2a pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x0cdb7d12 __kernel_fpu_begin +EXPORT_SYMBOL vmlinux 0x0cf908eb dst_release +EXPORT_SYMBOL vmlinux 0x0d0f6ba7 __seq_open_private +EXPORT_SYMBOL vmlinux 0x0d256d36 neigh_compat_output +EXPORT_SYMBOL vmlinux 0x0d3dda14 acpi_get_type +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d755a45 __init_rwsem +EXPORT_SYMBOL vmlinux 0x0d79d1e6 arp_xmit +EXPORT_SYMBOL vmlinux 0x0d7ec6a1 d_genocide +EXPORT_SYMBOL vmlinux 0x0d80efb5 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0x0d85ce98 sock_release +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0da19a9f generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x0ddbdaf0 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x0df571d6 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x0e31977b blk_make_request +EXPORT_SYMBOL vmlinux 0x0e5ceff1 vme_bus_type +EXPORT_SYMBOL vmlinux 0x0e6c9640 phy_start +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e701c28 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x0e8adcf3 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x0e8ca749 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ece6f59 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x0ed8cc7b acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x0ee7b0a4 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f051013 efi +EXPORT_SYMBOL vmlinux 0x0f175a1b from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x0f1b4dc6 fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x0f339742 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x0f3b30ce __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x0f3e0e33 first_ec +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f54fd1d blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x0f5e5577 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x0f610854 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x0f868f49 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x0f88e621 d_add_ci +EXPORT_SYMBOL vmlinux 0x0fa9a3bb dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fd00a68 acpi_clear_event +EXPORT_SYMBOL vmlinux 0x0fdad088 udp_add_offload +EXPORT_SYMBOL vmlinux 0x0fecd89a __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x0ff11115 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x101c6c7e blk_init_queue +EXPORT_SYMBOL vmlinux 0x1020915b acpi_pm_device_run_wake +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x108a24a8 pci_pme_active +EXPORT_SYMBOL vmlinux 0x10950ee1 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x10ad3cda kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x10af248a skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x10f10561 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x10f41e32 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x11034669 try_module_get +EXPORT_SYMBOL vmlinux 0x11058753 phy_device_register +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1121590a submit_bio_wait +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x11565e81 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x1160de62 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x1160e7fb scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x1161b35d vlan_vid_add +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x11a4c2d2 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x11b7ac10 revalidate_disk +EXPORT_SYMBOL vmlinux 0x11dc2a11 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x11e4f1af bdi_destroy +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x1209fb34 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x12102e9d devm_iounmap +EXPORT_SYMBOL vmlinux 0x121da6f4 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x12533139 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x12593108 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x127d3d02 input_grab_device +EXPORT_SYMBOL vmlinux 0x129de341 wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12bc76dc dev_addr_init +EXPORT_SYMBOL vmlinux 0x12cd2dea amd_northbridges +EXPORT_SYMBOL vmlinux 0x12dcf162 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x12dd5ae9 vfs_rename +EXPORT_SYMBOL vmlinux 0x12dfeb12 vprintk_emit +EXPORT_SYMBOL vmlinux 0x12eeaa65 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x12eed5c2 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x1305d532 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x13080369 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x13113a1b blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13315729 flex_array_alloc +EXPORT_SYMBOL vmlinux 0x138d4880 blk_init_tags +EXPORT_SYMBOL vmlinux 0x13a85d81 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x13b72d3d build_skb +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d5d2a6 dma_find_channel +EXPORT_SYMBOL vmlinux 0x13ec6cff agp_enable +EXPORT_SYMBOL vmlinux 0x13f3b18d i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x1420e736 init_page_accessed +EXPORT_SYMBOL vmlinux 0x142b2856 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x143687b2 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x14414e55 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x1479a5af inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x148c1f3d bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x14acd719 tty_kref_put +EXPORT_SYMBOL vmlinux 0x14b57a08 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x14ce167e tcp_parse_options +EXPORT_SYMBOL vmlinux 0x14d0785f elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x14f05e87 simple_write_end +EXPORT_SYMBOL vmlinux 0x150389d6 acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0x151e31ad ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x15221393 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x153003a7 i2c_transfer +EXPORT_SYMBOL vmlinux 0x1532781b blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x15490af8 mntget +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x1555603d in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x1568ecfe blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x158926e3 dcb_setapp +EXPORT_SYMBOL vmlinux 0x15ab6c59 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x15b9aefd blk_put_queue +EXPORT_SYMBOL vmlinux 0x15ebfee9 set_pages_uc +EXPORT_SYMBOL vmlinux 0x15f3a624 generic_file_open +EXPORT_SYMBOL vmlinux 0x1602ebd4 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x160ea4c8 sfi_disabled +EXPORT_SYMBOL vmlinux 0x1616cb30 acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x163227aa truncate_setsize +EXPORT_SYMBOL vmlinux 0x1637ff0f _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x164532d0 dump_emit +EXPORT_SYMBOL vmlinux 0x1657d918 proc_symlink +EXPORT_SYMBOL vmlinux 0x1677d472 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x169327d8 generic_setxattr +EXPORT_SYMBOL vmlinux 0x16c39a41 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x16e882ce inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x16eb5de2 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x16f1dc27 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x16f424a1 path_put +EXPORT_SYMBOL vmlinux 0x170c25ee acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x171a9034 tcf_hash_create +EXPORT_SYMBOL vmlinux 0x1724c48d netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x172c96a8 devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0x173a5b71 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x174d8d72 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x17504c5f __scm_send +EXPORT_SYMBOL vmlinux 0x175f4fb9 key_unlink +EXPORT_SYMBOL vmlinux 0x17664c2e __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x177a122c processors +EXPORT_SYMBOL vmlinux 0x178d1665 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x1793f685 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x179892bb net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x1799fbcd nf_register_hooks +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17b64d09 dqstats +EXPORT_SYMBOL vmlinux 0x17d2a144 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x17e097fe scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17fded80 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x1807bcae scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x1834aa98 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x1864d822 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x18738c41 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x187e6a90 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x187f39b1 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x188dae82 iget5_locked +EXPORT_SYMBOL vmlinux 0x1895f8b1 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x189a7772 inode_init_owner +EXPORT_SYMBOL vmlinux 0x18a5b50c sock_edemux +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18d91327 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x18ea5263 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x18eabfcf queue_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x18f44a91 commit_creds +EXPORT_SYMBOL vmlinux 0x191051bb cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x19160d73 dev_open +EXPORT_SYMBOL vmlinux 0x19280467 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x193c0b33 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x193e54c9 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x19444627 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0x194a9601 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x194bea99 __scm_destroy +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19b6234f vfs_read +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19df17a2 km_policy_expired +EXPORT_SYMBOL vmlinux 0x19eb1c2d ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x19ecc4b2 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x1a3abf96 mmc_can_reset +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a84f596 bio_unmap_user +EXPORT_SYMBOL vmlinux 0x1a88eb63 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x1aabb81f elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x1aaf65b5 dm_io +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad9acba cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x1aea68b6 file_remove_suid +EXPORT_SYMBOL vmlinux 0x1af7f83b __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x1afb1aaa acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b03a2fa mapping_tagged +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b190a17 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b353088 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0x1b570d23 acpi_warning +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b8f84e8 amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0x1b926e34 dst_alloc +EXPORT_SYMBOL vmlinux 0x1b9af9d0 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bc3ba07 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x1bd9684d dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x1bdc26cf sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x1bdcc69a key_type_keyring +EXPORT_SYMBOL vmlinux 0x1bef028c add_disk +EXPORT_SYMBOL vmlinux 0x1bf0213f netdev_alert +EXPORT_SYMBOL vmlinux 0x1bfc38c9 pci_get_class +EXPORT_SYMBOL vmlinux 0x1bfc88c2 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x1c1cd478 set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x1c282c1c ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x1c3bdc68 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x1c51c327 ata_port_printk +EXPORT_SYMBOL vmlinux 0x1c5e2958 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x1c7f36ae tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x1c808d84 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x1c8a04b0 acpi_reset +EXPORT_SYMBOL vmlinux 0x1c970da3 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x1cbb87a7 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x1cbea8fd idr_init +EXPORT_SYMBOL vmlinux 0x1cee1f37 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x1d194f5a kill_fasync +EXPORT_SYMBOL vmlinux 0x1d1d6493 tty_register_driver +EXPORT_SYMBOL vmlinux 0x1d41b4db skb_pad +EXPORT_SYMBOL vmlinux 0x1d464320 netif_device_detach +EXPORT_SYMBOL vmlinux 0x1d4afd9e inet_bind +EXPORT_SYMBOL vmlinux 0x1d7817c4 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x1da66c70 elv_rb_add +EXPORT_SYMBOL vmlinux 0x1da7d19d lro_receive_skb +EXPORT_SYMBOL vmlinux 0x1db7706b __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dda4ecb swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x1de74f72 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0x1df5611c dev_crit +EXPORT_SYMBOL vmlinux 0x1dfbeb44 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e0822c3 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x1e0c2be4 ioremap_wc +EXPORT_SYMBOL vmlinux 0x1e1f5745 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e53b308 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x1e62d2c5 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e84c704 single_open_size +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea50038 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ef99839 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x1f07e9f0 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x1f2a4f91 __invalidate_device +EXPORT_SYMBOL vmlinux 0x1f37c61a skb_insert +EXPORT_SYMBOL vmlinux 0x1f3f2af1 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x1f4a0cf0 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x1f63d6d9 read_dev_sector +EXPORT_SYMBOL vmlinux 0x1f6c4824 no_llseek +EXPORT_SYMBOL vmlinux 0x1f6ce67a sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1f758e04 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x1f8676eb _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x1fa43e62 pci_release_regions +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fbd3d6d may_umount_tree +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x1ff8917a bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x1ffb2c5b sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x2005e68a acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x20092385 acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2012b3ad file_ns_capable +EXPORT_SYMBOL vmlinux 0x20142ccc netdev_crit +EXPORT_SYMBOL vmlinux 0x201dcb4b i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x20240cd7 elevator_exit +EXPORT_SYMBOL vmlinux 0x2044aea7 amd_iommu_pc_get_max_banks +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c81a2 set_cached_acl +EXPORT_SYMBOL vmlinux 0x204ff1c7 vc_resize +EXPORT_SYMBOL vmlinux 0x2059085a get_cached_acl +EXPORT_SYMBOL vmlinux 0x2059a447 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x208739f6 acpi_load_table +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20abc15b acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x21403d2a delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x215b60b8 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x2164b22f agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x218e6390 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x219e5dd2 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x219fa8de mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x21ba72ce netdev_warn +EXPORT_SYMBOL vmlinux 0x21dd24d7 genphy_update_link +EXPORT_SYMBOL vmlinux 0x21e0ea22 acpi_get_id +EXPORT_SYMBOL vmlinux 0x22051b0c mount_nodev +EXPORT_SYMBOL vmlinux 0x221c2b9e bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x22222a81 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x22279f7b max8998_update_reg +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222fda66 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x223b8519 __napi_complete +EXPORT_SYMBOL vmlinux 0x224ceba5 kern_path_create +EXPORT_SYMBOL vmlinux 0x226ef361 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x22799239 neigh_for_each +EXPORT_SYMBOL vmlinux 0x227cdc57 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x2281a0d0 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22d3bde2 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x22e405ff redraw_screen +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x234a573d ping_prot +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x235651eb __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x237214fc sock_rfree +EXPORT_SYMBOL vmlinux 0x237fb319 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x239e65ac blkdev_fsync +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23ce85a6 xfrm_input +EXPORT_SYMBOL vmlinux 0x23d7f9c8 inet_getname +EXPORT_SYMBOL vmlinux 0x23f31fed arp_send +EXPORT_SYMBOL vmlinux 0x23fd28af uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x240ba4a7 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x244ecac2 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x244fd9a9 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x24529ae3 scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246139b9 dcache_readdir +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24984ddf tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x24a5981a devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x24e28d99 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x24f801b2 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x252a92d8 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x2531d8bb udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x253df38d bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x2545a15b shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x256ba2e1 dev_emerg +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25846393 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x258e139f inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x25916665 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25c8fe16 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x25e7ddcc xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x25ef4644 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x262f99fc abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x263122f8 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2647567b audit_log_start +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x2665d53a key_create_or_update +EXPORT_SYMBOL vmlinux 0x2679600c pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x26948d96 copy_user_enhanced_fast_string +EXPORT_SYMBOL vmlinux 0x2697cc3d i2c_use_client +EXPORT_SYMBOL vmlinux 0x269a716d __brelse +EXPORT_SYMBOL vmlinux 0x26cf6c17 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x26db53d9 devm_ioremap +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26ec9ede inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x26ef9bc5 set_security_override +EXPORT_SYMBOL vmlinux 0x2710b434 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x2712f4f5 crc32_le_combine +EXPORT_SYMBOL vmlinux 0x27139611 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x2720c184 udp_disconnect +EXPORT_SYMBOL vmlinux 0x2720e561 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x272d394e mtrr_del +EXPORT_SYMBOL vmlinux 0x272db78d dmam_pool_create +EXPORT_SYMBOL vmlinux 0x2733af93 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x273b5a1d kfree_put_link +EXPORT_SYMBOL vmlinux 0x274080a7 user_path_at +EXPORT_SYMBOL vmlinux 0x274b47c0 simple_rmdir +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x27781b00 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x277bfd5c sget +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x2790f72e netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x27ae7d0c ec_transaction +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c33efe csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x27c39324 should_remove_suid +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27e3f9d5 end_page_writeback +EXPORT_SYMBOL vmlinux 0x27f9f8b3 input_free_device +EXPORT_SYMBOL vmlinux 0x281157d0 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28318305 snprintf +EXPORT_SYMBOL vmlinux 0x28905771 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x28a2b29f radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28a3c20a neigh_event_ns +EXPORT_SYMBOL vmlinux 0x28abfe6e scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x28af3756 alloc_file +EXPORT_SYMBOL vmlinux 0x28c973bb mmc_free_host +EXPORT_SYMBOL vmlinux 0x28dfef2b bmap +EXPORT_SYMBOL vmlinux 0x28e9d731 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x28ecd1e9 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x28f4d870 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x290a9dd5 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x291d6b04 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x291ef6d1 sock_no_getname +EXPORT_SYMBOL vmlinux 0x2920a670 unlock_page +EXPORT_SYMBOL vmlinux 0x2944110c pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0x2947442b dm_put_device +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x2962594d alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x29879df3 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x298ba6cf swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x29d10fd4 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x29d81e1c mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x29fc1518 pci_bus_put +EXPORT_SYMBOL vmlinux 0x2a000f3f acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x2a12b850 dev_printk +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a3c17fd security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x2a48d8a2 vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x2a55a068 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x2a5a9a80 kernel_write +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a876d85 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x2a98000a update_region +EXPORT_SYMBOL vmlinux 0x2a9dcb33 prepare_creds +EXPORT_SYMBOL vmlinux 0x2ac86591 netdev_err +EXPORT_SYMBOL vmlinux 0x2acb5ea6 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2ad095b0 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x2ae43adc vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x2ae44494 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b422b20 keyring_clear +EXPORT_SYMBOL vmlinux 0x2b468a71 security_task_getsecid +EXPORT_SYMBOL vmlinux 0x2b51837e proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x2b5fdb11 arp_find +EXPORT_SYMBOL vmlinux 0x2b6c26b0 dev_set_group +EXPORT_SYMBOL vmlinux 0x2b77f084 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bb55d6e acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x2bc4b3ca sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x2bccf9ae register_quota_format +EXPORT_SYMBOL vmlinux 0x2bd75c29 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x2bdad880 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x2bdeb211 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x2beba040 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x2bf90a0d __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x2bfeb410 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x2c1835db tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x2c224067 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c26eb66 __devm_request_region +EXPORT_SYMBOL vmlinux 0x2c3da3c8 dquot_release +EXPORT_SYMBOL vmlinux 0x2c4d79c2 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x2c72a8aa crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x2c78ceff napi_get_frags +EXPORT_SYMBOL vmlinux 0x2c85daba tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2ca319a6 wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x2caadee4 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x2cae722d tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x2cb89ccd always_delete_dentry +EXPORT_SYMBOL vmlinux 0x2ccfc5c9 cont_write_begin +EXPORT_SYMBOL vmlinux 0x2ce526d2 vme_lm_request +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d144e21 rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x2d263330 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x2d2d0b9b backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d33206e pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d621573 node_data +EXPORT_SYMBOL vmlinux 0x2d6c040a check_disk_size_change +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d93810c shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x2d96116a scsi_register_interface +EXPORT_SYMBOL vmlinux 0x2da58ba9 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x2da8cde6 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2dc173b9 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dd96118 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x2dd9a36b flex_array_shrink +EXPORT_SYMBOL vmlinux 0x2de32d2f find_vma +EXPORT_SYMBOL vmlinux 0x2deb3c8b blk_requeue_request +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2dedc4c2 acpi_format_exception +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2e0d2f7f queue_work_on +EXPORT_SYMBOL vmlinux 0x2e0e376d stop_tty +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e30b268 __breadahead +EXPORT_SYMBOL vmlinux 0x2e39b3c3 bdi_init +EXPORT_SYMBOL vmlinux 0x2e5a704c udp_table +EXPORT_SYMBOL vmlinux 0x2e636114 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x2e6c265e put_page +EXPORT_SYMBOL vmlinux 0x2e724e9e elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x2e79b0d6 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x2e89e402 agp_bridge +EXPORT_SYMBOL vmlinux 0x2e8e4686 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x2e8f4aef ppp_channel_index +EXPORT_SYMBOL vmlinux 0x2ea727f1 pagevec_lookup +EXPORT_SYMBOL vmlinux 0x2ee053ce tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x2eea73a8 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2effd884 bio_chain +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0493dc dev_mc_flush +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f0c70e8 pci_choose_state +EXPORT_SYMBOL vmlinux 0x2f194ec4 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x2f26252b frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x2f28f1a9 path_is_under +EXPORT_SYMBOL vmlinux 0x2f2f7bc0 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f4ecdc0 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x2f6d34b5 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x2f8ca3e7 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x2fb3750c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fb78c8d rwsem_wake +EXPORT_SYMBOL vmlinux 0x2fc31e82 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe98d98 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x2ff063b5 acpi_get_name +EXPORT_SYMBOL vmlinux 0x2fff7be8 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x3007a020 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x300e3b76 md_error +EXPORT_SYMBOL vmlinux 0x301d3061 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x303d80d6 serio_interrupt +EXPORT_SYMBOL vmlinux 0x3062fda2 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x30693302 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x3074c3f0 vme_irq_free +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x30a000e0 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x30a4cdc9 d_invalidate +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30aaf0a8 fget +EXPORT_SYMBOL vmlinux 0x30afc851 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x30b6f049 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x30b8faf3 input_unregister_device +EXPORT_SYMBOL vmlinux 0x30db7ad7 blkdev_get +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x30f33f38 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x3100d094 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x31016fd7 sk_dst_check +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310ddab2 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x311ec253 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x311f3886 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x315e8525 fb_class +EXPORT_SYMBOL vmlinux 0x31650526 __netif_schedule +EXPORT_SYMBOL vmlinux 0x3170ffbf sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x3184ca00 unlock_buffer +EXPORT_SYMBOL vmlinux 0x319e0726 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x31c98329 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x31dd3219 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x31e76b57 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0x31ec06ff jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x31f6606d balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x3202435a wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x3216adc3 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x3239e9fd generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x323feb36 keyring_alloc +EXPORT_SYMBOL vmlinux 0x324c076e eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x3272a508 skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x3275b0c7 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x32d44901 simple_unlink +EXPORT_SYMBOL vmlinux 0x32d8df2f dquot_initialize +EXPORT_SYMBOL vmlinux 0x32debb16 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x3315760e __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x33189df8 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x33252de0 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x333098f4 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x333cb37c __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x33937326 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x33ac8807 free_buffer_head +EXPORT_SYMBOL vmlinux 0x33b5b461 dquot_drop +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33e0b992 phy_driver_register +EXPORT_SYMBOL vmlinux 0x33e14630 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x33eb18b2 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f4e90a twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x34144d5f clk_get +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341b4b1a do_sync_read +EXPORT_SYMBOL vmlinux 0x341cbed2 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x341d5bdc led_set_brightness +EXPORT_SYMBOL vmlinux 0x3430d44f find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x3451464c vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347dc622 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34d518cd tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x34e21dc0 register_sysctl +EXPORT_SYMBOL vmlinux 0x34f22f94 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f7cef9 tty_port_init +EXPORT_SYMBOL vmlinux 0x35014309 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x35378e76 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x353e21e3 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x354ecc02 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x3554dba1 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x35573866 keyring_search +EXPORT_SYMBOL vmlinux 0x355f0c87 drop_super +EXPORT_SYMBOL vmlinux 0x3561d824 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x35738b7c gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x359085a6 kmem_cache_alloc_node_trace +EXPORT_SYMBOL vmlinux 0x359158d2 tty_lock +EXPORT_SYMBOL vmlinux 0x35940317 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x35c8b95c inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x35d1d2bb dev_load +EXPORT_SYMBOL vmlinux 0x35d66cfb devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x35e7de4d blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x3604d154 ida_pre_get +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x36118e48 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x362140bb key_alloc +EXPORT_SYMBOL vmlinux 0x36214629 vfs_setpos +EXPORT_SYMBOL vmlinux 0x365b1a79 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x36629fa2 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x3680e2ca md_write_end +EXPORT_SYMBOL vmlinux 0x36875dfa i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x369e1115 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x36acd61b vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36e01765 input_set_capability +EXPORT_SYMBOL vmlinux 0x3701a196 csum_partial_copy_to_user +EXPORT_SYMBOL vmlinux 0x370d2c92 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x370d6d5c register_console +EXPORT_SYMBOL vmlinux 0x3711b796 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x37247296 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x372e688c pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x37305f6c key_revoke +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374b328f jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x37878fdc sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x37882a37 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x38099e13 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x383a82c7 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x38757e00 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3888821d ps2_drain +EXPORT_SYMBOL vmlinux 0x38914c63 seq_write +EXPORT_SYMBOL vmlinux 0x389756a2 icmpv6_send +EXPORT_SYMBOL vmlinux 0x389bfe0d rtc_lock +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38ba3d41 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x38de90dd dput +EXPORT_SYMBOL vmlinux 0x38e4769c pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x38e4a886 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x38e8b526 read_cache_pages +EXPORT_SYMBOL vmlinux 0x38f33bed dump_fpu +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x39314775 security_path_link +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x393a4d87 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x39725ccf dcache_dir_close +EXPORT_SYMBOL vmlinux 0x397caa72 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x3986a1d4 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a055f3 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x39b22299 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x39bb372f dq_data_lock +EXPORT_SYMBOL vmlinux 0x39c640aa tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x39d40c0b padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x39e3b8b5 tcp_prequeue +EXPORT_SYMBOL vmlinux 0x39f71d0f irq_stat +EXPORT_SYMBOL vmlinux 0x3a053d82 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a11e37d fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x3a20ff73 __crc32c_le +EXPORT_SYMBOL vmlinux 0x3a279e1c mmc_get_card +EXPORT_SYMBOL vmlinux 0x3a32839e intel_gtt_chipset_flush +EXPORT_SYMBOL vmlinux 0x3a3d543f security_file_permission +EXPORT_SYMBOL vmlinux 0x3a45b724 __break_lease +EXPORT_SYMBOL vmlinux 0x3a53feae brioctl_set +EXPORT_SYMBOL vmlinux 0x3a7348db scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x3a9723d9 sk_wait_data +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3aa2bea0 tcf_register_action +EXPORT_SYMBOL vmlinux 0x3aa4b5ee dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x3aa700bd end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x3aaf2ff3 compat_sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x3ac2f3a9 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x3ad41c64 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x3ade0862 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x3afb9156 scsi_execute +EXPORT_SYMBOL vmlinux 0x3b0eb82f tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x3b171c9a bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x3b2e0c4f blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x3b3688a0 get_gendisk +EXPORT_SYMBOL vmlinux 0x3b3c396e account_page_dirtied +EXPORT_SYMBOL vmlinux 0x3b3e7918 vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0x3b4c4731 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x3b72c677 loop_backing_file +EXPORT_SYMBOL vmlinux 0x3b74ccf2 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x3b7dd711 put_disk +EXPORT_SYMBOL vmlinux 0x3b98525a ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x3bae9506 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bd71eff mmc_erase +EXPORT_SYMBOL vmlinux 0x3be3845a devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x3beb690b lg_local_unlock +EXPORT_SYMBOL vmlinux 0x3bed7cdf pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x3c02538c amd_iommu_get_v2_domain +EXPORT_SYMBOL vmlinux 0x3c0ed387 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c483012 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x3c6c6793 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cc5c38e dquot_destroy +EXPORT_SYMBOL vmlinux 0x3cd24a49 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x3cdd3fa6 netif_napi_add +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3d115fb3 skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x3d2147f6 dqget +EXPORT_SYMBOL vmlinux 0x3d3fb4a9 scsi_host_put +EXPORT_SYMBOL vmlinux 0x3d5844b3 strnicmp +EXPORT_SYMBOL vmlinux 0x3d67e665 netdev_change_features +EXPORT_SYMBOL vmlinux 0x3d704db4 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x3d7c1ed7 msrs_alloc +EXPORT_SYMBOL vmlinux 0x3d81e1a0 read_cache_page +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3da198c2 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x3dc208d6 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x3dc3eff9 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3ddb49b4 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x3de88d38 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x3df7efba vm_insert_page +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e039189 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x3e11c28e sk_ns_capable +EXPORT_SYMBOL vmlinux 0x3e2ae3a8 acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0x3e3a05c3 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x3e4a65ce cap_mmap_file +EXPORT_SYMBOL vmlinux 0x3e54ea90 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0x3e8547a8 kfree_skb +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3e993228 sync_inode +EXPORT_SYMBOL vmlinux 0x3ea2c44e skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x3ec230d5 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3eec3fc4 get_io_context +EXPORT_SYMBOL vmlinux 0x3eee0b1c dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f11620f pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f60cea9 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x3f71faa1 mempool_create +EXPORT_SYMBOL vmlinux 0x3f797ef2 ip6_xmit +EXPORT_SYMBOL vmlinux 0x3f980afd rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x3fb8a666 seq_puts +EXPORT_SYMBOL vmlinux 0x3fe15cc4 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x40256835 complete_all +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x403b53b2 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x40554cc8 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x40730674 alloc_pages_current +EXPORT_SYMBOL vmlinux 0x40889268 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x4097fa45 acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c89d46 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0x40ca5f92 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x40cbfbc4 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x40ce5262 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x410c5538 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x4117623d netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x413048a5 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x413d6a56 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x41425107 up_write +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414ebf29 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x41670361 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x416ae7c5 vme_irq_request +EXPORT_SYMBOL vmlinux 0x417bd282 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x419562b5 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x419a16d4 udp_seq_open +EXPORT_SYMBOL vmlinux 0x41c4d98e generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x41c99e36 vfs_unlink +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x42187997 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x42350e8d ucs2_strlen +EXPORT_SYMBOL vmlinux 0x42477f64 setup_new_exec +EXPORT_SYMBOL vmlinux 0x424852c6 blk_run_queue +EXPORT_SYMBOL vmlinux 0x42565498 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x426887ee mmc_remove_host +EXPORT_SYMBOL vmlinux 0x426e0a9f pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x42812841 simple_readpage +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42aaebfd set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x42bed807 tty_port_open +EXPORT_SYMBOL vmlinux 0x42bfd8d6 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x42c6e656 submit_bh +EXPORT_SYMBOL vmlinux 0x42c8de35 ioremap_nocache +EXPORT_SYMBOL vmlinux 0x42d60750 inode_init_always +EXPORT_SYMBOL vmlinux 0x42f3cdaa devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43198d69 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x43261dca _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x4328f76c mdiobus_free +EXPORT_SYMBOL vmlinux 0x43471574 generic_fillattr +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4369db9e mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x43731619 bdget +EXPORT_SYMBOL vmlinux 0x437f272a agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x4387a99f __serio_register_driver +EXPORT_SYMBOL vmlinux 0x43ae4095 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x43ccb892 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x43d71638 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x43e13b11 pci_request_region +EXPORT_SYMBOL vmlinux 0x43e7e2e0 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x43eb7834 finish_open +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x43f70772 nla_put +EXPORT_SYMBOL vmlinux 0x44067a89 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x440aeba8 sock_update_memcg +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x4432678b request_key_async +EXPORT_SYMBOL vmlinux 0x444d2b44 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x44737ec5 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x4476e9e2 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x448a227f page_follow_link_light +EXPORT_SYMBOL vmlinux 0x448c58ff deactivate_super +EXPORT_SYMBOL vmlinux 0x448eac3e kmemdup +EXPORT_SYMBOL vmlinux 0x4494755e scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x449b53a3 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x44a81d5f acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0x44a81f3e swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44b41f99 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x44c729b7 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x44d8d3d6 vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44ef0aa3 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x44fb28e1 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x45044497 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x454e4412 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x4566583a dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45a5f288 _dev_info +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45ba5804 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x45eb7996 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x45f03e2f simple_transaction_read +EXPORT_SYMBOL vmlinux 0x45f17b81 simple_write_begin +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x4629334c __preempt_count +EXPORT_SYMBOL vmlinux 0x464627dd override_creds +EXPORT_SYMBOL vmlinux 0x464cf60a sock_i_ino +EXPORT_SYMBOL vmlinux 0x46543751 may_umount +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x4664df5d swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x468a74a3 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x46a3c54c ppp_input_error +EXPORT_SYMBOL vmlinux 0x46a8eca9 lock_may_read +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46e55811 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x46f3e514 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x47008ebc md_check_recovery +EXPORT_SYMBOL vmlinux 0x4703d9fc con_is_bound +EXPORT_SYMBOL vmlinux 0x4713307d xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x4729b1ff skb_dequeue +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x4741b28c sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x4744ac78 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x474e9c6e register_netdevice +EXPORT_SYMBOL vmlinux 0x4751b458 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x475f010b acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x4763be07 security_path_chown +EXPORT_SYMBOL vmlinux 0x47665dd2 vfs_symlink +EXPORT_SYMBOL vmlinux 0x477e6dcb amd_iommu_pc_get_set_reg_val +EXPORT_SYMBOL vmlinux 0x478d10b2 ht_destroy_irq +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x479e868d phy_find_first +EXPORT_SYMBOL vmlinux 0x47a579bf genlmsg_put +EXPORT_SYMBOL vmlinux 0x47aaf3cd __dst_free +EXPORT_SYMBOL vmlinux 0x47b33f4c invalidate_bdev +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c31e15 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47cacf7f i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x47dbfb74 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481cb9ab acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x482d3bff scsi_dma_map +EXPORT_SYMBOL vmlinux 0x483b5447 __alloc_skb +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x484f750e blk_register_region +EXPORT_SYMBOL vmlinux 0x48528b76 cdev_alloc +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x4886a093 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x488921a3 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x48ab2e5d sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x48b5783f dma_ops +EXPORT_SYMBOL vmlinux 0x48b5974c fddi_type_trans +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48d50e79 amd_iommu_register_ppr_notifier +EXPORT_SYMBOL vmlinux 0x48fa15c6 freeze_super +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x49181be9 input_register_handle +EXPORT_SYMBOL vmlinux 0x492567f1 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x4945c1c3 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x4951b7ec dev_disable_lro +EXPORT_SYMBOL vmlinux 0x4954e5f8 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x497dea27 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x49818ed6 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x49a94f60 writeback_in_progress +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49bbf003 netdev_printk +EXPORT_SYMBOL vmlinux 0x49d4866b unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x49df7f72 x86_hyper_xen_hvm +EXPORT_SYMBOL vmlinux 0x4a11ad85 tcp_child_process +EXPORT_SYMBOL vmlinux 0x4a209293 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a7661f7 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x4a7ed0d2 generic_write_end +EXPORT_SYMBOL vmlinux 0x4a8d988a flush_old_exec +EXPORT_SYMBOL vmlinux 0x4aad52d7 mempool_free +EXPORT_SYMBOL vmlinux 0x4ab01a80 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4adadaa9 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x4ade9e44 check_disk_change +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4afeb149 inet_addr_type +EXPORT_SYMBOL vmlinux 0x4b064010 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x4b06d2e7 complete +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b24a498 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x4b5363d3 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x4b5f8179 secpath_dup +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b6c8329 phy_attach +EXPORT_SYMBOL vmlinux 0x4b7c23a0 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bcec52f request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x4bd8d7ca alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c186073 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x4c305e09 bio_endio +EXPORT_SYMBOL vmlinux 0x4c3764d0 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x4c4b4667 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x4c4fef19 kernel_stack +EXPORT_SYMBOL vmlinux 0x4c9526a6 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x4c9b0390 skb_find_text +EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base +EXPORT_SYMBOL vmlinux 0x4ca9669f scnprintf +EXPORT_SYMBOL vmlinux 0x4cb12c1b dquot_disable +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc5759a scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x4cc91104 agp_bind_memory +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cebccd7 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x4d067635 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x4d1023f8 mempool_resize +EXPORT_SYMBOL vmlinux 0x4d1c25c2 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x4d28d10d uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x4d60b97b scsi_remove_host +EXPORT_SYMBOL vmlinux 0x4d88b552 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x4d8af998 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x4d8e0c83 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x4d90abf7 tty_set_operations +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9ccf92 compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x4daa360a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x4dc4bb89 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x4dcabe69 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x4dcc8174 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x4dd72f59 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x4de070ed blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4df6b872 input_event +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e524387 set_disk_ro +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e75bea1 thaw_bdev +EXPORT_SYMBOL vmlinux 0x4e7b43d4 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x4e9a4538 dquot_enable +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4edd72f7 block_all_signals +EXPORT_SYMBOL vmlinux 0x4ef7c822 revert_creds +EXPORT_SYMBOL vmlinux 0x4f13dfcb follow_down +EXPORT_SYMBOL vmlinux 0x4f16cd94 sock_from_file +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f36aeef write_inode_now +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f50dad1 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6b400b _copy_from_user +EXPORT_SYMBOL vmlinux 0x4f783f30 acpi_read +EXPORT_SYMBOL vmlinux 0x4f822fed sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x4f841abe textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x4f892b78 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x4f8b5ddb _copy_to_user +EXPORT_SYMBOL vmlinux 0x4f8f8131 make_kuid +EXPORT_SYMBOL vmlinux 0x4f95105b nf_log_unset +EXPORT_SYMBOL vmlinux 0x4fbe4754 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x4fc328a6 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x4fc9fac5 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x4fcbd637 input_get_keycode +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe613e6 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x4ff9e879 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x500b5b21 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x5012d105 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x5013bb14 devm_clk_get +EXPORT_SYMBOL vmlinux 0x5015eb37 inet_add_offload +EXPORT_SYMBOL vmlinux 0x5019dd34 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0x50277348 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x50529870 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x507735eb dm_kobject_release +EXPORT_SYMBOL vmlinux 0x508383f8 seq_pad +EXPORT_SYMBOL vmlinux 0x508764ee mpage_writepages +EXPORT_SYMBOL vmlinux 0x509958e9 register_exec_domain +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50ad1716 scsi_add_device +EXPORT_SYMBOL vmlinux 0x50b18839 sock_no_accept +EXPORT_SYMBOL vmlinux 0x50ba769a kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x50cc5050 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x50d2592d hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50ddbcce __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50fa52e7 inet_sendpage +EXPORT_SYMBOL vmlinux 0x51132679 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x51164ad9 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x511a881c kthread_bind +EXPORT_SYMBOL vmlinux 0x511ab427 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x512b7c7f proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x5143a2ef devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x5163f744 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x51685a8b d_rehash +EXPORT_SYMBOL vmlinux 0x516d3d8e netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x51796593 generic_make_request +EXPORT_SYMBOL vmlinux 0x518b536a kset_register +EXPORT_SYMBOL vmlinux 0x518d001d devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x518fa93e km_query +EXPORT_SYMBOL vmlinux 0x51966063 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x51ce9324 sk_stream_error +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x52006d56 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x52095e19 acpi_get_data +EXPORT_SYMBOL vmlinux 0x52130046 acpi_check_address_range +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x521c6ea1 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x522fc37c mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5245f6a4 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x524ee36b inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x525e026f acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0x528190a6 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x52824d3f netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x5290c13a dev_activate +EXPORT_SYMBOL vmlinux 0x5292435d igrab +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x529bebea pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x52a0e6e1 ida_init +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52cbb014 lockref_get +EXPORT_SYMBOL vmlinux 0x52d5b511 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x5303852d __bforget +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x5317ed6c init_buffer +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x53249b20 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x532d489a zpool_register_driver +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x53408659 mdiobus_register +EXPORT_SYMBOL vmlinux 0x535b3062 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x536cc847 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x53769159 __lock_page +EXPORT_SYMBOL vmlinux 0x5377e556 hex2bin +EXPORT_SYMBOL vmlinux 0x53a8e63d module_layout +EXPORT_SYMBOL vmlinux 0x53aaf2eb ipv4_specific +EXPORT_SYMBOL vmlinux 0x53b4b374 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x53bb6ceb bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x53ca71d0 locks_free_lock +EXPORT_SYMBOL vmlinux 0x53cd11e4 generic_getxattr +EXPORT_SYMBOL vmlinux 0x53f6ffbc wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x5402680b lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x54059a2a amd_iommu_pc_get_max_counters +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5409d08f skb_copy +EXPORT_SYMBOL vmlinux 0x5410a708 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x542ef291 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544b0c11 acpi_lid_notifier_register +EXPORT_SYMBOL vmlinux 0x545be501 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x5464d3f6 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0x5481c337 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x5493cba0 netif_skb_features +EXPORT_SYMBOL vmlinux 0x54a90852 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54b3e5b3 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x54c4bbc7 ns_capable +EXPORT_SYMBOL vmlinux 0x54d19462 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x54e05cd0 complete_request_key +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ffe6c6 seq_read +EXPORT_SYMBOL vmlinux 0x550445cf devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x55405c62 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x55525238 key_put +EXPORT_SYMBOL vmlinux 0x555c02dd sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x55634700 tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x55671680 lg_lock_init +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x55771ed9 poll_freewait +EXPORT_SYMBOL vmlinux 0x55778b96 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x558741e8 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x5589ccd2 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55b5070e sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x55ccd4d2 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x55d1a3fd scsi_device_resume +EXPORT_SYMBOL vmlinux 0x55d8d9de unload_nls +EXPORT_SYMBOL vmlinux 0x55e2ae87 mmc_put_card +EXPORT_SYMBOL vmlinux 0x55f5019b __kmalloc_node +EXPORT_SYMBOL vmlinux 0x56041576 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x5618952a generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x565fad3d devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x569176d0 dev_deactivate +EXPORT_SYMBOL vmlinux 0x5698938f skb_pull +EXPORT_SYMBOL vmlinux 0x56bba1c6 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56cd100d idr_get_next +EXPORT_SYMBOL vmlinux 0x56d03e68 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0x56e5f8e2 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x56e9c0c7 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x56f1dd8b tty_throttle +EXPORT_SYMBOL vmlinux 0x5702bb86 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x571a6d97 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x571c38dc linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x572c4eea sock_create +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x573291b4 simple_lookup +EXPORT_SYMBOL vmlinux 0x5742423d pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x5747b8d3 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57811a4a dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57944276 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x57db1bd8 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x57ee9dcc do_SAK +EXPORT_SYMBOL vmlinux 0x57ff0198 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x581ff032 do_truncate +EXPORT_SYMBOL vmlinux 0x582bd914 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x584738f9 rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x584ec8c1 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5860aad4 add_wait_queue +EXPORT_SYMBOL vmlinux 0x586103be acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x586ba704 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x58744d14 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58be8f7e agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x58d5e6d1 locks_init_lock +EXPORT_SYMBOL vmlinux 0x58ffaeff mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x591d3d0e vme_bus_num +EXPORT_SYMBOL vmlinux 0x592d513e mount_bdev +EXPORT_SYMBOL vmlinux 0x59312e48 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x5958d823 agp_free_memory +EXPORT_SYMBOL vmlinux 0x5967c929 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x5991219c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x599be734 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x59af1cbb bitmap_unplug +EXPORT_SYMBOL vmlinux 0x59b68c0a search_binary_handler +EXPORT_SYMBOL vmlinux 0x59bc9609 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0x59d6bec8 fb_find_mode +EXPORT_SYMBOL vmlinux 0x59df12da xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x59e0ac8a kill_block_super +EXPORT_SYMBOL vmlinux 0x59ea847f scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x59f2086c dev_add_offload +EXPORT_SYMBOL vmlinux 0x59f674af consume_skb +EXPORT_SYMBOL vmlinux 0x5a01198e compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a48c53d mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a582a8e filemap_flush +EXPORT_SYMBOL vmlinux 0x5a6c2e01 set_pages_nx +EXPORT_SYMBOL vmlinux 0x5a8dc02f path_get +EXPORT_SYMBOL vmlinux 0x5a8fd635 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a9d16f3 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x5ac376a5 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x5aeb145f complete_and_exit +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b00e18c jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x5b271d86 acpi_video_dmi_promote_vendor +EXPORT_SYMBOL vmlinux 0x5b3b911d security_path_rename +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b424341 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x5b4753c7 udp_prot +EXPORT_SYMBOL vmlinux 0x5b50c537 blk_put_request +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b642f65 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x5b676c08 inet_release +EXPORT_SYMBOL vmlinux 0x5b689375 seq_release_private +EXPORT_SYMBOL vmlinux 0x5b7d19a4 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x5b81d95f console_start +EXPORT_SYMBOL vmlinux 0x5b8d0777 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x5bb2ab3c rtnl_notify +EXPORT_SYMBOL vmlinux 0x5bc10524 printk_emit +EXPORT_SYMBOL vmlinux 0x5bc8d583 copy_from_user_overflow +EXPORT_SYMBOL vmlinux 0x5be1537f __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x5bea7022 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x5c0834a0 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x5c0fd78f km_policy_notify +EXPORT_SYMBOL vmlinux 0x5c1eb794 kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x5c2949c1 bioset_free +EXPORT_SYMBOL vmlinux 0x5c603d9a sock_wake_async +EXPORT_SYMBOL vmlinux 0x5c64b083 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x5c712906 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x5c808364 vme_slot_num +EXPORT_SYMBOL vmlinux 0x5c88e05a ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x5c8b5ce8 prepare_to_wait +EXPORT_SYMBOL vmlinux 0x5c8ebfe7 install_exec_creds +EXPORT_SYMBOL vmlinux 0x5c993652 md_register_thread +EXPORT_SYMBOL vmlinux 0x5cb0b27d elevator_init +EXPORT_SYMBOL vmlinux 0x5cc835c6 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x5cd65d74 dquot_resume +EXPORT_SYMBOL vmlinux 0x5cd8d1db eth_validate_addr +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cef2598 kernel_read +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d0ad8f1 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x5d1312c0 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d487356 bio_add_page +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d56cf9a __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x5d74dbcf pnp_range_reserved +EXPORT_SYMBOL vmlinux 0x5d76bcc1 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x5d9ceb88 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x5dae3897 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x5db70d23 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x5dc76d6a skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x5dff7134 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eae6f86 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb51576 set_page_dirty +EXPORT_SYMBOL vmlinux 0x5ebb1f24 bh_submit_read +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5edaacac cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x5edfaea8 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x5eeeff9c blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x5efd5657 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f07fa72 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f17fee2 free_netdev +EXPORT_SYMBOL vmlinux 0x5f1d9d17 ihold +EXPORT_SYMBOL vmlinux 0x5f3c63dd padata_alloc +EXPORT_SYMBOL vmlinux 0x5f44e9a0 flow_cache_fini +EXPORT_SYMBOL vmlinux 0x5f813c23 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x5fb12225 block_truncate_page +EXPORT_SYMBOL vmlinux 0x5fbff4c5 compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0x5fc14c0c sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5ff42b08 acpi_video_get_capabilities +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x600de341 d_validate +EXPORT_SYMBOL vmlinux 0x601aab64 d_move +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602aaa96 put_tty_driver +EXPORT_SYMBOL vmlinux 0x602dc55f nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x602ed00d acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x605232f0 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x6070584d elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x607cab90 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x6080341f pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x60837826 sock_no_bind +EXPORT_SYMBOL vmlinux 0x6083a62f single_release +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x609f5b35 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60b04827 mntput +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60e0afcb blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x60e32d02 blk_get_queue +EXPORT_SYMBOL vmlinux 0x60e47313 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x60e4a38e input_reset_device +EXPORT_SYMBOL vmlinux 0x60e60b7a pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x60f21583 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x60ffe9b8 free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x61091d29 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x61271ce7 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x614383c0 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x614bb773 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x6153b4b9 pci_enable_device +EXPORT_SYMBOL vmlinux 0x616ac702 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x6189ae87 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x619c66e9 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61a74bab pci_disable_msi +EXPORT_SYMBOL vmlinux 0x61ad072f dev_add_pack +EXPORT_SYMBOL vmlinux 0x61b77604 iterate_fd +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c23874 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x61cd568c tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x61eb6acc dev_base_lock +EXPORT_SYMBOL vmlinux 0x61ef82fd bprm_change_interp +EXPORT_SYMBOL vmlinux 0x61fb248a node_states +EXPORT_SYMBOL vmlinux 0x62049256 acpi_disable +EXPORT_SYMBOL vmlinux 0x620e0047 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x621bd5e4 flush_signals +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622a439f pci_dev_put +EXPORT_SYMBOL vmlinux 0x622e3ed7 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x6237f6b5 acpi_enable_event +EXPORT_SYMBOL vmlinux 0x624a9915 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x62588b67 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x62672076 d_instantiate +EXPORT_SYMBOL vmlinux 0x62680c96 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x626fcf42 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62748e70 acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x628121e9 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628abad0 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x629610a6 inode_change_ok +EXPORT_SYMBOL vmlinux 0x629e5002 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x62b96e9d fget_raw +EXPORT_SYMBOL vmlinux 0x62c93508 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x62cd2767 lease_modify +EXPORT_SYMBOL vmlinux 0x62e86c52 seq_path +EXPORT_SYMBOL vmlinux 0x62f42741 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x62f6703e generic_listxattr +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x63336302 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x636a5691 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0x637659e2 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x637e316e dcb_getapp +EXPORT_SYMBOL vmlinux 0x63a01291 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x63a6bcc9 acpi_map_lsapic +EXPORT_SYMBOL vmlinux 0x63b64b68 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x63d8b23a swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f0f4a0 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x63f93a52 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x640115b2 elevator_change +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x6406386a forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x64084136 blk_fetch_request +EXPORT_SYMBOL vmlinux 0x642bf712 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x6449fd41 acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0x644bad63 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x644ea566 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x644f4c8c nf_getsockopt +EXPORT_SYMBOL vmlinux 0x6455ec5c user_revoke +EXPORT_SYMBOL vmlinux 0x6463b027 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x6471f494 nf_log_register +EXPORT_SYMBOL vmlinux 0x6485a1e2 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x648c7ad8 bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64ac7a7f genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x64b8d8c6 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x64b9ca51 mount_single +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64bed271 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x64c41811 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x64e1f6ae __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x64eae7ad set_memory_array_wb +EXPORT_SYMBOL vmlinux 0x64f01c5c free_user_ns +EXPORT_SYMBOL vmlinux 0x64fa7693 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x650f5f03 do_fallocate +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652ba5de put_io_context +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65428905 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x654536bd ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x654ca068 mpage_readpages +EXPORT_SYMBOL vmlinux 0x65593c5b neigh_direct_output +EXPORT_SYMBOL vmlinux 0x655f1ab0 set_memory_array_wc +EXPORT_SYMBOL vmlinux 0x6566a16e __lock_buffer +EXPORT_SYMBOL vmlinux 0x65684708 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x65991163 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x65a06ea7 single_open +EXPORT_SYMBOL vmlinux 0x65af4d7e blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x65b94c5c pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x65d1a413 neigh_seq_start +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 0x65e2a4cd jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x65ebc62a blk_start_queue +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65fb29a8 generic_setlease +EXPORT_SYMBOL vmlinux 0x660ec5fc mnt_unpin +EXPORT_SYMBOL vmlinux 0x662bff06 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x663f7cd0 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0x665bae1e arp_create +EXPORT_SYMBOL vmlinux 0x666b6ef6 genphy_resume +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x6695d4a5 __nlmsg_put +EXPORT_SYMBOL vmlinux 0x66a62a62 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x66c34d84 d_path +EXPORT_SYMBOL vmlinux 0x66d13490 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x66e6005a vfs_mkdir +EXPORT_SYMBOL vmlinux 0x66f7adc4 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x670958aa xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x6718bf35 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x6736ee7f free_task +EXPORT_SYMBOL vmlinux 0x673871ca security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x673cadc4 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x675c09e4 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x677646ea generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x679a72d5 sg_miter_next +EXPORT_SYMBOL vmlinux 0x67a0306a percpu_counter_set +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67bc4080 open_exec +EXPORT_SYMBOL vmlinux 0x67c35271 input_register_handler +EXPORT_SYMBOL vmlinux 0x67c763fc __d_drop +EXPORT_SYMBOL vmlinux 0x67fe4772 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68aca4ad down +EXPORT_SYMBOL vmlinux 0x68b5832c netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68ea393f blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x68f27b25 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x68f52d0d __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x690b9994 mount_ns +EXPORT_SYMBOL vmlinux 0x691001b5 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x693f8e0a qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x6955415a mmc_request_done +EXPORT_SYMBOL vmlinux 0x695b5a95 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x695d5471 iterate_mounts +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6978d4a3 neigh_lookup +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69a3c4d2 __get_page_tail +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69c2c8af gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69fbc0a2 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0x69fcd7e7 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a0e4ad6 set_bdi_congested +EXPORT_SYMBOL vmlinux 0x6a1ab450 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x6a3f997b __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a61864b cdev_del +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6ac857b8 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6ad85887 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x6adc5e01 key_validate +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b11aeb8 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x6b13d642 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b269ee7 unregister_netdev +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b460552 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0x6b48291e rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x6b53ad86 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b646681 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x6b711fcd __register_binfmt +EXPORT_SYMBOL vmlinux 0x6b724d42 __ps2_command +EXPORT_SYMBOL vmlinux 0x6b8332ae dev_remove_pack +EXPORT_SYMBOL vmlinux 0x6b900b86 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0x6b9333ca skb_clone +EXPORT_SYMBOL vmlinux 0x6b962976 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x6b975aa9 skb_split +EXPORT_SYMBOL vmlinux 0x6ba98ee3 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x6bbdbab9 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc46150 inet_frag_find +EXPORT_SYMBOL vmlinux 0x6bd16a3c mnt_pin +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6bdff16f blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6bef0171 page_readlink +EXPORT_SYMBOL vmlinux 0x6bfa14e8 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x6c0fc6a2 get_fs_type +EXPORT_SYMBOL vmlinux 0x6c334f02 genphy_config_init +EXPORT_SYMBOL vmlinux 0x6c48edd9 dev_change_carrier +EXPORT_SYMBOL vmlinux 0x6c5101d8 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c525188 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x6c5bbb6f i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c62b391 bio_phys_segments +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6ca3d32b padata_do_serial +EXPORT_SYMBOL vmlinux 0x6ca7dbe7 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x6ca93809 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x6cab26c2 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x6cc2880b lro_flush_all +EXPORT_SYMBOL vmlinux 0x6cd8c86b __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x6ce09220 d_find_alias +EXPORT_SYMBOL vmlinux 0x6cf6b131 md_write_start +EXPORT_SYMBOL vmlinux 0x6d0aba34 wait_for_completion +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d165c40 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d441554 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x6d5a2e3e pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0x6d60afa7 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x6d6818ff gen_pool_alloc +EXPORT_SYMBOL vmlinux 0x6d74f0aa mmc_add_host +EXPORT_SYMBOL vmlinux 0x6d902375 ether_setup +EXPORT_SYMBOL vmlinux 0x6d9bdbc9 blk_recount_segments +EXPORT_SYMBOL vmlinux 0x6dba287d mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x6dbddb48 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x6dc3348b release_sock +EXPORT_SYMBOL vmlinux 0x6de9f3ef amd_iommu_enable_device_erratum +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e297a62 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x6e45d0ae seq_putc +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e7f0fd2 cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x6e871794 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea47c11 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x6ead74e9 default_file_splice_read +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ec7ba7c bio_split +EXPORT_SYMBOL vmlinux 0x6edf7d9f tcp_seq_open +EXPORT_SYMBOL vmlinux 0x6ee1d65b pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x6f013a37 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x6f103f75 proc_set_user +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f24721f xfrm_state_add +EXPORT_SYMBOL vmlinux 0x6f3fe5c9 compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x6f4c812f __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x6f556bdb acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x6f6f7401 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x6fa7d424 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcc3c9a mark_info_dirty +EXPORT_SYMBOL vmlinux 0x6feb2039 acpi_write +EXPORT_SYMBOL vmlinux 0x701b1101 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702b6c54 udplite_table +EXPORT_SYMBOL vmlinux 0x703decf1 compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x703dfdb2 kobject_del +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x70642ec1 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x70bbc687 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70c7d617 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d8ab82 acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0x70e766da netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x70e85859 idr_is_empty +EXPORT_SYMBOL vmlinux 0x710c5593 tty_write_room +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x714de30a pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x71546008 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7188ce12 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x718a24ed nobh_writepage +EXPORT_SYMBOL vmlinux 0x719cc3b3 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x719d341d security_path_chmod +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71c36b34 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x71ccd88e kobject_get +EXPORT_SYMBOL vmlinux 0x71dda883 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x71de47db phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x71e3cecb up +EXPORT_SYMBOL vmlinux 0x7207cb6d tcf_hash_search +EXPORT_SYMBOL vmlinux 0x721a1126 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x721c43bf cdrom_release +EXPORT_SYMBOL vmlinux 0x722c4746 _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x72892ccc init_special_inode +EXPORT_SYMBOL vmlinux 0x728ae2c8 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x728fb4b2 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x72957a44 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x729a9b44 inode_dio_done +EXPORT_SYMBOL vmlinux 0x72a95928 filp_open +EXPORT_SYMBOL vmlinux 0x72a98fdb copy_user_generic_unrolled +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72bf2140 mtrr_add +EXPORT_SYMBOL vmlinux 0x72c2ec7b pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x72cc3637 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72eca88e ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x72ef93a2 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x72f3aa32 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x732c3f3f ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x738cd69a phy_init_hw +EXPORT_SYMBOL vmlinux 0x7399fcb7 ilookup5 +EXPORT_SYMBOL vmlinux 0x73a11961 down_read +EXPORT_SYMBOL vmlinux 0x73d3cf41 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73dfbbd6 __frontswap_load +EXPORT_SYMBOL vmlinux 0x73e4db17 __page_symlink +EXPORT_SYMBOL vmlinux 0x740183ca qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x7406ca7b skb_queue_purge +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x7469e8a0 vme_dma_request +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x749b617b blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x74bfe0d6 __neigh_create +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74dbef5f fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74fd8075 netlink_ack +EXPORT_SYMBOL vmlinux 0x7532588a alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x75734358 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x757965f3 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0x75880204 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x7591a9c1 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x75ba75bc ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x75bc549a x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75d7a888 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x75fad781 set_groups +EXPORT_SYMBOL vmlinux 0x75fbdefd acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7628f3c7 this_cpu_off +EXPORT_SYMBOL vmlinux 0x762b1c90 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x763b1149 force_sig +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x76629da4 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x766c7a74 block_commit_write +EXPORT_SYMBOL vmlinux 0x76751984 udp_proc_register +EXPORT_SYMBOL vmlinux 0x767dd8fd acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x76869ac8 rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x768e063c inet6_ioctl +EXPORT_SYMBOL vmlinux 0x76a904af __sock_create +EXPORT_SYMBOL vmlinux 0x76b6ad3a __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76e62382 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x76e96593 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x76fb08a7 amd_iommu_unregister_ppr_notifier +EXPORT_SYMBOL vmlinux 0x7715024a tso_build_hdr +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x771dbf2b rfkill_alloc +EXPORT_SYMBOL vmlinux 0x7731aa70 input_inject_event +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x774db144 framebuffer_release +EXPORT_SYMBOL vmlinux 0x7763a22b blk_stack_limits +EXPORT_SYMBOL vmlinux 0x776d5f97 replace_mount_options +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77a8dbb2 sock_create_kern +EXPORT_SYMBOL vmlinux 0x77b32654 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c4e1e7 update_devfreq +EXPORT_SYMBOL vmlinux 0x77d5da8d page_symlink +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77df5b75 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x77e2d347 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77f53abc acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt +EXPORT_SYMBOL vmlinux 0x78129f62 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x782fad84 mpage_readpage +EXPORT_SYMBOL vmlinux 0x7835ed6b vfs_getattr +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x784213a6 pv_lock_ops +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x78597308 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x785d721a dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x785d8bde xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x78764f4e pv_irq_ops +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x7880dd75 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x7892cbb9 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x7895fd85 acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a65309 posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x78bb3e24 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0x78d5a816 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x78def454 ps2_init +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78ebe255 idr_for_each +EXPORT_SYMBOL vmlinux 0x79068fda acpi_install_method +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x7979c00d devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x797c8fa9 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7985d043 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x7986a5b6 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x798c6c71 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x798eb612 inet6_bind +EXPORT_SYMBOL vmlinux 0x7991a847 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x79945d9f proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79a38e61 ___ratelimit +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79e72dff sock_setsockopt +EXPORT_SYMBOL vmlinux 0x79e79fab qdisc_list_add +EXPORT_SYMBOL vmlinux 0x79e83dec inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x79ef6904 del_gendisk +EXPORT_SYMBOL vmlinux 0x7a01ee00 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a19a71b dev_uc_init +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2c07a9 blk_end_request +EXPORT_SYMBOL vmlinux 0x7a33c02c sk_capable +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a46ee29 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x7a82cb47 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7a8bae76 pci_get_slot +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a9c1963 filemap_fault +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aaa9cb7 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7abccd0e i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x7ac64b9e scsi_print_sense +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad3d431 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7aec9089 clear_user +EXPORT_SYMBOL vmlinux 0x7af268d1 lock_sock_fast +EXPORT_SYMBOL vmlinux 0x7af8fe00 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x7b0d8448 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x7b16235f hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7b2aef6c __krealloc +EXPORT_SYMBOL vmlinux 0x7b4cbbbe pci_set_mwi +EXPORT_SYMBOL vmlinux 0x7b4eb30d scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x7b52a859 wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7b91b7b6 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x7ba37434 security_path_mknod +EXPORT_SYMBOL vmlinux 0x7bb1a6d1 start_tty +EXPORT_SYMBOL vmlinux 0x7bd25be6 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x7be4e6c7 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x7c11e1ea mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x7c11f175 skb_push +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c2d098f krealloc +EXPORT_SYMBOL vmlinux 0x7c3f817f dev_get_by_index +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c73602c sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x7c8ff588 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7c9e8871 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x7ca46555 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cb9276a sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x7cbb9f6f serio_reconnect +EXPORT_SYMBOL vmlinux 0x7cbeac7b tcp_connect +EXPORT_SYMBOL vmlinux 0x7cbf7081 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cd93f5d drop_nlink +EXPORT_SYMBOL vmlinux 0x7cd94882 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce83365 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf3a16b put_cmsg +EXPORT_SYMBOL vmlinux 0x7cf901d0 registered_fb +EXPORT_SYMBOL vmlinux 0x7cf9b83e register_netdev +EXPORT_SYMBOL vmlinux 0x7d0072f6 datagram_poll +EXPORT_SYMBOL vmlinux 0x7d0c65be try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d2ea70e fifo_set_limit +EXPORT_SYMBOL vmlinux 0x7d3cc26d vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x7d3fbee1 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x7d556700 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d86b74b dev_addr_add +EXPORT_SYMBOL vmlinux 0x7d94f746 acpi_os_write_port +EXPORT_SYMBOL vmlinux 0x7db88c19 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x7dbc2e57 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x7ddc75fc arp_tbl +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7df39d2f mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x7e0c758b done_path_create +EXPORT_SYMBOL vmlinux 0x7e11e053 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x7e16b42a inc_nlink +EXPORT_SYMBOL vmlinux 0x7e99541f sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x7eca5104 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x7ed6d27e bd_set_size +EXPORT_SYMBOL vmlinux 0x7ed914c9 acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x7ee8eb06 clocksource_register +EXPORT_SYMBOL vmlinux 0x7ef24ee8 scsi_put_command +EXPORT_SYMBOL vmlinux 0x7ef295f9 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x7f11332d mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f2f638a tty_port_close +EXPORT_SYMBOL vmlinux 0x7f5968f2 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x7f5f32ef dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f77860d fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x7f79e739 simple_open +EXPORT_SYMBOL vmlinux 0x7f924b32 netif_rx +EXPORT_SYMBOL vmlinux 0x7fb30689 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x7fba0215 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x7fbd10d2 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe38f48 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x7fe9165b __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x7ff8842b sg_miter_start +EXPORT_SYMBOL vmlinux 0x80006b9a abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x800a0743 uart_register_driver +EXPORT_SYMBOL vmlinux 0x802d0e93 crc32_le +EXPORT_SYMBOL vmlinux 0x804d0e97 serio_open +EXPORT_SYMBOL vmlinux 0x805bdc1f dev_uc_del +EXPORT_SYMBOL vmlinux 0x80791a8c radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x807923e9 vc_cons +EXPORT_SYMBOL vmlinux 0x807f0f3c ab3100_event_register +EXPORT_SYMBOL vmlinux 0x80815f8a vmap +EXPORT_SYMBOL vmlinux 0x8090d175 pnp_start_dev +EXPORT_SYMBOL vmlinux 0x809dcefe sk_common_release +EXPORT_SYMBOL vmlinux 0x80c09b71 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x80ca03ec km_state_notify +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e0b0b7 dev_trans_start +EXPORT_SYMBOL vmlinux 0x80f275da mfd_add_devices +EXPORT_SYMBOL vmlinux 0x8119dd74 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x8139cd14 netdev_features_change +EXPORT_SYMBOL vmlinux 0x81472677 acpi_get_table +EXPORT_SYMBOL vmlinux 0x8147a69e ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x81521fe3 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x81625de9 vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x816a499c do_splice_direct +EXPORT_SYMBOL vmlinux 0x81885070 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x81930cb4 input_open_device +EXPORT_SYMBOL vmlinux 0x8196f062 elv_rb_find +EXPORT_SYMBOL vmlinux 0x81aa2895 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x8201be58 vfs_llseek +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x822f382a pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x82458f7f radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x824a181b iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x828d0812 agp_generic_enable +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82b3fa03 scsi_host_get +EXPORT_SYMBOL vmlinux 0x82b97027 address_space_init_once +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x830e547b ioremap_prot +EXPORT_SYMBOL vmlinux 0x8332254c cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x833c03aa acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x834015fd jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x8363a8de xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x8391c104 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83b32430 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83f3cdff gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x83f5bdc3 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x840e1686 PDE_DATA +EXPORT_SYMBOL vmlinux 0x8417f512 acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x84382cf5 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x844aafca seq_release +EXPORT_SYMBOL vmlinux 0x844e3767 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x845166d7 pnp_device_attach +EXPORT_SYMBOL vmlinux 0x845f1cca migrate_page +EXPORT_SYMBOL vmlinux 0x8481cd83 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x8488729c tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x850247c7 key_link +EXPORT_SYMBOL vmlinux 0x8509241c __page_cache_alloc +EXPORT_SYMBOL vmlinux 0x85098a35 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x851aca96 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x851c1991 inet_select_addr +EXPORT_SYMBOL vmlinux 0x8523dd87 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x852451a1 lock_may_write +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x85525500 sk_net_capable +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8567b058 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x8569b0cc tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x856efd67 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x85715612 twl6040_power +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85b730b3 lookup_bdev +EXPORT_SYMBOL vmlinux 0x85ca0a04 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85ef3750 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x8604bf7e d_prune_aliases +EXPORT_SYMBOL vmlinux 0x860c106b ata_link_printk +EXPORT_SYMBOL vmlinux 0x86299724 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x86551cae generic_perform_write +EXPORT_SYMBOL vmlinux 0x865bbc5c bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x865ec4ef pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x866553c5 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86aceee3 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x86e2bc00 d_lookup +EXPORT_SYMBOL vmlinux 0x86f919cb compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x8704238b bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x870a073d mark_page_accessed +EXPORT_SYMBOL vmlinux 0x8714661a input_unregister_handle +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x873606d2 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x87534100 inode_set_flags +EXPORT_SYMBOL vmlinux 0x87627c34 vga_client_register +EXPORT_SYMBOL vmlinux 0x8768b381 clear_inode +EXPORT_SYMBOL vmlinux 0x876b1f73 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x876cf73c ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x876dafc3 ec_write +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x87953dd9 skb_put +EXPORT_SYMBOL vmlinux 0x879c1a67 fput +EXPORT_SYMBOL vmlinux 0x87aaddf8 wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x87c58a96 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x87db207b scsi_get_command +EXPORT_SYMBOL vmlinux 0x87dc469a mempool_create_node +EXPORT_SYMBOL vmlinux 0x8805f11e set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x881224b0 pci_iomap +EXPORT_SYMBOL vmlinux 0x8818cd44 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x88207e2e inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x882aa61f xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x88333216 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x8835c829 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x883c91cd __module_get +EXPORT_SYMBOL vmlinux 0x88423e9f __dquot_free_space +EXPORT_SYMBOL vmlinux 0x8844fd78 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x88476777 __kfree_skb +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x8890f41b textsearch_unregister +EXPORT_SYMBOL vmlinux 0x88a38e1c adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x88b83e3b blk_free_tags +EXPORT_SYMBOL vmlinux 0x88ea565f set_binfmt +EXPORT_SYMBOL vmlinux 0x88f00d18 lg_global_unlock +EXPORT_SYMBOL vmlinux 0x89107846 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x891bef26 vm_stat +EXPORT_SYMBOL vmlinux 0x8926da44 compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0x892b26a0 set_memory_nx +EXPORT_SYMBOL vmlinux 0x896f8482 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x89718a6c __serio_register_port +EXPORT_SYMBOL vmlinux 0x89745f99 mount_subtree +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x898cb833 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x898ffa18 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89bf5993 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x89c7ceb3 compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0x89ced8a9 I_BDEV +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89e1c91e tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x89e96b40 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x89eaa2d5 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a2b4e5b vme_master_request +EXPORT_SYMBOL vmlinux 0x8a300d8d load_nls +EXPORT_SYMBOL vmlinux 0x8a4659c0 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a55fbb0 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a7d448a xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x8a80d7a5 acpi_error +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8a9a8a5d tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x8aaaac55 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x8ab59e4c vfs_write +EXPORT_SYMBOL vmlinux 0x8af08e8a kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x8b226a81 acpi_video_dmi_demote_vendor +EXPORT_SYMBOL vmlinux 0x8b24cad3 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b50ba67 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x8b5f4a2e IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b718a12 pv_cpu_ops +EXPORT_SYMBOL vmlinux 0x8b75f8b2 iget_failed +EXPORT_SYMBOL vmlinux 0x8b7d1e9d devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b900f3b _raw_read_lock +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8bab3e99 send_sig +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c20b782 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x8c39dbf2 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x8c4ddc08 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x8c536e79 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x8c601a40 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c67e65d vfs_link +EXPORT_SYMBOL vmlinux 0x8c6e3792 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x8c732594 tty_name +EXPORT_SYMBOL vmlinux 0x8c893050 unregister_key_type +EXPORT_SYMBOL vmlinux 0x8c91283e dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x8c98c7a2 misc_deregister +EXPORT_SYMBOL vmlinux 0x8c9d1ec5 tc_classify +EXPORT_SYMBOL vmlinux 0x8cb8b0df posix_lock_file +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8d030996 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x8d108923 up_read +EXPORT_SYMBOL vmlinux 0x8d290440 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d39813e ip6_frag_init +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d611d26 tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d777f2d xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x8d8d96c6 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x8d91defe amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0x8d97a57f security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x8d97b1db devm_free_irq +EXPORT_SYMBOL vmlinux 0x8da1a3cb acpi_remove_interface +EXPORT_SYMBOL vmlinux 0x8da301b7 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x8daf8c42 dql_init +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8e002cda acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0x8e1f7713 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x8e254412 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x8e2aeb4f skb_checksum +EXPORT_SYMBOL vmlinux 0x8e322a16 backlight_device_register +EXPORT_SYMBOL vmlinux 0x8e332829 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x8e6f3783 vga_con +EXPORT_SYMBOL vmlinux 0x8e7ea20f mmc_register_driver +EXPORT_SYMBOL vmlinux 0x8eaeef67 bio_advance +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8ebf822d md_flush_request +EXPORT_SYMBOL vmlinux 0x8ee4a959 scsi_register +EXPORT_SYMBOL vmlinux 0x8ef40bb1 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x8efe40f9 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x8f11f6aa d_obtain_alias +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f289c30 give_up_console +EXPORT_SYMBOL vmlinux 0x8f61dd8e scsi_register_driver +EXPORT_SYMBOL vmlinux 0x8f826463 nonseekable_open +EXPORT_SYMBOL vmlinux 0x8f8353f3 kill_litter_super +EXPORT_SYMBOL vmlinux 0x8f873c21 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fa930e4 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x8fafcf8f dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x8fc3f946 inet_del_offload +EXPORT_SYMBOL vmlinux 0x8fc7f61a init_net +EXPORT_SYMBOL vmlinux 0x8fd94c95 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x8fe48b08 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x8fe549b6 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x8fe5a408 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x902b9c13 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x903ff367 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x904409c6 acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x90469851 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x9049edb7 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x904c248b sock_create_lite +EXPORT_SYMBOL vmlinux 0x905c72e4 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x90836116 agp_free_page_array +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x90a5d0e5 sock_no_listen +EXPORT_SYMBOL vmlinux 0x90f3354c pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x90f9c24d __f_setown +EXPORT_SYMBOL vmlinux 0x912de9bd locks_copy_lock +EXPORT_SYMBOL vmlinux 0x91416b61 netif_rx_ni +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x916f2c22 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x91708c76 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x917235ed mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x917388df generic_removexattr +EXPORT_SYMBOL vmlinux 0x91831d70 seq_printf +EXPORT_SYMBOL vmlinux 0x91967e8e xen_selfballoon_init +EXPORT_SYMBOL vmlinux 0x91a3cdf4 down_timeout +EXPORT_SYMBOL vmlinux 0x91a48ec8 ip_ct_attach +EXPORT_SYMBOL vmlinux 0x91ac822f vscnprintf +EXPORT_SYMBOL vmlinux 0x91c6a1ce tcp_release_cb +EXPORT_SYMBOL vmlinux 0x91e7932d simple_getattr +EXPORT_SYMBOL vmlinux 0x91edc19e devfreq_add_device +EXPORT_SYMBOL vmlinux 0x91f3bae8 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x91fdaa62 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x91ff142c xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x9239b045 vfs_statfs +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92409b43 dev_mc_add +EXPORT_SYMBOL vmlinux 0x9242a9c6 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x924c2c30 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x9250b706 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x9257d903 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x925c027e pnp_is_active +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x928f1603 bdgrab +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x929bc8a3 ppp_input +EXPORT_SYMBOL vmlinux 0x92a67bb6 input_close_device +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92b5235e neigh_update +EXPORT_SYMBOL vmlinux 0x92bbd5cd pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x92be8b99 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x92d050df iov_pages +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9303821f generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x93073a58 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x9312e41e kern_unmount +EXPORT_SYMBOL vmlinux 0x9327f5ce _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x932bef27 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x934f5e30 genl_notify +EXPORT_SYMBOL vmlinux 0x9369a73a km_state_expired +EXPORT_SYMBOL vmlinux 0x936d3d9a proc_mkdir +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93806826 register_cdrom +EXPORT_SYMBOL vmlinux 0x938e7829 __register_chrdev +EXPORT_SYMBOL vmlinux 0x939d498e jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x93a06b20 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b54d0d forget_cached_acl +EXPORT_SYMBOL vmlinux 0x93ba6330 pci_map_rom +EXPORT_SYMBOL vmlinux 0x93c19fff netdev_update_features +EXPORT_SYMBOL vmlinux 0x93c31886 kthread_stop +EXPORT_SYMBOL vmlinux 0x93c56c3c genphy_read_status +EXPORT_SYMBOL vmlinux 0x93d78597 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x93d80c4f dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x93f3e52b acpi_extract_package +EXPORT_SYMBOL vmlinux 0x93f936b8 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x94000fd0 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x94794fc2 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949e8f23 write_cache_pages +EXPORT_SYMBOL vmlinux 0x94c3d735 kill_bdev +EXPORT_SYMBOL vmlinux 0x94d6f2d2 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x95038138 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x950f81fd sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x951b9b28 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x9532d6de misc_register +EXPORT_SYMBOL vmlinux 0x95395301 acpi_exception +EXPORT_SYMBOL vmlinux 0x953f7845 __blk_end_request +EXPORT_SYMBOL vmlinux 0x95457573 tty_free_termios +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x956deb14 clear_nlink +EXPORT_SYMBOL vmlinux 0x9580361e scsi_print_result +EXPORT_SYMBOL vmlinux 0x95867b2c simple_fill_super +EXPORT_SYMBOL vmlinux 0x959bca71 names_cachep +EXPORT_SYMBOL vmlinux 0x95ae3cb8 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x95b22970 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x95b52f82 seq_lseek +EXPORT_SYMBOL vmlinux 0x95bd6e26 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0x95cd5ac7 udp_del_offload +EXPORT_SYMBOL vmlinux 0x95e1f87e get_task_io_context +EXPORT_SYMBOL vmlinux 0x95e56d72 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0x95eb8512 kobject_add +EXPORT_SYMBOL vmlinux 0x96042776 qdisc_destroy +EXPORT_SYMBOL vmlinux 0x9623fa0a tty_devnum +EXPORT_SYMBOL vmlinux 0x9633d8b7 make_bad_inode +EXPORT_SYMBOL vmlinux 0x964b601a kobject_put +EXPORT_SYMBOL vmlinux 0x9650024a unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x9655b8d5 inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0x96857083 netdev_state_change +EXPORT_SYMBOL vmlinux 0x968a7cd7 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x969c0f35 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x969fa4a7 inode_init_once +EXPORT_SYMBOL vmlinux 0x96a81e6a uart_add_one_port +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96ba1408 sock_i_uid +EXPORT_SYMBOL vmlinux 0x96bf4c44 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96e59c7f sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x96f094fe xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x96f56d46 pci_bus_get +EXPORT_SYMBOL vmlinux 0x96f84039 lookup_one_len +EXPORT_SYMBOL vmlinux 0x9725b589 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x973667db kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x97489f41 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x974c8999 vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x975545ab iov_iter_advance +EXPORT_SYMBOL vmlinux 0x976773b8 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x97791741 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x977c89a2 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x977df0cf __inode_permission +EXPORT_SYMBOL vmlinux 0x97868aef __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a48265 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97c5bd0a acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x97de0ddd acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x97ed92ab inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0x97f4209c vga_tryget +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x9835ccb8 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x983dbc57 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x98827b33 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x988ed85d set_memory_x +EXPORT_SYMBOL vmlinux 0x988fa408 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0x98981680 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x9916452b bdevname +EXPORT_SYMBOL vmlinux 0x99195078 vsnprintf +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x995581e9 dm_get_device +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x99681135 do_splice_to +EXPORT_SYMBOL vmlinux 0x9978ab48 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a1292a alloc_disk +EXPORT_SYMBOL vmlinux 0x99b628b4 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d3a43c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x99da4e02 mddev_congested +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99f068d5 x86_cpu_to_node_map +EXPORT_SYMBOL vmlinux 0x99f30eca vme_register_driver +EXPORT_SYMBOL vmlinux 0x9a037037 security_path_truncate +EXPORT_SYMBOL vmlinux 0x9a0fbbf9 qdisc_list_del +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a26f81d mb_cache_create +EXPORT_SYMBOL vmlinux 0x9a28c46c blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x9a3a60e9 dev_get_stats +EXPORT_SYMBOL vmlinux 0x9a5ffc64 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9a894084 dev_notice +EXPORT_SYMBOL vmlinux 0x9a909a2f xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x9a9e92ec neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x9aa0a413 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x9acc94cc inet_ioctl +EXPORT_SYMBOL vmlinux 0x9ae7214d vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9af7ee18 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x9af89f98 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9b2fbdf9 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x9b3114cc pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b3c400e fb_validate_mode +EXPORT_SYMBOL vmlinux 0x9b4ad807 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x9b7178fc netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x9b759a1f iterate_dir +EXPORT_SYMBOL vmlinux 0x9b7f0244 follow_down_one +EXPORT_SYMBOL vmlinux 0x9b905183 tty_vhangup +EXPORT_SYMBOL vmlinux 0x9b952c1a inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bbcea15 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x9bbe88b3 flex_array_put +EXPORT_SYMBOL vmlinux 0x9bdebea5 km_new_mapping +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9c044f91 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x9c3cacac xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c4bc986 cdrom_open +EXPORT_SYMBOL vmlinux 0x9c59af08 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x9c5edab5 irq_set_chip +EXPORT_SYMBOL vmlinux 0x9c6d181b xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cbc3e5b dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x9cda4b7e __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x9ce03c2a netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x9ced7577 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x9cf44b6a scsi_init_io +EXPORT_SYMBOL vmlinux 0x9cf93fe8 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d2643ce vga_put +EXPORT_SYMBOL vmlinux 0x9d28aaf4 genphy_suspend +EXPORT_SYMBOL vmlinux 0x9d33ef5e acpi_enable +EXPORT_SYMBOL vmlinux 0x9d37bc29 skb_queue_head +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d47db7f mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x9d4f379b agp_find_bridge +EXPORT_SYMBOL vmlinux 0x9d6b55e7 make_kgid +EXPORT_SYMBOL vmlinux 0x9d9423d7 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x9da3e06f phy_register_fixup +EXPORT_SYMBOL vmlinux 0x9db18e04 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x9db6e440 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x9dce6be6 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x9dd73615 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x9de905bc set_user_nice +EXPORT_SYMBOL vmlinux 0x9df66edb inode_needs_sync +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e1c8636 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x9e2f8c90 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e33c27c __inet6_hash +EXPORT_SYMBOL vmlinux 0x9e363b6b acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0x9e3dd698 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e754fa7 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e7b954e vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e8a0607 mpage_writepage +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ea157a5 release_firmware +EXPORT_SYMBOL vmlinux 0x9ea549cf new_sync_read +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9edc8122 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x9f024e39 dquot_operations +EXPORT_SYMBOL vmlinux 0x9f025072 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x9f093579 tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x9f13a303 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f30ca77 udp_set_csum +EXPORT_SYMBOL vmlinux 0x9f3c66e5 pci_select_bars +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4daf91 kill_anon_super +EXPORT_SYMBOL vmlinux 0x9f6a1ca2 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x9f6e19ab mem_section +EXPORT_SYMBOL vmlinux 0x9f6f9a0f scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x9f71e397 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9d9d88 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x9fd7cda1 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fee96e0 pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa018c41d genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xa02831dc mmc_release_host +EXPORT_SYMBOL vmlinux 0xa029ad47 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa06a7635 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0xa06f8e6d tty_mutex +EXPORT_SYMBOL vmlinux 0xa07a23a0 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0834a47 gen_pool_free +EXPORT_SYMBOL vmlinux 0xa09bde55 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0xa0ad4cde __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b965a1 scsi_print_command +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0f9be34 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0ff74d6 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa11e3309 inet_frags_fini +EXPORT_SYMBOL vmlinux 0xa12046f5 d_delete +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1322410 ip_defrag +EXPORT_SYMBOL vmlinux 0xa1332f37 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14b3f5d flex_array_free_parts +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa155ba8e pid_task +EXPORT_SYMBOL vmlinux 0xa170b816 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xa17b29ed from_kprojid +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1cfa2ff serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xa1e8fe15 security_inode_readlink +EXPORT_SYMBOL vmlinux 0xa1eb9823 vga_switcheroo_set_dynamic_switch +EXPORT_SYMBOL vmlinux 0xa1ebd4de simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xa1ec79a7 dev_alert +EXPORT_SYMBOL vmlinux 0xa2026242 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xa202a8e5 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa2368a07 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xa23e16b9 wake_up_process +EXPORT_SYMBOL vmlinux 0xa26e6aec eth_header_parse +EXPORT_SYMBOL vmlinux 0xa272238a mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xa27e8d00 dma_common_mmap +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa28906b8 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0xa29ba9e2 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xa2a0248a pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xa2a335bd vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0xa2b0d4a5 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xa2c708e1 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xa2d09bd4 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa301ea6f blk_peek_request +EXPORT_SYMBOL vmlinux 0xa30964b9 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xa30c76af jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa324351d follow_up +EXPORT_SYMBOL vmlinux 0xa350a8f8 set_memory_array_uc +EXPORT_SYMBOL vmlinux 0xa35c408b sk_receive_skb +EXPORT_SYMBOL vmlinux 0xa373a111 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xa37e78b6 flex_array_get +EXPORT_SYMBOL vmlinux 0xa390524d mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xa3909ad5 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xa395edc5 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xa39eb173 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0xa3be974c dump_page +EXPORT_SYMBOL vmlinux 0xa3d2d50f tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xa3f96685 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0xa3fc3d50 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xa400159f crc32_be +EXPORT_SYMBOL vmlinux 0xa4269b3f netlink_unicast +EXPORT_SYMBOL vmlinux 0xa4281db7 default_llseek +EXPORT_SYMBOL vmlinux 0xa4360903 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xa450a325 wait_iff_congested +EXPORT_SYMBOL vmlinux 0xa4511467 crc16 +EXPORT_SYMBOL vmlinux 0xa4518548 audit_log_task_info +EXPORT_SYMBOL vmlinux 0xa46e4db0 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa4940290 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xa4af49c5 vga_switcheroo_init_domain_pm_optimus_hdmi_audio +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4d102e0 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4e4ab5c filemap_fdatawait +EXPORT_SYMBOL vmlinux 0xa4f0426b sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0xa4f90d95 dqput +EXPORT_SYMBOL vmlinux 0xa4fe233e gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xa51df2b4 down_killable +EXPORT_SYMBOL vmlinux 0xa5203407 pci_set_master +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55bf788 poll_initwait +EXPORT_SYMBOL vmlinux 0xa5600e94 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xa5627a66 elv_register_queue +EXPORT_SYMBOL vmlinux 0xa57c8308 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xa5847183 sock_no_connect +EXPORT_SYMBOL vmlinux 0xa58a3166 lg_local_lock +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa599fc7a fs_bio_set +EXPORT_SYMBOL vmlinux 0xa5aa1949 dquot_alloc +EXPORT_SYMBOL vmlinux 0xa5cc6794 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xa5ceffa7 d_find_any_alias +EXPORT_SYMBOL vmlinux 0xa5d6fec5 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xa5dcafe0 cfb_fillrect +EXPORT_SYMBOL vmlinux 0xa5dddb76 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xa5e3a0d7 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xa5e4f65c __next_cpu_nr +EXPORT_SYMBOL vmlinux 0xa5ec2889 block_invalidatepage +EXPORT_SYMBOL vmlinux 0xa60ae01e touch_atime +EXPORT_SYMBOL vmlinux 0xa6132d33 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0xa61a5ffa abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa64040ba set_blocksize +EXPORT_SYMBOL vmlinux 0xa641a818 inet6_getname +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa67a712c amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0xa67caa35 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa697dda1 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xa6bd63ca acpi_bios_error +EXPORT_SYMBOL vmlinux 0xa6c1293b mdiobus_read +EXPORT_SYMBOL vmlinux 0xa6e8d38f kill_pgrp +EXPORT_SYMBOL vmlinux 0xa6ed9f63 backlight_force_update +EXPORT_SYMBOL vmlinux 0xa704be78 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xa704bf7e mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa72a0f5b nr_online_nodes +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa7412cdf setattr_copy +EXPORT_SYMBOL vmlinux 0xa74fb4e9 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa76bd14a input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xa77eca0d redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xa7b57ab1 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa7c0fd3e pagecache_write_end +EXPORT_SYMBOL vmlinux 0xa7d340e9 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0xa80a66db pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xa80fcec5 set_pages_x +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa8419d53 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa858f3b3 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0xa85f90c1 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa87af3eb bio_put +EXPORT_SYMBOL vmlinux 0xa884a899 alloc_fcdev +EXPORT_SYMBOL vmlinux 0xa88becfd block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8d6b5a2 vfs_mknod +EXPORT_SYMBOL vmlinux 0xa8dd93c1 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xa8e79bb8 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0xa8ecb0f7 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9159954 current_fs_time +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa91b5561 acpi_video_backlight_support +EXPORT_SYMBOL vmlinux 0xa95d3cdb gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0xa96bf5dd write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa971b050 security_path_symlink +EXPORT_SYMBOL vmlinux 0xa9770fdb get_agp_version +EXPORT_SYMBOL vmlinux 0xa9881183 tcp_poll +EXPORT_SYMBOL vmlinux 0xa98853a1 vme_slave_request +EXPORT_SYMBOL vmlinux 0xa9a4e3e1 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0xa9a588ea kernel_getpeername +EXPORT_SYMBOL vmlinux 0xa9a7c66a input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xa9a8e17f arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xa9a9bc90 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0xa9bd2676 __vmalloc +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9c8461f ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xa9c9f452 get_super +EXPORT_SYMBOL vmlinux 0xa9cfd210 vm_mmap +EXPORT_SYMBOL vmlinux 0xa9e9a65e bio_copy_data +EXPORT_SYMBOL vmlinux 0xa9f16509 console_stop +EXPORT_SYMBOL vmlinux 0xaa0073b7 __net_get_random_once +EXPORT_SYMBOL vmlinux 0xaa08895e tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0xaa1f6354 dev_err +EXPORT_SYMBOL vmlinux 0xaa3c6124 account_page_writeback +EXPORT_SYMBOL vmlinux 0xaa5a2663 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaa931b5d insert_inode_locked +EXPORT_SYMBOL vmlinux 0xaa97dbf2 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xaaa3b264 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xaad3d3f9 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab2abddf dma_spin_lock +EXPORT_SYMBOL vmlinux 0xab36b4b6 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xab5285d8 sk_stop_timer +EXPORT_SYMBOL vmlinux 0xab551fad acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xab563170 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab6a5e38 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab770678 rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab795c74 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xab79c199 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xabbae414 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabd2ef1a rtnl_unicast +EXPORT_SYMBOL vmlinux 0xabe8a7fc xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xabeb1eba scsi_reset_provider +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac2f29be get_phy_device +EXPORT_SYMBOL vmlinux 0xac30d943 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xac3395f0 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xac398912 flex_array_clear +EXPORT_SYMBOL vmlinux 0xac3d20e2 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xac47e47c i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xac58ea5e acpi_unload_table_id +EXPORT_SYMBOL vmlinux 0xac7a5349 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacdff9e8 __blk_run_queue +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf7984c current_task +EXPORT_SYMBOL vmlinux 0xacfd1419 ll_rw_block +EXPORT_SYMBOL vmlinux 0xacfe9300 __block_write_begin +EXPORT_SYMBOL vmlinux 0xad01744f kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad0644e8 loop_register_transfer +EXPORT_SYMBOL vmlinux 0xad13c689 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xad1540f4 __mutex_init +EXPORT_SYMBOL vmlinux 0xad158287 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xad164875 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xad18cc93 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xad55a4ef pci_scan_bus +EXPORT_SYMBOL vmlinux 0xad62381d from_kgid +EXPORT_SYMBOL vmlinux 0xad7745d5 dump_skip +EXPORT_SYMBOL vmlinux 0xad7a5581 security_inode_permission +EXPORT_SYMBOL vmlinux 0xad7b6835 from_kuid +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad9f917d invalidate_partition +EXPORT_SYMBOL vmlinux 0xada9dfec input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xadd8bad6 inetdev_by_index +EXPORT_SYMBOL vmlinux 0xae1778db devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xae3e670c qdisc_reset +EXPORT_SYMBOL vmlinux 0xae67a5f5 down_read_trylock +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae8c477e fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0xae9e0b20 simple_setattr +EXPORT_SYMBOL vmlinux 0xaea15002 sockfd_lookup +EXPORT_SYMBOL vmlinux 0xaea976a8 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xaec1aea0 __sb_start_write +EXPORT_SYMBOL vmlinux 0xaed3763e unregister_nls +EXPORT_SYMBOL vmlinux 0xaeed1b2c vfs_writev +EXPORT_SYMBOL vmlinux 0xaefa6b4b blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xaefff31e bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0xaf034198 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xaf16eb71 tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0xaf2d8364 sk_filter +EXPORT_SYMBOL vmlinux 0xaf3d6c0a mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf432e8b mmc_of_parse +EXPORT_SYMBOL vmlinux 0xaf4465f7 file_open_root +EXPORT_SYMBOL vmlinux 0xaf4a1bb3 check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0xaf611eac amd_nb_misc_ids +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf669f2d _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaf6ae696 kstrndup +EXPORT_SYMBOL vmlinux 0xaf86eb13 notify_change +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafb4af1f md_integrity_register +EXPORT_SYMBOL vmlinux 0xafb8c6ff copy_user_generic_string +EXPORT_SYMBOL vmlinux 0xafd5ff2c amd_iommu_v2_supported +EXPORT_SYMBOL vmlinux 0xb0061ad5 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0xb009dd4b inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xb01b1db8 intel_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xb03efe31 napi_complete +EXPORT_SYMBOL vmlinux 0xb0501208 register_gifconf +EXPORT_SYMBOL vmlinux 0xb0562f4e tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xb05cf708 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0755f33 fb_show_logo +EXPORT_SYMBOL vmlinux 0xb091dc95 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0af5012 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xb0b58927 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0c61f91 ip_getsockopt +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e303ce skb_append +EXPORT_SYMBOL vmlinux 0xb0e602eb memmove +EXPORT_SYMBOL vmlinux 0xb1133186 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb122f5c8 fd_install +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb138d0bf dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xb145f2f7 alloc_disk_node +EXPORT_SYMBOL vmlinux 0xb14a67e3 dev_warn +EXPORT_SYMBOL vmlinux 0xb152cd6c fb_blank +EXPORT_SYMBOL vmlinux 0xb1567027 mdiobus_scan +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb168fa55 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xb17631f4 queue_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb19da912 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xb1a706e3 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xb1ad9ee7 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0xb1b20a2f d_alloc_name +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1cfad22 rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb20ecf88 acpi_run_osc +EXPORT_SYMBOL vmlinux 0xb20ee7d9 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xb21526c3 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0xb217cb21 i2c_register_driver +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb2205d93 kernel_sendpage +EXPORT_SYMBOL vmlinux 0xb2504194 get_super_thawed +EXPORT_SYMBOL vmlinux 0xb257ec06 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0xb25f9185 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb277a2ca module_refcount +EXPORT_SYMBOL vmlinux 0xb28e943f __ht_create_irq +EXPORT_SYMBOL vmlinux 0xb29b4422 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xb29c0a66 mutex_trylock +EXPORT_SYMBOL vmlinux 0xb2b06fd7 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2c5e711 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xb2d409a7 __elv_add_request +EXPORT_SYMBOL vmlinux 0xb2e08e7b lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb309ac29 kdb_current_task +EXPORT_SYMBOL vmlinux 0xb3284531 acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xb33be118 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0xb3424016 xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit +EXPORT_SYMBOL vmlinux 0xb3749c29 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xb3797f56 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xb384dfeb jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xb3a27434 tcp_close +EXPORT_SYMBOL vmlinux 0xb3dba1a2 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xb3df384f dma_pool_create +EXPORT_SYMBOL vmlinux 0xb3e4306f sock_wmalloc +EXPORT_SYMBOL vmlinux 0xb3efb3c8 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xb3f1b97b tty_hangup +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb4060791 mmc_start_req +EXPORT_SYMBOL vmlinux 0xb40b0d1d swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0xb41749ea elv_add_request +EXPORT_SYMBOL vmlinux 0xb418cc88 __get_user_pages +EXPORT_SYMBOL vmlinux 0xb423246b sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42c85a3 find_get_entry +EXPORT_SYMBOL vmlinux 0xb43bccb9 bio_map_user +EXPORT_SYMBOL vmlinux 0xb445742b seq_vprintf +EXPORT_SYMBOL vmlinux 0xb44a2fc4 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xb4605f1c kobject_set_name +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47189b5 reservation_ww_class +EXPORT_SYMBOL vmlinux 0xb4a185d7 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0xb4b437b5 __destroy_inode +EXPORT_SYMBOL vmlinux 0xb4d2ed9c vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xb4da0a46 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xb4db6605 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xb4e545c4 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0xb4f103ab scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xb4fa8294 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xb512dd48 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xb52c2f64 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb55caad5 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xb56b0903 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xb573114a ida_simple_get +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb579076b pci_dev_get +EXPORT_SYMBOL vmlinux 0xb57f2457 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xb58bdfad xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xb58ecb76 skb_queue_tail +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5d6980c generic_write_checks +EXPORT_SYMBOL vmlinux 0xb5dcab5b remove_wait_queue +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb63d0624 dm_unregister_target +EXPORT_SYMBOL vmlinux 0xb645d23e vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xb6523c58 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0xb664b5c1 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xb668bb1f __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6787f5c noop_fsync +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a11519 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6a791b8 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6c30e54 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6cdc891 phy_device_create +EXPORT_SYMBOL vmlinux 0xb6d0be13 inode_permission +EXPORT_SYMBOL vmlinux 0xb70411c0 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0xb72bf194 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xb72c9a23 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xb72d3ceb mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xb758b225 acpi_disable_event +EXPORT_SYMBOL vmlinux 0xb76469cb call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb78a9eb7 mmc_can_erase +EXPORT_SYMBOL vmlinux 0xb7b0ce8a i2c_del_driver +EXPORT_SYMBOL vmlinux 0xb7b9d0a3 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xb7d03fb8 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xb7f47feb inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xb8017f2d __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xb8199c11 __register_nls +EXPORT_SYMBOL vmlinux 0xb8286199 iov_iter_init +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb883b9f2 register_key_type +EXPORT_SYMBOL vmlinux 0xb8a23110 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xb8ab2665 bio_integrity_free +EXPORT_SYMBOL vmlinux 0xb8ab90f2 amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8eabba3 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb91f323a request_firmware +EXPORT_SYMBOL vmlinux 0xb9249d16 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xb958b22c pci_set_power_state +EXPORT_SYMBOL vmlinux 0xb97db106 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0xb9877845 empty_aops +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9b4e181 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fd2205 add_efi_memmap +EXPORT_SYMBOL vmlinux 0xba071ed4 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0xba188fa5 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xba252729 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xba2d8594 ec_read +EXPORT_SYMBOL vmlinux 0xba426a0d scsi_device_put +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba58fac0 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xba63339c _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xba9f6267 filemap_map_pages +EXPORT_SYMBOL vmlinux 0xba9fa689 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xbaa285b6 sk_release_kernel +EXPORT_SYMBOL vmlinux 0xbaa6beba page_put_link +EXPORT_SYMBOL vmlinux 0xbab1e250 pnp_possible_config +EXPORT_SYMBOL vmlinux 0xbaddeaae tty_unlock +EXPORT_SYMBOL vmlinux 0xbafbf2c8 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xbb043bcd inet_stream_ops +EXPORT_SYMBOL vmlinux 0xbb0683c5 scm_fp_dup +EXPORT_SYMBOL vmlinux 0xbb1ad656 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xbb2362c4 netdev_info +EXPORT_SYMBOL vmlinux 0xbb288db9 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xbb2d03c3 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xbb34134a iov_shorten +EXPORT_SYMBOL vmlinux 0xbb4906e0 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb71723b bioset_integrity_free +EXPORT_SYMBOL vmlinux 0xbb7832ec acpi_device_hid +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbb9fba98 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xbbaeb559 memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xbbafaa30 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xbbd99682 fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0xbbfcaca5 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xbc009a23 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xbc099c9f input_register_device +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2978e9 lg_global_lock +EXPORT_SYMBOL vmlinux 0xbc38df41 set_trace_device +EXPORT_SYMBOL vmlinux 0xbc425f78 sock_no_mmap +EXPORT_SYMBOL vmlinux 0xbc497a62 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xbc762652 compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xbcadf159 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xbcb6b5d7 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0xbcbfcf7b sock_init_data +EXPORT_SYMBOL vmlinux 0xbcc12836 tty_lock_pair +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbce2041f blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xbd100793 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xbd124be9 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xbd200001 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xbd39e6fd blk_delay_queue +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd6a3f42 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0xbd901b31 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd9aab65 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xbdaac0d8 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xbdaf5b07 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbe18153d try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xbe2781f9 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe3501d7 set_anon_super +EXPORT_SYMBOL vmlinux 0xbe3e647b tty_port_put +EXPORT_SYMBOL vmlinux 0xbe5bd5e9 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xbe71724c skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xbe8efc84 abx500_register_ops +EXPORT_SYMBOL vmlinux 0xbea82903 vga_get +EXPORT_SYMBOL vmlinux 0xbec30d05 x86_match_cpu +EXPORT_SYMBOL vmlinux 0xbecc5914 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xbecfbb3f neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xbed57afe __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf0236e3 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0xbf42cfcc freeze_bdev +EXPORT_SYMBOL vmlinux 0xbf4935db down_write_trylock +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf921c8c nf_log_packet +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbf9cfa87 dev_mc_init +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfce33a0 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbfef5d4c dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xbffc0da0 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xbffdf541 submit_bio +EXPORT_SYMBOL vmlinux 0xc005227d vlan_vid_del +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc03ee0f3 ida_destroy +EXPORT_SYMBOL vmlinux 0xc03fdabc remove_proc_entry +EXPORT_SYMBOL vmlinux 0xc068ff32 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc07aa90e jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc08429a5 phy_print_status +EXPORT_SYMBOL vmlinux 0xc084ab9e pagecache_get_page +EXPORT_SYMBOL vmlinux 0xc0982228 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0b9380a xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xc0e3b181 aio_complete +EXPORT_SYMBOL vmlinux 0xc0f01e4f sock_kmalloc +EXPORT_SYMBOL vmlinux 0xc1404c33 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0xc1522ed0 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0xc15a44c6 memzero_explicit +EXPORT_SYMBOL vmlinux 0xc163414e netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xc169d5d7 register_framebuffer +EXPORT_SYMBOL vmlinux 0xc16ccfcc tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xc1938e9f __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xc19aad0e amd_iommu_domain_clear_gcr3 +EXPORT_SYMBOL vmlinux 0xc19ea6df blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0xc1cbc4d0 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc21ad65c key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xc2210179 skb_seq_read +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc272890b tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xc2870f9e agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xc297cb6b pipe_unlock +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2eda9d5 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xc2f1cbce pci_disable_device +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc30aad0d inet_shutdown +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc3235f3f dev_uc_add +EXPORT_SYMBOL vmlinux 0xc32e4d85 blk_rq_init +EXPORT_SYMBOL vmlinux 0xc33fcb8b fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0xc343473f blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xc34fb955 flow_cache_init +EXPORT_SYMBOL vmlinux 0xc3587304 kern_path +EXPORT_SYMBOL vmlinux 0xc365363a inode_get_bytes +EXPORT_SYMBOL vmlinux 0xc36b0090 touch_buffer +EXPORT_SYMBOL vmlinux 0xc3932dd0 kfree_skb_list +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3ac4041 disk_stack_limits +EXPORT_SYMBOL vmlinux 0xc3b18659 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0xc3b89afa dump_trace +EXPORT_SYMBOL vmlinux 0xc3d90e26 seq_escape +EXPORT_SYMBOL vmlinux 0xc3e1b23c unregister_qdisc +EXPORT_SYMBOL vmlinux 0xc3e83cf1 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xc3fdcbe0 ip6_route_output +EXPORT_SYMBOL vmlinux 0xc4345f94 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xc440176b scm_detach_fds +EXPORT_SYMBOL vmlinux 0xc44b308b prepare_binprm +EXPORT_SYMBOL vmlinux 0xc45d8231 ___pskb_trim +EXPORT_SYMBOL vmlinux 0xc465ce2a simple_transaction_set +EXPORT_SYMBOL vmlinux 0xc48307db lz4_decompress +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4b57748 tty_register_device +EXPORT_SYMBOL vmlinux 0xc4d5b993 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xc4ed6b12 kernel_connect +EXPORT_SYMBOL vmlinux 0xc4f13f7d set_nlink +EXPORT_SYMBOL vmlinux 0xc510f9af do_sync_write +EXPORT_SYMBOL vmlinux 0xc5137552 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc586c418 proto_unregister +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5fa1092 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc60d5715 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xc617cb21 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xc6247b67 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xc630698e unregister_quota_format +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc6469c36 key_invalidate +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc663f931 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc6772da2 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xc67775a3 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xc678d58f clk_add_alias +EXPORT_SYMBOL vmlinux 0xc6a940d6 sync_blockdev +EXPORT_SYMBOL vmlinux 0xc6b368d3 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xc6b79d76 pci_bus_type +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d893de fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0xc6e3b79a ip_options_compile +EXPORT_SYMBOL vmlinux 0xc715d9e0 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7310166 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xc73243f9 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xc739a3f9 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0xc74ec65a bio_init +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc774b0b8 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a0d753 ip6_frag_match +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7b75c24 skb_make_writable +EXPORT_SYMBOL vmlinux 0xc7bcfa83 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xc7e0cf0c unregister_md_personality +EXPORT_SYMBOL vmlinux 0xc7fad6d1 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xc80a2bbf twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xc80e8770 pci_enable_msix +EXPORT_SYMBOL vmlinux 0xc8255d66 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xc82c873e __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xc8315fb5 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xc83a005b irq_to_desc +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc83f5cfc cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc88a444b vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc89955ba blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xc89d02a0 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8b621fa netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xc8bbc932 eth_header_cache +EXPORT_SYMBOL vmlinux 0xc8cdd9ca elevator_alloc +EXPORT_SYMBOL vmlinux 0xc8ce742f try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xc8d91da7 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xc8e7ccb4 elv_rb_del +EXPORT_SYMBOL vmlinux 0xc8f570ec iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xc9067718 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xc908eb6e xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0xc926741b vme_irq_generate +EXPORT_SYMBOL vmlinux 0xc92b6a95 dquot_commit +EXPORT_SYMBOL vmlinux 0xc93545a1 release_pages +EXPORT_SYMBOL vmlinux 0xc949988e pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0xc95a2e02 kernel_accept +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96633a0 alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xc978479a xz_dec_run +EXPORT_SYMBOL vmlinux 0xc97e040f jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9dd235b i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0xc9f10067 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xc9f43262 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xca03b48d vfs_create +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca13161e mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xca40f8be jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0xca43491c __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xca44c687 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0xca4ca404 gen_pool_create +EXPORT_SYMBOL vmlinux 0xca4fcb09 tcp_check_req +EXPORT_SYMBOL vmlinux 0xca5747ef eth_change_mtu +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca5e2cc4 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xca5ee09a vme_free_consistent +EXPORT_SYMBOL vmlinux 0xca6ea8df freezing_slow_path +EXPORT_SYMBOL vmlinux 0xca76536e sock_alloc_file +EXPORT_SYMBOL vmlinux 0xca822198 ilookup +EXPORT_SYMBOL vmlinux 0xca832efe kmalloc_order +EXPORT_SYMBOL vmlinux 0xca8acc78 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcabacaec d_set_d_op +EXPORT_SYMBOL vmlinux 0xcacafca9 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0xcad96fb7 vm_map_ram +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcaf5806d mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb4cbc17 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0xcb5fc2bd set_create_files_as +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb8412f7 seq_open +EXPORT_SYMBOL vmlinux 0xcb846166 dst_destroy +EXPORT_SYMBOL vmlinux 0xcb9b6ec0 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xcba42252 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xcbae6c7a acpi_lid_notifier_unregister +EXPORT_SYMBOL vmlinux 0xcbb86654 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0xcbba8f28 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0xcbbb8c87 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbccc685 nobh_write_begin +EXPORT_SYMBOL vmlinux 0xcc01725f framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xcc173cab acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0xcc20c972 have_submounts +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc407761 pv_mmu_ops +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc759d9e mutex_lock +EXPORT_SYMBOL vmlinux 0xccacc3b5 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xccba8aa5 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xcccb85f4 vme_irq_handler +EXPORT_SYMBOL vmlinux 0xccd11b1f input_release_device +EXPORT_SYMBOL vmlinux 0xccd68a25 unlock_rename +EXPORT_SYMBOL vmlinux 0xccde7369 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xcce82d1e nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xcd06e776 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xcd0825e2 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xcd0f4d3a dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xcd20667a kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd30b550 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xcd34ac01 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xcd3bc598 __wait_on_bit +EXPORT_SYMBOL vmlinux 0xcd41af4b kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xcd57f7b0 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xcd586ce3 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0xcda8d3e5 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xcdbe5521 phy_device_free +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcde42cde dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xce054c1e inet6_protos +EXPORT_SYMBOL vmlinux 0xce271a49 swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce40bae8 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xce42feb4 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xce4904a4 acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5399f4 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce66c01f pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xce8380aa unregister_cdrom +EXPORT_SYMBOL vmlinux 0xce8d9d7f xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceae504f cmdline_parts_free +EXPORT_SYMBOL vmlinux 0xcede9eab xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf21d241 __wake_up +EXPORT_SYMBOL vmlinux 0xcf2cea31 _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xcf3c2933 serio_close +EXPORT_SYMBOL vmlinux 0xcf410edc zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0xcf6a0e50 udp_poll +EXPORT_SYMBOL vmlinux 0xcf6cfe1f msrs_free +EXPORT_SYMBOL vmlinux 0xcf78a79e xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xcf9ec777 md_done_sync +EXPORT_SYMBOL vmlinux 0xcfcfd3ae __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xcfdca31d seq_bitmap +EXPORT_SYMBOL vmlinux 0xcfdf0257 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xcff5f267 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0xd006af71 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xd011eb88 nla_reserve +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd0298b8b proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xd02d525a nf_afinfo +EXPORT_SYMBOL vmlinux 0xd04259b4 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xd048f9d4 do_splice_from +EXPORT_SYMBOL vmlinux 0xd067fc5c proc_dointvec +EXPORT_SYMBOL vmlinux 0xd06f5a70 init_task +EXPORT_SYMBOL vmlinux 0xd071e7f7 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd07dd2bd inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xd08b85a2 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0b22b99 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xd0bd15f5 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xd0c5dedd ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xd0cf9fbf copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xd0d0aa72 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0f4aaf6 dev_close +EXPORT_SYMBOL vmlinux 0xd0f9e350 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd1044308 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xd117acd2 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xd11996b5 napi_gro_frags +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd128260a bdi_unregister +EXPORT_SYMBOL vmlinux 0xd1360a69 eth_header +EXPORT_SYMBOL vmlinux 0xd1381863 dev_mc_del +EXPORT_SYMBOL vmlinux 0xd1453020 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0xd1652a93 acpi_info +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd183dee7 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xd18580bb kernel_getsockname +EXPORT_SYMBOL vmlinux 0xd186fc41 rt6_lookup +EXPORT_SYMBOL vmlinux 0xd18b6eb2 acpi_unmap_lsapic +EXPORT_SYMBOL vmlinux 0xd18c3336 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xd1987a23 vm_event_states +EXPORT_SYMBOL vmlinux 0xd1a61b0e max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xd1dea01c xfrm_register_km +EXPORT_SYMBOL vmlinux 0xd1e25a6c scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xd1ee9bbd input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd20518df compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0xd20e60e5 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0xd2147574 acl_by_type +EXPORT_SYMBOL vmlinux 0xd21c02f6 register_md_personality +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd23932d1 tcf_em_register +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd297e660 simple_link +EXPORT_SYMBOL vmlinux 0xd2a048e2 generic_read_dir +EXPORT_SYMBOL vmlinux 0xd2abc9da blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0xd2b09ce5 __kmalloc +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd3040744 i2c_master_recv +EXPORT_SYMBOL vmlinux 0xd311bf4f fb_pan_display +EXPORT_SYMBOL vmlinux 0xd3140a30 blk_start_request +EXPORT_SYMBOL vmlinux 0xd32aec7b ip_fragment +EXPORT_SYMBOL vmlinux 0xd33da58e netlink_capable +EXPORT_SYMBOL vmlinux 0xd33e6aae netdev_notice +EXPORT_SYMBOL vmlinux 0xd34bd3c1 pci_request_regions +EXPORT_SYMBOL vmlinux 0xd359d3ab unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xd36257ba memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0xd36fbb01 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xd3719d59 paravirt_ticketlocks_enabled +EXPORT_SYMBOL vmlinux 0xd38b55d9 blk_execute_rq +EXPORT_SYMBOL vmlinux 0xd3b9060d jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xd3c3f114 tcp_ioctl +EXPORT_SYMBOL vmlinux 0xd3d9af76 skb_unlink +EXPORT_SYMBOL vmlinux 0xd40a8e62 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0xd411059e input_allocate_device +EXPORT_SYMBOL vmlinux 0xd42d0884 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xd44adc55 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xd44e5fc3 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0xd45ab203 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xd468777d jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xd47d946d dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0xd47fa826 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0xd482c6a8 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4909a96 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xd4a2cf0e compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xd4b08e54 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xd4c8d618 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0xd50af3e6 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xd50fef48 acpi_detach_data +EXPORT_SYMBOL vmlinux 0xd5147271 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xd51abd99 request_key +EXPORT_SYMBOL vmlinux 0xd52bf1ce _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xd56619d5 bioset_create +EXPORT_SYMBOL vmlinux 0xd573acf7 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xd586f365 scsi_finish_command +EXPORT_SYMBOL vmlinux 0xd58ee03e pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xd59e4748 pci_iounmap +EXPORT_SYMBOL vmlinux 0xd5c1f0e9 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xd5ccc58f ps2_end_command +EXPORT_SYMBOL vmlinux 0xd5dec95b dquot_file_open +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd607621d netlink_net_capable +EXPORT_SYMBOL vmlinux 0xd611bca3 completion_done +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd62d3aae padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xd63815eb genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd664216d __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xd66aa771 unregister_binfmt +EXPORT_SYMBOL vmlinux 0xd678c9ee dev_uc_flush +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd6afd883 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6c71c1e scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xd6ca9831 dquot_acquire +EXPORT_SYMBOL vmlinux 0xd6e219ee module_put +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd733ec02 amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0xd735c659 sock_wfree +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd77abbe3 km_is_alive +EXPORT_SYMBOL vmlinux 0xd7808eea max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xd7857bb0 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd7adf2fc xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0xd7b39d08 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xd7bed53e amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0xd7cbddda memcpy_toiovec +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd845b717 kernel_bind +EXPORT_SYMBOL vmlinux 0xd8597d6a d_make_root +EXPORT_SYMBOL vmlinux 0xd85eb426 bio_copy_user +EXPORT_SYMBOL vmlinux 0xd867bb2a swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0xd86e91a7 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xd87bf08f __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xd88412da scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xd88bdaff inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xd895f7de devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd89e1bca finish_no_open +EXPORT_SYMBOL vmlinux 0xd8b6cae6 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0xd8c8137a cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xd8dcf7a3 tty_do_resize +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd9091363 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0xd9105700 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92beeab soft_cursor +EXPORT_SYMBOL vmlinux 0xd92e16ba csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0xd93d3031 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xd94322e7 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0xd944ce0f __frontswap_store +EXPORT_SYMBOL vmlinux 0xd969b2c7 amd_e400_c1e_detected +EXPORT_SYMBOL vmlinux 0xd96ec02b down_write +EXPORT_SYMBOL vmlinux 0xd9732805 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xd983cc8f blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd99867bb fsync_bdev +EXPORT_SYMBOL vmlinux 0xd9a8b7aa bdput +EXPORT_SYMBOL vmlinux 0xd9af348c abort_creds +EXPORT_SYMBOL vmlinux 0xd9d6be32 inet_put_port +EXPORT_SYMBOL vmlinux 0xda0811fa jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xda20f74c pci_save_state +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3e43d1 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xda6822a9 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda7ce43a blk_finish_request +EXPORT_SYMBOL vmlinux 0xda84abe6 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xdaae6474 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0xdaaebec3 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xdab8b7b0 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xdad4d8d3 proc_set_size +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdaf80d44 key_task_permission +EXPORT_SYMBOL vmlinux 0xdb0519dc seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xdb082686 fb_get_mode +EXPORT_SYMBOL vmlinux 0xdb15d551 thaw_super +EXPORT_SYMBOL vmlinux 0xdb4a0814 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xdb5269e0 iput +EXPORT_SYMBOL vmlinux 0xdb6055e0 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb7305a1 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb90fda3 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xdbb6e320 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbd2ffa6 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0xdbd816fd neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xdbe72691 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xdbedeefe dma_set_mask +EXPORT_SYMBOL vmlinux 0xdc009d0d tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc3769f3 sock_no_poll +EXPORT_SYMBOL vmlinux 0xdc3c41a8 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc4ee6de inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc57f532 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xdc639450 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xdc8d1dde _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0xdcaccc8e dentry_unhash +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcba19a8 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0xdcd4ee89 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0xdcf5b2dc kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0xdcfdd370 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xdd12ee66 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xdd316bf9 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xdd427511 alloc_fddidev +EXPORT_SYMBOL vmlinux 0xdd481a02 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xdd4f0126 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xdd6967d4 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xdd6f7302 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xddb83ab5 kill_pid +EXPORT_SYMBOL vmlinux 0xdde83545 intel_gtt_get +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde16dc16 tboot +EXPORT_SYMBOL vmlinux 0xde1ab9af __pagevec_release +EXPORT_SYMBOL vmlinux 0xde6151db tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde99a4a4 lock_fb_info +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xded14b6a amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0xdf0da3cc acpi_get_devices +EXPORT_SYMBOL vmlinux 0xdf11c3c6 dev_driver_string +EXPORT_SYMBOL vmlinux 0xdf12a927 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdf13b679 i2c_master_send +EXPORT_SYMBOL vmlinux 0xdf20ad66 dget_parent +EXPORT_SYMBOL vmlinux 0xdf24f347 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf3c8a08 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xdf504199 noop_llseek +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf639d31 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xdf711343 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0xdf80c91a pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf92c5f5 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xdfb34e8c __free_pages +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfd63c46 block_read_full_page +EXPORT_SYMBOL vmlinux 0xdfe0c3e8 cad_pid +EXPORT_SYMBOL vmlinux 0xdfe15441 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xdfe78ff7 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe00227fa fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0xe01223d1 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xe034469d bio_copy_kern +EXPORT_SYMBOL vmlinux 0xe037258b __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe05170d5 iget_locked +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe0633324 blk_get_request +EXPORT_SYMBOL vmlinux 0xe06e4199 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe076b9b2 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xe0a32fe6 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xe0a84a3c udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xe0ac8bd2 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xe0afd74c i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0bef625 proc_remove +EXPORT_SYMBOL vmlinux 0xe0c6aa6c skb_trim +EXPORT_SYMBOL vmlinux 0xe0cad958 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xe0e0d642 pneigh_lookup +EXPORT_SYMBOL vmlinux 0xe0f1fa67 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xe0fab6ca sk_free +EXPORT_SYMBOL vmlinux 0xe0fba150 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe132ee14 agp_backend_release +EXPORT_SYMBOL vmlinux 0xe1377553 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe15f42bb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe17ddd1e blk_run_queue_async +EXPORT_SYMBOL vmlinux 0xe17eafa6 nla_append +EXPORT_SYMBOL vmlinux 0xe1c2a9d5 update_time +EXPORT_SYMBOL vmlinux 0xe1d5de24 x86_dma_fallback_dev +EXPORT_SYMBOL vmlinux 0xe1d7cf92 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xe1ddf9ea tc_classify_compat +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe20372ae radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe207e43f input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xe21c773d inet_frags_init +EXPORT_SYMBOL vmlinux 0xe21d2a02 pci_match_id +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe24df776 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe2565732 __getblk +EXPORT_SYMBOL vmlinux 0xe264ebd3 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0xe268db12 phy_connect +EXPORT_SYMBOL vmlinux 0xe274bd6e twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xe29b04e9 acpi_set_firmware_waking_vector64 +EXPORT_SYMBOL vmlinux 0xe29c29c0 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2cfb038 __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2f79e8b pci_release_region +EXPORT_SYMBOL vmlinux 0xe319eb24 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xe3296fce blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xe32bb571 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xe3352891 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xe3368fdc blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xe3557679 downgrade_write +EXPORT_SYMBOL vmlinux 0xe3842648 generic_show_options +EXPORT_SYMBOL vmlinux 0xe388a763 tty_check_change +EXPORT_SYMBOL vmlinux 0xe38e5967 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xe39045c7 __bread +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3cab154 devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3e12008 __first_cpu +EXPORT_SYMBOL vmlinux 0xe3f2a632 tcp_proc_register +EXPORT_SYMBOL vmlinux 0xe4368d39 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xe4590f27 ht_create_irq +EXPORT_SYMBOL vmlinux 0xe46c9d54 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xe47270b7 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xe4748b85 __secpath_destroy +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe4ba9d1e pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xe4c51778 dquot_transfer +EXPORT_SYMBOL vmlinux 0xe4c69b34 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xe50871c8 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xe5168261 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xe5208918 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe526909e tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xe530d757 acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xe5558c0f d_alloc +EXPORT_SYMBOL vmlinux 0xe573e69f input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5947d15 d_drop +EXPORT_SYMBOL vmlinux 0xe5969bdb tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0xe5a7570c generic_readlink +EXPORT_SYMBOL vmlinux 0xe5b2946f d_tmpfile +EXPORT_SYMBOL vmlinux 0xe5bec95c i8253_lock +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5c7df87 pipe_lock +EXPORT_SYMBOL vmlinux 0xe5d95716 nf_ct_attach +EXPORT_SYMBOL vmlinux 0xe5dd13fd simple_release_fs +EXPORT_SYMBOL vmlinux 0xe5dfb46d generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe615b310 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xe621adec tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xe63c54bc buffer_migrate_page +EXPORT_SYMBOL vmlinux 0xe64d98fe rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xe691cd60 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69a9df4 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe69aa80d invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xe6a9a0a7 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xe6b29cab dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xe6bdb166 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xe6e16177 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xe6fb675c node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe703e97e xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xe7086de3 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xe70c9ab0 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xe716baed acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xe7234587 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0xe7850ea5 block_write_full_page +EXPORT_SYMBOL vmlinux 0xe78b4c4c block_write_begin +EXPORT_SYMBOL vmlinux 0xe78fcd58 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7baa985 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xe7c44e85 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xe7d1e9be cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7dd1d02 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xe7f051d9 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe82a3b93 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xe832a763 cpu_core_map +EXPORT_SYMBOL vmlinux 0xe8751e10 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe8873917 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0xe8874e8c inet_frag_kill +EXPORT_SYMBOL vmlinux 0xe8a10e48 simple_rename +EXPORT_SYMBOL vmlinux 0xe8a3a2bc n_tty_compat_ioctl_helper +EXPORT_SYMBOL vmlinux 0xe8bd5417 __put_cred +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c7a727 tso_build_data +EXPORT_SYMBOL vmlinux 0xe8dbafef __next_cpu +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe9292592 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xe932a90b x86_hyper +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95e00cf flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0xe973d610 phy_init_eee +EXPORT_SYMBOL vmlinux 0xe997667b wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xe9dff136 mempool_alloc +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea2a827a acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xea5eb45f ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xea662f64 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0xea7b8a44 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xea850e10 neigh_destroy +EXPORT_SYMBOL vmlinux 0xea8a197c iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xea90bdd3 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xea9647d7 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0xeaa10b47 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xeaa4979d jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xeaa5f863 get_user_pages +EXPORT_SYMBOL vmlinux 0xeac73847 irq_regs +EXPORT_SYMBOL vmlinux 0xead2d417 bdi_register +EXPORT_SYMBOL vmlinux 0xeadafc5c xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaf74b2f tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0xeb1cd9d5 tso_count_descs +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb76d5f6 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xeb9a0ae1 pnp_device_detach +EXPORT_SYMBOL vmlinux 0xebab7ddd swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0xebcb673f pci_map_biosrom +EXPORT_SYMBOL vmlinux 0xec16ab75 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xec1f0afc mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xec29d742 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xec3206e2 dev_addr_del +EXPORT_SYMBOL vmlinux 0xec4d5e04 tcf_hash_check +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec5e65f4 account_page_redirty +EXPORT_SYMBOL vmlinux 0xec730387 _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xec794ab7 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0xec9300d6 devm_gpio_request +EXPORT_SYMBOL vmlinux 0xeca60641 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0xeca789f6 padata_free +EXPORT_SYMBOL vmlinux 0xecac7429 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xecafc327 would_dump +EXPORT_SYMBOL vmlinux 0xecb49469 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xeccd3e0c acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xecfed68b writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xed15d13c tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xed368117 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xed3fdc35 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xed54d898 mount_pseudo +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed6612d8 blk_complete_request +EXPORT_SYMBOL vmlinux 0xed7a1d81 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedba52a5 __genl_register_family +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbf335a get_tz_trend +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc835cc blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xeddf7dd0 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xede0d2a7 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xedeb4a6f softnet_data +EXPORT_SYMBOL vmlinux 0xedfb1ea3 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xee0a055c __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee46885d add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xee6b93dc bio_map_kern +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee865870 __find_get_block +EXPORT_SYMBOL vmlinux 0xee87ad96 user_path_create +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee9a9bd3 is_bad_inode +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb5bd3b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xeeba0c96 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0xeec1cc93 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xeec905ca follow_pfn +EXPORT_SYMBOL vmlinux 0xeec96247 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0xeed49573 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xeee851f6 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xeeec26a7 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xeef6206b phy_detach +EXPORT_SYMBOL vmlinux 0xeef9bff6 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xef09bdb7 uart_resume_port +EXPORT_SYMBOL vmlinux 0xef124eb3 __devm_release_region +EXPORT_SYMBOL vmlinux 0xef1477b3 led_blink_set +EXPORT_SYMBOL vmlinux 0xef183b16 blkdev_put +EXPORT_SYMBOL vmlinux 0xef189b18 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xef2ab1b7 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xef411e45 dm_register_target +EXPORT_SYMBOL vmlinux 0xef4c0591 phy_start_aneg +EXPORT_SYMBOL vmlinux 0xef617146 pci_platform_rom +EXPORT_SYMBOL vmlinux 0xef617880 dma_supported +EXPORT_SYMBOL vmlinux 0xef8a8e63 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xef8ee07d tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefaba24b pci_disable_msix +EXPORT_SYMBOL vmlinux 0xefb109a9 udplite_prot +EXPORT_SYMBOL vmlinux 0xefba93e1 mempool_destroy +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefd3d4b9 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefde951b sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xefe099c3 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xefe0b45b km_report +EXPORT_SYMBOL vmlinux 0xefeab178 __sb_end_write +EXPORT_SYMBOL vmlinux 0xefeb2c9a fb_set_cmap +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0038820 dev_addr_flush +EXPORT_SYMBOL vmlinux 0xf003f1bb uart_match_port +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf02109f5 remap_pfn_range +EXPORT_SYMBOL vmlinux 0xf02e88f6 register_filesystem +EXPORT_SYMBOL vmlinux 0xf02fa357 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf07d5be2 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xf08153d9 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0a8237a radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xf0aa2cde scsi_release_buffers +EXPORT_SYMBOL vmlinux 0xf0de708b kernel_listen +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf110085e register_qdisc +EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit +EXPORT_SYMBOL vmlinux 0xf116d4b5 copy_in_user +EXPORT_SYMBOL vmlinux 0xf11d2fd7 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xf1243947 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xf140b2c8 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf147ecb1 down_trylock +EXPORT_SYMBOL vmlinux 0xf148a47a vfs_readv +EXPORT_SYMBOL vmlinux 0xf150a835 pci_restore_state +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1c429aa iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0xf1d94c3f xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1dbff70 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf22449ae down_interruptible +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2726671 textsearch_register +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf294cf4f pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2a1a3df netif_napi_del +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2d20bc6 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xf2eb2eb5 seq_open_private +EXPORT_SYMBOL vmlinux 0xf2ecc01e inet_accept +EXPORT_SYMBOL vmlinux 0xf3111d12 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0xf312cb9d ucs2_strsize +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf314b68c tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xf31715f4 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xf31bebb5 eth_type_trans +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf3381731 netpoll_setup +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3584652 skb_tx_error +EXPORT_SYMBOL vmlinux 0xf35f9126 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xf3792643 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0xf3800087 __quota_error +EXPORT_SYMBOL vmlinux 0xf385e43a i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf394b27b i2c_release_client +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3986b06 acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0xf3bc8426 da903x_query_status +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3ced0a1 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xf3d1b243 serio_rescan +EXPORT_SYMBOL vmlinux 0xf3d423cc nobh_write_end +EXPORT_SYMBOL vmlinux 0xf41afc39 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0xf4290080 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xf432dd3d __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf457e4c8 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xf46b868d flow_cache_lookup +EXPORT_SYMBOL vmlinux 0xf486c9b7 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xf4899472 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xf48f4f27 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit +EXPORT_SYMBOL vmlinux 0xf4af4bae inode_dio_wait +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf5095695 pci_find_capability +EXPORT_SYMBOL vmlinux 0xf5121274 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0xf5143c8b jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xf51ae235 touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xf51bf88b nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf521a56b blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0xf5231ca3 __napi_schedule +EXPORT_SYMBOL vmlinux 0xf536d22e acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf573adc7 netlink_set_err +EXPORT_SYMBOL vmlinux 0xf57f46d1 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5a2fc7c cdev_init +EXPORT_SYMBOL vmlinux 0xf5afbe24 generic_permission +EXPORT_SYMBOL vmlinux 0xf5b10e67 acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0xf5b9bc01 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xf5c57902 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5f0a387 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xf5fe2ec8 pci_find_bus +EXPORT_SYMBOL vmlinux 0xf616fe4d phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf642bbb1 ida_remove +EXPORT_SYMBOL vmlinux 0xf65dda92 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xf6750738 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xf67af202 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf6878bf8 lock_rename +EXPORT_SYMBOL vmlinux 0xf69b7836 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xf6b0c4da inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f468b3 bio_clone_fast +EXPORT_SYMBOL vmlinux 0xf6f68119 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xf6fdd150 __frontswap_test +EXPORT_SYMBOL vmlinux 0xf70b8b02 nf_register_hook +EXPORT_SYMBOL vmlinux 0xf71793c4 tcp_prot +EXPORT_SYMBOL vmlinux 0xf727a77a eth_mac_addr +EXPORT_SYMBOL vmlinux 0xf7289d14 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf7545c26 bdget_disk +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf7888aa2 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xf78ed8ff fasync_helper +EXPORT_SYMBOL vmlinux 0xf7adcaf3 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0xf7b6bc1f security_path_unlink +EXPORT_SYMBOL vmlinux 0xf7befdcc sk_alloc +EXPORT_SYMBOL vmlinux 0xf7ea9f2d inet_listen +EXPORT_SYMBOL vmlinux 0xf7f2b9ea dump_align +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf80de9ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf829abf1 from_kgid_munged +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82cfd1a proc_dostring +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8319e6e tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xf84f8e94 mutex_unlock +EXPORT_SYMBOL vmlinux 0xf8647097 input_flush_device +EXPORT_SYMBOL vmlinux 0xf88e0ee2 acpi_get_table_header +EXPORT_SYMBOL vmlinux 0xf8983de7 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xf8a51eed new_inode +EXPORT_SYMBOL vmlinux 0xf8b0bdcc xfrm_init_state +EXPORT_SYMBOL vmlinux 0xf8c69245 max8925_set_bits +EXPORT_SYMBOL vmlinux 0xf8d9608d blk_stop_queue +EXPORT_SYMBOL vmlinux 0xf9029972 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xf910835a neigh_ifdown +EXPORT_SYMBOL vmlinux 0xf91a13af pci_clear_master +EXPORT_SYMBOL vmlinux 0xf9311e48 nf_log_set +EXPORT_SYMBOL vmlinux 0xf956adae ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xf9760f3b xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9be0362 bio_alloc_pages +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9d9f235 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xf9de2499 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xf9eb05f2 scsi_unregister +EXPORT_SYMBOL vmlinux 0xf9f5f3e6 proto_register +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa637b2a ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xfa66f77c finish_wait +EXPORT_SYMBOL vmlinux 0xfa831db8 iunique +EXPORT_SYMBOL vmlinux 0xfa9b55db dentry_open +EXPORT_SYMBOL vmlinux 0xfab383b9 rename_lock +EXPORT_SYMBOL vmlinux 0xfac1bc15 __nla_put +EXPORT_SYMBOL vmlinux 0xfac22e68 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xfac2680a file_update_time +EXPORT_SYMBOL vmlinux 0xfac2a257 proc_create_data +EXPORT_SYMBOL vmlinux 0xfac44333 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfad21f67 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xfae3f8fe dev_get_flags +EXPORT_SYMBOL vmlinux 0xfae56074 posix_test_lock +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaed641a block_write_end +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb0443fb acpi_get_parent +EXPORT_SYMBOL vmlinux 0xfb10bd81 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xfb1f0313 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xfb29c41f simple_dname +EXPORT_SYMBOL vmlinux 0xfb3c1764 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xfb44e092 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb5d3568 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb73fb98 idr_remove +EXPORT_SYMBOL vmlinux 0xfb75fd15 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xfb80c7a0 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbc1e2e0 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xfbcaae8c simple_transaction_release +EXPORT_SYMBOL vmlinux 0xfbcc7fff register_xen_selfballooning +EXPORT_SYMBOL vmlinux 0xfbd29602 sock_register +EXPORT_SYMBOL vmlinux 0xfbd5067b noop_qdisc +EXPORT_SYMBOL vmlinux 0xfbedc11a unlazy_fpu +EXPORT_SYMBOL vmlinux 0xfbef3ea0 compat_sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xfbf6babd netdev_emerg +EXPORT_SYMBOL vmlinux 0xfbfe30af end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xfc023b52 new_sync_write +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc07226f blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xfc2c6b01 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc4ab101 nf_log_unregister +EXPORT_SYMBOL vmlinux 0xfc55a68f fb_is_primary_device +EXPORT_SYMBOL vmlinux 0xfc80d234 tty_unregister_device +EXPORT_SYMBOL vmlinux 0xfc872fd1 get_ibs_caps +EXPORT_SYMBOL vmlinux 0xfc8af918 dev_uc_sync +EXPORT_SYMBOL vmlinux 0xfc8bffef i8042_install_filter +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcac0d40 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0xfcb5654d blk_queue_bounce +EXPORT_SYMBOL vmlinux 0xfcb8d026 ata_print_version +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcc54f91 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xfcd3a5cc netif_device_attach +EXPORT_SYMBOL vmlinux 0xfcd9da55 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xfcdf799a dev_change_flags +EXPORT_SYMBOL vmlinux 0xfce215b3 icmp_send +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd1e5e36 try_to_release_page +EXPORT_SYMBOL vmlinux 0xfd245a14 send_sig_info +EXPORT_SYMBOL vmlinux 0xfd50df0d ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd68ec19 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xfd7a2b3b blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xfd824e5e nf_reinject +EXPORT_SYMBOL vmlinux 0xfd832954 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xfd83f8e2 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0xfd982094 __nla_reserve +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfdabcb1a load_nls_default +EXPORT_SYMBOL vmlinux 0xfdb16c9d ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xfdb69bc8 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdd213d4 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xfddfa00c abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xfdfb792f amd_iommu_pc_supported +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe0353e0 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xfe047ce6 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0xfe050606 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xfe26fc7c nr_node_ids +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe7a1e41 read_code +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfedeb7b0 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xfee0cb48 d_splice_alias +EXPORT_SYMBOL vmlinux 0xfee7ed1d inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xfefd048b invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xff0317a4 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff678ec5 phy_stop +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff69adc5 key_payload_reserve +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff8c253e dev_get_by_name +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffa355d1 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xffa9aced inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xffad128f neigh_seq_next +EXPORT_SYMBOL vmlinux 0xffad28e7 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0xffc26413 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffd9a921 tcp_make_synack +EXPORT_SYMBOL vmlinux 0xfffa0fde truncate_inode_pages +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-x86_64 0x7060bf0a crypto_aes_encrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-x86_64 0xe409b491 crypto_aes_decrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x13a65ecf camellia_ecb_enc_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x17bf48dc camellia_xts_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x1a08ded1 camellia_xts_enc +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x47129015 camellia_xts_enc_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x7d54edc2 camellia_cbc_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x7e87ef55 camellia_ecb_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x8f185793 camellia_xts_dec +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x9e8086dc camellia_ctr_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x13f4cdbd lrw_camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x16061d06 __camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x1636abdf __camellia_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x1da0e256 camellia_crypt_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x2c05c790 lrw_camellia_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x31bbe42b camellia_crypt_ctr_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x50dc55b6 __camellia_enc_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x53ad32cc xts_camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x930f687f camellia_decrypt_cbc_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xa41a5ad3 camellia_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xf4521fda camellia_dec_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x0169506b glue_ctr_crypt_final_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x1fc46b9e glue_ctr_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x31ad0a15 glue_ecb_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x714fd062 glue_cbc_encrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x8f02ac4d glue_xts_crypt_128bit_one +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xe6041dd2 glue_cbc_decrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xf1a6b5c2 glue_xts_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x016a957f serpent_xts_enc_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x0c5a8af6 serpent_xts_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x0ff3c26d serpent_xts_dec +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x292a4f13 lrw_serpent_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x4d5eb184 lrw_serpent_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x606a8162 serpent_cbc_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x79ff0b7a serpent_ecb_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x9ae34b2f serpent_xts_enc +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x9e018632 __serpent_crypt_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x9f99663c serpent_ctr_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0xa84ea33d serpent_ecb_enc_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0xcbaaa66e xts_serpent_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x19dc7881 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x5e752773 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x1ce20218 xts_twofish_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x1fd77fb1 twofish_dec_blk_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x61694b97 twofish_dec_blk_cbc_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x7562f7d4 lrw_twofish_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x8d75ab44 twofish_enc_blk_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x8e856922 twofish_enc_blk_ctr_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x9a1615f2 lrw_twofish_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xf2e80e9c __twofish_enc_blk_3way +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00aaf935 kvm_disable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x01944acd kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x041ce303 kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x04943370 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x04b0aad1 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0941599c kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b34c4a1 kvm_before_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0be5c10f gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0c7b3073 kvm_mmu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0d166ba2 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0e796902 kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x103b93f0 kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x13e89892 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1713a462 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x171b69fb kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x19ae8923 kvm_set_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d42cca6 kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1df3bd9d kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1e09833e kvm_mmu_flush_tlb +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20f4946e kvm_mmu_unprotect_page_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2596a1d8 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2a69f0f3 kvm_fast_pio_out +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2a7f5714 kvm_after_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2cedd5bd kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2dba297d kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x317f9e6b kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x359479de kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3a577cdf kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3b1ca24b kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3b5dd35e __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ca2e137 kvm_require_cpl +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ef339e2 kvm_write_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x41a30034 kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x436ccefc kvm_init_shadow_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x45a63850 kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x46f3a6a2 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4ab788d8 kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4c51f664 __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4d4c4f57 kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4dc795e6 kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4f9fb4cd fx_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x510e18d7 kvm_mmu_unload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x52908bbc kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53a2a3f7 __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x55d05812 kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x56c039a7 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5756bd4d kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59ceb9d6 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c0019f1 kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d0e8719 kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64020e10 kvm_set_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64a34f49 __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x65c291de kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x66796d62 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6719df26 mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6a67d49c kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x71c801f7 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x729acb70 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7343e1f3 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x766dbbc0 kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x77495941 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c502ab9 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7e4ff0eb kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f2c1163 __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x81156109 kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x831327da kvm_max_guest_tsc_khz +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x83cfb053 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x841534d3 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x85dfd048 kvm_set_xcr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x871e650a x86_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x88d095ea __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a26f7b0 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8c64d662 kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ce4f3ab kvm_enable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8d8ac467 kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x92edf160 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9542cd6a kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a216313 kvm_define_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a64ffaf kvm_mmu_get_spte_hierarchy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9ac23766 gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9dbaacff kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9e008103 kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9ee59155 __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0288dd3 kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0ec3a0a gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa32ec872 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa508e36b __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa61de152 kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7affa0f kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa79cab5 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xac03eef6 kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xacf7f97c gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaf275715 __tracepoint_kvm_nested_vmrun +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb6b6c164 kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba9ed435 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbb807ad9 kvm_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbbc0ca8a kvm_inject_pending_timer_irqs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbf0a1f68 kvm_mmu_unprotect_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc0634081 kvm_vcpu_block +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc60ff894 kvm_inject_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc910e26c kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc9dda039 kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xca05908d kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcbc254d4 kvm_x86_ops +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcef3fec5 __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcf6c2ef9 kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0459e67 kvm_has_tsc_control +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0b2727a kvm_mmu_set_mask_ptes +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd3949445 kvm_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd441b64b kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb8c530d kvm_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdbe19be6 kvm_mmu_sync_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdca5486b cpuid_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdcd74042 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdeb9e564 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdf604d06 kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe73b6d73 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe7ccd37d kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9a3c6a7 kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeb030196 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xebb918aa kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xedfdcecf gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf332f4ea kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf3ccfc01 load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf4446889 kvm_read_guest_page_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf4a73152 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf731208e kvm_inject_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf826d672 kvm_get_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfa894b7d gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb4aaa7a handle_mmio_page_fault_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfc74796d kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xff1adc33 gfn_to_pfn_async +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x15e8ed75 ablk_init_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x64dfe871 ablk_set_key +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xa50e490f ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xaacb6d87 __ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xc6bb871e ablk_exit +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xeb1a4ca0 ablk_init +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xedb8126f ablk_decrypt +EXPORT_SYMBOL_GPL crypto/af_alg 0x00ffd75d af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x1ff997ca af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x289197b2 af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x65eef7f4 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x66918cf9 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x86f2eab0 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x8cc27ad3 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xea7e813b af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xf4fa365a af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x28880531 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x85385b18 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xe87ca8a7 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x3662b5b1 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x74b1b021 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1db7f81d async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x5f4d5197 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x7fcd4169 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xee4c92f2 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x57fbc47e async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xd6abdfb5 async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x74c9de03 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x29dfe11a cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x21d3e7e1 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x07bb0e9f cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x34c750bd cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x46ef6b52 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x5806f682 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x6fb97161 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x76bef0c7 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x7ecfe737 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xddba2472 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xe29696be cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xfbc94e9c cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/lrw 0xe6e1c4bc lrw_crypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x762ab381 serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xcdc1f091 twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0xc8eea139 xts_crypt +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xb9a141b0 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xe1372311 acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/acpi/video 0x3c65037d acpi_video_verify_backlight_support +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x03a62c13 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x24aae158 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3a00499f ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3b47a127 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3b6fa566 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3ec7bf8a ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x57372187 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x58dff67f ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5f557c5c ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6491a324 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6749f31b ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6aa716dd ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x72e4e5d6 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x74e03c5d ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7b4892b0 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x83b040fb ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x841b009c ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9c24ef46 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd5e829af ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe02463b0 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe11b649d ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0f5744ae ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x122813c3 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x137ec164 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x49299201 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x4ff99176 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x537c2763 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x6ee84a13 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7457ef88 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x8289a129 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xba545528 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcb69f80c ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x7ba12348 __pata_platform_probe +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/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/bcma/bcma 0x02e9c664 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0814abd7 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1a5508de bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1b1aec12 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1cb0ea88 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x56732347 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7681764b bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x77e24a2d bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7d688e3c bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x99b42aa8 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa2a0559b bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa2b34a76 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa335365f bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xae5adeb7 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb4518df0 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb6c0c18f bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd7926d3c bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe0c88029 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe2e2a6fd bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe4d9d0b0 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe8ce2c7f bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xea02c136 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf5bfc403 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0497918f btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0de3a28f btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x20eac4db btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2a59647f btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2eeb5002 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x55730701 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5840684f btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa3eb8edf btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbe8f95e2 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd4871a88 btmrvl_interrupt +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 0x186d866f ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x31a2c8df dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x4e3c5ae4 register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x5218915a alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x7390bc16 unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x7aff2481 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x802c750d dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xac34ecec dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0xba73f014 dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xd047b28e free_dca_provider +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x01fa8759 dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x134caa97 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x1a7697bc dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x65754ed2 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb4d7b3d1 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/edac/amd64_edac_mod 0x353ddd06 amd64_get_dram_hole_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1f27e24a edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x21c11676 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x319a42a8 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x31f80484 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x45a04fd3 edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x464c2fb9 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4a209ba9 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4ef3a588 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x54a6ef2f edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x584c894a edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x620c527a find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6a3844ba edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6b7a95f7 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x76a782b3 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x80b256e9 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x81d1f62e edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8639da47 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8796e4aa edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa20f26f4 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb2586345 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbea890fc edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe5b36a66 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf1d2d636 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x14878009 amd_report_gart_errors +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x21626132 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x737912b3 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xb30b7e56 amd_decode_mce +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x013fbdac cs5535_gpio_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x93f8fe67 cs5535_gpio_set_irq +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xc0bb404a cs5535_gpio_setup_event +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xd3bd9300 cs5535_gpio_isset +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xe07c0954 cs5535_gpio_clear +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x895565b1 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xbcab7e25 bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x6b243637 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x975220e0 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa0ee08f4 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa9a531ee drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb3723840 drm_class_device_register +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 0x15a270d4 i915_release_power_well +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 0xa89ea1e9 i915_request_power_well +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xb76bf2ac i915_get_cdclk_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x36f2c6cb ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x38c344a3 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x944c6f52 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x09be2f76 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x12d307ea hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1f119822 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x20052518 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x23cc267a hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x51317a1f hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x59343112 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5d699ab2 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6887180f hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6cf96591 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x72085a55 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7682e420 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x794ff767 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7ea12ba4 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x826e3839 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8544d389 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x97ec0fe9 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9cb92c64 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9e4ca6e5 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa66221f2 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaa381cc4 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb6820e19 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb83891bb hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb9ec16dc hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbc3ec011 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbca7d809 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc256941e hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc77ca8ff hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc922ebc4 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xda2e2ce7 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdccf3b8c hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe699ceff hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xea59512c hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf2b5cbe0 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf3d12a2b hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x4d233ff6 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x137c6bd3 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x50ff2411 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x6fb06378 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x8add2510 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x9d5e77cf roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xbf722be1 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0f670d78 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x446b2032 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5879f31d sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x81eb958c sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x99806ba4 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc244caa3 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc6187e15 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xcf318cdd sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd7e09d31 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xeacfa650 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0202bcba hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x178f39a7 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1a76746e hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x347fdfeb hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x390f5410 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5ded3e9f hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5f7aa215 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x833d63c4 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8bc8fbc6 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9922f8e9 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9d9d860b hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa16846d0 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa8ed0af6 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd0de405c hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xdef45eea hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xec48890b hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf186ace1 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x00432c7e vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x21da043b vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x358fafa5 vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x36d2dd31 vmbus_get_outgoing_channel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x395272db vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4a977a52 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x67650b56 vmbus_sendpacket_multipagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8f7df51b __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x95043c97 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xaf887133 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb6cad3f5 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc25392a5 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd9870fa6 vmbus_are_subchannels_present +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf45dd651 hyperv_mmio +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x37490522 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x49e1c9f1 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xb1b61dfb adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2bc18b65 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2ed722f0 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x3994be45 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4199a05c pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x71dc4b97 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x839b8a7c pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa1de9880 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xab9d84c7 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xca7bd513 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd5c1c0d8 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe4e40f47 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xed57e76a pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x1c21ddde i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x4c8491c8 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x6b1682cb i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x7fda6b4a i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x9169e15b i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x945bc046 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xa3cab067 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xaaff4e35 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xccbe4cf4 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x09e85eca nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x92fd75c1 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xe45c5026 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x3a9bb907 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xb4e55aca i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x06c34fa6 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x17202b61 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x199bb720 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x3262159a ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x57397a7e ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xd43ffbc3 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xdfeed910 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf65bb6a2 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf79d99f3 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x02aefc12 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0b4af74f adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x27ddd8f9 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x493201fd adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x5211e024 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x5f25f6f3 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x6166c855 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x90f2592f adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xbb2918d0 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xbe220ebe adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xec5731c6 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xf16d4d70 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x05eb79ae iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0c292e9f iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x142aa6bf iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1591193a iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1f54e78a iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2163e8aa iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x24224932 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x28950282 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x342bae70 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3a7d9606 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3fc9152c iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x46db7a5c iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x47045945 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x675abb9d iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7c4d3727 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9dc8b223 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa05605d0 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa2117950 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa8bf57e0 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb6eb7cab devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbce7eb51 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbf84694a devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc2bc2e4b devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc5b04235 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd627a876 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd86084db iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd9af013a iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe6cbfcca iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe9b4ccac devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeb9e0bfd iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeca38565 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xef9065cf iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfae842f7 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/hw/ipath/ib_ipath 0x1514b2b2 ipath_debug +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xeeac6308 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x9d908d2d adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x2b006b38 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xad191d40 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xe3e48145 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x8cabf906 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x9b81df68 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xf5dd9ab9 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xb165ea3a cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xd4550066 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0204f43e wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1f1d822f wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x37c1b3de wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x57aa7233 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x635dcde8 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9d910bb6 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xaa9d4510 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcbe202d4 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcd804319 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe6d5ae1a wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xfb6bb340 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xfeff9032 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x07b170a7 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x30224c7e ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x30a127c6 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x34d66c7d ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4a1f2065 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x91df6c2d ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x97353bad ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa5582145 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe0229da0 ipack_device_init +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x0fd3bb5f gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x18f599b2 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x21639960 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x25eb4b1d gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x280630e7 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5b87c956 gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x61414a25 gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x78c10e36 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x81a97f76 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9856c683 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9931e350 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9faed8ee gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb4c60443 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xbfe7e0cf gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xcee0333f gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xdb45c386 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf276356d gigaset_initcs +EXPORT_SYMBOL_GPL drivers/leds/dell-led 0x86fd1ffb dell_app_wmi_led_set +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x1dd52903 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3fbafa85 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x544cbf60 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7efea702 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x95a34a14 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa372bcc7 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa57afd78 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb3109d60 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc16e9e37 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xdbeaec74 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xfe9492e6 lp55xx_read +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/mcb/mcb 0x01184e18 mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x11a92cff mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x4a1ba360 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x65cc2e37 chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x83bc611f mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x890bc4ec mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9022ea5a mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x963bf65b mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xa53e2bc8 mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xcb733864 mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd269febc __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xef798f9c mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xfd0a7405 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0ec17d44 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26062738 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fc380ce __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x40c27b88 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c49fc16 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51a15737 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x616b6217 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6907ac0d __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7be42a1c __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e532a71 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x914361f4 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9272fb0f __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x938cc2b2 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa649dd21 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb157059f __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb317649e __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb493772a __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb834c124 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbb1fc0a4 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc4fcb1e __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1474d91 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc379085a __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5aed8ad __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7eda602 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce055cbe __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe20fe821 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe24daf87 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe2ed0930 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea2303e0 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef1156ee __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc131205 __tracepoint_bcache_request_start +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 0x4a680725 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x64dbdc32 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6556d227 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x7130e404 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 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe78bda8e dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf0080501 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf8d97903 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aba7f5e dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9310ba06 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9c256008 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa1d2413a dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa448e19f dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xac142732 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xafbda3f3 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcbb1bae2 dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +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-cache 0x104f3cfd dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x58290904 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x986a81c3 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xbb1f943e dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xbb843798 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xcb65e126 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf0e1ab8b dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x1472e3ba dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xa0262c4e 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 0x19819b4d dm_rh_mark_nosync +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 0x4430764e dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x45ab972a dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x48599577 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 0x90a054d1 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa68e1f06 dm_rh_get_state +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 0xbff0dc40 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc6735951 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xdda664e4 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfad9d53a dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc62ef4e dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x17c36f29 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42dbdfc3 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x49b35849 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x55b4bd4d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x827a42f4 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +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 0x9f624559 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xafeda29f dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xc14d006a dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd29923fb dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf375d009 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5455120 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x55ded6bf md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0xecf77f01 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0xb63ad1b4 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x025ee600 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1fdb0551 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x662a88fe saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x77dfacad saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8542f021 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8c218793 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcfd6ca25 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd96437f6 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf3296077 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfecb689a saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x4861f598 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x4b7a749d saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x73c4d4b2 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x99f98f80 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x9f55d8a1 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xcd30cd71 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf10dcad6 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x000ed316 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0162259d smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x03f4a642 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21ef5e3c smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4519312c smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45eef7f1 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4b0bceb1 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6a274084 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x71e6e8bd smscore_putbuffer +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 0x7ec36235 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8cecd66e smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8e4186e4 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8e5ea46e smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa7edc917 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xaf6b8e61 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfbbb7c40 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfc0c7704 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x1426b967 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xa1dfed24 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x0b513d85 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0x20482399 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x3a03e5c8 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x41b5b90d media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0x5b3a4bd3 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0x6208f8dc media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0x690417d6 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x6ac30b82 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0x6ae34918 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x83a5e0d9 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x8fe3f228 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x94ce811b media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0xba9021be media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0xd07e8987 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0xd589d367 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0xdee178a5 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0xe44298e8 media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0xf6b0830d __media_device_register +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xa0247307 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x057beed9 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x22d5dcd6 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2a8df1a9 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2b2250c9 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x55037838 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5bba49f7 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5e7a1b59 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7e4b708a mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8e04aae4 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x91c4143d mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x950ed8b9 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb1f57fee mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcd5ab861 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xeb2c6559 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xeb75a543 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xed1e4056 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfba3389d mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0e799d19 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0f7fc8ff saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1034ccf0 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x137d1d1c saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2167aae4 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2330702e saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2e10d83d saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x377ad832 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x553a4f95 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x66d75746 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6e2dd5d0 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x70b65d03 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7abb4abb saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x83d9d417 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x88180982 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8b128597 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x90ddce6a saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc2398166 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd7797645 saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf1b38e50 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x0e06a531 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9490d961 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xae4d7932 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xbb22889b ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd7f9526b ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xdf106f2c ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xe53a31e2 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x06a0b1eb radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x18317c74 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0545e442 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x24aa37d0 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x264d1adc ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x52f8546c rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x55ccd056 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5caeb517 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5fe58fbc rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x66b4fa2d rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6de2b365 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7a3c4f9c ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8bba3edf rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa2674715 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa6cbda64 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb030c842 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc8c7d7c9 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcc9e2bca rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd1a8bcaf rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd6ce8d28 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe8cb6870 rc_close +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xf674d319 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x2163f2e3 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xe35df3d6 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xb0f2e260 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x2c016fe5 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x65c23681 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xc47fffc6 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xfabc7a77 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x3f1db166 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x0eba37a3 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x26cd1832 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x62c5ce01 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xb46cc463 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x979f7dbe simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x06f73e7b cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0fc79583 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x19113a9d cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2b784d4e is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x32548ac3 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x56be0238 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5f51f268 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6940057e cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7e25ff32 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8f1d2a9c cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9d3290f9 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa1829e48 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb71660ef cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb8d0c2e3 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbfed33aa cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc46e8a85 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xca5d15e3 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xda2c16ff cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf009007f cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xd0fc30e7 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x1d83a76a mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x076e0d3e em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x11634d8f em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2314c21c em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x344a6022 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4a11ab62 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x60073b33 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6e14ea07 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x72b84ac2 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x756fb113 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x85dc2987 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x88e23b97 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb1d4dfa0 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb2f0acec em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb31e06d3 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcf5ea04c em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd127ebd5 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe4cfa504 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe8322955 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x179fece3 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x4b3f677a tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x6751bd79 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xf4fb27c9 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x4bb61699 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x5f76c3ba v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x83bae390 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xba1aa40e v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xd00af3dc v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf926e63e v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0e90e5ff v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1dc97ba0 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2931bd00 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x37ace3d6 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x42877146 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x56fffaef v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x57bdd169 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x683f24fa v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x715dd1df v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x77ba6334 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x78e2fc0c v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x813e9010 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x817810ea v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8b1622f7 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x903b793d v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x90f22c0c v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa3cd74c5 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb2fe2370 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc0374df2 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc955b41c v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd17f0c99 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd394f90c v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd9eaa2a3 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xecdbdc58 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x13daf3d3 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x28fd1b9a videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2be27c40 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x32529ac3 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3c99e3a9 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3f56ff19 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x48deda39 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4ea45c3d videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6a69485b videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6bce7396 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6de2a8b8 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x72daf65d videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8f8fbfe3 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8fee4ccc videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x975c3bea videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9a15bc7d videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9e4e0662 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9eacf6c1 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xae5db301 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb0cf0083 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xeb91d0b6 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xee7ce719 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfa94a09a videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfad78b27 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x2394eca2 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x338e4749 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x7ceae133 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1abfc6b7 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1f7634cb videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x35953792 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x5cf11e19 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x5ee6152d videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x7a385206 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x9ef28db8 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xc76ec37c videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xcedfec53 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x1a07888b videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x482fc532 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x62fbace8 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x13c51f87 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x145c2c9c vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x201b5ced vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x243c6b77 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x261bd2b0 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2b59e5e6 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x375e7e84 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x386041d0 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x38956d89 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x422c6174 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x42db4f5d vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4579bd5d vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4c941781 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x507a01ac vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x79701621 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8294d447 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x87bba1a8 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8f99c9c5 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x917f1fd2 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x97f2c67c vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9c809e68 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa222ad10 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xaeb95168 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb9cdbf42 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbeb4c525 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc6c2aa5e vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc8379a15 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcd2db80d vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd43294b1 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd4400e22 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd49180bd vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd63efc4e vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd6f67475 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd890ba95 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe26cd7ed _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe2f56033 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xefea55c7 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfe6b19be vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x215afcb4 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xcec25b72 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x986fd4e1 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x11138079 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x55cd02fb vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x915b5c26 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xf7b8480c vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0xae48c707 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x169a955b v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1b3656c6 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x31576779 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x35c25de2 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3eed3e3d v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x482da48e v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b3c81d8 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x50826f41 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x68f6a03d v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6fd070b5 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x706cbe83 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x84af4b75 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x93d5ca3c v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9c1517c1 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa1fb4283 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb226fc00 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb2eda678 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb582ecdb v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc453f150 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc89037c v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcea7ff83 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd649b7e5 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xded658cb v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe01e2566 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2f533b5 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe4f40c4d v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf9f358f0 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfce32a04 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x0e99ac76 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x28cb6de0 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x44e363f0 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x90d27f4c i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb1844c66 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb854ae5a i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xcf5eb7d1 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xdd7a7105 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x14d9756f pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x30b99177 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xfa8a1076 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5a5250c4 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5adc8875 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5dc8786c kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x668d83bf kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9ff857b6 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa0e4b453 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb684104e kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xcc7097bd kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x157dfba9 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x812358e2 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xed578bef lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x04364492 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x3f81f58b lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4211b7c7 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6152ff76 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6610d700 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x8d52f8f2 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xa8aa2509 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x462f40df lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x9d3f5a80 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xd87bfcea lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x10621267 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x68e26a2e mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa2a83978 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb0a7cc10 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe30d859a mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf01d8730 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x06acfbf8 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0ea93ec2 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x37eed325 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5634080f pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x918b5dd6 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa4d661dd pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa9a9a58a pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc8c9bb51 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe62146ff pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe9de1928 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xfd79ccdc pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x0aace7db pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x57202f6e pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x4edb2077 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x53a4f052 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x63a09ea8 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x63f05910 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xb7ab34ae pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0928d769 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x10e4bb6e rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1e0d2489 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x250209e8 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x25c11e83 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2edd6d37 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x33a2ad64 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3d4be5c0 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3e3dabd3 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4969c8d4 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5c91fbf4 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x75f02241 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x881895e0 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8993fdd0 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x92658be3 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9a19d1c8 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa96d83a3 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xae5df626 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xae9862db rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf1f7cd0e rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf6a2643a rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x036bcd4b rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x18ad08fa rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x218b3379 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x267d8f38 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x2b710475 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x49245eab rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x4afb8f10 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x5cef36d8 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x7aff8bb9 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x7babe5a0 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x7c707db4 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x8dd56458 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xd4077d0e rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0198d6db si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x03fe12ab si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1dacf87d si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x27c1f6d9 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3440cfeb si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3c197e4c si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x405a60b4 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x50475ff2 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x59cec7a4 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7459945a si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7499c055 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7f486f40 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7fb85f58 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x812b3a44 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x84f2a5e1 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8d2686ad si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8dff4282 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x93d6d845 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb1f37aa6 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb2cd4373 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbb37aedc si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc373c39c si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc389b303 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc4f8ab8b devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc55b5a18 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd2f748c2 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd34d7bdf si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd7c63f76 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdac2c8ff si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xed70292a si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xede45f12 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf5055786 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf98a6805 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfbd8651f si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x1c3624dc sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x49f1ecdb sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x78fdc992 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x84fa8149 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xc42c4097 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x54ffa79f am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xd238157c am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xf46efe54 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xfed327c3 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x0c5f8970 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x6fd35074 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x8e81b6b2 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xc3f4972d tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x275e3399 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x3c149067 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xd271169c tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xe19af01b tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0xa825b2da ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x07b22804 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x180b03eb cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x6de63f67 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x89dfd1a5 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x10b6a48c enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x3f659f2e enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x46e1b552 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x641b88ea enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x7bda1efa enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc052b25c enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe8c69cb5 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x040b6999 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1a392a68 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1d06d019 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2f2c1bc4 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x90cb7ed3 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x991a6f0b lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb5a27078 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xface94b3 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0c5c9821 __mei_cl_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0d3192dc mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0f7acef2 mei_fw_status +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x2d1a6501 mei_cl_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3503fb96 mei_cl_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3737652a mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x378c41e4 mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4c893191 mei_cl_register_event_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4d24a53c mei_cl_enable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6b1eae32 mei_cl_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x72467a6f mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x761f7527 mei_cl_disable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x77987834 mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x91f42609 mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x922b1a44 mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x94a0c842 mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x9f5945a3 mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa974bd28 mei_cl_add_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xaf68c971 mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb8c9549d mei_cl_remove_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc8639bb6 mei_cl_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd00a1a03 mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe8561202 mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf400b9a5 mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf6f2a536 mei_cl_send +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x0c66b1b3 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x3d42b5b6 st_register +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x0f6680ea vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1152e318 vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x13aa5a5d vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1872c7af vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1a195863 vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x31f6ad8f vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3ef56cd5 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4b630dac vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x50a255c9 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x53c20507 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x677c36d0 vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x69ef87ff vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x6cc1a5f7 vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x722d488a vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7d540b50 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9624c58c vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9973b9b2 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9d16164a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xccbb53d1 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xcf5ed7ef vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xcff91c6e vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xdac94780 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe7e7c107 vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x14d8d7a7 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3b80f503 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x52e8222a sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x68496358 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x89e992eb sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa2efdb42 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa371e083 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb0a23471 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb21f8515 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb4f0b02c sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb731a48f sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc29d0177 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcc852649 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdc359c8f sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfe303856 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x0270738f sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x526dcbeb sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x58089310 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x5edcfd8c sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x60919cf2 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x665d3742 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x95f21d27 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb9982d0e sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd753e7c8 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x281eeb5c cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xd500ceca cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xea29eb22 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x1f650d04 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x613746d4 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x92ce8952 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x5b533ab9 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x382aeb27 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x3e383a52 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x9891c3da cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0137f3a0 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0738bcf9 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x10ca2f16 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1d37b512 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x20fc2405 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2150de6c kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x230d28f8 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2e526d51 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2fe11539 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3ec0f6e5 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3f7260e4 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4220ded7 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4e71187e register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5106e430 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5705ece2 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x63633568 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6e8bb1f2 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x79513c2b mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x84c2d161 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x856fff4e mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8c10dafe mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x99391c0d mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9b545a11 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9cfe7e78 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9f52f009 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa3734658 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xac1ccad6 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaedb8e6a mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaf9dfe29 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb1bdda55 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb8c943c2 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc04d864b mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc19fe864 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc387a62b mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdc082307 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdec98be4 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe8ceb8ca mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb0a6bd5 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf23342dc mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfadee4be get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfede1152 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x17d50d44 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x8b40cf53 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa74c796f del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xbd6f99ea register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xbe0735c1 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x706eca26 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xd400a844 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0xfedf25ab sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x9a9ddfa3 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xe7b27c2b onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x215ab0a2 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x14982ded ubi_leb_unmap +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 0x486b773e ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4dc38a58 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x67c0b79a ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7cee8522 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc85c4f57 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd5093883 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd6b110d1 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdcd560e9 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xeb0312fb ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5c88bf5 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfea54115 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xffc922db ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x1965300e c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x236633b3 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4fc9d403 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x603f5161 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa5d182a5 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf61768f6 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x004d04f1 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x03313fdf can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x10dc5b05 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2e7fc546 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x4f87bcb6 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7f2e9f6a can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9bbf43d2 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa279ad09 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb55eb762 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xba92a572 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xc9db1eb4 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xcaab468b close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xde5d1642 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe29e69c0 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe58b725b alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe6e014c9 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf0cf8951 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x047aaf22 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x48d54a19 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xdc63fd1e register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xe491cf99 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x413a5035 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x5b7e746b register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x9a56fa29 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xade8e555 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x036eb0b6 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04a996a9 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0854cb7f mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08e49906 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09e51a68 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a49ab02 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0aa786ed mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ab9b392 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b6736ca mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x141feeb4 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17fc0844 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19458d75 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1cfc91ef mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e234ddc mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ed4c5d7 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2227ca79 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26078fc5 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x283ac943 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b662220 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d9d927d mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x301d9079 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x323e2266 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x337391b0 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37c5b72e mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3aacd19f mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40463e16 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40d371f0 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43f438fe mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45de1cc7 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46df0400 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49e80460 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55103a75 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5633f4ff mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x576a98f8 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x579fa716 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x584aaa33 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58e3f766 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58e937cf mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6030aaeb mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65fd7957 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69d8de43 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70f2750b mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72942628 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7331a157 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73eb1b6d mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x753e67bb mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79a8a6c2 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7abf13be mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8669e89d mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87b9c465 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87c3eead mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8888a884 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88be09a5 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a1006f8 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a38f0e6 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b5877f1 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8dfedbce mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e4db46e mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9831ba79 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99291458 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b539418 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9da4a185 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa62deca0 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa72100a4 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xacd4c460 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae42ac76 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xafbe1ac5 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0658331 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb535fa80 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6b75e90 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb724bb69 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9c5ff4f mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf7eb5ca mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1f7b5d0 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2643343 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4c99538 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8f50889 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca90321d mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb1f7076 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb79d21c mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc29c681 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd27c9c4a mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd87ba21d mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8b1e7a3 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc87376a mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdcf8cf37 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdfda9692 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0758134 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe07db48c mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2a03f06 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6eb6713 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe77e49c0 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7dd3dca mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecfc46f8 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefceb891 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf017ebed mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf58a1da5 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6053262 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7dcef31 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9365549 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb73b951 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc3cabeb mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc5b04b4 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc829742 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe1b019c mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06534343 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bc97640 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33e7e473 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f880651 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50aed9a9 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x617ac1f0 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68ccf87f mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99f1c102 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d899806 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa4adb7f8 mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4b2cb1b mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb818cb69 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbcf0bb98 mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4c5ede9 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb8f5005 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe9f3a5b mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x128d9279 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x4a499bc1 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe1bad39e macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xfae9b1c2 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x49790d55 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x23d2826e usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x2d42f5e2 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x4f3cb7c6 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xab381286 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1294e489 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2f052b6e cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x71837928 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x729b9254 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x815b701d cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xacac2ed1 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc9bca820 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xcd3f18c9 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x1ba11d60 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x4865f1cb rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x6c43f751 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x721b8930 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xafc8f15c rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xcae5472a rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x036a08d4 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2d394c42 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x301b44d4 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x34b303a3 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3e6f6ae1 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x48dc6dec usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x575be26c usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5937b2d8 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5f9e4e9c usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6231c697 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x670b68a8 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x762efd39 usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7db169f1 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7f8d9769 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8260223f usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8c0e5033 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8cccc85f usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x90411ee0 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9283ad44 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9575e72b usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x98410bdb usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9c8bcc74 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa6b67e41 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa85c2925 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xad073c4b usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb157f0c1 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbbc9c0f7 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdf80d98d usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe4557644 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xec5a3c39 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf1b2812c usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfe693826 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x34211b7d vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x3ea24a1f vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x4b2eb877 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x5684f290 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x88de7ada vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x065848f7 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1dc25443 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2858a27d i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x32f8a943 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x35159bcf i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x3ec0f59f i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4c34c26c i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x602c49f4 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x6b3a809d i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x76057155 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7b2da733 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb251d605 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbf510a45 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd3421c41 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdeb9c87c i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf0006005 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x07e43016 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x45d99447 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x852dabd5 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x9aac3389 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x672a9252 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x3b9032a8 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x60529b18 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x8b7743b4 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xc7ab285e il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xf6395847 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x004d432e iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x13285f07 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x23b31849 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x261efb36 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4032ba52 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x54d25e00 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5906e9d0 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5df67059 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x615c0d12 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6715334b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7ad66f3e iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x81600ea8 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x82d5a1b2 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x90006250 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x95795c57 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9b98be38 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb4cc1760 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb5a755e3 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb8127f99 iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc513210f __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc662e864 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc71d6587 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcf341945 iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd1db77fe iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd1e0dba6 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdd3e32a4 iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xeb498af8 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x0331bf95 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x0a022ba0 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x398db784 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x3de0a4b4 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x420fdfc3 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x49485b0c lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x49641fbb lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4e1e4c6f lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5c1109e5 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x61d2c6fd lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x740f7e99 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7671de9e lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7cd98b39 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x98361708 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa645298c lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xe7df7887 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x41b20951 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x66a11016 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x8a409e19 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x9193a2de __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x9c748466 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x9ef30b45 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xe236cb91 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xf48aaf4c lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x605ef191 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x80a984ee if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x0b34808a mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x0f0e490d mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2c25b64d mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2c7358b3 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2ff85356 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x3d4fef78 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x4c6c645b mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x586751ad mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x5a01667e mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x65d39388 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa69c5fb2 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb883d58b mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf3e65078 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xfe0fae44 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x160adfa1 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x57917018 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x70a2d1ff p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x85fc53d0 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x9a107da8 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xa3b3ee68 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xbeda6886 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xcaf95236 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xe0fd1689 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x76a1c7a2 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x8cfe2009 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x8f1006a9 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9add438a rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0b33112d rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x25b5fd24 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x264bbbda rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3d96b740 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x429b746b rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x44bc3828 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x46d4de73 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4ba25926 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4f3b4fe1 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x52f61255 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x53cbeb0b rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x63ebd6dd rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6723a0e6 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x73c48663 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x80a9d518 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x88741cd7 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8f4c7a29 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x91d4a560 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x93b9538a rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x98ed6fec rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x990fcf11 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9bb08ffa rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9ca0d32a rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xaa1d0311 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb0912c81 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb671376a rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbd8e0848 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbfab08d6 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcbfecfa1 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd5289e1a rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe23e99ac rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe9f95f11 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xebe03d45 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xef62748f rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf4cae5e6 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf65db88a rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfb9123b9 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfd8c715f rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x1913dc90 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2b78c245 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2bc87d34 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x3619d644 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x43860625 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x6524a94c rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x65b31e86 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x6ca4f79f rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x7f778910 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x9e9fa868 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa12658e1 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xca737a96 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xf5213e69 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0153243c rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x042da2d2 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x045dd307 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0bedf7cb rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x10790320 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1117fc87 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1ca6e351 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1d62b41e rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x202af912 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x21ca5d85 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2747a1ef rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x287785a5 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x34d1648f rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3cdea79b rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x42d31601 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x585f0986 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5ccc2423 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5f47157f rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x66b2eb20 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6779c61d rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6ab560cf rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6bcd042d rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6d27e52c rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x720d459c rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7a0f2678 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7bd70980 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7ce1fc95 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x82155ecf rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x856dd59a rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x867087ec rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8a623724 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8c2e4ea1 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x944effa5 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa0f100e6 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xad6669c3 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb07733dd rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbfb8483f rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc011a7d7 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcdfae223 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd25eeb91 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe3edbe55 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xec3fc382 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xef023362 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf93cd29d rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfa620e80 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfaaa2af6 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x0367bb24 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x07d10ab0 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x6accfa46 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xaa180851 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xc055e3bb rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x36816bd7 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xbc2c0721 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xbe9d4f1c rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xfd1d97b8 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x0a029bd1 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x0a5fba19 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x0f3bb8b9 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2d2160d6 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2f8bfc55 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x407663fe rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x47249182 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x66b45b83 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8c41fabb rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x9905061d rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x9e69e061 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa8eff45a rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb1b238cb rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xbd276808 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd22a14f1 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xe961987d rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4c1dfa1c rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x63d114d0 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd3a6c4d5 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xffeee1f8 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x09a0f476 rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x19140986 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2cf30ca9 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3689f3b8 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x595a5453 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5a281f94 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6120c0ca rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6f40003d rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x800721e4 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x836439be rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8491608d rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x967b7754 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x96e0fd51 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x97fe56e7 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9e575428 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf639655 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbfc7cb95 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc4c53cdd rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd028f123 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd173c73c rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd2da27a0 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd3b9c6fc rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe183eb2d rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe8937358 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe8a3f8ae rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xeaa1dab0 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf5b5f32c rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x001ea969 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x044cadbf rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x4da82f69 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x56df6db2 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6b4de810 rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x800a484c rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x852025fd rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9020a61d rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9734257d rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9db3256c rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xafba84dd rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb0035402 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc6d1e3b3 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc89f5390 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd2b1f48a rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xda4b5018 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe9b63fb4 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf4360f7a rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf6bbe7e0 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x0a6d574f wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x5b72d2be wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xa83f5b0d wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x008e129e wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x048fffd2 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0be62ca8 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x109976ed wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x16c8d8e4 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20fdde00 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2268967f wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2343cfdb wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2b79b082 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x37bda18c wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3b62ae49 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x42de63cd wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4677c5fc wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4bc32aff wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4c18e257 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5563c12d wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x613a1f20 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x62bbf90f wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6890818e wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x695d2d16 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6dc625c1 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x88d1cfa1 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8a10baa9 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x94ab7bd4 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x97526b53 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa0d4aaa2 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa2bcb86c wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa431023a wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb3992369 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb805a0fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb8c6c9a1 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc4d8c6a5 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcdd983cc wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd37d566a wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe49a2742 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xea936556 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeb0b00e7 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf0681e9b wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf1655d47 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf789c1a6 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf7a8ac8e wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfc4b95ce wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x3b577068 nfc_mei_phy_disable +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x8b4e7b3b nfc_mei_event_cb +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x9442f092 nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x9749114e nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xba911ae6 mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xe82e19a5 nfc_mei_phy_enable +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x59b2be62 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xf02ba12d nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xfdf21658 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x77ae9ef1 ntb_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x79c24958 ntb_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xa1ad1103 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xfb898f8b ntb_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xfe897ddd ntb_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x754dbd5d asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0xf88e0b48 asus_wmi_register_driver +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/thinkpad_acpi 0x706cdcef tpacpi_led_set +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x3ecf6cfc wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x561c634a wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x876d29f1 wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb5a6ebe2 wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xda29f8b0 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xfb882fb7 wmi_query_block +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x8238f3cf pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xb2ec5a07 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xced22a13 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x1bfe4e17 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x7d444573 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xaf400591 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x191d290b wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x1e16b019 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x219497b0 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x4ba4492c wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xc8b9bffa wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xcac42c45 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xbe0f6947 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x04501ca6 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0a767ffb cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1d2af468 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1d3fbe8f cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1d5aa215 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1e1ff055 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1e29b5ba cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1fc70ce9 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2c0c794d cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2d6a44a4 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2f8341fb cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x38619b99 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3b596cd9 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3b80a6bf cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x45172bd7 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x489aecd3 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x517666d3 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x590bb61a cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5a1d95ed cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5a981caf cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6ad55d36 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x74649d16 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7937ff31 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7ff76de2 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x85ed2996 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8f16d27e cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x91aa4e26 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x91bbc54a cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9ecd008b cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa63baed5 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xac8b7364 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb0439a52 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbd024720 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc23cf420 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc7b71b06 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcada4f33 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd59d1143 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7ad9c5c cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7b68721 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xda59d7c4 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe25fd016 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe470e38a cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe73656c5 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf45c7853 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x19b02ca3 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x251be908 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x36ac25b1 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x83179efc scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x945a872c scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xc44e7721 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xd304c972 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2b70d619 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x37c461d5 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x37dcc2d9 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3a96ef50 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x43f8d3e8 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x64a0dbe7 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x75f048e8 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x78e19aab fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7f599c25 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8f9632ca fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x90c8cf6c fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xac256e51 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbae8a2f2 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbffda32f fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd2cdbe31 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf3c21183 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x2a0ede98 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x3d3c40d9 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x7fd31947 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9bb03079 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc0c60330 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xffd9f07d iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0210d10e iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x03adfb31 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1639dc29 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x17d05df9 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x18e4c6b7 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2421faa5 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x26121519 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x276fb724 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2a3b73bb iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2fbb02cf iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3892484b iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4b3f1ee9 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4c94ce86 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x58f2071f iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5a1397b4 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x669f7ee1 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x678d362f iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x713f0902 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7e269814 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7fda8496 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x84e8a266 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x88491b70 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x98992de3 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xafea9f90 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc274f59d iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc39cc450 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xca81aa36 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xca842e4d iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcb576a8e iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcc06e16d iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd0a16a3a __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd41063c1 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd549bf89 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd85ba927 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdd2d9da9 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdfbf17f7 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe4942583 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe4e90645 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe90bc9fb iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf5883fc5 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf5e3e007 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfaafd051 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xff4e1fec iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x13bec1b5 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1925bebd iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x21a7db60 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x440ded2a iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5af7f53f iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5bcdd990 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x97192521 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x987470b4 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa00e748a iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa482d0ed iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa6488cbd iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb6fca7e5 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc65dad40 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xca4cef65 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe1e8d0ec iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfa1f344b iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfb4cdbec iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x03ddd32d sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0e3611e7 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x23b83ce8 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x24e91c9f sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x357483e6 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x43c7cb86 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5199af46 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x53485bf1 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5902a4d1 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5940603c sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5c8851a9 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x63077075 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x65c0bb8a sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x75d56ff0 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7fb0ee60 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x81d2ff81 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x88552c60 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa7390351 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xab1374cd sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaf0ea181 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbd6306de sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc2d35842 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcf91edb9 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf1130d5a sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf5c5418b sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x08fdfaa0 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x433513ea srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x49c54bab srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x6bc50e62 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xbe5c65c1 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xe52342b2 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x03978d63 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x0d943440 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x127c2683 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x2e82f432 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x5a71bbc1 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x65395e98 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xa830235f scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xc094469e scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xde234759 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x01f3178a iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x031533cc iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x11e47e36 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x12b37038 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x219c7a4f iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x224a22ac iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x242500b2 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2f0ff267 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3d6a676e iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4ee60a9a iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x598036b7 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5cbd6c8c iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6762644b iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x676dbff8 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6985b566 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6a1f4a0c iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6e932e00 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x70954458 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7c795033 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 0x84ead776 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x91b84d50 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9218b3aa iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x953e9320 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa07142a6 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa4eb170d iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa84d8f7b iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb04bd20c iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb4593b59 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbd325547 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xca633daf iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcefefbd4 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd8391e60 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd8b73f09 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdbcae6a9 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdfea4091 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe750f158 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xef0de7f9 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf2c0f230 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf8239c69 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xffbe6a76 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x06e70168 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x1bcc7740 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x6fe56012 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xd6aac952 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x18f3e7b6 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x889831d9 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x8efdb6d4 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x8f34681c srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf4d37473 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xfc111f4f srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x33e5955e ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x366eb56c ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x597c8431 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x61050920 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x91908871 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xbb884640 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6f9ca332 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7a5df5af spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x92324cf0 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xcd9a1344 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xde9ba48c spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x68ba16b1 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x8226c5e2 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xb38603f8 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xb5b499b5 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xeedf945f dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0bebb309 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x18c627c2 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x253de3e2 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2573d741 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x35699059 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3ed89772 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4bdc3c54 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x57a69132 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x60f77ba5 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x62f899e3 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7456a1ba spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8a7725ec spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9f71e7ab spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb28ee597 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb861231a spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb8f297fb spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbe1ef621 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe7b01529 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x0e364149 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0340b540 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x04c0ad31 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0b82f369 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1253a97f comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1e1b2394 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x20148874 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2396d20a comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x23b3b98e comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x243fd108 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2509be40 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2b312e28 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2d6c5a42 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2d8b5b95 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2e7cd15c comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3186a837 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x31ec77b1 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x32e1cb20 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x34a2bf86 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x38b2971e comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x423f1f44 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x43f026ac comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4457ba09 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4d40907e comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4dc84bd6 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x607d5e82 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x62052013 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x65d657b0 comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6d20ee6d comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x70a700a2 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7826e97f comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7e8693d9 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7ef06349 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8d5d2814 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x91ecd9ae comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x997d3126 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa78410f2 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xaa8fe829 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xabe158de comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xae133f2b comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb3de6754 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb64f1ed7 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbe02eb9a comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbe35f79b comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc13a5c3e comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd079a583 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd1dc2688 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe4785007 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xeef00e3e comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf7ce780b comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfa9b032c comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x1bb1b602 subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x208a6f18 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xd901d0a6 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0xc18b9839 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x512faa28 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x89d67156 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xafaecd2d amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x0bffc13c cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x26aa8fc9 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x572889f4 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x8dd7a339 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xc2edca64 cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xa191759a das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x01c00fd9 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x11157e45 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1cd900f1 mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1ea4d88c mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x20f7d4f2 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x297e6fbc mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2f54ddc9 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x34d09ac3 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x53d2f8e8 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x802c3938 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8bc63127 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9782dce3 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xaa16d4ad mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb3517721 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xbcb14d68 mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc1e5f09c mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd28b065e mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe63538b3 mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe7d646e3 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf9add68f mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfb92ab27 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfd3d4556 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x8931de27 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x11ea0ebc labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x1c37d8b8 labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x47378f3b labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x5314f29b labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x58efe6f5 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x2e3df135 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x3db90fa2 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x515d52f6 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x5e1b2940 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x769cc644 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xa0d320e1 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xcc2ac1db ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xfdc70d2a ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x08d3f024 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x3b31fd9e ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x6cc3080b ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xae906632 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xb8a03bfe ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xc3f8ec3c ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x3c02d9bc comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x474635af comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x49faf01d comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x6943d3f3 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x73c05536 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x83f5c490 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xbc44c97b comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x4d86ac3b adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x12535f63 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x587857f8 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x755fad13 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x92811d2f spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x93e84055 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x978ceab1 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc5812d48 spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcda38867 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd9a3a1e6 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xde7ae2e8 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe1d5bf0b spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xef14af24 synth_remove +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x962f7f08 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xb31c665a uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xb5402da8 uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xc1bcf5b6 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xd72cf0d6 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x297b844e ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x9c8cd576 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x3b739c97 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xe3cd640e dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3ff4c632 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4d769680 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4d77dfa7 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x511f4d3a usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x55921f2b usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x62259a5d usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x78d30542 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x81301ecf usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8224a28e usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x83086dfc usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x91aef7ea usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x93417f62 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x984fa6cb usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9d000fb9 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa5e00392 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaa8ad85b usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xacb05de9 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb4308b08 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb7ecb140 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbefdfb19 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc0f9d7aa usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcb3d41e7 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcbcb962d usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd1e501cc usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdda8722c usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe5d39b99 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf1d006d4 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf58c32f9 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x13c1261b gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x14f2dfc9 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x51d072f2 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x54d447de gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x5c21ce96 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x5ef9ee3f gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x682c11f9 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa09bdb3e gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa7580951 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa8f5ff36 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xbe30f48e gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xc540b186 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd520e1e5 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xe410365c gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xf0cedf32 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x85f758a9 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xbe0f5ce3 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x08a0ef71 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x1129da53 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x2009a8ff usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x431cc19d udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x6c5b07bb usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x7a9cd113 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xc0423906 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xd1858067 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf758c92d usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x025e5a18 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x7a280b87 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xccb3243c ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1d5cbd68 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1d88f82b fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1e126708 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x24ea91da fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x33ce48c0 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4357f242 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x54c84720 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6e833dba fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x80c0f866 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa81b5130 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc199c187 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd39328e1 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe2f4b569 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xebe0da13 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf498327c fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x1797b246 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x6f4653de rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x8f5542fd rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xac07ffd4 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x16f031b0 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xd13d9906 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x264ccabe usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x5efef92f usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6a7aac9f ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x71becd6c usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x83214b4f usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa32fe141 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb5d19386 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xdf427cd8 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf22e2d07 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x89f6918b musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x0db39650 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x4d9581e8 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x74435f4f usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xd2b287e9 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xde1471da usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x3743b06e isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x17a314d9 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x35f9310a samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x3c3cc749 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x5ed96326 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x6c30a49b samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x91b38236 samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xa23a88dc samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x08ee11a7 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0991237c usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0c637d33 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2701b164 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x31881cc2 usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4106f7ec usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x44f42773 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4c56dc8b usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x66b7dcfd usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7bbf9784 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x84e6a6ab usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x85e63292 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa0fbeaf8 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xae813dc7 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb7741f04 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xba69304d usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc545fed9 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcb1e0b72 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd522a9b1 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xdb97142c usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xea948bd5 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xeda3281f usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1c961f7b usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1cc8de05 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x29d3cd11 usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5299dd41 usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x54b2983f usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6666dc06 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7dfb25dd usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8247f541 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x870b254c usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8e58f4a1 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9b258d0d usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9d50728d usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9ddac0af usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa35b0880 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xaed4d4e4 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb56b8918 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbcd66471 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbfaede28 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc6fccd74 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xdbc1582f usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xea1ee414 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf1a19629 fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf6938646 usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x12354f75 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5ea68e84 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x6113b0b1 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x67fcb2bc usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x74560f35 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x84d1f876 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8a12eca2 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x956ba410 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc50a2ec7 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 0xd5973507 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe4101183 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfa23864e usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0bd816f0 wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x122f15ac wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x13a7359e wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x3443fb26 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x39401620 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x4c32db69 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xa27bb1ff __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xa6be9e43 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xd9e137b1 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x01d5f4c9 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0d0b5121 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x23fb913b wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x51edaa16 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x6b93aa94 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x77ebc758 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x79672872 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7ab0dd94 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x9b248cd0 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x9b50c756 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xae4da99f wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb2c34be8 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xdbf7eabe wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe1070a53 wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x0e5ea6fa i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x2bc2b2b0 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xececb20b i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x0f0be5ad __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x32dfcfcf umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x50821889 umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x5d4fb6bb umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x635ec150 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xbcf6b1d4 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc1db003f umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xcd54f012 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x06ea5347 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0fc02440 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x16694f6a uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x17b8b2f0 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x234027b8 uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2bdaf7ca uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2d884b3a uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3a0cf16f uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x47528c1a uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4c885004 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x55636e14 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5a20f6e2 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5f8beeb5 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x60582f59 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x68b1b316 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6cc6c011 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x719cef27 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7603abfb uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7c7f2179 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7d2bc78f uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7ee2e904 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x816b9e92 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x846b242a uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x902b2789 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9522348f uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9614b83f uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9e0667b6 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa1835b85 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa84bcf90 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xaa277a94 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac97316b uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb469b589 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc97c3727 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xcb1e09a0 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd62df588 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe7489444 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf2c8d472 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf61f2dff uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf6239a35 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfe0f499a uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/whci 0x5742632e whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0196edbe vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4088a38b vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x45d5861f vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4c7954c0 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd651b5d9 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfcca1faa vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x12570b2f vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x160402d2 vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2258a293 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x29c6ad73 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2e36a091 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x381c33b6 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x421e8102 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x461684c6 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4748aea7 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x510e57ca vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x611a205a vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6d626787 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x733f9c83 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7a44ba4c vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7d69ab4f vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x835f9b18 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x84781c1f vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8d9aa9ae vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9e3d7ad9 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9f1fe64c vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa1dcbcf2 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa3ddab2d vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa774ccc3 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaf17f81a vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc307e3c3 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc535ae69 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd002ec27 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd6a9a0d5 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdc008f52 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdcd74d90 vhost_signal +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 0x370afd3f ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x3a9ce08e ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x495c36a1 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4cb66ffd ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x589a576d ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x7325deeb ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xb9e928f9 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x0693aded auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x57c36f60 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x5faec2bc auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x695064ae auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x7ad9113e auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x7f64313b auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x8c19de6a auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xb3db5e3f auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xcca71b4e auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xe5896eb3 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x3cc0c90e fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x4429f090 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x84b5ccb4 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x496f63c8 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x704ea3d5 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 0x22a7af24 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x292da7a2 viafb_irq_enable +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 0x79e6190a viafb_irq_disable +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xb4f863e6 viafb_pm_register +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xb7eb9f42 viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xcaefb732 viafb_release_dma +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x06f9dba5 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3b326688 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3dbca30c w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x74509403 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8fc9ec0c w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x955cdba1 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa9da65a0 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb424210e w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xbc2ffbdf w1_next_pullup +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xe0718ba7 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x93d3bba9 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x97af7a1b dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xe3d271e8 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x043cffe2 locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0b012946 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x334b99f1 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4ed135fd nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x569b537e nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x73b93593 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x8d6b5915 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa1d07362 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xcc4f6dac nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08167352 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08877857 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10ab39b7 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10af8b2d nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10b00376 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1189e7fc nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1332d7dd nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14a9a8a8 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x158d8ae1 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1604d6d3 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17cc5f1b nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x187e8b2f nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x194357d0 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1aa802dc nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ac3b7c2 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ae6cab6 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1bedd98d nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c130be6 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d6705a7 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ebce74b nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23297ebe nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2358571c nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26bdb7a3 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x283a3687 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d3d1029 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3289e05b nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x334fd25d nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3599b02e nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x35de77a5 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f031e75 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41aa2050 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x444ceb46 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4483d22a nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x448eae0c nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45a90f8f nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45ac14bd nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ba90973 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d193bcd nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52691157 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55a25322 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55c7a945 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56e68a89 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5710e71e get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58b1115b nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a6e4100 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a7e07dd nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5bce5a37 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d3004a8 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5de1cf85 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5febfa7f nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61f6c875 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x625cb0e1 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62dabe9a nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64797378 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6920aa16 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x698a6540 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f7325f1 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x738ee16d nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77c53499 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79973996 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a01eac9 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7aa244b7 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cc6e419 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e3a5b33 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7fe99d99 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8451d619 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8594037b nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87839a63 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87f4631a alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x881188eb nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8970f8af nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89ab7846 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b7afcea nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f08b601 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f7428d7 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90c81856 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x911473d3 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94d17a88 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99bd2cc9 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3114f29 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa568130f nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa66d87ba nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabf2809e nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacf37490 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaeef3f33 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1a782fe nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2df8e48 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3d03cf1 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb73258ae nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb736fbd7 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9a82284 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd53319c nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbda2e020 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe0f0286 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1c97984 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc51da81e nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5fa4ab6 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xccb7c65b unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf261510 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0055f50 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1e182e2 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3071b25 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd8bb75ab nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda4bb441 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdacd01c6 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd248d68 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde16557b nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdeb86cf8 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0f5e6b5 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe14454ee nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe397d968 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4c3b1a8 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7845e31 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe84db15b nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe89d7a20 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8d098cb nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe95055f1 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec833b0e nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee8ebb59 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf53e50b1 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc39e8f1 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01dfed58 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x045cb6c5 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x05473216 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06c36816 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0cba7728 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20852e30 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x218190d6 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x218239a8 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x22ce137c pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e64699e nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x343ea633 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x354be513 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c7c0583 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3cd7b61f nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3dfe6fe3 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x411f41c7 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4262a6c9 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x463d755b nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x471de0a9 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4d1ac380 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5049606b pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a906756 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x642c616b pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x67455e67 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x72cdaa31 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x792c3346 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x813005e0 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8700d0f3 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x918690fb nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x95dd5f19 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98769fb3 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa3321148 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb1f38f7f pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc7f7a6a nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf3e95d9 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe078aebe nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe9ae4bdf nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xefcae648 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf30df4f8 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf3310bb5 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf453b558 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf4c5eea6 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfaf9707b nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc3ad6f6 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x049d1aa2 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x67c82f02 nfsacl_encode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x021e5c2b o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2a37bfd5 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a28a9e 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 0x4d1a2742 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x52d9de41 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5676dadd o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xcd8524e0 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +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 0xfdebf2e5 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x23d9fa05 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x5341cdf1 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x5e48e762 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb203fcb9 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd74ec5f3 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 0xea44c597 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x03a21e0e ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x48641f22 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc742cf9b ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x168d4272 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x226440f0 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x2d96920f _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x6290369b notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xeb259f30 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xfdfcb8cb raid6_call +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x268e529f garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x2d3ba09e garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x593dfb57 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x62bac9ed garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xc9c56829 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xdef479fc garp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x8dcae224 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x91f1baba mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x9ee3bd19 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xd736c824 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xe96227d6 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xfc72a581 mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x47f0bf46 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0x78f3c14c stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x50091e66 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0x73f6cee7 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 0x097ddfff 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 0x716b2414 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x77947ef0 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbb246a9d br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x10640c51 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x10d3e0db compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x14fdab3f dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1514eeec dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x15b109c4 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1bfbb63d dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1c3ee094 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x26e1863d dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2c4d9da3 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x31a3498c dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3213be86 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x32face3b dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x359e736b dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x35dfdf6e dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x55b57116 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5b388452 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x67b5f8b4 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x69d2699c dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6ecee6bc dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x871631eb dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x918f0df6 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x929fab86 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9ef3d6ce dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa6bee450 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb3fccba0 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbdee4246 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc30bd709 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd3813066 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd4323967 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdb02b04e dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe3691b9d dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe61e37cd dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe6d0cb83 compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xea75c038 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xecf807df dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf04733aa dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x30b57cfc dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3e4a88f5 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x62f14439 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x7ec2d105 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x90f01a65 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xfd0341b0 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7d352589 register_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd852a2fd unregister_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x27e73835 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x7678ab27 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x1c1bb5f3 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x492c6808 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x7cd95eba ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xaaae9b80 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ipv4/gre 0x13f5b47a gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x51670577 gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0x7d67e98c gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0xabcd91ab gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xc63e1ba0 gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x04c28543 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x57357978 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8d5eb011 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xea4328f7 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf66f54a5 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf8cb24e7 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x02ae2e28 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2c091924 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x31788608 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4d96b502 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6090302c ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x72d1d591 ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9633a104 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb19d0079 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb2d292dd ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdafe2a16 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xeebd6b31 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfdeed995 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xffafee8b ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x918b9679 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x0cc06485 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x09100892 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x2a854396 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0xc2be3737 nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x11898c89 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x43c6d3d8 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5891ab52 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x9402f993 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa8f5928b tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x2e53b398 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x67428748 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x6d9d306b ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x8b3cc656 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xe23b1c7d ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x36403145 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x96622587 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0xa2eaa3fb nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0xf9fd19b0 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0b42954c l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x318d0418 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4268761c l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x44e2a6d1 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7335d582 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x75fbe4ee l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x87f11764 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8d088e71 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9c911c39 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb2c86f30 l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb67120ee l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbd3c754a l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc9de2e4b l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd3fe7753 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd515c9fa l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd94b2ff3 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xb562dfc3 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x196e52a6 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1b4388b6 ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5fc9c28a ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7b1fd6dc ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x878678e7 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x89077561 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8b2ec9d6 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa85c8697 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbe7152a3 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd58e6396 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe740b5e0 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf0c0f739 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf74a871d ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xff7cb296 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1e0afe45 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22fa4a07 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x30bedd76 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3a1faf03 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x492d5b8c ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4b8fc3ef ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4d46f981 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4d520792 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5e8ec036 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5f599cbb ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x654f9ce9 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x76bc436e 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 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 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb370b61e ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb5d739aa ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc6511b0e ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x0ac012cd unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x273926af register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x971112ac ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xaadef005 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x05f70d04 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x093a6838 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x09fd6fb8 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0a1e688c nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0baa64ba nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bec0753 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1084408d nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x115e90f0 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1b2daa07 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x22d91490 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x24748c55 nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2b434d54 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2bd5f5cf nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d50e03f nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x325f89e7 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37db6274 nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x39eb4abd nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3fc60a0a nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x423d8912 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42c2a625 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x47d45326 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x47f45055 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48b4359e nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49b55ca3 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4be2b087 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f0b88e8 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5391cf5b nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54ee3563 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x578ba070 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x629c0812 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62adb474 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x649410c9 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x652d9f5f nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x653c4470 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x733d92fd nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x76e7744b nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7844e74f nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b668a2d nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b833e21 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7f295b67 seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8420dd30 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x87b13f5e nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d1245b8 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d149347 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ee5c072 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9572bf29 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x979c4641 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x986f72ab nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9d2df5da nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9e7d555e __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa2fb8b56 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa4ebbfbe nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab778baa nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf927f02 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb1dcc445 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb28456a9 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb7c7fac3 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8ef4017 nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbac9ea87 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbec4c1bc __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbf24273a nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc22f1c00 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc4e85010 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc996ed86 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc9f80359 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd44a674 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce97be16 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf373c19 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcffa335d __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd49882f9 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdac76097 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe15137e0 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe75b767c nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe815deaf nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf593f19f nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf7e311e0 nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf997612e nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xa6e20cef nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xeab68fdd nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x1675ecdb nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1c9b0713 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x2e0b22c7 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x5d53ea42 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x71b10418 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x809ed81c nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x9559a610 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa684f0e3 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb00ea512 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd24fff07 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xeee80dd3 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x80bdefba nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x493c13be nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xa864c730 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xad98eca5 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xe9dca14d nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x8320b31f nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x8b400ae1 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4decb198 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x797ec1c2 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9ad46f98 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa8c2db60 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa909ab21 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb83fb491 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xdfc2f3cd ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x13202d0a nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xac70e4ae nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x525b3f9d nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x77adf277 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7863ef82 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa1c1c378 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa2898262 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbd4ff8e5 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc658491c nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf491ef73 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfb2669fc nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x33e01628 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd6218a35 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x07daf28a nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x09cd360c nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1f8ac4e5 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3bfa6143 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4544b9bf nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4a3b804c nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x52c067fb nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x72adbc20 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8c105130 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8d24e0ec nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa6500e38 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe50d12ae nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf343a5eb nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1e942a4b nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x59b28c48 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x6f21461e nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc124e8ed nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xccd0fb98 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd1b64898 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd87c60c9 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x6d1c882e nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xfe7df059 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x36e30885 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x42fa6c56 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x5668457f nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x8bf91f1e nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xa938e671 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xee869c3f nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xf1389f6e nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1b06930e nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x666e048a nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x00f8f928 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x091a93c0 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x161d1417 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2d261676 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3a028f62 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x42542fcf xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x466cf419 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4a8d0997 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f82f1f7 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x691a6d69 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x75cce955 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7b2472ce xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8d9605cd xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x90791112 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x969d8ff1 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9b7499aa xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9ce0e762 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xadd8c1b2 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb00cb8f5 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbe374bbe xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc738096b xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc99427a8 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0b4971b xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec24fd82 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x132318ac xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd7e1b517 xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x6cb47d25 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x8a7b05cd nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x959372dd nci_spi_read +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0854b730 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x0bef4936 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x1312cbf0 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x1849757e rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x1d24b3fc rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x24dd06fb rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x295f99a0 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x355fc8b8 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x3b5b0fbd rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x4104a4ba rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x4ca8fd09 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x60de1795 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x69c4f2b5 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x7a395288 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x7bc62829 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x7d6e8dbc rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x8477c68f rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x96a7769a rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xa8c05acd rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xac44f018 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xac47f92d rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc5920791 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xdba658cf rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xf773eb23 rds_page_copy_user +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x28747266 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xa3b3f1a6 rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x9a5c6528 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb858c207 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd58630b4 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01db404c svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02f14a14 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +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 0x06978be1 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07dc24ab svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0878ce43 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a989239 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0af3e922 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d00cbde svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x102d7266 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x114a7709 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x121b01ab xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x124f8822 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1378314b svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13ba8f84 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15f70ca2 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16dd2674 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x185cd28c xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a21efc9 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ac041d7 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b0e2b1b xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bc5058f rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f58d8c5 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x208d4d37 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21df6816 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2308f86a svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x257f9f1b cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x259580c3 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2688f91b rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26ed3ba8 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2748fc58 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28407b38 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x290d1449 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2adedc86 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cb1fd71 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cfa5b28 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3104e574 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31802090 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31908c63 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x340c6b6e rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3572bd14 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35ea1250 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x364c4053 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36c1c978 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x372ed686 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38e00599 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39317b73 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3995eb89 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39b26906 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e4085c1 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f600ee2 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fc5d99f xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40411452 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42360772 rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4306be09 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43d4569c xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43f7269e svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4586d598 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x470bd4db xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4738fa21 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4938f2b2 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dc447a2 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50679177 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51313d28 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549264b7 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58fe8b4c rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x594b4ae7 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59979b87 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a8ba957 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b966d55 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d906f54 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e4395f5 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f4dce57 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f72b90e rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fc274bd xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ff99666 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x610e89e7 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61a03531 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6573449b rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x666228bc rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69cf8b7b sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a0a0981 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ca8727b rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6de88851 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70ddf3b8 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73491615 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7365bbfd rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74cdc653 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7620cc40 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76f6d5d7 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x770d6afd rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x788db23e xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79c55502 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a36ddbd rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bcfa88e svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ca292a8 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e3a4b97 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80296a4e cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82882c57 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8315db60 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x838eca26 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83c5ba79 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84d25e57 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x858ca9bd rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a514959 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c614f7a rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8cae4edc rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9038b439 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90985d98 xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x915a46ef xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x931d6469 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9435725d svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x946ee3a7 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98782c21 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a3e4b7f xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bf0a252 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c099005 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d1ddbd9 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa06dfdd0 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4ad05ec rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa516e4af xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa561cfdf svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7785ffb xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7b699bc svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa51c8f0 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae640c6b rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaee2e635 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf0c6bee rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb136c603 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb13f67e7 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb27483f7 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2a2ca3d rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb479d68f rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5f6b01f xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb603dadf rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7a99064 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb963d651 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb1a1a28 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb40a868 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc95f6ea xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd61daa6 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe46abec xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc40cd768 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc56de4bd rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc609635f xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6af0d6c __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc87674bd svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc938dd6a xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb338152 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc89893c rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccaa0724 rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccb717a7 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2d65401 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3148a24 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd515ac16 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd52371c6 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7ce2926 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7faa1e4 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda3461aa rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbdcdfbd xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc7618a3 rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfa059fb rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfe1e9a8 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0b0529b xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0bad0a0 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0ee8365 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2386989 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe45d236a xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe72fd470 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9eed5c6 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea594d31 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb100e48 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebcdb3de sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec3e763d sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec6cf0da rpcb_getport_async +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 0xf1d75e65 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf42659cf gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf45bc564 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf54ab23a svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf56425e6 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5b81e28 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7f0984a rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8f0e10f svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfac533c9 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc44ba3d sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfcde6ba0 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfef77f53 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff6120cc rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffe647d3 xdr_terminate_string +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0bfbbd29 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1b6d9cc2 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2848d796 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4a67ad08 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4ca0047f vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x58390eed vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59d943c8 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x80b9430e __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8e4ee4e3 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x929957d3 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x970b77bc vsock_pending_work +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x99d7fec1 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa02977ef vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa8124b93 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec11d62c __vsock_core_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x117941b8 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x16907b61 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x398d1ef1 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0x5ac1b76e wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x64e43e35 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x75d72b3f wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x94d3982b wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa0ab55e6 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa25dcd8c wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xb3637567 wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc1b8d177 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0xd19a9417 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0xff95f3db wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x03938c2a cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x07a7c7ac cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0b2b174f cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x22d40ac2 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x257cebad cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x35d00034 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x42f2450f cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x732e2591 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x87c952f8 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb25231fd cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd00fc826 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd783de2f cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf777b625 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x685560d1 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xbc3dc4db ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc4b6d77d ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd4f7ab90 ipcomp_init_state +EXPORT_SYMBOL_GPL sound/core/snd 0x14fc3114 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x2a37bec5 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x6477c666 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x66309747 snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0xdc7e1a26 snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x194574e4 snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x1dc33d4b snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xd84a9766 snd_compress_register +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 0x5aa4f504 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xef6c2681 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x14a2e2d7 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2a278089 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2abfe69d snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3cf59bc4 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x41459785 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x44919a0f snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5f04981b snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7731b781 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7d9f2d23 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x8810adbd snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9a44512b snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x15f78428 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x46244099 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x4861601a snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x959b04e8 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc202ac8b snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xe94311c2 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0443f07d snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x044ed579 snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04ed457d snd_hda_create_spdif_share_sw +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 0x099a12d7 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b6b8f8b snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d3817fa snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x116a4fd1 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x13065df3 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x16a41014 snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1794eb6d snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x199ccce7 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1a9dac98 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1bdb05ea snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1c3f5320 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1edd95ee snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1fbb8fc7 snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1fd6792d snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2061cad6 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21579e98 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25159ae6 snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28149d1a snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28336c69 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a5dce1b snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2acdf57a snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e70b65a snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f033066 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x305169af snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32d4ce4f snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3392d345 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x346b3a81 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x361ad7f1 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3aead4de snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ce4dd10 snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d2f5946 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ea1b007 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f55b2b8 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4054953e snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x406b896d snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x424e0b64 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x431c1e1c snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x439b9487 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43b5f2e8 snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e2f9dd6 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4fcc337f snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x50c5af3f snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5945894a snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59983a4f snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59cb1a1d snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59ce12ee snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5c49cca7 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5cdbff49 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5eba718b snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f72b99c snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x611a0fd1 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x633b8e59 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x64d6630c snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x66a0bae3 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x689aeaca snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6902d159 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6948862c snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x69b45e1b snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a40d47b snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a97cf5d snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ba036e7 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6e592b9c snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fe2d911 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72aac776 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x736f61b9 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74ed99c1 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x75e333c0 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7732c0b2 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7774731b snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x78b95d6d snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7bfa1dd7 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d836c5c snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7f8bfa72 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x877e2b34 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x883bd10d snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b6572bc __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c59d175 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8daef1dc snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8fcf24e5 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x905bc1e5 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x911a77f9 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97a2d83d snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a28b284 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ad311ca snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ea9507c snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa94655c5 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9f8cacf snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa16b086 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa94d8c7 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xada67fd8 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf483d6e snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xafdc56fa query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb311d05f __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3805d09 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3c33114 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb4899dca snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb5c7c2c0 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb717a630 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb8649187 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xba1fcecb snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb95d770 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf5568aa snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc65c8fdf snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8a2e3ea snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb798c2d snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb918c7a snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc98828c snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcd9ce989 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xce976fdb snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd058fbef snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdaf6fb56 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde11399b snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf7ad5bb snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe30f3636 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe43cd914 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6bcb54a snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe8307bf3 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe97b7604 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea0bdea6 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea352d1b snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec48b899 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf52b3173 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5876010 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf82cd104 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf868a687 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf982e1e1 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb38d592 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc95f9c8 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff8771e6 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x078478e4 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0fe811c9 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1656afeb snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1da2a1ab snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1eabcee3 snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x295fef88 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x65bec372 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x71b25ddd 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 0x7f9bf84b snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x84047f43 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 0xaba55519 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xac945bed snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb09bc5a4 snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb0d67116 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc76ba767 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd6c1c32a snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe34ea81b snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe87f80cb snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe9a67a8e snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xea3daeba snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0x4be60022 snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x600dea6d azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x6fca06bc azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x84439075 azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x8ec2cccb azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x93a9cb24 azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xb000791a azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xbf548b71 azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xdacc5269 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xdb26a6c6 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xe58858f2 azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xf0910e12 azx_stop_chip +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x664022a6 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x676a83b7 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xcab1328d atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x11cccf0a cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x64fbd990 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xccbb371f cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xc15aabde max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x05e483dc pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x999a0a1b pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x9b22fe9b pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xc13501b1 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x7f68b24d rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x20fdb874 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x1475f5b4 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x9a41f212 tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x770fee8f wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xde97c937 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/intel/snd-soc-sst-baytrail-pcm 0x05a4d79a sst_byt_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x16ed1bfa sst_byt_dsp_suspend_late +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x65c56418 sst_byt_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x97a0cf8b sst_byt_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xa4611b60 sst_byt_dsp_wait_for_ready +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xbd10d7e8 sst_byt_dsp_suspend_noirq +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x00900c0c sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x00d996f5 sst_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x0911e8fe sst_mem_block_unregister_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1b25ba51 sst_fw_reload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1b5e8b82 sst_shim32_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x204740ac sst_dsp_reset +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x21dbdcbf sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x24bd8146 sst_mem_block_free_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x2826b567 sst_memcpy_fromio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x2a9226d1 sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x342d9235 sst_module_get_from_id +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x3c3c9e6d sst_mem_block_alloc_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x3ff70d4d sst_dsp_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x42728b71 sst_dsp_outbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4a045773 sst_shim32_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x543e9576 sst_fw_unload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x57319f0a sst_dsp_shim_write64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x57e7d769 sst_dsp_dump +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x5cb6d209 sst_fw_free_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x657208cb sst_dsp_shim_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x776cf777 sst_module_insert_fixed_block +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x77846dda sst_dsp_ipc_msg_rx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x79aff5e7 sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x79b6df59 sst_dsp_shim_update_bits64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x7cb59856 sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x86282eba sst_fw_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x8c6c6006 sst_dsp_shim_read64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x8d181142 sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x8d7f8b63 sst_block_module_remove +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa670aa57 sst_mem_block_register +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xb45fac08 sst_dsp_inbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xb5e04521 sst_module_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbcec5387 sst_shim32_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xc0951c76 sst_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xc0d8244b sst_fw_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xccf39219 sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd1132f33 sst_memcpy_toio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd6a8c613 sst_dsp_ipc_msg_tx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd9a2c94c sst_shim32_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xdb984e22 sst_module_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe7ffd577 sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe9853839 sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xec5da90b sst_dsp_shim_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xfa27c03f sst_dsp_shim_update_bits64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x0a42cbda sst_hsw_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x5645de46 sst_hsw_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x8126f07e sst_hsw_device_set_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x01b3675b snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x01d1d78e devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02f59ad7 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03de1830 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x121c5c9d snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x128effda snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x142ef6f6 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x158d611c snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18134789 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x193bef64 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19f90797 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ac5e31c snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ba13994 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1bb8c060 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e08ee44 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x229af9d8 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2449e421 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2abf8f76 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b0464a5 snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b9b1d50 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3063913a soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3196a89f snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36066678 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37852855 snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37ddbc94 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b280fe4 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3bda46bf snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3cfa8294 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3dce08af snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3def19ff snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x410c2436 dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45e1db12 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4663b8dd snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46bfdd7b snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x479b0c2f snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4843c8e5 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4917b513 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49b991dc dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a2f3cca snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a73d1fe snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d825b54 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51d434fb snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51faaa30 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58a1982b snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x590829ff snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5bb84964 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5bc41274 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5bf3a435 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d812cda snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d9c2a9c snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e2d1001 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5eca315c devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ede0729 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60c60863 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6347158a snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63875a43 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63a9123c snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x649951fc snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67019044 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67ba9c42 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b205900 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b8f5d22 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c6a282a snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78ba8b4b snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79b53a9b snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c9bba20 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e0f05fc snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ed3c683 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f382582 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f6d26b9 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x846ec4c5 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x84a07d6d snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x850c86f1 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8575a96d snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x857ca527 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89777273 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8985fd4e snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8baaaa19 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8becbcf5 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c5b7640 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c86b9ea snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8cdd6a11 snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x931005ac snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x939ff4a1 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c854084 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d8606f8 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e9714f4 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa00b0129 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0523065 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa17b32c7 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa385b1df snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa63443b2 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa738e3c1 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9b60190 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xace023d3 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae0ac125 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaed5b71a snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb10e12cb snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2e7da43 snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb3682b2c snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6afb08c dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9507b59 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbba188b1 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbbc457ba snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc83e8f4 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdafd276 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe2c7601 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc187421f snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1ba7ae0 snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1dada46 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc34fff3c snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc36cf9ab snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc49e54b0 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc9e0a7ff snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd03644a snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce354440 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd110b083 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd23ae4a2 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd2c668c0 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4b05071 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4cc3015 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd55843b7 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd80870c0 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd8154cac snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd8231a61 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd8815cda snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd898167e snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc9f6920 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdd19ded3 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe160cb37 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe1dba6a9 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5312921 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe73ef308 snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee87103b snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xef28474f snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf393476e snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4ff3df7 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7061c0b snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9f78b1d snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfaae4e65 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb390bba snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb97210e snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd857ca2 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff4613f7 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x00684ded scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x006bc072 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0070ef14 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x01095b8d cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x017d1f5d page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x0192d9c6 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x019ce529 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x01a5c735 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x01a9907b adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x01b210cf ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e8ce85 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x0222ac9e tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x0236daed ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x024411dc wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x02448233 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x026211e2 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x026cc8bb sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x0273bdeb usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x027427ad yield_to +EXPORT_SYMBOL_GPL vmlinux 0x0282140f __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x02a97dbe power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0334ec6f jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03655ec1 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x036738d1 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x037ca924 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03c2acd6 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x03c58a41 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x03c76b60 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x03e200df regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03eca9a1 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x0440ffd0 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x046324ef pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x0471e381 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04a39edc usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x04b3e38d device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c66ea5 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x04d6f5b1 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04e77ba8 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x051f1c9a of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x053494cb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05571fa2 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x056495a0 __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x059a04fc debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x05a70587 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x05a74660 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x05ade521 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x05be6fa2 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x05bf5f85 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x05e4989f ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x05e663a9 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x060b314f set_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x060d1064 set_memory_ro +EXPORT_SYMBOL_GPL vmlinux 0x0611508f da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x063424f9 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x06394a71 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x0693e7f7 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x069be0d3 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x06a062cc kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x06ae0fd9 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x06b228bd ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x06b49f3b cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x06ca53ae acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x06d549e6 pinctrl_free_gpio +EXPORT_SYMBOL_GPL vmlinux 0x06df4de6 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x0714bb06 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x071abb33 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x073617a6 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0762a8b7 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x076e6e96 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x078692fa mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b9093f bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x07ced2e3 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x07ec93cf ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x07fc478e acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x0809f10f crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x08119be2 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x081ac903 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x084c574b usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x084f611f seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x08581201 efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x08612d76 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x08735536 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x088bfa7e cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x089614f0 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x089e2af5 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08bdd519 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x08e51842 clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x08f47788 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x094313d7 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x095807e3 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x095ff52e sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x09858063 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x0986c3ba __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x09b30368 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x09b34ae2 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x09decd72 split_page +EXPORT_SYMBOL_GPL vmlinux 0x09e707c7 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x0a862881 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x0a958730 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x0a95b1a7 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0ab900b1 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x0adf4cd1 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x0aec5d3a __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1fa9f8 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0b330ecc md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x0b489fd8 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b7b9554 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b7e9a91 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x0b852516 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0b8f3087 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x0b91fea6 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0ba6e4aa pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bd7a4c1 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x0be8cb31 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c2a11ba usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c7de88d tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c80e3fe efivar_init +EXPORT_SYMBOL_GPL vmlinux 0x0c80fd57 user_match +EXPORT_SYMBOL_GPL vmlinux 0x0c815e51 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x0c9c635e inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0cad351a dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cc7eb90 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d14925e crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x0d14a18a ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x0d1c7b5a __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x0d31df18 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x0d4c95cf sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x0d4f44c0 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x0d509b00 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x0d5d786e kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x0d713d74 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0d930d81 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x0d9493a1 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x0db42081 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0dbc5976 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0dc2420f ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x0dd11f01 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e3801ec inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x0e5a43f9 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x0e5f96c5 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x0e6402e7 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x0e765ecf usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0eaafdce trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x0ecf823a static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0ef15b26 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x0f1e5773 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f5cf10a pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f75c40a virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x0f82a44f cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x0f975c81 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0fa138de xen_hvm_need_lapic +EXPORT_SYMBOL_GPL vmlinux 0x0fae6823 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x0fb13ff0 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0fc9b49d devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fcd69e7 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x0fda3c17 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x0fee92b6 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x0ffe3e2e led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x1004c9ba iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x1009eaac pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x102d7b7d clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x102f7e84 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x1040d8bf xen_swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x107e7ecb regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x10990aea dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x10aed11a raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x10b27412 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x10ca5292 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x10d07dea gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x10e8b4e8 clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x114f1a20 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x117c7305 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x1195ab59 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x119af014 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x11b8e240 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x11c2811e devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x11d03d68 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x11e0be8f zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x11e3c98a key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x11f6010a usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x121517fb adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121c8d48 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x123b32f3 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x123e64e4 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1254a997 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x127212c7 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x12766bae irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x1288a727 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x12957b8b usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x12ac005c usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x12bd2243 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x12c6ca9e crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x12d40c74 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x130bd388 check_tsc_disabled +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132fc939 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0x13359f11 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x13380997 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x13388043 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x1358d6b8 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x135ef852 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13630ae9 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x13885a9f thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138f645e tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x139fb4d3 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13b0523e spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x13b89dee pinctrl_request_gpio +EXPORT_SYMBOL_GPL vmlinux 0x13bf59aa key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x13c6e993 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d652d7 xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x13e677d1 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x13fc7079 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x1404c229 fpu_finit +EXPORT_SYMBOL_GPL vmlinux 0x14156b34 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x1433cbc4 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x143595e5 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x14467f23 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x14497567 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x144d4a10 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x145b9294 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x146e7f9e debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x146f443b pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x1475e469 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x149cfb6f debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x14b26497 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x14b5df38 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x14b6b772 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x14cb66eb ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x15010e1f arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x1501bf65 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x1518e810 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x154485d8 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x1549e29e pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x155589aa pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x15645ec4 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x1581bbeb ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x159016ec clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x15901fab efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x15a1ae7d da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x15b0606e e820_any_mapped +EXPORT_SYMBOL_GPL vmlinux 0x15ef740a device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x162ced2d kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x1689f228 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x168fdd31 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x16af8adc ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x16cebd74 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x16eaa323 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x1724d36d regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1750597e xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x1762bed6 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x1775d6b4 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x177a4b5c xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x177f3179 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x17cf7975 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x17e36116 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x17f0a50c cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x18151921 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x18227d0e pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x1829b9ed hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x183609ba regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x1848d7d7 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x184c1ad6 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x186ee549 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x1882b11d serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x18851c14 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x1889563a clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x1891817b irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x18922233 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x18af941e power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x18b04982 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x18b6b766 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x18c3d3d8 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x18c708e7 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x18e0669d ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x1913c5a1 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x198db8e3 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19aaa812 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19eb7ed5 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x19eb9ecf dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x19ff7fba scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a28bd8a ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a3fd441 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x1a41780d wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1a493cf7 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x1a6aa7d0 device_add +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1ab53245 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x1ab5c145 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x1ac100e0 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1ae51e72 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x1af5b407 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x1b095c80 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x1b18f7f7 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x1b249183 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x1b309ec8 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1b3c347f crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b3c9291 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x1b443cbd crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b9951bd gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x1b99ecaa debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1ba581e4 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1be45caf debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1bec4215 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x1bed12e0 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x1bf932f3 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c00f964 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x1c0f278e pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x1c3051db irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x1c35238f rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x1c468439 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c84b02c regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1ca5b591 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x1cb25dae rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x1cbbb61e rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x1cdb2147 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x1cf088ab dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x1cfd95c1 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x1d012032 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x1d0e3427 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1d2d46bb pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x1d35a5f6 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x1d3b5c49 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x1d459685 xstate_size +EXPORT_SYMBOL_GPL vmlinux 0x1d50767f tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d62d363 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x1d72da26 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7cb586 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1d7e2294 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x1d8a1858 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x1d8fb3bb acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x1da282b1 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1db0c6f7 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x1db976fd anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x1dba2a28 xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x1dbf0437 ref_module +EXPORT_SYMBOL_GPL vmlinux 0x1ddf87eb regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x1e000879 hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e24ec80 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x1e25b7bf device_attach +EXPORT_SYMBOL_GPL vmlinux 0x1e330c10 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e864f1d attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x1e94157f inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x1ea64fb1 iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1edc21cb hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1f0884f3 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x1f1988f7 hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x1f275af1 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x1f41144c unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1f677b3f crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x1f7d5f1c devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1feb66c8 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x20055a46 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x2006fef8 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x200e648e pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x209a0648 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x209ec764 xen_event_channel_op_compat +EXPORT_SYMBOL_GPL vmlinux 0x20a939cc crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20b6e15e crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20cf2871 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x210800e0 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x2134b427 __clk_register +EXPORT_SYMBOL_GPL vmlinux 0x213d5c96 md_run +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21c0ae54 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x21d0e021 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x21dcddd0 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x21f86c55 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x21fb4ba3 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x2215dfc1 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2217d929 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x227b8b28 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x22877f07 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x229951ab rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x229a2eb1 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x22e1a87c iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0x22f2bbb3 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x230d1672 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x23339ed5 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x23432ef4 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x2366a2c0 errata +EXPORT_SYMBOL_GPL vmlinux 0x2372d159 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2398bc62 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x23bbf120 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x24011e14 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x240304dd wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x241a1ccc inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x241b79e1 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x242b1cfa usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x24328f76 __efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x24335342 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x24657600 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24dcc430 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x25460a9c pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x254850de spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x254a868f sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x257aba36 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x2590baf3 __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x25a97010 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x25aa3bb3 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x25b4ec1a usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x25bb7b87 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x25d7616c irq_free_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x25e38359 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x25f32fd9 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x26186b93 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x26428857 xen_swiotlb_map_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x264b7835 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x26729d9f class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x26910b4e xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x26965721 slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26b780a9 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26c9987a pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x26d61ca1 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x26e4cf1a rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x26eae4e7 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x26f5a9bb thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x270b5f6f ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x2711855a ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x2735ef9d init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x274dc9ce iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x278e03f5 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x279cb985 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x27c0c4be eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27ddb33d acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f56924 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2817f3df power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x2835bf43 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x284a7478 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x2859bafc pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x285ce3ec ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2862f505 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x28664b3c rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x2876556a wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x287717e1 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2884a762 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x288d4b72 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x289c72a5 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x28e98367 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x28ed10bd usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x29272862 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x29455adf page_endio +EXPORT_SYMBOL_GPL vmlinux 0x29464e39 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x294b2d41 __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x296ee6dc devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x297c78d1 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x298b0e3e _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0x29be2041 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x2a63beab __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x2a66d23c wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a7e9f59 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2a7ff393 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x2a86b039 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x2ab42cd7 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ae45069 wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2ae64d5d irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x2af1ced9 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x2b0725df ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x2b238f05 percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x2b351741 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x2b408a5f fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x2b523c88 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x2b534c3e rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x2b60b31f virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x2b64f767 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x2b905f0e blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x2ba4f6d4 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x2bae74fa srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x2bd72b76 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x2bdff067 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x2c02ef87 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x2c14d3a1 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c3a9c2d blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c9a360a sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x2cb95846 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x2ce33ab4 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x2ce488dd regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d48f207 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d656d3f context_tracking_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2d7c53d0 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x2d9449f3 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x2d9f2ce3 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2dabcfb1 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x2dbca1a5 efivar_entry_add +EXPORT_SYMBOL_GPL vmlinux 0x2dc08620 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x2dc2c7d7 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x2dd1f600 print_context_stack +EXPORT_SYMBOL_GPL vmlinux 0x2dda87e2 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0x2dde97c5 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x2de8a756 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2df2be99 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2364c9 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x2e294adc rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e341548 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e533e8a crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ed32b22 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x2ee50fb5 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x2ef7af60 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x2f0467b8 user_read +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f2e30a8 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f6df44d da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x2f7c6bc8 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x2f857551 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0x2f9bba42 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x2f9e835a kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x2fad5acb register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x2fb3df73 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2fe70e99 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x30093f43 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x302218ee dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x308ffdc3 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x30987f32 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x30a49be3 m2p_remove_override +EXPORT_SYMBOL_GPL vmlinux 0x30cd88d9 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30d5e9c5 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x30d6b3ed inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x310cd4c4 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x31158422 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x3119bdf9 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31290560 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x31350bf0 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x317c4f24 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31ff5176 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x3213f19e platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x321b6608 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x321f86e7 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x32225884 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x323d2e21 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x324a3d89 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x325e9ead dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32a97f38 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x32b2e626 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32bbc8a8 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x32bded08 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32d67805 sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x32e872b5 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x32eb454e of_css +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x330dc94a vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x3310bf11 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x332ba303 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x33655159 xen_pcpu_hotplug_sync +EXPORT_SYMBOL_GPL vmlinux 0x33762ec4 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x337d8527 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x339237b4 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x33b95a3a rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x33b96e5d apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x33cef77f power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3421025b usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x3423f3e7 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x3431249f sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x343259a8 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x3438d81c call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x344ada31 init_fpu +EXPORT_SYMBOL_GPL vmlinux 0x3459e6b8 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x3465fce6 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x348d250d regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x34abe21c put_pid +EXPORT_SYMBOL_GPL vmlinux 0x34ac50c3 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x3504da93 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x35146a55 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x35278f77 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3530071d blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x3537f0c6 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x356954a8 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x356f4ff5 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x35836d81 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35b7807b md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x35ef2e3f bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x361522dc ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x3630c310 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x3633e9b0 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x365cc1d0 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x365e8434 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x36615f76 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x36694bd2 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x368303ae task_xstate_cachep +EXPORT_SYMBOL_GPL vmlinux 0x36831869 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x368f1fea static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x3696182a uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x369b4891 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36ba0ad2 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36c03709 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x36f63718 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x373e5cca component_master_add +EXPORT_SYMBOL_GPL vmlinux 0x37431987 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x3747b5f4 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x3773389d irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x377b2db3 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x3790d1e8 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x37923858 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x37b5ada3 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x37bbd6f4 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x37f15d31 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x37f1ffbf gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x3828116d vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x384d66fe debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x3890f60c __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x38c4f07e regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x38d9cb22 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x38e5035f gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x38ee45c9 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x3914c4bd cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x391924c0 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3933c7b6 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x39567e0b component_del +EXPORT_SYMBOL_GPL vmlinux 0x3981c439 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x39a5317b crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x39accc66 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x39b4e965 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x39b8f927 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x39e41d76 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x39f96459 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x3a1b789b __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a38dc65 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a591bc8 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3a5c33a1 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x3aa279a3 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad0e201 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3ada1d26 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x3af9dd15 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x3affb483 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x3b0a5f92 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x3b293a62 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x3b43c72f fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x3b490f66 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x3b7145bb apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x3b8e9906 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x3b9b38a2 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x3ba78430 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x3bad5b25 iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x3bc0c83c user_describe +EXPORT_SYMBOL_GPL vmlinux 0x3bcbebc8 pci_get_hp_params +EXPORT_SYMBOL_GPL vmlinux 0x3bf79194 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3bffd557 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x3c1042e7 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x3c59df00 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x3c75b963 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x3c7d2405 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3cbf2c75 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3ce3cf2c thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x3cfaa0b2 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x3cfd78c0 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x3cfdc9be ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3d0d90d3 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d1de761 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x3d326a42 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x3d382709 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d44da9d netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x3d470a96 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x3d5f392d acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3d84217b perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x3d939335 i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x3dae6404 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dda9c1e ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df1dcb1 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x3df45f58 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x3dfc167e tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x3dff0090 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3e25ace4 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x3e282be1 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x3e2a9894 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x3e4f0eeb component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x3e5593b1 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x3e592afb crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3eb1705c task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x3ebf9e52 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f02a594 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f0949fa ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x3f1d89e6 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x3f229c4c oops_begin +EXPORT_SYMBOL_GPL vmlinux 0x3f270605 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x3f7c1bbd cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x3f80c11e ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3f87922f regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3f88ef9a pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x3fa9105f efivar_entry_size +EXPORT_SYMBOL_GPL vmlinux 0x3fad3c5f irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x3fb0ab90 xen_swiotlb_sync_sg_for_device +EXPORT_SYMBOL_GPL vmlinux 0x3fc47b75 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x3fc72d3d __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3fc91d31 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x3fd3979d pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x3fe379f5 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3feffcb8 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x4029b5f9 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x4037d182 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x404132ca __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x4058ef63 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x40993d21 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x40ad4816 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40ce2977 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40d497b7 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f3218b ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4114833f __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x4118138f bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x412157db irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x412fc7c2 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x41314bd6 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x41411fd2 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x4153d9c1 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x415b0f87 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x415bc725 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x415cd96b uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x417429ae virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x41756ce1 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x417e89f3 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41988b4e exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x41a77cde cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x41a86691 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x41b0f9ae wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x41bbdc7d pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x41d6b605 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x4213a51a efivar_entry_set_safe +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x423bd39c tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x425d2272 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x42713229 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x427d5c68 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42a0c5e1 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x42e4168d smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x42eeb837 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x42fcb610 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x43083c24 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x430e3d98 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x431dc085 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x4321585f xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x4336a20b alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x43372942 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x433a3048 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x4343fecb netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x437579b0 __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43a8e781 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x440f4b7b put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x44185004 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x44376990 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x44472f0d pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x44588736 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x446cf3da ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x44726b19 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x44789f4f cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x44796729 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x447d6959 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x4481a0f2 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x4482c1d7 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44962452 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x44e54f16 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x44e73fcd simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x44fa8198 i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0x4506f427 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x450966a1 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x450fb522 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x4512e653 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x452ab781 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x4535d01e is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x454e54b6 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x456289c3 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x456d8d29 vtime_common_account_irq_enter +EXPORT_SYMBOL_GPL vmlinux 0x456e1dbd ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d0f186 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45dbbfa2 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x45f044e2 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x45f19f20 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x460f31aa rodata_test_data +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x4610a45d crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x46434934 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4683041f __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46907e4f user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x4697aed4 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x46a3745a fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x46cd3c71 print_context_stack_bp +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4744b745 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x4789b4a5 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x4793beca devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x479cca9f usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x47a29ff8 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47cd8141 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x47d431c2 xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x47ef3e40 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x482ec911 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x485f7810 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x48682db9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x486a8c62 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x486ceecb tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x488be767 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x4896df88 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x48a68df7 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x48a7cca5 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x48b99bc7 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x48bb9fee bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x48bea7ab platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x48c88513 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x48ce47b5 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x48d14833 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x48d2fda0 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x48e90cb2 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x490a8df6 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x492c1c34 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x49306e4f dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x493c3734 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x4942e2b9 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49adb28b thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f9ab12 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4a08bc31 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x4a0f50d1 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x4a155ff0 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x4a3c3cf9 microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a823e27 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x4a90160e bprintf +EXPORT_SYMBOL_GPL vmlinux 0x4a97d96e shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ab3a80f wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x4ad73d26 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x4af348d0 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x4afa19dc apic +EXPORT_SYMBOL_GPL vmlinux 0x4b3135e6 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x4b386cc2 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x4b4254fe class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x4b7b1169 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x4b948e5c iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x4b97c8c3 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x4ba10ba5 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x4bb0c4de sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x4be145ee rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x4be639bb ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x4bf0d6d1 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x4c1beeb6 mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x4c244d20 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x4c2a472b __static_cpu_has_safe +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c572daa acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c6a06d6 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x4c7586f0 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c9dd3be dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x4c9f3645 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x4ca45056 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x4caa4319 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4cad6e7e class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x4cd10bd4 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x4cd5e3c5 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x4cd7f9cd rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x4ce2a2a6 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4cf630a0 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x4cfae05e __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x4d0aae27 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x4d0d575d usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4d1c713f of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4d545b54 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x4d683b98 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x4d785ea7 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x4d975bbc syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4db171e3 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x4dc07268 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x4dcbda56 acpi_subsys_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e57723d apei_read +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc02d devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x4e74e625 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x4e8ba944 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x4e952149 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x4eba75da raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x4ebbd765 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x4ebdb02d crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f0ae58d bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x4f49e5f4 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x4f4cb858 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f8259c4 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x4fa12258 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x4fd010bb pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ffe576b sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x500b6dd7 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x5015ba97 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x50347bac synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x50666c9d register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x50667be3 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x506dcf98 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x5071847a crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x5078f1d5 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x507de8c6 add_memory +EXPORT_SYMBOL_GPL vmlinux 0x5083f79d fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x508afec0 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50a3d861 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x50c82483 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x5113ca0e pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x512b1d19 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x514150ef usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x51446c58 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x517f1f29 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x5191bd3c efivar_work +EXPORT_SYMBOL_GPL vmlinux 0x51965954 __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x5198f1ea skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x51aa6f25 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x51b7bafc component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x51bcce40 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x51cc4ea2 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x51e8a637 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x5202d296 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x520ac695 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52151864 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x522f538b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x5259562e pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x525b89d5 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x527b47fc need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x528442bb usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x528799f8 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x5305646e alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x532368dc swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0x5343e390 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x53660ebe register_mce_write_callback +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53ae97fd serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x53c501ac bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x53ed86fa xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0x53edc16a __remove_pages +EXPORT_SYMBOL_GPL vmlinux 0x53fb71ab usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x540b5482 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x542bf757 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x550a504e fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x5538818f dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x554827db ping_err +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x5558c99c ping_close +EXPORT_SYMBOL_GPL vmlinux 0x556205af irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55b7dca2 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x55dcfea7 blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x55e26eb1 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x561b36eb __netpoll_setup +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 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x5654f836 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x566596ac usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x566a2d95 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x568f9c34 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56947347 dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x56965db2 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x569da605 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e7d899 unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x57061089 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x573f0e2f srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x574a8cc2 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x57520d16 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x575abcf7 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x575c5f94 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x57653a38 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x576c144b gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x57759ee4 __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x57899429 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57f41c2c disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x57f4af36 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x584d49b2 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x585489c2 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x585704ab aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0x5884b4c8 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x5892cea4 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x589a91b6 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x589fbf21 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x58a32814 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x58c03905 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x58cc9120 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x58d2ea26 regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x58e2a027 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x59269d25 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x592bc912 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5967a03f inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x597e2fc8 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x598029fc irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x59a49758 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59c50e4e led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59fa8a42 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a3911c9 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x5a441ebd efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x5a6a248a fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x5a6aa550 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5a789076 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a848293 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x5a8e78e1 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5abd0c74 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x5abdc62b spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5ac2727f smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x5ac405bd device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5b0f7d80 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x5b15e655 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x5b3ab40b transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x5b41206d gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x5b590b6b pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x5b652265 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x5b6b7297 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x5b71ec70 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5b74e8cd rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x5b792487 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x5b83d447 xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x5b87c9c1 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x5baa205b i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x5bd1f60c cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5c227f09 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5c3f45f1 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x5c3fee98 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x5c40933e disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x5c66e90c efivar_run_worker +EXPORT_SYMBOL_GPL vmlinux 0x5c96e511 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cd3d90c ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x5cdcf833 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x5cf8a882 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d48a650 m2p_find_override_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5d4fd8c7 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x5d77952d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x5dae2d8b devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x5db1c1d3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dc91034 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x5dc93f92 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x5df14662 shake_page +EXPORT_SYMBOL_GPL vmlinux 0x5df17b79 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x5dfbd0b5 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x5e0df5d7 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x5e12ac13 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x5e12ddc6 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5e2ffcf7 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x5e44e7f2 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e7a282c clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x5e956871 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5ef13ca5 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x5f0304cd disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x5f11c1ce set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x5f120ce4 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f483b67 skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x5f48a9d2 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x5f53407d usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5f5a81f8 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x5f79a98b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5f7c286f acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x5f8aa0c3 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0x5f944f97 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x5fc27be9 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x5fc516da cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe46b9d da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x5fe90687 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5fef9ed6 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x6010e452 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x6027605d __class_register +EXPORT_SYMBOL_GPL vmlinux 0x60322f3f crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x60433985 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x60626c3a pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x6077d3ae napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x6091de17 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x60930d37 save_mc_for_early +EXPORT_SYMBOL_GPL vmlinux 0x6096ccf4 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60c95350 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x60cd73ed pv_apic_ops +EXPORT_SYMBOL_GPL vmlinux 0x60da9ca8 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x60f545fb serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x60f822ca tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x6106b3d2 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x61509d8a pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x6183ff15 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x6194ffea do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0x61a73470 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x61ac9e21 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x61c8a5de debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x61e410f5 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x6201b042 efivar_entry_set +EXPORT_SYMBOL_GPL vmlinux 0x620d9784 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x6223d719 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x62277a9f securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x623803c8 hest_disable +EXPORT_SYMBOL_GPL vmlinux 0x624b20f2 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x626471de subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x62865b47 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x6286d9da gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x62920b43 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x62af6f8d ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x62bf988c xen_swiotlb_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x62dd19da extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x6308b1b2 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x631d0375 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x6328a0a1 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x6328ef37 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x6339bcf3 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x634df704 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x63502dd0 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x635b3d71 fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x635ec980 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0x638fe045 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x639fa85a sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x63c2882c tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x63eaa288 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x640de00e rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x643bfe8b ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x64aa2bb6 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x64ad2137 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x64b7069e apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x64beec6d devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x64caa317 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x64d77da5 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x64e41030 clear_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x64fbe56d debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x651a62fa devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x652d4d7b smp_ops +EXPORT_SYMBOL_GPL vmlinux 0x65322c92 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x6550f40d ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x655155c1 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x656568aa efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x658c8186 amd_get_nb_id +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65e1034c crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x65e8a7aa pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x65e8bc73 m2p_add_override +EXPORT_SYMBOL_GPL vmlinux 0x65fc9673 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x65fe6cf1 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x65ff2579 get_matching_microcode +EXPORT_SYMBOL_GPL vmlinux 0x66069728 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x66377124 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66950339 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x66bc61a6 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x67131c09 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x675ed5a0 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x677c10ea rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x677c3190 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x6780cc60 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x6797b6eb pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x679fe7c6 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x67a0fc61 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x67c4634f setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x67c50130 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x680aa071 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x6810c7b0 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x683efe84 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x684429eb da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x68659b57 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x68859018 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x6885c84a inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x689995c7 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x68a01353 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x690361bf locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x690f2beb relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x69309ac4 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x69403e92 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x69471a4c platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x6952aa91 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x69703b51 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x6972f257 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x69a76080 napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x69b2c73b component_add +EXPORT_SYMBOL_GPL vmlinux 0x69dc9125 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x69e7a63f tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x69e7de89 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x69e8796e pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a17a7bd crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x6a2bed33 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x6a32d0e5 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x6a3419e4 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x6a3f7a2a restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x6a41fa3b usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a51a8dd __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a8d1e3f device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x6aa7c33b dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x6abb3e79 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6acad21f acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x6ad2d082 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x6ae9b3f8 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6afb29a4 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b65e920 xen_swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x6b7cbd74 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b888f0c do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x6b93bf60 inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x6ba7b6bb xen_swiotlb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x6bc9a6a7 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x6bcf80fe __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x6bef077d ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x6bf1b90d dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x6c068341 rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c10a5e0 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x6c1251fd apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c7e190f bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x6c84412a cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x6c93cced ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cc18060 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cd58bf8 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x6ce49dde device_del +EXPORT_SYMBOL_GPL vmlinux 0x6d03f357 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x6d04eb05 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x6d2785b5 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d4cbff9 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x6d7d19db fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x6de3e204 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6df8f4cd pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6df9da39 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e2adb28 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6e2c1bf2 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x6e4f61e2 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e70441b wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7ca7cb blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8bf789 hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x6e98ccb8 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x6ea98361 ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x6eafedc2 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x6ece88bd pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x6ee23584 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x6ee730b4 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f2359fc usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x6f29c516 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x6f2f6f09 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x6f5520fc hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6f7355b4 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x6f7eac8d da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x6f858a63 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x6fa9e2e5 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6fe74f8a fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x6feb4ef7 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x6ff39d37 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7020f760 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x7044a773 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x70752710 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x7079b929 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x709284ac crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x709a9c60 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x709be172 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d9ddcb ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x70e5f0cc pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x70fbd436 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x714713aa percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x7153d302 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x715adc81 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71805183 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x71a53b65 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71dd3bd7 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x72103ff5 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x7215a38c rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x722df760 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x725a8414 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x728c685c __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x72c17e45 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x72c554f4 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x72d7b877 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x72e9f4f2 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x7310cb13 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x733d7e4e dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x735b9223 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x73600cd9 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x7378cf2e sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x7395d2ef blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73ed2f92 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x740998d5 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x742e9b71 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x743d1a71 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x74628570 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x748eb622 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x748f9153 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x749b8304 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c08941 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x74c5cd7d devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x74deb10c used_vectors +EXPORT_SYMBOL_GPL vmlinux 0x74e1d35e sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x750871b7 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7521d025 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752687fa dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x752ade55 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x7534dedb inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x7543de1a ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x75555574 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x757291e8 xen_swiotlb_unmap_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x757b49d2 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x757f3cb9 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x758a3812 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x7597b0cd unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x75a77554 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x760a3766 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x762b71e2 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7630b9fb subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x765bba1b iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x766c6dd4 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76897f7c efivar_entry_set_get_size +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76d674c0 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x76e8dc45 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x76f1b8a1 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x771dcf94 xen_swiotlb_set_dma_mask +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x772fbcaf trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x773698a4 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x773c2d0e find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x775a6ef5 kvm_read_and_reset_pf_reason +EXPORT_SYMBOL_GPL vmlinux 0x775c51c8 clk_disable +EXPORT_SYMBOL_GPL vmlinux 0x775f42c3 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x777a111a usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x779c530d dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x77d5dd73 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x77d6e0e2 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x77efd796 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x77f4ce9e regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x77f559a6 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77f666de tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x780b0ee1 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x7825157f rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x783a15b8 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x784072f9 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x7850cb2b __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7881d96b spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x78962a55 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x789793eb input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x78ea227b acpi_bus_no_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x78f442b9 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x78f937f8 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x790d78f1 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7921084c blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x7922788d xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x792731a6 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x792bdb3c clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x794dcc29 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x796147fc pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x79850969 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x799cc695 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x79aa0ff1 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x79d0f480 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x79e69460 intel_iommu_gfx_mapped +EXPORT_SYMBOL_GPL vmlinux 0x7a04ba8a ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x7a08a1cb wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a1f061f get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a319404 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7a3a999e shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x7a69c0c7 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7aab273c pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x7ac7c4ed blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x7ac8e5b0 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ae17ac2 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7aee938c acpi_dev_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x7b0a595c blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x7b0b0532 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b0f859e mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b292d19 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x7b31d8e8 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x7b6243d5 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7bbe211b rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x7bd4488b anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7be8e391 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x7bfcca8b ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7c0e77b4 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x7c1dfd29 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x7c2ee855 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x7c309fa6 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c40d829 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c741f64 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x7c97b9ae xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x7c9ba959 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x7c9f3e69 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x7cb6eb34 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x7cbf3bc6 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd28011 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cde726f usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cede041 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x7d093273 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x7d1b3517 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x7d22449b phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x7d25ab6b skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d3da710 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d63c2e3 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x7d6b79d0 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x7d925697 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7dabf12d ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7dd50551 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de4824c usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x7df8ffe5 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x7e04c23c ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x7e0ae294 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7e5cc2ae pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6c40e5 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x7e8c9eb2 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x7e9fee1a skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7ea64664 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x7f04da0d ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x7f098ead ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f2de5bf ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x7f4cab4f regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x7f4f226d ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x7fdee521 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x7fe2ee03 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x8009bc13 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x80156244 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x801c9e0b tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x801dc726 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x806e502f btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80bd39d8 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x80be6ca4 __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x80d3927f __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80edc790 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x810f2e4e clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x8116c732 xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x813d05bc acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x81758870 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x81809f94 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x81d54298 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x81dcb5aa unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x8207ac0a ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x82236ae3 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x82424daa hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x82635e4d tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x826680ec devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82ba707d regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82daed37 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x82dbec19 erst_write +EXPORT_SYMBOL_GPL vmlinux 0x82e40750 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x82e479e7 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x8308e90d rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x831389ec blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x832724e0 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x8338317b pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x83479d27 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8347d35a sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x8379717f sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x839c06e6 find_module +EXPORT_SYMBOL_GPL vmlinux 0x83c72c99 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x83f1ecef pin_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x83ffa879 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x842a6ab1 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84461bc2 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x844f68e8 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x84572488 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x848617c7 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x8487a2b6 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x84a60637 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x84bcd098 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x84c3a98d virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x84cf2baa ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x84e0b278 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x84e0e00a ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x84ea24ae device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x84f929cc platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x84fae279 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x853e3138 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x8564abfb sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x857ce6c2 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x859aea9a xen_set_domain_pte +EXPORT_SYMBOL_GPL vmlinux 0x85b6bded __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices +EXPORT_SYMBOL_GPL vmlinux 0x85d59639 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85fa44ee __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x8627e00e public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x86319d2c devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x863d7b34 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8654be58 hv_remove_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0x86574e6f tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x869db63d vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86a9454c dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x86c0829f cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x86c48393 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x86de75e9 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x86ecb987 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x86f0801d vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x86f14930 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x86fcaa5a rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x8702e548 process_srcu +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x871a6e2a debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x871fe6e5 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x872da63d blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x879198d3 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x8794cd19 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x87c1d9b8 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x87c2eb4d subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x87ef8199 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8829abdc pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8858dbbd crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x886384a1 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x889e27fa cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88c50ed7 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x88d890de dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x8956aeae apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0x895cdee3 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x895f5b29 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x89679116 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x89715260 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x89879a63 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x89907d93 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x89970913 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x89a826b5 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c7e7f5 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x89cda2c0 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x89d46618 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x89ff20d3 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x8a144522 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x8a1f1590 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x8a293e18 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8a4b8066 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x8a559846 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0x8a780812 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control +EXPORT_SYMBOL_GPL vmlinux 0x8aa708e8 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x8ab5955f kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x8ab78a0f dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8abe8b3b __add_pages +EXPORT_SYMBOL_GPL vmlinux 0x8ad531b7 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b059b03 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x8b0dbcae tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x8b1d52e0 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x8b749351 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x8ba60602 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x8ba606aa extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0x8ba94076 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x8bc6135a ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c194e1f regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x8c3279b4 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x8c5be99e pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c6d7daf sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x8c87edc6 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x8c94529b tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x8cb622b0 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x8cd8b1b3 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x8cd9f935 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0x8cea765f memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x8d1b80c9 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d36c088 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x8d38aee0 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x8d46a686 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x8d61a369 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x8d6d493d pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x8d7199e8 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x8d9fa235 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x8db2155c __efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x8dd5ce6c ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x8dd982fa regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0x8dedb2f1 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x8dfa220c __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x8e0a6098 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x8e3791e0 component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x8e451e6e md_stop +EXPORT_SYMBOL_GPL vmlinux 0x8e5815da ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x8e6fac45 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8ea61a42 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x8eb76902 genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0x8edfb574 injectm +EXPORT_SYMBOL_GPL vmlinux 0x8ee0d81a input_class +EXPORT_SYMBOL_GPL vmlinux 0x8ee5c57c devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x8ee6c40e usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x8eee970c ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x8efc850c acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x8f296cd5 xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0x8f65a691 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f839004 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8f8a365c ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8fe86902 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x8fe8ac12 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x9003aa50 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9009602a acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x90143332 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x9017ca43 vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0x903cac78 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x90585f37 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x907e496e devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x908f8342 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90ba1c18 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x90dc29df aout_dump_debugregs +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90df4cc3 percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90fdc6e9 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x911a43fd __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0x91272bc6 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x912d8835 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x914d2bdb regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x918e3a7e __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x91937b68 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x91955ebe lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x91ae04fe dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x91ae31fa get_device +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91f0df8c tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x92262030 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x925ea8b7 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x92a72cfa posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d612f4 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x9324e78e acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x93516294 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x935fcc71 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x9360e0de device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x93834e25 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x938a1220 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x93922ab4 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x9395de98 efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x939a16e2 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x93a27e2a sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x93abb1c6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x93b2aa9b pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x93bb10ac tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x93ea0ff8 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x93fbe995 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x942900a1 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x944b7470 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x9470f02b spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x9477265a regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x947d66f3 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x948fc518 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a1cda8 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x94b0cf91 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x94c318be apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x94d1c2fd class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x94ee2f4d fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94fd7a3a regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9506aec1 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x9506f93f fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x9513c0c3 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x9528c1fb proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x956149ee rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x9579256b iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x958ee25a blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x9597e21c sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95dc8b19 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x95f40fdd devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x960d387d regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x961b42c4 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9630c8e7 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x964d5c39 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9664816c rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x96cada4b extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96f6b1a1 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x97548fb4 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x976e8590 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x97856a99 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x9790d275 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x97b8e23c power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x97dcb95c component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x97dde831 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97f5980d sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x9807373d crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x980d6872 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x9813950a ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x983b7f34 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985b9683 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x98681898 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x9874c1d8 __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987aaf05 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x98a8ae61 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x98a9920c __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x98d2d000 mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x9903455e blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x99098323 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x990a1077 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x990a9cfb ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x9923d9fe rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x995c76da skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x995ee04f fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99e28f10 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x9a08e88f pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a37979f skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x9a5a9b56 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x9a5cf3f3 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x9a7f46a9 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a950d8c phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x9aa83ec5 use_mm +EXPORT_SYMBOL_GPL vmlinux 0x9aabc8e4 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ad9a3f5 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9b0c415d bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x9b0c5947 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x9b32dda4 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x9b5d92c4 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x9b660f9d transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x9b6a7412 idle_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9b6fa21f virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x9b720312 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0x9b7f8098 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x9b8cf015 irq_alloc_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba9a154 dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x9bccef37 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x9bd72b78 apei_write +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf58ddd ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x9c065c26 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x9c1ba339 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x9c2418be ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x9c2a05c8 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x9c2a5b2e driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x9c2d1fc4 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x9c2de449 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x9c2e4b66 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x9c57ee81 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x9c669988 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x9c70d18d usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x9c9557ba __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x9cbea31c __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ccfa297 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9cd1a8b3 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x9cdf5cc8 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x9ceffdf5 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x9cf067da sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d17b187 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d4ade7f regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x9d583057 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0x9d5ed273 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x9d9e155d pv_info +EXPORT_SYMBOL_GPL vmlinux 0x9da4169d iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x9da5587d page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9dbb11b2 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x9e063959 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x9e161ac4 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x9e2650e3 device_move +EXPORT_SYMBOL_GPL vmlinux 0x9e30105b iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e83d4b5 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9e9274dc crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x9eb8f0d1 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x9eb9029b thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9f1944b5 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x9f3268a6 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x9f42ae3c devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x9f7bc60f dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x9f856e16 put_device +EXPORT_SYMBOL_GPL vmlinux 0x9f8b75b7 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x9f97c432 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x9f9d79a3 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x9faf6508 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x9fc1df49 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa0185693 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xa01eda5e regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xa024ba2b sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xa038e761 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa0530c9a xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xa0607c31 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xa0818fe8 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0xa0995768 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xa0bce97b regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xa0dd0395 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xa0f957d3 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa12732fa elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa12a6e6f ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa12dbb88 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xa134f386 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa1597140 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xa170a57d driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xa17d2f79 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xa1ce474b rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0xa1f79553 xen_create_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xa24733d3 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xa24d4aa3 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa2875c78 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa29c670e blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xa29f24be regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xa2adaf11 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xa2b9c993 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2e300e1 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xa2e4a1c0 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xa2e67cda crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xa2ed4650 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xa3060f05 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa3188c8b pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xa324b6bc input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa38ee325 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3de3c83 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xa3e57965 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3eec4e0 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa3f0cdcc queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xa3fb03ed hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa4090580 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xa445e213 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa4592f5c pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0xa466b209 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0xa466de38 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4b3547b debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xa4cee47e debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xa4d426c8 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xa4d58669 math_state_restore +EXPORT_SYMBOL_GPL vmlinux 0xa4fd0fb9 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0xa4ff2e3d __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xa5017b8a devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xa52a12aa __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xa568ce4e tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xa585f2b4 clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0xa5ac1c30 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5ed7e7d i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa617dd7b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0xa6203eac handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list +EXPORT_SYMBOL_GPL vmlinux 0xa65c4ea6 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xa6636b67 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0xa66438e8 erst_read +EXPORT_SYMBOL_GPL vmlinux 0xa6687bf9 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xa6723311 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xa6762e05 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0xa67744b8 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xa67ca08d ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6a04587 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6a3d375 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6b205be pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b6aa39 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa6b880ec regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0xa6d130db usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xa6d23641 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e2fd1c gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xa6f0732c tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xa6fcb7d4 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xa7004058 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xa7207777 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa73c9fce pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa76b3f92 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xa777e249 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xa77a159e user_update +EXPORT_SYMBOL_GPL vmlinux 0xa789c48d i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xa7d73749 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xa7e15f8f inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0xa801b359 efivar_entry_iter_begin +EXPORT_SYMBOL_GPL vmlinux 0xa80219b0 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xa8416ed3 mmput +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa9060bc4 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xa90b1877 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa90f9827 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa925e478 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9c00759 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xa9c3497f usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9e78949 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa00aa09 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xaa0fabf5 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xaa26c88a klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xaa321d6f irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0xaa55b3e5 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xaa961930 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xaaa5445d regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaac0ca61 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xaaca425e crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xaad14573 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xaada6d85 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xaafc06a4 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab15da2a add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xab2873b4 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab332d5e bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0xab3854fe crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab6356ff acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xab6a3a82 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab81d176 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaba34399 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0xabbdfcea wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xabde106f unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xabf73505 pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0xac0b9390 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xac1c0bb0 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xac31ad4e fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xac527d38 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xac56577c tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xac653ba5 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xac7fe8ab aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xac9ce195 kvm_async_pf_task_wait +EXPORT_SYMBOL_GPL vmlinux 0xaca94ed3 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xacafa8e7 vector_used_by_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xacc8944d ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xacd84175 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xace26b10 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xace864ab vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xad039c54 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xad125c69 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xad13be9a usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xad16c9a0 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xad221a0f list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xad280ca5 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xad678b4f __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xad689f4b fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xad7a4eb2 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xad8d8ab0 xen_physdev_op_compat +EXPORT_SYMBOL_GPL vmlinux 0xadac7c96 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xadb0a490 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadd35078 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0xade7857f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae1f2139 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xae291408 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xae370f59 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6eaf93 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7c5411 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xae7f609d max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xaee875bf driver_register +EXPORT_SYMBOL_GPL vmlinux 0xaf2c3196 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xaf33409d syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xaf350039 xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0xaf4d93b5 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xaf606dfe pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xaf67fa59 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xaf889e2a perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xaf915196 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xaf97b918 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xaf9fb561 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xafac17c8 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xafe99b2d sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb0371410 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xb03a7dc5 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xb04baf24 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xb04f8f68 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xb066654f crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0xb07ee079 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c82e0c pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e3214b ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0fa3f2e da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xb0fd37bd scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xb10d7697 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb1247eec usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xb12acb2a pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb14fa2fd of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init +EXPORT_SYMBOL_GPL vmlinux 0xb17ac9b6 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb191afc1 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xb1a0974e blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xb1aa0073 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1b5061f extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0xb1b865cd serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1bedeb7 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1c316af pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e3b988 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xb1ee1b98 __module_address +EXPORT_SYMBOL_GPL vmlinux 0xb1ffc6cd skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb260c1ee dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xb27e3185 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xb2942fc7 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xb2b4d54b scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xb2bb8cc6 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0xb2d33270 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xb2db1732 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2ebc3e9 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xb2ed5b09 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xb2ef63d8 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xb2f19a7a serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xb3246bc2 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb32b7028 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xb332929e usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xb347bb2c work_busy +EXPORT_SYMBOL_GPL vmlinux 0xb3517397 device_register +EXPORT_SYMBOL_GPL vmlinux 0xb351a402 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xb375c618 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xb3819d20 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb3a0e183 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xb3c7fc7a securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb3d349b3 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xb400640b ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xb42353d9 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb42e9897 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xb4447e92 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xb4578d6f hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb460b53f __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xb4653ddc class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb46b62dc sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xb4759adc stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xb4865000 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xb49cb0cb pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xb4a8d1d3 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4f780eb flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb5285d3b mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb544ef63 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xb57ab656 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xb5848bae __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xb5891d9c fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5951120 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb59f6764 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5a18003 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xb5ba4ee8 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xb5c2df92 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5d5b76a regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb66421b2 acpi_str_to_uuid +EXPORT_SYMBOL_GPL vmlinux 0xb6697d36 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb68c7113 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb6acb342 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6c02eb8 relay_close +EXPORT_SYMBOL_GPL vmlinux 0xb7055c6d ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb718f2f9 sfi_table_parse +EXPORT_SYMBOL_GPL vmlinux 0xb7338682 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xb74787a0 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb76e6258 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xb77291ea cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xb785dfc9 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xb79c1030 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb7a60ac6 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xb7b6f7df __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xb7c297f7 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xb7ca2ffc device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xb7cabbbe __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7ebc0d2 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb7f75558 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb82942ff sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xb831e71b xen_swiotlb_sync_single_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb834ffe3 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xb851e136 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0xb874a542 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0xb8787279 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xb88d81f0 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8d13712 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xb8db05ea pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xb8f4bd66 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb9306c13 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xb931ab6f dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xb93bd0d1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb95e1f00 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xb96edac3 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xb98a38e0 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xb991b8f0 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb9a26969 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c943e0 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xb9cde8f2 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9ffb744 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0xba0a6eed spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0xba164241 __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba34a878 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xba4569c8 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xba719564 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xbaad2fac virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0xbac297b3 swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0xbaed756a led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbb02fba9 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb06cc3f devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb128381 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xbb465da0 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xbb5f3ae7 vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0xbb6a51e1 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0xbb77e1ab ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xbb8b2470 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0xbba3a2ac devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbba90930 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xbbb38239 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbd4f657 xen_pcpu_id +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbf5dd35 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xbc0e06c4 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xbc10b694 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xbc47fd49 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0xbc4f2d6e device_rename +EXPORT_SYMBOL_GPL vmlinux 0xbc6c569a devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xbc909851 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcb5aa26 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbd2263f9 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xbd22d9c8 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0xbd494d11 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd98b0ff dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0xbd9dbb9e sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xbd9fe1a1 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xbdaf4965 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbdb3871d debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd5f10f apei_hest_parse +EXPORT_SYMBOL_GPL vmlinux 0xbdd89d00 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0xbe14a2f8 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe1f3ffb extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xbe5d0996 idle_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe9d8fa8 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbed20d9a __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf60a200 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xbf7b2215 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xbf82e6af synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xbf9a9ed2 clk_register +EXPORT_SYMBOL_GPL vmlinux 0xbf9b83b4 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xbfb1be70 hv_setup_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc10ed8 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xbfec0392 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xbffcd3e1 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc0224c5d iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xc0271e4b wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xc0355302 __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc03b6998 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0xc04b21bd acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc05b5fc5 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc078700c acpi_dev_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc085c85a regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc089d910 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xc0900fcf acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc0a9972d pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xc0b0e6ec btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0c1e6b4 xen_swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xc0c91e94 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc1094ea3 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc11fc341 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xc1384f97 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xc1483637 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xc14b82b3 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xc14c2824 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0xc161748e ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc182fcae regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc198b6e4 efivar_entry_remove +EXPORT_SYMBOL_GPL vmlinux 0xc1a98443 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xc1b5c403 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xc1bd0119 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xc1d65d67 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xc1e494fe fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xc1e5cba6 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xc1f952d4 efivar_entry_find +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc24e5745 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xc2548615 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xc254b340 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc27186ae irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc291ae22 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xc2aa92a9 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc2abb0af dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xc2add6d6 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xc2e0e3a2 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xc2eeee50 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc311c679 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc32d55b7 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc35ffd29 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xc362e608 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xc36f6ec5 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc3774c86 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0xc3a914b3 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc3b9fee1 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3e48710 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xc3f374d7 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xc3fcb5db xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xc3fec375 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0xc4049aaf scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xc405d6ae rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42db837 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xc43f887f sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc44132e2 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xc442cc6e ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xc447dd93 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45b81bb rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xc45ccefc fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc486b29a unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xc48966da cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4975851 percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0xc4e0a06e class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xc4ecc7fd hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xc50020b5 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc51865af tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xc51d2975 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xc521e6e5 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc546be2d device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5981af0 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xc5a9eb99 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xc5bc0de5 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xc5c75192 acpi_dev_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xc5d744db virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xc5d775e0 perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0xc5f812a5 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0xc6059eff pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc656a9f6 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc663820d mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a326e1 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xc6aa9aa1 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xc6be7978 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6d7ad42 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc706818c pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xc72d7a69 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc7322a0b gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xc752942e __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xc77e8185 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xc781179e __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xc796be14 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a28603 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0xc7a5ea75 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xc7a9b4ef simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xc7b473e4 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xc7c5bcda usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7c68bb8 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xc7dcbed0 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7e9cdfb rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xc7f0beae thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc8045f37 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xc828d5f8 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xc83960e1 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xc839bd23 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0xc85ad4a5 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc899c0f2 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xc89db6ab bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8bff545 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xc8cb1c0a ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8f2d69f balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xc9051854 single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xc90fc545 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc92a0623 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xc955951d devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95e1045 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc96cc34a usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xc98b648a acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xc9b4033d pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca0b53f7 phy_create +EXPORT_SYMBOL_GPL vmlinux 0xca473dcb fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xca94c5f4 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcaebb9b2 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xcaff25dc mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcb05b0a3 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xcb09c7f3 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xcb0daa43 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xcb0f3d94 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb255593 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xcb41753a __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb4d14c2 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xcb618d50 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xcb658d2d __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xcbaa2057 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xcbbd2e1c sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xcbcb3794 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc15683f tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc3e15b1 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xcc62e90c crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xcc797270 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccea4e34 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xcd0910a6 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xcd436f1d pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xcd44b8ce serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xcd5b198e ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xcd5ef025 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xcd716497 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xcd87234f regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcda1f94c led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcdb64616 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdfa4ef4 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce4c1119 efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0xce5e6217 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6caa77 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce97d129 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xceabe7ad dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcec5fd2c ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xceee2154 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xcef1dd0e perf_check_microcode +EXPORT_SYMBOL_GPL vmlinux 0xcf01ddc2 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xcf09ebc2 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xcf3f9c94 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf6839ba perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xcf85441b ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xcf878bd7 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0xcfa39eca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfa577ae devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xcfa799d1 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc62f27 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfde5862 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xcfdfd743 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xd01c968b vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xd0255f0b register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd0285e51 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd0507ec2 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0834fd6 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xd0846830 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd09f8b3b regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xd0b84fe4 inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd1357197 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xd1494413 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd1507e59 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0xd15c0690 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd1c32cb8 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xd1cf3e11 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xd1d24a71 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xd1f83ea7 pinctrl_utils_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd239d024 extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xd2564529 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0xd27192bd fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd29d1edc bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0xd2a81825 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xd2afe2b2 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd2c58ab2 apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0xd2f97473 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xd31cf9df crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xd3660722 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xd3b3c1c3 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd3c98422 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd3e3a6f4 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44be2b7 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xd46a1c3e device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xd46ced39 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xd46e0287 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xd49615b2 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0xd4a3b43c inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xd4a94b77 x86_hyper_kvm +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cd598f usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xd4cec6b7 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0xd4d7370c hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xd4e96b13 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xd545ab91 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd568fc83 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd59ad882 xen_swiotlb_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xd5b6b049 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xd5ba8ed0 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5c36c40 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xd5fcae44 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xd6011bf5 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xd61ba5e4 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xd6286a8e ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xd6495b48 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xd66f5529 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6738f1e blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd6860c8b sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd68ca58c bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xd698e133 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xd6afa69d xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xd6b292fb pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xd6d7eae8 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xd6e3a835 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0xd6ea4dd3 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xd6ed3a8e cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0xd6eebc7f sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd7083811 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xd725d567 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd737cb65 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd7958655 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xd7a20cf9 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xd7b70454 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd7bacd96 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xd7d09b20 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xd7d34e4b ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7dc7e56 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xd7e52d75 xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xd801019c dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xd8010d28 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xd8093306 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xd80b96c7 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xd8174960 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd82dd144 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xd84169ad driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xd8524fc4 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8c8f50b fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0xd8e460a6 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd904d3f1 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xd919806a amd_cache_northbridges +EXPORT_SYMBOL_GPL vmlinux 0xd9270c8f led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd956004a pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xd966c98b fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0xd96a2de6 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9a94276 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xd9dc7c01 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xd9eac920 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda0ee64f hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xda35a905 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda55991f wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xda9516bc __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdaa5ccf7 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xdab4ff0e tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0xdacb8491 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xdad49e70 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xdadf9fcd arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xdae4c994 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdafce7f3 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xdafffb0c system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0xdb03749f cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xdb3a9e78 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xdb4c17ff PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xdb5bf280 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xdb619063 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb95bb02 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xdbca6a5c usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xdbd78733 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xdbecd95a serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbf7f6fd devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc1b9c71 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xdc209ac8 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0xdc2c64f8 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xdc404774 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xdc479eea regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xdc4c307e crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xdc5224d8 bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc6f03a3 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0xdc6f83fd regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc86a183 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcb4c5df pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xdcb96264 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xdcbd5fcd perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xdcc7f6ef ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0xdce542c5 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xdcef2b60 rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0xdcf08071 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xdd0fea18 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xdd1c19d1 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd3b270f unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xdd5c8338 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xdd6618ba btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xdd6e76c1 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xdd794d33 phys_wc_to_mtrr_index +EXPORT_SYMBOL_GPL vmlinux 0xdd7de64e usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xdd811290 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xddb66601 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xdddce639 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xde0b3102 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xde0fd632 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xde125a0a kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xde21c76d xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xde2b68fe usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xde39c399 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xde4e19ba klist_next +EXPORT_SYMBOL_GPL vmlinux 0xde690dac evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xde8b364d xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xde9d45d5 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xdead4e57 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xdeb15ee0 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xdeb7685a acpi_dev_pm_detach +EXPORT_SYMBOL_GPL vmlinux 0xdec5ef0c ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xded8f415 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xdefcfe18 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xdefd74ca attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf66ca81 ucode_cpu_info +EXPORT_SYMBOL_GPL vmlinux 0xdf72f730 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0xdf743e19 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xdfaa547d spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xdfdf9c10 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdff0d4e2 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0068f43 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe01b6aba ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xe01c8688 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe04a7bef unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xe06cb385 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xe0796b74 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xe0843695 device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0xe0870a00 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe08a9425 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xe09478cb __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xe0bf73dd pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0ec5e38 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe13c36d4 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xe165196c crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xe16b0d30 unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xe16d0c5b xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe19f4f1a irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xe1a2d9db set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1ccee8b pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xe1d02fb6 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xe1dde805 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xe1f579b4 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xe2534507 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xe26e46f0 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe2c4f785 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xe2c6c973 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xe2d4af04 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xe2f598a9 __efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe30da46f inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xe31b3683 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xe338c3fa attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe36b4f2f xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xe37b1718 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3ca7a55 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xe3e8206c usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xe3eacd2e page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xe40b4268 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe45ac474 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe46231bd blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xe47bda06 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4cd768f hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xe4e68bc8 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0xe4f7d03a uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xe50dfa63 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xe514ddc6 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xe51a56b0 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xe5323ebc tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xe55a05ec ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xe55b2b57 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xe563dfee irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xe57142a5 iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0xe582cf5e usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5a2952c __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xe5b5aa52 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xe5bdae8e sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xe5c55927 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xe5c99105 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xe5d136a2 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xe5d62a77 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe5e2d4d0 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xe5f81deb is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xe5ffc901 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xe6159495 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe6602e9f perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe680dad1 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xe69ee586 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6c8b53f usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe6dcffe4 device_create +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6ef55b8 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe72f849c tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xe767fa81 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe78322d9 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xe7a1ece9 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xe7b30536 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe7f3608a hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe83f094c clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86a188f devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe87d1c66 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xe896a30d usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xe89bd243 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe8a50d08 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xe8c67542 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xe8d18161 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xe8e4088f pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xe90a588e sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xe9285e52 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0xe929095e dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xe93bd67c regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe93ed54b tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xe991ba33 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xe998b768 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xe9c9228b pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9dcf7f3 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xea039ca2 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea4b3bb9 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xea521abb inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xea628c20 bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xea897012 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xea90a1e3 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xea9dabb7 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xeaaac887 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xeab0ab73 __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xeab352f9 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xead40941 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xeadf816e klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeb06023a sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb2798f7 xen_destroy_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xeb370805 __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xeb5217b2 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb8a84ab trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xeb9f8fe3 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xeba09550 acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0xeba0bb63 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xeba745e1 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xebe53e8f platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec04d7a4 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec631f34 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0xec6a4c5c gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xec6f35bc blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xec72da33 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xec785f15 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xec7e2b48 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xec8b8404 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xecbae191 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xecd3ea70 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xed0b49c2 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0xed19acf7 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xed1aee68 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xed3108b8 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xed313bfd uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xed608134 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xed6ebb38 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xed726f7b debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xed754e02 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xedb8adae inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xedc9841d ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xede5a60a led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xedf1806f tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee015e4c __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xee0c5a30 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee1ddfdb arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0xee28ac95 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xee572241 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee7b547d iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xeeb078fe device_reset +EXPORT_SYMBOL_GPL vmlinux 0xeedf51f5 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xeef760bb preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xef197c52 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0xef1f53cf regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef2d6314 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xef2ea517 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xef499902 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xef5a8d9d pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d007a sigset_from_compat +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef7a84dd __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa54a9d atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xeffa6b8f __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xeffa6ec4 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xf063ad71 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf0711698 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xf0a5d048 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xf0af1840 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf105b27d usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xf1616e77 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xf16d5514 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xf1739211 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xf173e02c acpi_dev_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b551d9 ibft_addr +EXPORT_SYMBOL_GPL vmlinux 0xf2054de0 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xf205dfe6 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf23148a4 cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0xf24805d8 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xf2515c6d usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xf254a14e balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf27fa49e sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xf288d87d cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xf29815de fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xf2b7d2b7 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xf2eb8f69 efivar_validate +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf3083d26 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +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 0xf3517b4e tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xf362d565 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xf3744e1e driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf388e912 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf38988df inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xf39a9ebf ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xf39fd7d2 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0xf3a51509 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3e1a901 xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0xf41ffc91 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xf44b3e5a devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4a86323 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xf4da286e regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf52ce054 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xf52eed9d pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf5309e81 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf563c8b8 sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5b2e395 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xf5cec11e fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xf5d9c6d1 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xf6319e6b crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xf632fb6c watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xf66afc42 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xf69156d4 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xf6b83c37 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xf6d36ecf blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0xf6e3cc17 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf700f966 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf70f8737 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xf711eaa2 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xf71c9d5e xen_swiotlb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xf721adae ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xf7322bc8 pv_time_ops +EXPORT_SYMBOL_GPL vmlinux 0xf7608cdf __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xf78f7521 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xf7a38e96 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xf7aa2bb4 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0xf7abea16 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7c9f423 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82500b2 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xf8251b53 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0xf8280fe1 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf842d9f0 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf868aa17 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0xf87b03c9 xen_swiotlb_sync_single_for_device +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf8e1d4a3 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf93ade40 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf9765833 dmi_match +EXPORT_SYMBOL_GPL vmlinux 0xf97666a0 set_memory_rw +EXPORT_SYMBOL_GPL vmlinux 0xf9924426 arch_add_memory +EXPORT_SYMBOL_GPL vmlinux 0xf994173f md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d366fd blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xf9ed6b54 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xf9fd2fb9 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa27706e ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xfa33fa73 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xfa412fa2 phy_put +EXPORT_SYMBOL_GPL vmlinux 0xfa4a647e klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xfa797bfd scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfac17ab7 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xfac759ab lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xfaf4c16a rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xfb0559b4 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0xfb08c11f perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfb17dec1 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb2f71c1 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xfb320d9b crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb374c50 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xfb63cc40 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xfb64b230 acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0xfb6786b8 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb968a3c regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xfbab0de6 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xfbac9ddc preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfbaff865 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc23550 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xfbd9099f fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xfbdf7b8a dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc3601c0 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc8abdb3 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xfc968c8b apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0xfc9d6302 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xfc9e3798 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xfcc3165f do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xfccc02df xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcfb0155 i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0xfd1cc8f3 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0xfd329659 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xfd48e9d0 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd5972c9 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xfd6ae2e7 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd97f8a5 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xfd992123 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xfddda934 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xfde25df8 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xfde9fbac inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xfdfa54c3 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xfe04f462 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xfe12a7d1 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfe1960f3 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0xfe3dc042 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe826408 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xfe95632d skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfec940a3 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff1076fc usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xff1181ff dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xff21e628 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xff363202 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xff498b9e pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xff526c75 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff5ef63b tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xff79bcd2 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xff7d35c6 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xffe32d02 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xffe391f8 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0xffee21c7 crypto_ablkcipher_type --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/amd64/generic.compiler +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/amd64/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.9.1-16ubuntu6) 4.9.1 --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/amd64/generic.modules +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/amd64/generic.modules @@ -0,0 +1,4130 @@ +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +abituguru +abituguru3 +ablk_helper +ac97_bus +acard-ahci +acecad +acenic +acerhdf +acer-wmi +acpi_extlog +acpi_ipmi +acpi_pad +acpiphp_ibm +acpi_power_meter +acquirewdt +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +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 +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +advantechwdt +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aesni-intel +aes-x86_64 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x_cs +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +ak8975 +algif_hash +algif_skcipher +alienware-wmi +ali-ircc +alim1535_wdt +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +ambassador +amc6821 +amd +amd5536udc +amd64_edac_mod +amd76xrom +amd8111e +amd_freq_sensitivity +amd_iommu_v2 +amd-rng +amilo-rfkill +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apanel +apds9300 +apds9802als +apds990x +apple_bl +appledisplay +apple-gmux +applesmc +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arcfb +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3935 +as5011 +asb100 +asc7621 +asix +ast +asus_atk0110 +asus-laptop +asus-nb-wmi +asus-wmi +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlas_btns +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +blowfish-x86_64 +bluecard_cs +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c2port-duramar2150 +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia-aesni-avx2 +camellia-aesni-avx-x86_64 +camellia_generic +camellia-x86_64 +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5-avx-x86_64 +cast5_generic +cast6-avx-x86_64 +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +ccp +ccp-crypto +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfag12864b +cfag12864bfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +chromeos_laptop +chromeos_pstore +cicada +cifs +ci_hdrc +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +ck804xrom +classmate-laptop +clearpad_tm1217 +clip +clk-max77686 +clk-s2mps11 +clk-si5351 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +compal-laptop +configfs +contec_pci_dio +cordic +core +coretemp +cp210x +cpcihp_generic +cpcihp_zt5550 +cpia2 +cpu5wdt +cpuid +cpu-notifier-error-inject +c-qcam +cramfs +cr_bllcd +crc32 +crc32-pclmul +crc7 +crc8 +crc-ccitt +crc-itu-t +crct10dif-pclmul +cros_ec +cros_ec_i2c +cros_ec_keyb +crvml +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs5535-mfd +csiostor +ct82c710 +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +dcdbas +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +dell-laptop +dell-led +dell_rbu +dell-smo8800 +dell-wmi +dell-wmi-aio +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dme1737 +dm-era +dmfe +dm-flakey +dmi-sysfs +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155v4l +dt9812 +dtl1_cs +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +e752x_edac +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +ec_bhf +echo +ec_sys +edac_core +edac_mce_amd +edt-ft5x06 +eeepc-laptop +eeepc-wmi +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efi-pstore +efs +ehset +einj +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +ene_ir +eni +enic +epat +epia +epic100 +eql +esas2r +esb2rom +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +eurotechwdt +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +fintek-cir +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fschmd +fsl_lpuart +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +gen_probe +genwqe_card +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-clmulni-intel +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +glue_helper +gma500_gfx +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-addr-flash +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-cs5535 +gpio-da9052 +gpio-da9055 +gpio-f7188x +gpio-fan +gpio-generic +gpio-ich +gpio-ir-recv +gpio-it8761e +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch +gpio-sch311x +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdaps +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hecubafb +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hgafb +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-hyperv +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hp100 +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hp-wireless +hp-wmi +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_storvsc +hv_utils +hv_vmbus +hwa-hc +hwa-rc +hwmon-vid +hwpoison-inject +hx8357 +hyperv_fb +hyperv-keyboard +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-ismt +i2c-kempld +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-nforce2 +i2c-nforce2-s4985 +i2c-ocores +i2c-parport +i2c-parport-light +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-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i3000_edac +i3200_edac +i40e +i40evf +i5000_edac +i5100_edac +i5400_edac +i5k_amb +i6300esb +i7300_edac +i7300_idle +i740fb +i7core_edac +i810 +i82092 +i82975x_edac +i8k +i915 +ib700wdt +ib_addr +ib_cm +ib_core +ib_ipath +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmasm +ibmasr +ibmpex +ibm_rtl +ib_mthca +ib_qib +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +ichxrom +icplus +icp_multi +ics932s401 +ideapad-laptop +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ie6xx_wdt +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int3403_thermal +int51x1 +intelfb +intel_ips +intel_menlow +intel_mid_dma +intel_oaktrail +intel_powerclamp +intel_rapl +intel-rng +intel-rst +intel-smartconnect +intel_soc_dts_thermal +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioatdma +ioc4 +io_edgeport +iosf_mbi +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +it87 +it8712f_wdt +it87_wdt +iTCO_vendor_support +iTCO_wdt +itd1000 +ite-cir +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-amd +kvm-intel +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-clevo-mail +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-ss4200 +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmc +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +machzwd +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mce_amd_inj +mce-inject +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-me +mei_phy +mei-txe +mem2mem_testdev +memory-notifier-error-inject +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +meye +mf6x4 +mfd +mga +mgc +mic_card +michael_mic +mic_host +micrel +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mmc_spi +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msi-laptop +msi-wmi +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxm-wmi +mxser +mxuport +myri10ge +n411 +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +nct6683 +nct6775 +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +nettel +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +ntb +ntb_netdev +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nuvoton-cir +nvidiafb +nvme +nvram +nv_tco +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_xilinx_wdt +old_belkin-sir +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +padlock-aes +padlock-sha +palmas-regulator +panasonic-laptop +pandora_bl +panel +paride +parkbd +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_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87413_wdt +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn544_mei +pn_pep +port100 +poseidon +powermate +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptlrpc +ptn3460 +ptp +pvpanic +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-lp3943 +pwm-lpss +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quickstart +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-bq32k +rtc-bq4802 +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-hid-sensor-time +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +salsa20-x86_64 +samsung-keypad +samsung-laptop +samsung-q10 +samsung-sxgbe +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 +savage +savagefb +sb1000 +sbc60xxwdt +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sb_edac +sbni +sbp_target +sbs +sbs-battery +sbshc +sc1200wdt +sc16is7xx +sc92031 +sca3000 +scb2_flash +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +sdricoh_cs +sdr-msi3101 +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent-avx2 +serpent-avx-x86_64 +serpent_generic +serpent-sse2-x86_64 +serport +serqt_usb2 +ses +sfc +sha1-ssse3 +sha256-ssse3 +sha512-ssse3 +shark2 +sh_eth +sh_mobile_ceu_camera +sh_mobile_csi2 +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sis-agp +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skd +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slicoss +slip +slram +sm501 +sm501fb +smb347-charger +smc91c92_cs +sm_common +sm_ftl +smm665 +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb-common +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-max98090 +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-rl6231 +snd-soc-rt5640 +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sst-acpi +snd-soc-sst-baytrail-pcm +snd-soc-sst-byt-max98090-mach +snd-soc-sst-byt-rt5640-mach +snd-soc-sst-dsp +snd-soc-sst-haswell +snd-soc-sst-haswell-pcm +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-us122l +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +sony-laptop +soundcore +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedstep-lib +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssfdc +sst25l +sstfb +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thinkpad_acpi +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tlclk +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmem +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +topstar-laptop +torture +toshiba_acpi +toshiba_bluetooth +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm_infineon +tpm_nsc +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish-avx-x86_64 +twofish_common +twofish_generic +twofish-x86_64 +twofish-x86_64-3way +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +usnic_verbs +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vfio +vfio_iommu_type1 +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-camera +via-cputemp +viafb +via-ircc +via-rhine +via-rng +via-sdmmc +via-velocity +via_wdt +video +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmlfb +vmw_balloon +vmwgfx +vmw_pvscsi +vmw_vmci +vmw_vsock_vmci_transport +vmxnet3 +vp27smpx +vpx3220 +vringh +vsock +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977af_ir +w83977f_wdt +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +wafer5823wdt +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +winbond-cir +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wmi +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +x38_edac +x86_pkg_temp_thermal +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen-tpmfront +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xillybus_core +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +zatm +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/amd64/lowlatency +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/amd64/lowlatency @@ -0,0 +1,18034 @@ +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x4c878322 iosf_mbi_modify +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x6d1d5d9b iosf_mbi_write +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x932493a8 iosf_mbi_read +EXPORT_SYMBOL arch/x86/kvm/kvm 0x480c5b4b kvm_read_guest_atomic +EXPORT_SYMBOL arch/x86/kvm/kvm 0xd0db43dc kvm_cpu_has_pending_timer +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xaac8308e acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0xd67e424e acpi_video_unregister_backlight +EXPORT_SYMBOL drivers/atm/suni 0x907a6773 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0xf75176a7 uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0xe75b5a17 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 0x0af0323d pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x0f8b6fa8 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x4cd7b103 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x50a4d799 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x5d58622f pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x6d73f872 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0x89a627c7 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0xb2e148b0 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0xc1d02248 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xd45b3a44 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xf7a403fb pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xfb852f3a pi_write_regr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x3305a77f ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xb82af7ca ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xb99d30b5 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xbbfbb7a9 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec0bd8b9 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x1a70b550 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x25a28f43 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x7221a1ae dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x83414cca dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x8990c709 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xf2fe1c79 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/ioat/ioatdma 0xf023004e ioat_dma_setup_interrupts +EXPORT_SYMBOL drivers/edac/edac_core 0xb259fc69 edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x01e90b51 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x02f23edd fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04d0f641 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7d6af8 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x11feb563 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1d68e532 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3e42093d fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x48122313 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4ac2086c fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x53736b48 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5f0de645 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x632b584a fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x645b715f fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6e0b41cc fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x75fbc9de fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7893235e fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7b6b36d1 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8a04176f fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8d70bb36 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x98069348 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb148cf82 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb290b6f4 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc514924d fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd564e634 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xda53315e fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdd33b665 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe5857b1e fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xeb71f06e fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xef08a054 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firmware/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/fmc/fmc 0x02c8c869 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0x1b8a46d9 fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0x33956329 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x4b63d9a9 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x617e258a fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x6f30f237 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x733e319d fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x9b093690 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xaed4b301 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xc133a243 fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xc7aa9b28 fmc_driver_register +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x64e1631a ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01c194ec drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x026bae3c drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x027271ac drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x041d870e drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04269992 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04b6af26 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04e372c3 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x061d1d53 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0654035c drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0717f165 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a0353cd drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b28b7d6 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c69a371 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cbf4890 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d1a9427 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd8923d drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +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 0x10797d91 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10c9c100 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1208fe5e drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13a4dc60 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1577558a drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15997b1b drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1771082c drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18c49835 drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c28b9fe drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c6a50d8 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dcaab70 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dd95b2a drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f794762 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20ae4be1 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b37c60 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x213ee066 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2482eaae drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2581e041 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x260d121c drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27556e15 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x294544dd drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x297034ce drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29bf2c8e drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2aa8a0fd drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e8f4c96 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ec63f20 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f5bf086 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f9c2bea drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x318d0ece drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32de71eb drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3559f34d drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36bdfa37 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37c8132c drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37ccde37 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x398d4f83 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae62dd2 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3aea59eb drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cbbce5b drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d03aefd drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d465ee4 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d56c3d8 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e282e36 drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e91a82c drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fa8bfdb drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x405b4e99 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45a89e45 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47de5f1b drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48532eb6 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48cfec83 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bf1eebd drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4dd6b049 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f784dbd drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5076065a drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52443f64 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53b2496c drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53e716ea drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b9e7d2 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58b0fd60 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59179065 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59f7a882 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c7dc1bb drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d62fb2f drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7318dc drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5de1e4a3 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f918daf drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62503a17 drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6340bf06 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x669983b0 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x678827bc drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69b7fc71 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a71bf58 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc3c29e drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc6438a drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cfc97e1 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d80477b drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6de8d8fa drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e22942c drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71b8acb0 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x722afccc drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74dfd138 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7599f89c drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76e32d4b drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7776c6e0 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77a1f7ca drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77ac4764 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79991f8f drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2646dc drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b78495e drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b99fdf5 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dd3fe8f drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ee31c8c drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ee5bffc drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81474197 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e773e4 drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x828efa20 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x829ec55e drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8331cebc drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84602b27 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85f4f0a9 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86d46bf1 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e3878f5 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x927eb3d6 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x932d1e42 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93dca5c9 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9470fad5 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95712f5a drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95e24134 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96001765 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x964919ca drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9817944c drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x983dda91 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ab460f0 drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ad67197 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b86cae2 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9bd7a20e drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d695884 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ddd04f5 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e051e46 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e28192d drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9edd868b drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa00c97d7 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa063aaf6 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa31f4ad7 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3a02e8c drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3c3e0bd drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa68d801c drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8b87b4c drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa99c035e drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaef36b41 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb04cf53b drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2102742 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb250096a drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5540008 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb58d0970 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb76e275e drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb770f921 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9e672c1 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe8b94bf drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeb25f1c drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf2b8d97 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0ddf0a8 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc582dfb5 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5e06596 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6cdfc72 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7c936ff drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8854ca1 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8c9639b drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca2d91d5 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcae7f816 drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb9cbe9c drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbc75a95 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc3a264d drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccad1648 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdeae223 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xced16fa8 drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd12d667d drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd26d3a4e drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd445267a drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd495e596 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd84734d4 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd89a6af drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddc646be drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe015341b drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1ab52ec drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1dde1ea drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe22eafa5 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5d962d6 drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe82a0d0b drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe84e7d2c drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9cd0927 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb0151d8 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebd32c2c drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedec1549 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedf63681 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee8ac3fe drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeee58265 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef17ea73 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf195bfb7 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2e16f66 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e6ee drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4935a8b drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4ef671b drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf95128f7 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc2104de drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfca995db drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd493fda drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe020805 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe3bb161 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffcf2de5 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x071ccd8e drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0da640e8 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1183aa15 drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12dde478 drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1583a9d3 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b2d9448 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x279cca42 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29dabb95 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33544327 drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x39d0187c drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x53ec1299 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x53f6e8b3 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a451e56 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5bec4505 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x600e59e1 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6031440a drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6043bbfc drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x617140d5 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x617514d1 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6254390e drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64cc3ab9 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68b73921 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69cb1c52 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x793b7a09 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a8e8b13 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b41eb9c drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x800b834a drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89efa93b drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c278c5d drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c72bfea drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa964bd4 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb26fdfba drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbea58e5 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc358cb4b drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc401196c drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc87c6d0e drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca634384 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce9ada90 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5c7f687 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5eca233 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6004ebf drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8732672 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdadc11d9 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd9d955d drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe20628ab drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4e3f21e drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe9a70673 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf223354c drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6f3c8d1 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf8f4e49d drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x1cb37c68 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x3f2b4af3 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x9db15448 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x03f9ca2d ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x05aaa488 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0a37710d ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0bc84e74 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x105e2ef3 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1cc78175 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1e4aaf51 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1e7cd663 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1f77a4b2 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2105e18d ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x26f49b98 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x29789edc ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2bad1947 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2c4284df ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2da9c974 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x32753458 ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x32e15b4a ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x352fab1c ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x362a6fc7 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x38a762fc ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3e863758 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x463b3493 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4a95f9ce ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ac502ed ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ca37a27 ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d28102d ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e8dd264 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4f9eec54 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x500faf85 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x51401b99 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x564e1aee ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5690f3c5 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x631aae52 ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67499f23 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69253e47 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6b797c25 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6e01e563 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x718a56bb ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x73d81c27 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x770fb1b8 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7bb6e3e2 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7f3318f5 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8568be30 ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d68a01c ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x90fe9d29 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94461152 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x947adc57 ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94d32500 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x99603704 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9cf16a87 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d3eab45 ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa3bd3e74 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa56de6e5 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb79bc0c8 ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4d4618d ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc766deea ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc90bcdc2 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc91f217b ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcc1a1226 ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce1d0b56 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd4730093 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd826edd1 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe5e1a17b ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeeb4bc3d ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf7702536 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd1b7206 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xff40dcef ttm_pool_populate +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x6b0e9cf7 vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xbc6bf8b6 vmbus_sendpacket +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xc3f07623 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x5a53ec3f i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x76c96e4e i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x962aa82b i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x96f0b5f5 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xc69ae15c i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xd6ad416e amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xd57b94d4 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xf1b91f92 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x4bf23f6d hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x58c658bd hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x58c8a106 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x86dac130 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x9e3167e9 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xd4b18b27 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x96f7351f hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x9e28a936 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x9fcfbf42 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0624f310 st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x13396ec1 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1a5b374b st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x36980ce2 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x3a409e81 st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x535e768e st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x553209e7 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x55a632d5 st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6fc7dbb3 st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x73a30c57 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7ecc3c6d st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb0ffb91d st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc5973507 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd46a7a8d st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe3a2337f st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xec690599 st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xedd4a06e st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x3e7b3db1 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0xf9ca7929 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x5f113122 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x9f8f2813 st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x83aa8fd9 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xe79df6b3 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x05fef653 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x1b529686 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x22ca0863 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2dfb1e08 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x3956d130 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x4046bc63 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x57826774 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x58159eb3 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x6bf9a9a3 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x6f222f83 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x847421e7 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x8e1348fe iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x9a776c22 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xa68c412a iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0xad83bf4d iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xbdbb1352 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xc30520bb iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xc7fce26d iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xc9da67fc iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xcbf71e09 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xcc83bf9f iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xd5542f44 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xd7fd4f48 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x833b55ba iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xf918392e iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x114e5cb4 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xa6318827 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x135edbfa st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x14530590 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x46349c2f st_press_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xd57404d1 st_press_common_probe +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x063fe4cf rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x2107de5f rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x6f6ee97c rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xf19ab26c rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x016bf204 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2790f2fc ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x27cc2e9c ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2cccb0aa ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x398374b2 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x43b4b655 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x45005119 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4c7a1d99 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x61d76a7c ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x70e3b789 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7bfbde91 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x979b5ebb ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x99359c77 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa6082afe ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xaef8f844 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbaa383cf ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe5bb33c4 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04686e97 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05ca7a9b ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d030a74 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0de5cd69 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12f50292 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1336779e ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15ca17d7 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18fb66b6 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c6b9805 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1dacd44e ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1eb70a5d ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ed65182 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f4171f4 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21408443 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23a1415a ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25d605c1 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2bf06310 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ee7bc9d ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3150a10e ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34d1b4d8 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36266f58 ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38b73e3b ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39413c5c ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a141ffb ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3aa04810 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d4b29ab ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3df71b50 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4451857b ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49011d9b ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49a7ec46 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a085aea ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ab5a65b ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d903bc6 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51dbf8d5 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54b31732 ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56e08f0a ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b055a19 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5bf1d878 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5df7c90a ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e791199 ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x655d173a ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6743fb94 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x680b65f7 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e578819 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6fad24a3 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70215a4c ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7542fc73 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x767554f1 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x833bc283 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85c6ff90 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x897b654f ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e1b4ebd ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9070eec8 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94d9bca0 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x977db8e7 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c558e31 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9de9c84f ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1f3bb0c ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa246d6ef ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3e643ac ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa51ea473 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8cce6e9 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9553fdc ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabf8c86c ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb97ef04d ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe3003ad ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbfff5449 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0e0c84b ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2027bb6 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6ecbc28 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd15989d2 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8495e64 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9a004d1 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda572534 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf3fceac ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2f25bb5 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4dbf1d0 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe732d495 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7505f69 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xead5894f ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf871a197 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0323f68d ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0880344f ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x1f46b034 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3de263c5 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6806b031 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7c785062 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7e4b17a8 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7fa360cb ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x83c4dd14 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x84dca9a5 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x934ecb66 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xe207afe5 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x133eb303 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x2fd0e42f ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x32f423e9 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x74e96ee2 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8b233c77 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xc1955a3f ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xcdc29e21 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xd95b0bd7 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xdc983aed ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0125de93 iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0e7e2a4d iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x244f6b70 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x24ada4dc iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5c1b45d9 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x616a50a6 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x731590cb iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9bdab44b iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa45b3d52 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xaffdd789 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb5308369 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd2a0267e iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xec24df80 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xfebd0cab iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0ac85792 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x25acd7a7 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x443b0821 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x46572305 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x49985684 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4ae07fe9 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5334b013 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x646f4cb2 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x71b3febc rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7a6fbe21 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7dfd4129 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x818cc1d2 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9677bb57 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb33e3efe rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb81943f5 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc2fee260 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xddd21c73 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe03d59c6 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe415cf77 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xedc82a57 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xedff2ec0 rdma_resolve_addr +EXPORT_SYMBOL drivers/input/gameport/gameport 0x19b77e41 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x31691f20 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x34403161 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x50f7dacb __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x530efa7d gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xcf765363 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd296c0cf gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xdbba565c gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xef0b83e3 __gameport_register_driver +EXPORT_SYMBOL drivers/input/input-polldev 0x8bee728f input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x9510fc2f input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xd4b0091a input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xdcb6697f devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xe6cde175 input_unregister_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x41a2b9ce matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x19c7814d ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x64cb3575 ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0x9056a391 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xb38ebb88 ad714x_disable +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 0xf6ba3e4b cma3000_init +EXPORT_SYMBOL drivers/input/sparse-keymap 0x17261835 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x19726bcb sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x6a5db5ec sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xecaccf04 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf21c7ab3 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf60b2492 sparse_keymap_free +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x9805f389 ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xb3b4898f ad7879_pm_ops +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x27150487 amd_iommu_init_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x2cd8dd46 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x63689848 amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x66c5ea53 amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x96fb7e5c amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xaad77bce amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x232c4c5b capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2edd1ed6 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x73b6ea19 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa2a4ad6b capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb0ed0797 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb6030d7a attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb70048d6 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xbf48d53e capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd441da4a capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfa4cbb41 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0016b88f avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x1c66a676 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x2c6c180f b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3b07c073 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x531b04ed b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x64ba2aad b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x669a3ab1 b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x69e38d33 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x93564657 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9ae48721 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb0798ca1 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb5b6b875 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdd0332e5 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xe81fc432 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf362719f b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x397bdbe1 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x6496a669 t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x78706e35 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xab3805a3 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xab49a560 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xac774e73 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xba087002 b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xe67fe93b b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xf5231550 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x6d3c04ca mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x705439ca mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x720e7068 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xdd5658f8 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x2b114743 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x588f1724 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x0eb756eb hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x2bd1f963 isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3276e0d7 isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x77c8df16 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xb233b480 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xbc5f83cb isac_init +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x2a0ea9d6 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xb7897841 isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xb9d4d726 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x15572116 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1aae34b8 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1ab532a1 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x239ded84 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x31d2fa6b mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x399a8743 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3ac6976b mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4b80d05b mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4c1c864e mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x516b0aee get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x547e12f5 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x69e84d93 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x75c3c6d2 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x997b2836 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9d37e12e recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa178bfef recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa98a4e41 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb6eea4d9 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xba3b3ce4 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcaf9dbf0 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 0xe8777851 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xeb9ced6a mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf2a92e9d recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x09c5a0a8 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1f529ce8 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0x35ff1099 closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x440b4830 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x44a37d62 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5b59b856 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7daccb73 bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0x8833b0e8 bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0x92370c0b bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa3c5c702 bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xbf6bcfc5 closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0xbf7257cf bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca5df778 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xce47a6d9 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd2813054 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdf892351 bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xec6f33d0 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xf0a4872a bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0xf6fdbbb1 closure_put +EXPORT_SYMBOL drivers/md/dm-bufio 0x268682d2 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-log 0x2c6a371b dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x42bdaefb dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x448c24d8 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xa5efe31a dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x2153f855 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x4154551c dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x45714d8f dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x67b7f655 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x8a7a7b6f dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd165cbaa dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/raid456 0xb1d0e22c raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0c755958 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3a7016c1 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x41cf7907 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x48fbb045 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x72811809 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x86c3f95d flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa096e056 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa6abc0cb flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa7279198 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc825fb63 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xcb92666f flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xdf498eba flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf95b7820 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x0b1ba535 btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xfbf88a14 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x31815588 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x4172ce66 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x58959974 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x80073009 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xe046f6bb cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x549ebdee tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x9791c915 tveeprom_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x036ffa29 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x083647e6 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0c651bb2 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x15e72e96 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x16b6269c dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x21ee7835 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f7f6316 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x398aab01 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4a343bf2 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f5ca42d dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x61b24322 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x64d6d7a9 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x682e51f7 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x73eafc72 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80ce102a dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x85fb4132 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x887caf4f dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x89e2b2ea dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8d0df2a1 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x90e98f0b dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x976cd9cb dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x99ce01d3 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9f0cea6e dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa2a65e70 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa7082853 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb419da32 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc73cb9cf dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xca4965f1 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd06f23db dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdcdc4b76 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xde9b685c dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe0020e16 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe15697bd dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xeb8f361d dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xefcef46b dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf3d13413 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf69d5595 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x331d4f7f a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x58a2b64e af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0xfc5f8956 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x2abdb61b atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x00b21747 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1729a737 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3ee677b0 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x488c467e au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x98f79631 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9c3b3b0a au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa5f1340f au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb25c3736 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xee485858 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x521d7192 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xfa3dd9b7 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x128eaf88 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0xdec5a668 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0xe38ace73 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x97f9d726 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xa5945d46 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0xaaad4035 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x3632fe23 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xc71c4cfb cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x869a6d10 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x4fbb0f15 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x73b659d5 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x93f649b3 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xadc15faa dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xd8d42414 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0c8ec02b dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x185c2ca3 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2545cfea dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2567592c dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2ceab8d8 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x37a96961 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x44c0fd10 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4f136daf dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x53528cb0 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x54052404 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x55072287 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x778fca5d dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9605b40d dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbde13b0f dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfe647a12 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xccb5af1d dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x542c673c dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x629785a1 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xb1234d1a dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xb9e6a7e0 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xe4ac6984 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xe7da2377 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x2028bab0 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x2b8bb8d1 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x67d92519 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xac014331 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x02607ad2 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0ab1f2b1 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x24cc8f93 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3b7fa2cd dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3ef5a51c dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x493ca862 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x5d8127c3 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x74f5f60e dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8a0e8391 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x93951ff3 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9c86c110 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xbc2e7fcf dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xbfce9530 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd855c4df dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe1609790 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf7bfd531 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x05312f4e dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1846899a dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x58921bfd dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x5d02bf28 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7099d20a dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7a0b9d14 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x842e2fa6 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x84a0e5c1 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x92ccb3b5 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9bd5e7a7 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xaf790306 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb53fa79c dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xcf0e706e dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe05e3daa dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe80b677f dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf06d68ae dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf7022591 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xfc6bf714 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xffff3b95 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0f9d57db dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x8366e73b dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x83e02bf6 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xf252a5cc dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xf7394def dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xf814929a drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x60b124c1 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x6ca61801 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0xe522ad82 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x012ca0f2 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0xba0c3ada dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x93d178c5 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x8e59456e isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xdb570c81 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x52fff316 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x484e5d08 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x3deef267 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x9b1baa27 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xb0337543 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0xf1c6de23 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0xc92c91f0 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xcff81518 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x4393d10a lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x5d24fcaa lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x0614219b lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x2f698415 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x7a4aa207 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x0a323970 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0xe9ef1c54 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xb2cdaf63 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xe6edeb62 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x98401a29 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x11d7b81f nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x323d8e29 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x12b17d7c or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x76002964 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xbfc1d721 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x3a4c1cad rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x3c8cdf1e rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x691a64eb rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x657e71e0 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x893e6d15 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x54aa4579 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xc0878783 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x2e3bb84b s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x3480695e si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0xcacd1151 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xb3fae948 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x03b656f2 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0xbf79b79b stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x4a9986ca stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x770a9ac1 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x8061846d stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x97d3ed59 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x3c870cb3 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xe9403036 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x9469d217 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x002391e1 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xba3e60f7 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x17a03c8b stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x5e73870a stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x0fd2f75e tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x4603d139 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x187fc02b tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x9eceac97 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xbbdceab4 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x79e9ab24 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x290bb116 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xa2419d3e tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x7283d928 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x3afe62b1 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xdf204e4a tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xddc91862 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x95d84c6c tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x60178dce ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x41f45b31 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x2ce81b14 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x12c2fcb1 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x0b099f88 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x3f424035 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4a9e3eb8 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x60430120 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6389d8c3 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa3c6690d flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xfa79d8d9 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xfa89aa14 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x62772587 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x90098440 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x953d7d72 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x966a6b66 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x43ba9ab1 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x742fb32a bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xa077149d bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0537e982 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2aa8e127 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3b18b67b dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x524b9da7 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x583590ee write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa2504d69 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb6e0288e dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd7817eb6 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf535d9ac read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x8a06024e dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x8982dc51 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x8d41ec61 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xa10ecb95 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xaa862e8a cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb824a90e cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x0db92fa4 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x396b86bc altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xbe0c9e68 altera_hw_filt_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 0x343a862f cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x38f0f9fa cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3b171e3d cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x7433f2f8 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x986d554b cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xad4e4aa8 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x173b7737 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x29596301 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x12137422 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3db47d73 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x4b423907 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x65d38c54 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1d39cc3c cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1d6ac42c cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x6c3310a6 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x824ba9ad cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8286120c cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc7566265 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x053877f4 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x05eb0770 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0e743473 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x12e28209 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1a07e865 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2166f38e cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2e8f035e cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x48ed26e4 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4d16f1e2 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x53cec98b cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x58235e6a cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x772f5f5d cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7f83a2f1 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8012cade cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x84bb7ec3 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8718cc02 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9aca133c cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbd067adb cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc08a0c06 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc2f9e4a8 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcbe908ff cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfb2f73d6 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x17436c85 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x19036347 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3592d37e ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4dbfd2d8 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5636679f ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x61fa46df ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6ad991ea ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8b8ec72f ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8c43ae2f ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8d44d5e8 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9e7cde65 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xacfb4b47 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb097c7af ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb8cca058 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xde0626b7 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf0a1e77a ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfe5409ba ivtv_ext_init +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 0x17e477b9 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x19708bb2 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x23042aad saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5d6387bf saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x62bb36a2 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6f612186 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x84149663 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8c189a5d saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9929af9f saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb58787bd saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc579bd55 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf2724239 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xd142ed0e ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x07d00910 videocodec_detach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x399d3d06 videocodec_attach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x60c3e0fa videocodec_register +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xb64f982d videocodec_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x03f30fb6 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x5d95d2b5 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x6701afe5 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x7249e1d3 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x8fa57604 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x924f24e2 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xa6c2f616 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xb3a3957c soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xd1e17640 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x0d3643ba soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x7233d2ae soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xb7b12435 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xc3b859f8 soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/radio/tea575x 0x00d3608d snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x297b99ad snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x7a8fb0a0 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xabd055e7 snd_tea575x_init +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x2208991f lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x309bcf52 lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x32a10259 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x73da68ee lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x8ab9e0ba lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x900a9d07 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xa5b83203 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xd913d576 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb2ad1b1c ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb7c0386b ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x1547dfe8 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x44bab1c4 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x095ec511 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x399305e8 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xa62fb162 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x80a43424 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0xde1cc12b max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x780253ed mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x34d1cbde mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xc0cd592b mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0xf0dea098 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x03d01e0b mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xd3f7da1a qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x93118122 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x569a72f4 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x7231f0cf tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x0898f960 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0x59828511 it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x862bc049 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x3d3be738 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x615fd196 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x8b467939 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x127b07ab dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x2e124724 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x384b915f dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x45b3a0d0 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x555bbca6 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x65b7a615 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x84bfba28 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xddc4c72a dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xefdf908b dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x1fecb34b dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x4b8d7f5a dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x5faf8162 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x63320506 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x89a2691a dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x9fd8b969 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe59e6139 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xbc28dd8c 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 0x0aabe3fa dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1e2fde09 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x256cb5d6 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x28c9f05d dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4e88c2bf dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x7ef140fe dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd01a7020 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd687a0be dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xecc2d9ed dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf139b026 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xfe97abbf dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x3c8890f8 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x83bbb66d em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x0ddb0ddc gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6c9f8077 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x950ba6b2 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc84b9bb4 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xcc6db2ad gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xce79fbe0 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf7ef0676 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf9eeff23 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x7d0545d1 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xc63c3aee tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xe17d3c7f tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x469c43ce ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x6d5b4204 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x142ae7ca v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x2b927990 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 0x6722781d v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x00a2aaf7 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x0fcc6791 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x19e5f3f6 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x7782c7de videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xbac26f73 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xeee45039 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x8f0f83d1 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x14fcf1b6 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x55754766 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x7f4c6ad4 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x8898ebf9 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xe3053b44 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xf491344b vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x00f75525 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0c7c1816 v4l2_async_unregister_subdev +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 0x1fb75812 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1fc6ec52 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x20e45e67 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x26a8e079 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x27936139 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2bc07576 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2c7c167b v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2ceb8202 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2e319328 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2f49bcd7 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x325b6c19 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32b27d0f v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x39afb606 v4l2_subdev_g_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 0x3e003816 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3f84955a v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3fa32d8f video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4446d73c video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x45112daa v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x45269c64 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x46988557 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4727f6b3 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4ee1f3b4 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5083eb10 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x52bad92b v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5958408e v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5a0d0f8c video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5e6e7581 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x63d692f2 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x670eec9c v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x691d1213 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x71e88695 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7c3322db v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7c5e8cc9 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x80d57bbe v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8a0f06e2 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b4af324 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9505e461 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9650f9b9 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9d761e15 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9f2d7754 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa0024f4e v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa30ac93c v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa64263ff v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xad32209e v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc4dac098 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc7f8bc0a v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd792e78 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xda676d2c v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdbaeb5e3 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdd8521b3 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe211b31c video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe218f1cf v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2ad4623 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe7ba6e6f v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeb490db4 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeba74b4c v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xebd2f2e1 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xec5a2202 v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xee449222 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xee79fb32 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xef3a9c02 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfa49aa0c v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfc6049c0 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfca67a5d __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0f27e343 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x28055e54 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x32913bb6 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5c9956ea memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6534011b memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa4c82b73 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb8b0af3a memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc014093c memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xca4fe085 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcfecbb99 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd3e60a7c memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdaf9c28b memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc07e67e memstick_init_req +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x00797e58 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x03ddc49c mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x13d3d94a mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x348adad0 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x36a71e61 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x492a93bb mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4bce73c1 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x77239ba0 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x78e7c680 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7f684903 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x88561508 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x88565672 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x93cc8c83 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x945ff1c2 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9a9220e2 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9b2640f7 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9df8b0df mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xab6009b3 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xad6908d0 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xca26f795 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcd4f5f4c mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd0d5fb20 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd36592c9 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd75d8911 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdb15b48c mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe033e979 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe3901932 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe77fe11f mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf44596af mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x23ab3ad4 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x27c3de9a mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x35706d0e mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x35a7f69c mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3ca42d9e mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x498f9c5a mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4b3fc8e4 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x55bb0057 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7327e036 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7e00713c mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x81bec76a mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8402d3b4 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x84926dea mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8891ac6c mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9578c9cb mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa50f3666 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb0b12bee mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb20ecea6 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb998e334 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcd72bbf2 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd45415df mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd7697b74 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe459d736 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe7b4e6ca mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xef01d792 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf4378f0b mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf5cafd5c mptscsih_resume +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x037f27f3 i2o_cntxt_list_get_ptr +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x074269c3 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x208cb213 i2o_cntxt_list_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2507977a i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x28f30838 i2o_cntxt_list_add +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x30bbc55b i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3b9ca2f4 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4625a177 i2o_cntxt_list_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x489db98b i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x52b65a1e i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5c1d58c8 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x64fe07b1 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x67d9e89f i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x68caa1e8 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x870dcef6 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8e8ca89a i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa02c79d6 i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xabda362b i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbdceaeb5 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdf394f7d i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe1069487 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe53b9f4f i2o_device_claim +EXPORT_SYMBOL drivers/mfd/cros_ec 0x28fddba5 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0x5447f21b cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0x7e6d68e6 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0xcc4be833 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/cros_ec 0xcdd9eb3f cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x6b4d8fc7 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x763dfc0f pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0a5c9b2b mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0ad0358b mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2a82ac75 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x555c0608 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x78d42948 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7941f8a0 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x86bb5ff1 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc9547694 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xce5611bb mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xdb328c64 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xdfe83947 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xecee2c31 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf26980ff mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/tps6105x 0x145458d0 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x1e8f29b7 tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x7756c936 tps6105x_get +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/misc/ad525x_dpot 0x303f9530 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xaecd05d2 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x84103d8c altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x70da2ae2 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0x75720292 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/ioc4 0x48e074d5 ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0x9a198e33 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x17f6c938 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x609699ed tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x6f320019 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x72d44904 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x841d86fa tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x9656392e tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xa75ca8b6 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xa77fb46f tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xa8c2ec46 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0xbb61d05f tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xd9eb5c3e tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xe4709a02 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xff471d95 tifm_alloc_adapter +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0x4dbe377d mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x5aa5ee3f cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x80befc3b cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xead09bab cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x5a619101 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x6d906b44 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x86ab0c9b unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xd60d9dd6 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xff6838c9 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x01e88520 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x888b3b67 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0xc1b823a7 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xf7ce4e94 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/denali 0x1a38f936 denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0xde09f95a denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x785adc73 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0x812cb7b2 nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x9cba46e0 nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0xb0a136be nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0xce4c9668 nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0xd15bce04 nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x3bcb32d6 nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x8010bfca nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xe009b39b nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3c9dd3a2 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xf25e24af nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x7793b8bb flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xbd29d12f onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xd6b4840e onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xef97a2e9 onenand_addr +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1a7085cd arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5d00c082 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x67e92ac8 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x82e9a752 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa42a3fad arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa8c9c16e arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc19fc754 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc416def0 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd2d33317 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe2787081 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x1d271615 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xc46c9f1b com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xe6d42dc8 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0051c12a ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1450e8be ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x82094d86 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9b2abc5a ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xaa25660d NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xaea62306 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb04c92e7 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc12c4d45 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc97af855 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xeb9f7a93 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x30a25b71 bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x377d0bc1 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0d086108 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x139f82d4 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x15e8ec6b cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3042790e t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x30585ef5 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x313793ff cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x38fd9728 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x69b9be90 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8148ec9b cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x86f74d82 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x93012678 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xccf707b7 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe2cfeaee cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xea4128e8 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf64d647a t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf6cb7c3f cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1005e960 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x12ad6713 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1dbe8c0b cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3255361e cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x425d0699 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4d5f7673 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x567473d3 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x58bf015a cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x593ad355 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5e817dd5 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x655a3d23 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67408ceb cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6abb5560 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7c747f0f cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7d1c750d cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7da565ba cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8587398b cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x887c435b cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8b4c590a cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9dcdcea1 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa25c65b4 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa2a8e82f cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaefcdc4d cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd38d4a4c cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdd98c4ad cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe1577c05 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe6e3a918 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe7a3c07b cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x06490ad7 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x5657028a enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa8a896aa vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xe59830c2 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xf7bf2374 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x227f2926 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26636261 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d7c893a mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e5cdd5a mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45a4a7b6 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47d6e0b0 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48358993 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4fbb84cc mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53f770d2 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x591cef17 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6037cd43 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64e1648f mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d12d5a1 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76c01543 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80f01582 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x903fffc0 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x949f7946 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb888a345 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbab3f3c mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6fc781a mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd67e2c9a mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd73add8b mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2488202 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe998dacf mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea844849 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecae9af4 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12534765 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17dd647b mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28c29eff mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d576bef mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x358e06da mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3de1d98e mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x497a3225 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53ec8112 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c93056e mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81c72fc9 mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89f4e532 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91178109 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f13dc64 mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa988ab82 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb13e605 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5274882 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6c4fcbc mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8f83e7f mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcfa5cd4c mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0be9622 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c5d755 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda5baa55 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf77bb48 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3f65ed0 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeca9f433 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xecb4f4ef mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4cf7513 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfddc1a1a mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff008fe3 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x64f13ae3 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x82a08266 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xa3860d62 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xd906dd5c hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe542cdc1 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x01eb8466 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x3a5e78ba irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x3e249170 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x54e7c83a sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x7b173fc7 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x7cb5574f sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x8b1fbeab sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xa477895a sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xc2d4bab3 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xcbaa13e0 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x0796d79e mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0x2e4ae5ee mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x40a895be mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0x5b973f79 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0x7bd53d4a mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x9044a87c mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0xa023c3b4 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0xd98bfc33 mii_check_media +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x61147e84 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x7bedf16e free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0xe7aaf55f vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x81b2b302 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe26ce425 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe48e1577 register_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xb3e0c483 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x002c92cf team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x5345bb95 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x546cdd98 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x6b7f6d37 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x84635a54 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xbf486803 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xc12476b0 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xc80920e5 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x5ce75ef5 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xda258189 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xf115be4a usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0042c0f7 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0f65953a detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1ebfd601 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5877997f unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5d15a53f hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6b22bbdb unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x71465aa5 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8853da26 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x97d452c8 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9d0ce94a hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd6330759 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0xfa07b5d1 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x6d4c6122 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xc25358ca init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xde79ddbf reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x11dd613c ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x31183bcc dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x33572d66 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3e96c259 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x453931cc ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4fc91b47 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x51cabf2e ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5d8a35bc ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x89bbdfd6 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9143e305 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x966f0a8a ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa8dd0baa ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x39a37c3d ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5014043a ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x53a27e23 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x939ed0ce ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb625c8a6 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf99ce3e0 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4dcd8524 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5f6a4bc0 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x7dc49b95 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa748e433 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb0a81476 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd94840a3 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xeb505c9d ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf2378608 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfbcd4dd8 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfe739c0c ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0bdcff7e ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0dbca356 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1ee7c44c ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2435c8f7 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2e48e0e9 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3292eb72 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3dde4c05 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4e1aafec ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9e56e7a5 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb7ea1f6f ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc838d567 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdc132b5c ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe541ac5c ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe895f3bb ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xec638450 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf1cad196 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf448c0fd ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf4e038dc ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x017eda42 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x063dfbfa ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x065f3b8c ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0bc95e16 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d779cb2 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f73fdfb ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10ed1ac7 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1384a3bd ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15a2a0c0 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1610dcc9 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16fb1999 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1ac87cd2 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b4d9767 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1ddf5f40 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x222c0a7d ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x255d7f1f ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x26673601 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a5b0994 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a884fb3 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ff38465 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3497ec73 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3617d176 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40bbc755 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x432ecb85 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x46d21001 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x46f6f3fc ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48970f20 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48a33b0b ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a66422f ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d1c7c78 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5074e318 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x532c9055 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53bae686 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53c97d1e ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5de51713 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60a1deb6 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x62eb25fb ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6716f5a2 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68684b61 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x69d5223b ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6adddfed ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b9f9cf1 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d0a8ad7 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70988035 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7495b585 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76d5611c ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x794323f2 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7999e176 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d98b44a ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80ba04eb ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83a2e2ad ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83bb076f ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x870723b8 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89863f15 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8adcbe25 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ae318fc ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c5fc291 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8df353a9 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e1cc24b ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e5e68e3 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x918c0295 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95552976 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x964a0bb1 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x992cc20a ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa18d5937 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2ee7c30 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa50b264e ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6d6af78 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa76b1028 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa88e29b7 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaafa2e7a ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf26ea75 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb2406949 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb35d458f ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb429c932 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb643fa1f ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba9953d7 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbaa1a5c5 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbbe0a16e ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc44f00b ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd91e5fc ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe54a7e4 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbfb3fea3 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc163addb ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc241cb14 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc302a845 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc3126c52 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc81adc88 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcaa61b3b ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xccd251e1 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd367ae3c ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3970b46 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd584a157 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb7185b2 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdbd29666 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfaf28a0 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe565fb8e ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe6dd363e ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe976a60b ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee35e573 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8459030 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc564767 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff0af2a5 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/atmel 0x36a9fb6d stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xc31f46f5 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0xcbcf13c5 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x0ba03bfb brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x12f26342 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x19fe2618 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x3288dd5a brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x44dd2a69 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x454dc37b brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x59bd13ac brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x71b5e49c brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8dcc2bcf brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa27cd8cf brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xccf1e762 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xddd9fe3d brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xf8c9126d brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0785f15b hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0a7e61dc hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1723ac32 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1d65364d prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x26876234 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2daf0159 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3ac9eb2f hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4c7ce59c hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4c9a7e60 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x583434b3 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x604dde7e hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x68350d16 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7471b1d5 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7b5122f9 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x82698c00 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x87843053 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa2e37bf3 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa5067849 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xaf002cb1 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb7e519ff hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbbdebd6f hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xce4aa6f2 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xcf8bb2b3 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe17e8404 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xee03273a hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf236384d hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0bbbdad5 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x18c472d8 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1c875ff4 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x216d5a40 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3be87da8 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3cc4a271 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x423b8e42 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x60af1672 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x6db6db30 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x73eb3bb3 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8e9f5e00 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xbe3f543a libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd3d3ffe7 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd498ffd2 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd607c4bb libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xde932e82 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe1c1d7fb libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe4a66dae libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xef8679b0 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf725e2f6 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf9dd833b libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x03c69cf8 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x057d23f8 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x07264781 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0ce7c943 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x11a13d62 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1251ddd9 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x14d8f4ae il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x15e57f27 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x16a3f089 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x16b30350 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x19609463 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1b7a1c1b il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1bd507a1 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1d7840b3 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1e23aee2 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2241dcb5 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x25d3e842 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2d0d0244 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x305e0fa4 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x311d38e4 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x37716a05 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x39180bea il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3afc2e61 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3c26e813 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3ecae4d4 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x417c775b il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4330338f il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x47bc5e3a il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4ae0a7b0 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5148e6bc il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x52758540 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5522bc72 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x56b0c1e5 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5c2067e6 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5c25b24f il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x65dbf8cb il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x66b884be _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68091db6 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68e0f207 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6ca4a51f il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6e5a72cf il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x74c0d824 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x74d10d84 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x77b3728c il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7f17661d il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8202bf22 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x844070f2 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8489b573 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x85716b12 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x87221231 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8b5db62d il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8c08d894 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9145e24c il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x97384b06 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x98392e2e il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9c815c9c il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9ccf972f il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa87d7b13 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa9258e6d il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa9399362 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb54d8d74 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb5ea28de il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb9fb8c1e il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbb271c98 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbb2e19d0 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc18ba0ec il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc2690745 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc2fecea2 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc4fe213e il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc516b050 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc5718538 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc6079924 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc6348048 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc800a997 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc8f0c60d il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd13411d2 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd2389364 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd50699e7 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd62b5220 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd7c58c1b il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd9774052 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd9dd46f7 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdc67f4f7 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdcbb65ee il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xddf04cb7 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe2dcf6bd il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe643e3b8 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe6c0d8ad il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe6f77a23 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe933b67d il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe93d37ab il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe9e555d2 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xea296031 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf2a9f3ce _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf32b4514 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf4698d19 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf70e73af il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfa1ff9cf il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08dd8699 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0c50fa2b __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x1ecc5465 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x2f7b7e55 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x3b9d00d6 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x675bcb86 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x779dd6f5 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x85c1bb84 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8de37664 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x954eb7a7 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x963a6f8a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb8f7026f __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe2dcc8de __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf9ec6bdd __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x108b0e0c __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x26d1fbda orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x377eb5a3 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4323d6fb orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x432e3f34 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4b2754e2 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x599e7ed9 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x8420f67d orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x86625ac9 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa91e265b orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb5c29895 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb5cd90e9 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc2699931 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd02cce39 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xda156adb orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xdb0cbd65 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xf133108f orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0xdb18ef66 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x03d77679 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x042eff84 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x05c189d2 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x15c19ef6 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x166bea3c rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1ac08881 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x284c0a46 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2ba2b135 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3f886598 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4bcaad9a _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x547100a1 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x550d5f64 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5fad5242 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6d001a7e rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7e1292f6 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x80728221 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x83d19bbf rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x890d7c54 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8b205679 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x92d0382d rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9c29d1b0 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9fc11d21 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa3aa50aa _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa53fbfaa rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xaf6eac40 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb5482162 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb60ab67b _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbaa85682 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbde841c1 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc0d0f374 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcb198e30 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcc263dab rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd99cb960 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xda8a4ec3 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdbfbd3f2 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe37fea94 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe3c63fd5 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe50be1f6 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf1554cf2 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfb6572e5 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfd751a13 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x2d0425b2 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x601e2c3b rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x7bee6b2d rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xbec89eb7 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x143adfb5 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x33f66646 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x79caf2ad rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x9228171f rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1b395b6a rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1d5a101f rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1e7fad3e rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2325858d rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2be9b559 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4472b3be rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5893a309 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5aaf372f rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x784ab6aa rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x8bfc237c rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x95028608 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9c196f08 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9cec11ce rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9e929b7b rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa6ce55a0 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xaef65624 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb0ae59ea rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb1195d4c rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb1f63931 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd91b1e1a rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xde6b394a rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf6dd0744 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xfeaac6a8 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x2ebbf9c8 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x2f56df72 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x629c8cdf wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x9db01701 wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/microread/microread 0x3dbe006f microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x974fb1e7 microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x3e4661d8 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xf5507086 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x23278c9e st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xd8eb82d2 st21nfca_hci_probe +EXPORT_SYMBOL drivers/parport/parport 0x0f78ca2a parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x16db5768 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x1a956d78 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x1d4fef3c parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x1fd611b2 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x24df4786 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x2902a99f parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x2b2a4473 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x3432122e parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x372077e7 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x3970484b parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x4bb129ad parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x4d1b8872 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5c5c06d6 parport_read +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x6323dd06 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x6c41c6b9 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x73513cd2 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x89cf8c2b parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x8b1cfaa4 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x98244d47 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xa600595c parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xaa101bc9 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xb1ef1443 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xb5188acd parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xbbd98792 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xbe989650 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xc307b8ce parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xce68958e parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xe660a019 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xe6730443 parport_release +EXPORT_SYMBOL drivers/parport/parport_pc 0x47345d29 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x9e7db17b parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x051e69fd pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x151bdb09 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x38d24615 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3c62d728 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x42fce634 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x47dae945 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x60105874 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6019be6e pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x60837f4c pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x645da1f4 __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x72fdd43d pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8042a432 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa7a92c72 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xab68db27 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe36179a3 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf3f881ab pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf58020b3 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf5de0495 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf6eb3104 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x10dbc31e pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x130fb00b pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x2bcde1aa pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x354fd0ac pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x418227b4 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4288e5d2 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4978b080 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x674dd1b2 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8026f736 pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xaacde488 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe6372d47 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x509609d8 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xd98e3777 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0x5bb1e117 sony_pic_camera_command +EXPORT_SYMBOL drivers/pps/pps_core 0x5b73799d pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0x8c0c9c15 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0xd5eb8da7 pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0xff4b6b83 pps_unregister_source +EXPORT_SYMBOL drivers/ptp/ptp 0x598d7a84 ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0x5b0a1a02 ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0xa703ce3b ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0xd92843bd ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0xdaf95b1e ptp_clock_unregister +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x1bf1d873 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x20ab5ecc rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x32ba229f rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x41724a29 rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x4d1a43d0 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xad9be34c rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xb6e16623 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xdec33e26 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xf6b76e25 rproc_report_crash +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x07ce7035 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5ed8d2bb fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7c15e19c fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x865f7d03 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x948bb4de fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9c38baa6 fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa581e8b3 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xad46ee85 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb95687b6 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbf814490 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfa18c4b1 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfa6527c2 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0b5a4661 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0bb48e38 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x16525f81 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x18ce0920 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1b1d66a7 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1b7b491e _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x239c59e9 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2519e5e1 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2a6d199c fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2e06d833 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x313713fc fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x331ef013 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x39863dcb fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3e34b8ff fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x44dbd481 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x47e0edd9 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4e81b3d4 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ee2123a fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ef9a5b9 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4f7ce2c3 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x53a06c36 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x542aa316 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x589fc77b fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x695b79f0 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6ab2e218 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6ed3784b fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6ffb123b fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7a11e403 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c7e8d9c fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x88dc9de1 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x93f49fdf fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x96796caa fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9bf7d461 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9eb6dadb fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa76c933b fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa7e95dd8 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa8f3d7c1 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaab6be9b fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb7524243 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb97d0bee fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbce25b4e fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc9091176 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcc186732 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd332116c fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9ac8d83 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdbf6da4b libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdc4be11e fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe781ecaa fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe8ab0078 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe9d9a8ae fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xefc2c55b fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf0c5da64 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x60a7238e sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xbe15e0d0 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xcfa9ab94 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd5430aa2 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x5f02ece1 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0253829d osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x07facce2 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x129ab031 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x16908023 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1b76b18b osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1ceb0234 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1fc9bd79 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x32a4fe18 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x39d9aedb osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4c84cdd7 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4cf60d05 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x51cefac2 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x548f6175 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x58b432eb osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x594e2ef1 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6859c613 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7a11cd8b osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7d2bacc7 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8487a5d8 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9b9906e5 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa31a87fe osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa40a9db6 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb172b590 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb6659a66 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb9cc070c osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbaeb3d74 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbbd622ee osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbc0939a5 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbcda3c10 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc5aa8f26 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc8ee0390 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcc00fa09 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd263a95b osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe1a8edbb osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe323352c osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe6d462fd osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/osd 0x0f295764 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fde99ab osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x6f63b639 osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x8e200de3 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xa197f879 osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0xb7422512 osduld_device_same +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x266fff65 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4b3eada0 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5cedf079 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x659502fd qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6caad68e qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8cb81804 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xaf74f3b2 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbfd598a5 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc816d9d1 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xde74e96a qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf573b5df qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x174f252b qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x64d5239c qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x6a0766f4 qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x950f3a21 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xbed0df8d qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe5a2122e qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0x2e5a70db raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0x3893a718 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xb994dd5a raid_component_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0ac259d1 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x12f939aa fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x38c3008f fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x461ad464 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x83605b95 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x84740543 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8a7b049d fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8b26f7b2 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd9575161 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xddd5eb0a fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xec9c95bd fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xeefbb205 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf3fe2a19 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x08431951 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1c59dc9d sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1d0973b4 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x24cdab28 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2ea0aa51 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x340ef5a8 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x377bd183 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3c0dc7cc sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x431472e7 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x46695680 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x560464c5 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x733cffb6 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7884e2f8 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7be71495 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x817074c3 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8e3682fb sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x953d07bd sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9bd7962d sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9f896300 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaabdc5b5 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaacc6866 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaf2282d4 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb0c6e521 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb1f18f7a sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xccd211fb sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf480e190 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfd3480bd sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfdbab450 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x12cb1ef2 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x6cf563c8 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xb908f358 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xcf0e6adc spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf5653880 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x09aae4bc srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xbf21436b srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xc09c3f13 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf27553b4 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x07d53476 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xca0acc51 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xe7645edd ufshcd_runtime_idle +EXPORT_SYMBOL drivers/ssb/ssb 0x0734beca ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x08314b62 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x1f8b0bee ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x34caf5df ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x3af07e4b ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x55c4544f ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x5dab51d3 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x5fbb2825 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x6d9d2d72 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x6faf591e ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x8aecdbdd ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x8c324be8 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x9078de09 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x941a7478 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x96eaccd5 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc3abe542 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xc8a53dc8 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xde7557da __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xe31a0123 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xe38b46cc ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xf01d60af ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x1e94c118 fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x6196eaf3 fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xe1f2e031 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x21ff9357 ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xb9f0f053 ade7854_remove +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0264d470 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0363b57a lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0fba6fa6 lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x18e740da lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x50e79550 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x66258441 lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6c7e9ffc lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x71f38244 lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7ea0d0b5 the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8b3e7610 lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8d373fa7 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x95b73c96 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa3d61f8d lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xad04a94d lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xcacaca5e lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xcdc96ce9 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xda42e325 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xeb1eca73 lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xfacc3c3f lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x0028b61e client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x2041b528 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x28e4ec4f seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x3120b19e seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x329a6cad client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x361f87b2 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x756745c7 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x073718b5 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x356d4154 fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x4977b62a fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x62f57b25 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x6f187df4 fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x8c761db1 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xfea4c3d7 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x003b8ef8 cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0066e86e cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0318ea98 cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x066a3d3a libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0eb410a2 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0ee91bf5 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x11be2f77 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x127b7c5e cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12cd873d cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x15e6a972 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x18046adc cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1b3614fc cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a4e10 libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1f709ebd cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x20e8ba1e cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2143ceb7 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x23a38ed4 cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x24f39469 cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x26b80c60 cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2da017ea cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31a4294d cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x346b9d41 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x35375fde cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x361e82d4 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x37712eca upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x390ed46c cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x396f6b4f cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d2cce75 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3fe13eaa cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x450b70ab upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x452a302c cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47e9032e libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4889bd2d cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a990e0e upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4ae500f8 add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4e2ce2f0 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4e8fbec5 cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50bca709 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5162eb5a cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54934127 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x559805cb libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x56a518ce cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x59f95db2 cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5a91468e cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5aee0169 cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5bb6c87e cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c58abc1 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d655232 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x60ec297c cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62b9cb2e cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6326638a cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c07f0c0 cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6d488b9f upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6deb2df3 cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6ff30ab1 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72cbaaa3 cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b24c012 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7c36a676 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d11d8ec cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e0bd9c1 cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e7b8175 cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7f99ddb6 cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8840f591 cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c500d25 cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x918b0dad upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x994ac27f cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9aa2778c cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9c463dff libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9e420643 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f3235a8 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa0650897 cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa21170df upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa67b237e cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb4e48237 cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb7264b50 cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbb477eb5 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbb972619 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbca05d43 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc217c289 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3cf8c3c libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc6105f38 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc61b2039 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccd9aa58 cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccdf15b6 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdaf50507 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdfecb98d cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe5c5e952 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe5e34768 libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xea3176d0 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xea411f63 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeb4913fd cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xef66c80b cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf1872998 cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf4190d93 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfb67024b cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfc4c70a2 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x07ceba56 ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x38cc1bc3 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x608c0a38 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xa63c20b9 ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x1c444555 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x2609bdd1 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x2d84506a lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xc325819d lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xe11758f2 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xe624d0e9 lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x000f406c fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x015aae24 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x2864983e fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x2efcddaa pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x6cfccc8e lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x753d4a03 fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x793fd5c4 lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x8240ddea push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x82a15d02 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xc2ee3e00 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xd0591c84 lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xf53861f8 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00ad532d lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02014836 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x031e1113 cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03fb09c8 lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x049c1177 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05b3c202 cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05e1c6a4 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06d07e9f cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06d3e431 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0743fb91 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0803d6c0 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x088711bc obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09332720 lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09d6fdf3 cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0af9b429 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b824fe8 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b8a44d9 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bb2a3ba cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0dc91cb0 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e2c528f class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x100c1441 cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10715904 dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x114da5ac cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11b3f0c4 cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11bc5f3b lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11cea8ee obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11df2886 lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x123e5b5b dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x128c07d1 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12d96482 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x133050af lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14099f4c capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14102430 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1469be0a llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1470ea44 cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x164bd3d8 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1667a4e3 dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1720607f lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x18196959 lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x18909352 lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x194274f8 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19ecf555 llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a561a80 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b6d8f2e cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c3ffb35 lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c67d2ce lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1da48212 class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1defaff5 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e8a863f lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ee3c682 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f19e85d cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fa2ff47 capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fae3ac8 lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fc3fa84 cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fd371bf cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20ef10bd cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21b05a34 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21cf9082 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2339b38c dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2366b46b lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23e2f730 local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23e4c19e cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x24c5e4be cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x251b749a lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26289acc cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x28176e33 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x28701528 lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x287afd30 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2889b088 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x28e57c79 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x29049887 cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x299851c2 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a65c34b lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ab5662f cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b0157f1 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b9fa194 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c41d232 obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c761e41 cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d77be31 lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e20f2d6 cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f4b209e lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f823631 cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3149015a llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x318759c0 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32a0d425 lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32ac58bf obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32ba7a38 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x332ad019 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x337da71e cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33c151e3 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33e11fe5 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3540860f class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35a7aae8 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35c3657b lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36583586 cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x365d12a7 lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36a2a65d cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x372673c6 lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37c54bcd cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x386afe35 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3946e272 dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a08e062 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b23dee0 lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c0e45dc lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e886b66 class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e9b3acd cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eab7bfe LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f170828 cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f30f4af cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3fe51108 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4061dcf0 class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41172bd8 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4147a51c cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x418d017d llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42c4db3b lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43260bb6 class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43b2d45e lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44381593 cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x452f559a lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4592e254 lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45c573a9 dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4636c26d cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x472b8d3d lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47f32a80 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4956b164 lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49ee3ded cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a217a22 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ab69fc5 lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b496865 cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bb3e649 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bbc7029 cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4beb5ad4 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c190aad lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c4c700b obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d1f2773 cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d2e7490 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d6d41fd cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d838225 lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e35d073 cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e94b3e8 llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4eca54c3 llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fe50e7c llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5080b6ba lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5174c713 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x518c2a86 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5282d0b3 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52cf60a2 cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52d174b5 lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x53d0f54d class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54145b83 llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5485d719 lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5495e02a local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54d31c22 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54e02fa1 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55ac8821 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55ee9c2e llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55efdb72 dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564ffb76 lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57407de9 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57d793c7 cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x582b013d dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x587aaf1d cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5976505a cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x599010f2 dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a96c20f cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b21c23a lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c170a05 lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c239b37 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c4a6aed md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d2b2886 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e0b2483 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e42a5c6 llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f754b7e cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ffd2dde lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6142a927 llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63720ab4 llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64766437 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64f79dbb cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x66b351bd cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x675244fa dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67732625 llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x685a924f cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68e61248 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68e743e8 llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x698f0566 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a1dd991 cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ab942b7 cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b2fb967 class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bb8d1a2 llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c0e6d04 class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d435596 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d7f275a llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e176b37 class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e664ecc obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e7156c2 cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e7545ab llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ebbb2a3 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f9fb4d1 lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70dfbf78 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x717ef91a class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x722f2537 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x734a24e9 cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x735d0a84 cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73fb0cdf dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74b0de7c lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75eb60ec class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x768d45e1 lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76aa33f0 cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x775e81fa cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77cc0c97 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77edb9a0 cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78461618 local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78fb895e cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a135e29 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a8cec5f cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e355e82 lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e686132 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e8f61b6 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e9ae4c2 local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ec0f98b cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f1912d1 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f3e6901 obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f7d7cd9 lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fb8abdc obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80ca5c15 llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81869c82 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x823dd654 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82a8e10e cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x835850ba class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8412c6d5 cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x846d0a36 cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8503c454 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x852295f4 cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85a2c300 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85c1a971 dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8733f933 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87c28d1d llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x898d5177 lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89cec773 llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aba6b16 cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ada45ad cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b01e73d obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5008e4 lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c086e4a lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e10e6d6 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ea8e9c3 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ef7a781 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90370a72 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91a3f6e7 cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x921e0a06 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92368940 cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x925abf72 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e708f5 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x935dcfe5 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9362bf6a cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b4d78c lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93da6c7b cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9456a118 class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94c90366 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x956704b5 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x960d18f9 dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9619bb4b cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96842101 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96a0679d local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9734cd60 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97f21da9 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x987a07f0 lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9914713a lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9914d17f llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9937baa3 class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a53bf91 lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c5a8a47 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d676079 cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e30b048 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f66579c cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0125370 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa07fcd78 llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa151ac52 lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1ec706a cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2518438 cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa288bd01 cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa44d8dba local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4c1191d cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4dd0444 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4e9d8a0 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa76eb9b9 dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7c28662 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa880fcae cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa9652dc2 lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa9c1e29d class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa778330 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa99e133 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaafbe830 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab04de66 lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab2977b7 cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab40c410 cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacb838a3 lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad6746fb cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xadea66ba lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaef8171c cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf18660d lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb06ef3ff lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb12c3d39 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb15b775c lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1873a7c lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb19cd548 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb2325c6e cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb304128c lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3d9520c class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41a188e obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4f4be7d lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb523d5db cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb59a422b lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5ac0cc2 lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb600b452 cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb635af9e dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb88d61a9 class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb91d1120 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba340964 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbad6beb5 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbaf1fac7 cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb722ed8 lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd9ff9e3 cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe62eeab class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe79e95c lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf91bfac cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfa64611 llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfa7d1ab cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfe4e7c2 lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc09ba782 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc18d06cf lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1c0e802 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2134e5f cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3eaeec1 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc40d83ac cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5c36d06 lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc67ac572 cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6f22441 lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc75347cb dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8664edb lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8ed5b4f lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca030742 llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca4ceb1a lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca9709a3 cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca99eeba lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb46a618 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb9c2a0e class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcba8a67e cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcbab1fdd class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc48ea6f cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc57f8ae cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccc165f5 cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcdd435de cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce314c0d llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd06f567c cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd11dfc03 lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1dba1ca lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd40e1e06 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd595bbab dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5f90fe9 cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd67cacdc class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7b3c09e class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7cfe82d lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7fdc77f cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd83b5f5a cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8b3558f cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8cbbe4a cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8dac219 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd94474a1 lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9635735 lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdbf5a9a4 cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc40761e cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd6e98ed class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde3ed362 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf4d1ee3 lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe021cea6 cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2500dd1 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2756dfb cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2fdf0d1 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe34f87aa lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3e0679b lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3f72e78 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe471a79d cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5697272 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6243131 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6545e48 lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6bffd41 cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6e698dd lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe77634dd lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe93fd29d cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9564633 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9667482 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9746400 dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb4dd3d5 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb4ee0f1 cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec2933d4 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xecab4e11 llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed4b8c26 llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xedf7a485 class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee2f046a dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee81583b cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeebd2356 cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeed3f126 cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef601e32 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef707d70 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefc21282 class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf04cab34 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1145fe1 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1830010 lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1cce211 llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf22e25ed class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf310bf40 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3bc5b9d dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf44615fb class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf4f77d8f class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf575d30c lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf598dccf cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf59bf6a6 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf66774a3 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf75a8912 lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7c02921 cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8344c5f cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8394ab0 cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8972756 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9747756 capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9ba2a52 llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9bdcdf2 lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9df46d1 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfaacabd0 dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb4bfe7b llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb639f89 lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb700804 class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb9a086c llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc5e171d capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd842f37 lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe4be21b dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff06b725 class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff62e3f1 dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x005f51c5 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0252cc04 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x02915d7f ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03424301 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x075c0523 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x076933ef _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07c7eb84 req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x085d4f99 ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ad867fb ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b902bc4 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bd99261 ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0be97135 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c88db2f ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0e91d2c2 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1043caa5 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x108ba545 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12769839 target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x127e0254 client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1428b9b1 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x149051bc sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14b8e104 sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14cfee90 ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15639330 lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a7a537 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x160d71ca ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17caac48 ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad26bbf ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c75e4ec ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d8183ff ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e0ea362 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ef81995 lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f319e74 ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x204bd233 req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x214b8a4a ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x21cbbd3b ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x228e1e6c ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x229a35da ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x22c8483f ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x231b7d91 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2326dc36 sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x264bb156 lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2660e94b ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x28285e9c sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x28ec3613 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x295bc6d8 target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29688ed4 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2b397cf5 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2bb144c9 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2cec75f0 ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e8e740e lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x30c20be3 req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x30f9ad32 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x32129a66 ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x32d6a7e7 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3360185f ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x34516052 ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x374f1116 ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38519137 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x394d96b8 ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c1c1d33 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d01b7c3 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ee01cba ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f3d0f82 ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f619fef sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f699e52 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44a12e22 ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44eec72b sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x452f17a5 ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4648caa5 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x46a262a4 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4927517c client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x495753bf ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x49fda99e client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a3757af req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c8ec098 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4ca11696 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d283254 ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4dffe743 lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e221cff req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50166ca0 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x512686ac ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52ee1edc sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x539195a6 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x539d3700 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53cefffe req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x545cdf70 lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x547cdd26 ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5550ab7d lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x55527144 sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56c8525c ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56e0ff12 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a1b924b ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a60540c sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5daa4855 ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f5a63fc ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fdc7f4f ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60153b2b ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6151e03b req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6175bbb3 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x639d9cfd ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64b29388 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6506ffa8 req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x65a2af43 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x65a691c5 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x666fc8b6 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x66886c15 req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x67773a4f ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6821cc15 ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6974cbab ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69836168 ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a4aaa1b ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a5a2a46 __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b77caba req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6bf2dee9 ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c986b8c ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e8328f0 ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f319d29 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x704fe038 ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74fd6cb7 ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76c4d0e8 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x770c1d37 ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x79b1b923 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b6eca06 req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c41b90f sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7e9d85d3 sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7eb4eff5 ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7efe3e87 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x800dd37c sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80e9daa2 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x831b5924 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x84cb7949 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86a4a183 ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86e0d3e2 ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88efe0cc ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a768c6a ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b15b933 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8bc66928 req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ee435ea ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fa247b3 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fdd8d21 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x90f23388 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x916bc20f do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x923e7a4b ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x930c5f1e ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x972c75c7 ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bd71321 ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9e6ad321 sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ea5a441 ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9f431363 ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ff2eccd ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ff67ec5 req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa191b0ae sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa31886ab ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa34064b9 sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa37086e9 ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa37e008b ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa39245bc ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4d36a3f client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5538624 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c20fca ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7600f50 ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa849df0b ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa955aa91 ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaa2c7edb ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaa835cfe ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xabab8ce2 lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xac0bf8a6 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xacc82ce1 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xae2bd223 ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf8ab969 ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0b157c7 ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb19089cd ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb25ed8d8 req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb39d1d74 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb45a3ab6 ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb56d7f94 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb8072101 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd071890 req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0db4fb7 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0f91852 sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2f59ffe ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc502843b ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc61a2221 ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc708376a ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc769b70d ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8778443 ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc9784a8d ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcae6f80f ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcc78a7c6 ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcdf87231 client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcecd23ed req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf0b1ee7 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd081b866 ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd1f90347 ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2ea8a74 ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd39111fd ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3e7cefc ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd443bf8f req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd662bbb2 sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd692f0cc ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6e0bcd9 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7533038 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda51b5f1 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda62fa37 ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb06bc77 client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde5f8f70 ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe070b9f9 ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe13fc27d ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe278e800 ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe281e127 lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe28beb9c ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe3ea0428 ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe446dbcd ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe878789a ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe93ff146 ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xea01d6cd lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xea7ea4f4 lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeaa09080 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed9e8b4c ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf11668ff sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf235c870 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf2595f24 ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf280d5c2 __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf415a430 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf4b79104 sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf4dd38e5 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf60f7def req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf875b037 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf959d137 ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa2c0d36 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc612ce0 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd87d3ee __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd9b808b ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfe5dc802 ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x0771ede5 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x06d74bc1 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x3801013b go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x3ed7d0ff go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x48b26116 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x668e6afd go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x6918e0a5 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x6b0d98cd go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x7cc664df go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x7ed32895 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0x93624260 rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x018ec145 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x026ec87f rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x094b7fa5 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0d866769 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x136469a4 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x155702e3 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1c7bea10 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x25964665 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2b67aba9 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x31963faa rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x32bfb3cb rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x33168996 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x34fd38ea rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x362f715f rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x38cba9d0 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x39458796 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3f4480af rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x403efcf7 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x467ac993 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x47074f24 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x47ec2631 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4b4b5ba3 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5d8d3e76 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5fdbe930 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6493bdae rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x65e8b0fb rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x72759eef rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7560d29d rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x758b2842 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x76574bfb RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82f1d925 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8c47ada8 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9aab8567 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9dc7ca27 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa818b3c9 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb31576f6 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb767605a rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xba3a9ff6 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbf91b9c5 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc088b6bf Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc505d1f3 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc80e1ab9 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcbdd9495 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd79a9b27 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd8dc103d rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe02d8739 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe6eaa8aa rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeb718126 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xee421250 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf8b95a27 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0bdb8001 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x14480acf stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2292411c rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2a91494d stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3425c2b1 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x37af46f4 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4c3086cd stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4fd43f6c stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x536ee411 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5d738e0f stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5e66bcf2 stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5fde53a2 rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6866b336 stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7378e008 stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7a54ef80 stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8cde0dd6 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x9909630f stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xbffff60e stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc2fbbb93 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xca4bb4e5 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xce7efce1 stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xeeab7ec9 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf4833a7d stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfcddd536 stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfd51465c rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfe227303 stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0c9f5732 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0e5dfa72 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1a1d3c8b ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1bced20d IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1f51e706 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2187ea64 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2755545c ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2a93cfac ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x355fe222 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3dbe6ff2 ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4451d877 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5096faf3 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x56ea1251 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5df82d2c ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6467311c ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x65c47a4c ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x675d6fa2 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x679e7785 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c17fe38 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6dee2ca3 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x72f4c040 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7fc1866a ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x86d9ab4c ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8a682d51 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8e9bd750 ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8ff70bb8 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x912a2305 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x97dcd9d6 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x99cc44e6 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9c9f4edf ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9d795ec8 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa05e46d1 ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa44ff794 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa63b6070 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb07d0708 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb178f616 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb4d0808a ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbb61e507 DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbcd05bde ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbf740444 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1f7bae7 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc38bbba0 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc5f2ecc6 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcb2337f7 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcf137ee7 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcf6b4173 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd5807add ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd5c2dfc5 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdb946415 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe218a8f2 ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe23374b6 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xea9fceb4 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf16909cd ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf3140b98 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf6579fe0 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf8d84f18 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x70c1101e xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x86ddcb98 xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x88051dc7 xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xc90b896b xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x02ae8dce iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x302db927 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x35c46295 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x368b7d25 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x434fdd5d iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x495d4e22 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x64e08aa7 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x67aa17f7 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x79b1b4b1 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x84c8df5d iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x86691381 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x873eaec1 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8b0a4747 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8d635350 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9b4b2e55 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa1b4b646 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa744a675 iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xab8bab8d iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbe7563e7 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc71c623b iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xceb3e5f3 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcefe1d5d iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd8575dc5 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe2d94253 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xea1b449c iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xed1cde67 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf16b1a89 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xff889b2a iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/target_core_mod 0x003733ca fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x00d1d030 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x023ffad5 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0a794e25 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0af5ae61 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x0c44fdf6 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x14780cc7 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0x19b3a71e sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e15232b core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e2e032a target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e6a3f43 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x2a2832c0 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x313f6c9e iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x378e5aa5 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x37d9877d target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x40d40a62 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x41d0ce6b iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x435b9047 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x45bef29e transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x480408a5 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x488731d4 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4e635da7 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x5218425e transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x52cff299 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f319008 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x66d997b6 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x69d859be transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d4d180f target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x6e9365c3 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x7575d397 sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0x765fe76e sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x79f2c687 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x80855ef0 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x83d61fee target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x8a8e8977 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b3c2d00 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c528e98 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x8d222369 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8f39830e target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x947a1e81 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x95a1f4e6 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9782a56e core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a216227 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x9d1b0b33 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa2b316e2 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa2eefd88 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xa2fd3a3f target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xa43dee14 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa68bd441 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa91181bf sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0xa9942390 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa9c073a target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xae3b1076 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb10767d1 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0xb45c8c6e spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xbcac0871 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xbd96c284 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xc396dc40 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xc538ad2e spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xc5aa02b2 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc89d258c core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9af8d5a sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xd296309c transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xd3f595cf fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xd590c340 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd77ecb02 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xdb3d7596 iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0f1c5a3 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xe3d149e9 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xec847c75 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xee8aaedc sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xeff8abca target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xfec97114 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x0b8c8636 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xa852bc70 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x191d30d1 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x20836b16 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3be3431a usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3df72254 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3e350c0c usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5579644f usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x77597310 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x77f32a02 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x8c3d4ffe usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9077be59 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xaf94492d usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc61f09bc usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe2185547 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x775ee93b usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xfe25d611 usb_serial_suspend +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x2eae4a2a vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x76bd9a5d vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x94540f76 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xa2bd088a lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xbfe11e91 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xff38fdc7 lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x14227854 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x23b7e38a svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x37a0d733 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6013ab97 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x7f10c504 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc8e089f3 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xcc61a0a5 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x196d0d69 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x0d760704 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x6fb94212 sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0c9f4007 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 0x13e8126f 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 0x9bdeba00 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xbb0b12c5 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xe5054464 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x4e5459a5 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x79b21957 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x824bdb94 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xd0f0ab93 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xc24d34a0 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xf6b3b6f8 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x18967adf matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x49e82643 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x7dc4ee81 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb8cabf3d matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x5d43dc45 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x94d0ef84 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x11b561af matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x3441c730 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x34b94d2c matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x70cd9614 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdb89b52 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x20066d9d mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x5b28cf35 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x79cf3fea w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x81ba0118 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xdc0841ee w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x71bee49f w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xd2dd8ebc w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x77f0c40f w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xce406113 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x00463796 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x4b94938f w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x64b0f8ec w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xef15628b w1_remove_master_device +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xa78bd894 iTCO_vendor_pre_set_heartbeat +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xb5f20875 iTCO_vendor_pre_keepalive +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc4f657bf iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xdc6effc9 iTCO_vendor_pre_start +EXPORT_SYMBOL fs/configfs/configfs 0x011917f4 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x061c8822 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x21de9773 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x2757a813 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x4da0adbb config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0x516ad91f config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x6db0369d config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x8dd01342 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x8f874ef6 configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xafcc6993 configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0xdeef3fb0 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xe2f8f3c8 config_item_get +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x328c5c45 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x34266ab6 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x46d87d17 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x6dee5a37 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x8592556e ore_read +EXPORT_SYMBOL fs/exofs/libore 0x988b2684 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x999aa96b ore_write +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xabd77ddb ore_remove +EXPORT_SYMBOL fs/exofs/libore 0xb88dab2f ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0xbb7a7d17 ore_get_rw_state +EXPORT_SYMBOL fs/fscache/fscache 0x0193071d fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x06c64996 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x0772c8d9 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x1316b3b2 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x2adb95ec __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x330a7562 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x36a7aa73 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x3cbfdeb9 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x3f1f5422 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x46a00324 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x46c780ca __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x4b40b0f2 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x539a4029 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x5b536f05 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x610d84bb fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x6923e992 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x761f208d __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8c3d2f91 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x976c8517 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x985cc8fd __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x99875273 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x9d2e5e02 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x9ff65894 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xa850088d fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xaa3bd8c0 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xaacc0092 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0xab39ab56 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xb8e50994 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xbfd3de88 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xc19136e3 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xc9cda3a1 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0xd971ce2b fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0xdec7cb67 fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0xe5cfc97a fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xe74bdba6 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0xeb16a69a __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xfdc49b95 __fscache_check_consistency +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x2ebe3846 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x45e454ee qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa3b6f77b qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xcdfe124e qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xdd0b5459 qtree_write_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x1a703ba1 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0x6d356209 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x56329ecc crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd09b2cba crc8 +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x10f286c4 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x194becc7 lc_find +EXPORT_SYMBOL lib/lru_cache 0x4d7f2518 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x622ebb2f lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x7b4eaf12 lc_put +EXPORT_SYMBOL lib/lru_cache 0x7e09530f lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x80ced2c3 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x94ffa2c0 lc_del +EXPORT_SYMBOL lib/lru_cache 0x980282cd lc_create +EXPORT_SYMBOL lib/lru_cache 0xa5e0123a lc_set +EXPORT_SYMBOL lib/lru_cache 0xa92f2e09 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xc02130e4 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xd36ace23 lc_get +EXPORT_SYMBOL lib/lru_cache 0xe3416fa3 lc_committed +EXPORT_SYMBOL lib/lru_cache 0xe4dfa0b3 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xf0839fa5 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xfff51583 lc_try_get +EXPORT_SYMBOL lib/lz4/lz4_compress 0x0c222eb5 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x682a23e0 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x303c65a4 unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0x9ec378a9 register_8022_client +EXPORT_SYMBOL net/802/p8023 0x5774d609 make_8023_client +EXPORT_SYMBOL net/802/p8023 0xd1fdbf83 destroy_8023_client +EXPORT_SYMBOL net/802/psnap 0x51b1ca69 register_snap_client +EXPORT_SYMBOL net/802/psnap 0x98847663 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x01bccdeb p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x0876b301 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x090b0174 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x0d712511 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x0ed7d1f7 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x15b1b5b5 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1a2b54d7 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1ca40a8f p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x1f9b73b8 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x2527da42 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x3400a7db p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3aeaa2d6 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x573c3923 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x662939bc p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x69cc1147 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x6fea7e5c p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x75230341 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x78cf5788 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x796918e0 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x7c271ab8 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x974cc027 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x98eabdeb p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9d7f0624 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xa2b5a327 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xa416a6e2 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xa816d15e p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xa8817ff4 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xaabc7a66 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xb3283c03 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xb5d14f63 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xba2760f1 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc9e1e01d p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xcd671bf3 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xd027e926 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xd07922fe v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xd0c5647f v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xdb0efbd1 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xeaaae974 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0xebafd5a7 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xf8eed845 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xfbb7fc91 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xfcbd2e35 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/9p/9pnet 0xfe851684 p9_client_readlink +EXPORT_SYMBOL net/appletalk/appletalk 0x23a2b34d atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x60bde13e alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x63f0b772 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xb1e46f9d aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x02668d69 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x0d5c1de9 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x0e82862f atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x14bfcb9f atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x53052dde vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x576d0816 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x5c95d879 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x6d466973 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa6d0300b vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xbe449580 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xd26fca50 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xf2cfeb18 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xfb1d482c atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xfdbc96c8 atm_charge +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x0e9f087c ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x1d58e62e ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x299d80e3 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x44170ec8 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x4abb05a8 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x72d5fc0d ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9b5ce5e8 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0xafba56ed ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xf8c0d322 ax25_listen_release +EXPORT_SYMBOL net/bluetooth/bluetooth 0x01c46039 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x086838ac hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x121c2b31 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1478ec14 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x21073cc9 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x21d0469b __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2769478a l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x28bc01da hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x30ea123b hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x33d82692 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3c2f8819 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x44623a05 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x49af0912 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4bd263b4 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4cc3ebef bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5369165e hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x58873678 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5db47ec3 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x66abda50 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6b846938 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x85de8e74 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x861aa925 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x88ce6422 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8a748bd0 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x988e0ea3 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9f303b4e bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa0e7a672 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa118a586 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa44d6924 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa9ee62bb hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xafb87caa bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdc7287cc hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdfe1d964 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe1a3bcef bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe909974a bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xebe29061 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0xec7ba27b hci_conn_switch_role +EXPORT_SYMBOL net/bridge/bridge 0x584f5f23 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x06a37aa8 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7fe2b45a ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xc1cefc70 ebt_do_table +EXPORT_SYMBOL net/caif/caif 0x10dcd4e0 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x1fce2ca7 cfcnfg_add_phy_layer +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 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x78d6e317 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb0098e94 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xbc696fe9 caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x5020af6d can_ioctl +EXPORT_SYMBOL net/can/can 0x9d54452c can_rx_register +EXPORT_SYMBOL net/can/can 0xa9dce101 can_send +EXPORT_SYMBOL net/can/can 0xe166dc15 can_proto_register +EXPORT_SYMBOL net/can/can 0xe72f17da can_rx_unregister +EXPORT_SYMBOL net/can/can 0xfca0cc70 can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x0176a55e ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x04c1dd2e ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x0877b7b8 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x098a32c5 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x0d61c270 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x105efcc0 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x13cfd753 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x1752e587 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x183dc79f osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x243e239b ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x245745d4 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x2752a6a6 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x2a5fcb95 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x2df1fef2 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x3fdfa20f ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x422c3a8c ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x44e874ce __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x45e27d7e osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4a283545 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x4a713159 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x4ab3b797 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x4ad567d8 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x4b78a6e0 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x4bf259b1 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4c811101 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x50cbb4ce ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x583d5c94 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x58a4170c ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x5f080e3c ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x614b3407 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x61a372aa ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x627f7ef9 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6a64bd74 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6c736e3a ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x6fb5558a ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x6fcdafef ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x7168baf8 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x73d1e17f ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x7430be0e osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x7502985b ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x81eae1b6 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x83e1f568 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x8854d798 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x89a8472a ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x8d14bd67 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x8dc66edd ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x8e56dadc ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x8eeccde7 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x9113ffce ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0x91bdb733 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x921abf4a osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x92443631 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x96747117 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x97899300 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9a8185c9 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x9d6eb2e7 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa16020e8 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0xa48cd083 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xa61c251c ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb2e9e4db ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xb527f825 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb8280804 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xbdd5e0ca ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xc0f9ac45 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xd2ac21b9 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd7240384 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0xdf54543b ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xdfecc859 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xe2141f9a ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xe351afb6 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xe6ee1ba8 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe70637a7 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xe85289d6 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xea349318 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xeb4ff892 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xed229339 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xed769025 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xf227356c ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xf49afe0d osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xf5774cba ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xf766ba48 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0xfd6b897a ceph_client_id +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x07fa1e18 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0xc9361dd3 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x04a930c2 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1af6c5cf ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1bfd7cbb wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3660286b ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x46fa37fb ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5192310b ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6e421450 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7d71b8ed wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x8b4c6b3e wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x961c7f19 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x98890c12 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xc69f7edb ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xeec7f6fc wpan_phy_register +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x1d05c11d ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x3351102c arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x514dd82d arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xc6ec652d arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x3eeee9cd ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x9c412d8d ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xdb8fc899 ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x20db2f01 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0x896b204a xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x794954ee ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8d78ee28 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x2dfd75cd ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x60ed6621 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7d9122fb ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x21aa3ae5 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xf89bd36c xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x26136706 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x9e63820d xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x4db15e76 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x511844dc ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x83c43fd2 ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x8eea929d ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x90d7449b ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xa104261e ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xb3386435 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xe8a226ef ircomm_connect_response +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x09f58a8b hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0x12f45d94 irlap_close +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x26e6b539 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x2d2c59c9 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x379c974d irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x3b6d5f65 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x3d2b614b irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x3dc52b0d irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x42a9904d irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x517883ae irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x615ee918 irias_new_object +EXPORT_SYMBOL net/irda/irda 0x653d00bc async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x66ef7db3 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x73931756 irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x76ef9f52 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0x78f6867c irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7dabe31e hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x7fb81606 irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x86b5f4ce hashbin_delete +EXPORT_SYMBOL net/irda/irda 0x8b69b459 hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x8f1c73c3 async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x8f73e897 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x90a4fb0b alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9d741a92 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x9ee88d80 iriap_open +EXPORT_SYMBOL net/irda/irda 0xa0117f0f irttp_dup +EXPORT_SYMBOL net/irda/irda 0xa0e16e4b irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0xa4548c32 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xa9495c44 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0xad66e1db hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc24722ec irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0xc310cf21 hashbin_new +EXPORT_SYMBOL net/irda/irda 0xc3209d95 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xc941b81a irlap_open +EXPORT_SYMBOL net/irda/irda 0xd1ae6745 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xd57045a8 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xda66bbd4 iriap_close +EXPORT_SYMBOL net/irda/irda 0xdd10d44e irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe2fc3126 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0xe9642130 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf84714f0 irda_device_set_media_busy +EXPORT_SYMBOL net/l2tp/l2tp_core 0x7e0c9693 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x151fa461 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x3a63436b lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x3e712d5c lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x5a2aa47a lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x8ecfe99c lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xae521ab1 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xce867f33 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xe8ee6f2f lapb_unregister +EXPORT_SYMBOL net/llc/llc 0x0b34aad0 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x10812ed4 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x36a10529 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 0x6a768f87 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xa90f7c69 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xe28a0815 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xff66c50e llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/mac80211/mac80211 0x0047cddd __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x0c1a69b3 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x0f40e75c ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x10509809 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x110d3786 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x17b375ea ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x1adb6fff rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x1d087c0a ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x221430ce ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x23357b23 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x26ac8e87 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x396dec44 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x4131de92 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x42e13dd9 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x4477f6d3 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x46a4318c ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x46ac2f17 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x476ea391 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x477e23d6 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x47a6248e ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x47a6c722 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4e7f3fbf ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x59783ccd ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x619514cc ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x63892917 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x65abc391 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x65d1ce25 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x66a962ae ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x6d22f7f2 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x6fb8be9c ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7293d4d3 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x74d8c0ae ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x783aec23 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x794d4b58 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x81ca5838 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x884ff651 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x88a075ed ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x8903ea8c ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x8c76d505 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x8f93e346 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x928f0f4d ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x955180c8 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x96c7323c __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x97a47574 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x9ab1d934 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x9b9949c8 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xa58b25b7 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xa8edb559 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xb1ffa105 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb4e4c84a ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xb73e6074 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb77924bc ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xbe1d1ec2 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc0cbf536 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xc22aa485 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd3bb0280 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xdc5bd691 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xe1f71e51 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xe6acf549 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xebb2335a ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xf2f7ac03 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf61ef97a __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xf953fc0e ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xff17d668 ieee80211_rts_get +EXPORT_SYMBOL net/mac802154/mac802154 0x2a3c95f6 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x3502f42e ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0x5894528a ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x8e605382 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0xe3f1db7c ieee802154_free_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0ba64b6d ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1b7f560b unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2a1c5503 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2a1ccdd3 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x369fcd9c ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x55ce13df ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5672caef ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8526d807 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9a5f5a35 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9bbaec5a register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9e080469 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbb9673d9 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc028d4d1 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xceb76f9c ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x2e3ba7f5 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x2f7453a1 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x57f55334 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x015ac383 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x1931245d __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x1f35ed91 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x5f76da4b nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x96317c74 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xe5f24aef nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x091983fa xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x0dec17ce xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x253e8b44 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x2635c1d5 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x5cca5a0e xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x720f72cd xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x890be640 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x999dbc20 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xb4944796 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xc34c261d xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xf725c691 xt_unregister_targets +EXPORT_SYMBOL net/nfc/hci/hci 0x013656ce nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x0b2ffb2b nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x0cd8556a nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x1283dc7e nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x14f4fa7e nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x18bde30d nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x21daf67e nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x3eaac583 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x570147e3 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x8c73228a nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xa750b006 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xc680d6a2 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xc69b6eb6 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xce73f265 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xd2ad4974 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0xd6b3b556 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xe58028cc nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xf2fb1996 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x3bdf17e0 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x66f1d2e9 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xcab90b0e nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xdf02bd12 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xe002f73e nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xf16e043b nci_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x100ae31f nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x1fe64134 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x35b0042d nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x361432fd nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x42d73e31 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x5152eb8f nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x5331fd86 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x7b7d691b nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x813e46bc nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x88512fb0 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x939c8f1c nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x9913e578 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x9997cd4e nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x9c26659a nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xa046dc60 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xa4f42008 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xb350cdcc nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xd73a36ba nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xdfd317a4 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xe14597a2 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xea5ec6d5 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc_digital 0x3fcce017 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x83eca4c3 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x970ff31b nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xe908212f nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x1f979b52 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x252f687c phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x3695d263 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x54db4626 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x600c969e phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x6341b550 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x8048e71d pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x9c3acca5 phonet_stream_ops +EXPORT_SYMBOL net/rds/rds 0x7505d413 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x276b8a5b rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x47de24e1 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4d4cd783 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5a6b1f70 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x62c50479 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x74e63b5b rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x781cf3d2 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7fb1d4c1 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x9070f282 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x9c3dcd2f rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd3707ca0 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xde58079c rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xdf6ba170 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf5dea373 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xffe8506c rxrpc_kernel_free_skb +EXPORT_SYMBOL net/sctp/sctp 0x0df57c3e sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x38503b0d gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xd25d1691 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xd9d041f5 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x6ae8b738 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x77592b56 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xf414990e svc_pool_stats_open +EXPORT_SYMBOL net/wimax/wimax 0x588e740f wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0x9f054df6 wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x013bd934 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x0844f2a7 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0a95f42c cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x0cf291f4 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x16841370 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x18b79853 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1e61c28c cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x23607322 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x2cf0ddeb cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x2dc05a75 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x2e854c52 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x2edc67cf cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x2f1a11f4 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x336f8e24 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x33d2aaf0 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0x35f7bce4 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x38455f50 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3da598c7 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x4548b82c cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x45c244c6 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x48b7cb83 cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x498420d7 ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x49ab0265 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x4bbdd442 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x57217df0 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x59122696 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x5f81b318 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x65e66e40 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x661d7078 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x664f6433 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6ab2eba8 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x73d42ef8 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x760303d2 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x762baba9 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x77223e7e __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x7bf5c7a2 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x7e1e56d9 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x803e6496 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x81ee5097 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x85599f84 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x860eef37 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x966e9292 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x990d3e58 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9dce4187 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa1d80372 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xa2c343ca cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0xa51b2938 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xa7fb82af cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa8c3a144 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xab282ac3 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xab98c822 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xadabec8d wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xae6446f3 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xae7d5597 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xb03cea1f cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xb11336c3 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xb149f846 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xb72f5aec cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xb7e375c8 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xb8744048 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xbd2428ce cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xbf4f03c5 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xc3a0d3b3 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc6731b45 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xc6e979d5 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xcc2f0597 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd342c81e freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xd4a70695 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xd5e2941d cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xe17d04bd cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xe81324cd cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xece15cf6 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf258be16 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xf9faefdf __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xfd54c722 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x166b628e lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x51561c9d lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x99b6bdb5 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xd2cbf961 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xdf0551d9 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xf2dea224 lib80211_register_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0x046c0d8a ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x7e1e7e59 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 0x20498a6d 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 0x90ec6708 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 0xbd2337a5 snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcecc6b4d 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-device 0x212ff3ca snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x48b2c17a snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x01b82065 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x0d2b74da snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x2ceec35d snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x668570c0 snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7f92860c snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb494afee snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xc7b2b6c2 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe0a50454 snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x4a848b4d snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x18f7f107 snd_info_free_entry +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 0x19eeb92f snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x1a79b8b1 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x1d77fae5 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x20e55d0f snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x271da323 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x2ee1d0e6 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x33226cb7 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x403d333d snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x412d260d snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x42926d5a snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x44f6682c snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x4e7b8314 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x56b0c585 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x56ef506f snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x60ae9c27 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x6949f26a snd_card_register +EXPORT_SYMBOL sound/core/snd 0x6cb0d2a4 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x773b8e7f snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x77cdefdc snd_card_free +EXPORT_SYMBOL sound/core/snd 0x7c1a5ecd snd_device_free +EXPORT_SYMBOL sound/core/snd 0x7d99179f snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x7e9b026d snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x89d928ae snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x8dd5a0c9 snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x98c92df8 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x9a8e5b90 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa2020b17 snd_device_register +EXPORT_SYMBOL sound/core/snd 0xa21d20c0 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xa4a10b61 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xa4e411cb snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xb1ac1d1d snd_get_device +EXPORT_SYMBOL sound/core/snd 0xb27bb25a snd_card_new +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xc1b93c26 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xc2a5490a snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xc94c0c13 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0xcd12f27d snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xce96e975 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0xcff3e895 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xd2400406 snd_info_register +EXPORT_SYMBOL sound/core/snd 0xd530c6e3 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xd6785a23 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xdbfec668 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xe3fcd755 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xe4944ed3 snd_cards +EXPORT_SYMBOL sound/core/snd 0xe80db165 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xe9d3ca6e snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xef1c35af snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xf439354e snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-hwdep 0xe7e210e7 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 0x05870c56 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x06b310c9 snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x0a3ec07e snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x0d16a4fa snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x0fe895eb snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x15d1b9f7 snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x1cb91265 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x1cfbd07c snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1e1beb93 snd_pcm_sgbuf_ops_page +EXPORT_SYMBOL sound/core/snd-pcm 0x237a01af snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0x27671237 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x2a6b4d9f snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x2e79d059 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x310aea42 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x34cdca8b snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x382489d3 snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x39d99141 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x3d26a501 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x46880cb4 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x469baecf snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x494218e3 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x53ad3850 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x560424a7 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x5898dcba snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5a8d8de1 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x5d035dab snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x5eec3ba6 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x609a7b1f snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x67c66e42 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x680e9fcf snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x8052cf6e snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8a6f4236 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x8bfb754d snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x90ded260 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x97fb6dc8 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x9d2783a8 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa63ae4ca snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xa80f8ac2 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xb413fc6e snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0xb86c1d12 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbbb3d499 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xc096950c snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0xc1454144 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0xca34c226 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xd052d7e4 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xd4f15171 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xd7bc48c3 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe9bcca34 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xeaea7f5a snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf7896abc snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-pcm 0xffbd64ff snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-rawmidi 0x22a4df26 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2a314bec snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3ab953a3 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4c01afe3 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x59754537 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5a68e515 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x64d0a4fc snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7f34f072 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9e5ccaf4 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa0ab2774 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc1ffa140 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc64c1906 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd4199334 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd879342f snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xde3c6cb3 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe9cbeb89 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xff0d27b9 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-timer 0x06acdbd8 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x1c58242f snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x24aa1c98 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x2ca64d2b snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x4d634a9b snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x5b717a92 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x66658dda snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x81481c6c snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xbaafe3fa snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xc27a6f19 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0xcfc538ba snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xf3a211d2 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xff626938 snd_timer_interrupt +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x8095417c 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 0x142ca23e snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x3ca5203d snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x594c7730 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5c598cbc snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5ecd9377 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x843ec74c snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8e05e1c5 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x93101c34 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa08d5cb7 snd_opl3_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x19c3c3cd snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1e8ab132 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x378617db snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x3c4031fa snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x59408fe3 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x5ddfbdd0 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x7741b72f snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb736cf72 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xcf7d8316 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x025288c5 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0632b922 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0d804dab amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0eec93da amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x14495ec4 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x236d69ed fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x25d814c4 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x29892d25 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3af985ed snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4ace557c fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4af4404e avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x531de9a5 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x57477ea4 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5c435ccc amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x73738de9 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x79f282e1 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa562ed71 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa9bfe92d fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xaa14b3fa amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb0c1fa5c cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb42f18fc amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbc523cdb amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbfc8e850 amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd298a03c fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd661b8f0 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xde272913 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe8634bad amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf3b0d808 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf544c8ff amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf6ce742f fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfd69ef8a cmp_connection_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x8799bfce snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xadb854e8 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xdd2d1d83 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xe233613e snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xfac79fcb snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xfb3b6a96 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x277256b0 snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x443ff9a6 snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x7b6a883c snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x97db9ae5 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xe1d7a1e9 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xe91c0a85 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0ef2e1ac snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x8836a16a snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xac3281f3 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xf6189d64 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x96136e37 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xd73ae110 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x3ae92306 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x7be88837 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xac310d88 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xc7f87524 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xe5d2a729 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xf5372f35 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-i2c 0x16ff5749 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x186a0bcf snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x53d74755 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x62fad7ed snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x6d004051 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x88c11eca snd_i2c_device_free +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x07b75ac6 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x11e1a882 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x1edf93da snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x566ec89f snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x8f2e798f snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa04f7aac snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc6220257 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xe0ac0e62 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xe8de34a9 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xf84cc613 snd_sbdsp_create +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x06a7fe50 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0827e1ee snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0c7772c5 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x17468996 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x291759f8 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2ab328c6 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2c5766fb snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3dcfbf37 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3f744fb4 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x458cd103 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x45f6ec5e snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x60dedd9c snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x82c924b6 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb3eb5991 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb7c71509 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc5200495 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xeca9c9e3 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0x8b1f3a6f hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1cda9612 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1f700cc5 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x40759d8b snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x468cc291 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4bb37dc4 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5f6ea0ba snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xbd3924f0 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd024c885 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe6cfb474 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xabf8487c snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xce653dda snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xda1f6a8d snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0890b5eb oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1afef329 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x24c48234 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x27fbda59 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x32f6e11a oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x37f0ca23 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3aa2202a oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5201742f oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x58dba418 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5a627d7d oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5e7d946a oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5ecb9487 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8871144c oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8fcd25b8 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x975cea62 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9a5dc740 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa68d536a oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xacfd2157 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb4f107e0 oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc3083fbe oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf0c1e94c oxygen_write8_masked +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x0505d8b1 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x19ef21c7 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x9a437b69 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xa43a1fe6 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xbb3c6fc8 snd_trident_stop_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xe662aa97 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x76b2b635 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x021c3689 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x0e38a347 register_sound_midi +EXPORT_SYMBOL sound/soundcore 0x4fa78b06 sound_class +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x88159d80 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xc1cbada4 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xd785cc92 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x37f0411a snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x51c573ff 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 0x7c8000af snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xcd0e7a25 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xd863e40a snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xf8d0d2aa snd_emux_register +EXPORT_SYMBOL sound/synth/snd-util-mem 0x037818a6 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x44c96a1e __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x59a9bba1 __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xbcdf258d snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe0d00177 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe4d264d7 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe9514a57 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xf7a928cd 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 0x91f20df6 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x00050725 inet_del_offload +EXPORT_SYMBOL vmlinux 0x000621de inet_addr_type +EXPORT_SYMBOL vmlinux 0x000996a8 x86_hyper_vmware +EXPORT_SYMBOL vmlinux 0x004e5d23 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x0056777a kobject_init +EXPORT_SYMBOL vmlinux 0x0066e1dd set_pages_x +EXPORT_SYMBOL vmlinux 0x0075b888 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x00777412 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x0078757f i2c_release_client +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x0092d51b i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x0097661b idr_replace +EXPORT_SYMBOL vmlinux 0x00a6f903 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x00b4272c blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e414db netlink_ack +EXPORT_SYMBOL vmlinux 0x00f97d71 bio_advance +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x0110c1c1 notify_change +EXPORT_SYMBOL vmlinux 0x012d84ec find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x015ddbdc wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x019c14ee phy_print_status +EXPORT_SYMBOL vmlinux 0x019d9149 fget_raw +EXPORT_SYMBOL vmlinux 0x01a0ff28 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x01b4c559 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x01b6b2dc bitmap_unplug +EXPORT_SYMBOL vmlinux 0x01b6b3b2 scsi_host_get +EXPORT_SYMBOL vmlinux 0x01f55214 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x01fec2c4 netdev_info +EXPORT_SYMBOL vmlinux 0x02065410 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x021c5233 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x021cd2ad qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x02398b28 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x023e49c5 vfs_read +EXPORT_SYMBOL vmlinux 0x024a7f3c sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x024bf827 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x0257fdcd pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x02607fa2 tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x029010fb blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x029444f0 native_read_tsc +EXPORT_SYMBOL vmlinux 0x02951fb0 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02e335ed devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0x02e35fb2 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x02e94d40 d_validate +EXPORT_SYMBOL vmlinux 0x02fb9c7f agp_create_memory +EXPORT_SYMBOL vmlinux 0x031eb65d irq_set_chip +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x033c8bb8 pci_get_device +EXPORT_SYMBOL vmlinux 0x0340e1eb simple_empty +EXPORT_SYMBOL vmlinux 0x03461b4b security_path_chmod +EXPORT_SYMBOL vmlinux 0x03498156 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036ce0d7 phy_device_create +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x038748da blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x03abb771 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x03ae8cca inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x03c02828 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03c3ed95 netdev_features_change +EXPORT_SYMBOL vmlinux 0x03d9abf8 blk_stop_queue +EXPORT_SYMBOL vmlinux 0x03db8187 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x03dee176 __nla_put +EXPORT_SYMBOL vmlinux 0x03e555d6 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x03ebda85 dns_query +EXPORT_SYMBOL vmlinux 0x03f5b51d set_disk_ro +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x03febe7d dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x043bbd16 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x0461e0ff mnt_unpin +EXPORT_SYMBOL vmlinux 0x046ad01f get_tz_trend +EXPORT_SYMBOL vmlinux 0x0479a962 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x04927208 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04dc95c7 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x04dcc451 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x05073466 set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x0507f80d disk_stack_limits +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x050b685d mmc_release_host +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0527f7e3 keyring_clear +EXPORT_SYMBOL vmlinux 0x0539925d dst_destroy +EXPORT_SYMBOL vmlinux 0x053eb9c3 register_shrinker +EXPORT_SYMBOL vmlinux 0x05577dab set_nlink +EXPORT_SYMBOL vmlinux 0x055c8559 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x055f5839 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x05868186 __blk_run_queue +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05ae0665 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x05afa339 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x05cb18b5 cdev_init +EXPORT_SYMBOL vmlinux 0x05d521db ip6_xmit +EXPORT_SYMBOL vmlinux 0x05de537a unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x0614dabe idr_destroy +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061f4039 acpi_get_table_with_size +EXPORT_SYMBOL vmlinux 0x06286c92 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x06340441 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x064f8765 set_pages_uc +EXPORT_SYMBOL vmlinux 0x06522ca0 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x068c7263 ioremap_cache +EXPORT_SYMBOL vmlinux 0x06b687a1 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x06c0dae5 __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x06d06f24 console_start +EXPORT_SYMBOL vmlinux 0x06d91ccf cdrom_release +EXPORT_SYMBOL vmlinux 0x06e5c8c2 kill_fasync +EXPORT_SYMBOL vmlinux 0x06f77f6f md_write_end +EXPORT_SYMBOL vmlinux 0x06f872ba jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x07175182 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072a3bb7 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x072a58a3 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x072b5359 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073dfa12 generate_resume_trace +EXPORT_SYMBOL vmlinux 0x074a6700 dev_activate +EXPORT_SYMBOL vmlinux 0x075b3a0e neigh_table_clear +EXPORT_SYMBOL vmlinux 0x076eb8c0 scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0x0775a1ed key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x07952f69 __register_chrdev +EXPORT_SYMBOL vmlinux 0x07a4b576 flex_array_free +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07a9b5d5 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x07aa5827 __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x07b055e7 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x07ba8ece scsi_init_io +EXPORT_SYMBOL vmlinux 0x07cb3593 vme_slot_num +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07db6e0e try_to_release_page +EXPORT_SYMBOL vmlinux 0x07dbaa3f dquot_operations +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x08300a9b ip_setsockopt +EXPORT_SYMBOL vmlinux 0x083d9b13 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0846f59a cpu_info +EXPORT_SYMBOL vmlinux 0x0863a9bc sk_ns_capable +EXPORT_SYMBOL vmlinux 0x0866f6c1 lock_fb_info +EXPORT_SYMBOL vmlinux 0x086e84e9 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x086e8a18 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x0897287b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x08ec87ca update_time +EXPORT_SYMBOL vmlinux 0x08f31d08 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x08f64aa4 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x08fa203b pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x08fbc428 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x090cb1c9 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x090d7f57 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x09561c14 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x09596c5d lease_modify +EXPORT_SYMBOL vmlinux 0x0967b24d sock_release +EXPORT_SYMBOL vmlinux 0x09837251 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x098431ba acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x098b6dac proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x099c169f migrate_page +EXPORT_SYMBOL vmlinux 0x099f394f __brelse +EXPORT_SYMBOL vmlinux 0x09a21d8e scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x09bbae0f pcim_iomap +EXPORT_SYMBOL vmlinux 0x09be55ab kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x09c4ece5 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d99d86 x86_hyper_ms_hyperv +EXPORT_SYMBOL vmlinux 0x09fa0551 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x0a122593 __sock_create +EXPORT_SYMBOL vmlinux 0x0a23aab6 datagram_poll +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a3c024e skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x0a452d18 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x0a4f202a sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x0a513247 get_cached_acl +EXPORT_SYMBOL vmlinux 0x0a6f6b8a rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7c2c51 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x0aa179b1 user_path_create +EXPORT_SYMBOL vmlinux 0x0aad45e6 input_register_handler +EXPORT_SYMBOL vmlinux 0x0abd8936 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ae1f574 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x0af6b254 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x0b00360b devm_clk_put +EXPORT_SYMBOL vmlinux 0x0b065146 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b165d83 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2611e7 dev_mc_del +EXPORT_SYMBOL vmlinux 0x0b376f36 module_refcount +EXPORT_SYMBOL vmlinux 0x0b4d851d skb_pad +EXPORT_SYMBOL vmlinux 0x0b5fad66 skb_clone +EXPORT_SYMBOL vmlinux 0x0b633b61 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b849eb2 read_dev_sector +EXPORT_SYMBOL vmlinux 0x0b90f55e cap_mmap_file +EXPORT_SYMBOL vmlinux 0x0b9223b9 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x0b9c1243 kset_unregister +EXPORT_SYMBOL vmlinux 0x0ba54e2d elevator_change +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd3193e end_page_writeback +EXPORT_SYMBOL vmlinux 0x0bf7315b ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x0c2afe9c softnet_data +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c5567b6 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c67b616 set_page_dirty +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c9e1eed dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x0c9f4295 __inet6_hash +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca7b7a8 acpi_check_region +EXPORT_SYMBOL vmlinux 0x0ca85641 arp_create +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cdb7d12 __kernel_fpu_begin +EXPORT_SYMBOL vmlinux 0x0cf01d84 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x0d0e77db arp_find +EXPORT_SYMBOL vmlinux 0x0d0f6ba7 __seq_open_private +EXPORT_SYMBOL vmlinux 0x0d2628e3 start_tty +EXPORT_SYMBOL vmlinux 0x0d3dca76 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x0d3dda14 acpi_get_type +EXPORT_SYMBOL vmlinux 0x0d3ebbcf tcp_prequeue +EXPORT_SYMBOL vmlinux 0x0d464dac dev_uc_flush +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d80efb5 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0x0d8e3992 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dc2a108 mount_bdev +EXPORT_SYMBOL vmlinux 0x0de53395 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x0dfaefef bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x0e1cff70 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x0e271739 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x0e408efb request_firmware +EXPORT_SYMBOL vmlinux 0x0e441a19 md_done_sync +EXPORT_SYMBOL vmlinux 0x0e5ef567 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x0e6aea1b d_tmpfile +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e74b4e4 simple_getattr +EXPORT_SYMBOL vmlinux 0x0e80d506 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed8cc7b acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x0ef27693 dma_supported +EXPORT_SYMBOL vmlinux 0x0ef31122 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f051013 efi +EXPORT_SYMBOL vmlinux 0x0f22471d blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x0f2e4943 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x0f357cf0 prepare_binprm +EXPORT_SYMBOL vmlinux 0x0f401758 compat_sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x0f4154cd bio_copy_user +EXPORT_SYMBOL vmlinux 0x0f439161 dquot_destroy +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f58ce35 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x0f5913d8 bio_init +EXPORT_SYMBOL vmlinux 0x0f68614c __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x0f686f25 agp_copy_info +EXPORT_SYMBOL vmlinux 0x0f6c6609 tty_write_room +EXPORT_SYMBOL vmlinux 0x0f6dbf6e inet6_protos +EXPORT_SYMBOL vmlinux 0x0f7e8653 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x0f9cdb84 drop_super +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fcaf75a dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x0fd00a68 acpi_clear_event +EXPORT_SYMBOL vmlinux 0x0fecd89a __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x0ffbf720 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x101d23a4 netif_skb_features +EXPORT_SYMBOL vmlinux 0x1041d5fc scsi_unregister +EXPORT_SYMBOL vmlinux 0x10646582 vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x1076a8b6 make_kprojid +EXPORT_SYMBOL vmlinux 0x10804489 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x10950ee1 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x10a58c42 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x10bfc5b7 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x10cfb942 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x10d001af generic_block_bmap +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110f7ecb __sk_dst_check +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x114d966c vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x115fb11a phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1177be5c md_unregister_thread +EXPORT_SYMBOL vmlinux 0x117b1d00 padata_do_serial +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x11bceb65 dst_release +EXPORT_SYMBOL vmlinux 0x11dca345 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x11e88052 revert_creds +EXPORT_SYMBOL vmlinux 0x11ea3969 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120156b3 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x12102e9d devm_iounmap +EXPORT_SYMBOL vmlinux 0x1249db1f tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x1258beec free_netdev +EXPORT_SYMBOL vmlinux 0x12615962 replace_mount_options +EXPORT_SYMBOL vmlinux 0x12707a85 phy_driver_register +EXPORT_SYMBOL vmlinux 0x129ab7ad md_finish_reshape +EXPORT_SYMBOL vmlinux 0x129de341 wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x12a3287b neigh_event_ns +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12cd2dea amd_northbridges +EXPORT_SYMBOL vmlinux 0x12ceeb0e scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x12da7f3b blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x12dfeb12 vprintk_emit +EXPORT_SYMBOL vmlinux 0x12e6880a generic_setlease +EXPORT_SYMBOL vmlinux 0x12fee52d mdiobus_write +EXPORT_SYMBOL vmlinux 0x1305d532 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x1307e0d3 __break_lease +EXPORT_SYMBOL vmlinux 0x130a3d52 down_read +EXPORT_SYMBOL vmlinux 0x131c3c9e input_release_device +EXPORT_SYMBOL vmlinux 0x1320cde0 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x1321245b bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x132f86ad agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13315729 flex_array_alloc +EXPORT_SYMBOL vmlinux 0x133ff639 get_agp_version +EXPORT_SYMBOL vmlinux 0x13482fa3 from_kgid +EXPORT_SYMBOL vmlinux 0x13a68b9d inet_csk_accept +EXPORT_SYMBOL vmlinux 0x13bdf6c8 dquot_resume +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d0f835 ip6_route_output +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x143687b2 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x1455ea1e jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x147d53cd scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x149b8494 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x14a1b6ed dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x14cc0cd3 key_invalidate +EXPORT_SYMBOL vmlinux 0x14da6863 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x14de70dd cdrom_open +EXPORT_SYMBOL vmlinux 0x14efcd84 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x14efe0cd netif_rx +EXPORT_SYMBOL vmlinux 0x150389d6 acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0x15050612 netif_napi_del +EXPORT_SYMBOL vmlinux 0x1508db49 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x1529e2c1 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x152ec008 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x1531761b neigh_parms_release +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x1592e69f cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x15934c83 file_ns_capable +EXPORT_SYMBOL vmlinux 0x15c00bc8 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x15d7876f kmem_cache_free +EXPORT_SYMBOL vmlinux 0x15f0fa91 init_net +EXPORT_SYMBOL vmlinux 0x16065f4e fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x160a8401 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x160ea4c8 sfi_disabled +EXPORT_SYMBOL vmlinux 0x1616cb30 acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x1637ff0f _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x16405aca scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x164d743b pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x1677d472 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x1688fd5e pid_task +EXPORT_SYMBOL vmlinux 0x16be7312 mpage_readpages +EXPORT_SYMBOL vmlinux 0x16f1dc27 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x170ad842 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x170c25ee acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x170ef5da netif_device_attach +EXPORT_SYMBOL vmlinux 0x1714e692 init_special_inode +EXPORT_SYMBOL vmlinux 0x172c96a8 devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0x173f739f input_inject_event +EXPORT_SYMBOL vmlinux 0x1767950e skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x177471ba inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x178d1665 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x1793f685 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x179d294c mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17b64d09 dqstats +EXPORT_SYMBOL vmlinux 0x17d704b9 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x17e03f39 pci_release_regions +EXPORT_SYMBOL vmlinux 0x17ee3fb3 put_page +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x180a6d3b scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x181ab35d sock_register +EXPORT_SYMBOL vmlinux 0x1833b259 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x18363ff4 bdi_init +EXPORT_SYMBOL vmlinux 0x1839db67 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x187e6a90 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x1899e542 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x189ebb1b vc_cons +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18d0cdb4 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x18d6bf0b pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x18eabfcf queue_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x18edc374 vme_bus_num +EXPORT_SYMBOL vmlinux 0x1922429f memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x19314f89 read_code +EXPORT_SYMBOL vmlinux 0x1941a44c dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x19444627 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0x19708d74 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x19923b3b acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19ad8d77 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19cb95c4 ilookup5 +EXPORT_SYMBOL vmlinux 0x19cefaee pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x1a15a251 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x1a3b8a65 elevator_exit +EXPORT_SYMBOL vmlinux 0x1a40a178 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a686258 genl_notify +EXPORT_SYMBOL vmlinux 0x1a853827 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1add7716 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x1addef26 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x1afb1aaa acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x1afdb579 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b1afffe scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b353088 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0x1b3e67e5 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x1b570d23 acpi_warning +EXPORT_SYMBOL vmlinux 0x1b5c12f7 blkdev_get +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b7be09e poll_freewait +EXPORT_SYMBOL vmlinux 0x1b7f0395 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b864bf7 igrab +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b8d79e6 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x1b8f84e8 amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1ba19a5f rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x1bdc26cf sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x1bf7e27a pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x1bfc38c9 pci_get_class +EXPORT_SYMBOL vmlinux 0x1c21d23d acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x1c22bbed inet6_getname +EXPORT_SYMBOL vmlinux 0x1c2aa333 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x1c35cb2b scsi_print_command +EXPORT_SYMBOL vmlinux 0x1c3b8f68 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x1c7a5dcc xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x1c8a04b0 acpi_reset +EXPORT_SYMBOL vmlinux 0x1c99d23c netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x1ca0d19a dev_add_offload +EXPORT_SYMBOL vmlinux 0x1ca2d7b8 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x1cbea8fd idr_init +EXPORT_SYMBOL vmlinux 0x1d2a1608 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x1d5d4103 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x1d6257c3 netif_device_detach +EXPORT_SYMBOL vmlinux 0x1d6a5929 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x1d7817c4 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x1db22140 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x1db7706b __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x1dbfcf9d vm_mmap +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de74f72 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0x1dfbeb44 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e0c2be4 ioremap_wc +EXPORT_SYMBOL vmlinux 0x1e1c9120 should_remove_suid +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e2d06c6 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x1e32113d ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x1e339a5e abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e84c704 single_open_size +EXPORT_SYMBOL vmlinux 0x1e9073ef bio_split +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea50038 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x1eae2d28 invalidate_partition +EXPORT_SYMBOL vmlinux 0x1eb0c879 dump_trace +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ecf32b6 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x1ed701b4 up_write +EXPORT_SYMBOL vmlinux 0x1ee8c1ac padata_do_parallel +EXPORT_SYMBOL vmlinux 0x1f28a36c mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x1f3f2af1 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x1f4a0cf0 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x1f525630 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x1f6ce67a sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1f72747d eth_header +EXPORT_SYMBOL vmlinux 0x1f7c7f1c skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x1f8676eb _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x1f94af36 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x1fa829de vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x1fb48799 d_add_ci +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x1fee782e devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x1ffc39f1 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x2005e68a acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x20092385 acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x200f3669 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x203c7804 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x2044aea7 amd_iommu_pc_get_max_banks +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x2059a447 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x206bc26d qdisc_destroy +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x208739f6 acpi_load_table +EXPORT_SYMBOL vmlinux 0x20984be8 bio_put +EXPORT_SYMBOL vmlinux 0x209c1bc6 make_kuid +EXPORT_SYMBOL vmlinux 0x209fa749 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20abc15b acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0x20b259f6 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20b74160 flush_signals +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20f0f573 __ps2_command +EXPORT_SYMBOL vmlinux 0x2132be91 alloc_file +EXPORT_SYMBOL vmlinux 0x2143be3e xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x216cc618 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x219e5dd2 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x21c8ae2e skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x21d32c28 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x21dbf4a3 blk_start_request +EXPORT_SYMBOL vmlinux 0x21e0ea22 acpi_get_id +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2240ecb5 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x224dcd33 block_write_begin +EXPORT_SYMBOL vmlinux 0x22560c9c scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x22790906 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x227f87fa inet_add_offload +EXPORT_SYMBOL vmlinux 0x22883f93 sock_wfree +EXPORT_SYMBOL vmlinux 0x22985ef7 __init_rwsem +EXPORT_SYMBOL vmlinux 0x229fbd40 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x22b2b930 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b7294d icmpv6_send +EXPORT_SYMBOL vmlinux 0x22d909c6 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x22ee7ed0 generic_setxattr +EXPORT_SYMBOL vmlinux 0x22f675f8 fsync_bdev +EXPORT_SYMBOL vmlinux 0x22feba14 tcp_prot +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x232bbaaa proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x23355156 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x2339df9a nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x234a9e06 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x2354430f tcp_seq_open +EXPORT_SYMBOL vmlinux 0x2355671f remove_arg_zero +EXPORT_SYMBOL vmlinux 0x23631d62 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x2363f9f6 key_type_keyring +EXPORT_SYMBOL vmlinux 0x238a4f28 add_disk +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23cf69b4 inet_select_addr +EXPORT_SYMBOL vmlinux 0x23d59db6 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24140ba5 uart_match_port +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x2423efef dquot_acquire +EXPORT_SYMBOL vmlinux 0x2430d1b0 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x247175e1 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x247da1ae blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x248da871 down_read_trylock +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x2515394a fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x25390873 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x25431208 input_free_device +EXPORT_SYMBOL vmlinux 0x2545971f simple_link +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x2595848a block_truncate_page +EXPORT_SYMBOL vmlinux 0x259e305e __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x25b75794 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25c96d12 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x25cd4e89 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x25d4778e devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x25d761d3 account_page_redirty +EXPORT_SYMBOL vmlinux 0x25e93b93 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x262e40c5 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x263122f8 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x26383719 fb_class +EXPORT_SYMBOL vmlinux 0x26393859 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263daa75 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x2665d53a key_create_or_update +EXPORT_SYMBOL vmlinux 0x266b93a5 generic_listxattr +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x2688a0e0 kernel_sendpage +EXPORT_SYMBOL vmlinux 0x26948d96 copy_user_enhanced_fast_string +EXPORT_SYMBOL vmlinux 0x26b5cc34 d_alloc_name +EXPORT_SYMBOL vmlinux 0x26d4de85 ps2_command +EXPORT_SYMBOL vmlinux 0x26db53d9 devm_ioremap +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26f79fcb i2c_master_recv +EXPORT_SYMBOL vmlinux 0x26f94cd9 alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x2712f4f5 crc32_le_combine +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x2725d0d7 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x272d394e mtrr_del +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x2751df1c pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x2771ac9b unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x27751196 acpi_pm_device_run_wake +EXPORT_SYMBOL vmlinux 0x2784a42d vme_irq_request +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27a64aef brioctl_set +EXPORT_SYMBOL vmlinux 0x27a6da27 vfs_writev +EXPORT_SYMBOL vmlinux 0x27ae7d0c ec_transaction +EXPORT_SYMBOL vmlinux 0x27b68e62 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c2b880 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x27c33efe csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x28028acc abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28318305 snprintf +EXPORT_SYMBOL vmlinux 0x28426786 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x2842d20c ip_ct_attach +EXPORT_SYMBOL vmlinux 0x2866e15c __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x2870a18c put_io_context +EXPORT_SYMBOL vmlinux 0x28784c3a blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x2899a7df vga_put +EXPORT_SYMBOL vmlinux 0x28a07ff9 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x28a2b29f radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28abfe6e scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x28ad9c02 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x28c2f017 tty_mutex +EXPORT_SYMBOL vmlinux 0x28df0b40 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x28eab175 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x28f35b35 inet_listen +EXPORT_SYMBOL vmlinux 0x29063d59 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x291830d8 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x291fc6bf dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x29336be4 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x293a02b7 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x294a6fff xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x296b5e96 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x297b2a5a module_layout +EXPORT_SYMBOL vmlinux 0x298c58d5 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x299fd358 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x29c9c443 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x29ce580d eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x29f53e24 __kfree_skb +EXPORT_SYMBOL vmlinux 0x29fc1518 pci_bus_put +EXPORT_SYMBOL vmlinux 0x2a2c55ef tcp_release_cb +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a8c8bf8 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x2ab0ed89 vfs_create +EXPORT_SYMBOL vmlinux 0x2abb6125 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x2abbb5ed __get_user_pages +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b0e64eb tcp_check_req +EXPORT_SYMBOL vmlinux 0x2b14617e pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x2b27a4d9 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b43454b netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x2b4b04b7 genphy_read_status +EXPORT_SYMBOL vmlinux 0x2b4d3a7a tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x2b51837e proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x2b80858e inet6_add_offload +EXPORT_SYMBOL vmlinux 0x2b90694c skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bb55d6e acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x2bccbad7 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x2bd0e58a skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x2bd452b7 inet_frags_init +EXPORT_SYMBOL vmlinux 0x2bd59f8c tcf_hash_release +EXPORT_SYMBOL vmlinux 0x2bd75c29 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x2bdad880 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x2be31001 dev_get_flags +EXPORT_SYMBOL vmlinux 0x2bf9884e tty_port_put +EXPORT_SYMBOL vmlinux 0x2bf9b1d4 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x2bfeb410 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x2c04871a generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x2c0cc079 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x2c224067 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c4d79c2 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x2c531f28 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x2c6bfd2d pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x2c6c3150 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x2c72b368 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2c9fa878 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x2ca319a6 wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x2cbdcb1f open_exec +EXPORT_SYMBOL vmlinux 0x2cd22d9d follow_down +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d144e21 rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x2d1a350c jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d33206e pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d47a09c filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x2d5b4afa pci_request_region +EXPORT_SYMBOL vmlinux 0x2d7c9dfb truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d8def3c nobh_write_end +EXPORT_SYMBOL vmlinux 0x2d981aec PDE_DATA +EXPORT_SYMBOL vmlinux 0x2da2c195 tcp_proc_register +EXPORT_SYMBOL vmlinux 0x2da58ba9 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x2da806af scsi_host_put +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dd9a36b flex_array_shrink +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2dedc4c2 acpi_format_exception +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2e035151 bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x2e0d2f7f queue_work_on +EXPORT_SYMBOL vmlinux 0x2e0e7bad con_is_bound +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e5385e7 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x2e5a704c udp_table +EXPORT_SYMBOL vmlinux 0x2e650c49 compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x2e7eda60 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x2e89e402 agp_bridge +EXPORT_SYMBOL vmlinux 0x2e8d5406 qdisc_list_add +EXPORT_SYMBOL vmlinux 0x2e8e5314 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x2e971db0 lookup_bdev +EXPORT_SYMBOL vmlinux 0x2eb3a9bb loop_backing_file +EXPORT_SYMBOL vmlinux 0x2ec92d99 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x2ede9607 node_data +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f0207c0 register_gifconf +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f2f7bc0 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f3c7722 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x2f5b1689 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x2f710391 get_io_context +EXPORT_SYMBOL vmlinux 0x2f81878c pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x2faa907e tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x2fb3750c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fc782e8 udp_proc_register +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe676e0 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x2ff063b5 acpi_get_name +EXPORT_SYMBOL vmlinux 0x3007a020 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x301d3061 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x301fbc4b mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x3020a532 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x303d1c61 netdev_alert +EXPORT_SYMBOL vmlinux 0x304b827a n_tty_compat_ioctl_helper +EXPORT_SYMBOL vmlinux 0x30693302 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x3079bdc1 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x307e22e0 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x3082796f twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x30861348 acpi_device_hid +EXPORT_SYMBOL vmlinux 0x30a4bbe2 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30c883f9 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x30d14385 bio_copy_data +EXPORT_SYMBOL vmlinux 0x30d31b7e __neigh_event_send +EXPORT_SYMBOL vmlinux 0x30d7e19c inc_nlink +EXPORT_SYMBOL vmlinux 0x30e22fd8 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x30ea6dc0 bmap +EXPORT_SYMBOL vmlinux 0x30f728a3 ihold +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x3121076f sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x3121ba8d d_set_d_op +EXPORT_SYMBOL vmlinux 0x31269886 inet_bind +EXPORT_SYMBOL vmlinux 0x312e9379 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x31366912 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x31535846 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x3168637c put_disk +EXPORT_SYMBOL vmlinux 0x318b459a sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x319e0726 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x31de3a25 tty_port_init +EXPORT_SYMBOL vmlinux 0x31e587ef __secpath_destroy +EXPORT_SYMBOL vmlinux 0x31e76b57 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0x31ef261e xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x3202435a wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x3215a687 vfs_unlink +EXPORT_SYMBOL vmlinux 0x32246e68 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x323cccb0 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x3270d314 vga_get +EXPORT_SYMBOL vmlinux 0x32a4466c tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x32c7f7a4 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x32c86fbe blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x32debb16 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x32e16ef8 netif_napi_add +EXPORT_SYMBOL vmlinux 0x32eafb1b always_delete_dentry +EXPORT_SYMBOL vmlinux 0x332e65b3 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x33373db4 compat_sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x333cb37c __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x3354ad91 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x337b7b75 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x338082e0 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x339be401 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x33a0cfaf generic_file_fsync +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33cfa666 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fb97fd sk_wait_data +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x34144d5f clk_get +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341cbed2 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x341d5bdc led_set_brightness +EXPORT_SYMBOL vmlinux 0x3420322e page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x343b6e4e blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x344e7f96 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x344f7126 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x3459f260 dquot_commit +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x34952031 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34b6b19e vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x34d4247f max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x34e1952b try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x34e21dc0 register_sysctl +EXPORT_SYMBOL vmlinux 0x34f22f94 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34fcc186 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x35196063 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x353e21e3 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x356eeb2e blk_sync_queue +EXPORT_SYMBOL vmlinux 0x35738b7c gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x35a0637b _raw_read_unlock +EXPORT_SYMBOL vmlinux 0x35b44a1a udp_ioctl +EXPORT_SYMBOL vmlinux 0x35b84733 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x35c4ba3a dev_get_by_name +EXPORT_SYMBOL vmlinux 0x35cd7ceb pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x35d66cfb devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x35d99ce2 ata_port_printk +EXPORT_SYMBOL vmlinux 0x35e06ffa blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x35e1a192 kfree_put_link +EXPORT_SYMBOL vmlinux 0x35e412f4 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x35eecf3f twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x3604d154 ida_pre_get +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x362f8801 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x3638ee9b blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x36658ea8 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x366e81a8 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x367233eb compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x367f630f pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x368142b4 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x369e1115 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36bfed4c jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x36c117b5 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x36cd85cc mmc_put_card +EXPORT_SYMBOL vmlinux 0x36d4943d pci_write_vpd +EXPORT_SYMBOL vmlinux 0x36f9166a km_is_alive +EXPORT_SYMBOL vmlinux 0x3701a196 csum_partial_copy_to_user +EXPORT_SYMBOL vmlinux 0x3706e9c6 dev_change_flags +EXPORT_SYMBOL vmlinux 0x3726572d bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x372b61b0 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x372e688c pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x37315901 bdi_destroy +EXPORT_SYMBOL vmlinux 0x37354846 f_setown +EXPORT_SYMBOL vmlinux 0x373941d9 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x376806fc tcf_hash_create +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37b57d69 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37fc43b4 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0x37fd6bd2 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x38025b42 uart_resume_port +EXPORT_SYMBOL vmlinux 0x38099e13 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x382ee122 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x3832b268 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0x3849cc8c adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x3868dd8c i2c_transfer +EXPORT_SYMBOL vmlinux 0x3870a8b8 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x38914c63 seq_write +EXPORT_SYMBOL vmlinux 0x389bfe0d rtc_lock +EXPORT_SYMBOL vmlinux 0x389e1d53 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38ac1d02 mddev_congested +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38c0d2ef tty_register_driver +EXPORT_SYMBOL vmlinux 0x38ceceb9 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x38d370c0 write_inode_now +EXPORT_SYMBOL vmlinux 0x38eb579a kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x38f33bed dump_fpu +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x3930acf2 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x399dfce4 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x39a055f3 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x39b6423e __frontswap_load +EXPORT_SYMBOL vmlinux 0x39bb372f dq_data_lock +EXPORT_SYMBOL vmlinux 0x39d94b8c vfs_llseek +EXPORT_SYMBOL vmlinux 0x39e15220 register_filesystem +EXPORT_SYMBOL vmlinux 0x39f71d0f irq_stat +EXPORT_SYMBOL vmlinux 0x3a053d82 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a20ff73 __crc32c_le +EXPORT_SYMBOL vmlinux 0x3a28c617 dquot_enable +EXPORT_SYMBOL vmlinux 0x3a32839e intel_gtt_chipset_flush +EXPORT_SYMBOL vmlinux 0x3a4eb538 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x3a71ffb3 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x3a75c64b do_sync_read +EXPORT_SYMBOL vmlinux 0x3a92cb96 scsi_add_device +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3a9b6fbe tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x3aa35e83 may_umount_tree +EXPORT_SYMBOL vmlinux 0x3aae774e __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x3afb52b1 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x3affb59e register_key_type +EXPORT_SYMBOL vmlinux 0x3affc649 tty_vhangup +EXPORT_SYMBOL vmlinux 0x3b130bc7 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x3b39c860 skb_dequeue +EXPORT_SYMBOL vmlinux 0x3b401fba done_path_create +EXPORT_SYMBOL vmlinux 0x3b47dd17 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x3b79e236 blk_get_request +EXPORT_SYMBOL vmlinux 0x3bc03588 dev_deactivate +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bd8971e proc_set_user +EXPORT_SYMBOL vmlinux 0x3beb690b lg_local_unlock +EXPORT_SYMBOL vmlinux 0x3bf1d62b dev_warn +EXPORT_SYMBOL vmlinux 0x3bf3753e have_submounts +EXPORT_SYMBOL vmlinux 0x3c02538c amd_iommu_get_v2_domain +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c483012 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x3c5c9d5a register_cdrom +EXPORT_SYMBOL vmlinux 0x3c694bc4 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x3c6cc9d4 inet_sendpage +EXPORT_SYMBOL vmlinux 0x3c6f04a3 try_module_get +EXPORT_SYMBOL vmlinux 0x3c775017 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c82d4cd _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x3c96ac08 compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3caa1311 qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x3cd1ef6d inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0x3cd2b313 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x3cd9d22d scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x3ce27d9f audit_log_task_info +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce88e94 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x3cfdd39e inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x3d36d5a8 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x3d3fba6c tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x3d4f4935 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x3d5844b3 strnicmp +EXPORT_SYMBOL vmlinux 0x3d668618 find_get_entry +EXPORT_SYMBOL vmlinux 0x3d7c1ed7 msrs_alloc +EXPORT_SYMBOL vmlinux 0x3d91c8c0 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x3d9e533d dev_open +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3dbc57ab mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x3dc0846e get_super +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3df52ed7 sk_common_release +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0218f1 nf_reinject +EXPORT_SYMBOL vmlinux 0x3e2ae3a8 acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0x3e64b717 d_alloc +EXPORT_SYMBOL vmlinux 0x3e69f092 mdiobus_read +EXPORT_SYMBOL vmlinux 0x3e79ce2a tso_start +EXPORT_SYMBOL vmlinux 0x3e7f297b __scsi_add_device +EXPORT_SYMBOL vmlinux 0x3e83b595 __lock_page +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e8b0c20 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3eb8d30e mmc_remove_host +EXPORT_SYMBOL vmlinux 0x3ec230d5 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ee7c647 would_dump +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f214e46 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x3f26b96b max8925_reg_read +EXPORT_SYMBOL vmlinux 0x3f2c827a install_exec_creds +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f55d658 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x3f589918 dqget +EXPORT_SYMBOL vmlinux 0x3f6b6521 generic_make_request +EXPORT_SYMBOL vmlinux 0x3f71faa1 mempool_create +EXPORT_SYMBOL vmlinux 0x3f90fdd3 bio_phys_segments +EXPORT_SYMBOL vmlinux 0x3f92b2a5 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x3fb8a666 seq_puts +EXPORT_SYMBOL vmlinux 0x3fb8ff33 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x3fdf3429 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe79505 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x400403e2 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x401259d1 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x40256835 complete_all +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x40554cc8 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x405dba1b netif_receive_skb +EXPORT_SYMBOL vmlinux 0x4064673f xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x40845028 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x4097fa45 acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c34d8e dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c89d46 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40e22569 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x40fbc381 skb_find_text +EXPORT_SYMBOL vmlinux 0x40fc5e1e blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x4109300c skb_copy +EXPORT_SYMBOL vmlinux 0x41336d7f set_security_override +EXPORT_SYMBOL vmlinux 0x413aea4f set_bdi_congested +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x417bd282 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x417d9cec inet_getname +EXPORT_SYMBOL vmlinux 0x41824c4f framebuffer_release +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418ae89f xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x41b57f65 tcp_close +EXPORT_SYMBOL vmlinux 0x41d3ceda unregister_quota_format +EXPORT_SYMBOL vmlinux 0x41f47c1b pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x42047acd phy_init_eee +EXPORT_SYMBOL vmlinux 0x420ccb02 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x4225b626 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x42350e8d ucs2_strlen +EXPORT_SYMBOL vmlinux 0x4237dccf proto_unregister +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x42741c8e ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x429e11a1 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42b388d6 __nla_reserve +EXPORT_SYMBOL vmlinux 0x42c8de35 ioremap_nocache +EXPORT_SYMBOL vmlinux 0x42ccc343 blk_run_queue +EXPORT_SYMBOL vmlinux 0x42e36e8d noop_qdisc +EXPORT_SYMBOL vmlinux 0x42eff4c7 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x42f86844 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x430987e7 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x430d4306 bdevname +EXPORT_SYMBOL vmlinux 0x431b3306 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x43261dca _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x434d623c inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x4386e2e1 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x43a24b32 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x43a6d5ae netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x43ae4095 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43baaf38 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x44067a89 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x4412c29d iput +EXPORT_SYMBOL vmlinux 0x443904cd scsi_finish_command +EXPORT_SYMBOL vmlinux 0x4443eb27 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x4476e9e2 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x448b9520 security_mmap_file +EXPORT_SYMBOL vmlinux 0x448eac3e kmemdup +EXPORT_SYMBOL vmlinux 0x44957c61 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a81d5f acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44ae5d2d request_key +EXPORT_SYMBOL vmlinux 0x44cc233f pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x44e2421d blk_put_request +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44ec3143 vm_map_ram +EXPORT_SYMBOL vmlinux 0x44f8c9b9 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x44fa2086 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x45044497 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x452728a6 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x4527341b __sb_end_write +EXPORT_SYMBOL vmlinux 0x4538e2bd pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4546cf44 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x45586c38 nf_log_packet +EXPORT_SYMBOL vmlinux 0x4561b925 sock_no_accept +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x4598a3dd sk_receive_skb +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45ba5804 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x45c04a2b tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x45c6b929 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x45d981b1 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x45e9ddd8 nobh_writepage +EXPORT_SYMBOL vmlinux 0x45eca803 pci_match_id +EXPORT_SYMBOL vmlinux 0x45fd4d47 sock_no_poll +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x4621087d __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x4629334c __preempt_count +EXPORT_SYMBOL vmlinux 0x463b56af __skb_checksum +EXPORT_SYMBOL vmlinux 0x463f9b04 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x46b73c73 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x46ba3c61 skb_seq_read +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46d99b15 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x46f150c9 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x473bf8aa agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x475f010b acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x4765e9f7 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x4774d006 dev_mc_add +EXPORT_SYMBOL vmlinux 0x477e6dcb amd_iommu_pc_get_set_reg_val +EXPORT_SYMBOL vmlinux 0x478066ad init_page_accessed +EXPORT_SYMBOL vmlinux 0x47830d92 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x478d10b2 ht_destroy_irq +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x47947b16 no_llseek +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47f50df3 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x4806151b scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x480626b5 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481cb9ab acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x48780186 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x487ca8f3 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x488fed4e simple_transaction_get +EXPORT_SYMBOL vmlinux 0x48a0c7f9 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48d3a35e skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x48d50e79 amd_iommu_register_ppr_notifier +EXPORT_SYMBOL vmlinux 0x48d5ee21 set_groups +EXPORT_SYMBOL vmlinux 0x48e356a3 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x48f60b31 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0x48fd5f7d jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x49038c8c copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x495734e5 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x495d3f7f tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x497bc554 security_path_truncate +EXPORT_SYMBOL vmlinux 0x49a945ca scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49d2a7b9 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x49df7f72 x86_hyper_xen_hvm +EXPORT_SYMBOL vmlinux 0x49e2d150 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x4a12c68d give_up_console +EXPORT_SYMBOL vmlinux 0x4a2d2994 ppp_input_error +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a5b878b tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x4a699f99 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x4a7661f7 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x4a925e84 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x4a937a83 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x4aa51f6d pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x4aad52d7 mempool_free +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4ac91a94 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4ad6cbf6 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x4aefacc4 blk_fetch_request +EXPORT_SYMBOL vmlinux 0x4af75ae8 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b061d73 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x4b06d2e7 complete +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b22d172 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x4b299472 touch_buffer +EXPORT_SYMBOL vmlinux 0x4b3408c3 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b996e3a input_get_keycode +EXPORT_SYMBOL vmlinux 0x4bacb298 dev_mc_init +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4be42068 do_splice_direct +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c180826 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x4c236f13 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x4c381e5a pci_disable_device +EXPORT_SYMBOL vmlinux 0x4c3884d8 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x4c450629 vga_tryget +EXPORT_SYMBOL vmlinux 0x4c47cce2 ip6_frag_match +EXPORT_SYMBOL vmlinux 0x4c4fef19 kernel_stack +EXPORT_SYMBOL vmlinux 0x4c5f4246 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x4c686028 unlock_rename +EXPORT_SYMBOL vmlinux 0x4c68b876 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x4c6e4d73 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x4c6e878d inet6_release +EXPORT_SYMBOL vmlinux 0x4c86ac5f bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base +EXPORT_SYMBOL vmlinux 0x4ca9669f scnprintf +EXPORT_SYMBOL vmlinux 0x4cb877b0 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x4cbb2510 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc85c2c tty_set_operations +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cdc6eca unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x4cdd9287 kern_path +EXPORT_SYMBOL vmlinux 0x4cdf4467 kthread_stop +EXPORT_SYMBOL vmlinux 0x4d04c1f6 tty_free_termios +EXPORT_SYMBOL vmlinux 0x4d067635 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x4d1023f8 mempool_resize +EXPORT_SYMBOL vmlinux 0x4d241f00 alloc_pages_current +EXPORT_SYMBOL vmlinux 0x4d6277ad inode_init_once +EXPORT_SYMBOL vmlinux 0x4d716b42 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x4d7deb32 d_path +EXPORT_SYMBOL vmlinux 0x4d8410e9 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x4d861083 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x4d89bb0d tty_check_change +EXPORT_SYMBOL vmlinux 0x4d93906c sock_edemux +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4daa360a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x4db58164 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x4db5cb4b blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x4dbbf4d0 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x4dbc56d9 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x4dbf67e8 skb_insert +EXPORT_SYMBOL vmlinux 0x4dcabe69 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x4de1fc58 path_get +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4debbbc0 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e2be5e7 sk_filter +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e55490b inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e7cf49c blk_delay_queue +EXPORT_SYMBOL vmlinux 0x4e8059f1 security_path_symlink +EXPORT_SYMBOL vmlinux 0x4e8d07ea fb_get_mode +EXPORT_SYMBOL vmlinux 0x4e8e64a5 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x4e8f8639 setup_new_exec +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eb46b01 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x4eb60b64 nla_reserve +EXPORT_SYMBOL vmlinux 0x4ed42831 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x4edd72f7 block_all_signals +EXPORT_SYMBOL vmlinux 0x4ee58672 proc_remove +EXPORT_SYMBOL vmlinux 0x4eeec863 skb_make_writable +EXPORT_SYMBOL vmlinux 0x4eff58fe xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x4f1bb2c7 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f3c9453 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f5a52d6 pv_mmu_ops +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6b400b _copy_from_user +EXPORT_SYMBOL vmlinux 0x4f783f30 acpi_read +EXPORT_SYMBOL vmlinux 0x4f841abe textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x4f8b5ddb _copy_to_user +EXPORT_SYMBOL vmlinux 0x4fa9649f jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x4fa9ca79 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x4fd65875 lock_may_read +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fef1972 pipe_lock +EXPORT_SYMBOL vmlinux 0x4ff7dca2 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x500bd43b __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x500f2aca locks_free_lock +EXPORT_SYMBOL vmlinux 0x5013bb14 devm_clk_get +EXPORT_SYMBOL vmlinux 0x501a7314 unregister_console +EXPORT_SYMBOL vmlinux 0x50277348 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x50529870 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x50538232 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x5066aeeb nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x508383f8 seq_pad +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a62569 scsi_register +EXPORT_SYMBOL vmlinux 0x50a8dea6 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50ba769a kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x50cf407d xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x50cfd318 vme_irq_free +EXPORT_SYMBOL vmlinux 0x50d24af3 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x50d2592d hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x50d5cfeb pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50ddbcce __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50e23a4a filp_close +EXPORT_SYMBOL vmlinux 0x50e98ad6 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x50e9b150 I_BDEV +EXPORT_SYMBOL vmlinux 0x50f6827d input_register_handle +EXPORT_SYMBOL vmlinux 0x50f6f2ed xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0x51164ad9 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x511ab427 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x512b7c7f proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x514fbed1 free_task +EXPORT_SYMBOL vmlinux 0x516065b7 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x51692163 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x5179a8c6 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x517f2adf pagecache_get_page +EXPORT_SYMBOL vmlinux 0x518b536a kset_register +EXPORT_SYMBOL vmlinux 0x5195d160 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x51b24cc6 blkdev_put +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d3e487 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x51dc31f2 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x51ff0e95 kill_bdev +EXPORT_SYMBOL vmlinux 0x52006d56 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x52061db4 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x52095e19 acpi_get_data +EXPORT_SYMBOL vmlinux 0x52130046 acpi_check_address_range +EXPORT_SYMBOL vmlinux 0x5213b8b0 scsi_get_command +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x521c6ea1 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x523074fd pcim_pin_device +EXPORT_SYMBOL vmlinux 0x52412732 bdi_register +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5245f6a4 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x52596ee2 fb_set_var +EXPORT_SYMBOL vmlinux 0x525e026f acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0x5278a3b1 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x5291c968 mmc_start_req +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52a0e6e1 ida_init +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52c6f3d8 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x52cbb014 lockref_get +EXPORT_SYMBOL vmlinux 0x52f42ab2 release_sock +EXPORT_SYMBOL vmlinux 0x530ae90c free_user_ns +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x5310fbf0 blk_register_region +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x53294262 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x532d489a zpool_register_driver +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x5333a18e framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x53527d97 dquot_initialize +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x5368c5e7 blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x536cc847 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x5377e556 hex2bin +EXPORT_SYMBOL vmlinux 0x539bc2ee eth_mac_addr +EXPORT_SYMBOL vmlinux 0x53ea5a44 read_cache_page +EXPORT_SYMBOL vmlinux 0x53f6ffbc wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x53fe4a45 km_policy_notify +EXPORT_SYMBOL vmlinux 0x5402680b lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x540369cb tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x54059a2a amd_iommu_pc_get_max_counters +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x54184b63 input_register_device +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x542fef28 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x54379be6 inode_dio_done +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544b0c11 acpi_lid_notifier_register +EXPORT_SYMBOL vmlinux 0x544c8963 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x54509581 keyring_alloc +EXPORT_SYMBOL vmlinux 0x5464d3f6 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0x5477a0e7 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x54a647ce vfs_rmdir +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54acf1c8 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x54d54f86 dev_driver_string +EXPORT_SYMBOL vmlinux 0x54ddf888 input_set_capability +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54e8c867 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x54f6b7ac bio_add_page +EXPORT_SYMBOL vmlinux 0x54ffe6c6 seq_read +EXPORT_SYMBOL vmlinux 0x55092c5a tcp_poll +EXPORT_SYMBOL vmlinux 0x5513d4d8 vfs_setpos +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x55276a0c netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x55356a54 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5551d271 swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x55671680 lg_lock_init +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x557497d4 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x559cff94 bd_set_size +EXPORT_SYMBOL vmlinux 0x55a31907 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x55a90cb6 tty_kref_put +EXPORT_SYMBOL vmlinux 0x55aabe3f input_unregister_handle +EXPORT_SYMBOL vmlinux 0x55ccd4d2 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x55d23a29 vga_client_register +EXPORT_SYMBOL vmlinux 0x55d8d9de unload_nls +EXPORT_SYMBOL vmlinux 0x55eff3c1 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x55f5019b __kmalloc_node +EXPORT_SYMBOL vmlinux 0x562cf234 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56376ec6 __invalidate_device +EXPORT_SYMBOL vmlinux 0x564235ac fasync_helper +EXPORT_SYMBOL vmlinux 0x564c9710 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x5672783d clear_inode +EXPORT_SYMBOL vmlinux 0x567bf1ad netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x56837d3c mdio_bus_type +EXPORT_SYMBOL vmlinux 0x569aee17 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x56a31e7c d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x56baaa5e block_read_full_page +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56cd100d idr_get_next +EXPORT_SYMBOL vmlinux 0x56d03e68 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0x56d2fc27 eth_header_parse +EXPORT_SYMBOL vmlinux 0x56ded7b7 dev_printk +EXPORT_SYMBOL vmlinux 0x57184838 skb_put +EXPORT_SYMBOL vmlinux 0x571f7f19 vfs_fsync +EXPORT_SYMBOL vmlinux 0x57264bc2 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x57329d3d security_path_rename +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57604729 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x576a1b46 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x5788037b __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x578a386d ata_link_printk +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57a2ec42 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x57a68c16 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x57ad9a2b generic_file_open +EXPORT_SYMBOL vmlinux 0x57bc4597 check_disk_change +EXPORT_SYMBOL vmlinux 0x57e116ea xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x57e3a7f1 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x57ffb723 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x580704e8 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x580b24dd acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0x5815e3ab pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x584738f9 rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5860aad4 add_wait_queue +EXPORT_SYMBOL vmlinux 0x586103be acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x58626f10 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x58662d26 pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x587af893 elv_rb_find +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58be8f7e agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x58c3982d inet_del_protocol +EXPORT_SYMBOL vmlinux 0x58ff283f posix_test_lock +EXPORT_SYMBOL vmlinux 0x591250ca i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x591a2ac1 get_phy_device +EXPORT_SYMBOL vmlinux 0x591bf2b6 d_find_alias +EXPORT_SYMBOL vmlinux 0x593393ec devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x595fcdb6 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x5967c929 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x5991219c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x59bc9609 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0x59cfe393 processors +EXPORT_SYMBOL vmlinux 0x59d547b8 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x59ed3d6b vme_bus_type +EXPORT_SYMBOL vmlinux 0x59f3090c xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x5a0ccc43 serio_close +EXPORT_SYMBOL vmlinux 0x5a3d9020 find_lock_entry +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a54745d iterate_supers_type +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a5954c6 generic_getxattr +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a9870b8 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x5a9d16f3 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x5ac376a5 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x5ad6b796 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x5ae752f4 wake_up_process +EXPORT_SYMBOL vmlinux 0x5aeb145f complete_and_exit +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b05260c nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x5b0b19c5 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x5b271d86 acpi_video_dmi_promote_vendor +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b3f461e dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x5b424341 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x5b4f4ecf xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b5c25d5 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x5b619228 __nlmsg_put +EXPORT_SYMBOL vmlinux 0x5b689375 seq_release_private +EXPORT_SYMBOL vmlinux 0x5b8eec78 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x5ba055f5 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x5ba65367 register_framebuffer +EXPORT_SYMBOL vmlinux 0x5bc10524 printk_emit +EXPORT_SYMBOL vmlinux 0x5bc73509 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x5bc8d583 copy_from_user_overflow +EXPORT_SYMBOL vmlinux 0x5bcecc5c simple_fill_super +EXPORT_SYMBOL vmlinux 0x5bd17b38 genlmsg_put +EXPORT_SYMBOL vmlinux 0x5c1bf60c serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x5c21463b sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x5c61a060 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x5c64a9ee agp_free_page_array +EXPORT_SYMBOL vmlinux 0x5c64b083 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x5c652557 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x5c6b8b28 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x5c6f6431 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x5c7066c1 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x5c878318 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x5c8b5ce8 prepare_to_wait +EXPORT_SYMBOL vmlinux 0x5c91f56d cdev_del +EXPORT_SYMBOL vmlinux 0x5ca07f45 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x5cbc7e21 twl6040_power +EXPORT_SYMBOL vmlinux 0x5cc4a110 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x5cc5a724 unregister_key_type +EXPORT_SYMBOL vmlinux 0x5cd105c5 sock_create_kern +EXPORT_SYMBOL vmlinux 0x5cd66fe2 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x5ce4f9cf skb_queue_head +EXPORT_SYMBOL vmlinux 0x5ce822f5 swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d054467 ether_setup +EXPORT_SYMBOL vmlinux 0x5d06a6e3 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x5d2a2e4e __f_setown +EXPORT_SYMBOL vmlinux 0x5d2d523d poll_initwait +EXPORT_SYMBOL vmlinux 0x5d355058 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d4b1828 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x5d51d1c4 eth_type_trans +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d6f40ba bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x5d71258f serio_open +EXPORT_SYMBOL vmlinux 0x5d74dbcf pnp_range_reserved +EXPORT_SYMBOL vmlinux 0x5d989cdd rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x5d9e9941 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x5dad7ac2 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x5dc20827 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x5e34b2cb blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x5e3a16fd mdiobus_register +EXPORT_SYMBOL vmlinux 0x5e57a7fd mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x5e7f0dd9 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x5e8954e9 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x5e93c6a2 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ece7599 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed5f49f get_disk +EXPORT_SYMBOL vmlinux 0x5eebe73d dev_load +EXPORT_SYMBOL vmlinux 0x5eeccf05 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f198e2d __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x5f496977 vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x5f581eba dev_alert +EXPORT_SYMBOL vmlinux 0x5f6a6da0 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x5f990a0f send_sig +EXPORT_SYMBOL vmlinux 0x5f9df825 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x5fa61570 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x5fb73929 __alloc_skb +EXPORT_SYMBOL vmlinux 0x5fccd29d ppp_unit_number +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fe1fb65 netdev_warn +EXPORT_SYMBOL vmlinux 0x5ff42b08 acpi_video_get_capabilities +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60285f5b scsi_scan_target +EXPORT_SYMBOL vmlinux 0x602ed00d acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x6054b013 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x6066a4f6 __block_write_begin +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x6083a62f single_release +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x609f5b35 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x60a27ec9 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60bb7475 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60f21583 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612adbef fb_blank +EXPORT_SYMBOL vmlinux 0x613ea7fa fddi_type_trans +EXPORT_SYMBOL vmlinux 0x614383c0 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x614a7599 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x614bb773 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x616e10d9 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x6174ebfa skb_trim +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x6190685d blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61a74bab pci_disable_msi +EXPORT_SYMBOL vmlinux 0x61b2efd8 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61d5251e do_SAK +EXPORT_SYMBOL vmlinux 0x61d9d7b2 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x61eb6acc dev_base_lock +EXPORT_SYMBOL vmlinux 0x61f1ebc8 vme_lm_request +EXPORT_SYMBOL vmlinux 0x61fa99be sock_i_uid +EXPORT_SYMBOL vmlinux 0x61fb248a node_states +EXPORT_SYMBOL vmlinux 0x61fd41b6 prepare_creds +EXPORT_SYMBOL vmlinux 0x62049256 acpi_disable +EXPORT_SYMBOL vmlinux 0x6205f66b mnt_pin +EXPORT_SYMBOL vmlinux 0x620e0047 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x62298d3a mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x622ab8e7 phy_disconnect +EXPORT_SYMBOL vmlinux 0x6237f6b5 acpi_enable_event +EXPORT_SYMBOL vmlinux 0x62463697 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x6246cf43 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x62516d2b in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x62659162 blk_rq_init +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62748e70 acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x62760e48 aio_complete +EXPORT_SYMBOL vmlinux 0x628121e9 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x6281338b dev_uc_init +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62a2bb7a generic_writepages +EXPORT_SYMBOL vmlinux 0x62e86c52 seq_path +EXPORT_SYMBOL vmlinux 0x62f02acb input_unregister_device +EXPORT_SYMBOL vmlinux 0x630fbc41 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x636a5691 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0x63746e84 pci_pme_active +EXPORT_SYMBOL vmlinux 0x638f9b3f forget_cached_acl +EXPORT_SYMBOL vmlinux 0x6396708d blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x6399c924 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x63a01291 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x63a6bcc9 acpi_map_lsapic +EXPORT_SYMBOL vmlinux 0x63a73973 pci_set_master +EXPORT_SYMBOL vmlinux 0x63b4f9b5 vme_register_driver +EXPORT_SYMBOL vmlinux 0x63d154ad __destroy_inode +EXPORT_SYMBOL vmlinux 0x63df9c2c neigh_destroy +EXPORT_SYMBOL vmlinux 0x63e8d9dc sk_dst_check +EXPORT_SYMBOL vmlinux 0x63e99183 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f5d733 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x641946a3 ip_options_compile +EXPORT_SYMBOL vmlinux 0x642f329c bdgrab +EXPORT_SYMBOL vmlinux 0x643687af phy_init_hw +EXPORT_SYMBOL vmlinux 0x6449fd41 acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0x6452395b blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x647a39cd blk_end_request_all +EXPORT_SYMBOL vmlinux 0x64807115 pci_dev_get +EXPORT_SYMBOL vmlinux 0x648d3a4a key_unlink +EXPORT_SYMBOL vmlinux 0x64950566 iterate_dir +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64bae8f8 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64eae7ad set_memory_array_wb +EXPORT_SYMBOL vmlinux 0x64fa7693 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x64fc4369 tc_classify +EXPORT_SYMBOL vmlinux 0x65128e2e pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x655f1ab0 set_memory_array_wc +EXPORT_SYMBOL vmlinux 0x65a06ea7 single_open +EXPORT_SYMBOL vmlinux 0x65a5755b fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x65b94c5c pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x65c887d7 mount_nodev +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 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x6605d3b6 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x660a449e pskb_expand_head +EXPORT_SYMBOL vmlinux 0x663f7cd0 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0x6664d388 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x66676f66 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66a4b009 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x66d4dceb serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x66e01cbf tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x66f1aedc scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x6718bf35 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x671a12e2 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x671df205 simple_release_fs +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x673497d9 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x673b1b99 dev_change_carrier +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x674b76bb i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x6750dbb1 tty_name +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x675c09e4 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x67674eec fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x679a72d5 sg_miter_next +EXPORT_SYMBOL vmlinux 0x67a0306a percpu_counter_set +EXPORT_SYMBOL vmlinux 0x67a0ba82 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67baef21 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x67cb2bb4 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x67e803d5 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x67f47891 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x6833973d d_move +EXPORT_SYMBOL vmlinux 0x684473b2 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x68586db0 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x685d725d tty_unlock +EXPORT_SYMBOL vmlinux 0x68710bb8 netif_rx_ni +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68810b00 tso_build_data +EXPORT_SYMBOL vmlinux 0x688e55ab dev_set_mtu +EXPORT_SYMBOL vmlinux 0x68aca4ad down +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68df8d0f vfs_mknod +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x691001b5 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x69243ab1 dput +EXPORT_SYMBOL vmlinux 0x692e6f3f tty_hangup +EXPORT_SYMBOL vmlinux 0x692f0a0f bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x693ad0db ___preempt_schedule_context +EXPORT_SYMBOL vmlinux 0x693b4278 mmc_get_card +EXPORT_SYMBOL vmlinux 0x6941ca28 bdget +EXPORT_SYMBOL vmlinux 0x69489a2e qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x69495eec __bforget +EXPORT_SYMBOL vmlinux 0x694c2d08 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x6960c873 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x6962c3d5 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69c2c8af gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0x69cf8e21 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69fbc0a2 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a3f997b __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x6a49e6b6 input_flush_device +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a65bbb7 loop_register_transfer +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a9378d2 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x6aa9e988 blk_make_request +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6ad85887 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6addd069 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b2cde28 skb_store_bits +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b3cf2d4 try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x6b4f0cd0 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b7ed023 mpage_writepages +EXPORT_SYMBOL vmlinux 0x6b900b86 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0x6b9acd4a do_splice_to +EXPORT_SYMBOL vmlinux 0x6b9e91f2 key_put +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6c15011b sk_free +EXPORT_SYMBOL vmlinux 0x6c17d4ba generic_delete_inode +EXPORT_SYMBOL vmlinux 0x6c49b823 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x6c5101d8 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c7556e7 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x6c7a3bd8 generic_write_end +EXPORT_SYMBOL vmlinux 0x6c99d4cb input_event +EXPORT_SYMBOL vmlinux 0x6cb50653 __frontswap_test +EXPORT_SYMBOL vmlinux 0x6cd8c86b __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x6d0aba34 wait_for_completion +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d165c40 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d360a36 downgrade_write +EXPORT_SYMBOL vmlinux 0x6d5361b8 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x6d6818ff gen_pool_alloc +EXPORT_SYMBOL vmlinux 0x6d772f1d phy_find_first +EXPORT_SYMBOL vmlinux 0x6d896bc5 dev_close +EXPORT_SYMBOL vmlinux 0x6d9e9686 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x6da36c0a vc_resize +EXPORT_SYMBOL vmlinux 0x6dbb56aa pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x6dbd9c73 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x6ddd5d58 sock_create +EXPORT_SYMBOL vmlinux 0x6de9f3ef amd_iommu_enable_device_erratum +EXPORT_SYMBOL vmlinux 0x6ded766e xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e1ba429 pci_save_state +EXPORT_SYMBOL vmlinux 0x6e297a62 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x6e45d0ae seq_putc +EXPORT_SYMBOL vmlinux 0x6e6840c3 vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e7f0fd2 cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea862c0 writeback_in_progress +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6f013a37 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x6f04855a wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f2b5b7e dev_disable_lro +EXPORT_SYMBOL vmlinux 0x6f3445c0 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x6f4c812f __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x6f556bdb acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x6f5d78b5 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x6f6f7401 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x6f73b161 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x6f7f8278 udp_add_offload +EXPORT_SYMBOL vmlinux 0x6f88e581 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x6f8e994d elevator_init +EXPORT_SYMBOL vmlinux 0x6fbf96be deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6feb2039 acpi_write +EXPORT_SYMBOL vmlinux 0x700db9ea vfs_statfs +EXPORT_SYMBOL vmlinux 0x7015a840 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x701b1101 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x701b8ba4 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702b6c54 udplite_table +EXPORT_SYMBOL vmlinux 0x703dfdb2 kobject_del +EXPORT_SYMBOL vmlinux 0x7043167a md_error +EXPORT_SYMBOL vmlinux 0x704c5d3e get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7061a9f7 kmem_cache_alloc_node_trace +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x70834839 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x7092e1a7 __frontswap_store +EXPORT_SYMBOL vmlinux 0x70b8cef7 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d8ab82 acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0x70dd97ad xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x70e85859 idr_is_empty +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x714de30a pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x7150a11d agp_generic_enable +EXPORT_SYMBOL vmlinux 0x7153d3ae i2c_use_client +EXPORT_SYMBOL vmlinux 0x71546008 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717f8537 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x7188ce12 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x719dd5db eth_change_mtu +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71c14180 tty_lock_pair +EXPORT_SYMBOL vmlinux 0x71c36b34 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x71ccd88e kobject_get +EXPORT_SYMBOL vmlinux 0x71e3cecb up +EXPORT_SYMBOL vmlinux 0x72175e0b proc_symlink +EXPORT_SYMBOL vmlinux 0x721dd288 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x722c4746 _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x723dcc4b iget_locked +EXPORT_SYMBOL vmlinux 0x724fed2a inode_permission +EXPORT_SYMBOL vmlinux 0x72683c9b udp_seq_open +EXPORT_SYMBOL vmlinux 0x72712b4a devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x72799df3 neigh_lookup +EXPORT_SYMBOL vmlinux 0x72a05e71 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x72a98fdb copy_user_generic_unrolled +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72bf2140 mtrr_add +EXPORT_SYMBOL vmlinux 0x72c2ec7b pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x72ceb715 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x72d5e9ff input_reset_device +EXPORT_SYMBOL vmlinux 0x72dd0483 mdiobus_free +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f3aa32 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x731105f4 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x7314fbdb agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7333c340 d_drop +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x734f4901 inode_init_owner +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x73669cb1 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x737746c6 pci_find_capability +EXPORT_SYMBOL vmlinux 0x73cfabc9 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x73d104a7 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x73d681cc xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73f7e973 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x7411de11 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x7412f1ec scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x743d5df9 mount_subtree +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x748f43b3 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x749ac9fe ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x74a14ea1 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x74aba380 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74d5c707 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x7500fe5b netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x7503d604 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x7532588a alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x754d942c ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x7564446d skb_free_datagram +EXPORT_SYMBOL vmlinux 0x758f3d49 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x75abec0b inet_frags_fini +EXPORT_SYMBOL vmlinux 0x75bc549a x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75d8caf1 __d_drop +EXPORT_SYMBOL vmlinux 0x75fbdefd acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x75ff0c91 mount_single +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7628f3c7 this_cpu_off +EXPORT_SYMBOL vmlinux 0x7643f294 wireless_send_event +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x767655a7 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x767dd8fd acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x76869ac8 rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x76a650a6 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76e1e6b8 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x76fb08a7 amd_iommu_unregister_ppr_notifier +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x7749306e __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x776384c8 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x7763a22b blk_stack_limits +EXPORT_SYMBOL vmlinux 0x7764e66d netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77f53abc acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt +EXPORT_SYMBOL vmlinux 0x781c0824 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x78366396 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0x7837061b registered_fb +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x784213a6 pv_lock_ops +EXPORT_SYMBOL vmlinux 0x7845af73 ata_print_version +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x786ed43e sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x78764f4e pv_irq_ops +EXPORT_SYMBOL vmlinux 0x78782f61 elevator_alloc +EXPORT_SYMBOL vmlinux 0x78789214 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x7880dd75 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78ac5722 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x78bb3e24 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78ebe255 idr_for_each +EXPORT_SYMBOL vmlinux 0x78f8a539 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x79068fda acpi_install_method +EXPORT_SYMBOL vmlinux 0x79071069 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0x791ceff2 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x7920f6e8 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x793e0035 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0x7957b6d1 bioset_free +EXPORT_SYMBOL vmlinux 0x796b132b xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x797c8fa9 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7985d043 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x79945d9f proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79a38e61 ___ratelimit +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79bd31df scsi_print_sense +EXPORT_SYMBOL vmlinux 0x79be7e4a blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x79c3a30c mpage_readpage +EXPORT_SYMBOL vmlinux 0x79e2101b security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x79e83dec inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x79ec460a serio_reconnect +EXPORT_SYMBOL vmlinux 0x7a09d5e7 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x7a128a41 ping_prot +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a1b9d84 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x7a20a9f2 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a2a6691 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a33012a mark_info_dirty +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a45513f __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x7a58bbdb may_umount +EXPORT_SYMBOL vmlinux 0x7a61e6ec tty_register_device +EXPORT_SYMBOL vmlinux 0x7a82cb47 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7a8bae76 pci_get_slot +EXPORT_SYMBOL vmlinux 0x7a8e4b09 bio_chain +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aad0076 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7adda7b6 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x7aec9089 clear_user +EXPORT_SYMBOL vmlinux 0x7af7b905 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x7b08d9c0 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x7b16235f hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7b253456 irq_to_desc +EXPORT_SYMBOL vmlinux 0x7b2aef6c __krealloc +EXPORT_SYMBOL vmlinux 0x7b3b474a do_truncate +EXPORT_SYMBOL vmlinux 0x7b4f648a setattr_copy +EXPORT_SYMBOL vmlinux 0x7b52a859 wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7b98f1f6 dm_io +EXPORT_SYMBOL vmlinux 0x7baab134 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x7baccac6 inet6_bind +EXPORT_SYMBOL vmlinux 0x7bc0e83f dev_crit +EXPORT_SYMBOL vmlinux 0x7bc3cac6 skb_append +EXPORT_SYMBOL vmlinux 0x7bf921e8 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c2d098f krealloc +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c48cbd9 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x7c4b9092 cad_pid +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c751cf9 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x7c7b6d30 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x7c9616a7 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7c9f452a sock_no_getname +EXPORT_SYMBOL vmlinux 0x7ca46555 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x7ca4bef9 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cbf7081 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce83365 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf3a16b put_cmsg +EXPORT_SYMBOL vmlinux 0x7cf6997d security_path_unlink +EXPORT_SYMBOL vmlinux 0x7d066d2f __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d3d0a56 vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x7d3deb71 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x7d40fb73 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x7d4dfbea i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d74a18a scsi_register_interface +EXPORT_SYMBOL vmlinux 0x7d94f746 acpi_os_write_port +EXPORT_SYMBOL vmlinux 0x7d9f2062 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x7daa2f1b sock_alloc_file +EXPORT_SYMBOL vmlinux 0x7dbc2e57 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7df1f997 __scm_send +EXPORT_SYMBOL vmlinux 0x7df8c388 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x7e07194c up_read +EXPORT_SYMBOL vmlinux 0x7e0f0d69 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x7e10deda scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x7e11e053 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x7e2041d1 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x7e27028c i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x7e3812b3 tc_classify_compat +EXPORT_SYMBOL vmlinux 0x7e3c9e6f vlan_vid_add +EXPORT_SYMBOL vmlinux 0x7e54daf2 generic_removexattr +EXPORT_SYMBOL vmlinux 0x7e81025a tty_port_destroy +EXPORT_SYMBOL vmlinux 0x7eb5efe2 generic_perform_write +EXPORT_SYMBOL vmlinux 0x7eb6b08a devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x7ec168a6 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x7ed914c9 acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x7edd1d66 vme_slave_request +EXPORT_SYMBOL vmlinux 0x7ee3f1ba sock_rfree +EXPORT_SYMBOL vmlinux 0x7ef7ed26 block_invalidatepage +EXPORT_SYMBOL vmlinux 0x7f1bde4f save_mount_options +EXPORT_SYMBOL vmlinux 0x7f1e6adc get_user_pages +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f256989 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x7f486828 vga_con +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f84d678 write_one_page +EXPORT_SYMBOL vmlinux 0x7f9210cc bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x7f9517a8 bio_integrity_free +EXPORT_SYMBOL vmlinux 0x7fb30689 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x7fbc725d icmp_send +EXPORT_SYMBOL vmlinux 0x7fbd10d2 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe38f48 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x7fe42b6b request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x7ff8842b sg_miter_start +EXPORT_SYMBOL vmlinux 0x800184a0 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x8003038d serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x800bfc7c xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x800d28be netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x801eff34 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x802d0e93 crc32_le +EXPORT_SYMBOL vmlinux 0x80423131 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x805c6721 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x806332bb iunique +EXPORT_SYMBOL vmlinux 0x80791a8c radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x8090d175 pnp_start_dev +EXPORT_SYMBOL vmlinux 0x80a8891b sock_init_data +EXPORT_SYMBOL vmlinux 0x80acf1b1 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80eea6de mutex_trylock +EXPORT_SYMBOL vmlinux 0x81060003 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x81472677 acpi_get_table +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x81ab46e4 bio_endio +EXPORT_SYMBOL vmlinux 0x81bfc9df vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x8201094e pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x820f704a kill_pgrp +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x822f382a pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x82355e31 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x82458f7f radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x82500205 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x82503be9 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x826651e4 touch_atime +EXPORT_SYMBOL vmlinux 0x826be8dd input_set_keycode +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x829c7652 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82c9eb2b mfd_add_devices +EXPORT_SYMBOL vmlinux 0x82d01b15 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x82d5ef73 keyring_search +EXPORT_SYMBOL vmlinux 0x82e31c54 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x830e547b ioremap_prot +EXPORT_SYMBOL vmlinux 0x832408b4 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x83373d07 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x833c03aa acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x83657ead proto_register +EXPORT_SYMBOL vmlinux 0x836b63d4 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x83917544 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83c8fa2f tcp_connect +EXPORT_SYMBOL vmlinux 0x83f3cdff gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x83f6069f sock_from_file +EXPORT_SYMBOL vmlinux 0x83f70b5a skb_copy_bits +EXPORT_SYMBOL vmlinux 0x8405edf4 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x840df5b3 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x84170699 inet_shutdown +EXPORT_SYMBOL vmlinux 0x8417f512 acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x84206a6f serio_unregister_port +EXPORT_SYMBOL vmlinux 0x84271562 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x84287afe vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x844aafca seq_release +EXPORT_SYMBOL vmlinux 0x844e3767 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x845166d7 pnp_device_attach +EXPORT_SYMBOL vmlinux 0x847c7149 vga_switcheroo_init_domain_pm_optimus_hdmi_audio +EXPORT_SYMBOL vmlinux 0x84a58f21 bio_map_kern +EXPORT_SYMBOL vmlinux 0x84d929af neigh_update +EXPORT_SYMBOL vmlinux 0x84f0df2d netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x85091990 abx500_register_ops +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x85139e8c __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x851d7079 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x85423acb mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x855361c3 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x8554ce93 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8588cac6 dump_skip +EXPORT_SYMBOL vmlinux 0x859ecc92 set_pages_nx +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bea922 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85ef3750 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x86109eff __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x862de456 mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x8632e0ed wait_iff_congested +EXPORT_SYMBOL vmlinux 0x8637d3ca netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x8637d80e scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x865a4f1e nf_ct_attach +EXPORT_SYMBOL vmlinux 0x865cb97a tso_count_descs +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x866890a8 tcf_hash_check +EXPORT_SYMBOL vmlinux 0x866d8c79 pagecache_write_end +EXPORT_SYMBOL vmlinux 0x867ef416 update_region +EXPORT_SYMBOL vmlinux 0x8688b2f2 km_state_notify +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86951629 udp_set_csum +EXPORT_SYMBOL vmlinux 0x86e214ff bdget_disk +EXPORT_SYMBOL vmlinux 0x86f92911 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x87069110 mapping_tagged +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x871eb548 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x873606d2 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x8738ae49 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x874e8a88 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x8755f33c phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x876dafc3 ec_write +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x877f0137 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x87aaddf8 wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x87c0a5ec frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x87c58a96 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x87d242cc pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x87d3e4ea __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x87dc469a mempool_create_node +EXPORT_SYMBOL vmlinux 0x87de203a tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x881224b0 pci_iomap +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x8853d25d i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x885ce679 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x886c5372 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x886fba11 dev_trans_start +EXPORT_SYMBOL vmlinux 0x8874794e ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x887f39c8 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x888a59f1 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x8890f41b textsearch_unregister +EXPORT_SYMBOL vmlinux 0x88b91e08 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x88c7be20 vfs_getattr +EXPORT_SYMBOL vmlinux 0x88df1943 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x88e62612 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x88f00d18 lg_global_unlock +EXPORT_SYMBOL vmlinux 0x88f6e30d phy_device_register +EXPORT_SYMBOL vmlinux 0x89107846 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x891bef26 vm_stat +EXPORT_SYMBOL vmlinux 0x892b26a0 set_memory_nx +EXPORT_SYMBOL vmlinux 0x894d6924 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x89647bd7 mntget +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x899f36ca netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89b9f796 set_pages_wb +EXPORT_SYMBOL vmlinux 0x89c24ae8 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x89c2c204 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x89d121f3 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89e87689 build_skb +EXPORT_SYMBOL vmlinux 0x8a05ad35 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x8a1a5160 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a300d8d load_nls +EXPORT_SYMBOL vmlinux 0x8a410abb ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x8a462cde mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a7cd8db dev_alloc_name +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a80d7a5 acpi_error +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa2f407 fb_show_logo +EXPORT_SYMBOL vmlinux 0x8aa3bbf9 pci_select_bars +EXPORT_SYMBOL vmlinux 0x8aa4b1f1 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x8aba6f92 posix_lock_file +EXPORT_SYMBOL vmlinux 0x8abf5418 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x8afc0dd8 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x8b226a81 acpi_video_dmi_demote_vendor +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b5f4a2e IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b6d7ce7 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x8b75f8b2 iget_failed +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b900f3b _raw_read_lock +EXPORT_SYMBOL vmlinux 0x8b933ba7 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8ba1e90f pci_set_mwi +EXPORT_SYMBOL vmlinux 0x8bb99c8b md_write_start +EXPORT_SYMBOL vmlinux 0x8bd52808 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x8c12a238 generic_read_dir +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c2dd227 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x8c545199 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c77785c skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x8c7c56b5 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x8c98c7a2 misc_deregister +EXPORT_SYMBOL vmlinux 0x8cc05fb8 genphy_update_link +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cf5cf95 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x8d0f1e73 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d3c0fa6 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x8d4980a6 dcache_readdir +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d696e72 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d8d96c6 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x8d91defe amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0x8d97b1db devm_free_irq +EXPORT_SYMBOL vmlinux 0x8da1a3cb acpi_remove_interface +EXPORT_SYMBOL vmlinux 0x8daf8c42 dql_init +EXPORT_SYMBOL vmlinux 0x8dbe6e80 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x8dd65904 __lock_buffer +EXPORT_SYMBOL vmlinux 0x8de5c22e blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8e002cda acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0x8e332829 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x8e379f14 ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x8e600ab4 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x8e9d8d69 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8eb8761f mdiobus_scan +EXPORT_SYMBOL vmlinux 0x8ed53f6e del_gendisk +EXPORT_SYMBOL vmlinux 0x8ef57de8 netdev_update_features +EXPORT_SYMBOL vmlinux 0x8f0ded42 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f76a7bd agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x8f943b38 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fac5470 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x8fd7f3ed blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x8fe29c47 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x8fe48b08 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x8ffccd00 key_task_permission +EXPORT_SYMBOL vmlinux 0x9019cdc8 mmc_request_done +EXPORT_SYMBOL vmlinux 0x902f09ad inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x9030eab6 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x903801c5 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x903ff367 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x9041b9db rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x904409c6 acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x905015dc cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x905eddbb udp_poll +EXPORT_SYMBOL vmlinux 0x9060da8d blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x90737aab dma_ops +EXPORT_SYMBOL vmlinux 0x907970ee crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x908b09af cont_write_begin +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x90989230 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x90d505e9 lro_receive_skb +EXPORT_SYMBOL vmlinux 0x90e04cbd pci_dev_put +EXPORT_SYMBOL vmlinux 0x90ef4dbf ab3100_event_register +EXPORT_SYMBOL vmlinux 0x90fb2835 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x90fbfa9e simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x90ffb97e sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x911c5b13 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x911cdb00 check_disk_size_change +EXPORT_SYMBOL vmlinux 0x911d2315 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x9121fde4 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x9125086b phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x912a0432 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x913ef47d qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x91500798 dentry_open +EXPORT_SYMBOL vmlinux 0x91579e8d devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x916681ac scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x91831d70 seq_printf +EXPORT_SYMBOL vmlinux 0x9185ca29 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x91928e82 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x91967e8e xen_selfballoon_init +EXPORT_SYMBOL vmlinux 0x91a3cdf4 down_timeout +EXPORT_SYMBOL vmlinux 0x91ac822f vscnprintf +EXPORT_SYMBOL vmlinux 0x91b62a18 set_anon_super +EXPORT_SYMBOL vmlinux 0x91bac0cf __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923be0c5 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x9242a9c6 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x92493ac3 kernel_listen +EXPORT_SYMBOL vmlinux 0x924e619b serio_interrupt +EXPORT_SYMBOL vmlinux 0x92553884 vfs_symlink +EXPORT_SYMBOL vmlinux 0x925ad432 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x925bf4a7 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x925c027e pnp_is_active +EXPORT_SYMBOL vmlinux 0x927082ba ps2_end_command +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x928605e4 fget +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92983177 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x92985ed0 skb_pull +EXPORT_SYMBOL vmlinux 0x92a42147 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92bff5e3 account_page_writeback +EXPORT_SYMBOL vmlinux 0x92cb8490 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0x92cf5fb7 phy_device_free +EXPORT_SYMBOL vmlinux 0x92d050df iov_pages +EXPORT_SYMBOL vmlinux 0x92e4d95d dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9314b937 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x93204cd5 override_creds +EXPORT_SYMBOL vmlinux 0x9327f5ce _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x93379eb9 bio_copy_kern +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x939400e7 scsi_device_put +EXPORT_SYMBOL vmlinux 0x93964d44 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93ba6330 pci_map_rom +EXPORT_SYMBOL vmlinux 0x93e50313 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x93f3e52b acpi_extract_package +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x94000fd0 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x9446e113 mount_pseudo +EXPORT_SYMBOL vmlinux 0x9451f873 __pagevec_release +EXPORT_SYMBOL vmlinux 0x946eb15d pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x946f975c filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x9480fca2 blk_init_tags +EXPORT_SYMBOL vmlinux 0x948308af ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94bd8d02 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x94c763f9 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x94d35378 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x94d58747 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x94e68b73 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x9532d6de misc_register +EXPORT_SYMBOL vmlinux 0x95395301 acpi_exception +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x955a832f ___preempt_schedule +EXPORT_SYMBOL vmlinux 0x95a06650 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x95b52f82 seq_lseek +EXPORT_SYMBOL vmlinux 0x95bd6e26 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0x95c77edc netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x95e56d72 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0x95eb8512 kobject_add +EXPORT_SYMBOL vmlinux 0x95fa16bd dquot_commit_info +EXPORT_SYMBOL vmlinux 0x96028e3d file_open_root +EXPORT_SYMBOL vmlinux 0x9633d8b7 make_bad_inode +EXPORT_SYMBOL vmlinux 0x963f8566 kill_block_super +EXPORT_SYMBOL vmlinux 0x964b601a kobject_put +EXPORT_SYMBOL vmlinux 0x9666496d jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x96841039 udp_prot +EXPORT_SYMBOL vmlinux 0x968a2dc4 filemap_flush +EXPORT_SYMBOL vmlinux 0x96911142 d_make_root +EXPORT_SYMBOL vmlinux 0x969c0f35 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x96b26fd8 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96f56d46 pci_bus_get +EXPORT_SYMBOL vmlinux 0x97047b6e vfs_write +EXPORT_SYMBOL vmlinux 0x97133834 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x9725b589 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x974e2127 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x975545ab iov_iter_advance +EXPORT_SYMBOL vmlinux 0x976773b8 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x977c89a2 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x97868aef __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97b6eeea fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x97bb174f dcache_dir_open +EXPORT_SYMBOL vmlinux 0x97c5bd0a acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x97c62d18 set_blocksize +EXPORT_SYMBOL vmlinux 0x97c9771f sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x97cc2458 pci_restore_state +EXPORT_SYMBOL vmlinux 0x97de0ddd acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x97f10eb5 __elv_add_request +EXPORT_SYMBOL vmlinux 0x9806cae7 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x981aa6c0 dm_get_device +EXPORT_SYMBOL vmlinux 0x981d86e4 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x983152e7 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x986a0689 nla_append +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x98764398 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x987ac5d7 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x988c6c9a netlink_capable +EXPORT_SYMBOL vmlinux 0x988ed85d set_memory_x +EXPORT_SYMBOL vmlinux 0x98b0332e __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x99195078 vsnprintf +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99458e52 sock_create_lite +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x9975e2fc vme_register_bridge +EXPORT_SYMBOL vmlinux 0x997600fb dma_pool_create +EXPORT_SYMBOL vmlinux 0x999313f5 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99ac2b45 sock_i_ino +EXPORT_SYMBOL vmlinux 0x99bc0d8c fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d3a43c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99dfbf3c new_sync_write +EXPORT_SYMBOL vmlinux 0x99f068d5 x86_cpu_to_node_map +EXPORT_SYMBOL vmlinux 0x9a1000b5 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a5ab325 md_integrity_register +EXPORT_SYMBOL vmlinux 0x9a5ffc64 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9a76eb9a elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x9a97d3c1 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x9ad21a79 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x9ae42b25 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9af33807 sock_no_listen +EXPORT_SYMBOL vmlinux 0x9af7ee18 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x9af89f98 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9afa97b0 release_pages +EXPORT_SYMBOL vmlinux 0x9b2c96fc ps2_drain +EXPORT_SYMBOL vmlinux 0x9b3114cc pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x9b330d3c skb_push +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b72e6ac backlight_force_update +EXPORT_SYMBOL vmlinux 0x9b8e28e4 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bba3cc5 dev_err +EXPORT_SYMBOL vmlinux 0x9bbe88b3 flex_array_put +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9c044f91 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x9c23f500 compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c65cb40 phy_stop +EXPORT_SYMBOL vmlinux 0x9c6760a9 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x9ca38a68 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x9ca3cef9 tty_do_resize +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb2cace path_is_under +EXPORT_SYMBOL vmlinux 0x9cbc0235 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x9cbc3e5b dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x9cbef8dc simple_transaction_release +EXPORT_SYMBOL vmlinux 0x9cdb1cf8 __getblk +EXPORT_SYMBOL vmlinux 0x9cea8cb4 nf_register_hooks +EXPORT_SYMBOL vmlinux 0x9cf93fe8 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d33ef5e acpi_enable +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d49a3d3 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x9d4f379b agp_find_bridge +EXPORT_SYMBOL vmlinux 0x9d818d70 input_close_device +EXPORT_SYMBOL vmlinux 0x9d8a06b4 inet_release +EXPORT_SYMBOL vmlinux 0x9dc7e430 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x9dd7ec9a simple_write_begin +EXPORT_SYMBOL vmlinux 0x9e001803 inode_init_always +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e2f8c90 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e2fbee3 xfrm_input +EXPORT_SYMBOL vmlinux 0x9e363b6b acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0x9e4e554b netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5f8ce3 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e81cc8b tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x9e859374 proc_set_size +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9f025072 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x9f147a4a nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x9f23e4c3 dev_notice +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f43f53e dump_emit +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f488b47 register_netdevice +EXPORT_SYMBOL vmlinux 0x9f5a17d9 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x9f6e19ab mem_section +EXPORT_SYMBOL vmlinux 0x9f7ede99 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x9f885408 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x9f95515c d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9face4a0 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x9fb8ac15 neigh_compat_output +EXPORT_SYMBOL vmlinux 0x9fd7cda1 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x9fdb67ac sock_wake_async +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe0cd79 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x9ff453ba remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa004f48b jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa00cd062 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xa029ad47 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa04b03a5 dcb_setapp +EXPORT_SYMBOL vmlinux 0xa0535099 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa077dc1d get_task_io_context +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0834a47 gen_pool_free +EXPORT_SYMBOL vmlinux 0xa0981701 qdisc_list_del +EXPORT_SYMBOL vmlinux 0xa09bde55 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b20b1d register_md_personality +EXPORT_SYMBOL vmlinux 0xa0bd82c8 tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0d4dd5b elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0f9be34 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0ff74d6 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa114f31f dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa121062a blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xa12980da page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14b3f5d flex_array_free_parts +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa1635058 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xa1818a4d km_state_expired +EXPORT_SYMBOL vmlinux 0xa1947b6e d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0xa19585ca abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xa1a50ccb skb_queue_purge +EXPORT_SYMBOL vmlinux 0xa1b02335 scsi_execute +EXPORT_SYMBOL vmlinux 0xa1b28cb5 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1be36c0 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1d99a12 vfs_open +EXPORT_SYMBOL vmlinux 0xa1e1ad30 alloc_fddidev +EXPORT_SYMBOL vmlinux 0xa1ee48b4 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xa1f8b9c4 ps2_handle_response +EXPORT_SYMBOL vmlinux 0xa202a8e5 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa20f1ea3 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0xa20f9538 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xa21f1cf8 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xa22767b8 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xa2280003 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xa238047f devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xa272238a mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xa27477e1 flush_old_exec +EXPORT_SYMBOL vmlinux 0xa27e8d00 dma_common_mmap +EXPORT_SYMBOL vmlinux 0xa28427aa security_file_permission +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa29ac51a posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0xa2a335bd vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0xa2cd52ec dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xa2dcfb2d sock_kfree_s +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa3088a02 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa3258895 lro_flush_all +EXPORT_SYMBOL vmlinux 0xa3356d97 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xa338922a bioset_integrity_free +EXPORT_SYMBOL vmlinux 0xa33c9c58 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0xa350a8f8 set_memory_array_uc +EXPORT_SYMBOL vmlinux 0xa3654f67 scsi_device_get +EXPORT_SYMBOL vmlinux 0xa37e78b6 flex_array_get +EXPORT_SYMBOL vmlinux 0xa3b561f5 __genl_register_family +EXPORT_SYMBOL vmlinux 0xa3cc3ca9 inet_put_port +EXPORT_SYMBOL vmlinux 0xa3de87a0 phy_register_fixup +EXPORT_SYMBOL vmlinux 0xa3f96685 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0xa3fc3d50 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xa400159f crc32_be +EXPORT_SYMBOL vmlinux 0xa40da037 get_gendisk +EXPORT_SYMBOL vmlinux 0xa4104d8d inetdev_by_index +EXPORT_SYMBOL vmlinux 0xa4511467 crc16 +EXPORT_SYMBOL vmlinux 0xa45d44ed vfs_readv +EXPORT_SYMBOL vmlinux 0xa463f993 dump_align +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa48e651b tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4f9e793 vm_insert_page +EXPORT_SYMBOL vmlinux 0xa50a1c4e tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xa51df2b4 down_killable +EXPORT_SYMBOL vmlinux 0xa5351f31 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xa54465b1 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xa54480a7 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5558ca6 get_acl +EXPORT_SYMBOL vmlinux 0xa5642f64 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xa578e3e0 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0xa57daced xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0xa587c7b8 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xa58a3166 lg_local_lock +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5e4f65c __next_cpu_nr +EXPORT_SYMBOL vmlinux 0xa5ff00c1 blk_free_tags +EXPORT_SYMBOL vmlinux 0xa60510ac netdev_notice +EXPORT_SYMBOL vmlinux 0xa61bcd9c __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xa629cae5 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa656dadc module_put +EXPORT_SYMBOL vmlinux 0xa66a76bc tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa676e377 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0xa67a712c amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6b3a4bb mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xa6bd63ca acpi_bios_error +EXPORT_SYMBOL vmlinux 0xa6cc0457 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xa6e75120 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xa6eb893d xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0xa6f58d41 complete_request_key +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa7207ba4 __find_get_block +EXPORT_SYMBOL vmlinux 0xa72a0f5b nr_online_nodes +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa7502159 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xa758f278 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xa769524d mmc_flush_cache +EXPORT_SYMBOL vmlinux 0xa76bd14a input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xa7814efe fb_validate_mode +EXPORT_SYMBOL vmlinux 0xa790cc88 scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0xa7b4ab93 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xa7c273da agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0xa7d300a9 scsi_put_command +EXPORT_SYMBOL vmlinux 0xa7ed8863 bdev_read_only +EXPORT_SYMBOL vmlinux 0xa7f6730f vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xa80a66db pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa841233e kernel_setsockopt +EXPORT_SYMBOL vmlinux 0xa8419d53 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa884f913 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0xa88990b7 dma_async_device_register +EXPORT_SYMBOL vmlinux 0xa89c229a shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8a79942 genphy_resume +EXPORT_SYMBOL vmlinux 0xa8ac07bc phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xa8c0a2c7 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xa8e7c18f __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xa8ef499f register_exec_domain +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa91b5561 acpi_video_backlight_support +EXPORT_SYMBOL vmlinux 0xa9239edd nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xa9344bb1 init_task +EXPORT_SYMBOL vmlinux 0xa95d3cdb gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0xa99698f4 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xa99db5b3 skb_unlink +EXPORT_SYMBOL vmlinux 0xa9a7c66a input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xa9a8e17f arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xa9b74352 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0xa9bd2676 __vmalloc +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9cc2799 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0xaa0073b7 __net_get_random_once +EXPORT_SYMBOL vmlinux 0xaa29fc40 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xaa4b06f8 kfree_skb +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaaaabc91 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xaac7c2eb eth_rebuild_header +EXPORT_SYMBOL vmlinux 0xaad3d3f9 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab04f695 kernel_write +EXPORT_SYMBOL vmlinux 0xab1a6798 security_path_rmdir +EXPORT_SYMBOL vmlinux 0xab2abddf dma_spin_lock +EXPORT_SYMBOL vmlinux 0xab3167d9 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xab4e0af8 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xab551fad acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab770678 rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab9b281f pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xabaaddbf __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabd0e2a8 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xabd7f6a1 bdi_unregister +EXPORT_SYMBOL vmlinux 0xabeec454 md_register_thread +EXPORT_SYMBOL vmlinux 0xabf1672e kmem_cache_create +EXPORT_SYMBOL vmlinux 0xabf9c901 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac2cb25c sockfd_lookup +EXPORT_SYMBOL vmlinux 0xac398912 flex_array_clear +EXPORT_SYMBOL vmlinux 0xac3d20e2 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xac471714 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xac54ec43 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0xac58ea5e acpi_unload_table_id +EXPORT_SYMBOL vmlinux 0xac5dfa28 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xac8024de tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb15612 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xacc99d7e __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacda8e74 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xacdc1fc0 dma_set_mask +EXPORT_SYMBOL vmlinux 0xaceca147 nf_getsockopt +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad01744f kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad13c689 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xad164875 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xad1b5658 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xad1b88ba inet_stream_ops +EXPORT_SYMBOL vmlinux 0xad229368 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0xad55a4ef pci_scan_bus +EXPORT_SYMBOL vmlinux 0xad5cc28d pipe_unlock +EXPORT_SYMBOL vmlinux 0xad843150 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad8a2ab4 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xada9dfec input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xadaf2c70 arp_send +EXPORT_SYMBOL vmlinux 0xaddbbe8d alloc_disk +EXPORT_SYMBOL vmlinux 0xae10635a fb_set_cmap +EXPORT_SYMBOL vmlinux 0xae11dda5 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xae147567 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xae1778db devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xae1a3106 ps2_init +EXPORT_SYMBOL vmlinux 0xae1b31fa free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xae1cab67 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xae1f4ff6 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0xae25ad43 phy_attach +EXPORT_SYMBOL vmlinux 0xae3a8918 simple_dname +EXPORT_SYMBOL vmlinux 0xae3c413e netdev_change_features +EXPORT_SYMBOL vmlinux 0xae5bb041 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae97f861 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xaea976a8 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xaead650d inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xaeb9597f generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xaecdd4df simple_lookup +EXPORT_SYMBOL vmlinux 0xaed3763e unregister_nls +EXPORT_SYMBOL vmlinux 0xaf338d16 dump_page +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf564385 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xaf611eac amd_nb_misc_ids +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf669f2d _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaf6ae696 kstrndup +EXPORT_SYMBOL vmlinux 0xaf6e9be9 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xaf78254d mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xafa95d30 mutex_lock +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafb8c6ff copy_user_generic_string +EXPORT_SYMBOL vmlinux 0xafcb5b66 kmalloc_caches +EXPORT_SYMBOL vmlinux 0xafd46aaf thaw_bdev +EXPORT_SYMBOL vmlinux 0xafd5ff2c amd_iommu_v2_supported +EXPORT_SYMBOL vmlinux 0xafe7bbf3 mmc_can_reset +EXPORT_SYMBOL vmlinux 0xb0113dd5 register_quota_format +EXPORT_SYMBOL vmlinux 0xb01b1db8 intel_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xb04540a0 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0xb04b4b8d __scm_destroy +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb06d1776 finish_open +EXPORT_SYMBOL vmlinux 0xb08476fc vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xb09c4ede neigh_table_init +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b0eb74 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0c7591c soft_cursor +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e583ad key_link +EXPORT_SYMBOL vmlinux 0xb0e602eb memmove +EXPORT_SYMBOL vmlinux 0xb1009d2f console_stop +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb138d0bf dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xb13a3211 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xb1415fe0 ipv4_specific +EXPORT_SYMBOL vmlinux 0xb147da07 skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb17631f4 queue_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1994e5d fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xb1a418e7 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1cfad22 rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xb1d78c28 vmap +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1e7e21e elv_rb_del +EXPORT_SYMBOL vmlinux 0xb1f5e2b5 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xb2032a7e unlazy_fpu +EXPORT_SYMBOL vmlinux 0xb2045172 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xb20ecf88 acpi_run_osc +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb235252f inode_change_ok +EXPORT_SYMBOL vmlinux 0xb2458716 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xb25d4793 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xb264d249 ip_fragment +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb2758596 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0xb289bf7c tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xb28e943f __ht_create_irq +EXPORT_SYMBOL vmlinux 0xb2aa4f71 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2dc218e phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xb2e08e7b lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb30bf7c8 nf_log_unset +EXPORT_SYMBOL vmlinux 0xb3107610 tty_throttle +EXPORT_SYMBOL vmlinux 0xb3284531 acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xb33be118 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit +EXPORT_SYMBOL vmlinux 0xb35a5153 __module_get +EXPORT_SYMBOL vmlinux 0xb3749c29 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xb379d913 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xb38a51b5 from_kuid +EXPORT_SYMBOL vmlinux 0xb38dca75 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xb393729e phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xb3a6742d dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xb3aeba7c __serio_register_port +EXPORT_SYMBOL vmlinux 0xb3b88f51 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0xb3bb4f6e register_qdisc +EXPORT_SYMBOL vmlinux 0xb3c9352e user_path_at +EXPORT_SYMBOL vmlinux 0xb3dba1a2 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb4001669 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xb40d4e1a fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb424b538 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xb429fea9 commit_creds +EXPORT_SYMBOL vmlinux 0xb445742b seq_vprintf +EXPORT_SYMBOL vmlinux 0xb44b3715 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xb4539e5e xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xb457d38b uart_register_driver +EXPORT_SYMBOL vmlinux 0xb4605f1c kobject_set_name +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47189b5 reservation_ww_class +EXPORT_SYMBOL vmlinux 0xb472ff3c netdev_emerg +EXPORT_SYMBOL vmlinux 0xb485e028 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0xb488d156 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0xb4bd0cc1 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xb4ce3aa7 vme_dma_request +EXPORT_SYMBOL vmlinux 0xb4e3ebcd mmc_can_discard +EXPORT_SYMBOL vmlinux 0xb4f2976b inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xb4f6a246 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xb51aaea8 km_report +EXPORT_SYMBOL vmlinux 0xb5222b4a read_cache_pages +EXPORT_SYMBOL vmlinux 0xb5254bb9 get_fs_type +EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range +EXPORT_SYMBOL vmlinux 0xb53f8e19 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb546fcd5 md_check_recovery +EXPORT_SYMBOL vmlinux 0xb56283dc bio_reset +EXPORT_SYMBOL vmlinux 0xb56295f6 d_genocide +EXPORT_SYMBOL vmlinux 0xb573114a ida_simple_get +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57eeba1 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xb57f2457 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xb57f373b netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xb57f5c0c dev_uc_add +EXPORT_SYMBOL vmlinux 0xb589ee4f dm_unregister_target +EXPORT_SYMBOL vmlinux 0xb58dfea7 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0xb599d7b8 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xb59f2082 __devm_release_region +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5aee87e mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5d813f5 default_file_splice_read +EXPORT_SYMBOL vmlinux 0xb5dcab5b remove_wait_queue +EXPORT_SYMBOL vmlinux 0xb6197187 dentry_unhash +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb6522f52 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0xb662f653 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xb668b561 submit_bio +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67f85fe dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0xb6930121 inode_set_flags +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6a78a4a truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6c05291 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xb6c3d831 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6d46871 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xb6e7f892 mutex_unlock +EXPORT_SYMBOL vmlinux 0xb715e6c4 submit_bh +EXPORT_SYMBOL vmlinux 0xb735f736 make_kgid +EXPORT_SYMBOL vmlinux 0xb73f64ab ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xb7442d10 consume_skb +EXPORT_SYMBOL vmlinux 0xb758b225 acpi_disable_event +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb776fce8 dev_mc_sync +EXPORT_SYMBOL vmlinux 0xb77ec4be ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xb7886bdd nobh_truncate_page +EXPORT_SYMBOL vmlinux 0xb7911c96 dcache_dir_close +EXPORT_SYMBOL vmlinux 0xb799ed74 padata_stop +EXPORT_SYMBOL vmlinux 0xb7b07678 security_path_link +EXPORT_SYMBOL vmlinux 0xb7b9d0a3 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xb7d03fb8 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xb7ddfe75 scsi_remove_device +EXPORT_SYMBOL vmlinux 0xb7f47feb inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xb7fb9e1b jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0xb81543b2 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xb815a610 kernel_read +EXPORT_SYMBOL vmlinux 0xb8199c11 __register_nls +EXPORT_SYMBOL vmlinux 0xb81bbb1b inet_accept +EXPORT_SYMBOL vmlinux 0xb8286199 iov_iter_init +EXPORT_SYMBOL vmlinux 0xb84e45fd __sb_start_write +EXPORT_SYMBOL vmlinux 0xb86988eb lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb892b681 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xb8a4a24a blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xb8aa24d6 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xb8ab90f2 amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0xb8b50c82 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb90be335 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xb91543df dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xb918027b scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xb9249d16 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xb973ea1a rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xb982f509 kthread_bind +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9a98bac sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xb9a9f3ae __get_page_tail +EXPORT_SYMBOL vmlinux 0xb9b4e181 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0xb9c4984a redraw_screen +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9eb6f08 tso_build_hdr +EXPORT_SYMBOL vmlinux 0xb9fa5e63 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xb9fd2205 add_efi_memmap +EXPORT_SYMBOL vmlinux 0xba1b27f3 page_readlink +EXPORT_SYMBOL vmlinux 0xba2d8594 ec_read +EXPORT_SYMBOL vmlinux 0xba38ef58 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xba47807c __mutex_init +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba63339c _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xba65483b tty_devnum +EXPORT_SYMBOL vmlinux 0xba77f5da do_sync_write +EXPORT_SYMBOL vmlinux 0xbab1e250 pnp_possible_config +EXPORT_SYMBOL vmlinux 0xbae4480a security_task_getsecid +EXPORT_SYMBOL vmlinux 0xbb007aa8 nla_put +EXPORT_SYMBOL vmlinux 0xbb0095aa genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xbb07b728 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xbb0a4123 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0xbb2eb223 deactivate_super +EXPORT_SYMBOL vmlinux 0xbb34134a iov_shorten +EXPORT_SYMBOL vmlinux 0xbb4928d6 kdb_current_task +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb614de9 tcf_hash_search +EXPORT_SYMBOL vmlinux 0xbb97f6a0 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbb9fba98 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xbba0e1d2 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xbbaeb559 memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xbbafddd1 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xbbb1a489 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xbbe1a509 lock_sock_fast +EXPORT_SYMBOL vmlinux 0xbbfb2345 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xbbfcaca5 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xbc01401d xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0xbc1edd8a ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2978e9 lg_global_lock +EXPORT_SYMBOL vmlinux 0xbc38df41 set_trace_device +EXPORT_SYMBOL vmlinux 0xbc3f1f7e vme_master_request +EXPORT_SYMBOL vmlinux 0xbc402f33 freeze_super +EXPORT_SYMBOL vmlinux 0xbc5bd362 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xbc5e8b2e simple_dir_operations +EXPORT_SYMBOL vmlinux 0xbc630c4b submit_bio_wait +EXPORT_SYMBOL vmlinux 0xbc6f3f08 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xbc899574 dst_alloc +EXPORT_SYMBOL vmlinux 0xbc8c9753 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xbca41661 arp_tbl +EXPORT_SYMBOL vmlinux 0xbcbe5f9a skb_checksum +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcc7d68e pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xbcd8547b find_vma +EXPORT_SYMBOL vmlinux 0xbcedf2c3 i2c_register_driver +EXPORT_SYMBOL vmlinux 0xbd06939d mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xbd0deb62 __quota_error +EXPORT_SYMBOL vmlinux 0xbd100793 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xbd1f2dee xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd48afdc nf_log_unregister +EXPORT_SYMBOL vmlinux 0xbd48f244 sock_no_bind +EXPORT_SYMBOL vmlinux 0xbd5459ab set_cached_acl +EXPORT_SYMBOL vmlinux 0xbd6a3f42 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0xbd901b31 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd9aab65 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xbdaf5b07 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xbdb352bf tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xbdc11221 sk_stream_error +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbe18153d try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe4cee04 blkdev_fsync +EXPORT_SYMBOL vmlinux 0xbe5d7bec scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xbe8b18be compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0xbe9c0991 unregister_netdev +EXPORT_SYMBOL vmlinux 0xbea771ed kill_litter_super +EXPORT_SYMBOL vmlinux 0xbeb603d7 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xbec30d05 x86_match_cpu +EXPORT_SYMBOL vmlinux 0xbecfbb3f neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf00d62d sock_wmalloc +EXPORT_SYMBOL vmlinux 0xbf3bb561 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0xbf57a393 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xbf5e8106 netdev_printk +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf873765 neigh_for_each +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfafb1c6 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xbfb5d4f9 put_tty_driver +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xc023bd4f d_instantiate_unique +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc03ee0f3 ida_destroy +EXPORT_SYMBOL vmlinux 0xc04e49e1 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0xc05c0716 stop_tty +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc07fca3b __napi_complete +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc085c2c8 simple_setattr +EXPORT_SYMBOL vmlinux 0xc09397a3 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xc0a34ebe napi_get_frags +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0baa95f km_query +EXPORT_SYMBOL vmlinux 0xc0c6f121 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xc0dc1af5 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xc0e5454f cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xc0fa11f3 netdev_crit +EXPORT_SYMBOL vmlinux 0xc0fe20ec ppp_channel_index +EXPORT_SYMBOL vmlinux 0xc106f385 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xc11e1efc __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0xc1278ca6 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xc1508a76 kern_unmount +EXPORT_SYMBOL vmlinux 0xc1545431 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xc15a44c6 memzero_explicit +EXPORT_SYMBOL vmlinux 0xc17d2b56 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xc19aad0e amd_iommu_domain_clear_gcr3 +EXPORT_SYMBOL vmlinux 0xc1a67e13 tty_unregister_device +EXPORT_SYMBOL vmlinux 0xc1a7f776 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xc1c0e95b ip6_frag_init +EXPORT_SYMBOL vmlinux 0xc1cbec0e _dev_info +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1fefc38 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xc20752fb pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xc207fef6 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xc2294e71 udp_del_offload +EXPORT_SYMBOL vmlinux 0xc22f1044 agp_bind_memory +EXPORT_SYMBOL vmlinux 0xc23798ad iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc272e081 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xc27b0ce4 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc29f160b netif_carrier_on +EXPORT_SYMBOL vmlinux 0xc2a0cce0 page_symlink +EXPORT_SYMBOL vmlinux 0xc2c1d05c clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xc2c26514 serio_rescan +EXPORT_SYMBOL vmlinux 0xc2dc357d ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2ee72b6 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc321eff0 kernel_accept +EXPORT_SYMBOL vmlinux 0xc33545a3 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xc37842af input_set_abs_params +EXPORT_SYMBOL vmlinux 0xc392de4b tcf_em_register +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3cdc3a0 udp_disconnect +EXPORT_SYMBOL vmlinux 0xc3d77cf9 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0xc3d7a660 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xc3d90e26 seq_escape +EXPORT_SYMBOL vmlinux 0xc3da0d13 key_alloc +EXPORT_SYMBOL vmlinux 0xc3eb0b73 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xc3ed1777 mount_ns +EXPORT_SYMBOL vmlinux 0xc3fc68a7 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xc417d9c0 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xc4185612 inode_set_bytes +EXPORT_SYMBOL vmlinux 0xc46a6c5c mmc_can_trim +EXPORT_SYMBOL vmlinux 0xc47ba66a truncate_setsize +EXPORT_SYMBOL vmlinux 0xc48307db lz4_decompress +EXPORT_SYMBOL vmlinux 0xc49894c1 blk_complete_request +EXPORT_SYMBOL vmlinux 0xc498a302 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4c4dbfe __napi_schedule +EXPORT_SYMBOL vmlinux 0xc4ce5bdf __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xc5045477 tcp_child_process +EXPORT_SYMBOL vmlinux 0xc5137552 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0xc51d7cad tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xc537a80e wireless_spy_update +EXPORT_SYMBOL vmlinux 0xc53cdacb i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xc53f68cd filp_open +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc55ef8de pci_map_biosrom +EXPORT_SYMBOL vmlinux 0xc5651f61 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0xc5684946 fd_install +EXPORT_SYMBOL vmlinux 0xc570a127 filemap_fault +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc589e30e security_path_mknod +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a15e45 simple_rename +EXPORT_SYMBOL vmlinux 0xc5a7dbfc ___pskb_trim +EXPORT_SYMBOL vmlinux 0xc5bb65f5 sk_alloc +EXPORT_SYMBOL vmlinux 0xc5bd544b skb_split +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc601548f genphy_suspend +EXPORT_SYMBOL vmlinux 0xc61afd73 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xc6247b67 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xc628fe7d dev_add_pack +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc64468be bh_submit_read +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc65c8a98 first_ec +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc669a831 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xc66a3f82 kern_path_create +EXPORT_SYMBOL vmlinux 0xc674ee33 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xc6758757 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xc6772da2 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xc678d58f clk_add_alias +EXPORT_SYMBOL vmlinux 0xc6ad0626 scsi_remove_host +EXPORT_SYMBOL vmlinux 0xc6b368d3 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xc6bb8e55 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xc6c2de73 nonseekable_open +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6ddb55c __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xc6e5f43a __blk_end_request +EXPORT_SYMBOL vmlinux 0xc6fdefa6 backlight_device_register +EXPORT_SYMBOL vmlinux 0xc702e8a9 release_firmware +EXPORT_SYMBOL vmlinux 0xc709d7a2 bio_unmap_user +EXPORT_SYMBOL vmlinux 0xc715d9e0 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xc7171abb tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc72d7d92 dst_discard_sk +EXPORT_SYMBOL vmlinux 0xc739a3f9 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0xc7431b75 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc777f2d8 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc783e8a9 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7879c92 follow_pfn +EXPORT_SYMBOL vmlinux 0xc79b7cf7 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7f5b98f d_delete +EXPORT_SYMBOL vmlinux 0xc80db004 remap_pfn_range +EXPORT_SYMBOL vmlinux 0xc80e8770 pci_enable_msix +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc83f5cfc cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xc84905e0 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84b45eb ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc876b651 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0xc87c2579 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xc88759ba pci_choose_state +EXPORT_SYMBOL vmlinux 0xc88c8b57 file_remove_suid +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc89e77c5 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xc8a4568a sk_reset_timer +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8b68572 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0xc8ce34bf dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xc90fd871 lock_rename +EXPORT_SYMBOL vmlinux 0xc949988e pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc967a2ef arp_xmit +EXPORT_SYMBOL vmlinux 0xc970c863 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0xc9756df7 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xc978479a xz_dec_run +EXPORT_SYMBOL vmlinux 0xc97a73da agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc998b050 skb_tx_error +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9aada3f bprm_change_interp +EXPORT_SYMBOL vmlinux 0xc9cb270f sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xc9dd235b i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0xc9ee288e inet_frag_kill +EXPORT_SYMBOL vmlinux 0xc9fd8747 ilookup +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca258cbb fb_pan_display +EXPORT_SYMBOL vmlinux 0xca261ad1 simple_transaction_read +EXPORT_SYMBOL vmlinux 0xca27826a phy_connect +EXPORT_SYMBOL vmlinux 0xca4ca404 gen_pool_create +EXPORT_SYMBOL vmlinux 0xca4e8548 rtnl_notify +EXPORT_SYMBOL vmlinux 0xca4ef048 compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xca5c0a36 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca5e2cc4 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xca5ee09a vme_free_consistent +EXPORT_SYMBOL vmlinux 0xca61ca56 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xca832efe kmalloc_order +EXPORT_SYMBOL vmlinux 0xca8467da set_user_nice +EXPORT_SYMBOL vmlinux 0xca8acc78 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcac1e3b3 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xcaebaf0c d_invalidate +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb149ab8 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xcb2cd46e napi_complete +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb83bde0 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xcb8412f7 seq_open +EXPORT_SYMBOL vmlinux 0xcbae6c7a acpi_lid_notifier_unregister +EXPORT_SYMBOL vmlinux 0xcbb86654 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc7db11 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbc974b6 bio_clone_fast +EXPORT_SYMBOL vmlinux 0xcc16dc88 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0xcc173cab acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0xcc182d87 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc782687 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xcc856290 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xccb9463c max8925_reg_write +EXPORT_SYMBOL vmlinux 0xccb9bcd3 force_sig +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccdfd1a2 lock_may_write +EXPORT_SYMBOL vmlinux 0xcce25991 new_sync_read +EXPORT_SYMBOL vmlinux 0xccec3a15 mntput +EXPORT_SYMBOL vmlinux 0xccfb4947 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xcd0825e2 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xcd114bee xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xcd20667a kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd3bc598 __wait_on_bit +EXPORT_SYMBOL vmlinux 0xcd57f7b0 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xcd5cc1b0 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0xcd8cd962 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0xcdbafa42 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xcdbf62ac ata_dev_printk +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcde7bc05 blk_get_queue +EXPORT_SYMBOL vmlinux 0xcdf06104 d_splice_alias +EXPORT_SYMBOL vmlinux 0xce27db49 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce373ab2 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xce42feb4 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xce4904a4 acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce8488a3 i2c_verify_client +EXPORT_SYMBOL vmlinux 0xce9d0044 simple_rmdir +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcead3dc0 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0xceae504f cmdline_parts_free +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcef7ff23 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xcef8c986 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf01a9cd __breadahead +EXPORT_SYMBOL vmlinux 0xcf21d241 __wake_up +EXPORT_SYMBOL vmlinux 0xcf2cea31 _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xcf4c0553 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xcf5bd80e genphy_config_init +EXPORT_SYMBOL vmlinux 0xcf6cfe1f msrs_free +EXPORT_SYMBOL vmlinux 0xcf6d0749 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xcf7c2975 vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0xcf899c64 page_put_link +EXPORT_SYMBOL vmlinux 0xcfb6a553 rt6_lookup +EXPORT_SYMBOL vmlinux 0xcfd5d37f udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xcfdca31d seq_bitmap +EXPORT_SYMBOL vmlinux 0xcff47841 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xcffaa013 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd0298b8b proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xd04bdefe swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0xd0526581 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0xd0603091 d_rehash +EXPORT_SYMBOL vmlinux 0xd067fc5c proc_dointvec +EXPORT_SYMBOL vmlinux 0xd06a812c __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd08f8d48 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xd0a441ea simple_open +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0b8a7db sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0xd0c281a0 generic_fillattr +EXPORT_SYMBOL vmlinux 0xd0cf9fbf copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xd0d0aa72 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0eace1c bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0f6a32f unlock_new_inode +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd127ec39 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0xd1365967 invalidate_bdev +EXPORT_SYMBOL vmlinux 0xd1652a93 acpi_info +EXPORT_SYMBOL vmlinux 0xd17a3669 d_lookup +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd1883a25 follow_up +EXPORT_SYMBOL vmlinux 0xd18b6eb2 acpi_unmap_lsapic +EXPORT_SYMBOL vmlinux 0xd1958167 init_buffer +EXPORT_SYMBOL vmlinux 0xd1987a23 vm_event_states +EXPORT_SYMBOL vmlinux 0xd19c753b x86_dma_fallback_dev +EXPORT_SYMBOL vmlinux 0xd1ebd613 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0xd1ee9bbd input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd1fab4b4 generic_write_checks +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd23678e0 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xd23bfad1 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xd24266a3 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xd24abb85 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd2756ed0 inet_recvmsg +EXPORT_SYMBOL vmlinux 0xd2792b5d dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2b09ce5 __kmalloc +EXPORT_SYMBOL vmlinux 0xd2b1cbff devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xd2d25cc1 register_console +EXPORT_SYMBOL vmlinux 0xd2d738bf simple_write_end +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e47954 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xd2fb7afa abort_creds +EXPORT_SYMBOL vmlinux 0xd308a38c phy_start_interrupts +EXPORT_SYMBOL vmlinux 0xd30a2094 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xd3105f94 request_key_async +EXPORT_SYMBOL vmlinux 0xd3388707 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xd33d39aa scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xd36257ba memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0xd3719d59 paravirt_ticketlocks_enabled +EXPORT_SYMBOL vmlinux 0xd37f07ea blk_init_queue +EXPORT_SYMBOL vmlinux 0xd37f49dc security_path_chown +EXPORT_SYMBOL vmlinux 0xd3878526 __inode_permission +EXPORT_SYMBOL vmlinux 0xd3a8b9f5 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0xd3b66f5f dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xd3c64a11 unlock_buffer +EXPORT_SYMBOL vmlinux 0xd3cddd10 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0xd3dee9bf default_llseek +EXPORT_SYMBOL vmlinux 0xd3e888ba vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xd3ec5dc2 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0xd3f1667b pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0xd3fd18c8 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xd4050c92 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xd40e6b10 __netif_schedule +EXPORT_SYMBOL vmlinux 0xd41ff3d3 rwsem_wake +EXPORT_SYMBOL vmlinux 0xd4297ed6 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xd42d0884 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xd43fe679 key_payload_reserve +EXPORT_SYMBOL vmlinux 0xd4652996 new_inode +EXPORT_SYMBOL vmlinux 0xd4699d04 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xd47801e2 __devm_request_region +EXPORT_SYMBOL vmlinux 0xd47b7a88 dquot_transfer +EXPORT_SYMBOL vmlinux 0xd47fa826 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4a0d156 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xd4abf60d nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xd4b0492b __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xd4b08e54 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xd4c976aa d_find_any_alias +EXPORT_SYMBOL vmlinux 0xd4d5a06b security_d_instantiate +EXPORT_SYMBOL vmlinux 0xd50fef48 acpi_detach_data +EXPORT_SYMBOL vmlinux 0xd52bf1ce _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xd53fb846 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xd54599c9 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xd55d30e6 unlock_page +EXPORT_SYMBOL vmlinux 0xd59baf60 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xd59e4748 pci_iounmap +EXPORT_SYMBOL vmlinux 0xd5aebb65 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd611bca3 completion_done +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd61e129a padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd645b9c8 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd677127d simple_readpage +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd699b80c sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0xd6a29449 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6b3a067 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0xd6db6574 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f23d34 update_devfreq +EXPORT_SYMBOL vmlinux 0xd7129d65 phy_detach +EXPORT_SYMBOL vmlinux 0xd72e8c4b lookup_one_len +EXPORT_SYMBOL vmlinux 0xd733ec02 amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd7722d29 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd78d73be register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd7b0f970 elv_register_queue +EXPORT_SYMBOL vmlinux 0xd7b785f0 nf_register_hook +EXPORT_SYMBOL vmlinux 0xd7bed53e amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0xd7cbddda memcpy_toiovec +EXPORT_SYMBOL vmlinux 0xd7da5505 mb_cache_create +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7fb9c3a d_instantiate +EXPORT_SYMBOL vmlinux 0xd8041de6 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xd81946ce neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xd8274811 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xd839e8ba blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0xd880e0eb unregister_qdisc +EXPORT_SYMBOL vmlinux 0xd895f7de devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8b08a49 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xd8cd2d9a clocksource_register +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8fdaa4e pv_cpu_ops +EXPORT_SYMBOL vmlinux 0xd9091363 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0xd9154a22 audit_log +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92e16ba csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0xd94322e7 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0xd969b2c7 amd_e400_c1e_detected +EXPORT_SYMBOL vmlinux 0xd97485c0 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd99b0c51 nobh_write_begin +EXPORT_SYMBOL vmlinux 0xd9d2d2ce uart_update_timeout +EXPORT_SYMBOL vmlinux 0xd9dd00a9 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xd9e13d1b inode_get_bytes +EXPORT_SYMBOL vmlinux 0xd9e99d37 block_commit_write +EXPORT_SYMBOL vmlinux 0xd9fe7fc2 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0xda042140 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda267bd0 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xda267dc8 security_inode_permission +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3e43d1 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xda45feae thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xda5ab5de try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xda5c187a send_sig_info +EXPORT_SYMBOL vmlinux 0xda6d12f1 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda91e2e2 agp_enable +EXPORT_SYMBOL vmlinux 0xdaae6474 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0xdab86205 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xdae58adf blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xdae90be5 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdb0519dc seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xdb072d6d skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0xdb0fd676 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xdb12e33b scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0xdb22390e security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xdb23ffcd iget5_locked +EXPORT_SYMBOL vmlinux 0xdb388870 blk_finish_request +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb6a403b dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xdb7305a1 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb84ad4b serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xdb8735fb truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xdb91e2c5 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0xdba17bbe km_new_mapping +EXPORT_SYMBOL vmlinux 0xdbb236cc __dst_free +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbf349b7 clear_nlink +EXPORT_SYMBOL vmlinux 0xdbf9b1bb netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0xdbffc8d6 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xdc00a4f6 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc3c41a8 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc4ee6de inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc57f532 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xdc648030 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xdc8d1dde _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0xdca9c632 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdccd8fd1 pci_release_region +EXPORT_SYMBOL vmlinux 0xdcf2b307 __serio_register_driver +EXPORT_SYMBOL vmlinux 0xdcf5b2dc kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0xdcf92379 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xdcfce89f ps2_begin_command +EXPORT_SYMBOL vmlinux 0xdcfdd370 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xdd0fc58b padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0xdd1374c2 set_create_files_as +EXPORT_SYMBOL vmlinux 0xdd83603d scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xdd842e28 register_xen_selfballooning +EXPORT_SYMBOL vmlinux 0xdd86ab26 skb_copy_expand +EXPORT_SYMBOL vmlinux 0xdd9209f7 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xdd98b3c9 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xdda4f15a vga_switcheroo_set_dynamic_switch +EXPORT_SYMBOL vmlinux 0xdde83545 intel_gtt_get +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde15a33c pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xde16dc16 tboot +EXPORT_SYMBOL vmlinux 0xde28dac4 kill_anon_super +EXPORT_SYMBOL vmlinux 0xde582b86 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xde6151db tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0xde866f0e xfrm_state_update +EXPORT_SYMBOL vmlinux 0xde8d73e0 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdea3233a tty_lock +EXPORT_SYMBOL vmlinux 0xded14b6a amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0xded6d2e1 netlink_set_err +EXPORT_SYMBOL vmlinux 0xdef95948 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xdefab8bb dev_uc_sync +EXPORT_SYMBOL vmlinux 0xdf07d7a0 current_task +EXPORT_SYMBOL vmlinux 0xdf0da3cc acpi_get_devices +EXPORT_SYMBOL vmlinux 0xdf12a927 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf955863 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xdf9671da mmc_erase +EXPORT_SYMBOL vmlinux 0xdfa732ca __bread +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfdc9c6b tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0xdff1f3cf tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe0286739 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xe0308121 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe06e4199 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe09f9fe9 dcb_getapp +EXPORT_SYMBOL vmlinux 0xe09fa967 block_write_end +EXPORT_SYMBOL vmlinux 0xe0a0c2ff create_empty_buffers +EXPORT_SYMBOL vmlinux 0xe0ac8bd2 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b92150 kernel_bind +EXPORT_SYMBOL vmlinux 0xe0c15c29 netdev_state_change +EXPORT_SYMBOL vmlinux 0xe0e4b605 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xe0f4901e unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xe0f52a10 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11f3429 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xe1296340 dquot_disable +EXPORT_SYMBOL vmlinux 0xe12f4f7a tcp_sendpage +EXPORT_SYMBOL vmlinux 0xe132ee14 agp_backend_release +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe13d0af3 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xe15a2f07 generic_permission +EXPORT_SYMBOL vmlinux 0xe15f42bb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe17a9333 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xe1a0bb7b __pci_enable_wake +EXPORT_SYMBOL vmlinux 0xe1c0eb6d __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xe1d1b0f3 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xe1f5b078 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xe1f6c540 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0xe1fe6b08 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe20372ae radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe207e43f input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xe208d5c1 input_open_device +EXPORT_SYMBOL vmlinux 0xe21680a2 sk_net_capable +EXPORT_SYMBOL vmlinux 0xe222c0f5 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xe2233609 kill_pid +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe241b8dd pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xe24cb019 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe2556487 sock_no_connect +EXPORT_SYMBOL vmlinux 0xe258da28 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xe264ebd3 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0xe26e48db gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xe2778160 dquot_release +EXPORT_SYMBOL vmlinux 0xe2792e20 down_write_trylock +EXPORT_SYMBOL vmlinux 0xe29b04e9 acpi_set_firmware_waking_vector64 +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2aed859 netdev_err +EXPORT_SYMBOL vmlinux 0xe2cfb038 __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2d8090a generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xe2f2f020 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xe2f42d3e phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0xe2f4e383 pci_enable_device +EXPORT_SYMBOL vmlinux 0xe2fea455 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xe3132a55 blk_requeue_request +EXPORT_SYMBOL vmlinux 0xe31446dd blk_end_request +EXPORT_SYMBOL vmlinux 0xe319eb24 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xe31f93fb truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xe33618aa pci_clear_master +EXPORT_SYMBOL vmlinux 0xe33f164d flow_cache_init +EXPORT_SYMBOL vmlinux 0xe3495fb1 search_binary_handler +EXPORT_SYMBOL vmlinux 0xe34da200 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xe359bcad security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xe37cfa50 udplite_prot +EXPORT_SYMBOL vmlinux 0xe3826f98 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xe3832725 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xe38ccba8 zero_fill_bio +EXPORT_SYMBOL vmlinux 0xe3a506c9 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3c1277d genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xe3c6a370 free_buffer_head +EXPORT_SYMBOL vmlinux 0xe3cab154 devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3e12008 __first_cpu +EXPORT_SYMBOL vmlinux 0xe3e2f384 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0xe3fda5f0 fput +EXPORT_SYMBOL vmlinux 0xe4013269 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xe40bfc05 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xe41cdb01 account_page_dirtied +EXPORT_SYMBOL vmlinux 0xe4404ce6 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0xe448afe9 bioset_create +EXPORT_SYMBOL vmlinux 0xe4590f27 ht_create_irq +EXPORT_SYMBOL vmlinux 0xe45cb6c1 key_revoke +EXPORT_SYMBOL vmlinux 0xe45fcbdd netlink_unicast +EXPORT_SYMBOL vmlinux 0xe481e1c3 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe497e213 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xe4b531f3 down_write +EXPORT_SYMBOL vmlinux 0xe4f9cdd0 file_update_time +EXPORT_SYMBOL vmlinux 0xe5185b82 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0xe5208918 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52c5d3f tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xe530d757 acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xe573e69f input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xe5783a27 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5a30610 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0xe5b88f95 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xe5bec95c i8253_lock +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d20e0e compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0xe5d867c1 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe5f648d0 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xe60955a6 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xe61c20eb km_policy_expired +EXPORT_SYMBOL vmlinux 0xe62710d2 compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0xe6326fc6 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xe63671db phy_start +EXPORT_SYMBOL vmlinux 0xe63e23c7 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0xe643cc6c mpage_writepage +EXPORT_SYMBOL vmlinux 0xe64a08f0 sync_inode +EXPORT_SYMBOL vmlinux 0xe64d98fe rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xe65219fd user_revoke +EXPORT_SYMBOL vmlinux 0xe66744ca cdev_alloc +EXPORT_SYMBOL vmlinux 0xe691cd60 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69a9df4 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe6a16bf5 tty_port_open +EXPORT_SYMBOL vmlinux 0xe6c28fc5 path_put +EXPORT_SYMBOL vmlinux 0xe6c59299 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xe6c65c6f dm_register_target +EXPORT_SYMBOL vmlinux 0xe6d34f4d bio_map_user +EXPORT_SYMBOL vmlinux 0xe6fb675c node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe70c9ab0 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xe716baed acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xe7405bb4 max8925_set_bits +EXPORT_SYMBOL vmlinux 0xe74f258b dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xe76bd2b9 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xe7850049 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0xe78d11ba input_unregister_handler +EXPORT_SYMBOL vmlinux 0xe78fb46a inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0xe79f81dc fb_find_mode +EXPORT_SYMBOL vmlinux 0xe7a332e8 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7bc5131 from_kprojid +EXPORT_SYMBOL vmlinux 0xe7c715f3 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xe7d1e9be cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0xe7d217bd blk_put_queue +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e2a1cc padata_start +EXPORT_SYMBOL vmlinux 0xe7fcbee7 freeze_bdev +EXPORT_SYMBOL vmlinux 0xe810623a vfs_mkdir +EXPORT_SYMBOL vmlinux 0xe81a444c compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe832a763 cpu_core_map +EXPORT_SYMBOL vmlinux 0xe8384c25 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xe851ef8d i2c_clients_command +EXPORT_SYMBOL vmlinux 0xe875beea free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xe8779707 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe8835926 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0xe8865f1b ip_defrag +EXPORT_SYMBOL vmlinux 0xe895c98e blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0xe8a1f96a dev_addr_init +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8cb89a5 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xe8dbafef __next_cpu +EXPORT_SYMBOL vmlinux 0xe8f0b4db blk_start_queue +EXPORT_SYMBOL vmlinux 0xe9039981 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xe9129555 dquot_alloc +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe91e5ef7 blk_recount_segments +EXPORT_SYMBOL vmlinux 0xe932a90b x86_hyper +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95e00cf flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0xe969d4c4 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xe98397f1 get_super_thawed +EXPORT_SYMBOL vmlinux 0xe997667b wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xe9b0b286 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0xe9dff136 mempool_alloc +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9f98858 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea0b94dd blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea23c1b0 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0xea3b93dd do_fallocate +EXPORT_SYMBOL vmlinux 0xea566381 dma_find_channel +EXPORT_SYMBOL vmlinux 0xea7b8a44 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xea8a197c iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xea8db796 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xea90bdd3 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xea91b673 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xea957148 napi_gro_frags +EXPORT_SYMBOL vmlinux 0xea9b2276 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xea9c1ba2 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xeac73847 irq_regs +EXPORT_SYMBOL vmlinux 0xead1fefc secpath_dup +EXPORT_SYMBOL vmlinux 0xeadbcdf0 dget_parent +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaebde1a dquot_file_open +EXPORT_SYMBOL vmlinux 0xeaf74b2f tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0xeb198164 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xeb1b1608 dev_addr_del +EXPORT_SYMBOL vmlinux 0xeb2b2ec1 simple_unlink +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb4cdb9a dm_put_device +EXPORT_SYMBOL vmlinux 0xeb6700d1 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xeb6d65ad scsi_dma_map +EXPORT_SYMBOL vmlinux 0xeb901f14 ns_capable +EXPORT_SYMBOL vmlinux 0xeb9a0ae1 pnp_device_detach +EXPORT_SYMBOL vmlinux 0xebab7974 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xebc22205 pci_request_regions +EXPORT_SYMBOL vmlinux 0xebd2485d inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xec0a79aa empty_aops +EXPORT_SYMBOL vmlinux 0xec128639 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0xec463380 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec730387 _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xec7f46df noop_fsync +EXPORT_SYMBOL vmlinux 0xec9300d6 devm_gpio_request +EXPORT_SYMBOL vmlinux 0xeca07184 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xeca7c48c netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xeccd3e0c acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xecd99c29 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xececf397 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed02eece ppp_dev_name +EXPORT_SYMBOL vmlinux 0xed22f2d1 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0xed3942b3 iterate_fd +EXPORT_SYMBOL vmlinux 0xed42dd0d netlink_net_capable +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed690ca0 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xed6d6163 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0xed737aec freezing_slow_path +EXPORT_SYMBOL vmlinux 0xed7c19bc pci_bus_type +EXPORT_SYMBOL vmlinux 0xed91360a kernel_getsockname +EXPORT_SYMBOL vmlinux 0xed999164 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xed9dbeb1 proc_create_data +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedb40016 kernel_connect +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedf7928f blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xedfc6024 mmc_add_host +EXPORT_SYMBOL vmlinux 0xee0a055c __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xee1cf658 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0xee1e592b swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xee2088f4 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xee24db31 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee323659 i2c_master_send +EXPORT_SYMBOL vmlinux 0xee46885d add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xee7221e2 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xee76edb8 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee824c29 iterate_mounts +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee9a9bd3 is_bad_inode +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb5bd3b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xeeba0c96 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0xeecbcd8c security_inode_readlink +EXPORT_SYMBOL vmlinux 0xeed387d8 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xeed49573 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xeee7d786 noop_llseek +EXPORT_SYMBOL vmlinux 0xeee7d9d5 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xeeec26a7 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xeef9bff6 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xef03eb19 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0xef0f765b input_grab_device +EXPORT_SYMBOL vmlinux 0xef1477b3 led_blink_set +EXPORT_SYMBOL vmlinux 0xef189b18 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xef20bb4e set_binfmt +EXPORT_SYMBOL vmlinux 0xef225f9b dev_get_stats +EXPORT_SYMBOL vmlinux 0xef3c712c __free_pages +EXPORT_SYMBOL vmlinux 0xef41fca6 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xef4d7810 register_netdev +EXPORT_SYMBOL vmlinux 0xef5ed87e xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xef617146 pci_platform_rom +EXPORT_SYMBOL vmlinux 0xef6a945c clear_bdi_congested +EXPORT_SYMBOL vmlinux 0xef7cd55c inet6_ioctl +EXPORT_SYMBOL vmlinux 0xef80c087 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0xef8cc1f5 key_validate +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefaba24b pci_disable_msix +EXPORT_SYMBOL vmlinux 0xefba93e1 mempool_destroy +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefda3d4d lru_cache_add_file +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefe099c3 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf0501213 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf066a5a8 vfs_link +EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf073600c xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xf08153d9 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf097437b inet_frag_find +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0a8237a radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xf0b1db54 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xf0c7ca4d thaw_super +EXPORT_SYMBOL vmlinux 0xf0e19912 blk_peek_request +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit +EXPORT_SYMBOL vmlinux 0xf116d4b5 copy_in_user +EXPORT_SYMBOL vmlinux 0xf11c7ae1 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xf1266942 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0xf138ed44 bdput +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf147ecb1 down_trylock +EXPORT_SYMBOL vmlinux 0xf1580e45 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xf1764877 netpoll_setup +EXPORT_SYMBOL vmlinux 0xf177957b scsi_remove_target +EXPORT_SYMBOL vmlinux 0xf17a8032 proc_mkdir +EXPORT_SYMBOL vmlinux 0xf1888e16 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1a5cea3 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0xf1a5f896 __page_symlink +EXPORT_SYMBOL vmlinux 0xf1a8d4a2 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xf1c429aa iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0xf1c9ff24 elv_rb_add +EXPORT_SYMBOL vmlinux 0xf1d275b4 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1dc897a da903x_query_status +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1eaedc2 __put_cred +EXPORT_SYMBOL vmlinux 0xf1fd30f3 tty_port_close_start +EXPORT_SYMBOL vmlinux 0xf2076b7b twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xf209844d sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf21a7bd4 current_fs_time +EXPORT_SYMBOL vmlinux 0xf22449ae down_interruptible +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24295dd netpoll_print_options +EXPORT_SYMBOL vmlinux 0xf2726671 textsearch_register +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf2929ca9 nf_afinfo +EXPORT_SYMBOL vmlinux 0xf294cf4f pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2b733db xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xf2c66d10 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xf2c70309 ppp_input +EXPORT_SYMBOL vmlinux 0xf2e82bde agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xf2eb2eb5 seq_open_private +EXPORT_SYMBOL vmlinux 0xf2fec2a4 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xf30fd4ec cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xf312cb9d ucs2_strsize +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf33eb009 block_write_full_page +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35b04a2 padata_free +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf391a153 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xf3921d6d pcie_set_mps +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3986b06 acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0xf3a0dc13 sync_blockdev +EXPORT_SYMBOL vmlinux 0xf3a7b234 input_allocate_device +EXPORT_SYMBOL vmlinux 0xf3bf02d0 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3c6ae1f udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xf3cf762b __page_cache_alloc +EXPORT_SYMBOL vmlinux 0xf3d2cc81 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xf3e708dc sget +EXPORT_SYMBOL vmlinux 0xf3efdcd1 locks_init_lock +EXPORT_SYMBOL vmlinux 0xf432dd3d __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xf4400fb3 address_space_init_once +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf48c3adc devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xf49e5e8d max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit +EXPORT_SYMBOL vmlinux 0xf4abded8 flow_cache_fini +EXPORT_SYMBOL vmlinux 0xf4acaf05 qdisc_reset +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4d3ad55 elv_add_request +EXPORT_SYMBOL vmlinux 0xf4d691b0 from_kgid_munged +EXPORT_SYMBOL vmlinux 0xf4d87b8b ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xf4d895e5 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xf4eba00a dqput +EXPORT_SYMBOL vmlinux 0xf4ebff14 padata_add_cpu +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf51ae235 touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xf51bf88b nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf51e1990 write_cache_pages +EXPORT_SYMBOL vmlinux 0xf522da24 acl_by_type +EXPORT_SYMBOL vmlinux 0xf536d22e acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5444d98 compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xf5494c31 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xf59cf862 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5b10e67 acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0xf5d93262 vfs_rename +EXPORT_SYMBOL vmlinux 0xf5d99562 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5fe2ec8 pci_find_bus +EXPORT_SYMBOL vmlinux 0xf62ba7e7 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xf638769a dev_set_group +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf642bbb1 ida_remove +EXPORT_SYMBOL vmlinux 0xf64706ad vlan_vid_del +EXPORT_SYMBOL vmlinux 0xf65089a0 finish_no_open +EXPORT_SYMBOL vmlinux 0xf660f899 inet_ioctl +EXPORT_SYMBOL vmlinux 0xf66fb8a8 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xf67e026e audit_log_start +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6862109 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf6a6e8a1 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6be22e8 fs_bio_set +EXPORT_SYMBOL vmlinux 0xf6eac516 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf70fa4ec compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xf726c480 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xf7289d14 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf72e3d93 md_flush_request +EXPORT_SYMBOL vmlinux 0xf737911b nf_unregister_hook +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf746ab28 names_cachep +EXPORT_SYMBOL vmlinux 0xf74abc57 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf760fef1 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0xf7636973 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0xf77af7f7 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xf7a08b30 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xf7adcaf3 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0xf7fa9f71 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf80de9ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf817ea39 unregister_filesystem +EXPORT_SYMBOL vmlinux 0xf822a336 mmc_free_host +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abbbb padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82cfd1a proc_dostring +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf83572cf __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xf84e5963 ll_rw_block +EXPORT_SYMBOL vmlinux 0xf85255ed __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xf86c0711 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xf885ff23 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xf88e0ee2 acpi_get_table_header +EXPORT_SYMBOL vmlinux 0xf8983de7 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xf8e36748 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0xf8fbb4cb revalidate_disk +EXPORT_SYMBOL vmlinux 0xf90e951a tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xf919ab96 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xf91d9e45 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xf92d9ded dev_uc_del +EXPORT_SYMBOL vmlinux 0xf958c477 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0xf96fb2fe __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xf99187fd dev_emerg +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9b1a29b mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0xf9c0a2d8 generic_readlink +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9fa1bd9 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xfa1d969d blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xfa2d7c56 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa626dba do_splice_from +EXPORT_SYMBOL vmlinux 0xfa658c76 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0xfa66f77c finish_wait +EXPORT_SYMBOL vmlinux 0xfa92bb9d check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0xfa991126 sock_update_memcg +EXPORT_SYMBOL vmlinux 0xfab383b9 rename_lock +EXPORT_SYMBOL vmlinux 0xfababfe7 pagevec_lookup +EXPORT_SYMBOL vmlinux 0xfabcc1ff ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xfac44333 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfae67020 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfae9479c fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb0443fb acpi_get_parent +EXPORT_SYMBOL vmlinux 0xfb0bf10a iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xfb11266e tty_port_close +EXPORT_SYMBOL vmlinux 0xfb180a36 __register_binfmt +EXPORT_SYMBOL vmlinux 0xfb1f0313 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xfb36451a scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb588748 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb73fb98 idr_remove +EXPORT_SYMBOL vmlinux 0xfb80c7a0 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xfb885cde sk_capable +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbb7a196 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc1a90a4 dev_addr_add +EXPORT_SYMBOL vmlinux 0xfc1efc38 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc42717c generic_show_options +EXPORT_SYMBOL vmlinux 0xfc67f120 set_bh_page +EXPORT_SYMBOL vmlinux 0xfc8231d0 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xfc872fd1 get_ibs_caps +EXPORT_SYMBOL vmlinux 0xfc8bffef i8042_install_filter +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcac0d40 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0xfcac24aa ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcc54f91 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xfcebafec generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf19d23 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd05c6f3 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xfd1b4bd2 dquot_drop +EXPORT_SYMBOL vmlinux 0xfd2f7838 scsi_print_result +EXPORT_SYMBOL vmlinux 0xfd362d35 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xfd422ec9 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xfd450fa5 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xfd5fe9fc padata_alloc +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd83f8e2 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfd9ea2a9 cdev_add +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfdabcb1a load_nls_default +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfde1c78b nf_log_register +EXPORT_SYMBOL vmlinux 0xfde75195 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xfdf8ba52 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xfdfb792f amd_iommu_pc_supported +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe047ce6 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0xfe26fc7c nr_node_ids +EXPORT_SYMBOL vmlinux 0xfe545e87 skb_queue_tail +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe821296 set_device_ro +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfeb43304 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xfec6904f agp_free_memory +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee04854 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xfee75199 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff59818a __neigh_create +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff954f11 nf_log_set +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffa355d1 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xffa6708f follow_down_one +EXPORT_SYMBOL vmlinux 0xffaa369d simple_statfs +EXPORT_SYMBOL vmlinux 0xffc04925 tcf_register_action +EXPORT_SYMBOL vmlinux 0xffc38858 drop_nlink +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffdd1f6c blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xffdd35fa eth_header_cache +EXPORT_SYMBOL vmlinux 0xfffe2e27 devfreq_add_device +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-x86_64 0x7060bf0a crypto_aes_encrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-x86_64 0xe409b491 crypto_aes_decrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x13a65ecf camellia_ecb_enc_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x17bf48dc camellia_xts_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x1a08ded1 camellia_xts_enc +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x47129015 camellia_xts_enc_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x7d54edc2 camellia_cbc_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x7e87ef55 camellia_ecb_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x8f185793 camellia_xts_dec +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x9e8086dc camellia_ctr_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x0a43e53e lrw_camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x16061d06 __camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x1636abdf __camellia_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x1da0e256 camellia_crypt_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x31bbe42b camellia_crypt_ctr_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x50dc55b6 __camellia_enc_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x92f2fe24 xts_camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x930f687f camellia_decrypt_cbc_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xa41a5ad3 camellia_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xce71b304 lrw_camellia_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xf4521fda camellia_dec_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x25ca0fba glue_xts_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x7464d84d glue_cbc_decrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x8f02ac4d glue_xts_crypt_128bit_one +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xb231db81 glue_ctr_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xb64d9cf9 glue_ctr_crypt_final_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xd5db619b glue_cbc_encrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xdb7b26a2 glue_ecb_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x016a957f serpent_xts_enc_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x0c5a8af6 serpent_xts_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x0ff3c26d serpent_xts_dec +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x606a8162 serpent_cbc_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x79ff0b7a serpent_ecb_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x831c85fe lrw_serpent_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x9ae34b2f serpent_xts_enc +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x9e018632 __serpent_crypt_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x9f99663c serpent_ctr_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0xa84ea33d serpent_ecb_enc_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0xc2acf480 lrw_serpent_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0xe02723bc xts_serpent_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x19dc7881 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x5e752773 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x0ebbf8a0 xts_twofish_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x18a884c3 lrw_twofish_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x1fd77fb1 twofish_dec_blk_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x61694b97 twofish_dec_blk_cbc_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x6d805ee2 lrw_twofish_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x8d75ab44 twofish_enc_blk_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x8e856922 twofish_enc_blk_ctr_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xf2e80e9c __twofish_enc_blk_3way +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00aaf935 kvm_disable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x07f90b1d kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x09c27122 kvm_x86_ops +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0be8cebb kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12be9a5e kvm_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x13255c3e gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x151ff616 kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x171097da kvm_set_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x194e35ff kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1b368771 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d5b0118 kvm_require_cpl +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1ea80171 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f4a0d02 cpuid_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20463860 kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2515bc19 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x26813f05 kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2b8b1e16 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2c946a9e kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d637706 kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2fe46dcf kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x317f9e6b kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x359479de kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x35c67e9e handle_mmio_page_fault_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x38eade56 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3a577cdf kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ad60b9b kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3b5dd35e __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3b740724 kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x41e5bf25 kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x44f196ae load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x467c7451 kvm_mmu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x47231686 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4731c098 kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x49e72b60 kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4c51f664 __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53a2a3f7 __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53f41bfb kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5a81413e kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5b85d203 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c16523f kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5db17054 kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5dc3aeb4 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5f04f84e kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x62951b8e kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x632d61a4 __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64020e10 kvm_set_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64a34f49 __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x652363f8 kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x67d71a6d kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x68706001 kvm_inject_pending_timer_irqs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x68c75547 kvm_inject_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6bc9b74c kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6fc2fc28 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ff7a89f kvm_mmu_get_spte_hierarchy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x763a59ca kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x79135f9f kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7a2c3770 fx_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7b61ff41 kvm_write_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7be0b925 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c502ab9 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7d477960 kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f2c1163 __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f471cd9 kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f7c8703 kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x80602d7a mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x807f1baa kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x831327da kvm_max_guest_tsc_khz +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x83699b76 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x83b8b1c6 kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x84687241 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x85c45cc2 kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x861c861e x86_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x872d7d66 kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x87bbf653 kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a26f7b0 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ce4f3ab kvm_enable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e65b1eb kvm_mmu_unprotect_page_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f886850 kvm_vcpu_block +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x948906a9 kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x965b56cb kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x96f26459 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x983af9dc kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a216313 kvm_define_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9ec963cb kvm_read_guest_page_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9ee59155 __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f12c8d7 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f68cd8f kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0ec3a0a gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa25ce617 kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa2cabc4c kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa308263a gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa508e36b __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa729ef5b kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7d3ea9e kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa8c1649b kvm_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa9fb1681 kvm_fast_pio_out +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa213949 kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa5a63b5 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa79cab5 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xacf7f97c gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xad9b80ed kvm_before_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaf275715 __tracepoint_kvm_nested_vmrun +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaf734363 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb2b32471 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb77d8ab5 kvm_mmu_unprotect_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb9bf2a8d kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba9ed435 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbd824dc8 kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc3345606 gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcd63e44e kvm_mmu_sync_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcef3fec5 __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0459e67 kvm_has_tsc_control +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0b2727a kvm_mmu_set_mask_ptes +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd542c26a gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdac77fa0 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdcb5b19d kvm_after_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdd51fb0e kvm_get_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdd8d4e05 kvm_inject_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdeb9e564 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe59e69c1 kvm_mmu_unload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeae0ed09 kvm_set_xcr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeb7da622 kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf10d26a2 kvm_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf37cf180 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf4d263dc kvm_init_shadow_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf5ee490b kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfabd8f90 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb844383 kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfdc0003f kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfebd5c4e kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xff3d7554 kvm_mmu_flush_tlb +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xffd435b1 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x1ef734c9 ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x59c4e00b ablk_init_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x6252f689 __ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x6dce2687 ablk_decrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x9c65aa10 ablk_init +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xa8763fba ablk_set_key +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xbce28538 ablk_exit +EXPORT_SYMBOL_GPL crypto/af_alg 0x03e65eb0 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x289197b2 af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x390f487a af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x5cd97a7d af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x6104eb11 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x65eef7f4 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x6cc91143 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xbfbaf5c7 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xf5d2acd5 af_alg_accept +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x28880531 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x182c14a2 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xe995f349 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x0f1c9b43 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x71116078 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1db7f81d async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x5f4d5197 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x7fcd4169 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xee4c92f2 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x57fbc47e async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xd6abdfb5 async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x74c9de03 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x29dfe11a cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x21d3e7e1 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x0793517f cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x0d6d809a cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x223da709 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x30a9c5f0 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x461dbef6 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x979522f9 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x9cb75595 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xaa5bc728 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xcd2956ec cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xd9091b28 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0x7c672e3b lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x762ab381 serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xcdc1f091 twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0xc8cad551 xts_crypt +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xb9a141b0 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xe1372311 acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/acpi/video 0x3c65037d acpi_video_verify_backlight_support +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x14b3c697 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1ded1176 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x27af7891 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2c9895f3 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3eca837e ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x41e66298 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x48c1f771 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x548e6689 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x628b7633 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x71de538c ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x77786c0e ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xabd8742d ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbab1423c ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbfa29508 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc10de5e0 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc257a2cd ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcab2cb52 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcc542e99 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd72b4c02 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe5ead5ee ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf5e7ca46 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x01c407ac ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x2c3008c8 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x5babda85 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x874cc4ab ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb7854c8e ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xbc77e953 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc5a6be35 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc9c78d33 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd69b77f4 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe850015e ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xed13f09c ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x278f99c1 __pata_platform_probe +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/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/bcma/bcma 0x02e9c664 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0814abd7 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1a5508de bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1b1aec12 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1cb0ea88 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x56732347 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7681764b bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x77e24a2d bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7d688e3c bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x99b42aa8 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa2a0559b bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa2b34a76 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa335365f bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xae5adeb7 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb4518df0 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb6c0c18f bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd7926d3c bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe0c88029 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe2e2a6fd bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe4d9d0b0 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe8ce2c7f bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xea02c136 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf5bfc403 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0ce60a09 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x17c1d226 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2975336c btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5e9e5991 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6c2c72b5 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa97421d6 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbf9a52c7 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd0432da6 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd2b33839 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xeba2e351 btmrvl_register_hdev +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 0xd7347b81 ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x31a2c8df dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x4e3c5ae4 register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x5218915a alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x7390bc16 unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x7aff2481 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x802c750d dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xac34ecec dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0xba73f014 dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xd047b28e free_dca_provider +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x01fa8759 dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x134caa97 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x1a7697bc dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x65754ed2 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb4d7b3d1 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/edac/amd64_edac_mod 0xb50ce99a amd64_get_dram_hole_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x019fd4f9 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x148cf87b edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2f0df223 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3845e63d edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3d5e33e2 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x58b474bc edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5a915780 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5cefe419 edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x607d01e4 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6645dcb2 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x66dea761 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x77df92f3 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8812ac9e edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x9bbd294e edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xaa1abd22 edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb1495530 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbb48df78 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbf6c4d7e edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc11865ce edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc3603010 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc90cb75a edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe4705c5a edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf49e8fca edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x14878009 amd_report_gart_errors +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x21626132 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x737912b3 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xb30b7e56 amd_decode_mce +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x013fbdac cs5535_gpio_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x93f8fe67 cs5535_gpio_set_irq +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xc0bb404a cs5535_gpio_setup_event +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xd3bd9300 cs5535_gpio_isset +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xe07c0954 cs5535_gpio_clear +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x895565b1 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xbcab7e25 bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x6b243637 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x975220e0 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x34d22879 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8c32dab5 drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe5592522 drm_class_device_register +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 0x15a270d4 i915_release_power_well +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 0xa89ea1e9 i915_request_power_well +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xb76bf2ac i915_get_cdclk_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x440998d4 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x5645cd26 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xb51b2fa1 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/hid/hid 0x049f38b1 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x054c7afe hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05de4d1b __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0d666e53 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x12049209 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x23c6a9fe hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x23cfbb07 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2a2a0a44 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x37b9ea79 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3bf26407 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4a934a7b hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4bf48f21 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5bed297a hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5c9c1de3 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5e6d10ee __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x65c4f242 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6b4771d6 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6cf96591 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x72085a55 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7bff85cb hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8017196e hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x826e3839 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x844dec14 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8c410a74 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8dfd0ad2 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa568d7f2 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa90077c5 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb349ae57 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb83891bb hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbca7d809 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc77ca8ff hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcca4cddd hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd0e3b893 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xea59512c hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeebf8aaa hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8b026eda roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x15114c8d roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x49e5ae30 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa77bacb0 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xbc8fa7c8 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xcaea8f97 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xe2728cf2 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0f670d78 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x446b2032 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5879f31d sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x81eb958c sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x99806ba4 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc244caa3 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc6187e15 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xcf318cdd sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd7e09d31 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xdce3edc1 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0202bcba hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x178f39a7 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1a76746e hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x347fdfeb hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x390f5410 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5ded3e9f hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5f7aa215 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x833d63c4 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8bc8fbc6 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9922f8e9 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9d9d860b hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa16846d0 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa8ed0af6 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd0de405c hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xdef45eea hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xec48890b hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf186ace1 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x17363b6f vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x275dedd2 vmbus_get_outgoing_channel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2bbc032a vmbus_sendpacket_multipagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x358fafa5 vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4289306c vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x50d57ed5 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7232d865 vmbus_are_subchannels_present +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x76d61f10 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8c56111d vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9b05ce59 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdde943e6 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xef2a5a34 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf45dd651 hyperv_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf4733b3f vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x37490522 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x49e1c9f1 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xb1b61dfb adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x03095e1d pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2bd30c1f pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4adb9ad0 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x614044e5 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x6980c236 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x8c043fbf pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xb2b0fff5 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xcee7a362 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd5157ed0 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe12f1fff pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe2a78683 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xfb61fee1 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x20eeb67c i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x33adff17 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x8fe7eebf i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x974fa987 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x9f351195 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xb9980f6c i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xbf890de8 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe7687391 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xfd063329 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0xb5de201d nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x647086bc i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xf16a6b63 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x1e53ac10 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x831b0441 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x23c6b169 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x2502bdb6 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x5be2e541 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x7b301f0f ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x88209587 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x9a6a9980 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa3bba087 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xb734313e ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xe51f1d65 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0281076d adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x1147ea92 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x36610387 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x70c5c506 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x92637bc6 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9901996c adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9d56fe72 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xc55585b4 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xc67c08fb adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd8c34d66 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xddaee9e2 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xe77defae adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0051fbc8 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0997deef devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0c292e9f iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1591193a iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1923ce09 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2163e8aa iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x24224932 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x28950282 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3a7d9606 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3fc9152c iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x46db7a5c iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5668f6c1 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x675abb9d iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6ff228e8 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7f90d58f iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9052c764 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9dc8b223 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa05605d0 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa3dbfc30 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa8bf57e0 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaa060277 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb2fe61ac iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb6eb7cab devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb93bcccc devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbce7eb51 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc2bc2e4b devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc5b04235 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd86084db iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe2361ad2 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe3436e8e iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe6cbfcca iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe7fa8a54 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xef9c6f05 iio_enum_write +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/hw/ipath/ib_ipath 0x1514b2b2 ipath_debug +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xeeac6308 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x9d908d2d adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x07f0a9a9 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x136d3e94 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xc31efbca cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x8cabf906 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x9b81df68 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xf5dd9ab9 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x49729de9 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xc6031d60 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1d183585 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1dcbcbd4 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3836bde3 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x605232bf wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x60cde1ef wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6de2490c wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x83c4b678 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbd2d0f87 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xccdfd610 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd161cb4a wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf87ea447 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xfb8b4b32 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x07b170a7 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x30224c7e ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x30a127c6 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x34d66c7d ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4a1f2065 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x91df6c2d ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x97353bad ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa5582145 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe0229da0 ipack_device_init +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x0198212d gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x108acc84 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2ac49633 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3de9557b gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5d111c33 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x600c1268 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6e84e3d4 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x71e694de gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x79898a65 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x99a8249e gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9a1e3f35 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3367b62 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc6baf324 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd332fbb0 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe07ccb66 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe7bb9f2c gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe9097c55 gigaset_start +EXPORT_SYMBOL_GPL drivers/leds/dell-led 0x86fd1ffb dell_app_wmi_led_set +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x31d53d18 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x536bcbd2 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7ede47a7 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb4928e5e lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb77b1977 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc744bbf8 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd48f7b4d lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xdafd4572 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe2e5e135 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xfa6f78ae lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xff3ef669 lp55xx_update_bits +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/mcb/mcb 0x01184e18 mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x11a92cff mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x4a1ba360 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x65cc2e37 chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x83bc611f mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x890bc4ec mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9022ea5a mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x963bf65b mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xa53e2bc8 mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xcb733864 mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd269febc __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xef798f9c mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xfd0a7405 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0ec17d44 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26062738 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fc380ce __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x40c27b88 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c49fc16 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51a15737 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x616b6217 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6907ac0d __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7be42a1c __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e532a71 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x914361f4 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9272fb0f __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x938cc2b2 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa649dd21 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb157059f __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb317649e __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb493772a __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb834c124 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbb1fc0a4 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc4fcb1e __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1474d91 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc379085a __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5aed8ad __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7eda602 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce055cbe __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe20fe821 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe24daf87 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe2ed0930 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea2303e0 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef1156ee __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc131205 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x10721ce5 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2b01ab41 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 0x319ec4eb dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x50a1cbdd dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xac700120 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xafd6cdeb dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf12c3232 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aba7f5e dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9310ba06 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9c256008 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa1d2413a dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa448e19f dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xafbda3f3 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcbb1bae2 dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +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 0xfe1fd69b dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0a5056f9 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x2322c0ea dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x2e5cbe83 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x33e1f78c dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x70d4b382 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x9f2de38b dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa11da354 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x4d1f76b2 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xaa389b12 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 0x1b83b28b dm_rh_delay +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 0x41f749bb dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4430764e dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x45ab972a dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4f0f1638 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x751d27d7 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 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa68e1f06 dm_rh_get_state +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 0xbeecc26f 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 0xf453322c dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfad9d53a dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc62ef4e dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x17c36f29 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42dbdfc3 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x49b35849 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4e6e2a58 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x55b4bd4d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x827a42f4 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +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 0x9f624559 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xafeda29f dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd29923fb dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf375d009 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5455120 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x321bfaa8 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x8f348efb md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0xb344bcb9 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x460c3d40 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x4ae89f2e saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7c1a578a saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8c9a977d saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa595d43b saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xae2aeea0 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb4acf875 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb960dc86 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbbb34d44 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf5934b1f saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x05077d35 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x165753db saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x1700def3 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x1d26dbec saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x35dc1234 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x4fcb657d saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x6ab48db3 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0030c27c smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x09249e59 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x44b9811f smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4bb4343b smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5d0a01ad smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x60ff888d smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x70213cd1 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7377cc93 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7909dd0b smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7daa8b1e smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8495939a sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x90e8c357 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x92cb3d12 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa79cbbd0 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xccd71a64 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd1004ae1 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xed1f34c3 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x31a50c28 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x0e301702 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x0b00bd2a media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x20482399 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x41b5b90d media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0x5b3a4bd3 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0x6208f8dc media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0x690417d6 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x6ac30b82 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0x6ae34918 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x83a5e0d9 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x8fe3f228 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x94ce811b media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0xadeb42ee __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0xba9021be media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0xd07e8987 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0xd589d367 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0xde8f54cf media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0xe44298e8 media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0xe4a2d228 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xc0f6b64b cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1cace933 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x29895f12 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x38dbf9d8 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3ca25b42 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x593ea511 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x66a381ff mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6a6b43d5 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8fd32d35 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x976eae6e mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa6ae8510 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaa66473a mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xacb4d969 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb2b646e2 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcfb5ae26 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd5df3710 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdca1eddc mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe2f8b4be mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0765c806 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x27a6b863 saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2f1153f6 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3f566304 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4abd7179 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x57253f53 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8e6228dd saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x98316fcc saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa4455671 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xad5f8c20 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb20aae60 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb3237a79 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb661f6b1 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbc73c845 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc363435c saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc49b2edc saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcfb4a661 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xddb44c67 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf7308223 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfd03f488 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x1967bbe8 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7fb6410d ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x814e1133 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x844c7a01 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x969bec22 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9b3293f9 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xb03869fe ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x2918c122 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x52c8811e radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0545e442 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x24aa37d0 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4323b8c8 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x52f8546c rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5fe58fbc rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x66b4fa2d rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8bba3edf rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa2674715 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa6cbda64 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb030c842 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb6347b3e ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc8c7d7c9 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcc9e2bca rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd1a8bcaf rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd5e3304c ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd6ce8d28 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe8cb6870 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xedda26ee ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf8b53577 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xb2074cd3 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x9b1ec38a microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xeda10efc mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x85b70324 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x2984ec21 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x835ded31 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x94191989 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xa50969e2 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x27988df2 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x190065d6 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x4629aa58 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x02217c6b tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xea70bc50 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x3c9a7112 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x07dd651c cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0c50a364 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x17dbd0ed cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1b638de3 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x29d98c3f cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3bf6bf2d cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x427f4fda cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5709378a cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x641e6195 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6b5ac567 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x714ab4d4 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x793eac38 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x87a71e89 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb3989a88 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc6260b2c cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdc37ecea cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xde08d672 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf44dc0dd cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfb7b961e cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x2f4c10c8 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x14524f36 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3af8bd9b em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4210455a em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4f9d2fec em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x50a354de em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5cb92240 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x79e22fd9 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8008fb21 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x82f99f72 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x86b6aeca em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x87cd3cf5 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x91efd0e5 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9e3b6d53 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa1959b9c em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa3169412 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa521783b em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb284ed8f em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd154f0d0 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf6852ef5 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x26792b43 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x27ea1f33 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xae31572f tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xcc45534a tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x00b057c3 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x4b0429d4 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7261fe79 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7523337c v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x8a9ea07e v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xdcd70ea7 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x03243741 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x142666f6 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x20099b8d v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2eac95d4 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2f061a9a v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3897decf v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x40764df8 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7741530f v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x77b589fe v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7cbb4cba v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x846aadc0 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8868effd v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8a763697 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x94b31905 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaf3a41f0 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbce4304b v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbec6dac3 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc55802d1 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcdf87781 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd8c82125 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe3aecc4d v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe4fd09eb v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe5120da0 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf9ea9e34 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0bd61d16 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x23ed16f5 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2a3770a8 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3ca2edbd videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x46766112 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5cff6f5b videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x60acb214 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x60f7d9b5 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x65599df3 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7a1bb5ba videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7c144884 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x87c8481d videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x90223807 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9a378f8c videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa0ed4321 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa3972935 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa8421ab2 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaa3090c7 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb3859be3 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc11e9b28 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc7d21a54 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe3b32dba videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf0cece7c videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf532b609 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x54f2ca09 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xe2c4cd5a videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xee6c91d5 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1e02939b videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x28fc5190 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x4bcba20f videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x4f7ead90 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 0x6500ca63 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb12314cc videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb4e684f0 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb6f50135 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xeb9c6655 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x1a07888b videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x482fc532 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x62fbace8 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x070eb57e vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x114d9ce9 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x12ffd8cb vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1710bdb3 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x17116353 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1bb8b974 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2010d3a4 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x225711da vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x27b9b533 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2f95955d vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3367edaf vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x35a35145 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3f17ee88 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x42574337 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4f7c5a9f vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5afd01a8 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5e70292a vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x67c67ec2 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x774c23b0 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7c12fff9 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x88e9cd8c vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x96e0b794 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x992a671f vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9c6a904f vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9cecafb3 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa87eca42 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xae38005e vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb9f56b39 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcb57dafd vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd142edfc vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd8510b27 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe02ce8aa vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe3281dc6 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xea0fe66d vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf140994c vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf2fbf7da vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfa1c109d vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfafef025 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x3a893904 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x99877724 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x99236e73 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x30749d83 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x32698688 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x97dc941f vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xb8317943 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0xb04879d5 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x03563691 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x06679edc v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0c19571c v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1be05b2e v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x24487207 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2a291fec v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2d639fee v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3450a0cf v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x35c25de2 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3d850fb7 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3eed3e3d v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x482da48e v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x57573dc2 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6272f0fc v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6caebe18 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x83ae2a7a v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8ff18e86 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa148b576 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa1fb4283 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa86fe8c1 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa9b34f8b v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaf5ecb3f v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb305b918 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb89e9c63 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc3cdaa74 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc453f150 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcea7ff83 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfce32a04 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x0e99ac76 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x28cb6de0 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x44e363f0 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x90d27f4c i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb1844c66 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb854ae5a i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xcf5eb7d1 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xdd7a7105 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x3344148e pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x375aa121 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x4ae6d755 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5a5250c4 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5adc8875 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5dc8786c kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x668d83bf kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9ff857b6 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa0e4b453 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb684104e kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xcc7097bd kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x5bf516e4 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x9c4db92b lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xd6b67e7f lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x04364492 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x3f81f58b lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4211b7c7 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6152ff76 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6610d700 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x8d52f8f2 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xa8aa2509 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x39000b98 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x8c5909ac lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xffcf4b00 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x10621267 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x68e26a2e mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa2a83978 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb0a7cc10 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe30d859a mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf01d8730 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x069a5c29 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x11c92e43 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x17871ac1 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x349d5331 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5acc3803 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6882c36f pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x93bef311 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb1c2527b pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbeddc8e4 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xcaf64e86 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xde0c7576 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x33152d4b pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x7f5a5363 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x004f1402 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x629d7f0c pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x8d7b00a3 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x946f463f pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xda98fe9f pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x039981da rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x14287ac4 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1af17a8a rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x299c3278 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x29d695b1 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3c7ef407 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x413a70d6 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5d9face4 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6c6a3cd0 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x790ff60a rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x90e88279 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb6889dcd rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc5f00d58 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc6f16e89 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd60e4fac rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe2582386 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe5067c75 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe8fac156 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xed9a3c2b rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf95ac131 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xfcec670d rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x0a303b15 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x0bb53ff7 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x15ae6fe3 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x1f480d59 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x4e965f9f rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x58e1b5d8 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x7a89e061 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x94cb129c rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xbc2a441c rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc8bc338f rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc9f577a5 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xda2de16c rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xe98e0860 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1a17f360 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1c754771 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1ea71bb7 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x22c18318 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x259eb6b2 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2e559d07 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x37047f45 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x370cd1af si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3f513217 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x41c683bd devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x42e24f2c si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x540e65c5 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5cb5149c si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6649aaed si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6a3f9685 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x708103cc si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x79c2e0e6 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7a6f9e48 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7fe55e10 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x82d252c9 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x99f1266f si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9dd156d4 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa5e7071f si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa9b776eb si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb0fad4bc si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb15489b5 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb835795e si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbe6c591a si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbf5e7032 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcea110c0 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xef046197 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf284deff si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf765f3ed si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfe4fb95b si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x29dc8f70 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x44c54e68 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x6b8a55ae sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xb4f7b2e3 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xd91ff235 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x50597345 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xb47a4619 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xda6b12dd am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xe76498c6 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x1856e4a6 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x4b063302 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x5ccdcafc tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x693812a4 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x3e17aa6c tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x42d3432f tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x4bd8d91c tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x62ea1c88 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0xa9160281 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x1d65f21b cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x49dbb1c1 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd2a76903 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xfd1bb898 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x10b6a48c enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x3f659f2e enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x46e1b552 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x641b88ea enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x7bda1efa enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc052b25c enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe8c69cb5 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1d1149f4 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x227c6f5a lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x3d40a72d lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x415a9ea9 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x7742c4c2 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x83e08bd7 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x916dd5c6 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb3f3905a lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x03af15b3 mei_cl_remove_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x091b5ecb mei_cl_disable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x09b95d64 mei_cl_enable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1a89c89f mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3775c92d mei_cl_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x37ca52da mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4b527009 mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x5bdad9be mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x61d663fb mei_cl_add_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x7a5a8a0b mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa3b652f9 mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa40a821a mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb067b6a7 mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xbb150355 mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc09cff87 mei_cl_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xcdecebd2 mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xdef39c6f mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe4d80c35 mei_cl_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe6c9604e mei_cl_register_event_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xed062b9a mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf1377450 __mei_cl_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf54b487b mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf8481cbe mei_fw_status +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xfa01cd49 mei_cl_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xfa0a1aa5 mei_cl_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x0c66b1b3 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x3d42b5b6 st_register +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x0f6680ea vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1152e318 vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x13aa5a5d vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1872c7af vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1a195863 vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x31f6ad8f vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3ef56cd5 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4b630dac vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x50a255c9 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x53c20507 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x677c36d0 vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x69ef87ff vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x6cc1a5f7 vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x722d488a vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7d540b50 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9624c58c vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9973b9b2 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9d16164a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xccbb53d1 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xcf5ed7ef vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xcff91c6e vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xdac94780 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe7e7c107 vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2c58d47e sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x47a74cdd sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x534dbc92 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x56b6d971 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x598d7340 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x59b8535a sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x60be1bfd sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x629cf887 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x639409a9 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7c785e34 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7da722b9 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xaa69a49a sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xab4d5172 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb478db89 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf470ba30 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1719e349 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x19cc5952 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x2de3f4c0 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x355008ff sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x46d93707 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x4b5b7125 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x9c00d881 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa9297e86 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xbb5da858 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x1348de27 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xd17fde59 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xee56fbb1 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x1e2c9244 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x607ed994 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xedd55dc2 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x60050fc2 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x57b3d497 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x6856a294 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x6894783b cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0738bcf9 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x08649771 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0cc041ad mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0fd10d7b unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2150de6c kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2621a258 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2fe11539 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x35988110 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3e0e0155 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x44b01632 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4e71187e register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x524bd58b mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5705ece2 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5ef19a9e mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x639a61b9 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6475ebe7 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x66021c59 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x695badfc get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x83606a73 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x928f3a9f mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9304a7da __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9b37a0cc mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9cfe7e78 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa155a766 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaa467448 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaef09c77 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaf9dfe29 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb76ec30c mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbb2a8517 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc50dff32 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd0cc5ceb mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xda166e58 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdc082307 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe97a8472 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb6bed38 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xed46993d mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xee7e3e19 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeee7fcfc mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf23342dc mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf5081f26 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfb10d562 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x0bf39b4e register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x61187fdd mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x88523661 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x97c6fac1 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xfb5e1ebc del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x29c45bc8 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xcdeddb9c nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x556eb01b sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x7ba4f830 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x9fc6fb5b onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x2504c4e3 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1231e62c ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x20269c3b ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x26bce9e0 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x282b92e4 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2d693f2a 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 0x4e39a245 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x96eb4766 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa49093c9 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb13dde08 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb7677110 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe5543d7d ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfc1e56d7 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfdab3f1c ubi_leb_write +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x0fbe8ca4 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xab469f7e c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xbd36d553 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xbe0ecf7d register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xe8531ac3 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xec215db2 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x16cb8784 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2cfa07c3 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x365112c1 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x3946a8e1 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x483a6171 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7d52319b register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x8418d9f2 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x973dbdd4 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9ac31270 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb3ae2712 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbc193082 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xd1f325f6 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe24a5b0b alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xed31026b can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf30eca00 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf6a16c76 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xfb6823ac close_candev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x4f19d5d0 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x6728a333 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x7956e42d unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x89ddca68 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x3a095e75 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x6bd11871 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8aba0080 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xcac5f7f0 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x011c10a2 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01d458ed mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02b82ae3 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04e5016e mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08904a41 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08dd5ca1 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b01f0d9 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0bbc83ef mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e91675a mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ea61972 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10570593 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1492cd1c mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1514d922 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16974ffe mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16a2d08b mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17e31229 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21f5fb91 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2473312a mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29911c78 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ac72f29 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2bd1a0bc mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d515868 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e72b84d mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x305f3215 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x30cd777b mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x346243f5 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ad1b777 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b1a4464 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42475bdb mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x454fbb58 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4567c479 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4693046c mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48da6a80 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c1051f9 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51f6feb1 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54d5c2b4 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x566d0d12 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59210784 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6585da27 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66413a4b mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c9a225a mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e3841cc mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x750d2225 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75f22df9 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78aecb04 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x795701a2 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bf517d9 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7de79864 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e05354c mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ebcd8bf mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fbce941 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81595fc0 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82175b31 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8360a36c mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85cad9b5 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87ab5813 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88362ae7 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x889ebc26 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a8f4496 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8bc4a221 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c24508b mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91fc15d2 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93dd712f mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9801aa09 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b658d60 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c181e4a mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1dae2d6 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3a025c4 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac94e887 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf8064c1 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb134983b mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2adc443 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb436e830 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4794bea mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5e748c9 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7067486 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7f1b468 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8a6c034 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbaa6ef8 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbc1fb0d mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbee10657 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc52f4472 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6097433 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6398673 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc684ed31 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8f10e8a mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca043d34 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd9de7e2 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce4d9029 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4fc4a09 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd64cd882 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd92a0220 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc4d6b31 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf172d4d mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0bd4729 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3693286 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe434a7be mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec91e865 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef36b288 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2f224df mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4f66e50 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6cfe79c mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf82de06c mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf94abf8f mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb3affe4 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10f5b4ec mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13d57765 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2044846b mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x211df8b2 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x306b977c mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x350ca7e9 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3546c354 mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x363f6e02 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c7b9d21 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87792761 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac1f6994 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad7824a8 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb473c3fb mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce456680 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd77bce1a mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8ba7644 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x40cb68c4 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x65171679 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x69f0148a macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xc31fcad1 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x9dbe99a3 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x651c77fb usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xbc2ad6be usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc58152fd usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xebbbf1bb usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x146df7b8 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7eac2f4c cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x8e396f60 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x8ee723a1 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x91e69fdf cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa679eb03 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf9e6faba cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xfcef14ba cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0df116cc rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x1604bb09 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x2972a73c rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x5b07c8b9 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xaa253b9c generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe8cd287a rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0513c092 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0a67da68 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1535f755 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1bd966b3 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1e20c971 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x20c31235 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x221b57f3 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x236b67d0 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x28631f37 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3bf9cb6b usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3d9b013a usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3fddfd40 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x416ecd64 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4dbd2d1e usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x580fe10f usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x62bfcc0f usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6745550a usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x68cc99b6 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8461f127 usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x97af4efa usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9f5a0319 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa68b502b usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa8c91a8b usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb7e5eee8 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc0bcc141 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc1c65eee usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc372f028 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc39ba108 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc9178bf8 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd66b9859 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xeb8241a8 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf9a1de8a usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x0445d47e vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x06d2c4fc vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x7b9644c1 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xbb547232 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xe4367bf4 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x0ed9b6ad i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2c389938 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2e0e5153 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x31f3883f i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x40169fa6 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x543bc89a i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x726f34bc i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x76e7a8c7 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x79ac8aad i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7e6a2a6e i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x8759c8ad i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x93b466fe i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb75ee43a i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdf2ca311 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xeab46a38 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf7bfef25 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x3c6bfcd8 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x7647ce90 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xb1322644 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xf5699320 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x0f62a7b2 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x43bcdace il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x51d6f1ee il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x58dd4c12 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xbc927b89 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xd260d55e il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x022012c3 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x09a3c6c6 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0c7957c3 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x225e26d2 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x23b31849 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x2e8eb7c3 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x31c29254 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x581a6696 __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x645772a6 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6715334b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6955b3b5 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x739802b8 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x73b0fc75 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x767b68c9 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x76e22269 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x77e95803 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9394ab2f iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x95795c57 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa94cdf53 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc1cf0f0f iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcf341945 iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd1db77fe iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd921ac8a iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdd3e32a4 iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe8e89a91 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xec191158 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf6e01693 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x002d834f lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x00666a94 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x00cc025a lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x00e7b57d lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1a27dc4c lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x225b5b5e lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2488b56a lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x278bc115 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x630dcc37 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6ef1f980 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7237e537 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xadeca847 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xafe1a5a3 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xcd0edb2c lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd5bb3c53 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf89ed0dc lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x00a546ec lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x17c24b36 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x206572c5 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x2317bcb6 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x760050c2 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc518a1c9 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc5c7c733 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xd43d9baa __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x1a6c8f64 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x66edf7c9 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x1ac465bb mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2869c30f mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2a86843a mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x3832d552 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x393b8bec mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x3cd53b16 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x5b3d3113 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8d56c558 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x90e43e64 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x98b7f669 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9b1305b7 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc221b6aa mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc9a08699 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xd1696ecd mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x07097695 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x25e19402 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x317d3075 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x49ee0802 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x666f5c4c p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x69d83107 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x8aa2e6ef p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xcfd0dff9 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xfec46aaf p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x36c2374e rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x4ea266fc rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x636107fe rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xed44e5a5 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x03f38e19 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x124a3101 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x138a2410 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1e91c9fe rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2447ccaa rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x26979546 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2b76429a rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x31651ab9 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x32cf48ea rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3463127a rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x511b938f rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5aa80c64 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x60d55aec rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x67465ce0 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6a5a25a3 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x70f449f7 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7b7caedd rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8560d171 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8a90952a rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8b384a23 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8fa585f1 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x90716fbb rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x91f8fe2d rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x995c560f rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9db24904 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa35c8c22 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb924effe rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc1f86790 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc328fb27 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc38efc19 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc5192858 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc89a79ac rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd5914683 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xdb2dfae5 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xdbb06aa2 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe2336a02 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf2f2080e rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf9514bec rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0195e2ef rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x117cadc8 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x26d4d762 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x29dd4bae rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2f5ab27f rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x325719f8 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x4c3fa6b6 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x53af5c0b rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x8c4e7af3 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa86f8ce7 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xb82069d0 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xf8c69aff rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xfe0e64e4 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0154fd18 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x050d7e08 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0c80ce7a rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0f0d1762 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1dce70e7 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2278ef65 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x255cfbf9 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x28d4ff6a rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2ec65a69 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2ed6fc66 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x32405f5a rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x347b7552 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3b7404a5 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3f5768b4 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3f60738c rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x400a80be rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x597be8b6 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5d398716 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6a6dfd5f rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x93b80343 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9a403243 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9ffaa83d rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa0203428 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa207f41c rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa6f19c4b rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa9c08429 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaa6a3ca7 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xab628511 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb1bd3c60 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb4249036 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb4ab4352 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbb9bd1ae rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc7089870 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc941b85e rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd53ff733 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd741a367 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdb13cd70 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdc6e21f6 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe62f8958 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xecb200b1 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xee2c971c rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xeef0baaf rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf0e7bd63 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf1c19487 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf2837105 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfc4d6045 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x13d039a8 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x20a2283d rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x2789a5eb rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x3d9bf0d8 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xd1476c6c rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x03ac69a3 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x1251701c rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xbd977d6b rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xc9ecf28a rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x06e41aa4 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x108d4400 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x34817b96 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3e22470c rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5dff81c8 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x60d3b2ab rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7f5f3253 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xae1787ba rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb2d7d11f rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb95bfcae rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc96a354d rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xcb65c796 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xe275424b rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf01a4404 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf516c0d6 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xfb57ab4e rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3ade3417 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x62c0f2fe dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7fd02c94 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb5e45f80 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x05239bb8 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x055c94ca rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x06d20fbd rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0a6942b1 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0bde2bea rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0e7424e1 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1a7ac3c2 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1da4896d rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x233ee912 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x28beaadb rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x47a7fa84 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5ca6c08d rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5e396dfc rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5f464c27 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x645ded94 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6c5fb33b rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x72d42027 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7e3f687a rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x81b988dd rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x89fe3f94 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8be57b56 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xafe0c836 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb05138f7 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xcee6f419 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd99e353a rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdd3b1fe5 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xfa154adb rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x08a7a3ee rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0f68fcb8 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x1f6ffcd7 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x222366ed rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x26702dc6 rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x3a8d7cb4 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x3c577ae7 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x4fc0a36e read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x51e8c5db rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x569ca0c4 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x600ba45b rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6b4de810 rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x712e9407 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc512e794 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xcbd9dd04 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd2b1f48a rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd7c2a769 rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xde4a4e72 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xfde17a6a rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x24a6387a wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x4688a36c wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x918e1cb8 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x004ad93b wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x072cb3cd wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x08bf86fb wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x16378eec wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1638bfa2 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1cf3bfc3 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x241b037c wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x26826fad wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2d3fdc5d wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x333d440c wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x368b171e wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x386bc364 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3a75889f wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x409167c6 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4d453d55 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x572c2b63 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x62d74aed wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6b76758e wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6f33359b wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x70c41fed wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x71b10239 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x752ed454 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7aaf3fbd wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8299ee33 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x865c00f4 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8e8a1fe4 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x975c29d3 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x99ec73b4 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9ce3b219 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9df4c409 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa617bb45 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb5a5130b wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb805a0fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb818dfcf wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb9e5202c wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc9288f93 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcacb65d0 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd468c819 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe1650c03 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe787aa9c wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf114863f wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf4966126 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x3b577068 nfc_mei_phy_disable +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x8b4e7b3b nfc_mei_event_cb +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xb488bebb nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xba911ae6 mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xd1919d2d nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xe82e19a5 nfc_mei_phy_enable +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x48cc7a10 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x4eaa10d1 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x6de8c05e nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x77ae9ef1 ntb_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x79c24958 ntb_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xa1ad1103 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xfb898f8b ntb_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xfe897ddd ntb_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x987cb359 asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0xc80ff377 asus_wmi_register_driver +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/thinkpad_acpi 0x706cdcef tpacpi_led_set +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x3ecf6cfc wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x561c634a wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x876d29f1 wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb5a6ebe2 wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xda29f8b0 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xfb882fb7 wmi_query_block +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x044a88a0 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x79447f33 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xfec6b059 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x27e89ff2 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x35748fdd mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x69d17780 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x25a884d4 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x25f69f60 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x48c40a8d wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xa5ceec81 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xbc4825f9 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xd79fe1bc wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x5b5d0923 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0994f787 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0d6374e6 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0e5cc33b cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x35198650 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x39ceb93f cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3d819061 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4b793bb8 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4c6d8ab6 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5296e487 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5ce7d87b cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6557c74f cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x756fd6af cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x782510f6 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7b01135a cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7dd63b29 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x80b2173c cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x84d3cf6d cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x85380a22 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x89c50723 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9313763c cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9468585a cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x95183d32 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9d41f049 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa9615341 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa9a55675 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xada69452 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaf9895a3 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb89171f8 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbf29ab92 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc33f51fa cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcab68c8b cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcc6e0b1f cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcd5967f5 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd8263660 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xde749ffe cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe4f6acaa cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe69e2063 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe953a5c6 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef8ae348 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf7501196 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf9d23732 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfb261f56 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfde9b798 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xffa0305c cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x0e79e07e scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x164293f4 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x26ef9f24 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x2d6e65a7 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x348591b0 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x9afd320d scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xd5432e67 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x29e2d0a6 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2c58cf27 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x31c71359 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x44598dff fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4f063326 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5c0add24 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5c11b867 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x71675a37 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7a50be91 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x923001c6 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x97ce0e43 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa74e66d2 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa898b864 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd2d2742d fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdbe7f0f7 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfcb4bd34 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x2a0ede98 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x3d3c40d9 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x7fd31947 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9bb03079 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc0c60330 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xffd9f07d iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0ef245c4 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0f63e8ac iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1191a22f iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1d0e468d iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x25533679 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2a92a97d __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2e722a60 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x333b8461 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x36ed209b iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x36fc0bd7 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3a3a83b3 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4560a0d1 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x45e1ef85 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x464d0a48 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x488ac07d iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4e9b6dc6 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x50ccc1d2 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x582ad7dc iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5b2e4000 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x611f319a iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6257e6e8 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x79f7a890 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7d52e78e iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8054dee2 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x841e5f86 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8876cbdc iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x92d62fb0 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x97bf905b iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9aebe2d7 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9ee60e8b iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa1e722e3 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xafba628d __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb8f0bc4c iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb962390a iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc54ed63f iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd261cf37 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd91b48ff iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdb7d1e0b iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe209f33e iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe5808383 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xee6f6555 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfc7e018c iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfd5b605c iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0977d1b3 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x24803e43 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x371c6381 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x39bf05fc iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3df57c68 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x54c7a61c iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x60246a3d iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7065597b iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x818b05ab iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x94ace08d iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa8cdf248 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xaa14cee1 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xaa42de0c iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xad4d50c1 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb3cfa106 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb40e85da iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe0e23d26 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x019af7e9 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1032b9a5 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x27203463 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x34d556a6 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3bae3b19 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4a6129f2 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4e247c79 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5627a975 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x57b0df59 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6eec4160 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7497753d sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x823792af sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x87f66ed2 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8bf76623 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9966fa15 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa5d0f69f sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaa5b29bd sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb9eca55e sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc0bff49c sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc511d4a3 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc700ae1f sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd977b522 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xda077be3 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe6abd999 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf4d71ae6 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x567ca9fa srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x57f851e4 srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x7a40e72b srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xb5841485 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xc86f50a3 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xdb239eae srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x30f522da scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x60119104 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x64f40d41 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7c998339 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x9794a512 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xbeebceda scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xd393fa60 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xd53449c2 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xfa71a71c scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x00cb0e58 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0bea87f5 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15aac262 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x17097174 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1bc8f23f iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1ecf1c0f iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1fa5c75f iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x230fc99c iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x24ecf340 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x36760d68 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x46daf3bf iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4884d894 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4bfb5b61 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5870b05d iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5ffb73ce iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x68183db5 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6be9cb28 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6f017433 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7a60fe35 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x879c619c iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x912fcec1 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x94cd26b4 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x95d2c558 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9b84e0a6 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc89c29da iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xca9b7236 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcba551e7 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcbff661e iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd0920c75 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4ffe464 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd92f4f9d iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdadf8232 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdefec515 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe91c3161 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe9c2360f iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xed4afc05 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf42c7119 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf7f309fe iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfd010314 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfe4773be iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x1e55a630 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x251fd810 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x3ef7e163 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xa58c6a2e 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_srp 0x2c93442f srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x4b124627 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x7ee30a82 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd9aabc20 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xeda120f9 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xfceef13b srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x359d0acb ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x37b9f6ac ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x4ac1b29e ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x563ca1b7 ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x9b6f5855 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xe0425bb9 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x0f5e40e1 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xbfd3c8f2 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xc886667e spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xee251c30 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xf62f3e2d spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x4985a6b5 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x6cba7464 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xb4bac9f3 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xdfb971af dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xf34cee7e dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0bebb309 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x18c627c2 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x253de3e2 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2573d741 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x35699059 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3ed89772 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4bdc3c54 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x57a69132 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x60f77ba5 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x62f899e3 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7456a1ba spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8a7725ec spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9f71e7ab spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb28ee597 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb861231a spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb8f297fb spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbe1ef621 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe7b01529 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x0e364149 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0340b540 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x03c5df09 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x04c0ad31 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x05679c42 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0b82f369 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1106785c comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1af62529 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1e07e531 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x20148874 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x23b3b98e comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x243fd108 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2509be40 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2d8b5b95 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x38106fd0 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x38b2971e comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x42256662 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4457ba09 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4d40907e comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4ee9e403 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4f211d19 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fd60e53 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5d764474 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5e2dded6 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x61f56958 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x65d657b0 comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6f5f3a3a comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x70a700a2 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x74e73f88 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x77cb4e83 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7e4ed456 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7ef06349 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8037a2b3 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x805d9914 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8400041d comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8afc4471 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8d5d2814 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8e3bd683 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x921857af comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x927e79e3 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x96030955 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa17ba82f comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xaa8fe829 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xabe158de comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xacf8b2a8 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb77cd5fe comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbf6ab530 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe3a69db5 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe57a2c66 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xec3785fc comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xefcf43d9 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x1bb1b602 subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x208a6f18 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xd901d0a6 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0xc18b9839 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x512faa28 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x89d67156 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xafaecd2d amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x0bffc13c cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x26aa8fc9 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x572889f4 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x8dd7a339 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xc2edca64 cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xa191759a das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x01c00fd9 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x11157e45 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1cd900f1 mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1ea4d88c mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x20f7d4f2 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x297e6fbc mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2f54ddc9 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x34d09ac3 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x53d2f8e8 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x802c3938 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8bc63127 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9782dce3 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xaa16d4ad mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb3517721 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xbcb14d68 mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc1e5f09c mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd28b065e mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe63538b3 mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe7d646e3 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf9add68f mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfb92ab27 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfd3d4556 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x8931de27 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x11ea0ebc labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x1c37d8b8 labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x47378f3b labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x5314f29b labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x58efe6f5 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x2e3df135 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x3db90fa2 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x515d52f6 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x5e1b2940 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x769cc644 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xa0d320e1 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xcc2ac1db ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xfdc70d2a ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x08d3f024 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x3b31fd9e ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x6cc3080b ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xae906632 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xb8a03bfe ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xc3f8ec3c ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x536017e6 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x6149b674 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x6dce0a6e comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xb5681d20 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xbdcd31eb comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xfd31c3db comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xff558a4f comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xd5143cfd adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x23ef5bf8 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x27807af3 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x338a35f4 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x413c0bfd spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x755fad13 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xa378a916 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xac50dbdd spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb5c9b717 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc5812d48 spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcd30169e synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcda38867 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xde7ae2e8 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x6cb5467e uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x9dc23520 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xd1f69d9c __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x1da573e1 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x6cb85d4d usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x2745b2e4 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x535b69f8 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x623c13fc dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xe79511df dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x03ed31c7 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0e66e048 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x161888f0 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x17b62abc usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2884671d usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3ff4c632 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x511f4d3a usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8224a28e usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x83086dfc usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x838cf9ab usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x89a58a2b usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x93417f62 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x984fa6cb usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa5e00392 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaa8ad85b usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xacb05de9 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbbd7d054 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbcd22caf usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc68ed4e9 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc76d32f2 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc8dd4455 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcbcb962d usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd1e501cc usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd9d0dd25 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd9ea297b usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdfb150fa usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf58c32f9 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf6ae5235 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x071665b3 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x18583ce8 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x1cdf8954 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2d907955 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x57b25f2e gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x66d5a217 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x6c26c213 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x6e943b26 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x83e9a2c9 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8c0a7e48 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8c1a6b02 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8eb7d04c gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa77a4890 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xe053520a gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xfffbad46 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x6f368603 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xe144c6d4 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x08a0ef71 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x1129da53 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x2009a8ff usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x431cc19d udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x6c5b07bb usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x7a9cd113 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xc0423906 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xd1858067 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf758c92d usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x09b984dc ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x3c8d5acd ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x702f6cf0 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x02653e1a fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x147a8dd7 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x17edd247 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x541fd8c2 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x78c65a6a fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7c6d5939 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x8aa3aeef fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95c4ba4a fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99aff05d fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9fbba8fd fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb15ee4d8 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb779c617 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe0b000c2 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe57ff5c8 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf7f667b0 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x49c77e4f rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x6944c919 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xcb60e340 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xe31c6170 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x2fdbedcb ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xa210bb37 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1d6067b6 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3775d4cc usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x714b63bf usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x89c4922d usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb1637495 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xbaf19b6a usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xdf898ce7 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe2a4dd6f ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf872656d usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0c047d94 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x17c9f4e4 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x197e5b92 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x4d29cc8a usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x97f198c6 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xbc1bad6a usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xb65fe04c isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x01ac424d samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x0a7a0a22 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x590a2e45 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x93cfc1c7 samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x965047a1 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xcf0d16e9 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xfd04eed0 samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x5e528e4d usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x034b96d0 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0e9b585d usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1de33976 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2edb3568 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x47cfe022 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4d489337 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x59db9285 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x69594308 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9060607d usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9396a83e usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9650115d usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x97cc65d9 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9b607435 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa5fbb0e3 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa9c13c39 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbb601cf4 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbd37b0d3 usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc34ee6be usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc4b33d4c usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd009dfe5 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe6ebac3d usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1c6930dc usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x264437fb usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2e61a43d usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2f459413 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x44a2dc82 usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x4d22ff91 fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x520c8b8c usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x63d7688e usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x69bf91b2 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x81396119 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x84226e19 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x921e8308 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9729f922 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xae43899d usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbd4515e7 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbf360c34 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xcf154fdc usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe3747017 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xee50cb0e usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf31c9ef2 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf35f0be9 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf59c070f usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf70d659e usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x02609cfd usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x09e1b6a9 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x17b7c2a5 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x208f9f40 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3de04961 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4206f32d usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4e70eb0b usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8794bac6 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa23b1c61 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc17bdef6 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd1f2a7c0 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe39827e8 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x04c11cac wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0bd816f0 wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x122f15ac wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x4c96eb32 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x79a45031 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xa23e8f84 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf0bdef58 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf291775f wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xfa447e6b wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x00061f59 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x00657b95 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x12721e0a wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x14c8a29a wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x39294a8f wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x415dd297 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x45943253 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x4a3f62d7 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x5167df7c wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x5947d671 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x5a7f3ea9 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc43f95e9 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf57d2606 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf709c23f wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x0074e269 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x563f8a08 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x80dca17e i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x0f0be5ad __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x32dfcfcf umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x50821889 umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x5d4fb6bb umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x635ec150 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xbcf6b1d4 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc1db003f umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xcd54f012 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x026a27bd uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x07f8c057 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x08b08b4b uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x09081c35 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0fc02440 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2bd49792 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2ce8ce5f uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x446256cd uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x44a65eb6 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4ba1dc6c uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4f1e667a uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4f240e31 uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x62261cb6 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x684cc426 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x71d3576a uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x757fa23e __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7b0f6a6a uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7e387739 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x816b9e92 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8387662f uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x91ae38de uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa56ca8e1 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa764be07 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xab563867 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac97316b uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb6380c37 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb87f0e80 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbf2d12dc uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc00b49f9 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc3c17279 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc7f5461e uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc9476f09 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xca8b0752 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xcf58e3fa uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd2c698d4 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf36caa82 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfa42b4e6 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfbaed67d uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfccc943d uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfe7d83f2 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/whci 0x5742632e whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8400189b vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8dd3616f vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9cb03d24 vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa0bf512c vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf2fbb592 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf47b79fc vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x01fd2848 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x05e809d6 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x22e3e20e vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2679fef5 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x31f48d6c vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3ae7f140 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x440db0d6 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x44a79951 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x44ac414b vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4c54a8b1 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5a6b637d vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x62e0dba2 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7148a54f vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x98553da1 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x997014e1 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa1dcbcf2 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa2ea475c vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb2c8ea4a vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb66ce8cd vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd09368e5 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd532b38f vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe4df09e1 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe5f5b78b vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe6178bd4 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xed758348 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xedeb181d vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xee8ddc82 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf337c0c5 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf8e6958d vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf96f3e0a vhost_signal +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 0x0444d89b ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x0f82be69 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x33453c9b ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x7da5e983 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x856ce6c1 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xb5ce0db9 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xcc226cc7 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x28670a39 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x3142e70b auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x591f10f1 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xa03b827e auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xa0b0a745 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xa10e27e0 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xaa6e6bec auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xc5da4471 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xf080716b auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xf6526c56 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xe9c1ebba fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x6846dbc6 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xbd7a155a fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x0d8736e9 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x9272e422 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 0x22a7af24 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x292da7a2 viafb_irq_enable +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 0x396962ba viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x79e6190a 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 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x06f9dba5 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3b326688 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3dbca30c w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x74509403 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8fc9ec0c w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x955cdba1 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa9da65a0 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb424210e w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xbc2ffbdf w1_next_pullup +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x961b7f29 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x21bc510f dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x60c8e7ca dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xf32a85c1 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x05743a6a lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1be27c24 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2e4cd38e lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2eaa3389 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x463853e4 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5cfb5d03 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7176d454 locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb27364d6 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd38fb34f nlmclnt_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00f3af67 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02f24fe9 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0300a914 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x054d5e76 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0bd926ce nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e0374da nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1315f8da nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14b5c889 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14cf1cec nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1574881f nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1639a0e0 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17511ef8 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x177e7f23 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17d3696c nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1aac7aad nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b05a0bb nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b20ee2c nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1bfb1c40 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1fe1082b nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22303234 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x237c1d6e nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26c0f285 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x293ccea7 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a91222b nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ac270fc nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c5762be nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f3807ac nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f68a6c6 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30e576a9 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x326dfc23 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38d77cda nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3901eeb8 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39a1e9c9 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a2c0d99 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e2f8bb2 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x403efbd8 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x420a788e nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4234f8be nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44d3faf2 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46a56cfc nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x492f397a nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x498335ed nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4dff4b60 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e80a953 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ea1a234 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4eaa6067 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f378b27 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x509ef768 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x512c0a0a nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51da6e0a nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5407c68b nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54080217 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56c4cab1 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5afe1048 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5afe1e8b nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61bd30f3 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x626b78f9 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6491ed7e nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x746d82cc nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7681cf7b nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a5a8681 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b88c1f1 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7bf0b119 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7de51bcf nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80a43bdc nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80e36114 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84988c88 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84c52944 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8bb27a94 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f683050 nfs_symlink +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 0x92f8ca94 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x967a81ce nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99096c43 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9921e705 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f17253b nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f325968 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa185cef4 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1b72633 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2066376 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4d39a9a nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab8d286f nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb26ea854 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb276aa36 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2856c1f nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2d00e8a nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4aa1b84 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb59018b7 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb644de79 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7c066de nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba832371 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbaa58d7a nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf19341e nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf384ab6 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2b6b3f1 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3144933 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc57b9ea9 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcdb2b3f7 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce9df933 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1999d12 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3bc0133 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd707aeca nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda7ef48e nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb17b2de nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe03a4c03 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0b3b837 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1f30389 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4130d00 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe652e228 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe99d7561 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea2c9dd0 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed8985b7 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee2363c4 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeece6b9c nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef9ffacb nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xefd97b06 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0048930 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf41396fa nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf78402a8 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf80415a9 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfdb6dd02 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfeebb725 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06c36816 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ba1a7d8 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0da2f20f pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x15161ec7 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d61f738 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1dca26f4 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2eb9a81f pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x353ba6d8 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x38d6d289 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3dfe6fe3 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x43f4cb68 nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x471de0a9 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x484f799a nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c2b96a7 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e417801 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x51c45618 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x56836d68 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x57e9339e nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5d8530e6 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ea0ed47 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x629a4032 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x71c801ba nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x71cb920d pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76ff83fc pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x77b6fd52 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7840f13a pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7feb14d0 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x84181fb1 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x879473e1 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8cdc9a45 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8eb2dcac nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x926322bb nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb3376e82 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc0f8a341 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc0d8b50 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcfe265c7 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0b86f0e nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdfc4d36e nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe2df4a56 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe33e1be3 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf003e2dd nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf0fee418 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf4359979 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf82e6235 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x049d1aa2 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x67c82f02 nfsacl_encode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0af3e7c8 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a28a9e 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 0x62276ac8 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a91ded3 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x88882c8c o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xcdfd0abb o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xddcfffcc o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xe0472b2d 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/dlm/ocfs2_dlm 0x5e564676 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x6fa7b31f dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xaf053a51 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 0xe7847e77 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xe8df5a30 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xf74987d6 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x03a21e0e ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x48641f22 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc742cf9b ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x695dbd23 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x808fd56d torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xa3cbf6f9 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x6290369b notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xeb259f30 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xfdfcb8cb raid6_call +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x210518c6 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x225c779e garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x329d1978 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x9b2187d2 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x9b33e840 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xabf6903e garp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x1d4220f5 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x3d54c56c mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x466d16bb mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x58cb22c9 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xacac21e3 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xdf8649c3 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/stp 0x8ff8c32c stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0xc696e482 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x929dd504 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0x9aa1906d 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 0xaa595017 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 0x0d8d8886 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7509658e br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8780248e br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x033b2165 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0e5289b8 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x26794d9d dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2daa86e1 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2e65c0c9 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2f6c1831 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x387bdb1b compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3c9b914a dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x429cf7aa dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4d4807a5 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x514a8f27 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x575af89e compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x72211e71 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x782b7ea8 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x90893242 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9bf68005 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9dca5dcc dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa3f16ce7 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa47196f1 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaaf72f02 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xab759cdd dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xac11ba08 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xadc69883 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb4fb27d2 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb9342ab4 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb941e6a7 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc06b119a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc9399aa9 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcc3a044d dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd29ff290 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe29fe158 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe3691b9d dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe9c1f99f dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeada370e dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xef53beb5 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfb494c2f dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x2a785889 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9e8601a0 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xca52b910 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd1f4d31e dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe1168e74 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xfe0dbacb dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1b56b816 unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x286f2fdf register_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x216892d5 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x9fdb7009 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x45a61087 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6ccf791a ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa27322bf ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf771c512 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ipv4/gre 0x1a4e58ea gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/gre 0x51d2421c gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x882a73c0 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xc86cdd67 gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0xf3fbedc8 gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x6ed86c52 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x816f1886 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xbfb0cb1e inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xdc331cee inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xed2916e4 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf7dc6ef2 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2d7cdef0 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3f42f25a ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x514fc53f ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x52bfceed ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5dc43d26 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x68318b8a ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x73175a2f ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9b2116eb ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb9e8befd ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xce46ed2a ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd117207a ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdf5455a4 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe82fb155 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x8ea84ffb arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x9e55a033 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x09812db5 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x96556cf6 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0xa046a3d0 nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1e4fae26 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4df350a0 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5148bbc3 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa1c1f4d4 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xca575ebe tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x6b13c166 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x6cd83816 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf06827b8 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf137e7a0 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xfb3108bb ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xec7e714e ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x1ed122eb nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x708834f3 nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0xb5785418 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0d08f649 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x21180f7c l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x359ef228 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3f1b6c3d l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x44fc095c l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x610157f0 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x61849dea l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x67f7b208 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x83ac27ac l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x845ebd8b l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x87514e54 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x90bd67d4 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa37bde34 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb0c704fc l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe69f55c7 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfa92c4b1 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x8a1f632b l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x032a7f2f ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0650d7ce wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0dddcceb ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x37e2f925 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x47289505 ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x49892f92 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4c81c4e0 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x511cbaa0 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5c7fdccd ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8fbee66f ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa6d494ec ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb419caf6 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdccf67bc ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdee2ac12 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2511c58c ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x25ec60c6 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2719415b ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x36b5389d ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4fd55e11 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x563c3079 ip_set_get_ip_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 0x8b4bae38 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x905e816f 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 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa318cb9f ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb924031b ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbeb89f8a ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc0392955 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc3d75ae4 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xccd7453c ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcfdf5fd1 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x70d6ad98 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x76961143 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x8e74170c register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd54cc30b ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x02699125 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x037ca9fa nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x071fbd97 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0a216b46 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bb3065e nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d528f95 nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d620bfb nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0f18c89c nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1025754c nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14e0bc39 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x16cd4ef6 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1af1479d nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1c528bf0 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2027b3db nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20517cb6 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x269fbcea nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a253907 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a4d993c nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d170102 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2db3985b nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3203f3f6 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3296fe46 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3529df15 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3690d10d nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46ce5438 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46e56544 nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49402d6a nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4956b702 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a54b78f nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4b896b35 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4bbd572b seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c508794 nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c6efbd9 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4d5b5ef4 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5391cf5b nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5bbc39b4 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e144316 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e3c051b nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6163a5c3 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x63125b0d nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6421f36e nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6674786b nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x68eff704 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x69a02862 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b807141 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c4371ca __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6ff4795e __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7135c1de nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x72a35a53 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x775c1476 nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7844e74f nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8082aa50 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x83dab57f nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x86cc0509 nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x96ba2267 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x988b1f8e nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f95e163 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa6984927 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaae72a16 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac6a7eda nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb136763a nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb2b4c8d2 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb3359eba nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb40227f1 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb441818d nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8a5b6a3 nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc3307bb7 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc763a70c nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf2969eb __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd7629aec nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba26d38 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd486c6f nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdfd4e2e3 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe1fcc74e nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe8cf5bb3 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe9692659 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0f52b47 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x05e0692a nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x424ab19e nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x0a2c8276 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0a83b157 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x174404bf set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x41837fef nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x444e5be2 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x986b8564 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x9b1cd0b3 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xac9606c8 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb4f7410b get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd3c1d322 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe6308f9e nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xd86724bc nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xc30e902c nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xc7b9e29c nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xdd168d72 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xeaa9c1df nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xcfc2cb03 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xf71c4505 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x43aaafb0 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4617ca0a ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x66701f1c ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7c2418a0 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x810c1a82 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9adf86a7 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xdd4137f2 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x2e737713 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x8c7ebc24 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4b989bea nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6d80fff8 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x769dc059 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x937fd924 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc862a4c6 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcd52f221 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe673d31c nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xec6c00c5 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf9b6ad32 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1fa7e0fe synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdc144a95 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x034d8564 nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x18a0da56 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x20702711 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x25cd9223 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x355eaf2d nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x398cd26a nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d249206 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x724e3c70 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x78003871 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x84517efa nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2282026 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe31aca10 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe584ec39 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x26f8fd39 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3ab87824 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x9394cadb nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x9a6d60e6 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa47e1b1d nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xbf8847c0 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd05af506 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x43a00f94 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xb0535e66 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0xdc971ac2 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x30f5e40a nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x6aff91bf nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x7c318beb nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xbfc10e56 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xcb04e51f nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xcd32f404 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x136eef4f nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x87ecf99e nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0cf25288 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0fff4c99 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x161d1417 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1e247a17 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x368fba9c xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x37958191 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4f3cc3f0 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5d762f7b xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f82f1f7 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x661eae5f xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x691a6d69 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7615a212 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8e349470 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c815b56 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa6b64e46 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa85aa752 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xafd0b802 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcf0e6061 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd247a41a xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd86cb11d xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0b4971b xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec24fd82 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xeede062d xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xff59c7ff xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x132318ac xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd7e1b517 xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x0b5a8db5 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x91aa0c09 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xe29bdabc nci_spi_read +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0bef4936 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x0c8b6dd5 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2dfa919a rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x2ea112f8 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x38374049 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x545a3404 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x5e8e3f99 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x6359f308 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x6efc9ed0 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x7369a3d9 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x7bc62829 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x91b537cd rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x924e962b rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xa22caa33 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xabc3a0e1 rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0xacadabfd rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xb1bf9852 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xdcd4cd2e rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe2b4ef3d rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xe5f22895 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xf05196c3 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xf74e5665 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xfa34668e rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xfc343fe3 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x1281c458 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xad5469cb rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x4671d4fc gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x5e9496f1 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xbf761072 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x023891c1 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02882d42 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02f14a14 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05b13e11 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0878ce43 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09ba7bce xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ab9664e rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0af3e922 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0cde70a3 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x110b6edd xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11281ff8 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11455b98 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x121b01ab xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x124f8822 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x159eb829 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15f70ca2 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16cac7f0 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16e26054 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19bf2d1d svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a0a7790 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b0e2b1b xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c1c2424 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f895555 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ffcd95f rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x208d4d37 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x228b1793 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25f0d2e3 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x297eb1b4 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a7e8a95 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2adedc86 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ca78a88 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cbf5d5e svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31908c63 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31cc4eed rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32d4a7cd rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33e5a23c bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34f1e20f rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35ea1250 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35ef4231 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x368d6c03 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x378c6d11 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37d0b26c cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38e1205b svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39317b73 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3934a2a7 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e4085c1 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3eaa0ad6 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f600ee2 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fc5d99f xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x438c9c13 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4407c385 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4caaf480 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dc447a2 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50679177 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51313d28 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5141b88e svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55762633 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5735bd0e svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5871f93b xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a073899 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c43b3ca rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c68e025 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ce0f459 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d1a5c3b rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e1d4c2f rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e4caafa rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fa27a80 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fc9c45d svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x601732d1 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6134eea9 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x624624b2 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x625769e6 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6498c948 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65446da5 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6579dd7f rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x672113cc cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a2ea6c5 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6acdad47 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b432e2f xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bc9a280 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ddeb329 rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7274e149 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74f5b99b rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77e8e6cf svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x788db23e xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a36ddbd rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a92014b rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ae2a473 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c4ffd39 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7dae3341 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x805001fe svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81125ad4 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81c3cd43 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x838eca26 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83b2eb50 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83cbb416 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84573048 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84b8a0b3 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x887cd2a2 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88fda6ed xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a460447 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b305bf2 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b475b87 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b6b8596 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b85e69d rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8dd1cfe8 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f26c304 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f3f18eb rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fc0e4a1 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9038b439 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90512c6b rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90f3e3bb gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x915a46ef xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91a24a94 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92560c54 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x942df10c svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94e5a659 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95b60df5 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95e5f854 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a3e4b7f xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9acaddb6 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b9bfcc1 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9be5b79a xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bece442 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bf0a252 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c50fad4 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c841b3a xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cd51524 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cdf51af cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa035223d rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa06dfdd0 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa20fb8d9 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa236f646 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2f2bf77 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa516e4af xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8fe7415 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9b0832f rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaaa3b32c rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaeb03f9a rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaef3c31c svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3d977ce svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5f6b01f xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb68fe5be rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6a51a5d xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8d28735 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb92b12e0 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb98426e0 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc6c2711 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc95f6ea xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe519e4b svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2eac9ce rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc34c6804 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3e1642b rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc49c126f svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4a41b60 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8385929 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb32a916 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcba6ee55 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcca940c8 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcffddf57 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1582fdf svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2a72157 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2d78d26 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd52371c6 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8266dc9 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8ae9d27 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda7ffadb svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb96209f rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde7700de rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0b0529b xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0ee8365 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe38d4104 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe45d236a xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5069a25 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe64722ff rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe998c9f7 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeaf56292 rpc_destroy_pipe_data +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 0xf03bf29d sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf09bfa97 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1d75e65 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf36be381 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf45bc564 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf55ba718 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5b81e28 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6f277f9 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8a5e4e3 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfeb7b775 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffe647d3 xdr_terminate_string +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x05377bfc __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e0b25c7 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2a321677 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x430b102e vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x46d22934 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4e4a385c vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59d943c8 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5d9df17c vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6dbfe34d vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8b0062e9 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8b886f28 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x970b77bc vsock_pending_work +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaa6aeed4 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcdb08d0f vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe75ff49a vsock_add_pending +EXPORT_SYMBOL_GPL net/wimax/wimax 0x0e8b922f wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1628f182 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x67d42c42 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x72f1405f wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x87b6fae4 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x90697ca8 wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x97345e9f wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0x98815442 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa3ab6eab wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0xaca7d31a wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0xb77ef8f0 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xcb5b93f1 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf892e23a wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1c866e33 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2ba7e17e cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3a95e54e cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4aa16351 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6edcc1fa cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x78067e42 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7c9d618f cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9748c9e0 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb44a0cf4 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb8c8b98b cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd5a07968 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe7d4a68c cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf1e558fc cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x39b3f021 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x4dd7f25b ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x8b5b506b ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xac8eca14 ipcomp_destroy +EXPORT_SYMBOL_GPL sound/core/snd 0x1aa93999 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x2a8c88ea snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0x2b201f45 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x5752cd9b snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xbb6cf22d snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x537c0593 snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x99a834e1 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xe05341b0 snd_compress_deregister +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 0x35858fe2 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xcc373c00 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x027bf960 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2198fe11 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x314e9796 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x639c1eb4 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x73fbd4df snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7564ada0 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x936a9bb1 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9dea75af snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xafabfe30 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xcc325d8d snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xde62904d snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x14d45bda snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x5de02c76 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x807220c9 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd917d4ec snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf6dc57cd snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf8687eee snd_ak4113_build +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x049063bf snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x05e64e26 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0639c0aa snd_hda_ch_mode_get +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 0x06860826 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0707cd00 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x08a15dfd snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f5aaefd snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0fc68e5b snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x16e4df56 snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x189ee518 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x19af21f4 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d806adb snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e1c4251 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ecef380 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2186ffc0 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24d020c8 snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25b32b21 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28488934 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a544f8d __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c93fc54 snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d809608 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2dbaa4af snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e64de62 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x329ac83d snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x359ad693 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x387502ff snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a35471d snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b518477 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3c52c76e snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3cb7a2cd snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41aaab53 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42796f5a is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x44cc80da snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48be0f30 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4910f48e snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49ac9100 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ba32133 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4c9b05f0 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f5769d5 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52e55955 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x531253f1 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5ab23039 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e8cdb4b __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x62a53018 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x661e3420 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x66315793 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6740be26 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a2496a7 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cdc7bc0 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ef52d56 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f47b842 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x701d23a5 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x71faea5b snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x743cdbe4 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x77a572a6 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x77db5c19 snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x785da46c snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7fcd97ec snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8062d885 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x811f8ceb snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81be221f snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x841f0774 snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8523f0db snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x864d1258 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86fd3cbb snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b25313c hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8dd81bad snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ebd0b98 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f3529ef snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9005e2e8 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x90416670 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x917ded09 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x91ba66bb snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93b203a2 snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93dd6b07 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94436fca snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9620ea42 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x96360b89 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x974b830d snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9b0568cb snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9b2e395a snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9f771023 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa045f45f snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa193a46f snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4fdff53 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5577603 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa7017407 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xabcee3ca snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xae60df33 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf4ab4dd snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0cb835e snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7db6064 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb8cdcfd3 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9a6901c snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xba13d392 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xba4a9be7 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbbdaa212 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf5abf31 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc290eb93 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc44daa12 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc784a2b2 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8b1a711 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcba4ea74 snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd07b9c09 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0dd2b6d snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1e36cfc snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd26f2f98 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd282e298 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd2ab5d33 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd638ed42 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7946637 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb157f81 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc5ad9ee snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe11f140a snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4734c0a snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe68db42f snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe76554df snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe7a58415 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe885f4c6 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9217374 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed7f52ae snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed893f12 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee598fbe snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef9885ee snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf0e3b497 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2866e3a snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4bf2723 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf57f919f snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8db9ce6 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9177e59 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9357585 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc464e22 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x00abb2e0 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0155e089 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1493c5f6 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2b8f77ef snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x362f5a12 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x385ff253 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3ea9649f snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4b09db75 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x54c9f4f1 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x63b6d2fb 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 0x7788d9d2 snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7792cf18 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7fb8e011 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x83403561 snd_hda_gen_check_power_status +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 0x87d81341 snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8857067e snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9a790ad7 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc3c2b747 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdf6c1b4c snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf901c6a5 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0xe1467de4 snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x18c44fca azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x41cbd7b9 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x44127eae azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x67cc5910 azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x88bf8893 azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x93bfca23 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xac730efc azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xb326bdd0 azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xc52c7602 azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xd5f6175e azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xde204ebd azx_codec_create +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x4a3f3ba5 atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x87278341 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xa2f1ddec atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0d6e582a cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x460ce5cf cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xbc904b7b cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x35c2f0a9 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x49c48974 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xa451975d pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xc4b5cd44 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xd928d4d8 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x7f68b24d rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x2f33828c _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x95d74eb6 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xcb939e9c tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x2e4eaf19 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xfbab2e5a wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/intel/snd-soc-sst-baytrail-pcm 0x292db460 sst_byt_dsp_suspend_noirq +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x3f37e863 sst_byt_dsp_wait_for_ready +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x5c2c8361 sst_byt_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x689a6067 sst_byt_dsp_suspend_late +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x9e5a3a79 sst_byt_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xb6caf7f0 sst_byt_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x01cd7530 sst_mem_block_alloc_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x18d4080b sst_fw_free_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x194e41d5 sst_dsp_shim_write64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1b5e8b82 sst_shim32_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1ea1f17e sst_mem_block_register +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x21ca4e97 sst_module_get_from_id +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x25107ca7 sst_dsp_inbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x2902913b sst_memcpy_fromio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x3251bbf8 sst_dsp_reset +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x3eb8d1c8 sst_memcpy_toio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4018193d sst_module_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4a045773 sst_shim32_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4df462e9 sst_fw_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x6002e1a4 sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x62cc1d71 sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x6e97263c sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x72a26430 sst_dsp_ipc_msg_rx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x7d430705 sst_dsp_dump +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x7f54e903 sst_dsp_outbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x80bf733d sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x823963fa sst_module_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x8b11d5a4 sst_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x8eb8b132 sst_dsp_shim_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x97b1abb9 sst_fw_reload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x99496c5e sst_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x9c12308b sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x9d43cac8 sst_block_module_remove +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa9c1e772 sst_dsp_ipc_msg_tx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xab517017 sst_dsp_shim_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xac4d9062 sst_dsp_shim_read64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xad0ee192 sst_dsp_shim_update_bits64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xaf432d54 sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xb96a193d sst_fw_unload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbcec5387 sst_shim32_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xc131792a sst_dsp_shim_update_bits64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xc6b77845 sst_module_insert_fixed_block +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xceac0153 sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd0cfaf34 sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd172c658 sst_mem_block_unregister_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd9a2c94c sst_shim32_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xdd37e1a8 sst_fw_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xde397804 sst_dsp_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe43071a8 sst_mem_block_free_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xeb90fc91 sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x77b558f4 sst_hsw_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x787303d3 sst_hsw_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x8126f07e sst_hsw_device_set_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00167ef1 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00778ff8 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x019bfa04 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02f77947 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0583c9ce snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05ca3b2a snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0685ada5 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a921b80 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b2ff3b9 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d0da47b snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e3f3c7f snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x144114c7 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1498f9b8 snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1816bdf6 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18b5ad2b snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1928f282 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x20648033 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22d7f5ad snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23b4850b dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24a6fff7 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28c0169d devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28f7474b snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2cb2e914 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x302ec97b snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30e8fbc2 snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31f0dca3 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32c67aa3 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x343bb441 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34f9872c snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x375a41d8 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37d566ed snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x387bfb6e snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c097996 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x400f8b8c snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42239c0e snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x430b683d snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x439a069d snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43eaced0 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46424c8b snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ae87095 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d12f482 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f29682c snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x533aa5ff snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53b12813 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x567d20ad snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x579833b7 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5888e7ae snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x598c9ac6 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a1e6758 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e29941f snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ff428e0 snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60e7bc2b snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61d2e615 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65eca645 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6899310b snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69386610 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6be4d84e snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7088e6b9 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x729648e4 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x74401cb1 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x759254e5 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x789e4066 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a4f9ad2 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c40a527 snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7debb89f snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e152965 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8004c790 snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80109ae0 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83d27046 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8621b7de snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86f6f85a snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x875416cd snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x890d040d snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a1649ad snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8b1d14cf snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ca66a4d snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8cb338c4 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x902deef6 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9701b2a5 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97037964 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x970576b4 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9830d5da snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a36f4e8 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b46cffb snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f3eb575 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0dba889 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1984e77 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa394b452 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6da53e5 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa714e7f9 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa73282a1 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa92d25e9 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa950460e snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9a29b68 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xadbee4b4 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaeb5022b snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xafa07eb8 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2840ec2 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb32e7558 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb54ae357 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb70720a4 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb86dc749 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8a039b8 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbbce36a7 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc0c3cfd snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd759d9a snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbff34606 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc113ef6b snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2f75b6a snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc9061923 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb867070 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc12a7a6 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xccec7691 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd4b1f34 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf498199 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf724f9e snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd034f260 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd2742542 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd8bdcfd3 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdca4d1af snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdd5943f9 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde7b01c9 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdfd1068f snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe1d01cb7 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe28aed4b snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe7b2101f devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea0335e0 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea793669 snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeac4e963 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeac915c0 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xecf11903 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xed21230c snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xede1da20 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee987c8e snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xef5b57e3 dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf16d111b snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2df589f snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf387aeaf snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf924b9d0 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa0296f4 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa8ba87a snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb29509b snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc12d28e snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfdc83f75 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0017d243 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x003e3f75 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x006bc072 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0070ef14 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00b5f82e ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x00f7a840 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x017681cf tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x019f848f inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x01a5c735 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x01b87b41 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0223547e usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x0236daed ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x02448233 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0249d759 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x026211e2 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x02a5e3ca netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x02a97dbe power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x02de3b70 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x0334ec6f jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x03439b0d fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x034cb773 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x036c6193 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x037ca924 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x038af040 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x03960fd4 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x03a522ac ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x03b3f7ca crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03eca9a1 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x041196ec __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x04379494 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x04405af1 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x044aaa18 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x044c47f1 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x0450cd9c posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x045bd973 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x046324ef pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04eca28e inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x04f74095 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x0507cd98 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x051f1c9a of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x0522ea79 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0526301c regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x053494cb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x059a04fc debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x05a74660 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x05e0fd1f sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x05e2be51 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x05ee5255 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x060b314f set_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x060d1064 set_memory_ro +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x063424f9 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x0634723a key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x0649d288 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06a062cc kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x06b27c53 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x06b49f3b cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x06d549e6 pinctrl_free_gpio +EXPORT_SYMBOL_GPL vmlinux 0x07062fee ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x073617a6 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x074cb9eb tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x07849dea tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x078ce56a __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x07ab0fe3 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x07ad5580 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b8bc02 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x07b9093f bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x07eb1e31 acpi_subsys_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x07f47f29 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x07fc478e acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x081ac903 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x08581201 efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x085dd648 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x08612d76 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x08859b27 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x088bfa7e cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x08b1ecf5 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08d299cf spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x08df5905 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x08e21070 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x094313d7 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0968888b find_module +EXPORT_SYMBOL_GPL vmlinux 0x09a60c58 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x09b30368 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x09e15259 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x09e55d2e perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x09e707c7 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x0a163e82 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x0a4f2c5e sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x0a616103 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x0a67035a md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x0a7bae42 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x0a7e9f3c get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x0a9ae005 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0aaf0d35 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x0ad2d85c skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x0ade90ca wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0aec5d3a __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b07e374 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b7b9554 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b7e9a91 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bbbd54b napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0bd7a4c1 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x0be8cb31 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0beb257c device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c23e549 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0c247b16 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c56b488 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x0c67a8a0 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x0c6b06f0 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c80e3fe efivar_init +EXPORT_SYMBOL_GPL vmlinux 0x0c8fd529 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x0ca41798 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d1c7b5a __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x0d357481 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x0d5d786e kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x0d83bb81 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x0d930d81 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x0dbc5976 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0dc7be66 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x0dd11f01 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0df544ba ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e4c95fe usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0e5a43f9 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x0e5aa606 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x0e5f96c5 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x0e951cae crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x0ebc6222 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x0ebd3865 device_register +EXPORT_SYMBOL_GPL vmlinux 0x0ecf823a static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0ee7a4c6 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x0ef41be9 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0ef7bb88 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x0efeec29 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f5cf10a pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x0f63f75b ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f75c40a virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x0f760403 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x0f9fe961 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x0fa138de xen_hvm_need_lapic +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fd0a99c __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x0fee92b6 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x0ffe3e2e led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x1009eaac pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1040d8bf xen_swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1042a53d udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x10531c9d serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x106e8904 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x108ac98b crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x1094a4e2 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x10990aea dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x10b3467e disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x10cf7184 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x10d07dea gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x10e975e6 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10fcb58a regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x11070ffd sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x11435b54 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x114f1a20 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x11580ae7 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x117b9a53 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x117c7305 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x119af014 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x11b8e240 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x11c6b27c wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x11e35255 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x11e3c98a key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x12312968 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x125d50ad crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x12766bae irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x1288a727 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x1296a380 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x12b53d48 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x12d40c74 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x12f4c7d5 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x130bd388 check_tsc_disabled +EXPORT_SYMBOL_GPL vmlinux 0x13197b49 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132fc939 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0x1333d0a8 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x13359f11 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x13380997 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13630ae9 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x139fb4d3 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x13a44b35 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13b89dee pinctrl_request_gpio +EXPORT_SYMBOL_GPL vmlinux 0x13bf59aa key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x13c83fd4 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x13c9cdc3 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d025ab debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x13d6325b ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x1404c229 fpu_finit +EXPORT_SYMBOL_GPL vmlinux 0x140be0b4 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x14156b34 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x1433cbc4 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x1443aed1 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x1449b91e regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x145d3458 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x14687239 genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0x146e7f9e debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x1475e469 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x147d7532 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x147f4782 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x148a64bc ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x149cfb6f debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x14b26497 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x14ba2611 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x14cff71a ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x14d53e9c vtime_common_account_irq_enter +EXPORT_SYMBOL_GPL vmlinux 0x14e52750 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x15010e1f arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x1501bf65 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x1502cb3f pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x15241d5c skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x152ba286 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x153862d0 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x1549e29e pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x155f0e2f acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x159016ec clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x15901fab efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1597ba7f usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x15a65494 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x15b0606e e820_any_mapped +EXPORT_SYMBOL_GPL vmlinux 0x15b51ac2 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x15d4ffb5 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x1604cd52 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x161c308d inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x1649f10f __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x166b4cb0 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x169b2931 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x16a9bb71 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x16af8adc ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x17212c2f udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1738a73e adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x173adf0c regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x1761646f bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x179412c6 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x1795d9ed scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x17aa9951 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x17cf7975 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x17d9989d ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x17e36116 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x17eb2e31 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x18029446 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x18227d0e pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x1829b9ed hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x1848d7d7 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x184be36f skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x184c1ad6 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x1861c638 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x186ee549 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x1877c85e zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x18851c14 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x1889563a clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x1891817b irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x18a776b0 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x18af941e power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x18c3d3d8 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x19225f2f regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194ce633 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19ac4335 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19cc34f8 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x19d8daa4 iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x19fb86a1 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a3fd441 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1ab5b196 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1ad99e8e raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x1ae51e72 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x1b3c9291 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x1b488300 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x1b532f23 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x1b73a8f5 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8c0368 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x1b92caa7 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x1b99ecaa debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1ba9042c regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bdfaef4 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x1be45caf debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1bec4215 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x1bed12e0 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x1bf745dc tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1bf932f3 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c0f278e pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x1c18ee84 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x1c468439 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x1c4804d9 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c658a76 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x1c6cc483 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c84b02c regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1ca25ce3 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x1cb25dae rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x1cb554fb ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x1cbbb61e rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x1cc74ae5 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x1cdb2147 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x1ce3bc20 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x1cf088ab dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x1cfd95c1 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x1d0e3427 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1d459685 xstate_size +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d72da26 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7cb586 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1d8fb3bb acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x1dba2a28 xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x1de9fd26 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x1e000879 hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e06103e ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x1e24ec80 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e6ef7c9 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x1e72f552 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e83369c usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x1e864f1d attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x1e8913f8 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x1ea64fb1 iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed42f61 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x1edc21cb hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1ee31b1f dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x1eef86f9 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x1ef94452 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f02ec13 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x1f0884f3 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x1f1988f7 hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x1f460650 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1f7866d1 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8ca006 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f97ce08 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x1fccdce9 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x20055a46 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x200736be unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x200b3626 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x200e648e pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x202d84c4 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x20339ff6 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x2034edd3 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x203a9d05 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x203c0b7f thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x20474c40 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x206b4f2c xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x207a8fd5 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x209a0648 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x209ec764 xen_event_channel_op_compat +EXPORT_SYMBOL_GPL vmlinux 0x20a20133 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20ae0a70 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20cb715a __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x20d3e9e1 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2103f1a5 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x211f2132 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2129dbcf i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x216faa22 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x2170c058 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21bd9566 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x21d0e021 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x2203361f cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x2215eb12 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x2217d929 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x2220a0a9 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x22223ec5 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x222a9805 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x2236d98d device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x223aacc9 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x2243f39c device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x228403a5 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x22877f07 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x229a2eb1 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x22c15b53 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x22cc8794 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x22ceffb6 input_class +EXPORT_SYMBOL_GPL vmlinux 0x22e1a87c iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0x22ff1cf1 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x23122109 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x234d11b8 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x234ee423 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x236289b7 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x2366a2c0 errata +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2398bc62 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x23bc3622 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x23c5eeb5 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x24011e14 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x2420b11e ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x24328f76 __efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x24335342 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x243b0950 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x24477d43 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x24588053 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2472e07b register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x248c1ce9 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24dcc430 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x2543b3ed dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x25460a9c pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x2548c837 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x256b82c8 acpi_dev_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2590baf3 __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x25a97010 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x25c195ce tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x25cae5a6 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x25d7616c irq_free_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x25f32fd9 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x25f40062 xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x25f60d68 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x25f88808 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x261e4b06 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x2630f644 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x26428857 xen_swiotlb_map_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x26729d9f class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x26738f2c vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x2681e8c4 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x26965721 slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26c9987a pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x26d4c221 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x26e4cf1a rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x26eae4e7 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x2735ef9d init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x274dc9ce iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x276c6ca2 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x2780a447 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x2781aa4a task_xstate_cachep +EXPORT_SYMBOL_GPL vmlinux 0x278d4573 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x278e03f5 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x279cb985 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x27c0c4be eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27d7af64 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x27ddb33d acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2817f3df power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x2835bf43 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2862f505 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x288d4b72 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x289c72a5 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x28a5afc0 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28af68c3 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x28b2d192 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x291149f3 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x29464e39 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x296ee6dc devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x297c78d1 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x298252cf user_update +EXPORT_SYMBOL_GPL vmlinux 0x2998f095 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x29c897b7 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x29e90420 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x29fce2d6 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x2a03da0a pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x2a06bf43 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x2a296063 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x2a2d28fb crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x2a3834ae rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x2a5e551a rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2a66d23c wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a7e9f59 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2a7ff393 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x2a86b039 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x2ab42cd7 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2ac0408d usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x2ac73875 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x2ad0a0a4 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ad80b00 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x2ae45069 wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2ae49d96 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x2ae64d5d irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x2b09e790 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x2b238f05 percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x2b36ad14 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x2b3cb98e crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x2b3f95bd md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x2b523c88 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x2b534c3e rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x2b582b32 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x2b5a1883 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2b60b31f virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x2b653dca acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x2b6eb594 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x2b76a923 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x2b87e673 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x2ba4f6d4 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x2bb799cf ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2bcaa67a print_context_stack_bp +EXPORT_SYMBOL_GPL vmlinux 0x2bce5c93 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x2bd72b76 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x2bdff067 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x2c0e068a device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c38b831 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x2c3c21c2 print_context_stack +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c897148 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x2ca99747 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1bfce9 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d54155b ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d656d3f context_tracking_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2d69d3a7 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x2d70b025 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x2d74f135 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x2d7c53d0 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x2d8618ef usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x2d9f2ce3 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2dbca1a5 efivar_entry_add +EXPORT_SYMBOL_GPL vmlinux 0x2dc7ab65 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x2dcde073 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x2de8a756 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2364c9 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x2e294adc rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e341548 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e650cbe __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x2e97204f blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ea2d526 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2eebd355 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f4cc4e5 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f648c2b ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x2f79cb93 __clk_register +EXPORT_SYMBOL_GPL vmlinux 0x2f857551 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0x2f9e835a kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x2f9ff06a devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x2fad5acb register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2fdee9ec usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x2fe70e99 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x30093f43 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x3011d00b tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x30421665 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x304259db i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0x30593530 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x3097b26c get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x30987f32 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x30a49be3 m2p_remove_override +EXPORT_SYMBOL_GPL vmlinux 0x30a77e1d ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x30c55049 clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30d3e269 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x3119bdf9 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x3128123c blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x312ccb5a crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x313363a8 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x313dccea rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x3171d00d register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3187b19c usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31ff5176 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x321f86e7 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x325e9ead dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x3297d78c ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32b2da3a __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0x32b2e626 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32bded08 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x32bf8ad4 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32cb997d ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x32ddd5b6 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x32ec965d ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x3310bf11 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x334f63fd xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x33655159 xen_pcpu_hotplug_sync +EXPORT_SYMBOL_GPL vmlinux 0x337e37e9 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x33979a3c regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x33b96e5d apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x33ba7c05 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x33cef77f power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x33fed5c1 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x3431249f sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x343694df raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x3465fce6 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x34718109 i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x348263d0 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x3488d5a3 clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x349b2ace device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x34d77781 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x34f617ed __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x3504da93 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x351028b3 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x354d65e5 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x3553c34b usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x356f4ff5 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35965da9 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x35d53d92 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x35ef2e3f bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x3633e9b0 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x365cc1d0 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x365e8434 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x36839d96 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x368f1fea static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a1ebb6 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x36a9e4f4 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36b98133 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36bdc529 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x36c03709 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x36d0947c platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x36dccbfa clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x36f63718 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x3717e89d tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x371ab09d fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x373e5cca component_master_add +EXPORT_SYMBOL_GPL vmlinux 0x37431987 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x375d2f9a ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x3761ac90 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x376b303c pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x3773389d irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x37840983 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x379dd961 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x37d1fa05 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x37f15d31 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x37f1ffbf gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x37faba85 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x381ad2ed init_fpu +EXPORT_SYMBOL_GPL vmlinux 0x38335fb8 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x3842054b ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x384a7429 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x384d66fe debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x38582c83 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x389ad42d find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x38b49ff3 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x38d9cb22 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x38ee45c9 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x38fd265a noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x390ce8ac inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x391924c0 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x391f1dfc wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x3933c7b6 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x39567e0b component_del +EXPORT_SYMBOL_GPL vmlinux 0x3985235c usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x398de1f7 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x39e41d76 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x39ea2ae6 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a314277 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x3a378058 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x3a38dc65 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x3a46a797 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a5c33a1 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x3a6f6bfe shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad0e201 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3ae6abac sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0x3b0721b2 md_run +EXPORT_SYMBOL_GPL vmlinux 0x3b0a5f92 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x3b1f945a regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x3b288e4f raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x3b293a62 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x3b490f66 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x3b692642 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x3b7145bb apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x3b8e9906 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x3ba78430 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x3bad5b25 iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x3bf9cccd ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3bfbf48e inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x3c1a6344 acpi_dev_pm_detach +EXPORT_SYMBOL_GPL vmlinux 0x3c2a9e9e usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x3c2e9d5c usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x3c5a2fcd tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x3c608320 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3ca99a44 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cfaa0b2 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x3cfd78c0 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x3d0d90d3 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d10ff8b ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x3d26e156 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x3d326a42 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d470a96 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x3d47cf0d acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x3d5bfd25 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x3d5cb9d5 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x3d5f392d acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x3d644e14 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3d731da5 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3d991b71 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x3d9b0755 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x3da9ae9e gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x3dae6404 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x3db629c9 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x3db78615 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dd17eb0 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df45f58 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x3dfc167e tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x3e0d15da crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x3e0d525f sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x3e222f30 __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x3e25ace4 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x3e2b4fbe dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x3e4f0eeb component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x3e61d8dd usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e7597b4 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3eaf5dfe fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3eb6751e crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x3eb773ad xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x3ec99aa0 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x3eec5e67 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f02a594 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f0c6f8c pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x3f229c4c oops_begin +EXPORT_SYMBOL_GPL vmlinux 0x3f270605 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x3f72b50a mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x3f78ae25 blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3f87922f regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3f88ef9a pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x3f9fddf8 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3fa9105f efivar_entry_size +EXPORT_SYMBOL_GPL vmlinux 0x3fad3c5f irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x3fb0ab90 xen_swiotlb_sync_sg_for_device +EXPORT_SYMBOL_GPL vmlinux 0x3fb50c39 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x3fb81ce7 __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x3fc43786 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0x3fc47b75 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x3fc72d3d __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3fd59eb5 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x3fd9fd4c ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x3fe379f5 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x400ca758 __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x400d5c5a seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x402506c2 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x4029b5f9 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x403edb6f __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x4059a716 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406b3f28 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x407f7f5c sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x408ad337 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x40ad4816 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40d497b7 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x40e54ce5 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x4114833f __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x412157db irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x4129c0d9 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x412fc7c2 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x41527fa3 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x4154f3bb ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x415b0f87 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x416f9a2a sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x417429ae virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x417a75c2 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x417bdb59 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41a77cde cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x41b41898 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x41c984ae uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x4213a51a efivar_entry_set_safe +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x42180c17 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x4236d42a vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x427d5c68 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42b20cde xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x42caa9b6 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x42eeb837 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x42f5a453 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x42f7e3de posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x430e3d98 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x43121577 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x431dc085 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x4321585f xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x436cccff kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x43821cee tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43ad018f usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x43f628f6 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x44133528 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x44185004 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x441f6433 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x44280073 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x44472f0d pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x444733fa vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x444e2af7 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x44588736 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x44796729 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44a5061d relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x44b2dae2 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x44cd92bc kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x44d7f702 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x44e4f386 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x450fb522 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x4512e653 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x452ab781 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x456289c3 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45b37883 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45ed36c0 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x460f31aa rodata_test_data +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x46434934 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x464b87a1 device_create +EXPORT_SYMBOL_GPL vmlinux 0x46709e06 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46b9bcbe mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x46cbce72 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x46e01a25 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x46e35df8 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x46e9deb8 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x4710a730 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x472082f6 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476dea41 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x476f77fe usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x4785280c ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x4793beca devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x47aa7d2c ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47cd8141 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x47ef3e40 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x47f9e40a ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x48359257 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x48559273 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x48682db9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x4869593f fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x487cd6fe clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x4894a01e blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x48bb9fee bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x48c88513 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x48d0411a ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x48d14833 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x48dd1fe4 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x48de2c11 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x490a8df6 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x49266c33 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x4928602b blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x49306e4f dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x493c3734 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x4942e2b9 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x49527d8f __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4964fec4 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x49686740 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49fabcf2 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x4a08bc31 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x4a1a38b4 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4a3c3cf9 microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a4446a0 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x4a5ff705 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x4a67fe2e rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x4a90160e bprintf +EXPORT_SYMBOL_GPL vmlinux 0x4a9e9dd6 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ab3a80f wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x4abcc88e regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x4accb6c5 devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4afa19dc apic +EXPORT_SYMBOL_GPL vmlinux 0x4b20c89c ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x4b3135e6 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x4b4254fe class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x4b80b2dc acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4b97c8c3 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x4ba10ba5 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x4bcf15d8 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x4bdba860 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x4be7b06a usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x4be9ce13 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x4bf0d6d1 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x4c2a472b __static_cpu_has_safe +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c585bd0 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c7586f0 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c9b43bb regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x4ca34430 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x4ca5d272 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x4cad6e7e class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x4ce2a2a6 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ce4a6a1 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x4ce85623 rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x4d0d575d usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4d1c713f of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4d975bbc syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4d9c9b27 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x4db171e3 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x4dce2ac6 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4dec608f crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x4df605b1 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e54b3d6 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x4e57723d apei_read +EXPORT_SYMBOL_GPL vmlinux 0x4e6060fe tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x4e63d488 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc02d devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x4e74e625 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x4eab8488 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x4ec6de00 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x4ee8ce8f ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f050f23 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0x4f3dd7a2 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x4f3e1253 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x4f49e5f4 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x4f591bea usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x4f5b07a0 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4feacd12 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x4ff88d48 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x4ffe576b sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x500b6dd7 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x501f2a04 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x50313e95 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x50347bac synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x5047419b ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x5048f6b0 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x5051b4fb acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x507de8c6 add_memory +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50b256de __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x50df478f device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x511a5c43 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5127faf0 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x512b1d19 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x5140d505 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x51446c58 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x517a13c9 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x5191bd3c efivar_work +EXPORT_SYMBOL_GPL vmlinux 0x5198d413 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x51b7bafc component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x51bcce40 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x51cc4ea2 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x51f3a0b1 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0x520ac695 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x520fee0c pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52151864 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x521899be crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x522f538b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x5239c850 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x523c5a6c aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x5259562e pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x525b89d5 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x5261b068 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x5292cd01 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52b21aaa regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x52cc6493 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x52fa5f31 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x5305646e alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x53399b16 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x5347c73a acpi_dev_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x539a248e pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53ed86fa xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0x53f0de92 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x53f99281 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5421bb2c ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x544ca9a9 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x545f5c71 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x548af8c9 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54aa3166 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x54b16f00 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x551b707a find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x556205af irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x5568e719 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55832aae regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x559198d8 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x55b7dca2 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x563afec9 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x563fdb4b sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x56500ecc ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x5654f836 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x566234ba shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x56894493 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56947347 dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x56d47202 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e7d899 unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x56ffba82 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x57061089 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x57520d16 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x575c5f94 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x57631130 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x57942df6 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x579d0424 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x579fdd9a __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x57bf4474 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x57c0ae6e usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x57c7ecc9 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x57f3c715 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x5816ba79 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x585489c2 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x585704ab aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0x5884b4c8 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x589350bf usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x589fbf21 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x58a32814 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x58bcd313 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x58e2a027 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x58e89fa7 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x594bf8d4 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x598aeb1b platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x59a2bceb usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x59a49758 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59c50e4e led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x59cf6700 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a441ebd efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x5a4fda56 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x5a6aa550 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8e78e1 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5a990e60 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x5ac2727f smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5af5c52a tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5b3ab40b transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x5b3e1ef9 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x5b590b6b pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x5b6b256d task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x5b76437f scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x5b790e6b platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x5b83d447 xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x5b8b4ddc pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x5ba8a818 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x5bca8ac3 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x5bdfb635 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x5c227f09 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5c65d850 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x5c66e90c efivar_run_worker +EXPORT_SYMBOL_GPL vmlinux 0x5c7bfea9 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5ca63a1a user_read +EXPORT_SYMBOL_GPL vmlinux 0x5caaa9ca do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cac5659 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x5cc382f5 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x5cc795ff security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x5cdd3964 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x5cde4983 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x5ce20160 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x5cf8a882 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d2cd5e0 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d48a650 m2p_find_override_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5d4fd8c7 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x5d5310e2 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x5d77952d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x5d9a2340 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x5db1c1d3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dc91034 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x5ddd8839 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x5ded6cf5 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x5deeae4b __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x5dfbd0b5 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x5dff1719 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e8b1632 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x5ef13ca5 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x5ef7d0d3 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x5f1a7bda platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f682577 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x5f713400 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x5f79a98b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5f8aa0c3 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0x5fc175e1 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x5fc27be9 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe46b9d da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x5fe90687 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6027605d __class_register +EXPORT_SYMBOL_GPL vmlinux 0x603bd493 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x60699920 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x607695b2 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x607fedcf crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60930d37 save_mc_for_early +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60ab3f2f blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x60c95350 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x60cd73ed pv_apic_ops +EXPORT_SYMBOL_GPL vmlinux 0x60f1de2b ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x60fded82 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x6106b3d2 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x612751f3 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x61509d8a pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x6165191a devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x6167fcc0 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x6183ff15 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x6194ffea do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0x61a24e01 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x61a73470 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x61b37d35 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x61c3a918 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x61c8a5de debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x61db3ec5 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x6201b042 efivar_entry_set +EXPORT_SYMBOL_GPL vmlinux 0x6203bbf3 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x621d36cb pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6222cc0e skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x6223d719 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x62277a9f securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x623803c8 hest_disable +EXPORT_SYMBOL_GPL vmlinux 0x623ac98a security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x626471de subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x6286d9da gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x62a4a25e usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x62bf988c xen_swiotlb_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x62d37a15 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x62dd19da extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x6328a0a1 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x634df704 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x635ec980 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0x637c71a4 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x6389151d ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x638d6c22 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x638fe045 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x63a1a17c unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x63d23117 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x63d60cac hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x640de00e rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x642ebeb7 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x6437ceb6 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x643b4ead blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x649ddcb2 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x64aa2bb6 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x64b7069e apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x64beec6d devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x64bf110c __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0x64d3fc45 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x64e41030 clear_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x64fbe56d debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x650260cc pci_get_hp_params +EXPORT_SYMBOL_GPL vmlinux 0x651166f9 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x651a62fa devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x653823a6 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x656568aa efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x6580445a ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x658c8186 amd_get_nb_id +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65e8a7aa pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x65e8bc73 m2p_add_override +EXPORT_SYMBOL_GPL vmlinux 0x65f264af regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x65fc9673 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x65fe6cf1 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x65ff2579 get_matching_microcode +EXPORT_SYMBOL_GPL vmlinux 0x66069728 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6620133d tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x6629aa1d driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x665327f1 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x665fefa6 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x6662737e register_mce_write_callback +EXPORT_SYMBOL_GPL vmlinux 0x667e09dc trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66950339 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x669a8c27 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x66cb1279 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x66cb2237 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e44f13 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x6708d03c smp_ops +EXPORT_SYMBOL_GPL vmlinux 0x67131c09 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6737fef2 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67408695 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x678d96c5 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x6797c180 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x67a9341b device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x67c50130 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x67d65652 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x681b5cc9 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x68659b57 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x68876c9b map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x688fcdac __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x689995c7 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x68a4f4b1 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x68a7157f scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x68b5a9cf acpi_dev_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x68c82541 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x68d14753 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x68dfb119 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x68e2cf7c usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x68f9837f relay_open +EXPORT_SYMBOL_GPL vmlinux 0x68fde802 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x69083b69 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x6924ef24 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x69403e92 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x69432877 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6952aa91 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x69b2c73b component_add +EXPORT_SYMBOL_GPL vmlinux 0x69dc9125 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x69e0e636 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x69e8796e pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a3419e4 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x6a4baa9e perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a51a8dd __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x6a57086d shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x6a5b5ad2 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a679708 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a7a0879 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a915c0e regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x6aa7c33b dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x6acad21f acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x6ad2d082 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x6ad5c5ba ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x6afebf8c inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x6b0294d5 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x6b03d526 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b18ce7d usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b396f27 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x6b3a03e7 of_css +EXPORT_SYMBOL_GPL vmlinux 0x6b65e920 xen_swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x6b68975a tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b8560bd pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x6b93bf60 inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x6ba7b6bb xen_swiotlb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x6beedeaf regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x6bf1b90d dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1251fd apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c44f9ee get_device +EXPORT_SYMBOL_GPL vmlinux 0x6c47ab94 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c50d6c8 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x6c519eb8 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c84412a cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x6c8994a7 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca74f99 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x6cabd45b inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x6cb78372 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x6cbed4b5 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cd723b8 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x6d2785b5 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d5b43df pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x6d774798 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x6da7cc63 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x6dc78e90 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x6de3e204 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6df8f4cd pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e3bc00c dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x6e3dae39 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x6e4f61e2 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e5a1576 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x6e65b9d5 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x6e70441b wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x6e735eed ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7b1840 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8bf789 hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x6e98ccb8 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x6e9e76bf crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6ea037ce gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x6ea265b6 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x6ea98361 ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x6eae40de spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x6eb0b4ac adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x6ece88bd pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x6ed06734 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f031abb skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x6f04e321 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x6f0f0fd5 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f5520fc hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6f7eac8d da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x6f858a63 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x6fa9e2e5 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x700cb201 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x700fde70 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x7010ed48 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x703e02b6 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x70752710 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x709a9c60 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70e01f0d inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x70e5f0cc pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71105d4d proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x71135502 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x712e5ff9 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x7137eb67 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x714713aa percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x7153d302 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x7192d938 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x71a12a2b netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71f14212 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x71f9d858 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x72359560 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x726a88fc _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0x726e40bf ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x72ead6ff ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x72ed5482 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x7316b327 acpi_dev_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x733a1563 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x733d7e4e dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x7346da20 dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x73665469 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73e19017 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x73f5e0ca tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x7415985a elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x74197ae4 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x744386e3 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x744b9db2 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x74628570 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x748dd30e fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x748eb622 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x74901631 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c08941 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x74c5cd7d devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x74deb10c used_vectors +EXPORT_SYMBOL_GPL vmlinux 0x7504973e ata_sff_port_intr +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 0x75288b0f pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x7534dedb inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x754076ab __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x757291e8 xen_swiotlb_unmap_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x757b49d2 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x75864b7d rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x758a3812 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x7630b9fb subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x765bba1b iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7682503c xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x76897f7c efivar_entry_set_get_size +EXPORT_SYMBOL_GPL vmlinux 0x76b6dce7 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x76c0f839 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x76cd3a3c ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76d674c0 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x76f308e9 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x770efa87 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x771dcf94 xen_swiotlb_set_dma_mask +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x772fbcaf trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x773698a4 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x774d820c usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x775a6ef5 kvm_read_and_reset_pf_reason +EXPORT_SYMBOL_GPL vmlinux 0x775f42c3 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x7760bca8 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x779723e0 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x77c2f24e ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x77d352fe tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x77d5dd73 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x77d89874 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x77efd796 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x77f559a6 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77f666de tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x782ebce9 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x78376096 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x783a15b8 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x784072f9 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x78962a55 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x78ad0c7a ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x78d31045 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x78ea227b acpi_bus_no_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x78f442b9 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x78f4a42e file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x790312ba perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7917d892 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x792bdb3c clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x794ad5c5 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x796147fc pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x7962ec9c device_move +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x79845b7e regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x799c7707 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x799cc695 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x79bdb5a2 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x79c0f185 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x79e69460 intel_iommu_gfx_mapped +EXPORT_SYMBOL_GPL vmlinux 0x7a0489ea usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x7a08a1cb wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a18dc72 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a319404 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7a43bb2c bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x7a491da1 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x7a4d9450 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x7a55421d ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7a8b2c9a crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7ab361b3 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x7abb8ac5 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x7ac8e5b0 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x7acf5a31 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x7b0e8029 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b121581 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b292d19 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7bbe211b rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x7bd4488b anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7bdd674a __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x7c03dcbd __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x7c2ee855 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x7c309fa6 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c98d089 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x7c9f3e69 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x7ca13869 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x7ca806ea __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x7cae5847 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x7cbb98fa crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd28011 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ceb5c59 regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x7cedc7a6 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x7cfe52c0 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x7d0024f3 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x7d04b5fa crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x7d070bce perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x7d1b3517 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x7d22449b phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x7d230a4e regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d4e2d32 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5c16fa ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x7d6b79d0 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x7d71bb6f tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x7d96ef8f pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7dcac91b unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x7dd50551 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x7dd74e7e blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7df8ffe5 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x7dfc0595 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x7e17d75d __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7e41cadb task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x7e537df5 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x7e5cc2ae pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6c40e5 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7eda4a41 __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x7edc6ff7 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ee5935e apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f64e080 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x7f87a5c1 clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7ffb21e3 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x80156244 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x801dc726 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x8020cba5 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x803d8335 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x806e502f btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x807a96a3 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x807af6a7 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80cc0660 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x80d3927f __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x810cff17 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x810f2e4e clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8120b62b __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x81545a9f invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x8190e90d vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x81d54298 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x81e758c7 user_match +EXPORT_SYMBOL_GPL vmlinux 0x82180686 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x823ac7bb aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x82424daa hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x826680ec devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x82829026 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x8284baa8 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82a37a23 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x82b17b29 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x82ba707d regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82d9a6e9 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x82dbec19 erst_write +EXPORT_SYMBOL_GPL vmlinux 0x83025221 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x8325e925 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x832724e0 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x8338317b pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x83403279 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x83479d27 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83f1ecef pin_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x842a6ab1 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84461bc2 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x84675768 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x8487a2b6 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x84a60637 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x84b7dd89 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x84bcd098 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x84c3a98d virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x84ead929 use_mm +EXPORT_SYMBOL_GPL vmlinux 0x84fae279 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x851deb72 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x8520b472 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x8529d4b4 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x85312d1e screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x8554a8a9 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x855c4ccf ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x85603264 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x859aea9a xen_set_domain_pte +EXPORT_SYMBOL_GPL vmlinux 0x85adbf8c skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x85aec517 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85fa44ee __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x86109e1c thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x862659d0 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x8627e00e public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x86319d2c devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x864213d5 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x8654be58 hv_remove_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86a1dfbf wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86bee9fa set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x86c48393 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x86cde559 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x86d39dee ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x86e9781d __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x86ec1c50 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x8702e548 process_srcu +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x871a6e2a debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87556bea platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x8759bbc1 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x879198d3 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x8794cd19 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x8797138d crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x87c2eb4d subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x87fa7ac7 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8829abdc pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x8833961e pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x886384a1 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x887a4881 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x88821774 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88d890de dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x88f377c1 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x89178e63 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89262218 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x8956aeae apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0x895cdee3 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x8964e245 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x89684241 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x897f01a8 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x89879a63 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89d46618 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x8a48cfe2 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x8a4b8066 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x8a559846 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0x8a68f5cd blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x8a6d4ac5 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control +EXPORT_SYMBOL_GPL vmlinux 0x8a948ee3 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x8a9e6a87 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x8aa708e8 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac008bd fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x8ad531b7 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0x8af991c2 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b19725a da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x8b1d52e0 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x8b1fb045 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x8b3b2ad7 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8b4f16d3 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x8b749351 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x8b833c8b kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x8b9327ee handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x8b952406 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x8ba606aa extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0x8bccf464 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x8bdcc980 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x8bf117be mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c208fa0 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x8c3279b4 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x8c4e2710 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x8c6010e2 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c946f52 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x8ca155c2 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x8cb4385f cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x8cb4d55b max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x8cd9f935 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0x8ce66080 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8cea765f memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x8cf84c5d usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x8d03d548 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x8d1836cd handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x8d1b80c9 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x8d209568 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x8d222f70 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2bdc27 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x8d36c088 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x8d47cde1 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d5879aa sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x8d70c658 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x8d9fa235 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x8db2155c __efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x8dc2e53e scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x8df3860b __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8e237216 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x8e3791e0 component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x8e47c6de crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x8e49c1ef wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8ea0b62c default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x8eba0908 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8edfb574 injectm +EXPORT_SYMBOL_GPL vmlinux 0x8ee5c57c devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x8f296cd5 xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0x8f40fa50 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x8f65a691 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f70ee78 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x8f839004 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8f8a365c ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8fd0b962 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x8fd702ba event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x8ff657b9 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x9003aa50 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9004431a spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x9009602a acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x9045bbd0 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x9048da22 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x90585f37 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x907e496e devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x908012eb sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90a7477e usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x90dc29df aout_dump_debugregs +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90df4cc3 percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90ea178f blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x90ec4b4e sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x9105bdd4 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x911274c5 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x912d8835 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x9138e628 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x913dcf6c ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x91430cb3 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x91703c20 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x917ede46 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x918638f4 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9198d0b9 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x91ae04fe dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x91b1f1cb pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x91b97392 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x922601c7 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x922a0a53 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x9237b92b sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x923f83e2 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x925368d1 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x92825039 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x92c411ac ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e64e92 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x92f0f4ef tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x9324e78e acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x932d7b5a alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x93376e05 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x935bb8ed uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x936e0c87 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x93764e45 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x93815cab xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x93834e25 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x938a1220 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x93922ab4 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x9395de98 efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x93abb1c6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x93b2aa9b pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x93bb10ac tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x93ee35f8 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x943e955c kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x9458726f ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x94664e35 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x948fc518 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a1cda8 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x94b0cf91 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x94c318be apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x94ce4757 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x94d1c2fd class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x94df1243 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x95055309 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x9506aec1 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x9506cf65 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x95358110 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x954d15ec dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955f1e59 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x956149ee rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x9579256b iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95f40fdd devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x963193ba generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x964d5c39 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96614944 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x9682a47f tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x96b54b91 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x96bceddd posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x96cada4b extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9709155e page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x971e9c72 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x9725f501 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x97299f44 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x97548fb4 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x976e8590 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x97856a99 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x978fbda8 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x97b37828 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x97b8e23c power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x97b9d9ce inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x97dcb95c component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x9805ca87 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985b9683 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x9874c1d8 __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98a11123 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x98b179f2 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x98bc7511 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x98db96e8 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x98f9e1f9 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x9903b49c uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x990a1077 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x99104106 __add_pages +EXPORT_SYMBOL_GPL vmlinux 0x9918cbba udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9923d9fe rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x99787b67 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99e28f10 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x99f3684e ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x9a08e88f pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a27e128 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x9a2b825e user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x9a4a8ecd sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x9a7f46a9 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a950d8c phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x9a98c26d rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x9a9ed061 devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x9aabc8e4 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x9ab4efcf dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ad1ade9 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9aed96b2 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x9b1484f4 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x9b18fc6a ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x9b32dda4 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x9b50eca2 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x9b619102 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x9b660f9d transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x9b687188 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x9b6a7412 idle_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9b6fa21f virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x9b709b94 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x9b720312 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0x9b7f8098 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x9b8cf015 irq_alloc_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x9b95884f blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bc17a27 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x9bd72b78 apei_write +EXPORT_SYMBOL_GPL vmlinux 0x9bd967c7 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c14a316 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x9c201265 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x9c2de449 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x9c2e4b66 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x9ca9ae19 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x9cba9db7 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cd1a8b3 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x9cd4b414 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x9cdc0534 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x9ceffdf5 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x9cf067da sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x9cf83ff5 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d17b187 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x9d1d66a9 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x9d2cce87 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d3d34eb shake_page +EXPORT_SYMBOL_GPL vmlinux 0x9d3e8def regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x9d5ed273 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x9d66460c perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x9d6a6945 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x9d855489 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x9d8c14c5 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x9d9e155d pv_info +EXPORT_SYMBOL_GPL vmlinux 0x9da4169d iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9db98ee9 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x9dbb11b2 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x9dd72d1b thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x9e0afa80 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x9e1abe1b inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x9e289676 fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9e30105b iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e967d23 skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x9e9d7a2e blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9ed17bce blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9efc0ae0 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9f33583d serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x9f458811 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x9fb7baef swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fcf93ed device_add +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff4cb29 inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0xa0185693 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xa0240041 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xa038e761 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa0a24455 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xa0d06e8a scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa134f386 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xa14762c2 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xa1560e96 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa170a57d driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xa1917762 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xa1a9d420 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xa1b7f853 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xa1ce474b rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0xa1d30f3f get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0xa1f79553 xen_create_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xa205521f mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xa225b4a1 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xa24fc8fb devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa2802163 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xa2b9c993 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2c0c0f6 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xa2d49c4b max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xa2eb2678 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xa2ec8496 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa303e92b sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xa3060f05 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa316797e ping_close +EXPORT_SYMBOL_GPL vmlinux 0xa3225b98 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xa32d212d part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa37f815c eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xa381edb1 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa395378d sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3de3c83 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xa3e40447 __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xa3e57965 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3eec4e0 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa3f96adb ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xa3fb03ed hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa4056677 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xa42e05f6 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xa44e0204 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa4592f5c pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0xa466de38 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa49011e5 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xa49b3a15 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xa4b3547b debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xa4b87857 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xa4be7d7d pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xa4cee47e debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xa4d2f73e clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xa4d58669 math_state_restore +EXPORT_SYMBOL_GPL vmlinux 0xa4e7d046 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xa4fd9711 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xa5017b8a devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xa50a30da crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xa50e565d fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xa5103479 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xa51ff4ab acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0xa52a12aa __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xa54c52f5 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xa563e1d6 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xa5663b84 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xa56a0fab __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa5ad1706 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xa5b04fad device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xa5c24a9b ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0xa5c6a278 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa617dd7b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0xa61cc276 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list +EXPORT_SYMBOL_GPL vmlinux 0xa65c4ea6 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xa6636b67 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0xa66438e8 erst_read +EXPORT_SYMBOL_GPL vmlinux 0xa672d094 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa68053a3 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa695b8eb rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xa69a977c ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6a3d375 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b4e2b1 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xa6b6aa39 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa6c64d6d free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xa6d23641 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e9468f __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xa7004058 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xa70a6119 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa73c9fce pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa7691dc6 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xa79c04ed relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xa7ae5c82 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa7b387a4 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0xa7d2853b usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xa801b359 efivar_entry_iter_begin +EXPORT_SYMBOL_GPL vmlinux 0xa80c5385 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xa82ab60a blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa88b5914 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa8b9bbd2 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xa90b1877 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa90f9827 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa9159eda ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xa91a619a rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa920e20c nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xa925e478 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa95b3f20 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa978f540 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa99083e8 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9a933c3 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xa9adb86c disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xa9b1a94d usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xa9bc7845 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xa9bd99f8 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xa9c00759 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xa9c70fd0 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa26c88a klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xaa321d6f irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0xaa48fadc usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xaa4b979e max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xaa55b3e5 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xaa5e9396 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaafed49 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xaab7b175 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xaada6d85 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab029697 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xab0b91ca usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab2fe5ad ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xab3854fe crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab6a3a82 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab808d13 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0xabf73505 pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0xabfc5a2c clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xac0b9390 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xac210f43 vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0xac3b92a5 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xac50217c rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0xac527d38 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xac653ba5 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xac85d55d ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xac9ce195 kvm_async_pf_task_wait +EXPORT_SYMBOL_GPL vmlinux 0xacafa8e7 vector_used_by_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xace6a24c crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xacf315a4 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xad039c54 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xad125c69 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xad221a0f list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xad42479a xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xad565c0c pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xad8d8ab0 xen_physdev_op_compat +EXPORT_SYMBOL_GPL vmlinux 0xad8e57ca usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xadac7c96 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xadb0a490 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadd35078 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0xade7857f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae1b5235 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xae1cde2d raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xae291408 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xae36b8a6 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xae370f59 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xae5760b8 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6b1954 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xae6eaf93 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0xae7795ae __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7c5411 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xaeaac9bc usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xaee875bf driver_register +EXPORT_SYMBOL_GPL vmlinux 0xaf2001f1 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0xaf33409d syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xaf3588b7 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xaf485f2c ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0xaf7ed4ca __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xaf8cb20b ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xaf915196 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xaf934a71 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xafb254aa blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xafb39dd5 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xafcc7155 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xb006084a xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xb0164cf3 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb02ebb04 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xb03a7dc5 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xb04baf24 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xb0502afd sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xb0750086 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xb07ee079 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xb07f6ee2 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xb07fc96f usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xb08ca2b4 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c82e0c pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0fa3f2e da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xb1053576 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xb106f180 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb12acb2a pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xb12ae837 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0xb12f979e tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb12ff6aa usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb14d2276 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xb14fa2fd of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xb156ebbf lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb19b1ccc dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1b5061f extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1bedeb7 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1c44eb1 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xb1e05973 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb225d4b3 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xb2568642 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xb2595f31 xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xb262f549 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xb2c38914 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb32b7028 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xb339deb0 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0xb340e187 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xb344b69e tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb347bb2c work_busy +EXPORT_SYMBOL_GPL vmlinux 0xb36082d5 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xb36482b9 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xb3662d6b regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xb383b560 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xb3c7fc7a securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb3ce1f73 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xb42e9897 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xb4447e92 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xb4578d6f hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb4653ddc class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb4759adc stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xb486640a cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0xb49b8098 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xb49cb0cb pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4f7056d mmput +EXPORT_SYMBOL_GPL vmlinux 0xb51aff63 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb5285d3b mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb53d8882 __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0xb53f18ad usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xb582d2be clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xb5848bae __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xb5891d9c fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5951120 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5a18003 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb60ba3f1 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb61727f9 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xb62015bf ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb62452af tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb626870e regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xb63f0473 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xb656ea14 __remove_pages +EXPORT_SYMBOL_GPL vmlinux 0xb65d3ee9 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xb6620089 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xb66421b2 acpi_str_to_uuid +EXPORT_SYMBOL_GPL vmlinux 0xb6751cf9 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xb6785c42 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb68c7113 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb68f9bd3 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb718f2f9 sfi_table_parse +EXPORT_SYMBOL_GPL vmlinux 0xb71d2df1 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xb72737b0 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0xb73391b6 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xb74787a0 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb7741bfe regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xb7ca2ffc device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7dba71b crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0xb7ebc0d2 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb7f75558 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb80591b3 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xb831e71b xen_swiotlb_sync_single_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb84152ff pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xb851e136 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0xb8650269 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xb87d6c23 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xb88d81f0 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xb8990d04 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8b78af2 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xb8bfec78 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb93573d4 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xb93bd0d1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xb93f51f5 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xb9447b3c mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb9562915 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xb965a842 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0xb96edac3 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xb996c277 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xb998c31f mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xb99d28d6 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb9acafdd crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xb9adc2c4 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9cc6641 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9f5246a arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0xb9fd5deb acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba3162bd crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0xba4569c8 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xba67b40a usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xba69ac6f rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xbaa3d7c8 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xbaad2fac virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0xbadc0aba irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xbaed756a led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbaf64c5c blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb06cc3f devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb128381 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xbb1c5c37 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xbb25e063 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0xbb284f59 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xbb4b70a7 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xbb502c89 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xbb546993 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xbba3a2ac devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbbab5b66 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0xbbb38239 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbbe2c98 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xbbd195fd wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xbbd4f657 xen_pcpu_id +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbf41ff7 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xbbf5dd35 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xbc47fd49 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0xbc4e9403 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xbc575013 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xbc5d56b4 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xbc6c569a devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xbc808932 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xbcaac7d6 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcb79135 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbd2263f9 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xbd274f1c ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xbd2f76ed ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd31e91e dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xbd33f3df mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd44d41c regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xbd461d75 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xbd56e3c7 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd8c47ca device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xbd98b0ff dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0xbdaf4965 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbdb3871d debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xbdb3e698 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xbdbc643d xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0xbdc45a37 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd5f10f apei_hest_parse +EXPORT_SYMBOL_GPL vmlinux 0xbdd89d00 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0xbe0d89ea sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xbe165de3 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe1f3ffb extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xbe390984 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0xbe393502 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0xbe5d0996 idle_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe5df6d1 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xbe794d12 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xbe7a01de spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbe84672f add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xbe990e87 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbebf5a92 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0xbed20d9a __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0xbed9ed0e tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf541927 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xbf547496 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xbf60a200 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xbf638fd2 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xbf71b5e7 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0xbf82e6af synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xbfa4885e usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xbfb1be70 hv_setup_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc10ed8 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xbfc24fa2 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xbfc47612 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xbfd2412d dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbfd2920d usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc0224c5d iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xc0297383 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0xc04b21bd acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc05a7347 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0900fcf acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc0a9972d pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xc0b0e6ec btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0c1e6b4 xen_swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xc0c91e94 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d20c5a crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0e14df9 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc127c106 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xc137774d clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xc14c2824 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc182fcae regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc198b6e4 efivar_entry_remove +EXPORT_SYMBOL_GPL vmlinux 0xc1a98443 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xc1b5c403 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xc1bd0119 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xc1d228eb pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xc1d65d67 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xc1e494fe fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xc1f952d4 efivar_entry_find +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2548615 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc27186ae irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2aa92a9 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc2cd750c clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xc2df5733 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xc2eb83a9 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc311c679 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc3815663 blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0xc38cb1b2 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xc395f545 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xc39e3f62 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xc3a914b3 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3e48710 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xc405d6ae rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc4221f7e pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc447dd93 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xc4504f4e nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc456432c da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc46508b5 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xc46775b9 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xc46f22b7 preempt_schedule_context +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc473221e i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xc486b29a unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4975851 percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0xc4a78be1 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xc4e0a06e class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc521e6e5 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc5526b9f skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5a781e0 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xc5d744db virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xc5ef73c4 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xc6059eff pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc620864a pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xc630bc05 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc65affbd ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc66dbcc3 napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6d7ad42 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xc6d8f22b bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xc6e1d188 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc706818c pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xc7069a38 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc71c1d2d od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xc721dbd4 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc7230050 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc73639ef crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc752942e __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xc77fb767 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0xc79134ac crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a28603 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0xc7a68b2d ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc7bb3f39 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7e9cdfb rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xc81204a0 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xc818b08a cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xc849e732 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xc85ad4a5 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc899c0f2 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xc89db6ab bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8b1a8d9 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8f2d69f balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc92d2df8 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc9332b58 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xc955951d devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc958fa57 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc98312c5 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc98dcabf regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xc9aaa604 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xc9ad725a kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0xc9b4033d pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca0b53f7 phy_create +EXPORT_SYMBOL_GPL vmlinux 0xca20b1e8 clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xca3bd492 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xca72e98a device_del +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xca8d06c7 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0xca8e6b8e dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xca94c5f4 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xca9fa938 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xcaacc7c8 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcabe9a48 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xcad63a12 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xcad88e6b crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0xcade6fe6 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xcaefb416 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0xcb0daa43 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xcb0f3d94 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb255593 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb6c90a5 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc1e817e ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc54304c restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xcc5a5455 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcc682c8a gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0xcc7a397c unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xcc7ade8b ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xcc7e7c0b usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xcc822826 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcc99a691 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xcca7e82c irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xccb360c9 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd4a2a4 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xccea4e34 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xcd11e7ab __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xcd436f1d pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xcd5ef025 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xcd716497 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcda150e3 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0xcda1f94c led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcdb3f826 blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xcdb64616 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcde3fad8 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce21b513 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xce39d15b gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce4c1119 efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce831eac unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xce97d129 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xce9fd8ab pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xcea0b632 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xceab9bde ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcec39109 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xceccc268 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xceee2154 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xcef1dd0e perf_check_microcode +EXPORT_SYMBOL_GPL vmlinux 0xcf031cec pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf61bac6 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0xcf745c8d pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xcfa39eca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc62f27 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfde5862 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xcfdfd743 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xcffd672c input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xd003faf6 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xd01cdee7 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd04e3ca6 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0834fd6 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xd0846830 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd0b62d1e cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c20354 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd10003f0 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0xd119c03d unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xd11fcff6 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd1507e59 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0xd165315f ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd1cf3e11 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xd1d24a71 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xd1f83ea7 pinctrl_utils_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd237ba96 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xd239d024 extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xd24284de crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2a6ed00 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd2afe2b2 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd2c58ab2 apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0xd2ee9341 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd32e9ca0 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xd35ca732 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xd383e515 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xd38e7473 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xd3bfeee9 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd3c10103 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xd3c98422 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd3ee27d5 clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd408d958 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd437b6a7 skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd4549afa single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xd45b3e58 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xd49615b2 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0xd4a94b77 x86_hyper_kvm +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4d7370c hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xd4e0f00a usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xd545ab91 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5707cdd blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xd592aaa9 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xd59ad882 xen_swiotlb_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xd5b6b049 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5c36c40 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xd5fac6a0 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xd6011bf5 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xd60e5067 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xd60f6023 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xd640c6c0 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0xd649ca1c do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xd655a562 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xd65a6053 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6860c8b sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd68ca58c bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xd6afa69d xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xd6b292fb pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xd6bb8574 __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xd6be38f1 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0xd6ed3a8e cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0xd6fe55bb ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd7156d6b cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd725d567 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd737cb65 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end +EXPORT_SYMBOL_GPL vmlinux 0xd75622f7 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd77ebe2a ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xd783a047 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xd7958655 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xd7a86d79 napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0xd7b1a2d1 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0xd7b70454 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd7bacd96 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xd7c4f731 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xd7cdb809 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xd7d09b20 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xd7d31e4e nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7dc7e56 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xd8093306 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xd81adf1a xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd829cc0a __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd83f6f6b ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xd84169ad driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xd8524fc4 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd8670e5d i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8d4c8af register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xd8e460a6 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd8e5d709 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xd907a498 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xd919806a amd_cache_northbridges +EXPORT_SYMBOL_GPL vmlinux 0xd9222bef platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xd922a706 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xd9270c8f led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xd93bced4 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd94cd517 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0xd956004a pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xd96a2de6 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9898546 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xd9a94276 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xd9ea5c4e trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda14f6ee split_page +EXPORT_SYMBOL_GPL vmlinux 0xda35a905 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xda37bec6 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda709af3 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xda8126ab arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xda87917f platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xda93582a elv_register +EXPORT_SYMBOL_GPL vmlinux 0xdacb8491 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xdaf047ec disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb03749f cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xdb3bda77 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xdb5255f6 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xdb5d34e0 rcu_batches_completed_preempt +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8c658b skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0xdba6863d tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xdba975aa device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0xdbabb611 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xdbcbde81 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbf7f6fd devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc29f114 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xdc5224d8 bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc97517c regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcaa1ae1 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xdcb4c5df pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xdcd16af1 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xdce542c5 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xdce5b694 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xdd0fea18 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xdd1c19d1 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xdd2277e9 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xdd233692 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd4ed7df ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xdd5fd30d simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xdd6618ba btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xdd6d8810 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xdd794d33 phys_wc_to_mtrr_index +EXPORT_SYMBOL_GPL vmlinux 0xdd811290 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd92358c i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xddb3e93d pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd2ed6d acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xdddce639 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xde0307c6 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xde0b3102 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xde1b2bb0 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xde39c399 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xde4e19ba klist_next +EXPORT_SYMBOL_GPL vmlinux 0xde81a5b0 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xde87e173 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xde89fddb register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xde8b364d xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xde916412 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xde9f49a5 devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0xdec5a318 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xded9180e fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xdedbdb74 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xdee511e3 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xdefd74ca attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf489db7 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xdf66ca81 ucode_cpu_info +EXPORT_SYMBOL_GPL vmlinux 0xdf6ef40d sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xdf6f5e7f user_describe +EXPORT_SYMBOL_GPL vmlinux 0xdf7fc253 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xdf8eeec4 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0xdfdf9c10 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdff98080 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xdffc4433 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe01b92f0 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xe01f533c proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xe02945b1 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe03e0291 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xe045d811 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0796b74 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe08a9425 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xe08ed8c3 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xe0b2cad2 vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0c81363 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0xe0f7f8a6 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe11f1575 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xe134079a generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xe165a14c __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xe16b0d30 unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xe16d0c5b xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xe16fd3fb regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0xe17370f0 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe1745727 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe17b1408 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xe18e5cff ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xe1b285d1 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c06095 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xe1d02fb6 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xe1ecd71d irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xe1f04554 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xe20f76d9 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xe22151ee ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe23bb761 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0xe23c6d39 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xe2639d14 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xe26e46f0 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xe2714ffb fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xe282edd7 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe2a031d4 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xe2b22a17 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xe2c4f785 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xe2c6c973 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xe2cea7c1 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xe2f598a9 __efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe314cf03 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xe338c3fa attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe37b1718 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3c0121e crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xe3fabcfe posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xe40b4268 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xe40ce23e tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe40d34fa get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe4188187 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0xe4245eb3 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4459ea3 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xe47bda06 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4d2f97b sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xe4e2a3d2 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xe4e2ae92 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe4e68bc8 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0xe54e8024 ref_module +EXPORT_SYMBOL_GPL vmlinux 0xe565117b acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe56e832e cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xe57142a5 iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0xe5801caa xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe59ca5e4 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xe5b910b8 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xe5d1dd64 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xe5e2d4d0 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xe5f9b4cf crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe6602e9f perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe69ee586 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xe6b7208a ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6c8b53f usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe6cea312 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6ef55b8 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe6fd2c91 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xe7005ec1 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe78322d9 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xe79fafb2 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xe7a1ece9 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xe7b8d945 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xe7c581f0 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xe7dbc433 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xe7eb90a8 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xe7f3608a hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe817ac2a xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe8406f1d sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86a188f devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe89bd243 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe8d20376 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xe8e4088f pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xe92f8717 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xe937290f inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9649b56 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xe97a2078 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xe98fe942 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xe9c8bb2c inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xe9c9228b pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9dcf7f3 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe9ddd2d0 put_device +EXPORT_SYMBOL_GPL vmlinux 0xe9df2437 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xe9f55033 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xe9feb945 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xea039ca2 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xea06621b single_open_net +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea404714 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea628c20 bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xea6e97b7 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xea989288 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xeab352f9 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xeadf816e klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeae1996a xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xeafc3951 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb2798f7 xen_destroy_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xeb370805 __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xeb7c0049 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb8a84ab trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xeba745e1 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xebbf5f58 mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0xebc16035 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0xebe96bd2 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec02a9b7 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec28c7fd dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xec631f34 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0xec785f15 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xeccb36c8 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xeccbddc2 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xeceb5977 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xed0730a8 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xed1b5942 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xed2ab6d5 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xed3108b8 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xed754e02 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xed9326b5 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xeda03766 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xedb49367 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xede5a60a led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xedfb6dc3 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee0c5a30 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee28ac95 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xee4a6023 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xee572241 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xee60d30f sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee7b547d iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xee938994 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xeeb078fe device_reset +EXPORT_SYMBOL_GPL vmlinux 0xeeec8713 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xeef41649 __module_address +EXPORT_SYMBOL_GPL vmlinux 0xef15a0cf usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xef189565 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef23a6da usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xef2ea517 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xef499902 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xef65bf48 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xef6ae168 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d007a sigset_from_compat +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa54a9d atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xefebf2ae regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xeff3282d serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xeffa6b8f __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xefffd0a9 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xf0284ca0 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xf062da52 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf07484d7 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xf08f4c97 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xf0bc5c22 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf105b27d usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xf13ba086 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xf16d5514 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xf16eb21b get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xf1739211 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf190b437 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xf1915b97 xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b551d9 ibft_addr +EXPORT_SYMBOL_GPL vmlinux 0xf1f74688 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0xf2054de0 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf23148a4 cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0xf254a14e balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf289eaba ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xf2c7cb15 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xf2eb8f69 efivar_validate +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf3082fa1 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xf30c077c irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +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 0xf35e2aed regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xf37026cb ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xf3744e1e driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf388e912 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf39fd7d2 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3c83b6f regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0xf3e927ae gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xf3f9b52e device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xf41ffc91 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xf4272cea ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xf440fd34 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xf44b3e5a devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf4980f7c fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4a86323 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf52c4da0 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xf52ce054 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xf52eed9d pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf556edd4 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5b2e395 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xf5e65ca3 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xf632fb6c watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf700ff6e acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf70f8737 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xf714babb crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xf71c9d5e xen_swiotlb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xf7322bc8 pv_time_ops +EXPORT_SYMBOL_GPL vmlinux 0xf7564e51 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xf7608cdf __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xf76e8864 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xf783ad35 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xf7af7568 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xf7bd03a4 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xf7bdfe65 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf8111b9a dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xf815466c __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0xf815fe1a vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82500b2 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf83350db swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0xf86770b2 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xf86e2dfd usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xf87b03c9 xen_swiotlb_sync_single_for_device +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf896d803 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8f26f64 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f6c095 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf916e338 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xf9178cda tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf95ade88 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xf9765833 dmi_match +EXPORT_SYMBOL_GPL vmlinux 0xf97666a0 set_memory_rw +EXPORT_SYMBOL_GPL vmlinux 0xf9924426 arch_add_memory +EXPORT_SYMBOL_GPL vmlinux 0xf99ffc93 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9af5d4a dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9cac63d ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xfa002d25 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xfa0d5df3 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa412fa2 phy_put +EXPORT_SYMBOL_GPL vmlinux 0xfa4a647e klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xfa6531e7 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xfa6ebb74 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfa92c88f pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xfaf3ef8c acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xfaf4c16a rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xfb05360b input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xfb17dec1 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb27c0f1 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xfb2a6408 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xfb2f71c1 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb374c50 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xfb64b230 acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0xfb69eacb rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb6fe6e6 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xfb8f6e0f fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xfb9633af fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xfb9af21f fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xfbaff865 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbd48ca9 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xfbd922d5 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xfbd9c279 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc1e3b57 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc3601c0 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc818688 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xfc81ce79 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xfc968c8b apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0xfc9d6302 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xfcc96b88 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfccf7ba0 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcfaadbf usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xfd48a93d i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd5972c9 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xfd6ae2e7 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd82f691 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xfd88c9cc platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfdcb1cbf crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0xfdcb9126 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xfdd0fc11 system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0xfdfdfb20 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0xfe0ee8fe acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xfe12a7d1 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfe1bd5e9 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe826408 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xfe87b9b1 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfeb05c0a crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xfec940a3 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xfece9c86 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfedbc987 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xfee41c99 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfefb18f6 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff1076fc usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xff1181ff dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xff2875e9 i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0xff498b9e pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff5ef63b tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xff6d2f77 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xff79bcd2 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xff7a1b70 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xff7f35a7 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xffca3b4a gpiochip_find --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/amd64/lowlatency.compiler +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/amd64/lowlatency.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.9.1-16ubuntu6) 4.9.1 --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/amd64/lowlatency.modules +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/amd64/lowlatency.modules @@ -0,0 +1,4129 @@ +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +abituguru +abituguru3 +ablk_helper +ac97_bus +acard-ahci +acecad +acenic +acerhdf +acer-wmi +acpi_extlog +acpi_ipmi +acpi_pad +acpiphp_ibm +acpi_power_meter +acquirewdt +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +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 +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +advantechwdt +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aesni-intel +aes-x86_64 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x_cs +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +ak8975 +algif_hash +algif_skcipher +alienware-wmi +ali-ircc +alim1535_wdt +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +ambassador +amc6821 +amd +amd5536udc +amd64_edac_mod +amd76xrom +amd8111e +amd_freq_sensitivity +amd_iommu_v2 +amd-rng +amilo-rfkill +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apanel +apds9300 +apds9802als +apds990x +apple_bl +appledisplay +apple-gmux +applesmc +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arcfb +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3935 +as5011 +asb100 +asc7621 +asix +ast +asus_atk0110 +asus-laptop +asus-nb-wmi +asus-wmi +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlas_btns +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +blowfish-x86_64 +bluecard_cs +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c2port-duramar2150 +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia-aesni-avx2 +camellia-aesni-avx-x86_64 +camellia_generic +camellia-x86_64 +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5-avx-x86_64 +cast5_generic +cast6-avx-x86_64 +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +ccp +ccp-crypto +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfag12864b +cfag12864bfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +chromeos_laptop +chromeos_pstore +cicada +cifs +ci_hdrc +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +ck804xrom +classmate-laptop +clearpad_tm1217 +clip +clk-max77686 +clk-s2mps11 +clk-si5351 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +compal-laptop +configfs +contec_pci_dio +cordic +core +coretemp +cp210x +cpcihp_generic +cpcihp_zt5550 +cpia2 +cpu5wdt +cpuid +cpu-notifier-error-inject +c-qcam +cramfs +cr_bllcd +crc32 +crc32-pclmul +crc7 +crc8 +crc-ccitt +crc-itu-t +crct10dif-pclmul +cros_ec +cros_ec_i2c +cros_ec_keyb +crvml +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs5535-mfd +csiostor +ct82c710 +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +dcdbas +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +dell-laptop +dell-led +dell_rbu +dell-smo8800 +dell-wmi +dell-wmi-aio +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dme1737 +dm-era +dmfe +dm-flakey +dmi-sysfs +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155v4l +dt9812 +dtl1_cs +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +e752x_edac +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +ec_bhf +echo +ec_sys +edac_core +edac_mce_amd +edt-ft5x06 +eeepc-laptop +eeepc-wmi +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efi-pstore +efs +ehset +einj +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +ene_ir +eni +enic +epat +epia +epic100 +eql +esas2r +esb2rom +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +eurotechwdt +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +fintek-cir +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fschmd +fsl_lpuart +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +gen_probe +genwqe_card +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-clmulni-intel +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +glue_helper +gma500_gfx +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-addr-flash +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-cs5535 +gpio-da9052 +gpio-da9055 +gpio-f7188x +gpio-fan +gpio-generic +gpio-ich +gpio-ir-recv +gpio-it8761e +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch +gpio-sch311x +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdaps +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hecubafb +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hgafb +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-hyperv +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hp100 +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hp-wireless +hp-wmi +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_storvsc +hv_utils +hv_vmbus +hwa-hc +hwa-rc +hwmon-vid +hwpoison-inject +hx8357 +hyperv_fb +hyperv-keyboard +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-ismt +i2c-kempld +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-nforce2 +i2c-nforce2-s4985 +i2c-ocores +i2c-parport +i2c-parport-light +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-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i3000_edac +i3200_edac +i40e +i40evf +i5000_edac +i5100_edac +i5400_edac +i5k_amb +i6300esb +i7300_edac +i7300_idle +i740fb +i7core_edac +i82092 +i82975x_edac +i8k +i915 +ib700wdt +ib_addr +ib_cm +ib_core +ib_ipath +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmasm +ibmasr +ibmpex +ibm_rtl +ib_mthca +ib_qib +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +ichxrom +icplus +icp_multi +ics932s401 +ideapad-laptop +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ie6xx_wdt +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int3403_thermal +int51x1 +intelfb +intel_ips +intel_menlow +intel_mid_dma +intel_oaktrail +intel_powerclamp +intel_rapl +intel-rng +intel-rst +intel-smartconnect +intel_soc_dts_thermal +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioatdma +ioc4 +io_edgeport +iosf_mbi +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +it87 +it8712f_wdt +it87_wdt +iTCO_vendor_support +iTCO_wdt +itd1000 +ite-cir +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-amd +kvm-intel +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-clevo-mail +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-ss4200 +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmc +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +machzwd +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mce_amd_inj +mce-inject +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-me +mei_phy +mei-txe +mem2mem_testdev +memory-notifier-error-inject +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +meye +mf6x4 +mfd +mga +mgc +mic_card +michael_mic +mic_host +micrel +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mmc_spi +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msi-laptop +msi-wmi +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxm-wmi +mxser +mxuport +myri10ge +n411 +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +nct6683 +nct6775 +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +nettel +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +ntb +ntb_netdev +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nuvoton-cir +nvidiafb +nvme +nvram +nv_tco +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_xilinx_wdt +old_belkin-sir +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +padlock-aes +padlock-sha +palmas-regulator +panasonic-laptop +pandora_bl +panel +paride +parkbd +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_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87413_wdt +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn544_mei +pn_pep +port100 +poseidon +powermate +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptlrpc +ptn3460 +ptp +pvpanic +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-lp3943 +pwm-lpss +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quickstart +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-bq32k +rtc-bq4802 +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-hid-sensor-time +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +salsa20-x86_64 +samsung-keypad +samsung-laptop +samsung-q10 +samsung-sxgbe +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 +savage +savagefb +sb1000 +sbc60xxwdt +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sb_edac +sbni +sbp_target +sbs +sbs-battery +sbshc +sc1200wdt +sc16is7xx +sc92031 +sca3000 +scb2_flash +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +sdricoh_cs +sdr-msi3101 +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent-avx2 +serpent-avx-x86_64 +serpent_generic +serpent-sse2-x86_64 +serport +serqt_usb2 +ses +sfc +sha1-ssse3 +sha256-ssse3 +sha512-ssse3 +shark2 +sh_eth +sh_mobile_ceu_camera +sh_mobile_csi2 +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sis-agp +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skd +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slicoss +slip +slram +sm501 +sm501fb +smb347-charger +smc91c92_cs +sm_common +sm_ftl +smm665 +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb-common +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-max98090 +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-rl6231 +snd-soc-rt5640 +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sst-acpi +snd-soc-sst-baytrail-pcm +snd-soc-sst-byt-max98090-mach +snd-soc-sst-byt-rt5640-mach +snd-soc-sst-dsp +snd-soc-sst-haswell +snd-soc-sst-haswell-pcm +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-us122l +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +sony-laptop +soundcore +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedstep-lib +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssfdc +sst25l +sstfb +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thinkpad_acpi +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tlclk +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmem +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +topstar-laptop +torture +toshiba_acpi +toshiba_bluetooth +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm_infineon +tpm_nsc +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish-avx-x86_64 +twofish_common +twofish_generic +twofish-x86_64 +twofish-x86_64-3way +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +usnic_verbs +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vfio +vfio_iommu_type1 +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-camera +via-cputemp +viafb +via-ircc +via-rhine +via-rng +via-sdmmc +via-velocity +via_wdt +video +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmlfb +vmw_balloon +vmwgfx +vmw_pvscsi +vmw_vmci +vmw_vsock_vmci_transport +vmxnet3 +vp27smpx +vpx3220 +vringh +vsock +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977af_ir +w83977f_wdt +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +wafer5823wdt +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +winbond-cir +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wmi +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +x38_edac +x86_pkg_temp_thermal +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen-tpmfront +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xillybus_core +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +zatm +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/arm64/generic +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/arm64/generic @@ -0,0 +1,16847 @@ +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0x64c893e2 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0xcdfb738f 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/char/ipmi/ipmi_msghandler 0x1231a1b4 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x6c2efff3 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x81948415 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x998a74e3 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf34bfda1 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x2ed61685 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x2f9af56f dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x3895be06 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x52a7b9e9 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x8fef7987 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xa90aa816 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/pl330 0xc0c75fce pl330_filter +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04d0f641 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7d6af8 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x149d8a26 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1d95ad53 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x245d15a3 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x25e2788d fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2de3c0df fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x34caa3df fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x39c230c1 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a3a8aff fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3e9b9d0f fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d727686 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d8531dd fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x56012e13 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x645b715f fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x673dd330 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7d330cf1 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7d920f0b fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8f527705 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9c1cbaa2 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa479d688 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xad3b776c fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb323c240 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc342487e fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd6b2244e fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd8e7374e fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe5789892 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf52a09bb fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfab83025 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/fmc/fmc 0x1a374cba fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x33d8592c fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x5f077cfd fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x61aaf9b7 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x7e9aa9c0 fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0x8754d261 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xbf878dd5 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0xd48eb96b fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xddc4c022 fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0xe42cff0c fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0xebbeea21 fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x62409733 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00802fe5 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x009b89fe drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00cdf7a1 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0170a135 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0479ba08 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a82bbb8 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a8ecc59 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x106c3fef drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1108e61a drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11c2f86c drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x129a5ec8 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17bfd103 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x191e17a6 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a8744b6 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c58163c drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e056d16 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e7baecf drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fc861c3 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b37c60 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20e57021 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2327dae4 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x265f1ac1 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27159346 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28b31d29 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a1c1a9f drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b6817ad drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b8f827b drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bc3b437 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bde8b07 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x303a24a6 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x319e3312 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31a6f468 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3896c25c drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b06cdf3 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bbd552a drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40ef3862 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x419e6d90 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41b8426f drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x436f5b3a drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45a620dc drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4682fed2 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46f57a86 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c271e6c drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c63353c drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d887716 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e058cc0 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fe2578f drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5237842f drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x527736b2 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52b4c689 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x532149c7 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x535359b4 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55170724 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5677a38e drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57052e3e drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5832cd2f drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x590be2fd drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c31a9ed drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7318dc drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5de1ff10 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f4bbc63 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fcca1e8 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60d6f4d9 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6176e5c2 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62bc88ca drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x636800a9 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64894b84 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67c70910 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68c6cf79 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c53a412 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c572c4e drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc3c29e drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fceac93 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70ee866f drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7448b234 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x771d73b6 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7767bfb9 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x792ac315 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b62c932 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ba75d03 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3382b7 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ec25265 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8008b0b3 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80967874 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80a26e5d drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8191e9d6 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e773e4 drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8242852d drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83164868 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8448c1db drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84534df9 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84a59257 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85e1346a drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87d54010 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87eae958 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88e07157 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89e3018f drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cb482b1 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dd94983 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9058b988 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90c9785d drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90ef3467 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91160953 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91faee51 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x932b55eb drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x945e883f drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96767aa0 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97a80b7f drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98712098 drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a19dfb8 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c372fb3 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e27b400 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ffa769e drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa18b38f8 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa18fe7ae drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1aba2ad drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa235cc8c drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2935964 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3a02e8c drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3d76735 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5072930 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7525715 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7dc9260 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8e0abab drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa400fab drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa5ff739 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab50293a drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab89ec73 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad165fd4 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad316cbb drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaddc71bd drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaefec4e5 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb10fdbcf drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb333ec40 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5173493 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5375b54 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5540008 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb653612a drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7e0152b drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9047d73 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb93d388d drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd6c1dec drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfdc3254 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbff4c697 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0f9aede drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc10904f6 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc146641a drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2634bdd drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc29f721e drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4e89340 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8642db0 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc904470a drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc915c53c drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9393f84 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9c7a704 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc962e93 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccb7cc7a drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf4ec2b0 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd04814ff drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd177a99d drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd234050f drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5765bb2 drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd86d9342 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8d66fd2 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd93652c9 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd997f970 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdca27e34 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdda81e42 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdea3fdcb drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdef92068 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf6b20c7 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0d3b570 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1d50590 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1e5aaf0 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe33d3a12 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3a41437 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3bdb9e5 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe431f5e3 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a4afeb drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea5c366b drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb380906 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeebd938c drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefb1e82b drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf00af52a drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf035ecde drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0fe76de drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1aaf5f3 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf27802a3 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf290f88d drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2e327b8 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2f96b0e drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4785bd1 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5448278 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa20c57c drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe210b9b drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0067b8f1 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x02408010 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03573871 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x05428695 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x210f6b0f drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2124e30e drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a7cff7b drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x363cbe03 drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3837c5cb drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3aa02897 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3d8f8a87 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44464f71 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x447b6bbb drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4715aa50 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x47dfad56 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4cbc02c9 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4fa34613 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x57ffaa4c drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6744526d drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ceeaf7d drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x729c877e drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x772ed805 drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7886d0c4 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d0e6f7f drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7feb2bcc drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f2c4df0 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9df43467 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e2101a8 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2a4f690 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5ec33b9 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6d743b0 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa900d77b drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa23ceb1 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1ecefc9 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb285d9fd drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb5be5408 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0473257 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1785166 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6fc8470 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc983046e drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd93178c0 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd973bed6 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb365ded drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf3e7dbc drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe072d524 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf14dd872 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf44d3dcc drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf797b925 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9073fb7 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa83d7c9 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xa2ade139 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xb7095faf drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xbb55e804 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x021c3fb7 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0bb4ab67 ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0e7ccec4 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x135fa814 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x178f54cc ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x199e3f86 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a43aee4 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1da8a426 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21ddb4bf ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x233f1e50 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x263756e0 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x29351308 ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x296d2492 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2a3038a2 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b05d6b2 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2c1fc621 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2f596cae ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3b6f29b7 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x43609377 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e0ea412 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e8dd264 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ffeb882 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x53dc8e37 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5570c7f7 ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x564e1aee ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x591d7b41 ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5ee757e7 ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5fbdb24a ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x613fc9ba ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6b09dc32 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6b336067 ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6ca91131 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6e1a52dd ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6fa23711 ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x716dfeb4 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x71b787a4 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x74b183d9 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x78cafc5b ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7be33c40 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7ebaa6e1 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81d5df4e ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8e98e204 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95d2ff0e ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x990efec4 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9ae59c7d ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9c5d2aae ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa063bdab ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa0e1f89b ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa6a70a60 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xab0b479b ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xab7a929e ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xae87b61d ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb2b70462 ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb623ab05 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbb21bc98 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbd591766 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbda9cac0 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc72f77cc ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xccf937dd ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcd040871 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd03f5dd5 ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdb9001b7 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe6df810f ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe6ec87f5 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x4728dc12 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x8c235fc6 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x8d2164f4 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x9c006841 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x11926b5d i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xefd5f44c i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xef06043a amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x4f96ce1b st_accel_common_remove +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xe4cef5c8 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x0d2ed09b hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x5c467eb0 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x63b9488f hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x8c2d090e hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xb2768df4 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xe48ebbea hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x287b82ff hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x54b502e2 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xf49bd8f2 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0a8c697b st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1a68a035 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x3091b9ac st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x40af30c3 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x5fbfb898 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x61ce80d3 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x660f7357 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x666c6cba st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8a75cecf st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x92ba3ee8 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x996f7e98 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x9c6d41e2 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xaf06a121 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xbf8ccbba st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xcb839662 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd4ba5b59 st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe26c73c2 st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x2c27b416 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0x82d9c7d2 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x71c111e0 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x91d15e1b st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xcc7d0233 adis_enable_irq +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xff8d6624 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/industrialio 0x02d020f2 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x11f2c538 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x1e474a01 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x1ee1045d iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x4c61c847 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x5085b246 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x6b885594 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x6bb539c3 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x711a48bf iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x81a7c91a iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x838e410f iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x93dba004 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x98a15992 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x9eafe040 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0xa3054b5a iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0xa51e618a iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xa8d6d9fa iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xb85909d0 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xbaaeb5c0 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xbd852477 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0xcb15a3df iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xcb63fc47 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xfc0402e3 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x0367f54f iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x106b903c iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x00b5ab58 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xd76c4fda iio_kfifo_free +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x6351a4aa st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xd11800f2 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xedfb6b77 st_press_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xf0c0dba8 st_press_common_probe +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x4c33e170 rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x4fa3893d rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xbe6d6859 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xfe6e58a5 rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x45256d1e ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4e76f210 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x51dbccb0 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6fd7caef ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x70ef2193 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7116eb2b ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x74dec114 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9b4bd689 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9b62ec8c ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9c207b7a ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbbffc908 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbd0f2b12 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xca435415 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd966d102 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe8713a16 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xee17d2e2 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf104051a ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00acadf9 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d8489e5 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f45e109 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11eeb9be ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x162dd2dd ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18ee4fab ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a123831 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a60b0dc ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20f6e0b0 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22b4a32c ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23dd4b94 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x256325b6 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27b31822 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2df1ec44 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31d5b16a ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32606b72 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32d71d49 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x355bfac2 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3678d2d4 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36958229 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3dd4168e ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e2d5ba8 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fb2d333 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4110bdcf ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47939ffe ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x547797e6 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5501112b ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60e4af93 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x622757a9 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6249d5a0 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65de3460 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7889f70a ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7bf53c62 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c942786 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7dc2d897 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81877e09 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84fdb992 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x883683dd ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c62dad5 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9008e960 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92802c27 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x934ad57d ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98729871 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa00f41f6 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1e6b5be ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3f0403a ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa84200bc ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa96ec8d ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad2cb1bc ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0c138fb ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb223a3a9 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3807a82 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6cfe256 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbac3d313 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd242235 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd77cee8 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbda0ca1d ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc34b32df ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc51a4c39 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcca1e1b3 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xceca97fe ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd057351a ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0a9779a ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0b8c3d7 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1acfd1a ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd856a9b1 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc4cca7a ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdcc876c6 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdcf30e10 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde6c64f5 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfb0e570 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe51d3fa4 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe75db4a2 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedc0d3ce ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef88fae3 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf317c9be ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf338ac28 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf93df594 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc2b356e ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfce79497 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd0aa89d ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0ae87cee ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0f81c813 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x141f3834 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x206c97fb ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x474a176d ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6aad22a8 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7ddc7a2d ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x8ecc2ded ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x933e5094 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x9e3fbb41 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xc7d08b88 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xdcdfe65c ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x621c9b52 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x6f7e97ab ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x7794f1ba ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x7dd840f5 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8ed9af46 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xc17343e8 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xcb6c4945 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xe96230c5 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xfb51f799 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0457c024 iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1b4685e1 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1b5605a7 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3b0375b2 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4e8f0129 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x81bc70ab iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x878c6e4e iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa8845a73 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb6c8ea61 iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xbfaa0aff iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcf42a397 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xeb494bc2 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf105368f iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xffcf4895 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x25b36b32 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4d3ac3ea rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x544ad9d3 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x601a17e7 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x66462709 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x68413677 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x79d00b50 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x806fd6c2 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9291e634 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9f02488c rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9fdb691b rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa506b9df rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb634a767 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb64f81e8 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb79ded8e rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbe3bda21 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbec96b4f rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd4b7b3c2 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdcae648d rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe707464e rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf4eeb463 rdma_disconnect +EXPORT_SYMBOL drivers/input/gameport/gameport 0x0dbca3eb gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x12259caf __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x33488fd8 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4a757749 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5cd319d6 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x75dc6315 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7a639102 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x98ba50ed __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd85395fa gameport_start_polling +EXPORT_SYMBOL drivers/input/input-polldev 0x5fb7b6d0 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x74eb93ba input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x81b97386 devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x994e0b27 input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xfccd1612 input_register_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xf3ac6b4d matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x2c9dc0ba ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x33547afd ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x654f907b ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0x68f933fc 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 0xaa886b40 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x213300c7 sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x3ad9fd0a sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x726c6b52 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x7ccd569c sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x82379801 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd3c24287 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x401f3012 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xc3818ea1 ad7879_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x41c2a5ff capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x5899cb87 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62f33107 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x86ad7418 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa730edaa detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa443a2e capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd211fca3 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xdece35e3 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe03e859f attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf8b0d135 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x068d0b61 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x09aa8836 b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x11f93a7e b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x2029eef2 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x44604b4f b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x533da7f2 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x585eb344 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x594b13f4 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x6850c5b0 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x71c3515a b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x869d11cd b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xaadf0d21 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdb74d2c6 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xedceae5c b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfcca622c b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x0d3cf20b b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x3a685433 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x4e3d0ab2 t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x6e7caf4e b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x824e7895 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x90c0ddf7 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x9d7873e7 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xa9861714 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xf20c3861 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x068725a8 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x2c2c7a60 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x42c03216 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x86f52528 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x4dd6c4c6 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x6fe05112 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x771c8fb9 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x35b47d64 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x9277f58d isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x9d2084df isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xc81a8333 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xe26c0db9 isacsx_irq +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x14f5da16 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xc96e29ca isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xd995d01c isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1121d6b1 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1220c001 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x16aa0397 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x21c70d36 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x361f70b6 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x41620bd2 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4d701148 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x55bb7583 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5c0da7bd mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x63e93d93 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x661aed12 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x85edde67 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x89e4f18c mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa5dec575 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xac955cae mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb2b2640a create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb9734065 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc17e765f bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd325d38b mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xeced7009 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xed7df5af mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf2e16f6e mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf6dcfa1e recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x0c161f5b bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x11f9991b bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1f529ce8 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0x440b4830 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x44a37d62 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5b59b856 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6d7dda0f bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6de2f759 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7daccb73 bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0x8833b0e8 bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa3c5c702 bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc2211a11 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca49f38d closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca5df778 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xce47a6d9 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd2813054 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd7d36eba closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdf892351 bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xec6f33d0 bch_bset_init_next +EXPORT_SYMBOL drivers/md/dm-bufio 0x268682d2 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-log 0x47015716 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x5b4d9d19 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xe4f9ff93 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xf2fb175a dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x0a2cc099 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x30aa89dc dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x5b3a7e4d dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6e112abd dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc950bff6 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc95c4bf9 dm_snap_origin +EXPORT_SYMBOL drivers/md/raid456 0x14680ca9 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0a71e237 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0d61cb33 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x191bdd19 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x28a4cafc flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2cd64f22 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x36f523be flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x543f556e flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x80666f36 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa9e425ec flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb650d20f flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc6b81a04 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf55f73cf flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfedea3f0 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x184a118f btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x5d0c8169 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x193c87de cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1b86647a cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7207cea1 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe064c073 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x49d3bed7 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x87752b0e tveeprom_read +EXPORT_SYMBOL drivers/media/common/tveeprom 0xf0ec9a81 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0546520f dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08dc6271 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0929ce67 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x15150c02 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18b40543 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x19d04587 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x22144e02 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2975b9bd dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b785fe6 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x41f85637 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5104bd78 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x555ab1e2 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5ab4496e dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6af0a150 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7caa224e dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80fa2378 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x866f3749 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x882918e6 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x893bca47 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8a852042 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9510a851 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x951e342f dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa0d36bfe dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa10e976c dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa2d45112 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa48a0bcc dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xab56e804 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3c77f8d dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd65e761b dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdc2a4314 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe60d865f dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe613ad83 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7e5c638 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xeb217cee dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf23a08e3 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb0912f9 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfef50ecf dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0xafafb8e5 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x79694549 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0xa545ed33 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x188ed04a atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x312d046e au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x39bd735e au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x533be30a au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x78c9a538 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9029904f au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x953bdd0e au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xacb6083a au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbccd9432 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xdd50a13c au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x2dd47150 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xf96a3252 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x25bf9b57 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x76b23ff5 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0xd4bbfaac cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x13c688eb cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xaf28a7af cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x40233b0c cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x4f8582b5 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x6bc83950 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xa37a0040 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x3db320ef dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x74ecbf71 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x793d9abd dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x9e7c67f2 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xed98ad48 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0424eb7c dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0725a1fa dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x22f7bced dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2eb0ac20 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x366e521e dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3e94dee2 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3f2bfeda dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x41a5a4e3 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4dfc8bc7 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5a029fff dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5d36ee67 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7db7e84f dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbd14b397 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe7246216 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf9bb5129 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x37e2486b dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x292aeaac dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x444904c3 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x72cb0db5 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x863c907c dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa0066fd8 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xe8f9a282 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x1888fac1 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xcb170a96 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xce440370 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xd62d134f dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x024d9d66 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0430b375 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0cb7aa0e dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x18da8d51 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4205fecb dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x526f90f0 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x59e3ecbb dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x72c71a6d dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x73c9c2f9 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7c64c8c8 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8c8f03a8 dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa7cd2fce dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xacc31731 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xb18efa7f dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xfbadfb56 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xfd8d14b7 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x062cd562 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3a0ad01e dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3a635960 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x4cf398b4 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x53203579 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x53c8ddde dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6885bcdc dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6db126b5 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x74bd65ae dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x79bd24ae dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x908009d8 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9601d4b3 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x975eec5b dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa22f0529 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb9aac4aa dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc3268b3c dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd7ae98d6 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf19c48d9 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf3954df8 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x35d97ac1 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x963df72c dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb627a897 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xca183e7a dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xd074f19c dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x4d526aff drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x2ad1bfa4 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x856d0b2d drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x88553399 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0xe1d5e598 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x85443907 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x0b46df9b ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xa223656f isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x230aeaeb isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x3abd1eb6 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x580895a5 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x8b54383b ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0xf7917421 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x18f72b7a lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x0bd5557d lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x867efa42 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x11174705 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x1b51dd2f lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xfe9a7614 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x1046ac78 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xe6385e54 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x6443ac56 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x674ffffe mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x264e4a3f mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xb6cc266f mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xfd22fd24 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x422e57f5 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x8972c3fe nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xe853c3f5 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0xda024cb9 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xe77e9c8f rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xfe99e72a rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x2eaadabb rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x5c90816d rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x923b8530 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x44b582e7 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x5be7a762 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x4aa65630 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xdc338b37 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x76858f66 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x9cf7f0c3 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0xcdbc8b1a sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xb48b7303 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xb6638f5a stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x18be98ff stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x06841749 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x7ff6a353 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x8e948806 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x239f583c stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x6438471d stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xb1ff7b98 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x89963def stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x5c3039a1 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xb0e4c130 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x39246583 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x3d25de93 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x42ee809e tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x580adf68 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xa6fed885 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x4ec0c2ff tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x6bd284dc tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x7b976a8a tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x9fb17b4a tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xedd33e05 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x45b2edf7 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xf3afb8f0 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x38792689 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x5276e8d0 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x321f6308 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xd657d672 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x8e550d5a ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x83598824 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xb2cbf955 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xd60742cc zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x204413bb flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x2ed90f7a flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x91064212 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x93dd5ffe flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9b66a3e9 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa67c2246 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xddbe23be flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x03a9f370 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x1a0b3519 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x4b555efd bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xa2a52fa9 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 0x44cc761a bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x5f0146f3 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 0xd3a26d37 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x062c0cbb dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0be781c9 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x274d75d0 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x40a462a1 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7619fd50 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xae05689f dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc1315d49 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc84babd1 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe086e1f1 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xb136ea93 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x39e9e45c cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x75c9c735 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xaeabae61 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc7c0172c cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xe13ee733 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x4ab8f82d altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xa6e8b734 altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xc5e865ea altera_hw_filt_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 0x5794e175 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x7e47efb8 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x88424d66 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x9e78384a cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x9ee8ef3b cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb7c7cbe3 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x67e0a5ce vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xbcdecf24 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x568521d3 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x9363be34 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xb6886b92 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xe01249ff cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x0d2c4f59 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2324a7ba cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa21583b6 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd07cd6f2 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd488d5f4 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xeec779fa cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0826ed28 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1d584c1c cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x215b07bd cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4f0e4405 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5464107f cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x602e308d cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x64b94b71 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6c10b92a cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6c51d260 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x796e4de8 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7b43ca89 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7cd9bd10 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xae7d29a9 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb70ab924 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbdf06c24 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc18a3d3d cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc2635374 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcaa4a8c5 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe503c430 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe5793574 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xeb94026e cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf0fa13c7 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x03c95a57 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x131dd6dd ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x17dc6fa6 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2026c53b ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x21a09bd4 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x421ec605 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x50c4ebcd ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x582d3474 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x727069f3 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x97fc0323 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa5614e72 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbae59552 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbe406559 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe27608e6 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe4a5dabb ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xeddf1802 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf8cb156a 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 0x1611c60a saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1fee4b60 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x361dbc39 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x54895d62 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5c395dff saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x683be2c2 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8465b8bd saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x86131ace saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbd55acbd saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbdd789f5 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdc0e2021 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdf82f820 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xb9335709 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x00289886 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x042b5106 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x265e8e0f soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x4d4a7157 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x4d705d58 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x7cf256dc soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xbee58467 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xdbd498ca soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xf1acbe96 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x3e7ad733 soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x95526f5e soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xba681fbe soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xc378d59f soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/radio/tea575x 0x01193f51 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x07e93c35 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x77762c56 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x80ef9130 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x280fbc8b lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x3a5a9a8c lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x515c4325 lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x8fe3fa24 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xb6ddd594 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xb81f5ae3 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xc1ae73e8 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xcba7c43b lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/rc-core 0x30bafb9d ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x792dc48b ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x8e6e212f fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x94d9f0d8 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x83cfdc32 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xae255ef0 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xd3a7bb2a fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x9b67c612 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0xc5df331d max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xa2ad4a6b mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xa08d212a mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x5491b3df mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x4b2f935c mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x6ea78010 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x6806e9de qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x66751c80 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x781e2bfc tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x8845377a tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x44609c40 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0x01408934 it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x54f20a3e xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0xd31e0d2c xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x04a4f4a7 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x93f474aa cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x08f9c87f dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1d0d4d50 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x42d3ec80 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x45c96c1b dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x70da726f dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xba62434f dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd0d098f7 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe011d49b dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xfcfd5ae5 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x35fd1160 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x406fbc86 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x59d0ae80 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x68d4e288 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xb6563134 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xeb770ce6 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xf181a3b4 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x78f33a41 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 0x1a6538fa dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2302f3ec dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x288e9079 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x448de6cc dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4b93040a dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x7b714926 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8fb75b4b dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9fcd6b6c dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa95bf9a0 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xcd8b440e dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf4d74471 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x77f5cf25 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xb5da2834 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4e3cb21d gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x53d7034f gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x62b86d8f gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x66bf2675 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x7f8be1f5 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8b7c709e gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa1763e9d gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xebfa646c gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x2589f92b tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x5d36e34a tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xb75111f8 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x063b501e ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x2dfc51d4 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x0e13e25c v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x12fbedb5 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x1e49f121 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x246e947e videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x33f059a7 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x570e1ced videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x8d95a959 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xd3c657ad videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xe743cdfc videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x76932b1f vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x0f737642 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x727d7744 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x82a8893a vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xc1126897 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xe32cc649 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xefb29c38 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0056ec22 __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x06507817 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0b353133 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0c7493eb v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0d2d9d2f v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x10215310 v4l2_g_ctrl +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 0x187c55ce v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x18d29fd6 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1d04a809 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1dd83159 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2cc8510a v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2dd47a7e v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2f87663c video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x304f0598 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x398f4964 v4l2_subdev_try_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 0x3db40124 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3e167536 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4a3701d3 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x529a5236 v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5633998b v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5a523ee5 v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5b643c6a v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6b17f915 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6e992005 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6f983e98 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6fee12b5 v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x72a2c806 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x72ab7c40 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x73a23385 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x76b876ff v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x79e770ad v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7ae3fdf4 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x840d5181 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x87fcb099 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8d3cd53d v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9b2b5a20 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9b40ce0f v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9b56eae2 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa3b24bdf v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa702c098 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa762bc31 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaf876051 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb40c28d2 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb7aa8af1 v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc09fd06a v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc1b956db video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc324fffb v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc475bfa9 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcbdbb495 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcc928737 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcde18d47 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcf0f8a8a v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd2653eea v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd29cd048 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd5da434c v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd687dc37 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd6cb584d v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd72e7b3a video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd8ab9893 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd8d667a6 v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe293cab8 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xea7c9d2a v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeb933b82 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeba797d4 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xed13f3eb video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xede2a3b5 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf584a933 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0007d599 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x07b39d10 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x08facb94 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2930cb12 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2b3815cf memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x603dff58 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x95203651 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9fbcbd97 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa4c339e4 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xae624a1d memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc07e67e memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe185ed44 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe9261d79 memstick_next_req +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0d128cef mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0e8ba42f mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x16522291 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2ed758e0 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2ffdd240 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3c7e12ff mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4234c1e0 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x59f8dc3e mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6b917c58 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7a262c54 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7b498141 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x81ad1a2c mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x86e342c3 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x87532544 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x880256b8 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x889d2422 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9f386395 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb1f3825e mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb6ccefba mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbb243476 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbf38e58c mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcb973319 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd3164947 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe0df0dc1 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe63e8ea8 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xee4a47bd mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xef52d2f4 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf4ddc1cf mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf8704de1 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0ec868c8 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x23f7e6b2 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x403f71a7 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4459e6fe mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x44cde484 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4631c0f3 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x51d4ac85 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x52779271 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x671abcc3 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6c10bcd2 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6cf52332 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x712c021e mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x78f0daea mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x96dd9132 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9f11c280 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xad3f50d4 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb02694a5 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb218a14d mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbc2af830 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbc686269 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd023b50f mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd45d6fdb mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd4cb039f mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdc34ee7a mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdc3a278e mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xea569488 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf1fc4726 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x08e98e17 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x126f94e4 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3dbd2345 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4a4a9518 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x55f8324f i2o_cntxt_list_add +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x56238bf1 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6d2a7f7e i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x81b431c3 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x98fc73c4 i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xaf4d740e i2o_cntxt_list_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb0a31f5f i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb15e8ad7 i2o_cntxt_list_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb21929c4 i2o_cntxt_list_get_ptr +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb9baa803 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xba8a9e03 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc2ec11d3 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd0451a8d i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd1087d3a i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd35e46a2 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdcb77242 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf050b704 i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf2fb7a17 i2o_driver_unregister +EXPORT_SYMBOL drivers/mfd/cros_ec 0x19832e09 cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0x5af3856b cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/cros_ec 0x63a4024b cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0xa11f7df3 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0xe642a3ce cros_ec_remove +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x02b2bff6 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x0716779a pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1a664f83 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x25e1a7a6 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x516128e5 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x54582b9b mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x71c630e1 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7d45da13 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x80ce3014 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x964a8216 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa8c874ff mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd988ca95 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xead91fc0 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xed0012b7 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xfd77ba8b mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/tps6105x 0x7e20cbc0 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x8a96203b tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xcf6630dc tps6105x_get +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/misc/ad525x_dpot 0x716dcef3 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xd2628e4d ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0xf2c9785e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x4d541cae c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0x7643a629 c2port_device_register +EXPORT_SYMBOL drivers/misc/ioc4 0x0572bb9e ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0x73b1f057 ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x17c4f7af tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x21b5cf8d tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x3752bc17 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x531746a5 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x99637387 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xa3b6d076 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xa8c2ec46 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0xac4f410e tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xb968c9bd tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xbc0a5c92 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xe1111d1d tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xecab5ca2 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xfdad11d6 tifm_free_adapter +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x1dcdad07 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xe6b94003 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x1e4ee85a cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x5395f41a cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xa516cc76 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x4f7f24b4 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x56497d89 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xc43bd349 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xf62a88d2 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x21d5fd0e mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xa5818b06 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xde369b41 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0xbf17fdcf mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xc01e6391 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/denali 0x0c0a5e47 denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0x44989c1a denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x0d8f374a nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0x2109ee41 nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0x68246882 nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x757cd15d nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xa392fe53 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0xbdfe5ea5 nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x442265f1 nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xb5fa0b15 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xba221998 nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xcad9e7c5 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xd59161c2 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x1a943e32 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x415f1a40 onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x679a2051 flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xa182efce onenand_default_bbt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x15678b95 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2485145d arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2acbb15e arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x32cbad96 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x46b01ebc arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6ffcf711 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x914d917c arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xba04003b arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd7f00404 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf88aaf88 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x21a98a77 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x5d9b15d2 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xde3e4b3d com20020_check +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0ce6d3ac NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x2b2d2db2 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x403818e0 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4d200d6b __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5407f844 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x67400aca ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7ce9f552 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb2d91934 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc580f698 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xea7ec1bf ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0xdc80d36e bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x0c87eaeb cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0407052e t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2c16db26 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x36407ea1 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3805a797 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3829fe37 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3aa7f9c2 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x495daaee t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x625995c2 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x65ad9aaf cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x663ee233 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9d225b4a cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xaa8df226 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xad2e67f7 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb4ba5168 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbbec86b9 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfcac515e t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0269638a cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x055b495a cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0dd0b6e2 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x16eac327 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2125b367 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3059f02d cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x31fcb648 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x32a6dba1 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x34c4625f cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3b98617e cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3e492533 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x49226be4 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50bd07be cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x621c36d2 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x63577c22 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67fb07ab cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6fcac240 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7683a7df cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7e8fd0d3 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x834481fa cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8803da53 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x97fe9e69 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb28edf3d cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xccaac068 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe28a664f cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf40a13ff cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf76092d9 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf8ee230c cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x60de14bf enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x68d6134b vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x980b99d0 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x7f4a7f8c be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xb250a5ea be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01777bb5 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03d80f1d mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d5aece5 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d7e8f40 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f81061e mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26f98045 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4772f409 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ef70da6 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f1cbca6 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57825c4f set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d1133af mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63b7b92d mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x721a33f0 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73cbe5a6 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85e0796a mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90f6af9f mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a9ab10b mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7a1c757 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb104a4a3 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb88c7ce1 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf4d994a mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcfb0531d mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6896b62 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef4acc8c mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf362087c mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbc56b09 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x127470c1 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12b87aa8 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x195fa3fa mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24fba212 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d2b54fb mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f6bd40f mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ba0c204 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c504d27 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x551ea6f5 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c056a56 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x626be873 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cac646b mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7389ecd7 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95572cb7 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x995d54db mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb32dcdd1 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb408a5dd mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbd22f06 mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf7266c6 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0a8f001 mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1dad8d3 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6360aba mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe192f9f9 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe212ec55 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea1c0047 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb0f9dc9 mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf543352c mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8649d6a mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc34e009 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x0144953e hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x6230d01d hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x7bff410e hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x854e9882 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xabff1a02 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x27cd9e58 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x39657211 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4bef5730 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x53882486 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x6386540e sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x7201dfc3 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x7cdeb105 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x85573b0f irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe14f3732 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xfce0441c sirdev_put_instance +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x01894518 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xef8381d5 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0x1183b875 vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x185fbac1 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x6b4cda55 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x89a5ead4 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x12c2023e sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x0bba00f4 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x1386ce10 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x259c8660 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x294b2bc9 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x2ffe91b3 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x5f0fcb94 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xa99b8288 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xccf97287 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x0f85755b usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xb36f9994 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xc5326422 usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1cc523d2 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2b364c57 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x496ab444 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x70bc1fcb detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7a21bb37 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x85258a37 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x86bf9d12 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x972f0a6b unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa90da1bd hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc209aafd hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd222b5f5 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0xd8310856 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2e5596ce ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x716ea851 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x770ccf52 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x776517f1 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x819a4202 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9f0bc9e7 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa6b3fe6b ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xae65f374 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdcf0174a ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe0f3f65a dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf8749a83 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xfa5932f1 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0943261f ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1b201b37 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3624c273 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9e2ff2f6 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbef11ce2 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd0c01abb ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x13ee56a1 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x17d19dcb ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x24f4e9a0 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x34b9aa77 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3e663065 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6086250f ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x7330dd82 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x79900e40 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8b70631e ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe9b8f615 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0061af0c ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1c78a022 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1e5cb8a6 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x248d100c ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3089f776 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3d90c396 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5729c940 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x77bb82d2 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x80aa9c01 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8f8ca21a ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa7d12c56 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc92526d1 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcf038325 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd52d0856 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xda9a21ac ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe31b7b17 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xedbac4fe ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf78125d3 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x020c9cfb ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03308318 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06c00d44 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07b755e4 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0af04a83 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0fab803c ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12aa9d1a ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12afe58e ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x169382e4 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16eabf09 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b05b8d8 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1bbc6e9d ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1e53fd4f ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f6d38c9 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2150610a ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x22e1b3d7 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a0b509d ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f292346 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3259a387 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35171d9d ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3820aee0 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b684038 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3ccc6701 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3cfb4856 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4499b2dd ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x494f6d80 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a439457 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5023662f ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x51974f41 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57b6955b ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59c57d73 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5cee2f48 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5cf7ef0e ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60064dcd ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64404d1e ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65659d4e ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x66e726a4 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x689aa2a1 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ed3827a ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7384e010 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76301070 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ae6b866 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d48c3fe ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7dfa9376 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f826b75 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f8cf0d3 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x801f3f9f ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80fbd312 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83204451 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8420f8ec ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ea46fa8 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ebfd3d6 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93135a2b ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x935353b1 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93aeb7ee ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x96ab0a5e ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x972ab097 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x97e2964c ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x98bb0b2d ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9afa99c3 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c690b99 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d67e74c ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e80e31a ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f67b55e ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa003295f ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa0376bf4 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa61d7e7d ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa68de92a ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xade6d405 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaedf5340 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb130e1aa ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb2d05736 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb534b465 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5a0b501 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8006217 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe14c5a3 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc25eefe9 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc36fc833 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5c1a9e0 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc90e032a ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9116865 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca038e05 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3b3dce5 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd766f7e8 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9522af9 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc3b7179 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xde6fa489 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5ab099f ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe74e2170 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe832f6d0 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec16775d ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec7c6a54 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecf0e3da ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef31beed ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf1618e24 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf17350c9 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf19fc576 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf25b6187 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf5d9cb3c ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8c88ac1 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf9347cc8 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa941aaa ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfeaa5b6c ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/atmel 0x4a6dfe28 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x8242407e init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xda704244 atmel_open +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x02a4d4a5 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1b968fd6 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1d06289a brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x546593e2 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x684a2598 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x6b3c9579 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x771014fc brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8a6e99c2 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8d022edf brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xac1bece7 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xdf73f8f9 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xf30e5f08 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xfafbb902 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0bc351bd hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0d5027bd hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x142b6115 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1723ac32 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x32d1b915 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3675120b hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3b74ca8a hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6f74e1f5 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x76e2a186 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7caa77be hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x95617ea6 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9d14663b hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9f1e210b hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa223cd1c hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa67a1c5a prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa7539b1e hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa9e269ea hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xadc6205d hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb74da549 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc087329d hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xca9d6264 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd39813ee hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd8e2aaa2 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe6987ae7 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xeae71cca hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf2bee978 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0c82cc1f libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0dd4b84a libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1f1e783d libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x31d89fd1 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x4518b972 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x4f333136 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x55cd3f5a libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x57b4d898 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x6b347814 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7348fa47 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7d20e036 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x98e58668 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x99d2c406 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9cd4f7ae free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xbde48b3a libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd92d52af libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xea618e2b libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xed3d5a67 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xeed2fb6c libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf2527784 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf70eb808 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0359ecff il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x04c2533e il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x04dd2ee8 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x076c89f9 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0c4b6877 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x10de14f9 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1656b5e7 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1736c750 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x19443e5d il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1b345efa il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1e9f0d74 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1ee2cc0f il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1efd6978 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x226d49a7 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x23161d02 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x236909eb il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x23715401 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x25b2feb6 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x263e0f6a il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2bf9cfaa il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2c2acaf2 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x303720b0 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3498dafe il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x367545b9 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x36fb091a il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3c50484d il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3cbe7e42 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3fe0d6fa il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x44e54b27 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x457a1e99 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4b73c949 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4dbc5f9f il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4e6ae12f il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4e82ae3b il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x503b8fa3 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x52f4c24b il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x53366e11 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5340ec04 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5d3f9bd4 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6069157d il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x61d643d9 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6f5de2bb il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7073e188 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x71e231bb il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x71e66c92 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x720d4122 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x742975fb il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x78c033fd _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7e248bd7 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x82bed89c il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x84792c86 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x875e0909 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x87f9f570 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x89b887d5 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8a1f1b58 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8b03171a il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8bd5703f il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8c029416 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8dd34983 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x91fef8ab il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x922c4f3a il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x95e15b2a il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9953431f il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9a169276 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9b54e712 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9dadb520 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa08cc352 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa10f8229 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa29e75a5 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa47f4c60 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaf2ef899 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb1951cb1 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb3899c99 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb46e8eb1 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7fa8505 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb9a2f1f0 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbc92d1ff il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbcb07535 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc27e8b0b il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc59e8f98 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc721ce87 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc7730440 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc834a832 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xca304ff4 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd0fd5b75 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd4b5365b il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd6770077 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd862422a il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdb824dfe il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdda4bebe il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe910f3b9 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf4b9a869 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf921da89 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf9af013b il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf9e233f9 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfac795d4 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfe316b08 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xff4e4639 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08dd8699 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0c50fa2b __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x1ecc5465 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x2f7b7e55 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x3b9d00d6 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x675bcb86 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x779dd6f5 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x85c1bb84 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8de37664 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x954eb7a7 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x963a6f8a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb8f7026f __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe2dcc8de __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf9ec6bdd __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0997b4e5 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x214bdd7c orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3c3837d3 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3c9f9bff orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4b0c35ab alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x587cfbb7 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x58b45411 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x702e6b84 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x7f1cab04 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x91116812 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa690e482 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xad634259 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb4e4a7e1 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xce864b56 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xee058658 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xef64033b hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffa30dde orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0xa4ba4dc6 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x044e4f5e _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x07c2f3a8 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0e812966 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0f237d97 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x10d0ef6c rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1163ac8b rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x16d1e7c8 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x172b6127 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x23d88b08 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x26bed49d rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3b3e5d72 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x47800538 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4e2d84cb _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x67116bd7 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6cd457a9 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7bf2dfb0 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8c4a3c89 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8dba1215 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9030054d rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x90eebea2 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9288886c rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa186bedb rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xac4a6039 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xad7bf328 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3ba4dff rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb47b6243 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb51e9902 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb5c294d2 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb7669718 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbc797f94 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbd538f37 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbd79b49e rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc0918528 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc2ad5050 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc2e099de rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc3ef5849 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xca468308 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd01fe038 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xde2367f1 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf4baf95b rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfba6472c rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x8a3a8462 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x99d8e889 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xb1120d53 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xc8a87cc6 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x108d21cc rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x1b0c14b4 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x8a71cbb9 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x8bdc7bbb rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x00e0aa8f rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1468e17a rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x260f18aa rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2bc3042e rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x32f8bc64 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4709bd1f rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4aeee60a rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x64b5df15 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x668164cd rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7769e4a9 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x93035433 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9ec0b147 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa15c032f rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xaf6a0ee9 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb5b435ba rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd97a53ec rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdc69d164 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdfe52394 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe1c32b52 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xeb67b335 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xed4845cf rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xfd7ef9ed rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xfdd3baf4 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x0bf83ba8 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x7aa0c44d wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xb7223507 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf836c29d wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/nfc/microread/microread 0x2b41e290 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x968c10f4 microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xc76ee459 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xcb156d30 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x3447194b st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xfade2a52 st21nfca_hci_probe +EXPORT_SYMBOL drivers/parport/parport 0x0930b18b parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x170b47ea parport_read +EXPORT_SYMBOL drivers/parport/parport 0x183b54f5 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x1ef7615a parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x1f3023ab parport_write +EXPORT_SYMBOL drivers/parport/parport 0x1f41dd81 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x2ab440e5 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x2fc7c926 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x50ebfa78 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x516e430f parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x6be87baf parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x74eecac2 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x74ef9745 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x7b31e2f2 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x82a599a2 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x8bc2705a parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x908058b6 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x91d7e470 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x957b0ef4 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xa6dc356d parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xa8054734 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xace909d5 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xb102a23b parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xb9030a9e parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xbb503cf5 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xbecc7157 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xc5bf5bca parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xd308ca28 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xd591033d parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xd666847c parport_wait_event +EXPORT_SYMBOL drivers/pps/pps_core 0x1824466e pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0x1c2716e9 pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0x1e613cb7 pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0x5ce08516 pps_lookup_dev +EXPORT_SYMBOL drivers/ptp/ptp 0x22dabe63 ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0x6e51f646 ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0x70a48631 ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0xaaec9592 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0xbf34371e ptp_clock_event +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x06ae03de rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x198166b4 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x28fa712c rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x29b6e83a rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x2bce0b94 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x47d53e60 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x4c82a78f rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x92bcb925 rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xc06246ba rproc_add +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x138c3782 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x25b49785 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3b1cae88 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3b5a02c7 fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3e7c8cde fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4c643bad fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7e196342 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8741abb5 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xeb994f0d fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xee678c26 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf890c7eb fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfd779a5d fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03eb40ab fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0e41d1b8 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0ff251bb fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x123b6d3a fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x13524a5f fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x190af5d9 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1a526072 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1b7b491e _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x203e5005 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x21f250a8 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x26d1e9db fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2d22c211 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2e900e69 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3e090a9e fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3e932f9b fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x405baa31 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4302e08e fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x435297a2 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4b21ec3c fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4e32a4f9 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ee2123a fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x520a4719 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x53a06c36 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x542aa316 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5fafdf83 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x69a1af82 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6a20d088 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6de277f6 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x770fbeda fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x77371dd9 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c7e8d9c fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7ed8e576 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x82923e0b fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x89ca9cdb fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8d6e2152 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8d976b84 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8f55fc34 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9e4db520 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa5b32391 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xae9a8090 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb97d0bee fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbf0284e9 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc3ec6754 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xca6b5028 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd05d8b7b fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9ac8d83 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdbe3b866 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdbfce2f0 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xedf4ecea fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf709dff9 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfbe06dec fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfd6a903c fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x0464e4ff sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x420aa4c0 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x7d673c99 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xbd6650bd sas_wait_eh +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb866dc70 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x02e07eb0 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x09fb1106 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x19cd2dd5 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1c9975df osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1dac69c9 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2231cc91 osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x242a39d0 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2b96e090 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3de2d669 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x41267425 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4652ce79 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x505e94dc osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x50acfc16 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5affd54e osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5cd7aec1 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x628dd23a osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x64b3aa42 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x688fcee5 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6903a5cc osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6b4d227c osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x72db0de2 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7f96fb75 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x951dca3c osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9563f051 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x95aae215 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x99092a5e osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9b3400e5 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa4396453 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb7ffd4c3 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbef4e390 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc475c168 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc9efc3da osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdee707c5 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdf112e76 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe3d49e83 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe4fe2955 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x7240085a osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x87e77796 osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0xa49db41d osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xc2bd7cbc osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xc2f983bd osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0xe7e640c7 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3faa8d85 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5475fdbe qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x82ab1e2b qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x87cb6904 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x99fab3bb qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9aa96e89 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa6463a0e qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa9e76b6e qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb866b00d qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc0cba9b8 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe21166e2 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/raid_class 0x2417258b raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x3cccd73f raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xaf6296e8 raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0a374f78 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0dc562d6 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1a489d23 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x514f4c4e fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x54907c32 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7a641ca8 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x88e23c05 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa3a4936a fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xaebd9870 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc9f17afb scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd0a0885b fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd72d9879 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf704897f fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x018e9501 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1fa2c537 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x21a133d7 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3b129a8d sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3fb43204 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3fca0a8e sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x40baaee8 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x440d7442 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4764a93b sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x498090c6 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x50af5775 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x579213f0 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5d4c3b8a sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5db89e5b sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x64dd577b scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x723ba2cc sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x78871f73 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x84fb5f5a scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9c048ca3 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa7d4239f sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb98f4eb7 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc79d178b sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xca5c875c scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd15e1d36 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xda95d64f sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe5fbb02a sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfafed7fd sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfe769570 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x0799da72 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x34efce80 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x5b639ab5 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x5c0cb675 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x8a99dd50 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x2ce226a9 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x70a517c4 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xb0be9fc9 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xbc109650 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x36c9a805 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x8a7a68fd ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xf76bc433 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x0aeba9df ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x0ddc32b6 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x30890c4a ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x342a153c ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x50b720e4 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x5ff2c609 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x602b9fb3 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x6387dd9d ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x66811571 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x75b22bf2 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x764f521e ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x7b0ea494 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x91e6b662 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x9ca4258f ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xa81333c2 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xbca9046b ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd57a656d __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xdefadfba ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xe5012d8b ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xe6d44b51 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xe81505b9 ssb_device_is_enabled +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x7f834921 fwtty_port_get +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xeccd7144 fwtty_port_put +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xd2807fd5 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x6eb4de5a ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xf0482526 ade7854_remove +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0264d470 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0363b57a lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x09b545c0 lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x26663895 lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa7e7d4 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x38a45c34 lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3ae78a5f lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x440c005a lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x541108d6 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x54daa8e6 lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x57990582 lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x60fb659f lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7a0d0ee0 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x95d9d691 lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9a4597c1 lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa3d61f8d lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf382be38 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xfa125517 the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xfab68135 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x3425f9e0 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x39a4230e seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x47594e05 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x77a4c86c seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x90ec727c client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xe9bb2000 client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xf1f1fc22 seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x014bc68d fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x0f9baca8 fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x47af8253 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x781ab796 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x81710a1b fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xba56737c fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xf75505d0 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x03dea4d3 cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0a14b775 cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0a92bb19 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b3ad299 cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0ca2d23f cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e4820ab cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f49dd81 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0ff51426 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x115b1e3a cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x117c8a95 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x15565c7f cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1910d48b cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1b6260f9 libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x26bedd60 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2898d43b libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2a31663b upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2a582c5a cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x30d585c5 cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x34f32dc9 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x361e82d4 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x38828b92 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3a62a183 cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3cc97a08 cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3f0d9281 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x40e1710f libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x413056d8 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x42e22feb cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4aaba153 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b792dc7 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1d3adf cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x52e9cfc1 cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53b383e4 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x545c2435 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x55a037e8 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x56595649 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ce62c0e cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5f003622 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x61963be9 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x669593b2 libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x68497dbf cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6b6fce89 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c605eaa cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6cb72b37 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6e3681f7 cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x738e5af5 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x740cdd58 cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x742d26e0 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x752858fb cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7565fbba cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7a75b523 cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d3b386c cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d93cded cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x831e04fb cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x832e2300 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83f2c5c9 cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x841e4c39 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8840f591 cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8a8f66da cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c8016f0 libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8e61d47b cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x925ced2d upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x92e3737a cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x957f1d04 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9c43568d cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9e420643 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f702602 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa59e6cdc cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa711aec5 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xaaf59b75 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb141dff7 add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb42d008e cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb53b5569 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb883b006 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbada117b cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbb972619 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc233d080 libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc77a24c3 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0d8d08a cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd2b128e0 upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd3985935 upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7e04e32 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd9783a01 cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde7bdf2c upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdfecb98d cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7f28262 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xea411f63 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xebdf22d6 libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xebe084c1 cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeccafa5c cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedbfa1db cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf1f98ed4 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf2c02048 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf4d96eb4 cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf5f64f4d cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfd6a0184 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe993507 libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x140fd6f4 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x71f7e8c9 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x780c8a9b ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xc2a1b2a8 ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x00cad56c lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x08a84c53 lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x170546a5 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xa203fced lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xc9b0ae32 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xdcd64faa lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x16657f64 lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x284a926c l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x2877f302 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x32c01e62 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3367b263 fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3a56c70a fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3d1d8648 push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x8f362935 fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xa54a496d lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4a870f9 lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xd1f8863a obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xdcc998d8 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x014ee65a cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x019621a0 lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0257a8ea cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02ee8037 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04ce4a05 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0688533e cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0778435b cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x082492fc cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09c23389 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09c54582 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a63b2d9 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bb3f3b3 cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bc91a63 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0c743308 llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d0c9929 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d280246 lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0dafb62b cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ea30e28 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0eb23a07 class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0efe62e4 lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f64cfcf class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f81c271 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x101f0e58 cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x105a532e local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11557539 cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1205fde6 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x123e5b5b dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13892456 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13a831e3 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x145eb678 class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14ac4965 cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x167439b0 dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x168e237e class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x171ad683 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1796a6b2 lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17aae319 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1808c418 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ac32c28 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ba53ad9 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1bc9cfa8 class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c19195b cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c4eded4 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c85f0ce obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e236f81 cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20a7f9bc class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20d92e7c obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21145a10 llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x219e73c2 cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x228246e9 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2473e0a9 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x247e47a5 class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25b05aaa class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25c8caeb lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x267c3778 lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2691421f class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26972d78 lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26e7f1f1 cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27a504cf lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x281e3838 local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297845ac cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x299cfc1b lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a003917 cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b4c7c42 lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b88d257 lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d8223d4 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ddf224a lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e4278fe lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e64e1bd cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ee5d9cb cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f14ff97 llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f8d3d60 lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x316d5083 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x328ce7aa lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32a937f7 class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32ba7a38 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x334fcfd7 dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x335ec720 cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x336565bf cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33c151e3 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x343654af cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x343f5197 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34771c8a class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x349f7f76 lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34dbf893 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x353ae813 lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3588b953 lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x363e812c cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3653b405 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x375a675a lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x377740a3 dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37989d57 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38f1284a obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x396b3665 lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39db1e82 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39e50dc0 cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c704e09 cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3cdddb05 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3dfa1f51 lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e083ea9 cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eab7bfe LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eb8c51a lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3fde9bc8 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40598419 local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x405d0e28 cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4284b939 lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42efb802 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42f0f1e4 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x434f8550 llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x452f559a lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46fccbbf llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4732a634 class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4805ad64 class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x481a7adc cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x487b6f4f class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x487fd8d1 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494fc9ca class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4956dc98 cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a743bd5 lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac1d44c lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ae4cba0 cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b0d296f capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bb1ec8a cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4be42c2d dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c190aad lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c4c700b obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4da76454 lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e9f4239 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f258b1f cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fb4671a obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50181481 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50a9ce3d class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5124f25f lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x516a1f01 cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x521c2285 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52c4d5b0 cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52c80f3e cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52f595dc cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x533fbb4c cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x53fc24ef llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558b0fa0 lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5641ca4b cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x565c43fb lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5690a528 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x56ec3a56 class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57895d40 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57cce3d7 dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x581ea373 dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x582b013d dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x590c6751 llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59587a2d lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59627315 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59924cbc lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5993b515 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a443036 llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a613d05 cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5aae29d5 dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b121e14 lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b38f411 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b93f324 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34bfa1 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d55de17 capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e387ba9 cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e754b04 lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed0496b class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f0a8bc3 lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f3e62b5 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60037a08 lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60172a1d lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x602e40a1 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x603d3aa3 lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6096550d local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6096c116 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x610df2fe lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61777cbf llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x619daf6d lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61f3232f cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x62a92a22 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x62d19c2f cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x62fd219e cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fe88c cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6326f2b0 lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x636cf72a class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6600475d dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x664cbf71 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x66fd8120 lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x675244fa dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67e51e05 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x695c5fed cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a476dc8 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b49b2cb cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b62cf91 lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b666203 cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6cb8a626 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6dd044a9 lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e7d6712 cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ef3dbc7 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x701899ab cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70e9063a cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x71981e61 cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7200970b cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72e424d9 lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73788911 lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73c24a31 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x748dbc40 cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74c5899d lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x757f42f3 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78149af4 llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78e24345 cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b078065 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b70ebfd lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bfeae48 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c05831d lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ece795c llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f7d7cd9 lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80a1272f llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8161ab39 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x819a9a37 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81d6d8be lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8381b757 class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x845c316c cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84cea4d5 cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8503c454 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8633cf96 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x867baca6 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x871699b5 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x879984c5 cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x881b4b6a cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x889460d7 llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a357013 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c7323dc cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c9afa2b dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e10e6d6 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f0b65e5 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f3a4df8 class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8fa4f4b7 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9031dc48 lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x911bcbd1 cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91ef1efe obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x923754aa lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x924766e2 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92543749 lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b7bfee class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93ff87e6 llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x942ca872 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x952ef3b4 llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95b78c46 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x973fd3a2 lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9749cfbd class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x978e9fed cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x983a8f86 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x98682f1d cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x989a467b lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x98cd1a22 lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x98f9d31a cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a898710 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b085b39 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c4c0d07 cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dae83d4 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9eef1369 lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f0e814e llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0736e34 obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0d29968 llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1402418 cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa186687c dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa332dc51 dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa39ec046 cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa40a517e cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa420520d dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa58760a2 cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa600ebbe lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6494367 cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7111090 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7359a89 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7c043a5 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa80de365 local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8409a9e cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8428435 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa90f62a8 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa91dd753 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa946505a cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa95e707b dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa963e344 lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa9edd959 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa2a1933 lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa3437fc lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab10b7cc dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab6953f2 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaba336d0 cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac299620 cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad0caebe lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad9e8beb lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xada661e3 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae258e2b cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf17c842 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf1db205 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf614b76 cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb042e1d5 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb205966f llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb214e81c obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb2336e39 cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb30ff6ac cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3fc263a lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb40bfbd1 lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4acd80d llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4d3dcd4 cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6156f04 dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6162b73 cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb635af9e dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb713be68 cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb76d8990 cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8330354 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb852d924 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8f01833 lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb91c38fc llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb9daa4c4 lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbabc7f2a lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc1c550a dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc6b63d0 cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbcdce4da llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd2129d9 lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbdced755 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe1b1f1e cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe947dd3 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf11a506 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc03dcfec cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bc0293 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc18d06cf lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1be5be1 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1ef4821 cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3bab288 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3c6e72c cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc44876e9 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc533f111 llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc557bc5f lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc57e6d25 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc64ef98b llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc65a73c5 class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6ae623a cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6bc58c2 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc733a1e8 class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc7600a68 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc76316c7 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8f71762 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8f92e5c class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc900c90c cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc93ac5e4 llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcbdd9e26 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc82cbff cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccc0999f lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd571662 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd68a1d8 lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce975c45 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf201d47 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf3aedbb cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf818901 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf8dfbd4 lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd057839b class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd09280bd cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0e67da1 llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd13d0199 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd171168d cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1e7af63 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd30f84cb lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3571e2f llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd37849b4 lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3b15803 lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3b32f7b cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3f1e8e4 cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd53ada6c cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5e16d9a cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd60afc67 class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7fe5d71 lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd838f746 cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8ce2927 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd974efb7 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9de1bae cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9fb6729 dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdaa08fef lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb2f1754 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb4d1b25 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd4c1389 lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xddaf6d1c cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xddfffeb2 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde8b85e8 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf5af157 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdfabfff0 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe23cd69a cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2462224 lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2ef2915 lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe490d098 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4e56774 lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5208e24 cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5c3e10b cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe639a16a cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe69aea68 cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7095aad class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe731dcf7 llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe749d161 lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7bcecc5 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe88be77a lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe89e0e10 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea8c1559 llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeaf86436 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb80cf7e capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec99a59f local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xede5fcd7 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeae1c00 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef61bc92 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef822b9e lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefcf6ccb cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefec3144 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf061e2d4 lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0875bc9 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0c8d26e class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0e68af7 cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf338b939 cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf34ee9e6 cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf36e4fbc capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3bc5b9d dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3ddd137 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf4165fe6 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf42d243a cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf42ff491 lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf505d3e9 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf513cfa2 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf6419242 lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf79aa5a9 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7e9c18f cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9954955 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9aedb1d lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfad05b35 llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfae8afad dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb89cffc cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7d21e2 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdf2a0c1 cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe0408ea lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe7d6967 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff383383 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x025ec4fd ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03061e05 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0366cbf8 ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x04c47e67 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x054585be ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x05fdfec2 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0911b548 ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09a2961b sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0aacf7dc do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac54708 lustre_errno_hton +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b2705c4 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cdc6eab ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cee3af1 ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0dd538f1 ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0dffef1f ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0f443f8e ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x106a9978 ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1267818b req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12d31a70 req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1354dfee ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15b6c058 req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1639c0c4 ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x171b46d5 ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1869fd9b client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18d4c0d8 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18fdcd7d sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e798a6f ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f40dd20 ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20eef262 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x210f2359 ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2278e1fa ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x230763ae ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24fb9e5a ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25d143fb lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25dfe93a sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2665a36b ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26dbd3ab ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x279b8251 req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x28777ae0 req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x28d2d893 ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2965789b target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29a1c1ac ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ae654bb llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2b14c8a3 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2b84ae89 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d718089 ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d73f2da sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f7053cd ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f781a39 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3166f82e sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x338f2723 ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3513f775 req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3558c276 sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x364e728e ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x36675dac ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3891e1fb ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38e778a5 __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a55ae8d sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c8007b0 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d192294 client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d553792 ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d5ebdac ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3e178766 ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3eb2bbd5 ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3eefeb94 lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x403cbbb1 lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x42579b98 ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x42b012e5 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x42cb5297 __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43f708cf ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4482526c ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44d413fd sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x493d4dc7 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x49d95086 sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4cac3680 ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f683023 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50b2bc4a ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x515c55d1 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x51c2eeb0 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52ecf413 ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53efbbd0 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x544f9cc5 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae73ae ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x55b0fc2a sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56010863 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x560cb0ba ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x563605d5 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56dfded5 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56ef0276 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x57fcbb45 ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a2d65fd ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b7245ef client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c933715 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5cb07f0a ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5cb873f4 lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5d54de53 ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5d62afb0 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e7dbb7e ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fb30c98 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x63586169 ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x63b19b1e _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x657409d2 sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6645fec7 ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x66d29d6e ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6984fe26 ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b63eeef ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b829d65 ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6da7df0e sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x71b9cc1f ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7246911b ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73667b41 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x746c8649 sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76255e22 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7645bda5 lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76c26626 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76f3b934 ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77237c4e ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78847d33 lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78c98ae8 ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78dcdb66 req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a5562e1 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c95fdbb ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ff5392 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826b8188 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86e4a8fa ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x877bddd0 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8919a4d4 ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1f6f86 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a8cd62c ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8acc043b ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b6fbe31 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8c4b8d80 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ea74e5d ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f33c11c req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fdccb94 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9007f2d6 req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91b0af73 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x950d7b7d ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967e73db ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x971e2d27 client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x99500337 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x99e4ee66 ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ab6ee97 client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9c15c07b ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d923d0d _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9e3afd4f client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9e6e6f86 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9e70de35 ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa05ab0e8 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa0e67793 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa1066ae8 ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa1f58322 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2442704 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa27fcd9c sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa54fbc02 lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa71a8585 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa87316d5 ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa96f2dce sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9f5cc91 ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaa975295 ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xad5f705b req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb03662b3 lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0e73dbf ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0ed5cb5 req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb21b4367 ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2dd23e7 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb3e6e5e1 client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb420100f sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb48ddd83 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4c15c00 lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4c540fe ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4c69220 ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb52f86ad target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb58d8b81 lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6174e7d ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb717de8d ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7a9ea94 ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7f903b9 sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb8d1b1c3 ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9f733ec ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xba0733e9 ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbbc01a3a __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc29f074 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe325455 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc001a7ff client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc020a847 sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06fcf5b req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc076df5f ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc11910ee ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc15dcf7e ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2c66fcb ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc3ef7ccd ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc46798b9 ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc47b649f ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc67e34b0 ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc6896d75 ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc6c6e65e req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc6de8cd5 ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc9a69f01 sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcba77c9c ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcd93971e ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcff3b443 ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd0ec6f45 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2675ff8 ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd749fdd2 ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7e8e5a3 ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd88effe1 ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8bc7fa4 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9ace607 ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcee385e ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd08c420 ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf512ca7 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe1b5376f ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe2dc3c5c ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe322c594 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe58b7b16 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e8169b lustre_errno_ntoh +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed24c68f ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeddb626b ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef5b5fcf target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf390dea6 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf429ddbc sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf5a66201 ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf5cf5d33 ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7f094a5 ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8495c3a ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8bf21ed ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa789921 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb665956 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfbf84345 req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfbfe7ec8 ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc8eeee2 ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfca5fbf0 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfe44f907 ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff17da54 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffbe0d51 req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0xc1cfc729 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x0ad92cf4 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x1ef4023b go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x482f646a go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x5127709d go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x5346ccd4 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xa9df4665 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xd5ba74f5 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xe13f6745 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xffe9cbbd go7007_update_board +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0xa5952ebb rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x056048ce rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0e2deec4 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0e86e63a HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1120bce9 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x15f34b8d Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x16f514be rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1827cd0b rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1abc80d6 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1bd8456d dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x209b3f67 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x216beb96 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2232ca74 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22e12cac RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x37c5eb75 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3c2cf4b4 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4226bb02 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4a755a1c rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x50127c26 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x52e7bce7 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5d10149f rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5d9fd511 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5dfe9b64 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5f827b1d rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x61e7d309 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6bf82fb6 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x701c5cc2 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x70c54bd9 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7908e433 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x793f2973 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8451fabf rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x849f11e5 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x85ebec2b rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x86a6b306 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x872d3e05 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x916830e4 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x958f4ec6 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9bcf51de rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9d672691 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9e6bce6b rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xab10d631 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbd8abfe5 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbee7f730 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcef7edf6 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe248152b rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe74acf29 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe8f8543a rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf2c2e2c3 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf927df4b rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfc280bde rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xff5b812e rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x01fa8bdf stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1308ea9e stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1caa482a stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1e92784b stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1f10a072 stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x22badad1 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x25013ae6 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2afe7297 stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3ab42a0f rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4b738f4f stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4bdd9f96 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4cd9d78b stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7d45ca0f stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8015a37d rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x9617ce8a stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa2bfc219 stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa8d41fca stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa9b28404 stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb04a8c0d stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb17009e3 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb801517d stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xcda0391f rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe1aa263b stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe9e31715 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xed8224ac stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xeec54e89 stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0191e677 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x01c5108c Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x07e00ff2 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x134ca65a ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x20c9e66c ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2239edb7 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x317906dd ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x347ab94d ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3698c3a5 ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x374e5eb9 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3a89c680 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3b8590fb ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3f4764c7 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4d9cee4a ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4e32fe0c ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4e464834 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4ed7ca51 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x50691850 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x50fdac6a ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x528c0588 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x59b7d9c8 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5efb3848 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6559c386 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6a3006ef ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6a3ef085 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c075e8b ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6ccedb73 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6d591dfc ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8eb17198 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x90ca46ce ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9187db95 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9693eb9c ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9aabf31d ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaae5693c HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb23cabe1 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb4cd493c ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb91b0c9a ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbf566005 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1f7bae7 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc73b2ade DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcbedb3ca ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd093c912 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd4f42b1b ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd7e3dd42 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdefc134a ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe1bda1c5 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe1dfb4af ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe218a8f2 ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe2832502 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe43e6e02 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeb6ff6ff ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xedf1f417 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xee9b51ea ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf4f79eda ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf629a5b9 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf79ce055 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x1a97c641 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x24367a2c xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xce0d507a xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xfa0ec669 xillybus_init_endpoint +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x10d08fd8 iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x14d2aaf1 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x18c7dbc7 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1fc9624b iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x28f77791 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2ade1a64 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2be8de61 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2ef5f559 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x301aff40 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3095924d iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4920cd3a iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4e7af079 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5cab4492 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6c99aa67 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x87a5f5f6 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8fd709aa iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9857848a iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x98c2ea9a iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa63ebfe3 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa93c0bd1 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaafb0ec3 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb3156e1f iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb4ee4315 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb4f68289 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb5583c59 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcc1eab6a iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xccbd853d iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf1056a52 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/target_core_mod 0x015562a0 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0a221093 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x0ee55055 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x10c64be1 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x11e2282a transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x191b5e96 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d8133ff transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e14efc3 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x22c1f582 sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0x24d7a0a3 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x24fab5cd fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x251c1558 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x2ab47c18 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x2c7e32c1 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x2da3757a transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x2f75a12c transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x33ce7299 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x44575c24 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4863b1b8 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x50a81f5a target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x51627334 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x54e12205 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x5af6dd8b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b62ef51 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x670c758f iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x67174d26 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x67b5724b transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x67df9049 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c5d60b0 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x6cefbaa2 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6f36c5f5 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x74f060cf core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x81833a22 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x838932cf target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x87a0d6be transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ca6e004 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e8ff2c9 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x8f99ac85 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x920a8e14 sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x927bb8f9 iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x939277d7 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x960a6990 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x99431c30 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9bb3b7fe transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x9e5025b4 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa6b6c823 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xa7a836a2 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xb05947be spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xb145b4e5 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xb4d0d443 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xb61ae46f transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xbb1d9a47 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xc6f5185f core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xc75cf6d7 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9e4020b transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xca754515 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xcd91ca1c target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xcfee7b7e iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xda4b6f9c target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xda893458 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xdb3fae32 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0xe21716f4 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe745da07 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xe9bf018c spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xea85e22e fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xefecad64 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf26369ff __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf2cb9393 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5e57216 sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0xfaece22a spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb594009 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xfd1502da core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xfd916035 target_complete_cmd +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xbcf1e8a6 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x3c98d079 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x351e5736 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x02a474cc usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3a580136 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x527f4ca3 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5a2247ab usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7385a519 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x89554561 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xaaf0f841 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb686f326 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xbcf5397a usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe323002f usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xee4cdafb usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf1a741b4 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xc2d79569 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xdece98b6 usb_serial_resume +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x2eae4a2a vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x76bd9a5d vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x02560be9 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x1cfa73c1 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xa5863b32 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe9337644 lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17c15dbf svga_tilecopy +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 0x1f5b98e9 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x3ba74539 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x585921e8 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6853c1b8 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x715b9bc4 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xefc26de7 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x0b477086 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0xd2508cd0 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x4bf7290a sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x2db6fa9e 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 0xdf11389a mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x7ccc5dc3 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xaca96c2e matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xdedceec0 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x4a2c4bf3 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x8420e396 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x96a972ad matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xf66991eb DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xf67e6a5c matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x3ef724f0 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x112c825d matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x424939d0 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x6853cf67 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x8864959d matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x6af1eb1d matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xda0b9a4d matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x53d5980d matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x661aa07e matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x82485c35 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc285472a matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf6d558bd matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x2b78d834 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x21d8bd29 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x28f714c2 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xc444ace8 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xddd60096 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x9fa75825 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xea66467a w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x5c3bd3da w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x88931b57 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x111dc399 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x2a822f48 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x31aa8ad8 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xa40a254e w1_add_master_device +EXPORT_SYMBOL fs/configfs/configfs 0x23c06719 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x4773d9e1 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x68cfadfa config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x6f08578a config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0x93381bc2 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x965ef1de config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0xa5d6ee81 configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0xaf316be1 config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0xd799a59a configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xdfe37dc4 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0xe32e9039 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0xf6b07bef config_item_put +EXPORT_SYMBOL fs/exofs/libore 0x03615bd7 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x1b3b8982 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x1b42798f extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x3e353d39 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0x3ffe288c ore_create +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x669ec81c ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x7deaedc8 ore_write +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xc0f86512 ore_read +EXPORT_SYMBOL fs/exofs/libore 0xf1c732b4 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0xf8fca886 ore_put_io_state +EXPORT_SYMBOL fs/fscache/fscache 0x037a7ffe __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x08227a9d __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x17a6e64e fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x33f8aa90 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x3995a437 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0x3c147119 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x539450dc __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x542725da fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x5cedfc42 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x5f094102 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x68e5a37e fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x6afbfb69 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x73addbff __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x75c05383 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x785b6512 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x841510b7 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x847b2323 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x858741a4 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x954ec60a __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0xa174e5e4 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0xb46d7e92 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0xc12bed69 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xc2604976 __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0xc37521c1 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0xc4d3c56f fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0xcd83595e fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xcd9d575e __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xd4fca717 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0xdc070825 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xe1d5e9ca __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xe46b0485 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xea8e518d fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xf39582aa fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xf62b8572 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xf69c9adb __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xfd5fe942 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xfeadab24 __fscache_enable_cookie +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x42a1f400 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x55d2d8e9 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x5b3decc5 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x625ff31e qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x80f972ae qtree_entry_unused +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x1a703ba1 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0x6d356209 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x56329ecc crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd09b2cba crc8 +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0f85f324 lc_set +EXPORT_SYMBOL lib/lru_cache 0x1bbfb11b lc_create +EXPORT_SYMBOL lib/lru_cache 0x1e075c8c lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x43a806fb lc_committed +EXPORT_SYMBOL lib/lru_cache 0x6864fea7 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x84153962 lc_reset +EXPORT_SYMBOL lib/lru_cache 0x8edb78e1 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x8f2f9e7b lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x932342d3 lc_put +EXPORT_SYMBOL lib/lru_cache 0x9e9e0a35 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xa38017f6 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xafa92b16 lc_find +EXPORT_SYMBOL lib/lru_cache 0xc18b308e lc_del +EXPORT_SYMBOL lib/lru_cache 0xd16fbeb9 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xd1f8f044 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xdd29a39f lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0xfd0ef9e2 lc_get +EXPORT_SYMBOL lib/lz4/lz4_compress 0x0c222eb5 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x682a23e0 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x80a5a1a0 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xce3bfca8 unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x5bd3e725 make_8023_client +EXPORT_SYMBOL net/802/p8023 0xcbc77eef destroy_8023_client +EXPORT_SYMBOL net/802/psnap 0x4cc29417 unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x71d85270 register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x01ca2f67 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x059ef7b0 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x083dec27 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x13b98a09 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x182e1504 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x18c8d573 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x1981a7f1 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x1d6c0b53 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x1f7c49ea p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3ad2a076 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x3aeaa2d6 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x4084292e p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x45cb269c p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x483cb988 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x48ca687b p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x6ad70fdf p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x6b2f6ff5 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x72282e3f p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x7610654d p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x78454a98 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x79a1d5c6 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x8b116572 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x91489043 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x94f56d93 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x97cae627 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x99ac2956 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x9deb4f3c p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xa203d2f4 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xba29228e p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xba2c0084 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0xbc67848d p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xc5457f37 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xd3848b49 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xd4c91b40 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd77f8ccb p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xda118290 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xe0e9e1e7 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe6cb1a65 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe6dd0bf1 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xf1efb1fc p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xf30770e7 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf839e595 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfb6e6ad0 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x6d774e2e atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xaa456919 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xe14a4985 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xe8e94332 aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x3102ea1f atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x33e7cee1 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x3fa6b317 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x77782f6c vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb808d360 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xc6cf9af1 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xd7959220 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xd936b458 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xe3e77cd3 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xeb1ba304 atm_charge +EXPORT_SYMBOL net/atm/atm 0xefc747f3 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xf1f27a03 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xfa2ed646 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xfac5ae25 vcc_sklist_lock +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x1ed4f31a ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x2347674d ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x3680d242 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x58c9f901 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x81826a66 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x84693db3 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x8887a0b6 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xccfb7984 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xe89a9c51 ax25_linkfail_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x13e819e2 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x37717a6f bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3fe86b8f hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x408011fe l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x40efebcd hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4dda7cc5 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x525a17a5 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x53889b8e hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5625dfcb hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x637790b3 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x73a4df43 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x76cb606c bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x770cd6ba hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7eab84ff bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x832a1add l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x888436e8 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8d095b1c hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9a94da0c bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9ac3a6f5 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa03d9b15 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa15ffb0f hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaa0fa0c0 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xab92a163 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xacc8530b bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaf873ed7 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb321ece6 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb3be7ad6 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb59b2e3d hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbc5de2e7 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc37cb580 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc08bfe7 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcfb11914 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd8d9fd40 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdf7a8ba8 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe520a6cb hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe606e4a3 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf4dc91d1 bt_sock_recvmsg +EXPORT_SYMBOL net/bridge/bridge 0xb4b75305 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x031b00c8 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7c9f5248 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xbf75e786 ebt_register_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x4cc7ce85 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x4d776b17 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x76b2b7c1 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xd0bde771 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xe04fa4f1 caif_enroll_dev +EXPORT_SYMBOL net/can/can 0x17d3bd0d can_proto_unregister +EXPORT_SYMBOL net/can/can 0x2e882a1c can_rx_register +EXPORT_SYMBOL net/can/can 0x30921666 can_send +EXPORT_SYMBOL net/can/can 0x311cb0a3 can_ioctl +EXPORT_SYMBOL net/can/can 0x8ebaeab1 can_proto_register +EXPORT_SYMBOL net/can/can 0xd112f46b can_rx_unregister +EXPORT_SYMBOL net/ceph/libceph 0x07724b51 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x08d657a8 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0x09285559 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0981fb55 ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x0a0c4834 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x0c6edd23 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x0d61c270 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x169e8625 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x171e2016 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1cdac81f ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x1e110a1b ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x2206f8f7 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x28572788 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x28a70049 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x2a55796e osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x2e348182 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x314c2bba ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x348bcbeb osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x39892cad osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3bd32633 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x41332469 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x459a2395 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4822c30c osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x482f06ad ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x4a283545 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x4f23ddb1 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x5370dba3 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x54e9df7c ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x59c0e470 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x5af29385 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x5b9b64ad osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0x5c361db2 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x63357009 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x64c8830b ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x685c0235 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x6a099606 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6fcdafef ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x7168baf8 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x75a06a8d ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x76fb66c5 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7944072a ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x7ac9430a ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0x7bf03824 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x812122f0 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x815b7d1d ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x81eae1b6 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x8390754f ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x85074a43 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x86f3777e ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x8e8ad24a ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x92a07098 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x93021a36 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x98da955e ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9a077bac ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x9b396a7f ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa2f3c82f ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xa389e5fb ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xa83968f8 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xad257c27 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb01d3734 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb69bec62 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xb728c994 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xba8b0f9e ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xbc825d28 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xbcfe9f07 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xbe6badea ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc772f93a ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb27b45b ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcc7dd217 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xceb444e5 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xd20ef8c3 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd674d492 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xdb755a16 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xdb8e79a4 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe60036bf ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe9116305 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xed229339 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xee79d60c osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xf5774cba ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xfa415d36 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xfbb3e8fb ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xfdbff6df ceph_monc_stop +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xdced80fd dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x4ac70741 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x13cdb045 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x361d3516 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3664ef81 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x57611502 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x869399d3 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9a10ad0c ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xad59e8cb wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb0842382 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb6569392 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xc28f866c wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xc9fc86d9 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xdf60322c wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe24db3cc ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x764c2ff9 ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x4e9ee35b arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x6236f7cc arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xbbe35cf0 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x169f4351 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x276d4b5c ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x2be1a562 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x788b2c2f xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xb4a69f5a xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb5ece0e3 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc4321fbd ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x3706a472 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x3d197256 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xe69327fe ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x2074dbed xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xe783b72e xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xa3d88cc2 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xf8a0dcc6 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x8cb5da62 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x8e750763 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x99a36584 ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xa615f4cc ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xae6a2c87 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xb64e9290 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xec8feaec ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xff2e52ec ircomm_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x012de024 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x01590a8b irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x041570a9 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07015ee1 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x1a9f11b6 hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x1ed60d5b irttp_dup +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x2a17732a hashbin_insert +EXPORT_SYMBOL net/irda/irda 0x2ec2c889 iriap_close +EXPORT_SYMBOL net/irda/irda 0x3120e199 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x317d2ae0 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x3a7b60b3 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x3d1e75c2 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x3e98baf9 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x475d64a1 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x49ca8eb0 irlap_close +EXPORT_SYMBOL net/irda/irda 0x53b2e021 iriap_open +EXPORT_SYMBOL net/irda/irda 0x55c49df0 irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x56b99f6a hashbin_new +EXPORT_SYMBOL net/irda/irda 0x57927b2f irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x5ab9117b irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x6055acbe irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b7f50b3 hashbin_find +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x719c4904 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x85bad427 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x86bdd0c4 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x931dcb43 async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x9516f690 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9c96a0b1 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0xa4661b2a irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0xaad2d90a irias_find_object +EXPORT_SYMBOL net/irda/irda 0xaec635e4 irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0xb90ab399 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xcb21e088 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0xd22e8861 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0xd7702e20 irias_new_object +EXPORT_SYMBOL net/irda/irda 0xdd988ce6 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xdde03a58 irlap_open +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xdfa9d262 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0xe58ba397 hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0xe7aa593d hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf0f25ffe hashbin_remove +EXPORT_SYMBOL net/l2tp/l2tp_core 0x0ea008da l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x00c37aed lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x85edad9a lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xba782801 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xcccd42a4 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xcf0b4559 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xdb9c4c4d lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xe16bc57c lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xe5461fc3 lapb_data_request +EXPORT_SYMBOL net/llc/llc 0x081daaed llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x2f726861 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x4182c27b llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x8ca17de7 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xd5cd3c92 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xe1cad7a7 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xea2ee1a0 llc_sap_close +EXPORT_SYMBOL net/mac80211/mac80211 0x01e2027a __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x02b2dd4a __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x07b102ec ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x0e82b2c7 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x1464cd14 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x14e115e3 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x1594303f ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x16ef22d5 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x18e4a2f9 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x1b221311 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x1fb37279 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x291c7042 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x2b88083b ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x2e889261 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x32d37b63 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x368b5695 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x38702d5c ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x3a83f7c2 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x3ab38f0d ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x3dc0cb74 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x40646d49 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x41dad586 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x428f2fe5 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x4352034a ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x45e0301a ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x487ffc10 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x49b6372c ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x4d908c76 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x500b6412 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x50c427e2 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5cbaf98b ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x5ea1e7d7 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x61d800f2 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x62d8aa83 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x6d43768c ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x6f01092a __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x73e9d3f2 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x7426edf3 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x754c11f8 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x815b4cfb rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x81faa671 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x84c5b9aa ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x88cecf05 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x911494cd ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x91580afc wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x91778820 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x91c1692d ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x9cbad412 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x9d185130 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xa997ff1b ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xacb4e95a ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xb4e02906 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xb9672803 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xbd2d19fe ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xbdef875b ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc52e17a8 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xccc5dcb8 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xcd6131e0 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xceec2935 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd6db2c8c ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xdeb14a8a ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xe94724aa ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xed92a8b0 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf49fc22f ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac802154/mac802154 0x0de3cb75 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x42a071d4 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0x65d63d4d ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0x66040f1b ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0xeb7d4c6d ieee802154_rx_irqsafe +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x01ab4cfd ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x34095f74 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x43788af1 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x68b0554d ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x696b16a0 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7e374260 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x83607492 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8fd4dc3e ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xaf9f7666 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb86bd0bc register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbeb5818c ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd49491ee unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe14805bd ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf336da06 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x1a0291fb nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x389e1ea9 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x457f630f __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x293c89b7 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x876c5296 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xbceb7f3d nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xcc360f25 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xe8e28c8b nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xfc68ea11 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x23870d6b xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x24221ed2 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x253e8b44 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x2bb158e5 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x3739a390 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x4922f336 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x50012a99 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x67a67151 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x67cc7893 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x7ea1ce42 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xc8117326 xt_unregister_targets +EXPORT_SYMBOL net/nfc/hci/hci 0x226df631 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x32c69691 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x4f2c24e0 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x4f6070fd nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x621678af nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x87d48499 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xc1b1ffdf nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xd02fcfd3 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xd6cdc584 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xde47ae59 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xde5cc9d1 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xe9286a1a nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xe989a86f nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xefc1c396 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xf30f21f3 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0xf3983d49 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xf603c474 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xfb60b4af nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/nci/nci 0x4f4daa1c nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x656fe903 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x71e7a6a9 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xa806d9b5 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xb8357ea3 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xd97a3db8 nci_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x0711a79b nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x10b205ba nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x1b107252 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x1ea8a702 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x2712096d nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x3c3f4b88 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x49a6ba09 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x5156386a nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x631316fe nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x661d93d0 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x76ec51af nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x7d6ec6af nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x90158acd nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x9d1c66d3 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xabcaa107 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xb709c0fc nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xbcbcc428 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xc4c49682 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xcdda7f91 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xdc780064 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xff51ae0a nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc_digital 0x14e9fb14 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xa55b25c1 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xc29734f0 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xfc56b8ea nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x18e539fa pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x2e166093 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x61a7fe91 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x7fd91db8 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x9af8b7ed pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xdb165027 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xe931ea86 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xf7ed56e1 phonet_header_ops +EXPORT_SYMBOL net/rds/rds 0x7505d413 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x13991c3b rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x3122525f rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x34dab460 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x3913a4d6 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x3bfdf342 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x43016776 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x65ec3547 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x815c1957 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x8d9083e2 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa881a42f rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc46c75a1 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xe12f9f08 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xee05fbbe rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf2ef4d6d rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xfa5782c3 key_type_rxrpc +EXPORT_SYMBOL net/sctp/sctp 0x32dd62ce sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xcfef1823 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xe06c9f16 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xe8667981 gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x265ce2a2 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x3483b84a svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x417eb344 xdr_restrict_buflen +EXPORT_SYMBOL net/wimax/wimax 0x5fbe27e8 wimax_reset +EXPORT_SYMBOL net/wimax/wimax 0xd7859ff0 wimax_rfkill +EXPORT_SYMBOL net/wireless/cfg80211 0x02f54c24 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x087d5b76 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x09115253 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0a171a91 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x0b0220d3 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x11440e8a cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x11ce5c44 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x127bbc8a ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x13116a37 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x13994d24 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x15b4100d cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x170300d0 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19b229b2 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1bec8fb6 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x1dcc5bd8 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x22385249 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x22f4e497 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x24ffef9c freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x2d9cec6e cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x2eb39581 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x2f4877b6 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x3778343a cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x3779b052 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x39e9c80e cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x3d24d997 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x3f87d3cb cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x4390b08d cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x43ab2eec cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x4425cc92 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x44dd78e9 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x50a3997d cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x51a7e00e cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x5311c4c3 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x542b37da ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x5a2eba4b cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x5a6e7e62 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x719bf779 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0x72c686e5 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x7e9c92a9 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f7df84d cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x80fdc449 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x81542704 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x878514a2 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8b2e30b2 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x8b8fe8d7 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x8cc9380c cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x8d246538 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x8d6a2020 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x8dff14b8 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x8f4308cd cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x95946092 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x96c18494 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa30f1e7e cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xa46e261f cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa49015f5 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xa7e5aefc __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xaa811f7e wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xad9d35a3 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xae1249ec __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xaf29f1be cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xb63c6abf wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xb64711e8 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xbd0d7e17 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xbfb750bd cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xc5740e01 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd0540ef6 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xd13b44c1 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xd6a3db6b cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xd7dcccbc ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xe666af4e wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xe70d21f7 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xed5400dd cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xefd6551d cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xf0adee86 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xf8cfa524 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x2edd29f6 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x34952b9d lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x3ef52b06 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x48f62973 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x8682357b lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xcb1813ff lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0x3a165e8f ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x92d8ceb0 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 0x65748481 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 0x78b4a9e1 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7a5b6b6c snd_seq_event_port_attach +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 0x8288e924 snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be 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-device 0x2b191ca5 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb811be7c snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x045df6a4 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x19644b06 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x237c480c snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x46d509d4 snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x48501cc2 snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x57427cce snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x6e4581b3 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xfdab5ab4 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xf9edb6f6 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0ca6936c snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x0d516f89 snd_get_device +EXPORT_SYMBOL sound/core/snd 0x1518d4ae snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x216eabab snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2620b63f snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x2a9178e5 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x2ab99795 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x37f2456f snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3b73c977 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x408f1073 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x40f96c70 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x4da6fb28 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x4e1f063b snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x4ef8c580 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x51ea0f90 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x57e650e5 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x5e772f2e snd_card_free +EXPORT_SYMBOL sound/core/snd 0x64fd2f2e snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x65051c75 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x69be5630 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x781bb0d0 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x7975991c snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x7dd37530 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x7e9f13a9 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x80bb4946 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x841bb020 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x8fbc3825 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x90d3b638 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x92f20544 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0x931e3cb8 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x932bb8c9 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x93dc2d51 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x99d496a1 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x9c8f5297 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0a3ae10 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xb0a6028e snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0xb10871ea snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb2ed0bed snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xbc162e2e snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xbd857e40 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0xbf3b3843 snd_cards +EXPORT_SYMBOL sound/core/snd 0xc412617c snd_device_new +EXPORT_SYMBOL sound/core/snd 0xc8f4888c snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xcf3f5d71 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xcf7c0d92 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xdc6ab02f snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xde1196a2 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xf617d56f snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xfd48ee69 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-hwdep 0xa9427973 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x028322d9 snd_pcm_hw_rule_add +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 0x05a2c7e5 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x06b310c9 snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x0872b81a snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0x14178840 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x1aaaa52c snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x1c23783c snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x2244e554 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x24e96aae snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x2a19bb02 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x2f1b0e30 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x32b1cf2c _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x3974ef6e snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x499acb5c snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x4d970670 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5898dcba snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5d3a4b1d snd_pcm_hw_param_last +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 0x65ca9967 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x6dae1e24 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0x6e88e56f snd_pcm_link_rwlock +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 0x87518cc3 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x8c760e50 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x8f75922a snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x9a6eb405 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x9ad76f4d snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa7814468 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xa9ad2b96 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xa9aff064 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xae5ac3e6 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbb8167ef snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0xbcccc804 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xc1b64b56 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xc53fb3c5 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xcaff61d6 snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0xcb0844ae snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xcc3790c9 snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0xd1306c00 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xd1fc0896 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xda64f46f snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xde8f475d snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xe198f599 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe84138e3 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xeb64b87d snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xef9ab252 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xf277f913 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf8f8d842 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xf925f133 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xfc83b7af snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0bc24ed1 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2254ece3 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2f6b9594 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x36863bdc snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3e3e21c8 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x47bfa423 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4ad51103 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4da18346 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x59f084e5 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5ac62370 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x94cfdb40 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xad791e2d snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb3f437fa snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc0827e60 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc9887cd2 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd5af8cec snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdee256d2 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-timer 0x09d6f2f5 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x2c68380a snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x6e8f5a95 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x71d61f85 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x783d880f snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x832d0d37 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x87ce5e52 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x9393c6a2 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xbe4a7324 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xe26b66bd snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xe492515e snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xe8bf90c7 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xed6044b7 snd_timer_global_register +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x537ef137 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 0x147b494d snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x268cfa73 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4a07db1c snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x91dc1476 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa100852e snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xae9d4d23 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe288d7b0 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf3950303 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf9baa3ce snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x027f55b0 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x03d204c9 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1a276b10 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x48c232e5 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x58eeeb47 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x7b60e481 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x7b6253a5 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xeaaeff70 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1ac10da snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x178e3d81 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x17eabf8c avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x189234a9 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x18dbbb69 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x21b55d76 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2ba9e906 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x37adb749 amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3c2f01df amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3e55dd23 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x41ce80d7 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x43ce7e19 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4ad5e2fb iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4e366f6d avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x546d8347 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6453c5a7 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6dc6166a cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7ddcd0e6 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x83eb1c51 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8dfd7fb1 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x915c3252 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x937d3046 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x97891652 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9b2d7c17 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9ebdc9bc fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa6c81643 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xae0b6012 amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcc17f041 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xceab2734 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xecdb5600 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf0cf5b3b fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfa8de2a0 cmp_connection_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x193fb22a snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xabf67a31 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xb7dee17b snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc2e63d8f snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf95f290c snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf9cc18a3 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x290ba2f4 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x4b17d9bf snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x5a5178d3 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xc71c755a snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xdd61777f snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xff5f9961 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x24097c87 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x29e58573 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x4abb0777 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x692bb9d5 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xc09d006d snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xc0caba99 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-i2c 0x51d3fd0d snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x554e66ca snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd587e9e3 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd7da5eaf snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xeb963329 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xffc4c1b3 snd_i2c_bus_create +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x27608220 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3778b416 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5133a859 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x519f67da snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x58b5c191 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5aefafb4 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x718fb9c7 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8a16ce5d snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8ac630cb snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9012aa4d snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x93407506 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa0c09cea snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xae70a5b3 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb0524a63 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb19122d6 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd2bc8f8f snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf0ae12e1 snd_ac97_update +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1195316f snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1af85483 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2090679b snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3556d83d snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x439d781e snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa04419ce snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa18d4a85 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb52d5c77 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc6395add snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x89aa7173 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x9c8b2ba1 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xb85e5ea1 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x329cd8d4 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x46bc757c oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4db18f9e oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x55c58235 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6dd7bda6 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x757ac132 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x87ff6b62 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8b7beeb0 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8da0d48e oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xaec7595c oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb84d11ee oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbc9e8d6c oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbd1b7314 oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbd567d99 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc2ecb026 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc420ed1b oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcf1ed712 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd1ac6237 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd5425395 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xeeadf586 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf7116566 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x226eb50a snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x31da6efe snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x7d91b075 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xab625369 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xdcdef31e snd_trident_free_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x8fb86218 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x9bf07ad8 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x116b165c register_sound_special +EXPORT_SYMBOL sound/soundcore 0x5721026e register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x5b4ce001 sound_class +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xc80740a7 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xcd6a52f5 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0xd39f170a register_sound_midi +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x1536500c snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x45474d29 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x594e71f0 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 0x840d3823 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xa9282233 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xc8956a98 snd_emux_register +EXPORT_SYMBOL sound/synth/snd-util-mem 0x3b9ba999 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x4058e499 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x5b722b87 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6b7faf64 __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xb60f899a snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xcf486b4a __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xdbe5b2f2 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xfca37ca6 __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 0x65316d92 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00872303 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x009166b4 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x0091d554 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00d8cc8b path_put +EXPORT_SYMBOL vmlinux 0x00de31c5 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x00f1cb9b inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x0116c998 md_integrity_register +EXPORT_SYMBOL vmlinux 0x012318b2 seq_release_private +EXPORT_SYMBOL vmlinux 0x012c80c2 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x0171d14d tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x01790e94 csum_partial_copy +EXPORT_SYMBOL vmlinux 0x0185de2c __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x018b2102 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x01944c4b tcp_seq_open +EXPORT_SYMBOL vmlinux 0x01b3c19b dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x01b6a1df netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x01bbee36 bdget +EXPORT_SYMBOL vmlinux 0x01bfa8d6 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x01d7b1d9 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x01e52dcd pci_dev_put +EXPORT_SYMBOL vmlinux 0x01f6d9d8 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x01ff5a75 build_skb +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x021302e7 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x02366c73 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x023c3373 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x0244e70d key_task_permission +EXPORT_SYMBOL vmlinux 0x0247f28b seq_printf +EXPORT_SYMBOL vmlinux 0x024bf827 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x024da52c skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x0254782d soft_cursor +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x026a8733 tty_devnum +EXPORT_SYMBOL vmlinux 0x02714b36 amba_device_register +EXPORT_SYMBOL vmlinux 0x0274b967 __serio_register_port +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027cba67 dev_driver_string +EXPORT_SYMBOL vmlinux 0x028cd68b __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x02977157 __register_chrdev +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a1f5d0 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x02a343e2 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x02a36857 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02b106cc scm_detach_fds +EXPORT_SYMBOL vmlinux 0x02cbcca4 key_invalidate +EXPORT_SYMBOL vmlinux 0x02d7390b dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x02e7ff4d skb_seq_read +EXPORT_SYMBOL vmlinux 0x02eb084a forget_cached_acl +EXPORT_SYMBOL vmlinux 0x0312d19c flush_dcache_page +EXPORT_SYMBOL vmlinux 0x03181df7 d_alloc_name +EXPORT_SYMBOL vmlinux 0x0327f8b7 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x0332816b thaw_super +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0339e9a6 ppp_input_error +EXPORT_SYMBOL vmlinux 0x035507ca user_path_at +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x035f891b down_interruptible +EXPORT_SYMBOL vmlinux 0x0365fc55 sock_i_uid +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03bc86ce of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03dabcb1 _dev_info +EXPORT_SYMBOL vmlinux 0x03ebda85 dns_query +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04173026 poll_freewait +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x04312c4a netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x0450dbac elevator_init +EXPORT_SYMBOL vmlinux 0x04562676 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x046d92bc clocksource_register +EXPORT_SYMBOL vmlinux 0x04705966 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x048348ea __sb_start_write +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x04aee38b devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x04bc59dd tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x04c49413 proto_unregister +EXPORT_SYMBOL vmlinux 0x04d11366 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x04e393e3 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04f40806 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x04ff30e5 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x0506bb31 misc_deregister +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x05314b8e simple_statfs +EXPORT_SYMBOL vmlinux 0x053fd11c sock_no_getname +EXPORT_SYMBOL vmlinux 0x055c8559 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x05628df7 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x0569f0ad blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05a26f33 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x05b38fbd tcp_check_req +EXPORT_SYMBOL vmlinux 0x05b6dbb4 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062d2c88 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063c0155 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x065c01d3 key_link +EXPORT_SYMBOL vmlinux 0x06614c35 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x068aaa6f new_sync_write +EXPORT_SYMBOL vmlinux 0x0693cd86 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x06aa02b2 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x06b0b9e3 default_llseek +EXPORT_SYMBOL vmlinux 0x06c21b20 input_inject_event +EXPORT_SYMBOL vmlinux 0x06d16af4 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x06ed66fe dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x06ef6851 bdput +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x0709c8f7 vfs_statfs +EXPORT_SYMBOL vmlinux 0x0718d067 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x071b7eea irq_stat +EXPORT_SYMBOL vmlinux 0x071fdad8 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f1edf alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0757487e kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x075a8b9a __nlmsg_put +EXPORT_SYMBOL vmlinux 0x075a9857 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x0771e5b1 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x07926fed d_set_d_op +EXPORT_SYMBOL vmlinux 0x07937504 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x07a4b576 flex_array_free +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07cf44df xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x07d721fa dev_add_pack +EXPORT_SYMBOL vmlinux 0x08103a5b netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x08172d36 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083b2928 of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0840ef47 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x084e3e6c net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x084ec5e4 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x08556031 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x08882f2f bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x089b7f74 dev_mc_add +EXPORT_SYMBOL vmlinux 0x089d4e2a dma_ops +EXPORT_SYMBOL vmlinux 0x08c19e20 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x08c8a719 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x08dcbd9f bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x08f9c49f tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x0908668f blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x09266bc1 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x09321f26 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x093bfc3f proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x09475863 pci_restore_state +EXPORT_SYMBOL vmlinux 0x09481fbe follow_down +EXPORT_SYMBOL vmlinux 0x09850cb2 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098e5dcb vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x0990897d napi_complete +EXPORT_SYMBOL vmlinux 0x0994eac0 get_phy_device +EXPORT_SYMBOL vmlinux 0x0999cbc9 of_iomap +EXPORT_SYMBOL vmlinux 0x09beb196 swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09ee0671 security_mmap_file +EXPORT_SYMBOL vmlinux 0x09ef20d3 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x0a21c8c3 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a470a2b dev_uc_del +EXPORT_SYMBOL vmlinux 0x0a616f26 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x0a8998b6 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x0a8e9a33 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x0a932da0 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ae90d57 __genl_register_family +EXPORT_SYMBOL vmlinux 0x0af0f9a1 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x0b012dab mpage_readpages +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b17531f __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b23c43b cdev_del +EXPORT_SYMBOL vmlinux 0x0b425b16 __nla_reserve +EXPORT_SYMBOL vmlinux 0x0b44e85f sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x0b4a857c mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x0b560096 mii_check_media +EXPORT_SYMBOL vmlinux 0x0b69405d rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b983c30 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x0bab2f66 serio_close +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bdd5150 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x0be03503 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x0bec0cf8 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x0c16fa99 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x0c2e06d4 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c4d42e4 ns_capable +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c6ac153 should_remove_suid +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c90a456 __invalidate_device +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0caebd3d phy_register_fixup +EXPORT_SYMBOL vmlinux 0x0cbd6b57 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x0cd90bb1 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x0cf8e86b pci_set_master +EXPORT_SYMBOL vmlinux 0x0d4d4d20 proc_set_user +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5dfc83 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0x0d5f6407 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x0d63c933 skb_clone +EXPORT_SYMBOL vmlinux 0x0d65bc5b nf_ct_attach +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0db17403 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x0dc60470 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x0dcadd18 tty_kref_put +EXPORT_SYMBOL vmlinux 0x0dcb8aa7 abx500_register_ops +EXPORT_SYMBOL vmlinux 0x0e18b155 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x0e37a9f6 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x0e43ec6a __sock_create +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e73c926 inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0x0e75fc98 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x0e7742c2 sync_inode +EXPORT_SYMBOL vmlinux 0x0e893565 block_commit_write +EXPORT_SYMBOL vmlinux 0x0e8c5f18 register_filesystem +EXPORT_SYMBOL vmlinux 0x0e8f0162 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x0e959985 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x0ea06495 inet6_release +EXPORT_SYMBOL vmlinux 0x0eade46b eth_mac_addr +EXPORT_SYMBOL vmlinux 0x0eaf8386 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ec7fc2d flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x0ecedecc __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x0ee63432 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f051013 efi +EXPORT_SYMBOL vmlinux 0x0f066d80 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x0f2be2ae d_genocide +EXPORT_SYMBOL vmlinux 0x0f2d105f ilookup +EXPORT_SYMBOL vmlinux 0x0f431275 down_read_trylock +EXPORT_SYMBOL vmlinux 0x0f446a2c mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f4fd1ac bdi_destroy +EXPORT_SYMBOL vmlinux 0x0f679f86 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fc5b6f9 set_blocksize +EXPORT_SYMBOL vmlinux 0x0fd563eb dev_trans_start +EXPORT_SYMBOL vmlinux 0x0fd686ca ip_setsockopt +EXPORT_SYMBOL vmlinux 0x0fe0ef8c clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x0ff2c759 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x1008051f abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x1010fe90 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x105e41a3 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x106235b8 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x10635043 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x10775394 input_free_device +EXPORT_SYMBOL vmlinux 0x10860d9d ps2_init +EXPORT_SYMBOL vmlinux 0x10950ee1 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x10a6376b netif_receive_skb +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x112ec069 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x1141ca3e sock_no_listen +EXPORT_SYMBOL vmlinux 0x114df9ed netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x119aab94 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x11b072c5 elv_add_request +EXPORT_SYMBOL vmlinux 0x11b09781 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x11cb9cf8 __mutex_init +EXPORT_SYMBOL vmlinux 0x11f6b2bc ata_print_version +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1250360d lockref_get +EXPORT_SYMBOL vmlinux 0x1256d49e dm_unregister_target +EXPORT_SYMBOL vmlinux 0x1291097d kill_anon_super +EXPORT_SYMBOL vmlinux 0x129acb44 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x129e2094 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12a6d2fa neigh_destroy +EXPORT_SYMBOL vmlinux 0x12dfeb12 vprintk_emit +EXPORT_SYMBOL vmlinux 0x12ef000a mmc_can_trim +EXPORT_SYMBOL vmlinux 0x1304362a bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x1305d532 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x1306a67b dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x131379d0 file_remove_suid +EXPORT_SYMBOL vmlinux 0x131af94d dma_release_from_coherent +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x1325af26 mount_pseudo +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13315729 flex_array_alloc +EXPORT_SYMBOL vmlinux 0x13382c6c register_exec_domain +EXPORT_SYMBOL vmlinux 0x1346f930 of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0x134a2c7f ihold +EXPORT_SYMBOL vmlinux 0x134da4ff dma_common_mmap +EXPORT_SYMBOL vmlinux 0x135e0703 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x13848f47 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x13945668 arp_xmit +EXPORT_SYMBOL vmlinux 0x13a20000 pci_get_device +EXPORT_SYMBOL vmlinux 0x13ae35c8 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13e01d89 kernel_accept +EXPORT_SYMBOL vmlinux 0x13e8faa6 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x13fd7514 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x1413cd5c cap_mmap_file +EXPORT_SYMBOL vmlinux 0x1422f483 fsync_bdev +EXPORT_SYMBOL vmlinux 0x14517ff4 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x146cca62 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x1491d944 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x14ad3641 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x14bcda5f dentry_open +EXPORT_SYMBOL vmlinux 0x14bdb97e sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x14e6e274 km_new_mapping +EXPORT_SYMBOL vmlinux 0x151060db pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x151bc4b6 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x15364b63 ida_remove +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x15537b33 tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x158a8e2d simple_transaction_release +EXPORT_SYMBOL vmlinux 0x159f3913 mnt_pin +EXPORT_SYMBOL vmlinux 0x15a543b6 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x15b624e8 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x15c37f3d tty_lock_pair +EXPORT_SYMBOL vmlinux 0x15dbac96 sock_rfree +EXPORT_SYMBOL vmlinux 0x15fbd750 bio_phys_segments +EXPORT_SYMBOL vmlinux 0x160afdc4 blk_free_tags +EXPORT_SYMBOL vmlinux 0x161159aa tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x16168047 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x163aca47 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x16532c75 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x1654fbf5 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x16766435 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167eb98d security_path_link +EXPORT_SYMBOL vmlinux 0x1690ed90 km_state_expired +EXPORT_SYMBOL vmlinux 0x1698f55c load_nls_default +EXPORT_SYMBOL vmlinux 0x16d71525 noop_fsync +EXPORT_SYMBOL vmlinux 0x16ed2829 do_splice_to +EXPORT_SYMBOL vmlinux 0x1714b1fb xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x17311c1a iterate_fd +EXPORT_SYMBOL vmlinux 0x1748786e nf_setsockopt +EXPORT_SYMBOL vmlinux 0x174dde34 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x176b3f46 file_update_time +EXPORT_SYMBOL vmlinux 0x176e185e pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x17789a99 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x178eb8f2 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x1793f685 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x17a142df __copy_from_user +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17b459c2 of_translate_address +EXPORT_SYMBOL vmlinux 0x17bdbdeb vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x17e96a0c pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x17ea7f52 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x17ebd304 bio_integrity_free +EXPORT_SYMBOL vmlinux 0x17fbb35c led_set_brightness +EXPORT_SYMBOL vmlinux 0x17fd5961 nf_afinfo +EXPORT_SYMBOL vmlinux 0x1818ec99 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x18199b2a __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x183d2b67 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x183eb805 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x185f2048 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x18872637 seq_release +EXPORT_SYMBOL vmlinux 0x18875732 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x188d37de eth_header_cache +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18989cf5 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18d76238 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x18db1043 fput +EXPORT_SYMBOL vmlinux 0x18e37e77 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x1924ad53 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x19444627 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0x19512359 cad_pid +EXPORT_SYMBOL vmlinux 0x197f9d22 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x1992d8dd tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a8bd5a pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19bd400c ip_options_compile +EXPORT_SYMBOL vmlinux 0x19c05848 drop_nlink +EXPORT_SYMBOL vmlinux 0x19cf2614 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x19d89b2b pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x19e85e7c blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x19f6edfe always_delete_dentry +EXPORT_SYMBOL vmlinux 0x1a16a8d9 make_kuid +EXPORT_SYMBOL vmlinux 0x1a204c27 ata_link_printk +EXPORT_SYMBOL vmlinux 0x1a27ccad cdev_init +EXPORT_SYMBOL vmlinux 0x1a2a4b1c iterate_dir +EXPORT_SYMBOL vmlinux 0x1a61fe25 bioset_free +EXPORT_SYMBOL vmlinux 0x1a69bd7d __dst_free +EXPORT_SYMBOL vmlinux 0x1a6ccb9e ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x1aa8127d pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x1ab6a809 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x1ac3fc4d user_revoke +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1acc4fe8 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad431d7 console_start +EXPORT_SYMBOL vmlinux 0x1add4fa3 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b05bc8c dentry_path_raw +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b0f9fd2 tcp_child_process +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b217da5 __init_rwsem +EXPORT_SYMBOL vmlinux 0x1b30b4fd update_devfreq +EXPORT_SYMBOL vmlinux 0x1b353088 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0x1b40fd83 mount_bdev +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b9d3230 input_register_device +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1ba2caa7 d_tmpfile +EXPORT_SYMBOL vmlinux 0x1ba4baf3 dev_uc_init +EXPORT_SYMBOL vmlinux 0x1ba5b815 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x1bb87945 save_mount_options +EXPORT_SYMBOL vmlinux 0x1bbee59a kernel_connect +EXPORT_SYMBOL vmlinux 0x1bca2a90 prepare_to_wait +EXPORT_SYMBOL vmlinux 0x1bdc26cf sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x1bf5ef9c __pagevec_release +EXPORT_SYMBOL vmlinux 0x1c0cd72a of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x1c1614f5 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x1c196a47 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x1c2369dc unregister_quota_format +EXPORT_SYMBOL vmlinux 0x1c46fd36 brioctl_set +EXPORT_SYMBOL vmlinux 0x1c63b51f invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x1c76693e mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x1c77d840 netdev_printk +EXPORT_SYMBOL vmlinux 0x1c8e3582 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x1cc242ea qdisc_list_del +EXPORT_SYMBOL vmlinux 0x1cc2abbb skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x1ccd1517 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x1cd3d83f mem_map +EXPORT_SYMBOL vmlinux 0x1ce57614 vme_register_driver +EXPORT_SYMBOL vmlinux 0x1cf61cf7 mii_link_ok +EXPORT_SYMBOL vmlinux 0x1cf77e3b pci_claim_resource +EXPORT_SYMBOL vmlinux 0x1d1cdd0e kfree_put_link +EXPORT_SYMBOL vmlinux 0x1d264677 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x1d339163 tcp_proc_register +EXPORT_SYMBOL vmlinux 0x1d4757ba xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x1d5f6284 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x1d6a2b45 pci_get_slot +EXPORT_SYMBOL vmlinux 0x1d771412 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x1d89bdac neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x1d92d898 complete_and_exit +EXPORT_SYMBOL vmlinux 0x1d98167a blk_rq_init +EXPORT_SYMBOL vmlinux 0x1da11ee3 netdev_info +EXPORT_SYMBOL vmlinux 0x1db84403 check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dc3702e __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1deb2bda tso_build_hdr +EXPORT_SYMBOL vmlinux 0x1dedcc5c netif_carrier_on +EXPORT_SYMBOL vmlinux 0x1df371e9 d_delete +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e0688fe lock_rename +EXPORT_SYMBOL vmlinux 0x1e0a0743 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x1e25c545 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e3adc8e ppp_unit_number +EXPORT_SYMBOL vmlinux 0x1e535fa2 nf_register_hook +EXPORT_SYMBOL vmlinux 0x1e629b95 account_page_redirty +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e79795d tso_count_descs +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea06663 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x1ea0a7ab kernel_neon_begin_partial +EXPORT_SYMBOL vmlinux 0x1ea9660f from_kprojid +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1f103028 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x1f1c0d8e __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x1f3d1b63 dev_change_flags +EXPORT_SYMBOL vmlinux 0x1f4bf043 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x1f4d025e pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x1f4f63bb __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x1f57758e of_phy_find_device +EXPORT_SYMBOL vmlinux 0x1f5a3153 lock_sock_fast +EXPORT_SYMBOL vmlinux 0x1f6ce67a sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1fa85550 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc4118b would_dump +EXPORT_SYMBOL vmlinux 0x1fce3ccd tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x1fcf4d4b _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd2ab70 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x1fdc7df2 _mcount +EXPORT_SYMBOL vmlinux 0x1fe4913f ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1feaad9f capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x2007c17e jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x20296741 generic_permission +EXPORT_SYMBOL vmlinux 0x202c231a pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x202e8927 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x204346af proc_dostring +EXPORT_SYMBOL vmlinux 0x204a49f7 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204ee436 ps2_end_command +EXPORT_SYMBOL vmlinux 0x204f83ca tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x205c941c nla_reserve +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x2076ce26 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x20906cd5 idr_destroy +EXPORT_SYMBOL vmlinux 0x209d3f93 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x20a04642 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20ae6bfb sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20e91047 dma_release_declared_memory +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20fc5cf3 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x20fe8ce8 wake_up_process +EXPORT_SYMBOL vmlinux 0x20ffa7f6 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x2111b91c sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x211ec35d mapping_tagged +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x21b20ca9 kthread_stop +EXPORT_SYMBOL vmlinux 0x21c9971f have_submounts +EXPORT_SYMBOL vmlinux 0x21d7d987 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x21ef736e inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x21f9be05 dquot_destroy +EXPORT_SYMBOL vmlinux 0x2202f01c qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x224ff4ad wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x2286038b ppp_input +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b736ce truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x22b7c54f uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x22baea3d proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x22bf3bcb blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x22cbfcee jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x22ccb19f blkdev_get +EXPORT_SYMBOL vmlinux 0x22e9f866 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0x22f95a5a elv_register_queue +EXPORT_SYMBOL vmlinux 0x230b13b4 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x231d42cd netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x2320b93d inet6_del_offload +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x238ac766 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b9ace7 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23f803ec netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x243259d4 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x24514435 blk_init_tags +EXPORT_SYMBOL vmlinux 0x24554b35 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246cf300 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24a79ce4 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x24c0d8b3 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x24ce5413 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x2520df96 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x255bb072 change_bit +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25830c7e key_alloc +EXPORT_SYMBOL vmlinux 0x258e1034 pci_enable_device +EXPORT_SYMBOL vmlinux 0x25b45724 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25c78330 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x25d03951 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x25e7a816 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x2600cb39 force_sig +EXPORT_SYMBOL vmlinux 0x2612936a rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x261f665a netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x2621cfcf simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x26379c3d scsi_finish_command +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x265e5d2c genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x2665d53a key_create_or_update +EXPORT_SYMBOL vmlinux 0x267b3ae3 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x26aa9dcb pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x26e09124 udp_del_offload +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26f21e4a scsi_print_sense +EXPORT_SYMBOL vmlinux 0x26ff1414 d_validate +EXPORT_SYMBOL vmlinux 0x270edc96 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x2712f4f5 crc32_le_combine +EXPORT_SYMBOL vmlinux 0x2724ba66 __ioremap +EXPORT_SYMBOL vmlinux 0x273a82e1 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x273d0650 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x2758c3fb copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x278366ff pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27896831 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x27a13e86 eth_header_parse +EXPORT_SYMBOL vmlinux 0x27b0e334 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bf8564 uart_register_driver +EXPORT_SYMBOL vmlinux 0x27c513d6 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x27d5e5d4 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x27e1580e sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x2818764d sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x281be882 nf_reinject +EXPORT_SYMBOL vmlinux 0x281f5952 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0x282e1175 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x28318305 snprintf +EXPORT_SYMBOL vmlinux 0x283a3b0e sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x283dbd7d sock_create_lite +EXPORT_SYMBOL vmlinux 0x2848390a pci_set_mwi +EXPORT_SYMBOL vmlinux 0x287f0d49 eth_header +EXPORT_SYMBOL vmlinux 0x2890bf29 lock_fb_info +EXPORT_SYMBOL vmlinux 0x28a2b29f radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28a7348c jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x28abfe6e scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x28cf9d56 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x28d7ffea lg_local_unlock +EXPORT_SYMBOL vmlinux 0x28de2d3f devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0x28e9cc54 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x291b2fe4 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x291ba05d udplite_table +EXPORT_SYMBOL vmlinux 0x29234377 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x2947f32b pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x296b5ac6 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x297d9d7f tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x29817267 sk_receive_skb +EXPORT_SYMBOL vmlinux 0x299c70e0 security_path_symlink +EXPORT_SYMBOL vmlinux 0x29af4a56 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a3fe724 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x2a44c050 posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x2a7361c4 kobject_put +EXPORT_SYMBOL vmlinux 0x2a76603b check_disk_size_change +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a7a3fad genl_notify +EXPORT_SYMBOL vmlinux 0x2a8496cd sg_miter_start +EXPORT_SYMBOL vmlinux 0x2a906314 bio_copy_data +EXPORT_SYMBOL vmlinux 0x2aa1ad41 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2adf53ad jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x2aec99d2 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x2b05aedd scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b64fc52 consume_skb +EXPORT_SYMBOL vmlinux 0x2b6afa2a __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x2b8e5e7f security_file_permission +EXPORT_SYMBOL vmlinux 0x2b9293b1 framebuffer_release +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bb6bec1 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x2bb74060 tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x2bd35198 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x2bdd6e28 node_states +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2c08ffcb eth_type_trans +EXPORT_SYMBOL vmlinux 0x2c17607c dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x2c188c58 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c46593e pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x2c4b323f blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x2c5e6217 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x2c7c8e9a pcibios_min_mem +EXPORT_SYMBOL vmlinux 0x2c86946b dev_printk +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2d00a3d1 scsi_print_result +EXPORT_SYMBOL vmlinux 0x2d0739ce __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x2d07fbf7 inet_shutdown +EXPORT_SYMBOL vmlinux 0x2d0f4e0d starget_for_each_device +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d37342e cpu_online_mask +EXPORT_SYMBOL vmlinux 0x2d4f2bc9 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d8bfe05 load_nls +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2dd9a36b flex_array_shrink +EXPORT_SYMBOL vmlinux 0x2de1327b bit_waitqueue +EXPORT_SYMBOL vmlinux 0x2de3cd7c ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x2de48292 serio_open +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2dfcb9cd compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x2e0d2f7f queue_work_on +EXPORT_SYMBOL vmlinux 0x2e191301 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e1e8f5a flush_signals +EXPORT_SYMBOL vmlinux 0x2e227fff filemap_map_pages +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e605fee abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x2e610aea md_write_end +EXPORT_SYMBOL vmlinux 0x2e7be112 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x2ea4c1c9 lg_global_unlock +EXPORT_SYMBOL vmlinux 0x2eaa7882 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x2ec2060e blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x2ec728d9 tc_classify +EXPORT_SYMBOL vmlinux 0x2ed27a40 tcp_prot +EXPORT_SYMBOL vmlinux 0x2edaaa91 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2eff0d5b rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f0d0afd ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x2f148062 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x2f3857e2 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x2f571a21 phy_device_register +EXPORT_SYMBOL vmlinux 0x2f67f475 d_alloc +EXPORT_SYMBOL vmlinux 0x2f6dd251 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x2f735877 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x2f94de6f do_sync_write +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fbd9c4c lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0x2fcde61c jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x304ec72b _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x305bdb4e tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x305cec12 _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x3078a527 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x3079fb70 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x307d10c1 kfree_skb +EXPORT_SYMBOL vmlinux 0x307fea6e of_allnodes +EXPORT_SYMBOL vmlinux 0x308aba17 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x308ec2e3 netif_napi_del +EXPORT_SYMBOL vmlinux 0x3092d49a __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x30a05f36 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30af92aa __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x30bd3279 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x30ca9b7f pci_bus_get +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x30f86c69 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x3109613b km_policy_expired +EXPORT_SYMBOL vmlinux 0x310965fa blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x31115299 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x311271c4 page_put_link +EXPORT_SYMBOL vmlinux 0x31223397 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315aa435 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x31837de7 proc_remove +EXPORT_SYMBOL vmlinux 0x3185ef53 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x319e0726 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x319e5dfa kill_litter_super +EXPORT_SYMBOL vmlinux 0x31a3418b bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x31c053f0 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x31c6a75f md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x31ede384 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x31f411d6 iunique +EXPORT_SYMBOL vmlinux 0x31f9f185 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x322516b7 key_revoke +EXPORT_SYMBOL vmlinux 0x324b3877 up +EXPORT_SYMBOL vmlinux 0x3261f86d proc_mkdir +EXPORT_SYMBOL vmlinux 0x326f476f scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x3282f327 simple_rename +EXPORT_SYMBOL vmlinux 0x32d3c92b locks_free_lock +EXPORT_SYMBOL vmlinux 0x32d7d5a8 sock_no_accept +EXPORT_SYMBOL vmlinux 0x32dcc695 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x32fd8d53 d_path +EXPORT_SYMBOL vmlinux 0x3302514c scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x331b6722 dquot_resume +EXPORT_SYMBOL vmlinux 0x33204e96 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x332d9827 amba_find_device +EXPORT_SYMBOL vmlinux 0x333cb37c __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x33455605 skb_insert +EXPORT_SYMBOL vmlinux 0x3361670d kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x33826c31 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x3398e7e8 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x33ae752e skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x33b89e99 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33d2828e scsi_host_get +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f876bb tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3413dc46 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x341770b0 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341f2bf0 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x34223ed6 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x3423687f page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x342feff9 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x345c9152 single_open_size +EXPORT_SYMBOL vmlinux 0x345e91d5 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x34970c73 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a878bc __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x34de5bf8 generic_listxattr +EXPORT_SYMBOL vmlinux 0x34e620b5 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f4aa8d devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x34f68ce2 padata_do_serial +EXPORT_SYMBOL vmlinux 0x3504844d ps2_begin_command +EXPORT_SYMBOL vmlinux 0x350df121 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x350f7d93 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x35222da8 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x3547646f nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x354f2680 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x355dc37b tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x357a8c00 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x3580d604 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x3585ad39 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x35b45ab3 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x35f80b76 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x360f8f8a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x360ff19f down +EXPORT_SYMBOL vmlinux 0x361eb306 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x363d7f57 generic_make_request +EXPORT_SYMBOL vmlinux 0x36595b9b key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x368c3af1 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x369e1115 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x36ad3905 mmc_get_card +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36c3e913 bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x36d9c9f3 iterate_mounts +EXPORT_SYMBOL vmlinux 0x36e1337d con_is_bound +EXPORT_SYMBOL vmlinux 0x36f9a2c9 empty_zero_page +EXPORT_SYMBOL vmlinux 0x37035c3f gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x370f9447 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x372afe0e fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x372c9eac phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3774c910 unregister_console +EXPORT_SYMBOL vmlinux 0x37948479 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x379bf0e1 pci_enable_msix +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37be0822 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37e59fa9 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0x37e9aecb release_sock +EXPORT_SYMBOL vmlinux 0x37ea56be netdev_warn +EXPORT_SYMBOL vmlinux 0x37fc8fd2 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x37ff80e1 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x380ee87a abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3827493f i2c_register_driver +EXPORT_SYMBOL vmlinux 0x382acd8a registered_fb +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x3856cb65 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x386ff33f invalidate_partition +EXPORT_SYMBOL vmlinux 0x387d4050 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x38961b1b tcp_shutdown +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38aba063 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38cb7a46 bioset_create +EXPORT_SYMBOL vmlinux 0x38cd97bf tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x38d62dac task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x38e3540f page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x38f9bb81 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x3910bce6 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x392e39e4 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x393899c1 seq_open +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x393ba186 tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394bd51c blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x39574aec __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x39811474 mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x398cecfb i2c_del_driver +EXPORT_SYMBOL vmlinux 0x39974be9 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39b46f22 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x39d7a957 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x39f339e3 twl6040_power +EXPORT_SYMBOL vmlinux 0x3a01df13 pci_choose_state +EXPORT_SYMBOL vmlinux 0x3a20ff73 __crc32c_le +EXPORT_SYMBOL vmlinux 0x3a33ed17 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x3a4ddd3a pcim_pin_device +EXPORT_SYMBOL vmlinux 0x3a6b8040 netdev_change_features +EXPORT_SYMBOL vmlinux 0x3a804fba __breadahead +EXPORT_SYMBOL vmlinux 0x3a80883f netif_carrier_off +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3ab41b25 __copy_in_user +EXPORT_SYMBOL vmlinux 0x3ae0fa36 pci_dev_get +EXPORT_SYMBOL vmlinux 0x3af1dab1 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x3b03b225 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x3b0e2806 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x3b13725f bio_copy_user +EXPORT_SYMBOL vmlinux 0x3b231be4 inode_permission +EXPORT_SYMBOL vmlinux 0x3b295fc5 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x3b300948 percpu_counter_set +EXPORT_SYMBOL vmlinux 0x3b3d0bba tcp_splice_read +EXPORT_SYMBOL vmlinux 0x3b839010 blkdev_put +EXPORT_SYMBOL vmlinux 0x3b8a74c1 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x3bafd434 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x3bc98ea6 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bdcddca tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x3be42214 __register_nls +EXPORT_SYMBOL vmlinux 0x3c0827f7 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x3c12beda posix_lock_file +EXPORT_SYMBOL vmlinux 0x3c274687 udp_seq_open +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c483012 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x3c6964d1 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c81c886 kthread_bind +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cb0b89f skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x3cdf5e60 dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf3540c devm_clk_put +EXPORT_SYMBOL vmlinux 0x3cfae893 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x3d093081 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x3d17b328 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x3d22b619 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x3d2d6934 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x3d3dbccf pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x3d45b82c vfs_getattr +EXPORT_SYMBOL vmlinux 0x3d5844b3 strnicmp +EXPORT_SYMBOL vmlinux 0x3d677bb1 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x3d7c28c5 dm_put_device +EXPORT_SYMBOL vmlinux 0x3d819cb9 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3dbc3587 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x3dc863c6 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e26d8cf seq_read +EXPORT_SYMBOL vmlinux 0x3e389c22 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x3e3a4015 elevator_alloc +EXPORT_SYMBOL vmlinux 0x3e434326 down_read +EXPORT_SYMBOL vmlinux 0x3e5eb11c ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x3e661569 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x3e6fd0af generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3e988b00 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x3ea09bdd locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x3eb43e54 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x3ebb2c2c fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x3ecac7a4 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f0b0e41 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x3f2b02c7 __neigh_create +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f63dfa0 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x3f7322f0 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x3f7c6375 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x3f84de79 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x3f84fd1d generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x3f877a7d inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x3fbd49a6 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x3fbffeb6 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x3fceea0e set_user_nice +EXPORT_SYMBOL vmlinux 0x3fd4823e neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff76b2b km_is_alive +EXPORT_SYMBOL vmlinux 0x400f508f blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x401be499 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x4029b431 audit_log +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x40636092 console_stop +EXPORT_SYMBOL vmlinux 0x40969e31 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a319fe twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40ab83e0 skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c02e6d skb_queue_tail +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c83b81 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x40cf9005 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40ff7238 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x41070de2 dst_discard_sk +EXPORT_SYMBOL vmlinux 0x413fd475 __bread +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x4179d479 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x4186b7c1 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418d0948 nf_register_hooks +EXPORT_SYMBOL vmlinux 0x419e1760 unload_nls +EXPORT_SYMBOL vmlinux 0x41b21108 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x41df913f __break_lease +EXPORT_SYMBOL vmlinux 0x41e0a477 dma_mark_declared_memory_occupied +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x421815f3 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x42350e8d ucs2_strlen +EXPORT_SYMBOL vmlinux 0x4281a987 netdev_update_features +EXPORT_SYMBOL vmlinux 0x4297b75c pskb_expand_head +EXPORT_SYMBOL vmlinux 0x42a0d434 secpath_dup +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42a620eb mmc_start_req +EXPORT_SYMBOL vmlinux 0x42ae5af0 dqstats +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x432afc21 address_space_init_once +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x435a3c20 __page_symlink +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x4372ecd2 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x43796774 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x4383a14e sock_setsockopt +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x439d621d pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x43d49ef8 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x43f67542 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x440cd490 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x4414840b devm_gpiod_put +EXPORT_SYMBOL vmlinux 0x44183e79 mount_ns +EXPORT_SYMBOL vmlinux 0x442ba193 set_binfmt +EXPORT_SYMBOL vmlinux 0x4443eab5 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x445aee8e do_splice_from +EXPORT_SYMBOL vmlinux 0x446d70f8 dquot_file_open +EXPORT_SYMBOL vmlinux 0x4488ac04 d_rehash +EXPORT_SYMBOL vmlinux 0x448eac3e kmemdup +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44ae6b46 register_md_personality +EXPORT_SYMBOL vmlinux 0x44aeb7fa mmc_remove_host +EXPORT_SYMBOL vmlinux 0x44da3114 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x44e913bd pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44ed86fa wireless_spy_update +EXPORT_SYMBOL vmlinux 0x44f0bb0c md_done_sync +EXPORT_SYMBOL vmlinux 0x44fc0ebf tty_port_close +EXPORT_SYMBOL vmlinux 0x45164624 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4544906b __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x4564bb95 path_is_under +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45a55ec8 __iounmap +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45aebb47 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x45c89068 kill_fasync +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x462c660f proc_dointvec +EXPORT_SYMBOL vmlinux 0x463723da dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x466e9919 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x46729823 __devm_request_region +EXPORT_SYMBOL vmlinux 0x468bcda6 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x46933492 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0x46a14fbf padata_stop +EXPORT_SYMBOL vmlinux 0x46bf79dc phy_device_create +EXPORT_SYMBOL vmlinux 0x46f2dfc9 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x4700dcdc dev_alloc_name +EXPORT_SYMBOL vmlinux 0x470efd81 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x472d8636 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x47323008 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x47478b6b scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x4759761e start_tty +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47a9e8ee ip_ct_attach +EXPORT_SYMBOL vmlinux 0x47aa6e1d genphy_update_link +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47b71613 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c83b9b vfs_unlink +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47de7553 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x47e78af6 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x4802df7c security_d_instantiate +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x482dd748 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x48958286 module_put +EXPORT_SYMBOL vmlinux 0x4899e0ef phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x48b7e826 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c544d2 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x48deb507 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x48e5f9da ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x48e8def5 sk_net_capable +EXPORT_SYMBOL vmlinux 0x48efef45 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x490c0f60 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x491b58b3 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x492a0a28 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x493ed9e7 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x494ec05d gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x495cd6b5 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x4983fd51 of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0x49930938 idr_replace +EXPORT_SYMBOL vmlinux 0x499ffaa5 blk_init_queue +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b27e2b notify_change +EXPORT_SYMBOL vmlinux 0x49cd32d7 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x4a0911b5 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x4a203c2e of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a423029 bio_clone_fast +EXPORT_SYMBOL vmlinux 0x4a5f384c inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x4a613925 bdi_init +EXPORT_SYMBOL vmlinux 0x4a7a45ea of_find_property +EXPORT_SYMBOL vmlinux 0x4a8a0358 locks_init_lock +EXPORT_SYMBOL vmlinux 0x4a95dad5 bdget_disk +EXPORT_SYMBOL vmlinux 0x4aa5f76a sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4affec13 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x4b0bbd1b xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b75f261 sock_wfree +EXPORT_SYMBOL vmlinux 0x4b8df18d pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bbbca8c set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x4bcb4f09 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x4bd08b63 inet_bind +EXPORT_SYMBOL vmlinux 0x4bd3232f unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x4bdc5406 pid_task +EXPORT_SYMBOL vmlinux 0x4be606f8 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x4c0b0902 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x4c0f946d generic_block_bmap +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c1e01f3 neigh_compat_output +EXPORT_SYMBOL vmlinux 0x4c2c8531 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x4c3f6fe9 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x4c45c25e d_find_any_alias +EXPORT_SYMBOL vmlinux 0x4c4806e4 scsi_execute +EXPORT_SYMBOL vmlinux 0x4c6f9ef3 test_and_change_bit +EXPORT_SYMBOL vmlinux 0x4c7b98a4 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0x4c7fc016 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x4ca9669f scnprintf +EXPORT_SYMBOL vmlinux 0x4cb1d00c skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc8543e sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x4cccd4a1 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x4cd71bd0 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4ce15227 tty_vhangup +EXPORT_SYMBOL vmlinux 0x4ce848a6 tcp_prequeue +EXPORT_SYMBOL vmlinux 0x4cf0360f __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x4cfc1da6 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d1a1c6c mii_check_link +EXPORT_SYMBOL vmlinux 0x4d677c37 write_cache_pages +EXPORT_SYMBOL vmlinux 0x4d845fe3 eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4dd9fdc0 nf_log_set +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e2b0225 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x4e2ec2db scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x4e31f295 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e452885 genphy_suspend +EXPORT_SYMBOL vmlinux 0x4e5e5ca8 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6a0802 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e9dffb5 ip_fast_csum +EXPORT_SYMBOL vmlinux 0x4edd72f7 block_all_signals +EXPORT_SYMBOL vmlinux 0x4f07ede2 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x4f19ed1d __blk_run_queue +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f70cd00 set_groups +EXPORT_SYMBOL vmlinux 0x4f871c79 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x4fa500fc remove_arg_zero +EXPORT_SYMBOL vmlinux 0x4fa6830f of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x4fa842c5 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x4fa8dc02 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x4fad7623 vga_get +EXPORT_SYMBOL vmlinux 0x4fc02c30 prepare_creds +EXPORT_SYMBOL vmlinux 0x5003315d skb_tx_error +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x502ce10e ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x503603ac fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x50380ff4 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x504af8fe input_release_device +EXPORT_SYMBOL vmlinux 0x504bd6d4 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x504e34cc devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x50505fe8 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x50542d11 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x5055e2e2 freeze_bdev +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x5094545f blk_start_queue +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50ba769a kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x50cf58bb gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x50d2592d hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x51164ad9 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x514538e9 fasync_helper +EXPORT_SYMBOL vmlinux 0x514d1750 phy_find_first +EXPORT_SYMBOL vmlinux 0x514eb55c mount_subtree +EXPORT_SYMBOL vmlinux 0x51749fc8 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x518b5d5c is_bad_inode +EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid +EXPORT_SYMBOL vmlinux 0x51f649b8 dev_load +EXPORT_SYMBOL vmlinux 0x51f928bb scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5218129d pci_platform_rom +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x522363d8 __blk_end_request +EXPORT_SYMBOL vmlinux 0x5234ddd3 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x5239ce3b ___ratelimit +EXPORT_SYMBOL vmlinux 0x5242440a phy_print_status +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x52440088 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x5245f6a4 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x525248c0 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x52595c7f sg_miter_next +EXPORT_SYMBOL vmlinux 0x526ad1c6 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x5299fff3 inet_select_addr +EXPORT_SYMBOL vmlinux 0x52b42894 cdrom_open +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52c2dc04 do_truncate +EXPORT_SYMBOL vmlinux 0x52caf590 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x52d48190 block_read_full_page +EXPORT_SYMBOL vmlinux 0x52d6304a tty_port_close_end +EXPORT_SYMBOL vmlinux 0x52f4ef62 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530b93da input_register_handle +EXPORT_SYMBOL vmlinux 0x5310eefd commit_creds +EXPORT_SYMBOL vmlinux 0x531a4e48 find_vma +EXPORT_SYMBOL vmlinux 0x531f8380 inet_addr_type +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x536a3a25 filp_open +EXPORT_SYMBOL vmlinux 0x536cc847 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x5377e556 hex2bin +EXPORT_SYMBOL vmlinux 0x5397ab90 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x53ac0b13 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x53bfaa4f tcf_hash_create +EXPORT_SYMBOL vmlinux 0x53c4be43 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x53fc40a4 devm_free_irq +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x540bc628 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x54232da6 update_time +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x542e3b52 kobject_get +EXPORT_SYMBOL vmlinux 0x5439ceb4 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54461cb1 pagecache_write_end +EXPORT_SYMBOL vmlinux 0x549d5748 dma_mmap_from_coherent +EXPORT_SYMBOL vmlinux 0x54a3a26b mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54d4bded ida_init +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ef8bcd i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x54f823ef proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x55012d78 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x55166c54 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x55219e08 kobject_init +EXPORT_SYMBOL vmlinux 0x552fe6c9 scsi_init_io +EXPORT_SYMBOL vmlinux 0x553844ba shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x553e0e5a blk_delay_queue +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x55541da1 down_write_trylock +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x556c9b91 md_write_start +EXPORT_SYMBOL vmlinux 0x55931f87 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x559ab20d __scsi_put_command +EXPORT_SYMBOL vmlinux 0x559bd180 simple_dname +EXPORT_SYMBOL vmlinux 0x55ba6c6e install_exec_creds +EXPORT_SYMBOL vmlinux 0x55c1de63 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x55ccd4d2 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x55dda6fb blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x55f245d5 textsearch_register +EXPORT_SYMBOL vmlinux 0x560455bc kset_unregister +EXPORT_SYMBOL vmlinux 0x5621d7a3 dev_emerg +EXPORT_SYMBOL vmlinux 0x562f0f22 ida_simple_remove +EXPORT_SYMBOL vmlinux 0x56342ce1 down_timeout +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563aa7c0 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x563ce33d kobject_set_name +EXPORT_SYMBOL vmlinux 0x564334d0 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x564ad8d7 dma_alloc_from_coherent +EXPORT_SYMBOL vmlinux 0x565be415 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x56613375 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x567dcb1a pci_release_region +EXPORT_SYMBOL vmlinux 0x56881991 dev_warn +EXPORT_SYMBOL vmlinux 0x568b1513 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x56a30e44 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x56ab80a0 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d03e68 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0x56d37fa5 vfs_setpos +EXPORT_SYMBOL vmlinux 0x56eb230f tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x56ec8b12 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x570fd5e0 replace_mount_options +EXPORT_SYMBOL vmlinux 0x572d0104 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x57321fd7 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x5735ac59 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x5738a907 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575af70c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x576e565c softnet_data +EXPORT_SYMBOL vmlinux 0x577a5dc6 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x5780ea1e skb_split +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x579fbcd2 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x57a8792d walk_stackframe +EXPORT_SYMBOL vmlinux 0x57cf1435 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x58080398 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x580ae6f3 migrate_page +EXPORT_SYMBOL vmlinux 0x580f8657 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x58281208 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x58293077 simple_readpage +EXPORT_SYMBOL vmlinux 0x5830a816 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x584cda72 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x584d55f7 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x5853cb28 security_path_rename +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x586f7ad2 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x58773907 nobh_writepage +EXPORT_SYMBOL vmlinux 0x589c842b kdb_current_task +EXPORT_SYMBOL vmlinux 0x58b17825 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58cfcde5 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x58db15b7 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x58e3d9da sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x591bf676 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x59510fde devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x59562f18 inode_init_once +EXPORT_SYMBOL vmlinux 0x595c6016 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x5961c640 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x5967c929 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x59777458 phy_start +EXPORT_SYMBOL vmlinux 0x597dda50 gen_pool_alloc +EXPORT_SYMBOL vmlinux 0x5991219c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x5996e234 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x599ed818 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x59a93646 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x59d609a9 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x59de71d2 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x59e37559 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x59e851cb sockfd_lookup +EXPORT_SYMBOL vmlinux 0x59fc503a inet_frag_kill +EXPORT_SYMBOL vmlinux 0x59fcbb5e i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x5a1f3dbb __scm_destroy +EXPORT_SYMBOL vmlinux 0x5a41065c elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x5a45ca64 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x5a5487c6 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a617edb nla_put +EXPORT_SYMBOL vmlinux 0x5a6436ce bio_add_page +EXPORT_SYMBOL vmlinux 0x5a71d75a free_buffer_head +EXPORT_SYMBOL vmlinux 0x5a8358d7 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a9c9cf3 lg_lock_init +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aaf3248 get_super_thawed +EXPORT_SYMBOL vmlinux 0x5abd6389 dqget +EXPORT_SYMBOL vmlinux 0x5ae31631 tty_throttle +EXPORT_SYMBOL vmlinux 0x5af4d72e mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b17ee06 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x5b28aaaa eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x5b319f3e pci_clear_master +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b51a456 mmc_add_host +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b6ba58c pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x5b740016 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x5b7d4a6b __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x5b89df53 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x5bb039e8 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x5bb8d2af neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x5bc0a659 of_clk_get +EXPORT_SYMBOL vmlinux 0x5bc10524 printk_emit +EXPORT_SYMBOL vmlinux 0x5be46c83 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x5bf06d93 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x5c281e3f scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x5c6e8323 input_unregister_device +EXPORT_SYMBOL vmlinux 0x5c78ae4f bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x5c9284a0 processor_id +EXPORT_SYMBOL vmlinux 0x5c93af63 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x5cacaa16 __get_page_tail +EXPORT_SYMBOL vmlinux 0x5cd885d5 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0x5ce34880 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x5ce5c3b2 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cf09078 blk_stop_queue +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d1d0016 ll_rw_block +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5da02e0b sock_release +EXPORT_SYMBOL vmlinux 0x5da44626 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0x5da6790a dev_uc_add +EXPORT_SYMBOL vmlinux 0x5dc72754 set_bh_page +EXPORT_SYMBOL vmlinux 0x5dce9466 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x5df7858d writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x5dfdc9ed simple_transaction_set +EXPORT_SYMBOL vmlinux 0x5e0bbf06 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x5e56a112 qdisc_list_add +EXPORT_SYMBOL vmlinux 0x5e67156b rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x5e712d04 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb3167a end_page_writeback +EXPORT_SYMBOL vmlinux 0x5ebe587a generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed040e0 phy_attach +EXPORT_SYMBOL vmlinux 0x5edbd14c blk_run_queue +EXPORT_SYMBOL vmlinux 0x5ee31244 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x5efe3395 generic_read_dir +EXPORT_SYMBOL vmlinux 0x5efe499a qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f2aaa80 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x5f47b923 rtnl_notify +EXPORT_SYMBOL vmlinux 0x5f7a0c55 dev_mc_del +EXPORT_SYMBOL vmlinux 0x5f89edc1 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x5f8d9b8f bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x5fc3890f __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x5fcac4e4 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x5fd72300 dev_addr_init +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fdec31d __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x5ff11cc3 pcibios_min_io +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x60101a89 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6022f668 of_get_property +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x6040f676 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x6055a4ee mutex_unlock +EXPORT_SYMBOL vmlinux 0x6061d9a4 I_BDEV +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x606db44d proc_create_data +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x609f5b35 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x60d63dab vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60ee3775 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0x60f3ad3b __dquot_transfer +EXPORT_SYMBOL vmlinux 0x6104a293 bdgrab +EXPORT_SYMBOL vmlinux 0x61106644 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612f9218 inet_put_port +EXPORT_SYMBOL vmlinux 0x613ad5fe ps2_command +EXPORT_SYMBOL vmlinux 0x614ab461 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x614bb773 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x615e3bcd set_create_files_as +EXPORT_SYMBOL vmlinux 0x617819ec generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x618e1ceb current_fs_time +EXPORT_SYMBOL vmlinux 0x619b0426 down_write +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61b036ba scm_fp_dup +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61bb8b7e __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x61ce31ee of_match_node +EXPORT_SYMBOL vmlinux 0x61e9c732 vfs_readv +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6219f908 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x623e153c simple_setattr +EXPORT_SYMBOL vmlinux 0x6241e16e jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x6253a9e3 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x6263590b check_disk_change +EXPORT_SYMBOL vmlinux 0x6264020d free_task +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x627d8c4f __block_write_begin +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62bc4665 i2c_transfer +EXPORT_SYMBOL vmlinux 0x62d8a8ae of_device_is_available +EXPORT_SYMBOL vmlinux 0x62df9182 __elv_add_request +EXPORT_SYMBOL vmlinux 0x62ee4394 may_umount_tree +EXPORT_SYMBOL vmlinux 0x62f5092d dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x62fd0ffd sk_alloc +EXPORT_SYMBOL vmlinux 0x6306fb16 ip_defrag +EXPORT_SYMBOL vmlinux 0x630f78f0 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x631348ee udplite_prot +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x6355ae1c blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0x6372dc7c tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x63991b94 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x63a12ca8 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x63b61261 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63eebb34 override_creds +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x643909b0 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x643fe325 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x64597332 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x64772dcc kern_unmount +EXPORT_SYMBOL vmlinux 0x648f3a0e block_write_full_page +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x649b47b4 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x64a4b84d cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x64a4defd mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x64b05665 tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6513d13c dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x651f750a input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x65345022 __wake_up +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x6556b856 pci_match_id +EXPORT_SYMBOL vmlinux 0x6560a05c pci_find_capability +EXPORT_SYMBOL vmlinux 0x656fca3f bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x659059a0 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x65aa46d8 d_move +EXPORT_SYMBOL vmlinux 0x65ade0b9 touch_atime +EXPORT_SYMBOL vmlinux 0x65b06b09 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x65ba3ccf bio_put +EXPORT_SYMBOL vmlinux 0x65c3cd01 __frontswap_test +EXPORT_SYMBOL vmlinux 0x65c40e5d mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x65c5a565 set_cached_acl +EXPORT_SYMBOL vmlinux 0x65cf2590 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x65d8d14f generic_readlink +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 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65fdfaf0 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0x65fe52e3 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x662232b9 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x6639a430 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x66472b1c lock_sock_nested +EXPORT_SYMBOL vmlinux 0x668a6bed __i2c_transfer +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x669208ce md_register_thread +EXPORT_SYMBOL vmlinux 0x669a418f inet6_protos +EXPORT_SYMBOL vmlinux 0x66b48250 finish_no_open +EXPORT_SYMBOL vmlinux 0x66c5523d mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x673162ec netlink_net_capable +EXPORT_SYMBOL vmlinux 0x673fa241 i2c_master_send +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x675e150f vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x67612b26 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x676ba6c0 set_bdi_congested +EXPORT_SYMBOL vmlinux 0x67937d85 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x67a093c8 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c2ad5a pci_request_region +EXPORT_SYMBOL vmlinux 0x67d19f34 lock_may_read +EXPORT_SYMBOL vmlinux 0x67e416df nobh_write_end +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x684cd59a pci_remove_bus +EXPORT_SYMBOL vmlinux 0x6850ccbc simple_link +EXPORT_SYMBOL vmlinux 0x68733f91 flush_cache_all +EXPORT_SYMBOL vmlinux 0x6875e40d flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68828ab5 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x6898a708 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68cfca43 dump_page +EXPORT_SYMBOL vmlinux 0x68da7b7c kern_path_create +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e44e67 dget_parent +EXPORT_SYMBOL vmlinux 0x68e98dec vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x68f94c85 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x69013d29 sync_blockdev +EXPORT_SYMBOL vmlinux 0x691a75d8 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x6935186e iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x6941ccac xfrm_register_km +EXPORT_SYMBOL vmlinux 0x69570388 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x69577a18 inode_init_owner +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x698ae6bc arp_send +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69ffe598 i2c_release_client +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a12a262 mpage_writepages +EXPORT_SYMBOL vmlinux 0x6a36b2ce blk_make_request +EXPORT_SYMBOL vmlinux 0x6a393ada pci_request_regions +EXPORT_SYMBOL vmlinux 0x6a4d729d ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x6a579f36 neigh_lookup +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a6a5729 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a899f95 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x6a90e4c5 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x6aa2a4ed pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x6ac17789 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x6aca9dce udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6ad2e15b tty_port_close_start +EXPORT_SYMBOL vmlinux 0x6af7584c pci_bus_put +EXPORT_SYMBOL vmlinux 0x6af8bcad filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x6afa3904 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b271385 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b5db253 security_inode_permission +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b65db81 path_get +EXPORT_SYMBOL vmlinux 0x6b678475 padata_add_cpu +EXPORT_SYMBOL vmlinux 0x6b6b89bd padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x6b74ad9d xfrm_state_update +EXPORT_SYMBOL vmlinux 0x6b86d63d ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x6bb489d7 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x6bb7f9e0 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6be9bbc4 clear_nlink +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6c2a0040 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x6c2cdc47 add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x6c33974c blk_recount_segments +EXPORT_SYMBOL vmlinux 0x6c350a14 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x6c3eea9f cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c598693 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c668fd2 tty_check_change +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c7861d6 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x6c9f2e8b swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x6cacc73b mmc_detect_change +EXPORT_SYMBOL vmlinux 0x6cd8c86b __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x6ce32276 find_lock_entry +EXPORT_SYMBOL vmlinux 0x6d0811eb cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d465a95 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x6d5e147a dev_notice +EXPORT_SYMBOL vmlinux 0x6d652c4f set_disk_ro +EXPORT_SYMBOL vmlinux 0x6d7c91f0 flow_cache_init +EXPORT_SYMBOL vmlinux 0x6d94907c vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x6db7d651 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x6ddeee85 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6dffd6bf skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x6e0b7974 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x6e2ead80 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x6e4d5a6a of_phy_attach +EXPORT_SYMBOL vmlinux 0x6e5b05cd sock_edemux +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e7f0fd2 cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x6e927d1f inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea76843 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x6eab8538 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x6eb2ff26 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x6eb41e35 prepare_binprm +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ec74cc7 inode_init_always +EXPORT_SYMBOL vmlinux 0x6edb5c89 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x6ee508de find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x6ef0c45e gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f26cb7b idr_get_next +EXPORT_SYMBOL vmlinux 0x6f51d292 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x6f5901af ata_port_printk +EXPORT_SYMBOL vmlinux 0x6f5ec7ec idr_init +EXPORT_SYMBOL vmlinux 0x6f63e8a2 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x6f8e6277 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x6f95f4b7 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x6fa39351 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fed03ed vfs_rmdir +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7059e867 sock_i_ino +EXPORT_SYMBOL vmlinux 0x707373dc inet_release +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x708459e4 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x708bdc20 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x70944137 unregister_nls +EXPORT_SYMBOL vmlinux 0x70964029 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x70b12fdf pci_reenable_device +EXPORT_SYMBOL vmlinux 0x70b5d710 netdev_err +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70c3282b tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70f6f247 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x70f7edb3 simple_write_begin +EXPORT_SYMBOL vmlinux 0x71004234 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x7107e213 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x7113e3e6 page_symlink +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712cfc3b tty_port_open +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71712149 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x718ad990 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x719e9c0a __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71bbb6d1 inode_change_ok +EXPORT_SYMBOL vmlinux 0x71f1ab9d dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x71f28007 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x720344d8 scsi_print_command +EXPORT_SYMBOL vmlinux 0x7208d792 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x721db429 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x7229340e vm_mmap +EXPORT_SYMBOL vmlinux 0x7233169e pci_scan_slot +EXPORT_SYMBOL vmlinux 0x728b15ba __destroy_inode +EXPORT_SYMBOL vmlinux 0x729f2c92 mddev_congested +EXPORT_SYMBOL vmlinux 0x72c31903 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731f2fc1 loop_register_transfer +EXPORT_SYMBOL vmlinux 0x73356ea5 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x733bbfab filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x733fdafc blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x734a9583 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x73604b9c abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x736bccd0 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x737a5d00 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x738223e7 register_quota_format +EXPORT_SYMBOL vmlinux 0x73930544 ilookup5 +EXPORT_SYMBOL vmlinux 0x73a6470d jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x73a6ac4a of_get_parent +EXPORT_SYMBOL vmlinux 0x73ba55bb from_kgid_munged +EXPORT_SYMBOL vmlinux 0x73db4f03 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x73dcb389 seq_lseek +EXPORT_SYMBOL vmlinux 0x73e39a85 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x7412cc5d devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x7413e47a get_super +EXPORT_SYMBOL vmlinux 0x7421bf6b compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0x74266062 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x74374d12 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x7444160f __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x745919c9 phy_driver_register +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x748606fc mdiobus_register +EXPORT_SYMBOL vmlinux 0x74ae0875 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74db8550 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f4eada uart_suspend_port +EXPORT_SYMBOL vmlinux 0x75020de6 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x7532588a alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x755544a3 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x75562e75 fd_install +EXPORT_SYMBOL vmlinux 0x755f24e3 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x7565e5fa netdev_crit +EXPORT_SYMBOL vmlinux 0x7569521a scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x757d2d73 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x7583a897 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x75850d01 __vmalloc +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75c53a82 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x75eb68b9 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x75ee6908 d_splice_alias +EXPORT_SYMBOL vmlinux 0x75eeb170 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0x7606fbc7 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760be777 no_llseek +EXPORT_SYMBOL vmlinux 0x76234c50 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x765891ab md_check_recovery +EXPORT_SYMBOL vmlinux 0x765d983a release_firmware +EXPORT_SYMBOL vmlinux 0x765e3ec2 page_readlink +EXPORT_SYMBOL vmlinux 0x765f7b68 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766fd6b8 irq_set_chip +EXPORT_SYMBOL vmlinux 0x76726c0c __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x7682f0e9 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x769e06d7 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x76a5f4ff textsearch_destroy +EXPORT_SYMBOL vmlinux 0x76bf4316 dev_add_offload +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76cab978 proc_symlink +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x770343d1 of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x771d6b01 __free_pages +EXPORT_SYMBOL vmlinux 0x771dd760 keyring_clear +EXPORT_SYMBOL vmlinux 0x772f6f6f ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x77377dd1 request_key_async +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x774a90a2 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x7763a22b blk_stack_limits +EXPORT_SYMBOL vmlinux 0x77961e6f sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77dee6a7 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77e9b2e1 file_open_root +EXPORT_SYMBOL vmlinux 0x77ec882c pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77fe17f2 datagram_poll +EXPORT_SYMBOL vmlinux 0x7811f0ae page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x78550963 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x7866d51d security_path_unlink +EXPORT_SYMBOL vmlinux 0x787213a5 security_path_mknod +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x789b68d8 of_dev_get +EXPORT_SYMBOL vmlinux 0x78d066ac __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x78d780f2 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x78da3592 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e3d198 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0x78fb5de5 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x79027e7a inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x79527938 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x796f4276 register_gifconf +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x797999f4 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x797c8fa9 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7985d043 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x799e3d72 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79a468a4 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79aea011 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x79b65597 sock_wake_async +EXPORT_SYMBOL vmlinux 0x79c07b49 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x79c07df2 n_tty_compat_ioctl_helper +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a565469 padata_start +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa898e0 tty_register_driver +EXPORT_SYMBOL vmlinux 0x7ab379cb devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7abd0f56 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x7abfb92f iov_iter_advance +EXPORT_SYMBOL vmlinux 0x7acc8086 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x7acd925f mntget +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad0ebbe nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x7ad46ded kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7ae4866e netif_device_detach +EXPORT_SYMBOL vmlinux 0x7ae5f2b6 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x7af64eab phy_disconnect +EXPORT_SYMBOL vmlinux 0x7afdb072 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x7b13a6a1 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x7b16235f hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7b2aef6c __krealloc +EXPORT_SYMBOL vmlinux 0x7b46e13f sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x7b5bffb9 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x7b6646bb _raw_read_lock +EXPORT_SYMBOL vmlinux 0x7b7f1883 lock_may_write +EXPORT_SYMBOL vmlinux 0x7b809578 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x7b83529a get_task_io_context +EXPORT_SYMBOL vmlinux 0x7b8721b6 write_inode_now +EXPORT_SYMBOL vmlinux 0x7b9827b4 flow_cache_fini +EXPORT_SYMBOL vmlinux 0x7bb64dc3 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x7bf7b54c blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c13a75a forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x7c14b0bc alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x7c18ab14 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x7c2a9214 skb_trim +EXPORT_SYMBOL vmlinux 0x7c2d098f krealloc +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4ba093 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c7d437e mnt_unpin +EXPORT_SYMBOL vmlinux 0x7c89c104 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x7c8ce4d2 generic_writepages +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7c9ff338 of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0x7ca7eebc mmc_cleanup_queue +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cf086ae mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf3a16b put_cmsg +EXPORT_SYMBOL vmlinux 0x7cf64fa5 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x7d016626 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d0dfabd gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x7d0ec254 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d258042 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x7d310f89 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x7d540a63 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x7d686049 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d727dce try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x7d818572 inet_del_offload +EXPORT_SYMBOL vmlinux 0x7d8450b3 mdiobus_read +EXPORT_SYMBOL vmlinux 0x7d978a2e clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x7d9b64f9 init_special_inode +EXPORT_SYMBOL vmlinux 0x7d9c7893 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x7dbe993c dev_set_group +EXPORT_SYMBOL vmlinux 0x7dc43d4c pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x7dc932f4 truncate_setsize +EXPORT_SYMBOL vmlinux 0x7dd43696 dqput +EXPORT_SYMBOL vmlinux 0x7de8f1a8 unregister_key_type +EXPORT_SYMBOL vmlinux 0x7dedd6aa from_kuid +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7df29eb2 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x7e145f55 netif_device_attach +EXPORT_SYMBOL vmlinux 0x7e1a615b blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x7e255535 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x7e2a4e8d nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x7e420411 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x7e56dbe3 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x7e74e044 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x7e796e63 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x7e79d071 qdisc_destroy +EXPORT_SYMBOL vmlinux 0x7e95ab91 skb_copy +EXPORT_SYMBOL vmlinux 0x7e9dedac tcf_hash_check +EXPORT_SYMBOL vmlinux 0x7ea1767e bio_split +EXPORT_SYMBOL vmlinux 0x7eb41a2c contig_page_data +EXPORT_SYMBOL vmlinux 0x7ecb001b __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x7ecc47fd of_get_pci_address +EXPORT_SYMBOL vmlinux 0x7ece5e1a blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x7f009bbe kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f26703a dev_open +EXPORT_SYMBOL vmlinux 0x7f35258c devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x7f3b0d4d wireless_send_event +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f683947 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x7f7ac242 inet_frag_find +EXPORT_SYMBOL vmlinux 0x7f7f01ff cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x7f7fbd40 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x7f80f704 vfs_create +EXPORT_SYMBOL vmlinux 0x7fbd10d2 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7fc831ee pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x7fcd109b neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe38f48 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x7feb9f99 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x7ffe355e ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x80097ab9 account_page_writeback +EXPORT_SYMBOL vmlinux 0x800bb763 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x80130af8 may_umount +EXPORT_SYMBOL vmlinux 0x802d0e93 crc32_le +EXPORT_SYMBOL vmlinux 0x802f878e amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x803e79b9 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x8043476a abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x80733aea generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x80791a8c radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x807c6725 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x808a4874 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x8091e015 kernel_bind +EXPORT_SYMBOL vmlinux 0x8092dfba vlan_vid_add +EXPORT_SYMBOL vmlinux 0x80a1153e of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x80a7c430 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x80b6007d tcp_init_sock +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cabcd3 vm_event_states +EXPORT_SYMBOL vmlinux 0x80ccf2d9 security_path_chmod +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x812d5f97 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815c56d0 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8169ec78 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x818c038e scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x81aa8e1f register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x81bf3d6a kill_pgrp +EXPORT_SYMBOL vmlinux 0x81cdb94c __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81ed78a8 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x81f62da5 elv_rb_add +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x82199dd4 scsi_unregister +EXPORT_SYMBOL vmlinux 0x822cb48b blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x822d978c register_framebuffer +EXPORT_SYMBOL vmlinux 0x82458f7f radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x824afa5b mmc_request_done +EXPORT_SYMBOL vmlinux 0x8250741c simple_pin_fs +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x826c8539 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x828eb910 new_inode +EXPORT_SYMBOL vmlinux 0x829c0ec6 dquot_enable +EXPORT_SYMBOL vmlinux 0x82a117ba padata_free +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82b2a410 tty_do_resize +EXPORT_SYMBOL vmlinux 0x82c34cb3 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x82e1cd8f vfs_write +EXPORT_SYMBOL vmlinux 0x82f007b3 alloc_file +EXPORT_SYMBOL vmlinux 0x82fccfab dev_deactivate +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x834f5174 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x83602b42 inet6_bind +EXPORT_SYMBOL vmlinux 0x836210ec neigh_update +EXPORT_SYMBOL vmlinux 0x836e8930 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8399db2a alloc_fcdev +EXPORT_SYMBOL vmlinux 0x83a2f030 key_unlink +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83ada853 send_sig_info +EXPORT_SYMBOL vmlinux 0x83ae548a dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x8405f3b4 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x8424cf83 input_get_keycode +EXPORT_SYMBOL vmlinux 0x844e3767 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x8465424b dmam_release_declared_memory +EXPORT_SYMBOL vmlinux 0x84657264 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x8470f1e7 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x84aabc76 input_allocate_device +EXPORT_SYMBOL vmlinux 0x84c01e8e set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x84e2ec1d memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x85061b76 _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x852ac0ff of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x855f152c inet6_ioctl +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x857332cd dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x857d70d2 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85f4188a pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x85f62a64 arp_create +EXPORT_SYMBOL vmlinux 0x860adf2e led_blink_set +EXPORT_SYMBOL vmlinux 0x86168acd __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x8633de85 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x863af5bd tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x8646fa50 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x864aaaac devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x867caa61 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x8684c39d done_path_create +EXPORT_SYMBOL vmlinux 0x8685942b backlight_device_register +EXPORT_SYMBOL vmlinux 0x86875a3a cont_write_begin +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x869e20e6 inode_set_flags +EXPORT_SYMBOL vmlinux 0x86aad195 unregister_netdev +EXPORT_SYMBOL vmlinux 0x86b67536 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x86d2ad84 bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x86d7b44a file_ns_capable +EXPORT_SYMBOL vmlinux 0x86ea4d38 complete_all +EXPORT_SYMBOL vmlinux 0x86f84265 security_path_truncate +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x871c71b3 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x8724904d __seq_open_private +EXPORT_SYMBOL vmlinux 0x874b6bc3 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x874ed4eb scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x876588fd register_qdisc +EXPORT_SYMBOL vmlinux 0x87754ea3 __module_get +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x87850598 seq_path +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x87b733fa up_read +EXPORT_SYMBOL vmlinux 0x87c513a8 bdev_read_only +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x8824e016 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x883eb2c4 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x88458ce1 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x887944ab rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x88824d2a filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x88b4e83b down_trylock +EXPORT_SYMBOL vmlinux 0x88bcb960 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x88c73abb pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x88d51eef security_path_rmdir +EXPORT_SYMBOL vmlinux 0x88e339cc tcp_read_sock +EXPORT_SYMBOL vmlinux 0x890ceb12 ip6_xmit +EXPORT_SYMBOL vmlinux 0x89135d95 dquot_release +EXPORT_SYMBOL vmlinux 0x8944701c of_parse_phandle +EXPORT_SYMBOL vmlinux 0x89462a4f inet_sendmsg +EXPORT_SYMBOL vmlinux 0x8948c32a __napi_schedule +EXPORT_SYMBOL vmlinux 0x8950c7d7 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x896a93b4 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x898c60c8 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x8993cc7b input_set_capability +EXPORT_SYMBOL vmlinux 0x8994eba5 inet_listen +EXPORT_SYMBOL vmlinux 0x89a03e2b of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x8a02c9a3 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a46d343 bdi_unregister +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a5c1c11 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a89e94e i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x8a927d38 bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa57c4f udp_table +EXPORT_SYMBOL vmlinux 0x8aaa7396 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x8ac6a133 bio_reset +EXPORT_SYMBOL vmlinux 0x8ad37796 flush_old_exec +EXPORT_SYMBOL vmlinux 0x8add92c4 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x8af74a5d tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x8b042c92 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x8b259939 bdevname +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b6b87dc block_write_end +EXPORT_SYMBOL vmlinux 0x8b74aef5 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b87b802 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x8b932c7d scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x8b97a50a of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x8b9a9cf1 generic_removexattr +EXPORT_SYMBOL vmlinux 0x8ba1539f of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x8bbe688f noop_qdisc +EXPORT_SYMBOL vmlinux 0x8bca3cd9 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x8bcc183b xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x8bce9d46 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x8bd0a3fd _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x8be6871a add_disk +EXPORT_SYMBOL vmlinux 0x8bf9dbd6 of_get_next_child +EXPORT_SYMBOL vmlinux 0x8bfd9285 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x8c0802cd send_sig +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c3afb29 inet_accept +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c71e94a pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x8cbbdd5e sk_wait_data +EXPORT_SYMBOL vmlinux 0x8cc2c8fd devm_gpio_request +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cc8d671 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x8cd1962e fb_validate_mode +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cdcc01d request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x8cdd6849 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x8d1a7fd9 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x8d211409 tcf_register_action +EXPORT_SYMBOL vmlinux 0x8d2b7a5a dev_err +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d4064c3 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d73476f dev_remove_offload +EXPORT_SYMBOL vmlinux 0x8d8258ca __scm_send +EXPORT_SYMBOL vmlinux 0x8d91148c dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x8daf93f1 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x8daffc03 kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x8db70ee9 rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8e091766 __find_get_block +EXPORT_SYMBOL vmlinux 0x8e0a3d7f udp_poll +EXPORT_SYMBOL vmlinux 0x8e332829 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x8e40aa4a nf_log_unset +EXPORT_SYMBOL vmlinux 0x8e490ac6 filemap_fault +EXPORT_SYMBOL vmlinux 0x8e5d49c1 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x8e642f8f rwsem_wake +EXPORT_SYMBOL vmlinux 0x8e739278 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x8e888ec3 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x8eb90dee scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x8ebaa876 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0x8ebd2687 tc_classify_compat +EXPORT_SYMBOL vmlinux 0x8ed5dc03 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x8ee7335d init_page_accessed +EXPORT_SYMBOL vmlinux 0x8ef93abe __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x8f27ee8f ip6_route_output +EXPORT_SYMBOL vmlinux 0x8f28345f mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x8f3495aa jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x8f3706d7 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x8f3787be panic_notifier_list +EXPORT_SYMBOL vmlinux 0x8f39f3e8 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x8fae1167 of_match_device +EXPORT_SYMBOL vmlinux 0x8fba5af7 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x8fcc73bc tcf_hash_search +EXPORT_SYMBOL vmlinux 0x8ff4a6bc get_disk +EXPORT_SYMBOL vmlinux 0x8ff82b70 skb_unlink +EXPORT_SYMBOL vmlinux 0x9012a991 new_sync_read +EXPORT_SYMBOL vmlinux 0x904dbf92 dst_destroy +EXPORT_SYMBOL vmlinux 0x9054d2ff generic_write_checks +EXPORT_SYMBOL vmlinux 0x9058935a bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x906b17c6 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x908c0b78 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x909c1f61 write_one_page +EXPORT_SYMBOL vmlinux 0x90a4d2f3 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x90ac3102 dev_base_lock +EXPORT_SYMBOL vmlinux 0x90dfaaa4 generic_show_options +EXPORT_SYMBOL vmlinux 0x90e0a6c7 dump_align +EXPORT_SYMBOL vmlinux 0x911d0b4d netdev_emerg +EXPORT_SYMBOL vmlinux 0x912b33c9 dmam_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x918c6374 mempool_alloc +EXPORT_SYMBOL vmlinux 0x91ac822f vscnprintf +EXPORT_SYMBOL vmlinux 0x91b42b08 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x91c5ed18 serio_reconnect +EXPORT_SYMBOL vmlinux 0x9201f6d3 empty_aops +EXPORT_SYMBOL vmlinux 0x9207862f xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x921e409d free_user_ns +EXPORT_SYMBOL vmlinux 0x9231e4d4 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x92363531 dev_activate +EXPORT_SYMBOL vmlinux 0x9239d367 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x924c9db5 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x925094bf register_sysctl_table +EXPORT_SYMBOL vmlinux 0x925478b0 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x9268e6ca vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x927b81ec tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x929d2168 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92ca8461 misc_register +EXPORT_SYMBOL vmlinux 0x92d050df iov_pages +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93041970 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930c593f register_cdrom +EXPORT_SYMBOL vmlinux 0x932b3f11 fb_get_mode +EXPORT_SYMBOL vmlinux 0x934d416c padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x93586b34 sk_dst_check +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x9390f226 ida_destroy +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b2d9b3 cdev_alloc +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93de23b3 complete_request_key +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x9401b2eb input_unregister_handle +EXPORT_SYMBOL vmlinux 0x94131d6a sock_recvmsg +EXPORT_SYMBOL vmlinux 0x941f1470 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x94595b50 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949b754f mempool_destroy +EXPORT_SYMBOL vmlinux 0x94b541b5 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x94fc00e5 dq_data_lock +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x950bc7ec get_fs_type +EXPORT_SYMBOL vmlinux 0x952ddefb tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x954a35d3 inet_ioctl +EXPORT_SYMBOL vmlinux 0x95724182 vfs_fsync +EXPORT_SYMBOL vmlinux 0x959a89f2 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x95a31d7c __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x95b0d473 scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x95bebbfb sget +EXPORT_SYMBOL vmlinux 0x95d1c752 of_platform_device_create +EXPORT_SYMBOL vmlinux 0x95dcce61 vme_lm_request +EXPORT_SYMBOL vmlinux 0x95f13884 tty_name +EXPORT_SYMBOL vmlinux 0x95f36cd1 xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0x96212ee3 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x96220280 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x9658c26c kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x965b8c97 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x968caf95 fget +EXPORT_SYMBOL vmlinux 0x968e61cb __pci_register_driver +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96de6c38 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x96fdb09f serio_unregister_port +EXPORT_SYMBOL vmlinux 0x97264265 do_splice_direct +EXPORT_SYMBOL vmlinux 0x97315ec8 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x97516338 dquot_initialize +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x97853536 kobject_add +EXPORT_SYMBOL vmlinux 0x97868aef __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97b26734 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x97d190f1 skb_put +EXPORT_SYMBOL vmlinux 0x97d5caf0 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x97fdbab9 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x98082893 __copy_to_user +EXPORT_SYMBOL vmlinux 0x98134f95 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x9819d92a vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x98250bba fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x9857f2e0 input_open_device +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x9877f1e4 netdev_alert +EXPORT_SYMBOL vmlinux 0x98a7be7d sk_capable +EXPORT_SYMBOL vmlinux 0x98bdfbe3 get_tz_trend +EXPORT_SYMBOL vmlinux 0x98ce54d0 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98db4b5e vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x98ddf8a4 mdiobus_free +EXPORT_SYMBOL vmlinux 0x98e20e6a __sb_end_write +EXPORT_SYMBOL vmlinux 0x98e5324f bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x99195078 vsnprintf +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x994fd53d i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x99884ae5 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999ae52e input_register_handler +EXPORT_SYMBOL vmlinux 0x999b5f3c loop_backing_file +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99c6cc56 swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d3a43c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x99f658ab pci_disable_device +EXPORT_SYMBOL vmlinux 0x9a1dc788 fb_blank +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a3cf0d0 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x9a5ffc64 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9a6ff617 __register_binfmt +EXPORT_SYMBOL vmlinux 0x9a855478 skb_store_bits +EXPORT_SYMBOL vmlinux 0x9a908b80 test_and_clear_bit +EXPORT_SYMBOL vmlinux 0x9a92eaae iget5_locked +EXPORT_SYMBOL vmlinux 0x9ab2dd92 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x9ac6d077 amba_device_unregister +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9aedffd5 key_put +EXPORT_SYMBOL vmlinux 0x9af89f98 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9b0bd492 vm_map_ram +EXPORT_SYMBOL vmlinux 0x9b135de5 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x9b253134 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b412280 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x9b7c5d66 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x9b9b4201 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bbe88b3 flex_array_put +EXPORT_SYMBOL vmlinux 0x9bc273f8 serio_rescan +EXPORT_SYMBOL vmlinux 0x9bc6ef31 add_wait_queue +EXPORT_SYMBOL vmlinux 0x9bca3734 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x9bdd99c1 register_key_type +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bf3570e netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x9c102390 gen_new_estimator +EXPORT_SYMBOL vmlinux 0x9c2e64d0 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c4fb8a1 mmc_put_card +EXPORT_SYMBOL vmlinux 0x9c59c8dd nlmsg_notify +EXPORT_SYMBOL vmlinux 0x9c5bc552 finish_wait +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb89f9d sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x9cbb5ca4 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d04c004 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d5f91d0 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x9d60d451 do_SAK +EXPORT_SYMBOL vmlinux 0x9d647b8d seq_write +EXPORT_SYMBOL vmlinux 0x9d6f7203 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x9d73bafc uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x9d85833a bdi_register_dev +EXPORT_SYMBOL vmlinux 0x9db92dba dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x9df175dd blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e18d93e gen_pool_create +EXPORT_SYMBOL vmlinux 0x9e2f8c90 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e483b72 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x9e4e458e stop_tty +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e826431 fb_find_mode +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ea2a891 inet_getname +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ec10291 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x9ec41079 vfs_writev +EXPORT_SYMBOL vmlinux 0x9ed040ce dump_emit +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9eec2f5e read_dev_sector +EXPORT_SYMBOL vmlinux 0x9ef1d99f neigh_for_each +EXPORT_SYMBOL vmlinux 0x9f11be7e down_killable +EXPORT_SYMBOL vmlinux 0x9f142d26 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x9f2ae7b8 vga_put +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f328adc tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f48f859 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x9f4cbc71 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x9f57f605 ab3100_event_register +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9fb3a8 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x9fbdc6eb kmalloc_caches +EXPORT_SYMBOL vmlinux 0x9fd5ea69 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x9fd7cda1 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x9fdbe620 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ff06deb napi_get_frags +EXPORT_SYMBOL vmlinux 0x9ff45394 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x9ff48b59 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00c1d04 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xa00e4bab netif_napi_add +EXPORT_SYMBOL vmlinux 0xa0114a2b blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0xa0428dab cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa051f16e dev_change_carrier +EXPORT_SYMBOL vmlinux 0xa05585fd __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0ab7166 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0c237fc vme_master_request +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0ff74d6 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0xa1014e22 module_refcount +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14b3f5d flex_array_free_parts +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa1505a40 __dquot_free_space +EXPORT_SYMBOL vmlinux 0xa154ebf0 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xa16f2e59 nf_log_register +EXPORT_SYMBOL vmlinux 0xa18e4aac __f_setown +EXPORT_SYMBOL vmlinux 0xa19d4021 touch_buffer +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1d99b1f udp_sendmsg +EXPORT_SYMBOL vmlinux 0xa1e64714 d_make_root +EXPORT_SYMBOL vmlinux 0xa202a8e5 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa22702c8 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0xa25d8e97 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xa27ec0a4 blk_fetch_request +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa28a9e68 vga_tryget +EXPORT_SYMBOL vmlinux 0xa294c326 xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0xa297fa95 wait_iff_congested +EXPORT_SYMBOL vmlinux 0xa2a335bd vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0xa2a997b8 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0xa2b8aca6 swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0xa2baf355 update_region +EXPORT_SYMBOL vmlinux 0xa2bd0a5c copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xa2c7253f __sk_dst_check +EXPORT_SYMBOL vmlinux 0xa2d9c13d mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa3180397 input_set_keycode +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa349dc09 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xa35ab1a5 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xa37e78b6 flex_array_get +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa3d27d6d __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xa3f0bf52 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xa3f756e8 tcp_connect +EXPORT_SYMBOL vmlinux 0xa3fc3d50 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xa400159f crc32_be +EXPORT_SYMBOL vmlinux 0xa4040f9c vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xa4113d4f user_path_create +EXPORT_SYMBOL vmlinux 0xa4282655 generic_perform_write +EXPORT_SYMBOL vmlinux 0xa42c7aae md_error +EXPORT_SYMBOL vmlinux 0xa4488d07 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xa44bb85a pci_get_class +EXPORT_SYMBOL vmlinux 0xa4511467 crc16 +EXPORT_SYMBOL vmlinux 0xa45c47a8 kill_block_super +EXPORT_SYMBOL vmlinux 0xa468b713 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xa469f4f3 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa482fb4b remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xa49c5cb0 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4d18e4a __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xa509ef8c dev_get_by_index +EXPORT_SYMBOL vmlinux 0xa51500f9 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xa53242c8 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xa53b6145 clk_add_alias +EXPORT_SYMBOL vmlinux 0xa54d1e2a ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5691f4f blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xa574bd04 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0xa587057f sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xa5931fc4 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5c93076 nobh_write_begin +EXPORT_SYMBOL vmlinux 0xa5cb80d7 inet6_add_offload +EXPORT_SYMBOL vmlinux 0xa5efbed4 audit_log_start +EXPORT_SYMBOL vmlinux 0xa5f25866 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xa611c508 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xa6174a4e bio_endio +EXPORT_SYMBOL vmlinux 0xa61e1c0b pci_bus_type +EXPORT_SYMBOL vmlinux 0xa626dbd6 elv_rb_find +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa6503c40 mmc_free_host +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa673fea4 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa6808af4 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa694c4b7 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xa6a7021a dst_release +EXPORT_SYMBOL vmlinux 0xa6b6a351 inode_set_bytes +EXPORT_SYMBOL vmlinux 0xa6f38cdc __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0xa709eeaf xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xa71e7463 __first_cpu +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa7404bfd fb_set_var +EXPORT_SYMBOL vmlinux 0xa74d2cc4 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xa7623de8 skb_find_text +EXPORT_SYMBOL vmlinux 0xa76fb1c5 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xa773f19f blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xa7814b94 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xa784328b qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xa785db4d bio_integrity_endio +EXPORT_SYMBOL vmlinux 0xa7be526f _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xa8022c0a scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xa80dbfd2 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa82aba91 register_netdevice +EXPORT_SYMBOL vmlinux 0xa83e791f ata_dev_printk +EXPORT_SYMBOL vmlinux 0xa83f1ffc xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa86c64f3 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa87cf413 clear_bit +EXPORT_SYMBOL vmlinux 0xa88aecad block_write_begin +EXPORT_SYMBOL vmlinux 0xa8a18372 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8ba1a10 posix_test_lock +EXPORT_SYMBOL vmlinux 0xa8bbdc31 xfrm_input +EXPORT_SYMBOL vmlinux 0xa8c3dda0 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0xa8d00789 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xa8fdfc59 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9003042 dm_kobject_release +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa9406c2a twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xa9497778 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xa956390c genlmsg_put +EXPORT_SYMBOL vmlinux 0xa99db26b pagevec_lookup +EXPORT_SYMBOL vmlinux 0xa99e79d5 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xa9a6dbc7 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xa9b248b6 idr_for_each +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9d9d886 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0xa9e62ff9 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0xaa0073b7 __net_get_random_once +EXPORT_SYMBOL vmlinux 0xaa02e5e2 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xaa098bfe pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xaa1f8a89 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xaa2f51cd jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa7289a1 dquot_disable +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaa9babe6 init_buffer +EXPORT_SYMBOL vmlinux 0xaacc3134 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab1df53a eth_validate_addr +EXPORT_SYMBOL vmlinux 0xab237a46 noncoherent_swiotlb_dma_ops +EXPORT_SYMBOL vmlinux 0xab40cca9 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xab5412a3 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab66e2b7 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab7c4627 km_policy_notify +EXPORT_SYMBOL vmlinux 0xabaa12db remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xabbbd444 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xabbc6380 bdi_register +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1440df swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac398912 flex_array_clear +EXPORT_SYMBOL vmlinux 0xac70b0fa vm_stat +EXPORT_SYMBOL vmlinux 0xac93e6d2 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacc5b5d2 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xaced7d90 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0xacef86a4 get_io_context +EXPORT_SYMBOL vmlinux 0xacf22ff4 mpage_writepage +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad01744f kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad164875 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xad2232d7 udp_ioctl +EXPORT_SYMBOL vmlinux 0xad3d0968 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xad4f67a8 simple_unlink +EXPORT_SYMBOL vmlinux 0xad75e8d3 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xadf81e08 set_nlink +EXPORT_SYMBOL vmlinux 0xae031cfb setup_new_exec +EXPORT_SYMBOL vmlinux 0xae38f70a dquot_drop +EXPORT_SYMBOL vmlinux 0xae41d9bd nf_log_unregister +EXPORT_SYMBOL vmlinux 0xae4a1bda csum_tcpudp_nofold +EXPORT_SYMBOL vmlinux 0xae69711f bio_copy_kern +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae8a5084 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xae8c4d0c set_bit +EXPORT_SYMBOL vmlinux 0xae9269c2 kobject_del +EXPORT_SYMBOL vmlinux 0xaebe901e d_drop +EXPORT_SYMBOL vmlinux 0xaebfc8bb posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xaec02072 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xaec9e033 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xaee44436 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xaee81d81 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xaf00fec5 compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xaf081682 dentry_unhash +EXPORT_SYMBOL vmlinux 0xaf09c3ed d_obtain_alias +EXPORT_SYMBOL vmlinux 0xaf0b7e6c skb_make_writable +EXPORT_SYMBOL vmlinux 0xaf18a345 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xaf3b935f tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf40ab9c blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xaf44c167 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0xaf4c1a17 dump_skip +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf6ae696 kstrndup +EXPORT_SYMBOL vmlinux 0xaf863480 devm_iounmap +EXPORT_SYMBOL vmlinux 0xaf88a117 vfs_open +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9aa464 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xafad1e22 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafb95a1f register_shrinker +EXPORT_SYMBOL vmlinux 0xafca5b23 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xafeda3f3 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xafee1403 scsi_add_device +EXPORT_SYMBOL vmlinux 0xaff823e4 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xb010e3e3 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xb0272034 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xb05aa584 mempool_resize +EXPORT_SYMBOL vmlinux 0xb05f88b6 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb061be92 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xb065bf07 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b7d785 __alloc_skb +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0c13d2c ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xb0d3b0cd mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xb0d78f94 of_get_min_tck +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0f7f8b2 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xb10c47e1 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xb11e1025 try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb1296c9e tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1474fac dev_get_nest_level +EXPORT_SYMBOL vmlinux 0xb14f8b56 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xb15833fc scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb185046c aio_complete +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb19b52ec touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0xb1b91cf1 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c6a8ed inc_nlink +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1e88225 skb_dequeue +EXPORT_SYMBOL vmlinux 0xb1eda53a of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xb1f045d4 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xb200da70 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xb215de31 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xb217e53c dquot_transfer +EXPORT_SYMBOL vmlinux 0xb21939e3 pci_save_state +EXPORT_SYMBOL vmlinux 0xb2224264 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xb243fdcc udp_set_csum +EXPORT_SYMBOL vmlinux 0xb257ce68 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb2687863 of_dev_put +EXPORT_SYMBOL vmlinux 0xb2784216 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xb27dc112 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xb28a2221 dev_uc_sync +EXPORT_SYMBOL vmlinux 0xb293526d mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xb294ee12 sock_no_connect +EXPORT_SYMBOL vmlinux 0xb2a7f8b2 dcb_getapp +EXPORT_SYMBOL vmlinux 0xb2ad739e sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xb2b18dd8 vmap +EXPORT_SYMBOL vmlinux 0xb2b6bee9 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2c899b5 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0xb2ce0afc tcp_parse_options +EXPORT_SYMBOL vmlinux 0xb2d5312a amba_release_regions +EXPORT_SYMBOL vmlinux 0xb2e33c17 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xb2e47069 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xb31ca519 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xb32f9f98 kernel_listen +EXPORT_SYMBOL vmlinux 0xb355a6c3 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0xb35f5dd2 default_file_splice_read +EXPORT_SYMBOL vmlinux 0xb37bee52 rename_lock +EXPORT_SYMBOL vmlinux 0xb3941d47 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xb39aec17 register_sysctl +EXPORT_SYMBOL vmlinux 0xb3a6f5db inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xb3e4fd92 mmc_can_reset +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42609da tcp_sendpage +EXPORT_SYMBOL vmlinux 0xb4330440 blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0xb4615724 dma_pool_create +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47189b5 reservation_ww_class +EXPORT_SYMBOL vmlinux 0xb4b24d7f vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xb4e74f36 __lock_page +EXPORT_SYMBOL vmlinux 0xb4f16821 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xb4fc735b idr_remove +EXPORT_SYMBOL vmlinux 0xb51ac806 sk_filter +EXPORT_SYMBOL vmlinux 0xb51f6fa6 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb553ac26 ps2_drain +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57d6e2e ether_setup +EXPORT_SYMBOL vmlinux 0xb57f2457 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5a62896 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xb5a725db netif_rx +EXPORT_SYMBOL vmlinux 0xb5a7615d sock_no_mmap +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b22421 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0xb5b4aa5e filemap_fdatawait +EXPORT_SYMBOL vmlinux 0xb5c5e587 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0xb5c9546c unlock_rename +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5da517b search_binary_handler +EXPORT_SYMBOL vmlinux 0xb5e9e324 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xb5f832f2 input_reset_device +EXPORT_SYMBOL vmlinux 0xb60c6592 tcp_poll +EXPORT_SYMBOL vmlinux 0xb61f0e06 of_device_register +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb64076cf blk_run_queue_async +EXPORT_SYMBOL vmlinux 0xb645db26 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xb6622a4d tcf_em_register +EXPORT_SYMBOL vmlinux 0xb66d8962 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xb670ec61 of_device_unregister +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb68591a3 make_kprojid +EXPORT_SYMBOL vmlinux 0xb68989c1 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69f9b00 mempool_free +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6a9c807 sk_free +EXPORT_SYMBOL vmlinux 0xb6aa6b84 get_acl +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6d20e82 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0xb6ed448e set_page_dirty +EXPORT_SYMBOL vmlinux 0xb71fb74f _raw_read_trylock +EXPORT_SYMBOL vmlinux 0xb73839ee unregister_binfmt +EXPORT_SYMBOL vmlinux 0xb747ba0c serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xb76d28ad seq_pad +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb772d57f inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0xb78d56cb mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xb7b0e11a padata_alloc_possible +EXPORT_SYMBOL vmlinux 0xb7d8ee8d mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xb7f03bc6 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xb7ff4cdb __cleancache_get_page +EXPORT_SYMBOL vmlinux 0xb803b4d1 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xb82c7509 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xb832e8cc uart_match_port +EXPORT_SYMBOL vmlinux 0xb83f083e vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb881ebfd fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0xb885b99d netdev_notice +EXPORT_SYMBOL vmlinux 0xb8ab05b6 mount_single +EXPORT_SYMBOL vmlinux 0xb8c85f9a generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8dfe486 __frontswap_load +EXPORT_SYMBOL vmlinux 0xb8e63201 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xb90a4ee2 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xb91d776f tty_register_device +EXPORT_SYMBOL vmlinux 0xb923e237 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xb93056fa devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xb93600cd tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xb93c4e20 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xb977e8bc d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb98b30c6 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0xb990da9b blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xb996b3d4 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xb9af3e4a phy_device_free +EXPORT_SYMBOL vmlinux 0xb9b4e181 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0xb9be1c7f dev_addr_add +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f873b1 dma_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0xba024910 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xba2aa3df __d_drop +EXPORT_SYMBOL vmlinux 0xba3917eb jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0xba4222dd dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba5d0dd0 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xbab46201 tty_unlock +EXPORT_SYMBOL vmlinux 0xbacf17e8 __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbb16fd5a icmpv6_send +EXPORT_SYMBOL vmlinux 0xbb34134a iov_shorten +EXPORT_SYMBOL vmlinux 0xbb3690f0 read_cache_pages +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb54af3d phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb752cba fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xbb799e8d dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xbb7da9ee pcie_set_mps +EXPORT_SYMBOL vmlinux 0xbb8873c5 register_console +EXPORT_SYMBOL vmlinux 0xbb95c3dd dquot_commit_info +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbba39bbb neigh_parms_release +EXPORT_SYMBOL vmlinux 0xbba7d4ef compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xbbaeb559 memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xbbcc2d5b md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xbbd5560c directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0xbbe7fa16 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xbbeb410d vme_irq_generate +EXPORT_SYMBOL vmlinux 0xbc18699d jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0xbc3e1d6f elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xbc7c4a41 simple_getattr +EXPORT_SYMBOL vmlinux 0xbc7d44a6 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xbc80b829 udp_add_offload +EXPORT_SYMBOL vmlinux 0xbc846d7a sock_create_kern +EXPORT_SYMBOL vmlinux 0xbc86bc53 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xbc92e0f4 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0xbcae0181 of_phy_connect +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcd761f9 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0xbcfbb72c dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd5b1461 pci_pme_active +EXPORT_SYMBOL vmlinux 0xbd7a8ca8 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xbd7cb170 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbdbc13a1 complete +EXPORT_SYMBOL vmlinux 0xbdcc9a39 of_get_next_parent +EXPORT_SYMBOL vmlinux 0xbddf56e1 blk_start_request +EXPORT_SYMBOL vmlinux 0xbe030e13 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xbe0fe965 igrab +EXPORT_SYMBOL vmlinux 0xbe268e7a of_get_address +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe4e43a9 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xbe53ca43 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xbe6d3f09 genphy_config_init +EXPORT_SYMBOL vmlinux 0xbeae7b8a pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xbecfeb8b bd_set_size +EXPORT_SYMBOL vmlinux 0xbed35d2b filp_close +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf29ff1d dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xbf32a16d vfs_llseek +EXPORT_SYMBOL vmlinux 0xbf4c7150 bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0xbf5dafc1 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8b73d8 phy_connect +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xc0023217 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xc00e502a tso_start +EXPORT_SYMBOL vmlinux 0xc0128d73 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc0348f34 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0xc037d050 vfs_read +EXPORT_SYMBOL vmlinux 0xc03dba0a mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0xc0446c90 xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc083e957 i2c_verify_client +EXPORT_SYMBOL vmlinux 0xc08c0a5e __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0e12eef blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xc0e5a484 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xc0ed2947 unlock_buffer +EXPORT_SYMBOL vmlinux 0xc10a7933 dev_alert +EXPORT_SYMBOL vmlinux 0xc13a2290 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xc149f23e thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xc14dbae2 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xc15813f3 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xc15a44c6 memzero_explicit +EXPORT_SYMBOL vmlinux 0xc16f9cf2 scsi_get_command +EXPORT_SYMBOL vmlinux 0xc17a2919 netlink_set_err +EXPORT_SYMBOL vmlinux 0xc18aa64b sk_reset_timer +EXPORT_SYMBOL vmlinux 0xc1b25fa0 ip_fragment +EXPORT_SYMBOL vmlinux 0xc1ca2ff9 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e19975 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xc1e1e063 ping_prot +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1f48cd4 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xc20df36f tty_set_operations +EXPORT_SYMBOL vmlinux 0xc24c30b1 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xc256d07e module_layout +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc26cdae1 dev_get_stats +EXPORT_SYMBOL vmlinux 0xc2842616 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0xc28ad0c4 km_state_notify +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2b45bf2 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xc2d22d5a jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xc2d25096 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0xc2d2517c serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xc2db899b mmc_align_data_size +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e8bc5a unlock_page +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc302a214 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xc307cf1f vfs_symlink +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc331556c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xc334275f blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xc35ab91c ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xc372743c nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xc372c752 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xc38390df mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0xc3856348 single_release +EXPORT_SYMBOL vmlinux 0xc38bc001 __nla_put +EXPORT_SYMBOL vmlinux 0xc3a7be25 lg_global_lock +EXPORT_SYMBOL vmlinux 0xc3bea046 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xc3c5ff9f generic_write_end +EXPORT_SYMBOL vmlinux 0xc3e58818 inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xc4107930 amba_driver_register +EXPORT_SYMBOL vmlinux 0xc4279afa seq_putc +EXPORT_SYMBOL vmlinux 0xc43091a1 da903x_query_status +EXPORT_SYMBOL vmlinux 0xc43c43ed scsi_scan_target +EXPORT_SYMBOL vmlinux 0xc466b34d compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0xc47db767 phy_init_hw +EXPORT_SYMBOL vmlinux 0xc48023ee elevator_change +EXPORT_SYMBOL vmlinux 0xc48307db lz4_decompress +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc49f860b sk_stream_error +EXPORT_SYMBOL vmlinux 0xc4bceb5f bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xc4e6d1d5 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xc4fbe7d1 d_add_ci +EXPORT_SYMBOL vmlinux 0xc4ff2668 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xc509f65a __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xc510e7a3 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xc519ffe7 set_device_ro +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc55c8a75 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xc56fd5e0 set_security_override +EXPORT_SYMBOL vmlinux 0xc573b6ac nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5b8c152 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xc5d19524 input_event +EXPORT_SYMBOL vmlinux 0xc5db3892 get_gendisk +EXPORT_SYMBOL vmlinux 0xc5e79d1e dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc5ff49d0 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xc60a4a15 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xc62289b5 revert_creds +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc643081f inode_needs_sync +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc6772da2 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc71bbdd0 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7472f66 vfs_mknod +EXPORT_SYMBOL vmlinux 0xc74b559f tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xc74da274 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc768de19 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc7693b9b alloc_disk +EXPORT_SYMBOL vmlinux 0xc778e029 mdiobus_scan +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc788ddc9 vc_cons +EXPORT_SYMBOL vmlinux 0xc797cf1a kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xc79b2a03 __getblk +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ad54c1 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xc7e324b7 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xc7f95ec1 vme_dma_request +EXPORT_SYMBOL vmlinux 0xc806458d xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xc812840b input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xc81affb4 disk_stack_limits +EXPORT_SYMBOL vmlinux 0xc824448c blk_sync_queue +EXPORT_SYMBOL vmlinux 0xc827aa16 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xc82829bd uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xc82c91f7 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc83f5cfc cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8616c18 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0xc86b603a mmc_can_discard +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc877bd37 backlight_force_update +EXPORT_SYMBOL vmlinux 0xc88429dc dquot_commit +EXPORT_SYMBOL vmlinux 0xc889cbea clk_get +EXPORT_SYMBOL vmlinux 0xc8978bd7 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc89f79d4 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8d8028b lro_receive_skb +EXPORT_SYMBOL vmlinux 0xc8e2f9a7 tty_write_room +EXPORT_SYMBOL vmlinux 0xc8f9c64b udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xc91ea178 __secpath_destroy +EXPORT_SYMBOL vmlinux 0xc9299c58 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xc92fbba6 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0xc95cf630 __skb_checksum +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc978479a xz_dec_run +EXPORT_SYMBOL vmlinux 0xc9874825 __kfree_skb +EXPORT_SYMBOL vmlinux 0xc98e27fa dev_close +EXPORT_SYMBOL vmlinux 0xc98ef82a sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xc9936551 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a8cd64 compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xc9c5b43c bio_integrity_advance +EXPORT_SYMBOL vmlinux 0xc9fa7cc5 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0xca039611 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca0f6d3e sock_no_bind +EXPORT_SYMBOL vmlinux 0xca2f821a generic_fillattr +EXPORT_SYMBOL vmlinux 0xca337f07 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xca509cd2 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca5ee09a vme_free_consistent +EXPORT_SYMBOL vmlinux 0xca832efe kmalloc_order +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9dc810 genphy_resume +EXPORT_SYMBOL vmlinux 0xcaa93baf uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xcab11bda sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xcabc7888 idr_is_empty +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb126e70 scsi_ioctl +EXPORT_SYMBOL vmlinux 0xcb128141 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0xcb3159ab tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0xcb439e0c lro_flush_all +EXPORT_SYMBOL vmlinux 0xcb512e0c ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xcb7f1039 do_fallocate +EXPORT_SYMBOL vmlinux 0xcb8707b4 ppp_dev_name +EXPORT_SYMBOL vmlinux 0xcb8de2ca i2c_use_client +EXPORT_SYMBOL vmlinux 0xcbbb7711 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc37a83 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbcb80c4 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xcbda5e9a read_code +EXPORT_SYMBOL vmlinux 0xcbf62187 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xcbff5e68 mempool_create +EXPORT_SYMBOL vmlinux 0xcc121d58 phy_detach +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc45f883 of_n_size_cells +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5ef5dd max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xcc82d1e5 clear_inode +EXPORT_SYMBOL vmlinux 0xcc91e042 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xccb3ca48 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xccbd04e4 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccc6af60 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0xccd90511 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xcd00f893 blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0xcd09b7fd i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xcd20667a kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd3116ab i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xcd432385 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xcd57f7b0 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xcd5916dc mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xcd5b40fb in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xcd8c1270 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xcd971479 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xcda84b30 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xcdb5d7ca __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xcdbb363e blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xcdbfd194 gen_pool_free +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcc81b0 keyring_search +EXPORT_SYMBOL vmlinux 0xcdd2680b sock_init_data +EXPORT_SYMBOL vmlinux 0xcdfd6f2a of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xcdff4214 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xce103ae3 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xce1b64d8 tcp_close +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce332e9f blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0xce3bfccc scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xce400017 blk_end_request +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce55e221 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce6a9244 profile_pc +EXPORT_SYMBOL vmlinux 0xce6c62bf elevator_exit +EXPORT_SYMBOL vmlinux 0xce997d6b iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xcea0539f xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xceaab282 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceae504f cmdline_parts_free +EXPORT_SYMBOL vmlinux 0xceb1717d completion_done +EXPORT_SYMBOL vmlinux 0xcec8e90f netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xced3e7d7 get_cached_acl +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf397503 nla_append +EXPORT_SYMBOL vmlinux 0xcf4a2482 security_path_chown +EXPORT_SYMBOL vmlinux 0xcf509d0f ppp_channel_index +EXPORT_SYMBOL vmlinux 0xcf5d87d4 pneigh_lookup +EXPORT_SYMBOL vmlinux 0xcf5f22c7 input_close_device +EXPORT_SYMBOL vmlinux 0xcf63e2e2 dquot_alloc +EXPORT_SYMBOL vmlinux 0xcf730652 compat_sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xcf8523c0 blk_put_request +EXPORT_SYMBOL vmlinux 0xcf85d810 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xcf931c5f of_find_node_by_name +EXPORT_SYMBOL vmlinux 0xcfcac29b compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0xcfcd1149 inet_sendpage +EXPORT_SYMBOL vmlinux 0xcfd6bb5a scsi_device_put +EXPORT_SYMBOL vmlinux 0xcfd86a2c genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd0195cf6 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xd026ded1 __bforget +EXPORT_SYMBOL vmlinux 0xd0390461 revalidate_disk +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd0a2f46d tty_hangup +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0f6a519 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd113b32e account_page_dirtied +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd135bbe1 iput +EXPORT_SYMBOL vmlinux 0xd1662b52 bio_init +EXPORT_SYMBOL vmlinux 0xd16e5e56 __lock_buffer +EXPORT_SYMBOL vmlinux 0xd17f92b3 kill_pid +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd1919fbb __brelse +EXPORT_SYMBOL vmlinux 0xd1aeffb6 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xd1bf9a40 serio_interrupt +EXPORT_SYMBOL vmlinux 0xd1d40def nf_getsockopt +EXPORT_SYMBOL vmlinux 0xd1dfaf78 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0xd1e920e9 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0xd21d2c31 lookup_bdev +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd25e16e3 remove_wait_queue +EXPORT_SYMBOL vmlinux 0xd2694ed8 phy_stop +EXPORT_SYMBOL vmlinux 0xd271ad26 irq_to_desc +EXPORT_SYMBOL vmlinux 0xd271c0c6 iget_failed +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2aa35c9 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xd2b09ce5 __kmalloc +EXPORT_SYMBOL vmlinux 0xd2ca0c09 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xd2cd4e14 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e13588 kill_bdev +EXPORT_SYMBOL vmlinux 0xd3121ad0 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd3259d65 test_and_set_bit +EXPORT_SYMBOL vmlinux 0xd3446b19 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xd346a6d0 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xd35c9335 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xd36257ba memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0xd39cc3f3 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0xd3b12742 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xd3d50ab1 netif_rx_ni +EXPORT_SYMBOL vmlinux 0xd3d80bdf jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xd3f1b498 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xd3fa365c dm_register_target +EXPORT_SYMBOL vmlinux 0xd419d36f simple_lookup +EXPORT_SYMBOL vmlinux 0xd41fe818 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd462ea09 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xd46b93ed netlink_ack +EXPORT_SYMBOL vmlinux 0xd486e8a4 free_netdev +EXPORT_SYMBOL vmlinux 0xd48a3c49 vm_insert_page +EXPORT_SYMBOL vmlinux 0xd48ad884 vme_bus_num +EXPORT_SYMBOL vmlinux 0xd48c118c iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0xd4c844d0 dput +EXPORT_SYMBOL vmlinux 0xd4cbd91c dquot_quota_off +EXPORT_SYMBOL vmlinux 0xd4cce6ea setattr_copy +EXPORT_SYMBOL vmlinux 0xd4cf5012 dcb_setapp +EXPORT_SYMBOL vmlinux 0xd4cf75fb fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0xd4e7aa3d ioremap_cache +EXPORT_SYMBOL vmlinux 0xd5092d18 __frontswap_store +EXPORT_SYMBOL vmlinux 0xd5353295 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xd57525da pci_select_bars +EXPORT_SYMBOL vmlinux 0xd5800e77 noop_llseek +EXPORT_SYMBOL vmlinux 0xd594b222 devm_ioremap +EXPORT_SYMBOL vmlinux 0xd5b321ef keyring_alloc +EXPORT_SYMBOL vmlinux 0xd5cfd571 __netif_schedule +EXPORT_SYMBOL vmlinux 0xd5dd744f get_user_pages +EXPORT_SYMBOL vmlinux 0xd5ef91a0 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd601588f seq_puts +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd61c6b41 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xd624c3fa pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd62ead94 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd65b3fdd mmc_erase +EXPORT_SYMBOL vmlinux 0xd65d1940 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xd65db5a1 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd6b2e39b neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xd6c4ee7e add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xd6d024a2 single_open +EXPORT_SYMBOL vmlinux 0xd6dfd727 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd7068811 follow_down_one +EXPORT_SYMBOL vmlinux 0xd70f4b7d compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0xd731ab35 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0xd7322c9a dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75e2dd1 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd76a84c8 amba_request_regions +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd788774a __bio_clone_fast +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd79f907e xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xd7ca4a43 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xd7cbddda memcpy_toiovec +EXPORT_SYMBOL vmlinux 0xd7deb276 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd801428a twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xd8105039 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xd83900f0 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xd843276c xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xd866a98a blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xd894349c __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xd8c6b28b poll_initwait +EXPORT_SYMBOL vmlinux 0xd8ccfb2b md_unregister_thread +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd9191f5e dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92e16ba csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0xd934c1b2 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xd9468197 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xd959ca55 blk_peek_request +EXPORT_SYMBOL vmlinux 0xd964d551 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0xd97590cd scsi_register +EXPORT_SYMBOL vmlinux 0xd982c982 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9a62a6a xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xd9da85b2 bio_map_kern +EXPORT_SYMBOL vmlinux 0xd9fefc79 tty_port_put +EXPORT_SYMBOL vmlinux 0xda01479c mempool_create_node +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda293f9a scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xda383354 bmap +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda4192ed bh_submit_read +EXPORT_SYMBOL vmlinux 0xda45d52f pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xda4f5f53 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xda6c5028 skb_push +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda899ca0 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda8eeedb rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xda913e26 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xda9f5640 kset_register +EXPORT_SYMBOL vmlinux 0xdaa3d625 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xdab4a7a3 dev_crit +EXPORT_SYMBOL vmlinux 0xdabc6b21 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xdae7a1d0 genphy_read_status +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdb156da5 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xdb247121 d_find_alias +EXPORT_SYMBOL vmlinux 0xdb36e2dc backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xdb44e748 pipe_unlock +EXPORT_SYMBOL vmlinux 0xdb535c54 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb722858 inode_dio_done +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7b6bce vfs_rename +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbeedb20 deactivate_super +EXPORT_SYMBOL vmlinux 0xdbf6da48 compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc05286e kernel_sendpage +EXPORT_SYMBOL vmlinux 0xdc0e8e4a tcf_hash_release +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1e0be6 netlink_unicast +EXPORT_SYMBOL vmlinux 0xdc2cb700 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xdc3475ae mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0xdc3c41a8 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc568577 rt6_lookup +EXPORT_SYMBOL vmlinux 0xdc6ad64a register_netdev +EXPORT_SYMBOL vmlinux 0xdc7e31e6 scsi_put_command +EXPORT_SYMBOL vmlinux 0xdc9ae67b scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xdca25ae0 security_task_getsecid +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbc625b pci_iomap +EXPORT_SYMBOL vmlinux 0xdcc0f419 do_sync_read +EXPORT_SYMBOL vmlinux 0xdcc3727c pcim_iounmap +EXPORT_SYMBOL vmlinux 0xdcc4c661 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0xdccd132c proto_register +EXPORT_SYMBOL vmlinux 0xdce9fd2f iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xdcf5b2dc kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0xdd00f897 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xdd0af8fc seq_open_private +EXPORT_SYMBOL vmlinux 0xdd149860 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0xdd29e6ed mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd2e1f8e blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xdd4ecadd xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xdd674b1e splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xdd6bcffb phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xdd79e312 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0xdda955eb skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xddbcd705 dst_alloc +EXPORT_SYMBOL vmlinux 0xddc7ebf5 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xddcfe1f4 put_disk +EXPORT_SYMBOL vmlinux 0xdde09974 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xdde54527 ipv4_specific +EXPORT_SYMBOL vmlinux 0xde0d91b7 fs_bio_set +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde3f0959 inetdev_by_index +EXPORT_SYMBOL vmlinux 0xde434656 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0xde51dca7 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xde6151db tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0xde6937a6 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xde6ecbb2 skb_append +EXPORT_SYMBOL vmlinux 0xde8709b7 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xde8cfb06 sock_register +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xdea7a14d jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xdeb0892f fb_class +EXPORT_SYMBOL vmlinux 0xdeb368fb dev_mc_init +EXPORT_SYMBOL vmlinux 0xdec4b48c sk_release_kernel +EXPORT_SYMBOL vmlinux 0xded299bd cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xdef85e2c __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xdf04ba63 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xdf074c13 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xdf11aadc block_invalidatepage +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf329891 pci_map_rom +EXPORT_SYMBOL vmlinux 0xdf4d673a invalidate_bdev +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5c1479 mutex_lock +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf61fc97 names_cachep +EXPORT_SYMBOL vmlinux 0xdf7a8e38 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xdf7dba7d xfrm_lookup +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf9de36b input_flush_device +EXPORT_SYMBOL vmlinux 0xdfb4c48f dquot_acquire +EXPORT_SYMBOL vmlinux 0xdfbadcdd i2c_master_recv +EXPORT_SYMBOL vmlinux 0xdfc44bac xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfc935c7 f_setown +EXPORT_SYMBOL vmlinux 0xdfd25b46 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xdfe30091 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0xdff5a744 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe011890a skb_checksum +EXPORT_SYMBOL vmlinux 0xe014e70b skb_queue_head +EXPORT_SYMBOL vmlinux 0xe03ade05 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xe04ecdb0 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe06d6722 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe0887baa skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xe089b424 generic_file_open +EXPORT_SYMBOL vmlinux 0xe09e26b2 find_get_entry +EXPORT_SYMBOL vmlinux 0xe0a08ef3 d_instantiate +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0bc8fdd open_exec +EXPORT_SYMBOL vmlinux 0xe0c11421 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xe0d8a1a2 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0xe108b929 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0xe108bd02 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xe110189e ida_pre_get +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11f3cbc _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xe1215cc3 sock_create +EXPORT_SYMBOL vmlinux 0xe12f27d7 generic_setlease +EXPORT_SYMBOL vmlinux 0xe13f1df7 init_task +EXPORT_SYMBOL vmlinux 0xe145915b inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xe156fee0 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xe168a999 abort_creds +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe1b0a17b dev_disable_lro +EXPORT_SYMBOL vmlinux 0xe1d5861f gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe20372ae radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe2082bd6 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0xe227fa4f mmc_release_host +EXPORT_SYMBOL vmlinux 0xe23a73c2 key_validate +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe242fa6c seq_bitmap +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe2959fcb call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2a878e2 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xe2b8192d blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xe2bc3df3 vme_irq_free +EXPORT_SYMBOL vmlinux 0xe2c97f36 __inode_permission +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2de2ac7 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xe2dfd09a inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xe306615b scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0xe30d1c8a ppp_register_channel +EXPORT_SYMBOL vmlinux 0xe3263323 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xe33f589e request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xe343e622 udp_proc_register +EXPORT_SYMBOL vmlinux 0xe34785e5 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xe35cc1d0 block_truncate_page +EXPORT_SYMBOL vmlinux 0xe3699607 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xe37189b4 vme_slot_num +EXPORT_SYMBOL vmlinux 0xe391b92a simple_fill_super +EXPORT_SYMBOL vmlinux 0xe3933902 scsi_remove_device +EXPORT_SYMBOL vmlinux 0xe397512d cdev_add +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3d326a2 generic_getxattr +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3fb28ed seq_vprintf +EXPORT_SYMBOL vmlinux 0xe3fdfe05 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xe4100047 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xe412828c blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xe4185ae6 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xe44801c3 dm_get_device +EXPORT_SYMBOL vmlinux 0xe47f9371 blk_put_queue +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe48ce566 request_key +EXPORT_SYMBOL vmlinux 0xe490bf9a blk_end_request_all +EXPORT_SYMBOL vmlinux 0xe4a6d5bb skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xe4af0375 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xe4bd6187 nf_log_packet +EXPORT_SYMBOL vmlinux 0xe4cf9607 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xe4d029fd xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xe4d267d3 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xe4ebd41c netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xe4ef8554 max8925_reg_read +EXPORT_SYMBOL vmlinux 0xe5089a3a __quota_error +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe5266047 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xe53ba2de netpoll_setup +EXPORT_SYMBOL vmlinux 0xe55d9b66 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xe5742296 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xe5762a0d scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5a775b6 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xe5ae0fdc blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0xe5c2c757 blk_requeue_request +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d55ca7 __put_cred +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe610c8d2 mmc_start_bkops +EXPORT_SYMBOL vmlinux 0xe6198111 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xe6254e12 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xe63750e1 netdev_state_change +EXPORT_SYMBOL vmlinux 0xe637e5b4 bio_advance +EXPORT_SYMBOL vmlinux 0xe6546a9d scsi_device_get +EXPORT_SYMBOL vmlinux 0xe660f276 arp_tbl +EXPORT_SYMBOL vmlinux 0xe6624ae5 blk_get_request +EXPORT_SYMBOL vmlinux 0xe66452ab dql_init +EXPORT_SYMBOL vmlinux 0xe667f30d kern_path +EXPORT_SYMBOL vmlinux 0xe67a2e63 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69a9935 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xe69a9df4 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe6c6751d blk_complete_request +EXPORT_SYMBOL vmlinux 0xe6c73322 mount_nodev +EXPORT_SYMBOL vmlinux 0xe6d39ed4 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0xe6e3afdb end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe70bd905 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xe7160d76 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xe7237dce dcache_dir_close +EXPORT_SYMBOL vmlinux 0xe761afc2 __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xe762db4a arp_find +EXPORT_SYMBOL vmlinux 0xe774aa9b __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xe7950ba2 kvm_read_guest_atomic +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7aa834e tty_mutex +EXPORT_SYMBOL vmlinux 0xe7c7321d find_get_pages_tag +EXPORT_SYMBOL vmlinux 0xe7cd849c pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7ffed22 inet_frags_init +EXPORT_SYMBOL vmlinux 0xe80bf770 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xe81240cf scsi_host_put +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe8268a38 mdiobus_write +EXPORT_SYMBOL vmlinux 0xe8311419 follow_up +EXPORT_SYMBOL vmlinux 0xe860efd4 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe892a228 simple_write_end +EXPORT_SYMBOL vmlinux 0xe896fd4f sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xe8b06411 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xe8b8366b mpage_readpage +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c1b575 icmp_send +EXPORT_SYMBOL vmlinux 0xe8d7e326 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0xe8dcd650 thaw_bdev +EXPORT_SYMBOL vmlinux 0xe8e27a39 bio_unmap_user +EXPORT_SYMBOL vmlinux 0xe8ee8f54 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xe8f9a6c5 mii_nway_restart +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe927e0b6 generic_setxattr +EXPORT_SYMBOL vmlinux 0xe9403961 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xe9506f02 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95e00cf flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0xe95e8a99 key_type_keyring +EXPORT_SYMBOL vmlinux 0xe9609dde read_cache_page +EXPORT_SYMBOL vmlinux 0xe97133b6 simple_rmdir +EXPORT_SYMBOL vmlinux 0xe98d1dc3 make_bad_inode +EXPORT_SYMBOL vmlinux 0xe996bedb pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xe9a9240c init_net +EXPORT_SYMBOL vmlinux 0xe9d6135c try_module_get +EXPORT_SYMBOL vmlinux 0xe9dc51c9 mem_section +EXPORT_SYMBOL vmlinux 0xe9e25e3f lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea041680 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea35ad72 make_kgid +EXPORT_SYMBOL vmlinux 0xea4cf12e give_up_console +EXPORT_SYMBOL vmlinux 0xea59428b scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xea7c34f5 compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0xea9f292f vga_client_register +EXPORT_SYMBOL vmlinux 0xeaab4e05 release_pages +EXPORT_SYMBOL vmlinux 0xeaaf1ff4 of_device_alloc +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaf1f9a7 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xeb0235de vfs_link +EXPORT_SYMBOL vmlinux 0xeb066b71 fb_show_logo +EXPORT_SYMBOL vmlinux 0xeb115bc9 simple_transaction_read +EXPORT_SYMBOL vmlinux 0xeb12aa1d dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xeb30a2fc filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xeb33db34 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xeb3707ee bio_chain +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb598741 security_inode_readlink +EXPORT_SYMBOL vmlinux 0xeb9449d9 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xeb9a594d d_lookup +EXPORT_SYMBOL vmlinux 0xebba4837 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xebc28096 downgrade_write +EXPORT_SYMBOL vmlinux 0xebcc57a2 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xebd1122d dma_sync_wait +EXPORT_SYMBOL vmlinux 0xebf238b4 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xec2ad323 compat_sock_get_timestampns +EXPORT_SYMBOL vmlinux 0xec42f75b mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec52b7e3 writeback_in_progress +EXPORT_SYMBOL vmlinux 0xeca8701a netif_skb_features +EXPORT_SYMBOL vmlinux 0xecb3773c kernel_read +EXPORT_SYMBOL vmlinux 0xecded71f tty_free_termios +EXPORT_SYMBOL vmlinux 0xecdf0683 gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecf3bfd4 iget_locked +EXPORT_SYMBOL vmlinux 0xecfbdcdb cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xed032aae tso_build_data +EXPORT_SYMBOL vmlinux 0xed0bd2ff blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xed0fabd0 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xed28d0f9 submit_bio +EXPORT_SYMBOL vmlinux 0xed2c7e75 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xed3ce666 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xed560d7c pci_release_regions +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed5d6484 dquot_operations +EXPORT_SYMBOL vmlinux 0xed72d602 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xed79ee59 __devm_release_region +EXPORT_SYMBOL vmlinux 0xed9a367d dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xeda7d3f7 compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc211e9 del_gendisk +EXPORT_SYMBOL vmlinux 0xeddff4d1 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xede6836c md_flush_request +EXPORT_SYMBOL vmlinux 0xedf872de blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0xee1baa98 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xee268695 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3814ad mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0xee43b816 lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xee476ea9 up_write +EXPORT_SYMBOL vmlinux 0xee4d80db pci_find_bus +EXPORT_SYMBOL vmlinux 0xee7a33c1 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xee86825c blk_finish_request +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb2c90d simple_release_fs +EXPORT_SYMBOL vmlinux 0xeeb5bd3b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xeebd74a1 follow_pfn +EXPORT_SYMBOL vmlinux 0xeec34f39 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xeec7dd8b udp_prot +EXPORT_SYMBOL vmlinux 0xeeccacf5 coherent_swiotlb_dma_ops +EXPORT_SYMBOL vmlinux 0xeedb92cc nonseekable_open +EXPORT_SYMBOL vmlinux 0xeedd5ebd input_grab_device +EXPORT_SYMBOL vmlinux 0xeeec26a7 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xef0057c3 sock_no_poll +EXPORT_SYMBOL vmlinux 0xef06e97c vme_irq_request +EXPORT_SYMBOL vmlinux 0xef262fd8 redraw_screen +EXPORT_SYMBOL vmlinux 0xef3dbbd8 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xef6037c0 from_kgid +EXPORT_SYMBOL vmlinux 0xef6360a4 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xef7359b7 simple_transaction_get +EXPORT_SYMBOL vmlinux 0xef817b37 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xef86c443 put_io_context +EXPORT_SYMBOL vmlinux 0xefcdab3e i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefd6fdf9 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefeff8a4 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf0329680 vc_resize +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf0638090 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf0677be4 qdisc_reset +EXPORT_SYMBOL vmlinux 0xf06b8b45 d_invalidate +EXPORT_SYMBOL vmlinux 0xf07a98ca blk_get_queue +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf0984384 finish_open +EXPORT_SYMBOL vmlinux 0xf09b2bc6 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf09e7203 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xf0a8237a radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xf0a8fafa blkdev_fsync +EXPORT_SYMBOL vmlinux 0xf0ca9236 sk_common_release +EXPORT_SYMBOL vmlinux 0xf0d1e0dd remap_pfn_range +EXPORT_SYMBOL vmlinux 0xf0d9c3fd pcim_iomap +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf106b7e7 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11c0fc4 __ps2_command +EXPORT_SYMBOL vmlinux 0xf127dc4a simple_empty +EXPORT_SYMBOL vmlinux 0xf137cef5 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0xf13e9979 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf190f6d2 dev_addr_del +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1a34425 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xf1b17fae inet6_getname +EXPORT_SYMBOL vmlinux 0xf1bd17ff proc_set_size +EXPORT_SYMBOL vmlinux 0xf1daf5a3 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f31836 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf214565f sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xf224ab66 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf248896b sock_update_memcg +EXPORT_SYMBOL vmlinux 0xf24a33c1 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xf28d2a17 audit_log_task_info +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf29cf7ab jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xf2a0459d lg_local_lock +EXPORT_SYMBOL vmlinux 0xf2a08d46 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2c759aa phy_init_eee +EXPORT_SYMBOL vmlinux 0xf2cb7d48 netdev_features_change +EXPORT_SYMBOL vmlinux 0xf312cb9d ucs2_strsize +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf327479b uart_resume_port +EXPORT_SYMBOL vmlinux 0xf32b8bcd scsi_device_resume +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf337bfb7 cdrom_release +EXPORT_SYMBOL vmlinux 0xf33807b3 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0xf3419097 mutex_trylock +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35cb520 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0xf35e8b0c blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3a426a4 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xf3b03399 security_path_mkdir +EXPORT_SYMBOL vmlinux 0xf3bb13d9 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3c5810e gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xf3dac88f tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xf3e1474f bitmap_unplug +EXPORT_SYMBOL vmlinux 0xf401e3fb __scsi_add_device +EXPORT_SYMBOL vmlinux 0xf40b8e4e inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf444a7c4 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xf463f4ee udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xf4835f92 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xf4ad6764 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xf4ae654f pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4c96092 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xf4cd615c d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xf4eb08ac vme_bus_type +EXPORT_SYMBOL vmlinux 0xf4ec8bd0 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f2c9e2 devm_clk_get +EXPORT_SYMBOL vmlinux 0xf4f2e86f blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xf4fb27e6 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xf50a8793 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xf51589b2 lookup_one_len +EXPORT_SYMBOL vmlinux 0xf515c9c3 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xf51bf88b nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5506976 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xf565bca2 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xf57672af truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xf58c539b blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5ea1bcd ip6_frag_match +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5f8e858 free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xf6008693 put_page +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf63e9f9d tty_port_init +EXPORT_SYMBOL vmlinux 0xf65297d8 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xf653ad39 blk_register_region +EXPORT_SYMBOL vmlinux 0xf669ea9b cdrom_check_events +EXPORT_SYMBOL vmlinux 0xf672101d devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf68bf146 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xf6a42124 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0xf6b26cd3 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6ce9a3c lease_modify +EXPORT_SYMBOL vmlinux 0xf6da5ef0 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xf6dfd5bf freezing_slow_path +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f0ffed _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xf6ff7b85 dcache_readdir +EXPORT_SYMBOL vmlinux 0xf701cab9 elv_rb_del +EXPORT_SYMBOL vmlinux 0xf71313e0 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xf7289d14 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf739b5a8 submit_bh +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf74826f3 iov_iter_init +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf7700783 km_report +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf780d200 eth_change_mtu +EXPORT_SYMBOL vmlinux 0xf798a0ed elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0xf79e62e9 udp_disconnect +EXPORT_SYMBOL vmlinux 0xf7adcaf3 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0xf7c2076d dev_get_flags +EXPORT_SYMBOL vmlinux 0xf7e67f46 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xf7f068ba ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xf7f7c104 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf80de9ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8435233 skb_pad +EXPORT_SYMBOL vmlinux 0xf84c7417 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xf876e8fd xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0xf87a45de padata_alloc +EXPORT_SYMBOL vmlinux 0xf885c477 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xf890304d try_to_release_page +EXPORT_SYMBOL vmlinux 0xf8b4fb56 seq_escape +EXPORT_SYMBOL vmlinux 0xf8c78baf pipe_lock +EXPORT_SYMBOL vmlinux 0xf8e398fc memstart_addr +EXPORT_SYMBOL vmlinux 0xf8e49a28 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xf8f41527 PDE_DATA +EXPORT_SYMBOL vmlinux 0xf9296804 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xf92fcaf9 dma_find_channel +EXPORT_SYMBOL vmlinux 0xf940a328 __next_cpu +EXPORT_SYMBOL vmlinux 0xf956c339 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xf9692a2c iterate_supers_type +EXPORT_SYMBOL vmlinux 0xf9837fd3 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xf98c8704 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9dde891 wait_for_completion +EXPORT_SYMBOL vmlinux 0xf9e25ede twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xf9f61ee7 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xfa08ed3c ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xfa1160ed skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0xfa313915 skb_pull +EXPORT_SYMBOL vmlinux 0xfa458afe put_tty_driver +EXPORT_SYMBOL vmlinux 0xfa47465f ida_simple_get +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa74d575 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xfa8f53f0 km_query +EXPORT_SYMBOL vmlinux 0xfa9f0883 acl_by_type +EXPORT_SYMBOL vmlinux 0xfaaefacd alloc_fddidev +EXPORT_SYMBOL vmlinux 0xfab1a1b2 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfae3edf2 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaf710d4 request_firmware +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfafc576b dm_io +EXPORT_SYMBOL vmlinux 0xfb06cf78 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xfb2a3640 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xfb2bce16 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0xfb4a02bd mntput +EXPORT_SYMBOL vmlinux 0xfb6abc98 inet_add_offload +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb73a295 fget_raw +EXPORT_SYMBOL vmlinux 0xfb88f665 neigh_table_init +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbb03e28 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0xfbc902b0 d_prune_aliases +EXPORT_SYMBOL vmlinux 0xfbd1be94 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc0d4bb4 pci_iounmap +EXPORT_SYMBOL vmlinux 0xfc1ab9f1 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0xfc2d6138 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc4b6d0a __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xfc52047f __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc56ea36 kernel_write +EXPORT_SYMBOL vmlinux 0xfc83ffbf nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xfc8cfc6f security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xfc988f2b security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcd02afc set_anon_super +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf37695 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd1d2dd3 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xfd2063cf netlink_capable +EXPORT_SYMBOL vmlinux 0xfd3ac699 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0xfd4d723b pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xfd623897 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd6696ab dcache_dir_open +EXPORT_SYMBOL vmlinux 0xfd6e9b47 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xfd70f2ec __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xfd7f9048 filemap_flush +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfd9e8718 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfdaf1c50 sock_from_file +EXPORT_SYMBOL vmlinux 0xfdb609e3 vme_slave_request +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdbf5c75 tty_lock +EXPORT_SYMBOL vmlinux 0xfdcaa79a crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe105669 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xfe16df52 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xfe336bdd xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xfe41c009 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xfe5c98b6 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe7150c4 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe842e23 freeze_super +EXPORT_SYMBOL vmlinux 0xfeab84aa __napi_complete +EXPORT_SYMBOL vmlinux 0xfeb692eb vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xfed2ef80 cfb_fillrect +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee40ec9 fb_pan_display +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff01de59 __get_user_pages +EXPORT_SYMBOL vmlinux 0xff0be31c drop_super +EXPORT_SYMBOL vmlinux 0xff0de854 sk_mc_loop +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff48e0d0 simple_open +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff8369e0 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffa22981 bio_map_user +EXPORT_SYMBOL vmlinux 0xffaffef6 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xffb8c478 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xffbb10b9 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xffbe3e70 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xffc72849 __inet6_hash +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x313c2abe ablk_exit +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x6ce4fa46 ablk_set_key +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x70b576e5 ablk_decrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x9c160f15 ablk_init_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xd829392b ablk_init +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xeb71f91f ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xecd16751 __ablk_encrypt +EXPORT_SYMBOL_GPL crypto/af_alg 0x0604361a af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x0ef517cb af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x289197b2 af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x559cea6c af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x66fa0603 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x7c212d58 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xb2c0480d af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xb502c0fe af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xcb39de78 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x0b8870b2 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x1a6ff28b async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xb043a2c7 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x3ff1c231 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x81d7ede3 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x5bc555a0 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x69611d71 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x6b9b47e0 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xbdac67f9 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x6497ae4b async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x8db7457d async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xc0e15e08 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xd79bdaab cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xe2c86e02 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x01111c97 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x18df770d cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x52524d03 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x53287f91 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x622befa9 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x732e8357 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x99ced02b cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xc8ee8138 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xcbbbb544 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xe152e980 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3600811a lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x0900bdcb serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/twofish_common 0x14d8f15e twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x88ed0601 xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x03c67d60 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x245dae36 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x28567981 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3d34011f ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3e509a15 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x445f23bd ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4c5e3281 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x534626ee ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x56e63fd2 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x66682029 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x675bb1ab ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x711224ff ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8a691cd1 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9e9beb0b ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa03fbb84 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb32c615e ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb972c05b ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbdf998b5 ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc12d8203 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc2dc9c89 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xce1e24a4 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xeecdc42b ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0453327a ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0c1507f2 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x251455ed ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x52aa5fbf ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x5ae400d6 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9e97bc95 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa3f87d6f ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xac9f568b ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcc0b8084 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd79568f5 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf85f444f ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x31f7536b __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xa79663c0 sis_info133_for_sata +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1e407750 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x22f9397e bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2a55a52a bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2df4120c bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3a9cfae0 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x57e096fa bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x589e3071 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5dfa532f bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6f6aad58 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7b3b4c95 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x88758b33 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8d944ea5 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa392739a bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa7a45e7b bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbad3326a bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbf69e462 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc3ef16c1 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc72e4e16 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcb1d92bd bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd19cd999 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdcf26eb1 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xde1a6f7e bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xff524d37 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x155aad5a btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1d357644 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2270c0f4 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x584f93aa btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5bac7daf btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7132afeb btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x788ed930 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x96827225 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbf952abf btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe6f4c173 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x129ac65e clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2253bb80 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x29150a6d clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x38208987 qcom_cc_remove +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x41026928 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4c59852c clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4d489bce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5cc98a00 qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7df982c2 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8ca263df qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f141ab4 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f2fd77b clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93e21c99 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1305df3 clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1d46d06 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbfdc5f65 qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8cb8432 clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeecd55bc clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf89297ed clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfb36fd32 clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfc8d09fa devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x0d8b1c78 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x213bc3b3 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x4acc9ffb dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x65be03f2 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x93b8874b dw_dma_resume +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xc64e1766 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xcbea5727 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcd9c90fd drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf5f33fac drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf776804a drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x010148a0 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xb6447c69 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xff268da6 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x106f3d12 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x15aeeb06 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x190aa913 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1bd80af7 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x396f5f4b hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x52a4631e hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x575bc9d0 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x57d8d97c hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5a3ec20c hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x62075642 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x633a0916 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x634579c2 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x634632b0 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x67606c9e hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7380fe8b hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x78abfaa9 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8201d888 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x869604ef hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x86e2d9ae hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x909895ee hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x90f7696f hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa3018788 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa597aa66 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb011489c hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb3d13dbe hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc0f33bd7 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc12873b5 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc921d41e __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcbd60470 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd077f7c5 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe16e446a hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe32895d1 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe93669a5 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe9a7f203 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf03cd0fe hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2c134cf9 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x17a41758 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x405419ed roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x8b311590 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x8f25586a roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa926910d roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd4280939 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x051e2e20 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x117435bd sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3ae97c54 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4b1286d8 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7e729713 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa0192c1f sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xaf2adcff sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb0174059 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xcac6ec04 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xc4a208bb hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x051f8a24 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x095f61dd hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x09bcbd5f hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0fbb1c9e hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1eeef992 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2afdd5a7 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x49151eba hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x63cdadda hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x66e0a53a hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7cff3a7b hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x85b4f007 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x98b291a6 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xaccf4124 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xad6ab9d7 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb171dd34 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd04d4f92 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xde9b2839 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xfa908d48 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x486f8de4 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x8ee527e4 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xe928443e adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x01c29861 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1b4e55ce pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1bf1b66e pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x31465f59 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x331797ec pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x5e779655 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x6d8c7006 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x96756e85 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xc26ed913 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd65e8999 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xece8827e pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xf9f3f155 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x2fe4630f i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x3210341c i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x37133467 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x37b9ea38 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x65717817 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x748c6045 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x7d560d1e i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x97a98f1b i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xc68925f2 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x4d8656d4 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xb7d8f7ff i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x97d764f9 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xbe511106 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x38e55142 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x7b4d2691 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x83e6a172 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x9aaac8b9 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa86f9ff0 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xb0d174ca ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xb380fa6d ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xe54144da ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xebd55946 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x02e82669 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x33eb0023 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x37151d80 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x4a2e01f0 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x63e8d38c adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xb4ba298e adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xbf696135 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xc6f21226 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd04b5724 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd80f747b adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xe9154386 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xefc1bdd1 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x16975365 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1ae968f2 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x200da8ce iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x24164eaa iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x384f47dc iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3f7b30bc iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x430dde39 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4482e6ba iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4a2ec8d9 devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4bbfe782 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4efa3dfa iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a25428f iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x61bcf373 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x74ba2337 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x74c39cb0 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x80b724cb devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x83da2704 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x87615142 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x89270011 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8b6b3568 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8f830b60 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9b2755de iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa916648d iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaa79a155 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb09723f3 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb6f70f3a iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbf12c6fd devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc3d5fd3a devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xceb7eba9 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdbb34038 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdff25bb7 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe9330ae2 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf34e67d0 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x09345148 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0xfd2a7612 matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x386aa522 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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/touchscreen/cyttsp4_core 0x0b0befe9 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x119176f4 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xd91b6622 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x1a59bbc5 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x2c95ceb5 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xc266d7f7 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x4f134ae1 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xdfe85e3d cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0a35d3ae wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x51d5a449 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6144d2b3 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9ad6f4db wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa5484f4d wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbc0cb5eb wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbc4a71af wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc69fd330 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcd212bac wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdb21ce6a wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe346b461 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf73a1023 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0d2b789d ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1c0b9202 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x3e19d6fe ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5ede64b4 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x6a362025 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa07a1c63 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xbb5e21da ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc16d6a5a ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc1a5226c ipack_bus_register +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x03137d38 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x07019a95 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x1cb73764 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x23317833 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2b001162 gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x33fa56be gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x596ac053 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x94eb3ca0 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x97bb1e4f gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb0c8d6eb gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb43fcc7c gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb91033fd gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xbaa52c7e gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xbc75696b gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xbd7b0f8a gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd47df00a gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf4780a3e gigaset_add_event +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x4108a26b lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x48bb17f3 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6fade777 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x75bf06fa lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7a897c01 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7bde0f38 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb1d85cf5 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xcf91cd89 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xdcba3236 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xed3f0030 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xfc692bf3 lp55xx_deinit_device +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/mcb/mcb 0x0814ed2b mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x1fd791a0 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x2275147d mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x43cb55fd __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x515352ca mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x524f03d5 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5935e0b6 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x94d5d50c mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xaeb88823 mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xb226d5f1 chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xbe961394 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xc073d21e mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xf8e4d530 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0ec17d44 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26062738 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fc380ce __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x40c27b88 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c49fc16 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51a15737 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x616b6217 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6907ac0d __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7be42a1c __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e532a71 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x914361f4 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9272fb0f __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x938cc2b2 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa649dd21 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb157059f __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb317649e __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb493772a __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb834c124 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbb1fc0a4 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc4fcb1e __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1474d91 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc379085a __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5aed8ad __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7eda602 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce055cbe __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe20fe821 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe24daf87 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe2ed0930 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea2303e0 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef1156ee __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc131205 __tracepoint_bcache_request_start +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 0x391da347 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x45c56884 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x88df7461 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9568d5f1 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9fe8d4f9 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa8d5a2d4 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xaa2a9234 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 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x55404b38 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aba7f5e dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9310ba06 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9c256008 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa1d2413a dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa448e19f dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xafbda3f3 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcbb1bae2 dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +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-cache 0x0d5bd610 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x454eceb9 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x6e43ad75 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x7123fe18 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x9ecba3ea dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xb03b33ae dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xbb4d4fe0 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x45a45913 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xf52e4e3f 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 0x242e7100 dm_rh_delay +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 0x4430764e dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x45ab972a dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x6508fb8d dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x67cb4121 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 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa68e1f06 dm_rh_get_state +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 0xc7eec2b3 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 0xef594174 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf684f548 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfad9d53a dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc62ef4e dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x17c36f29 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40d7ee0a dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42dbdfc3 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x49b35849 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x55b4bd4d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x827a42f4 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +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 0x9f624559 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xafeda29f dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd29923fb dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf375d009 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5455120 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x9b5408d2 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x784f0357 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0xe339830e md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x133fa6ec saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x13ce984e saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x29ec2e85 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x79b070a9 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8ebec732 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9a4d6399 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb2fd13b0 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcbf596fb saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe6d4b136 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfc948098 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x181b790c saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x46f96108 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x902b2d2a saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xa3b404ac saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xdcc61e00 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe2f83e2a saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe5839648 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x15b9c4a4 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x24942628 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x26ad71a2 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x29564411 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x372d53a2 smscore_register_device +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 0x46d64d70 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4b0d412a sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x656e63da smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x762765f3 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 0x89fda09a smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8e5f62a2 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9b4464b6 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9ec7cbed sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb8d7be28 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbc006713 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc6f42b74 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe68ec307 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x069438f7 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x456c0149 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x0ece3c63 media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0x1a2725a6 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x23c440ff media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0x241edfe8 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0x26d6c075 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0x33528536 media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0x3c0acd9a media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x3c2a4be7 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x428fac4e media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x66fadd24 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x751a0e9c media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0x7fd0039b media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0x9e26bae3 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0xb4ae11b1 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0xca95c627 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0xcd6a176a media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0xce401e35 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0xe925f6e2 media_entity_get +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x341dda27 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x098340e3 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0ba161f8 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3c5dfbef mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x40357cd8 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4f9d2857 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x588d4a08 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5f531db0 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6f558320 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x81f4a706 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x858a3512 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa23484e7 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaa50e7b6 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbef12c22 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc3945da6 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd4843ff9 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdebee742 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xffa52b32 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1b3b383e saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2901efd1 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2d570dca saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2e9a507a saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x31e2f19d saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x493a464c saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x565db496 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5827004f saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5a233dcb saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6c34c369 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7282787e saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x730bbdf6 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x78901ce5 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7979ac4e saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x842f46da saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8b9f9d58 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb998d48a saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbd77c58b saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbdcea1d7 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd2d88afa saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x1c0b6d19 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4b95efab ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4d6f2f69 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x67e9d787 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6f9c0817 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc3f6b090 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf09b4f66 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x4fb92169 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xa710bbb3 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x03f28ede rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0ef60d93 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1aa99517 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x395c6e3b ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x52659f74 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5d2e9905 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5f18f742 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7d9038db rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x80908635 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x91f70567 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x94c85c1b rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xabb50f78 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb55e5d70 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc22a5193 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xdc3d7463 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe759c778 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xeaaf42f5 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf19eaa4a rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfb47cb89 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x68a85555 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xd166a1e4 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x8d7af8bb mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xf873d376 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x10316c9f tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xacf140c0 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x54f48f84 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xbcce2f76 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x801dbda6 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x95bcb3ed tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xe620afbc tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xa228798f tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xcb198028 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x6ca3de59 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x11cddd92 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x12bb24f1 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1a6a0a77 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x23e8e7d0 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x27941b8a cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2c5267f3 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4634a211 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x47d2c3a2 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5bb14440 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6582c892 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x667652dc cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6a68166b is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7bcf4526 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x87c26180 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9e66b775 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc2027c96 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcd7bd832 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe279e1b3 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xff9e1dd0 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xcaac4422 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xf60bb449 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0c98aa79 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1de87d33 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x20bd7090 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x27b7de1a em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x32f2fd32 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x396764e5 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3e7fa782 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x58264c4f em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5d4933d6 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7583989c em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x965fc776 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9fff1709 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa091cdee em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xad73adc0 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb15a7c2b em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc383e5d7 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdf1ce184 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf18fd450 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2100e73f tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x3eee48ec tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xbc587a7b tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xde13ef87 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x07ed2987 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x212a24d8 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x466e6088 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x773cf7fe v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe1dfc198 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf3e3d5ce v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x02a7b3fe v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x09c64ebd v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x09f263d2 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x188f5126 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x20ae0841 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2f7ccb87 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x65c298b1 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6c5714e6 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7262f66e v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7ba9e708 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x926a2a87 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x94e942b5 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa123837f v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb49c2dc3 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb670da0b v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbac96c4a v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbceba98a v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcd8f52cf v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd58fdd28 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd74db603 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe533ebca v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf0d8ea89 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf545a152 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf55eb584 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x07edff0b videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0eac03d8 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x11f59b78 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x183ff141 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x188aded3 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1c4d9b24 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x216038cc videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x386e8d13 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3f4a2259 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x42fab19a videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x536486b4 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x53da51dc __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x551ea1c2 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6b015ef3 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8e755905 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa71044c6 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xadc99159 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcc97ab00 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcca87635 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd3e3d33f videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe5bc8395 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf2bb1fe6 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf4f08125 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfd99f1d1 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x7b75df1a videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xc1f960d2 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xc9bf37fa videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x033c9771 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x2182aac0 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x4abd136e videobuf_dma_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 0x7ab635c0 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x86b825a1 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x8f26d6f8 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa9fde4c0 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb13b326f videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb873fc8a videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x5d3bddef videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x649ac54d videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xbc1630f7 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0233f915 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0d9d19bf vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x125599a5 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1a118f69 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1aa014d5 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1f834fde vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x22218d20 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x23065dba vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2e3c7753 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x35dd37bf vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x36161cdf vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3e205ab7 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3e23a0e2 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4a4374ef _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4afa72c6 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x57e41a39 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5fc147d8 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x674b3a39 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x73cad6e7 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7845c23c vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8df34b3b vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x956529e9 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9da9eea8 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa3db0efc vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa3fc26f9 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa4398d4f vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa4cd59db vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa71c9cba vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xaab2337e vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xaee2b8c3 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbd16caee vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc1fcb0dd vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcbb67e7e vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdc3f6e3a vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe1c902ba vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe3d2e14c vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe943f6f6 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf8a238e1 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x10de2577 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x7b3ad6ef vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0xd182b251 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x113e4da0 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x11917106 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x9649a530 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xbee00ee5 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x656099ed vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x040a0083 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x068f8310 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x10b2d2f6 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3170828b v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3d725f9e v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x44be94b3 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x58674c51 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5da00960 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6dace1bf v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x73e9ebf5 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x763b91c6 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7f6dd362 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x860c9679 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x929e84fe v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x935e2249 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9c745b38 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb0ce08fb v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb147dc6c v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb1fe06cc v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb3d76502 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb6aeb4b9 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc7cea036 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xda78e494 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdcee64a2 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe1c68bc1 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe6b30906 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeb0bf64d v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfc0c619a v4l2_device_register +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x49199345 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x4a12a687 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x7acce7a1 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x89cdc6d3 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x9c10dcf6 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xccfc61de i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xda4d5880 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xfc85cba5 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x45d886bf pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x9bedaff7 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xfd55ddc1 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x39ca285b kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x484d4f44 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x60f9d9ac kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x88c1a811 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xaf1f02a7 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdbd2585f kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xe5dbe883 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xe85f948b kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x68d974d0 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x9dbd5756 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xde31c4a1 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x045b2695 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2dffbb2c lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x5d06e8fa lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6c16b05b lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x87d9302f lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x8a8ff8eb lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xfa00a752 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x693ebb25 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x8bfcecf5 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x9764eb3c lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x136f5e6a mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2b3771cd mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2f4a3966 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x6b8d3aed mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x7982cf85 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xdffc5b99 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x10301c55 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x27ca1a20 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4d4cbc86 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6c0a9e4f pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x76b91422 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7d47d8fe pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7ddaf6d5 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9737b7dc pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xcdc25f02 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdefe9540 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe702d5c6 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x7dbdea1a pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x7e332a79 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x06619ca8 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6835ca25 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x9dd48cfb pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xa2e881c2 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xce88cd74 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x01ec062b rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x03fc690c rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1cdaaf99 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x26581b7c rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2af4a571 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3796eeea rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x44eaf15d rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6add5595 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8694d247 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8e102852 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x93f4c3a9 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x99dc81c1 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa7cf4541 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa9cc8c97 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa9d54d97 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xab31f2c5 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb73e7693 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb7aa3f37 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xda25dceb rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xdc13c6d2 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xff09f2b1 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x06594638 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x1c3daa07 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x1cc737c5 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x3d96fa2e rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x63f52212 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x6637e7aa rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x68e6e2fa rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x7c6f9845 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x849e4591 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x8e6115ba rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xe30ef228 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xe3d59a28 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xfb825d57 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x09be30f7 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x10ea5903 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x125b6b1e si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1b3a31a1 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1b6d6bf9 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1c2ec4e6 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x25805970 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x41cbe692 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x44f2284d si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x45bd8744 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4b7c361b si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4b9b0b76 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x56030d55 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6697dee2 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x86f8e75b si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8911a9a6 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x896ead3f si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8d764763 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x98884107 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9fb73692 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa3390830 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xab5c7ba0 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb2f4f02f si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb395ccc0 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbce54323 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcd362784 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd22034e0 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd71991de si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe4e2c10f si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe8627a4b si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xed5c727a si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfb7efee2 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfec4a911 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xffc4f490 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x18dcdce9 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x552cfd1f sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x78bac7db sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9cac3835 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xac990c1c sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x1798c01d am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x2d45346a am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xa7e33c0c am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xc0388222 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x0dea9ff3 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x7f39be95 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xc8338a3d tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xf31242da tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x24cdc5d8 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xa54bcd2b tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xb36dd8e7 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xd8301070 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0xf21a36b6 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x1d3c0664 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xa936af7c cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb3953d8d cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xec6f84a4 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4f24b68f enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x667aca41 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x8014a1f7 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x80805cc9 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x883107de enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xbc76619f enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xdafbfc68 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x04b8f862 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x3636370d lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x369a8e4b lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x645365df lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xce094585 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd1204549 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf568cab4 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xfa11b3e3 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x0c66b1b3 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x3d42b5b6 st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1cc1a032 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x21aeefe6 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2acf9f25 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x46e5db4b sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4d33534d sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x53d425fb sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x558ea214 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x562a6577 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5d6d44a2 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x986c1e03 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbf12da02 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcc79718d sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdb620ba5 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe0bfeac9 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xef12f5e3 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x28a3a7eb sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x2a300237 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x75efa223 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x9dc745be sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa08208b5 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa34acd3a sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xac35aba1 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb0f324fe sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc66c57f9 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x4b726777 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x89456709 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xb66c42e1 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x33b6741e cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x4de43fce cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xbe1df048 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x383fb692 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x36a7957e cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x8865349c cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xa9356ce4 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x06583f01 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x088ae632 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0d603f36 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1a3273c4 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2060952f mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x21a83334 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x28ab553a mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2a7bb952 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2e218dcd mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x35e4de7e mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3dd01584 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3fc922ec mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x57058825 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x57f3a07d mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5906f957 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x62b40070 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x64dfc3f0 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6ba04ff9 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6f172367 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x72659f8c __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x790759d3 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7d00bae6 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7f6e92e3 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8318471b __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8af4df5f mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x93ce8108 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9e4170be mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa01d2c7a mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa7445155 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbe9cf24d put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc080a1c7 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd8f6f8af mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xda49e91b mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe0ff06a8 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe2b51da6 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe2d54471 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe2f5a047 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xea87186d register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf04146c0 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf58a5413 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfebd9bd1 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x407e92ae register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x5991b292 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x88a0f116 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x88ec34f3 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xcce95286 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x17264cb3 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xb061c12f nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x529a37d0 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x49156dcd onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xe4a610f9 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xc86c0025 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0e88f03f ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2c39298d ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3210c5fb ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x39c07207 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x39ed3d41 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3eac482a ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x618902c4 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6b1731b0 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x95e991ec ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9b78815a ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb17ea4bc ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc33be1a9 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfeb22edb ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x376fc79d alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5b1c556e free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x75d8c82f c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x8762b83e c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x8b663e79 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb4ce0fce unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x03d36f03 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x04776a49 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x18d84136 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x32dc9e45 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x386389a8 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x50afd417 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x513d343f alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5feff171 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6ffbc6e8 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x76eeb90d can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x92e1da06 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x97db4b64 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x98beef46 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x99fe5d85 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa3649907 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe240128e can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xea815d15 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x1605f4d9 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x89142760 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x8e5ead23 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x9369c785 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x3c2a1b51 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x6910954f unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xbf29e4fd free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xdb24ae9c alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01479e69 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05527880 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0663d615 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06925cb5 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0fc13e0c mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1004f0eb mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a80f127 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b7cfe28 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1dd581d5 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e56ea6c mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1fc80665 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2071c635 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x229f66b8 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x259ecb15 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26e0081c mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x294730a9 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b4468e9 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d7e5996 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2dbbc78d mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3040faf7 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3391ba66 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3add3ad2 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3de7ee43 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e26c72f mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41877657 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x424611e5 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43613805 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x455dd1ec mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46eade75 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a56ac43 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ab8ebc2 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f1c1eb1 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50d65263 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5133be1a __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x558253d3 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58ca95e1 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58daf681 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x593aec1d mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5cae7d71 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e516641 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6250361b mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x673073fb mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x694df583 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71fad073 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72490a01 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x744d14f5 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74e26bf0 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x762bba35 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ac1da7a mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b157337 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c83f2a7 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f082c6c mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f1a8281 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8125116f mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81ec069e mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83f2e99c mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84df160f mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89edf132 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a3041f5 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9153d0ad mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93f13cb6 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x967ac9e9 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96daa3f0 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97ca7770 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98bedc36 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99a5fd3a mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ad9ea4c mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b59691d mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c69ab23 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c952615 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d9acfb6 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e44dad6 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1260793 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa28e67e7 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3c3185c mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa47bcdf3 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6560493 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa858bf8a mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac7d6916 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac8c4417 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xada5846f mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb07a439e mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb31ba4d2 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6523903 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7c0add8 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb74187a mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe557fe3 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc402e843 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc689fcb2 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8eb93c9 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb5b3c59 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf050e71 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd02b3b06 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd821f340 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd878a9d1 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8e506ac mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd987078a mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb20ca5d mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe07b1750 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4e587c9 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe8d9d837 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebae0c02 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf39ff4bc mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7cd1c7f mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfacc62b8 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00cb5230 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03b154d9 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13bd7d76 mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20a11142 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x229028bf mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x352d0ff1 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4656ac48 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56d1f348 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60ce6869 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x634a7667 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d9785ec mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d345a78 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9afa066 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb509da02 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd5d4502 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfce70956 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x55bad7a8 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x5828d330 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x62e5d2ae macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa2b889ef macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0xe88b6f67 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x641d69c8 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x6109f0f0 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x6f143ed2 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x792f47cc usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x8efb794c usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x060b939b cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0e190305 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x26675ec2 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2735df06 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3cb2657c cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x57e94769 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x767b91be cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xfa8ea55a cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x13341ef2 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x2ba99181 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x36747365 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x594b6830 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x612b9042 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xef932a8f rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x07e1136d usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0be7dabf usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1ceba3cf usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x25cafded usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2d42a72a usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2f7624dd usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x33bf1ae6 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x369c1a37 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x405f33ca usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x444bef1e usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5a23ce1d usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5e28607c usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x74e755b8 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x88f88c07 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x89d26ead usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8cd67e4f usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8d1ab44b usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8d742531 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x946df90c usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaaf26b26 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb833924a usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc0e8edc5 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc22daa5f usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc2938791 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc4214973 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcdd20f76 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd6422509 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xde273060 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe328ff04 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf333fec8 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf5777875 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf7dd775d usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x1c787835 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x275b077a vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xdad92d6b vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xe38921bb vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xf2f1c3ce vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x11e66d07 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x188ab1c3 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x19a43fef i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2c42923a i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x34d85c66 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x45a02f51 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x5f8074ee i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x69d07233 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7002a41a i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7a508a2a i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xae0c77af i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe1cd9b21 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xec54dce1 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xece6b30a i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xfd24c748 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xfef870d2 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x282edb93 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x61210718 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x6209eff7 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xa74e956f cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0xf7270f2e libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x2b562373 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x9bbed744 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x9c5997ab il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xa2d20913 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xc4fee328 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x125a2757 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1a31d0eb iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x38abe761 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3967b49d iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4569ca0f iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4b6d5987 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x55bf4464 iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x65ff4eb8 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6675f293 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x67dca4fa iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7ab0e0f7 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7fc446c8 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8da16094 iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9c553437 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa4c5f049 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa59c9dac iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaa44ff9b __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xae2f3938 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb061bade iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb4360e59 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc428f297 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xddacac88 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xea12a02d iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xed057841 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf03a5420 iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf8cbffb1 __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf9dc7af3 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2b199880 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2fe97ea4 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x43a2b658 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x577d7b41 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5b72325a lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6b59df33 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8b4fa108 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa14ede06 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa8461a65 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xaafab391 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xafa61c03 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xbc153482 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xc6e8af0f lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd2ec8fa8 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf2388c3b lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf7ab3142 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x0851e10b lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x191a8ec1 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x3541906f lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x8f08dbf0 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xaf1fe837 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc1580351 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xcf825949 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xd3b9291e __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x5e858b86 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x880eda98 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x11e186e2 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x162654b8 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x37ae21ba mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x461b631b mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x5116eff3 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x619df71b mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x6b1d1b2d mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8300621a mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa4cddda4 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa766b78b mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xbb2c1463 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xbd13b680 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc90a7401 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf56e4212 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x1a358a74 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x1b5818cf p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x9605cb41 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xae83b39a p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb54a3312 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb781d981 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xbf125c3f p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xc3d91efb p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xd6aa5ed8 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x79f65240 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7d9fd39d rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xd811ff3c rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdd4862d2 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x048b9d18 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1175739f rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x17ae3b1d rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x18e14641 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1da0242f rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x20256518 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x20973d1a rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x39ac3e7d rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3a18c594 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3ebaaf71 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x404b6a66 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x411b5d6c rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x52ca9d12 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5796e06e rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x57c7ec86 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x677d04d2 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6a20d3a9 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6aaca8a1 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x720dbf3b rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x91f938ce rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa046929d rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa79dc7cc rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb635139b rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc45b899b rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd533d124 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe359a83b rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe3ab7ac5 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe423da48 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe65fb9ff rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe9b9d318 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xee1dd451 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xeed1f965 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf1a11277 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf472ba48 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf9ebc01e rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfaa27c58 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfc39efbb rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xff5bb11e rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x054799bc rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2971ba5d rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x4e15cbb3 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5375673e rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x576d0ca5 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x6e117330 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x70d4227c rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x8fbf23ab rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa1cce2fa rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa4d9b06d rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xdce52c15 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xddc57ff4 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe3d53ffd rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x05e47031 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x072f61a4 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x12aab0e1 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2229e4a4 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x29e35c0c rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x359cefde rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3936440f rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3a440154 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3d97f32f rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x469a4c85 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x491e3bc0 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4c3c4350 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x57c2b8d4 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5b9ba4da rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5cc69c38 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6054f386 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x629315ca rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x677ad1d5 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6894a296 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x69f2c919 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6ed40cb2 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x716155d3 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7759364d rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x780301c9 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7ac01245 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7efb3977 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x82d4322d rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8f672183 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x92a14e1c rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9419832d rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9b3ff428 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa324a36e rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa6ad77f3 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb00f37b2 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb164f5a2 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb60f7c09 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbdf9e827 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc646d479 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc7a90a1d rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc91d1975 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc9ef7e7e rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd0fe50c6 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd13eac50 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdb5b68eb rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe1e958f3 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf81addcc rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x5579b3fc rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x6905f3ec rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x825708a8 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x8fa2f7e8 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xe3ebf82b rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x9e53a299 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xbab00a7c rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xe1796c2a rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xf1f0682b rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x02b1137e rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x1b9efaf2 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2a6cd4bd rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2c0fded6 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3967ec28 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3b10e19e rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x41e23a26 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5ef34808 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x68de4e30 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6d00e04f rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x87841383 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8a80b748 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x9ddf1c74 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa9319a24 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd2c053f4 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd5b810aa rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0fa46e0c rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1309ce8a dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2ce181a7 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfdc7f1b2 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x19532ceb rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1e5e2a57 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x20d9508f rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x21bd7773 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2d2266eb rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2dbefd9b rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x356fe99b rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4678838e rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x527cb0b7 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x559b6740 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x630cf6f8 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x76974afe rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7d2dfbac rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8ebbc90b rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x94975c8d rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa1bbcbb6 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb1d759a0 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb300db78 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb96af970 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc6b45838 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc8422e80 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdc3e8faa rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdcbd83c3 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe1248ab7 rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xec69977a rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf0bb4366 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xff50cf3f rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x15c5e8d3 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x23c719e6 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x2f833bec rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x3a3c3b64 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x48f343f9 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x4cd2ba43 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6b4de810 rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7ffc9360 rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9755fe1b rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xa23929bc rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb8b204ed rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc4797a39 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd17f4cb3 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd8276142 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xde3a6c01 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe461fd4a read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe9562c8c rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xedcaf947 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xfc1e8e9e rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x9ee6fe8d wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xc4aa9752 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xdafc061a wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0090230a wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x079f8787 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1343298c wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1e0def80 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20d9c29c wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2d225ced wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x303e87ea wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3a58c7ad wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3ac61048 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3cfca9bd wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3da98cc5 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3db4aae1 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3dd329df wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4a909214 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4ac5eb95 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x576c4dce wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5ad87ffc wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x61dcf2f9 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6c6f9b99 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x72bb7973 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7df05883 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85a46a23 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8d3f2211 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x931f86f4 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9b7a9e5a wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c4fc5bd wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9d062361 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa027c3e2 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa3d3fe70 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa9df7fe6 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaf9b263e wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb805a0fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xba7992c1 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbd247708 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbe781eb1 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd03757ae wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd5b7e455 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd87fd5d2 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeef86645 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf42e65f8 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf7894865 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf92b9d33 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x3bb7f132 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x53a7378d nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x87c5aafc nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x26ed3a9d pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xd0e52f37 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xd9be1f55 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x08245377 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x20d73baf mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x461a09fc mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x68e7bb7b mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xeb9c21e5 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x38027478 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x4966fad7 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x6259581a wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xa13d8a94 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb5662f0a wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe38e98b9 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x442b5a1a wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0263aec6 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x052f9b03 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x058a4b29 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x05ecc64c cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x07a8b97a cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x083b87ec cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0f96033d cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1fd6a36b cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x255cf512 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x26d62ef7 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x28285b9d cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x31989439 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3b8459f7 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3c50aa3c cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4b72954b cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x51baf63f cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5d480ca0 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x603474c7 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x65d26feb cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x665e4399 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7681acf1 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7b49660c cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7e5c3d59 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7ece9fe8 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7f0ff498 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c820b25 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x902e3b39 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9310f0d4 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x95a2a1eb cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9ad3348a cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaac3ac25 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb5d726de cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbaaa1e2b cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc0eda7ba cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc812f0fb cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xca2b708e cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd0145d60 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd3c68906 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe334d88d cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe50fb3c8 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe6c9894b cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf5f78a84 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfa4a8de6 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfc549f1a cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x2a433c2d scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x2ee1ed58 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x41185fc0 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x5d5b0bb7 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x7ff1fbfd scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x98c81279 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xb0d8a985 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x13f393ec fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1a9d154b fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x53dab84f fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x63bcd20e fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7826853d fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8e8ebcc9 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x99dbbce4 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9b143d4c __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xace25fcb fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcf1169c8 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdcae57ab fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe6cbb74f fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xea5fdd91 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xefe0b675 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xeff801fe fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf2f4f15d fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x3895b759 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4b94c8f0 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x64fddacc iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9498472b iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa77498ef iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd8962d22 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x02e328c5 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x04a2b1bb iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0dbf21e5 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x120ee990 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12a96084 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x146afd90 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1aa29901 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x22df0e72 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x261a0280 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x26678001 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2676dfab iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x29a0817d iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2bc88476 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x321b7b59 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4c1ead53 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4e6df753 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x64f3c25a iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6857d492 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6a5fcbde iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6cc34e7a iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7335408c __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x74780fff iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x74fb8ebb iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x76ef6a53 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x781340ff iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x798e8b41 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8655de1c iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8a545a56 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9fef46ef iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa1059f13 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa289c759 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa2adc55b iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa61ff9e7 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xadcebb77 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbbb35e69 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc44fd026 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd19e2898 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd95991c3 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe4d44e28 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe5f3ead9 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe74ff9c0 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xed343039 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfe49a207 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x08bc8731 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x20b94a90 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x33df70d7 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x47360f9e iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4f81a63e iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x672a9563 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x71498d0c iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7e2d0066 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x82b8c09b iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x897e1d01 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x919535cd iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd298ac1b iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd8e3c1bf iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe20b00a1 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xebd19e7b iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xec963fca iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf81c7e82 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0aa063ad sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x29f86838 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2d4f636c sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x44b59f87 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4a0dc88b sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4a875c04 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5096bdf3 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5ca71126 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x63f41932 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7a3b41fc sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x846f7062 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8ed09672 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9c457a7d sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa461fa04 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb3da0c70 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb43c4228 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc89edd39 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xca65f867 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcbbd4d9b sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd3517ae9 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd39e9198 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd6a65898 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe3eb313e sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe8015669 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xec40bede sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x0a7c6d76 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x84c25429 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x91585ddf srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x9cd2d1cb srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xe8462cdc srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xfb85142d srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x0864d72c scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x70447d72 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7f93a118 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xab31445d scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xb114516c scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xb66678ac scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xcb2d025c scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xf446b819 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xf5f18fd0 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x06425fb4 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x07b2bbe1 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x13bd21d2 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x191bf70d iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x26ba0736 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x358842b8 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3c1b8fc8 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x44329a73 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4c555efa iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584af3e0 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x59a4323b iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5e1b2ee5 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x674f96bb iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6c5b9565 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6f06cbe6 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x790aa03c iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7999ec50 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7d00aff3 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9bd7c966 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9cc8edcb iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9ce53c0c iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9daf517b iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa562dcd7 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xadca0a26 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb7525b88 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb93cb822 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc052a74b iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc4355618 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcf47876f iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd0c16efd iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde03dfab iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf4ac7e1 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe15923fc iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe194efab iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe3b56387 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe67c7832 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeb0152cf iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeb491848 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf2aa67f4 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf8ee5e6a iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x6e0ec000 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x9c8c030e sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xa20e4a42 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xee53af73 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x0e75d204 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x0f31140c srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x385deef3 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x8a144283 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa6ac0916 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe96efc2a srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x08492a73 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x324e92ce ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x4bfc3cac ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x8e02249d ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xf1afb4fb ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xf9209f93 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x3309293e spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x577b5b57 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x583c1461 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x85d8c8f1 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x90b14aff spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x186e252d dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x56996308 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x860e77ea dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x9e9db9ee dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xf5dfa9d6 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x00760a66 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1442b320 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x37ebf957 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x390568b8 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x46034071 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x48931920 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4bc8ae4e spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4bef1b90 spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x51712055 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x58eb1f7a spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5fc31c0a spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7174f860 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x769c9f88 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x92ef69ee spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xce63c7bd spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xda19407a spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdf8268fa spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdff9e306 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x793951f7 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x01beffbe comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0989fae6 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x16d6e1b7 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1b626383 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1bb148fa comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x23befa37 comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2e451fbf comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x320c2bdb comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x33b25022 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x344689cc comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3ae0acd8 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x461ac4c8 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x496e596b comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5160f348 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x52dddb7b comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x566e1e7b comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x56b6855f comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x57ce50c2 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x583c92e0 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5c49e104 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x609142c1 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6baca109 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x72ab26f3 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x750179e5 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7902077d comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7fbcefcd comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x80377af0 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x84cc79de comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8c2b9cc8 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9b5e978d comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xacd77e69 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xaf155abe comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb0ee6031 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb2e7b374 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb53d7018 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbbb12b7c comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbd7f089f comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcff57371 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd1fc68a7 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xeaadfd00 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf02587ee comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf6d41134 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf72b2f15 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x6b57322e subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x85a18aee subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xfc256abe subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0xb6500be2 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x189f2388 amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x6cdce878 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xaf4f5904 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x073db459 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x49f5e5d7 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x4fcdb398 cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x6599b696 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xe4927c9e cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x5433e00b das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x09cfaf42 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x15de44bd mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x221391f1 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x245ec91c mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x251ea3a5 mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4562756c mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4754188c mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x605feb1e mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x78c68ff3 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x79ea9803 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7b867481 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x90a344d3 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x91f7ade3 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x92ecfdde mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x977a3360 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xad942a74 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb7064569 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc08ce13a mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xcd3e0793 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd46ace80 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd58ed575 mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xddcda3d1 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x51c2e196 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x149fdee9 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x2f47331b ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x3915b6d8 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x6e9a2c6d ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x861b6005 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xbc4caf5f ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xe0f01589 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xefa87319 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x1aa2c2d8 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x37f3c3e4 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x3be0f7c1 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x643842a2 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xb1d96e53 ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xe0430a08 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x02b7d608 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x1d070882 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x26e80a1e comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xa5934872 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xd0794c64 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xdabf6659 comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xed984050 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xec71c598 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x1b8405aa speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x1cbe4582 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x301cc43a spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x3647cd8e synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x488ef463 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x531c3279 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x56355aa9 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x86f53585 spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x92ecfc6d spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9ec2fb18 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd277b5af spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xfbbafdf2 synth_remove +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x2bf55303 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x52543052 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xf7ffa906 uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x52d2ff55 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xbb318c3b usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x7bff4378 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xa4f386a7 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x6844f81d dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x8f9e56aa dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x17a13710 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1991bbaa usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1cf64edf usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x24e0b30f usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x258a443d usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x36813489 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x38941f6f usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x52361dc7 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5e5e82b6 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6b909f04 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6d85cb04 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7d095f28 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8174ef50 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x81bd49e1 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x82f284e6 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8c7ee95b usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9201f07a usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x97cce92b usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x99e91d45 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9a4397e0 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9d0b6c16 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9fcefd26 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaa945e0e usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbfebcb30 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd87ccda2 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xec2ffa92 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeccf2e34 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf49d6b93 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x047473f4 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x04c189cd gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x0af0a32d gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x124e6523 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x161ec7ec gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x165de00a gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x17b35136 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x20ce965c gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x265122c8 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x3b294bf0 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x44a47bc6 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x67f5b361 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x940f398d gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xb694637f gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xde2d0519 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x3ccc4640 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xddd6d801 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x1d8ec1af usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x459c56e9 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x655b0153 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x9a8af854 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xa7192fea usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xd7eb2a40 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xdff8de9b udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xe497de03 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xfc6acd7f usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x1585f9f1 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x406dfdc5 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x6e6c2363 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x39e4c216 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x405c3072 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x580d02b3 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6cad9976 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6cd41a00 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x80fd0d59 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x89296f4a fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9f7b78d2 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa3126b22 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xaddb8435 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb2ca0c49 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb790632b fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xba824d4b fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xde446df9 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe3e9f269 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x08e466fd rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x310b9169 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x56d02494 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd9078c40 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xbaf4a556 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xe928d5da ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x0205c89f usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x312dd32c usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3b55f13d ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x465da999 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6d410ed0 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6fc39f44 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x8cbf7c1c usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x921c805e usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe3bcb9ab usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x35b9698e musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf78b2736 musb_dma_completion +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x1b15d28f usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x817c7ff1 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xace3c3c5 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xb2f785e0 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xbbac726c usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xf13217da isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x33ddaf69 samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x4b0375ad samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x63a4a400 samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x735f9e18 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x883d8ffc samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x95821de4 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xd6622ca1 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xa9d00e18 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x006167fe usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x139ac76e usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x23fd35a5 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x305178a7 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x351b2e29 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x393f6eca usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x46168c74 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x46cc3eb4 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x48e7f904 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6044e47a usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6ed39afa usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7cce4e44 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x808fb0a8 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8681c1ac usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9d92b396 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xabaf86eb usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb0b2b159 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb8c4a5bf usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbd79a6cf usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcfef8356 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf0c33a2e usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x02d08cbe usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x076e28bd fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0cb213c3 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x35386500 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3ec621c2 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x41beefb6 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x4c5193f4 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x4ca62660 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x61638f5d usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x75e5bd07 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x766b6cbd usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x78afd78e usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7b6db8e9 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x83b6ed8d usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x91014124 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa6a3d719 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa9442efa usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb4fe2e9c usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb981ea60 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbe15022b usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd0919070 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xeab226df usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf027f2a9 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x08745b4d usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0c0e6b17 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0e2713f8 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x71a42f05 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x867f5e7a dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8d937566 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa6a46d4a usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd4a40d5f usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe5cba660 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xebd4a90a usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf0f0c4ec usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf61debed usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0bd816f0 wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x122f15ac wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x32482df3 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x40e12017 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x6b899e2b rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x7ae78d07 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcbd2c2a4 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xe6d531f8 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xed60431b wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0834275a wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x1f2a774e wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x32e393cd wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3a9e4fff wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x459c49b2 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x73561f1b wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7950b339 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb0dc280c wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb484d2b4 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc4790238 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc67b4599 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xcba8fe42 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xdf08cab3 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xebe9d18b __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x6e642f23 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x73850b50 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xc5e0015a i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x1a3a9a49 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x346404be umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x4df65e1f __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x52b8033a umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x60a5389b umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x6e934bcf umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x96c687ac umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xff09a6bd umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0fc02440 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x27e8f894 uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x33265bbf uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3876c0d0 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x38d94645 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3fc2677e uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x42e853f9 uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4b26d87d uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4f91f006 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x57510a8a uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6455cd42 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6861dc5f uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6949ce1a uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6ba53ed7 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6fe0ed25 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x719933ff uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x81521d88 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x816b9e92 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x84468fcd uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x86a6c949 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x88412418 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x97f1cee7 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa1a39425 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa5d87cc7 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa8025be5 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xaab0b1a0 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xab687cf1 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac97316b uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xae348cf3 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb1a87419 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xcfaff7ea uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd8dda764 uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdff79a3e uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe03de3ef uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe47f10d0 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe677e7ac uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xee61ab64 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf073754c uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf62d45ef uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf9cc0f3d uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/whci 0x8c7882c2 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x038b0796 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0c004e2f vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x17a1c87a vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1d493be0 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1e52f6f9 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x25185c5e vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x25c74a6b vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2c3bb1e4 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3cfe2b34 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x760b4000 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7b6bc5dc vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7d5c6d7a vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x84500bc8 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x85014d83 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x901d4036 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x90e54e8d vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x936a0a15 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x98238016 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaf67fe1d vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb5cad275 vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb9492a93 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc124d34f vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc563939b vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcd26632b vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xce3900ad vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xde88bfcb vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe3ae02d2 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe9d8b999 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf68eeefc vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfa5100c0 vhost_add_used +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6bb278c1 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x72a45fa5 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x7ec0b84e ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa6082d41 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xd4d208c1 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe3e1017b ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xf9e13844 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x52dda9e5 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x6851862c auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x73c004b7 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x99f3c13c auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xa02479b2 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xad5efc40 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xc9b130f8 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xe68800fa auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xea1f8950 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xea5c1130 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x71ba9899 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x1abe6a4b fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x6f9a8b87 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x03dcb524 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xfce0dd9a sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0c900b39 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x388f18d2 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4ddbbcf4 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7479e7c4 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9bc8746a w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa64aaa16 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa712484a w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xbcb7f0ae w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe91e6018 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xad2d8e70 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x3784e708 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x68e1f38f dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xaa6b6d54 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0dac96e4 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1b39d6b6 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2f90a1ff lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3b157828 locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3ebd1344 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x89ef2869 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x92e2d77a nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc30b3ba8 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe0016e71 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x054f0d38 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05bb6392 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x061dbc26 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0673cf66 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a043cd3 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0bc8f721 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e28ad3a nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ea206b7 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19ef842e unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d236abe nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1dbfda4f nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ea27345 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x205ce30f nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2408591f nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x259b8436 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x270fdf61 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x296f8f93 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29c6161f nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a54bca9 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3116f3ec nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31ae5645 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33732c09 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3616e1a9 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x364ec35a nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37a8a80e nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d2de25e nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x424ddf7d nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x431e2b72 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x433d07e6 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x461eef66 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47570cee nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4879020b nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a4ff68b nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e4d9dbe nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4fb3ed6a nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x544c8060 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584138c7 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59605d0e nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59f3b55f nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a851ff0 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ee6ab9e nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f44aa35 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63b0fd2a nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x688ce321 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a9065ee nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73b81c9b nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7526ac22 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x773f4028 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7bbe3e89 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c36c516 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7db827d8 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ef68fa9 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81fcfed4 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8460cbac nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87a8f40e nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88ce7488 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8bbe01fe nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f26b86c nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f817923 nfs_lock +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 0x942275ae nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x944304cf nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x957144cd nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a075321 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9af1baaa nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9bbdd132 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c51b517 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9da3109c nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa0f49ebb nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa166a5ff nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa25071f0 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa25b672d nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa63605a2 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6744843 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaba8b939 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabb3d56e nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaca418e2 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacd3c179 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xad858822 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2d04f1a nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4824ef1 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6d18da2 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6db5b06 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb937899b nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbaff506f nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbebd9b25 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc335d82a nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc351bd02 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc38b0988 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6487982 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6705a7a nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc69b9807 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6d0a742 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7347f3a nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc864359f nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca751574 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb38dddb nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcbe291ff nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf00fd40 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf8f7a93 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd25c4adf nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd37f7893 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc33a1e1 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd739726 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe16d9ed2 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1733d5d nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe432339b nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4795c74 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4e55093 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6ea0315 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeaa9a245 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xecf45019 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef1894ca nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf01d933a nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf059d912 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf392cf98 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4db070d nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6e9d9ae get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7860719 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa07c1d6 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbbba0f2 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffcff7ac nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01b61520 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x022c0735 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0362650f nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06c36816 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2276f656 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x254db5d8 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x25d082f9 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c1e6b98 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36bc5c08 nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3714fb5a pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c709248 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3dfe6fe3 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4132886a nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x471de0a9 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x48268b9c pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x545c53bf pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x576052ca pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5af2fa9f nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5f8b18fd pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x64101428 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x66783a3e pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6762a7ae pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x678969d2 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69b7dc38 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x707c8157 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x75862b8c nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785498a4 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x79eebbd0 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a02492d nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x85746659 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x934c3a66 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f43fa36 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa81481fd nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb358a3f3 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbd4cddd7 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc42fd6c3 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc75298bc nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc846c741 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf11bb52 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd24aabb8 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd346d3c1 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9aaab5a pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xead81787 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee6251ef nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x762acfa6 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x83e9c46f nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2c7dcbd2 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a28a9e 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 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x98d69a6c o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x9b396269 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa10097ef o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +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 0xf9eece47 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfd45ecdd o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe846007 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x102d3372 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x1502ae7d dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x83db4b6f dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xac7606ed dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xbabb208b 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 0xf2670aeb dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x854e5acd ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xefb38648 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xf76b9154 ocfs2_plock +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x44e7fa07 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xa8989600 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0xb52bbb28 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x0a847cff notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x41ddddfb notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xfdfcb8cb raid6_call +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x24621309 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x2ad5b990 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x5d5917a3 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x6c5b6531 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xcaf390d9 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xd56fa63c garp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x5c0cac99 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x5e1f3f0d mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xa8ce42d4 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xbac89fab mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xd5b93cea mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xeac4cadf mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x2752b03d stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0xb3cf3a8e stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x1911d7a0 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0x499d085c 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 0xb5bce4ed ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x3f9cc45a bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6a852ca5 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe211d534 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x077b803e dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0b496a4f dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x14249aa1 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1cc2591b dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x23737a4d dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x239e4d7e dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x250fe621 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3181bb94 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d674790 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3f452dd6 compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3fbf89a6 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4a9883ab dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4f3f79b5 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x60c41d53 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6388cf4b dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x63c4d143 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x64e8ebe0 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0x65e56f28 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6c8fbd1a dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x700de9dd dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7101b78e dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7179cd5b dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x72d89bc9 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x77468d47 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x78c4fd7d dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7c231ab8 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x82723c23 compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8f5b1b13 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x974a7fcd dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9fa1096a dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9fc21b5f dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xac77ae4d dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc18c10e0 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc7cff797 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd516f60e dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe957cfda dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x0dcac6a6 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x827d7fed dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa2aef474 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe46a0fee dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xef171c40 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xff493848 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb71d8dd9 register_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcda3b21b unregister_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x2064984e lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x3d4ae344 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x57093241 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x9c6f2a98 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa835abba ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xad4c4ad9 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ipv4/gre 0x38232d6f gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x3d00bbb3 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x9451154a gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0xc04764aa gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0xfcd1ecc9 gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1f14baa4 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x4f77f9d0 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x60bc2157 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8501107e inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x930489bb inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc83a0628 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0f15cf64 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x131a5ae9 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x38658e2d ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3905ce0a ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x526a6593 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x557c35ea ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x91f48bc5 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa501fc2d ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb14128ad ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd400d475 ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdf92875f ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xeb2132d7 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xed3c0187 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xc3d8da7a arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x7ab5edee ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x2a1f4a38 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x96cc004b nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0x8e8cda9b nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0f9cffd7 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x177c06fa tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x298d19e1 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x575757e7 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb34af71f tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x1d8cfd43 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x3dbfbd2e ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x56df3a54 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x88e99937 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xb1a8ef93 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xa648b2d6 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0xde3a1394 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0xffd9865a nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x7b8907b1 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x07bac46a l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x150f6cda l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x24c02483 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2c7ac4d1 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2de7b2a5 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x33a891bb __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x389601fc l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3a9979f4 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4560b752 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6939a59e l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xab343634 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb2f6a6f9 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc9bb09af l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe004a72c l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe144da89 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfd825cfe l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x7f4e5f96 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x01b129e9 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1d1ecf6a ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x65881e3d ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7069e8f0 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x86fe9e1e ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x95376106 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb228f3bf wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb2e47a15 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb3234c64 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbcce6deb ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc79d4372 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd09f91e7 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xef0a7def ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf07cc2e9 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1e846cd9 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2497b02c ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4ec7fe1f ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x55e4174e ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5d1162e9 ip_set_get_ip_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 0x8d35b025 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 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbe73ac61 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc8a905b8 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd99dd852 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd9d1efd1 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdaa1dab3 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xde04d7cb ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3cc0168 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf4128c62 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf7bd3e20 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x759645f6 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x7c2cce7d ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xc919199c ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xcd25f721 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x00a80b93 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0167bcd7 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x02b2c272 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x04565088 nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x050b19d4 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x054a621a nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0602de44 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0673a44b nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x15802c4e nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x17e9da6e nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1bfd0835 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x31264491 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3144f965 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x31779072 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3dffee2f nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49f56c20 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c8da930 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e75468f nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x550676c5 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x55acd59c nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x581e43e6 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x585ef5fa nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5929a851 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x59fbe82c nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x628c931d nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67301447 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6756e538 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67a8715a nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x70fef360 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x748716de nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7bd2a92b nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d6696b4 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d7e1d87 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x813813d8 nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89dd98c6 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x96d91c0e nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9a416a22 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9a860e17 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c96395a nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9fdb979e nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa5586f5c nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa0bf0c3 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab07af17 seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaecda2f1 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb2a29ada nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb38c1004 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb44d5651 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb4c46fb2 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb534fa61 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xba2d8686 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb0ced92 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbbebfa44 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbf752598 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc17839a9 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc2859562 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc35f396f nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc8383e42 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcaf39c91 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcbd92895 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce3752fc __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd164664b nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd26a191e nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd50f07da nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda2beeb1 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd56b7ce nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6b60f95 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe78ecf67 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xebf21390 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xecf0f18d __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed040a61 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xee35d008 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1a51e61 nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf30cb032 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf32a33f0 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf47702c9 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf9400d1a nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfcb554b4 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x635b9a24 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x9802b996 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x2017be7d nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x08455872 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1b45a5a2 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1d4d329e nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x86e51c35 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x960ce38f set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb43a40d6 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd7796575 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe8730a52 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xec7f7dc5 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf5f26b3f get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x9d80232b nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x0f7076cf nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x15a47ec1 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x5a02650e nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xd6bd88c4 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x3326fbd3 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xc7964aad nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4aeef129 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x73de6e25 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8d910bde ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9d860fb3 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc802a55e ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd6b43dbd ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xffdf49a7 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x50c608be nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x07e32b14 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x011c143c nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0f8b42c6 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1d00be62 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x597c3d95 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x747c5018 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa71a6052 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc9c3175a nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdd472f38 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf3695c26 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x016cd297 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x19ecac0a synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x08603580 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fab30a6 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4902fb4a nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4d677ce4 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x765d29b7 nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7b739b64 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x85f30fd2 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9e075414 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc708889e nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd399c62d nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe25b6840 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf0fe0b95 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf71b281a nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x23b7f474 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x44c394b5 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x730da7e6 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb8a932f9 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc77b582d nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xe0d1f99c nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf86f86f6 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x857f6a41 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x94c4200b nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0xf0038759 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x0d91adcd nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x1c4ee88e nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x2678339c nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x297b6e0e nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x374f4c79 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x42812545 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x0541e43b nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xf637f010 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x05f31eb0 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x161d1417 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x274424c3 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2b91274f xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4344d08e xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4bf40608 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x569952ae xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f82f1f7 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x691a6d69 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6a8a0997 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7d168414 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x885889e5 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8b5bb6a2 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8d7022c2 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x91755b53 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x99133902 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xca0e833b xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcfe30188 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xda2ba694 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0b4971b xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe515e7e4 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec24fd82 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf0d83ccc xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf10cff8e xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xe9ef9dd0 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xf156a7fd xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x0b34f2bb nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x9d31c7e5 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xbbdbc4be nci_spi_send +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x099e3769 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x13cae9bc rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x17d37d2d rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x1f1a4abf rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3740d100 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x387c4975 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x3d0e18a0 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x47fd5b8c rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x4af58acb rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x56f3ba39 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x5a1aee4c rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x5b551c1e rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x6fda5224 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x7bc62829 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x7e6eb9fb rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x825ae613 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x88599857 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x89816a5b rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x9304744c rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x94611587 rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0xbd012a49 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xd8a03910 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xe6b4ef44 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xfeeddacd rds_inc_init +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x399c8b0c rxrpc_register_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x7ba1257f rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x48ce9d9e gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x618ce372 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x98fee685 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00b79db1 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03cdf7ec rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x042436f6 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x048ab56f rpc_destroy_pipe_data +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 0x081aa211 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x090a3e15 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a7d317f xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0be75774 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f2a271a xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f725a11 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x102c42ba svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10683572 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x124ce2ae svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12f419c6 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13c4a1e8 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13ebda1f rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14de5b16 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1506205b rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16e87467 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x171a909c xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x197125fd rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bd917c3 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c1b729d rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cf9467f rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cfc59b4 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22a4287a rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a6d2de3 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2caf5193 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d33a339 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d8c2f63 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x304c081f rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30ece227 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33da60d4 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3528ddb7 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x353e008b xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x397e9f99 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b4336e1 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3bc709ec rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4135718a xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x426c0480 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45a27980 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46c12cec rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4930f325 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x495f047a rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ee962ce rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54a3ee44 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5776a57c rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57c3fc9f xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b9ab3a6 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ba8feae xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d30aca1 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f263bce rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f9b7833 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fe899b7 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6131c74b xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61b2fe1f rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6229b46d write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x637207b5 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6636e4af rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x669e1706 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66c5a9a0 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68a6f1a4 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68e41c4e rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a3e1e0e xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c2d5e8b auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ebaac9e sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f0f5c0a svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f1530c1 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x728b1691 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x748fcbe1 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x750e101c svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75975e24 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76ead29c svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x782fe4f7 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a2404e6 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7beaee7c svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d1988c8 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d79fcfd rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e34ab85 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ef6b580 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f96fa5a xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x818e6e40 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82160b4f rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x823788b4 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x823f9bb2 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84095b65 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8533a7a4 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x854160e2 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87ed0ad5 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88633231 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d2ab9a1 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d349be9 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8de7fccc svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e5d963a cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92c140c3 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x934b834c xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93a4130f xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93a5815e svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95dc5ea8 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x961f0753 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96ed613d xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x971ba767 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a639152 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a80d773 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c8f6df7 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cd779b5 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cdd6cce auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa222eee4 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa342b32e xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4da4dfd rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa50377d8 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa546d5ef rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5dd7e7a gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa62dfd5a xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa75b26ad svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8e59522 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9304f5f rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa9923dd rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad120eac svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf4f77db rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb105c9ae rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb115b2fa rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1b96955 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2966c6b rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb33b9a5c rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb60443cf cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb77b0b44 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9a1f306 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbac64cac xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb1511a1 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbda58916 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe2e63e5 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbeb77aec cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbefed312 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc024c996 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc06f679c svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1404be1 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc18f4406 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1a0494e xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1f4db07 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc24bbdfe rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc25a6687 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc631c758 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6bd0121 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb106ac7 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcccdfbc3 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcda1960e svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcdc97bbc svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf147a86 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd21b121f rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd230a887 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd23a14a0 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd508ebdc xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5a44de2 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd890603e svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd92bc638 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd943004f svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda90316c rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc1025b3 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf5f6454 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0023c31 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe16e43bc xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1b8df8f sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe295dd30 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2a7a050 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe304f0af _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe44eef59 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe512c8d5 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5956462 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe771ace5 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe82745c6 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8eac9c8 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeabee41d rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecdb54e2 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed15c03a sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedf9fa34 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee661110 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeadfbff read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf37193fb rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6522ed5 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6baba55 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf902dea3 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf981f02a xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfcbbf7e1 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd4a3de9 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff50491d rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff6bd279 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffd2b209 svc_wake_up +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1000373c vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x101be004 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x34f21108 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x40b49dd8 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x48eb749c vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4bbf3723 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4ec7259b vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59d943c8 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x707f6540 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9093d6bc vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x970b77bc vsock_pending_work +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9f322335 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbe56cd6a vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc9d31612 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xff96f177 vsock_remove_connected +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1a2add88 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2285383b wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x25961b3f wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x3e29ee59 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0x71f33e69 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x87a818cb wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x9fde7315 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa86ffc94 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc90232a6 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xcd88d087 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0xceaad2e9 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xdb8bd353 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0xfc12092c wimax_state_change +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0be1164a cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x358b155d cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x36b777f2 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x390e4d2e cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x48d0e372 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x52719a01 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5bdd7de8 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x892eddac cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8c794f4c cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa4bc537c cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xafdf281c cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcd17afb0 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd14df4dd cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x5c995b92 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xa5e822a0 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xbeb274e5 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd8dd8d6e ipcomp_input +EXPORT_SYMBOL_GPL sound/core/snd 0x429f12b0 snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0x80c0d05e snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xbdd36c3a snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xdb65341f snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xf34eee2f snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x4a0ae45f snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x960d97ef snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xde573ab5 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 0x93b33e53 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xfbd335a1 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0ff9af7f snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x20ee3ac9 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3732c5b4 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4a189068 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x59d8e1ed snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5bf5b9a1 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x825fe1e9 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc2bf899c snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd1135a2a snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xdcb1d1ff snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xfb81c825 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x1338285f snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x2a75ccc1 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x33842e13 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x67c7da65 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x779fb35c snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x80136c8d snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x02feef76 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04909800 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0570cf3a snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x061b4084 snd_hda_queue_unsol_event +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 0x09ad1911 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d2be833 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d487500 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e9dd3fd snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0ed0dd30 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x11478fe2 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12e9edd5 snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x15110171 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x15be102f snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x15f3ea8b snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x198cb1ad snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ba8dc27 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1df2f00c snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e4eca3e snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x203e1192 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22160763 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23764f70 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23e77a8a snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25089d97 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2916202f snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29383c00 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29686814 snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ad73d46 snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2af1bf76 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2cc34ede snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d5327d0 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e2fdde0 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34f83fdd snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x36de1c34 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x381adb93 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d150900 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43003562 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4571ab76 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45966391 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47a507ee snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49847fce snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49f80d45 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b5f4d61 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4cfb2ed5 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4db8d25d snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5082ea63 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x51a7ba66 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5318b091 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56fe9cca snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58088ff6 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59f64c3b snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a47818d snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5dac3c97 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f9bdde9 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x612b3f49 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x64c29d47 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x66ddcb02 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x66e5edab snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67da2928 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x68bfc051 snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6adc8fc6 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ce88a55 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f72eaae snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x702caf95 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x71a186ab snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x721e8362 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x784a79b6 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x792481b9 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a0ab39b snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7ca4353f snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84a1618f snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ca983ff snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ce35e19 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93f5cacb snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94a9dce7 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x953869f4 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x979d2c50 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97cfc6cd snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9850ed85 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9877ce0b snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x99c8a316 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9b238380 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e71804b snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa240f423 snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2eebc00 snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa6bf6913 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa725b796 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa894c413 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9597f18 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa94b801 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb151e053 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb402c365 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb6847ed7 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc8354de snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd28bcbe snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe5c08d5 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0489a40 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc45567cd snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc62949aa snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc65fd55e snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcaf32a40 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf1ea47a snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1843a2e snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1875e60 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1d381ad snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd40889c2 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd79f08d5 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdab88472 snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdcb7596c snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe3b5eadd snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6201ff3 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe71d0610 snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe88f0209 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe928cf02 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec5b3152 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec941c53 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xedead21c snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf238df99 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf33ecd94 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf40940fa snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf423ee8c snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5826ead snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5e5ad5d snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf64b78f5 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf79aec20 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7adb472 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf93fcda1 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf96d97a0 snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfa163680 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfa205842 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfa47ee29 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb661b3f snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc37c953 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0767436c snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0854ebc8 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x168d20c0 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x227bf829 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x254335c1 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5bb88d19 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 0x81e99fa4 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x83ad192f snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x84b2d42c 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 0x90b8f39a snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x90e630e8 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb12cc33f snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb937852d snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcbb65eab snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd2887a09 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe05f62c8 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe41c80f5 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xef1419c3 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfab3030b snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfed7e3f3 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0xbe07ae9b snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x03176de3 azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x37e5fe6f azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x3afa2f25 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x518dc2d7 azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x548f3a1e azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x7b3af72a azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x806d824d azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x966c2568 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xac71d389 azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xdfdf1c2f azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xf21e68a5 azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x0c6f3713 atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xc884d804 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xf07df18c atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7d27ba97 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xa9806724 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xde81cd7b cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x3f6125fb pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x3f673aa7 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x7d049e8d pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xef5e7274 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xfc5df235 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x16be5fcf tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x1dbb0daa tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xfce887bb wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xf60b31b1 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/snd-soc-core 0x01991d5f soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04cf7479 snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0931ae83 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0bfb6d4c snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x102b3b2e snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1991bef2 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19eb6561 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a35e35e snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1caa6285 snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d67c395 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x204c0963 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2097f7d5 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2321c12d devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23b156b1 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x240e227a snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2646b6eb snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26b97c68 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x283fad0c snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x292e5611 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b387c46 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e1bcce5 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e6623fe snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e7211e9 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x33d8d108 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x35c64925 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3885fac7 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a498a57 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ac4345d snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3be007ed snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d6f4aa2 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e2c34f0 snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x400e61d6 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4111060e snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x426354e3 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x456a8b86 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45e3c48e snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45e4d4d6 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47416676 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x496df086 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ce51474 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d0b9d8e snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ec972bd devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f9208a0 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52ab597e snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56f8c209 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58b38b8f snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59828d98 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ef91849 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x628cfdf5 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63091333 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x650dfcd8 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66e88f99 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x693efb45 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6991df6f snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69ecb428 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a83c20d snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ad382ab snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c7fd1d1 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d6e325e snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6de29119 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f135783 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f4ab64d snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x718d7970 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71eb685c snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7482a2c9 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x74fc0237 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x761c42a1 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79746a47 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a417c47 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e3bfe8a snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e562ae6 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f3d74ba snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80b65597 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81363789 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x82f79f3f dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83b22204 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8454e08e snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x855eff72 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x868e10f0 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86b73f62 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86bd40c7 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86fa9a5e snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87968932 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x882db995 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bfecc98 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8cd98da1 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f46703f snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x90fc6aec snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91fc81e8 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x928da699 dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x941782b5 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97592c55 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ada56a8 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b3fb665 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9bf41a0c snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f744bfc snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa21adad9 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa292ea26 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2b82bc2 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3dca615 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6abe713 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa86c7b8c snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab3cba91 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad007f6f snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb166b5b3 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb35026da snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb37ac825 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb66582f0 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9ccccdc snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba012ae5 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc109434 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc9cf9f7 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc064de2f snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0e01810 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc9340bb3 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc97f5dd7 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbd8125c snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc6c732c snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd54b7fd snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcdc4795f snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce393445 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd03e663c snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd045ca36 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd263e7d1 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6927508 snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd84178b2 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd9e191f7 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda605dd9 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb9731b1 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdca9c8ce snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe234b5a2 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8346247 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea55233a snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee527acf snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefb75519 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0dd2cec snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3a707fe snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf458d4c9 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5d9c64a snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6752fa4 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6f791d9 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf731080e snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf80fe896 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa589f6d snd_soc_component_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x00034f5a usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x0018a085 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x0039b2ad ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x003cf114 xen_swiotlb_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x004c85f6 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x005269c4 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x006bc072 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0070ef14 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x00ef70e3 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x010a35e9 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x010a78e9 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x011fadc3 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x0143203a pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x015b79d2 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x0166cc2b kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x01a76b33 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01d61f51 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x01da9689 percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01fe4c20 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x0221a0e7 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x0236daed ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x02370e6f fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x0242f756 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x0251178b xen_swiotlb_sync_single_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x025ec8aa __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x02690593 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x028341c6 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x02954a67 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x02f00432 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x03102eaa usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x031efeac regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x0334ec6f jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0345555a ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x03687b6f palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x036babdb ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x038f15a1 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x03a8c376 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03d806e5 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x03de5699 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03e9f975 clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x04111f86 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x0424f6b7 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x045a76c6 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x04607ae9 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x048f598f usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x04a59636 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x04ab9aae shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x04b6dc4e spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04cea012 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x04d6111e posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04ff95fa kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x0509d85f dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x053494cb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0577c661 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x05aeb4be md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x05c09f6a usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x05cdb88b ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x05dca2b1 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x05e95e3f regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x05f87e08 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x05fd663f usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x063088a9 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x0634b927 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x06483d1e __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x0665b006 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x06683ae8 percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x06706761 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x06977182 kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0x06a3a937 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x06b1643f ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x06cc0e3a ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x06de0ab8 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x06f4d0d1 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x07081b04 __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x0714085c gfn_to_pfn_async +EXPORT_SYMBOL_GPL vmlinux 0x071dae68 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x0774672c fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x077d70a6 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x07a68e99 of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07cc209e spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x07d1e49b led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x07f300c3 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x0819c8dc disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x082281d1 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x08369411 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x0837c60a gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x085568d7 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x085e624e phy_get +EXPORT_SYMBOL_GPL vmlinux 0x0861cd9f extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x08737acf crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x087d7eca platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x088bfa7e cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x08abf164 rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08c23295 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x08ce7637 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x08dc4943 __module_address +EXPORT_SYMBOL_GPL vmlinux 0x08e52790 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x08e586e8 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x09015e91 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x090bcf7a dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09204e71 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0968f9d1 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x097b7239 rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x09d8441a of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x09de2dd1 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x09df29bb platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x09f20f14 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x09f27816 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x0a462260 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0a4e2cac cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x0a75f9e7 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x0a787e89 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0aa3420a attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x0abcabb5 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x0abf85f1 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x0aca302a hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x0ae2790d crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1d2f58 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x0b23f1e4 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x0b461438 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x0b48bd2d devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x0b66700b bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x0ba3e262 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x0ba93869 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bdd49bd shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x0be13985 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x0be30804 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x0be81e88 clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c01ce00 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c62ccaf fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x0c66a0d8 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c679406 napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x0c76f1b5 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x0c80e3fe efivar_init +EXPORT_SYMBOL_GPL vmlinux 0x0ca316e9 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cc87fdc rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cd0c2f4 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x0cf02c0d blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0cf4a240 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x0cf644ec sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d38dd14 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x0d431403 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x0d45d312 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x0d4ad4c1 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x0d746524 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x0d8944d2 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0ddcc333 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x0dea6c8d scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x0dec70ca da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e7c1ab0 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x0eb926e5 __efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x0ebae8ce cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ec50f15 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x0ecf823a static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0ef3f03f ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x0ef8b09d mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x0f0718b1 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x0f2911c5 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x0f3f3631 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x0f4e37e6 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0fa00b22 xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x0fe11d69 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x10076831 xen_swiotlb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101f2ebe bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x102e3419 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x105bfdea xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x108824e8 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x1098af1d pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x10a4f5fc spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x10dff437 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f1e5dd of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x10f31d96 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x112a7e36 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x11415347 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x1146c707 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x11643a43 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x117e781c devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x11835540 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x11893832 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x11a40286 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x11a8926f devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x11aaa901 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x11ad96aa rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x11b8f40d crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x11badd7b fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x11ca50b9 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x11e77988 mmput +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x1235950f alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x1241aa42 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x12658f5a __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x1272a069 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x127d30ab uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x128f5240 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x12a0209f rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x12ade01b dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x12c38840 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x12fbb4e0 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x13123e53 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x1312569b driver_find +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x134c57b9 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x134db26e crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13897510 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x1395b97a fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x139a7b2a seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d94b46 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x1427c33d regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x142b7b32 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x1433cbc4 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x14872d02 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x149f6afb wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x14ad899e ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x14c6296b regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x14d86346 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x15128a4f regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x15296983 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x1530bcb0 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0x154ae238 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x155162ab dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x1569168e ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x156fadb2 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x158494e2 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x15b139da ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x15b427c1 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x15c43287 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x15c82295 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x160269fb spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x161bb953 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x16666f96 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x167c6c66 of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0x168bdfc4 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x169de875 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x16af8adc ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x16ea9860 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x170fc916 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x1748eb27 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x176c0882 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x17754be1 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x17786f94 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17864300 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x179c1b20 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x17c5538f srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x17f34267 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0x1809afd2 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x181b5a57 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x1848d7d7 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x187318fa __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x188cee06 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x18a87b4a sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x18adfba4 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x18cb1c8a sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x18cd191c input_class +EXPORT_SYMBOL_GPL vmlinux 0x18ed1d79 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x18eded58 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x19352e25 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x195b90f2 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x195c879e extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0x196228d0 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x1966730e ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x196ae64e sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x197bd3ab blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19d4a66c extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x19e3460d dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x19fe69dd efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a0b8535 mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a4f6162 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1a732df1 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1a74bb65 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1b070eb7 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x1b09d85b blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x1b0db562 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x1b1472c0 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x1b31d17b __class_create +EXPORT_SYMBOL_GPL vmlinux 0x1b45fe32 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x1ba78a7b blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x1bb1478f power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x1bc4720f inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x1bd19fbf gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x1be85272 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x1bfe2df2 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x1c0bcd81 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c69c879 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x1c6fd038 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x1c70b653 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1ccbb1b0 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x1cce0db7 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0x1cdb2147 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x1cddec79 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x1d2997d7 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x1d2f637d da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d6caa35 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7cb586 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1d8067d6 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x1e2517bf __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e3aaffd ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x1e4be017 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x1e547002 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e5ee61c locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x1e612a9f devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x1e646585 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x1e72aff6 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x1e731f58 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e872da4 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x1e8f781d gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x1e8fb187 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed9beff xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x1efea787 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x1eff0168 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x1f058342 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x1f144de4 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x1f1eb34e find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x1f259286 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x1f49637b udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x1f69fde1 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x1f6c7fd8 xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f89dd44 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f9d8cfc i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0x1fa308eb ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x1fa5e3df usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x1fa9eadf pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x1fb7b6c0 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x2005ddf5 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x2039550a register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x2088a833 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20bdadd5 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x20c43d50 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL vmlinux 0x211499b3 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x214348ad __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x21532a01 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x217657f7 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x218be65a virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x21c94fb6 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x21e66663 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x21f03db3 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x21f44a7f simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x21fbf925 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x2205289b xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x220603a6 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2212e8c8 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x223f2dc5 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x225e0528 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x22693d09 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x226d0b42 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x226ee552 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x2273aa8d ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x228cde50 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x2292b103 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22ae79c4 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x22b798d4 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x22bc1fc6 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x22c1df87 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x22c5ee8d sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x22fc1796 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x23179ccd wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x231c95d9 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x23579495 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x23703e36 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x237167d7 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x238e9023 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x2390a1d5 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23b797db btree_last +EXPORT_SYMBOL_GPL vmlinux 0x24011e14 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24056b3d devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x245394b6 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x24712a29 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2491aad7 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x24a4e825 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x24a8b337 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24ff289f tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x251823e8 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x252e6492 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x25319454 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x25349ac6 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x2549e973 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x256b5e41 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x256cd976 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x257341da ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x2576375e pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x2577107a rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x25815a16 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x259b4cc1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x259c9a08 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x25c2821f d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x25e9edb2 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x25eadeca skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x25ee6c30 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x261d9a55 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x26271572 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x26449d55 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2663a307 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x267230cd of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x267ee929 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x268c42c8 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x26ac7f7f tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c083bc component_add +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26d592ca devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x26f653c3 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x2723f962 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x275e5fca dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x2787f064 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x27a71399 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x27bb6991 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0x27c0c4be eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27c33eea udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x27cf4076 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x27ec8b59 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x281e88b2 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x282eb89b phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x28864bb3 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x2888fc72 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x289e35a8 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28e155d7 kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x28fc716c free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x292f7054 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x2951b716 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x29576518 device_reset +EXPORT_SYMBOL_GPL vmlinux 0x2972f102 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x2976a1e6 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x29b1db75 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x2a2c81ee sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0x2a335fc3 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x2a34f966 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2a5587ee tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x2a59dfb7 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2aa7ea64 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x2abd1099 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ff82 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x2adaca95 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x2ae6f29f usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x2aecc843 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x2afc993b sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x2b264a67 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x2b2d7d4d da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x2b2fb71b of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x2b52284c spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2b7ab60f devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x2b8ea074 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x2bbf14bb blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x2bc1baf4 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x2bcd930e srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2bd8cd29 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x2bdcf404 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x2c032506 clear_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c131f84 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x2c1f292c regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2c1f744e uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c480477 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x2c4ef9b5 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x2c661712 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x2c717364 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c83ecf8 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2c9b14bb __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x2cb0d4f7 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x2ccce720 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x2cd4614f adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2d0193d3 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x2d0c12be sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2bf75d xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d6710a3 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2d9fffbc ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x2dcf6e84 efivar_entry_set +EXPORT_SYMBOL_GPL vmlinux 0x2df0140e disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2e0aefe0 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e20f1c4 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e8364b6 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x2e9670c0 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0x2ea5c7ea mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f6c2c8a ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x2fa006e5 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x2fad1f33 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x2fc539f9 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2fd29c5f wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2fed2a78 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x2ff466c3 efivar_entry_add +EXPORT_SYMBOL_GPL vmlinux 0x30136668 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x3022a2f2 pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x3033650d power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x304a09ab alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x3071c524 xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x3074cb16 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x3075348b ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x30896b69 percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0x30898fa9 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30929dc4 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x30962311 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x309a274d attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x30c9983f blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30ff183e of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x30ff1d8d virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x312430cd i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x3127b35a devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x314a9712 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x314bfa2e __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x31863438 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x31949b43 efivar_entry_size +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c5bbc6 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31dd8484 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x31f5b8c2 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x3207fab6 of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x3221a02d usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x3236f731 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x323ba35e skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x326d745d pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x3272bf02 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x328c7930 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x329265cd ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32afa4ee ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x32b2e626 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32bded08 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x3302a023 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x3310bf11 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x334968d7 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x334c43f6 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x341613fb serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x343be970 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x34506e44 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x3452cbdb unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x3465fce6 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x34839b3e use_mm +EXPORT_SYMBOL_GPL vmlinux 0x34d4c34f regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x34ed6ed8 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x34f6fd3d usb_string +EXPORT_SYMBOL_GPL vmlinux 0x34fd24b6 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x35218184 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x355d7c70 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0x355dfda1 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x3588318d __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x3603b4e4 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x361f624d ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x36278b57 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x3633a21f perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x363921c2 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x365a955d dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x368f1fea static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36eb81de regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x36f63718 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x36fcdc1a ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x36fd25c8 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x37043080 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x372069da driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x375ac54d regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x3790de84 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x37aca58c pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x37b0d722 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x37e32984 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x382e7f97 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x3846cc2b input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x38493bbc dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x38a13566 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x38b2ec69 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x38ebe45d filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x391ca604 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x39397b46 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x393c73e0 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x3951c5ac scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x3956b4e5 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x397d3d21 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x39e6492d ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x39fe99fd regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a2effb2 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a5edaa3 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x3a7b798d inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x3a831d13 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x3ac13623 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad0e201 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3adcecc0 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x3ae7b84a pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3b01959d transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x3b2b7b0b component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x3b34ae95 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x3b64b0e6 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x3b6b4255 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x3b7204ae usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x3b887ade __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x3b99e529 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x3bd4c70a tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x3bdf3e84 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x3bfcab86 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x3bff33bf irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x3c65675c usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3ca09551 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x3ca121ed thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x3cb3c82e device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x3cbd77b5 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x3cbe8613 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd6544c extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x3ceccc3b kvm_clear_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x3cf0a848 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x3d08ca5c crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d43de1c usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x3d472879 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x3d4a00ed tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x3d62ae98 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3d8c4f16 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x3dbf17f1 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dd6bc22 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x3dd9eb9b fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e571765 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x3e6e25f4 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e7e1060 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x3e877c1c thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ee1952e thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f1a9324 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x3f1dc768 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x3f3980be usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x3f44c148 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x3f58a333 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x3f707076 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3f8d7dd0 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x3fb1f688 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x3fc72d3d __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3fcd9e22 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x3feb46e6 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x4023ce09 ref_module +EXPORT_SYMBOL_GPL vmlinux 0x402eccf4 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x40378fd4 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x405552bf uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x405cac25 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x40752804 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x40ad9c7b ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40bb2b12 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x40c4fa75 amba_apb_device_add +EXPORT_SYMBOL_GPL vmlinux 0x40c7c708 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40eb25ff led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x4106b336 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x412063e4 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x413d6673 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x4143ddb2 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x4174e32b irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x4182b0b3 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x41c9081d led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x41e48f98 xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x42030ba6 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x4213a51a efivar_entry_set_safe +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x422794a0 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x42316ca6 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x423262a0 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x4236cc54 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x4268e659 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x429edad2 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x42a3dd4e platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42f88f30 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x43034e52 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x431c226b tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x431c495b device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x431fdb1d pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4357dc91 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x435eee03 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43a67353 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x43b466b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x43c1fba6 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x43c2a786 __cpu_clear_user_page +EXPORT_SYMBOL_GPL vmlinux 0x43d9d55d skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x43ef0b35 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x43f79f55 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x4432031f dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44bba100 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x44bc6690 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x44c9f5cc console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x44d7255e is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x44e54644 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x44e5de43 clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x44e6a8b8 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x44e90d0b power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x44ed0d0b da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x44fcaad9 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x450fb522 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x451265c7 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x452a922c devres_find +EXPORT_SYMBOL_GPL vmlinux 0x4555fb16 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x456a0d96 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4576337f atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x457cf9ca clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x4584885c tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x4584e3aa pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x458f2532 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d6a253 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x460f69fb generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x461a2e5d clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x4624ddc0 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x464c54fb dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x465e9d81 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x466f31d7 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46ba294d scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x46c4cd3d mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x46d24edd regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x46e14ab6 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x47089c85 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x471daf86 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4743f84b kvm_vcpu_cache +EXPORT_SYMBOL_GPL vmlinux 0x47475970 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476923c2 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x477452e8 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47ab00c4 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL vmlinux 0x47bc290e of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x481d6712 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x4831d6d3 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x4846e2e8 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x486b4061 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x48862497 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x48a5ce5d default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x48ab7378 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x48b403ea alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x49119cb1 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x492bffbd sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0x4957a260 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x495e5078 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x497a70cc vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x4987d5c8 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49b03066 iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x49bf3a43 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x49ca7215 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x49e0fd21 __cpu_copy_user_page +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a1ce667 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x4a1d6362 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x4a1d80a0 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4a2b5bb9 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x4a3b94d6 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x4a45feb7 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x4a90160e bprintf +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4aed6c3f wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x4b1281a0 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4b263916 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x4b6f1802 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x4ba29921 xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x4bb6ea62 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x4bf6e337 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x4c05d1a1 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c67055c usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4c6ec3a3 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c77ed0f ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x4c8aca1c gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x4cc2ad71 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x4ce14444 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x4ce5c246 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x4cfd6780 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4d11e98a regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x4d4f9156 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4d595d42 rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0x4d6a98b0 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4d86d17d sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x4db4e4c8 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x4dc5d7f6 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x4dd25a87 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de85cd3 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x4deda305 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x4df54a0d sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x4df5a7f6 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x4e07a93f dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e113519 elf_hwcap +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e5a6dab xen_swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4ef8bd38 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f05b67a ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x4f13ee1f mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x4f33aa04 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x4f566f1f bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f61fe4a single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f77a9ec sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x4f82cb35 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x4f95a49a ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f9bc2d9 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x4fc63f9b crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x4fcae33c inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1d67d extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x500023bc ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x5005b69e btree_update +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x503a678c devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x503ddced tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x50663069 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x507609cf pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x50763ddd __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50b59469 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50eb4e5e dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x511833d8 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x511867c8 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x514e8041 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x516114d9 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x516b3d9a pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x5191bd3c efivar_work +EXPORT_SYMBOL_GPL vmlinux 0x519b3880 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x519bdedd crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x51eeca9f of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x520a26a7 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x521c0ad5 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x522f538b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x523806b1 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x523d87b2 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x52545777 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x525aba93 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x527e238a sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52f73cfe power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x530493eb serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x53061b07 __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x53179628 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x53568013 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x5370c551 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x5395b4be usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x53b281de file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x53b29c53 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x53b84c51 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x53c01ec5 md_run +EXPORT_SYMBOL_GPL vmlinux 0x53c3271c fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x53f61f6c request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x54327dda tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x54526452 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x546a9282 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x546c78d3 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549c4fae regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x549f1045 set_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x54abeaaf register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x54af44e5 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x54b61562 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x54dc0ccc register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x550e159d irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x553700ac __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x555f265b proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x55676312 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x559d3b91 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x55a5a8f7 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x55a948c2 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x55d28960 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x55e0a388 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x55efef24 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x55ffbaa4 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x5606adb5 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x561a166b skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x561a73b1 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564604cd blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x56683a90 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5677a6de devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x568df325 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x5699bbc5 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x56a39f8d device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x56b1a3cf phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56f0be24 blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0x56f3e9d8 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x56fa5223 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x57394bda spi_async +EXPORT_SYMBOL_GPL vmlinux 0x575c5f94 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x5775ed89 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x578b4708 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x578f21bb uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57aeaa88 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x57b57122 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x57bdd597 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x57c936df anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x57deb1e0 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x57ffb5fe pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x58078d14 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x5819ee16 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x5834873d __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x585bf40b blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x588618f8 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x589a9f49 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x589dc660 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58b7b67f crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x58c93fba i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x58d9d575 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x58dc02cb inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x58df0245 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op +EXPORT_SYMBOL_GPL vmlinux 0x5907934a tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x5920320e irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x59315972 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x593ccfcd netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x593d951a rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5952df57 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x5977a02e wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x598c1740 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59bc9972 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x59be0783 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5a043cd7 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a48111c __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x5a4d4f0f set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5ab10afc kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5af9d177 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x5b0c1de4 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x5b14b544 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5b542ecc tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5b58bc23 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x5b684978 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x5b867677 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x5b86ae71 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x5bbfa477 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x5bc4f60d pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x5bc80db1 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x5bdc2fca phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x5bdea249 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5bef3512 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x5c152b93 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x5c35b474 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x5c35fcac crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x5c3fac9a tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x5c6366d1 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x5c668ff9 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x5c66e90c efivar_run_worker +EXPORT_SYMBOL_GPL vmlinux 0x5ca0cbb0 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x5ca32f3a unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x5ca67ce8 of_fixed_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cbee3eb call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x5ce27c61 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5cf8a882 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x5d1098c6 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d48c8bc sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x5d77952d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x5d8fee39 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x5da0715b tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x5db1c1d3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x5dd13283 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x5dd772ad vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x5e1c2130 __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0x5e1c7cfb of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x5e1fb698 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x5e2bd755 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x5e459857 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e659c88 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x5e65ce59 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5e6c9035 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x5e6cb801 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x5e90a85b fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x5e9b6aee irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x5ea1acd5 netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x5ea9b37d efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5eabff95 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x5ed9550d gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0x5ee19ff3 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x5ef05cb9 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x5ef6c0b3 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x5f003668 of_fixed_factor_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0x5f0dfb99 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x5f14ed78 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f4d0416 device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x5f640b44 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5f6defc0 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x5f79a98b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5f8ff877 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x5f9c40bf ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x5fa924d6 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x5fe75a32 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x5ff4e883 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x600f9b79 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x602dd3aa crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x603dafeb ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x603e0c98 xen_swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x6049a909 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x60537097 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x60653d17 device_add +EXPORT_SYMBOL_GPL vmlinux 0x606659ea virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x6082a7a8 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60c86167 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x60e6181e alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x60f8aa86 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6121a9bf vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x617ca483 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x6183ff15 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x61d47146 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x61dbdbf6 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x61dc4c38 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x6206d486 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x620c69b6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x62170d78 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62602490 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x62637ba6 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x6267854f ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x6272f959 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x62820821 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x62927814 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x62ce2831 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x62d36f5d ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x62e93be9 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x62f0cfc9 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x62f3f2f4 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x6304cfb1 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x6309920a wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x632c77b5 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x6335f43b ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x6337a5ae ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x635ce013 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x639cb56b crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x63c04970 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x63dc8ad9 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x63e14cc8 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x6415ded2 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x641d1560 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x643ad035 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6463459e __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x646fe8f5 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x6471f53f regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6475ab45 kvm_get_dirty_log +EXPORT_SYMBOL_GPL vmlinux 0x64807ef2 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x64a25538 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x64aaf6e9 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x64c415d8 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x650130f3 xen_swiotlb_sync_single_for_device +EXPORT_SYMBOL_GPL vmlinux 0x651456a4 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x653bef99 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x6541777e cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x65447a0e ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x65472cad crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x6561de6c usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x6569e4a8 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x65778f80 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x65878911 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x65ad7f05 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65dfd23c transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x65e8a7aa pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x6605e7f9 xen_swiotlb_set_dma_mask +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x662b093b transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x666e4728 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6693e55d kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x6696f4fe crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x66ab55c2 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x6708a785 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x672c2085 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x674740f7 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x676cabb5 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679f008f inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x67bf8e99 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x67fc9d5a firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x68481f68 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x687a75eb regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x68861d34 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x68993101 __clk_register +EXPORT_SYMBOL_GPL vmlinux 0x68a9c0a3 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x68d24596 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x68f99bfe class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x6925083b skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x695de9e9 percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69641bdc dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x69980ebe blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x6998c241 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x69b72da4 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x69df7a73 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x69f13da4 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x69fba771 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x6a022cd2 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6a11ea86 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x6a3d6798 of_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a78b58b security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x6ace19e4 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x6b073fd1 of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b10c312 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x6b194be4 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x6b1be777 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b7161cc __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b898501 rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x6b916705 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x6b93bf60 inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x6ba5f187 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6bb3f7dd tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x6bb48429 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c2170e7 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x6c41b314 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x6c47955e efivar_entry_find +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c5850ee __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x6c6173aa __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x6c8974d4 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6c94f639 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cbf906b adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cfd555e sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x6d0a374d usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x6d145a8b __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x6d2785b5 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d484185 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x6d5dd5a5 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x6d73fc0a balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6d748402 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x6d7cd466 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x6d81df14 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x6d9dae4b rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x6da6aca8 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x6dacbdb3 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x6dad35d9 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x6dba80a0 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x6dbe082a hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x6ded63f1 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x6df8f4cd pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e419231 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x6e439634 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x6e451005 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x6e58030e invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8e9fbd device_del +EXPORT_SYMBOL_GPL vmlinux 0x6eb3e0ec regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x6ec6de22 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x6ed40499 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x6ee7cc5b nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f36f606 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x6f9a07b1 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x6fb3a435 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x6fbbd5b0 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x6fcbbb7a find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x6fd0dd10 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6fe6d18d fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7064da8b btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70e1f7db tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710f2507 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x71277456 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x71410342 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x715754bd anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x716a0aa3 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x716ee26e regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x71710c5e sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x718051f2 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x718d66f0 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x719019ab cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x71ad735e user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x71b952ce da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x72193e5a max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7278d554 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x72807797 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72849edb pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x7289aa79 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x72976b22 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x72ceec92 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x72e6b968 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x72fa5147 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x730206a0 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x73043b56 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x734ff443 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x738a185b find_module +EXPORT_SYMBOL_GPL vmlinux 0x738f0c76 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73ae2647 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x73b9ae94 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c4a87d wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d1adbb usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73ed00a4 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x7403d90e ping_close +EXPORT_SYMBOL_GPL vmlinux 0x740479f3 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x74161f3c wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x741b3988 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x743748e0 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7465291a xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x747185f2 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x7477580c pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x747b9872 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x7485c198 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74b3235a map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x74b33f4a platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c259c8 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x74d3ffc0 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x74d7bc40 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x74d80322 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x74dce1c7 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751927ac skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x7526ef71 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x752bd711 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x75636f58 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x7567642c pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x75697d36 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x757b49d2 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x757ce78f shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x7588b87f balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x75d57521 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x75d8ced4 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x75e4ea50 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x75f970be usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x7617418b __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x765aae2a spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76951918 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x76982d7c kick_process +EXPORT_SYMBOL_GPL vmlinux 0x76b29dd4 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76d0851c nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x76dc3a27 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x76e67af4 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x76ee2412 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x770b5d21 xen_swiotlb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x770cff4a securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x778ac670 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x779a3684 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x77b35ae7 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x77f666de tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x780d56c3 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x7814f28c scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x7820de37 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x78260606 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x78263b3e dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x78368c02 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x78842010 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x790fb754 user_match +EXPORT_SYMBOL_GPL vmlinux 0x7913188b cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x792b26e6 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x793a639c led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79464974 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x7954e08d transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x79981c33 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x79a07b33 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x79cf5dd8 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x79d1037f unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x7a202a8e mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a319404 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7a3f03e1 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x7a479416 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x7a4d6156 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x7a5ddd85 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x7a742f7d efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x7aaecbda xen_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x7ac7aafb crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b2163bd HYPERVISOR_tmem_op +EXPORT_SYMBOL_GPL vmlinux 0x7b292d19 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x7b3b5214 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x7b42d4a9 mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0x7b4929d5 i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x7b907671 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7bc8e419 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x7bcf14d1 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x7bda54c4 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x7be409c4 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x7bf07953 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x7bf905fd blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c052a16 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x7c147be2 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x7c16c52a __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x7c18cbf3 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x7c1d633b devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x7c2a8749 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c3eca8d crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x7c40a620 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x7c71086e cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x7c71b9a2 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x7c79005a cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x7c8dba61 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7c937815 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x7c95c2fa class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c97e43a ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x7ca140c9 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x7cae0f79 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x7cbf3ca2 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd898c2 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x7cd926c1 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf08450 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x7d0f6174 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x7d2a502d blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d848578 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db37074 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x7db692b5 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x7dca0518 HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x7dd3b605 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7e2959e2 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e95f5bf add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7ec16677 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x7ecf8673 of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x7f254049 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f5dba47 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x7f75f010 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x7f771bd4 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x7f903db4 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7fd276c2 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x7fd38778 armpmu_get_max_events +EXPORT_SYMBOL_GPL vmlinux 0x8031f173 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x80357887 hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x80698a68 pci_ioremap_io +EXPORT_SYMBOL_GPL vmlinux 0x8087e635 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x809074fd debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x809d9222 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x80a3a9d5 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x80ad1d38 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x80d3927f __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80da0a83 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x80fb1e86 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x8103db11 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x813df5de rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x814d7174 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x8150b9a2 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x818b323f vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x81d9bc1d dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x81e9ff7a sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x822dc74f blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x8267d8ac srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x82787185 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x827cc24f dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x8289247f crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x829dd8ff dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x829e8f5f genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82dff696 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x82e218e8 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x82e65a87 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x832cd94a devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x832f25d5 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x83400ac1 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x83409fb6 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x834f3337 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x838e960c phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x839da4fb _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0x83ac8fe0 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x83add184 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x83c868cf usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x83cee801 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x83e487f6 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x83ea7f61 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x84104620 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x842f5c05 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x8436746f kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x8468f56c tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x8486f90e __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x8487a2b6 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x848ddb0c pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x84d8f63d __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x8526af61 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x854774df inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x8553abca platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x855554a2 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x85755de7 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x858d10a4 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85cef0bf amba_apb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0x85e097cf regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x86025e52 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x86155c6e devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x86305200 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x86366f3a transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x8641f921 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x865524d1 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x8671983b usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x8688ff0c usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x869e1046 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86a57f46 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x86a5fbb9 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0x86afe3c1 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x86ccd6a1 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x86cdfbf7 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x86e55237 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x8702e548 process_srcu +EXPORT_SYMBOL_GPL vmlinux 0x8707bd3c ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x870b1ab1 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x872f69ea regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x8732fb1a __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x87384d0c ping_err +EXPORT_SYMBOL_GPL vmlinux 0x877c9307 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x877d43e2 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x878ff3c7 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x8791fa5e cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x87adfa32 napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x87aec3af xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x87e28a52 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x87f0e2f1 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x8807375c virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8819853a securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x8834564a list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x88444a1b rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x885107e2 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x8852aeca perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x8855fbf3 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x887c78fc __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x8887964e dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x88887f55 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x888935fa alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x888f6033 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x888fe626 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x8892ae8a ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4a6f6 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892e91b9 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x894a9687 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x89929f6c xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x8996eda7 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x8999515f usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x89a755b2 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89e6c7fd of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x89f4772e of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x8a0e5416 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x8a48791e kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x8a531b4d security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x8a555a2e irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8a559846 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0x8a57a616 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8a677998 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x8a74e417 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a795e70 __efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x8ab510d1 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac07793 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x8ad2240b sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x8aed860d dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x8af5d905 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b13ab5e regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x8b34bf3f spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x8b4096b8 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x8b583314 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x8b66f9e0 xen_platform_pci_unplug +EXPORT_SYMBOL_GPL vmlinux 0x8b740497 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x8b84f586 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x8b9b6522 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8bb7883b inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x8bd7d88e bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x8bd97b64 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x8bfef80f key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0671d3 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c0a9016 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x8c4d825a __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8c659b6c btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8c880f4d crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x8c99fd67 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x8c9c7476 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x8caee1c1 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x8ce1113e ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x8cea765f memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x8d0f7c82 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x8d33aa6c wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x8d36c088 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x8d58c4d9 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL vmlinux 0x8da1f915 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x8daa768f __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dd2dabf pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x8e059867 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x8e27b990 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x8e4f8bb7 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x8e8546c5 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x8e9088ec usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8eafb17d watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x8ebc8f5d sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x8ec3f7da hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x8efebab2 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x8eff4970 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x8f08c18b crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x8f18c567 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x8f2c92b6 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0x8f3ca60d dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x8f46cfa6 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f8a365c ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8faac947 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x8fe1f629 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x8fe792b9 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x900caf6d kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x906df7fe pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90dcf471 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x9118bd90 xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0x9118d09d relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91a2e9f9 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x91bdf5ef inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91d04e0d regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x91d7edd7 of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x920aacca nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x923a06e8 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x924a23f3 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x926e2ea6 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x926f3d00 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x928653d1 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x928ae88f ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x92bacd66 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x92bd1086 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e0a053 gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x92eefade usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x92f7125f regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x9311fef5 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x931ddb64 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x9331e191 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x9350d5c4 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x93559cab ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x936ccd92 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94269203 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x944e18a9 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x947dca58 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x948c5e78 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94ab9943 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x94abe6a2 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x94b1f5f8 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x94baec04 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94ecc151 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x95230137 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x952c7c79 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x953cf483 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x9589b37f dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95966976 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x95afd0f9 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x95ba455a ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95ca4cdf system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0x96104d38 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x96209023 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x96215019 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9625e652 klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x96280e14 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x96435ff5 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96611904 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x96689622 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x966af410 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x96aac8d7 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x96bcb27f tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x96fc9b63 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x972a8560 xen_swiotlb_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x97584b6d ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x975df2ff led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x9763c9df pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x97a3d23f usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97ed84a5 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x9802246f usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x980ae0e0 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x981d8f43 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x984d27b5 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x98547bec ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x986249dc ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x98652e7c __efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x9867365b pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x989ebe28 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x98a4d95c regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x98c64ae4 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x98d114aa thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x98dd7801 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x991bca44 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x991e08d4 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997b815d irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99e0a019 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x9a016431 of_css +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a3c9e55 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x9a3f9ee5 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9a54cd09 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x9a5dc8c3 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9a6309cd blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x9a677d06 arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a8bd909 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x9a923583 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9adb84ae powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9b5678e6 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x9b83a651 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9b856dc4 clk_disable +EXPORT_SYMBOL_GPL vmlinux 0x9ba14852 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bdd8ae8 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c21821a clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x9c25ed06 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9c4cd590 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x9c4fe3ad irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x9c72ad9c usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x9c85581e kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL vmlinux 0x9cb4227b wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cd0b056 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x9cd9e517 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x9d030b99 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d8ea124 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x9da16aeb regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9db3c325 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x9dc82405 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x9dc9bd02 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9dcaf8ee __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x9de9b619 xen_swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9dfbef38 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x9e2457ff ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x9e30ba6f crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x9e3f109f dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x9e3f41f1 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x9e46de1d kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4eb5ca ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x9e5445c5 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x9e54fb12 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x9e58fd07 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9e61ddc9 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x9e730e6d rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x9e85562b ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x9eb3379f pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x9ec39511 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed6b859 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x9ed9d006 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x9ef7dfda btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9f0d72a1 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x9f37c1c6 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9f456ab1 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f6b7bc1 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x9f9d53c3 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x9fa97b3f bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x9fb0971b regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fdf560c of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x9fe44ec1 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa0208e02 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa026bf43 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xa03536be skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0xa03ef535 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xa0434530 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa0502077 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xa05157e3 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xa0524229 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xa07d3dcb ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa09da026 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xa0a1b3d7 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa0ce6384 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xa0ceba12 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xa0dbf4bf regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xa0fe26f0 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xa0fe3d98 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xa0fef191 xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0xa104e459 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xa10f8bdc tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa1306ac0 clk_register +EXPORT_SYMBOL_GPL vmlinux 0xa17b2b4d list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0xa198ac67 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xa1be9370 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xa1c02e9a pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xa1ce6250 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xa1f79553 xen_create_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xa204ee15 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0xa216428d inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xa22864f8 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xa237a7af kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xa24aa5d5 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0xa24da0f1 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa2b48d16 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xa2b9c993 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2c1ddf1 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xa2e0b53a ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xa2e50921 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xa2e7fc35 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xa2ffe815 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xa31c24e4 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa3737e9b regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xa374d5e2 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa393c2a6 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3aaa6f4 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3bca3c6 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa3ce551b usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xa3d4034c ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3f8c8e8 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xa424f413 wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa427548e ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xa42a5079 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa46e7b5a virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa498b9dc irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xa4de9b82 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0xa51ab66c regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa55d8686 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xa57df8f8 kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xa5846a55 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xa584b7c7 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0xa5972832 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xa5a09cdd regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa5aff893 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0xa5d1ceaf blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa60729f5 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xa6214a5c regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list +EXPORT_SYMBOL_GPL vmlinux 0xa6691ac8 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa68cf34d dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xa68f780d clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa68fd348 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6d572a5 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa71c803f ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa749b21f cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa77159e4 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0xa79751c6 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xa7a8361f device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xa7e4e8e3 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xa801b359 efivar_entry_iter_begin +EXPORT_SYMBOL_GPL vmlinux 0xa8214b21 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xa8322972 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa84de6ee dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xa850dafc idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8567813 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xa85a21ab pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xa85eca76 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xa886a49d relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xa921c3e3 efivar_entry_remove +EXPORT_SYMBOL_GPL vmlinux 0xa925e478 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa93298ea register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xa935e856 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa99e769c regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9aef2e1 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9e7b2ce ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa2210ae of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xaa237eed dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0xaa8bbac1 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaaa1a7f9 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab0e3225 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xab1fc92e devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0xab2007df gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab2d6bb5 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xab40bbe4 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xab5271a7 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab77e54d ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xab7cb0cb usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xab8ceced gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xab9faa7f sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xaba6c23e netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xabab79ed usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xabcea069 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xabced1aa trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0xabd7fccb devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xabdf8df5 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xabebc3be fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xabedcb72 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xabfd0108 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xac349f26 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xac428197 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xac49ed9c get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xac87bdd6 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xac907b58 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xac9ee1f4 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xaca214a2 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xacc9ca92 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xacd1f738 extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xad039c54 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xad0433c8 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xad40dbd7 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad82c96c crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xad9437c2 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0xad964ddd of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0xadb70ac3 blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xade37710 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xade7857f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae04ece5 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xae0790d7 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xae2f219f lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xae68bb38 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae72f68e pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae8aa931 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xaec061c2 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xaee750ed adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaeed16f1 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaef76d2a rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xaefc0431 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xaefd1998 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xaf0f9a80 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xaf33d668 of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf8de0e6 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xafa710cc dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafe75f66 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xb010b8f6 extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0xb0297a07 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb03c6fa6 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xb03d0048 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xb04639bc __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xb07f6310 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0dcd9f6 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb105becf reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xb106f274 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xb11b0a1b pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xb12093d2 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xb1211db3 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb124d734 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb1550852 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init +EXPORT_SYMBOL_GPL vmlinux 0xb1755674 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bca39c gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1d5cac7 xen_swiotlb_unmap_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb2068ba9 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb244e0d2 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xb2454439 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xb249b3ee inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xb260bfa5 unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xb2669d46 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xb28fa7f8 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xb297f22d get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xb2bfb230 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xb2cda0bc crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xb2d1dd1d pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2eec059 device_register +EXPORT_SYMBOL_GPL vmlinux 0xb2f3e42a ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xb317ca03 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xb320f5de xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xb3439539 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xb347bb2c work_busy +EXPORT_SYMBOL_GPL vmlinux 0xb34c5874 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xb357af94 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb390a199 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xb3cfec20 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xb3e27b76 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xb3e5794e usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xb3ec66cf __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xb3f0d6f6 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xb4006dbd crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0xb404d1af inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb41fab82 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb43d1991 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb43fd0fa __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0xb45f1900 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xb46af994 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xb470eb11 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb475757e phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xb491ec1a sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xb49c15f0 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xb4a95949 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xb4b4fa4b ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4e4ed52 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xb4e5ef47 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4ed86e9 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xb4f11a0b dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xb4f9780f __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xb5276880 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb55084a2 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xb57c9ef8 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xb5848bae __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5965877 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5a1f009 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xb5bdc4ce ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb5c267f2 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5d00282 xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0xb5d7e90e extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xb5e07efc ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xb5e9f295 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5fdd1ae ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xb6210191 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb672cffc setup_irq +EXPORT_SYMBOL_GPL vmlinux 0xb672edf5 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb68854e8 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6b0a2b7 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xb6d72ca5 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0xb6dcb02b crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xb6f694c0 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xb74c2ed5 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xb772e368 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xb7740ab5 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xb7755d6e __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb7780a30 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xb77ca20d devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xb78459cc task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xb79d38a6 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0xb7ba3704 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xb7c26183 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xb7e90404 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb80d872c efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0xb8333f77 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb83ee41f regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xb86f02c9 put_device +EXPORT_SYMBOL_GPL vmlinux 0xb8a9a2d7 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xb8af0b30 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xb8af18ed digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xb8b7af4e __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0xb8ea8d1b ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xb8ee33a1 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xb8f14a6c thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb9180d71 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xb91e3db5 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xb92bb912 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xb937a323 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb94ef9c9 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb956695b of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0xb960afe4 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xb9691e68 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0xb98ff210 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9cbac22 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d72e7d of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xb9edfba6 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0xba0468fe __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba7c1c7d debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xbaa9a867 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xbab39512 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xbab68624 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb045cea blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb154d35 __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xbb5e64be sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xbb9eef4d efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0xbbb0e86f skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xbbba9fec sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xbbc7f394 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbecdfdb device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xbbf76e66 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xbc1005b6 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xbc30d7b7 user_update +EXPORT_SYMBOL_GPL vmlinux 0xbc322833 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc38a1af subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xbc67a004 pwm_config +EXPORT_SYMBOL_GPL vmlinux 0xbc847a7a attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbca3b0ba ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcdcddad da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xbce166ec blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbce83e8f single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xbd1572be amba_ahb_device_add +EXPORT_SYMBOL_GPL vmlinux 0xbd18d980 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd63f5cd spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xbdb6876a usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd4bf86 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xbdd5f234 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xbdd86ada irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xbdd9732c kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe48fdf4 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xbe4ece87 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xbe651d8d bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeade8f8 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbec683f4 device_move +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0e2944 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbf125142 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xbf18fd93 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xbf269ea2 thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbf7251ab key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xbfa8289c unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xbfad6c57 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc6792e pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xbfd12ea1 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xbfdb0ca6 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0xbfe9356b usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc0021a97 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xc022cf82 arch_pick_mmap_layout +EXPORT_SYMBOL_GPL vmlinux 0xc075ffa0 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc09c37a3 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc0a95a60 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d0c91f pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0d9d687 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xc0e52abb exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc11b4470 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc129bbeb module_mutex +EXPORT_SYMBOL_GPL vmlinux 0xc14c2824 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0xc14eed0e __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc1ad6d78 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xc1bc0422 xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0xc1d58800 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xc1ea24e0 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xc1f6807c pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc1ff46cb blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0xc223c655 regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2368b22 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xc25cdcc7 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc26c8783 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc281f301 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc28394f2 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc28b2caf mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xc2bd7249 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xc2c646db pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xc2fc0a97 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xc3069926 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0xc311c679 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc352cb02 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xc3607880 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xc36faf2e __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc385cb58 perf_num_counters +EXPORT_SYMBOL_GPL vmlinux 0xc392efbb netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xc3a5a897 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc3a6f12d scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xc3c1c1a0 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xc3c6f7ad usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3e83487 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xc3ec349d regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xc3fc60ce ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xc3ff4599 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc4516417 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45b218d pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc47dca52 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xc480c115 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc48d9692 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xc4bcdc57 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xc4f0f5c1 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xc5027445 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc50612cf replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xc50de7c2 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xc519b6fb irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc573f775 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc58b23a1 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0xc59f95f0 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xc5c80162 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xc5dcb1e9 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc63f16b0 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xc6407778 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc65ef3a3 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xc65f504d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6602a35 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xc66aafe1 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xc697e5e4 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a833d4 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xc6bb3e30 kvm_vcpu_init +EXPORT_SYMBOL_GPL vmlinux 0xc6bf4721 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc70ed871 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc7250de3 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc7376284 xen_swiotlb_sync_sg_for_device +EXPORT_SYMBOL_GPL vmlinux 0xc75a622e i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0xc75f82b5 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0xc76ab980 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xc7763e1c relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xc77e5e30 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xc7922b3c blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7e595d6 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0xc7f4a418 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xc803fafe pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xc81891a1 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xc82cd90a kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8cdf6fb pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xc8d99e0f proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8ec278c perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0xc8fc03fe max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc94a31f9 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95d7d93 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc96e91b9 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc9a12f46 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xc9af4d91 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xc9b1c154 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc9befde1 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xc9bff172 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc9d6bf38 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca39ace3 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xca3c01cf ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xca40afee pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0xca67a52b pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xca69036e usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xca86d4fa scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcace2962 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xcaceb5b7 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcbb042b0 bgpio_remove +EXPORT_SYMBOL_GPL vmlinux 0xcbbb3170 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc1930d6 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc4aaaf1 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xcc5a074b of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xcc5dba22 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xcc66e9d1 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xcc79b661 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xccbc885c ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xccc64884 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xccc8d79c devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccfb33bd power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xcd0d720f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xcd16eeea vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xcd231942 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xcd242c74 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xcd3fdda8 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xcd6881dc skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xcd760cf4 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xcd775318 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9967ae debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcadf7d pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xcdfd603a regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce580783 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce72641a i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xce9ff0b5 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee8dc5e of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcefbf23b xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xcf14154c ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xcf28bca8 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcf29f1e1 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf5de20f efivar_entry_set_get_size +EXPORT_SYMBOL_GPL vmlinux 0xcf65af6b shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xcf661b98 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xcfa39eca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfbacbd8 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xd00fe666 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xd012622a ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd033e88d ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +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 0xd09382d4 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0cd4310 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0xd0d750c3 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0xd0f36c4f key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xd1195379 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd14c79c4 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xd15a684e cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0xd16654d2 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd1720474 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd19d74c4 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xd19e7d8f cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd1a4bcbd stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xd1d77e36 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xd1fdae82 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xd2038bc7 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd22c79e5 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xd2359c1e device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xd257e068 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27a5164 regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0xd2a1ed8f xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xd2ab202f usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xd2b4ec40 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0xd2c7f694 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xd2fa7095 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xd3031835 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xd3237989 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xd32a46fe md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0xd3600138 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xd393d8d6 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xd3b98172 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd3c2e497 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xd3ca1fd5 clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xd3ecdb57 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0xd3f1775f debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd407f09f tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd463caa0 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd4679214 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xd47f9553 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xd49b8f81 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd4a215da of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xd4b4e31a aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd505e32e regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd580596d ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xd58ce732 fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd58e9695 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0xd59474f9 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xd59d2261 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xd5a050eb fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xd5a10fb2 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xd5a297e7 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd5ae174f devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd5bbf4e9 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5c933fe blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xd5eadadc class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xd60137b7 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xd60744d4 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xd64c19af extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xd6513133 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xd6685d02 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd670f167 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd68217ad ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xd6b30d61 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xd6db3c8a devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd7088d43 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd738de66 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd780d257 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0xd792294d klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xd7b0144a md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xd7ca3cbb sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7d9f589 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xd7e6b6ed trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd855b84c sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd85c4843 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xd85ddd2f tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xd86ceb59 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8a6b233 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xd8ebabef regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xd8fb689a __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xd93d496d bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd965c796 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd99fa07e crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xd9b13f52 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0xd9bc36e3 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xd9e837a2 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda0c2a95 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda7ce541 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xda9a4d1e tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xdab3d843 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xdabad920 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb3bb0a0 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xdb718af6 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xdb80c15b simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdbca7ea4 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc04127f bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc33c3e4 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdc73cfc2 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc870e95 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcff47ba inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0xdd1489be pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xdd2c1e68 kvm_vcpu_block +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd400600 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xdd52bc11 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xdd731a7c usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xdd844779 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdd9759db regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xddac692c inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xddb8aed1 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddf48525 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xde0b3102 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xde15ea64 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xde19bd88 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xde33f65e fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde3d9139 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0xde443f69 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0xde918731 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xde979927 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xded73f78 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf11c4dc kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0xdf53f36e dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0xdf56a9c7 of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xdf89ae13 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xdf9cfe76 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xdfe6cc43 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe008e918 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe015ea96 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xe022442c unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe03cc40d scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0xe0adecec stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xe0c8883c devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xe0d1eb00 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xe0deff19 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xe0e143aa blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe136dcfb blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe1aa601d devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xe21a11fa pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xe239f45a ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xe2a521ba gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0xe2bccacf hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xe2bf308f usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xe2d2046b powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xe2d64d86 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xe2f75feb pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe32ee8dd skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xe32fe964 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xe364b42e tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xe36fbeb8 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3ad2be7 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xe3c9ed16 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xe3e04565 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xe3ec6abb usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xe414f9e8 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe42e49ed key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe451b84b platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xe451cb55 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe461ae68 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xe4631908 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xe4677294 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xe48253d1 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4a26413 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xe4aa51ad usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xe4bf233d perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4dbffa0 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xe4f3c594 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xe4f807ca mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xe4f92328 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xe53d056d klist_next +EXPORT_SYMBOL_GPL vmlinux 0xe5414da4 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xe55c2254 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xe5629c15 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5993ac0 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xe5b70e4b tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe5cd9a03 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xe5e81801 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xe5fb8c61 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe60dbb4e dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0xe63c780e of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0xe6463e0c amba_ahb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0xe647971b wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe66911c2 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xe6b62533 of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0xe6ba9192 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6cccd56 devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0xe6db0d3d debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6eb2687 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe714bfbb usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xe7191ab4 phy_put +EXPORT_SYMBOL_GPL vmlinux 0xe71a1e72 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xe71c355f wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe742eda7 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xe7651993 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe77a4dcb regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xe7884bf1 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xe78938e2 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xe7a094bd device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xe7ab5598 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xe7b981e3 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xe7bb27cb sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xe7e1a394 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe7f66f8b devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe7fff1d7 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xe801176c usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xe808b168 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe842e510 split_page +EXPORT_SYMBOL_GPL vmlinux 0xe8432888 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85157a2 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe878d7de of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0xe8846550 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xe893bab7 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xe89bd243 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe8a96073 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe8c08401 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xe8dff047 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0xe8f01ab1 __mfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0xe8f1a96a kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0xe9104bba __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xe931474b pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xe93335b9 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe97b7d76 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xe986a7b0 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xe9a3254e pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xe9c879b1 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0xe9cc7d43 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9de22f6 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xe9f211e3 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xe9faf7cd tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0xe9fd2737 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xe9ff33a1 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xea008c99 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea23a81d sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xea36cc4e each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea438e22 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xea628c20 bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xea90d11d dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0xea9b8c1b inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xeaa458bb ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xeaad2b15 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xeac26a8f tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xeaef6fef spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xeaf054f4 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0xeaf6139c spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xeaf6f595 get_device +EXPORT_SYMBOL_GPL vmlinux 0xeb01e251 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb2798f7 xen_destroy_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xeb3eb78c component_del +EXPORT_SYMBOL_GPL vmlinux 0xeb3ef01d arm_pm_restart +EXPORT_SYMBOL_GPL vmlinux 0xeb5c0c5b crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xeb648a2e regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xeb6bf9cf of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0xeb797de7 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xeb8a84ab trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xeb8de41a task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xeb95b7ad crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xeb9da3ad pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xebd52a26 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xebeb80c8 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec14a5e4 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec4ae762 devres_release +EXPORT_SYMBOL_GPL vmlinux 0xec6440ba thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xec82f5d9 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xecbe7684 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xecc5cb67 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xecd17f4c of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0xecf639d4 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xed954c6c virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xeda10fa2 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xedb67005 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xedc20690 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xede92354 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0xedf33c50 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xedfa1a6e driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee0f2544 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xee1a0acb cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xee297ae8 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xee379260 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xee392655 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0xee396839 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xee6720da hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee73d5ec ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xee87da85 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xee8c35e2 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xee95e924 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0xeeba0841 thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0xeec8ba5e serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xeee73c5d tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xeee9989b tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xeef1da57 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xef01cecd usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xef3c9a08 ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xef4ac2fb crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xef4cb4be cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d007a sigset_from_compat +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef7b41aa tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xef932f5f dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefc64916 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xeffa6b8f __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xeffaf37d ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xeffffa57 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xf0084c0c dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xf0265d07 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xf06add9d inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xf0a09b02 device_create +EXPORT_SYMBOL_GPL vmlinux 0xf0b8f5d1 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf148580c subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf14b0e21 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xf15008e5 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1f964b1 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xf1f9b3ca hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf22716f5 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xf23fd62a ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xf242ab8a raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xf25666d3 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf27f5a81 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf2867458 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xf28d7122 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xf2a55956 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xf2d237e2 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xf2eb8f69 efivar_validate +EXPORT_SYMBOL_GPL vmlinux 0xf2ec8339 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +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 0xf36221e9 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf38c6a1b ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf3a3e532 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3cf1e0a vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xf3ef85bb component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xf3faaefe ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xf4011c34 swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0xf4301379 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf47ad202 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xf47d24f3 blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xf484ef14 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xf48b9140 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xf494c8e0 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf49662e7 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4a4cd03 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf4a5756b pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xf4a62784 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4afa276 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf522d723 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0xf528eff3 component_master_add +EXPORT_SYMBOL_GPL vmlinux 0xf52f4375 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xf540d7a5 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf57623ed usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf5851b8d cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xf592874b evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5d25067 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf5d6fc7b ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0xf5de1c6e irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xf5ff9a72 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xf603ab6c bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xf63886b4 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xf647b5bb usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xf64f9ab6 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xf66991a9 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xf66e6460 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xf67aef4a hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xf69c7873 user_read +EXPORT_SYMBOL_GPL vmlinux 0xf6ab7a38 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf6c13a67 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xf6c240d1 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0xf6c38655 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf7167af4 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xf725ce15 pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0xf72f3048 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0xf77aa6c7 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7eb583d dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf81c6c51 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf827b8ea pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf83afac8 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xf84f6b14 md_stop +EXPORT_SYMBOL_GPL vmlinux 0xf8603b75 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf8d2b68c i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xf8e4ff37 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f50130 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf926bb52 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xf9285c87 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf947d204 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf94a918e __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf97f1e96 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9aeff5d xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xf9b6c8ed inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9cd545d dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xf9fcf49d regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa43e142 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfa9bfd90 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xfaa12734 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0xfadcca42 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xfaed8186 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xfb139304 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0xfb22bc6c cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xfb2781cb blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xfb2f0185 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbd6322b of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc55a3a9 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfc5b919a remove_irq +EXPORT_SYMBOL_GPL vmlinux 0xfc7bf98f component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xfc7d7889 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xfcc25dc9 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcf60595 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0xfd1a82d1 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xfd381490 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd83e29b arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0xfd8cd1c7 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xfd8e8120 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xfd984c16 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xfdad22a1 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xfdb30781 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfdbd0728 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0xfdc4a726 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0xfdc7203a ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xfdd495c6 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xfdf45eea i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xfdf780a8 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xfe167743 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xfe35b9ba pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xfe4e0cc8 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xfe500fd8 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xfe5c05f8 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xfe627f69 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xfe97bb65 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe990f59 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xfe9ac1e0 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xfe9e7478 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xfecd1a0f pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed5fae0 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff20e771 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xff2297d4 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xff553403 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff6d3b40 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xff73ee8f user_describe +EXPORT_SYMBOL_GPL vmlinux 0xff7b9e01 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xff86cf1f usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xffa5214e of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xffad8d73 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xffb38554 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xffc7523a xen_swiotlb_map_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0xffd718d3 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xffd986cf devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xfff68cfc ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xfffdac87 devm_regulator_register --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/arm64/generic.compiler +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/arm64/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu/Linaro 4.9.1-16ubuntu6) 4.9.1 --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/arm64/generic.modules +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/arm64/generic.modules @@ -0,0 +1,3766 @@ +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ablk_helper +ac97_bus +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7180 +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aes-ce-blk +aes-ce-ccm +aes-ce-cipher +aes-neon-blk +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +ahci +ahci_platform +ahci_xgene +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +ak8975 +algif_hash +algif_skcipher +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +ambakmi +amba-pl010 +amc6821 +amd +amd5536udc +amd8111e +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avmfritz +ax25 +ax88179_178a +axp20x-regulator +b1 +b1dma +b1pci +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bw-qcam +bypass +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +clk-max77686 +clk-qcom +clk-s2mps11 +clk-si5351 +clk-si570 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +configfs +contec_pci_dio +cordic +core +cp210x +cpia2 +cpu-notifier-error-inject +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_isa +das08_pci +das16m1 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +ddbridge +de2104x +decnet +deflate +defxx +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dme1737 +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt3000 +dt3155v4l +dt9812 +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efi-pstore +efs +egalax_ts +ehci-platform +ehset +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +eni +enic +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fealnx +ff-memless +fid +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fixed +fl512 +fld +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +fsa9480 +fscache +fsl-edma +fsl_lpuart +ft1000 +ftdi-elan +ftdi_sio +ftl +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +gcc-msm8660 +gcc-msm8960 +gcc-msm8974 +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +generic +generic-adc-battery +generic_bl +genet +gen_probe +genwqe_card +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-ce +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +g_zero +hamachi +hampshire +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +hostap +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hwa-hc +hwa-rc +hwmon-vid +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-nomadik +i2c-ocores +i2c-parport +i2c-parport-light +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-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-xiic +i2o_block +i2o_bus +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ib_mthca +ib_qib +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icplus +icp_multi +ics932s401 +idmouse +idt77252 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imon +ims-pcu +imx074 +imx_thermal +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +it87 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +kafs +kalmia +kaweth +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +kvaser_pci +kvaser_usb +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +mf6x4 +mfd +mga +mgc +michael_mic +micrel +microread +microread_i2c +microtek +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmcc-msm8960 +mmcc-msm8974 +mmc_spi +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +nct6683 +nct6775 +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_labpc +ni_labpc_pci +nilfs2 +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvidiafb +nvme +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_mmc_spi +ofpart +of_xilinx_wdt +ohci-platform +old_belkin-sir +omap4-keypad +omfs +omninet +onenand +opencores-kbd +openvswitch +opticon +option +or51132 +or51211 +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +parkbd +parport +parport_ax88796 +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 +pc87360 +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcm3724 +pcmad +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcwd_pci +pcwd_usb +pda_power +pdc_adma +peak_pci +peak_usb +pegasus +penmount +percpu_test +pfuze100-regulator +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +physmap_of +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +pl330 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +ptlrpc +ptn3460 +ptp +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-lp3943 +pwm-pca9685 +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-pl031 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7706h +safe_serial +salsa20_generic +samsung-keypad +samsung-sxgbe +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 +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sdhci +sdhci-of-arasan +sdhci-pci +sdhci-pltfm +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +sdr-msi3101 +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sha1-ce +sha2-ce +shark2 +sh_eth +sh_mobile_ceu_camera +sh_mobile_csi2 +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skd +skel +skfp +skge +sky2 +sl811-hcd +slcan +slip +slram +sm501 +sm501fb +smb347-charger +sm_common +sm_ftl +smm665 +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-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-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +soundcore +sp805_wdt +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssd1307fb +ssfdc +sst25l +sstfb +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vexpress +vf610_adc +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videodev +viperboard +viperboard_adc +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_pio2 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vringh +vsock +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wcn36xx +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-privcmd +xen-tpmfront +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgene-enet +xgene-rng +xgifb +xgmac +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yurex +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/armhf/generic +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/armhf/generic @@ -0,0 +1,17398 @@ +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0x276b2f72 private_AES_set_encrypt_key +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0x6c62e582 AES_decrypt +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0xc30fcbed AES_encrypt +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0xcf024ae9 private_AES_set_decrypt_key +EXPORT_SYMBOL arch/arm/lib/xor-neon 0x0f051164 xor_block_neon_inner +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0x813f3b11 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0xedab4100 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 0x031fda58 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x1cf916eb pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x1ec85bb9 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x2c87e4a8 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x49a273a0 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x49aedfba pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0x58175ecc pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x5ab671c5 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x674bf827 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x91150161 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xb6cd0227 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xfd032e24 pi_write_block +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x04273e1f ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x07018079 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x3072b2af ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x64253a95 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x6f6471c2 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x2b674f80 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x36672f7b dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x72f746d9 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xaa67a7b7 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xb4bebae5 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xf46e1bca dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/pl330 0x2756192b pl330_filter +EXPORT_SYMBOL drivers/edac/edac_core 0xd49a95db edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04dd92ce fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x183a4f71 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x19b60bbe fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1b5a2476 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3157458d fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x33ca1f99 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3fa6ca78 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x46ecda05 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4ba29e25 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4c96c678 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d5d4eca fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5a706135 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x750e7c8f fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x77c10407 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e431b14 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x843d76cf fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x862d2908 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8cb578d8 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8d60285b fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x999be7cd fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa97408fd fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb20c16c7 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb549404a fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbad22931 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbeb7a630 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd07a2694 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe083d254 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe0d2f407 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf311b137 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/fmc/fmc 0x3c696e00 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x40e54120 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x53af1e96 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0x71b1fa47 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x759c604e fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xb3e1394e fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0xc397dd3a fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xd374e6ea fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xda73513c fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0xf0b0273b fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xf0e97cde fmc_show_sdb_tree +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x824a4b58 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x041bcaea drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06b2b7c3 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x070d02cb drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x082ae261 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0acf611c drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0af36af1 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b0b5f7e drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c0c73d8 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c706d8f drm_panel_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ec527fc drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f69aba9 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x104ba1df drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x118b43b8 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11baa14e drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11bbe887 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13cdaadb drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13e8a0f5 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17d42cde drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x199c42d5 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19fd0927 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a6898d2 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b04cce9 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b974c2c drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bb748d9 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fd1d03f drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20477da3 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21013c18 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x215782f5 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22d88df8 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2466341e drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2697cfbd drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26988f49 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26c74895 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x283e95ec drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28b23c92 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a62e5d4 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cecec14 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d5270e2 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ec0ec2b drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x303a4276 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x317a2f0d drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32de87d2 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346bae94 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34d26ec8 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34d8c599 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34f4758c drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x363b80c5 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x382c3c65 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3872c8a8 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dd3cf8a drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e1547b4 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eeea4c4 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f222e9b drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fd1eb6b drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fd37726 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40568eba drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4059206a drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40b0bf97 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43110b65 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45971e93 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x480f7c6b drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x499e03dd drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7fa589 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c6e8fb2 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d14500e drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4dc4361b drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f7a29e7 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fe708f9 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52d92f88 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52fb15cc drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54ede213 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56dd20da drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56e072fa drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x574f09a5 drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57d986d8 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58b4cb80 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a268d54 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a3bda3a drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bce0363 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c139389 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cf92368 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d6491b3 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63e7b825 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64a10e46 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x674f901d drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x680e4b92 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a43bf58 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac14315 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cb24708 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ed819af drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70508aa2 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70f388ab drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x719d797e drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72f80270 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73368415 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7463f901 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75113026 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7671e868 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x774fb655 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80dd8ea9 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84227fab drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84ad3ce6 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84b86073 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x869d6b50 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871bb231 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b64da2f drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bb0e057 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bba5269 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cab16c7 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8edd8479 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ef0cb86 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f1ba197 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f91d8c9 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fa36919 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fa8f183 drm_panel_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fca7243 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91220b7c drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93ef46a8 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93f058e0 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95fcdccd drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x962a3eb4 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x988a14fe drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98ee1074 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e78d992 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9efc26a3 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa04a9f1c drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2022c0f drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa206c06e drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3fd2ba1 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4918346 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa51099d1 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5d3439e drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa821a12a drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9055d79 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa1a6e72 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab6ae8b2 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabcf813b drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaffc4c2d drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3526928 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb43a9b83 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5e7485a drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6118ee1 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb75c4573 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba27d943 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbb7887a drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbce88d5a drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbed14c25 drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfc9119a drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc135bef4 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc368da59 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6fd55d8 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7304d6e drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7857673 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9e51cd6 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca4f13e1 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd735b81 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce7b7484 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf55b032 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd08eedd3 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1a64fb0 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd230ef1b drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd595b2dc drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6aadef7 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7ab02f0 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7c1bf6b drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb5a5852 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddb97d0c drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf8da356 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe13bb8fa drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3349fa5 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3dca22f drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe773d682 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8e5259c drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeaada241 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeadf12d4 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec549b25 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec722ff6 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee28eca0 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf15ef369 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1d6bc91 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2ed900c drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4074951 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf48c797e drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5348a27 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5ee4395 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7f860aa drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf93df822 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9a6a0c6 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9be1ca4 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa16a5d8 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa32310b drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa4873fa drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb5971d9 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc4e8a8e drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc5177ef drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc5e29f1 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd4a8c53 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe0bee2c drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff99377a drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x046453b0 drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x065cd887 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0660d6db drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07076554 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09db8ab6 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1389a1aa drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2089847c drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25551333 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2772931d drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x301287e6 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x39143000 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3abb1ca3 drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44a5f406 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4536ed57 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x46bd6b75 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f5d3aa3 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b7b425a drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6af88da9 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b42a621 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f9b8a45 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75e01cb8 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7700e09c drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79f5e012 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x90b1f482 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x938d3236 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97f3be9c drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98a5f2a4 drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x992817fc drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9eabe1f0 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa43f581f drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab722404 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb678c69e drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb69f9b4f drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbaaa7606 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb0f6763 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd37b9ce drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc150184a drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc60d742d drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc851b8b9 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9efacac drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce290dc2 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1e9c274 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3623797 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3f07c70 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe55bb5c4 drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe9f55bda drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed5a10b9 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf10de291 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf4a4c8d9 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf85829f7 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x1446183f drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x634aa3f0 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x73b695a0 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x07f61184 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0f18c57d ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0f46d5ca ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0f74963a ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x131dca34 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132b05be ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x136ec7fa ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x147121c2 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1c1a1cc6 ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x20b1fee3 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x22da1ded ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x23303a22 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2a138e38 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2c7fac9b ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3463d675 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3a74ddff ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3c91bd78 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x41472484 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x45981dc6 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4628b006 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4bd15788 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x573f7dcd ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5839b3bf ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cf59609 ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x604d0318 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6370848d ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b1d568 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x699402b1 ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c00790a ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c0ec969 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c4ecb10 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x70a882e9 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7b8e0832 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7c1a1111 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7f749199 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7ffb8f6e ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d5772d ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8589758d ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x863be881 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86bb8a6c ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8f03859d ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8fec0787 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x919f6824 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95ca7caa ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95ec3560 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x97bf1c75 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d5c22e8 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa715ef3d ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa77bdc50 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xac2f70e5 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaec9539f ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb2f3641b ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb734278f ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc05437d4 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc968d68f ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcd8eb90f ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce7e93d3 ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd65d9b4d ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe19c148a ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xefc4df0d ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf0a84021 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf2069b06 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd7484d3 ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfe27f686 ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfe8cc064 ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x17cecca1 host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1b1f1906 host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2356e608 host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x28206f84 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2a9b2b05 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x30eb4e93 host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3b1f2276 host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x43799a4e tegra_mipi_calibrate +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x49b11e6e host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4c79c0a7 host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x57b0e9f4 host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x622bdfdb host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7178973f host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7cce6b94 host1x_channel_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7e0688ff host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa158b6e7 host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa203ae6c host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xaae18ecd host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb8c13b68 host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbb1ba948 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbf0af88b host1x_syncpt_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc3d59cde host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc5e4c779 tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc823a3c2 host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd2b735ee host1x_driver_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd2e40cdc host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd54a572e host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe4f370eb host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe60f3831 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xeaf009f0 host1x_job_get +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x665499c8 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x11d90e75 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x2f13156c i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x73187348 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xbaffc3b4 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xe2b1db2e i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x8fcd081d amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xbabde97e st_accel_common_remove +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xda96c614 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x35b1b3a2 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x53bb6d77 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x7a045f0a hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xa3b4f26f hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xb2e363f7 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xb6ed5294 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x0e492508 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x5a793dab hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xf675896a hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0696566e st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0781b5f5 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x17ec5b84 st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1b912baf st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x204be52d st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x3bfdc0ad st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x547db6ba st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x551d29ff st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6b0fa1b0 st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6b403be2 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6b80dd46 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6ee92f72 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xaecbf9bb st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb0a79f48 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xbc52d4f0 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd8b5b35e st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xf7f3384a st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x260b3694 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0x92671aa9 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xd7f519be st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xfec1fdf0 st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x284b1f38 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x5f003e27 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x0041d6fb iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x09d41bac iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x103a18d7 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x13471124 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x22e9cf10 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x296e89ea iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x324a9809 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x3bde09a0 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x4ebdd843 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x5c3d788b iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x645e8711 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x6b1637be iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x75081c91 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x759d4507 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x7eb5d183 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x844804c8 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x9062e548 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x90895b25 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xc55cbc44 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xc9c1a5a2 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xdc2a9bdb iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe4d0e812 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xecc6afec iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x4b245be7 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x4d6b9014 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x36208057 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xf2aaf903 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x2645dec2 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xc044fc32 st_magn_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xae1a8e96 st_press_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xf664ffae st_press_common_probe +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x45bbba01 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x5347cc38 rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x76db3579 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x7df81f32 rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x365cd645 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3a85c96f ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x40c6ff8b ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4797d810 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4973acfa ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4cd604b5 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x762db961 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x79284e8f ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x875bfa5a cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8c1ffd4d ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8c510136 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9cf1df58 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa622d706 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc39edb2b ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xca58396a ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe32c101e ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf790d77d ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0371eb27 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x138ded50 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x157dd893 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18b36224 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24581d96 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e0155bc ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e1ae595 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x321b74d0 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x324114cd ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a07cc2e ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44851387 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47801b6b ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47866b94 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48c8e131 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b2f6aef ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4bbc36e8 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c40b2bd ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4de13ba0 ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4dfb5db6 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f15bb01 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5519cfd5 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6012fa3c ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61b3b920 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64861378 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x659b6cb3 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69bd60fa ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c2ca51f ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x767e2385 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77d5c4f6 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7acca679 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c38f6af ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7cb0a73a ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80938df6 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8190313b ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82889889 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b5c6b78 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d7e9ed3 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x921a4c23 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x962dac5c ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9686f12f ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96ad320c ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97140e9f ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97d5f5e3 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ace360c ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e16c80d ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e704160 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2497b4e ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa48c01b6 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6e8c663 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa915a9dd ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf8f9646 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb01f0e7b ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb795eee6 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8986c8f ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb97f24ce ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb02fae2 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbdff6e30 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0121050 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc01fea3a ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1318db0 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4334fcb ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb37e9d8 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbc88997 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcda5d41c ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcdb90a83 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce4f828e ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9cdb286 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbdea6d6 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdef3241b ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf4fc201 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1671bd1 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2be27d7 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8a810f2 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee8caa77 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4c68592 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5fd9a58 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6e35211 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf81e05d5 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9530529 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfef6e063 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff073efb ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0ea42a45 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x278a6f17 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3ab1743b ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x54482449 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x5eee7636 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x617bdbd8 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x73c3560a ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7ca94c77 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x879ee08c ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xbd23e2fe ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xf6a202da ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xffab0011 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x1d2bf1f2 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x1d3cb8be ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x3d756c0c ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x3f8076c0 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x700d6c3f ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x74c13b27 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x99cc2141 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9e7aad54 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xde9e1b2c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0aabfc6d iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0b2c8719 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x319dd307 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5e5e659b iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6f6aa3ab iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x966b5624 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x995db0f8 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9b5d4e4f iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa1420bb1 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa7123138 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa87a2f1f iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc17ef6fc iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc886797e iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe47e6b29 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0354d35d rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0be019e7 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1b38e811 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x29b012a2 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3d4549d7 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3f0763b1 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5e6502fe rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6101085d rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8c05b8a9 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x94b31588 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa60c0990 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb5a7bf3d rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xba2059de rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xba9375fd rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbc368510 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc54d2a17 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcb7ebf5f rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd483c7c5 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd490e38b rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd8f73a8d rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf1f94ad6 rdma_destroy_qp +EXPORT_SYMBOL drivers/input/gameport/gameport 0x027935a3 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x10f91b91 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x21df5c92 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x226597f8 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x6b52ae72 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa991f6ee gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xcac98c2c gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd44b0545 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe86ff133 gameport_unregister_port +EXPORT_SYMBOL drivers/input/input-polldev 0x214c2708 input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x297f8e47 input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x2d25dfd5 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x3e523ba8 devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xed4a2055 input_free_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x97d544c7 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x79c6c3ef ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xa7ca52d4 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xdd012261 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xfeb14e74 ad714x_remove +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 0x9e536c3d cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x3cf38be2 sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0xc383852f sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xda564cfc sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xdc6576f8 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xe1b92e8a sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xe78922c3 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x1c18010d ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xe9efb015 ad7879_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04115b6c capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x64ff251b capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x83b6eaa9 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x84240574 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x84c276d0 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x87bd55e8 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9450ebce attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x97459ed9 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb7ff991a capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe4b0299a capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0a7d8811 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x2b0677a4 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x33647642 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3cea3ca9 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x474e74c8 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5cc853bf b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x90a03afc b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x96c42aec b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa72f6799 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xabfd6fa0 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xc5506a4d avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xe07c41e4 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xe0ef893e b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xe857a0a7 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xedc7aca7 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x11ed8226 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x41242440 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x4b2e706c b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x6a93fd35 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x73a96107 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xa312cc56 b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xca690e48 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xce0fb9fb b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xe74516e1 t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x2fbe23ce mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x62724657 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x87a044b8 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xb0e48b67 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x33fca3e1 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x7c3604a3 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x2643c571 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x12c224b2 isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x2a982089 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3bd74ab5 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xdf5d138c isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xf5dc29e3 isacsx_irq +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x1d974b70 isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x47c2fe56 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xea9fef39 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x047d941a get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x08247f32 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x10c3e42e mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1a2468ef queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1e1eeff8 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x22fa850f mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x25ca9240 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x28f47f15 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2b0d39da mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2ca39f23 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3e4867f8 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x463953e6 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4734217d recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6bd01c29 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x74a5c429 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9b121f37 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa9f467d4 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xba5929e3 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc860232c recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xccc00847 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe4bce509 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xeadc11ea mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xec14f7e1 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x1ba5fa1a omap_mbox_msg_send +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x3b53ecb1 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x4004f065 omap_mbox_get +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x57dc5726 omap_mbox_restore_ctx +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xb6c287fe omap_mbox_put +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xc8bc7315 omap_mbox_register +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xdbc75fe3 omap_mbox_unregister +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xdc8a1bab omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xec411ef3 omap_mbox_save_ctx +EXPORT_SYMBOL drivers/md/bcache/bcache 0x10dc0d06 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0x117fe64c closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x21c7828c bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0x3361c614 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x3719c1df closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5d7def5a closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x66d28e22 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6969b5d8 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7b55ca4f bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9e8b3cee bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0xab2d2b84 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xad29a6f5 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaec09a2b bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaf77343c bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc04554f7 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca580595 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe25d5d57 closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe47e0829 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xf8fd4bac bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-bufio 0xa7978f56 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-log 0x2855431d dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xabcf0eeb dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xcdebf190 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xec19ab68 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1dea6a82 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x24878c3d dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3c843e2b dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6b74ec32 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x834df25e dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xbbd1f040 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/raid456 0x2ed2b05d raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2170f255 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2429ec88 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2cd527c5 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5f9da93d flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x81cfda57 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8d892f7e flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9adb8c6e flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9d7bc0c6 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa9872635 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xaeb2edd5 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb0851f05 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc54762c6 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd861eea9 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x1e9ce558 btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x5868831e btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x6d74d52a cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x8283924c cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x8e5214c9 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xf4e61584 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x838bb254 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x5d9921f1 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0xf33a3254 tveeprom_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x096b0e44 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0b01101f dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0f92116c dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x15c6734f dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x191874c5 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x19a121ff dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1f3db61d dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x201084da dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2034ec92 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x208da026 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2863aee6 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x33b06c08 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x344908d4 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3656cb10 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b480a6a dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3c546ff5 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x42a36e1c dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x629f9d31 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x67ce9d46 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x72180695 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7e2d5cbb dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8633f37b dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x953bfe5c dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9c19040b dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb294b525 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb7f5f8ce dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb8217287 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb1a8bd4 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdc094c39 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdc41a7e6 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7bd0e49 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7c6e7c5 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xec0c9510 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf132d7fb dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf248db0d dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf48116c6 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf5c383f8 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x0d0180e7 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0xb19510fd af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x8871b5ba af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x6505fe4a atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x2c0444c2 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x30808054 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x35414b03 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x408c7674 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4e75d969 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x526b2c11 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x8f811eb3 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x916549e2 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa74d16fa au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x809a21dd au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x3d7a15b9 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x38a05571 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x6c864747 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0xc9a4348a cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xa6415914 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xeef695bd cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0xe45d703b cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x2600d151 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x32942568 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xda402b87 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x047e8563 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x0cbfa204 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x5f5fc289 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xb95a9db5 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xd532d34b dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x032216ef dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x09b61bbf dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x144b9f29 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x55bc7cbb dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5d6fcccd dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x66f1c079 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8591deed dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9d67f15e dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa973b65b dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb06dd66a dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb0f97fe7 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc15fca34 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd3936860 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe96098ca dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfe545a06 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xc704ebe5 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x30167283 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x635be030 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa7cf03e5 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xce28c509 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xdfc38088 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xf08bf90f dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x3bd8fb8f dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x59bc6bc8 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xc661c05f dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xd66b1f4d dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x03e66100 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x2439f1d9 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x299f37c5 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3936ab09 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x48939be9 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x5b6a7c38 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x717ee140 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9b66ed15 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa92c1da2 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xbe77fe29 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc07fbda1 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc37d1648 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc8918ffe dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe2e37e00 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xed2cd5e0 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xefa10e62 dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x10afc5b7 dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x18bd731c dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x280312d5 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x29040bf4 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3a9402a9 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x4d476027 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x5094394a dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x56638923 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x69459c61 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x89170cb1 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8f42c317 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x909006a6 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x98032861 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xadbbeff0 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb8f48e9f dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc4157479 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd6b5170b dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xeff8742e dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf8ecd810 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x3a72eecf dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x5132e0c7 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x708086e6 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xd2cf8ec3 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xe40e5595 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xa41bda98 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x31230287 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xf4fd9e91 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0xf422f7e7 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x2413051a ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x77f3bf92 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x4eaeccc4 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x04b252e6 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xa39d3aa6 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x44bd65e9 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xb6a45ab1 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xb8dc5249 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x4e0c318c l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x4d1ad6a0 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x7a7b43f1 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x5877597a lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xbc880db1 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x87ee01cd lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xd3fa98b1 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x3b4b1bf8 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xce63bad6 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x53e5f634 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x3fcb496a mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x6b78e9f9 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x64b3e9c3 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x0d2a09fe mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0xb2115fba nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x779d46f0 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x186ccbba or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0xc0a61906 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x452ec2fc rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x971cb4ce rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x1334a13a rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x880ffd82 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xe6da8598 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x8c49d753 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x51bd2e66 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x7e14fa4a s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xb5b6d8d3 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xe194528d s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x86c38871 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x116afb5e sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x685d0347 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x697a4c24 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x18c4bd4e stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x91ee043e stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x019731b8 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xbe0f8396 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x0477c621 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x13af25eb stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xc668196e stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x8f8bcee6 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x0dafbfd6 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xe620e8e0 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x17d01c6c stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x97d4d4a0 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xcac3af9e tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x6fac850a tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x8b4bf623 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xce1e740e tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xeb0c322d tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x5830b6f9 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xac391138 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xc848161b tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x58ad23d1 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xdbf45c72 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xe44c06d5 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xb4e58bd9 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x326546b9 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xecbd1f94 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xc363ae9c ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x1ef9e11d zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xc8ee4855 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xbfe96ecd zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x11af308b flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x33f7d542 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x5ccae4fb flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x7ecb0768 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x838486b0 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9ba32a96 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xeef1209e flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x40b1dca2 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x96631df3 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x9eae3115 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xa2428e7a bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x139dd3ce 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 0xc7373840 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xeacee9be bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1393d499 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x16ae58dc dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x281eb570 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3a8363eb rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x411464f5 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5654585d read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x67019307 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x860faa1e dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x89bd5644 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x77779eef dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x34c0855f cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x43edf06a cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x9c7141be cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xa17781de cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xbbb3dd6c cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x0e6a815e altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6d4e3baa altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xd911b6ab altera_hw_filt_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 0x11bb284a cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x165359f9 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3dfa35c1 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x8e704fbf cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x92bb3417 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc4369b0a cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x43e8f8b2 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x5bbf7511 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x0275dd77 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x250f3141 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x9d544f7c cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xe799830e cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x7365cc54 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8f3dc5a7 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x946f0fbe cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x967845c6 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xde63859a cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xffb9dc8e cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0a79d14b cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3e5cef77 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x402637be cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x41f8a0c0 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x432b2d87 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x49225914 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4acc20c6 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6f71e0d6 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7d66de0c cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8079961d cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x98d1bf9f cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa6268f5b cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xab482e6f cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb2093367 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbe237fb3 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc126c8eb cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcb1742d4 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd29f897c cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd3291a23 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd8691ed5 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf9019990 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfac358db cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0d1f2ac2 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0f74e406 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x10f1462d ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x17259100 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2838acea ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x30923379 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x33347d62 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4620565e ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x63e40449 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7a9d6953 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9f51b0de ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xad044513 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc0f4d278 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xccac613c ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcf6e7823 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd16f8b67 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xdb23a316 ivtv_ext_init +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 0x186febcf saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3601ee0e saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x57e451ac saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x74c2920c saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x869b2ac1 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x982db3ce saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9834b3a6 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xab1d6d90 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb11a309b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd2379490 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf1612aec saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xfad71fea saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x46674227 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/platform/davinci/vpfe_capture 0x1eaf8967 vpfe_register_ccdc_device +EXPORT_SYMBOL drivers/media/platform/davinci/vpfe_capture 0x22a2e99c vpfe_unregister_ccdc_device +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x088ccec9 vpss_select_ccdc_source +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x319709a6 vpss_clear_wbl_overflow +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x54146824 dm365_vpss_set_sync_pol +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x6e5b5413 vpss_enable_clock +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x72f7c8bb vpss_set_pg_frame_size +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x749bf2c9 dm365_vpss_set_pg_frame_size +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x7517e8d7 vpss_dma_complete_interrupt +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x95f8c400 vpss_set_sync_pol +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x20059528 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x26d909c1 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x4a40a126 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x4b52ec35 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x50c4b942 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x66c022c8 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x90c83a58 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xaa55c7b9 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xb684376f soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x0c89d4d8 soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x93852c61 soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xc2a4283e soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xe43ca486 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/radio/tea575x 0x0d9179da snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x0e499770 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x3461845b snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xb604fe08 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x4baef13d lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x520a2531 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x8064253e lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x8c9aa801 lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xe91d1ae1 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xef0c0bef lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xf91859fd lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xfe0f8f71 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/rc-core 0x57ea89e2 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x63179935 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x8ee60c00 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xa3c5db0f fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x298f9e40 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x661aba0c fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xfaf5f7f5 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x1fa55872 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x411dad7d max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xd0e71b4d mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xfc3722d0 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x082bb025 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x8266e37f mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x12d0446e mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xa14f99fd qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x3414dfb5 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x56ea5213 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0xcd159209 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xd8aeb4c0 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0x9dff55d6 it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x5ea8833a xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0xe76bb058 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x00eb9ca9 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x641171ef cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x434c7eaf dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x535a4afa dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6c6cbda4 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x861df9d6 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x8aa68f1c dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xacffa702 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc75a8ead dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd0be254f dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xff87fa0b dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x44a49497 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x940ef5a9 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x9b0c92b2 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xae11d5ed dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xaf82b783 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xd0770384 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe5accde8 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xa22ba6bb 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 0x02a87f56 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1c00c167 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x269f8a10 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3011c7b9 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3a9c8347 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x408e2248 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x54ef8e1f dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x759af8cb dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x95dc2123 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc0bccd08 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xda5c2b79 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x6209b279 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xf9571358 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x2b18077c gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x43c3934e gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6bb6acfc gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6d64c5a4 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x7b1a41a9 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9b91e5b0 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xea1056e2 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xfe5d3a9d gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x7f23b93c tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xa894d6c8 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xab94f3fc tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x18d0ad30 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x3317acfa ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x2da04965 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 0xd824f68a v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xdfbaa3ff v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x58dde011 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x67bae3cf videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xbc285197 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xd1424eef videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xf7522619 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xf756a416 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0xf8a6f8b9 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x5b3df61d vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x5e0cbebb vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x665febc5 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x8447970d vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x8b47a146 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x9a10fb2d vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0371ae7f video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x05c046a8 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x08b11905 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0971752f v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0c743115 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1510aa5d v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x152b36de v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x156cb20b v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1cbcd03e v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x202c83a3 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x26e3b79d v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x29c86f47 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x30961cc9 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3172d88c v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36ddb3ab v4l2_clk_enable +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 0x41d05861 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x43f4931a v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x45b35eed v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x49d2ca4d video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4b5c1a41 v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x50040f53 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x50ecd4bc video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x51f35a8e v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5655067f video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x58ba325b v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6058e233 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x61903b02 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x634c9ea2 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x63cd6fc1 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x676cd814 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x751dfab7 v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x77d169a5 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x79b29120 v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a8e22c0 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x80fad00d v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x85017121 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b613a8f v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x907df818 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x92147e17 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x96305db1 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x99960228 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa055d9d3 __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa29ac5f1 v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa4ab22a5 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa50b555e v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbf993c22 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc0827d57 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc211f395 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc96f2df4 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xccef8f50 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd431e83 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcdb283c4 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd09a31e9 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd51dd207 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd7e4dea4 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd9b2861d v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb028472 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb212b95 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdcbfabb2 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdcfd57be v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xde3f016e v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe249474c v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xee0e51be v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf2584323 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf2fdee11 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf990ecef v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff2c6275 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/memstick/core/memstick 0x17ca9d5b memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1deca702 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5b5c17c8 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6abe7000 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6d5425ef memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x807cfbba memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8c1ba9d9 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8c9b5da4 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9f147ada memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb4949e9a memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc6fe309d memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe010bc6b memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf498da50 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf9b7c46d memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x042844ae mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x12094849 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2711d68f mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2722b36f mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2d1cbcc4 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2eb766b4 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x37e8b49d mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4506f61a mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4838dffd mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x62bfb9c4 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x636a9ce3 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x719a7d1f mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x724e89b8 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x72f9b112 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb3b7e2cf mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc827fcb3 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd69deebc mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9ed1730 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdb6bd051 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe52ded08 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe7a6617f mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe8978d76 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xea78ad5f mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xea9d06bb mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xed43e370 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf54cb224 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf6281cf8 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf91b8b47 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfa12ef7c mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0f03476e mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x11e1e614 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x12fa3e43 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1302ca07 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2bc00e0e mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x309363c2 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x425f1e02 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x42e69974 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5326248c mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x54915b64 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x594e17ed mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5dc4070e mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x66f39641 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6a6d8951 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6c05a9f8 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x765fdeed mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x788aa273 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x79fdcc75 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8b7077df mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9bd9d436 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa8b0e0bf mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb7bdd5aa mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb822db44 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb9944c46 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbc6e9416 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc5fe20dd mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xed42b609 mptscsih_io_done +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x081a66ea i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x08831d38 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1517079d i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x18f65d4d i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1c282c7a i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x221d88b6 i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x251fdc30 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4415d98c i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5bc22f58 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6a7d2c87 i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6ec349a6 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x71cfd3a8 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7c9fee05 i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8306ba09 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x89f67258 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8e9d5bae i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc35d7a39 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe767a5bc i2o_device_claim +EXPORT_SYMBOL drivers/mfd/cros_ec 0x0fb95858 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0x6c9b991d cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0xbde41613 cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0xce93eda1 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0xdc67aa62 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x3d824108 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x420f1a4e pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0cc3818c mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x245818e3 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3465f431 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x48a0c2d8 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4d753a20 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5ab9c761 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6701e654 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7768ae56 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8765988e mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc04efd7a mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe0e44f82 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xef5d156c mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf5b7e403 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/tps6105x 0x0b71ee36 tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xced63e7f tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0xf5efb24a tps6105x_mask_and_set +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/misc/ad525x_dpot 0x88dfda7d ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x9d02177a ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x8a05ed90 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x1810b3aa c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xe8870f66 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/ioc4 0x944acda9 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xc6d7ceb4 ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x138d26fc tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x1f416a01 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x4712976f tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x547cae0f tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x766af915 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x7d802428 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x968c610d tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x9a18fc65 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xa97b71ce tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xd1fa21da tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xea96c7b3 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xf805a035 tifm_unmap_sg +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x34fcbe87 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x3ad17665 dw_mci_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x3f752fac dw_mci_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xd41de53d dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x2a0d455b tmio_mmc_host_remove +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x6d3deee9 tmio_mmc_sdcard_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x6d9d179a tmio_mmc_host_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x7a6fd700 tmio_mmc_sdio_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xc355ae69 tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xe9eee881 tmio_mmc_host_resume +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xf02062dd tmio_mmc_card_detect_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xf03d5169 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xf0997245 tmio_mmc_host_probe +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x66ba6f1a cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8d7c0d03 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd43524ba cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x56c3c94b mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x427b48ad lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/nand/denali 0x0dd8a150 denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0x37ceab0a denali_remove +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x72b50a79 flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x77d284f2 onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x8d2ab1bc onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xf1643b63 onenand_addr +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1f01c873 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x38e718d4 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x61c70acd arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x66af729b arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xbb5f97ac alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc2e3dd9b arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc764cf37 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd10fd571 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd195f717 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xec978235 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x291ec871 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x3a6776af com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xb25688db com20020_check +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0524b3e3 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x07eb7de5 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x088ca4b6 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x14807fef ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x35bf5fea ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6b4e1474 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x8094fccc ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb3b9a647 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xcb55afee ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe186a37a NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0xd70036ea bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xb6d493a5 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x006e2caf cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x04e671e3 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0c1c544b cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x184ae81d cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x31c0b0c0 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x510878db dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6a72241e t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x98fc56ef t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa4c113da cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb45d63cd cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd391d0f4 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd644ffe9 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd8568982 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xdca55b8b cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xde20244e t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfaa4f8c5 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x07b6a91e cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c7b42e7 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2376a433 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x27376a80 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2d66a3c9 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x31c9213c cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x392be75a cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5c7f5fc8 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5ffd6aea cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x662e3238 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7014a26e cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x76c9f6f2 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x79459104 cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7c0e20bd cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7c59cb0f cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0c21417 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa1c34135 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa7569e78 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8e9071f cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb35c7d80 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc0a22ba2 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xca408139 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcdda2e97 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcdfe0ff2 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd0df3802 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe6f00b80 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeeb588ec cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf750150a cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x011ba205 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x2afe12b3 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf52735db enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x8ebf5d3c be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xf6736037 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0db12a2c mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ecff144 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1abc6138 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c0ff0cf mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2299dded mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x259ce0d8 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ef9782a mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3373114e mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34776d21 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45e664ad mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65ba8ee5 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a7e7f5c mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b4f2461 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70e210f1 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79721ea8 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81319aef mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84ff1cdf mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e4f35c9 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9eea7013 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbace740 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc27476d1 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc5c21a9 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xceb6d4ac mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0bb4d3d mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5235e81 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd514381 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0add173b mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0af194d7 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ffe0487 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2800c9ea mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e844112 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33551b6a mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45ce10a6 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d10836b mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72cb46ef mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72dd375a mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7916b421 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x816f24cd mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x825f6233 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85f9130c mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c7f3390 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e8314db mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f2314f2 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3687177 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae99d86e mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0fa712f mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb62509b6 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb80c8b03 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5bde32b mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7e06c64 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9d82b1d mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4390495 mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6263eb7 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed86fdf5 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa7774b3 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x0738c76b hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x56abbd60 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x730be1fd hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x7d9b8393 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xbfab85e3 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x223dd441 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4a0279b7 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x9045ecb6 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x9354da20 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xa235bf77 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xa87a631b sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb478cf2d irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xbce499f8 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe4861f40 irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xef045076 sirdev_write_complete +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x8c26e89d alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xbce000d5 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0xc834f801 vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x1fc4c509 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x2a5f9ce4 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x366a9b39 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x633be2a7 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x2be4e3f4 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x4f18f4cd team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x56162ac5 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xc18be3be team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xc5059375 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xcb279aa3 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xd168e70e team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xe69d881b team_mode_unregister +EXPORT_SYMBOL drivers/net/wan/hdlc 0x45c8cf4c attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x468c816f hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x618054f1 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6741f9c1 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7864a57e alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb048ddc7 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc403cc41 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xcf330f85 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xda73e0b9 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe51700d9 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xec348f76 hdlc_open +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x28f27bc5 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x01e51707 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x08962e06 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x54a7aaf8 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7261833d ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8b31c347 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8c00c571 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9572dfa8 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa69b60af ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc71ca842 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xce75a037 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd0bf8101 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xece03fc3 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x00eea77b ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x065f2c46 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0e644ba7 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x62ea3f8a ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x67e1529d ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xae25d34a ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0e727677 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x57ea428f ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x72652385 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 0x98d7af1c ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa26983e4 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb480a8e3 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xbbf89c8d ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc73acb39 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe1938480 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xed599927 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x153c0a78 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1ac1ef7c ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x22b9f2ea ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5b1f0484 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5bddc303 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x64bff0c1 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7aaa2842 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8d8a343a ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x95c8db5e ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa1026c08 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa9ac13a9 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xca52ab78 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 0xd304128f ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd7fbb769 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdb3eaadf ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xde522814 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe8a1b27d ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfb3d053b ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0010fbb4 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0129d9d8 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0153eb3d ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07172517 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0b23980c ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0b81f6f9 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0caf891a ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0fed30ca ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1031a67e ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x11dd0c8a ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12bb8a20 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x14762f47 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x14858620 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x154e0f8c ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x197f03f0 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c0f17b8 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f65e26c ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x23f7466a ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x243bcaae ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2919aec4 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32e68b31 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x353f1a1b ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3758a055 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c4852cd ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e4e5a33 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f112079 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47a92ad1 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47b1c524 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47dc3f55 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x480afc04 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ac2b6b5 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bb18ef7 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d92c621 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f2e6c19 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5439cc02 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x567f5882 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57479c79 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c06cecb ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63676d5d ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6527e176 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65d13c1e ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ad0fba1 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b6ceac5 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6cb8772c ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e990a03 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6fb5c49b ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7065c97e ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x775d1155 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7b7369cd ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7bbca431 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7bc26120 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7c508536 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d5a328c ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ef0ac59 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f78381f ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x838bd011 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85a78fd7 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x86f7afda ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x882c8095 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8947f8a7 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c171bea ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c2557ff ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e8803da ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93285262 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c28fabe ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa17487b2 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa44bd7af ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa45a6880 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa67323ff ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9c2355d ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xac3d3ed7 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae644c3f ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb11b7fdc ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb2f3141e ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb36595c0 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5d5db49 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbedf50a8 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf87efb8 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbfc2e4e8 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc54a29d8 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8239e05 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc29cb4b ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc62b741 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd12ba7ed ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd160a919 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3ae6677 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3f823c8 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5277282 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd97bbf69 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xddc96a9c ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xde401128 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe07799aa ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe143337e ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2dc656f ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xedf78dec ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf204caca ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3546b00 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3f02cce ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7e78421 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8034877 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8dcb14d ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa81caa7 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb876bf4 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/atmel 0x066435c0 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0x4b3704fb stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x661ec7be init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x07f1d9ad brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x0e32605a brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x2e15a7f6 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x4adfd235 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x51788e5d brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x5dbb2a09 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x83f2cc49 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8f7d1727 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f0064a0 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa68e53eb brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xadf73420 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xc806a825 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xf172f498 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x005e7731 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0f334243 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1a077b60 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x284c5208 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2e1da6b9 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3be5f909 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6f33e43b hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x71eca868 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7a3692d5 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x811d3407 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x81693fde hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x81e7a12d hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x898abdb3 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8c2ecf36 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbf83c08e hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xcab51d74 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xcd939d21 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xce7a6f52 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd3ac6eb5 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xdbcaee58 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe3acaf15 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xeab6fb5b hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xefc8c2a0 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf2b44be9 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf6f3b434 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0dd25fdc libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x10f67cec libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x11a71ba1 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x4cb9e6b6 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x54bc3a5a alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5ad999c5 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5dfa0207 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7db2ec83 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7f82f08c libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x84a8afef libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x88a3ebb4 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8c6429c6 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9f486e10 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa2f80c2c libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa3fde0ad libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb1b42f81 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb5b1b981 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb62dc05d libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb6fc9d13 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xbbbab1d7 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf16896d7 free_libipw +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x006ba0b8 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x00df9e75 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0294fa8e il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x02e13f6f il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x03feeb7f il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x05ca8379 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x067f0948 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x14141023 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x170bbe56 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x180fa7f7 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1aee9891 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1c5210df il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1cd4f35d il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x211c39b4 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x21a341df il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x27666d01 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x29a0d42e il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2ad46011 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2e1e1d35 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x304f7901 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x33322b45 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x35baa150 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3a9b4b33 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3d5bce48 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x43ce788e il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x45297451 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4581a7e0 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x492339e0 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4bf29f55 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4c3ac897 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x525a2d0e il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x52989ef7 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x55e98f4a il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x59685611 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x59f2cde4 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5a462f3b il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5c0b6022 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5c3058aa il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5d59b1fe _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5f7d51dd il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x601cb3ae il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x609dde1e il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68817772 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x69415544 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x70f76233 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x737b0ab5 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x750f3b66 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x783894c0 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7a9d34c3 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7b6e22a1 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7d1175b3 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x819dfd70 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x836f5e24 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8a8fa01d il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8bd80829 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9243a07e il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x959f3231 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x95fb2c1f il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x96dc538a il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x99b23898 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa18d05bf il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa2c76faa il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa3957073 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa4a8d20b il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa4e2f3ed il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa66c012d il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa80be9a1 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xae1c4b8a il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb4190c9c il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb51b3b48 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb63850bf il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb79405bb il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb8d6118c il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbc3a19cc il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbee3ac7a il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc055c409 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc08f0018 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc8b84422 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc9e0a132 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcc36aa29 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd573af86 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd5c30d51 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd6421141 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd968b861 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdae8bcee il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf63c96c il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdfeb6891 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe3edf532 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe509d47c il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xea92c2fc il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xeb4d1a24 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xed7104e2 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xef2d7b07 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf0afe67e il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf20179b3 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf31f7163 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf51e7983 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfa46b44f il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfe6b7d23 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x084b4719 __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x39483213 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x57a72d66 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x5c04aae1 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7fd93860 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8dcc4441 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xaec44e29 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb54212ab __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xbc905f54 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xcf2b88e0 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda9416fc __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe9fb9634 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf161b336 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf5eccf84 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x09bf5ddf orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0a8ece75 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0b09f1c6 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x2329fa72 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x56af8c49 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5bfb0c47 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5fe05bab orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x626de901 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x6274d2c2 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x704b28d2 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x76486d3d orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x76ac93a7 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x7861fae8 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x84eef873 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd6c638cc orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe177b979 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe65040cc orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0x602d1838 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x04139cf3 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x170d2ecf _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1bde56b3 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1f92f1a7 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x21a4e890 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x29240370 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2a5101a0 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x308fa41f _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x33060038 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x35b04dd3 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x41138876 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x471d73f2 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4b3f8336 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x513d9914 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5e5c7434 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6cf07d8c rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6e4f2f23 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6f0d3d3a rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6fff7f54 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x70caca60 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7b6dbcf5 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7ebc4fc4 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x91ba39ea rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x99cfc08f _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x99def905 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9ef7fd25 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa11af2a8 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa1ae4dfe rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa20be3d0 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb290a01a _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb8a107db rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbc89c09a rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbfabb67f _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc36ec224 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcdadb95d rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd5938bce rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdf424af9 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe39af17d rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe7ab8917 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf06775d3 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf7b5ccb2 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x426b86bc rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x73fc940f rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x98c6c1f3 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xc600d0e3 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x8432b59c rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x8916177e rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x9513cb1e rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xf7077537 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x04923e9a rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x06544c5a rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x143fc16f rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x14cb981b rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x23345969 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x355a8ad3 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x498ddee3 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x56417d2d rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5b9a4d13 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x67ee7409 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x71292b06 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x83fec337 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x8f262f7f rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9e86039c rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa2b34d9e rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xab616587 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbfce2b30 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc75b21a9 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xcba2cea0 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xcbaf96a6 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe4a70d7e efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf00f4266 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf4e273b0 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x29be9c3f wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x35777847 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xbe3fe72a wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xc5e5482b wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/nfc/microread/microread 0x2b45afe7 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x3834422b microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x8617f060 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xcd6d3de7 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x91303278 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xafbb97ce st21nfca_hci_probe +EXPORT_SYMBOL drivers/parport/parport 0x03f131ea parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x1a766d8c parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x1f928207 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x2416db35 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x299a435f parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x2e6eb384 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x369c4940 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x3b263f52 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x46846a40 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x588fc2dc parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5ef72589 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x686f99b9 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x7b19d3a0 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x7b84992a parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x8072b58e parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x835e88c7 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x889f667f parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x97d593ec parport_write +EXPORT_SYMBOL drivers/parport/parport 0x9bc1aa79 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xa1893311 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xb34ea750 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xb9d2b725 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xc703f71b parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xcc73b85f parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xde9a7100 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xdf05f246 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xed20c337 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xf2fad1bf parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xfb06e600 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xfdabe0e3 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport_pc 0x2ac42e33 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x3182c3d2 parport_pc_unregister_port +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x456fbf9d rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x47a633cb rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x5ffccfbe rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x765cc523 rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x7ecf2461 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x95ad716c rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x9b29d653 rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa54db70b rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xd21e5786 rproc_alloc +EXPORT_SYMBOL drivers/rpmsg/virtio_rpmsg_bus 0x1c2edbb1 rpmsg_send_offchannel_raw +EXPORT_SYMBOL drivers/rpmsg/virtio_rpmsg_bus 0x5dd5ff44 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/virtio_rpmsg_bus 0xa53c9631 register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/virtio_rpmsg_bus 0xef930cf7 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/virtio_rpmsg_bus 0xefab7b52 rpmsg_create_ept +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x06ab6ec2 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1ccae7a6 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2904b92b fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x29a12152 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6b1f6152 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7a237be2 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xad99102b fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb4298041 fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbd6e1d28 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc5767a19 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd4848fd5 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf6b4d680 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03643d1b fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x101a7a10 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x16662e4e fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1fc9f648 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x25a4e6b5 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x28886865 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x35d7af93 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x37fd7d47 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3ae2f5fd fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c92ba3c fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x46005e9f fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x479a720e fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x500d22c4 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5147b91d fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x576a8d71 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x59f35368 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x60f1bfe2 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61cb0433 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6353bf38 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x65486373 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x71373d6d fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x72557534 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7a8c7e5a fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7bb45e41 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8105ad95 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x810f1246 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x821e783a fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x83553bcd fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x87d2846f fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8cbde079 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8e228fec fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8f01adc2 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x928ac36c fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x937585f8 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x99955983 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa037bfd5 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa4fae033 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaa34460b fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaa868f77 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xafa67ea0 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb7bba997 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbbbefb07 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbf239a6d fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcc66c897 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd683be9c fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdbfecd9b fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdee300b0 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe0c9f7c8 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe193f556 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe94d7ce1 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf82b251d fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfad9a9a3 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x37169f2a sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x805184bc sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xc3c87682 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xf39b0e82 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xcd321d2e mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x063a484b osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1c5eb48c osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2364384b osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x24ecb7ea osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2cf1ff5f osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2d2dec4e osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2ff57192 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3490c876 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3b301f69 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3d705ba6 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x457c8bc8 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x46c69bd5 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4cf7e4a3 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x596e383a osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5fb78648 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x716f7630 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x77703d62 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x81356c66 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x870c9fa2 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9807ee87 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa7c5d80d osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xac13a106 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb1b122de osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb28d8588 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb9f69fe7 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbe0b2bef osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbf6c2807 osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc180691e osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc1c3b2f4 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc24c6d9e osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc2ac5da1 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc88e3af5 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe375219e osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xea6d67bc osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xee43e60a osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf14d7425 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/osd 0x20f3f307 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x6029b0f9 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xa5d1662e osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0xcf612eea osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0xd10cf9dc osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xe318fe72 osduld_register_test +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x01dae658 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x180befe6 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1edf9fff qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8c5844ae qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8fb805c7 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9c97a599 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb39a4dab qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb457fa02 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc9b6afc5 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe15009d9 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xfca9d3b0 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/raid_class 0x1d5808b0 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x7ef8bc84 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0xf60c9fd9 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x138803c5 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x27663de7 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3d3e248e fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3f7b909b scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x67890618 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x710dcaaa fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x96b1e053 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa370b6bf fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xae681fe8 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xaeaffb64 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc7e665a0 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd098d714 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd75dc116 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0d09d435 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0da91959 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1c819ac5 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x30ba5c36 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4b42a403 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x52e724c8 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5c5c4d45 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x63f258ee sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x656f44c1 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6e7aeb7f sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7245630e sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x750bc9a0 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x946bd1ad sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x946e5335 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x96330e2f sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x971c987e sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x97f85d3d sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9bc56e5c sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa2239a95 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb18256f4 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb51b30d5 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb6d5e1ba scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc0e13ed0 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc6ca4c96 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcff15b26 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd1567bd6 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe7b16516 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf2dc0f29 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x217a10e1 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x2645175c spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3dc20227 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x79c70e5c spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd86a8355 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x487a87cb srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x500ed873 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x5270feb8 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xe4c05f1f srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x4a2cdf68 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x692206ec ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x76a58879 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x05dc1a5b ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x1ce2541e ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x211afbb1 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x2490ca89 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x29ac12c9 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x4e6bc9b3 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x5d52b692 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x6cdaab24 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x6d0307e0 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x77244156 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x7835693b ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x7ebc2b4f ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x8030147d ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x8403cc1c ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xa3fbd953 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc3e789c8 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xc9b20826 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xd1a6646c ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xd2ec8eed ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd5938c05 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xd9c23e0a ssb_set_devtypedata +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x604223c5 fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x8fc1ec1a fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x59f599c6 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x0f9f6cc7 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xc3a812f7 ade7854_probe +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x21822d32 lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ce61062 the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3558e584 lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x367f4c42 lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f54362e lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4abc54a5 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4bb00492 lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4f9cb871 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x53deba7e lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5bc95ab1 lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x79aab82d lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7c7a5658 lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x80313985 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8aa4fe84 lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9bb7153a lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa58abe79 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb61f0c60 lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb7672bfb lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xfce2bc0a lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1196c7b5 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1f49f266 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x2aad7d51 seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x4187536f seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x73fe945a client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x82a895d3 client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x86dc43ec seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x2b724527 fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x3fe2e0b7 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x8a8bf269 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xa4b0ce4e fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xb6cd7e74 fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xf87fb204 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xfc31b16a fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x00c881f6 cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0389f857 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0c68bc45 cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e311d38 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f10432d upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10b7e9c3 cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10fd50ae cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x151e7546 cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1c7ec980 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d46aed1 cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x22319718 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x23f6f445 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x24660e34 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2637a660 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2bba9771 libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2e5044c7 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2efcc0e6 cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2f85ad89 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x339b461a cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3834f243 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x38fde09c cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44688a0a cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44728d76 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48193550 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x482deff7 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x488c2383 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b123f3a cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4d89e988 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x55d18175 cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5a785762 cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c8e220f libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ca50414 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dd2e495 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5df8c623 cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x63be5b7f cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x647a7b6d upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x652b28a2 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6af98a08 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c9b4713 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x75600a04 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x790dbd66 cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7a3c8ae8 libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6a5b3c cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x81bef0ce add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x828d16a2 cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83e75430 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x89b2ddc3 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x89dcbafa cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8d3622c1 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8dda96cb cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x92f54077 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x93611067 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x96727837 cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa256e060 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa28a6757 cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa652ac8c libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa7e13510 libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9a5cf4e cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xabc53bf1 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xac0f67e3 cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xafdb46d6 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb2ae1633 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb336ee38 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb473e79e cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbc275420 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbe75c2af libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc514e721 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc6687e20 cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xca24b2dc cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcafda950 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb2160d3 cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcbbf088b libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc7e1d13 cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xced1fed2 cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf90528c cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd1319447 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd13befa9 cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd38e089d libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd3965252 cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd5396536 cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd66d427e cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xda09d370 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdce448d0 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf675bc7 cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdfcd8209 upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe37e8e87 libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe45b62ff cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6d83cf8 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xee92bb75 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf0246bf2 cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf372d1c2 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf782fbe6 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfa0d98ca cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfbd3438b cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfbfbdc46 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfde479b0 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x3f9eb820 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x46caf482 ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x9d3fabd0 ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x9d4f44e2 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x19f75c20 lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x37815018 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x7a523e24 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x9efa3813 lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xd7578204 lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xd98f5804 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x5de01627 lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x63c7d596 fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x733a83c1 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x85d40144 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x9b42e645 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xa45b6180 fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb31013c8 fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xbed0a0b4 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xc0673c4e push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xd94212be lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xdf623799 lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xee169e56 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x001f8f21 lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x012b955c llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x017c8eb9 lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0189a64b lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0216427b obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03b5f3cd cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05af1920 dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05f84e88 LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x060a7b71 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06d47c23 lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07e5a7d3 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x080783cc lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x092db4a3 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x095defac cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09b55ecf llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a2cb343 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a4ddd11 lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0aa5ea67 llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bb6ab46 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0c875e24 cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cf99bff dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cff2618 lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d116ac0 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d14a55b lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d179e0a cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d8ef679 lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0dab38dd cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e78f7b6 cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e885e10 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e8c1d55 lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fa8cfb6 local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10f110dc cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x110b8f07 lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12bdb207 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12d3a689 lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x141c1221 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1476b8c4 lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14d77b4c llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1574c282 dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15b5ffdd dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x162fe158 class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16529fc6 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x167e2e23 cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16865581 cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x174cf63e cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1768b7a5 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17764e59 lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x179cf198 class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x197dad5e obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19b19e93 lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a3d277f cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1af2b2fa lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1cc487c7 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f3788ee lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f3dfb0d lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f77402c lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20095b51 obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x200aa6b7 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20437539 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x209ec3e8 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21307495 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x217d297a lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x220c1f73 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2213d4b2 cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x228167e3 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23138578 lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23438d01 llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23c94e37 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23f8b849 lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2437223b class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x259b6f1e llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x259ebac6 obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25a5e2dc class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25e02d44 cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x267f630d cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27873eae cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27ae79fd llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x287f6d3d iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x290e8b6b cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x29609160 cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x298dea62 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a035a98 cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b169be9 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b4c48e9 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b87df50 class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2baf126c cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c17c354 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c40b03d lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c5386a8 cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2db936ed lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ee2c549 cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f9369fc llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3010dd8f class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x315e2e7b cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x347017f7 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34aa3bff cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34caf674 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36e2bc9b lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36ef67ce local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3701e642 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3857158a cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3987e9f6 lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39a54bd0 lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a005065 dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a87f6aa class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b61c3dd lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b6ca8fe cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b8ce637 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b930072 cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d7f3f2c llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3fbf2656 cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ffe416d cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40199dec llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4063dc01 lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x407a789d class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40feb29a cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41cd20df cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42559f18 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x434770de lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43becbdf dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43d3450d class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43f054f8 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43f0a7a8 cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x442b8427 dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44c9128a cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45499b32 cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x457fcd92 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4663806b cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48488846 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48660e34 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x490a6d16 cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a29223 lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49b725b6 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a469b55 cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bfe24c8 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c06cd7f lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d10bcaf cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d2e074c lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d7ec6f2 cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f43b706 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f9731cc lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fba4346 dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50e52c39 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51202360 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x531486b3 cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x549d8154 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5589484f dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5627cce8 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x56428c1d llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x56cac99b cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58932909 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59d5ff46 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59edaec5 llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a64d92d lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5afb6326 cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c0f29de cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c9144da dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c9743a2 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cb7b354 dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d8349ba lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e1fd972 lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6008a648 lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6016d078 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61977a5a cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61b90b72 dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631afc3d cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63530d36 dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x637239ac lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63beb73f lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63d440b1 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63da6b4d llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63eece24 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64fa0a37 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65da84fd cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x66e43590 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x66ea898a cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6741cb7f lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67fc2d19 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x682a26f2 lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x699bd270 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6aa48e1a cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6aeceb9a lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b8c72c0 llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b953d0c lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bb6d421 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bc24bd8 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c9c9c13 cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6dea7f9c cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e43aa12 local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e4feed3 lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f3e6225 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f3fb723 cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f8fb71f lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fee67c5 cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x703aa24f lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x71249015 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x71dad35b cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x733cad44 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7365084d dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73e223f2 lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74a0d4a4 cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74aa95cf lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74e87966 lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752b558d cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76302b37 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76a61843 cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76fcccb7 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77af0862 class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7840f670 lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7847d743 lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78796ee7 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a38b31a dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a701728 lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a75c5ce cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c471149 cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7db18e5d lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7df3c20d capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e57db53 class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e58fbcd lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e6c9872 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e916f33 dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7eea5942 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f9237e5 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8033e476 lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8062d789 cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x807fd57f cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x813e9d33 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x818c568f dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81a90e4a llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81dbbbe7 lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81fe1307 class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82408def class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82df7209 class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83edc68a capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x866a0946 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x867d3629 class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87a9a966 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87c1ddc3 lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a437e32 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ae8d1c9 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c21f126 local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c6b3d17 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c9e1f5e cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8db4a36a class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e01155f cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e483acf llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f12299f cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f691be8 lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90c8d327 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91560365 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91eb05a1 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x921910f6 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92b6f1b6 cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92caa039 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93abee93 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93fb10c4 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94677235 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95462bba lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95f0c565 cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9695601a class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97442160 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97863e3a cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d757dd local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x984ffe8b lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x98948941 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9921f3cb cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x99b95fc1 cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a4579c8 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9bc12487 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c87a437 lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ca639da lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ce29360 cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d298885 cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d9f08e3 cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e03a4fd cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f33c9ed cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9feff7e6 cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ff5ab3c class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1772a6a class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2cf8124 cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2cf8e55 class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3b70a71 cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3cf95c2 cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4335379 cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa441100c cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa48cb82d class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5564244 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5c6e61f cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa68fc6db dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa716191a lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa71ec6c2 cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa862d221 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa650d67 dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaaff7091 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab3bf357 lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabd5d6d3 capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaca67c16 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad024d2d cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xadb843c2 dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae717f65 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae7f903e lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae9bdd9b cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf2aafcc cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf842b93 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb051e375 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb20628ee cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb319db6d class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3592827 cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3f4352a cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5153e9b llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb58a6905 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5dc5c0f llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb60145d1 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb63db7d2 lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb69c63ed llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6d66aac cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6d731fa dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8033ef2 capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb858c61f cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8d4d8e0 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb91d0049 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb966fff5 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb9c1567b local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba55285d lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbbdf0048 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc0dbc45 cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd5c36bb cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbdb848b7 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe13f72d llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe41eb05 cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf2fbbc1 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf9e695e lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc044788e class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc08c2fdc llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1204d67 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc17c0899 llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1952be4 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1b73bec cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1b9a319 lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc29e4b1f cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3a8c13a cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6993ae2 cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6dfe3bd cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc7584f3c llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9b3c667 dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb07250d obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcbad40c6 cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccc46616 obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd65d493 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd8a604e lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcfb31ee8 local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcfc4b54f lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd00a9c01 lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0103eae cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd07928ac cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0b6995d lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0c2422a class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd4425238 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd475c937 cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5244b58 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd540cb3f cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5ac8162 lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5ca085a lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7c3d2f6 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd819e1a9 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8250345 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8d6cd89 dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd94999b3 llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd96d9fc2 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda33ccc5 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda74761c lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb1ffa3d dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdbfec984 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd4b9107 cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdde08166 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde290d53 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde2bb180 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdeb1fa0b cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdeb4d427 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe07fdc6c cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe09c2552 cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe0f58c8f lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe1022379 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe12795c7 cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2b135d5 cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe39578d6 cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4067c84 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe45cbd52 cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe488a847 cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4b07a2f lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe531ed59 cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe61edf80 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe64641ec __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6653a1b cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6c9cc54 llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7ff56bf class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8de46ed lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8ed868a class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe93790b2 llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe98eede1 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9914e61 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb4529e4 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb9f53e3 lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xebc2a104 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xebc72047 lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed52bd84 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xedbae61a class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xedc7b349 class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xedcb5f9c cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef51be75 cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0498837 class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf076bfd4 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf128105b lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1a1aa6d obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf21c37c9 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf255ca73 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf297525e cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3160478 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3573ab9 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3860da9 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf4d48803 cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf51c6e64 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5a23ef1 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf6529c0e lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7f42641 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf982170a obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9c6fc50 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9d6aa03 llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfba95b96 lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc2a9907 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd3e6827 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8a5107 llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8f5cf4 lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfda2f989 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdb6857d class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe414623 cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfeb9ac8b cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff093ed3 lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x021f5ffd ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0240cd3f ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x02655593 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03189896 ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03c20346 ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x04ed023f ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x059040c9 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0895a86e ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09a314e3 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09cc0cdd ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac54708 lustre_errno_hton +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bdc7e77 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0be767ec ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0d87142e sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ef548bc lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10ee7d12 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1347a120 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x137accb3 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13bcdfc4 ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1677a365 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x16bfbf8f ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a1da28d ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a37dd54 ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abe00f6 ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d6f547b sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d7a0d1e ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e9e0cca sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f752f00 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2083dde8 req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x223be83a unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25476bc1 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2556368b ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x260eb6d4 req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x292fd5f6 lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ae8fd47 ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ba2c623 ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2be20e89 _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c1343a1 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c5495f6 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2db264db ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e8e4480 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3380b776 ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x338a367c req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x34cd4ece sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x36ab1bbf sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x36d69af6 ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x37e306d0 ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x384246ce ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a71ee17 ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3aa694cd ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bc18110 ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d00d8ca sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ddb0fa7 ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3e1295fc target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f201aab ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3fe150c9 ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44e20d85 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e34582 lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x46ad9726 ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4868d697 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x486ceb70 client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x491821d9 do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x494cfca0 __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x49780d98 ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c50dd87 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4db80a42 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4fe628f2 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5007f7e0 ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50b357fd ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50de5726 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x51dbe4d7 req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x523c5c18 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54cea1f5 client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5515376b ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x55736af2 __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x560752d5 client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5650be3f ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x575c430a req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5788214f sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a6e18dd client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5cb3a735 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5db3ea18 ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e16a781 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f3a13 ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60871e6e lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x611ce8e6 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62b98b47 ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x645dae9f ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685d2352 ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x697d3f43 ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6afc2777 sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b50d042 ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b50f8f7 ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b5ba27c ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c5a3e18 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c63b396 ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c8df8fb ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e4f5587 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fed4e64 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73f66f6a lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7529dde4 ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x757f185a target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7776c216 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7805903b ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x784f5e72 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x795704a9 ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a485ec6 sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7ae36823 ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7ba70f4a sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c3e1214 ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c53ce33 ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7da1fc3c ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f7b5b77 ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80200966 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x81fd1afe sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8370b190 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x83be72a1 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x851b9c6a ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x868f616a lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876d2324 ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88c37d3a ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89ec9a94 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b1e3085 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8c0cfd10 ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8c685f66 ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8c81e7d7 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ca59f22 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d7694b1 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8de1397a llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e7d8728 sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x923d07ea req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9250d670 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x948dd5eb sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x94c2796c ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95f4e77b ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x962740a9 ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x96baf374 req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9700d3d8 lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9792016c sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x97959012 ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x97f575fb ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x99bf2260 target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9aa455a6 sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9db4bd6a req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9dbeccfa sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ee2c547 sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2276749 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4e2f775 ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5266afc ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa86c1882 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c84543 client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab26ad4a ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab42bd3a lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xabd4c75c ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xabef39fe req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xace23798 ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xae1afc6f lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaec8d3f2 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf76d25d ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xafea5155 ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0e4babf ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb22bc24a sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2a51d9b ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb31637e6 ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb3de5d7c ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4b47d0d ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68f76f4 __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb8017533 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9e5016b ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbcd5494f req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbcfc1c55 req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd2dc68d ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd8d12c1 ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbeb7e023 ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf5d8ada ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc028648e lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0bb4552 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc1e392e0 ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc3da2217 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc44e0b89 ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc621edf9 ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc689d0f6 ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc6f643d0 ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc78395ef ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc861c6b3 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8864d6d req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc994d300 ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce434733 ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xceb29f7a ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd268dc1a req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd28a083e ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd4b33be6 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd55e4324 ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd57b77c5 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd604524e ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6303894 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd70e10bf ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7c88f1b client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9a6c1cd ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdaa1a4b3 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddbb8356 ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf56a973 ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0832736 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe1352e53 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe2245c13 ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe2c8de29 req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe422a188 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e8169b lustre_errno_ntoh +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe72d3495 ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe792365b ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe8d16e39 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe99123f0 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeb4ebccd ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeb7356b0 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcfb45a sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedfb97fd lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf10868cf ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf2c7f793 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3462f85 ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf4a39ec7 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf5766f6e ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf6dc72e5 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7413859 ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8cd3cbd ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf97d5c54 sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9803da5 ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa4099b9 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa5aa503 req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfaa352a0 sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb3d7e0e ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc10ead0 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc186744 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd7fd37a sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfe7f6eed ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfe7f924b ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfed1d7e9 ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x025524f6 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x3e3694da go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x41363e16 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x554c0b08 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x6ca111d9 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x9dd6735e go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xa8b98e98 go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xf36718e5 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xf64b3ce1 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xfeb2d04c go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0xbfea201e rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x6c2297eb nvec_write_sync +EXPORT_SYMBOL drivers/staging/nvec/nvec 0xe7be0ba0 nvec_write_async +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x052a3da5 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x09c394c7 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0a1be53b rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0b73588a rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0c923d70 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0dae5931 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x193e220b rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b739e07 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x242b528c rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x29fc03b8 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3001e740 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3538bf2f rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x39f8086e rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3e8caa78 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x42fad285 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4b758773 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4c56a909 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4ddc38e7 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5185f3eb rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x532d0004 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5d9e5d01 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5e6046c9 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x618c5c8b rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x65d3a2b4 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x675ab333 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x67e8776d rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x68844986 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6a09f08a rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82cb5f47 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x85384e06 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8da58d1a dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x909a17b2 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x97b890d7 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb1bdf338 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb30e62b6 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb5724556 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb7e3c0b9 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb8b05262 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbb3be3d5 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc261f7d3 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc490304e rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce970a50 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcfcbcbdd rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd6cf8d27 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeab6a4c2 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf2ac4a8d rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf2d40b8d rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf505412f RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfe283b1b rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfea8a558 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0b6dc2c8 stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x186a50f2 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x23ae8296 stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2e73266b stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2eead8b9 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2f10c645 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4007358f stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4ca61f03 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x52c65766 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5340ba09 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6a15fcb1 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7dfb6987 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8bbdd9da stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8d2b8a1c stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x9069680d rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x94dc293b stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb97c1144 stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xbe5bd09c stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd39ac210 stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xdd8ec785 stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xdebfb709 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe692d8d6 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xed894aad stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xef0c59c1 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfd164187 rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfd7c2a50 stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x021d3c2f ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x02ab29f0 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x13290c9f ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x14bd0721 DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1ad052f1 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1ae11447 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x22ef527c ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x236b2bd5 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x25573edc ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x29bc8180 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x31efb42a ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3763a397 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbb989d ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3d162597 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4454876f ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48ee4210 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4a939f5d ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x50232cce ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x50b9df05 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x554287a2 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x55f9caf4 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x57179943 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x57fe20d8 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5bd18611 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x659316d2 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x677dcabf DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6aafd1c4 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c32c8b5 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c7e4195 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x70d1429d ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x736e0177 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x77692e3d ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x89ff5d4b ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8a006c8e ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8ba5cfd8 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8e28940a ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9054a590 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x972f7450 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9ef12c9d Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa38d416e SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa50437a1 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xab917c62 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb198a8a6 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb4569bb1 ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbd039f58 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbefebbc4 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbf33094f ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbfb537a2 ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd1870e0c IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd5f4c50e ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdbac47e5 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdd57186b ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe03c4f69 ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe15f013c ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe2a44c02 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfcb9ed3d ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x8e29c158 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xb539fbd8 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xc2da3da4 xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xcb127d9e xillybus_init_endpoint +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0a4d0ac9 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0c53480d iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0c87d449 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x25b026d2 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x28b3dc2b iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x40ce1ddc iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4c23da7c iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5239efee iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5ca25675 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6936b10e iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6e47e0d8 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f280ce6 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f74e6c5 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x91a2a48e iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x96532040 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9a71fab7 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa2ec0d08 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbb6f91d1 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc4abeae6 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc888d16d iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcb7b3c69 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdef7deb6 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe139dba8 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xece13800 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf1f39e9f iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf2457ff0 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfde5e6ef iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfebeaa1a iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/target_core_mod 0x013a8d3c core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x04366afb transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x05bbe406 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x08c0847b transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x0998d510 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x0d553cd6 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x20278e41 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2431bd27 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x27a16dc7 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x28aa7c5c transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x28e215a1 sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0x2aa3a021 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x30a761f0 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x321209e9 sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0x32fdcc92 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x38ada40d iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x39b7c9e1 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3b0e200b target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3dc1dffb core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x4340b6b2 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x4a1176dc spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x4cf1e6b7 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d7d4556 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d8488f1 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x5012f0fa core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x58383846 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x5d3c2db2 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0x5e6d66e9 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x5e799675 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x5ecd1895 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f03b69d target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x67a3b32f target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6db523db transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x6f3e17ae transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x75f66766 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x77882098 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7c3795b7 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e68c7f5 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x802bac0e sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x80ded492 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x8692341b transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x87538d81 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ab73167 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b015b54 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b9e6b7c transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x92e12cc0 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x931af5a8 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x98b6e5b0 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x98fb146c iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x9c46a838 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa4c76190 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa6b244ab transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xa7b1412a transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa94f962c iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xb3f21e4e __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb76d7395 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xb81012ee target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xbee5fa6b target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xc81455d6 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9c84d0a transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd31f1a13 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xd3cd7ae5 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xdb65f9ac transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xdd408bfd transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0xdd81806c transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xec1697bb sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xec7d7813 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xef53933e sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf0922022 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xf569ba11 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xf59fe031 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf716bf83 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xfecec48b core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x426e63d6 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xbb6e053b usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x17bc76f3 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x04c786cd usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0ac70c71 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x28c699a1 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4b5c2b8f usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4c558876 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x623143d6 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7aa6476b usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x82f3e2a9 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x89ce16b4 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9339a85c usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x96a1e24f usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xeae02861 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x21d2d954 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x60ccefb7 usb_serial_resume +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_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 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd11d2709 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xfc7dcad2 vringh_getdesc_user +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x67ce36a6 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x8f82d3c6 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xb79f7ac2 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xc597697d lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x01e762e1 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0bca217a svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x10e08052 svga_tilefill +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 0x229256e0 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x25d508bc svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x70e106ce svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc369dd66 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +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 0x96f36c06 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 0xae54c1e4 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x27faac46 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x28836536 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xbdbe1927 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x01deff15 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x5168e6fc DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x59f1e62a DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x6b948af0 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x4a0dce56 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xc656384d matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x0e074088 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x3b6e3182 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x5d5483e1 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x79c22e1a matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x4ee3a9b1 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x94a1eac5 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x0be5f1f2 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x3ab36e26 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x7519db85 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xa97861ad matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xaca5ec8b matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x397ba85d mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x5422ba7f w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x5ee520f0 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x6f4246d0 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x9ce1d5f8 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x57543d72 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x618515ab w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x7ebbec55 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xf0adc347 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x1b02f2d2 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x6513e380 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xbf47023f w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xd231920f w1_unregister_family +EXPORT_SYMBOL fs/configfs/configfs 0x2f3ffe0d configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x3f805c3f config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x6414004b configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x8ef55049 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x932f518f configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x937091ce configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0xa20e6039 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0xd1e9c7b0 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0xd905fc00 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xd9e62278 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xed79a23c config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xef6f3857 config_item_get +EXPORT_SYMBOL fs/exofs/libore 0x013f1046 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x0318cff6 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x0d4b53ef ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0x12906d69 ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x36517bbc ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x4258d73c ore_write +EXPORT_SYMBOL fs/exofs/libore 0x44b3f10c ore_create +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x924448dd ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xb75e0b86 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0xecd13704 ore_read +EXPORT_SYMBOL fs/fscache/fscache 0x0554cf34 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x0ebf2875 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x13a19e01 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x1a26db5c __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x1c0c1eef __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x22eb7201 fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x246075c4 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x2529b5fe fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x25631afd fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x2acd4478 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x2d9df3ed __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x2ea762b9 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x36521ae5 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x49394034 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x4d9d158a fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x58035cbd __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x60519dc4 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x6444846e __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x6ab623c1 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x6b5b4716 __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x73e3ba4d __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x7b105844 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x80b4d36e __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x8864d46d __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x92328410 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x9506a06d fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0xa2cfa38a fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0xcb3e16af fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xcb4c47ad fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0xcdd8eebb __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xd809b4d5 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0xe20d2391 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0xe9567523 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xf0c180ec fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xf13bbac6 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xf5cf108c __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0xfab7437d fscache_object_destroy +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x05a05884 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x3f30361a qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x466dca02 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x6fb19c6f qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x7a1993ac qtree_delete_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0x66213969 crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x07dcce01 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x0d657ee1 lc_committed +EXPORT_SYMBOL lib/lru_cache 0x272b7bf8 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x30aa8cd7 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x3dd65bcb lc_put +EXPORT_SYMBOL lib/lru_cache 0x491bd152 lc_set +EXPORT_SYMBOL lib/lru_cache 0x4bc03f5e lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x51884fff lc_get +EXPORT_SYMBOL lib/lru_cache 0x53414d7d lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x613bc317 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x69b1ed33 lc_del +EXPORT_SYMBOL lib/lru_cache 0xb8e12c48 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0xb9de7744 lc_create +EXPORT_SYMBOL lib/lru_cache 0xd68274b6 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xf25a1900 lc_find +EXPORT_SYMBOL lib/lru_cache 0xf51732de lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xfb1791a1 lc_try_get +EXPORT_SYMBOL lib/lz4/lz4_compress 0xcbc5d521 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x26c3aa22 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x4e085752 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xd3a6e61d unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x3653a481 destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0x92479473 make_8023_client +EXPORT_SYMBOL net/802/psnap 0x389f1a2e register_snap_client +EXPORT_SYMBOL net/802/psnap 0xc3d038f8 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x07510679 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x08ddeb48 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0984f93d p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x0c457b73 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x14a3935f p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x1cee9532 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x24f7cbd6 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x2928bf1d p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x2d798d38 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x35155a84 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x368cca06 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x3ba2c01e p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x40838587 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x40b5f951 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x43742de4 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x43efe450 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x45946329 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x54752227 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x5e3804eb p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x5ff2dec2 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x65a44822 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x684d5ae6 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x6d8906c1 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x6f02f395 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x7647ef9d v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x7b557b6a p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x7c3d7f03 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x7d5d40de p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x8203e3ba p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9a9f9a60 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x9ce58e4f p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0xa20e2123 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xa60788e8 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xa663a7a0 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xb50328e2 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xb974420e p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xb9c828ac v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xbb5ba517 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xc2acb62c p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xd29636ad p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xd74e642e p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xdba0f397 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x01b15a87 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x21f03d89 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x445c55ed atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xd6714f49 aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x01e343f2 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x01f582ea register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x06e754be atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x117f41e5 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x40465d14 atm_charge +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x5eae4a31 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x81117804 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x923dd3c0 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa675365d atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xbf0968bd atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xec4169bd atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xedead9e1 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xeebf4e3d vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xf1774b53 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x2236e5d5 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x3bb49780 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x436ebefc ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x571daa60 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x6e0260de ax25_listen_release +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 0xdc2348d9 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xebcdd3d8 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0xf157e40c ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xfa4472ae ax25_find_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x15d9d40b __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1ea3ec83 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1f1c8681 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x24a34fe2 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x27cdc334 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2c4711bb bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x316c5d5b hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x39257c8d bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x402627d3 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x428c33e3 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4e382829 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4eb0a5ba hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x51736f84 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x544389f0 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x57068b8c hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5828e335 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5acf907b hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5dfd42a7 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5ff87508 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x640942dd hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6e1b9b58 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x73723b42 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x742403d7 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8f81c868 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0xadeb2831 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb9a3dc29 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbacef36d l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbd9299bb bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc1393230 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc956e82b hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd6a6a9e4 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xda5a4616 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe4bd4294 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe6e08997 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf205b0c4 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfbad6fc9 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfc6b892d hci_unregister_dev +EXPORT_SYMBOL net/bridge/bridge 0xc181e2fc br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x5ea9e821 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x6950752b ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xe9a4b215 ebt_register_table +EXPORT_SYMBOL net/caif/caif 0x0fa4932e 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 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x569f5427 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x78837027 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xbe4835dd get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0xc6f08f19 caif_enroll_dev +EXPORT_SYMBOL net/can/can 0x302f7ae7 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x359c1040 can_proto_unregister +EXPORT_SYMBOL net/can/can 0x40acf4ef can_send +EXPORT_SYMBOL net/can/can 0x4fe72596 can_proto_register +EXPORT_SYMBOL net/can/can 0x65888117 can_rx_register +EXPORT_SYMBOL net/can/can 0x8a2b1606 can_ioctl +EXPORT_SYMBOL net/ceph/libceph 0x040514c8 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x079064a3 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x09838f9e osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0x0e3c0af9 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x119bb715 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x12282c35 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x15e71f24 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x16a6d36f osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x170816bb ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x17351ac0 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x180ce23e ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x195c1c14 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1de4e27d ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x1e6ff15e ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x200245eb ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x205e6cc5 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x22385466 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0x22b5da21 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x2431bbdd ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x26d2844d ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x26ecbde1 ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x293232b6 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x29745f29 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x2bcca770 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x35f57f1b osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x39d3433f ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3b218a8f osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x3ba63fae ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x3ea7c91b ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x3f6642e7 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x4056c3f3 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4913a9a6 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x4b562505 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x4b876997 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x4d39fb4f ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x52274bd8 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x59ae45fa ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x5af524e5 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x63a3546e ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x68478e4e ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x7071a534 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x771bb7f3 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x7755969f osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x78229f23 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x7b3f3982 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x82592cbb ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x855aff31 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x861ee8bf osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x8aa2bcc9 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x8c8efb8f ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x9327bd32 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x95313e6f ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9a697f58 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x9bc05a51 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x9c0d1931 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa04154c5 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xa8006093 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xa8ca1815 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xac8a616f ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xaeeeadb3 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xc2a87c37 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcc63d420 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd476eec7 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xdecd848e ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xe2665bf5 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe4b05198 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe55d9bcd ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xe5b42413 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xe74e8dbf osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xeac731ce ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xeb7df209 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xf0adc086 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xf10718f3 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xf2808733 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0xf4aecb87 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0xfb88974f osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xbfbfb79c dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x66cd7897 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0029666a ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x083ab949 wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0d24b760 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x14533a02 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1e8648d4 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2d7c4ad8 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5a532080 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5bc28bb3 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5ed9e7aa wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6d0adbea wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9202f46a wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xdd43ac7e ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xfd4adeb7 wpan_phy_register +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x695f337c ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x07b2c6ed arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x434aca21 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xdfcfe9d1 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x5768cb4d ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb62bfd4d ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xd15e6b26 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x189c89a5 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xcb1ff604 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x251070fa ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x7d5880dd ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x0a388035 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x0a5247ef ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x34c6e935 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x0840004e xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0x0e4a6baa xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x9f26a739 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xce8f6ef3 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x117f5b14 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x493f61ff ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x5d002e6b ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x6f520879 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x817e57df ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xaf2a1d5d ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xb39b9251 ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xefff05f0 ircomm_control_request +EXPORT_SYMBOL net/irda/irda 0x045d6992 iriap_close +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x17a491c5 irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x1b8885d8 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x2511d3bf irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x29ce410d irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x36cad55b hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x37791344 hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x3b80b67d irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x4717329c irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x47b33bfc iriap_open +EXPORT_SYMBOL net/irda/irda 0x4e2c5d3b irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x4e3d30f4 irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x5139fe53 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x545d4fc3 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x6492e28c hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b76aa70 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x731cec71 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0x746325f0 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7cecc9cc async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x7e67ca6e irias_new_object +EXPORT_SYMBOL net/irda/irda 0x8250c778 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x82c425d9 irlap_close +EXPORT_SYMBOL net/irda/irda 0x8982c8d9 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x8a44dd5e hashbin_new +EXPORT_SYMBOL net/irda/irda 0x8c276180 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x8d66aca8 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x90ddb6bd hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9e165049 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x9ffda243 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0xaa7d8b28 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0xb0b15153 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0xb3c13d7f irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0xb519ea83 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbacfefd1 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xbf7dd554 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xbfa7c08d hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xc477368d irias_find_object +EXPORT_SYMBOL net/irda/irda 0xcfaef14e async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xee39fda0 irlap_open +EXPORT_SYMBOL net/irda/irda 0xf199cba4 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xfa1075c2 irlmp_data_request +EXPORT_SYMBOL net/l2tp/l2tp_core 0xed495608 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x02956c0c lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x4b728851 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x5540d36a lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x68c6f8cb lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x6c17e29f lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x6c234c0b lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x7af4f5a0 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xa950de22 lapb_data_request +EXPORT_SYMBOL net/llc/llc 0x0361aeb5 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x8154c2bc llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x8595cec1 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x8dda755b llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x9bee9248 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xb6312c6a llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xeadca498 llc_mac_hdr_init +EXPORT_SYMBOL net/mac80211/mac80211 0x083e62f0 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x086db3d6 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x086e1fe3 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x0beb4c00 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x0da9e8c9 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x0f693225 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x198e6c1d ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x19fe75f8 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x1ba1abee ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x20c0e98a ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x22019637 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x23b4e571 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x263bc119 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x26f4a939 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x2f0ca78d ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x3140e75c ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x316af654 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x341c4c28 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x386f96c8 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x3ca20b01 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x3fbc021e ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x3fbf0e34 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x405889f3 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x44d30e72 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4a516025 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x4ae1f5f4 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x5526d582 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x55c4adb0 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x5955a3d3 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x5a992bba ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5cedde84 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x65361337 ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x6aaef052 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x70ae1c1c ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x7180d8ed ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x71bb2902 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x7625b5bc ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x84a8b329 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x9961b206 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9cb979c1 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x9d6b6c71 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x9dd03bf0 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xa60bc9f9 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xa618e483 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xa7ae3c5b ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xb39248a7 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xc03811a6 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xc1bc7edd rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xc5381f25 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xc821e110 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xcc6dc8df ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xcfc89b34 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xcff3ce6e ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xd1314de3 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xda3cc379 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xdb4d9e8f ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xdd1d9dbe ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xe263ee4b ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xe48767ef ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xec194935 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf4619529 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xf48d38ea rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0xfd8ecf5c ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xffe0c878 ieee80211_rx +EXPORT_SYMBOL net/mac802154/mac802154 0x1fe6a24e ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0x20341527 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0x54ceaf1d ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x5b7853c6 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0xfca2b40c ieee802154_alloc_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x10060338 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3ea75ea1 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x467b7a48 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x50fa6673 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x561bc9e8 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6665b03a register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x69507d9d ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x825b6c60 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x84428170 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xae71734e ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xba2db23d ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbdddc68a unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc89ea832 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf990b551 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x1817419e __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x75c1dd78 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xe5dee729 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x12418244 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x6c17f67d nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x6e6764bd nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x79dba819 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x7b473997 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x83b0aaf6 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/x_tables 0x04de4f75 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x3cebd6e2 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x6b4dd56c xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x6c66d77e xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x90128a04 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x92223065 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x96063992 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xb43cca29 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xb7b2bb93 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xf4200da6 xt_register_targets +EXPORT_SYMBOL net/nfc/hci/hci 0x0e1b608f nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x2097c76c nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x2a05f729 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x2b0ca1d6 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x2f3bc196 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x4551b3e2 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x46ccd111 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x473a5a14 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x4abda4f4 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x4b351fb9 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x5caa0c37 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x91a5cf6a nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xa5447dab nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xb22b44eb nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xd4720007 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xd9d22acb nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xda13362d nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xe0e144c0 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/nci/nci 0x1aea13fe nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x2114bb66 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x5e9adda0 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x71c1bd8e nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xaf5951e9 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xb8b53fef nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nfc 0x093ceaa9 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x2d57de78 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x2d5d64f6 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x3ca5f96c nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x4a73c199 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x4addca09 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x5373e6ea nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x55b6bce4 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x56436135 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x65fb9811 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x6edab906 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x7b33e7b7 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x85ad0ecf nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x8aa6fc81 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x911b192c nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x9a2b3cd9 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xa747f440 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xd75c7b74 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xe21ed505 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xe8fea519 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xeddd9b84 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc_digital 0x3c6f20b8 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x4924b66b nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x53970b6c nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x779b64b3 nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x2b194fbb pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x39bc4a1e pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x46ce2100 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x4a04479b pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x9c6f9b5a phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xa2e0f4d0 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xdc526ab9 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xf0776613 pn_skb_send +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0e5a3304 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x24cc4348 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x2f58e03d rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x3258fe46 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x3cfacbb1 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x50f5a837 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x803a5496 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x90126880 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x99e65b60 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xb2c4f640 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc2c3e311 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc3609714 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf724340d rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf88d6f5f rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xfc68e212 key_type_rxrpc +EXPORT_SYMBOL net/sctp/sctp 0x585ae134 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x32234f50 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x76d0592f gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xbfc59727 gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x651ac458 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x762aeb78 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xb29da468 svc_pool_stats_open +EXPORT_SYMBOL net/wimax/wimax 0x204a92cb wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0x34b4a6bc wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x0059a0bd freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x00cb585a cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x0166a7d6 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x080f8718 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x08b7e588 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x09150795 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0de5325b wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x0f787fa1 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x165144d9 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x1855aca6 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1ea7009f cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x20cb0849 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x2190e095 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x2732e75d cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x303bc641 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x3496af15 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x365091ff cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x3a40ef2b cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x40e90a2b cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x44bd485b wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x46f4fbe5 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x49aa4cdc __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x4ab7b9f4 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x4b9d37ef regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x4daf67fd cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x504ee28c cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x5411d08f cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x55e80e85 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x5b070df6 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5e5a90ae cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x5fdd2309 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x60c5889b ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x622bdf48 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x63e08e1c cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x63fc778f cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x6fd72d5d cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x75e7973f cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x78baae87 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x7ede7b5e cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fbbc7b6 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x857c9ad4 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x88e9dda4 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8b76d837 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x8dbada95 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x8ee92255 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x966cc484 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x9804da73 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9bfec8aa wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xa03569a7 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa5197b54 ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xa79d8b8c cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xa945a6fb cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xab92ae4b cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xac15b7f1 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xafa97b99 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xb58f4d15 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xb7fe7460 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xbb66a85d wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xbdd1edcc cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xbf79eb1c cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xc1ed1fac cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xc388dd89 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc8e9dfb6 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xccfe9782 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd009e6f6 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd4d92ab0 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdbcc0083 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xe003b7e5 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xea2f2d34 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0xea9b78b1 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf211b0c8 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xf25ceb2b cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xf58add3d cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xf703b655 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xfb7264be cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x0c98ecf1 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x0fafc746 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x19d92d0e lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x2f730a28 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x9811c110 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xe41c610c lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x5dc5b6a5 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x19bdbcbc snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x25969914 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 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xd946a2ce snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xdc3c4770 snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xac892a27 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xd16e7c4a snd_seq_device_new +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 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x127b30fb snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x1cdc0812 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x59eb74ae snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8102ed2f snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb11ba32d snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb2c7f684 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xea0e5748 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xed42580b snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xd3d5cfdf snd_virmidi_new +EXPORT_SYMBOL sound/core/snd-hwdep 0xb3d0f4a0 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3634e964 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x45072dfc snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4db11b2f snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5e1ed084 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x648e4f43 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x746c53b0 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7a0cc34e snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x82827127 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8dc5703e snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa3ca325d snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa4a68843 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xab5b886d snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb55e15bf snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd5260b7c snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd986f8d9 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe9b24ccf snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xef14e349 snd_rawmidi_info_select +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 0xfbfe5647 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x013938a5 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x46509eaa snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x487c377f snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8858a46f snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xaa6d8c38 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc624c55d snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xdf6e7cb9 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf33472cd snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf9c17b77 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x160a5e2c snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4bd393ef snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x65169504 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8468075d snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8ecdaa34 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9bb189af snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb8842833 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xdd48fa33 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xfef4f793 snd_vx_free_firmware +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x07cc87d8 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x122fd02a fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x16ca6983 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x16e432a6 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1c097b92 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1eab9414 amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x29588c54 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x34c0a3e3 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3e15ec74 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3ff13f40 amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x553f7681 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x56355172 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x58ee8bb9 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x61a35936 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x630ce53e cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x64c0a824 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x669910e6 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7378d608 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x91ee6f38 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa4b232c7 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa7c11705 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa9d78ea4 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa9e57fed iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbd75ca1f fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbf3f432c amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc14ea5c0 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcac9b475 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd26f8114 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd27a5028 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe4f996ee fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf3fd0526 amdtp_stream_destroy +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x296a9e10 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x3af71593 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x486a2b3f snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x76129bb3 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x79bc3b47 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf485e295 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x1147b813 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xa32a9b46 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xef3ce791 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xfda50177 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x5fa46e6f snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x6dec49ab snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x32fb0b6f snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x7505eab5 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x79f15422 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x9e278949 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xaaaaa52a snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xde48a33e snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x71af02c0 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x72f1bf07 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xbd50d3b9 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xbf742dd5 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xcdc7d722 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xeb2b288e snd_i2c_bus_create +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x026a2932 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x26797dcc snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x26c3f948 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x27f86764 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x28b2d310 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x293fc5df snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2f21e921 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6618b1a8 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x72b17bb5 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x76f07df3 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa270067e snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa28868e1 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc4c0cb34 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcc624d1f snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd8baad2a snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe12d6d9b snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf96e5a1d snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1b716a57 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4390b28e snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x53d2c240 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x75a8cda9 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8224da9e snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x925194a9 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb41d69e4 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xdd309499 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf67073d4 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x127df95e snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x70d6241c snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xbda70cff snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0e3b9467 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2a73a75e oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3d0d9706 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x430bbb2d oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x56b99d6e oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6c262c66 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8282504f oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x90a1a108 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x918b7c4c oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9594fd84 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9dd3c8e2 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9de2128a oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xac896bb6 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb152f20a oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb2a167f9 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb43127b3 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc140b72d oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd8d907e3 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd9a68ecf oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe22b7261 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe46ced1c oxygen_reset_uart +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x0c1db21d snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x3a666e60 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x52cb71ed snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xb8201507 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xecc4214c snd_trident_start_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xe562860b process_sigma_firmware +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xa97e71d6 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xcc3900b9 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x9daf96d8 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x0dfee4c5 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x249b5954 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 0x99304f7a snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xa68a0967 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xb88eca70 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xf1d8ccff snd_emux_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x52c9fdb8 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x58038b8d snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x871eca24 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x88a5d0e6 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xa89f5871 __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd2794901 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd4dac48e __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd7a05cb7 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 0x9b9d9904 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x000dfb7a fifo_set_limit +EXPORT_SYMBOL vmlinux 0x001ee95a imx_ssi_fiq_base +EXPORT_SYMBOL vmlinux 0x003395df __brelse +EXPORT_SYMBOL vmlinux 0x0039cffa alloc_disk_node +EXPORT_SYMBOL vmlinux 0x003ed69a __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x0048ba90 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x004a1b52 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x0078b7ef blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00816ff2 snd_pcm_new_internal +EXPORT_SYMBOL vmlinux 0x0085c399 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x0087b3f6 inet6_protos +EXPORT_SYMBOL vmlinux 0x00ab0828 ip_ct_attach +EXPORT_SYMBOL vmlinux 0x00c53b91 proto_register +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00decb4a blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x00eef40f pipe_unlock +EXPORT_SYMBOL vmlinux 0x00fe9ece init_page_accessed +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x010b8b5c generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x010d948b kernel_getsockname +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x011a9e53 elf_hwcap2 +EXPORT_SYMBOL vmlinux 0x013d728c pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x015585ce vme_bus_type +EXPORT_SYMBOL vmlinux 0x016116a9 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x016fa84b read_cache_page +EXPORT_SYMBOL vmlinux 0x017b8aed jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x017d6a57 __register_binfmt +EXPORT_SYMBOL vmlinux 0x0186e2de smp_call_function_many +EXPORT_SYMBOL vmlinux 0x0194588d generic_file_open +EXPORT_SYMBOL vmlinux 0x01a3d310 omap_set_dma_channel_mode +EXPORT_SYMBOL vmlinux 0x01a4e527 scsi_execute +EXPORT_SYMBOL vmlinux 0x01a5ce0e fb_validate_mode +EXPORT_SYMBOL vmlinux 0x01b7fd59 dispc_read_irqstatus +EXPORT_SYMBOL vmlinux 0x01c38c8b pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x01c8e197 mmc_put_card +EXPORT_SYMBOL vmlinux 0x01c9d656 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x01ea132e dispc_runtime_put +EXPORT_SYMBOL vmlinux 0x020de090 inet_del_offload +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x02196324 __aeabi_idiv +EXPORT_SYMBOL vmlinux 0x021a3141 vfs_unlink +EXPORT_SYMBOL vmlinux 0x022cb7ac free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x0234d783 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x024bf88f omap_modify_dma_chain_params +EXPORT_SYMBOL vmlinux 0x024ce177 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x025447d6 blk_run_queue +EXPORT_SYMBOL vmlinux 0x02573b36 omap_disable_dma_irq +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0275f67b uart_match_port +EXPORT_SYMBOL vmlinux 0x027f846e simple_open +EXPORT_SYMBOL vmlinux 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL vmlinux 0x0285ae58 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x02934be3 check_disk_change +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02bca786 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x02c49bb1 snd_ctl_make_virtual_master +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02ef742b percpu_counter_set +EXPORT_SYMBOL vmlinux 0x02f893a6 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x03026722 mempool_alloc +EXPORT_SYMBOL vmlinux 0x03073dd8 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x030936bb nf_hook_slow +EXPORT_SYMBOL vmlinux 0x03232d67 pci_save_state +EXPORT_SYMBOL vmlinux 0x0331f830 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03363f02 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x03365881 __free_pages +EXPORT_SYMBOL vmlinux 0x033b89c4 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x0355f24a __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0359a9e7 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x03635439 edma_stop +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x0386d23f vm_map_ram +EXPORT_SYMBOL vmlinux 0x03934b10 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x0398389a pci_bus_get +EXPORT_SYMBOL vmlinux 0x03ba39b0 v7_flush_user_cache_all +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03c12650 icmp_send +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x0426bfd4 skb_queue_head +EXPORT_SYMBOL vmlinux 0x0427489f ps2_drain +EXPORT_SYMBOL vmlinux 0x04376825 ns_capable +EXPORT_SYMBOL vmlinux 0x0447bf23 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x046fc165 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x049a3728 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x049c1a42 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x04b1bf62 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x04cda566 snd_interval_refine +EXPORT_SYMBOL vmlinux 0x04cfcf3a snd_pcm_lib_readv +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x05000988 keyring_clear +EXPORT_SYMBOL vmlinux 0x0511ea36 dev_activate +EXPORT_SYMBOL vmlinux 0x0512ad75 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x051b07d6 tc6393xb_lcd_mode +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0551338b amba_release_regions +EXPORT_SYMBOL vmlinux 0x055a0a71 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x056a4494 snd_pcm_new_stream +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05b62269 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x05cecd78 vga_put +EXPORT_SYMBOL vmlinux 0x05d51863 backlight_force_update +EXPORT_SYMBOL vmlinux 0x05da5d24 register_qdisc +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061cf582 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06552cca input_flush_device +EXPORT_SYMBOL vmlinux 0x06607f92 dss_feat_get_supported_outputs +EXPORT_SYMBOL vmlinux 0x066f8935 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x067711da blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x068dffe0 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x06aabc03 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x06ab7aaa inet_frags_fini +EXPORT_SYMBOL vmlinux 0x06b869c5 ppp_input_error +EXPORT_SYMBOL vmlinux 0x06c96a5c __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x06d459f9 free_task +EXPORT_SYMBOL vmlinux 0x06d63172 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x06d99424 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x070ec659 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x072a8f8d __set_fiq_regs +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0738e054 netpoll_setup +EXPORT_SYMBOL vmlinux 0x073bce87 edma_write_slot +EXPORT_SYMBOL vmlinux 0x075d205a dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x0777d513 put_tty_driver +EXPORT_SYMBOL vmlinux 0x0796c624 netdev_features_change +EXPORT_SYMBOL vmlinux 0x07a4b576 flex_array_free +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07c2e3a4 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x07c75f0a dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07cf9099 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x07dbf87d input_unregister_device +EXPORT_SYMBOL vmlinux 0x0805ab22 pci_request_region +EXPORT_SYMBOL vmlinux 0x080ca22f snd_pcm_lib_malloc_pages +EXPORT_SYMBOL vmlinux 0x081f3afb complete_all +EXPORT_SYMBOL vmlinux 0x082b0f0c km_state_notify +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x082ca4aa phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x0839c744 vfs_link +EXPORT_SYMBOL vmlinux 0x083a0b44 mdiobus_read +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0872f5c4 qdisc_list_add +EXPORT_SYMBOL vmlinux 0x087359f7 fget +EXPORT_SYMBOL vmlinux 0x087fdffd da903x_query_status +EXPORT_SYMBOL vmlinux 0x08b5a760 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x08bfd8e1 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x08c30c4d xfrm_register_km +EXPORT_SYMBOL vmlinux 0x08d67f4f arm_coherent_dma_ops +EXPORT_SYMBOL vmlinux 0x08ef4357 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x0901289d netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x09054adc filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x09072660 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x092c6f6a fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x093b173d net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x094aa6da key_revoke +EXPORT_SYMBOL vmlinux 0x0979abe5 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x097ec1ff _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0995a381 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09cd0119 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL vmlinux 0x09cf1b46 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x09cff143 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x09d33234 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d9e640 bdget_disk +EXPORT_SYMBOL vmlinux 0x09e303d5 __skb_checksum +EXPORT_SYMBOL vmlinux 0x09e633d8 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x09f029b0 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x09fc3073 stop_tty +EXPORT_SYMBOL vmlinux 0x0a0786de udplite_table +EXPORT_SYMBOL vmlinux 0x0a0c7f6e follow_up +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a36fb1f generic_file_llseek +EXPORT_SYMBOL vmlinux 0x0a3ef3fd pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a46ae6d try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x0a62040d input_register_device +EXPORT_SYMBOL vmlinux 0x0a69ee09 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x0aa13d05 __raw_readsw +EXPORT_SYMBOL vmlinux 0x0aa49294 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x0ac91c87 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0aceebc7 dss_mgr_set_timings +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad0728a blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x0ad43493 load_nls +EXPORT_SYMBOL vmlinux 0x0adfab73 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x0ae51bca generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x0af26622 d_instantiate +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b49fddc snd_timer_global_new +EXPORT_SYMBOL vmlinux 0x0b4bd881 mount_bdev +EXPORT_SYMBOL vmlinux 0x0b57155e tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x0b59ccd6 __serio_register_port +EXPORT_SYMBOL vmlinux 0x0b639280 key_validate +EXPORT_SYMBOL vmlinux 0x0b6a3123 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b9a28af dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x0ba5f19d fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bdd27d8 get_disk +EXPORT_SYMBOL vmlinux 0x0be3094a skb_copy_expand +EXPORT_SYMBOL vmlinux 0x0be5a140 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c61e3be xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c7944f0 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c9c5a39 give_up_console +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca2b7bb generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x0ca54fee _test_and_set_bit +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cae8168 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x0ce20bed sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x0cea45d7 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL vmlinux 0x0cea50ca generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x0cfefe1e percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x0d1fc72c i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x0d21afca d_invalidate +EXPORT_SYMBOL vmlinux 0x0d257e5c abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x0d37e8f2 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x0d3e7889 ip_options_compile +EXPORT_SYMBOL vmlinux 0x0d3f57a2 _find_next_bit_le +EXPORT_SYMBOL vmlinux 0x0d47c4e2 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x0d4b7e58 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x0d4d7a32 _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d63ed82 clk_get +EXPORT_SYMBOL vmlinux 0x0d70b04c input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x0d75332a pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dadf6c3 kfree_put_link +EXPORT_SYMBOL vmlinux 0x0daf26cf input_get_keycode +EXPORT_SYMBOL vmlinux 0x0daf57b7 dump_align +EXPORT_SYMBOL vmlinux 0x0db68fae bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x0db9753b devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x0dea502a vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x0e0b0eda dev_mc_del +EXPORT_SYMBOL vmlinux 0x0e0c3437 con_is_bound +EXPORT_SYMBOL vmlinux 0x0e2b2b17 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x0e4c1a47 omapdss_register_output +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e7efcae generic_writepages +EXPORT_SYMBOL vmlinux 0x0e931cf9 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x0e9cae49 sock_no_accept +EXPORT_SYMBOL vmlinux 0x0eaf451e hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0eafbec5 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x0eb45fee inet6_bind +EXPORT_SYMBOL vmlinux 0x0eb9637c xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ec9411c ata_print_version +EXPORT_SYMBOL vmlinux 0x0ee632b5 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x0ef9bc24 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f2a6bce of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f880d1d unlock_buffer +EXPORT_SYMBOL vmlinux 0x0fa2a45e __memzero +EXPORT_SYMBOL vmlinux 0x0fa6c25a netdev_alert +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0ff178f6 __aeabi_idivmod +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x0ff82960 snd_pcm_lib_free_pages +EXPORT_SYMBOL vmlinux 0x10018eee dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x101fbdd6 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x102684fb omap_dss_get_output +EXPORT_SYMBOL vmlinux 0x102a10f0 kobject_add +EXPORT_SYMBOL vmlinux 0x1042944e tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x10440158 udp_disconnect +EXPORT_SYMBOL vmlinux 0x1046384b xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x1069391e __invalidate_device +EXPORT_SYMBOL vmlinux 0x106c66eb pneigh_lookup +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x1085307b inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x10d3953c dquot_disable +EXPORT_SYMBOL vmlinux 0x10e6e18c dev_change_flags +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x10f98323 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x110019a4 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x11076ae3 omapdss_register_display +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1117b1f2 misc_deregister +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x112748bd omap_vrfb_adjust_size +EXPORT_SYMBOL vmlinux 0x1132353e fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x113641ff scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x1154f79a pci_claim_resource +EXPORT_SYMBOL vmlinux 0x115f46a7 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1171592e of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x1176ab8d sock_release +EXPORT_SYMBOL vmlinux 0x11858bb8 devm_clk_put +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x118aadaa scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x119b50e7 elf_check_arch +EXPORT_SYMBOL vmlinux 0x119e8fad tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x11a63976 skb_seq_read +EXPORT_SYMBOL vmlinux 0x11c8fab3 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x11c91f32 omapdss_default_get_recommended_bpp +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x1205253d pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120b8f27 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x12308a42 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x12314e83 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x126099e2 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12b471df mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12e07c3b get_fs_type +EXPORT_SYMBOL vmlinux 0x12efa04a inet_frag_kill +EXPORT_SYMBOL vmlinux 0x12f16a7d __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x12f4ce40 shdma_chan_remove +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13315729 flex_array_alloc +EXPORT_SYMBOL vmlinux 0x1373f749 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x1378e611 ip6_xmit +EXPORT_SYMBOL vmlinux 0x1390487f tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x139a52d6 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x13a362c3 led_blink_set +EXPORT_SYMBOL vmlinux 0x13a59274 save_mount_options +EXPORT_SYMBOL vmlinux 0x13af99d0 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x13b8ecd6 kobject_put +EXPORT_SYMBOL vmlinux 0x13c9779c con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d2550d flush_signals +EXPORT_SYMBOL vmlinux 0x13f25cc1 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x14068212 input_allocate_device +EXPORT_SYMBOL vmlinux 0x140b8e50 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x141675f8 alloc_file +EXPORT_SYMBOL vmlinux 0x141739bd neigh_app_ns +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x14293c94 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x142d5a8e poll_freewait +EXPORT_SYMBOL vmlinux 0x146d1787 request_key +EXPORT_SYMBOL vmlinux 0x1474c9c2 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x1475179d __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x147954d6 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x1480363d phy_attach_direct +EXPORT_SYMBOL vmlinux 0x14b87fd0 page_put_link +EXPORT_SYMBOL vmlinux 0x14d4a9c5 _change_bit +EXPORT_SYMBOL vmlinux 0x14ef1d2b scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x152470a7 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154eaf08 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x15533a04 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x15709300 udp_prot +EXPORT_SYMBOL vmlinux 0x15e378d2 of_iomap +EXPORT_SYMBOL vmlinux 0x16114c53 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x162ccc0c lg_local_lock +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x1637d60c generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x164e2106 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x1655467d devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x1664163e tso_build_hdr +EXPORT_SYMBOL vmlinux 0x16694707 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x166fa3fb simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x1674d65f elevator_change +EXPORT_SYMBOL vmlinux 0x1683a50b radix_tree_delete +EXPORT_SYMBOL vmlinux 0x16b995a9 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x16c1edce free_netdev +EXPORT_SYMBOL vmlinux 0x16f96565 __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x1707fdcc pci_iounmap +EXPORT_SYMBOL vmlinux 0x1731e3cc __nla_reserve +EXPORT_SYMBOL vmlinux 0x1733fbb2 touch_buffer +EXPORT_SYMBOL vmlinux 0x1736f2b0 inode_init_always +EXPORT_SYMBOL vmlinux 0x1745b44d nf_ct_attach +EXPORT_SYMBOL vmlinux 0x174afb1a __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x17594007 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x175cc71a neigh_update +EXPORT_SYMBOL vmlinux 0x175f669c blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x1775b983 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x177e0ba9 ip_fragment +EXPORT_SYMBOL vmlinux 0x1784f057 dispc_ovl_set_fifo_threshold +EXPORT_SYMBOL vmlinux 0x17890cf9 tty_register_driver +EXPORT_SYMBOL vmlinux 0x17a142df __copy_from_user +EXPORT_SYMBOL vmlinux 0x17a1bd2c snd_card_proc_new +EXPORT_SYMBOL vmlinux 0x17ae41e1 km_report +EXPORT_SYMBOL vmlinux 0x17b0c96a nobh_writepage +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17e697a2 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x18178f91 km_policy_notify +EXPORT_SYMBOL vmlinux 0x181a274d sg_miter_start +EXPORT_SYMBOL vmlinux 0x181e2990 arm_dma_zone_size +EXPORT_SYMBOL vmlinux 0x182b68c3 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x18367f32 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x1848bb41 ip_defrag +EXPORT_SYMBOL vmlinux 0x184963d5 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x1859d474 dentry_unhash +EXPORT_SYMBOL vmlinux 0x18804f0f omapdss_find_mgr_from_display +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x188a4bd6 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x18929673 from_kuid +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x189a4060 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x18b87d75 netdev_err +EXPORT_SYMBOL vmlinux 0x18bd76a4 _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x18c03341 sock_rfree +EXPORT_SYMBOL vmlinux 0x18c2227f cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x18c9ae5c dss_mgr_unregister_framedone_handler +EXPORT_SYMBOL vmlinux 0x18eb6c40 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x18fe86cf arp_create +EXPORT_SYMBOL vmlinux 0x193ce715 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x195defb3 key_alloc +EXPORT_SYMBOL vmlinux 0x19610e1f cpu_all_bits +EXPORT_SYMBOL vmlinux 0x196f14b7 set_device_ro +EXPORT_SYMBOL vmlinux 0x197dc3b3 omap_set_dma_src_burst_mode +EXPORT_SYMBOL vmlinux 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a05d48 md_done_sync +EXPORT_SYMBOL vmlinux 0x19a55735 pci_bus_type +EXPORT_SYMBOL vmlinux 0x19ad9cfd put_page +EXPORT_SYMBOL vmlinux 0x19b0b9db qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x19bb11b6 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c55d1c get_tz_trend +EXPORT_SYMBOL vmlinux 0x19cec5cc from_kgid +EXPORT_SYMBOL vmlinux 0x19cfadb8 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x19e31e4b vga_tryget +EXPORT_SYMBOL vmlinux 0x19eb1892 security_inode_permission +EXPORT_SYMBOL vmlinux 0x19f5809b dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0x19ffc4fe read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x1a0e7ed6 set_groups +EXPORT_SYMBOL vmlinux 0x1a11273c led_set_brightness +EXPORT_SYMBOL vmlinux 0x1a20c540 omap_vrfb_supported +EXPORT_SYMBOL vmlinux 0x1a5a1dca rwsem_wake +EXPORT_SYMBOL vmlinux 0x1a5ee0e6 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x1a65f4ad __arm_ioremap_pfn +EXPORT_SYMBOL vmlinux 0x1a8e6a14 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x1ac3a83a tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x1ac6457d flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad1f2e7 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0x1ada1e8e inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x1afa1311 dst_alloc +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b1c14b3 ata_link_printk +EXPORT_SYMBOL vmlinux 0x1b1ddf39 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x1b264666 kmap +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b711af2 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x1b785d62 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b83ab66 cdrom_open +EXPORT_SYMBOL vmlinux 0x1b890d70 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x1b972bd0 neigh_lookup +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1b9e40b0 pci_request_regions +EXPORT_SYMBOL vmlinux 0x1bbc3a9a xfrm_input +EXPORT_SYMBOL vmlinux 0x1bbe0aa2 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x1c04de79 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x1c0d07d1 swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x1c0f1a8a pci_scan_bus +EXPORT_SYMBOL vmlinux 0x1c1f2f7c dev_remove_pack +EXPORT_SYMBOL vmlinux 0x1c254179 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x1c2c365b fs_bio_set +EXPORT_SYMBOL vmlinux 0x1c2e5482 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x1c402910 md_register_thread +EXPORT_SYMBOL vmlinux 0x1c4ed71d lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x1c53b8ec __sb_end_write +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c85ebdc sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x1c8f285b seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x1c8f3593 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x1ca5e5c8 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x1cb2fbfc dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x1cbb240a register_sound_mixer +EXPORT_SYMBOL vmlinux 0x1cebc702 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x1cf62da3 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x1cfb04fa finish_wait +EXPORT_SYMBOL vmlinux 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL vmlinux 0x1d14dbe1 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x1d18b391 __inode_permission +EXPORT_SYMBOL vmlinux 0x1d1b6077 proto_unregister +EXPORT_SYMBOL vmlinux 0x1d2962a5 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x1d2ff9bb pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x1d3a4534 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1d43ab04 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x1d4644d7 km_state_expired +EXPORT_SYMBOL vmlinux 0x1d624a2e omap_dss_get_overlay_manager +EXPORT_SYMBOL vmlinux 0x1d625d62 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x1d8beee7 __get_page_tail +EXPORT_SYMBOL vmlinux 0x1da698b5 padata_start +EXPORT_SYMBOL vmlinux 0x1db7dc40 pgprot_kernel +EXPORT_SYMBOL vmlinux 0x1db84f02 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dcac71f may_umount +EXPORT_SYMBOL vmlinux 0x1dcd92aa sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1df9e7cf omap_dss_put_device +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e4cc08d d_alloc +EXPORT_SYMBOL vmlinux 0x1e681eb5 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e893a8a netif_napi_add +EXPORT_SYMBOL vmlinux 0x1e99d15f fasync_helper +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eaf8b59 edma_filter_fn +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ee72dd4 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x1eeb848e __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x1efda01a pci_write_vpd +EXPORT_SYMBOL vmlinux 0x1f1aa957 dquot_release +EXPORT_SYMBOL vmlinux 0x1f28d0ad __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x1f2f5431 bio_chain +EXPORT_SYMBOL vmlinux 0x1f49dbd0 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x1f6044a0 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1f9bfe6d tcf_register_action +EXPORT_SYMBOL vmlinux 0x1fab5905 wait_for_completion +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x200b3d9c zero_fill_bio +EXPORT_SYMBOL vmlinux 0x200cc9a9 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x2010a3cc register_framebuffer +EXPORT_SYMBOL vmlinux 0x201b00c1 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x202202f8 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x202f3e3a mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x20421305 on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x204a96ab uart_get_divisor +EXPORT_SYMBOL vmlinux 0x204c0e6c kernel_sendpage +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x205da4c7 of_get_property +EXPORT_SYMBOL vmlinux 0x205ec8de omap_dispc_register_isr +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x207ee648 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x207fe322 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x2089e5e6 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x208df5ee mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x20a07b26 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x20a3e374 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x211331fa __divsi3 +EXPORT_SYMBOL vmlinux 0x211ffac8 drop_super +EXPORT_SYMBOL vmlinux 0x212bee82 snd_dma_free_pages +EXPORT_SYMBOL vmlinux 0x212cd34d poll_initwait +EXPORT_SYMBOL vmlinux 0x21334a67 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x2157965d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x2160f472 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x21777556 snd_pcm_hw_param_last +EXPORT_SYMBOL vmlinux 0x21b71b42 udp_del_offload +EXPORT_SYMBOL vmlinux 0x21db1f30 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x21eb9a43 inet_getname +EXPORT_SYMBOL vmlinux 0x21f7eb8f claim_fiq +EXPORT_SYMBOL vmlinux 0x220b17ef deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222fa684 lg_global_lock +EXPORT_SYMBOL vmlinux 0x2232a8a5 mempool_free +EXPORT_SYMBOL vmlinux 0x2237d2c3 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x223cc898 omap_vrfb_max_height +EXPORT_SYMBOL vmlinux 0x2256fafa div64_u64_rem +EXPORT_SYMBOL vmlinux 0x225912e0 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x225ac03b ppp_dev_name +EXPORT_SYMBOL vmlinux 0x226c81c0 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x2277d558 mx53_revision +EXPORT_SYMBOL vmlinux 0x227f396d ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x22830711 edma_clear_event +EXPORT_SYMBOL vmlinux 0x22a44b74 __register_chrdev +EXPORT_SYMBOL vmlinux 0x22b11c3d ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b56659 nand_bch_init +EXPORT_SYMBOL vmlinux 0x22d10fa8 skb_copy +EXPORT_SYMBOL vmlinux 0x22dfdd06 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x2304c490 dquot_acquire +EXPORT_SYMBOL vmlinux 0x2308bc69 serio_rescan +EXPORT_SYMBOL vmlinux 0x2310ecda blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x232023aa flow_cache_init +EXPORT_SYMBOL vmlinux 0x2329c2d5 seq_release_private +EXPORT_SYMBOL vmlinux 0x234e7779 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x235c914c of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x235ef4a8 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x2371058b blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x23740014 kthread_bind +EXPORT_SYMBOL vmlinux 0x23888683 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23aa49d3 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c45cb0 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x2435fc6e unregister_filesystem +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x244bfe06 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x245026f4 cdev_init +EXPORT_SYMBOL vmlinux 0x24541d7b iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2463f773 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x2466b758 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x2470b37d clk_add_alias +EXPORT_SYMBOL vmlinux 0x247dda07 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x249327b0 bitmap_unplug +EXPORT_SYMBOL vmlinux 0x24a3cc4f cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL vmlinux 0x24b32842 padata_free +EXPORT_SYMBOL vmlinux 0x24c19353 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x24c81961 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x24d7b4eb cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x24e1151e inode_add_bytes +EXPORT_SYMBOL vmlinux 0x24f406f2 read_cache_pages +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x250931e0 security_task_getsecid +EXPORT_SYMBOL vmlinux 0x25231168 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x2527a087 vme_slave_set +EXPORT_SYMBOL vmlinux 0x252c61ca ipv4_specific +EXPORT_SYMBOL vmlinux 0x2530af9d __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x2539e306 vfs_open +EXPORT_SYMBOL vmlinux 0x25473919 dquot_enable +EXPORT_SYMBOL vmlinux 0x254b83dd led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x25540332 inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0x2559fc36 mdiobus_register +EXPORT_SYMBOL vmlinux 0x255acb5f tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x255fcaab _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25b26da5 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25f510fb xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x25f673fc gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x25f916fe sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x26193864 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x263bcdc1 nf_reinject +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x265f4ec3 override_creds +EXPORT_SYMBOL vmlinux 0x26695728 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x26854c66 amba_driver_register +EXPORT_SYMBOL vmlinux 0x2687414a __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x269a2171 snd_ctl_remove +EXPORT_SYMBOL vmlinux 0x269b5f46 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x269cf3a0 sock_edemux +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26cb9c83 seq_bitmap +EXPORT_SYMBOL vmlinux 0x26d9388d iget_locked +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26ef182d snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL vmlinux 0x26fb7a29 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x26fc5926 fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x270368ec security_file_permission +EXPORT_SYMBOL vmlinux 0x271765d5 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x2720e7d4 snd_pcm_mmap_data +EXPORT_SYMBOL vmlinux 0x2730bdde dcb_getapp +EXPORT_SYMBOL vmlinux 0x275c77f4 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x275ef902 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x27696494 snd_pcm_hw_rule_add +EXPORT_SYMBOL vmlinux 0x277b27a1 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27954147 netdev_emerg +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x28118cb6 __get_user_1 +EXPORT_SYMBOL vmlinux 0x28179189 filp_open +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x281ce154 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x284487da module_put +EXPORT_SYMBOL vmlinux 0x284ecd64 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x287b3b15 inet_frags_init +EXPORT_SYMBOL vmlinux 0x2883d417 of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28c99df3 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x28d6861d __vmalloc +EXPORT_SYMBOL vmlinux 0x28d86314 __neigh_create +EXPORT_SYMBOL vmlinux 0x28f5f0a2 snd_pcm_hw_param_first +EXPORT_SYMBOL vmlinux 0x29193f7f noop_fsync +EXPORT_SYMBOL vmlinux 0x2924b9e4 snd_pcm_new +EXPORT_SYMBOL vmlinux 0x292def4d scsi_remove_device +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x29591821 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x29625495 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x296cce90 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x29987488 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x299ca1aa kobject_get +EXPORT_SYMBOL vmlinux 0x29b1c366 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x29e1b020 ida_simple_remove +EXPORT_SYMBOL vmlinux 0x29f71bd2 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x29fd6d57 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a0041cb xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x2a013958 write_inode_now +EXPORT_SYMBOL vmlinux 0x2a02e040 genphy_suspend +EXPORT_SYMBOL vmlinux 0x2a084351 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x2a15a351 find_lock_entry +EXPORT_SYMBOL vmlinux 0x2a1d9488 dst_discard_sk +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a323db1 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x2a336052 km_new_mapping +EXPORT_SYMBOL vmlinux 0x2a3aa678 _test_and_clear_bit +EXPORT_SYMBOL vmlinux 0x2a42db8c tc_classify +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a7cac99 pci_add_resource +EXPORT_SYMBOL vmlinux 0x2a844ba6 file_update_time +EXPORT_SYMBOL vmlinux 0x2a8be62f empty_aops +EXPORT_SYMBOL vmlinux 0x2a8bf660 bio_advance +EXPORT_SYMBOL vmlinux 0x2a969bb0 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2ab5cd5d tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x2ac7cc19 dev_uc_del +EXPORT_SYMBOL vmlinux 0x2ac8676a elv_rb_del +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2ae2b33b blk_fetch_request +EXPORT_SYMBOL vmlinux 0x2ae7e334 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x2ae9172b videomode_to_omap_video_timings +EXPORT_SYMBOL vmlinux 0x2aee5c98 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b0be357 user_revoke +EXPORT_SYMBOL vmlinux 0x2b12925d cpumask_next_and +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b30a610 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x2b4e956e mempool_create +EXPORT_SYMBOL vmlinux 0x2b7572ed of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba52c4d pcim_iomap +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bbcb039 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x2bd339d7 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x2be01fc7 dget_parent +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2c087ac7 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c24ec03 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c5e39c6 snd_pcm_hw_refine +EXPORT_SYMBOL vmlinux 0x2c7c8e9a pcibios_min_mem +EXPORT_SYMBOL vmlinux 0x2c81ec75 __irq_regs +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2c90e0ca ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x2c9732f8 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x2c988955 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x2c9dc18d scm_fp_dup +EXPORT_SYMBOL vmlinux 0x2cb746ab igrab +EXPORT_SYMBOL vmlinux 0x2cd29216 __frontswap_load +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d4dddcc netlink_set_err +EXPORT_SYMBOL vmlinux 0x2d4e0899 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x2d50779f serio_interrupt +EXPORT_SYMBOL vmlinux 0x2d6507b5 _find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0x2d770676 dispc_mgr_go +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2da0156b netdev_notice +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2db6ffff mxc_iomux_v3_setup_pad +EXPORT_SYMBOL vmlinux 0x2dbf8d93 snd_register_oss_device +EXPORT_SYMBOL vmlinux 0x2dd0ee17 udp_add_offload +EXPORT_SYMBOL vmlinux 0x2dd3c787 seq_escape +EXPORT_SYMBOL vmlinux 0x2dd9a36b flex_array_shrink +EXPORT_SYMBOL vmlinux 0x2de09c24 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2df91d96 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e1d3c3c ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e3a7716 follow_down +EXPORT_SYMBOL vmlinux 0x2e3dd0cf vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x2e3f8175 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x2e43d7af file_remove_suid +EXPORT_SYMBOL vmlinux 0x2e47e59f skb_free_datagram +EXPORT_SYMBOL vmlinux 0x2e49a5da write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x2e4ef71e blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x2e5810c6 __aeabi_unwind_cpp_pr1 +EXPORT_SYMBOL vmlinux 0x2e59df92 sget +EXPORT_SYMBOL vmlinux 0x2e678f51 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x2e6e8582 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x2eb3df2f devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ecff09d pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x2ed039bf wait_iff_congested +EXPORT_SYMBOL vmlinux 0x2ee2beba of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f2daac4 snd_jack_set_key +EXPORT_SYMBOL vmlinux 0x2f3ebc9a input_open_device +EXPORT_SYMBOL vmlinux 0x2f4f4432 of_get_parent +EXPORT_SYMBOL vmlinux 0x2f56398e security_inode_init_security +EXPORT_SYMBOL vmlinux 0x2f579531 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x2f5821ff sock_wake_async +EXPORT_SYMBOL vmlinux 0x2f778792 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x2f8bd909 ps2_end_command +EXPORT_SYMBOL vmlinux 0x2f8c724a kernel_read +EXPORT_SYMBOL vmlinux 0x2fa79ccf phy_start_aneg +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fb78aa3 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x2fd22e31 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x30136211 of_clk_get +EXPORT_SYMBOL vmlinux 0x301d7c69 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x3082a0b3 dss_feat_get_supported_color_modes +EXPORT_SYMBOL vmlinux 0x308aad56 omap_vrfb_min_phys_size +EXPORT_SYMBOL vmlinux 0x308e55dc scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30b65a5f devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0x30b881de vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x30d05919 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x30d4a11d xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x30e34921 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x30ee0174 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x30f09c1e bio_unmap_user +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x311b1a1a page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x3121e3e8 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x312824e0 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL vmlinux 0x313ce9eb get_super +EXPORT_SYMBOL vmlinux 0x313e0d42 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x317e1ae9 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x31805f80 __net_get_random_once +EXPORT_SYMBOL vmlinux 0x318c27b1 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x31d08f6b md_unregister_thread +EXPORT_SYMBOL vmlinux 0x31d9aced pps_register_source +EXPORT_SYMBOL vmlinux 0x31dd5b4f pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x31ed99b7 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x31f61d87 clocksource_register +EXPORT_SYMBOL vmlinux 0x31f8b600 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x31f97042 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x3210ce98 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x321184df of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x324ce6b4 iget5_locked +EXPORT_SYMBOL vmlinux 0x327fd02d phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x32894480 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x328a01e6 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x328a05f1 strncpy +EXPORT_SYMBOL vmlinux 0x32907b91 idr_remove +EXPORT_SYMBOL vmlinux 0x32a1001d pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x32b0609b backlight_device_register +EXPORT_SYMBOL vmlinux 0x32b2bb94 key_invalidate +EXPORT_SYMBOL vmlinux 0x32b592ec find_vma +EXPORT_SYMBOL vmlinux 0x32e9dfa7 ps2_init +EXPORT_SYMBOL vmlinux 0x32f7c1c0 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x32fb5eb6 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x3316845e idr_get_next +EXPORT_SYMBOL vmlinux 0x33234fdc sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x3330a47d gen_pool_free +EXPORT_SYMBOL vmlinux 0x335285ce d_prune_aliases +EXPORT_SYMBOL vmlinux 0x335ca561 ilookup +EXPORT_SYMBOL vmlinux 0x33676e32 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x3372ce35 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x33916f7c tcf_hash_check +EXPORT_SYMBOL vmlinux 0x33b5c394 tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x33b75a88 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33ce4790 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL vmlinux 0x33cf94e5 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33e4b8f9 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x33ef9fb3 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fa5fec phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x33fa6bea blk_end_request +EXPORT_SYMBOL vmlinux 0x3404c1e2 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x340c90eb blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341cbc2c inode_change_ok +EXPORT_SYMBOL vmlinux 0x341dbfa3 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x34268fa2 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x3440f090 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x344b7739 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x34589bdb mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x3475aa20 arp_send +EXPORT_SYMBOL vmlinux 0x34789ac8 del_gendisk +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x34880d4e abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x349afd7e iterate_fd +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a78407 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x34aeb6e7 sock_create_lite +EXPORT_SYMBOL vmlinux 0x34d6f89f inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x34ddfac8 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x3507a132 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3524f0e0 snd_pcm_lib_read +EXPORT_SYMBOL vmlinux 0x353de98f cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x353e3fa5 __get_user_4 +EXPORT_SYMBOL vmlinux 0x354057f6 notify_change +EXPORT_SYMBOL vmlinux 0x35659b83 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x359feed1 invalidate_partition +EXPORT_SYMBOL vmlinux 0x35aa5c35 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x35bb973a mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x35ceaae3 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x35fbd6a1 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x3603f4f8 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x360ff336 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x3612c10f tmio_core_mmc_enable +EXPORT_SYMBOL vmlinux 0x361aec01 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x362e822c tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x36ab9045 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x36b5523d set_user_nice +EXPORT_SYMBOL vmlinux 0x36bbe02f elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36db5acf seq_putc +EXPORT_SYMBOL vmlinux 0x36f64db5 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x37056cbe mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x371aa7cd lock_fb_info +EXPORT_SYMBOL vmlinux 0x3721e31b qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x3722cb36 __frontswap_store +EXPORT_SYMBOL vmlinux 0x373a2796 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3768a5ee blkdev_fsync +EXPORT_SYMBOL vmlinux 0x376cd2e8 generic_setxattr +EXPORT_SYMBOL vmlinux 0x37805650 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL vmlinux 0x37a47ac0 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c4cbd1 __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x37cd404e would_dump +EXPORT_SYMBOL vmlinux 0x37dced32 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37f0958c tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x37f30211 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x38040c7b mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x38180ead blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381c30fe sock_wmalloc +EXPORT_SYMBOL vmlinux 0x38258391 snd_card_disconnect +EXPORT_SYMBOL vmlinux 0x3827e879 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x383c5b61 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL vmlinux 0x383f6d00 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x384c9275 padata_do_serial +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x38640ba8 init_buffer +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3886f51d of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x38920e1a crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x389754c9 phy_drivers_unregister +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 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38ccf6e5 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x38ce2c5c pci_enable_device +EXPORT_SYMBOL vmlinux 0x38d9d512 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL vmlinux 0x38de363d scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x38defd98 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x38f01356 eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x38f87ef4 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x3902b865 nand_bch_correct_data +EXPORT_SYMBOL vmlinux 0x39111074 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x391165f3 kobject_init +EXPORT_SYMBOL vmlinux 0x391c18d0 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x3920bfbb fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x3924dd56 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x3938c158 genphy_resume +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3956ebc0 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x395af3e8 mutex_lock +EXPORT_SYMBOL vmlinux 0x395ff616 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x397004b3 tty_unlock +EXPORT_SYMBOL vmlinux 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL vmlinux 0x39730d06 atomic_io_modify +EXPORT_SYMBOL vmlinux 0x39772f0d blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x39a2349b usbnet_link_change +EXPORT_SYMBOL vmlinux 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL vmlinux 0x39c5bf37 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x3a88517a iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3aa0a597 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x3aac9569 mxc_iomux_v3_setup_multiple_pads +EXPORT_SYMBOL vmlinux 0x3aaf9f09 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x3acc145a blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x3acfa7a0 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x3ae60105 scsi_put_command +EXPORT_SYMBOL vmlinux 0x3aea48de generic_perform_write +EXPORT_SYMBOL vmlinux 0x3b00021c scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x3b009f9a genphy_update_link +EXPORT_SYMBOL vmlinux 0x3b02d3ad jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x3b1d3a4b phy_print_status +EXPORT_SYMBOL vmlinux 0x3b44bf85 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x3b6b10a0 user_path_at +EXPORT_SYMBOL vmlinux 0x3b7046af mark_info_dirty +EXPORT_SYMBOL vmlinux 0x3b83ef16 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x3b91f3af snd_free_pages +EXPORT_SYMBOL vmlinux 0x3ba1d9cb bdi_destroy +EXPORT_SYMBOL vmlinux 0x3bbf46ea vga_base +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bf63ebf __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x3c03c665 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x3c32ee60 netif_rx_ni +EXPORT_SYMBOL vmlinux 0x3c3da40f neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c56362d of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x3c65da95 iterate_dir +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c846da0 dss_mgr_disable +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cba727b genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x3ccd0237 inet_bind +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce76d09 scsi_finish_command +EXPORT_SYMBOL vmlinux 0x3ceedd93 put_disk +EXPORT_SYMBOL vmlinux 0x3d1b8cbc tso_build_data +EXPORT_SYMBOL vmlinux 0x3d1db826 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x3d27294d freeze_super +EXPORT_SYMBOL vmlinux 0x3d32c806 kfree_skb +EXPORT_SYMBOL vmlinux 0x3d3a241d km_is_alive +EXPORT_SYMBOL vmlinux 0x3d3c540f elf_hwcap +EXPORT_SYMBOL vmlinux 0x3d3c8350 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x3d5ce20b scsi_add_device +EXPORT_SYMBOL vmlinux 0x3d6f281c mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x3d8a76c8 mtd_concat_destroy +EXPORT_SYMBOL vmlinux 0x3dad5051 of_allnodes +EXPORT_SYMBOL vmlinux 0x3dbc1ae1 phy_detach +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd0c063 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0cda4a unlock_new_inode +EXPORT_SYMBOL vmlinux 0x3e0f4cc3 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x3e1a88ba vfs_readv +EXPORT_SYMBOL vmlinux 0x3e232f92 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x3e884f4b vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3ea90ace __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x3eb5c917 snd_timer_global_register +EXPORT_SYMBOL vmlinux 0x3ec77a24 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x3ec90106 module_layout +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ed70ee3 scsi_unregister +EXPORT_SYMBOL vmlinux 0x3eefdec9 generic_write_end +EXPORT_SYMBOL vmlinux 0x3ef8b7d1 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x3f2e718b blk_stop_queue +EXPORT_SYMBOL vmlinux 0x3f3625a2 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x3f40b02c inet_del_protocol +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f574140 brioctl_set +EXPORT_SYMBOL vmlinux 0x3f575d13 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x3f5b67d5 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3f6206ee truncate_pagecache +EXPORT_SYMBOL vmlinux 0x3f64edbc __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x3f7ef1e8 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x3f84b1d6 mmc_release_host +EXPORT_SYMBOL vmlinux 0x3fa819fc ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x3fab3ca9 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x3fcc3d6f of_phy_attach +EXPORT_SYMBOL vmlinux 0x3fcfb911 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x3fd7cf47 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x3fdbc2fc mark_page_accessed +EXPORT_SYMBOL vmlinux 0x40142a97 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL vmlinux 0x401ef5d8 msm_iommu_get_ctx +EXPORT_SYMBOL vmlinux 0x402954c3 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x40386cfe rt6_lookup +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x407136b1 __put_user_8 +EXPORT_SYMBOL vmlinux 0x407a3275 omap_start_dma +EXPORT_SYMBOL vmlinux 0x4083ac9d copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40ad3abc neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c0b69a blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40ce485b mempool_resize +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d54cc4 get_super_thawed +EXPORT_SYMBOL vmlinux 0x40daae13 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x40ed524a _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x40f07981 __ashldi3 +EXPORT_SYMBOL vmlinux 0x40ff11ea input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x413858b6 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41702e5b tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x417731d6 send_sig +EXPORT_SYMBOL vmlinux 0x418258eb tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418cf416 writeback_in_progress +EXPORT_SYMBOL vmlinux 0x41a96c2d path_get +EXPORT_SYMBOL vmlinux 0x41b03a36 dump_skip +EXPORT_SYMBOL vmlinux 0x42114b99 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x422fd858 pci_clear_master +EXPORT_SYMBOL vmlinux 0x423275f1 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x423d81ed ida_pre_get +EXPORT_SYMBOL vmlinux 0x42582a20 i2c_use_client +EXPORT_SYMBOL vmlinux 0x42723368 set_disk_ro +EXPORT_SYMBOL vmlinux 0x42778091 vfs_writev +EXPORT_SYMBOL vmlinux 0x428675f3 snd_pcm_kernel_ioctl +EXPORT_SYMBOL vmlinux 0x4298b775 v7_flush_kern_cache_all +EXPORT_SYMBOL vmlinux 0x429be6d3 remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42a93634 set_blocksize +EXPORT_SYMBOL vmlinux 0x42cdadc4 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x42db6186 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x42ea3e1a alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43041ff3 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x4307a744 blk_put_queue +EXPORT_SYMBOL vmlinux 0x431532ee abort_creds +EXPORT_SYMBOL vmlinux 0x43175821 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x4323b27e mmc_fixup_device +EXPORT_SYMBOL vmlinux 0x433f9c30 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x4342ee84 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43610e37 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x437389b3 unregister_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x439e7e83 omapdss_output_unset_device +EXPORT_SYMBOL vmlinux 0x43d1b4b3 devm_iounmap +EXPORT_SYMBOL vmlinux 0x43d76707 up_write +EXPORT_SYMBOL vmlinux 0x43de5484 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x441ed159 omap_get_dma_src_pos +EXPORT_SYMBOL vmlinux 0x442237e6 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x442495c9 tmio_core_mmc_resume +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x443a2535 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x4441862e mutex_trylock +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x44643b93 __aeabi_lmul +EXPORT_SYMBOL vmlinux 0x4473aa9e ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x4475c3a8 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x447825dd blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x448f0136 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x44b1cf2c seq_bitmap_list +EXPORT_SYMBOL vmlinux 0x44c591c1 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x44d01da1 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x44d657a4 scsi_print_result +EXPORT_SYMBOL vmlinux 0x44da5d0f __csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x44dd3d8d completion_done +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f4b4f1 vfs_setpos +EXPORT_SYMBOL vmlinux 0x44f5d864 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x44f8f5d8 page_readlink +EXPORT_SYMBOL vmlinux 0x450619dd d_genocide +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x455a0cd9 nand_correct_data +EXPORT_SYMBOL vmlinux 0x456e75c4 vm_mmap +EXPORT_SYMBOL vmlinux 0x4570d1b3 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x4579ae6b flush_dcache_page +EXPORT_SYMBOL vmlinux 0x4579f3d3 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x457a1062 snd_pcm_period_elapsed +EXPORT_SYMBOL vmlinux 0x45883b48 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45bda0d5 system_serial_low +EXPORT_SYMBOL vmlinux 0x45d4ae71 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x45f00595 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x45f9eca5 fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x460dadc9 dma_pool_create +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x465757c3 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466f5b3c zpool_register_driver +EXPORT_SYMBOL vmlinux 0x4675ec31 __frontswap_test +EXPORT_SYMBOL vmlinux 0x46c48946 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x46c4e0fb phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x46d3b28c __div0 +EXPORT_SYMBOL vmlinux 0x46f19939 omapdss_output_set_device +EXPORT_SYMBOL vmlinux 0x46f56ed8 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0x46f6e1ba generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x470c0e39 kill_bdev +EXPORT_SYMBOL vmlinux 0x470f2688 lookup_bdev +EXPORT_SYMBOL vmlinux 0x4712bcb6 input_grab_device +EXPORT_SYMBOL vmlinux 0x472170dd iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x473088a3 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x4743b21b mtd_concat_create +EXPORT_SYMBOL vmlinux 0x4747ea92 tcp_child_process +EXPORT_SYMBOL vmlinux 0x47541259 jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x4755ac9f tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x475cc0ee vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x47875869 touch_atime +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x47a25d16 dev_close +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47d0bfb2 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x47e70229 v7_flush_user_cache_range +EXPORT_SYMBOL vmlinux 0x47f757de elf_platform +EXPORT_SYMBOL vmlinux 0x47fa881a skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x480ed519 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x481ce6ce cpu_active_mask +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486cb207 release_pages +EXPORT_SYMBOL vmlinux 0x487a4460 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x489d85df __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x48a5b067 __machine_arch_type +EXPORT_SYMBOL vmlinux 0x48b13d63 register_netdevice +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48d4b912 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x48d7255c ip6_frag_init +EXPORT_SYMBOL vmlinux 0x48dfa0ae sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4910ecd0 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x4927d622 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x493cac79 bdget +EXPORT_SYMBOL vmlinux 0x49453e5b secpath_dup +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x4991b1f2 mmc_free_host +EXPORT_SYMBOL vmlinux 0x499cb58c prepare_to_wait +EXPORT_SYMBOL vmlinux 0x49ae7d33 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49e61c65 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x49ebacbd _clear_bit +EXPORT_SYMBOL vmlinux 0x49f088b3 clear_nlink +EXPORT_SYMBOL vmlinux 0x4a1d838d pci_map_rom +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a39e5a1 omap_set_dma_src_params +EXPORT_SYMBOL vmlinux 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL vmlinux 0x4a3f2391 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x4a57b339 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x4a7b3d63 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x4a7d9cd2 __module_get +EXPORT_SYMBOL vmlinux 0x4a7fb243 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x4aa3a524 mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x4aac5815 md_check_recovery +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4af2ba9a kernel_listen +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b015768 snd_iprintf +EXPORT_SYMBOL vmlinux 0x4b094409 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x4b0ff4d9 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x4b135f2e inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b30fc47 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b3e93fd mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x4b44cc61 PDE_DATA +EXPORT_SYMBOL vmlinux 0x4b5a8bda blk_integrity_register +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b671b01 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x4b73c7ba napi_gro_receive +EXPORT_SYMBOL vmlinux 0x4b9f010e __sb_start_write +EXPORT_SYMBOL vmlinux 0x4ba5806d release_firmware +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bb0778e vm_stat +EXPORT_SYMBOL vmlinux 0x4bcf03a4 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x4bd4e83c unregister_key_type +EXPORT_SYMBOL vmlinux 0x4bd74c3f qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x4be7fb63 up +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bf449dc netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c233a44 _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x4c26ea7f jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x4c293e38 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c33081d omapdss_compat_uninit +EXPORT_SYMBOL vmlinux 0x4c49d5d8 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x4c4ce9e5 send_sig_info +EXPORT_SYMBOL vmlinux 0x4c5186c0 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x4c5fc58c _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x4c6ce5f2 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x4c7aa57f omap_dss_find_device +EXPORT_SYMBOL vmlinux 0x4c86184b remove_wait_queue +EXPORT_SYMBOL vmlinux 0x4c93523b pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x4c986ce8 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cbbd19b blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x4cbe6225 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x4cc2854d tegra114_clock_assert_dfll_dvco_reset +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cf83f11 dma_release_declared_memory +EXPORT_SYMBOL vmlinux 0x4d048506 snd_unregister_oss_device +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d2c2dfe unlock_rename +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d4875ab tcf_hash_release +EXPORT_SYMBOL vmlinux 0x4d70b38d blk_peek_request +EXPORT_SYMBOL vmlinux 0x4d730b0d follow_down_one +EXPORT_SYMBOL vmlinux 0x4d83b295 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL vmlinux 0x4da38696 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x4dab4048 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x4dcdd894 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x4dcf4bb4 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x4de26e6d of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4de995d9 set_nlink +EXPORT_SYMBOL vmlinux 0x4dec6038 memscan +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4df7fd41 shdma_reset +EXPORT_SYMBOL vmlinux 0x4dfd1ae8 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x4e021dc8 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0x4e1140c8 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e506013 omap_dma_link_lch +EXPORT_SYMBOL vmlinux 0x4e66a024 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x4e6793cb cdev_del +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6a7aeb lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e7ab27a audit_log_start +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e91ddf7 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x4e98a46c dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x4e9ce9f9 edma_link +EXPORT_SYMBOL vmlinux 0x4ea41625 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x4ea88a59 migrate_page +EXPORT_SYMBOL vmlinux 0x4ed10d0c devm_gpio_request +EXPORT_SYMBOL vmlinux 0x4ed65f99 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x4ee60d15 tty_lock_pair +EXPORT_SYMBOL vmlinux 0x4eeddb87 snd_jack_report +EXPORT_SYMBOL vmlinux 0x4f012e13 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x4f0b723e kdb_current_task +EXPORT_SYMBOL vmlinux 0x4f0b9640 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f3519c0 tty_kref_put +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f3b3f99 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x4f43b3c9 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f532cfb pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f68ea66 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x4f707fb8 follow_pfn +EXPORT_SYMBOL vmlinux 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL vmlinux 0x4f81eae6 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x4f87f70a ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f96a211 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x4fa6964b phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x4fc91320 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x4fe0e38a inode_init_owner +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5023a2f9 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x5064c6ce __devm_release_region +EXPORT_SYMBOL vmlinux 0x5077057a dev_emerg +EXPORT_SYMBOL vmlinux 0x509817cf vprintk_emit +EXPORT_SYMBOL vmlinux 0x5099966e sock_no_mmap +EXPORT_SYMBOL vmlinux 0x50a20d32 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x50b66bcb radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x50ccff03 omap_dma_set_prio_lch +EXPORT_SYMBOL vmlinux 0x50cea751 bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x50d5612e dispc_mgr_get_sync_lost_irq +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50e59792 tty_lock +EXPORT_SYMBOL vmlinux 0x511746c1 dump_fpu +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x5129b5a5 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x5130b5ab from_kuid_munged +EXPORT_SYMBOL vmlinux 0x513d84d8 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x514cfc1e misc_register +EXPORT_SYMBOL vmlinux 0x515706d2 dput +EXPORT_SYMBOL vmlinux 0x51612303 kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x5169161d omap_free_dma_chain +EXPORT_SYMBOL vmlinux 0x5177af8e ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x51908eb8 __raw_writesl +EXPORT_SYMBOL vmlinux 0x51926695 of_find_property +EXPORT_SYMBOL vmlinux 0x51c77016 sk_filter +EXPORT_SYMBOL vmlinux 0x51c92965 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x51d559d1 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x51debb97 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x51ff1e50 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5209880d key_link +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x5222624c snd_mixer_oss_notify_callback +EXPORT_SYMBOL vmlinux 0x523a68de mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x526ce03f cont_write_begin +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x528d0c14 idr_init +EXPORT_SYMBOL vmlinux 0x52aa6f3a xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x52b42c11 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52b79fa6 vme_irq_request +EXPORT_SYMBOL vmlinux 0x52bb841c atomic_io_modify_relaxed +EXPORT_SYMBOL vmlinux 0x52c2f753 acl_by_type +EXPORT_SYMBOL vmlinux 0x52c40394 qdisc_destroy +EXPORT_SYMBOL vmlinux 0x52c68ef6 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x52d18ea9 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x52db4745 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL vmlinux 0x52eb21a9 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x52ec69c3 tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x52eeab33 kmap_high +EXPORT_SYMBOL vmlinux 0x53066b12 pci_pme_active +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x5347b49a amba_device_unregister +EXPORT_SYMBOL vmlinux 0x53532d2f of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x53975ee0 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x53a80797 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x53ab8fb1 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x53bb55f3 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x53ee8546 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x53f5a848 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x53fc76aa netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x5403b02a devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5412cd16 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x5414e07b __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x541f9384 neigh_table_init +EXPORT_SYMBOL vmlinux 0x54395b81 simple_write_end +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5452c8dd snd_timer_global_free +EXPORT_SYMBOL vmlinux 0x54562d7c bio_reset +EXPORT_SYMBOL vmlinux 0x546c47bb security_path_mkdir +EXPORT_SYMBOL vmlinux 0x547077ec __wake_up_bit +EXPORT_SYMBOL vmlinux 0x547ce898 dispc_read_irqenable +EXPORT_SYMBOL vmlinux 0x54a3a1f5 dcache_readdir +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54b843a5 dev_open +EXPORT_SYMBOL vmlinux 0x54c21fa1 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x54d1f3c9 __register_nls +EXPORT_SYMBOL vmlinux 0x54d80623 phy_start +EXPORT_SYMBOL vmlinux 0x54e392b5 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54f6830a omapdss_get_default_display_name +EXPORT_SYMBOL vmlinux 0x5508221d bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x55261c90 napi_get_frags +EXPORT_SYMBOL vmlinux 0x552bc1e1 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x55458213 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x5548ab0b elv_rb_add +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x557706d3 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x55826f3e key_type_keyring +EXPORT_SYMBOL vmlinux 0x55878d62 kernel_accept +EXPORT_SYMBOL vmlinux 0x558bd8e6 snd_timer_new +EXPORT_SYMBOL vmlinux 0x558c0bbb netlink_broadcast +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55952ba7 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x55989f5c vfs_write +EXPORT_SYMBOL vmlinux 0x55d19471 dquot_drop +EXPORT_SYMBOL vmlinux 0x55e5ebe3 inet_frag_find +EXPORT_SYMBOL vmlinux 0x55eaa70f dqput +EXPORT_SYMBOL vmlinux 0x560147fd edma_unlink +EXPORT_SYMBOL vmlinux 0x56020d87 inode_dio_done +EXPORT_SYMBOL vmlinux 0x56082e28 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x561c65e3 d_tmpfile +EXPORT_SYMBOL vmlinux 0x5623613d bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x562aec51 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x562b5e5e pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x564091f6 register_exec_domain +EXPORT_SYMBOL vmlinux 0x5645c407 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x5648596a vc_cons +EXPORT_SYMBOL vmlinux 0x565d3ebd dev_set_mtu +EXPORT_SYMBOL vmlinux 0x566410ed snd_timer_notify +EXPORT_SYMBOL vmlinux 0x566ed264 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x566f822d flow_cache_fini +EXPORT_SYMBOL vmlinux 0x567009ea snd_timer_interrupt +EXPORT_SYMBOL vmlinux 0x56789ac5 omap_set_dma_color_mode +EXPORT_SYMBOL vmlinux 0x567f78fb tty_check_change +EXPORT_SYMBOL vmlinux 0x5689afe7 dispc_ovl_enable +EXPORT_SYMBOL vmlinux 0x56a2a213 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x56ac54e3 pci_match_id +EXPORT_SYMBOL vmlinux 0x56ba7ac7 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x56ba8961 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x56bb353e scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x56bc2f15 dispc_ovl_set_channel_out +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56cf9fc4 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x56d217f6 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0x56e91075 netdev_info +EXPORT_SYMBOL vmlinux 0x56ee535b xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x57032592 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x5714cea1 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x571af0cf dev_change_carrier +EXPORT_SYMBOL vmlinux 0x5727a43d bio_copy_data +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x57575a62 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57579462 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57864b81 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x5792a378 mpage_writepage +EXPORT_SYMBOL vmlinux 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL vmlinux 0x57cdbd50 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x57d4285b inode_permission +EXPORT_SYMBOL vmlinux 0x57db1bb8 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x57ea3b10 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x57f3c2d5 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x57fe6931 mmc_cleanup_queue +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x58516557 omap_set_dma_src_data_pack +EXPORT_SYMBOL vmlinux 0x585b3495 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x5860e3c5 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x587e3c1c pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x58996078 mpage_writepages +EXPORT_SYMBOL vmlinux 0x5899b4a7 irq_set_chip +EXPORT_SYMBOL vmlinux 0x589ba705 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58d633c7 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x58fcd748 ip6_frag_match +EXPORT_SYMBOL vmlinux 0x5901c35c bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x590a9d9a up_read +EXPORT_SYMBOL vmlinux 0x591c70d1 simple_write_begin +EXPORT_SYMBOL vmlinux 0x59231b02 get_task_io_context +EXPORT_SYMBOL vmlinux 0x59381cce seq_path +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594e0029 netif_device_attach +EXPORT_SYMBOL vmlinux 0x594e1317 __modsi3 +EXPORT_SYMBOL vmlinux 0x594ed4ec elm_decode_bch_error_page +EXPORT_SYMBOL vmlinux 0x596518f1 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x59667534 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x5967c3f4 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x5967cb60 tc_classify_compat +EXPORT_SYMBOL vmlinux 0x5980bc67 generic_make_request +EXPORT_SYMBOL vmlinux 0x598542b2 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x598cd828 udp_table +EXPORT_SYMBOL vmlinux 0x599ef183 path_is_under +EXPORT_SYMBOL vmlinux 0x59a17bfc tegra114_clock_tune_cpu_trimmers_high +EXPORT_SYMBOL vmlinux 0x59ac5228 snd_cards +EXPORT_SYMBOL vmlinux 0x59b62bb4 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x59bdc5b5 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0x59d29dab v7_flush_kern_dcache_area +EXPORT_SYMBOL vmlinux 0x59d8223a ioport_resource +EXPORT_SYMBOL vmlinux 0x59d8edab __devm_request_region +EXPORT_SYMBOL vmlinux 0x59e5070d __do_div64 +EXPORT_SYMBOL vmlinux 0x59ee4a2f generic_readlink +EXPORT_SYMBOL vmlinux 0x59f07347 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x59f4f2b2 downgrade_write +EXPORT_SYMBOL vmlinux 0x59f9d7fa amba_find_device +EXPORT_SYMBOL vmlinux 0x59fa8633 dev_set_group +EXPORT_SYMBOL vmlinux 0x59fbbbdd serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x5a08be04 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x5a23e7d5 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x5a25ee4f snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL vmlinux 0x5a2fb55a proc_mkdir +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a764a58 snd_timer_start +EXPORT_SYMBOL vmlinux 0x5a90f497 __blk_end_request +EXPORT_SYMBOL vmlinux 0x5aa1a60a kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x5ab45773 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x5abe6ef7 register_netdev +EXPORT_SYMBOL vmlinux 0x5ad54647 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x5ae49bae __skb_get_hash +EXPORT_SYMBOL vmlinux 0x5ae5be44 lg_lock_init +EXPORT_SYMBOL vmlinux 0x5ae86ab5 do_sync_read +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b04be5a disable_fiq +EXPORT_SYMBOL vmlinux 0x5b0b805a framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b1dba60 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x5b25c797 skb_tx_error +EXPORT_SYMBOL vmlinux 0x5b2e88fa dev_add_offload +EXPORT_SYMBOL vmlinux 0x5b3939f5 __ps2_command +EXPORT_SYMBOL vmlinux 0x5b3ddfa9 bdev_read_only +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b42ee81 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x5b6d36b5 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x5b8773d6 nand_scan_ident +EXPORT_SYMBOL vmlinux 0x5b87f86b pci_select_bars +EXPORT_SYMBOL vmlinux 0x5b928727 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x5b956823 mddev_congested +EXPORT_SYMBOL vmlinux 0x5bac5883 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x5bb2f1f2 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x5bb9daec __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x5bc1373c of_translate_address +EXPORT_SYMBOL vmlinux 0x5bdbd52d kunmap_high +EXPORT_SYMBOL vmlinux 0x5bdf7dc4 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x5c265cba sg_init_one +EXPORT_SYMBOL vmlinux 0x5c3256b5 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x5c7c654c swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x5c8c2955 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x5c9284a0 processor_id +EXPORT_SYMBOL vmlinux 0x5cb06ddc elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5ced0c40 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d09c103 __lock_page +EXPORT_SYMBOL vmlinux 0x5d23afca __quota_error +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d48bd78 user_path_create +EXPORT_SYMBOL vmlinux 0x5d515ac0 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d574ed2 arp_find +EXPORT_SYMBOL vmlinux 0x5d5b98f5 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x5da4ac64 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x5db0c568 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x5dbdb7c1 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x5ddf1b1f arp_tbl +EXPORT_SYMBOL vmlinux 0x5dedee29 htc_egpio_get_wakeup_irq +EXPORT_SYMBOL vmlinux 0x5deeeee6 bdi_init +EXPORT_SYMBOL vmlinux 0x5e2eb9c6 mpage_readpage +EXPORT_SYMBOL vmlinux 0x5e4dd3a0 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x5e60eb27 omap_dma_unlink_lch +EXPORT_SYMBOL vmlinux 0x5e7ac179 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL vmlinux 0x5e816233 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ec97bfe md_integrity_register +EXPORT_SYMBOL vmlinux 0x5ecb4afb sk_alloc +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5efa865a jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x5effd9cd security_path_link +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f0075d6 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0ae08e security_path_symlink +EXPORT_SYMBOL vmlinux 0x5f10b29d sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x5f14af0c sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x5f176f25 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x5f1f3ea7 of_phy_connect +EXPORT_SYMBOL vmlinux 0x5f27323c _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x5f377499 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x5f3e79eb tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x5f4c7946 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x5f5b4435 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x5f5e1d41 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f86d14e fget_raw +EXPORT_SYMBOL vmlinux 0x5f8e2ed2 dm_io +EXPORT_SYMBOL vmlinux 0x5f8f72b1 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x5f951db1 install_exec_creds +EXPORT_SYMBOL vmlinux 0x5f976433 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x5fa9ed66 redraw_screen +EXPORT_SYMBOL vmlinux 0x5fba7233 phy_disconnect +EXPORT_SYMBOL vmlinux 0x5fd268cb radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5ff11cc3 pcibios_min_io +EXPORT_SYMBOL vmlinux 0x5ff96985 omapdss_unregister_display +EXPORT_SYMBOL vmlinux 0x60001c13 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x60055baa dispc_mgr_get_vsync_irq +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6022b03a bd_set_size +EXPORT_SYMBOL vmlinux 0x602323b8 __put_cred +EXPORT_SYMBOL vmlinux 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x60406277 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x60541702 edma_alloc_slot +EXPORT_SYMBOL vmlinux 0x6064f841 fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x606dbb50 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x608beb64 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x609205f3 sock_create +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60abc4d0 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x60bc474f flush_old_exec +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x61050c4d outer_cache +EXPORT_SYMBOL vmlinux 0x611448a9 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61467212 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x6153ada1 mii_nway_restart +EXPORT_SYMBOL vmlinux 0x6155df81 mdiobus_free +EXPORT_SYMBOL vmlinux 0x616373fc blk_init_tags +EXPORT_SYMBOL vmlinux 0x617a218d __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x6195103b __get_user_pages +EXPORT_SYMBOL vmlinux 0x61b11733 input_event +EXPORT_SYMBOL vmlinux 0x61b3560c cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x61b4136f generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61f68122 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x61fb94ae sock_no_poll +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6214f595 clear_inode +EXPORT_SYMBOL vmlinux 0x621c91a9 do_map_probe +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6263e0c1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x626c5cf8 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x6273503e mapping_tagged +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62775fbe __kfree_skb +EXPORT_SYMBOL vmlinux 0x62826d49 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x6284e94f bdput +EXPORT_SYMBOL vmlinux 0x62958aa8 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x62aacc63 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x62ca6b92 md_error +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x63607ae1 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x6365e1fc release_sock +EXPORT_SYMBOL vmlinux 0x636b3461 omap_dss_get_num_overlays +EXPORT_SYMBOL vmlinux 0x63764503 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x637fd41d usbnet_device_suggests_idle +EXPORT_SYMBOL vmlinux 0x638ae60d disk_stack_limits +EXPORT_SYMBOL vmlinux 0x638b6286 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x6397f958 cdrom_release +EXPORT_SYMBOL vmlinux 0x6399374e ping_prot +EXPORT_SYMBOL vmlinux 0x63bfdeea dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x63e4276f md_write_end +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x6415e62e omap_dss_pal_timings +EXPORT_SYMBOL vmlinux 0x64186eda check_disk_size_change +EXPORT_SYMBOL vmlinux 0x64289604 register_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x644056a0 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x646fcf41 bio_copy_kern +EXPORT_SYMBOL vmlinux 0x647080d3 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x647875b5 tcf_hash_create +EXPORT_SYMBOL vmlinux 0x648ae917 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x649d5c83 __f_setown +EXPORT_SYMBOL vmlinux 0x649e80e2 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x64a22ff0 dispc_mgr_set_lcd_config +EXPORT_SYMBOL vmlinux 0x64a878b8 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x64ae71bf blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x64bba93c writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x651f97a1 dev_addr_add +EXPORT_SYMBOL vmlinux 0x6534896e scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65466939 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x65ac21c4 snd_timer_resolution +EXPORT_SYMBOL vmlinux 0x65b49caa blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x65d121f3 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e4511a fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65ffdf0f pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x662209fd security_d_instantiate +EXPORT_SYMBOL vmlinux 0x66227eae vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x662cd0e8 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x6633f33e mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x6634793d textsearch_destroy +EXPORT_SYMBOL vmlinux 0x6641c98a fsync_bdev +EXPORT_SYMBOL vmlinux 0x6650eae8 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x6653c6da d_alloc_name +EXPORT_SYMBOL vmlinux 0x666d2e8d bio_map_kern +EXPORT_SYMBOL vmlinux 0x66832b59 generic_getxattr +EXPORT_SYMBOL vmlinux 0x6689321e tso_start +EXPORT_SYMBOL vmlinux 0x668ce736 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x669a51ad free_buffer_head +EXPORT_SYMBOL vmlinux 0x66d46410 seq_open_private +EXPORT_SYMBOL vmlinux 0x66dfdbf2 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x66ebb96e dm_put_device +EXPORT_SYMBOL vmlinux 0x670375d7 kern_unmount +EXPORT_SYMBOL vmlinux 0x6707957a blk_complete_request +EXPORT_SYMBOL vmlinux 0x670cad5f setup_new_exec +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x6761d789 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x676726af inet6_release +EXPORT_SYMBOL vmlinux 0x676bbc0f _set_bit +EXPORT_SYMBOL vmlinux 0x676cd5a4 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0x67a7179c mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x67a8be63 down_write_trylock +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67dd01de mem_map +EXPORT_SYMBOL vmlinux 0x67df1bd3 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x67df4c3e ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x67fc884b dev_mc_init +EXPORT_SYMBOL vmlinux 0x68066e1e dispc_mgr_set_timings +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x682e3d02 of_get_min_tck +EXPORT_SYMBOL vmlinux 0x684ee10e locks_init_lock +EXPORT_SYMBOL vmlinux 0x686704f5 tcp_close +EXPORT_SYMBOL vmlinux 0x686c378a snd_register_device_for_dev +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68869bae panic_notifier_list +EXPORT_SYMBOL vmlinux 0x6887c841 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL vmlinux 0x68a8a155 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68d1222d scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e8aeb4 block_write_begin +EXPORT_SYMBOL vmlinux 0x68edf962 md_flush_request +EXPORT_SYMBOL vmlinux 0x68f30ccd blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x6902d6f9 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x69106aa0 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x6915eb38 down_interruptible +EXPORT_SYMBOL vmlinux 0x692ab112 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x6940a77a swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x695940b6 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x6968bd3b account_page_dirtied +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x698bd433 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69b6f8d9 omap_set_dma_transfer_params +EXPORT_SYMBOL vmlinux 0x69b76e20 iget_failed +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69f4c239 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a1f4fb3 phy_find_first +EXPORT_SYMBOL vmlinux 0x6a26dea3 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x6a5da4ff netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a9eff01 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0x6aa8fc12 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x6ace4fa6 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x6ad4d7bc fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x6af24f53 cap_mmap_file +EXPORT_SYMBOL vmlinux 0x6afc7b48 register_filesystem +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b0dbce2 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b6cdd00 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0x6b9b0761 elm_config +EXPORT_SYMBOL vmlinux 0x6ba55fe2 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x6bb02207 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6bde056e pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6cdd4d wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c8984b5 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x6ca442d6 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6ce9f52f jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x6d00b447 set_security_override +EXPORT_SYMBOL vmlinux 0x6d0b2163 mmc_can_reset +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d101dc9 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x6d107d71 omap_dss_ntsc_timings +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d464175 __sg_free_table +EXPORT_SYMBOL vmlinux 0x6d630748 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x6d662533 _find_first_bit_le +EXPORT_SYMBOL vmlinux 0x6d7baab9 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x6d98a110 gen_new_estimator +EXPORT_SYMBOL vmlinux 0x6daf77d4 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x6dc56abd thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e24082d inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x6e265847 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x6e32dda3 bioset_free +EXPORT_SYMBOL vmlinux 0x6e41be5a nf_register_hook +EXPORT_SYMBOL vmlinux 0x6e6514ed radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6e68991b tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x6e71f0a0 dma_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e9ce491 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea4566b __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x6eb5d5bb kmalloc_caches +EXPORT_SYMBOL vmlinux 0x6eb829ee blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x6eba6864 snd_ctl_unregister_ioctl +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ec9ccdb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x6eca5794 __getblk +EXPORT_SYMBOL vmlinux 0x6ecb0266 complete_request_key +EXPORT_SYMBOL vmlinux 0x6ed4f192 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f2771ba blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x6f4a39cd dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x6f510b11 set_cached_acl +EXPORT_SYMBOL vmlinux 0x6f642e2c input_register_handle +EXPORT_SYMBOL vmlinux 0x6f87b848 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x6f8c0993 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fdc909a __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x6ff08844 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x70097aa0 nand_bch_free +EXPORT_SYMBOL vmlinux 0x700bd9a0 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x700fa674 block_write_full_page +EXPORT_SYMBOL vmlinux 0x702f85da tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x70388911 snd_card_register +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7062b4cd cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x70902528 dev_printk +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70dbad5c inet_csk_accept +EXPORT_SYMBOL vmlinux 0x70e39dae dss_uninstall_mgr_ops +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712ed37b radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x713b8d8d nf_register_hooks +EXPORT_SYMBOL vmlinux 0x713ba504 dm_get_device +EXPORT_SYMBOL vmlinux 0x7142c63c edma_free_slot +EXPORT_SYMBOL vmlinux 0x714fd679 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7173fcec kmap_to_page +EXPORT_SYMBOL vmlinux 0x71874bc0 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x7194d28b iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x71969cfe tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x719bfc9c d_drop +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71be4663 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0x71c75afb mii_link_ok +EXPORT_SYMBOL vmlinux 0x71c90087 memcmp +EXPORT_SYMBOL vmlinux 0x71c995fd mntget +EXPORT_SYMBOL vmlinux 0x71e958b0 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x71eb13e8 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x71f65175 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72350130 ___ratelimit +EXPORT_SYMBOL vmlinux 0x7242b8f5 snd_ctl_notify +EXPORT_SYMBOL vmlinux 0x72610f80 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x7290bbc3 pci_find_capability +EXPORT_SYMBOL vmlinux 0x7296d8a2 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x7297fb05 d_path +EXPORT_SYMBOL vmlinux 0x72b498d9 blk_get_queue +EXPORT_SYMBOL vmlinux 0x72b5b2b7 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72b899bc filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x72b89f51 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x72bad439 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x72c39ea0 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x72d4acab wireless_spy_update +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72d7bf7b mmc_remove_host +EXPORT_SYMBOL vmlinux 0x72d9e6ec elv_register_queue +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f16bbe pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x7302631e set_page_dirty +EXPORT_SYMBOL vmlinux 0x7314cc29 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731b81f1 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x7339253a scsi_scan_host +EXPORT_SYMBOL vmlinux 0x733bc26f default_llseek +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x733f1283 netif_napi_del +EXPORT_SYMBOL vmlinux 0x73494a0e dispc_ovl_setup +EXPORT_SYMBOL vmlinux 0x734ce0ab mfd_add_devices +EXPORT_SYMBOL vmlinux 0x7365719e xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x7392ef57 dev_trans_start +EXPORT_SYMBOL vmlinux 0x739e5151 blk_init_queue +EXPORT_SYMBOL vmlinux 0x73bcb6d1 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x73d06a43 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x73d4f56a skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x73d5fb57 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x73dc1fcc sk_wait_data +EXPORT_SYMBOL vmlinux 0x73dece66 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x73e3112c serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x74128562 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x7413dfa2 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x741b0672 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x744c4440 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x746c0e06 vga_client_register +EXPORT_SYMBOL vmlinux 0x746ebbb7 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x74a1696a __mutex_init +EXPORT_SYMBOL vmlinux 0x74a2b84e jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c9e1a2 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x74ce05b8 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x74e46dac imx_ssi_fiq_tx_buffer +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74fa022d edma_trigger_channel +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x7541b5f1 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x7550d99a dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x75650171 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x7566ffca audit_log +EXPORT_SYMBOL vmlinux 0x75678a5a elevator_exit +EXPORT_SYMBOL vmlinux 0x7567d381 __get_fiq_regs +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x75963bf1 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x7598b06f bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0x75ba1fa5 dev_load +EXPORT_SYMBOL vmlinux 0x75ba6eab __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75fee7fd __raw_writesb +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x761a3802 blk_rq_init +EXPORT_SYMBOL vmlinux 0x76335e8d dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x765bf60d grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x7680ef40 skb_clone +EXPORT_SYMBOL vmlinux 0x76868e5d sock_recvmsg +EXPORT_SYMBOL vmlinux 0x76b3fa70 input_inject_event +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76c1a965 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x76cf47f6 __aeabi_llsl +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76d5bcdd default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x76dfccb6 tty_port_init +EXPORT_SYMBOL vmlinux 0x76f26385 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x76f6c5ef kmalloc_order +EXPORT_SYMBOL vmlinux 0x77008ca0 dev_addr_del +EXPORT_SYMBOL vmlinux 0x7704ee9f sock_register +EXPORT_SYMBOL vmlinux 0x7705d518 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x77097c1e jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x770adf8b devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x770b16aa tty_throttle +EXPORT_SYMBOL vmlinux 0x77140492 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x7734b866 read_code +EXPORT_SYMBOL vmlinux 0x776b68ff snd_timer_open +EXPORT_SYMBOL vmlinux 0x778200c7 sound_class +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x77966d1b fb_get_mode +EXPORT_SYMBOL vmlinux 0x779700fa xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77b18488 make_kgid +EXPORT_SYMBOL vmlinux 0x77b77c32 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77bf34f6 scsi_device_get +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ec1c6f udp_proc_register +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77f9d05c eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x780c7178 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x782574e7 security_path_chmod +EXPORT_SYMBOL vmlinux 0x7827ca8a __genl_register_family +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x78779c0b set_fiq_handler +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x788fe103 iomem_resource +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x789f8adb sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x789fc419 kmap_atomic +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f7e262 dqget +EXPORT_SYMBOL vmlinux 0x791a9df6 inode_set_flags +EXPORT_SYMBOL vmlinux 0x7929d27c blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x794ab40d twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x796881fe of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x7992abce sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x799bcbbd vfs_fsync +EXPORT_SYMBOL vmlinux 0x79a527fb shdma_init +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79d4fc41 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x79fa1deb imx_ssi_fiq_rx_buffer +EXPORT_SYMBOL vmlinux 0x79fa68ea of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x7a030f6e devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x7a09d507 __nlmsg_put +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a3598d4 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a4c8eeb bmap +EXPORT_SYMBOL vmlinux 0x7a8aa186 vme_register_driver +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a9ecf4e redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab14370 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7acd7407 dmam_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7addbc51 skb_find_text +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL vmlinux 0x7b122a4f pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x7b1ade38 lz4_decompress +EXPORT_SYMBOL vmlinux 0x7b2efa4f scsi_host_get +EXPORT_SYMBOL vmlinux 0x7b31c88d file_open_root +EXPORT_SYMBOL vmlinux 0x7b3c2e07 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b5ecace d_rehash +EXPORT_SYMBOL vmlinux 0x7b600d89 pci_enable_msix +EXPORT_SYMBOL vmlinux 0x7b6a4b42 add_disk +EXPORT_SYMBOL vmlinux 0x7b7a52a5 netif_skb_features +EXPORT_SYMBOL vmlinux 0x7b7d82a3 page_symlink +EXPORT_SYMBOL vmlinux 0x7bab334d block_write_end +EXPORT_SYMBOL vmlinux 0x7bbb2eaa new_sync_write +EXPORT_SYMBOL vmlinux 0x7bc42dbe ip6_route_output +EXPORT_SYMBOL vmlinux 0x7bdf84b6 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x7bf05c90 kill_pid +EXPORT_SYMBOL vmlinux 0x7bfdd849 swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c2bcea0 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x7c383b7c dev_uc_init +EXPORT_SYMBOL vmlinux 0x7c4006fa input_register_handler +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c60705a blk_put_request +EXPORT_SYMBOL vmlinux 0x7c9290e8 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7ca28542 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x7cab2838 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x7cac1fed submit_bh +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cb8199d down_write +EXPORT_SYMBOL vmlinux 0x7cc035a7 __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cc6ccbf pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x7cd14c27 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cf1996a phy_device_free +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d4b8d23 dev_warn +EXPORT_SYMBOL vmlinux 0x7d54324e pci_reenable_device +EXPORT_SYMBOL vmlinux 0x7d5c4980 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d71b0c4 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x7d8543b3 request_key_async +EXPORT_SYMBOL vmlinux 0x7d880c82 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x7d92538c d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x7d97c065 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x7da0574a tty_free_termios +EXPORT_SYMBOL vmlinux 0x7dc0c248 netdev_crit +EXPORT_SYMBOL vmlinux 0x7dc6ad9e nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x7dc8794a seq_write +EXPORT_SYMBOL vmlinux 0x7dccc294 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x7dd1f9cd __seq_open_private +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7df1ac46 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x7dfce96c call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x7e0ec8a9 uart_resume_port +EXPORT_SYMBOL vmlinux 0x7e2a4a01 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x7e513a2a generic_fillattr +EXPORT_SYMBOL vmlinux 0x7e56083f get_user_pages +EXPORT_SYMBOL vmlinux 0x7e6fa3ef tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0x7e9efe8e complete_and_exit +EXPORT_SYMBOL vmlinux 0x7ec2f84f md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x7ee7f093 dispc_ovl_compute_fifo_thresholds +EXPORT_SYMBOL vmlinux 0x7eeccc17 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x7ef57282 pci_dev_get +EXPORT_SYMBOL vmlinux 0x7f026a64 set_bh_page +EXPORT_SYMBOL vmlinux 0x7f05c889 pps_event +EXPORT_SYMBOL vmlinux 0x7f10e615 neigh_for_each +EXPORT_SYMBOL vmlinux 0x7f136877 mpage_readpages +EXPORT_SYMBOL vmlinux 0x7f1b49c0 nf_log_unset +EXPORT_SYMBOL vmlinux 0x7f1f5bed ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f33a63b omap_get_dma_chain_dst_pos +EXPORT_SYMBOL vmlinux 0x7f361147 get_io_context +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f63b31e _memcpy_toio +EXPORT_SYMBOL vmlinux 0x7f768c94 snd_ctl_free_one +EXPORT_SYMBOL vmlinux 0x7f8a055d sys_copyarea +EXPORT_SYMBOL vmlinux 0x7fa1781d find_get_entry +EXPORT_SYMBOL vmlinux 0x7fbfba0a nla_reserve +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe9cb9b fb_find_mode +EXPORT_SYMBOL vmlinux 0x800e4ffa __muldi3 +EXPORT_SYMBOL vmlinux 0x8011939a mipi_dsi_driver_register +EXPORT_SYMBOL vmlinux 0x8020f1bf security_inode_readlink +EXPORT_SYMBOL vmlinux 0x804aabdf idr_is_empty +EXPORT_SYMBOL vmlinux 0x8069aa9b skb_pad +EXPORT_SYMBOL vmlinux 0x80a12ff0 dcb_setapp +EXPORT_SYMBOL vmlinux 0x80a9e1f3 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d170a5 omapdss_default_get_timings +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d81308 omap_vrfb_release_ctx +EXPORT_SYMBOL vmlinux 0x80d961bd neigh_connected_output +EXPORT_SYMBOL vmlinux 0x80daaa79 dss_mgr_enable +EXPORT_SYMBOL vmlinux 0x80f17684 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x80f4ff5e blk_execute_rq +EXPORT_SYMBOL vmlinux 0x8106823d generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x811178ef current_fs_time +EXPORT_SYMBOL vmlinux 0x811f5518 bdi_register +EXPORT_SYMBOL vmlinux 0x8138c359 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x813a6a86 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x81411f28 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x817005d9 inet_accept +EXPORT_SYMBOL vmlinux 0x817b762c neigh_table_clear +EXPORT_SYMBOL vmlinux 0x81abb632 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x820e23da shdma_chan_probe +EXPORT_SYMBOL vmlinux 0x8216dacd pipe_lock +EXPORT_SYMBOL vmlinux 0x821a18b9 dev_addr_init +EXPORT_SYMBOL vmlinux 0x821b2aed unregister_console +EXPORT_SYMBOL vmlinux 0x82433e22 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x824931da mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x824a4367 tmio_core_mmc_pwr +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x82569664 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x825d228a rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x826597f6 check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0x827259e4 __elv_add_request +EXPORT_SYMBOL vmlinux 0x8276c1cf netdev_update_features +EXPORT_SYMBOL vmlinux 0x827c967c dma_common_mmap +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x829f875a tty_name +EXPORT_SYMBOL vmlinux 0x82a224bf padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82b654a9 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x82c32c2a genl_unregister_family +EXPORT_SYMBOL vmlinux 0x82d9e6f4 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x82ff5b18 bio_map_user +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x83059e94 md_write_start +EXPORT_SYMBOL vmlinux 0x8320bea8 __umodsi3 +EXPORT_SYMBOL vmlinux 0x83350999 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x835e6c91 dss_install_mgr_ops +EXPORT_SYMBOL vmlinux 0x836acd41 vme_bus_num +EXPORT_SYMBOL vmlinux 0x836fe4c9 iov_iter_init +EXPORT_SYMBOL vmlinux 0x8372da3c down_read +EXPORT_SYMBOL vmlinux 0x8375d79d ida_destroy +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x839cdf99 edma_resume +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83b7065d mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83d70683 edma_start +EXPORT_SYMBOL vmlinux 0x83e7782c udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x84111ac0 elv_add_request +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x841bef12 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x843aa0b3 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x845bcad5 phy_device_register +EXPORT_SYMBOL vmlinux 0x845cdbba sk_reset_timer +EXPORT_SYMBOL vmlinux 0x84794e74 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x8482ba37 __destroy_inode +EXPORT_SYMBOL vmlinux 0x849e246f __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x84a69fdc vme_slave_get +EXPORT_SYMBOL vmlinux 0x84b183ae strncmp +EXPORT_SYMBOL vmlinux 0x84b97ace __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x84cbf240 sock_from_file +EXPORT_SYMBOL vmlinux 0x84f643f7 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x851a37d9 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x853b8d22 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x854e1c0b sg_nents +EXPORT_SYMBOL vmlinux 0x855176f1 ether_setup +EXPORT_SYMBOL vmlinux 0x8552c6b2 dispc_ovl_check +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x857288f6 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x85765fee omap_enable_dma_irq +EXPORT_SYMBOL vmlinux 0x85856ba1 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x858bb81b cdev_alloc +EXPORT_SYMBOL vmlinux 0x858c720e vfs_getattr +EXPORT_SYMBOL vmlinux 0x858e0a3c pid_task +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e7991d abx500_register_ops +EXPORT_SYMBOL vmlinux 0x86006288 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x8618bf11 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8651c6d0 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x86671f08 inet_ioctl +EXPORT_SYMBOL vmlinux 0x86860195 dss_feat_get_supported_displays +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86c46872 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x86c95ca3 loop_register_transfer +EXPORT_SYMBOL vmlinux 0x86d1057c napi_complete +EXPORT_SYMBOL vmlinux 0x86ded4c2 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x87050c3b jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x871771ae genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x8728d830 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x872d3b47 netif_device_detach +EXPORT_SYMBOL vmlinux 0x8737868b omap_dss_get_overlay +EXPORT_SYMBOL vmlinux 0x87725097 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x878997f7 framebuffer_release +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x8790bfcc loop_backing_file +EXPORT_SYMBOL vmlinux 0x8794c293 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x8796bec6 blkdev_get +EXPORT_SYMBOL vmlinux 0x87990828 netlink_capable +EXPORT_SYMBOL vmlinux 0x879ebb1b __blk_run_queue +EXPORT_SYMBOL vmlinux 0x87b68520 single_open_size +EXPORT_SYMBOL vmlinux 0x87bebadb snd_jack_new +EXPORT_SYMBOL vmlinux 0x87c7da9b scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x87cd2001 d_set_d_op +EXPORT_SYMBOL vmlinux 0x87cffb4f balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x87e1e04b netif_rx +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x88111a73 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x883fc723 d_splice_alias +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x885e1806 snd_info_register +EXPORT_SYMBOL vmlinux 0x885f69ae snd_card_new +EXPORT_SYMBOL vmlinux 0x886b4ab1 mmc_erase +EXPORT_SYMBOL vmlinux 0x8871763f snd_pcm_suspend_all +EXPORT_SYMBOL vmlinux 0x88863fa4 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x8898b5a5 of_get_pci_address +EXPORT_SYMBOL vmlinux 0x88a9f48b bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x88b3a9d9 of_get_next_child +EXPORT_SYMBOL vmlinux 0x88bf4e33 read_dev_sector +EXPORT_SYMBOL vmlinux 0x88c34124 nand_lock +EXPORT_SYMBOL vmlinux 0x88dc396c neigh_destroy +EXPORT_SYMBOL vmlinux 0x88e05c12 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x88e61780 mdiobus_write +EXPORT_SYMBOL vmlinux 0x88fb34b9 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x88fcd865 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x89035bca vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x890978df dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x8946fc92 iput +EXPORT_SYMBOL vmlinux 0x894970ad pci_read_vpd +EXPORT_SYMBOL vmlinux 0x8959f630 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x896d54a9 thaw_bdev +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x8979da46 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x89a3c4f4 omap_get_dma_chain_index +EXPORT_SYMBOL vmlinux 0x89a925c3 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x89b69cdc pci_dev_put +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x8a05589c amba_device_register +EXPORT_SYMBOL vmlinux 0x8a0f4230 rename_lock +EXPORT_SYMBOL vmlinux 0x8a13ea1b ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1c5455 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x8a2021c2 km_policy_expired +EXPORT_SYMBOL vmlinux 0x8a410606 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x8a4188bf dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4ab5ad get_gendisk +EXPORT_SYMBOL vmlinux 0x8a4f9c34 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x8a4fa83b __aeabi_llsr +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a917db5 proc_set_size +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8ac5bba6 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x8ad9b4da submit_bio +EXPORT_SYMBOL vmlinux 0x8ae2cbb0 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x8af3abf0 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x8affe50f inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x8b0f0650 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x8b190a8d jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x8b29d616 tcf_em_register +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b4add93 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x8b5fc32c blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b717023 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b8f4cf6 scsi_register +EXPORT_SYMBOL vmlinux 0x8ba8737e __napi_complete +EXPORT_SYMBOL vmlinux 0x8bc68d92 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x8bc9d5a1 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x8be1c9c1 noop_qdisc +EXPORT_SYMBOL vmlinux 0x8c4d6523 omap_dma_chain_a_transfer +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c66ad73 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x8c705b8c edma_clean_channel +EXPORT_SYMBOL vmlinux 0x8c798119 proc_remove +EXPORT_SYMBOL vmlinux 0x8c81f403 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x8c81ff26 inet_addr_type +EXPORT_SYMBOL vmlinux 0x8c9c6b5c blk_start_queue +EXPORT_SYMBOL vmlinux 0x8c9e8c2b bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x8cadccf0 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x8cd59f75 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x8cd8c339 omap_free_dma +EXPORT_SYMBOL vmlinux 0x8cdeebe4 sk_receive_skb +EXPORT_SYMBOL vmlinux 0x8d134c39 idr_replace +EXPORT_SYMBOL vmlinux 0x8d2bd26e free_user_ns +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d574f57 dma_release_from_coherent +EXPORT_SYMBOL vmlinux 0x8d59e565 __netif_schedule +EXPORT_SYMBOL vmlinux 0x8d6b2ce1 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8d6f81b4 __div64_32 +EXPORT_SYMBOL vmlinux 0x8d706aa6 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d88ad62 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x8d8b6353 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x8da78a47 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x8dab86bf snd_unregister_device +EXPORT_SYMBOL vmlinux 0x8dbb41e4 seq_open +EXPORT_SYMBOL vmlinux 0x8dc1935f kmem_cache_create +EXPORT_SYMBOL vmlinux 0x8dcb57b5 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x8dcff6e2 __pv_offset +EXPORT_SYMBOL vmlinux 0x8ddd4385 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL vmlinux 0x8e0883be register_cdrom +EXPORT_SYMBOL vmlinux 0x8e2bde7b mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x8e3a0c9d posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x8e3c130e security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x8e46b6a6 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x8e4763a4 sock_no_connect +EXPORT_SYMBOL vmlinux 0x8e7e9b5c jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x8e81e96c have_submounts +EXPORT_SYMBOL vmlinux 0x8e865d3c arm_delay_ops +EXPORT_SYMBOL vmlinux 0x8e881f09 arm_dma_ops +EXPORT_SYMBOL vmlinux 0x8eaf9432 inc_nlink +EXPORT_SYMBOL vmlinux 0x8ec658e1 skb_put +EXPORT_SYMBOL vmlinux 0x8eda2f2d build_skb +EXPORT_SYMBOL vmlinux 0x8ee5e590 phy_init_hw +EXPORT_SYMBOL vmlinux 0x8eebd112 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x8eef8bc6 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x8f045d1c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x8f4509b6 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x8f595b11 snd_major +EXPORT_SYMBOL vmlinux 0x8f678b07 __stack_chk_guard +EXPORT_SYMBOL vmlinux 0x8f92e48d kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x8fa4130a omap_set_dma_callback +EXPORT_SYMBOL vmlinux 0x8fb8b12e filemap_fault +EXPORT_SYMBOL vmlinux 0x8fc30d12 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x90042c6e snd_pcm_lib_write +EXPORT_SYMBOL vmlinux 0x901124ad sk_mc_loop +EXPORT_SYMBOL vmlinux 0x9011d170 sock_no_getname +EXPORT_SYMBOL vmlinux 0x9032a18a vmap +EXPORT_SYMBOL vmlinux 0x903e6b13 d_add_ci +EXPORT_SYMBOL vmlinux 0x9060488c nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x9071489f get_phy_device +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x909399a2 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x90a71931 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x90d40517 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x90fa7d9d ptp_clock_register +EXPORT_SYMBOL vmlinux 0x9102decc mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x91065018 eth_header +EXPORT_SYMBOL vmlinux 0x91140b8a block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x914cdb42 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x915b88c6 skb_checksum +EXPORT_SYMBOL vmlinux 0x915cb7da serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x91621d6a allocate_resource +EXPORT_SYMBOL vmlinux 0x9169f971 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x917bdebb down_read_trylock +EXPORT_SYMBOL vmlinux 0x9183fb4b kern_path_create +EXPORT_SYMBOL vmlinux 0x919029aa __readwrite_bug +EXPORT_SYMBOL vmlinux 0x9191cf85 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91d6e920 snd_device_register +EXPORT_SYMBOL vmlinux 0x91e1130b ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x91ec9aef setattr_copy +EXPORT_SYMBOL vmlinux 0x920b0f9e __pagevec_release +EXPORT_SYMBOL vmlinux 0x921e58d7 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x92328340 tc6393xb_lcd_set_power +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x926a4088 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x9276ce28 edma_set_dest +EXPORT_SYMBOL vmlinux 0x927d7265 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x92a0af5c dm_unregister_target +EXPORT_SYMBOL vmlinux 0x92a34bcf sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92d3d996 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x92ec5d1b dispc_mgr_enable +EXPORT_SYMBOL vmlinux 0x92f75db5 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9304853f vme_master_request +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x931d82ba snd_card_file_remove +EXPORT_SYMBOL vmlinux 0x931ded99 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x9330cb9f sg_alloc_table +EXPORT_SYMBOL vmlinux 0x93377f50 mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x9337fbca inet_sendpage +EXPORT_SYMBOL vmlinux 0x933cb287 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x934b09ee set_anon_super +EXPORT_SYMBOL vmlinux 0x9350705d bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x936c86f6 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x9380277c sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x93963a85 dss_feat_get_num_mgrs +EXPORT_SYMBOL vmlinux 0x939b518b simple_transaction_set +EXPORT_SYMBOL vmlinux 0x939d95e4 snd_timer_pause +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93a98a94 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93dd151c lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x93e7dee3 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x93f00734 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x94098ff8 snd_interval_list +EXPORT_SYMBOL vmlinux 0x941a69f1 commit_creds +EXPORT_SYMBOL vmlinux 0x941a9fac blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x94205154 vm_event_states +EXPORT_SYMBOL vmlinux 0x943543f9 softnet_data +EXPORT_SYMBOL vmlinux 0x9448a5a7 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x9469df7e __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x947d6cb4 vfs_rename +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949a1fa2 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x94b2590f vme_free_consistent +EXPORT_SYMBOL vmlinux 0x94cfae3e tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x94d1a002 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x94d3da68 rtc_lock +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x950efbcf pci_platform_rom +EXPORT_SYMBOL vmlinux 0x9512921b freeze_bdev +EXPORT_SYMBOL vmlinux 0x9512bfa9 skb_insert +EXPORT_SYMBOL vmlinux 0x95172045 cdev_add +EXPORT_SYMBOL vmlinux 0x95331d26 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x9546e8c4 blk_recount_segments +EXPORT_SYMBOL vmlinux 0x95622f41 down_timeout +EXPORT_SYMBOL vmlinux 0x9578ad84 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x9585d0b7 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x958eec1a nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x95c0f6d5 lookup_one_len +EXPORT_SYMBOL vmlinux 0x95c7ed59 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x95d7b80c nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x95dbe078 __get_user_2 +EXPORT_SYMBOL vmlinux 0x95f86180 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x960bd7e4 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x960dfaf5 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x9629d546 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x96556e7a pwmss_submodule_state_change +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x9659ce44 filp_close +EXPORT_SYMBOL vmlinux 0x966cc960 scsi_device_put +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x96b02547 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x96b39b6e omap_start_dma_chain_transfers +EXPORT_SYMBOL vmlinux 0x96b7fba3 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96dd6b82 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x96e4a2a1 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x96ec459f max8998_update_reg +EXPORT_SYMBOL vmlinux 0x970f8f89 vfs_create +EXPORT_SYMBOL vmlinux 0x97255bdf strlen +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x976e700f down_trylock +EXPORT_SYMBOL vmlinux 0x977091c7 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x9772e0bc nonseekable_open +EXPORT_SYMBOL vmlinux 0x97891045 snd_card_set_id +EXPORT_SYMBOL vmlinux 0x9793c93a dispc_mgr_setup +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a38ae4 snd_ctl_register_ioctl +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97aee2e6 skb_pull +EXPORT_SYMBOL vmlinux 0x97b99185 shdma_chan_filter +EXPORT_SYMBOL vmlinux 0x97c1e6d9 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0x97ea3a89 skb_push +EXPORT_SYMBOL vmlinux 0x97eef01e __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x98005b2d km_query +EXPORT_SYMBOL vmlinux 0x98082893 __copy_to_user +EXPORT_SYMBOL vmlinux 0x98202081 d_find_alias +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x9821ed85 bio_init +EXPORT_SYMBOL vmlinux 0x982d04e9 snd_pcm_set_ops +EXPORT_SYMBOL vmlinux 0x9832ebda __inet6_hash +EXPORT_SYMBOL vmlinux 0x983b333f remove_arg_zero +EXPORT_SYMBOL vmlinux 0x984e1193 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x986eb43b dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x987c11c7 __pv_phys_pfn_offset +EXPORT_SYMBOL vmlinux 0x98814ff8 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x98840ff7 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x9885a0c6 mount_subtree +EXPORT_SYMBOL vmlinux 0x9887f073 nobh_write_begin +EXPORT_SYMBOL vmlinux 0x98a5250e page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x98a54535 __napi_schedule +EXPORT_SYMBOL vmlinux 0x98b55e1b key_put +EXPORT_SYMBOL vmlinux 0x98c7bbb7 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x98d9b026 cpu_user +EXPORT_SYMBOL vmlinux 0x98d9b694 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x98fa8127 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x9905aaa7 kernel_bind +EXPORT_SYMBOL vmlinux 0x9909445c fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x9909dfbe sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x99148d69 ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993b7c7e skb_store_bits +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x995942d4 of_dev_put +EXPORT_SYMBOL vmlinux 0x996a7a2f blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x996c4d30 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x9996a41a jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x999c3148 __raw_readsb +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99aea009 of_device_register +EXPORT_SYMBOL vmlinux 0x99bb8806 memmove +EXPORT_SYMBOL vmlinux 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL vmlinux 0x99ca4c01 new_sync_read +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99f1dcba dev_mc_sync +EXPORT_SYMBOL vmlinux 0x99f3a94a blk_get_request +EXPORT_SYMBOL vmlinux 0x99f58330 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0x99f7a26d bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x99f9ddc6 __d_drop +EXPORT_SYMBOL vmlinux 0x99fdffe4 datagram_poll +EXPORT_SYMBOL vmlinux 0x9a07423b input_release_device +EXPORT_SYMBOL vmlinux 0x9a0e9c29 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a3c6677 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x9a623142 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x9a8318ef v7_coherent_kern_range +EXPORT_SYMBOL vmlinux 0x9a8596a3 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x9a914538 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x9aa95612 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x9aafdc9a rfkill_alloc +EXPORT_SYMBOL vmlinux 0x9abbcd18 nand_scan_bbt +EXPORT_SYMBOL vmlinux 0x9ad3cb9e kern_path +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9b02a645 revalidate_disk +EXPORT_SYMBOL vmlinux 0x9b2c3df6 write_cache_pages +EXPORT_SYMBOL vmlinux 0x9b2caea7 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b3fc3fb snd_ctl_boolean_stereo_info +EXPORT_SYMBOL vmlinux 0x9b4a6503 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x9b574ce9 sock_init_data +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b7efb99 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0x9b94fc11 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9ba9f3b4 udp_set_csum +EXPORT_SYMBOL vmlinux 0x9bbb3fc0 kthread_stop +EXPORT_SYMBOL vmlinux 0x9bbbb6ca mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x9bbe88b3 flex_array_put +EXPORT_SYMBOL vmlinux 0x9bc531f9 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x9bce482f __release_region +EXPORT_SYMBOL vmlinux 0x9bda4bb4 edma_set_src +EXPORT_SYMBOL vmlinux 0x9be5f646 bio_put +EXPORT_SYMBOL vmlinux 0x9be79aa4 snd_dma_alloc_pages +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9be803f7 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x9c0bd51f _raw_spin_lock +EXPORT_SYMBOL vmlinux 0x9c0e8f43 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x9c1102eb devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x9c163dd0 __find_get_block +EXPORT_SYMBOL vmlinux 0x9c17af25 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x9c288d63 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x9c3737fc __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x9c4d0f99 seq_printf +EXPORT_SYMBOL vmlinux 0x9c753e42 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x9c779e6a bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x9c8bc2c4 tcp_connect +EXPORT_SYMBOL vmlinux 0x9c8c528f snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL vmlinux 0x9c97082e edma_pause +EXPORT_SYMBOL vmlinux 0x9c9ec2a0 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cba3c37 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x9ce4b678 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d26c89f dev_alloc_name +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d669763 memcpy +EXPORT_SYMBOL vmlinux 0x9d8167c5 kill_anon_super +EXPORT_SYMBOL vmlinux 0x9d90f95f __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x9da93861 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x9db1f43a dquot_resume +EXPORT_SYMBOL vmlinux 0x9db43c10 inet_listen +EXPORT_SYMBOL vmlinux 0x9de0b946 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x9de0cf3a skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x9de24c40 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x9de30131 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x9dec0fd4 dma_alloc_from_coherent +EXPORT_SYMBOL vmlinux 0x9deea07e ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x9df870fc kobject_set_name +EXPORT_SYMBOL vmlinux 0x9dfe7307 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e031a5d register_sound_midi +EXPORT_SYMBOL vmlinux 0x9e0697c6 pci_disable_device +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fed32 dst_release +EXPORT_SYMBOL vmlinux 0x9e18ee8e mb_cache_shrink +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e234d89 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x9e2909f2 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x9e3a4661 dst_destroy +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5a3009 tty_mutex +EXPORT_SYMBOL vmlinux 0x9e5ec297 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e63fa00 sk_net_capable +EXPORT_SYMBOL vmlinux 0x9e672ff6 scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e8fe0ab simple_empty +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9eb61f92 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9f12cc22 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x9f259787 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f491e5d ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x9f823cea dispc_mgr_is_enabled +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9facb887 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fc6e5ca tty_unregister_device +EXPORT_SYMBOL vmlinux 0x9fcc6b20 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x9fd7cda1 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe2a777 try_module_get +EXPORT_SYMBOL vmlinux 0x9fef7e98 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x9ff7673c pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa0053f4a tty_port_hangup +EXPORT_SYMBOL vmlinux 0xa0058a84 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xa00eb15b ioremap_page +EXPORT_SYMBOL vmlinux 0xa02bedd3 fb_set_var +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05763c0 devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0xa0576437 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0xa05b485f kill_litter_super +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa05e6b39 set_create_files_as +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa08e1e30 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xa0966e4b unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa09836b3 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xa0a8a9cb pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xa0aae687 imx_ssi_fiq_end +EXPORT_SYMBOL vmlinux 0xa0ad73f9 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0f43fe8 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa1176ab9 make_kuid +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa126953d get_acl +EXPORT_SYMBOL vmlinux 0xa1273a46 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14888e5 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xa14b3f5d flex_array_free_parts +EXPORT_SYMBOL vmlinux 0xa14cd4ca sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa15c0fe9 __page_symlink +EXPORT_SYMBOL vmlinux 0xa1751e4d snd_device_new +EXPORT_SYMBOL vmlinux 0xa18d9ebe do_sync_write +EXPORT_SYMBOL vmlinux 0xa192813b idr_for_each +EXPORT_SYMBOL vmlinux 0xa1a89cce padata_do_parallel +EXPORT_SYMBOL vmlinux 0xa1a938bd locks_free_lock +EXPORT_SYMBOL vmlinux 0xa1b52e6a netlink_unicast +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c03d74 of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1d55e90 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xa1db85d5 eth_header_parse +EXPORT_SYMBOL vmlinux 0xa1ddc371 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xa1e63be5 register_sound_dsp +EXPORT_SYMBOL vmlinux 0xa1f0ebea bit_waitqueue +EXPORT_SYMBOL vmlinux 0xa1f3b371 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa22c1ac4 register_key_type +EXPORT_SYMBOL vmlinux 0xa2325d1a tty_do_resize +EXPORT_SYMBOL vmlinux 0xa24a4b89 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xa2823681 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa294d1a7 bio_add_page +EXPORT_SYMBOL vmlinux 0xa29aa2a9 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xa2a16038 new_inode +EXPORT_SYMBOL vmlinux 0xa2a94790 bdi_unregister +EXPORT_SYMBOL vmlinux 0xa2c6e51b neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xa2dc6c35 vfs_llseek +EXPORT_SYMBOL vmlinux 0xa2e13cf4 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa30ad05a blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa31c473e adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xa31e44ba edma_free_channel +EXPORT_SYMBOL vmlinux 0xa3264752 nand_calculate_ecc +EXPORT_SYMBOL vmlinux 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL vmlinux 0xa34937cc scsi_init_io +EXPORT_SYMBOL vmlinux 0xa349e850 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa35444e4 dispc_write_irqenable +EXPORT_SYMBOL vmlinux 0xa37e78b6 flex_array_get +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa389ae71 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xa39500f2 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xa3c088bb scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0xa3c21752 uart_add_one_port +EXPORT_SYMBOL vmlinux 0xa3d3af25 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xa3e03395 vfs_mknod +EXPORT_SYMBOL vmlinux 0xa3f5bd16 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xa4033c62 snd_pcm_limit_hw_rates +EXPORT_SYMBOL vmlinux 0xa403ac02 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xa408bbf5 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xa414882d add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xa4249b62 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xa425962e inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xa427ae0d bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa44197cb pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xa449d8c6 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xa4610bc6 omap_rev +EXPORT_SYMBOL vmlinux 0xa469dbb8 seq_puts +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa4757950 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xa4784b5e search_binary_handler +EXPORT_SYMBOL vmlinux 0xa48a5615 d_move +EXPORT_SYMBOL vmlinux 0xa48f5b09 omap_dma_set_global_params +EXPORT_SYMBOL vmlinux 0xa48fee26 key_reject_and_link +EXPORT_SYMBOL vmlinux 0xa4a5842d try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xa4b42c55 omap_set_dma_priority +EXPORT_SYMBOL vmlinux 0xa4b97bec skb_append +EXPORT_SYMBOL vmlinux 0xa4d28372 make_bad_inode +EXPORT_SYMBOL vmlinux 0xa4e4bbf2 kill_block_super +EXPORT_SYMBOL vmlinux 0xa4f24fde mmc_add_host +EXPORT_SYMBOL vmlinux 0xa4fe530f pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xa520ecbf netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa557e02c key_task_permission +EXPORT_SYMBOL vmlinux 0xa58c0e53 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xa58fea9d mempool_destroy +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5a633b9 sg_last +EXPORT_SYMBOL vmlinux 0xa5b0dd03 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xa5b5b87a kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa5ba17d4 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xa5cef8ad release_resource +EXPORT_SYMBOL vmlinux 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL vmlinux 0xa61e4362 omap_request_dma +EXPORT_SYMBOL vmlinux 0xa62d4afd inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa6509640 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xa652c4ef __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xa662f009 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xa6669633 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xa66795f4 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa67bd54e dev_deactivate +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6871a7e twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xa693704b jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa6aae7f2 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0xa6bab23d dqstats +EXPORT_SYMBOL vmlinux 0xa6d137c7 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xa6d5d695 tty_port_put +EXPORT_SYMBOL vmlinux 0xa7058dc7 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xa734a3e9 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa79dc186 inode_init_once +EXPORT_SYMBOL vmlinux 0xa8072b2f kunmap +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa840414d sock_no_listen +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ca055 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xa85b27f0 account_page_redirty +EXPORT_SYMBOL vmlinux 0xa8652033 bioset_create +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa878b8df of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8e10e44 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xa8ea03bf scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa9190609 blk_delay_queue +EXPORT_SYMBOL vmlinux 0xa91cdbb4 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xa91ff808 netdev_change_features +EXPORT_SYMBOL vmlinux 0xa92dabb6 usbnet_manage_power +EXPORT_SYMBOL vmlinux 0xa93c83cf cancel_dirty_page +EXPORT_SYMBOL vmlinux 0xa940e896 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xa94a572d __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0xa94fc8e9 devm_gpio_free +EXPORT_SYMBOL vmlinux 0xa951b05a dentry_update_name_case +EXPORT_SYMBOL vmlinux 0xa95744fd snd_ctl_boolean_mono_info +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa974e90f __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xa98ac56d mmc_request_done +EXPORT_SYMBOL vmlinux 0xa99682b3 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xa9c165b7 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9d941dd iunique +EXPORT_SYMBOL vmlinux 0xa9ee126d generic_write_checks +EXPORT_SYMBOL vmlinux 0xa9effda5 __first_cpu +EXPORT_SYMBOL vmlinux 0xa9fd8acb genlmsg_put +EXPORT_SYMBOL vmlinux 0xaa4930d6 seq_lseek +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa70484a cpu_tlb +EXPORT_SYMBOL vmlinux 0xaa71c881 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xaa7a371b jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xaa8469e9 posix_test_lock +EXPORT_SYMBOL vmlinux 0xaa8f290c pci_get_slot +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaa927559 __dst_free +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaaefab62 dm_register_target +EXPORT_SYMBOL vmlinux 0xaaf909f5 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab27f943 inet_add_offload +EXPORT_SYMBOL vmlinux 0xab36b09f tcp_prequeue +EXPORT_SYMBOL vmlinux 0xab4e39a3 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xab54a901 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xab5e0984 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab7263af blk_start_request +EXPORT_SYMBOL vmlinux 0xab75157b bio_phys_segments +EXPORT_SYMBOL vmlinux 0xab7603e7 imx_ssi_fiq_start +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab7a70c9 dev_add_pack +EXPORT_SYMBOL vmlinux 0xab82b11e padata_alloc +EXPORT_SYMBOL vmlinux 0xab945743 update_time +EXPORT_SYMBOL vmlinux 0xaba3ad0c radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xabb0b6c2 lock_may_read +EXPORT_SYMBOL vmlinux 0xabb17d2f tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xabbfae2b vme_register_bridge +EXPORT_SYMBOL vmlinux 0xabc48a73 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabe0310a blk_init_queue_node +EXPORT_SYMBOL vmlinux 0xabe36b70 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xabfca46c pci_get_class +EXPORT_SYMBOL vmlinux 0xac08d7e7 tty_port_open +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac146cf2 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac28b106 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xac390091 dev_base_lock +EXPORT_SYMBOL vmlinux 0xac398912 flex_array_clear +EXPORT_SYMBOL vmlinux 0xac48ac97 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0xac58b2ae done_path_create +EXPORT_SYMBOL vmlinux 0xac7a5ea6 unregister_nls +EXPORT_SYMBOL vmlinux 0xac88af10 mount_single +EXPORT_SYMBOL vmlinux 0xac8d82ac __locks_copy_lock +EXPORT_SYMBOL vmlinux 0xac962bb4 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacc46c5c pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacddc63a input_reset_device +EXPORT_SYMBOL vmlinux 0xace6333c mntput +EXPORT_SYMBOL vmlinux 0xacec1099 __bread +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad0017c8 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad23340e mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xad4a844d scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0xad678512 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0xad7f4a5e padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0xad82f8da pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xadb60391 inet6_add_offload +EXPORT_SYMBOL vmlinux 0xadbc5b38 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xadd9685f fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL vmlinux 0xadf42bd5 __request_region +EXPORT_SYMBOL vmlinux 0xae03af76 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0xae3071f6 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xae354aa7 mmc_start_req +EXPORT_SYMBOL vmlinux 0xae3ef5aa jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xae56e50c blk_free_tags +EXPORT_SYMBOL vmlinux 0xae6c05b8 elevator_init +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae77a595 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0xae78d8c7 dquot_initialize +EXPORT_SYMBOL vmlinux 0xae7d8711 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xae85a27e radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xae9985e8 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xaea63159 bh_submit_read +EXPORT_SYMBOL vmlinux 0xaeaa3723 sock_i_ino +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaece83a1 do_SAK +EXPORT_SYMBOL vmlinux 0xaeda8201 consume_skb +EXPORT_SYMBOL vmlinux 0xaefa31ce no_llseek +EXPORT_SYMBOL vmlinux 0xaf2d553c simple_lookup +EXPORT_SYMBOL vmlinux 0xaf35cc41 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf50e76d elf_set_personality +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf66648a of_get_address +EXPORT_SYMBOL vmlinux 0xaf6f61fc netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xaf8aa518 system_rev +EXPORT_SYMBOL vmlinux 0xaf8ed8d9 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xafa4c36c snd_power_wait +EXPORT_SYMBOL vmlinux 0xafaacb2d __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafb2900a netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xafb7a6d3 update_region +EXPORT_SYMBOL vmlinux 0xafc04dd3 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xaff007bc ptp_clock_event +EXPORT_SYMBOL vmlinux 0xb033ca01 make_kprojid +EXPORT_SYMBOL vmlinux 0xb038c6f4 sync_inode +EXPORT_SYMBOL vmlinux 0xb04cf0fe lg_local_unlock +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0739ea6 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xb07eeb99 qdisc_list_del +EXPORT_SYMBOL vmlinux 0xb089cb1d eth_change_mtu +EXPORT_SYMBOL vmlinux 0xb0a0a9bd simple_release_fs +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0c252c2 scsi_print_command +EXPORT_SYMBOL vmlinux 0xb0cda207 lro_receive_skb +EXPORT_SYMBOL vmlinux 0xb0ceb30f skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xb0d45e3b xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xb0d601dd netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xb0d8b398 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb137bf6e __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xb13f3bbc block_truncate_page +EXPORT_SYMBOL vmlinux 0xb140389f generic_setlease +EXPORT_SYMBOL vmlinux 0xb14b8850 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1697fbf __sock_create +EXPORT_SYMBOL vmlinux 0xb187a0fa input_set_abs_params +EXPORT_SYMBOL vmlinux 0xb18f7045 tty_vhangup +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1b89f58 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1d346e2 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xb1d9aabd lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1f04135 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xb1fcd72f rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0xb2241b6c fb_class +EXPORT_SYMBOL vmlinux 0xb238de12 of_device_is_available +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb274de72 arp_xmit +EXPORT_SYMBOL vmlinux 0xb283464a pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xb2970ea5 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xb2a03eb7 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2c2239a padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2de01eb vga_get +EXPORT_SYMBOL vmlinux 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL vmlinux 0xb2f3f859 vme_slave_request +EXPORT_SYMBOL vmlinux 0xb2ff1a1b serio_unregister_port +EXPORT_SYMBOL vmlinux 0xb31526ee sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xb31a3a98 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xb31a5d05 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xb32d7b7e radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xb36465f8 __dquot_free_space +EXPORT_SYMBOL vmlinux 0xb367c984 mxc_set_irq_fiq +EXPORT_SYMBOL vmlinux 0xb36e5945 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xb38b29f4 _dev_info +EXPORT_SYMBOL vmlinux 0xb39c6a35 from_kprojid +EXPORT_SYMBOL vmlinux 0xb3ba1ea0 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xb3c03501 posix_lock_file +EXPORT_SYMBOL vmlinux 0xb3ccadfd inet_stream_ops +EXPORT_SYMBOL vmlinux 0xb3d27889 do_truncate +EXPORT_SYMBOL vmlinux 0xb3d3ef0b d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb438bbd0 ps2_handle_response +EXPORT_SYMBOL vmlinux 0xb44216e4 nobh_write_end +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb488ac2f skb_split +EXPORT_SYMBOL vmlinux 0xb49c826a inode_get_bytes +EXPORT_SYMBOL vmlinux 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL vmlinux 0xb4c8f38a omap_dma_chain_status +EXPORT_SYMBOL vmlinux 0xb4e9c1f0 tcp_check_req +EXPORT_SYMBOL vmlinux 0xb50bdf7d dev_get_flags +EXPORT_SYMBOL vmlinux 0xb5198b77 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xb51b0662 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0xb5372e43 bio_clone_fast +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb55f5d86 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xb5684e29 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57d1cf7 do_splice_to +EXPORT_SYMBOL vmlinux 0xb58feb5d i2c_register_driver +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5c00014 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0xb5c072a6 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5d9454c printk_emit +EXPORT_SYMBOL vmlinux 0xb5e7a6ef qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xb5f5006a security_path_rename +EXPORT_SYMBOL vmlinux 0xb6064ea7 irq_to_desc +EXPORT_SYMBOL vmlinux 0xb6066ff3 input_close_device +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb63abad8 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xb66aaf07 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6db152e skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xb7125d60 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xb72dd432 elv_rb_find +EXPORT_SYMBOL vmlinux 0xb74b616b gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0xb766c25b jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb7759619 inet6_getname +EXPORT_SYMBOL vmlinux 0xb785b2db pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0xb79e90d9 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0xb7a0fe73 omap_dss_get_next_device +EXPORT_SYMBOL vmlinux 0xb7a9774b icmpv6_send +EXPORT_SYMBOL vmlinux 0xb7aab4ef i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7ba76c7 __aeabi_unwind_cpp_pr2 +EXPORT_SYMBOL vmlinux 0xb7dc262f i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xb7ebe375 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xb7f5d8a2 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xb808a4d1 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xb80da927 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb8296211 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xb83db463 of_dev_get +EXPORT_SYMBOL vmlinux 0xb85fa46c keyring_search +EXPORT_SYMBOL vmlinux 0xb85fc544 __breadahead +EXPORT_SYMBOL vmlinux 0xb85fc99f sockfd_lookup +EXPORT_SYMBOL vmlinux 0xb864ef9f textsearch_unregister +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb8851ef5 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xb8aa2342 __check_region +EXPORT_SYMBOL vmlinux 0xb8b77f31 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xb8bb01b8 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb8f22d1c tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xb8fb6018 contig_page_data +EXPORT_SYMBOL vmlinux 0xb8fd7a7f snd_pcm_release_substream +EXPORT_SYMBOL vmlinux 0xb90edd8b mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xb92d0799 vfs_symlink +EXPORT_SYMBOL vmlinux 0xb92fa203 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xb93a3a49 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xb94d95a5 ppp_input +EXPORT_SYMBOL vmlinux 0xb95f98d6 _memset_io +EXPORT_SYMBOL vmlinux 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL vmlinux 0xb97f4528 pagevec_lookup +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9a355c3 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xb9a8f03b omap_stop_dma +EXPORT_SYMBOL vmlinux 0xb9acd3d9 __put_user_2 +EXPORT_SYMBOL vmlinux 0xb9b0ae0a snd_ctl_find_numid +EXPORT_SYMBOL vmlinux 0xb9d994f4 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0xb9e27ee5 filemap_map_pages +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9ed7149 simple_fill_super +EXPORT_SYMBOL vmlinux 0xba0e87ea mmc_flush_cache +EXPORT_SYMBOL vmlinux 0xba2ea85c inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0xba363217 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4ae097 enable_fiq +EXPORT_SYMBOL vmlinux 0xba67a10d netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xba7d870a __mxc_cpu_type +EXPORT_SYMBOL vmlinux 0xba7d9914 tcp_poll +EXPORT_SYMBOL vmlinux 0xba86fe77 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0xbac8e09d bio_endio_nodec +EXPORT_SYMBOL vmlinux 0xbaf6ab31 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xbafc308b kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xbafeee36 dispc_runtime_get +EXPORT_SYMBOL vmlinux 0xbb12a29e skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xbb295512 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xbb3216d9 lease_modify +EXPORT_SYMBOL vmlinux 0xbb41fc9f scm_get_version +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb72d4fe __put_user_1 +EXPORT_SYMBOL vmlinux 0xbb8dd5ac tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xbb8e6364 finish_no_open +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbb0a183 i2c_master_recv +EXPORT_SYMBOL vmlinux 0xbbffb474 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xbc10dd97 __put_user_4 +EXPORT_SYMBOL vmlinux 0xbc13a0f6 twl6040_power +EXPORT_SYMBOL vmlinux 0xbc1f6ee2 generic_read_dir +EXPORT_SYMBOL vmlinux 0xbc496fcd dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xbc73db6d blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0xbc84f375 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xbc8bbe1b scsi_release_buffers +EXPORT_SYMBOL vmlinux 0xbc9de72a input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xbca15fee tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xbca82413 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xbcc0c6cc ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcc3b01a __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xbcc5877c xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xbcccf4bc lro_flush_all +EXPORT_SYMBOL vmlinux 0xbcd11ecd wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xbce41020 sg_miter_next +EXPORT_SYMBOL vmlinux 0xbce8a632 tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0xbcef8a52 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xbcf54b2e dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0xbcfb6f5d scsi_device_resume +EXPORT_SYMBOL vmlinux 0xbd10d34c dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xbd68558a scm_set_boot_addr +EXPORT_SYMBOL vmlinux 0xbd76874f kset_unregister +EXPORT_SYMBOL vmlinux 0xbd830dd8 cad_pid +EXPORT_SYMBOL vmlinux 0xbd8ea0ef __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbdac1eb7 lockref_get +EXPORT_SYMBOL vmlinux 0xbdaf7f82 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xbdba9828 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xbde03854 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xbdedb6b2 irq_stat +EXPORT_SYMBOL vmlinux 0xbdf2580d __raw_readsl +EXPORT_SYMBOL vmlinux 0xbdf568ca blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe1bd46b pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe3bfa1b bdevname +EXPORT_SYMBOL vmlinux 0xbe4108a5 pci_bus_put +EXPORT_SYMBOL vmlinux 0xbe4d4b43 elevator_alloc +EXPORT_SYMBOL vmlinux 0xbe5f3d09 kfree_skb_list +EXPORT_SYMBOL vmlinux 0xbe63ee40 request_resource +EXPORT_SYMBOL vmlinux 0xbe7969a4 kernel_write +EXPORT_SYMBOL vmlinux 0xbe7a7ebf simple_transaction_get +EXPORT_SYMBOL vmlinux 0xbe822a71 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xbe872eeb blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xbe8860a8 dispc_mgr_go_busy +EXPORT_SYMBOL vmlinux 0xbe8fb90c dispc_mgr_get_framedone_irq +EXPORT_SYMBOL vmlinux 0xbe90be95 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xbe9548b6 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xbe9e1191 snd_card_free_when_closed +EXPORT_SYMBOL vmlinux 0xbeb1e301 snd_component_add +EXPORT_SYMBOL vmlinux 0xbebdf88f mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xbee5e200 kill_pgrp +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbee93299 dentry_open +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf12b464 __alloc_skb +EXPORT_SYMBOL vmlinux 0xbf16413e twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xbf1d497c __ip_dev_find +EXPORT_SYMBOL vmlinux 0xbf214246 dquot_quota_off +EXPORT_SYMBOL vmlinux 0xbf27461e pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0xbf287eab tcp_seq_open +EXPORT_SYMBOL vmlinux 0xbf75ea6c tegra114_clock_tune_cpu_trimmers_low +EXPORT_SYMBOL vmlinux 0xbf7ce47f bioset_integrity_free +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa814de simple_dname +EXPORT_SYMBOL vmlinux 0xbfcacdf6 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xc0056be5 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xc01f23d2 i2c_transfer +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc05cfaee dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc0688bd6 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc09def69 sock_update_memcg +EXPORT_SYMBOL vmlinux 0xc0a6a8c5 omap_set_dma_dest_burst_mode +EXPORT_SYMBOL vmlinux 0xc0a98385 profile_pc +EXPORT_SYMBOL vmlinux 0xc0b4a1f6 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xc0c7b1c1 do_splice_from +EXPORT_SYMBOL vmlinux 0xc0ca5b3f skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xc0cf95f9 omap_vrfb_request_ctx +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc11e345a mount_pseudo +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc15364d9 generic_permission +EXPORT_SYMBOL vmlinux 0xc175f15b update_devfreq +EXPORT_SYMBOL vmlinux 0xc17909e5 netdev_printk +EXPORT_SYMBOL vmlinux 0xc1940e3e inet_put_port +EXPORT_SYMBOL vmlinux 0xc1987d9d invalidate_bdev +EXPORT_SYMBOL vmlinux 0xc19a9dd0 block_commit_write +EXPORT_SYMBOL vmlinux 0xc1aa2709 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xc1b82d22 register_shrinker +EXPORT_SYMBOL vmlinux 0xc1b9fc32 dquot_file_open +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1e7c477 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xc1e811a2 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xc2081a83 gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0xc20f74d5 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xc2165d85 __arm_iounmap +EXPORT_SYMBOL vmlinux 0xc24a7853 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xc24faeb0 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc265f929 simple_getattr +EXPORT_SYMBOL vmlinux 0xc273e3a8 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xc27f38a0 sk_dst_check +EXPORT_SYMBOL vmlinux 0xc2851dec address_space_init_once +EXPORT_SYMBOL vmlinux 0xc28f6822 simple_statfs +EXPORT_SYMBOL vmlinux 0xc29db042 scsi_get_command +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e72fac dss_mgr_disconnect +EXPORT_SYMBOL vmlinux 0xc2ea7968 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xc2edcb5e skb_try_coalesce +EXPORT_SYMBOL vmlinux 0xc2f37c51 lock_rename +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc30fb76c nand_unlock +EXPORT_SYMBOL vmlinux 0xc31753c3 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0xc3213729 udplite_prot +EXPORT_SYMBOL vmlinux 0xc325cd0d mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xc327f353 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xc33a10fc snd_pcm_hw_constraint_step +EXPORT_SYMBOL vmlinux 0xc351fd51 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc3797678 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xc37a5afc pcie_get_mps +EXPORT_SYMBOL vmlinux 0xc37fc7aa skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xc394d8a0 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xc3cad1a6 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xc3d1fa4d edma_alloc_cont_slots +EXPORT_SYMBOL vmlinux 0xc3d4d435 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xc3f6be22 set_binfmt +EXPORT_SYMBOL vmlinux 0xc4034567 register_sound_special_device +EXPORT_SYMBOL vmlinux 0xc405af13 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0xc4169ee1 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xc419a092 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc420762a snd_jack_set_parent +EXPORT_SYMBOL vmlinux 0xc431da3e mount_nodev +EXPORT_SYMBOL vmlinux 0xc43e727c scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xc454d842 vme_irq_free +EXPORT_SYMBOL vmlinux 0xc45d97f3 ptp_find_pin +EXPORT_SYMBOL vmlinux 0xc4618f35 tcf_hash_search +EXPORT_SYMBOL vmlinux 0xc47a9492 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xc47ab280 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xc48dd30c tty_devnum +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4b73161 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xc4c7b7b0 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0xc4db6745 udp_seq_open +EXPORT_SYMBOL vmlinux 0xc4f5fcfa input_set_capability +EXPORT_SYMBOL vmlinux 0xc50a2271 shdma_request_irq +EXPORT_SYMBOL vmlinux 0xc5116a23 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xc52da066 omap_set_dma_dest_params +EXPORT_SYMBOL vmlinux 0xc5718627 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0xc57a8b5b dquot_operations +EXPORT_SYMBOL vmlinux 0xc57d4c3a mii_check_link +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a92ab9 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0xc5b60752 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0xc5c190c9 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc613872b ppp_unit_number +EXPORT_SYMBOL vmlinux 0xc61b74e1 security_path_truncate +EXPORT_SYMBOL vmlinux 0xc6207ad0 register_gifconf +EXPORT_SYMBOL vmlinux 0xc62967ad put_io_context +EXPORT_SYMBOL vmlinux 0xc630b62b kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc660e3ce i2c_verify_client +EXPORT_SYMBOL vmlinux 0xc66fa6a6 ida_remove +EXPORT_SYMBOL vmlinux 0xc672ca56 genphy_config_init +EXPORT_SYMBOL vmlinux 0xc68d0957 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xc698b17e __scsi_put_command +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc71cc87b dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc73a0f1e qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0xc741e98f vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xc74f3d49 __scm_destroy +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc7563f43 xfrm_lookup +EXPORT_SYMBOL vmlinux 0xc7575207 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xc76bb0ae tcp_read_sock +EXPORT_SYMBOL vmlinux 0xc7741198 snd_pcm_notify +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc79e9fa2 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7bac4f9 processor +EXPORT_SYMBOL vmlinux 0xc7bcbc8d add_wait_queue +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc814be41 dump_page +EXPORT_SYMBOL vmlinux 0xc8284a95 dmam_release_declared_memory +EXPORT_SYMBOL vmlinux 0xc8289cba i2c_master_send +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8756aa6 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0xc87ab32f __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc87de2cb bio_integrity_endio +EXPORT_SYMBOL vmlinux 0xc89877cf seq_pad +EXPORT_SYMBOL vmlinux 0xc8996b3a unregister_binfmt +EXPORT_SYMBOL vmlinux 0xc89c6f92 __secpath_destroy +EXPORT_SYMBOL vmlinux 0xc8a87128 of_match_node +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8d44a11 blk_make_request +EXPORT_SYMBOL vmlinux 0xc8e04f6f account_page_writeback +EXPORT_SYMBOL vmlinux 0xc8edc918 ata_port_printk +EXPORT_SYMBOL vmlinux 0xc8f781f3 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xc9005e4c scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xc9298850 vfs_statfs +EXPORT_SYMBOL vmlinux 0xc93a2f4d edma_free_cont_slots +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc963babe tcp_proc_register +EXPORT_SYMBOL vmlinux 0xc9760b81 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xc97674f6 init_net +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99cd1df vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9ae55e7 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0xc9b1479d seq_vprintf +EXPORT_SYMBOL vmlinux 0xc9b8c308 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0xc9c5c503 tty_write_room +EXPORT_SYMBOL vmlinux 0xc9df4827 nla_append +EXPORT_SYMBOL vmlinux 0xca0614b4 omapdss_get_version +EXPORT_SYMBOL vmlinux 0xca0c74ef simple_readpage +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca4ea8de __pci_register_driver +EXPORT_SYMBOL vmlinux 0xca535806 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca6760e2 phy_connect +EXPORT_SYMBOL vmlinux 0xca6bd427 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xca7597fb unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xca75e3f4 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca99c604 ps2_command +EXPORT_SYMBOL vmlinux 0xcaaae1c9 truncate_setsize +EXPORT_SYMBOL vmlinux 0xcacd7197 snd_seq_root +EXPORT_SYMBOL vmlinux 0xcad0e2be blk_requeue_request +EXPORT_SYMBOL vmlinux 0xcaddbd7e edma_set_dest_index +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcaf8e0c1 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL vmlinux 0xcaff100d path_put +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb0e9181 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xcb0f5ff6 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xcb388e76 lock_sock_fast +EXPORT_SYMBOL vmlinux 0xcb3c278c simple_unlink +EXPORT_SYMBOL vmlinux 0xcb466063 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xcb5b3743 simple_setattr +EXPORT_SYMBOL vmlinux 0xcb797fd2 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbcbc846 dma_supported +EXPORT_SYMBOL vmlinux 0xcbd6c3a0 get_cached_acl +EXPORT_SYMBOL vmlinux 0xcbee6439 ida_simple_get +EXPORT_SYMBOL vmlinux 0xcbf657bd blk_finish_request +EXPORT_SYMBOL vmlinux 0xcc1903cb __lock_buffer +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc301081 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0xcc4cc141 scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5e8d7c d_make_root +EXPORT_SYMBOL vmlinux 0xcc63754e xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xcc8092e1 skb_unlink +EXPORT_SYMBOL vmlinux 0xcc90548e ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xcc9b7a75 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xccae5797 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0xccb49f4c simple_link +EXPORT_SYMBOL vmlinux 0xccb5569e unlock_page +EXPORT_SYMBOL vmlinux 0xccb8d431 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccc2b8ba blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0xccc86793 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xcce5f859 vfs_read +EXPORT_SYMBOL vmlinux 0xccf6a69a tcf_action_exec +EXPORT_SYMBOL vmlinux 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd30b95a tmio_core_mmc_clk_div +EXPORT_SYMBOL vmlinux 0xcd63c845 __aeabi_lasr +EXPORT_SYMBOL vmlinux 0xcd67ac2d security_mmap_file +EXPORT_SYMBOL vmlinux 0xcd80d8cf scsi_scan_target +EXPORT_SYMBOL vmlinux 0xcd82ec2c scsi_print_sense +EXPORT_SYMBOL vmlinux 0xcd9f2c55 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdc9491d mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xcddc3baa __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xce0bc523 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xce1b1cca snd_timer_close +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL vmlinux 0xce3f824a register_console +EXPORT_SYMBOL vmlinux 0xce4d09b5 tty_port_close_start +EXPORT_SYMBOL vmlinux 0xce508e4e sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xce545ac3 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce8dca51 dump_emit +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb9497c alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xceb99fc8 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xced382e7 nf_log_set +EXPORT_SYMBOL vmlinux 0xced41dd6 snd_pcm_link_rwlock +EXPORT_SYMBOL vmlinux 0xced6bf37 fb_blank +EXPORT_SYMBOL vmlinux 0xcee3839c dma_mmap_from_coherent +EXPORT_SYMBOL vmlinux 0xcee5a0ac generic_show_options +EXPORT_SYMBOL vmlinux 0xceea428c msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0xceed7f85 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xcef1aa65 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcef6b0ef rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0xcefc842e nf_afinfo +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf03faa2 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xcf1bccad snd_ctl_remove_id +EXPORT_SYMBOL vmlinux 0xcf213af1 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xcf3171bb abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xcf5f4748 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0xcf623cbd netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0xcf6775c5 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xcf72fbd0 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0xcf88625f mempool_create_node +EXPORT_SYMBOL vmlinux 0xcf8bf791 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0xcf905a27 seq_read +EXPORT_SYMBOL vmlinux 0xcf928af6 rtnl_notify +EXPORT_SYMBOL vmlinux 0xcf9a62cc snd_pcm_lib_writev +EXPORT_SYMBOL vmlinux 0xcfabf953 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xcfc09178 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xcfd8d838 map_destroy +EXPORT_SYMBOL vmlinux 0xcfe4eac6 simple_map_init +EXPORT_SYMBOL vmlinux 0xcff6b676 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0xcffa1d2c blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd02bc9fc swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xd041a918 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xd04db866 sync_blockdev +EXPORT_SYMBOL vmlinux 0xd065c079 snd_ctl_add +EXPORT_SYMBOL vmlinux 0xd06ebfe9 load_nls_default +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd08cfe23 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xd0922800 proc_symlink +EXPORT_SYMBOL vmlinux 0xd093f659 phy_driver_register +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0a9ce94 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xd0b4ccf2 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xd0b72503 iterate_mounts +EXPORT_SYMBOL vmlinux 0xd0be240a tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0db26dc xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xd0e1646b vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd100acbd _raw_write_lock +EXPORT_SYMBOL vmlinux 0xd1067ba7 dispc_ovl_enabled +EXPORT_SYMBOL vmlinux 0xd10b3f0e mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xd1157735 release_and_free_resource +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd13edc69 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xd14fd7c0 tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0xd152a385 dev_uc_flush +EXPORT_SYMBOL vmlinux 0xd1677f84 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xd17fb796 padata_stop +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd1a53551 omap_dss_find_output_by_node +EXPORT_SYMBOL vmlinux 0xd1ae19d5 I_BDEV +EXPORT_SYMBOL vmlinux 0xd1d78715 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xd1db5dcc devm_clk_get +EXPORT_SYMBOL vmlinux 0xd1deace3 snd_device_free +EXPORT_SYMBOL vmlinux 0xd1e72a44 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xd21ad834 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd2327dab pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xd23761dd udp_poll +EXPORT_SYMBOL vmlinux 0xd23b2a80 qdisc_reset +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd265a596 vm_insert_page +EXPORT_SYMBOL vmlinux 0xd2680deb omapdss_find_output_from_display +EXPORT_SYMBOL vmlinux 0xd27727e0 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xd27967e5 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2811605 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xd28f552c netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xd294e398 alloc_fcdev +EXPORT_SYMBOL vmlinux 0xd2a941d4 sg_init_table +EXPORT_SYMBOL vmlinux 0xd2af138b reservation_ww_class +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2db8b4d blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0xd2ed63b4 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xd2f238a4 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xd2f6c52c blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xd312c4f0 devm_ioremap +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd32634e8 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xd327f031 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xd32df587 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xd330ee81 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xd3398b26 bio_split +EXPORT_SYMBOL vmlinux 0xd348f06b d_validate +EXPORT_SYMBOL vmlinux 0xd3494e19 dquot_destroy +EXPORT_SYMBOL vmlinux 0xd3716e7b input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xd39d426f unregister_netdev +EXPORT_SYMBOL vmlinux 0xd3a63963 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0xd3c16983 touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0xd3dbfbc4 _find_first_zero_bit_le +EXPORT_SYMBOL vmlinux 0xd3dd80cc uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xd3e6f60d cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xd3f04e00 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xd418e1c0 adjust_resource +EXPORT_SYMBOL vmlinux 0xd43e3ecd pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0xd44dbba4 dss_mgr_set_lcd_config +EXPORT_SYMBOL vmlinux 0xd4647b94 genphy_read_status +EXPORT_SYMBOL vmlinux 0xd4669fad complete +EXPORT_SYMBOL vmlinux 0xd4685958 vme_irq_generate +EXPORT_SYMBOL vmlinux 0xd48c09e4 bio_endio +EXPORT_SYMBOL vmlinux 0xd4a07025 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xd4a3027c vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xd4b2bfd0 scsi_remove_host +EXPORT_SYMBOL vmlinux 0xd4b4fc78 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xd4c49dd7 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xd4ca4e48 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xd505d63c dma_mark_declared_memory_occupied +EXPORT_SYMBOL vmlinux 0xd5255dd7 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xd52625f5 single_release +EXPORT_SYMBOL vmlinux 0xd5375ec8 single_open +EXPORT_SYMBOL vmlinux 0xd56a6e97 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xd56e9485 omap_set_dma_dest_index +EXPORT_SYMBOL vmlinux 0xd56fb335 __bforget +EXPORT_SYMBOL vmlinux 0xd58be66b vme_lm_request +EXPORT_SYMBOL vmlinux 0xd58c1408 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xd58e8b9c console_start +EXPORT_SYMBOL vmlinux 0xd59456f3 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xd5997be5 snd_ctl_rename_id +EXPORT_SYMBOL vmlinux 0xd5b6650e blk_register_region +EXPORT_SYMBOL vmlinux 0xd5c5ff75 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0xd5cfe37b flush_kernel_dcache_page +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd61347c6 register_sysctl +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd61bb961 __nla_put +EXPORT_SYMBOL vmlinux 0xd627480b strncat +EXPORT_SYMBOL vmlinux 0xd62ad61b netlink_ack +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd657ef9e omapdss_default_get_resolution +EXPORT_SYMBOL vmlinux 0xd67b2d38 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0xd680d95b tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0xd6864e04 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd688b58d fd_install +EXPORT_SYMBOL vmlinux 0xd6a52107 drop_nlink +EXPORT_SYMBOL vmlinux 0xd6a6993a dev_uc_add +EXPORT_SYMBOL vmlinux 0xd6bff7a7 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd70dde81 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0xd717cdc6 kill_fasync +EXPORT_SYMBOL vmlinux 0xd737b173 serio_close +EXPORT_SYMBOL vmlinux 0xd74289f9 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd7618e69 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xd770aa19 input_set_keycode +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd78025ae gen_pool_create +EXPORT_SYMBOL vmlinux 0xd7822d2f xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd794066d __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e8df9b default_file_splice_read +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7fab177 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xd802891e shdma_cleanup +EXPORT_SYMBOL vmlinux 0xd8218fd3 skb_trim +EXPORT_SYMBOL vmlinux 0xd821a62d dev_driver_string +EXPORT_SYMBOL vmlinux 0xd83665ec xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0xd85cd67e __wake_up +EXPORT_SYMBOL vmlinux 0xd883b2d3 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xd8975384 block_read_full_page +EXPORT_SYMBOL vmlinux 0xd8a408ad nand_scan +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8f8dae2 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xd8fa2a81 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xd8ff1577 i2c_release_client +EXPORT_SYMBOL vmlinux 0xd91094b9 request_firmware +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd9364e31 aio_complete +EXPORT_SYMBOL vmlinux 0xd955d2b7 omap_set_dma_dest_data_pack +EXPORT_SYMBOL vmlinux 0xd95f52a5 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xd9616564 inode_set_bytes +EXPORT_SYMBOL vmlinux 0xd9633f87 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xd97edd47 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0xd97eff62 registered_fb +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98704c3 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xd98e8e7c sk_common_release +EXPORT_SYMBOL vmlinux 0xd99ad579 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xd9d4abd6 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xd9d6a5f2 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xd9f172dc mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xda166ed1 page_address +EXPORT_SYMBOL vmlinux 0xda1c9fbf cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda41bbb3 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xda427a16 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0xda74e6dd pci_choose_state +EXPORT_SYMBOL vmlinux 0xda766b5d tty_port_close +EXPORT_SYMBOL vmlinux 0xda79f2ac scsi_host_put +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8206d8 generic_listxattr +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xdaa4ce0f pci_get_device +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdaafc807 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xdacb6644 fput +EXPORT_SYMBOL vmlinux 0xdace788b mutex_unlock +EXPORT_SYMBOL vmlinux 0xdae5953e dss_mgr_register_framedone_handler +EXPORT_SYMBOL vmlinux 0xdae9cbd8 snd_ctl_new1 +EXPORT_SYMBOL vmlinux 0xdafffa0d netdev_state_change +EXPORT_SYMBOL vmlinux 0xdb0a9c04 alloc_disk +EXPORT_SYMBOL vmlinux 0xdb197343 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xdb202729 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xdb2ae6f0 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0xdb2ee66e vme_dma_request +EXPORT_SYMBOL vmlinux 0xdb4292e4 omap_set_dma_params +EXPORT_SYMBOL vmlinux 0xdb48e0b9 dev_err +EXPORT_SYMBOL vmlinux 0xdb5b2c9d gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb7305a1 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xdb73b365 of_parse_phandle +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7e45b4 bio_copy_user +EXPORT_SYMBOL vmlinux 0xdb93b838 dispc_free_irq +EXPORT_SYMBOL vmlinux 0xdb9bdf1b dss_mgr_start_update +EXPORT_SYMBOL vmlinux 0xdba0f15e open_exec +EXPORT_SYMBOL vmlinux 0xdba73e51 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xdbabefd4 snd_info_create_card_entry +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc099ac2 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc249af3 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xdc387418 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc401d41 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc7eb2c6 of_device_alloc +EXPORT_SYMBOL vmlinux 0xdc8b2a0a submit_bio_wait +EXPORT_SYMBOL vmlinux 0xdc942659 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xdc97497a pci_find_bus +EXPORT_SYMBOL vmlinux 0xdca9ed48 edma_read_slot +EXPORT_SYMBOL vmlinux 0xdcaac673 nand_scan_tail +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcb0f27f dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xdcee1de2 replace_mount_options +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd10457d audit_log_task_info +EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr +EXPORT_SYMBOL vmlinux 0xdd3916ac _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xdd3b42a5 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xdd3e0187 write_one_page +EXPORT_SYMBOL vmlinux 0xdd526607 ac97_bus_type +EXPORT_SYMBOL vmlinux 0xdd6544c6 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xdd66e999 d_lookup +EXPORT_SYMBOL vmlinux 0xdd8516ea neigh_event_ns +EXPORT_SYMBOL vmlinux 0xdd9e4af3 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xdda0bbc7 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xdda6f317 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xddb45966 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xddbe6efb seq_release +EXPORT_SYMBOL vmlinux 0xdde99575 blk_end_request_all +EXPORT_SYMBOL vmlinux 0xddf2e5c2 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xde0d7ebd sock_create_kern +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde15c042 omap_set_dma_src_index +EXPORT_SYMBOL vmlinux 0xde1a6bc7 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xde21119c input_free_device +EXPORT_SYMBOL vmlinux 0xde4967c4 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xde5f321a kernel_connect +EXPORT_SYMBOL vmlinux 0xde692d94 omap_get_dma_chain_src_pos +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9fcceb sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xdebf9f59 sk_free +EXPORT_SYMBOL vmlinux 0xdec0deaa bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xdec70887 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xdec8f1b9 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xded1c17d tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0xdeeaac01 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xdf1855af skb_copy_bits +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf3bf140 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfabe0ff scm_call +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfc8ee10 inet_release +EXPORT_SYMBOL vmlinux 0xdfd91ce9 omap_type +EXPORT_SYMBOL vmlinux 0xdfece9b1 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe008a0b3 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xe00cef62 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xe00fffd1 pagecache_write_end +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe061a72d xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe0789933 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0xe08ec5fd empty_zero_page +EXPORT_SYMBOL vmlinux 0xe094ef39 sg_next +EXPORT_SYMBOL vmlinux 0xe0a5bac3 mount_ns +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0c14eb8 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xe0d1e202 force_sig +EXPORT_SYMBOL vmlinux 0xe0dfb00d inetdev_by_index +EXPORT_SYMBOL vmlinux 0xe102d471 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11ca96f sk_capable +EXPORT_SYMBOL vmlinux 0xe127fb18 down_killable +EXPORT_SYMBOL vmlinux 0xe129772e ilookup5 +EXPORT_SYMBOL vmlinux 0xe147786f find_get_pages_tag +EXPORT_SYMBOL vmlinux 0xe157a62b iterate_supers_type +EXPORT_SYMBOL vmlinux 0xe15f3d3a proc_create_data +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe177e708 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0xe190b949 dev_uc_sync +EXPORT_SYMBOL vmlinux 0xe1ccb70b inet_recvmsg +EXPORT_SYMBOL vmlinux 0xe1cf3a7d security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xe1e524d1 pci_release_region +EXPORT_SYMBOL vmlinux 0xe1ee5188 is_bad_inode +EXPORT_SYMBOL vmlinux 0xe1f0ab3a _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xe1f52a73 serio_open +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe2079642 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xe2252d72 wireless_send_event +EXPORT_SYMBOL vmlinux 0xe22930c9 security_path_mknod +EXPORT_SYMBOL vmlinux 0xe2350c28 snd_pci_quirk_lookup +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe23f6308 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe27b7b11 dev_notice +EXPORT_SYMBOL vmlinux 0xe28af6a8 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0xe28c47f4 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xe28cfa9f udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xe2920657 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xe2929af8 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xe292fb9f gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xe29805e1 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2a4dc6b udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xe2a8e21e dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2d930f2 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xe2d966a8 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2e8cd72 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xe2f3611e tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe2fbef9c rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0xe300c44f kset_register +EXPORT_SYMBOL vmlinux 0xe320e5a9 block_invalidatepage +EXPORT_SYMBOL vmlinux 0xe334a602 f_setown +EXPORT_SYMBOL vmlinux 0xe340594a i2c_del_driver +EXPORT_SYMBOL vmlinux 0xe373c709 omapdss_unregister_output +EXPORT_SYMBOL vmlinux 0xe37ad0fc dev_crit +EXPORT_SYMBOL vmlinux 0xe37d10ae omap_dispc_unregister_isr +EXPORT_SYMBOL vmlinux 0xe38449a9 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xe386167b mnt_unpin +EXPORT_SYMBOL vmlinux 0xe38a0be2 simple_rmdir +EXPORT_SYMBOL vmlinux 0xe398d38f of_device_unregister +EXPORT_SYMBOL vmlinux 0xe3a161a9 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3e351d5 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL vmlinux 0xe3e55fef skb_dequeue +EXPORT_SYMBOL vmlinux 0xe40c2e80 dev_remove_offload +EXPORT_SYMBOL vmlinux 0xe413be4a memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xe414a2be serio_reconnect +EXPORT_SYMBOL vmlinux 0xe428c079 file_ns_capable +EXPORT_SYMBOL vmlinux 0xe43274bc proc_dointvec +EXPORT_SYMBOL vmlinux 0xe44d0b82 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xe4838fa7 phy_stop +EXPORT_SYMBOL vmlinux 0xe48d9528 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xe4b4ebbc module_refcount +EXPORT_SYMBOL vmlinux 0xe4c0583f blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0xe4c80097 cacheid +EXPORT_SYMBOL vmlinux 0xe4d4cc0d mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xe5109f1a mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe5445af6 omap_get_dma_dst_pos +EXPORT_SYMBOL vmlinux 0xe55a6db5 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL vmlinux 0xe56c7c77 key_unlink +EXPORT_SYMBOL vmlinux 0xe57361dd __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe57e876e scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0xe5829f80 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xe582f13f get_mem_type +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d4b0a8 uart_register_driver +EXPORT_SYMBOL vmlinux 0xe5e1cddb __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xe5ec9fd0 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe5f925c6 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xe61334a8 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xe65d15a0 thaw_super +EXPORT_SYMBOL vmlinux 0xe66452ab dql_init +EXPORT_SYMBOL vmlinux 0xe668365f fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xe6744a89 omap_clear_dma +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe6b49550 of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0xe6bd5b05 tso_count_descs +EXPORT_SYMBOL vmlinux 0xe6c3ebb0 __raw_writesw +EXPORT_SYMBOL vmlinux 0xe6c94ff4 neigh_compat_output +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6fb1b55 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe7060562 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xe7072644 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xe7075b97 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xe707d823 __aeabi_uidiv +EXPORT_SYMBOL vmlinux 0xe7091fc6 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0xe70da467 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xe74a123d blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xe74ee682 of_get_next_parent +EXPORT_SYMBOL vmlinux 0xe7628ce9 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xe783b0f3 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7d028c7 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xe7d2b205 genl_notify +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7da8646 snd_pcm_stop +EXPORT_SYMBOL vmlinux 0xe7e15910 dispc_clear_irqstatus +EXPORT_SYMBOL vmlinux 0xe7e94af2 d_find_any_alias +EXPORT_SYMBOL vmlinux 0xe7eb839c xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xe803aa1e inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xe80aff82 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0xe80ece0f deactivate_super +EXPORT_SYMBOL vmlinux 0xe8155954 eth_type_trans +EXPORT_SYMBOL vmlinux 0xe851bb05 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xe85d2140 tty_set_operations +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe898bfba crc32_le_combine +EXPORT_SYMBOL vmlinux 0xe8a88a7d console_stop +EXPORT_SYMBOL vmlinux 0xe8b3a88e netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xe8b9a3d4 mx51_revision +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8cb3620 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xe8cdcd97 sock_i_uid +EXPORT_SYMBOL vmlinux 0xe8cfce09 tegra114_clock_deassert_dfll_dvco_reset +EXPORT_SYMBOL vmlinux 0xe8d24a89 start_tty +EXPORT_SYMBOL vmlinux 0xe8e349a0 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xe900e72b snd_pcm_hw_constraint_list +EXPORT_SYMBOL vmlinux 0xe912da6b unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95af19a insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xe95e00cf flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0xe9980dd8 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0xe99f54a0 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xe9b0a7a6 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xe9b290c6 omap_dss_find_output +EXPORT_SYMBOL vmlinux 0xe9d9fdf7 prepare_creds +EXPORT_SYMBOL vmlinux 0xe9e850fc __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9ff663f tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea071f45 dquot_alloc +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea1ebc3a pci_set_master +EXPORT_SYMBOL vmlinux 0xea1f5b88 samsung_rev +EXPORT_SYMBOL vmlinux 0xea24d662 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xea5ad3b1 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea79a2b9 remap_pfn_range +EXPORT_SYMBOL vmlinux 0xeaa0bccd set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xead9ef98 bio_integrity_free +EXPORT_SYMBOL vmlinux 0xeb1b120e omap_set_dma_write_mode +EXPORT_SYMBOL vmlinux 0xeb2d9bfe register_quota_format +EXPORT_SYMBOL vmlinux 0xeb2defd9 snd_card_file_add +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3e4651 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb57fd8f rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xeb8db696 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0xebc658f5 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xebeaed59 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0xebfdcbdf system_serial_high +EXPORT_SYMBOL vmlinux 0xebfe83df locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xec1aa6ef memzero_explicit +EXPORT_SYMBOL vmlinux 0xec2545cf clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xec296582 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xec30923a mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0xec44d35a pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xec4d2e4c pci_iomap +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec4e28e0 ab3100_event_register +EXPORT_SYMBOL vmlinux 0xec772b76 proc_set_user +EXPORT_SYMBOL vmlinux 0xec8ba7a9 register_md_personality +EXPORT_SYMBOL vmlinux 0xecbb33a9 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xecbcb8bb radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xece0c405 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xece36566 __block_write_begin +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xed0dbac4 prepare_binprm +EXPORT_SYMBOL vmlinux 0xed0ff2cb simple_rename +EXPORT_SYMBOL vmlinux 0xed1520cc snd_pcm_lib_ioctl +EXPORT_SYMBOL vmlinux 0xed16f5ef textsearch_register +EXPORT_SYMBOL vmlinux 0xed381606 of_platform_device_create +EXPORT_SYMBOL vmlinux 0xed575a16 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed61184d try_to_release_page +EXPORT_SYMBOL vmlinux 0xed62afaa snd_timer_continue +EXPORT_SYMBOL vmlinux 0xed854dac omap_stop_dma_chain_transfers +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xed997daf vlan_vid_del +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xeda333a2 vme_slot_num +EXPORT_SYMBOL vmlinux 0xedba53ea mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc7f4ec dq_data_lock +EXPORT_SYMBOL vmlinux 0xedd9106d __ashrdi3 +EXPORT_SYMBOL vmlinux 0xeddb57fa snd_get_device +EXPORT_SYMBOL vmlinux 0xede42395 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xedf58935 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xedf8c978 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xedfac56c blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0xee0c3c8f uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xee0c930a mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xee17db61 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xee2618da inet_select_addr +EXPORT_SYMBOL vmlinux 0xee2bc2d0 omapdss_is_initialized +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee324e29 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xee3496c3 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0xee34cee0 do_splice_direct +EXPORT_SYMBOL vmlinux 0xee715ef8 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xee886ed9 pci_set_mwi +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee9d08d2 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb62d3b pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xeed3635b proc_dostring +EXPORT_SYMBOL vmlinux 0xeeeeb7a6 netdev_warn +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xef01c795 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xef0ba5e1 end_page_writeback +EXPORT_SYMBOL vmlinux 0xef2932e8 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xef3a0965 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xef66a9d4 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xef67d590 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xef77e476 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0xef8f028e tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xef8f3c03 bio_clone_bioset +EXPORT_SYMBOL vmlinux 0xef9a99e0 phy_attach +EXPORT_SYMBOL vmlinux 0xefa67fc9 snd_ctl_replace +EXPORT_SYMBOL vmlinux 0xefb18b4e xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0xefb630db vfs_rmdir +EXPORT_SYMBOL vmlinux 0xefb66a95 omap_request_dma_chain +EXPORT_SYMBOL vmlinux 0xefca0627 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xefcf3143 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefd6cf06 __aeabi_unwind_cpp_pr0 +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefe073f4 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xefe69731 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xefec312f omap_get_dma_active_status +EXPORT_SYMBOL vmlinux 0xeff15894 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xeff964ca dm_kobject_release +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf003bfab xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xf01654dd devm_free_irq +EXPORT_SYMBOL vmlinux 0xf01a1c1b ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xf024dc88 tcp_prot +EXPORT_SYMBOL vmlinux 0xf053d36f skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf06c1d39 xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0xf077f5b0 phy_device_create +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf0895367 omap_video_timings_to_videomode +EXPORT_SYMBOL vmlinux 0xf0895e06 init_special_inode +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0a3fe24 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xf0a792b4 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xf0b4479e noop_llseek +EXPORT_SYMBOL vmlinux 0xf0d291e2 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xf0d68ed6 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0xf0d7fa4a dquot_transfer +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf1057d5f i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xf11a7ca9 snd_info_free_entry +EXPORT_SYMBOL vmlinux 0xf137d81d keyring_alloc +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf148df3c remove_proc_entry +EXPORT_SYMBOL vmlinux 0xf1582185 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0xf178eea8 d_delete +EXPORT_SYMBOL vmlinux 0xf18d13d7 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19e9355 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xf1a52f8a __scm_send +EXPORT_SYMBOL vmlinux 0xf1a56cdb wake_up_process +EXPORT_SYMBOL vmlinux 0xf1b54cf5 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xf1ca5a10 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xf1ca719a kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1dc8214 dss_mgr_connect +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1e0b260 edma_set_transfer_params +EXPORT_SYMBOL vmlinux 0xf1e71a9c padata_add_cpu +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ea6f1c __bswapsi2 +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf218e573 unload_nls +EXPORT_SYMBOL vmlinux 0xf23af84c dquot_commit +EXPORT_SYMBOL vmlinux 0xf23e1c2d qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2441fc4 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0xf25035da tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xf26a5bf9 dev_mc_add +EXPORT_SYMBOL vmlinux 0xf27e54da xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xf27e8012 msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0xf2803019 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0xf291c347 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf29e17ee snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2db3d76 __break_lease +EXPORT_SYMBOL vmlinux 0xf2e3fd42 mmc_get_card +EXPORT_SYMBOL vmlinux 0xf2ef9a21 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xf2f03bd2 snd_info_create_module_entry +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf319cb29 sock_no_bind +EXPORT_SYMBOL vmlinux 0xf329767b skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf3487a3f omap_dss_get_device +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf361efb9 nf_log_packet +EXPORT_SYMBOL vmlinux 0xf362bf7e dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf38e0e9f simple_pin_fs +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3940c32 filemap_flush +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3a0ad5b revert_creds +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3cc8b6c generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xf3e17061 generic_removexattr +EXPORT_SYMBOL vmlinux 0xf40019c0 tegra114_clock_tune_cpu_trimmers_init +EXPORT_SYMBOL vmlinux 0xf40b2297 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xf40eeee6 mb_cache_create +EXPORT_SYMBOL vmlinux 0xf41a99ad kernel_getpeername +EXPORT_SYMBOL vmlinux 0xf44f1682 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xf473ffaf down +EXPORT_SYMBOL vmlinux 0xf478314d bdgrab +EXPORT_SYMBOL vmlinux 0xf4a7fc6d omapdss_compat_init +EXPORT_SYMBOL vmlinux 0xf4ad390e fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xf4add459 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4bfdf0c blkdev_put +EXPORT_SYMBOL vmlinux 0xf4ddfebd inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f71fc3 gen_pool_alloc +EXPORT_SYMBOL vmlinux 0xf51b3460 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xf537c858 kobject_del +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf54c51a2 dma_pool_free +EXPORT_SYMBOL vmlinux 0xf550a39a vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xf564412a __aeabi_ulcmp +EXPORT_SYMBOL vmlinux 0xf57c7586 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xf5839897 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xf583afe6 soft_cursor +EXPORT_SYMBOL vmlinux 0xf587a8d2 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xf58da784 snd_pcm_set_sync +EXPORT_SYMBOL vmlinux 0xf5991fa9 ihold +EXPORT_SYMBOL vmlinux 0xf5a39c64 inet_shutdown +EXPORT_SYMBOL vmlinux 0xf5e00f23 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xf5e6eac2 sock_wfree +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf6083a96 bdi_register_dev +EXPORT_SYMBOL vmlinux 0xf60f225f fb_pan_display +EXPORT_SYMBOL vmlinux 0xf62fc52b do_fallocate +EXPORT_SYMBOL vmlinux 0xf634fbc6 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf63b5901 ___pskb_trim +EXPORT_SYMBOL vmlinux 0xf66f5a1e snd_pcm_suspend +EXPORT_SYMBOL vmlinux 0xf677997d sk_stream_error +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6851d5f register_sysctl_paths +EXPORT_SYMBOL vmlinux 0xf69dc6e1 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xf6b1d63f nf_getsockopt +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6d3f7f2 lock_may_write +EXPORT_SYMBOL vmlinux 0xf6e13805 amba_request_regions +EXPORT_SYMBOL vmlinux 0xf6ea767e pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f3cef6 omap_vrfb_setup +EXPORT_SYMBOL vmlinux 0xf7006fac blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xf7023ac3 may_umount_tree +EXPORT_SYMBOL vmlinux 0xf70d8710 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xf7254e24 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0xf7271948 edma_set_src_index +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf7469011 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xf7562664 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf759c642 pci_restore_state +EXPORT_SYMBOL vmlinux 0xf77d7bd6 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xf77e9aa7 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xf7802486 __aeabi_uidivmod +EXPORT_SYMBOL vmlinux 0xf7811de9 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xf795a4b5 pci_release_regions +EXPORT_SYMBOL vmlinux 0xf79b0eaa xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xf7aaeddc ida_init +EXPORT_SYMBOL vmlinux 0xf7b103dd sys_fillrect +EXPORT_SYMBOL vmlinux 0xf7b12aee __next_cpu +EXPORT_SYMBOL vmlinux 0xf7f0bc7c create_empty_buffers +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf833781c of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0xf850ce89 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xf853bbca omap_vrfb_map_angle +EXPORT_SYMBOL vmlinux 0xf87b63dc eth_header_cache +EXPORT_SYMBOL vmlinux 0xf89c87b3 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xf8b3bd29 names_cachep +EXPORT_SYMBOL vmlinux 0xf8be4a89 skb_make_writable +EXPORT_SYMBOL vmlinux 0xf8e00c5a forget_cached_acl +EXPORT_SYMBOL vmlinux 0xf8fbb4f0 __bad_xchg +EXPORT_SYMBOL vmlinux 0xf8ff5008 __init_rwsem +EXPORT_SYMBOL vmlinux 0xf91d90d0 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xf92666f1 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf9427374 dispc_request_irq +EXPORT_SYMBOL vmlinux 0xf95fe60e __scsi_add_device +EXPORT_SYMBOL vmlinux 0xf96d4527 security_path_chown +EXPORT_SYMBOL vmlinux 0xf978434d _snd_ctl_add_slave +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9bc496f pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xf9c1d1cd xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xf9c367e0 iov_pages +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xfa01c37c tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xfa0899d7 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xfa3416e0 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa89a9da tcp_ioctl +EXPORT_SYMBOL vmlinux 0xfa927efe register_sound_special +EXPORT_SYMBOL vmlinux 0xfaa70029 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xfab64f3c security_path_unlink +EXPORT_SYMBOL vmlinux 0xfabb8912 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xfac68eba arm_elf_read_implies_exec +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd2e14 pgprot_user +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfae9bbd4 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xfaef29f5 of_match_device +EXPORT_SYMBOL vmlinux 0xfaf4fb02 mii_check_media +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfaf991ff unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xfafea72b tty_register_device +EXPORT_SYMBOL vmlinux 0xfb1b7397 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0xfb3f6ccf dma_sync_wait +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb70b155 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xfb755896 udp_ioctl +EXPORT_SYMBOL vmlinux 0xfb7a21eb mnt_pin +EXPORT_SYMBOL vmlinux 0xfb7d9c45 __udivsi3 +EXPORT_SYMBOL vmlinux 0xfb800293 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfb961d14 __arm_ioremap +EXPORT_SYMBOL vmlinux 0xfb9ebb1a init_task +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbc4c013 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0xfbdefb8b devfreq_interval_update +EXPORT_SYMBOL vmlinux 0xfbe9a766 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xfbef2761 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xfc005355 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc0eb61f finish_open +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc46b59f pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xfc595fe1 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcc193c4 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcd3a0c8 tcp_make_synack +EXPORT_SYMBOL vmlinux 0xfce7104c rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf79e71 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd10c240 snd_pcm_open_substream +EXPORT_SYMBOL vmlinux 0xfd118c97 pps_unregister_source +EXPORT_SYMBOL vmlinux 0xfd1e9bc0 dev_get_stats +EXPORT_SYMBOL vmlinux 0xfd305341 walk_stackframe +EXPORT_SYMBOL vmlinux 0xfd33b5fa cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xfd5383d7 set_bdi_congested +EXPORT_SYMBOL vmlinux 0xfd5683b9 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0xfd5a388e dev_alert +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd7a8bd7 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xfd8c5afc release_fiq +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfd9f0f30 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL vmlinux 0xfddb3d0f sys_imageblit +EXPORT_SYMBOL vmlinux 0xfde230fe ll_rw_block +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe01fc22 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe09e714 nf_log_register +EXPORT_SYMBOL vmlinux 0xfe3bb801 dma_find_channel +EXPORT_SYMBOL vmlinux 0xfe40bf95 dss_feat_get_num_ovls +EXPORT_SYMBOL vmlinux 0xfe438cc9 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xfe49735b tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xfe4e8eae should_remove_suid +EXPORT_SYMBOL vmlinux 0xfe56fc8f dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe6af104 vc_resize +EXPORT_SYMBOL vmlinux 0xfe77b8e0 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfea27a11 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xfeb143fa vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xfeca7590 radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfef46690 nand_bch_calculate_ecc +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xfefb6077 edma_alloc_channel +EXPORT_SYMBOL vmlinux 0xff064fee gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff232fa7 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xff25239a snd_timer_stop +EXPORT_SYMBOL vmlinux 0xff3ad51e prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xff4b887c phy_init_eee +EXPORT_SYMBOL vmlinux 0xff5513cb fb_show_logo +EXPORT_SYMBOL vmlinux 0xff56e561 nla_put +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 0xff8cbb1f idr_destroy +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xff9ee168 snd_card_free +EXPORT_SYMBOL vmlinux 0xffa1dd4f tty_hangup +EXPORT_SYMBOL vmlinux 0xffa51301 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xffab2076 max8998_read_reg +EXPORT_SYMBOL vmlinux 0xffb39f9a tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xffb94ef0 _test_and_change_bit +EXPORT_SYMBOL vmlinux 0xffcec4e0 cdrom_check_events +EXPORT_SYMBOL vmlinux 0xffd2cf99 omap_dss_get_num_overlay_managers +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffdb82bc sg_free_table +EXPORT_SYMBOL vmlinux 0xffe0c90b skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0xffe972c6 snd_ctl_find_id +EXPORT_SYMBOL vmlinux 0xffed4bdd snd_pcm_hw_rule_noresample +EXPORT_SYMBOL vmlinux 0xfff3062c of_graph_get_next_endpoint +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x13c4762c ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x24bfe0fb ablk_init_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x44ffd84f ablk_set_key +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x461e3893 ablk_exit +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x48d3e386 ablk_init +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xe966eea3 ablk_decrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xec6fdeb1 __ablk_encrypt +EXPORT_SYMBOL_GPL crypto/af_alg 0x66de45d0 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x7305492b af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x831d27f9 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x9b229201 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xa56574cf af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xa789bd9d af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xd954ef95 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0xef34e5d7 af_alg_accept +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0xd1d4e5d1 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x37ec3009 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xa84fdd45 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x0d978909 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x7f7f985a async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x6d3143f7 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x85cc5c3f async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xae9f9e8a async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xfd1ea59a __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x027a1237 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x434a4c78 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x6972e0ab blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xdb369ecd cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x5acdfe0a cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x35652d9d cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x47cbe967 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x48d6c1f6 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x61c467a9 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x82dc6111 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xa15ad782 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xb6d1e729 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xd5c7132e cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xd7a45a18 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xd8659412 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/lrw 0xdfff23f8 lrw_crypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x01c5ba9b serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xbaab39b6 twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x789ca08a xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xfa8b97de __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xe9ec3546 sis_info133_for_sata +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/bcma/bcma 0x05439d52 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x09f747ae bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0e25741e bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0f0de1a3 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x129dc599 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1d1a4f51 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3377798c bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3a407426 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5d7737b0 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7251b1eb bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x78f0df78 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7f0b9300 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x89bdc4e1 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9c0f6d0d bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9cb70ad0 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa3bb8dca bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa9e91f7f bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb857d6db bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc3edc7cd bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcb57595e bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd55c2a50 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf4f35d00 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfb7fe3ce bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x023ba390 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x133845d3 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x151139ec btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x16e3d734 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x25ff680d btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x753f86f8 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x87cf228a btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xc402b3e9 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xee35e2d5 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xffa5cadb btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0978114f qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x129ac65e clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1c5a105c qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2253bb80 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x29150a6d clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2bb8202d qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x41026928 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4c59852c clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4d489bce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7df982c2 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f141ab4 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f2fd77b clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93e21c99 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1305df3 clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1d46d06 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa6199a2d devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8cb8432 clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xed116921 qcom_cc_remove +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeecd55bc clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf89297ed clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfb36fd32 clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/cpufreq/arm_big_little 0x63030539 bL_cpufreq_unregister +EXPORT_SYMBOL_GPL drivers/cpufreq/arm_big_little 0xe3388ba2 bL_cpufreq_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x39a62a59 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5deb5609 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x774898e9 dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb4f7e788 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xddb16d8c dw_dma_resume +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0079f787 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0388da2b edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x05515deb edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x09686442 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1c6e68f1 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x373bf038 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3b86b58c edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3f989a91 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x44187b31 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x610ac735 edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6fac547c edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x97689c0b edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa997a4c2 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xace72e74 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc5fea825 edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc711bbb8 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc8fac811 edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd0c87186 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd3416edd edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd4275e70 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe7cce2e5 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xeac9b381 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xef86a0e2 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x3c2f432b __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x80e36469 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1193a09d drm_gem_cma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1602db06 drm_gem_cma_prime_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x179095e7 drm_gem_cma_free_object +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x17f9c661 drm_gem_cma_prime_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1d9408cb of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2a9ae2eb drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4576de5a drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x45d10954 drm_gem_cma_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x49518ec1 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4b8973b5 drm_gem_cma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6dfa2cf1 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x741e7995 drm_gem_cma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x791afaf1 drm_gem_cma_prime_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa6d32bf8 drm_gem_cma_prime_vunmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc7d33911 drm_gem_cma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd7d35c94 drm_gem_cma_describe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf9cfc3ba drm_gem_cma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1148b623 drm_fbdev_cma_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x67335733 drm_fb_cma_debugfs_show +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x6842c39f drm_fbdev_cma_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x8832ccdb drm_fb_cma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb089e766 drm_fb_cma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb2c912af drm_fbdev_cma_hotplug_event +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xcc337fd5 drm_fbdev_cma_restore_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0x1a450f40 exynos_drm_subdrv_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0x7cde83db exynos_drm_device_subdrv_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0x88a92114 exynos_drm_subdrv_close +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0xb171ee67 exynos_drm_subdrv_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0xc8336148 exynos_drm_subdrv_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0xe819eb16 exynos_drm_device_subdrv_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x4127fbe8 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x68588d09 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xa20ef878 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0498642f ipu_cpmem_set_image +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x07b9e7e3 ipu_idmac_channel_busy +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0842a7dc ipu_map_irq +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0a574348 ipu_idmac_put +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 0x15ec2ba5 ipu_di_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x16ad5193 ipu_di_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x199bd5c8 ipu_dp_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x1ba497eb ipu_pixelformat_to_colorspace +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x1e10f36d ipu_wait_interrupt +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x21a98c8d ipu_cpmem_set_yuv_planar +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x25aaf41a ipu_ch_param_read_field +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 0x32d1b28a ipu_cpmem_set_yuv_planar_full +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 0x4199ab3a ipu_idmac_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x47dc9acc ipu_idmac_wait_busy +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x4c179b49 ipu_dp_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x4e137a68 ipu_idmac_select_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x51475e87 ipu_dmfc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x53de277c ipu_di_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x5d3ab4c9 ipu_idmac_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6547f26f ipu_dc_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6ce1d2e2 ipu_cpmem_set_fmt +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6d24fa44 ipu_srm_dp_sync_update +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7068e939 ipu_dc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7666bda8 ipu_cpmem_set_yuv_interleaved +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x892c341d ipu_smfc_set_burstsize +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8bb6c75e ipu_dc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x920d4538 ipu_ch_param_write_field +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x94c092a3 ipu_cpmem_set_format_passthrough +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x99a0ef07 ipu_drm_fourcc_to_colorspace +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 0xa3720a71 ipu_smfc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa3f87472 ipu_csi_disable +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 0xa563d9d7 ipu_dp_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa62e2013 ipu_csi_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xaa3c0036 ipu_dp_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xaee8d5a2 ipu_dc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xaef88c30 ipu_module_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb228bf1e ipu_dp_set_global_alpha +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb94ca95a ipu_dmfc_init_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc837d7ae ipu_idmac_get_current_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc848c5d7 ipu_dmfc_free_bandwidth +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc97e7a0f ipu_di_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xcca25dad ipu_module_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xcfe4aef7 ipu_dmfc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd0ad8dd6 ipu_get_cpmem +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd3678d46 ipu_cpmem_set_high_priority +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd3b66611 ipu_smfc_map_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd3dab356 ipu_dp_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd5055dd9 ipu_dmfc_alloc_bandwidth +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd76f8c51 ipu_di_init_sync_panel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd8eab955 ipu_idmac_set_double_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xdee3f064 ipu_smfc_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xe300a959 ipu_dp_setup_channel +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 0xef4607b4 ipu_idmac_enable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf7d99d69 ipu_dc_init_sync +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf823f63d ipu_idmac_channel_irq +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf9163de4 ipu_cpmem_set_format_rgb +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf9ed222e ipu_dp_set_window_pos +EXPORT_SYMBOL_GPL drivers/hid/hid 0x01ece1d9 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x070d539c hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0a3797d2 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0cf8aba1 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19a6aea7 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1eea91b0 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x385e95fb hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3d9212dd hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4d5cb1c9 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4db11677 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4e474a8e hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x51bbe369 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5a869891 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6bfe3365 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6cebfbcf hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x76ec7a71 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7b32a4d7 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x81c9c817 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x824aaefa hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x82d8bb8b hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9a8ddd7d hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9f3665a5 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa3ecbc1a hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbb6b9ed1 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc6cea907 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc6e6481a hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcc943b37 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xce50c735 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd1035ac3 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd1d1c22f __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xde3b30b2 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb4808fa hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf0d70d8d hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf76df9bb hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf9c49929 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0xc07d1a4a roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x3477fc51 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x370e0ff3 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x3eb07917 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x4a36731f roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x55fc35a2 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xda2e9604 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0ac444f0 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2a82414b sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x308bd656 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4addc8dc hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4dfaedb6 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5ff5feb8 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x74e3798b sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa2c2f554 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc002c6f4 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xc18d1e74 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0x13cb4467 ssip_slave_stop_tx +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0x1481aa3e ssip_reset_event +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0x631a99da ssip_slave_start_tx +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0x8f70ba63 ssip_slave_get_master +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0xd675416e ssip_slave_running +EXPORT_SYMBOL_GPL drivers/hsi/controllers/omap_ssi 0x3f4a55e1 ssi_waketest +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x123a0c5b hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1ba90ff2 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1f13ed06 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x393a0967 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3ae6787f hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4208412d hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5c2bf43c hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6e40d7ca hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x77fdaf1f hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x90b794e9 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9147af74 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x948c8427 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa31b475f hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcb15effe hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd106a4e6 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd622e307 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xde3c9896 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe6c34ebb hsi_release_port +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x06838249 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x0cf24c7d adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x1de4d913 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1569ead9 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2041d407 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x47d5c53f pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4fb2c06b pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x69307d30 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x69a630ef pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x7abb861b pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x851255ed pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa9637e0e pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xaa71728a pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xdaa56c4f pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xdfd77a2a pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0x0914fa98 hwspin_lock_free +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0x17ea7d0f hwspin_lock_unregister +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0x364647b0 __hwspin_trylock +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0x5d83e0f7 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0x7fdd06dc hwspin_lock_request +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0x8930f797 __hwspin_unlock +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0x96da664a hwspin_lock_register +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0xa45ad473 hwspin_lock_get_id +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0xb582ecee hwspin_lock_request_specific +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x48068c1b i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x4e5ad914 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5183bea3 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5601e949 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x8df1cf1d i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x9a0b667b i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xb5db2418 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xbe24ed40 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xce717f31 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x224903ac i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x7e2b9994 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x5bfeb31b i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x93c3f154 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x09f7251d ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x271712e0 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x291886e1 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x4615ad20 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x829ca176 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x89ac14ec ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa2728e22 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xb0d22f0e ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xfd255967 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x04a33608 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2782534a adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x3df32ebe adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x50ac1579 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x7cf14078 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x8bd0f6a4 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa4a69461 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xb5a6a7f1 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xbbbd4986 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xcf716609 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd39b087c adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd669a60e adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x041fae1c iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0a64b1a8 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0b5a1194 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0cb0f050 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x15712adb iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1ebe79a1 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x271e2b80 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x272247e2 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x303ac3c8 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x31f2ec85 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4051ddb1 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x41e45afe devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4cf12b9b iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x65ae5496 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x69e483f1 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6a4a6053 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a73dc80 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7f29904c devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x833a24bb iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x84855205 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x91dc4393 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa2393219 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb106c457 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb482f2a9 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb5a041fe devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb9b3ace1 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc1a81654 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc88945e5 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdc23729c iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe54995be iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe927f864 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf1cae29c devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfe04c932 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x1103e7e1 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x7dc7d0c8 matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x361c0c60 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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/touchscreen/cyttsp4_core 0x749e342e cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x92968f06 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xc8806ad5 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x2dcef3ee cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x66d5f0f8 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xdcb18b64 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xb2365788 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xb9d5ef27 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x00c82a9a wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x09900948 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1f4bcd77 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x28215e23 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3550a305 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x52779457 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x625b2936 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc427861b wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcc622a04 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcf1bf364 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd1dc375e wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf53b9d14 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x10774f0b ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2dc529ea ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x34ef9bd3 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x763468ec ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x7747a594 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8ba674ec ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9c62e38b ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xcd895237 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd76ef270 ipack_device_init +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x00e1d815 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x1270df42 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x13313181 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x39c4681a gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3cb81b5b gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x42c9b79c gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x47462a11 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5388b3cb gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x59aaaa81 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5efd05df gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x69f8cdba gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x80b79d3b gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x81155c43 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8ce321c1 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc40e3f86 gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd6cc1958 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe2ab4ca7 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x107d6f65 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x26e4357e lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x60d05805 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x60f89ddc lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8368a4ee lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8e029d0d lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xaf4258e6 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb1ba9ec4 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd77a37ef lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xfb5bec38 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xfec00cd6 lp55xx_init_device +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/mcb/mcb 0x0cbe6b8b mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x0ead515b __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x385892be mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x3ec88dd4 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x49ca3dd3 mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5b84521f mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x6a3906e7 chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x6aee49c4 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x7733b764 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9ad4c4fa mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xb33c1ee3 mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xb888fdb5 mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xf9cca8f3 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xfb5e961f mcb_bus_put +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x038d4400 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1bf19a28 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x20b0dcba __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x23a39c93 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2db90065 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x32a854e2 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x33685aee __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x386e0aec __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x43f797c7 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x56d844d9 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x65c69d18 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6f318137 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x73856a24 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7c7a26dc __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x824f349d __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8531a000 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x86192e50 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x87a79df0 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f336079 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x90293fb5 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x903dcb57 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x94c4008d __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9aacde96 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d01a77b __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb0f4bf93 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd2be2929 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9cf1106 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb00ad98 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe7e528bd __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf2037566 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd1d6dbc __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0c7740f5 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 0x2b7f871a dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3d84a091 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x79b0f9ff dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8f2b4111 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x980bc953 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcb3cb43c dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdd84f7d8 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +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-cache 0x2b4f0aa4 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x389dca65 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x573c860b dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x74fc30ee dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x880a5f46 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x8d1f55e0 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa718ba12 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xa4cdf436 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xf42012b5 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 0x09472122 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x27a0db0c dm_rh_inc_pending +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 0x654cbb63 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x71d8eeb8 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 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 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xe282beed dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xeb6bd929 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf5471474 dm_rh_delay +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x150c85ce dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x33c03da6 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x619701dc dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x7d191cf8 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +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 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbe0497aa dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x3d64d065 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0xe165478e md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0xb8925421 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0708e4ca saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x26985d21 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x590ff0c9 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5cfdba5b saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x78aa1fe0 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8d99ed18 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xabf1df38 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd9a34e5b saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xefed8baf saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf5cec531 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x12b338a7 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x1d69182b saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x237664d5 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x768a7af1 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x998731ad saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xa7de0155 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf9a91a8d saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0817e6a4 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0ccfbbea smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x151f59d0 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1c38f06d smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2a91bf33 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x35acb64f smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x35ce9090 smscore_unregister_device +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 0x45bf884e smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5d314d68 smscore_register_device +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 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x802d37b8 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8b3a572f smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9eb7cb3e smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb5c0f354 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd84fb2a4 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe7c3d5f0 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf5312597 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xff090fe4 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x1b8bf6d1 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x0bf43dc1 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x0706e1de media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0x0cf201d4 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x1d8dd5f7 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0x4062a057 media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0x41f8c316 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x5e130b76 media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0x5f3497de media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0x7b7a5467 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x8b1b0e66 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x98714bdc __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0xbdb9cb25 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0xca5c5e42 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0xcbf391e4 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0xd2c5186c media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0xec255b85 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0xec2b1e45 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0xf634e9f4 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0xf9fec472 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xccf0fab2 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x11468168 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x12f5d052 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x54117be3 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x644639db mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x78440585 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x83abf803 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x917a2721 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x92e0d9dd mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9c848857 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaa34dddd mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xafb3adf4 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb3fcba3b mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb54d5232 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd139dada mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe4482be5 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf2299210 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf518118a mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0771c13f saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x10721abf saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x13ba34cb saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1424cd7f saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x20a846c2 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x20cdf07a saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x54ea3326 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x71377db6 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8c534a39 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9d45f00b saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9de78073 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xaae25c39 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xac2f1267 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbb5ad3ad saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbd638850 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc1a52677 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc4f43bd8 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc730f216 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf695bea0 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfe0e05ab saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x0e310668 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x5283f11c ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6eea4cdc ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x71704f94 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7799eb44 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xdfa67a5f ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xe41fb60e ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x1621d12d omap_vout_try_window +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x22f8138b omap_vout_default_crop +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x4b2c720b omap_vout_new_crop +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x5e554755 omap_vout_new_window +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x6750bc9a omap_vout_new_format +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x0100761a radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x944f41c9 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x015d707c rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x07887e86 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x091b029a rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x14f5c87f rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1700a59e rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1e1b9129 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x37322587 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4edc4666 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x62a89ff2 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x694fa364 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x757bfce9 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7a904926 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7c2db63a rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x902e1ad2 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa1b862d9 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb1a7d93d rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbacc22e5 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd4f2c31e rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xec13f97d ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x1ae20473 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x6d0058db microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xf9229c82 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x75489308 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xff25335d tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x995f91ac tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x6c94f0fb tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xf061b821 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x8a4a5d32 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x090586b7 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x9c051ebc tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x167e6157 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xd80dc88f tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x1fc86520 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0a3163d6 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x54fb4767 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x60028027 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7eba4e91 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x828855a3 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x91934424 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9eb94566 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb795583f cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbd6d6e1f cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbed1b19a cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcc7f8eed cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xccb93f2c cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd22811c5 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdb681419 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xef05c2c9 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf727b0c8 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfa2acfde cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfedb9f0d cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xff6ca64f cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xa40ba704 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x93eb6952 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x06ad5b42 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2e77fe23 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x47f831ac em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4bd073a5 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x61fa5ffd em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8b2f3884 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x951038ae em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa8f57de0 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xaa8affb2 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb05531a6 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbf44ac81 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcc07877c em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xccdb5ad5 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdacd1c2f em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe3cbe5bc em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf5e83dcb em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf71b749e em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfc7c5fdc em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x7c977478 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x834ceebb tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xb305d950 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xd166df23 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x186d8ec1 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x1a4ff00e v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x1b2f603c v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x472a0352 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x86ac645a v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x8eda16fb v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x08c522d8 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x149bd31c v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x163fddce v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1d060c8f v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x212f26ae v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2d137898 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x312db907 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3411c406 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x48c28e80 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4fdfe1c8 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x74fe895d v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9422b492 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9a46cb3e v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa19ec865 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa28a1c23 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa4e6ee67 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xabe81551 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb7897252 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc5ad13b1 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc8e4df93 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc9559f08 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdb72ccb0 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xea2af2f6 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfcfe0a9e v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x01b2d2af videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x032d99e1 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x08bb5669 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0be03136 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2a3ee9f8 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2a591ca2 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4650f9b6 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4fa1dece videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5648327e videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x56f45484 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x66c64731 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7007169e videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x80a8fa2c videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8b19b16b videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8d8ee6a0 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9a94d6e1 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xac06484d videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaefba392 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb31718ba __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb898c26b videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc180f04e videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xddd626ff videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf03c6aed videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfa5b16aa videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x600f94b7 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x82f86703 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x9a44c885 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x0c1cc761 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x4de6837f videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x4ecd372f videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x63d03f96 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x9b21c993 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa5c3b823 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb4e1049d videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xf1aacf88 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xfc2c96ae videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x3745d07a videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x7e058dfe videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x819b1868 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x05990e0d vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0e65cc90 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0f75c626 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x103da49b vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x12051088 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x18b90570 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x190bd1ba vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x19dc963e vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1c29e3ee vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1d41ecf9 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1e9066f9 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3e7605d8 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3ec79594 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x43383923 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x48617859 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5523be5a vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5fa8b43a vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x736bd15a vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7ec8345c vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x89c0877f vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8fb1bdbb vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9185be10 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9932e171 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9976f646 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9a963488 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa1a3c9ff vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa5b64528 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xaa7ab768 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb4614664 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xca222935 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd6fe50c6 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd8d48ac0 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe0fa2281 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe6ef8eab vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe81c1d28 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xefb9c85d vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf6b70a2f vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf9d4ac26 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x8e1aa814 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xf0e9348c vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x739ce509 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x0e598325 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x63bb087a vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x6c931033 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xdaf4d967 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x00725e7c vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x028476ca v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x10a75cda v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1207c669 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1d45b7a0 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2adbf7f1 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ce1cbcc v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2e5ba519 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3f2b0413 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3f67994f v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x51acd2d5 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7fb04870 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8595fd66 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x86d5415d v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x93136379 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9e189dae v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fb6798f v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa30a2549 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa32a36fa v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb40a0e31 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb51922b6 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xba73ccc3 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbd26ecd7 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd7a03d0e v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd99c0caf v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe0479da3 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe47a800b v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeafb402d v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x07c3a94c i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x30a6f090 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x51b08e27 i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x54d968ca i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x56da1c31 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x626ce33e i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x7197462f i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xc94430d1 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x0b2d6627 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x27fb9134 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x3635f1f2 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x13594bb9 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5ac57429 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x86af1c13 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8b103366 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9fb33848 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb00e5403 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdb28c9ec kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdd8f82c5 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x6a196902 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xbba1d82a lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xd84786a0 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x188f048d lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1caf1e72 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x40a7a77f lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x597e9483 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x729f2be7 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x739faa25 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xcb75e152 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x3045ac25 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x9a97b3ad lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xd4a8add3 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x833edb09 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb6f37fe2 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd937bf8c mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe446c1aa mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe4d0fa21 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf64934c2 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x00020708 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1151b42a pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2bd31b22 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3d5fd3f6 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x42d3998e pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x530c588a pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5efd4891 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6033e26d pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa48f1a48 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe8a2e284 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xef8fe326 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xd6b7ab68 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xed34013e pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x1a19ad5d pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x2dd649cb pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x9889dbc9 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xb497120f pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xb86df408 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x05174bfa rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x06121e19 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x063421db rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x13820a3f rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2bdfe684 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3a0fcc86 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3b955074 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3c20f675 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x41abdb40 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4b273176 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4d27fc31 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4e79c298 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4f724306 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x54c7b550 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5dbacddd rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x70ba2c64 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x97865f2e rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa23738f4 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xbfa2d8da rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd5c72092 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf218f271 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x48ba8d00 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x66b07d4b rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x6a12abab rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x8557f0d3 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x9accd664 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa191ac37 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xab4b1117 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xb0f57918 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xb5837f9e rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc729545a rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xd5d8143e rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xf0623461 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xf565442d rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x01b08361 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x01b9f990 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x16675fc2 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1a111017 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x25066520 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x283e4b4a si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2d155c19 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x337a333b si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x45f7d887 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x466ed610 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4e6b037e devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x53018ebc si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5eed541f si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x63c1bef4 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6e598b7f si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6f2f8c51 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x710b3e6d si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7e297d12 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x89aeccbb si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8c2bf85c si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8eace38a si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x956b322f si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x959c3d54 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x96317f3e si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa1d3e8d4 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa494f25f si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb2600618 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb58bff6d si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc5b22bc2 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd57efc3f si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdd2077bb si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe625b0dd si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf2cc6662 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xff791009 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0x6dadcc39 ssbi_write +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0xd8119598 ssbi_read +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x0674a6d3 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x3f81c758 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x8a35f75c am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xeacc0eda am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x9a45b87c tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xa10d4047 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xa2dc985a tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xbdb807bf tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x1d99bd39 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x74dc2014 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x7a336b6d tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x9ba45614 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x08b3dbba ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x4129acbf cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb34abdfb cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd208bfdd cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xf382589c cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x0298a181 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x2766f458 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x52351ff4 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x980fb8f0 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xdd1aab67 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf3aa532e enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xfbab8dab enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x19d0c902 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x50ef8638 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x58001cc8 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x6238ea0b lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x91ee5eb8 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa444fb51 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd3aa45bd lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf71fc5e3 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xa4bb1feb st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xfa1ffce4 st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x4bea5ced dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x6a0f23bb dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xa17f6c05 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x12f1a335 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x2dd886dd cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xefef86a3 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x2885af89 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xa52e2bdf cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xdb7c600f cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x9ca25746 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x6445fae6 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x70dbc241 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xe5bac81e cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x58644998 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x807825ee onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xe5729268 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x853eef48 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x036d313b ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x269b2da3 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2adebaaf ubi_leb_unmap +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 0x5c797418 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x95b0b376 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9dbab1c3 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa7d28d70 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb73424de ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc54147a0 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd18ab508 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xda9b9714 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfd9f4557 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfe2e41da ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x1ab3b11c free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x378dee52 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5b13f834 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x81e7043a alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xdab54cf2 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf61ce5d9 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x057a22f5 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x076813ee register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x336ffa9b can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x4f8d2adf open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x55c67cf7 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x77dfe536 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa0b6375a close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa1730983 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbfecb22b alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xcc8e89d9 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xccfdd938 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xd69a1fab alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xdb6ad971 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xdeb47e7d can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xeac7ae71 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xee0ba66a safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xff5e1576 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x31e6bd67 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x87c1034b free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xe63ad33e alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xf265272a unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x6f118ee3 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8478b9b8 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x9190faba free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xd1753129 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x015682b6 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0213c1ba mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0297502e mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02d03ac1 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x086879f4 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ab39203 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0afba641 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d0dfa68 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e08ccd2 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x126524a8 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x126eaec2 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x142cdbea mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15d6f63b mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1980ce89 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1aa9e63d mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1adf6d69 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b4f3ae6 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1cac79b9 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1da3e118 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x215e2e2c mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2503ea03 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x300cc407 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31dbb4ff mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x323ec2c3 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34967d33 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36aabe31 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a2659a2 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a2a6646 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b34735e __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c304497 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x450e372a mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x466e5994 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b939f3f mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x529cc71c mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53238ebc mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a9b90c0 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b4d5829 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b6ec112 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c0e8e2e mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60ec5bd1 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62930e4e mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ba407cc mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x708d0493 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70b7773b mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72efac4e mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79cfa3ae mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a84e6b2 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b30a6e2 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d73941d mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88e5e18c mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89d002dd mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a1b1175 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8dbf4676 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e0f5df7 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9176d726 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91af6958 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91c36826 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98809cfb mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c396491 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ccef5da mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d4fe134 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e917dd0 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa262c3a8 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa383dacb mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6fe665d mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7b1aa50 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9545846 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9c06d4d mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4a49e8c mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb51fdd4b mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6749320 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb52df5f __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc32ac568 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc36c3718 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc463f778 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb2c6b8f mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc342ccc mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce316fcd mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xced6a8ea mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1d81b20 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd80bba26 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdacd504e mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb0a47ff mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde246065 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf42af7b mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdfc47372 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0eb1c33 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1140607 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2e83865 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4e49bfa mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6c40ea8 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7aa56db mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe889ab04 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe8e4e59d mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea544a64 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebc72108 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeecd1e40 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefbf5f2d mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf226feec mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf284fe68 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4827888 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9442303 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc3e871d mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdb8e2ae mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdbcce6c mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e08af11 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c177f82 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6db5ded4 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ed2b187 mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f2bd093 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99714fee mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d9bda94 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9fd70193 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3151fd0 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb48ead9c mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9fbea1d mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc49c0a8e mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc587c28d mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4bffe57 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd3bf09a mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf864b707 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfcc67395 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x515133f1 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa5db1a52 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xcd634b61 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe0aff4af macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0xbafe6f06 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x5e07ed73 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x160c9d28 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x1c31c9d1 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe5ee175a usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xf56ab8e1 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x27b88953 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x283d35c7 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x50fa8fd8 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x8b8cbfff cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xae914246 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd4090877 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd4947207 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd5625ed8 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0fa8499d rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x2025c8c2 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x3a41e9da rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x8ae45653 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe04cb7b7 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe1d5a068 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x47d0de62 vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x8bbab4dc vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xb43cd92d vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xbb00d208 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xc6af36d7 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x09bed574 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1fe72ee1 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2736a5bf i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x36600dd3 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x3cf784e0 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x485b7218 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4dafb9f7 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x820b128e i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x8794d22b i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x90f43b0b i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa53faaa8 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc80a72a9 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd250e45f i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd4b3338c i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdde6d594 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf24ee2c5 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x15a0b6ee cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x6ddbb004 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xddd1079d cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xed2ebd15 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0xe20d964e libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x0d2d5ad3 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x48691a98 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x5363383a il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xb86bd161 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xc96af3f1 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x153e7736 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x194202ee iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3f0b9a6d iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x462bd5b9 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5a10d898 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5cf42927 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5d8f1e32 iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x62685140 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6af753f3 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x781c9041 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x86890210 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x92e64568 iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94985e21 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x951d7717 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa37ad804 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc2a3f8cb iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc6827102 __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc6969811 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd6496d1d iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdd030ffb __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe11f9eaa iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe2dfda72 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe73a4aab __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf300a2df iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf46079bf iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf5032a20 iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf5dc5fe3 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x0d7bd59f lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x13574538 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1855ca0a lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x215dc315 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x232d723f lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x244969eb lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2c1818fc lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x3b71e4fe lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x60a45db9 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6920ad0e lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x89a901be lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa3b39f3e lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xad50a357 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd2d0e912 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd3cea63a lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd741da2b lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x4c7ff0a7 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x571b5024 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x91d1b0db lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x967686b5 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xb15334ed lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc67ebf0a lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xcb43da50 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xd4007929 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x5ff72d7f if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xe9b618a1 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x0ba4dbe2 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x1a29e0a9 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x3408a5d1 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x4a9810c9 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x50cc35bc mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x5fe6fe2d mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x80e9f8e7 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc0a3cf2c mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc6e16a0e mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xd106b746 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xecb8ba46 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf4a4e6c3 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf70adecc mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf9b97fc0 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x6622f99e p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x85ac0e85 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x8d3068af p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xa44409c3 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xac20f6eb p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xaface0b6 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb3604dec p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xdac66542 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xfb87eae8 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x09deefc5 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x257f928b rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x62b3ef2c rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xbbbf6fe2 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x04d03362 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0bd640ec rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0df71c68 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0f55e45e rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1a193aac rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1bc707e4 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1fe54a1d rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x208f33d5 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x279875c3 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2addb706 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2c2767c3 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2e14dfc7 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x336d0a4b rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x33fe2294 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x37cb382f rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x468287e0 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4b4b4131 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5d8b3332 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x65e090cc rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7520cdae rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7cee4f13 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7e2db22d rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7efc1d21 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8c8f8dda rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x95901b50 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9acb60d3 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa92b5547 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa9bd1c8c rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xac179b31 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbe44cd09 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc0c74dc3 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcdca964b rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcfb981cd rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd8ee300a rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe049d20f rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe1ee5d08 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe3d9fb39 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf2cdb769 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x17721122 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x23d9c038 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x29e7854d rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2ec95a65 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x3a743a1c rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x53648765 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x6ed3aca4 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x8733c060 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x902de7df rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xbe4b6bc9 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc3f262e5 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe9f1a2c6 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xffa4eb4f rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0b216726 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1947052f rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1a7ad638 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1c56cc13 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1e1d658e rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x245e07df rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3a319703 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x42798141 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4606db0f rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4a12ffea rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4e31ec49 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x501179af rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x57d165d8 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x60a495c8 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x629a16f8 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6360aae2 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x68004c1d rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6a50f633 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6f75113b rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7590fad7 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7659b593 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7e6183f2 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7f7c88e7 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x87aa1d1c rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8c4b82ec rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8ddcdb47 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x90b3ced2 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x97ee2e04 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x99474eb2 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa14f7113 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa3d5f0d0 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa5cf938c rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa632c885 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa994c535 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb36d0117 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc75b7116 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcb01c658 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdb95ddcb rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdddad8b2 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe0c83d69 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe5146d36 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf33ce478 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf3fd5f15 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf44205f2 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf7f5ecae rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfbdb99c1 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x39d9a9fc rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x5321d3b1 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xc63cf44f rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xdc36c550 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xf55937a2 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x128b2d2f rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x338d2999 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x608e2eb0 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x78f25b92 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x03e8b004 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x066441a1 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x28d448ee rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x42d66f94 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4ac6bdd5 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5fe70856 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x680496f8 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xacf4c793 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xaee017d4 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb2521130 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc08a174b rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xdf581e24 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf0ebeacb rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf6cbe509 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf721e4bb rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xfea72cff rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x55c804e9 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5dd0836d rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xae8299cc dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xecfac808 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x01967c40 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0c25aed2 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0e7879c1 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1f3a7241 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2ecf4e78 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x35c949d0 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x370509c6 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x38bdb4f4 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3b957a09 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3e3d9d47 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x42ad0928 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x596f9431 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5d784206 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x61e780ce rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x72fb8db9 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7ba77c23 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7bde7900 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x81ef630e rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8448d565 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x88a03d99 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa334d1b7 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbf0e45b9 rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc87379d0 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xce7b4997 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe9fb3142 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf61e1ece rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xff853aea rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x023d3844 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x2d882d91 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x3ab97beb rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x3d468623 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x4d4f1b6e rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x4d7eeee5 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x77c863c9 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7fc8c14b rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9545f545 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x99049fbf rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xaffb200e rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb0b3ef8a rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb5558f04 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb9eab509 rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xbab9aea9 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc068fd84 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc76499fa rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd78e157d rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x09aa4b79 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x1d39a45a wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x9e233c86 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x005aa0b9 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x00b17dbd wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x011492d0 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0209ca64 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x02cb8aa4 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0525b0ba wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0d4065df wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0f2ea822 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0f781a42 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1352db7f wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1efe15d1 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x246e898c wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x29ce62ec wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2a76463d wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x325ccad4 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x377534e9 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3ed91820 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3f39f437 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5d25740d wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5e162a27 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5e6e92aa wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x67e5b7d0 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6a302053 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x787d9139 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8012981f wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x84e6b2ab wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91da5146 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x93d1309e wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9ca0610a wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9d5630b3 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9fc31a33 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xab15f122 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb7a30776 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc101d4da wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc356dbd9 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc71fdc48 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc82ae11f wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xca7dff4d wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd5c26cd9 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe7b2d84c wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfc632e4f wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xff3e38c6 wlcore_remove +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x0312a7e1 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x47446c03 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xd8a40500 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/phy/phy-omap-control 0x933d7589 omap_control_phy_power +EXPORT_SYMBOL_GPL drivers/phy/phy-omap-control 0xbd4f01ca omap_control_usb_set_mode +EXPORT_SYMBOL_GPL drivers/phy/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x5854a427 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x78c46f9c pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xed5e6f93 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x4eadf602 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x619b9a32 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x6b91be9f mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xb14e27e4 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xb91094f3 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x1f1bf6b2 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x1fee633f wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7f59ac22 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x81207281 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xa6e86967 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb931d535 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xbe990856 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0209dcfa cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x06c5e1fb cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0811d279 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x16a5c130 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1a2278d4 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1d24b3d1 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x23785f8e cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2bb4879d cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2ddd34f4 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2fc02af2 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x53caeb6b cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5df3108c cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6976d2a1 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6d2d0a3e cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x700d1af2 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7c0ddd82 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fd40b1c cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x81133490 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8a9ee8a3 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8f30a387 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x91009fc1 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x98d58a36 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9adb58a8 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa015f2d4 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa306f5f2 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa3838f8d cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xad98377c cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaf70cf6e cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb19801a0 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb1c1f2e2 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb221eb22 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb8d623b2 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb96659ae cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc121dacd cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc7f1181b cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcf9a3b81 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7be1049 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdc7a14e5 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe512fdd2 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xea6aa3b0 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xefb5d3a1 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf76db712 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfc917577 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfd6a7d04 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x04ca035d scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x2be2a186 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x3fa21a54 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x7de842ba scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x804f2b04 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x9f9b0bc6 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xea225f36 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x04bd653c fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x055360a0 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0b5ebe04 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0ebc831d fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x28d69faa fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2fc686cf fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3fc8fb73 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x51afe1e6 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x78a5c936 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84ced698 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9ae6d809 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xaa7a5ca8 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb7ff99ac fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbbb64f9b fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd14a8f3f fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xddf7ebd2 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x185b5021 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x3862b36a iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4b8bc649 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x5c65755a iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf8ccc351 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf98aaf06 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x06ad9039 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0a19ca57 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x10e1accc iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x13ada58e iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1ff36f73 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3404f811 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3ccc8808 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x424e5f94 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x544d6c6e iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x54e0f2b3 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x622f312c iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x62655a27 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x672a75f2 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x71d8707a iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x739d4b36 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x784695e6 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x78e81ef5 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7ea839bd iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7f877f79 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x82e4eb55 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8540462a __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x955da189 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa6cdbbc4 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa98640b2 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xad78b701 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xae2dca60 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb307696d iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb380ef27 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb6690af2 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb88fe3e0 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb93df211 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbc0fd0d6 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbc547649 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbdc72f3f iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc0ff686f iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc1f135f2 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc2fcae2c iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8e652ad iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdb8c9e4d __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe1b6b0c6 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe56f7755 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe9df6968 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xecc1dd6a __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x00d5fcec iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x04bb11fc iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x056c5f8e iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0a0b7bf0 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x33af9507 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x35d4a26d iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3a669e2b iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4f7ea492 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x56161bc5 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5834fb5f iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6f0d5006 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6ff7e0c1 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa5d5f227 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xac2f0d4c iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xad8bcc69 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xde3f5a85 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xecd6850d iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0737d8ef sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0f14d5a8 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x26665cbe sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x451897e9 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x466ac48b sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x46afe8a8 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4b434bb2 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6a951eb9 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6aa462a9 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6bc69933 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x72c35894 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x750cb38c sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7977e333 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7c891950 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7cf02518 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7d592cc6 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x82f68a43 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x87995096 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8ce08242 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x92e7ed19 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc460f665 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc5abfe32 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe21fa2ce sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfa0ff55d sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfdbaacbb sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x1fd36c90 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x209e8368 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xeb58017a srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xecc60645 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xfb12b347 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xfd5fe88f srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x02d439bb scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x037d1441 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x1506e9bb scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x3a71b5c5 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x592eca59 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x6ca0961d scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x84572580 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xa93600d4 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xdfaee51a scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x05efa4a1 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x06340a75 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x11eee51f iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1233acfe iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x187e8360 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x377bd480 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x384b61a8 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3c4f2979 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x41e2e59e iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4d471afc iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5385ecf5 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x53a7eb51 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x64ae254b iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x68251e4c iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6be62d36 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x702fa6ac iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x72cccc48 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x807f2ccb iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88b11698 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8ceb0fe5 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9e43ffee iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9ec92dd5 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa1d7efb5 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa51b6372 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa5d706a0 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa8bdc570 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa91f4818 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa66ab55 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb7181e47 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbac934c9 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc4f3cf1 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xca542013 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd0f805fb iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd1758ec1 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3bf1a1f iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd5612b06 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe10906ef iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe2f3db34 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe40ae664 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf811d351 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x1aa90288 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xa6dda8ab sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xa9ace052 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xca18d5cb sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1b4e5566 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xbe088175 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd12187c8 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd5c475bb srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd65cf988 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xfa38e8b7 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x13edb1ba ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x17de0bab ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x8d0bcb8a ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xd15d43d1 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xe1ec95ab ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xf1a0bc9c ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2ca18c5f spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x778f206f spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xaef43c7d spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xc6a26b6e spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd2accb67 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x1dd9bd9a dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x8e5e61d7 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xaf843588 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xcf92297f dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xe835aab4 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0a691dc3 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x25c7c34b spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2a637622 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x449f9a7c spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x479cc748 spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4d38fa24 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x554edc7a spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x575108b3 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7712feb9 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7d21a8a5 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x80cc9558 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x826f24fc spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x98839660 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb3077a4c spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc4856ce8 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe09b58a3 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe36f0971 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf7e9ca02 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x66679c64 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x02d47ce7 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0e642fff comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1a14bf59 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1a66fe9c comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1a85853f comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2090d246 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x218c1f31 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x335ee1ec comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3d253177 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x42be9287 comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x43669f45 comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4ae48e10 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5aa87a78 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x60ee377b comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x675dc560 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7954fca8 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7bc0725a comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8a0ad917 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8bc6c0ae comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8c043a83 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9574971a comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x965579f8 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9876f7aa comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9cd480d6 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb198666b comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb7a340d7 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xba801b0a comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xba8cd0e8 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbf53fe58 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc2ceb2aa comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc3c57e35 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc574a13f comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc79cf352 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd3533a55 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd6c89938 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd903a78f comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdd450bc0 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe0e3a0c5 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe59e18b7 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xece62777 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf35827b8 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfc33a259 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xff38cb86 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x085dafa8 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x0c75f6da subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x3f6fc545 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0xa0311d88 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x505d0fe4 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x73e0ff44 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xff9db4bd amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x0fa75bd5 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x752995da cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xcedae442 cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xdfb484fd cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xf6bf7f44 cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x66973fe2 das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0560349d mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x252c8118 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x37b7b8d1 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3dcd185b mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4d494904 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5398b0f7 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5b8bb4a0 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6194771f mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x63299f5c mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6c1e9173 mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8dc6e96b mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9ea5c7ea mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb24d32f4 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xca8d0a48 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xccfc6d7f mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xcdc29ac3 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd374072d mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf581473c mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfa3c25e3 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfaad24c7 mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfde55f2f mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xff52bb52 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xf6050768 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x3560a99a ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x44c15fbf ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x54dedbe6 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x572c03c3 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x98544fa4 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xbb449642 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xcdefda06 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xde09b77c ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x5f85b1ec ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x66d5ef13 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd0894315 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd7be45bd ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xf7771c80 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xf89c0014 ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x49de6c3e comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x5b203699 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x5ea4b743 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x8d580632 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x9a9a04cc comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xabd5b4fc comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xd903937e comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xcf070a32 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x1a47a4ce imx_drm_connector_destroy +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x1cfe024a imx_drm_crtc_vblank_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x2738a318 imx_drm_encoder_destroy +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x37707c0a imx_drm_crtc_id +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x419b08de imx_drm_handle_vblank +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x45d06a2d imx_drm_encoder_get_mux_id +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x4f0d6f7f imx_drm_encoder_parse_of +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x5f056ff0 imx_drm_crtc_vblank_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x880ca73c imx_drm_add_crtc +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x959ebfa4 imx_drm_panel_format +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xc51af825 imx_drm_panel_format_pins +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xd652b5a4 imx_drm_remove_crtc +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x0e79ad18 nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x12347b49 nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x7dd144e5 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x021955ff spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x2f3392cd spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x2f5555cd spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4172c69b spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4a1abae3 spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x86442336 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb2978dbc speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc8116c69 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xca088f4c spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe000e5a7 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xed5f9c0b synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xff05439e spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x541bfa97 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x8a976a85 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xdd8e6870 uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x47d949d1 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x48582df3 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x259444fb ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xe3b3438f ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x6350412d dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x9ac53728 dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x03ff595d usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x10a25dc3 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x178eb524 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1cedbe60 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4344d563 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4a4784ac usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4eb52def usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4f608ad8 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x591cbdd4 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5afcf0cb usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5d16dec5 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5e5671ec config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6861b2b6 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6c8d5ced usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x860af4d5 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8bf5f0ec usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x93e577d7 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x95be30cc usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9f0cbf05 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9f8246ac usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa684c190 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xad89244f usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc4814625 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc701a40c usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcb9f7b76 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd845810b usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe6b09593 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe8569ac8 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe872f6a0 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x083224ed gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2397f543 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x350dc6d1 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x3fef5700 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x48306564 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x4de11746 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x61e84ede gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x6207fb4f gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x67015f24 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xba75eaea gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xc07c4fb2 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xcdb7f154 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd271ab51 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xee4d6bdf gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xffb6a2e3 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x1969c4ca gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x2d761cba gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb9c516c6 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xce29ba00 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x62640f77 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x8d2740bd ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xebcd49bf ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x09081bef fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x18cb73e5 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x3be65b95 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4d6e1323 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6b3f01b8 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x8910d6d0 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x8d9c3582 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x96c3532d fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x96d7d85b fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xaa0651b7 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb836dbef fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xbadc0d9e fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xbfccf177 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xca2fb2b2 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xcf4cd5a2 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5ecc13fe rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xbb2c3bfa rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xbcd4d2ff rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xf1dedce2 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x5e475dd7 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x68f4b6dd ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x2f43d0b8 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x53c4e952 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6e7d03c0 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x817d50d5 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x875154aa usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa7ef117a usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xbf943965 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xc1b6441f usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe881e2d0 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/musb/omap2430 0x6fb55e1f omap_musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-am335x-control 0xc4f24f66 am335x_get_phy_control +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x2ef0e1af isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x85ad973d tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xa8a09da4 tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xbfdee51a tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xe3ffcd19 tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x9c2b222e usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1699209c usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1955a330 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1a02af0f usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x216da79d usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x21e91ecd usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2cb22079 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4e9c09d6 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4ea67176 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x610668fc usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x67dd2b01 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8245b865 usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x87f3c595 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8cadb288 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8fadd5a3 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa4b2408c usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xadd06e08 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb7851eaa usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbef7a917 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc50636b6 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xec5199f1 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xecf60893 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x019cf099 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0408f493 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1d1d9b08 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1f51279c usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x34226e15 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x40248f52 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5268f3a2 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x52e49be8 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x674290a9 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x74bd2500 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7647b38f usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8a4ebff9 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x902b5551 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xaa9b9b62 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xac57e79e usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb7fcb288 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc278f49e usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xcf1b537f usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd1cd9121 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe286120b usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe3ccaa02 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe468ea3f fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xfe4f0542 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x143377ab usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x15ca3d0f dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1ab8f2d4 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x2dd4c0ad usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4fb8fd55 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x54d99503 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x55a94253 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5eaf0211 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7b1b1d08 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x88b56b82 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb9769902 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/usb/usbip/usbip-core 0xfa3364e2 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x23acce99 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x263e81c6 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x2e5607da wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x503968df __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xbc3299c4 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc543b60e wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc9ce7349 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xdc4643e5 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf4654c3f wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0e238455 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x153b60fb wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x2479e659 wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3b847e37 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3ecae6a7 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x45b7cb94 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x6558d4ca wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x87505c3c wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc95145de wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xcc8debab wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xd1aac03b wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe7f68b17 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf37b53fa __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf8d6c9e9 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x94b6098b i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xb0b5dc42 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xfb6bb920 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x02916cfc umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x3720ba51 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x47e75b59 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x5c19a081 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x5d1b84be umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x9a5f8db6 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xb2d1ddbe umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xdd8051d9 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x06c59779 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8aad57 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0e48adb4 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1044fc47 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x11a3db08 uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x12cbbd74 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2764e6fe uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x368ef3f9 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3f7a7398 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x45d22559 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4947ff49 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4f72cdcc uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x52ae966b uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x539944d0 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x57459882 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5ab5794e uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5b177db2 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5db9e64e uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5e4bc088 __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6872bc49 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7dcfcd23 uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x867dc8fc uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x86a223ef uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x87bdd2b7 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8a59cf93 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8d1dafc0 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x984c402a uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa6df5876 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa7bfa48f uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb988f67e uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xba7aeee7 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbf00d552 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc0803ccc uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc0c4d51c uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xce47295f uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdb6a83a2 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe1716f06 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xee9013f3 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xef4ce415 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf3b3517d uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf5e398f2 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/whci 0x7b73cba6 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0f9d7c40 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7baef1e4 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x998c0b7c vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcde3fc3f vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd163e9d2 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf653be65 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x098c7c47 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0b3d869b vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0dba4050 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x132011da vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2149d878 vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2836af3d vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2e66566a vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3060f21e vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x326f4a95 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x32bcc5e8 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3991603d vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x39e7dcb1 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4cbe0f62 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x61a7693b vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x625ea918 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x644ca6b5 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x645c40fb vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x70403616 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x724eabf9 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8749f894 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8868fcdb vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x97404eea vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa23824ce vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xae33f3df vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc1c94433 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcb63a6a8 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd2d1426a vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd415c253 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe1bfd088 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd0a54e9 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x16890d7f ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4a193c9c ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5c547505 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x86d3c868 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa0be3e5e ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe432647a ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xffb44c49 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x17262486 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x1fc59977 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x2809f593 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x3be9fd20 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x5f4f8fed auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x8c3d1d0e auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x9e958318 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xb52668cd auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xb8066dff auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xb8a222a5 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x6909545e fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x34ef0f29 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xfafdd99f fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0x06b14473 sh_mobile_meram_cache_alloc +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0x2f90730a sh_mobile_meram_cache_update +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0xa33b8100 sh_mobile_meram_alloc +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0xa39cc9d1 sh_mobile_meram_cache_free +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0xe035ed56 sh_mobile_meram_free +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x219945ee sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x63eff35b sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2db40814 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3468c8cc w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3cd0058b w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x42542bd7 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c28f142 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7d416160 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa64e2cc4 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb1e9ff15 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xef4d2afb w1_reset_bus +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xee58fa4c dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xf25db32d dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xf79f4e5c dlm_posix_get +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x78b8e89e nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7e0e8e53 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x88e2edf0 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x8d888899 locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb9af3eaa nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc13c63bc nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xeae208ed nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf7e22cc1 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfe86b3dc locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x002ec90e nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00d38bd1 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03a4dc2f nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x046b0ad9 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0583fc6f nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07114f61 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x075ff1ee nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x078f66f7 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08d67d13 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10e0ff2e nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12d9dc0e nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x150de77c nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x164c7443 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a11b0ec nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a462f80 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e6a9f01 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d59d3f nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27bd4cda nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c3629b6 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ea749f5 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ed6b9a6 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f111b5b nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x321bfbc8 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x354a34f9 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3742cc04 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37ce0e37 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3af19afc nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b1dce78 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3cd81e78 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4105410b nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44ba4568 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45335dcd nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48cc8a86 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cc8bc79 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50f17cee nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51f82c90 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5535c5e6 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5663d8af nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5da19fd8 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e0222d2 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e29655a nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f34695b nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60e999a0 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60ff0c18 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x618667c2 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x628acee9 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x644f5e64 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x650d00c7 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x655b8abc register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65831a82 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66bcf243 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67866a18 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x686be541 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a58af42 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6bae4514 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e98f678 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f96e4a8 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x745c18da nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78457868 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x787319aa nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7bb08f70 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7df409ef nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ea750e2 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80f5d4d2 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81643336 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x895ab044 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ba7c9b5 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x901413db nfs_file_read +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 0x93fbc55c nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x942f2330 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x959213cc nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99fb8b7f nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b92113c nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d4071f9 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e77f7ff nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa15f09d5 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2d6e81e alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa74141ef nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa843e996 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8758b4b nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xac84f3d0 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xad6242d2 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae971aa6 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaff0828a nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb255e02d nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb679c31f nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb949b995 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9b98423 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcd50d7e get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd046983 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd09015f nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc10078db nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c2dff9 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd17c43d5 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1c56563 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2c012ba nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd592de41 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd8003c93 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd86a21d4 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd8aafb26 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9c84a21 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda12efa6 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb4c85bf nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd2fee88 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde42a272 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf06fd8b nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1e446ad nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4538090 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea20d757 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec29b818 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed3baca5 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeebd6e1c nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf110e8b0 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf13190c0 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf24f0342 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2933a7e nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf83d3288 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa8f17a0 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfaaf7eb0 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb209f88 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfdb5ad40 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x011a4865 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x04017cb5 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x092ccc17 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x095d3808 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2057e4c1 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x25e40d66 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2a9a56fe nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2d3ecc46 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2ea9463b pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x338ae928 nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x358fa5d4 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40536a5a __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x598030d4 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x715cc788 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x72cc9b69 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x72f8e6af pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7af4474c pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ba5bdfd __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x875ac938 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8a2c7298 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9c2c5380 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa9739972 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaa9dcb52 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaac7d595 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xad489a0b pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xad49a644 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb575453f nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc0f3c334 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4425a4c __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcac5d1e2 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcae648c2 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd224f47b pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd4a4cd6d nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5ffa67b pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc3e8678 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf795e9e nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe7fd69fa pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe9ea04ea pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf211f20d pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf336302a nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf39365ae nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5d3b7b8 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf77e1aea nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf93ca462 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x576ebf8f nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xdc77d047 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x01a445f4 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x02437fd3 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0b5bbdc5 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x14586c62 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x292363c7 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5284b0d0 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc7eff846 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +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/dlm/ocfs2_dlm 0x39a774fe dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x45501cb6 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x875101b0 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa443c08e dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xadca469b dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb2343fb5 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 0x142ae598 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x8deb7b12 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xb4fda6ea ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x20ea763e _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x50623c3d _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xcb5b3e18 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x07d348af notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x3603c5c5 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL net/802/garp 0x007705c3 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x3ee3e93a garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x649c24b7 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x81128ecb garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x95f0f737 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xaa750c7b garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x21db7cbf mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x369d8749 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x4996fd85 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x4e0f1f14 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x949db3be mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xfdf0fffd mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x08504479 stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x8685695f stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0xe54436d8 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xe77a10f6 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 0xb66ab9a0 ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xb216cc38 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2a4cc42d br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf3caa1bc br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0435ecec dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x09a123b7 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0x110ab217 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x12632341 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x18745e5d dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1bf894c4 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1eaeeb5b dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2abee173 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x302db172 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x41a55456 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x45be241f dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x54370b88 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x61b2c545 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6464ef5d dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6daab266 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6f2ea39d dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x78adefc2 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7b4da6ef dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8be91f86 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x989cb161 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x98cdb357 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9c82c8a7 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa643e21d dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb1f8dc3e dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb9ab1d49 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc6728ca8 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdc06920f dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xea4151ae dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xefd99257 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf055abe9 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf1b1c9ca dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf47919bf dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf5124f87 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf6d5de7e dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x1f629aa3 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x2464eb19 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x2cb0978d dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4e137605 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x7ae469d3 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xdd5054f0 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x180af32a unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3ce2cf04 register_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x27ac8bc8 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xfd835695 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x7900f00c ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xabe0a132 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe07ccd8d ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xeb518da8 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ipv4/gre 0x09eab69b gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/gre 0x41c52fea gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0x62a47064 gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb68b5a6d gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xd59d5d08 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x32152ba3 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x563e5b67 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa2d84c9b inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xaa064510 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xcadea0f8 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xdac712b4 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0f0d4574 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x21209f47 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x38eb8115 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3c9e082b ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3f584a0b ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3fbda2ab ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x48c355c3 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x727e8319 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x734af1a8 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7f6a6cec ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9b9de84a ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc6ea7eee ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdb0ea8db ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x49ae0754 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x14b129b6 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0xcd4033c2 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x649e1263 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0x5b1c08ea nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x61dc9f64 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x8b611463 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x9b703822 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xd231bb6d tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xfd455fb1 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x4b067b72 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x7ed7175c ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x901de220 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xc8f0be28 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xd1442a9b ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x3b8b4b6b ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x2f7dcb01 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x6be527b8 nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x3246cfdf nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0d541007 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x27c14321 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x29d7d948 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4ad79b32 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5f574501 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6f482928 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xac32bbc6 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb53dbee6 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd7abda1b l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdf56b3fa l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe07318d4 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe59da6d7 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe984bd66 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe998d1ef l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfc4c40fc l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xff9cb67f l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x0dedf211 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2d0d6531 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2e4ce956 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x321bc25a ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4aeacf3d ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x531e56c1 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6f91c150 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x72592dca ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa242b765 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xae3febce ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc1749d4d ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc6e2a524 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdc178505 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf00719bb wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf524f34f ieee80211_napi_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x134f4a7e ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1747d0a6 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x19474902 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2a1871fb ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x395b68a0 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x45da8d44 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4918f5b8 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x569b8716 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x658bd09e ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x71ba50d6 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x98b3dc36 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb5b3cb3e ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xba69674b ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd0318e00 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd2685d6a ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x0d259324 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa96be824 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd098352b register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xdbdff991 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x07cfd8c0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ac78f40 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0b46fadf nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0b6ab29c __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x11a973f0 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x143dc63e nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14b9fa22 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x15a7b68a nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2248ac03 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x239f1172 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x25498da7 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x285cc9a8 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x285d1c1d __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x298fec39 nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2b43eccc nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d49f907 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2fe7ef71 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x30a0a7ca nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x31dee2d5 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3b3eb393 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3bea46fa nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d665608 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3eb4a901 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4192387f nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x41bee1ab nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4b751f38 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ee70b6f nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5ac133c5 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d0444be nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e56d388 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60b73e5f nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x666f4828 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6dbb5c25 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6fb477f9 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x743c59b5 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x74567ad1 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a97f0a7 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7be3809b nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d54e40f nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7faa2d2e nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x817a305c __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x892ceeab nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b9c8bb7 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e233f6f __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91008ce4 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x927087b4 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x93f4c9ce nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97fbecc1 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c37c202 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c73da45 nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9cdf8067 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa0c77be1 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa336ee66 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa399ad66 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaab57619 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf4c75a2 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbec1cc95 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc2abd2fd nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf306ef5 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd0246553 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd283bf1e nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd67a819e nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb18b21a __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd3450b2 seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe314800a nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe4b5e7c5 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe5d19beb nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7e1d29c nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7e51de0 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe8152682 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea5dfa7c nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xee1e3554 nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf03e53a3 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf28ec402 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf7297540 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfae2904b nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfef4447f nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x76fda607 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x63ad389d nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x59f6980d nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0a3f141c nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x14d5e9bf set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x455681bd set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x56602b06 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8885ee8b nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x999c40b6 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb6b4d9de set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xca338d8d nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe1a43e3c nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf4805867 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xd44925bf nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x0710fb2f nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x16dd5623 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x2d575956 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x4db4391d nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x64fc978a nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xb8f9299b nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x2497583b ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x2bce2e81 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x79f22c8c ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa460463b ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe002d202 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe10cf718 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe41861ba ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x2ccd22d9 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x1752ef4f nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x02395f18 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x033bca6c nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x122f1cac nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3e26a50d nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x61173d60 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6f7915be nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x77a40966 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x92411a73 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa2292858 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1b682c51 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc6c17d29 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x21e31da1 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2280f818 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x363f2912 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x67154ed5 nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7c6dc873 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x86ff67a3 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x979ea59d nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa75a1d33 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaa262747 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb649c8c7 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc7ab935f nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcc51820d nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd795a755 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x03ba2182 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4ca052e2 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4e089832 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4f95a78c nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x534be6cf nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x8b89cde9 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xaa91750c nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xdd9bed6e nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xf0ab3824 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0xe4ad3fc1 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x02eaf8a1 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x7e13caa7 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x8def3a5e nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x8ee6ff33 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xa26f4dac nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xbbd263ad nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa45f5980 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xb1001915 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x086c95f3 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x33fac0ae xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x49629812 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f12767d xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x69e54614 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6c645521 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7dc65949 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x820d0c25 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x98e57035 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbc7cca4e xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdad3bcf8 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe91f8ec4 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xeb4db597 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x57909dc1 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd0f26ea3 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x1d92ecef nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x8cf5ad5b nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xa1a42020 nci_spi_send +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x1a472181 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x1ce746bb rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2e93633e rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x2f6d2ee5 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x4162e5a4 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x461b6621 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x4622b59b rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x62dfaaa0 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x6388f346 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x7a116afa rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x87ef39b4 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x8befa564 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x8cec4cec rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x952efae9 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x95c8f499 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xa656b591 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xba0ff52e rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0xbd4beaa0 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc642cc2c rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xd26f8213 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xe1f14fae rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe52711af rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xee583c3c rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xfa535550 rds_inc_put +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x5e1939a2 rxrpc_register_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x9574b021 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x0602b5c3 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x4b6f3965 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x9805abb0 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x022cd4ff sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +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 0x08b0f41a svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09160b0f rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a6d59da svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b6b447a xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c01ee37 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e1d0af8 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x114ebf09 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12c586c5 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1321927d xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14fa1d98 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15ebde98 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x179605ac svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a683b39 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1abcea2d xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1befac6b rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c46c8a3 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cb447f3 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1dd383be rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20f90e1a xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x227899b6 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2341032f _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2341ecdc xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x239b2591 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x254db25d rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25542876 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2729048d gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2750ed01 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bf117a7 rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c840d2c svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ed2bd26 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2efddaf7 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x324fb694 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x350b6805 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x363dc9ab xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3770270b xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3826a6f4 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39ecbe2e rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a9cdb6e rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b1ab6cd svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b6ab622 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c6d0d5b rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d7ad1ea xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42193099 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x437b1410 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44a2eaee xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47d579be rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4863aab9 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49deb1ca rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c4818f4 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ca1de63 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d6591e4 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x537007a2 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54ce7293 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54e2c8cf svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5539f7f0 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x562f2871 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5acdae88 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5be794e2 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f71528b xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6087552e rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60d989fc cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x613c36b0 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61999b7a svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62519108 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62e6d1a0 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6384301e rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67cf1bdd rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b7d8cf9 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c02b2fd xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cf4c463 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6df5c909 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e61d77b auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72208930 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x731ae369 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73948c44 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x744c5232 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x745d86d2 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75307ec5 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x753b6042 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75732287 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x761c638b rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77cf6d6b rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x788eb92f xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a051ceb xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a4ffb12 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ab025eb unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ad15abd rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bd59d1c cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7be4185a rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80a8fb9a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8145ba5c xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82d1e270 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x843b7b08 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84837935 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8578ac77 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86b02f81 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x885942d1 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a460d9e svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a8eb578 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b3bc73f rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b5c1f89 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d67e1b6 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8daf4ea1 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e7f377e svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8eab6971 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f83b6ad rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x902cbe75 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x907cbb6f rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91bc4ac6 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92da9577 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93a792a0 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x955ce5e5 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x975137d8 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97f8187b sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97fa7ea8 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98ff4abc rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a26bdac rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a7bd986 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b98c890 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cff1483 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d717cf2 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa098c85b rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa14f2fac svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1e1cc33 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa30b7e44 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3513a30 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa40fe706 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa51defa9 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa70fd6ce rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa71ef160 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8883d13 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9f2d0bc svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae031caf xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1a1c8f8 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3c09fd4 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3c8224c xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4b2fb1d xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5f50302 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb88802ca rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba146dda xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba3d0cf0 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbab6b791 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc076ece __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbccc4bc5 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd55737d xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd9ff69f rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc250196f xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3edf719 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca01a47b rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc06c27c xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc14feff rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc46607c xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc8cf91c rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0697936 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1e8293d xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd27c3ae7 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3f544d7 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4b98cd8 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd635087b rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9e5c407 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdba29494 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdecb648b svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe119e92e rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5680c32 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe78de946 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7bf98d8 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7f02f7e rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe828c5a8 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9268eda xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe956ad97 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec62f83d svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedf959d2 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeee9079b rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0259519 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0e7bc83 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2984bdd svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2b2138f xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6822620 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6b5fb38 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf92281d1 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf92b028c xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d65ae5 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa5cccad xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc1e7ff2 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfed37dae xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff887d9d svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffbc10ab rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0f33f3b1 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x23553f76 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4ea75d65 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6a88e2af vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6d25536f vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x74e91915 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8d4bdc59 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90f5af7b vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x91df4810 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa19a86de vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xabddbe29 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb5c85d19 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xde380afc __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf37d7f95 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf593c40a vsock_pending_work +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1f46ed2d wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2ca3b989 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x3c05b8be wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x51a02679 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x5bb42401 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x5e8d452c wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0x5eb6b838 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x6d68df07 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xb0b51a33 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xb3439042 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc8f656da wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc9571e11 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe1feb1d6 wimax_dev_init +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1a7c1871 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x20a3e35d cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x21db1148 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x241a04a3 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4acfe453 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x54645b36 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5a600e99 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x64f1f7f0 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x78bdf3f7 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x92441aae cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb5c801e8 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xee91a3fa cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfc35b4e6 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7c3a5433 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x8cdd60a6 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xb0c8112f ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf6b0d617 ipcomp_destroy +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x07f5ba6e snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x4298b5ab snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x4ef310d6 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x5edf438e snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd0ce3970 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf1a78f11 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x019a4b77 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0580b529 snd_hda_pin_sense +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 0x09f4b6ed snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0afe6575 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e2f4af5 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e7a2d38 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0eb01aae _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1152fc53 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x15af0f8a snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x172a0335 snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x177a1aac snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x17d5801d snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1a5b38e2 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e31777d snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1eb22f29 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24a67b84 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x27c45b99 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x284a95cb snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2dc93bd8 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e7074d9 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f11099a snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x316c80b1 snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3258570e snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34ef037b snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x35988555 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x39dc6039 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a9ab071 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3cdd0c85 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x405938a9 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41555cb5 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x44bc46da snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x472f16fd snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4741bbd0 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47a164b0 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47f8a0f6 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b5a9778 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ea63780 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f898b43 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4fc9b744 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5220a57a snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52f0030c snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55a08021 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58b50a22 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58fabb2a snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59eea29c snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d3055df snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d6f69db snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e6bb541 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e894a83 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f13d39e snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x612ec723 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x618aa1a7 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x61a27e1e snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x667da0fe snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x68286d04 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x683c6c12 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cc7e738 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ceaeb6a snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7317eb45 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x75f0a7da snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76bf2b90 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7800b843 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7843aebd snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x796b1e0e snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c731370 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7cc375af hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e3a46de snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85c24cb4 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x87c9c9f2 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x87e5efa7 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89736f7b snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89d836d9 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8aa6ff7e snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9314022e snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93fec838 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94b649a4 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94c277ab snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x957e09fd snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98395462 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98b19b33 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ab9008d snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9bf82823 snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e03979f snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0c5c39f snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1d39e4c snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa78bd8d5 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8785870 snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaaa3c5c8 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaab9f5bc snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xab19cc07 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xacffc61a snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf57aa03 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3998a8d snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb79e5bb5 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbbeb6f5c snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd1c7fa4 snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe52894e snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbfa05f0a snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3fb90c5 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc455b818 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9af75c3 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9e57a60 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc5b930b snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf95d50d snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0f05c4b is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7e86968 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd84d4bc1 snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd938854b snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd962f702 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd13e7c3 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdeaf37d4 snd_hda_multi_out_dig_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 0xe1199b34 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe1da715a snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe2d10ea7 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4967b1e snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe8a8851d snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9d182e6 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeac6d8c3 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb5702a2 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec61627a snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee0317e8 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef810210 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf212dbee snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5906ce4 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5cc215f snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf68467f7 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9244551 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb08547e snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc354ae1 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfcf67fd2 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfdf6e071 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfefac7b6 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0b9e13e6 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x14618ea2 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1857b6ca snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x19452d36 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2255b930 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2c2514e2 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4fe183ce snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x62f8be23 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6bcd75a0 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6c271fd1 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x70855fc7 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x71ea2f36 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x88e18707 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8e58ef75 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9a048a4f snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9ba865ea snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb4dd3c69 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc0b7adec snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc0ecd211 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfcd7dcaa snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0x0fe6cb9c snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x1788f137 azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x1851caa2 azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x3fa25043 azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x4acecfa8 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x74a3e22f azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x7a947961 azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x7cde19e9 azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x87bfd42d azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xbf2778f0 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xd0d2eb51 azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xf2e3ae72 azx_codec_configure +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x3122034a atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x3f39faa6 atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xd0eb0ab0 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x375ad98c cs42l51_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x5e58eade cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x7c625663 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x1d610400 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x2151fe81 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 0xfc6b3c4f cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x533658f9 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98095 0x078c3cd6 max98095_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x42b58fc2 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xb4b5c994 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xbd2fdb76 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xcb9649b7 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x7f68b24d rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x2487b45f _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x4aa37abd tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x59a4ff9c tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x0143bc2c twl6040_get_dl1_gain +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x55407d06 twl6040_hs_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x8bacfb97 twl6040_get_clk_id +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0xe78ddd80 twl6040_get_hs_step_size +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0xf445b8a8 twl6040_get_trim_value +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x0cdbf26f wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x270cfc6f wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x35079184 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 0x72bd054e wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x8d35b777 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x94fadf36 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xc1542868 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xdb3040a6 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x3e6422fd wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x7f835203 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x60bd6ed2 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xe3999ae5 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/davinci/snd-soc-davinci 0xba809fc9 davinci_soc_platform_register +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +EXPORT_SYMBOL_GPL sound/soc/omap/snd-soc-omap-mcpdm 0x15557c59 omap_mcpdm_configure_dn_offsets +EXPORT_SYMBOL_GPL sound/soc/samsung/snd-soc-idma 0x776c599d idma_reg_addr_init +EXPORT_SYMBOL_GPL sound/soc/samsung/snd-soc-s3c-dma 0x809cc32d samsung_asoc_init_dma_data +EXPORT_SYMBOL_GPL sound/soc/samsung/snd-soc-s3c-dma 0xea0908e7 samsung_asoc_dma_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x8ea34ffb tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x915d8d04 tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xb7ea6e4f tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-utils 0x6e3c1e02 tegra_asoc_utils_fini +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-utils 0x9fbd2b23 tegra_asoc_utils_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-utils 0xa40539c5 tegra_asoc_utils_set_ac97_rate +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-utils 0xdf9d6101 tegra_asoc_utils_set_rate +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra20-das 0x0d54c9b9 tegra20_das_connect_dap_to_dac +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra20-das 0xb52cfca4 tegra20_das_connect_dac_to_dap +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra20-das 0xbced7431 tegra20_das_connect_dap_to_dap +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x04ecb471 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 0x72a91a91 tegra30_ahub_allocate_rx_fifo +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 vmlinux 0x0004eadc skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x00164a10 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x0016e5a9 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x002809db snd_soc_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x005f315f __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0081c2bc ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0085a43d ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x009f7732 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x00c238bd subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00ce501d ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x00e0d270 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x00e34e1b sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x00ed71b4 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x00f230ce kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x00f6b5ea crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x00faa7be ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x01172785 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x011d5acf dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x014b00cf pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x017d3bd5 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x017e4187 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x018edcce cpdma_ctlr_dump +EXPORT_SYMBOL_GPL vmlinux 0x01a6c5c3 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x01ad3a18 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x01b5b2e8 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01f8a9e4 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x02080c02 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x021a8dbe mtd_write +EXPORT_SYMBOL_GPL vmlinux 0x0220fbb1 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x0236daed ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x023b892d cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x026cb8a7 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x026d09fb dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x0286ae6b pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x02a22edc usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x02a42f75 __cci_control_port_by_device +EXPORT_SYMBOL_GPL vmlinux 0x02ada20e otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x02bcd0c2 omap_dm_timer_set_load +EXPORT_SYMBOL_GPL vmlinux 0x02f2af41 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x030449e5 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x032d10b1 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0359d87e crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x03661fe7 mtd_lock +EXPORT_SYMBOL_GPL vmlinux 0x036f7efe usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x03ae2331 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x03aee750 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03ca0959 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03f71acc wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x0402b504 __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x043c9806 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04901180 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x049035cd blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x04a10d07 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x04ab2d12 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x04c4372d regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04e0f9d7 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x04ea5cdf __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x04fd81dd xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x0503e6f2 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0511e601 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x0516f37d stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x05352029 omap_dm_timer_trigger +EXPORT_SYMBOL_GPL vmlinux 0x0537156e split_page +EXPORT_SYMBOL_GPL vmlinux 0x05441e87 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x0549e9b4 tegra_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05542702 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x055a96e6 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x05619a63 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x056746a8 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x05705f19 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x058c8c1f gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x05a81dc0 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x05b4b9e0 register_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0x05fd6f70 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x061d4ef4 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x0627a145 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x06361495 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x063adc04 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x06438115 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x06468454 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06654b5d blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x066a9841 arm_iommu_release_mapping +EXPORT_SYMBOL_GPL vmlinux 0x0670bc5c da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x067495fe regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x067a49ae pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x068c73e8 omap_dma_filter_fn +EXPORT_SYMBOL_GPL vmlinux 0x068dc096 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x06b32c22 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x06d549e6 pinctrl_free_gpio +EXPORT_SYMBOL_GPL vmlinux 0x0706c749 of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0x071472b9 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x072dedce balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x073897c7 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x07455fa9 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x07618b27 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x076b0669 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x0772de5a find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x0776956a dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL vmlinux 0x07ae8345 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07ba642b virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x07cc6d28 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x081e0a20 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x0833f76b transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x088c3bb3 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x0899f091 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x08d3495e usb_string +EXPORT_SYMBOL_GPL vmlinux 0x08d7aefd pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x08f2638e adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x090f5fdc raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x091a982d usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0923cf80 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x09263879 __module_address +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x094ad84c of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x0952af60 fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x095fd0dc __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x09607960 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL vmlinux 0x0975a664 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x097d3d70 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x097d9edc unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x09841e94 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x09982d94 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x099e3978 amba_ahb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0x09a05fc8 __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x09d34fca omap_dm_timer_set_pwm +EXPORT_SYMBOL_GPL vmlinux 0x09dc4e0f debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x09dd72df blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x09f9e55f key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x09ffaacc bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0a06eda2 mtd_is_locked +EXPORT_SYMBOL_GPL vmlinux 0x0a0be571 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x0a127f26 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x0a140afa hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0a20d797 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x0a39a93b securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x0a3c14e1 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x0a4043cf snd_soc_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x0a8755fe driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0aa25adb crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x0aa62f0b regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x0ac78714 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x0aced093 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x0ad07d59 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x0ad40a2f power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b04dc70 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1ee26b skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x0b457e6a inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x0b4706e7 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x0b5a128e raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x0b67bd7a regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x0b7c27bd omap_uninstall_iommu_arch +EXPORT_SYMBOL_GPL vmlinux 0x0b869db8 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x0b9ad976 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x0ba59286 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x0ba8374b __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bbae511 return_address +EXPORT_SYMBOL_GPL vmlinux 0x0bdcb835 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x0bebdab1 of_fixed_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c227190 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x0c270e37 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c74a76d ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x0c9883ed wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cd9dcab transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x0ce34e44 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x0cf85c81 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d2260e3 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x0d259c93 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x0d279e8e cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x0d39882f _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0x0d43d76f virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x0d8f3bca bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x0d93edb6 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x0d974b90 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x0d9d0619 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x0dc2024c usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0dd0a34f remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de0caa4 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x0dedd97b mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x0df953c0 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x0e145f98 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0e32e343 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x0e73dc45 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x0e979fb2 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x0ea89e70 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x0ecd14bc snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL vmlinux 0x0ed36b2f call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0eda5a92 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x0f1625c5 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x0f348d29 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x0f423c9f regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x0f42fbd5 ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x0f63cb06 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x0f74a994 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0faca277 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x0fb3f050 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x0fc3bd35 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x0fd5a5d7 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x0fe65e8c synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x0ff9af09 cpdma_ctlr_int_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x0ffaf9f2 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0ffd8fd9 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1026c1d9 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x1036c973 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x10442a65 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x10553a18 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0x106a2f11 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10709743 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0x108695ae locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x10ae14ec list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x10ba8d0a ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x10eb3677 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x111a8f74 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x112cb75b attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x11506f9e pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x1183eadf blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x11a62ebf fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x11a96e89 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x11d90b58 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x11eb33c0 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x11ebcea8 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL vmlinux 0x11ebd9cb pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x11ed2f40 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x11f42639 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x12125386 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x122a3634 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x122a60d2 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x122b4604 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x12391dcb tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x125498a5 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x125b317d crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x125d89cb usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x128feab6 omap_dm_timer_set_int_enable +EXPORT_SYMBOL_GPL vmlinux 0x12b2719b devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x12b4849f tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x12b81b9c iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x12b94fbb tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x12c8bc0f rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x12daa183 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x13048aab tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x1308f65c bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x13324e7f mtd_point +EXPORT_SYMBOL_GPL vmlinux 0x13354608 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x134edd3c power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x1355c7a7 sdhci_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1363bc9f fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x136a0e30 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x1373f1de class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x13777254 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x13815bfd wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x13b89dee pinctrl_request_gpio +EXPORT_SYMBOL_GPL vmlinux 0x13b97c01 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x13c3861d pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x13db5b08 context_tracking_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13dd34d1 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x144f5168 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x147497c9 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x1488b0e3 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x14ce9e7c dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x14d118eb da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x14d24642 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x14d795a3 register_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0x14f19fc2 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x15110f9b exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x1525f36d __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x1541446a iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x15702179 component_add +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x15a3767c crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x15c1b466 bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0x15cc2092 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x15d57004 arm_iommu_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x15df4edb clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x15ea7350 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x15f434df sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x160fc43f wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x162d0a68 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x16411597 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x165b53c4 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0x1668eb66 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x168ce027 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x1691dc5a pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x16bacef8 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x16c401cb tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x16ca9414 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x16e8639e snd_soc_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x170d3d50 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x1717a05d omap_get_plat_info +EXPORT_SYMBOL_GPL vmlinux 0x1720ef2e crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x174bf3a2 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x1756e88f bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x175e1648 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17a3ffee spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x17f197d0 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x180c6906 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x1814a15a ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x182f1251 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x18522eff ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x186e0e8d debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x1876b3b9 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x18a01b6a __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x18b03da5 of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0x18b999a6 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x18bcd335 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x18bd60e6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x18c1aca5 usbnet_get_link +EXPORT_SYMBOL_GPL vmlinux 0x19098d67 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x192455cc rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x19315131 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x1955cc9d ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x197a6793 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x19928635 mv_mbus_dram_info +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b14306 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x19b2c810 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x1a05781e i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a1bc949 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1a28358f snd_soc_unregister_codec +EXPORT_SYMBOL_GPL vmlinux 0x1a2ff488 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a36f6c8 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x1a5c5e7b snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x1a65920b omap_iommu_arch_version +EXPORT_SYMBOL_GPL vmlinux 0x1a842a45 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1accb7fd edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1adf5a21 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x1ae0c2a9 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x1af666cc dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x1b14dd8c snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL vmlinux 0x1b3193ff gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x1b3261e0 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x1b4debd0 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b6b27e7 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x1b6b6a2b ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x1b6e6c23 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1b7a820e get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b98405c snd_compress_new +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1ba55a61 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x1bb5fc26 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bca9e19 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x1bd68fa6 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x1bf1e414 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0x1c385e8b wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x1c3e31dd sm501_find_clock +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1ca5c8b1 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x1cb61b2f snd_soc_component_init_io +EXPORT_SYMBOL_GPL vmlinux 0x1d1da6ba crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x1d55210d component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d5ab910 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7cb586 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1d84f4d4 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x1da561bd platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x1da7d75c tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1db4d3e7 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x1dd978ae ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x1e0aa7b2 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x1e10b2fa list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e3f9ea2 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x1e4f68be device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e5dcefa dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x1e5e6bb9 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x1e60ff9d snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL vmlinux 0x1e6cc653 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x1e7135ba cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x1e7336f2 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e864844 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x1ea9b7de inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec4000d bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x1ecdbff9 omap_dm_timer_write_counter +EXPORT_SYMBOL_GPL vmlinux 0x1ed00a63 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x1f002fdf __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x1f016189 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x1f17b216 omap_dm_timer_enable +EXPORT_SYMBOL_GPL vmlinux 0x1f1c5c09 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x1f33f34a irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x1f432784 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x1f55a05e __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x1f5df10f ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x1f6a1e86 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x1f760797 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x1f793f57 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x1f7fcac7 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fb316ef omap_dm_timer_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x1fb447a7 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x1fc126fd pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fd3cb3c snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL vmlinux 0x1ff436f0 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x202f9733 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x20321ab4 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x209da883 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x20a6584e snd_soc_jack_new +EXPORT_SYMBOL_GPL vmlinux 0x20b8cf9e tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20dbeca5 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x20f55923 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x20ff5062 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x2101fd64 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x210af666 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x211f558d register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x21243325 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x21302e43 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x21376279 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21b439c8 musb_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x21cd5ec2 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x21eba81c omapdss_of_get_next_port +EXPORT_SYMBOL_GPL vmlinux 0x21fbdb28 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x22251640 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x225c2cc0 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x225cd3d5 mtd_block_markbad +EXPORT_SYMBOL_GPL vmlinux 0x2265f6ff dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x226a674d atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2278abf0 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x22875d9f extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x228fded4 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x2296aebc irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x229836ca ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x22ff452b regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL vmlinux 0x232161cb extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x232508c1 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x2342325f ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x2342e84b dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x23463cc5 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x2347cb5e da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x2352e01b regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x236904e2 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2392bc6e pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x23c1da9c adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x23d29ef1 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x23e04b08 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x23f5cae4 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x2410b870 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x244b1ab0 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x2471b9f4 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2477d648 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x247cd2e5 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x248e63b6 usbnet_get_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x249c9434 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24b51b3f __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x24d371c4 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x24e63e89 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x25211891 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x253ccf0f devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x256338f5 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x2593ea99 __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x259f0662 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x25e4fa8c btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x2600470a sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x26285ce7 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x262e06c4 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x268888b3 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x268f7dde platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x2690163d ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x26adb815 thread_notify_head +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c4594e usbnet_probe +EXPORT_SYMBOL_GPL vmlinux 0x26c547c0 bL_switcher_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26dfb721 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x26f6ba13 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x26f96292 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x2711c882 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x271b3e16 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x27283bfc skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x2736b9c8 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x273755c0 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27dcb37b regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x28238b91 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL vmlinux 0x282b9c78 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x2852c054 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x286a8074 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL vmlinux 0x287f7724 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL vmlinux 0x288888f8 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x288c23a7 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x2894a3da imx_pcm_dma_init +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28b4c2c9 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL vmlinux 0x28c26274 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x28d68d3c security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x28da1ee7 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x28e74b5e usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x291734e7 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x292d37b9 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x296b38bc class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x296d95be fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x29de25f1 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x29f8ed76 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x2a031220 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x2a0e8402 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x2a1dd474 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x2a2b3164 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x2a315212 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x2a3ff676 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x2a44a568 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x2a504ad2 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x2a5f188f xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a6b1801 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x2a6de329 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x2a6e0ab5 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x2aaa572e get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x2ab18ed4 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ad9d326 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2ae0fd3f usbnet_change_mtu +EXPORT_SYMBOL_GPL vmlinux 0x2af04c26 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x2b23fe74 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x2b3f5147 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x2b530757 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x2b5b1d10 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x2b66a22e task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x2b69fe1f tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x2b7475cf tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x2b82fd73 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x2b898f6e ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x2b8ad85c shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x2b91f84b platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x2b9df909 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x2babe81f __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x2bb08edb scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x2bd7199e page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x2bd8127e __class_register +EXPORT_SYMBOL_GPL vmlinux 0x2bf5e662 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x2bfa56eb wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x2bff73c8 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x2c084d22 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x2c157f55 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c2a9bc8 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x2c332a26 snd_soc_write +EXPORT_SYMBOL_GPL vmlinux 0x2c36f2e9 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x2c69704c usbnet_write_cmd_async +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c862e36 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x2c87ecff cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x2c90c736 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x2cad4af6 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x2cc37bbd irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2dfb42 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x2d3fb5b0 mtd_get_device_size +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d4fe8cd ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x2d587ea7 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2da05c74 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x2daa482c ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x2dd48cdf pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x2dea1a8a of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x2e278f88 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e51765a omap_dm_timer_set_load_start +EXPORT_SYMBOL_GPL vmlinux 0x2e7b3ade regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x2e9670c0 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ee5252a sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x2ef6b5bf smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x2f0c4740 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f15bcde device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x2f1ca11a snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f4a82e7 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x2f4dcd7b raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x2f5befac dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x2f7291ce debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2f8196ce skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f82b74e usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x2f901fca regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x2fb3b737 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x2fd7a97f ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2fdda6fe snd_soc_jack_report +EXPORT_SYMBOL_GPL vmlinux 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL vmlinux 0x3015cdfc __put_net +EXPORT_SYMBOL_GPL vmlinux 0x3016b4f2 snd_soc_cache_sync +EXPORT_SYMBOL_GPL vmlinux 0x30335db2 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x303539fe tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x3051f7e5 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x305dd531 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x306cb14d __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x30819460 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30af5890 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x30b36636 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x30b39066 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x30bcc544 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x30c13a65 __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x30c2b872 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x30cd3f84 pinctrl_utils_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30dd8fe7 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x30eb7f00 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x310951f7 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x31165cb1 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x3125e608 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x3134bbf2 sdhci_set_clock +EXPORT_SYMBOL_GPL vmlinux 0x3176db17 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x3184deea omap_dm_timer_read_status +EXPORT_SYMBOL_GPL vmlinux 0x31873550 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cc91a3 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x31f5e013 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x3238414d usb_phy_generic_register +EXPORT_SYMBOL_GPL vmlinux 0x324c1db7 __clk_register +EXPORT_SYMBOL_GPL vmlinux 0x3251fdbd of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x325b9086 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x328441a5 device_register +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329a41e7 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32b2e626 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32ca1f07 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x32ce5cb7 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x32f76320 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x3304700c sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3312fbe4 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x33189ceb lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x332edd01 input_class +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x3375acb6 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x33a6e05e regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x33b9ea12 __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x33d7cfae snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL vmlinux 0x33e1f486 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x340db1f3 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0x341643ba omap_dm_timer_modify_idlect_mask +EXPORT_SYMBOL_GPL vmlinux 0x347682ce snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x34a6414e snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34b9f3c2 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x34c08dd0 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x35339725 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x357e96d5 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35b5ad57 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x360834c6 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x361a1c19 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x3636e39b pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x36453c0c devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x365913ab snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL vmlinux 0x36624535 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x366f2852 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL vmlinux 0x367cf1c0 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x369d4d84 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36b6d202 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36c250c9 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x36e8eaa7 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x37128a55 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x372b4360 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x372fec4a regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x374156d7 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x374888a2 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x375ddde0 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x3782694b usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x37a786dc unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x37b19b21 dapm_clock_event +EXPORT_SYMBOL_GPL vmlinux 0x37c48cca snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x37fdd6ca sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x380ac59d snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL vmlinux 0x382ca911 fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x384d1ee3 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x389f7cf1 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38ad1e1d sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x38b18b73 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x38b9e116 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x38e4e227 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x38f0eaec class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x390c659d of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x3912a371 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x39631bb5 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL vmlinux 0x399a1182 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x3a02dd16 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x3a08c102 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x3a246bf7 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a38e774 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x3a440196 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a52eb06 sm501_set_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a61b83b sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x3a6db732 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x3a6fd8ba ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x3a7b7cb9 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x3a818863 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3adeef42 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x3af2efcc iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x3b12959c devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x3b6960ba fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x3b6bc3a9 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x3bf154f3 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL vmlinux 0x3c036440 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x3c07ad1d regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x3c65fad0 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x3c713dc6 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x3c831441 arm_check_condition +EXPORT_SYMBOL_GPL vmlinux 0x3c834aeb mtd_get_user_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3cab42c0 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x3cbd0fdb register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cf32ce2 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x3d077b04 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x3d10c5dd devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL vmlinux 0x3d1c8eb3 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d39d09d inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x3d59332e page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x3d696aa5 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x3d72b591 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x3d7e7564 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x3d7e89c9 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x3da6b248 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x3da8a403 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x3db26785 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x3dc0d551 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc7b074 user_read +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dcac9e2 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0x3dd00fb4 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dedd7d6 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x3e16b167 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x3e18bbb3 snd_soc_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x3e3e3e59 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x3e6ee9ef ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e7d18fa pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x3e7d36ed mtd_is_partition +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ec45ebc crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x3ed31883 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x3ed6d720 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3efc6cf0 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x3f049e51 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3f128bb7 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x3f18e2a6 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x3f292902 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x3f51a98c pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x3f541ca8 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x3f56a9ea ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x3fdcdc27 arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0x40266f76 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4027633d __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x405a76a1 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x405f99e3 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x407b1c6e ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x408a1da9 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x40939031 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x40944b45 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x40ac9103 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40b50fae sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x40c4a716 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL vmlinux 0x40cfab66 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40d78485 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x40e0e3ad iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40ffc64d inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x413e9142 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x415a3118 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x415bf6d5 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x415dbf93 blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x41634253 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x416680ad dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x4172ab6a dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41960733 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x419afce6 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x41a07537 arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x41ab64b0 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x41ad98b4 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x41b94acb __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x41c23103 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x41ea48a4 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x421ee98f crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x422aeb4d devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x4240efeb usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x42473c7e samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL vmlinux 0x425cb30a usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x42752374 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x42755d1a debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x4279e8b0 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42a4fea1 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x42acf495 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x42ae37fa pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x42b364ef scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x42c7e4e2 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x42db9bdb dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x430b4b94 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x431b54b2 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x437526ca of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x4378c4c8 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x43853e61 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43c6c01c user_describe +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x43ffbb7d pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x4403a436 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x4409ad1d mtd_unpoint +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4456783d devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x4463a25e ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x446c1335 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44a0f59f fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x44f6c45d spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x450ae14c inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x45326245 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL vmlinux 0x453c6e88 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x4541cea9 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x45569b8f tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x45670543 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x456a9571 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x456f7dac sdhci_alloc_host +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45950dfd snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL vmlinux 0x45ba1367 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x45bb6848 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45c79c22 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x45f3860a usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x46066e5b perf_pmu_name +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x46309193 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x464b4a36 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x4671b6d6 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4684c9d6 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46981567 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x46bed64c virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x46c9a5f9 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x46d7951c ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x46dfe315 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x46f39489 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x47182e58 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4754a396 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x477d7a7a crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47cc49ee component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x47d4d7f1 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x47d7d931 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x480b1fc4 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x48672fd3 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x487bd574 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x4890343d snd_soc_debugfs_root +EXPORT_SYMBOL_GPL vmlinux 0x48ca8947 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x48d86e7e pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x48f146ea cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x4903b134 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x492fb3d3 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x4946da71 omap_iotlb_cr_to_e +EXPORT_SYMBOL_GPL vmlinux 0x494ce5cc ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x49616e51 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x496689fb arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x499c1ca3 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x49c2bfcd rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x49c506e0 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x49ca9b8b sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f19ddd soc_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0x49f2e20d aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x4a04cf37 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x4a0a2f79 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x4a0f2f49 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x4a1099a1 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x4a1688ec lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x4a1aaa5b event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x4a3fdb10 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x4a455467 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x4a4a28fa iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x4a5d445f ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x4a6985f7 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x4a9cb6bc crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ab1a16b usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x4ab9681f snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL vmlinux 0x4af3bcbb rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x4afd16f0 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x4b002af5 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x4b032f1d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0x4b0e05e0 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x4b20f69d tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x4b4c1e8e tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x4b52b1d7 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x4b6bada5 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x4b6f7a74 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x4b7b7977 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x4b7f26a5 sdhci_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x4b8d7798 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x4bab8880 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x4bafcdd8 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4bafe1f0 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4c00bc96 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4c163f87 omap_dm_timer_set_match +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c47ec15 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x4c5057c3 usbnet_get_msglevel +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c662cd1 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4cb60558 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x4ce4502d pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x4d053cea ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x4d094f8c inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x4d0adc54 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x4d102816 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL vmlinux 0x4d1d0169 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x4d2545d1 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x4d2b3a6a tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x4d3415ae unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x4d38f1e0 bL_switcher_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4d4555f5 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x4dd739fa tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e3b5918 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x4e59e403 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x4e73dbe8 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x4e785228 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x4e787e05 snd_soc_register_platform +EXPORT_SYMBOL_GPL vmlinux 0x4e932c1f ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x4ebfe46f max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efeb7cf crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f06328f of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0x4f243a50 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x4f5143bd cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4f56c4e8 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x4f598769 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6d2baf disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x4f7b4de0 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x4f94c274 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fa09a3d alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fd973b2 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x4fd99840 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ff2e092 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x4ff59c37 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x501bc067 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x501eec71 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x5030b59a virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x504c08f9 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x50795a1d ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5099d1d7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x50a42693 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50bb546a get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x50bc9dd4 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50cbff9d power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x51012777 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x512cf16c wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x51385a17 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x5146a98e crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x514cbde5 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x515ed5c0 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL vmlinux 0x517375d3 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x518df153 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x51c1a29b omap_dm_timer_start +EXPORT_SYMBOL_GPL vmlinux 0x51ff832b usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x5200c3b4 usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x5229a0b9 iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x52840333 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52a4709c thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x52c0d5d8 scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x52c38ded regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x52d51242 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x52ff9eb4 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x53028e30 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL vmlinux 0x53092b1f kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x5324fb83 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x532b9510 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x5331bc43 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x539c7dc3 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x53c8f8b7 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x53c93440 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x53cb2800 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x53d55bfd pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x53e14225 snd_soc_limit_volume +EXPORT_SYMBOL_GPL vmlinux 0x540b5dfb usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x5434b73e extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x54425585 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x544aab61 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x54582463 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x545b323c mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x545fec86 percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x547a32e4 snd_soc_bytes_info +EXPORT_SYMBOL_GPL vmlinux 0x5481f674 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x548a8a85 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549d01c1 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x54a5c486 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x54bfd854 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x55074ce0 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x552fe4d2 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55525211 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5592a710 blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x559c3779 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0x55c2810b serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x55d5a724 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x55f04c21 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x55f14c4e samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x55ffaa65 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x5614dbcd usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x56202c70 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56318ea3 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5634a85f thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x563693c4 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x5662e78c blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56c334ce snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL vmlinux 0x56c8fd42 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x56d00bde posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x570471fc uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x5724d99c page_endio +EXPORT_SYMBOL_GPL vmlinux 0x573aa383 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x5758b35a tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x57615ca6 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x579f9843 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x57a5cf95 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x57bac72f sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x57db0a97 omap_install_iommu_arch +EXPORT_SYMBOL_GPL vmlinux 0x57def6fb usbnet_open +EXPORT_SYMBOL_GPL vmlinux 0x57e49f4f netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x580dd354 of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0x5835c015 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x58599130 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x5863af06 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5879c468 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58b77149 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x59058366 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5944153d __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x594a9c8b pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x594fdc66 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x596a3525 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x59736263 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x599e77a4 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x59ab6259 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x59b23e18 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x59d0a7a3 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59f38fae register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x5a076118 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x5a1f6cc6 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5a2ece35 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x5a49355c sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x5a62a8f7 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x5a67b8df device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x5a70cd3b key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x5a755465 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a811c55 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x5a8f213c cpdma_ctlr_eoi +EXPORT_SYMBOL_GPL vmlinux 0x5acf2a6d class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x5acf6567 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x5adeeb70 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x5ae68c83 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5af40f4b phy_create +EXPORT_SYMBOL_GPL vmlinux 0x5af579d7 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x5b20bdd5 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x5b447013 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5b82544b omap_dm_timer_set_int_disable +EXPORT_SYMBOL_GPL vmlinux 0x5b83ca60 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x5b84ea75 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x5bb75e94 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x5be24fb2 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x5be4b70b crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5c01212b scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x5c122eb6 omap_dm_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x5c1d0d38 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x5c226234 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x5c2fe4a5 cpdma_chan_stop +EXPORT_SYMBOL_GPL vmlinux 0x5c45ebe7 pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x5c5677e3 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x5c91f6c0 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL vmlinux 0x5ca709d0 mtd_panic_write +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cb42952 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x5ce557be debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x5ced8eb9 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d227395 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x5d2fb94c fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x5d51bcf7 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0x5d8d7d0c samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL vmlinux 0x5d9b89e3 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL vmlinux 0x5dd24204 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x5dd3a202 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x5e1df027 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x5e204d8a powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x5e4f278a i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e749a64 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5ec05e73 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5ec61255 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x5ec992d4 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x5ee0a26d hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f3ac4eb usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f4abe9f tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5f5f6de8 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5f85bb94 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x5fba19da regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x5fd01d2f fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x60038810 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL vmlinux 0x6028ca91 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x6032df78 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x607099bf skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x6075d0c7 omap_tll_init +EXPORT_SYMBOL_GPL vmlinux 0x608fc039 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x6125d4d4 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x612d96b1 sdhci_add_host +EXPORT_SYMBOL_GPL vmlinux 0x6134ab0f sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0x613dad29 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x617ee06d regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x617fef85 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x61818726 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x61886ef6 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x6189ee17 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x619a816b key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x61b73b70 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x61bbd670 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x61d434e2 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x61ff407a input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x62280330 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622e3ffe __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x627aa0ea fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x62b5b167 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x62b724ce regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x62e31fb5 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x63006ab2 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x632ed00a snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL vmlinux 0x63323b7d vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x637cb575 sdhci_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x63811776 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x639f197e find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x63d712e9 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x63de335b clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x63ed3b31 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x6408c0f9 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x64164922 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x641a478b usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x64204ca0 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6493959b tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x64cb91e7 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x64daf6b6 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x64e457e1 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x64f5ac10 usbnet_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6512c439 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x651da569 devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x65585529 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x655fcb8c icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x65755530 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x6590f9ba imx_pcm_fiq_exit +EXPORT_SYMBOL_GPL vmlinux 0x65b4a055 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x65b88571 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d7aa27 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x65dc2d18 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0x6604425a usbnet_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6605e986 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661f42fd blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x6649a8f4 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x665d27e4 device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x666b23e8 imx_pcm_fiq_init +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6691f63c __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x66a11050 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e166e4 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x66e60619 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x66fa0c2e musb_dma_completion +EXPORT_SYMBOL_GPL vmlinux 0x67019dbf crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x670cee5f ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x67128609 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x67217875 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x67530224 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x67643d26 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x6791a5b0 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67990ba0 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x679bdb42 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x67c2ee5a sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x67c5249d ping_err +EXPORT_SYMBOL_GPL vmlinux 0x67ce7584 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x67d63819 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x684a32fc sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x686edc95 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x688eefa9 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x689b3590 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x68a32a60 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x68b96319 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x68bcec80 device_reset +EXPORT_SYMBOL_GPL vmlinux 0x68d0644f pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x68e47b2c cpdma_ctlr_destroy +EXPORT_SYMBOL_GPL vmlinux 0x68f1b19c ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x69042638 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x690accfe regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x692137e6 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x6925e613 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0x694395da thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x694be42a usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL vmlinux 0x6965894c snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x696c1cf9 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69841dfa devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x69929201 device_move +EXPORT_SYMBOL_GPL vmlinux 0x69958160 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x69b0ec56 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x69ba97a7 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x6a07fdd6 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x6a16f7cb amba_apb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a36a33e amba_apb_device_add +EXPORT_SYMBOL_GPL vmlinux 0x6a3789e2 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x6a3fb08f sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x6a441db8 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a707e8b usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x6a86af07 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x6a89c58b usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x6a8f6689 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x6b2270a6 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b3be6da devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x6b5bbbb8 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b8ed5bd netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6bb62099 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x6bbedfe5 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x6bd695a3 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c2bc25f __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0x6c3e263c ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c725bf9 of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0x6c77689c usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x6c990251 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb77a9a regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x6cc78c5c set_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6cca3909 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cdd0d65 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x6cedb087 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0x6d00e338 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x6d1380e6 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d3d3656 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0x6d5140ef pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x6d64052f blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x6d69e95c fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x6d86e5a4 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x6da20c50 cpsw_phy_sel +EXPORT_SYMBOL_GPL vmlinux 0x6dd52be2 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x6dd75407 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x6dd7ee5f usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL vmlinux 0x6decce3f pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6df0033f sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x6dfe2f24 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6e01ce13 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e059bd3 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x6e130219 snd_soc_cache_write +EXPORT_SYMBOL_GPL vmlinux 0x6e1a4b0c put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x6e28a4cc do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x6e29f175 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x6e468e15 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x6e54b3d4 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x6e59bd36 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x6e74352a pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6ee88d04 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x6ef25ce4 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x6f1e273c devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f2b6397 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x6f315c0c task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x6f32d26c sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x6f520877 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x6fa6d15f sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL vmlinux 0x6fde852e usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffc5c2a of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x70100c85 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x702256e5 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x709454c1 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x70a87ec7 sdhci_send_command +EXPORT_SYMBOL_GPL vmlinux 0x70bb74f2 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x70ce4b81 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d85f89 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x70f23d59 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x71008581 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x716502d4 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x716a09f3 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x71719a67 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x7188fbef find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x719ad7de usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x71a2819a devm_snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x720f42ad snd_soc_get_strobe +EXPORT_SYMBOL_GPL vmlinux 0x72243da4 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x7250433f virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x725b0089 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7276a7ef ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7291019b __cci_control_port_by_index +EXPORT_SYMBOL_GPL vmlinux 0x72c9c4e4 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x72cb9b80 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x72d58a05 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x72dbc7af snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL vmlinux 0x72e5ef56 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x730bd0c7 asic3_write_register +EXPORT_SYMBOL_GPL vmlinux 0x731044ee class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x731a4bc5 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x731f1bd7 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x7323eb22 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7327ecff pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x7332ab33 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x7354fe75 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x73687527 usbnet_status_stop +EXPORT_SYMBOL_GPL vmlinux 0x7380e181 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x7386d327 mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73f0e5f5 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x7404b45d platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x7425d659 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x742def44 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x7430d227 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x74628570 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7469f9d2 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x746f4592 of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x74703a5e evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x748ad734 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x749fb3b5 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0x74ab4194 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x74af37d8 snd_soc_put_strobe +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74cfb702 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL vmlinux 0x74fb2dfe crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x752275cd regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x7522adf6 ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7522dd55 wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75433913 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x7544ae5e blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x755259c5 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x7568768e wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x75a5c86b irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x75aafe62 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x75b14c23 deregister_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0x75c74a39 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x75ca93bb component_master_add +EXPORT_SYMBOL_GPL vmlinux 0x75dcbca7 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x75e68aaf adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x75f31467 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0x75f4e4f1 __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x75fb1b57 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x75fd7dd7 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x761e0aca btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x764223ef sdhci_free_host +EXPORT_SYMBOL_GPL vmlinux 0x764928a2 cpdma_chan_create +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7688c5e5 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x76cc6b45 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76e828c8 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x76f69c61 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x7714248a snd_soc_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x771d963a bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x7720c696 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x773b9a9b tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x77604e96 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x77849f19 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x77a3c3f4 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x77c6e9a0 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x77ecd813 mtd_read_oob +EXPORT_SYMBOL_GPL vmlinux 0x7811af61 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x782fad42 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x78368c02 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x7840b42c hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x7866db0b usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x787cc726 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL vmlinux 0x787df751 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x7886213e blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x788af891 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x78a51f7f shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x78b54854 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x78c8cd93 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x78d3c058 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x78e1ec78 component_del +EXPORT_SYMBOL_GPL vmlinux 0x78e89ab2 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x79077f36 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79504014 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x798911c2 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x798b043c pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0x79a1613e sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x79bbc66d dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x79dac0d2 i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x79ebc401 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x79eefdd4 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x79fe3c3f usbnet_write_cmd +EXPORT_SYMBOL_GPL vmlinux 0x7a13009e spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a319404 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7a39d71c pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x7a3e628d of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x7a40d1cf list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x7a50fa8f rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7a73b1e5 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x7a834227 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7ad04308 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b46ebf9 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x7b4de651 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x7b5ced64 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x7b6a4da4 snd_soc_unregister_component +EXPORT_SYMBOL_GPL vmlinux 0x7b76dce7 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL vmlinux 0x7ba69508 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x7bc22559 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x7bd17a88 usbnet_stop +EXPORT_SYMBOL_GPL vmlinux 0x7c291697 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c3d0782 devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x7c58bafc clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7c66ad4f ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0x7c6a49ce unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x7c933e86 skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7c9e3b03 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7ca2544c crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x7ca3294f crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc44b7a dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7ccdc406 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x7cd53493 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ced76dc disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7cf13654 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7d2dbb01 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x7d2e383c bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d7a0804 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x7da3da2c pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7da829d8 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x7daaf12b pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db5b540 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x7dca7103 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7e08c5e7 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x7e0ea600 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x7e11f493 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x7e12628c bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x7e3c50ab sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x7e40f20e tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x7e41b0c7 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6aef94 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x7e9cd433 mtd_block_isbad +EXPORT_SYMBOL_GPL vmlinux 0x7ea2942d spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7eaed7c0 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x7eb01260 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x7eb3e428 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x7ed34dd5 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7ed48129 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x7ed68941 asic3_read_register +EXPORT_SYMBOL_GPL vmlinux 0x7ee2c755 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x7f084648 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7f2062e0 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f308a13 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x7f31ddea debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x7f34ff63 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x7f402faa regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x7f4c6def debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x7f563423 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x7f60e837 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x7f8648f0 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x7f87c2fd pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x7f929416 __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x7fab5350 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7fae8ec1 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7fb2b1a5 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x7fbb5711 probes_decode_arm_table +EXPORT_SYMBOL_GPL vmlinux 0x7fce4aeb unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x7fd07153 usbnet_get_settings +EXPORT_SYMBOL_GPL vmlinux 0x7fd23fde omap_dm_timer_disable +EXPORT_SYMBOL_GPL vmlinux 0x7fe4e99a __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x7fea3414 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x8010d2c6 percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x8019bdef thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8027845e mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x803ee257 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8055dd6a class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x808984c6 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x8089c488 regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x808f1e25 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x80a65392 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x80c17225 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x80cffd7f unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80ee6243 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x80f68110 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x81047b19 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x81116ee6 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8140eed6 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x8140ff5b bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x8164836a omap_dm_timer_free +EXPORT_SYMBOL_GPL vmlinux 0x817a6025 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x817b8898 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x81853c99 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x81b524af __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x81c1540e spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x81e59173 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x82124f9b cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x8253efb7 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x8271978e snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0x828b57e5 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82a0acd3 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x82a525a6 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x82cfda87 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82e33beb crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x82ec8ae1 napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x82ffd859 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x8300b3e0 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x832dc758 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x83369638 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x833f04d7 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x8344171e regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x836dd9c9 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x83769a99 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x837b2920 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x83898ef7 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x8396a3ed snd_soc_component_write +EXPORT_SYMBOL_GPL vmlinux 0x839ccd76 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x83a11f39 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x83b3aa57 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x83b47d87 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x83b4c548 omap_iommu_save_ctx +EXPORT_SYMBOL_GPL vmlinux 0x83b9906c relay_close +EXPORT_SYMBOL_GPL vmlinux 0x83c058de dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x83cf92c5 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x84335891 usbnet_read_cmd +EXPORT_SYMBOL_GPL vmlinux 0x843a5e88 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x8449691d snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0x844f7da0 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x84532439 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x845389e2 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x845adaf4 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x84d32f74 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x851ef344 of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x852c252b thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x85356215 iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x85487190 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x854c5ecd debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x8566e158 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x85877c45 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x85b4ba4f component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x85b78067 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x85b7ced2 md_run +EXPORT_SYMBOL_GPL vmlinux 0x85be650f devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85c9d27a pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x85da1515 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x85fd0c9a crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x8620309d usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x862b9816 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x86764e05 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868a07a2 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x868af59f pm_genpd_dev_need_restore +EXPORT_SYMBOL_GPL vmlinux 0x86cea336 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x86e85892 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x86ffbf0b hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x870afdb1 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x873f6161 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87434232 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x874364d1 usbnet_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0x874742d7 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x874eb249 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x87509a9b ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x87574915 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x876bf065 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x8784f442 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x87a118cc irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x87b15d1a irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x87bb4e8f nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x87bc7724 mtd_erase +EXPORT_SYMBOL_GPL vmlinux 0x87cf377b pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x87d198aa fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x87e06e93 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x87f7f7c4 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x87fd7c88 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x88047c91 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x88157c85 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x88197bc4 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x883933b9 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x885a64bf mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x886eb94f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x88718968 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x88979e0c regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88c0bb68 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x88d7b3c3 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x890d5d7e snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL vmlinux 0x89218d75 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892665d4 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x896843df nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x897a6a43 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x899e8ac0 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c915e3 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x89d461e4 mtd_add_partition +EXPORT_SYMBOL_GPL vmlinux 0x89e78402 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x8a0743f5 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8a0f9d54 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x8a19e485 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x8a35f85e regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x8a598ed9 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x8a6c0745 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x8a8874d2 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8aaa6339 __get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x8ab0e96f usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x8ab6aa2e hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac16e91 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x8ad0d83a wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x8aea5869 device_add +EXPORT_SYMBOL_GPL vmlinux 0x8afa30ae usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x8afa355a __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x8b2a81cd ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8b402e37 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x8b44c2a9 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x8b775d3a __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x8ba4fc06 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x8bb9d2d5 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x8bc0033b srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x8bde58c6 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x8bed4cf2 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x8bf40179 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c237094 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c6b9f3f of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x8c93243d ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x8cd5f895 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x8cdf5c84 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x8d1ce571 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x8d1d442e snd_soc_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2dd6a5 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x8d3ccd2b rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x8d3eb5d9 of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x8d6b604e __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8d71199d cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x8da17b42 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x8daf41bf snd_soc_unregister_platform +EXPORT_SYMBOL_GPL vmlinux 0x8df74a9e adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8dfe7052 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x8e0bcc53 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x8e0f3085 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x8e2b25c2 videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x8e499fcc irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x8e542aa3 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x8e6b412b snd_soc_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x8e7894bd __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8e835088 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x8e897df0 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8e9d963d pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x8ebaa28a wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x8ec24b90 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8ed34b5b pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8ef7976e usbnet_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x8effebd3 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8f013a68 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x8f0327e4 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f350b12 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x8f3f7e92 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x8f444cbc snd_soc_resume +EXPORT_SYMBOL_GPL vmlinux 0x8f4fb2b5 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x8f57ee7f blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x8f57f593 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8fc8c09d platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x8fd5d79e platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x8fdc79c2 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x8fdd4c79 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x8fe5ea63 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x8fff4042 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x902b5ebc sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x903e53ee crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x9089bbf7 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x9094bc01 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90e66d47 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x9123b250 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x91578acb sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91db7918 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x91f78eb4 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x91ff6228 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x926117ea crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x92669370 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x9282df42 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x92a2d291 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x933375a3 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x9340e2fa crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x936fa090 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x937b50a5 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9401f9e2 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x9407eabf ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x943f67e4 omap_dm_timer_write_status +EXPORT_SYMBOL_GPL vmlinux 0x94450205 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL vmlinux 0x946f3714 mtd_del_partition +EXPORT_SYMBOL_GPL vmlinux 0x9475c57b snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL vmlinux 0x9482b0c2 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x949334db cpdma_ctlr_start +EXPORT_SYMBOL_GPL vmlinux 0x9495809c ahci_shost_attrs +EXPORT_SYMBOL_GPL vmlinux 0x9499912a sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94ba9ada __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x94bca750 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x94cfb8ad zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x94d15f2d usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x94e1823c hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x94e6c438 omap_dm_timer_request +EXPORT_SYMBOL_GPL vmlinux 0x94f46fa8 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9526095f phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x953a1de2 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9543e2e2 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x9548d046 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x955530f2 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x95635cbb crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x95765a1c show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x9586a6ed cpdma_chan_get_stats +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x958e841c usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x9598ce16 of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x95a58961 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c578a0 ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x95ca37e5 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x95d84310 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x95f730c7 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x9605acce dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x96162009 mtd_writev +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9634bb6c clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x963caa95 clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9648fa98 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x964f24e4 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x96546f04 omapdss_of_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x967e05ea usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x967e9a5f bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x968b1f87 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x96f767dc extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x970a0368 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x97704c40 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x978d01f7 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x97a3ec56 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x97abda25 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x97b5ebc3 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x97d19401 snd_ctl_activate_id +EXPORT_SYMBOL_GPL vmlinux 0x97d5115c device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e72bf5 amba_ahb_device_add +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985ea7fb default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x9874e396 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987d3ef3 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x98c9f584 klist_init +EXPORT_SYMBOL_GPL vmlinux 0x98ccc271 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x98e214e4 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x98e52917 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x990c80cf ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x990f4813 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x9910cbe6 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x996d78b9 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x9991e91f unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x99988cc4 tegra_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0x99b48cf5 extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0x99b663e7 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x99c22344 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x99d4b1af of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0x99db3d95 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x99ec02fe crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a2fc1ea is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x9a441250 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x9a45507e subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x9a4ce6d7 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x9a7bec48 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x9a888f7d snd_soc_info_volsw +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a8af7b4 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x9aa02474 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x9ab427a2 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ae5ff91 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af51e61 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x9b02471e posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x9b0960a2 usbnet_skb_return +EXPORT_SYMBOL_GPL vmlinux 0x9b15e72e nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x9b2cbdbb xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x9b30f199 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x9b39f1bc i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x9b482b47 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x9b59bcff clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x9b8fe489 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x9b96a42e sm501_misc_control +EXPORT_SYMBOL_GPL vmlinux 0x9b9c95db virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9bc50294 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x9becac24 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c1b90f2 omapdss_of_find_source_for_first_ep +EXPORT_SYMBOL_GPL vmlinux 0x9c1c8780 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x9c3e5b59 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9cafe176 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9cb2374c __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cdc9867 cpdma_ctlr_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cddcb58 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL vmlinux 0x9d0c15a4 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d329a70 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL vmlinux 0x9d7c651e thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9d83b118 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x9dab2eb3 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9dce8408 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9ddaaa20 of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0x9de4bac2 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x9df325e4 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x9df8e11d blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e2768c4 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x9e27921d usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x9e37a744 of_css +EXPORT_SYMBOL_GPL vmlinux 0x9e45dedf fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e5548c4 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x9e8505f4 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x9e8e7c61 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x9e8fd73b net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x9e979980 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9ea29835 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x9ea556f8 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9ec1bcd7 find_module +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9f38f810 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9f4139d0 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x9fa5b4be usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x9fb2e2d3 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ffe54b8 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xa0085d53 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xa00bdccc sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0xa0142096 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xa02452a3 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xa0307bc8 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xa033df40 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xa0427a02 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xa06a14ed ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0xa086eb4f snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0xa08ab739 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xa09216f9 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xa098872e spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xa0a41d7f led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xa0a61a8e snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL vmlinux 0xa0b21bf4 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0xa0cdb47a fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa0dab69f perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xa0f0c297 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xa100961b sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xa1070776 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xa111c8a7 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa13614f8 sdhci_set_bus_width +EXPORT_SYMBOL_GPL vmlinux 0xa14dc851 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xa16d7d24 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0xa171a970 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa1ac2682 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xa1bd3952 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xa1ced6f6 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xa1d0bd0d pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xa1fe89ee sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xa2104408 ref_module +EXPORT_SYMBOL_GPL vmlinux 0xa248128b usbnet_resume_rx +EXPORT_SYMBOL_GPL vmlinux 0xa257e65a mount_mtd +EXPORT_SYMBOL_GPL vmlinux 0xa2597fef dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xa265a72d devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa26ce134 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa27934b3 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL vmlinux 0xa2a3ec5e dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xa2ae6554 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xa2b9c993 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2f3935e cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xa2f44abb irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xa31bf87e ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0xa32fd29e pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xa339ffb2 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xa346060a ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xa37aa16f fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa37f3843 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa38cfc7e extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0xa3908e6d snd_soc_component_read +EXPORT_SYMBOL_GPL vmlinux 0xa39f27fe crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a9c569 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xa3b85f93 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3fc46f4 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xa403aaf6 usbnet_status_start +EXPORT_SYMBOL_GPL vmlinux 0xa421ec14 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xa44a6862 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0xa478d191 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4895819 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0xa49422a1 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xa495aa9d debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xa4a33b81 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL vmlinux 0xa4cb7a75 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xa4eafcf1 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0xa50399f0 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xa508c846 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa52fea21 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xa53d6127 of_display_timings_exist +EXPORT_SYMBOL_GPL vmlinux 0xa541252a cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xa5449d2d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa5530e62 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xa570f656 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xa571e4e0 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa583c7fa regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa58534f6 mmput +EXPORT_SYMBOL_GPL vmlinux 0xa598305b mtd_read +EXPORT_SYMBOL_GPL vmlinux 0xa59d37eb ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xa5b4cb67 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xa5c83eb6 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xa5d587c3 irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5e83859 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xa5ee7c36 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f8854a usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xa5fb1a36 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xa60c8222 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa635a5d3 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xa64a7855 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa6599934 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xa68b6d3f usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL vmlinux 0xa68db8b4 pin_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b20d8e pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6c700b5 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0xa6c952cc ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xa6d61d0b devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa6d965b0 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e3ce0a ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xa709c9d5 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa74dd343 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa74e4fe2 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa75a6c0c spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xa75b6189 clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa76b2605 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xa76ff149 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xa7ae2e61 omap_pcm_platform_register +EXPORT_SYMBOL_GPL vmlinux 0xa7ba9069 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0xa7fdc51d syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa7fdcf6d fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xa8021ba1 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xa80ff2a2 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0xa84dec78 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85d656e adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xa89daa56 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xa8a32176 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xa8ad4485 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xa8bc717e percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0xa8c1c116 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xa8e55e99 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xa8e98132 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0xa8f6acde arm_iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xa9351323 snd_soc_bytes_put +EXPORT_SYMBOL_GPL vmlinux 0xa970ecbb pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xa971a9c2 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xa97ea732 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa998fbf1 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa999d203 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xa99d959d devres_find +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9b9e08c regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xa9c00c9b subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xa9d14495 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xa9d667f9 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9e8fe54 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xaa10879e sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xaa1b3c01 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa44acff omap_tll_disable +EXPORT_SYMBOL_GPL vmlinux 0xaa47632b do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xaa509fd2 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xaa72d4ed rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xaa7e136a regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xaa8927c0 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xaaa2b999 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab45034 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xaab5617b irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xaabdcbc4 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0xaabf0a1b register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xaac29ce5 snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0xaad802ce crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xaae40c7e snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL vmlinux 0xaaeaf187 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xaaee034b devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xaaf1d148 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xaafcb5ea crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0xab24d8de sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab61223f blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab7acc68 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xab88d047 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL vmlinux 0xab941eb1 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xab945a16 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xaba7c0c0 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xabd734bf pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL vmlinux 0xabf7e317 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xabf96431 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xac19d73e ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xac25bf59 rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0xac45ee5a pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xac49876d tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xac4de37a usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xac71fddf sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xaca38dc3 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xacaaaa30 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xacb0ced5 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xacb558ce usbnet_defer_kevent +EXPORT_SYMBOL_GPL vmlinux 0xacbb6dfc of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xacbbecdc usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xacbf6d73 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xacd8b863 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xad1bee58 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xad23a8e9 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xad2f34b3 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0xad3a0ac5 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xad5a3a42 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xad5fac3f con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xad6759d6 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xad702adf posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0xad72f688 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xad76e1d9 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xad840828 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xadaab5ec get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xadb0b159 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadcb646e irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xadd61f37 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xade71422 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xadf52d62 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae3217a8 xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0xae577bed snd_soc_bytes_get +EXPORT_SYMBOL_GPL vmlinux 0xae68d514 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae75a77f inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae866ba3 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xae8aa931 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xae9f9d59 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xaeb6cdaf pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xaeb96cfe regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xaeecb74c usbnet_set_msglevel +EXPORT_SYMBOL_GPL vmlinux 0xaef29622 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL vmlinux 0xaf04c1cc omap_dm_timer_request_by_node +EXPORT_SYMBOL_GPL vmlinux 0xaf25260c snd_compress_deregister +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf40e239 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xaf65deb3 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL vmlinux 0xaf6eee11 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xaf897a9e pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xafca5edf input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xafd48352 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xaff79597 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xb00233c8 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xb01c2e8b __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0xb022a1f6 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xb0388abb regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xb039b30c of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0xb049f5e8 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb050f329 init_rs +EXPORT_SYMBOL_GPL vmlinux 0xb0747e3a iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xb0762dab sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb091d990 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0cf4d5c pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0e80105 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xb0ec53b3 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xb0ffa4cb ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xb11ee9dc omap_dm_timer_set_source +EXPORT_SYMBOL_GPL vmlinux 0xb125ceb2 cpdma_control_set +EXPORT_SYMBOL_GPL vmlinux 0xb13d7d20 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb19edb0a md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xb1aa1417 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1d47b10 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e375b6 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xb2149d65 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xb21db16e snd_soc_cnew +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb233d3de ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xb24648b0 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xb24de926 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xb259cc3b smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xb27775da rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0xb27fa92a driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb2b31ac3 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0xb2c1f8d3 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xb2c485a4 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0xb2e37e10 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xb2e5e6ff fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2f74aa0 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0xb2f8a8ed usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xb30ae083 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xb326acda ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xb3937489 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0xb3bb2b79 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0xb3c3e380 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xb3f6c41c usbnet_set_settings +EXPORT_SYMBOL_GPL vmlinux 0xb41ef33b ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0xb44346e0 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xb483b13c snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4cf0322 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb4dbcad9 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xb4e0a80f mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0xb4e5fc05 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4f33fbe sdhci_reset +EXPORT_SYMBOL_GPL vmlinux 0xb50e7a6b snd_soc_remove_platform +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb52bc870 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb539c514 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0xb543b6eb pwm_config +EXPORT_SYMBOL_GPL vmlinux 0xb54c6826 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xb567315f ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xb56bc85b usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xb57568c7 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb5816ee2 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb592340a samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL vmlinux 0xb596a046 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xb5a0a833 omap_mcbsp_st_add_controls +EXPORT_SYMBOL_GPL vmlinux 0xb5a0c62a ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5adb8ba snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL vmlinux 0xb5b9f914 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xb5c3ce8a napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5dc49b1 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5ec1e81 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb5ed1ac2 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xb5efd4f9 thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5faab80 usb_add_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0xb5fb1f4c ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xb607f925 snd_kctl_jack_new +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62b536c da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xb6333aaa arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6350ec9 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xb64347d0 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xb6580897 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0xb65990bc sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xb659d363 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xb6701eb6 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6eab2fe device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xb712cd44 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb712d64c rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xb71c4c1b ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb7223241 user_match +EXPORT_SYMBOL_GPL vmlinux 0xb73428cc blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xb74758ed ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb7563839 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xb763d441 usbnet_resume +EXPORT_SYMBOL_GPL vmlinux 0xb771e6b7 bL_switch_request_cb +EXPORT_SYMBOL_GPL vmlinux 0xb77cb0a8 cpdma_chan_submit +EXPORT_SYMBOL_GPL vmlinux 0xb79cb334 device_del +EXPORT_SYMBOL_GPL vmlinux 0xb79d27c5 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xb79e5c6f pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xb7a9b9a2 devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0xb7aeac21 dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0xb7c1760d tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xb7e10291 snd_soc_cache_read +EXPORT_SYMBOL_GPL vmlinux 0xb7e2efe3 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL vmlinux 0xb7ede15b snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL vmlinux 0xb7f547ae mtd_erase_callback +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb7fc6aaf devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xb8223ca4 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xb82566eb omap_tll_enable +EXPORT_SYMBOL_GPL vmlinux 0xb8346aeb percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb84458ee usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xb857622a led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xb85e4d1b dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb86035ae ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xb895de21 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xb8affa0f rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xb8c4d3b7 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xb8e3514a snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL vmlinux 0xb8f8b3be pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xb9148df1 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb92e8ba7 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xb93979fc sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xb9521c4c bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb95e3e85 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb97ae681 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xb97cf59d __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0xb99a86f2 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xb9a76e02 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9e87b94 bL_switcher_trace_trigger +EXPORT_SYMBOL_GPL vmlinux 0xba20de2e platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba68a6ca regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xba7bbdb8 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xba7c8a07 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xba849d56 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xba92236c fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xba9d4876 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL vmlinux 0xbac30419 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xbac9105d ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xbae9f3de wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xbaec17f3 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xbaf83ad8 single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb11cfba klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xbb390cbd usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xbb41684b ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0xbb4855df snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL vmlinux 0xbb6b35f8 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xbb7da1a7 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xbbae555e kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xbbc28f42 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xbbd5f466 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbddd190 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0xbc09394e of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xbc1d15b1 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xbc217391 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0xbc314853 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xbc8c274e sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL vmlinux 0xbcab489d uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcbaa80a __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcf89ab6 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xbd1a8a52 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xbd1c978e pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xbd349e28 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xbd455f01 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL vmlinux 0xbd4c7d8b pci_ioremap_io +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd8121d2 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xbd82e38a cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xbdcd3c34 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xbdd10638 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbddc4ba2 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xbdf04672 snd_soc_register_codec +EXPORT_SYMBOL_GPL vmlinux 0xbdf512de free_bch +EXPORT_SYMBOL_GPL vmlinux 0xbe034424 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xbe06f5b5 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe29a671 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xbe3c2259 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xbe64bddc usb_gadget_map_request +EXPORT_SYMBOL_GPL vmlinux 0xbe708a78 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL vmlinux 0xbe7d7ed8 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeaacabd pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xbecc2c7b pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xbed36b3c xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xbed56012 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf066ce9 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xbf091bf2 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xbf0e847b need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0xbf1eb605 clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xbf2e4255 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xbf327cd9 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xbf4d8a92 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xbf80fd36 __mtd_next_device +EXPORT_SYMBOL_GPL vmlinux 0xbf8341e5 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xbfa0dcb4 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xbfa5af35 user_update +EXPORT_SYMBOL_GPL vmlinux 0xbfa66fc1 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbcddf8 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbfef9c45 omap_dm_timer_set_prescaler +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc01b653b debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc01f56d9 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xc029f7c1 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xc03a654b memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0xc03b5426 of_fixed_factor_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xc03c092a xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xc03f3ecd balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc0509f5f fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xc0634ba0 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xc066d53e debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xc081c246 bL_switcher_put_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc088979f regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xc08930b4 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0xc0a43aef inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0c5cf2f snd_soc_platform_write +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d1e089 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0e2dbb1 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc0ff1813 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc11e1aba pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xc12841fe part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc18a5fc6 get_device +EXPORT_SYMBOL_GPL vmlinux 0xc1ba78ab trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xc1d30a2c iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0xc1ee720f __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xc204e4c8 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0xc213df8f pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc21ce9da crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2469155 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xc268bf14 cpdma_ctlr_create +EXPORT_SYMBOL_GPL vmlinux 0xc27992d7 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xc27c4542 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xc27f14a0 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2fdfd07 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xc307bfcc clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xc30b3a36 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0xc321c7b2 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc385cb58 perf_num_counters +EXPORT_SYMBOL_GPL vmlinux 0xc391e1aa bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0xc391f9a6 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc3b93bba klist_next +EXPORT_SYMBOL_GPL vmlinux 0xc3bf7add add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0xc3c6598d fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3f105bc page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc41e0178 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc431c5ca tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xc4395ebf rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0xc43973eb samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46e2b70 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc475654c kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0xc47b9002 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc488ac20 ahci_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc49c5cf9 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xc4b836c1 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xc4e9e2b2 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xc4f5d670 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xc513d24a mtd_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc53ea9b6 nand_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xc5418460 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xc5661285 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xc57347be omapdss_of_get_first_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc585ffa2 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xc5aa61bd __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xc5b152bc samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL vmlinux 0xc5d37180 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc5d5513e cpdma_chan_process +EXPORT_SYMBOL_GPL vmlinux 0xc5dbbf48 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xc5ea4868 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xc5f71254 snd_soc_read +EXPORT_SYMBOL_GPL vmlinux 0xc60be0a2 md_stop +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc61fd74e pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc6462606 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xc649229a clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xc6524c56 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0xc658caa8 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6720cc7 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xc685c037 cpdma_check_free_tx_desc +EXPORT_SYMBOL_GPL vmlinux 0xc68aa090 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xc68f0563 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6de2b76 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc6eb85e0 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xc6fb653f ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc74eea85 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7bca645 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7cffa67 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7d77b82 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xc7dd76c3 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xc7e2e707 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc81144b5 pm_genpd_syscore_switch +EXPORT_SYMBOL_GPL vmlinux 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL vmlinux 0xc83b0d22 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xc863bba4 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xc87997bd iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc897ad71 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xc89ab759 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xc8a9c291 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8af72bf ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8e20cfa aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc8f86ebb ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xc8fbb88e pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc929468b pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xc9350472 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xc937d437 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc9393f0c sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xc945fd2a sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95a6d4b sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc9a945a2 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xc9d870a9 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f5d233 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xca1207da sm501_modify_reg +EXPORT_SYMBOL_GPL vmlinux 0xca168875 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xca2853b7 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xca340721 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xca3ca439 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xca602889 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xca72b5d4 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xca795b11 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL vmlinux 0xca79ecab sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca890471 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xcaaa62fe __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcae90d60 usbnet_tx_timeout +EXPORT_SYMBOL_GPL vmlinux 0xcae93365 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xcaef82df blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xcaf7a012 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xcb0d5f76 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xcb10cffd anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb323f32 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb494824 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcb5a5ffa blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0xcb6891ba regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xcb702457 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xcb800ec2 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xcb98efdb __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xcb9b55c5 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xcbd9846e snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcbf7e47d omap_iopgtable_store_entry +EXPORT_SYMBOL_GPL vmlinux 0xcbf8272c sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xcc1e080d led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc394441 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL vmlinux 0xcc4b19e4 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xcc57cf2e wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0xcc74ba45 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcc97d838 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xcc97df02 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xccb57955 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xccbfe1a2 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xccce72cd pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xcce3134a add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xccf45262 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xccfc8bf2 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xcd20a7c6 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xcd21e210 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xcd3ce1fa snd_soc_dapm_free +EXPORT_SYMBOL_GPL vmlinux 0xcd4940a3 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcd586854 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xcd7171cd blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd99c8f4 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0xcd9de1c8 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xcda45b6e edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0xcdb5da11 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd28ba5 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce1602d3 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0xce1927f3 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xce1c699b snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL vmlinux 0xce222653 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce545fc9 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xce60a2c3 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6c7435 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce757508 usb_gadget_set_state +EXPORT_SYMBOL_GPL vmlinux 0xce77c855 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xce8b2134 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0xceb3be69 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xced331ab ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf6792df devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xcf71d9d5 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xcf9c0d09 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfece3c3 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd005038a device_rename +EXPORT_SYMBOL_GPL vmlinux 0xd0059d99 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd03f2b73 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xd046bbf1 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xd052f366 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd06258b8 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0884a23 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xd0a41df2 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0e1a150 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xd0ed3adb regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd0f4497b __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xd14a72f7 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd1822f0b cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd19167ed regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xd1a66a6b vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0xd1acd211 omap_dm_timer_get_fclk +EXPORT_SYMBOL_GPL vmlinux 0xd1c4c388 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL vmlinux 0xd1c509d1 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xd1d78048 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0xd1de696f get_mtd_device_nm +EXPORT_SYMBOL_GPL vmlinux 0xd1f0a011 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xd1f2238f pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xd1ff8f75 use_mm +EXPORT_SYMBOL_GPL vmlinux 0xd1ffd286 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xd20a7711 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd26983b3 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd28178b8 unregister_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0xd297dec9 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL vmlinux 0xd29efb63 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2c8692a blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd2d55347 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xd2e3beaa sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xd308350a bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0xd33293ca xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xd33305ca platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd3413e4c phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xd38e8026 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xd3911096 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL vmlinux 0xd3c432ec ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xd3ce9693 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xd3d6947c pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4158edd ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xd41633e4 sm501_unit_power +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd4308cc8 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd435f4e6 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xd43cbac1 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44c2f38 cci_disable_port_by_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd45eb980 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd4754d40 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xd4859ab2 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4e0f619 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xd4e37ad2 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd534ff1c xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xd53da4e3 omap_dm_timers_active +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd59576c4 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xd5975fa8 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xd59d9ec9 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0xd5a8e733 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd603b8f4 usb_del_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0xd625d4ce udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd68debd5 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL vmlinux 0xd6ceccab snd_kctl_jack_report +EXPORT_SYMBOL_GPL vmlinux 0xd6e66b9f wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd6f51d2f ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd717d149 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xd732bc9c ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xd759ec12 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd788742d perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0xd7a234c6 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xd7be5aae blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xd7d0d259 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7f7ca17 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd81ffcd3 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8255010 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xd83fbab3 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd85fd86f blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xd86c5606 put_device +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87b67e8 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8840d93 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xd8841878 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xd890b265 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xd892b372 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL vmlinux 0xd8a44a0d dapm_mark_io_dirty +EXPORT_SYMBOL_GPL vmlinux 0xd8cfd825 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xd8d3caf6 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xd90294d7 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0xd91209f8 pm_genpd_add_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xd91646c7 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xd9176f9c subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd944faac dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xd94aa457 display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0xd94cb82d driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xd9577c66 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd987f9cd genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0xd9a9a992 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd9dd730e mtd_table_mutex +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xd9f33ee2 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xda186995 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xda2dc493 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda63f01f serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0xda96bd74 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xdaa2b9ae eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xdaad28eb gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xdab15a06 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xdade4c19 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xdae715e0 videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb059810 system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0xdb288929 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xdb2f3874 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb69f72a spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb98536b modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xdbb5f07a omap_iommu_restore_ctx +EXPORT_SYMBOL_GPL vmlinux 0xdbd41f71 device_create +EXPORT_SYMBOL_GPL vmlinux 0xdbdac265 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xdbe50c2a crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdbf70a16 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc1ae253 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xdc4305ad sdhci_pltfm_free +EXPORT_SYMBOL_GPL vmlinux 0xdc461430 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xdc57315d usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xdc5ad0c9 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xdc5e5cb9 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xdc7b62ac sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc88366a elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdc8f7b3c crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xdc957fb2 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9d191d ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcba0824 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xdcd3a3df pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xdd0f8330 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd1cc879 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd392c65 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xdd562c79 swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0xdd63a2fe led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xdd6b7fd1 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xdd75ad88 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL vmlinux 0xdd7fe6a9 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd89b4c2 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc934bc pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xddd1aa6a ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xde008d9c extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xde0b3102 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xde2a200b devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xde2c5a6e alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0xde3876f7 __put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xde50a2f8 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xde572f6e __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xde600efb mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xde64f0f3 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xde6b9644 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xde6fcfe5 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0xde7afb32 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0xde81f8f5 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xde910a7b sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xdecabcc8 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xdece6ee8 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xdeceb137 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xded08270 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xdeeda902 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf2451d2 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xdf26a929 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdf40cc14 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL vmlinux 0xdf66687e __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xdf677228 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdf72e8ff blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0xdf91cf13 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xdf9d8a64 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0xdfb7f3a5 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0xdfbeefd3 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xdfd1bc2b sdhci_pltfm_register +EXPORT_SYMBOL_GPL vmlinux 0xdfdf7389 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe050d235 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xe059d6b1 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xe06e4157 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe0759e5a sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xe07ca631 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xe0b5548c usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xe0d6bb63 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe0d8ad5b ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe0ed9e17 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xe0f999cd snd_soc_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xe11b0bc4 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xe1232098 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0xe132db1c netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xe14387c4 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xe157ccca ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0xe16591ab stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe18f60cc ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xe193f9eb omap_dm_timer_stop +EXPORT_SYMBOL_GPL vmlinux 0xe198a5f1 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xe1c3b778 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xe1ec1601 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xe1f9c2e4 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xe1f9f4ff devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xe20a0dfb usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xe2163083 tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xe2196211 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xe234acbe snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0xe237b220 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe26825df list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xe280f47e tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xe2a1273e class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xe2b16c03 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe3146dba crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xe315d2a7 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xe3161be9 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0xe31ba9cb apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xe3225be6 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0xe3411dd0 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xe374bdcb devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe379723d regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe386ddae regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xe3972ecc __pm_genpd_remove_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xe39dd490 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xe3a54036 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xe3a760a0 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xe3a8244f snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL vmlinux 0xe3afb98a dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xe3b25f6a debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7699 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xe3f0ffa3 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xe412c2c1 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xe42e1f70 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe43f3d4c crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xe452db30 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xe463980c alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xe46801ef flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xe47edb03 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xe492150f scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe498060a pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xe498811a clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0xe49adaa5 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xe4a5f5df crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xe4ba5aee platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe4c22565 cpdma_chan_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4d0eb66 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xe4f22c09 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xe4fbf1bf usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL vmlinux 0xe519f781 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xe536d1e3 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xe539da42 i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0xe5440074 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xe547fe27 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5a569c3 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xe5b06b36 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xe5cc8d68 i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0xe5cfe8af kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xe5d556a3 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xe5f5b74a pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xe6177c77 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xe63f2f10 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xe642e1c5 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe66ec5ed usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xe67c62a0 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6ca9867 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xe6cdbfbb skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xe6e0b81e tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xe6e130f8 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6ea0125 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xe6ebd914 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL vmlinux 0xe6f35071 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe70536d9 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xe71285e1 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xe764488a alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe7b01442 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe83afce5 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xe8471530 snd_compress_register +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 0xe879c0ef arm_iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xe8854da4 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xe8891e1e usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xe8964ad5 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xe8b18638 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xe8d6928d sdhci_pltfm_init +EXPORT_SYMBOL_GPL vmlinux 0xe8f64171 snd_soc_add_platform +EXPORT_SYMBOL_GPL vmlinux 0xe93a8a6d vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94151d2 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe98832ac usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xe98a93fe rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe997a768 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xe99c2751 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xe9a17723 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0xe9a36332 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xe9a3be5e wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe9b77ef2 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9dbead0 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xea015260 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xea116d86 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1bb291 bL_switcher_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xea26e9d2 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xea2b14cb invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xea401b3a ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea43355b gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xea49bde8 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea5a0f93 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xea7d0d3b of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xea99b88a md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xea9d103d regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xeaa328b4 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xeaefcfd7 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0xeb18cdf6 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb3ef01d arm_pm_restart +EXPORT_SYMBOL_GPL vmlinux 0xeb60d844 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xeb671f9c omap_dm_timer_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xeb692041 usbnet_pause_rx +EXPORT_SYMBOL_GPL vmlinux 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL vmlinux 0xeb8a84ab trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xeb94d663 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xebb0dd9e i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xebc8b252 phy_put +EXPORT_SYMBOL_GPL vmlinux 0xebcb57e8 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xebd3938d udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xebd6d520 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0xebe543ca crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xebebff53 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xebf9b130 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec68cf85 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xec851d00 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xec8d1890 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xecbd1377 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xecf6eacd sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xecf955d7 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0xecfd8761 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xecffbc59 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xed06b916 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xed07b1c3 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xed1baf31 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xed36f8cd snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0xed4c66db platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xed50f0b9 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xed5ae51d ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xed5e1502 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xed776d8b dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xed79ab6f ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xed91466b snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL vmlinux 0xedb0265a usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xede4ea34 dapm_regulator_event +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee07826c regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xee14b0d4 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xee1f2277 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xee42a537 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0xee4f3181 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee75166e kill_mtd_super +EXPORT_SYMBOL_GPL vmlinux 0xee77720d set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xee8405d7 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xee8d7539 cpdma_chan_start +EXPORT_SYMBOL_GPL vmlinux 0xeea81896 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xef02e95c driver_register +EXPORT_SYMBOL_GPL vmlinux 0xef28dc63 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef4aa4d9 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xef51dda4 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xef66075c usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef787ab7 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xef7a5458 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xef7e91a2 snd_soc_unregister_card +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xef955038 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefab3225 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xefafa12a pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0xefd1256a regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xefdd5f63 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xefe860f9 udc_attach_driver +EXPORT_SYMBOL_GPL vmlinux 0xeffb1ecd pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0xf00d2362 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xf00d58f7 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf00eb03a sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0xf0470c38 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xf047ee81 ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf050642f vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0xf0603654 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xf0a661a1 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xf0b1d93d omap_dm_timer_request_by_cap +EXPORT_SYMBOL_GPL vmlinux 0xf0d83551 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf0d98b2c dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf0f71648 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xf10f9919 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xf1233886 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xf12caf22 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0xf131b6b8 iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1a3821a debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1bd9a42 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xf1bf278b cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xf1d8cbe8 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xf1e2fe2f pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xf1f55d90 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xf1fd73f2 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xf2136957 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xf215ecc0 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf23056a6 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xf24270e9 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xf24bfe2f ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xf24deea0 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf260b5de ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xf262a0d8 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xf262edd5 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xf2703e71 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf28a4c43 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xf2a7f6d4 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf2c0794d ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf2de220a thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf2e85508 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xf2e8a947 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2f5c2ba bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0xf2fc7f6e __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf3014d5b pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xf304aee3 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0xf3094c03 bgpio_remove +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf3411750 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xf35fc3b7 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0xf37720c5 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf386fd5c fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xf38976d2 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xf38eaab4 usb_gen_phy_init +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3bbd2df kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xf3cc1974 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf3d6272d ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0xf3e51864 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf4054eed evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xf407753c __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xf40cc5bb kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xf4128b72 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL vmlinux 0xf41cb963 nand_release +EXPORT_SYMBOL_GPL vmlinux 0xf4482e31 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xf44be445 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf4567c39 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf467ec23 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xf468d5f5 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4a381c7 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0xf4b1c01d phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf4ce1e80 sdhci_get_of_property +EXPORT_SYMBOL_GPL vmlinux 0xf4d5ba17 of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0xf4d77bb9 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xf4f3737e ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf52ce676 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0xf532376d blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xf534494d snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0xf5485025 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf599c8cd ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bca0cc regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf5cd3a30 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xf5e97164 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf606ae18 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf65cb941 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xf65e7b68 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL vmlinux 0xf677c083 mtd_device_parse_register +EXPORT_SYMBOL_GPL vmlinux 0xf69beba3 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0xf6bb1161 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f4b873 mtd_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf711ab16 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xf7145273 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xf715bc17 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xf74235ba devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xf75186ef snd_soc_platform_read +EXPORT_SYMBOL_GPL vmlinux 0xf76b0a59 read_current_timer +EXPORT_SYMBOL_GPL vmlinux 0xf77624cd posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7a2335f usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xf7a2ce92 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xf7c2e3f9 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xf7c85281 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82c9964 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf846506f irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf8599da1 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xf87fde15 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf8893eaf regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xf89f4e17 register_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0xf8b5bc19 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xf8d2986e ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8ea6603 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf9250593 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf953a3a2 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xf95ed9d5 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0xf99ed04d swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9b03102 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0xf9b22768 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9e45dc0 of_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xf9fb98c0 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa25f13a console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xfa3c6e58 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xfa3f4899 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xfa43ca2f snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL vmlinux 0xfa48b60c generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xfa923511 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xfac3d377 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xfb19dcf9 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0xfb23d763 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb363a8c tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xfb4cb245 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb94f014 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc743a0 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xfbe9a758 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc1e9966 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0xfc2661b6 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xfc36acf5 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0xfc38ee05 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xfc42b4cb fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xfc50018b mtd_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0xfc5cfaf5 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfc6e6c29 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xfc71555c regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xfc806d49 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xfcac134f tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcdb4034 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0xfcdfb09e raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0xfd07d251 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL vmlinux 0xfd10f1f9 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xfd41c7ce btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xfd43f0aa ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xfdd15063 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xfddc20e6 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xfdf97bd5 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xfdffa1e1 ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0xfe080580 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xfe66b78e sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfee05ee6 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff393077 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xff3f1b2f pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff5cda7c wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xff69e4e4 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xff7802b3 cci_ace_get_port +EXPORT_SYMBOL_GPL vmlinux 0xff86f13e regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xff9818bd vtime_common_account_irq_enter +EXPORT_SYMBOL_GPL vmlinux 0xffa598e4 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0xffa88c7a __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0xffcc48fa inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xffe1044f tps6586x_writes --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/armhf/generic-lpae +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/armhf/generic-lpae @@ -0,0 +1,17284 @@ +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0x276b2f72 private_AES_set_encrypt_key +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0x6c62e582 AES_decrypt +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0xc30fcbed AES_encrypt +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0xcf024ae9 private_AES_set_decrypt_key +EXPORT_SYMBOL arch/arm/lib/xor-neon 0x0f051164 xor_block_neon_inner +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0x53680671 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x9ac62dd3 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 0x28a204f5 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x327acfd9 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x3be0f03c pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x5221ec09 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x5ff76d81 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x650f0f7c pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x9622d1c8 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xa218028b pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xa4a07459 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xb6f08c6b pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0xba1d3f80 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xc0de1daa pi_init +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x10d81fc8 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x3f4a2668 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x9741a0fd ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xb3ce8007 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe143b641 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x103da0fc dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x4e953d81 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x8ee150ef dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xb20c4f9e dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xb40cf330 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xbec6249a dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/pl330 0x4bd3b90a pl330_filter +EXPORT_SYMBOL drivers/edac/edac_core 0x2889b632 edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0139279a fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04dd92ce fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0619fe21 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1a1aa7b6 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1d72f7c8 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x20d4cc63 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2cf40665 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x37dff0b3 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4364b24f fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x440b5021 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x46287c2f fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d5d4eca fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x57be23ee fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6947be90 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6cab269a fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e431b14 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x93a81e5b fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x94aec234 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9a9d7f4d fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa2407f0c fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb2dc7c69 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb81de48a fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb8593447 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbd6453f6 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc5bff76f fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc7a6ac27 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xce5d7c50 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf354ac8e fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf84fae0a fw_run_transaction +EXPORT_SYMBOL drivers/fmc/fmc 0x3c696e00 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x40e54120 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x53af1e96 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0x71b1fa47 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x759c604e fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xb3e1394e fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0xc397dd3a fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xd374e6ea fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xda73513c fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0xf0b0273b fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xf0e97cde fmc_show_sdb_tree +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x438fbfcb ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0008897b drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00234ac4 drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01ef911e drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x037b8d5b drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x055340f2 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0695f57c drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0718d524 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08ada067 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0affa8c8 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b2e8d53 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c9cec43 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ec527fc drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0febd519 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10326d63 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x103d660a drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x109d349c drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x118e167a drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12652804 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13cdaadb drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15a1dfaf drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18054c07 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19f9d954 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a1d5a9a drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ada5022 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b04cce9 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b28a9ee drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c5d3c73 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c6b5cf9 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d4e3a46 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e8ef8e0 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f15ca76 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2036bf10 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x222e7657 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x270e8c14 drm_panel_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x271f1c29 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ab1614b drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c6b7d04 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d244c45 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ddedaee of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2eed211b drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f104b56 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30440e2e drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33213f17 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33b038da drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x348d2507 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35d010d9 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37554c5e drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38318f75 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3851966d drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x386ae042 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3892e16f drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39695730 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39745981 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e57cf52 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ef9a8ca drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f120efe drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f859735 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41228044 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41a93e5e drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42435b0e drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x430a51e5 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4368c1c3 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43e164dc drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4504fdb2 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7fa589 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cc5ecbb drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d5205da drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ff431dc drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5060c7ec drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50772a6e drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5190ab02 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5288a8c2 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x573a4887 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x573ce3e9 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58640247 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5928d1f7 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x597b3db1 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x598e6fc0 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ab8ee68 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b40c5bf drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bb162fa drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d968d04 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e2be466 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64436eaa drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x647c8c85 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64c56a48 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a69abab drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6dfe5fb4 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ef64942 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f8cc20c drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fe5dfa3 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x715dc9fb drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71e8d70d drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72eb7d9e drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a9b861f drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dcb8be2 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ea00709 drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ea0f0f7 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8054db2a drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8401f610 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84e9caa1 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x856ac0b5 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8688c780 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87384ab7 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87d30647 drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88481661 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89411b88 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89df7384 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ad3ed2e drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bb0e057 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bd1010a drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d23530a drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d728812 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x902ed7a9 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93cdb27a drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9435e8b8 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9467139f drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95fcdccd drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98e1470b drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9bb2f0f2 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e18aad8 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ebe5d17 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9efc26a3 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f24e9c3 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2a98a78 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa30395db drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa33d8d5f drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa59b9a72 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa82b3761 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9247525 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa1a6e72 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac66df93 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xacd27310 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb08c9fa9 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0aeddce drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0cd09ce drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1d864f4 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb32b2831 drm_panel_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb52fbaf2 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6659ab1 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb774002b drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb830554d drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbae95416 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb35130a drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb54f496 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbc7a303 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc24d3d3 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe90de54 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeb8c1f7 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc13c5efb drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc27d1667 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3ee75a1 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6d35e0f drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6e377dd drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8320482 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8744760 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca1962fb drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb600488 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb8a97ea drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc6ddb37 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc84a63c drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd54d8634 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd59ca090 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5a46b9a drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd858fd6c drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb26737f drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb2a12e9 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb5a5852 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb5cb24f drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc17fd2b drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd9990f6 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdddb24ec drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde4092b9 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe38424a1 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a2331f drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9eea6c0 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb868aa5 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec6fddd4 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed6e36b7 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee628e40 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf06c9189 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf07ef99e drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf11f16c7 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1ddc8e1 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3910702 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4e4eb8c drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf58cdf93 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf67489a5 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6a677c4 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf78e8692 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf796b842 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf998fb66 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9be1ca4 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa4abcfb drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb371678 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb80a2bd drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd241785 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffe916c8 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04decd30 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06bf8ecb drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x10512ef9 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15918e6c drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x233ce0e9 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x246727e6 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25c9bc0a drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x277950cb i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x287143c1 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2aad3e9e drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ee18241 drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30ac3c0c drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34337001 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x38870770 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3e6562c2 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x41f1da56 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x463b3796 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x58e2a28d drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b9d5fea drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65acd39c drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65fe0ef9 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x66a2fb83 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a6d953e drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d7fbf65 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6efa2a98 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6fc7fe51 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8368335d drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87c22fa7 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8816a319 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f4baff4 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x933ffffd drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9615d136 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b8f1472 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c8dfcad drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2adda51 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa391ef07 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa63cb3d3 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xacaaddd3 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0786840 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd41652a1 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd53eda31 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda0cc3a0 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc106e3f drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe77d7793 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeacbed9c drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec61e47b drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xede18128 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf52414a7 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5dc5ef9 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc3ec80f drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x1aa1b245 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x62d09fc1 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xf8193b14 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x077e4049 ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c015c7e ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132b05be ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x136ec7fa ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1d752647 ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x285946c5 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2ab4f23b ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b448ae7 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x344bd247 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x35f273af ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3dd76b91 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x42625bee ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x440085ec ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4628b006 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x466d859e ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x46fb8f78 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x51bbb263 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5683586c ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cf59609 ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67390f33 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x676f68a6 ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b1d568 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c0ec969 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c1a3bd5 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6ccbd43e ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7185b266 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x71cf5d21 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x725863d1 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x75bac6b9 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7fc16ece ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7fe1b510 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8589758d ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86bb8a6c ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86ed0961 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89ede967 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d1ea233 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x92e37d8f ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9bb9953b ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xae87b61d ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaf700cb6 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb2226254 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb4f95568 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbc96b4c2 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc0b7176e ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc48b9067 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5285f61 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5b5994c ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc968d68f ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc9b723a0 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcc7bd887 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcede2815 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcefe3472 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd462d1d2 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8399000 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xda57e44c ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdb16727c ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xde084460 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe1e20837 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xefc4df0d ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf0196eab ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf1791111 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf587f759 ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfcaed77f ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd7484d3 ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfe8cc064 ttm_vt_unlock +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x665499c8 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x096fe3d5 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xb9441e60 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xc3df04d7 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x3aca7537 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xd31683b1 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x8cc1e744 amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x32526fd7 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xe1fe538d st_accel_common_remove +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x2366894b hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x363f29b0 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x63f4bde4 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x9aa56c50 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xb31a5e2d hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xe4a66db1 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x685353c9 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x8324ff15 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xdf5efb1b hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0c77eb30 st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0d4d5b7a st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1b6389c9 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1deb60f1 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2527a6ee st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x3327c36f st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x3dcf4fb9 st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x3ed37795 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x50ee6d41 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x58e64717 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x5abb14bb st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8b54c06c st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x99176f70 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb90240ef st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xbee4851c st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc060027a st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xcd5e6d3a st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0xa8d2f791 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0x82a83dba st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x857466ef st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xfb176377 st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x5366d686 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x6ccad6bf adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x13471124 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x22e9cf10 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x324a9809 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x3a840cb7 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x436a6a9b iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x4ebdd843 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x566831ec iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x645e8711 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x67d58594 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x6b1637be iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x75081c91 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x76bb714b iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x844804c8 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x8f47f4f4 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xa51d1bcc iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xbda03dbd iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xc2d16dc8 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xc35fe2f4 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0xc9c1a5a2 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xd4ddfb7f iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xdc1bf812 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xf797090b iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xfc9270c0 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x177db0ef iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x27201534 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x4e18c583 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x63042d4e iio_kfifo_free +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x1d1d74d0 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xf594c245 st_magn_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x7016a209 st_press_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xc5eb7a43 st_press_common_probe +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x45bbba01 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x5347cc38 rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x79d6e26c rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x7df81f32 rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1299a3d5 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1f663cd0 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x25f4d883 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x37bfefcc ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5364234e ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x59886356 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5e5e131b ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5f929858 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x66141389 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x68a4366d ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8a0baf4c ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa280775f ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbd216143 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd9c2637d ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe6b96865 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xecbe2937 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfea4f2b5 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00936a0f ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02427749 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04697c28 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04b5e371 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07e76d15 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0cffc7e8 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12c6ed9b ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x152e7235 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x194784a2 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e329b93 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20ddab1c ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x239098db ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2655cd0d ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27c4f34d ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2847f740 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b886215 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ba2cc2e ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2be0a00d ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2cae6335 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34e32205 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3eed3bce ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f9abe69 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5180fb87 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54c20fbc ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54d60039 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5feba1f8 ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68c37a4d ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x696ee6fa ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69e1b6cd ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x788804ef ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ba5a268 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f134c24 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fbe77e7 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fe3644b ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8364b32e ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8624c6d6 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x862e4d5c ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8abb5bc6 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c273cf8 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ddadb25 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f05af51 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e45a72 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93636be6 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98114e11 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e65bc37 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa10a2128 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa27edfe4 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4e0e0c6 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad054e6a ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae946238 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb33f4be1 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4b10168 ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb533cb37 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe7080f8 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc14b942e ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc291a8b1 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc29af2c7 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4315200 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5ffd5e1 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca2b34b8 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb6eaa67 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc57d6d5 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcceebf34 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcdacf934 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2b8baa3 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3f4d6ef ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4d9c15f ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd50ec80f ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb4b0cf2 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbf32869 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc8831ac ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdcbfd037 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0f3f6c2 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6e1b6b1 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8798a5f ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec43a837 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec51f660 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee81f408 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf004cfd9 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf513a9f0 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5c8a7b8 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0e497501 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x131b9bc6 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x14e99e5b ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3db4d064 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x51d17325 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x63aa4cd9 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x8c39643b ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x8da3befb ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xb854b34e ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xbeda4922 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xdcf9ca33 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xf4ebcb90 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x15115a60 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9e7aad54 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xa09ce28b ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xbc1a7b09 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xd4781aa5 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xde9e1b2c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xdfab1b80 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xe8be3786 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xf2a35194 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0672aa9d iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x135acd8c iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2e1a0a01 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x398cffe4 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5a9f17d4 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7b9a3132 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7d9a10ed iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9725f6c4 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xba470bb1 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcb8d7441 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd20672af iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xde363663 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xebf9350c iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf5302fdb iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0ace8452 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0c4bb3c1 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1d22e683 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2277c54a rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x257d2a3c rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x38b2e000 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x40f39468 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x45e354e6 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4c16ac76 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x52471a74 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7b4297c0 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7d1beb89 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x847ca831 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8943cb18 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb1fb2827 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb20c685e rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbabec0a3 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd660a6d3 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdfe1da03 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe4f1f1c2 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xed130341 rdma_accept +EXPORT_SYMBOL drivers/input/gameport/gameport 0x321a16d2 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5fff7bb7 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x6cb475c1 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x6fc9a29c gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7272887e gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x87cf71ec gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x92c23ef3 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x98bea272 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xdc310158 __gameport_register_port +EXPORT_SYMBOL drivers/input/input-polldev 0x214c2708 input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x297f8e47 input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x2d25dfd5 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x3e523ba8 devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xed4a2055 input_free_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x97d544c7 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x79c6c3ef ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xa7ca52d4 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xdd012261 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xfeb14e74 ad714x_remove +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 0x9e536c3d cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x3cf38be2 sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0xc383852f sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xda564cfc sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xdc6576f8 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xe1b92e8a sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xe78922c3 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x9453bc92 ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xa71c613f ad7879_pm_ops +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b04f3dc capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2d083c03 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x3698dd89 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x3ddb70b5 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8206f504 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa4b91be9 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb9b2807c capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc3807fd2 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc8e6d4f7 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe81bd7d6 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0b49110b b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0b7ed922 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x19d4afc0 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x1f073e39 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x2a9f2e2b b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3a848ada b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3d5d3489 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x401195fb avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x4d8d94d2 b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x6bb27291 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x79b32036 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x80747b71 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8cd7c43c b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb4000ed1 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf067d5fa b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x191af4bc b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x70f07451 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x8c107da6 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xa0ef722f b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xa4801710 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xc954bfec b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd086a41a b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xe2412a1f t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xf108b36f b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x64230f45 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x8d32e224 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xb96f490a mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xedd22f98 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x1722dafa mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x3a77b926 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x28bb84a7 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x2dad4c7d isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x47609b61 isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x4f5a1776 isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xbf2ab7f9 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xf962b200 isac_init +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x5d6a68c0 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x7c106a7e isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x94f5cdd9 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0134c21b mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x090e8704 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x18419f3c recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1b8f45bd queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3231b554 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x32aa3ccb get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x38af424c dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x396fb4f0 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x47269a74 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7107ff61 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x83764757 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x92f598ec get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9ee9bdc7 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa799fc54 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xad6eef73 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb05351fd recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb8f7ba15 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb902ec22 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbb111501 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc4c8e10d bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd0d5e702 mISDN_freedchannel +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 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xebeae87b mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfe628ce1 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x0ababebb omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x39552e6b omap_mbox_put +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x770779a6 omap_mbox_get +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x8a5592a2 omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xbc337ffe omap_mbox_msg_send +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xd72fada9 omap_mbox_save_ctx +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xdbc75fe3 omap_mbox_unregister +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xdbf88fe5 omap_mbox_restore_ctx +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xec9ca106 omap_mbox_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x10dc0d06 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0x20835df7 closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x21c7828c bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0x23c9f7d1 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x3361c614 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x66d28e22 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6969b5d8 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7b55ca4f bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9e8b3cee bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa554ff27 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0xab2d2b84 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xad29a6f5 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaec09a2b bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaf77343c bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc04554f7 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca580595 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe47e0829 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xf6ddefbc closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0xf8fd4bac bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-bufio 0xa7978f56 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-log 0x6da2f21f dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x7c98988b dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xa2814fcb dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xaaf46572 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x0370a3eb dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x150ad106 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x535e3946 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x62ef3c8b dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x7d7aabe9 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x91d7a8c3 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/raid456 0x1224960c raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x267ee773 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x38e169a0 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x514475d1 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x54a3c600 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x67d5a780 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8a364695 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9c9b4c9d flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9dfaffb5 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9ef4629d flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa3aeeb27 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd17a8133 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xeb6a0638 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf0609a11 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x13e8f605 btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xf07b9791 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x23588c82 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x26173443 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x9683d1eb cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xa7e537ac cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x2d8c815e cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0xbce0162d tveeprom_read +EXPORT_SYMBOL drivers/media/common/tveeprom 0xcb79450e tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x096b0e44 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x15c6734f dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1edb6589 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1f35ce4b dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x322361ce dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x344908d4 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x35968971 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3656cb10 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b480a6a dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3e6af3d2 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4533ef31 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x46559dc7 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x536f30cf dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x57b0757c dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x58cb3a54 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x629f9d31 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x641c4651 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x645826e4 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x69939008 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a87f031 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x72180695 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x768ed8c8 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7e2d5cbb dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8633f37b dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8a738dab dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x96b169e1 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9c19040b dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcea1d914 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd465a3fc dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb1a8bd4 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdc094c39 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdc41a7e6 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdd9ec7ee dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7c6e7c5 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xec8a3a19 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf248db0d dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf48116c6 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x70613e75 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0xea450d0a af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x7248c078 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x544f98ca atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x089a60b7 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x0a719314 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x0a736825 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1283e154 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x16630e8d au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x20ea8073 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3ce83d2d au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb99b64b7 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf2544a93 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x2eaf7a59 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xc731b3a5 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x682629f9 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x03284c34 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x99224802 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x3acc0ad1 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xbb13c928 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0xec98d82e cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x30930c80 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x88920e38 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x2a95da1b cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x2520d5e5 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x28a11f58 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x35bad01f dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x4147474d dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf0be2360 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0db2c36e dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1ab9fe38 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5baa6695 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5e26e8e8 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5ec60062 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6629230a dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6acd7a50 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8027125f dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8df887a9 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x90c18458 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x94d9e708 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9d9050cf dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd250e995 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd5549547 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd7991b75 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x5339191c dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x19a9e883 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x47469768 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x8108f9c0 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xcb22cf09 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xd10faf53 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xffa2d000 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x260e16aa dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x43aa8dda dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x601976d5 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x957c5d6a dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x025dd65b dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0788bb47 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x20946e70 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x241ceedd dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x2b99344d dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x2d5b54e2 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3f593f29 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x49338d69 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4a8f210a dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x50509895 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x69f31d0e dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x742f2a5a dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa58388ea dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xb028b1bc dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd27e31ff dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf8166bc5 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x0770305f dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x19e8f789 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1bced424 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x23af26cb dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x291191ed dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2df51958 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2e8efd4d dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3693f0e8 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x42292695 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x58c330e4 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7d678853 dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x87e2cf7a dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8d882003 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x97937417 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xbc275fb1 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc8778f48 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd638b21b dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xdebd18ee dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xfc76f1ff dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x1adca11f dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x253208cb dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x7e95856a dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xdbed717d dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xe867b2be dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x21021f2d drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x2b630a78 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x7ac8ea2d drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x68d08220 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x80d531c2 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x5b684be8 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x02b5cddf ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x311b7e7f isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x13613970 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x1cdff4c4 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xa8d8c867 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x564d967a ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x903d869b l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xb528ad1c lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x6e55dd96 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0xcb267bda lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x3b9b1631 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x433fdfbd lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xcf7efb99 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xe9d73139 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x60b0d7b5 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x7e2b9e25 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0xccc2d96f mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x9e33930e mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x8f9ef3d0 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x2051580b mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0xb0711fd1 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x6f31147b nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x1a0c8bd1 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x9137b0c0 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x398e6ba7 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x4b78325a rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x448934a1 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x5ec2421d rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xe7a1f6f1 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0xd799caa4 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x337d756f s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x1b2407ba s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xb2083d38 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xf7b6f64b s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0xe96d8302 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x8e389632 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xf70f6e2b sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xc90b92c2 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x4c32b422 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x5dba8e1c stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xcd10ad47 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xb3dce255 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xc08041c4 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x1df9d54d stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xc83ee9c8 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x142c7ebc stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x60285069 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x8cc34baf stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xa9dbe1e6 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x510be608 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x5903338d tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x4262ed1b tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x2f9faeeb tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x15349b4a tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x3026dd69 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x79438ded tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x42a8d50b tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x4b5051f4 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x082b5f59 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x75273111 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x5ed26492 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x6e875349 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x66934fd5 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xc0728038 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x3628d46b ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x73111ac2 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xe0b00da3 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xd10ab8d3 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x11c2ef04 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x1f8b712e flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x28a86d38 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x5cb478a6 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x782a0062 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x7dbed772 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa6f3ec8f flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x64e221e6 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x7148eb8c bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x973353a8 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xdbf4be73 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11f195aa bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xa585b684 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbd852219 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x19cd2ba2 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1b7ca38a write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x50af9640 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6d5b1639 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x804c07f9 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x824d980d dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x91254fe2 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xce3549b7 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd2eb55fe dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xcf8d2f1a dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x1b14f6f3 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x681d91f3 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x7131f240 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x745058f4 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xe3757767 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x3c381a5b altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x5f68f6f1 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +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/cx23885/altera-ci 0xedf9fd50 altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1524d9e2 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x323e43b8 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x440c60da cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x537c9ea2 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe80b92bd cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xf882acf3 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x98a114cc vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xc9e03c1c vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x17e43ebc cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x8035d920 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xb19f5d15 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xf69c74e2 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x0170c43e cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x171d8ac9 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x488be616 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4d33eaa4 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x656e530d cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x92b6aa2a cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0081bc30 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1aa17fd5 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1e8df665 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2a1ff7c3 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x44caefac cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4f7c3e1d cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6e37ead2 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7f1f062c cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x84cb6718 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x85447df6 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x967dec88 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9fa8b8e9 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa74aa5c0 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb191e89c cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc19e8937 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdde6379b cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe379bba7 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xea723fdf cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf0168387 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf0cc6ec2 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf5d7a270 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf82f3c26 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x02394498 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1d967587 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x31ba6347 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x40a38c5b ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x54561859 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x65b39849 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6b0d08bb ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6e398770 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8a5e68db ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x91e3f53a ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa6699d78 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xba277288 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc3935d38 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc962b6bb ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xdd63aeee ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf72e922d ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfa61eb3a ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0c1d49bc saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1e5dd071 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x293b83a9 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2ccfc171 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4285769f saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x475aa0bf saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x52148883 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x75554d0d saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9acf648a saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd74e7d60 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe8c2413f saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf643c563 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x9710c9f7 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x061bea45 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x0a61856d soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x336f8c6b soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x37036f5e soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x623ef7ac soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x778e339f soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x7da24fbe soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xc22eeeec soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe92e10ef soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x24eb574f soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x406efd1d soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x422e0ba8 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x85775fe2 soc_camera_client_scale +EXPORT_SYMBOL drivers/media/radio/tea575x 0x23af17df snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x5065722f snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x66c46f41 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x9f67ac64 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x02e9a769 lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x09bb7cba lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x0b5e993f lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x1b55cd35 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x3c80a034 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x78dd4537 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x99ef9112 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xbceda671 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/rc-core 0x150d0569 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb8c4cd21 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x0acb8d42 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xb73ecce6 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x0a200669 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xe3d45695 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xfb12d4c9 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x5b1bf825 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x05a30d2a max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xf3cb3788 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x17a599bc mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xe3b90b49 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0xe546c0f0 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x8e2231a9 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xc66fba72 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x6e243efb tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xe8e1af99 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x307cd192 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xf4bbe66b xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0x592e8ba6 it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x3c68d833 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x810e024d xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xb87248fe cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xd260696c cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3b0b65de dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x420541b6 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x595e9f0b dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x61171e08 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x85ef354d dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9dce9466 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa0302823 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb514ed74 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc7fbb207 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x0f5bd970 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x1d87aa3b dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x26252618 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x33ad130d usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x3b5e98ec dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x63f00c95 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x9f075a78 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x725c1eb7 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 0x0af0bd6b dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1d2a0890 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2f814b78 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x33be59d7 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3b28dbbb dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x48477df3 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4ad1770b dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4b688cfb dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x553a75b3 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc037884e dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc2306e01 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x068745ac em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x7bfe00f9 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x08405bb9 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x2f3797d4 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4fb1d44e gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5138a549 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x64c25c5f gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa2d712d0 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xcf7f747f gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xcf7fc5e8 gspca_resume +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x3c31e2bb tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x43017250 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xe6c18705 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x8de21b60 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xa6251aaa ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x03afd1ca v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x065f90f5 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 0x90ffbfa1 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x6cb5bf24 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x756f70cb videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x95deeeb1 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x9f4b63c2 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xbbe618a8 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xbc8720c5 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x97811404 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x43b8bf0d vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x532e799e vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x8895514b vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xc11be268 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xc797a6b8 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xca4adf9f vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0017b7d4 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0a9c7d2f v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0aa7bd6d v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0f884448 v4l2_g_ctrl +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 0x17096d44 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x172cd0a4 v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1c0defc6 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1c78c42d v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x211bb0d9 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x27f39730 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2a480b44 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35bba817 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x39936e89 video_devdata +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 0x3be28182 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3c79560e v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3ddb8e03 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x46ac0c96 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4879a3a0 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x493b8e2f v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x49c11566 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4a16307b v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4fefbf6f v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x52ef58ec v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5384d519 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x54194753 __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5bae52bb v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x618cc450 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x61bd42db v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x633fae47 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x68cec17a v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6d133210 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x75ce7808 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x772cdb20 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x778c73e5 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x79b29120 v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a89de09 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7b0ecf75 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7ec00a14 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x864b77bb v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8af7fdf0 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x96d3a4d8 v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x97dfb7f1 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9a025a37 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9d31d954 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa68d6f7b v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa888c902 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa9c88a41 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xae69cedf v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaf050a59 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb37be13c v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb57ca26b v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbe7757c9 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc8fea056 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xca4fa6ab v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcab3ed44 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xce1896bc v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xde4fd6db v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe340e59b v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe469b683 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe5ef8c38 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xea020b68 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xed222352 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xed7da69e v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xee38aff0 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf935c005 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfbd4d8d0 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff087153 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0c351574 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x19159687 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x21e0b188 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2574b304 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2b66e4f7 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x395fba5c memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6f2fd4ad memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x81cba5d1 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x93f03411 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa5987a36 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd484c505 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfad377fc memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfba5e283 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x224a4010 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x29fc9b79 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x40e8d475 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x41c34c63 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x49821a5b mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x50f5c81f mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x53207dbb mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x541a2180 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x55df207f mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5b37b416 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5ca85191 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5d463553 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5df506fb mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7241092d mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7583d63b mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x83118909 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8aee63fb mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x91447552 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x97180160 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9e259d01 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa0452ffb mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb3147daa mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb44c6339 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbd149045 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc5f6a415 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd193ff37 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd43a5dde mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xea8f949a mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfe2e7250 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x125e7627 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1669f822 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x191a1ec2 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1cb2a34c mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x23c6da5a mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x24db1eed mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x273e573e mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2e5ab47d mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3e9d1a7e mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5974b858 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x619c8a39 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x68f8c0ff mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7905f1a3 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8f694b8d mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8f863b6f mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9d480d79 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa3b99120 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa4c77630 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa5658bff mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa7392efc mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaf38dda9 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbe69143d mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc73cefbc mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc8ca2a2f mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc958e716 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd6b2035e mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf22a3d43 mptscsih_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x03caa8f7 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x35a98761 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3ce91d1f i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x406329ac i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x49500d72 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5444f4bc i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x63725b5e i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x675144bc i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x75e81777 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x841a16cb i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8d6730e6 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa12bda8b i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc220e627 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd2637e5c i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd678be4a i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd8a8e1ff i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdbd626fc i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe235354f i2o_driver_unregister +EXPORT_SYMBOL drivers/mfd/cros_ec 0x0fb95858 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0x6c9b991d cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0xbde41613 cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0xce93eda1 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0xdc67aa62 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x3d824108 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x420f1a4e pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0cc3818c mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x245818e3 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3465f431 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x48a0c2d8 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4d753a20 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5ab9c761 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6701e654 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7768ae56 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8765988e mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc04efd7a mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe0e44f82 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xef5d156c mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf5b7e403 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/tps6105x 0x0ededf13 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xb7df79ba tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xcf6e9200 tps6105x_get +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/misc/ad525x_dpot 0x88dfda7d ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x9d02177a ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x8a05ed90 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0xb6ec0939 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xb83e271b c2port_device_register +EXPORT_SYMBOL drivers/misc/ioc4 0x0370661b ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xa7584924 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x52503934 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x538e1587 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x6310c6da tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x7b1da147 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xb0c1eb8d tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xb690a727 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xc941a087 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xdda2660d tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xe0337776 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xe04c0d40 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xe0f60f86 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xf4d91183 tifm_eject +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x5c01c07a dw_mci_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x719a7e6b dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x72ebfa8f dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x78060ca6 dw_mci_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x3781c5f8 tmio_mmc_host_remove +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x6251e179 tmio_mmc_host_probe +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x6d3deee9 tmio_mmc_sdcard_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x7a6fd700 tmio_mmc_sdio_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x86c8053f tmio_mmc_host_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xb762516d tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xba333c6b tmio_mmc_host_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xbacf3db5 tmio_mmc_host_resume +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xf02062dd tmio_mmc_card_detect_irq +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x27bb9499 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x4365ba31 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb0e54f22 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xf69bd8d4 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x6b1c16d8 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/nand/denali 0x853296ed denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0xf02d29e9 denali_remove +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x06c6c62f onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x2a3c1527 flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x4cc0a0b9 onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xa08c9a8d onenand_default_bbt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2cb98181 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4994a413 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4f15049f arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x81de8163 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x97cea3e7 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa2694e15 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd97c51af arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xdb9fcef7 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe06604e9 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf2892b50 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x58d20c7b com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x659adcfe com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x712deaa3 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0100da1a ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x05da63de ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x14473cd9 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x77ebb4b0 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa32a3359 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xca866332 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd47c6e8d ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xecdc07fb ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xeea2f5e9 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf77fbc2c ei_open +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x7f4fbe96 bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x3811b342 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0558ef0d cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0823a548 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0b964ce0 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x115b996d cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x36b5c3a2 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x472d6ed4 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4a541ef6 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x528428b0 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x669be694 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6999eee0 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7f245ea8 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x969e40d1 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xae15f753 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd2d47e9e cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd6e72c32 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xee2c49ca t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c7b42e7 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x16ec861b cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1834063c cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3122c07e cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x31c9213c cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3ca24bc6 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x42504c60 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x61d5e7bd cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x627847b0 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6623e2db cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x662e3238 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6c25e2a8 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6f2d77ff cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7014a26e cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7436f7af cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x77523cbe cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x853f0fc6 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8c1588ad cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9520e296 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0c21417 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa9de6f5a cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaeaeaaca cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb39e21be cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc02f8192 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc41dda74 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc470c309 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcdfe0ff2 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf96276aa cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9927b7a4 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9caf068e vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcb8ee95c enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xa5c5b2a4 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xb0f8ec5a be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20c955d4 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2978e450 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3aaee1b9 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4aed5565 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5168a25b mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55eaf5a2 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5fc92df2 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63912487 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70d1c4a3 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a19da45 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89969379 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ce3af4a mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e081694 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9080c1c3 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa02ef035 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe9222ba mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9960827 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8df5fd7 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc24c2f1 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdeeb3ff7 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe366d5e1 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe492c682 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3d19fd6 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf45bafb9 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe676f0b mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe8266cf set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05f56e92 mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06c90ef2 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d7ab71c mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0eeb994d mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a99cb09 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b2b060c mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52f422fc mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60ea5878 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b880de8 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b8d143d mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c4164b9 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c768c6b mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e055f50 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb32fc2f2 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4a1bd43 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbf3ea70 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3e41b2b mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc856559d mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8b920f6 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc2b1aeb mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc9be48b mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce21cfa6 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd67f1d1f mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb0b4a6a mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdedf2804 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9e7acac mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea66c1c8 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1526d1c mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf886aa84 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x5636082a hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x7438c7e5 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xcf9be8ae hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xd2a1ab72 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xeed2e430 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x48905782 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x48e2e27a sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x57e77e39 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x58874c11 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xa8e243ab irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb285c172 irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xc5410d4a sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xd4ee8eb2 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xf612ca79 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xf8b2e81b sirdev_receive +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x4a0e56c9 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x6caf95a9 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0x88a0d47b vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x06620828 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x1527f51e pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x31a2ec1d pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xdfa9b2b1 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x0d7f4e48 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x553a19e5 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x6e017574 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xc2394b84 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xc4697cdb team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xd12ae028 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xd2f1960a team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xf8fc7dac team_options_change_check +EXPORT_SYMBOL drivers/net/wan/hdlc 0x26114e79 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x3de05574 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x3f99b26c hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x43d26473 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x92800254 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa56bdc2a alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xaedd84c4 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd5eb4fa3 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xed6aee98 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xefd9915e hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfd5f549f hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0xbe161870 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x048dc952 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x15e9d481 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1bd4327d ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x41e4b3f9 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x47c22a00 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x534ad163 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5dbc6920 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6a1d0d87 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x823e6daf ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe4fdb128 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf6caa38b ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf8fc39d6 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0a4efa5d ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1b8c5eb5 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x374462fb ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4741d652 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x972c4157 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb08a2741 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0d1a88e1 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0de268fc ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x37fd54ca ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x46b3d3e2 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x47a5f699 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x635abab2 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x9105cac2 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 0xb973ac80 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd17db465 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfb122463 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0a0420dd ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1025d1bb ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x26dc2b0c ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x27481add ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2867767c ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2cab207b ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2dede8ce ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x651b7516 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7ce0b097 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x839f618a ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9840ec15 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9e72f2a2 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa4342b5c ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xaa834cb1 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xace8ff5d 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 0xdcf96382 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe8e9f9bd ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf346921a ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0042a779 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x052e9fd4 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06c17919 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06dbb2ec ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09004b58 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0bd46110 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10ce8792 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10d58169 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x122c4ffe ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1820e222 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1acaabb1 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1db2f41a ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2008b96e ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x214644bd ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2417108a ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2e40ebc7 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2e9b600f ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2fec0cf7 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32a827c9 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32a90383 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3639d402 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3ba65bd4 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e25bc40 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e6111d4 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x404a6e14 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4480f45f ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47b289eb ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b07e2ae ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d3019c3 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x513b0d17 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5471f424 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5479cea8 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54e3cf4d ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57ab94aa ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x58f9bb3c ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x594384ee ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x594de00b ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a18a917 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ad84584 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d308433 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d3bb511 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f1f00be ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63df4c24 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x66bc20c9 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6fe714f9 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x726f25cf ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x738c870f ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76b5f521 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77745883 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79b16c68 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d9930ea ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7eae75a6 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81de92b7 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82096502 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x843c5e0f ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8632b2dd ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x868ada9b ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x86cfdd32 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x880d30e1 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x897ac46a ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b5d3b02 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fddedd ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94b2efd6 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x956406ac ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x97f9a455 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9adbe458 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e10a5b2 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa22dafd8 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa287aaf5 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa4807994 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5074873 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaa9a394d ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xac073c52 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0e1cea8 ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb402cd61 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb4824001 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb60c0446 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6442683 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6b17db0 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb749309d ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb7848ece ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc1b87b7 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc82bc52 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbdb00063 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc0f9381 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc54cc28 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xccd5d15d ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xccd9d2f1 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd37aa1aa ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd60e7eb9 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8de82fc ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0b9dec6 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2ccf4e3 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe38278c9 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3ac5ec1 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe95d7ae1 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec58e2d2 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee3f65de ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3d58913 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf46a95e7 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7feba5e ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfcc84209 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfd3f8b02 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/atmel 0x3bf0c6bf atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0x5d10d54f stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x9fc3ad26 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x122d543c brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x3130788d brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x376a7254 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x422ae689 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x5200bdc4 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x66fa76ae brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x70ec6e13 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xaa139e31 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xb7aa8534 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xdc239766 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xdd169e71 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xfabe2e15 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xfb9dce1d brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x01a71961 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x04fac918 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0e62ac5e hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x17a11c79 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2702633e hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3b0eae5e hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x40ae85f8 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x467fd915 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x487912fc hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4b8960d8 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4d3a980e hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x53262521 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x66f3f00a hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x674be259 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6a940586 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x88e8b034 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8a6ebf2c hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x93e7bcfc hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x99eb850d hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb037b1ef hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb5f5882d hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc156124d hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xca869e24 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd7637011 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xde5875ce prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1e8a50e2 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1e8db42e libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x215d5c46 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x280c7710 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2d05b17e libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x4d6e06ea libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x50991830 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x55d6eead libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5c26daf5 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x6038f550 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x62209dd5 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x6c7b196b libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x72e2e052 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x97404053 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9fe37ec7 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xae92705f libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xcf0671e0 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe0a5cccc libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xea365d0c libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf16a9401 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf23a083c libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x032a1ef3 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x059ed83e il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x062814f9 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x064caca3 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x098f5948 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0bd39e58 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0d63a745 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x11a95a25 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x128be39f il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x15d2909d il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x179c3609 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1aead2c1 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1c8c1114 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1ea7014d il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1fb52c13 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x21cb4481 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2a1a8a9b il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x31d20e49 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x338075a6 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x347e0110 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x396d20df il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x39eb9e1d il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3eb1a182 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x40b93cbe _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x43575bc0 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x43f744de il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x446aec87 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4539a56b il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4b3b987f il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4ef0f443 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x50030272 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5141f47c il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x533bc991 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x53cdeb7c il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x54a022dc il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x58e5cc31 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5b546689 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5b669d9d _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5caec409 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5fdfb7fb il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6082a174 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x63265b7e il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x64173337 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6b305317 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7143809a il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x71b4490a il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7b44d4ff il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7c8f3555 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7e7902ee il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x824a170f il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x82e8373f il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8538bbba il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x85a71373 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8679d6bf il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8b72d13d il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8d50ff40 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8f670ddf il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8fa7f5a2 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9682e1f2 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9a7050a1 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9cfc781e il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9e781f57 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa76cee4e il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa8464352 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xab2ac6c8 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xab898e33 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xac5c7c10 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb156b3fa il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb243445e il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb27c6b56 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb5b3c569 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb862a59c il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc0205051 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc142c0eb il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc19fb91f il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc470171c il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc5579a95 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc60617eb il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc67ca1fb il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc6f84e54 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc937cd73 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd123d3ea il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd20212a4 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd51f97db il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd858b7e5 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd8962bd4 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd8a36f4f il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdc364a7b il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdc40191a il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf358bc6 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe2afa62e il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe3487361 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe53cdfd4 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe8759815 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xecba3361 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xed5064c5 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf2a5b44c il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xff1c168f il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x084b4719 __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x39483213 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x57a72d66 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x5c04aae1 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7fd93860 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8dcc4441 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xaec44e29 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb54212ab __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xbc905f54 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xcf2b88e0 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda9416fc __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe9fb9634 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf161b336 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf5eccf84 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x00626c6d orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1ddb0f9c orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1e9b5eef orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x24caba1f orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x27c9eb12 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5bfb0c47 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5e60cc42 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x6617bd89 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x74bab45b free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x8b7c1e67 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x956760b6 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa2ebee10 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xae676f49 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd6eab06f orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe5eeaa2e orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe8f801ce __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xf826ef00 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0xf5f48046 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x04893554 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x061f4042 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0e6c59d8 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x11625a82 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x11ec062c rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x312e7657 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3c3c70ba rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x40596479 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x408a69ff rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4bedbb51 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x574c1c44 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5d739eee rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5e82c4d8 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x62c62ee1 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x694ec38e rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6f226a39 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x73999145 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x76df1176 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7b9899ce rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7fbe0f81 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x82aa0ef1 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x83e1fb4c rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8c08e848 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8c4753c2 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa41f47f7 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa4fb981d rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa65fac71 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xacaa1dff rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb095cecd rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb22da755 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbac69e14 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc7dd68af rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcf0719f9 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcf9f91cf rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe91297a0 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xed04094c _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xed1fd46a _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xef3951ca rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf5ffb8b8 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfdd18b95 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfdef5e0b _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x0931869f rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x095d730f rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x810005da rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xc5aa3bea rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x03ffce62 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x2d4e678b rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xd2aa6642 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xf7749cd0 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0016d2b5 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x096da4cb rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x106b8d73 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1076a3b1 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x15686b56 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x39317506 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3992cf9e rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x57237692 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x604b3312 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6f77aa05 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x72289798 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x818f3ba9 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9f743a81 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xaa84344e rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbe5aea6f rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xce152771 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xcf1f618c rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd21f5976 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd6ee5df2 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd82050c6 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe62782f0 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe7085544 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xed638ac2 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x28221e02 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x487af254 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xbb2b8da3 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xfafa10bc wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/microread/microread 0x8e9f9d34 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x920c1877 microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x10e4c19b pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x6c350a58 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x00e39454 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x3a228e9f st21nfca_hci_probe +EXPORT_SYMBOL drivers/parport/parport 0x0a0b0152 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x12e07a2e parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x1578d659 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x1788192f parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x3500ac18 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x3fbff1c8 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x4187d6fa parport_read +EXPORT_SYMBOL drivers/parport/parport 0x4465cd77 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x45f17309 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4e358295 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x66ed7840 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x6a8c4d55 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x6df4ef11 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x81131f4f parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x84213ca6 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x9f9edfa7 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xbd3fe501 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0xc12d6911 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xcff0d609 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xd3d1a472 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xeaf66cc8 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xec0aaecb parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xf194a95e parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xf28fc2bb parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xf2f3ade6 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xf70ade1f parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xf7526034 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xfa46e347 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xfc7865a1 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xfe652206 parport_get_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x4778c9bd parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x59312cae parport_pc_probe_port +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x0ba24c32 rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x0f9d8f21 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x5a13df27 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x81a66330 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x91a2d7bb rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa9388d3f rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xb6f9a9fa rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xc8830026 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xd71d4336 rproc_put +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x003e7492 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0da8d285 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4b08d301 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x660dc7e9 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x71ab1649 fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x772ea0bb fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7fecfc90 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8b3ccd9a fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xcbee0a7f fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf6636088 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf74b3686 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfd7ffeab fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03643d1b fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1e9e9da6 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x209da573 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2cd76bff fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2ceabf72 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3e457437 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4159a77d fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x46b03e69 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4a893f91 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4bf227e4 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x51e8549c fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x520b4e37 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x55baa343 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x59f35368 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5b5513ec fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5f6bf48a fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x607d31f8 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61cb0433 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6254b8df fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x64c701c6 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6c5e8c2d fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x73f9e01f fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x742fd1b3 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7bb45e41 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7d1990fe fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x810f1246 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8ca9ca94 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8e228fec fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8f4f8152 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8f695528 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x91dbfde9 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x92787c99 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9696cbdc fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9b4d5b38 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xae407703 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbe665b72 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc1ceacdc fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc4c16a2a fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd3cb7989 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdae49cde fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdb4cd2d0 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdcb5e135 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdd234231 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdf25f543 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe0c9f7c8 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xecc5f0dd fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xed41b499 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf1881571 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf1e4782b fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf3f9a570 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf54d9600 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfbba9d93 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4723f1e7 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4f566c4f sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x7ad5b714 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd8365ec8 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2d81f38a mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0a72cf2c osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2eb6d07c osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x31c02083 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x31d4d0e5 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x33dd29c6 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3453329d osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x41045add osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x46590150 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x55d4f33f osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5a04018b osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5baf409d osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5f817ccc osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x66eab400 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6bb3c84d osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6d52d591 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x756c9ede osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x76645677 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7ea5c84e osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8e2e9837 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x915df81d osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x950e8289 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x99d1650b osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9ad56d1a osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9f39bf4d osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa5250bd2 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb08d80b0 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb501b702 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbcff26ac osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcbd3fd5b osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcdc153af osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd9148758 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe411ba77 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xee97da4e osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf4a0cc53 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf4d49994 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xfff34d70 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/osd 0x1254441a osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x1669adb6 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x4986b73d osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xa9f9630a osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xaa6ec7b5 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xb687dffe osduld_device_info +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1562b83c qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x304a3dba qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3c5bddc1 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4b82ea5a qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5bd5171e qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6d109cea qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x971be710 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa8cad1df qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbcba63b3 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd6ef2bf3 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xfaaed702 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/raid_class 0x6e1fe03b raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0x7c4c943e raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xbd7f7856 raid_component_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0a5c3b11 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x31e18a60 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3b2f709a fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x40cb5907 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x46027c32 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6fb200e5 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7d72e082 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8b5c08ce fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9f518fe1 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xac062ec5 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc101faca fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcd775b32 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd442e1fb fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0b9ec4f0 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1b738084 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2e0dccfc sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3f9b7f15 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x41299be9 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4ef164d9 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4fd8f7a4 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x50b38d84 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x520c4d78 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x553cb99a sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x58cadfb2 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5faed1fc sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6671743f sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6eb8f036 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x788658df sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x844bed91 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9a0b124e sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa9f26b96 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaa210b34 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbaba4f17 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbeb9d5c0 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd361b1b2 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd9b0234b scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xda175ce5 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe03a23ef sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe51b6f84 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe955510a sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf145f272 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x0b7ece88 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x10d7ca34 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x59ca86d9 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x5c3ed5ee spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x6c3ad6bb spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x2a681b02 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x84ba6e5c srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x922f22ce srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x93a7c4de srp_rport_get +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x1cd937a7 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x307a9204 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x71d73c0b ufshcd_runtime_idle +EXPORT_SYMBOL drivers/ssb/ssb 0x0e2c8c90 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x222a1a6a ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x29a11240 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x2edf8b79 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x3130b158 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x58711e63 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x5e2292e3 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x67d9ed55 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x8dd8c02b ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x97e5b206 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x9aa55f92 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xa6d0f1f2 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xa8e7c96b ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xaac38a7e ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xab5ea4ad __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xae9ae11e ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc91f5f63 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc95d4aee ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xebd2a1f3 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xf54cff35 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xf569fae8 ssb_pcihost_register +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x8d245c89 fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xa79f8fb8 fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xb7a68b73 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x0f9f6cc7 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xc3a812f7 ade7854_probe +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0c8c45aa lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x160e8198 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2147a91f the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x218e6791 lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3558e584 lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4a287aa6 lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4bb00492 lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4f9cb871 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x654d7af6 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7ee87ab7 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9a5ee496 lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa381d66e lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb28a3003 lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xc4bdf5ef lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xd32e2a38 lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xdab9dc61 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe9a0035f lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xfc5a90df lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xfea46edc lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x46773a6d seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x8ce291c8 seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x906e235c seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xcb1d235a client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xd4c12465 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xda84767b client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xe8d7ec44 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x2e0479fe fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x390bd159 fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x3e059117 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x4b90e929 fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x63a93c77 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x8ec848de fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x9b229fdc fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x00c881f6 cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0389f857 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0c68bc45 cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e311d38 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f10432d upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10b7e9c3 cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10fd50ae cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x151e7546 cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1b5e4e56 libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1c7ec980 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x22319718 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x23f6f445 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2637a660 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2e5044c7 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2efcc0e6 cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2f0769f9 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2f85ad89 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x339b461a cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3834f243 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x38fde09c cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3edf685a libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x42440769 libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44688a0a cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44728d76 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48193550 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x482deff7 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b123f3a cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4d89e988 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50b060fe libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x55d18175 cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5a785762 cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ca50414 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dd2e495 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5df8c623 cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6044d094 cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x63be5b7f cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x647a7b6d upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67d87dce libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c9b4713 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x75600a04 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x760a4a8d libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x790dbd66 cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7a3211d8 cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6a5b3c cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x81bef0ce add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x828d16a2 cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83e75430 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x89b2ddc3 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x89dcbafa cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8d3622c1 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8dda96cb cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x92f54077 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x93611067 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x96727837 cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa256e060 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa28a6757 cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9a5cf4e cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xabc53bf1 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xac0f67e3 cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xafdb46d6 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb087cc0c libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb09f94c6 libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb2ae1633 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb336ee38 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb473e79e cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbc275420 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc514e721 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xca24b2dc cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcafda950 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb2160d3 cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc7e1d13 cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xced1fed2 cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf90528c cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0cd14c9 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd1319447 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd13befa9 cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd3965252 cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd5396536 cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd66d427e cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xda09d370 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdce448d0 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf675bc7 cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdfcd8209 upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe45b62ff cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6d83cf8 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7768368 libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeb146b79 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xee92bb75 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf0246bf2 cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf372d1c2 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf782fbe6 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf902ccd7 libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfa0d98ca cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfbd3438b cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfbfbdc46 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfde479b0 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x3f186714 ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x574fd90f ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xd87f44fd ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xea9f697d ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x0b6e09e6 lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x2cbc70da lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x37815018 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x3a169051 lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xb3463a48 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xd7578204 lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x5de01627 lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x6eed1986 push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x727585b1 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x85d40144 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x876a50e4 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x8b31a99d fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x9aaf4239 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xbf8d725e fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xc69587ad fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xce74fd1d fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xd94212be lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xdf623799 lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x006925df lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01a25df4 cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03b01bf4 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03cce312 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0448228b cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0509eae0 lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x053bddd2 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05af1920 dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05eac70e cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05f84e88 LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06dc8f3a lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0790f108 cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07dcb22f lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08556a39 lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0946cada class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0aa9847e lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b5f540c cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bb6ab46 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0c197b75 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0c9e4848 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cf99bff dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0dec1396 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e78c649 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0eeaa148 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f095a98 obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fa58137 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fab6566 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11891b28 lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x127722ae class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1455d180 lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1476b8c4 lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15f402ba lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x163bcc60 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16693e0e obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1691d1ab cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16ac7c8a llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1784a4db class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17b535f1 cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1868abb2 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x18c1df3a cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1935081f cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19b19e93 lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19b8d823 obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19cdb31c cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19e211c9 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1aa44c16 class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1cc487c7 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1d2ac677 lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1da4ab39 class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1db0be80 cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ec915c2 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f3dfb0d lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f413548 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fa8971a lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x200189e8 lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x203eafcf local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20437539 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2066e4ef dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20ea65d6 llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21307495 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x215c1c43 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x220e72fa cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2246e39c cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x228167e3 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2354f23b cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23730ea0 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23c83fae lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23f282d6 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23f8b849 lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2426e1c7 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2582f8c4 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x259ebac6 obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25d62be2 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x260b69fb lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x266e4f0f cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x278cbc5b cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27927ca5 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x28077f07 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a0b8c99 cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a59076b cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b4c48e9 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2baf897c cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c07290b lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c55aa47 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c5acf7e dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c7d0a8e class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2cdb4894 dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d2cbd2d lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e029aa3 lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e501efa cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e6f7183 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ea6c2b6 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ef4301a cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f091ea4 cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f2f7c2b lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f86084b cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2fcd3172 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x304f2347 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32a38223 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x333d6fd9 cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x339809b4 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33d8a306 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34caf674 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37076048 cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x376819c1 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37899ef6 dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x396bef2c class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a005065 dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a4260ae lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b1aa31a cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c463fc5 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3cf240e1 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d7cfd45 cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3db6a2d5 cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e4c3471 cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e583e9e cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f07eeb1 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f415744 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3fa04cbe cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x400d5d0c lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42565d3c lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43a935f6 capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x441ed753 dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46939a41 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4706d65d cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48865839 lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48dd1849 cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a29223 lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a831b27 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4aba1cc6 cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b347d5a cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bcdb1cd dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c7ed147 lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4cbed8df cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d2e074c lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d8266a1 class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e887389 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f55ca32 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f6effcf cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f7ebb3f cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fba4346 dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fc67eb8 dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x508dad60 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50a001f9 cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50d4abd1 lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52bc2065 cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x534c95ae llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x536909fc cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54900f17 class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55f5417e llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5627cce8 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x562848ff cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5633b79f class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x579761a7 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5830b044 class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58c571d6 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59110565 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a64d92d lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a9bdafa lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ac333fd llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b33c944 lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c1dcbbf llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c2996c8 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c553174 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cb69e35 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cdd2bd9 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cde5c94 lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d20ad47 class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d6805c2 dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e0a1df6 lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e1e89a8 class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e90c055 llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5efb2a87 lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60544076 cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60a07e93 llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x613dbb7d cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61d3139c lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6211e7e9 llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6317cc76 dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6329e214 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x637239ac lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6387389e lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63d440b1 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63d709a3 capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63f8dbf4 cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64b87f8c cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64d5cfd6 obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x657a7ec8 dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65b03486 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x665f6a53 lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x66fc93b9 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67455b47 class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67498a30 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677bde94 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67cda4d4 lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68b55d75 capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x697b2bb7 cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x699bd270 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a21272b cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a7e4a6e llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6aa48e1a cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b08d768 dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bb6d421 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6be9173d class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c804e4d class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ecf801e lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f3e6225 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f683760 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70386e66 capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x703c3479 lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x703e60f4 class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x716fc0fc llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x71920fd8 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x71f9ef70 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7219f4d7 llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7323442a cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73d5e80c lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x740cd3b5 lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74aa95cf lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7573d398 cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75c50aeb cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76a5b0c8 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x772363bb lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77a0bed3 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7833c224 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7836f4ea lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x783c5f7d llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7840f670 lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x794b6888 dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a149941 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a969b0c local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ab1db29 obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ca49843 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d0581c9 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d4df4e7 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e634857 lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f9237e5 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80af3d86 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80d5171e cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x810de93d lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x813df4da cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8145a6ba dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8229099c lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x822f2296 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83c346cc lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x844d4106 cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8546b035 cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85815798 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85e58300 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85f6f287 llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x862cbaca cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8841ccdf cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88a57c89 lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8938679b cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89734f62 lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89796b21 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a66b877 llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a8f7999 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b257695 lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c3e3dac cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c9f6e1e lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ce08f8d lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d7133c4 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8fd46ec4 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ffe3020 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90c8d327 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x915cd8f5 lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92c0bd49 llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92ee7d2b llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92feced9 class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94092808 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x940c5fec cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94677235 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955b0d73 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9696567a cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96e41504 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d39b51 lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9829f7cd llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b4e54fd lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b673dea class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b9b132a cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d25c61b cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9db3ee54 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e666475 cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e7e2ee1 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ec993c4 cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ee6337d lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fdea4d9 cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0008d4d cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0541fc7 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa08b8cf9 lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa31ce657 lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4335379 cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa45b94ce class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4a7d60a llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4f80e2f local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5a9a902 cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa687412d cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa729f30a lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa784f282 dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8137c46 cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8179ae8 class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa843ac75 lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa862d221 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8820271 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa89abfe4 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa92eac31 lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa9c2bb6f class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa9c661ad cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab91d02b lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabce7643 local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac28e7e0 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae832673 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae9f013d lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaefada98 llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf7537a1 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf794ae0 class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xafb1c30d cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xafb7913e cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb016527e llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0a8fa53 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0d34615 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0d53b07 cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb19f6923 cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1ee280e cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb29fd178 cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb319db6d class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb372cdab llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb485c5e8 llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4f4dd7b llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5131372 lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5a0331e cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6731e14 cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb701dcc3 obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7fcac48 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb85e9848 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb986fcc1 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbaea5fca llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb021e7d cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb728b4f cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbcbc9108 lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbec4b338 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf775022 llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf9e695e lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfc05a35 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc078c8bb class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0ec9084 lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc140fdee cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1b9a319 lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc27ce5a3 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3cbfadf lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5a15f27 lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8451886 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8508d7b class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9087d2b cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9972992 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9b3c667 dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc19ce5f lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc36df08 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc57dbea cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7fc48c cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd8a604e lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcde04c3f local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce3188e2 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf0f0f32 cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0103eae cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd06baed9 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0943596 lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0b6995d lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0e23769 lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd2238eb8 dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd268965a llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd32d4072 dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3e39238 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3ed7826 llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd40d099b cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5884cc0 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd615076c cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7c6a57e cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd88516f4 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda2de885 lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5e1474 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda74761c lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdaf6c0ec cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb1bb6b2 cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc616797 cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcb4c0e9 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc91c02 lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde290d53 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde92d13f cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe09e9ad1 cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe0ca1089 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe25434b3 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2b037c6 class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2c5e98b lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2e55692 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe39dd55f cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4efbe76 cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe52120f7 lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5e04c0b lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe602bd07 cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe65deffe class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe67d7166 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe782ba86 cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d2a6f4 dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe87388ad llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe924fff5 cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe94feb93 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9c7eb23 local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea95185c lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeaee1e45 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb071274 cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb33aee3 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xebf52eb8 cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec41ee86 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xedfd2515 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee01a084 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef620b09 cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0f5574e class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf150c645 cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1b5ff89 lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1c87855 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2e77f18 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd1a04 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf43533d4 obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5556db6 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf6529c0e lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7220862 lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7bff582 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7f42641 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf98a42f5 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9b3d2e5 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfaae30fe cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfba860ae lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc43cb4f cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc461f4d lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfcac9e6d lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8f5cf4 lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0240cd3f ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x05063776 ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x052f4a79 ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x05ddc4aa ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07476acb req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07930e1a ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07e0cdfb client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0816342a ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0888f5b3 sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x097f8926 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09cc0cdd ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac54708 lustre_errno_hton +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c705b56 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cdfacef sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0e4772ad ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10eb6b99 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x113b28bb ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x117f0d3f ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1208ded1 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x135b5d07 ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13c55b4b ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x143e4ec4 sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x150ae713 target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x159e7547 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15ab9214 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1683c181 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x16bfbf8f ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x185b6d7d ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1881d2dc lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18de5262 ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ab9540c ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1afb7daf ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f28af8f ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f752f00 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20fb1b73 req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2126b098 ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x212f1a62 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x22046a3b sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x228cb0da req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x22f43d35 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x253a2b01 lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x260268a7 ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x27767558 ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x283e9715 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29181c4b req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29ac202c ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ba2c623 ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d6fe02c ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2db264db ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e60e248 lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e74a309 lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f1dda8a sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2feeadb5 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x30014f70 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3071be61 ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x30914da6 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x30cd33f8 ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x32a96fc3 ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35866786 sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35b6517e target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x36c79a93 ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a71ee17 ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a9a49af ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3aa694cd ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3caa0b10 ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44742e2e ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44aa4e33 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44e20d85 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4503b71a sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45ccf421 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4844cb56 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4928eed2 ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x49780d98 ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4cd7f16f ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d0a30ca ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d616a28 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e26a490 req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f7d0e12 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4fc2ae0e ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4ffffd86 ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x501c2ee9 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50330057 ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x51da9930 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x51fcd154 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a9511b ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5554bec8 ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x57af7151 ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x58fc64ab req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a3b8600 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ab23aa6 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c9d923b ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5dd79b32 sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e4a95f4 sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x602d600c req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60361106 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61ac7177 sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62796066 ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6333cbf6 ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64b21273 req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x658be644 sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x677840e8 lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ed162 ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69ddf491 ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a5cee93 ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b1ba351 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b29457d _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ba451cb req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ce8447f req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e0afc0a ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e4f5587 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ef3b887 ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f15d55c sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f22d2bc lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ffcffc7 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x700bd54e ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x733b0d77 sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73af05fb ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x752141b7 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7529dde4 ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75701a8d ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7638fafe ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7694afac ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77a47ad5 ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77d5f1b3 client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x795da48b ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7acffca0 ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b8ae86c unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c2a9461 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7cb77576 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7db7e6d6 ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7de10cdc ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7df5f4bd ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7e7ee00c lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f764251 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x813a5f3a sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x81e9dc38 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x81f5b602 sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8252e070 ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x828dad8d ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8499e1e5 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x84a3de1f ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85530bda ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x855f54c1 ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x870a7230 lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x872a50cb target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89ec9a94 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8be7656d ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f60790c sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f87186a req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fcb730a __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x924dab8f req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x92e8de7f ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x93ade1c7 ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x93e002da ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x942bd8c4 ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x942c3250 ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9596bf1f ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95e04a70 ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x971445b7 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x99b9f6ac ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a14fd64 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ae04530 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9cb65a3e ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9f33d6c0 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa0cb0b27 ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2547937 ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa87a75f6 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa995ffd4 client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaa268e22 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab05f768 req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xac89f4f0 ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xad4c2fd1 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xae804d3b ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xae816743 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaedeef58 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf6d8c89 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0e4babf ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1a89430 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2afbb6f ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb5bd83e1 ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9cb5ca8 __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc2c753e ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbdede683 lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbeb7e023 ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbec335fa ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc1d2ae4c ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc54543c5 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc576074c ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc6f1a1dc ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc96be2b7 sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcad4ed02 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcaf1e8be ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcaf5a520 ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcc3531cb req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcd890c50 ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd17fb8c2 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2b2281b ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3c84b6d req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd61b5bde ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8e5938d client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd90f3bd3 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdbd8f92e ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdc6db844 ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0832736 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe1e2ed9d ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe22b4fed lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe2b3da11 req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e8169b lustre_errno_ntoh +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe72d3495 ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7bec1dd ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7f2a2d1 sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe97069fe ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeacb3f7e ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeae82f3d llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeb9f6640 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeebfcceb ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef05d7fd req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef77efbf ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf032f9ee ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf2c7f793 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3fd5681 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf543edb4 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf544f73c ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf572d41c ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf5766f6e ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7e89b2c ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9805879 do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9b64653 client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ba2a94 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa48908e req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfbf30f81 ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc186744 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd48439a ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfda5557c ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfe73a4dc __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffb13a8d client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x58f71263 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x35ec2529 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x5f457991 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x7b60c10a go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x875d17d1 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xb1f7d406 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xb4df92de go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xbeac6156 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xd85cbcdd go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xf5acc8b1 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0xdb7b32cc rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x070d4023 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x09052504 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2ba6eac4 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2dac6724 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2dfb6e33 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x34d21720 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x36cdd34d rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3d246096 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x421a4e72 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x45ecf6ac rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x49e988b3 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4f12f207 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x567007a2 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x780db40a rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x79d3e027 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x80cccc4c HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x86bb92d5 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x882e7646 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8c261c6c rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x937d2c1c rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x93f34893 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x94214033 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x96e89d03 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x997cac5a Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9db065b1 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa5c171b2 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa90a04ca rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb6cc47d4 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbf13aa71 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc672e5a9 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcab553b6 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce1ac7b9 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce335cd5 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd159b619 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd15ee01b rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd186f966 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd67671aa rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd71dfdc8 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdbbc98f8 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdc114eb9 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdd5cc806 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe0903884 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe2bea587 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe3cca618 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe64fe2f1 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe7b6e2c4 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xedeff5e1 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf02dcdaf rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfbd918cb rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfed37001 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1bda8eec stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x211bb773 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x25ccfb8b efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3046dd0d stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4028a82d stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4597e7e2 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x48ab3f6f stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4c066237 stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x51c4e7e0 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5c0bf9cc stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6aaa3a76 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6c7a427b stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6eedd7b1 stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7c2d07c7 stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x880f2c20 rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8935bbd2 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8a18b8c2 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x941b6c42 rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xaa53d8d7 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xaf6bcbbe stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc14e5735 stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xddbf2e88 stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe8aaca64 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xec1300a0 stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf475f297 stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xff4aa1b1 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x01a8aab6 ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x040b651f DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x09fcc239 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0d4cfdf1 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x237d89d1 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x239a5392 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x25e86a97 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ab13d1c ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2d3fbe65 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2d824773 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2e88db04 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x31c10331 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x34867ac2 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x35d7845a ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3bc88bc7 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbb989d ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3f0eb1c5 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3fbe35f9 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4101ad6f ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x421e9e7d ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x43392355 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x451c56a1 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x473fa41b ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x480a647f ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x59522544 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x59a0a5be ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x59e7a412 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5af46aa4 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5cadd8f6 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x64a21289 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x66848f37 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x66fc6d82 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c32c8b5 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6d85a812 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7359e19a ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x73f36567 ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x74adcb7a ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x799ad4c4 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8156c693 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x889b16a1 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8d304743 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8eb73ab6 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x941c66dd ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9f9ecc4e Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa48dd48b SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaabb28da ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb05ca6fc ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbdca2e76 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc6b72450 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcaba84b3 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd63b9b13 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe408aab1 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe57d9bf4 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeb89e60d ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xef60f367 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfc53ce1e ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x7fe4d847 xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xe8a3911a xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xf4f2454b xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xf884e958 xillybus_init_endpoint +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x15e2cf8d iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1d2dcbdc iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x27c27bb6 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2a7f6284 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2c366d8d iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2fb70fdb iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x369f2742 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x517db947 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x55225185 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5f081712 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x77ea93c1 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7b14ef5d iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7d7366f4 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7fcee265 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x819c011d iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x901a863b iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x998e2b82 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa8ead4bb iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaa6ebd04 iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xab3943ad iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb2053422 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc4dff7bd iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc5873c82 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc652a7f3 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcfa82ae8 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd0ecf5fd iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdd444403 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe3db631e iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0432ec33 sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0x060ae51d transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x07c6e2f5 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x09705ed1 sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0x0e6b2607 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x17b9e2ea fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x22f45087 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x295936bf transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x2c4bb08c core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x2cddec38 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x3398b30c transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x361c9c60 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x38459439 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x3bc3dfb6 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e64fa5e target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x4e96498d sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f1542cb target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x51006b43 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x520675ff transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x53ed877f transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x54b6377b core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x589617dc target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x59503a66 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x5af3fb47 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c7a0c68 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x5cd56376 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6057485d target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x62858d87 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x63d81637 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x6a1b255c sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x6a3f0c03 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b0a5507 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c5a1e04 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d2aeb7e sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x71f62297 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x7332be28 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a7a3c8d target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x85cd0526 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x87dbcdb9 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b5fcd0e core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b8bcd01 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0x9de25f1d transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xa0128321 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa05526c3 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xa06e6031 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xa0d4ebc3 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa3127585 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa4033775 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa735974 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xac2e46b9 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xb0b1852f target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xb24fac67 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xb3d5fe8a iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc3e48d7 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe5edfb4 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc5a40f2a sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0xcba09386 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xd60df052 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe26c3eb9 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe280408f spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7c7ad52 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xe803618d transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xed07bd6e core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xed613d24 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xed95848f target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xee04da9b iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf16df4a1 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xf6996826 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xf90c18dc iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xfa8eba07 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xfaa4b92c target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xfd33562a fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xffbca90d transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x8cfd2259 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xe2dbd07d usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x824a4cf1 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0d3ed521 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1be4c03d usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1d6c5602 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2f212061 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x426603f9 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x98fbcb89 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa171c1c4 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa9d4978e usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb25ffc05 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd7326f8d usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf5e044e1 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xfcc4af4d usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x14bd4e04 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x69a43594 usb_serial_suspend +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_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 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd11d2709 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xfc7dcad2 vringh_getdesc_user +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x1a11f76e devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xc1fc8ffb devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xda352251 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xf3385771 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 0x3a183788 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x5744ab56 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x659f0541 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x7b4ab797 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x900cc561 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe4464a58 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe47b706b svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +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 0xc115d1aa cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x3097038d mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xac4e72d0 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xd6789237 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xe7c1f9d2 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x51e07993 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x83d6edee DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xe233bb7e matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xe2e03b00 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xbed3f20e matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x52daeecb matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x2f7d539b matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x4b92fc5c matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x88f2558c matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xea77ff31 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xcae5b8d4 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xe9dd186e matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x580da855 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x87833e6d matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x98375103 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xebf337d9 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf5bea9c0 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0xbaed140e mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x5422ba7f w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x5ee520f0 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x6f4246d0 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x9ce1d5f8 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x57543d72 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x618515ab w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x7ebbec55 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xf0adc347 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x0cc1a298 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x3bb88380 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x75718828 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x852102b0 w1_remove_master_device +EXPORT_SYMBOL fs/configfs/configfs 0x2f3ffe0d configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x3f805c3f config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x6414004b configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x8ef55049 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x932f518f configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x937091ce configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0xa20e6039 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0xd1e9c7b0 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0xd905fc00 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xd9e62278 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xed79a23c config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xef6f3857 config_item_get +EXPORT_SYMBOL fs/exofs/libore 0x17c42833 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x31ad86c4 ore_read +EXPORT_SYMBOL fs/exofs/libore 0x365234ad ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x36811edf ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x392e4e50 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x3f5e8203 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x637fb3fd ore_create +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xa56835ed ore_write +EXPORT_SYMBOL fs/exofs/libore 0xd593f8c6 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0xf77f5010 ore_get_rw_state +EXPORT_SYMBOL fs/fscache/fscache 0x014dc764 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x0305022b __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x03887b56 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x059d5a8e __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x09940de2 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x10b14926 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x13efdfa3 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x242125e1 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x25631afd fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x27bb8327 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x287c8664 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x2927302f __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x2c8ced84 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x336811a5 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x3f0ff2b2 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x4c7e1bd9 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x55e6d7d5 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x5a9a59e8 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x6495e0f5 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x67687f31 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0x6d1584dc fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x6fac0756 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x7098e091 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x803cef69 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x93447473 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x9886568d __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0xa7aada2c fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0xab178703 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0xb52d1089 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xb6a01069 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0xc05827b8 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0xc793c754 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xd77827ad __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe4c44d70 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xedcf167c __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xf3130b8b fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0xf32173b5 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x05a05884 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x3f30361a qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x466dca02 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x6fb19c6f qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x7a1993ac qtree_delete_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0x66213969 crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x07dcce01 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x0d657ee1 lc_committed +EXPORT_SYMBOL lib/lru_cache 0x272b7bf8 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x30aa8cd7 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x3dd65bcb lc_put +EXPORT_SYMBOL lib/lru_cache 0x491bd152 lc_set +EXPORT_SYMBOL lib/lru_cache 0x4bc03f5e lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x51884fff lc_get +EXPORT_SYMBOL lib/lru_cache 0x53414d7d lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x613bc317 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x69b1ed33 lc_del +EXPORT_SYMBOL lib/lru_cache 0xb8e12c48 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0xb9de7744 lc_create +EXPORT_SYMBOL lib/lru_cache 0xd68274b6 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xf25a1900 lc_find +EXPORT_SYMBOL lib/lru_cache 0xf51732de lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xfb1791a1 lc_try_get +EXPORT_SYMBOL lib/lz4/lz4_compress 0xcbc5d521 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x26c3aa22 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x091b0d0b unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0x55074a9a register_8022_client +EXPORT_SYMBOL net/802/p8023 0x75947ae0 destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0x8807e876 make_8023_client +EXPORT_SYMBOL net/802/psnap 0x71b3afe4 register_snap_client +EXPORT_SYMBOL net/802/psnap 0x8d4899af unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0712f436 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x0aa59144 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x0d27c83b p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x140ae81c p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x1c70f4b9 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x1de42b98 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x2ce6634a p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x313a7fd1 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x34fe6f43 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x39b9795e p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x45946329 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x495c5ba6 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x513111b9 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x5dbda3fc p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x5dc20ad0 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x6bb6d291 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x6c1a5d3d v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x6e648428 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x6edb79be p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x712bb5d5 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x82f99666 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x85f4bf4e p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x85fa1e51 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x88c8cd9a p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8ff97b8f p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x969126df v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9ce58e4f p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x9ec678ae p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xae5fa40f p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xb42604c1 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xb8438f01 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xb944901c p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xbe1ded10 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xcb6714f7 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd1d78dc9 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xdb3915e2 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xe535d22e p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xeb16147c p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xed8d1d62 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xf34a1d91 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf673f569 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xf983a95a p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x5b13fb7c atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x695b20cf alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x8b593b4b aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xf381c3ac atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x0bf9aa09 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x0e60db64 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x109af026 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x5b3c1b47 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x6447639b atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x6a1d1bb9 atm_charge +EXPORT_SYMBOL net/atm/atm 0x9bd9fe64 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa5e9e206 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb89cfa83 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xc0a674a0 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xca9316ab vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xe0df52f9 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xe98f659c atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xf1774b53 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x16a2993a ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x2a618827 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x34f7cc33 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x81eb1bc4 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9758db99 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xae3a82c5 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xb56fc572 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xd59d0dfd ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xe1fe866c ax25_hard_header +EXPORT_SYMBOL net/bluetooth/bluetooth 0x008c3256 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x00af9cc4 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1662425d bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2485a1f0 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x25884ea6 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2865f68c hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2b10dedb hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x326e8c9a bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x32e43249 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3aff7685 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3cb763d6 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x48d19771 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4af48730 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4f2ef946 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5536f1e1 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6d951b40 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8e1394b2 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x988929a3 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9b9460ba hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9c1f85aa hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa0b2d8ee l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa7421301 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xae760956 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb6accabb l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb88f2e9b bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbdb5dbcd bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc95236fa hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc969b184 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd8522aff hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdbf5f6f9 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe68932fd bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xedeaed52 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeebdc72e bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeedde39b hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf575c675 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf8b3b0fc bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfae3316c __hci_cmd_sync_ev +EXPORT_SYMBOL net/bridge/bridge 0x03b50eb2 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x02ace953 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x91c067de ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb33147c3 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 0x2aa8c7ae caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x588b6691 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xcc3ed21c caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0xf84a31cb get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0xfc12afe5 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/can/can 0x655264c2 can_send +EXPORT_SYMBOL net/can/can 0x88985459 can_rx_register +EXPORT_SYMBOL net/can/can 0xa4795b01 can_proto_register +EXPORT_SYMBOL net/can/can 0xa48b7433 can_proto_unregister +EXPORT_SYMBOL net/can/can 0xc5dcb8d5 can_ioctl +EXPORT_SYMBOL net/can/can 0xe8aa1808 can_rx_unregister +EXPORT_SYMBOL net/ceph/libceph 0x03383924 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x076e04e6 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0b03b48e ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x0ee42636 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x100382a8 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x13587995 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1b9a43e6 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x1fc9bbf4 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x22385466 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x346aede9 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x36b0adaf ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x37e36c0c ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x3926f274 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x3a54b63a ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x40e0576b ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x42fd4d9c osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x497e827a ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x4d29dc53 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x5240e8b9 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x528d7d44 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x53911332 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x55b8f138 ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x573be18a ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x58c05e2e osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x5babb6db ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x64187998 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x64960d8e ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x67500c48 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6c2200f1 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x6d06adec ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6e68d7fc osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x6f3e5ce4 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x6fc2108c ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x7460a98d __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x77429145 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x78e37cfc ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x7e104448 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x7f6ba281 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x8701738b ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x88a17389 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x8a3f0265 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x8ab4345d ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x9001f1e9 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9ba73007 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x9d23f4f7 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x9ebf84cf ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0x9f74a1ff osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x9f8eb8d9 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x9fdf81bc osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0xa3fa6dae ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xa485ad0f ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xa633e1cc ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xa8bdf89a ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xab30d0ec ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xabb46e9c ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xaf026ebc ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb67875e5 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0xbd96572c ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xbeecfa85 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xbf0e9a71 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xbfcec16d osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xc2284434 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc6ef72c6 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0xc87eb205 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcc31baa9 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xda59ac79 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe184e119 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xe4322f01 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xe54e1117 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe55d9bcd ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xe637eb43 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xea076188 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xedbe1543 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xee03047f ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xf0d23a4b ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0xf6cbe1aa ceph_osdc_cancel_event +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x371700b0 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x579d92b2 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1d7f2d12 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x310e16a7 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3ccce372 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5127a541 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x51d71dc0 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x81c7f610 wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x8d475dd8 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9a6f5e28 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xac0d9130 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xbbf30d59 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xdcd91d0b ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xef28ed09 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf7f86ede wpan_phy_unregister +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xff7a38ad ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x11711aab arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x95495e7d arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xf75e82c1 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x47b82042 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x5eea3062 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x9b47a161 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x1d6f5703 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xaf44d78e xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2ce70908 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xae34969e ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x16bd33d4 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x45f49880 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x4ec72d42 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x6d610713 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xa5eb5267 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x70a259ac xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xa7b7fce9 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x47f0ae21 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x641716ef ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x860c3cdf ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x8d2c5650 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x98cf60a2 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xb1d24dcf ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xd7c73c29 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xfa2d6165 ircomm_data_request +EXPORT_SYMBOL net/irda/irda 0x04b11868 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x0c2e5fa8 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x13c46d8a irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x14191e6a iriap_close +EXPORT_SYMBOL net/irda/irda 0x15270685 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x1694415e irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x17a491c5 irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x1dc4ad5a iriap_open +EXPORT_SYMBOL net/irda/irda 0x1f3c2f81 irlap_close +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x36cad55b hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x37791344 hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x56f6e337 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x5f98fb47 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x6492e28c hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x654ecb45 async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b76aa70 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x731cec71 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7e67ca6e irias_new_object +EXPORT_SYMBOL net/irda/irda 0x88bca925 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x88dd87b7 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x8929f268 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x8982c8d9 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x8a324ee3 irlap_open +EXPORT_SYMBOL net/irda/irda 0x8a44dd5e hashbin_new +EXPORT_SYMBOL net/irda/irda 0x8bd27d92 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x90ddb6bd hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x975ffb64 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9f8a6acd async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x9ffda243 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0xaf48f356 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0xb3c13d7f irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0xb48b140a irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xbf7dd554 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xbfa7c08d hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xc477368d irias_find_object +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe1afff0d irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xe485d0e1 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0xe7f18fad iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf199cba4 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xf3272f7f irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0xf35decf1 irttp_connect_request +EXPORT_SYMBOL net/l2tp/l2tp_core 0xab244274 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x042c6bc3 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x048abf85 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x8396fb59 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xa9ea7889 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xb7682f2e lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xb9ceca8a lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xea410682 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xefc29ff8 lapb_setparms +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x8135f1bb llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x85600f8b llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x98bbff16 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x9cf80835 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xabb8783c llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xaf34107f llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xb67d845a llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x12f0cddd ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x1566a873 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x16844331 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x1d195e9e ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x1f58fd91 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x21e7d88b ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x22f38e75 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x23eddd46 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x25a20f5e ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x26e369e2 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x2cf2e980 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x301d25a7 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x33d40351 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x352d9f66 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x356ca801 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x359d99ca ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x3c61a12c __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x401826c9 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x466bf471 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4df437b4 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x4e7b5883 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x524e6a80 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x54aa8e60 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x56673025 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x56bf1d05 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5c63fab7 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x604e60f5 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x61cba24e ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x677d4c34 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x6b76c6b0 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x72e1c100 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x82bf18e8 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x8637d335 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x87273e53 ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x8bf03da0 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x95b09053 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x96b2ff30 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x96defbb5 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x993ddda6 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x9db4ac55 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x9ea9e531 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa7ca574f ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xa7cf714b ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xa9e1eb02 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xab890c62 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xaf6e4662 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xb379d2d6 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xc19d1037 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xcc74fcde ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xd81b205d ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xdc290ae9 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xddf90af0 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xdec25fd2 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xdf0b1238 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xe75df282 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xe9569da0 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xeae20ad4 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xeb682894 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xed56116e rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0xeec00755 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xf1432ba1 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf9cd06bd ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xfd0ad4e3 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xff6df738 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac802154/mac802154 0x15eafffa ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0x4aebe0e5 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0x4e61cd9b ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x7d342c05 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0xa34022e4 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x084759cd ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0fd8e8a2 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0ff39e6b ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x15b66616 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1872d63f ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1d96b43e ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2969fc48 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3a2e263c ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x501b47bf ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x584b7aa6 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6997d018 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x77b9d8d3 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xac752320 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbc65ee42 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x1e55a437 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x5b535929 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xfcd43f0d nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x2a55ba18 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x5ea4acdd nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x5fc71ee7 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x66b76f84 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x75ff0ebe nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xd5f3c333 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x198f638b xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x3aaa4aed xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x4797e701 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x489cbcd6 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x4a6b227c xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x77fbfa65 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x8a945bb1 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x997fde60 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xb0c66c5a xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xc6588769 xt_find_match +EXPORT_SYMBOL net/nfc/hci/hci 0x05a2ee5f nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x0e6cf1b3 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x27a7ad32 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x2c226526 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x2eb36e8a nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x319ab70c nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x371cede6 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x3ace10fa nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x426f3fd1 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x47cc0416 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x51301ec6 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x800addfc nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x8592d6bb nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xb664b23c nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xd574ba97 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xe1713c83 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xe6b0fa12 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0xf68b0381 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x24cd926d nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x42b28182 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x7bc55ac4 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x7dcb4b37 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x7f4f21b1 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x926c2ceb nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nfc 0x02c4ca0b nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x1314bfd9 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x1aadd6d1 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x359f2fff nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x670a898e nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x7377c09d nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x93c0049a nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x9ad01415 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x9e9dc501 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xa4448bc2 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xb232c967 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xbe00bebf nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xc15d62b5 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xc3e44494 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xcc6581f5 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xccb7ce26 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xd04f4df7 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xdb69a594 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xe5b47107 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xee079653 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xf33e9731 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc_digital 0x27f535b7 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x5cf6486d nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xae3361a0 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xcf26ad52 nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x087af426 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x51551378 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x5a6a5204 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x6b60d943 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xb0cf23dc phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xc6f09699 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xd0644f1c phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xed29e035 phonet_proto_register +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0333909a rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x137b354f rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1c4fa5fa rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1c789e3f rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x2e2b0efa rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x3d621296 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x50561a28 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x526f185b rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5c601487 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x6be5a7ca rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc60c8fb6 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xdf156ff8 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xe1a80ff9 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xe2a5f656 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xe46af0e1 rxrpc_get_server_data_key +EXPORT_SYMBOL net/sctp/sctp 0xdc78b441 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x3e3c5be1 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xc0166d3b gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xe259e9bf gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x0488d357 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x68d97a1d svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x98fa7915 xdr_restrict_buflen +EXPORT_SYMBOL net/wimax/wimax 0x2bf39c17 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0xdd02ad10 wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x07126c1e cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x078cb3a5 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x094baa4c cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x09b5fcbd cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0cd4a112 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x0d9c7ad2 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x0dd765b2 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x132daaaa wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1c80f55a cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x21a24089 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x282d30e4 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x37db9a1d cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x3aea8038 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x3c6d46d9 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x47b359ec wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x4a53892b cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x4e7932f6 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x4e9df569 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x504f6a89 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x516f76ae cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x52c56957 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x562380c8 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x57e9d597 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5c86f336 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x5d496e7c cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5ed0b020 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x6063e504 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x64eb1f43 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a3650e9 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x6d049fec cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x7184ea6b cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x7252d0f4 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x753dbf52 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x7789f54f cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x7ade5b62 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x82c914af cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x8602c359 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x87af7b16 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8e641bf6 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x8fcd4b02 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x9080e06b cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x91a07765 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x9383b986 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x95d49db3 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x99d392f4 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x9ca59793 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x9cae767f cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x9d9ad5a7 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x9e59567e cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa424b2da cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0xa469f76c cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xa969724a cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xabde28b5 ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xadc82026 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xb3519848 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xb5a77d83 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xbf2de7d1 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xc1b0b146 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xc298ce6e ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xc2a8f482 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xc3b81318 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xc3c21339 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc8d3f2fc cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xcb1a7a44 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd31ace49 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xd5bf9a23 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdc00d992 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xe9661799 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xebb554c6 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf0b51c63 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xf7a23611 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xfbc7125f cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xfea72f1a cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xfed3c5fd ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/cfg80211 0xff7c490d __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/lib80211 0x049957cb lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x1281da64 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x23835817 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x57008c24 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x5ca61085 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x86dee802 lib80211_register_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0x7f94bce9 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xfc4b6631 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x0c8e2f0c snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 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 0x7e48995f 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 0xcac0a3be 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 0xeacdd350 snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xee9abfe3 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x7c10709b snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xe2214d65 snd_seq_device_register_driver +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 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x127b30fb snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x1cdc0812 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x59eb74ae snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8102ed2f snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb11ba32d snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb2c7f684 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xea0e5748 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xed42580b snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x18e8cb3f snd_virmidi_new +EXPORT_SYMBOL sound/core/snd-hwdep 0x07efbce3 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x060393c9 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1469b977 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2bb67bc7 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x438e32e6 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4a825961 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5b9c8b6c snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x67da67a3 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x695c63d8 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x86e1fdd7 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9f65a280 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xaf7fdcff snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb0aeba15 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbf1b8079 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc998f91b snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe83170d7 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xeced02cf snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfe733a6e snd_rawmidi_receive +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x211cf188 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 0x5c926f62 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8e68e3b5 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x922cbfe3 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x94c555bf snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb6b0bfba snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xbf745ab4 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc398b0f5 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe3d4ec4b snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf106bdbf snd_opl3_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x01dc690d snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2904fdf8 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2c4a194c snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x40833773 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x70b15e79 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9d1e568d snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9e386233 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9f168516 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xcb3e70a4 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x02432182 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x16e1adfa amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x172dc4df iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1a9a8363 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2171c97e amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2222f3f7 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2618f384 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2c77b1b9 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5086fd24 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x516903ba avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x524a1a05 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5316776e amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53269254 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x66bfac3e fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7016392f amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x718432f2 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x71aff670 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x781b90e7 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7da31e47 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x806c3aad fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x84c68802 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x952e1f1e cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9bc36ce8 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9c6748e5 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa9a2798b snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb4cb6ba6 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe53bd3a5 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe6799562 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xea7c4926 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf7de2028 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf8ac2e82 amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x13eb2d82 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x311f7c72 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x7ebc610f snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x83f69902 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x89d748c7 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xcf3c8e4d snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x004b60fd snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x4c5bc596 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xcc799e8a snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xd0137a69 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x453a8b71 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc8cae00a snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x156576bd snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x1f5129ba snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x2a1225db snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x74a22a36 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xe0a43f13 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xeea90375 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x33623f91 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x804b28e8 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x805fb50b snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x941f43ee snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xb9c74acb snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xfd495ac2 snd_i2c_device_free +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x038f0db7 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2579b669 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x391b9537 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x46d21d72 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4ad8e361 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4b4caee0 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6d93b175 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7aa19fd2 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8901b233 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8a61672b snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa8e4dda7 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb330b80e snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc149e85b snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc465b5a9 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd084d249 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xea981a10 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xed18d8ce snd_ac97_update_power +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x26214462 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2b171e11 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x56621f9f snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x68e8390f snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x69ee3ff9 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc099e1ae snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd8b06590 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xdbb54dc9 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe5851b4f snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x1997beb3 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x1cb369d9 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xd034785b snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x01f82fd4 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0cbe607b oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x121ed6fc oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x143b7d09 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1608c685 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x26127a15 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2821d48b oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x321f435e oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x37540caf oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x37dadc47 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x40ebfd18 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4401b775 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x474b6abf oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8190a6fb oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8675f7f2 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8d03aa29 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9ba88f43 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9f2df512 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa6ae57eb oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb8ccc4c2 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf9a73ef0 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2b3a7b12 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xac0b4d7d snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xb918b0f1 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xd0b15e96 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xec8ff1b3 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x2b1946c7 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x770af91a fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x1698c33e snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x19068f01 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x410a258d snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x66781be6 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xabfc7016 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xb7acebde snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0312169b snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x3e592577 __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x4b3ebfb2 __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x8ac936ec snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc508d82f __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc9e6133b snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd0fd12cb snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe54af509 snd_util_mem_free +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x251a082b snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x001677cb __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x001836b3 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x0049e0fa mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x004ba7ae devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x005354e8 kernel_write +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x008074d4 bdi_register +EXPORT_SYMBOL vmlinux 0x009da3a1 done_path_create +EXPORT_SYMBOL vmlinux 0x00a84238 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x00bf9ace inet_accept +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x00e82a76 check_disk_change +EXPORT_SYMBOL vmlinux 0x00e87983 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x00f33f15 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101ae7e force_sig +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x011a9e53 elf_hwcap2 +EXPORT_SYMBOL vmlinux 0x0136e318 noop_qdisc +EXPORT_SYMBOL vmlinux 0x0158621d set_bh_page +EXPORT_SYMBOL vmlinux 0x0186e2de smp_call_function_many +EXPORT_SYMBOL vmlinux 0x01a0e13e neigh_for_each +EXPORT_SYMBOL vmlinux 0x01a3d310 omap_set_dma_channel_mode +EXPORT_SYMBOL vmlinux 0x01ab99b3 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x01aebc75 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x01b7fd59 dispc_read_irqstatus +EXPORT_SYMBOL vmlinux 0x01ea132e dispc_runtime_put +EXPORT_SYMBOL vmlinux 0x01fdbf30 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x02196324 __aeabi_idiv +EXPORT_SYMBOL vmlinux 0x023424c4 udplite_prot +EXPORT_SYMBOL vmlinux 0x0237c14a filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x024bf88f omap_modify_dma_chain_params +EXPORT_SYMBOL vmlinux 0x02543ad7 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x02573b36 omap_disable_dma_irq +EXPORT_SYMBOL vmlinux 0x026094d1 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0275703f jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL vmlinux 0x029371b7 pci_iomap +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02ef742b percpu_counter_set +EXPORT_SYMBOL vmlinux 0x03026722 mempool_alloc +EXPORT_SYMBOL vmlinux 0x03253daf flush_old_exec +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x034020cb sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x03488f10 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x03635439 edma_stop +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x03698e7d pci_read_vpd +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03ba39b0 v7_flush_user_cache_all +EXPORT_SYMBOL vmlinux 0x03c04322 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03cab8d5 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x03d4a233 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x0427e627 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x04375383 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x0447c3c6 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044aebd2 __blk_run_queue +EXPORT_SYMBOL vmlinux 0x0452bfe6 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x04559d4f nf_log_set +EXPORT_SYMBOL vmlinux 0x04691966 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x046c2915 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x047c03dd consume_skb +EXPORT_SYMBOL vmlinux 0x04834560 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x0487af1d __d_drop +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x049c0c20 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x04bba6fb sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x04cda566 snd_interval_refine +EXPORT_SYMBOL vmlinux 0x04e40fb9 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04f817fb make_kgid +EXPORT_SYMBOL vmlinux 0x0502c262 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x053289df snd_card_free_when_closed +EXPORT_SYMBOL vmlinux 0x0533c750 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x0535dc17 d_set_d_op +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x057d72f9 skb_store_bits +EXPORT_SYMBOL vmlinux 0x0580197b register_qdisc +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x0599135d mmc_can_discard +EXPORT_SYMBOL vmlinux 0x05ac026c blk_complete_request +EXPORT_SYMBOL vmlinux 0x05b6dae9 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x05c419b5 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x0608b870 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062eea6a shdma_chan_remove +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063d78d6 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x0654b5e0 bio_endio +EXPORT_SYMBOL vmlinux 0x06607f92 dss_feat_get_supported_outputs +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x06ad14ae snd_timer_resolution +EXPORT_SYMBOL vmlinux 0x06b276de proc_symlink +EXPORT_SYMBOL vmlinux 0x06b73b91 blkdev_get +EXPORT_SYMBOL vmlinux 0x06b85c90 bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x06beb874 phy_attach +EXPORT_SYMBOL vmlinux 0x06fa21c6 input_set_keycode +EXPORT_SYMBOL vmlinux 0x06fd18cd lock_sock_fast +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x07323fee mutex_unlock +EXPORT_SYMBOL vmlinux 0x073bce87 edma_write_slot +EXPORT_SYMBOL vmlinux 0x074f10c1 cad_pid +EXPORT_SYMBOL vmlinux 0x076ff77f inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x0786e82e mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x0798cf82 dev_driver_string +EXPORT_SYMBOL vmlinux 0x07a4b576 flex_array_free +EXPORT_SYMBOL vmlinux 0x07a63844 brioctl_set +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b57971 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x07bde1c0 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07cf9099 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x07d53e16 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x07d75536 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x07e6d2e1 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x07eecd2b inet_recvmsg +EXPORT_SYMBOL vmlinux 0x07f69bf0 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x08049e5c dquot_drop +EXPORT_SYMBOL vmlinux 0x0814c0d8 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x0815af46 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x081f3afb complete_all +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x0833f8e5 dev_add_offload +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0852f449 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x08619b24 skb_clone +EXPORT_SYMBOL vmlinux 0x086b86cf blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x089eee55 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x08aa3c83 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x08d8412c pci_match_id +EXPORT_SYMBOL vmlinux 0x08e8fd2d bio_phys_segments +EXPORT_SYMBOL vmlinux 0x08f78c41 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x08ffc227 try_module_get +EXPORT_SYMBOL vmlinux 0x091e94c4 sock_release +EXPORT_SYMBOL vmlinux 0x09232db7 scsi_host_put +EXPORT_SYMBOL vmlinux 0x0924b4ae of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x0965bfc9 pps_register_source +EXPORT_SYMBOL vmlinux 0x097ec1ff _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098cbe90 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x098f83c2 nand_calculate_ecc +EXPORT_SYMBOL vmlinux 0x0998f425 snd_register_device_for_dev +EXPORT_SYMBOL vmlinux 0x09a3fc18 mntput +EXPORT_SYMBOL vmlinux 0x09c2d7df pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09cf1b46 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x09cff143 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x09d0363e tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09f42510 swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x09f7fcbc key_link +EXPORT_SYMBOL vmlinux 0x09fa930e netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x0a0786de udplite_table +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a2fa957 no_llseek +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a52027e blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x0a58c35a posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x0a684e4e scsi_print_sense +EXPORT_SYMBOL vmlinux 0x0a77be14 eth_header_cache +EXPORT_SYMBOL vmlinux 0x0a79a5b5 dispc_ovl_check +EXPORT_SYMBOL vmlinux 0x0a8e36f9 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x0a92072a copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x0aa13d05 __raw_readsw +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0aceebc7 dss_mgr_set_timings +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad43493 load_nls +EXPORT_SYMBOL vmlinux 0x0ad49345 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x0adaa503 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x0adfab73 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x0b00e566 d_lookup +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1910af of_platform_device_create +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b28c0d8 mntget +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b4dbd8e neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x0b55a1c1 d_rehash +EXPORT_SYMBOL vmlinux 0x0b73ec1d sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b9510e9 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x0ba1f2b7 vme_dma_request +EXPORT_SYMBOL vmlinux 0x0baa58e8 __register_chrdev +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0c3b9491 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c501b5a bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c5a34c0 lock_rename +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c740c8c path_get +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca54fee _test_and_set_bit +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cbc95bf ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x0ccf3e9a scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x0cfefe1e percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x0d00d2f8 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x0d13bb8f skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x0d1e0dbd mount_ns +EXPORT_SYMBOL vmlinux 0x0d1f1fb9 kill_bdev +EXPORT_SYMBOL vmlinux 0x0d209190 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x0d36d383 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x0d37b759 register_key_type +EXPORT_SYMBOL vmlinux 0x0d3f57a2 _find_next_bit_le +EXPORT_SYMBOL vmlinux 0x0d4b7e58 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x0d4d7a32 _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d63ed82 clk_get +EXPORT_SYMBOL vmlinux 0x0d70b04c input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x0d85ad60 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0daa9dbb mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x0dcdb687 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x0de261d7 ps2_end_command +EXPORT_SYMBOL vmlinux 0x0df86e3b dm_io +EXPORT_SYMBOL vmlinux 0x0dfb47e2 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x0e209cd1 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x0e3f46a2 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x0e4c1a47 omapdss_register_output +EXPORT_SYMBOL vmlinux 0x0e59a78a vfs_mknod +EXPORT_SYMBOL vmlinux 0x0e658c10 dquot_file_open +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e88d2a1 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x0ea47272 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x0eaf451e hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ee9dbb3 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x0eedd15f netlink_net_capable +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f151d23 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x0f212dea generic_setlease +EXPORT_SYMBOL vmlinux 0x0f2a6bce of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x0f2eea8e truncate_setsize +EXPORT_SYMBOL vmlinux 0x0f30b892 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x0f3bc6b1 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f6f0a46 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x0f8122a4 bh_submit_read +EXPORT_SYMBOL vmlinux 0x0f9db2c7 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x0fa2a45e __memzero +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fb3ccc9 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x0fbf4470 get_super_thawed +EXPORT_SYMBOL vmlinux 0x0fc299f4 ll_rw_block +EXPORT_SYMBOL vmlinux 0x0fd8a958 __napi_complete +EXPORT_SYMBOL vmlinux 0x0fda0eb1 register_exec_domain +EXPORT_SYMBOL vmlinux 0x0feb4e8b blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x0fecde3e qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x0ff178f6 __aeabi_idivmod +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x0ff9537c dqget +EXPORT_SYMBOL vmlinux 0x1021420c __bread +EXPORT_SYMBOL vmlinux 0x10260c4f mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x102684fb omap_dss_get_output +EXPORT_SYMBOL vmlinux 0x102a10f0 kobject_add +EXPORT_SYMBOL vmlinux 0x104190dc flush_signals +EXPORT_SYMBOL vmlinux 0x1048da92 tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x104bf497 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x104dffb2 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x105aebcc padata_remove_cpu +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x107618bb generic_removexattr +EXPORT_SYMBOL vmlinux 0x107b4961 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x109fe43f get_user_pages +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x10f3b27b phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x11076ae3 omapdss_register_display +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1117b1f2 misc_deregister +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1171592e of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x117f4997 dev_get_stats +EXPORT_SYMBOL vmlinux 0x11858bb8 devm_clk_put +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x11924bc0 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x119b50e7 elf_check_arch +EXPORT_SYMBOL vmlinux 0x11c01801 pps_event +EXPORT_SYMBOL vmlinux 0x11c91f32 omapdss_default_get_recommended_bpp +EXPORT_SYMBOL vmlinux 0x11d6c765 get_tz_trend +EXPORT_SYMBOL vmlinux 0x11dae61d remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x11e43511 give_up_console +EXPORT_SYMBOL vmlinux 0x11efd03e iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1213ebae fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x1215c40d ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x121adfb1 start_tty +EXPORT_SYMBOL vmlinux 0x12262c04 tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0x125a0fe0 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x128cb89a blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12af1233 nand_scan_ident +EXPORT_SYMBOL vmlinux 0x12c232f8 vga_get +EXPORT_SYMBOL vmlinux 0x12d1f415 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x12d9c505 dev_addr_init +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12e355a9 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x12f8c839 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x1304473b bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x1326b7af tcp_make_synack +EXPORT_SYMBOL vmlinux 0x132d1671 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13315729 flex_array_alloc +EXPORT_SYMBOL vmlinux 0x13407631 udp_seq_open +EXPORT_SYMBOL vmlinux 0x1345bf96 phy_device_free +EXPORT_SYMBOL vmlinux 0x13467412 nobh_write_end +EXPORT_SYMBOL vmlinux 0x1362ce92 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x1366db92 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x136d7409 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x1378ac3e sync_inode +EXPORT_SYMBOL vmlinux 0x138421a2 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x138a653a security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x138ed976 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x139f1ffe find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x13a362c3 led_blink_set +EXPORT_SYMBOL vmlinux 0x13b8ecd6 kobject_put +EXPORT_SYMBOL vmlinux 0x13c4bf25 dev_change_flags +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13dbbc3c iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x140aae14 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x141e611a security_inode_permission +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x14422e04 inet_bind +EXPORT_SYMBOL vmlinux 0x1457cf0f skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x145a007b blk_sync_queue +EXPORT_SYMBOL vmlinux 0x14948c7d dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x14bcf008 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x14c906a3 security_path_symlink +EXPORT_SYMBOL vmlinux 0x14d4a9c5 _change_bit +EXPORT_SYMBOL vmlinux 0x14d7582d iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x15218ae2 elv_rb_del +EXPORT_SYMBOL vmlinux 0x1547035a netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x15620dcd ip_options_compile +EXPORT_SYMBOL vmlinux 0x156f5cf6 set_anon_super +EXPORT_SYMBOL vmlinux 0x15771ef1 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x157bb442 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x1586cd7f xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x15b2be2f __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x15c6a85e pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x15e378d2 of_iomap +EXPORT_SYMBOL vmlinux 0x15f4c32e nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x15f6b579 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x15ff3324 do_fallocate +EXPORT_SYMBOL vmlinux 0x16056684 snd_pcm_kernel_ioctl +EXPORT_SYMBOL vmlinux 0x160af75d init_net +EXPORT_SYMBOL vmlinux 0x1611a1d9 msm_iommu_get_ctx +EXPORT_SYMBOL vmlinux 0x1612ec13 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x161bf192 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x1621cc9f km_is_alive +EXPORT_SYMBOL vmlinux 0x162ccc0c lg_local_lock +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x16497748 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x1652b246 vme_slave_request +EXPORT_SYMBOL vmlinux 0x1655467d devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x16766435 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x16815cff elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x1683a50b radix_tree_delete +EXPORT_SYMBOL vmlinux 0x16e4a1e3 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x171372aa devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x17177d6c mdiobus_write +EXPORT_SYMBOL vmlinux 0x1756f279 send_sig +EXPORT_SYMBOL vmlinux 0x175f82f5 sock_create_kern +EXPORT_SYMBOL vmlinux 0x176e7acc ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x1784f057 dispc_ovl_set_fifo_threshold +EXPORT_SYMBOL vmlinux 0x17a142df __copy_from_user +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x1803211a simple_write_begin +EXPORT_SYMBOL vmlinux 0x18054702 make_kuid +EXPORT_SYMBOL vmlinux 0x180a7a40 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x181dec4d dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x181f370c jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x183f9d53 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x18417902 snd_pcm_new_internal +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x18661353 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x187a4d4c console_start +EXPORT_SYMBOL vmlinux 0x187d1529 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x18804f0f omapdss_find_mgr_from_display +EXPORT_SYMBOL vmlinux 0x188632fe snd_pcm_lib_malloc_pages +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x189da9d1 redraw_screen +EXPORT_SYMBOL vmlinux 0x18a52f2d __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x18bd76a4 _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x18c2227f cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x18c9ae5c dss_mgr_unregister_framedone_handler +EXPORT_SYMBOL vmlinux 0x18d5bd32 fb_class +EXPORT_SYMBOL vmlinux 0x18f68e94 __invalidate_device +EXPORT_SYMBOL vmlinux 0x18fa1cec skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x18faa4ad request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x1906ed57 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x1910c9fb set_blocksize +EXPORT_SYMBOL vmlinux 0x19140bc5 d_validate +EXPORT_SYMBOL vmlinux 0x193846b3 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x193ff9db blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x19610e1f cpu_all_bits +EXPORT_SYMBOL vmlinux 0x19626b4e xfrm_init_state +EXPORT_SYMBOL vmlinux 0x1974b760 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x197dc3b3 omap_set_dma_src_burst_mode +EXPORT_SYMBOL vmlinux 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19bf7c2f km_policy_notify +EXPORT_SYMBOL vmlinux 0x19f5809b dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0x1a01eb4f sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x1a10aeda inet_add_protocol +EXPORT_SYMBOL vmlinux 0x1a11273c led_set_brightness +EXPORT_SYMBOL vmlinux 0x1a1f3a4b dquot_commit_info +EXPORT_SYMBOL vmlinux 0x1a32115a revert_creds +EXPORT_SYMBOL vmlinux 0x1a4e3a85 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x1a55c8ca nf_log_packet +EXPORT_SYMBOL vmlinux 0x1a65f4ad __arm_ioremap_pfn +EXPORT_SYMBOL vmlinux 0x1a955122 amba_request_regions +EXPORT_SYMBOL vmlinux 0x1a95b24b ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x1a982441 console_stop +EXPORT_SYMBOL vmlinux 0x1aae5965 set_page_dirty +EXPORT_SYMBOL vmlinux 0x1abdecf8 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x1abf9d59 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad1f2e7 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0x1adf0da1 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x1af1298f input_open_device +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b01a11d __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b30697a ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x1b447859 snd_pcm_lib_ioctl +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b74dd48 blk_fetch_request +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b84e35b sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x1b89a21f mmc_of_parse +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bcbe444 inet6_getname +EXPORT_SYMBOL vmlinux 0x1bd91dcf xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x1be142c7 netif_device_detach +EXPORT_SYMBOL vmlinux 0x1bf61347 request_key_async +EXPORT_SYMBOL vmlinux 0x1c26ba87 netdev_features_change +EXPORT_SYMBOL vmlinux 0x1c284fa0 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c78c016 kthread_bind +EXPORT_SYMBOL vmlinux 0x1c8797f9 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x1c888c62 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x1c960e93 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x1cc53d1d mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x1cc6f4c8 fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x1ce5b7a3 scsi_init_io +EXPORT_SYMBOL vmlinux 0x1cfb04fa finish_wait +EXPORT_SYMBOL vmlinux 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL vmlinux 0x1d0f8033 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x1d198045 tc6393xb_lcd_set_power +EXPORT_SYMBOL vmlinux 0x1d34db6d fb_get_mode +EXPORT_SYMBOL vmlinux 0x1d3a4534 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1d40e1b9 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x1d4853d4 poll_initwait +EXPORT_SYMBOL vmlinux 0x1d51974f prepare_creds +EXPORT_SYMBOL vmlinux 0x1d624a2e omap_dss_get_overlay_manager +EXPORT_SYMBOL vmlinux 0x1d779585 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dcdc5f6 input_event +EXPORT_SYMBOL vmlinux 0x1dcde480 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd57cae uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x1de21d05 pci_enable_msix +EXPORT_SYMBOL vmlinux 0x1de3c885 snd_component_add +EXPORT_SYMBOL vmlinux 0x1de89692 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x1de8c217 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x1df9e7cf omap_dss_put_device +EXPORT_SYMBOL vmlinux 0x1dfc39da page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e0bbeb1 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x1e1d1ec4 set_user_nice +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e428e3f __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x1e579733 serio_close +EXPORT_SYMBOL vmlinux 0x1e62ac72 posix_lock_file +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e9a526b free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb0a3d7 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1edb2f6e keyring_search +EXPORT_SYMBOL vmlinux 0x1eeb848e __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x1ef96f6d amba_device_register +EXPORT_SYMBOL vmlinux 0x1ef9d9b2 __frontswap_store +EXPORT_SYMBOL vmlinux 0x1f3cab7e snd_card_proc_new +EXPORT_SYMBOL vmlinux 0x1f4ce0b2 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x1f51e4b8 d_instantiate +EXPORT_SYMBOL vmlinux 0x1f6044a0 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x1f6a0351 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x1f77d7d0 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1f8c15d6 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x1fab5905 wait_for_completion +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc8f5a5 ata_link_printk +EXPORT_SYMBOL vmlinux 0x1fcc24da devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fdbba2e poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x1fe7f4c6 do_map_probe +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x201b4618 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x201d411f drop_super +EXPORT_SYMBOL vmlinux 0x2031792c sock_kmalloc +EXPORT_SYMBOL vmlinux 0x20421305 on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x20423134 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x205da4c7 of_get_property +EXPORT_SYMBOL vmlinux 0x205dfd3d ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x205ec8de omap_dispc_register_isr +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x207c39f5 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x208ee109 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x2092f218 amba_find_device +EXPORT_SYMBOL vmlinux 0x20a3e374 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20b6bbe6 stop_tty +EXPORT_SYMBOL vmlinux 0x20bdee15 read_cache_pages +EXPORT_SYMBOL vmlinux 0x20c32459 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20cb652d tty_unlock +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20f2831b __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x20f91e1d dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x2102cc7b tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x2107e45f blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x211331fa __divsi3 +EXPORT_SYMBOL vmlinux 0x21394677 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x214490a0 should_remove_suid +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x217a32e8 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x21c67a8f rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x21d6225e submit_bio +EXPORT_SYMBOL vmlinux 0x21dc10b8 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x21dc3400 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x21f6a70c init_buffer +EXPORT_SYMBOL vmlinux 0x21f8cd95 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x220b5766 dev_set_group +EXPORT_SYMBOL vmlinux 0x220c23b8 sys_imageblit +EXPORT_SYMBOL vmlinux 0x22175ad6 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222fa684 lg_global_lock +EXPORT_SYMBOL vmlinux 0x22302fb2 request_firmware +EXPORT_SYMBOL vmlinux 0x22324f38 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x2232a8a5 mempool_free +EXPORT_SYMBOL vmlinux 0x223e61c2 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x22415c5a elevator_change +EXPORT_SYMBOL vmlinux 0x2256fafa div64_u64_rem +EXPORT_SYMBOL vmlinux 0x225dc385 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x225e49d2 eth_change_mtu +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x227fc288 map_destroy +EXPORT_SYMBOL vmlinux 0x22830711 edma_clear_event +EXPORT_SYMBOL vmlinux 0x229473e3 sock_rfree +EXPORT_SYMBOL vmlinux 0x229dd60f register_md_personality +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22ca5af7 input_close_device +EXPORT_SYMBOL vmlinux 0x22dfdd06 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x2300688d submit_bh +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x233a8d61 pci_request_regions +EXPORT_SYMBOL vmlinux 0x2344cc12 snd_ctl_remove_id +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x235805b2 ip_ct_attach +EXPORT_SYMBOL vmlinux 0x2379f586 snd_mixer_oss_notify_callback +EXPORT_SYMBOL vmlinux 0x23825e5e snd_pcm_mmap_data +EXPORT_SYMBOL vmlinux 0x23922950 shdma_reset +EXPORT_SYMBOL vmlinux 0x23932fc6 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x239e3d2d msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23aa49d3 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x23b1a48e scm_set_boot_addr +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23bd5822 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23d1e111 usbnet_link_change +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x240052be netdev_crit +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x2438afc9 snd_timer_global_free +EXPORT_SYMBOL vmlinux 0x243aa2e4 read_code +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x24561d25 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245dfaf0 km_report +EXPORT_SYMBOL vmlinux 0x246b958c snd_pcm_hw_constraint_step +EXPORT_SYMBOL vmlinux 0x2470b37d clk_add_alias +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL vmlinux 0x24b96b0f security_inode_init_security +EXPORT_SYMBOL vmlinux 0x24d7b4eb cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x24f608c5 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x25041737 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x25140aa1 set_cached_acl +EXPORT_SYMBOL vmlinux 0x2523f7f3 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x2528c49d __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x252d3a7d of_dev_put +EXPORT_SYMBOL vmlinux 0x25310528 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x25445077 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x254b83dd led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x25540332 inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25b8cce3 input_free_device +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25d1cd67 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x25dad8a0 of_device_register +EXPORT_SYMBOL vmlinux 0x25f673fc gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x263139af jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2640c274 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x26427b7a dev_get_flags +EXPORT_SYMBOL vmlinux 0x264aa0b3 mutex_trylock +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x26695728 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x26b3ae14 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26c369c8 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26ffcb2c dmam_pool_create +EXPORT_SYMBOL vmlinux 0x27461602 lease_modify +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x275ca27d ping_prot +EXPORT_SYMBOL vmlinux 0x275ef902 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x2777446b kfree_skb_list +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27889565 security_path_chown +EXPORT_SYMBOL vmlinux 0x278da6dd sock_create +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27e6b5f7 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x27e8f5e3 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x27ead995 deactivate_super +EXPORT_SYMBOL vmlinux 0x27f62f82 snd_timer_global_new +EXPORT_SYMBOL vmlinux 0x27fd9372 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL vmlinux 0x28007652 netif_rx +EXPORT_SYMBOL vmlinux 0x280db3aa skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x28118cb6 __get_user_1 +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x282bb899 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x2838d43d devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x28394790 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x283e2924 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x287600c7 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x28764350 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x287b0e0d scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x287f6060 unlock_page +EXPORT_SYMBOL vmlinux 0x2882d5df tty_port_close +EXPORT_SYMBOL vmlinux 0x2883d417 of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0x28a1098f netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28a89386 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x28c5163d blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x28d0e3be nlmsg_notify +EXPORT_SYMBOL vmlinux 0x28dcd492 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x28ecfeed user_path_at +EXPORT_SYMBOL vmlinux 0x28f7f935 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x291b77bc scsi_scan_host +EXPORT_SYMBOL vmlinux 0x2939a269 iget_locked +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x29605912 page_address +EXPORT_SYMBOL vmlinux 0x2967ed46 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x299ca1aa kobject_get +EXPORT_SYMBOL vmlinux 0x29a272fa inet_frag_kill +EXPORT_SYMBOL vmlinux 0x29a6ed55 blk_delay_queue +EXPORT_SYMBOL vmlinux 0x29a9776c jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x29e1b020 ida_simple_remove +EXPORT_SYMBOL vmlinux 0x29e77029 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x29f5aa54 simple_lookup +EXPORT_SYMBOL vmlinux 0x29f658e3 elm_config +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a27db45 inet_addr_type +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a363164 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x2a377515 single_release +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a3aa678 _test_and_clear_bit +EXPORT_SYMBOL vmlinux 0x2a5c8e68 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x2a6e6bf1 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x2a781df5 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a82a247 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2ac136f9 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2adb8af8 dev_err +EXPORT_SYMBOL vmlinux 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL vmlinux 0x2ae526be snd_card_file_add +EXPORT_SYMBOL vmlinux 0x2ae9172b videomode_to_omap_video_timings +EXPORT_SYMBOL vmlinux 0x2af2d589 get_io_context +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b12925d cpumask_next_and +EXPORT_SYMBOL vmlinux 0x2b23e58a snd_pcm_lib_write +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b3785ed phy_init_eee +EXPORT_SYMBOL vmlinux 0x2b4844a7 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x2b4e956e mempool_create +EXPORT_SYMBOL vmlinux 0x2b5b2c10 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x2b70c573 vfs_rename +EXPORT_SYMBOL vmlinux 0x2b7e9c8d ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x2b94215d dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bb4e757 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2be71000 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x2bfd462a bitmap_unplug +EXPORT_SYMBOL vmlinux 0x2c089532 migrate_page +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c143d60 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x2c1576b2 dma_release_from_coherent +EXPORT_SYMBOL vmlinux 0x2c236a3e elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2f2bd6 bioset_free +EXPORT_SYMBOL vmlinux 0x2c321a28 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x2c44ce6b mmc_get_card +EXPORT_SYMBOL vmlinux 0x2c482cb3 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x2c7751b0 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x2c7c8e9a pcibios_min_mem +EXPORT_SYMBOL vmlinux 0x2c81ec75 __irq_regs +EXPORT_SYMBOL vmlinux 0x2c863323 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2c9732f8 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x2c988955 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x2ca37b8b __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x2ca53888 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0x2cad0115 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x2ccf0d36 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x2cd1f0d5 notify_change +EXPORT_SYMBOL vmlinux 0x2d0f7950 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d26c524 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x2d2965f3 elv_rb_find +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d4cf4d2 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x2d4f83b0 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x2d608432 input_register_handler +EXPORT_SYMBOL vmlinux 0x2d623769 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x2d6507b5 _find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0x2d6ad101 bio_add_page +EXPORT_SYMBOL vmlinux 0x2d770676 dispc_mgr_go +EXPORT_SYMBOL vmlinux 0x2d831254 __destroy_inode +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d8977b5 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x2d960ff5 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x2da727f8 iterate_dir +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2daf45d3 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x2dba04b5 security_inode_readlink +EXPORT_SYMBOL vmlinux 0x2dd9a36b flex_array_shrink +EXPORT_SYMBOL vmlinux 0x2de4744d generic_delete_inode +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e37e4e0 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x2e3af5a5 key_task_permission +EXPORT_SYMBOL vmlinux 0x2e3f8175 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x2e477bdb ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x2e4e667a pci_iounmap +EXPORT_SYMBOL vmlinux 0x2e5810c6 __aeabi_unwind_cpp_pr1 +EXPORT_SYMBOL vmlinux 0x2e5b3e3e d_find_alias +EXPORT_SYMBOL vmlinux 0x2e81947c redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x2e897933 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x2e9d3779 __skb_checksum +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ee2beba of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x2ee31aa1 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x2ee79848 snd_jack_new +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef24f13 kernel_connect +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f371ac1 processor +EXPORT_SYMBOL vmlinux 0x2f3d66c6 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x2f4eb885 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x2f4f4432 of_get_parent +EXPORT_SYMBOL vmlinux 0x2f5a7d33 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x2f7beeab end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x2f8bf8b7 keyring_clear +EXPORT_SYMBOL vmlinux 0x2f8c10b2 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x2fb3f74b ata_print_version +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fd8c15a napi_gro_receive +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x3002e8e7 down_read +EXPORT_SYMBOL vmlinux 0x30136211 of_clk_get +EXPORT_SYMBOL vmlinux 0x30160a76 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x301a7f8b tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x30252d48 block_write_end +EXPORT_SYMBOL vmlinux 0x303b408e security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x306dc66b skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x3082a0b3 dss_feat_get_supported_color_modes +EXPORT_SYMBOL vmlinux 0x30845ec9 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x3089c42b xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x30907699 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x30927b0f dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30a8ecc8 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x30b65a5f devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0x30ccb1ad skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x30f6b051 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x310a6c09 kern_path +EXPORT_SYMBOL vmlinux 0x312824e0 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x312eff3d max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL vmlinux 0x313a4312 seq_escape +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x31466c4d km_new_mapping +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x31610541 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x31674caa abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x31805f80 __net_get_random_once +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x31ad2bfa tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x31b1063a skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x31cee75f ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x31d63d62 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x31e2a85d genphy_suspend +EXPORT_SYMBOL vmlinux 0x31ed85f7 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x321184df of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x322f30ed __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x323e7f48 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0x325c412b bio_reset +EXPORT_SYMBOL vmlinux 0x326faca0 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x327c325a set_nlink +EXPORT_SYMBOL vmlinux 0x32849aae blk_put_request +EXPORT_SYMBOL vmlinux 0x328a05f1 strncpy +EXPORT_SYMBOL vmlinux 0x32907b91 idr_remove +EXPORT_SYMBOL vmlinux 0x32a5fe13 vme_irq_free +EXPORT_SYMBOL vmlinux 0x32b7ccfe get_mem_type +EXPORT_SYMBOL vmlinux 0x32d084e5 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x32e6ed9b dcache_dir_close +EXPORT_SYMBOL vmlinux 0x32f0c54d security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x32f2856b __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x32f5cb00 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x32f781ec udp_disconnect +EXPORT_SYMBOL vmlinux 0x3306dc6c block_write_full_page +EXPORT_SYMBOL vmlinux 0x3310b497 snd_pcm_lib_free_pages +EXPORT_SYMBOL vmlinux 0x3316845e idr_get_next +EXPORT_SYMBOL vmlinux 0x3329fbe1 lookup_bdev +EXPORT_SYMBOL vmlinux 0x3330a47d gen_pool_free +EXPORT_SYMBOL vmlinux 0x3330aa10 __mutex_init +EXPORT_SYMBOL vmlinux 0x333458cb truncate_pagecache +EXPORT_SYMBOL vmlinux 0x334f085a gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x3358e12c jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x3389ccdf shdma_init +EXPORT_SYMBOL vmlinux 0x33b01dd2 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x33b60265 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x3418ecc0 scsi_unregister +EXPORT_SYMBOL vmlinux 0x341dbfa3 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x3421291f blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x343b1a03 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x3440e9a8 ata_port_printk +EXPORT_SYMBOL vmlinux 0x344b7739 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x344fe9fd pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x346fdcea tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x3481e914 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x34855439 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x3499494e neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x3499ce9d eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x349b6baf dev_mc_init +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34ba2e15 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x34bd76d9 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x34cd2499 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x34ceea5f uart_register_driver +EXPORT_SYMBOL vmlinux 0x34d19e1a __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x34ef723f fddi_type_trans +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x35030e2c nand_scan_bbt +EXPORT_SYMBOL vmlinux 0x3507a132 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x35087bec __inode_permission +EXPORT_SYMBOL vmlinux 0x35089757 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x352706e6 pci_save_state +EXPORT_SYMBOL vmlinux 0x353de98f cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x353e3fa5 __get_user_4 +EXPORT_SYMBOL vmlinux 0x35432713 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x35b9cc03 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x35bb973a mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x35c6400a scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x35cf65a3 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x35d3442f scsi_device_put +EXPORT_SYMBOL vmlinux 0x35e2705c mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x35ef46f1 kill_block_super +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3612c10f tmio_core_mmc_enable +EXPORT_SYMBOL vmlinux 0x361fab8b netdev_printk +EXPORT_SYMBOL vmlinux 0x36264281 phy_driver_register +EXPORT_SYMBOL vmlinux 0x362ae1c3 nla_append +EXPORT_SYMBOL vmlinux 0x3654270a starget_for_each_device +EXPORT_SYMBOL vmlinux 0x36644e70 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x36657d37 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x3678cbf8 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x3696b201 fget_raw +EXPORT_SYMBOL vmlinux 0x36a0684c padata_do_serial +EXPORT_SYMBOL vmlinux 0x36b5341f file_open_root +EXPORT_SYMBOL vmlinux 0x36b77411 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36d1dc2e bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x36d9bd60 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x36e42cce xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x370a38a2 generic_permission +EXPORT_SYMBOL vmlinux 0x37121eec blk_init_tags +EXPORT_SYMBOL vmlinux 0x371e2152 input_reset_device +EXPORT_SYMBOL vmlinux 0x3727110c dev_mc_del +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x375f54de i2c_transfer +EXPORT_SYMBOL vmlinux 0x3760c64e pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x376b17a1 backlight_force_update +EXPORT_SYMBOL vmlinux 0x3775e272 qdisc_list_del +EXPORT_SYMBOL vmlinux 0x378a0d7e free_user_ns +EXPORT_SYMBOL vmlinux 0x3790b607 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL vmlinux 0x37a47ecb mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37d8dda3 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37ed93b3 commit_creds +EXPORT_SYMBOL vmlinux 0x37f479eb get_gendisk +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x380bbf3f would_dump +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381ccc13 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x38421d57 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x38510ed4 arp_send +EXPORT_SYMBOL vmlinux 0x385bbcc4 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x386e00ed tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x3871c1d7 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x3883cd4a lro_flush_all +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +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 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38dcce67 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL vmlinux 0x38f8938a md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x38fee852 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x391165f3 kobject_init +EXPORT_SYMBOL vmlinux 0x3924dd56 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x394386d5 inet_release +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394e39e9 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x39663d96 simple_unlink +EXPORT_SYMBOL vmlinux 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL vmlinux 0x39730d06 atomic_io_modify +EXPORT_SYMBOL vmlinux 0x397c0c3e __alloc_skb +EXPORT_SYMBOL vmlinux 0x39931583 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x39a11138 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL vmlinux 0x39e802d0 follow_up +EXPORT_SYMBOL vmlinux 0x39ecb926 snd_pcm_lib_writev +EXPORT_SYMBOL vmlinux 0x3a20b21f d_tmpfile +EXPORT_SYMBOL vmlinux 0x3a2edfeb __scsi_add_device +EXPORT_SYMBOL vmlinux 0x3a3b77a6 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x3a5f0be0 phy_device_register +EXPORT_SYMBOL vmlinux 0x3a7be3e1 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3aaeafd9 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x3ae272c5 __kfree_skb +EXPORT_SYMBOL vmlinux 0x3afa74a1 phy_device_create +EXPORT_SYMBOL vmlinux 0x3b22cf62 check_disk_size_change +EXPORT_SYMBOL vmlinux 0x3b2be54f blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x3b58af7e rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x3b6f892d snd_device_new +EXPORT_SYMBOL vmlinux 0x3b83a1dd neigh_app_ns +EXPORT_SYMBOL vmlinux 0x3b91f3af snd_free_pages +EXPORT_SYMBOL vmlinux 0x3ba91b72 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x3bbf46ea vga_base +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3be2132e skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x3beec195 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x3bfce59c init_task +EXPORT_SYMBOL vmlinux 0x3c25d555 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c43a0a2 bd_set_size +EXPORT_SYMBOL vmlinux 0x3c4bf811 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x3c4d64aa register_sound_special_device +EXPORT_SYMBOL vmlinux 0x3c666a55 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c846da0 dss_mgr_disable +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3ca1ce9b snd_ctl_make_virtual_master +EXPORT_SYMBOL vmlinux 0x3cb3931b sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x3cbce956 serio_reconnect +EXPORT_SYMBOL vmlinux 0x3cdcb01e xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf02d40 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x3cf330c6 acl_by_type +EXPORT_SYMBOL vmlinux 0x3cf4e00f __skb_get_hash +EXPORT_SYMBOL vmlinux 0x3d2c409b pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x3d35e056 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x3d3c540f elf_hwcap +EXPORT_SYMBOL vmlinux 0x3d5bbc25 generic_write_checks +EXPORT_SYMBOL vmlinux 0x3d7a6b4f blk_get_request +EXPORT_SYMBOL vmlinux 0x3dad5051 of_allnodes +EXPORT_SYMBOL vmlinux 0x3dbd05b8 vfs_write +EXPORT_SYMBOL vmlinux 0x3dc2fe5b bio_map_user +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd8f186 __arm_ioremap +EXPORT_SYMBOL vmlinux 0x3de268cf inode_init_once +EXPORT_SYMBOL vmlinux 0x3deb9d2a bioset_create +EXPORT_SYMBOL vmlinux 0x3df5da4a sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x3df8b54e lro_receive_skb +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e3b7e6b serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3ea7e38c d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0x3ec701ac pci_find_bus +EXPORT_SYMBOL vmlinux 0x3ecb8480 vga_client_register +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ef3799c mount_single +EXPORT_SYMBOL vmlinux 0x3ef9bba2 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x3f1547a6 sock_wfree +EXPORT_SYMBOL vmlinux 0x3f23d5a2 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f5b67d5 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3f9c93ee sk_alloc +EXPORT_SYMBOL vmlinux 0x3fa4579e iunique +EXPORT_SYMBOL vmlinux 0x3fa861d0 file_remove_suid +EXPORT_SYMBOL vmlinux 0x3fa8751a ipv4_specific +EXPORT_SYMBOL vmlinux 0x3fab3ca9 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x3fb67d39 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x402b212c pipe_unlock +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x4050bfd7 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x4051a3a4 find_get_entry +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x407136b1 __put_user_8 +EXPORT_SYMBOL vmlinux 0x40726a5a mutex_lock +EXPORT_SYMBOL vmlinux 0x407a3275 omap_start_dma +EXPORT_SYMBOL vmlinux 0x407cc619 scsi_put_command +EXPORT_SYMBOL vmlinux 0x408f02b2 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40ad3abc neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40cd0d2e ip6_frag_init +EXPORT_SYMBOL vmlinux 0x40ce485b mempool_resize +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40da4cb7 snd_timer_pause +EXPORT_SYMBOL vmlinux 0x40e9de01 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x40ed524a _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x40f07981 __ashldi3 +EXPORT_SYMBOL vmlinux 0x40ff11ea input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x4119bd9f jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x41394878 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x413f7917 default_file_splice_read +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414e24c9 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x4151e350 __block_write_begin +EXPORT_SYMBOL vmlinux 0x41862ad4 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x419af39e nla_put +EXPORT_SYMBOL vmlinux 0x419ee331 skb_tx_error +EXPORT_SYMBOL vmlinux 0x41b7c0c0 igrab +EXPORT_SYMBOL vmlinux 0x41be19e6 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x41cfda70 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x41eba299 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x41f5e5ab ether_setup +EXPORT_SYMBOL vmlinux 0x42107dbb scsi_print_command +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x42270a5d skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x423d81ed ida_pre_get +EXPORT_SYMBOL vmlinux 0x426fc209 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x42725e7c padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x4298b775 v7_flush_kern_cache_all +EXPORT_SYMBOL vmlinux 0x429cb2fa snd_ctl_find_id +EXPORT_SYMBOL vmlinux 0x42a1077c mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42bb424e qdisc_reset +EXPORT_SYMBOL vmlinux 0x42c99590 filemap_fault +EXPORT_SYMBOL vmlinux 0x42d47065 elevator_alloc +EXPORT_SYMBOL vmlinux 0x42df8272 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x42e35266 fs_bio_set +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4317bbec tcf_hash_release +EXPORT_SYMBOL vmlinux 0x4323b27e mmc_fixup_device +EXPORT_SYMBOL vmlinux 0x433877ae inode_init_owner +EXPORT_SYMBOL vmlinux 0x43423a84 d_drop +EXPORT_SYMBOL vmlinux 0x434bd618 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4352bdd3 sk_net_capable +EXPORT_SYMBOL vmlinux 0x435435a6 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x4362bcb0 neigh_lookup +EXPORT_SYMBOL vmlinux 0x436541c3 padata_free +EXPORT_SYMBOL vmlinux 0x43660fa6 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x43728c47 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x43784a40 ip6_frag_match +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x439e7e83 omapdss_output_unset_device +EXPORT_SYMBOL vmlinux 0x439ea108 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x43d9ae10 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x43f43667 override_creds +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x4413c451 netdev_state_change +EXPORT_SYMBOL vmlinux 0x4422b912 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x442495c9 tmio_core_mmc_resume +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x44643b93 __aeabi_lmul +EXPORT_SYMBOL vmlinux 0x4478fad8 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x448cb7c9 snd_pcm_notify +EXPORT_SYMBOL vmlinux 0x448fc5cf blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x44a0a190 vm_mmap +EXPORT_SYMBOL vmlinux 0x44a4092a pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x44ce5ef6 posix_test_lock +EXPORT_SYMBOL vmlinux 0x44d7056a inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x44da5d0f __csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x44dd3d8d completion_done +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44fde554 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x451d1142 mdiobus_read +EXPORT_SYMBOL vmlinux 0x4531fdf5 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x45343ee2 sys_copyarea +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x455cc3e4 revalidate_disk +EXPORT_SYMBOL vmlinux 0x455fefd0 of_device_alloc +EXPORT_SYMBOL vmlinux 0x4560eb71 simple_rmdir +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45801a7c scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x45856e23 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45bda0d5 system_serial_low +EXPORT_SYMBOL vmlinux 0x45c4df72 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x45d847be flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x45defdce scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x45eac0dd gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x45ecc119 key_revoke +EXPORT_SYMBOL vmlinux 0x461bcf6e iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x46568c21 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x465757c3 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x46780281 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x46910f9d blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x46913096 dump_skip +EXPORT_SYMBOL vmlinux 0x46951f53 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x469bf435 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x46ac6737 nand_bch_correct_data +EXPORT_SYMBOL vmlinux 0x46af1a9b d_alloc +EXPORT_SYMBOL vmlinux 0x46b13285 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x46bf4d73 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0x46ca246c omap_get_dma_src_pos +EXPORT_SYMBOL vmlinux 0x46d3b28c __div0 +EXPORT_SYMBOL vmlinux 0x46f19939 omapdss_output_set_device +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x470e9e16 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x471fd0d3 fd_install +EXPORT_SYMBOL vmlinux 0x473c56ed tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x47465b14 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x475cc317 blk_make_request +EXPORT_SYMBOL vmlinux 0x475e7fc8 dma_find_channel +EXPORT_SYMBOL vmlinux 0x4765c312 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x4796e3c5 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x479a269c snd_register_oss_device +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47b71031 tc_classify_compat +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47c94b00 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x47d0bfb2 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x47e70229 v7_flush_user_cache_range +EXPORT_SYMBOL vmlinux 0x47ee82e7 bio_copy_user +EXPORT_SYMBOL vmlinux 0x47f757de elf_platform +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x48148a3a vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x481ce6ce cpu_active_mask +EXPORT_SYMBOL vmlinux 0x48239008 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x48451d48 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x484fd159 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486ef41f shdma_chan_probe +EXPORT_SYMBOL vmlinux 0x487a4460 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x4888fbb5 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x488b6b8e pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x48965479 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x48a5b067 __machine_arch_type +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c34072 read_cache_page +EXPORT_SYMBOL vmlinux 0x48fb84ef unregister_console +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x49147af6 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x49275dbf jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x493b0069 add_disk +EXPORT_SYMBOL vmlinux 0x494920af jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x494f774e ip_defrag +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x4980d554 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x498c329f nonseekable_open +EXPORT_SYMBOL vmlinux 0x499cb58c prepare_to_wait +EXPORT_SYMBOL vmlinux 0x49a24a3e sg_miter_start +EXPORT_SYMBOL vmlinux 0x49a3579f mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49c1a815 edma_set_src +EXPORT_SYMBOL vmlinux 0x49ebacbd _clear_bit +EXPORT_SYMBOL vmlinux 0x4a30889e md_integrity_register +EXPORT_SYMBOL vmlinux 0x4a315854 dump_align +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a39e5a1 omap_set_dma_src_params +EXPORT_SYMBOL vmlinux 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL vmlinux 0x4a57b339 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x4a5e4a19 da903x_query_status +EXPORT_SYMBOL vmlinux 0x4a7fb243 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x4a867cdd mii_check_media +EXPORT_SYMBOL vmlinux 0x4a8bd585 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x4a9026e1 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x4a9a5d3f swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x4aa2102d alloc_disk +EXPORT_SYMBOL vmlinux 0x4aa6c397 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4adec288 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afc6bd1 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b015768 snd_iprintf +EXPORT_SYMBOL vmlinux 0x4b0d9d18 set_security_override +EXPORT_SYMBOL vmlinux 0x4b1c71a4 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x4b1cc63a scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b345b0e posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b512c61 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b672ee7 free_buffer_head +EXPORT_SYMBOL vmlinux 0x4b8161a7 build_skb +EXPORT_SYMBOL vmlinux 0x4b8ce0de pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x4b935541 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bb0778e vm_stat +EXPORT_SYMBOL vmlinux 0x4bb9bf6f generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x4bcf03a4 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x4be7fb63 up +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bfa639b seq_lseek +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c233a44 _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c33081d omapdss_compat_uninit +EXPORT_SYMBOL vmlinux 0x4c4381e2 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x4c5fb8d5 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x4c5fc58c _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x4c656820 snd_ctl_new1 +EXPORT_SYMBOL vmlinux 0x4c75070b dquot_enable +EXPORT_SYMBOL vmlinux 0x4c7aa57f omap_dss_find_device +EXPORT_SYMBOL vmlinux 0x4c86184b remove_wait_queue +EXPORT_SYMBOL vmlinux 0x4c89082b devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x4c98e784 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x4c9f9045 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4ccf007e kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x4cd29341 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x4cda2fa3 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cdf37bd block_commit_write +EXPORT_SYMBOL vmlinux 0x4ce39258 ilookup +EXPORT_SYMBOL vmlinux 0x4ce92b53 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x4cf18560 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x4cff30c1 lock_may_write +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d25169f max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d4b7bfd uart_match_port +EXPORT_SYMBOL vmlinux 0x4d892532 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL vmlinux 0x4da1f6a0 vga_put +EXPORT_SYMBOL vmlinux 0x4dc7eb0f ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x4de26e6d of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4dec6038 memscan +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e252818 tty_lock +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e506013 omap_dma_link_lch +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6a7aeb lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e71a0bb kernel_listen +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e90706d key_alloc +EXPORT_SYMBOL vmlinux 0x4e9ce9f9 edma_link +EXPORT_SYMBOL vmlinux 0x4eb0d315 tso_start +EXPORT_SYMBOL vmlinux 0x4ec996b1 vfs_unlink +EXPORT_SYMBOL vmlinux 0x4eca9792 genphy_update_link +EXPORT_SYMBOL vmlinux 0x4ed10d0c devm_gpio_request +EXPORT_SYMBOL vmlinux 0x4eec1180 d_alloc_name +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f4f988d i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f69d244 pci_bus_get +EXPORT_SYMBOL vmlinux 0x4f6d5aa9 inet6_protos +EXPORT_SYMBOL vmlinux 0x4f71b1b0 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x4f7f854e vme_slot_num +EXPORT_SYMBOL vmlinux 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4fa1e3a6 snd_timer_continue +EXPORT_SYMBOL vmlinux 0x4fafb787 elevator_init +EXPORT_SYMBOL vmlinux 0x4fc57670 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x4fd1656e nf_ct_attach +EXPORT_SYMBOL vmlinux 0x4ff013c8 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x4ff7b2d0 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x4ffdd2e3 new_sync_write +EXPORT_SYMBOL vmlinux 0x4fff8a0a simple_setattr +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x50115bdb pci_fixup_device +EXPORT_SYMBOL vmlinux 0x5023a2f9 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x5046da0d d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x50601116 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x5065656a dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x509817cf vprintk_emit +EXPORT_SYMBOL vmlinux 0x50b66bcb radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x50beffb5 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x50ccff03 omap_dma_set_prio_lch +EXPORT_SYMBOL vmlinux 0x50d5612e dispc_mgr_get_sync_lost_irq +EXPORT_SYMBOL vmlinux 0x50d99d0b pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50f4ab85 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x511746c1 dump_fpu +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x511c38b6 snd_pcm_release_substream +EXPORT_SYMBOL vmlinux 0x511dda88 wake_up_process +EXPORT_SYMBOL vmlinux 0x51377b93 block_write_begin +EXPORT_SYMBOL vmlinux 0x514362b9 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x5143b570 unregister_key_type +EXPORT_SYMBOL vmlinux 0x514cfc1e misc_register +EXPORT_SYMBOL vmlinux 0x514fff81 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x51612303 kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x5163a5f3 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x5169161d omap_free_dma_chain +EXPORT_SYMBOL vmlinux 0x517abbbe tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x5182949d single_open_size +EXPORT_SYMBOL vmlinux 0x5184207d mdio_bus_type +EXPORT_SYMBOL vmlinux 0x518e9ec5 snd_info_free_entry +EXPORT_SYMBOL vmlinux 0x51908eb8 __raw_writesl +EXPORT_SYMBOL vmlinux 0x51926695 of_find_property +EXPORT_SYMBOL vmlinux 0x51b2a3e6 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x51c38802 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x51d559d1 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x51d86218 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x520fdcfd edma_set_dest +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x522f4a85 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x5234ac80 pci_disable_device +EXPORT_SYMBOL vmlinux 0x52363530 default_llseek +EXPORT_SYMBOL vmlinux 0x5236ca2f iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x523a68de mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x524013fa fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x52417d5c fb_set_cmap +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5254b3f6 snd_unregister_device +EXPORT_SYMBOL vmlinux 0x52687fb9 dev_crit +EXPORT_SYMBOL vmlinux 0x526a9e60 proto_unregister +EXPORT_SYMBOL vmlinux 0x52719a9d tty_port_put +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x528d0c14 idr_init +EXPORT_SYMBOL vmlinux 0x52a2ad97 __get_page_tail +EXPORT_SYMBOL vmlinux 0x52b54cbe __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52bb841c atomic_io_modify_relaxed +EXPORT_SYMBOL vmlinux 0x52e3ce3a mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL vmlinux 0x52ea72eb arp_xmit +EXPORT_SYMBOL vmlinux 0x52f5c5cc dma_alloc_from_coherent +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530f255a skb_append +EXPORT_SYMBOL vmlinux 0x531035ff __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x531c6608 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x533ca071 generic_listxattr +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x535dfa28 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x5371676c md_unregister_thread +EXPORT_SYMBOL vmlinux 0x53823e41 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x53a2bc5f security_d_instantiate +EXPORT_SYMBOL vmlinux 0x53b84642 blk_end_request +EXPORT_SYMBOL vmlinux 0x53d5b692 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x53ecc035 unlock_rename +EXPORT_SYMBOL vmlinux 0x53f5a848 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x540c1102 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x543e15a5 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x545e42cc release_sock +EXPORT_SYMBOL vmlinux 0x547077ec __wake_up_bit +EXPORT_SYMBOL vmlinux 0x547ce898 dispc_read_irqenable +EXPORT_SYMBOL vmlinux 0x5495a26c ppp_unit_number +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54ac2909 bio_unmap_user +EXPORT_SYMBOL vmlinux 0x54b69c17 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x54c46bcd cdev_alloc +EXPORT_SYMBOL vmlinux 0x54ce68f3 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x54d1f3c9 __register_nls +EXPORT_SYMBOL vmlinux 0x54d32d2f tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54f1403d qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x54f6830a omapdss_get_default_display_name +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552d6279 nf_afinfo +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x55435ddf kill_pid +EXPORT_SYMBOL vmlinux 0x55556fc9 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x5594dba6 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x55d4dce4 d_move +EXPORT_SYMBOL vmlinux 0x55de2f03 simple_empty +EXPORT_SYMBOL vmlinux 0x560147fd edma_unlink +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x564a8d77 blk_start_request +EXPORT_SYMBOL vmlinux 0x5658f640 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x565c2e47 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x56619502 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x56646cd8 page_put_link +EXPORT_SYMBOL vmlinux 0x5666e62c complete_request_key +EXPORT_SYMBOL vmlinux 0x56789ac5 omap_set_dma_color_mode +EXPORT_SYMBOL vmlinux 0x56867fa7 inet_frags_init +EXPORT_SYMBOL vmlinux 0x5689afe7 dispc_ovl_enable +EXPORT_SYMBOL vmlinux 0x569c0c14 mapping_tagged +EXPORT_SYMBOL vmlinux 0x569efff4 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x56bb4773 init_page_accessed +EXPORT_SYMBOL vmlinux 0x56bc2f15 dispc_ovl_set_channel_out +EXPORT_SYMBOL vmlinux 0x56bc9069 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x56c4cf43 account_page_redirty +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56e199c7 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x56ea4b7b tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x57047496 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x5714e1c6 bio_init +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x57321744 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x57330d4c elv_add_request +EXPORT_SYMBOL vmlinux 0x574d38ce proc_mkdir +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x576c9dec vm_insert_page +EXPORT_SYMBOL vmlinux 0x5791944c scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL vmlinux 0x57adac62 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x57b31dbb __put_cred +EXPORT_SYMBOL vmlinux 0x57bab1be pci_pme_capable +EXPORT_SYMBOL vmlinux 0x580865ad xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x580dc3b8 generic_show_options +EXPORT_SYMBOL vmlinux 0x5834bc93 sys_fillrect +EXPORT_SYMBOL vmlinux 0x5835cf2e ps2_init +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x58516557 omap_set_dma_src_data_pack +EXPORT_SYMBOL vmlinux 0x5857b7cd pgprot_kernel +EXPORT_SYMBOL vmlinux 0x586ea9bd blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x5889f7ab __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x588ac7b3 set_disk_ro +EXPORT_SYMBOL vmlinux 0x588bfd5b rfkill_alloc +EXPORT_SYMBOL vmlinux 0x588cf806 netlink_capable +EXPORT_SYMBOL vmlinux 0x58949e39 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58b95f38 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0x58ca30ce jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x58ca4511 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x58d633c7 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x59001d6b vfs_readv +EXPORT_SYMBOL vmlinux 0x592ccb45 amba_driver_register +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594c5aec __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x594e1317 __modsi3 +EXPORT_SYMBOL vmlinux 0x59664e81 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x598542b2 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5986e21a mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x598cd828 udp_table +EXPORT_SYMBOL vmlinux 0x59bdc5b5 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0x59d29dab v7_flush_kern_dcache_area +EXPORT_SYMBOL vmlinux 0x59e15e55 input_flush_device +EXPORT_SYMBOL vmlinux 0x59e5070d __do_div64 +EXPORT_SYMBOL vmlinux 0x59fd0621 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x5a03130b netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x5a28cb72 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x5a4595b3 __free_pages +EXPORT_SYMBOL vmlinux 0x5a4c13cd i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x5a54c7a7 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a62906d snd_ctl_register_ioctl +EXPORT_SYMBOL vmlinux 0x5a63af9d swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x5a6d8ca0 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x5a8531c9 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x5a892cc0 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x5addd8bb tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x5ae5be44 lg_lock_init +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b03db10 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x5b043994 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x5b13ce10 ab3100_event_register +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b1e8ba0 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x5b2422fe skb_free_datagram +EXPORT_SYMBOL vmlinux 0x5b330ed4 blk_stop_queue +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b69bfa1 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x5ba6d855 bio_map_kern +EXPORT_SYMBOL vmlinux 0x5bb1be82 free_task +EXPORT_SYMBOL vmlinux 0x5bc1373c of_translate_address +EXPORT_SYMBOL vmlinux 0x5bc875b3 iov_iter_init +EXPORT_SYMBOL vmlinux 0x5bcfb372 generic_write_end +EXPORT_SYMBOL vmlinux 0x5bda5bad soft_cursor +EXPORT_SYMBOL vmlinux 0x5bf756a3 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x5bf99309 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x5c667a92 napi_complete +EXPORT_SYMBOL vmlinux 0x5c785b2e dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x5c7df284 may_umount_tree +EXPORT_SYMBOL vmlinux 0x5c9284a0 processor_id +EXPORT_SYMBOL vmlinux 0x5c94f82e inode_init_always +EXPORT_SYMBOL vmlinux 0x5cb65563 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x5cb82b78 tty_devnum +EXPORT_SYMBOL vmlinux 0x5cbc934e d_genocide +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf6dd44 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x5d0459f9 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x5d111bde i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x5d390f15 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x5d3dd8b0 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d4474c9 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d5b98f5 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x5d6556a2 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x5d98612f pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x5da6ac32 fasync_helper +EXPORT_SYMBOL vmlinux 0x5db47a2a seq_bitmap_list +EXPORT_SYMBOL vmlinux 0x5dc57c98 from_kprojid +EXPORT_SYMBOL vmlinux 0x5ddc8144 dev_load +EXPORT_SYMBOL vmlinux 0x5de2a4f1 from_kuid +EXPORT_SYMBOL vmlinux 0x5de30d75 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x5de8dbb4 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x5dedee29 htc_egpio_get_wakeup_irq +EXPORT_SYMBOL vmlinux 0x5def461f blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x5df843d3 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x5dff808a scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x5e080907 bdget_disk +EXPORT_SYMBOL vmlinux 0x5e0eb126 snd_card_register +EXPORT_SYMBOL vmlinux 0x5e4907af bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x5e5d70c6 iget5_locked +EXPORT_SYMBOL vmlinux 0x5e60eb27 omap_dma_unlink_lch +EXPORT_SYMBOL vmlinux 0x5e6c57e9 free_netdev +EXPORT_SYMBOL vmlinux 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb56fb9 mb_cache_create +EXPORT_SYMBOL vmlinux 0x5eba8027 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5edef0d7 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x5eedaa51 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0f6f0b snd_pcm_lib_readv +EXPORT_SYMBOL vmlinux 0x5f1dc650 input_set_capability +EXPORT_SYMBOL vmlinux 0x5f21c604 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x5f27323c _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x5f41e0fb mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x5f4c7946 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x5f4e3cb4 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x5f51faad __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f82d0c1 dcache_readdir +EXPORT_SYMBOL vmlinux 0x5f8f7bf3 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x5fa779f9 snd_dma_free_pages +EXPORT_SYMBOL vmlinux 0x5fc533d4 input_get_keycode +EXPORT_SYMBOL vmlinux 0x5fc5e65f dput +EXPORT_SYMBOL vmlinux 0x5fd268cb radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5fd46792 vfs_setpos +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fe9f9d3 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x5fecab26 of_device_unregister +EXPORT_SYMBOL vmlinux 0x5fed0ea1 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x5ff11cc3 pcibios_min_io +EXPORT_SYMBOL vmlinux 0x5ff7f7a9 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x5ff8a0b7 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x5ff96985 omapdss_unregister_display +EXPORT_SYMBOL vmlinux 0x60003370 irq_to_desc +EXPORT_SYMBOL vmlinux 0x60055baa dispc_mgr_get_vsync_irq +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x60161d90 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x60541702 edma_alloc_slot +EXPORT_SYMBOL vmlinux 0x6054b3fd __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x608933c2 bdi_destroy +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x609fde35 proc_create_data +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60b86f61 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x60d9db77 file_ns_capable +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60ee3302 inet_listen +EXPORT_SYMBOL vmlinux 0x61050c4d outer_cache +EXPORT_SYMBOL vmlinux 0x610f1228 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x611bb46c mmc_request_done +EXPORT_SYMBOL vmlinux 0x61246a2e snd_get_device +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61406ad3 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x61442f40 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x61622754 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x6174eb98 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x617a218d __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x61b3560c cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61bb15da md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x61cd18b1 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x61ed565e pci_set_master +EXPORT_SYMBOL vmlinux 0x61eff5fd ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x620c6434 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6260dba8 __inet6_hash +EXPORT_SYMBOL vmlinux 0x626251a5 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x626318db security_path_chmod +EXPORT_SYMBOL vmlinux 0x6263e0c1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6277427a ps2_begin_command +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62aacc63 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x62e96e10 nand_bch_init +EXPORT_SYMBOL vmlinux 0x62f90008 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x630f3873 snd_ctl_notify +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x632d4911 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x63348b09 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x6360e35e loop_backing_file +EXPORT_SYMBOL vmlinux 0x6360f4f3 snd_pcm_period_elapsed +EXPORT_SYMBOL vmlinux 0x636b3461 omap_dss_get_num_overlays +EXPORT_SYMBOL vmlinux 0x63b23e22 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x63b72302 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x63c0bbb5 fb_pan_display +EXPORT_SYMBOL vmlinux 0x63c2ced2 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0x63d47e07 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x640817df vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x6415e62e omap_dss_pal_timings +EXPORT_SYMBOL vmlinux 0x643e0056 register_sound_special +EXPORT_SYMBOL vmlinux 0x64459a31 scsi_execute +EXPORT_SYMBOL vmlinux 0x64556ea6 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x64568cad __nla_put +EXPORT_SYMBOL vmlinux 0x645a5922 tso_count_descs +EXPORT_SYMBOL vmlinux 0x64655678 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x646a580c generic_file_open +EXPORT_SYMBOL vmlinux 0x646f8fcc pid_task +EXPORT_SYMBOL vmlinux 0x64708603 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x6486afb9 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x6491ff1b fget +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a22ff0 dispc_mgr_set_lcd_config +EXPORT_SYMBOL vmlinux 0x64a878b8 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x64ab8692 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x64bc145f skb_queue_head +EXPORT_SYMBOL vmlinux 0x64c9e598 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x64f4eb1e scsi_block_requests +EXPORT_SYMBOL vmlinux 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL vmlinux 0x65137617 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65463b5c i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x65466939 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x655f0129 put_page +EXPORT_SYMBOL vmlinux 0x6565d33f scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x656fdc21 netpoll_setup +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x659e0594 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x65a85c41 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x65b209c2 setup_new_exec +EXPORT_SYMBOL vmlinux 0x65c44dbd dump_page +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x6634793d textsearch_destroy +EXPORT_SYMBOL vmlinux 0x663f3663 tty_lock_pair +EXPORT_SYMBOL vmlinux 0x664054f6 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0x66449c5b pci_clear_master +EXPORT_SYMBOL vmlinux 0x6685c7dc neigh_event_ns +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66d2f37b bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x670b75b7 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x6710c4ea inet_select_addr +EXPORT_SYMBOL vmlinux 0x671fb27a genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x676bbc0f _set_bit +EXPORT_SYMBOL vmlinux 0x6776db04 do_sync_read +EXPORT_SYMBOL vmlinux 0x677e2881 dev_warn +EXPORT_SYMBOL vmlinux 0x677f5f47 sock_i_ino +EXPORT_SYMBOL vmlinux 0x67881396 follow_down_one +EXPORT_SYMBOL vmlinux 0x67913c93 bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x679a9d10 __scm_send +EXPORT_SYMBOL vmlinux 0x67a9e374 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b3fe4c kthread_stop +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67d57bfa __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0x67f56b53 udp_del_offload +EXPORT_SYMBOL vmlinux 0x68066e1e dispc_mgr_set_timings +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x681cd252 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x682142c4 noop_fsync +EXPORT_SYMBOL vmlinux 0x682ae9ce unregister_binfmt +EXPORT_SYMBOL vmlinux 0x682e3d02 of_get_min_tck +EXPORT_SYMBOL vmlinux 0x683faedc fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x6852c08a xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x6872d3a8 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x6879ee0d jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68869bae panic_notifier_list +EXPORT_SYMBOL vmlinux 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL vmlinux 0x68ab4dc5 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68cce4a4 dquot_disable +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x69075c1c vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x690da308 generic_setxattr +EXPORT_SYMBOL vmlinux 0x6915eb38 down_interruptible +EXPORT_SYMBOL vmlinux 0x6947b370 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x694d426a padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x6968d719 snd_card_new +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x698411be unregister_filesystem +EXPORT_SYMBOL vmlinux 0x69865a52 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69adb4ec dst_release +EXPORT_SYMBOL vmlinux 0x69b4f092 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x69b65d1f dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x69b6f8d9 omap_set_dma_transfer_params +EXPORT_SYMBOL vmlinux 0x69b76e20 iget_failed +EXPORT_SYMBOL vmlinux 0x69bb4d18 snd_timer_open +EXPORT_SYMBOL vmlinux 0x69bdbfbf fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e0ab29 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a46a295 simple_rename +EXPORT_SYMBOL vmlinux 0x6a4ab286 vga_tryget +EXPORT_SYMBOL vmlinux 0x6a58e0f2 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a8a876c __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x6aaf6e0a blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x6ace4fa6 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x6ae4d4c4 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x6aed16ed ihold +EXPORT_SYMBOL vmlinux 0x6aff8676 sock_create_lite +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b08e93f inet6_release +EXPORT_SYMBOL vmlinux 0x6b0e1adc blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x6b19f553 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b1cf3e1 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b6ea058 vc_resize +EXPORT_SYMBOL vmlinux 0x6b80abbd dmam_release_declared_memory +EXPORT_SYMBOL vmlinux 0x6b9d4f3d simple_dname +EXPORT_SYMBOL vmlinux 0x6ba0bc8f write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x6bb4574c dev_mc_flush +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc642e3 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6c093889 cdev_del +EXPORT_SYMBOL vmlinux 0x6c1576cf __sb_start_write +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c2a5f74 i2c_use_client +EXPORT_SYMBOL vmlinux 0x6c4825cf inet6_bind +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c624fbe freeze_bdev +EXPORT_SYMBOL vmlinux 0x6c6cdd4d wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c7da395 cpu_tlb +EXPORT_SYMBOL vmlinux 0x6c89f8fa tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x6ca4c63c adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x6cc6c115 dst_discard_sk +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6ce06f8c vc_cons +EXPORT_SYMBOL vmlinux 0x6cee14be mmc_start_req +EXPORT_SYMBOL vmlinux 0x6cf27ab6 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d1054d2 security_mmap_file +EXPORT_SYMBOL vmlinux 0x6d107d71 omap_dss_ntsc_timings +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d483868 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x6d518290 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x6d630748 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x6d6501c1 mpage_writepage +EXPORT_SYMBOL vmlinux 0x6d662533 _find_first_bit_le +EXPORT_SYMBOL vmlinux 0x6d69cdf2 mount_nodev +EXPORT_SYMBOL vmlinux 0x6d79a8c7 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x6d98a110 gen_new_estimator +EXPORT_SYMBOL vmlinux 0x6da37e3c blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x6dac0948 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x6dbb3675 names_cachep +EXPORT_SYMBOL vmlinux 0x6dcd5c70 page_readlink +EXPORT_SYMBOL vmlinux 0x6dd700a7 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df29fab pci_map_rom +EXPORT_SYMBOL vmlinux 0x6df94de5 sk_free +EXPORT_SYMBOL vmlinux 0x6e011355 proc_remove +EXPORT_SYMBOL vmlinux 0x6e5a3476 __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x6e6514ed radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e910d87 locks_init_lock +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ead16d2 dev_alert +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ec9ccdb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x6edcf9fa snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL vmlinux 0x6ee96af2 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f3ea26f mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x6f46052c skb_find_text +EXPORT_SYMBOL vmlinux 0x6fa1821f inet_frags_fini +EXPORT_SYMBOL vmlinux 0x6fc0801f flow_cache_fini +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcf51a4 fb_show_logo +EXPORT_SYMBOL vmlinux 0x6fd6afad tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x6fd849bd xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x6ff76586 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x6ffa684f jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x70097aa0 nand_bch_free +EXPORT_SYMBOL vmlinux 0x700bd9a0 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x702d93f6 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7062b4cd cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x70641560 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x7092779a d_delete +EXPORT_SYMBOL vmlinux 0x709ec201 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70e39dae dss_uninstall_mgr_ops +EXPORT_SYMBOL vmlinux 0x70e52d4e swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x70fa072c pci_find_capability +EXPORT_SYMBOL vmlinux 0x7102ac29 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x710b86b6 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x7113f9d4 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x7124d4d8 filp_close +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712dd479 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x712ed37b radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x7142c63c edma_free_slot +EXPORT_SYMBOL vmlinux 0x714919e1 netif_rx_ni +EXPORT_SYMBOL vmlinux 0x71612c4f clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71824d7f snd_timer_start +EXPORT_SYMBOL vmlinux 0x7190edc9 seq_path +EXPORT_SYMBOL vmlinux 0x71a4badb snd_pcm_suspend +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71a7ed63 sock_update_memcg +EXPORT_SYMBOL vmlinux 0x71a9ceed pagevec_lookup +EXPORT_SYMBOL vmlinux 0x71c26368 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x71c90087 memcmp +EXPORT_SYMBOL vmlinux 0x71f65175 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72102e6c vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x721d6b03 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x72350130 ___ratelimit +EXPORT_SYMBOL vmlinux 0x724688c0 netif_skb_features +EXPORT_SYMBOL vmlinux 0x72552c44 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x7261d351 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x72860ef0 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x7296d8a2 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x729aec16 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x729e3a25 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x729f7d00 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x72acf590 usbnet_manage_power +EXPORT_SYMBOL vmlinux 0x72b5b2b7 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x7309ab65 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731b81f1 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x7325df99 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x73977fc0 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x739eac52 phy_print_status +EXPORT_SYMBOL vmlinux 0x73a43787 sk_capable +EXPORT_SYMBOL vmlinux 0x73a86c3e netif_device_attach +EXPORT_SYMBOL vmlinux 0x73a8e0a2 snd_ctl_rename_id +EXPORT_SYMBOL vmlinux 0x73b82daa netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x73dfe5a9 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x73eb58c8 wireless_send_event +EXPORT_SYMBOL vmlinux 0x7403a704 seq_pad +EXPORT_SYMBOL vmlinux 0x741cf310 neigh_destroy +EXPORT_SYMBOL vmlinux 0x7427df2e tcp_disconnect +EXPORT_SYMBOL vmlinux 0x7452b3b8 genphy_read_status +EXPORT_SYMBOL vmlinux 0x74702e4b mdiobus_free +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x7488cb5f new_inode +EXPORT_SYMBOL vmlinux 0x74bf9962 input_allocate_device +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74ce05b8 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x74d938bb pci_dev_driver +EXPORT_SYMBOL vmlinux 0x74e470b6 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74fa022d edma_trigger_channel +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x75076808 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x7534fb05 dentry_unhash +EXPORT_SYMBOL vmlinux 0x753ffb29 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x75488df2 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x754ed262 elv_register_queue +EXPORT_SYMBOL vmlinux 0x7556c921 nf_log_register +EXPORT_SYMBOL vmlinux 0x75632386 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x75751a15 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x75850d01 __vmalloc +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x75b9b8ab qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75c7d33f jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x75d2c6aa xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x75eee51d from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x75fee7fd __raw_writesb +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x76192c05 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x761fede7 touch_buffer +EXPORT_SYMBOL vmlinux 0x7625d706 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x762b9f46 dst_alloc +EXPORT_SYMBOL vmlinux 0x76301a57 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x76382462 module_layout +EXPORT_SYMBOL vmlinux 0x7646ad77 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764a4e34 scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x769bcecf dev_uc_add +EXPORT_SYMBOL vmlinux 0x76a6a62b call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76c1859c phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x76cf47f6 __aeabi_llsl +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76d7a085 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0x76f6c5ef kmalloc_order +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x77524297 send_sig_info +EXPORT_SYMBOL vmlinux 0x775481cd snd_pcm_stop +EXPORT_SYMBOL vmlinux 0x7762e732 vme_register_driver +EXPORT_SYMBOL vmlinux 0x77645fa0 tcf_hash_search +EXPORT_SYMBOL vmlinux 0x7764be44 install_exec_creds +EXPORT_SYMBOL vmlinux 0x777ee86b prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x778cf810 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x7793f756 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77a29295 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x77a8b1b9 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x77adee42 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x77b22c16 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77cdc0ad mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x7814c6e0 scsi_host_get +EXPORT_SYMBOL vmlinux 0x781b469c snd_pcm_hw_refine +EXPORT_SYMBOL vmlinux 0x7822a459 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x7833deb2 pgprot_user +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x786577fa i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x787881a3 arp_find +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78aee566 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0x78b94ae3 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x78b9e364 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x78cf69f8 sock_from_file +EXPORT_SYMBOL vmlinux 0x78dd6c90 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e164c2 tty_free_termios +EXPORT_SYMBOL vmlinux 0x78fa982c snd_ctl_remove +EXPORT_SYMBOL vmlinux 0x790ce325 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x790f8516 dev_uc_init +EXPORT_SYMBOL vmlinux 0x79286b60 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x7936a069 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x795030f2 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x79738f62 inet_getname +EXPORT_SYMBOL vmlinux 0x797d145f get_unmapped_area +EXPORT_SYMBOL vmlinux 0x797fde2a xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x797fff9e skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x798981d4 snd_ctl_unregister_ioctl +EXPORT_SYMBOL vmlinux 0x799b492c bdget +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79bb7288 single_open +EXPORT_SYMBOL vmlinux 0x79c58b77 f_setown +EXPORT_SYMBOL vmlinux 0x79d578f6 netdev_info +EXPORT_SYMBOL vmlinux 0x79e1db72 eth_type_trans +EXPORT_SYMBOL vmlinux 0x79e33afa flush_kernel_dcache_page +EXPORT_SYMBOL vmlinux 0x79fa68ea of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x7a0b6c92 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x7a184c49 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a24c961 mnt_unpin +EXPORT_SYMBOL vmlinux 0x7a262d0c vmap +EXPORT_SYMBOL vmlinux 0x7a27a5a5 padata_start +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a5352f1 serio_rescan +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ac2f1ca scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x7ac7d71b netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7ae8b6a9 dquot_resume +EXPORT_SYMBOL vmlinux 0x7af24d4c blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL vmlinux 0x7b0ecbaf sg_miter_stop +EXPORT_SYMBOL vmlinux 0x7b1ade38 lz4_decompress +EXPORT_SYMBOL vmlinux 0x7b283202 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x7b31a6a4 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b66ab59 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x7b6fc215 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x7b723ca4 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x7bdd16a1 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x7be196e4 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x7bfeded8 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x7c0279b5 simple_link +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c1d7810 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x7c2eab37 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4bd1ff register_cdrom +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c674b8f nf_setsockopt +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7ca0702e sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cc035a7 __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cdf1aa1 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce2bd25 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x7ce51403 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x7ce7ddbc skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfb70fc user_path_create +EXPORT_SYMBOL vmlinux 0x7cfcaab6 block_read_full_page +EXPORT_SYMBOL vmlinux 0x7cfdea18 qdisc_list_add +EXPORT_SYMBOL vmlinux 0x7d04defe dev_printk +EXPORT_SYMBOL vmlinux 0x7d052f7a put_io_context +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d2bed98 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x7d42f87d dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x7d4f88ee __nlmsg_put +EXPORT_SYMBOL vmlinux 0x7d565a9c snd_jack_set_parent +EXPORT_SYMBOL vmlinux 0x7d5f6762 security_file_permission +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d73c651 check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0x7d880c82 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x7d92510e md_write_start +EXPORT_SYMBOL vmlinux 0x7d9b788f xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x7dccc294 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x7dcff009 netlink_unicast +EXPORT_SYMBOL vmlinux 0x7defe496 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7dfb15fc generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x7e083b1b pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x7e095e3a ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x7e22ae1c input_unregister_handler +EXPORT_SYMBOL vmlinux 0x7e24cb2c ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x7e2a4a01 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x7e48782b file_update_time +EXPORT_SYMBOL vmlinux 0x7e576286 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x7e60bb22 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x7e6fa3ef tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0x7e71a628 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x7e79c083 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x7e9efe8e complete_and_exit +EXPORT_SYMBOL vmlinux 0x7ec9b82a jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x7ee21e0f fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x7ee7f093 dispc_ovl_compute_fifo_thresholds +EXPORT_SYMBOL vmlinux 0x7efcb65f dst_destroy +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f2cc5dc bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x7f2dd583 inet_put_port +EXPORT_SYMBOL vmlinux 0x7f30c861 iterate_mounts +EXPORT_SYMBOL vmlinux 0x7f33a63b omap_get_dma_chain_dst_pos +EXPORT_SYMBOL vmlinux 0x7f3b3f8f dma_release_declared_memory +EXPORT_SYMBOL vmlinux 0x7f57b3d7 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f63b31e _memcpy_toio +EXPORT_SYMBOL vmlinux 0x7f788f82 bio_put +EXPORT_SYMBOL vmlinux 0x7f91d8fd cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x7f922422 fput +EXPORT_SYMBOL vmlinux 0x7fa6c1b0 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fffc739 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x800e4ffa __muldi3 +EXPORT_SYMBOL vmlinux 0x8011939a mipi_dsi_driver_register +EXPORT_SYMBOL vmlinux 0x802bcd7e lookup_one_len +EXPORT_SYMBOL vmlinux 0x80336fd2 netlink_set_err +EXPORT_SYMBOL vmlinux 0x804476d4 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x804aabdf idr_is_empty +EXPORT_SYMBOL vmlinux 0x804f6839 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x8078d3cd phy_connect +EXPORT_SYMBOL vmlinux 0x809e240a generic_read_dir +EXPORT_SYMBOL vmlinux 0x80b8ed28 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cb8a55 snd_timer_notify +EXPORT_SYMBOL vmlinux 0x80cec609 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x80d170a5 omapdss_default_get_timings +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80daaa79 dss_mgr_enable +EXPORT_SYMBOL vmlinux 0x80df84fb blk_rq_init +EXPORT_SYMBOL vmlinux 0x80ea8c27 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x80f3db66 pci_pme_active +EXPORT_SYMBOL vmlinux 0x80f7bd98 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x8100b949 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x8110d179 mpage_readpages +EXPORT_SYMBOL vmlinux 0x812422ac jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f26e0 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x8168ff37 sock_register +EXPORT_SYMBOL vmlinux 0x816d3922 inet_del_offload +EXPORT_SYMBOL vmlinux 0x816fdfc4 key_invalidate +EXPORT_SYMBOL vmlinux 0x818069b6 inet_frag_find +EXPORT_SYMBOL vmlinux 0x81895c35 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x819a1436 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x819c8016 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x81abd3f6 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL vmlinux 0x81c998aa generic_perform_write +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81d4d0aa sockfd_lookup +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x8225ba78 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x82264c7d sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x8227dd8d ptp_find_pin +EXPORT_SYMBOL vmlinux 0x82433e22 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x82446510 phy_stop +EXPORT_SYMBOL vmlinux 0x824a4367 tmio_core_mmc_pwr +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x826b66f9 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x829f38b7 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x82a87a6a fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82d5e589 tty_name +EXPORT_SYMBOL vmlinux 0x82df40d2 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x82e74660 vme_lm_request +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x831f058d swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x8320bea8 __umodsi3 +EXPORT_SYMBOL vmlinux 0x83348455 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x83572b65 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x835e6c91 dss_install_mgr_ops +EXPORT_SYMBOL vmlinux 0x83626388 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x8365c938 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x8375d79d ida_destroy +EXPORT_SYMBOL vmlinux 0x838eb39c bio_clone_fast +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x839cdf99 edma_resume +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83d580c5 snd_device_free +EXPORT_SYMBOL vmlinux 0x83d70683 edma_start +EXPORT_SYMBOL vmlinux 0x83ed4080 __serio_register_port +EXPORT_SYMBOL vmlinux 0x83f214e3 kernel_bind +EXPORT_SYMBOL vmlinux 0x83fcc950 sock_no_poll +EXPORT_SYMBOL vmlinux 0x840b76f4 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x8424486b tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x84281fbe pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x842ea148 netdev_update_features +EXPORT_SYMBOL vmlinux 0x8430640d d_obtain_alias +EXPORT_SYMBOL vmlinux 0x84366d38 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x843aa0b3 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x848eb4fc genlmsg_put +EXPORT_SYMBOL vmlinux 0x84990f6e fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x84b183ae strncmp +EXPORT_SYMBOL vmlinux 0x84d3dcdc snd_info_register +EXPORT_SYMBOL vmlinux 0x84d78208 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x84e2ff67 snd_ctl_free_one +EXPORT_SYMBOL vmlinux 0x84edc5e4 km_state_notify +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x852fa62b ns_capable +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x856a8e44 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x85765fee omap_enable_dma_irq +EXPORT_SYMBOL vmlinux 0x859a22c8 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85db75fd nf_register_hooks +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85f904af neigh_update +EXPORT_SYMBOL vmlinux 0x86152f2b follow_pfn +EXPORT_SYMBOL vmlinux 0x861fc882 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8659c344 tcp_prequeue +EXPORT_SYMBOL vmlinux 0x865e80e5 mount_pseudo +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x86860195 dss_feat_get_supported_displays +EXPORT_SYMBOL vmlinux 0x8687b734 snd_ctl_boolean_mono_info +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868db758 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86aab3a3 nand_lock +EXPORT_SYMBOL vmlinux 0x86ded4c2 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x86e7dbf6 snd_pcm_set_sync +EXPORT_SYMBOL vmlinux 0x86f40d42 register_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x8721e30e md_register_thread +EXPORT_SYMBOL vmlinux 0x87463407 tcp_proc_register +EXPORT_SYMBOL vmlinux 0x87577a0e udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x875adb20 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x8765c0bc __neigh_create +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x877d6ad4 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x879d8cf9 sync_blockdev +EXPORT_SYMBOL vmlinux 0x87a2263e get_super +EXPORT_SYMBOL vmlinux 0x87ce0871 usbnet_device_suggests_idle +EXPORT_SYMBOL vmlinux 0x87cf4f7f seq_write +EXPORT_SYMBOL vmlinux 0x87d1dc48 km_policy_expired +EXPORT_SYMBOL vmlinux 0x87dc6da2 block_truncate_page +EXPORT_SYMBOL vmlinux 0x87dffcc8 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x882388e8 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x88258833 dquot_acquire +EXPORT_SYMBOL vmlinux 0x882dab9d sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x885cc065 vfs_fsync +EXPORT_SYMBOL vmlinux 0x88616251 sock_edemux +EXPORT_SYMBOL vmlinux 0x8883d7a9 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x8886094e put_disk +EXPORT_SYMBOL vmlinux 0x8898b5a5 of_get_pci_address +EXPORT_SYMBOL vmlinux 0x889e1a73 __frontswap_test +EXPORT_SYMBOL vmlinux 0x88b3a9d9 of_get_next_child +EXPORT_SYMBOL vmlinux 0x88c2f1c0 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x88e2a137 pcim_iomap +EXPORT_SYMBOL vmlinux 0x890b847b pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x8910977a bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x892dadb8 serio_open +EXPORT_SYMBOL vmlinux 0x8942c0ac __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x894585c3 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x8957af63 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x8959d91f qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x89743505 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x898cb2bf generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x8998d0fb bdput +EXPORT_SYMBOL vmlinux 0x899e109d of_get_mac_address +EXPORT_SYMBOL vmlinux 0x89a1ca26 pci_dev_get +EXPORT_SYMBOL vmlinux 0x89a3c4f4 omap_get_dma_chain_index +EXPORT_SYMBOL vmlinux 0x89aebe9d pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89f6ce1f in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x89fc1498 tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x8a0f4230 rename_lock +EXPORT_SYMBOL vmlinux 0x8a12f0fc __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1c5455 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x8a1c946f devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x8a3007da lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x8a310959 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4fa83b __aeabi_llsr +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a5b09a5 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x8a5ff59a netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x8a67a14e dev_uc_del +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8ad6ad00 tcf_hash_create +EXPORT_SYMBOL vmlinux 0x8aec8d28 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x8afcd678 snd_seq_root +EXPORT_SYMBOL vmlinux 0x8b128fb6 ip6_route_output +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b67e33c inet_shutdown +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b8d76d7 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x8b9c72b0 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x8ba4b117 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x8ba69043 nf_log_unset +EXPORT_SYMBOL vmlinux 0x8bb315ae skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x8bb4c62c d_add_ci +EXPORT_SYMBOL vmlinux 0x8bce63c5 snd_unregister_oss_device +EXPORT_SYMBOL vmlinux 0x8bd89a30 datagram_poll +EXPORT_SYMBOL vmlinux 0x8be6082a dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x8c04c0b0 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x8c0befbe dev_printk_emit +EXPORT_SYMBOL vmlinux 0x8c30ccbd flush_dcache_page +EXPORT_SYMBOL vmlinux 0x8c3347f5 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x8c34fa19 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x8c388ccb bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x8c470ea4 phy_detach +EXPORT_SYMBOL vmlinux 0x8c4d6523 omap_dma_chain_a_transfer +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c705b8c edma_clean_channel +EXPORT_SYMBOL vmlinux 0x8c736280 empty_aops +EXPORT_SYMBOL vmlinux 0x8cc015e4 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x8cd6b0e8 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0x8cd8c339 omap_free_dma +EXPORT_SYMBOL vmlinux 0x8d134c39 idr_replace +EXPORT_SYMBOL vmlinux 0x8d281daf filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d34133a ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x8d44463a tty_port_hangup +EXPORT_SYMBOL vmlinux 0x8d530c1e get_phy_device +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d655464 snd_jack_report +EXPORT_SYMBOL vmlinux 0x8d6b2ce1 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8d6c689d vfs_statfs +EXPORT_SYMBOL vmlinux 0x8d6ca339 mmc_can_reset +EXPORT_SYMBOL vmlinux 0x8d6f81b4 __div64_32 +EXPORT_SYMBOL vmlinux 0x8d70f4a7 vfs_create +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d7eb2d1 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x8d8b6353 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x8d9c05a7 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x8da35774 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x8dcff6e2 __pv_offset +EXPORT_SYMBOL vmlinux 0x8ddcc854 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x8de353dc jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL vmlinux 0x8e13b4c3 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x8e1aa964 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL vmlinux 0x8e207245 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x8e2a981f setattr_copy +EXPORT_SYMBOL vmlinux 0x8e477131 skb_pull +EXPORT_SYMBOL vmlinux 0x8e4c92c1 scsi_print_result +EXPORT_SYMBOL vmlinux 0x8e69e0c0 udp_proc_register +EXPORT_SYMBOL vmlinux 0x8e7892da blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0x8e865d3c arm_delay_ops +EXPORT_SYMBOL vmlinux 0x8e8d07ed generic_fillattr +EXPORT_SYMBOL vmlinux 0x8ea513ff blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x8eddc74b mnt_pin +EXPORT_SYMBOL vmlinux 0x8ee81640 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x8f045d1c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x8f45d2a9 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x8f595b11 snd_major +EXPORT_SYMBOL vmlinux 0x8f678b07 __stack_chk_guard +EXPORT_SYMBOL vmlinux 0x8f702a1f scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x8f979544 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x8f9b77c4 rtnl_notify +EXPORT_SYMBOL vmlinux 0x8fa4130a omap_set_dma_callback +EXPORT_SYMBOL vmlinux 0x8faee4d1 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fd84480 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x901e905d twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x9027b82e scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x902a2bb3 snd_power_wait +EXPORT_SYMBOL vmlinux 0x90695906 vme_free_consistent +EXPORT_SYMBOL vmlinux 0x906cef69 security_path_link +EXPORT_SYMBOL vmlinux 0x907a5daf padata_alloc +EXPORT_SYMBOL vmlinux 0x907cc668 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x909c305c scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x90a0d410 nand_unlock +EXPORT_SYMBOL vmlinux 0x90a15bab sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x90b71bc9 dma_pool_create +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x90da29ee register_gifconf +EXPORT_SYMBOL vmlinux 0x90fc870d request_key +EXPORT_SYMBOL vmlinux 0x9118b8fb fb_set_var +EXPORT_SYMBOL vmlinux 0x9120afad dm_unregister_target +EXPORT_SYMBOL vmlinux 0x91363d42 dentry_open +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x9153a4c0 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x915e5473 irq_set_chip +EXPORT_SYMBOL vmlinux 0x9168efc9 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x9186e65d dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x919029aa __readwrite_bug +EXPORT_SYMBOL vmlinux 0x9194c0f3 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x91a21eaf bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91e94fb9 kunmap +EXPORT_SYMBOL vmlinux 0x9204e21f blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x9217e31b tty_register_driver +EXPORT_SYMBOL vmlinux 0x921e58d7 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x9228a6d2 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x92397fef netdev_err +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x926a4088 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x92705fd9 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x9273c753 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x927ff0a8 skb_pad +EXPORT_SYMBOL vmlinux 0x928d9f75 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92e4b215 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x92ec5d1b dispc_mgr_enable +EXPORT_SYMBOL vmlinux 0x92f0411d pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93018801 netdev_emerg +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x932c6938 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x9338d088 mtd_concat_create +EXPORT_SYMBOL vmlinux 0x93492253 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x934d0315 shdma_cleanup +EXPORT_SYMBOL vmlinux 0x935dadea tty_hangup +EXPORT_SYMBOL vmlinux 0x93617ba4 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93773931 register_framebuffer +EXPORT_SYMBOL vmlinux 0x937a5310 snd_pcm_lib_read +EXPORT_SYMBOL vmlinux 0x9390c696 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x93963a85 dss_feat_get_num_mgrs +EXPORT_SYMBOL vmlinux 0x93997ad7 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x939b4443 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x93a5c9f6 phy_start +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93ad639a pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b79d3a bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x93c6c435 simple_map_init +EXPORT_SYMBOL vmlinux 0x93cefcfb simple_getattr +EXPORT_SYMBOL vmlinux 0x93d762e3 dev_addr_del +EXPORT_SYMBOL vmlinux 0x93dd151c lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x93e94d58 sock_no_bind +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x94098ff8 snd_interval_list +EXPORT_SYMBOL vmlinux 0x942680e8 __page_symlink +EXPORT_SYMBOL vmlinux 0x94334ab8 key_type_keyring +EXPORT_SYMBOL vmlinux 0x9459649a dmam_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x9473ca18 module_refcount +EXPORT_SYMBOL vmlinux 0x94857f5e inode_change_ok +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a08ca1 snd_device_register +EXPORT_SYMBOL vmlinux 0x94d3da68 rtc_lock +EXPORT_SYMBOL vmlinux 0x9503ce35 init_special_inode +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x952820c4 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x952c99db pci_bus_type +EXPORT_SYMBOL vmlinux 0x95359089 proto_register +EXPORT_SYMBOL vmlinux 0x953ec672 snd_timer_global_register +EXPORT_SYMBOL vmlinux 0x95419464 down_write +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x954e41ea __elv_add_request +EXPORT_SYMBOL vmlinux 0x955efc59 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x95622f41 down_timeout +EXPORT_SYMBOL vmlinux 0x95967f69 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x95b325ec inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x95c087ad bprm_change_interp +EXPORT_SYMBOL vmlinux 0x95dbe078 __get_user_2 +EXPORT_SYMBOL vmlinux 0x95e10745 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x960dfaf5 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x961299fd gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x96148647 _dev_info +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x96648ac3 input_release_device +EXPORT_SYMBOL vmlinux 0x96823b89 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x969bde88 snd_pcm_new_stream +EXPORT_SYMBOL vmlinux 0x96b39b6e omap_start_dma_chain_transfers +EXPORT_SYMBOL vmlinux 0x96c2046c submit_bio_wait +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96f240b7 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x970c214d tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x97255bdf strlen +EXPORT_SYMBOL vmlinux 0x9727995f elevator_exit +EXPORT_SYMBOL vmlinux 0x97489436 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x974a690c bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x9750fea3 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x976a2e6b mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x976e700f down_trylock +EXPORT_SYMBOL vmlinux 0x9791d6cc genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x9793c93a dispc_mgr_setup +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a0b143 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x97a36295 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97b74081 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x97c1e6d9 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0x97d8bb88 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x97d8f8c3 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x98082893 __copy_to_user +EXPORT_SYMBOL vmlinux 0x98166682 dma_mark_declared_memory_occupied +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x985974af dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x9869a9f9 get_fs_type +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x987c11c7 __pv_phys_pfn_offset +EXPORT_SYMBOL vmlinux 0x98803bbd inet6_del_offload +EXPORT_SYMBOL vmlinux 0x9890ed25 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x989758a2 find_lock_entry +EXPORT_SYMBOL vmlinux 0x989b7a90 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x98a7eb38 cpu_user +EXPORT_SYMBOL vmlinux 0x98ae3f4d mii_check_link +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x99070c1c blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x990bf485 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x991bc300 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x9948db1b truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9952c4f5 __sock_create +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x99666488 md_error +EXPORT_SYMBOL vmlinux 0x996c4d30 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x997532fe jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x99777e26 sk_dst_check +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999c3148 __raw_readsb +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99b7361f get_cached_acl +EXPORT_SYMBOL vmlinux 0x99bb8806 memmove +EXPORT_SYMBOL vmlinux 0x99c48fd1 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL vmlinux 0x99cc58c1 kmap_high +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99ddddc8 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x99f58330 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0x9a0925c3 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x9a0ff4dd dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a2a576e unregister_qdisc +EXPORT_SYMBOL vmlinux 0x9a2eb05c seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x9a475902 mount_bdev +EXPORT_SYMBOL vmlinux 0x9a623142 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x9a7f1396 udp_set_csum +EXPORT_SYMBOL vmlinux 0x9a8318ef v7_coherent_kern_range +EXPORT_SYMBOL vmlinux 0x9a92f4ce snd_pci_quirk_lookup +EXPORT_SYMBOL vmlinux 0x9aa4deec __devm_request_region +EXPORT_SYMBOL vmlinux 0x9acdbb67 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x9ace9042 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x9ad551c5 fsync_bdev +EXPORT_SYMBOL vmlinux 0x9adc9fdd cap_mmap_file +EXPORT_SYMBOL vmlinux 0x9aded11b eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x9aeaec95 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9b2becd6 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b4741ad jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x9b66d1ac generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b88b1f2 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x9b9ded75 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9b9e3138 tcp_seq_open +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bbd33ce blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x9bbe88b3 flex_array_put +EXPORT_SYMBOL vmlinux 0x9bcf759c PDE_DATA +EXPORT_SYMBOL vmlinux 0x9be65892 unlock_buffer +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bfed425 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x9c05b174 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x9c0bd51f _raw_spin_lock +EXPORT_SYMBOL vmlinux 0x9c0c9e38 netlink_ack +EXPORT_SYMBOL vmlinux 0x9c1102eb devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x9c3737fc __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c5b60de ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x9c97082e edma_pause +EXPORT_SYMBOL vmlinux 0x9c9ec2a0 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9caddeee pci_release_region +EXPORT_SYMBOL vmlinux 0x9cb40154 snd_pcm_hw_constraint_list +EXPORT_SYMBOL vmlinux 0x9cb5e98f blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x9cb94b3f vfs_open +EXPORT_SYMBOL vmlinux 0x9cba3c37 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x9cccacd8 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x9ce8d068 clocksource_register +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cf836d6 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9cfdedbe skb_queue_tail +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d50a75d skb_seq_read +EXPORT_SYMBOL vmlinux 0x9d669763 memcpy +EXPORT_SYMBOL vmlinux 0x9d84df2f xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x9d90f95f __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x9d9b0178 dget_parent +EXPORT_SYMBOL vmlinux 0x9dc91b80 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x9de3dd73 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x9de7b2eb ppp_input_error +EXPORT_SYMBOL vmlinux 0x9df33bf0 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x9df870fc kobject_set_name +EXPORT_SYMBOL vmlinux 0x9dfe7307 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e04f14e __bforget +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e1c8958 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e4b3747 sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e53ede8 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x9e5ec297 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e685ded blk_init_queue +EXPORT_SYMBOL vmlinux 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ea6433c neigh_table_init +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ec5f2c7 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9ee5f2e7 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x9ee83fdc dquot_transfer +EXPORT_SYMBOL vmlinux 0x9efecd09 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x9f04b0bc phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x9f08f57c kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f3bab3c snd_info_create_module_entry +EXPORT_SYMBOL vmlinux 0x9f40f463 jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x9f46c308 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f491e5d ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x9f58af3e mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x9f5d13f2 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x9f5f2d9f snd_card_disconnect +EXPORT_SYMBOL vmlinux 0x9f823cea dispc_mgr_is_enabled +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa33950 amba_device_unregister +EXPORT_SYMBOL vmlinux 0x9fab366f blk_run_queue +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fb91613 mii_link_ok +EXPORT_SYMBOL vmlinux 0x9fd7cda1 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa024d07f ip_fragment +EXPORT_SYMBOL vmlinux 0xa0341378 uart_resume_port +EXPORT_SYMBOL vmlinux 0xa03e151a scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa04a20d5 try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xa05763c0 devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa07b0591 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xa07cf480 pci_get_class +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa088600f generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xa089819f blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xa089e1b9 padata_stop +EXPORT_SYMBOL vmlinux 0xa08dcdc2 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0xa0922619 finish_no_open +EXPORT_SYMBOL vmlinux 0xa0966e4b unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa0a66c84 release_firmware +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL vmlinux 0xa0fe24b1 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa12cba0b netlink_broadcast +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa141aa81 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xa14b3f5d flex_array_free_parts +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa15b10d4 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0xa15ce21e of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0xa16b4f00 pps_unregister_source +EXPORT_SYMBOL vmlinux 0xa1822751 clear_nlink +EXPORT_SYMBOL vmlinux 0xa186328e dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xa187eb78 aio_complete +EXPORT_SYMBOL vmlinux 0xa18af9a7 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xa18e9b7e snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL vmlinux 0xa192813b idr_for_each +EXPORT_SYMBOL vmlinux 0xa199d48f mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0xa19e5d69 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xa1ab95b9 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xa1acad8d netif_napi_add +EXPORT_SYMBOL vmlinux 0xa1af12f5 unregister_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c03d74 of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c7875e bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xa1d55e90 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xa1f0ebea bit_waitqueue +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa21fb7a1 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa29aa2a9 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xa2a42379 phy_find_first +EXPORT_SYMBOL vmlinux 0xa2ac580b __lock_buffer +EXPORT_SYMBOL vmlinux 0xa2bfdd79 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xa2ca69d1 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0xa2cc3c2b input_unregister_handle +EXPORT_SYMBOL vmlinux 0xa2d29181 genl_notify +EXPORT_SYMBOL vmlinux 0xa2e13cf4 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa3082be8 register_quota_format +EXPORT_SYMBOL vmlinux 0xa30c81d1 bio_copy_kern +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa31e44ba edma_free_channel +EXPORT_SYMBOL vmlinux 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL vmlinux 0xa339e9b8 softnet_data +EXPORT_SYMBOL vmlinux 0xa34a61e1 user_revoke +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa350d374 bmap +EXPORT_SYMBOL vmlinux 0xa35444e4 dispc_write_irqenable +EXPORT_SYMBOL vmlinux 0xa37d9dc2 from_kgid +EXPORT_SYMBOL vmlinux 0xa37e78b6 flex_array_get +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa3b119a6 bdgrab +EXPORT_SYMBOL vmlinux 0xa3b461b2 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xa3ee9ac4 sock_no_getname +EXPORT_SYMBOL vmlinux 0xa414882d add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xa41a4c68 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xa42f9d1f i2c_master_send +EXPORT_SYMBOL vmlinux 0xa439b696 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa44c80d7 keyring_alloc +EXPORT_SYMBOL vmlinux 0xa454a74b __scm_destroy +EXPORT_SYMBOL vmlinux 0xa4610bc6 omap_rev +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa47dfb63 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0xa48c0c16 secpath_dup +EXPORT_SYMBOL vmlinux 0xa48f5b09 omap_dma_set_global_params +EXPORT_SYMBOL vmlinux 0xa4b42c55 omap_set_dma_priority +EXPORT_SYMBOL vmlinux 0xa4be54b6 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xa4cb32e4 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xa4cb9079 update_region +EXPORT_SYMBOL vmlinux 0xa4d28372 make_bad_inode +EXPORT_SYMBOL vmlinux 0xa4dec56a snd_pcm_hw_rule_add +EXPORT_SYMBOL vmlinux 0xa4e32b7e netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xa4f1063c kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xa4f50e2e grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xa4ffbb4a __genl_register_family +EXPORT_SYMBOL vmlinux 0xa51ec0ec devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xa5264aca sk_reset_timer +EXPORT_SYMBOL vmlinux 0xa543dce4 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5675743 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xa56d957e pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0xa583aff5 bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0xa58fea9d mempool_destroy +EXPORT_SYMBOL vmlinux 0xa5937c93 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5ebd236 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xa6129818 cont_write_begin +EXPORT_SYMBOL vmlinux 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL vmlinux 0xa61e4362 omap_request_dma +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa6449cc1 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xa64560fc d_invalidate +EXPORT_SYMBOL vmlinux 0xa65e7b87 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xa665e4f8 dev_emerg +EXPORT_SYMBOL vmlinux 0xa66e61e6 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa678574e xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa6a0a946 genphy_config_init +EXPORT_SYMBOL vmlinux 0xa6a6ebf1 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xa6a96fa5 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xa6b48034 simple_write_end +EXPORT_SYMBOL vmlinux 0xa6bab23d dqstats +EXPORT_SYMBOL vmlinux 0xa6c22555 snd_timer_stop +EXPORT_SYMBOL vmlinux 0xa6d8f38d tty_throttle +EXPORT_SYMBOL vmlinux 0xa6e8b018 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xa6f2c0f8 kill_pgrp +EXPORT_SYMBOL vmlinux 0xa71be666 register_netdev +EXPORT_SYMBOL vmlinux 0xa71e7db5 write_inode_now +EXPORT_SYMBOL vmlinux 0xa734a3e9 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa76012ff sock_alloc_file +EXPORT_SYMBOL vmlinux 0xa7617f5c __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0xa77829c0 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xa784693c swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0xa78e25d7 dma_common_mmap +EXPORT_SYMBOL vmlinux 0xa790339a xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xa7910a96 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xa7bb4103 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xa7cab199 netdev_notice +EXPORT_SYMBOL vmlinux 0xa8180056 xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0xa81e2b43 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa842d611 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa85099f0 __lock_page +EXPORT_SYMBOL vmlinux 0xa85b1714 snd_pcm_new +EXPORT_SYMBOL vmlinux 0xa864f42e locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xa8708682 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa878b8df of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0xa88c2a29 dev_open +EXPORT_SYMBOL vmlinux 0xa89eb8c5 of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8bfe298 sock_no_mmap +EXPORT_SYMBOL vmlinux 0xa8cdf16e rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0xa8d2c227 unlock_new_inode +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa90d17ff vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xa913521b pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xa9146a53 dquot_operations +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa916d703 read_dev_sector +EXPORT_SYMBOL vmlinux 0xa93c965e tso_build_hdr +EXPORT_SYMBOL vmlinux 0xa94813c0 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xa94fc8e9 devm_gpio_free +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965cb71 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xa96f9edd udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xa978b2f1 skb_make_writable +EXPORT_SYMBOL vmlinux 0xa99df23b mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xa99e007b mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0xa9baac64 napi_get_frags +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9efb1a8 kernel_accept +EXPORT_SYMBOL vmlinux 0xa9effda5 __first_cpu +EXPORT_SYMBOL vmlinux 0xa9f7e22e freeze_super +EXPORT_SYMBOL vmlinux 0xaa01f0b4 simple_dir_operations +EXPORT_SYMBOL vmlinux 0xaa0cbcda devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xaa2097f9 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xaa270e4b set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xaa581be0 register_filesystem +EXPORT_SYMBOL vmlinux 0xaa5ad206 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa7d1616 vfs_llseek +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaa976c50 key_validate +EXPORT_SYMBOL vmlinux 0xaa9a325b seq_release +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaaf57056 cdrom_check_events +EXPORT_SYMBOL vmlinux 0xaaf909f5 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xaafbdff8 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab3f2e5d netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xab40297f cleancache_register_ops +EXPORT_SYMBOL vmlinux 0xab4e3498 kernel_sendpage +EXPORT_SYMBOL vmlinux 0xab52fe13 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0xab548162 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab6de9ad snd_ctl_replace +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab828d54 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xab82f361 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xaba3ad0c radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xaba3d6ee finish_open +EXPORT_SYMBOL vmlinux 0xabc47a11 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabc7980b tty_vhangup +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabe1aeff do_sync_write +EXPORT_SYMBOL vmlinux 0xabe99f19 tcp_parse_options +EXPORT_SYMBOL vmlinux 0xabfb7e22 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xac013571 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac16e94e pci_request_region +EXPORT_SYMBOL vmlinux 0xac16feb6 dev_activate +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac2ee43a dev_deactivate +EXPORT_SYMBOL vmlinux 0xac390091 dev_base_lock +EXPORT_SYMBOL vmlinux 0xac398912 flex_array_clear +EXPORT_SYMBOL vmlinux 0xac7a5ea6 unregister_nls +EXPORT_SYMBOL vmlinux 0xaca6cf99 security_task_getsecid +EXPORT_SYMBOL vmlinux 0xaca8aa49 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb415c4 omap_dss_get_overlay +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xaccfc863 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xacd409a1 ptp_clock_index +EXPORT_SYMBOL vmlinux 0xaceb2391 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xacf2af9c i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad01eaa4 find_vma +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad1fb0e1 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xad21d84e security_path_rename +EXPORT_SYMBOL vmlinux 0xad253eb7 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0xad63cb1c iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xad678512 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xada2f722 vme_irq_handler +EXPORT_SYMBOL vmlinux 0xadda9fa0 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0xaddf5bb8 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL vmlinux 0xae1fe98d bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0xae2035ac new_sync_read +EXPORT_SYMBOL vmlinux 0xae214371 vfs_symlink +EXPORT_SYMBOL vmlinux 0xae38f42d tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xae4c946e __f_setown +EXPORT_SYMBOL vmlinux 0xae52912d kmap_to_page +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae77a595 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0xae84dc3b gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xae85a27e radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xae8863c2 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xaea086fa unregister_cdrom +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaed002b0 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xaed715f9 iput +EXPORT_SYMBOL vmlinux 0xaedf575b ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xaef8d527 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xaefa5380 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xaf045d6a __serio_register_driver +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf41940d seq_putc +EXPORT_SYMBOL vmlinux 0xaf42bb19 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xaf50e76d elf_set_personality +EXPORT_SYMBOL vmlinux 0xaf56f2e0 __break_lease +EXPORT_SYMBOL vmlinux 0xaf5e0e09 audit_log_start +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf66648a of_get_address +EXPORT_SYMBOL vmlinux 0xaf8aa518 system_rev +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9bf994 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafbb955f skb_push +EXPORT_SYMBOL vmlinux 0xafc9f50e md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xb01595d7 genphy_resume +EXPORT_SYMBOL vmlinux 0xb025ef35 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xb03036cf kern_path_create +EXPORT_SYMBOL vmlinux 0xb04cf0fe lg_local_unlock +EXPORT_SYMBOL vmlinux 0xb05046d1 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb07752d5 of_phy_connect +EXPORT_SYMBOL vmlinux 0xb08254eb inet6_ioctl +EXPORT_SYMBOL vmlinux 0xb0973754 kmap +EXPORT_SYMBOL vmlinux 0xb09a1695 __blk_end_request +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0c10b35 ppp_dev_name +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0fb759e dev_alloc_name +EXPORT_SYMBOL vmlinux 0xb1039c91 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xb11e534c arm_coherent_dma_ops +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1425a99 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb1670898 pci_platform_rom +EXPORT_SYMBOL vmlinux 0xb181054e scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xb18f1a11 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xb1939c6f scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1b89f58 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xb1b8a817 filp_open +EXPORT_SYMBOL vmlinux 0xb1bf22d8 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1d9aabd lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1f35397 __quota_error +EXPORT_SYMBOL vmlinux 0xb1fd1171 nf_register_hook +EXPORT_SYMBOL vmlinux 0xb238de12 of_device_is_available +EXPORT_SYMBOL vmlinux 0xb266c79b blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb284511c fb_blank +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2cdeedd netif_receive_skb +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2d4b1a8 arm_dma_zone_size +EXPORT_SYMBOL vmlinux 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL vmlinux 0xb2e6150e backlight_device_register +EXPORT_SYMBOL vmlinux 0xb2ea96f1 noop_llseek +EXPORT_SYMBOL vmlinux 0xb2ec6c5e __pci_register_driver +EXPORT_SYMBOL vmlinux 0xb2ef2634 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0xb32d7b7e radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xb3332420 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xb339ee52 i2c_clients_command +EXPORT_SYMBOL vmlinux 0xb33e5c51 ilookup5 +EXPORT_SYMBOL vmlinux 0xb33e83d5 blk_execute_rq +EXPORT_SYMBOL vmlinux 0xb3625101 get_acl +EXPORT_SYMBOL vmlinux 0xb3771821 bdev_read_only +EXPORT_SYMBOL vmlinux 0xb3a20701 skb_copy +EXPORT_SYMBOL vmlinux 0xb3a540d1 drop_nlink +EXPORT_SYMBOL vmlinux 0xb3cd1dc8 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xb3e9ab35 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xb3ed86e2 skb_dequeue +EXPORT_SYMBOL vmlinux 0xb3ef5916 security_path_mknod +EXPORT_SYMBOL vmlinux 0xb3f0b810 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb423c83f jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb433dcf6 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xb439b51a dev_addr_add +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb477cfda pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xb492a7d0 dqput +EXPORT_SYMBOL vmlinux 0xb4a190bc mtd_concat_destroy +EXPORT_SYMBOL vmlinux 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL vmlinux 0xb4c8f38a omap_dma_chain_status +EXPORT_SYMBOL vmlinux 0xb5118d03 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xb5198b77 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xb51b0662 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0xb540c6b8 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb551a652 module_put +EXPORT_SYMBOL vmlinux 0xb5684e29 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57b3bf2 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xb57e4c8a loop_register_transfer +EXPORT_SYMBOL vmlinux 0xb5902f23 blk_peek_request +EXPORT_SYMBOL vmlinux 0xb59ded25 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xb59e3089 writeback_in_progress +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b25014 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xb5c00014 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5d9454c printk_emit +EXPORT_SYMBOL vmlinux 0xb5ea3885 mpage_readpage +EXPORT_SYMBOL vmlinux 0xb61d9107 do_SAK +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb63ba1ab simple_readpage +EXPORT_SYMBOL vmlinux 0xb6594446 simple_transaction_get +EXPORT_SYMBOL vmlinux 0xb6607f3a snd_info_create_card_entry +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb6921e79 snd_pcm_open_substream +EXPORT_SYMBOL vmlinux 0xb6930e9d xfrm_state_update +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6b595c1 tcp_child_process +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6d99c0a snd_pcm_hw_constraint_integer +EXPORT_SYMBOL vmlinux 0xb702520d blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xb705be78 dev_set_mtu +EXPORT_SYMBOL vmlinux 0xb740e610 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xb7447368 dm_register_target +EXPORT_SYMBOL vmlinux 0xb74d1f24 tcp_check_req +EXPORT_SYMBOL vmlinux 0xb75458fe jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xb76245ae arp_tbl +EXPORT_SYMBOL vmlinux 0xb768d773 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb771a810 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xb77206cb tty_set_operations +EXPORT_SYMBOL vmlinux 0xb778997e dev_get_by_index +EXPORT_SYMBOL vmlinux 0xb77be745 replace_mount_options +EXPORT_SYMBOL vmlinux 0xb792d082 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xb7a0fe73 omap_dss_get_next_device +EXPORT_SYMBOL vmlinux 0xb7a748d3 tcp_ioctl +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7ba76c7 __aeabi_unwind_cpp_pr2 +EXPORT_SYMBOL vmlinux 0xb7bbe77f pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xb7eebb28 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xb7f79af1 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb84dbe2b blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0xb864ef9f textsearch_unregister +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb8913596 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xb8bc6c48 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xb8c4c600 registered_fb +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e2c2ef __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb921085d unregister_quota_format +EXPORT_SYMBOL vmlinux 0xb95f98d6 _memset_io +EXPORT_SYMBOL vmlinux 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL vmlinux 0xb971290b tty_unthrottle +EXPORT_SYMBOL vmlinux 0xb97254fd remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xb97c3c99 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL vmlinux 0xb98404a7 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb99d08b8 devm_iounmap +EXPORT_SYMBOL vmlinux 0xb9a80651 uart_add_one_port +EXPORT_SYMBOL vmlinux 0xb9a8f03b omap_stop_dma +EXPORT_SYMBOL vmlinux 0xb9acd3d9 __put_user_2 +EXPORT_SYMBOL vmlinux 0xb9ade3d4 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xb9bc8e75 scsi_ioctl +EXPORT_SYMBOL vmlinux 0xb9cf4150 get_disk +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9e9593e dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xb9edc98d seq_read +EXPORT_SYMBOL vmlinux 0xba0d3543 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0xba433db1 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba61be52 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xba8aa6df km_state_expired +EXPORT_SYMBOL vmlinux 0xba8ff22f nand_scan_tail +EXPORT_SYMBOL vmlinux 0xbabe6bf4 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xbae43776 vme_master_request +EXPORT_SYMBOL vmlinux 0xbaf61a97 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xbafd08f2 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xbafeee36 dispc_runtime_get +EXPORT_SYMBOL vmlinux 0xbb31719a do_splice_direct +EXPORT_SYMBOL vmlinux 0xbb41e688 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xbb41fc9f scm_get_version +EXPORT_SYMBOL vmlinux 0xbb5214e3 pci_bus_put +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb6c5988 bio_advance +EXPORT_SYMBOL vmlinux 0xbb72d4fe __put_user_1 +EXPORT_SYMBOL vmlinux 0xbb878483 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbb0fc51 __nla_reserve +EXPORT_SYMBOL vmlinux 0xbbbb707d udp_poll +EXPORT_SYMBOL vmlinux 0xbbd77fbf pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xbbdf5d30 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xbbf593cd __frontswap_load +EXPORT_SYMBOL vmlinux 0xbc10dd97 __put_user_4 +EXPORT_SYMBOL vmlinux 0xbc20858d pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xbc68aad7 scsi_register_interface +EXPORT_SYMBOL vmlinux 0xbc6a409d try_to_release_page +EXPORT_SYMBOL vmlinux 0xbc992449 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xbc9de72a input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xbca7a561 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0xbcb69a3c pagecache_get_page +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcc4d1f4 udp_add_offload +EXPORT_SYMBOL vmlinux 0xbcc8eb3f __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xbce8a632 tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0xbd0a29e2 icmp_send +EXPORT_SYMBOL vmlinux 0xbd318c0b xfrm_state_add +EXPORT_SYMBOL vmlinux 0xbd4997bd blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0xbd76874f kset_unregister +EXPORT_SYMBOL vmlinux 0xbd77650e jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xbd8703bc alloc_disk_node +EXPORT_SYMBOL vmlinux 0xbd8e9072 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbda25afd pci_release_regions +EXPORT_SYMBOL vmlinux 0xbdac1eb7 lockref_get +EXPORT_SYMBOL vmlinux 0xbdae09cb mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xbdaf7f82 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xbdba9828 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xbddee515 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xbde8dbe3 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0xbdedb6b2 irq_stat +EXPORT_SYMBOL vmlinux 0xbdf2580d __raw_readsl +EXPORT_SYMBOL vmlinux 0xbe06e24e pcie_get_mps +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe2402af bdi_init +EXPORT_SYMBOL vmlinux 0xbe24b9f7 eth_header_parse +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe31187c simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xbe3cedf7 snd_pcm_set_ops +EXPORT_SYMBOL vmlinux 0xbe423eb0 framebuffer_release +EXPORT_SYMBOL vmlinux 0xbe4c0b04 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xbe78f3e6 up_read +EXPORT_SYMBOL vmlinux 0xbe7e0568 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xbe8860a8 dispc_mgr_go_busy +EXPORT_SYMBOL vmlinux 0xbe89d6a3 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xbe8fb90c dispc_mgr_get_framedone_irq +EXPORT_SYMBOL vmlinux 0xbe9075f4 _snd_ctl_add_slave +EXPORT_SYMBOL vmlinux 0xbe9b951f icmpv6_send +EXPORT_SYMBOL vmlinux 0xbea4b236 __pagevec_release +EXPORT_SYMBOL vmlinux 0xbeb1aebf udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xbed424b2 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbeec61f4 ppp_input +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf243cd4 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xbf2b1467 vme_bus_type +EXPORT_SYMBOL vmlinux 0xbf505a09 blk_get_queue +EXPORT_SYMBOL vmlinux 0xbf729872 blk_start_queue +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf845b95 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf923ced skb_queue_purge +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbf9fbac6 snd_ctl_add +EXPORT_SYMBOL vmlinux 0xbfbb2b08 down_read_trylock +EXPORT_SYMBOL vmlinux 0xbfbdd251 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0xbfcd8a5a scsi_device_get +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xc0056be5 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xc01ca4d8 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc05ed552 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc0719b23 __sb_end_write +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc0854e1b cdrom_media_changed +EXPORT_SYMBOL vmlinux 0xc0957af1 md_flush_request +EXPORT_SYMBOL vmlinux 0xc09bb31d abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0xc0a6a8c5 omap_set_dma_dest_burst_mode +EXPORT_SYMBOL vmlinux 0xc0a98385 profile_pc +EXPORT_SYMBOL vmlinux 0xc0a9da00 vm_event_states +EXPORT_SYMBOL vmlinux 0xc0ae81f3 follow_down +EXPORT_SYMBOL vmlinux 0xc0af47e0 blk_requeue_request +EXPORT_SYMBOL vmlinux 0xc0b4dddf ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xc0cafbc0 __brelse +EXPORT_SYMBOL vmlinux 0xc0d5c8d0 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xc0f8e764 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xc0fd30fc pci_dev_put +EXPORT_SYMBOL vmlinux 0xc0ff7759 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xc1119c69 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xc11570f6 snd_timer_new +EXPORT_SYMBOL vmlinux 0xc119c019 swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc124e47f down_write_trylock +EXPORT_SYMBOL vmlinux 0xc1261739 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xc12d2345 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc133b83c rwsem_wake +EXPORT_SYMBOL vmlinux 0xc14264a7 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xc16aad59 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xc19e857a snd_pcm_hw_param_last +EXPORT_SYMBOL vmlinux 0xc1b82d22 register_shrinker +EXPORT_SYMBOL vmlinux 0xc1c07af1 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e42785 register_netdevice +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1ec8679 eth_rebuild_header +EXPORT_SYMBOL vmlinux 0xc1f517d7 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xc202fe96 vme_bus_num +EXPORT_SYMBOL vmlinux 0xc2165d85 __arm_iounmap +EXPORT_SYMBOL vmlinux 0xc217a55c pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xc21c8968 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0xc22c406c snd_pcm_suspend_all +EXPORT_SYMBOL vmlinux 0xc246834a scsi_finish_command +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc2571153 inet6_add_offload +EXPORT_SYMBOL vmlinux 0xc2806b14 dquot_release +EXPORT_SYMBOL vmlinux 0xc2964773 do_splice_to +EXPORT_SYMBOL vmlinux 0xc2a95ccc vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xc2b72503 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xc2c1f8b2 bdi_unregister +EXPORT_SYMBOL vmlinux 0xc2cbf45b pagecache_write_end +EXPORT_SYMBOL vmlinux 0xc2d4085a scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2dc401e ata_dev_printk +EXPORT_SYMBOL vmlinux 0xc2ded811 tcp_connect +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e72fac dss_mgr_disconnect +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc3067b41 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xc30e57f3 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xc30eb2c3 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xc3332189 md_check_recovery +EXPORT_SYMBOL vmlinux 0xc33c8fb0 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xc35420ff blkdev_put +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc37054a0 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xc3736d86 input_register_device +EXPORT_SYMBOL vmlinux 0xc37c35aa pci_choose_state +EXPORT_SYMBOL vmlinux 0xc38f6012 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xc390935f inode_set_bytes +EXPORT_SYMBOL vmlinux 0xc3acd8b9 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0xc3ae636a pci_scan_bus +EXPORT_SYMBOL vmlinux 0xc3afa42e tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xc3c993de mmc_release_host +EXPORT_SYMBOL vmlinux 0xc3d1fa4d edma_alloc_cont_slots +EXPORT_SYMBOL vmlinux 0xc3f18ed5 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc43007c9 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xc4314085 dma_supported +EXPORT_SYMBOL vmlinux 0xc452417c max8998_read_reg +EXPORT_SYMBOL vmlinux 0xc464d562 account_page_writeback +EXPORT_SYMBOL vmlinux 0xc47f1901 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0xc4816293 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4c6bffd scsi_scan_target +EXPORT_SYMBOL vmlinux 0xc4c72d4e sock_init_data +EXPORT_SYMBOL vmlinux 0xc4d3a29a jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xc4e21009 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xc4f4199e blk_recount_segments +EXPORT_SYMBOL vmlinux 0xc50e77b3 blk_register_region +EXPORT_SYMBOL vmlinux 0xc510a8df pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xc5187c5d pskb_expand_head +EXPORT_SYMBOL vmlinux 0xc52da066 omap_set_dma_dest_params +EXPORT_SYMBOL vmlinux 0xc5420396 rt6_lookup +EXPORT_SYMBOL vmlinux 0xc5630a11 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xc563fdfe bio_split +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5ef3864 snd_card_set_id +EXPORT_SYMBOL vmlinux 0xc5f78c0e of_dev_get +EXPORT_SYMBOL vmlinux 0xc5f79878 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc60b2af3 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xc61e4f11 kunmap_high +EXPORT_SYMBOL vmlinux 0xc624b594 bio_integrity_free +EXPORT_SYMBOL vmlinux 0xc62f9e1a inet_ioctl +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc66fa6a6 ida_remove +EXPORT_SYMBOL vmlinux 0xc6866426 key_put +EXPORT_SYMBOL vmlinux 0xc6a5901f blk_free_tags +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc706544b setup_arg_pages +EXPORT_SYMBOL vmlinux 0xc713596b tty_unregister_device +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7461df5 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7866d8a page_symlink +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a08bbd dquot_destroy +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7bcbc8d add_wait_queue +EXPORT_SYMBOL vmlinux 0xc7e76843 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc7fddcdd tty_port_close_start +EXPORT_SYMBOL vmlinux 0xc81757a3 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84cbe3f sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0xc854c809 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xc85ef509 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0xc865121f udp_prot +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc87b65fd pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xc8898e41 kfree_skb +EXPORT_SYMBOL vmlinux 0xc88ea7af tty_do_resize +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8a87128 of_match_node +EXPORT_SYMBOL vmlinux 0xc8b09b26 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8b6c377 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xc8b8b36b md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xc8bac726 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xc8dff433 i2c_master_recv +EXPORT_SYMBOL vmlinux 0xc9133a79 __get_user_pages +EXPORT_SYMBOL vmlinux 0xc93a2f4d edma_free_cont_slots +EXPORT_SYMBOL vmlinux 0xc93e3bb8 mount_subtree +EXPORT_SYMBOL vmlinux 0xc93f7fa5 netif_napi_del +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc9841255 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99a8f71 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a21ede blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0xc9ae8e9a dquot_commit +EXPORT_SYMBOL vmlinux 0xc9b16312 may_umount +EXPORT_SYMBOL vmlinux 0xc9b5be41 amba_release_regions +EXPORT_SYMBOL vmlinux 0xc9c99b8d of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xca0614b4 omapdss_get_version +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca56e13e update_time +EXPORT_SYMBOL vmlinux 0xca570b47 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca66b154 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xca81e523 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcaac2d55 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xcacf13a4 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xcaddbd7e edma_set_dest_index +EXPORT_SYMBOL vmlinux 0xcae3a2c3 xfrm_input +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb15509d register_sound_mixer +EXPORT_SYMBOL vmlinux 0xcb18dda8 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xcb3a23f9 snd_jack_set_key +EXPORT_SYMBOL vmlinux 0xcb4393ed tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xcb466063 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xcb521035 simple_open +EXPORT_SYMBOL vmlinux 0xcb5232a5 wait_iff_congested +EXPORT_SYMBOL vmlinux 0xcb56cfa8 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xcb60348f generic_file_llseek +EXPORT_SYMBOL vmlinux 0xcba0b008 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbd5e35f __find_get_block +EXPORT_SYMBOL vmlinux 0xcbd6e193 tc6393xb_lcd_mode +EXPORT_SYMBOL vmlinux 0xcbdb7e8d dev_mc_add +EXPORT_SYMBOL vmlinux 0xcbee6439 ida_simple_get +EXPORT_SYMBOL vmlinux 0xcc074e7c sock_setsockopt +EXPORT_SYMBOL vmlinux 0xcc228456 mdiobus_register +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc29b6d8 sock_no_listen +EXPORT_SYMBOL vmlinux 0xcc329750 dm_get_device +EXPORT_SYMBOL vmlinux 0xcc371a21 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0xcc407b49 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5e72f0 dev_close +EXPORT_SYMBOL vmlinux 0xcca24412 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xcca4ed18 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xccb3b365 seq_release_private +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccd1e2a8 padata_add_cpu +EXPORT_SYMBOL vmlinux 0xcce86171 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xcd03cc0a pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd30b95a tmio_core_mmc_clk_div +EXPORT_SYMBOL vmlinux 0xcd4341a8 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xcd49ab6c kill_fasync +EXPORT_SYMBOL vmlinux 0xcd54f960 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xcd63c845 __aeabi_lasr +EXPORT_SYMBOL vmlinux 0xcd876d56 end_page_writeback +EXPORT_SYMBOL vmlinux 0xcda06bad dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0xcdc1e39d con_is_bound +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdc9bd53 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xcde27a0e dma_mmap_from_coherent +EXPORT_SYMBOL vmlinux 0xce071cf9 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xce0b3cc7 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xce0fcec1 md_done_sync +EXPORT_SYMBOL vmlinux 0xce260b99 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce6730e4 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0xce9105e8 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb26aed kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xcec4e822 sock_no_connect +EXPORT_SYMBOL vmlinux 0xcec97467 address_space_init_once +EXPORT_SYMBOL vmlinux 0xcecde413 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL vmlinux 0xced41dd6 snd_pcm_link_rwlock +EXPORT_SYMBOL vmlinux 0xceed7f85 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf308cfa input_register_handle +EXPORT_SYMBOL vmlinux 0xcf3152d0 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0xcf395fef skb_put +EXPORT_SYMBOL vmlinux 0xcf77bf71 account_page_dirtied +EXPORT_SYMBOL vmlinux 0xcf88625f mempool_create_node +EXPORT_SYMBOL vmlinux 0xcf89e51d nf_log_unregister +EXPORT_SYMBOL vmlinux 0xcf98d15b sock_wmalloc +EXPORT_SYMBOL vmlinux 0xcfbec629 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0xcfdbe2ee ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xcfdd586f arm_dma_ops +EXPORT_SYMBOL vmlinux 0xcfedbe49 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0xcff1fc2f simple_pin_fs +EXPORT_SYMBOL vmlinux 0xcff6b676 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd0501646 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xd06ebfe9 load_nls_default +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd079446b tty_mutex +EXPORT_SYMBOL vmlinux 0xd08f0d45 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xd09163de xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0bdba62 sk_filter +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd100acbd _raw_write_lock +EXPORT_SYMBOL vmlinux 0xd1067ba7 dispc_ovl_enabled +EXPORT_SYMBOL vmlinux 0xd107e803 __register_binfmt +EXPORT_SYMBOL vmlinux 0xd109d7f0 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0xd10b3f0e mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd16d0f43 d_make_root +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd19951e8 __module_get +EXPORT_SYMBOL vmlinux 0xd1a53551 omap_dss_find_output_by_node +EXPORT_SYMBOL vmlinux 0xd1cafe41 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xd1cb7219 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xd1ce69dc snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL vmlinux 0xd1d3663a seq_bitmap +EXPORT_SYMBOL vmlinux 0xd1db5dcc devm_clk_get +EXPORT_SYMBOL vmlinux 0xd1e0af3d dev_notice +EXPORT_SYMBOL vmlinux 0xd1fd7585 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xd2053a8a locks_free_lock +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd2562935 netif_carrier_off +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd261add8 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xd2680deb omapdss_find_output_from_display +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2af138b reservation_ww_class +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2decd2e scsi_register +EXPORT_SYMBOL vmlinux 0xd2ee8dc5 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xd2ef77d3 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xd31a167f rtnl_unicast +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd32b4e65 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xd33d67cf xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xd3404345 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xd348b6d7 sk_mc_loop +EXPORT_SYMBOL vmlinux 0xd369dbfc elv_rb_add +EXPORT_SYMBOL vmlinux 0xd36abd1f devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xd36ea725 scm_fp_dup +EXPORT_SYMBOL vmlinux 0xd3716e7b input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xd38178b9 set_groups +EXPORT_SYMBOL vmlinux 0xd399d8d1 dump_emit +EXPORT_SYMBOL vmlinux 0xd3aa7176 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xd3b9da83 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xd3c16983 touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0xd3c4dfe1 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xd3cafed3 tcf_hash_check +EXPORT_SYMBOL vmlinux 0xd3d49b9d block_invalidatepage +EXPORT_SYMBOL vmlinux 0xd3dbfbc4 _find_first_zero_bit_le +EXPORT_SYMBOL vmlinux 0xd3e5f2c5 snd_ctl_find_numid +EXPORT_SYMBOL vmlinux 0xd3e6f60d cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xd3ec87df snd_card_file_remove +EXPORT_SYMBOL vmlinux 0xd402d2bb generic_make_request +EXPORT_SYMBOL vmlinux 0xd432dd3c __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xd436c22d snd_timer_close +EXPORT_SYMBOL vmlinux 0xd44dbba4 dss_mgr_set_lcd_config +EXPORT_SYMBOL vmlinux 0xd4669fad complete +EXPORT_SYMBOL vmlinux 0xd466edc6 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xd47fdaa8 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xd484cee2 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xd4963dda max8998_update_reg +EXPORT_SYMBOL vmlinux 0xd49c3837 generic_getxattr +EXPORT_SYMBOL vmlinux 0xd4a393a1 skb_split +EXPORT_SYMBOL vmlinux 0xd4a52a70 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0xd4f24e49 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xd4f725df max8925_set_bits +EXPORT_SYMBOL vmlinux 0xd50247a9 nf_reinject +EXPORT_SYMBOL vmlinux 0xd5091433 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xd50e2532 proc_set_size +EXPORT_SYMBOL vmlinux 0xd52e80a1 arp_create +EXPORT_SYMBOL vmlinux 0xd5371bcf key_payload_reserve +EXPORT_SYMBOL vmlinux 0xd5482aff tcp_prot +EXPORT_SYMBOL vmlinux 0xd56e9485 omap_set_dma_dest_index +EXPORT_SYMBOL vmlinux 0xd57e3cc7 nla_reserve +EXPORT_SYMBOL vmlinux 0xd5c27831 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xd5c5ff75 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd5f41c12 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xd61347c6 register_sysctl +EXPORT_SYMBOL vmlinux 0xd6136d87 tty_port_open +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd6198540 __devm_release_region +EXPORT_SYMBOL vmlinux 0xd627480b strncat +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd64ef77f update_devfreq +EXPORT_SYMBOL vmlinux 0xd65443cd fifo_set_limit +EXPORT_SYMBOL vmlinux 0xd657ef9e omapdss_default_get_resolution +EXPORT_SYMBOL vmlinux 0xd6685cda generic_readlink +EXPORT_SYMBOL vmlinux 0xd668e294 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0xd675a3be write_one_page +EXPORT_SYMBOL vmlinux 0xd67e5724 lock_fb_info +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd6903d80 __init_rwsem +EXPORT_SYMBOL vmlinux 0xd69caa6b vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xd6a4a618 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xd6c8e2f5 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xd6d28bea tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xd6ea570e path_is_under +EXPORT_SYMBOL vmlinux 0xd6ed1234 sk_common_release +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f57375 simple_statfs +EXPORT_SYMBOL vmlinux 0xd70eb55a netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xd710f2f5 twl6040_power +EXPORT_SYMBOL vmlinux 0xd71ff087 release_pages +EXPORT_SYMBOL vmlinux 0xd7321c6a gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0xd74289f9 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0xd75663d4 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd767426a inode_set_flags +EXPORT_SYMBOL vmlinux 0xd770972d scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0xd77a4841 scsi_get_command +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd78025ae gen_pool_create +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd7947925 shdma_request_irq +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7a99a9c unregister_netdev +EXPORT_SYMBOL vmlinux 0xd7bcb13e blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xd7c4595e vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xd7cbe3f7 vfs_getattr +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e7ba69 skb_unlink +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd81a2d27 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xd82022c2 blk_finish_request +EXPORT_SYMBOL vmlinux 0xd83876b6 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xd83a478c input_unregister_device +EXPORT_SYMBOL vmlinux 0xd83e53b4 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xd8414fad scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xd8580e87 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xd85833cb __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xd85cd67e __wake_up +EXPORT_SYMBOL vmlinux 0xd86cfd26 dev_change_carrier +EXPORT_SYMBOL vmlinux 0xd8b1ba53 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0xd8bf0732 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xd8c85807 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8fbc389 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0xd8fe357b mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xd90be106 have_submounts +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92ea07e seq_puts +EXPORT_SYMBOL vmlinux 0xd944c88a dev_uc_flush +EXPORT_SYMBOL vmlinux 0xd955d2b7 omap_set_dma_dest_data_pack +EXPORT_SYMBOL vmlinux 0xd96ed0f3 snd_cards +EXPORT_SYMBOL vmlinux 0xd971242c swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0xd9727b7a tcp_shutdown +EXPORT_SYMBOL vmlinux 0xd97edd47 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0xd97fa315 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98704c3 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xd99ad579 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xd9b51a14 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xd9d1624a bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xd9e60d54 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xd9e76ecf blk_end_request_all +EXPORT_SYMBOL vmlinux 0xd9eb9840 __seq_open_private +EXPORT_SYMBOL vmlinux 0xd9f172dc mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xd9ffec75 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xda13f261 lock_may_read +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda327efc neigh_seq_next +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda4d9c58 snd_card_free +EXPORT_SYMBOL vmlinux 0xda56333b __netif_schedule +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda820e7e fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda97f14c shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xda9d22c2 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xda9ed3bc kill_litter_super +EXPORT_SYMBOL vmlinux 0xdaa2b5bb ps2_drain +EXPORT_SYMBOL vmlinux 0xdaa34776 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdaafc807 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xdaba8cb8 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xdad56dd6 tty_kref_put +EXPORT_SYMBOL vmlinux 0xdae5953e dss_mgr_register_framedone_handler +EXPORT_SYMBOL vmlinux 0xdb05231f tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xdb0677e6 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0xdb122e9b seq_printf +EXPORT_SYMBOL vmlinux 0xdb2ae6f0 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0xdb4292e4 omap_set_dma_params +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb7305a1 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xdb73b365 of_parse_phandle +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb90a665 sock_no_accept +EXPORT_SYMBOL vmlinux 0xdb93b838 dispc_free_irq +EXPORT_SYMBOL vmlinux 0xdb95a286 i2c_release_client +EXPORT_SYMBOL vmlinux 0xdb9bdf1b dss_mgr_start_update +EXPORT_SYMBOL vmlinux 0xdbba13cc inet_add_offload +EXPORT_SYMBOL vmlinux 0xdbbad690 mmc_add_host +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbd255aa __breadahead +EXPORT_SYMBOL vmlinux 0xdbe782d2 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xdbf16a11 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xdbf9f00d sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc0fc58f rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc185ddd poll_freewait +EXPORT_SYMBOL vmlinux 0xdc235f25 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc57d625 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xdc6d692b tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xdc7a2b66 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xdca64680 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xdca9ed48 edma_read_slot +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcc37c78 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xdcdf09e0 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xdce3f030 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xdcfcc180 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xdd052ef0 nand_correct_data +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd0b764b generic_writepages +EXPORT_SYMBOL vmlinux 0xdd0ccc63 nobh_writepage +EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr +EXPORT_SYMBOL vmlinux 0xdd3916ac _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xdd4a644f md_write_end +EXPORT_SYMBOL vmlinux 0xdd7f1836 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xdd81bb0a bio_copy_data +EXPORT_SYMBOL vmlinux 0xdd8bafe0 vme_irq_request +EXPORT_SYMBOL vmlinux 0xdd947b00 wireless_spy_update +EXPORT_SYMBOL vmlinux 0xddc33549 dquot_alloc +EXPORT_SYMBOL vmlinux 0xddf477cc security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde15c042 omap_set_dma_src_index +EXPORT_SYMBOL vmlinux 0xde1bc10e vme_irq_generate +EXPORT_SYMBOL vmlinux 0xde23bd05 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xde372746 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xde4847a1 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xde4b46fc cdev_init +EXPORT_SYMBOL vmlinux 0xde5caf38 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xde692d94 omap_get_dma_chain_src_pos +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9d87d9 abx500_register_ops +EXPORT_SYMBOL vmlinux 0xdebfa7a0 kfree_put_link +EXPORT_SYMBOL vmlinux 0xdee1dbc3 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xdf0bdfe3 iterate_fd +EXPORT_SYMBOL vmlinux 0xdf258f0d __ps2_command +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2f2773 sg_miter_next +EXPORT_SYMBOL vmlinux 0xdf4ba01e empty_zero_page +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf701612 kvm_read_guest_atomic +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfabe0ff scm_call +EXPORT_SYMBOL vmlinux 0xdfb616ef pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xdfbd8180 set_device_ro +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfd91ce9 omap_type +EXPORT_SYMBOL vmlinux 0xdfe17210 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdfffead6 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0xe03cea5c __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe0573b34 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xe05ec546 audit_log +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe06d025d km_query +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe09008bc jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b60f36 tty_port_init +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe1046776 sk_receive_skb +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11e214d pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xe127fb18 down_killable +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe17de9bb snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL vmlinux 0xe17fc675 qdisc_destroy +EXPORT_SYMBOL vmlinux 0xe19c0ee7 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xe1dc1bab seq_open +EXPORT_SYMBOL vmlinux 0xe1ee5188 is_bad_inode +EXPORT_SYMBOL vmlinux 0xe1f0ab3a _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xe1f9bb48 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xe1ff6254 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe20931fa mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xe20bb447 netif_carrier_on +EXPORT_SYMBOL vmlinux 0xe228bdcf tcf_em_register +EXPORT_SYMBOL vmlinux 0xe237e04c freezing_slow_path +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe240e6ce phy_init_hw +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe2529d9d thaw_super +EXPORT_SYMBOL vmlinux 0xe26a71d0 inc_nlink +EXPORT_SYMBOL vmlinux 0xe2765702 mmc_put_card +EXPORT_SYMBOL vmlinux 0xe28fdd37 dispc_ovl_setup +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2a57a4d nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xe2c8dee9 up_write +EXPORT_SYMBOL vmlinux 0xe2d31f63 kmalloc_caches +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e18415 blk_put_queue +EXPORT_SYMBOL vmlinux 0xe2e7a6d9 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe300c44f kset_register +EXPORT_SYMBOL vmlinux 0xe325106f bioset_integrity_free +EXPORT_SYMBOL vmlinux 0xe335b4cc sk_stream_error +EXPORT_SYMBOL vmlinux 0xe35c7f34 simple_release_fs +EXPORT_SYMBOL vmlinux 0xe3675554 inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0xe36a3995 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xe373c709 omapdss_unregister_output +EXPORT_SYMBOL vmlinux 0xe37d10ae omap_dispc_unregister_isr +EXPORT_SYMBOL vmlinux 0xe3a415e3 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xe3a7b5e4 remap_pfn_range +EXPORT_SYMBOL vmlinux 0xe3b9f383 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xe3bea154 tcp_poll +EXPORT_SYMBOL vmlinux 0xe3c1e08e security_path_unlink +EXPORT_SYMBOL vmlinux 0xe3c28194 snd_pcm_limit_hw_rates +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe413be4a memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xe414bb0f pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0xe4286db9 edma_filter_fn +EXPORT_SYMBOL vmlinux 0xe43274bc proc_dointvec +EXPORT_SYMBOL vmlinux 0xe43e5f23 vfs_link +EXPORT_SYMBOL vmlinux 0xe43f5465 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xe454c343 mmc_cleanup_queue +EXPORT_SYMBOL vmlinux 0xe46cec3a inet_csk_accept +EXPORT_SYMBOL vmlinux 0xe470a3e8 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xe48a1671 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xe49e136c pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xe4c80097 cacheid +EXPORT_SYMBOL vmlinux 0xe4d575f0 tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0xe4e4b3b9 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xe4ec5f82 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xe4f0a7cf do_truncate +EXPORT_SYMBOL vmlinux 0xe4fc9863 dcb_setapp +EXPORT_SYMBOL vmlinux 0xe51b76e8 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe5580625 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xe5679337 seq_vprintf +EXPORT_SYMBOL vmlinux 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL vmlinux 0xe57361dd __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xe5736d74 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5870455 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xe58b19e4 bio_chain +EXPORT_SYMBOL vmlinux 0xe592dada set_binfmt +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cda6ef vfs_read +EXPORT_SYMBOL vmlinux 0xe5e1625f tcf_register_action +EXPORT_SYMBOL vmlinux 0xe5eaf13d nand_scan +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe600e25c phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xe64c46a4 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL vmlinux 0xe66452ab dql_init +EXPORT_SYMBOL vmlinux 0xe66f17fc phy_start_interrupts +EXPORT_SYMBOL vmlinux 0xe6744a89 omap_clear_dma +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe6b2388d __bio_clone_fast +EXPORT_SYMBOL vmlinux 0xe6b49550 of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0xe6b7ed6f __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xe6c3ebb0 __raw_writesw +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe6ff17ab sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xe7075b97 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xe707d823 __aeabi_uidiv +EXPORT_SYMBOL vmlinux 0xe737ba5b neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xe74d40ff skb_copy_bits +EXPORT_SYMBOL vmlinux 0xe74ee682 of_get_next_parent +EXPORT_SYMBOL vmlinux 0xe754e964 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xe75710ea phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xe75aedc8 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xe790afc3 omap_get_dma_dst_pos +EXPORT_SYMBOL vmlinux 0xe7975cce inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0xe79fda79 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0xe7a2ecbb handle_edge_irq +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7ba3bcc xfrm_lookup +EXPORT_SYMBOL vmlinux 0xe7bcf8b4 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e15910 dispc_clear_irqstatus +EXPORT_SYMBOL vmlinux 0xe815818d tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe820cb17 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0xe8340222 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0xe838a086 mmc_free_host +EXPORT_SYMBOL vmlinux 0xe851bb05 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe898bfba crc32_le_combine +EXPORT_SYMBOL vmlinux 0xe8a1c752 phy_attach_direct +EXPORT_SYMBOL vmlinux 0xe8a3b32f scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xe8b26678 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8db49e5 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xe8f120d6 netdev_alert +EXPORT_SYMBOL vmlinux 0xe8f36e36 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xe8f6068e elm_decode_bch_error_page +EXPORT_SYMBOL vmlinux 0xe8fe04f6 vm_map_ram +EXPORT_SYMBOL vmlinux 0xe912da6b unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe93033a9 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95e00cf flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0xe9757c8b mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xe985ad11 devm_ioremap +EXPORT_SYMBOL vmlinux 0xe9b290c6 omap_dss_find_output +EXPORT_SYMBOL vmlinux 0xe9be2d6d alloc_fcdev +EXPORT_SYMBOL vmlinux 0xe9d96e24 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9fc053c __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea19a8cb inet_sendpage +EXPORT_SYMBOL vmlinux 0xea1e9414 pipe_lock +EXPORT_SYMBOL vmlinux 0xea1f5b88 samsung_rev +EXPORT_SYMBOL vmlinux 0xea3d6953 dev_add_pack +EXPORT_SYMBOL vmlinux 0xea602259 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xeac3ec50 d_path +EXPORT_SYMBOL vmlinux 0xead2411b zpool_register_driver +EXPORT_SYMBOL vmlinux 0xeae3e5d0 bdevname +EXPORT_SYMBOL vmlinux 0xeaebc101 open_exec +EXPORT_SYMBOL vmlinux 0xeaf17638 clear_inode +EXPORT_SYMBOL vmlinux 0xeb0a9888 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xeb1b120e omap_set_dma_write_mode +EXPORT_SYMBOL vmlinux 0xeb31695e inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb5af09c blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xeb63c9c0 vfs_writev +EXPORT_SYMBOL vmlinux 0xeb66967d pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xeb8f1417 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xeba1d0b1 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xebaea45d pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xebb38bcf jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xebdfe9f7 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xebef4b17 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xebfae509 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xebfdcbdf system_serial_high +EXPORT_SYMBOL vmlinux 0xec1289ce tcp_close +EXPORT_SYMBOL vmlinux 0xec1aa6ef memzero_explicit +EXPORT_SYMBOL vmlinux 0xec2c433a locks_copy_lock +EXPORT_SYMBOL vmlinux 0xec326843 pci_restore_state +EXPORT_SYMBOL vmlinux 0xec3268ef __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xec3335dc blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xec45c235 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec56fead __dquot_free_space +EXPORT_SYMBOL vmlinux 0xec578808 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xec8d86dc dcb_getapp +EXPORT_SYMBOL vmlinux 0xec9d5a43 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xeca4d8c3 path_put +EXPORT_SYMBOL vmlinux 0xecbcb8bb radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xecc64dfb dm_put_device +EXPORT_SYMBOL vmlinux 0xeccd8476 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xed16f5ef textsearch_register +EXPORT_SYMBOL vmlinux 0xed3859d7 alloc_file +EXPORT_SYMBOL vmlinux 0xed4b9a3d phy_disconnect +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed7bbd5b uart_suspend_port +EXPORT_SYMBOL vmlinux 0xed854dac omap_stop_dma_chain_transfers +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc7f4ec dq_data_lock +EXPORT_SYMBOL vmlinux 0xedd9106d __ashrdi3 +EXPORT_SYMBOL vmlinux 0xedfcbe39 blkdev_fsync +EXPORT_SYMBOL vmlinux 0xedfefe73 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xee13fd0d __getblk +EXPORT_SYMBOL vmlinux 0xee22a4c4 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0xee23e667 tty_register_device +EXPORT_SYMBOL vmlinux 0xee2bc2d0 omapdss_is_initialized +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3ac7f1 sget +EXPORT_SYMBOL vmlinux 0xee3b50ff tcp_init_sock +EXPORT_SYMBOL vmlinux 0xee436f9f sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xee4ec33a xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xee66004b twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xee715ef8 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xee75811a xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xee78abed serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xee813607 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xee87c83c inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee939dfe __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xee9939bb pci_select_bars +EXPORT_SYMBOL vmlinux 0xee9f4425 inode_dio_done +EXPORT_SYMBOL vmlinux 0xeea300bd register_sound_midi +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb56f98 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xeed3635b proc_dostring +EXPORT_SYMBOL vmlinux 0xeeda4341 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xeedf0cf9 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xef05c824 sock_wake_async +EXPORT_SYMBOL vmlinux 0xef06d6e6 mii_nway_restart +EXPORT_SYMBOL vmlinux 0xef09a168 iov_iter_advance +EXPORT_SYMBOL vmlinux 0xef1a771d __dst_free +EXPORT_SYMBOL vmlinux 0xef211927 netdev_warn +EXPORT_SYMBOL vmlinux 0xef6c0c6f set_bdi_congested +EXPORT_SYMBOL vmlinux 0xef87098d __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xef94005f neigh_compat_output +EXPORT_SYMBOL vmlinux 0xefb66a95 omap_request_dma_chain +EXPORT_SYMBOL vmlinux 0xefbc50d6 do_splice_from +EXPORT_SYMBOL vmlinux 0xefbdecd6 tso_build_data +EXPORT_SYMBOL vmlinux 0xefc5a405 d_prune_aliases +EXPORT_SYMBOL vmlinux 0xefc865af udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xefcf3143 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefd6cf06 __aeabi_unwind_cpp_pr0 +EXPORT_SYMBOL vmlinux 0xefda869c rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefeb0e54 sock_i_uid +EXPORT_SYMBOL vmlinux 0xefec312f omap_get_dma_active_status +EXPORT_SYMBOL vmlinux 0xeffebc81 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf01654dd devm_free_irq +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf02eff02 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xf04091e8 security_path_mkdir +EXPORT_SYMBOL vmlinux 0xf04d5e49 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf060ef96 pci_enable_device +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf0895367 omap_video_timings_to_videomode +EXPORT_SYMBOL vmlinux 0xf08c5d15 put_tty_driver +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0b28436 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0xf0c21926 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xf0d291e2 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xf0d68ed6 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f0378f simple_transaction_release +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf100e4c3 pci_get_slot +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf1086ebf mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xf10cd999 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xf1159cf1 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0xf118a12f xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf1735973 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0xf180c58a prepare_binprm +EXPORT_SYMBOL vmlinux 0xf1867826 make_kprojid +EXPORT_SYMBOL vmlinux 0xf18ed882 udp_ioctl +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19e9355 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xf1a7bd13 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xf1ca5a10 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xf1d27388 skb_insert +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1dc8214 dss_mgr_connect +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1e0b260 edma_set_transfer_params +EXPORT_SYMBOL vmlinux 0xf1e6dc80 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ea6f1c __bswapsi2 +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf218e573 unload_nls +EXPORT_SYMBOL vmlinux 0xf219c9c7 pci_get_device +EXPORT_SYMBOL vmlinux 0xf227f70a phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xf2392e14 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xf23a9869 search_binary_handler +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2417540 get_task_io_context +EXPORT_SYMBOL vmlinux 0xf270c26f xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xf28dbadc elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2a111dd d_splice_alias +EXPORT_SYMBOL vmlinux 0xf2a91299 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0xf2a9d5a9 shdma_chan_filter +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2c13f04 register_sound_dsp +EXPORT_SYMBOL vmlinux 0xf2d027c0 kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0xf2dc486b pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xf2ddc61a scsi_add_device +EXPORT_SYMBOL vmlinux 0xf30e7abe __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xf3117f3a sock_sendmsg +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf32e9eaf nobh_write_begin +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf339ec07 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf346cdaf sg_miter_skip +EXPORT_SYMBOL vmlinux 0xf3487a3f omap_dss_get_device +EXPORT_SYMBOL vmlinux 0xf34fbec4 netdev_change_features +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3568ff8 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xf35d748e cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xf36122ae snd_pcm_hw_param_first +EXPORT_SYMBOL vmlinux 0xf36c5bca scsi_register_driver +EXPORT_SYMBOL vmlinux 0xf374772a filemap_flush +EXPORT_SYMBOL vmlinux 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3c88bc3 security_path_truncate +EXPORT_SYMBOL vmlinux 0xf3cb2ac5 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xf3e3e1f8 key_unlink +EXPORT_SYMBOL vmlinux 0xf3f74331 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xf40b2297 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xf4129762 inode_permission +EXPORT_SYMBOL vmlinux 0xf426d3b9 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xf46b5583 dma_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0xf46c3e64 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xf473ffaf down +EXPORT_SYMBOL vmlinux 0xf4796700 fb_find_mode +EXPORT_SYMBOL vmlinux 0xf4982fe0 sk_wait_data +EXPORT_SYMBOL vmlinux 0xf4a7fc6d omapdss_compat_init +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4c6efdd kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f71fc3 gen_pool_alloc +EXPORT_SYMBOL vmlinux 0xf505fff7 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xf511c837 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xf512fd77 downgrade_write +EXPORT_SYMBOL vmlinux 0xf5152faf kill_anon_super +EXPORT_SYMBOL vmlinux 0xf51d1c3e qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xf5201838 save_mount_options +EXPORT_SYMBOL vmlinux 0xf5252615 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xf537c858 kobject_del +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5481b39 alloc_fddidev +EXPORT_SYMBOL vmlinux 0xf5514ce0 ioremap_page +EXPORT_SYMBOL vmlinux 0xf564412a __aeabi_ulcmp +EXPORT_SYMBOL vmlinux 0xf59557e8 serio_interrupt +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5baed09 seq_open_private +EXPORT_SYMBOL vmlinux 0xf5d27933 write_cache_pages +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5f5f48c pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xf605b539 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xf62a7e8c dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xf6338b2c set_create_files_as +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf6599f44 __secpath_destroy +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6851d5f register_sysctl_paths +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf6a03f3a ip6_xmit +EXPORT_SYMBOL vmlinux 0xf6a6ce35 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xf6aaa58a blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xf6b8e58a tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xf6b938e1 inode_get_bytes +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6d9dbba I_BDEV +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6fea972 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xf707bf2e tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xf7118829 del_gendisk +EXPORT_SYMBOL vmlinux 0xf71f2ca3 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xf7262704 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xf7271948 edma_set_src_index +EXPORT_SYMBOL vmlinux 0xf7313664 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xf7384b08 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf744e087 max8925_reg_read +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf76ac528 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xf77d3ed5 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0xf77f82af block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xf7802486 __aeabi_uidivmod +EXPORT_SYMBOL vmlinux 0xf7811de9 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xf7984bb0 register_console +EXPORT_SYMBOL vmlinux 0xf79c7e42 skb_trim +EXPORT_SYMBOL vmlinux 0xf7a92b31 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xf7aaeddc ida_init +EXPORT_SYMBOL vmlinux 0xf7b12aee __next_cpu +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf82f0268 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xf82f70e9 xfrm_register_type +EXPORT_SYMBOL vmlinux 0xf833781c of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0xf85a6260 __napi_schedule +EXPORT_SYMBOL vmlinux 0xf8914306 eth_header +EXPORT_SYMBOL vmlinux 0xf8a05828 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xf8a29d3d kmap_atomic +EXPORT_SYMBOL vmlinux 0xf8bcbf3c input_inject_event +EXPORT_SYMBOL vmlinux 0xf8bd8194 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xf8d78929 simple_fill_super +EXPORT_SYMBOL vmlinux 0xf8d7c834 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xf8fbb4f0 __bad_xchg +EXPORT_SYMBOL vmlinux 0xf8ff46b6 ps2_command +EXPORT_SYMBOL vmlinux 0xf902aab9 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xf907632b abort_creds +EXPORT_SYMBOL vmlinux 0xf914f03a tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xf91fda43 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf9427374 dispc_request_irq +EXPORT_SYMBOL vmlinux 0xf961eae3 thaw_bdev +EXPORT_SYMBOL vmlinux 0xf96a250c clocksource_unregister +EXPORT_SYMBOL vmlinux 0xf974684c touch_atime +EXPORT_SYMBOL vmlinux 0xf97c4af1 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9afb51e proc_set_user +EXPORT_SYMBOL vmlinux 0xf9b6081b md_finish_reshape +EXPORT_SYMBOL vmlinux 0xf9b9620e netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xf9c367e0 iov_pages +EXPORT_SYMBOL vmlinux 0xf9c38918 mem_map +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xf9f6faca tty_check_change +EXPORT_SYMBOL vmlinux 0xfa034aa6 nand_bch_calculate_ecc +EXPORT_SYMBOL vmlinux 0xfa075bd2 sound_class +EXPORT_SYMBOL vmlinux 0xfa0ad900 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xfa1efbd9 mmc_erase +EXPORT_SYMBOL vmlinux 0xfa384362 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xfa3b8fd2 kern_unmount +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa61d849 phy_start_aneg +EXPORT_SYMBOL vmlinux 0xfa82e623 uart_update_timeout +EXPORT_SYMBOL vmlinux 0xfac68eba arm_elf_read_implies_exec +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfae0faa7 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaee3431 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xfaef29f5 of_match_device +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb0f66af of_phy_attach +EXPORT_SYMBOL vmlinux 0xfb126ece current_fs_time +EXPORT_SYMBOL vmlinux 0xfb20284f security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xfb3e9511 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xfb43b292 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0xfb5c16c8 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xfb6ad467 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb712282 tty_write_room +EXPORT_SYMBOL vmlinux 0xfb7366e7 cdev_add +EXPORT_SYMBOL vmlinux 0xfb7d9c45 __udivsi3 +EXPORT_SYMBOL vmlinux 0xfb839d6d dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xfb8a8d7e input_grab_device +EXPORT_SYMBOL vmlinux 0xfb8c8445 tc_classify +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbb581cc kernel_read +EXPORT_SYMBOL vmlinux 0xfbce6513 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc395893 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3ed32d mpage_writepages +EXPORT_SYMBOL vmlinux 0xfc60fba1 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfc70a014 invalidate_partition +EXPORT_SYMBOL vmlinux 0xfc7862a4 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xfca0be8f dev_trans_start +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcd7e1e9 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0xfcdc1b2f tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xfce47101 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd00f193 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0xfd0e243c request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xfd305341 walk_stackframe +EXPORT_SYMBOL vmlinux 0xfd33b5fa cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xfd3b89e2 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xfd5683b9 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd703c34 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0xfd70b5ed neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdbf7f73 contig_page_data +EXPORT_SYMBOL vmlinux 0xfdc4e474 snd_dma_alloc_pages +EXPORT_SYMBOL vmlinux 0xfdcd9eaf inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xfdde7d27 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xfdea676a cdrom_open +EXPORT_SYMBOL vmlinux 0xfdf2845d __i2c_transfer +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfdfd3449 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe25c039 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xfe2fa422 dquot_initialize +EXPORT_SYMBOL vmlinux 0xfe360434 skb_checksum +EXPORT_SYMBOL vmlinux 0xfe40bf95 dss_feat_get_num_ovls +EXPORT_SYMBOL vmlinux 0xfe4f8466 ptp_clock_event +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe62b13b tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xfe6603de rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe9dbe4d gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xfeca7590 radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee8cdac wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xfef4a4e1 kdb_current_task +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xfefb6077 edma_alloc_channel +EXPORT_SYMBOL vmlinux 0xff05f779 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xff064fee gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff2da81a blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xff597ffe flow_cache_init +EXPORT_SYMBOL vmlinux 0xff5a22fe cpufreq_get_policy +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 0xff698cce ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff7a8bce ptp_clock_register +EXPORT_SYMBOL vmlinux 0xff8cbb1f idr_destroy +EXPORT_SYMBOL vmlinux 0xff9172b5 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xff91ca73 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffb94ef0 _test_and_change_bit +EXPORT_SYMBOL vmlinux 0xffc767cf unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xffd2cf99 omap_dss_get_num_overlay_managers +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffdc1e3b blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0xffe0a79b cdrom_release +EXPORT_SYMBOL vmlinux 0xffe5e928 blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0xfff3062c of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xfff98242 mddev_congested +EXPORT_SYMBOL vmlinux 0xfffa4e68 snd_timer_interrupt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x15c90e11 ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x1cb65d28 ablk_init_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x65cca973 ablk_init +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x743e381f ablk_decrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xa9993f42 ablk_set_key +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xe06dea58 __ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xeb23fad7 ablk_exit +EXPORT_SYMBOL_GPL crypto/af_alg 0x13a26b39 af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x2d105a29 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x550ace21 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x7c200e6b af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x93550da9 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0xb525852d af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xd954ef95 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0xe9ee6642 af_alg_release +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x731c4211 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x5ddeddf9 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xa7dce6e1 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x370f8c7f async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xaa3af38a async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x4434c1da async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x819bf34a __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x940d55f5 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xda880609 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x99fea75f async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xc977d630 async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xa3ecc0fd blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xdb369ecd cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x5acdfe0a cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x54b1693b cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x5508fc2b cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x57770289 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x8f3e5e55 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x9fcf100f cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xb0e756a7 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xb3005000 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xbf673006 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xf0ed44cf cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xf47872d8 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x1659759a lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x01c5ba9b serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xbaab39b6 twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x70a86d8a xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xc3cee2a6 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xee648385 sis_info133_for_sata +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/bcma/bcma 0x14222dba bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x21d12318 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x31f306e2 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3d233ded bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x407bd645 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4a798bc8 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x56d6ca56 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5dec0735 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x60124ccb bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x72bd28b7 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x86a821b6 bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8f9a294d bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x99367e73 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa1d79928 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xac8fe73b bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb17ad4d8 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb5b24836 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbf4482dc bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc38e0180 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc7172b23 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd05a26a3 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd1666618 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd1c69333 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1d54b203 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x21e588f1 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2edb2371 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x33351e91 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x52d7119e btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x866bf68f btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa46e6a9b btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd012e18f btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe2c442f6 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf711edd2 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0bd5f6b7 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x129ac65e clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2253bb80 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x29150a6d clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x41026928 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4c59852c clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4d489bce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x51651188 qcom_cc_remove +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x581f7904 qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7df982c2 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f141ab4 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f2fd77b clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93e21c99 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1305df3 clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1d46d06 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa6199a2d devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8cb8432 clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeecd55bc clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf0172430 qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf89297ed clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfb36fd32 clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/cpufreq/arm_big_little 0x63030539 bL_cpufreq_unregister +EXPORT_SYMBOL_GPL drivers/cpufreq/arm_big_little 0xe3388ba2 bL_cpufreq_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x05ecf83f dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x98855f44 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xafffa7a1 dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc0009b9a dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xd569a513 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x035a3278 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x12a28b37 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2288bce7 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x28ece59e edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x292766a8 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2c65a5dc edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x366229a8 edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x57a3c8c5 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x58ae2931 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x654a3b62 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x67811c89 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6c95c79b edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x71945c8d edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x787ed645 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x82274ce8 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x835601b3 edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa5bfee27 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc5559dfc edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xcb930f29 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd2563117 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf08dc77e edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf24a0e9d edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xfbb83fe8 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x3c2f432b __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x80e36469 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x06c3f73d drm_gem_cma_prime_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x14238053 drm_gem_cma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1ab98179 drm_gem_cma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3248aa0c drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3f57faa3 drm_gem_cma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x43a7fb50 drm_gem_cma_prime_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x482d598a drm_gem_cma_free_object +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x49518ec1 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x52d17107 drm_gem_cma_prime_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x54b639a5 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x61c3ed41 drm_gem_cma_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x724aea97 drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7cda4e3f drm_gem_cma_describe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb27d88d9 of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xccbf5809 drm_gem_cma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xddc9fa7d drm_gem_cma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe3c98feb drm_gem_cma_prime_vunmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1148b623 drm_fbdev_cma_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x21ebc57c drm_fb_cma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x56d4c1c1 drm_fbdev_cma_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x8924546f drm_fb_cma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb2c912af drm_fbdev_cma_hotplug_event +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xbc403078 drm_fb_cma_debugfs_show +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xcc337fd5 drm_fbdev_cma_restore_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0x49ae1ddd exynos_drm_subdrv_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0xa08b849d exynos_drm_subdrv_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0xb050fc98 exynos_drm_subdrv_close +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0xc1b745da exynos_drm_device_subdrv_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0xc9dadfea exynos_drm_subdrv_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0xe048489f exynos_drm_device_subdrv_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x7cae990c ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xb5186432 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xe8e66e31 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x018d1d76 ipu_idmac_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x03f5b9a6 ipu_di_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x09416887 ipu_wait_interrupt +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x108ea5f9 ipu_cpmem_set_high_priority +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 0x15ec2ba5 ipu_di_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x1950f513 ipu_module_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x199bd5c8 ipu_dp_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x1ba497eb ipu_pixelformat_to_colorspace +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x1dbba2e5 ipu_idmac_select_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x21a98c8d ipu_cpmem_set_yuv_planar +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x25aaf41a ipu_ch_param_read_field +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x2a18e929 ipu_module_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x2c5c3eb1 ipu_srm_dp_sync_update +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 0x32d1b28a ipu_cpmem_set_yuv_planar_full +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 0x433b8ffe ipu_csi_disable +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 0x52417c7e ipu_smfc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x53de277c ipu_di_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x5becddc2 ipu_idmac_enable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x5e996d4a ipu_smfc_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x618a63ed ipu_cpmem_set_image +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6b64ae55 ipu_idmac_wait_busy +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6ce1d2e2 ipu_cpmem_set_fmt +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7068e939 ipu_dc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7666bda8 ipu_cpmem_set_yuv_interleaved +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7d6f6b2d ipu_idmac_channel_irq +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x822f3b5d ipu_dc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x82a6ef6b ipu_idmac_set_double_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x85797d88 ipu_map_irq +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x920d4538 ipu_ch_param_write_field +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x93d07777 ipu_get_cpmem +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x94c092a3 ipu_cpmem_set_format_passthrough +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x953cf5fc ipu_dp_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x99a0ef07 ipu_drm_fourcc_to_colorspace +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9a25ac45 ipu_dp_enable +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 0xa4b0cabd ipu_dc_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa6358d22 ipu_csi_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa976b084 ipu_dp_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb0e619d2 ipu_dc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb228bf1e ipu_dp_set_global_alpha +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb94ca95a ipu_dmfc_init_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xba3c5056 ipu_idmac_get_current_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xba83c358 ipu_smfc_map_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc23d0940 ipu_dmfc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc7219909 ipu_idmac_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc848c5d7 ipu_dmfc_free_bandwidth +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc97e7a0f ipu_di_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xcd01251d ipu_idmac_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd5055dd9 ipu_dmfc_alloc_bandwidth +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd76f8c51 ipu_di_init_sync_panel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xdacb2716 ipu_dc_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xe300a959 ipu_dp_setup_channel +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 0xf04120bb ipu_idmac_channel_busy +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf24e1c28 ipu_smfc_set_burstsize +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf7d99d69 ipu_dc_init_sync +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf9163de4 ipu_cpmem_set_format_rgb +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf9ed222e ipu_dp_set_window_pos +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05be75bf hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0cf8aba1 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19a6aea7 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1cbb0dd6 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x21c8acc9 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2367c961 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2441681b hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2af190f7 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2bcaf32e hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2c4df823 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4d37d18c hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4db11677 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x51c08090 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5c6abd04 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6cebfbcf hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6ef0dd6f hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8df9d8ef hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ec2d00a hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x90b685d3 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x93197aab hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9a8ddd7d hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9fe8c561 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa0b236b7 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa458d6b8 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xad4ddf7e hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaf36963a hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb229f8c4 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbb6b9ed1 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc5c9e1db hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xde3b30b2 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdebe3db0 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe4705895 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe705a85d hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xed3666f2 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeed39009 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0xd15661b8 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x175e5f69 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x67867a40 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x984e791a roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa1dce25e roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc6da3c2e roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xe8dc1465 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0ac444f0 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x308bd656 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4addc8dc hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4dfaedb6 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5ff5feb8 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7444c8f0 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x74e3798b sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa2c2f554 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc002c6f4 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x653c22fc hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1548274f hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1a3aee21 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1dc7d043 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2c8b3cfe hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x329e47e6 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x35375b26 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x516ad1c8 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5e3983cb hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6a856078 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7dcfc151 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8fc72763 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8fe084c3 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb227045a hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb57bfd21 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe9a2ccdf hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xec76c31f hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf00e6a9f hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf13bcd4c hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x06838249 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x0cf24c7d adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x1de4d913 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1eb647be pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2ae3dbba pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x3596c4bf pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x46caf366 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x56bb70f7 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x7138f2be pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x74f7e9fa pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xb3ca201d pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xbf8162f6 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd1b05c80 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe648db0e pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xfb495196 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x02886a83 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x061c0be5 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x46f7de27 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x4791d480 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x8fc97877 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x94ce3fe9 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x9c0f073a i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe20dd99f i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe2563874 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xeb9175e6 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xf8e25281 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xc526f577 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xff7e3bec i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x0d98ae21 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x11a53142 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x24120b9d ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x2a31871d ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x51601b18 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x52793685 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x5a0179c9 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x686705c3 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xc1cb458e ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0052090c adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x186995be adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2bb52286 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x46c27256 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x5d5e3fb7 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x6d179ddc adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x76fafd62 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9784c8a8 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa478ee9c adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xc5cb2baf adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xe487ba68 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xec3eb2cc adis_init +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x15712adb iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x15c94ad6 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x17454b74 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x271e2b80 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x272247e2 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x303ac3c8 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x320977c0 iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x46325d51 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4ac0762f iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4bdcc374 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4cf12b9b iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x61d7905e iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x65902707 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x65ae5496 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6a4a6053 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6f945523 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7f29904c devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x833a24bb iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x86b98fe1 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x91dc4393 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa2393219 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xadf15dbf devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb106c457 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb482f2a9 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc1a81654 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc88945e5 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xddcf8e53 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe0fcb545 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe54995be iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe927f864 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf1cae29c devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf4b785be devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfa7a35d0 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x1103e7e1 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x7dc7d0c8 matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x361c0c60 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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/touchscreen/cyttsp4_core 0x07f67d8c cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x1649359c cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xe5d561a6 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x2dcef3ee cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x66d5f0f8 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xdcb18b64 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xb020638b cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xed3d7a4a cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0365e04e wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1f528cf5 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2813897c wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4744e091 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x51d7b807 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x582847ff wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x70c8f20b wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x893c5a3b wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x90bc71b6 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x94824761 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9a6ce09e wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9abb5e58 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x017aab74 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1850194d ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x3cc8cd95 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4620f06d ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x50b401f6 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5bf8270a ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9c67fb93 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xb83e9f42 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xfbd170ee ipack_device_init +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x0eec4516 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x0efa7b83 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x165e31a7 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x34cf85e2 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x372282b4 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3836ede5 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x38d04c1b gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x48416e61 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x51c6d3e9 gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x568430e9 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6984fd41 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x85285ca6 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9f134ae7 gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa819889c gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa9ef2fb5 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb8d7829a gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xfb436b61 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x11c5956c lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x241f2c54 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2e43b4fa lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3be8f381 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x48f789b9 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5dacbd4f lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6efd65de lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa296fdf4 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbaa36a23 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbf032376 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd9753cc2 lp55xx_deinit_device +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/mcb/mcb 0x1152c58d mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x262d9509 __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x26c1caaa mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x42926441 chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x575f583b mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x609cf7e5 mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x6ea34256 mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8d7b847b mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x988f7feb mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xcbd6cc82 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe2e961bc mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe357d161 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xfa37faad mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x038d4400 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1bf19a28 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x20b0dcba __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x23a39c93 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2db90065 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x32a854e2 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x33685aee __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x386e0aec __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x43f797c7 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x56d844d9 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x65c69d18 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6f318137 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x73856a24 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7c7a26dc __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x824f349d __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8531a000 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x86192e50 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x87a79df0 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f336079 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x90293fb5 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x903dcb57 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x94c4008d __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9aacde96 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d01a77b __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb0f4bf93 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd2be2929 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9cf1106 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb00ad98 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe7e528bd __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf2037566 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd1d6dbc __tracepoint_bcache_gc_copy_collision +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 0x2f7c0934 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x37f315d6 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5e32e8d1 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x61a7fdd1 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6952b6d8 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa5c2436a dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xfda57e80 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb8433f70 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +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-cache 0x4b261d28 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x919f3d24 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa45003de dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xc72809e1 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xd2e63481 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xdec22027 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xfbaf3b3e dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x26075e9b dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xf4c71d29 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 0x09472122 dm_rh_dec +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 0x541a29c4 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x6c980598 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x72f85846 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7418d688 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x88bc5e87 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc213fca1 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x150c85ce dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x33c03da6 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x619701dc dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +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 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbe0497aa dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdeffc526 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x2e44566a md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x54bf20b6 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0xe9a7aea2 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5875830e saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5b6fb3db saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7e7dc465 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8c7a058d saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9393c95e saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9d29e003 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa026d30c saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa332fef5 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xabbd87dc saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf5e09f73 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x24db3d1f saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x636044ec saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x6f6fd861 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xa1a71544 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb843503e saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xcd64ec39 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xfaa910d5 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x13455a3a smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x14af40f2 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x15cb4f27 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +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 0x5c8c7a1a sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5fc03492 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x63222b29 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6689a781 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x71e637f6 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x786bfd9f smscore_unregister_device +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 0x8f2eaa27 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x926941d9 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb670ad15 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc0beb3ed smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdbfc3ae1 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe1a01cec smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe46a3949 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe86e07cd sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf59a1ef4 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x4b0d8a59 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x5b359d23 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x0706e1de media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0x0cf201d4 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x1d8dd5f7 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0x4062a057 media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0x41f8c316 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x5e130b76 media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0x5f3497de media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0x7b7a5467 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x8b1b0e66 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x98714bdc __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0xbdb9cb25 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0xca5c5e42 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0xcbf391e4 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0xd2c5186c media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0xec255b85 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0xec2b1e45 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0xf634e9f4 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0xf9fec472 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x25a39e43 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x02bb20b2 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x052691b8 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0cc7ddfa mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1ca9f20c mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3004514c mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x335497cf mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x34c926c5 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x46c671f6 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x623968d7 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x70b47781 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x91921392 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa2e2e9f0 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb5ad1ad7 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd3f1210b mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd729e874 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdc70f622 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe2d367b3 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0007f994 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1702c56a saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x209b775f saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2267e01f saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2f8c7a25 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3cb9291e saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x496e100c saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x50a53b16 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x52808aaa saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x57115eeb saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x59ada82a saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x92e41ef7 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9a7a32ca saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa1e506eb saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb699066f saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcf16cb48 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcf758d66 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd5fa27c3 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdbd6f5d1 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe5c5202d saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x1f5e10d5 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6f90ea68 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7b53157f ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9d57232a ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd0444314 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd5fa0ddf ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xe1213b2b ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x7f67919d radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xa493a831 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x015d707c rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x091b029a rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1eb9ecf4 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x43619c57 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5b2ba582 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5cfdec0e rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5f57c180 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6ed94ba6 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x71537f63 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x757bfce9 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x827bd737 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9474d80a rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9ab5c625 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc5d80123 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc9c39679 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xce8f6fa5 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xdb294e0d ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe265db49 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf5f083c6 rc_open +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x39ce28b6 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x295083a1 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x3398737a mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xc099fdd7 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x1d2bd934 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x78fcb676 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x7e362e4f tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xb9962b3b tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x89fd56c1 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x6f41e334 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xb45b5b4a tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xec0b5f54 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xf0538d79 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xd19ffb9b simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x00573e59 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0ad88f93 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0ccd9c28 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1a932349 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2b97c888 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x63199ee7 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6dda73d1 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7b45eeaa cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9105a80b cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9dbf9a33 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa6015ebb cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xab7b5a58 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xadc2eae8 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbd404818 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc0ee8a86 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc306fbe1 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe2383951 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfcad2c6c cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfd2d6428 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x59aa9545 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xcf2f4651 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1bb7d339 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x20c295f2 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x38afc4d2 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x399affc6 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4024975a em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4a43cb00 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4d6893ba em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5315f5f6 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x542d5102 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x546910fa em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7dbf2b06 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7ed8b3c2 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8e9aed13 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9a90490a em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xced094ee em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd2cb9270 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe2a99871 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfd3bf652 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x3cabf0d9 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x781a954b tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xa66616b4 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xef6de123 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x2c072f37 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x44d0984c v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x5e2d1373 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xd45daea9 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xd6b78729 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe2493c89 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1d978709 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2068273f v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x225b1715 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2e7e9159 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x32257c5d v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x50758a0d v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x560adf22 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x597a77a0 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5f527c73 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6b786a62 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6e8e3a60 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x82d80068 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x92ed0586 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa4f8b267 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb7418282 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xba367208 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xba8239b6 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc605a7a0 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcad167ad v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcd7175a0 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xde23dbad v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe7e2bd47 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf1cac191 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfc8d78c0 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x17f449db videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x33555b9e videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4ae71c77 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5102110a videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x59af56a7 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5a4b6a2e videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5f26044b videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x74c23342 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x81f80c44 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x88cfb8fb videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8fe51272 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa08a2adb videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa1222914 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb7ad3d14 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbd8b7d21 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbfd58bda __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc14b5e13 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd3d241d4 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd7aebfb2 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xde646437 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe1ae5857 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe7d4c5f1 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf78cdfb2 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf9a28502 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xccd45269 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xcd7c2b8f videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xde0ad872 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x26e73c51 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x26e93473 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x2d0e77e8 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x45db6fb2 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xc531b370 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd046ccc5 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd50ca3c0 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe58709c3 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xeccce14d videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x1ac82486 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x4ff7d529 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x75007828 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x02b0277d vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x09511e79 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0a9339e9 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1f98c241 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x20888e5c vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x29ba7401 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2ec1b063 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3e791d01 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x429c0c9e vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x453b09ee vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x47693161 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4861f702 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4c4a2e53 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4e112f8c vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x58b45177 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x619acccb vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6bb1d234 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6cb62537 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7974f217 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7a9aa30e vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x84997acb vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8a65252e vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x923fa9c6 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9d65eddb vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa377cc8a vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb70d20a8 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc27d613f vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xceb6a846 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd1d6140d vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd5d58bdb vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd795661a vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd90246d3 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd955a443 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdeab46b7 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdeeece2c vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdfc63c37 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe3bccf9c vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe582088c vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x299de2be vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xa1cffcc5 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x6acc65e8 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x089018a8 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x0e6ac520 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x250c044d vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xa3f3d7cc vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0xd766dc12 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x13b8e8ce v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2665d470 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2adbf7f1 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x348ca390 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3f67994f v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x44a5be1b v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x47cdc801 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x506fcb76 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5c12cd8b v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6077109a v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7f9bbb1a v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x819a6a0b v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8bb59b6f v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8bed78c0 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x91292049 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x93136379 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9424e2dc v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa32a36fa v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb1de4679 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb51922b6 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb789b8fe v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb7dea7cc v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xca17a76d v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd6640e0d v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd99c0caf v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdb161a78 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe47a800b v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x6000c941 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x68d0caa4 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x879088ed i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xa030be8f i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb9cae01b i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xdc87c8fc i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xe02e592a i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xfa9c6f27 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x5c99591e pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd8f7e7b2 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd9c1a510 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x13594bb9 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5ac57429 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x86af1c13 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8b103366 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9fb33848 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb00e5403 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdb28c9ec kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdd8f82c5 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x35925497 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x638bb700 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xd47b3592 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x188f048d lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1caf1e72 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x40a7a77f lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x597e9483 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x729f2be7 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x739faa25 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xcb75e152 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x2ebf3ed9 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x670bfa23 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xe8f29735 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x833edb09 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb6f37fe2 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd937bf8c mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe446c1aa mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe4d0fa21 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf64934c2 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x24485b4c pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x45887dc4 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x48fbb3f7 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x56ad0b0f pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x68ed0472 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x736f77c3 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x88fabd48 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8ed57831 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb2aae6de pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc344c8cf pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe335c816 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x9ad741e3 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xccbd04e3 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x05a8af6c pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x42c3bcbd pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x555161a9 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xb213f08c pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xee678d65 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x06f91f2f rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0fb092ba rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1773aa25 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1dc2ab07 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2b6a73f4 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3c86a5c2 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x48ef1b9b rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x64740e14 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x666f78ef rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x67ceedad rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x69f2716e rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x7051402f rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8ec61f7c rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9d9ef9fc rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa37e3e6c rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xad7cb11e rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc0a20ba9 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc0ca511d rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc58cd0e7 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd75f5a18 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe9deec22 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x1a86312e rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x23c1e31a rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x417baff7 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x477d6086 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x4e4a2817 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x6af4a931 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x9caed168 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa12b1887 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xd7a5ac2d rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xdd731abb rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xe331ba54 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xe385418c rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xf438f64c rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x01a186bb si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0283f348 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x02e1f2ca si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0dfcb1e4 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0e0b1708 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x155e6a1f si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1c2eb237 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2271daa5 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2e588ef3 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3c3ded74 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3e9f9777 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x504d5288 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x549961e2 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x55eb0801 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x55ffd0c9 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x68b6728f si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x690bb8cb si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6f1a6d44 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x79133e54 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7b2ecac4 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7d4ea371 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8a456d32 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x992e8a07 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa4e756cb si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xac75e0b6 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb3c4435d si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbd3d95d6 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbed25c33 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcb9c7173 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcc049b96 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd2b5dc09 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd455a84e si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf06c7c2e si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf7b16292 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0x6dadcc39 ssbi_write +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0xd8119598 ssbi_read +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x4a421336 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x63cc9bd8 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x641c03fd am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xb36cfdf1 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x25bad01a tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x57740869 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x64c005db tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xa68f4eca tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x26cfac68 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x93ff8ce6 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xbb7e0746 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xdf7d6323 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0xa186aae1 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x58a98beb cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x5cd3d9c4 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x869532c7 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xbd111f61 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x0298a181 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x2766f458 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x52351ff4 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x980fb8f0 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xdd1aab67 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf3aa532e enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xfbab8dab enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x04843267 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x653fb63e lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x7c58628e lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8039d463 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x929959ab lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x9f664dcf lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc6966fd1 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xcea12e5c lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xa4bb1feb st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xfa1ffce4 st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x03b2d787 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x278add73 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xea7b3840 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x7bc5c758 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x86dbe2ce cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xb9f2c726 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x3ad63431 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xb77db067 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xc92ffbb7 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x088816bd cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x13d8bcf4 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x3cc01d32 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x822b20a6 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x014b88c7 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x2a3ba209 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x51805d8b onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xa32611cb spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x13fe97d9 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3374f71d 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 0x45f5fe1d ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x54d50a94 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5668ea9f ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7292d71a ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x841a1c12 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8b5bda2b ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8bfc494b ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x97592ea9 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa47853ca ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb0e71000 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc51e791d ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x099731ff alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x3ba738ac free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5d05750a c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x99914add register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xe0453db5 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xeefe8657 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x114437ea open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x26d6e34a register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x353edff7 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x453efa1d can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x49deb2d8 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x4ba5c6ba can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x4ccf19f4 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5be8bfe5 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5c46a9aa can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x66d29381 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x755db296 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7ae6e52d unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa924c7d5 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb1dd1b13 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb84c7c07 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xc4f4cad0 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xcad51c92 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x57624f90 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x9a7fb5a9 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xa61afc95 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xb782211c free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x02421148 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x10618dbb register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x3f7e6ab0 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xf5c02a16 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0048c090 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08450574 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x085cef95 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a20c22a mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a48dfa6 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b33ea27 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d6f73a8 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ee980f2 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13db616b mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16b5ed41 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17b9a59a mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1919423e mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x196e9470 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19c792ea mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1aae16fb mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20b5c360 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20d92e3e mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21f93474 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x240b30a2 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25831751 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x267afc88 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x299962ca __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2aad7d1e mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d0c7504 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x303c58a8 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3091a006 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33ba57f1 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3809e743 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3aa786e0 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c6a8560 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e910daa mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41b3d820 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x424c709f mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x455a89d0 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x489c05db mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b7a9472 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53dee086 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57e330d7 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59b8c19e mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a6efa39 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b4f91e1 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bdd0961 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5be69e66 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d5b389e mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e84b247 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62177c20 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x649992d0 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67bd3d9c mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69d64684 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a6f6269 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70c53d4d mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74cbee9e mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7573070f mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77fd6f52 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79a582c8 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c8866cf mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x821c47ac mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82df3578 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89b2902b mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89c4028f mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c88ae72 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d8bc5e0 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ff85cf0 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9020398e mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90449771 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x909ac76f mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x930cc4b4 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x941e93f6 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x950fdf20 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ba20174 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa209c474 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4ce177d mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa664bd2b mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa3a4f95 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaac1deb6 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaadb50ac mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaba51308 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xafb39107 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb51d4c48 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9f91540 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe9ed122 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc46c18c8 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc653a3ca mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca0f27b9 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd07f4e06 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd204ae1f mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd46a9ae7 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd47af956 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5998ac4 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd60afe93 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd92a1823 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe07dddab mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2b224cc mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2f9374c __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5516b58 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6fac97f mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe723cd5e mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7a7c506 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf15850b4 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3c21409 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf84f20ff mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa741f3e mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb3e5ee5 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdb82c60 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe25155e mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00a63389 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d871ba3 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0fb00b6f mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x162220a5 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b904869 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d2522d2 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32e0d422 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3373f618 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x415dbd4c mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56063e4a mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d3c01f1 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x693435ae mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f56f3f5 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb58bcae2 mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xccaee92e mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5d6c82a mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x33786fa4 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x693998cd macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x985df338 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xdb1990aa macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x9b6e08d4 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0xba1b16f3 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x0f4f0a42 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x12298f7f usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x6dd82714 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x870fa9d5 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x311bbcb3 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3548c430 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x6875f227 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9ad42cde cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa75f8ea1 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xaecd9580 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xce40c5c3 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd999d316 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x033dfb74 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x365b271c rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x86f08bed rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe345841c generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xfb01af65 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xfe7cc3ca rndis_status +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x0c8a8b61 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x5bd3cec8 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x876e5ba8 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x9191c036 vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xa374028c vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x01345ac2 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x0422a622 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x06855b13 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x08ba39d9 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x13326f6d i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x3a8276e0 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x3c09e386 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4021b08a i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x6a329a0a i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x915b8464 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xcd5d0cc0 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd1f67d66 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd212c243 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xec2a3ad0 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xef2beddc i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xff2313e3 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x2c564a4c cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xbc600360 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xcc9df7dd cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xf88dde3f cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x41318342 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x0f9ee8cd il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x431727a7 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x4b131119 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x5a0e437e _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xe7350413 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0478c9f5 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0a7d8982 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x11c390a2 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x158985eb iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x194202ee iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1bc9487c __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x2e7759c9 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3f0b9a6d iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x42899ac5 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5a10d898 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6fc13804 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8412c100 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x85f53abf __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8af30a46 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x92e64568 iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x93979485 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9f1663ac iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc889e6c3 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd839c141 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd9cd291b iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdde06751 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe11f9eaa iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe3c051a0 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe949a393 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xef5b66e9 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf5032a20 iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xffb149bf iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x08419e29 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x13745c81 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1a4767c7 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1d00197c lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x3472e465 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x590174af lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x63a8f797 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6a95440e lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6b93e88e lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x87a6bb4c lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb94a7e77 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xbce0e00b lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xc4c272ff lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xc4de3210 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xce8446cd lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf02189ad lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x0115d5c7 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x46760c1d lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x7e193351 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x85ccbb93 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x9b962eff lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xb558a0da lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xe4213992 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xe82ef53a lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x0ab1e026 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xe4433471 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x15391c81 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x337e45d5 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x47989e10 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x54b16a47 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x6b8ee79e mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x801ea05f mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x93f6526c mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9b85b642 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa163ada5 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xbc2197d3 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc5b06b28 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xdecb8afa mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf318076a mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xfc22e4f7 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x0b371b7f p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x0b43b27f p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x10e99336 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x2b9b76a5 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x70847226 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x93a52174 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb32f4bc9 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xf8392bff p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xfab7d22e p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x3cfc2954 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xab6a2230 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcb0c2b43 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xce87e1a8 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1a70d2cd rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1ad9b64a rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x201347df rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x278d967a rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2bb3c29d rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2c5075ff rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x38ddde2e rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3f6d8fae rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x408e3849 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x48c7ab9c rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4ba6f78c rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x573ed080 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x607c7c90 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x60935dd3 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x665493f3 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x73b38c00 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x74406276 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7905676e rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7ca7cef5 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7db65ee3 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7f00b7ca rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x875ad208 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8bccfd8b rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa38400b2 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xaab3bc2b rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbe391843 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc51c8d5c rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcb50d942 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd61470ef rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd8cebbc8 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xdbb7a37b rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xdd25c6d3 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe155022b rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe34da3ab rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe6b57bc2 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe798a288 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xedad851d rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfa723af8 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x02dad814 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0e625da3 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x36252f52 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x3a5a13d0 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x3b1165b9 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x6c3270b2 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x9093a0ed rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x94de344b rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x9c7a4a9c rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc0899a47 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd4102dd3 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xdbd1b515 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe16dc3e2 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1138a8aa rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1440521b rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x18cfdafd rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x18d2b949 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1d8662c3 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x24d753f0 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2930c63e rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2d83ced4 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2e5109d5 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2e6379b1 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2ef07f39 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x32f6dfca rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x36368e3c rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3bae0190 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4463bf3c rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x468c3da1 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x46b99d49 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x46be73f5 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4a69f2ca rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x50087bd4 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x576765e1 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x755efbe9 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7970fe40 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7f05f7fa rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x81bb878c rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8a27d85a rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x91102afd rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x95e4d7ae rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x98561baf rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x99ce3344 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa82338eb rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa95d440f rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xab9f4673 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb736ffa2 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb9700b50 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc5336a1d rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc7d1c634 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd5979ce3 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd8b59ba0 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdb8b27e2 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe80b4b2b rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xeb2b4898 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf15d7943 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf3d017e1 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf9e1a08c rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfa25ef44 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x096bbfd1 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x52befa80 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x5cd6e102 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xd0437563 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xe1f4d871 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x31e40cfd rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x8a53bee2 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xb35f46b1 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xe6d905a6 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x20d339c6 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x22222b7c rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x34a1990f rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x38c98fe7 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3f06a198 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x420eb37d rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x44f1954c rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5fc657a3 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7899d2bd rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7982030a rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x922ad848 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x9e07d793 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xad451d3c rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb25a4933 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb77164fd rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd5d0780f rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7067667b dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3764755 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcb623fae dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcdd341e7 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x050bf2a0 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0bd32c4d rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0d13d1bd rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0ea33c5a rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x313cb712 rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x31a04b6d rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3ab85d8c rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x42161609 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5e74a204 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x63dd13b1 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x69f8dbd2 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6dadda23 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fb39ed0 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x74a88eaf rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8efafc22 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x96037931 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x97b328b9 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9d6f8cd8 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9fcafd42 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa2f0fa02 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa47edbbc rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb0d9ca6b rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbaade5b3 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc7949248 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc9f45b1d rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdb435c65 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xde377172 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x06e2b4c8 rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0887d811 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x2bd164c0 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x2d882d91 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x2ed7827d rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x3b4bd168 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x76b6296f rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x8011e319 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x8659320d rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x8a118457 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x950ba002 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9acae39e rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xa98f0b7b rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc69131d3 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd253973e rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd48b3584 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf8850ff2 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf91f4699 rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x0bffe1c9 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x29bab7b1 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x81bfa7c4 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x019f4ba6 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0ea87b06 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x169e91c8 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1d1e290f wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1dd80a83 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20f465d1 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x25cba20a wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2ad035f1 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2eea2b93 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x328d9997 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3caa5fbd wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4480b125 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4570f74f wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x482994bc wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4cc84a84 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4cd3c93c wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x56c8948b wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x618bd8d6 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x632eee44 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x68d9947c wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x795b6090 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7e47be77 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7e657e6b wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7f0a5f75 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x846fb24b wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x849a1bee wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8edb573a wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8f0e4631 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91da5146 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x971a32d2 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x98510555 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa54ee160 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xadf3b1d8 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb03ce38b wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb470cd37 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbefe6a5c wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc95888ee wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcc039505 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd03a2645 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd085e9fd wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdb98f203 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfc480465 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x4fdb4c40 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x97f31821 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xb5cb26f7 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/phy/phy-omap-control 0x933d7589 omap_control_phy_power +EXPORT_SYMBOL_GPL drivers/phy/phy-omap-control 0xbd4f01ca omap_control_usb_set_mode +EXPORT_SYMBOL_GPL drivers/phy/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x8a6fb7f3 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x9dfb8652 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xb1a44c1f pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x00c3eaa9 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x2b42f74d mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x841eb182 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x989083fc mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xcad2c37e mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x0dd7103e wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x35fe78b4 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x85d78d94 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x8abdf6d9 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x8b283f55 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xd24126ae wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x1b5044f2 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x082f27fe cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0bb48333 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0d2e0b25 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x13aacf02 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x13db8031 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x187ce6f3 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x240d67ec cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2521d293 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x33ca27f2 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x36f98d5d cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3e8f1db2 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4b7cd9ee cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4bdc139c cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x51cc9b50 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x58a481d1 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5cf2b32c cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6d588b83 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x72489712 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x77084d1f cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x788cf98c cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fcba9f6 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x82de56d5 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x84d704ab cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8e144988 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9193df8e cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x93b49d7b cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa042ee22 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa5cc8259 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb10dbd9b cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb3cb0bd1 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb9598a95 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbd1dc92f cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd4b3d09e cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd6a41464 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7eddf04 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd8b9f909 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdc40ff14 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdf5afacc cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe88c1204 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeb87c475 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xecb20efb cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xedc667b7 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf2cd93eb cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf9c6e7a9 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x69952d11 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x755360b2 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x86236e9b scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x8cf34498 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xaa058686 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xbe09d436 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xf1b90a12 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1dca5bff fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x26803471 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x29337f17 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x65edb3bc __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6762330c fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6d668fc6 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8c10cd5d fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9092c699 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa7e82894 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xad161b7e fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb4efffb2 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb7254c88 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbc1ec2fb fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbd53c6b5 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbe5eff73 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbf43a92b fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x185b5021 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x3862b36a iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4b8bc649 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x5c65755a iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf8ccc351 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf98aaf06 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0b03ebb7 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1010fa8c iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x11d3e434 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1b5c462a iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2af9c110 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2b7e16e2 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2c4d3088 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2c72b057 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x37c6e9d1 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x44aeb331 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x49db7c05 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5192caef iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5f7005e6 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x64fa0627 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x77a47643 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7afb5fc1 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x83d730cb iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x86b13226 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x88069281 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x88105f2a iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8c954f43 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9186d6ed iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x95285b14 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x954e5390 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x97f95389 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa5c1d796 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xac175638 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaeb999ec iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb251d47c iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbb632868 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc014c99a iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc03bb979 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc4f7d985 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc6cfd07a iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc7199a76 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcfb4687e iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd30d9907 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd540a540 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd95d3322 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdef0b2da iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe0b20715 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xec551377 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfa5f2010 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x093476a1 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x264f2d74 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2efdd97e iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4306f059 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4b4df581 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4e515633 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5caed115 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x67771677 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6b7b8629 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x71262edc iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x809800c9 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9011fc0c iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa454a656 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xba7fd38a iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbe5d0a20 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbf70633b iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcd826791 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0567f845 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x14d9b617 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x179c601b sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1d9e671f sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3464b82b sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x62f1c6ab sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x63f0b75f sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x64adbe26 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7c62aeea sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7e13c406 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x851d1f14 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8cc66bd3 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8d4dd75f sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8df1308d sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa2ab2d99 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa48a9fef sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb9085db2 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbafb01f5 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbcc662ba sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd00ec435 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd3cd5538 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd40b9551 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd985fb6b sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdf1f7a3c sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfd82cd32 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x0bbaf985 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x31200597 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x4a84340a srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xc77f300a srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xd20f3706 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xea111d81 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x0d1cff2a scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x10ae96b1 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x30fd83d7 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x502e0d2c scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x60bbdb50 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x70efa603 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x8627b503 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x8b00015a scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xc30db15f scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2163f9ab iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2bfed249 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x459aaae1 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4aec368c iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4dd69377 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4dd6c906 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4f8217da iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x50b70484 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x52f27bd4 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5a21795c iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x631ff6c4 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x636f2211 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6510d1f1 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x66ca1eaf iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x676b169f 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 0x6eaa3a9b iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6fc80cd0 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x72532710 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x89e3af88 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8a61461d iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8bbe6801 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8c4f4af9 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9016425d iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x948a58b4 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x968722fc iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa0066c2f iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa78d7bb3 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb3d10ee9 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb44d045b iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb5f8e765 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd0f5622f iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd17a4702 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd7c9307f iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd9839a4f iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd9d19e9a iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe773e7d1 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe82eebe4 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xef6b8fd3 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfdb18c8d iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xff73a204 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x6167d833 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x99b1d528 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb57ca9af sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xed537775 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x21cb6836 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x461def5f srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x67f2d400 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x689daaa7 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x7e6029b4 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x8d153ea9 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x74f94c61 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x77feb87f ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xcad09c43 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xd3997405 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xdb812e62 ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xdea02326 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x1a6473c8 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x74f9e8e1 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xaed251ee spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd34f299f spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xffe5cf47 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x65b5d5ee dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x76cf75f8 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xa6b71238 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xbc5f3c5e dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xc04aa114 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0a691dc3 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x25c7c34b spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2a637622 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x449f9a7c spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x479cc748 spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4d38fa24 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x554edc7a spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x575108b3 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7712feb9 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7d21a8a5 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x80cc9558 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x826f24fc spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x98839660 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb3077a4c spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc4856ce8 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe09b58a3 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe36f0971 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf7e9ca02 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x081e432d ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0141bf0b comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x06ceeaff comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0c0d9b16 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0dbdd3e3 comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0ea92eb9 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x173839b4 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x27d852fb comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2b67a6e3 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2c6f0e44 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2cb7a887 comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2ef3323a comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3620812a comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x38f49be5 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x45f270f2 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x48237273 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4cc477ee comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x51e24947 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x53fd35ed __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5b8f2507 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5c9b8961 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5d1c3f98 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x64fe6bcc comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x68171266 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x68db9198 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x68f04c13 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7aca5567 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x81f8d315 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8c08b027 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x953652d2 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x964da53c comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9ac882dd comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9d27a91e comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa40388de comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa6a0d2a1 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa9e96df6 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc02519c3 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc66363d4 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd5eb3ee1 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd94e7f59 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe60aef87 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xed4424ba comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf1424614 comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfa1a76fd comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x96bafbe6 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x9ffdd416 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xe8dcf1bd subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0xf2cc55cf addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x4250d236 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x8544bda5 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x9c1bc4c4 amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x1373f793 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x43bb7f16 cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x8195cf36 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xa099834c cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xed4913a9 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xfc736bd3 das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x170a20e9 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1793aeb4 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1ee0d0cc mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x20e0cbd9 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x526730ab mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x59491905 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5a471895 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5fc914e0 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x625b7329 mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7a72caae mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8432ff4a mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8ff5f321 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9db50d76 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb0454be9 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xbb3f0437 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xcb79cc3b mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xcd6b3427 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd0678766 mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd0f8350a mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd846a722 mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe4724fcf mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xef79f590 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x3a608f8e labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x04e89545 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x0c5483a6 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x0d9f5a23 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x17671ae5 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x3199f3d5 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x6dd5ed0d ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xb018181e ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xdc881817 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x1d5a755a ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x625f3761 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x94e60771 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x9a41ce71 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xa0f2a945 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xc686c7ee ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x0813c7e2 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x0ea61d41 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x5cdc6971 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x7d4fd4da comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xbf8a45d9 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xdac4ee4e comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xe3eb8246 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xf5558279 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x1cfe024a imx_drm_crtc_vblank_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x1dc4bc8a imx_drm_encoder_get_mux_id +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x2feeeae5 imx_drm_panel_format +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x31e034c2 imx_drm_connector_destroy +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x37707c0a imx_drm_crtc_id +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x419b08de imx_drm_handle_vblank +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x51a3b0ab imx_drm_encoder_parse_of +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x51d78d35 imx_drm_add_crtc +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x5f056ff0 imx_drm_crtc_vblank_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x8010c000 imx_drm_panel_format_pins +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xc154d015 imx_drm_encoder_destroy +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xd652b5a4 imx_drm_remove_crtc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x07f51880 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x09aed943 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x1d77268a spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x215d7caf spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x6fe10e48 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x86442336 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x964e08e7 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xa1957ddf synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb2978dbc speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcf40d0d7 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xf17f4c6c spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xf61398b0 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x5316d133 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xaca5cbed uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xb26dda8b uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x63430593 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xd8a73355 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x4c713c5c ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xd7115b63 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x1a17da08 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xc5b776ba dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0aa53ec0 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x140529af config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1575ef24 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1eacfe5d usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2816a36e usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e4ebb68 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3ad74fb0 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x516ab810 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x616794d0 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x65092d81 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x778d8efa usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x81a846c5 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8327b40c usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8419ad49 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8b5ef33f usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9b972595 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9f087164 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa7df0309 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb0af4a16 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb598e32b usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc4f52ca9 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdeab018d usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe5a9fecc usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe930a30a usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeb80c928 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf667edba usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf66c1af3 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf697c33e usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x0c1d237b gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x189a7f32 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x238fcda5 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x25807d44 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x291f2bb7 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2d0319e0 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x40bfca6b gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x44d30d2c gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x4933aef0 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x5d2b598d gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x913784a1 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xaf9b6787 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xb75c311f gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xc8005e21 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xdf88a902 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x538cb548 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xdc8a1c2a gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x34b8afdf ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x48b80a9b ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x7846b2f7 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x062cfe89 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0ddcfe66 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x28f1f914 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x29d8291a fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x3702de86 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x38eae388 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x3c6af43a fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6f06310e fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7f9412cc fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc126dfde fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc56b8e84 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe641932f fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xee13246f fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf849133f fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xff82f1f9 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5619c160 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x8bae324a rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xae358810 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb6de741d rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xb9421eb7 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xf7007116 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x0f086165 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x46fa840b usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x4b110714 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x57267e20 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x8b12b36a usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x914cb9e5 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x93c00fea usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb300d3bb usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe2a48c92 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/musb/omap2430 0x6fb55e1f omap_musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-am335x-control 0xc4f24f66 am335x_get_phy_control +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x5f1edeb1 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x1ddcb8c4 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x05d0e8ff usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x06dc094e usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x142a33cb usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x186e5b43 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1e16b928 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1fbf5bdd usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4847375f usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4be01a57 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6c2ef90b usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x792f133d usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x79de2e9c usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8d99e304 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x950b631e usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x97c9693b usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xaa43a69c usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc7ea5d1b usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xdaf5b97f usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xdbe302f5 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf6f15867 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfc1ec777 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfd42d95f usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0a0723dd fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0b0381d9 usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x17a8d503 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x42ba85ec usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x4a481937 usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x56c61391 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5b18a54d usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5c21b6fb usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x62ff25c7 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6391b221 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6d5e5d84 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x738326de usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x80d6839e usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x939dc267 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x982b5e2e usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9a6d1fce usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9b4adfad usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa75ad693 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb774bf7d usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbd969d8e usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc8522a20 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xcc5af383 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xeb8a701e usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x02576b41 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x06a4f2a6 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1164f968 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x6117d7cd usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x66f7a0ea usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8bd2cfc2 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8eeae461 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8ff842ba usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x954b122f usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xacd134be dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb23b7323 usbip_pad_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/usb/usbip/usbip-core 0xe4fd6e8c usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x2d584673 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x61f72af8 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x8a2a1b38 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x97aa9079 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xa857122a wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xb1279af5 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc543b60e wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xe1e143c7 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf4654c3f wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x044b2603 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0ead36f9 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x2fc66727 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x5b741a7a wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7bd7932c wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x827d702d wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x84553b63 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xa00196a7 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb5c0ce83 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xbc07fc34 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xcdc29d58 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf35e556e wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf5b4e155 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf5f9fe7e wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x5b351467 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x5ebed56a i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x935c9aaf i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x136f4024 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x16e517f2 umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x9bdb2dd8 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xa2dd44a2 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xb8077136 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xe14f7828 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xeb2d7b68 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xf69f519b umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x088bd8a2 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x09dc260b uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8aad57 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0dc21487 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1a043646 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1c1a8b67 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x20e40558 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x22399642 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2577ca01 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2b141767 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x34c5ba64 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x44c8fa9d uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4a0aa6d8 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4ab23db4 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d4063d8 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x508e9bdb uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x51313278 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5e4bc088 __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6a4191c1 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x73344c8e uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7dcfcd23 uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x81a99f18 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x86081bc5 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8944bccb uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8a299728 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9293fd30 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9c5bf695 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9cfb77ae uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa20669f2 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa7b13877 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb16bf0ee uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb679b983 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb84b2600 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc0de0396 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xcb82b926 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd9d755a8 uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe1716f06 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe77a9938 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xebf40ce6 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfefa4180 uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xffee766d uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/whci 0xb82988b7 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x056310d4 vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2c94fe66 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x49d87604 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x55b52076 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x87dd7e55 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x91aa72f7 vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x07656100 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x087a74d0 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x10c6509e vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1fad8250 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2825c082 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x326e6a62 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x32bcc5e8 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x33afd161 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x36014fb0 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5154d501 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x62875fbb vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6bff02a7 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x79544b6d vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x820a2074 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x87444dda vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8b935bc6 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8c10d6b3 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x90e51789 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9d8edbbe vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa09827b0 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa904ba3d vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xad0d8576 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb9b938cb vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc61b6067 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd03147f2 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd7d948e9 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd8967cdd vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd98b518e vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe4752258 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfe686239 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x10d3a411 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x82ae015b ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa22aa802 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xad3d93f1 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xbf95c6d3 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xd7600efd ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xef7b003e ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x0744cea5 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x2fa7449f auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x3c8564c6 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x4b9377f9 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x4bd49cfc auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x766ab291 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x807b6e1d auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xb434e56d auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xb452cedc auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xd5da6ef5 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x83cd222a fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x0c5baea3 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xd6013131 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0x8f438b10 sh_mobile_meram_alloc +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0x8fe4c3c1 sh_mobile_meram_cache_free +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0x91eff1a3 sh_mobile_meram_free +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0xb53a0e3f sh_mobile_meram_cache_alloc +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0xeec0eb57 sh_mobile_meram_cache_update +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xfdfab2bb sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xff385580 sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2db40814 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3468c8cc w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3cd0058b w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x42542bd7 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c28f142 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7d416160 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa64e2cc4 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb1e9ff15 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xef4d2afb w1_reset_bus +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xb9864ad8 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc33a21f3 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xd012ffa7 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0f422445 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x39213864 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4ea5534a nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x655f353a lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb023aea2 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc8ce23e0 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd1d24256 locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd6a8f66f locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xde7893b9 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00f30c0f nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02847f9b nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0398d27e nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05e51b37 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0677cf68 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09a228a3 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c9eeffa nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11319507 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x126d9800 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12a4483c nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16a0c14d nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x189ffbce nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1bcf0133 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ca259e8 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d55908d nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2091b2d8 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x240bbeb1 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b3a5991 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31c221a2 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32c0698d nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33ae6bbf nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38ffdf76 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ad4571a nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d6687b0 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ddd06a5 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41e2e1bb nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43a6ac5f nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x487974e3 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48bde96e nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4904b67e nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ba7e0fa nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ea8f08b nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50b68eeb nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5459c416 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x565c1545 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d25e8d1 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62609de1 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63f9b94b nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x646aad7b nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66dfd360 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7046c122 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x706cd72f nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71abdb38 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75404f08 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7620fd83 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77aca51d nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c61c5c9 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d040114 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e727192 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ed95b9b nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8004696d nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x807f033e nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x831c9e4f nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83db1cf4 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x847f6cc8 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84d507bb nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x853fc5fc nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87369cc5 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8764af36 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a2d131d nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8cefba69 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d0359ad nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d1e51be nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8dcec9bb nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e1ac8c6 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8fa74e50 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9068dc2a nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92751b92 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98af40e9 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d7c2d55 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa0acada3 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa21ff8fb nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa24bcf75 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2530510 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa53f89ae alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa73dd76d get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacea240f nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaedc8271 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0d0752d nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2952462 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2f7495e nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb36689e8 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6502c00 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6ea425c nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb83a60fd nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba5bb714 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb0602ed nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb1212a2 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb1bd83c nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf91e06c nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0182e5a nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc074ff65 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3b9f659 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc769b699 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8478f8b nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8e4c0a9 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc0ea1e5 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc466055 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcdb7a60c nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3a8d929 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd841d850 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd89292c5 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda3e4c67 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdaaaaaa6 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb5a061d register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc768562 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf1c1142 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1f0ab8c nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe206d15f nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4a42ec5 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4ab335b nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8687b9c nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe894ecad nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebe594cd nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee4758d8 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef882365 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2a0dd62 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf40304d0 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4eaaee1 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc0d794a nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe4b7120 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x00096158 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x04542281 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0807a6ff pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0df143ad pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x17630771 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d4d27f5 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1dc29a33 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1f718c81 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c7300b7 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f976387 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x35ebbb87 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40536a5a __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4d83fc61 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e337db5 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5059e2ae pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x58bce040 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6301889c nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6574bd95 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x693e2814 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a19f9fe pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ba5bdfd __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82e16110 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b252ec0 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8e084caa nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x94367fe5 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ca06c05 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9e965326 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ee87f71 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa9b5a4f9 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb6eb7a0a nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8c797f9 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb968e7e0 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbe39e983 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc03c962a nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4425a4c __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc76c2861 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcb1dac5e nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcd0b90ba pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9d575e5 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe010928d nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe2cd089c nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed280fd9 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfa50ba70 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfbd5d3d6 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x1271a2b3 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xcf2bc92d nfsacl_encode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x346a5123 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x49ffea94 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5505b9e2 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x66ad8da2 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x8ee12c0a o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x92fb9f59 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbc0e7df8 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +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/dlm/ocfs2_dlm 0x0e19bcb4 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x318fe7e7 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x67f9f705 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x819a4e4e dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x8c97980d dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xc0a00039 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x142ae598 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x8deb7b12 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xb4fda6ea ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x0ae73176 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x79c7e4d0 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0x9b03f28f _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x07d348af notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x3603c5c5 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL net/802/garp 0x430fd2d5 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x61771106 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x6eb29ccf garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x7d29d834 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xe34c8755 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xf8bf5cf5 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x604cbb2d mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x62664647 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x8a45d51c mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xbdee306b mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xf0a2078e mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xffc2b96f mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x28ee59ca stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0xd5e4b52c stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x35cf96f7 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xcc0ace50 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 0x43d531d5 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 0xc97303b2 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb3f20164 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xeb8b624c br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x09a123b7 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0x10566508 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x18f7d8d2 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1c33cab4 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1c7ca130 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x27661c2b dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x29ecf473 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2a3d20fe dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2ec81a9e dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x31853a9a dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3be4e732 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d0e67a4 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x43d48e9d dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4453be81 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4bb68605 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x665274fc dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6cc3ecf4 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6dd780b9 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x75ba0f1c inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7b840bdd dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7bd19dcd dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80e1b530 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x894639b9 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9743e85e dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x98754857 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9d55af69 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaa36d2d2 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xafe8c3fe dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbc060579 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc05f0b46 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcfbd7e73 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd1822b65 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd9fb533c dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdea431b6 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4db7a8d1 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x890cf8c2 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xae248c85 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb5f4091c dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xdbdacd55 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe0d761d1 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5148248c register_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x80dfafde unregister_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x56cbc138 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x64d6eb29 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x73ca5d55 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xda4e6d68 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe7e6e227 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf401743f ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ipv4/gre 0x6735c9a9 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x8acd53b9 gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0xad3a30dd gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/gre 0xcc9e6ac3 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xf061178a gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x036309ac inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x746f1152 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8e9b749b inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xab9f99d9 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xda71398b inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xfa980dbe inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1dc96034 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x251ae017 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3e8c3eaf ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4138b3c4 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x438ad80c ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x46ec43e2 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x72563fba ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x944e8ca7 ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x95492dc7 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa66cc565 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc38670c9 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd668ca8b ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xeb25e9fa ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x924c4f8a arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x9d991f11 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0xf8e08ac2 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x4773d064 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0xa9daa18f nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x11cfea6c tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1e843236 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x28615268 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5884881b tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x6cedf1b8 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x4ea573d0 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x86318c80 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xb85db3ff ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xcdf1b619 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xde037b5f ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x7ccb09b0 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x2435de93 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x2f0df03c nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x6055447f nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x00109f08 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x172784b5 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x38642bf5 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3cc9a0ab l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3cc9a137 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5a286129 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x623e7f42 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x70be4b16 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7d9834b7 l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8cf5a3a2 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9a343cb9 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa71466d3 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa74c4de9 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb401d174 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcc3e10bf __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf32c5b89 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xd7b8e173 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x02a1d6ea wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x07213f4b ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x10e54177 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1295ee8a ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x486f0692 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4b52ce7b ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6f26aa9f ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6f7cb48f ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9226a01c ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x95645e0b ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc2790160 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd0449f95 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xecd70987 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf88f96c4 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x011e05d8 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x06fceb34 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0a026f98 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x10984259 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x13327cf6 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x19b2fd19 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3153bb2f ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x594d3389 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 0x94cee257 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb5bf348f ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb94bc2f2 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc54e4bc9 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd51f095f ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdef4a111 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfdf565f3 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x004dbb47 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x0f69a15b ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x4d205920 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa950483b register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01532bbf nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x07cf025a nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x07cfd8c0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bcde260 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1319ac5d nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x181138ff nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1a5e6237 nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1b9776e3 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2458287d nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x256d3f22 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x258fb89a nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2878d1f2 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d27c11e nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d7900f0 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x31829c2f nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x35c0afab nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4160ee26 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x43c40acf nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4498adcf nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x473d3d90 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x47d3252d nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5196b9fc nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5322846e nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x541f14ba nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x592b8b52 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x596385fb nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x59d2a98d nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5dc7f2ce nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6113083e nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x641a3cc6 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x70260987 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x717eeaae nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x722ea1ef nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x747f0401 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75271cbc nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77473eb1 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77df2792 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d79d0e4 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7e426054 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89f4af81 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a9eec2c nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x93a4ab77 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x98a7e743 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa24cc065 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa3532d31 nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7d8d12e nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8dca88b nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaea4a666 nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb258088b nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb333cdac seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8a88eae nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18101a5 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc2abd2fd nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc67602ee nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc7817704 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc8bc57d7 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd87da99 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcda555b1 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd1d401ad nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd283236d nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd38486be nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6dc01db nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd910017a __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda0392cf nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda52edd6 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe0e61cc5 nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe2e8bfb6 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe48980f7 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6ab5a45 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe8648f54 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe879391a nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeacea07c nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xefbc948f nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf25aa066 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf463b4c4 nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf8746c58 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfbe135f2 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xbf6f52f4 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x09a06846 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xc8708cb0 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x01e8b08e set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0a91c1aa set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x2ec9b3bd nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x84e44b77 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x85b9c442 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x88af0e44 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8d339e19 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xae0c2437 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xbac6a146 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xeb98d8ba set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x479a3254 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x40438f15 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x874e8b1e nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x9e71a0ff nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xbf241626 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x32148525 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xcfc4338d nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x1c6656b8 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x35c3b15f ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x411a779b ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x498c58a3 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5ebbe331 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8fe8ff76 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xbc523371 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xe4601aff nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x9fed5a26 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4fdf0b3b nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5347c634 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x58e9be0d nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6fd8c185 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x97b3ea06 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa31b7475 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xad69d4e4 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd998fb51 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfa17d985 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x2f6b68d8 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc897a2e2 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x077e3747 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x404c084c nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x47800448 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4de036bc nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x544c2ae7 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6e606b53 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x70e2dffe nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x87fa598f nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x92ed28f1 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xabc562d5 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae057368 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbcf8e10b nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc1a20b19 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0434b670 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x357b7bac nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x36228a7a nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa90aa754 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdaad7501 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdbb8dba9 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdd5558e8 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbef3babd nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xe46a1e26 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x1046e03b nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x27a70d10 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x815fba0f nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x864f5416 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xc988122d nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xd31b629d nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xf3cf5d48 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x966074e9 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2e57575 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2e7b46db xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x349c10f2 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4a3b24d5 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5dfcf229 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x61f47d54 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x90289bc0 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa71c0193 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd89ccf9b xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdfadf2ea xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe2e5c2b2 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe98b924e xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xeb67092a xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf1ad8dbc xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x57909dc1 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd0f26ea3 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x4ac1d180 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x4c985344 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xb02e7bde nci_spi_read +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x1df51605 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x27d3fd35 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x5309d73d rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x574ed7ef rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x57e78f45 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x63f3b263 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x658b5712 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x68fd0b3a rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x6e055a43 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x73927c3a rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x744f2ea1 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x88709cc2 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x94058794 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xba166cbf rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xbf7d878b rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc4498629 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xc619c0ba rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc642cc2c rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xdb7946fe rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xdb7e34bc rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xe0547d40 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xe40abe9d rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xf4d3725b rds_inc_put +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x43749e3d rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x6064d1f4 rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x26cde0fc svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x379c0ba4 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8da48ea4 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x001eb30d xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01155bd0 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01591c0a sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05041b7f xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0512f862 unix_domain_find +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 0x08debe7e rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a2e502b rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a3dd489 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c139770 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11f66034 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12c586c5 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13d4af38 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14de4b44 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16280184 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16f55a3b xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19db4da9 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ae7f77d svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bba4786 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bf44d6a svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cb447f3 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cfa1236 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1dfb261f rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e1ac6a3 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f9295ca rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20a8bcd9 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2116f5e8 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22bf73ba xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24a988bd xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2628bba6 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2708907f read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2750ed01 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2daf4e2f xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eb5f17f xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f888d81 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3063f37f rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30ecf635 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33add7ee rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3699ea5b svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3701eeec xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3747921c rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38206a39 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38a8658b xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3937a1ee rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e7ea5a3 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e98ad24 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40ae6e3c rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40ba0302 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x413b5eba xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42d447e4 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43286585 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4413fbef write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49b9aa08 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4aa346fd rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d6e0878 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8450a3 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50308209 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53edaf8d rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x560f89d5 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5664e32c rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x574eac3f rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x584e6887 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a71af1a svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b188895 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6057a920 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x606d3c41 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609f7456 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x620cca7d rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6250b282 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63ef9db2 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6433798e svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64a8537f rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64c10105 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x667109df xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x672c1e8a cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bdee483 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cc5c24c svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6da56b0d auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ec2d2f8 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x723b0b68 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x728ac033 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7820b8fc svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ae8089a svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b5987ae svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d807ee1 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80a8fb9a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8297afba svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x830f86aa rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x845215c7 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84aa3d00 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86e4d4a9 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87663f3e svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89b7aad7 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89c352e5 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89ee26ec rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b3bc73f rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e20b415 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ebf699d xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f0fab43 rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fa2102c rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fab2d0a xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9070cce1 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90ec08fa rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x910ac573 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9159f9c4 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9569b01d svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95efc655 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b1ea639 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c25520b xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c657d4d put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d2c431b xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d7b30c5 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e384a2a rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e650209 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e75a474 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9eda5c2b rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa07f95a8 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa15e2aec xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa349dd1c xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa34ba658 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4230a07 rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4750333 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa526d5fd rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa60ae018 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa65174f1 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7446fa1 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9bcd21d xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaacea0c3 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xabbc8c3a rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacb62cbe svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad7dbd77 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb16cf8b6 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1bbf350 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3beb8da xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb43a86e7 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb72600b5 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8e4623b xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc5f66ef sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd15b4c2 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfb9a906 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfe89c3f rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0f84aa3 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc24c920b xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc262091c rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc304684c svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4153abc svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4e5552f rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4f282b8 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc65ded99 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6eb9b82 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6ed821b xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca8989d3 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb0df7ae svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb3997c2 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb45d65b auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccf1a598 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd923dd8 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf16c12c svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd07d4f9f rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4abcec2 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd542dceb rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd59affa3 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdad21604 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc84ca7a svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd2f36a1 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd54384f csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xddbcb8fb rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdea7b883 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf0aa110 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfa046e5 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe17b4a5e rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe34975ca svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4d66c26 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe67958c3 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe92e2073 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee33982b svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef25e705 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefc4f77a rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefed42bf rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf053c755 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3efd8eb rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4900cfe svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf88d2e37 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8e7d965 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc6203f1 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc7a6400 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfcf6c1cd xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdf8478c xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff58e0de xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0251e324 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x04dfe7ff vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4d3e4d47 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x52209eb9 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x71cd1510 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x74e91915 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x856faa58 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x89c6b1a9 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8a9cc232 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x94ba39f5 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9b1302a1 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa4fd8836 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa8439d20 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xeeb656ca vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf593c40a vsock_pending_work +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2e78f177 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0x56482f8e wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x57873895 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x63064a99 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0x6db9eb95 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa314a158 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xb173d166 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xbf283a33 wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc4cc557b wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xca34bc84 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0xd50311ff wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf3402188 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xff335ff4 wimax_msg_send +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x23f173e4 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x253bb67f cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x40d6f244 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5113a5f4 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x54ba0b69 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x55349055 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5555ed3a cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x774038f6 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbf32d25d cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xdd192d56 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe4689793 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe942a2db cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf60b3b64 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x0c36615f ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x57586ada ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7f537782 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xcc7dfaad ipcomp_init_state +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x77bac6d0 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x8aaca02d snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x9cc642f0 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xaaa697ad snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xdc40e861 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xdf9a1b4c snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x03d3ddb2 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x050a63ca _snd_hda_set_pin_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 0x0ab43415 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b229f6b snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b498db1 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d1b9156 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0dd9387d snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x131ab498 snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x16d405b7 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x18326752 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1c2eb320 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1dc34fdd snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1df5edf9 snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1fb346d5 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1fe2a9ea snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21236214 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21a44f07 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x227f13a5 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24484d3b is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25c3a079 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x263c5656 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x26fb7f7b snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x27159ea1 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x27e2bd4a snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x283ce816 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28de8784 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a7a433a snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b97adbd snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e8c6c5a snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3199af3f snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x332a7764 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33b2258c snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x358a6482 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3bca2db6 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d10e344 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d4c025a query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x40bc11bd snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x40fba983 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41f37e6d snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x423336f7 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4442e6c4 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x474939af snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49b0f53e snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49ee522c snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ba46783 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d827d28 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x542a4397 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55552a9b snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x57a1d584 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59f9bf46 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5daa94cf snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5dce4650 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6600ec96 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x661e2684 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x665a3ecb snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x66ed969a snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67795006 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x68137db6 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x69e3dd88 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a72c67c snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ba576a4 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6c23f78a snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6c8b7c64 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d524a0f snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x70c3a977 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x71683cff snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x724ff7d2 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72a7e4da snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x746f2aa7 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7567698c snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76436680 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79720e5b snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7f56e2e1 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82cd7b7a snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84000e86 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8409e8b2 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x859c1f22 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x864a0ddc snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x888498e2 snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89c1e3a6 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8a921c21 snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b27d4e9 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b5479ce snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x924cd1d2 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x92df8fe3 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0132a34 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa10c69c8 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa23a2f36 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa992322c snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaeb892dc snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf2d99bd snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb08f8d43 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0db3768 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb5892166 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb59b1395 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb72ba054 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7be8062 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb91e84fc snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbaf01332 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb14ef0e snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb582fd0 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc092a63 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc21eedcc __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2723abb snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2aeca2c snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3d54e09 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc41f6384 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8849ee3 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc890e76f snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xca947e92 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc94081d snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf981ab1 snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1b2405b snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6199d96 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9cfd693 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb7c6d57 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd78c366 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde18fbf9 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde1b8565 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde3e4e0b snd_hda_input_mux_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 0xe5f173f1 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeaa6e30d snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec166331 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf53ef90d snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf6508eef snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf84cc81c snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb63edad snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc2315b2 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc4db1e7 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc9bea0e snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfcbce2ca snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe7966c4 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0e87e524 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1227092f snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x15ed747e snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1dea108f snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x277205ba snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x286adf42 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2cf453e5 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x458f5b39 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x606cf289 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x638c5fea snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x72943d7c snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x752ad057 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7c749e9e 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 0xab6f973e snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb45b1b5d snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbba82788 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc8bfad0d snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc8fdf46a snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcf645f4a snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdd65aa28 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0x0d2028b9 snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x006936ba azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x1b9185de azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x37c608bf azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x4d752c7f azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x83f9ffe4 azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x914e948b azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x93c0ffa6 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xa7048c1b azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xc9488998 azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xd6673fd6 azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xde97c81e azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x193ed1cc atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x5f06ac21 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xee177cca atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x375ad98c cs42l51_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x6b52c0b6 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x708ac8e8 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x2f6ec461 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7283484d 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 0xcefab949 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xab5ea908 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98095 0xa4025a27 max98095_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x0c4e43ef pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x9a67eba2 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xd98ec4f9 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xdf37b71a pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x06ae43e6 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x0e1fd0dc tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x97d7ba84 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x4fb917fb 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 0x706a4fc3 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x9553eb60 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xdf24d2c0 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xe583ff95 wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xe6f8b12b wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xedccb1d4 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf6771776 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x1b23f437 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xe57d25ef wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xf778c63c wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xfd2c3b9a wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/samsung/snd-soc-idma 0xade84e1d idma_reg_addr_init +EXPORT_SYMBOL_GPL sound/soc/samsung/snd-soc-s3c-dma 0x2018ceb0 samsung_asoc_dma_platform_register +EXPORT_SYMBOL_GPL sound/soc/samsung/snd-soc-s3c-dma 0x80b9d227 samsung_asoc_init_dma_data +EXPORT_SYMBOL_GPL vmlinux 0x0032a264 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x0057520f wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x005d940c amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x00698753 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x0077160b xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x0085a43d ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x008db2ab crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00bf5b2e ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x00c07b5e snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL vmlinux 0x00c18cd0 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x00c238bd subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00df1794 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0x00e0d270 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x00f0bb68 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x011bae64 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x013c4771 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x01585d1d blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x0159dc07 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x01651a53 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x01b5b2e8 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01f8a9e4 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x0232a991 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x0236daed ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x02447ceb filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x0255b1b2 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x02a9f844 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x02c25815 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x02d3d62e get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x02e41f3f rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x02e73608 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x02f50ee4 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x0309c9ef key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x030be1f1 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x0318365c evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x032009bc fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0321656b virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x03246dca ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03443ab9 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x0345555a ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x038b0cb7 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x03b06056 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03c4a1d3 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x03ca0959 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x03d1af4c usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03eb9c27 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x0402b504 __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x0420dac3 rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x0424fd8a disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x0428b68c crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x04325ae6 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x043c9806 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x045ad7da dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x047a6ea3 snd_soc_unregister_component +EXPORT_SYMBOL_GPL vmlinux 0x0487f3ba tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04901180 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x049c67a8 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x04ea5cdf __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x04f072eb register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x0503e6f2 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0511e601 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x051c47cf wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x052a9158 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x053c5eb2 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05542702 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x0560b00e thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x05915b0b pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x05a193db get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x05a5f5cb clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05cbf847 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x05ccc6ed ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x05dc8858 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0x05f963ad pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x0601eb3a inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x0602b312 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x0610c213 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x0617601e module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x0640f2af kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x06418349 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x06438115 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x0649e997 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x065660fd sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x066c7339 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL vmlinux 0x0670bc5c da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x06797e36 snd_soc_remove_platform +EXPORT_SYMBOL_GPL vmlinux 0x067a49ae pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x06ac6443 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x06c0d79c of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x06c3a28f ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x06d549e6 pinctrl_free_gpio +EXPORT_SYMBOL_GPL vmlinux 0x07455fa9 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x076245c2 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x0791fe25 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07bd33b7 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x07cc6d28 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x0833f76b transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x08385fbd regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x0841ef75 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x08739434 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x0899f091 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x08a5fa05 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x08b35846 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x08ba229f blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x08d4b450 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x08d7aefd pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x08ebd404 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL vmlinux 0x0913ed0a snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0921bd3d regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x092f9f3c tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0952af60 fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x097d9edc unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x098cf7d2 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL vmlinux 0x09bcc1ab serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x09be830a md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x09d88733 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x09db8cdf spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x09f53906 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x09ffaacc bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0a0be571 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x0a193b59 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x0a248a4d usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x0a259c34 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x0a6d2e38 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x0a6f3f42 of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0x0a8755fe driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x0a8ffd2d task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0ad40a2f power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x0af8b21b netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b04dc70 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x0b075ac6 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b805aca put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x0b95c567 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x0ba4f533 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x0ba8374b __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bbae511 return_address +EXPORT_SYMBOL_GPL vmlinux 0x0bebdab1 of_fixed_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0x0bf8d242 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c173cad debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x0c2880f5 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c2dfdbf ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x0c3d7793 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0x0c5d55ba input_class +EXPORT_SYMBOL_GPL vmlinux 0x0c62128a musb_dma_completion +EXPORT_SYMBOL_GPL vmlinux 0x0c807e11 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x0c9c15fa tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x0cbe1297 snd_compress_deregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cd44b61 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x0cd9dcab transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d2260e3 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x0d2e8f0e bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x0d331229 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x0d3c5d6b snd_soc_limit_volume +EXPORT_SYMBOL_GPL vmlinux 0x0d46b7ee thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x0d67f844 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x0d7d6a2d ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x0d8f3bca bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x0db81a50 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de693a5 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x0df93845 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0e12729c tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x0e1a2202 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x0e20c82b pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x0e3766b3 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0e3f7469 user_read +EXPORT_SYMBOL_GPL vmlinux 0x0e5dd088 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0e7e882c regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x0e93aa9a xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x0ea89e70 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x0ecbf587 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x0ece5a95 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x0ed36b2f call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0eda5a92 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x0ef3dae1 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x0f1f28ee __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x0f634db8 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x0f6e6171 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f8ea27b snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL vmlinux 0x0fb0e4c0 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0fc3bd35 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x0fd5a5d7 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x0fd87fbd usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x0fe65e8c synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x0fecc8fd serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101aea5e perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x1026c1d9 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x10709743 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0x10787030 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x107dcc07 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x10a6fd90 snd_soc_resume +EXPORT_SYMBOL_GPL vmlinux 0x10ae14ec list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x10af29a4 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f7acdc trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x110005e2 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x1102aa6a ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x111a8f74 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x112789ce usbnet_tx_timeout +EXPORT_SYMBOL_GPL vmlinux 0x112cb75b attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x1144ca8c sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x117eaf73 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x1182c0d4 ahci_shost_attrs +EXPORT_SYMBOL_GPL vmlinux 0x119ea9d2 iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x11cb9bde xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x11cc7abc rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x11d7b66d mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x11d90b58 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x11ebd9cb pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x12184809 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x12190f31 usbnet_skb_return +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x122a3634 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x1239c18f sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x125d89cb usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x128378ba ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x12890ccc dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x12994925 mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0x12a74241 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x12b2719b devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x12bd0a63 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x12cb4177 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x12db379c snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0x12e676a2 usbnet_set_msglevel +EXPORT_SYMBOL_GPL vmlinux 0x12f5851a blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x130246a3 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x1308f65c bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x130a2057 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x13371bcf pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x134d5cc9 mtd_erase_callback +EXPORT_SYMBOL_GPL vmlinux 0x134edd3c power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1373f1de class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x13777254 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x13a82144 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13b89dee pinctrl_request_gpio +EXPORT_SYMBOL_GPL vmlinux 0x13b8f7a4 regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0x13db5b08 context_tracking_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13de7370 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x13fc8cd4 of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0x141203ce proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x144b439a omap_dm_timer_disable +EXPORT_SYMBOL_GPL vmlinux 0x14ce9e7c dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x14d24642 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x14dc1675 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x14e78674 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x14ee4b2c ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x15013246 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x1501f656 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL vmlinux 0x15032617 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x1525f36d __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x15418de7 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x15702179 component_add +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x159e573d of_css +EXPORT_SYMBOL_GPL vmlinux 0x15b4754d snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL vmlinux 0x15c5ccce virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x15d32ce4 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x15dd0e05 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x16271641 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x1668eb66 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x166e6031 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x1681ac42 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x1686069c dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x16b554f0 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x16c11fed rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16c7f23c snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x16e526d2 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x16ea4f83 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x16f14f08 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1717a05d omap_get_plat_info +EXPORT_SYMBOL_GPL vmlinux 0x171a4130 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x176cf6a8 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x176d00d1 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x176dfc00 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x177bc412 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17802449 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x178a9fd4 mtd_erase +EXPORT_SYMBOL_GPL vmlinux 0x17d4be87 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x1846696b fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x18b03da5 of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0x18bb5765 snd_soc_cnew +EXPORT_SYMBOL_GPL vmlinux 0x18bcd335 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x18cd0880 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x18d1b659 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x18fb7b32 devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x1908d6cb snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19503ad6 usbnet_change_mtu +EXPORT_SYMBOL_GPL vmlinux 0x195a5126 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x1984b13c ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x19928635 mv_mbus_dram_info +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19b45607 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x19d357c9 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0x19dc5a80 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x19e3a651 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a0a2f8f uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a3517c8 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1a43cefe scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x1a65920b omap_iommu_arch_version +EXPORT_SYMBOL_GPL vmlinux 0x1a74d8c5 sm501_unit_power +EXPORT_SYMBOL_GPL vmlinux 0x1a7733a4 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x1a787832 mtd_panic_write +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1accb7fd edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1addc352 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x1adf5a21 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x1af666cc dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x1b073e3f fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b16a500 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x1b24b040 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x1b3193ff gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x1b3261e0 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x1b3954f8 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b60323d dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x1b63a760 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x1b669127 usbnet_defer_kevent +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8a2ce1 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x1b99130a ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1bb28622 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x1bb3d0ea arm_iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x1bb5fc26 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x1bbc8a50 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bee71ab dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x1bf0983d regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c783113 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1cafc496 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x1cb34b10 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x1cd461ce ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x1cf2bb28 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x1d27d0af bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x1d55210d component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x1d565072 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d5ab910 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x1d631e2b ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7cb586 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1d7e4462 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x1daeeb48 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x1db9bfe0 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x1dda3ec8 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x1ddd5d50 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x1e10b2fa list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e478d6b snd_kctl_jack_report +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e6cc653 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e864844 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x1e92eb65 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb16bd5 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x1eb2210f regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebeaebe regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec4000d bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x1ecc1dc1 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x1ecf8ea2 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x1ed00a63 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x1ee26018 devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x1f0d086e sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x1f11bc74 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x1f1c5c09 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x1f1e8c35 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x1f25bb0d crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x1f25e8e1 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x1f2f28cf __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x1f3f67f8 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL vmlinux 0x1f432784 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x1f44c598 cci_ace_get_port +EXPORT_SYMBOL_GPL vmlinux 0x1f55a05e __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x1f6f8741 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1f793f57 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fae68d1 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x200cad88 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x209da883 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x209f8c1d dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20b513ac i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL vmlinux 0x20e5933d map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x20f55923 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x20fc4142 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x2101fd64 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x211f558d register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x21243325 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x21334050 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0x21376279 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x213b1f6b sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x213f5dbf ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x219eb823 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21e906e6 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x21eba81c omapdss_of_get_next_port +EXPORT_SYMBOL_GPL vmlinux 0x21edb25f sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x21f0815b snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x222c7046 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x2245dbcd napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x2260dd1a of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x2265f6ff dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x226a674d atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2278abf0 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x22802e3e inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x22875d9f extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22978b79 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x22b7457b securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x22ff452b regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL vmlinux 0x231fc0bd rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0x232161cb extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x232534b6 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2347cb5e da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x2352e01b regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x235adee7 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x236904e2 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x2373fbf5 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2392bc6e pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x23a1db6b skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x23a2c5fd relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x23cb0182 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x23cc1a2e debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x23e04b08 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x241515ae bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x241d1d63 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x2426d3c5 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x24411e83 gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x244bfd7f blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x2451152a ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x245a06ca snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x2464ffb4 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL vmlinux 0x2471b9f4 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x247d5ec8 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24832d40 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24b789eb pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0x24d1dc92 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x251124d1 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x251e9b94 blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0x253ccf0f devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x2580cb48 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x258ca51b raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x259f0662 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x25e0b439 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x25e4fa8c btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x2604376d dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x262d5d7c shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x262e06c4 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x263dde74 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x263f59fb ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2642a2bd netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x264f6db4 dapm_regulator_event +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265a05a4 __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x268c34cd blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x26a3a307 single_release_net +EXPORT_SYMBOL_GPL vmlinux 0x26adb815 thread_notify_head +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26bfa5f8 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x26c547c0 bL_switcher_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26dc9b9e da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x26f96292 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x272add9b sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x2736b9c8 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x27386c70 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x2738a67e usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x2739c2ff vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x273ff852 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0x2755c029 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x27aaa686 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x27b547ad bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x27baff9b regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x27bb1788 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27c6df5d do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x27d04407 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27eb3a53 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fbf5e2 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x28327859 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x28494477 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x28857ba2 amba_ahb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28cc1d60 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x28d3fec9 usbnet_status_start +EXPORT_SYMBOL_GPL vmlinux 0x28ee3a1e pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x291734e7 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x294802a0 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x296b38bc class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2984ddb5 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x298da231 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x2993bc5b usbnet_set_settings +EXPORT_SYMBOL_GPL vmlinux 0x29a037c8 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x29a153d3 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x29a5b66e evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x29a9348f spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x29bac8c1 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x29d4f127 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x29dc2026 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x29de07c6 kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x29de25f1 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x29ef4cda pm_genpd_dev_need_restore +EXPORT_SYMBOL_GPL vmlinux 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x29fe8db3 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x2a0e8402 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x2a294648 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x2a2b3164 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x2a445481 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x2a504ad2 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x2a520fea dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a8f8868 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x2aac1355 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x2ab18ed4 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ad9d326 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2aebd583 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL vmlinux 0x2aeda080 ref_module +EXPORT_SYMBOL_GPL vmlinux 0x2b23fe74 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x2b263265 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x2b269a8c ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x2b32cb12 __cci_control_port_by_device +EXPORT_SYMBOL_GPL vmlinux 0x2b4cf264 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x2b5b1d10 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x2b8f52e8 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x2b914f3f ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x2babe81f __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x2bcbe510 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x2bd8127e __class_register +EXPORT_SYMBOL_GPL vmlinux 0x2beffb3f __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x2bfa56eb wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x2c0c3c22 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x2c157f55 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c6324cf mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL vmlinux 0x2c74e19f vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2cba7584 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x2cc37bbd irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2cebd307 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d23ace6 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x2d25f93f rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d8497eb __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x2d97cf43 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x2dd48cdf pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x2ddfbfe5 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x2debce84 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x2df07893 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x2e00f292 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x2e0b1c5f device_create +EXPORT_SYMBOL_GPL vmlinux 0x2e173902 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x2e1ec10a usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x2e212385 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x2e278f88 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e4a720b da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x2e6c1d9f regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x2e7c8c04 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x2e7f5a9c of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x2e9670c0 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0x2eb46b8d ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ee1bf4a snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL vmlinux 0x2ef08c07 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x2ef6b5bf smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x2efe58d9 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x2f0c4740 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9709 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f46b419 clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x2f5180b4 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x2f55474a event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x2f63a827 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x2f6436e4 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x2f8bb5f2 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x2f8f0e72 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x2f91c589 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x2fbb03f5 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x2fc5f86d __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x2fd1c338 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2fe5e66c blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2ff2954d of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x2ffc5f96 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x300c5c97 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL vmlinux 0x301e27ba fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x30335db2 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x3033ec64 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x3051f7e5 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x306c0dcf pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x307bd5e5 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x307f69fd usb_gen_phy_init +EXPORT_SYMBOL_GPL vmlinux 0x30819460 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x3092d246 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30b9e384 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x30cd3f84 pinctrl_utils_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30e23ab6 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x30eb7f00 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x310501c7 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x31165cb1 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312886f1 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x31510c5f mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x315c2fbe snd_kctl_jack_new +EXPORT_SYMBOL_GPL vmlinux 0x315d0d6f dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x31b79693 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cc91a3 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x31f314d9 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x32013fae pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x32045a33 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x321a668f crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x3223f872 usbnet_get_settings +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x325b9086 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x32723278 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x32896878 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32924a4d scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x32950794 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32b2e626 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32b33338 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x32c274f8 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32d6d1c4 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x32ea8dc9 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x32f76320 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x3305b141 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL vmlinux 0x3319140b pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x334e0caf sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x335f7f25 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x3375acb6 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x337f3f60 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0x33f399f7 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x33fdfd77 snd_soc_component_init_io +EXPORT_SYMBOL_GPL vmlinux 0x341643ba omap_dm_timer_modify_idlect_mask +EXPORT_SYMBOL_GPL vmlinux 0x341eaf21 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x344c8de5 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34697aef get_mtd_device_nm +EXPORT_SYMBOL_GPL vmlinux 0x3472ada4 snd_compress_new +EXPORT_SYMBOL_GPL vmlinux 0x34732ee9 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x347682ce snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34b9f3c2 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x34d2f1fe register_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0x34dafb1a arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x3509c221 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x3544bd24 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x35657543 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x356b154f relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35b38895 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x35b7eb71 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x35c573e6 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x360ebeca fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x361a1c19 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x36453c0c devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x36609765 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x36624535 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x366640cd device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x36748baf usb_gadget_probe_driver +EXPORT_SYMBOL_GPL vmlinux 0x368e55f4 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x369bf3a9 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36b6d202 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36c6244b sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x36cf665e of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x36debe1d of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x36f0bf83 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x370e93ae pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x37222141 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x372c1cc3 gfn_to_pfn_async +EXPORT_SYMBOL_GPL vmlinux 0x3733106a kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x375cdd43 __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0x377e9ffc pm_genpd_add_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x378b52f2 omap_dm_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x37a9e5f9 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL vmlinux 0x37c1096c __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x37ee2e1d rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x37fdd6ca sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x38410b82 snd_ctl_activate_id +EXPORT_SYMBOL_GPL vmlinux 0x386f8cc8 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x3877df80 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38b18b73 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x38eded5a ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x38f0eaec class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x390c659d of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x390f213f inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x391877e8 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x392ee23e ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x3937eac4 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x39843f0b tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x39ce6ed9 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x39d78257 __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x39e4a0cc i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x3a0aaee4 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a2c4a25 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x3a2da2f1 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x3a3711e6 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x3a38e774 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x3a440196 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a58dedf omap_dm_timer_start +EXPORT_SYMBOL_GPL vmlinux 0x3a5cff4e thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3a6cf23f swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x3a7239ea tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x3a769dda sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x3a7b7cb9 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x3a7b9cb4 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3ab947c9 __pm_genpd_remove_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3adeef42 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x3b1199bb ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x3b12959c devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x3b4bf522 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x3b6b0562 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x3bb470a3 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x3beb829f skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x3bfe1043 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3c036440 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x3c0f25e2 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x3c1df8ec unregister_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0x3c232143 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x3c47d11c regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x3c831441 arm_check_condition +EXPORT_SYMBOL_GPL vmlinux 0x3c85ee8e irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x3c8f4f0c register_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3ca656cd dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3cb7fd5b snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL vmlinux 0x3cca9f99 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3ce8e947 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x3cee42ac ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x3cf757e8 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0x3d068446 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x3d179b95 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d193d69 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x3d250485 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x3d2cf9de cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d5404c5 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x3d54a808 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x3d5a6506 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x3d939045 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x3da6b248 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x3daaa639 sdhci_pltfm_free +EXPORT_SYMBOL_GPL vmlinux 0x3db26785 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x3db67d55 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dcac9e2 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0x3dd00fb4 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3de6cec4 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df01222 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x3df78325 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL vmlinux 0x3e6c0145 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e7210be raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x3e84a0a4 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3eac80ca scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x3ebd933d regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x3ed31883 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x3eeae237 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f05aff0 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x3f353316 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x3f35ce2c skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x3f51a98c pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x3f627c00 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x3f6e8fa9 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0x3f6fd916 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x3fcf3b05 _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0x3fd1ea47 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x3fd8dbfe mtd_device_parse_register +EXPORT_SYMBOL_GPL vmlinux 0x3ff28956 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x40107b00 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x40266f76 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4027633d __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x402c98b2 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406a12bb snd_soc_cache_read +EXPORT_SYMBOL_GPL vmlinux 0x407a62cd spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x407fbec0 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4082578f ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x40890b33 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x4089fe21 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x409723a6 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x40a8ca52 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40ce8ddd regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x40cfab66 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x40d3420d task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40eb65d3 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x40eead75 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f5fee7 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x412c3b13 devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x4152de93 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x415753bc blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x4159eb75 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x4165f317 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x417e231d disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41840589 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x41a90316 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x41aa6742 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x41ad98b4 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x41dc0dc6 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x41e6cf5e ping_close +EXPORT_SYMBOL_GPL vmlinux 0x41f4045d __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x421a140f mmput +EXPORT_SYMBOL_GPL vmlinux 0x42272bdf snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL vmlinux 0x422aeb4d devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x423b51fc ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42acf495 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x42b2df5b free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x42c5c13d device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x42d32f80 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL vmlinux 0x42dfcc30 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x430b4b94 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x430e7612 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x430f8a8c sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x431b54b2 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x43284884 snd_soc_cache_write +EXPORT_SYMBOL_GPL vmlinux 0x43472bb5 mtd_is_locked +EXPORT_SYMBOL_GPL vmlinux 0x437526ca of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x437652ca __get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x438f2a1f __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43ad9d5d pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x43b466b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x43ea5670 snd_soc_bytes_put +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x43fe5c40 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x440f380f crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x442ad8aa ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4453eada platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x4456783d devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x446c1335 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x446cfdef regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x447c572a perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x447f420f blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4493adf0 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x44a70289 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x44c844c3 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x44d4363e crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x44d867f7 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x44dd27ab cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x44f5997b snd_soc_component_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x450c3030 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x45297b25 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x452a5fc4 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x4540d660 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4541cea9 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x45569b8f tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x456a9571 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4575acd2 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x458aee9d i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x45a7de82 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x45ba1367 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d9c23f mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x45da6e87 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x45f9b745 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x46066e5b perf_pmu_name +EXPORT_SYMBOL_GPL vmlinux 0x460a114b tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x462cbbcf vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x464a1c43 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46bc6b9c ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x46c9a5f9 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x46e713db thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0x46f39489 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x470b6e27 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x472bcd65 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x4747874d __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x4793b534 ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47abc045 nand_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x47cc49ee component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x47d18c8f crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x47ea489e nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x47ee244c __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x4807367a snd_soc_component_write +EXPORT_SYMBOL_GPL vmlinux 0x4855b361 find_module +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x488c8081 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x489fc69e dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x48ca8947 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x48cfbf0e usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x48d86e7e pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x48de5f38 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x4903b134 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x4946da71 omap_iotlb_cr_to_e +EXPORT_SYMBOL_GPL vmlinux 0x494f4870 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49a25557 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x49ac4262 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x49b13cda cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x49c372b8 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x49d33233 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x49dbebc3 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a0d9322 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x4a39a1d6 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x4a3fdb10 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x4a49ef1e dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x4a4b8760 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x4a4ea2d1 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x4a8cfd04 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4aaf7ddd spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x4ab1a16b usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x4aef53c3 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL vmlinux 0x4b06cc1b snd_soc_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x4b0b21b5 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x4b0db511 amba_apb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0x4b6f7a74 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x4b7b7977 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x4b892e99 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x4ba440ae balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4badc8de dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x4bafcdd8 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4c00bc96 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c4620bf kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x4c47ec15 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x4c483b67 sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c7939e1 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x4c7e1bcd max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x4c8d902e sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x4c98c42b unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x4d094f8c inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x4d1d0169 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x4d38f1e0 bL_switcher_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4d3e16c6 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x4d722546 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x4d9ef256 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4dc05196 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x4dc48c45 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x4dd739fa tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x4dda23f2 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4df5e4a5 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e354cf5 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x4e87476c dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f0b6eba of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f645b26 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6ec554 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x4f76cc94 usb_gadget_set_state +EXPORT_SYMBOL_GPL vmlinux 0x4f832a71 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x4f94c274 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fa09a3d alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x4fc578a1 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x4fd0c51d dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fe998df kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x4ff257a4 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL vmlinux 0x500524a9 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x501bc067 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x505cf90d get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x50666691 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x508206b3 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5099d1d7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x50a42693 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50c95ac1 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x50cbff9d power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x50d66685 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x50dc7a75 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x512cf16c wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x51340e4b da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x5144f538 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL vmlinux 0x5155f1da ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x5198cab6 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x51b7290a fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x51c22cba key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x51e0b195 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x5200c3b4 usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x520f4077 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x5222cc28 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x5238a8a5 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x523c3137 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x5261ce99 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x527b16d9 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL vmlinux 0x52840333 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5288f5db snd_soc_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52c4bf5f __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x52df5ce0 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x52e4e141 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x52f758d0 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x52fb8780 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x52ff9eb4 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x532afabf relay_open +EXPORT_SYMBOL_GPL vmlinux 0x53489dc4 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x535444f1 put_device +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x535b1b4e blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x536901ac ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x5376cff0 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x538e9c90 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL vmlinux 0x53998c6f get_device +EXPORT_SYMBOL_GPL vmlinux 0x53cb2800 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x53d55bfd pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x53e6c0e2 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x54145292 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x5416e900 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541fe095 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL vmlinux 0x5434b73e extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x544aab61 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x545fec86 percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x548a8a85 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54d6c68d ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x54e8c2ac omap_dm_timer_write_counter +EXPORT_SYMBOL_GPL vmlinux 0x54f3175f tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x54fd9e2c ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x55335342 usbnet_suspend +EXPORT_SYMBOL_GPL vmlinux 0x55389b8c tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x5541058e of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x556bb653 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x556dce7d snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55ede8c5 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x55f04c21 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x55ff4a60 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x56080647 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x5623fe44 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x56456bc9 rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x564e11fb udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x56852200 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56f52bd6 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x57615ca6 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x5781ccfc tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x578a2712 snd_soc_put_strobe +EXPORT_SYMBOL_GPL vmlinux 0x578c4a3b disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579a1cdd tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57e36dff rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x57f8758d dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x580cd4ef gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0x5816cea4 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x5879c468 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x58865016 snd_soc_component_read +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58aa97e3 omap_dm_timer_set_int_enable +EXPORT_SYMBOL_GPL vmlinux 0x58b4234a ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x58c97d79 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x58d7603e of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x58e4a51e ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x591a2a10 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x591e4257 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x593a16bf blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x59428ae2 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x594a9c8b pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x59575dd4 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL vmlinux 0x59ab6259 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x59bb757e ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x59c6c045 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5a1a2f02 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x5a1da2ae omap_dm_timer_read_status +EXPORT_SYMBOL_GPL vmlinux 0x5a1f6cc6 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5a49355c sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x5a4a80ca scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x5a502e78 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x5a5af410 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x5a6cebcb pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x5a755465 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a80b7e7 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL vmlinux 0x5a811c55 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x5a9e9bf0 omap_pcm_platform_register +EXPORT_SYMBOL_GPL vmlinux 0x5aaa1446 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5ab220ce ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x5acf2a6d class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x5acf6567 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x5ad2f868 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x5adfce7c snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL vmlinux 0x5ae68c83 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5af40f4b phy_create +EXPORT_SYMBOL_GPL vmlinux 0x5b0c723a debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x5b174270 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x5b1a45b2 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x5b38adef mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL vmlinux 0x5b3f16c8 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x5b423415 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x5b44f21b device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5b490cc6 sdhci_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x5b497627 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x5b5b1ac3 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x5b5bbce0 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x5b717f2d clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x5ba04fd9 __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x5bacf3b4 sm501_find_clock +EXPORT_SYMBOL_GPL vmlinux 0x5bb75e94 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x5bc2f1b8 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x5bec7366 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x5bee7e7b blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x5bf5897c shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x5c1c32c8 regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x5c3fc092 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x5c7abdb1 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cae7b5d blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x5cb42952 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x5cc08b05 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x5ccec980 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5ceb134b put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x5cf5300c snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x5d085b00 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d2215fa __put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x5d4ad844 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x5d568371 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x5d569453 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x5d6b6857 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x5d8556af snd_soc_platform_trigger +EXPORT_SYMBOL_GPL vmlinux 0x5d8ecf10 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5dacda4c iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x5dd24204 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x5e18cdb1 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x5e204d8a powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x5e41b8ba fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e5565dc iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x5e7adf47 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5eb30b64 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x5eb68e36 mtd_table_mutex +EXPORT_SYMBOL_GPL vmlinux 0x5ec992d4 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x5ecc1732 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x5ef4a6a6 omap_mcbsp_st_add_controls +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f2b8f25 snd_soc_bytes_info +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f4abe9f tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5f5f6de8 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5f6dcabf inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5fb252c5 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x5fbe35a1 snd_soc_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x5fc389df virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x5ff4d41b usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x6032df78 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x60542cdc usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x6075d0c7 omap_tll_init +EXPORT_SYMBOL_GPL vmlinux 0x607b69e5 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60ba0149 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x60d39a02 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60d4b743 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x61192163 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x613dad29 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6152c178 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL vmlinux 0x61777eef hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x617fef85 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x6189ee17 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x61a66b45 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x61b73b70 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x61d0f8fa sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x61e0a590 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x61f765de skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x62046531 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x6229e0df input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622e3ffe __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x623b726d platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x62bb57c1 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x62e31fb5 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x62f4b625 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x62fb7d9c device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x63309484 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x637d50c2 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL vmlinux 0x63adbd3c split_page +EXPORT_SYMBOL_GPL vmlinux 0x63b2e342 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x63d03052 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x63d712e9 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x63f37eea vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x63f4cb3e netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x640a39aa pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x6418448c usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x6447296a remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x6455fc2f sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x64a10f86 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x64a65bab iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x64ae1b91 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL vmlinux 0x64b5f072 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x64f0ef16 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x6504d721 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x65389d86 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x65419dab __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x6542e0f1 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x655fcb8c icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x657bdb10 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x65926a21 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x659c7a7c virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65e0ca89 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x660ee4d3 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x66291d10 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x66558d1d hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6691f63c __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x66ca9808 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x670c216d gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x6710ff13 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x67128609 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x6718b186 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x67217875 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x67234ee8 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x67302b89 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x673da106 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x674d9a17 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x67643d26 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x676f805d mtd_read_oob +EXPORT_SYMBOL_GPL vmlinux 0x678b6991 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a95bde mount_mtd +EXPORT_SYMBOL_GPL vmlinux 0x67bdfbc3 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x67cee93c ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x67f67e12 snd_soc_unregister_card +EXPORT_SYMBOL_GPL vmlinux 0x67f9b658 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x681d6996 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x6830cd66 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x684edd0c inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x68836280 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x688eb5dd kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x68a32a60 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x68a496b3 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x68b96319 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x68bcec80 device_reset +EXPORT_SYMBOL_GPL vmlinux 0x68e094c4 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x68e4874a tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x693a827a crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x69493d13 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x694be42a usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6981988a pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x69841dfa devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x6986d7ad alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x698cd468 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x69aa50d6 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL vmlinux 0x69cef0ff samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL vmlinux 0x69d60692 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x69e72dcb __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x69feec79 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x6a031199 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a3a067a wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x6a3a2871 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x6a3a4fa6 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x6a441db8 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5ef538 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a60c983 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x6a60d12a input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6a6296e1 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x6a71ce5b sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x6a9a1e7a vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x6ae74bca exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x6af31add arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0x6b1d6945 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x6b2909b9 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b48382f tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x6b628c72 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6baeb6cb devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x6bb4ab3c simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x6bce8645 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x6be903e0 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x6bf57673 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c0cedc3 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c3385c7 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c953796 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca98b9c sdhci_set_clock +EXPORT_SYMBOL_GPL vmlinux 0x6cb77a9a regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x6cc78c5c set_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6ccea151 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cd6e2d6 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x6d13c77c snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL vmlinux 0x6d15826f __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x6d2e1efb user_update +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d31a880 ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6d421e7e usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6d5140ef pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x6d69e95c fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x6d86e5a4 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x6d8b2f66 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x6d90e435 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL vmlinux 0x6d9b6e5d pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x6daee065 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x6dc1d377 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x6dcc0157 kvm_clear_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x6decce3f pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6e03f90b simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x6e2bf879 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x6e545991 omap_dm_timer_request_by_node +EXPORT_SYMBOL_GPL vmlinux 0x6e54b3d4 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x6e6a464a crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x6e7363f3 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8a57e4 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x6e8e6c54 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x6ea17379 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x6eac5c6d omap_dm_timer_trigger +EXPORT_SYMBOL_GPL vmlinux 0x6ed4153e task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ee774d2 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x6ee88d04 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x6f0330bf clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x6f0ef8d5 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f4b7117 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x6f5e88e4 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x6f61288a register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x6f6e0d5e snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL vmlinux 0x6f7025a6 iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x6f72cdae usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x6fb0bbd0 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL vmlinux 0x6fc26655 snd_soc_add_platform +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff897fc stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x7002ec4d regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x701677e9 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x703e1a7f page_endio +EXPORT_SYMBOL_GPL vmlinux 0x7041c26e device_move +EXPORT_SYMBOL_GPL vmlinux 0x704da781 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x70b74916 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d185bd sdhci_pltfm_init +EXPORT_SYMBOL_GPL vmlinux 0x70d5b2c8 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x70d629e9 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x70d85f89 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x70f5181e generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x71008581 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71251a2d ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x71257f1c snd_soc_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x712af2db devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x716502d4 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x7166481b dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x7177ea70 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x718c8497 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x71bddd56 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71e19aca crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x71e83e89 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x71f4dd78 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x723b4795 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x72772ef5 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x728e15ec snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL vmlinux 0x7291019b __cci_control_port_by_index +EXPORT_SYMBOL_GPL vmlinux 0x72a3a6ba inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x72a87bc7 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x72b07981 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x72ded921 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x72ed8358 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x72fa944d device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x72fec95a usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x730bd0c7 asic3_write_register +EXPORT_SYMBOL_GPL vmlinux 0x731044ee class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x731a4bc5 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x7323eb22 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7354fe75 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x7391c289 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73ad6cfb crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73d78369 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL vmlinux 0x740720fe __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x7425d659 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x742ba595 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x742def44 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x7430d227 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x74331464 device_register +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x744529b8 ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0x74628570 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x74643025 omap_dma_filter_fn +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7469f9d2 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x747b4d27 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x748ece52 omap_dm_timer_enable +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c87c52 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x7513f017 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x75142009 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x75187217 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x7522dd55 wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75244b5b inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x752c92d1 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x75306dd0 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x758fdd94 of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0x75a5c86b irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x75be5fce dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x75ca93bb component_master_add +EXPORT_SYMBOL_GPL vmlinux 0x75ce45db sdhci_pltfm_register +EXPORT_SYMBOL_GPL vmlinux 0x75ef1968 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x76140b7b usbnet_get_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x761e0aca btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x7629a5a2 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7688c5e5 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x76959fe9 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x7699a3b9 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x76b55b68 udc_attach_driver +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76e82be9 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x7705aa36 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x77194623 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x771d963a bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x7720c696 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x77406151 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x77430a41 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x775a95c3 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x77604e96 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x77a35fc3 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77a39b10 omap_dm_timer_set_int_disable +EXPORT_SYMBOL_GPL vmlinux 0x77d32683 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x77e1c877 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7810cc6b snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x7821e358 sdhci_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x78260f22 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x78264406 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x78368c02 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x7840b42c hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x7850ae51 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x788a1456 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x789abd91 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x78abee83 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x78afb553 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x78e1ec78 component_del +EXPORT_SYMBOL_GPL vmlinux 0x78ee42ad ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x79062bca palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x7930fbfb pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x7933d92f debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x795a7df3 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x7963e914 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x79640aef i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x799c63f4 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x79cf557f __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x79d07f15 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x79ebc401 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x7a0b5153 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x7a1eb936 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a319404 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7a40d1cf list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x7a50fa8f rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7a7adfce __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7ad04308 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b29b4d0 amba_apb_device_add +EXPORT_SYMBOL_GPL vmlinux 0x7b460c4b iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7b49fb86 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x7b4b3ed9 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL vmlinux 0x7b4fd2b2 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x7b929048 sdhci_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x7bb6fda3 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7bbe43e5 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x7bc4b850 usb_add_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0x7bebd5aa pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x7bf9ec57 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c6a49ce unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x7c742623 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x7c9e21b9 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x7ca0d88a usbnet_write_cmd +EXPORT_SYMBOL_GPL vmlinux 0x7ca0e27f disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x7cbe7876 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc28b20 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x7cc39a23 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd53493 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d12cfc8 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7d2dbb01 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x7d2e383c bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5c0dfd crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x7d7e51a7 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0x7d84b485 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x7da3da2c pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db478a6 register_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7e15f88a inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x7e47e32f fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e8ae38b pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x7e91b126 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x7e939d76 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x7ea39b9e usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL vmlinux 0x7eb01260 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x7ec2e84d blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x7ece015f modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x7ed68941 asic3_read_register +EXPORT_SYMBOL_GPL vmlinux 0x7eda0de6 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x7ee390b1 omap_dm_timer_request +EXPORT_SYMBOL_GPL vmlinux 0x7ef63252 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x7f056f28 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x7f253814 sdhci_alloc_host +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f3143b6 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x7f60e837 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x7f71c008 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x7f9efa38 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x7fab5350 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7fae8ec1 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7fb98bc7 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7fbb5711 probes_decode_arm_table +EXPORT_SYMBOL_GPL vmlinux 0x7ffa71ae ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x8010d2c6 percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x8051bee7 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x8055dd6a class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x80625c24 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x806667b5 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x80698a68 pci_ioremap_io +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a65392 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x80b71176 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x80cffd7f unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80dc21c8 sm501_modify_reg +EXPORT_SYMBOL_GPL vmlinux 0x80ee6243 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x80fe63d8 omap_dm_timer_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x811c0290 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x812fe66f sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x814f5d65 __mtd_next_device +EXPORT_SYMBOL_GPL vmlinux 0x815ba6cf sdhci_reset +EXPORT_SYMBOL_GPL vmlinux 0x8179eced bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x817b8898 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x81853c99 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x818748e6 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x81885892 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x81a0ae39 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x81c101ce of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x81ce981a blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x82015581 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x82124f9b cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x821e4a87 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x82626b93 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82ff436c pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x830e49bc ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0x8341cc5c usb_gadget_unmap_request +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x83847ca1 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x839f87c4 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x83aeee1c pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x83b47d87 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x83b8ea16 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x83c9d4bc trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x83cf92c5 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x83eeb489 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x840a6fe1 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x84210330 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x84373986 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x843bed78 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x844c4689 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL vmlinux 0x845389e2 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x845a3067 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x846a7387 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x8495cc34 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x84d8a2d3 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x84df88c4 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x84f213d3 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x851ef344 of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x853da494 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x853fbd76 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x8554ba86 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x85604dd3 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x85606ac5 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x8566e158 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x85877c45 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x85a59652 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x85b4ba4f component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x85b78067 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x85bca05b pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x85bff0b7 soc_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85c9d27a pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x8624f6fa crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x862b9816 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x8634493c inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x86461080 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x86680f0f inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x867a4174 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x8685ac05 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868a07a2 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x86c3499f regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x86c4c022 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x86c537b9 of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0x86c778f9 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x86c798d8 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x86e3d670 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x86e85892 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f83c1b amba_ahb_device_add +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x86ffbf0b hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x870d1e2c skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87434232 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x87469763 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x874e4ace dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x87574915 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x8784f442 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x879a369e usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x87a0949b __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x87a118cc irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x87a2accb vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x87bdc54a bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x87c95a34 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL vmlinux 0x87cf377b pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x88197bc4 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x8831f3b7 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x884f9da9 usbnet_read_cmd +EXPORT_SYMBOL_GPL vmlinux 0x886eb94f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x88718968 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x888ce948 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x889a4243 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88ccecb7 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x88d90a2a kvm_vcpu_block +EXPORT_SYMBOL_GPL vmlinux 0x88ec565d dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x88fad647 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x8907bb7d regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x891bfb6b snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL vmlinux 0x89218d75 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892665d4 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x89415212 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x896d97b9 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x897a6a43 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x898773ac ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x8991427d preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x89935991 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x89980632 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x899bedbb skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x899ee1e3 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x89ae7462 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c915e3 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x89e30a68 samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x89ef93a5 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8a0a85af omap_dm_timer_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a0f9d54 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x8a313046 usbnet_status_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a35f85e regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x8a40db17 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x8a5985c7 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x8a609fb7 mtd_write +EXPORT_SYMBOL_GPL vmlinux 0x8a8874d2 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8a8e6b27 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8b2421a5 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x8b2ef2cb ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x8b3b30e2 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8b44c2a9 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x8b4e9025 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x8b630fc9 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x8b641fc5 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x8b74d521 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x8b775d3a __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x8b7adc73 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x8bdceaa7 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x8bed4cf2 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c14d2c5 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x8c26ebc2 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x8c28acf0 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x8c30bf8f ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c6b9f3f of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x8c6f0a15 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x8c73ba62 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x8cab3c93 iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x8cb035dc __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x8cbd8eef sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x8cbe0428 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x8cdf5c84 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x8ce183cc ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2dd6a5 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x8d3eb5d9 of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x8d54a8bb rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d599b2a dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x8d5ddb82 napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x8d641ef0 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8d6b604e __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8d75e940 snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0x8d8033c5 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x8d9e63fb snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL vmlinux 0x8dc3be5a crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x8df74985 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x8dfb2072 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x8e2a3ac2 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x8e2b25c2 videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x8e37918f inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x8e49752c usb_phy_generic_register +EXPORT_SYMBOL_GPL vmlinux 0x8e715e9e regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x8e7894bd __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8e79d4dd mtd_read +EXPORT_SYMBOL_GPL vmlinux 0x8e87757e apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8e9d963d pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x8ed34b5b pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8eefe866 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x8effebd3 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8f013a68 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x8f0327e4 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f0f0239 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x8f203677 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x8f209c03 of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0x8f2ea224 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8f319805 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x8f587b63 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x8f665200 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f8a57ba pm_genpd_syscore_switch +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8fac55ea scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x8fc8c592 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x8fce85f8 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x8fdc79c2 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x8fdd4c79 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x8fe5ea63 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x8fec4b4a ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x8ffe13e3 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x9016593d virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x901cdf3f sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x902b5ebc sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x902c2704 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x90628fe4 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90a11a58 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x90ad6bf8 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x90e66d47 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x911202a4 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x911d4bed user_match +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9129c1d2 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x914802ef sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x9152123d ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x916516a5 snd_soc_info_volsw +EXPORT_SYMBOL_GPL vmlinux 0x91727b1e usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91a996a9 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x91bc0abe usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cc7809 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x91f30c42 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x920fcb24 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x92240493 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x9236fb6d fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x92384a78 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x92520ca5 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x92669370 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x9282df42 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x928697cf device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x928e3f7b platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92c04460 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x931d7d44 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x9338a80c register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x937dc084 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x93849db0 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x93a49383 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x93a635df do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x93a73f36 iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0x93cd032e snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x93ce531e omap_dm_timer_set_prescaler +EXPORT_SYMBOL_GPL vmlinux 0x93d89266 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x93e277f5 omap_iommu_save_ctx +EXPORT_SYMBOL_GPL vmlinux 0x9407b7e1 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9426b080 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x94435e34 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x944b75a0 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x944caf54 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL vmlinux 0x9479b16f serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x948b4cc7 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x949ddb7e fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x949e9f62 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x94a39281 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94d41d9f ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x94da721e __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x94e1823c hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x94fa3a99 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x951561f3 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x951e9861 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x9526095f phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x9543e2e2 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955bec58 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x95765a1c show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95ace43c crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x95b26cc5 __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x95b5f4aa clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c42047 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x95e26dfa find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x95e5fc49 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x9605acce dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x9607c216 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x961decfa da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9634bb6c clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x9634bd39 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL vmlinux 0x963ae95b scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x96546f04 omapdss_of_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9661a3cf snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL vmlinux 0x96655a0c fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x966b326c kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x966f90a8 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x96810b22 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL vmlinux 0x968b1f87 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x96adb67e crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x96b4a486 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x96be0cc2 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x96df7a23 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x96f767dc extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x970a0368 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x972dd58f fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x97354b09 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x97365062 omap_dm_timer_request_by_cap +EXPORT_SYMBOL_GPL vmlinux 0x9747e6f7 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x974adfd6 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x975acd69 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x97704c40 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x9784d5d8 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x9786285f set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x978d01f7 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x97a3ec56 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x97abda25 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e26c32 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x97e8bb6b pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x97f7efd2 snd_soc_register_platform +EXPORT_SYMBOL_GPL vmlinux 0x9809145d regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x980d63ff debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x986ce439 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987d3ef3 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x9889ba06 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL vmlinux 0x98914d11 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x98b3287a ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x98c9f584 klist_init +EXPORT_SYMBOL_GPL vmlinux 0x98dd8573 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x99006014 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x9910cbe6 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x991cb0d3 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x993e492c usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x9952748c tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x9991e91f unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9995914c ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0x999eab39 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99b19c7a omap_dm_timer_set_load_start +EXPORT_SYMBOL_GPL vmlinux 0x99b48cf5 extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0x99be5b53 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x99c9f1d0 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x99e1bf89 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0x99e8acd0 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x9a02826f yield_to +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a440223 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x9a45507e subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x9a53090f pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x9a5691fd ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x9a5a9d42 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x9a5df376 ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a9b8d11 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ae5ff91 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9b08015c lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x9b29d15c usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x9b30f199 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x9b482b47 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x9b5debcd usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x9bc8bad8 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x9bd5d98e dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x9bd6c7e2 devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c0a415f wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x9c1b90f2 omapdss_of_find_source_for_first_ep +EXPORT_SYMBOL_GPL vmlinux 0x9c24d1f9 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x9c3e5b59 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9c423f07 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x9c425b94 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x9cb49437 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x9cb70ccb regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cd2887c blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0x9cfcc669 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9d0aabe9 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x9d0c15a4 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d1f34d0 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL vmlinux 0x9d3f2687 omap_dm_timer_set_source +EXPORT_SYMBOL_GPL vmlinux 0x9d7c651e thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9d967b70 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9dc05388 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x9dd3e2f1 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e0ee4aa usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x9e1250cf security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x9e157d40 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x9e16fb56 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e497cba tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x9e69525d mtd_add_partition +EXPORT_SYMBOL_GPL vmlinux 0x9e7fb7cf gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x9e861cdf pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x9e88616a usbnet_probe +EXPORT_SYMBOL_GPL vmlinux 0x9e8b3be0 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x9e979980 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9ea29835 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x9ea556f8 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9ece558e inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ef2c4f5 usbnet_open +EXPORT_SYMBOL_GPL vmlinux 0x9f043930 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x9f0611e2 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x9f08ddce pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x9f328e8d regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x9f402ae3 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x9f585837 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x9f5d6693 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x9f96b113 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x9fba8b33 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x9fbcfc5a virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fdd245a sdhci_send_command +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ffe54b8 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xa0085d53 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xa0112264 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL vmlinux 0xa02452a3 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xa033df40 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xa054028e snd_soc_platform_write +EXPORT_SYMBOL_GPL vmlinux 0xa078122b pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa09216f9 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xa0a41d7f led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xa1036d92 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xa111c8a7 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa14b574f usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa15752b1 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xa1600108 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0xa166aef7 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xa1677842 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xa17ec0e8 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xa1a14908 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xa1ced6f6 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xa20aeee8 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xa265a72d devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa285464e regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL vmlinux 0xa286df81 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0xa287deb6 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xa2a37b87 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xa2b9c993 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2d0956a sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0xa2f3935e cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xa3261b16 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0xa32efab5 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xa32fd29e pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xa33467b7 usbnet_pause_rx +EXPORT_SYMBOL_GPL vmlinux 0xa34ca88c posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xa37c67d9 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa38b59c1 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xa38b9388 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0xa38cfc7e extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3aeafc4 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xa3b85b29 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3b97570 snd_soc_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa3e57b8f irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3eba5c3 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xa4315e68 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xa43d292a kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0xa4568053 sm501_misc_control +EXPORT_SYMBOL_GPL vmlinux 0xa47aa152 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa494620a devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0xa4a01b44 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa4a8521c perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xa4a89d47 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0xa4ae99f6 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xa4eafcf1 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0xa50d6e70 of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0xa52fea21 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xa5303b94 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0xa53d6127 of_display_timings_exist +EXPORT_SYMBOL_GPL vmlinux 0xa5449d2d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa5707f4c sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xa571e4e0 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa5a570db i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0xa5acf837 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xa5c83eb6 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xa5cac141 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xa5d418e5 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0xa5e3571a usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f8854a usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xa6083c86 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa638e3b3 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xa6452136 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa68599c9 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xa68db8b4 pin_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b20d8e pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b9be8a sm501_set_clock +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6ed4160 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xa6f5b342 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa7277db2 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xa74e4fe2 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa7788901 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xa79ffac2 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xa7a341e1 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xa7bc5220 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xa7fdc51d syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa84f2747 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85bceb4 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xa868b25c usb_string +EXPORT_SYMBOL_GPL vmlinux 0xa87e7261 mtd_point +EXPORT_SYMBOL_GPL vmlinux 0xa89fed4d skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xa8a4085f snd_soc_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0xa8bc717e percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0xa8e98132 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0xa8eefb49 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xa906d614 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xa913d588 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xa953201b ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xa970ecbb pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa99d959d devres_find +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9aef2e1 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xa9b5225d tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa9b95b79 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa9c00c9b subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xa9d02779 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xa9e08ed3 vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9e909de spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa9f3e33e ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa2af2ac snd_soc_platform_read +EXPORT_SYMBOL_GPL vmlinux 0xaa444d76 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xaa44acff omap_tll_disable +EXPORT_SYMBOL_GPL vmlinux 0xaa4d3995 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL vmlinux 0xaa7e136a regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xaa8927c0 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xaa945095 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xaaa2b999 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaaccef9 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xaab45034 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xaab5617b irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xaabf0a1b register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xaadb2004 snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0xaaee034b devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xaaf1d148 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xaaf9216e sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xab158e0e device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab4e2167 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0xab587416 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab5bdcd3 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xab5dc518 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab6e8166 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xab7d658c snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0xab839322 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL vmlinux 0xab941eb1 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xab945a16 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xab9d29a9 gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0xaba7c0c0 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xabc500ea use_mm +EXPORT_SYMBOL_GPL vmlinux 0xabd734bf pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL vmlinux 0xabdb0017 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xabfa9326 vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0xac1ba7a0 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0xac385bd8 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xac3a1ff5 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0xac403b00 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xac446286 dapm_clock_event +EXPORT_SYMBOL_GPL vmlinux 0xac60143e __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xac7234ae sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xacb0ced5 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xacbb73c8 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0xacc499f9 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xacced379 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xacd10f55 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xad16666f omap_iommu_restore_ctx +EXPORT_SYMBOL_GPL vmlinux 0xad2cbc25 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xad2f34b3 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0xad37d338 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xad3da458 mtd_unlock +EXPORT_SYMBOL_GPL vmlinux 0xad43d86c usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xad56aa3b sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xad5a3a42 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xada53972 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xadbeb52c snd_soc_unregister_platform +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadcb52ab rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xadd3b4da inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xadd61f37 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xadde5bf2 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xadf1b669 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae16b00e dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xae2495a9 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xae507837 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae81dfa8 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xae8aa931 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xae9ac204 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xae9d473b crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xae9f9d59 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xaeac0bc6 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL vmlinux 0xaeac2c72 mtd_block_isbad +EXPORT_SYMBOL_GPL vmlinux 0xaeb96cfe regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xaee2bdf9 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xaef5b4d6 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xaeff0937 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xaeff3a83 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xaf0b8662 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xaf178484 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf6f25db usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xaf84ed7b crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xaf897a9e pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xafb5de99 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xafcbe4b5 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xafdca331 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xafe5a8c0 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xb007654f need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0xb028a509 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0xb02d3aad ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xb02eb783 usbnet_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xb0388abb regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xb039b30c of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0xb044b5c0 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xb048ae40 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL vmlinux 0xb050f329 init_rs +EXPORT_SYMBOL_GPL vmlinux 0xb05ab935 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xb05e852d sdhci_set_bus_width +EXPORT_SYMBOL_GPL vmlinux 0xb08639fb regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xb090bb1d crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xb091d990 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0bffe77 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xb0cf4d5c pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb1121137 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb15a53d6 sdhci_free_host +EXPORT_SYMBOL_GPL vmlinux 0xb16a0a50 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xb16e9cb7 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xb179788b inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb1a2c4d6 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bec322 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1d47b10 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1f68b33 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL vmlinux 0xb2149d65 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2317027 omap_dm_timer_set_pwm +EXPORT_SYMBOL_GPL vmlinux 0xb236059c scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xb2396894 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xb24a4cd0 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL vmlinux 0xb27fa92a driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb2c485a4 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb308ac7e ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xb31e2443 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL vmlinux 0xb371ab09 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xb39a94e1 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xb39ca601 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb3c3e380 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xb3c7d454 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xb3c9c950 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb3cf58d2 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xb3e95b5c snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL vmlinux 0xb3fbecc0 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xb4a281f6 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4cf0322 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb4df1b51 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xb4e5fc05 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb514b158 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb539c514 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0xb543b6eb pwm_config +EXPORT_SYMBOL_GPL vmlinux 0xb54d9677 snd_soc_register_codec +EXPORT_SYMBOL_GPL vmlinux 0xb55c3ae2 omap_dm_timer_set_load +EXPORT_SYMBOL_GPL vmlinux 0xb568e8ca sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xb572f4d4 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5918096 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5a9ab2e snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xb5c62280 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5efd4f9 thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6350ec9 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xb645b27b __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0xb6701eb6 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb6a6ec50 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6d8dd71 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0xb6e090a2 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0xb6f40b77 omap_dm_timer_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xb6f83c72 ahci_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xb712cd44 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb716f99b blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0xb742b8fb snd_soc_bytes_get +EXPORT_SYMBOL_GPL vmlinux 0xb771e6b7 bL_switch_request_cb +EXPORT_SYMBOL_GPL vmlinux 0xb773e06e snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0xb795866e inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xb7b08d98 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xb7b49922 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb7fc6aaf devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xb8106693 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb82566eb omap_tll_enable +EXPORT_SYMBOL_GPL vmlinux 0xb8346aeb percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb857622a led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xb878f9f5 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xb87b3e7f amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xb8834fbf usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xb884962f sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xb886b64f snd_soc_get_strobe +EXPORT_SYMBOL_GPL vmlinux 0xb88d2d91 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb8926555 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xb893e8a4 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xb8a8cd66 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xb8ae055e __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xb8bbd42f rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xb8c4d3b7 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xb8dd2d89 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xb8f7ab3a ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xb90068c2 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xb9011bd5 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xb9018dc3 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb905fccc fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb93e6186 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xb947d213 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xb9521c4c bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb95e3e85 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb97bbd74 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xb9847053 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xb9b26da1 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9e87b94 bL_switcher_trace_trigger +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba35ae55 omap_dm_timer_get_fclk +EXPORT_SYMBOL_GPL vmlinux 0xba4d8f82 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xba60e50d snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL vmlinux 0xba68a6ca regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xba849d56 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xbaa6c78a sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xbae9f3de wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb11cfba klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xbb14b206 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xbb1e3bdd bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0xbb530dde ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0xbb86e619 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xbb986f1e wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xbba5d99d __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xbbc28f42 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xbbc4a502 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbbcf3f44 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xbbd5f466 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbc09394e of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xbc1326af fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xbc1d15b1 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xbc3563dc vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xbc4aa2b7 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xbc94d76f clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcbaa80a __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0xbcbca289 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xbcbde663 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xbcbf96eb crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbccaa91a ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcd92b0a __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcf89ab6 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xbd45dd6c device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xbd4e5dd6 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xbd51474e regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd809972 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0xbd816713 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xbd821c34 usbnet_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xbd84d717 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xbdb42f8b usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xbdc10f9a perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xbdcd3c34 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdf43044 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xbdf512de free_bch +EXPORT_SYMBOL_GPL vmlinux 0xbdf9ad93 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xbe06f5b5 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0xbe0ade75 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe29a671 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xbe7d7ed8 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbecc2c7b pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf09c8b2 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xbf199a59 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xbf1b90e6 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xbf246b02 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xbf392896 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xbf394cfa blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xbf3b2a85 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xbfa66fc1 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xbfae3c71 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbcddf8 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbfc23e99 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL vmlinux 0xbfd80967 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc0023bf0 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xc01387c1 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc01d80b3 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xc01f56d9 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xc029f7c1 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xc03a654b memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0xc03b5426 of_fixed_factor_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xc058be5b usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xc081c246 bL_switcher_put_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc092dd48 arm_iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xc098af00 mtd_get_device_size +EXPORT_SYMBOL_GPL vmlinux 0xc0b9b6c8 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0f03db2 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xc0f56da2 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc0ff1813 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xc117a30f ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc1247b34 skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0xc1266341 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xc13373b3 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xc1391893 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xc13d4bc2 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xc14dfe4d ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xc154c0c2 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc196370a clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xc19fb394 netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0xc1d15bf0 mtd_unpoint +EXPORT_SYMBOL_GPL vmlinux 0xc1d99710 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0xc1ee720f __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xc1f21de4 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL vmlinux 0xc2015178 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0xc20fda96 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xc213df8f pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc221054c sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22bddee snd_soc_jack_new +EXPORT_SYMBOL_GPL vmlinux 0xc2417ba3 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0xc2469155 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xc27899a9 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2cf200a snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL vmlinux 0xc2e074aa gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xc307bfcc clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xc321c7b2 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc37f3f67 usbnet_get_link +EXPORT_SYMBOL_GPL vmlinux 0xc381fb64 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xc3825482 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xc385cb58 perf_num_counters +EXPORT_SYMBOL_GPL vmlinux 0xc391f9a6 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc39573e1 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xc3a012d2 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xc3a93e9f elv_register +EXPORT_SYMBOL_GPL vmlinux 0xc3b93bba klist_next +EXPORT_SYMBOL_GPL vmlinux 0xc3bb8e1a wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc400e41f genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc407cd01 blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xc41e0178 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xc420b0a5 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xc4240877 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc49c3030 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0xc4b7971f register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xc4b97ad5 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xc4eb320c ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xc4fc95f2 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xc5418460 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xc570aa55 __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xc570feb3 omap_uninstall_iommu_arch +EXPORT_SYMBOL_GPL vmlinux 0xc57347be omapdss_of_get_first_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc576d481 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xc585ffa2 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xc5930984 arm_iommu_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc5c40514 of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0xc5d37180 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc5dbbf48 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xc5e877b7 kvm_vcpu_init +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc63a365d regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xc63ee858 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0xc649229a clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc66c2f7f device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xc685ac36 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0xc68aa090 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6b2635f mtd_get_user_prot_info +EXPORT_SYMBOL_GPL vmlinux 0xc6b57630 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xc6bb9a24 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL vmlinux 0xc6cdb19c ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0xc6e89671 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xc70f9eca blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xc724a2cb bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc74b31c7 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xc76e4061 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0xc7989b2f blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c417e3 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7cffa67 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7df0a87 snd_soc_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7f7f202 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xc7fd4ecf debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xc81c398f replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL vmlinux 0xc83b0d22 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xc845c3bc platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xc84a43c0 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xc84a7470 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0xc84bf21b mtd_writev +EXPORT_SYMBOL_GPL vmlinux 0xc85c3fc5 get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc88373e6 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xc8a9c291 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8d816ee ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc8d95873 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8f7549e kvm_get_dirty_log +EXPORT_SYMBOL_GPL vmlinux 0xc8f84c28 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xc90f5f02 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9264f09 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0xc92a9902 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL vmlinux 0xc92f8682 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc945fd2a sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc957f47e bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc9808fac call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xc9be1c52 __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9dc9286 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca24c083 system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0xca3d9727 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xca40c7b6 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xca4e12e3 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xca775d75 mtd_block_markbad +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca90c959 snd_soc_write +EXPORT_SYMBOL_GPL vmlinux 0xcab265bb gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcb10cffd anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb2a98a6 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xcb451194 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb494824 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcb5436b9 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xcb702457 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xcb7a540c ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xcb7b01f0 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0xcbedaba9 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc025221 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xcc17766a rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xcc1e080d led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc2c8ce2 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xcc474231 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xcc49a1aa usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcc89f298 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xccb57955 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xccbfe1a2 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xccc50830 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0xccc557bb srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcccdfda9 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xccce72cd pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccfc8bf2 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xcd1fc844 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd92fdb6 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0xcda45b6e edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0xcdaf32e8 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xcdb86058 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd384ee usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL vmlinux 0xcde0f76f queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xcdfe6189 snd_soc_dapm_free +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce3b1005 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce5dd28c kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce79e31e snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0xce7a292c posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xceed2053 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xcf0241b9 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf5d61bd sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xcf6792df devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xcfa5f89d xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfb5eca4 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xcfbdbf35 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfece3c3 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd06e85e1 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xd07c05da ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xd08ef422 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xd0936027 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xd094f8cc usbnet_stop +EXPORT_SYMBOL_GPL vmlinux 0xd0a41df2 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0e1a150 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xd1047c07 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0xd12fd7c2 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xd1418981 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xd143e46d __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd181709f ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xd1822f0b cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd1b966d9 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xd1c509d1 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xd1cdb2f2 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0xd1d2bf14 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0xd1e2bc94 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd1e3a4c1 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd1f0a011 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd24ce9bc ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xd250bb9c kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0xd259ebe3 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd279b25b ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xd2a3dd32 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xd2a7a511 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2bb7427 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd2fc22cf ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0xd308350a bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0xd3203a5e wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd32328ce snd_soc_read +EXPORT_SYMBOL_GPL vmlinux 0xd32fb8ac fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd33d08b3 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd3413e4c phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xd3b4a7f5 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xd3b8be97 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xd3da2c5d mtd_is_partition +EXPORT_SYMBOL_GPL vmlinux 0xd3e08923 relay_close +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41a02f4 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd4308cc8 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd43e0509 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44c2f38 cci_disable_port_by_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd4592818 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xd45eb980 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd4859ab2 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd48bd343 snd_compress_register +EXPORT_SYMBOL_GPL vmlinux 0xd4a79c45 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xd4a9ca06 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xd4beb1cc ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4e0f619 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xd4e37ad2 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd5119933 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xd53da4e3 omap_dm_timers_active +EXPORT_SYMBOL_GPL vmlinux 0xd54c9dd8 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5612c91 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd56c34bc dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0xd573c90d mtd_del_partition +EXPORT_SYMBOL_GPL vmlinux 0xd58322e5 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd589f3a9 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL vmlinux 0xd5a8e733 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5fb530e platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xd602d998 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xd655f6a8 __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xd65b43ca __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xd6666bb1 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd68d4705 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xd68d922c wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xd6b2ff20 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xd6ba85c3 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd6c76432 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd6e66b9f wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd6eb8c76 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xd7000e2c clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd70cad89 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xd717d149 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xd7300a4c snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL vmlinux 0xd74fee1d pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xd7526c26 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd788742d perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0xd7b2b428 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7f7ca17 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xd7fe65a8 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd81ffcd3 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd829c7b4 snd_soc_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd87074f7 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0xd872220e pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd89963b6 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0xd8a26b48 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xd8d394ee tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xd8f8b8f3 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL vmlinux 0xd90173a7 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xd9176f9c subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd946b655 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xd94aa457 display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0xd94cb82d driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xd9570b8a samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL vmlinux 0xd9577c66 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xd959ec07 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd96c7441 i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xd9ac85e2 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xd9ad9e3d gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xd9b295ff ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xd9e69993 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda186995 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xda3e92b8 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda56ad97 kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xda81810c find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xda938345 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xdadcfe20 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xdae715e0 videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdaf6bc1d irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xdb2f3874 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb5492da gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xdb57b79e of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xdb58f538 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xdb59a225 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xdb62b437 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0xdb690811 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xdb7ac360 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdbf1d2e3 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xdbf65bce blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfef00b usb_gadget_map_request +EXPORT_SYMBOL_GPL vmlinux 0xdc1ae253 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xdc2bd5bf pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xdc2d91da tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xdc2eb115 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xdc3795ee snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0xdc461374 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xdc461430 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xdc470cec sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xdc66ff90 bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc89f55d usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xdc8f7b3c crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xdc9314f6 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcd3a3df pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xdcd6873d inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xdd06333b ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0xdd0f8330 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd286d98 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xdd296aa1 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd33b8e4 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xdd3667a0 mtd_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd3e74bf usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xdd63a2fe led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xdd7fe6a9 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd81d032 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc934bc pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddd5f164 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0xddf55c05 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xde008d9c extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xde0b3102 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xde1a1ab1 omap_dm_timer_write_status +EXPORT_SYMBOL_GPL vmlinux 0xde2a200b devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xde2c5a6e alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0xde33f5ef mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xde6219b1 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xde6c2465 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xde7682b6 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xdeb4c336 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xded4c29a sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xdedb9a5d __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xdeed207d kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0xdef89024 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xdefb30e6 sdhci_add_host +EXPORT_SYMBOL_GPL vmlinux 0xdf0e6992 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf17986a crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdf3ed5ae get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xdf5fb10a pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0xdf677228 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdf7ecd67 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xdf8a1249 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xdfa6be2a usbnet_resume +EXPORT_SYMBOL_GPL vmlinux 0xdfb7f3a5 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0xdfb90678 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xdff2f116 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe02c1fef find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe040f8ff usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xe057dd62 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL vmlinux 0xe057fb8c tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe06e4157 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe07ca631 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xe07ca9bc ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe07e508a crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xe0a1bd6e i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe0a25228 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xe0b1ff82 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xe0be30f4 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL vmlinux 0xe0e920ef usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL vmlinux 0xe0ebea9c __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xe10aae5f ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xe159ad79 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xe16591ab stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe18dbc4e nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xe1aa1979 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xe1b326f8 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe1cd688d skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xe1eca332 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xe2163083 tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xe23927e8 musb_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe23f09c0 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0xe257e5ae crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xe26825df list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xe296b76c crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xe2a02114 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe2a1273e class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xe2b16c03 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe319c2df irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xe362ab0d __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xe36452b7 __clk_register +EXPORT_SYMBOL_GPL vmlinux 0xe36ff795 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL vmlinux 0xe374bdcb devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3a54036 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xe3a760a0 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xe3d95a0f exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xe3f1d4ab fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xe40646ee of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0xe410d584 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xe42e1f70 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xe430515c usbnet_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe433f043 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xe4461cdf usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xe44bf27b inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xe47e63f0 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe498af25 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4cb7264 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xe4d0eb66 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xe4e11b77 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0xe539f6d8 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xe57d637c con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5ae8846 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0xe5b06b36 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xe5cfe8af kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xe5e12644 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xe5e4c1d9 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xe5f5b74a pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xe63287ea scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe65a5cdd usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xe6737dc0 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xe680527b ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xe693a404 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xe6a6ba25 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6ca9867 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6ffa300 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xe7037e5c device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe718a92b ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xe7367d6a tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xe737fc91 nand_release +EXPORT_SYMBOL_GPL vmlinux 0xe764488a alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe7918a98 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0xe7997755 arm_iommu_release_mapping +EXPORT_SYMBOL_GPL vmlinux 0xe7fada41 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe831628e pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xe83afce5 pinctrl_force_default +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 0xe86fb020 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xe8825012 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xe8872302 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xe8ab6ec2 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xe8b41a09 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xe8bf82d1 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xe8d801ce kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0xe8de54aa fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xe8e92d5f pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xe8eea6e0 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xe8ff623f shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xe90df256 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0xe93176dd ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xe9343ffc regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xe93a1919 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe956186a pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe97aedb7 gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0xe97c209f snd_soc_cache_sync +EXPORT_SYMBOL_GPL vmlinux 0xe98a93fe rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe98b6eee iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xe997a768 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xe99d4d69 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe9a32300 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xe9a3be5e wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe9b514a6 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xe9c62c54 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9f208ce netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xe9f32747 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL vmlinux 0xea116d86 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1799e9 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xea1bb291 bL_switcher_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xea263e4f crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xea2829f7 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xea3322b7 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea43355b gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea5787b6 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xea64a70e crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xea7bc392 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xea7d0d3b of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xea8e5e04 sdhci_get_of_property +EXPORT_SYMBOL_GPL vmlinux 0xea9f76cb vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xeab3ecae omap_iopgtable_store_entry +EXPORT_SYMBOL_GPL vmlinux 0xead2b9cf sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xeadf6ee3 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xeaf41f63 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0xeafdff2e omap_dm_timer_free +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb3ef01d arm_pm_restart +EXPORT_SYMBOL_GPL vmlinux 0xeb42a438 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xeb6093af br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xeb60d844 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL vmlinux 0xeb8a84ab trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xeb9befe6 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL vmlinux 0xebc8b252 phy_put +EXPORT_SYMBOL_GPL vmlinux 0xebd4208a gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xebd6d520 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0xebe15c7f md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec68cf85 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xec7c4234 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xecc06e4a usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xecfd8761 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xed06b916 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xed376e9e spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xed4be4f4 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xed606d9a ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xeddb0116 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee125382 snd_soc_jack_report +EXPORT_SYMBOL_GPL vmlinux 0xee18a525 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xee4f3181 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee7f61f1 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xee8645c8 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xeeacb75e device_add +EXPORT_SYMBOL_GPL vmlinux 0xef02e95c driver_register +EXPORT_SYMBOL_GPL vmlinux 0xef09b487 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL vmlinux 0xef0f0a92 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xef3ef93b snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef51dda4 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xef66075c usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xef9b8562 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefab0cea xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0xefab3225 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xefafa12a pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0xefb4a73e register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xefc6db0d crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xefd1256a regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xefd77b62 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0xefea9a22 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xefeb4636 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xefeecbec get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xeffb1ecd pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0xf00d58f7 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf033f1ac usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xf0603654 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xf09a7a92 deregister_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0xf09ae830 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xf0ab7ef6 usb_del_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0xf0b6b0ed cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0xf0c02b38 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xf0d98b2c dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xf0efac01 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf11b1a0b kill_mtd_super +EXPORT_SYMBOL_GPL vmlinux 0xf1239c09 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xf12caf22 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0xf161f736 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xf1720d32 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1c78c19 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xf1c84071 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL vmlinux 0xf1e2fe2f pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xf1e86a8f ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xf1fa69c0 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xf20f4df9 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xf215ecc0 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf22804cc anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xf23056a6 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xf24ef7c4 dapm_mark_io_dirty +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf27b95c4 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xf28a4c43 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xf2a4d1fe fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xf2bc9adc sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0xf2c863bd clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0xf2d1f0a8 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL vmlinux 0xf2e85508 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xf2e99117 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2f5c2ba bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0xf2fc7f6e __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30944d7 vtime_common_account_irq_enter +EXPORT_SYMBOL_GPL vmlinux 0xf3094c03 bgpio_remove +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31bced4 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf34b3026 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0xf36104cc elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf37720c5 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf38706fd regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xf39bdea2 mtd_lock +EXPORT_SYMBOL_GPL vmlinux 0xf39f74c7 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b9d116 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xf3bc347c __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xf3c28137 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xf40cc5bb kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xf4296f47 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xf449e523 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xf4552746 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xf45909f4 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0xf45a98bb usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xf45d6518 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xf467ec23 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xf47767e8 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xf47eef9e i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf49c9a83 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xf4af4817 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xf4b1c01d phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf4be4f98 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf4dc9474 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xf4e072bb ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf538e434 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf58c4bcb dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bca0cc regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf5cd3a30 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xf5dd5753 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0xf5e97164 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf5f273a7 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xf5f9f828 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xf60bbd7f tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf61bb622 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xf63cd283 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0xf6ab0561 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf6bb1161 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xf6e677e8 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xf6e83841 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf711ab16 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xf7145273 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xf727e60e ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0xf72f3bf1 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf740498b cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xf74057cf page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0xf74235ba devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xf76b0a59 read_current_timer +EXPORT_SYMBOL_GPL vmlinux 0xf772639c bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xf78fb4bf blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xf7a2ce92 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xf7b05220 clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xf7d270d0 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xf7deefde max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xf7f4cef3 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf81bcdd2 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xf81e6468 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf8277762 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf8358ba7 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xf83ff4c4 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0xf846506f irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf86b89c4 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0xf86ef581 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xf871f618 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf88e304f unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xf8ae188a usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xf8b5bc19 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xf8e2f576 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf90bca7c dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xf924cdc3 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xf9250593 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf933db15 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xf93e0d86 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xf94c60c6 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xf94e65f8 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a7b4d3 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf9b22768 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xf9b28054 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d3e762 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL vmlinux 0xf9e45dc0 of_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xf9fb98c0 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa707110 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xfa8771d9 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfa8d6653 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xfa8da162 usbnet_resume_rx +EXPORT_SYMBOL_GPL vmlinux 0xfa8f7698 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xfa93091a crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xfa9726da crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xfaabda9f ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xfab10df4 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xfad130f3 swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0xfad5cb17 omap_install_iommu_arch +EXPORT_SYMBOL_GPL vmlinux 0xfaf0d656 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xfaf88817 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xfb230f95 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3b898e ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb764fa5 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xfb94005d device_del +EXPORT_SYMBOL_GPL vmlinux 0xfb94f014 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xfb97c0a2 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xfbade667 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc201c9 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0xfbcdd4e7 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xfbe9a758 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xfbec955e unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xfbf6d5a7 omap_dm_timer_set_match +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc1d20a3 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xfc1e9966 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0xfc1eea91 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xfc2661b6 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xfc42b4cb fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xfc5ba5de usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xfc67aa34 md_run +EXPORT_SYMBOL_GPL vmlinux 0xfc71555c regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xfc806d49 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xfc9976cb snd_soc_jack_get_type +EXPORT_SYMBOL_GPL vmlinux 0xfc9b5440 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xfcc360b1 __module_address +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcdb4034 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0xfceb184b ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xfcfc6e3c __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xfd313052 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xfd41c7ce btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xfd463b35 usbnet_get_msglevel +EXPORT_SYMBOL_GPL vmlinux 0xfd49b46a ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xfd623ec6 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0xfd974856 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xfdc2edb9 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0xfdc8a28d swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xfdcb537a ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xfdf72b17 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xfe2c218e kvm_vcpu_cache +EXPORT_SYMBOL_GPL vmlinux 0xfe4f19bb shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xfe75af9b vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xfe792c66 mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xfe89b79f pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfea26baf dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0xfeb65bde xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xfeceab9f pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xfecfccbe sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed6a6fc ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfeddda67 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xfef21b2a sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff066d69 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xff32fa4d ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xff3c7d6f inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff5cda7c wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xff69e4e4 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xff757d0f usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xff86f13e regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xff9c6ac7 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xffa598e4 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0xffb0b4f4 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xffb2ca15 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0xffd4d9a9 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0xfff2d6f4 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xfffa7081 tpm_do_selftest --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/armhf/generic-lpae.compiler +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/armhf/generic-lpae.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu/Linaro 4.9.1-16ubuntu6) 4.9.1 --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/armhf/generic-lpae.modules +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/armhf/generic-lpae.modules @@ -0,0 +1,3919 @@ +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ablk_helper +ac97_bus +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7180 +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aes-arm +aes-arm-bs +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +afs +ah4 +ah6 +ahci +ahci_mvebu +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +ak8975 +algif_hash +algif_skcipher +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +am35x +ambakmi +amba-pl010 +amc6821 +amd +amd5536udc +amd8111e +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +armada +arm_big_little +arm_big_little_dt +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796 +axp20x-regulator +b1 +b1dma +b1pci +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bL_switcher_dummy_if +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpck6 +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btnokia_h4p +btrfs +btsdio +bttv +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bw-qcam +bypass +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +clk-max77686 +clk-qcom +clk-s2mps11 +clk-si5351 +clk-si570 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmtp +cnic +cobra +coda +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +configfs +connector-analog-tv +connector-dvi +contec_pci_dio +cordic +core +cp210x +cpia2 +cppi41 +cpu-notifier-error-inject +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs89x0 +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_isa +das08_pci +das16m1 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +ddbridge +de2104x +decnet +deflate +defxx +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9000 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dme1737 +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt3000 +dt3155v4l +dt9812 +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-exynos +dwc3-omap +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_mmc +dw_mmc-exynos +dw_mmc-k3 +dw_mmc-pci +dw_mmc-pltfm +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edac_core +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +ehci-msm +ehci-omap +ehset +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +emif +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +encoder-tfp410 +eni +enic +epat +epia +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +exynos_adc +exynosdrm +exynos-gsc +exynos-rng +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fealnx +ff-memless +fid +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fl512 +fld +flexcan +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fsl-edma +fsl_lpuart +ft1000 +ftdi-elan +ftdi_sio +ftgmac100 +ftl +ftmac100 +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +gcc-msm8660 +gcc-msm8960 +gcc-msm8974 +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +generic +generic-adc-battery +generic_bl +genet +gen_probe +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_multi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-msm-v2 +gpio-pca953x +gpio-pcf857x +gpio-rcar +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +g_zero +hamachi +hampshire +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +highbank-cpufreq +highbank_l2_edac +highbank_mc_edac +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hix5hd2_gmac +hmc5843 +hmc6352 +hopper +hostap +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hwa-hc +hwa-rc +hwmon-vid +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-exynos5 +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-platform +i2c-piix4 +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tiny-usb +i2c-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-xiic +i2o_block +i2o_bus +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ib_mthca +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icplus +icp_multi +ics932s401 +idmouse +idt77252 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +impa7 +ims-pcu +imx074 +imxdrm +imx-hdmi +imx-ipu-v3 +imx-ipuv3-crtc +imx-ldb +imx_thermal +imx-tve +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +it87 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k3dma +kafs +kalmia +kaweth +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr2_nvm +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mailbox_omap2 +mantis +mantis_core +map_absent +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max63xx_wdt +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +mf6x4 +mfd +mga +mgc +mg_disk +michael_mic +micrel +microread +microread_i2c +microtek +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmcc-msm8960 +mmcc-msm8974 +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msm +msm-rng +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +mv643xx_eth +mv88e6060 +mv88e6xxx_drv +mv_cesa +mvmdio +mvneta +mvsas +mvsdio +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +nct6683 +nct6775 +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_labpc +ni_labpc_pci +nilfs2 +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsp32 +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvidiafb +nvme +nvram +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_xilinx_wdt +old_belkin-sir +omap +omap2430 +omap4-keypad +omap-aes +omap-des +omapfb +omap_hdq +omap-mailbox +omap-ocp2scp +omap-rng +omap-sham +omap_wdt +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +orion_nand +orion_wdt +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +panel-dpi +panel-dsi-cm +panel-ld9040 +panel-lgphilips-lb035q02 +panel-nec-nl8048hl11 +panel-s6e8aa0 +panel-sharp-ls037v7dw01 +panel-simple +panel-sony-acx565akm +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +parallel-display +paride +parkbd +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 +pbias-regulator +pc300too +pc87360 +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcm3724 +pcmad +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +peak_pci +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-am335x +phy-am335x-control +phy-bcm-kona-usb2 +phy-gpio-vbus-usb +phy-isp1301 +phy-msm-usb +phy-omap-control +phy-omap-usb2 +phy-rcar-gen2-usb +physmap +physmap_of +phy-tahvo +phy-ti-pipe3 +phy-twl4030-usb +phy-twl6030-usb +pinctrl-apq8064 +pinctrl-ipq8064 +pinctrl-msm8x74 +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +pl330 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pm8921-core +pm8xxx-vibrator +pmbus +pmbus_core +pmc551 +pmcraid +pmic8xxx-keypad +pmic8xxx-pwrkey +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptlrpc +ptn3460 +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-lp3943 +pwm-pca9685 +pwm-renesas-tpu +pwm-samsung +pwm-twl +pwm-twl-led +pxa27x_udc +pxa3xx_nand +qcaux +qcom_bam_dma +qcom_gsbi +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +raw +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar-audmapp +rcar_can +rcar-du-drm +rcar-hpbdma +rcar_thermal +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-pm8xxx +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3c2410_wdt +s3c-fb +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s5p-g2d +s5p-hdmi +s5p-hdmiphy +s5p-jpeg +s5p-mfc +s5p-mixer +s5p-sdo +s5p-sii9234 +s5p-sss +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7706h +safe_serial +salsa20_generic +samsung-keypad +samsung-sxgbe +sata_highbank +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 +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci-dove +sdhci-msm +sdhci-of-arasan +sdhci-pci +sdhci-pxav2 +sdhci-pxav3 +sdhci-s3c +sdio_uart +sdr-msi3101 +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sha1-arm +shark2 +shdma +sh_eth +sh_flctl +sh_irda +sh_keysc +sh_mmcif +shmob-drm +sh_mobile_ceu_camera +sh_mobile_csi2 +sh_mobile_hdmi +sh_mobile_lcdcfb +sh_mobile_meram +sh_mobile_sdhi +sh-sci +sht15 +sht21 +shtc1 +sh_veu +sh_vou +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811-hcd +slcan +slip +slram +sm501fb +smb347-charger +smc911x +smc91x +sm_common +sm_ftl +smm665 +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd-aaci +snd-ac97-codec +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-oxygen +snd-oxygen-lib +snd-pcxhr +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-armada-370-db +snd-soc-atmel-pcm +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l51 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsi +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-i2s +snd-soc-idma +snd-soc-imx-audmux +snd-soc-kirkwood +snd-soc-max98090 +snd-soc-max98095 +snd-soc-omap-hdmi +snd-soc-omap-hdmi-card +snd-soc-pcm +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-rcar +snd-soc-s3c-dma +snd-soc-samsung-spdif +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-smdk-spdif +snd-soc-smdk-wm8994 +snd-soc-smdk-wm8994pcm +snd-soc-snow +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-soc-wm8994 +snd-soc-wm-hubs +snd-sonicvibes +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +sp805_wdt +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spi-cadence +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-orion +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qup +spi-rspi +spi-s3c64xx +spi-sc18is602 +spi-sh-hspi +spi-sh-msiof +spi-ti-qspi +spi-tle62x0 +spi-xcomm +spmi +spmi-pmic-arb +squashfs +sr9700 +sr9800 +ssb +ssbi +ssd1307fb +ssfdc +sst25l +sstfb +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +st-asc +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sudmac +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink_gt +synclinkmp +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +test_bpf +test-kprobes +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +ti_hecc +tilcdc +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti-soc-thermal +ti_usb_3410_5052 +ti-vpe +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmiofb +tmio_mmc +tmio_mmc_core +tmio_nand +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vexpress +vexpress-spc-cpufreq +vf610_adc +vfio +vfio-pci +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videodev +viperboard +viperboard_adc +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_pio2 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vringh +vsock +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wcn36xx +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xor +xor-neon +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yurex +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/armhf/generic.compiler +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/armhf/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu/Linaro 4.9.1-16ubuntu6) 4.9.1 --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/armhf/generic.modules +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/armhf/generic.modules @@ -0,0 +1,4013 @@ +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ablk_helper +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7180 +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aes-arm +aes-arm-bs +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +afs +ah4 +ah6 +ahci +ahci_mvebu +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +ak8975 +algif_hash +algif_skcipher +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +am35x +ambakmi +amba-pl010 +amc6821 +amd +amd5536udc +amd8111e +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +armada +arm_big_little +arm_big_little_dt +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796 +axp20x-regulator +b1 +b1dma +b1pci +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bL_switcher_dummy_if +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpck6 +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btnokia_h4p +btrfs +btsdio +bttv +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bw-qcam +bypass +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +clk-max77686 +clk-qcom +clk-s2mps11 +clk-si5351 +clk-si570 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmtp +cnic +cobra +coda +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +configfs +connector-analog-tv +connector-dvi +contec_pci_dio +cordic +core +cp210x +cpia2 +cppi41 +cpu-notifier-error-inject +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs89x0 +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da8xx-fb +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_isa +das08_pci +das16m1 +das6402 +das800 +davicom +davinci_emac +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +ddbridge +de2104x +decnet +deflate +defxx +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm644x_ccdc +dm9000 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dme1737 +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt3000 +dt3155v4l +dt9812 +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-exynos +dwc3-omap +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_mmc +dw_mmc-exynos +dw_mmc-k3 +dw_mmc-pci +dw_mmc-pltfm +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edac_core +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +ehci-msm +ehci-mxc +ehci-omap +ehci-tegra +ehset +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +emif +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +encoder-tfp410 +eni +enic +epat +epia +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +exynos_adc +exynosdrm +exynos-gsc +exynos-rng +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fealnx +ff-memless +fid +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fl512 +fld +flexcan +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fsl-edma +fsl_lpuart +fsl-mph-dr-of +fsl-quadspi +fsl_usb2_udc +ft1000 +ftdi-elan +ftdi_sio +ftgmac100 +ftl +ftmac100 +fujitsu_ts +fusb300_udc +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +gcc-msm8660 +gcc-msm8960 +gcc-msm8974 +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +generic +generic-adc-battery +generic_bl +genet +gen_probe +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_multi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-msm-v2 +gpio-pca953x +gpio-pcf857x +gpio-rcar +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +gpmi_nand +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +g_zero +hamachi +hampshire +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hifn_795x +highbank-cpufreq +highbank_l2_edac +highbank_mc_edac +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hix5hd2_gmac +hmc5843 +hmc6352 +hopper +host1x +hostap +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hwa-hc +hwa-rc +hwmon-vid +hwspinlock_core +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-exynos5 +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-platform +i2c-piix4 +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tegra +i2c-tiny-usb +i2c-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-xiic +i2o_block +i2o_bus +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ib_mthca +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icplus +icp_multi +ics932s401 +idmouse +idt77252 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +impa7 +ims-pcu +imx074 +imx21-hcd +imx2_wdt +imx6q-cpufreq +imx-dma +imxdrm +imxfb +imx-hdmi +imx-ipu-v3 +imx-ipuv3-crtc +imx_keypad +imx-ldb +imx-sdma +imx_thermal +imx-tve +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +it87 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k3dma +kafs +kalmia +kaweth +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr2_nvm +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mailbox_omap2 +mantis +mantis_core +map_absent +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max63xx_wdt +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +mf6x4 +mfd +mga +mgc +mg_disk +michael_mic +micrel +microread +microread_i2c +microtek +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmcc-msm8960 +mmcc-msm8974 +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msm +msm-rng +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +mv643xx_eth +mv88e6060 +mv88e6xxx_drv +mv_cesa +mvmdio +mvneta +mvsas +mvsdio +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mx3_camera +mxb +mxcmmc +mxc_nand +mxc_w1 +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +nct6683 +nct6775 +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_labpc +ni_labpc_pci +nilfs2 +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nokia-modem +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsp32 +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvram +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_xilinx_wdt +ohci-omap3 +old_belkin-sir +omap +omap2 +omap2430 +omap3-isp +omap3-rom-rng +omap4-keypad +omap-aes +omap-des +omapfb +omap_hdq +omap_hwspinlock +omap-mailbox +omap-ocp2scp +omap_remoteproc +omap-rng +omap-sham +omap_ssi +omap_ssi_port +omap-vout +omap_wdt +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +orion_nand +orion_wdt +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +panel-dpi +panel-dsi-cm +panel-ld9040 +panel-lgphilips-lb035q02 +panel-nec-nl8048hl11 +panel-s6e8aa0 +panel-sharp-ls037v7dw01 +panel-simple +panel-sony-acx565akm +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +parallel-display +paride +parkbd +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_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 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcm3724 +pcmad +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +peak_pci +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-am335x +phy-am335x-control +phy-bcm-kona-usb2 +phy-gpio-vbus-usb +phy-isp1301 +phy-msm-usb +phy-omap-control +phy-omap-usb2 +phy-rcar-gen2-usb +physmap +physmap_of +phy-tahvo +phy-tegra-usb +phy-ti-pipe3 +phy-twl4030-usb +phy-twl6030-usb +pinctrl-apq8064 +pinctrl-ipq8064 +pinctrl-msm8x74 +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +pl330 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pm8921-core +pm8xxx-vibrator +pmbus +pmbus_core +pmc551 +pmcraid +pmic8xxx-keypad +pmic8xxx-pwrkey +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptlrpc +ptn3460 +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-imx +pwm-lp3943 +pwm-pca9685 +pwm-renesas-tpu +pwm-samsung +pwm-tegra +pwm-tiecap +pwm-tiehrpwm +pwm-twl +pwm-twl-led +pxa27x_udc +pxa3xx_nand +qcaux +qcom_bam_dma +qcom_gsbi +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +raw +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar-audmapp +rcar_can +rcar-du-drm +rcar-hpbdma +rcar_thermal +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-hid-sensor-time +rtc-hym8563 +rtc-imxdi +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-mxc +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-pm8xxx +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tegra +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3c2410_wdt +s3c-fb +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s5p-g2d +s5p-hdmi +s5p-hdmiphy +s5p-jpeg +s5p-mfc +s5p-mixer +s5p-sdo +s5p-sii9234 +s5p-sss +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7706h +safe_serial +sahara +salsa20_generic +samsung-keypad +samsung-sxgbe +sata_highbank +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 +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci-dove +sdhci-msm +sdhci-of-arasan +sdhci-pci +sdhci-pxav2 +sdhci-pxav3 +sdhci-s3c +sdhci-tegra +sdio_uart +sdr-msi3101 +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial-tegra +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sha1-arm +shark2 +shdma +sh_eth +sh_flctl +sh_irda +sh_keysc +sh_mmcif +shmob-drm +sh_mobile_ceu_camera +sh_mobile_csi2 +sh_mobile_hdmi +sh_mobile_lcdcfb +sh_mobile_meram +sh_mobile_sdhi +sh-sci +sht15 +sht21 +shtc1 +sh_veu +sh_vou +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811-hcd +slcan +slip +slram +sm501fb +smb347-charger +smc911x +smc91x +sm_common +sm_ftl +smm665 +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd-aaci +snd-ac97-codec +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +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-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-oxygen +snd-oxygen-lib +snd-pcxhr +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-armada-370-db +snd-soc-atmel-pcm +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l51 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-davinci +snd-soc-davinci-mcasp +snd-soc-dmic +snd-soc-eukrea-tlv320 +snd-soc-evm +snd-soc-fsi +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-utils +snd-soc-i2s +snd-soc-idma +snd-soc-imx-mc13783 +snd-soc-imx-spdif +snd-soc-imx-ssi +snd-soc-imx-wm8962 +snd-soc-kirkwood +snd-soc-max98090 +snd-soc-max98095 +snd-soc-mc13783 +snd-soc-omap3pandora +snd-soc-omap-abe-twl6040 +snd-soc-omap-dmic +snd-soc-omap-hdmi +snd-soc-omap-hdmi-card +snd-soc-omap-mcpdm +snd-soc-pcm +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-rcar +snd-soc-rl6231 +snd-soc-rt5640 +snd-soc-s3c-dma +snd-soc-samsung-spdif +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-smdk-spdif +snd-soc-smdk-wm8994 +snd-soc-smdk-wm8994pcm +snd-soc-snow +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-tegra-alc5632 +snd-soc-tegra-max98090 +snd-soc-tegra-pcm +snd-soc-tegra-rt5640 +snd-soc-tegra-trimslice +snd-soc-tegra-utils +snd-soc-tegra-wm8753 +snd-soc-tegra-wm8903 +snd-soc-tegra-wm9712 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-twl6040 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wm-hubs +snd-sonicvibes +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +sp805_wdt +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spi-cadence +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-fsl-dspi +spi-gpio +spi-imx +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-orion +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qup +spi-rspi +spi-s3c64xx +spi-sc18is602 +spi-sh-hspi +spi-sh-msiof +spi-tegra114 +spi-tegra20-sflash +spi-tegra20-slink +spi-ti-qspi +spi-tle62x0 +spi-xcomm +spmi +spmi-pmic-arb +squashfs +sr9700 +sr9800 +ssb +ssbi +ssd1307fb +ssfdc +ssi_protocol +sst25l +sstfb +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +st-asc +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sudmac +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink_gt +synclinkmp +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tegra-drm +tegra-kbc +tegra_wdt +tehuti +tekram-sir +test_bpf +test-kprobes +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +ti_hecc +tilcdc +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti-soc-thermal +ti_usb_3410_5052 +ti-vpe +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmiofb +tmio_mmc +tmio_mmc_core +tmio_nand +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vexpress +vexpress-spc-cpufreq +vf610_adc +vfio +vfio-pci +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videodev +viperboard +viperboard_adc +virtio-rng +virtio_rpmsg_bus +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_pio2 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vpfe_capture +vpss +vringh +vsock +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wcn36xx +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xor +xor-neon +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yurex +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/fwinfo +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/fwinfo @@ -0,0 +1,799 @@ +firmware: 3826.arm +firmware: 3com/typhoon.bin +firmware: 6fire/dmx6fireap.ihx +firmware: 6fire/dmx6firecf.bin +firmware: 6fire/dmx6firel2.ihx +firmware: a300_pfp.fw +firmware: a300_pm4.fw +firmware: a330_pfp.fw +firmware: a330_pm4.fw +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: 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/QCA988X/hw2.0/board.bin +firmware: ath10k/QCA988X/hw2.0/firmware-2.bin +firmware: ath3k-1.fw +firmware: ath6k/AR6003/hw2.0/athwlan.bin.z77 +firmware: ath6k/AR6003/hw2.0/bdata.bin +firmware: ath6k/AR6003/hw2.0/bdata.SD31.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.bin +firmware: ath6k/AR6003/hw2.1.1/bdata.SD31.bin +firmware: ath6k/AR6003/hw2.1.1/data.patch.bin +firmware: ath6k/AR6003/hw2.1.1/otp.bin +firmware: ath6k/AR6004/hw1.0/bdata.bin +firmware: ath6k/AR6004/hw1.0/bdata.DB132.bin +firmware: ath6k/AR6004/hw1.0/fw.ram.bin +firmware: ath6k/AR6004/hw1.1/bdata.bin +firmware: ath6k/AR6004/hw1.1/bdata.DB132.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: atmel_at76c502_3com.bin +firmware: atmel_at76c502_3com-wpa.bin +firmware: atmel_at76c502.bin +firmware: atmel_at76c502d.bin +firmware: atmel_at76c502d-wpa.bin +firmware: atmel_at76c502e.bin +firmware: atmel_at76c502e-wpa.bin +firmware: atmel_at76c502-wpa.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_2958.bin +firmware: atmel_at76c504_2958-wpa.bin +firmware: atmel_at76c504a_2958.bin +firmware: atmel_at76c504a_2958-wpa.bin +firmware: atmel_at76c504.bin +firmware: atmel_at76c504-wpa.bin +firmware: atmel_at76c505amx-rfmd.bin +firmware: atmel_at76c505a-rfmd2958.bin +firmware: atmel_at76c505-rfmd2958.bin +firmware: atmel_at76c505-rfmd.bin +firmware: atmel_at76c506.bin +firmware: atmel_at76c506-wpa.bin +firmware: atmsar11.fw +firmware: atsc_denver.inp +firmware: av7110/bootcode.bin +firmware: b43legacy/ucode2.fw +firmware: b43legacy/ucode4.fw +firmware: b43/ucode11.fw +firmware: b43/ucode13.fw +firmware: b43/ucode14.fw +firmware: b43/ucode15.fw +firmware: b43/ucode16_mimo.fw +firmware: b43/ucode5.fw +firmware: b43/ucode9.fw +firmware: bc4fw.bin +firmware: BCM2033-FW.bin +firmware: BCM2033-MD.hex +firmware: bcmfw.bin +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.8.19.0.fw +firmware: bnx2x/bnx2x-e1h-7.8.19.0.fw +firmware: bnx2x/bnx2x-e2-7.8.19.0.fw +firmware: brcm/bcm43xx-0.fw +firmware: brcm/bcm43xx_hdr-0.fw +firmware: brcm/brcmfmac43143.bin +firmware: brcm/brcmfmac43143-sdio.bin +firmware: brcm/brcmfmac43143-sdio.txt +firmware: brcm/brcmfmac43236b.bin +firmware: brcm/brcmfmac43241b0-sdio.bin +firmware: brcm/brcmfmac43241b0-sdio.txt +firmware: brcm/brcmfmac43241b4-sdio.bin +firmware: brcm/brcmfmac43241b4-sdio.txt +firmware: brcm/brcmfmac43242a.bin +firmware: brcm/brcmfmac4329-sdio.bin +firmware: brcm/brcmfmac4329-sdio.txt +firmware: brcm/brcmfmac4330-sdio.bin +firmware: brcm/brcmfmac4330-sdio.txt +firmware: brcm/brcmfmac4334-sdio.bin +firmware: brcm/brcmfmac4334-sdio.txt +firmware: brcm/brcmfmac4335-sdio.bin +firmware: brcm/brcmfmac4335-sdio.txt +firmware: brcm/brcmfmac43362-sdio.bin +firmware: brcm/brcmfmac43362-sdio.txt +firmware: brcm/brcmfmac4339-sdio.bin +firmware: brcm/brcmfmac4339-sdio.txt +firmware: brcm/brcmfmac4354-sdio.bin +firmware: brcm/brcmfmac4354-sdio.txt +firmware: BT3CPCC.bin +firmware: c218tunx.cod +firmware: c320tunx.cod +firmware: carl9170-1.fw +firmware: cbfw-3.2.3.0.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: cpia2/stv0672_vp4.bin +firmware: cs46xx/cwc4630 +firmware: cs46xx/cwcasync +firmware: cs46xx/cwcbinhack +firmware: cs46xx/cwcdma +firmware: cs46xx/cwcsnoop +firmware: ct2fw-3.2.3.0.bin +firmware: ctefx.bin +firmware: ctfw-3.2.3.0.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: cyzfirm.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-si2168-02.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-xc5000-1.6.114.fw +firmware: dvb-fe-xc5000c-4.1.30.7.fw +firmware: dvbh_rio.inp +firmware: dvb_nova_12mhz_b0.inp +firmware: dvb_nova_12mhz.inp +firmware: dvb_rio.inp +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-lme2510c-lg.fw +firmware: dvb-usb-lme2510c-rs2000.fw +firmware: dvb-usb-lme2510c-s0194.fw +firmware: dvb-usb-lme2510c-s7395.fw +firmware: dvb-usb-lme2510-lg.fw +firmware: dvb-usb-lme2510-s0194.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: 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/boot2.fw +firmware: edgeport/boot.fw +firmware: edgeport/down2.fw +firmware: edgeport/down3.bin +firmware: edgeport/down.fw +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/emu1010b.fw +firmware: emu/emu1010_notebook.fw +firmware: emu/hana.fw +firmware: emu/micro_dock.fw +firmware: ene-ub6250/ms_init.bin +firmware: ene-ub6250/msp_rdwr.bin +firmware: ene-ub6250/ms_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: htc_7010.fw +firmware: htc_9271.fw +firmware: i1480-phy-0.0.bin +firmware: i1480-pre-phy-0.0.bin +firmware: i1480-usb-0.0.bin +firmware: i2400m-fw-usb-1.5.sbcf +firmware: i6050-fw-usb-1.5.sbcf +firmware: icom_asc.bin +firmware: icom_call_setup.bin +firmware: icom_res_dce.bin +firmware: ipw2100-1.3.fw +firmware: ipw2100-1.3-i.fw +firmware: ipw2100-1.3-p.fw +firmware: ipw2200-bss.fw +firmware: ipw2200-ibss.fw +firmware: ipw2200-sniffer.fw +firmware: isci/isci_firmware.bin +firmware: isdbt_nova_12mhz_b0.inp +firmware: isdbt_nova_12mhz.inp +firmware: isdbt_pele.inp +firmware: isdbt_rio.inp +firmware: isdn/ISAR.BIN +firmware: isi4608.bin +firmware: isi4616.bin +firmware: isi608.bin +firmware: isi608em.bin +firmware: isi616em.bin +firmware: isight.fw +firmware: isl3886pci +firmware: isl3886usb +firmware: isl3887usb +firmware: iwlwifi-1000-5.ucode +firmware: iwlwifi-100-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-9.ucode +firmware: iwlwifi-3945-2.ucode +firmware: iwlwifi-4965-2.ucode +firmware: iwlwifi-5000-5.ucode +firmware: iwlwifi-5150-2.ucode +firmware: iwlwifi-6000-4.ucode +firmware: iwlwifi-6000g2a-5.ucode +firmware: iwlwifi-6000g2b-6.ucode +firmware: iwlwifi-6050-5.ucode +firmware: iwlwifi-7260-9.ucode +firmware: iwlwifi-7265-9.ucode +firmware: iwlwifi-8000-8.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_pda/keyspan_pda.fw +firmware: keyspan_pda/xircom_pgs.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/usa28xa.fw +firmware: keyspan/usa28xb.fw +firmware: keyspan/usa28x.fw +firmware: keyspan/usa49w.fw +firmware: keyspan/usa49wlc.fw +firmware: korg/k1212.dsp +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_cs.fw +firmware: libertas_cs_helper.fw +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: matrox/g200_warp.fw +firmware: matrox/g400_warp.fw +firmware: me2600_firmware.bin +firmware: mixart/miXart8AES.xlx +firmware: mixart/miXart8.elf +firmware: mixart/miXart8.xlx +firmware: mrvl/pcie8766_uapsta.bin +firmware: mrvl/pcie8897_uapsta.bin +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/sd8897_uapsta.bin +firmware: mrvl/usb8797_uapsta.bin +firmware: mrvl/usb8897_uapsta.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_ap-3.fw +firmware: mwl8k/fmimage_8366.fw +firmware: mwl8k/fmimage_8687.fw +firmware: mwl8k/helper_8363.fw +firmware: mwl8k/helper_8366.fw +firmware: mwl8k/helper_8687.fw +firmware: myri10ge_ethp_z8e.dat +firmware: myri10ge_eth_z8e.dat +firmware: myri10ge_rss_ethp_z8e.dat +firmware: myri10ge_rss_eth_z8e.dat +firmware: ni6534a.bin +firmware: niscrb01.bin +firmware: niscrb02.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: prism2_ru.fw +firmware: prism_ap_fw.bin +firmware: prism_sta_fw.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: r128/r128_cce.bin +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_mc2.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/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_mc2.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_mc2.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/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_mc2.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/PALM_me.bin +firmware: radeon/PALM_pfp.bin +firmware: radeon/PITCAIRN_ce.bin +firmware: radeon/PITCAIRN_mc2.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/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/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/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/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_mc2.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/TAHITI_uvd.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_mc2.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: riptide.hex +firmware: rp2.fw +firmware: rpm_firmware.bin +firmware: rsi_91x.fw +firmware: rt2561.bin +firmware: rt2561s.bin +firmware: rt2661.bin +firmware: rt2860.bin +firmware: rt2870.bin +firmware: rt73.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: rtl_nic/rtl8105e-1.fw +firmware: rtl_nic/rtl8106e-1.fw +firmware: rtl_nic/rtl8106e-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/rtl8168g-2.fw +firmware: rtl_nic/rtl8168g-3.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/rtl8192cfw.bin +firmware: rtlwifi/rtl8192cfwU_B.bin +firmware: rtlwifi/rtl8192cfwU.bin +firmware: rtlwifi/rtl8192cufw_A.bin +firmware: rtlwifi/rtl8192cufw_B.bin +firmware: rtlwifi/rtl8192cufw.bin +firmware: rtlwifi/rtl8192cufw_TMSC.bin +firmware: rtlwifi/rtl8192defw.bin +firmware: rtlwifi/rtl8192eefw.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/rtl8723fw_B.bin +firmware: rtlwifi/rtl8723fw.bin +firmware: rtlwifi/rtl8821aefw.bin +firmware: sb16/alaw_main.csp +firmware: sb16/ima_adpcm_capture.csp +firmware: sb16/ima_adpcm_init.csp +firmware: sb16/ima_adpcm_playback.csp +firmware: sb16/mulaw_main.csp +firmware: scope.cod +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: sndscape.co0 +firmware: sndscape.co1 +firmware: sndscape.co2 +firmware: sndscape.co3 +firmware: sndscape.co4 +firmware: softing-4.6/bcard2.bin +firmware: softing-4.6/bcard.bin +firmware: softing-4.6/cancard.bin +firmware: softing-4.6/cancrd2.bin +firmware: softing-4.6/cansja.bin +firmware: softing-4.6/ldcard2.bin +firmware: softing-4.6/ldcard.bin +firmware: solos-db-FPGA.bin +firmware: solos-Firmware.bin +firmware: solos-FPGA.bin +firmware: sun/cassini.bin +firmware: symbol_sp24t_prim_fw +firmware: symbol_sp24t_sec_fw +firmware: tdmb_denver.inp +firmware: tdmb_nova_12mhz_b0.inp +firmware: tdmb_nova_12mhz.inp +firmware: tehuti/bdx.bin +firmware: ti1273.bin +firmware: ti1273_le.bin +firmware: ti1273_prele.bin +firmware: ti_3410.fw +firmware: ti_5052.fw +firmware: ti-connectivity/wl1251-fw.bin +firmware: ti-connectivity/wl1251-nvs.bin +firmware: ti-connectivity/wl1271-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-3.bin +firmware: tigon/tg3.bin +firmware: tigon/tg3_tso5.bin +firmware: tigon/tg3_tso.bin +firmware: tlg2300_firmware.bin +firmware: ttusb-budget/dspbootcode.bin +firmware: turtlebeach/msndinit.bin +firmware: turtlebeach/msndperm.bin +firmware: turtlebeach/pndsperm.bin +firmware: turtlebeach/pndspini.bin +firmware: ueagle-atm/930-fpga.bin +firmware: ueagle-atm/adi930.fw +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/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: usbduxfast_firmware.bin +firmware: usbdux_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: vxge/X3fw.ncf +firmware: vxge/X3fw-pxe.ncf +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: wavefront.os +firmware: whiteheat.fw +firmware: whiteheat_loader.fw +firmware: wlan/prima/WCNSS_qcom_wlan_nv.bin +firmware: xc3028L-v36.fw +firmware: xc3028-v27.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: yamaha/yss225_registers.bin +firmware: zd1201-ap.fw +firmware: zd1201.fw +firmware: zd1211/zd1211b_ub +firmware: zd1211/zd1211b_uphr +firmware: zd1211/zd1211b_ur +firmware: zd1211/zd1211_ub +firmware: zd1211/zd1211_uphr +firmware: zd1211/zd1211_ur --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/i386/generic +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/i386/generic @@ -0,0 +1,18125 @@ +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x4c878322 iosf_mbi_modify +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x6d1d5d9b iosf_mbi_write +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x932493a8 iosf_mbi_read +EXPORT_SYMBOL arch/x86/kvm/kvm 0x94597bd1 kvm_read_guest_atomic +EXPORT_SYMBOL arch/x86/kvm/kvm 0x981f188b kvm_cpu_has_pending_timer +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x254e5667 scx200_gpio_base +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x35a3c008 scx200_gpio_configure +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x8cfa375c scx200_gpio_shadow +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x907665bd scx200_cb_base +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xd67e424e acpi_video_unregister_backlight +EXPORT_SYMBOL drivers/acpi/video 0xda32e3cb acpi_video_get_edid +EXPORT_SYMBOL drivers/atm/suni 0xae6f3989 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0x0e2cc3cf uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0xaa7480fa 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 0x489de811 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0x49826109 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x4c3706e6 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x542b2689 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x6de85cb5 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x74466641 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x810ca18e pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x88b34cf7 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x94d3f393 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xa1633441 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xb760c42f pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xcfba02da pi_release +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0050b243 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1c34e510 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4165c5f6 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4e523179 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd0be2061 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nsc_gpio 0x64595594 nsc_gpio_dump +EXPORT_SYMBOL drivers/char/nsc_gpio 0x8964bff4 nsc_gpio_read +EXPORT_SYMBOL drivers/char/nsc_gpio 0xa6f3bfee nsc_gpio_write +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x0c173cc6 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x21b02bf1 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x2915d8ec dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x8443e291 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xeec4abca dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xfd0938ed dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/ioat/ioatdma 0x64e966d6 ioat_dma_setup_interrupts +EXPORT_SYMBOL drivers/edac/edac_core 0xc714deaa edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04dd92ce fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0dc12e2f fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0ffa1fe7 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x12bbb7fd fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1617b5d8 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x19d64c55 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1ad512b9 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x277e54a6 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x29a0c65d fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x370b9a4c fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d5d4eca fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4ed134ec fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x572d6cfc fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x771451bc fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x77b78e99 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e431b14 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x856147cd fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x87faa033 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8d2f10ee fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9b5c29a6 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xae422943 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb8cdd9d3 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc911c300 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcbbfff06 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdbfc3689 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdf21b4d7 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe344ca1e fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe697b28a fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf888f157 fw_iso_context_queue +EXPORT_SYMBOL drivers/firmware/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/fmc/fmc 0x083e8467 fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x1b0b27b1 fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0x1f80a2b8 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x2d2ed769 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x6f6657c7 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x8c6d167c fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x98a7df4d fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0xa4796ec5 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0xa587de17 fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xb5c49069 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xf9ad7916 fmc_device_unregister_n +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x1c9444e5 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01a9bf96 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0646ba52 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x086c62ab drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bf0bfc5 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ec527fc drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +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 0x113fbb99 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11441082 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x119bf95a drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11aa73f2 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1279833f drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x130bbf5e drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13cdaadb drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13da738f drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x147026cb drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x155a2032 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x177041a8 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18a6945e drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18f99e04 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x193dbbf3 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19ccc988 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a17786c drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a203485 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b552ecc drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b9b3fe3 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cbd5c4e drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f9a9ec2 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fbd5e27 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ff11146 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x205822a9 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x209b8961 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2103ac0b drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21c57678 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22c7faf4 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24ba5055 drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25cffe28 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26c62017 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2709c9bb drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28626669 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a8994e9 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b6b4932 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c0557cf drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c3a68ee drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c3fa84f drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c43d881 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c5c3a7f drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32ceae1c drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33d92576 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33e15396 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35954d37 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37c9afdd drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c3b50ca drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c7369fb drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cf5a495 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41ee9f50 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x435f7955 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44232021 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x458e896b drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x462f2af0 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47c68d04 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x481e5080 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x484922c5 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48f120ef drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49d38360 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c19b672 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ef68c8d drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5090b2ff drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5166ad79 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5321dd2a drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54a007c8 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5aaa7159 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b3e340b drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c8c3284 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cf69669 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e77a111 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6137ece4 drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6172c53a drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63277f4e drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63d9df27 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65d0598f drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65d9a27d drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x675fb5c5 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68266ee3 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x694e04ec drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a0a8b33 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bc967aa drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c9dee90 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7229779f drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x726d7b3c drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74bc347e drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75b5835f drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x764440dc drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79b9f969 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79cdddba drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d30a6b3 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3887a2 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ecaac01 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8055a172 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81acbbaa drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8296da7a drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84bc6a39 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8642f324 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8667e4e5 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x876e58c6 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88c6c874 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89120687 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b76c2cb drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c72cdf8 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d753dff drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e7dbc29 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e8b91be drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ffc9840 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90e308d1 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9107ab35 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91c83851 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x929fe532 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9316ce16 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94346793 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96122894 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x968448f1 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x969b1f52 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96bfcd65 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97cf9771 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98a5ecee drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9efc26a3 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7abc34 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fcec1f2 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1ff647e drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4002d66 drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4ac1f8e drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5577236 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5b695d2 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5bf458c drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa838d9b9 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8bf6465 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaab31a9c drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabed88e2 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac655d26 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xafedb27a drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb25395cf drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2d54895 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb40f1d16 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb79a2b93 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb81ada15 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb81b6a76 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba02a57a drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba4452d4 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbade248 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbec27e8 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc627392 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc8f7437 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe411bf7 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfecf871 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc013f56f drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1685fbf drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1ec353a drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc436e2b7 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc671def9 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6a2fde9 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7928497 drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc83c4be0 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8b14bf8 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8b6fb25 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb273a39 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc3334e6 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd2d46c1 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdaf4182 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf7a02e2 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd08765bb drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0f15691 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1ae775a drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd25cb552 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2750ed9 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2a374ec drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd46074ce drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5983532 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6fc4814 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7f94793 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8f2ed12 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda869fca drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb5a5852 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd5410d8 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde58b7bc drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe002fe50 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe45ec4af drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4cb2b39 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6355d67 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7977679 drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1a8c04a drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2ffaed4 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2ffb342 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf396dbe1 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf44f9637 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf64d1eae drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf64d234d drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6792c9e drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7160252 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7193abb drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8464e44 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf982b112 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa70a42a drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdbe6f32 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe85b00c drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0856b13f drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a144480 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0fa0a86a drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x11ee0dfe drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28070ed7 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28965871 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37a3bca0 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3cde763e drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4993da02 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d9e3ee7 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5379c43f drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5982db7f drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b1eb314 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e0f2a49 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x67c58624 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6890ef36 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a38e145 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6fe4ff1a drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x726854eb drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x741f86af drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x771a28b4 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x799bf8b7 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79f7a751 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a91096f drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84a06a51 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x961eb18a drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a00b018 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a29eb9f drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b431185 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa337a506 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa757136a drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa868fa5f drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xacd3d88a drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb192ed24 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9d57012 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbb98bb5 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbbc8e1e drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbcc7273 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf2bfd21 drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0797348 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5392864 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5a2af60 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcabad1f9 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd821a196 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe31b896f drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe99caf10 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2039744 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6cb1288 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf821596e drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc378d7c drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x14b6c548 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x2967b227 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x8fd3b7da drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x001771fc ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x006477b4 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x056b4642 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x08712bd0 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132b05be ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1553e051 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1ba4e68a ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21f91489 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x23e6a3df ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x266d8a60 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x292445f6 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2a259d07 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2cdf8725 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2da5bbe3 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x39a15af3 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x435917d0 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4611b0a2 ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x55dc13cd ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x593bf07b ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cf59609 ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6019c13c ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x64d5748a ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x669c263f ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67083394 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b1d568 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c0e0fad ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6ccc6cb5 ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6dc6f610 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x773a3227 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x786f9250 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x78e30b86 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x79375a1b ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7aeaeba2 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x870d335b ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8737e429 ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8cad3cc2 ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8e181b53 ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x955e40ee ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa61259e5 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaeca809d ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb6b9218d ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbb815993 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc09b41da ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc1f5365e ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc21e310c ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc38fcde5 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc6790ffd ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc7ecb2f8 ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc94319e5 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xccde9958 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd0850d46 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd3c46d9a ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7a41a37 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd904a70c ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdd60599b ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe3636515 ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe44fab10 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe4cb50f9 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeb43b089 ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xee720940 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xee8ee118 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf163f94c ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf1b211fe ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf2df6d7c ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf5dc1c30 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf9292cd3 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfdefa7c8 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xffcb8d9b ttm_read_lock +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x262f2dc9 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xb87ebe1e vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x6cafedc9 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x75255c11 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xaab94343 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xb0f84ec6 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x8a729669 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x998c5ee5 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x7b82f92d amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x033a1f3a st_accel_common_remove +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x853372c6 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x2731f1f3 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x3ff69d75 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x4f23ef53 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc7454a39 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xccd0a6f8 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xd42eb10c hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x7436519e hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xc9818fd5 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xff8f23b8 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x09eb0620 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0d862f71 st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x16c5a29e st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2e8d9d91 st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x4f803015 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x5b3c4a50 st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x697d4fc9 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6b4519b9 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6f0b689f st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8c2c26a9 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8fdc98ea st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xa9b13070 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xacad3ddb st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd3b443b2 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xda3c826d st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xea0fd098 st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xee05adfe st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0xfa4c4bc5 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0xb5b3251c st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x720bd69a st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xc65d180c st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x14a0b09d adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xc33d78b8 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x1223e954 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x195fead5 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x23176308 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x320a09b3 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x3210d3b2 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x3b151b80 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x54b46b42 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x5aae78fd iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x71137a17 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x7279a04f iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x95099166 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x96ee2fd2 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xbfca6cb9 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0xc31dee6a iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xc631998a iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xcaee9254 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xd4f661c5 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe3c94a32 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0xe526f27a iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xef5e464a iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xf7e9524d iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xfb24de84 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xfc8e187e iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x6dd0357b iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xd17d0d94 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x2cc45ff7 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x823258cb iio_kfifo_free +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xd541d028 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xe3197a17 st_magn_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x2017d221 st_press_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xc34d00b4 st_press_common_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x71f3076f rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x801408e6 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x8ed679ff rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xc0bf4edc rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x125a5138 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1389039f ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x192a6850 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2441fa87 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5d25b729 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5fda8156 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x68024530 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6b3dd3ed ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8010c1d6 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x88c5d819 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9214cb72 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9275805e ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x94b6019d cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb184a3a1 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbba85f73 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe931ea32 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf6126083 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x001adc11 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0654fed4 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07ac81d8 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c478c90 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d35a9e4 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f8692a3 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14d48bb6 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x174921b3 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x182c19db ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cc4bee4 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d47368a ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1db2113f ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x202be1a0 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x216396a9 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2526f2cb ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28ab5126 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28c29634 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x293ed37e ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c7896a4 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d1a9c96 ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2df6e8b1 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32c6bd09 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x369f9d22 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42d0b8b2 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46806d2f ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46c7bf16 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4dfca044 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4eb63842 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51a63243 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51fb2d2a ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x530df8e3 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x574f9bfa ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x585962bc ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60619983 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61f06a10 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x645a760a ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6dd53468 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e850efe ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e86fc44 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f1ddde2 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7289ee10 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80da0ef6 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82a7a519 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8338f04d ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85bee19a ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8613cbe6 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88a66f99 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89de0bc1 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d3cdcaa ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e5ef2d3 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x906344bd ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x933261a6 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x943573d0 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c29d73e ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5283c05 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9570e41 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaac8c034 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab84785e ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xacbf5df1 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xadb99d9e ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf52badf ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb374c734 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb70174b5 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9540bdf ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba0c3322 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd279ef3 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc01a9e3c ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1331030 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc49c1de3 ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd207c7f1 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd69308f2 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda75b658 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc900081 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe03aedb8 ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0a5964b ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe147cad4 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe895a9ae ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea6f7646 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xefeb2359 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf28a3806 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc94f790 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x08693bbf ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x35945693 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x375d56db ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x52e01f12 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6244e86c ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6713dfe1 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6e97b400 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x886c0f1c ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x91946cc9 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xb46e58d4 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xb8c6355b ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xfde53852 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x1132df7d ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x36c0668c ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x6e44fd9f ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x7788dd02 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x7ce3135f ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8001438f ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xdb660031 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xe51a73e6 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xe8d5af15 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0b364d86 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2782ece9 iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2a52472a iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x364eaa53 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3733261f iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5262bd37 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x59d7ae4c iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x60cf1519 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x80dc8e77 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa9d42656 iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xbe0fb1e0 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe58ef940 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf364f380 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xfde0971c iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0e06a541 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2e8ec256 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x317ba130 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x723123e3 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x74f301e3 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x82309b51 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9268c945 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9fdbcf85 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa561d49a rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xae9b6333 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaf2b7146 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb01886fb rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb7420314 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb97e1dd2 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd655187a rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd6a86760 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe25d5dcb rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe8fbdd14 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xeb48ffd2 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf6259a8e rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfdc19a82 rdma_resolve_route +EXPORT_SYMBOL drivers/input/gameport/gameport 0x032bcf0d __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x19eda601 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1aa25e6a gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3593d73a gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7c125003 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8718f132 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb9e37b9a gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xbc90ad76 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc87fa698 __gameport_register_port +EXPORT_SYMBOL drivers/input/input-polldev 0x140f541a input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x2636adb8 devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x2ebc92c3 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x3792ffd3 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x3a502bd2 input_unregister_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xeb4682f2 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x4fee4441 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x6ffc88bd ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0x9dd7e2f6 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xa6ece7a7 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x4742e81c 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/sparse-keymap 0x5029d4bf sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x71d80b9f sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x731a47ed sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x79816231 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x83d2fe33 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xe079753d sparse_keymap_setup +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x1b71f5ab ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x5ab9737e ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x0e863381 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x47568b4a capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x570561ce capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x63e2e223 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x802cf783 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x886ab9f1 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x88b886ae capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa0920ce0 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa1bc7461 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe85e0f92 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0d714349 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x14d1cb30 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3377ba17 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3cfacd7d avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x417c8e22 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x546b9829 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x7e573826 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x841ad51a b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb10da8b7 b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xbb9cbc08 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xc18c6ffa b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xce05d25b b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdb144771 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf1649084 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfadf3c90 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x388367ec b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x463c344d b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x8577f5cf b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x946c5b3e b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x97d5f8cf b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xa1d8527f b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xb98a7ebc t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xc0e99665 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xcf50d0cc b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x002fbc5c mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x14bf3342 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x327f7477 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x5be1467a mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x355af1f5 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x4f209b33 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xbd978a04 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x66b37f9a isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xd82dafc2 isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xde452b45 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xe968592b isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xf7fe3a1d isac_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x106ca4f2 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x7ebfb4f2 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xd034293f isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x22ed60d8 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2ac1cc98 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3ffd8e86 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x437ddb98 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x459c6333 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4c9f8709 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x558f4377 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5b0d4818 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5b4fbcc7 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x66333ef0 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6df22f06 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7a05c1a1 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7e199360 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8fbb6e2d recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x967abe42 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa070d1aa mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa6b4fc4f mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb4503608 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb6d6100a dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xeaaa5390 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xec2fdbfe recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xed91fb1d mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfa259560 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x10dc0d06 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0x25d91d14 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x3348e7c8 closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x40479cf1 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x66d28e22 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6969b5d8 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7b55ca4f bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x835e4fe2 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x84b6f2c4 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9e8b3cee bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa815b5c4 closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0xab2d2b84 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xad29a6f5 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaec09a2b bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaf77343c bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc04554f7 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca580595 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd371ee58 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe47e0829 __bch_bset_search +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-bufio 0xa7978f56 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-log 0x6163472e dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x6818c57d dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x89089dae dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xeb0b99d1 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x08a5cc2a dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x12ceb317 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x5520639e dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xab5c6d25 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc1c6e78d dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf72f750d dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/raid456 0x1339e33f raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x163d96ae flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x30cb54b9 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x44cbcfa0 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4775e2c2 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x520fd2d1 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x57d6e058 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x747e676c flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8297ca6d flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x95676511 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9a1f4dc0 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9c9f92e3 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb2f77301 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe078ef8e flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4f311fbf btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xbda9e886 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x258df4a4 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x39745192 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xa1269051 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xfbacd576 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xd1f07985 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x5bfb120f tveeprom_read +EXPORT_SYMBOL drivers/media/common/tveeprom 0x8bd0a658 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x00b988b7 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0930b0df dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x101a29b8 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x196f1ac1 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1c33a4c1 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1c8b89a9 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1e9e3850 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x237f7910 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x300f2abb dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x32c5d447 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x39a9b606 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3faeef6f dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x44ea7abe dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x47a74ea9 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x483caead dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4c70c35a dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4d6b74a4 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x521c48e7 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x546cb9bb dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x55fe9732 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5efe6ce8 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x63a7fd92 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x65a20172 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6e5cdedd dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x757c8550 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7b6c7eb8 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x987dcfde dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9c0be329 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9d203a34 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa12b0d6a dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xafece420 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb72b5fa0 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd002cf76 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd3ee7530 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe4cedcf5 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7ef2ca8 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfcc0ed9c dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0xdd5551bc a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0xd253012b af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x92fb24aa af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x3d4081b2 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x00b2b1db au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x2ac099da au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3ad64c39 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3f5b16e6 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x49dd685b au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x785d88f0 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7fc283d8 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc51d4268 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc5e781bd au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x05f7ceb3 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xc9bb661a bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x0f6283e6 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0xc41df1ce cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0xfe66e21d cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x2a5097d4 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x5a892bce cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0xed793127 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x01665b0e cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x95a8c932 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xe8b71b37 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x6e2dd973 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc98c6df6 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xcd0e4e06 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf12538fb dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf6e805ad dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x20faeff7 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x27ffdcf0 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x329452b2 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3f771a2a dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6dfe03a9 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa15cd8fc dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb558886d dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc25d137d dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd5402866 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe3062f55 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe6846b54 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xea04e968 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xeb1d8ba4 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xecf01ef7 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf77d4fd9 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x0d165415 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x28e48470 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x2a5d912e dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x2bdf118b dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x71f5ec5d dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xf1812bfd dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xfd523544 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x3705fc1b dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x77dc157b dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x991fa826 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xe8a02dda dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x1148d0c9 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x5660b246 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x57861132 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x591846f3 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7d9fcfeb dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x865a3223 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x93946151 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa3fc3f42 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa5f11a36 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xba6e1dfa dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xbc817306 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xbcc96f8c dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd5cf7f1c dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe7be35dd dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xefa39ca0 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xfd09af42 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x0af04689 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x0c00f613 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x22d69caf dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2c028bda dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3d7f25e8 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x5f11e448 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x63a05a3a dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x71b6573f dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x82386232 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8b361eb2 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa9fad050 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xba733496 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd301e7d5 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd8f626fd dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe1a7dc05 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf126bf3c dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf13974dc dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf3ff4cee dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xfaf232ca dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x2a8dad19 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x5c94702f dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x9ac6a4fe dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xbb231e85 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xd5dbbd73 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x027c5a73 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x0bc3111d drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x713f2af7 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x0f377ae0 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0xe0ba4e6c ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x7b079e9c dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x881bd394 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xc8715022 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x4429e380 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x3858192b isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x4acd861c itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xaba91eb5 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x79bfa798 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xac37dcfe lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x597bc029 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x45bedf86 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x21882423 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x1c8fc905 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xf011cb95 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x6bf60e09 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x6a818cc5 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x8457855b m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x1a09787b mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x97ed0637 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x017f107f mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xa790a350 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x813ef486 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x4fba904c nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x2b436086 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x5248f731 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x24b4acad rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xebfdafb0 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x1516e220 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x20944b0b rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xbb669602 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0xef8fc685 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x67d4621c s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x061ec0b0 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x1ce28e15 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x41a261fb s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x2e583ef8 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x0db5a403 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x74825c1a sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xb4be8a73 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0xaa8cdc0c stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x64bb6bd0 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xbe36b059 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x92b95afb stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x21577604 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x68bb7422 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xbd7c48a7 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0xd7987a0a stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x33acd9c1 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x51b8f992 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x7897fad2 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x35200086 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x028032be tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xb81ef665 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x5703646c tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x8cc812dc tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xa9da54ff tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x79fc2fce tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xbf4c5dc4 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x674cb8e0 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x6f6ff546 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x7f166a61 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x9af4a9e3 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x9bb9d8f5 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x802d27fb tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xdb8e52a2 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x3ff64152 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x660935d8 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x3d8422ec zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x05d67b79 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x447499bd flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x5e10b91b flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x75d7b3cf flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9dcc771e flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xab1828b5 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xeca15731 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf65f769a flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x07f324dd bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x9935d7a9 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xba1debcf bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xc4d2f312 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x29f97173 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x5f94f244 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 0xc707af80 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x255b2b74 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4bedfbe8 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5b2a9099 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5c9a22ef read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5de38031 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x86da8a20 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x905d8b32 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb3ae7421 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xbcced3d6 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x7739b1aa dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x18cd0b6c cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x3b037623 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb1846494 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb405aada cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc4f6baff 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 0x75c50b08 altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xb65afe89 altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xd5417211 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 0x56291e02 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5b6d31c0 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x7951ca5e cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb23d126e cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcda64e0b cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe3dffa99 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x2012f700 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x332e450f vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x23eb69d5 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x8e1df6b8 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x8f587fdf cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa1b3d76c cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3cf6204b cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x46348952 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x7400e292 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xbdbc136f cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc06b8748 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xddb8e7e9 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0f289cdd cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1c64c069 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1f16ab2a cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x34d8a27b cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4d5b202f cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x52ee26cc cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x60072f6f cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6457558d cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6e6ad0b2 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x736de058 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x76ada1e9 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x86aa89b3 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x95598745 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb8a5e600 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc0d4abb2 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc7f98542 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcbd943f5 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd427c624 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd85405e3 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xda14d372 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe11b711d cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe2df6de1 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0ea7c702 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2a293201 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2e29d03d ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x338bc800 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x34ad3035 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x387ee43c ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3cb9d9d2 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3de6f65c ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x509ce456 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x59bc0a4c ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x59fbc036 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6e14db7d ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7f940baf ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x97421a37 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x98bb81b1 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd6251df4 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf37f4d0a ivtv_ext_init +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 0x4d038082 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5bdef7ad saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5e0b820b saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x651588f4 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6c280752 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa4003ab9 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb5bc976b saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb9cd8d0d saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd536890c saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdfeee313 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe053b250 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe22949cb saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xf4c7a188 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x0a201401 videocodec_attach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x6e1bddf0 videocodec_register +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x926e524e videocodec_detach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xeef04117 videocodec_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x0b15de38 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x0e412dae soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x1b5abec7 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x2110c154 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x696ff38c soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x82e166e5 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x9a18fe82 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xa8b71e72 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xcf00719c soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x475f74b3 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x733aa588 soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x750d5ea4 soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xb0d7beaa soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/radio/tea575x 0x77a5cde3 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x9369edbc snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xb643bb87 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xce7f978f snd_tea575x_init +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x0dc624e7 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x1ed5ab96 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x354ec4cb lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x66b82acd lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x82d82e65 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xd0d279a7 lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xd86eed34 lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xe23b22f3 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/rc-core 0x61f8905d ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0xa8421ef6 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0011 0xb5406f55 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xeceee82e fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x851f3d5e fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xc802c745 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xddff495e fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x33c2ea29 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x6d7a1f26 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xacc76115 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x67dff1ae mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x93c3635b mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0xb6a14f9a mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0xe9c5c969 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x95883518 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x04dd0c7a tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x39adb4ad tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x64608b60 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x8bd1b88e xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0xea009f8e it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x68c1cf40 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0xb34bd86e xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x9933753b cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xb3660244 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x07d3d5a0 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1f314fb0 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3dd79061 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4626058d dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x5bb35251 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x93cc87fe dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x96b6b766 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xbfa8421d dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf2f22534 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x3e1b30d6 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xb44e1d81 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xbbf2efc4 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xbd29850f dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xeda0917b dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xef0d2900 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xfc054be8 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 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 0xd9ddaa5c af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x0a5f0ac7 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x28f0a4b1 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3e8df942 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x44741491 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4e3ab4d1 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4e6e5c4f dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x7a98b4c9 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe13f20f3 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf4650165 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf83668ba dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xfa3c6d22 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x35898175 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xfb8e2e99 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x000cd472 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x52db3e50 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x64fb81a0 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x94722fb6 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb2d50936 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xba7ce6c9 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc0f6a2f7 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xd605872c gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x06b2874c tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x9f9ca462 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xd6f2dd43 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x978aec9c ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xbc4ded56 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x472dee01 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x560f088a v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xfb96cbab v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x0e5dbfc9 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x41e01866 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x42a3c4a5 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x5b028929 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x763d1053 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xe7548a28 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0xb561992d vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x27dec6f6 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x35302a74 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x675023d2 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x7665ef87 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x90615956 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xd15f62d1 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x04444d0a v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x04f2711d v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x06420667 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x086ee4b7 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0966cad3 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x09bcf8db v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x09cc9f07 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0a105b0e v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0d23550e v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0dfcfc24 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11e6a4a4 v4l2_ctrl_add_ctrl +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 0x16608667 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x21908b67 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x21e3894b v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x272a873f video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x286ac42c v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2c1eeb3f v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2d9f1e8c video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x34dc8e1f v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x39a5a0ef v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x39d0ef01 v4l2_subdev_querymenu +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 0x3df77a79 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3e521c13 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3ef550d3 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x512ae306 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5260e1e6 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x52e5ff04 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5d5e486f v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5dc9dcdd video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5fbac0bd v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x646c4049 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x69ac5f8e v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6eceba56 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6f16bd94 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x77276f63 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x82745198 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8ef57ca3 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8f2ef21b v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9144e366 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x989bbf70 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9ed4eecd v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa5238caf v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa63c00a4 v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xac1aa138 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xad314f4e v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xad8aeefc v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb0c22620 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb199bc48 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb4a4c80b v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb7f0f0ec v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbd732d66 __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbfec8bde v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc460bc50 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc495d927 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc936ec4b v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcad9fbbe v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd6d6411 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd39d959e v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd508ce9f v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe344d95e v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf128ead2 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf6c0938e video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf9a28afa video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfc1d4d10 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfe64c410 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xffc7b91e v4l2_ctrl_find +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0ddb292d memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x110e5616 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x150468f6 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x159b8641 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2d1f2057 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x61a9a5c7 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7f483627 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9eb082f9 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa5987a36 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb54a27a5 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb5f3f34c memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdf7fcfb1 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfd9a1976 memstick_add_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x07390acf mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0f773031 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x153d5b05 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x259ffb00 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x25f84965 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x45863ce0 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x49afc9b4 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4db80af7 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5749d608 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6044bf52 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x62916b46 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x71e62bde mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7fa07520 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x97a6a11e mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9a7d9b3c mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9d1af612 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa0a69d3e mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc16beb1f mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcf1ee1ff mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd188f9e2 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd8623c99 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9acbef2 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdcd9a22a mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe178624d mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe5c24d38 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xec486921 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf0c4d575 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfa25279d mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfb8c144f mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x006d1172 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x11f82f54 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x18912c49 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1afbdb3e mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1cb22d5b mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x217a9bb8 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2d10a609 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4156e50b mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5097eb6f mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5762b33f mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x62221351 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6c755602 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8b4717f1 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8b4e85f5 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa1f012a5 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa83dd9f9 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb0dbc4ab mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb332d89f mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbbedef0f mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc226394d mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc90aa438 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd390ddad mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd5f9f344 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd7febf67 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf0a515f2 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf22e5275 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf386cb49 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x08e6be9c i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x09588942 i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x0fa5687a i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1b0ebf29 i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x38cd5acc i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x44633cca i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4d6e303c i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5f2f5615 i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6b043031 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x764d284e i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x765686a1 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8b9825cf i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa30bc130 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb35b0665 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdb3a0213 i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdd4bde72 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe480fa00 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xeb4bf2be i2o_iop_find_device +EXPORT_SYMBOL drivers/mfd/cros_ec 0x49f267d6 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0x63fa381b cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0x825ab010 cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0xbbf6cdf2 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0xbe3e7ef0 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x1aeaa4a0 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x831b47b8 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x30adca15 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x30c75e9e mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6144be49 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x68243f77 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x72af1f84 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x83a7c3a0 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8c2af228 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9ea179d1 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb2a0fd30 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbbf62088 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc52a2f5e mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd597983d mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf7709c7a mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/tps6105x 0x211b64be tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x7ce500cb tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xb4895f82 tps6105x_get +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/misc/ad525x_dpot 0x739d12bc ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x7763b035 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x8161598f altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x9329a8dc c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xa02d2bc2 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/ioc4 0x1af0263f ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xcd366a8a ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x2ce244bc tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x3ee61986 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4014f548 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x4b317f33 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x4cc0fe09 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x78c6527e tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x88a6dd69 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x94042ea1 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x94b9f6c1 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xb2748407 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xd2614211 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xe7b5e947 tifm_has_ms_pif +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0x75d89329 mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x0d6fe640 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x3afaab35 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xce056669 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x55548646 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x58d66dce register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xa2b007ea map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xef6b7876 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x015f9349 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x4489a6b2 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xb45cd856 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x78d2f326 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xc48d6676 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/denali 0x32f45706 denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0x7be98b19 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x06d97ddf nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x3a1d2b24 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0x3f19b3ce nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x4d5faea0 nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0x8f921caf nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0x9764788a nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x1ea3153f nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x2fe82009 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xa276069a nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x52e6465c nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x6a7074e0 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x02fd7f40 onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x67a19138 flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xb79bd13d onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xbde04ef0 onenand_scan_bbt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3f01bf5f arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6253454a arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x87fdb9bc arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa4e7e4f0 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb2a6749d arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc0c951f9 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc6398f7e arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcc011f37 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcc4ebbf3 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd907bfd2 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x115ba4ca com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x969a777b com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xcff5a9e5 com20020_check +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0cacba7f ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0f6e8729 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4892ec12 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x53bd2cc7 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5b445ea3 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xcc2fdd68 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd36e9e29 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd6302b62 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xde61fff8 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xecbed13b ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x032642e0 eip_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x2b6028ce eip_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x43541c75 eip_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x664a9e47 eip_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x6abd6f50 eip_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x80ea3794 __alloc_eip_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x8430ce4a eip_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x99c03fd7 eip_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xd6b44c86 eip_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xf3c82346 eip_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xf98f51d8 NS8390p_init +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x2805cb5a bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xf23f2432 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x06d8b412 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0bbfa5e5 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1ac24b19 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x21298730 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3cad3eba cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x46ed681e t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4c65a082 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5fd798c1 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x71b7ce51 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8552bcbf t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb6b756e9 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc7000cf6 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xdc66bef2 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xeade54d7 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf9a8f01c cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xff65d8f4 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0911b8fa cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x15fc06f4 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1cc96a6a cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3a8dd9b5 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3fc554d7 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4b937cb6 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4f28bfcb cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5c26a721 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x919dcf33 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x93c791ba cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9b1123ca cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9ff4cae6 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa044e4bf cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb19570a4 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb41f9c3c cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb5000531 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb7b6913d cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc2e1fc24 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcd848c58 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xce79cd19 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcf0157fd cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd4c4fd1f cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd7347d99 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdaf92acb cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe321f6da cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf27b01e9 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf4d04474 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfa25286c cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x210a8c52 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9515bd9a vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcbb80b8e vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x1c85dfbb be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x710559da be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x145ebe3a mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1497a073 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21670312 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x352ff690 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41caf8e5 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46e89927 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ca8a5ea mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x511999e4 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x538c8487 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x633f12aa mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x635a2d58 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6934be90 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7357810e mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x767ec911 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b9fc4f8 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84e66af9 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87f934e4 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa79475b0 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd0bce54 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2bd0cce mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc50fc2e6 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc68f5a9e mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd54adfe9 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8a802fa mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe311824e mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee5d88f0 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x050cc244 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0884314c mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d658bb1 mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1146a561 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29595ca3 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33894a39 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x456478b4 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47b2cfc6 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f839404 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57b0ba6c mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e90bfe4 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68255b69 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71cf7f09 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7723b06f mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82d2a6c4 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8409613e mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c28767d mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ce8d033 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e1d5399 mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa62526b0 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6db2bc3 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacf64ecf mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1a9fd62 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb28909a5 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4641e6c mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd40eaed3 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd555941d mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdcad362e mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf76bbcf7 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x21aeeaf4 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x404b03d0 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xadf1f81c hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xc5802901 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xc5d97f01 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x23f0afc6 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x3232ab95 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x80179b49 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x97238871 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xbd05056d irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xbfe29507 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xcf9b7425 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xd791f036 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe39be762 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xf2a73fbd irda_unregister_dongle +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x0002a56f mii_check_link +EXPORT_SYMBOL drivers/net/mii 0x0334de2d mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x0cfebd6c mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0x177da901 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x2dcb2957 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0xe3ef66bc mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0xedeb1065 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0xfacc4382 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x7355d17c free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x92cb20dd alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0xa11a0ee2 vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x38600043 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x835366a5 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x8d937b34 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x83fe7dc9 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x3582210d team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x4495d2d5 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x7685ebf1 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x8b514d77 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x9cb71992 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xa7238d6c team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xdde9ec38 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xe705f680 team_options_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x0ce0072f usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x681e4559 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xf698a86b usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x14463c84 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x183ed42e hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5afdf347 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5bd62fa2 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6f1d8bc8 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x75d027f1 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9c1a21f4 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb2f49c45 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb5c11e09 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfa160b38 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfcbd0a93 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/z85230 0x0fa9d723 z8530_sync_dma_close +EXPORT_SYMBOL drivers/net/wan/z85230 0x10c78988 z8530_dead_port +EXPORT_SYMBOL drivers/net/wan/z85230 0x2804699c z8530_queue_xmit +EXPORT_SYMBOL drivers/net/wan/z85230 0x3250bae4 z8530_describe +EXPORT_SYMBOL drivers/net/wan/z85230 0x37fe5a4e z8530_sync_open +EXPORT_SYMBOL drivers/net/wan/z85230 0x40417415 z8530_sync_dma_open +EXPORT_SYMBOL drivers/net/wan/z85230 0x45674e32 z8530_sync_txdma_close +EXPORT_SYMBOL drivers/net/wan/z85230 0x517d2471 z8530_sync_txdma_open +EXPORT_SYMBOL drivers/net/wan/z85230 0x5cd24d29 z8530_hdlc_kilostream +EXPORT_SYMBOL drivers/net/wan/z85230 0x644b9045 z8530_sync +EXPORT_SYMBOL drivers/net/wan/z85230 0x9293e3b6 z8530_channel_load +EXPORT_SYMBOL drivers/net/wan/z85230 0xae1e8a6a z8530_nop +EXPORT_SYMBOL drivers/net/wan/z85230 0xbb3740c4 z8530_shutdown +EXPORT_SYMBOL drivers/net/wan/z85230 0xd08f2248 z8530_null_rx +EXPORT_SYMBOL drivers/net/wan/z85230 0xd4ffebf0 z8530_interrupt +EXPORT_SYMBOL drivers/net/wan/z85230 0xe3d80064 z8530_hdlc_kilostream_85230 +EXPORT_SYMBOL drivers/net/wan/z85230 0xf266e72e z8530_init +EXPORT_SYMBOL drivers/net/wan/z85230 0xf367e071 z8530_sync_close +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0xbe33a894 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x02f0324a stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x4109a3a7 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x9c9fc720 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0d0fc963 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f5a6fa9 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2ba1e761 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x75f3a883 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8035a071 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb12cff6f ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbb53f195 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbe4581bd ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd28c9aed ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe4765e40 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xefce58c8 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf11b43b6 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0bec064c ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5b4a1185 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x68ada41d ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb4ae4ea6 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc6e41026 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd27f04a4 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3a61abce ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3ce561a2 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x43d92027 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x68d811af ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x7eef59fd 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 0x929a7ffb ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xbe33a744 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xbe7c614b ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe07f4d11 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xeb52cbc9 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0a80f27d ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x144dc3c4 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0fcffd ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x20232fa8 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2a9f4ea5 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x417dd113 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41cf3785 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x473cf1a8 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6208fa6f ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x627759a2 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x62868f9a ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x68b9088b ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6b8b6f63 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x74ebfc1d ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x96229abc ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa5249220 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdd7e5c60 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf4e75c4b ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0095c2dc ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x029b65d3 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0448db9a ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x044cdd86 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x045a615f ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0918f78a ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0b5e0843 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0da27c8a ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x106b1168 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16515ef1 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1697b6fa ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x17d44d1a ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1cfdd0d0 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d466290 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1e8c2a19 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f519e21 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24d1a7ac ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27a702aa ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a59cac0 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32653e4e ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34cea3f7 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x38f1d200 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40bac363 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x41acb694 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x43974ea0 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x439b5df5 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x453333d8 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4589d6b6 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b9b461b ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4e14ef92 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52f96d74 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53daea1a ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55ddfc49 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5825d3d0 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5bd67ce3 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d41cd32 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d7503ab ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6076c1b4 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6271e7f8 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x641a6a75 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64a7eab4 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65512e23 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x696a4c08 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a2daa2e ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6bd5c0ba ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6cdd4489 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e68c8e0 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f0cc445 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73d97697 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x78bf745a ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a061d17 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d08cc5d ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d75badc ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e04a9dd ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81062df5 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81a68fc8 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x820b7a92 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83300c04 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89b041a1 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c6bb064 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e721c0f ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ec9c950 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x942e3795 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9bd0c335 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9cdcc667 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9fc897a3 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa20d049b ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xabcfddf3 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xac19a3ce ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad4c7d2e ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0737a4e ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb16e69da ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb4026622 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb4cbac2b ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb874574a ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2385e48 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2bd67c8 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc4ea8317 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5f1e9f3 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcda46c95 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd20af3e9 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd379d11b ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd4d9c74c ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5e6da16 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6fa6383 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd882972a ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8b2082a ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc2f7949 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdcf84476 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe07b5838 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe9770dbe ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeb2000bd ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecb4999f ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xefff398e ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0357618 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0e9f2aa ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf41384a0 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf42ac632 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf74c7e78 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8ff7d14 ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb04cc7c ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc5ac567 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfca4b81b ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/atmel 0x6da6e77a stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x8302c38d init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xf06984c9 atmel_open +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x19f83248 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x24a1139d brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x34611ce3 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x368bb471 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x428c0af2 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x71e001e7 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8dac8625 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8f831aa2 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x91a904e1 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9ffeb888 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xb9d628fd brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd0dfabdd brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd46b461d brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0c726cdb hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2a809881 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2db2834b hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3c71861e hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3fa5de96 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x478aa4bc hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4fc736d3 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x60a4b0ef hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6da309c3 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6fdedbab hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7da1b65c hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x80cec02c hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x81c1c4da hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8fc2fda2 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8fd89ca9 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa5c49a76 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xaade29dd hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xac56f91f hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc6df42a8 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xcc3f62e7 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xdaa9c725 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf78d93ff hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf9b2a056 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xfbe40cf3 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xffeaa3bb hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x01a717d0 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x033c2263 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x03a53b30 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1bca5908 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2ac6df03 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x31fe2e4e libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3b1a07c5 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x4c1a0ec3 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x4c8f06ee libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5da629af libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x75f4e1ee libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8e8e7e63 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x934442ff libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9817cf25 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9c43ffb5 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa74cb64c libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa8ec8731 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc1792dc2 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc9169847 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xca093968 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe5f25821 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x01085d3e _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x049cf438 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x070cd6cb il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x08881ac1 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x088d0cfb il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x08a28ca3 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0a7bd3aa il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0bb7eb2b il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0f045cb4 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x16cefe13 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x19efd7b6 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1a7b3832 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1ee0d842 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x24feced4 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x29d4c6fa il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2b570478 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2c138342 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x33588a40 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x339777a6 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3442b406 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3508b579 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x36586f59 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x37354354 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x395c2f21 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3f135646 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x41249fdf il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4514682a il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x490d9e73 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4ced3b87 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4d54b53a il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x57e4f4c5 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x59eafa58 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5b11e614 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5b86ac44 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5c0b0ee7 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5f681b6f il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x60f22379 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x61443c2c il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x62d5a2fd il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x64c7a7ac il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x66725530 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68e639e5 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x697ed332 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6fd67e3b il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x73ac95cc il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x74960b68 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x76cecdb4 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x846b413a il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8781648f il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x89e75af2 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8c869650 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8f11b711 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8f9572c6 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x914101af _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9745fdf4 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x99844332 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9ad0c5b2 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9cd4207b il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9dd53a5d il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa7bd751e il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb1d476f7 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb35e8a8b il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb439416e il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbb77e09d il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbe2b47f5 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbe40015c il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbfa7d5be il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc26da06c il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc2f4e057 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc5697bf1 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc5759ef2 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc6c3cdac il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc83d7e27 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xca49f88b il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcdd80b02 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd052c65c il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd1e5f984 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd26672cb il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd67a31ea il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd74417fd il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdecf2353 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf0667ae il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe5f83f5e il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe60cd72f il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe6dc3117 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe9d7df65 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf2d2a6e0 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf3471bbf il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf3e42d71 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf6381908 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf6ae35ba il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf6f18a6f il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfbfaff4d il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfd29c3b9 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfdd8fea6 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfdfa30f9 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfe2d6011 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfecc15a3 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08ee1e7d __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0d9eb5ff __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0e7bc05f __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x201337b4 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x249e4b06 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x36dcef55 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x4919d1a5 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x67381a2a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x79e9bf26 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7edec07d __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8bfcc307 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x9a12c9c5 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xc0827b2f __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda36f3a4 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x047e4cfa alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0c9ae884 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x12e2ec1f orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5476755d orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5d0b4fc7 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x612c354d orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x617e8474 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x6e7892f9 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x7d620ab3 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x82f9f437 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x8bdeeda0 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x8e9df720 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9b50392e orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9c1135ae orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9d0b87b4 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xad31a3fe orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xfb1f8a31 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0x122d2cfa rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0efddabb rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x13322f3f rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1d3b2ad7 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x21122ffb rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x32c1f664 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3708e3f5 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4bf1ea82 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4d6bc26a _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4e937088 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x505aa02f _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x57a7f0b3 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x59b038d5 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5e516787 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6e461da5 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x72f04e22 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7d21e8ce _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8025dc38 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x82be24f3 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8405c98f _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8b772d02 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9080d23f rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9e7fcb41 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9ffe09f4 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa3c6f80b _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xacac4c9a rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb075b522 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb1cbcba1 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3838695 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc5f397ff rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc977096e rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xca24be26 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd9136f1d rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xecdf6d10 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xed9eb5fe rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xee8a1a51 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf1185add _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf17820e6 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf5127821 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf538ea55 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfe783709 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xff5a73eb _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x0aa620eb rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x467031ef rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x7e2f2dba rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xc0e6bc51 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x5f4992e1 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x9fa59f1a rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xbd4cccab rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xebb74293 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x089f4bbf rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1480a1cf rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x14af9852 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1e77b2e8 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4294493d rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x485190fe rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x49fc9c87 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x56b13f6c rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x57d86953 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x697a4dd9 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x81417680 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x8146c3c8 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x8e73c819 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x936b0ea5 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x98f7c46b efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x99e305f8 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa7f11236 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xae6f2b72 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb3c46904 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb4dad337 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc049af28 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdf0710b4 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdfb833b2 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x25e9d1ea wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x3c8ea707 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x5144425f wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x6169880c wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/microread/microread 0x3a8979c0 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xfeeee10b microread_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x0834ab38 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xadb7f59b pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x8185644b st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xfa44f0c7 st21nfca_hci_probe +EXPORT_SYMBOL drivers/parport/parport 0x00cb7d76 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x05815c29 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x0a03eeac parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x19f77ef3 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x1e9af97a parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x1fcff1d7 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x2eaa99e4 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x3bbc54ed parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x3e3b1d68 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x4021677c parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x484946db parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5bc196d7 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5f35175c parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x5f403c84 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x6270af86 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x6adef51a parport_read +EXPORT_SYMBOL drivers/parport/parport 0x6e26fd92 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x7d6cbd48 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x7eb4d03b parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x84e64312 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x86345aec parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xa712e189 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xa7b06e00 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xaad532f5 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xb9c975eb parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xc28352e6 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xdbd775c6 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xe87a07fd parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xefceb010 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xf2203aff parport_register_device +EXPORT_SYMBOL drivers/parport/parport_pc 0x13db5163 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xd80f2cac parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x03438620 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x1b68a9e9 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x206f677f pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x25771611 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2c524c96 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4f357d89 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x57c586f3 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x698f8a13 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x740257ba __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7a17a2ec pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8bc5f295 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8c8423b0 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa77cf218 pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb5aec229 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc4723311 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xccc9ed13 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd5f53e60 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd8068100 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xff07ce0c pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x188b4fa3 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x32b7ae30 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5907188f pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x720777b9 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7b238da8 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7b6842fd pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8809a737 pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa0006c42 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa412067e pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc45e8de2 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcac7762d pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x8f26039a pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xa50342d7 pccard_static_ops +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0x5bb1e117 sony_pic_camera_command +EXPORT_SYMBOL drivers/pps/pps_core 0x2bdb8aca pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0x701c66ae pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0xaa52b70b pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0xd9579e41 pps_register_source +EXPORT_SYMBOL drivers/ptp/ptp 0x2e5f9dd9 ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0x56a7e4ae ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0x91dfeef5 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0xa862697e ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0xd3e91dce ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x233d39f0 pch_ch_event_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x278c1e49 pch_src_uuid_hi_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x3144b268 pch_tx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x61c10c2d pch_ch_control_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x679f7d59 pch_rx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x79c2eb76 pch_set_station_address +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x7ee94c16 pch_ch_event_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xa68841e1 pch_src_uuid_lo_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xf87abb86 pch_ch_control_read +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x02ed99dc rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x15fe5149 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x1eef3c46 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x228bcf65 rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x56169717 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x58effffa rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x770ef824 rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x9731583b rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xfea5515a rproc_da_to_va +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0x6bb753cf NCR_700_release +EXPORT_SYMBOL drivers/scsi/53c700 0xfd1a831f NCR_700_detect +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x01be234d fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x088cb5b4 fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4d7a4bc5 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x64f7ddf2 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7e4aa41d fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9d082c02 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xac64be5f fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xad366715 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb282204c fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe1b12695 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xee10c41f fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfe826f77 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03643d1b fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0d37359e fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x14096d77 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x18cb396b fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1e5e0c2a fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2883d4ea fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x39ac14fd fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x40deea85 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x41d18584 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x423696ff fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4388d8bd fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x45166658 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x48256784 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4e0700db fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x59f35368 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61cb0433 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x63b83e3c fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x67157a53 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x69625816 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x77ef68a5 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7a7ceca8 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7bb45e41 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7d91a108 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x810f1246 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x88e0d150 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8947357f fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8e228fec fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x94590aec fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x99b87a31 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9ab2b5e6 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa04fbbe5 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa25f11c7 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa9e5da42 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb034588b fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb9ca2cef fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc0913eaa fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd0b13de8 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd0c6db68 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd2282be5 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd65b53bf fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd76aef20 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd7db132f fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdec558b7 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe0b594e1 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe0c9f7c8 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xecbfe94a fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xecfbac44 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf60c9fca fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfbfc46d2 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfc4ee725 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfd208ee5 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfff6834a fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x26d2be55 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x43ee9966 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xa8e6b46b sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe3ffb122 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2cc0a394 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0686b30d osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0797afe2 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x107d7fe8 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x127ef655 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1b4d98e2 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1fe99776 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x257a4f2a osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x30b80c86 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x331afebd osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3d4e7a7b osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3f6f8457 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4924f2ed osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5077e8fd osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6e22edbb osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6fe26b33 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x76a863e6 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8465b220 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8e0c4357 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x90d082a0 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xaa5a0240 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbc067d63 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc38fa0f7 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcac8d4ef osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcc984ad5 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd9684d9a osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdbd8c6f8 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdc971e0b osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe4ec744f osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe5e4521d osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe79afe2b osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xebe49ab3 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xecad2776 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xeffcbdd5 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf3a44b55 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf52b05f5 osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xfdae391f osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/osd 0x3cb95edd osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xa0849e2a osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xb9359f89 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xb9bce564 osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0xd2d2e4ae osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xea17315c osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x01ac9f68 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1e03ea66 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x49c97d69 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x51065ec2 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7dddc439 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa0255fad qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa1241bc5 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb5c945d2 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd9eaa58c qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xebe157d1 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xfbfdd43c qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x01c2f522 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x319e3d42 qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x5f22c1f5 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xcdc370d6 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf4382bd6 qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf5cfe26f qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/raid_class 0xa15dcdc8 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xa583f071 raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xae3a66fc raid_component_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x10464baf fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x134e2536 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x28a5f0d9 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3fa4909c fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4cc20c10 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x62d40237 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8b2734a4 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x92b348c6 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbd611b38 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc47c9cdf fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdaf9a0cb fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf8442ad7 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfbc84ec5 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1b146553 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x30d8f4ec sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x379c4314 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x41556e63 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4cd36f24 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5552e200 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5b8fdb2f sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5b9a71ae sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5c6c24d1 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x65f82ad4 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6635d4f0 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6e76b37f sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7b73e4ab sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7c755d29 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x89c23ba4 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x951ea5b2 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa1f72139 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb49a672f sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb4d9fc5f scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc5a872af sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc9b4f163 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd2e917c7 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd4a13cf9 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd5138014 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd696dce1 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe5e9728f scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfaba3bad sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfc28d83e sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x0a5ce7c0 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xaa8cc46e spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xdea2b00b spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf82f66af spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf8d41147 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x53b056e0 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x8521ccff srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x89cc4c60 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf575a1e9 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x1d67cce7 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x54f10464 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x676d88a0 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/ssb/ssb 0x0a307a85 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x0e54dab6 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x141af907 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x176d490c ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x26a6a881 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x2c0f3f32 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x3fea5bb6 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x56afd2db ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x68029902 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x6e2373b7 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x6f246617 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x82b0375b ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x83ef4342 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x8607f5d8 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x8b22c02d ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xb233b6ff ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xbe1708dc ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc3d1e067 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xcb4f1d43 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd496e128 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xf6dcf032 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xebe3567d fwtty_port_get +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xf013d0bb fwtty_port_put +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x3d558b14 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x143acd97 ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x352c63f5 ade7854_remove +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x11f9447c lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3558e584 lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3de81b09 lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3ff9f2dd lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4a160fca lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4bb00492 lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4c6a4aac lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4f9cb871 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x52db6477 lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7dc8d4e7 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8990246c lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9184abe0 lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa9c73cc6 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa5d4785 the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb7bab9d8 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xc40fc8ed lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xd66e175b lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe1d42c8e lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xef85f72e lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x0aff0912 seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x22f95455 client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x48ea0d58 client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x92624a05 seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xcbf89a24 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xdc922955 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xe3f0e711 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x0fd75f1d fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x30005548 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x34295a6b fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x7d2da061 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xbbcf9bef fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xdd991698 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xf1681bf5 fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06080832 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0686ac99 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x092b64c4 cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0bd91e30 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e4820ab cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x106bddb0 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10841c27 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x108d2e2b cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x117c8a95 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x15565c7f cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x162fc90d cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x23f6f445 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27c55a45 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x287af0c4 cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2efcc0e6 cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3834f243 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x38828b92 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3962e3ee cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3a62a183 cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ce990d5 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3f0d9281 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x413056d8 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4193ad29 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x425fe152 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x42e22feb cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x43ba073c upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44688a0a cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x477c0fa3 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b47e3e4 cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4d89e988 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x52e9cfc1 cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53b383e4 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53d97f12 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x56238c27 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ce62c0e cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5eb1c46c cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x60fe4dbf upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6632ed7c libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x675745cf libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x68497dbf cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x687788c4 cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x694be13b libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c605eaa cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6e4775ba upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72f418b2 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x752858fb cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x75d095e9 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7757e85a cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7778be6c upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x78613e9d cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7aa41dcf cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d93cded cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x84222905 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x85b0f216 cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x86187fc4 cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8e61d47b cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8eb5c5ba cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8ec59d0e cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x912ce33f cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x92cdc0e0 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x94e62422 libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9d553188 cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa213f395 libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2a4cb93 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa711aec5 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xaaf59b75 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xac2276c0 libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb0128972 libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb0f5766e cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb43456f1 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb47e30b9 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb53b5569 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb883b006 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb8897bad cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbada117b cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbe94cb96 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc18d7d29 cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1ef96c3 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc53890de add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc77a24c3 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce55c1ba libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd04809a6 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0d8d08a cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd5da541d upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdcf510d5 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe07ee534 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe4e0272b cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe5ef8062 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe82a3767 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeccafa5c cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedea2450 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeee952be cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf0b11894 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf2c02048 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf372d1c2 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfcfdfdc4 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x8538a82e ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xb02c86eb ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xfc04ccf0 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xfda583f8 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x040229c2 lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x06465a20 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x2276d852 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x37864f1f lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x4e0051c6 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x99821dfd lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x00397489 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x06d3e17a fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x17e81565 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x2ef600a9 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x388b3263 lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x5ab88ff9 fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x75d97f0c fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x91edfb23 lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xa5992178 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb3d4d0cf lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xe7945f39 push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xf0bda143 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x009ed520 cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00be3563 lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0189dfa5 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02701825 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0357dd59 lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x036f324b cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x038281d7 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04aa931a class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04ef7803 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x058c068a cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05af1920 dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05f84e88 LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x069d6634 cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x088778e2 lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08dcee7f class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09a649f2 lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09b82257 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b9d1a70 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bcee387 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cf99bff dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0dcc33ec lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e25862f lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e4bae9f llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ea3010e cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f333c65 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f77df51 class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fba7a68 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x109f6b90 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10b30c9d lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10d63413 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x111f0a05 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12387ea3 lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1248b7cd cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x136a3847 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1511c574 llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x152f37a3 dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x167a67e9 dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17c62ea8 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17f6183f lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x181a3c5e cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x193e0219 dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a79e00d dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1aee6210 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b4b734d cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1bef5884 cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c317bd4 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1d2c8395 cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e5cdfe3 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ecd49c9 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2101d6e4 lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2107b325 lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21307495 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x216e22ac lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21c47e84 capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21d1e834 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21e4b344 cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x22b5f7ae local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x22d852eb cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23feae2c obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x24c3727e cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x24dcc12b cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x259ebac6 obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x264f0214 local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x278417f8 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x288156fa cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x28b45e66 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x291ebcdc cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2921bedf lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x29e432be class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2af0331c lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b4c48e9 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b5527c9 dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bf9ab83 local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c4100ec cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c9e7e89 lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2de86ead cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ed3d314 lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x302288a2 llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x305733b1 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30c46ecb lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3108f7c4 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x31dfa4aa cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x321440ec obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3237ca2b cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33df6da2 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x351ca929 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35526d19 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x356217d8 llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x363441dc llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x363eccd9 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3718c90b lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3757ffeb cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37c82ebf lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37e76aea cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38136ad6 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3818bfb4 lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x386fdc95 lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38736efb lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3904e38c cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39b1d807 cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39e79905 cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39edbfd3 cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a005065 dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3bcc9e6b cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c506a46 cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3caf897b llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e655814 cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40162588 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4292f84f cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42ae20e1 class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4367b04a lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x438e5b98 llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4446a58c cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45a0ca0c lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45c2238d cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4651f8a3 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46c3162f llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46d61671 llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4760779c lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b0fdb5 llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x484d326f cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4933b1fc dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a29223 lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49fe9514 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b93613b cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c4dfa06 obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4da79898 lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ddf3ca3 lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e866020 lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fba4346 dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5065fd6a lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51e576f9 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51ed8b3b llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x536e8504 dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5397e788 cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x549f0ee5 cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5559d941 lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x562c9578 class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x56c7edb7 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x573cbd86 cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57a537e0 cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5905360a cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59d5c669 lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ae18371 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bb66332 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc09d69 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cc08cbe cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ce39420 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d3f5aa2 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d782b70 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d903633 lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5daffac5 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60ad901e lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x620635f5 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x633c9036 lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64b412a3 cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65d2b993 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x66c76397 lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67428fce lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67b4a2ce lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67f9f56e lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68560d6e class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68db2be2 capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6940fb90 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a327992 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a57c64d cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ac7a197 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b0fc932 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b778796 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bb6d421 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c831146 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c87c78c cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ca62b28 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6cf4e7c5 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d547b5f lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6da2d59f lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6dbe3951 cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e381461 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ee6f0c4 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f3e6225 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f82e7cd cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f99eef6 lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f9bb285 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70cafc85 lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70f57d1d class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x714229e3 llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x71a7904a cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7261ce57 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72e7823e class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7495ec61 cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74a7c685 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75985dd4 cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7633d34e lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7648fb45 cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76881e59 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7726488b cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77e6c9b5 lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79fd3a34 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b439fbf cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b742d79 cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c0046cd class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c786829 local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7cb1275c llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ceb1043 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d26e818 cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7dae63dd cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7df36fb2 llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ef66ea0 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f077150 lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f531a25 class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80279ca5 dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8057f7ea cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x816432c8 lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81be1009 lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8231afe2 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82415005 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8315f877 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83aa9d28 lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84bfca09 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x863af9ab cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8755e96a capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8769ef26 cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8817de75 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x881cdaa3 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x886b27bb class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x897d88c9 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89d6878e llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a9afc5a cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ac432e2 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b6ad8bd dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8bd3ae01 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8bdaf241 cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d536289 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d8500f8 lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e7fe588 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8fa353cb cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9039bf56 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x907dac8b cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x910464ee cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9217194b llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x923c2d0f cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x923ff9c7 lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x929d835b cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92ff42f6 lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93d7f175 dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94683775 cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x961b813c lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9654aa5d class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x974483b1 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97721316 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x980594b4 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x987a6c5d lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x987f3df1 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9894dc15 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x99143e42 lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x996086b7 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x99697296 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9981dbc6 obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a63f349 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b2e065e lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b2e3679 cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b9b0ef0 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c2409f0 cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9cddbb52 cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e5a80bc class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e6e3c28 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e78c1bd lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f54246f cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f85d5c8 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fe92d9e dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fffff49 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa096b13c dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa11f61ed cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1378b96 lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa15af472 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1908825 lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa209607a lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2838ef2 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa28d30e0 cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6338718 dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6440fea lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa704bf9a lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaad1387f cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab0040cd cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab0eafbf lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab2b5441 lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabbad49e cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac470d21 lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacbe3249 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad2affc1 cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad2ca06a dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae69af33 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0df892f llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb157e034 lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb21641fa cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb29d1e86 llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb2f23c7a llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb308ed31 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb369e0ca lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41d1f95 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb55c5fe4 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5ae6cde cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5d37bdc cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb614569e lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb64eaa96 class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6cf3563 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7831560 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8a4fb9b cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8d3a7bc lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb928c93e cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb99495f0 lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb17e73f class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbbb0e557 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbbc7c011 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbcad9c06 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbcd077d2 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbcd516b0 class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd2d136b lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd313cfd llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbdef2de6 llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbdfdd5e0 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe16d43e lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe372652 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbeb649b0 cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfde7a72 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc048f812 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc12d1c56 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1f73324 lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2e4b4a0 class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2faadf2 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3532a79 lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc378f1d8 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc37f55de llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3ce8a35 cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4191f8b dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc463120a cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4c2967e lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4cfb1b4 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4dd5c72 cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc50cd87c lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc51ab155 lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5381575 lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc54fecc9 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8955f59 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc89ec210 class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9a010c6 cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9b3c667 dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca025112 dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcad2158a cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb10d23d llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb594ab3 lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcbfc33b1 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc913b64 lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccaf6bac cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd2dba84 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd37cd6f cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd8a604e lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce64ed87 class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf8f59c4 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcfd0eada cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd032467a capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0414365 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0b6995d lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1394f79 cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3c17fe2 cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd406eaae class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd446d98e lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd539445b lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5942708 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5bee548 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd6e74497 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd76aa012 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7c68ad6 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd80def1d cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd84b0866 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd87fdb10 class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9f9e965 llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc891e67 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde2af800 cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdeac338d dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf872e0c cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe131a318 cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe14ee531 cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe18fb5a6 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe1bff6d4 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe1eee76f lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe205f37e cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2115050 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3140415 lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4045c31 capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe410c773 class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe42297f7 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe46d52fd cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4980618 class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4f7e94b local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5352cb3 lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe54dec70 cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe70d3406 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7450269 llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7adacd0 dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe840f890 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe85b98a5 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9c52a4d cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeac09b5c lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb2d3dda cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb8f994c cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec4b4233 cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeec85a5c cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeccccca llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef7c6dad cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf00dfe9b cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf07b8f2b cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1b1cfd6 class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1dbc62e class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1f41841 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf20fe549 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf34bd364 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3f08504 lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf441c77a lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf61a7943 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf6746148 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7eaf3ca lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9163581 obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf96082aa cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf96a69cc dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa81c18f llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb2e6b3b class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb57aff9 cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc8d8f25 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfcb87890 local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd1d2ad6 lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd2989dc llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd3a38ea obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8f5cf4 lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfde88edb cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfebbe25f lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfeea3c7b cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff224e76 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0038575a sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0072f384 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03c342b4 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x04798106 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x04c7b611 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x060415d1 sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06af13fe req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b22f04 ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ad62466 lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b1923ac __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0be8ad39 req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c36f37c req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c6971f1 req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10d2e0de lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12f5ce71 ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12fc804e ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13ac8824 ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14abb5bf ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14c88a60 target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15fb4610 ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x174872ed ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17efbfc6 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19814e42 ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ab878f6 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bc03b34 ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d5d0f41 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc34f79 ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e119601 ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e55f3a5 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e792fd1 sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f73b3ea ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f8d5f6a sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1fb25c26 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x202bd69c lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2138c850 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219f0a5a ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x21bb22d9 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x246d3a46 sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x259ba464 ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26c18aef ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x286577e4 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x288a0e60 ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e52fdb ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a20c4ba sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a4716e0 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2bf0fa60 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2db21d07 ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd8935c ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3289ead5 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x32f89d01 ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35b21286 ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x371feb90 ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a509f97 ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bfa9413 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dfa52a3 ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3eaed993 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x415b73b1 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43e7bd07 sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44e3532a ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d851e9 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x46bb8d61 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x476d1f33 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48414ab6 ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x49acdeac ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c0b3f2c ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c99006f ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d8d1859 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4db00e63 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f3732ce sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50fc1583 ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x536ad1f4 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53993b7f ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x559c5ffb lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x57b8c032 ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x57c9cafb ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x58ebcf99 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b3e50bc ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c81e0be req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c9d8956 ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5d5f0ccf req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5d6310c3 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e303d63 lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60a5a3d3 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61474eca req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62ea6beb ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64491b2d ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x652052d2 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x659b44a0 sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x65a03b8f _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x66485c53 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x66e7f032 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69b5435f _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a242f27 req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ab7bbd4 ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6bcbe320 ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d3a8109 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d45b2b8 ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6da77e1d ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e123651 ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e6f9fe3 sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x700ff6b2 ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x709715cb ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x71676e48 lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x71e632db ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73b72e69 client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73fc0265 ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7459b951 ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74679752 ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x770745c9 ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78f17aff client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x79db5fca ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b027b29 client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b28827f sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c77a976 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7cf6e313 ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d242204 ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7fcd4468 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80d8d88b req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x81236ae9 ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x827d42be ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x83424edc ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x842bc7d5 sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8554ced4 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x869c708d req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87b718c7 ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8850a2bf ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88a4520a sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f2eea1 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a332049 client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8c10f036 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8c3b447c ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d2b41b6 lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8de2160e __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ed39fba sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ee8356b ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f5c2b0b ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x90094a22 ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91349d59 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x92a18512 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9504c535 ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x955cbe67 ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x96905db8 ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x969c1a40 ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x977c4efc ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9dc92ca9 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9e5a50b4 ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa072d945 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa0b946f4 req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa1f32ab5 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa279b744 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3c50a33 ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3e03400 ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4b335d5 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5e1b62b ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa65ad856 ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6fba5dc ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa72fdb31 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7a372de ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8b75485 lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaa454bd8 client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaa9cba9e ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab1310f0 ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xabbf2240 ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaca7a0a1 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xadf18165 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaeea747c sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf0f46dd ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xafa54ee8 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0db4010 do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb110cd11 ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1a30039 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb39492d5 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb54bc782 ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb71f ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb8425c70 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb8d1564c req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9e75447 ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd5ea86f ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf0ad744 ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc068e18a req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc111eec1 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2390823 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc25e0a0b ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2d5bb69 __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc593388e ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc680b237 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb40839b sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcd373ba1 req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcd445c09 req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcd6f958d lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcd8cb69c ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd1a241a3 ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2db257a ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2f60f45 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd30f1109 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3164b58 ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd4e4707f ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd52abb4a ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd52baa28 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd52e82cb sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd5eff05e lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd88f268d ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd938d1ef ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2bd374 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb529a8b ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdc8c887f ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd2db4f8 ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd3011b3 ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd7a454b ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdfaee2f2 lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe030ac5b ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe1985113 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5ccb10c req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe61b431d ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7545dd0 target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe788c583 ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeac3d183 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeb689660 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec222b83 ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedc96735 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xee4329a8 ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xee4c6c12 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeffaa680 req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1893920 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf47d71d5 client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf58ec049 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf6da061a ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7839e24 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7d950a3 ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf879c5d0 ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8e798a5 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa66cdd3 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd91679a ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfefbf476 ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0xb339d606 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x341f6853 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x54fb7278 go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x565eed24 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x936c5c5e go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x95728040 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xbf0cfe3f go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xcba1b209 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xe7e34b00 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xf96705c2 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0xcd63e164 rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x010779b0 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0df38203 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1862cd20 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1e414508 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x205aa60a rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x282c0683 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2af09b21 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2c814c2b rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2ff56e34 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x321767f3 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x34cefb81 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3559ce3f rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4553aec2 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x46f3cec5 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4828dfe6 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e7f11d7 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5100f133 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x511aa127 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x523cb882 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x55835e19 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x55e0e573 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x626bbd80 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x666b347e rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6d65bb7b rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x725fcb8c rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x76da5782 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x775eda0b rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x77d6fa46 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7b61981e rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7c6215b0 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x847c2b8f rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x88a0c825 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8a9d35b1 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x92a4e07e rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x97ead130 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa2d4a6ee dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa3e6c3ef rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa981c9d1 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xad760d88 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb14dc41a alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb1a2e9f2 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb2244a23 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc4a4ef61 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce01d48a rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd01243e8 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdec952cb rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe137776b rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe55faa5a rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeeb5cff3 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf99dbd7e rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2387148f stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3d51c85f rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3e01db6b stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x49ce87a0 stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4da616bb stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5f31c848 rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x60caac18 stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x624c43f4 stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6506550f stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6546c9f0 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x66b3a76b stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6cc20d04 rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6db7ddca stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8754cba5 stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x9cf16e65 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xaa3fb241 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd14855fa stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd1d67b1a stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd47e2fc2 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xde352d57 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe24e3f0c stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe94b6dc2 stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe95ed3e8 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf99c613a stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfbb036e9 stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfef33c09 stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x00788165 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x07e46b2a ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0c88ce34 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0d54bc7b ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0fc6bb37 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x10a9482f ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x118ff481 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x121400e1 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x124f8bdb ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x220358b7 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x23b944a3 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2634ad9a ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x286ca4dd DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2c263527 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2fed0257 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x34b4b2f2 ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x365b6fda ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x39e28b29 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbb989d ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3d9e53ff ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3ef3efc4 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x446747c9 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x466b4c72 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x49487bde ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4b91155c ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x50175f38 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x50f73a27 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x516eb5ec ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5eabc918 ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c32c8b5 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6f9c0522 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x72ce47d6 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x762919a6 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x87c81f07 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8be71edf ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x984df411 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x98a65c4c ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9a3068b1 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa1bd60da ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa428e481 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaae36daf ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaaf08d53 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb3cb5647 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb4322249 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb854665d ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb9262459 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbdc63a1e HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbf72c717 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbfea22a9 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc2b8bd91 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc89176a1 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc8e5f8c1 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xce5651a9 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd8c2c45a ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd9de92ea ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdeae49c3 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x36a46133 xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x48ab1d1c xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x7986d2bd xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xd44eb91f xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x09cfd26c iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x16206f7f iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2879861a iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2f956b67 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x30e777a9 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3736dc33 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3cc56d1a iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4289e190 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x664e2a53 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6bc5a9f9 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7242e47a iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x78f72813 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7a7a56c0 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f7c0ae7 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x82dab36d iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x85e187f7 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x95f12dcf iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xac9b1d78 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xafe91ff1 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb505832d iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd513f546 iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdc26ef7a iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeb54aa2e iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf2c921a7 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf98633f9 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfb7f1e69 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xff3d0452 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xff88d0d3 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/target_core_mod 0x02a666d6 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0899c1cb core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x16669873 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x1ac68cd8 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x1cd6aeda transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1eb7c746 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x238dddca core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x25fdbf8b core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x26cbf897 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x32232550 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x393bf264 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c0dc7c3 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e96d564 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x3f3a3f2a core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x4537d986 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x4664e4c0 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x49469da9 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x4a3ff8a3 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x4cac7694 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x577793b5 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5fb5c7d0 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x6048c2fa transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x6309fd0d sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0x6401af11 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x6706a177 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c73d50d spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d7bf957 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x6e3bf1ec target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7bdd0d13 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x7bf11961 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x7d9d44b6 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x81fc5b03 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x825faeaa target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x834d726b transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c11c24c fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x8d5c5e41 sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x9aa26d62 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9ac10ae9 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x9bdfbe98 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x9d1c3cbc target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xa46266ea transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xa50ddc42 iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xaafa70a3 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xac27787e transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xaef2ac9b transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xb976c317 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xbae262a7 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xbdf7bf8b target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xc38ee0d4 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xca46c431 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0xcbfe8d56 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcea3df41 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd0c22732 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xd448e100 sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0xd762699e transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xdaa4ef6c spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xdadeda70 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xdf139afb core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7a47d9b core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe80a1a87 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe9e75893 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xeb912f0f sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xecb00e94 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xef24cfaf transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xef27ec1f sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xef8f72b6 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf04ea990 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xf30f8557 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0xf41782aa transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xf4c15e7f spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xf78e8bd1 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xf827d40a sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb191f74 transport_subsystem_register +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x9666d216 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x71384368 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x827ed31b sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x205b65b0 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x26d2f0f9 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x34c02712 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x49ad2ce0 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x83460330 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x92c0c454 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9532a2e3 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x959974c6 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa3e81a0d usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc33fc5d2 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf18fc12c usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf243e14b usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x42bc2a4c usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xd6241e9e usb_serial_resume +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_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 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd11d2709 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xfc7dcad2 vringh_getdesc_user +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x3207fefe devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x7a347134 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xa9ac8d4f devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xf038a14d lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0a350fca svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0ae598f6 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x44a5312c svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x5e440c2d svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x7e01af10 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xddfdcc0a svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe105e6b4 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x163d21c1 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0xfbd76006 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x9b2eb62e sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0274fdb5 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 0x57123d33 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x5a685d75 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xbddfab6a g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xcbcc556f matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x330585c3 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x4dfe3541 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x829bf35c DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x9bd6cc67 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xebb2c66c matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x1befbe20 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x732ccc4e matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x8226a070 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x99579465 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x9fc2bc92 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x516f3ce0 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x8b99d5cf matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6097cb1a matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x69a8eb58 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcaeffcc3 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xd195947e matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf0193fe4 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x5d3abf93 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x1c27331b w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xa5b2436b w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xbb5dfcef w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xe250558c w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x5a9860d4 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x73e62f52 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x9a4b0a93 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xb14b110f w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x231f363d w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x338ae4b4 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x75380b29 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x81c13dd0 w1_add_master_device +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xa78bd894 iTCO_vendor_pre_set_heartbeat +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xb5f20875 iTCO_vendor_pre_keepalive +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc4f657bf iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xdc6effc9 iTCO_vendor_pre_start +EXPORT_SYMBOL fs/configfs/configfs 0x306538bf config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x3117e98a configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x34872ea5 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0x4f842042 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x502eaeee config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x539b577e config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x88845154 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x99a14f9d configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0xa151a58d config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0xc79940bc config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0xcd13b4c6 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0xd90835ce configfs_depend_item +EXPORT_SYMBOL fs/exofs/libore 0x13bda526 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x2d4667f8 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x347917e7 ore_write +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x48e27b5a ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x4d36f554 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x6b766317 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x72b02d5b ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xb38af081 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0xb69c4381 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0xe0ac15e3 ore_read +EXPORT_SYMBOL fs/fscache/fscache 0x002e8a30 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x05e8aff1 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x090e0cac __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x0db78996 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x0fa71284 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x1a70e34c __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x22975100 fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x28e9cc76 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x2ea14e05 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x3631c239 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x3a63c578 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x3e269499 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x50680bff fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0x5c21464b fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x626f1d3f __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x84e45c0f __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x8a698d14 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x941eba64 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x958b1134 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9b640921 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x9c30839e fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x9e1ca35c __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0xababb9fb __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xb2b67d8e __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xbac5c930 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xc0fe88c6 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0xc1117b94 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0xc63ded12 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xc7932b31 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xc8da8226 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xce9f097b __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xcfa01ef3 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0xd8cabee3 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xd9ff2d5f fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xe9e7a44c __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xeeecc45f fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xf66b5e5f __fscache_attr_changed +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x0d0972c3 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x5c598991 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x70a91c8b qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xcc36086b qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xceb033f0 qtree_delete_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0x66213969 crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x00c653bb lc_put +EXPORT_SYMBOL lib/lru_cache 0x2bf56727 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x348119c4 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x3614f6dd lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x3f7bf3d0 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x43802c7c lc_set +EXPORT_SYMBOL lib/lru_cache 0x59bfd0aa lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x5bd5a540 lc_reset +EXPORT_SYMBOL lib/lru_cache 0x61819208 lc_committed +EXPORT_SYMBOL lib/lru_cache 0x61ec9246 lc_get +EXPORT_SYMBOL lib/lru_cache 0x9f806620 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xb04f228c lc_find +EXPORT_SYMBOL lib/lru_cache 0xb59c7731 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xc7620136 lc_create +EXPORT_SYMBOL lib/lru_cache 0xdc7f3e0e lc_del +EXPORT_SYMBOL lib/lru_cache 0xf7ac8862 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xfc08f8b6 lc_seq_printf_stats +EXPORT_SYMBOL lib/lz4/lz4_compress 0xcbc5d521 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x26c3aa22 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x0e124085 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x4ea1fb63 unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x04f42d80 destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0x200f23ce make_8023_client +EXPORT_SYMBOL net/802/psnap 0x6c80bedf register_snap_client +EXPORT_SYMBOL net/802/psnap 0xea61d188 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0139c0f6 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x08c6a24a p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x09bc8b14 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x0c29a388 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x0cc1b4b5 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x11b4f610 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x11c23d0e p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x158ae38b p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x1899db9e p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x1b83c83f p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x210f59f4 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x25466e87 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x26f3a0bd p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x2837e939 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x3093c058 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x315dbbb2 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x39ae344f p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x3a929336 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x4d620cca v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x5c17ed0b p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x5c783007 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x65fe6b5b p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x68979e0e p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x6ef76257 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x87699fd6 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9afac47f p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb183f16b p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xb603b98b p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xbaf9c82b p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc971abd2 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xca1569ee p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xcf4d8094 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd153f7e0 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xd2bbd111 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xe0453f4e p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xe366666b p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe36896c7 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xf111ad38 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xf4653cc4 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf81c7279 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xf89a26fe p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xfb9091b2 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x11bce170 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xa02a5f54 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xab3c6deb atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xcdf945e6 aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x207388b9 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x2784dbe3 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x2c9c8b92 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x368c25c9 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x3a8a36c1 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x456f174a atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x527fc74e atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x6590ff90 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x6871d805 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x92dc4564 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x944cd2d0 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 0xc582f050 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xcd7f7b41 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xe8478449 atm_charge +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x02db8d7d ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x0f1da1a2 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x5298b9b8 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x6a482e08 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x741b5cbc ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x7a107007 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x8c828a1f ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xa9bf6bca ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xcd4a0e3b ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/bluetooth/bluetooth 0x06e641b4 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x072bdbfa bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0e39ae01 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0fdbba8b bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x107c281d bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1137e06a bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x116db4f2 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x13515e22 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x236c754d hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2af49651 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3797ff82 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3ad45956 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3e5390fc l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x41dc9ac1 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x42c026c3 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x43386738 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x46a7b359 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4b86386f hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5e7678eb l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5ea2b048 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6f140b8a hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6f64a8e8 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x89c16b35 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8c697dbe bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8dad624c hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8ef1f35e l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9883929d hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x99ddf49c bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9d35c1ab hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9edcc2db bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa6cc9d60 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xae8f3378 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb077c1db hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb50a4b47 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd858aacf hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf4e40672 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf8c3fde1 hci_conn_switch_role +EXPORT_SYMBOL net/bridge/bridge 0xbb7a3a34 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x274a373e ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x38047d6e ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xee6cc14b ebt_do_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 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x645b7444 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xba6ce1fd caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0xda7302b9 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xe5f07c4f caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0xe6bcf95a caif_connect_client +EXPORT_SYMBOL net/can/can 0x149784bd can_rx_unregister +EXPORT_SYMBOL net/can/can 0x172e8e50 can_rx_register +EXPORT_SYMBOL net/can/can 0x5190d9d6 can_ioctl +EXPORT_SYMBOL net/can/can 0x72f09f1c can_proto_unregister +EXPORT_SYMBOL net/can/can 0x9410e034 can_proto_register +EXPORT_SYMBOL net/can/can 0xc7069d4d can_send +EXPORT_SYMBOL net/ceph/libceph 0x07140b32 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0edea1f8 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x158ce3d5 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1d88c3cb ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x1f4de331 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x2c27e94a ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x2d068d89 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x316437cf ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x33963a72 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x34b66458 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x3701f191 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x3a02c308 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x3ab89aee ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3b0735f6 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x407d16c6 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x41ef65a3 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x479bbd95 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x4c712fe6 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x4c88d7f6 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x4e7ee2c8 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x5409bffb ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x5571aea2 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x57b2b038 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5f6bc5f2 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x68d4fada osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6d3363a4 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x6e3b1e95 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x6f31325d ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x6fe665bd osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x73abf8ac ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x753d9977 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x763831c6 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7a46052d ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x7f29503c ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x7f3c297c ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x800d5520 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x84801da4 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x86581e01 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x86c2766b ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x879f1dfc osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x8dac98f9 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x94a050b5 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x981b4836 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x98a4dfd7 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9e9eadbb ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xabb07abb ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb0fbea93 ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xb252c00d __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xb273d651 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0xb4fec84f osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb8d03bd1 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xb9856ed7 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xbba035d4 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xbc2f38d6 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xbf5ca44d ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0xc17063ab osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0xc38270b4 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc97aeeaf ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xca2b209d ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcee89954 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd47846e4 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xdfe3d6ad ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0xe1354b1c ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0xe27b728f osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xe55d9bcd ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xe5ad75d8 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xe8ee4700 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xecf049fb osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xefc00add ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xefca77b1 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0xf647cfc1 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xf666332a ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xf69a302b ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xf7a20778 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xf89a1476 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xfee022ad ceph_destroy_client +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x2bad787e dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x263e7278 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1241aef7 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x36450eaa wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x61517363 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7910bf03 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x8bace0c1 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb402ec98 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb8a4aa6f wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0xbfea48d9 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xcc1d3ec8 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xd24a5373 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xd58862e7 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xdebcc31a ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xfbbd25a9 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x8ebc3e28 ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x6537c1e7 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x8df6b3de arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xdff1e2e8 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x4f69dae8 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x7080c2a1 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb2eb53ed ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x20198a23 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xf6d0db20 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x4bd27f22 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x7c51adc1 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x40fd7238 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x566c5225 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xc7a01e4a ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x31624850 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xaa1738a8 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x8118508e xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xdf8d5aab xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x0ad8bb31 ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x276025d7 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x57b286ad ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x92a10b32 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x99da7968 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x9ef21c9f ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xbf3b0412 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xe82de4bc ircomm_data_request +EXPORT_SYMBOL net/irda/irda 0x01dbeb0e irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x0722b664 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x0bab6037 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x196f8846 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x23a2eee7 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x249131b9 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x24bc3592 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x2e05efac irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x31531e84 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x359de411 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0x363dfdd1 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x3b0a2ab6 irias_find_object +EXPORT_SYMBOL net/irda/irda 0x3b9bdefe irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x428321fa hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x48d17824 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x4c350d39 iriap_close +EXPORT_SYMBOL net/irda/irda 0x51aa251b alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x62acf28c irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x648c7478 hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6fa5c8a6 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x71a8fc3a irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7d54adaf irias_new_object +EXPORT_SYMBOL net/irda/irda 0x7ff509a2 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0x88b79c81 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x8cd99be0 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9cc1e783 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x9d42a504 irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x9e326eb3 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xa1a15feb irlap_open +EXPORT_SYMBOL net/irda/irda 0xa370c681 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xaccd8f16 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0xb6403c09 iriap_open +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc0bee29c hashbin_new +EXPORT_SYMBOL net/irda/irda 0xd1bc95f4 irlap_close +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xd866e812 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe5515e4e async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0xe5a327ab irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0xe8322d63 irttp_dup +EXPORT_SYMBOL net/irda/irda 0xe9186566 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0xeb05a3c3 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xff9cbb6e irttp_flow_request +EXPORT_SYMBOL net/l2tp/l2tp_core 0x8e16e8b2 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x035dfaa6 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x06ad226d lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x0fc9e213 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x43d07dd0 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x6d0204a8 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x6ff0256d lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x7eb46a3c lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xae1bf56a lapb_unregister +EXPORT_SYMBOL net/llc/llc 0x247a449d 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 0x5abd92e5 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x7d928d07 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x846cb11f llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xb7d415a5 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xc53ee6db llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xf9f145a0 llc_sap_close +EXPORT_SYMBOL net/mac80211/mac80211 0x0179679a ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x068aa03a ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x089d15da ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x0d9d88ee ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x0ec510c9 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x1688e46f ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x16bd9f8f ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x1a2cf03a ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x1aecbe40 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x21248414 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x2750963d ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x2797e9b7 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x296c6217 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x2ac95b18 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x2d12cdb1 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x2dbd212b ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x30baab15 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x31741e61 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x3ec46fb5 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x40766dec ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x407c4105 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x43d9f1dd __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x4617bc5c ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x4895ecb9 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4ec410f5 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x54473f63 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x54bb04a2 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x5b35dafc ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x5b698106 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x70acf3ef ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x75853d07 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x776b0b60 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x7c175395 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x81b22641 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x844400ce ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x8c4bd9c0 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x8e3b8a76 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x912bad19 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x91f3553b ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x9c515900 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x9fc812e6 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xa6203ce0 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xa690eb01 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xa9394686 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xa9b91318 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xaac431c8 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xb2b3e4a3 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xb97703d7 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xbd80a909 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xbf64010f ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc3c0e2c2 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xcb9aa8bf ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xcda53070 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xcfbef441 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd02f93b8 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd2b2b3b1 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xd50ed134 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xdbb2421c ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xe8c2f198 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xea4ae2c1 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xed9ffdf4 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xf2910dd9 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf99df09e ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xfc0e0a32 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac802154/mac802154 0x1d3202e4 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x1fbcd7e3 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0x79dcf255 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0x837bd9a1 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xfb356911 ieee802154_register_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0d877326 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0edbee6c ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2238cbf3 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3c4af388 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4707349e unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4ffc3297 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa087a815 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa18c8eff register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc92f277d ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcd80dc4d register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd13580d2 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe2cb4f03 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe9e24e50 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xeac18a89 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x0533a1fb nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xdda59c94 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xe73d3d6d __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x10e8e0b7 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x23f85452 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x7c03d637 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x9105c1f5 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xcdc0fb7a __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xd1e484af nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x118513ce xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x3b36abca xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x3ed0e518 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x478fa274 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x861c24ee xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xb6e8734f xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xc38110c0 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xe3f2c71a xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0xe4465e7d xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xf295017b xt_register_targets +EXPORT_SYMBOL net/nfc/hci/hci 0x0adc15fc nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x1693af9a nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x2eb6e064 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x37df5843 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x6cecf2b3 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x71eed7ea nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x7de1a0ad nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x95b1f19b nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xa19ec6d9 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xb6894914 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xb8df9163 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xc2e8bfff nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xca49a9b0 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xdc7bed40 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xe507fb85 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xeb6fa00b nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xf405a7ab nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xfa0d96b3 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/nci/nci 0x299aa742 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x4ed15a9b nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x883c2450 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xdbf482fb nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xe28ffeb4 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xf8c19287 nci_recv_frame +EXPORT_SYMBOL net/nfc/nfc 0x0650ca11 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x08917ffd nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x0a10ad00 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x197f50bc nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x21450243 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x22903a4d nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x2917c1b7 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x2c5b32b0 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x378f7492 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x3a09d419 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x40f1a597 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x582b240d nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x75be3f7d nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x8796b767 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x983b076e nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xa3f515d8 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xbb5bc502 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xbb96b292 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xbba4050d nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xccf09097 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xdd5bb7eb nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc_digital 0x55efbb68 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xabb0b9ea nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xd4554ca3 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xf8e87b3f nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x01c01ada phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x39c884ad pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x5aa48eab pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x6f50c594 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x6fdca8fb phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x874673d5 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xbc0eab13 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xd59cafd7 pn_sock_unhash +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x09b2538c rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0e097314 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x132cb248 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x15311590 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x3ecf68e0 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x47fe7a3f rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5545698c rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x68e63b6e rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7d6330b2 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc2bdcc98 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd8232e68 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xe174f3eb rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xe3656932 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xedffe6d4 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xee9c0a6e rxrpc_get_server_data_key +EXPORT_SYMBOL net/sctp/sctp 0xb21db48d sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x01ad9041 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xa108e383 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xbe1681cc gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0xbac278a9 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xbb67ef4f xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xe0ecf51b svc_pool_stats_open +EXPORT_SYMBOL net/wimax/wimax 0x162ed571 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0x9937d2ee wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x06180a27 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x081e0ff8 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0c19ee74 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x0d9f3d72 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x15b0fcdd freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1ca350af cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x2005aa35 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x27c6c502 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x29288ac2 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x2d35d02f wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x2eccd9c6 cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x3060bfbf cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x328d7fcb cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x34a81ad7 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x37eb9d88 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x3a6ffcad cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x3ade5db3 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x3f4d7dbc ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x43b0eda8 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x43f1c910 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x44613272 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x4603272d cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x48774cc5 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x4b99db8d cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x53fe0e66 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x55d7a935 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x5dd48aba wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x6209dfcd cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x632b4779 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x63b5276a cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x6753f113 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a3e6907 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x6aaa2279 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x71580bb0 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x74844e57 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x74b585fc cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x788049b8 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x803b8375 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x887c630f cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8a969f6f cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x8cc62539 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0x94d423d9 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x95607448 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x96ece1b6 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x97d9ee5a cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x98a3f975 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x98c480ca cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa255b3a7 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xa3616a01 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xa4b4e4c2 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xa7606a20 ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xa9baa1ca wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xad60b849 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xae5fc08b regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xb024bf57 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xb2849f6c cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0xbccde15c __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xc16f7b0e cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd1972129 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xd2540f3a cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xd3a8e6e6 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xd5d094e2 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xdba0b104 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdf007a38 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xe55024bb cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xeb2c67de cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xecb0db6e cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xed020fb5 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xeed59c0e wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xefffb2b4 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xf4e026d5 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xf78097c0 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xfb95e5d2 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/cfg80211 0xfee9f48d cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xffd2506b cfg80211_get_station +EXPORT_SYMBOL net/wireless/lib80211 0x0875ea56 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x1c0af683 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x2bcc085a lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x79e77405 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xa02112bb lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xae250989 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL sound/ac97_bus 0xfc074eec ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xdcccc7a2 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 0x25774324 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 0x66194b3d 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 0x8729426d snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa533c3f6 snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be 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-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x7c32dc9c snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc005c715 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x2b51b084 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x350963b4 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7f62d029 snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x83914b9a snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x92ee6bb0 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x9e7d3f0f snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xbc141dfc snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xf2bf1549 snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x5598f6a2 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0014a45a snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x03ca171c snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x040b942a snd_cards +EXPORT_SYMBOL sound/core/snd 0x0e8e4b76 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0x1375a7c0 _snd_ctl_add_slave +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 0x1d8682b7 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x246435ca snd_card_new +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x2cd2911e snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x2cd31891 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x34dd56b1 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x3561ea6f snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x370e9a71 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x371d7882 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x404cacd7 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x4da9ab48 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x525b856f snd_device_new +EXPORT_SYMBOL sound/core/snd 0x56dc1b75 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x5767ff39 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x5a90a104 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x5adf0d35 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x5b05bf39 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x5e8db9ae snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x6c409bf3 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x71da4919 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x7bfbef98 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x7cc1373d snd_info_register +EXPORT_SYMBOL sound/core/snd 0x7e7bb7ac snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x7eabe9b7 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x8cbe2cdd snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa21d7b43 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xa5e73a0e snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xa6e3b9bd snd_get_device +EXPORT_SYMBOL sound/core/snd 0xae0594aa snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb422e2fa snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0xb5fb1301 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xb85639b6 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xbb729867 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xbc0d8618 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xbf427aec snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xc64428eb snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL sound/core/snd 0xd071d83a snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0xd5f6f621 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xe0a884f0 snd_device_register +EXPORT_SYMBOL sound/core/snd 0xe8450ffd snd_card_free +EXPORT_SYMBOL sound/core/snd 0xf83cecb9 snd_component_add +EXPORT_SYMBOL sound/core/snd 0xfd875787 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xfdb6e974 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd-hwdep 0x7251b202 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x0396728d snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x086c0e7d snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x0a49a419 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x14562384 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x17500d6e snd_pcm_sgbuf_ops_page +EXPORT_SYMBOL sound/core/snd-pcm 0x1a280a83 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x1a903ead snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x20424e2a snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x228a6ffb snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x332eb6e5 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x37aa0e0a snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3b91f3af snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x3ddd87ec snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x3fef1ccc snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x403eb91e snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x581a47dd snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x5b4389fc snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x619190fb snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x6227739d snd_pcm_hw_rule_noresample +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 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x706aebcd snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x7b4a41e1 snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0x7ee2eeb7 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x83825cda snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x83b6fd6c snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x873147e6 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x88170c1b snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x8c481a40 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x90f92232 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x9376afcc snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x9ac9bfd2 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x9ec3dae4 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xa0c728cf snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xacdc6024 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xb1fcc019 snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbb1bb681 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xbe53609f snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xc108bc2a snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xc7467c23 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xca1f9e6f snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xce88e0e0 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xd9b98523 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xdd1d9e84 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xe559af6e snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe9545d41 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0xef34d709 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf586dfff snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xf6495409 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xf71991dd snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xfbfb0270 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xfea9c179 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0cfeca9b snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x12fc2e0c snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2693a56b snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x39503652 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x40702797 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x51e36fd2 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5a5eec05 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5d187574 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6a4cdf66 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x85aba5ff snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa96cf420 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xba8b6461 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd257206c snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe2b6011b snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe8d3ba14 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xefcb0336 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfece6630 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-timer 0x1fbbf0e9 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x3b9206fb snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x45018376 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x5df042e9 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x7ee78d43 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x846befe6 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x9ead5bef snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xa4d647d7 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xb9da6808 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xc28933c6 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xda2c44d4 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xe384975c snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xf2bf170e snd_timer_global_register +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x7cfa3b7a 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 0x15f339c4 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x454ca4fb snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x85f69b04 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xad1bcf1a snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb5aaab17 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd175a545 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd3198d0f snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe9be37d1 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf1a2b5b0 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x43dd4e53 snd_opl4_write +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x8290c53a snd_opl4_write_memory +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x8d53e8b4 snd_opl4_read_memory +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x8e408d3d snd_opl4_create +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0xac2ae1a0 snd_opl4_read +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x290736be snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x3dc9866d snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6ceb06c7 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x989d9695 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9f8e2366 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xbc71e622 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc7832ed4 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe3dddd87 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xfe36ce5a snd_vx_resume +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x008c4209 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0848adcb amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1ae01db9 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1c5dfd91 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1ed06a51 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x22276217 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x263eb701 amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2f52ba23 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3c88a05d avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x409a7b53 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x472fd8c4 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4a6fcbb8 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4e58f8a5 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x51042711 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6237c23a fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6c203f97 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6c8dac81 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x81bdd94d avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8dbdd5f9 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8ee73ea4 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x91e1710a fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9e4403a6 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xaed9bdd1 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc3fe307c cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc629032c cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xde00bcea amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xea805c2f amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf09af9df fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf8e7579a amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf9fecf18 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfe365290 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x0604bed5 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x73e8044d snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x779bcfca snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x85a6bf9e snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x87fc146d snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xb689653b snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x378c1b4d snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x42e4f91a snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x4571d9f5 snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x55f4cef6 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xab2fe468 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xb87c292c snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x4e56f925 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x6876f264 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xd4f40187 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xf113c317 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xadde2c12 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xbe95fc6a snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x10ee40d5 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x6bc39811 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x954e28d3 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x9f883c3a snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa06ba835 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xb72a7a91 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-i2c 0x0b57608b snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x4c097236 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x5d07acb7 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x860530e8 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xbc1bcb34 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd874a4aa snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-tea6330t 0xd2b3cd31 snd_tea6330t_update_mixer +EXPORT_SYMBOL sound/i2c/snd-tea6330t 0xd2c923da snd_tea6330t_detect +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x454bccaf snd_es1688_mixer +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x52799958 snd_es1688_mixer_write +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x9067a955 snd_es1688_create +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0xc9e32814 snd_es1688_reset +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0xe155f931 snd_es1688_pcm +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x06bd9e38 snd_gf1_mem_free +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x0d866151 snd_gf1_i_look8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x1c1ce117 snd_gus_interrupt +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x22e0c35f snd_gf1_new_mixer +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x351c4c6d snd_gf1_ctrl_stop +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x40483d0c snd_gus_initialize +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x43807216 snd_gf1_translate_freq +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x46db8d67 snd_gf1_lvol_to_gvol_raw +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x485fa62d snd_gf1_dram_addr +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x56512460 snd_gus_dram_read +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x5c599ea4 snd_gf1_mem_alloc +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x6173e6ab snd_gf1_write16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x67117e73 snd_gus_use_dec +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x6b2aa501 snd_gf1_pcm_new +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x7fab64df snd_gf1_look16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x8b46fa3e snd_gf1_look8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x8d46c07a snd_gus_use_inc +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x8ebe5cd2 snd_gf1_delay +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x95d560c1 snd_gf1_write8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x985b533f snd_gf1_peek +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x9b3c06bb snd_gus_dram_write +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x9e9598d3 snd_gf1_rawmidi_new +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xae97c89a snd_gf1_write_addr +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xb6df94be snd_gf1_mem_lock +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xbd29b165 snd_gf1_stop_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc43a5527 snd_gf1_atten_table +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xca54a292 snd_gf1_i_write8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xcb69b76a snd_gf1_i_look16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xcf523fa1 snd_gf1_free_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xda2f3849 snd_gf1_poke +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xe1a45fe1 snd_gus_create +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xe3491e56 snd_gf1_mem_xfree +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xf1f2da43 snd_gf1_alloc_voice +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x0e096be3 snd_msnd_init_queue +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x1562ec72 snd_msnd_send_dsp_cmd +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x183c09e4 snd_msndmix_force_recsrc +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x1cb6281f snd_msnd_enable_irq +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x21c1ec78 snd_msnd_upload_host +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x21cb9a95 snd_msnd_DARQ +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x2655d318 snd_msnd_pcm +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x6873814d snd_msnd_DAPQ +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x75026b24 snd_msndmidi_input_read +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x87b000d6 snd_msnd_dsp_halt +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xb64a91dc snd_msndmix_setup +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xbebba691 snd_msndmix_new +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xd55f39de snd_msnd_disable_irq +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xdcff9627 snd_msnd_send_word +EXPORT_SYMBOL sound/isa/opti9xx/snd-miro 0x8a53d0f6 snd_aci_get_aci +EXPORT_SYMBOL sound/isa/opti9xx/snd-miro 0xdfd1a0b6 snd_aci_cmd +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x190dc312 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x298cf9d8 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x5244965c snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x6d0667e5 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x83b6ee4f snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x861713af snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x97951f91 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xdc8d112d snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xe7f3ec01 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xfc6ae5cc snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb16-csp 0x1f6e41d1 snd_sb_csp_new +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x4c1378de snd_sb16dsp_configure +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x4e614781 snd_sb16dsp_get_pcm_ops +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0xc1f2aa57 snd_sb16dsp_pcm +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0xe0b3f690 snd_sb16dsp_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x72856a0a snd_sb8dsp_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0xb8202d57 snd_sb8dsp_pcm +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0xb8f92708 snd_sb8dsp_midi +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0xf83602bd snd_sb8dsp_midi_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x48b4fc11 snd_emu8000_peek +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x4e3ad59b snd_emu8000_dma_chan +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x741a6fe7 snd_emu8000_poke_dw +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x799fec34 snd_emu8000_load_chorus_fx +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x85bb5250 snd_emu8000_update_equalizer +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x92486cee snd_emu8000_init_fm +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x96e50318 snd_emu8000_load_reverb_fx +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x9aa6c7a8 snd_emu8000_update_chorus_mode +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xa7c14abc snd_emu8000_peek_dw +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xbf1926bb snd_emu8000_poke +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xcf50a453 snd_emu8000_update_reverb_mode +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x1b7be2f2 snd_wss_put_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x3a7680fe snd_wss_pcm +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x514d44d5 snd_wss_create +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x51ad2e51 snd_wss_mixer +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x654329aa snd_wss_timer +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x66283f2b snd_wss_get_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x703d824f snd_wss_mce_down +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x7b202637 snd_wss_interrupt +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x7dfa30e9 snd_cs4236_ext_out +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x823b8515 snd_wss_get_double +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x8aa909fa snd_wss_chip_id +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x91154d19 snd_wss_in +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x9942d9f4 snd_wss_overrange +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xacaad688 snd_wss_info_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xb1dfe304 snd_wss_info_double +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xbdc1ecb4 snd_cs4236_ext_in +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xe9b42795 snd_wss_get_pcm_ops +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xf736d859 snd_wss_mce_up +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xff42ae51 snd_wss_out +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xff6858cc snd_wss_put_double +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0dea5712 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x163e44cc snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x221a8541 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2efaa9a1 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2f9981ea snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4d4d1e47 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x71d4ac47 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8fc94b82 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x91b39a86 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9ec4c270 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa64a71c0 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd756a90e snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xde5d4fec snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe0b84a5a snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe78a965b snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf0e9fb87 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf92bb416 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0xa1998807 hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4d3fb8a8 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x62761c9a snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x73db4e10 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8dc5a5ec snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x908bcfc4 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc25d8372 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc8f5ec3d snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe8bb9597 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf1326209 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x68b64997 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xabdc5fab snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xb183946c snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x08670732 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0aeaf423 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0e1cc3dc oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x145ef638 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2dde0c68 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x32b28045 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x381b9f4d oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x60942086 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6b60143c oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6c921ff1 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6d921c44 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x76e9c70f oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb637c95d oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcc0927be oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xced23213 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd23b8663 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd47e0ac0 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xde973ad8 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf4ea0c6e oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf618214e oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf8ce28c5 oxygen_write_uart +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x23b73e16 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2c0093b2 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x524a8964 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x8b2bb5bb snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xb8228b94 snd_trident_alloc_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x4e3f02e9 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x554f35b9 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x0d279dce register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x1444333c register_sound_special +EXPORT_SYMBOL sound/soundcore 0x2e5a4788 register_sound_midi +EXPORT_SYMBOL sound/soundcore 0x5f005504 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xaf852559 sound_class +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xe09aa7d6 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x1a5466b7 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x4779785a snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x63b03254 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 0xca6700e4 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xcff317fe snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xfd2baf14 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x3a81c01d snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x5afbaf97 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xa6daf62e snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xb9c05bd3 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xbe50a281 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe0844767 __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe18a32b6 __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xfe422df9 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 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xe53afe56 snd_usbmidi_create +EXPORT_SYMBOL vmlinux 0x000837c6 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x001c4808 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x004a43c6 key_invalidate +EXPORT_SYMBOL vmlinux 0x004c50a4 netdev_info +EXPORT_SYMBOL vmlinux 0x00626b7c __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x006d7803 account_page_writeback +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x009dc783 get_cached_acl +EXPORT_SYMBOL vmlinux 0x00b1092a setattr_copy +EXPORT_SYMBOL vmlinux 0x00c778e6 set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x00cbbbdb input_unregister_device +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x01004639 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x010f6923 bdi_unregister +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x0125093c init_net +EXPORT_SYMBOL vmlinux 0x0130cae5 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x0180c82e kunmap +EXPORT_SYMBOL vmlinux 0x01b8ad7a inet_sendpage +EXPORT_SYMBOL vmlinux 0x01d02433 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x01ebf3c0 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x01f0705e sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x01fc5b43 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x01ff108a rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x020803e9 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x020e7884 blk_complete_request +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x021f1aa8 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x0221850f inet6_protos +EXPORT_SYMBOL vmlinux 0x023366a6 bdi_destroy +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x025c5c9f stop_tty +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x02650a2c scsi_print_result +EXPORT_SYMBOL vmlinux 0x026c26b6 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027833c1 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x02833e0d agp_find_bridge +EXPORT_SYMBOL vmlinux 0x02842426 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x028a3eed nf_reinject +EXPORT_SYMBOL vmlinux 0x029444f0 native_read_tsc +EXPORT_SYMBOL vmlinux 0x02975786 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02e413ff blk_sync_queue +EXPORT_SYMBOL vmlinux 0x02e87f43 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x030b3b7c ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x030c41ba nf_afinfo +EXPORT_SYMBOL vmlinux 0x0313acf1 dev_open +EXPORT_SYMBOL vmlinux 0x031473e1 kernel_write +EXPORT_SYMBOL vmlinux 0x031d27df neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x035da7be ___pskb_trim +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x038ae2bd generic_write_end +EXPORT_SYMBOL vmlinux 0x03960030 sock_edemux +EXPORT_SYMBOL vmlinux 0x03a9aeb8 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x03b580eb wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x03bfe780 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03cac715 clk_get +EXPORT_SYMBOL vmlinux 0x03ee25ae dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04178744 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x04547ce8 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x048f9c41 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x048fe60b cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x04c83f35 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x04d2aae3 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04dacb8b dma_common_mmap +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x0517f7c8 mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x051a1b28 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0535a52d mnt_pin +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05d9d24a xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x05e0d94e generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x05ee4e54 vga_tryget +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061c5efb read_dev_sector +EXPORT_SYMBOL vmlinux 0x061d3623 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x061d46cd shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x066dd297 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x067309a8 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x067ff7f7 pnp_find_card +EXPORT_SYMBOL vmlinux 0x068c7263 ioremap_cache +EXPORT_SYMBOL vmlinux 0x06b32772 fget_raw +EXPORT_SYMBOL vmlinux 0x06b49a43 scsi_host_get +EXPORT_SYMBOL vmlinux 0x06bb8914 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x06be3c87 phy_connect +EXPORT_SYMBOL vmlinux 0x06c0dae5 __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x06c12158 console_start +EXPORT_SYMBOL vmlinux 0x06ca00e8 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x06d2f086 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x06f2acd3 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x07057963 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x07097dec cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073dfa12 generate_resume_trace +EXPORT_SYMBOL vmlinux 0x0742cab6 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x07559dea cdrom_release +EXPORT_SYMBOL vmlinux 0x07608604 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x076dfc4e pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x0771958b xfrm_register_type +EXPORT_SYMBOL vmlinux 0x077f4209 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x07a23547 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x07a4b576 flex_array_free +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07aa3290 acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x07c7e7f0 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d50a24 csum_partial +EXPORT_SYMBOL vmlinux 0x07e0f524 tty_mutex +EXPORT_SYMBOL vmlinux 0x07e931ba pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x07f4bbae __nlmsg_put +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083093a5 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x0832f4cd jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x085a0f57 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x085f782c idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x08606e97 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x0879e3a7 install_exec_creds +EXPORT_SYMBOL vmlinux 0x0897287b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x089a31d3 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x08aea8f1 PDE_DATA +EXPORT_SYMBOL vmlinux 0x08bf826c _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0x08c3c009 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x08e973d4 pnpbios_protocol +EXPORT_SYMBOL vmlinux 0x08eaf039 scsi_finish_command +EXPORT_SYMBOL vmlinux 0x090f5104 netdev_printk +EXPORT_SYMBOL vmlinux 0x09186915 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x093f0619 generic_setxattr +EXPORT_SYMBOL vmlinux 0x096d27eb bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098ebbed inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x09a3ef42 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x09ab3359 neigh_update +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09cb02f2 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09dce2cb __elv_add_request +EXPORT_SYMBOL vmlinux 0x09efeb4e dmam_pool_create +EXPORT_SYMBOL vmlinux 0x0a08db1f blk_rq_init +EXPORT_SYMBOL vmlinux 0x0a10a7eb ip_defrag +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a35f87b pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x0a3b5f1f skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x0a409314 block_write_full_page +EXPORT_SYMBOL vmlinux 0x0a445a6a blk_execute_rq +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a4c8a50 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x0a53e9df scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x0a56d356 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x0a6432e4 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a95eb49 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x0a9c9c9b phy_stop +EXPORT_SYMBOL vmlinux 0x0ac525e6 register_sysctl +EXPORT_SYMBOL vmlinux 0x0ac7e6c7 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0aef3c91 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x0af008fe dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x0b00a733 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x0b01cca6 unregister_key_type +EXPORT_SYMBOL vmlinux 0x0b04d01a cfb_copyarea +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b108b21 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b22b30d pnp_find_dev +EXPORT_SYMBOL vmlinux 0x0b42c0a2 kmap_atomic_to_page +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b724d07 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b87100f __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x0b992008 dma_pool_create +EXPORT_SYMBOL vmlinux 0x0b9f469b __blk_end_request +EXPORT_SYMBOL vmlinux 0x0ba1d1a6 idr_is_empty +EXPORT_SYMBOL vmlinux 0x0ba77f76 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x0bae6db2 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bcfd9f1 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x0bd4c34e ata_dev_printk +EXPORT_SYMBOL vmlinux 0x0bdaf861 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x0be55e18 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x0beafcde gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x0bf68af1 generic_writepages +EXPORT_SYMBOL vmlinux 0x0bff031b dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x0c136bf8 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x0c366211 kobject_init +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c4dbdd3 cdev_alloc +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c7163dc xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0x0c7db8b9 abx500_register_ops +EXPORT_SYMBOL vmlinux 0x0c84429d udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca7b7a8 acpi_check_region +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cd4cd5b vme_irq_generate +EXPORT_SYMBOL vmlinux 0x0cdb7d12 __kernel_fpu_begin +EXPORT_SYMBOL vmlinux 0x0cdfc0fd filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x0ce021cb dev_change_flags +EXPORT_SYMBOL vmlinux 0x0ced60eb mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0x0cf0bf22 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x0d07b28f dev_printk +EXPORT_SYMBOL vmlinux 0x0d1af173 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x0d28a342 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x0d36f5cc set_security_override +EXPORT_SYMBOL vmlinux 0x0d3dda14 acpi_get_type +EXPORT_SYMBOL vmlinux 0x0d53d05f account_page_dirtied +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dee31f2 vme_slave_request +EXPORT_SYMBOL vmlinux 0x0df05f4d ip_ct_attach +EXPORT_SYMBOL vmlinux 0x0df25043 downgrade_write +EXPORT_SYMBOL vmlinux 0x0e020efd __i2c_transfer +EXPORT_SYMBOL vmlinux 0x0e166cf5 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x0e283234 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x0e361adc scsi_device_get +EXPORT_SYMBOL vmlinux 0x0e578ef2 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x0e5ace2c xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x0e646806 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x0e69a195 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e84fd45 search_binary_handler +EXPORT_SYMBOL vmlinux 0x0eaf451e hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0ebbab44 scsi_add_device +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ecb0530 release_pages +EXPORT_SYMBOL vmlinux 0x0ed247d9 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x0ed2d8fa try_module_get +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f051013 efi +EXPORT_SYMBOL vmlinux 0x0f0c39d5 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x0f3ce604 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x0f424d7e commit_creds +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f538667 brioctl_set +EXPORT_SYMBOL vmlinux 0x0fa5fcb6 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fc5517d unregister_binfmt +EXPORT_SYMBOL vmlinux 0x0fd00a68 acpi_clear_event +EXPORT_SYMBOL vmlinux 0x0fd477f8 dquot_file_open +EXPORT_SYMBOL vmlinux 0x0fd6e1fe elv_add_request +EXPORT_SYMBOL vmlinux 0x0fdb7618 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x10200c62 blk_free_tags +EXPORT_SYMBOL vmlinux 0x102c56de irq_regs +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x10a94839 netif_device_detach +EXPORT_SYMBOL vmlinux 0x10ab7e68 down_killable +EXPORT_SYMBOL vmlinux 0x10aef6a7 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x10b508c9 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x10d49d86 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110e8219 vfs_rename +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x112d8dee lease_modify +EXPORT_SYMBOL vmlinux 0x112e5895 kmap_atomic +EXPORT_SYMBOL vmlinux 0x1131cb57 ata_link_printk +EXPORT_SYMBOL vmlinux 0x114d0f9a skb_push +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x117c3f46 phy_detach +EXPORT_SYMBOL vmlinux 0x11887dc0 ida_remove +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x118a9113 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x11b721f6 mmc_start_req +EXPORT_SYMBOL vmlinux 0x11bd8d48 dma_mark_declared_memory_occupied +EXPORT_SYMBOL vmlinux 0x11c4a8e3 acpi_pm_device_run_wake +EXPORT_SYMBOL vmlinux 0x11db3399 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x11dd01ad intel_scu_ipc_command +EXPORT_SYMBOL vmlinux 0x11e0bc64 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x11fa9ec2 kernel_listen +EXPORT_SYMBOL vmlinux 0x11fbea9e tty_port_init +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x1220fb1d swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x122152c5 scsi_host_put +EXPORT_SYMBOL vmlinux 0x1227bf88 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x12358ef4 gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0x1253c10a __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x125ae9bd inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x128a5cf9 complete_all +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12aa0743 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12f403e4 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x13286c57 mdiobus_write +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13315729 flex_array_alloc +EXPORT_SYMBOL vmlinux 0x133adb37 bio_copy_data +EXPORT_SYMBOL vmlinux 0x134bf438 input_free_device +EXPORT_SYMBOL vmlinux 0x134d539d xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x137265c5 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x1395b476 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x139b6c54 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x13bb7898 iov_iter_init +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13fbab8f wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x140be35c blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x14205946 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x14714985 set_pages_x +EXPORT_SYMBOL vmlinux 0x1471aa96 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x1476bc47 unlock_buffer +EXPORT_SYMBOL vmlinux 0x1479092e sock_wfree +EXPORT_SYMBOL vmlinux 0x147d139b cdev_init +EXPORT_SYMBOL vmlinux 0x149f6091 d_genocide +EXPORT_SYMBOL vmlinux 0x14a78365 x86_hyper +EXPORT_SYMBOL vmlinux 0x14bed98c d_delete +EXPORT_SYMBOL vmlinux 0x14cacb50 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x14d9489e in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x150389d6 acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0x1507e8c9 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x1520e71b eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154ee66b single_open_size +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x1573814a gen_new_estimator +EXPORT_SYMBOL vmlinux 0x157c8f0f simple_readpage +EXPORT_SYMBOL vmlinux 0x1585d9dd pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x158c5ff3 blk_peek_request +EXPORT_SYMBOL vmlinux 0x15a12f35 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x15ad2c0c vme_irq_free +EXPORT_SYMBOL vmlinux 0x15ad962d sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x15e86a15 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x16090db8 poll_initwait +EXPORT_SYMBOL vmlinux 0x160dd6a9 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x160ea4c8 sfi_disabled +EXPORT_SYMBOL vmlinux 0x1616cb30 acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0x161c2f51 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x164cbc7a lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x166a5966 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x1683a50b radix_tree_delete +EXPORT_SYMBOL vmlinux 0x1693333f block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x16957a6c blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0x16b26e34 inet_put_port +EXPORT_SYMBOL vmlinux 0x16ea5d9f lockref_get +EXPORT_SYMBOL vmlinux 0x16fd4bb9 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x17000263 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x170c25ee acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x17190d79 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x171edd51 mdiobus_free +EXPORT_SYMBOL vmlinux 0x173087e5 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x173b1906 udp_del_offload +EXPORT_SYMBOL vmlinux 0x1740e4bb ip6_route_output +EXPORT_SYMBOL vmlinux 0x174a9372 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x175b384b sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x1772338b tty_lock_pair +EXPORT_SYMBOL vmlinux 0x17866384 tty_unlock +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17b7fe4a devfreq_add_device +EXPORT_SYMBOL vmlinux 0x17b833f4 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x17cbd08d blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x17cbf4e7 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x17cc2f7d inet_ioctl +EXPORT_SYMBOL vmlinux 0x17d32d48 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f3f5b7 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x1803e215 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x1804fe7f blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x1826f089 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x184ca6a1 redraw_screen +EXPORT_SYMBOL vmlinux 0x18558c4b blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0x186500f8 netdev_features_change +EXPORT_SYMBOL vmlinux 0x1883eb8c uart_resume_port +EXPORT_SYMBOL vmlinux 0x18893f0c sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x188e90aa fasync_helper +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18af9328 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x18b66196 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x18baa5ae mdiobus_register +EXPORT_SYMBOL vmlinux 0x18bd427c tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x18d96501 atomic64_dec_if_positive_cx8 +EXPORT_SYMBOL vmlinux 0x18ebf16b __dquot_free_space +EXPORT_SYMBOL vmlinux 0x1935180f phy_connect_direct +EXPORT_SYMBOL vmlinux 0x193c9696 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x193f3dd9 input_open_device +EXPORT_SYMBOL vmlinux 0x194aea3f mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x19532cb2 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x195556fa pcibios_set_irq_routing +EXPORT_SYMBOL vmlinux 0x195564ac xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0x199cf3da inode_dio_done +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a9e62b complete +EXPORT_SYMBOL vmlinux 0x19af6390 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19dd3d04 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x19f007be xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x19f0ec38 tty_write_room +EXPORT_SYMBOL vmlinux 0x1a05e1b0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x1a233142 sk_free +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4fea3f lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x1a51487c skb_queue_tail +EXPORT_SYMBOL vmlinux 0x1a5d137f kern_path +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a72f049 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x1a821c57 inet6_release +EXPORT_SYMBOL vmlinux 0x1a84d661 rwsem_wake +EXPORT_SYMBOL vmlinux 0x1a90b264 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x1a9a8bd3 km_new_mapping +EXPORT_SYMBOL vmlinux 0x1aa2a9b1 do_splice_to +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1acf8fc2 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x1afb1aaa acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b080d02 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x1b0ac272 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1b1a6bc6 truncate_setsize +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b2b1351 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x1b3833c0 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x1b38cbf3 scsi_device_put +EXPORT_SYMBOL vmlinux 0x1b4e853d __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x1b50e46c fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x1b570d23 acpi_warning +EXPORT_SYMBOL vmlinux 0x1b5952a5 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x1b617746 wireless_send_event +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b63e4e7 pci_disable_device +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b90e128 tty_free_termios +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bc04503 elevator_exit +EXPORT_SYMBOL vmlinux 0x1be1a4d9 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x1bf9d6e5 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x1c17dce1 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x1c5db5e1 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x1c8a04b0 acpi_reset +EXPORT_SYMBOL vmlinux 0x1ce61194 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x1cebb154 sk_common_release +EXPORT_SYMBOL vmlinux 0x1cf26749 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x1cf285ee cdev_del +EXPORT_SYMBOL vmlinux 0x1d00f246 block_write_end +EXPORT_SYMBOL vmlinux 0x1d0a06a5 dquot_destroy +EXPORT_SYMBOL vmlinux 0x1d2093a0 udp_prot +EXPORT_SYMBOL vmlinux 0x1d3b2bfd prepare_creds +EXPORT_SYMBOL vmlinux 0x1d3d864f mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x1d50b127 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x1d87df79 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x1d8b72d5 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x1d90034a tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x1d90d675 proc_symlink +EXPORT_SYMBOL vmlinux 0x1d9ad023 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x1dad3a3d kernel_read +EXPORT_SYMBOL vmlinux 0x1db25353 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de74f72 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0x1df912b1 idr_remove +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e0c2be4 ioremap_wc +EXPORT_SYMBOL vmlinux 0x1e16c7bf vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e30db02 new_inode +EXPORT_SYMBOL vmlinux 0x1e324cb1 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x1e35de90 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x1e42145e ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x1e633330 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e8ecd93 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x1e8f1f96 simple_setattr +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ee899d4 inet_frags_init +EXPORT_SYMBOL vmlinux 0x1ef086a9 __napi_schedule +EXPORT_SYMBOL vmlinux 0x1f0e19e7 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x1f2b06ce gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x1f30ad67 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x1f3b44db blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x1f71c9d8 security_mmap_file +EXPORT_SYMBOL vmlinux 0x1f71d052 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1fad724a ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd011ed bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd915fe __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x1fdf654d bio_clone_fast +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x20006006 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x2005e68a acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x200913be ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x20092385 acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x202f4e92 acpi_extract_package +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x205f3c5e iov_iter_npages +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x207cddd7 nobh_write_end +EXPORT_SYMBOL vmlinux 0x208739f6 acpi_load_table +EXPORT_SYMBOL vmlinux 0x208ee553 get_super +EXPORT_SYMBOL vmlinux 0x209ada07 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20c6192f intel_scu_ipc_ioread32 +EXPORT_SYMBOL vmlinux 0x20ca0401 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x21262cb0 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x2127b559 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x2135716f invalidate_bdev +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x2161dd47 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x216536f9 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x21676746 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x2199337a down_timeout +EXPORT_SYMBOL vmlinux 0x21ad02ac agp_backend_release +EXPORT_SYMBOL vmlinux 0x21c1307e register_xen_selfballooning +EXPORT_SYMBOL vmlinux 0x21e0ea22 acpi_get_id +EXPORT_SYMBOL vmlinux 0x21f3ea1d block_truncate_page +EXPORT_SYMBOL vmlinux 0x21f90bc7 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x21fb443e _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x2204d563 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x220d8243 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x221d4f3e xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222fffc2 ida_simple_get +EXPORT_SYMBOL vmlinux 0x22330260 dquot_acquire +EXPORT_SYMBOL vmlinux 0x223fdd5d pnp_device_detach +EXPORT_SYMBOL vmlinux 0x22491235 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x2256fafa div64_u64_rem +EXPORT_SYMBOL vmlinux 0x226c7fc9 mutex_unlock +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x2294276c jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22cf3152 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x22dfdd06 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x231f9c2d xfrm_register_km +EXPORT_SYMBOL vmlinux 0x2325c4c9 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x233d1da0 block_write_begin +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x23548ccb end_page_writeback +EXPORT_SYMBOL vmlinux 0x235ebf58 from_kprojid +EXPORT_SYMBOL vmlinux 0x2360675c freezing_slow_path +EXPORT_SYMBOL vmlinux 0x23908bbc kobject_set_name +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23ae28ec bio_copy_user +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c0797f scsi_register_driver +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23d0fc3e migrate_page +EXPORT_SYMBOL vmlinux 0x23d8e4fc dump_trace +EXPORT_SYMBOL vmlinux 0x23fbda79 thaw_bdev +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24055f1f register_netdevice +EXPORT_SYMBOL vmlinux 0x2411dfe4 km_query +EXPORT_SYMBOL vmlinux 0x241333d0 ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x241baa33 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246f72a6 blk_start_queue +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x24882524 __register_binfmt +EXPORT_SYMBOL vmlinux 0x24acb7e2 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x24bd351f mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x24c0951d padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x24d7b4eb cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x24e2e5fc udp_proc_register +EXPORT_SYMBOL vmlinux 0x24f17879 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x24f62be9 get_acl +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x25179907 put_io_context +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x2558240c fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x2578c4a8 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25aba2a4 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25ca1ce8 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x25cba445 pci_bus_put +EXPORT_SYMBOL vmlinux 0x25d1c69c mutex_lock +EXPORT_SYMBOL vmlinux 0x25f24ea1 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x2606d324 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x261190d2 get_user_pages +EXPORT_SYMBOL vmlinux 0x261200cc dump_emit +EXPORT_SYMBOL vmlinux 0x2618c8b2 blk_end_request +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x265b42e4 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x2667c4b5 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x267bb0ae mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x26841a49 simple_release_fs +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x26876dba inet_csk_accept +EXPORT_SYMBOL vmlinux 0x268cc6a2 sys_close +EXPORT_SYMBOL vmlinux 0x268ec6b8 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26bcfa9c acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0x26c9f512 dev_warn +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26ead8da set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x26ec55ce sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x26f436eb dev_alert +EXPORT_SYMBOL vmlinux 0x26f5bd65 register_gifconf +EXPORT_SYMBOL vmlinux 0x26ff2b2e lru_cache_add_file +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272d394e mtrr_del +EXPORT_SYMBOL vmlinux 0x2744b9ff inet_frag_kill +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x2759b962 names_cachep +EXPORT_SYMBOL vmlinux 0x277dd30f dget_parent +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27a7d20d __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x27ae7d0c ec_transaction +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27ec9377 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x27f5b584 lock_sock_fast +EXPORT_SYMBOL vmlinux 0x2800cfee scsi_remove_target +EXPORT_SYMBOL vmlinux 0x28077135 dquot_release +EXPORT_SYMBOL vmlinux 0x280cbd35 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x287310bb vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0x287c0f2e tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x287f85db pci_claim_resource +EXPORT_SYMBOL vmlinux 0x288daf66 skb_clone +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28b715a6 isapnp_cfg_end +EXPORT_SYMBOL vmlinux 0x28cebc9b dquot_disable +EXPORT_SYMBOL vmlinux 0x28eb52b9 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x290916b9 eth_header +EXPORT_SYMBOL vmlinux 0x2920dbbf kernel_getsockname +EXPORT_SYMBOL vmlinux 0x2946f6ec nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x2948dbbb mntput +EXPORT_SYMBOL vmlinux 0x295084e9 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x295954d8 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x295befac inet6_getname +EXPORT_SYMBOL vmlinux 0x296a64ae uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x2974e7ea ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x297fe39b posix_lock_file +EXPORT_SYMBOL vmlinux 0x29842bad down_read +EXPORT_SYMBOL vmlinux 0x298d5bfb __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x298ffd7d check_disk_change +EXPORT_SYMBOL vmlinux 0x29cf666d input_set_capability +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a1a24b2 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x2a1a759a tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x2a219cb9 do_sync_write +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a38151d mmc_can_trim +EXPORT_SYMBOL vmlinux 0x2a389988 input_grab_device +EXPORT_SYMBOL vmlinux 0x2a3ee189 udp_add_offload +EXPORT_SYMBOL vmlinux 0x2a55ed27 keyring_clear +EXPORT_SYMBOL vmlinux 0x2a592bb3 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x2a5def2f intel_scu_ipc_iowrite32 +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a7d070d locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x2a878f79 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x2a9179b5 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x2a93dcb1 kmap +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2aa27f4f scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2ae9e9a3 dev_driver_string +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b0e1659 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x2b1042d4 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x2b2ca1ff inet_addr_type +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b391625 set_nlink +EXPORT_SYMBOL vmlinux 0x2b3b5146 __frontswap_load +EXPORT_SYMBOL vmlinux 0x2b4c562f abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x2b50cc08 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x2b51ca35 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x2b6b6dc5 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x2b7eace3 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x2b8115ed have_submounts +EXPORT_SYMBOL vmlinux 0x2b849efe pnp_possible_config +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2b9fcb6a mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bb14b2e inet6_bind +EXPORT_SYMBOL vmlinux 0x2bb55d6e acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x2bda0994 tcp_connect +EXPORT_SYMBOL vmlinux 0x2bfeb410 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x2c11b80e set_create_files_as +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2b5687 would_dump +EXPORT_SYMBOL vmlinux 0x2c30d291 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x2c4b35eb bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x2c572382 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x2c5f651d seq_read +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2c9176e5 serio_interrupt +EXPORT_SYMBOL vmlinux 0x2ca319a6 wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x2cadd7d3 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x2cd04886 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d144e21 rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x2d1a585c fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x2d28c52d truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x2d2bb903 dm_put_device +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d37342e cpu_online_mask +EXPORT_SYMBOL vmlinux 0x2d5fa020 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d95734b posix_test_lock +EXPORT_SYMBOL vmlinux 0x2da61ab6 phy_find_first +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2dc398e6 pci_restore_state +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dd56942 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x2dd9a36b flex_array_shrink +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2dedc4c2 acpi_format_exception +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2e1876cb pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e3f17ab qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x2e47192d vga_client_register +EXPORT_SYMBOL vmlinux 0x2e75a6a3 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x2e98375d agp_enable +EXPORT_SYMBOL vmlinux 0x2eb0573f find_vma +EXPORT_SYMBOL vmlinux 0x2eb5382c mount_ns +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2edcc88a tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x2ee9f468 generic_fillattr +EXPORT_SYMBOL vmlinux 0x2eecc4e0 input_close_device +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f22bcdc bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x2f2dbcc7 register_exec_domain +EXPORT_SYMBOL vmlinux 0x2f2fab3f fb_is_primary_device +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f438841 dev_mc_del +EXPORT_SYMBOL vmlinux 0x2f5b7974 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x2f640f25 pagecache_write_end +EXPORT_SYMBOL vmlinux 0x2f6aba79 registered_fb +EXPORT_SYMBOL vmlinux 0x2f73a092 ip6_xmit +EXPORT_SYMBOL vmlinux 0x2f755aac pci_get_class +EXPORT_SYMBOL vmlinux 0x2f80bcd2 _dev_info +EXPORT_SYMBOL vmlinux 0x2f8d4d6b jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x2f8d7403 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x2f9506d0 bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fbb0ce0 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe44396 kthread_stop +EXPORT_SYMBOL vmlinux 0x2ff29bb6 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x301538b7 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x3016e516 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x3023ee22 fd_install +EXPORT_SYMBOL vmlinux 0x302acd13 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x3057de99 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x305c7797 skb_dequeue +EXPORT_SYMBOL vmlinux 0x30634bf3 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x3065fbb8 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x307efbf8 dev_uc_init +EXPORT_SYMBOL vmlinux 0x308c9079 sg_miter_start +EXPORT_SYMBOL vmlinux 0x309ccf57 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x30a653b4 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30aa965b path_put +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x3105462c udp_seq_open +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x3126c94a open_exec +EXPORT_SYMBOL vmlinux 0x312824e0 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x312ab5e1 elv_rb_del +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x3174147d blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x31e315da kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x31e76b57 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x31f87fc7 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x31fcea3a netdev_state_change +EXPORT_SYMBOL vmlinux 0x3202435a wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x321f3183 fput +EXPORT_SYMBOL vmlinux 0x322e7729 xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0x323be0e0 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x324a2fa0 seq_pad +EXPORT_SYMBOL vmlinux 0x325a6189 input_allocate_device +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x32654afd nla_reserve +EXPORT_SYMBOL vmlinux 0x327ba850 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x327e5c59 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x3281e303 scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x329093d7 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x32ae93c2 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x32b261cf ppp_channel_index +EXPORT_SYMBOL vmlinux 0x32c85988 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x32cea339 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x32ff0f5d tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x3314eedf __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x331b5451 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x331ed7f8 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x3322e312 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x3334cbd5 __break_lease +EXPORT_SYMBOL vmlinux 0x3336c32e init_special_inode +EXPORT_SYMBOL vmlinux 0x333869bd mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x335d06ea secpath_dup +EXPORT_SYMBOL vmlinux 0x33611c6c follow_up +EXPORT_SYMBOL vmlinux 0x33637305 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x337e1866 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x337e3124 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x338282b7 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x3391ff72 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x33a8e5bf __blk_run_queue +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33bdeac9 simple_rmdir +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33d662f7 finish_open +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33e1d89f __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f9477b jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x3403a7bd arp_create +EXPORT_SYMBOL vmlinux 0x3408bf06 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x342b4e6a bio_split +EXPORT_SYMBOL vmlinux 0x342dd0c3 sock_init_data +EXPORT_SYMBOL vmlinux 0x342f60fe apm_info +EXPORT_SYMBOL vmlinux 0x3437d4a9 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x34400707 serio_close +EXPORT_SYMBOL vmlinux 0x3460f8cb pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x346558f5 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x346d4a39 seq_puts +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347dba98 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x349a2ae5 bdget_disk +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a136ab dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x34a65c49 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x34d2e0f3 tc_classify_compat +EXPORT_SYMBOL vmlinux 0x34dbc5ea tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f9fd81 nf_log_packet +EXPORT_SYMBOL vmlinux 0x350a0a62 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351760a0 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x353de98f cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x353e21e3 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x355c033d scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x356925b2 security_file_permission +EXPORT_SYMBOL vmlinux 0x3570a437 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x35939089 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x359d4f2f bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x35b19711 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x35d958d6 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x35e50c99 __inet6_hash +EXPORT_SYMBOL vmlinux 0x3605062f dst_alloc +EXPORT_SYMBOL vmlinux 0x3609b850 unregister_console +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x361fa30d scsi_put_command +EXPORT_SYMBOL vmlinux 0x3648d7bd tc_classify +EXPORT_SYMBOL vmlinux 0x36538922 bdget +EXPORT_SYMBOL vmlinux 0x367c5531 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x36833ae7 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x368fe63c tcp_close +EXPORT_SYMBOL vmlinux 0x36aad357 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x36b2acd0 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36c6af51 intel_scu_ipc_iowrite8 +EXPORT_SYMBOL vmlinux 0x36f2326e agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x36f27951 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x3704b240 uart_match_port +EXPORT_SYMBOL vmlinux 0x372ff0ca ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x37386857 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x373c4829 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x374261c6 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374780eb sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x375813ee pid_task +EXPORT_SYMBOL vmlinux 0x375f5f04 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x37958651 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x3796a5bc dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37e3fcf9 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37ece736 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x38099e13 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x381144a9 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x381a54ba pci_enable_device +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381ccc13 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x3829d110 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x3836bcab pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x384d21e8 flow_cache_init +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x3852aaab inetdev_by_index +EXPORT_SYMBOL vmlinux 0x385ea6dd pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x38618d8d tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x387bb665 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388799f6 unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x388b7b4a pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x388f8efe __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x389d63fd queue_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38d5fac8 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x38f63dcf netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x38fa441f scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x3907aeee xfrm_init_state +EXPORT_SYMBOL vmlinux 0x391bfc30 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x393de70b skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x393e0b04 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3995222c tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x39a055f3 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x39c30751 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x39cb39a7 tty_register_driver +EXPORT_SYMBOL vmlinux 0x39cd1748 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x39f71d0f irq_stat +EXPORT_SYMBOL vmlinux 0x39f80320 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x3a013b7d remove_wait_queue +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a10aa19 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x3a1393f5 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x3a25dc7e vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x3a298a2c __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x3a32839e intel_gtt_chipset_flush +EXPORT_SYMBOL vmlinux 0x3a4ca137 blk_put_queue +EXPORT_SYMBOL vmlinux 0x3a6da4fd i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x3a8d6a07 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x3a8f191c save_mount_options +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3a9b7cdf ping_prot +EXPORT_SYMBOL vmlinux 0x3abdf316 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x3ad63a0b up_read +EXPORT_SYMBOL vmlinux 0x3ae6a28e pci_platform_rom +EXPORT_SYMBOL vmlinux 0x3b18679e __free_pages +EXPORT_SYMBOL vmlinux 0x3b201620 machine_real_restart +EXPORT_SYMBOL vmlinux 0x3b720412 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x3b753f18 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x3b825a8f ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x3bb1d28a __kfree_skb +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bdb3bda pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x3bfd42fb pcie_get_mps +EXPORT_SYMBOL vmlinux 0x3c1c8f5b __lock_buffer +EXPORT_SYMBOL vmlinux 0x3c352618 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c48b172 phy_device_free +EXPORT_SYMBOL vmlinux 0x3c657cdf iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3c9e9428 dma_mmap_from_coherent +EXPORT_SYMBOL vmlinux 0x3cb3931b sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x3cbed70e xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3d138788 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x3d342699 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x3d36fd5b gen_pool_alloc +EXPORT_SYMBOL vmlinux 0x3d3b2d10 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x3d5211fb sock_no_mmap +EXPORT_SYMBOL vmlinux 0x3d6b97cf skb_split +EXPORT_SYMBOL vmlinux 0x3d727198 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x3d7c1ed7 msrs_alloc +EXPORT_SYMBOL vmlinux 0x3d9aa7b4 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3ded2130 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0e343f neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x3e24f39f xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0x3e2ae3a8 acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0x3e2bccd5 ps2_init +EXPORT_SYMBOL vmlinux 0x3e31cf56 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x3e5e459c vme_irq_handler +EXPORT_SYMBOL vmlinux 0x3e5f730f tty_check_change +EXPORT_SYMBOL vmlinux 0x3e637353 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x3e681f8b gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x3e872670 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ef371a6 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x3ef78d80 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x3eff5ac2 intel_scu_ipc_writev +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f1f9aeb inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x3f358608 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f6b6ca2 page_put_link +EXPORT_SYMBOL vmlinux 0x3f74514c i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x3f9b16de alloc_fddidev +EXPORT_SYMBOL vmlinux 0x3f9f868f __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x3fa58ef8 wait_for_completion +EXPORT_SYMBOL vmlinux 0x3face760 simple_getattr +EXPORT_SYMBOL vmlinux 0x3fcb5954 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x3fd4b08e mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x3fe91886 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3feedb83 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x3ff34a35 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x4002f3ff phy_device_create +EXPORT_SYMBOL vmlinux 0x401200eb set_pages_array_wc +EXPORT_SYMBOL vmlinux 0x4018d39d gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x40220aff vfs_mkdir +EXPORT_SYMBOL vmlinux 0x402490af pci_reenable_device +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x40522c2c iov_iter_advance +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x4061112d __page_symlink +EXPORT_SYMBOL vmlinux 0x4079b840 pci_get_device +EXPORT_SYMBOL vmlinux 0x4090ce21 module_put +EXPORT_SYMBOL vmlinux 0x409299f4 mmc_release_host +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x4097fa45 acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c89d46 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d245f9 __get_user_pages +EXPORT_SYMBOL vmlinux 0x40df8e61 cpu_info +EXPORT_SYMBOL vmlinux 0x411f1968 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x412a0999 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41522a96 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x415fc5d7 acpi_device_hid +EXPORT_SYMBOL vmlinux 0x416aa0de tcp_child_process +EXPORT_SYMBOL vmlinux 0x417b2f46 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x41822533 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x41862ad4 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x419b120b pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x41b4a1ce led_blink_set +EXPORT_SYMBOL vmlinux 0x41bb807d __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x41d6cb07 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x41dcc8b7 irq_set_chip +EXPORT_SYMBOL vmlinux 0x41e506d9 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x41f6d5c2 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x41f7e12e pci_save_state +EXPORT_SYMBOL vmlinux 0x42012460 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x4201fa8e security_inode_init_security +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x42190e83 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x421e3717 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x4234d8a5 proc_set_user +EXPORT_SYMBOL vmlinux 0x42350e8d ucs2_strlen +EXPORT_SYMBOL vmlinux 0x42442630 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x424ec31d scsi_scan_host +EXPORT_SYMBOL vmlinux 0x42523083 __devm_request_region +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x42642c99 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x426bae18 revalidate_disk +EXPORT_SYMBOL vmlinux 0x428486ab elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x4292364c schedule +EXPORT_SYMBOL vmlinux 0x4295c851 inode_init_always +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42b7cbc6 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x42c8de35 ioremap_nocache +EXPORT_SYMBOL vmlinux 0x42ca2f65 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43068bfb fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x432166ff neigh_table_init +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x437deda0 scsi_print_command +EXPORT_SYMBOL vmlinux 0x438201f2 follow_down +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438c631f dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x43967417 d_lookup +EXPORT_SYMBOL vmlinux 0x4398f2ba scsi_device_resume +EXPORT_SYMBOL vmlinux 0x439cb751 pv_lock_ops +EXPORT_SYMBOL vmlinux 0x43ed8e9d phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x440f72df inet_getname +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x4420e7c2 get_disk +EXPORT_SYMBOL vmlinux 0x442fe2e2 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x443c590c agp_free_memory +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x4447f2db pnp_device_attach +EXPORT_SYMBOL vmlinux 0x44743727 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44abaccb module_layout +EXPORT_SYMBOL vmlinux 0x44c5f4b9 down_write_trylock +EXPORT_SYMBOL vmlinux 0x44d83083 vfs_setpos +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f1606d down_trylock +EXPORT_SYMBOL vmlinux 0x44f21d24 iterate_mounts +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x450eef34 phy_start +EXPORT_SYMBOL vmlinux 0x4511a4b5 proto_unregister +EXPORT_SYMBOL vmlinux 0x451f0f2e __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4544de9c dquot_alloc +EXPORT_SYMBOL vmlinux 0x454c308b bio_chain +EXPORT_SYMBOL vmlinux 0x454eef5b set_bdi_congested +EXPORT_SYMBOL vmlinux 0x4558fee4 read_cache_page +EXPORT_SYMBOL vmlinux 0x456cdd73 loop_register_transfer +EXPORT_SYMBOL vmlinux 0x4571b9cf genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x4578661a _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x457878be make_kgid +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x458597fb balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45ae13db sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x45dfd6ee jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x46091a2b neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x4629334c __preempt_count +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x4655a5bc do_splice_direct +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x4668b821 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4673e6db sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x46821ef4 input_register_handle +EXPORT_SYMBOL vmlinux 0x468265cc scsi_init_io +EXPORT_SYMBOL vmlinux 0x468bcda6 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x469d629f crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x469e7c74 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x46af80d0 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x46c155cb phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x46fe2756 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x471bca05 dma_release_declared_memory +EXPORT_SYMBOL vmlinux 0x47265d6a neigh_seq_next +EXPORT_SYMBOL vmlinux 0x472b3ee9 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x47326a06 dentry_unhash +EXPORT_SYMBOL vmlinux 0x47406e2d skb_checksum +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x474d07a4 filp_close +EXPORT_SYMBOL vmlinux 0x475f010b acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x476e5b38 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0x478d10b2 ht_destroy_irq +EXPORT_SYMBOL vmlinux 0x4792c572 down_interruptible +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47a77333 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47be274c bd_set_size +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47ccdbeb read_code +EXPORT_SYMBOL vmlinux 0x47e2c90d swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481cb9ab acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486000a2 flush_signals +EXPORT_SYMBOL vmlinux 0x486d2f29 dqstats +EXPORT_SYMBOL vmlinux 0x486f4cda jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x4899b595 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x48b67f60 inet_select_addr +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48bc731c register_quota_format +EXPORT_SYMBOL vmlinux 0x48e630c3 generic_write_checks +EXPORT_SYMBOL vmlinux 0x48f5ec09 user_revoke +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x4983f82f agp_copy_info +EXPORT_SYMBOL vmlinux 0x49a9a963 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49c35ef8 sget +EXPORT_SYMBOL vmlinux 0x49efd06a current_fs_time +EXPORT_SYMBOL vmlinux 0x4a12d483 security_path_chmod +EXPORT_SYMBOL vmlinux 0x4a322756 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a3afeff write_cache_pages +EXPORT_SYMBOL vmlinux 0x4a48b46d scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x4a619f83 memcpy +EXPORT_SYMBOL vmlinux 0x4a6e56c0 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x4a9555f6 inet_bind +EXPORT_SYMBOL vmlinux 0x4aad7d72 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x4ab1d632 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4ac5517e udp_set_csum +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4af9d499 request_firmware +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b019b04 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b1cf5d4 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b37a432 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x4b4c0a05 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b876e4c ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x4ba043af dm_get_device +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bb0778e vm_stat +EXPORT_SYMBOL vmlinux 0x4bb154ef pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x4bc4d5a5 __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x4bcf03a4 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x4bd7b153 I_BDEV +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bee9f46 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x4bf7b27d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0x4c043861 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c1c1920 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c4fef19 kernel_stack +EXPORT_SYMBOL vmlinux 0x4c59b931 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x4c60484b kernel_accept +EXPORT_SYMBOL vmlinux 0x4ca644fc eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x4cb737c7 pci_bus_type +EXPORT_SYMBOL vmlinux 0x4cb7adb8 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cd18cf2 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x4cda5e28 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cdc293d fddi_type_trans +EXPORT_SYMBOL vmlinux 0x4cdd1b7a module_refcount +EXPORT_SYMBOL vmlinux 0x4cdd4fb8 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x4ce587d0 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x4d0fd012 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x4d1dd4f8 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x4d21fcce ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x4d2f36a5 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d4365f4 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d4d2efd netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x4d794a2b force_sig +EXPORT_SYMBOL vmlinux 0x4d80eb4e key_type_keyring +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4daa360a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x4ddc553d locks_remove_posix +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e06ebd3 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x4e097ce7 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x4e0c2ac7 dev_addr_add +EXPORT_SYMBOL vmlinux 0x4e146db5 vmap +EXPORT_SYMBOL vmlinux 0x4e32abf1 __serio_register_port +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e453b5b ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x4e64cbe5 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e796c3a seq_write +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e997ed8 da903x_query_status +EXPORT_SYMBOL vmlinux 0x4ea0404e pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ed67e0b netif_napi_del +EXPORT_SYMBOL vmlinux 0x4ee17ba3 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x4ef5bea6 mmc_can_reset +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f4cc14c scsi_scan_target +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6b400b _copy_from_user +EXPORT_SYMBOL vmlinux 0x4f6c7d21 md_write_start +EXPORT_SYMBOL vmlinux 0x4f783f30 acpi_read +EXPORT_SYMBOL vmlinux 0x4f8b5ddb _copy_to_user +EXPORT_SYMBOL vmlinux 0x4f9724f4 napi_get_frags +EXPORT_SYMBOL vmlinux 0x4f9a3f26 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x4fbd8712 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x4fbda162 vga_put +EXPORT_SYMBOL vmlinux 0x4fde86b2 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4ff8a5d3 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5015da32 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x504c2266 contig_page_data +EXPORT_SYMBOL vmlinux 0x50529870 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x505a2d68 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x5073a5c7 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x50827062 mmc_put_card +EXPORT_SYMBOL vmlinux 0x508ee28d bioset_create +EXPORT_SYMBOL vmlinux 0x50990e0a dquot_commit +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a1a279 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x50b51309 pci_request_region +EXPORT_SYMBOL vmlinux 0x50b66bcb radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x50c0bf25 key_validate +EXPORT_SYMBOL vmlinux 0x50cb8a00 tcp_poll +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50e8198e simple_transaction_read +EXPORT_SYMBOL vmlinux 0x50eedeb8 printk +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x511a866f sg_miter_skip +EXPORT_SYMBOL vmlinux 0x514a6686 devm_ioremap +EXPORT_SYMBOL vmlinux 0x51612303 kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x51640f6c dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x516b5408 blk_get_queue +EXPORT_SYMBOL vmlinux 0x5186518f profile_pc +EXPORT_SYMBOL vmlinux 0x51964f89 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x51bad621 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x51c7dc5f devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51dbcedb sock_no_accept +EXPORT_SYMBOL vmlinux 0x51ebe864 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x51fba7ab check_disk_size_change +EXPORT_SYMBOL vmlinux 0x52006d56 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5206459c proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x52095e19 acpi_get_data +EXPORT_SYMBOL vmlinux 0x5216cb42 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x52177ed8 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x5221492e tcf_hash_release +EXPORT_SYMBOL vmlinux 0x523185cf remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5255ff7c pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x525e026f acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0x52795b2f security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x528059d9 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x52a65aa0 ihold +EXPORT_SYMBOL vmlinux 0x52a79c3d neigh_table_clear +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x530252f0 security_path_truncate +EXPORT_SYMBOL vmlinux 0x530b1e4c rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x533606e5 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x53443bd4 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x534b59fa tcp_shutdown +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x5383f34b _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x538642c8 put_tty_driver +EXPORT_SYMBOL vmlinux 0x5396005e pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x53a00afa __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x53a13e58 __netif_schedule +EXPORT_SYMBOL vmlinux 0x53ac4d80 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x53ce2faf elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x53d7a706 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x53f2ef10 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x54152e04 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x5437c0ac ppp_dev_name +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x543fff6c elv_rb_find +EXPORT_SYMBOL vmlinux 0x544b0c11 acpi_lid_notifier_register +EXPORT_SYMBOL vmlinux 0x5464d3f6 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0x54770917 lookup_one_len +EXPORT_SYMBOL vmlinux 0x547d2b7a qdisc_destroy +EXPORT_SYMBOL vmlinux 0x549529cc __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54bae1dc __getblk +EXPORT_SYMBOL vmlinux 0x54bcf3d5 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54fd358a napi_gro_receive +EXPORT_SYMBOL vmlinux 0x54fee3c3 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x55475758 replace_mount_options +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x5571982e sock_rfree +EXPORT_SYMBOL vmlinux 0x55738cef i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0x557abca1 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x557b22f6 rtnl_notify +EXPORT_SYMBOL vmlinux 0x558c08d4 padata_add_cpu +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55a87d46 dev_notice +EXPORT_SYMBOL vmlinux 0x55ad047b swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x55c6b2a3 seq_release_private +EXPORT_SYMBOL vmlinux 0x55c871d7 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x55dc9819 set_trace_device +EXPORT_SYMBOL vmlinux 0x560c6254 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x56189d9f end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x562a6a59 empty_aops +EXPORT_SYMBOL vmlinux 0x5631c42a vfs_writev +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x563c51ec jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x56570b99 inet_add_offload +EXPORT_SYMBOL vmlinux 0x565fde4c ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x566cf619 free_task +EXPORT_SYMBOL vmlinux 0x5676a3e5 intel_scu_ipc_ioread8 +EXPORT_SYMBOL vmlinux 0x568bfcbc dput +EXPORT_SYMBOL vmlinux 0x56ab0043 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x56ae9988 fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56e09d50 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x56fd4fde cap_mmap_file +EXPORT_SYMBOL vmlinux 0x56fd9e69 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x5705088a __vmalloc +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x573410f0 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575af70c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x576fc623 __nla_reserve +EXPORT_SYMBOL vmlinux 0x57815a10 cad_pid +EXPORT_SYMBOL vmlinux 0x57827d5b get_task_io_context +EXPORT_SYMBOL vmlinux 0x579fbcd2 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x57a0ab7e __module_get +EXPORT_SYMBOL vmlinux 0x57a54c0a tcp_init_sock +EXPORT_SYMBOL vmlinux 0x57c94aab tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x57ca2235 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x57e3df10 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x57e86008 simple_open +EXPORT_SYMBOL vmlinux 0x57f58be6 security_inode_readlink +EXPORT_SYMBOL vmlinux 0x57fcd8ab netif_rx +EXPORT_SYMBOL vmlinux 0x57fd6f29 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x58042430 dmam_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x584738f9 rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x585ef3fa kfree_put_link +EXPORT_SYMBOL vmlinux 0x586103be acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x5867f783 inet_del_offload +EXPORT_SYMBOL vmlinux 0x586829c7 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x5878ca27 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x58a96ca7 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58c5b65b vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0x58d2d819 ata_port_printk +EXPORT_SYMBOL vmlinux 0x58fef6f8 ist_info +EXPORT_SYMBOL vmlinux 0x590017cc submit_bh +EXPORT_SYMBOL vmlinux 0x591322cb flow_cache_fini +EXPORT_SYMBOL vmlinux 0x59157d1b mmc_get_card +EXPORT_SYMBOL vmlinux 0x59162c8f vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x593ae20c tcf_register_action +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x59856e9a nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x598602ae register_console +EXPORT_SYMBOL vmlinux 0x59b16c88 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x59b45726 vga_get +EXPORT_SYMBOL vmlinux 0x59bc9609 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0x59bd25da fb_find_mode +EXPORT_SYMBOL vmlinux 0x59c36857 x86_dma_fallback_dev +EXPORT_SYMBOL vmlinux 0x59ca9240 register_key_type +EXPORT_SYMBOL vmlinux 0x59d09467 netdev_warn +EXPORT_SYMBOL vmlinux 0x5a0a67c3 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x5a2aa62e __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x5a2d88df _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a4e1a6a textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a7a5ac1 x86_hyper_ms_hyperv +EXPORT_SYMBOL vmlinux 0x5a8b7831 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x5ac376a5 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x5ad9dfa8 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x5adddece mpage_writepages +EXPORT_SYMBOL vmlinux 0x5afa7b06 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b25f79b devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x5b271d86 acpi_video_dmi_promote_vendor +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b42bb39 file_update_time +EXPORT_SYMBOL vmlinux 0x5b7c4000 inode_init_once +EXPORT_SYMBOL vmlinux 0x5b90a4cc locks_init_lock +EXPORT_SYMBOL vmlinux 0x5ba2673b scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x5bc1f26a unregister_qdisc +EXPORT_SYMBOL vmlinux 0x5bc8d583 copy_from_user_overflow +EXPORT_SYMBOL vmlinux 0x5bd17248 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x5be7f796 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x5c0fd2d7 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x5c1dcf0a noop_fsync +EXPORT_SYMBOL vmlinux 0x5c1e6ae1 noop_llseek +EXPORT_SYMBOL vmlinux 0x5c4debe3 kfree_skb +EXPORT_SYMBOL vmlinux 0x5c545234 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x5c5bef25 submit_bio +EXPORT_SYMBOL vmlinux 0x5c60119c udp6_set_csum +EXPORT_SYMBOL vmlinux 0x5c767e4a __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x5c871d36 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x5ccdd7c7 genphy_read_status +EXPORT_SYMBOL vmlinux 0x5cda7d5b dcb_setapp +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfa542f sock_create +EXPORT_SYMBOL vmlinux 0x5d01ca7a __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x5d198659 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x5d3dce6c pci_set_power_state +EXPORT_SYMBOL vmlinux 0x5d4018e2 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d4916ba simple_write_begin +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d71d64a sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x5d74dbcf pnp_range_reserved +EXPORT_SYMBOL vmlinux 0x5d798728 __napi_complete +EXPORT_SYMBOL vmlinux 0x5d8a99bd elv_register_queue +EXPORT_SYMBOL vmlinux 0x5d974c14 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x5daad700 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x5db25f5b devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x5db45f85 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x5dce6b75 complete_and_exit +EXPORT_SYMBOL vmlinux 0x5dfd31af tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x5e117fd0 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x5e21218a idr_replace +EXPORT_SYMBOL vmlinux 0x5e2863c3 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x5e4b3808 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x5e675982 qdisc_list_del +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9d9c5f sk_ns_capable +EXPORT_SYMBOL vmlinux 0x5eac17a2 drop_super +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb4dd34 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x5eb904ba _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x5ec94c8c tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ee38ce5 bdput +EXPORT_SYMBOL vmlinux 0x5ef1af2a make_kuid +EXPORT_SYMBOL vmlinux 0x5ef6a526 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f1a4ccf intel_scu_ipc_update_register +EXPORT_SYMBOL vmlinux 0x5f243b92 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x5f249fa6 check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0x5f27544a mempool_destroy +EXPORT_SYMBOL vmlinux 0x5f2afd17 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x5f30b65c sock_update_memcg +EXPORT_SYMBOL vmlinux 0x5f4f9b30 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x5f5b3561 user_path_create +EXPORT_SYMBOL vmlinux 0x5f7b29b2 posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x5f82d27d path_is_under +EXPORT_SYMBOL vmlinux 0x5f9b0ec0 ns_capable +EXPORT_SYMBOL vmlinux 0x5fb5b574 security_path_unlink +EXPORT_SYMBOL vmlinux 0x5fced6b9 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x5fd268cb radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5fd41f9e mb_cache_create +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fe3aedd tty_throttle +EXPORT_SYMBOL vmlinux 0x5fe41fb6 percpu_counter_set +EXPORT_SYMBOL vmlinux 0x5fe4eae3 kill_fasync +EXPORT_SYMBOL vmlinux 0x5ff42b08 acpi_video_get_capabilities +EXPORT_SYMBOL vmlinux 0x5ffd2fed init_page_accessed +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6026b545 drop_nlink +EXPORT_SYMBOL vmlinux 0x602ed00d acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x6042549c seq_printf +EXPORT_SYMBOL vmlinux 0x605e43b0 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x609b8102 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60b86f61 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x60c309fa dentry_open +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61311d97 netdev_alert +EXPORT_SYMBOL vmlinux 0x613838bd copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x614383c0 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x6168d2dd buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x619b187b add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x61b3560c cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61debba3 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x61e51cd5 netdev_crit +EXPORT_SYMBOL vmlinux 0x61f6a7dc dma_release_from_coherent +EXPORT_SYMBOL vmlinux 0x62012cf5 pci_dev_put +EXPORT_SYMBOL vmlinux 0x62049256 acpi_disable +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6226d855 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622fa02a prepare_to_wait +EXPORT_SYMBOL vmlinux 0x6237f6b5 acpi_enable_event +EXPORT_SYMBOL vmlinux 0x6241a2ab __copy_from_user_ll_nocache +EXPORT_SYMBOL vmlinux 0x624ada3f xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x6288c622 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x62987e67 generic_setlease +EXPORT_SYMBOL vmlinux 0x629a55b4 bio_copy_kern +EXPORT_SYMBOL vmlinux 0x62a8735b skb_append +EXPORT_SYMBOL vmlinux 0x62b92f56 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x62c509bc swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x62cba3fe blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x62f91594 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x6319f551 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x632a706b simple_link +EXPORT_SYMBOL vmlinux 0x63434bd4 con_is_bound +EXPORT_SYMBOL vmlinux 0x6358888f sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x6360fb11 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x63634bdb blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x636a5691 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0x6373dc57 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x63902627 key_alloc +EXPORT_SYMBOL vmlinux 0x63a01291 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x63a6bcc9 acpi_map_lsapic +EXPORT_SYMBOL vmlinux 0x63a93501 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x63ae0138 intel_gtt_get +EXPORT_SYMBOL vmlinux 0x63b45de7 key_unlink +EXPORT_SYMBOL vmlinux 0x63e6cb55 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f4c4ed kmem_cache_free +EXPORT_SYMBOL vmlinux 0x63fa3a1d skb_tx_error +EXPORT_SYMBOL vmlinux 0x63fb757f __destroy_inode +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x63fc4fed kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x6432752e __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x643a8863 mount_pseudo +EXPORT_SYMBOL vmlinux 0x643dc859 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x6449fd41 acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0x6453536c kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x6472d518 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x647f3a20 clk_add_alias +EXPORT_SYMBOL vmlinux 0x6483d42d ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a22450 dma_ops +EXPORT_SYMBOL vmlinux 0x64a4b84d cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x64b3d129 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x64c1fd24 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x64ca90ae inode_add_bytes +EXPORT_SYMBOL vmlinux 0x64da7ba6 start_tty +EXPORT_SYMBOL vmlinux 0x64eae7ad set_memory_array_wb +EXPORT_SYMBOL vmlinux 0x64fa7693 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x64fecc1f __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x64ffb890 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x6555f431 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x655f1ab0 set_memory_array_wc +EXPORT_SYMBOL vmlinux 0x6565d33f scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x65a295bb atomic64_xchg_cx8 +EXPORT_SYMBOL vmlinux 0x65a69e38 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x66355efc vprintk +EXPORT_SYMBOL vmlinux 0x66358e6e dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x66392060 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x663f7cd0 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0x6668a8ef tcf_action_exec +EXPORT_SYMBOL vmlinux 0x666ccf48 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x667275db bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x6682f119 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66ac4939 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x66e98bc4 agp_free_page_array +EXPORT_SYMBOL vmlinux 0x6701d48a security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x67205a03 first_ec +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x673007ae i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x676d3bbc pcim_iounmap +EXPORT_SYMBOL vmlinux 0x677aeb81 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x67873ab2 swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b77ea8 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c02fda put_page +EXPORT_SYMBOL vmlinux 0x67dcffb7 lg_lock_init +EXPORT_SYMBOL vmlinux 0x67ec162c intel_gmch_probe +EXPORT_SYMBOL vmlinux 0x67f72102 idr_init +EXPORT_SYMBOL vmlinux 0x67f7403e _raw_spin_lock +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x683cfa85 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687baa6b inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x68b72d43 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68dfc59f __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e2f221 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0x690b96f8 __bread +EXPORT_SYMBOL vmlinux 0x691001b5 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x693114d0 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x69352d1e framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x693bcd29 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x69430fdc scsi_get_command +EXPORT_SYMBOL vmlinux 0x6959d76d make_bad_inode +EXPORT_SYMBOL vmlinux 0x696c196e elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x69911d4b ida_init +EXPORT_SYMBOL vmlinux 0x69920927 sock_release +EXPORT_SYMBOL vmlinux 0x699b4af9 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69cd8b99 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e10434 dev_activate +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69eb87b8 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a229341 dquot_enable +EXPORT_SYMBOL vmlinux 0x6a27bfce csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x6a39817e rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x6a48e16b percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x6a589ed1 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a64e87b set_anon_super +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a81daea jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x6a8d3dbd mmc_remove_host +EXPORT_SYMBOL vmlinux 0x6a8d4135 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x6aa9aa35 input_register_handler +EXPORT_SYMBOL vmlinux 0x6ab20048 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x6abe6b52 inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6acc8dd0 dev_deactivate +EXPORT_SYMBOL vmlinux 0x6ad85887 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aee6b81 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b09fb2e i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b3edb56 kobject_del +EXPORT_SYMBOL vmlinux 0x6b54d523 cdev_add +EXPORT_SYMBOL vmlinux 0x6b874a56 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x6b882adf iget_failed +EXPORT_SYMBOL vmlinux 0x6ba4d6c0 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x6bb04bd5 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bce4cb5 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x6bd13fd4 ip6_frag_match +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c25db81 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x6c2e3320 strncmp +EXPORT_SYMBOL vmlinux 0x6c385993 vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x6c3f8545 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x6c40edc0 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6780c5 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c783a05 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x6c789870 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x6c7a0d9c blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x6ca5b0f8 __net_get_random_once +EXPORT_SYMBOL vmlinux 0x6cb8a13f xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x6cb9c69d jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x6cc4de12 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x6cd2fe28 lock_fb_info +EXPORT_SYMBOL vmlinux 0x6cd3fabf uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6ce3e517 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x6d01e7cb pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d118fa6 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x6d266164 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d318b46 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d70dd18 blk_stop_queue +EXPORT_SYMBOL vmlinux 0x6dd6b335 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x6de30e69 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e08b613 vfs_link +EXPORT_SYMBOL vmlinux 0x6e1ce0a8 seq_vprintf +EXPORT_SYMBOL vmlinux 0x6e25d825 mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x6e2c4d14 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x6e2e6e90 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x6e408320 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x6e444744 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x6e51ac2e _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x6e53b69c acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x6e544e96 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x6e6514ed radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6e65f2dc rtc_lock +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9d3c9 vfs_readv +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ecb7a97 d_alloc_name +EXPORT_SYMBOL vmlinux 0x6edc204b dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x6eebb13d send_sig +EXPORT_SYMBOL vmlinux 0x6ef1d1a9 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x6ef1d42e xfrm_state_update +EXPORT_SYMBOL vmlinux 0x6f0a157b tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x6f0cd21c vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f316d75 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x6f3e5f20 d_drop +EXPORT_SYMBOL vmlinux 0x6f4147c1 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x6f4c6b71 lg_local_unlock +EXPORT_SYMBOL vmlinux 0x6f4eaeda nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x6f556bdb acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x6f5bd56b deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x6fb990e8 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fdf0646 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x6fe43e89 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x6feb2039 acpi_write +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7062a901 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x7062b4cd cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x7073756c unlock_page +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x7086c543 __frontswap_test +EXPORT_SYMBOL vmlinux 0x708736e7 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x708753c7 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x7088ce72 printk_emit +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d1f8f3 strncat +EXPORT_SYMBOL vmlinux 0x70d700d4 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x70d8ab82 acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0x70db423d vfs_unlink +EXPORT_SYMBOL vmlinux 0x70df8043 netif_skb_features +EXPORT_SYMBOL vmlinux 0x70df9545 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x70fcd078 get_agp_version +EXPORT_SYMBOL vmlinux 0x7113c77f ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x7114a71f bit_waitqueue +EXPORT_SYMBOL vmlinux 0x71268a4f get_phy_device +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712ed37b radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x713e1aaf sk_mc_loop +EXPORT_SYMBOL vmlinux 0x715d5e5c invalidate_partition +EXPORT_SYMBOL vmlinux 0x716704c6 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x716d69bc max8925_reg_read +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x718f0290 security_path_mknod +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b08ba3 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x71b3bed4 blk_run_queue +EXPORT_SYMBOL vmlinux 0x71c33e40 skb_queue_head +EXPORT_SYMBOL vmlinux 0x71f47037 genlmsg_put +EXPORT_SYMBOL vmlinux 0x71f65175 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72076212 input_set_keycode +EXPORT_SYMBOL vmlinux 0x722fae96 xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x7235344b i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x724f9ef8 set_binfmt +EXPORT_SYMBOL vmlinux 0x725cbdb4 sk_filter +EXPORT_SYMBOL vmlinux 0x728da7c0 mount_nodev +EXPORT_SYMBOL vmlinux 0x7295693f i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x729d37cd neigh_event_ns +EXPORT_SYMBOL vmlinux 0x72b04e4d copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b5b2b7 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72bf2140 mtrr_add +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72e59f10 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x72e84bc7 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f3aa32 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x72f7112f security_path_link +EXPORT_SYMBOL vmlinux 0x73083044 agp_bridge +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731a1e80 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x731d34c8 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x732ee400 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x738803e6 strnlen +EXPORT_SYMBOL vmlinux 0x738b5163 pipe_unlock +EXPORT_SYMBOL vmlinux 0x73aab052 fsync_bdev +EXPORT_SYMBOL vmlinux 0x73b2cb93 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x7413793a EISA_bus +EXPORT_SYMBOL vmlinux 0x742c9522 seq_putc +EXPORT_SYMBOL vmlinux 0x742f28ba scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x742fafd7 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x743b4ae3 atomic64_inc_not_zero_cx8 +EXPORT_SYMBOL vmlinux 0x745dc186 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x746b5b74 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7472124d tcf_hash_create +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x74b5dff6 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x74bb2181 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74ce05b8 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x74e5c98f ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74fc140c tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x74fd7766 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x7526c8a9 tso_start +EXPORT_SYMBOL vmlinux 0x75271716 save_processor_state +EXPORT_SYMBOL vmlinux 0x7531e3dc acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x75441206 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x75483e46 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x75519531 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x75947e16 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x75bb675a finish_wait +EXPORT_SYMBOL vmlinux 0x75bc549a x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75c478db backlight_force_update +EXPORT_SYMBOL vmlinux 0x75c65684 seq_path +EXPORT_SYMBOL vmlinux 0x75cfc06c n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x75d08c93 d_tmpfile +EXPORT_SYMBOL vmlinux 0x75d21809 vprintk_emit +EXPORT_SYMBOL vmlinux 0x75fbdefd acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x75ff6934 km_report +EXPORT_SYMBOL vmlinux 0x760064bc do_fallocate +EXPORT_SYMBOL vmlinux 0x7603d1f3 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7628f3c7 this_cpu_off +EXPORT_SYMBOL vmlinux 0x762add85 atomic64_inc_return_cx8 +EXPORT_SYMBOL vmlinux 0x76314763 amd_northbridges +EXPORT_SYMBOL vmlinux 0x76323ed1 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x769a10b1 __ht_create_irq +EXPORT_SYMBOL vmlinux 0x769e06d7 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76d5fc3a pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x76ecf075 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x76f6c5ef kmalloc_order +EXPORT_SYMBOL vmlinux 0x770a0036 isapnp_cfg_begin +EXPORT_SYMBOL vmlinux 0x770c0d36 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x7711c370 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x77167cc9 set_blocksize +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x7725965a sock_register +EXPORT_SYMBOL vmlinux 0x772f9eec __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x774872a6 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77a142e9 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77d2d599 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x77dcbb22 soft_cursor +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77e19bb3 blkdev_put +EXPORT_SYMBOL vmlinux 0x77e811db tcf_exts_change +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77f55364 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x77fecd52 make_kprojid +EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt +EXPORT_SYMBOL vmlinux 0x78167e88 pci_iounmap +EXPORT_SYMBOL vmlinux 0x78244897 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x782567ec memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x783d7f02 register_cdrom +EXPORT_SYMBOL vmlinux 0x7857d671 dump_page +EXPORT_SYMBOL vmlinux 0x785a8757 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x788317f5 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x789c7305 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x78a21f5c isapnp_protocol +EXPORT_SYMBOL vmlinux 0x78bb2011 dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0x78c05215 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x78db38d3 proc_dointvec +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f22d17 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x78f70670 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x78fd68f1 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x79068fda acpi_install_method +EXPORT_SYMBOL vmlinux 0x79078dc2 may_umount +EXPORT_SYMBOL vmlinux 0x79169f9a led_set_brightness +EXPORT_SYMBOL vmlinux 0x792352fa scsi_dma_map +EXPORT_SYMBOL vmlinux 0x7936fefa inet_shutdown +EXPORT_SYMBOL vmlinux 0x79438af2 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x794a0d15 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x794ac3ee alloc_file +EXPORT_SYMBOL vmlinux 0x794db850 pci_dev_get +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x798153f0 fb_blank +EXPORT_SYMBOL vmlinux 0x7983fcc3 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79c87041 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x79e2b522 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x7a08389e __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a204a6b page_address +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2b89de mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x7a3ce80c kmap_to_page +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a4f715a pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x7a5c0795 dquot_resume +EXPORT_SYMBOL vmlinux 0x7a5e388f nobh_write_begin +EXPORT_SYMBOL vmlinux 0x7a5e858a mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x7a61b51b fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x7a6226d7 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x7a6e93d2 __f_setown +EXPORT_SYMBOL vmlinux 0x7a6fe050 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x7a7b6f2f atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x7a7e17fb unregister_nls +EXPORT_SYMBOL vmlinux 0x7a82cb47 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7a8936ff eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a9bf88d udplite_table +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab839b4 kernel_sendpage +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ace9a91 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7aec9089 clear_user +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7b07d5f3 i2c_master_recv +EXPORT_SYMBOL vmlinux 0x7b134ddf acpi_get_name +EXPORT_SYMBOL vmlinux 0x7b1ade38 lz4_decompress +EXPORT_SYMBOL vmlinux 0x7b52a859 wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b6ba9e7 tty_do_resize +EXPORT_SYMBOL vmlinux 0x7b97dae0 input_register_device +EXPORT_SYMBOL vmlinux 0x7ba15dd2 __inode_permission +EXPORT_SYMBOL vmlinux 0x7bc8d3f7 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x7bd2c156 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x7bf882dc jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x7c0c2ac9 padata_free +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c364e7d inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c49b4fd genphy_suspend +EXPORT_SYMBOL vmlinux 0x7c52d1cb __scsi_add_device +EXPORT_SYMBOL vmlinux 0x7c5f3606 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c956fdf skb_pad +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7cadcfcc free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cb7aa06 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cc6189c nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce83365 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf88cbd dev_uc_add +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d36c49c unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x7d3bb628 do_sync_read +EXPORT_SYMBOL vmlinux 0x7d50f0cb inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x7d5d5341 idr_destroy +EXPORT_SYMBOL vmlinux 0x7d5dd3c4 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x7d5f32a5 __d_drop +EXPORT_SYMBOL vmlinux 0x7d611230 pci_bus_get +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d86bd1f generic_permission +EXPORT_SYMBOL vmlinux 0x7d94f746 acpi_os_write_port +EXPORT_SYMBOL vmlinux 0x7db53952 try_to_release_page +EXPORT_SYMBOL vmlinux 0x7db5e185 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x7dbc2e57 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0x7dc12ce8 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e104640 input_release_device +EXPORT_SYMBOL vmlinux 0x7e180100 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x7e21acf3 tty_port_close +EXPORT_SYMBOL vmlinux 0x7e21b0ba __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x7e38c445 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x7e3e096c alloc_disk_node +EXPORT_SYMBOL vmlinux 0x7e4d51ef blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x7e5fccf2 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x7e8bb32c user_path_at +EXPORT_SYMBOL vmlinux 0x7e9b7949 md_error +EXPORT_SYMBOL vmlinux 0x7ea347b1 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0x7eb6b668 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x7ebf4efa inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x7ecb001b __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x7edcbc8a scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x7ee73c0c memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0x7efbb5af cdrom_open +EXPORT_SYMBOL vmlinux 0x7efeb05e sg_miter_next +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f36ff43 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x7f38bbd4 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x7f38d2d1 register_qdisc +EXPORT_SYMBOL vmlinux 0x7f570a2a dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x7f57177a acl_by_type +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f69654d lro_receive_skb +EXPORT_SYMBOL vmlinux 0x7f85c83e sk_capable +EXPORT_SYMBOL vmlinux 0x7fa23439 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x7fb20090 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x7fcce92b blk_finish_request +EXPORT_SYMBOL vmlinux 0x7fcdf4d1 touch_buffer +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fe1e64a sock_create_kern +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x8003ea1b neigh_connected_output +EXPORT_SYMBOL vmlinux 0x80093e84 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x802f259c generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x80676e1a mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x8075d69a d_instantiate +EXPORT_SYMBOL vmlinux 0x80af1468 padata_alloc +EXPORT_SYMBOL vmlinux 0x80c85c59 blkdev_fsync +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d8d564 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x80d9ca85 paravirt_ticketlocks_enabled +EXPORT_SYMBOL vmlinux 0x81060276 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x81372ea6 lock_rename +EXPORT_SYMBOL vmlinux 0x81472677 acpi_get_table +EXPORT_SYMBOL vmlinux 0x8147cba6 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x8150c0ba mempool_resize +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815c56d0 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x81732bcf jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x8185ddf9 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x81923f2f phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x819ce48e con_copy_unimap +EXPORT_SYMBOL vmlinux 0x81c05f10 pci_map_rom +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81d2d58b tcp_check_req +EXPORT_SYMBOL vmlinux 0x81d2e447 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e2b958 seq_release +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x820e4ff1 xfrm_input +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x822e123b bitmap_unplug +EXPORT_SYMBOL vmlinux 0x8235805b memmove +EXPORT_SYMBOL vmlinux 0x824334df __scm_destroy +EXPORT_SYMBOL vmlinux 0x824342f4 kset_unregister +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x82699306 vfs_write +EXPORT_SYMBOL vmlinux 0x8273d864 register_netdev +EXPORT_SYMBOL vmlinux 0x827877a6 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x827ffbfc __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x828071cb jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82ba0b63 keyring_search +EXPORT_SYMBOL vmlinux 0x82c56b24 mpage_readpages +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x830a28fc dev_uc_flush +EXPORT_SYMBOL vmlinux 0x830d9dcd vfs_rmdir +EXPORT_SYMBOL vmlinux 0x830e547b ioremap_prot +EXPORT_SYMBOL vmlinux 0x8314896e pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x8320fb85 file_remove_suid +EXPORT_SYMBOL vmlinux 0x83241fa0 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x8324f04a __frontswap_store +EXPORT_SYMBOL vmlinux 0x8329e6f0 memset +EXPORT_SYMBOL vmlinux 0x833c03aa acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x8361525d rfkill_alloc +EXPORT_SYMBOL vmlinux 0x837a891d fb_get_mode +EXPORT_SYMBOL vmlinux 0x838055fa xfrm_register_mode +EXPORT_SYMBOL vmlinux 0x838a142d add_disk +EXPORT_SYMBOL vmlinux 0x838c6dc7 init_buffer +EXPORT_SYMBOL vmlinux 0x838c87fd blk_integrity_register +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83a684b6 __lock_page +EXPORT_SYMBOL vmlinux 0x83a840b7 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83e59c84 sock_create_lite +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x8417f512 acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x844c8bb6 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x846b6a20 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x846d93ee tty_register_device +EXPORT_SYMBOL vmlinux 0x84981410 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x84b30ae0 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x84be886f completion_done +EXPORT_SYMBOL vmlinux 0x84c1ac00 set_page_dirty +EXPORT_SYMBOL vmlinux 0x84e49be2 dcb_getapp +EXPORT_SYMBOL vmlinux 0x84fa30a2 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x84faffd7 block_commit_write +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x851781c8 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x85281266 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x85436ebf neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x858fdcca tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x85976457 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x85a36939 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85b87f40 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x85c16166 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x85c3f5b9 single_release +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e60242 d_validate +EXPORT_SYMBOL vmlinux 0x85f91697 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x861fba98 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x865487d3 km_state_expired +EXPORT_SYMBOL vmlinux 0x865a8ae6 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x86755fc3 md_flush_request +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86941d87 netif_napi_add +EXPORT_SYMBOL vmlinux 0x869ad1a8 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86b390c2 padata_do_serial +EXPORT_SYMBOL vmlinux 0x86eb43fc simple_transaction_set +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x87357b6d irq_to_desc +EXPORT_SYMBOL vmlinux 0x873ac71b inc_nlink +EXPORT_SYMBOL vmlinux 0x8769009b kunmap_high +EXPORT_SYMBOL vmlinux 0x876dafc3 ec_write +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x87825c81 padata_stop +EXPORT_SYMBOL vmlinux 0x87838558 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x8796dd1a seq_bitmap +EXPORT_SYMBOL vmlinux 0x8798e453 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x87aaddf8 wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x87bcf348 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x87e28a3e put_disk +EXPORT_SYMBOL vmlinux 0x87ef5c62 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x87f43909 audit_log +EXPORT_SYMBOL vmlinux 0x880fd75f inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x882bdc38 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x882dab9d sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x88363aa3 phy_disconnect +EXPORT_SYMBOL vmlinux 0x883ae66c udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x883ef412 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x88578475 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x886cd30f blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x887680f1 single_open +EXPORT_SYMBOL vmlinux 0x88994ebf rename_lock +EXPORT_SYMBOL vmlinux 0x88c477b6 neigh_compat_output +EXPORT_SYMBOL vmlinux 0x88c9db26 netif_device_attach +EXPORT_SYMBOL vmlinux 0x88fc6360 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x8905368d bio_endio +EXPORT_SYMBOL vmlinux 0x891a9a50 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x892b26a0 set_memory_nx +EXPORT_SYMBOL vmlinux 0x8935d485 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x8953f8ff __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x89593503 __neigh_create +EXPORT_SYMBOL vmlinux 0x8965f891 pci_select_bars +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x898266e5 tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x899f96cc dquot_free_inode +EXPORT_SYMBOL vmlinux 0x89a3a73c pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89bf2ab4 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x89d2da40 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x8a139895 sk_net_capable +EXPORT_SYMBOL vmlinux 0x8a1ab246 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1c5455 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a68000b i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a80d7a5 acpi_error +EXPORT_SYMBOL vmlinux 0x8a880db5 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8a9dc2bc dev_get_flags +EXPORT_SYMBOL vmlinux 0x8ab89ff5 skb_make_writable +EXPORT_SYMBOL vmlinux 0x8acadf30 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x8b079a28 mem_map +EXPORT_SYMBOL vmlinux 0x8b18496f __copy_to_user_ll +EXPORT_SYMBOL vmlinux 0x8b226a81 acpi_video_dmi_demote_vendor +EXPORT_SYMBOL vmlinux 0x8b2b0914 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b405368 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b49a679 tty_port_put +EXPORT_SYMBOL vmlinux 0x8b5f4a2e IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b671618 dev_crit +EXPORT_SYMBOL vmlinux 0x8b67de72 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x8b773186 ilookup5 +EXPORT_SYMBOL vmlinux 0x8b7f4b7a sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b95dd4a __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b9e1c82 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x8bb0fba8 nf_log_set +EXPORT_SYMBOL vmlinux 0x8bc488dd d_add_ci +EXPORT_SYMBOL vmlinux 0x8bcdbba1 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x8bd14e28 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x8bd24c42 sk_wait_data +EXPORT_SYMBOL vmlinux 0x8c096718 get_io_context +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c350a6f free_buffer_head +EXPORT_SYMBOL vmlinux 0x8c444b9a done_path_create +EXPORT_SYMBOL vmlinux 0x8c547392 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c6a3314 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x8c705ada tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x8c938222 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x8caf5261 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x8cc299ef jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x8cc55e7e bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d44670a vfs_llseek +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d5fad95 tcf_hash_check +EXPORT_SYMBOL vmlinux 0x8d673829 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x8d6b2ce1 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8d6f81b4 __div64_32 +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d77a581 pnp_start_dev +EXPORT_SYMBOL vmlinux 0x8d88303e inode_set_bytes +EXPORT_SYMBOL vmlinux 0x8d8d96c6 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x8d948aa2 eth_change_mtu +EXPORT_SYMBOL vmlinux 0x8d98bcad inet6_del_offload +EXPORT_SYMBOL vmlinux 0x8da1a3cb acpi_remove_interface +EXPORT_SYMBOL vmlinux 0x8dac9980 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x8daf8c42 dql_init +EXPORT_SYMBOL vmlinux 0x8db37d77 send_sig_info +EXPORT_SYMBOL vmlinux 0x8dc5f540 aio_complete +EXPORT_SYMBOL vmlinux 0x8dc6e564 restore_processor_state +EXPORT_SYMBOL vmlinux 0x8dccc398 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x8e002cda acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0x8e0d66f4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8e139860 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x8e23aad7 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x8e40c8bd block_invalidatepage +EXPORT_SYMBOL vmlinux 0x8e488326 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x8e6bbc6d vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x8e888ec3 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x8eacbbe5 input_event +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8ebc09e8 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x8ec8b6e0 netpoll_setup +EXPORT_SYMBOL vmlinux 0x8ee613fb scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x8ee67003 nf_log_unset +EXPORT_SYMBOL vmlinux 0x8eea3a0a xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x8f033454 unlazy_fpu +EXPORT_SYMBOL vmlinux 0x8f045d1c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x8f1dd54a sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f28d5b2 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x8f344cf8 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x8f3d9b9f jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x8f3f9340 mmc_free_host +EXPORT_SYMBOL vmlinux 0x8f5295ee remove_proc_entry +EXPORT_SYMBOL vmlinux 0x8f684f3e netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x8f883532 textsearch_register +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fac1cbf __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x8fca74f9 inode_set_flags +EXPORT_SYMBOL vmlinux 0x8ff4079b pv_irq_ops +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x9002237d bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x900b34a6 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x900c71e8 skb_trim +EXPORT_SYMBOL vmlinux 0x9011a292 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x904349b0 devm_clk_get +EXPORT_SYMBOL vmlinux 0x904409c6 acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x90695906 vme_free_consistent +EXPORT_SYMBOL vmlinux 0x9077bae5 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x909d1967 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x90a12851 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x90aff67c netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x90c91cc3 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x90cb0eac __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x90d23118 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x90d4f2c9 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x9101edc6 queue_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x910cd726 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x91250c4f dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x9137ad7c fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x9141ec9e proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x916387cf neigh_lookup +EXPORT_SYMBOL vmlinux 0x91660bb9 km_is_alive +EXPORT_SYMBOL vmlinux 0x916a2f16 d_invalidate +EXPORT_SYMBOL vmlinux 0x916a34b1 override_creds +EXPORT_SYMBOL vmlinux 0x9170e647 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x918a3cd5 sock_no_bind +EXPORT_SYMBOL vmlinux 0x91967e8e xen_selfballoon_init +EXPORT_SYMBOL vmlinux 0x91a55f64 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0x91ac8fbb generic_show_options +EXPORT_SYMBOL vmlinux 0x91b04ed4 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x92027f18 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x92306a20 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x92377c56 cont_write_begin +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x9243147f pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x925f0e2d blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x9266dd6c pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x92837086 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x928708b9 key_task_permission +EXPORT_SYMBOL vmlinux 0x92897e3d default_idle +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92ac1b32 devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0x92ce6df9 mount_bdev +EXPORT_SYMBOL vmlinux 0x92e9056e blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9300ae0e i2c_verify_client +EXPORT_SYMBOL vmlinux 0x9301e86b release_firmware +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9308bb1b tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x931e05a8 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x9333a5a5 sock_no_connect +EXPORT_SYMBOL vmlinux 0x933c99c8 ip_options_compile +EXPORT_SYMBOL vmlinux 0x933d2f1a init_task +EXPORT_SYMBOL vmlinux 0x933f4ac4 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x936ef470 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x9370ef0c is_bad_inode +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93852344 sock_no_listen +EXPORT_SYMBOL vmlinux 0x93907352 kern_path_create +EXPORT_SYMBOL vmlinux 0x9399e756 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93ab65fd __breadahead +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93da6dec twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x93dd5646 blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0x93e60ac9 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x940ebb0f down_read_trylock +EXPORT_SYMBOL vmlinux 0x941206bf twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x9418747c inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x9438d3b0 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x943ca163 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x94539c33 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x945ad1b5 read_cache_pages +EXPORT_SYMBOL vmlinux 0x94632307 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94acfe05 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x94b1341b path_get +EXPORT_SYMBOL vmlinux 0x94b541b5 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x94bdec49 d_find_alias +EXPORT_SYMBOL vmlinux 0x94d5ca6d bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x95000b22 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x95189fc0 inet_release +EXPORT_SYMBOL vmlinux 0x95395301 acpi_exception +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95480d5a md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x954bd277 follow_down_one +EXPORT_SYMBOL vmlinux 0x955ba9a8 clear_inode +EXPORT_SYMBOL vmlinux 0x955bb25d fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x956da5d2 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x9574de2b jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x95b1a087 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x95bd6e26 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0x95e5543c netdev_notice +EXPORT_SYMBOL vmlinux 0x96006c10 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x9601e00a __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x960c01e2 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x960dfaf5 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x9625cc0e update_region +EXPORT_SYMBOL vmlinux 0x962e4fdf prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x964a1c6f freeze_bdev +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x96afc42d input_unregister_handler +EXPORT_SYMBOL vmlinux 0x96c85e4f pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d56fa3 netdev_update_features +EXPORT_SYMBOL vmlinux 0x96d7dd4a xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x96fabd0f consume_skb +EXPORT_SYMBOL vmlinux 0x973a2eec textsearch_destroy +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x973ff93f update_devfreq +EXPORT_SYMBOL vmlinux 0x9753f77d __block_write_begin +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x9758f847 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x975a8542 kernel_bind +EXPORT_SYMBOL vmlinux 0x975eae14 sync_inode +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a232e2 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97adca0e skb_insert +EXPORT_SYMBOL vmlinux 0x97b4500c __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x97b59586 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0x97bf01d2 __devm_release_region +EXPORT_SYMBOL vmlinux 0x97c5bd0a acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x97dcef29 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x97de0ddd acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x97f5a924 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x98025690 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x980fc4be genl_notify +EXPORT_SYMBOL vmlinux 0x980fd23a call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x981b416c from_kuid +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x982f1b19 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x983528d8 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x9853671e blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x98595f91 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x9888874f pci_set_master +EXPORT_SYMBOL vmlinux 0x988ed85d set_memory_x +EXPORT_SYMBOL vmlinux 0x98a9e7d0 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x98c64448 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x98ca344d security_task_getsecid +EXPORT_SYMBOL vmlinux 0x98db4895 devm_gpio_request +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x98ff5863 dev_err +EXPORT_SYMBOL vmlinux 0x99028df1 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x9904ce0f xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x990d3302 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x99233c32 cpu_core_map +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99479881 __scm_send +EXPORT_SYMBOL vmlinux 0x994c06fa d_alloc +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x997bdea1 sock_no_getname +EXPORT_SYMBOL vmlinux 0x997bf75c tty_unlock_pair +EXPORT_SYMBOL vmlinux 0x9993e0cf xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x9994689b blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99c7b3de jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99de9417 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a46c897 d_splice_alias +EXPORT_SYMBOL vmlinux 0x9a4b0d06 poll_freewait +EXPORT_SYMBOL vmlinux 0x9a4fb50e rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x9a6a83f9 cmos_lock +EXPORT_SYMBOL vmlinux 0x9a6b889b neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x9a80e14d jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x9a93f15a scsi_print_sense +EXPORT_SYMBOL vmlinux 0x9a942984 kdb_current_task +EXPORT_SYMBOL vmlinux 0x9ac61113 dev_mc_add +EXPORT_SYMBOL vmlinux 0x9adc5f53 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9afa2872 simple_empty +EXPORT_SYMBOL vmlinux 0x9aff8c71 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x9b13311f tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b5616ff vme_bus_type +EXPORT_SYMBOL vmlinux 0x9b6874b1 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b9b3ba0 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba21ad0 phy_attach +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bbe88b3 flex_array_put +EXPORT_SYMBOL vmlinux 0x9bbeba46 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x9bc311e8 mapping_tagged +EXPORT_SYMBOL vmlinux 0x9bd9cb38 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x9be72abb sk_receive_skb +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9beb3054 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x9bf66727 find_get_entry +EXPORT_SYMBOL vmlinux 0x9c2c944a __copy_from_user_ll_nocache_nozero +EXPORT_SYMBOL vmlinux 0x9c3a5026 gen_pool_free +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c5c97ca inet_stream_connect +EXPORT_SYMBOL vmlinux 0x9c647fd1 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x9c6dd616 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x9c8ecd26 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0x9ca8cf40 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cba5139 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x9cc4e490 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x9cdab485 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x9cddcc65 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x9ce015ca i2c_del_driver +EXPORT_SYMBOL vmlinux 0x9ce29205 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9cfe0954 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0713ec blk_fetch_request +EXPORT_SYMBOL vmlinux 0x9d07b41e bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d183b31 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x9d23cc34 qdisc_reset +EXPORT_SYMBOL vmlinux 0x9d266848 mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x9d2e10c3 skb_put +EXPORT_SYMBOL vmlinux 0x9d30371f pci_get_slot +EXPORT_SYMBOL vmlinux 0x9d33ef5e acpi_enable +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d43c2bb __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x9d47f3bb arp_find +EXPORT_SYMBOL vmlinux 0x9d79a3d0 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x9d83148b page_follow_link_light +EXPORT_SYMBOL vmlinux 0x9d8bb421 __seq_open_private +EXPORT_SYMBOL vmlinux 0x9d90f95f __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x9dbb54cd i2c_release_client +EXPORT_SYMBOL vmlinux 0x9dcd35c9 bio_init +EXPORT_SYMBOL vmlinux 0x9df57578 __mutex_init +EXPORT_SYMBOL vmlinux 0x9dfe7307 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e07c90c phy_attach_direct +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e1c17cc jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e363b6b acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0x9e3cd57f request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x9e4b3747 sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x9e4caae3 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5f7e54 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e6ddeb5 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x9e6ef903 alloc_disk +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e89badb generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x9e8cb52b d_path +EXPORT_SYMBOL vmlinux 0x9e9526c9 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ea3f13c key_put +EXPORT_SYMBOL vmlinux 0x9eb303ec tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9ee66ab7 input_flush_device +EXPORT_SYMBOL vmlinux 0x9ee8d28d pci_release_region +EXPORT_SYMBOL vmlinux 0x9ef4e4d7 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x9f0929dd sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x9f28d8da mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f37f8ac dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f47933a bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x9f491e5d ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x9f61891a devm_iounmap +EXPORT_SYMBOL vmlinux 0x9f644491 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x9f6d26ca scm_fp_dup +EXPORT_SYMBOL vmlinux 0x9f72be82 genphy_resume +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa390b7 __sb_start_write +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fd7cda1 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe2e83f mmc_detect_change +EXPORT_SYMBOL vmlinux 0x9ff0e221 __pagevec_release +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa022bdb6 bdi_register +EXPORT_SYMBOL vmlinux 0xa03305d2 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa04a37f7 agp_generic_enable +EXPORT_SYMBOL vmlinux 0xa04e1d54 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa0659905 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xa06cafe9 dma_alloc_from_coherent +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa0778ad9 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa08a4343 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xa0966e4b unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa0ab3b1e tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xa0aba853 unlock_new_inode +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0bb2434 key_revoke +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0dc2b6b netlink_broadcast +EXPORT_SYMBOL vmlinux 0xa0dff7a0 release_sock +EXPORT_SYMBOL vmlinux 0xa0e77972 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa12a9a67 kill_block_super +EXPORT_SYMBOL vmlinux 0xa1379cd7 revert_creds +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14b3f5d flex_array_free_parts +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa18abcc5 dump_skip +EXPORT_SYMBOL vmlinux 0xa1960d4a max8925_set_bits +EXPORT_SYMBOL vmlinux 0xa1a66bd5 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xa1ab63f5 tty_hangup +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c4f255 dquot_operations +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1d11318 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xa1fcdd89 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa2105644 __skb_checksum +EXPORT_SYMBOL vmlinux 0xa22ad72a iget_locked +EXPORT_SYMBOL vmlinux 0xa236cb61 dev_mc_flush +EXPORT_SYMBOL vmlinux 0xa24766ee generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xa26458b3 simple_rename +EXPORT_SYMBOL vmlinux 0xa270c88c nobh_truncate_page +EXPORT_SYMBOL vmlinux 0xa281bbdd inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2af0bb3 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xa2b71da7 vme_slot_num +EXPORT_SYMBOL vmlinux 0xa2bfc8bc cleancache_register_ops +EXPORT_SYMBOL vmlinux 0xa2ccfee2 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa304b0d0 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xa306ff1d d_move +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa324f297 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xa325055e dev_base_lock +EXPORT_SYMBOL vmlinux 0xa32d692d __quota_error +EXPORT_SYMBOL vmlinux 0xa32f018d netif_rx_ni +EXPORT_SYMBOL vmlinux 0xa33d9a48 acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa350a8f8 set_memory_array_uc +EXPORT_SYMBOL vmlinux 0xa3543b4b try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xa35edbb5 blk_init_tags +EXPORT_SYMBOL vmlinux 0xa363ae5e dev_change_carrier +EXPORT_SYMBOL vmlinux 0xa363dab4 udp_table +EXPORT_SYMBOL vmlinux 0xa3659a19 from_kgid +EXPORT_SYMBOL vmlinux 0xa3744922 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xa37e78b6 flex_array_get +EXPORT_SYMBOL vmlinux 0xa3bb0853 pci_release_regions +EXPORT_SYMBOL vmlinux 0xa3bb0aca pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xa3c00856 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0xa3c15c1e tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xa3c58b5f d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xa3d79ec2 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xa3db34c3 mem_section +EXPORT_SYMBOL vmlinux 0xa40ab82f input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa46bb41e vme_dma_request +EXPORT_SYMBOL vmlinux 0xa46caef3 scsi_unregister +EXPORT_SYMBOL vmlinux 0xa46e70a0 netlink_set_err +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa4729ed9 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xa47947de devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xa47994ff skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4eb4eff _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xa4f05c7a blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0xa4f6d743 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xa51cdfe8 __FIXADDR_TOP +EXPORT_SYMBOL vmlinux 0xa5309ef0 scsi_ioctl +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa56aa73f ps2_drain +EXPORT_SYMBOL vmlinux 0xa56e89d7 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xa5764a96 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xa581e3d4 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5afd666 softnet_data +EXPORT_SYMBOL vmlinux 0xa5b29f1e acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0xa5c6afcf scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0xa5fb6c84 fb_show_logo +EXPORT_SYMBOL vmlinux 0xa619d5ed abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xa62a4499 lock_may_read +EXPORT_SYMBOL vmlinux 0xa62e6e4f acpi_get_table_with_size +EXPORT_SYMBOL vmlinux 0xa62fe6f6 get_super_thawed +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa6544db2 write_inode_now +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa67da660 mempool_alloc +EXPORT_SYMBOL vmlinux 0xa67e2845 dq_data_lock +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68a3f24 __brelse +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa6a1f2a4 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xa6b13658 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xa6bd63ca acpi_bios_error +EXPORT_SYMBOL vmlinux 0xa6d5d2f3 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xa6e478a2 notify_change +EXPORT_SYMBOL vmlinux 0xa6eb164b register_md_personality +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa7180198 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xa71e7463 __first_cpu +EXPORT_SYMBOL vmlinux 0xa72faf5f sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0xa7317170 page_readlink +EXPORT_SYMBOL vmlinux 0xa7335193 devm_free_irq +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa746c8c9 skb_pull +EXPORT_SYMBOL vmlinux 0xa748fc13 serio_reconnect +EXPORT_SYMBOL vmlinux 0xa7507056 kern_unmount +EXPORT_SYMBOL vmlinux 0xa78e54b6 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xa799ccc0 igrab +EXPORT_SYMBOL vmlinux 0xa7a59bc5 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xa7cf6c2f atomic64_dec_return_cx8 +EXPORT_SYMBOL vmlinux 0xa7d49b0d sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0xa8049ebb blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xa812c102 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xa81c78f9 md_integrity_register +EXPORT_SYMBOL vmlinux 0xa81d228e km_state_notify +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84e78f0 dev_uc_sync +EXPORT_SYMBOL vmlinux 0xa86bcf90 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xa87023d2 should_remove_suid +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa87235cd __bforget +EXPORT_SYMBOL vmlinux 0xa879167f _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xa886c95a __register_nls +EXPORT_SYMBOL vmlinux 0xa888d438 mount_subtree +EXPORT_SYMBOL vmlinux 0xa88c6ee2 ilookup +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8ac9b77 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xa8b09d40 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xa8b3d135 nf_log_register +EXPORT_SYMBOL vmlinux 0xa8bf4af6 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xa8f2b00f uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xa8f37cc9 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xa8fbba00 set_groups +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa91b5561 acpi_video_backlight_support +EXPORT_SYMBOL vmlinux 0xa93c7fe8 datagram_poll +EXPORT_SYMBOL vmlinux 0xa959c79b audit_log_start +EXPORT_SYMBOL vmlinux 0xa96239e6 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xa96498b3 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xa96b49e5 tcp_prequeue +EXPORT_SYMBOL vmlinux 0xa9775ee3 __nla_put +EXPORT_SYMBOL vmlinux 0xa97be54b rt6_lookup +EXPORT_SYMBOL vmlinux 0xa983e695 tcp_proc_register +EXPORT_SYMBOL vmlinux 0xa9a8e17f arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9f65561 kill_litter_super +EXPORT_SYMBOL vmlinux 0xaa3ab989 dev_alloc_name +EXPORT_SYMBOL vmlinux 0xaa4bee8b mmc_register_driver +EXPORT_SYMBOL vmlinux 0xaa51bf10 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xaa5e3073 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8fea18 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaa9d7c66 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xaa9f036c register_filesystem +EXPORT_SYMBOL vmlinux 0xaabb1f1c fsnotify_put_group +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaae70e24 seq_open +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab0cb39f file_open_root +EXPORT_SYMBOL vmlinux 0xab16a497 clocksource_register +EXPORT_SYMBOL vmlinux 0xab28271c i8253_lock +EXPORT_SYMBOL vmlinux 0xab38a335 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xab4e2b1e simple_fill_super +EXPORT_SYMBOL vmlinux 0xab551fad acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xab5f3bfa __invalidate_device +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab770678 rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab796664 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xaba3ad0c radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xabb917a2 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabe7878e pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xabf0250a devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xac02ce96 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac0f2d45 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0xac195ef6 input_inject_event +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac2d2fb8 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xac2db689 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xac398912 flex_array_clear +EXPORT_SYMBOL vmlinux 0xac58ea5e acpi_unload_table_id +EXPORT_SYMBOL vmlinux 0xac805104 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xac8f04bf proc_set_size +EXPORT_SYMBOL vmlinux 0xac94ebbb sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacd4e5c6 generic_file_open +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacfd6e13 uart_register_driver +EXPORT_SYMBOL vmlinux 0xad00538f ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad13c689 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xad313bd1 sock_alloc_file +EXPORT_SYMBOL vmlinux 0xad3187a0 md_write_end +EXPORT_SYMBOL vmlinux 0xad3daaf6 dev_add_offload +EXPORT_SYMBOL vmlinux 0xad6aedfe phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xad7eb3e1 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xada20211 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xae008e10 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0xae32111c sock_i_ino +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae77a595 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0xae85a27e radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xaea0e162 simple_write_end +EXPORT_SYMBOL vmlinux 0xaea2acff pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xaea976a8 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xaeb49a48 blk_make_request +EXPORT_SYMBOL vmlinux 0xaec59a82 kernel_connect +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaedc15c9 sk_alloc +EXPORT_SYMBOL vmlinux 0xaee49d69 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4b1540 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xaf586b67 proc_remove +EXPORT_SYMBOL vmlinux 0xaf611eac amd_nb_misc_ids +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafb8eb96 dev_trans_start +EXPORT_SYMBOL vmlinux 0xb01b1db8 intel_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xb0207ecf ___ratelimit +EXPORT_SYMBOL vmlinux 0xb032ca9a pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xb03d65fb remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xb0526ab6 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb08908ca tty_port_open +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b1f89a blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xb0b5f90b sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xb0b6e347 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0b9978c inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xb0ba701c i2c_clients_command +EXPORT_SYMBOL vmlinux 0xb0c00035 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xb0de945c ppp_input_error +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb1173b9c dev_addr_init +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb125b709 vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb139a4d2 generic_perform_write +EXPORT_SYMBOL vmlinux 0xb14c36af vga_switcheroo_init_domain_pm_optimus_hdmi_audio +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb17f7e56 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xb18bcbf6 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1cfad22 rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xb1d9523e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1df3133 elevator_alloc +EXPORT_SYMBOL vmlinux 0xb1dfc64b set_disk_ro +EXPORT_SYMBOL vmlinux 0xb1e688ea request_key +EXPORT_SYMBOL vmlinux 0xb1f3f9f7 pci_find_bus +EXPORT_SYMBOL vmlinux 0xb1ffa340 vfs_mknod +EXPORT_SYMBOL vmlinux 0xb20e1598 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb224cebf tso_build_data +EXPORT_SYMBOL vmlinux 0xb22bee9b generic_getxattr +EXPORT_SYMBOL vmlinux 0xb23aed9b uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xb25351d7 md_register_thread +EXPORT_SYMBOL vmlinux 0xb260861e sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb281a66e complete_request_key +EXPORT_SYMBOL vmlinux 0xb2afa73a jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xb2b8daa6 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2c79f94 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xb2d3249e acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2dad5bb netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb2fd8aaa set_user_nice +EXPORT_SYMBOL vmlinux 0xb2fe6382 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0xb30316d3 vfs_fsync +EXPORT_SYMBOL vmlinux 0xb30640a9 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xb315bd1e i2c_master_send +EXPORT_SYMBOL vmlinux 0xb3284531 acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xb32d7b7e radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xb33be118 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0xb340a51c swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0xb34ef535 x86_hyper_vmware +EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit +EXPORT_SYMBOL vmlinux 0xb3595a74 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xb3667733 phy_init_eee +EXPORT_SYMBOL vmlinux 0xb36913d1 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xb36d52a3 napi_complete +EXPORT_SYMBOL vmlinux 0xb36f0d03 set_pages_wb +EXPORT_SYMBOL vmlinux 0xb373b27d blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xb3793aee pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xb379c4a4 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xb399be0d ipv4_specific +EXPORT_SYMBOL vmlinux 0xb3a750cf dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xb3c1fb28 kill_bdev +EXPORT_SYMBOL vmlinux 0xb3d33e31 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xb3e0590d acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0xb3ede83a pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb402106c blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xb40b38e0 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42eda60 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xb4390f9a mcount +EXPORT_SYMBOL vmlinux 0xb43deec7 vme_master_request +EXPORT_SYMBOL vmlinux 0xb444f4a4 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0xb45578b8 memscan +EXPORT_SYMBOL vmlinux 0xb46a8fdc _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb48882b7 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xb4998849 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xb4a37588 ppp_input +EXPORT_SYMBOL vmlinux 0xb4b64ad8 dev_load +EXPORT_SYMBOL vmlinux 0xb4bb90cf inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0xb4bf46ce genl_unregister_family +EXPORT_SYMBOL vmlinux 0xb4cdd883 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xb4e4986e dcache_readdir +EXPORT_SYMBOL vmlinux 0xb4f46dd2 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xb50a530d dev_emerg +EXPORT_SYMBOL vmlinux 0xb5229392 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb554fb4c inode_dio_wait +EXPORT_SYMBOL vmlinux 0xb55a6ad3 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xb5658473 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb5869ed7 fb_set_var +EXPORT_SYMBOL vmlinux 0xb58b08d5 tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0xb59792a5 dst_discard_sk +EXPORT_SYMBOL vmlinux 0xb59ab1c2 vc_cons +EXPORT_SYMBOL vmlinux 0xb5a181af dst_destroy +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5cd54fc neigh_direct_output +EXPORT_SYMBOL vmlinux 0xb5d88249 blk_put_request +EXPORT_SYMBOL vmlinux 0xb5d88e3b max8998_read_reg +EXPORT_SYMBOL vmlinux 0xb5e1e5b2 security_inode_permission +EXPORT_SYMBOL vmlinux 0xb5e6cb2d inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0xb5eff85f simple_lookup +EXPORT_SYMBOL vmlinux 0xb60c20c9 keyring_alloc +EXPORT_SYMBOL vmlinux 0xb619886c md_check_recovery +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb63ae4ee xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0xb64411bb vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xb64a4abb fs_bio_set +EXPORT_SYMBOL vmlinux 0xb64a79d6 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0xb64fdeb1 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xb664371d forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xb66c25d9 qdisc_list_add +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb695bca1 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0xb69a217d load_nls_default +EXPORT_SYMBOL vmlinux 0xb6a01163 devm_ioport_map +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b3a8ed scsi_host_set_state +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6bbd76c mntget +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6e41883 memcmp +EXPORT_SYMBOL vmlinux 0xb6ed1e53 strncpy +EXPORT_SYMBOL vmlinux 0xb6fefd6d netlink_capable +EXPORT_SYMBOL vmlinux 0xb703ab3d ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xb70fdd71 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xb758b225 acpi_disable_event +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb77185a0 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xb771b722 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xb77ec460 elv_rb_add +EXPORT_SYMBOL vmlinux 0xb799d610 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0xb7a25ef2 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xb7ad1761 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7c23f0f input_set_abs_params +EXPORT_SYMBOL vmlinux 0xb7f55ecc atomic64_add_return_cx8 +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb8263696 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0xb8366eed dev_remove_pack +EXPORT_SYMBOL vmlinux 0xb854cc5c bdi_init +EXPORT_SYMBOL vmlinux 0xb869d3cc dev_mc_init +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb895e50b udp_ioctl +EXPORT_SYMBOL vmlinux 0xb8a36a02 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xb8a3ce36 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xb8aa7db5 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xb8b2c971 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xb8c3d6ae sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xb8cf98c6 udp_poll +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e1a006 security_path_rename +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb94e5f95 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0xb94ea1dc jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb99887f5 generic_readlink +EXPORT_SYMBOL vmlinux 0xb99bc51b kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fd2205 add_efi_memmap +EXPORT_SYMBOL vmlinux 0xba126bf5 mnt_unpin +EXPORT_SYMBOL vmlinux 0xba1cc9cb set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xba2ce171 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xba2d8594 ec_read +EXPORT_SYMBOL vmlinux 0xba415d4f elevator_change +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba5009c8 blk_init_queue +EXPORT_SYMBOL vmlinux 0xba5de38a abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xba5e7d86 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xba653c79 nla_append +EXPORT_SYMBOL vmlinux 0xba7cd96f sk_dst_check +EXPORT_SYMBOL vmlinux 0xba8055e6 iget5_locked +EXPORT_SYMBOL vmlinux 0xbaa3cb44 wait_iff_congested +EXPORT_SYMBOL vmlinux 0xbac2b95d jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xbad90fec bmap +EXPORT_SYMBOL vmlinux 0xbaf56cca padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xbb20345e unregister_netdev +EXPORT_SYMBOL vmlinux 0xbb2fd5f3 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xbb36b924 pci_match_id +EXPORT_SYMBOL vmlinux 0xbb4e7b03 nf_register_hooks +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb8fb275 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xbb96e4a3 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbad456b from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xbbdaa227 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xbbe84992 sock_i_uid +EXPORT_SYMBOL vmlinux 0xbbe894a8 console_stop +EXPORT_SYMBOL vmlinux 0xbc082d8b d_rehash +EXPORT_SYMBOL vmlinux 0xbc15fae0 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0xbc1d2968 alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xbc1f1b03 framebuffer_release +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc337abe __ps2_command +EXPORT_SYMBOL vmlinux 0xbc435770 dump_stack +EXPORT_SYMBOL vmlinux 0xbcb1a5dd vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcfa5559 noop_qdisc +EXPORT_SYMBOL vmlinux 0xbd1e44bb writeback_in_progress +EXPORT_SYMBOL vmlinux 0xbd265214 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0xbd64152e page_symlink +EXPORT_SYMBOL vmlinux 0xbd64a400 blk_get_request +EXPORT_SYMBOL vmlinux 0xbd8dc670 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd922bc6 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xbdaf5b07 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xbdaf7f82 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xbdb7aeec _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0xbdba9828 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xbdbeed6d memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xbdc2591b phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0xbdc52a6f dst_release +EXPORT_SYMBOL vmlinux 0xbdf15361 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0xbe0dcbee sk_release_kernel +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe4716f9 __put_cred +EXPORT_SYMBOL vmlinux 0xbe4ee25f pcim_enable_device +EXPORT_SYMBOL vmlinux 0xbe54029a fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0xbe68de6b scm_detach_fds +EXPORT_SYMBOL vmlinux 0xbe7d5627 dma_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0xbe8c37d9 intel_scu_ipc_simple_command +EXPORT_SYMBOL vmlinux 0xbe9f68dd twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xbea1fff2 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xbec30d05 x86_match_cpu +EXPORT_SYMBOL vmlinux 0xbecbfae6 kobject_put +EXPORT_SYMBOL vmlinux 0xbee5d340 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf22f939 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xbf3a5d06 filemap_map_pages +EXPORT_SYMBOL vmlinux 0xbf3d18e6 idr_for_each +EXPORT_SYMBOL vmlinux 0xbf49bcbe processors +EXPORT_SYMBOL vmlinux 0xbf6a1ff8 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8b39e9 isapnp_present +EXPORT_SYMBOL vmlinux 0xbf926655 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xc0019b6a mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xc01eed33 __copy_from_user_ll_nozero +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc0599b3d eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0xc066761c dm_io +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078a547 vme_irq_request +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc08ba436 deactivate_super +EXPORT_SYMBOL vmlinux 0xc08e45ff dev_addr_del +EXPORT_SYMBOL vmlinux 0xc093a764 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0a9b1e7 do_splice_from +EXPORT_SYMBOL vmlinux 0xc0a9da00 vm_event_states +EXPORT_SYMBOL vmlinux 0xc0aafec0 abort_creds +EXPORT_SYMBOL vmlinux 0xc0c313f3 kobject_add +EXPORT_SYMBOL vmlinux 0xc0d951dc sock_from_file +EXPORT_SYMBOL vmlinux 0xc0f83768 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0xc11172d8 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc1321439 vm_mmap +EXPORT_SYMBOL vmlinux 0xc146cbcb tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xc149cf1c iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xc15acbfd agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xc182ae1c tso_count_descs +EXPORT_SYMBOL vmlinux 0xc18bb816 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xc19ae629 fb_class +EXPORT_SYMBOL vmlinux 0xc1b29dc3 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xc1b82d22 register_shrinker +EXPORT_SYMBOL vmlinux 0xc1b91b72 dma_set_mask +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1e81c24 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xc1faa81b dma_find_channel +EXPORT_SYMBOL vmlinux 0xc21b9c7c rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xc2280f86 kmap_high +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc2731255 udplite_prot +EXPORT_SYMBOL vmlinux 0xc280a525 __copy_from_user_ll +EXPORT_SYMBOL vmlinux 0xc28add2f ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xc2936cb7 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0xc293a804 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2d97715 iterate_fd +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e68d99 finish_no_open +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc2fa1499 ps2_end_command +EXPORT_SYMBOL vmlinux 0xc31bc21e jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xc3532111 serio_open +EXPORT_SYMBOL vmlinux 0xc36026ff mdiobus_unregister +EXPORT_SYMBOL vmlinux 0xc361483d filemap_fault +EXPORT_SYMBOL vmlinux 0xc36f3050 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3aedbe0 blkdev_get +EXPORT_SYMBOL vmlinux 0xc3fa6a59 memchr +EXPORT_SYMBOL vmlinux 0xc40044a3 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xc418e9fc jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xc419df85 free_netdev +EXPORT_SYMBOL vmlinux 0xc41a263b vfs_create +EXPORT_SYMBOL vmlinux 0xc41e8f7a wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc43ed1ed netdev_emerg +EXPORT_SYMBOL vmlinux 0xc448f487 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xc450460f dqput +EXPORT_SYMBOL vmlinux 0xc4554217 up +EXPORT_SYMBOL vmlinux 0xc46ec151 dqget +EXPORT_SYMBOL vmlinux 0xc47e5fb3 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xc485c561 down_write +EXPORT_SYMBOL vmlinux 0xc489277a ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0xc498d710 sync_blockdev +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4c3b73e cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xc4df2d04 tty_kref_put +EXPORT_SYMBOL vmlinux 0xc4fa14d3 dev_add_pack +EXPORT_SYMBOL vmlinux 0xc502e5ef tty_set_operations +EXPORT_SYMBOL vmlinux 0xc5137552 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc55ac848 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xc566804f vm_map_ram +EXPORT_SYMBOL vmlinux 0xc5720267 ht_create_irq +EXPORT_SYMBOL vmlinux 0xc57833f4 __find_get_block +EXPORT_SYMBOL vmlinux 0xc57ab7bc proc_dostring +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5ab5b44 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xc5d993dd ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc60d3e38 netdev_err +EXPORT_SYMBOL vmlinux 0xc625d39f vfs_read +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc63cc125 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc6456ebf eth_header_cache +EXPORT_SYMBOL vmlinux 0xc6494662 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xc64c3675 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xc6543ab4 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc6645b42 mempool_create_node +EXPORT_SYMBOL vmlinux 0xc67717b3 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xc688c9a7 wake_up_process +EXPORT_SYMBOL vmlinux 0xc6a9aa2a pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xc6b23120 intel_scu_ipc_iowrite16 +EXPORT_SYMBOL vmlinux 0xc6b368d3 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xc6c21b2d blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6dfa1a7 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xc6e8924f generic_read_dir +EXPORT_SYMBOL vmlinux 0xc6f70206 kill_anon_super +EXPORT_SYMBOL vmlinux 0xc7158d20 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc732fd9f sock_no_poll +EXPORT_SYMBOL vmlinux 0xc73b2364 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc7605a08 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xc768de19 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7962e24 new_sync_read +EXPORT_SYMBOL vmlinux 0xc79828e5 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7bbdec7 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xc7c1fdf2 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xc7c44d3c eth_type_trans +EXPORT_SYMBOL vmlinux 0xc7c65cc1 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xc7d2d7e8 x86_hyper_xen_hvm +EXPORT_SYMBOL vmlinux 0xc7e891c8 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc7f3c17d con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xc7fd432d pv_mmu_ops +EXPORT_SYMBOL vmlinux 0xc80236aa mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xc818cd55 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xc8276a79 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc8413e3d udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc87c071c agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xc87c24f6 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0xc8814789 __sock_create +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8bb05e0 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0xc8e9e6b4 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xc9039fb0 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xc90c4230 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0xc910be8a blk_alloc_queue +EXPORT_SYMBOL vmlinux 0xc91be89b eth_validate_addr +EXPORT_SYMBOL vmlinux 0xc9402269 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xc948989f scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0xc94e5692 do_SAK +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96c5b61 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xc97d15ef dev_uc_del +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a592e9 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0xc9a8a968 arp_send +EXPORT_SYMBOL vmlinux 0xc9ee459f vfs_symlink +EXPORT_SYMBOL vmlinux 0xca04d23d dev_printk_emit +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca17a202 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xca192682 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca6803fd vme_lm_request +EXPORT_SYMBOL vmlinux 0xca83aca6 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0xca8acc78 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcac9bee1 may_umount_tree +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb07f41d unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb0d6fe5 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xcb11a006 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xcb155faf ll_rw_block +EXPORT_SYMBOL vmlinux 0xcb2c43cf __alloc_skb +EXPORT_SYMBOL vmlinux 0xcb39fd55 blk_delay_queue +EXPORT_SYMBOL vmlinux 0xcb58689e genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xcb5d33b0 idr_get_next +EXPORT_SYMBOL vmlinux 0xcb6fa3e1 wireless_spy_update +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb9c2db9 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xcbae6c7a acpi_lid_notifier_unregister +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc4a4920 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xcc4d1bfb atomic64_read_cx8 +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc7a2812 backlight_device_register +EXPORT_SYMBOL vmlinux 0xcc7cd491 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccc389e7 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xcccefe78 bdgrab +EXPORT_SYMBOL vmlinux 0xccf57552 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xcd1897ff mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd3eb11e cdrom_media_changed +EXPORT_SYMBOL vmlinux 0xcd5c279c block_read_full_page +EXPORT_SYMBOL vmlinux 0xcd5c490e inode_change_ok +EXPORT_SYMBOL vmlinux 0xcd717848 __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xcd8c1ec1 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xcd97897a xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xcd9be62a mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xcdb05447 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xcdba37cf elevator_init +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdc40fae panic_notifier_list +EXPORT_SYMBOL vmlinux 0xcdea77e8 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0xcdf454e1 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0xce11331d ida_pre_get +EXPORT_SYMBOL vmlinux 0xce20b432 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xce23f88b jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce4904a4 acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xce5538c1 bioset_free +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce709117 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xce720956 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xce7793da skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xce88efb4 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xcea17cc8 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xcea19800 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb61597 kobject_get +EXPORT_SYMBOL vmlinux 0xceb73236 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xcec4152f posix_unblock_lock +EXPORT_SYMBOL vmlinux 0xcee06671 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf0f2ebb tty_port_close_start +EXPORT_SYMBOL vmlinux 0xcf1dc380 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xcf246c15 padata_start +EXPORT_SYMBOL vmlinux 0xcf2f9cf9 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xcf345ea5 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0xcf405724 dev_get_stats +EXPORT_SYMBOL vmlinux 0xcf40e8a7 vfs_getattr +EXPORT_SYMBOL vmlinux 0xcf48a039 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xcf6cfe1f msrs_free +EXPORT_SYMBOL vmlinux 0xcf8a4e5c devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xcf93f742 mutex_trylock +EXPORT_SYMBOL vmlinux 0xcfb28287 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xcfb60831 scsi_execute +EXPORT_SYMBOL vmlinux 0xcfd099c2 skb_store_bits +EXPORT_SYMBOL vmlinux 0xcfe05d4d register_kmmio_probe +EXPORT_SYMBOL vmlinux 0xcfe46aba buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xcfed4d8c skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xd0034c51 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0xd005df9a tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd020a967 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xd02929f4 prepare_binprm +EXPORT_SYMBOL vmlinux 0xd02d862a inode_init_owner +EXPORT_SYMBOL vmlinux 0xd04515ab bio_integrity_advance +EXPORT_SYMBOL vmlinux 0xd053b339 mmc_can_erase +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd09e2ae1 vc_resize +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0bbe0f0 inet_frag_find +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0d8621b strlen +EXPORT_SYMBOL vmlinux 0xd0e17692 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xd0e28ed6 __register_chrdev +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd101c1fc vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd1323012 genphy_update_link +EXPORT_SYMBOL vmlinux 0xd13267ef iterate_supers_type +EXPORT_SYMBOL vmlinux 0xd137f7d7 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xd139264b tcp_seq_open +EXPORT_SYMBOL vmlinux 0xd139912d generic_listxattr +EXPORT_SYMBOL vmlinux 0xd15bad51 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xd16483a1 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xd1652a93 acpi_info +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd18b6eb2 acpi_unmap_lsapic +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd1b4fcb7 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xd1b6118b phy_device_register +EXPORT_SYMBOL vmlinux 0xd1e94cdf pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xd1f0f0ca ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd202ba03 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xd21d51a2 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd2276cb6 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xd2329de3 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd251f705 blk_end_request_all +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd2592be3 dquot_initialize +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd263d648 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xd266efe7 mempool_create +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2af138b reservation_ww_class +EXPORT_SYMBOL vmlinux 0xd2c48006 phy_init_hw +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2da5e69 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xd2e6a582 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xd2ed23fd register_framebuffer +EXPORT_SYMBOL vmlinux 0xd338ad5f address_space_init_once +EXPORT_SYMBOL vmlinux 0xd3406521 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xd354cf53 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xd36a0052 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xd36ebd13 set_pages_nx +EXPORT_SYMBOL vmlinux 0xd37205ee input_reset_device +EXPORT_SYMBOL vmlinux 0xd3a612de pci_choose_state +EXPORT_SYMBOL vmlinux 0xd3b43942 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xd3e451e9 dquot_transfer +EXPORT_SYMBOL vmlinux 0xd3ed2f85 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xd3fec4a0 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xd406a163 napi_gro_frags +EXPORT_SYMBOL vmlinux 0xd4282af1 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xd43db53d abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0xd4430831 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xd44c1759 set_pages_uc +EXPORT_SYMBOL vmlinux 0xd451fd7c iunique +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd48377c6 netif_carrier_on +EXPORT_SYMBOL vmlinux 0xd50fef48 acpi_detach_data +EXPORT_SYMBOL vmlinux 0xd51a1f8b dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xd536113b icmpv6_send +EXPORT_SYMBOL vmlinux 0xd53d62bc blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0xd54902b2 bio_map_user +EXPORT_SYMBOL vmlinux 0xd557a0ee generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xd56b14bb misc_deregister +EXPORT_SYMBOL vmlinux 0xd57e89f1 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xd5d02e7b writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd5f6786b pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd62c819e freeze_super +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd64ad875 bio_phys_segments +EXPORT_SYMBOL vmlinux 0xd6700fca scsi_register +EXPORT_SYMBOL vmlinux 0xd682f963 vfs_open +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd689a528 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xd68d796b rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xd6ae9233 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6c4cd2f ida_simple_remove +EXPORT_SYMBOL vmlinux 0xd6c53ebe kthread_bind +EXPORT_SYMBOL vmlinux 0xd6ca1a5a __genl_register_family +EXPORT_SYMBOL vmlinux 0xd6d9ce68 __secpath_destroy +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f14ef2 set_device_ro +EXPORT_SYMBOL vmlinux 0xd6f1f2d0 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xd7164a98 request_key_async +EXPORT_SYMBOL vmlinux 0xd72729df mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xd7479739 account_page_redirty +EXPORT_SYMBOL vmlinux 0xd74fe47d dev_close +EXPORT_SYMBOL vmlinux 0xd7524e04 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xd75b0b66 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75d4f1f iput +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd76190d9 netlink_unicast +EXPORT_SYMBOL vmlinux 0xd769dedc vme_bus_num +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd7830c36 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0xd7895f90 tcf_hash_search +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd7931ede genphy_config_init +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7a1f0e4 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xd7a56ec3 kset_register +EXPORT_SYMBOL vmlinux 0xd7a8476d filemap_flush +EXPORT_SYMBOL vmlinux 0xd7babac5 pci_iomap +EXPORT_SYMBOL vmlinux 0xd7bd3af2 add_wait_queue +EXPORT_SYMBOL vmlinux 0xd7cfd176 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xd7d62997 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e48915 unload_nls +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f9f255 bio_advance +EXPORT_SYMBOL vmlinux 0xd809b3e1 pci_find_capability +EXPORT_SYMBOL vmlinux 0xd831893a seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xd83db718 dev_set_group +EXPORT_SYMBOL vmlinux 0xd849b060 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xd85833cb __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xd88d7aae mdiobus_scan +EXPORT_SYMBOL vmlinux 0xd896b2d6 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8b20ffc pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xd8bd2772 netlink_ack +EXPORT_SYMBOL vmlinux 0xd8c126a8 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xd8d54110 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xd8d91510 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xd8d9b44f sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e1fef4 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd9091363 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0xd91b5e27 ata_print_version +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd931677c bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0xd93bcdbb pnp_is_active +EXPORT_SYMBOL vmlinux 0xd94322e7 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0xd958d769 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xd966cd68 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0xd96988dd i2c_use_client +EXPORT_SYMBOL vmlinux 0xd969b2c7 amd_e400_c1e_detected +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd990546c lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xd9a7ec06 i8042_install_filter +EXPORT_SYMBOL vmlinux 0xd9b1fef7 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0xd9d501ee iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xd9ee5998 ether_setup +EXPORT_SYMBOL vmlinux 0xda082783 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0xda08c0d7 pcibios_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xda0c69bf tcp_read_sock +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda2d45dd vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xda3154bd phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda602271 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda87cd48 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda8fd495 isapnp_write_byte +EXPORT_SYMBOL vmlinux 0xda9086bd phy_driver_register +EXPORT_SYMBOL vmlinux 0xda9cd596 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdacab152 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xdad17e64 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xdb09a24e tcp_prot +EXPORT_SYMBOL vmlinux 0xdb0ad3cf __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xdb26d4f9 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xdb28212c xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xdb466017 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xdb4a566d pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xdb501d6d mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb7305a1 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdba46eb8 skb_copy +EXPORT_SYMBOL vmlinux 0xdbba87f8 seq_escape +EXPORT_SYMBOL vmlinux 0xdbc886ec serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbd16bff __module_put_and_exit +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc0c3f78 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xdc0edc69 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc40f74d current_task +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc570f62 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xdc57f532 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xdc5de2b3 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xdc668075 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xdc6a6900 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0xdca9b19a devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xdcbbc450 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xdcbf64ef agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd1a2871 down +EXPORT_SYMBOL vmlinux 0xdd1da5f4 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xdd27f862 clear_nlink +EXPORT_SYMBOL vmlinux 0xdd2b3fca scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xdd56500f misc_register +EXPORT_SYMBOL vmlinux 0xdd600f42 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0xdd80d292 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xdd9d2d07 mddev_congested +EXPORT_SYMBOL vmlinux 0xdda200de __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0xddb0e680 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xddb3bd86 bdevname +EXPORT_SYMBOL vmlinux 0xddc7c626 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xddf4d803 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xde003267 flush_old_exec +EXPORT_SYMBOL vmlinux 0xde031be7 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xde0de71f jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde122f49 nobh_writepage +EXPORT_SYMBOL vmlinux 0xde16dc16 tboot +EXPORT_SYMBOL vmlinux 0xde1ed618 simple_dname +EXPORT_SYMBOL vmlinux 0xde66177a mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xde6dff64 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xde7a9007 nla_put +EXPORT_SYMBOL vmlinux 0xde809c67 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xde9b4905 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xdec23e3d skb_copy_expand +EXPORT_SYMBOL vmlinux 0xdedfc816 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0xdee75a24 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xdefc3d04 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0xdf0da3cc acpi_get_devices +EXPORT_SYMBOL vmlinux 0xdf12a927 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdf208201 nf_register_hook +EXPORT_SYMBOL vmlinux 0xdf25c290 mdiobus_read +EXPORT_SYMBOL vmlinux 0xdf2a75af crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf3b90c9 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0xdf45f39b sock_wake_async +EXPORT_SYMBOL vmlinux 0xdf4f26fb eth_header_parse +EXPORT_SYMBOL vmlinux 0xdf4fc797 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf89994f dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf8f651d mfd_add_devices +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf9715dc pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0xdf9ca878 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfdc7f21 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xdfe37f3a blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdff9f297 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe05685bf _raw_read_trylock +EXPORT_SYMBOL vmlinux 0xe05f43bc devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe0679e11 file_ns_capable +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe07aee8f get_thermal_instance +EXPORT_SYMBOL vmlinux 0xe0844930 pci_clear_master +EXPORT_SYMBOL vmlinux 0xe0a16a20 intel_scu_ipc_i2c_cntrl +EXPORT_SYMBOL vmlinux 0xe0a49400 generic_removexattr +EXPORT_SYMBOL vmlinux 0xe0ac8bd2 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xe0b0f490 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0d69feb pci_pme_active +EXPORT_SYMBOL vmlinux 0xe0f03877 get_tz_trend +EXPORT_SYMBOL vmlinux 0xe111682c km_policy_expired +EXPORT_SYMBOL vmlinux 0xe13c11d0 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe1514c54 seq_open_private +EXPORT_SYMBOL vmlinux 0xe1537eb7 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xe16a5d17 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xe16d11ee pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe18eff8a _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe1a8f6ce gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xe1b2fef2 tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0xe1b30fb7 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xe1b74d28 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xe1c9e4b3 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xe1ccc101 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0xe1d6d231 phy_print_status +EXPORT_SYMBOL vmlinux 0xe1db0ead __neigh_event_send +EXPORT_SYMBOL vmlinux 0xe1ddc3a1 mmc_erase +EXPORT_SYMBOL vmlinux 0xe1fd26cb blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xe1fd5b31 fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe21a9754 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xe2227b86 vm_insert_page +EXPORT_SYMBOL vmlinux 0xe22ea9fb build_skb +EXPORT_SYMBOL vmlinux 0xe230ea68 vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe2416f7c dquot_scan_active +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe255f475 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xe26032b5 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xe28dc804 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xe29441da tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2bf111f jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xe2cef327 nonseekable_open +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2dc5f05 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2ec7e80 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xe2efc421 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe319eb24 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xe32004c7 set_bh_page +EXPORT_SYMBOL vmlinux 0xe33078df blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xe33438d1 mmc_request_done +EXPORT_SYMBOL vmlinux 0xe34cd587 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xe357da15 fget +EXPORT_SYMBOL vmlinux 0xe3637f93 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xe36fbb7b __init_rwsem +EXPORT_SYMBOL vmlinux 0xe376f40b sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0xe397a23b ps2_command +EXPORT_SYMBOL vmlinux 0xe39af8e9 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xe3a575e6 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0xe3b6613b simple_unlink +EXPORT_SYMBOL vmlinux 0xe3b9a9cd _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xe3bcd1ec __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xe3bec0ba tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3f0d8e9 tty_unregister_device +EXPORT_SYMBOL vmlinux 0xe4082df7 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xe445db4a acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe45f60d8 __wake_up +EXPORT_SYMBOL vmlinux 0xe46ea838 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xe47816ed ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xe47e360c fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe4964b6b unlock_rename +EXPORT_SYMBOL vmlinux 0xe498fc04 update_time +EXPORT_SYMBOL vmlinux 0xe4d14369 disk_stack_limits +EXPORT_SYMBOL vmlinux 0xe50f904f intel_scu_ipc_ioread16 +EXPORT_SYMBOL vmlinux 0xe5208918 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52faf7c dm_kobject_release +EXPORT_SYMBOL vmlinux 0xe530d757 acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xe532bfb1 kill_pgrp +EXPORT_SYMBOL vmlinux 0xe543513e blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe58a3d3b tcf_em_register +EXPORT_SYMBOL vmlinux 0xe5999e70 arp_xmit +EXPORT_SYMBOL vmlinux 0xe59a0119 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5ce4458 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xe5eb0f37 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe609bdcc i2c_register_driver +EXPORT_SYMBOL vmlinux 0xe64d98fe rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xe66ddb3c scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xe6860fb0 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xe689d2c9 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69ec156 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xe6cb9ca0 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xe6cc973a new_sync_write +EXPORT_SYMBOL vmlinux 0xe6d8c86f ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6ee4fbd do_truncate +EXPORT_SYMBOL vmlinux 0xe6ee91dd cfb_fillrect +EXPORT_SYMBOL vmlinux 0xe6f38447 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe70f1361 agp_create_memory +EXPORT_SYMBOL vmlinux 0xe716baed acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xe75beb0e uart_update_timeout +EXPORT_SYMBOL vmlinux 0xe7650a86 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0xe77ba938 blk_requeue_request +EXPORT_SYMBOL vmlinux 0xe781b5f6 intel_scu_ipc_readv +EXPORT_SYMBOL vmlinux 0xe7897db7 d_make_root +EXPORT_SYMBOL vmlinux 0xe794c611 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xe79d2f14 thaw_super +EXPORT_SYMBOL vmlinux 0xe7a5d13a dquot_drop +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7bf79a5 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xe7c490fc agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xe7c5018c mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7df0b09 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xe7f24f1e devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0xe7f36b65 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xe7f726d7 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe84e2ed9 kmap_atomic_prot +EXPORT_SYMBOL vmlinux 0xe84e4a00 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xe851bb05 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xe87025f0 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe88e7a93 lg_global_lock +EXPORT_SYMBOL vmlinux 0xe898bfba crc32_le_combine +EXPORT_SYMBOL vmlinux 0xe8b68849 wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c68e9b bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xe9004a7e abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe915ca69 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xe9329d92 pipe_lock +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95e00cf flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0xe9684c16 mpage_writepage +EXPORT_SYMBOL vmlinux 0xe98b06e8 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xe997667b wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xe99ae918 pci_enable_msix +EXPORT_SYMBOL vmlinux 0xe9a48a92 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xe9aa9e35 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xe9aedd7d netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xe9c01f29 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xe9cfb0d0 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xe9d5faeb pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xe9e1b377 security_path_symlink +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea18b008 set_cached_acl +EXPORT_SYMBOL vmlinux 0xea197a30 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xea376ade __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xea560af0 netif_carrier_off +EXPORT_SYMBOL vmlinux 0xea5e1ce3 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xea6901d0 bio_reset +EXPORT_SYMBOL vmlinux 0xea6ea2bb __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea7b8a44 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xea81d006 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xea90bdd3 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xea96c505 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xeaa88218 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0xeab05453 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0xeaccc1de inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeafc86a0 proc_mkdir +EXPORT_SYMBOL vmlinux 0xeb32a481 dma_supported +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb552ee6 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb5f9100 pci_biosrom_size +EXPORT_SYMBOL vmlinux 0xeb7031c7 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xeb88f5f3 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xeba0f636 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xebc8b645 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xebd4a75a neigh_app_ns +EXPORT_SYMBOL vmlinux 0xec0067c1 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xec03fba9 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xec09a4a9 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xec13ccb7 locks_free_lock +EXPORT_SYMBOL vmlinux 0xec1aa6ef memzero_explicit +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec510803 proc_create_data +EXPORT_SYMBOL vmlinux 0xec973886 blk_register_region +EXPORT_SYMBOL vmlinux 0xec98462b sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xec9a903b udp_sendmsg +EXPORT_SYMBOL vmlinux 0xec9b2e37 proto_register +EXPORT_SYMBOL vmlinux 0xecb721f1 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xecbcb8bb radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xeccd3e0c acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecf5f295 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0xecfd2dfc find_lock_entry +EXPORT_SYMBOL vmlinux 0xed02ff23 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xed12c1c5 pv_cpu_ops +EXPORT_SYMBOL vmlinux 0xed176adb mpage_readpage +EXPORT_SYMBOL vmlinux 0xed1b87d1 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xed2303b4 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0xed33f912 no_llseek +EXPORT_SYMBOL vmlinux 0xed510605 load_nls +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed753918 skb_seq_read +EXPORT_SYMBOL vmlinux 0xed7e1295 gen_pool_create +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xeda3b679 security_path_chown +EXPORT_SYMBOL vmlinux 0xedb0be59 lookup_bdev +EXPORT_SYMBOL vmlinux 0xedb55cdb blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbfe3d3 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd98adc iterate_dir +EXPORT_SYMBOL vmlinux 0xede170f3 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0xede9861c ppp_unit_number +EXPORT_SYMBOL vmlinux 0xedf2ab14 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3aaf1d i2c_transfer +EXPORT_SYMBOL vmlinux 0xee70a06a tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeead2cc9 tty_name +EXPORT_SYMBOL vmlinux 0xeed7443e inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xef078692 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xef0c169b tty_vhangup +EXPORT_SYMBOL vmlinux 0xef1fe6b3 dm_register_target +EXPORT_SYMBOL vmlinux 0xef2bfb10 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0xef54bfd0 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xef55b67e simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xef6c0eea devm_clk_put +EXPORT_SYMBOL vmlinux 0xef6c8b32 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0xef7f1dc0 __sb_end_write +EXPORT_SYMBOL vmlinux 0xef84506f tty_lock +EXPORT_SYMBOL vmlinux 0xef881beb icmp_send +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefa7e235 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xefaedbc3 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xefc02f20 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xefc2c40c alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefd59c84 arp_tbl +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefe099c3 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xefe9fb78 tty_devnum +EXPORT_SYMBOL vmlinux 0xeff53ccf bdev_read_only +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00e5205 vfs_statfs +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf02140f6 udp_disconnect +EXPORT_SYMBOL vmlinux 0xf04779ae give_up_console +EXPORT_SYMBOL vmlinux 0xf055d01c mmc_add_host +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf07ec77b default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0ce7d50 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xf0d68ed6 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0xf0db024b alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0fa673a kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf10d0ef6 neigh_destroy +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit +EXPORT_SYMBOL vmlinux 0xf117def0 fb_pan_display +EXPORT_SYMBOL vmlinux 0xf124bdb9 write_one_page +EXPORT_SYMBOL vmlinux 0xf12d331c lg_local_lock +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf17ae2a3 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xf18242e1 atomic64_set_cx8 +EXPORT_SYMBOL vmlinux 0xf184a456 blk_recount_segments +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf197f423 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xf19f909d tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xf1b6368e generic_make_request +EXPORT_SYMBOL vmlinux 0xf1beef5f free_user_ns +EXPORT_SYMBOL vmlinux 0xf1ce37cb neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1faac3a _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf22f77b3 default_file_splice_read +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2604c5d skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0xf27ded6c agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xf28167eb block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xf287547e devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2cd3faa eisa_driver_register +EXPORT_SYMBOL vmlinux 0xf2e6f557 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xf2eab5c6 agp_bind_memory +EXPORT_SYMBOL vmlinux 0xf2f425b4 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xf312cb9d ucs2_strsize +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf31e584b inet6_ioctl +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3986b06 acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0xf3a9d615 eisa_bus_type +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3d310d2 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xf3d77c13 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xf3ed79c6 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0xf40b2297 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xf4309582 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xf431663d phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf443f434 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xf44d733b get_gendisk +EXPORT_SYMBOL vmlinux 0xf466d79d iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xf480472d bio_put +EXPORT_SYMBOL vmlinux 0xf4808f24 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xf49b2878 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xf4a04d9d end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xf4a32371 md_done_sync +EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit +EXPORT_SYMBOL vmlinux 0xf4a63df4 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bcf706 default_llseek +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4e27ee3 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f63770 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xf502d273 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0xf506acf4 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xf51ae235 touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xf51e8aaf tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xf52075c4 skb_find_text +EXPORT_SYMBOL vmlinux 0xf52b7c4f filp_open +EXPORT_SYMBOL vmlinux 0xf52ecbd1 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xf536d22e acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xf536ecec mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xf53780f4 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf53dda83 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xf58fd7bf dev_mc_sync +EXPORT_SYMBOL vmlinux 0xf59230f6 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5a68596 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xf5b10e67 acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0xf5e39747 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5fdbc18 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xf61b8148 del_gendisk +EXPORT_SYMBOL vmlinux 0xf6263ce5 bio_add_page +EXPORT_SYMBOL vmlinux 0xf62dfd6b lock_may_write +EXPORT_SYMBOL vmlinux 0xf632e928 setup_new_exec +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf63bcc76 mount_single +EXPORT_SYMBOL vmlinux 0xf660b902 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xf66f67d6 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xf671ea6d xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf68a3481 d_set_d_op +EXPORT_SYMBOL vmlinux 0xf69a676e serio_rescan +EXPORT_SYMBOL vmlinux 0xf69ba641 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xf6a8408d blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6d44de4 pcim_iomap +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f8de10 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xf6fa4dac uart_add_one_port +EXPORT_SYMBOL vmlinux 0xf7070392 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xf7197d62 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xf71fd6ac touch_atime +EXPORT_SYMBOL vmlinux 0xf726d02f atomic64_add_unless_cx8 +EXPORT_SYMBOL vmlinux 0xf72a0c06 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xf7402260 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf745cb16 atomic64_sub_return_cx8 +EXPORT_SYMBOL vmlinux 0xf74b1803 inet_accept +EXPORT_SYMBOL vmlinux 0xf754e57a kill_pid +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf77fbe85 vga_con +EXPORT_SYMBOL vmlinux 0xf7888b12 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xf79241e1 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xf7a087c3 skb_unlink +EXPORT_SYMBOL vmlinux 0xf7b43d38 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xf7b5066f skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xf7b8afda request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xf7b90a57 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0xf7bfd6e5 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xf7ca14ff iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xf7de11f3 simple_statfs +EXPORT_SYMBOL vmlinux 0xf7e37635 __wait_on_bit +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf8050fac acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf824253e dmam_release_declared_memory +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82e0ef3 tcp_make_synack +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf830bd3d km_policy_notify +EXPORT_SYMBOL vmlinux 0xf83158d6 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xf83b3b9e blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xf8407976 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0xf84a0566 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xf8513827 sk_stream_error +EXPORT_SYMBOL vmlinux 0xf8699f9a xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xf86f67b9 loop_backing_file +EXPORT_SYMBOL vmlinux 0xf88e0ee2 acpi_get_table_header +EXPORT_SYMBOL vmlinux 0xf8944931 d_prune_aliases +EXPORT_SYMBOL vmlinux 0xf8b5eeb9 key_link +EXPORT_SYMBOL vmlinux 0xf8b8080f inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xf8d1a711 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xf8dbee99 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xf8ef7733 bio_unmap_user +EXPORT_SYMBOL vmlinux 0xf92382a5 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf940a328 __next_cpu +EXPORT_SYMBOL vmlinux 0xf9461e5e gen_replace_estimator +EXPORT_SYMBOL vmlinux 0xf967bcb0 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xf97456ea _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xf99b95c5 inode_permission +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9b15421 bh_submit_read +EXPORT_SYMBOL vmlinux 0xf9b6b87d __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xf9c367e0 iov_pages +EXPORT_SYMBOL vmlinux 0xf9c7fd03 lro_flush_all +EXPORT_SYMBOL vmlinux 0xf9d35c95 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0xf9d5dc00 scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xf9dfdc95 get_fs_type +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xfa029dbd skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0xfa233b0f md_unregister_thread +EXPORT_SYMBOL vmlinux 0xfa30957c mempool_free +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa5ab8b7 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xfa5def7e security_path_mkdir +EXPORT_SYMBOL vmlinux 0xfa837639 dump_align +EXPORT_SYMBOL vmlinux 0xfa8d8104 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xfa9b83e3 blk_start_request +EXPORT_SYMBOL vmlinux 0xfaa78d69 ip_fragment +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfae5fc5c pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfae9efb8 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb0443fb acpi_get_parent +EXPORT_SYMBOL vmlinux 0xfb0f1b59 ida_destroy +EXPORT_SYMBOL vmlinux 0xfb2391ad up_write +EXPORT_SYMBOL vmlinux 0xfb411ad7 input_get_keycode +EXPORT_SYMBOL vmlinux 0xfb61a538 pagevec_lookup +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb6df0c1 __dst_free +EXPORT_SYMBOL vmlinux 0xfb80c7a0 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xfb8cbb3c bio_integrity_free +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfbaa7048 follow_pfn +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbbb4054 vme_register_driver +EXPORT_SYMBOL vmlinux 0xfbc94993 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0xfbdc6971 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xfbe91165 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xfbeebbbe jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xfbf065ba pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc06f188 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xfc09ec81 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc409f26 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xfc562165 acpi_run_osc +EXPORT_SYMBOL vmlinux 0xfc5f3df3 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfc745d11 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xfc80afe3 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xfc872fd1 get_ibs_caps +EXPORT_SYMBOL vmlinux 0xfc938b9e phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcac0d40 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0xfcade543 ab3100_event_register +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd0192da gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0xfd1868d6 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xfd20ba7e uart_get_divisor +EXPORT_SYMBOL vmlinux 0xfd33b5fa cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xfd44c81f vlan_vid_add +EXPORT_SYMBOL vmlinux 0xfd54fe9f rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd7acdc7 pci_request_regions +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdea4289 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe047ce6 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0xfe462d08 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe9169e4 neigh_for_each +EXPORT_SYMBOL vmlinux 0xfe96aa32 inet_listen +EXPORT_SYMBOL vmlinux 0xfe9724e1 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xfe98010f scsi_release_buffers +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfec50a8d seq_lseek +EXPORT_SYMBOL vmlinux 0xfeca7590 radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee3d98a blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xfef6e939 bio_map_kern +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff0934f1 vme_register_bridge +EXPORT_SYMBOL vmlinux 0xff135835 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff3d11d9 f_setown +EXPORT_SYMBOL vmlinux 0xff480992 dump_fpu +EXPORT_SYMBOL vmlinux 0xff5074bb nf_log_unregister +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff8806ae serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xff8e3f13 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xff900d48 __get_page_tail +EXPORT_SYMBOL vmlinux 0xff922982 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffb2c262 vga_switcheroo_set_dynamic_switch +EXPORT_SYMBOL vmlinux 0xffb810a7 netdev_change_features +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffe3b3f8 twl6040_power +EXPORT_SYMBOL vmlinux 0xfff370c6 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-i586 0x7060bf0a crypto_aes_encrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-i586 0xe409b491 crypto_aes_decrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x18c8379c glue_xts_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x6b62ad78 glue_cbc_encrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x6eac98a9 glue_ecb_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x814d969e glue_ctr_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x8f02ac4d glue_xts_crypt_128bit_one +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xe0bcdb5a glue_cbc_decrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xfc154c4c glue_ctr_crypt_final_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-i586 0x28afd262 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-i586 0x6f068d90 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00aaf935 kvm_disable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x01c48dfc kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x01e77541 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0203b32f gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x05bb592d kvm_require_cpl +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0644cc39 kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0689cc64 kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x09cea43b __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0c06f8cb kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0cb9c082 kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x142f4750 kvm_set_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x178ad45e handle_mmio_page_fault_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x18e257ab __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a4342a5 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1c9be3ff kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1cc4420a kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1fd75913 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1fd7ae13 kvm_after_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x219c3908 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x22142e43 kvm_mmu_flush_tlb +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2254fe4a kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x22df141b kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2433d6fd __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x253e6d7f gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x28f248aa kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2a15711e kvm_init_shadow_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2ed4f250 fx_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f636c31 kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x317f9e6b kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x32371d37 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3290c1ba kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x38cf2af2 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39b1e87b kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3d7cbdeb kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ee59a92 __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x438a59d3 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x456d0d38 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4903eec1 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4906943d kvm_mmu_unprotect_page_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4c4c5734 kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4ce1e802 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e352e10 kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e483696 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x55f9573d kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x579ca1b9 kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x586f4d07 kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5aa8acc4 kvm_read_guest_page_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5ace3832 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5e5a1d15 kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5f3d4b0a cpuid_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x61d1f3c7 kvm_set_xcr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x63cc0846 kvm_mmu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64020e10 kvm_set_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x68e20095 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6b4aa826 kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6cb54c14 kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6d10447b gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ee59824 mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x70f2697d kvm_mmu_unprotect_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x712c127f kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x717767db kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x71d2b296 kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7226cf9f kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7553623c kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x77482a6f kvm_x86_ops +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7d3e2b53 x86_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8058792d load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x831327da kvm_max_guest_tsc_khz +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x848d0b45 kvm_mmu_sync_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x84ceb28c __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8794aaa4 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x89383705 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ae91fad kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8bb03e6e __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ce4f3ab kvm_enable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8d7e9a90 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8d80a533 kvm_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ef96a18 kvm_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x90f09ae8 kvm_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x962658fc kvm_inject_pending_timer_irqs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x97ca35ac kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x98db0ee1 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a216313 kvm_define_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9b02f7f6 kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9fd2702b gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0ec3a0a gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa2292c35 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa87d6da4 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa8396c3 kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaac7c868 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xacdf56c4 kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xacf7f97c gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb09830e6 kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb10b5ec3 kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb284eed4 __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb2a65cca __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb82040fe kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb88ca101 kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba9ed435 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc2b538e __tracepoint_kvm_nested_vmrun +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbdeb1745 kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbe2c6d69 kvm_fast_pio_out +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbf05ab76 __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc556a4d2 kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc820a1dd kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc92b56a9 kvm_mmu_get_spte_hierarchy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcb43b525 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcb67ce10 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcff5cac3 kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0459e67 kvm_has_tsc_control +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0b2727a kvm_mmu_set_mask_ptes +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd1668f7f kvm_write_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd2d6d348 kvm_vcpu_block +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd3361dd1 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd3a9eb55 kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd476bdea kvm_inject_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xda63631d kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdf3cf5a4 kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0915e05 kvm_before_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0f2f87a kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1232152 kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe3222d2e kvm_mmu_unload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe3ffb2dd kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe7718d4c gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe971781b kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9790e86 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf016e1be kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf0cda983 kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf3917ea1 kvm_get_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfa723d9e kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfa8dc15e kvm_inject_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfc40f8bf kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfcfe69be kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x180cab29 ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x3e664a12 ablk_init_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x4893d5d7 ablk_set_key +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x701b9dd5 __ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x91ae2ae1 ablk_exit +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xd8fedaa0 ablk_init +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xff1e8999 ablk_decrypt +EXPORT_SYMBOL_GPL crypto/af_alg 0x0be031bc af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x0d55198e af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x35f73df7 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x624aa529 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x7e7cde9c af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x89db7111 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0xc8a03819 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xe982bf0e af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x03dc9eb1 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x4b5d8b2a async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x7951864c async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x52047a71 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x8cc577eb async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x0c772fa0 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x27f2692f async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x8d66faa7 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xd806c58f async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x34304c17 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x530bd887 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x36c5eaad blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x21d475fa cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd7dee9a7 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x27ac1c75 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x2b4269ba cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x45517113 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x78e1ceb5 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x88576cd7 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x8ccf8b2e cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xaa54b642 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xbbe572dc cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xefcd2891 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xf24f5f87 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x2ae7d77c lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xe2d81a8e serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x4a05f88f twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0xc300090d xts_crypt +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xb9a141b0 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xe1372311 acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/acpi/video 0x3c65037d acpi_video_verify_backlight_support +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0a88a818 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0d866d7c ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0e45822b ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x24fb0990 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x272bcbfb ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2f9ee671 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2fc920c3 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3b11ec41 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4005f17e ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7345e0e2 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x78e60aea ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7a1106a0 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9867e266 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xacc5d52e ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb09171b5 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc14d2127 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc947303f ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcfd08c4e ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd2c477e1 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe3cdee07 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xec5fcef9 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x2f619577 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x3148d779 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x33c6d60e ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x73af8637 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x76543e6a ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x954a7f81 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb637d864 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc78e96e7 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcd9b70fb ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xde526667 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xecd7607f ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x7f3a0201 __pata_platform_probe +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/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/bcma/bcma 0x0f16a1e2 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x152ef8df bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3319168f bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3ad40579 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x547ba9de bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x65e2618c bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6d6b47d2 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6f0b6a56 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x71dd7393 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x763862a3 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x82370d47 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x82b576c6 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8bb692be bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa4c6087e bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa8f36e10 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xadb28c0e bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd4e202d8 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd693146b bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xec489647 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xec65fa36 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xec9dcc1e bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xecc8f565 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfa98b343 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x11bb3bab btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1c228801 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x357185f7 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3bd97987 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x432d6a4c btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x790eb0fb btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7ccb5f20 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xce248ac1 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd9343af7 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfb6c46a9 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/char/scx200_gpio 0x50d20225 scx200_gpio_ops +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x51e78535 ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x1d18383a dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x31a2c8df dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x67c8bdb0 unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x7499b206 register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x790a28a8 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0xac34ecec dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0xbe036978 dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xc210c8ff alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xc6f24b73 free_dca_provider +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x4f3fe020 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x76afc74b dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc63d9036 dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xdfccb45d dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xe61fa8fd dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x19853ce8 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1df1a680 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x22797aac edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x440b8583 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x55ac079c edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x65b4d6e4 edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x76698330 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7700a080 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x80e148a6 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x9a3b7489 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa34569c0 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa840d783 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb361409f edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb5424019 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbb30dc3a edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd07c98c4 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd84c7f52 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xda974cb6 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe567e0dd edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xeb1b4395 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xeef266d1 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf18cb0ef edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xff0c616f edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x14878009 amd_report_gart_errors +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x21626132 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x737912b3 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xb30b7e56 amd_decode_mce +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x013fbdac cs5535_gpio_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x93f8fe67 cs5535_gpio_set_irq +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xc0bb404a cs5535_gpio_setup_event +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xd3bd9300 cs5535_gpio_isset +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xe07c0954 cs5535_gpio_clear +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x3c185adf bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xa9152e6a bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x0d99b976 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xea76486d __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x23871a4c drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd2deef00 drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfcc71f75 drm_class_device_unregister +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 0x15a270d4 i915_release_power_well +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 0xa89ea1e9 i915_request_power_well +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xb76bf2ac i915_get_cdclk_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x0f1f1023 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x3c9f7c09 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xf1587bd6 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x07e15507 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x09d8168e hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0e970aab hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1788acef hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x17dd87ae hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19966a8b hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1b9a9c6c hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2a4dc852 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x37b460d6 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4b07ca2e hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5579898e hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x68d9d1a2 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x69f77a63 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x726e63b0 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7d72153c hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x84b1adb4 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x87de96d0 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ca8eaea hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8d0ddddc __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ec3ec97 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9194fdf4 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x99a9d550 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa2cebe40 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa4d25461 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa90f4daf hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xad0186f8 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbc6fbfef hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcb656f48 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xce4c2842 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd89b84dc hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdaa2fea5 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe7497dae hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb102bb1 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf86127ff hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfb79d580 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0xa726e7db roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x7a9590bc roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x7c977238 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x7dcb44fc roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xca207447 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd574a4b2 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xe46a5ceb roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x123bbaba sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2a3e6bf8 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3394bed9 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5708a086 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x68508874 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa0f97a4a sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc80c52de sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe9e86341 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf8749e81 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xed1a90c9 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2dab50b1 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x332c2eab hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3aa05a1e hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3f9e763e hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x40600005 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x457cfcc3 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5c01b35b hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6625a770 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6da13ff6 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7224a3c3 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x72e2781e hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb23d2500 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc3cc3e7f hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd27e25c6 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xeb2fc7d4 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf1bf810e hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf7c39d8a hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x04b7c948 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1350da5a vmbus_sendpacket_multipagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1c53e05e vmbus_are_subchannels_present +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x24a83828 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2b18ebed vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x358fafa5 vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x394394a7 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5f1309c0 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7e8890a7 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xaac78eec vmbus_get_outgoing_channel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc26c6dab vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc8788bad vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe00d27ac vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf45dd651 hyperv_mmio +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x170d3f78 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x7d0e7224 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xcebba343 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x0434e554 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x04c241cb pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x148cf1a5 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x21c07b26 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x28da118d pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4e6b37db pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4ff19780 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x7401362c pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x98ba33a7 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa8d9c26b pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xb60c8db2 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xbbd661c9 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x560f14ec i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5f4f9a09 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x681979bd i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x6cffc997 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x83043a35 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xacc17031 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xad3ee36f i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xc389e9cb i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xcd2729c5 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x40cf0ac0 nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x617cf589 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xfcdfcff1 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xa05dcd18 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xb7c046f9 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x115f87ec ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x61592067 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x6e05f0a3 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x7ebd785a ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x931f4178 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x99869f9c ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x99fc753b ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xbd82f0b6 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xc26b8b4d ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x1e46199c adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2ec6ea6c adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x338d47a5 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x3afdc1ae adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x56081014 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x786c4745 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x84ccb2c0 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x86aacdcf adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x96d1d0b9 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x97cc4abe adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xaeefdb42 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xdf30ce98 adis_init +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x00f28e8d iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x014fb51d devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x02352611 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x05e720e8 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x070c6647 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x09c6d056 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x12a6c8e1 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x14a3b702 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x19d5572c iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1ec37459 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x24cd940c iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26b068b5 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2f69b188 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4d1c47f6 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x55b2f11f iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x60ca54a0 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x62472619 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6ac4e48d iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7da7261c iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x843a0a69 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x85b27bc4 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8fe43326 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x92fed2c8 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x951409a5 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x970c39b2 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9d0fd63c iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaaacb62e iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbcd2e9e4 iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xca64c5d2 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdc39786d iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdd73b759 devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xec5c0e50 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfc054527 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x28e1bbd3 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x17e11520 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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/touchscreen/cyttsp4_core 0x0f999066 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x2979d85f cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x2ba45ab2 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x15cf2b09 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x24a0cff8 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xa86d39c0 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x21d060cd cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xcd259e8c cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x02a90fc7 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4d36fd04 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5088e05e wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5adeeb11 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x819cfd9a wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x924b03b0 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x97edcce8 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xac6a6b90 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xafedcec7 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcc32ea60 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd0c5dd40 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf2530331 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x181a8018 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x333f0666 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x6a9ae5cd ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x7f232102 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x868dd72a ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xada9e28f ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe1e488fe ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe93ec8b7 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xea73c032 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x1008f3e6 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x11204f21 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x1bde8a44 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x1c22a40e gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x230c83ed gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2c7c547a gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4a6e8f7a gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4e54ec4d gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x585afd5a gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6b7c24f1 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x75d281b3 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xaac56c6e gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xcf438275 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd2a6df79 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xdb828ed1 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe0c48903 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf6ebc9e6 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/leds/dell-led 0x86fd1ffb dell_app_wmi_led_set +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2134dd1e lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2bf9ab44 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5c8b794c lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5f3c58d0 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x84d6fd70 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x85628e69 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xaf45b0a4 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc7700549 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xdee37687 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf590ed56 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xfbd976d4 lp55xx_register_leds +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/mcb/mcb 0x00f60f45 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x0462db39 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x2faad0bf chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x41b51010 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5529731e mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8b09b6cf __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8b89e569 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xb6c28b7a mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xcbf6f649 mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd2831e41 mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd3037243 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe054d36d mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe5c1e695 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x10e06e97 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x155ea9c7 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1822fd23 __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1f2ba9ac __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x260d47cf __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x27831e89 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2dec45e0 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x347aebe1 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x41c861f0 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x480dc606 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x49856e5a __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x50e8c39f __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x574ba881 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x628eb712 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6770a402 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x785cfc9f __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x91f2af34 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09069a3 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa591c5d6 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa6890b59 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaf60c34b __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb950d2ae __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbd4b89b6 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce0e6218 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd40fba32 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdc5ea5a5 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf58ce244 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf5bcbdc7 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc1d5275 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfcdf28c9 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xffc308e4 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x150fd3b6 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 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5ed5d04d dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x747e04cc dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x939a0803 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x975648f5 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa2636595 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xeda328de dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x83590e49 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +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-cache 0x1881628b dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4b8383c1 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x71784b3b dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x8b70b216 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x96d4209c dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa76e186f dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xda5e8579 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xca8e9b63 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xf78d0b1e 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 0x09472122 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x11df4fdb dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x2ab3317f dm_rh_inc_pending +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 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 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa571f097 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xce20a429 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 0xdfebcb86 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf66b6801 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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x150c85ce dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x33c03da6 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x619701dc dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +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 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb07e337d dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbe0497aa dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x5982f342 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x80431985 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x6926d861 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x12f5d410 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x2aacfd89 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x2d952e08 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x4b6c5aa0 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x69cbb10e saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x952fd236 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbcff1a33 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcebb5cfd saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe451f59c saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xee7ad8ae saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x343d9d46 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x34707091 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x47279cd2 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x4b70c796 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x4e4c8664 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x9c227b1d saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x9d4f011e saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x00594c50 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x09eb45af smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1f5d069d sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x274c6c01 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2f377e42 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x370864b7 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 0x4a69202c smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6196fd73 smscore_unregister_device +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 0x7c3291d0 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7cf7cf8b sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x86280675 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8c0f19c1 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9ac75265 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd22eefda smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd6ed6731 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe1298c28 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe79b79e5 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x2c492046 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x6e331bcd tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x01902334 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0x12542d30 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x17740170 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0x232c928c media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0x36ea087c media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x3be040eb media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x3d3450bc media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x422b9983 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x48a57fef __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0x5f2d51dd media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x6370860f media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0x7387c3f7 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0xa6c71dbd media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0xac785b1e media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0xd13f0daa media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0xeccbb81a media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0xf39a6eb7 media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0xf6542254 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x112ab72c cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x04be7d7b mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2e1674af mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x30f0e216 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x312af8ee mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3443829b mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x48468caf mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x52137a9b mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x56a01a16 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6264f548 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7dde5333 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7e68dff8 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa317ff6c mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaf884236 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb1e8ff29 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc26af64e mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc98fdf65 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfc631575 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x486882ce saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4eef3f90 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x501b30c4 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x59fe388d saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x61e386f6 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6368dc47 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x83bcbf26 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8705c993 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa5e7a031 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xab385e01 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb920f4ce saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb996a8be saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbf4e5957 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcefee8f6 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd8fb255d saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe5720aaa saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xee5dbf41 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf9af8a35 saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfc2c95b2 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfe1774d9 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x11506901 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x122ef6f5 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x37ea4c19 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x3fcafd23 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xad161408 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xe6e07a3d ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf75fa3c0 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x36a20add radio_isa_remove +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x86fdaf49 radio_isa_pnp_probe +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0xa902e2ee radio_isa_match +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0xb7516fda radio_isa_probe +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0xff3e9e86 radio_isa_pnp_remove +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x305178ad radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xe0625595 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0bc45795 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0e44f3c7 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1769b667 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1d959d55 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x380b964d rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x387486fe ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x38fc2b6d rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8c570328 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x907ba9d0 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x91c259ad rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9b5b41af rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb0537198 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb7e7cd9e ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc460bea2 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd0b7fb6c rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd653d514 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd82f76b5 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf58449d2 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfb51eb4a rc_keydown +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x66c27e2b mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xf5603006 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xac7aad77 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x94d6872c r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x23e46114 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x8d472790 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x0d245522 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x1992d8ec tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x4ca8a3d2 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x18336117 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x696f7405 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x1b174a67 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x2d67a236 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x2115e6a7 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x042198cf cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0a46d43e cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3d267558 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3d9dedb1 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3ef290af cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x42ad5aba cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5ace3142 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5c1e3a4b is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5c9aaf90 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6035c922 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6513b06f cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6f5a5717 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x88997983 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xad0f76d0 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc1bb789d cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd53fabbe cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdac59846 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdee91343 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdf98ef75 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x6e66279a mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x7a73f710 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x04594ef2 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x08181ca9 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x09f26eae em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x101a2b57 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1ebcd80a em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2513797c em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2ede4644 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3355ac5f em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x41fad87f em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5eed4506 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d1b73a4 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7b3a37b6 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb45a36a9 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbc87a2d5 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd7c5e022 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf5d6a587 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf6c6bfa1 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xff36f135 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x349e757f tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x53eb3dd0 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x9507583b tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xcca0b9b8 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x00155212 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x1f092840 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x722464c9 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x8de5137b v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xb284a096 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf792472f v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x089517e1 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1958e0b2 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x20888c42 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x31f9a40d v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x38553b1d v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3c3d74c1 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x44d797cd v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4d019b28 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4d9a61c2 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4f11c862 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4f215cb1 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7045e13d v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7f521b77 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7fe2247a v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa518e5c4 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa55bd215 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa96d71bd v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xae52cde7 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb6c0a76a v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xccf3e89c v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd0cbc08e v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd1c6a45f v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd43bf972 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf9cb906e v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0c98ef4d videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0e614561 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x115c30dc videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1bcc1fc3 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1ca69c40 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2c5452e1 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2c59155d videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3bade6af videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x447a0ce2 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4ac49aca videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x54a13599 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x61db6dcf __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x65c32295 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6b19663b videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6cd3c4c1 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x721e4fd3 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x726de662 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7ec269b8 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8761c242 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbe91ad82 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc5374a4b videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xda077512 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xed431497 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf01bf342 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x236c265a videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x9ecda866 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xb54eca63 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x2bbcd95f videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x6edf61f4 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x73599d31 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x87a870cf videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x8fd75ec2 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa9c3e7e1 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb3d12255 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xc40008f8 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xcc28c474 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x1b7dd233 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xacb37323 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xe855ea0a videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x040aae73 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x09634093 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x11cf9bd0 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1b10441a vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x27f85b56 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2d68a2ac vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x34ffe87d vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x392ea893 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3bb8b300 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4abc88ae vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x50b36b44 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5a070c00 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5b35a864 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5bd45f61 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5d8ea43a vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6644c6e7 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6c903c49 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6ce174bb vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6cf47e3a vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6f08b8cb vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7570a684 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x85f4a368 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x93d29221 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9ad04c22 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9d52a864 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xaa9e813c vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xad6a7f72 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb0d16265 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb6eb91f6 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb731a985 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbad4ace4 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc8bda14f vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcd81886c vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd4fc0e48 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe2b1eb8b vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe69c43cc vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xeb7e2c22 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xee9d16e6 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xb2b62a3f vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xd9f7e113 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x6c8fca7e vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x1b4e6306 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x22077855 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x58a60dea vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xcf4a55b4 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0xce0ca9cc vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x01ac9db4 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x01edfb1e v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0bd8eca5 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1d35a8de v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x20e96519 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x243ace4e v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2b00bd49 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x381e7b6c v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4c386a62 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5065626c v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5ac24623 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5e5c8c4b v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5f24e4bb v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6cd29a88 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7e29665f v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8076995d v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x90959d6e v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9cf85387 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9f03eefd v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xab855919 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb105f797 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb33671fc v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcef5db3f v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xda1f5190 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe156ad89 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf0a00ed7 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf1e1d147 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x15f36ad5 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x1bf4c8d0 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x3109d027 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x4fa0e63d i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x65530c53 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x83c7bd8a i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xc0bcf5be i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xe7446422 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x28db8d4e pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x47ad39bc pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xb0f718ba pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x194b98ca kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x27d1a3ba kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x487c921b kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6ca8a684 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8cee8de6 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa3692161 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xc1ea76e0 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xd72d38ec kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x549cff15 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x78bab49e lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xe84a332e lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x37958424 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x49023495 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6c349eca lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x9b5a2e7d lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xaa8ae675 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xac67925d lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb9a08792 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x9dbb8774 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xb70fa9cc lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xdf32a461 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2a4ce022 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x3843154a mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x78f95e6a mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x92340c64 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xac556c7f mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb12bafaa mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x34bd14be pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa2a422d6 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa72aba7a pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xad2f6906 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbce08150 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc3b28368 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc5c7742f pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe5c33a3d pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf1b5ff01 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf2431188 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xffa36862 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x463f17dc pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x6bb07825 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x4a093205 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x5437d630 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6578c4de pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x7367dc14 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xcb2f1518 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1476d5b5 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x14d6286e rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3f761a75 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x556cb1ae rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5b5ee4c0 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5b9e3d28 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5f081642 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x61b07ef3 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6b68f51f rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6defd5ff rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6e41ff9e rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x770c1f69 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x86a538ef rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9d639165 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa29e2e97 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb8f9ecf7 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb95b6d8b rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xbe948065 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd2e4b57b rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe06c18fb rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf2da95c5 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x09877ad5 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x16648851 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x289b716e rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x3e1c295c rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x547024f5 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x7c4e035c rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa22ea0e5 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xaf1a01a3 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xb77e1543 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc988c2fd rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xd8e0e34f rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xe1e4ebbe rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xeae71555 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0889d373 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x119ee66b si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2cfe60b8 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3293a76f si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x32b1adf1 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3ef9d6b2 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4a0707e3 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5840102d si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x601d7ad3 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x616e48db si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x688c389e si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6977dc81 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6a64f18e devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x75a6bce2 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7ad4d641 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x84b6bb09 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x878fc9ec si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8a0550dc si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9ed1d910 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa408d065 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa4b9e56d si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb6e16b89 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb70f372e si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd12aa480 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd3daee8b si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd5867fb6 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd65c931d si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd90b7de0 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xda1f0fda si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdc841082 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdd03603c si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xed5d3007 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf0e0fb4a si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfdd8255c si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x18593310 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x4bb03292 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x654b33c7 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xc93292e1 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xdee018d1 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x336b0fed am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x599e73c5 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x5f4ac7bc am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x7f5ff9e2 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x304b0f3f tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x5f6807b5 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x7e09faf1 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xd4c3d3dd tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x89b46cc8 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x9e3bb63f tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xba6a2f99 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xc7b86424 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x498c2c44 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x090c2b35 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x622f6a0b cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x8d85c3d0 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xc71f5439 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x37c9831c enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4101c51e enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6a1fe25a enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x70fada81 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x7bb23574 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x979c82c0 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9a45be13 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x12af96fd lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x35c4cdfd lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x55c6165b lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x9c0b0343 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xbf4a8807 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xdcaec665 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe1ba4347 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xffb66ab8 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0a464fb0 mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0dcddfd2 mei_fw_status +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x12850e55 mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1b3eaca9 mei_cl_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x27950e22 mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x27bf77df mei_cl_add_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x2a2863b3 mei_cl_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x2b76a381 mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x2d6aa00c mei_cl_disable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x37dbd326 mei_cl_register_event_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x43c52c53 mei_cl_remove_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4f16dd73 mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x595f726a mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x791699ed mei_cl_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8daf2869 mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x95095f3f mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x960b7f2b mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x977bcfc9 mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa1c9f4a1 mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa83626ca __mei_cl_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc8105387 mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd1101854 mei_cl_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe4ec282d mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe55e35e8 mei_cl_enable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf6f4e679 mei_cl_send +EXPORT_SYMBOL_GPL drivers/misc/pti 0x19f09b98 pti_release_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x23bde487 pti_request_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x52a78e81 pti_writedata +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xa4bb1feb st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xfa1ffce4 st_register +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x0f6680ea vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1152e318 vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x13aa5a5d vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1872c7af vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1a195863 vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2e30d970 vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3ef56cd5 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4b630dac vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4c498e60 vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ea2ccbc vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x50a255c9 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x677c36d0 vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x69ef87ff vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x6bfa603a vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x6cc1a5f7 vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x722d488a vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7d540b50 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x8b8ad67a vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9624c58c vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9973b9b2 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9d16164a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbbcb4c48 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xccbb53d1 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xcf5ed7ef vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xdac94780 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe7e7c107 vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1c2a5c8a sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x46d11eb8 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x57ce48bc sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6d17d93a sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6f561397 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x749a32e5 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7d66b58d sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x87b6ccd2 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x926a16a9 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb41a81f7 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb5bcf608 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc9fbc733 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcd053613 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd4a1be24 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xda788c5b sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x033d0485 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x398ce81a sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x5003445b sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x551d71cd sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x73a622d2 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x772269f5 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x7d400216 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa28f0e54 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd34120a7 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x06a3b312 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xc494b36c cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xfbbd9684 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x25c88f4b cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x5b9ac49b cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xa8630b1d cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x75ee62f7 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x69eaccb9 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x732ab13f cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xd8bb590e cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x074e31d7 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x07a69174 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0bc859aa mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0cecba46 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0e6972dd kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0e9dfd3d mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x10e9fe2d get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x145f9718 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2628f36d __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x367fda74 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x37e78e70 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3f9fe7f0 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x42470a67 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4f4e5bd1 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5044b1a6 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x523638b2 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x52fb37ca mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5be1c4da mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6c6ed7b5 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x81da5bd4 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8d5a7f66 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9b653d97 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9d1ab1ac register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa09e2428 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa4ea0b67 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa6772c72 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb91345e1 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc0caedfe mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc30a5ebc mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc30edd63 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcc555815 register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xccdd17ac mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd368e2a0 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd4b7bf6a mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdfbe998f mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe8748b8c mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xebdf288f mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeda719aa mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf156a0c1 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfbfdef30 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfc5e6acd mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xb1ad704f mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xba259f40 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xc3954af4 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xcd0ad9ef add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xdd211cdb register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x4a5c64b1 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xb8cf15ce nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x67efb18a sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x0a06c89f onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x8de9fb3d onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xf4566c09 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x129d2f44 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 0x45c26ee5 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x481125db ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4a091e9a ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7bbd29d5 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8689b9ec ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8f484060 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x95b91837 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb7c5d576 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc1937188 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd06983a9 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xeef27d02 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf854a9f6 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x08144935 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x12926000 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x44b304b4 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x86a90949 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x8cba0d50 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xaeb83168 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x13cfa98c can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x23b9aa1c alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x362f8b72 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x37da21d1 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x48a9cd9b can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5008abe0 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x51064a73 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x71bdb9d5 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x8abd9c6b can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9df2fa5f free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa45ae246 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa87099eb open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb7d74874 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe5b7cb47 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe82e74ec close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf1938f94 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf52a59be alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x105e44a5 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x4d2b8e5e free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x85bfa9bd register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xe84c568c unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x121d519d unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x291b0981 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x93cf2db1 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xf942d451 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e0cb38e mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12b476d0 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14036a02 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17268645 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18438602 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c53f6a3 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ddeca61 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1eb642af mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x245aba5c mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27051bcb mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2dee72ce mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e2af5eb mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f539a15 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x366fb308 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36e217c8 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36eaaf09 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38215465 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c2dd0bc mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d80da75 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41af3c24 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4279489d mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49afb1b6 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49b81151 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c5983f1 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c896083 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ea89b22 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4fcc0003 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50af6400 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53bf08e2 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5837fb16 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5976cbf3 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5af386f4 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c22d440 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d742f23 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x604f4da5 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61c63cf4 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64febf93 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a6b87ae mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71529b24 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72e8aae2 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7505e67e mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x766d52a6 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a4e883a mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7aa5332c mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82ab0576 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85b653f1 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88d3aa05 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b4297f8 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e02f1ca mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e8b1f66 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x914f50dc mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9165abc2 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91a9b3ea mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97479e24 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99ed675e mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b4ea400 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d97d37a mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f4559c7 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa452b9e4 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5a2118b mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa62e794c mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6a12450 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7421c20 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7fa6db0 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8a6e029 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8b84386 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab885c52 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0e52d32 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb35eeb8c mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4b1b89b mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd739d10 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf116265 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf438718 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbfa2b0bd mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc135fe96 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc14ee27f mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc541b1b1 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6d04e87 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc84f9261 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb72d330 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcba8d389 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcbb94850 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce0cd9d9 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcfd71b20 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4783a5a mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd66e3351 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7bb11d1 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe47066c8 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5171934 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5f1d12d mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7f79b2c mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe806a993 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeab9160d mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xedd40bb2 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee83ab89 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefb95c8d mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf16d746a mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf293a474 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2b8c5b7 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3ad19f1 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4fb668a mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf913d47f mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa114f93 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd1930ce mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe047312 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ef61937 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x227977be mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f83f785 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x389fb461 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39f9366c mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5015cf0e mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x606f365d mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8252d82f mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85b194a6 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9347b895 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x976d5670 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae7bb10a mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1a0eb4f mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe575862b mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf555afd1 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfbd87fbf mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x3b21c316 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x85280bca macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x89c105da macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xfe07bad5 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x27921762 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x60fcd6e7 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x988488a2 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc46df37c usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc9af88e0 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x5763096c cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x6a899445 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9ca41d62 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa1df1cd8 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xaf017cae cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc6369ac5 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe6c30c30 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe919696d cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x1f236bd1 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x35bab5b6 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7dcf512b rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xa41cc263 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xac66287e rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xd79e0af2 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x014e5463 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0ef87a20 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x120167e8 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1b71e25f usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2d1d7035 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3f203b33 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3f240c1a usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5053166d usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x592963eb usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x60a0f344 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x61fa9ade usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x70b022fc usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x71e493ce usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7446b727 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x787a6549 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8534cec3 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8d01909f usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8e5036fe usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaa2460c0 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xab933cc3 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbc4925b5 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbe534f3a usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc7ff4401 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcd0b5dc3 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcf25c7db usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd619de84 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe11e6275 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf6348ef6 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf6f7ef0c usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf83acc86 usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfc630c8d usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfdc685e0 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x14f8b179 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x3d956763 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xb60c5920 vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xb750c0b8 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xe1d186df vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x07b78395 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x263b2c0c i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2e4e7310 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x6c3acb81 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7595f883 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7d036521 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x85189422 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x8574f6db i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x91dd1f90 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9b372d21 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xaa1ea367 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb9c12c7a i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd44479e3 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdd8c8017 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf7d3e121 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xff404cd2 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x06ee3aee cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x62ff2a30 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x74ef412b cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xe7cd97d3 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x2b085918 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x114119cf il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x60cdc86f il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x66b335a9 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x8842a852 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xc5015b87 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x215daec5 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x2665c188 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x2cce6130 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3c117db5 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3d4788d9 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3e0dc6e3 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x446002f8 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x44e61125 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4b54a6f2 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4e818c52 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6101306b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x79034e00 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7b10ebd7 iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7e1152bb iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x80a93808 __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8caceb62 iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa6f18c38 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa948fcca iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb445b41a iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xbf8f39b6 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcccafcad iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcea0b361 iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd16e4e18 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd6a5f5a0 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xea369f4c iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xfb46e121 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xfeaeb8d3 iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1b370b51 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x23213e31 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2f3a15e3 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4eb20a93 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x562ed566 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x58f0c617 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6bd87add lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x71515066 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x778bcf72 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x79a39522 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7d798e63 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8f3dcda7 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x99e99618 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xafdc9796 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd26b7b97 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xfe43c8cd lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x01ec8d43 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x08ef8c38 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x41c433d5 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x5b35e10c __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x70793cf0 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xadae70e3 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xdbcd405d lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xec820fe1 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x032e072b if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x25cc1029 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x02e2bf10 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x170eeb9a mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x27544cbc mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x3cdedf5e mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x5f278f30 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x788d4838 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x7afb94bd mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8c23cc7c mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa907bca8 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb3f3d371 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xbaa92618 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xca565cb8 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xcb53516e mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf3b38c1d mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x54ff7254 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x59025251 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x64ddc4f5 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x76061d5c p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x8b59fb1d p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xac9f0b0a p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb6209482 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xd2e703f6 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xedd16c8f p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xb9849405 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xbb3210cf rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xbbd4f9ad rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xe861bcd6 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x00c8db4d rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x03142030 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x22c7af4c rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x22d40cbc rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x27f8da72 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3a140e8e rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3adad78d rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3d4eb4d3 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3df104dd rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x67d27cb2 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x67d414dd rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x68e75003 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x73aec318 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7648996e rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x85a6fac8 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8654ee7b rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x89df30e5 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8f69f9af rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x920c01bf rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x92df3f7a rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9a6119e3 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa00e41da rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa64f2728 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa9f9caad rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xacbb5f7f rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xadcf8416 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xae3c445a rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb7c9feb9 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcaa400d6 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcaca3c19 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd22498bf rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd5fff8de rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd90b5e39 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf0127edf rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf5913598 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf7be1f2b rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf92d5998 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfd0d133f rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x1b30a233 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x31ec3da7 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x3bdc1cf8 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x46cf6f42 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x49c5dda8 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa9031e16 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xaf417842 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xdeffe995 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe5e662d1 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xebd31523 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xed4e241c rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xf36f0dbf rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xf442298c rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x027b8210 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x038eec69 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x055c4ca7 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0e542ede rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x197fa400 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1ab3ac12 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1de619a6 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1f1a770c rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x22a77032 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x22e8e201 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2c7c7b9f rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2c8d26fd rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2ed7223a rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2f6ba424 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3b4c4cc9 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3d0e70ea rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x402f1975 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x43601ca3 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x45b1d039 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4c19c504 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x538553f1 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x56c1e806 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x59dea3f2 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5ca5a3fb rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5ef485f4 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x73a7f478 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7700f329 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7fc38616 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x96d85bb3 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa31f7de9 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb0894ecb rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb1700e0d rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb4eeb7d3 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb566a7af rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbccb993b rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbd1ccc1c rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc0198ed4 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc5dcb893 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc9675c3d rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd75918ff rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd770cb76 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdae357e2 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe876cec6 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe9bcf3c5 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf69368d2 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfebfe173 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x1d8d60d9 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x31b3aeb1 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x66dfc5de rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x8c4b00fc rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xf9e1f577 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x45db5319 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x51029a0a rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x988c8b7f rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xb1c8b9b3 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x16e6d8e4 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2a65d7a3 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4643b045 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6ba6183e rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x84ff378e rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x851db268 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x9a011200 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb8508c54 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc8ccd3eb rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xcb623db4 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd47f1dec rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xe9cea9f0 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xecb0d8c9 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xed34cc17 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf6e9d433 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf90f5788 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1b488e8d dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x22d32382 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6be6a4a9 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x923580e9 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0e5b3e09 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x14c46f43 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x176bda8d rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x27887088 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x318f2ae4 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3521ed2c rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x35612aea rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x35bc5b21 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4a5334ad rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4dd58ccf rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x52d469bb rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5ea887b2 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x63d4ca23 rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x680a79b1 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6f5a310e rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8e212455 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaab35611 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xadcbafcc rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb0f5afde rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb788e016 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbb8000f1 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd2e195ee rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd34b29e2 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdf320736 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe0d1e845 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe8743df4 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf6e4db10 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x038c1df0 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x1d49be35 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x26a1b261 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x2e65729b rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x45bf24ba rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x613e9f2b rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6410b993 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6ac6ba30 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6e5b6649 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7372f09c rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x83027a2c rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x92b492cb rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9bce9eb3 rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9c9950cc rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb34cd914 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xcc9e00b1 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xdebb1e6d rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf32173ab rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x12e33c83 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x3882c72d wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xdd359339 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x03e0c027 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x043c1436 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x183d3007 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1a0e2617 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1f4c6f0c wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x27a481b2 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2e0bec2b wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x39f78f78 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x42b833ae wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4a9f6842 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4b3f70ef wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x51a76098 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5db06301 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x613fe638 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x646c9333 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6a4cf242 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x70156737 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x775578be wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7eabb6ce wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7ebc5d67 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91da5146 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x94218597 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x950457a5 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x95937a35 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9793163b wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c0601ec wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9e1cd441 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9f999187 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xae827087 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaeed8e96 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb18b19c3 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb5d328cc wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcd1f9226 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd11ca28d wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd6c40b5b wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xde0e9299 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe0f2acff wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf0043522 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf1c55910 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf38c34f6 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf736da51 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfe08a9f5 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x2b76579c mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x3b577068 nfc_mei_phy_disable +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x561616d7 nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x8b4e7b3b nfc_mei_event_cb +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x94f1e367 nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xe82e19a5 nfc_mei_phy_enable +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x55bafef6 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xd31d4e7b nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xd79e0c9b nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x28003208 ntb_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x77ae9ef1 ntb_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x7d7dffe5 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xb736b25d ntb_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xfe897ddd ntb_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x022f9497 asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x921b955c asus_wmi_register_driver +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/thinkpad_acpi 0x706cdcef tpacpi_led_set +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x3ecf6cfc wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x64ebe677 wmi_query_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xa9b7afd8 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb5a6ebe2 wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc5e3dddf wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xe2426710 wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x7b410f36 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xe308bb6e pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xecae13dd pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x195add4b mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xb550914f mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xefa9709f mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x64c87a6a wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x6801c167 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x783774f1 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x9d00b16a wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb9c44eba wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe961db0d wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x88fd9312 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x08839550 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x08896c63 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0b8d3c90 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x19626fbc cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1aad0918 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2102fcfe cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x23d9f7c1 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x255dca89 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3096e1dd cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x33513592 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x38051914 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3b539bd1 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x47182459 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4874ee14 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4875d470 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5119dafc cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x52640ebd cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x54ce78dd cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5b6729fc cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5f66ad4f cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5f99d98b cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x65da9a44 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6b247e45 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x781bf39e cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x820a8a19 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d92b6ad cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9266e5de cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x98885198 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9b953561 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9f97a3ea cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa113b271 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa270169c cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xabe6bb38 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb016f240 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc4f87a84 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc6a72bba cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd04841e4 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd281ddc0 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd5380289 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7596339 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe390768d cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf36d33ac cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf85bf256 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xff74491c cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x584fc19b scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x7c5c85eb scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x858bf253 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xb568026e scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xc81af723 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xdf99806e scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xf22071ee scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0504686c fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0c293dd5 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x397e1365 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x40a85c92 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4e40d323 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6c9300ae fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6ed17e43 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84d077a8 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8ec926e6 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb320ab6f fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb71d018c fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbf500786 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc142f266 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd7b51cdc fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe79502de fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xedd5bf5b __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x26b5e910 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8051c1e8 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8e9b5d16 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8f8de79a iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc3525c61 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf6077cf1 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x00fe83ba iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12cfa686 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1361093e iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1bbea32a iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2627ab59 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x34f38ebe iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x38d4068c iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3c7b941c iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3d2a8813 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3d306476 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3f473c85 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4000dfae iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4311470f iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x44b06015 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x44ecb68c iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x46cd2da2 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x49b1c3fe __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x55211618 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x58534727 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5a309768 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5c7561c9 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x639e7601 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x74fee6bb iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x854e6efb iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8ebaa776 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x98f42860 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9a05c115 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa03208b4 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa9d9f250 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb2c920e4 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb9a81177 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc43b8b83 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc9ab6bf7 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcdcc881c iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd42bb137 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd6a938f4 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdc0ef279 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdce2d5c5 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdcfb0b41 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xea5e1df6 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xee9974e4 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xefb970cf iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf24978d7 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x088dbbf6 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x213d6473 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x259c59fc iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x27a2ce1f iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6bda740c iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x73d6c9ef iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x891794f4 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x89aaa097 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa5a68ac6 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xaba933d8 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc8bbf9cf iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcad79694 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd227bcbc iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xdb40f9f9 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe78ca053 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfa3b1a5b iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfe9ac78f iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0765a2e4 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x07d787e0 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x139eaa0f sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x204486a6 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x26802ad5 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2a2f7936 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3fa46ab3 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x40f3d1ad sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5d41fa41 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x671373b6 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6ed6a61c sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7622bd11 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x78e42ce9 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x835efa46 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x931db5b8 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9442dbac sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa261fb0c sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaa16a514 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaf5042fa sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xba272ed6 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbeef815b sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc6771449 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcbb2ad42 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe7685690 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfb4e37d7 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x5550a56e srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x789409f7 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x97a6519b srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xa81987a2 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xf712e25d srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xfcbb3f58 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x3aebcc07 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x4883d7fa scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x5be35999 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x6a8a9bc1 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x6bd4adbe scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x76b92eeb scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7e1d7dba scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xa72c3af8 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xcfbb1315 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0e09dece iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x17d25407 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1d4fff01 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x22638e35 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x27792508 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x29299ee5 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x29e78e33 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2ae80713 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x33da9d0b iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x48aa45ff iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5085c546 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x54c6f930 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5a39fae6 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x62244d59 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6a4a668e iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6ac74eca iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6b4a8d2c iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6b850033 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6fb3ba6a iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8fb8a63f iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9077dd59 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x934edafd iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x964c7410 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x96eabd49 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3f4a733 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab9e78bf iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xabd34a14 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xad2d00c8 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb0fd80ad iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb36a4250 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb856f7fa iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc13ed2e1 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xca6ca158 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2c8659d iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4757746 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdaa22b71 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdb675eea iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeb9df17d iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xed7a7c86 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfcc2ce0e iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x75052faa sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xaf11c174 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb609a9b0 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb9775d24 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_srp 0x1b87bebd srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x23b2d7d3 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x35b49c2b srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x9f7b987d srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa1608a8b srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xfd7d794a srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x340d4dda ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x6ee7a0d4 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x82844241 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x988bcf72 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xd2f482b8 ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xd6aafe6b ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x03627c43 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6df19ce4 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7f9bad3a spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x9b1984ec spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xbd06a177 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x1fce978e dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x5ea41f4d dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xc38bb7f1 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xd8f653fb dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xf5d5e7b6 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x116c45d7 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x13cbfe18 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1bf09878 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1c714647 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2d2273cb spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x396be5d0 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4902b8ce spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x507629ae spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5f1ed4f6 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x72fb659c spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x87e3ebf0 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x88c11dc4 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc4a2dbf6 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe3902b01 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xefe95cad spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf2d80194 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf2f01cd9 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfa312536 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xb96bc6e8 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x004c9709 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0c401c90 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0eaa7790 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0ebf4293 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0fd70363 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x14b7dfe1 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1e7f5a7c comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1edffb8d comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1f80f2ea comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2ad58708 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x31cfd1a8 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x37e79658 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3b168b60 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3c11da7a comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x408845eb comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x408c23f0 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5028945b comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5579f0e7 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x57080625 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x585ec9e3 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x67961132 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x68a1d25f comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x776a59f1 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x77b659f1 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x780ec9a2 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7a6f4328 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7cc74172 comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9a7325c5 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa43eb196 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa519f7f9 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa6a6107d comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb324786a comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb366c35c comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb9f96d1a comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbfe31083 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc00057de comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcad300d5 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcc8b343e comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd428b620 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd53b5ef9 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd9242844 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe18b8d49 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xec6bfabc comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf1a06492 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf4ceaf35 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf70b62ee comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf8c2d141 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfaab4eee comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfafe72b0 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfda290c2 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x114cc5cb subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x17b2dce0 subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xfe8fc249 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0xcd4f80cd addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x1545573f amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x2eeddacf amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x3d1bb4af amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x2cf740c3 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x403f8667 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xd5d4fdb7 cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xd63040ac cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xfa3a4a0d cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x613a19bf das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x06450007 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1cf15495 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1e778a05 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x311caa63 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x34734685 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x465994fc mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4c2af14c mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x61eb994a mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x62c1c64a mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x788480e5 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9384d154 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x993419cb mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9a110b67 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa273b1d2 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa4a6fbea mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa8bb617d mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb089eb7f mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb0e2b132 mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc03098e8 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc971d40d mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd0030b36 mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf3f2ff8d mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x0174996a labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x354ac29c labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x5f712361 labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x8a211179 labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x9977d052 labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x99a6c66c labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x0f76f11e ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x1d1fd25a ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x1fb77a41 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x66c56daf ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x69650f17 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xde047d37 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xf34c8411 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xff1e1af6 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x43cac68b ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x5833b3a1 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x7e396008 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xc2e3a137 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xc9b4e98f ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd6634348 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x03f7c431 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x36ba037f comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x3b41cf35 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x8d948b1f comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x8ded7f14 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x9ae04879 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xe21603dc comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x8797a8c4 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x1b4cf5af spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x3b7e0f3d spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x42c82cb2 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x454a8319 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4fcfb13b spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x557dd7f2 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5e0c24c2 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5f23a9c8 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x6a9afa26 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xaf069c39 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb697c1e4 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xce56e8c5 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0xa2bae333 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc536b120 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xd45ee7de __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x139b9044 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x34df571f usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x9eebae58 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xb762f4eb ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xd51bc567 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xe561db26 dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0e6326a5 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1725f115 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x178f8b74 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x19601476 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x30d36ea5 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3426dcd6 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x475ae783 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4aec6a9c usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x52b15d54 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x58fc53d0 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x643cd1e0 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7f3ee35e usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x82c9f8bf usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x89fb3077 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8d4e2946 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x952e9115 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa3a428e9 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaae9d54b usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xac86080e usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xae911055 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb2724558 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb733e609 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc1ef4fb3 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcc1efc54 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcda2d640 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xedd27117 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf0268048 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf71ef69a usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x06486a22 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x18d6e8df gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2f5eb9cc gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x65e8c0e2 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x6f609e88 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x7dc7a1da gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x80d97573 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x873a1030 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x928a6aff gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa4aa93d1 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xaf8893bb gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xcb6fc72f gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd2eaceb4 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd680f150 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xef47e123 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x0cb0f143 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x4e897160 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x0431b111 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x0c5536f8 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x32728733 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x34032def usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x3cdfa9a4 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x5e78dfbd usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x624b557d usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xb6adef84 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xfba94759 udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x0f9c5472 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xf2a52157 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xfa0e9865 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x06ff4917 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1de015ca fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x271caf6a fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x296df11c fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4e45fdd0 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x54a82651 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6f61b8bc fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7ca0b04d fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x85016c7b fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xab1b56a1 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb41a4b68 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb46eb893 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xdea067bc fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe7190945 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xfc0f5dd6 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x22efff85 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3b1a86a6 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x58037595 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x88fc18d2 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x362a952d ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x72e24976 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1aed9ae8 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x35a632a6 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3e5e6a21 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3e60d2b7 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x52666167 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x57903d79 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x62aa4503 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x95b6f493 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xbc75c12c usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x394937ee musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x2087b2af usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x7117cd10 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x9079294a usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x9d345898 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xd220cbeb usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xa228e570 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x2158ed5d samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x3d73ac3a samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x423a6d94 samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x7d273503 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x826c60e5 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x8cc4bfec samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xc67d9c6b samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x759c05b4 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0836e2cd usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0cd1dfa1 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1156cde8 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1d574d67 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x358a7679 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3c794118 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4541b1b9 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x534f7575 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5a266de3 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5b30cddf usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5faddfae usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x71e36a4b usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8caf6713 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8f9620d6 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x91f8125c usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa4c0cf19 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb7229118 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbd32d569 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc6a01597 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcabc8064 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe527dcc0 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1d363187 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x237154c2 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2dbaabdd usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3770a8ff usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3c2c91df usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3f331c9c usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x43a63d4a usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x459c4e18 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x467f5098 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x4d2187d9 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5e1abe7f usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6097886a usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x684eecde fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7cbce815 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7f39dae5 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x885cd61e usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x90c32a48 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x93afefc7 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x95e1f67c usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9b7fe740 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc64185a4 usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd984d87e usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xda3a533b usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x02182ca7 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x301a259e usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5e51801f usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x6811b4e5 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x71d96315 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x74e99664 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x890164ee usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa8f295ca usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc919847b usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xca86f163 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xcb94cdc4 usbip_stop_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 0xeca6ab9b usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x093d51bb rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0b3d2e2b wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x2861a0e5 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x4e884ef2 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x5d6d0220 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x8673f2fa rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc543b60e wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf04dc7c9 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf4654c3f wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0d80f998 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0f64cff4 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x258d69ba wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x2bd5f618 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x30e1c06c wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x57e7c999 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x77c28723 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x881c2d06 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x9822340a wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x9cd5c381 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xcb705adb wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xd5e8ce5d __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xdf3565de wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe22b4001 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x347e1e02 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x79eee2e4 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x9fda019a i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x00b0b08b umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x13e0f152 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x53a5c0fd __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x5e66e803 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xa7d56ed4 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd1088a80 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd183afb3 umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd843e373 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x00ed5fd2 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x07e8cb4c uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x09eb3567 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8aad57 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x135eb845 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1405f35e uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x21250572 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x29f18f5f uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x34f9e711 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3b126eca uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3f5c5cc0 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4e17fc60 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x50e6a659 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5567dfc3 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5dd86592 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5e4bc088 __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5ee6758d uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5f70552d uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6556c4ad uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6bf877a1 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6cf7223d uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x75dd7560 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7dcfcd23 uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x861f7047 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x906dced9 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98949f3f uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa0ede69e uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa2da9863 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac257820 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb71dd068 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb768ae26 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc5fcf097 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc77ddff9 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd32236b3 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd79ff5cb uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdda0ecb6 uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdde7aac0 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe1716f06 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe60410d1 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xef80e69f uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfc455ae9 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/whci 0x25c51eba whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x084cf789 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3d3ac3b1 vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5d55bae7 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x903c1c56 vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1ae920c vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcc7c2252 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x111a7d8c vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x13d31bd9 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x14211566 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1760784f vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1c447949 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1d507d22 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2926adbf vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x32757ce8 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3bcf6dc5 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3da1e51e vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x45c2b736 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x526207c0 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5ef97d53 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x61ff95b2 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x68ec0fd8 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6d566371 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6fde363a vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x71af2bb7 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x79586e97 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7e6a5305 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8976786c vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x91260154 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9a04074e vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9b0631cf vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa1bcbeef vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa1bcead5 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa67fc598 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xafc38f31 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc5855a85 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcdfbce4a vhost_poll_queue +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 0x369d98ed ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x675d6a08 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x86e348b2 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa8bd3a00 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xd8ebe9d2 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xf356dfa3 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xfacc9b93 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x29c2a40a auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x2be39206 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x462b7d4b auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x725a096d auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x9305f518 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x982f55cc auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x9958d881 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x9c6cdb7d auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xa17015a7 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xfbe8cf7a auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xe7dcc3a0 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x721aa9ca fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xc3999867 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x154941de sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x2d1ca327 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 0x22a7af24 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x292da7a2 viafb_irq_enable +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 0x79e6190a 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 0xdb24bbdb viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x04742a09 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x34cf265a w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x44e1a299 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4512a08f w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x54893a01 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x55d3baad w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x6f165b09 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9d599a9a w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xeaa872a9 w1_write_8 +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x868a0acb xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x29f3f9ce dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x565f568d dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xf18755fd dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2e567eb8 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x67cba7d0 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x72bc2ba4 locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7693c4d4 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x8a5c9b36 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x8bc498d5 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc531eadf nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc7229b86 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xecf71f53 nlmclnt_done +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x015ab8bf register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03d3d776 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x063a5d50 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x06e07bda nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07fdd5b3 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08c149cf nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10c3519b nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x117e7672 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11f44995 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1296ebf0 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x153289b4 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17c4fa15 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19f97309 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1cbe1a3f nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ebb4f1f nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x220324af nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22e569fe nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25674da5 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x259e76d3 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25a544fc nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27d8f8cd nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b759379 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2cb327d3 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d8d790f nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f7fe1cd nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30854cd6 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30afed4e nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31eb86f5 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x341d01d0 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36ab439f nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38ac3e85 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38b57574 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39a82d31 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3bb408ff nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3cc93034 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40c14bbb nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x412f3944 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42d8e0c3 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x497dc5fb nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e8365df nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x517d1bbe nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52f1e115 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53bbe190 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54659e08 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55762b4c nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58561742 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c6c3733 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d49974a nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5dd95826 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62d0840d nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x631ef14e nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66f7c261 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x69e09031 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ab5731d nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ca5c548 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7016e58e nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73bad1a9 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73f26d78 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78b77efc nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79a4340b nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7bdd7a3b nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7dbe113c nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7df112db nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e90f569 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8583ad28 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86870179 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86cd67be nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86f7f91f nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8aaeb457 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8acd5949 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c05129c unregister_nfs_version +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 0x95de7f43 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x969bad5c nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96b1894e nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x975ee082 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97fd5fcf nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a45aa1f nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f1645ec nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1d0753f nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1f09600 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa60761d8 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa846724a nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3d9b655 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4cb1625 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb52e5f9b nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb60f099d nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb876ba4c nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf37b297 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf4d7f1c nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc026778e nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1ad9687 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc62c4792 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc9b4a20d alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb907f3c nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcbe9e15d nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc3f230c nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd28e7eb nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce5adadd nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd45ee28f nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6d0eb63 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7e06a4e nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe035dda0 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3377210 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe5cd76e0 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7ad3675 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7ce8a11 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe88973ae nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea21af91 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xedd242e7 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0b03911 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf16efff5 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4d5d646 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf500b1aa nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf61b5571 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf62c3f77 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6e2410f nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7e19c7f nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb826a4b nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbcd44c8 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe6a7069 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfff0f317 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x07d8455c nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b5b7b0d nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d303607 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x119b67b5 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x11bda27c __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1684140d nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x23a0757a pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2717eb07 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2727e347 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x295d1277 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c830d98 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2cfe7bba pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x44d889fe nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4ae78269 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4dfccfb0 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e9c1112 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4fcdc66d nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x58645806 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ac8cca3 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x665fa50e __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6702aca6 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x704b8c88 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x725052f9 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x75814e70 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x84d063a5 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x855840a0 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ae7971d nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9e81714d nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa2bd101f nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa923bcfe nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaf698a01 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb1cea601 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb7f7221c pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc11145bd nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc2c21616 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc41ff1b7 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcbd4b07f pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd40c8e52 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdafd31fe nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb813e84 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe3766d8b nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe3cc1a0b nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf771b004 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf9f3c595 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x1a46b8fb nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x65b2e39c nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5b483428 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x7db14c70 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa256669f o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa631da67 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb4ae5272 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd581c43e o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xe272dda2 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x4676ba19 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x6a479dda dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x792d7ea5 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa2e7be71 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xacc518e8 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xcfba41f6 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 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1c38e988 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x7caafd66 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xf1750e1b ocfs2_plock +EXPORT_SYMBOL_GPL kernel/torture 0x0600ae4e torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xa3bd8a2f _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf62c54c6 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x96b78d86 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xaef49c24 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x14ac6105 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x169bbc0c garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x5bed3e1d garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x73a2c338 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x85026b59 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xa41e1ab0 garp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x15d31598 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x248b2543 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x32eac5a2 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x54fe65f5 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xca4f68b4 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xd891b3d8 mrp_request_join +EXPORT_SYMBOL_GPL net/802/stp 0x670034f9 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0x8a3efc47 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x1ffd0734 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0x8aa329db 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 0x22423791 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 0x51eb0851 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4b953d5e br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf189fe33 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0ab55af4 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1c175202 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2500f3ea dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x271edeb7 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x35f9f454 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3a19569e dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3e22082e dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x455f7c8f dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ab57eb9 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4b1bd7d0 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ca364f8 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5402bfc2 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x547874a0 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x62aa10cf dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x62d8cb60 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6ab787c7 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6d11cc56 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6d32e409 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x703eed9e dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x84ae09ea dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8bcd6808 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8eb68a86 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9ad79c22 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa132def4 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa21285ea dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2bb1f65 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa3e64042 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc074fa30 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc7be25c6 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe68ce9e7 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xea88b13b dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xef25db7c dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf5fe45c5 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfa0b4d3c dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4efd27bb dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x7b28627e dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x88c2be37 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa14152e9 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xae8aba3c dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd23b2427 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x55d1a767 register_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd34940f4 unregister_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x0bf23648 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xa8eb68ec lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x10ed65f2 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x428e3601 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x431c8c97 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x8b113e0a ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ipv4/gre 0x0600bf54 gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0x53443bff gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0x8319f91f gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x9bd7c0aa gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xda1310d1 gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x080db395 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x269e601d inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3eac3f20 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x452cc8fa inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7911e9f9 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x9a94a745 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0e3620a5 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x205a2e76 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x29ac0e10 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5736c76c ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x700d5405 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x71818378 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7b50ebd0 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8c8c9a42 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9024872e ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc6172aed ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc9d4f895 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf585cdf6 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xff8fa50b ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x91ae0abc arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xa3271dc4 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0xd156901a nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x6e34f460 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0xcc291007 nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0e28e4e8 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1b19a7d4 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5f20a3b5 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x6ce281d9 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xdfb1c243 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x2f47bbfd ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x3b3191f6 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x5258dcfc ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xa908fe48 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xe38ac8cd ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xc65c9e4a ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x5612d8c3 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x4d62f50a nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x3e7a6b37 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x063e1c0f l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0edbd571 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1cf450e8 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x20bf2259 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x284aa3ad __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x44beac7d l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7c1f84a6 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7ceec729 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa43a74c7 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb7fbca5f l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc66fb4e9 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd6930884 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe229f98f l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf3d27441 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf97854ef l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfd903910 l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xcf2ee742 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x031a8f76 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4f66ca21 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x74e1c8fc ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8b0ca811 ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8cd9cea1 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa13191fc wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa947642b ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa9b4d6ab ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc86d4e60 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcc62f451 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xce5f4296 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd7f21f6d ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xec3e116f ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfdbb14fa ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x03412cb2 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0f979e6b ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x114325a5 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x17ba6f5f ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x324fd36e ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x42396fe4 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x63831b0b 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 0x87da2cd0 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x89536e8e ip_set_del +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 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc132199d ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xca13fd28 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd4cfaf33 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd7b4cd76 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe9792749 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfa6148d4 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x16483f7b ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x4de5ead1 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x729c8e48 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x8eadd4d9 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x008d9a18 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x00c169f9 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0a1ec39d nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c951b21 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ca0de16 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0e65d609 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ed4aa5b nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1184e663 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x149a30bc nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x17af5a79 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x19f55a4a nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1b716a4a nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ce7f69a nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1db49392 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ed52466 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x21fdd90c nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2bce4901 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2bcf5224 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x308a7d33 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x31527234 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x38770c13 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x421fec80 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46dac534 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a3b7a32 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ac7a367 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c236b75 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x524bc476 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x53558e9a nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5479edac nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x55f3dcae nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56e4a6f9 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x572fa88e nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x577bd5a5 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x580565f6 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e0bbe17 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x612d695c __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6840668f nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6aecedb7 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6d525d9a nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6fae0fa2 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7240e8ee nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7593e9c6 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7813150f nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x80721713 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x84213731 nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x862dfd39 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a1a5649 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8cc6c7f5 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d18050c nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x946dfc16 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9533d54b nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9aa2bc68 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9dd3c3db nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9fc959e5 nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa02fe7ca nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa25180b3 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa83c650d nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa9fddbe8 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xae39dd02 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xafd5f62a seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbef0a577 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbf2e678e nf_conntrack_l4proto_udp4 +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 0xca2721b6 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4b7a902 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6a3ab33 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd77433d8 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdbe94d7a nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe0eb978f nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe2cdb492 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xead09f96 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeb498f9c nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef5af4eb nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef85ec12 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1b50b7c nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf9bf5369 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfa8c5852 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff404c91 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xaaaaeecc nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x7ece6ea7 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x23bcf417 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3042d004 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3e9cbd19 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x86323d47 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x959ed1fc set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa994ce93 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb270e998 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc89affcf nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe68dc14b nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe7eed8db set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf417114a nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x8bbee434 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x75bb72d4 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xc90b65a8 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xdde76d09 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xeb0a4900 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x3c9cbdac nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xf3d11e16 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x22d2e5c8 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6a555114 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8d2c93aa ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9aa94ce6 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc5331056 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xcca40212 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xeb81260d nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x492d62c5 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x0e0dc894 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x08d740bc nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x133f8677 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x74f1121f nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x91711630 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa3feac66 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc600d5fd __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc9aa3fdc nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdde6a18f nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf6cb6a29 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x145bc119 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x329f29b2 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0781d95c nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0d81112f nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4d683ebc nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x579d5382 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5c11560c nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x61d3c877 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7263a2ca nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8c0f479e nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa1828175 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa2225823 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd996371f nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe0d93713 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe25d503e nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x080a876b nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x24823958 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x67aebd29 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x6f8c3d0e nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc4f76eea nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc5299d81 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xfa54c954 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x13ab474b nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x3f0cc749 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x957b36c1 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x44a2ab7b nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x8d38e798 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xaaa48cb0 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xc07eddad nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xcd45497e nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xeffa2f98 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x8f7b8484 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xfb6e22d1 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x00a46e19 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0e4c421d xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x18b55473 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x28dd5894 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x318c746b xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7326ac0 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd170bfc5 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd2ef9678 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe2b1659f xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe5ca0d74 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe9f39aa2 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf2a05630 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xff81f418 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x3a099777 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xf4e9cb5d xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x72b0e307 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xa1ae5b55 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xd7c0e097 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0ae754b6 rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x22759c41 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3056592c rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x45028412 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x45f2e075 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x5882c776 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x633c723f rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x6467afd4 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x78b33076 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x8cfdb38f rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x97deb61e rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x9fad19a0 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xad63c591 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xb114a9aa rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xbf5ccdfd rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xc26c22d9 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc46bcd34 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xc91a5da1 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xd5e790b3 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xdece0cc1 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0xe0147d39 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xebaf9864 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xed9afcbf rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x2d032867 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x5ff8e0e6 rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x4f1d9850 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x797b6721 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x7d87e648 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00d79f18 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x014c6d25 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01a33123 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01d40f5c rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01e6f6c8 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x021c01cc svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03db8949 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0411bd94 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0460887d svc_xprt_init +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 0x069f48e2 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08302e6e svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c7099bf rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c8533d9 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0dbd8d5b rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10dd6fe7 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1189d4e7 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13674787 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14eb5705 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15559958 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15b574bc cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15ba5429 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17076556 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18f94163 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19aa2a30 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a102658 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1af8d3d7 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e5a18aa xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e66b300 xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x209f35a5 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x217aaa65 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21a1c1fb rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22d2eba9 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2511238b rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x256da386 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25ac250e csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2652ad41 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x268b65eb rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x274a3563 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27903574 rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2afb3918 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b087f10 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bf5f169 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a4154f xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37668684 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x395132f3 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c938a89 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d1af19c xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e7a860c svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f1fe76e xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42e0c028 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43ba91e3 rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43d8bc9e rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43e53bbc rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x459a2995 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45f12ab0 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47b98eeb svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47d9b5d5 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47ed50a7 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4820ace0 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4881716c rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4918e50c svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x494e583a rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4978b26b rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49de9b68 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a8f50f8 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b985cf7 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cbdd7ba xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e5ffa02 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ee950dd rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4eefed7f rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51af315b rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52baff8d svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53c1fd6e put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x540f07af cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x583b8875 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58cec357 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c830809 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d59a13f rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d60ec46 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d94601f rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5eb9b0b6 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fbf6aa8 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x618264c0 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62856dc2 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x630f0370 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63e4fc44 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64df663e rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65c71639 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66254ee1 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x675a2033 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6840cc15 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69dcc12e write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ae7744f cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b85c5b7 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cd16561 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f2d30af rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74bb69eb xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78e29fbc rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a84a79c svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c4c487d xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7cd7f5d5 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fb846aa rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7feadcc8 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x804db9af svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x826f20e8 rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c8c2e78 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8cc0cf6e svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f4a3188 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91533ad2 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x957c0764 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98ccafc6 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98e9d453 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a71db06 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c85b815 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e773c39 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0555f40 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa50622fd sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5b57d07 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa75f1124 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8d92e3f xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0116611 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb08de681 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb09cd9fc xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1fc40e0 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb21e2945 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb55a65aa xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb667878a rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6e62449 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb75c9707 rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb815b53c rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba1a2ccd xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba6d77df svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb4eb422 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd940991 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe944031 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf51172f xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1cd905f rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc275f38a xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc282128e xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2b3d869 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2c39d20 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2c6289a xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc466108e rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4b8c801 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6347f15 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6fa1791 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc91e1069 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9fbcb65 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcaaa3d3a svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc85aa7d xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd113cd4 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd168662 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf4bbda1 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0281d98 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd04c37f2 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2afc781 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3824709 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4506802 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4837ce4 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5504347 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8be3933 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda1c7165 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda1f4794 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe08bced5 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1587c8d cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe15d0a28 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe29592b2 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe39531f6 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe524943c svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8f0cfb6 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe904745b rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe93badca auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9f7204d read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec417a99 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecadafd3 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed203ecd xdr_buf_from_iov +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 0xefa9a224 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefed6fe9 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2526f72 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf34534d2 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3ac1a2e svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4c49a45 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf661f7d3 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf72c4464 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbb737cf rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdf110ee rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfea182c1 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffd0429d rpc_bind_new_program +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x03be18e1 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x16879628 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3bbf9697 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x64af44c7 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6982263b vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x707743f5 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x74e91915 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x76d23479 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x81ddab84 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x94529efa __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9dbfa8e5 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb3266f31 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc64ae22d vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf39b5856 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf593c40a vsock_pending_work +EXPORT_SYMBOL_GPL net/wimax/wimax 0x05aee6fe wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0x25fbe3fc wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x27423941 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x518b5524 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x521b1c99 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x81bf37a7 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8331a19f wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x9f1b6cba wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa611c4b1 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0xd13b4ce6 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xdbc3c669 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe9787242 wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf8d58a51 wimax_dev_add +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0121b65a cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x109e442d cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x24531069 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3ace6f84 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4b12dd79 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4b2764ca cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5b0cb04d cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5b3c8ac4 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x81e99c49 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8b40f4e5 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa1215552 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb7aa391d cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd4990248 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x011ff747 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7dfeb595 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf2000cf3 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xff5defcf ipcomp_destroy +EXPORT_SYMBOL_GPL sound/core/snd 0x01152761 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x1ce6b78a snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0x52c625dc snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x72232458 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xc66bed41 snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x51616718 snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x6a82c81b snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xe9edf574 snd_compress_register +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 0x2a7a3eb0 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x3ee585f1 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2ccd9d8c snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x378fe678 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3abb1906 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4eb7c0ec snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x67012ecf snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6a7cbeea snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7898adfa snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x93130a79 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9e010e7c snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9e4714f7 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc4ec4186 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x04b5881c snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x2e700a3b snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x7c689c96 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x837d0d9b snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x8d975bae snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xdeb57515 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x01422a55 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0219c7d1 snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0337e34f snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x042ab18c snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x056eaec6 snd_hda_set_vmaster_tlv +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 0x06847e1c snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0795b544 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09664d97 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0ca9da06 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0efd65ea snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f3cedee snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10b05df4 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x117d6422 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x124e360e snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1267fa1f snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x158157f6 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x17208a85 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x18094058 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x18b234b4 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ee46c96 snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21ba9792 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x224ee47f snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22c38a48 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23d81f5f snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2632d5f7 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b50eb45 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b9b8ceb snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2bf95628 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2cb57560 snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f3387db snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x31d749f5 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x362907e1 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x376cb5a0 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x390406ce snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3c34df1e snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3c36eeac snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3e889db8 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4648d898 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x473b2a87 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4910c789 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4c656e15 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d4b5c59 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x517ff646 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x521d7a75 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5283dad3 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x543520a3 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55ff23ab is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x57eace35 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59459f9f snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5cf33fcb snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e3efd40 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e77aeea snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60aa3773 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6177cf83 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x626e82c4 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x62c08763 snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63af1a60 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x64aaef02 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65680c0c snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x66162802 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6abf54f4 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6bdff88e snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d78e01b snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f661c74 snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x71a63daa snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x71f4dbde snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74571198 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76ad3e7e snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x77e91fdd snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x77feb781 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7cfd1f24 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d763e08 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d9f153e snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7efd5472 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7fe2fead snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8013de60 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81d0fe4a snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x825fa050 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83f63029 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x898bd9bb snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8fa8603f snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93071d9e snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9436e675 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x966793b0 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9bb9a43d snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9cd214cd snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d5573c0 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e012471 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5743961 snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa6baaf40 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa6c6ffdd snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa6e14cab snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa6ea818f snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa7441c61 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa769824f snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xabe3c50b snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xacdc826e snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0ae9486 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb66258f6 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb806ee02 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9f99737 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb6dcb89 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc421bdc3 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc4a16067 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc8cca8d snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf27264d hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0f3037e query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd3af501f snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4e0fd54 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd50e4981 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd70757da _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd91233d4 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb651dae snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc0127ed snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd081740 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe0708473 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe53965a8 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6cb8e98 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe71deb37 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe771928f snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe7888a5e snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9044116 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe94a9b53 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2f3cffc snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4df7c64 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5a4fc81 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf659c2fe snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7dce1bb snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8d3be06 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf94847e2 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfbfb3ee0 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc457c30 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0b05d7f6 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0f944c09 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2f9d7c12 snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x34745d0e snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3d3c3008 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4a35b16c snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x619b4576 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6be4c3fe snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6e6dbf01 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 0x7759e287 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x81953f27 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 0x958669af snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9a5ccd20 snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9c5203ba snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb07f5258 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb999eb60 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcdc6237d snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdc376078 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe413ebbe snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf0db8632 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0xe9791774 snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x1d853cc6 azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x1fe7e8cd azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x4c30cb29 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x72435c3c azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x85b8f590 azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xa5759a82 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xbc5d1be2 azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xbcc26e95 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xce5e1e2e azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xdccc5a17 azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xebc981e5 azx_stop_chip +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x0cf4a6ce atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x930f2f81 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xf46999bd atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x75e8b23b cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x77a899e7 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x92d0d417 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xb770e700 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x0af507c8 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x7aaa6af5 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x9a4c8430 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xb95c460f pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x7f68b24d rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x0da61e92 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sn95031 0xcf19ed2c sn95031_jack_detection +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x9cdd3c96 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xaeaf1096 tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x0be79d4d wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x98712d57 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/intel/snd-soc-sst-baytrail-pcm 0x3e2ed1e5 sst_byt_dsp_suspend_late +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x42317fd9 sst_byt_dsp_wait_for_ready +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x65e6ec3d sst_byt_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x90e08038 sst_byt_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xc0556e42 sst_byt_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xe9b22103 sst_byt_dsp_suspend_noirq +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x04da3a95 sst_dsp_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x0cadabf6 sst_module_insert_fixed_block +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x12025308 sst_fw_reload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x157879d9 sst_dsp_shim_read64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1b5e8b82 sst_shim32_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x20b8fcbd sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x27fd1414 sst_memcpy_fromio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x2bf14a17 sst_module_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x337ddb5b sst_dsp_inbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x39501683 sst_fw_free_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x398fba89 sst_dsp_shim_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x3ad75444 sst_dsp_dump +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x3dea2ba3 sst_dsp_shim_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x44f7224e sst_memcpy_toio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4a045773 sst_shim32_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4a86777a sst_dsp_shim_update_bits64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4e4aad74 sst_mem_block_register +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x55cbcdd2 sst_dsp_reset +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x59119423 sst_fw_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x5c03fabe sst_mem_block_free_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x5fb66327 sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x72673422 sst_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x94f42896 sst_mem_block_unregister_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x9777844c sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x9cb1ded5 sst_dsp_ipc_msg_tx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa0b94eb5 sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa37a36a2 sst_fw_unload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa6001ca0 sst_dsp_ipc_msg_rx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xaba2ee96 sst_fw_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xaef1047f sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbcec5387 sst_shim32_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xc191fbe8 sst_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xc982d405 sst_module_get_from_id +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xc9df0fc9 sst_dsp_outbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd1567686 sst_module_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd3a87a3d sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd9a2c94c sst_shim32_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe2fa9b6d sst_dsp_shim_update_bits64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe4afc8ac sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe70479ab sst_block_module_remove +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xf183d477 sst_mem_block_alloc_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xf52094e8 sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xf8503b8b sst_dsp_shim_write64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xfb16cf68 sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x09d59aa1 sst_hsw_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x4c80de09 sst_hsw_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x8126f07e sst_hsw_device_set_config +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-mfld-platform 0x536b03db sst_register_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-mfld-platform 0xacf4293d sst_unregister_dsp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x001ab439 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0210ce14 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03e2db6c snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x069fa68f devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x081be5f8 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0cdf835a snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e72d5db snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x126e80d2 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x154ef750 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15b36d22 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x172e02db snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d604f56 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1fe74097 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2038224a snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x229ff26d snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2305d4d5 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x239dd9c0 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26006159 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26824a34 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26ca3c8d snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28494040 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28e880eb snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a234293 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b38b6d2 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b3e2889 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2bd9626c snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3049def9 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3082f739 snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3445d1de snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x371e46fb snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3858746a snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3af32b2a snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3bd7594f snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d38603f snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e5e7258 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f7f2294 snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f80855b snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ffd6deb snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x40a33753 snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43427edd snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43ba20e8 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43f846c5 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45b9b7bd snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45fe58da snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4672129d snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4849068f snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x488a633e devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48bf0b2f snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b669707 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4cba6f81 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d940e44 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ddb7c45 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52e1001a snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5353bd3e snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53cd8bd3 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54009675 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57312b93 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c70abc7 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e20571f snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x613b7008 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61523688 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67b7ceb9 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x688d53fc snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69fa5600 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6be327ef snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f857f0f snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x74212f98 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75b973e5 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x772bcf00 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78f4d38b snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79d88cff snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c4ec471 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d45ad27 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d69cf26 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x806ef11f snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81596138 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x824daf66 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x842c5eaf snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x878b9bc4 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87b70ee8 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a1f3d4d snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a4f2c84 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ca0aaf6 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ea92d59 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x901be9cf dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93746044 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x972d07cd snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x984191d8 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x988caebf snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c2edcc5 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ec8837b snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa02bec4a snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa02c65f2 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa35af23a snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa64beec6 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6777bea snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa84393a5 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa87e8fde dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaaf89a0a snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab77a3f8 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad132cc9 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad1f886b snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae95e024 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaefd525b snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0f7c8db snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb27aee82 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb3ea1090 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7d5a260 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb91961d8 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9ff22aa snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc04dc55 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc7967ff snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbcd37ccd snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd2f3b5c snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd362d1b snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdea7c6a snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbfb42423 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc27d0040 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3932e21 snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd342ae3c snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4211f34 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd902ca2b snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda585ac2 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xddae6eaa snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xddc6306e snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0495b6b snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4960741 snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4c5d16b snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6a48c0c snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8f4aa62 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea3f9476 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xed233b58 snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeddcd12f devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee4054ac snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee48a4bf dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xef378f9e snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf420d69f devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf52bf4b1 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf980ee61 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf98fd4d2 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa6762cf snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbb12e59 snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc41ca75 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff59e33a snd_soc_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x00093688 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x0020d62d agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x0031d73d regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x004d36df tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x004e1d8f ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0085a43d ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00affa5b con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x00b65ab8 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00cc83a7 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x010b9f19 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x0113ea20 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x01170331 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x01685672 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0170cb6c efivar_work +EXPORT_SYMBOL_GPL vmlinux 0x0171be99 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x017f8da5 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x01a4624b ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x01d11a05 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x02056723 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x020adbb6 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x02333d5e regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x0236daed ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x024da001 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x0251f379 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x025ee865 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x026f35a7 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x026f82cd usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x02755196 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x0275a3e4 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x02d1fcc2 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x02dcf542 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0349410b ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x034b2f31 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x034c55c0 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x0355ff0f debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x0373c41e inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x0389d641 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x03aad890 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x03ab6915 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x03b179bf get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x03ba384b usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03d0c561 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03fe6955 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0445210b percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x045088aa tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x0453a4c2 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x04568385 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04846918 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04a2251f devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x04bd2007 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x04bf26af ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c4f84d tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x04c65bba scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x04d6d9e2 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x0504154b ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x05130ef6 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x0523ed42 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x052aa708 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x052b04a4 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x054d44a4 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x055d8a83 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x056e49a2 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x057f6f82 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x058daf7d pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x059f2696 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x05af5f4b sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x05b13aa2 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x05c0f3a1 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x05cbdd64 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x05fc77fb tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x060773c0 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x060d1064 set_memory_ro +EXPORT_SYMBOL_GPL vmlinux 0x0621f9a5 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x063e1b38 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06963c36 intel_msic_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x06c2100d of_css +EXPORT_SYMBOL_GPL vmlinux 0x06d549e6 pinctrl_free_gpio +EXPORT_SYMBOL_GPL vmlinux 0x06f2d8cb skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x06f6e748 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x06fb514e tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x074e225f ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x07661fd1 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x0785a751 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x078c0137 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x07aa941e regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x07abcfbf device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07bebec2 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x07ce9455 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0x07f300c3 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x07f43414 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x07fc478e acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x080491b5 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x0804c6ba ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x081a0431 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x08462112 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x08757064 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x08772087 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x0878d61c acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x08829739 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x08b13601 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x08b8105a vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x08df9ae6 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x08e2120d crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x08f1bebf invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x091282c3 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x091c6684 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0962d0e8 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0978eedd fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x099d1c3a gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x09b5c011 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x09dc23d4 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x09f10251 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0x0a1e4dbb acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x0a402559 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0a4a17eb md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x0a5906af regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x0a61f7fa power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0a75d132 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0a814d90 __remove_pages +EXPORT_SYMBOL_GPL vmlinux 0x0a8b4933 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0abf8446 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x0ac6cdf0 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x0acc8680 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x0aedaca4 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b05703c sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b20a16f watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b59390b __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b875daa key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0be8cac6 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x0bf4fdc4 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x0bf57af9 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x0bf7b777 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x0bf90584 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c093065 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c2aad7e devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c3b1c13 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x0c4bdcab isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x0c605238 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c80e3fe efivar_init +EXPORT_SYMBOL_GPL vmlinux 0x0cac8446 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cc5746e rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x0ccd43b2 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d247980 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x0d2b4560 percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x0d2f7df1 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x0d38f9e3 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x0d57e9e0 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x0d5adfa7 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x0d705a77 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x0d7cb3bb wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0da9236d pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x0dcde263 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x0dd6ab1e irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0df6a001 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x0df72332 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e042c5d wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x0e08a231 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e1a7e91 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0e273501 devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0e37b35c skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x0e3a68cb acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x0e768b6d irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x0e77d0a8 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x0e9ed9c1 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x0eab57c2 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x0eab901e da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x0ed6e2fe ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0ee23d16 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x0f2453f2 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f3512c6 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x0f4aa4fd pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x0f6950e6 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x0f6ffccb uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f84f6b8 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x0f9e72d3 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x0fa138de xen_hvm_need_lapic +EXPORT_SYMBOL_GPL vmlinux 0x0fc01e9f static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x0fc3ea42 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fd2125d irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x0fda7cd2 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0fdfd63e btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10469d06 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x10661c07 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x109a1ef5 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x109bce6d dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x10d314f0 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x10d61215 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x10ec1ac3 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x11037d56 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0x111843e4 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x113a17a1 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x114a6a53 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x114b4955 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x114f1a20 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x117145a7 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x11903bd7 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x11a2bd2b pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x11ba9902 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x11f5034e acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x11f59b39 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12122ee8 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x124efe67 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x12def1b4 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x12e917fb raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x130bd388 check_tsc_disabled +EXPORT_SYMBOL_GPL vmlinux 0x130d5566 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x1313ef59 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132fc939 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0x13437945 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x13934b72 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13b89dee pinctrl_request_gpio +EXPORT_SYMBOL_GPL vmlinux 0x13e41292 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x13e6d46d regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x13eb52cb eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x13f3e3fb klist_init +EXPORT_SYMBOL_GPL vmlinux 0x13fc8bc1 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x142e9786 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x1445b5c8 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x145784d1 gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x147061d9 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x1474677b tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x14b16651 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x14e96148 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x14fc0c63 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x15010e1f arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x151ac15c crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x15477d0b evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x15568631 lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x15709e85 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x1577cc23 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x15a2260d ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x15a2e8c2 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x15b0606e e820_any_mapped +EXPORT_SYMBOL_GPL vmlinux 0x15b59089 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x15d1217f virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x15d1f2f9 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x15d3b2ae platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x165352c5 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x16582a75 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x16627817 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x16715dce simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x167e4bba watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x169cb155 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x16b91099 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x16c066a6 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x16cf1151 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x16d7cff6 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x16f132cf ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x170cb348 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x171149a0 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x174363c0 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x1746f98e __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x174742cf arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x17493af2 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x1777b3b9 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x178785f8 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x179c283b relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x17a2a410 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x17c2a420 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x17f62b2e usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x17fbdc0c device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x17ffbfab sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x182cecad ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x18638d0e blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x18a27f34 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x18ca8c5e wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x18cdf100 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x18f1be2e vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x1949458e __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x19496284 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x196d94c9 xen_swiotlb_sync_single_for_device +EXPORT_SYMBOL_GPL vmlinux 0x196de860 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x196e6f08 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x196ecc8f ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x1998f973 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a4aa7e crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19d21a32 efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x19e3156b thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19fa7d43 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a0df05a crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x1a2c5c32 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x1a2cd489 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x1a3103e2 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a62026a crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x1a6ab33d bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x1a867076 iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad8164c iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1aeeca11 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x1b0f4478 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x1b1f2bda speedstep_get_freqs +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b6a40d9 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1b9d5cf5 netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x1baa6a6f dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x1bba3928 clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1bc2be2c regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1c19b351 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x1c19e52f aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1c26c2bb acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x1c29bcd5 rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x1c31b0a6 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x1c4fea0f regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x1c54b24e pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c592a6e sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1cb44439 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1cbbabb0 usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x1cda2506 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x1ce98df1 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x1cf2771e xen_swiotlb_map_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x1d154a71 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x1d257cac i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x1d2de424 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x1d41ff79 efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x1d459685 xstate_size +EXPORT_SYMBOL_GPL vmlinux 0x1d4ab630 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1d4b1551 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x1d544f2f regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d63a44c tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7cb586 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1d8fb3bb acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x1d91801a ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x1dcb8b2f sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x1dd016b1 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x1e1a902f kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x1e1fc473 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e666e31 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x1e74c4f1 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e930d5c sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x1eaa2b71 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec4baf1 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x1ecebded netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x1ee7e085 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x1eecaa95 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x1ef2bc08 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x1efe9cf6 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1f0eee8d extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x1f2dc0bb pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x1f307b71 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x1f344789 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x1f382ee1 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x1f3f3438 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x1f50fbb1 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x1f6d1a4b __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x1f74912a xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x1f7f6fac register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fa52f16 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1fb954a9 clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1fc304b8 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fef7da9 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x201db533 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x202871d2 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x202c04e9 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x203fdd5c __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x20671650 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x20847f21 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x209ec764 xen_event_channel_op_compat +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20b7593d cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20bd8292 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x20be5e60 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x20d4a18d __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x20ef6988 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x20fe9467 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x21044a46 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x212bb9fd nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x21317f91 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x214410bc serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x21481971 devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x214fa6c1 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x21625ac2 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x219423e6 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x21986672 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21b8f2cd fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x21cc12fe devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x21e60306 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x21ea1d27 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x2233adcd vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x22909d90 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22d29988 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x22d31227 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x22df926f crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x22f49050 apic +EXPORT_SYMBOL_GPL vmlinux 0x23048011 __intel_mid_cpu_chip +EXPORT_SYMBOL_GPL vmlinux 0x231ad90c pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x233e4f93 xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x2351ef11 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x2366a2c0 errata +EXPORT_SYMBOL_GPL vmlinux 0x2367dee0 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2392bc6e pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x239e9934 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x23a36a14 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x23a38721 mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x23a5c3fa regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x23c6a8f8 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x23d1e0de irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x23ddbc0f thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x240580a9 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0x24096453 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x240dbb1a blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0x2418b56d led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x242827ac tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x24468192 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24a14cc4 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c119e0 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24d07816 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x254d974e list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x25830c5f bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x258b1105 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x25a46f49 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x25b335de device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x25c7c067 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x25cf7a20 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x25d7616c irq_free_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x26104359 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x263bfb86 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x264eddaa perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x2673eb9a platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x2678ffc2 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x2687b4d8 xen_swiotlb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x26965721 slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x26b1dd3f __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26bab6f9 i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0x26c64bea smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26eb0688 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x27077e07 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x27104b00 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x2713c744 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x272faa4f skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x2735a857 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x274aac24 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x274fcd03 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x27597ef4 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x27605fcf tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x2788474d acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x279cb985 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x27a037b0 user_match +EXPORT_SYMBOL_GPL vmlinux 0x27a75480 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x27ae5e8c pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27ca528b ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x27ddb33d acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2800000c platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x282a3a78 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x2838c08b bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x2882751c regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x28888d31 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x289d6a87 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28bdf6a5 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x28d10c23 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x28dffd5d exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x28fe53e1 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x29059b53 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x292824e6 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x292b3391 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x293f073e vrtc_cmos_write +EXPORT_SYMBOL_GPL vmlinux 0x29565d9a cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x2995e604 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x29a804ed xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x29b5b2f5 print_context_stack +EXPORT_SYMBOL_GPL vmlinux 0x29de1c9d unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x29f6816d usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x2a201c50 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x2a33c2fd crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a695fd3 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x2a6d108e device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x2a85c527 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x2a964101 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x2ac36de7 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2adb53a4 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x2ae1740d regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x2af1446f key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x2b1cd2fd pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x2b27352f ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x2b67f096 speedstep_get_frequency +EXPORT_SYMBOL_GPL vmlinux 0x2b90bc04 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x2b94de28 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x2be3166f devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2bede247 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x2bfa2ae7 fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2c00e6fb debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c2160b7 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x2c4666c1 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x2c6a0410 xen_set_domain_pte +EXPORT_SYMBOL_GPL vmlinux 0x2c6b106f tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2cb835c9 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x2cca179d spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x2cdf6eca pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2d05c929 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x2d0620db pci_get_hp_params +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d45639e crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d9f2ce3 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2da81963 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x2daf12fc blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x2dbf3c6f platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x2de164f8 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e252ad8 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e37928d ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e46b7c1 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x2e8827dc wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2e8b6c8c __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2e8ec464 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec815b5 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x2ee99175 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x2eea6bc5 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x2ef8f8ab init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f0f9d08 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2f1d15c3 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x2f26369a device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x2f2c350c sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f83c824 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x2f857551 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0x2f89b2a2 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x2fbba1b9 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x2fc344c0 init_fpu +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x301ae789 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x30701a75 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30b63fc1 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x30b8b613 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x30b9b2c1 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x30c2f739 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30deeb7c device_reset +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x310a7be0 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x310f6642 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x311442d8 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3115b176 device_create +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x3134b01b tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x315bb54e __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x31714fa1 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x3177cbe5 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x317a147b blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x317d59a6 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3198c005 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x31b47c55 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x31bdd345 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d88626 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x31fcc6e2 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x32056c39 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x3209a79c pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x32212892 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x322f3511 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x32667153 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x32753567 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32924a4d scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32acd478 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x32b2e626 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32bc3db9 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c7380a pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x32c8dca2 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x32e1a5d1 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x32e5472e sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x32f6dd9a fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x32fd4b62 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x333228ec intel_msic_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x334074d5 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x33655159 xen_pcpu_hotplug_sync +EXPORT_SYMBOL_GPL vmlinux 0x339fb1eb regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x33b96e5d apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x33be9443 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x33e019ab device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x345723cb __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x345b3d4d apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x346bba5c ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x3475d282 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x347682ce snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x34a53a8d ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x34aab933 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34e61180 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x3500a21c devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x35021d8d regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x3509d18a tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x35270afa relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x3542d2e9 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x357acc92 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3581bcda rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x3581f995 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x3596ed6c rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x35b0edbc blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x35d46c6d ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x35de06bc devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x35efd795 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x35f3ae51 unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x35f73537 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x35ffc414 __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3607f9be i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x360e1049 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x3635e119 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x367118bc __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36b9a045 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x36ba2551 intel_scu_devices_destroy +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36cae10d netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x36e11dd0 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x371819e8 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x37188442 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3757695c usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x375c73c7 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x3806d1ef md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x383c6c35 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x385f2109 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38c0d598 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x38f85128 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x390ba348 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x39270d14 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x392d7088 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x394ddeb6 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x397d9281 efivar_entry_set_get_size +EXPORT_SYMBOL_GPL vmlinux 0x39924e07 rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x399a571f pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x39a3dffa extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x39d28d21 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x39e61f8b usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x39ffb5dd user_read +EXPORT_SYMBOL_GPL vmlinux 0x3a208082 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3aa699e5 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad1b7df irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3b191a30 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x3b2c9057 __clk_register +EXPORT_SYMBOL_GPL vmlinux 0x3b46cf02 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x3b4fb035 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x3b5cb5a9 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x3b7145bb apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x3b8795d3 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x3be3fd1e skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x3c07eb87 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x3c2a28b0 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x3c55350b rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x3c84bb58 __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x3c8f4428 clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3cad7863 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x3cae45e7 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x3cbd4146 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3cc0812d clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x3cc0a5ee platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3cc2c132 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cea5925 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x3cebc3f3 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x3cf04db4 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x3cf9ce71 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x3d024389 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x3d05415d usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3d1879ab usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x3d25ecc4 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x3d2ea9a7 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d3f5995 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x3d5bc4bc devres_get +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3dacb129 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3de746ef powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x3de9bcbf xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e1f1e08 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x3e3a496f ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e757637 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x3e7f0dfc __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ed5d053 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x3edda734 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x3ee1ab82 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f229c4c oops_begin +EXPORT_SYMBOL_GPL vmlinux 0x3f41f442 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3f77d92a pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x3f7fde9c cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3fc3c197 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x3fd3d468 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x3fd9cbc6 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x3fdc169b regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x3fe00646 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x40068240 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x4006d43d gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x4007d540 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x4016d1c0 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x401b2efc fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x401e3788 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x402c040e blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x402c1b5a acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x40383395 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x405ed242 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x411f5254 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x41585663 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x415aef84 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x415e16d9 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x4161381d __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418a8ffc ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x4196e315 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x4199278f uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x419b185c ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x41e49254 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x41f10780 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x41f5ce2c ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x41ff2aba device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x4213a51a efivar_entry_set_safe +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x42389747 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x42397a0b crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x4254b6c7 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x4255e9f8 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x42800df6 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4286f299 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x429c823a fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x429f9b48 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x42c7da12 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x42c8e684 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x42c989ff iomap_atomic_prot_pfn +EXPORT_SYMBOL_GPL vmlinux 0x42ccd66b fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x42d54bcd regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x43119552 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x432511f7 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x432924ae pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x432e1983 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4346cea6 pin_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x43502ea1 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x43507fb2 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x4370a8ab powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43d22396 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x43e19599 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x43e6c12e rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x44222d94 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x4423e513 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x442943a5 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x442a2360 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x447b6326 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44960ce6 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x44b5380c ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x44bfa5a9 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x44cc9c55 klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x44f2cd04 clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x44f7c13d posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x44f8dadc gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x45017341 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x4512b086 intel_scu_devices_create +EXPORT_SYMBOL_GPL vmlinux 0x45175c33 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x4546ea3e skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x454a2d59 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45b0c19b __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x45bd7f7a xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45c03256 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x460e212c __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x460f31aa rodata_test_data +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x4617ad98 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x462c15e7 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x46669561 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x4670d39a serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x46781276 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x46884912 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x468f407f devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x469431e9 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x46af5da8 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x46bfe596 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x47169b00 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4723ef18 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x47377c60 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x47591511 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x47596d7d dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476f559e sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x478617e5 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e694e pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x478ee45f crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x4792b3d0 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x4796924c rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b76fdf rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x47e83e03 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x47f4fd72 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x484b285f device_del +EXPORT_SYMBOL_GPL vmlinux 0x485f4e99 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x48682db9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x48a8c520 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x48b7606a crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x48c270ee unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x48ca61ba sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x48ca8947 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x48cc09eb fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x48d3e68d crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x48d587b8 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x48f1aa02 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x4905f9dd reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x490a8df6 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x491cbef6 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4925c10d register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x492d3448 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x49385c04 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x499f6ebf regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x49ca9c05 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x49cfdf26 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x49d78d0a rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x49de3924 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x49e444bf iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a27fff6 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x4a3c3cf9 microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a83a075 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x4aabd755 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ac11e5f ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x4aca35e8 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x4acaf67e cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x4af84952 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x4afb573b vrtc_cmos_read +EXPORT_SYMBOL_GPL vmlinux 0x4afe0c41 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4b2afbed ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x4bc65638 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x4beaf8bc gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x4bebadad __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x4bf33633 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x4c10d14d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x4c16f764 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x4c2a472b __static_cpu_has_safe +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c47191d ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c7b40c8 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x4cb60b08 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x4cd99a99 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x4cf674e2 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x4d0da926 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x4d3a2bc7 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x4d94009d inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x4da87a7c usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x4dde528e usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de57d56 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x4dfa67bc tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e19d948 xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x4e1a2567 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x4e1a3be0 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e2cdf13 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x4e484657 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x4e57723d apei_read +EXPORT_SYMBOL_GPL vmlinux 0x4e745375 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x4e74e625 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x4e7cde48 iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x4e9c37da vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x4ebb2740 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x4ee0a0b5 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f18c516 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x4f1b18bf pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x4f203315 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x4f2a68e9 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4f35716d bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4f37ab7b sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f99669c srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x4fadf10c unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x4fbe0751 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4fc52e8d __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe0bb39 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x503e924c regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x504dc929 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x506cabcd spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x507de8c6 add_memory +EXPORT_SYMBOL_GPL vmlinux 0x508143ae ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x512400c7 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x5125994e regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x5132627d unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x51648436 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x51abbd28 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x51cd908a __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52212010 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x5232a65e cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x523e8fe4 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x524288be spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x52502060 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x525cbf07 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x525e7dc4 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x5269ffd9 acpi_dev_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x527f0cba xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x528eec11 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52ad352b __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x52bb11af sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x531386cf ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x531402bd bus_register +EXPORT_SYMBOL_GPL vmlinux 0x5335b96d sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x5337aa2f crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x5391b3b0 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53afe826 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x53c280ae sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x53cf5095 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x53d0d674 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x53ee21ad devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x547447b9 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x547a8cc8 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5482959d phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54b8ac68 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x550ac6cb cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x554f5fd7 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x55529da1 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x556fe056 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x559387d2 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x55cf04d8 pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x55d7e8b8 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x55d89ab2 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x55edd53d unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x55ee913a __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x56106e56 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x562af4c5 crypto_register_shash +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 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x5654f836 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x5685803f inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56947347 dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x56b2c334 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56b96283 fpu_finit +EXPORT_SYMBOL_GPL vmlinux 0x56d612e8 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e11925 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56f85667 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x570f0dac hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x57520d16 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x5756a469 single_release_net +EXPORT_SYMBOL_GPL vmlinux 0x575cc3b7 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x57669565 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x57756aa7 clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x5777c2f2 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x5778f729 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x579e71f3 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x57a54d1c devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x57bd1055 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x57c12902 pinctrl_utils_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x57ed56ee ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x5839fc62 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x585704ab aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0x5872bcf8 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x58875d1f iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58d0bb1b xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x58f0c419 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x58f90f3f irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x593af049 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5955323c serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x5962dcaf pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x598b5ccd rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x59a2e978 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x59a50d53 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x59af1336 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x59b3dae5 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x59c43add __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59e8b895 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59f89fed rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x59fd38f9 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5a085705 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5a0b987e tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x5a0cd0a8 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x5a0d0fe8 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a441ebd efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x5a4d9734 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5aa298f0 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x5ab1e018 print_context_stack_bp +EXPORT_SYMBOL_GPL vmlinux 0x5ad437fe usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x5ae065a8 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5afe8042 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x5b0cfcfb crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x5b463cb1 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x5b6378a5 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5b8727e2 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x5babf842 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x5bcf2e49 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x5bd97745 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x5c05c0c6 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x5c096499 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x5c14a4e2 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x5c1d6ed1 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5c545025 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x5c5ffa0c swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x5c66e90c efivar_run_worker +EXPORT_SYMBOL_GPL vmlinux 0x5c68182e pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5ca1a1bc nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x5ca9e3a8 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cb6dcaa pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x5cf3d39d devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x5cf8b387 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x5cfe25de blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d48a650 m2p_find_override_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5d6e2486 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x5d8ae54f edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x5d94b80d inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dd9f027 user_update +EXPORT_SYMBOL_GPL vmlinux 0x5df02e32 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x5dff5a50 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x5e1ec2f7 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x5e253438 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x5e278f03 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x5e40b88a ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e5af297 efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x5e621487 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x5ea081e5 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5ea08343 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x5eaa231e task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x5ecd1192 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x5ecffee3 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x5f108cdb usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f3a68bf netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x5f3e48fc inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f41ca83 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x5f5ba765 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5f7b6062 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x5f94ba90 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x5f9ac720 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x5fb49dbb tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x5fb7ce2a regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x5fbec28e ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x5fc27be9 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5ffbddc7 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x5ffd4c44 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x600ed953 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x601a0845 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x602600af component_del +EXPORT_SYMBOL_GPL vmlinux 0x60271fae subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x6029a3a7 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6032ee5f ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x6051c578 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x6069eb41 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x606ccc0d tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x60930d37 save_mc_for_early +EXPORT_SYMBOL_GPL vmlinux 0x6099f1cf __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60b22943 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x60cd73ed pv_apic_ops +EXPORT_SYMBOL_GPL vmlinux 0x61322d7f devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x61675617 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x617e67ae bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x6197167a power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x61ad6236 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x61cb72a6 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x622329f8 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x623803c8 hest_disable +EXPORT_SYMBOL_GPL vmlinux 0x623b0bd9 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x624b304f fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x625b060f usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x627006bd ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x629e7b07 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x62a3962f spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x62e25dfd ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x62ef529d iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x630efffe regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x633c3b70 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x63412a63 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x635bae92 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x635ec980 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0x637c1ad9 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x637ee9e0 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x6394d3a4 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x639ccac7 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x63abc737 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x63bd6ec9 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x643790ed driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x643a8bb5 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x6443f9f3 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x646c4473 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x64b7069e apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x64c1b59d devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x64c33cf4 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x64c607c1 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x64d6980a spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x64da724d class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x64fc08a9 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x6518334a rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x653cb02d intel_msic_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x65498ee6 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x654d0f23 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x6586dbc7 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x658c8186 amd_get_nb_id +EXPORT_SYMBOL_GPL vmlinux 0x65a64017 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65e1babc gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x65e8f4cb __efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x65ff2579 get_matching_microcode +EXPORT_SYMBOL_GPL vmlinux 0x6602a66d __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x66201140 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x6627eec6 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x66578d89 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x6657aaf9 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x667e95cc extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66925978 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x66a8ad4b ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x66befbbc xen_swiotlb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x66d30ae2 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x673ed39c dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x67643d26 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x67734935 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x67830996 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a20b2d class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x67a33434 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x67cf1952 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x67d5775b da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x67fdb317 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x680df65c skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x6812cf8d __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x6837d95d sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x683ac2c2 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x68956406 static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x68accb94 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x68f36d03 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x69297cdf rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x6934a86d fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697cf60a crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x6994ce11 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x69d4c7c7 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a2a6a19 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x6a4b3725 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x6a4edb6a skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a56849a unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a60d924 napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x6a67fd89 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6acad21f acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x6af494a2 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x6b095cb0 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b261864 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b77f0ed modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b875300 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x6b9ca419 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x6ba55e7f __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x6ba613ef devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x6bd1b0fc usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x6bf1b90d dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c0d0b0f __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0x6c1251fd apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x6c19d37f device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c302dd2 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x6c359513 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c64c6aa dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c749afe __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6c8c5623 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x6ca0c505 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cd8a23d rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x6ce8a9f9 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x6d1525b3 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d339861 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x6d536e80 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x6d8023dc spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6d8e7de1 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x6db0e690 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6de88a82 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e1112bf unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x6e11183f rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e69f14e __efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x6e782c23 iomap_create_wc +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6ebdcae9 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x6ebfcbf2 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x6ed29a0a crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x6ee29c66 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x6f0b8d40 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f2514b4 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x6f2d669d virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x6f42bcad phy_put +EXPORT_SYMBOL_GPL vmlinux 0x6f7b7bc6 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x6f85f144 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x6f878b5a perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x6f8d0ea0 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x6f975bf1 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x6fa03162 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x6faab37f inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x6fcebbfb class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x6fe01eae pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff93061 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x70201233 unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x702d88b4 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x7048accd regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x70825112 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x70a41040 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x70b6ef85 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x70bb651d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d4f635 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x70e1c17f rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x70e58fc3 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x70e6690f irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x70fbbc3f dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x7108c91e iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7117b94b spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x712ee3da ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x713d0df2 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x714f1315 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71833f4f virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x7198df01 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71e42fe0 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x71e58645 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x71e83aa0 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x71e9e4c2 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x71feaf41 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x72033af9 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x7203780e pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x7229a225 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x723c8d51 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x725fa930 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x72621cef tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x726641b6 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727e725c blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x7289a19a attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x728ea820 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x73540f02 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x735b1cd6 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7363c661 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x737e139a xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x738fd248 intel_msic_reg_update +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73bea78e acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73c9002b usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x73cf8ef2 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73ecdaac xen_swiotlb_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x74194aec devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x744a18e3 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7454458d ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74b73e61 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c08941 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x74c4c9d3 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x74db5516 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x74deb10c used_vectors +EXPORT_SYMBOL_GPL vmlinux 0x74e0458f sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x74e24920 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x74eee4b6 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x74f29d2c spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75384398 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x753a6a28 regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x753fea82 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x755924d4 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x75596b4f napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x75af87f8 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x75b8ed39 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x75c2b9f1 memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x75d23f96 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x762585f7 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x762ccb4c rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x76330b2d mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x7633a05c device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x764db923 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x76541515 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7684dc92 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x76c0203c put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x76c39286 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x7705efb9 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x775a6ef5 kvm_read_and_reset_pf_reason +EXPORT_SYMBOL_GPL vmlinux 0x775b4632 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x7779111d ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x7790adc0 aout_dump_debugregs +EXPORT_SYMBOL_GPL vmlinux 0x7810ba8f bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x78129823 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x781c6eca hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x78295c21 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x787a1177 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x788fcbed usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x789a96ad virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x78a52ada exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x78bca861 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x78c0340e inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x78ea227b acpi_bus_no_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x7918ab88 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x792480ba usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x7938c355 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x79763252 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x798b66e9 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x79a15b9a pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x79a71c48 kernel_stack_pointer +EXPORT_SYMBOL_GPL vmlinux 0x79b70bde fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x79c590c3 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x79e69460 intel_iommu_gfx_mapped +EXPORT_SYMBOL_GPL vmlinux 0x7a0f5432 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x7a14286d __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7a1585f6 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a319404 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7a45b4aa pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x7a4c1438 pv_info +EXPORT_SYMBOL_GPL vmlinux 0x7a7d7779 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7abd3a57 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x7ac8e5b0 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ae7dab7 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x7b025575 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x7b064a85 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b304cd4 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x7b3e052a fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x7b48c152 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x7b83bff3 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b99e6c0 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x7bc15313 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x7bff4171 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c417032 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x7c856557 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d1a5aa0 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x7d259e70 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d53afb3 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5c9402 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x7d5f7508 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x7d82dba9 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x7d86d34b __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x7da2c2de acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x7da4d764 set_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7dc39322 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7e2cb59a pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x7e3407d1 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x7e41b480 xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e98f544 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x7ed223df usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ed6c89f ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x7ed99ad0 xen_swiotlb_sync_sg_for_device +EXPORT_SYMBOL_GPL vmlinux 0x7ede5b47 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f3ff22c dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x7f5597e7 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x7fbd1f86 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x7fd178c4 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x7fd7509b pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x80192f45 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x80266a5d __add_pages +EXPORT_SYMBOL_GPL vmlinux 0x803045d0 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8039dd14 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x80484a6d blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x807b982a rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x807ec4f3 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80992ba9 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x810799a3 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8136ae8a cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8143f379 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x8158deb9 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x81a41043 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x81c57b10 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x81cc81b9 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x81ccb970 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x81e41e91 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x81e4d30c hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x8210bcc5 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x822a8896 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x82390959 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x826c562a ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x8290ce2c clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x8296fdc8 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x82988826 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x82a79980 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x82b5f52d devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x82c72121 acpi_dev_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x82c94612 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x82d39422 xen_swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82db19c0 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x82dbec19 erst_write +EXPORT_SYMBOL_GPL vmlinux 0x82f89884 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x831abf7f pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x83256b21 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x835de9d4 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x8366203e arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x838b14e5 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x83a5ae2e __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x83cb8525 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x83d38168 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x83e762ab xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x83fe013a wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84546ea1 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x84672a8f mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x847cad5f of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x8482a6f1 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x848df7d2 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x8497372f dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x84d38131 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x84e839a9 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x84f7f0ff pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x84fcc04b sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x850fc982 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8510473b transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x853ccf02 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x853f3131 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x85526eef usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x855a8f3f tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x856629e7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x8576dfda hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85e0b506 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x86027ca7 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8634da9f posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x863781b8 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x8654be58 hv_remove_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x86663e9d xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868b27be pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x8698ff01 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86aa16e6 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x86e0047e dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x8787685f pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x8795391e usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x87984b16 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x879e0568 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x87ac3ff0 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x87f1c99d __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x87fd73cf disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8813ca77 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x8831f8b1 kmap_atomic_pfn +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x88904369 __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x88960e4b find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b0844e btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88d2075c virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x88d29f0a wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x88d5b6a7 xen_swiotlb_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x88d5c81b irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x88e38e40 component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x88ec7574 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x890d3086 register_mce_write_callback +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x891d3a68 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89258e87 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x8956aeae apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0x895811c2 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x897de996 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x8992c7ab get_device +EXPORT_SYMBOL_GPL vmlinux 0x899be218 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x899c85bc regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x89b5bb80 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89d95a0e usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x89dbdcc1 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x89e9e72d crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x89f25e63 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x89fb66bb pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x89ff3bcf fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x8a0eab10 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x8a102236 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x8a559846 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0x8a782386 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control +EXPORT_SYMBOL_GPL vmlinux 0x8aa3848a regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x8aba647e rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac61b27 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x8ae3c8b9 xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0x8afb28b1 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b14b04a device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x8b5f38c8 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x8b786045 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x8b7c6c46 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x8bb0b312 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x8bb1d779 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x8bb6fce8 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x8bb81bb1 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8bd894b4 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x8be4d9a8 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c08a969 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8c1dac21 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x8c36e528 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x8c5e1a80 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x8c5f3e6a ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c66c880 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x8c676f5f sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x8c743a93 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x8c8248f8 skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8c8b4d59 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x8ca550c6 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x8ca85b88 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x8cac4428 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x8cb09941 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x8cd54356 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x8cd82cde rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x8cd9f935 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0x8ce77cb4 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x8cf402a5 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x8d0c8237 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x8d1e1099 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d246afd irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x8d3262a5 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8d3cdf7d cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x8d440940 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x8d53b300 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x8d8501db disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x8d87ca83 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x8d89a8dc input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x8daf32ac adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x8dcd2df4 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x8e0cfb3f blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x8e20c331 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x8e223dbf clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x8e2f5a8f blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x8e32f7d4 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x8e373103 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x8e5bcd41 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8e5d7334 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x8e5f0bf4 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x8e60df7a __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8e9ed2de bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x8eac454b pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8edfb574 injectm +EXPORT_SYMBOL_GPL vmlinux 0x8effebd3 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8f168e01 xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x8f45d48f blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x8f652f7f dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x8f68fbb9 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f8dfa83 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8fafb1ca inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x8ffc8d62 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x8ffdf467 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x9009602a acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x90226f7e blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x9024d6f5 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x90516ace blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x9065a664 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x90938c48 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x90980af1 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x909a6fb6 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x909f8a85 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90a43876 m2p_remove_override +EXPORT_SYMBOL_GPL vmlinux 0x90a4393c mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x90dbbe5c regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90e3b2ad wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x90e5a91d pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x91088b74 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x91106904 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x91370715 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x913f056c dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91a8112c dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x91be05ef pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91d42523 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x91e314f7 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x9211bfea raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x921e7d44 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x9225fafe split_page +EXPORT_SYMBOL_GPL vmlinux 0x922a99c5 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x9248f89a cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9260bfb8 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x9264a1ab sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x929c467f btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x92a8d5cd tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92c3b1b2 device_add +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92f48ae0 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x92fe337c ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x9324e78e acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x938bd345 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x939ba59f shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x939d32f4 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x93b79181 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x93d43894 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x93f0afd3 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x93ff0004 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94320b93 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x944983fc __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x94833590 use_mm +EXPORT_SYMBOL_GPL vmlinux 0x949dd37f xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x94a89bcf ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94bd8c01 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x94bf4535 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x94bfe595 device_move +EXPORT_SYMBOL_GPL vmlinux 0x94c318be apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x94c4a268 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x94ecdc7e cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f68913 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x94f756e4 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9508f381 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x952afd06 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x9532b495 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x953ee563 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x955076be usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955f67b6 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x957514ed usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x9578abc5 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95ada0f3 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x95bc09c4 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x95bc36de __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95e939d0 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9639eb48 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x964b447e ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965b783a event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x967eae7c iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x96a0036c fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x96a9b2ed da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x96bb1eef rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x96e2a3c2 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x96f5d456 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x96f6868a skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x96f6b161 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x9702c86b ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x97062e22 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x970f3930 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x97140135 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x9730bd36 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x973ce879 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x975a01ac acpi_dev_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x975d10de phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x976b4a82 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x977700e3 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x979213ca lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x97a3ec56 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x97a42bbe ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x97b093dd btree_update +EXPORT_SYMBOL_GPL vmlinux 0x97dd8ce4 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e6b511 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x97e93548 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x9805180c irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x980b41cf i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x98116d54 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x9814d18a __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9851d91d ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x985333a1 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x985e7a08 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985e7a27 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987fd6cf rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x98b5d730 xen_swiotlb_set_dma_mask +EXPORT_SYMBOL_GPL vmlinux 0x98df0591 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x98efa493 xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x98f2d43a sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x992d6c0f kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x994b6612 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x99a88756 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99d53c85 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x99f5bdd5 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x99f5c484 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a399f87 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x9a4986c0 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x9a65de10 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x9a85c3ee ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a9824ef btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9aa34be1 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x9ab63b16 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9adc94fd register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9b3dd5a0 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x9b486176 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x9b4fd7ce put_pid +EXPORT_SYMBOL_GPL vmlinux 0x9b5c2385 percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0x9b720312 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0x9b75fe63 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9b8835b2 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x9b88bcc3 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9b8cf015 irq_alloc_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9bab0b99 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9babf390 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x9bd72b78 apei_write +EXPORT_SYMBOL_GPL vmlinux 0x9beacdf9 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf5bca3 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x9c04363a pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x9c0cf069 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x9c2e4b66 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x9c6465af usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x9cb74410 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x9cbb5ab3 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cc9d07a usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x9ccc158a rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x9cd0184d init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9cd431d1 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x9ceeed07 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x9cf34ab6 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x9d0255e1 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x9d030b99 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d0ca2a4 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d2019f5 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d6076e4 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x9d62c898 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9d72025a __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9d93bd0d __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9daf27cc blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x9dafccd3 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x9dc93fd1 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x9dc9fe75 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x9dcfaf53 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9deb6046 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x9decf915 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e032b6b trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9e18f957 acpi_dev_pm_detach +EXPORT_SYMBOL_GPL vmlinux 0x9e277899 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x9e292b30 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x9e36abe2 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e637a1b crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x9e8cc85a dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x9eaf8c1a gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x9eb5f274 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x9ebff902 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ee4389f skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x9f043cb3 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x9f101bb1 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x9f212dc4 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x9f236e32 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x9f44206b usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x9f4e47b8 __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x9f5aab27 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x9fbba226 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x9fc62312 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff5d362 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xa00ff03a tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xa0208e02 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa05552ea __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0xa086b508 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa091f7d1 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xa098a764 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa10b05dc pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa118cab4 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa15b5dc2 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xa160f1d2 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xa1624d4a ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xa1839896 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa183b4e5 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xa19640f5 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xa199c8a9 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xa1bd7822 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa1c9dc3c alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa1e8bd51 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xa1f79553 xen_create_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xa1fa0a73 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xa23c0a98 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0xa262debe ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa2727dea shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xa276b0a7 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0xa2872bbb vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xa28adba6 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa28e6396 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xa29ab00b __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa2a385e5 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xa2b8cff5 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xa2b9c993 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa301246a fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa384b037 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa3893b7e device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa38f2756 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3b9f3aa usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xa3bc9218 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xa3d25069 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa41df8e2 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xa428663f efivar_entry_add +EXPORT_SYMBOL_GPL vmlinux 0xa4407fb5 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xa44cabae wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa453214b kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xa466de38 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa486ead6 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xa4a9f8ce dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xa4c5a4be usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xa4d1b82b component_add +EXPORT_SYMBOL_GPL vmlinux 0xa4d58669 math_state_restore +EXPORT_SYMBOL_GPL vmlinux 0xa4e4a787 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xa4faf777 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xa4fdae2b page_endio +EXPORT_SYMBOL_GPL vmlinux 0xa51204e6 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa553e16a inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xa5561fb2 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa5684c76 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xa57e6e94 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xa5bac68b usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xa5d5c1d6 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xa5d8b5ac regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5e69508 __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5feacdd efivar_entry_find +EXPORT_SYMBOL_GPL vmlinux 0xa6034de9 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0xa6124e8e __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list +EXPORT_SYMBOL_GPL vmlinux 0xa6387609 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xa66e6895 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xa68afc94 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xa68ef42b m2p_add_override +EXPORT_SYMBOL_GPL vmlinux 0xa6946ddb kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6a36c23 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b4eff3 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6d9f014 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e636bb __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa72dac42 xen_swiotlb_unmap_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0xa742b895 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa75983e6 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xa7b66067 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0xa7be6ab8 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xa7d0ab90 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xa7d8faec sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xa7f06edf led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xa801b359 efivar_entry_iter_begin +EXPORT_SYMBOL_GPL vmlinux 0xa8263ff2 input_class +EXPORT_SYMBOL_GPL vmlinux 0xa82d774d tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xa836cda0 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xa8406e96 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0xa840b3b6 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xa847b795 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8602a09 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xa875a41b sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xa8856a5c adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xa8a8f5d0 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa8bc82f8 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xa8bfce31 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xa8de2474 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xa8fe6479 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xa901ec53 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa935769e rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xa94c4441 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xa94f3373 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xa95cbb80 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa98fe099 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9be178d power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xa9d0e1b5 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9f7fc3b ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa234090 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xaa2575ef sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa2d0dbc bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xaa35acc4 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xaa447965 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xaa4e0fa8 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab27cd9 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xaacce9fb xen_swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0xaaeb143c od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xaaee222b crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab1791f2 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0xab27ef6a class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab4c3316 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab5ac245 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab8103cd set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xab90bc37 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xab945a16 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xaba15d37 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xabae24b6 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xabba3ce7 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xabccea9f rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0xabe0ec3a regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xac17e478 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xac425dbc netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xac515c55 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xac9ce195 kvm_async_pf_task_wait +EXPORT_SYMBOL_GPL vmlinux 0xacafa8e7 vector_used_by_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xacbbd6d8 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xace39282 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xace6faac ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xace94b7f pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xacfb1668 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xad1e41d4 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xad1f5cbf ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xad2e142e pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xad378583 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xad40d2e1 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xad813fb1 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xad89f960 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xad8d8ab0 xen_physdev_op_compat +EXPORT_SYMBOL_GPL vmlinux 0xad921868 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadbb4c54 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadec457e phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xadf7d775 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xae28f423 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7c5411 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xae99265d dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0xaea68a11 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xaed436d8 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0xaedeac22 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xaf11677a dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xaf2ec567 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xaf4cd6d3 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xaf4daf21 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xaf509e0e locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xaf7594ba led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xaf901708 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xaf9134e1 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xafb3932c device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xafb8911e regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xafd7def3 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xb01acb7c devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb0354451 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0xb049ecba crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0xb0645657 __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0xb083d727 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0fb55a7 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xb0ff43f0 blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0xb11f4ea7 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb14563c6 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xb1462b8a powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xb1485f08 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init +EXPORT_SYMBOL_GPL vmlinux 0xb17d5fd9 iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0xb180deda ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb1919455 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xb193ec76 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bb5c57 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1dc6fae md_stop +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb225e797 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xb2286b37 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0xb2292e27 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xb22b5e94 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xb242634b cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xb2481960 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xb2593343 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xb2bacc3f platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb2bb56ea rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2ea7be8 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb3387dee bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xb345207a driver_find +EXPORT_SYMBOL_GPL vmlinux 0xb3946adc wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xb395ea5c blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xb398edd0 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xb39aab73 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb3a50435 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb3b1d3c8 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb3c8b52b raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0xb3cc732a mmput +EXPORT_SYMBOL_GPL vmlinux 0xb3ed78ae rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xb42e4aa7 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb43788ec rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xb44d6c8a register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xb4661dc0 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xb4711c0a find_module +EXPORT_SYMBOL_GPL vmlinux 0xb49c97a6 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb4a80cd3 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4f7139a attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xb503027c bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb52e4bca thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb542cda8 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0xb5718712 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0xb57c654e virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0xb580a1dc input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5a3d107 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb5c013b2 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5e09b93 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5fdb7b3 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xb61580db idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb618a3d9 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xb6212caa alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6291e6e regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb6352afc generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xb65d354d device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xb66421b2 acpi_str_to_uuid +EXPORT_SYMBOL_GPL vmlinux 0xb67139e5 xen_swiotlb_sync_single_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb67c64fd __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6baee54 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb6bc4701 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xb6bc49a9 __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xb6e1b8f2 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb6ec0d85 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xb6f2c578 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xb70de5d0 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xb718f2f9 sfi_table_parse +EXPORT_SYMBOL_GPL vmlinux 0xb73c6269 sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0xb7a99199 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xb7af2b34 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xb7b54401 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xb7b8b29e class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7e7a574 device_register +EXPORT_SYMBOL_GPL vmlinux 0xb7ed7227 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb803dd4e ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xb81578d6 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xb82831c7 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xb83dd22c spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xb8408d17 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb86bcceb klist_next +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8b69f3c virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xb8f74d4c fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb9466452 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb974a887 task_xstate_cachep +EXPORT_SYMBOL_GPL vmlinux 0xb999f00c alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb99f9d40 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xb9b7928a pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9bd2a57 xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d58374 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xb9eeb77e usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba943da5 acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0xba998ef5 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0xbab51071 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xbab8244d devres_release +EXPORT_SYMBOL_GPL vmlinux 0xbacacc73 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xbadf16e6 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xbaec6662 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0dfcc1 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbb130429 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xbb3e3bf8 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xbb58b814 iomap_free +EXPORT_SYMBOL_GPL vmlinux 0xbb5ea43a vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xbb7362b0 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xbb8c77d6 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xbba09ebf __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbd4f657 xen_pcpu_id +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbe040c5 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xbbef20b5 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xbc0e3070 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xbc0f737b nl_table +EXPORT_SYMBOL_GPL vmlinux 0xbc365644 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0xbc504cc7 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xbc56c4ad clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xbc786d19 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbc88d411 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xbc8975d6 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xbc905ed8 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0xbc97d528 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xbc9aea2d swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xbca0201a sfi_mrtc_array +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcaec72a regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcbb347a request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbd41f1d0 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xbd56370f driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xbd5b4081 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd869027 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0xbdb257ba hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0xbdc9a9cd xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd5f10f apei_hest_parse +EXPORT_SYMBOL_GPL vmlinux 0xbddee57b ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xbdefe15e inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe21888d rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xbe944604 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xbe9e5d08 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbea65479 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xbeb4637e regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xbedb8481 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xbee8c5f9 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xbeef1abe __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbef5177d crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbefb615e mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0b157a pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xbf12b599 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xbf3786af __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xbf630f35 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xbf921fc4 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0xbfb1be70 hv_setup_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbdd70e set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xbfee2677 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xbffffed1 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc0299558 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xc0324104 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xc037eee9 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0xc03847f9 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xc04708c2 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xc05ef69c acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0900fcf acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc0a1da7b fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xc0a977fc call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xc0ab3efa crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0c0c055 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc0c7e551 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xc0c9d34c spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xc0ced95b mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0e60a65 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0e9101a virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0xc0ef32fa debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xc0f616e6 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc1123d0a alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc156de15 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18502b1 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc18e9ea6 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xc1c658d0 xen_swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0xc1cab4d4 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc1d3e368 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xc1dcf68a ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xc1e86098 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xc205fa4e synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc2063504 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xc2161863 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22cf122 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xc2354048 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc26e93bc tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc282c779 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xc2dba929 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xc2e3ba1e blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xc3219eb1 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xc33a508b ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xc3407fbf unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc37d3d80 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xc37f4d5d shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xc3964c85 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xc3a06da9 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xc3a1009a ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xc3a39f8e crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xc3a5bff0 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc3c22d45 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3de78b4 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc401eae7 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc452fcd7 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc454a687 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc4708157 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc488f8f2 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4ae9ce1 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xc4b6c7e8 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xc4b75663 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xc4bf93f5 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xc4e1f715 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xc4f08653 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xc505337a kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xc52783c2 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xc537d897 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc53fa4c3 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5a89cc8 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xc5acbcb1 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc5b13f1d usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xc5b55b2a __class_create +EXPORT_SYMBOL_GPL vmlinux 0xc5b8e855 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xc5bab3fe btree_init +EXPORT_SYMBOL_GPL vmlinux 0xc5d37180 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc60ae237 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc661f088 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0xc66a89b2 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc67bd396 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xc687e07f i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc68aa090 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xc68ad577 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xc68e2f07 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0xc6910f8d restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xc6954135 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xc695d075 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6d13e91 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xc6e9e4ad thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc732767e list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0xc7364036 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0xc73adfec tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc74e5ab2 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xc75cd68d gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xc79db2a9 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a6e5bf usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7c9a6f2 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7f76047 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xc7f79a07 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xc857c1eb driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xc8592e00 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xc873b5e5 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc88d535d clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8bd62e8 efivar_entry_remove +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8ef9a74 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xc8f24976 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xc900e82f __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xc90840a5 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9278c38 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc98321ee tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xc986ee07 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xc999a538 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc9b24da5 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca063444 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xca0e5c7b ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xca36550e usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xca520b58 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xca6c3979 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xca790fac tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xca7b5359 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xcaa2f092 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xcab2df8b usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac16f59 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xcaeb5191 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xcaf367b5 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb207d7a dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xcb443388 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb4aa8ad pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcb53d9d3 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xcb5b31e1 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0xcb77fe4a blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xcb8d30f2 __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xcb98c67e sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0xcbbf0b06 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcbe72693 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xcbed05c5 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc0b7f56 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xcc17e9f7 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc3fbc9d i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xcc40ff40 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0xcc75a288 _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcc863799 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xcc920a5f xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xccb5e47a ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xcccb4e58 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccea4e34 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xcd0d720f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xcd1516df register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xcd316a06 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xcd3d85f0 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0xcd5de386 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xcd64a44e fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xcd8d3169 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9ffa3c file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xcdabdff6 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xcdafd012 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcf58dd ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xcde119a4 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce12984d cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xce28e528 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xce2b7609 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xce377cde scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xce37a458 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xce46cd97 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce577b3c wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce7c2021 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0xce84c850 extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0xce9d0509 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xce9d833b phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcef1dd0e perf_check_microcode +EXPORT_SYMBOL_GPL vmlinux 0xcf1b754a ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xcf304e1b bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xcf51faf5 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf638367 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xcf7fce29 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xcf97dbf6 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xcfa5af66 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc62f27 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfcdfce2 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xcff42470 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xd004b6a8 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xd027b36b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd05bf3d0 phy_create +EXPORT_SYMBOL_GPL vmlinux 0xd064f8d1 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd06932d9 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xd089da78 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xd09942f6 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xd0af00ed serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0cd9b41 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xd0ff2cf7 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xd12fb1ef crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd14f5bcf percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd1507e59 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd17098dd system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0xd1899284 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xd1d03c3c isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xd1e1c4b3 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd211999d vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xd217ce9f wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd2208ac8 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0xd225413e usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xd24d5b5d input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2b2cd08 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xd2be9a26 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0xd2c58ab2 apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0xd2d4dac8 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xd2e07fff dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xd2e2473e extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd2eb9b91 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xd2f961f5 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xd309f978 iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0xd31c115b bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd3287750 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xd34021be relay_open +EXPORT_SYMBOL_GPL vmlinux 0xd354ab89 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xd3768fee debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xd3841b58 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xd3891851 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xd38c8c7d bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xd3a36808 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xd3c2aaae crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xd3c3c983 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xd3c59919 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd3db73e1 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd3f26c98 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd40ac002 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xd416f3ea smp_ops +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd428af0b __efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0xd43a5604 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd452fb61 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xd497afb6 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c36510 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xd4ccb236 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xd4d70953 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xd4db9597 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd4f703ff pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xd516aa8c xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0xd52d2421 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd53c870b blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xd543eb17 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd544e902 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0xd54910ad xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0xd550560f __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xd550a7c0 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5717fce sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd5a39fb2 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5c826c7 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xd5e1e65b component_master_add +EXPORT_SYMBOL_GPL vmlinux 0xd61f3156 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0xd62cb6f7 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0xd62d46ae usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd646618b bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xd6703f76 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67f5217 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd68ba5ba ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xd6c2e04b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xd6eabfc8 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xd6ed3a8e cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0xd6f82d7a ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xd6f8a440 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd720f199 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end +EXPORT_SYMBOL_GPL vmlinux 0xd75376d9 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd7790a65 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd77b3c62 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd7816bf0 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xd7ab2c0c speedstep_detect_processor +EXPORT_SYMBOL_GPL vmlinux 0xd7b987e2 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd81261a4 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd8146628 clear_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8250a5c iounmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd83c04f1 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xd84d85f9 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xd84e02e7 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd871f37f acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0xd87423b8 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd892d810 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xd896294d __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xd89c7e39 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xd8a91403 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0xd8d2cb1c pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0xd907a716 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xd919117b pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xd919806a amd_cache_northbridges +EXPORT_SYMBOL_GPL vmlinux 0xd91dbb6c regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd94b737e erst_read +EXPORT_SYMBOL_GPL vmlinux 0xd94c2b48 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xd94cf047 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd972251b __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xd98de68f ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda0d8d2a class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xda2b3708 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xda3d497d eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda503388 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xda5bfe3b usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xda7067fb fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xda81eab2 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xdaa2ecf0 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xdaa74794 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0xdaab160e md_run +EXPORT_SYMBOL_GPL vmlinux 0xdaafefdb irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xdacf9c26 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb2a4d7b rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb2df1e4 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xdb40aac2 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xdb476753 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xdb4a3768 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdb5872b4 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba4ad93 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0xdbad21dc devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xdbb0ffa2 regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0xdbcee18a __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xdbdd0986 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xdbefcd64 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc0862c5 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc1ab33b iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xdc1e6ec0 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xdc475107 intel_scu_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdc59a32f wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc777eee leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc858b8c spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcadee01 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xdcc055b2 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xdcc223f4 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xdcc86347 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xdce7b510 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xdd15c3d3 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xdd1920d6 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd570d60 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xdd794d33 phys_wc_to_mtrr_index +EXPORT_SYMBOL_GPL vmlinux 0xdd8636d6 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xdda1222d ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xddb5de2b list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc25d26 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xde0b3102 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xde13468f ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xde2887a9 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xde2d0dac usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xde747356 intel_msic_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xde9bf830 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xdeb69da6 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xdeb98304 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdedaa8e6 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xdf0d0109 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf20e005 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xdf2af64c alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xdf392a32 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xdf4db5d0 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0xdf66ca81 ucode_cpu_info +EXPORT_SYMBOL_GPL vmlinux 0xdf84ca55 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0xdfa16c52 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xdfa1fd06 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xdfa57862 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xdfb76b2b relay_close +EXPORT_SYMBOL_GPL vmlinux 0xdfb87f6f regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xdfba3644 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xe003e044 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe02dba5a pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe03a5518 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xe054bf93 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe065d4e9 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xe072022d devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe0854704 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xe087b973 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xe0888d9e pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe09b6064 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xe0a4164b __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0xe0c48fee i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xe0c49a0b locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0ef1bc2 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe12cced6 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xe15fa0cd acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xe168e23e da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0xe17185b1 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0xe173107f regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe17f8bbb rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xe19cb11d xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xe1aff9bb disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe1b7fa0e blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c7e9f5 extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0xe1fe33cf tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xe1ff75fd sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xe2135097 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xe24499c7 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xe2494276 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xe249f38a pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xe25985dc regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xe25b7192 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xe26ae66c usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xe26e46f0 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xe2834c48 regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0xe28a52ff driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe2bbb938 acpi_subsys_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xe2d749f8 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xe2eebd7f pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xe2ef8d92 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xe2f3d1a1 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe31317d1 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xe3288f44 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xe33519f1 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0xe336fdb0 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xe339f3e8 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe33d2c6b ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xe365f031 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe386c9c3 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0xe3bbee92 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3d307dc regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xe40fc154 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe415d467 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xe41f338e sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0xe4294d57 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe439815c erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xe4417eab inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xe460bb63 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xe46bb961 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xe4962275 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4bc3da5 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xe4bec9cb usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xe4c331b6 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4e5879e ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xe4e68bc8 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0xe535598e get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xe53ac38f alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xe53bde66 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xe55acce2 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe55c2185 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xe56e4cb9 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe598647a usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xe599130f fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c39fe8 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xe5e27521 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xe63e5223 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe668539e pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xe68dd377 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xe69dafe4 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6d60ced regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe720143a tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe737d712 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe7bb7919 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xe7bfd04f fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe7ed4e96 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xe7fab89a dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0xe7fc59cc efivar_entry_set +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe82b9d57 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8c45d42 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xe8cb270f sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xe8ebeb38 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xe90fca40 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xe93b7d1d usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94b8aaf spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0xe96465c7 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0xe97ddb4c get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xe9a721fd tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe9ccde6f ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9cec861 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9f14db6 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xea03b6b1 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea25dd37 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea4b4418 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xea66bda5 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0xea6ef728 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xea82522e platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xeafd35b3 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0xeb187e05 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb2798f7 xen_destroy_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xeb370805 __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xeb70342c __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xeb72ac7e ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb8a84ab trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xebb6c303 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0xebc6743b sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xebd6ca68 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xebda1374 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xebef651d acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xebf25911 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xebf29afd register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xebf85253 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec58b2f2 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xec631f34 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0xec7eab9c fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xec8d9ad6 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0xecbbb34b gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xecc8432d transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0xed1a34e2 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xed249de4 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xed475d5c dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0xed8e75c7 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xed9919dd each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xed9b5e22 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xeda0b0b0 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xedc76d4f __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0xedcc9114 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xeddb6f45 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xede79fc1 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xedeaeb7a sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xedf12510 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xedf3f1f1 do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee073a21 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xee0d6dc2 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xee1c3d35 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xee32a65c usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xee544647 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee7bae51 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xee7d9d82 phy_get +EXPORT_SYMBOL_GPL vmlinux 0xee89238c register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xee91682b ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xee9a438c regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xeea6d9ca ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xeeaf9ee0 acpi_dev_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xeee7fa21 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xef12ab23 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef23d470 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xef37ca07 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef67c72a dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef730ca1 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef810383 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xef8bfca4 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xef90ec24 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa478e7 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xefcc6740 genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0xefe8ca8f ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xf004130a pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xf0134fec ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xf016204f pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xf019939a xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf02cdb96 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xf03d4992 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xf054ac97 intel_msic_irq_read +EXPORT_SYMBOL_GPL vmlinux 0xf05e0afe dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf0899e69 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xf09c73dc usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf11b421d sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xf14b2905 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xf15b0985 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf16990e2 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xf1795d09 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf197a7b1 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b551d9 ibft_addr +EXPORT_SYMBOL_GPL vmlinux 0xf1f63bbb regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xf20defe2 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xf21653c3 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf23148a4 cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0xf232f31f driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xf235313c pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xf25a41d8 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xf25d20d2 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf27d1de6 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0xf2c85436 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xf2df1852 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xf2eb8f69 efivar_validate +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf329d521 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf34c29a5 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xf352a039 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xf37b2259 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf38839f5 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xf399b772 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3f2b8d8 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xf40705fa debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf408ec83 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xf422925d cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xf453ed4c ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xf46c391d x86_hyper_kvm +EXPORT_SYMBOL_GPL vmlinux 0xf4905c25 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4a286c2 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xf4ca571f regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0xf4cebd69 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xf4d9fb9c thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf4e88ed6 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xf4f25212 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf504939d spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xf5056e07 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xf52a6428 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xf52f34e2 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf532011a mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5603268 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xf565c40b key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf5877194 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf59903f7 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bebe67 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xf5f07482 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xf5f329eb uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xf61df9cc __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xf6546cb8 ping_err +EXPORT_SYMBOL_GPL vmlinux 0xf65471c7 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xf65e777c arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xf67b0e80 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xf6a9e951 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f7c640 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf70582c5 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf72e6b2b cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xf7322bc8 pv_time_ops +EXPORT_SYMBOL_GPL vmlinux 0xf73ac4ff cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xf74765c5 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xf768423a usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xf76e6fc8 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7c9ec96 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xf7cf2549 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0xf7daadc3 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xf7e08398 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf7f12f35 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xf8088609 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf81d10ef raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf837d513 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0xf86448b6 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xf87de6a1 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf881659c crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xf888ee40 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xf890fb6d led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xf8b169c9 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8edb8f1 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f670b0 clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf9262a22 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf94aced9 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xf95dc405 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xf9765833 dmi_match +EXPORT_SYMBOL_GPL vmlinux 0xf97666a0 set_memory_rw +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9b050da da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf9c19638 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0xf9c4f50f regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9cfa133 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xf9d5f8cc pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xf9efe3fe sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xf9fd8c00 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa4030dc fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xfa53efff __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0xfa69f338 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xfa6eb1c5 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xfa898077 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xfa9fe236 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xfaa27fca extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xfb30b997 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb4eb978 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xfb4f38ec xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xfb5741b0 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xfb5c997d usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xfb64b230 acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb6f758a gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xfb7bcb3e ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xfb83db03 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xfb8c1378 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0xfb9ee1f6 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xfba5e260 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbe0398b irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0c20c5 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xfc0d85cd efivar_entry_size +EXPORT_SYMBOL_GPL vmlinux 0xfc23f023 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc339389 put_device +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc438757 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0xfc490325 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xfc4f4953 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xfc5e1979 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xfc7897a3 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xfc94308f pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xfc968c8b apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0xfcb80e75 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xfcca34c6 ref_module +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcf5826e anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xfd05464b klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xfd241c9f net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd70e84b __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd8956e0 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xfd9aad92 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xfdc06b1a ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xfdd2d613 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xfdf40a14 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xfe0a6318 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xfe0e2623 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xfe151799 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xfe37a3f5 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xfe3ce6f6 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xfe3ffe8c bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xfe6bc635 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed674d7 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfee10f70 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0925b2 __module_address +EXPORT_SYMBOL_GPL vmlinux 0xff15cdd1 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xff29851e ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xff36dca5 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xff4073ef debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xff47df3e elv_register +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff74a4f5 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xff890da7 rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0xff9a8435 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xffbc3a8f blkg_conf_prep --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/i386/generic.compiler +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/i386/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.9.1-16ubuntu6) 4.9.1 --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/i386/generic.modules +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/i386/generic.modules @@ -0,0 +1,4302 @@ +3c509 +3c515 +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +53c700 +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_accent +8250_boca +8250_dw +8250_exar_st16c554 +8250_fourport +8250_hub6 +8255 +8255_pci +8390 +8390p +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +abituguru +abituguru3 +ablk_helper +ac97_bus +acard-ahci +acecad +acenic +acerhdf +acer-wmi +acpi_extlog +acpi_ipmi +acpi_pad +acpiphp_ibm +acpi_power_meter +acquirewdt +act2000 +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +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 +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +advantechwdt +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aes-i586 +aesni-intel +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x +aha152x_cs +aha1542 +aha1740 +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +ak8975 +algif_hash +algif_skcipher +ali-agp +alienware-wmi +ali-ircc +alim1535_wdt +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +ambassador +amc6821 +amd +amd5536udc +amd76x_edac +amd76xrom +amd8111e +amd_freq_sensitivity +amd-rng +amilo-rfkill +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apanel +apds9300 +apds9802als +apds990x +apm +apple_bl +appledisplay +apple-gmux +applesmc +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arcfb +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3935 +as5011 +asb100 +asc7621 +asix +ast +asus_atk0110 +asus-laptop +asus-nb-wmi +asus-wmi +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati-agp +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlas_btns +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1isa +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_aout +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpck6 +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c101 +c2port-duramar2150 +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +ccp +ccp-crypto +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfag12864b +cfag12864bfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +chromeos_laptop +chromeos_pstore +cicada +cifs +ci_hdrc +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +ck804xrom +classmate-laptop +clearpad_tm1217 +clip +clk-max77686 +clk-s2mps11 +clk-si5351 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-isa +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +compal-laptop +configfs +contec_pci_dio +cops +cordic +core +coretemp +cosa +cp210x +cpcihp_generic +cpcihp_zt5550 +cpia2 +cpqphp +cpu5wdt +cpuid +cpu-notifier-error-inject +c-qcam +cramfs +cr_bllcd +crc32 +crc32-pclmul +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +crvml +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs5535-mfd +cs553x_nand +cs89x0 +csiostor +ct82c710 +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +dcdbas +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +dell-laptop +dell-led +dell_rbu +dell-smo8800 +dell-wmi +dell-wmi-aio +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dme1737 +dm-era +dmfe +dm-flakey +dmi-sysfs +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +donauboe +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155v4l +dt9812 +dtc +dtl1_cs +dtlk +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +e752x_edac +e7xxx_edac +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +ec_bhf +echo +ec_sys +edac_core +edac_mce_amd +edt-ft5x06 +eeepc-laptop +eeepc-wmi +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efficeon-agp +efi-pstore +efs +ehset +einj +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +ene_ir +eni +enic +epat +epia +epic100 +eql +esas2r +esb2rom +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +eurotechwdt +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +fintek-cir +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fschmd +fsl_lpuart +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +gen_probe +geode-aes +geode-rng +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +glue_helper +gma500_gfx +g_mass_storage +g_midi +g_ncm +g_NCR5380 +g_NCR5380_mmio +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-addr-flash +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-cs5535 +gpio-da9052 +gpio-da9055 +gpio-f7188x +gpio-fan +gpio-generic +gpio-ich +gpio-ir-recv +gpio-it8761e +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-pch +gpio-rdc321x +gpio-regulator +gpio-sch +gpio-sch311x +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +gx1fb +gxfb +gx-suspmod +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdaps +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hecubafb +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hgafb +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-hyperv +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hostess_sv11 +hp100 +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hp-wireless +hp-wmi +hsi +hsi_char +hso +hsr +htc-pasic3 +htcpen +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_storvsc +hv_utils +hv_vmbus +hwa-hc +hwa-rc +hwmon-vid +hx8357 +hyperv_fb +hyperv-keyboard +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-eg20t +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-ismt +i2c-kempld +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-nforce2 +i2c-nforce2-s4985 +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-isa +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-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i3000_edac +i3200_edac +i40e +i40evf +i5000_edac +i5100_edac +i5400_edac +i5k_amb +i6300esb +i7300_edac +i740fb +i7core_edac +i810 +i810fb +i82092 +i82365 +i82860_edac +i82875p_edac +i82975x_edac +i8k +i915 +ib700wdt +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmasm +ibmasr +ibmpex +ibmphp +ibm_rtl +ib_mthca +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +ichxrom +icn +icplus +icp_multi +ics932s401 +ideapad-laptop +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ie6xx_wdt +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +in2000 +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int3403_thermal +int51x1 +intelfb +intel_ips +intel_menlow +intel_mid_battery +intel_mid_dma +intel_mid_powerbtn +intel_mid_thermal +intel-mid-touch +intel-mid_wdt +intel_oaktrail +intel_powerclamp +intel_rapl +intel-rng +intel-rst +intel_scu_ipcutil +intel-smartconnect +intel_soc_dts_thermal +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioatdma +ioc4 +io_edgeport +iosf_mbi +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +iris +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +it87 +it8712f_wdt +it87_wdt +iTCO_vendor_support +iTCO_wdt +itd1000 +ite-cir +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-amd +kvm-intel +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lanai +lance +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-clevo-mail +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-net48xx +leds-ot200 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-ss4200 +leds-tca6507 +leds-wm831x-status +leds-wm8350 +leds-wrap +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmc +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +logibm +longhaul +longrun +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltpc +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxfb +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +machzwd +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mce_amd_inj +mce-inject +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdacon +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-me +mei_phy +mei-txe +mem2mem_testdev +memory-notifier-error-inject +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +meye +mf6x4 +mfd +mga +mgc +michael_mic +micrel +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mixcomwd +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msi-laptop +msi-wmi +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxm-wmi +mxser +mxuport +myri10ge +n2 +n411 +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +NCR53c406a +nct6683 +nct6775 +ne +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +nettel +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni65 +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc_gpio +nsc-ircc +nsp32 +nsp_cs +ntb +ntb_netdev +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nuvoton-cir +nvidiafb +nvme +nvram +nv_tco +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_xilinx_wdt +old_belkin-sir +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +padlock-aes +padlock-sha +palmas-regulator +panasonic-laptop +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +parport_pc +parport_serial +pas16 +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cs5520 +pata_cs5530 +pata_cs5535 +pata_cs5536 +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_isapnp +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_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sc1200 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc110pad +pc300too +pc87360 +pc8736x_gpio +pc87413_wdt +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcbit +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_can +pch_dma +pch_gbe +pch_phub +pch_uart +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pms +pn533 +pn544 +pn544_i2c +pn544_mei +pn_pep +port100 +poseidon +powermate +powernow-k6 +powernow-k7 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +pti +ptlrpc +ptn3460 +ptp +ptp_pch +pvpanic +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-lp3943 +pwm-lpss +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quickstart +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r82600_edac +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-aimslab +radio-aztech +radio-bcm2048 +radio-cadet +radio-gemtek +radio-i2c-si470x +radio-isa +radio-keene +radio-ma901 +radio-maxiradio +radio-miropcm20 +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-rtrack2 +radio-sf16fmi +radio-sf16fmr2 +radio-shark +radio-si476x +radio-tea5764 +radio-terratec +radio-timb +radio-trust +radio-typhoon +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +radio-zoltrix +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-bq32k +rtc-bq4802 +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-hid-sensor-time +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-mrst +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +salsa20-i586 +samsung-keypad +samsung-laptop +samsung-q10 +samsung-sxgbe +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 +savage +savagefb +sb1000 +sbc60xxwdt +sbc7240_wdt +sbc8360 +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sbni +sbp_target +sbs +sbs-battery +sbshc +sc +sc1200wdt +sc16is7xx +sc92031 +sca3000 +scb2_flash +scc +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +scx200 +scx200_acb +scx200_docflash +scx200_gpio +scx200_hrt +scx200_wdt +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +sdla +sdricoh_cs +sdr-msi3101 +sealevel +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent_generic +serpent-sse2-i586 +serport +serqt_usb2 +ses +sfc +shark2 +sh_eth +sh_mobile_ceu_camera +sh_mobile_csi2 +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sim710 +sir-dev +sis +sis190 +sis5595 +sis900 +sis-agp +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slicoss +slip +slram +sm501 +sm501fb +smb347-charger +smc9194 +smc91c92_cs +sm_common +smc-ultra +sm_ftl +smm665 +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1816a +snd-ad1848 +snd-ad1889 +snd-adlib +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als100 +snd-als300 +snd-als4000 +snd-asihpi +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt1605 +snd-azt2316 +snd-azt2320 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmi8328 +snd-cmi8330 +snd-cmipci +snd-compress +snd-cs4231 +snd-cs4236 +snd-cs4281 +snd-cs46xx +snd-cs5530 +snd-cs5535audio +snd-cs8427 +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emu8000-synth +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1688 +snd-es1688-lib +snd-es18xx +snd-es1938 +snd-es1968 +snd-firewire-lib +snd-firewire-speakers +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-gusclassic +snd-gusextreme +snd-gus-lib +snd-gusmax +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-intel8x0 +snd-intel8x0m +snd-interwave +snd-interwave-stb +snd-isight +snd-jazz16 +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-miro +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-msnd-classic +snd-msnd-lib +snd-msnd-pinnacle +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3sa2 +snd-opl3-synth +snd-opl4-lib +snd-opl4-synth +snd-opti92x-ad1848 +snd-opti92x-cs4231 +snd-opti93x +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb16 +snd-sb16-csp +snd-sb16-dsp +snd-sb8 +snd-sb8-dsp +snd-sbawe +snd-sb-common +snd-sc6000 +snd-scs1x +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-sis7019 +snd-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-max98090 +snd-soc-mfld-machine +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-rl6231 +snd-soc-rt5640 +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-sn95031 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sst-acpi +snd-soc-sst-baytrail-pcm +snd-soc-sst-byt-max98090-mach +snd-soc-sst-byt-rt5640-mach +snd-soc-sst-dsp +snd-soc-sst-haswell +snd-soc-sst-haswell-pcm +snd-soc-sst-mfld-platform +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-sscape +snd-tea6330t +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-us122l +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-wavefront +snd-wss-lib +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +sony-laptop +sonypi +soundcore +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntpc +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_decpc +speakup_dectlk +speakup_dtlk +speakup_dummy +speakup_keypc +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-topcliff-pch +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssfdc +sst25l +sstfb +ssu100 +ssv_dnp +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sworks-agp +sx8 +sym53c416 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t128 +t1isa +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc1100-wmi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcic +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thinkpad_acpi +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timbuart +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tlclk +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmem +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +topstar-laptop +torture +toshiba_acpi +toshiba_bluetooth +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm_infineon +tpm_nsc +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +tscan1 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +twofish-i586 +typhoon +u132-hcd +u14-34f +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +ultrastor +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +usnic_verbs +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vfio +vfio_iommu_type1 +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-camera +via-cputemp +viafb +via-ircc +via-rhine +via-rng +via-sdmmc +via-velocity +via_wdt +video +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmlfb +vmw_balloon +vmwgfx +vmw_pvscsi +vmw_vmci +vmw_vsock_vmci_transport +vmxnet3 +vp27smpx +vpx3220 +vringh +vsock +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977af_ir +w83977f_wdt +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +wafer5823wdt +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wd +wd7000 +wdt +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +winbond-cir +wire +wishbone-serial +wistron_btns +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wmi +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +x38_edac +x86_pkg_temp_thermal +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen-tpmfront +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xillybus_core +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +z85230 +zatm +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/i386/lowlatency +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/i386/lowlatency @@ -0,0 +1,18137 @@ +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x4c878322 iosf_mbi_modify +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x6d1d5d9b iosf_mbi_write +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x932493a8 iosf_mbi_read +EXPORT_SYMBOL arch/x86/kvm/kvm 0x3eeb6c0e kvm_cpu_has_pending_timer +EXPORT_SYMBOL arch/x86/kvm/kvm 0xefccc648 kvm_read_guest_atomic +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x254e5667 scx200_gpio_base +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x35a3c008 scx200_gpio_configure +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x8cfa375c scx200_gpio_shadow +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x907665bd scx200_cb_base +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/video 0x04c0c3f9 acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xd67e424e acpi_video_unregister_backlight +EXPORT_SYMBOL drivers/atm/suni 0xfab1b900 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0xcab4fa8e uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0xaa7480fa 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 0x007915b6 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x25ddd518 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x289d19b4 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x3bc3090b pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x581f98f5 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x765f2ce8 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x99708d8f pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x9dd5a565 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xa3c3d719 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0xa4d43df5 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xad143d9e pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xc907610f pi_read_block +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x56db1aa2 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80f6f1d1 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x944e9d27 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xc1ba89c9 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd3370e00 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nsc_gpio 0x64595594 nsc_gpio_dump +EXPORT_SYMBOL drivers/char/nsc_gpio 0x8964bff4 nsc_gpio_read +EXPORT_SYMBOL drivers/char/nsc_gpio 0xa6f3bfee nsc_gpio_write +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x0c173cc6 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x21b02bf1 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x2915d8ec dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x8443e291 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xeec4abca dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xfd0938ed dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/ioat/ioatdma 0xcf5d07d2 ioat_dma_setup_interrupts +EXPORT_SYMBOL drivers/edac/edac_core 0xea44bcef edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04dd92ce fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0dc12e2f fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0ffa1fe7 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x12bbb7fd fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1617b5d8 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x19d64c55 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1ad512b9 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x277e54a6 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x29a0c65d fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x370b9a4c fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d5d4eca fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4ed134ec fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x572d6cfc fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x771451bc fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x77b78e99 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e431b14 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x856147cd fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x87faa033 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8d2f10ee fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9b5c29a6 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xae422943 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb8cdd9d3 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc911c300 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcbbfff06 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdbfc3689 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdf21b4d7 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe344ca1e fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe697b28a fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf888f157 fw_iso_context_queue +EXPORT_SYMBOL drivers/firmware/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/fmc/fmc 0x083e8467 fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x1b0b27b1 fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0x1f80a2b8 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x2d2ed769 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x6f6657c7 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x8c6d167c fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x98a7df4d fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0xa4796ec5 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0xa587de17 fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xb5c49069 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xf9ad7916 fmc_device_unregister_n +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0xf7474787 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0000cdc5 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x001be96b drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01dd5766 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02ca5087 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03affa14 drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03ba820d drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0443b416 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05b91ecc drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06c4d3b5 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06ff49ae drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07ddfb6f drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x096345d1 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cfd401e drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d10d750 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e06b02e drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ec527fc drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f6a7739 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ffe7eee drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10504a07 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x112b71f8 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11441082 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12157090 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x131ae92c drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13cdaadb drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14b6dc73 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15e8e87c drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x166a09e8 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17746c5d drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17b017f0 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18c41460 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18f4f96f drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e1de8cc drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e66465f drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f80af27 drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x201779ad drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x205822a9 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21dbdf99 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24e92dd3 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2519a988 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25f347b3 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2743b56a drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2820275e drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2aad9493 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2db7e66e drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x300de62d drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31467564 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34e3fe50 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x357fd401 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37a7b517 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x380b654f drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b4d8faa drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bcfe748 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bf6f703 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cacdddd drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e693d72 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e86a627 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e986272 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4010c916 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x457575b0 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46e3c763 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x493a3721 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a17b577 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b0e94cd drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cb0d3ec drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fc92bcf drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5380fbaa drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5516740d drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5541cad0 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5764249c drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57ba9e35 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5999586a drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59c9d5e1 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a96bf8d drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b8286cc drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x611c3e21 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63277f4e drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x634c87de drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6352f631 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63e384f2 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67509305 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x676638d5 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a6ba90f drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ba2515b drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c29f3fb drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d94fd6b drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6db06e4d drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e151283 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f00020d drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f33ac06 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71dd2a8d drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72d46cfa drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7478985a drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7542836d drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7699c0ff drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x777b0d50 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x787ec1f4 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4b495e drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b1dc850 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d4d0fdf drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f65a336 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x802dc6eb drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80a55c7e drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80ff69b9 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8188ad5a drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81b55753 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81f2f55c drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x822993dd drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86a81df0 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8904c4ae drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x896f0e16 drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c89b652 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e682f01 drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e7e958f drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f10d2b2 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92b58bf2 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9402e58b drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95988ac5 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95ce5a85 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9667e2fa drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96c65681 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96d52b06 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98f75a34 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99475b3e drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x994db318 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ac365f4 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b1d7c01 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ba8a896 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d03e59a drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9efc26a3 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f543c19 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0202e35 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa145ae49 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1e39803 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3403022 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3dc93c8 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5632afc drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa661df87 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa81584f8 drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa83c01c8 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8a759b3 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9f57deb drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac970462 drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaece6ade drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2bcbd14 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb45b7685 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7fa35f5 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8889079 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba2498a6 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc6185e3 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc70eb96 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc84fe04 drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd842f62 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfba25e2 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfecf871 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc05857f5 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc39fa459 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3b43404 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7933f5b drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9ac7c90 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd2d46c1 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdd7c276 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce07199c drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce5a5ecf drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf7a02e2 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfe3198d drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd25f1e13 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd307a128 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd36f6aff drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd60b6424 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd625ea8d drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd64e96bb drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7513ce0 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7cdb623 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9a65321 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb5a5852 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbce8559 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbe40be2 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddbe8f2a drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddf8aa1e drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf97007a drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2e3d582 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4152e4a drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe41d45b9 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5053dd9 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6566f1e drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe83d7b2f drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8c73e20 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9e5688a drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea6d76a1 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeaa09341 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeab64d65 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb1117ec drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb2bf001 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee117b8f drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef1ff134 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2a61906 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4ae2a71 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6ec61db drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8386a2b drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa38553e drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbd030b0 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfea16832 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01cfa297 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c3b1060 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ddd4a2a drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c50160f drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2345d618 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3059f740 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f5c2682 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49122f1d drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c22a7e8 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x595cb8b9 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5badc6e4 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6003f643 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61437396 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61c0b174 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6692a8d9 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a5a066f drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6c286eeb drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x720aeb6d drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73d26231 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75c1b3cc drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76034868 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7607c13f drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79ba10ed drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a18cee4 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8c4f4e26 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8dc72231 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91efe796 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99756c34 drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa01a9cef drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa29a54e3 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d4453e drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb47dff7c drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4f58512 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6488324 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc78ae4e drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd99cf65 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0238db5 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3d29f68 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8e00d1f drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda88d283 drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc517405 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe09b3686 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe845ddbb drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xecb796aa drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee078a58 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeea3c22f drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf19c2fbd drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf37235d1 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb07d643 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe0c69b9 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x09c331af drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x6ac1a29e drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x782e3338 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x001771fc ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x005adc29 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x092bcc15 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0d595d77 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0f4a6f22 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132b05be ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x189e9dab ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x18a1c873 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1b83ebfb ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1ba4e68a ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1cd86a7b ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x234e8e63 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x23e6a3df ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x266d8a60 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x292445f6 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2fd2889e ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3506ad38 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x36540b73 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3cc46ac1 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x450f22a6 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x455ccdad ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4611b0a2 ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x46d00fc4 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x47f6f5ca ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x48bfde23 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d589229 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x539f80bc ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5b9ffb20 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cf59609 ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6019c13c ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x60fc5a87 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x669c263f ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b1d568 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69f58d6a ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7a1d9357 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7aeaeba2 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7cdc936d ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d8954be ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8be8457a ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8cad3cc2 ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d59249b ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8e181b53 ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8ef6d115 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9a2c1cb1 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2e87f62 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa36089a0 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa3f77b67 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xabffb4e8 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xadc3453a ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb39eb427 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb6b9218d ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb7e891e3 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbaa4b9b7 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbdc9307b ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4439cb2 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcb55a98b ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd3c46d9a ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7a41a37 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd904a70c ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdc8008e0 ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdd60599b ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe4cbe443 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xece69dac ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xedda8848 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xee8ee118 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf9aae829 ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xff90df77 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xffcb8d9b ttm_read_lock +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xaf7416ab vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xf9ba99aa vmbus_sendpacket +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x74f7a34e sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x49760f64 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x4b085c4b i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xda1e5500 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x873badc7 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x96b53027 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x81629ab6 amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xbf5e6e21 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xe64f7ce0 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x2731f1f3 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x3ff69d75 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x4f23ef53 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc7454a39 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xccd0a6f8 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xd42eb10c hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x7436519e hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xc9818fd5 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xff8f23b8 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x15cfbbed st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1e032081 st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1ecc2421 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1f54553d st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x42c227f9 st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x47ccb8fe st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x4d09d678 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x5a2c895d st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8e5735be st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x962176b9 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xa72d69ee st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xa84457c8 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xaa1b297c st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb382b045 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xbceeb3ba st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd062d2c7 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd2c3ff31 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0xe2075db1 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0x6f7bb463 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x532e13b6 st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x79e93a0d st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x3bb0875a adis_enable_irq +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xa0f4a5b6 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/industrialio 0x1223e954 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2245d0f9 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x363767a2 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x5063edf0 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x54b46b42 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x5aae78fd iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x5e51dc42 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x7b48aa0a iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x88709a25 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x96150635 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0x96ee2fd2 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xa946deb5 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xaa87a7c0 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xbf233312 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xc31dee6a iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xc631998a iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xd4f661c5 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0xdd87b2f5 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe3c94a32 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0xe6e78d49 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xe9c2653e iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xedc303c1 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xfb24de84 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x6dd0357b iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xd17d0d94 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x0aaef8df iio_kfifo_free +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xd9b47a27 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x4318fc4e st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x8b5ecf5e st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x4df2d5bf st_press_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xe40bdb17 st_press_common_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x71f3076f rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x8ed679ff rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xc0bf4edc rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xee97a571 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1129c633 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x14a7c1bf ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x19f07743 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1c3d7d7e ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x32d0d65a ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4494cde0 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5c2e519d ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69c0109d ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x75cd3129 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8d5b9b81 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8ffc9475 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa8f1a988 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc3d09e73 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc9752e91 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xdf11214a ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xed65f559 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf6201817 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0144baad ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x03f02e7c ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0762a2bb ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07664ca3 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b81f2bc ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c51feb8 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0cbdaecb ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0cd57d6a ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x146a9500 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x163152bd ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x182c19db ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e9f2a31 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2296dc26 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x229dcdbd ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x236e2f0c ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x262a8fdc ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27d6b4e8 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c7896a4 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30bec179 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33e83fce ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35e5fd74 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37376bbe ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37695814 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3899bbfb ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3939e3be ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x481ae295 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d47d083 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e4ade56 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x505b57ce ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5161da83 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51fb2d2a ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53422f95 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x554ff628 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58399d64 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5af5ed8f ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x645a760a ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65b7cd75 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67ad9d48 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6920766c ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6bceed96 ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d19e2f5 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e4b3c83 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e9b79f0 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c7a15aa ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7da81512 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fba65f1 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82d40062 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83b36aee ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c0c72ac ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90570046 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5b04f5c ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaff349d0 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2cf33e4 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb358fd29 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb374c734 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3fed724 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb70174b5 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba585771 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc0b9b75 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc4c6c2e ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbce989b5 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd0a36df ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe4c6dcf ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7067c70 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc855dbf0 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcdf5a9a7 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd365d198 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5bb4992 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6806fbb ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb9a4027 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbd6914c ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdddb8f5f ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1bddf36 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7c2d7a3 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec739891 ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed3680e1 ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf11cea97 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf20f3a40 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2832b8c ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf40e6141 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7f4bdf1 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x08693bbf ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x35945693 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x375d56db ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x52e01f12 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6244e86c ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6713dfe1 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6e97b400 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x886c0f1c ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x91946cc9 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xb46e58d4 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xb8c6355b ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xfde53852 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x1132df7d ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x36c0668c ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x6e44fd9f ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x7788dd02 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x7ce3135f ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8001438f ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xdb660031 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xe51a73e6 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xe8d5af15 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3b02357c iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x48abe7d6 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x49bcfcb1 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x67fe2a74 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x751cc44a iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x80e962da iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x859d7cd4 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x990c928f iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa116b9c0 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb069c643 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd1cd682f iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd8fd04c3 iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xda021515 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf8ca9110 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x01413fa8 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x22cb467e rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x363a21bd rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3cf29e02 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3ef75eec rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4be56500 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5ca458e0 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x62044f2b rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6693aea5 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6b4a94bb rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7266fbd5 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x75b19fa1 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7896ca97 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7a113a97 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x89521986 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9c618508 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa34c23ed rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb1c65e9a rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd02c4ca9 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe4ef4f32 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe5470e33 rdma_join_multicast +EXPORT_SYMBOL drivers/input/gameport/gameport 0x207a4812 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x379811fc gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3caea57c gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4434568e gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4876f7f7 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x90d86691 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x9253411b gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x94f7f7be __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe6433784 gameport_start_polling +EXPORT_SYMBOL drivers/input/input-polldev 0x140f541a input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x2636adb8 devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x2ebc92c3 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x3792ffd3 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x3a502bd2 input_unregister_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xeb4682f2 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x4fee4441 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x6ffc88bd ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0x9dd7e2f6 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xa6ece7a7 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x4742e81c 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/sparse-keymap 0x5029d4bf sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x71d80b9f sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x731a47ed sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x79816231 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x83d2fe33 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xe079753d sparse_keymap_setup +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x2bea1e5c ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x760ffacf ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x1d65df5d capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2295e19f capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x27bef1b2 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x464266fc capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x68cbae36 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72c398e8 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x950a75af capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa9e64119 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc8cc51a0 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf11f6de3 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0f91a5f7 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x15155b38 b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x20725236 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x2345d1d4 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x28e6bd67 b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3c6c4d17 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x92e992df b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9f573a81 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa3dbbca0 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa58db47b b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb0cc7815 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xc674e172 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xde5d7965 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xe4e0af65 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xe6723dad b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x15d758d1 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x2f0e517a b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x42836d5b b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x58ae3aa8 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x71593e2f b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x873abeba b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xca90144b t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xdd7cafd2 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xfedce867 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x18d164b8 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x1eae4be9 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x36dbd496 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xf5bf59ab mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x601917fb mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xc51b37e8 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfa1497f0 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x1a6c940a isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x2eb9ef4f isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x6424a526 isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xa9cdbfb1 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xd90ebc44 isacsx_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x185be7b7 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x43bc8210 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x9cd3e2bf isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x012e887b recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x15750a28 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x18bd8ec6 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1dfd97bc mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x386109ee mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x391e11bc recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3b61d440 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x49158fb9 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x492ee03f mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4935df3d recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5f45dfa5 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6f34656b get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7534207e mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7bcdc55b mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x85d0f402 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8be5a2b2 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8bed3c3e bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96ff1cab mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa7a33df2 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd015e743 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 0xd91c86a0 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf4e5f475 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xff3767b9 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x10dc0d06 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0x40479cf1 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x66d28e22 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6969b5d8 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7a00bb2c closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7b55ca4f bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x835e4fe2 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9c36f19a closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9e8b3cee bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0xab2d2b84 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xad29a6f5 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaec09a2b bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaf77343c bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc04554f7 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca580595 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd371ee58 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0xda681463 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3965fac closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe47e0829 __bch_bset_search +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-bufio 0xa7978f56 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-log 0x4d2bdb0c dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x6c23615b dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x9cfbaca5 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xf399b178 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x130ae3bf dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1ba09319 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x298a2e19 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x691aa947 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xbc6d1976 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xde14d6a5 dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0x102430dc raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0f641828 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1addf0a6 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4a103d6e flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x622fc8b3 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x78c4959e flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7b00fa42 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7d99a485 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7eead437 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8ed48aa6 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbed5df64 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xda9d3f73 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe0f8d3da flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf3d92d52 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4f311fbf btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xbda9e886 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x49509e0f cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xf43ac414 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xf45db33f cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xfa052db8 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x30becd0d cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x8a08edbc tveeprom_read +EXPORT_SYMBOL drivers/media/common/tveeprom 0xd3c54a8a tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x046c6fbd dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x04e248d9 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x07526c81 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x082f3f0f dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0e54539a dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x101a29b8 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x196f1ac1 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1c2f6deb dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1c33a4c1 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x237f7910 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x242175b4 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2e2f2330 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x300f2abb dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3974bdbd dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x39a9b606 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3dd93e9c dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x47af8dc8 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4c70c35a dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4d6b74a4 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x53763c1e dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5efe6ce8 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7b6c7eb8 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x888d7d66 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x93a21f80 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x945a13c7 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x987dcfde dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9d13f973 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb72b5fa0 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd3ee7530 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd48f6118 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd9b2ff75 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe06926c5 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe4cedcf5 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7ef2ca8 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe85cc14e dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xeec1044b dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfcc0ed9c dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x7c1bccaf a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x0c3b8108 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0xb7df7cd8 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xb9cf8dd9 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x22c28144 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x263c827d au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3e5ea04e au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3fb2179a au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x857d0a26 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9787c0f5 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9dac6825 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbbdf442c au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xfeccb458 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xf2bd9004 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x7a482cc1 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0xd8ee8199 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x2b4cfeeb cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x29eae062 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x10efc57f cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xc82ddd34 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x307e6f2a cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x1d545b6c cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xf541e144 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x202c5cf0 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x5904b427 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xa3eab8d9 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xb35625e5 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xcc8d133e dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xde6cdad6 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x403f10b8 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x43146cb7 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x43fbb7b3 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5b91b7c1 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5e7be87f dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x694e794d dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6e325350 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7bfc769b dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x89c92fef dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa0761609 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa0f2d07a dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa1ae2d63 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc5ed31b5 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe62b0cda dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfa08fcf7 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x1c007b61 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x3ef6aef7 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x50f8a1c9 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x7374dcce dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xb5a329ad dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xf54323bb dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xf9fb2672 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x209b75a8 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x9c4c292b dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xa314b43b dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xd7196e86 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0534a388 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x06be89f5 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0de4da33 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0eb8cf06 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x207516ae dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x2a8986db dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4bec1d0e dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x55516acf dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x65cc8f12 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6be6d396 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7ea80568 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8ae56e53 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8d833465 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xb07b3608 dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe1799c1a dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf434e8af dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x0cee4c9e dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x15ccdce1 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x382179ee dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3900a35e dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3ebb4df6 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x56fbc388 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x575f7158 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x5919be49 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6bf25ddc dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x73d4e5c3 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa5974cc7 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc18d5179 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc5bf9edc dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc82e6060 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd5a757a2 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xdf887330 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe8a44d65 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf12fe683 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf167e729 dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0d8a5a2a dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x35ddd851 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x4e20a813 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x615190ea dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x6e39378c dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xc51b4ea9 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xb11e7599 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xff39dfd2 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0xd4b8b6bc drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x8edb2256 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x076077c8 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xc1da6255 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x9301d7a9 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x28531184 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x67078d89 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xced2895f itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x5675920d ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x17388b4c l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x1783eaf8 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x75c04b92 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x5620fbd4 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xbf2b87e9 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x59581334 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xb2a65fba lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xdacb362a lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xc921beb1 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0xe5345999 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0xf5836311 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x34f135b8 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x02b456f1 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x2a1767b4 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0xfe6998a7 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x653207cb nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x54140ca7 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x330f6503 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x0ae6400d rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x445d84db rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xa424c553 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xcfc5442e rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xf7b68061 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x31e746a6 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0xcb5b82c0 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x66f7e8c6 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x77ff76ab s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xd0f1d256 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0xc10931dd si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x820adecb sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xfb3d26d2 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x8a3aef7a stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x408f2f05 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xe9e3652a stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xb615a187 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xafd8c0b7 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x94673ba5 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x5c67a71a stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x89a09b9f stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x8201d644 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xb00c18db stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xfced0b11 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xc19861b7 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x9fd7f942 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x7acc1099 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xd97d2aa7 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xd3df2320 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x8d7f6860 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xa86d2e43 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x1a8ae0c3 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x4290d17c tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x44286e23 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0xb8e3f739 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xdcb65815 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x04af283e tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xd7af9fc7 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x6a2ed4f2 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x4cb1dfc4 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x9cea72dd ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x8a641e58 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xeb301268 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x0881dc3c zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x1e907280 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x2e4dfbcf flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x3630fe5b flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x55ecc9b9 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb017005c flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xdd524a97 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe9fdd10f flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x0489304c bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x4b244cdd bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xe3fe2660 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xe8ba17ef bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x38fac67a bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x55b08553 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 0xbe4a994f bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x205b4ad7 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2b3369db rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x40b838a0 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x62db9d27 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7077bf19 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa4df575d dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd8dc502e dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xda5d6136 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xeb3bc3ed dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xa9de8e29 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x13adf33c cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x43335782 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x4af1b27d cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x4b50652f cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x89307f9d cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x019855e0 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x98c3d87b altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xbb76a033 altera_pid_feed_control +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 0x5b75f7ab cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x61f993a3 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x95ac47d8 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x9e5ad1fd cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcf872038 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xf97c180b cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x5220962f vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x99336f30 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x052c7872 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x10251aac cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa93f5622 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xf5a8e198 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x113a4a13 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4cc22bd9 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x98e17c3d cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd8100def cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xf8c4a379 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xfe880f28 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2378830e cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x38446349 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4188a710 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4c80ed74 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5ec7ceba cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x660a1832 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x695d0cb7 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x701eeacb cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x71f40ca3 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7792c54a cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x85bc2b30 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x88e67a2f cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa22148dc cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa53ddb58 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb555b1ba cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xca6eba53 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcb1e47f2 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd0b49d1b cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdaffafa4 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdcc0d7e9 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf48eda84 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfde92346 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x07599944 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1ad714c4 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x338ef056 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x341870d8 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x476c8a19 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x48601b6c ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x635be0f1 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x73ce76ca ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7599aa79 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7648701a ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x94fe64c7 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x962c0d56 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc9738cc4 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcc1fffb0 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xdbed74f4 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xeae22849 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf4c766e4 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x26987580 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2957feee saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2d492c9d saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x38b02604 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x697a716b saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x72d48f73 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73182099 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x912514aa saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9d3b20fa saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdc410bd8 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe49b058d saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xfefb838c saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xf30c9c50 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x0a201401 videocodec_attach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x6e1bddf0 videocodec_register +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x926e524e videocodec_detach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xeef04117 videocodec_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x39ab835c soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x5a35bbd8 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x7d0c3c67 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x9a317409 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xa4f2d015 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xbc4cfda2 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xc1d0cfef soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe2ff167f soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe6b888e9 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x48d83d30 soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x76d9c6ff soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x83eeb1fe soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x9bef60a6 soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/radio/tea575x 0x0eeb80d7 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x8fc08335 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa31138c9 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xc623a989 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x45cd12fc lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x8d258bed lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xc117510c lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xcd033888 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xd2e8efeb lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xde33c0b3 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xf25599e7 lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xfba4f7b6 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/rc-core 0x1d6b1b87 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xdfd19a50 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x1032961c fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xfd5c1038 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x00998082 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x0e0fbeca fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x333122f2 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x93f1114b fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0xcd49e444 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xd163e397 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x26e1349c mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xd2fda669 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x29af223b mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x324a0535 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x0a8658b9 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x952bde4c tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x80a22fc8 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0xd5e98f26 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x1b3bc141 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0x4349472f it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0xc44e2f9c xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x6c08df97 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x57d758aa cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xf646035c cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0c415646 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x21f9e5ce dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x22043fee dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4d87021f dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9a7cb8f1 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9d580966 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xad327823 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc074c66e dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xfe6ddb3c dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x00a8713e dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x41fa0d31 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x4472386b dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x6a791c89 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x97fdc3ab usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xad825b19 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xc1ef3877 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 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 0xfbdceede af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x01171102 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x262242e4 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2a8505cb dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2ee2b1ba dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x40a7de82 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x754fa1b4 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8439997c dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93d46f3b dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc90c750c dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf1bada8f dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xfcb1bcb7 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x54f5ee37 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x8feab976 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x69f1407c gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x71863cde gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x7ca1a8bf gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8b32414b gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc8d95bda gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xe505b180 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf269c83c gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf43c3cbf gspca_suspend +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x46132c86 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x9457d0f7 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xd5e5eefc tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xc17d3736 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xeaba36fc ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x75ae0bcd v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x9edb3e10 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xe46b2433 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x2c8bc0c6 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x3d55d16b videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x6850720a videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x7b2bc8b3 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x86531d88 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xc72cbabb videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x3035066e vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x0af751cf vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x3af2ba8f vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x3b202b4d vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x50b4ffa9 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xcb60e243 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xd1eaa0a0 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x05baf2e2 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0723788d __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x07f54a42 v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x09f60a09 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0b73948b v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0fc8d80a v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x15dffd60 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1c268088 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1e891f2c video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1f3b7d1f v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1f846fce v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2111bb54 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b16dc36 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x350bc88f v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x353c0fa6 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x38b9680c v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x392c1ed9 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x393da722 v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x396d8ca7 v4l2_clk_unregister +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 0x3ef1e4cf v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x41a4d903 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4581afc8 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x479fe143 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4809b6c7 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c744be4 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x523752e1 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5350567f v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x584ebb34 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x625509d2 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x66f1bb2f v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x672c5079 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x69e9a5dc v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6d6ae648 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x71ab3d9c video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x729a850c v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7bd75331 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7c57055b v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7defa4d4 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x87c1e7bd v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x90249202 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x973dbda6 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x981c3d92 v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x99fd5293 v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa1ec0eba v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xab9d38c3 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb0be3a54 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb19d642a v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb58440c7 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb6c84f98 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb8c71497 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb8f44bb0 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb9be470e video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbddc2dff v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc074538b v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc2883420 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc4e629ee v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc903ecf5 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcea26097 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd6bca2ec v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd80aa0c3 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe18bd680 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe7579c40 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe76b3018 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe9de46d2 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xee5137d6 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfa1e6fa5 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0ddb292d memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x110e5616 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x150468f6 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x159b8641 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2d1f2057 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x61a9a5c7 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7f483627 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9eb082f9 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa5987a36 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb54a27a5 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb5f3f34c memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdf7fcfb1 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfd9a1976 memstick_add_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0038b6f9 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0965da84 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x12b61eb4 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1605a058 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1ae233df mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1dd6d8ec mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2eca1f66 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x32083769 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3ce8f9bf mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3daf5fb4 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3df242ec mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x450c910c mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5f944ba2 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x69934069 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x72031c69 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7a359d97 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7c9c0a26 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x95b36a2d mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xacbce34b mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc286ac88 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc65f6734 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcc93aec0 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcec95adf mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd78dda20 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xda4ec837 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdef77402 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe16b3150 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe507d876 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf25c9c46 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0ab32d0f mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0e0903f0 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x186e3503 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x210ee49a mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2ec0f6ce mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x373660bd mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6a74ebe2 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x70bb7f28 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x75718961 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x88b8f52e mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x89c81cf8 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8f2ba206 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x95c57d9f mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x96941d17 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9fd68388 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa9915e56 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaa5ec2d2 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaa74b1ca mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xab5d8e01 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xadb5ab3c mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbe5bb5cc mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbff55b34 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc855ec99 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd21d77c9 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd5198fff mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd9249fe4 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xff7fe1c3 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x08e6be9c i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2530d793 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x44633cca i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4d6e303c i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x50d17d81 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5f2f5615 i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6468f635 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6b043031 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x765686a1 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x80afd19f i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8b9825cf i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8ddc1d83 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x9ca6f2c8 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa30bc130 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd6194d95 i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdb3a0213 i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdd4bde72 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe480fa00 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/mfd/cros_ec 0x49f267d6 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0x63fa381b cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0x825ab010 cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0xbbf6cdf2 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0xbe3e7ef0 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x1aeaa4a0 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x831b47b8 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x30adca15 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x30c75e9e mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6144be49 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x68243f77 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x72af1f84 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x83a7c3a0 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8c2af228 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9ea179d1 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb2a0fd30 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbbf62088 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc52a2f5e mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd597983d mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf7709c7a mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/tps6105x 0x6cf58029 tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0xb57a7473 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xbebef670 tps6105x_set +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/misc/ad525x_dpot 0x739d12bc ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x7763b035 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x8161598f altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x92916c7b c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xfdfaf02f c2port_device_unregister +EXPORT_SYMBOL drivers/misc/ioc4 0x1af0263f ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xcd366a8a ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x2ce244bc tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x3ee61986 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4014f548 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x4b317f33 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x4cc0fe09 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x78c6527e tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x88a6dd69 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x94042ea1 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x94b9f6c1 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xb2748407 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xd2614211 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xe7b5e947 tifm_has_ms_pif +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0xf61283a9 mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x07373c08 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x3e6e622f cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf8d78cca cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x55548646 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x58d66dce register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xa2b007ea map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xef6b7876 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xad183e85 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x8c572cd9 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xb45cd856 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x563b7ba6 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xb549cff3 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0x2406b846 denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0x574091e4 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x093fad11 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0x18eab287 nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0x29c2b329 nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0xc16d9dea nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xd239f0da nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0xf12bda0d nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x7a9b1cd3 nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xd87172ab nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xff90bc67 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x47415b94 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x96432a35 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x2255f811 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x29b207df flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xaa8af000 onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xdb275bb8 onenand_addr +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0061257c arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x073863f3 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x12ee3472 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x139c985a arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3fc6fbc1 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6ff35f02 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x725cc963 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc7056477 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd53953ff arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xed22f1ab alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x2dc4feaa com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x7bc3ad08 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xc667416a com20020_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1ffe4f7c ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x30c1f2ba ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x324f459a NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4756c485 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x629b9152 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6ac3725d ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb2a5066e ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb6e2a02a ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xbe121368 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xeb7f9e8b ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x0b0a7f20 NS8390p_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x19fd7d8d eip_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x23f03853 eip_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x2691ca7d eip_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x5138d51f eip_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x539117a8 eip_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x6c7b5ae7 eip_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x80980a5a __alloc_eip_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x94f15529 eip_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x99c03fd7 eip_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xd89fc761 eip_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x923e2d1c bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xf9f659b0 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x03f2b501 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x30641ccc cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x368eacee t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5068ba2f cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x68e6fa94 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x694d81e8 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x71130b48 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9d5ecadd cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa1887bd4 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa86d8d10 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb1a86d50 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd31bda66 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe4a0f062 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xea278793 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xec9379d0 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xedd917e1 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c662b02 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x11b1c9b5 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1670fd2c cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x19a84f51 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1b919e57 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2dce71a5 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2e0faa45 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3fc554d7 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x459b4fef cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4b937cb6 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4d58a65d cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x64e7a822 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7a31bca2 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x85ec1caf cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8806c477 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x91390cd0 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x919dcf33 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9436bd61 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa1eba9c4 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb529cef2 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc2b646d1 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc7fef0bf cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcd848c58 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd4c4fd1f cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xde3d7eb2 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xea4bd467 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf224249b cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf27b01e9 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x22efe29c enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x911bd2f6 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9657fb9b vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x1a1c497e be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xf8ddf0cf be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12b5b462 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17da81d5 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c783446 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21b89a6c mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28599ac3 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ed6c7fd mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35a3bf91 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36be91c0 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5dfeaca5 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63a1dce5 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66efa5d9 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79fb1928 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x867e40f2 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87665687 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8aedfd47 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c97c9ec mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90261da0 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x947f5c83 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6023794 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa60c4d83 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6999972 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9dd88dd mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc382e3ea mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf019ecc5 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf40a6af4 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcc1be18 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09504744 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0efc01b2 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11a1e82c mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x172955d8 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a756f6e mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1bfea1e0 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25fa4611 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40e601c8 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44d1fffd mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b3efe40 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56ee6c18 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58b94d88 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b9d21d2 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c809593 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68eef8be mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f79a4dd mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ffe888a mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73027dc5 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a7a2fb1 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6da85c9 mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0c33d89 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc75cefa mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7d80140 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda745cc9 mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2e11a9b mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4176ccc mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe42ed766 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6a115ed mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe7b4834 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x15fe00a1 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x1e4992c8 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x24b8ce83 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x9b529e69 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xdec8c466 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x054149c1 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x3dd9d7d0 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x6f3118c5 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x924fbf69 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x9fd100cb sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xa4d6038e sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb1f628a6 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xc00b22c8 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xdaf3fa2d sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xfd64dd7f irda_register_dongle +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x24615d9b mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x551d2e5c mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x62c16306 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x709c1315 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0x920e75fb mii_check_link +EXPORT_SYMBOL drivers/net/mii 0xa3b4d33c mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0xae64fa7b mii_check_media +EXPORT_SYMBOL drivers/net/mii 0xc135ed2b generic_mii_ioctl +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x01988e77 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xe2105310 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0xa513895d vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x35faa19e register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x5179ea91 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x900fd7d3 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x4e1cfb74 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x22fe9cc0 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x35487561 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x5df6762e team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x86cd084c team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xb8ac8bb9 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xd14c7f3b team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xddb66ee1 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xdfc31578 team_mode_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x7592956c usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x9a99bb4c usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xe76c5434 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x071b7f03 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1767a443 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1a81cc6e attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2eaaa17f hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x3716a6f5 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4913c20b hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa8bdd73f register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xbc828434 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xbe840ffd hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xec2e502a detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfadfc55a alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/z85230 0x020bc595 z8530_sync_dma_close +EXPORT_SYMBOL drivers/net/wan/z85230 0x09215d67 z8530_describe +EXPORT_SYMBOL drivers/net/wan/z85230 0x10c78988 z8530_dead_port +EXPORT_SYMBOL drivers/net/wan/z85230 0x160e80b4 z8530_sync_txdma_open +EXPORT_SYMBOL drivers/net/wan/z85230 0x18504441 z8530_sync_txdma_close +EXPORT_SYMBOL drivers/net/wan/z85230 0x26f3cd1c z8530_null_rx +EXPORT_SYMBOL drivers/net/wan/z85230 0x3e700d8f z8530_sync_open +EXPORT_SYMBOL drivers/net/wan/z85230 0x5cd24d29 z8530_hdlc_kilostream +EXPORT_SYMBOL drivers/net/wan/z85230 0x76a25514 z8530_sync +EXPORT_SYMBOL drivers/net/wan/z85230 0x825430d3 z8530_channel_load +EXPORT_SYMBOL drivers/net/wan/z85230 0x975b29a0 z8530_sync_dma_open +EXPORT_SYMBOL drivers/net/wan/z85230 0xa16aa36b z8530_shutdown +EXPORT_SYMBOL drivers/net/wan/z85230 0xa973d3e8 z8530_sync_close +EXPORT_SYMBOL drivers/net/wan/z85230 0xc9c2dddf z8530_queue_xmit +EXPORT_SYMBOL drivers/net/wan/z85230 0xd4ffebf0 z8530_interrupt +EXPORT_SYMBOL drivers/net/wan/z85230 0xe3d80064 z8530_hdlc_kilostream_85230 +EXPORT_SYMBOL drivers/net/wan/z85230 0xe9bf14c2 z8530_init +EXPORT_SYMBOL drivers/net/wan/z85230 0xf0328b33 z8530_nop +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x6242bf52 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x67d14824 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x6b486f19 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xf7f91020 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x141ceea7 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x14c923c9 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x22d5787b ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3930a1d6 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3ef7708b ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4e988af0 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x94f27038 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa7611309 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb487fe51 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc525d845 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcb2ce2e1 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe4b714d1 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x487e4bb5 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x76da7a95 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x86ee6d20 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9931ba11 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa4ad76cc ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbfb03e13 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x065df326 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2045fdaf ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x28aeea50 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x35fa4726 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8872bafc 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 0xa4ec2adf ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xad328b77 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb201f30b ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf49f626e ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfc132aeb ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x08b79c39 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x21664be9 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2f72f724 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x30c2e05a ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x325835d7 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4f07d460 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x644c916c ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6c826df0 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x787f9fbe ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7c4f63fd ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7c592e30 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9b9690d4 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa480e9f7 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xaa1e588d ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xafd82dc9 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb4cb2447 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc20573e8 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc7c06536 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0078b77f ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07451dcb ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08a54dcc ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09abb841 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10fe0278 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x113e9142 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x13394252 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1698f854 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16c3f14b ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16ecbb16 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x17c539c6 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a7156a4 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x208a24c8 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x221538b1 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24535834 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24e58bfe ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x258f56d5 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x26a7bcc1 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x276d5a07 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29ce0aca ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29f7ba41 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ba67842 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c7ef7a5 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2e5eae29 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f1b4ace ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f41e0a0 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x300faa56 ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x338752e7 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x346e5f45 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x360faf9d ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36b8ffe1 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3df2c565 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x44ab5390 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x45a88d8f ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48f89d09 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a15e1c2 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ced9702 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ecbc298 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5099ef18 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x524648c7 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x552a79ff ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x572a87c6 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x586555f7 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x58706b04 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x594bad5c ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a34b2fa ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5b84279a ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c8f43f0 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x62191ee7 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x677226fa ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a5137f9 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e433da2 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x72618115 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73581de5 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x74364f9a ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x761d3ed0 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x765f3f6d ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x78916f7e ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80d6b408 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81a86611 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x866b8711 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a03078d ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b3f9530 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92a27a13 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x98482d32 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9a99dacd ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b283782 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b9c47c4 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9cb915f7 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9cfb5024 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e02ceaf ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa041e1ff ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa14dd97b ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa4f0e9a7 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa57effc8 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6b52459 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa7bbaba3 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xacaec7bf ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0830968 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb21b559a ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb9883e7b ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf34441a ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0c822d5 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc183b941 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc349c0a7 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9c71bb4 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca05ebc8 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1bf0bdd ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdad2a604 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xde4d8f3c ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe492fb65 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8abfed5 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe91a17da ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecc9f7cf ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee1318e2 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf1e5c15f ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf41f47a6 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf5e343fb ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf999b011 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb1b7af0 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb277d7a ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfd28aa69 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfe5d398b ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/atmel 0x5542c787 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0x69ed371f init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xbcc34734 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x37fc44ba brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x444e07ce brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x45a9f1ef brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x5f05639b brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x67c48b46 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x7f1cc4b1 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x85b25834 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x86f52eb4 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa61bc2f2 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xb5136c2e brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xbf598199 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd8b44aed brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xfa93c579 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1970a51d hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x243147f3 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x436bf5d6 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x50af0f13 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x74baa74b prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x78b31bb3 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7ac1dc20 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7dcf0451 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x880c43eb hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8ad88ad2 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa3a3f283 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa485c916 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa82bfcf7 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb07e1a0b hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb1899d85 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc11adc05 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc43f4f2e hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc7884982 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xce1dae14 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd645af64 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xdffe7d45 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xed31daf2 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xedb6f0d7 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf4d890e5 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf7e45d49 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x016b7efc libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2147ddb4 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2c77e75d libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x32ffdd8d libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x386b2fb3 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3d06f5e2 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5b84c8f2 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x67548fca libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x772f2ec1 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x79ad0f49 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x82ad3543 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8a3cebdb libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8aa28d6f libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x99f7edd5 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xaf6f1191 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xccd96cab libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd2dbc6c8 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xea11b026 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf45abeed libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf693d89f free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf987c4d6 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0101725c il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x04d2e384 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x09f7618e il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0a956019 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0c2265e8 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x11480858 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x12145870 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x124497ef il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x15118c75 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x174a6886 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1cfd3d35 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1f0a9147 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2276b4ff il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2306dc5a il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x24fd9a37 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x25013081 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2ca6aec2 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2ed3624f il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2f72c08f il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3541d363 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x35eb11bb il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3e775535 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x426861cd il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4382e367 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x471d9db2 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x475af4c7 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4c803efd il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4c9ff514 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x50081382 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5859799b il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5a75d0a1 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5cd10504 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x60478afa il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x66a13f11 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x66d86986 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x687f46f9 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6a8963a1 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6b6734a7 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x74d9f7d0 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x763a0d05 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7a9a56a5 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7c568604 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x834bbe35 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x86738797 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8a8945bd il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8b468b95 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8bfdb486 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8d9c6545 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x90183f45 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x92be0543 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x94a0b9b1 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x98520c19 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa03323d1 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa30eb759 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa57f5bf3 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa7b2c47c il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa81f5ff1 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa8e153cd il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa9ff8af3 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaa74097a il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaacab55e il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xac39a0de il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xad1cbe18 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xafb428ef il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb20813fb il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb4e5cf48 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb5ee413f il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb72336f8 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbffab318 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc10e4d9d il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc3ca6a9b il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc63a5da1 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc8057a23 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc9994cd6 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc99e4ba3 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd0481b02 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd1d78b76 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd40fd273 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd9571f98 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd9e4384c il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdad2077e il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdb15b743 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdb7aaf23 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf374174 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe17e174b il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe52e758b il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe5661a2e il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe64719d0 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe76f6b23 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe8386e70 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xed1d77ee il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf2d946d9 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf84f8393 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfa992f59 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfe18e214 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfe2d007e il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xff3874bd il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xff7d9327 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08ee1e7d __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0d9eb5ff __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0e7bc05f __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x201337b4 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x249e4b06 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x36dcef55 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x4919d1a5 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x67381a2a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x79e9bf26 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7edec07d __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8bfcc307 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x9a12c9c5 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xc0827b2f __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda36f3a4 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0f4c1777 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x2111ab1c orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x25a26c1d orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3bc4337c alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3cc6cd24 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3e30b386 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5aab7b9e orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x608f4553 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x79606d5f __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x8b1107dd orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9d0b87b4 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb94a637b orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xbf360006 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc6293e4f orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xcff19591 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe8fdf66a orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xf81b09f0 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0xb0e272bd rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x026372dc rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x09a5e110 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0e82afdc rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0f39f5ca rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x129d67ab rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1ea460ab _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2e94b480 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x32b2bd8f rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x383dee79 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3d25a1f2 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x43d32e17 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5043b8a5 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x554c4a4d rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x601a0b74 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x72382564 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x77f9211e rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x79208434 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x83c730de rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x87772970 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x89129f5f _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9bdf50ff rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa0c8cf3c _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa7760931 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xaac33a7d rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xad8b5988 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xaf9113f0 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbb5dd03f rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbd5cf02d rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc3afb763 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc411d582 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc7a39b61 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc7c93e8b rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd4eb1d58 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd847f0f3 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe523bc67 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf237896f _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf268e8e5 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf3347b06 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf8fc1792 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfe99cb07 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xffedab5a rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x113227b2 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xac6c613b rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xbb0c79eb rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xd54916c0 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x317f8058 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x7a3691e4 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xacba6ff1 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xd47a596e rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x127bfd8e rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x16e36b8d rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x19f9172a efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4102a827 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4852b093 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x49dd8d3d rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x528cd1f3 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5791c5ba rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x57cc0b4c rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x60143eee rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6bb442ef rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7378f6ec rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x830b0147 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x84cd2fc2 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x964529c7 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9f0256ae rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa8648d4a rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xabb54cd4 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xabe689ad rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xacbb576e rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xad48ebc0 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbb78da25 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xec80323c rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x0f38faf2 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x184df2e5 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x75adb381 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xbe45e0c7 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/nfc/microread/microread 0x2a0ebea4 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x56c142b0 microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x37befa38 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xb7fe3bb1 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x1ae4d034 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x3e71a188 st21nfca_hci_remove +EXPORT_SYMBOL drivers/parport/parport 0x05a67c9d parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x0a87dabc parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x0d62aa74 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x149967f2 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x1b6a0c38 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x1d217a07 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x282848f1 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x31fee308 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x47a25abd parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x4c29e125 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x533f1358 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5eb61f3a parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x5ed78f82 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x6297c95c parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x64c31f93 parport_read +EXPORT_SYMBOL drivers/parport/parport 0x6fe1a1ac parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x7471a00d parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x7b129460 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x80a78be5 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x8c956f04 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x976bab56 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xa54902c1 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xa7c88e38 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xb98b7a86 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xcc69ee8f parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xdd8ad352 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xe0216563 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xeffb7c36 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0xf695e782 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xfd0cb8c9 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport_pc 0x2f8ab9ce parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xc1f32294 parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x237a91f3 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2989e604 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x384ad3bc pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4b24fb66 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4ea2e6fa pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4f78217c pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x52337048 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x905272ef pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x9f44ca54 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa8b1a695 pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb9d6d4e4 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbf1b9e19 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc06541c3 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc42f0b3b pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc79b4a1c pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd8c321b3 __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xeaa842d6 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf2bc8d48 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xff5a4dde pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x10b88b49 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x36df2a27 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x42e42f27 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x573743b3 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5917a98b pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x76c97f02 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8083b4b1 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa15d8edd pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xbe2d5009 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc14cc261 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xea0f83d9 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x12e6a602 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x675bc3af pccard_nonstatic_ops +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0x5bb1e117 sony_pic_camera_command +EXPORT_SYMBOL drivers/pps/pps_core 0x04d2dbc2 pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0x2b23c1bd pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0x97f26eab pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0xe53d1db9 pps_lookup_dev +EXPORT_SYMBOL drivers/ptp/ptp 0x0cea3307 ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0xa06d6cb2 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0xc22d0a63 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0xccbaaeee ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0xf6ce6067 ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x233d39f0 pch_ch_event_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x278c1e49 pch_src_uuid_hi_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x3144b268 pch_tx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x61c10c2d pch_ch_control_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x679f7d59 pch_rx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x79c2eb76 pch_set_station_address +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x7ee94c16 pch_ch_event_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xa68841e1 pch_src_uuid_lo_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xf87abb86 pch_ch_control_read +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x02ed99dc rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x15fe5149 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x1eef3c46 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x228bcf65 rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x56169717 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x58effffa rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x770ef824 rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x9731583b rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xfea5515a rproc_da_to_va +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0xca40074d NCR_700_detect +EXPORT_SYMBOL drivers/scsi/53c700 0xf4522f51 NCR_700_release +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1838ab2e fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1b4407d5 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x29cfdf73 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3c527c0a fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3efdb35c fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4463914a fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5e5329ee fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7279b009 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9df9b750 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd7cd3ab1 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe986c20c fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xeeb1891d fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03643d1b fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03f0a401 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0764fb05 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0d94df6b fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x12ed45cc fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x135ad274 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x17e6d788 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1d9cf469 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2df82a5e fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2e84ef8f fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x30dd75da fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x374a9d42 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3a40fcd2 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3fc369ff fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4370fd00 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x45023e73 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4bc328b0 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x59f35368 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5b76ddaf fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5fc11bd0 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61cb0433 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x645c7be2 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x685ec771 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6e40abc1 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x73d0ae46 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x744eac50 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x794b72a0 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79fed855 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7bb45e41 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x810f1246 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x86c73c7e fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x870ff574 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x88f0e6b7 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8e228fec fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa6de1c18 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa8bf9585 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xab40dccd fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaf9a058c fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbd6a7c6b fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc1f0351b libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc6423ed5 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc7b29d18 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd6ff4de0 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe0548286 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe0c9f7c8 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe57fbab2 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe7bd8ecd fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xea87fa20 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebc213e4 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xee8e646e fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf018700e fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf65092bc fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x80e6d107 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x81a5e777 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd11d5280 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xec8e1818 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xaa9cf8db mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0871e91d osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1000832b osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x12f64a50 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1d2ed4f3 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2167f7fe osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2a781414 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x357f8e9d osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x50a73f26 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x552b1fff osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x594fd73b osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6624260b osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x67a67e2b osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6bc6da74 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6e8b7e22 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x78024d1b osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x78365afb osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x82830d1e osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x834b3982 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x865236a0 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x920e18c7 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9ac038a2 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9e1a68c4 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9e7c9e83 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xacc98492 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xadc50593 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xadfe93e7 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xaf464381 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb24e4160 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdc730213 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe6dee844 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe6f3e65f osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe79bfa02 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xebd2ba67 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf15c9c4e osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf752f7bd osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf9c69f2a osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x6ba01160 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x82717865 osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0x97fecaeb osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x9f572a8b osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xb9899778 osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0xdca0ca8b osduld_put_device +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x307d5144 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3a663082 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3d2d0c33 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x60efb942 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x65b0e2aa qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6bd75bd1 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7fc89d64 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb3685fff qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd93c9fa0 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe8c76be9 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xfc449e0e qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x07c5cf46 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x324ad640 qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x34f0f354 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x5bc05eb3 qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x8f0efd9b qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xdb5b3876 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0x000af54a raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0x3a937546 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xea7d8b7f raid_component_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x014f1b3b scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x03f163c5 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1486defe fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x22259220 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2553f39a scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x401342b6 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6f17d8c6 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x76f0c9d7 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x864143a7 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc4b09903 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdf866983 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf9da4744 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xffff7c80 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x059f3dd6 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x06c36c6f scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0d952107 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x13b36d4f sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x27ec83da sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3ee97727 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4b2d6761 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4e6d0926 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x626a5f91 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x68567764 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x79187a65 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7ffec7da sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x92d38d37 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9a70b322 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa0b1bffb scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaae5ed5f sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xab33a94c sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaf77127e sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb45a24fd sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbb7cb58e sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcb3911e9 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xce45a131 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd4f1a0d2 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd6d678fc sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd891e084 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe9d6eeca sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xedf22845 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xff6aebc3 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x215b9df4 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x7cc6f550 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x7f259c6a spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xc591b573 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd1748527 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x034eb770 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x18395d97 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xdd2df31a srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xddd682b1 srp_rport_get +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x0c57785a ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x0ef0461c ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x1131e743 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x00272e2e ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x114e022e ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x19d86d4d ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x2c0f3f32 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x4c52a87f ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x53dc148e ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x64a224d7 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x68029902 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x6e1dec69 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x735a6e14 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x7dbca6ec ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x8607f5d8 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x8b22c02d ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x8e007e8d ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xb3b81f5d ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc8521f4a ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xc90504f0 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xcfa555ee ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd91a35d6 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xe32e1bb8 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xf6dcf032 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x20ca952d fwtty_port_get +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x3a74eec2 fwtty_port_put +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x7b3560e6 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x143acd97 ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x352c63f5 ade7854_remove +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x06d46ff5 lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1479203e lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x317b5379 lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3558e584 lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4bb00492 lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4f9cb871 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5a543e4b lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5e279048 lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x651e408e lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x709bac0d lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x950c81c3 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x98dc1f96 the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xac6411f5 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb2779c2f lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb2f5ce7e lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xc33def2a lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xcae8d8aa lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xcbb3f2aa lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xd1207e6b lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x0292c3c5 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x0db14d52 client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c9130a8 client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x39365de2 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x45e11851 seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x5fc70461 seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x6dea65cf seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x23eef8bb fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x2bf7304a fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x7a7a4863 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x851c73d2 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xa74aa3a6 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xb01f27a4 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xd9c368c8 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06080832 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0686ac99 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06b8866b libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x092b64c4 cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0bd91e30 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e4820ab cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x106bddb0 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10841c27 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x108d2e2b cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x117c8a95 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x13148f75 libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x15565c7f cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x23f6f445 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27c55a45 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x287af0c4 cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2a52bc4c cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2b99d3e9 libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2bbbf0f1 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2efcc0e6 cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3834f243 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x38828b92 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3962e3ee cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3a62a183 cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3f0d9281 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3f50170d libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x413056d8 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4193ad29 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x425fe152 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x42e22feb cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x43ba073c upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44688a0a cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44acba4d libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x477c0fa3 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4d89e988 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x52e9cfc1 cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53b383e4 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53d97f12 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x56238c27 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ce62c0e cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5eb1c46c cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x60fe4dbf upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x63e1e03f cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x68497dbf cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x687788c4 cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c605eaa cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6e4775ba upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x752858fb cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7757e85a cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7778be6c upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x78613e9d cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7aa41dcf cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d93cded cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x84222905 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x85b0f216 cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x86187fc4 cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8e4d987f libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8e61d47b cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8eb5c5ba cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8ec59d0e cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x912ce33f cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9241daa6 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x92cdc0e0 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x94fccf45 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9d553188 cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa4be34df libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa711aec5 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xaaf59b75 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb0f5766e cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb43456f1 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb47e30b9 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb53b5569 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb883b006 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb8897bad cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbada117b cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbe94cb96 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc18d7d29 cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1ef96c3 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc53890de add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc77a24c3 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd04809a6 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0d8d08a cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd3e856e9 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd5da541d upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdcf510d5 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe07ee534 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe4e0272b cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe5ef8062 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe82a3767 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeccafa5c cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedea2450 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeee952be cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf1ec9ddb libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf2c02048 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf372d1c2 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf679270c libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfcfdfdc4 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x70c2a330 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x85217e96 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xb1ecb923 ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xff83337d ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x06465a20 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x37864f1f lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x55c6d3d6 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x6f26ab26 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x9e9cb4e8 lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xb568ae69 lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x06f4fc76 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x166648ba lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x1e8c9cf1 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x388b3263 lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x43be5100 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x799c5a3b fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x7e7a9460 fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x91edfb23 lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xa40d1609 fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xa5992178 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb3d4d0cf lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xf210c38d push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x011699b0 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x014b42f6 lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x017c57fc lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01f0111f dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x026795ff local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02d0937c lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02d3130b lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x046c84b9 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x048d9847 class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04eb0dc3 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05247e65 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x059145da cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05af1920 dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05c50af7 cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05f84e88 LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0683413c lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x069b7ee2 llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x070beada cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0713eb0a llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x071f49bf lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07260feb cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x074a103a lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x087525bd class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08cd8254 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0902a997 cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0903e110 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0957bef2 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09a1d228 class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a856f38 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0aa3d8a7 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b415700 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bf78b4e cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cf99bff dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cfd5281 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d7bcde3 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0db2fcf9 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0dcc33ec lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f6b20bb cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1059a842 obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10b30c9d lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10d83612 dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10dd5b3e lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1212a0ba cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1216acdc class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1223c4ca cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x129045dd cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12ca3708 lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12f88563 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x130ca179 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x131625c9 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1394220a lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x143797a4 cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x148e6847 dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15c236ba llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16df0c66 class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17f6183f lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1812a69e cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x189e5773 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x18b07454 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x192334c5 cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a1d555f cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a9381b2 llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ae434a6 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b60a45d lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1d2f7a96 cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1d3d65e3 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e605234 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ef78c5e lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fd10765 dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20042fa8 cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21307495 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x22342018 cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2267e7ce lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x228dacdf class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2319ad38 dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x231d5782 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23a05c25 llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x244300f1 llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2468a25b cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x248d317e lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x24f10d84 lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x254f3590 llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x259ebac6 obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25aba26d capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25af635a dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25f78141 cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2684f3a6 llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26b9885e lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27188ea1 llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27cb4ec2 lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a8199ae class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b4c48e9 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b8c829f cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2cdacd1d cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2de22929 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e5d9bb1 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ee35062 lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f0f7aa4 class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30d9b803 lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x323da98e lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3274bab2 cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32f55b9d cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x336f23e3 llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3467f80a lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34d9efd9 cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35526d19 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35dc64a5 dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35f65c0b cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x373a8102 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x380610a0 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38c49c80 cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3915412c lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x399472fc dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39ab632c llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a005065 dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a39f34b cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a512901 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ac1500e class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b68f45a lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3bd69824 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c4c6e21 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c785011 cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c9051d3 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3cfc154b cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3dace145 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e27a5c9 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e4e2dac dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f7d0f14 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f941b48 class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3fd59d97 cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40bc748f lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x412a08c4 cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42e74b65 lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42fab53b cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44a1304c cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4726dd34 lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4760779c lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47d04120 cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47e25f1f cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47ea8b00 lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48195045 lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x484d326f cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48d7e107 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4903e6ba lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4929be9d lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49787d59 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a29223 lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bf0607c llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4cc43fe8 llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d43ea6f lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d51da13 cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d9bc452 lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e66ede5 cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fba4346 dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ffefd07 llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50b8917d cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5197c801 dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51b4788e lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x529604a8 llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5319b3c7 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x533d9ba9 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5344b6fc llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x53b160ba lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x548bff37 lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55df0872 lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x568d9069 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57cb8a4d class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x585c0ebe cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x589f9a10 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58a78396 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59fda317 dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b408deb cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c8b98c9 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cb8704b dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d3f5aa2 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e207211 cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e853718 class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e991895 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5feec59c cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ff1a0d1 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61f982c6 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6326a254 cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x639f0e21 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63b4648f local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63c5162a lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65518661 capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65623cfc obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65d2b993 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67428fce lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6847566c class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6914b80f cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6954d99a cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a9d3eb7 class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6aeae0a8 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bb6d421 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bc31cb9 cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c363d7a cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c7537af lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6da2d59f lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6dbe43e1 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ebf0a9f lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f3e6225 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fdfe3f1 cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7003611a lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7009c15c cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70a033c0 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x716e053e cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73eb1ead lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7473dc0d lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x757e6291 class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75da1351 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75ff03d7 cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76a97c31 cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a7c6182 lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a864adc lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c06da74 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c3c7648 llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c60b6b0 cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e63f5fc lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e8465bf cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edae52b dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ef66ea0 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f32697e llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ff847b8 cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81ec7f5b cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82119d88 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8231afe2 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8315f877 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x832ad59a lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83ca5f77 llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x844b664b cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x847e65c6 llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849470c9 local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84be8b12 obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x856fba75 cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x86453c79 cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8715757a capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87d5fb02 dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87da0f15 cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88cc7248 lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88cf2e03 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89613677 lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a2505ef lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b69ba93 cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c0fb63d cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c164b5a cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d0a08aa llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d52f2ea dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8dd3b9af cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e1276c0 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e78f249 cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f11e395 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f595150 lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9021e6fb cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90223e62 local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x904819c3 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x904cb3ca cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91e46f72 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92339b0e cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92c7f679 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92d85514 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9430997c cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x947534b1 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x963731d8 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96612b9d class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97e4b670 lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x981ad542 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x996086b7 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a598b84 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a9085ee cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ae9c101 lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9aee7fab lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b3614c9 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ca3d6b1 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ceb5de2 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9cf9ffd7 cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d492bb6 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e1b76b9 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e6816d0 lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ec5fe12 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fffae86 cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa01383b4 lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa038a8c6 lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1568085 class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa209607a lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa28d30e0 cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa355a68a dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa397d663 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4250f74 dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4270c87 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa455a8bd class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5024e1c obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa69ffca2 obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6c539ae cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa704bf9a lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa730ccf9 lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa965bad2 cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1ae0b4 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab2b5441 lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab3b6317 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabb8b2d4 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabc7a448 cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaca4261b lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaca7eae4 lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacb47c55 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacf832ef cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacfbf842 cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad1a574d cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae368da3 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae7a729c capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae7b2c03 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf09f5fd cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf6b045c cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaff46d03 dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0e1938a cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb2659259 lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3f686b7 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4ce315a cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4dbbb28 cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5142fa4 cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb559b697 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb614569e lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb667d616 lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7aed1c7 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8f83efc dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba17529b local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba461c2e llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba65d1a9 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbbae33af class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc608cd9 cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe16d43e lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe3cabef lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe431ae2 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe94d5a6 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf1aafef cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf2794f6 cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfad2cad lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1f73324 lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2f7258d cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc378f1d8 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc380e2f2 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc38ed613 class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc42212cf cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc43887a0 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc46ccac0 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4c2967e lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc52c8c69 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc60fbecb lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6607095 cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6b7a669 llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6d643cf cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc87a3a94 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9b3c667 dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcaa42c7c class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcaf6dde8 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb3908c4 cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcbbb07f6 cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcbfe4758 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc913b64 lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccc786e3 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd8a604e lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcde4518e __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf0bc500 class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf6914ab cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd032467a capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0b6995d lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd16f55d3 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3994193 lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd415a31c obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd4e6f88f lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5046e8e cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd51489fc cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd53583e2 cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd539445b lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd54da8b0 llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd678aeac cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd6c5bba9 cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f37e0b cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9af5b7a cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda0b0ed9 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda266063 cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda919a15 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdabadc44 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb94f8c6 lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdbf608a9 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc75dad9 llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd14705a dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde4d080a dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde85abbe lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xded49841 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdeeb1d88 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf7e75b7 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdfcac62c class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdffb7d91 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe0e37157 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe42b7550 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4c0db12 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe58b7c09 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6e641b9 llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe78b51a0 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7a9c000 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8d7cca3 cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea6b2076 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeac9ff5b cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb0a01ac lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb2d3dda cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb827aa2 dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec29d4eb cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf00f2e93 class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf08a2367 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1ec13ba lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1f41841 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2c437e3 llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3066b19 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3101fd6 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3f08504 lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3f27283 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf441c77a lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf48ca0e9 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf4eed181 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5b676a2 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5c7f6bf lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7151a11 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf72a401a lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7f59ffe cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8d21c75 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf939e0d7 obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9addcb0 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa43fc88 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfaac72fc local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb2e6b3b class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbe1e60a cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7df8e1 lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd562573 lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8f5cf4 lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe7325b9 lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe967bca lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe9fc6b8 cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00c7597a sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cf08a0 ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x025b6f82 ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0305f01e ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x038df75d req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0444423b ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x04e29c65 ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x056571aa req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x066e222e req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08673ec4 ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08e17d4f sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08ea7be7 ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0aded18e req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b05b341 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ccdea3b ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0db392e7 client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0e2c6681 ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ec3ae21 ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0f21e65d ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10a135e6 ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10d411a0 req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x11fbc9c8 ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x124744a1 ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1335761b lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13640a36 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13ac8824 ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1407c802 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x160c26e7 ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x174872ed ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17efeeab ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1894eea6 ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18ad79ec ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a7b041b ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1b5f6b8f ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c25f4e9 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d11d174 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d4c9ca6 ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1da79744 ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1fb7b272 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x200e045b req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x223d5ff2 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x22793b27 ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x242461b4 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24da4d93 ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25187272 ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x259ba464 ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25df3325 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2764ce01 ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x27d9771d ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x28aae3f9 ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2909ad4a lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a2e8abe ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c8186da ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d3ab80e ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ea7d167 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecda47b ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31148e35 sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x32a87acd lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x32eeef27 __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x337bebf0 ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33a038f7 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3596b879 ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x37cdfa1e req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3833b57c sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38a7d3e9 req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c457341 lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3cbf9321 ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3eaed993 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x40277d29 ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x414cb02a req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x418d2de7 ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4411a45b ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4473b384 ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45a138a1 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x490f4c28 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x496c82cc sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a598502 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c0b3f2c ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c99006f ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f477978 ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f7147ea lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x513ff18c req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52da0e12 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54069679 ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x549ebb32 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x552bfb69 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59632bf4 ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59f14f51 ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b3e50bc ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b5abec2 ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c5357d9 target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e97c871 __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fb811ba client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60f28bca ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x616460cf ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6188f210 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x652052d2 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b5847bb req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6bb79f5b ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6bcddb3a req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c37f5d9 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c9e2536 ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6cb5d197 ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d3a8109 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6df9ed21 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f125d14 sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x70b868ed ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x71139c86 ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7135e858 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x715f53d2 sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7269011d ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73a452e4 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73fc0265 ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x748ad3a2 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x759bca86 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bf07fb8 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d242204 ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7e035801 ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f21580d ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x813b7137 sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x82b8b9f0 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8371ccfc ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8460fd49 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86b0b306 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89d837a1 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a71c4b2 req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ab4e2a1 ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b184ccd ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8c1f909c sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8c5c0625 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d8382f0 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d898319 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d8c1862 req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e313908 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f5c2b0b ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fb64551 ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x90dbae46 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x917472ad ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91f8b1be sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9966a54d req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ad4e52b ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b0dc83e sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b60f957 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b92374b target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9c2231ee ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9cb84375 ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ce57d03 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9df721f8 ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9f0617e5 lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9f6690c8 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa11bf487 ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2470985 ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2c0e307 lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3abfd34 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5eb564a ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa67772ee ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7242acb ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa72fdb31 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa833b996 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9d4a7a9 do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab04c421 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab5c7018 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf0f46dd ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0b965b9 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2023343 ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2a4ec12 req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb758c388 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb891039a sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb8e2b55a client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xba8707f3 ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbeac8047 ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf3118af ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0755692 lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc09233c0 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc10df273 __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc268d13b sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc32924bf ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc3326529 ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc4b25875 client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc5906c5a ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc593388e ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc5dce8ef ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc750348d lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7d6edfc ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc89494e4 req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8b75fa3 lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc9e64268 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca33588f ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb9c7f6a ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcc8f0f8f sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd17b2e7e ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2f60f45 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3a27016 ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd4d80d03 ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd4e4707f ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd54b1e89 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd623ab6f ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd65df317 ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd75afe65 ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd80eef6c ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd980d5dd ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2bd374 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddb4979b _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xded2d30b ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdeff82d2 ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf2e2266 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf530a3f ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe1971e3f ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe50b0d43 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6021a7f ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6ba22c9 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7ac48e1 ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe9340c4f sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xea4f30b9 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xea9d1719 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeac3d183 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec3d318e ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec3e03a2 sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec6f6085 ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecec7b3f sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xee4c6c12 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef8a2458 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf12b8b79 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf257cff1 client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27b9ad0 ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf31da50f ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf553a9ce ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf878616b sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8a23e10 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8b2c1c0 client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf98e45d8 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa9bf802 ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc8af17f lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd6dff13 sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x04088c84 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x4853f92b go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x720dbe0d go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x76d30e46 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x7b38ff4e go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x861c7dea go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xcb4271ad go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xdc94b091 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xe6f71bf4 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xfc5886ac go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0x73e5adec rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x006a6d05 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x00c12971 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x05a8ba06 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x06817037 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0ddcddf1 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x202c2813 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x20bef33e rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2a09990a alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2f240e3b rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3a53453a rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x40956d48 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x45610dd8 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x49bf2cce rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4b07376e rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4de32e1e rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4f110134 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x548a2436 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x55591351 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x58b0f442 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6013afaa rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x60f2c4f8 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x68aa160e rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6a3bc5f0 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6aee2caf rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x735d74cc rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x75a3f908 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x79cf6c91 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7de8671d rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x89864d83 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x89fad65f HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9c727d7e rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9f75d175 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa0524f46 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa7b0674b rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa990a231 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xadb89073 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb97694ed rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbcc47e4f rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe580290 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbffbf3a7 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc55401bf rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc98a20a9 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd85590bf rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd8c31f16 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdba2cd88 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdbfc654b rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe2105a24 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xec35d718 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf6f7116f rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf904b681 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x01bc7df4 stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x065190e4 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0b0e05b9 stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x110dd9bb stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1cd5bff1 stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x27e844d3 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x45b53887 stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x48db9b04 stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x559389e2 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6495c73f stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x72576cca stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x76f99abe rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7d194892 stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8c464496 stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8d888d79 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8ff06d34 stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa39050b7 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa5827480 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xac55ecae stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb607eea8 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb6182479 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc7309d99 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd6b58c3d stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe27f1f44 rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe5a4bdc1 stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xefe19d49 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x04d1082c SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x05e9c667 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x094e628f ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x137de1ca ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1b3cb893 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1ba0fa6e ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1bac7d3e ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x206373df DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x26a327f4 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2c7b795c ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2fee49f9 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3a3b158e ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3c726e4e ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3c8a23a3 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbb989d ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3dbd7512 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x45a0436a ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4fd13ca5 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x567b548f ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x61c10d3b ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x66a03e99 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6a3f7fe7 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6a6c7580 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6b4cf971 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c32c8b5 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x70ef87ee ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7128cfba ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7276c2f2 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x75ef5746 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x768c173f ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x773683fd ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x837bd65a ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x89d42f3d ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8d0224e9 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8dea417f notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x97d5ba64 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9d7e0190 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa520746e ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa9f68d40 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaddb8827 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb0d19947 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb3f78e5f ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb578942c ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbff98006 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc02db776 ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc0f76576 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xccecdf49 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcf2ace6d Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd7b07ca0 ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd94e53ff DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd9e86ac8 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe0d8a403 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe184e770 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe28c7061 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe46e4209 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe9bf084d ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x342208aa xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x3bb259c4 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x5223954d xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xfca80714 xillybus_init_endpoint +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x22142813 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x230a909e iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x350f00ce iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4a3c6535 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x577ee5ff iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5bf9322a iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5da251dd iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6f68d63e iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x71343ac5 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x84f30c0f iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8744e757 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8ae6e638 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8ce2fcc6 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x929cbf8d iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9379ce16 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9904bbfe iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbc137ec5 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc624bef1 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xce9ee839 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xddd57ce3 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xddebe4e1 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe0ccccfe iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe3f6ea2f iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xec268e59 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf0f8926b iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf286077d iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf2b98a88 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfe3be9f8 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x01583e54 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x03e306ac core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x04a7db7a spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x06919bf2 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x15141262 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x15ccfb12 sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0x189d4b5b transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x193de9f8 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x1da931df target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x206ad707 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x258cfa0a fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x2a9f4bd2 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x3262f627 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x40874abb transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x48dbd643 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x49779e0f transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x4bd30145 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d10a3e2 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d94a7d9 sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f17cf3f target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f547b31 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5426b02f sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x55a66c88 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x63cb8905 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x6453e7f1 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b8de477 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x6e82e6ef iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x6e9c6d60 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0x770b1610 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x7b963d73 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x846b8a46 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x85ce22aa transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x8d59db58 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x9428d6fd target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x954e4e47 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x97a68974 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x986432b9 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xa275388c core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xa6796279 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xa7d96501 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xa7fdcd9e target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xaba3607d sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xae9dfc79 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xaf5b72be target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xafcaa74b fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xb017cb2e transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xb509d5a7 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xb9a7dbbf sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xbab03c05 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xbb655c11 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xbd6304b9 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe778866 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xbf621e25 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xbfdbdc6b iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xc0385d62 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc5eb2436 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc6bb5f29 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xc77329c1 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xc86064f8 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xcde7476b transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf94ed2a core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xdaa71586 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe30c52fa target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xe34bdc41 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xebb4779a target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xed526979 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5c36097 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xf64ab186 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xf7f46239 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0xf8095950 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf8c68bbf target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc39e194 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfeabd621 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x463a6a8d usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x71384368 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x091b1ce5 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2e17fe12 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x344eb8b1 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x703c5c3e usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7d25dda4 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9bb94c8b usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9cbe1f19 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa7723c9b usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb7baaab3 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc7e7a9c9 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xce2edec4 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe91a8164 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf18687c3 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xa5c57ab6 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xfd2415a4 usb_serial_suspend +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_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 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd11d2709 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xfc7dcad2 vringh_getdesc_user +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x6f158601 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x95f23c5f lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xa498cc8d devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xa8f366db 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 0x30beef59 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x38c97778 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x747e4a28 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd98c3050 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdb8a6463 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xeec40a3c svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2ac46ab svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0xb787a564 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x96699b05 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x85b073c0 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 0xd743834a cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x9017ceb2 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x6d65ace2 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x6fc66c07 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x86b9dc0c g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x0219a2f5 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x845f76b0 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x8e923725 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xc43d6618 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x7516b648 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x254d6cb3 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x45076213 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x4bc5dd36 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x691342de matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xeab943b5 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xb274e1bc matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xd3241123 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6f7940a7 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x8148a6e0 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xaa75ed8c matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xe18956f2 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xecd81cd4 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x3313514e mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x1c27331b w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xa5b2436b w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xbb5dfcef w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xe250558c w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x5a9860d4 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x73e62f52 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x9a4b0a93 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xb14b110f w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x1a04533e w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x724309d6 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x7edfafa6 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xe9f11c87 w1_unregister_family +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xa78bd894 iTCO_vendor_pre_set_heartbeat +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xb5f20875 iTCO_vendor_pre_keepalive +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc4f657bf iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xdc6effc9 iTCO_vendor_pre_start +EXPORT_SYMBOL fs/configfs/configfs 0x306538bf config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x3117e98a configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x34872ea5 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0x4f842042 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x502eaeee config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x539b577e config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x88845154 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x99a14f9d configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0xa151a58d config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0xc79940bc config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0xcd13b4c6 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0xd90835ce configfs_depend_item +EXPORT_SYMBOL fs/exofs/libore 0x24a81dc5 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x46151c84 ore_read +EXPORT_SYMBOL fs/exofs/libore 0x4aca120a ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0x63ebd860 ore_write +EXPORT_SYMBOL fs/exofs/libore 0x81b87fa2 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x87bdba26 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x9040864f ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xc3d4b041 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0xd465f877 ore_create +EXPORT_SYMBOL fs/exofs/libore 0xd82c0659 ore_truncate +EXPORT_SYMBOL fs/fscache/fscache 0x0a6432aa __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x0dd55666 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x167c7faa __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x1d0c4607 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x223b145d fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x2877e572 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x2b432735 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x2ea14e05 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x2f1701c5 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x38aabf68 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x39bb14ac fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x4bc90d52 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x5077b1f9 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x5782dd1c fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x57c9275c __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x5c7881c5 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x680d6d83 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x69dd8a56 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x6a425bce __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x6f69bfca __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x70094a36 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x775f5789 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x7ae5dce1 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x7c7686a7 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x7f554076 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x8a34003e fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0x9054c80e fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x90f66e2c fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x9118dc74 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xa7cd8706 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xb22417df fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb2babf54 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb36fcfc0 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xc2600ebb fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0xcd532659 __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0xd84049e1 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xe5b7ccf9 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x0d0972c3 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x5c598991 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x70a91c8b qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xcc36086b qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xceb033f0 qtree_delete_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0x66213969 crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x00c653bb lc_put +EXPORT_SYMBOL lib/lru_cache 0x2bf56727 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x348119c4 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x3614f6dd lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x3f7bf3d0 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x43802c7c lc_set +EXPORT_SYMBOL lib/lru_cache 0x59bfd0aa lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x5bd5a540 lc_reset +EXPORT_SYMBOL lib/lru_cache 0x61819208 lc_committed +EXPORT_SYMBOL lib/lru_cache 0x61ec9246 lc_get +EXPORT_SYMBOL lib/lru_cache 0x9f806620 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xb04f228c lc_find +EXPORT_SYMBOL lib/lru_cache 0xb59c7731 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xc7620136 lc_create +EXPORT_SYMBOL lib/lru_cache 0xdc7f3e0e lc_del +EXPORT_SYMBOL lib/lru_cache 0xf7ac8862 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xfc08f8b6 lc_seq_printf_stats +EXPORT_SYMBOL lib/lz4/lz4_compress 0xcbc5d521 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x26c3aa22 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x4ee2cbb8 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x78b1e937 unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x4be0738e make_8023_client +EXPORT_SYMBOL net/802/p8023 0xa21cb952 destroy_8023_client +EXPORT_SYMBOL net/802/psnap 0xb538072b register_snap_client +EXPORT_SYMBOL net/802/psnap 0xc84992ea unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x04b5535a p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x05118165 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x1108ae35 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x1135dfaa p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x1de00a3a p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x38c2a614 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x39ae344f p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x422a4b80 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x4398e8e5 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x44d83ec7 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x47c40fd2 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x4ce40d0c p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x4d6ba3d6 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x58679c2d p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x5cdf97a0 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x5d6aa5ce p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x5e68af48 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x618e865a p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x664f901d p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x67aa59bc p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x7219f7e2 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x76493084 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x787303e3 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x7968448d p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x7b36f989 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x8aedd8a8 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x91d9c147 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x953e58d5 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9865ccf1 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x98b796e0 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa0434c13 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xa6354d7d p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xad84cf53 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xafa20f2d p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc971abd2 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xdcaa2c63 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe1c1c238 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xe4d3ed23 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xf1a2e48c v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf59932b3 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfa5b734e v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xfa862782 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x539943d7 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x80c96353 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xa9d5e221 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xf7997b62 aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x001e7cab deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x13c1c611 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x2a070dba atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x2b09d9f5 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x50139ab5 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x8da2ad0e register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x91788488 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb7793869 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xcd7f7b41 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xd57878ff atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xe54bfb47 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf8395f6b atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xf942fb36 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xfe5b3639 atm_charge +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x03da7b62 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x11f7f8db ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x4053ba6d ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x66c01afc ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x671c04c0 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x944b451c ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0xb210cb14 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xbb2b0130 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xef72258a ax25_rebuild_header +EXPORT_SYMBOL net/bluetooth/bluetooth 0x049be4c6 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0a0faf56 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0df4f26c __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x114587ee hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x185bdbe5 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1a8c803d hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x22736808 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x29d7a9d5 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2b0bb0f0 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2cf43c82 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x40ed9e4e hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x452bd0dd hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4f58e2bd hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4f85d4db bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x59b114c6 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6a49c77f bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6c8e25ac bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x715aae0b hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x77d9aecf hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x87b1ac91 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9320e5eb bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9c295442 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb0f68b44 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb2decf5a hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb8b97188 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xba3416b6 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbf78faf3 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcdc56989 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xce8e43d2 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd18b63ae l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd809d9aa bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xda780ef0 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe25ae949 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xed36345d l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf25efce4 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf3193798 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf8950396 bt_accept_dequeue +EXPORT_SYMBOL net/bridge/bridge 0x904407d1 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x3cf628d6 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x94e4d1a8 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb785d5ba ebt_do_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x15787977 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x360bb1f5 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x8eb390ea cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xc33cdd66 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0xe464641d caif_enroll_dev +EXPORT_SYMBOL net/can/can 0x02698ede can_rx_register +EXPORT_SYMBOL net/can/can 0x44ebb03d can_ioctl +EXPORT_SYMBOL net/can/can 0x9bd11586 can_proto_register +EXPORT_SYMBOL net/can/can 0xc25d854d can_proto_unregister +EXPORT_SYMBOL net/can/can 0xdd24c8bd can_send +EXPORT_SYMBOL net/can/can 0xe775c0fb can_rx_unregister +EXPORT_SYMBOL net/ceph/libceph 0x0270eb0a ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x02b90e75 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x043151e1 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x04a1bb09 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x04e6b402 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x11656717 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x11828e28 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x13ac9d7e ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x16956d42 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x18cdad31 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1fcbee42 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x250956e3 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x2e272e25 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x2ef0ad58 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x304c003a ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x3305bdc7 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x33bd7155 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x38be93c9 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x42217272 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x46e9ff6d ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4cf33b05 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x565d865c ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x57a3f3b6 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5823415c ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x589899b4 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x5b7a7a18 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x5dfe5ae8 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x5f32f16f ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x5fd80b7a osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x60dfc877 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x6288889c ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6724bbab osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x679272e0 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x6a4bdb97 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x76aa0dd5 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7cd93829 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x83cee783 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x83d3d86d ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x89072f54 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x918ba835 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x94d74b30 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa05c6ced ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xa2140803 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xa384d8a4 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xa46e9556 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xa74d5466 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa76e8c2e ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0xa9030da2 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xaa479c01 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0xaab39961 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xacd364cd ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xaf48a588 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb82f6253 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xb8bd2a41 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xbcd3a2ce ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xbd562d9a ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xc2d47fb2 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xc3cd9aba osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc58d4e9d ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xc6274ed9 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xc86fe532 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0xc8cdf7f8 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcf2a75c4 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd47846e4 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xd7f408ba ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd7fcd928 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xdaa9282d ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xe3a834f7 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xe55d9bcd ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xec8fe344 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xef4b3221 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xf21cb8e5 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xf3acdcd4 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xf562ca6f ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xf6246875 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xf9d7ea2a ceph_osdc_cancel_event +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x443c801e dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0xbf689aa2 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1f192314 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x33bce948 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x40b75ff5 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x76e04a75 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7f0a6f01 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x85760918 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x90eb6c60 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa262c45a wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb54642eb wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb93e2ce6 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xbb30b3c8 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe66e542f ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf011cabe ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x40f00862 ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x05e225aa arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x1b7aa94a arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xf2877089 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x65764404 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x730f8779 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xa3cf1971 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x0c8ef732 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xc18e9990 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa5ce9dd4 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd6d133b3 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x4cb5c2b8 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x59469184 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xfbc601f1 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x543cab19 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xca3168f2 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x0cae7a09 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x563f0b9b xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x2541b23a ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x2edd8db7 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x6cb6af68 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x752508b0 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x9826f11e ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xba3f9acd ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xd6683fe8 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xebe9ece7 ircomm_control_request +EXPORT_SYMBOL net/irda/irda 0x005051b7 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x01dbeb0e irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x037ea800 iriap_open +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x0bab6037 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x0cac17e8 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x1827f04d irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x23a2eee7 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x2534c5d0 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x29bc99e7 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x2bca8d37 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x359de411 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0x371387ad irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x3b0a2ab6 irias_find_object +EXPORT_SYMBOL net/irda/irda 0x3b9bdefe irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x428321fa hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x47ad0bac alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x48d17824 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x56f8e38a irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x62acf28c irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x648c7478 hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x66289f2a irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6e891b6d irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7bbcb853 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x7d54adaf irias_new_object +EXPORT_SYMBOL net/irda/irda 0x7ff509a2 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0x8cd99be0 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0x916f88cd irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x93935205 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x97035456 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9e326eb3 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xa093e400 irlap_open +EXPORT_SYMBOL net/irda/irda 0xa370c681 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xaaa71967 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0xb713f44c irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc0bee29c hashbin_new +EXPORT_SYMBOL net/irda/irda 0xc1f1bba8 async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0xc5ec7ec6 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xdef924dd irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf0e3ffe1 iriap_close +EXPORT_SYMBOL net/irda/irda 0xf63eb172 irlap_close +EXPORT_SYMBOL net/irda/irda 0xfcb83733 irlmp_connect_response +EXPORT_SYMBOL net/l2tp/l2tp_core 0xb7194f4a l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x04e394e0 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x3a39d571 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x3b267504 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x3c82c94c lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xadbe00e6 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xafd686b0 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xb2411551 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xe8e9c2f1 lapb_disconnect_request +EXPORT_SYMBOL net/llc/llc 0x136c6241 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x3c87c206 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x7434d81e llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x74ec60f5 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x8147b2e1 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xaa2ad63c llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xe70b2a38 llc_set_station_handler +EXPORT_SYMBOL net/mac80211/mac80211 0x00b111d9 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x05073440 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x0538e0cf ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x058aeef5 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x08ee14c6 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x0e1297eb ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x1da89c43 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x1f3c2cd2 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x208dcb41 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x23e448d3 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x2578d7ca ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x26aa9bf9 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x273c24f3 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x2a2729df ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x2b31b807 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x2ddb1522 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x2e07c29c ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x312de14b ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x3f818702 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x4027d299 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x532715f3 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x59cfb68f ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x5a314b57 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5f69de8c ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x5fb44852 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x6189effc ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x63469482 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x64a66399 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x656176a4 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x665bdda7 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x6eab4a2d ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x71afb1f3 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7214dfc7 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7486295d ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x752a642e ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x811738e0 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x935e9e7d ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x989ab3bb ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9d3fb614 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xa01bdb06 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xa0bc0bdc ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xa8e266db ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xab62a311 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xb6cc7c79 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0xb8087e2f ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xb9a0b0e4 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xba34d642 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xbdb10f57 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xbde5dd3f ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xc7b8795b ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xce00ea16 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xcfd84346 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd2ed350d ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xd40adb92 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xd476fe9f __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xd9144c19 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xd94a161b __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xe2b8c0d6 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xeb117fa2 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xec98b87d ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0xedd4f71c ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xeedd38f7 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf9f287f0 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xfc4a3c1b ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac802154/mac802154 0x049701d2 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0x303d4033 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xb2d60501 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0xd6c8e927 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0xfa73c217 ieee802154_free_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x40b15f98 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4e59ac96 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6c4955b5 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x710b2f58 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x73e3a831 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7623fbdc ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7e2a7833 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x815deecd register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9fb7b016 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa7f99dc9 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa9f05e32 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xacf56e8f ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbde4457b ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xccd59fc8 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x61c270cf nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x92c2aea8 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xf7cf9de1 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x54afd072 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x7ac30fe4 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x80e578a6 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xa0e25d49 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xd108cd07 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xd9ff0170 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/x_tables 0x06d68165 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x1c2648d3 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x48e1862e xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x6945ba36 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x8bdc29d8 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xa438a228 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xb4f00f1c xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xbe2e9655 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xd0b27e72 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xffc89f6b xt_unregister_target +EXPORT_SYMBOL net/nfc/hci/hci 0x1e9f3055 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x4f1a3674 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x50e2179c nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x77d2a511 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x813504f6 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x8eac2db2 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x93760f7c nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x9655d069 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xa6ad38ae nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xa869fa1c nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0xa9a6a40f nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xaac784bd nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xb55ae6a4 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xb60c5822 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xca859679 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xd468b162 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xec109d0b nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xf1e087c5 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/nci/nci 0x033dd064 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x18a2c743 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x49ba1c29 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x78491472 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x97809d0d nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xf937f92b nci_set_config +EXPORT_SYMBOL net/nfc/nfc 0x2a1dd54f nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x2b8953dc nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x363ea886 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x3f2f9d93 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x5d6588a8 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x62a5d20d nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x69273b16 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x6d43edb7 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x7a99bde3 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x7b0efb16 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x7dae85e7 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x7feaf002 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x9097a1ed nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x9bba927b nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xa1200705 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xa485a9c2 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xc14390e5 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xc5c8f98f nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xe740ffb9 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xf1877a05 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xf293c219 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc_digital 0x01c743d3 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xa93a47f0 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xad6922ed nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xea3d824c nfc_digital_register_device +EXPORT_SYMBOL net/phonet/phonet 0x4442cb0c phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x6081940a phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x66f4f761 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x81b04bd1 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xbb39f516 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xc3dffbb9 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xcffe3af3 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xfa74949b phonet_stream_ops +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x044e357b rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0a4c75d0 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x308893d9 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x32ad06de rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x332ebc2f rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x3f7b4b7a rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x59d521cb rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5f319526 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x84346222 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x8561be85 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xb481b370 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xbcde30b2 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc5060631 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf02102c2 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf568786d rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/sctp/sctp 0x344ad0f8 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x3a5bddc4 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x844cd627 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xdd74b2ec gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x74f3f886 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x7628aad4 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xce0455d2 xdr_restrict_buflen +EXPORT_SYMBOL net/wimax/wimax 0x6a8c1b0e wimax_reset +EXPORT_SYMBOL net/wimax/wimax 0x6a8da504 wimax_rfkill +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0e2d53e4 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x0e397bd1 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x0ef0ec54 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x0fff4f1d cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x1029d4a9 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x112c8f6c cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1db37e35 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x226f7104 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x22c98bca cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x23fa0e8b wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x24545c0d cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x2682938b cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x2ab449af ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x3055756a cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x30c981e7 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x34389512 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x3634cc3e cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x3c4f5e20 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x44fb998c wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x48570fd3 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x49847fa2 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x4e737058 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x4f210796 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x54707cbe cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x61b7d371 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x62e5c18f cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x64106728 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x6711565c cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x680400b6 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x69a339f2 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x6edd500d cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x77083f6e cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x782b4d2f freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x79e8eada cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x7dce59d6 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x7eeac406 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x83b09a4a cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8c83fdee cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x90b26ea2 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x91e98682 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x96a8aeb8 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x99a27e62 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x9a5d43fb cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x9a9f5e09 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x9dd9a411 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0xa0b6c86c cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa11c9e15 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xaede205d cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xaf7aa3ed cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb00aff0d __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xb409746e cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xb49256d2 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xbde39f93 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xbea6d902 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xbeecd0fa cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xc3edb005 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc7e7290f cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xc9742c6c ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xcc082e3b wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xcc4fb212 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xccbeb189 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd5293533 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xd66235d2 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xd68eb0dc cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xd71d37f3 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd876db37 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xd97f051a cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xda47282d cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdbe80683 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xe080c401 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xe6041830 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0xe878f492 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xeadcb8d5 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xeebac52b __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf43deb4e cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x1d566e69 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x6cd72ea2 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x6eda76ed lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x9540c353 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xc8f05280 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xf8b37949 lib80211_register_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xfc074eec ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xbd55ed9c snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x0282bebe snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x02d3dfa2 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 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 0x5473714a 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 0x951e0dac snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be 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-device 0x2761a9a1 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3375a26f snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x2b51b084 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x350963b4 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7f62d029 snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x83914b9a snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x92ee6bb0 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x9e7d3f0f snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xbc141dfc snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xf2bf1549 snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x83d8dd36 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x04c85a4f snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x06f1dada snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x0b25e7ab snd_get_device +EXPORT_SYMBOL sound/core/snd 0x14c9444f snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x1565802d _snd_ctl_add_slave +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 0x223df855 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x24eda594 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x25e9d1ac snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x2a3e46b7 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x2c7e03df snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x2d53ab8e snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x36467a64 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x432faf65 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x44d3e931 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x5892436b snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x5e08e025 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x62f879f1 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x63eeb3b7 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x667b2b3f snd_component_add +EXPORT_SYMBOL sound/core/snd 0x669bb6b4 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x689e5ac9 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x6f64460e snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x71c9976d snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x884f24a2 snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x8a0cc1e0 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x903cba54 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x9d101ca0 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x9ddcd4e7 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0a39ded snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xa0dad267 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa46acee6 snd_device_new +EXPORT_SYMBOL sound/core/snd 0xa4dd8979 snd_card_new +EXPORT_SYMBOL sound/core/snd 0xab42c75b snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xb0a6351b snd_device_free +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb6e06e94 snd_card_register +EXPORT_SYMBOL sound/core/snd 0xba71784c snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xbf6b5ea7 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xc0f01223 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL sound/core/snd 0xd38c1b24 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xd471045c snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xd66c3f1a snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xe896dbb7 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xe8c80e41 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xed60102e snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xf54d8944 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xf664fc00 snd_cards +EXPORT_SYMBOL sound/core/snd 0xfd0df0b2 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd-hwdep 0x24963875 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x031316c4 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x08ce7979 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x0eb5691c snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x1a903ead snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x1c4d70e9 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x20424e2a snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x2161bf94 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x22f46106 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x29444056 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x2cd5c70c snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0x332eb6e5 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x350b9646 snd_pcm_hw_constraint_step +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 0x3b91f3af snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x3c8ebf46 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x44c07d01 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x4ab961a7 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x4fee43bf snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x5106abfd snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x537d942f _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x53b5cf5b snd_pcm_new +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 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x76a39456 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x7739c011 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x77539291 snd_pcm_sgbuf_ops_page +EXPORT_SYMBOL sound/core/snd-pcm 0x7ea4b41b snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x820cc347 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x8dea2f74 snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0x92806c7e snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x93fae53d snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x9c02f41a snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0xa3f1fcf9 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa9a8da16 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xad746bf6 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xb00f83ab snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xb70af1c9 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbc2b93f2 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xc0b40ae1 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xc108bc2a snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xcb13c2a9 snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0xe4e0613f snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xe50af688 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe8596dfc snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xe9f955ce snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xeb7ba61d snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xf0c504be snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xf112981f snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xf14fefa3 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf3b53711 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xf71991dd snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xfcfa3fef snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-pcm 0xffac74f1 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0c0a6404 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0c738bb5 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x217589be snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2f756a39 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4696fd09 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5fd42811 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6fe55765 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7ea6eb00 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8e1cab23 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x92957b83 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x95455e7b snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x969c9e7a snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9a88c689 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc73ac871 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd1d991be snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd763a851 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdb365cee snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-timer 0x2c08fc55 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x353149f8 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x4c59e0ba snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x4d3eb8bf snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x51dbd942 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x6200fba0 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0xa0c6c194 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xb0a790ac snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xb7eef90f snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xc3e35d94 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xcd547df7 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xf51e0b3e snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xfdaf1083 snd_timer_resolution +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x65524d5c 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 0x0472b275 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x064348c4 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x0eff4172 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x3d541ab7 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x6c79bfc7 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7a539701 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7e141fef snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa37a4216 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xdb4065b0 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x09f7c930 snd_opl4_write_memory +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x26023a5d snd_opl4_create +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x482eee1b snd_opl4_read +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0xade5d88d snd_opl4_write +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0xcbf578a8 snd_opl4_read_memory +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x06386706 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x08e6689c snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x190769ff snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x50c50aa8 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x78f1eebf snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8b21a890 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8c95af7f snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x99b42329 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb331eead snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x02035edd cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x071bfd4d avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0a03024b amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0b336600 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x12bcfa98 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x18c62897 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1c5dfd91 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1d2afb2a fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x22276217 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x28dfa340 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3dda3212 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x41950d73 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x429bf8a5 amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4a380b81 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4aad52bf amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x51042711 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5e56c06f cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x60895d0d amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x63ce564c fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8db44c52 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x96660605 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9fb268be fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa795be14 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbbfff1b0 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd19e6ae8 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe1380a7d fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe7998bd5 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf000538a amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf36c12bf amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf45464fd avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfb62f471 cmp_connection_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x32e3a83a snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xbee3ef74 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc93d1dd0 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xca72bcef snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd822043c snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xe8d80ba9 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x33fae5ae snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x437ac236 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x800b07c0 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x8b65a1c2 snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xd86bc7a2 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xe0c1000d snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0b53e630 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xa41ba4c4 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xd589b169 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xff9212fd snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xb3a486e6 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xdfceec61 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x01ee03db snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x2b16903f snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x40af5fb0 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x4976d5b6 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x4c96fde7 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x5cd8298c snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-i2c 0x0ac96a99 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x26e0d081 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x573178fb snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xc2fd523e snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd18f4a62 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xe8e51b91 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-tea6330t 0x6603aac1 snd_tea6330t_detect +EXPORT_SYMBOL sound/i2c/snd-tea6330t 0xfcb0b685 snd_tea6330t_update_mixer +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x48284d4b snd_es1688_pcm +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x7e35e791 snd_es1688_mixer +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0xa30f1e78 snd_es1688_create +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0xd199efa9 snd_es1688_mixer_write +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0xe59987cb snd_es1688_reset +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x05ed2874 snd_gus_create +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x0aacbbd4 snd_gf1_translate_freq +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x0b928894 snd_gf1_write8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x15a9561a snd_gf1_rawmidi_new +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x17cad372 snd_gf1_ctrl_stop +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x1b4cf59f snd_gf1_new_mixer +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x1c1ce117 snd_gus_interrupt +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x217fe121 snd_gus_dram_read +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x279fab38 snd_gf1_delay +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x46db8d67 snd_gf1_lvol_to_gvol_raw +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x48f20ced snd_gf1_pcm_new +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x5c9472c9 snd_gf1_stop_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x6bb35b3f snd_gf1_peek +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x6fdda725 snd_gf1_i_write8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x728bb65d snd_gf1_mem_lock +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x73a0ac07 snd_gf1_dram_addr +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x74232ced snd_gf1_i_look16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x75948f4d snd_gf1_alloc_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x75aefbd1 snd_gf1_write_addr +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x78d91091 snd_gus_use_inc +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x7de5dcda snd_gus_use_dec +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x8d6e76c9 snd_gf1_poke +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x8fc21b51 snd_gf1_look8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x96524743 snd_gf1_i_look8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xb6cfcc9b snd_gus_dram_write +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xb88007a7 snd_gf1_mem_alloc +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc43a5527 snd_gf1_atten_table +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc68bc2ef snd_gf1_free_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xd50a3622 snd_gf1_mem_xfree +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xde4924a2 snd_gus_initialize +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xe33ffab3 snd_gf1_mem_free +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xe3fc32d0 snd_gf1_look16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xf5ffbfc6 snd_gf1_write16 +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x0e096be3 snd_msnd_init_queue +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x5276aca3 snd_msnd_dsp_halt +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x5dd0b9dd snd_msnd_disable_irq +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x5f3a9359 snd_msndmix_setup +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x6a0c813b snd_msnd_send_word +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x6bba7b8a snd_msnd_send_dsp_cmd +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x7311143a snd_msndmix_force_recsrc +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x75026b24 snd_msndmidi_input_read +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x7ed53e52 snd_msnd_pcm +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xa7fb9fb6 snd_msnd_DARQ +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xacf44769 snd_msnd_enable_irq +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xed10dace snd_msnd_upload_host +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xf489e0ab snd_msndmix_new +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xf6e9990e snd_msnd_DAPQ +EXPORT_SYMBOL sound/isa/opti9xx/snd-miro 0x81e7eba4 snd_aci_cmd +EXPORT_SYMBOL sound/isa/opti9xx/snd-miro 0xe3fdf45a snd_aci_get_aci +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x04a337b8 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x3ea83ced snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x5d39a409 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x6101c66f snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x75e3a51a snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9debc7ac snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc68d94ae snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xfb84388f snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xfce0a125 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xff9e18f5 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb16-csp 0x2b35d04b snd_sb_csp_new +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x3aa5e9ed snd_sb16dsp_get_pcm_ops +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x5f4b31ea snd_sb16dsp_configure +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0xc3ec7a1e snd_sb16dsp_pcm +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0xe0b3f690 snd_sb16dsp_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x1adc7afa snd_sb8dsp_midi +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x27d637d2 snd_sb8dsp_pcm +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x460516db snd_sb8dsp_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x5fc6ae32 snd_sb8dsp_midi_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x0d44595b snd_emu8000_load_chorus_fx +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x2b997f1d snd_emu8000_init_fm +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x3df904d5 snd_emu8000_peek_dw +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x4e49120e snd_emu8000_poke_dw +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x516e4a72 snd_emu8000_load_reverb_fx +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x8fe55b66 snd_emu8000_update_reverb_mode +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x91c20b35 snd_emu8000_update_chorus_mode +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xb965c02a snd_emu8000_peek +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xc80854a3 snd_emu8000_update_equalizer +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xf11f0a8a snd_emu8000_poke +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xf2450233 snd_emu8000_dma_chan +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x164a37b3 snd_wss_mce_down +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x201f4c08 snd_wss_out +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x4b46ea91 snd_wss_pcm +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x5578a3df snd_wss_create +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x615a010e snd_wss_get_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x66294c13 snd_cs4236_ext_in +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x6ab44820 snd_wss_put_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x71192c41 snd_wss_info_double +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x7b202637 snd_wss_interrupt +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x7cdffd75 snd_wss_overrange +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x86f63f4e snd_wss_info_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x871ca89c snd_wss_mce_up +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x995c7853 snd_wss_timer +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x99ef4aef snd_wss_mixer +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xb7304c05 snd_wss_chip_id +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xcc0980fc snd_cs4236_ext_out +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xe1f4604e snd_wss_in +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xedbcd46c snd_wss_get_pcm_ops +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xf112f38c snd_wss_get_double +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xfafcbaa2 snd_wss_put_double +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0dbbc9d9 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x11997e4d snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1b441a21 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x332f6aa3 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3dcbd1f5 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x48deacc2 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5bbddd17 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5c6448f5 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x64f825d0 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x69444bbe snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6acf6138 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x955079ae snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa9cdf767 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcfb14551 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd92eb4e6 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdfa046e9 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xea9f5b3a snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0xa1998807 hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x02913a6a snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x187db0a1 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2c07f44c snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4ddf5fbf snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5b717a21 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x84ed32f9 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xcc893062 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe7c67fd9 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xeab27f0c snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x8502f278 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xb7b74e63 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xc1410392 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x08670732 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x142ba21d oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x20178944 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x41140095 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x411b5f6c oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4ecee874 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x56cc9f00 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x56e8dbc6 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6eef5c71 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7c7300a0 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x884f7f8b oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8fd8f6a0 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x99c17605 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa41d544a oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb962b441 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc731134e oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc9bfde86 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xca9b9b49 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdd4e4c19 oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xeab9c281 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf40fcfa1 oxygen_read16 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x0de34495 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x11c5b281 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x3624f9ca snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x5d196578 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xde2f4110 snd_trident_alloc_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xa6386d1d process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x0d940a87 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x05bafb24 register_sound_midi +EXPORT_SYMBOL sound/soundcore 0x50ec000e register_sound_special +EXPORT_SYMBOL sound/soundcore 0x529c22fd register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x7177d221 sound_class +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xa6f5d304 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xad15f554 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x66c042f6 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7a7ab55e snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7f0bb95d snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x971db0f1 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xc262e846 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xea44be74 snd_emux_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a515c8c __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x87c0653a __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x91f24b0d snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x93ebd3f1 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xa84dbcfd snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xdb402f8b __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xefe38532 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xff7d57ad snd_util_memhdr_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 0x9c871dc7 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x00009811 init_special_inode +EXPORT_SYMBOL vmlinux 0x00313334 truncate_setsize +EXPORT_SYMBOL vmlinux 0x0034f2c8 blk_put_request +EXPORT_SYMBOL vmlinux 0x006701cd d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00a0df95 tcf_hash_create +EXPORT_SYMBOL vmlinux 0x00c17a4a inet_shutdown +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00de583d udp_disconnect +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x0122c35c module_refcount +EXPORT_SYMBOL vmlinux 0x0163420f dev_addr_del +EXPORT_SYMBOL vmlinux 0x0168b087 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x017ade2d ip_ct_attach +EXPORT_SYMBOL vmlinux 0x019f5fef vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x01e82ed6 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x0203487c iov_iter_npages +EXPORT_SYMBOL vmlinux 0x02077af2 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x02107458 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x023ad0b4 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x024d6aa6 tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0273b8e8 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x028a1b1b tcf_hash_check +EXPORT_SYMBOL vmlinux 0x029444f0 native_read_tsc +EXPORT_SYMBOL vmlinux 0x02975786 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x02980a06 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a43407 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02ac1b2f devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x02afa5a6 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x02c480ec vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02f73c76 sock_no_listen +EXPORT_SYMBOL vmlinux 0x03004fa5 nonseekable_open +EXPORT_SYMBOL vmlinux 0x0313b916 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x031d27df neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x03272757 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x03274b4d sg_miter_skip +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0335c686 block_commit_write +EXPORT_SYMBOL vmlinux 0x0338152a make_kprojid +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x03659e56 blk_make_request +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036840e1 nf_afinfo +EXPORT_SYMBOL vmlinux 0x036e55f3 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x039ea634 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x03b580eb wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x03c02b3b tcf_exts_change +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03cac715 clk_get +EXPORT_SYMBOL vmlinux 0x03ce0e29 poll_freewait +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0406232d ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x041fb1a9 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x0427bf93 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x04391ac0 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x043a40d4 lock_sock_fast +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044c7118 kernel_read +EXPORT_SYMBOL vmlinux 0x047fe316 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x04ba8bc7 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x04d26efe skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04dacb8b dma_common_mmap +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04eae289 udp_del_offload +EXPORT_SYMBOL vmlinux 0x04eb15ec mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0532133c bdi_register +EXPORT_SYMBOL vmlinux 0x0532b59a poll_initwait +EXPORT_SYMBOL vmlinux 0x053b334e inet_bind +EXPORT_SYMBOL vmlinux 0x05613358 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05b7f23c jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x05ff9303 kernel_connect +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061b5781 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x0629cd00 __f_setown +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x064acacd register_xen_selfballooning +EXPORT_SYMBOL vmlinux 0x064fce91 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x065388bf __nlmsg_put +EXPORT_SYMBOL vmlinux 0x0655c70d phy_device_create +EXPORT_SYMBOL vmlinux 0x066ceb6d vme_master_request +EXPORT_SYMBOL vmlinux 0x06775f59 dentry_open +EXPORT_SYMBOL vmlinux 0x06782e6d unlock_page +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x067ff7f7 pnp_find_card +EXPORT_SYMBOL vmlinux 0x068c7263 ioremap_cache +EXPORT_SYMBOL vmlinux 0x06a9e929 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x06c0dae5 __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x06c1e20d address_space_init_once +EXPORT_SYMBOL vmlinux 0x06c3e29f max8998_update_reg +EXPORT_SYMBOL vmlinux 0x06d2f086 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x06d9de26 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x06eb228d __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x07007eb0 eth_header +EXPORT_SYMBOL vmlinux 0x070097e0 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x071706cf __put_cred +EXPORT_SYMBOL vmlinux 0x071df95f fs_bio_set +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073dfa12 generate_resume_trace +EXPORT_SYMBOL vmlinux 0x07400093 inet_frag_find +EXPORT_SYMBOL vmlinux 0x07608604 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x07729d9e skb_copy +EXPORT_SYMBOL vmlinux 0x079eb18f soft_cursor +EXPORT_SYMBOL vmlinux 0x07a4b576 flex_array_free +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07aa3290 acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x07af10a4 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07cc9d51 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x07d50a24 csum_partial +EXPORT_SYMBOL vmlinux 0x07d7edf4 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x07df29e0 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x07e931ba pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x0822e43f free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x08238f34 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x0824af5e __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083093a5 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x083deda2 input_close_device +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x085546c3 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x0857eac7 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x085b0a74 pci_request_region +EXPORT_SYMBOL vmlinux 0x085e4bf0 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x085f782c idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x0861e466 simple_setattr +EXPORT_SYMBOL vmlinux 0x0870f54f bio_phys_segments +EXPORT_SYMBOL vmlinux 0x08815396 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x0897287b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x0897acab __nla_put +EXPORT_SYMBOL vmlinux 0x089ed235 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x08a325d1 kernel_listen +EXPORT_SYMBOL vmlinux 0x08aa56bc sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x08b70ddf empty_aops +EXPORT_SYMBOL vmlinux 0x08bf826c _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0x08de06f7 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x08e5da3e blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x090bf6d4 lro_flush_all +EXPORT_SYMBOL vmlinux 0x090faf90 __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x092f6546 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x094f258e ps2_begin_command +EXPORT_SYMBOL vmlinux 0x0956e29e ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x096d9553 brioctl_set +EXPORT_SYMBOL vmlinux 0x096e50c9 kill_litter_super +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098c22a4 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x099037db skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x09911a48 acpi_device_hid +EXPORT_SYMBOL vmlinux 0x09a1a760 vfs_symlink +EXPORT_SYMBOL vmlinux 0x09b6caee skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d03395 generic_setxattr +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09e4211c vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a56d356 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7ca01a __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x0a7ce56c __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x0ab6f02d __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x0abd1a42 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x0ac525e6 register_sysctl +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0b01b332 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x0b0b4927 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b22b30d pnp_find_dev +EXPORT_SYMBOL vmlinux 0x0b3306b8 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x0b37754b dev_remove_pack +EXPORT_SYMBOL vmlinux 0x0b4608e0 uart_resume_port +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b4f8d1e agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x0b626fc0 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x0b686875 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b761f1d cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x0b910c79 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x0ba1d1a6 idr_is_empty +EXPORT_SYMBOL vmlinux 0x0baf04a6 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd8b08d vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x0be9ad50 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x0beafcde gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x0c366211 kobject_init +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c595033 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c72b95f dquot_file_open +EXPORT_SYMBOL vmlinux 0x0c862de9 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c9d0210 mmc_get_card +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca7b7a8 acpi_check_region +EXPORT_SYMBOL vmlinux 0x0cad402e module_put +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cb5bc3e __ip_dev_find +EXPORT_SYMBOL vmlinux 0x0cbaeb18 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x0cd6db35 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x0cdb7d12 __kernel_fpu_begin +EXPORT_SYMBOL vmlinux 0x0ce84c4e devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x0d3dda14 acpi_get_type +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d7928e3 padata_start +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0db6ba5f __neigh_event_send +EXPORT_SYMBOL vmlinux 0x0dcd672b skb_checksum +EXPORT_SYMBOL vmlinux 0x0dd33f80 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x0e0c2282 loop_backing_file +EXPORT_SYMBOL vmlinux 0x0e339853 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x0e584421 fasync_helper +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e76790a set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x0e76b682 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x0e947981 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x0e96f35c bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x0eaf451e hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0eb5a7bd pipe_unlock +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f051013 efi +EXPORT_SYMBOL vmlinux 0x0f2ce93e netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x0f329a2e input_flush_device +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f5982ab backlight_device_register +EXPORT_SYMBOL vmlinux 0x0f6ee5fa blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x0f776e84 blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x0f9e41dd i2c_clients_command +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fd00a68 acpi_clear_event +EXPORT_SYMBOL vmlinux 0x0fd121d4 path_get +EXPORT_SYMBOL vmlinux 0x0fd3adb3 __break_lease +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x0ffac707 x86_dma_fallback_dev +EXPORT_SYMBOL vmlinux 0x1001b71d fb_set_suspend +EXPORT_SYMBOL vmlinux 0x100ad11f scsi_remove_host +EXPORT_SYMBOL vmlinux 0x1023d4f6 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x102c56de irq_regs +EXPORT_SYMBOL vmlinux 0x103cebb2 vme_bus_type +EXPORT_SYMBOL vmlinux 0x1042a92a dev_alert +EXPORT_SYMBOL vmlinux 0x104edd88 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x109cf41d iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x109d38bb input_reset_device +EXPORT_SYMBOL vmlinux 0x10ab7e68 down_killable +EXPORT_SYMBOL vmlinux 0x10d2656b backlight_force_update +EXPORT_SYMBOL vmlinux 0x10e2da0d i2c_use_client +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x10f1792b inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110c95ff thaw_bdev +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x116c7f3d generic_write_checks +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1178f50b xfrm_init_state +EXPORT_SYMBOL vmlinux 0x117c9975 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x117f61bb inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x11887dc0 ida_remove +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x118b8e00 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x11a75df9 vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x11bd8d48 dma_mark_declared_memory_occupied +EXPORT_SYMBOL vmlinux 0x11d7e636 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x11da8b0c memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x11dd01ad intel_scu_ipc_command +EXPORT_SYMBOL vmlinux 0x11dd2519 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x1201f801 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x1216b46b inet_add_offload +EXPORT_SYMBOL vmlinux 0x12358ef4 gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0x12384539 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x123fd670 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x124ac7ca __napi_schedule +EXPORT_SYMBOL vmlinux 0x1254d3d8 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x12651062 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x12784249 mpage_readpage +EXPORT_SYMBOL vmlinux 0x12802007 bio_map_kern +EXPORT_SYMBOL vmlinux 0x128a5cf9 complete_all +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12e46f15 simple_unlink +EXPORT_SYMBOL vmlinux 0x130956b0 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13315729 flex_array_alloc +EXPORT_SYMBOL vmlinux 0x133e3ad8 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x1369282a sock_setsockopt +EXPORT_SYMBOL vmlinux 0x137265c5 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x13c577dd pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13e2ef1f bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13f716ac fb_get_mode +EXPORT_SYMBOL vmlinux 0x13ffb673 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x14038860 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x1436ddcf udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x143b169e sk_wait_data +EXPORT_SYMBOL vmlinux 0x14413a1b vfs_rename +EXPORT_SYMBOL vmlinux 0x144345bd mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x1472f87d i2c_verify_client +EXPORT_SYMBOL vmlinux 0x147fb467 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x14828d93 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x14908d75 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x14a78365 x86_hyper +EXPORT_SYMBOL vmlinux 0x14b562bf bio_put +EXPORT_SYMBOL vmlinux 0x14bd2aef drop_nlink +EXPORT_SYMBOL vmlinux 0x14becf58 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x14cf2b1f bio_map_user +EXPORT_SYMBOL vmlinux 0x14d12501 blk_delay_queue +EXPORT_SYMBOL vmlinux 0x14eaef17 simple_dname +EXPORT_SYMBOL vmlinux 0x14efaf83 sock_release +EXPORT_SYMBOL vmlinux 0x14f4a2b3 ata_print_version +EXPORT_SYMBOL vmlinux 0x14ffe3e3 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x150389d6 acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0x152d31f8 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x15406865 netlink_ack +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154ee66b single_open_size +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x155e1857 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x15611701 bd_set_size +EXPORT_SYMBOL vmlinux 0x1562d794 pv_cpu_ops +EXPORT_SYMBOL vmlinux 0x1573814a gen_new_estimator +EXPORT_SYMBOL vmlinux 0x1575bcdc scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x15a21c3b bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x15ad375b vfs_statfs +EXPORT_SYMBOL vmlinux 0x15b75ce2 vme_lm_request +EXPORT_SYMBOL vmlinux 0x15ba4cd7 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x15c43b1f fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x15cc7d98 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0x15d30639 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x15e68700 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x160c0177 end_page_writeback +EXPORT_SYMBOL vmlinux 0x160ea4c8 sfi_disabled +EXPORT_SYMBOL vmlinux 0x1610827b security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x1616cb30 acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x164c502f bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x164cbc7a lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x16668cc6 eth_header_parse +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x1680bb49 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x1683a50b radix_tree_delete +EXPORT_SYMBOL vmlinux 0x16cbad7e abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x16dd358d netdev_info +EXPORT_SYMBOL vmlinux 0x16ea5d9f lockref_get +EXPORT_SYMBOL vmlinux 0x16fa192c do_sync_read +EXPORT_SYMBOL vmlinux 0x170c25ee acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x1722cf90 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x1725e2d5 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x172e9a68 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x173cff01 audit_log_start +EXPORT_SYMBOL vmlinux 0x17663e4f crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x17a220f1 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17c63f6d input_release_device +EXPORT_SYMBOL vmlinux 0x17ee83c9 freeze_bdev +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f3f5b7 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x180088af invalidate_partition +EXPORT_SYMBOL vmlinux 0x1826f089 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x18296a49 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x182ee80d block_read_full_page +EXPORT_SYMBOL vmlinux 0x183e1fd2 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18c4ad5d wake_up_process +EXPORT_SYMBOL vmlinux 0x18d96501 atomic64_dec_if_positive_cx8 +EXPORT_SYMBOL vmlinux 0x19392406 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x19460ca6 dst_release +EXPORT_SYMBOL vmlinux 0x1954bbbe mdiobus_write +EXPORT_SYMBOL vmlinux 0x195556fa pcibios_set_irq_routing +EXPORT_SYMBOL vmlinux 0x1972a94d dev_addr_init +EXPORT_SYMBOL vmlinux 0x19740149 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x19812e5a tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a5b027 __breadahead +EXPORT_SYMBOL vmlinux 0x19a9e62b complete +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c7def6 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x19d86c93 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x19e0e708 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x1a05e1b0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x1a0a0dd3 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x1a1b3966 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x1a31adbe twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x1a42492f ip_options_compile +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4738c6 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x1a4f8495 arp_xmit +EXPORT_SYMBOL vmlinux 0x1a4fea3f lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x1a5e0c08 vme_irq_free +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a75cb93 ip_fragment +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1af0e0bc tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x1afb1aaa acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b098b44 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x1b0ac272 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1b1bf891 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b2baafb qdisc_destroy +EXPORT_SYMBOL vmlinux 0x1b4cb8eb tcp_read_sock +EXPORT_SYMBOL vmlinux 0x1b570d23 acpi_warning +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b6df837 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b946e14 phy_attach +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bb06cda jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x1bd2ebf0 inet_select_addr +EXPORT_SYMBOL vmlinux 0x1c025265 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x1c233603 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x1c320bd8 scsi_print_result +EXPORT_SYMBOL vmlinux 0x1c3a74aa uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x1c3c20ab agp_find_bridge +EXPORT_SYMBOL vmlinux 0x1c5b2b27 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x1c8a04b0 acpi_reset +EXPORT_SYMBOL vmlinux 0x1c8b2f11 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x1c986823 d_path +EXPORT_SYMBOL vmlinux 0x1ca804a4 padata_free +EXPORT_SYMBOL vmlinux 0x1cc9cbed jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x1cda533d tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x1ce24838 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x1ce61194 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x1d0a635f nobh_writepage +EXPORT_SYMBOL vmlinux 0x1d1fb690 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x1d3d8017 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x1d40a3bf agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x1d50b127 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x1d526f6e security_file_permission +EXPORT_SYMBOL vmlinux 0x1d788b21 keyring_alloc +EXPORT_SYMBOL vmlinux 0x1d87df79 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de74f72 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0x1df2dad5 vfs_create +EXPORT_SYMBOL vmlinux 0x1df912b1 idr_remove +EXPORT_SYMBOL vmlinux 0x1dfa6674 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e0c2be4 ioremap_wc +EXPORT_SYMBOL vmlinux 0x1e13320a tty_unlock_pair +EXPORT_SYMBOL vmlinux 0x1e260592 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e35de90 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x1e473ed5 PDE_DATA +EXPORT_SYMBOL vmlinux 0x1e4c71da sock_wake_async +EXPORT_SYMBOL vmlinux 0x1e50a815 vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x1e589ba8 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e878db6 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1e9fed14 elv_rb_del +EXPORT_SYMBOL vmlinux 0x1ea2d703 bdget +EXPORT_SYMBOL vmlinux 0x1ea835d8 netif_device_attach +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1f023fba create_empty_buffers +EXPORT_SYMBOL vmlinux 0x1f04c37f ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x1f12987a blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x1f2a472b vme_register_driver +EXPORT_SYMBOL vmlinux 0x1f30ad67 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x1f53203e kdb_current_task +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1fb7dc8c audit_log_task_info +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x2005e68a acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x20092385 acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x200ce38d read_dev_sector +EXPORT_SYMBOL vmlinux 0x202f4e92 acpi_extract_package +EXPORT_SYMBOL vmlinux 0x203ff124 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x20714b07 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20738afa dquot_scan_active +EXPORT_SYMBOL vmlinux 0x208739f6 acpi_load_table +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20bfdbab key_payload_reserve +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20c6192f intel_scu_ipc_ioread32 +EXPORT_SYMBOL vmlinux 0x20c9a2f4 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x20cea1ca release_pages +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x21178b2a tty_kref_put +EXPORT_SYMBOL vmlinux 0x2134c949 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x214f5979 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x215facc0 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x2168bfc0 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x21826443 __blk_run_queue +EXPORT_SYMBOL vmlinux 0x2190237b ata_port_printk +EXPORT_SYMBOL vmlinux 0x2199337a down_timeout +EXPORT_SYMBOL vmlinux 0x21a7296f dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x21b3a60d __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x21c3316f jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x21cd5c99 register_netdev +EXPORT_SYMBOL vmlinux 0x21d07d61 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x21e0ea22 acpi_get_id +EXPORT_SYMBOL vmlinux 0x21e31448 __find_get_block +EXPORT_SYMBOL vmlinux 0x21fb443e _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x22003e3e ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x220dbe0a blk_sync_queue +EXPORT_SYMBOL vmlinux 0x2214a704 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222fffc2 ida_simple_get +EXPORT_SYMBOL vmlinux 0x2235d682 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x223fdd5d pnp_device_detach +EXPORT_SYMBOL vmlinux 0x22491235 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x2256fafa div64_u64_rem +EXPORT_SYMBOL vmlinux 0x225b9370 iget5_locked +EXPORT_SYMBOL vmlinux 0x227309b8 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x228785d0 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x228d9b7d sk_mc_loop +EXPORT_SYMBOL vmlinux 0x22a3cf4a bio_endio +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b7ea28 skb_dequeue +EXPORT_SYMBOL vmlinux 0x22ca7a01 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x22d03b2d sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x22dfdd06 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x22e6bb86 d_invalidate +EXPORT_SYMBOL vmlinux 0x22fc38dd mutex_lock +EXPORT_SYMBOL vmlinux 0x22ff5929 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x2303cd61 set_device_ro +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x232d9a21 writeback_in_progress +EXPORT_SYMBOL vmlinux 0x232db2dd do_sync_write +EXPORT_SYMBOL vmlinux 0x232fd046 unlock_buffer +EXPORT_SYMBOL vmlinux 0x2336e60e tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x233d204a input_unregister_device +EXPORT_SYMBOL vmlinux 0x23407619 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x234e3281 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x235b8265 dump_align +EXPORT_SYMBOL vmlinux 0x236261b2 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x2375dd99 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x23908bbc kobject_set_name +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b3cb03 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23d5a879 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x23e13da1 netdev_alert +EXPORT_SYMBOL vmlinux 0x23f0bd39 drop_super +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x244440c9 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245ce5f6 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x24610e9b update_time +EXPORT_SYMBOL vmlinux 0x24817716 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2495d174 abx500_register_ops +EXPORT_SYMBOL vmlinux 0x24972c55 registered_fb +EXPORT_SYMBOL vmlinux 0x24994f06 agp_copy_info +EXPORT_SYMBOL vmlinux 0x24bbc934 vme_slave_request +EXPORT_SYMBOL vmlinux 0x24cd482a request_key_async +EXPORT_SYMBOL vmlinux 0x24d7b4eb cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x250f588b pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x2519f536 agp_enable +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x252caff2 would_dump +EXPORT_SYMBOL vmlinux 0x2577d49c input_grab_device +EXPORT_SYMBOL vmlinux 0x257d2e04 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258cae5f __lock_buffer +EXPORT_SYMBOL vmlinux 0x2591bb6e dev_close +EXPORT_SYMBOL vmlinux 0x259a152f jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x259c2253 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x25abf440 build_skb +EXPORT_SYMBOL vmlinux 0x25b6b842 set_user_nice +EXPORT_SYMBOL vmlinux 0x25baeff3 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x25c1b826 __get_page_tail +EXPORT_SYMBOL vmlinux 0x25c20fdf netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25cba445 pci_bus_put +EXPORT_SYMBOL vmlinux 0x25f07433 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x266f7169 read_cache_pages +EXPORT_SYMBOL vmlinux 0x2677126d napi_complete +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x268cc6a2 sys_close +EXPORT_SYMBOL vmlinux 0x26a57911 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26bcfa9c acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0x26c962e1 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26ef296c sock_recvmsg +EXPORT_SYMBOL vmlinux 0x270a483d dm_unregister_target +EXPORT_SYMBOL vmlinux 0x271b1738 bdi_init +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272d394e mtrr_del +EXPORT_SYMBOL vmlinux 0x27383816 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x27410f90 stop_tty +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x274f604d mntput +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27a0bce1 wait_iff_congested +EXPORT_SYMBOL vmlinux 0x27ae7d0c ec_transaction +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x281ba5d5 lease_modify +EXPORT_SYMBOL vmlinux 0x2834f511 filp_open +EXPORT_SYMBOL vmlinux 0x2852a744 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x285d2350 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x2862165c irq_set_chip +EXPORT_SYMBOL vmlinux 0x2868879a __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x287f85db pci_claim_resource +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28b41c55 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x28b715a6 isapnp_cfg_end +EXPORT_SYMBOL vmlinux 0x28bed058 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x29190af3 phy_init_hw +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x295bd370 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x2978b741 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x29ae2c3d generic_listxattr +EXPORT_SYMBOL vmlinux 0x29d26765 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x29d3249f pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x29ec4ed0 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a42749a mnt_unpin +EXPORT_SYMBOL vmlinux 0x2a4bfef5 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x2a58fbb8 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x2a5def2f intel_scu_ipc_iowrite32 +EXPORT_SYMBOL vmlinux 0x2a670119 __inet6_hash +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a8e8cd9 dev_open +EXPORT_SYMBOL vmlinux 0x2a8f9bab balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x2a9179b5 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2ab7bfb0 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x2abcc619 kern_unmount +EXPORT_SYMBOL vmlinux 0x2ace0994 vfs_read +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2acf885e inet_getname +EXPORT_SYMBOL vmlinux 0x2ae2d6e0 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x2af57f76 bio_clone_fast +EXPORT_SYMBOL vmlinux 0x2afddf47 locks_free_lock +EXPORT_SYMBOL vmlinux 0x2b04b6b7 udp_poll +EXPORT_SYMBOL vmlinux 0x2b0985ff sock_no_poll +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b401031 ps2_command +EXPORT_SYMBOL vmlinux 0x2b4aca8b netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x2b4f8fbe iput +EXPORT_SYMBOL vmlinux 0x2b800d9f vmap +EXPORT_SYMBOL vmlinux 0x2b849efe pnp_possible_config +EXPORT_SYMBOL vmlinux 0x2b8c1f8d pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba6a8fa mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2ba8d45b agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x2bb0c0bb dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x2bb55d6e acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x2bef30d4 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x2bf313fa init_buffer +EXPORT_SYMBOL vmlinux 0x2bfb0c08 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x2bfeb410 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x2c0eb576 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x2c1006f5 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c572382 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x2c5f651d seq_read +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2ca319a6 wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x2cadd7d3 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x2cbaad80 fb_show_logo +EXPORT_SYMBOL vmlinux 0x2cc46142 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x2ccdfd93 do_splice_to +EXPORT_SYMBOL vmlinux 0x2cdf113d blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x2ce8d039 pid_task +EXPORT_SYMBOL vmlinux 0x2cff663d __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x2d0f57a3 ns_capable +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d144e21 rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d37342e cpu_online_mask +EXPORT_SYMBOL vmlinux 0x2d6c4207 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x2d766144 fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d98e37b agp_bridge +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2dae78d1 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dd9a36b flex_array_shrink +EXPORT_SYMBOL vmlinux 0x2de5b306 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x2dea7855 mntget +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2dedc4c2 acpi_format_exception +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2e0127bf thaw_super +EXPORT_SYMBOL vmlinux 0x2e1876cb pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e286693 md_integrity_register +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e54a5ea mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x2e5a952b freezing_slow_path +EXPORT_SYMBOL vmlinux 0x2e8d4db3 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x2eabf97e skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x2eb85343 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ed31d50 block_write_full_page +EXPORT_SYMBOL vmlinux 0x2eec82ac agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f107ce5 genphy_read_status +EXPORT_SYMBOL vmlinux 0x2f119fe9 iov_iter_init +EXPORT_SYMBOL vmlinux 0x2f155608 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x2f234097 force_sig +EXPORT_SYMBOL vmlinux 0x2f2e329a vga_get +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f4dfeff inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x2f5a781f block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x2f5d51e1 bh_submit_read +EXPORT_SYMBOL vmlinux 0x2f755aac pci_get_class +EXPORT_SYMBOL vmlinux 0x2f999339 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x2f9ea4db inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fbb0ce0 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0x2fd33364 d_find_alias +EXPORT_SYMBOL vmlinux 0x2fd69db2 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ff8d711 path_is_under +EXPORT_SYMBOL vmlinux 0x2ff91822 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x302a2cb0 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0x3044232b phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x3045a103 dev_get_stats +EXPORT_SYMBOL vmlinux 0x305568e8 init_page_accessed +EXPORT_SYMBOL vmlinux 0x3060b166 inet_del_offload +EXPORT_SYMBOL vmlinux 0x30634bf3 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x30635827 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x3066d43f pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x306a1e81 bio_init +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x30841241 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x308b4076 dev_add_pack +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30be4855 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x30ede228 bitmap_unplug +EXPORT_SYMBOL vmlinux 0x31011b3b generic_block_bmap +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x3104ed8f security_path_chmod +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x3109b4fe swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x310add21 __sb_start_write +EXPORT_SYMBOL vmlinux 0x312824e0 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x31404417 udp_set_csum +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x31646094 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x3171a77d inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x319d59d9 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x31bdea99 pagevec_lookup +EXPORT_SYMBOL vmlinux 0x31e76b57 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x3202435a wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x32033a53 xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0x320a5c5a blk_end_request_all +EXPORT_SYMBOL vmlinux 0x3215277f generic_fillattr +EXPORT_SYMBOL vmlinux 0x324a2fa0 seq_pad +EXPORT_SYMBOL vmlinux 0x32506511 from_kuid +EXPORT_SYMBOL vmlinux 0x325bae76 inet_put_port +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x326d88f5 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x32818f26 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x328c392c block_invalidatepage +EXPORT_SYMBOL vmlinux 0x32cea339 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x32e19a94 __napi_complete +EXPORT_SYMBOL vmlinux 0x331cb294 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x332ba5ee fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x337801a3 request_key +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x338ce0cf netdev_change_features +EXPORT_SYMBOL vmlinux 0x339f8139 scsi_print_command +EXPORT_SYMBOL vmlinux 0x33af51e6 input_set_keycode +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f32820 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x3400be53 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x34154ec9 genlmsg_put +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x342f60fe apm_info +EXPORT_SYMBOL vmlinux 0x3437d4a9 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x3451fd67 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x346d4a39 seq_puts +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x3494e9fe simple_write_begin +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34df7163 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x34e1b1dd lock_sock_nested +EXPORT_SYMBOL vmlinux 0x34e91db7 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x34eb417d generic_setlease +EXPORT_SYMBOL vmlinux 0x34efea44 set_blocksize +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x350a0a62 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x352ddce4 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x353de98f cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x353e21e3 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x354900ef vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x354fe340 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x355ce0fc security_path_rmdir +EXPORT_SYMBOL vmlinux 0x356f9eb1 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x35822291 dma_find_channel +EXPORT_SYMBOL vmlinux 0x35c12562 ip_defrag +EXPORT_SYMBOL vmlinux 0x35c844fe skb_tx_error +EXPORT_SYMBOL vmlinux 0x35ebff56 cad_pid +EXPORT_SYMBOL vmlinux 0x35f45bf1 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x36080a36 ps2_end_command +EXPORT_SYMBOL vmlinux 0x3609a0bd __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x360a64ca pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x36163ed6 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x364e226e elv_register_queue +EXPORT_SYMBOL vmlinux 0x365de89f mmc_release_host +EXPORT_SYMBOL vmlinux 0x367384a6 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x367c5531 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x36a0c93c xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x36aad357 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x36adf4c3 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x36b12fbd register_exec_domain +EXPORT_SYMBOL vmlinux 0x36b97bd1 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36c6af51 intel_scu_ipc_iowrite8 +EXPORT_SYMBOL vmlinux 0x3719dd4e kernel_write +EXPORT_SYMBOL vmlinux 0x371facfb ata_dev_printk +EXPORT_SYMBOL vmlinux 0x371fba4c neigh_seq_start +EXPORT_SYMBOL vmlinux 0x373b71a2 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x377315a3 tty_set_operations +EXPORT_SYMBOL vmlinux 0x377d484b __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x378d3645 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37b6375f dquot_commit_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c51407 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x37c62fc4 skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x37cbf3cd submit_bh +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37e3fcf9 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x37f9a286 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x38099e13 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x381144a9 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381ba49a __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x381ccc13 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x38297d91 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x382c86bf inode_init_always +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x385ea6dd pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x386eb88c alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388799f6 unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x3896058e skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x389d63fd queue_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0x38a0bf68 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38ab3d86 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38bc8f03 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x38d2158a dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x38e3c0de do_SAK +EXPORT_SYMBOL vmlinux 0x3904dffa __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x390c2f3f vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x39159bb0 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x399dde7b __scsi_put_command +EXPORT_SYMBOL vmlinux 0x39a055f3 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x39a4a14b jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x39aed324 ppp_input +EXPORT_SYMBOL vmlinux 0x39c30e25 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x39ca61a9 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x39f71d0f irq_stat +EXPORT_SYMBOL vmlinux 0x3a013b7d remove_wait_queue +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a1393f5 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x3a26f75d tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x3a2e1b3f km_state_notify +EXPORT_SYMBOL vmlinux 0x3a32839e intel_gtt_chipset_flush +EXPORT_SYMBOL vmlinux 0x3a7ccebb input_unregister_handle +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3ac80bc7 posix_lock_file +EXPORT_SYMBOL vmlinux 0x3acbf29c mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x3ace1105 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x3ae6a28e pci_platform_rom +EXPORT_SYMBOL vmlinux 0x3afae8db __devm_release_region +EXPORT_SYMBOL vmlinux 0x3b201620 machine_real_restart +EXPORT_SYMBOL vmlinux 0x3ba73cd4 mmc_start_req +EXPORT_SYMBOL vmlinux 0x3bbc434a netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x3bc05620 dev_crit +EXPORT_SYMBOL vmlinux 0x3bc369e7 inet_frags_init +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3be241bd scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0x3be34173 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c41ee27 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x3c6666e2 pci_enable_device +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3c9e9428 dma_mmap_from_coherent +EXPORT_SYMBOL vmlinux 0x3cb3931b sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x3ce46dcf tcp_disconnect +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf6185a bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x3cffe1b2 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0x3d36fd5b gen_pool_alloc +EXPORT_SYMBOL vmlinux 0x3d38e2e0 follow_down +EXPORT_SYMBOL vmlinux 0x3d6eb5ab tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x3d7ac2b6 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x3d7c1ed7 msrs_alloc +EXPORT_SYMBOL vmlinux 0x3d86f210 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x3d88b9dc netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x3d9f6a81 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3dbaaf0b xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x3dc1a9b0 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dcbbb4d pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x3deffff4 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e00d413 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x3e21d831 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x3e2ae3a8 acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0x3e2b9bbb inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x3e521708 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x3e58a8ce netlink_set_err +EXPORT_SYMBOL vmlinux 0x3e61be54 simple_fill_super +EXPORT_SYMBOL vmlinux 0x3e73b1ca fb_set_var +EXPORT_SYMBOL vmlinux 0x3e7a11d7 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x3e7dbd2e cdev_add +EXPORT_SYMBOL vmlinux 0x3e8164bd devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e93980c set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x3e93bd0a locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3eaad517 pci_dev_get +EXPORT_SYMBOL vmlinux 0x3eb50b28 agp_create_memory +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3edcd7b1 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x3ef371a6 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x3ef78d80 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x3eff5ac2 intel_scu_ipc_writev +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f097ada nf_log_register +EXPORT_SYMBOL vmlinux 0x3f287385 dev_err +EXPORT_SYMBOL vmlinux 0x3f2a599d d_instantiate +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f8734f4 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x3f8fd02c done_path_create +EXPORT_SYMBOL vmlinux 0x3f9d7091 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x3f9f868f __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x3fa58ef8 wait_for_completion +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff34a35 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x4018f59d unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x40538dec set_bdi_congested +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x406edab4 proc_set_user +EXPORT_SYMBOL vmlinux 0x4079b840 pci_get_device +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x4097fa45 acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x4098f6d1 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x409ffeb5 key_type_keyring +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c89d46 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0x40cb71cf read_code +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40df8e61 cpu_info +EXPORT_SYMBOL vmlinux 0x40e3a29d kthread_bind +EXPORT_SYMBOL vmlinux 0x40f563a6 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x4110a49c kernel_sendpage +EXPORT_SYMBOL vmlinux 0x411f1968 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x411fefff dquot_release +EXPORT_SYMBOL vmlinux 0x4122e8c0 serio_rescan +EXPORT_SYMBOL vmlinux 0x4127393e inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x4127eff1 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x4138bd75 bdi_unregister +EXPORT_SYMBOL vmlinux 0x413de9bd blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x4143ca85 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41532de5 down_read_trylock +EXPORT_SYMBOL vmlinux 0x4159ff9d napi_get_frags +EXPORT_SYMBOL vmlinux 0x417df08f tty_port_close_start +EXPORT_SYMBOL vmlinux 0x418005ec tcp_ioctl +EXPORT_SYMBOL vmlinux 0x41862ad4 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41b4a1ce led_blink_set +EXPORT_SYMBOL vmlinux 0x41ccb9c6 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x41d6cb07 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x41ddccce __pagevec_release +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x421ecbb0 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x42297cac new_sync_read +EXPORT_SYMBOL vmlinux 0x42350e8d ucs2_strlen +EXPORT_SYMBOL vmlinux 0x4244e7ec iterate_supers_type +EXPORT_SYMBOL vmlinux 0x42453907 scsi_finish_command +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x425aa5d4 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x426a2eba dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x427923e5 set_create_files_as +EXPORT_SYMBOL vmlinux 0x427aad97 key_unlink +EXPORT_SYMBOL vmlinux 0x427f7e99 elevator_change +EXPORT_SYMBOL vmlinux 0x4292364c schedule +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42a63c48 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x42c8de35 ioremap_nocache +EXPORT_SYMBOL vmlinux 0x42cc4425 user_revoke +EXPORT_SYMBOL vmlinux 0x42d0a847 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x42d0b66c phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x42d55eb3 lookup_bdev +EXPORT_SYMBOL vmlinux 0x42e247ac inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x42fb8bc2 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x42fd6d4d icmpv6_send +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x431d12ae padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x43315e53 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x433bc527 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x4345dc62 udplite_prot +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4359d434 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x435b3018 scsi_host_put +EXPORT_SYMBOL vmlinux 0x43687c42 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x4371629e twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x439cb751 pv_lock_ops +EXPORT_SYMBOL vmlinux 0x43c37480 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x43ca0308 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x43d1f40f xfrm_register_mode +EXPORT_SYMBOL vmlinux 0x43eadaae vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x43ecd422 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x442fe2e2 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x443571bf sock_register +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x4440e2ba blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x4447f2db pnp_device_attach +EXPORT_SYMBOL vmlinux 0x4449a0fe noop_llseek +EXPORT_SYMBOL vmlinux 0x44587e02 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x4461d4a5 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x447cfd8b skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x44866b0a noop_fsync +EXPORT_SYMBOL vmlinux 0x4488eb9e tcp_check_req +EXPORT_SYMBOL vmlinux 0x449dca97 generic_getxattr +EXPORT_SYMBOL vmlinux 0x44a1544b nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x44a1f8fd pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x44a8a2b9 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44aff92d d_alloc +EXPORT_SYMBOL vmlinux 0x44c95e9b skb_insert +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44ef28ec do_splice_direct +EXPORT_SYMBOL vmlinux 0x44f1606d down_trylock +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x450d2627 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x453dfea5 current_task +EXPORT_SYMBOL vmlinux 0x455906b8 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x4563be02 iterate_mounts +EXPORT_SYMBOL vmlinux 0x456f8209 locks_init_lock +EXPORT_SYMBOL vmlinux 0x4578661a _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x458990ee gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x458ddd92 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45bec0da scm_detach_fds +EXPORT_SYMBOL vmlinux 0x45c78892 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x45e185da ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x4601803a tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x461a2f28 bio_copy_kern +EXPORT_SYMBOL vmlinux 0x4629334c __preempt_count +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x46385e88 netif_skb_features +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467b2f5b end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x468bcda6 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x46c4a00a ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x47007c44 vfs_mknod +EXPORT_SYMBOL vmlinux 0x470678fa write_cache_pages +EXPORT_SYMBOL vmlinux 0x471bca05 dma_release_declared_memory +EXPORT_SYMBOL vmlinux 0x4724bcf9 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x47341c81 filp_close +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x474a4344 aio_complete +EXPORT_SYMBOL vmlinux 0x475f010b acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x47661655 serio_reconnect +EXPORT_SYMBOL vmlinux 0x478d10b2 ht_destroy_irq +EXPORT_SYMBOL vmlinux 0x478e65f1 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x4792c572 down_interruptible +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x47978182 bio_copy_data +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47a643a0 register_qdisc +EXPORT_SYMBOL vmlinux 0x47a7d726 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47bee748 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x47c4608e dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x47c63cb2 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x47c7e2c4 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47ca1384 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x47dc2509 check_disk_size_change +EXPORT_SYMBOL vmlinux 0x47e04573 bdput +EXPORT_SYMBOL vmlinux 0x47e0dd23 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x47e52ff8 send_sig_info +EXPORT_SYMBOL vmlinux 0x47eb66de tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x47f51966 sock_create +EXPORT_SYMBOL vmlinux 0x4800ba9e scsi_init_io +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x480a8ea2 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x480b963d set_page_dirty +EXPORT_SYMBOL vmlinux 0x481913d2 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481cb9ab acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x484f695d blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x48619a41 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x486d2f29 dqstats +EXPORT_SYMBOL vmlinux 0x48b85a70 free_netdev +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c29dfd xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x48cfa8e7 dev_mc_add +EXPORT_SYMBOL vmlinux 0x48e21050 mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x48f923b3 __neigh_create +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4906b396 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x490903ac get_cached_acl +EXPORT_SYMBOL vmlinux 0x490ef7ac pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x491663e4 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x49361b4f tc_classify +EXPORT_SYMBOL vmlinux 0x493bbf31 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x4966a6c8 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x496d388b agp_free_page_array +EXPORT_SYMBOL vmlinux 0x496f1e7c inet_accept +EXPORT_SYMBOL vmlinux 0x497eb7ed bio_reset +EXPORT_SYMBOL vmlinux 0x497edee6 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x49957170 neigh_table_init +EXPORT_SYMBOL vmlinux 0x4998a2cc xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x499fa455 dquot_commit +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49e2b736 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x4a049370 vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0x4a1231b2 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x4a1692b8 iunique +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a390fcc blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x4a619f83 memcpy +EXPORT_SYMBOL vmlinux 0x4a66caa4 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x4a6efd98 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x4a700693 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x4ab20bac posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x4ab676a4 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4ae1b14b jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x4aec8369 kmap_to_page +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b284abb flow_cache_init +EXPORT_SYMBOL vmlinux 0x4b29cef2 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x4b3090f5 generic_make_request +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b37a432 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x4b37e0ce task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x4b4629d4 fb_blank +EXPORT_SYMBOL vmlinux 0x4b4e77b9 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b9fca8d pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x4ba36b9f dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bb0778e vm_stat +EXPORT_SYMBOL vmlinux 0x4bc4d5a5 __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x4bce98d5 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x4bcf03a4 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4be89652 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x4bf7b27d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0x4bfac54e km_state_expired +EXPORT_SYMBOL vmlinux 0x4c043861 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c1d87c8 netif_napi_del +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c344097 padata_stop +EXPORT_SYMBOL vmlinux 0x4c3d052a xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x4c4fef19 kernel_stack +EXPORT_SYMBOL vmlinux 0x4c5e3a42 give_up_console +EXPORT_SYMBOL vmlinux 0x4c89d7d9 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x4c99fe6e dev_mc_flush +EXPORT_SYMBOL vmlinux 0x4ca7eaee dquot_resume +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc8788a copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x4ccf5385 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4ce0ad36 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x4cffa5d9 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x4d010541 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d43ead5 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x4d44a494 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d4e8771 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x4d4ffd1c pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x4d5f5979 submit_bio +EXPORT_SYMBOL vmlinux 0x4d66ab67 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x4d814fad vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4daa360a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x4dc97588 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x4dcbc8b9 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x4dd45ac8 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x4dd7049e pci_clear_master +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4de43230 block_truncate_page +EXPORT_SYMBOL vmlinux 0x4deae87c km_query +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e1f68be __devm_request_region +EXPORT_SYMBOL vmlinux 0x4e26fbc9 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e4fa355 dcache_readdir +EXPORT_SYMBOL vmlinux 0x4e64cbe5 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e796c3a seq_write +EXPORT_SYMBOL vmlinux 0x4e7dcae1 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x4e7f112e phy_register_fixup +EXPORT_SYMBOL vmlinux 0x4e8172f9 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e8b0df4 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x4e91290e __register_chrdev +EXPORT_SYMBOL vmlinux 0x4e954122 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eb0db0f ip6_xmit +EXPORT_SYMBOL vmlinux 0x4eb8f0c2 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x4ec404b3 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x4ec74155 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x4edee5da neigh_update +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f5a2bd3 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6b400b _copy_from_user +EXPORT_SYMBOL vmlinux 0x4f783f30 acpi_read +EXPORT_SYMBOL vmlinux 0x4f7feac1 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x4f87c783 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x4f8b5ddb _copy_to_user +EXPORT_SYMBOL vmlinux 0x4f90b0da pci_restore_state +EXPORT_SYMBOL vmlinux 0x4f999de4 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x4fd01083 simple_lookup +EXPORT_SYMBOL vmlinux 0x4fde86b2 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe18fec pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x4ff247dc dput +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x501404e7 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x5019a523 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x504c2266 contig_page_data +EXPORT_SYMBOL vmlinux 0x50529870 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x50545f62 tc_classify_compat +EXPORT_SYMBOL vmlinux 0x505cd0fa agp_generic_enable +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x506d080b xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x50841b2c kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50b555ff jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x50b66bcb radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x50ca846e sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x50ceae48 swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50eedeb8 printk +EXPORT_SYMBOL vmlinux 0x50f638e1 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x5114d37b block_write_end +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x514a6686 devm_ioremap +EXPORT_SYMBOL vmlinux 0x51612303 kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x51811324 get_task_io_context +EXPORT_SYMBOL vmlinux 0x5186518f profile_pc +EXPORT_SYMBOL vmlinux 0x518d1176 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x51974d6b nf_register_hooks +EXPORT_SYMBOL vmlinux 0x51980ed6 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d20015 bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x51dfe410 netdev_update_features +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x51f1d4e5 dquot_enable +EXPORT_SYMBOL vmlinux 0x52006d56 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x52011324 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5206459c proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x52095e19 acpi_get_data +EXPORT_SYMBOL vmlinux 0x5211c309 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x52191806 dquot_destroy +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x5239417d simple_write_end +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x524523da dquot_transfer +EXPORT_SYMBOL vmlinux 0x5255ff7c pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x525e026f acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0x526545e0 kfree_put_link +EXPORT_SYMBOL vmlinux 0x5278aed8 d_delete +EXPORT_SYMBOL vmlinux 0x527ce0a7 genphy_update_link +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x52a0e213 sk_capable +EXPORT_SYMBOL vmlinux 0x52afc62d vfs_readv +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52d8de85 tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x530908da blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x530b1e4c rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x531e6bcf pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x532a5dc1 finish_open +EXPORT_SYMBOL vmlinux 0x532ec87d dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x53337acc fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x5340aa31 del_gendisk +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x537b6f7a get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x5383f34b _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x5393a6aa mmc_erase +EXPORT_SYMBOL vmlinux 0x539f708c km_policy_expired +EXPORT_SYMBOL vmlinux 0x53b077b7 dev_uc_del +EXPORT_SYMBOL vmlinux 0x53b504e8 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x53b6dfc5 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x53c3db1a ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x53da6c5a generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x53e6ea05 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x53ea8f25 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x53ebf6f7 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x53f2ef10 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x53f70b95 set_cached_acl +EXPORT_SYMBOL vmlinux 0x53fdf407 clear_inode +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x540b677e ip6_frag_match +EXPORT_SYMBOL vmlinux 0x54152e04 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x5426922c max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x543f6f42 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x544b0c11 acpi_lid_notifier_register +EXPORT_SYMBOL vmlinux 0x545310a7 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x5453e21f bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x5461a412 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x5464d3f6 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0x54752a7a xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x54813dab writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x54920b84 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54d32b79 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x55086478 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x550d4d89 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x5516c070 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552086e0 kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x5531c808 put_disk +EXPORT_SYMBOL vmlinux 0x5535de4e pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5545c396 set_groups +EXPORT_SYMBOL vmlinux 0x5554c68d page_address +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x55735f46 dev_warn +EXPORT_SYMBOL vmlinux 0x55738cef i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0x5590ae5f vme_irq_generate +EXPORT_SYMBOL vmlinux 0x55947dae pci_select_bars +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55c6b2a3 seq_release_private +EXPORT_SYMBOL vmlinux 0x55dc9819 set_trace_device +EXPORT_SYMBOL vmlinux 0x55e3f0f1 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x560b3333 mutex_unlock +EXPORT_SYMBOL vmlinux 0x56212b9a inet_frag_kill +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x56425ec6 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x5648b876 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x56604fcb skb_queue_head +EXPORT_SYMBOL vmlinux 0x5667f475 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x5676a3e5 intel_scu_ipc_ioread8 +EXPORT_SYMBOL vmlinux 0x569cd806 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x56c33030 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56f895fe pcie_get_mps +EXPORT_SYMBOL vmlinux 0x5705088a __vmalloc +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x5738cb5d security_path_unlink +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575af70c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57805cbc dev_printk_emit +EXPORT_SYMBOL vmlinux 0x5781772b mmc_remove_host +EXPORT_SYMBOL vmlinux 0x579846d4 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x579b09dd mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0x579fbcd2 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x57a013a6 dquot_acquire +EXPORT_SYMBOL vmlinux 0x57a99adb pci_find_capability +EXPORT_SYMBOL vmlinux 0x57ac573b posix_test_lock +EXPORT_SYMBOL vmlinux 0x57cb9498 generic_perform_write +EXPORT_SYMBOL vmlinux 0x57d20ff8 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x57d2b748 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x57d41cd1 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x57d60835 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x57d8f0f7 cdrom_open +EXPORT_SYMBOL vmlinux 0x58042430 dmam_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x58370106 generic_permission +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5841b189 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x584738f9 rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x586103be acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x58649031 dev_notice +EXPORT_SYMBOL vmlinux 0x58705f4f pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x5883214f tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x589d577b free_buffer_head +EXPORT_SYMBOL vmlinux 0x58a11801 blk_start_request +EXPORT_SYMBOL vmlinux 0x58a97821 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x58b0c162 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58ba002b kill_pgrp +EXPORT_SYMBOL vmlinux 0x58c8d1bb swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x58d3a092 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x58de35d5 register_key_type +EXPORT_SYMBOL vmlinux 0x58efaeb9 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x58fef6f8 ist_info +EXPORT_SYMBOL vmlinux 0x59241b61 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x59249cec copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x593e826b tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x595bb9be qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x596032ff security_d_instantiate +EXPORT_SYMBOL vmlinux 0x598fee6d request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x59913518 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x59a10798 posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x59ab50fc scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x59abcfac __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x59bc160b user_path_create +EXPORT_SYMBOL vmlinux 0x59bc9609 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0x59db72c4 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x59f1f7c8 bioset_free +EXPORT_SYMBOL vmlinux 0x59f4e7b0 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x59f82694 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x5a213caf __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x5a25991c sk_dst_check +EXPORT_SYMBOL vmlinux 0x5a2aa62e __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x5a2d88df _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x5a3ae45f agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a4e1a6a textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a772ce2 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x5a7a5ac1 x86_hyper_ms_hyperv +EXPORT_SYMBOL vmlinux 0x5ac376a5 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x5acaa3b0 follow_pfn +EXPORT_SYMBOL vmlinux 0x5adb538a __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x5af2cbc7 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x5af731be kill_pid +EXPORT_SYMBOL vmlinux 0x5afa7b06 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b043fd9 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x5b0a4d69 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b271d86 acpi_video_dmi_promote_vendor +EXPORT_SYMBOL vmlinux 0x5b366f20 dev_trans_start +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b4aeb95 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x5b68c1ae follow_down_one +EXPORT_SYMBOL vmlinux 0x5b887ecd sock_update_memcg +EXPORT_SYMBOL vmlinux 0x5bc8d583 copy_from_user_overflow +EXPORT_SYMBOL vmlinux 0x5bd017cd vfs_rmdir +EXPORT_SYMBOL vmlinux 0x5bd68fa2 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x5bf46f5c pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x5bf5b405 inode_set_flags +EXPORT_SYMBOL vmlinux 0x5bf919d9 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x5c0b2768 inet6_bind +EXPORT_SYMBOL vmlinux 0x5c0fd2d7 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x5c1807a9 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x5c1eb021 tty_name +EXPORT_SYMBOL vmlinux 0x5c51593c cap_mmap_file +EXPORT_SYMBOL vmlinux 0x5c545234 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x5c6cbd50 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x5c79e4bd ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x5cb92e95 do_fallocate +EXPORT_SYMBOL vmlinux 0x5ce83572 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d00ea66 scsi_execute +EXPORT_SYMBOL vmlinux 0x5d13d22c pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x5d306350 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d5dd7af delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x5d61acd1 proc_mkdir +EXPORT_SYMBOL vmlinux 0x5d642152 kmap_atomic +EXPORT_SYMBOL vmlinux 0x5d700d8e irq_to_desc +EXPORT_SYMBOL vmlinux 0x5d74dbcf pnp_range_reserved +EXPORT_SYMBOL vmlinux 0x5d96dd24 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x5db25f5b devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x5dce6b75 complete_and_exit +EXPORT_SYMBOL vmlinux 0x5de480f8 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x5e0fac14 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x5e21218a idr_replace +EXPORT_SYMBOL vmlinux 0x5e2f54a7 down_write +EXPORT_SYMBOL vmlinux 0x5e3e0e9f ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x5e3f7b22 twl6040_power +EXPORT_SYMBOL vmlinux 0x5e59998f netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x5e65287e filemap_map_pages +EXPORT_SYMBOL vmlinux 0x5e93d95a tty_unlock +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5ea5b59a block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb78281 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x5eb904ba _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f1a4ccf intel_scu_ipc_update_register +EXPORT_SYMBOL vmlinux 0x5f27544a mempool_destroy +EXPORT_SYMBOL vmlinux 0x5f3d4020 iget_locked +EXPORT_SYMBOL vmlinux 0x5f46c16c tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x5fc53f49 udp_proc_register +EXPORT_SYMBOL vmlinux 0x5fced6b9 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x5fd268cb radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fe41fb6 percpu_counter_set +EXPORT_SYMBOL vmlinux 0x5ff42b08 acpi_video_get_capabilities +EXPORT_SYMBOL vmlinux 0x60028840 dquot_alloc +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x601a64f5 inet6_release +EXPORT_SYMBOL vmlinux 0x601e13f3 udp_seq_open +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602ed00d acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x6042549c seq_printf +EXPORT_SYMBOL vmlinux 0x6045a4bc neigh_table_clear +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x606f7130 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x6090dbe5 security_path_mknod +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60b86f61 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x60de6bb3 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60f22db8 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x60f9db3f scsi_dma_map +EXPORT_SYMBOL vmlinux 0x610d0162 get_tz_trend +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x614383c0 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x619b187b add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x61ac61aa jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x61b3560c cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c0face vc_resize +EXPORT_SYMBOL vmlinux 0x61d2d96e bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x61f6a7dc dma_release_from_coherent +EXPORT_SYMBOL vmlinux 0x62049256 acpi_disable +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622a498d uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x622fa02a prepare_to_wait +EXPORT_SYMBOL vmlinux 0x6237f6b5 acpi_enable_event +EXPORT_SYMBOL vmlinux 0x6241a2ab __copy_from_user_ll_nocache +EXPORT_SYMBOL vmlinux 0x624f9674 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x62713f72 sock_wfree +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x627853f8 account_page_redirty +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62b261a1 qdisc_list_del +EXPORT_SYMBOL vmlinux 0x62e3406a blk_stop_queue +EXPORT_SYMBOL vmlinux 0x62f7eeb7 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x6306c806 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x630ab1b4 down_write_trylock +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x63351e61 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x634160cf phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x6341cd85 kunmap_high +EXPORT_SYMBOL vmlinux 0x635a87b1 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x636a5691 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0x637108dc agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x6386ef96 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x63a01291 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x63a6bcc9 acpi_map_lsapic +EXPORT_SYMBOL vmlinux 0x63ae0138 intel_gtt_get +EXPORT_SYMBOL vmlinux 0x63b0c026 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x63b30e0b do_truncate +EXPORT_SYMBOL vmlinux 0x63ca7bbe dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x63db86b1 ip6_route_output +EXPORT_SYMBOL vmlinux 0x63dd045d dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x63e0de74 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x63e316a0 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x63e3cbdf sk_alloc +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f4a71d vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x63fc829f elv_add_request +EXPORT_SYMBOL vmlinux 0x63febf32 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x640d2642 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x643aff8e vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x6449fd41 acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0x645311c1 try_to_release_page +EXPORT_SYMBOL vmlinux 0x647f3a20 clk_add_alias +EXPORT_SYMBOL vmlinux 0x647fcd71 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x649aa7ee genphy_suspend +EXPORT_SYMBOL vmlinux 0x649cc148 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x64a4b84d cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x64b2dfdc jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x64cd80fa dev_change_flags +EXPORT_SYMBOL vmlinux 0x64d10c31 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x64d31ffa i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x64d3f793 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x64e31846 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x64e6aa79 sock_from_file +EXPORT_SYMBOL vmlinux 0x64eae7ad set_memory_array_wb +EXPORT_SYMBOL vmlinux 0x64eec59f tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x64fa7693 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x65067813 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652bd141 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x652d8eeb inc_nlink +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x655f1ab0 set_memory_array_wc +EXPORT_SYMBOL vmlinux 0x6565d33f scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x6566c5af ilookup +EXPORT_SYMBOL vmlinux 0x6572963a sk_free +EXPORT_SYMBOL vmlinux 0x6579ba1d jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x65906756 pnpbios_protocol +EXPORT_SYMBOL vmlinux 0x65a295bb atomic64_xchg_cx8 +EXPORT_SYMBOL vmlinux 0x65a69e38 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e813e4 eth_type_trans +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65f81fa3 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x6602043a clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x6604be16 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x66128672 dm_get_device +EXPORT_SYMBOL vmlinux 0x6612f79b generic_removexattr +EXPORT_SYMBOL vmlinux 0x66150250 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x66355efc vprintk +EXPORT_SYMBOL vmlinux 0x66392060 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x663f7cd0 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0x66497952 dev_mc_del +EXPORT_SYMBOL vmlinux 0x66792534 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x668dc9b4 scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x66ac4939 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x66bb14c1 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x66ecabe8 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x66ee31c8 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x670c7291 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x671035bb tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x67188ec6 read_cache_page +EXPORT_SYMBOL vmlinux 0x671c9898 blk_start_queue +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x673936ee dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x673e0418 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x6745e689 vga_client_register +EXPORT_SYMBOL vmlinux 0x6749d771 set_binfmt +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x676d3bbc pcim_iounmap +EXPORT_SYMBOL vmlinux 0x6791c034 mddev_congested +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b50f57 consume_skb +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67bee2f2 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0x67dcffb7 lg_lock_init +EXPORT_SYMBOL vmlinux 0x67f3aeb4 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0x67f4b75c d_tmpfile +EXPORT_SYMBOL vmlinux 0x67f72102 idr_init +EXPORT_SYMBOL vmlinux 0x67f7403e _raw_spin_lock +EXPORT_SYMBOL vmlinux 0x67f7a576 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x682da922 install_exec_creds +EXPORT_SYMBOL vmlinux 0x686221b9 proto_register +EXPORT_SYMBOL vmlinux 0x686389df override_creds +EXPORT_SYMBOL vmlinux 0x6867501e mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x68763bf1 may_umount +EXPORT_SYMBOL vmlinux 0x687b6799 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687baa6b inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x6892f5de dm_kobject_release +EXPORT_SYMBOL vmlinux 0x689ce9c2 scsi_device_put +EXPORT_SYMBOL vmlinux 0x68a02b2d default_llseek +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68bfff36 mmc_put_card +EXPORT_SYMBOL vmlinux 0x68c1c776 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x68d64325 fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x68dfc59f __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e2f221 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0x691001b5 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x6959d76d make_bad_inode +EXPORT_SYMBOL vmlinux 0x6964cad0 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x697d7d81 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x69911d4b ida_init +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69aebcf5 md_write_start +EXPORT_SYMBOL vmlinux 0x69c1eae2 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0x69c7d7ec nf_reinject +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69d89739 security_inode_readlink +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69ee09d9 vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0x69f20786 tcf_register_action +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a13d6ca __blk_end_request +EXPORT_SYMBOL vmlinux 0x6a27ba64 dst_alloc +EXPORT_SYMBOL vmlinux 0x6a27bfce csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x6a2b7b49 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x6a2f4759 xfrm_input +EXPORT_SYMBOL vmlinux 0x6a48e16b percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a7294d1 sg_miter_start +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a8cf7d2 release_sock +EXPORT_SYMBOL vmlinux 0x6aa1fece pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x6aa9c900 bio_copy_user +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6ad85887 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6af8b590 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x6b0012bf udp6_csum_init +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b390853 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x6b3edb56 kobject_del +EXPORT_SYMBOL vmlinux 0x6b49c2ef blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x6b70bd33 dev_uc_init +EXPORT_SYMBOL vmlinux 0x6b816963 register_gifconf +EXPORT_SYMBOL vmlinux 0x6b882adf iget_failed +EXPORT_SYMBOL vmlinux 0x6ba57659 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x6bb48f24 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bccece1 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x6bd241a6 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6beb9ac5 dqget +EXPORT_SYMBOL vmlinux 0x6bfaeafd genl_notify +EXPORT_SYMBOL vmlinux 0x6bfbede6 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c25db81 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x6c2e3320 strncmp +EXPORT_SYMBOL vmlinux 0x6c3d8897 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6ca5b0f8 __net_get_random_once +EXPORT_SYMBOL vmlinux 0x6cbecaf1 set_bh_page +EXPORT_SYMBOL vmlinux 0x6cc339ee update_region +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6cecc677 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x6cf415bc __get_user_pages +EXPORT_SYMBOL vmlinux 0x6cfbdcbd inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d14fcb9 sync_inode +EXPORT_SYMBOL vmlinux 0x6d23e04a pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0x6d266164 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d3996f2 skb_append +EXPORT_SYMBOL vmlinux 0x6d49f921 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x6d5346f7 touch_atime +EXPORT_SYMBOL vmlinux 0x6d637cf9 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x6dac5791 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x6dba7920 put_tty_driver +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e1ce0a8 seq_vprintf +EXPORT_SYMBOL vmlinux 0x6e22a8c0 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x6e258ff3 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x6e441f93 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x6e46e3da deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x6e51ac2e _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x6e60159f kmap_atomic_prot +EXPORT_SYMBOL vmlinux 0x6e6514ed radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6e65f2dc rtc_lock +EXPORT_SYMBOL vmlinux 0x6e6789cf tcp_parse_options +EXPORT_SYMBOL vmlinux 0x6e687570 lro_receive_skb +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e7a4690 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x6e7da3a3 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x6e890cc1 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6e9eff3d module_layout +EXPORT_SYMBOL vmlinux 0x6ead91fd jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x6eba85d3 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6eeae454 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x6f05ddbc inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x6f0dc804 put_page +EXPORT_SYMBOL vmlinux 0x6f17035e pci_set_power_state +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f446fbd add_disk +EXPORT_SYMBOL vmlinux 0x6f4c6b71 lg_local_unlock +EXPORT_SYMBOL vmlinux 0x6f556bdb acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x6f59d822 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x6f5bb9fc sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x6f79c14f dquot_quota_off +EXPORT_SYMBOL vmlinux 0x6fa9136c dump_page +EXPORT_SYMBOL vmlinux 0x6fb00361 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x6fb63a72 md_error +EXPORT_SYMBOL vmlinux 0x6fbf7085 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fdee119 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x6feb2039 acpi_write +EXPORT_SYMBOL vmlinux 0x7005cc44 __genl_register_family +EXPORT_SYMBOL vmlinux 0x701f24d9 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x704394b9 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7062b4cd cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x70727a54 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x707f93dd preempt_schedule +EXPORT_SYMBOL vmlinux 0x7081bdfb simple_getattr +EXPORT_SYMBOL vmlinux 0x7088ce72 printk_emit +EXPORT_SYMBOL vmlinux 0x7098cdb2 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x70a6a1ee alloc_fddidev +EXPORT_SYMBOL vmlinux 0x70ac33c8 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70c806ab lock_rename +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d1f8f3 strncat +EXPORT_SYMBOL vmlinux 0x70d8ab82 acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0x7108b028 init_task +EXPORT_SYMBOL vmlinux 0x7114a71f bit_waitqueue +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712ed37b radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x712fd22c netif_device_detach +EXPORT_SYMBOL vmlinux 0x71332e18 i2c_master_send +EXPORT_SYMBOL vmlinux 0x71482c3f jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x714ccd69 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x7155d58f mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a5a6b3 bdevname +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b08ba3 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x71c958fc simple_open +EXPORT_SYMBOL vmlinux 0x71d35d86 make_kgid +EXPORT_SYMBOL vmlinux 0x71e1bd12 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x71f25798 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x71f65175 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x71ffa9e9 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x72168774 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x724c3ec3 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x72533446 fput +EXPORT_SYMBOL vmlinux 0x7262a026 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x726967c5 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x72782b9d ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x727c3e5b d_lookup +EXPORT_SYMBOL vmlinux 0x72aa9809 elv_rb_find +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b3a0a2 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x72b5b2b7 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72bc7280 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x72bf2140 mtrr_add +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72e1dd2c dquot_quota_on +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f3aa32 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x7300c515 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x732da5ea __destroy_inode +EXPORT_SYMBOL vmlinux 0x733afe51 eth_header_cache +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x7341eae6 skb_clone +EXPORT_SYMBOL vmlinux 0x734eb687 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x735a86eb pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x735b611a lookup_one_len +EXPORT_SYMBOL vmlinux 0x736b4ade _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0x7374b17e __quota_error +EXPORT_SYMBOL vmlinux 0x738803e6 strnlen +EXPORT_SYMBOL vmlinux 0x73a3be8a release_firmware +EXPORT_SYMBOL vmlinux 0x73b06ff6 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x73c56b5a lru_cache_add_file +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x7413793a EISA_bus +EXPORT_SYMBOL vmlinux 0x7422f0ff unregister_filesystem +EXPORT_SYMBOL vmlinux 0x742c9522 seq_putc +EXPORT_SYMBOL vmlinux 0x742fafd7 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x74323476 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x743b4ae3 atomic64_inc_not_zero_cx8 +EXPORT_SYMBOL vmlinux 0x744a55f2 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x74569bc4 revalidate_disk +EXPORT_SYMBOL vmlinux 0x746b5b74 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7472a80b xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x74884f4e __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x749cf3b1 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x74a5dfe2 proc_set_size +EXPORT_SYMBOL vmlinux 0x74aada43 secpath_dup +EXPORT_SYMBOL vmlinux 0x74bb2181 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74ce05b8 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x74d62d69 blk_finish_request +EXPORT_SYMBOL vmlinux 0x74d79dc7 kthread_stop +EXPORT_SYMBOL vmlinux 0x74e5c98f ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74eabba5 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x74ebdd92 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x74fceacf ps2_init +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x7511e173 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x75271716 save_processor_state +EXPORT_SYMBOL vmlinux 0x752e439a sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x7531e3dc acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0x75353851 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x7552d496 skb_push +EXPORT_SYMBOL vmlinux 0x755d4e59 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x75642ca7 dev_activate +EXPORT_SYMBOL vmlinux 0x75818a7e send_sig +EXPORT_SYMBOL vmlinux 0x758c5ee8 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x75b53834 skb_make_writable +EXPORT_SYMBOL vmlinux 0x75bb675a finish_wait +EXPORT_SYMBOL vmlinux 0x75bc549a x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75c65684 seq_path +EXPORT_SYMBOL vmlinux 0x75c66a9d file_remove_suid +EXPORT_SYMBOL vmlinux 0x75d21809 vprintk_emit +EXPORT_SYMBOL vmlinux 0x75dcde41 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x75e477fb kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x75f49833 tcf_hash_search +EXPORT_SYMBOL vmlinux 0x75fb9825 sg_miter_next +EXPORT_SYMBOL vmlinux 0x75fbdefd acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x7603d1f3 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7617be6e cont_write_begin +EXPORT_SYMBOL vmlinux 0x76248b8e skb_split +EXPORT_SYMBOL vmlinux 0x7628f3c7 this_cpu_off +EXPORT_SYMBOL vmlinux 0x762add85 atomic64_inc_return_cx8 +EXPORT_SYMBOL vmlinux 0x76314763 amd_northbridges +EXPORT_SYMBOL vmlinux 0x763a3152 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x769783fb max8925_set_bits +EXPORT_SYMBOL vmlinux 0x769a10b1 __ht_create_irq +EXPORT_SYMBOL vmlinux 0x769e06d7 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x76b24f68 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76d0395f inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x76d0caa4 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x76d3b6b6 phy_stop +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76d5ddb9 blk_get_queue +EXPORT_SYMBOL vmlinux 0x76f6c5ef kmalloc_order +EXPORT_SYMBOL vmlinux 0x770a0036 isapnp_cfg_begin +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x772f9eec __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x773f17cf sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x774fd208 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77a142e9 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x77a7ddc4 blk_rq_init +EXPORT_SYMBOL vmlinux 0x77bb99f6 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77cbe8bf sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77e0ce1f generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x78089d2e agp_bind_memory +EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt +EXPORT_SYMBOL vmlinux 0x78167e88 pci_iounmap +EXPORT_SYMBOL vmlinux 0x781de4fb sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x78244897 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x782567ec memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x7889bb36 netpoll_setup +EXPORT_SYMBOL vmlinux 0x788d447a pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a110b3 arp_create +EXPORT_SYMBOL vmlinux 0x78a21f5c isapnp_protocol +EXPORT_SYMBOL vmlinux 0x78bb2011 dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0x78c39748 dm_put_device +EXPORT_SYMBOL vmlinux 0x78d2fc09 tty_register_driver +EXPORT_SYMBOL vmlinux 0x78db38d3 proc_dointvec +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78ee30ce blk_get_request +EXPORT_SYMBOL vmlinux 0x78f70670 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x79068fda acpi_install_method +EXPORT_SYMBOL vmlinux 0x790fa971 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x79169f9a led_set_brightness +EXPORT_SYMBOL vmlinux 0x79385bba new_sync_write +EXPORT_SYMBOL vmlinux 0x793da921 d_splice_alias +EXPORT_SYMBOL vmlinux 0x795d764a i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x7966afc6 __scm_destroy +EXPORT_SYMBOL vmlinux 0x79686add mount_nodev +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79bd4785 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x79e5c73c __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x79f96908 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a4b65b2 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x7a4f715a pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x7a5895f1 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x7a6d4fbe input_register_handler +EXPORT_SYMBOL vmlinux 0x7a6fe050 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x7a7e17fb unregister_nls +EXPORT_SYMBOL vmlinux 0x7a8007e6 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x7a82cb47 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a9bf88d udplite_table +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7aec9089 clear_user +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7b134ddf acpi_get_name +EXPORT_SYMBOL vmlinux 0x7b1ade38 lz4_decompress +EXPORT_SYMBOL vmlinux 0x7b2debf4 key_invalidate +EXPORT_SYMBOL vmlinux 0x7b449c3f inet_ioctl +EXPORT_SYMBOL vmlinux 0x7b487bc8 from_kprojid +EXPORT_SYMBOL vmlinux 0x7b496185 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x7b52a859 wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7ba5f631 km_policy_notify +EXPORT_SYMBOL vmlinux 0x7bb3bc8f __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x7bd6cfe2 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c191360 clocksource_register +EXPORT_SYMBOL vmlinux 0x7c1e8985 km_report +EXPORT_SYMBOL vmlinux 0x7c38a98e inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x7c3f67ec acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c5f3538 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c66d983 redraw_screen +EXPORT_SYMBOL vmlinux 0x7c6a3cf9 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x7c6a5dae gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x7c773217 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x7c86984f names_cachep +EXPORT_SYMBOL vmlinux 0x7c8cb502 tty_check_change +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7ca1e87f dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cdb6e26 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x7cddbdb9 nla_reserve +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce83365 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d36a602 dev_uc_add +EXPORT_SYMBOL vmlinux 0x7d4959ec scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x7d5d5341 idr_destroy +EXPORT_SYMBOL vmlinux 0x7d611230 pci_bus_get +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d94f746 acpi_os_write_port +EXPORT_SYMBOL vmlinux 0x7dbc2e57 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0x7dcc1338 complete_request_key +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7df7a5ce genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x7e141b09 fget_raw +EXPORT_SYMBOL vmlinux 0x7e181159 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x7e2c5fab nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x7e3f998e netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x7e43a4de security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x7e4e5d53 vfs_open +EXPORT_SYMBOL vmlinux 0x7e601ddd xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0x7e7f2a91 km_is_alive +EXPORT_SYMBOL vmlinux 0x7eab684d ll_rw_block +EXPORT_SYMBOL vmlinux 0x7ebf4efa inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x7ec8fad2 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x7eca5d4d scsi_get_command +EXPORT_SYMBOL vmlinux 0x7ecb001b __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x7eda71b1 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x7edf5b66 inet_addr_type +EXPORT_SYMBOL vmlinux 0x7ee73c0c memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0x7efe3eaa blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x7f0f4a02 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f495dcb blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f6f6ff9 tso_start +EXPORT_SYMBOL vmlinux 0x7f994418 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x7fa79a74 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x7fcadfc1 skb_pad +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fde7e3f jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7ff513be phy_find_first +EXPORT_SYMBOL vmlinux 0x8035da8a set_nlink +EXPORT_SYMBOL vmlinux 0x80383a21 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x8046d708 d_add_ci +EXPORT_SYMBOL vmlinux 0x804711b1 tcp_prot +EXPORT_SYMBOL vmlinux 0x808043b9 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x808d56b0 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x80902c38 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x80972424 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x8098132c prepare_binprm +EXPORT_SYMBOL vmlinux 0x809bcce0 sock_i_ino +EXPORT_SYMBOL vmlinux 0x80bdadd3 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d9ca85 paravirt_ticketlocks_enabled +EXPORT_SYMBOL vmlinux 0x80dc9663 security_mmap_file +EXPORT_SYMBOL vmlinux 0x813686f0 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x814383d5 fb_pan_display +EXPORT_SYMBOL vmlinux 0x81472677 acpi_get_table +EXPORT_SYMBOL vmlinux 0x814ce7a1 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x8150c0ba mempool_resize +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815c56d0 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x8187c947 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x818da3c7 blk_register_region +EXPORT_SYMBOL vmlinux 0x8199ea1e __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x819ce48e con_copy_unimap +EXPORT_SYMBOL vmlinux 0x81c05f10 pci_map_rom +EXPORT_SYMBOL vmlinux 0x81c5d1fb cdev_del +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e2b958 seq_release +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x820dae1f bdgrab +EXPORT_SYMBOL vmlinux 0x82105a16 dev_get_flags +EXPORT_SYMBOL vmlinux 0x82115302 d_make_root +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x8217c893 md_write_end +EXPORT_SYMBOL vmlinux 0x822f5164 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x8235805b memmove +EXPORT_SYMBOL vmlinux 0x823670ff pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x824342f4 kset_unregister +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x82609fe1 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x826e658a __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x8290dac3 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x82a0fb53 input_inject_event +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82bad3f7 sock_edemux +EXPORT_SYMBOL vmlinux 0x82cda595 ppp_input_error +EXPORT_SYMBOL vmlinux 0x82dfe72e dcb_getapp +EXPORT_SYMBOL vmlinux 0x82ec63d0 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x8305ea09 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x830b0425 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x830e547b ioremap_prot +EXPORT_SYMBOL vmlinux 0x83145db2 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x8314896e pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x83172a52 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x8329e6f0 memset +EXPORT_SYMBOL vmlinux 0x83384579 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x833a6f31 inet_release +EXPORT_SYMBOL vmlinux 0x833b8cb1 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x833c03aa acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x834e526e acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0x834e6d08 inode_change_ok +EXPORT_SYMBOL vmlinux 0x8374d57b dcb_setapp +EXPORT_SYMBOL vmlinux 0x837e1e45 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x838610af uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x83a1f359 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83c1ef95 tty_hangup +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83e16055 ipv4_specific +EXPORT_SYMBOL vmlinux 0x83e18039 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x840509c3 dev_change_carrier +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x84078e6e neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x8417f512 acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x844ea884 mb_cache_create +EXPORT_SYMBOL vmlinux 0x845ccab8 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x8467697f tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x847a0730 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x848cc82c ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x849fbb9d set_pages_uc +EXPORT_SYMBOL vmlinux 0x84b92b12 mpage_readpages +EXPORT_SYMBOL vmlinux 0x84be886f completion_done +EXPORT_SYMBOL vmlinux 0x84c0d607 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x84c5c6a8 rtnl_notify +EXPORT_SYMBOL vmlinux 0x84c9d071 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x84d0bc59 serio_interrupt +EXPORT_SYMBOL vmlinux 0x84d25a2c mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x84dc613f locks_remove_posix +EXPORT_SYMBOL vmlinux 0x84e47cda scsi_unregister +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x85092608 igrab +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x85158d54 bio_split +EXPORT_SYMBOL vmlinux 0x8518ea37 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x854d8a4a cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8571fa9f __dquot_transfer +EXPORT_SYMBOL vmlinux 0x85a079c9 pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x85a36939 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x85aaeff8 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85c3f5b9 single_release +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85ed0722 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x85fdbcf5 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x85ff700b neigh_seq_next +EXPORT_SYMBOL vmlinux 0x8604f34c sock_alloc_file +EXPORT_SYMBOL vmlinux 0x861fba98 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x86253e08 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x863fc2f3 generic_file_open +EXPORT_SYMBOL vmlinux 0x865016f8 should_remove_suid +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8657fefe dev_driver_string +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x86801e3e da903x_query_status +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868ba403 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86d75fe9 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x86f98716 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x872d1f48 vfs_llseek +EXPORT_SYMBOL vmlinux 0x874231d7 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x876dafc3 ec_write +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x8795a1d2 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x8796dd1a seq_bitmap +EXPORT_SYMBOL vmlinux 0x8798e453 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x87a68cc0 inode_permission +EXPORT_SYMBOL vmlinux 0x87aaddf8 wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x87bd6b43 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x87c9d4a5 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x87e7deeb tty_mutex +EXPORT_SYMBOL vmlinux 0x87f76401 inode_dio_done +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x882dab9d sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x8831716e request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x8834b360 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x887680f1 single_open +EXPORT_SYMBOL vmlinux 0x88994ebf rename_lock +EXPORT_SYMBOL vmlinux 0x88b625fa xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x88fe7051 tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x8900639d ps2_drain +EXPORT_SYMBOL vmlinux 0x8904f2cb security_path_chown +EXPORT_SYMBOL vmlinux 0x8923d49b inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x892b26a0 set_memory_nx +EXPORT_SYMBOL vmlinux 0x89355c86 fb_class +EXPORT_SYMBOL vmlinux 0x8953f8ff __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x897aff43 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x898266e5 tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x898bb2ca abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x89a3a73c pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89b84b93 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89f26476 blk_end_request +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1c5455 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x8a33e54e rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x8a44e845 kill_bdev +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a5545a8 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x8a6380d0 inode_init_owner +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a80d7a5 acpi_error +EXPORT_SYMBOL vmlinux 0x8a9052af skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x8a95bb04 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aec4f2a mount_pseudo +EXPORT_SYMBOL vmlinux 0x8aff6a7a generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x8b0cb1e4 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x8b18496f __copy_to_user_ll +EXPORT_SYMBOL vmlinux 0x8b1be912 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x8b1dbbc5 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x8b226a81 acpi_video_dmi_demote_vendor +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b41a13c scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b4c1541 key_validate +EXPORT_SYMBOL vmlinux 0x8b4c85a8 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x8b5f4a2e IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b62fd46 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x8b732b26 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x8b77fb95 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x8b7abb2c tcp_prequeue +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b848654 replace_mount_options +EXPORT_SYMBOL vmlinux 0x8b9254f3 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x8b95dd4a __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b9b8428 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x8b9e1c82 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x8bb23d73 __inode_permission +EXPORT_SYMBOL vmlinux 0x8bcffbf5 tso_build_data +EXPORT_SYMBOL vmlinux 0x8bddce14 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x8beb82f7 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c369aa0 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x8c4c92c4 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x8c600453 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8ca8ecb6 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x8cadf094 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x8cbc16d7 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cca9e9f mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8ce28610 vc_cons +EXPORT_SYMBOL vmlinux 0x8d2bf109 file_update_time +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d45e109 dma_pool_create +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d6b2ce1 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8d6c4b0e nf_log_unset +EXPORT_SYMBOL vmlinux 0x8d6f81b4 __div64_32 +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d77a581 pnp_start_dev +EXPORT_SYMBOL vmlinux 0x8d8d96c6 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x8d96dfe5 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x8da1a3cb acpi_remove_interface +EXPORT_SYMBOL vmlinux 0x8daf8c42 dql_init +EXPORT_SYMBOL vmlinux 0x8db59672 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x8dc6e564 restore_processor_state +EXPORT_SYMBOL vmlinux 0x8deea7c3 tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x8e002cda acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0x8e0b21c8 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x8e0d66f4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8e139860 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x8e186514 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x8e1f0bec max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x8e312e02 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x8e4131cf dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x8e45c88b agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x8e49142e setup_arg_pages +EXPORT_SYMBOL vmlinux 0x8e79e11c sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x8e888ec3 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x8e91fd19 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x8e9429bb clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x8e9db66d iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x8eab5113 sock_no_accept +EXPORT_SYMBOL vmlinux 0x8ead54f6 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8ec9b05b sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x8ed1758c blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x8ef34298 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x8ef36c59 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x8efc1c05 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x8f045d1c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f4b6d65 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x8f755674 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x8f77e96e netdev_printk +EXPORT_SYMBOL vmlinux 0x8f7eccfb blk_free_tags +EXPORT_SYMBOL vmlinux 0x8f883532 textsearch_register +EXPORT_SYMBOL vmlinux 0x8f8a6690 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x8f8fee9b mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fbca847 check_disk_change +EXPORT_SYMBOL vmlinux 0x8fd015ce scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x8fdb7534 set_pages_nx +EXPORT_SYMBOL vmlinux 0x8fe295ce blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x8ff4079b pv_irq_ops +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x900b0c2f xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x900e0405 nobh_write_end +EXPORT_SYMBOL vmlinux 0x90257f68 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x90268dfb genphy_resume +EXPORT_SYMBOL vmlinux 0x903c1e9f cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x903eb457 fsync_bdev +EXPORT_SYMBOL vmlinux 0x904349b0 devm_clk_get +EXPORT_SYMBOL vmlinux 0x904409c6 acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x90695906 vme_free_consistent +EXPORT_SYMBOL vmlinux 0x9084481d sk_receive_skb +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x908c3440 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x909bf734 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x909cedc3 neigh_for_each +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x90d4f2c9 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x90e63db1 sk_net_capable +EXPORT_SYMBOL vmlinux 0x9101edc6 queue_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x910be715 i2c_release_client +EXPORT_SYMBOL vmlinux 0x910e1d68 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x9110479f try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x91289150 md_done_sync +EXPORT_SYMBOL vmlinux 0x91411192 __frontswap_test +EXPORT_SYMBOL vmlinux 0x9141ec9e proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x914dafff mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x915fd050 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x91967e8e xen_selfballoon_init +EXPORT_SYMBOL vmlinux 0x91975395 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x92368bd4 page_put_link +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x9243147f pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x925aa287 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x92637f13 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x9266dd6c pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x92897e3d default_idle +EXPORT_SYMBOL vmlinux 0x928bfcdc sockfd_lookup +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92ac1b32 devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0x92eb4b18 dma_set_mask +EXPORT_SYMBOL vmlinux 0x92eecb5d tty_port_close +EXPORT_SYMBOL vmlinux 0x92f126ee tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x93256c0d pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x933a9023 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x9370ef0c is_bad_inode +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93848643 vme_irq_request +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93ae6407 __kfree_skb +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b79c88 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x93b8d7a0 mmc_free_host +EXPORT_SYMBOL vmlinux 0x93da894b tty_write_room +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x94104107 rt6_lookup +EXPORT_SYMBOL vmlinux 0x9417d150 serio_close +EXPORT_SYMBOL vmlinux 0x942e6bfc xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x9438d3b0 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x945bae53 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x946204a5 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x947415bc dm_register_target +EXPORT_SYMBOL vmlinux 0x948ee13a tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949a6af2 security_path_truncate +EXPORT_SYMBOL vmlinux 0x94acfe05 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x94b331b8 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x94b541b5 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x94bfa687 flush_old_exec +EXPORT_SYMBOL vmlinux 0x94e8a81d i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x95251be3 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x9525f8c4 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x95364562 mount_single +EXPORT_SYMBOL vmlinux 0x95395301 acpi_exception +EXPORT_SYMBOL vmlinux 0x953c04e9 elv_rb_add +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95468dd1 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x954ebb15 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x9554e8dd phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x955f3f1f blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x95775038 kern_path_create +EXPORT_SYMBOL vmlinux 0x957e1b5c get_user_pages +EXPORT_SYMBOL vmlinux 0x95b2f0e9 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x95bd6e26 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0x95fb9b1c blk_init_tags +EXPORT_SYMBOL vmlinux 0x95fee87b blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x9609e481 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x960dfaf5 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x96168a8b udp_sendmsg +EXPORT_SYMBOL vmlinux 0x961b3133 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x962447cd page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x96728ad6 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x969c8cb5 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x96a173a9 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x96aebee7 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96df228e devfreq_add_device +EXPORT_SYMBOL vmlinux 0x96e30c8e unregister_console +EXPORT_SYMBOL vmlinux 0x970cdc70 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x970d5274 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x973a2eec textsearch_destroy +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x975d9778 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x978a7fe5 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x979334dc tcp_sendpage +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x979d2b55 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97b4500c __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x97b59586 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0x97bb0631 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x97be867e tcf_action_exec +EXPORT_SYMBOL vmlinux 0x97c1123c devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x97c5bd0a acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x97d37ef9 udp_prot +EXPORT_SYMBOL vmlinux 0x97dcef29 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x97de0ddd acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x97e6cff5 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x981b8c5b dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x98503a08 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x98547a21 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x986d1252 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x9873d416 serio_open +EXPORT_SYMBOL vmlinux 0x988ed85d set_memory_x +EXPORT_SYMBOL vmlinux 0x98b3afee phy_device_register +EXPORT_SYMBOL vmlinux 0x98db4895 devm_gpio_request +EXPORT_SYMBOL vmlinux 0x98f05b8f generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x991ff7f5 f_setown +EXPORT_SYMBOL vmlinux 0x99233c32 cpu_core_map +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993dbd13 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x9942f136 dqput +EXPORT_SYMBOL vmlinux 0x99430495 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x994ff87c keyring_clear +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x997c2085 key_task_permission +EXPORT_SYMBOL vmlinux 0x997c2a78 prepare_creds +EXPORT_SYMBOL vmlinux 0x9989c022 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x998c2a96 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a7c5ae mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x99b098f6 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x99b17093 pci_pme_active +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99cfed65 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x9a05c865 mpage_writepages +EXPORT_SYMBOL vmlinux 0x9a1d8165 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a339d31 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x9a51b64f netlink_unicast +EXPORT_SYMBOL vmlinux 0x9a6a83f9 cmos_lock +EXPORT_SYMBOL vmlinux 0x9a7271a5 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x9a7ca4f0 vfs_getattr +EXPORT_SYMBOL vmlinux 0x9aa7d8ef i2c_master_recv +EXPORT_SYMBOL vmlinux 0x9aa930af pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x9ac29fd2 put_io_context +EXPORT_SYMBOL vmlinux 0x9ac57cba filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x9ac84e4a register_filesystem +EXPORT_SYMBOL vmlinux 0x9ae10506 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x9ae74c35 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9af28980 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x9af49f1b nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x9b0e9147 dquot_disable +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b5c0856 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b92759c sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x9b9a7d64 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bbe88b3 flex_array_put +EXPORT_SYMBOL vmlinux 0x9bbeba46 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x9bbf2fdf __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x9bc7e6f8 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x9bcb5912 request_firmware +EXPORT_SYMBOL vmlinux 0x9bcb7b3e unlock_new_inode +EXPORT_SYMBOL vmlinux 0x9bd3e2d8 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x9bd9cb38 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x9bdeb5fa blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bf8af1b search_binary_handler +EXPORT_SYMBOL vmlinux 0x9bff8a43 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x9c06391e __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x9c0b117d file_open_root +EXPORT_SYMBOL vmlinux 0x9c130c22 dget_parent +EXPORT_SYMBOL vmlinux 0x9c15c018 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x9c2c944a __copy_from_user_ll_nocache_nozero +EXPORT_SYMBOL vmlinux 0x9c3a5026 gen_pool_free +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c8bb914 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x9c8ecd26 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0x9c922d76 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x9c9fe545 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cd6d8d0 d_validate +EXPORT_SYMBOL vmlinux 0x9ce29205 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d131b7e dev_addr_add +EXPORT_SYMBOL vmlinux 0x9d1b1443 deactivate_super +EXPORT_SYMBOL vmlinux 0x9d30371f pci_get_slot +EXPORT_SYMBOL vmlinux 0x9d33ef5e acpi_enable +EXPORT_SYMBOL vmlinux 0x9d34e908 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d4e5308 padata_add_cpu +EXPORT_SYMBOL vmlinux 0x9d62ce2d posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x9d81d1b2 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x9d8bb421 __seq_open_private +EXPORT_SYMBOL vmlinux 0x9d90f95f __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x9dd3b5f6 __skb_checksum +EXPORT_SYMBOL vmlinux 0x9dfe7307 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e055394 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e363b6b acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0x9e41891d tcp_seq_open +EXPORT_SYMBOL vmlinux 0x9e4b2076 I_BDEV +EXPORT_SYMBOL vmlinux 0x9e4b3747 sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x9e4c485f downgrade_write +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e522103 ether_setup +EXPORT_SYMBOL vmlinux 0x9e59818d dm_io +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e7442e6 netdev_features_change +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ecb019b mmc_can_reset +EXPORT_SYMBOL vmlinux 0x9ed1ec68 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9ee09e28 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x9ee201cc blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x9f014269 set_security_override +EXPORT_SYMBOL vmlinux 0x9f0168ed set_pages_wb +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f34655a pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f491e5d ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x9f5d0711 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x9f61891a devm_iounmap +EXPORT_SYMBOL vmlinux 0x9f7333db remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0x9f7af889 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x9f7e097d gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f988db4 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x9fac7c3f mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fd7cda1 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe84066 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x9ff3da7e __scm_send +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa003be17 simple_statfs +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa0309226 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xa03305d2 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0xa036e25f ip_setsockopt +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa04aef43 vm_mmap +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa06cafe9 dma_alloc_from_coherent +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0905dd7 default_file_splice_read +EXPORT_SYMBOL vmlinux 0xa0966e4b unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0bda967 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa1075169 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa118d59d bio_add_page +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1308ee5 console_start +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa145973b elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0xa14b3f5d flex_array_free_parts +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa162bf6a mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xa1a66bd5 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xa1aacbfb blk_put_queue +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1d14085 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xa1fcdd89 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xa2064913 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa211b6a3 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xa212b341 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xa217d144 blk_peek_request +EXPORT_SYMBOL vmlinux 0xa217eb6c max8925_reg_write +EXPORT_SYMBOL vmlinux 0xa222ff56 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0xa25f22d0 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2928fd9 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xa2948e11 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xa2bfc8bc cleancache_register_ops +EXPORT_SYMBOL vmlinux 0xa2c0efc7 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xa2c192a5 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xa2c5c734 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xa2e58d1c page_readlink +EXPORT_SYMBOL vmlinux 0xa2ebeea8 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa325055e dev_base_lock +EXPORT_SYMBOL vmlinux 0xa325e388 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0xa3359fe2 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xa33b13cb blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xa33d9a48 acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0xa33dbd4c ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xa34960cd dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa350a8f8 set_memory_array_uc +EXPORT_SYMBOL vmlinux 0xa3511718 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xa35c41bd tty_port_init +EXPORT_SYMBOL vmlinux 0xa363dab4 udp_table +EXPORT_SYMBOL vmlinux 0xa37a4ce0 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xa37b04af padata_do_serial +EXPORT_SYMBOL vmlinux 0xa37e78b6 flex_array_get +EXPORT_SYMBOL vmlinux 0xa38faaba unregister_key_type +EXPORT_SYMBOL vmlinux 0xa3945a18 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xa3ac3109 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xa3c3ec4e pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xa3ce79d1 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0xa3d39a8d cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xa3db34c3 mem_section +EXPORT_SYMBOL vmlinux 0xa3e0c77f vlan_vid_del +EXPORT_SYMBOL vmlinux 0xa3e17dd3 dev_uc_flush +EXPORT_SYMBOL vmlinux 0xa3f43477 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0xa3f4d3f3 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xa4035b2c mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xa413bf9e scsi_remove_target +EXPORT_SYMBOL vmlinux 0xa4358df0 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa4506447 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa47a3bb1 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xa4a78ced input_open_device +EXPORT_SYMBOL vmlinux 0xa4a8a48e jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4bb80eb netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xa4bd5fcb dma_supported +EXPORT_SYMBOL vmlinux 0xa4be9a41 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0xa4c58110 migrate_page +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4eb4eff _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xa4f7357d wireless_send_event +EXPORT_SYMBOL vmlinux 0xa5157a4d blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xa51ab33b kunmap +EXPORT_SYMBOL vmlinux 0xa51cdfe8 __FIXADDR_TOP +EXPORT_SYMBOL vmlinux 0xa5507e08 cdev_alloc +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55c9a80 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xa56e8661 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0xa581e3d4 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xa58430d9 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5eb298d rfkill_alloc +EXPORT_SYMBOL vmlinux 0xa60e9818 dcache_dir_close +EXPORT_SYMBOL vmlinux 0xa621109e dentry_unhash +EXPORT_SYMBOL vmlinux 0xa62bc975 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xa62e6e4f acpi_get_table_with_size +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa6691771 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xa66e33d1 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa67da660 mempool_alloc +EXPORT_SYMBOL vmlinux 0xa67e2845 dq_data_lock +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68347ea elevator_init +EXPORT_SYMBOL vmlinux 0xa68d0e7a proc_symlink +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa6b13658 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xa6bd63ca acpi_bios_error +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa71c37b8 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xa71ce5c1 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xa71e7463 __first_cpu +EXPORT_SYMBOL vmlinux 0xa71f87e9 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xa721559d __serio_register_port +EXPORT_SYMBOL vmlinux 0xa7335193 devm_free_irq +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa739ee13 sock_init_data +EXPORT_SYMBOL vmlinux 0xa75ba20e bprm_change_interp +EXPORT_SYMBOL vmlinux 0xa773e64a inet6_getname +EXPORT_SYMBOL vmlinux 0xa78490e8 scsi_remove_device +EXPORT_SYMBOL vmlinux 0xa79181fa rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xa794ec82 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xa7ca240c blkdev_get +EXPORT_SYMBOL vmlinux 0xa7ccfe95 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xa7cf6c2f atomic64_dec_return_cx8 +EXPORT_SYMBOL vmlinux 0xa7d3c3d2 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa82fe028 acl_by_type +EXPORT_SYMBOL vmlinux 0xa8429a42 wireless_spy_update +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84dc5a8 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xa85736d0 vga_switcheroo_init_domain_pm_optimus_hdmi_audio +EXPORT_SYMBOL vmlinux 0xa85d1e64 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa879167f _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xa886c95a __register_nls +EXPORT_SYMBOL vmlinux 0xa895086c free_task +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8a964ee pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xa8b37322 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xa8c50329 xfrm_register_type +EXPORT_SYMBOL vmlinux 0xa8dbc707 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xa8f3ef35 fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0xa8f87023 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa901c04b dentry_path_raw +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa91b5561 acpi_video_backlight_support +EXPORT_SYMBOL vmlinux 0xa9249123 pci_dev_driver +EXPORT_SYMBOL vmlinux 0xa925d172 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xa92a0e36 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xa94ebbfa qdisc_reset +EXPORT_SYMBOL vmlinux 0xa9547ab3 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xa970ae6d get_agp_version +EXPORT_SYMBOL vmlinux 0xa981b96e dev_addr_flush +EXPORT_SYMBOL vmlinux 0xa9a8e17f arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xa9aeab3f blk_init_queue_node +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9d0e4ff ppp_unit_number +EXPORT_SYMBOL vmlinux 0xa9e936dd commit_creds +EXPORT_SYMBOL vmlinux 0xaa467dcb iterate_fd +EXPORT_SYMBOL vmlinux 0xaa55a979 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8fea18 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaaccb459 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xaacf87e3 simple_release_fs +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaada8668 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0xaadd2728 scsi_device_get +EXPORT_SYMBOL vmlinux 0xaae70e24 seq_open +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaf5d7e8 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab1e0a3d blk_run_queue_async +EXPORT_SYMBOL vmlinux 0xab27755f dev_set_group +EXPORT_SYMBOL vmlinux 0xab28271c i8253_lock +EXPORT_SYMBOL vmlinux 0xab2ecb8d user_path_at +EXPORT_SYMBOL vmlinux 0xab480b67 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xab551fad acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xab597fa2 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab618636 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab770678 rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab9a5e7d dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xaba272b4 page_follow_link_light +EXPORT_SYMBOL vmlinux 0xaba3ad0c radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xabb917a2 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xabc2eabe scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabe7878e pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xabeb37a0 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xac03726c tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac19641c tso_count_descs +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac20458b tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xac29d1d8 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xac2b71e9 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xac2c764b abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xac2d2fb8 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xac398912 flex_array_clear +EXPORT_SYMBOL vmlinux 0xac3bc81d dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0xac58ea5e acpi_unload_table_id +EXPORT_SYMBOL vmlinux 0xac7ac526 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0xac7c31ff tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb3e334 tty_register_device +EXPORT_SYMBOL vmlinux 0xacbf0d43 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf99065 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad042c51 md_flush_request +EXPORT_SYMBOL vmlinux 0xad10e1a1 follow_up +EXPORT_SYMBOL vmlinux 0xad13c689 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xad173a46 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0xad195e45 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xad1bcb7e ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0xad4b0f2d mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xad607088 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0xad666bbc xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad900ba8 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xad9809f2 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xadc39ca2 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xadcbb928 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xade20266 new_inode +EXPORT_SYMBOL vmlinux 0xade4ca87 set_disk_ro +EXPORT_SYMBOL vmlinux 0xae45671d __init_rwsem +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae77a595 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0xae7f9e17 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xae80c98e __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xae85a27e radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xae8daa8d security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0xaea1e4fb cdev_init +EXPORT_SYMBOL vmlinux 0xaea976a8 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaee3fef3 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xaef0d468 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xaf3324eb lock_fb_info +EXPORT_SYMBOL vmlinux 0xaf338a2f loop_register_transfer +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4b1540 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xaf4c8eda proto_unregister +EXPORT_SYMBOL vmlinux 0xaf511e75 kmap_atomic_to_page +EXPORT_SYMBOL vmlinux 0xaf611eac amd_nb_misc_ids +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf74ab49 pci_disable_device +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafc40d74 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xb00d543e unlock_rename +EXPORT_SYMBOL vmlinux 0xb00d9856 xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0xb01b1db8 intel_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xb01f1931 phy_detach +EXPORT_SYMBOL vmlinux 0xb0207ecf ___ratelimit +EXPORT_SYMBOL vmlinux 0xb02c2ca4 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xb031fbbd serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xb038bfa2 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0xb04ba754 ilookup5 +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb075f76a abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xb080cead xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xb09ab486 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0b8b259 dump_skip +EXPORT_SYMBOL vmlinux 0xb0c00035 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e6f236 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xb0f57213 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xb1075611 d_drop +EXPORT_SYMBOL vmlinux 0xb1151a73 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb151ab63 key_link +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb16b5e5a blk_recount_segments +EXPORT_SYMBOL vmlinux 0xb183dbf9 sk_common_release +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1ad0fab nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1cfad22 rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xb1d84fb7 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xb1d91849 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xb1d9523e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1f3f9f7 pci_find_bus +EXPORT_SYMBOL vmlinux 0xb20bfff6 tty_port_put +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb222cf65 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xb2413a85 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xb25226d5 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb298c944 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xb2a63895 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2bd16ba dev_add_offload +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2dfc7b8 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xb2f59553 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb2ffb6bb jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xb3017143 netif_rx +EXPORT_SYMBOL vmlinux 0xb3110259 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0xb31f41f5 vme_irq_handler +EXPORT_SYMBOL vmlinux 0xb3218290 __netif_schedule +EXPORT_SYMBOL vmlinux 0xb3284531 acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xb32be3e0 register_cdrom +EXPORT_SYMBOL vmlinux 0xb32d7b7e radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xb33be118 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0xb34ef535 x86_hyper_vmware +EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit +EXPORT_SYMBOL vmlinux 0xb36913d1 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xb3793aee pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xb37f2551 blk_requeue_request +EXPORT_SYMBOL vmlinux 0xb3a2d655 init_net +EXPORT_SYMBOL vmlinux 0xb3b5330a netdev_emerg +EXPORT_SYMBOL vmlinux 0xb3d8f2cd thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xb3e0590d acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0xb3ec8134 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xb3ede83a pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb413be98 bio_alloc_pages +EXPORT_SYMBOL vmlinux 0xb41438d3 ps2_handle_response +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb426b9ea gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xb4325b06 iterate_dir +EXPORT_SYMBOL vmlinux 0xb4390f9a mcount +EXPORT_SYMBOL vmlinux 0xb444f4a4 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0xb44b4b57 netdev_warn +EXPORT_SYMBOL vmlinux 0xb45578b8 memscan +EXPORT_SYMBOL vmlinux 0xb4664489 kern_path +EXPORT_SYMBOL vmlinux 0xb46a8fdc _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47550c8 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0xb4797def neigh_destroy +EXPORT_SYMBOL vmlinux 0xb4a82bff dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xb4baa8f7 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xb4c459f9 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xb4c75b68 phy_connect_direct +EXPORT_SYMBOL vmlinux 0xb4e2e69e insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xb4e5746e inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0xb4feb2a7 uart_add_one_port +EXPORT_SYMBOL vmlinux 0xb518a1bc md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xb5229392 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0xb52c9685 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range +EXPORT_SYMBOL vmlinux 0xb53cf541 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb54bd60b dst_discard_sk +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb574bda6 filemap_fault +EXPORT_SYMBOL vmlinux 0xb587709a sock_i_uid +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ae0f2e i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xb5c057e0 acpi_pm_device_run_wake +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5d94c05 xfrm_register_km +EXPORT_SYMBOL vmlinux 0xb5eb10df from_kuid_munged +EXPORT_SYMBOL vmlinux 0xb5f13164 kmap_high +EXPORT_SYMBOL vmlinux 0xb5f7e3b3 __alloc_skb +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb632a4a9 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb639fc69 tty_do_resize +EXPORT_SYMBOL vmlinux 0xb64ef31a mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0xb6581bfd nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xb6626357 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xb66f4999 __serio_register_driver +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67b683f xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xb67c50bd xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xb6810c10 audit_log +EXPORT_SYMBOL vmlinux 0xb6825dbc register_netdevice +EXPORT_SYMBOL vmlinux 0xb6855ccc agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69a217d load_nls_default +EXPORT_SYMBOL vmlinux 0xb6a01163 devm_ioport_map +EXPORT_SYMBOL vmlinux 0xb6a3422e ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b1a80b copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6b51eaa kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6d6b543 __nla_reserve +EXPORT_SYMBOL vmlinux 0xb6e41883 memcmp +EXPORT_SYMBOL vmlinux 0xb6ed1e53 strncpy +EXPORT_SYMBOL vmlinux 0xb7139a15 bio_chain +EXPORT_SYMBOL vmlinux 0xb73011ea iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xb7573b03 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xb758b225 acpi_disable_event +EXPORT_SYMBOL vmlinux 0xb7629af2 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xb76cd917 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb7882033 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xb7ad8cab mapping_tagged +EXPORT_SYMBOL vmlinux 0xb7b146e2 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7daacd0 udp_ioctl +EXPORT_SYMBOL vmlinux 0xb7f55ecc atomic64_add_return_cx8 +EXPORT_SYMBOL vmlinux 0xb7f867cb sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb85d5e7e try_module_get +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb893f7bc mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0xb89c278a blk_queue_bounce +EXPORT_SYMBOL vmlinux 0xb8a3ce36 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xb8a7994e mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8dbb4c7 vm_insert_page +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb94e5f95 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0xb94e68e2 mount_ns +EXPORT_SYMBOL vmlinux 0xb96d4dc5 skb_trim +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9c89f8b udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f1db36 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xb9fd2205 add_efi_memmap +EXPORT_SYMBOL vmlinux 0xba0d3a10 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xba184acd dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xba250171 __bread +EXPORT_SYMBOL vmlinux 0xba2d8594 ec_read +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4e090b generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0xba504b30 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0xba62b424 locks_copy_lock +EXPORT_SYMBOL vmlinux 0xba739445 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0xba8dbfa6 framebuffer_release +EXPORT_SYMBOL vmlinux 0xba90a432 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xbaa3e4e2 vm_map_ram +EXPORT_SYMBOL vmlinux 0xbaa60f8c pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xbac2ff4a bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xbac815aa swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xbacd3202 get_gendisk +EXPORT_SYMBOL vmlinux 0xbad24544 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0xbad5ace6 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xbb187fe7 mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xbb1e38ad filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xbb59ca62 input_set_capability +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb6407df __bforget +EXPORT_SYMBOL vmlinux 0xbb76d449 dev_load +EXPORT_SYMBOL vmlinux 0xbb86d5b8 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xbb908896 sget +EXPORT_SYMBOL vmlinux 0xbb91e573 tty_port_close_end +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbb996d08 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xbba7681a ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xbbe2c110 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xbbfb7027 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xbc016aed blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xbc038504 generic_writepages +EXPORT_SYMBOL vmlinux 0xbc03d54f blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0xbc164af2 input_free_device +EXPORT_SYMBOL vmlinux 0xbc1b7706 mem_map +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc331da4 key_revoke +EXPORT_SYMBOL vmlinux 0xbc435770 dump_stack +EXPORT_SYMBOL vmlinux 0xbc5c8b6d blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xbc619b00 tty_lock_pair +EXPORT_SYMBOL vmlinux 0xbcb530e4 tcf_em_register +EXPORT_SYMBOL vmlinux 0xbcc24438 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbccaea37 __sock_create +EXPORT_SYMBOL vmlinux 0xbcec31cd account_page_writeback +EXPORT_SYMBOL vmlinux 0xbd151e66 update_devfreq +EXPORT_SYMBOL vmlinux 0xbd1ef2f9 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0xbd628f16 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xbd8ece65 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd9e4ae9 bdi_register_dev +EXPORT_SYMBOL vmlinux 0xbdad1b72 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xbdaf5b07 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xbdaf7f82 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xbdb3b55c ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xbdb74743 tcp_poll +EXPORT_SYMBOL vmlinux 0xbdb7aeec _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0xbdba9828 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xbdfa50e8 tcp_proc_register +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe2f3dd5 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xbe433229 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xbe691387 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xbe7240f6 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xbe7b2328 qdisc_list_add +EXPORT_SYMBOL vmlinux 0xbe7d5627 dma_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0xbe86bbbc inode_set_bytes +EXPORT_SYMBOL vmlinux 0xbe8c37d9 intel_scu_ipc_simple_command +EXPORT_SYMBOL vmlinux 0xbe9fc6f6 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xbeb5ddde xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0xbec30d05 x86_match_cpu +EXPORT_SYMBOL vmlinux 0xbecbfae6 kobject_put +EXPORT_SYMBOL vmlinux 0xbece7a25 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf26487b blk_run_queue +EXPORT_SYMBOL vmlinux 0xbf29f389 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xbf319c91 fd_install +EXPORT_SYMBOL vmlinux 0xbf3d18e6 idr_for_each +EXPORT_SYMBOL vmlinux 0xbf464ee3 open_exec +EXPORT_SYMBOL vmlinux 0xbf6a1ff8 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xbf6bbf67 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8567cc dma_sync_wait +EXPORT_SYMBOL vmlinux 0xbf8b39e9 isapnp_present +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa770e7 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xbfb51be7 pci_dev_put +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfda058a blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xc0000f8b scsi_add_device +EXPORT_SYMBOL vmlinux 0xc00df4cf __getblk +EXPORT_SYMBOL vmlinux 0xc01ee686 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xc01eed33 __copy_from_user_ll_nozero +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc02f197f inode_needs_sync +EXPORT_SYMBOL vmlinux 0xc03607b2 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xc0599b3d eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc06890ee make_kuid +EXPORT_SYMBOL vmlinux 0xc07297bf up_write +EXPORT_SYMBOL vmlinux 0xc074614d genphy_config_init +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0a9da00 vm_event_states +EXPORT_SYMBOL vmlinux 0xc0c0ca91 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xc0c313f3 kobject_add +EXPORT_SYMBOL vmlinux 0xc0e326da dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xc0f41d86 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xc0f62040 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xc10b7ef0 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xc1109161 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc148ee8e jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0xc14cf198 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xc1732286 pci_set_master +EXPORT_SYMBOL vmlinux 0xc1797656 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xc17ab21e acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xc19c876d xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xc1b29dc3 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xc1b82d22 register_shrinker +EXPORT_SYMBOL vmlinux 0xc1d79390 register_quota_format +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc22c6bcb nf_log_packet +EXPORT_SYMBOL vmlinux 0xc233e28d neigh_lookup +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc24b7649 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc268c3a0 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0xc26e7876 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xc280a525 __copy_from_user_ll +EXPORT_SYMBOL vmlinux 0xc293a804 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xc294505d proc_create_data +EXPORT_SYMBOL vmlinux 0xc2af3164 first_ec +EXPORT_SYMBOL vmlinux 0xc2b04c46 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2e32835 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f103a9 con_is_bound +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc2fbc1e1 __dst_free +EXPORT_SYMBOL vmlinux 0xc317882f get_acl +EXPORT_SYMBOL vmlinux 0xc3461c73 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xc349ecd7 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0xc358a0f8 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xc3631d20 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xc364da08 simple_link +EXPORT_SYMBOL vmlinux 0xc36f3050 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xc3996fce scsi_register_interface +EXPORT_SYMBOL vmlinux 0xc39eb62e bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3f2e3c0 find_get_entry +EXPORT_SYMBOL vmlinux 0xc3fa6a59 memchr +EXPORT_SYMBOL vmlinux 0xc4076e51 revert_creds +EXPORT_SYMBOL vmlinux 0xc40e8688 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xc41e8f7a wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc44856ed flush_signals +EXPORT_SYMBOL vmlinux 0xc4554217 up +EXPORT_SYMBOL vmlinux 0xc4576f22 __free_pages +EXPORT_SYMBOL vmlinux 0xc472b115 account_page_dirtied +EXPORT_SYMBOL vmlinux 0xc48cc966 dquot_operations +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4aa85e7 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0xc4b4c40e inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0xc4ba57bc ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xc4c1caf3 tcp_child_process +EXPORT_SYMBOL vmlinux 0xc4d39fb0 setattr_copy +EXPORT_SYMBOL vmlinux 0xc4db4fa7 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xc4dce09a generic_write_end +EXPORT_SYMBOL vmlinux 0xc4fb30eb tcp_make_synack +EXPORT_SYMBOL vmlinux 0xc50355ed nobh_truncate_page +EXPORT_SYMBOL vmlinux 0xc50ba7bb get_super_thawed +EXPORT_SYMBOL vmlinux 0xc5137552 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc5720267 ht_create_irq +EXPORT_SYMBOL vmlinux 0xc57ab7bc proc_dostring +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5c0d0cf vme_dma_request +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e356cb neigh_compat_output +EXPORT_SYMBOL vmlinux 0xc5e7695d pcie_set_mps +EXPORT_SYMBOL vmlinux 0xc5eca46c block_write_begin +EXPORT_SYMBOL vmlinux 0xc5f23917 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc62065c6 dev_printk +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc63cc125 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc644bc9a tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc6645b42 mempool_create_node +EXPORT_SYMBOL vmlinux 0xc6aa39e2 md_register_thread +EXPORT_SYMBOL vmlinux 0xc6b23120 intel_scu_ipc_iowrite16 +EXPORT_SYMBOL vmlinux 0xc6b368d3 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xc6c32ffe input_get_keycode +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6e32a70 dev_mc_init +EXPORT_SYMBOL vmlinux 0xc6f1ca0a scsi_print_sense +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc72bbeeb tty_unthrottle +EXPORT_SYMBOL vmlinux 0xc7400d83 mdiobus_read +EXPORT_SYMBOL vmlinux 0xc7540473 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc7566259 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0xc7576429 pci_bus_type +EXPORT_SYMBOL vmlinux 0xc75ac8c6 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0xc75b8c09 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xc768de19 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc77527d6 phy_print_status +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc79125e6 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7c7ea48 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xc7d2d7e8 x86_hyper_xen_hvm +EXPORT_SYMBOL vmlinux 0xc7d58d35 simple_readpage +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc7f3c17d con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xc8191e1b dquot_initialize +EXPORT_SYMBOL vmlinux 0xc8276a79 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc86d6799 ___preempt_schedule +EXPORT_SYMBOL vmlinux 0xc872153d mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc872fe87 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0xc88426e8 have_submounts +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8a5271a devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8b5ae4d blk_fetch_request +EXPORT_SYMBOL vmlinux 0xc8c44e12 set_anon_super +EXPORT_SYMBOL vmlinux 0xc8c6ef3b jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xc8cbfe42 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xc90bf3bc blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc960411d alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc975da0e keyring_search +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a592e9 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0xc9a77761 __page_symlink +EXPORT_SYMBOL vmlinux 0xc9a90a32 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xc9b2d549 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xc9d44e7e inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0xc9e261d0 mnt_pin +EXPORT_SYMBOL vmlinux 0xc9ff4a50 bdget_disk +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca17a202 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xca273aef register_console +EXPORT_SYMBOL vmlinux 0xca57af2d shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca5dcb83 tty_devnum +EXPORT_SYMBOL vmlinux 0xca8acc78 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcab32579 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xcac8c18b sync_blockdev +EXPORT_SYMBOL vmlinux 0xcaf14809 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcb0113ed __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb07f41d unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xcb08e57b vfs_setpos +EXPORT_SYMBOL vmlinux 0xcb0970b8 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb1205d4 ata_link_printk +EXPORT_SYMBOL vmlinux 0xcb49f2a8 nf_register_hook +EXPORT_SYMBOL vmlinux 0xcb4fb1bc path_put +EXPORT_SYMBOL vmlinux 0xcb5d33b0 idr_get_next +EXPORT_SYMBOL vmlinux 0xcb6fabfd shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcbae6c7a acpi_lid_notifier_unregister +EXPORT_SYMBOL vmlinux 0xcbaf3681 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbcd37bb md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xcc08194a netif_rx_ni +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc4a4920 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xcc4d1bfb atomic64_read_cx8 +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc71183e end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xcc719f64 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xcc72c542 kill_fasync +EXPORT_SYMBOL vmlinux 0xcc7d1b5c d_move +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccc9d464 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xccd10da6 proc_remove +EXPORT_SYMBOL vmlinux 0xccfd0210 nobh_write_begin +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd3f98f5 phy_device_free +EXPORT_SYMBOL vmlinux 0xcd53495a tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xcd5394d8 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xcd592bdf default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xcd8a933c vfs_mkdir +EXPORT_SYMBOL vmlinux 0xcd9124ca jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xcd96656f __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xcda0f85d bio_unmap_user +EXPORT_SYMBOL vmlinux 0xcdb5c5a2 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xcdbf45a6 nla_append +EXPORT_SYMBOL vmlinux 0xcdc12d3a save_mount_options +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdc40fae panic_notifier_list +EXPORT_SYMBOL vmlinux 0xcde0a73f lock_may_read +EXPORT_SYMBOL vmlinux 0xce11331d ida_pre_get +EXPORT_SYMBOL vmlinux 0xce20a55b rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2a841d sock_rfree +EXPORT_SYMBOL vmlinux 0xce3d47d6 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xce4904a4 acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xce4fba7b twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xce5918f1 __ps2_command +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5b304f kernel_accept +EXPORT_SYMBOL vmlinux 0xce7c3803 get_io_context +EXPORT_SYMBOL vmlinux 0xce88efb4 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb61597 kobject_get +EXPORT_SYMBOL vmlinux 0xced35e48 noop_qdisc +EXPORT_SYMBOL vmlinux 0xced387b6 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf0219af dst_destroy +EXPORT_SYMBOL vmlinux 0xcf208dd2 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xcf6cfe1f msrs_free +EXPORT_SYMBOL vmlinux 0xcf8956e3 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xcf8a4e5c devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xcf934e5c icmp_send +EXPORT_SYMBOL vmlinux 0xcfadedfe tty_free_termios +EXPORT_SYMBOL vmlinux 0xcfe05d4d register_kmmio_probe +EXPORT_SYMBOL vmlinux 0xcfeaf8c1 dump_trace +EXPORT_SYMBOL vmlinux 0xcff406fb __scsi_add_device +EXPORT_SYMBOL vmlinux 0xd0009556 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xd00fab81 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd020a967 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xd03c787c key_reject_and_link +EXPORT_SYMBOL vmlinux 0xd045ff05 vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xd047b731 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd07dc38c inet_del_protocol +EXPORT_SYMBOL vmlinux 0xd088171a inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0bdfc18 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0d44f64 do_splice_from +EXPORT_SYMBOL vmlinux 0xd0d8621b strlen +EXPORT_SYMBOL vmlinux 0xd0e9fb90 set_pages_x +EXPORT_SYMBOL vmlinux 0xd0ea2321 i2c_del_driver +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd1652a93 acpi_info +EXPORT_SYMBOL vmlinux 0xd17e5ecb sock_create_kern +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd1871198 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xd18b6eb2 acpi_unmap_lsapic +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd19736f0 generic_read_dir +EXPORT_SYMBOL vmlinux 0xd1e94cdf pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd209b7b4 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd2253d55 key_alloc +EXPORT_SYMBOL vmlinux 0xd2276cb6 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xd2329de3 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd266efe7 mempool_create +EXPORT_SYMBOL vmlinux 0xd267261c gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2af138b reservation_ww_class +EXPORT_SYMBOL vmlinux 0xd2cb5ea3 find_lock_entry +EXPORT_SYMBOL vmlinux 0xd2cffcd5 security_task_getsecid +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e6a582 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xd3997cc4 dquot_drop +EXPORT_SYMBOL vmlinux 0xd3adbf33 bio_advance +EXPORT_SYMBOL vmlinux 0xd3b919ef kernel_getsockname +EXPORT_SYMBOL vmlinux 0xd3bc1ca9 netdev_crit +EXPORT_SYMBOL vmlinux 0xd3dfa160 mpage_writepage +EXPORT_SYMBOL vmlinux 0xd3f79cb4 tcp_connect +EXPORT_SYMBOL vmlinux 0xd40b07eb free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xd412cf7b gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xd4186dcf abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xd4188db0 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xd42ed232 blk_complete_request +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4959eba skb_store_bits +EXPORT_SYMBOL vmlinux 0xd4abfd77 find_vma +EXPORT_SYMBOL vmlinux 0xd4fc698b alloc_file +EXPORT_SYMBOL vmlinux 0xd4ffdf35 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xd50fef48 acpi_detach_data +EXPORT_SYMBOL vmlinux 0xd52eabcf unregister_cdrom +EXPORT_SYMBOL vmlinux 0xd54cf8b9 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xd5516251 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0xd56b14bb misc_deregister +EXPORT_SYMBOL vmlinux 0xd56e98cd mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xd5757e81 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xd575db7b tty_port_open +EXPORT_SYMBOL vmlinux 0xd57f6478 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xd5833831 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xd5925f29 mdiobus_register +EXPORT_SYMBOL vmlinux 0xd5a713c5 get_fs_type +EXPORT_SYMBOL vmlinux 0xd5d2166c mutex_trylock +EXPORT_SYMBOL vmlinux 0xd5ecfff1 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd5f4810e register_framebuffer +EXPORT_SYMBOL vmlinux 0xd5f6786b pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0xd607a2e6 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xd6146a6a softnet_data +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd63c0f1b start_tty +EXPORT_SYMBOL vmlinux 0xd644acfa xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd6896e96 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xd6a598e5 __secpath_destroy +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6c4cd2f ida_simple_remove +EXPORT_SYMBOL vmlinux 0xd6c6369c pci_reenable_device +EXPORT_SYMBOL vmlinux 0xd6c75b95 __frontswap_load +EXPORT_SYMBOL vmlinux 0xd6d72580 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd7047166 uart_match_port +EXPORT_SYMBOL vmlinux 0xd71a8df6 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xd71c004e phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd71eff7c fget +EXPORT_SYMBOL vmlinux 0xd732bf68 netdev_notice +EXPORT_SYMBOL vmlinux 0xd75228bd wait_on_page_bit +EXPORT_SYMBOL vmlinux 0xd7524e04 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7a56ec3 kset_register +EXPORT_SYMBOL vmlinux 0xd7b20a64 __mutex_init +EXPORT_SYMBOL vmlinux 0xd7babac5 pci_iomap +EXPORT_SYMBOL vmlinux 0xd7bc2d48 disk_stack_limits +EXPORT_SYMBOL vmlinux 0xd7bd3af2 add_wait_queue +EXPORT_SYMBOL vmlinux 0xd7c1e539 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e48915 unload_nls +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd8277a94 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xd831893a seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xd85833cb __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xd869235a tcp_shutdown +EXPORT_SYMBOL vmlinux 0xd88aa600 arp_send +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8d54110 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e29cee blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8eb2b2f check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0xd8f09f82 mmc_detect_change +EXPORT_SYMBOL vmlinux 0xd9091363 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0xd92074c6 tty_throttle +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd93bcdbb pnp_is_active +EXPORT_SYMBOL vmlinux 0xd94322e7 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0xd9584481 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xd969b2c7 amd_e400_c1e_detected +EXPORT_SYMBOL vmlinux 0xd97d9755 up_read +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98ce408 filemap_flush +EXPORT_SYMBOL vmlinux 0xd990546c lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xd9a7ec06 i8042_install_filter +EXPORT_SYMBOL vmlinux 0xd9fd597c skb_seq_read +EXPORT_SYMBOL vmlinux 0xda08c0d7 pcibios_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda6d78fb agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xda76bd73 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda8fd495 isapnp_write_byte +EXPORT_SYMBOL vmlinux 0xda97dc00 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdaa92ca1 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xdaf0ae10 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xdb2655d6 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xdb4a566d pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb7305a1 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdbba87f8 seq_escape +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1bc72a fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xdc228c82 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xdc393e1a vme_bus_num +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc570f62 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xdc57f532 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xdc60eb30 vfs_fsync +EXPORT_SYMBOL vmlinux 0xdc6a09e3 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0xdc87a344 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xdca5242e vfs_unlink +EXPORT_SYMBOL vmlinux 0xdcb89ec6 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xdcc179c9 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xdcce47f2 alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xdcfbed2d md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xdd009645 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd1a2871 down +EXPORT_SYMBOL vmlinux 0xdd3de8de vfs_write +EXPORT_SYMBOL vmlinux 0xdd56500f misc_register +EXPORT_SYMBOL vmlinux 0xdd6f2f55 kernel_bind +EXPORT_SYMBOL vmlinux 0xdd80d292 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xdda200de __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0xdda4cb46 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xddba8d76 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xddc45598 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0xddd78514 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0xddf4c0d8 current_fs_time +EXPORT_SYMBOL vmlinux 0xde07491b sk_filter +EXPORT_SYMBOL vmlinux 0xde0ebfd4 pcim_pin_device +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde16dc16 tboot +EXPORT_SYMBOL vmlinux 0xde17814e elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdebe0c0f scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0xded73bed i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xdf05db78 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xdf0da3cc acpi_get_devices +EXPORT_SYMBOL vmlinux 0xdf120555 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xdf12a927 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdf1f01fe sock_get_timestampns +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf4fc797 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf58967b dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf674cda bmap +EXPORT_SYMBOL vmlinux 0xdf7cff35 scsi_register +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfa14bed tty_vhangup +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfcf258e mmc_align_data_size +EXPORT_SYMBOL vmlinux 0xdfd9a4ed inet_sendpage +EXPORT_SYMBOL vmlinux 0xdfdd5d62 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffcc33c netdev_err +EXPORT_SYMBOL vmlinux 0xe0040a17 sock_no_connect +EXPORT_SYMBOL vmlinux 0xe01c3e6d tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xe02b2c52 down_read +EXPORT_SYMBOL vmlinux 0xe04b593d tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe05685bf _raw_read_trylock +EXPORT_SYMBOL vmlinux 0xe0575241 register_md_personality +EXPORT_SYMBOL vmlinux 0xe059ec8f serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe078245e md_check_recovery +EXPORT_SYMBOL vmlinux 0xe084dcb3 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xe09208b2 dev_emerg +EXPORT_SYMBOL vmlinux 0xe0a16a20 intel_scu_ipc_i2c_cntrl +EXPORT_SYMBOL vmlinux 0xe0aa45d3 bdev_read_only +EXPORT_SYMBOL vmlinux 0xe0ac8bd2 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0d30baa blkdev_put +EXPORT_SYMBOL vmlinux 0xe0f6689b kernel_getsockopt +EXPORT_SYMBOL vmlinux 0xe0f8fe92 nf_log_unregister +EXPORT_SYMBOL vmlinux 0xe0fc4b77 skb_find_text +EXPORT_SYMBOL vmlinux 0xe12f28a6 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xe136619c twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe141e967 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xe1514c54 seq_open_private +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe18ab588 inetdev_by_index +EXPORT_SYMBOL vmlinux 0xe18eff8a _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe194d62b d_genocide +EXPORT_SYMBOL vmlinux 0xe197a9e7 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xe1a9b678 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xe1be1621 dump_emit +EXPORT_SYMBOL vmlinux 0xe1dd568c skb_pull +EXPORT_SYMBOL vmlinux 0xe1f7721f __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe214d3f9 freeze_super +EXPORT_SYMBOL vmlinux 0xe230ef22 __invalidate_device +EXPORT_SYMBOL vmlinux 0xe2366e32 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe24913f6 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe2605b2c vme_slot_num +EXPORT_SYMBOL vmlinux 0xe26b341f xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2cd0ad6 mount_subtree +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe319eb24 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xe3429cfa kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xe3b04ae2 mmc_add_host +EXPORT_SYMBOL vmlinux 0xe3b43995 d_alloc_name +EXPORT_SYMBOL vmlinux 0xe3b9a9cd _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xe3ba0dbd bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3ecea48 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0xe3f27257 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xe40083c8 console_stop +EXPORT_SYMBOL vmlinux 0xe41498f2 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xe425a5fc kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xe43948ec bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xe445db4a acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe447f745 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xe45b39b5 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xe45f60d8 __wake_up +EXPORT_SYMBOL vmlinux 0xe47113a1 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe4914b1f finish_no_open +EXPORT_SYMBOL vmlinux 0xe49903d3 pci_match_id +EXPORT_SYMBOL vmlinux 0xe4a705c5 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xe4b5b78f elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xe4ec8983 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0xe4f55871 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0xe50f904f intel_scu_ipc_ioread16 +EXPORT_SYMBOL vmlinux 0xe51c17aa netdev_state_change +EXPORT_SYMBOL vmlinux 0xe5208918 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe530d757 acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xe5437e69 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0xe5660345 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5851173 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe59a0119 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0xe5b5490b xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d52881 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe64932f4 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0xe64d98fe rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xe64ddd6d tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xe653478b __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xe65c7d7a unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xe6773777 kfree_skb +EXPORT_SYMBOL vmlinux 0xe67ec28f simple_transaction_release +EXPORT_SYMBOL vmlinux 0xe68f8535 datagram_poll +EXPORT_SYMBOL vmlinux 0xe693028e pci_set_mwi +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe6d2a1f9 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xe6d50b37 dma_ops +EXPORT_SYMBOL vmlinux 0xe6e7d657 pneigh_lookup +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6efd875 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe7081531 inode_init_once +EXPORT_SYMBOL vmlinux 0xe7096bcf cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xe710c6ea swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0xe716baed acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xe7351325 pagecache_write_end +EXPORT_SYMBOL vmlinux 0xe74bfcc6 notify_change +EXPORT_SYMBOL vmlinux 0xe7637a23 padata_alloc +EXPORT_SYMBOL vmlinux 0xe781b5f6 intel_scu_ipc_readv +EXPORT_SYMBOL vmlinux 0xe794c611 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7b4cb85 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xe7be37b7 tcf_hash_release +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e26a67 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xe7efd9cc xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xe7f24f1e devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0xe80d847e free_user_ns +EXPORT_SYMBOL vmlinux 0xe80ffb93 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xe81ebcfd i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe851bb05 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xe860ca77 __lock_page +EXPORT_SYMBOL vmlinux 0xe87025f0 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe88e7a93 lg_global_lock +EXPORT_SYMBOL vmlinux 0xe898bfba crc32_le_combine +EXPORT_SYMBOL vmlinux 0xe8b68849 wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xe8b88f31 generic_show_options +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8cefd3f tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xe8ff9b2a __block_write_begin +EXPORT_SYMBOL vmlinux 0xe90ea31a netif_napi_add +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe915ca69 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xe916b94f skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95e00cf flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0xe9625d7b elevator_alloc +EXPORT_SYMBOL vmlinux 0xe9654d9d udp_add_offload +EXPORT_SYMBOL vmlinux 0xe966756c security_path_link +EXPORT_SYMBOL vmlinux 0xe971568a get_super +EXPORT_SYMBOL vmlinux 0xe97d7cc5 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0xe988e095 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0xe98b06e8 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xe98c2790 write_inode_now +EXPORT_SYMBOL vmlinux 0xe997667b wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xe99ae918 pci_enable_msix +EXPORT_SYMBOL vmlinux 0xe9c01f29 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xe9c7936c ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xe9d5faeb pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea19a6fb xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xea318ee3 get_phy_device +EXPORT_SYMBOL vmlinux 0xea5a06b0 mount_bdev +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea7b8a44 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xea90bdd3 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xead05eb6 mdiobus_free +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeae61e8c eth_rebuild_header +EXPORT_SYMBOL vmlinux 0xeae74393 phy_start +EXPORT_SYMBOL vmlinux 0xeae87868 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xeaf9353c scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0xeb023ff5 rwsem_wake +EXPORT_SYMBOL vmlinux 0xeb136cca unregister_binfmt +EXPORT_SYMBOL vmlinux 0xeb2ba485 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3e87bc unregister_netdev +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb56eada inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xeb7fb4d6 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0xeb960037 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0xeb97b1ab mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xeb97e419 vga_switcheroo_set_dynamic_switch +EXPORT_SYMBOL vmlinux 0xebbdfe9f netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xebc29a63 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xebf34b8f arp_tbl +EXPORT_SYMBOL vmlinux 0xebf712d8 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xebfad0c3 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xec0e22bb devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xec136ac1 bdi_destroy +EXPORT_SYMBOL vmlinux 0xec1aa6ef memzero_explicit +EXPORT_SYMBOL vmlinux 0xec33b3b1 ab3100_event_register +EXPORT_SYMBOL vmlinux 0xec44f855 pci_request_regions +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec60c2fe neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xec689625 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0xec7a8406 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xec7ec32d pci_save_state +EXPORT_SYMBOL vmlinux 0xec8b8bf7 from_kgid_munged +EXPORT_SYMBOL vmlinux 0xec9a8ff2 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xecb721f1 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xecbcb8bb radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xecc7448e security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xeccd3e0c acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecebe51c ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xed197c41 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xed308519 input_register_device +EXPORT_SYMBOL vmlinux 0xed510605 load_nls +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed5de470 phy_driver_register +EXPORT_SYMBOL vmlinux 0xed7e1295 gen_pool_create +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedb62738 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xede170f3 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0xedf7e00d eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xee01c173 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xee1d8936 vfs_writev +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee5f22cb phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0xee61a6e8 nf_log_set +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeac4f36 __register_binfmt +EXPORT_SYMBOL vmlinux 0xeee081e0 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xef045b49 sock_no_getname +EXPORT_SYMBOL vmlinux 0xef31d443 simple_rmdir +EXPORT_SYMBOL vmlinux 0xef625dd9 phy_init_eee +EXPORT_SYMBOL vmlinux 0xef6c0eea devm_clk_put +EXPORT_SYMBOL vmlinux 0xef6c8b32 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0xef78a568 vga_con +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefa65510 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xefa89ba3 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefe099c3 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0150741 simple_rename +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf02479f5 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xf0447de6 nla_put +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf066d584 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf06d5f75 security_path_symlink +EXPORT_SYMBOL vmlinux 0xf0827c59 vga_tryget +EXPORT_SYMBOL vmlinux 0xf0862651 bioset_create +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf088921f dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0ce7d50 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xf0d68ed6 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0xf0e2c157 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf105ae26 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit +EXPORT_SYMBOL vmlinux 0xf1184bf2 __sb_end_write +EXPORT_SYMBOL vmlinux 0xf12c27d3 blkdev_fsync +EXPORT_SYMBOL vmlinux 0xf12d331c lg_local_lock +EXPORT_SYMBOL vmlinux 0xf13125cc dev_deactivate +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf15eb707 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0xf17584f3 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xf18242e1 atomic64_set_cx8 +EXPORT_SYMBOL vmlinux 0xf18b6217 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1aede52 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xf1b35cb4 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0xf1bc25c2 blk_init_queue +EXPORT_SYMBOL vmlinux 0xf1d8441a scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1e123ff jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1faac3a _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xf1fcf1af unlazy_fpu +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf211ffac tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xf23efe13 input_event +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf256982b __brelse +EXPORT_SYMBOL vmlinux 0xf25ce60b rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xf2752c62 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xf287547e devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf29bed18 flow_cache_fini +EXPORT_SYMBOL vmlinux 0xf29d8ddf processors +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2ad911a sk_stream_error +EXPORT_SYMBOL vmlinux 0xf2afea58 sock_no_bind +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2cd3faa eisa_driver_register +EXPORT_SYMBOL vmlinux 0xf2e12669 security_path_rename +EXPORT_SYMBOL vmlinux 0xf2fa1bbb kmap +EXPORT_SYMBOL vmlinux 0xf312cb9d ucs2_strsize +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf31d1567 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xf332361b phy_connect +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34ecc0a fsnotify_put_group +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf36d4f4c __module_get +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf393541e tcp_close +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3986b06 acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0xf3a5e603 file_ns_capable +EXPORT_SYMBOL vmlinux 0xf3a9d615 eisa_bus_type +EXPORT_SYMBOL vmlinux 0xf3b66491 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3e5f846 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xf3e9a35a __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xf3ed79c6 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0xf40b2297 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf44851cc bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0xf449d677 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xf4610a32 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xf466ce03 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xf47bc264 alloc_disk +EXPORT_SYMBOL vmlinux 0xf47e2ae6 vfs_link +EXPORT_SYMBOL vmlinux 0xf4836806 security_inode_permission +EXPORT_SYMBOL vmlinux 0xf49275d1 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4c9ff6b d_set_d_op +EXPORT_SYMBOL vmlinux 0xf4dd19d8 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf502d273 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0xf505118a write_one_page +EXPORT_SYMBOL vmlinux 0xf51ae235 touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xf536d22e acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5501aae agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xf5581f1b no_llseek +EXPORT_SYMBOL vmlinux 0xf56e5c8c gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5ac556f ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xf5b10e67 acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0xf5b889cd input_allocate_device +EXPORT_SYMBOL vmlinux 0xf5e96e26 km_new_mapping +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5f066ce ihold +EXPORT_SYMBOL vmlinux 0xf5f8741f devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xf60a4219 skb_put +EXPORT_SYMBOL vmlinux 0xf61e0791 bio_integrity_free +EXPORT_SYMBOL vmlinux 0xf62059af jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf6520272 generic_readlink +EXPORT_SYMBOL vmlinux 0xf65886fc pci_release_region +EXPORT_SYMBOL vmlinux 0xf6600ade xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xf666ffe1 pci_choose_state +EXPORT_SYMBOL vmlinux 0xf6746d84 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf69ecd37 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0xf6a0d140 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xf6a651f2 eth_change_mtu +EXPORT_SYMBOL vmlinux 0xf6a98908 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6c993b8 touch_buffer +EXPORT_SYMBOL vmlinux 0xf6cc707a pskb_expand_head +EXPORT_SYMBOL vmlinux 0xf6d44de4 pcim_iomap +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6edf775 sk_release_kernel +EXPORT_SYMBOL vmlinux 0xf6f30294 cdrom_release +EXPORT_SYMBOL vmlinux 0xf7053e7e xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xf719ab67 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0xf71e88e4 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xf726d02f atomic64_add_unless_cx8 +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf745cb16 atomic64_sub_return_cx8 +EXPORT_SYMBOL vmlinux 0xf74c6c9e proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xf7523bef ppp_register_channel +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf7a9ad7e tty_lock +EXPORT_SYMBOL vmlinux 0xf7b08405 kill_anon_super +EXPORT_SYMBOL vmlinux 0xf7c3800a dev_get_by_name +EXPORT_SYMBOL vmlinux 0xf7c41402 __frontswap_store +EXPORT_SYMBOL vmlinux 0xf7e37635 __wait_on_bit +EXPORT_SYMBOL vmlinux 0xf7fa5421 uart_register_driver +EXPORT_SYMBOL vmlinux 0xf7fcb08c inet6_protos +EXPORT_SYMBOL vmlinux 0xf8038f96 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf8050fac acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf816e1a6 vme_register_bridge +EXPORT_SYMBOL vmlinux 0xf824253e dmam_release_declared_memory +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8346a7f from_kgid +EXPORT_SYMBOL vmlinux 0xf834e1e9 arp_find +EXPORT_SYMBOL vmlinux 0xf8494424 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xf8677981 agp_free_memory +EXPORT_SYMBOL vmlinux 0xf872e743 pci_release_regions +EXPORT_SYMBOL vmlinux 0xf885332b scsi_put_command +EXPORT_SYMBOL vmlinux 0xf88933f6 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xf88a2e8d rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xf88e0ee2 acpi_get_table_header +EXPORT_SYMBOL vmlinux 0xf89cc68a dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xf8a24934 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xf8a4243d agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xf8a8e18b xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xf9111d5c i2c_transfer +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf940a328 __next_cpu +EXPORT_SYMBOL vmlinux 0xf9441a17 d_rehash +EXPORT_SYMBOL vmlinux 0xf9461e5e gen_replace_estimator +EXPORT_SYMBOL vmlinux 0xf9476a8d input_register_handle +EXPORT_SYMBOL vmlinux 0xf94cf8ae submit_bio_wait +EXPORT_SYMBOL vmlinux 0xf9525277 agp_backend_release +EXPORT_SYMBOL vmlinux 0xf97456ea _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xf97d26e3 abort_creds +EXPORT_SYMBOL vmlinux 0xf980555e serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xf9931320 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9bc13ac _dev_info +EXPORT_SYMBOL vmlinux 0xf9c367e0 iov_pages +EXPORT_SYMBOL vmlinux 0xf9cf2c17 phy_disconnect +EXPORT_SYMBOL vmlinux 0xf9d26462 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0xf9d4f3ad mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xf9d7221f pipe_lock +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xfa15d316 kill_block_super +EXPORT_SYMBOL vmlinux 0xfa30957c mempool_free +EXPORT_SYMBOL vmlinux 0xfa45bbd4 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xfa506ec1 remap_pfn_range +EXPORT_SYMBOL vmlinux 0xfa50edb5 inet_frags_fini +EXPORT_SYMBOL vmlinux 0xfa53feef __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xfa563566 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa6a3849 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0xfa8a7118 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xfaa62eb5 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xfab5dcf4 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xfabf533a ping_prot +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xface64c6 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xfacf2cb2 elevator_exit +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb0443fb acpi_get_parent +EXPORT_SYMBOL vmlinux 0xfb0f1b59 ida_destroy +EXPORT_SYMBOL vmlinux 0xfb200f55 scsi_host_get +EXPORT_SYMBOL vmlinux 0xfb30ad7b ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xfb386f82 clear_nlink +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb6b29a3 key_put +EXPORT_SYMBOL vmlinux 0xfb80c7a0 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xfb8b2df2 iov_iter_advance +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfb9a9a98 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xfba2b679 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbfc2f09 vga_put +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3f72b6 lock_may_write +EXPORT_SYMBOL vmlinux 0xfc42c473 netlink_capable +EXPORT_SYMBOL vmlinux 0xfc47f057 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xfc4c4f89 rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0xfc562165 acpi_run_osc +EXPORT_SYMBOL vmlinux 0xfc5f3df3 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfc7eb4ca __d_drop +EXPORT_SYMBOL vmlinux 0xfc872fd1 get_ibs_caps +EXPORT_SYMBOL vmlinux 0xfc91dcbe sock_create_lite +EXPORT_SYMBOL vmlinux 0xfc9d0ec3 inet_listen +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcac0d40 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcd4dbf1 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xfce609b7 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcee33eb get_disk +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd0192da gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0xfd1868d6 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xfd33b5fa cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xfd60ca20 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfda9a2d7 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfde86a01 skb_unlink +EXPORT_SYMBOL vmlinux 0xfdf34f2a pv_mmu_ops +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe047ce6 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0xfe121420 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0xfe15c7bc mmc_request_done +EXPORT_SYMBOL vmlinux 0xfe1f389a setup_new_exec +EXPORT_SYMBOL vmlinux 0xfe34ae9b simple_empty +EXPORT_SYMBOL vmlinux 0xfe41c625 page_symlink +EXPORT_SYMBOL vmlinux 0xfe5b0aa6 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe8ba1cf may_umount_tree +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfeaf6822 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0xfeba6898 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0xfec50a8d seq_lseek +EXPORT_SYMBOL vmlinux 0xfeca7590 radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfeefa7ae dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff067067 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff2bede7 skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xff3581c4 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xff3881f1 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xff3fed97 __elv_add_request +EXPORT_SYMBOL vmlinux 0xff480992 dump_fpu +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff8e3f13 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xff8f2b41 phy_start_aneg +EXPORT_SYMBOL vmlinux 0xff97a659 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffab4b26 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0xffca7824 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0xffd4b88f jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xfffb864d fb_find_mode +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-i586 0x7060bf0a crypto_aes_encrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-i586 0xe409b491 crypto_aes_decrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x021e58e9 glue_xts_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x094e96e6 glue_ctr_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x10cadbc3 glue_cbc_encrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x8f02ac4d glue_xts_crypt_128bit_one +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x90a59da9 glue_ecb_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x9fb03de6 glue_ctr_crypt_final_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xd1885155 glue_cbc_decrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-i586 0x28afd262 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-i586 0x6f068d90 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00aaf935 kvm_disable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00f06cee kvm_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x01d16c9e kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x01e04ff1 kvm_before_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x03785a70 handle_mmio_page_fault_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x039d0bed kvm_mmu_sync_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x05e9a499 kvm_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0653a3c5 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x084863cc kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x099b1cc6 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0e649f36 kvm_after_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x11c538c8 gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12434d39 kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x18e257ab __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a4342a5 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1aac9be8 kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1e380fff kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x21282a2c kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x21391cc3 gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x22df141b kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2433d6fd __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2e90dd7d kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f636c31 kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x317f9e6b kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x33044ba2 kvm_init_shadow_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x33b20821 kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3761d406 kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3c350d6d kvm_mmu_unprotect_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3c65dfdd kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3e5848dd kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ee59a92 __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x423d174a kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x45b500ea kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x46d4298a kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4742eb29 kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x48688643 kvm_vcpu_block +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a7403a4 kvm_write_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4b039490 kvm_mmu_unprotect_page_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4b2c3fa2 kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e798651 kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x503a0868 kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x50948c9d kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53d42135 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5498ab94 kvm_inject_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x56c4cd49 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x572d4c16 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5cc98e16 kvm_fast_pio_out +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64020e10 kvm_set_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x69a6e35f kvm_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6c846d3b kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6fddcc84 kvm_get_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x70078ef2 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7078e3ca load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7181f129 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74d7eed9 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x75562f54 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x79955e19 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7d61110b kvm_set_xcr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8124238e kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x822f693a kvm_mmu_unload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x831327da kvm_max_guest_tsc_khz +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x831ecb29 kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x84ceb28c __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x861acc95 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8785bb2c kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8b9b8447 gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8bb03e6e __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8c3bb21a kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ce4f3ab kvm_enable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8dfa83e0 kvm_require_cpl +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ec06e06 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ed1a6db kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x92a65d90 kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x936276e0 mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x95ed88a5 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a216313 kvm_define_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a8454b2 x86_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9acfb27b kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9c5f5810 kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9dfe405a kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0deb5cc kvm_mmu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0ec3a0a gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa16d7dee kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa195fa72 kvm_inject_pending_timer_irqs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa2a34a3e kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa635e9ff kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa708a35a kvm_mmu_flush_tlb +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa888c550 kvm_x86_ops +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa8e5cf78 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa9d78629 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaac7c868 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xacf7f97c gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb284eed4 __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb2a65cca __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba9ed435 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc2b538e __tracepoint_kvm_nested_vmrun +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbee017b6 kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbf05ab76 __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc0d9c718 __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc5ce10d2 kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc88ec1f0 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcb67ce10 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xccc2de58 kvm_read_guest_page_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcee4dc83 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0459e67 kvm_has_tsc_control +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd086109d kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0b2727a kvm_mmu_set_mask_ptes +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd13bcdc6 kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd2122961 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd3523d02 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd70b03fc kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd8370d46 kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd8b46cb9 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd905caa5 kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xda7d11de kvm_set_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb8d62c5 kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdc47d701 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xde480bc5 fx_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1232152 kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1aaf21f kvm_inject_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe368c0c5 kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe431070b kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe538da2b kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe5ba78f1 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe7a7ef24 cpuid_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9237809 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9790e86 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe98e730c gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xec421bd6 kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeef18d89 kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf354b491 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf3dce6c0 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf764ff42 kvm_mmu_get_spte_hierarchy +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x18228204 ablk_decrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x287b544a ablk_init_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x51c519a8 ablk_exit +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x52820a96 ablk_set_key +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x64a109d8 __ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xd45822f3 ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xda7eae6e ablk_init +EXPORT_SYMBOL_GPL crypto/af_alg 0x0ccd8e78 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x555d4e8e af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x5a2af98c af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x7e7cde9c af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0xb98b1203 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xcf0c498e af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xcff4746f af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xd496a12f af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0xa2ebba89 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x48d8092c async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x9d00a5a0 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x4afebeee async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x9088b912 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x0c772fa0 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x27f2692f async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x8d66faa7 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xd806c58f async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x34304c17 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x530bd887 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x36c5eaad blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x21d475fa cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd7dee9a7 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x065749f4 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x4929c122 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x6b904f7d cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x6c254bdb cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x74adb071 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x85eb52f1 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x9dde1fb6 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xb5312d1a cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xc6025ac7 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xeb449e64 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x283c83f9 lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xe2d81a8e serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x4a05f88f twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0xe3dc4711 xts_crypt +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xb9a141b0 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xe1372311 acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/acpi/video 0x3c65037d acpi_video_verify_backlight_support +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x10175108 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2c87de6a ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x32c38c0c ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4b003ab6 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4be9a2ab ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4d24fa39 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5b779d31 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5b8236d7 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5bb0db71 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5d07c9bf ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x714f9052 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x84a6f713 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8de12a43 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x92b9f3b0 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9cb61ef7 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa19f9da7 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcc99a2ea ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xdbaeaebb ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xdc1402b6 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xdd865b45 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe382adcb ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x42e5a961 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x488795ea ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x4fa7f583 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x669444d1 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x6dc7955d ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x84e38282 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x8ca6a670 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb56c9f70 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb93accb8 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc43cba39 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf8b6dba5 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xcca98351 __pata_platform_probe +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/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/bcma/bcma 0x0f16a1e2 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x152ef8df bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3319168f bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3ad40579 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x547ba9de bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x65e2618c bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6d6b47d2 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6f0b6a56 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x71dd7393 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x763862a3 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x82370d47 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x82b576c6 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8bb692be bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa4c6087e bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa8f36e10 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xadb28c0e bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd4e202d8 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd693146b bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xec489647 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xec65fa36 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xec9dcc1e bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xecc8f565 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfa98b343 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2a2e8189 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x47c68b95 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x48046bc6 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x56b0aa69 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5a40e441 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5a9c6f7a btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6834d126 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe2e25365 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe4b59ad6 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf97923fd btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/char/scx200_gpio 0x50d20225 scx200_gpio_ops +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xf030f19e ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x1d18383a dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x31a2c8df dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x67c8bdb0 unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x7499b206 register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x790a28a8 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0xac34ecec dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0xbe036978 dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xc210c8ff alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xc6f24b73 free_dca_provider +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x4f3fe020 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x76afc74b dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc63d9036 dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xdfccb45d dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xe61fa8fd dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0b62b6b4 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0cbfb0aa edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x119c6127 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x166578ae edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1ecad0fe edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x25802ebe edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2ad7829a edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3ada6c34 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4274787e edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5e8ad89f edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5fd0e696 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e27ba37 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x70afbc05 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7286b9d6 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8e0146f8 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x98df0d95 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb35f2da2 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbb171c4f edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc33a42b9 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc3e9ccaf edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xcb2de66c edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xebf6f270 edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xefa49a77 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x14878009 amd_report_gart_errors +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x21626132 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x737912b3 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xb30b7e56 amd_decode_mce +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x013fbdac cs5535_gpio_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x93f8fe67 cs5535_gpio_set_irq +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xc0bb404a cs5535_gpio_setup_event +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xd3bd9300 cs5535_gpio_isset +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xe07c0954 cs5535_gpio_clear +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x3c185adf bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xa9152e6a bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x0d99b976 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xea76486d __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x059043bb drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x492378e9 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd11c303e drm_class_device_unregister +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 0x15a270d4 i915_release_power_well +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 0xa89ea1e9 i915_request_power_well +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xb76bf2ac i915_get_cdclk_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xd85dfdce ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xe341a14a ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xeabced97 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/hid/hid 0x01be1b58 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x02478fff hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x03bd130b hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x10d4d40f hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x157ec39b hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x17dd87ae hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x28513daa __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2a34ee72 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2a4dc852 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2c5543fa hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x37b460d6 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3cdd837e hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3f0dc7af hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3f318697 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4a6a0576 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4c5d2147 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x52e04b3f hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x68211f9e hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x69aa407b hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7f2d69c9 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x87de96d0 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ec3ec97 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x970f1f45 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9820922a hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9a7fc94f __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa0f8f56b hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa4b4533f hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa4d25461 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa90f4daf hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb869306c hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbd8051bf hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xccb913fb hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd1271ea8 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe1831aae hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe9339807 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x1ad5da59 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x4864e29d roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x7149541f roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x74d9eb52 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x788cb839 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xbb966561 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf0164246 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x123bbaba sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2a3e6bf8 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3394bed9 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5708a086 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x68508874 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa0f97a4a sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc80c52de sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe9e86341 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf8749e81 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x6e8b4019 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2dab50b1 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x332c2eab hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3aa05a1e hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3f9e763e hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x40600005 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x457cfcc3 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5c01b35b hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6625a770 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6da13ff6 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7224a3c3 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x72e2781e hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb23d2500 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc3cc3e7f hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd27e25c6 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xeb2fc7d4 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf1bf810e hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf7c39d8a hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0482e3ea vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0f48b450 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x182e2c8b vmbus_sendpacket_multipagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x18b73a80 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x277974c3 vmbus_are_subchannels_present +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x358fafa5 vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3f1562b5 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4e512bed vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x560318ed vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x64ced227 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x764c19a9 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc7b669e1 vmbus_get_outgoing_channel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xda7f1d2a vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf45dd651 hyperv_mmio +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x170d3f78 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x7d0e7224 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xcebba343 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x234b0d6f pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x27bd8728 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x44f7f725 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4c051655 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4d42145d pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x5dd88ec2 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x803945c6 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xb5057b52 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd538da0d pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd7a77b7e pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xdbf695eb pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xf7824da7 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x7419edba i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x8e1c62cb i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x92af271e i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x99989b87 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xab80945f i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xdcfcc5dc i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe3e3ee49 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xeb0dff65 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xf4ce70f5 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x5f538737 nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x6215fb44 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xd00af3fc i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xafc0b016 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xbe919a12 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x22b957c4 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x447c9539 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x4f72d5cf ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x58e59523 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x64893873 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa08efd87 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa57d9906 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xb3fb5762 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf84b9bb5 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x139c6b8e adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x1b029798 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x296563b4 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2bdcfc84 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x30c2d498 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x7b758513 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x92b0db23 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa25fdede adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa88ceb8f adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd5d4393d adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xea2d3594 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xfeb06809 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x00f28e8d iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x014fb51d devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x066e6606 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x070c6647 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0908e41e iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x09c6d056 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x19d5572c iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26b068b5 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2f69b188 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x364b192f iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4c4fc5f1 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x53c54fac iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x60ca54a0 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x67ed79dc devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6905d0c3 devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6ac4e48d iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6bc7b39a iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7b67bc00 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7da7261c iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x80874f16 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x85b27bc4 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8fe43326 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x923833b8 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x951409a5 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x970c39b2 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9d0fd63c iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9de0df43 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xca64c5d2 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd1fc891d devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdd2422d5 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xec5c0e50 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf15a2474 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfc054527 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x28e1bbd3 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x17e11520 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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/touchscreen/cyttsp4_core 0x7312d064 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xd13e64a2 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xda9f8052 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x15cf2b09 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x24a0cff8 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xa86d39c0 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x7b737e5a cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xe0a2e11c cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3c74c021 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x44daf58c wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x490c4f32 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4a864b1b wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4e69dc89 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x53d7c1d3 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6a9bae1f wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x73a9fd2b wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9e714023 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9f7dc14d wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdaea2caa wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xed0ba34f wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x181a8018 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x333f0666 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x6a9ae5cd ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x7f232102 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x868dd72a ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xada9e28f ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe1e488fe ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe93ec8b7 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xea73c032 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x00f7c385 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x057a3617 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x0d1bc869 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2b8a62a6 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x41b1de69 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5cfd7528 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5f98f98c gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x60828c60 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x929f6230 gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xaa5795cb gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xad6ad9c2 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xaf256c9a gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb0898228 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xbdc68f49 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc1c7bdc8 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xdc5f02ed gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe263126b gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/leds/dell-led 0x86fd1ffb dell_app_wmi_led_set +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0e3532c9 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x16dfff04 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2a1cbc08 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3791a284 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x4aa18fc3 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6ee7bdb7 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x76328782 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x80060e3a lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x9fe76a78 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe563b9d0 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xefd2bf65 lp55xx_is_extclk_used +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/mcb/mcb 0x00f60f45 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x0462db39 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x2faad0bf chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x41b51010 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5529731e mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8b09b6cf __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8b89e569 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xb6c28b7a mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xcbf6f649 mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd2831e41 mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd3037243 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe054d36d mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe5c1e695 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x10e06e97 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x155ea9c7 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1822fd23 __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1f2ba9ac __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x260d47cf __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x27831e89 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2dec45e0 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x347aebe1 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x41c861f0 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x480dc606 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x49856e5a __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x50e8c39f __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x574ba881 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x628eb712 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6770a402 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x785cfc9f __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x91f2af34 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09069a3 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa591c5d6 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa6890b59 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaf60c34b __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb950d2ae __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbd4b89b6 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce0e6218 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd40fba32 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdc5ea5a5 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf58ce244 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf5bcbdc7 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc1d5275 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfcdf28c9 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xffc308e4 __tracepoint_bcache_bypass_congested +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 0x37516f1a dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4ead7d88 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 0x81417924 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x93bfd975 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xaee2c972 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb04a6232 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 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd8008d4f dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x1c481baa dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +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-cache 0x3ea8da6c dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5add6990 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x61a6dd5e dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x77dbc687 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa1475674 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xcfe31376 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xd0be9cbe dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x48fc30b6 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xbb448c34 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x013e4a84 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x09472122 dm_rh_dec +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 0x4de138ef dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 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 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xb613591a 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 0xc5dc9fa2 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xe3ca7fe5 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xea8069d5 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x150c85ce dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x33c03da6 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4907bccf dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x619701dc dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +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 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbe0497aa dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x556f80fe md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0xe4ff8f00 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x2d2daa3f md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x031ba8cd saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x261e6a45 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x29d3bdff saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x2bb76b61 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x323c3b0f saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3971e22e saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6804c034 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6f52db2b saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9cd6f904 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe24b1a13 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0d4ded18 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x26424d1c saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x6ca3448d saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb4f5a276 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xea8b4923 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xee8af13f saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf1a30c7f saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0e11c5ae smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1ead0e3e smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x26c2e145 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2b9b96d6 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2db22b25 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x35715a88 smscore_unregister_hotplug +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 0x558b841f smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5c72a3d6 sms_board_led_feedback +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 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x835abdfe sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa5c1d62c smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa5da8195 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xaba93e13 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbab5f204 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc9353c0e smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe87891d7 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe990ac8f smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf8d2a634 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xfbc52239 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xcf4bc16b tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x01902334 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0x12542d30 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x17740170 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0x232c928c media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0x36ea087c media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x3be040eb media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x3d3450bc media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x422b9983 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x48a57fef __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0x5f2d51dd media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x6370860f media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0x7387c3f7 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0xa6c71dbd media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0xac785b1e media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0xd13f0daa media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0xeccbb81a media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0xf39a6eb7 media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0xf6542254 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xd3bfce48 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x004a4f6b mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0c5e6a7b mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1e73fdf5 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2330cd0d mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2b6ded34 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6178f921 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x71a5260a mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x87e21479 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8e272c01 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb3411504 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xceeda766 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd00e5d08 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd4efe73f mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xddbc7a3f mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf2e99fe4 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf4ba5b24 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xffc84560 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x01c91903 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x104960a3 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4094cbe0 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4426b508 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x45eb7df6 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8746960d saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9ec727f4 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xad3c9afd saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb0a5b53a saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb178eae6 saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb6ef4965 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbdc4759a saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc2fabbd4 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd2536daa saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd6c5ec32 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xec5f6309 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xef9458ee saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfab8333b saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfc742096 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfd8e8326 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x106f01cc ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x2d7f36f6 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x3274bc23 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x32cb6a3b ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6c78a73c ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7540a267 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xe64088dd ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x0d3f21ff radio_isa_pnp_remove +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x18eab9aa radio_isa_probe +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x288e2d8d radio_isa_match +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x81b891a0 radio_isa_remove +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0xf0636b97 radio_isa_pnp_probe +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x3fdf4f59 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x62d72140 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0853dc7c ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0e44f3c7 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x380b964d rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x38fc2b6d rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x56b7b6f6 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8c570328 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x907ba9d0 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x91c259ad rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9b5b41af rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xad4070bd ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb0537198 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb0be0ae3 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbd753786 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc460bea2 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd0b7fb6c rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd653d514 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd82f76b5 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf58449d2 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfb51eb4a rc_keydown +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x1b66fca9 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x8c568b51 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x1134b12d mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xda5ff640 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x160812ef tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x38fd949e tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x9e8a6f65 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xfe2da53d tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x060dafbf tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xbfdb4481 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xd1aaf2ec tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xab857d32 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xfbd392b2 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x2034858b simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0c82e1fd cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x10358491 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x27563ec4 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x31fe70bb cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4fcbf64e cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5bede92f cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x84ab205f cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x84e76d9c cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x87994e75 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8ec31542 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x95b895e8 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9b9863f8 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdb7a154c is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe1d8ba0c cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe20c23ea cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf350660d cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf717437a cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf9302299 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfa299876 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x3edbe97d mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x857bcb26 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x019c967d em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0cade6ec em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1de50802 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x300b238c em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3b40948b em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3bea16c8 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5c048712 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5c9b3297 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x607e619a em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x84b33e99 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x94bd0635 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa558ba17 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbbcc4014 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd68ecf8c em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdcb2c13c em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdd2343c6 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe0bf2eb0 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe6e158c3 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x3f5ef1c1 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x5f053fb3 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xab460ac8 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xbbbe4003 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x2da5f790 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x493a1052 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xa613c54d v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xbe35e60e v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe358decb v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe419fdce v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1b174112 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1d9e7537 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1e8117ae v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2837b65e v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x30dc4f80 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3dc53663 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3f375cc3 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4073a289 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x570fb5d3 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x57346543 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x67164cf9 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6fd418e3 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x82ee06a8 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8611aac2 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9a80aef4 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9c8e99e1 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9de7fd5a v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa67f7be0 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xafff9261 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd1d191ab v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdac81912 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe45ad41c v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf7996eef v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfcf524bb v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x14987822 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x30da0b6b videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x35a58c76 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x35d3c6c0 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3ffbf74c videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5811a6d9 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x58a086cd videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5adc0714 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5f8100f6 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x62748ad2 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7f96ac32 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8dbff5f4 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa8b1140d videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa9450ee3 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xad4269b0 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbb99e5dd videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc6606494 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd92d524e videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdfa5b57e videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe0fe090d videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe12db47b videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xeedb5f84 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf0fcf32f videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf9edba2f videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x052c3308 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x8c54a9f1 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xca3937ec videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x3182d9f7 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x390f0c21 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x3d6d8158 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x45ce8534 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x4aed3b5f videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x8216b86f videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x91579f71 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xaebc8229 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xdd86bbf2 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x50e1e5d2 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x580639de videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xaa688034 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x07fc3cb7 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x093a3a57 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x22c8a5dc vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2c884907 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2e5c89c8 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x359f6962 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x36b652d6 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x38e58abf vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x42312fdd vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x51f3f5ef vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x54c832f5 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x550d1958 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x574d8dde vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5b652635 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5df4e424 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7682843f vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7702bde0 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7ffee1ad vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8ad4e154 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8ed38ec0 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x985935a2 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9a7a3fd4 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa628cb92 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xaa5af44c vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xab487c30 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb4f5cd12 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb51e3732 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd9de349c vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdab75d79 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdc0ed133 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdfe6c621 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe033e321 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe640d9c2 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe7354114 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xecf327fc vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xee5a1c15 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf7a260e4 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfba7c8a0 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x96740fdc vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xf2c14ad7 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0xb2811964 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x11f25998 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x46faf45d vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x6b4c4296 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xf08b67ac vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x33b05e65 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x05f0bdc8 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0bd8eca5 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x20932bd6 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x242b70bc v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x243ace4e v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2d6fd6a8 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2f6a9c88 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x35a9a793 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x381e7b6c v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3d1d1827 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b5ca51b v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4db97a7b v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5065626c v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6f8db015 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x77838af2 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8076995d v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaef243f8 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaf1fd0f2 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb105f797 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb163d8c2 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb305a913 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbb3d2416 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbfeab02b v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcb13cec7 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xda988708 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe7c9e7c3 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf0a00ed7 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x15f36ad5 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x1bf4c8d0 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x3109d027 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x4fa0e63d i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x65530c53 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x83c7bd8a i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xc0bcf5be i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xe7446422 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x5799aed2 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x671f01ec pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x75536b98 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x194b98ca kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x27d1a3ba kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x487c921b kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6ca8a684 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8cee8de6 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa3692161 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xc1ea76e0 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xd72d38ec kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x61564bf6 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xa9bfd406 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xf28d6ea1 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x37958424 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x49023495 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6c349eca lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x9b5a2e7d lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xaa8ae675 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xac67925d lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb9a08792 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x8cbc33c5 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xd8f7b21b lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xee01ec8a lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2a4ce022 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x3843154a mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x78f95e6a mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x92340c64 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xac556c7f mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb12bafaa mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x064feda5 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x17c4b663 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x431d0763 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x63a6fe5e pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7eb96086 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8ac7f713 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8af656d4 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb037cce9 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdc0e51ce pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe2b45427 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe82b92f9 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x3c89a4f3 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x6e909eff pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x5fff5939 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x667a41bb pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x9e0da34f pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xbc4ba42a pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xce3fcda6 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x10326ef8 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x29e1acc9 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3677f9b9 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x38e8e2f8 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x393cb882 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3ab61647 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x42da1977 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4bb916a5 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4bc3152c rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6201c98f rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x69c4062a rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6c8ed1f1 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x96d9d26b rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa73345df rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa7c46b01 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xab58e3b1 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xdaa50c42 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xdb426635 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe3b57e29 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe7beabff rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xeba7f7cd rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x05bb81f9 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x56bdf8b6 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x60df9461 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x763edc9c rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x7a0cc18b rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x9a63854d rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa904b575 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xac047c55 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xbe4bed2f rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc86750fa rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc9c42f29 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xccd2feb7 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xd8636282 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x08e088ec si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x212acaca si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x33dce746 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x39d22b44 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3dad815d si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4321d110 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x518cf513 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5f30c6ef si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x61efb270 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x651d8355 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x672ebe30 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7276fcd8 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7568087b si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x785e00f8 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7961fc8d si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x84cae83b si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8bab4622 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x943249a4 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa2ee3b40 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa417e417 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb2a76014 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb5ab2c90 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb62c1481 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbc4df4cd si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbcdf6cee si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc1515f3c si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc78ff799 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc8ac3e8f si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd7ff17fe si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xda4ae1f7 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe4430b83 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xeb4e2ba7 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf0e0a269 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfa29e9cc si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x2ebb47a9 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa1139f41 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xccaa138c sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xda267931 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xef8f8215 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x3152019a am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x7311536a am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x8d3da959 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xc190f2d9 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x349e3112 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x539c503f tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x8a35c8da tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xc7cc03f6 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x51abafad tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x6e14a2df tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xde93a33f tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xec926152 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x818d3b03 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x8fa24f1a cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x9f4299c9 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb8dbe273 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xff662124 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x37c9831c enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4101c51e enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6a1fe25a enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x70fada81 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x7bb23574 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x979c82c0 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9a45be13 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x365a0112 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4eb16d26 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x595e3afc lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x636f3d8f lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8b071b91 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa7a77685 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xac79528d lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe6904f69 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x00dd47f8 mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x07bad1ec mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0f7f6bfc mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1079db0f mei_cl_disable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x18fb9c98 mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x2ab99d74 mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3b3b2f38 mei_cl_add_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3ea2d20b mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6b831004 mei_cl_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6ce0a022 mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x73d6c4aa mei_cl_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x7e5eb708 mei_cl_enable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8ab99bd1 mei_cl_register_event_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8bd34ca1 mei_cl_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x9db2f2e9 mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x9df9a63e mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa2b55dc1 mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa4d54e9c mei_cl_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc41377d1 mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc851c8db mei_cl_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xddaebfc4 mei_fw_status +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe1317a7c mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xeb9eb5b3 mei_cl_remove_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf60b72e4 mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xfaa5fab7 __mei_cl_driver_register +EXPORT_SYMBOL_GPL drivers/misc/pti 0x19f09b98 pti_release_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x23bde487 pti_request_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x52a78e81 pti_writedata +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xa4bb1feb st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xfa1ffce4 st_register +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x0f6680ea vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1152e318 vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x13aa5a5d vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1872c7af vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1a195863 vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2e30d970 vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3ef56cd5 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4b630dac vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4c498e60 vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ea2ccbc vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x50a255c9 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x677c36d0 vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x69ef87ff vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x6bfa603a vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x6cc1a5f7 vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x722d488a vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7d540b50 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x8b8ad67a vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9624c58c vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9973b9b2 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9d16164a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbbcb4c48 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xccbb53d1 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xcf5ed7ef vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xdac94780 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe7e7c107 vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0bb14b7f sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0d916330 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1fe11d2a sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x245bcf8e sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x280509da sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2bee2853 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6ba72ac5 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6f32b0a4 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8185e458 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x998dc603 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb2989ee0 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc649f4ae sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd9c3cafc sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xda6fd6e3 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf5640100 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x00fd7da0 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x181d0a97 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x4e88f9c3 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x5e78cfac sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x619379ef sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x9dbe4a4b sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xafa48fe0 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe620153e sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe9faa092 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x1c5422df cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x237d0737 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xde6322a1 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x208dcd2a cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xad26497c cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xd37402ac cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xad2ef344 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xdde3332e cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xe668d2f6 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xfd9bbb6d cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x00bc97ae mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0e6972dd kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0f5213bd register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x145f9718 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1f20a92f __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2039dcf7 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x251fede4 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2c55f4a7 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2ec9ec18 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x307c71ef unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x367fda74 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x36fdf846 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x37e78e70 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3eed7f7e mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x43884f38 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4f25459d mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4f43a8d8 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x500511ef mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5044b1a6 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5affab7a mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x651eba72 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ea3bd04 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x97b04693 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x99e9e03f mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa92e7147 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaf32ba78 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb040b66d mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb5a1e9f1 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb91345e1 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc30a5ebc mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc457f83b mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc9256ca7 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcc555815 register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcd74b4da mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd18e0107 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd368e2a0 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd3cd0ca8 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdb4ce05c mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf363b0e5 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf4c0a5d1 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfa3b1a41 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x5711da19 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x5b4e5626 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa3418435 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xc4645041 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xf9d0cefb del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x4b40f96f nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xe4b5fc70 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x082f1925 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x74d28058 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x8e3f56ed onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x9fcb8998 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x00a6dc18 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1b77003f ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x309db837 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x30f2bc9b ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3b3ba944 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x44d08639 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x533ef022 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x606776de ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x62255699 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6c05b6ab ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdd0636d9 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe69710cd ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf3044700 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x08655035 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x23fe0a03 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xbc008c8f alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xc6a2b8c4 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xd952777e c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xe228c37b c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x12c40508 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x250e8ab0 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x28e7c6ca can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x50500670 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x69513153 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6fb7573e can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x885988f8 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9d39fa0b alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xae61a6c5 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb4f1e119 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbea933ae alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xcbdcfc9f can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xd2f244fe open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xddfbd27d close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe52739e2 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe6274001 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf8125dc1 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x04ee5b23 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x08a6b8bb register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x14183b0d unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x1cd21b27 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x22619c8b unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x731e0b39 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x766478a1 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xe44f5b91 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0056080c mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0272d953 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x028cc0e0 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04e086e8 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x069047c4 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09c11d5b mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0bc6a957 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c2ad1bc mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d6bdd35 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e9edfa1 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x138e976b mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1bbb10ab mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ebefc0c mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f83f7f5 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x267f492a mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27d89923 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2dbb6d4c mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33580260 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33e3275c mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3426f6c9 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39807e21 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ab290b6 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b2743e2 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3cd61d8f mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d444ea0 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fb377f2 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x425095c6 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x447548c6 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x453286d5 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45daa2f1 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a72abc6 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4bf8ae11 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c5d51da mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d3f4a93 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f73f5ba mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50ab8b91 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55d5581a mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56e39a57 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56ebc98d mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e1344e6 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63410322 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64b8fdc4 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x653f87d0 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x663379c3 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a8ef014 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6acae10d mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7077f10a mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75c5d612 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c9618cc mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d016a71 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d31fe0f mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d6baeba mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8114782e mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x816e0469 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x840aebc3 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x843717c2 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85d785db mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a25c820 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c32e43d mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d959f02 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e2de7d8 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x911abe68 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93819a88 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96ad5465 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9aa3817f __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bc83eda mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9cc00980 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f506d99 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1129c17 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa40fb23f mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4d924a9 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa691235b mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa4309d2 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa61ea09 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac569dfa mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad1064d5 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaec3985a mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb230b021 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb51cc7c1 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb94a4548 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbb497bf mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc5ef853 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1389524 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc48b60e1 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcbc116ed __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xceb0ec68 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1eeb88c mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd224b86d mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd363050e mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8573ff0 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdaafe8e1 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe128a376 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5ce3cac mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6aef5e4 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe716ced3 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed85f3be mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0750811 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf08b256f __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf34f603c __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7a03797 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8d1481c mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb084461 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc0b1fab mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcd4a541 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfde56740 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03d8f295 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0618b5c4 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16f79da0 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1abd5ffc mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c7878df mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d5ecfff mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d08bc4b mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e05f1a8 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e413221 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7930ea82 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5c31cb7 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9c6034a mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc3d14d6 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe972fd02 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1cf7235 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf54af276 mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x14d33ca7 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x6de6b345 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa569fcfe macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xc984b5f8 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x97a8b83b macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x03da9969 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x17eb8dcb usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x78d53016 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc7a29cb7 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0fe4f0f1 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x65580f80 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x6e87ee01 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x8e3f2499 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa543f9ae cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd7685538 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd79c5750 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf6b672f3 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x3ec8f96d rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x4e000eb9 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x5bf5113f rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7389c27c rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xa5b7527b generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf189d6ff rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x106e902c usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2405d18a usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x26771545 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2b58b288 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x34a9d7ea usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x37335c49 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x378619d4 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3fde2ec9 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x40226bfc usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5286324c usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x55529a35 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x599ada07 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5c70f6cd usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6435ef65 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6b044c65 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7a7d027c usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7ef86442 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7fadca84 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x80a2117c usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8d7c19d0 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8f3bbde7 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x973e641f usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9dbb92d3 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa6e61cca usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa794d67a usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaa7ea56f usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb43ef9af usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbba2ac7d usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd4b70559 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xda1c1d32 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfda7d18a usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xff4a2cf1 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x1b5b141d vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x52d443b5 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x6b76cc50 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x81159579 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xb8ae1780 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x06bab3fc i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x08f0a93e i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x0aba0447 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1106f74f i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x33403777 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x39baa143 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x39e0d123 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x6a6d1a4d i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x8387e72c i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x84a36a8c i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x96b602ec i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9998476f i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa8a2f68f i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc510d45b i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xcfc748c9 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd25e9c0b i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x0ca884a6 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x574eefde cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x600e9386 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x920be903 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0xc0091a49 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x27b5ad9c il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x50a9a56c il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x56dd899b il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x5b3b8142 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xe8e30d40 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x14d8dcbd iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1918d554 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x215daec5 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x259bda55 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x31a285cc iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x335dbf89 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3e0dc6e3 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x45fea159 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4e8c83c5 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6101306b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6ba139dd __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x76700d09 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x76f07f96 __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7b10ebd7 iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8caceb62 iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9464966c iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa5022cde iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xac73c949 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb01dec1e iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc47d7b02 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc705e9ee iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc8a1a7cf iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcea0b361 iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd0cdcace iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdb9e8765 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe8676c51 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf02499c5 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x07dc2c02 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x124b8295 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x204885c7 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2fe1234b lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x31d2ffc5 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x3affe43f lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4138744c lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x48d12c15 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x58d204d3 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6234317b lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6f388e52 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x79ce23ca lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xce2f1981 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xce5a162b lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xea87c137 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xfc81d3e6 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x09e8d856 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x24a0c7ee lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x32b2105d lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x3b446855 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x800df685 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xb9e7a73f lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xcf07911f lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xe2cb5ae5 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x07ec01f0 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xfadf3da1 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x17fcff84 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8575a891 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x87c8ce78 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8c023f62 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8c276053 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x940ab36d mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x960efc74 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc3cf7e5d mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc697a328 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc99630a7 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xcee9c288 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xd041e854 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe187d897 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe2411a94 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x192596f9 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x34cc9b7e p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x64a77dfc p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x6cf0c77f p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x82ad451d p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x9ed6e8ce p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xaffe01b3 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xf5093de3 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xf8f8ce52 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x3f26f611 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xac7db7c5 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xbd364b7c rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd9dc430 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x07a1974b rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x284aff57 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2bb3369e rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x428bf18a rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x492c4a46 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x60b67817 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x655e5035 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x68319fc4 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x68e4d53f rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6ac5e5dd rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x74481e7e rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x76fbc219 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7794f72b rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8275d5b5 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x853ad964 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x88bd6c8e rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x99e26598 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9b3c1b10 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9c67d156 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xad4721c9 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xaef51fe6 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb1c04291 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb283e96d rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb4c69166 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbcf7633d rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc1195999 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc6af44be rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc7931703 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc87d98ca rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc976de8e rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc994fcfc rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd4922d44 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe7773bfe rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf15662af rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf900427c rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf91bcf34 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf9ec4e64 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfae4bdcb rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x06f3c403 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x25574ebd rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x3e2568a9 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x40eb53da rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5a386b8d rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x6ae08793 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x903f7224 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa7f65721 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc2ee3832 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd53cc7c6 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd8e88689 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xf896428e rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xfa03a5d4 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0001189c rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x01c46c0d rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x034c86e0 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0b997dd4 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x17e06338 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x18ab4b4a rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1db1b87e rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1e2b77af rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x214dc4bf rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x246e85cd rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x313dff90 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3248a234 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x32c5f260 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x36071db9 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x398f5c29 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x43bec527 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x46810ebc rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x517c0ae5 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x55bf4223 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x63a96fb1 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6400aaca rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6dba620a rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6debe19c rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6f6ad062 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6fe8d1bd rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x75378e85 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8a330674 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8dbc8ddb rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8ebd6a53 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x903be6e6 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9447c25e rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9ca8da16 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xab4c9015 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xadd15976 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb3e64c42 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc9ba2729 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd62bc46f rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdb87022e rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdd0d9573 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xde6d0bba rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe5cce6a6 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe7e0e6b0 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe8aceb6e rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe9ee6206 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf53ce802 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfc8125a0 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x4b07c0e0 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x808305ce rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x848afd0d rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xd4a413ae rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xeb430b14 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x022a944f rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x14fb8959 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x2e4d85c5 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xd53f357e rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x30f3e7ed rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4cbec2ba rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5066a1bb rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x62fba789 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6f474a9e rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7734e655 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7bd8d3d0 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x82a83ce4 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x96574efc rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x98cecdd5 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xbce33577 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xbd0e7721 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc3585ddf rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xcb2e92b2 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd38332fd rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf4c6b049 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x268d50be dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3877f7f1 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x67bfb46f rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc9b074e3 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0afd311c rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x27920075 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3478b4e2 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x36366b88 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3c075eb9 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3fa21420 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x416814e2 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x435a67f5 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4416b4f5 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x582b8c4a rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6a8a748e rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x768b74a2 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x775b99e1 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7b786c26 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x806a8da2 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x836a1b3a rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8be1cbe2 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x96396b39 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x97832dce rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xabcf166a rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc4660fe7 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc7a1bd17 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd6b6a47a rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe186cc48 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe46e4b9d rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf6632c1a rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf7b24552 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x114ebf28 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x1910626b rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x34fa62e2 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x39f70806 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x3d093a4c rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x440d44c0 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x613e9f2b rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6817d8ac rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x8f462c70 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9096ceef rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x90ce4995 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9796a047 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xa1929060 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xdad5e28b read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xdcf67458 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe1146d26 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe31989f8 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xfbe534a6 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x1448e659 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x38453327 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xa58420bf wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x05da8f23 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x062fc376 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0e323b13 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1ae96e25 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3e69a260 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3f1595da wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x45f4db19 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4771d082 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4a7e4152 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x530ca16d wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x56e94665 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5bb3d667 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x60adfd62 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x61c74ad1 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x642e14cf wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x70854f2f wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7b603860 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x82c366ce wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x861f47e3 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8d78afe0 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91da5146 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x965dfd3b wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x98cb553d wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9bd795f1 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa15688d2 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa6066183 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa7fb509e wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xab3958c9 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaefe2c31 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb1cfe8f2 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb2088969 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb5274035 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb57cfd6a wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbe5a1ca1 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc920bfb2 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcdf35525 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd6c19d55 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd97e1f2a wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdd907d18 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe9dcaba8 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfe8625aa wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xff201af0 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x2b76579c mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x3b577068 nfc_mei_phy_disable +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x62ddc800 nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x8b4e7b3b nfc_mei_event_cb +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xe82e19a5 nfc_mei_phy_enable +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xeab62903 nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x79e99787 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x927612c0 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xf768ccb9 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x28003208 ntb_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x77ae9ef1 ntb_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x7d7dffe5 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xb736b25d ntb_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xfe897ddd ntb_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x481bbe1e asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0xcc42f446 asus_wmi_register_driver +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/thinkpad_acpi 0x706cdcef tpacpi_led_set +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x3ecf6cfc wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x64ebe677 wmi_query_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xa9b7afd8 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb5a6ebe2 wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc5e3dddf wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xe2426710 wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x286d1b90 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xc15fceb8 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xfb1845a5 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x64e2564c mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x81dc1e10 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xb0755cd2 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x0f4a3cda wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x183dc246 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x1be6bcf8 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x2bd55995 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x60bd8a24 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xeddcac26 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x53f3e96d wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x00795e32 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x036b3d95 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x079d7368 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x07b82ae6 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0802aae5 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0c68a3b5 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0d7294c3 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0dd191a2 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0e74614d cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x176e4856 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1c3bbbf8 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x262cb17c cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x30dd5560 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3af67f48 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x426f8ca5 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x43cfbc5b cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4efcdbbc cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x52b02173 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x636708d8 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x68d5bb40 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x71b960d4 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7feaa10f cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x898fdb95 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d05af72 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x95984fa4 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9783cd39 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9ac37d0c cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xac59f26a cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb0505d76 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb23e50b9 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb401cf34 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb58224df cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcd346bd9 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xce87bf57 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7bee441 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd8861710 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdcf9283d cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5108e9d cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xec12a23f cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef6f16fa cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf71314f7 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf9911db4 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfe4bed6e cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfe959938 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x20cba797 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x240234da scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x2814436f scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x53177576 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x571f057a scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x911ac756 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xb73ae472 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1903146b fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x428eb6f8 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x465b0824 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6455a20b fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x693951c0 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x73557f68 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x760aca3c fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8412d694 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9800e866 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa1385101 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa56141b3 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbf9e1297 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcc5cfc62 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xce6efb52 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcf5c95f7 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfe70542f fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x26b5e910 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8051c1e8 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8e9b5d16 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8f8de79a iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc3525c61 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf6077cf1 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x085ab36f iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0c1f3a38 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x15da1dde iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x17c48258 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2ad391fe iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2c64486b iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x30fa90fc iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x355340a7 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x38749127 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3c8a1c69 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x447c5c4d iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x49b3447a iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x51540818 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5ecd7c98 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x606cc649 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6717ecf5 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x76400740 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x780146a0 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x79c39804 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7ecaab27 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x835a640b iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x84dad776 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x89b3beae iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8e0fe801 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x944dbd62 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9ce7aea3 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9e36f0b5 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa24c12ec iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa585c86d __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa72206c4 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaeedfdb0 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaef30332 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb23d59e9 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb6a34aeb iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbe5498a2 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc7039cc3 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc9df8a54 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcb645f48 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd4e4f871 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe7700591 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf542ca30 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfa54c990 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfcd14964 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1b2c1622 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x27350d54 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2b41e387 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x30768858 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x556c77aa iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7de036d1 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8354f184 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x99a76275 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x99f5cab6 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa0c6a1ba iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa9632656 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbead18a8 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc182664b iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc50f9d7f iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc8841faa iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xdf0d7088 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xea4ebd08 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x11f52fcc sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1aad0eff sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1b65022c sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2376aa90 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3d9045e2 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x410a3060 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x43db9608 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x45d6e83a sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4ab159a4 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x542ac8a0 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5502e91c sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5cf3ee4b sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x64bc9d02 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7a715cc5 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7f8c8e70 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7fbef27b sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8aecfbbb sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8f04bd5b sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa3dfc4e1 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb3296ac9 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb5fba0d0 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbdb37bc4 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc2f7d623 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd3d031a4 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfcc8eacc sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x0faef803 srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x1a446bd6 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x512224a2 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x8bf29e4b srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xacdc809f srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xc90b8a4c srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x1f8f5778 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x2b9378c6 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x34869671 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x3a2d54e8 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x5f96346b scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x65409cf2 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x94a12a00 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xa54d00b1 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xb02774b1 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x05ad63c4 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x06e0413e iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x09bb7332 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0b11384d iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x11cad63f iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x153efdb1 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1c728b2c iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x20eb64f4 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x21583bba iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2332c30e iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x26f9139d iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x29b435ca iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x31d1a105 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x39c23101 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3e841ab8 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4c32a244 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5105963e iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x54ba9a3a iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5c864e04 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6de2872e iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x783fa4ec iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7ce1253b iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x808be9b7 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8289044d iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x86516582 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8b8c6545 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa2d9d822 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa32a3240 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaad09a87 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xadcdffe5 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb7fae464 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb84ae8f5 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb8d5ec44 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc2025169 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd283b4aa iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe5a28723 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xedbf1dd3 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xee26820e iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf2c422f4 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf489a3a6 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x699c6664 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x8b7d04fb sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x90c465ba sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xa680dafd sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x2730b64b srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x3b0af16b srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x4cba4bdf srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x7004d752 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x800107fd srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x804ad84c srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x02cf4245 ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x3ec80746 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x5947bcdd ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x59b3fca0 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x9430e610 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xf97ab088 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x326b7a47 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x3fccd8e7 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6627a624 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xb6839688 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xbb3fb4fc spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x2c08a3aa dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x5aaf92a0 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x7299366f dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xabea6dca dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xff8b54cf dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x116c45d7 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x13cbfe18 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1bf09878 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1c714647 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2d2273cb spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x396be5d0 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4902b8ce spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x507629ae spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5f1ed4f6 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x72fb659c spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x87e3ebf0 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x88c11dc4 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc4a2dbf6 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe3902b01 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xefe95cad spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf2d80194 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf2f01cd9 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfa312536 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xb96bc6e8 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0d0bed45 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0eaa7790 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1417aaf7 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1bc1872f comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1e7f5a7c comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21654620 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2203ae2c comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x244c8d50 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2b485e35 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x312a998e comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x31cfd1a8 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3d6f151f comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x408845eb comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x408c23f0 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x410c0919 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x47085e0d comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4e44199b comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x566bd8bb comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x56d36d60 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x57080625 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x57d5caaf comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5fd1bc97 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x67961132 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x74418627 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x77b659f1 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7c5d5a16 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7f00e0ac comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8222dada comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8b4d0796 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x916697d0 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x97cea8f9 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9948ff07 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9c91ef66 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9caa1a39 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9d3efaf3 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb324786a comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb366c35c comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb9f96d1a comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbfe31083 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcb8b15cc comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcc8b343e comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd0a43386 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd103d0c3 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe29d8cac comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xec6bfabc comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xeef7bdb9 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf1a06492 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf6ffdfbc comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfaab4eee comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfafe72b0 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x114cc5cb subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x17b2dce0 subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xfe8fc249 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0xcd4f80cd addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x1545573f amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x2eeddacf amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x3d1bb4af amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x2cf740c3 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x403f8667 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xd5d4fdb7 cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xd63040ac cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xfa3a4a0d cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x613a19bf das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x06450007 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1cf15495 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1e778a05 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x311caa63 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x34734685 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x465994fc mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4c2af14c mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x61eb994a mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x62c1c64a mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x788480e5 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9384d154 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x993419cb mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9a110b67 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa273b1d2 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa4a6fbea mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa8bb617d mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb089eb7f mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb0e2b132 mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc03098e8 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc971d40d mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd0030b36 mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf3f2ff8d mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x0174996a labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x354ac29c labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x5f712361 labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x8a211179 labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x9977d052 labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x99a6c66c labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x0f76f11e ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x1d1fd25a ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x1fb77a41 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x66c56daf ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x69650f17 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xde047d37 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xf34c8411 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xff1e1af6 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x43cac68b ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x5833b3a1 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x7e396008 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xc2e3a137 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xc9b4e98f ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd6634348 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x10859cf3 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x66f667c4 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x9e69323f comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xb5c797f9 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xd7cbdfc3 comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xdc812989 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xeb58fbae comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x124dd3c9 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x44efb0e9 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x454a8319 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4e0f5f2f synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4fcfb13b spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x525341b9 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x55b4772f spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5f23a9c8 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xacd7addd spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb035679f spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xce56e8c5 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe4927bca spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe5bc5579 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x82b9214c uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x94c819d2 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xe047f8cb uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x28835bd8 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x2dfa5d15 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x32446204 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x6640fa83 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x376320c3 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x9371bd18 dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0e265d8c usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x155ebcb9 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1725f115 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x178f8b74 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x19601476 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1c9aee0c usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x30d36ea5 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3426dcd6 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x442adfe7 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4aec6a9c usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x52a7c70d usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x58fc53d0 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x69824b81 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x72aeac32 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x73b5f685 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7b35d431 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x89fb3077 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8f2afb00 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa3a428e9 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa6365299 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb4414a5d usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcc1efc54 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd88f1a05 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe4fc7882 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xedd27117 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeebe3fe2 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf0268048 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfdf3751d usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x16c4dda9 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x1a2e72c9 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x28b5e5c4 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2c66d3c0 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x449d2a4b gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x4a9fb4db gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x70a12f30 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x718108c1 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x72d437b3 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x830a0a8b gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xaf82ada3 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xbc11e975 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd96543ea gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xe45498c8 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xee9359a0 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xc6cefc63 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xe9422adc gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x0431b111 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x0c5536f8 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x32728733 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x34032def usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x3cdfa9a4 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x5e78dfbd usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x624b557d usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xb6adef84 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xfba94759 udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x57c3084a ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x62e1387f ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xcadad1b8 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1893889d fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x21ca27db fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x3faec7a5 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4640fd82 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4a927f45 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6a64f7df fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x774da2bf fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7d2880fa fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa8143261 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xad07ec71 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd04076e9 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd1c53a40 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd347dd87 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd9d30c80 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xfc5d7691 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x0bb581fc rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x1b010fae rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5f28c98c rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x661c283c rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x433d7a07 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x5f4a9a11 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x218a2130 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x25234915 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x31112f28 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3e7a0caa usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x436681d1 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x96f83a55 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xc1a9809b usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xdee6065a usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xed4460a2 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x299fb8aa musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x19c1072a usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x3bd3468b usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xbed8dc05 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xc5b3ab7f usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xf109b92e usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xfb2e79cd isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x269c0954 samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x5779e603 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x57df3793 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x629ffff5 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x8920bde1 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xef7c087d samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xffa2c60f samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x2103e4ad usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x01ccb615 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x09ec47ed usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0b4804fb usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0cebeabc usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1d900294 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1f83915c usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3df0fcc7 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4423f453 usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x61498c6d usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x69405ddd usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6d0f0dc5 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6e0c4053 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7164f3f6 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x80ad307a usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x96a86d68 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa1425eb1 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb031175c usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb0b23943 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xdc12ab43 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf74b8399 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfc454c3d usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0b443b80 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1ed8a3f5 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3e7104d5 usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x58bb6b5a usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5eb64528 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x65769826 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6fd2e26b usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x72f6bccc fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7541cbbd usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7e725a1f usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x85d92561 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x898481c7 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8d9e92c8 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9ef1600e usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa2a4c30c usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa50c5a9d usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb844f490 usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc4fde092 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xcdf7c319 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd00f8426 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xef1d142a usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf3876c79 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xfae45420 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x2f612e68 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x363b54a2 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4f21d291 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x744ecd98 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa851fb15 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd1bb163a usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xdf7a8311 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe15282ff 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 0xe672c527 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf0f9423b usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfab381e3 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfb43c5a5 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x1201c54b wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x20fdbd7d wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x5eb5f440 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x757ec3f3 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x79f2dae9 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x996abc73 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xaef540eb wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc543b60e wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf4654c3f wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0e0290b8 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x18802c81 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x21322493 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x29326a23 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x310dac1f wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3440452d __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3fa68143 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x51920963 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x52744dce wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x8706afd4 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xada56a86 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xadc355c1 wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xaf43fd86 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb886ed34 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x99205425 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xc9e1ae4a i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xf0ea72c4 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x00b0b08b umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x13e0f152 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x53a5c0fd __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x5e66e803 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xa7d56ed4 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd1088a80 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd183afb3 umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd843e373 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x05acb494 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0a5d2483 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8aad57 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x126a14a2 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x173a59e9 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x26297371 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x29d112ee uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2d72a84e uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x316d2d7a uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x34eeaf8e uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3ceaa1e7 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x47d64cc4 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4c87170a uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x56f8aefb uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5862e61b uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5e4bc088 __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x621d04be uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6bfbe9ee uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6f65c148 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7bce27b8 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7dcfcd23 uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7ecc54cd uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8b8c4afa uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8d0e0ef8 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8d650cd7 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x952c38b3 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9627f2b2 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9803743e uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9cfdeff6 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xacc44099 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb1ded915 uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb8836323 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbb72b473 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc9301e88 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd27a3f7a uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd6a315b6 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xddba1b96 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe1716f06 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf7003791 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf794b50a uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf807abbc uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/whci 0x25c51eba whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1ec21d2c vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x57952f55 vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xab076882 vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xad47cee9 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd4a0d15c vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd72f1419 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x02b30c94 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0ed23a2f vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x10689b7a vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1f055a0b vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x389c14a1 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x443fc5df vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x45c2b736 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4f653416 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x552df6ca vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x55a1719b vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x57121185 vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x574eab03 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x68e86355 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x77334ff2 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8e39103c vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9e56757e vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa7fcb4c7 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa8766ae2 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaaa1c4b1 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xacc967b1 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xae4767c7 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb43cc66c vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbcc3242c vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcc0a7eed vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xce300455 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdec5ebf6 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe0b34834 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeed04553 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf3fdeb92 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xff0d166e vhost_dev_check_owner +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 0x575126a5 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa775b104 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xb53264d3 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xb5801744 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xb79cb9f5 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xbbb3678a ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xeeb195e2 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x1748ec3b auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x340875d3 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x5b36c452 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x60679888 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x9320bb01 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x9a2a2d79 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xa77e778e auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xc79b54a9 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xd58da4af auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xfc4d5ca7 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xeae674f3 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x5351999e fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x7259e084 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x4bf86397 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x7f105b03 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 0x22a7af24 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x292da7a2 viafb_irq_enable +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 0x79e6190a viafb_irq_disable +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x84a53459 viafb_find_i2c_adapter +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 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x04742a09 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x34cf265a w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x44e1a299 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4512a08f w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x54893a01 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x55d3baad w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x6f165b09 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9d599a9a w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xeaa872a9 w1_write_8 +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x5a7c58f1 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9076df5f dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9901690c dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xe4a6d9bd dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x33337184 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3fbec5a6 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x778a970f nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e5c54e locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7cd33538 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb7a05f8a nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc753a5b3 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xed245fca locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfadf2989 lockd_up +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00588d18 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0125a927 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02ab8023 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0393a01a nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0933b45d nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a939f96 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ac5e336 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c64af1a nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d5d5699 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0eae329d nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13c6250d nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x145b7078 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1745191b nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1bba86f0 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1cd4b725 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d0bca2f put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20813bbb nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2157b20c nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24dd59e7 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24ed0f08 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24fe7391 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a1a9dcd nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2eb9307c nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x305670e9 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x362bf870 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e2c672 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e7f139c nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e895ce9 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e8e9160 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ff0f940 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40c4f9e1 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43724f06 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4403a65a nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4529f279 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46f74c80 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4aaa7601 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ae43f36 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e8f3f9f nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f44b970 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5090df42 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x574e1a65 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x575e887f nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5865f0ae nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59241919 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5924c291 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59602e90 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a12cb74 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c8a921c nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5cc25106 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d871020 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ec05873 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fb285aa nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62a977cf nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x649b6042 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6744079b nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68623b9e nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d3c75e7 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6fdadc87 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78fdbef4 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ca79a11 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cc51d00 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d936815 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e88d24d nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ebc22f9 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x834beb12 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89d46004 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a3c66cc nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a645b79 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b21132f nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8bfde067 nfs_statfs +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 0x923be799 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92d0df00 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92d41d5f unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x93c7d3dd nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x952e660c nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9590ed44 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x969ca72c nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x972f81c6 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97367d8f nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98f270f3 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9aa06a5c nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9bebfdd8 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ce7cc55 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e87e6af nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ff74d7f nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa075e79a nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa330e12d nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5a81213 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa696a0f0 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabdf5b19 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae6a5462 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf1dd221 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb023e62b nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb331bb95 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6dd6699 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbba6ea69 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc49d8372 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb70fd16 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcbb5315f nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc0a9094 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc29b810 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0ddc7de nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd436608b nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd51b59cf nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdbcda390 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0c740df nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2a49106 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2a8646f nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe86a9919 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe94157d5 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9e1b6d1 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9f5b3ad nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec7905ec nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef74e077 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf22d5d5e nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf32d3d9e nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf448a21e nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4c0da5c nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9309744 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf959699f nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff671fa2 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x029d4c17 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0c9b2632 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f92eefc pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x10f1ba7c pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x11bda27c __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x140d72a1 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x16e7f5cb pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x239b512f pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2680d6cd nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x277bee12 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c298b4a nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3604337e pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a0d05ff pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a81e3e1 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c58e43c nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4610760c nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x462e1a12 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5519bb88 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x563b2367 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x665fa50e __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x75dd244c nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x79af3683 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a9a42ba nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7c03c011 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8c161195 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xae22b987 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaec44f48 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb19c5cea nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb432668f pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbb95a59c nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbca43c4a nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc2401b97 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc93417d0 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcd1d007c nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2602392 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd37af5af pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd4566b09 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb813e84 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1f46b2a pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe7611a40 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee1130ed nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xefc3cecb pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf09cfc59 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfd804d58 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x1a46b8fb nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x65b2e39c nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x23997a7b o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x713d71aa o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x78c4b254 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa42a7168 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb7852c63 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xcd7c1f3f o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +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 0xf88f4e6b o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x4e7c2aa3 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x5a2ca255 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9223e12b dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x98546ec8 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xce00052e 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 0xddfb42ae dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1c38e988 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x7caafd66 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xf1750e1b ocfs2_plock +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x59ba1383 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0x8dfb6a21 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xd3a7392c _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x96b78d86 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xaef49c24 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x254aa7bc garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x5a4f093f garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x6b62b23d garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x7311d90c garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x9efa73fa garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xe3b816b3 garp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x10832873 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x194590c5 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x293ce4a5 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x316f95ed mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x9510dab2 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xf9c59157 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/stp 0x9036876a stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xd2b60126 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0xc6e1daea p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xedd8d1e5 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 0xe3f2d373 ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xa1268b8c bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9132eaf4 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb4a2b63b br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x04bcba62 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x06655e86 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2522aa40 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2992e98a dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2e7980c0 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4011dd87 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x57dc2c4a dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5affdf25 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5c16a130 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5cd142cc dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5d12830a dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f562c09 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x68ae1373 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6bfd87e1 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6e10f465 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x718ecbdf dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x73ee5763 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x89687e3c dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8c422021 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8eb68a86 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x99399c63 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9b76575b dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9c940c9b dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2d44604 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa55c86f6 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa7a5c713 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xac04fb37 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaf656cd0 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb5b70c95 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbb81dda4 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcafcd366 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe6aa663c dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe6c2f402 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeb267097 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3d5bfa05 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x49c5d1c8 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6013397b dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa2528f9a dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xbe725c6b dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xcf6f0d8b dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9f7f1789 unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xad5ce603 register_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x8cf7cf6c lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x8f50a86d lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x5c8bcc56 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x66a1aba1 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x71ff5334 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe2e6c12e ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ipv4/gre 0x6c25643e gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0xa7096ef8 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xacc26296 gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0xaea65c01 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xcfd331ca gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0ca1bbfc inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3a17c2c3 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x6d2cbbb4 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x937c6625 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb7fd3226 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xbfb0fe10 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x23870c82 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3c159721 ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x50f42c49 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x780c35f9 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x97b1c30b ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9d5c6423 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb319cd94 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbe051cc9 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbe269e02 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc8c5dbf8 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xcbcde23b ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd6182fa1 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd85666b0 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x5e324293 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x1562dfb3 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x32bb19c4 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x507f64fe nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0x384869f5 nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1a12e46d tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x65bdccf1 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7d9ec26f tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xcaa8e387 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xd33e0362 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x364924f6 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x3b71817f ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x8484da14 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xa86e45df ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xe60df00e ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x6a430929 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0xdab36bc5 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x4c88116d nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x5ae2f59b nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x01d7fa5e l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1f5a4f5e l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1fb86ab5 l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3614aa1d l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3daebf95 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6552821b l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x85714445 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9555ec6a l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x95abb1e1 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb357554a l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbaf72bc4 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc73d2627 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd7a03ec1 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe384eed0 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xef9c6cbb l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf4df31ae __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x9c1d4a0f l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0457378e ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x11b43e65 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x12a36d8f ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x20212d6e ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x25e0b4d5 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x35b2decf ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3900e9fd ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x398a57d2 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x55573371 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x57b49e6d ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5bdfb8ab ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9d7e33e6 ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xaff177aa wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd1849295 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0c862298 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0fc4927e ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3bd3637f ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x655e3e19 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x74229224 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7545f0db 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 0x8423ac9b ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9b74e9ab ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e022111 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 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa9344989 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb10e5e40 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc6ffb68f ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd0d6f8f0 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf166fad7 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf6bcdf3b ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x0c4b679e ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x290195b4 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x64e481e4 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x946972c5 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x03c25d95 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c951b21 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ddeeda2 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x16584b6a nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x18aae796 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1d287f57 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e160a57 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x284d1264 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x305dad5b nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c04fa87 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c68b82c nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d6f5823 nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d7f0dbe nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x40f2c032 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x41bf4284 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49ac7178 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a10d4aa nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a9d8ec3 nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4eebe91a __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f593e3d nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x51a846f8 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x580565f6 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x582311cc nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5a118a94 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61f3c319 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x625d594b nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x66d9684b nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x673b70eb __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67c52361 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x686a9fa3 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6a523c4b nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b0c8690 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6bb266cb nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c344579 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6dbb8efe nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x716e9696 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x758caf69 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77cf49c4 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7c2091b1 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d6f5cbf nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x88807b22 nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8da27de6 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x904fdd7b __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91acae73 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97833a84 nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9ea071b6 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f7a5e67 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9fc024c8 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa22d1d62 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa76c1bff nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa76dbe59 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa466106 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaaf4c912 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xabf40496 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac961334 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xae928fd5 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb3a3ecf0 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbad1073e nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbd8a5584 nf_ct_seqadj_init +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 0xc491d358 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc5a155f4 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc5ae7133 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcbf66d9c nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf44492a nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb06b7c6 nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xddabb460 nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe5b94d4a nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe66d149c __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6fc51fa nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7200eba __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed04d125 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed729a88 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf438d417 seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf43fe1a8 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf968edff nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfa118214 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe39f8b2 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x814f6d4d nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x5c0953d3 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xe2843c6c nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x01078247 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x01636ffe set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x5645a75b get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x5a0e91d3 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x937ae456 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb246891b set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb36ce712 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd286915d nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xdca9c04b nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfd99a988 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x39fa2d08 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x127c039c nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x7fc67445 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xa6057967 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xd220a211 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x91afad41 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xccd320aa nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x11d424c1 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x17fc520c ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x21369b08 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x66fa0597 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x70067e73 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x97e08912 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xcf3cf36d ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xc6dff14b nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x487baa9b nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3d53a4fc nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3da95598 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4d1c0e9a nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x67ce2f25 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9fc44372 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbbd8d3ae nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc7ede2b7 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe983829f nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xff17428f nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9e19fe29 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xeed84a48 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x00e62fd4 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2fd89df0 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3b270ced nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x586e8337 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6fa30ee4 nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x919b7bef nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa8f1eb66 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xad0fae17 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb2188835 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb3ed0610 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe8c49e64 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfc15ae1b nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfcb16742 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3c5942f8 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4384310a nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4609c37f nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5a7178cb nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x64efae35 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x71f6ad62 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf8f2fbbb nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x81763725 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x92d124d5 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x030e82d5 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x5bfbd162 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xacea5894 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xbc9a030e nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xbfee6028 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xc585c54c nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xc7cffac7 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x37c3edf4 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x7889d627 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1962b7c0 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1b65116e xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x28bc4ae5 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3dddb8d4 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x51cfb594 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x568a4ecb xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5906bef0 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x76fa7a57 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xae74de77 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbdb51dda xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc5350a91 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcc13a96f xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xee95279b xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x3a099777 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xf4e9cb5d xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x6ba112a3 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x9ac9b9cf nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xfd0315ef nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0507adb9 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x0cdf2b0c rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x20d4d461 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x262d5c45 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3460ca04 rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x3cbd6f58 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x40c0bfbe rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x4a63300b rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x56cc91dd rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x62ca46e2 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x6e1bf503 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x6e2dd3c5 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x70067c0e rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x79ebe9de rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x8759d58e rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x889a525a rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x97deb61e rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xade5d976 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xb3657703 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xe15cbb7a rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xe3febc88 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xeaa54dc0 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xf55ae99e rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xe264983b rxrpc_register_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xeb2cde62 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x3a91aa2c gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x401c38c2 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x592f751e svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02710feb rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0299782e rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03531111 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +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 0x078f114e rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09456ea2 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09fb858e xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b0037e6 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b064c84 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b4fa80f svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bb840e8 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0cd7b3ca rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0df6da91 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ed3b6b5 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11674d5b xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1338181c write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13cdae0c rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x142fac41 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1485efe2 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x155c11ba unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1708cae0 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1906444c xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x195d2a1b rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b765e78 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c27abc6 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d21eb61 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d93ed93 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ee7590a rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f50b643 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x209f35a5 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21893d6b xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24da619a rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2549e92b xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27214772 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27e9b16a rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2921876b rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b109794 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bb3ce9b xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bdf78ea rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30ea82b8 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33e4d14b svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37e9398d xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c77a2f0 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c938a89 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4034b017 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4034ff45 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42300d5d xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46b76327 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46db0282 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4740a4a4 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48d93778 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49b88aa2 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ca76d05 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e2dfa7d rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x518d0198 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51b71020 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53f94720 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54f810ce xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58c2c492 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61f133bf rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62f13e58 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x658eb83f xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65c71639 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x664aacd0 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66a5b7df csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66db86b3 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x671c1152 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69a9c09c rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a97e74e xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70266263 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x748be79b svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7511bed8 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x757fab67 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76b7771f cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78d1b1f4 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79566793 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7cefc853 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de2f029 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f4f95cf rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ff99edf put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x812d2fe4 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81ea9e47 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8567cb22 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86949be4 rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86a1620e svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88269112 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c6108f1 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c811c60 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8dce3f4f xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e0f8705 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e70fd4c rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ea0e7d4 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ed44935 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fdaa1ed xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9284403f rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x937458f3 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95d6573a svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x968829f3 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97d78b25 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x988a0d61 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99041311 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cbe32c3 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d1ced2c rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d253e28 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9da2ba88 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9da970b3 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0555f40 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0cea96a rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3490c08 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa376d416 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3f3a53d xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6333943 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8ef3834 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa907eb58 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa99bc9c6 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa99e66b6 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad252837 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaed410ac rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0116611 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0abb438 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb14998a2 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb33e5dc8 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb42b7a03 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb46fa456 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb635d7df svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb688512c rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8abca7b rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb98075c2 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9f0da54 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbaa33ae4 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc07064d gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd4fe9c6 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbed126e1 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf827057 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfd53932 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc19fe5e7 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4348723 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc07a66c rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcce9c66f rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcda28e41 xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcdc9fc89 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce0ec286 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf4bbda1 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0cc00ec svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd109f015 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd27d2600 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd320c19e xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd37cc74f rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd51797ba rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd51cf9c6 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5504347 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6723708 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd79bd7f3 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7caa584 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7d712b6 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7e8a17a xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda91b421 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf8002a4 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe29cb22c svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2db13bf rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2dcebdc sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4c7670f cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe524943c svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5370d6e xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe93badca auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeaf9afc2 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec0fbd4c xdr_read_pages +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 0xeead1b0f svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeefaedf1 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1a07fc7 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf271be2b rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2a3d388 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5145b58 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf54423a5 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf60825d8 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6c98f9c svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf72c4464 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9714971 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa3116d2 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfaaa45ef svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xface68f0 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb2f9c11 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb333768 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbb737cf rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc41638a rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc8f1ea6 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdc58fb4 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdef968e sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe3e4b32 rpc_call_start +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x02266fbc vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x039c8929 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x10ef8e4b __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4058c556 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5299b52a vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5631a447 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5e716894 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x74e91915 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7e503673 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x91f2e476 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa63f5e60 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xabc79d43 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb7729c13 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe91ada79 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf593c40a vsock_pending_work +EXPORT_SYMBOL_GPL net/wimax/wimax 0x01ef3132 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x181e42b8 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x18ac6cc9 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0x73d6325b wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x82f2e223 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x86204b08 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8ef92666 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa7a45efe wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xda7a7575 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xddf1ca86 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0xdfe9b972 wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe68d016f wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe9d0f322 wimax_dev_init +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x11447967 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x272aa5c2 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4e4c8060 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4f721b69 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x58194b35 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x62707a9b cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x64cd0049 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x754b543a cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x81270f08 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb408de64 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbaa92519 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcdf79502 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe076d040 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x122a247b ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x1bc71624 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x2eb63a74 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xde15fa1f ipcomp_input +EXPORT_SYMBOL_GPL sound/core/snd 0x0fca294f snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x207dec91 snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd 0x4e7ba3f1 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x5e6c55e0 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xe241fa70 snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x371d4f99 snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x7ee56eca snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xad557ebe snd_compress_register +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 0x5b905026 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xba440f4a snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0b789002 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x10430b8e snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x40479193 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x42c3c9f9 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x44f73d1c snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x453ab688 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x89266927 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x8edef45f snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb71570ab snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xcf69475a snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe7dc7c66 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x3dfc375a snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x95b8a671 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x9e4c5353 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xbdbadfc1 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc46712e9 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xfbe68680 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x01bbc9d3 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x01f6a9d1 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0208e747 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x05ad70cc snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x062963f4 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x069a8600 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0881efd1 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0abe2af6 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e526f59 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12085e4e snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x15be3d71 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1660f4da snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x180a7f2c snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1874bd81 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x18fdaf48 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x196f276e snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1c56bf86 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1c681bbb snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e1d3eb7 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1eba5688 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24d7c6d5 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x250fa0c0 snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2720c363 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2786126a snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x27da17ad snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d284aee snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2efd7f81 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f7c6da3 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x36c2663e snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3fc16b18 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x493a4675 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49ea2ad4 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a1a612e snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a3643c7 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ed2bf7e snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4fbebe1a snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4fc1e5d3 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4fe94562 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54898f01 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x565f3ad1 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x57e15d65 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a461eed snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x602fcc43 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60ba453f snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x62398a73 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x62ddc9f6 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63c61bf5 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x64b2bb8d snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x66c969f0 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6aa29741 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b1c4587 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6dafbb92 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f3df90d snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fbc06d4 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72fb79ad snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74cb988d _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76b7c1e8 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7aea950d snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b7699d7 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7bf8d9fb snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d5f5ae4 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e22660e snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e80b2c9 snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7ee1173d snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8544c9f4 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8576bb94 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ad3e6a5 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8bd5c99d snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e1a6b06 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8eeccf2e snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f0576f7 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f7d58b1 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x92592646 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9436c481 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97918939 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98214bed snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x99b26a0a snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a733a5d snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9b676c86 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9c7f4ecf snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9def352b snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e9a7334 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ea70189 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa512e638 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8c441c8 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xab1a4311 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xab58e446 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xac8426c5 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xafba3b67 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb1524f8b snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb365f159 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb4d87aa8 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb636ad66 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb76869b3 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb99f6d95 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbfb9474b snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0ea9619 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc51e5302 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc6606c83 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc879cd85 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc95361de snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xca2fb365 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb530fc1 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcd9bac42 snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf562f75 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0e0433a snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd207913c snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd32493cc snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5610808 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd758016f snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb226c96 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd2d42c7 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe366d6b9 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4484f8f snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe490cc61 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4e4beb2 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe842ddb9 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe89362b7 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe94b626f snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf18bbc76 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf18ca2f5 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf195f9b6 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2b24fe9 snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf476b6e4 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5c41f6b snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf6102691 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb95954f snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc59e43f snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfcde8f40 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd4ecbfa snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfda929a5 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe6f4652 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1314f00e snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x222a2d97 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x224604b6 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x244be983 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2d9b79c8 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2e9e3f7b snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x32ce24f3 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x33d1d992 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x47e09e93 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4a32de03 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5a1215dd snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8f5bed5d snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x94835593 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x95a43101 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa5fdab5c snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc516e6cc snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcaf2b193 snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd3c3290c snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xebffa9a8 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xefcdf75c snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0x55a2382a snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x0f3d5bf7 azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x45fe31bb azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x5147aee7 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x655ba4fd azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x72856156 azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x8d074fc5 azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x9d42da5a azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xad0306af azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xb8dea55d azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xe1952790 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xfe6c5afb azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x367bd46d atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x9adf36ac atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xf6410530 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0563cb14 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x3caee88f cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x828071fc cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x1d28707b max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x634e74f3 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x6c0b4927 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x74a3d3fc pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xa6ac3d25 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x7f68b24d rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x892ccda0 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sn95031 0x0173e7aa sn95031_jack_detection +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x13a4904a tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xc839b064 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x183996db wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x5f2da60f wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/intel/snd-soc-sst-baytrail-pcm 0x521ac362 sst_byt_dsp_suspend_late +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x887cc641 sst_byt_dsp_wait_for_ready +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xc439bd62 sst_byt_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xe9751b8f sst_byt_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xf5570380 sst_byt_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xf5c52dc1 sst_byt_dsp_suspend_noirq +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x0201ae03 sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x0b277a74 sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x0dfc2d02 sst_fw_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x104c7c1f sst_dsp_ipc_msg_tx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1aaf55e9 sst_dsp_shim_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1b5e8b82 sst_shim32_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x2375c79c sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x286543dd sst_fw_free_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x2afaa222 sst_dsp_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x33664791 sst_dsp_reset +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4a045773 sst_shim32_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4bc3bcd5 sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x57268868 sst_block_module_remove +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x602ca80a sst_memcpy_toio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x6a206464 sst_fw_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x72789798 sst_dsp_inbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x823721cb sst_dsp_shim_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x93d9c634 sst_module_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x945d8f0b sst_dsp_shim_update_bits64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa1584df0 sst_module_insert_fixed_block +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa194815f sst_mem_block_alloc_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa20d7dbb sst_dsp_shim_read64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa3cba0c3 sst_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa7521be8 sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xad158b62 sst_dsp_dump +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xb3d5ddff sst_dsp_ipc_msg_rx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xb86e1820 sst_mem_block_register +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbcec5387 sst_shim32_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbcf1017d sst_mem_block_free_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbd363c19 sst_dsp_shim_update_bits64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbd84f2d1 sst_fw_unload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xc3bbbb64 sst_dsp_shim_write64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xc9a0b185 sst_fw_reload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xca293e88 sst_dsp_outbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xcf378968 sst_module_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xcf8c1bab sst_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd6063bf3 sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd9a2c94c sst_shim32_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xdf4db840 sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe4ce57b2 sst_memcpy_fromio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe7d2b99c sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xebef7156 sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xf222ba4a sst_mem_block_unregister_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xfc676baa sst_module_get_from_id +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x7e5e4ebf sst_hsw_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x8126f07e sst_hsw_device_set_config +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0xa8118618 sst_hsw_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-mfld-platform 0xad05e67a sst_unregister_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-mfld-platform 0xdcfced54 sst_register_dsp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x002dcb9b snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0347df59 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04689a90 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x074c1e5b snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f242d62 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0fee1652 snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1174d847 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14dba716 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15afc657 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19b12d82 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c77f67d snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1dbceb91 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x211f11b1 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x232f4024 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23f1dbae snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29059c21 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29536439 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a4afb82 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a8a8d74 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b168560 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c15f1d6 dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c23d666 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ec5bf0f snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x302426dc snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x311f7e09 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32920cf4 snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34e01ddd snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x363db3dd snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37ca7582 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37e17250 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39435709 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a59fb6f snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e62ef76 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ef7f012 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3fbd8baf snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44329237 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44909341 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46570dcc snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48cde268 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a39f48b devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a5c0133 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b8f34dc snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e3e6435 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x50b9cff7 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5239081f snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54580930 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54d459b5 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57f1bdf1 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58c83ce5 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ee5e6f1 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60096be6 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62af10e4 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62fbcaea snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x647a7e44 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64f9da56 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65ca3160 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68240db9 snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b0d339b snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c9c53c1 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e8305c7 snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6fedb341 snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7285844c snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72b99f4f snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x74150168 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x777ee8f6 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x77dca1c2 snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x789d6207 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78a394a5 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b8cd04c snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d93651d snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f8808a0 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x824a5348 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88973fba snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bd95022 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c024db8 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ebb7900 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9171fd40 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x95815181 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x95e05e21 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x98f63a95 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99ae2bc5 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b2ec674 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9dadfa07 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ed95221 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0d1403d snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa14acaff snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa163b4ae snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa599fcb2 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab5445f5 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf2d515b snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb3151e47 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb3f3ef61 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb40cff0d snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb4504952 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb637852f snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6c82614 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb828573c snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba1522e6 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbcb0adc9 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbce1aec1 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbfc58119 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc09130f3 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc23153a7 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2f9c1c6 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc48e9b76 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4a14be5 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc66f3e51 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6950062 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6b5bd84 snd_soc_set_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 0xca5029a9 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfa95586 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfc5a769 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfd50182 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3b09e49 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3b73842 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd456957a snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd55d397c snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5e60edb snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd9628a3c snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdd508dbf snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2aa3db4 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5078832 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5448513 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe62cbe9d snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6e2d9d0 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe709dcfb devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe7e39b83 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe89421a0 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe90961a8 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9a14a8b snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9f3a77a devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeea351a4 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0af09d2 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0b1b312 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf17fd39c snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf477c638 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6da8ffc snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf77f0152 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf78fecd1 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf83dab44 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf996cfdc snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa37bbd9 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb684777 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfdf55bd1 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x00093688 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x000fc127 skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0085a43d ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00a7d436 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x00acd32b crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x00ee370b dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x00f350d1 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x010cda74 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x010f1420 rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x01161348 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x01170331 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x015c722d kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x01685672 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0170cb6c efivar_work +EXPORT_SYMBOL_GPL vmlinux 0x0176b73b ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0178d2ed xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x017c6977 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x01879eab dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x01d11a05 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x01d3ad3a regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x01df8c48 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01ebd5fc regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x02009aed regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0x020aa8bb ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x022405fb iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x0236daed ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x024367e7 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x024fdbd3 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x0275a3e4 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x028e00d6 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x029bf121 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x02d2572d crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x02dcf542 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x02fb5be0 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x0307e563 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x03284364 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x032b85d2 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x036a2ffa tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0389d641 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x0394538d scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03c3411e tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x03d04c2b anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x03d0c561 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03fe6955 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x042610f3 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x0437973d crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x04398f2f usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x0445210b percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x0485eeca tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x048f2ebb user_read +EXPORT_SYMBOL_GPL vmlinux 0x04a2251f devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x04ba2b1b ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x04bf26af ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c6a385 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x050c30fb usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x056ff286 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x058daf7d pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x059f2696 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x05d1122e balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x05e665f4 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0604b8d1 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x060d1064 set_memory_ro +EXPORT_SYMBOL_GPL vmlinux 0x0621f9a5 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x06239a1b usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x063e1b38 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x0662180f devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x06963c36 intel_msic_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x06a1fbc6 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x06b735e4 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x06c248ee shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x06c95eaf usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x06d549e6 pinctrl_free_gpio +EXPORT_SYMBOL_GPL vmlinux 0x06f6e748 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x072db3f2 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x077cabc3 xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x0785a751 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x078c0137 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07bebec2 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x07decdcb register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x07eabd88 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x07f300c3 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x07fc478e acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x0809de6f gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x081961f2 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x0841ecb1 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x08462112 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x086e4fd8 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x08757064 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x08772087 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x087ce340 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x08ae1d5b dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x08b19def map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x091390f1 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x091f9d6e inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0943966e spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0962d0e8 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x09994e7a __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x09ac012b ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x09c44b23 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x09d2dbaf posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x09d37cdf hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x09d70ac4 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x09dc23d4 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x09e1a322 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x09f10251 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0x0a031c16 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x0a136a5d ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x0a5f4e80 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x0a61f7fa power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0a775d1c blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x0a899319 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0ac66d3a regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x0aedaca4 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x0afb1a66 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0c503e acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x0b20a16f watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x0b51bdbe ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b59390b __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b5987f9 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0b875daa key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x0b9f7e1f irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x0ba660bd skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0ba69566 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0be8cac6 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c2aad7e devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c37f567 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x0c3ffe8c ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x0c4bdcab isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x0c4cad68 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x0c657370 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c80e3fe efivar_init +EXPORT_SYMBOL_GPL vmlinux 0x0cbefb64 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cc5746e rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cef1f31 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d09f7fb spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0d257720 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x0d26b700 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x0d2b4560 percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x0d57e9e0 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x0d5adfa7 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x0d7afaa8 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0d8402d1 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0d973d71 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x0da9236d pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x0dd97848 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0ddf3c9b register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0de3f91a serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x0dfa5882 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e44c039 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x0e466a0c setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x0e6016f1 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0e66e9f5 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x0eab901e da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x0ebd1d71 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x0ec508e3 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0ee23d16 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x0f1e11d2 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x0f2453f2 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f4b496d ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f84f6b8 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x0f934040 swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x0f9e72d3 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x0fa138de xen_hvm_need_lapic +EXPORT_SYMBOL_GPL vmlinux 0x0fc01e9f static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fd2125d irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x0fdfd63e btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x0fe18b0f usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x0ff29b63 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x100589dd blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x107eed69 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x10c82f7c ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x10d61215 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x110168eb regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x11174bd2 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x1147717e device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x114f1a20 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x11523006 genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0x115fa44f pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x116e37ee ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x117145a7 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x11866fd1 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x118c0b95 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x11a2bd2b pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x11f59b39 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x12e8fca2 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x130bd388 check_tsc_disabled +EXPORT_SYMBOL_GPL vmlinux 0x130c5c64 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132fc939 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0x13437945 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x1348ffdf iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x135ae786 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1365e3ff ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x1383305a blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x13934b72 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13b89dee pinctrl_request_gpio +EXPORT_SYMBOL_GPL vmlinux 0x13b9067b devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x13d2c94a crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x13e319d5 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x13e6d46d regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x13f3e3fb klist_init +EXPORT_SYMBOL_GPL vmlinux 0x1427cc06 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x14303d98 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x143c4a5e relay_open +EXPORT_SYMBOL_GPL vmlinux 0x1445b5c8 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x145784d1 gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x14c869de device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x14d0ca28 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x14eb8859 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x14fc0c63 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x15010e1f arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x1508103f thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x15127af9 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x153b8bf5 regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x153d6fa9 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x15568631 lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1596391b sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x15b0606e e820_any_mapped +EXPORT_SYMBOL_GPL vmlinux 0x15b59089 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x15c2f692 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x15cead9e raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x15d1217f virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x15e1f5e4 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x15fcf587 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x161a1fdf fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x161d0a9a cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x163091d4 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x16364476 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x163e43d7 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x164f588f usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x165bc37f securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x167e4bba watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x167ea8ec pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x16c066a6 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x16e3cca0 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x170432ee devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x170c48d7 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x170cb348 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1746f98e __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x17493af2 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17a8aa0f crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x17c2a420 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x17fd9bff i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x17febf7a __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x183a589e acpi_dev_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x187015bb blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x18a27f34 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x18a9bd3c crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x18c9b41d crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x18ca8c5e wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x18cdf100 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x18de7d76 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x191372ab regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x192950be inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x19496284 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x1953a2e2 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x196d94c9 xen_swiotlb_sync_single_for_device +EXPORT_SYMBOL_GPL vmlinux 0x196de860 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x1977e1ba kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x1998f973 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x199978c9 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19d21a32 efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x19d4cab6 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x19d71e1f find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x19e43b6f ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x19ec7ac2 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x19fa7d43 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a0e5490 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x1a13812d skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x1a2cd489 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a8d6c3e proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1aa48788 __clk_register +EXPORT_SYMBOL_GPL vmlinux 0x1acbce16 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad8164c iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1af80430 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1afb3b3c add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x1b1f2bda speedstep_get_freqs +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b5e5736 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1b6be5d6 __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x1b72dcc1 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x1b7eed72 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8b9409 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x1b99e8e9 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1baa6a6f dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x1bb6706b wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x1bbe4f0f usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bd4cdc7 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1bea727f hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x1c16796f da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1c203eb1 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x1c29bcd5 rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x1c4fea0f regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c9403c7 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x1c9ce91e inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x1cbbabb0 usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x1ce98df1 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x1cf2771e xen_swiotlb_map_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x1cfbb233 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1cfd6811 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x1cffd09a sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x1d237890 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x1d30c08a skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x1d41ff79 efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x1d459685 xstate_size +EXPORT_SYMBOL_GPL vmlinux 0x1d4e6541 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d6a09e3 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d74a236 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7cb586 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1d895c24 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x1d8fb3bb acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x1dc05a5c rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1dcb8b2f sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x1df179d8 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x1e19257c rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e1a902f kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e6f2da7 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e930d5c sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x1eaa2b71 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed6a41e scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x1ef62d39 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x1eff086f page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x1f0eee8d extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x1f1c791d sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x1f268daf platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x1f2dc0bb pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x1f30d64e usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x1f382ee1 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x1f40a3ff platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1f7f6fac register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f91b94f udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x1fb20c16 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x1fb7dfc4 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x1fc304b8 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fdb5a62 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x2035ef9c device_add +EXPORT_SYMBOL_GPL vmlinux 0x2065c10a crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x20671650 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x20831979 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x20847f21 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x20914c5f ping_close +EXPORT_SYMBOL_GPL vmlinux 0x2097d153 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x209ec764 xen_event_channel_op_compat +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20aba0e1 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20bd8292 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x20be5e60 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x20cd897c usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x20d4a18d __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x20ddbc1c disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x20dfe827 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x20e75b70 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x20ef6988 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x20f228fa input_class +EXPORT_SYMBOL_GPL vmlinux 0x20fd8bdf napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x2145b503 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x2160b073 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x21a474b7 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21b67fb3 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x21d65597 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x22149e7f bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x224c2142 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x227168bd crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x2299bc70 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x22a5dc89 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x22b5ed49 __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x22bf151d crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x22d31227 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x22f49050 apic +EXPORT_SYMBOL_GPL vmlinux 0x23048011 __intel_mid_cpu_chip +EXPORT_SYMBOL_GPL vmlinux 0x230ca3c3 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x231ad90c pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x234372e1 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x2358d75a usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x23638263 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x2366a2c0 errata +EXPORT_SYMBOL_GPL vmlinux 0x2380ecb0 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2392bc6e pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x23bfd623 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x23c32d30 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x23d8f5c7 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x23e65348 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x240580a9 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0x2418b56d led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x2428ffe2 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x244f9e81 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x24678601 __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2483ca11 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x248a2d83 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x249747c9 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c119e0 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24de6168 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x2521a097 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x2541794a md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x254d974e list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x2552211d __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x257dc981 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x25879348 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x258b1105 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x2595ad2a rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x259d36b0 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x25ce95b3 devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x25d7616c irq_free_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x25d8a688 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x25dc654e init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x25f3a250 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x25fd23f0 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x2678ffc2 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x268191f9 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x2687b4d8 xen_swiotlb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x26965721 slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x269e2404 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x26b1dd3f __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26bdc94d bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cc84b6 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x26eb0688 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x27077e07 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x27104b00 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x278e0aed fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x279cb985 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x279f92d6 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x27a2a721 user_update +EXPORT_SYMBOL_GPL vmlinux 0x27a2a80c ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x27a948cd tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x27ae5e8c pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27ccf2b0 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x27ddb33d acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x27ed19c9 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x280f4b19 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x2820a5ea device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x282a3a78 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x2838c08b bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x2848fa8c simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x284e5796 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28bcae25 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x28d10c23 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x28fe53e1 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x29059b53 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x293f073e vrtc_cmos_write +EXPORT_SYMBOL_GPL vmlinux 0x29565d9a cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x297ad619 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x298eeef2 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x29ab45d8 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x29afb2e0 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x29c3f0f9 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x29c5ae6c crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x29e6f981 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a695fd3 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x2a8f66c7 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x2a9b39d5 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x2aac3a01 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x2ac36de7 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2ac92a92 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ad4770d irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x2adb53a4 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x2aeb9678 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x2b1bb42c sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x2b499838 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2b67f096 speedstep_get_frequency +EXPORT_SYMBOL_GPL vmlinux 0x2bc64072 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x2be3166f devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2beb8235 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x2becdf8e shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x2bf38cc9 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c22a794 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x2c3daee5 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x2c409ecf pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x2c49ed78 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x2c651b03 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x2c6a0410 xen_set_domain_pte +EXPORT_SYMBOL_GPL vmlinux 0x2c7c02b5 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c84cadd regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x2cb835c9 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x2ce69974 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2d175506 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2538ae dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d72b4e4 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x2d9f2ce3 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2dcb0b93 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x2dd8ce01 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2e21ce91 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x2e22ffe9 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e252ad8 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e46b7c1 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x2e4ed725 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x2e6e24df ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x2e6e4fd5 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x2e6eed86 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x2e77a836 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2e805b16 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x2e8827dc wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2e8b6c8c __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2e9c0760 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ee4d22f sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x2ee72b6e ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x2ee773f6 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x2ef222b7 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x2f0873cb irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x2f0d8718 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f24a168 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2f2c350c sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f857551 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0x2f89b2a2 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x2fb19a1c debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x300611d3 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x3038d145 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x3040399a irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x309febbc of_css +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30b63fc1 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x30c2f739 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30d3d012 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x30d632e9 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x30d7ffe4 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x30deeb7c device_reset +EXPORT_SYMBOL_GPL vmlinux 0x31083476 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x3110f4d9 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x31120e19 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x311442d8 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x315bb54e __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x315c0b44 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x31714fa1 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x317d59a6 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d88626 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x31e1b591 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x31f71e7d xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x3201e222 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x32056c39 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x3212b2ef rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x322f3511 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x32753567 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32914da1 blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x32924a4d scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32b2e626 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32bc3db9 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x32be7d33 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32cbb823 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x32ddd5b6 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x32e5472e sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x32fd4b62 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x33008657 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x333228ec intel_msic_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x33333bba vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x3358218d dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x33649da0 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x33655159 xen_pcpu_hotplug_sync +EXPORT_SYMBOL_GPL vmlinux 0x33a48183 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x33ac64de tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x33b0754d wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x33b96e5d apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x33fe4588 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x3455126d crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x347682ce snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0x347daacf dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x3488eeea gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34f4d0d4 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x3505bc57 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x356cfc9d tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x3581bcda rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x3581f995 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35b43a05 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x35bc8b95 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x35da9390 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x35f3ae51 unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x3605c51c device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x360e1049 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3612a4e0 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x361d24b9 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x36245d67 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x3635e119 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x36676647 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x366e8469 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x36778c0a pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x368f4ff2 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x36931b86 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36ba2551 intel_scu_devices_destroy +EXPORT_SYMBOL_GPL vmlinux 0x36bb2eff blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36f5c99a sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x37188442 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x371d093f ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x3723302c wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x372a3afd shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x375815a7 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x37671e82 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x3797c7db fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x37a65980 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x37ad24bf securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x37b7b8f5 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x37b8855c dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x37f403e2 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x385f2109 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x38715377 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38c0d598 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x39270d14 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x392b5649 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x3949e4a6 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x395907b0 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x397d9281 efivar_entry_set_get_size +EXPORT_SYMBOL_GPL vmlinux 0x399a571f pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x39a3dffa extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x39abc9e9 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x39cb5bf4 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x39cbc046 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x39edf2f8 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x3a139cd5 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x3a143c3e get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a648af6 regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0x3a7f937a is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x3a874c2d spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x3aa13bb9 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x3aa699e5 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x3aa90df8 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad716bc uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3b131c17 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x3b1f42bb dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x3b5d00b7 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x3b6b8211 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x3b7145bb apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x3b74c59f regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x3bde9ee1 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x3c07eb87 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x3c8f4428 clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3c970a64 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x3ca2b5e7 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x3ca4dbaa kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x3cad7863 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cde31a0 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x3cebf4f8 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x3cf04db4 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x3cf82c25 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x3d0d8d95 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d42080c regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3d49b19f inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x3d4e0f80 acpi_subsys_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x3d543586 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x3d5b23ec handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x3d5bc4bc devres_get +EXPORT_SYMBOL_GPL vmlinux 0x3d5fba23 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3d8ed208 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x3da97333 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x3dc3e8b0 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dcfded6 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3de746ef powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x3de9bcbf xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e1f1e08 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x3e31721e sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x3e4c4a1b security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e757637 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x3e7f0dfc __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x3e8a7387 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3eab497a apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x3ec5cdd7 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3edda734 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x3ee14cde user_match +EXPORT_SYMBOL_GPL vmlinux 0x3ee3b490 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f229c4c oops_begin +EXPORT_SYMBOL_GPL vmlinux 0x3f32f27c pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x3f5ec453 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x3f79987b pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3fc3c197 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x3fd3c78f xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x3fd3d468 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x3fd662e8 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x4016d1c0 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x401e3788 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x402bf8c5 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x4085d163 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x409e4c33 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40b7e6ec usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40e53fd9 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x40ebafdf get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x411f5254 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x4125ccd5 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x414b552f tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x41585663 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x4161381d __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x4179c25e sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x4194c140 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x4196e315 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x4213a51a efivar_entry_set_safe +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x423026a8 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x42351a71 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x42389747 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x425f12ca simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x42654ea6 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x427744b1 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4287e617 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x4291778a dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x42c8e684 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x42c989ff iomap_atomic_prot_pfn +EXPORT_SYMBOL_GPL vmlinux 0x42cfeb5d task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x42ed2f51 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x42f7816b crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x43119552 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x4323262a ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x432e1983 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x43394a95 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x433bf17f tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x433cdc55 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x433f305e acpi_dev_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x4346cea6 pin_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x43502ea1 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x43519e73 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x4356a6d3 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x4370a8ab powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x43837a8f fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0x4390269c devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43a73cf9 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x43d22396 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x43e19599 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x43e6c12e rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x440a9fbd blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x44220def disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x442a2360 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x444164ba fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x444504df ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x449d3ee6 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x44bfa5a9 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x44ca8edf srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x44cc9c55 klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x44d5be3c da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x44dd27ab __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x44e86ccc palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x44f23972 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x4512b086 intel_scu_devices_create +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x4561455c usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x457754f3 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x45a76367 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45d6210d alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x45fc34c8 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x460d82fc xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x460f31aa rodata_test_data +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x4617ad98 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x461c4965 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x469568ca xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x46a913c2 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4702f6bd acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4706bbea intel_scu_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47169b00 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47622f03 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x476c8d74 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x476f559e sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x47810ab9 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e694e pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x4796924c rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b0e605 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x47b76fdf rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x47c80e45 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x47e0fcc4 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x47e83e03 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x47f4fd72 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x48124dd3 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x481bd95a blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x48682db9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x48687b56 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x487038e3 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x4880c50f fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x48a8c520 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x48abea7a ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x48c270ee unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x48ca8947 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x48d587b8 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x48e3aa8e clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x48f9b213 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x4905f9dd reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x490a8df6 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x4926dc92 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x492dc5d5 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x4932bbb9 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x49385c04 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x493d2c71 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x499f6ebf regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x49d78d0a rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x49e444bf iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a3c3cf9 microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a773a78 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x4a9a7588 use_mm +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4acb741e usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x4ad29930 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x4afb573b vrtc_cmos_read +EXPORT_SYMBOL_GPL vmlinux 0x4afe0c41 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4b1df51a inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x4b64c07a regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x4bdf0cee __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x4bf33633 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x4bfc7d7c pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x4c10d14d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x4c1549b1 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x4c16f764 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x4c2269b9 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x4c2a472b __static_cpu_has_safe +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c3dc5fe sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x4c46d883 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x4c49fcaa __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4c544cda regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x4c5eecf8 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c68f3e2 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c969d92 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x4ca6f808 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x4cf56e67 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x4cfabcc0 acpi_dev_pm_detach +EXPORT_SYMBOL_GPL vmlinux 0x4d0da926 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x4d2aad76 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x4d3a2bc7 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x4d6d66a1 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x4d81ccd0 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x4ddc9383 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4dee0c3b acpi_dev_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4e01d002 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e121157 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x4e19d948 xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e484657 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x4e521a8b raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x4e57723d apei_read +EXPORT_SYMBOL_GPL vmlinux 0x4e63e8f2 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x4e74e625 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x4e7cde48 iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x4ed07b8d debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f0654e6 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x4f1b18bf pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x4f1ec4c5 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x4f35716d bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f912134 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x4f971da7 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x4fb19458 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x4fc52e8d __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x500ec148 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x50392daa ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x5062401a __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x507de8c6 add_memory +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5094d8fe scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x5107b264 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x512e16a1 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x514db6e5 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x515ac938 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x51998467 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x51a1f80d debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x51b1eada da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52212010 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x522d3b2b debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x523fb3d6 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x52508b2e debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x525cbf07 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x525f5371 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x52766656 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52ab3d3d __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x52bb11af sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x52ce4f65 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x52e14334 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x52f2b07b ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x531402bd bus_register +EXPORT_SYMBOL_GPL vmlinux 0x534ea576 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x5356bee2 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x53823453 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x5391b3b0 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53a3266c tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x53afe826 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x53b446e9 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x53c9a0db ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x53cad579 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x53cf5095 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x53ee21ad devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x53f76f3d device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x53fc774e __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x53ff99ea usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x540f4cb3 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x543a9d30 sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0x543df744 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x544d4c46 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x54538ad0 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x547a8cc8 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5482959d phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x54876219 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54b8ac68 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x54cd083d put_pid +EXPORT_SYMBOL_GPL vmlinux 0x54e75c1e ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x54ea464d __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x55598171 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x556fe056 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x5571f95b usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x55751a42 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55cf04d8 pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x55d2fe6a fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x55edd53d unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x56155be6 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x5623f7a0 usb_get_from_anchor +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 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x5654f836 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56947347 dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x56b454dc platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56b96283 fpu_finit +EXPORT_SYMBOL_GPL vmlinux 0x56cecf85 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x570f0dac hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x572c04ef print_context_stack_bp +EXPORT_SYMBOL_GPL vmlinux 0x572e615f __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x57325553 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x574b2909 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x57520d16 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x576de52d vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x5777c2f2 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x5778f729 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x5789f4bf usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57b2b86b blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x57bc3c76 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x57c12902 pinctrl_utils_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x58173394 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x5839fc62 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x585704ab aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0x585759f6 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x58875d1f iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x588baf0e usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58d0bb1b xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x58ec168c get_device +EXPORT_SYMBOL_GPL vmlinux 0x58ee6346 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x58f12ab3 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x58f90f3f irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x58fea52e ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x59022f98 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5935dce1 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x593af049 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x595f7cce vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x5962dcaf pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x5967697d perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x5979978a tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x597a3b00 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x5989a9be input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x598b5ccd rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x59af1336 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x59b3dae5 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59f89fed rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x5a02a186 clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x5a085705 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5a0cd0a8 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a318a5c kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x5a441ebd efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a857f78 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x5a8bde3c cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x5a98d5f2 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5aa298f0 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x5ac33d8a blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5ae065a8 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5af8e632 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0x5afe340c __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x5b03afbd tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x5b280260 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x5b33c60a pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x5b912fd8 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x5b970b48 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x5ba26993 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5babf842 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x5bb3ecae regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x5bc8426b key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x5bcf2e49 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x5be8f4c8 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x5c2ba7dd tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x5c66e90c efivar_run_worker +EXPORT_SYMBOL_GPL vmlinux 0x5c68182e pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cb02c85 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x5cca4991 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x5cf3d39d devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x5d118a3b blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d2b9567 acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d48a650 m2p_find_override_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5d8ae54f edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dd3f2ad tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x5dfe79ad blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5e1ec2f7 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x5e337a39 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x5e4d9d2e cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e5af297 efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x5ec64df4 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5ecffee3 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x5f0dccbd shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f273817 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f7f771f ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5fb49dbb tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x5fc27be9 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x5fca3f8c ref_module +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fed366b __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x601a0845 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x602600af component_del +EXPORT_SYMBOL_GPL vmlinux 0x60271fae subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x6069eb41 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x606babaa regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x60819bf1 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60928a92 __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x60930d37 save_mc_for_early +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60b6ea09 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x60cd73ed pv_apic_ops +EXPORT_SYMBOL_GPL vmlinux 0x60d730ba mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60e92d82 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x61322d7f devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x6151dad0 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x6158c0fc ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x61675617 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x617ac9a2 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x617e67ae bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x618630f1 __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x6197167a power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x61ab115a fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x61b853a8 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x61b9c168 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x61e4810b xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x623803c8 hest_disable +EXPORT_SYMBOL_GPL vmlinux 0x623b0bd9 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x62458efe ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x624b304f fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x626d1e19 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x62930c24 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x62c67595 sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x62ef529d iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x62fd9244 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x630b7cf2 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x6329ae60 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x634d2b86 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x635ec980 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0x637ee9e0 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x6394d3a4 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x639ccac7 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x63bd6ec9 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x63eabba3 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x6412d15a pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x643790ed driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x6440857a usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x646a5b0a acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x64a767db sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x64ab1ea9 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x64b7069e apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x64c33cf4 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x64da724d class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x64ffc927 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x650952e1 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x6518334a rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x65208f22 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x65259764 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x653cb02d intel_msic_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x65480b5b ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x65498ee6 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x654d0f23 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x65735bfe usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x65784750 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x6586dbc7 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x658c8186 amd_get_nb_id +EXPORT_SYMBOL_GPL vmlinux 0x65a176f6 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65e8f4cb __efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x65ff2579 get_matching_microcode +EXPORT_SYMBOL_GPL vmlinux 0x66068bb6 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x661471dc device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x66201140 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x6625e7e9 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x6627eec6 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x66578d89 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x6657aaf9 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x6659c704 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x6678f67c crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x667e95cc extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0x6683b1b7 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66847c1f init_fpu +EXPORT_SYMBOL_GPL vmlinux 0x668db908 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x66a2c4c3 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x66ac910c dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x66befbbc xen_swiotlb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66f4e60d ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x67550ead dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x675dc719 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x6760441f pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x6761ceec md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x67643d26 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x6780e80d usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a20b2d class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x67a33434 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x67cee97d ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x67cf6ebc relay_close +EXPORT_SYMBOL_GPL vmlinux 0x67d5775b da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x67e555f1 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x67fdb317 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x6812cf8d __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x68130858 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x682562cf each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x68288443 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x683bbd7a device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x685878e9 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x687f1300 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x6885792b inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x68956406 static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x68962d93 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x68accb94 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x68f36d03 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x69348448 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x693b04b8 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x695331bb aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x695caa3a ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x695f5581 split_page +EXPORT_SYMBOL_GPL vmlinux 0x6974bbf7 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x69762ff8 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x69b13448 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x69d7bd95 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x6a06a591 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a2a6a19 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x6a313d91 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a88a5b9 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x6acad21f acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b1fddfb usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x6b261864 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b7f5260 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b9746f9 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x6b9ca419 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x6ba613ef devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x6bcbe41f __add_pages +EXPORT_SYMBOL_GPL vmlinux 0x6bd687c2 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x6bf1b90d dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1251fd apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c1e2e61 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x6c239c24 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x6c359513 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c395945 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c64c6aa dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c749afe __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6c7ffc4e __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0x6ca0c505 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cd8a23d rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x6d0b29d3 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x6d229fd4 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x6d27a894 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d339861 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x6d536e80 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x6d5e6fb9 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x6d77edc0 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x6d90ecc8 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x6d9288ec usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x6d9c4178 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x6db0e690 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6db7d713 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x6dbb8e24 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x6ddde1bd pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x6de88a82 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x6df53576 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x6df708f3 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e4237be ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x6e5104e3 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e69f14e __efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x6e782c23 iomap_create_wc +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6eadc77f arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x6eb1fc2f crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x6eb4e6ce locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x6ebfcbf2 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x6ed5d43d ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x6ef5b97a cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x6efbf5ff tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x6f1cfc33 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f2514b4 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x6f25910a modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6f2d669d virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x6f42bcad phy_put +EXPORT_SYMBOL_GPL vmlinux 0x6f4e2f58 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x6f604054 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x6f656971 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x6f85f144 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x6fcebbfb class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x6fe01eae pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x70201233 unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x70214f53 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x703233fe sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x703bf41f blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x704dcb71 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x705db6d3 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x70825112 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x70870d14 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x70b6ef85 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x70bb651d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x70c1f2f6 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70db3b26 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x70e6690f irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x70eb3c93 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x70ef0348 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x7108c91e iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7131d3b0 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x713bd1b4 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x713d0df2 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x714693d4 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71731f6d adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x71833f4f virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x7184017a debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x7198df01 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0x71b026e3 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x71bda4ca ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71e42fe0 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x71e83aa0 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x7203780e pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x720a2cfb platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x720d6904 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x7221c5d6 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x7229a225 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x7237afea dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x723c8d51 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x7242767b udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x72437364 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7249f332 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x72679d2b ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72688c1a debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x72830ccc tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x7289a19a attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x72906160 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x72b42b7b regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x72b608dd crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x72bbf255 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x72cd8676 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x73102703 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x7312966e usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x731ee3e4 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x7327d21b __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x73542c7c pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0x735b1cd6 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7363c661 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x737e139a xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x738fd248 intel_msic_reg_update +EXPORT_SYMBOL_GPL vmlinux 0x7398f85d thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x73a466dd ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c4fefb serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73ecdaac xen_swiotlb_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x74194aec devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7453a0e5 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7481fc0d ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x7492ce4a sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c08941 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x74deb10c used_vectors +EXPORT_SYMBOL_GPL vmlinux 0x751bd99c cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x755924d4 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x757356e4 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x7577b384 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x7582f9db ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x759a2e8f __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x75b8ed39 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x75c2b9f1 memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x75c68643 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x761f15fb ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x762585f7 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x762ccb4c rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x76391b56 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x76410d83 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x7641e26e tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x764db923 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x7651e88c fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76990268 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x76b9a17f usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76e12597 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x76ef3464 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x76f2dc0c blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x7732826d blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x775214ac sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x775a6ef5 kvm_read_and_reset_pf_reason +EXPORT_SYMBOL_GPL vmlinux 0x775b4632 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x775f7781 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x7779ab8a device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x778c7cb1 task_xstate_cachep +EXPORT_SYMBOL_GPL vmlinux 0x7790adc0 aout_dump_debugregs +EXPORT_SYMBOL_GPL vmlinux 0x7794d371 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x77958e3a task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x779d776d ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x77b71b3c perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x78108ba9 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x78129823 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x781c6eca hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x782e20aa cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x7842a41c tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x7858f10f __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x787a1177 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x788a07cd kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x788b5835 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x789a96ad virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x78aae814 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x78bca861 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x78bee156 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x78cf96b7 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x78ea227b acpi_bus_no_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x78eccb50 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x79144820 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x79263707 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x792a459a ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x7938c355 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x795838c8 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x7958873b acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x796d4a88 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x79763252 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x79885707 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x79a15b9a pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x79a71c48 kernel_stack_pointer +EXPORT_SYMBOL_GPL vmlinux 0x79e69460 intel_iommu_gfx_mapped +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a319404 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7a36c615 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x7a4c1438 pv_info +EXPORT_SYMBOL_GPL vmlinux 0x7a76078e elv_register +EXPORT_SYMBOL_GPL vmlinux 0x7a7d7779 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7a9e811d cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7ac8e5b0 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ae4d03a device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x7b008f3a print_context_stack +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b304cd4 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x7b326997 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b343517 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x7b41ee78 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x7b48c152 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x7b4e75b6 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x7b517e8b securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x7b71f977 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b99b547 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x7bb0cd04 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x7bb7a5a6 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x7bc15313 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x7bce3d88 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7bda36e2 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x7bff4171 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x7c20362e ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c479970 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x7c4b98c8 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x7c7b0a3f __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7c874c1d device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x7c8f839f devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x7c972f88 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x7ca6f99e devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7cbcd6d2 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce2bcef usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf01d2d ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x7cf2988b acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5f7508 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x7d6cf1a6 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x7d7ab446 __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x7d82dba9 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x7da4d764 set_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db4ed5c usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x7db9f34c kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x7dc577b2 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de83dbf ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x7df5fc86 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x7dffda47 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x7e2cb59a pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x7e36bdcb pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x7e3a04be kick_process +EXPORT_SYMBOL_GPL vmlinux 0x7e41b480 xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0x7e45fe4f i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x7e4be079 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7e54531b device_create +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e76623f usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x7e896771 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7e974166 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x7eb0202d ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x7ec17cd9 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x7ed99ad0 xen_swiotlb_sync_sg_for_device +EXPORT_SYMBOL_GPL vmlinux 0x7ef33bac devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f86a106 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x7fa8eeaf posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7fbd1f86 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x7fd178c4 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x7fd7509b pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x7ff6311e mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x8039dd14 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x807b982a rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80b808a4 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x8114556c flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x814966ec unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x814ed8ea register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x818dc7c2 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x81a724b8 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x81aed6e8 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x81cc81b9 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x81e4d30c hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x82061e25 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x82390959 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x825c11de clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8265e483 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x827107a8 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82d39422 xen_swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x82d75385 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82db19c0 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x82dbec19 erst_write +EXPORT_SYMBOL_GPL vmlinux 0x82f536d8 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x82f89884 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x83192cc3 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x831abf7f pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x83419bca xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x83432415 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x83817d97 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x838b14e5 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x83a5ae2e __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x83bd0b88 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x83be8f2e acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x83e762ab xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x83fe013a wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x84057bca pci_get_hp_params +EXPORT_SYMBOL_GPL vmlinux 0x84114fca trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x842009db __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x844d1c3e module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x8450cad3 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x84543e77 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x846a7e44 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x847cad5f of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x8482a6f1 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x84d38131 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x84e839a9 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8510473b transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x85239f38 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x853f3131 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x85526eef usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x85647ec5 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x856629e7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x856c7ff3 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x8576dfda hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x85b672f1 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85e0b506 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8614e169 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x863e30d1 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x8654be58 hv_remove_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x86663e9d xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x86726ffc sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x8693e094 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x8699a26b __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x869f13b5 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86aa16e6 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x86c60560 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x86d5c766 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x870b1a1e platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x872d2b55 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x8769f283 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x8781155b max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x8787685f pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x87984b16 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x87ba1aa2 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x87ddfcb9 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x87e9d91c xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x87ef544f crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8831f8b1 kmap_atomic_pfn +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x885b39c7 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x8892f6eb usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x889a35b6 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x889d8bed usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x88ab3ff0 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b0844e btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88d2075c virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x88d5863a blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x88d5b6a7 xen_swiotlb_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x88d5c81b irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x88ddb017 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x88e38e40 component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x88ec7574 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x891d3a68 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x8954b62c __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x8956aeae apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0x896b8457 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x899b5deb serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x899c85bc regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89dbdcc1 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x89e22711 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x89e3830d iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x8a0eab10 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x8a559846 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control +EXPORT_SYMBOL_GPL vmlinux 0x8aba647e rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1b13b get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x8ac20214 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x8ac61b27 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x8ad072e6 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x8ae5628f sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b4bd1ab regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0x8bae7f99 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x8bb6fce8 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x8bda7565 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c08a969 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8c1dac21 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x8c3c9672 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x8c5179e9 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x8c56cc82 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c676f5f sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x8c74f068 acpi_dev_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x8c8100f4 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x8c85a26f ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0x8c98c9d8 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x8ca85b88 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x8cb09941 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x8cbffa45 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x8cd82cde rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x8cd9f935 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d246afd irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x8d2c0b7c sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x8d3cdf7d cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x8d440940 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x8d4ec334 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d951871 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x8d968dea sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x8dc03c62 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x8dcbb629 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x8dd7fb39 __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x8df05d55 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x8df4c853 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8e223dbf clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x8e32f7d4 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x8e5bcd41 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8e5f0bf4 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x8e60df7a __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x8e807f78 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8eac0e68 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x8eac454b pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8eb7b780 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x8edfb574 injectm +EXPORT_SYMBOL_GPL vmlinux 0x8effebd3 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8f168e01 xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x8f652f7f dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x8f68fbb9 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f750087 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x8f8b3d15 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x8f8fa112 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8f9da243 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x8fadebbb ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x8fbe87f9 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x8fc26740 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0x8ff8c0ce dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x8ffdf467 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x9009602a acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x9015122c blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x9018aefa pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x9024d6f5 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x904e36ae dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90a43876 m2p_remove_override +EXPORT_SYMBOL_GPL vmlinux 0x90a5e05f __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x90cffb43 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90e3b2ad wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x90e5a91d pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x91074f50 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x91088b74 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x91106904 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x912c902d ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x913f056c dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x918b2e2a dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x919ec0a2 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x91a4753d posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x91a8112c dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91e1e90e inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x91e64974 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x91f8c72d __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x9202394e crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x92197005 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x922a99c5 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x929b54da ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x929bd00d regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x929c467f btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92c475cd scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x92c66dcf ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e07eae xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x9324e78e acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x9362e4f9 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x9363310a serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x936a246a tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x9380eb19 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x9383be81 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x938bd345 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x93b79181 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x93d43894 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x93e5078a device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x94024c5e xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x940e912b proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94320b93 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x946fe59b max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94af1d7c blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x94c318be apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x94c4a268 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x94c84d4d usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f68913 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x94fbea18 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x94ff6cef tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9508f381 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x9518a637 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x95322536 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x953ee563 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x9580c4db inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95dbb2cf cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x95e939d0 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x95e99eda crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9639eb48 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x967eae7c iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x96bb1eef rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x96bf4443 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x97062e22 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x970f3930 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x97218552 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9756fe1e skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x975d10de phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x9769882f usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x976b4a82 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x976bc3e2 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x977c2da4 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x977ee3d8 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x9782ba57 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9798c8f2 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x97a3ec56 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x97b093dd btree_update +EXPORT_SYMBOL_GPL vmlinux 0x97cb599e spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e6b511 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x9805180c irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9836014a put_device +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985e7a27 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987fd6cf rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x98b5d730 xen_swiotlb_set_dma_mask +EXPORT_SYMBOL_GPL vmlinux 0x98bb1432 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x98e037c8 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x9913f0db scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x99239138 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x994b6612 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x99668758 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x997e7b04 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x99a17bc9 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0x99a1bcd7 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x99a88756 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99c30232 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x99d3aa91 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x99d53c85 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x99fa50e2 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x9a041a2e napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a5bb5fa find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x9a65bc00 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x9a6ef414 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a9824ef btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9ab63b16 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ae3bb70 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9b212895 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x9b247ad9 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x9b5c2385 percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0x9b720312 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0x9b8cf015 irq_alloc_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9bab0b99 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9babf390 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x9bc34ae8 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9bd72b78 apei_write +EXPORT_SYMBOL_GPL vmlinux 0x9bea69d8 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c0cf069 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x9c2e4b66 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x9c371990 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9c6176e0 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x9c6bfa84 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x9c71ddc6 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x9c77d0e2 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x9cbb5ab3 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x9cbc4b41 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ccc158a rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x9cd0184d init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9cd431d1 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x9cddc0c7 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9ce851c4 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x9ce90a39 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9d0255e1 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x9d030b99 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d0ca2a4 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d4e4475 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x9d62c898 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9d70b0f9 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9d76909e user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9dcfaf53 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9dd7c525 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e24f858 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x9e292b30 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x9e2a21b7 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x9e2ed249 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x9e356366 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e6fd99b inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x9e8cc85a dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x9e943eda i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x9e9bbeda regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x9ebff902 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9efb4d5f sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x9f212dc4 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x9f461330 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x9f5aab27 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x9f5b210f pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x9f814263 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x9fbb27e1 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x9fc47e45 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x9fc62312 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd086f3 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa0108f1d preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xa0208e02 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa05bfd21 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0xa0ad2bc5 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa0eb83fc save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0xa0ee3ebb fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa1269dfc crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa15b5dc2 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xa16da4f8 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0xa1839896 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa1b460f1 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xa1bd7822 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa1c5f946 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xa1e31e86 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa1f79553 xen_create_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xa21ab3ad inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xa23c0a98 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0xa246f6f0 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa2872bbb vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xa2a6f754 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xa2b9c993 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2d87847 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xa3251a1e clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0xa33ed5bb regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa357ca5e netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa3869ff5 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa38f2756 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a38de1 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3bad861 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa428663f efivar_entry_add +EXPORT_SYMBOL_GPL vmlinux 0xa42baae3 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xa4407fb5 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa453214b kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xa45e6cb2 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xa463d983 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xa466de38 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0xa4683471 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa486ead6 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xa48a5b76 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xa4944eb1 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa4b6b7e1 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xa4c4a3c9 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xa4d1b82b component_add +EXPORT_SYMBOL_GPL vmlinux 0xa4d30b07 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa4d58669 math_state_restore +EXPORT_SYMBOL_GPL vmlinux 0xa53d28df vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xa5684c76 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xa57825c5 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xa5a76cca tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5eb1a5f sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5feacdd efivar_entry_find +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list +EXPORT_SYMBOL_GPL vmlinux 0xa6544a36 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xa6597ca6 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0xa66732f8 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xa68afc94 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xa68c7008 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xa68ef42b m2p_add_override +EXPORT_SYMBOL_GPL vmlinux 0xa6946ddb kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e636bb __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xa6f6bac1 device_del +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa72dac42 xen_swiotlb_unmap_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa77d830b platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xa7a366d5 xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0xa7b82faa ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xa7bd197c crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0xa7be6ab8 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xa7c941a7 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xa7cd8b5b ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa7d00c04 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa7da45d4 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xa7f06edf led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xa801b359 efivar_entry_iter_begin +EXPORT_SYMBOL_GPL vmlinux 0xa8037c15 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xa80f836a netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xa8149bfe __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xa836cda0 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85e0934 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xa8602a09 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xa870e678 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xa875a41b sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xa891f279 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa8bfce31 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xa8f37d27 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xa8fe6479 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xa901ec53 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa920a433 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xa95cbb80 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xa96a185d skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xa97b59c6 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa986d17f xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xa986e942 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9bb5124 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xa9bb7e96 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xa9be178d power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xa9cc396a vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xa9cf329c __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9f626a5 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa2d0dbc bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xaa350a91 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xaa35acc4 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xaa4e0fa8 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xaa9169e9 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xaa9bcdc0 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xaaa002f0 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaacce9fb xen_swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0xaad742cd pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab0448f7 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0xab27ef6a class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab387514 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab945a16 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xabc106e9 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xabc2fe9e page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0xabd3b220 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xac515c55 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xac80e861 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xac9ce195 kvm_async_pf_task_wait +EXPORT_SYMBOL_GPL vmlinux 0xaca76d72 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xacaaf5d7 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xacafa8e7 vector_used_by_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xacd00bdc clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xacfb1668 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xad09ce48 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0xad16173a thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xad1e41d4 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xad2e142e pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xad382260 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xad3ccbcd acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xad6154e7 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xad663512 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0xad682118 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xad813fb1 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xad8d8ab0 xen_physdev_op_compat +EXPORT_SYMBOL_GPL vmlinux 0xad9665c7 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xadbb4c54 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadec457e phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xadfbedf2 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xadfeba95 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xae2d88fc default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xae3dc038 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0xae5930ec smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7c5411 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xae84ae7c ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xae91b2a7 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xae99265d dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0xae99f42c anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xaea619ff shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xaea68a11 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xaeab7906 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0xaf02fda8 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf11677a dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xaf2ec567 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xaf4cd6d3 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xaf4ea8f4 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xaf727a32 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xaf7594ba led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xaf95e3cd gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xafbf0536 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xafd7def3 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xafeda5d9 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xafef756f usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xb00321cf rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xb01acb7c devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb02df6ae acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xb04e43d8 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xb05ec22e ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xb09ce367 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0bb4207 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0fb55a7 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb1462b8a powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xb1509565 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init +EXPORT_SYMBOL_GPL vmlinux 0xb17d5fd9 iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0xb17f184e ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb18fd2f6 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1d97115 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xb1df4918 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e7e343 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xb1f8b2c0 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb22fcbed regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xb247d61c regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xb2786efe rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xb2902525 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xb2bb56ea rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2f0b625 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb32fc010 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xb3387dee bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xb345207a driver_find +EXPORT_SYMBOL_GPL vmlinux 0xb3486d28 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xb375c50a usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb3771977 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xb37dc1a8 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xb393dae9 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xb3946adc wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xb39aab73 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb3a354ce ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xb3a50435 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb3bdaf3d ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xb3cd0229 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xb3e18211 regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0xb3ed78ae rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xb3fa4d83 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xb4123bf5 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xb4173fc0 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xb425230a usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xb4374b0d regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb43788ec rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xb44d6c8a register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4cc561c __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4f25654 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xb4f7139a attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xb51fa125 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb5257fe9 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb5422986 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xb57a464a regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xb57c654e virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb59ce807 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb60498dc spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xb61580db idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb6212caa alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb6216977 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb66421b2 acpi_str_to_uuid +EXPORT_SYMBOL_GPL vmlinux 0xb67139e5 xen_swiotlb_sync_single_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb67c64fd __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xb67dabfc usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xb6a4e59e tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6baee54 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb6bc4701 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xb6bc49a9 __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xb6bef1df usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb6c04b5c dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6ec0d85 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xb6f2c578 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xb718f2f9 sfi_table_parse +EXPORT_SYMBOL_GPL vmlinux 0xb71c9f9e xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xb741d741 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb779af87 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xb7b8b29e class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7d983f2 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0xb7ed7227 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb8408d17 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb86bcceb klist_next +EXPORT_SYMBOL_GPL vmlinux 0xb89b5bcd device_attach +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8b69f3c virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xb8ca5a56 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb8ec8e5b pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb90d0832 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xb913aa64 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xb9151906 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0xb915da26 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb959b212 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb95dc360 dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0xb999f00c alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb99f9d40 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xb9a73002 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb9b7928a pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9eed0fd xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xba1317ee dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba46974b bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xba6634f8 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xba6f6215 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xba910ee6 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xbab8244d devres_release +EXPORT_SYMBOL_GPL vmlinux 0xbab9a6be usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xbac9e0fd kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xbacb7e2e balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb1412f1 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xbb162c1f regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbb1dfb67 mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0xbb58b814 iomap_free +EXPORT_SYMBOL_GPL vmlinux 0xbb7362b0 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xbb8b031f tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbb949f0b tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0xbb97f75b tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xbb9a3be8 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xbba09ebf __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbd4f657 xen_pcpu_id +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbe040c5 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xbbfed9f4 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0xbc188ece rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0xbc56c4ad clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xbc786d19 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbca0201a sfi_mrtc_array +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcb13526 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcd00872 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbd08505e sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xbd086fbc regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xbd0bf992 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0xbd56370f driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xbd5ab034 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd647f00 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xbd7305b3 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xbd741164 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xbd8e17ad __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xbdadd8eb adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xbdb257ba hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0xbdbdab59 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xbdc9a9cd xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd5f10f apei_hest_parse +EXPORT_SYMBOL_GPL vmlinux 0xbde1fcf8 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xbe17685a device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe21888d rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xbe2aa089 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xbe41d522 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xbe8c1631 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbedb8481 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf07c5f6 xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0xbf0b157a pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xbf42aab0 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xbf4d7aed pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xbf655f2c invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xbf7fdf18 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xbf861f88 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xbf90a29e tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xbfaf859c sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xbfb1be70 hv_setup_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfe5b360 rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0xbffffed1 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc0324104 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xc037eee9 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0xc053c51e clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0900fcf acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc09e8609 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0c0c055 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0e3411f fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0e9101a virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0xc0f616e6 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc1123d0a alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc12a7ca9 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0xc12b1860 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xc141629b xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc188be04 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xc18e9ea6 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xc1c658d0 xen_swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0xc1d546f3 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xc1fe51ae xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0xc205fa4e synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc23564e3 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xc23b039f rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc269d31b wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xc26e93bc tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc282c779 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xc3001f9e trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xc3407fbf unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xc3418dce pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc37d3d80 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xc3b30495 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0xc3be909b pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xc3c22d45 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42ec9b4 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc478808c sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xc4802240 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc496c8e4 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xc49d4c74 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xc49d4c7c unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc4a2c5e6 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xc4ac7374 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xc4b75663 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xc4bf93f5 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xc4da3452 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc4e1f715 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc54336c1 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xc55088aa thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc58d07a1 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xc59e9b25 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xc5b55b2a __class_create +EXPORT_SYMBOL_GPL vmlinux 0xc5bab3fe btree_init +EXPORT_SYMBOL_GPL vmlinux 0xc5bc61f7 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xc5bdd211 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xc5bfd811 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xc5d37180 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc5dd42d7 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc60fd504 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc66ba01d regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xc68aa090 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xc68e2f07 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0xc6954135 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a964cc max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xc6d13e91 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xc6f0cd5a __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc7304bb2 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xc732767e list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0xc7364036 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0xc73adfec tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc73b29da dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xc76490f0 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xc76ee3a1 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xc79db2a9 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7ac2e6b ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xc7c0cd9a dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7c8fa77 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc7d4b9b2 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7e41a3d blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xc7ebfa6d pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7f7d928 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0xc820c178 _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0xc85635b3 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xc873b5e5 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc88d535d clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8bd62e8 efivar_entry_remove +EXPORT_SYMBOL_GPL vmlinux 0xc8cfa1a5 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8f24976 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xc9008f03 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9436a06 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95d60ac dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xc981720a platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xc986ee07 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xc98fcbc4 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc999a538 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc9bc3eb4 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f0f103 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xc9fa211a acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xc9fc3373 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xca1ef9b9 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0xca4672b0 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xca6c3979 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xca6fe6a2 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca7f7f05 system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xcaa100d0 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xcaa2f092 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac49294 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0xcac92fe3 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xcadbe588 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xcaeb5191 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xcb07dee9 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb16936a platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb4aa8ad pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcb53d9d3 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xcb6d9c1e spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xcbcb3813 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xcbcd8da2 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xcbe632c6 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc0da601 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xcc17e9f7 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc25e1c7 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc2d35a0 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xcc3f7cae security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xcc65191b serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xcc73ab70 register_mce_write_callback +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcc9c40f1 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xccc76a7b blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd34957 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xcce5251d i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0xccea4e34 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xcd0d720f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xcd12334d ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xcd1516df register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xcd33891a i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0xcd63e3ec posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xcd693e34 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcdafd012 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce12984d cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xce46cd97 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce577b3c wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xce5dba04 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xce61113c sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce84c850 extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0xce91cea2 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xce931cb5 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xce9d0509 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xce9d833b phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xced309ae debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcef1dd0e perf_check_microcode +EXPORT_SYMBOL_GPL vmlinux 0xcf1484bd console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xcf148626 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0xcf304e1b bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xcf30720d ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf638367 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xcfa5497d ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc62f27 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfea28cf __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd0560696 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd05bf3d0 phy_create +EXPORT_SYMBOL_GPL vmlinux 0xd064b506 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xd064f8d1 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd06932d9 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xd06d6dfa ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xd089da78 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xd0921af8 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0d28251 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xd0d57c91 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xd0eb094b dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xd0ee9731 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd11fb02c cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xd11fe4e7 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd14f5bcf percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd1507e59 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd1874188 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xd18fd129 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0xd1a1625a skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xd1b74526 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xd1d03c3c isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd211999d vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xd216eeb4 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xd217ce9f wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21f4627 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xd2208ac8 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0xd222d79a rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xd245ffae pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xd2591c1c ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd296e57f usb_string +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2b2cd08 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xd2c58ab2 apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0xd2d4dac8 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xd2e2473e extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd2f6356e __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd2f961f5 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xd2fb9a6c regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xd2fdac24 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xd309f978 iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0xd31c115b bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd3272689 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0xd3287750 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xd32c8faa root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd35bd9ba usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd38c8c7d bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xd3a1e3d5 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xd3a93b75 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xd3db73e1 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd3e1d7a8 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd428af0b __efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd4519e1e irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xd464bed1 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xd4b4c1db dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4d05a23 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xd4d35b3d xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xd4db9597 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd4f703ff pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xd5026f5d dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xd516aa8c xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0xd544e902 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0xd54dce9a __remove_pages +EXPORT_SYMBOL_GPL vmlinux 0xd54dd0e0 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xd550560f __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5717fce sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd58af738 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xd5b4c160 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5bfc557 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xd5c3ddb2 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xd5e1e65b component_master_add +EXPORT_SYMBOL_GPL vmlinux 0xd6024715 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd6052b87 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0xd61f9193 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xd62e4886 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xd6489d7d perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6738855 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xd67f5217 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd69ffa6d rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xd6c2e04b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xd6d71677 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xd6ed3a8e cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0xd6f6074e usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd702b22f regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd706b9a7 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0xd720f199 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd7287ab7 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end +EXPORT_SYMBOL_GPL vmlinux 0xd73d7f6e ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xd75376d9 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xd764acaf blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd779cf29 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd7816bf0 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xd787407e wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0xd7ab2c0c speedstep_detect_processor +EXPORT_SYMBOL_GPL vmlinux 0xd7b987e2 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd8146628 clear_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8250a5c iounmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd84e02e7 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87f6594 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd88196d8 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xd8b0bb49 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xd8c4d4f5 netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0xd8fe220e skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0xd907a716 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xd9120dc0 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xd919806a amd_cache_northbridges +EXPORT_SYMBOL_GPL vmlinux 0xd91dbb6c regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd9217d25 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd93da5e4 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0xd93e65c9 single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd94b737e erst_read +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd972251b __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xd97a91bb ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xd9836d8b mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xd996fe0e tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xd998c748 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xd99b7d4b ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xd9d2a618 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xd9d665b0 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xd9f13bb8 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xd9f34b51 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xda0d8d2a class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xda2b3708 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda4e019a tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xda684d91 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xda77b739 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xda80d446 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xdaa2ecf0 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xdaa74794 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0xdaca9784 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0xdae990f9 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb14bf7a skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xdb40aac2 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xdb5d34e0 rcu_batches_completed_preempt +EXPORT_SYMBOL_GPL vmlinux 0xdb696521 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb954b2c acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xdb9e0516 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xdb9e4abe ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xdba4ad93 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0xdbac7b6c ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xdbad21dc devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xdbefcd64 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc2cd670 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0xdc53f71d uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xdc59a32f wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc777eee leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcadee01 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xdcb5bb73 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xdcc055b2 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xdcc86347 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xdce7b510 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xdcfd64a3 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xdd121da5 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xdd12f9e5 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd5077e2 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xdd794d33 phys_wc_to_mtrr_index +EXPORT_SYMBOL_GPL vmlinux 0xddb5de2b list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc25d26 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0xddc39d2c crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xdded1e94 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xde0b3102 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xde18ecbc acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0xde19bccb tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xde215eff bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xde2887a9 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xde3057b2 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xde4a379a swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xde747356 intel_msic_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xde79a1e7 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xde9042a0 mmput +EXPORT_SYMBOL_GPL vmlinux 0xdea33c63 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xdecb10d7 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xdecb226e usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xdedaa8e6 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1069dc blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf2af64c alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xdf5aee30 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xdf66ca81 ucode_cpu_info +EXPORT_SYMBOL_GPL vmlinux 0xdf823b8e fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0xdf84ca55 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0xdf9c2b80 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xdfa1fd06 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xdfa57862 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xdfb87f6f regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xdfba3644 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xdfc8a481 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xdff70eb7 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xe003e044 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xe00719bc get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe021ac65 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe065d4e9 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xe06d1328 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xe072022d devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe076cd40 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0fb61b3 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe10fa854 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xe13adeb5 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe17f8bbb rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xe1982a19 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c7e9f5 extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0xe2135097 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xe229e4ef wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe24c9201 find_module +EXPORT_SYMBOL_GPL vmlinux 0xe261f322 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe2698d66 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xe26e46f0 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xe28a52ff driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xe28f8905 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe2b038e1 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0xe2b3068e disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xe2d1caa4 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xe2e6a4fc uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe316642a nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xe32dd53f fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xe36212c3 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3c9581b set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xe3fa333d device_register +EXPORT_SYMBOL_GPL vmlinux 0xe4029bf1 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe4060383 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xe40fc154 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe41c1069 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe41d36e0 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xe4294d57 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xe42b674e mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe439815c erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4a1b38e perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xe4ace615 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xe4bc3da5 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xe4c331b6 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4dab5b9 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xe4e68bc8 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0xe4e8fc2f ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xe4f69a76 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xe4f9d11a fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xe53ac38f alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xe54425fa rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xe55acce2 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe55c2185 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe598647a usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xe5ac8081 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xe5b55f7c gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xe5b66735 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0xe5d0c3dd skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xe5db2112 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xe5e27521 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xe5fc7b0d crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0xe63e5223 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xe644b087 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe668539e pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xe66bcf62 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0xe6741f9a cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xe67a0c61 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe67d7281 __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xe6868f09 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7418811 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xe74b9d7f usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xe75c9232 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe7aa4047 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xe7c23ca1 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xe7c4371a swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xe7cf05c0 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xe7ed4e96 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xe7f3f76e sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xe7f46b08 i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xe7fab89a dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0xe7fc59cc efivar_entry_set +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe82b9d57 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe873725a tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xe8bb9bf2 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe8bc0ddf fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xe91b2057 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xe93b7d1d usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe96465c7 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0xe9839ec1 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xe98fab88 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xe9a616a7 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xe9aa3cb2 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xe9b872d3 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xe9c3916e perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xea0e08d9 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea3c1f83 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea550b67 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xea722bab device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xea7a1ebf ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xeae52aa1 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xeafd2011 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0xeafd35b3 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0xeb16681a xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb2798f7 xen_destroy_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xeb370805 __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xeb7c2b40 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb8a84ab trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xebda1374 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec20a0ba generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec36b1de usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xec3c9588 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xec600054 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xec631f34 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0xec784a65 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0xec86ca00 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xeca10d51 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0xecc6f719 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xecc8432d transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0xeccb5c5b platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xecd103bf usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xed0783fa debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xed1a34e2 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xed20ed72 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xed683337 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xed7a33ff debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xed7fbad8 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xed8b95e8 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xed8e75c7 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xeddb6f45 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xede12e7f put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xedf3f1f1 do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee48aaa8 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee7d9d82 phy_get +EXPORT_SYMBOL_GPL vmlinux 0xeee71409 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xeee7fa21 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xeef4b14e platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef23d470 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef4d965d rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xef66f9d7 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xef6c36ae get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef7241a2 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0xef730ca1 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefb5051d relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xefcdf0ca pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xefe98394 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xeffc0726 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xf004130a pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xf016204f pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xf040f8fc seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0xf054ac97 intel_msic_irq_read +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf0c4d37a usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf0d1a6af __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf168a9fc __module_address +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf197a7b1 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b4f285 clk_register +EXPORT_SYMBOL_GPL vmlinux 0xf1b551d9 ibft_addr +EXPORT_SYMBOL_GPL vmlinux 0xf1ec6ed5 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xf1f636b3 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2009a59 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0xf205cfb6 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xf20f5dd8 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xf21653c3 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf22e4767 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xf23148a4 cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0xf232f31f driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xf235313c pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xf249b400 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xf24e9b43 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xf25a41d8 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xf25af609 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf281a601 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xf28f802b sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xf2a8464f crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0xf2c85436 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xf2dc47f6 device_move +EXPORT_SYMBOL_GPL vmlinux 0xf2ea5ee0 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xf2eb8f69 efivar_validate +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf32f6c9c usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf3323852 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xf352a039 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xf35d7558 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xf35eec11 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xf371d14e pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf399b772 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3ea5d48 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xf3f2b8d8 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xf449f6d4 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xf44c6ce3 devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xf44d2e38 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xf46c391d x86_hyper_kvm +EXPORT_SYMBOL_GPL vmlinux 0xf492cab6 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4ad6fb2 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xf4b7b179 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xf4dae22c ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xf4e88ed6 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xf4f25212 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf517a9c4 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xf525bae6 ping_err +EXPORT_SYMBOL_GPL vmlinux 0xf52f34e2 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf546d805 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5533a42 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0xf5603268 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xf565c40b key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xf56e9eee vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf58438e4 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf5a1abae regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5b9af59 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xf5ba6431 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xf5bebe67 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xf5c092e8 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xf5f07482 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xf60b9e79 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xf62f323e dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xf6300937 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xf64012eb get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf646bda2 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xf65471c7 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xf65e777c arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xf67659e7 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xf6a9e951 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf6c53fbb rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xf6ce5a27 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xf6da993b sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf6df03fd ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xf6e09359 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xf6e7ada3 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f87a2c __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf701c9af pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xf70582c5 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf72d4c30 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0xf7322bc8 pv_time_ops +EXPORT_SYMBOL_GPL vmlinux 0xf74fb1bf pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xf75b6dfa pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xf761e819 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xf7aad0b2 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xf7b4588d usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7ca0713 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xf7d94263 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xf7daadc3 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xf800d680 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xf80d3021 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82015a6 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf85fbd43 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xf86448b6 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf890fb6d led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xf8a5ea22 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xf8afaee6 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xf8b169c9 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xf8e243f9 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8edb8f1 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf90db023 md_run +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf93b19eb sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xf96e8231 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xf9765833 dmi_match +EXPORT_SYMBOL_GPL vmlinux 0xf97666a0 set_memory_rw +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9ae713c mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xf9c4f50f regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d5f8cc pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xf9eb355c is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xfa0f3176 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa593882 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xfa8ca37b spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xfaa27fca extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xfac31f54 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xfb06321f sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xfb064c18 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0xfb082808 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3dff8d shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xfb40e5d6 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xfb5741b0 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xfb64b230 acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb83db03 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xfb8c1378 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0xfb9ee1f6 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xfba28938 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0xfbb53a9b regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbe0398b irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0d85cd efivar_entry_size +EXPORT_SYMBOL_GPL vmlinux 0xfc19db79 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc2b9d79 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc490325 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xfc4f4953 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xfc67c262 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xfc6fc3d5 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xfc94308f pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xfc968c8b apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0xfcadf2d1 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xfcb80e75 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfd032b7a tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0xfd05464b klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xfd4509ca sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd70e84b __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfda14f73 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xfda46adc scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xfdd2d613 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xfe08adfb seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0xfe095e1c usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xfe29948c xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xfe3ce6f6 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xfe3ffe8c bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xfe6bf9d3 smp_ops +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe76eb59 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xfe83ce1d regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xfe878eb6 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfeb20fac arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed437aa ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xfed674d7 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfee15473 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff15cdd1 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xff1d8ec7 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xff2898e6 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xff4ae096 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff5d6313 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xff7d8dcd devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xff9de4ab blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xffc1abd9 __clk_is_enabled --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/i386/lowlatency.compiler +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/i386/lowlatency.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.9.1-16ubuntu6) 4.9.1 --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/i386/lowlatency.modules +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/i386/lowlatency.modules @@ -0,0 +1,4301 @@ +3c509 +3c515 +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +53c700 +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_accent +8250_boca +8250_dw +8250_exar_st16c554 +8250_fourport +8250_hub6 +8255 +8255_pci +8390 +8390p +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +abituguru +abituguru3 +ablk_helper +ac97_bus +acard-ahci +acecad +acenic +acerhdf +acer-wmi +acpi_extlog +acpi_ipmi +acpi_pad +acpiphp_ibm +acpi_power_meter +acquirewdt +act2000 +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +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 +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +advantechwdt +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aes-i586 +aesni-intel +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x +aha152x_cs +aha1542 +aha1740 +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +ak8975 +algif_hash +algif_skcipher +ali-agp +alienware-wmi +ali-ircc +alim1535_wdt +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +ambassador +amc6821 +amd +amd5536udc +amd76x_edac +amd76xrom +amd8111e +amd_freq_sensitivity +amd-rng +amilo-rfkill +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apanel +apds9300 +apds9802als +apds990x +apm +apple_bl +appledisplay +apple-gmux +applesmc +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arcfb +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3935 +as5011 +asb100 +asc7621 +asix +ast +asus_atk0110 +asus-laptop +asus-nb-wmi +asus-wmi +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati-agp +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlas_btns +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1isa +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_aout +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpck6 +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c101 +c2port-duramar2150 +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +ccp +ccp-crypto +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfag12864b +cfag12864bfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +chromeos_laptop +chromeos_pstore +cicada +cifs +ci_hdrc +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +ck804xrom +classmate-laptop +clearpad_tm1217 +clip +clk-max77686 +clk-s2mps11 +clk-si5351 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-isa +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +compal-laptop +configfs +contec_pci_dio +cops +cordic +core +coretemp +cosa +cp210x +cpcihp_generic +cpcihp_zt5550 +cpia2 +cpqphp +cpu5wdt +cpuid +cpu-notifier-error-inject +c-qcam +cramfs +cr_bllcd +crc32 +crc32-pclmul +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +crvml +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs5535-mfd +cs553x_nand +cs89x0 +csiostor +ct82c710 +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +dcdbas +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +dell-laptop +dell-led +dell_rbu +dell-smo8800 +dell-wmi +dell-wmi-aio +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dme1737 +dm-era +dmfe +dm-flakey +dmi-sysfs +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +donauboe +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155v4l +dt9812 +dtc +dtl1_cs +dtlk +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +e752x_edac +e7xxx_edac +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +ec_bhf +echo +ec_sys +edac_core +edac_mce_amd +edt-ft5x06 +eeepc-laptop +eeepc-wmi +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efficeon-agp +efi-pstore +efs +ehset +einj +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +ene_ir +eni +enic +epat +epia +epic100 +eql +esas2r +esb2rom +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +eurotechwdt +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +fintek-cir +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fschmd +fsl_lpuart +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +gen_probe +geode-aes +geode-rng +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +glue_helper +gma500_gfx +g_mass_storage +g_midi +g_ncm +g_NCR5380 +g_NCR5380_mmio +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-addr-flash +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-cs5535 +gpio-da9052 +gpio-da9055 +gpio-f7188x +gpio-fan +gpio-generic +gpio-ich +gpio-ir-recv +gpio-it8761e +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-pch +gpio-rdc321x +gpio-regulator +gpio-sch +gpio-sch311x +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +gx1fb +gxfb +gx-suspmod +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdaps +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hecubafb +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hgafb +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-hyperv +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hostess_sv11 +hp100 +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hp-wireless +hp-wmi +hsi +hsi_char +hso +hsr +htc-pasic3 +htcpen +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_storvsc +hv_utils +hv_vmbus +hwa-hc +hwa-rc +hwmon-vid +hx8357 +hyperv_fb +hyperv-keyboard +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-eg20t +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-ismt +i2c-kempld +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-nforce2 +i2c-nforce2-s4985 +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-isa +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-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i3000_edac +i3200_edac +i40e +i40evf +i5000_edac +i5100_edac +i5400_edac +i5k_amb +i6300esb +i7300_edac +i740fb +i7core_edac +i810fb +i82092 +i82365 +i82860_edac +i82875p_edac +i82975x_edac +i8k +i915 +ib700wdt +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmasm +ibmasr +ibmpex +ibmphp +ibm_rtl +ib_mthca +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +ichxrom +icn +icplus +icp_multi +ics932s401 +ideapad-laptop +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ie6xx_wdt +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +in2000 +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int3403_thermal +int51x1 +intelfb +intel_ips +intel_menlow +intel_mid_battery +intel_mid_dma +intel_mid_powerbtn +intel_mid_thermal +intel-mid-touch +intel-mid_wdt +intel_oaktrail +intel_powerclamp +intel_rapl +intel-rng +intel-rst +intel_scu_ipcutil +intel-smartconnect +intel_soc_dts_thermal +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioatdma +ioc4 +io_edgeport +iosf_mbi +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +iris +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +it87 +it8712f_wdt +it87_wdt +iTCO_vendor_support +iTCO_wdt +itd1000 +ite-cir +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-amd +kvm-intel +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lanai +lance +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-clevo-mail +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-net48xx +leds-ot200 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-ss4200 +leds-tca6507 +leds-wm831x-status +leds-wm8350 +leds-wrap +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmc +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +logibm +longhaul +longrun +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltpc +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxfb +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +machzwd +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mce_amd_inj +mce-inject +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdacon +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-me +mei_phy +mei-txe +mem2mem_testdev +memory-notifier-error-inject +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +meye +mf6x4 +mfd +mga +mgc +michael_mic +micrel +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mixcomwd +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msi-laptop +msi-wmi +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxm-wmi +mxser +mxuport +myri10ge +n2 +n411 +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +NCR53c406a +nct6683 +nct6775 +ne +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +nettel +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni65 +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc_gpio +nsc-ircc +nsp32 +nsp_cs +ntb +ntb_netdev +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nuvoton-cir +nvidiafb +nvme +nvram +nv_tco +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_xilinx_wdt +old_belkin-sir +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +padlock-aes +padlock-sha +palmas-regulator +panasonic-laptop +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +parport_pc +parport_serial +pas16 +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cs5520 +pata_cs5530 +pata_cs5535 +pata_cs5536 +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_isapnp +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_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sc1200 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc110pad +pc300too +pc87360 +pc8736x_gpio +pc87413_wdt +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcbit +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_can +pch_dma +pch_gbe +pch_phub +pch_uart +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pms +pn533 +pn544 +pn544_i2c +pn544_mei +pn_pep +port100 +poseidon +powermate +powernow-k6 +powernow-k7 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +pti +ptlrpc +ptn3460 +ptp +ptp_pch +pvpanic +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-lp3943 +pwm-lpss +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quickstart +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r82600_edac +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-aimslab +radio-aztech +radio-bcm2048 +radio-cadet +radio-gemtek +radio-i2c-si470x +radio-isa +radio-keene +radio-ma901 +radio-maxiradio +radio-miropcm20 +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-rtrack2 +radio-sf16fmi +radio-sf16fmr2 +radio-shark +radio-si476x +radio-tea5764 +radio-terratec +radio-timb +radio-trust +radio-typhoon +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +radio-zoltrix +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-bq32k +rtc-bq4802 +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-hid-sensor-time +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-mrst +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +salsa20-i586 +samsung-keypad +samsung-laptop +samsung-q10 +samsung-sxgbe +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 +savage +savagefb +sb1000 +sbc60xxwdt +sbc7240_wdt +sbc8360 +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sbni +sbp_target +sbs +sbs-battery +sbshc +sc +sc1200wdt +sc16is7xx +sc92031 +sca3000 +scb2_flash +scc +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +scx200 +scx200_acb +scx200_docflash +scx200_gpio +scx200_hrt +scx200_wdt +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +sdla +sdricoh_cs +sdr-msi3101 +sealevel +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent_generic +serpent-sse2-i586 +serport +serqt_usb2 +ses +sfc +shark2 +sh_eth +sh_mobile_ceu_camera +sh_mobile_csi2 +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sim710 +sir-dev +sis +sis190 +sis5595 +sis900 +sis-agp +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slicoss +slip +slram +sm501 +sm501fb +smb347-charger +smc9194 +smc91c92_cs +sm_common +smc-ultra +sm_ftl +smm665 +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1816a +snd-ad1848 +snd-ad1889 +snd-adlib +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als100 +snd-als300 +snd-als4000 +snd-asihpi +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt1605 +snd-azt2316 +snd-azt2320 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmi8328 +snd-cmi8330 +snd-cmipci +snd-compress +snd-cs4231 +snd-cs4236 +snd-cs4281 +snd-cs46xx +snd-cs5530 +snd-cs5535audio +snd-cs8427 +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emu8000-synth +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1688 +snd-es1688-lib +snd-es18xx +snd-es1938 +snd-es1968 +snd-firewire-lib +snd-firewire-speakers +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-gusclassic +snd-gusextreme +snd-gus-lib +snd-gusmax +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-intel8x0 +snd-intel8x0m +snd-interwave +snd-interwave-stb +snd-isight +snd-jazz16 +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-miro +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-msnd-classic +snd-msnd-lib +snd-msnd-pinnacle +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3sa2 +snd-opl3-synth +snd-opl4-lib +snd-opl4-synth +snd-opti92x-ad1848 +snd-opti92x-cs4231 +snd-opti93x +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb16 +snd-sb16-csp +snd-sb16-dsp +snd-sb8 +snd-sb8-dsp +snd-sbawe +snd-sb-common +snd-sc6000 +snd-scs1x +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-sis7019 +snd-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-max98090 +snd-soc-mfld-machine +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-rl6231 +snd-soc-rt5640 +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-sn95031 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sst-acpi +snd-soc-sst-baytrail-pcm +snd-soc-sst-byt-max98090-mach +snd-soc-sst-byt-rt5640-mach +snd-soc-sst-dsp +snd-soc-sst-haswell +snd-soc-sst-haswell-pcm +snd-soc-sst-mfld-platform +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-sscape +snd-tea6330t +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-us122l +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-wavefront +snd-wss-lib +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +sony-laptop +sonypi +soundcore +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntpc +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_decpc +speakup_dectlk +speakup_dtlk +speakup_dummy +speakup_keypc +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-topcliff-pch +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssfdc +sst25l +sstfb +ssu100 +ssv_dnp +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sworks-agp +sx8 +sym53c416 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t128 +t1isa +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc1100-wmi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcic +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thinkpad_acpi +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timbuart +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tlclk +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmem +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +topstar-laptop +torture +toshiba_acpi +toshiba_bluetooth +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm_infineon +tpm_nsc +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +tscan1 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +twofish-i586 +typhoon +u132-hcd +u14-34f +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +ultrastor +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +usnic_verbs +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vfio +vfio_iommu_type1 +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-camera +via-cputemp +viafb +via-ircc +via-rhine +via-rng +via-sdmmc +via-velocity +via_wdt +video +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmlfb +vmw_balloon +vmwgfx +vmw_pvscsi +vmw_vmci +vmw_vsock_vmci_transport +vmxnet3 +vp27smpx +vpx3220 +vringh +vsock +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977af_ir +w83977f_wdt +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +wafer5823wdt +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wd +wd7000 +wdt +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +winbond-cir +wire +wishbone-serial +wistron_btns +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wmi +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +x38_edac +x86_pkg_temp_thermal +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen-tpmfront +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xillybus_core +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +z85230 +zatm +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/powerpc/powerpc-e500mc +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/powerpc/powerpc-e500mc @@ -0,0 +1,17087 @@ +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0xfdb7a792 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0x1383aca7 uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0x5b0b1fdc 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 0x0dedfdbb pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x1254e7dd paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x28aa6436 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x32cc701a pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x622a5be9 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x8e387df4 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xb1dc310e pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xc18910dd pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xc4a657e3 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xd26e7054 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xe4b77276 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xeb732967 pi_release +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x10520942 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x32ca94c6 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4648110b ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x7e829943 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xdcff3881 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/crypto/caam/caam 0x1c758e97 caam_get_era +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x404fbb75 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x6ffe2554 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xb64fd248 gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xbddfefc0 caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xe7e10b4b caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xff131417 caam_jr_strstatus +EXPORT_SYMBOL drivers/crypto/talitos 0x81d9d55c talitos_submit +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x04341762 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x23a7f2ce dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x8443aca1 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xa813151b dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xb1174460 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xb9cba9b0 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/edac/edac_core 0xfde93a2a edac_mc_find +EXPORT_SYMBOL drivers/edac/mpc85xx_edac 0x1e2e4321 mpc85xx_pci_err_probe +EXPORT_SYMBOL drivers/firewire/firewire-core 0x01fe0e9c fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04dd92ce fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0ff645fc fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x14fc0e4c fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x158eb3af fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x23f6356c fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x255f8061 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d5d4eca fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d8e4bb3 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x59d51451 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5e851e92 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5ece480c fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x700279ee fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7911f764 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x79184a96 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7a446eb7 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e431b14 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8b4a55ea fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa4ee28b5 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa6b99899 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb211363a fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbd3c1f10 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbe194885 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc238ae6a fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcc2e9c95 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe334790b fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe861e29e fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf28e2730 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf877666b fw_iso_buffer_init +EXPORT_SYMBOL drivers/fmc/fmc 0x0a4c50d3 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x0cfd963c fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x77c5e0cf fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0x800647c6 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0x8521362b fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0x8db983cb fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x8f141d95 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xb7820739 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0xbe634d88 fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xd3cf2ab9 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xdfdf7c4c fmc_reprogram +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x711c7965 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0244e14e drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03d56757 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03d720e5 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04187cdf drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06608a8c drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07210b1c drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08aef228 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a2df762 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a5ac94b drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bf7b58a drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cf881bc drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ec527fc drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fc530f2 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +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 0x10c9cd61 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x135b816e drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13cdaadb drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16904543 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16c7d81c drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1708f0ad drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17a0f962 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x180d8f76 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x181a9ec0 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x185b9290 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x196b1611 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x199a6dba drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b0d5a03 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b3fea25 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b5634d5 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e6eb7e0 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f34c7ea drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22edcf48 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2303abfa drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24c12836 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2912b6ca drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29ad006c drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2baa53c2 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cb47e92 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d7ae62a drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e094790 drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e3edae8 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e70f19c drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ef97ef0 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f0b064f drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ff2dc5b drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x301ca6a5 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32243ee5 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33540016 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36a0e855 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36ed2773 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38744fc8 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b3880a2 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d414351 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d89c0f9 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dd6ab5d drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e238012 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e972d9b drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f9a0ec6 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41024e6f drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43e94a57 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48973c38 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48da030d drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x491ef09e drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a83d9d9 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c7e7a21 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f0aeed1 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f5565f9 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f7e4617 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x503d1ceb drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x509eca97 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52a7b521 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x539267f8 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x545118c6 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54811720 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55a0e1ed drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a1a777a drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x634d4762 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6406a8a0 drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x648ca5ba drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x678c0478 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e4767a drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bb67d84 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6dc2a2c3 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e0cf95f drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7017223f drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x738db550 drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7473b834 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7627626c drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78f27192 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a212c30 drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a72988c drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80ca42ca drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81b6befe drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84c17869 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x853268df drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x867dc03e drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x873a794e drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87b0b86f drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87c62598 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88e24590 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89954fb1 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b0013e9 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b5b6fbe drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d502458 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92dda9b8 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x945cac0b drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x951ba016 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98bcb9d5 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ac1cd35 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c5e5a60 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d077c3e drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e422b71 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9efc26a3 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fa658ac drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ff6375d drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0494f0c drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa10398ba drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa191ff72 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1958817 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa40ed124 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa462e644 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6457c74 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa67fbaa6 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6cc83d4 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa97aa4be drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa1fc448 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaaa5cf9b drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac1ecdc9 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad14c03b drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae309296 drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae378429 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf3cbe3d drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb07bb78d drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb07c74b4 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0fb0f5a drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1bccba4 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2e924f0 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5946a5b drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb98f7070 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cd75f6 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbacc7867 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc07d995 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc38dfbf drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcc608c4 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfc13622 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc15ee0a7 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1bcfbfa drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5961ecc drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc60f742d drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7f7cc11 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc87c7756 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc91b420e drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca70e0b1 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca84cf46 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcae91f95 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbac2a9b drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc23811a drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdbb3839 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce354cb6 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcec158f0 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcec46d19 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xced34b38 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcefabe09 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf692354 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd018027d drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd088f67f drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0b0bc3d drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1be2f4a drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd572e1d6 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7696796 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a164c5 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8932dc9 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd90f71c5 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb5a5852 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc47e298 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd60ff0a drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde9b8ecb drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf1adcba drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0c55b52 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0d33fea drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe493dc22 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5e07d08 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7f9f498 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8c02ee6 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec114223 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec968be2 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed44769b drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed86e170 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee2eec20 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee88dfa1 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefa9c773 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf073bf85 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf219f21d drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf38a3b26 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf485bd53 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf62ff1b1 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6d3a423 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf848c7e7 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8b486e4 drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa960c08 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb3f8b89 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc7c8cd6 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd0d588a drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0233ad82 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0bbe0d19 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12ebc53a drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x177f1698 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c04b0cb drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x231f9435 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x24bbd0c3 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25058b44 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3322c421 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3345cf7f i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3dc4af0e drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x40e39597 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4118e3fd drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4361c506 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ae94aa7 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e243a4e drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59e216cd drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5deb5618 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f437aa0 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x636ae639 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x642ae5fd drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69d6a5eb drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75fc108a drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x786074d6 drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ba1e444 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8055c2f4 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8973758a drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8df145c5 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b84b8a8 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4982cf9 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaef4482a drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb7c91076 drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc45a7c0c drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5958c8d drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5c22eae drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc70b21ad drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc71d8aa8 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce19b610 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd41473f7 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd577de3e drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd618d683 drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe57aaa44 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7b6d1bc drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xebdf5e29 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xebfb4cf7 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedff02cb drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee6b663f drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf65793b1 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa0d23c7 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe92d3ab drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x4c33562d drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xb638fbe4 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xe9f13942 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x00d9e146 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x01b15c08 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x03cd5166 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0707ebd2 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0a317b9b ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0bec6666 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0e49be3a ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132b05be ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x15f96f22 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21238cad ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x35517ad5 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x38d600f2 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4195684a ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x48071fd0 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4f4dfbdd ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x50541b6c ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5481f68b ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x586014f5 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a8fdfea ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cf59609 ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x640acf45 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b1d568 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7650c38d ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x76d85ec5 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7b0f294a ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d55da85 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84a13931 ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89a443de ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d14adbf ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8dd01f41 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9225808d ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x93335114 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x936d0dbc ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95daebfb ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d6701ff ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9de56f8e ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9ff93e60 ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2a129fd ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa3f48ecf ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa73de2a9 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa9a519f1 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaed1ad1e ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb57a57c3 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb68efbb3 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb71709ba ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb83c6470 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbfaf163a ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2927a5a ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5f0c2da ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc714c561 ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc91f78ce ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcc23415c ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf2ffb93 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd1d0566c ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7507070 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7f51742 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd81b1c14 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe0e12337 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe42d8f27 ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe64ff6b9 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xea81a38d ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xec75c063 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xec9efa6d ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xecfb844c ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf6b8ec1f ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf8aa45d9 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfa74d726 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfb94f644 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x1d53a52d i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x7fa4fc66 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xd62e9c1e i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x6aba3a8f i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x8f0375a9 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x9f8cdca1 amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x8b50c326 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xb78acbf8 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x04a32a5d hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x20b1a8a6 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x527ec145 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x994c6704 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xb9052896 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xd5177578 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x994f1bb6 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xa4e69b06 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xd2e2a8e0 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x33b6ec2b st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x3567ba4e st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x4863280e st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x567148fe st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x5e66c2f1 st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x61152e48 st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x69d41e56 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6ad85ad6 st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x80511b6a st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8509413d st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x855cd4b1 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x878c569e st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8d751b08 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xa5e94c0a st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xcc77e139 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xea0e09c5 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xff80904a st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x145b6d32 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0xa3f4101e st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xa306d55e st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xaee4cc16 st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xb05c00ad adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xdd6f9d86 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x14767e24 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x1dbbbf4f iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x3579ec06 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x3a93e6c8 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x3ae8d1eb iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x3c8c21fa iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x4b90ff50 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x4c24e342 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x4fe2a230 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x505904cb iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x5d140da1 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x6f9cf3e1 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0x77161a6a iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x7c269514 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x8a366992 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x95cfa45c iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x9901b75e iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x9a308479 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xa43b4b00 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xba9968c8 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xca9ad4b4 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xd29c2511 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xdc2ad87e iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x06c2b450 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xcc4d1e08 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x2e39bc9a iio_kfifo_free +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xc3dca7d2 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x84d76057 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xc81c0f2f st_magn_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x4bf79a66 st_press_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x7cc1e767 st_press_common_probe +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1ea5767b rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x32a8402c rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x59252c9d rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xc5d5f294 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0a6271a4 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1124efcd ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x20e448b3 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x25d892c4 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x29387055 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x431f85e7 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x53f0c3b5 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6109c230 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6d1628c0 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7173f7ef cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7ae032f1 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9010db6a ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbedeba5c ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd7441973 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe3aebbed ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfb593d89 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfbdec7dd ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04f3060a ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10b3573e ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19f3748d ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24f4825e ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27328298 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29e759f1 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ad2ca03 ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d8a6e92 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e2ebf4b ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x315ad52b ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x322ea679 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35b88774 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36798a51 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a630137 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c6de951 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4031de47 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41daca83 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4381e5d9 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45f292a4 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4836cba5 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x498a769f ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b4a1e35 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c15821d ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4df943db ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e4d2047 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4fa763bb ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52e57dda ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x538b4e01 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5729ebb9 ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5de14db8 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61b802d2 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6dd99e12 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f7dbf3b ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71a41eb7 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x729c710b ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75dbe16f ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x767a2fd7 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77320976 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79de1005 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a1257d2 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7bc329f3 ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ef56bd9 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x816d6484 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84f61870 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85c8ed41 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89b879ec ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89dbe7b8 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x912c6ab6 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x924ce60b ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9250cf35 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x958bd5d6 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e8b7784 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ecce7ef ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3a7d693 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4d86024 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac27141a ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4e126ab ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5ce8bcc ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6b30d64 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8acebcd ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb91c061d ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc12dcd91 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcee13a4c ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd096d7de ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd37d0e89 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd462191a ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd88341f5 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9b31d12 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb6bf332 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbfe828c ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf3649c4 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3adc1bb ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8f1ef4d ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeabb99f2 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed34aea7 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeddcba0e ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee34cb33 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee926208 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef6e07ad ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf699837a ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe81dd66 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x14f5ee6f ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x1c53c762 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x224ba421 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x41e6424d ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x586376ed ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x61203a25 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7661f375 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x910eb0de ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa50735ad ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xafe952c8 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xbf77eee7 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xfa2b20fa ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x0b2f798d ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x5328d7a6 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x541ee703 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9a1cd50d ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9b7b1bee ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xa8aee0eb ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xa9877045 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xc4022496 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xe62e2257 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2b0aff4a iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x38b4f258 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3d8e6be2 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x664b5aa1 iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8d88c05f iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x93306bcc iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb3a5d179 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcbb0045b iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xce9eef83 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd675700e iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd6f27090 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd833b14a iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd9944845 iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xdee4e660 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x195de907 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x19a501ab rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x25b718fd rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x35462f7f rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4a0d9b99 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5043b846 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5c0208dc rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5c45884d rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x60900153 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8735066a rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9344c210 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9d98f5c3 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa86d6b07 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa9895b2b rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbad2ef72 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xca929b28 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd027666a rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xda03d50b rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdfe2eb09 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf725efee rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfefcf5cb rdma_set_afonly +EXPORT_SYMBOL drivers/input/gameport/gameport 0x0557ba7e gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3d999e27 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5b297bab __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x6a483fff gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x82bfd0cf gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8459cb86 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb71ad6d4 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xbcd74f20 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe2dda680 gameport_set_phys +EXPORT_SYMBOL drivers/input/input-polldev 0x15865481 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x34ebc9d2 input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x5c19057f input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x71ec8b74 input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xdd4565ad devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x5ea0959a matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x0e61473d ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0x4cb715c0 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xa921ab3c ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xcbf5e94e 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 0xa18edc51 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x1d31a5da sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x4eea39ad sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x6346f392 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x6475df1d sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x8f46318f sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xae03fcb5 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x10a1ba9a ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xbaf5caa3 ad7879_pm_ops +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71f607b9 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7993dc1e capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x79cc1d54 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x86538858 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9fcb794e capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa844aca7 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb282b693 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb3c77c4b capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd58cc700 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xffb30025 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x1bcfea3f b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x439d5b58 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x4b677aa9 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x516f66de avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5cf70289 b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x69ceb1e7 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x6b6c8bad b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x6c0349cc b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9033e7fe b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa09c0443 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa5134264 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xad57bca4 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xba4a14ce b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xbb0cf656 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf116d687 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x0abd7010 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x15efe6fb b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x302b688d b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x63424ec8 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x66b6e66a b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x6b01d3d7 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x75e0b0e2 t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x9f2de2b2 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xe1039b4d b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x33d185de mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xa48def40 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xc18a79a9 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xfd5c9177 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x0cc3b591 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x5bf48aaa mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x5e18882c hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x01542735 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x37815475 isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x893a08ba isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x96548fb2 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xb04f51ec isac_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x247ab7b9 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xdcb780bc isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xe15ef251 isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x052de858 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x113ddf99 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2b776c17 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3298df11 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x41a0d71b recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x47cd63ec mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4c27fb47 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x513336a1 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8383b16f mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x870d2334 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8ab2eddc queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa0dc5c7b mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa8a67ae4 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xae1b0e02 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb31e1585 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbc31528c recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc39e254a get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3efd49b mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcf5d6940 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd7ccb1e9 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe242fae6 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf088a13e get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf3993004 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x0c4d0956 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x10dc0d06 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5d881215 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x66d28e22 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6969b5d8 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7b55ca4f bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9005b4fe closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9e8b3cee bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0xab2d2b84 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xad29a6f5 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaec09a2b bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaf77343c bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc04554f7 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc0b9ef00 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc8a92c8e closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca580595 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe47e0829 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe67c2d16 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xf3284992 closure_sub +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-bufio 0xa7978f56 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-log 0x43bfbfd0 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x51c43de9 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x8e0f3be4 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xdb5ab4f3 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1938a618 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x2977c84f dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x4ae4a0fb dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x51c401bf dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9ec94346 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc36b9b2e dm_snap_origin +EXPORT_SYMBOL drivers/md/raid456 0x907d1a00 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x01bc0dc6 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x01c2b080 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3ca7980a flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x43bc45df flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4f1524ec flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5947a9bd flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x60f74178 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa536b40c flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb0d1e17e flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb516e5e4 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbe00c7e2 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbef1a614 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xdeb1f7c4 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xc3162438 btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xee751b5d btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x401dd377 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x4d1a9a9b cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x721622ea cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x744f92e9 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x368a754e cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x49e57bf1 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x72df8798 tveeprom_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x00baf915 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x01ce90b3 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x09e2add2 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0a7d95af dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1129099d dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x19591134 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x22d6ce4a dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x28ee2ae8 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3f7224d5 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4d3b9a9c dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5da5f7e8 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5e5ab7ec dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f89fed9 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a298f67 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x71202b04 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x78d62338 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7ba5d8bd dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7cab2707 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8e47dce5 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9ae65e51 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa568792e dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xaa615793 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xaa9e2801 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb8414666 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbe74ab9b dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc118ec14 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc4584d1b dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd05f3a80 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd762c189 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xda462650 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb576668 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdd5eb588 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xea44aae9 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf451a25b dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf45b4c5f dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfcb20e8b dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xffeb134b dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0xba2b469a a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x5a386ab2 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0xb3bc1635 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xcf65a5e1 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x2323595c au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x25ce6f00 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4006f858 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4ee1eda6 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5aabb823 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x67f42d5d au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9f140a52 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbb4bc0ae au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbf0e6e5b au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xe56d2935 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x94076bbd bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0xf39aee41 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x84109053 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x029e8fba cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xbfadffb8 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xcba5a07b cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x600f631b cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x03de7db1 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xf0df8a4b cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xba328760 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x2fba64a9 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x36b28d9a dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x788cedf3 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x80a44fde dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc11e1b4a dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0f36501d dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x12ef3996 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x152d1455 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2a90ff8b dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x440fe5aa dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x44fc5097 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x47fd96db dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8126d0ae dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x851debe0 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x87ef5186 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa1432b8b dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xae0633d9 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc127726e dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc871fca1 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd148d343 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x3a110709 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x08d16313 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x3e3f0bc2 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x4e4f2653 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x9d6b47fa dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xbaf82634 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xd6d0b6dc dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x148d564a dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x97d6961e dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xd1286b19 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xff2c3217 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x04107607 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x05227033 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x38577c33 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3e9896bf dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4fb22349 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x5d15b5d9 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7090f5a9 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8b126ef0 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8b6a9bd3 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8f4f8476 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa14819b8 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xacc3b378 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd76dedbf dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd811780a dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xee996a41 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf12cc748 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x10dfe754 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x18540be7 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1ccd16c1 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2722b075 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x4047196e dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x4f01da6d dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x87390a4d dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x901c11e1 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x94ed71c4 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9c64aaca dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa1436cd9 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xaa790836 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xbe4fd551 dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc4341715 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc6f51293 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xde106214 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe4f75808 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf2f5c338 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xfea4b815 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x29b8e9dc dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x6f121de4 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x7fd2a354 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x8005314d dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xe7dda457 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x5bb11741 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x0e6456e5 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xc28b821c drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x75c2b80c drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x14ca76c9 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x0e569c14 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x21b3d43d ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x4b2370eb isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xa73fb990 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x30c51a08 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x98a77df6 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xf0f77905 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x981e9c33 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x1b6360a9 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x5bd5a065 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x620c0ac8 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x006e86c8 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x431584c2 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x9d2ac712 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x50af70c1 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x315d9afe m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x522777ef m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0xef7d99d3 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x22758f44 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x9109b456 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x7fe4693b mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x47dc6706 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x32933daa nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xeda1f306 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0xef0196e6 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x2c9bd415 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x41c3efd4 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x60992a96 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xaa4e21e0 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xd976d027 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x67e4ad1c s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x5add6e15 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x636983c9 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xa83a2a0c s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xe904c2e7 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x6e555f65 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0xa020bc60 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xd9174479 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x6c3bc006 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x767fb34b stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x77c1b0ac stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x1867ecf9 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x7cf368c1 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x3b99b713 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x7a1a3302 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xafdd0f87 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x1df7e329 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x97e18f79 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xac4b263f stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x3cc4ecd0 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x49a929f1 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xfcdad72a tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x6e6e04d1 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xd0a201e5 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xd7c1143b tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xf2d35218 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x0f71fae5 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xe4123a74 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xfd3cbcaf tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x939798e1 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x24ca7c5a tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x838b06b6 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x76c7b946 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x5cde48bc tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x044c4237 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x8a6ec821 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xfe2eebfb zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x18e6aac2 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xd063ca39 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x06533b2e flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x398202a4 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x7977f2e7 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xad48127e flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd1a65467 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd7519ac2 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xdc40f44f flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x6da76f66 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x8e279453 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xb48070b0 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xbaaec030 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 0x654d0a50 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x84b9c660 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8f530536 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x34f533fe dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3ef44607 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x45a770e8 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x45e62561 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x58e479d5 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x720683f9 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x9199af94 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xbcb60d09 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc0e22d72 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xff9a2631 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x6b579bba cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x7bf127fb cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x9ca7d14f cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xad6c41a2 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf2feab6c cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x0aaf5594 altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x4a33ccb5 altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x96a47925 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 0x3bf8509a cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4bee8e26 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x82414abc cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb6fa9a7b cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcdf80e38 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe21b53b9 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x0f1d8551 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x7d18d0f6 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x074d3549 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x8e86c8b9 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x97a59ea8 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xf8a8c350 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x059c5d4f cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x64f09955 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9896d283 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9e7a428a cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xfa108cdd cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xfa4180ed cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0a5d6b8d cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x10fe806c cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x18df4e61 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x25c354f7 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x31d4bb15 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x35334195 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x38cc2f2a cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4ddce4c8 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x54beed96 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6cbf0eb2 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x75098b33 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7832948d cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9d205413 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa7f8496b cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb2cc0a47 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbc9f9531 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc0cbd973 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd749eb2f cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd9fe8104 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdce79436 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe23665cb cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe40deaa6 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x074b41b4 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0abea157 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x27d78afd ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x295f0d86 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2f4431e2 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x357f7bf8 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x371bd5d1 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x40ca52a9 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x528ba831 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x59f928ff ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x93fa9cc3 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa052b71d ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xac97a967 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xeaf78089 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf4572ad4 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf74e9c29 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfe584f3b ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3643b942 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3768f246 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3a9c91b1 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x77133a7a saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8901a276 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x98261372 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb9600635 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbed402c5 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd255779e saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd3e20ab5 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe9463d9a saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xfe6c6885 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xf2ed3256 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x96ef5a64 videocodec_register +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x9904f6da videocodec_attach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xbc6f1496 videocodec_detach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xc79e0bdf videocodec_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x1ae7c979 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x21934137 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x63989edb soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x68b02e45 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xbf5a5e8d soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xcb191ec0 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xd6372615 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xda7d0709 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe4cf7900 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x4e06b627 soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x69aab85e soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x83721cdf soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xc13de666 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/radio/tea575x 0x60a3a027 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x95aef0c8 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe8584f0e snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xeb155663 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x2423a727 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x363ba3a3 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x5f67d74a lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x7aeb6c16 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xa66a77db lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xe682c08f lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xf0779200 lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xfff42c4d lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/rc-core 0x0ffebcad ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0x445755c1 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x42dc62ed fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xa4016268 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x642362f7 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x9a875b12 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xcf6be97a fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x7b84a894 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x253c5d9b max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x657ed91a mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x234e21b5 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xd752b340 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x15fca501 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x93300b85 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x36d5df83 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x7c30165c tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x7dfea2af tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x858a6402 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x9fa28594 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0x5904d0d9 it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x55c8c349 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x3ad58df7 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x4e9e9536 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xff5d7978 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x37cb19ee dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4916c8ec dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6bc0f05f dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa695ff1f dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb553097a dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xcc6425d7 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd1d37dcc dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe2b6b61c dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe6755b41 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2e24f5a3 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8bd5efa4 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x972cd013 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x99ca1136 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xbeb4797e dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xf0431db5 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xf617deb3 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x88af9d48 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 0x0c75f2f4 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3f938cc5 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3fd7c4b8 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x41fcdd23 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4d38b51f dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x674b0d51 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9117377b dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xbba27e22 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xbf49af21 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc4aadc23 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc64ce7a6 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x59befd8f em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xd08352a0 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3339070a gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x37bb223f gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x37f4248d gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x48a981c1 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4a0a5ff5 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x764b95bf gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xd65b343e gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xdff2bc1f gspca_resume +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x0c258f83 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x6a938745 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xd1d2b9d5 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xd1c1fc17 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xfa06fddd ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x02603b55 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 0x75dcc3c9 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x8b9065f9 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x52bc2cc1 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x77ffd062 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x7d0df81b videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x8d5dd25e videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xe1ba63e4 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xfe5a7bc7 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x896ec2a4 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x0449f546 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x15edc884 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x342c63e2 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x373becfe vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x5bd41086 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xa48d0549 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x09b6fcd9 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0ef2c526 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1212f407 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1481b480 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x197cffef v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1c4a2d27 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1cbeda9b v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x21187438 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2151ac1e v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x230f8acd v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2eb23723 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x34dfe30c v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x350261ec v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36a60f90 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x375695ad v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x39b121d7 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 0x40487c22 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x41c8df74 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x41d56151 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x44ccff9e v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x45e3b866 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4a56e214 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4a66d3c9 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4fe1e3a8 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x51aafb50 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x57051351 v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x575ac326 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x584b049a v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5a72a014 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5d8c7373 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5f6e5a92 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x612a648c video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x61e546af v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x63cbcd03 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x691eb5b9 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7767420c v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x78023fc9 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x79dd10eb v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e01be9a v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x90cf8490 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x923b9af8 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x93439d3f v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x95f7b8b6 v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2abda71 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xac8212bf video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xad978a7a v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xae55086f v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb693ea15 __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc5d8ede5 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc70ffd35 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd069708f v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd3a16054 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd4b1527f v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd6a7ed5a v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdaa0a1d1 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb9e290b v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdcc9ed64 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xde7cb0d7 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe27594bf v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe4046712 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe70732c0 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe7fa892c v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf29374b4 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf4215b80 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf5db6e22 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfa631a0f video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfd17037c v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2ff6f6b5 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4a5f5e70 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5486b947 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x73f94185 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7f7d4aa4 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9a87feeb memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9dad6987 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa5987a36 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xac79d81e memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb07b1dbe memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd0bc5a86 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf08c6d8c memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf60117d4 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x02b1b656 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x04c80246 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x10070780 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x16783a05 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1a29fe09 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x21a53e8e mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2470f234 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2a2ff8a1 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x322dcf0c mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3aeb7905 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x44bfae42 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x482f1478 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x51ba019c mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x72b03dd7 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x73819d74 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x82bcad4d mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x91285132 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9ed15146 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa030e93b mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa74b3c32 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xad31e33b mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb4d2c1c0 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbae9d359 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbbb037e5 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc856f1f5 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd756f3b2 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe491e98e mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe4e91b74 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfe2dfe45 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0b818aa8 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x274b529a mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x332c82b2 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x384d0151 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3c9a4a96 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4566ed73 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4b231297 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4bfda9e7 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4d6445d2 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4ebc0d19 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5147bc51 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x552141b0 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6359882f mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x66db4672 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x724fc2e6 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x773b4ba1 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7b4dcc8d mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x83a68a57 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x89c905de mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x905422a6 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd0377f91 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd2396697 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd2b5960a mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd90dcdea mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe9c241a1 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xeb8e4765 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xeff0b334 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x0df8945b i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x0f30133a i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1df33546 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x354aca2d i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3976facf i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x80fa5c23 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x879736f4 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x99a13a2c i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x9e372f2b i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb6732e2b i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbf7ccc80 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbfcf0794 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc016a61e i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd8d881da i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe25cb8aa i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xfa72c173 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xfbe4fd9e i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xfbff901b i2o_exec_lct_get +EXPORT_SYMBOL drivers/mfd/cros_ec 0x041f6699 cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0x119ef72e cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0x2936b026 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0xa92c98ca cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/cros_ec 0xec363d9f cros_ec_remove +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x3d1640e1 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xb595de35 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x012eb934 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3fb251c2 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x66da4151 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x78d1a94f mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7c770654 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x804c5ee3 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x81f49a5d mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9da9d017 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcee433b3 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xda066327 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf881c90e mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xfbc4f464 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xfed4db9f mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/tps6105x 0x0ed32ebc tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x8baef80a tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xa21d6f0d tps6105x_get +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/misc/ad525x_dpot 0xb9fdef84 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xeb76a793 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x454bf929 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x020d6757 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xad61018d c2port_device_unregister +EXPORT_SYMBOL drivers/misc/ioc4 0x8d3b32ec ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0x94a0f02c ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x06cc4dca tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x21c673bc tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x35d352e9 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x3adfd71c tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x50d21e24 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x544dbe9a tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x5f75ffe3 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x651db61d tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x8c8030c7 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xce681104 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xe470d077 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xe7c18dd6 tifm_free_device +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0xc672b4b2 mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8dce31ed cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x96695019 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xc3240804 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x1b199f05 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x9144d12c map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xb84726fd do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xc9d12c7a unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xc69f73c1 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xda9ff0d3 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xd6176464 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x00b96fab mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0x92646eb5 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0x92aa7b3c denali_remove +EXPORT_SYMBOL drivers/mtd/nand/denali 0xfad6c177 denali_init +EXPORT_SYMBOL drivers/mtd/nand/nand 0x6ab80fee nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0x954abd3c nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0xa02115e0 nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xceef34b1 nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xdd315b7a nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0xfe2429e6 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x0d5e4f73 nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x883d9e5b nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xe099825f nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x93e5738a nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xbe034f38 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x271bf6dc onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x7384d473 onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xed68534d flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xf3dc7a5e onenand_addr +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x170b175e arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x196de648 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x22873900 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5ab9a860 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9f77c23f arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa2559d35 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcf54328b arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe257f0e6 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf13ac921 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf47e28b5 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x6f28d579 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xa53844eb com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xe8e45bbe com20020_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1fc19964 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1ff25be4 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x392a355e ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3bf766c0 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x60dd9750 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x72668300 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb4480ff0 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc65bd2b0 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xcee8a9ab ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xea8c41a3 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x66462388 bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x0924bcce cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x52456909 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x596fdb47 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x63225882 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6a7de98b cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x73f965a6 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7a775b6c cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x89654062 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8b22a6b1 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8c617f93 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9f34f9c0 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa17e11c1 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc1cca9cb cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc567cb60 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xca487b96 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xea5d85c0 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf588ae08 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x121073bb cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x188cb558 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1b45fabf cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x293ff7d7 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2b5eeffb cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2f358e54 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2fd898e1 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x434b9989 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4c2e3573 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4c65fa9f cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5371527b cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x58438cdf cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5872e798 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6cf30c83 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6e2f6ec6 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x86470ca5 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa87c72cc cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xad9e09b0 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbfa980c2 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc1534edd cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc3117989 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc4f4c775 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc883bb9e cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcbf36904 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe2f85a7f cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe599c553 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf51ddf9b cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf55dff29 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e75e6f8 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x218a76ca vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcbf2497e enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x5c6746c4 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xb5fa4161 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/freescale/gianfar_driver 0x79f28897 gfar_phc_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04f04ddc mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x064b24ef mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23a9e6b5 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3208e70a mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ec6f6e8 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50b7fc8b mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bb8601c mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5cb23fe3 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e704509 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ac80c34 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8cd87489 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d6eaab6 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d906c14 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ddaf519 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x945184ca mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b9db694 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4744e45 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa62d1c6b mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9a50945 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb917c812 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc313a2bb mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd090891b mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd66dc128 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xddfb0924 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf45a5962 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf98b150f mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02192074 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x080bc0d0 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c692268 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e80d704 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f8fb98f mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x283a872d mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cba7995 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38593665 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50ee4a25 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66dcdfe8 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6af6fd56 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71e0a185 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x773de47d mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e4505bf mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x826aaf4e mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ed8a64c mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9471651c mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x976716fb mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa038464b mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5eb8981 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf0d293d mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc23e3619 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3696205 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0e32d18 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xedae45d7 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf20f826f mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3da72cc mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfbaa30c5 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xffa4ce71 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x133265e2 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x842c9324 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xa656f7e8 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xa6d4dd99 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb98c7557 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x0a7578e0 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x16ed8a53 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x2a07c606 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x30350288 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x5fbfe015 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x897ebfb8 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xbc0d0e22 irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xcb833c26 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe4dcadab sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe69b7dfc sirdev_raw_read +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x113b1e20 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0x5ab88358 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x5afdf658 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x6b583d2c mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0x9d40bde2 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0xace0e7f3 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0xc6a17d3f mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0xf5394e80 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x09177f57 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x10831550 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0x0221bd11 vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x10054430 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x2c7cdda4 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe1836a12 register_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x6c3bee2d sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x023562e3 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x0c95efa4 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x2c36d71a team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x34cb307c team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x65c51be1 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xe1b17d92 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xec39660d team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xffce973a team_mode_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x3d50bb9a usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0x5524b6b7 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x8b538bd3 usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x070d43f3 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x08918d11 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0b0df2d6 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1ae06e89 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2fb45ca1 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x59629951 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa4bfc7dd attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb61d7362 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd6d31386 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0xdf3df0d2 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf46bb935 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x0fc31a2b i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x040f4d57 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x84fd9fc8 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xceddc929 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x04c376e5 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f57c7a8 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2ca03e16 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2e9c151d ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x54685c2d ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5eca1302 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8c0417c9 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8f5fabc3 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9fcf54f7 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xaaecbac5 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xeafc07e2 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf048d8d5 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0335f229 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x23703850 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x570b12ab ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x609139ed ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ccac87f ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb5130fcd ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0c13ece0 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x105f2b91 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x21cc9525 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x43baf283 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8bbf3e8c ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa384e495 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xae7b3ed0 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd585aeec ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe6251780 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfcf786af ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1173d9a8 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x18980ce5 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2368f30c ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x249b3e07 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2af65228 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2cdecf50 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3ff507f0 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41cc69ae ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4d50529b ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4f965cc9 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x51e5675a ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5d6f0ce0 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa43e4452 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa9ac6ba9 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb27e1b02 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 0xd9f3f994 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xddcd08b8 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfa938626 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0391465b ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06d86b87 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0920551a ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a746787 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ea5a05a ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x120d95ee ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15afb456 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16e9c54e ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x186b61e4 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a634752 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f09016f ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2452f59e ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2669235c ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x26c7ff1c ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2cb1e9cf ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d8d8b61 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35616d56 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x37f078b4 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x38cccdc9 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x39782f91 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x39f72106 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3cb5e021 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3daf5941 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3eee07b5 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4176c38c ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x41ecfeb7 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x44718b08 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4629b349 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b7d7522 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bbdcba7 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f260b8d ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f9b48cc ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5083ac5e ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50a2bdfe ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5221d5d1 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5536e2f0 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b175752 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f574436 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x702458f0 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x739b5b0a ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x78e04e24 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x794db71b ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ce716ab ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e5ed7d0 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7faffe49 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81f29d7c ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8205fd41 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82af22eb ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89fdc0ec ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8befe83a ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f3a6e18 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x915312ea ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95e32cb0 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9925e460 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9a5cd16f ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ada15f8 ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9bcff0e5 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9cd6f244 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa158eaa6 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa49420b3 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6223133 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9aa6d21 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad81f5d1 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb03a9b43 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb2418a1f ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb497100c ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb574f352 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6ec3ceb ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb902dfe9 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb904eead ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb9e8cbe0 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf1c8552 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc14f350b ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2aabd17 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc849b435 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc994592c ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcbfb62e3 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc93079d ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd7b951b ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf4afd09 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2235ccd ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2b4e078 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3a16e8f ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd506748b ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6b85d91 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda958f6f ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdaf5fcab ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf9cf950 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe061b982 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe09658e7 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2778751 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2ed1af6 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5c798c6 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe63d2447 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed7e29e8 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee0d74cb ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7a01941 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf891e6d5 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa7a3d31 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb6aff62 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfde13bcf ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfeb2d487 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff5daec2 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/atmel 0x7a7db640 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xd20293ae stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xf1c2216f atmel_open +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x02001859 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x2c334b2b brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x2d25f72b brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x32baa935 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x4a95d542 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x5789a3b4 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x6eebdb73 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x7c0a7b83 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x7c81e6e9 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa1649776 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xaff6a72e brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xb45847e1 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xecb45a0b brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x16ea45b6 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2678f60b hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2a6afc57 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3a5581e3 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x50bbe2e1 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x56024ef3 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x61539d34 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6420f283 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x67118e0a hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6feb14df hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8e89bc6c hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9226ff31 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9269cc7a hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9537ab21 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9f2b2deb hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb7d85c11 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbe304b8a hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbf3da949 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc1d149d6 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xcae5defd hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xcb93d717 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe6d30f4a hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xebe80eab hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xebef5671 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xfd2c2e9c hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x003f3069 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x10589f71 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x10d47843 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x10fcdefb libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x35eb8d27 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x37c0098c libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7447a973 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7b18ba98 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x808b1e8c libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8e8ddec4 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8efb8d3a libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8f4d6760 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa332db8b libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xab073812 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb4903eb0 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc63a138a libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc90a0405 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xcd6c6ec3 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xce2c1660 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd1baa866 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xea772a84 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0052b731 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x02dbb25c il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x043862e1 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x06534ab9 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x08ce2bed il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0e6c110c il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x162669fd il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1725f486 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x18498f95 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1b1c3530 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1b291792 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1b3b9cd3 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1df235dc il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x211c898f il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x224200ea il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x236ae89a il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x262291e7 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x28a94ba9 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2996fc9c il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2aad213c il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2af45b82 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2ca1efd6 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2fb17a04 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x315b486e il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x31cd7dd7 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x322f6342 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x36ef6e12 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4183ba41 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x458f7adb il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x45efe62f il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4897e464 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4ad2f64c il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4ef0f9cf _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x501e8dda il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x51dbda46 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x53e4d094 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x572ef484 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x578fb7d7 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x59c126b1 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5cff2d4d il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5d02b652 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5e79e7af il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x67375cf6 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6a66e5cf il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6d1445be il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6f33cfe9 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6feb80c5 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x71ca72a1 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x71cf361c il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7250e382 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x73dfcfa1 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x76689df5 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7a7afdcc il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7e0b51b0 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7ede62ec il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x80047504 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x829f1ddd il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8348df20 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x89927616 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8c766ccf il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8f6fb9d2 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9020606d il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x90512ac9 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x905ba803 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9221c8f7 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9695f87e il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9875e742 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x98ebbd22 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9aa5a6ff il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa1ab1c10 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa385b965 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa50577b1 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaa31de29 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb41cd722 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb6725889 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb9a3d6d4 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbbc7ec9c il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbdd40a35 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbdf38860 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbec6a1d3 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc04545cf il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc179f026 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc62a4ef5 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd2041825 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xddfc69f9 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xde009b1f il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xde2d2ac5 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf59c833 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe3bd0744 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe992f177 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf1161a1f il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf1bf1f01 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf283b5ef il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf5b975fd il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf79608b2 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfb7cea11 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfd39ebcd il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfe9f8b08 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08ee1e7d __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0d9eb5ff __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0e7bc05f __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x201337b4 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x249e4b06 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x36dcef55 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x4919d1a5 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x67381a2a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x79e9bf26 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7edec07d __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8bfcc307 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x9a12c9c5 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xc0827b2f __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda36f3a4 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x04d36dcc orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x088ba62a orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x08ea66b5 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1a77d0a0 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x243324ad orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x2dcfd405 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x30c1535a free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x42074441 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x481aa754 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5ace6503 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5dea5bf1 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x6939d9c6 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x919e15ce orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9c7c7ed5 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc1c257b2 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc4e168ec orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xdc0f6197 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0x73508db4 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x02da22d7 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x05ee5c6d _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0d56de37 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0f7d405a rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x12afd4e3 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x14d671f6 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x24d21111 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2829434b rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2afba6da rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3a6cedc8 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x400777c6 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x41789dad rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4567e671 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x58850575 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5f4272f7 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x664a5883 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x75777f57 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x796468bd rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x84e434c0 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x91af9ea5 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x91e89af9 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x94aceac6 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x950d0805 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb8945f04 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbc660c8e rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc0a8da50 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc0b938c4 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc1b9f016 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc86d847e _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc8e5b946 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc93e7c08 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd140b4f5 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd7b7972d rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdda30b53 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xded5646d rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xed3cde76 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xef323e05 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf5fe2d00 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfb261c68 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfb4b5ff4 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfc89e0c5 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x1506bca0 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x33ebedae rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x375d0f07 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xc52e6fc9 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x35ac3393 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x65fa136f rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x8b10be33 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xd6c3f8f1 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x093538d4 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1a7d4688 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x38c7422a rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3c0fc116 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3c1a6a48 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x40e5260b rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4c7274c6 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x52cf8b4b rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x71a52e10 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7339817a rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x99fa8709 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb460eb51 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb9ddcc19 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc2d7ae0a rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd1a43508 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xda55f229 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xde160ba9 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdef6568c rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe09d5ec3 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe37dad8d rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe8118494 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xfab02aae rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xfc3de7bc rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x821c9706 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xbdc01210 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xd5147edb wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf55b378d wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/microread/microread 0x8d615cfa microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xfb6096e9 microread_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x01057c0c pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x981325e7 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xc46a4c9a st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xee6bac8f st21nfca_hci_remove +EXPORT_SYMBOL drivers/parport/parport 0x18ea010c parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x1c5701ca parport_release +EXPORT_SYMBOL drivers/parport/parport 0x236a2e6e parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x2d8533c9 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x37134a51 parport_read +EXPORT_SYMBOL drivers/parport/parport 0x3aca844f parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x493db1b5 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x618159d7 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x65c2605c parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x6ae876d0 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x79fa196e parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x7b491535 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x811cc33b parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x8677270b parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x8ee72335 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x9bdd3cbd parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xa1dc9ed7 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xa74fa35c parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xad2493ef parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0xc9421bfc parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xcc297422 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xce9a7879 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xddb36803 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xdecc7de9 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xe4914e4e parport_claim +EXPORT_SYMBOL drivers/parport/parport 0xe76a1fd8 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xeb583cfd parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xf38536b9 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xfd9d1bb9 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xfef7456f parport_put_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xd24b10e0 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xe0dab65b parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2b4d1c49 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2c5e13f4 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x49794ca4 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4e785306 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4efd09ed pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5d2c04b8 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6c3e394e pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x76e23c2d pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7ac4f6e7 __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7d40ff9e pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa1f18047 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa3cf3ebc pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb5d3daec pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc6a4164e pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc778323e pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd1f0b5b0 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xdc527257 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe64b348c pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfc519a9d pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x07f3a814 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1e0022d7 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1fea0983 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x24f542b0 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x31548d73 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6b33c18c pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6fa3adff pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x70c1e8cd pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9c7197f4 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xce2e9545 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf432d0c4 pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x03d042f9 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xca0240b3 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pps/pps_core 0x3f43cdb1 pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0x780f5c16 pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0xe94f2c19 pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0xf2adbdcf pps_lookup_dev +EXPORT_SYMBOL drivers/ptp/ptp 0x80882ada ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0x8b41eaaf ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0x90d2399f ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0xe5a932ed ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0xe62fd7ce ptp_clock_unregister +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x05368e62 rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x054377f8 rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x5ec7bb16 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x67c9eaa8 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x73fc976d rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x8c8d5bc0 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa586b07d rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xbee379b8 rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xfe318dab rproc_put +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x070043a1 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1a33651d fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x32bd3ddd fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4e15b34d fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x62a064f5 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x860c50be fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x879c144c fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8f1a7277 fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8fa58c94 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x95ba9f94 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc92b85fc fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfb092258 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x08fb10f6 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0dc24557 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0e02b1e0 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1711f221 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x21bf15b4 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x249ae717 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x27256d75 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x294c0b6e fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3864799f fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3a36e1e9 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x437ce89e fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4bf9f23d fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5800ae67 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x580f8936 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5c5c5966 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61aad569 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6534c971 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x66785db5 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7214bda2 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x752a2023 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x87820bcb fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8a0afb3f fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8bf93f72 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x910f90f9 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9774bbc3 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9e7a25eb fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa200b8bd fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xad968b1c fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaf4a5fcc fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb109afc2 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb528535d fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb5779d98 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xba5f0fc1 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xba6622b7 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbcf1612e fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbe9a5c61 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc385c2f8 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc3d5f439 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc4c86f97 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc4cf0e65 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc60656ac fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcfc6e9af fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcfdadcaf fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd06dadc5 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd1014754 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd58e01e6 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdaf86110 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe438e72e fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe51fbd30 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5889d5f fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe8b5c784 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xeba54197 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x0aa33cf6 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x310559aa sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x412c055f sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8ca5958b sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2d350ff4 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0059c959 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0a4855a4 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0ed8dbc9 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x21229466 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x22664292 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x247d0d53 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2a7b54f8 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x319f3507 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x32177112 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x337f82e0 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3f0ebd83 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4c7acc11 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5763f1d1 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7222681c osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x73e0a4de osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7efb3599 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x870ef8d2 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8c2d1233 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa0efdc67 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa247366e osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa6faac09 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb3835c64 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb426d2e7 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb66ea11b osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc589fe35 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcfa3f762 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd19f1660 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd4455548 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd5806c45 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdbd96570 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdbec8451 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe11e9d59 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe559adc6 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xec09be95 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf9d7d14a osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xfa424067 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/osd 0x2bf8dc02 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x666081d6 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0x8c9daf7c osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0x9e8f40dc osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xb0dacef6 osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xd28721cd osduld_device_info +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0ffc76ae qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1535da91 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x34f46e16 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x558f1ace qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8c0f00a2 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x98ade751 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xabf8345a qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb9ee35ff qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xca796f42 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf2b36b43 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf9397d16 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x0d03ce21 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x56894b2a qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x5b8895fb qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x62d60a6b qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x9c63d3b4 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xd4edee38 qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0xb152715d raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xc5f432c4 raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xcaeaeb9c raid_component_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0e4d47c1 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x232dce4d fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x36aa9635 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x463adb3b fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x58d09433 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x593ff18e fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5c30849b fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5fdcad8d fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb5be1c19 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcec61008 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd2f179ec scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdf4385a0 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xec6ac852 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0308243c sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0ab72c76 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1957173b sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1d97cd5e sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1e8af863 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1e8bf595 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1ea1a832 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x20258c70 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x227feb5c sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x23372087 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x29b4731d sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x33a12358 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3d664257 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x444f4cef sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4877a455 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4f276ea3 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5a196623 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5b6d765f sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x60ed65fe sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6d4cc377 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9b56b34d sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa313b5b2 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa9d98511 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb58d7243 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc17e2b6e sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcc3cfa29 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcfa49ea4 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd96aedaa sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x268a55f3 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3449f5b3 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x39c4ea38 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x7713c597 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xab01251a spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x1ebd9d39 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x6f853edf srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xbd79a9ab srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xe33dac8a srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x2075e782 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x674ac502 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x71da0e16 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/ssb/ssb 0x113b42f2 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x18b17143 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x2dc19429 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x3acec017 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x42a1f1b1 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x57bf4c13 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x6b6cef1b ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x73123bf1 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x7be1126d ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x8f10d39b ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x91a317aa ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x977a41e6 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x9df1f824 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xa497cb5a ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc91db8b6 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd8ce8235 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xe8d85524 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xee058ca7 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xeece98ab ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xf1313aaa ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xfb2c0c7c ssb_set_devtypedata +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xb2a8e59d fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xe7e0433e fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xff5c9789 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x75a02cb9 ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xa6200b9b ade7854_remove +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x06528d8f the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x17299a8e lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x294ebfc6 lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3558e584 lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4bb00492 lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4f9cb871 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x55235680 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5ca607b1 lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6541b518 lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7047e90b lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x86186c94 lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x901b0ac2 lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xc31dff07 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xd3e14a9d lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe0f3808a lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe346582e lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe9c76371 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xee6723ef lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf2a9a6cb lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x03b81cad seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x181f170c seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1f60a2f3 seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x2c711860 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x2fb9f401 seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x59837254 client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x989a2176 client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x050b7ea7 fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x160a3f41 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x63942b42 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x973bdd6e fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x9d86006c fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xc34b9fda fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xf937615c fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04df4cde cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06401e01 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08917712 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0d1b8a30 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e4820ab cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x117c8a95 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x123b6908 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12c54b77 cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x15565c7f cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x18c503cd cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d41c4c0 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1e8cdb47 cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x23f6f445 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x277e62bd cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x294b479f libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x29aafd0c cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2a641ef9 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2efcc0e6 cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2fb7eae8 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3834f243 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x38828b92 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3a62a183 cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3e5e7727 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3f0d9281 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4087e2b4 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x413056d8 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x42e22feb cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44688a0a cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x468bace1 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x472bd26c libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b982291 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4d89e988 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x52e9cfc1 cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53b383e4 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5b20921a cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ce62c0e cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ef371c5 libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62f56738 upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x63b4967a cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x68497dbf cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c4cadc8 cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c605eaa cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7190502f upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72f4e5f9 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72fa93a4 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x75161168 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x752858fb cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7562cd14 cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x771695b1 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x785b7372 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7a47b94d cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7c73bc4b cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d93cded cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fe79225 libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x82f02184 libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x841679dd upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x87f3bb87 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c6be9ab cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8e61d47b cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x949221dc cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9fe832f9 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa1cbf250 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa711aec5 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xaaf59b75 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xab34112a libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xab9bb244 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb00dfd91 cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb53b5569 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb5730b9d libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb64436b6 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb883b006 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbab577e8 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbada117b cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1708189 cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1b20836 cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc77a24c3 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc9b78bb4 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf678304 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0aa642a cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0d8d08a cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd2965f33 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd46225d8 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd48d8f72 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7bbf963 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7c4f765 add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd8097f2e libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe94553b9 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeccafa5c cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeed48ba7 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xefbf6d86 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf1e4ec17 cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf2c02048 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf372d1c2 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf5e4a175 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfacb8667 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfd904d47 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x2dfa9840 ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xa7f33b41 ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcbdd819c ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xd1f7714a ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x0f4af6df lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x1d7e8bfc lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x27095531 lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x56fb2a8f lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x9804b6dc lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xa288d560 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x02aa8ab0 fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x1bcebcfc fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x24e1671d lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3bcbdc4b lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x4736bb63 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x4d8d6dfa lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x4e6c1677 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x6111881f fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x6ed12289 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x8553b369 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xe5c10299 push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xfbf5e35a fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x000c353b lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x006639f9 cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01ad3a59 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01e4058b lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0204b7df lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0254f84a cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x027c5f6b lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0505d7d7 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05af1920 dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05f84e88 LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05fa8064 cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06222d24 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0675dc97 class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06cd855b cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x072e0407 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0782324a cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07fd385a local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0836daca lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0934f242 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x098dd60b class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09f979c4 lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a37f8a9 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ccc4db6 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cecb8bd capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cf99bff dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e62c7cc cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0eed145f obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f5d7fe4 class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10e5dec6 lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11093e85 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x117f74a8 cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1272df97 llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12a902fe lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13b27c04 cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17e4c295 class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1809996d llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a148a90 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b20508a lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1bb4c1cb cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c90c691 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e18d9f6 dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2037644a lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x209a451e cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x211e36b3 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21307495 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x22d04738 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x22e07925 cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23caa254 cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x244c6f5d cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x24a8f039 lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x24def6ea md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x259ebac6 obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x267c913f cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26ded1ea cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2724a955 llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27b18083 dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x28622e14 llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a3b5119 dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ad6f318 cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b4c48e9 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b861e00 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bb096d6 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c546a96 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c85022b lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d06071a dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d10ba31 cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ed03f6d cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30a4f8d6 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30c4ef5a lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x320643ee cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3240ea24 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32cde0a7 cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34145c2c cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34d18852 cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34d91260 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35ac37d4 llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35b63b75 dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3622aadd cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3670fb26 cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36bb75e8 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37b316a4 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38078574 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x387448aa local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3962b3ce lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39b1df3e obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39c8580f class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a005065 dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a7efcc9 obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3aa337f0 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ab133bc cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b001edf lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b4a2243 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ba0ce55 llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c1aed34 lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d2c0f83 cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d6b6a0d cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3da2aa39 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3db055de cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e4c1276 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40112d49 capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x404bd7a7 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40c74d17 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x410944ec llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x414a1d9c cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4286d95b cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4295084d class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42fa1e65 cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4444087a dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4458c4d2 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x445c1417 local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45746faa cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x461a4c4e llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46361ff5 lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4656b775 lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x481663c4 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4893d80f class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4995dfcb cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a29223 lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a669428 cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4aa6dfa1 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b309249 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ba53b55 cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bd61954 llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bf356ca lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4cdb2f18 cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4dc8aed7 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4dcb8a13 cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4de36f3c lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e4e5a4a cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e65d13a cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e7d0136 llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4edbf7f8 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f47fac2 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fba4346 dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x509282bb cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50936cb8 llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5260802d lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5412b734 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x551c1700 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57b81f6e cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5818ea64 lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58ba550b cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5953bbeb cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x596d0c18 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b971f14 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bfdb1ba class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c4e5014 class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d1283e8 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5daa84ea cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5db5e445 cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5dbc578d cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e0b15fd lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e5894f0 local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e5e3650 cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e93341f lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ef96d1b cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f384628 cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fd9a306 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6013544b cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x601a9248 lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60452adb cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x605d51e6 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x606a8ef7 lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6106d9c8 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6129991e lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x615d78e1 cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x616df586 class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6229a2a9 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x624ffe24 lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x627d8598 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63099bb1 cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x635b81a6 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64702323 cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x648a7f66 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64e97c5a lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65e602d5 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x66b4a022 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x66e02991 lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x66e556c1 llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x66fb4133 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a2629b lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67e63de4 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6818c4f4 cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6938b362 lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6965edff class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69e3bf4d class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a09e258 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a9362a8 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6aa83ea0 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b35b475 class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bb6d421 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c4dc78c cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6cc1d9ba cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d47238a cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6dd4138e cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e1d306e lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e65e310 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f304fbf lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f3e6225 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f6c1517 obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fae378e lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70c9d601 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70f7bae7 cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7256092f lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72c6ad02 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x737d285c dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7519f618 lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x760eeca1 cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77072afa cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77697775 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d63d9b cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77fdb184 lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x798924b9 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a7cc293 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bbf9cc4 class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bc12d2a lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c0316a2 llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c8dc1b7 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c9f7cba cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d007604 cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d485c8b dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e15359a obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e3aae23 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ea206d8 cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f891065 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x805b075b lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x809e715b lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81104807 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82136872 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x822e72d3 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8410dffd cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84a506b1 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84eef929 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8543f9b1 dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85968cc5 lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x864e5c51 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x867be51a cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87084c92 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88b87068 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88dbe54a lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x891054f1 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8917536e class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89cd6c03 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89eacdc0 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa4a77e cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ac90775 cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8afb3584 cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b0a9038 lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c883a99 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d658ed0 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e3d6a48 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e7132af lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ff35161 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x902b48a9 class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9140f691 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9233cf4f class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93619d27 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93859814 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93ba07f9 cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93c0a2d1 lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x948f22ff lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94ddb762 class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9505c895 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9547f3d5 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96c840ce cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97641cfa lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9801c526 obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x98eb60ec cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x99680faf llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a720d53 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9bbf2867 cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c4f374b cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d3f051b capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d990e16 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e4d0bc9 llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa05bc2ba cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0a1c421 class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa384ef8e cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3ab9362 class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa48c4a30 lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5ab1a39 cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5b261a5 cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5d659ae lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7e1bb7f dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8a55217 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8f3a05d dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaaa2da2f lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab519804 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabb4701d lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabc8a6bb lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac20d98d lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac318f91 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac920fdc cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacb33c16 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaccaaaa6 cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacf17c2c cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae006c41 cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae9823ed cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaeb3f48e lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaeb78dd5 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf061d3c dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xafb65e97 class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaff582fb cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0519e01 cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1e5af75 lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb224ea9a cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb44e315b lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb62f0de9 cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb67efa88 lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ad25e6 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb99a1202 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb9fa8afa cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba04047e lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbad7f905 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb671bb3 lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc759528 cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbcdbb618 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd0e446c cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd63beee cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbde2e660 cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbef2e8ed lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf387a28 lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf6e4aac cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0954007 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0a6f473 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0c1f220 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0e8cea6 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1f122e1 dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc28eb778 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2c60b2f cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc32552c1 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3774a51 llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3a482fe cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc40b9eb4 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4beb7c8 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5339fe0 cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6393a21 cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6741ba0 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8f4c808 dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc92f4848 llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc98c7ab8 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9b3c667 dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb825ea3 cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb86b3a7 lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcba41ded cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcca4a434 class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcce4b031 llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd0ddc8e dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd8a604e lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce02cb2c cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce4eb81d lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce529c5a lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf0bc588 llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf871593 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd031e70d cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0a1013e llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0b6995d lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0f9bb94 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd15107d7 lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1c6a842 cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd2a0d1fc llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd34f4526 cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3e7abdb lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd40b89e7 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd4893bda cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd496cd2e lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd4bd72bb llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd626e8f8 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd63b3f46 local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd65ade12 lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd6694533 lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd6eaf980 cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd75ff1ee dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd76f2a15 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd93ced9b class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd945a35a capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9c8d24f cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda0f2e30 lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda154c82 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdaa242bd class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdaf7346d cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb01ae6f dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdba6eeec cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc5503f llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcfd340a lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdda3d949 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xddfe0c42 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf7ffef9 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdfec985d lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe1ba51a9 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2a7caa6 local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe46061e6 cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe54bdabf llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe569fd50 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5f457e4 lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5f799ff class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6c1af0a cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6de53a8 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7abce84 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7bc6605 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8bc1a03 llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8dedcaa lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9085b55 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe910fc63 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea400931 llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea4235c7 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeacec47c lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xebf5aa0c cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec76847f lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed85d408 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeedef71f lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefcd6775 cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0555028 class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf12d9500 class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2143730 cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2505f11 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf251f5fb lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2867edb lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3be2a5a lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3deffac cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf408a173 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf4ad7319 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5091574 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5773720 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf692bdc7 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf768a7e1 lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf76f59f1 lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7c60cf0 llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf836c4c7 cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9b73499 cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa909940 lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfada1d43 lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc1d88bb cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc51debd lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfccf5a68 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfce55584 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8f5cf4 lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe16597e lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01e95337 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x028cf9bc ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x029c3a73 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x039ff7ce lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03d2d9c7 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x052efd43 req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071dad31 ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09a6b188 ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09cd726e ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a20d7a9 ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac54708 lustre_errno_hton +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b19c59d ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0d17b942 ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0d4c68b5 ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0d5348ef ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0d5b71e7 do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0d5c96b5 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0dc7f4b1 lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0f3cef2f ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0f5a4655 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0f74d9f0 ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10b42328 ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1107bc4e ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1140ee40 ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x144770f9 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17dd95ce ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ac370c8 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1b68cfb3 ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x203b475d ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x212b0124 lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25797962 ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25990fdd client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x267f6957 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x27fe7d0c req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x287fae8f ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x293da4f9 sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a159da8 ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2b42596f ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c51c25c req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f675667 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x305c06fe ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3085a27e ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31f98215 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x34582b74 ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x34eb9d76 ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x36f4ce53 ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3876a64c ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a526b55 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ba0d5f5 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d3c668c ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f1db699 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f648183 ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x412d8b81 ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x42a60f13 ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x42dd6842 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43b08c1a req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d746f8 ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43e06525 ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45650f35 req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x46061fb2 ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4676df94 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x473cd3b3 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48979cd9 req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48f92891 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x49bfe5f0 ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a407513 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c157c85 req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4cf7c962 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d1ddbd4 client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e3ea488 sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f55d166 target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4fe332a8 sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53304b99 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x540cc0b8 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x550b9e7f ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x55de1c32 __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5912cef5 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59371e12 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59a7b91a ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b33c559 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b802392 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b820995 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b9de47e lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c56ec74 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5cd42f53 ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f59280a ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fb2982d ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604907fe ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61a48b56 ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x63f356a7 ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64310a0d ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x657b00b7 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x66aaa0bc ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x683243bf ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6af34a0b lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6cc09392 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e8a5610 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fbe1fb3 ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7038e472 sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x70b3180a ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x70e6a343 ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x70ee60cb ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x72c84d78 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73e4e5c9 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75e86d70 sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bbc755 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78f8f7e5 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x792ddb7e ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a36fa48 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1560a0 sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d15e269 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7efd22fb lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f905949 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7fbedf2e ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8127b525 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x813fdf2c ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x823e31fd ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x82487d0b sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826c7009 sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x82f0c687 req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x83905124 ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x860bc229 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8659b077 ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88a7283b ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a102dc9 ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a4345b1 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8bd088ee ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d1d73f1 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ed1b9c5 ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x90c82c18 sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x932329c5 req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x942afe64 ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95242a33 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95392399 ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95662b5f ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d696f3 sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x961db02e ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x966325e9 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9739a965 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x976fdf9b sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9902a12c ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a45695c ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b707aae req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9c26185f _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9c9ccfcd req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ce6bd9c sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9cfbd184 client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d2e8fbe ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9db3efa7 client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fe7ac10 lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa0d37e5f ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa1783333 ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa1ffcc37 ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa226aa69 ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a29c77 ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6021ca0 sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa66888dd ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa867c124 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9ecb6d1 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xabc77566 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xadde53e9 req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaead2c49 ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xafc64266 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xafd11dfc sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb02c18de ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7cebd55 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbb8180bb ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd622721 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbdee420a ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe44be55 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf9c583f ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbfc8b220 ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2d48f65 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc3a7f164 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc6166070 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc766d806 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc78a5464 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7c4e964 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ffec9f client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc981f365 ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb16107d ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xccd1e1ae ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcdc7ee25 req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcddb18ae ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce8d9e3f __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce9f60b3 sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcea704a4 ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd12c35be ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd1fc7001 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd213a289 lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd31ba35a ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd38b75c9 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd4a07adb ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd65ed3a6 ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7662233 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7f24bbe ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7fc52ec ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd96134ee __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9dbcff4 client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9f58fe3 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda606966 ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdaaca149 sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdad03aef req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdca0495b ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd3af0e0 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdea3d923 ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xded565f8 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf42577b sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe2ec9fc3 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe3d366a7 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e8169b lustre_errno_ntoh +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe73b4ffe ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7ea5a22 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe8999c08 ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xea462333 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xea8ad99e target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeb528265 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeb8978dd req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeb9a3fde ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeda0d93c ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedce98f8 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xee9015e1 ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf2753a03 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d5a84e req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf4347605 lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf77c72f4 ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb3bd469 sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb444a98 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb6fde87 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfbda7b1d req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc04acd2 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc67d13f lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfcdca556 ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd57b88c ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfed49677 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff2b5341 ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0xcaf30520 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x1301dd60 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x2d122cb5 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x49294c8b go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x60bb7563 go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x86ea3227 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xbca4a9ed go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xbf81f19f go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xe1aae951 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xfaa1c6ca go7007_update_board +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0x60d8a858 rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x12cb0ed9 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1debe527 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1e66be03 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x24fafa8d RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3616cbda rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x365f3c02 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3a668d05 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3c958011 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x40c7b2ac rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x48db2521 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x48f707a3 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4afac436 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e53d223 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x577544d0 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5cd4ad1e rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x62ba3199 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x63e728c4 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6c7a269e rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x72f60c03 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x77bd86fc rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7875cb59 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8a12142a rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8e64a66d HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x932548f4 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9b82be70 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9e5b1770 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9f634040 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa3df54aa rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa8a9c1e9 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaa2249bb rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xade3e99e rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xafbba7a5 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb40665e1 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb41320b9 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb65e8a9b rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb9ff3d45 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbea50dfd rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc19c01ad rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc490f7e2 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc5b4f154 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcb6bd776 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd1c4db6d rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd249df1d rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xde74ebc6 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe3852a1c rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe865c34b rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeff3b7a3 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf3df7cc9 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf54eed0a rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfb72503e rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0d58cc49 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x25356b6e stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x259d6756 stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2c67c303 stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4021d4ec stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x405b494f stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5a83feee stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5fcd3c54 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x612a3418 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x64b4fe97 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6855f99c rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6f05600b efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x700a6d22 stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x70226d56 stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7bd59737 stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7f2b20ee stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x85078bae stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x88435707 stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8a345568 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8b5eb435 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc923adf2 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xcf615379 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd7aaba2c stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf05e05da stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf3320687 rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfe315143 stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0a8c3f17 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x12898de2 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x17dbc4a0 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1c271e1f ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2897062e Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x35a4553f ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x36ed332a ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3ac0efaa ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbb989d ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x431ef56e ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4643a9e8 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4c84dec5 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x551e0f34 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x560642bb ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5d05e79c ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5d0c0b11 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x63dc9153 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x676ebafd SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c32c8b5 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6d29fdd3 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6fee07ac ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7288c54b Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x789bea41 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7c0d3b20 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ecf8eca ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x83c83c82 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x88df6e7c ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8a467363 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8a617cd2 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9576f7d2 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9d97954f ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa4209efa ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa4873b82 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa69fb1ad ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa81eed4d ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xac1ea7f4 DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb54916fa ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc10aa727 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc2a81de7 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc44b57db ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc9299d03 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcd146f23 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcdb60a9c ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcec77efb ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcffeb719 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd404174a ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdb8f85c8 ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdea0a489 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe4c4b446 ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe5c0e1b5 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe7e2c283 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xea055b52 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeb2cc3d9 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeb7fffa4 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf4aae5f8 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf5fee291 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x265a7ece xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x5de8f996 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x95c99371 xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x9a2633d1 xillybus_do_cleanup +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0223ea7e iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x08c22ffb iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1751ea04 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2385f6ed iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2834430e iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x315cdb76 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x333b86f7 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x362f7884 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3ad572fa iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4b21df46 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4f301864 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x538f0eff iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x65ede081 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6f05cafd iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6f50f377 iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9410554d iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x96fd202a iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb03f4926 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb3d394c4 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb54f780a iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb61270d7 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbaf8c630 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbd92797c iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbed54a72 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd0202a32 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd58cb8a2 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe7ecdc2a iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf5f28bd1 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0145b2d9 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x01b4c45d core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x02cabb47 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x108fd9a0 iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x10ea36db transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x151551ae target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x19dbd0d3 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1b871918 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x225a84fe transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x22b25e27 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x23172037 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x2c9136b9 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2d549b75 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x30fe4c77 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x31db7b66 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3763957a target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e4ea15a transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x3faeb1d0 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x40678847 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x40d80fa7 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x46619165 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4aeb0d1a transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4fbe3924 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x55dc798c transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x584651f3 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x5ce71ad2 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0x5df6c02a core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x61a43ec6 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x67b7bc22 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ab34ad5 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x73f317b2 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x745d1c06 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x779df115 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x78379706 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7d833ea7 sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x7df4d2ee target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x850bc852 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x853b52bb core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x8588857c transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x8fce0a01 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x96abaca5 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x982bede3 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xa1918a8b transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa1ae463c target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xa51627c9 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xabe1d838 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xaecc4ef2 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xb0ba6716 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xbced0ddb transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xc2b3a17d sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xc3281d72 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xc38f1fa8 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xc855116c spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xcaa0c193 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xd050eb0c transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xd47055b5 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xda183f78 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xdd1ff60f target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe219ad1b target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xe22ed893 sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0xe51367cc target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe522eaf0 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7bcfa4a target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xe8debfd5 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe9b0923f spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xeec90ed9 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xef7c2a35 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf477e290 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xf4b93dcb sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xf51318b8 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0xf81faf8b transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb73a3e4 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xfeb47616 spc_emulate_report_luns +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xcae08107 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xe58125ce usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x5ec6e0ba sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x18fd58a5 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x26e7a681 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x47330bea usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x59b0cae1 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x6f2393a8 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x95797d45 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xacfac2db usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xcb43d62d usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xcce4efc5 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xda48bd72 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe58e7f26 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf3e6efed usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xa80a4892 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xf68555a3 usb_serial_suspend +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_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 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd11d2709 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xfc7dcad2 vringh_getdesc_user +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x234763e0 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x48ff87fc devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x67cd3dbe lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xd77e15cd lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x78c8b5f6 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x91aabdf1 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9a161cf6 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xaa29f45a svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb8258972 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc6481166 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xff1e3023 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x8a2d86a6 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x50c635ce matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x5a9e3d2c g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xeccc9abc matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x19164f43 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x50e3e18e matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x69747207 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x6a706158 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x21d11989 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xde5ab853 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb11df1df matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xcf581a35 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xe0746184 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xe47b0fc0 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x5de197ef matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xb0fe5af6 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x18a5ce2e matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x22c9a018 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x46942816 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xaf0e4092 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf32ce089 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x216551da mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virt/fsl_hypervisor 0x45fd1882 fsl_hv_failover_unregister +EXPORT_SYMBOL drivers/virt/fsl_hypervisor 0x77c9b191 fsl_hv_failover_register +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x2152dbb4 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xae858dbd w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xb2422910 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xe7ca0186 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x822444d9 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xcfd83973 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x023a355a w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xbb674380 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x467de6f8 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x4de1a89c w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x869a3d3d w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xb2a73315 w1_add_master_device +EXPORT_SYMBOL fs/configfs/configfs 0x1cb45ee1 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x2c8032c9 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x32235b38 configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0x6bda2c73 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x6cb938a7 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x70711712 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x9dae392e configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0xa4316914 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xb77ecf6d configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xd3bb4969 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0xdd2a9625 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xf6e3c6b2 config_item_get +EXPORT_SYMBOL fs/exofs/libore 0x0e5178bc ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x0eb0eea2 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x1c1dd63e ore_read +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x2b78a664 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x3418b5d8 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0x3480ab91 ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x56bb663a ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x71d54a00 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xc15ff576 ore_write +EXPORT_SYMBOL fs/exofs/libore 0xc6a69b42 ore_create +EXPORT_SYMBOL fs/fscache/fscache 0x08f74061 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x12693add __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x172ed626 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x17df752b fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0x20f6ca7e __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x26f9cba7 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x2b6184cb fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x3942dc2f __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x3df5a6e2 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x4fc128ac __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x51d11c8b fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x5847a352 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x5a45d2bc __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x5f88493d __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x7223c42f fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x72453d95 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x74358548 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x81ecd38e __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x8270328a __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x849a9e21 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x91968c02 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x91f84ecb fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0x9a9be5de fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0xa6de6e53 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0xae1dbdf8 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xb00fbc40 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xb4fd719e __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xb712d20e fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xd54f8b7f fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0xd555579e __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xd74f4d97 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xe2fd02ae fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0xe4e5fb08 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0xe9ddcf87 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0xf668e669 __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0xfedf0d20 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xffa3e0e5 fscache_enqueue_operation +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x057a4860 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x67ca392d qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x8d2c6adb qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x9d3fc715 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xb67bc2e6 qtree_write_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0x66213969 crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0c0e4128 lc_find +EXPORT_SYMBOL lib/lru_cache 0x10cddd5b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x12a25b0d lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x3217cd0f lc_get +EXPORT_SYMBOL lib/lru_cache 0x425b736a lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x4723f779 lc_set +EXPORT_SYMBOL lib/lru_cache 0x67c2f0b3 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x71a10a92 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x74eae88b lc_del +EXPORT_SYMBOL lib/lru_cache 0x88fb317b lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x8b49693f lc_reset +EXPORT_SYMBOL lib/lru_cache 0xb6622dbc lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xc54fea53 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xc801004f lc_destroy +EXPORT_SYMBOL lib/lru_cache 0xd4e64b62 lc_put +EXPORT_SYMBOL lib/lru_cache 0xe5a59b93 lc_create +EXPORT_SYMBOL lib/lru_cache 0xe637e2ef lc_committed +EXPORT_SYMBOL lib/lz4/lz4_compress 0xcbc5d521 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x26c3aa22 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0x7456cc61 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x9d45e23b register_8022_client +EXPORT_SYMBOL net/802/p8022 0xf36f17dd unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x8a647cc3 make_8023_client +EXPORT_SYMBOL net/802/p8023 0xa27a977c destroy_8023_client +EXPORT_SYMBOL net/802/psnap 0x5e256a70 unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0xf8e5dd82 register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x03eee8a8 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x04173646 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x041aacb5 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x052fac6b p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x0a7b2eb3 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x0d6404c0 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x0d905f12 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x0f630f6f p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x169a9f5a v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x1ad2d32e p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1cfe1e76 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x1f900814 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1f9f5020 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x400aad5b p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x4136b433 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x58a1715f p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x628f84d8 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x6294bcea p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x67c09cdf p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x6feb6516 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x70665160 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x72866802 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x7573cc1c p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0xa29faeb7 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa828aef5 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xb02d6513 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xba9a6090 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xbab68bd8 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xbe7740e5 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xbf14b079 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xbf1c3214 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xc075e0a2 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc6d88df2 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xd7a02100 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xdc1cdd3a p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xdd2c3f89 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xdfae9fcd p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xe14e44f4 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe63f74a9 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xf35be8cc p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xf88186d0 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xf8849886 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x2332e89f atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x6c30b080 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x90b2f731 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xe6d238ea alloc_ltalkdev +EXPORT_SYMBOL net/atm/atm 0x148c7714 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x632ac4a0 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x71e80865 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x751f3ac2 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x8fe9bea1 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x97667ed9 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x9b4ba62a atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x9bfe6e1d atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa2c6712c vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xc382e416 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xc5dcc206 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xca87b453 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xd0606552 atm_charge +EXPORT_SYMBOL net/atm/atm 0xe7870579 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x26d54c23 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x40ca867a ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x47211b74 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x54fc383e ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x6fb27d09 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x7332b649 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x814fa792 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x8bb5e047 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xbd026279 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/bluetooth/bluetooth 0x037f733a bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0499937b hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x093c2046 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0a561caa hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0b650124 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0c7e1c55 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x13e58979 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1e8758d1 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x34f3d9c2 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x397a0f8e hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x560258a4 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5ebeaffb hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5f2cea6c l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6380b040 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x65ef5b43 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6d203c36 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6ea1c73b hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6f3eb98f hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x71774e58 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7ff61c75 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x864f6121 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9321b823 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9419da6b l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x980e782a hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa85d93d5 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0xadaf0c61 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb186208d bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb8bd4ae5 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc1ef71a2 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc54c45f3 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcb03892c bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xce750739 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe664886c __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xec3ccea8 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf26fdefb hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfa7727bb bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfd1f8d04 bt_sock_register +EXPORT_SYMBOL net/bridge/bridge 0xc05c8bc2 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x01c7327b ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x5369840a ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xf9f76685 ebt_do_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 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x6f4945af caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xa55fe4e2 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xc64c54fd caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xd077843a caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0xefdba997 get_cfcnfg +EXPORT_SYMBOL net/can/can 0x371ab0c5 can_proto_register +EXPORT_SYMBOL net/can/can 0x42ab7dbb can_send +EXPORT_SYMBOL net/can/can 0x477e0d18 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x4e5fe94b can_ioctl +EXPORT_SYMBOL net/can/can 0x77e6091e can_proto_unregister +EXPORT_SYMBOL net/can/can 0x83507cc6 can_rx_register +EXPORT_SYMBOL net/ceph/libceph 0x038147b0 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0a1a26e9 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x0acef201 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x10b23f72 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x13a91fd2 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x169ecc38 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1db266ec osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0x1e0462bb ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x2023f20c osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x23c2f295 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x269f4c5d osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x294df62f ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x2a271c23 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x2e0e5790 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x2e724aa0 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x32c7cf41 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x32ebcf09 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x33e2475a ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x34d861f9 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3a8ea1ff ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3a9d2372 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x4008f61f osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x4293c3d3 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4324f310 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4e5ad097 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x4f71538f ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x5696aad8 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5b80c26a ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x5bba8889 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x5d266479 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x5f13edc9 ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x64c2b425 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x6510a9cb ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x675407fb ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x67dd2e2f ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6ca69b03 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6e1454e2 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x71ba8f32 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x76eaa92a ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7769ed36 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x7a8132d5 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x809cf126 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x84d55037 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x98980077 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9a7563ae ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0x9e409a37 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0x9fde32a3 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xa1786ef2 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0xa3f17967 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xa5c94c55 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa6f99317 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xa8c5d066 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xaa2da4f6 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xab6f42e6 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xac76578a ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xad482ffa ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xadd61cd8 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb4affffe ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0xb4b16456 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb70d25d9 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0xba7a7fbd ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xbb9b44ea __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xbce1881b ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xc2e2a200 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd2e4e6ea osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xd2ea3d4e ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xd4ce1b43 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xd8747575 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xdaaeadd7 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xdf656c9e ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe17c030b ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe55d9bcd ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xec97321d ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xf1c5ed1c osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xf9c463e9 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xfe6223f9 ceph_con_keepalive +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x550d9eb4 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x91de3d1e lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x00931126 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0b2c3407 wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x58e262ac ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6695d97f ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x75493330 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x872762b9 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9a7609e6 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa72aebdf wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb10824e8 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xbc2aabc9 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xc4474e79 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xc652b3af wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf2a8432b wpan_phy_for_each +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x05680fad ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x7df49fad arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xb0f39da9 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xff66b4f1 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x02a030a3 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x7f1c38a9 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xa41fce6c ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x3ea9f1d3 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0x4ae5ed53 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x73d06c15 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe3fbeee0 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x19b007bf ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x3c7f73f5 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xce2516d8 ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x73fba639 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xa5a2d12a xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x33054f6a xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x3cb0b2cf xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x26ce1bea ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x5090576b ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x5fbf95e7 ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xa329cc75 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xad88a239 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xe9cc947e ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xf704d3ae ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xfec83407 ircomm_open +EXPORT_SYMBOL net/irda/irda 0x0064e0ea hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x1e6cade0 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x200f84a4 irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x2ae2a761 irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x3053a6a2 async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x33b5f214 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x35750658 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x3e56064f hashbin_new +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x4afff464 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x4cedfa34 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x59547797 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x601bda46 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x6596e29f iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b5fbcef hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x6e0ab3c7 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x787cad7c irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x78842dfd irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x85d88217 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x8c7393ee iriap_close +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x95fd86f1 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x963b6596 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x98649522 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0xa1d41e58 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xa677193d alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0xa9ec7f80 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0xaa557515 irias_new_object +EXPORT_SYMBOL net/irda/irda 0xaa7a240e irlap_open +EXPORT_SYMBOL net/irda/irda 0xaef5d3dd irda_notify_init +EXPORT_SYMBOL net/irda/irda 0xb4dc364d irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xb9598db1 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc68e43be irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0xcead7dbb hashbin_find +EXPORT_SYMBOL net/irda/irda 0xd2108314 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xd995e766 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe3463529 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xe3bde43e irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xeae0bcd7 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf0a694a1 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xf29b9af5 iriap_open +EXPORT_SYMBOL net/irda/irda 0xf4992dae irlap_close +EXPORT_SYMBOL net/irda/irda 0xf5876b95 hashbin_remove_this +EXPORT_SYMBOL net/l2tp/l2tp_core 0x5dfcb267 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x0881005e lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x44bba147 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x955787f1 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x956db969 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xc0728080 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xcfaa15e2 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xf18b3b68 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xf26cfb42 lapb_data_request +EXPORT_SYMBOL net/llc/llc 0x359f13ed llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x4174b653 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x41f1ddd4 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x455a9406 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x4cf68363 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0xb618ca55 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xfcb78490 llc_mac_hdr_init +EXPORT_SYMBOL net/mac80211/mac80211 0x001f9c60 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x0163fab4 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x05d1a6ac ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x0ba8fb89 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x0bfd6870 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x0cd61ac4 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x12734414 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x1c88d502 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x1d2ac96b ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x1f12f4e5 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x222dcaf9 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x24634072 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2798cf6b ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x2832a0d1 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x29125a28 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x297e6c8e ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x2f5203b0 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x3082e9e3 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x38459051 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x3cabf61a ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x3d231920 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x3dfd2028 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x47f05383 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x4965f496 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4f782926 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x517f7d40 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5dadbbe6 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x61266377 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x64c4dbe3 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x6746a550 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x707cc70f ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x73498aee __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x86dfb2d6 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x876ac164 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x898a5ba8 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x8de31177 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x8f805cc9 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x93d6cc3b ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x9466fa7c ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x9dcf98e2 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x9e3f7289 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xa80cc013 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xb308a50a ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xb96b1c57 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xc03ee974 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xc2ec5eb9 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xc378e03e ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0xc79d7e4c ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xc8772c24 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xc8f3706b ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xcb820948 ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd0dbd7e3 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xd942d3c6 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xda20af8e __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xddde5a7f ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe1d96976 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xe2cfbfbb ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xe5d3c3e9 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xea63db97 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xefbc4bfa ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf41d04a6 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xf74a3be5 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xfccb181b ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xfe36de0c ieee80211_stop_queues +EXPORT_SYMBOL net/mac802154/mac802154 0x319dc0dc ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0x79ae3eba ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x8667a0da ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x93b3aa07 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0xe4d59a10 ieee802154_register_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0f5ea453 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2790b90b ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x42bb1b25 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5ee40cf4 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6f4adae1 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7c2d3122 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x83e8a08b ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9dc251a3 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa87c2e05 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xafddc145 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc03a6d10 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc0ca305c ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xedb29a64 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfce34770 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x30902364 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xb2a36dda __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xf570b5ce nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x1661bfd2 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x1d6fea9d nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x1fd2a5e4 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x7420dfe9 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xb70d6bfa nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xeff7efbb nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x1326a66d xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x2110a8da xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x28645a53 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x7e5342ca xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x93c98b82 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x98e53368 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x9b007c51 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x9b150dc7 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xc9c8fe0b xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xfff2cff7 xt_register_targets +EXPORT_SYMBOL net/nfc/hci/hci 0x0ae8e2f2 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x14fa8c1a nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x20debbd9 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x27b85f87 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x4699f8a6 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x52d15081 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x58a1c309 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x59be253f nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x62413d4f nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x78da1341 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x7ec07865 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x88a65037 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0xbb6a4151 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xc6b7eca1 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xcae434b4 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xd84aef88 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xebb342df nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xffbe8cd5 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x4414c4f5 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x632e5bb4 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x7216453c nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x881fabda nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xd44552ea nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xe4060df7 nci_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x088b0026 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x0ed3cd43 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x25d02b18 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x2bcb9a97 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x6411831c nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x7d13aa22 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x8d2ca092 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x8da7481d nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x9ff02d3c nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xa850bad1 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xb0380d24 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xb571be62 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xc1fddf1f nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xc4bbb8b4 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xc820e90d nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xcba4c097 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xdc34ceb5 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xe6118056 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xe6bbd15c nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xf04b6b8a nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xfb4ec9ed nfc_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x46b3d1b0 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x51cc11e0 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xd357537e nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xe93c2d24 nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x228fb6d2 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x4a20a817 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x61e90a52 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x88a107bc pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x8ed94e6d phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x9405e43e phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x96555acc pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xb3ab58b8 pn_sock_unhash +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x2a8dfe73 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x42859153 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x49281d6a rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x60c150b6 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x620f9d9c rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7b80710f rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7de9f5d5 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x9f277e6f rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x9f6f44e1 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xb59dab8d rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xb614715f rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc4bb713d key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xe27aefa1 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xe452a3bf rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xecbb2e08 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/sctp/sctp 0x72bb8a40 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xc59b4c8d gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xd46bb74c gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xf8f36a6c gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x1a5e34f0 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x6a7915e2 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x926b83b3 xdr_truncate_encode +EXPORT_SYMBOL net/wimax/wimax 0xafaed283 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0xdfae68e9 wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x02cf71ca regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x033fed24 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x05578fda cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x08578628 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0f0e7231 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x1497ef05 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x18b87e0d cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x19b84082 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x2546ff19 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x297fe209 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x2c4d8b7a cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2ed579c9 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x31d983fa cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x352c8fa5 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x39eab577 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x3a7f555e cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x3cb60b26 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3da6d236 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x3df56faf cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x3e6932ac cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x3fe2942f __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x420b45ef cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x46dafe64 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x4c092332 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x4d8591ad cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4de65313 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x5d17d856 ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x6045a04b wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x6624f9e7 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a19bce7 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x6e09002e cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x6e9493d9 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x731c2bfc __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x77d3d014 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x77f8b897 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x7ce2bf57 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x7d5d602f cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x7e4e3d0d cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fdc6226 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x806dbeed cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x86c6f98c wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x88923111 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x909ce356 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x91ca2e9c cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x92b0f29d cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9b5e4435 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x9d785a47 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x9e43304d __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x9f1438c6 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa3b92f43 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xa749da5b ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xb0f13103 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xb69c0a3f cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0xb94c5bd9 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xbda04ec0 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xbe6fe876 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xc14f58d6 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc6c7700e cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xc964b4ca wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xcfadacdf cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xda066fbc cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xe0a505d8 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xe30ddfc8 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xe3302e6b __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xe5aab6bd cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xebb152ce cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xecfa0205 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf37c1f4d cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xf3e7bed9 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xf49ebd40 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xf969e0ff cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xf98225f8 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xfc0da98f cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xfd604e6d cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/cfg80211 0xff47047b cfg80211_disconnected +EXPORT_SYMBOL net/wireless/lib80211 0x03e599c1 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x45f142b8 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x8ba76e5f lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xa4449f93 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xbc71aa61 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xc4cf38eb lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xa67e3d68 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x26ae4730 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 0x396fb9fe snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x4aaa1f1d 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 0xae1b8a47 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 0xcac0a3be 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 0xf6551782 snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x176e443b snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x53b7093e snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 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 0xd7c7afcc snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe60fb228 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xecbde43c snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xbf445999 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0394d109 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x042599d3 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x11930d52 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x14bc6501 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x191e88cf snd_dma_pointer +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2a1f847a snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x344cea47 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x3551d4ab snd_device_new +EXPORT_SYMBOL sound/core/snd 0x3886f048 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x38c8d954 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3c1cd267 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x3cdf31b6 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x5a017084 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x5ce7b740 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x5dbd78e0 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x5e319af3 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x64c0428d snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x6679ce62 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x80f11d30 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x852ae450 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x8a4f8053 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0x8b658020 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9078982e snd_get_device +EXPORT_SYMBOL sound/core/snd 0x9215c338 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x9d27692f snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9f4f2f56 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa6fa5d5d snd_device_free +EXPORT_SYMBOL sound/core/snd 0xa8295c9c _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0xa8a8c21f snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xaa7307b7 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xb1ff3c2d snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xb2be4e77 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb55d095d snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xb6e16f2b snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xb77d7d10 snd_component_add +EXPORT_SYMBOL sound/core/snd 0xb7811d65 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xc68f73ff snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xc6eb9cd5 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xc91e481a snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL sound/core/snd 0xd2372aab snd_cards +EXPORT_SYMBOL sound/core/snd 0xd3743c0b snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xd5476f95 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xd638ce61 snd_card_register +EXPORT_SYMBOL sound/core/snd 0xd9c47e9e snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xe1966494 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xe22dbb09 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xf96fce29 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xfbae4886 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd-hwdep 0x6fb57cb7 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 0x05eb9021 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x0bcd0b96 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x0d1bc10d snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x12e5958c snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x14ae741f snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x1a61bd14 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x23b3204a snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x335b8d43 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x3546fe0c snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x37cbf798 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3b91f3af snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x494f5738 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x535a9b2a snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x5c6a66cb snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x634f2137 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x64b8ebb5 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x660b4941 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x72d5f4d3 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0x76595c4e snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x800c3875 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x8120d62c snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x8294e2a1 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x85abe4c8 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x8a13e890 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x94416a09 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x96ccd72f snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x9af08667 snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0x9f9d453d snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa8eed8d1 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xb5a46cad snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0xb7a61ce5 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc563180a snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xce7ed068 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xd24fd57b snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0xd28ae59e snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0xd3243084 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xd328fc69 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xd5fb21a2 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xdd35aa2a snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xe135d6ed snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xe1ee2f90 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xec63b3ec snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xee89b0df snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xf318ec99 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf4c9da8f snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xfa971ed1 snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0xfb6ca083 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-pcm 0xfff74b16 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0917421f snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x28cd8fc4 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x29ea609a snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x51e6912e snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6b4a0b84 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6f1fd933 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x74eeb306 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x77552936 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x933ca7f4 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa02b4b39 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbd686f6b snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xcb4da9f1 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xcef5f8f4 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd5cdef2f snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd77efee3 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd841d2c5 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xea11dd2a snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-timer 0x3788283c snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x3c934f30 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x515c8a8d snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x5c5899a9 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x5f8ae10c snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x668c2a34 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x68f216fe snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x6b18d178 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x82181e59 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xba8dd124 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xc4fb43ea snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xcd340548 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xf272efc5 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 0x9da4fabb 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 0x0968cb0e snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x0afe38ee snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x26b7f91b snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x63ff47ea snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc89eb265 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd54aae84 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd7a11bd9 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xde837c41 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf03e1b1d snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x00005ce9 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x22cf526e snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2e1ad3bd snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x417630d7 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4e7611e0 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4fe85f7a snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa08b482d snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb73c8bbc snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe95a5649 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x02eb9ee8 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x066dec7a fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x096ee789 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0f3732d6 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x12ba7c0f amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x17125f9b fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1932ca03 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x23b148a9 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x27b753f1 amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x36f6be34 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3bb0c1af cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4f58d70e cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x55e7f6d6 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5d59a132 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x64bd13af amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x65522ee3 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6b77dc7e cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x732fc62b amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x875a8eb0 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x95eda0b3 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb0ceaaa1 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc08fdb8a amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc7dc4574 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd0457e3f amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd65586d0 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd78cb969 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdf93ff97 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xed78db23 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xeeef7487 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf658c626 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf7098c34 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x4efccad4 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x5fe21107 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x63c5f4c0 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x8c441649 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xabe784ae snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd2eb2514 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x1e479cc5 snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x21447a79 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x3370771e snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x361b001f snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x71336c95 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x8d4b2867 snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x2cdcc012 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x7b57760f snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xc283a208 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xf2f9aaab snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x093fdc01 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x2bf6eff6 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x18b0b56f snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x1cb8477b snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x54c483bc snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa47f944a snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xd8dd9e88 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xfcaa67ac snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-i2c 0x1128e099 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x2705f2a2 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x6087efad snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xc5b3b58f snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xe279b3b1 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xe87f7a74 snd_i2c_device_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x07506f9b snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x12a60d9d snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x2a37abe4 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x2b01fa86 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x43878b30 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x649d954b snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x96d59d53 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa15b5f89 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa37bdf9a snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xe69112fc snd_sbdsp_reset +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4af0f938 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6a66fe58 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6dc507c7 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x832a9161 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x835a7eb3 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x873cffec snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9d179e48 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xad64cefd snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbab7b8c8 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcab3b1ee snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd12765ee snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd41aa4d0 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xda4784dc snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xedd24259 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfb080e5e snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfb6b2cd8 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfee847c3 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x01ece52e snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x069f0a7e snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x35cc5dc8 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x447ba1ec snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x50b1a798 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd27adec4 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xed39d364 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf051a19c snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf3ea70bd snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x3d321856 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x8492273a snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xeeedb6c3 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0e4fe96e oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0e64d5b0 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1b411654 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x207e8058 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x46a11f19 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4e17db57 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x55f800a6 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x636baf45 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x68bb6dad oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x79b02480 oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x85a257c8 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9cc00345 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xae78b6eb oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbe02d75c oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc191fe59 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc33cb2ec oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd7547096 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdf840e24 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe4f05586 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf0cbb166 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfc5a899f oxygen_read32 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x118ebf77 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x27b9f643 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x74cc827e snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf84c05fa snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf9792b34 snd_trident_free_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x18eb77ed process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xf9c70921 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x0f2aca02 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x1955f41b register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x3c4079f3 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x58b489f0 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x8f325e68 register_sound_midi +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xbf6c0a0c sound_class +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7415444d snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xa08eecdc snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xb7d4ad87 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xcf1063b2 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xea580641 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xf3a7e775 snd_emux_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0ebbcdc0 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6da5191b snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6df48178 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x74869266 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xca7b0f98 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xfb321a7f __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xfd611bd3 __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xff997c13 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 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xf59bf014 snd_usbmidi_create +EXPORT_SYMBOL vmlinux 0x004126a8 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x0065c6dd md_error +EXPORT_SYMBOL vmlinux 0x00670683 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00816615 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x0081a1fc pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x00924a64 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x00c9c71e inet6_del_offload +EXPORT_SYMBOL vmlinux 0x00d2c2e6 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e7a3cc seq_escape +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x01073c81 touch_buffer +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x0136b80e zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x01373846 of_get_next_parent +EXPORT_SYMBOL vmlinux 0x0144c2ad inet_accept +EXPORT_SYMBOL vmlinux 0x016a6750 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x01846ad5 block_truncate_page +EXPORT_SYMBOL vmlinux 0x019840a9 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x01a7f910 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x01a7f91d inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x01bd472c pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x01ece2b4 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x020aac41 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x020e54ca pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x021f85bf __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x024a0c4b fb_set_cmap +EXPORT_SYMBOL vmlinux 0x024bc873 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x02626f8f sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0267af2f mpage_writepage +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a2588b swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02aa8da2 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x02b593af locks_init_lock +EXPORT_SYMBOL vmlinux 0x02d57ef2 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x02e2230c mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x035ca5cc __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03c518bd elevator_alloc +EXPORT_SYMBOL vmlinux 0x03de58cf vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04074f48 ioremap +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x042a5a95 sock_no_bind +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x04535dd0 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x04847510 bdget +EXPORT_SYMBOL vmlinux 0x0484cc9c simple_fill_super +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x0489a982 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x048cfdb3 sg_miter_start +EXPORT_SYMBOL vmlinux 0x0494772d mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x04bb939c revert_creds +EXPORT_SYMBOL vmlinux 0x04d6c320 new_inode +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x0508dd5d security_inode_init_security +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0526b97c generic_read_dir +EXPORT_SYMBOL vmlinux 0x0530dede _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x05360baf netdev_err +EXPORT_SYMBOL vmlinux 0x055c8dfd tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x05860324 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x0598a2ec nlmsg_notify +EXPORT_SYMBOL vmlinux 0x05a514a1 _insl_ns +EXPORT_SYMBOL vmlinux 0x05a6d459 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x05acd50c swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x05add647 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x05bce07e nf_setsockopt +EXPORT_SYMBOL vmlinux 0x05cb7b74 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x05d32292 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x05d46ddc md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061a206a request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x061af3ef set_groups +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06566575 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x0670b2f8 file_open_root +EXPORT_SYMBOL vmlinux 0x06751364 unlock_rename +EXPORT_SYMBOL vmlinux 0x0675c7eb atomic64_cmpxchg +EXPORT_SYMBOL vmlinux 0x0678172d pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x068d9292 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x06a5e939 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x06b18e2e mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x06b40495 noop_fsync +EXPORT_SYMBOL vmlinux 0x06bbb24a mempool_resize +EXPORT_SYMBOL vmlinux 0x06d24c97 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x06ecef03 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x06ee896d dev_uc_add +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x07233aa2 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x07251040 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x07294604 pci_map_rom +EXPORT_SYMBOL vmlinux 0x072e6f1e fsnotify_get_group +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x07413040 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x0747ef1d blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x074e9213 down_killable +EXPORT_SYMBOL vmlinux 0x0756ad69 netdev_emerg +EXPORT_SYMBOL vmlinux 0x077475d2 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x077d3697 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x0792da9a neigh_table_clear +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07bd54d4 __elv_add_request +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d92e5b eth_type_trans +EXPORT_SYMBOL vmlinux 0x07e2c8a7 try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x07e83b2b vfs_write +EXPORT_SYMBOL vmlinux 0x080339fd swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x082fc1ba do_sync_write +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x084f63e7 devm_ioremap_prot +EXPORT_SYMBOL vmlinux 0x0855ac8d jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x086d8cdd irq_stat +EXPORT_SYMBOL vmlinux 0x0882c90c vfs_statfs +EXPORT_SYMBOL vmlinux 0x08b07ede touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0x08df9457 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x08e013f6 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x08e12364 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x08f34ff7 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x08f4d575 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x0911e6c8 request_key +EXPORT_SYMBOL vmlinux 0x09284e42 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x093432af __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x094a7ab9 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x097b1a3f init_special_inode +EXPORT_SYMBOL vmlinux 0x097b7148 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x0986ecfb scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098cfadf irq_to_desc +EXPORT_SYMBOL vmlinux 0x09c2affa __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c67afb flex_array_get +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09cb7e47 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x09cee406 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09eeb10a net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x09f05003 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x09f721be bdev_read_only +EXPORT_SYMBOL vmlinux 0x0a1ffe73 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a5b1d2d lease_modify +EXPORT_SYMBOL vmlinux 0x0a708126 cont_write_begin +EXPORT_SYMBOL vmlinux 0x0ab217d7 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x0ab39eda input_inject_event +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ae26dc4 ip6_frag_match +EXPORT_SYMBOL vmlinux 0x0ae4df46 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x0af69faa uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x0afad86f scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x0afb6e5c inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x0b09a27f vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b18bff1 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b71ebe9 scsi_device_get +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b934516 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc93ad1 sk_receive_skb +EXPORT_SYMBOL vmlinux 0x0bcaee3d xfrm_lookup +EXPORT_SYMBOL vmlinux 0x0bd8dc5e downgrade_write +EXPORT_SYMBOL vmlinux 0x0be06801 get_acl +EXPORT_SYMBOL vmlinux 0x0bf9f7ef agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x0bfc3649 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x0c0de924 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x0c12e626 __debugger_bpt +EXPORT_SYMBOL vmlinux 0x0c26a73a mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x0c3b82e1 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c4ce1a0 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c70c4a8 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x0c81eab5 dev_alert +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c92bd31 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x0c95e258 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x0c9b6089 nvram_get_size +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cafbd37 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x0d10cd99 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x0d248a73 sock_no_listen +EXPORT_SYMBOL vmlinux 0x0d294c56 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d712d50 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x0d716640 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x0d8a210a in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0db8fabd tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x0dc0ace0 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0x0dd992c4 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x0df329c5 input_event +EXPORT_SYMBOL vmlinux 0x0dfda6f2 __get_page_tail +EXPORT_SYMBOL vmlinux 0x0e0ed829 inet_sendpage +EXPORT_SYMBOL vmlinux 0x0e1c870c local_flush_tlb_page +EXPORT_SYMBOL vmlinux 0x0e6a1700 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e8f30f6 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x0eaa6963 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x0eaf451e hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0eb4b566 skb_dequeue +EXPORT_SYMBOL vmlinux 0x0ec14ba6 dev_add_pack +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0eddfeca agp_generic_enable +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0eff7bcd kfree_skb_list +EXPORT_SYMBOL vmlinux 0x0f074b0f ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x0f090c26 padata_start +EXPORT_SYMBOL vmlinux 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL vmlinux 0x0f4b164f generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f50f844 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x0f5faa7e wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x0f63c438 wake_up_process +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fb26eec dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x0fbce583 module_refcount +EXPORT_SYMBOL vmlinux 0x0fd25dcb mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x0fed1baf mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x10193dc5 tty_register_device +EXPORT_SYMBOL vmlinux 0x1056a86b pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x107438ba fsl_lbc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x10d176c7 of_clk_get +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x10f1ecba mutex_unlock +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x111d09ad init_page_accessed +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x11297891 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x11359e4a nla_put +EXPORT_SYMBOL vmlinux 0x11457db7 input_register_handle +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x1169692b nf_log_packet +EXPORT_SYMBOL vmlinux 0x116a82fe splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1170d5de jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x117a63e8 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x1182d83a cpuidle_disable +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x11aab591 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x11ad2b90 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x11bd3f53 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x11c24701 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120a8d11 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1213739c pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x124abe48 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x125a2339 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x126c157d get_tz_trend +EXPORT_SYMBOL vmlinux 0x127ac7a5 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x127cf5ec security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x1290a5d2 inet_release +EXPORT_SYMBOL vmlinux 0x12928f57 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x129a8a5f account_page_redirty +EXPORT_SYMBOL vmlinux 0x12a33b72 bio_map_user +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12c23445 agp_copy_info +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12ddbd27 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x12df49a2 sk_common_release +EXPORT_SYMBOL vmlinux 0x130b612f pci_iomap +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x132c057a scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13521a13 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x1353a826 lock_may_read +EXPORT_SYMBOL vmlinux 0x13650094 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x138fd68e twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x13affbda percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13e315a1 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13fb0642 dev_get_flags +EXPORT_SYMBOL vmlinux 0x1400d6c8 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x1407c6e7 kmap_prot +EXPORT_SYMBOL vmlinux 0x141ed397 bdgrab +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x14248128 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x1427ed90 set_disk_ro +EXPORT_SYMBOL vmlinux 0x1494ea8e blk_register_region +EXPORT_SYMBOL vmlinux 0x14bbfd63 security_path_chown +EXPORT_SYMBOL vmlinux 0x14bed388 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x14cc7966 commit_creds +EXPORT_SYMBOL vmlinux 0x14d2d301 inet_put_port +EXPORT_SYMBOL vmlinux 0x14e3179f pci_clear_master +EXPORT_SYMBOL vmlinux 0x14ecb710 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x1532acae dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x155788e7 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x155b56a4 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x156ca50d devm_ioport_map +EXPORT_SYMBOL vmlinux 0x15c3a8c1 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x15cdd130 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x15d3fd60 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x15d5b28a free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x15d82123 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x15e6f7ab __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x1607f285 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x161d0033 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x1628a138 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x16454ff1 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x16540bbc __cmpdi2 +EXPORT_SYMBOL vmlinux 0x16829bdb pci_domain_nr +EXPORT_SYMBOL vmlinux 0x1683a50b radix_tree_delete +EXPORT_SYMBOL vmlinux 0x16852173 sock_wake_async +EXPORT_SYMBOL vmlinux 0x169f80dd console_stop +EXPORT_SYMBOL vmlinux 0x16b086d1 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x16cdfaa9 skb_seq_read +EXPORT_SYMBOL vmlinux 0x17235b3f kernel_listen +EXPORT_SYMBOL vmlinux 0x17289511 fd_install +EXPORT_SYMBOL vmlinux 0x172e5951 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x174886fa nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x17646978 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x17648396 dev_base_lock +EXPORT_SYMBOL vmlinux 0x17a454c0 should_remove_suid +EXPORT_SYMBOL vmlinux 0x17aa156a __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17d7ce26 vme_slot_num +EXPORT_SYMBOL vmlinux 0x17d9032e xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x17e043c3 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x17e28473 fsl_upm_run_pattern +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x18045bcf tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x1818229d tty_lock +EXPORT_SYMBOL vmlinux 0x181d7ebf blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x18219917 give_up_console +EXPORT_SYMBOL vmlinux 0x1826f089 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x182977f2 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x182e0cdc napi_gro_receive +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x184b84a7 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x18705854 dev_warn +EXPORT_SYMBOL vmlinux 0x187158c0 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x18839a5a d_invalidate +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x189a1375 framebuffer_release +EXPORT_SYMBOL vmlinux 0x189f3016 setup_new_exec +EXPORT_SYMBOL vmlinux 0x18d8d32d free_user_ns +EXPORT_SYMBOL vmlinux 0x18f4fea2 tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x19111a40 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x1920b1b0 submit_bio +EXPORT_SYMBOL vmlinux 0x1954a3ad sock_release +EXPORT_SYMBOL vmlinux 0x1959bd17 __seq_open_private +EXPORT_SYMBOL vmlinux 0x1976d19b __d_drop +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19aa3762 sk_capable +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c84d86 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x19e9a700 cdev_del +EXPORT_SYMBOL vmlinux 0x19eda040 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x19f3c534 padata_do_serial +EXPORT_SYMBOL vmlinux 0x1a111a41 ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x1a2148b0 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x1a281245 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x1a6d8ee8 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x1aa8adce dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x1ab0d196 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1acea968 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x1ad4183e agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x1ad45ee4 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x1ae4aef5 blk_end_request +EXPORT_SYMBOL vmlinux 0x1ae84574 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x1af62a99 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b0ac272 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1b132009 rename_lock +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b40599b rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x1b4728ed inet_shutdown +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b6874ef get_pci_dma_ops +EXPORT_SYMBOL vmlinux 0x1b7d07b0 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b92cb2f frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x1b9b0b9e mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bab2184 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x1bb666d3 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x1bc4ff03 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x1bca2b59 load_fp_state +EXPORT_SYMBOL vmlinux 0x1be59236 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x1bf03872 write_inode_now +EXPORT_SYMBOL vmlinux 0x1bfd5093 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x1c04e211 pci_disable_device +EXPORT_SYMBOL vmlinux 0x1c0d1385 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x1c1610ff mach_p1023_rdb +EXPORT_SYMBOL vmlinux 0x1c1e16c8 poll_initwait +EXPORT_SYMBOL vmlinux 0x1c341da1 of_device_register +EXPORT_SYMBOL vmlinux 0x1c3cd76d kill_pid +EXPORT_SYMBOL vmlinux 0x1c494a5d textsearch_register +EXPORT_SYMBOL vmlinux 0x1c80de9c ip_send_check +EXPORT_SYMBOL vmlinux 0x1c94b919 inc_nlink +EXPORT_SYMBOL vmlinux 0x1cc2f2fb kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x1cec664b vfs_mknod +EXPORT_SYMBOL vmlinux 0x1d1f269a pci_remove_bus +EXPORT_SYMBOL vmlinux 0x1d3e1aab phy_device_register +EXPORT_SYMBOL vmlinux 0x1d4ef3aa blk_free_tags +EXPORT_SYMBOL vmlinux 0x1d824db6 do_sync_read +EXPORT_SYMBOL vmlinux 0x1d93a2c1 input_get_keycode +EXPORT_SYMBOL vmlinux 0x1d9940d2 key_type_keyring +EXPORT_SYMBOL vmlinux 0x1daee28a percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x1db23dd4 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dfbf871 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x1e03d1c4 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x1e04ab05 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x1e1bb515 tc_classify_compat +EXPORT_SYMBOL vmlinux 0x1e230ad6 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e2743f4 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x1e501f8a iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e7c5063 block_write_begin +EXPORT_SYMBOL vmlinux 0x1e7c66c0 tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x1e909963 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb939b4 iget_locked +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1eca00bc __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x1f0bf09c ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x1f3c7922 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x1f4a5e8e ip_ct_attach +EXPORT_SYMBOL vmlinux 0x1f58e7af udp_prot +EXPORT_SYMBOL vmlinux 0x1f5a4f46 console_start +EXPORT_SYMBOL vmlinux 0x1f796122 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1f8f2f23 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fdb58c1 filp_close +EXPORT_SYMBOL vmlinux 0x1fdec42a pci_get_subsys +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x1ff496b8 dev_mc_add +EXPORT_SYMBOL vmlinux 0x1ff598a8 dquot_resume +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x2001b452 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x200ab883 dev_trans_start +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2027eb5c ___pskb_trim +EXPORT_SYMBOL vmlinux 0x2028859c security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x2031560c tcf_em_register +EXPORT_SYMBOL vmlinux 0x20382d64 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x203a8359 input_close_device +EXPORT_SYMBOL vmlinux 0x2041017a skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x20578ece of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0x206687ad cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x2069e12e vme_register_bridge +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20809bd6 dev_emerg +EXPORT_SYMBOL vmlinux 0x208a5210 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x208cce1b mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x208f7e0d elv_add_request +EXPORT_SYMBOL vmlinux 0x2094d0cc dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20f00911 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x20fa2fdd skb_queue_purge +EXPORT_SYMBOL vmlinux 0x211aa8a3 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x213ff8ed led_set_brightness +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x21b3f65f jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x21bd2122 input_allocate_device +EXPORT_SYMBOL vmlinux 0x21c76a31 iget5_locked +EXPORT_SYMBOL vmlinux 0x21e0a5ff pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x21f3dc15 cpm_command +EXPORT_SYMBOL vmlinux 0x220120fb pci_match_id +EXPORT_SYMBOL vmlinux 0x2202ffea phy_disconnect +EXPORT_SYMBOL vmlinux 0x220a1af0 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x220ca220 __inode_permission +EXPORT_SYMBOL vmlinux 0x221a10c4 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2232fcff pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x2256fafa div64_u64_rem +EXPORT_SYMBOL vmlinux 0x227056cd gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x2278e94b slhc_remember +EXPORT_SYMBOL vmlinux 0x229191aa uart_suspend_port +EXPORT_SYMBOL vmlinux 0x22a57d15 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x22a9e985 __breadahead +EXPORT_SYMBOL vmlinux 0x22aafab6 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22cfd424 of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0x22dfdd06 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x231b8208 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x2320ecfb dev_remove_offload +EXPORT_SYMBOL vmlinux 0x23253d81 d_instantiate +EXPORT_SYMBOL vmlinux 0x232b5689 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x232e0293 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL vmlinux 0x2342cdaf put_io_context +EXPORT_SYMBOL vmlinux 0x2356f2d1 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x235de18d netdev_info +EXPORT_SYMBOL vmlinux 0x235e90f3 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x2381a860 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x239a52d6 sys_fillrect +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23a8d486 mmc_add_host +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23bddff0 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x23ccce59 blkdev_fsync +EXPORT_SYMBOL vmlinux 0x23d17569 eth_header_cache +EXPORT_SYMBOL vmlinux 0x23d8ebba kernel_sendpage +EXPORT_SYMBOL vmlinux 0x23dc375c copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x23e7b502 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x23f2243d mempool_free +EXPORT_SYMBOL vmlinux 0x23f97dc2 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2412bab7 loop_backing_file +EXPORT_SYMBOL vmlinux 0x241777c4 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24364278 migrate_page +EXPORT_SYMBOL vmlinux 0x243f4f24 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x244c2098 vme_register_driver +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x247479fa genphy_suspend +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x24867cf7 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x248f9be7 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x24d7b4eb cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x24f00380 ida_init +EXPORT_SYMBOL vmlinux 0x24f10257 ip_fragment +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x24fe53f1 unlock_page +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x250f7fc6 skb_pad +EXPORT_SYMBOL vmlinux 0x251573ec of_get_mac_address +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x25677443 seq_bitmap +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x2582857d nobh_writepage +EXPORT_SYMBOL vmlinux 0x25c62b15 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25db50ae nla_append +EXPORT_SYMBOL vmlinux 0x25e4a360 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x25e555e9 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x25f3bd2e atomic64_xchg +EXPORT_SYMBOL vmlinux 0x25fc3315 ppp_input_error +EXPORT_SYMBOL vmlinux 0x26263f6d inode_needs_sync +EXPORT_SYMBOL vmlinux 0x26382cc0 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x26477c07 __vmalloc +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x266a808f ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x2694d47b free_task +EXPORT_SYMBOL vmlinux 0x26b760c4 slhc_init +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26fa71ae put_tty_driver +EXPORT_SYMBOL vmlinux 0x2707efdc PDE_DATA +EXPORT_SYMBOL vmlinux 0x270bd897 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x27120ee0 default_file_splice_read +EXPORT_SYMBOL vmlinux 0x272a9b72 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x275f0db7 iput +EXPORT_SYMBOL vmlinux 0x2771d7ff ida_get_new_above +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x278b5cd4 pci_restore_state +EXPORT_SYMBOL vmlinux 0x278bd061 __register_binfmt +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27d6db05 dump_page +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27e61678 kobject_set_name +EXPORT_SYMBOL vmlinux 0x27e6df65 pci_request_region +EXPORT_SYMBOL vmlinux 0x27ef00de bio_endio +EXPORT_SYMBOL vmlinux 0x27ef6910 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x27f2b3ed d_tmpfile +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x282ace2c input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x284420c7 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x284c1942 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x285ae1b0 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x2870cf03 km_state_expired +EXPORT_SYMBOL vmlinux 0x28934190 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x289db3ee idr_remove +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28b51ff7 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x28d98199 ipv4_specific +EXPORT_SYMBOL vmlinux 0x28da2a3b bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x28e60f2f vga_put +EXPORT_SYMBOL vmlinux 0x28f0da60 proc_symlink +EXPORT_SYMBOL vmlinux 0x28f784f5 __debugger_break_match +EXPORT_SYMBOL vmlinux 0x28f9baad get_cached_acl +EXPORT_SYMBOL vmlinux 0x290065a5 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x290ee0f7 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x2916cdaa copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x291b30ed truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x29258934 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x2948b4fd scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x297d3636 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x29a2c10d flush_tlb_page +EXPORT_SYMBOL vmlinux 0x29a48d52 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x29b2e269 eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x29b85184 lro_flush_all +EXPORT_SYMBOL vmlinux 0x29bbf6a0 key_alloc +EXPORT_SYMBOL vmlinux 0x29d8de4c jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a0001a2 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x2a08305f netif_rx +EXPORT_SYMBOL vmlinux 0x2a0e0906 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x2a27a8c7 find_lock_entry +EXPORT_SYMBOL vmlinux 0x2a2aeb7f __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x2a2d002f uart_register_driver +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a30e398 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a38d4a7 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x2a3ca40a netdev_alert +EXPORT_SYMBOL vmlinux 0x2a40f20d nf_reinject +EXPORT_SYMBOL vmlinux 0x2a4ce80a alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x2a4d2780 __free_pages +EXPORT_SYMBOL vmlinux 0x2a5033b6 dev_driver_string +EXPORT_SYMBOL vmlinux 0x2a596557 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x2a5b854c ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2aab0661 blk_make_request +EXPORT_SYMBOL vmlinux 0x2ac4a7e0 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x2ac537f9 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x2acd60a0 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2ae575fd mmc_fixup_device +EXPORT_SYMBOL vmlinux 0x2af8817d serio_interrupt +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b4da57f tcf_register_action +EXPORT_SYMBOL vmlinux 0x2b615a79 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x2b6ad7fd blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x2b6d63de pci_find_capability +EXPORT_SYMBOL vmlinux 0x2b6eb27f pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x2b85ec39 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x2b94ba20 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x2b976a69 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x2b9abb29 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2b9f5da6 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2babee01 blk_peek_request +EXPORT_SYMBOL vmlinux 0x2bb06c37 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x2bb9d13b inet6_getname +EXPORT_SYMBOL vmlinux 0x2bc56220 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x2bc61da1 program_check_exception +EXPORT_SYMBOL vmlinux 0x2bd1ea6b __nla_put +EXPORT_SYMBOL vmlinux 0x2bd31ef6 bio_map_kern +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2bf74c20 km_query +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c5955f9 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x2c64b1db generic_setlease +EXPORT_SYMBOL vmlinux 0x2c71d761 __skb_checksum +EXPORT_SYMBOL vmlinux 0x2c7b1fca down_timeout +EXPORT_SYMBOL vmlinux 0x2c8e556a tcp_connect +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2cb7ffd0 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x2cb858d5 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x2cdec8d6 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x2cfc27f7 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x2d0e2b64 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d20f797 mmc_erase +EXPORT_SYMBOL vmlinux 0x2d28c43e set_user_nice +EXPORT_SYMBOL vmlinux 0x2d2d43d7 devm_iounmap +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3365ce xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d37342e cpu_online_mask +EXPORT_SYMBOL vmlinux 0x2d380d90 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x2d7eb8bb page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d8c6617 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x2d955828 unregister_nls +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2daecc19 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x2dc9e351 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x2de805b5 from_kuid +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2e16ac45 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x2e17d6c2 nobh_write_end +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e1d80e0 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e4ba376 input_unregister_device +EXPORT_SYMBOL vmlinux 0x2e4d7782 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x2e68d744 pci_choose_state +EXPORT_SYMBOL vmlinux 0x2e8c075c ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x2e8d9b0f max8998_update_reg +EXPORT_SYMBOL vmlinux 0x2eb57c59 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ee1be68 nf_register_hooks +EXPORT_SYMBOL vmlinux 0x2eebdd8a netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2ef9ceda kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f167219 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x2f20b935 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x2f24eaca update_devfreq +EXPORT_SYMBOL vmlinux 0x2f264665 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x2f31d80d tty_lock_pair +EXPORT_SYMBOL vmlinux 0x2f497455 skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x2f4bcded mapping_tagged +EXPORT_SYMBOL vmlinux 0x2f6767b1 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x2f78d09e d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x2f7fa1f6 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x2f9389a0 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fc9b748 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x2fcfe9c6 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe9d2ba netif_napi_add +EXPORT_SYMBOL vmlinux 0x2ff313f3 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x303ec352 get_io_context +EXPORT_SYMBOL vmlinux 0x30742fa2 devm_gpio_request +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x308c5949 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30b8b35c cpu_to_chip_id +EXPORT_SYMBOL vmlinux 0x30cd69c8 seq_vprintf +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x3124e00f register_netdevice +EXPORT_SYMBOL vmlinux 0x3125cf43 __napi_complete +EXPORT_SYMBOL vmlinux 0x312824e0 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x31419d88 inode_init_owner +EXPORT_SYMBOL vmlinux 0x3143251f mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x31502ad1 __devm_request_region +EXPORT_SYMBOL vmlinux 0x315864e5 vme_bus_type +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x31704a2f napi_gro_flush +EXPORT_SYMBOL vmlinux 0x31773794 do_splice_to +EXPORT_SYMBOL vmlinux 0x318964d9 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x319a2ae0 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x31b42321 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x31c2e94b generic_setxattr +EXPORT_SYMBOL vmlinux 0x31cf22e6 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x31dd7c01 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x31f9366c mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x32043b35 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x321783b3 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x32209ba9 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x3223ca73 get_fs_type +EXPORT_SYMBOL vmlinux 0x32298633 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x324b6a3d tcf_action_exec +EXPORT_SYMBOL vmlinux 0x3261a17f dmam_pool_create +EXPORT_SYMBOL vmlinux 0x327fe3b3 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x328a05f1 strncpy +EXPORT_SYMBOL vmlinux 0x32a0a68f pci_dev_get +EXPORT_SYMBOL vmlinux 0x32aa254f sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x32b44373 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x32fb75ee __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x3315895e get_task_io_context +EXPORT_SYMBOL vmlinux 0x332e4f4d input_free_device +EXPORT_SYMBOL vmlinux 0x3337f44c phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x3379c319 mb_cache_create +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x337dd3f2 dm_put_device +EXPORT_SYMBOL vmlinux 0x33b1c0da sk_wait_data +EXPORT_SYMBOL vmlinux 0x33b647c7 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33bb11f6 vga_con +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33cd6363 unregister_netdev +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33ff47b0 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x3406c7a3 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x3409f87d tty_port_open +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x34276528 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x342b41a5 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x34301bd7 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x344ad227 register_console +EXPORT_SYMBOL vmlinux 0x344adbd5 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x3453a383 agp_free_memory +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347780dc security_path_rename +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a80c65 input_set_capability +EXPORT_SYMBOL vmlinux 0x34b1c0b7 twl6040_power +EXPORT_SYMBOL vmlinux 0x34cd7e3f xfrm_input +EXPORT_SYMBOL vmlinux 0x34ebdd62 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34fcd62d generic_file_open +EXPORT_SYMBOL vmlinux 0x34ffdddc kernel_accept +EXPORT_SYMBOL vmlinux 0x350dc348 set_page_dirty +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x352c6b64 __inet6_hash +EXPORT_SYMBOL vmlinux 0x353b30b2 keyring_search +EXPORT_SYMBOL vmlinux 0x353de98f cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x354309ac bio_clone_fast +EXPORT_SYMBOL vmlinux 0x35561b29 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x355d9285 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x356d4ba5 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x3586ed39 agp_create_memory +EXPORT_SYMBOL vmlinux 0x3591b379 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x35aa6f89 msi_bitmap_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x35b1f78d dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x35b8e481 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x35c3ed79 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x35ed8955 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x3618cb2d ida_destroy +EXPORT_SYMBOL vmlinux 0x366f6d27 idr_destroy +EXPORT_SYMBOL vmlinux 0x3672788e dst_discard_sk +EXPORT_SYMBOL vmlinux 0x36815df7 gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0x36861eb8 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x36963b6a mount_single +EXPORT_SYMBOL vmlinux 0x36b0e732 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36da47e7 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x36db63bb sys_imageblit +EXPORT_SYMBOL vmlinux 0x36e06a6f d_alloc_name +EXPORT_SYMBOL vmlinux 0x371d2130 check_legacy_ioport +EXPORT_SYMBOL vmlinux 0x37236e41 from_kprojid +EXPORT_SYMBOL vmlinux 0x372bda73 d_find_alias +EXPORT_SYMBOL vmlinux 0x3731ff16 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3765f555 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x376fe557 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x379e9868 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37cab889 ps2_drain +EXPORT_SYMBOL vmlinux 0x37e0153d flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x37e548b7 pid_task +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x381144a9 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381ccc13 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x3821196e __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x3878c0b3 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3888a604 vfs_setpos +EXPORT_SYMBOL vmlinux 0x3889dd5a filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x389a6266 release_pages +EXPORT_SYMBOL vmlinux 0x389c420c dev_alloc_name +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38b825d1 idr_replace +EXPORT_SYMBOL vmlinux 0x38bad611 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x38bcd387 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x38eb8a83 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x38fb9933 tty_std_termios +EXPORT_SYMBOL vmlinux 0x38fc69df pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x390d42df phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x39212269 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x3927f008 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x393463e5 dev_printk +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x394447e7 genphy_resume +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x398d7baa cdrom_release +EXPORT_SYMBOL vmlinux 0x39a402bb ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x39a509be netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x39ab7c43 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x39b9837e tcf_hash_check +EXPORT_SYMBOL vmlinux 0x39cdf63c wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x39db5829 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x39e0ba6f pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x3a356f34 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x3a368bce sk_dst_check +EXPORT_SYMBOL vmlinux 0x3a3e21f4 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x3a5e7130 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3ab6eba3 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x3afa0cbf tcp_prot +EXPORT_SYMBOL vmlinux 0x3b1663d6 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x3b33fdaa agp_backend_release +EXPORT_SYMBOL vmlinux 0x3b480a2b inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x3b615a21 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3bc3d6dd serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3be2c692 udp_disconnect +EXPORT_SYMBOL vmlinux 0x3c124982 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0x3c12a598 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c652b24 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3c6b723d jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x3c6d5138 drop_super +EXPORT_SYMBOL vmlinux 0x3c7374ed locks_free_lock +EXPORT_SYMBOL vmlinux 0x3c78e846 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x3c7dcab1 bdi_init +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cb3931b sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x3cc0096d dev_uc_flush +EXPORT_SYMBOL vmlinux 0x3cc4b0dc lg_lock_init +EXPORT_SYMBOL vmlinux 0x3ce1f9a1 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cfd3e49 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x3cffd163 cur_cpu_spec +EXPORT_SYMBOL vmlinux 0x3d08c0cb fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x3d127664 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x3d4b151b dma_common_mmap +EXPORT_SYMBOL vmlinux 0x3d4b1e7e scsi_scan_target +EXPORT_SYMBOL vmlinux 0x3d712227 bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x3d7f19f6 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x3da7b8d0 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x3db517fc memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x3dc02a4e flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3ddde65f flush_dcache_icache_page +EXPORT_SYMBOL vmlinux 0x3df6609a inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0f05b8 netif_rx_ni +EXPORT_SYMBOL vmlinux 0x3e181623 clear_user_page +EXPORT_SYMBOL vmlinux 0x3e240e7c __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x3e29b226 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x3e2b6394 kobject_get +EXPORT_SYMBOL vmlinux 0x3e2b6dd9 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x3e55f83c xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x3e68581e bh_submit_read +EXPORT_SYMBOL vmlinux 0x3e6d45a0 mmc_free_host +EXPORT_SYMBOL vmlinux 0x3e7b8066 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e8922fa swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e92f404 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3ea427a6 ip_options_compile +EXPORT_SYMBOL vmlinux 0x3eb4806e d_rehash +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3edbbb29 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x3eeea2f3 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x3f01bcb8 dev_deactivate +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f5831b4 pci_dev_put +EXPORT_SYMBOL vmlinux 0x3f5bbbeb read_cache_page +EXPORT_SYMBOL vmlinux 0x3f64c342 d_lookup +EXPORT_SYMBOL vmlinux 0x3f6d73ee xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x3f761485 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x3f770b7f tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x3fb1cf71 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x3fb31fcc wireless_send_event +EXPORT_SYMBOL vmlinux 0x3fd25e06 tcf_hash_release +EXPORT_SYMBOL vmlinux 0x3fe0d1c0 slhc_free +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff8e495 lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0x4004612b aio_complete +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x402d72a6 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x4038d39a neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x4066c56e scm_fp_dup +EXPORT_SYMBOL vmlinux 0x40728551 vc_cons +EXPORT_SYMBOL vmlinux 0x407d5aff unload_nls +EXPORT_SYMBOL vmlinux 0x4081ed6e scsi_dma_map +EXPORT_SYMBOL vmlinux 0x409576a5 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409ba7aa of_allnodes +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b6165d iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x40beb95b gen_pool_free +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40e7680f skb_checksum_help +EXPORT_SYMBOL vmlinux 0x40f1ad10 tb_ticks_per_jiffy +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414f22f1 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x415873ec tty_unthrottle +EXPORT_SYMBOL vmlinux 0x415905bf udp6_set_csum +EXPORT_SYMBOL vmlinux 0x4159c38f ioremap_wc +EXPORT_SYMBOL vmlinux 0x4167d8df netdev_change_features +EXPORT_SYMBOL vmlinux 0x41857829 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x41862ad4 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41a82c63 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x41ade257 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x41bbaeda devm_free_irq +EXPORT_SYMBOL vmlinux 0x41ca25ca wait_iff_congested +EXPORT_SYMBOL vmlinux 0x41dcfdd2 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x41ecc20c update_time +EXPORT_SYMBOL vmlinux 0x41f756a5 simple_rename +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x4228f719 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x424c3526 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x426e2391 scsi_device_put +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42a5a2f2 ip6_xmit +EXPORT_SYMBOL vmlinux 0x42b477cf alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x42c3540e kobject_init +EXPORT_SYMBOL vmlinux 0x42cc0089 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x42fde721 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x43021bff scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43108b3a phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x432d5a22 sync_inode +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x437bb0b5 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x439073be tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x43969fb0 del_gendisk +EXPORT_SYMBOL vmlinux 0x43a01f90 complete_all +EXPORT_SYMBOL vmlinux 0x43a9909d inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x43b318ad scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x43b6d5c9 replace_mount_options +EXPORT_SYMBOL vmlinux 0x43c899bf jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x43c95e07 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x43cc0e6d from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x43d9498b __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x43da5a42 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x43f50231 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x4400af5a abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x440e97a5 con_is_bound +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x44193d54 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x44682033 elevator_exit +EXPORT_SYMBOL vmlinux 0x4483530c tty_port_hangup +EXPORT_SYMBOL vmlinux 0x44a49b9f __blk_run_queue +EXPORT_SYMBOL vmlinux 0x44e6844d __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44eb192e wait_for_completion +EXPORT_SYMBOL vmlinux 0x44edd4c1 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x44f466d9 skb_store_bits +EXPORT_SYMBOL vmlinux 0x4503b4e3 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x45274c23 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x454dec23 do_fallocate +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x4596db6a sys_sigreturn +EXPORT_SYMBOL vmlinux 0x459b16e7 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45e2de3b ppp_dev_name +EXPORT_SYMBOL vmlinux 0x4612c59d down_trylock +EXPORT_SYMBOL vmlinux 0x461ebfa0 __copy_tofrom_user +EXPORT_SYMBOL vmlinux 0x462345e1 xmon +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x4630b253 vfs_writev +EXPORT_SYMBOL vmlinux 0x4657c343 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x4658308a writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x4668765c vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x46763dbb sget +EXPORT_SYMBOL vmlinux 0x467fccf7 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x468bcda6 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x469623a5 dentry_unhash +EXPORT_SYMBOL vmlinux 0x46a6db95 path_get +EXPORT_SYMBOL vmlinux 0x46a83bb4 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x46cc8a52 __page_symlink +EXPORT_SYMBOL vmlinux 0x46d12956 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x46e545bb blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x46e956c4 get_user_pages +EXPORT_SYMBOL vmlinux 0x46f41dcb vfs_fsync +EXPORT_SYMBOL vmlinux 0x46f704fa sock_i_ino +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x47284112 thaw_super +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x4795eb8a abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47a5cbe2 ata_print_version +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c2fd33 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47d25ba3 fb_class +EXPORT_SYMBOL vmlinux 0x47d76397 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x47dc7a2f vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x47e3e300 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x47fa2014 have_submounts +EXPORT_SYMBOL vmlinux 0x47fd59fd path_put +EXPORT_SYMBOL vmlinux 0x47fe5e9a make_kuid +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x481168bc textsearch_unregister +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x4839bf6b sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x48404b9a remove_wait_queue +EXPORT_SYMBOL vmlinux 0x48556b2f tty_check_change +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x4865fed8 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0x4882fa61 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x4887aee0 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x48a771c5 cpu_core_map +EXPORT_SYMBOL vmlinux 0x48b106bf tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48e15f06 flow_cache_fini +EXPORT_SYMBOL vmlinux 0x48f37aa8 bio_copy_kern +EXPORT_SYMBOL vmlinux 0x48fabfbf gen_new_estimator +EXPORT_SYMBOL vmlinux 0x48fec255 inode_init_always +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x49340e29 tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x496badb8 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x4997f50c freeze_bdev +EXPORT_SYMBOL vmlinux 0x49aa17b9 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x49af4fab mpage_readpages +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49c73e5b blk_put_request +EXPORT_SYMBOL vmlinux 0x49cc0cb3 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x49e15197 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x49ee6e7b fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x49fadc0b __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x4a145c41 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x4a2362f9 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x4a317dbd ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a7a5f5b alloc_file +EXPORT_SYMBOL vmlinux 0x4a8bdcd1 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x4a9b8c3f blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x4aa9af7c of_get_pci_address +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afd271a inet_del_offload +EXPORT_SYMBOL vmlinux 0x4afd6c52 bdi_destroy +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b1dcae3 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b24f9dd freeze_super +EXPORT_SYMBOL vmlinux 0x4b2bce94 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b43e22c jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x4b5507f7 flush_tlb_range +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b7d4eba mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x4b7ef728 bioset_create +EXPORT_SYMBOL vmlinux 0x4b8326ff ida_remove +EXPORT_SYMBOL vmlinux 0x4b8b3c4e mpage_readpage +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bb0778e vm_stat +EXPORT_SYMBOL vmlinux 0x4bc0f0a7 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x4bccacb6 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x4bcf03a4 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bed99b3 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x4bf03d24 down_write_trylock +EXPORT_SYMBOL vmlinux 0x4c0efb1c phy_register_fixup +EXPORT_SYMBOL vmlinux 0x4c11435a _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c286c17 seq_lseek +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c2ca588 mmc_get_card +EXPORT_SYMBOL vmlinux 0x4c561e2a of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x4c5e2cff skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x4c7d1248 seq_release +EXPORT_SYMBOL vmlinux 0x4c962770 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x4c97b664 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4ccbbb83 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4d19cd48 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x4d1e3f29 make_kprojid +EXPORT_SYMBOL vmlinux 0x4d261663 sock_create_lite +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d62c935 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x4d71004a __cpm2_setbrg +EXPORT_SYMBOL vmlinux 0x4d7bf2e1 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x4d82ec2c scsi_init_io +EXPORT_SYMBOL vmlinux 0x4d8b4a5f input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x4d91995e vga_client_register +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4daa970a bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x4daaee1d find_get_entry +EXPORT_SYMBOL vmlinux 0x4db7bfdb neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x4dc87a16 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4dec6038 memscan +EXPORT_SYMBOL vmlinux 0x4ded8cea pci_bus_get +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e01f97b inetdev_by_index +EXPORT_SYMBOL vmlinux 0x4e0d15fe inode_change_ok +EXPORT_SYMBOL vmlinux 0x4e162e60 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e3ccbb0 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x4e464ede dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x4e57665b posix_test_lock +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e69a4cc skb_queue_tail +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e79f9c4 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e834152 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x4e8641e2 iunique +EXPORT_SYMBOL vmlinux 0x4e8c4b99 vme_bus_num +EXPORT_SYMBOL vmlinux 0x4e8dd8b2 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x4e9dffb5 ip_fast_csum +EXPORT_SYMBOL vmlinux 0x4eb8f3c0 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x4eba3cc6 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x4ee76999 seq_puts +EXPORT_SYMBOL vmlinux 0x4eec6dc0 scsi_register +EXPORT_SYMBOL vmlinux 0x4f15d7fa __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f58f2c4 genphy_read_status +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f83e53b inet_frag_find +EXPORT_SYMBOL vmlinux 0x4fd26e9e xfrm_state_add +EXPORT_SYMBOL vmlinux 0x4fd66a07 netif_device_attach +EXPORT_SYMBOL vmlinux 0x4fdaad92 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe1af27 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x4fe99583 atomic64_dec_if_positive +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x501551fb seq_path +EXPORT_SYMBOL vmlinux 0x50384baf vgacon_remap_base +EXPORT_SYMBOL vmlinux 0x503d6860 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x504d7561 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x504e256e scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x50598002 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x505b3565 vfs_getattr +EXPORT_SYMBOL vmlinux 0x505d1dc4 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x5068c5b7 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x50751f6d read_code +EXPORT_SYMBOL vmlinux 0x509185b0 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x509817cf vprintk_emit +EXPORT_SYMBOL vmlinux 0x50a7444f agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x50af19ef iterate_mounts +EXPORT_SYMBOL vmlinux 0x50b66bcb radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x50c20556 dquot_acquire +EXPORT_SYMBOL vmlinux 0x50d77293 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50e7019e xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x5107bbb7 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x5126084b pcim_iomap +EXPORT_SYMBOL vmlinux 0x512ba98c icmp_send +EXPORT_SYMBOL vmlinux 0x5132984e scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x5147b57e request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x515e24a7 flush_instruction_cache +EXPORT_SYMBOL vmlinux 0x51612303 kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x51708838 fb_find_mode +EXPORT_SYMBOL vmlinux 0x5171792b file_update_time +EXPORT_SYMBOL vmlinux 0x51800612 writeback_in_progress +EXPORT_SYMBOL vmlinux 0x519b0da3 finish_wait +EXPORT_SYMBOL vmlinux 0x51ae5bc6 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x51b5567f seq_pad +EXPORT_SYMBOL vmlinux 0x51da6c75 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x51e34130 pci_find_hose_for_OF_device +EXPORT_SYMBOL vmlinux 0x51e7bf8c netdev_notice +EXPORT_SYMBOL vmlinux 0x51edb9ee jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x520bf1f3 block_invalidatepage +EXPORT_SYMBOL vmlinux 0x521163aa skb_make_writable +EXPORT_SYMBOL vmlinux 0x5219e05a dm_register_target +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x522bb2c6 write_cache_pages +EXPORT_SYMBOL vmlinux 0x523f43a4 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x524d54f4 generic_writepages +EXPORT_SYMBOL vmlinux 0x524d8a24 dquot_initialize +EXPORT_SYMBOL vmlinux 0x527ac054 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x529a7577 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x529c1e3d kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x533ecccb dentry_open +EXPORT_SYMBOL vmlinux 0x534da312 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x53716672 dcache_readdir +EXPORT_SYMBOL vmlinux 0x5382ad19 set_bh_page +EXPORT_SYMBOL vmlinux 0x538fce98 agp_enable +EXPORT_SYMBOL vmlinux 0x53ba5d63 pagecache_write_end +EXPORT_SYMBOL vmlinux 0x53d45e02 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x53e7976b input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x53ebab1b _outsl_ns +EXPORT_SYMBOL vmlinux 0x54056d6a agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5412c7c7 up +EXPORT_SYMBOL vmlinux 0x54287c9f user_revoke +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544b38e7 skb_split +EXPORT_SYMBOL vmlinux 0x544d810d pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x546d03d4 load_nls_default +EXPORT_SYMBOL vmlinux 0x5478cc5a fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x54869c3c bmap +EXPORT_SYMBOL vmlinux 0x54a2a60c skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54ccf3d0 iget_failed +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea31f0 write_one_page +EXPORT_SYMBOL vmlinux 0x54ebef99 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x54ed79e8 kvm_read_guest_atomic +EXPORT_SYMBOL vmlinux 0x54ef9a8c jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5531bfe4 pci_release_regions +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x55477704 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x5547e2b1 elv_rb_add +EXPORT_SYMBOL vmlinux 0x554ccd37 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5568c553 complete +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x55752b10 start_tty +EXPORT_SYMBOL vmlinux 0x5577ef9e udp_table +EXPORT_SYMBOL vmlinux 0x558a9e5d request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55a4ba2c clocksource_unregister +EXPORT_SYMBOL vmlinux 0x55c09df5 elevator_init +EXPORT_SYMBOL vmlinux 0x55c321d4 dquot_alloc +EXPORT_SYMBOL vmlinux 0x55c383f2 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x56032a37 ether_setup +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5638400e nonseekable_open +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x565a3ec3 __dst_free +EXPORT_SYMBOL vmlinux 0x5660275f input_set_keycode +EXPORT_SYMBOL vmlinux 0x56874023 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x56892666 i2c_release_client +EXPORT_SYMBOL vmlinux 0x5689fe44 pci_device_from_OF_node +EXPORT_SYMBOL vmlinux 0x56968d4e register_netdev +EXPORT_SYMBOL vmlinux 0x56a10763 csum_tcpudp_magic +EXPORT_SYMBOL vmlinux 0x56a39b0d netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x56aafbb1 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x56ae7c6c __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x56bcbdbb init_net +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56cb9468 blk_run_queue +EXPORT_SYMBOL vmlinux 0x56ccf18a blkdev_get +EXPORT_SYMBOL vmlinux 0x56d7d53b devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x5711c6b3 mmc_put_card +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x573382a9 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x5749f9a0 dev_addr_del +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575af70c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57742a3c blk_init_queue +EXPORT_SYMBOL vmlinux 0x579c230b block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x579cbb87 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x579fbcd2 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x57a42308 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x57bf1928 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x57fa5155 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x58222d1b pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x582a4747 cacheable_memcpy +EXPORT_SYMBOL vmlinux 0x582c2761 misc_register +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x584834c9 tty_vhangup +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x586172e8 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x58623807 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x58680a9d sock_from_file +EXPORT_SYMBOL vmlinux 0x586a72db pci_iounmap +EXPORT_SYMBOL vmlinux 0x5870095e i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x589e2500 d_alloc +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58bb5b83 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x58d0f769 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x58da2af3 md_flush_request +EXPORT_SYMBOL vmlinux 0x58f9eb98 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x591241d0 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x59255961 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x59298bde __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x59579ccf audit_log +EXPORT_SYMBOL vmlinux 0x595d0946 empty_zero_page +EXPORT_SYMBOL vmlinux 0x59803ac0 revalidate_disk +EXPORT_SYMBOL vmlinux 0x599c6fb6 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x59b3378a completion_done +EXPORT_SYMBOL vmlinux 0x59c2fcac writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x59eac76e inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x59eadbd8 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x5a036e8c mount_ns +EXPORT_SYMBOL vmlinux 0x5a1252f7 tso_build_data +EXPORT_SYMBOL vmlinux 0x5a1a37df elv_rb_find +EXPORT_SYMBOL vmlinux 0x5a2cd717 qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a91a2de xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0x5a9770dc netlink_capable +EXPORT_SYMBOL vmlinux 0x5ab2569e tcp_parse_options +EXPORT_SYMBOL vmlinux 0x5ab67931 do_IRQ +EXPORT_SYMBOL vmlinux 0x5ada765f d_drop +EXPORT_SYMBOL vmlinux 0x5af909eb __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b0d6aaa inet_frag_kill +EXPORT_SYMBOL vmlinux 0x5b16c4ef of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b321439 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x5b39988e ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x5b39bf6b filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x5b3c4ba1 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b5773e4 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x5b5fb87e bdi_register_dev +EXPORT_SYMBOL vmlinux 0x5b83c9de consume_skb +EXPORT_SYMBOL vmlinux 0x5b8ad9ef nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x5b96325b lock_sock_nested +EXPORT_SYMBOL vmlinux 0x5b9828c5 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x5bf63794 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x5bfa61a2 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x5c37f319 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x5c4998a0 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x5c596472 security_path_symlink +EXPORT_SYMBOL vmlinux 0x5c6ea072 dput +EXPORT_SYMBOL vmlinux 0x5ca9ccbd nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x5cc7bf28 mdiobus_register +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cedb8b4 kobject_put +EXPORT_SYMBOL vmlinux 0x5cee525a devm_clk_get +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf93ea3 seq_printf +EXPORT_SYMBOL vmlinux 0x5d0fed56 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x5d1cd53b simple_unlink +EXPORT_SYMBOL vmlinux 0x5d1e993b __nla_reserve +EXPORT_SYMBOL vmlinux 0x5d2936b9 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d58efa0 convert_ifc_address +EXPORT_SYMBOL vmlinux 0x5d5d28d0 register_cdrom +EXPORT_SYMBOL vmlinux 0x5da6415c pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x5db10c3c unregister_md_personality +EXPORT_SYMBOL vmlinux 0x5e206225 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x5e27321b register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x5e2ee2d8 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x5e37e158 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x5e3a8a9c __wake_up +EXPORT_SYMBOL vmlinux 0x5e3abdf5 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x5e42f82f get_gendisk +EXPORT_SYMBOL vmlinux 0x5e46c9d1 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x5e4a2046 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x5e529b19 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x5e555a63 mmc_start_req +EXPORT_SYMBOL vmlinux 0x5e6c4edb devm_clk_put +EXPORT_SYMBOL vmlinux 0x5e718f2d cdev_add +EXPORT_SYMBOL vmlinux 0x5e90116e cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb0401e proc_dostring +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb64643 bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f2e28d5 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x5f2f8cf0 __mutex_init +EXPORT_SYMBOL vmlinux 0x5f38ef90 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x5f5b525f proto_register +EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f8a2728 isa_io_base +EXPORT_SYMBOL vmlinux 0x5f9de509 of_create_pci_dev +EXPORT_SYMBOL vmlinux 0x5fa543f9 generic_perform_write +EXPORT_SYMBOL vmlinux 0x5fbcbfff generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x5fd268cb radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5fd3b1ce unregister_filesystem +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fe71d6d xfrm_policy_walk_done +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 0x603cc95f i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x60469880 free_netdev +EXPORT_SYMBOL vmlinux 0x604f8de4 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x605b8e85 ps2_end_command +EXPORT_SYMBOL vmlinux 0x6067f5a2 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x606e845c fb_show_logo +EXPORT_SYMBOL vmlinux 0x606f4367 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x608f9edc md_write_end +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60b86f61 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x60cb84eb __secpath_destroy +EXPORT_SYMBOL vmlinux 0x60d19754 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x60d4a818 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x60d4b302 keyring_clear +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60e9b4de blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x60f3e309 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x611af8c3 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x611bb377 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612d2c94 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x61671cee mmc_register_driver +EXPORT_SYMBOL vmlinux 0x6167e6c4 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x6174630b sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x61787ac6 default_llseek +EXPORT_SYMBOL vmlinux 0x617c90a3 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x618b082b uart_resume_port +EXPORT_SYMBOL vmlinux 0x6195b669 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x61a2a9f0 new_sync_write +EXPORT_SYMBOL vmlinux 0x61ac9987 arp_find +EXPORT_SYMBOL vmlinux 0x61b3560c cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61ba94a1 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x61bf0021 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x61c90564 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x61e1f371 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x61eb1554 key_put +EXPORT_SYMBOL vmlinux 0x61eef2c9 _insb +EXPORT_SYMBOL vmlinux 0x61f1ee2c dquot_transfer +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6245596d devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0x6245a39f vm_insert_page +EXPORT_SYMBOL vmlinux 0x62538167 slhc_toss +EXPORT_SYMBOL vmlinux 0x625b37bd generic_file_mmap +EXPORT_SYMBOL vmlinux 0x6261e7b4 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x626890f4 bdget_disk +EXPORT_SYMBOL vmlinux 0x627197f2 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62a5f626 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x62aebd13 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x62c03933 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x62c47452 kill_litter_super +EXPORT_SYMBOL vmlinux 0x62c60cce netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x62c7e991 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x62d0fead pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x63053115 posix_lock_file +EXPORT_SYMBOL vmlinux 0x6305a79b simple_lookup +EXPORT_SYMBOL vmlinux 0x630b2c24 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x63231951 gen_pool_create +EXPORT_SYMBOL vmlinux 0x63577919 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x63807970 keyring_alloc +EXPORT_SYMBOL vmlinux 0x639a674a up_write +EXPORT_SYMBOL vmlinux 0x63b7ce21 sock_create +EXPORT_SYMBOL vmlinux 0x63dba57a i2c_clients_command +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x64064185 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x6419066f of_device_is_available +EXPORT_SYMBOL vmlinux 0x643718a6 I_BDEV +EXPORT_SYMBOL vmlinux 0x6452675a kobject_del +EXPORT_SYMBOL vmlinux 0x6489147b tty_set_operations +EXPORT_SYMBOL vmlinux 0x648ffb7a netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x649220b8 km_is_alive +EXPORT_SYMBOL vmlinux 0x64942837 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a4b84d cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x64aec264 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x64bea98c pci_pme_active +EXPORT_SYMBOL vmlinux 0x64c91845 __quota_error +EXPORT_SYMBOL vmlinux 0x64cacaa3 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x64d8b49f mdiobus_read +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651616bf mount_nodev +EXPORT_SYMBOL vmlinux 0x65169225 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x65400222 __irq_offset_value +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65594a70 fb_blank +EXPORT_SYMBOL vmlinux 0x6565d33f scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x6574c034 dma_set_mask +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x6595bdac ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x65bb58a2 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x65bd1528 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x65ca5159 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e327c8 md_write_start +EXPORT_SYMBOL vmlinux 0x65e8b3cd sock_no_connect +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65f88d82 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x66056d67 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x6610817c current_fs_time +EXPORT_SYMBOL vmlinux 0x664db89c __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x66598eb6 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x666549a0 mpage_writepages +EXPORT_SYMBOL vmlinux 0x66806a54 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66a86b7e rwsem_wake +EXPORT_SYMBOL vmlinux 0x66f38df5 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x66fab1ec dev_change_carrier +EXPORT_SYMBOL vmlinux 0x67070a20 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x67119d0d mmc_can_erase +EXPORT_SYMBOL vmlinux 0x67252ab0 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x6737a1d9 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x67403908 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x6750fdc9 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x6764ed9c disk_stack_limits +EXPORT_SYMBOL vmlinux 0x676638e0 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x677a0000 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x67896538 lock_fb_info +EXPORT_SYMBOL vmlinux 0x678992f4 sk_stream_error +EXPORT_SYMBOL vmlinux 0x6790ab3b proc_mkdir +EXPORT_SYMBOL vmlinux 0x679eb042 vme_dma_request +EXPORT_SYMBOL vmlinux 0x67b33865 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c58778 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x67c600ff __sb_end_write +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x6826a94f cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x68609857 complete_and_exit +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68d6ecf3 vme_irq_free +EXPORT_SYMBOL vmlinux 0x68d7c14b __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e5833d sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x68eaab85 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x68f21176 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x691faa7d pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x694ee270 tcp_check_req +EXPORT_SYMBOL vmlinux 0x695adc56 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x69657836 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6981578b sk_net_capable +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69d5e213 vfs_rename +EXPORT_SYMBOL vmlinux 0x69d7e5b8 __debugger_ipi +EXPORT_SYMBOL vmlinux 0x69e1fa3a pci_disable_msi +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69f1d169 get_disk +EXPORT_SYMBOL vmlinux 0x69f722a4 kmap_atomic_prot +EXPORT_SYMBOL vmlinux 0x6a01af21 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a14cd49 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x6a202eae tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x6a331628 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x6a489b72 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x6a5564f3 sock_no_accept +EXPORT_SYMBOL vmlinux 0x6a581b47 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a61f874 to_tm +EXPORT_SYMBOL vmlinux 0x6a67e5b0 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x6a740c54 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a80a3f5 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x6ac7fe84 file_ns_capable +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6af11040 request_firmware +EXPORT_SYMBOL vmlinux 0x6af39feb flush_tlb_mm +EXPORT_SYMBOL vmlinux 0x6af86564 done_path_create +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b3ba08c generic_ro_fops +EXPORT_SYMBOL vmlinux 0x6b3f4c60 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x6b5b42c7 scsi_host_put +EXPORT_SYMBOL vmlinux 0x6b5c84a1 register_exec_domain +EXPORT_SYMBOL vmlinux 0x6b633e11 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x6b8a5964 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x6b9fb644 file_remove_suid +EXPORT_SYMBOL vmlinux 0x6bbbafb8 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x6bbe0ed1 inet_ioctl +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bceaebc gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x6bd9380d generic_listxattr +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6be6d061 flow_cache_init +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6c0c0362 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c336f1b inet_addr_type +EXPORT_SYMBOL vmlinux 0x6c4e34e5 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c715afa d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x6c741e4f _dev_info +EXPORT_SYMBOL vmlinux 0x6c80c428 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x6ca1d1a4 atomic64_read +EXPORT_SYMBOL vmlinux 0x6ca5b0f8 __net_get_random_once +EXPORT_SYMBOL vmlinux 0x6cb37127 flex_array_clear +EXPORT_SYMBOL vmlinux 0x6cc304aa set_nlink +EXPORT_SYMBOL vmlinux 0x6cc4512b km_new_mapping +EXPORT_SYMBOL vmlinux 0x6cd1d2bb finish_no_open +EXPORT_SYMBOL vmlinux 0x6cd3d0ef kill_bdev +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6ce3fabe __frontswap_store +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d17d507 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d5858b3 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x6d69722c input_register_handler +EXPORT_SYMBOL vmlinux 0x6d740223 flex_array_put +EXPORT_SYMBOL vmlinux 0x6d82ea6a genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x6d912d0c vme_irq_handler +EXPORT_SYMBOL vmlinux 0x6da928f4 _insw_ns +EXPORT_SYMBOL vmlinux 0x6dca2d56 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e1ac78d genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x6e379526 kernstart_addr +EXPORT_SYMBOL vmlinux 0x6e5c9800 led_blink_set +EXPORT_SYMBOL vmlinux 0x6e6514ed radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e76b7ae tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x6e8530bf from_kuid_munged +EXPORT_SYMBOL vmlinux 0x6e8a64ed ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6eb74dff proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ec41b29 generic_permission +EXPORT_SYMBOL vmlinux 0x6ecd0c72 __getblk +EXPORT_SYMBOL vmlinux 0x6f0ef67e account_page_dirtied +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f347488 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x6f5c5af7 ns_capable +EXPORT_SYMBOL vmlinux 0x6f81e7fd tcp_seq_open +EXPORT_SYMBOL vmlinux 0x6f97a9cf devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x6f9ba4b7 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x6fa160ec __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x6fa4379d bdi_unregister +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fde554c qdisc_list_del +EXPORT_SYMBOL vmlinux 0x6ff95805 nf_log_unset +EXPORT_SYMBOL vmlinux 0x700a193e mount_pseudo +EXPORT_SYMBOL vmlinux 0x700ac7c2 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x700bf323 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x70361db9 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7062b4cd cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x7075972f generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x7086e4a8 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d888b7 __debugger_fault_handler +EXPORT_SYMBOL vmlinux 0x70de9960 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x70f6e053 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x710b4c2b pci_write_vpd +EXPORT_SYMBOL vmlinux 0x710c2ef0 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x710cc53e pci_platform_rom +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712ed37b radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x7158fb3e mach_twr_p1025 +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71772094 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x7196806e devm_gpiod_put +EXPORT_SYMBOL vmlinux 0x719acb2f load_nls +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71c90087 memcmp +EXPORT_SYMBOL vmlinux 0x71cec063 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x71ef5029 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x71f65175 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x721d22d0 qdisc_reset +EXPORT_SYMBOL vmlinux 0x723b0779 check_disk_change +EXPORT_SYMBOL vmlinux 0x724a5ef5 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x7250cf9f pci_select_bars +EXPORT_SYMBOL vmlinux 0x725f35e6 simple_release_fs +EXPORT_SYMBOL vmlinux 0x7273d1a7 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x7276822d mmc_release_host +EXPORT_SYMBOL vmlinux 0x727cc827 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x728d4e0c tty_kref_put +EXPORT_SYMBOL vmlinux 0x729d512b vm_event_states +EXPORT_SYMBOL vmlinux 0x72a99082 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x72aa32ba unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b5b2b7 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72b6962e pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x72b723b5 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x72ba5a94 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x72d141a2 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x72d4c23c fsl_get_sys_freq +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72d78f11 fs_bio_set +EXPORT_SYMBOL vmlinux 0x72e0dca3 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72eba91a pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7337a55e devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x733b2383 next_tlbcam_idx +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x73584b22 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x735ced34 udp_del_offload +EXPORT_SYMBOL vmlinux 0x735d8503 add_wait_queue +EXPORT_SYMBOL vmlinux 0x73611431 phy_detach +EXPORT_SYMBOL vmlinux 0x73710a3e dqstats +EXPORT_SYMBOL vmlinux 0x739a17c0 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x739b057b scsi_host_get +EXPORT_SYMBOL vmlinux 0x73cec870 release_sock +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x73e26d9a __scsi_put_command +EXPORT_SYMBOL vmlinux 0x73eab4d3 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x73fcd29d rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x73fdd5ec pcim_iounmap +EXPORT_SYMBOL vmlinux 0x7417f6bd blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0x742d369e cfb_imageblit +EXPORT_SYMBOL vmlinux 0x743755b0 generic_readlink +EXPORT_SYMBOL vmlinux 0x7455ae42 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x745ffc7c kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x74711331 inode_permission +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7478458b blk_complete_request +EXPORT_SYMBOL vmlinux 0x74812ae5 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x74914597 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x749feed1 vfs_read +EXPORT_SYMBOL vmlinux 0x74ae2112 seq_open +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74ce05b8 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x74e56316 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f97cd0 simple_link +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x75193338 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x751c2917 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x7522cce9 skb_find_text +EXPORT_SYMBOL vmlinux 0x752efad3 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x75432b0b netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x75620057 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x756bd349 submit_bh +EXPORT_SYMBOL vmlinux 0x756dd160 start_thread +EXPORT_SYMBOL vmlinux 0x757f088f cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x75846ad2 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x758ba7cf misc_deregister +EXPORT_SYMBOL vmlinux 0x758eee9d dquot_operations +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x75994700 add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x759beea1 mutex_lock +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75c73f9c crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7619220e skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x7646345d kernel_bind +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x7680f3cc kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x7683b687 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x769d8c73 d_move +EXPORT_SYMBOL vmlinux 0x769e06d7 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x76a06c3c fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x76b9287f qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76d149f5 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76f234b1 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x76f6c5ef kmalloc_order +EXPORT_SYMBOL vmlinux 0x76fef946 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x773d115e uart_update_timeout +EXPORT_SYMBOL vmlinux 0x773e5404 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x7757648d serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x7763ce0f vfs_llseek +EXPORT_SYMBOL vmlinux 0x7765f93c netif_carrier_off +EXPORT_SYMBOL vmlinux 0x777f1779 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x7793ffe2 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x7799326c kmap_to_page +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77b851c4 cacheable_memzero +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77d4806f tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x77dd5e17 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x77dd5f26 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x782567ec memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x782664a3 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x783240ed cfb_copyarea +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x7840a6ff __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x784e4fb9 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x785a73b8 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x785d1af3 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78c0ee50 giveup_fpu +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f3a7e2 skb_queue_head +EXPORT_SYMBOL vmlinux 0x78fd6a46 blk_stop_queue +EXPORT_SYMBOL vmlinux 0x790df6ca __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x79138b61 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x792bea4c ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x792fad64 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x79525a4b swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x79665e13 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x798056b5 noop_qdisc +EXPORT_SYMBOL vmlinux 0x798449e2 seq_read +EXPORT_SYMBOL vmlinux 0x79936881 phy_stop +EXPORT_SYMBOL vmlinux 0x799f247c kset_register +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79d1a7e0 __register_nls +EXPORT_SYMBOL vmlinux 0x79d1fb4e tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x79db481a dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x79ea4391 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a2f8232 validate_sp +EXPORT_SYMBOL vmlinux 0x7a3d8d0c vme_lm_request +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a6c8970 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x7a6d47be rtnl_unicast +EXPORT_SYMBOL vmlinux 0x7a72b404 inet_listen +EXPORT_SYMBOL vmlinux 0x7a8c6dfe user_path_create +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a922ff1 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a9670b8 blk_finish_request +EXPORT_SYMBOL vmlinux 0x7a9d21c5 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x7a9fdbe0 simple_write_end +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ac16db0 bitmap_unplug +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad21732 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x7ad6e0e1 netlink_ack +EXPORT_SYMBOL vmlinux 0x7ad958eb ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7af572d7 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7b0ce10d neigh_connected_output +EXPORT_SYMBOL vmlinux 0x7b1ade38 lz4_decompress +EXPORT_SYMBOL vmlinux 0x7b5c37ae flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b63f838 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x7b9aca53 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x7ba1db22 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x7ba74574 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x7baa0d25 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x7bb17e85 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x7bbda120 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x7bc0d5b8 seq_open_private +EXPORT_SYMBOL vmlinux 0x7be4827c pci_dram_offset +EXPORT_SYMBOL vmlinux 0x7bf194da key_validate +EXPORT_SYMBOL vmlinux 0x7c003aef _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x7c065c41 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c25b9d6 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x7c286dc4 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c6df600 kfree_put_link +EXPORT_SYMBOL vmlinux 0x7c91f141 ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x7c9291d1 csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x7c94e795 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7ca4205c agp_bridge +EXPORT_SYMBOL vmlinux 0x7ca46e9a kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x7caebea0 nf_log_set +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cc28999 __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cc8b0e7 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x7cccd4b5 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf9659f devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d0edde2 update_region +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d62bdf5 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x7d6eb493 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x7d6eec97 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d7f5fc6 ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x7d8a0878 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x7d927d6a dev_set_group +EXPORT_SYMBOL vmlinux 0x7da436d6 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0x7dc73aec bio_chain +EXPORT_SYMBOL vmlinux 0x7de8e13a tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e0c1a7a tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x7e11880e no_llseek +EXPORT_SYMBOL vmlinux 0x7e1a11b6 __brelse +EXPORT_SYMBOL vmlinux 0x7e2eb1ec serio_close +EXPORT_SYMBOL vmlinux 0x7e333bfb kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x7e35d9f0 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x7e49f281 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x7e4b4f83 __lock_buffer +EXPORT_SYMBOL vmlinux 0x7e55d5c4 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x7e616d84 proc_remove +EXPORT_SYMBOL vmlinux 0x7e7c03a3 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x7e87227e slhc_compress +EXPORT_SYMBOL vmlinux 0x7e8d7109 __sb_start_write +EXPORT_SYMBOL vmlinux 0x7ecb001b __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x7ee73c0c memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0x7eee35d3 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x7eeef652 key_link +EXPORT_SYMBOL vmlinux 0x7f113407 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x7f1fbb3e blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f3e528d rtnl_create_link +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f843c6f pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x7fb01961 mntget +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x8043277a netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x804cdc70 key_revoke +EXPORT_SYMBOL vmlinux 0x8082407f udp_seq_open +EXPORT_SYMBOL vmlinux 0x80c177a5 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d63987 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d93501 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x80d9c522 tty_unlock +EXPORT_SYMBOL vmlinux 0x80f90b7d swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x810fea36 block_write_full_page +EXPORT_SYMBOL vmlinux 0x812d3676 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x8143d038 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815c56d0 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8170ea95 lookup_bdev +EXPORT_SYMBOL vmlinux 0x81739d67 ilookup +EXPORT_SYMBOL vmlinux 0x817bb518 sock_register +EXPORT_SYMBOL vmlinux 0x819cbf7c pci_request_regions +EXPORT_SYMBOL vmlinux 0x81a07f4e _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81f08bfd security_mmap_file +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x820af7b7 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x820f2e01 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x823073cb mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x8232baa9 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x825b98c6 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x82643e6b simple_dir_operations +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82d325df dquot_disable +EXPORT_SYMBOL vmlinux 0x82e5a238 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x83058a8e rtnl_notify +EXPORT_SYMBOL vmlinux 0x83645c45 vme_slave_request +EXPORT_SYMBOL vmlinux 0x836e59de __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x837e369e set_binfmt +EXPORT_SYMBOL vmlinux 0x8388f5ef xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x83a1edc3 scsi_put_command +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83b07ec2 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83e2f6a4 __block_write_begin +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x844404cf ISA_DMA_THRESHOLD +EXPORT_SYMBOL vmlinux 0x844edee9 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x8474fa68 path_is_under +EXPORT_SYMBOL vmlinux 0x847d1297 unlock_buffer +EXPORT_SYMBOL vmlinux 0x84b183ae strncmp +EXPORT_SYMBOL vmlinux 0x84bcd6e6 mount_subtree +EXPORT_SYMBOL vmlinux 0x84bd69bf dq_data_lock +EXPORT_SYMBOL vmlinux 0x84c6a1d9 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x84d69a2b build_skb +EXPORT_SYMBOL vmlinux 0x84ebe535 dget_parent +EXPORT_SYMBOL vmlinux 0x84edaf67 touch_atime +EXPORT_SYMBOL vmlinux 0x84f93b13 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x84fcaa26 redraw_screen +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x856d4686 single_open +EXPORT_SYMBOL vmlinux 0x85b098ac skb_push +EXPORT_SYMBOL vmlinux 0x85b26486 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85d03bc7 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x85d3d7de tty_port_close +EXPORT_SYMBOL vmlinux 0x85d8701a tty_port_close_start +EXPORT_SYMBOL vmlinux 0x85de5915 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x86209d4d dm_io +EXPORT_SYMBOL vmlinux 0x862d1f40 of_get_property +EXPORT_SYMBOL vmlinux 0x863f109c md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x864b3f26 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x864e5edb pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x866f9ecf kobject_add +EXPORT_SYMBOL vmlinux 0x8679f85e sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x868123ec xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86a7da2d unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x86af3889 i2c_transfer +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x8708c92c jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x8713fbf4 names_cachep +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x871e64e8 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x872ffa06 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x873488b7 eth_change_mtu +EXPORT_SYMBOL vmlinux 0x8761ff57 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x8780f16a ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x878f60a1 up_read +EXPORT_SYMBOL vmlinux 0x8798e453 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x879e194a phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x87a86f10 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x87b1d0db mnt_pin +EXPORT_SYMBOL vmlinux 0x87b31ab5 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x87f919c3 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x88279f25 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x882dab9d sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x884b5df0 simple_open +EXPORT_SYMBOL vmlinux 0x884e20f6 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x886d2c88 security_path_unlink +EXPORT_SYMBOL vmlinux 0x88791d16 padata_free +EXPORT_SYMBOL vmlinux 0x887d0828 sg_miter_next +EXPORT_SYMBOL vmlinux 0x88a5370b phy_attach_direct +EXPORT_SYMBOL vmlinux 0x88a7b8e8 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x88c56e80 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x88d380c5 napi_complete +EXPORT_SYMBOL vmlinux 0x88d65561 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x88fb0433 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x8900e1bc neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x8909d903 get_super +EXPORT_SYMBOL vmlinux 0x891fbb10 mempool_destroy +EXPORT_SYMBOL vmlinux 0x893764df dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x89471d28 truncate_setsize +EXPORT_SYMBOL vmlinux 0x8947c5e1 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x8953f8ff __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x89637964 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x8973b8e2 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x89797060 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x8996a90a jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x89ac59ba cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89ce03ae account_page_writeback +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89e5b81e bdi_register +EXPORT_SYMBOL vmlinux 0x89fa4cef tcp_release_cb +EXPORT_SYMBOL vmlinux 0x8a012991 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1c5455 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x8a29f267 ll_rw_block +EXPORT_SYMBOL vmlinux 0x8a2a83e3 kset_unregister +EXPORT_SYMBOL vmlinux 0x8a351cd9 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x8a45653c neigh_compat_output +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a7cbf0d pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa9211f __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x8ab4079e atomic64_add +EXPORT_SYMBOL vmlinux 0x8af0a308 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x8b07eb55 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x8b082ba9 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x8b180c45 register_framebuffer +EXPORT_SYMBOL vmlinux 0x8b343250 put_disk +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b42bfa2 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b690914 security_path_link +EXPORT_SYMBOL vmlinux 0x8b6df32e dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b81a41f serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x8b853a06 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x8b99d0b6 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x8b9dcc14 kdb_current_task +EXPORT_SYMBOL vmlinux 0x8bc07787 sys_copyarea +EXPORT_SYMBOL vmlinux 0x8bd0a64f cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x8bdf082f pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x8bf2ae1f fsl_lbc_addr +EXPORT_SYMBOL vmlinux 0x8c17af13 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c19a7da module_put +EXPORT_SYMBOL vmlinux 0x8c41233e agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x8c504f9a elevator_change +EXPORT_SYMBOL vmlinux 0x8c56a81f nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c67e7fb mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x8cc30c7b try_to_release_page +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8ccd6b4e page_address +EXPORT_SYMBOL vmlinux 0x8cd27095 pci_enable_msix +EXPORT_SYMBOL vmlinux 0x8d015dd4 __bswapdi2 +EXPORT_SYMBOL vmlinux 0x8d05d217 bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0x8d29ee6e blk_get_queue +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d687adc remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0x8d6b2ce1 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d91b0c8 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x8dc80435 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x8de0b5ac mempool_create +EXPORT_SYMBOL vmlinux 0x8de6e64d of_translate_address +EXPORT_SYMBOL vmlinux 0x8df49396 backlight_force_update +EXPORT_SYMBOL vmlinux 0x8dff54cf __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x8e0d66f4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8e224b32 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x8e276093 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x8e34ae0d qdisc_destroy +EXPORT_SYMBOL vmlinux 0x8e562bb7 fput +EXPORT_SYMBOL vmlinux 0x8e63ffcf locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x8e6a9d11 __netif_schedule +EXPORT_SYMBOL vmlinux 0x8e75ba32 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x8e888ec3 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x8e8d58da diu_ops +EXPORT_SYMBOL vmlinux 0x8ea72e03 key_unlink +EXPORT_SYMBOL vmlinux 0x8ea864e6 ata_port_printk +EXPORT_SYMBOL vmlinux 0x8eaf69a6 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x8ebece76 vm_mmap +EXPORT_SYMBOL vmlinux 0x8ec04552 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8ecf5fc2 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x8ed67a1f cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x8f045d1c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x8f0a7da4 kthread_bind +EXPORT_SYMBOL vmlinux 0x8f48af5c mach_c293_pcie +EXPORT_SYMBOL vmlinux 0x8f51d15e dev_uc_init +EXPORT_SYMBOL vmlinux 0x8f678bdd drop_nlink +EXPORT_SYMBOL vmlinux 0x8f704015 pci_bus_type +EXPORT_SYMBOL vmlinux 0x8f7a11ea agp_bind_memory +EXPORT_SYMBOL vmlinux 0x8f7b745e dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x8f85f835 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x8f9dff74 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x8fa73e1b inode_set_bytes +EXPORT_SYMBOL vmlinux 0x8fbf37e0 profile_pc +EXPORT_SYMBOL vmlinux 0x8fc4eeee try_module_get +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x902c7e20 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x9048309b tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x904ec867 tcp_prequeue +EXPORT_SYMBOL vmlinux 0x90501868 transfer_to_handler +EXPORT_SYMBOL vmlinux 0x905f6103 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x906037c4 pci_bus_put +EXPORT_SYMBOL vmlinux 0x90612149 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x90695906 vme_free_consistent +EXPORT_SYMBOL vmlinux 0x906e7aaa xfrm_register_mode +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x909e6796 dcb_setapp +EXPORT_SYMBOL vmlinux 0x90b86734 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x90c86927 put_page +EXPORT_SYMBOL vmlinux 0x90d91b0d kernel_read +EXPORT_SYMBOL vmlinux 0x90e146c2 trace_seq_putc +EXPORT_SYMBOL vmlinux 0x914453a1 sk_free +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x914c4d0d mdio_bus_type +EXPORT_SYMBOL vmlinux 0x914ccb60 inet_bind +EXPORT_SYMBOL vmlinux 0x914e4e0a genl_notify +EXPORT_SYMBOL vmlinux 0x915dade8 read_dev_sector +EXPORT_SYMBOL vmlinux 0x915e1208 tb_ticks_per_usec +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x919d1163 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x91a646fc security_inode_permission +EXPORT_SYMBOL vmlinux 0x91aeb92a key_task_permission +EXPORT_SYMBOL vmlinux 0x91b0bb80 stop_tty +EXPORT_SYMBOL vmlinux 0x91b76aa7 tty_throttle +EXPORT_SYMBOL vmlinux 0x91cb119e twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x91dba123 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x91dd3bd4 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x922237b0 dev_close +EXPORT_SYMBOL vmlinux 0x922b3dac bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x923288e4 iterate_fd +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x924980d8 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x9255e109 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x925a962d mac_find_mode +EXPORT_SYMBOL vmlinux 0x9281f3fc netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x928a4172 tty_devnum +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92b647a1 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x92bc220b lockref_get +EXPORT_SYMBOL vmlinux 0x92d7d7cb posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93039fa4 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930c9b68 unregister_console +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x932d98c1 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x9338a19c devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x934bd14d fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x9363e63f bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93965645 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x93998036 mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x93a53f05 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93c18ef1 phy_device_create +EXPORT_SYMBOL vmlinux 0x93efa73c dst_destroy +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x943bb059 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x94459750 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x9449624c tcp_shutdown +EXPORT_SYMBOL vmlinux 0x94771f00 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x947c7222 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x947f3e64 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94ab9772 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x94b541b5 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x94c3422c dev_activate +EXPORT_SYMBOL vmlinux 0x94cda483 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x94d0ea47 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x94d10347 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x94d10a94 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x94d89b45 security_path_truncate +EXPORT_SYMBOL vmlinux 0x94d9f0da bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x94ec2e9c set_create_files_as +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x9514151a _mcount +EXPORT_SYMBOL vmlinux 0x9524b0ae _outsb +EXPORT_SYMBOL vmlinux 0x953beb0e swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x9545b536 mach_ppa8548 +EXPORT_SYMBOL vmlinux 0x954629ef dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x954c547a tcp_poll +EXPORT_SYMBOL vmlinux 0x954fbd8e input_release_device +EXPORT_SYMBOL vmlinux 0x956a064e __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x958b2c56 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x959f45e9 __scm_destroy +EXPORT_SYMBOL vmlinux 0x95b8747a sock_wfree +EXPORT_SYMBOL vmlinux 0x95d3e357 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x95e51122 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x95f0d6f1 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x95f1f5e3 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x95f46209 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x960dfaf5 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x9616c7c6 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x9632f855 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x96403d36 register_qdisc +EXPORT_SYMBOL vmlinux 0x964cd601 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x964ed24f loop_register_transfer +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x9671379b posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x96776956 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x968e3df8 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x96a9d6a1 genphy_update_link +EXPORT_SYMBOL vmlinux 0x96cca1d2 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x96ccd9f1 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96fdf6dc posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x971722c0 tty_port_init +EXPORT_SYMBOL vmlinux 0x97255bdf strlen +EXPORT_SYMBOL vmlinux 0x972878eb wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x972dd6e7 md_check_recovery +EXPORT_SYMBOL vmlinux 0x973661a4 dump_align +EXPORT_SYMBOL vmlinux 0x973d8d58 vfs_link +EXPORT_SYMBOL vmlinux 0x9748927f _outsw_ns +EXPORT_SYMBOL vmlinux 0x974c1da3 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x97722df6 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x977bacd7 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0x978421d8 nla_reserve +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97b0a02a unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x97b4500c __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x97db1813 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x97e71167 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x97ea8cc4 ppc_md +EXPORT_SYMBOL vmlinux 0x97ee34ca generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x9827d036 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x982e2e14 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x983962af scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x98489fd0 inet6_release +EXPORT_SYMBOL vmlinux 0x9849ff4e inode_dio_done +EXPORT_SYMBOL vmlinux 0x984d0828 flush_signals +EXPORT_SYMBOL vmlinux 0x986d6e79 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x9882720c jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x989f7df5 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x98a28e11 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x98caf244 audit_log_start +EXPORT_SYMBOL vmlinux 0x98d0ddb7 proc_create_data +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x98fe7882 DMA_MODE_READ +EXPORT_SYMBOL vmlinux 0x9911b72b cap_mmap_file +EXPORT_SYMBOL vmlinux 0x99136fcd devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993bd982 bdput +EXPORT_SYMBOL vmlinux 0x99426f68 tso_count_descs +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x99689580 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x998fea16 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99acdd1a vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x99af83c5 input_flush_device +EXPORT_SYMBOL vmlinux 0x99afe916 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x99bb8806 memmove +EXPORT_SYMBOL vmlinux 0x99c4f4c9 tc_classify +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99cffc26 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x99eb6be5 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a32506c kill_block_super +EXPORT_SYMBOL vmlinux 0x9a35266c blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x9a40ddb7 rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x9a626734 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x9a80dcee pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x9a89aee6 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x9aa69101 seq_putc +EXPORT_SYMBOL vmlinux 0x9aa91235 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x9aad48a2 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x9ab828d0 cad_pid +EXPORT_SYMBOL vmlinux 0x9ae62664 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9b16d334 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x9b294280 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b39821b d_delete +EXPORT_SYMBOL vmlinux 0x9b474847 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x9b53d10a blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b7f12ff ata_dev_printk +EXPORT_SYMBOL vmlinux 0x9b8cd586 of_platform_device_create +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9babdde9 bd_set_size +EXPORT_SYMBOL vmlinux 0x9bc7eae4 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bebd32b submit_bio_wait +EXPORT_SYMBOL vmlinux 0x9bfc6c5a input_set_abs_params +EXPORT_SYMBOL vmlinux 0x9c1ac89b agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x9c3d0db4 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x9c459c44 clear_inode +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c4ab642 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x9c5a9f5a qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x9c7dc5a6 scsi_print_command +EXPORT_SYMBOL vmlinux 0x9c97086f set_cached_acl +EXPORT_SYMBOL vmlinux 0x9ca41be9 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cbcdd34 add_disk +EXPORT_SYMBOL vmlinux 0x9cc15b0e mach_bsc9132_qds +EXPORT_SYMBOL vmlinux 0x9cc89f2e tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x9cd2d6ea inet6_add_offload +EXPORT_SYMBOL vmlinux 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL vmlinux 0x9ce56725 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d02317f dev_get_by_index +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d10d0e5 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x9d11d401 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x9d14983a ppc_enable_pmcs +EXPORT_SYMBOL vmlinux 0x9d1dd9bc backlight_device_register +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d43f075 simple_statfs +EXPORT_SYMBOL vmlinux 0x9d4c8015 is_bad_inode +EXPORT_SYMBOL vmlinux 0x9d5e5e93 md_register_thread +EXPORT_SYMBOL vmlinux 0x9d669763 memcpy +EXPORT_SYMBOL vmlinux 0x9d677d11 blk_put_queue +EXPORT_SYMBOL vmlinux 0x9d6a2cc1 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x9d6a54c2 flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x9d72229b fsl_ifc_find +EXPORT_SYMBOL vmlinux 0x9d789d6f udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x9d7ce8dd _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x9d82754b dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x9d82e40d blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x9d90f95f __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x9dc24da3 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x9dee9a84 cpm2_immr +EXPORT_SYMBOL vmlinux 0x9dfe7307 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e19c4d8 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x9e1ed1b2 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e4b3747 sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5f0d98 inet_frags_init +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e65b94f dev_set_mtu +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e76f064 page_readlink +EXPORT_SYMBOL vmlinux 0x9e76feb4 __nlmsg_put +EXPORT_SYMBOL vmlinux 0x9e802a9d tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0x9e8961f1 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x9e908005 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x9e99868c blk_init_tags +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ea84959 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x9ea87afb mddev_congested +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9eca6b19 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x9ecc4605 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9eda8b87 search_binary_handler +EXPORT_SYMBOL vmlinux 0x9ee946e2 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x9eedb4bc pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x9f09f58a simple_setattr +EXPORT_SYMBOL vmlinux 0x9f0c744f remap_pfn_range +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f5304fb dev_addr_add +EXPORT_SYMBOL vmlinux 0x9f5f13bf swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x9f623f7a ps2_handle_response +EXPORT_SYMBOL vmlinux 0x9f6b49be serio_reconnect +EXPORT_SYMBOL vmlinux 0x9f8256ba __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x9f911629 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fcc7452 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x9fd731a3 release_firmware +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ffa2d2f dquot_commit +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00fe7b3 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xa023296e netdev_state_change +EXPORT_SYMBOL vmlinux 0xa027eed0 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0xa02db7c1 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xa03dc54b lock_may_write +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa078ebbc __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa088e446 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa09620e8 bio_unmap_user +EXPORT_SYMBOL vmlinux 0xa0966e4b unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b7754d dev_crit +EXPORT_SYMBOL vmlinux 0xa0c17cab pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xa0cad2b6 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e65c47 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0fb13ad rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108062e phy_start +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa1106c9c tty_register_driver +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa145fba2 dqput +EXPORT_SYMBOL vmlinux 0xa14b5731 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa151eeaa security_path_mknod +EXPORT_SYMBOL vmlinux 0xa1980fba kill_pgrp +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c0059d blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0xa1c3896e pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c99385 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xa1f8fe75 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xa1fed239 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa223e1cc xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xa23c7ec9 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0xa23ccc92 dquot_release +EXPORT_SYMBOL vmlinux 0xa25cb449 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xa2752a49 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xa27c7daf proto_unregister +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2936805 vfs_readv +EXPORT_SYMBOL vmlinux 0xa2a05c1c jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xa2addd85 of_parse_phandle +EXPORT_SYMBOL vmlinux 0xa2bbed37 crash_shutdown_register +EXPORT_SYMBOL vmlinux 0xa2e9e77f ilookup5 +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa303d1ff dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xa309aeb3 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xa30c3eb9 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xa31a15bd ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa321a085 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xa32ee57e empty_aops +EXPORT_SYMBOL vmlinux 0xa336fa84 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xa33814a1 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa367896a tcp_proc_register +EXPORT_SYMBOL vmlinux 0xa3796889 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa38e691a ioremap_bot +EXPORT_SYMBOL vmlinux 0xa39b4cf2 udelay +EXPORT_SYMBOL vmlinux 0xa3abc422 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa3ae07fa input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xa3b1a823 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xa3cabdf7 scsi_get_command +EXPORT_SYMBOL vmlinux 0xa3e065fe sock_no_getname +EXPORT_SYMBOL vmlinux 0xa3e75545 flush_tlb_kernel_range +EXPORT_SYMBOL vmlinux 0xa429eb9f do_SAK +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa44669da devm_ioremap +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa4723b43 prepare_binprm +EXPORT_SYMBOL vmlinux 0xa4920d1e end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xa4a94d26 find_next_bit_le +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4c521da qdisc_list_add +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4ef00f3 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xa508569f km_policy_notify +EXPORT_SYMBOL vmlinux 0xa51c6fef request_key_async +EXPORT_SYMBOL vmlinux 0xa533cec7 down_read +EXPORT_SYMBOL vmlinux 0xa551799c serio_open +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5641404 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xa56b8ab2 flex_array_free +EXPORT_SYMBOL vmlinux 0xa58816e9 __bforget +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5c2c2a7 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xa5d07db8 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xa5ed3104 sock_create_kern +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa65583c2 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xa65972b8 _memcpy_toio +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa6b5b931 dev_err +EXPORT_SYMBOL vmlinux 0xa6c49155 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xa6d5c143 noop_llseek +EXPORT_SYMBOL vmlinux 0xa6e5956b blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xa7004f18 skb_insert +EXPORT_SYMBOL vmlinux 0xa7026aa3 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xa70aa801 simple_getattr +EXPORT_SYMBOL vmlinux 0xa70c4a1d ppp_channel_index +EXPORT_SYMBOL vmlinux 0xa70fc810 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xa71e7463 __first_cpu +EXPORT_SYMBOL vmlinux 0xa720678c lg_global_lock +EXPORT_SYMBOL vmlinux 0xa72947ac ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0xa7351539 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa74f4e9b ida_simple_get +EXPORT_SYMBOL vmlinux 0xa75b9093 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xa77d7b47 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xa78c8da9 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xa78d9eb7 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xa7a86f5b __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xa7ca2a0a qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xa7d60030 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xa7e7ec01 fget_raw +EXPORT_SYMBOL vmlinux 0xa7e94902 kmap_pte +EXPORT_SYMBOL vmlinux 0xa7f69037 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0xa7fcc4ed dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xa80170d9 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xa8173d81 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xa81c728e of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa82a64d8 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa8492691 kernel_write +EXPORT_SYMBOL vmlinux 0xa8628f5b unregister_key_type +EXPORT_SYMBOL vmlinux 0xa8698410 generic_fillattr +EXPORT_SYMBOL vmlinux 0xa87138f3 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa88ef462 sock_rfree +EXPORT_SYMBOL vmlinux 0xa89464b7 __ashldi3 +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8b4348e filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xa8cd6209 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xa8e29c59 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9093e10 mmc_can_reset +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa9273e1a epapr_hypercall_start +EXPORT_SYMBOL vmlinux 0xa94df7d9 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xa9571d6d DMA_MODE_WRITE +EXPORT_SYMBOL vmlinux 0xa96842c7 poll_freewait +EXPORT_SYMBOL vmlinux 0xa9897838 contig_page_data +EXPORT_SYMBOL vmlinux 0xa98c980c rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xa9a87b2f filp_open +EXPORT_SYMBOL vmlinux 0xa9aac4a3 fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0xa9afd658 abort_creds +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9f86a01 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xa9fcb1c3 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xaa0c0260 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xaa25349a dst_release +EXPORT_SYMBOL vmlinux 0xaa36c566 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xaa39b8e0 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0xaa46e87e lg_local_unlock +EXPORT_SYMBOL vmlinux 0xaa4ca5f0 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6e4df5 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaa938b4e kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0xaaab8067 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0xaac35d1d tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0xaad44253 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaae47ec2 __cleancache_put_page +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab054e9d tcf_hash_create +EXPORT_SYMBOL vmlinux 0xab126f35 blk_recount_segments +EXPORT_SYMBOL vmlinux 0xab2c071f jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xab39547f dev_uc_del +EXPORT_SYMBOL vmlinux 0xab3a9cae pci_set_mwi +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab81bef2 skb_copy +EXPORT_SYMBOL vmlinux 0xaba3ad0c radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xabb7f699 __bread +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabd0e48f tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0xabfe8f56 flush_old_exec +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac26b820 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xac6bf504 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0xac6d5fc7 cdev_init +EXPORT_SYMBOL vmlinux 0xac83dcdb phy_attach +EXPORT_SYMBOL vmlinux 0xac9801ef set_anon_super +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb65600 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xacc5b5d2 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xacc9a2a2 blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacd371e3 simple_empty +EXPORT_SYMBOL vmlinux 0xacd58f60 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xace5884f blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xace99ab2 softnet_data +EXPORT_SYMBOL vmlinux 0xacf03ac6 ata_link_printk +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacfa47b6 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad088b67 ab3100_event_register +EXPORT_SYMBOL vmlinux 0xad127899 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xad14a0f3 dev_printk_emit +EXPORT_SYMBOL vmlinux 0xad1948fb phy_device_free +EXPORT_SYMBOL vmlinux 0xad1f9b3b single_open_size +EXPORT_SYMBOL vmlinux 0xad201ab1 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xad43030c scsi_print_result +EXPORT_SYMBOL vmlinux 0xad5f1e8e fb_pan_display +EXPORT_SYMBOL vmlinux 0xad641c48 dev_open +EXPORT_SYMBOL vmlinux 0xad671dfd tty_write_room +EXPORT_SYMBOL vmlinux 0xad675cdd mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xad69bb6d set_security_override +EXPORT_SYMBOL vmlinux 0xad78b2bf clear_bdi_congested +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad8b44ad filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0xad9be844 vmap +EXPORT_SYMBOL vmlinux 0xad9e15e4 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xada4f6f4 arp_xmit +EXPORT_SYMBOL vmlinux 0xadac70ee decrementer_clockevent +EXPORT_SYMBOL vmlinux 0xadacf00b i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xadd1e971 alignment_exception +EXPORT_SYMBOL vmlinux 0xaddd4770 __debugger_iabr_match +EXPORT_SYMBOL vmlinux 0xaddfe907 make_bad_inode +EXPORT_SYMBOL vmlinux 0xadf0811d get_baudrate +EXPORT_SYMBOL vmlinux 0xae022f7d eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xae29f4bc netlink_unicast +EXPORT_SYMBOL vmlinux 0xae3847e1 max8925_set_bits +EXPORT_SYMBOL vmlinux 0xae509beb mach_qemu_e500 +EXPORT_SYMBOL vmlinux 0xae545f06 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xae56d2de scm_detach_fds +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae76c4ba sock_no_poll +EXPORT_SYMBOL vmlinux 0xae77a595 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0xae8170f9 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xae85a27e radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xaea4c964 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xaea71e62 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xaeaf503c xfrm_init_state +EXPORT_SYMBOL vmlinux 0xaeaf89bf sg_miter_stop +EXPORT_SYMBOL vmlinux 0xaeb5f5be fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaee74e0d tso_start +EXPORT_SYMBOL vmlinux 0xaee99274 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xaf063510 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xaf1b1e52 __blk_end_request +EXPORT_SYMBOL vmlinux 0xaf2d366b ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xaf2d872c prepare_to_wait +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf5bc9c3 input_grab_device +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf91c10a dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9340a7 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafaecb64 ppp_input +EXPORT_SYMBOL vmlinux 0xafc05fd9 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xafcacd79 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xafcc3164 simple_rmdir +EXPORT_SYMBOL vmlinux 0xafcd5a67 dst_alloc +EXPORT_SYMBOL vmlinux 0xafdbd911 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xafe4eae1 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xafe67a52 __f_setown +EXPORT_SYMBOL vmlinux 0xafee4dcd setattr_copy +EXPORT_SYMBOL vmlinux 0xafff3d1d mempool_alloc +EXPORT_SYMBOL vmlinux 0xb0191bd3 pipe_unlock +EXPORT_SYMBOL vmlinux 0xb03d8b7b set_device_ro +EXPORT_SYMBOL vmlinux 0xb04241b4 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xb0455aa6 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xb05c4dc5 abx500_register_ops +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb07037ad pci_set_master +EXPORT_SYMBOL vmlinux 0xb08fdd67 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xb093e1ee arp_tbl +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0aa8f1d scsi_add_device +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0bd90fb padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xb0c27349 secpath_dup +EXPORT_SYMBOL vmlinux 0xb0d069bb inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb10c1d4d ip_defrag +EXPORT_SYMBOL vmlinux 0xb119c892 __kfree_skb +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1325160 unlock_new_inode +EXPORT_SYMBOL vmlinux 0xb1347e4f genlmsg_put +EXPORT_SYMBOL vmlinux 0xb15bd8fa tb_ticks_per_sec +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb18589bc qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xb1865ead dev_notice +EXPORT_SYMBOL vmlinux 0xb18d40a3 __neigh_event_send +EXPORT_SYMBOL vmlinux 0xb1933d0a tty_free_termios +EXPORT_SYMBOL vmlinux 0xb19466ab dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1aa91d4 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xb1b2c075 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0xb1c0fd38 kern_path +EXPORT_SYMBOL vmlinux 0xb1c2d8f3 pci_get_device +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c6e787 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1e426d1 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xb1f57a95 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0xb2234baa dev_mc_del +EXPORT_SYMBOL vmlinux 0xb233762c atomic64_set +EXPORT_SYMBOL vmlinux 0xb23c3f5d simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xb2460b1e scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb2b1061c of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2c55d00 blk_start_queue +EXPORT_SYMBOL vmlinux 0xb2c6aa76 blk_end_request_all +EXPORT_SYMBOL vmlinux 0xb2c97160 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb30aae9b sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xb3204263 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xb32d7b7e radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xb33949fe dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xb33a375c scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0xb358f11e mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0xb35dbe1b km_report +EXPORT_SYMBOL vmlinux 0xb36a0613 check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0xb36a603b page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xb39cdb00 powerpc_debugfs_root +EXPORT_SYMBOL vmlinux 0xb3a03b45 of_get_parent +EXPORT_SYMBOL vmlinux 0xb3a1f23d d_path +EXPORT_SYMBOL vmlinux 0xb3a4939a force_sig +EXPORT_SYMBOL vmlinux 0xb3adfe9c neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xb3cb24a3 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xb3d9ebdd mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0xb3e15efb pagevec_lookup +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3fbf053 dquot_enable +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb424c907 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0xb441d12f pci_enable_device +EXPORT_SYMBOL vmlinux 0xb452edf2 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xb454d8d3 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0xb461a435 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47d07cf __cleancache_get_page +EXPORT_SYMBOL vmlinux 0xb4954fe3 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xb4975d78 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xb4a88eb8 max8925_reg_read +EXPORT_SYMBOL vmlinux 0xb4dc46f6 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xb4dc6024 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0xb4e74753 bio_add_page +EXPORT_SYMBOL vmlinux 0xb4ee93fa jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xb508ae01 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xb5101622 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb54a8df7 padata_add_cpu +EXPORT_SYMBOL vmlinux 0xb5577f14 install_exec_creds +EXPORT_SYMBOL vmlinux 0xb568b2ab mmc_remove_host +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57bf846 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xb58fe181 sock_edemux +EXPORT_SYMBOL vmlinux 0xb594a1da dquot_file_open +EXPORT_SYMBOL vmlinux 0xb5a35d10 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b01e4e kill_fasync +EXPORT_SYMBOL vmlinux 0xb5b6847f blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xb5d9454c printk_emit +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb62cebf8 d_set_d_op +EXPORT_SYMBOL vmlinux 0xb633bc0b genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb6472bcd kern_path_create +EXPORT_SYMBOL vmlinux 0xb6599b9a machine_check_exception +EXPORT_SYMBOL vmlinux 0xb6730633 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb699afe9 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6c4e9f6 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6d7e578 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xb6f894bf input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xb6fdb6bc dm_kobject_release +EXPORT_SYMBOL vmlinux 0xb7226763 __frontswap_test +EXPORT_SYMBOL vmlinux 0xb748748d ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xb753bcc8 __ashrdi3 +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb7777984 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0xb77c9a7d padata_stop +EXPORT_SYMBOL vmlinux 0xb79a4e1a store_fp_state +EXPORT_SYMBOL vmlinux 0xb7a99781 __irq_regs +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7b6e07d gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xb7d20496 udp_poll +EXPORT_SYMBOL vmlinux 0xb7d4a475 sockfd_lookup +EXPORT_SYMBOL vmlinux 0xb805b96a alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xb80cc936 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb83239e1 block_commit_write +EXPORT_SYMBOL vmlinux 0xb83548d6 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xb83aff5f inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0xb84af8e9 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xb856e7bd tcp_read_sock +EXPORT_SYMBOL vmlinux 0xb86015d6 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0xb864458f jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xb86a0b47 dump_emit +EXPORT_SYMBOL vmlinux 0xb86a5410 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb87ac60c inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xb8846676 may_umount_tree +EXPORT_SYMBOL vmlinux 0xb8973e92 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xb8b47477 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb90ab25f sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xb9100965 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xb91d1edd iov_iter_init +EXPORT_SYMBOL vmlinux 0xb92d5cb7 do_truncate +EXPORT_SYMBOL vmlinux 0xb94025ab xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xb97bf160 __break_lease +EXPORT_SYMBOL vmlinux 0xb9857d15 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9906846 napi_get_frags +EXPORT_SYMBOL vmlinux 0xb9993057 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xb9a68f2a ihold +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f1ce6c md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba6e6adb sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xba835823 __destroy_inode +EXPORT_SYMBOL vmlinux 0xba8c5205 mem_map +EXPORT_SYMBOL vmlinux 0xba8e7837 datagram_poll +EXPORT_SYMBOL vmlinux 0xbabfef71 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xbac244d3 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0xbad0e035 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xbaebb56a cdev_alloc +EXPORT_SYMBOL vmlinux 0xbb0b43e7 icmpv6_send +EXPORT_SYMBOL vmlinux 0xbb44c0fa of_get_next_child +EXPORT_SYMBOL vmlinux 0xbb46a034 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb828178 bio_advance +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbc36301 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xbbc596e5 ip6_route_output +EXPORT_SYMBOL vmlinux 0xbbd0ac2c scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0xbbd7100d jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xbbdcd4e3 of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xbbf0232e mmc_align_data_size +EXPORT_SYMBOL vmlinux 0xbc0ac7a5 ip_getsockopt +EXPORT_SYMBOL vmlinux 0xbc19ff9f fddi_type_trans +EXPORT_SYMBOL vmlinux 0xbc1f6bc0 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xbc316de4 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0xbc539f77 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xbc5dad4d kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0xbc6e8534 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0xbc8c358b neigh_ifdown +EXPORT_SYMBOL vmlinux 0xbc94440c dev_change_flags +EXPORT_SYMBOL vmlinux 0xbca8fb2f notify_change +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbd36460c pci_find_bus +EXPORT_SYMBOL vmlinux 0xbd3cf044 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xbd51441e zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0xbd803510 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xbd8a230d netdev_features_change +EXPORT_SYMBOL vmlinux 0xbd8a38b4 sk_stop_timer +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd9e5d49 __lshrdi3 +EXPORT_SYMBOL vmlinux 0xbdaf7f82 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xbdba9828 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xbdc7199b dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xbdcc3793 pci_save_state +EXPORT_SYMBOL vmlinux 0xbdd9a0b3 pci_get_slot +EXPORT_SYMBOL vmlinux 0xbdf176aa twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xbdf2367b __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xbdf2ff4a __invalidate_device +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe385cc5 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xbe461641 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0xbe74c846 xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0xbe9c62a9 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xbec5ad90 dev_mc_init +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf08f207 i2c_master_recv +EXPORT_SYMBOL vmlinux 0xbf2e8353 security_inode_readlink +EXPORT_SYMBOL vmlinux 0xbf517af5 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0xbf751a89 arp_create +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf868eab neigh_lookup +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf919ff0 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xbf925c42 idr_init +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbf9f52db fb_set_var +EXPORT_SYMBOL vmlinux 0xbfb111d5 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xbfb39897 vfs_symlink +EXPORT_SYMBOL vmlinux 0xbfb8b0b7 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfcccd3f netif_device_detach +EXPORT_SYMBOL vmlinux 0xbfea127b set_blocksize +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xc01f4fbb swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0xc0215063 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc058047b blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc06e7439 mach_corenet_generic +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0808c95 open_exec +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0a9d5b7 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xc0b58cef end_page_writeback +EXPORT_SYMBOL vmlinux 0xc0bc3a2d simple_transaction_get +EXPORT_SYMBOL vmlinux 0xc0c26b8a adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xc0d5157c bio_reset +EXPORT_SYMBOL vmlinux 0xc0da9c54 key_reject_and_link +EXPORT_SYMBOL vmlinux 0xc0ed4ec3 register_filesystem +EXPORT_SYMBOL vmlinux 0xc0f712f6 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xc11911e4 save_mount_options +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc12e9c0f sock_sendmsg +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc1318dcd max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xc13a10dc flex_array_alloc +EXPORT_SYMBOL vmlinux 0xc13ccec5 of_iomap +EXPORT_SYMBOL vmlinux 0xc1b82d22 register_shrinker +EXPORT_SYMBOL vmlinux 0xc1d3d5fd xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc213dc0e of_find_property +EXPORT_SYMBOL vmlinux 0xc23f95eb tty_port_close_end +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc290165d d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0xc2bcbf12 d_genocide +EXPORT_SYMBOL vmlinux 0xc2c6ef3b __devm_release_region +EXPORT_SYMBOL vmlinux 0xc2d20e5b blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2dfecb9 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2eb8263 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0xc2ecd8b3 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc304ca38 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0xc3200e49 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xc35146f3 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0xc368849f nvram_sync +EXPORT_SYMBOL vmlinux 0xc4164ec5 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0xc41a4edc __serio_register_port +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc45755de find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xc45d822d dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc47cdf9c _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xc47d2519 __module_get +EXPORT_SYMBOL vmlinux 0xc498bb8d __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4a470f6 nf_ct_attach +EXPORT_SYMBOL vmlinux 0xc4b232b0 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xc4e0b273 __scsi_add_device +EXPORT_SYMBOL vmlinux 0xc4e67512 sock_i_uid +EXPORT_SYMBOL vmlinux 0xc50cda3b __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xc51935a7 follow_up +EXPORT_SYMBOL vmlinux 0xc51a25f3 md_done_sync +EXPORT_SYMBOL vmlinux 0xc53333dc inet_getname +EXPORT_SYMBOL vmlinux 0xc53f138b jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xc5457999 vfs_unlink +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc55c2a9d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xc55de23c percpu_counter_set +EXPORT_SYMBOL vmlinux 0xc564049a tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc58ffa63 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5b9cfe6 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5db7f8e dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xc5e7f29a get_super_thawed +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc6264a11 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc64d8a5f eth_header_parse +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc65e342f d_validate +EXPORT_SYMBOL vmlinux 0xc663b075 __ioremap +EXPORT_SYMBOL vmlinux 0xc68bd1d2 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xc69c0fc7 of_get_min_tck +EXPORT_SYMBOL vmlinux 0xc6accef8 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xc6b22c71 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6cdf743 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xc6e8dc9e pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xc6fae3b9 of_device_alloc +EXPORT_SYMBOL vmlinux 0xc70b0c85 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xc71b7e48 lock_rename +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc729f464 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xc738c5a0 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xc7552a8d xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc75858f8 generic_show_options +EXPORT_SYMBOL vmlinux 0xc768de19 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc7691f89 down_write +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7898275 flex_array_shrink +EXPORT_SYMBOL vmlinux 0xc794e17d xfrm_state_update +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7cf1810 sk_release_kernel +EXPORT_SYMBOL vmlinux 0xc7dc9145 xfrm_register_type +EXPORT_SYMBOL vmlinux 0xc7e0a7a7 tty_hangup +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc8276a79 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xc82c2b88 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xc82e3c3f generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc8492067 bio_integrity_free +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8571bcb idr_for_each +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8749fca scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xc884297b dev_get_stats +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8aeca9e kill_anon_super +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8bd7bb7 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xc8c5b056 gen_pool_alloc +EXPORT_SYMBOL vmlinux 0xc8f6d294 invalidate_partition +EXPORT_SYMBOL vmlinux 0xc915a065 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0xc91ea73a __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xc93fbc54 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xc949d4bc udplite_prot +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc97d4a51 generic_getxattr +EXPORT_SYMBOL vmlinux 0xc982d35b tso_build_hdr +EXPORT_SYMBOL vmlinux 0xc98f2e8c udp6_csum_init +EXPORT_SYMBOL vmlinux 0xc992c1f7 simple_dname +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc9981ee5 fsync_bdev +EXPORT_SYMBOL vmlinux 0xc99b3cba ppp_unit_number +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9b0d147 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xc9cf7961 proc_set_size +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca191721 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xca2b1cd6 ida_pre_get +EXPORT_SYMBOL vmlinux 0xca3deefb bdevname +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca796476 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xca832ab3 __register_chrdev +EXPORT_SYMBOL vmlinux 0xca892bb2 udp_add_offload +EXPORT_SYMBOL vmlinux 0xca8e483a bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcaa244be tcf_exts_change +EXPORT_SYMBOL vmlinux 0xcacd2561 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xcacd272d atomic64_sub_return +EXPORT_SYMBOL vmlinux 0xcace6297 idr_is_empty +EXPORT_SYMBOL vmlinux 0xcacf0a75 simple_write_begin +EXPORT_SYMBOL vmlinux 0xcad4daff of_device_unregister +EXPORT_SYMBOL vmlinux 0xcae04bcb swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xcae3e847 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xcae7a40e mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcaf97a6e kernel_getsockname +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb09cf90 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb0f07e7 brioctl_set +EXPORT_SYMBOL vmlinux 0xcb41f824 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xcb4ee1f0 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xcb5f84eb input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xcb7a0ec6 i2c_use_client +EXPORT_SYMBOL vmlinux 0xcb7daa7c md_unregister_thread +EXPORT_SYMBOL vmlinux 0xcb912b4b phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xcba98484 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xcbbc96ce skb_unlink +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc63fa0 dump_skip +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcc17504d _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xcc1c1f37 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xcc1cd740 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xcc20332f __put_cred +EXPORT_SYMBOL vmlinux 0xcc206b93 find_vma +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc64f473 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccd8e1f6 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xcce48cc6 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xcce84af4 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xcd03b325 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xcd0529c7 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd324777 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xcd3cdd6a xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xcd6b96f8 tty_do_resize +EXPORT_SYMBOL vmlinux 0xcd704cd0 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xcd801059 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0xcd817b1f from_kgid +EXPORT_SYMBOL vmlinux 0xcd86c87f __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xcd8bcb19 dcache_dir_open +EXPORT_SYMBOL vmlinux 0xcdbf33d5 d_make_root +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcde25975 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce308cad mount_bdev +EXPORT_SYMBOL vmlinux 0xce45474a jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xce4a1cba bio_copy_data +EXPORT_SYMBOL vmlinux 0xce582f01 d_add_ci +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce642bed eth_mac_addr +EXPORT_SYMBOL vmlinux 0xce689888 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xce76c5e9 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0xce7b8a14 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xce8aa76d blk_fetch_request +EXPORT_SYMBOL vmlinux 0xcea3886e security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceaf9156 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0xcec6c02e scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf1bfa8a inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xcf1d7646 isa_mem_base +EXPORT_SYMBOL vmlinux 0xcf1f0ae7 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0xcf3025cb inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xcf39adb0 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0xcf490193 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xcf4ab94a skb_append +EXPORT_SYMBOL vmlinux 0xcf70eee3 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xcf845fe7 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xcf8b6ebc iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0xcfce362f do_splice_direct +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd03ba6a3 msi_bitmap_free_hwirqs +EXPORT_SYMBOL vmlinux 0xd046a8c2 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xd06865bc cfb_fillrect +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0b78306 neigh_update +EXPORT_SYMBOL vmlinux 0xd0c87112 mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xd0ce5dc2 devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd1032adc netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xd10cee85 proc_set_user +EXPORT_SYMBOL vmlinux 0xd113169b input_unregister_handler +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd12d5413 fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0xd1326160 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xd146e816 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xd14baa0f dquot_quota_off +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd1970d8b tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xd19eb8be sk_mc_loop +EXPORT_SYMBOL vmlinux 0xd1c64a3d tcp_close +EXPORT_SYMBOL vmlinux 0xd1cc76c5 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xd1ccfb56 dqget +EXPORT_SYMBOL vmlinux 0xd1cf5fb2 dcb_getapp +EXPORT_SYMBOL vmlinux 0xd1e3f3c4 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xd1e588f7 __ps2_command +EXPORT_SYMBOL vmlinux 0xd1f16ef7 skb_copy_expand +EXPORT_SYMBOL vmlinux 0xd1f7da57 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xd21dae79 fasync_helper +EXPORT_SYMBOL vmlinux 0xd21e121d netpoll_setup +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd2340d09 block_read_full_page +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd25253dd blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd26a8c95 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0xd274dcdb dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd27bb951 neigh_destroy +EXPORT_SYMBOL vmlinux 0xd2857dce security_path_chmod +EXPORT_SYMBOL vmlinux 0xd2ad4161 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0xd2af138b reservation_ww_class +EXPORT_SYMBOL vmlinux 0xd2b8e204 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xd2cbda45 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xd2ceb53c sock_alloc_file +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e35122 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0xd2f1564a phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xd2fc19bd proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0xd3008d4d sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xd317744f jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd3221cdf padata_alloc_possible +EXPORT_SYMBOL vmlinux 0xd346e191 clk_get +EXPORT_SYMBOL vmlinux 0xd369cdf6 phy_print_status +EXPORT_SYMBOL vmlinux 0xd38eb1d3 init_buffer +EXPORT_SYMBOL vmlinux 0xd3ab9878 sock_init_data +EXPORT_SYMBOL vmlinux 0xd3ad801b netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xd3c00520 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xd3ce9fff netlink_set_err +EXPORT_SYMBOL vmlinux 0xd3db8004 elv_register_queue +EXPORT_SYMBOL vmlinux 0xd3e7c282 inet6_bind +EXPORT_SYMBOL vmlinux 0xd4318278 alloc_disk_node +EXPORT_SYMBOL vmlinux 0xd473f12b __napi_schedule +EXPORT_SYMBOL vmlinux 0xd4874d56 follow_down +EXPORT_SYMBOL vmlinux 0xd48b623a sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xd48fc9ad udp_set_csum +EXPORT_SYMBOL vmlinux 0xd49e3a49 tty_port_put +EXPORT_SYMBOL vmlinux 0xd4a1a148 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0xd4c0ca93 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xd4c6786a uart_get_divisor +EXPORT_SYMBOL vmlinux 0xd4c828ae registered_fb +EXPORT_SYMBOL vmlinux 0xd4efdca7 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xd4ffe9e2 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xd5152fb7 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0xd539e478 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xd53a3643 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xd5486820 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0xd5646c5e elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xd56c6160 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xd5a4118a netif_carrier_on +EXPORT_SYMBOL vmlinux 0xd5a9adde prepare_creds +EXPORT_SYMBOL vmlinux 0xd5acfd48 dma_pool_create +EXPORT_SYMBOL vmlinux 0xd5afd368 acl_by_type +EXPORT_SYMBOL vmlinux 0xd5b2e52a single_step_exception +EXPORT_SYMBOL vmlinux 0xd5d21b54 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xd5e8444a __div64_32 +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd6053c98 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0xd606503d register_sysctl +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd627480b strncat +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd638194b new_sync_read +EXPORT_SYMBOL vmlinux 0xd64147d9 thaw_bdev +EXPORT_SYMBOL vmlinux 0xd648056a d_find_any_alias +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd64ca898 seq_write +EXPORT_SYMBOL vmlinux 0xd6727100 d_splice_alias +EXPORT_SYMBOL vmlinux 0xd678714c blk_sync_queue +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd69b30e0 atomic64_add_unless +EXPORT_SYMBOL vmlinux 0xd69d0f60 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xd6b3d727 deactivate_super +EXPORT_SYMBOL vmlinux 0xd6cfb902 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0xd6d63e9d lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xd6e636ee inet_add_offload +EXPORT_SYMBOL vmlinux 0xd6ebe5af tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6ef5662 phy_driver_register +EXPORT_SYMBOL vmlinux 0xd719539a posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0xd71f978e netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xd72d0f38 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xd73a99cc ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xd7551829 neigh_table_init +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd761a383 ioremap_prot +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd78c4396 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xd78daae0 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7b5e4c4 dquot_destroy +EXPORT_SYMBOL vmlinux 0xd7e0852c blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7efc516 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xd7f14739 inet6_protos +EXPORT_SYMBOL vmlinux 0xd85833cb __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xd85d3573 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xd8893258 __frontswap_load +EXPORT_SYMBOL vmlinux 0xd88efce3 padata_alloc +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd89e830a scsi_print_sense +EXPORT_SYMBOL vmlinux 0xd8bedaf1 blk_delay_queue +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8e60699 da903x_query_status +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd938b6bf dev_add_offload +EXPORT_SYMBOL vmlinux 0xd93b20ee pcim_pin_device +EXPORT_SYMBOL vmlinux 0xd946791a phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xd9498b22 proc_dointvec +EXPORT_SYMBOL vmlinux 0xd94d1912 security_file_permission +EXPORT_SYMBOL vmlinux 0xd956607f sync_blockdev +EXPORT_SYMBOL vmlinux 0xd9601f11 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd99d136f ps2_init +EXPORT_SYMBOL vmlinux 0xd9b4e389 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xd9b928c7 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xd9bac924 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xd9be49bd nobh_truncate_page +EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xd9d6b948 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xd9d81fda i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xd9eaf36f elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xd9eeae64 tty_unregister_device +EXPORT_SYMBOL vmlinux 0xda07bb18 serio_rescan +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda2b651d bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xda2e6fc2 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda5432eb nf_log_register +EXPORT_SYMBOL vmlinux 0xda5651d9 nobh_write_begin +EXPORT_SYMBOL vmlinux 0xda624104 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xda6adfd7 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xda6cb2d8 fget +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda8c72c9 __scm_send +EXPORT_SYMBOL vmlinux 0xda93adbe kthread_stop +EXPORT_SYMBOL vmlinux 0xdaa35ce7 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdabc1ea8 fsl_lbc_find +EXPORT_SYMBOL vmlinux 0xdae4cd11 dev_load +EXPORT_SYMBOL vmlinux 0xdb01198e fsl_upm_find +EXPORT_SYMBOL vmlinux 0xdb053ea2 generic_removexattr +EXPORT_SYMBOL vmlinux 0xdb31c4f0 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xdb32a1ce mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xdb3728d4 skb_trim +EXPORT_SYMBOL vmlinux 0xdb47135f try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xdb4aa4f4 eth_header +EXPORT_SYMBOL vmlinux 0xdb54b6ca nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb872dd3 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xdb92303d tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xdb99c490 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xdbb1cdd2 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xdbc8133d vme_master_request +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbcf19b1 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1eaf6a ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xdc3b17f1 neigh_for_each +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc479463 scsi_execute +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc87c93c mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xdc8bbeb3 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xdc9498dd down +EXPORT_SYMBOL vmlinux 0xdca0571d skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcb81400 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xdcddea56 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xdcde7c71 skb_checksum +EXPORT_SYMBOL vmlinux 0xdce13234 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xdcfcf0cb rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xdd006a26 complete_request_key +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr +EXPORT_SYMBOL vmlinux 0xdd3abeb1 free_buffer_head +EXPORT_SYMBOL vmlinux 0xdd3fbe2b key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xdd4809f9 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xdd508cf2 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xdd5a92dc blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xdd5e8767 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xdd6f9348 uart_match_port +EXPORT_SYMBOL vmlinux 0xdd940133 do_splice_from +EXPORT_SYMBOL vmlinux 0xdd95ff0e udp_proc_register +EXPORT_SYMBOL vmlinux 0xddaeefec fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0xddb65381 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xddbd72b0 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xdde49bcb scsi_finish_command +EXPORT_SYMBOL vmlinux 0xddf27441 ping_prot +EXPORT_SYMBOL vmlinux 0xddf34aa2 invalidate_bdev +EXPORT_SYMBOL vmlinux 0xddfe2c82 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde314eb1 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0xde44048b neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xde4575e8 get_agp_version +EXPORT_SYMBOL vmlinux 0xde48e9ca _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xde4a80aa netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0xde4eecee skb_pull +EXPORT_SYMBOL vmlinux 0xde52d4cb tcp_child_process +EXPORT_SYMBOL vmlinux 0xde54bb39 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0xde622f6a km_state_notify +EXPORT_SYMBOL vmlinux 0xde6298f4 sk_reset_timer +EXPORT_SYMBOL vmlinux 0xde68d02d cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xde829512 audit_log_task_info +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xde9fd036 vc_resize +EXPORT_SYMBOL vmlinux 0xdecb8197 igrab +EXPORT_SYMBOL vmlinux 0xded95dda lookup_one_len +EXPORT_SYMBOL vmlinux 0xdf0130a6 alloc_fcdev +EXPORT_SYMBOL vmlinux 0xdf29f09a devm_gpiod_get +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf45a3ff tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf639a9c tcf_hash_search +EXPORT_SYMBOL vmlinux 0xdf6543bd security_path_rmdir +EXPORT_SYMBOL vmlinux 0xdf691203 nf_getsockopt +EXPORT_SYMBOL vmlinux 0xdf83831d jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfbc9347 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xdfcffd6f xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xdfe7c46e end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xdff32ce1 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xdff43ed4 __debugger +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffb474f mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0xe022fc61 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe04fa94a bio_copy_user +EXPORT_SYMBOL vmlinux 0xe05bd101 scsi_unregister +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe0a81ce5 phy_find_first +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0c09d72 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xe0cdf472 override_creds +EXPORT_SYMBOL vmlinux 0xe0ea09b5 send_sig_info +EXPORT_SYMBOL vmlinux 0xe0ea8036 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe12e2c40 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0xe13bd687 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xe14e1fb3 f_setown +EXPORT_SYMBOL vmlinux 0xe14ef2f7 dev_addr_init +EXPORT_SYMBOL vmlinux 0xe15179f2 nf_register_hook +EXPORT_SYMBOL vmlinux 0xe1523993 udp_ioctl +EXPORT_SYMBOL vmlinux 0xe15e54a8 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe18028ab blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xe1878bea md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xe18cc51d blkdev_put +EXPORT_SYMBOL vmlinux 0xe1b1aa05 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xe1c27d64 of_scan_pci_bridge +EXPORT_SYMBOL vmlinux 0xe1c3657e local_flush_tlb_mm +EXPORT_SYMBOL vmlinux 0xe1cbcfad tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xe1d6db1b textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xe1f34c78 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe209852e skb_clone +EXPORT_SYMBOL vmlinux 0xe22322ee blk_execute_rq +EXPORT_SYMBOL vmlinux 0xe22a0844 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe25fb582 mutex_trylock +EXPORT_SYMBOL vmlinux 0xe2667776 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2be5498 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xe2c79aec xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2de7768 simple_readpage +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2f7cab1 lro_receive_skb +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe30c00e8 bio_split +EXPORT_SYMBOL vmlinux 0xe312fe26 __get_user_pages +EXPORT_SYMBOL vmlinux 0xe31bf095 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xe32fc59a generic_write_end +EXPORT_SYMBOL vmlinux 0xe33bfacb sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xe348c5ae elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xe356e90b netdev_warn +EXPORT_SYMBOL vmlinux 0xe36931cd devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xe382685f alloc_fddidev +EXPORT_SYMBOL vmlinux 0xe3833859 md_integrity_register +EXPORT_SYMBOL vmlinux 0xe39d6812 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xe3ac890d address_space_init_once +EXPORT_SYMBOL vmlinux 0xe3b19263 phy_connect +EXPORT_SYMBOL vmlinux 0xe3d62dae pipe_lock +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3e3f011 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xe3f0e24c fb_get_mode +EXPORT_SYMBOL vmlinux 0xe3f7582d qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xe40d0ae8 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xe4108d0d blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0xe41c943b inet_select_addr +EXPORT_SYMBOL vmlinux 0xe4316af9 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xe432f8df md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xe440356c pci_read_vpd +EXPORT_SYMBOL vmlinux 0xe4532e6b irq_set_chip +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe4bddd97 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0xe4d188ef mnt_unpin +EXPORT_SYMBOL vmlinux 0xe4f05fcc ps2_command +EXPORT_SYMBOL vmlinux 0xe4fe8ca1 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe501ea18 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xe5113a61 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe552ba76 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xe55d6cd6 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xe573fd7a d_prune_aliases +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe57c4732 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xe57e9cc3 __find_get_block +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe58c7731 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xe5964905 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0xe5bf0425 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xe5c49077 kfree_skb +EXPORT_SYMBOL vmlinux 0xe5c4c808 agp_free_page_array +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe605d689 bioset_free +EXPORT_SYMBOL vmlinux 0xe60a6cca netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xe60bf284 make_kgid +EXPORT_SYMBOL vmlinux 0xe6201fe9 mdiobus_write +EXPORT_SYMBOL vmlinux 0xe627a405 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xe631f397 sk_filter +EXPORT_SYMBOL vmlinux 0xe6467212 mntput +EXPORT_SYMBOL vmlinux 0xe64ef60b mmc_can_discard +EXPORT_SYMBOL vmlinux 0xe66452ab dql_init +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe694343d machine_id +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe6a79d31 clocksource_register +EXPORT_SYMBOL vmlinux 0xe6dd236d clear_pages +EXPORT_SYMBOL vmlinux 0xe6e773b3 scsi_remove_device +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe71fa214 read_cache_pages +EXPORT_SYMBOL vmlinux 0xe76e55a2 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xe7719b4f cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xe794edce of_match_device +EXPORT_SYMBOL vmlinux 0xe7a28f59 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xe7a3426e tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xe7a63674 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7b7cbd8 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xe7bce47b ip_check_defrag +EXPORT_SYMBOL vmlinux 0xe7c84014 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0xe7ce7439 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d80261 of_phy_connect +EXPORT_SYMBOL vmlinux 0xe7e62737 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xe7f7ee19 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xe81362b3 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xe81999b2 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe82cc752 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xe833fa77 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xe83ec36d check_disk_size_change +EXPORT_SYMBOL vmlinux 0xe851bb05 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xe8532b70 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xe8537a30 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xe8538f8c alloc_disk +EXPORT_SYMBOL vmlinux 0xe85bf314 of_phy_attach +EXPORT_SYMBOL vmlinux 0xe8653328 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0xe8685222 of_phy_find_device +EXPORT_SYMBOL vmlinux 0xe881edcf dev_uc_sync +EXPORT_SYMBOL vmlinux 0xe88b9ba6 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xe898bfba crc32_le_combine +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c26b67 pci_release_region +EXPORT_SYMBOL vmlinux 0xe8dcc6da register_key_type +EXPORT_SYMBOL vmlinux 0xe8e7d8fd user_path_at +EXPORT_SYMBOL vmlinux 0xe90e9f8f kmap_high +EXPORT_SYMBOL vmlinux 0xe910de09 bio_put +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe920519c blk_requeue_request +EXPORT_SYMBOL vmlinux 0xe9236e12 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xe9378d58 idr_get_next +EXPORT_SYMBOL vmlinux 0xe93e7a79 i2c_master_send +EXPORT_SYMBOL vmlinux 0xe9460f68 phy_init_eee +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95d9430 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0xe961921a __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xe9914138 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xe9b71753 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xe9b949b4 single_release +EXPORT_SYMBOL vmlinux 0xe9dfe5ac wireless_spy_update +EXPORT_SYMBOL vmlinux 0xe9eaaa2d page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea027e1c sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea968c96 ___ratelimit +EXPORT_SYMBOL vmlinux 0xea9d1931 __sock_create +EXPORT_SYMBOL vmlinux 0xeabfea33 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0xead3143e agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xead5e526 blk_start_request +EXPORT_SYMBOL vmlinux 0xeb00e0cf of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0xeb0d0dcc blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb42e045 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb8f3350 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xeb924ba9 page_symlink +EXPORT_SYMBOL vmlinux 0xeba4fb5a register_quota_format +EXPORT_SYMBOL vmlinux 0xeba559f0 genphy_config_init +EXPORT_SYMBOL vmlinux 0xebb2c588 block_write_end +EXPORT_SYMBOL vmlinux 0xebbfbc47 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xec050389 __genl_register_family +EXPORT_SYMBOL vmlinux 0xec1949b1 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xec1aa6ef memzero_explicit +EXPORT_SYMBOL vmlinux 0xec1be5dc gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xec1d3659 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xec2df383 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec560a3a tcp_init_sock +EXPORT_SYMBOL vmlinux 0xec62bd3e __pci_register_driver +EXPORT_SYMBOL vmlinux 0xec705fda simple_transaction_set +EXPORT_SYMBOL vmlinux 0xec799d88 page_follow_link_light +EXPORT_SYMBOL vmlinux 0xec85de77 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xec8ad421 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0xec9e671e __sk_dst_check +EXPORT_SYMBOL vmlinux 0xecad7cf9 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xecbcb8bb radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecf94099 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xed1e1812 netdev_crit +EXPORT_SYMBOL vmlinux 0xed1e4d97 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xed539151 security_task_getsecid +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed66932b vme_irq_request +EXPORT_SYMBOL vmlinux 0xed6b48f0 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xed735b69 cdrom_open +EXPORT_SYMBOL vmlinux 0xed8dd0d0 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xeda7e936 nf_afinfo +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc06a69 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xedc410d0 udplite_table +EXPORT_SYMBOL vmlinux 0xedd09df8 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xede63f28 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xee088d70 clk_add_alias +EXPORT_SYMBOL vmlinux 0xee13f769 __pagevec_release +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3147cd netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xee5220f0 skb_put +EXPORT_SYMBOL vmlinux 0xee55d317 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xee60605f page_put_link +EXPORT_SYMBOL vmlinux 0xee71f304 skb_tx_error +EXPORT_SYMBOL vmlinux 0xee818f22 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0xee824743 __alloc_skb +EXPORT_SYMBOL vmlinux 0xee8c80ef blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeace74a vfs_create +EXPORT_SYMBOL vmlinux 0xeeae4de0 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xeef539d8 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xeefaeb24 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xef0d7e5d of_get_address +EXPORT_SYMBOL vmlinux 0xef2d45e4 phy_init_hw +EXPORT_SYMBOL vmlinux 0xef2f8e79 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xef4bb0ad shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xef58c6c0 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xef786684 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xef7c38b7 sk_alloc +EXPORT_SYMBOL vmlinux 0xef91f6d5 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xefa931ac jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xefb3d6b5 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefde1bbe flush_dcache_range +EXPORT_SYMBOL vmlinux 0xeff957d9 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00a2483 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf0355862 blk_rq_init +EXPORT_SYMBOL vmlinux 0xf0355cf8 pci_get_class +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf0728e6c fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xf074a3f4 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0xf080b63f km_policy_expired +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf09e4759 of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0xf09e94a4 iterate_dir +EXPORT_SYMBOL vmlinux 0xf09f26b1 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xf0c88e4d pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xf0d18c9e mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0xf0d68ed6 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0xf0e26644 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0f25d90 dma_find_channel +EXPORT_SYMBOL vmlinux 0xf0f26322 kunmap_high +EXPORT_SYMBOL vmlinux 0xf0fa1cb5 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf1078b73 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xf10ca3e7 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf116f370 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xf11cd6ce down_interruptible +EXPORT_SYMBOL vmlinux 0xf12007a6 would_dump +EXPORT_SYMBOL vmlinux 0xf134a449 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf170758c blk_get_request +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19aaffe inet_del_protocol +EXPORT_SYMBOL vmlinux 0xf1c32e1f mdiobus_free +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1df39a7 __lock_page +EXPORT_SYMBOL vmlinux 0xf1e06df1 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf222defb __ip_select_ident +EXPORT_SYMBOL vmlinux 0xf22881e8 lg_local_lock +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2443016 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xf264e309 may_umount +EXPORT_SYMBOL vmlinux 0xf29c3b91 netif_skb_features +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2ac830c netif_napi_del +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2ec4280 inode_init_once +EXPORT_SYMBOL vmlinux 0xf2f5d9ca seq_release_private +EXPORT_SYMBOL vmlinux 0xf2f74582 of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0xf2fabe08 tty_mutex +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf31de31c mmc_can_trim +EXPORT_SYMBOL vmlinux 0xf322a206 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf342b898 inet_csk_accept +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf38d41c2 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xf38f8cdf rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3981a56 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0xf3bbb903 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf4018822 input_register_device +EXPORT_SYMBOL vmlinux 0xf40b2297 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xf40d9841 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xf4191989 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xf41abf32 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xf41d9f39 finish_open +EXPORT_SYMBOL vmlinux 0xf42a4c7e dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf4449388 timer_interrupt +EXPORT_SYMBOL vmlinux 0xf452e700 of_dev_put +EXPORT_SYMBOL vmlinux 0xf472bc39 input_reset_device +EXPORT_SYMBOL vmlinux 0xf4a90836 soft_cursor +EXPORT_SYMBOL vmlinux 0xf4ae067e inode_get_bytes +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf521163e blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xf5222143 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0xf52321e0 atomic64_sub +EXPORT_SYMBOL vmlinux 0xf526f53f flush_icache_user_range +EXPORT_SYMBOL vmlinux 0xf5290a50 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xf52ab5fa follow_pfn +EXPORT_SYMBOL vmlinux 0xf5311d5f poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf55c968b pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xf563c3fd mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0xf5672e3f tty_schedule_flip +EXPORT_SYMBOL vmlinux 0xf56b17e8 dquot_drop +EXPORT_SYMBOL vmlinux 0xf56c2992 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xf56cda07 get_phy_device +EXPORT_SYMBOL vmlinux 0xf59cfa6f blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xf5a085c4 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5a62ecc _memset_io +EXPORT_SYMBOL vmlinux 0xf5b8c876 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xf5c2895c generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xf5c56d8b inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xf5d16482 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0xf5e1558d crash_shutdown_unregister +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf61c087a inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf644be2c call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0xf652c6dd elv_rb_del +EXPORT_SYMBOL vmlinux 0xf67aa452 of_match_node +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf68d438d key_invalidate +EXPORT_SYMBOL vmlinux 0xf68f6a86 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xf6a19ad5 module_layout +EXPORT_SYMBOL vmlinux 0xf6b35648 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xf6b58eee tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6c66bc2 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ef025f init_task +EXPORT_SYMBOL vmlinux 0xf70384d7 __debugger_sstep +EXPORT_SYMBOL vmlinux 0xf71521ba atomic64_add_return +EXPORT_SYMBOL vmlinux 0xf7319813 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xf7340d55 of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0xf737f5f8 switch_mmu_context +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf74835ec udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf7609aa1 netdev_update_features +EXPORT_SYMBOL vmlinux 0xf760f67e mmc_request_done +EXPORT_SYMBOL vmlinux 0xf7790fad tty_name +EXPORT_SYMBOL vmlinux 0xf78f416a jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xf7b8c8cd lock_sock_fast +EXPORT_SYMBOL vmlinux 0xf7e502a0 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82c53f1 filemap_fault +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8417579 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xf8487eda unregister_quota_format +EXPORT_SYMBOL vmlinux 0xf86ece8b atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xf870d0c5 register_md_personality +EXPORT_SYMBOL vmlinux 0xf8c39431 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xf8cd470e rt6_lookup +EXPORT_SYMBOL vmlinux 0xf8e398fc memstart_addr +EXPORT_SYMBOL vmlinux 0xf8e3fec5 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xf8ee7d51 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xf8fd4abc vfs_open +EXPORT_SYMBOL vmlinux 0xf9228003 get_immrbase +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf940a328 __next_cpu +EXPORT_SYMBOL vmlinux 0xf94f873b input_open_device +EXPORT_SYMBOL vmlinux 0xf9546624 inode_set_flags +EXPORT_SYMBOL vmlinux 0xf96d29d1 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xf97ded3b dma_direct_ops +EXPORT_SYMBOL vmlinux 0xf98351d7 inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0xf9861783 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xf993e504 send_sig +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c367e0 iov_pages +EXPORT_SYMBOL vmlinux 0xf9e57706 vm_map_ram +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xf9ef408c netdev_printk +EXPORT_SYMBOL vmlinux 0xf9f972b4 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xfa1e1718 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xfa34f1a4 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xfa37b0c7 down_read_trylock +EXPORT_SYMBOL vmlinux 0xfa495768 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa6246ba fsnotify_put_group +EXPORT_SYMBOL vmlinux 0xfa69593e __init_rwsem +EXPORT_SYMBOL vmlinux 0xfab3ab02 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfad87c2a set_bdi_congested +EXPORT_SYMBOL vmlinux 0xfadefbdd pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaeb341c bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0xfaee0763 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xfaf0914d inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfafb7ff2 generic_make_request +EXPORT_SYMBOL vmlinux 0xfafd48a0 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xfb09f818 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xfb2efaaa ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xfb4563d1 dm_unregister_target +EXPORT_SYMBOL vmlinux 0xfb4f98e3 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb8947c8 filemap_flush +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfba71376 __neigh_create +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbc965f2 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xfbe9c922 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc0bc73d sock_setsockopt +EXPORT_SYMBOL vmlinux 0xfc0d1111 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xfc21db50 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3b160f mempool_create_node +EXPORT_SYMBOL vmlinux 0xfc5e1d4b seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfc8ee415 vga_tryget +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcb44c4a twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcd4ee99 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xfcdd044d gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcefbb8a follow_down_one +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd1c5a55 sock_update_memcg +EXPORT_SYMBOL vmlinux 0xfd33b5fa cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xfd4d631a serio_unregister_port +EXPORT_SYMBOL vmlinux 0xfd621fb1 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd67b1c1 vga_get +EXPORT_SYMBOL vmlinux 0xfd815558 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfdb6cedc _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xfdb6d6e0 dm_get_device +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdd0fcb1 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xfdeb08a1 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xfded48ed enable_kernel_fp +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe085d2d blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xfe293807 kernel_connect +EXPORT_SYMBOL vmlinux 0xfe3d5380 generic_write_checks +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe765657 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe822d55 get_brgfreq +EXPORT_SYMBOL vmlinux 0xfe86e2bf tcp_ioctl +EXPORT_SYMBOL vmlinux 0xfeb9d024 kern_unmount +EXPORT_SYMBOL vmlinux 0xfeca7590 radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee898c4 of_dev_get +EXPORT_SYMBOL vmlinux 0xfeeb8387 arp_send +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xfefb8fe0 register_gifconf +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff405383 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xff405867 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xff413efc tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6c8aac bio_init +EXPORT_SYMBOL vmlinux 0xff6dea25 smp_hw_index +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff85d009 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffc66a83 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffddf475 clear_nlink +EXPORT_SYMBOL vmlinux 0xfffeb56b bio_phys_segments +EXPORT_SYMBOL_GPL crypto/af_alg 0x23e656ee af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x2dcf6479 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x53c3990c af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x58716898 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0xae96049e af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0xdaa3ea45 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xfa8f0527 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xfcdf3164 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x97db52c1 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x3af3041d async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x4c011116 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xce081f33 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xf212b7ca async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x4443ba1e __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x591b43b8 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x5e0db1e7 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xa63fc80b async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xd322fd9e async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xf8ad8ac7 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x4001c279 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xfbf9cf9d cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd184f063 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x00da3f40 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x0efeaf0d cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x24243fa0 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x2d546b44 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x55869992 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x60abe971 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x88ddab09 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x8d1bd22a cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x8e6e935f cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xe197dd7d cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xb1857169 lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x2e5e781f serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xf51db25c twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0xdd249f8c xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x07ea1042 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0e595143 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x10190640 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2f923e1f ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x67ba8547 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6a89726c ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x716e90d7 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x73bd15db ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x757e8126 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7be3c57e ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8444db32 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8d2827a3 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9a3796fb ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9f67890f ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb090eb4a ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb7eac5a1 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc0647d49 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd4fa36de ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xddecea95 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xed740cb0 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfc7d3c05 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x1ac9e101 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x33067d19 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x4eedb1b1 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x5ec45f4d ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x649d2e97 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x84c8bf4f ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb6bbb437 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd1321ef4 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd5e445ae ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd6f64a57 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf371796e ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x7bb9aee7 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x067729a0 sis_info133_for_sata +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/bcma/bcma 0x08ccb490 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x09539bc5 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0c0c0ce7 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0e0c6c84 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x13351d6a bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x13679874 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x346ba11f bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x461f861f bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4de5a1f5 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5d5a0934 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5f970361 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x66ce5708 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6b5d89eb bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x74b0500c bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x79bb236e __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x95cfb839 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x989fd85a bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x99e98a49 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa1043817 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa8befd96 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbeb981a8 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd39a6603 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdeed59af bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x103e0610 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2e2f0612 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2e337bdc btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x46b19d21 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x71b93e07 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x82a5fc8d btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9e39c091 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd1cfbeac btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd4da4c49 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfada3d35 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x129ac65e clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x137ff671 qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2253bb80 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x29150a6d clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x41026928 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4c59852c clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4d489bce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7ca88e14 qcom_cc_remove +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7cd80f1b qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7df982c2 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f141ab4 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f2fd77b clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93e21c99 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1305df3 clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1d46d06 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8cb8432 clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeecd55bc clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf26bcb44 devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf89297ed clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf8e8ea29 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfb36fd32 clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x02432cd1 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x0f34e1ee dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x429ecf67 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc4977800 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc5e7ca48 dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x1bad5354 vchan_find_desc +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x5d939bc1 vchan_tx_submit +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x70a0f847 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x8e18ad33 vchan_init +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c15a3e8 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1096d7e6 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1a0814f1 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2cd08bc3 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x382f1ce3 edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4c530aab edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x55f451dc edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5f941052 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6ebcede8 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x77acdd1c edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa721eaa6 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb3259805 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbf227d60 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc4931c31 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc8740431 edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd64c0c90 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd72095f4 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xda655249 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xdc32efec edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xde109f1c edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe6a11a67 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xeec05920 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xfc31d733 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x28aa14eb bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x6dfffa45 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x1e4e19fe __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x79d5f7f8 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x87a2ef81 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc08afae1 drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe45e4440 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x370ecde4 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x60dda7ea ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xedfd1363 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x123f01ec hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x327067f9 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x341e60da hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3c37c93d hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5f6d6055 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6083ccbe hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6616cedc hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x68a36790 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x68abd89e hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6c4be9b2 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6d32e7c2 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x725fad34 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7780b0b5 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x78132edb hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x786ea21d __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7b505fc1 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7e846b5e hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8e790dcf hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x993c0581 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9a4fedba hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9e015d98 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb144d1c9 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbd3b055f hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd10e7191 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd27fb92f hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xda3319df hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe078989d hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe158cc09 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe499e351 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe73cdfb1 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe9b6b86f hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xef9f48c2 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf04702f7 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf59ad7c5 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf900a423 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x54742058 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x1d61b62c roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x20c3e8b9 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x218efa30 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xaf5dd537 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xb0daafb6 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc31e0f41 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0974ebfb sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x11af0117 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1b4a9698 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1f2798c1 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x37c0c34c sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4ec58af0 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xaaaa02f4 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xfc7af81b sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xffe14e83 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xa7900746 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x026851d3 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x04e0fb1c hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1523b5e0 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1d0b73eb hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2772cfda hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x28f8b751 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3910eb06 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5983fbd2 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x59eddbe0 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5a2db096 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x79711fc5 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8063bf11 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9bf28bce hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9cf99a17 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xaa7a7166 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbfcb22db hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe3f16752 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xed52a14e hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x2e2398cd adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x5de490e3 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xd7f4a1a8 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x292e9913 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4f9e5e06 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x5257199f pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x7fc5bd34 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x9ea9f0ed pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa3e00721 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa733c113 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xbcd07bbc pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xdea0ad76 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe319ddf7 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xea0bb769 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xfc5ac619 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x10deccfd i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x144cdbab i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x2ac93126 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x2cff0f67 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x55d11c47 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x95781dc3 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xb70f9d0a i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xfbb60877 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xfccad312 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xdb15f49d i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xe7fd7128 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x098ed865 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x559b4051 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x26a696dc ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x34247fb7 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x7ee8f3f8 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa1205288 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa2281900 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa486b68d ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xaab13c28 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xad645b9e ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xdbc6193b ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x09c01555 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0a510e35 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2dde702f adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x338eac8b adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x509911fe adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x7548cb20 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x8e294975 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa7e534ae adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xb9485c7e adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xccb4afdd adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xfb291030 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xfda49b62 adis_init +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0156f6c2 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x04e32336 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x06854394 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x224c784f devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x23332696 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26740961 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3e98fda4 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x44c31389 devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4b734ab6 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x51bedad8 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a14aff7 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5d1b5133 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5ea09fda iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x60b2207a devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x61a2d0f3 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x75d33cae iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x75f94a70 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8cb03982 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9249c957 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x956e98d1 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa3b22bca iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb763d10a iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc287424f iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc5d1dee5 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc84bc229 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xce4df924 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd1b1bf47 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd2479894 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd38a02fa iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd7fdeff4 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xda60f14a iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdddec025 devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfcacd6b8 iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x937240fb input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0xec5e4769 matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x61f5c192 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/touchscreen/cyttsp4_core 0x2309b54f cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xb872d8c1 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xf8b869e0 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x3680d1cb cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x3b6eb981 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x46f89a56 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xc52af6a5 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xe2cbeba6 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2521774d wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3761a943 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x41230a45 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4fbab874 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5204a52e wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x539931a7 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x55847685 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x63c2ae6d wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x723a6918 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x8310b8ea wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xaf7aa185 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf5de561b wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x32653f5e ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x36096350 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x63ddcb2b ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x71a102fd ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xb844f749 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc2068e89 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc8e567c3 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe3119a2b ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xffd4c045 ipack_device_del +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x03a4241f gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x05710869 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x09992490 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x1d79b81a gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2b96d390 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3749d857 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3ac4a132 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6dc676d7 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7425370d gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x76baa4b2 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7f78a1a1 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8b6103da gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xbc43aa8b gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xca7af5ee gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe73ef313 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf14d60f8 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf68455fa gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x08c4c7ae lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7389ba70 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x762582bc lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb505b4f1 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbbb25111 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xcdc2b825 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd2c459bb lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd405ef7b lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe5179902 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xeda04f67 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xef692ee4 lp55xx_read +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 0x1b2c3f98 wf_find_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x1fd04ffd wf_find_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x5297190a wf_unregister_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x7329d391 wf_put_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x75147afa wf_set_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x9142e50f wf_get_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x94765fac wf_critical_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x95450295 wf_register_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xa2f19a49 wf_is_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xab24950c wf_unregister_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xad288b84 wf_get_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xbcace2a5 wf_unregister_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed82a14f wf_clear_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xf25f8fb4 wf_put_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xfd545a26 wf_register_sensor +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x09e42acb chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x12f5f136 mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x1314af9d mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x26b06edf mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x801b67ab mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x81d34e31 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x83348e77 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x942db434 mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xacd35c87 mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xc3036e8a mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xc5cd9675 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xf3513f1f __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xfe1ab07f mcb_get_irq +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x10e06e97 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x155ea9c7 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1822fd23 __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1f2ba9ac __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x260d47cf __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x27831e89 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2dec45e0 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x347aebe1 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x41c861f0 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x480dc606 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x49856e5a __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x50e8c39f __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x574ba881 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x628eb712 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6770a402 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x785cfc9f __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x91f2af34 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09069a3 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa591c5d6 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa6890b59 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaf60c34b __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb950d2ae __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbd4b89b6 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce0e6218 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd40fba32 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdc5ea5a5 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf58ce244 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf5bcbdc7 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc1d5275 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfcdf28c9 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xffc308e4 __tracepoint_bcache_bypass_congested +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 0x45e47d2b dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8865c8b3 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9d544794 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa61780ce 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 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd0a70508 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xeaf39e51 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xeb44f0a3 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +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 0xed7493c1 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0d0b8eed dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1cf75131 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x6adbed03 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa79f246f dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xcb76660c dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xd6a4371d dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xe9ec9d8f dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x61cf0a5a dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x80579cf5 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 0x06d0d982 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x09472122 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x155aebf2 dm_region_hash_create +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 0x5fbc57aa 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 0x85c9bfd8 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x9a8c609a dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xb068ad75 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 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x150c85ce dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x33c03da6 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x619701dc dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +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 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa78406c5 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbe0497aa dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0xadb4c879 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x7d2ead70 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x1189a8d3 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x25da82a9 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x2e183f9a saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5109ff86 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x570ab71d saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7b5258bc saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa2216be7 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xab6ed5c9 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbad07e53 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xca49dec7 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfa0a821b saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0463021f saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x2c9a060b saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x99e1d28a saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xa6cd32a3 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc1d7a5ea saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xcc8481bf saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf1999dcb saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x007812c5 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0161058b smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x080cdc6b sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1628f5c9 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x26f85906 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2eea257b sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3434297f smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3482f36a smscore_putbuffer +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 0x5c112ba9 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x63222b29 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x676388d8 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x68162b8f smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6dab3cc6 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7145bc09 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 0x8d8aa351 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa0a3e4d1 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa599118f smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc67e0a1e sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xd0b14de1 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x9b8fdbd5 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x1ff615d5 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x36b7e25c media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x4fa825e9 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0x540167c4 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x5f139b58 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0x679d77b2 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0x684bf140 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0x7808d260 media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0xa5a57f2c media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0xb1361e89 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0xb2207196 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0xb3a3e33d media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0xb92625cf media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0xc1fd9094 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0xc421910e __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0xd4f4502f media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0xfa2eb778 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0xfa54962d media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xc1024a2b cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0463a04e mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0cfb806f mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0e28064e mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x26f56727 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x334352f2 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x360136e3 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4f24e4ab mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6ad08620 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x88677b6e mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9960f1d8 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9a6594c7 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa0ba1a07 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa24225c7 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb50c2fd2 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb60a57b9 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdb2ac000 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf5fa20c1 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x027c0446 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0dc23c8d saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1e958130 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x37b34a83 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4a0bf39f saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4c345c88 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5636c837 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6441842e saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x69427780 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x82f17a10 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa47caddd saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xba35b1c6 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbc8f59bd saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc6ff1c8e saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd0b52fe9 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd41fe2e4 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xddb3adbb saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe1f4cb9a saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xedc408c5 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf2a20b82 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x0f0c8baf ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x35b62d8d ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x45ef2183 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x610aab09 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6d66bdca ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xce743196 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xdac59c3c ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x1de57239 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x854a6b3a radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x06e293ce ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0ce38e97 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20e72280 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x28ee9240 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x345c4411 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3895b7b8 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3c516e37 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x48476f88 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4b22c54c ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x64dd9420 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x70de4cbc ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8cc2b4e7 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8d61357e rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9e71378f ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xaa901802 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd17798df rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe1aa17ea rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xef0bfed0 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf3eff3f1 rc_close +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xaf7bc624 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x1d04175a microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xc793f535 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x5a7f443e r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xaa9c7794 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xeb68d321 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xd78788cd tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xfe5e24b0 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x44c44101 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x4c0dfc2b tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x4ea62486 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x08052a18 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x6f2cc352 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xa8785a2b simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x00fe8a15 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x090e91c5 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x262bc9ad cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2a7245e8 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3ef926d1 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3f3283b3 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x417be9bc cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x463e6033 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x52ad317e cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5f1437ec is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5fcfe131 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x79770708 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8a080b6e cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8ec0d056 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9fd93c01 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa2922025 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb424e956 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc6441730 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc73bfecd cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x8db07492 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x2747916a mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x13e61445 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x260f01e4 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x28f1af7d em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2b988d67 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x46ae67df em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x54ad17d5 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x57ce435a em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5be97518 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x71303e78 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721b604f em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x893a4391 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb0247d17 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbceefedc em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc4dceab7 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe05aaaf8 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe1d56a7a em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf2f8ad54 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf681487e em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x26d1e454 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x5f1a122a tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x7789b3d9 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xeb7076b9 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x0d1fb229 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x196192ac v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x72ba2fa8 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x8283a5d5 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xd8781a65 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe9f876f5 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x00240d10 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x025bb966 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0a499f96 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1d6a8811 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4cdaacab v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4e6216fa v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5c9e043e v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6985ff5c v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6f00cf5b v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7b2d69d1 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x82bfdbb7 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9da12032 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa5050cce v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa8f2f957 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa9d41740 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaf110167 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb7b29ea3 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb7c2ea33 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbb5d153c v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6bd588b v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc7ccd9f9 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xce16d7f5 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd9e50ed2 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe8179279 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x111e6067 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1ab8a0b8 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2b79d517 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x38d87c86 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x41c4df24 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5a24052a videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5e464f3f videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x67400739 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7a2fa2ff videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8324476c videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9cefa77b videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa4e0ef5e videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa6f4892c videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd43d9f30 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd59e23ad videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd72b3e7e videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdf11743f videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe21444de videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe858cecc videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe9b7ff7c videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xeba30b6c videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf9bc8d3e videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfa657680 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfc82d45c __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x8539a3b7 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xd202424c videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xfda62ec3 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x4bcc9225 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x62340fc2 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x62dd04e5 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x630bd377 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa991b8ec videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb136158b videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb46cc76e videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb49a8085 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xfa11729a videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xaae06151 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xd15f3760 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xd2b328ee videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0ded1c7f vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1037e5b9 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x153d4b23 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x26c6bd02 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3346ffd5 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x36c283d8 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x377df96d vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3a2daa19 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3cd6b35f vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3edb273c vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x44884c38 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x485dfa38 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4a69c03b vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4bb56c8a _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4ce87ebc vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4d2838ff vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5093ad04 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5cf68987 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5fe34671 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x61819308 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x69ecfc62 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6a44cf1f vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x73ede679 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x76707ab3 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7d815013 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x90e68480 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x981d0ac7 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa51a60fe vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa8b43c5d vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xab7b398a vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xba41464a vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbc49a66c vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc96c4c38 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd0553535 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd9e1fa1e vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe9f17e54 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xeddc0520 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xee85fa4e vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x0a409025 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x4b17bc2a vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x46af4c23 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x3d647bfe vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x9163388d vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x9a3c54d2 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xe95b2fa8 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0xdbfca403 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1e319835 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2c5a5051 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3d3ab88b v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3fc1a13f v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x52f09d89 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x54030c04 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x55557756 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x582f5ace v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5d977275 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5e30b31f v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x665c7d31 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x69a98b73 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x73e16490 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x78e7942a v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x79314a57 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7bb89ee3 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8b5e6d33 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9bad948c v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa5e59066 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xab7b8de2 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc156f561 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc28e0022 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc7a5aa12 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe580ee71 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe8f22bb2 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf3702d0d v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf3a5bfe0 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x3fa3b550 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5549a100 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5e301450 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5e398617 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x89b20716 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xa8c0ea0a i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb30354bd i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xd03df628 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x30e2ff38 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x31250e18 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x7ee909ae pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x38de78ba kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x602e7ecb kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6217bc15 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6613fa11 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x86893464 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8d726a5d kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xc3d37064 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdb5cc620 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x608dcbf1 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xb3f0b90a lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xe5d9a3a3 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2567985f lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x5acf63d8 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x5ead38d0 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xba250992 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd0d78dbe lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd568164c lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf9e65499 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x72fe9146 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x732b5e23 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x8a1cfa2b lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x773710c0 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x840a63aa mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x8cd5820c mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9018c1b2 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xc2ad7ffa mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd0a28a92 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2ba9c403 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x440650a8 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x52e72563 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5da42ecf pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x87021fa1 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbe056400 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbe124042 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc67266e5 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xed215526 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xedad6bed pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xef33bf25 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x7d7ade02 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xc2990c2b pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x38e5aea4 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x793ace70 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xb11ddfd6 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd92adbf5 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xdffb5b93 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x07c84115 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x099bfbfe rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x176d5a68 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x411c3d0f rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4acc7ff7 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4f094469 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x542fffd5 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x7a6b5d81 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8d0e3788 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x984e772a rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9a1f6410 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9fc38f47 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa65ded38 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb1e6b149 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb1f42a2b rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb4928bf7 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc023f2fe rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xcea610b7 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd45e189d rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd47ddda4 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf84895f7 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x0e2bd196 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x2c379594 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x399ccabe rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x48f69813 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x6717e77f rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x6c9fc115 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x741f13bb rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x8c0110f1 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x8f1779fc rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x982af66d rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa9e1c8f3 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xae8d1914 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc229afc2 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x03409787 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0cc59420 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0ccf9800 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0df1047c si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x103c50ee si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x206b5467 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x28ecf23c si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2b647dd0 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x35a3ace0 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x36c38c71 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x548e777a si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x66c9657b si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x69b13d15 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6cde611e si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x71f7369b si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x773e033f si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x78ea5161 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7f18b49c si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7f980cee si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x88184d0c si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8de28b7b si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa5e1a58d si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xac1a7f50 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb0fe3091 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb90e3486 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcb5a0002 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xce4e55bf si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd664a1fe si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd9bd06b0 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd9e4466b si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdc2ad0d0 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdee6c58c si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfa83a185 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfc6caa99 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x5a3af30d sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x5f533a9c sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x66c708b4 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xc8c88a3b sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xcdd337f1 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x09de8042 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x7ff98b5f am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xa4663436 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xb6174a44 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x33093889 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x8420d1bd tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x8527c746 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x870fb58a tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xa481e4b4 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xa94b05bf tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xb41774a7 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xcaa3e195 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x1f60986d ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x5794c446 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xbd9f29b4 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xcafb6775 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xe4afd280 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x3e4f147e enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4d8dbbbf enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5a888f66 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x90ed5ecf enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc9300d31 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd4dca6f2 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd8284035 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x275cee70 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x34d81213 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x49baeebd lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x669ec937 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x6d84b859 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8fa9e94d lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb2cd9e5b lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xdb9e9553 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x1ef31c52 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x65f22608 st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x01ec89b4 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1fb704ed sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2a6f8515 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3a34a098 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x52c81d1d sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x88e23db8 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb0995d6c sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb826052d sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb9fdf0d7 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xba6bc8b3 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbb3feae9 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbc82f788 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc87a4f37 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd6463848 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe07c510c sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x0ed1cfd5 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1623ffcb sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x2634d342 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x34305ea2 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x57761962 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xae730089 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc6888eb2 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xcb635f79 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe13b13ed sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x167045a2 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x2959604a cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xd44745dc cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x4116bc9e cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xb2ef7318 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xccbd38c8 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xa70a9439 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x58da3265 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x5a7bffbc cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xb053f61e cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x08e39a3b mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0c55a115 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x24962c32 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x36a42478 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3908ae4d mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x411304a0 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x42529217 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4673f1d3 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4e5f195e mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4f79d5b1 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x526e6bc5 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5fc952a2 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x61547fdf deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x65fd4a96 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x68b96ade unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6a8ae578 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x732f9384 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7ce623a2 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8380526d mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8f1a5376 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x90180ef5 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9041c284 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9427dd8a mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa2abd9e9 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb079b1cb get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb4af2eb9 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb9d07327 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbb3bf6d4 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc26e7952 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc2ddaa96 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc9aa6550 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcaa80b8a mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd04f7d4c mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd3b25c4d mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd7a7bd43 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd958a21f get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe978a50c mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xebf7da5b __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xef94f451 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xefb9447d register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf6e0e8bc mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x25749789 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x85dc5201 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xb560c83a del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xc8ab435f mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xe34f6e62 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xe49506ca nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xe883af3e nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0xb8c194e6 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x1bd4bed1 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xea0aaa7a onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x17b1d9e0 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2eeaadc4 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x32fb7ea2 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x388ed92c ubi_open_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 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8efdfdce ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9badac45 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9d89c516 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa1c7b700 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa1fba60a ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa43612d2 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb8b6b093 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc5682593 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdb927ec3 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe7b769b9 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x130bb736 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5b0dbf80 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x8e70a07d free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x95d6546d register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xd6d7de27 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf208f6c7 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0ddb6d7a safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x1b23713e register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6e52b715 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x8245602e free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x84d6c812 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x86c8f09e alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9477a161 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa3ac1930 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa62d283d can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb9c0981d can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xcb2026ce devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe92379ad alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xebb39ed7 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf27378c1 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf37e15f9 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf3e407db alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf57b9483 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x5209d76b register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x768c0bc5 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xe009fcb2 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xf0904f57 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x229797c8 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x35730c9a free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x76d41291 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8a922787 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03ffb3a8 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0403878b mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x076fe3a7 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08128170 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0bebc3f8 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f45f0c4 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x154f96bd mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1761634f mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1bd0dcef mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c40ba85 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1eaee2b1 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20cfe628 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21087016 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x221e1058 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25c1d8a1 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29c08f83 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32d84f81 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x350f9eae mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37a16ebb mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37c4095c mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3988ae04 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b03a0e9 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3bf0753f mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3bf7d680 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fbd8ae6 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43b053cb mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4535c323 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46fe3ed5 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47f9d819 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a26db5e mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4be01890 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f29d9a0 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x503f87f7 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52b0f0f5 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x547f11e9 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54cd90ea mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x552d5ccb mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56372756 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x566c68c7 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56cac02f mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x589810bf mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x595354c3 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5971e049 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c367a56 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e859911 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61c0a4cc mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6957f18d mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a97ab87 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6dd7abd0 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ded041f mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70a71814 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x731f7119 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x756df876 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83e104b8 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x846c516f mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x860ffa51 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d96cb92 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94948d99 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a15a336 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a77e32a mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b26b736 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ba36f35 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9dc99d07 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa050db53 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3d9b9e3 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa597e131 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7e25d89 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa94cf870 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac43cd5c mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4c85b4a mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7f437a5 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbfd8da7e mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc5c302bb mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6e6ee09 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9615a84 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca3664a8 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcbb9c239 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1ccfaa2 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd259eec3 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd32108dc mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5e1faa0 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd77dd2e5 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xddf769d0 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde4026f8 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf9bbe30 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2e7e384 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4020607 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe508a3be mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7417d45 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7430b92 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe86fdcea mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea710d0e mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb8d0bce mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed665b25 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef057496 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf311e0b1 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf392845e mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3f26ec4 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4ea90be mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf72998af mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf934e2c2 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb2e3362 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfca0127d mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd3e8fd4 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe5fa3aa __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30f34683 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34afdbe5 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4985837a mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4988ec5e mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5056a240 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52857a42 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53da00fb mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59413119 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e472c0e mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88e6767c mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2ab5e7d mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa3e385c mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad373bdd mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb504dcf8 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc434ff39 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb053ad3 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x05aa2758 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x24f42e1a macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x9afb7c36 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xbc725b1a macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0xc3fe922e macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x5184a881 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x575cd17d usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x67dad1b5 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xd360d4bd usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xfc82efab usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0210dd53 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x09c8cfb7 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2f528f9d cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x560cc211 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x5cee8d2f cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x780004ac cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xcef2dde9 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd9c83c90 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x3bd44bd4 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x89c20640 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xbe01a711 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xd014e240 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xed0343fd rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf4f33950 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0bb2e737 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x19c1fc3c usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1b1e9d71 usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1f2f84c9 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1fa7bc24 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x21c6aff8 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2527b8f9 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3cadfc63 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3eee453b usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x449f8e74 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4dcd4f11 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x50f43793 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x557921e1 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x58738cc7 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x58b24145 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7f2a5d39 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x81046dbb usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8726da14 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8aa92251 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8ff432f5 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9bd3e01e usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa512b82a usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb301f7e3 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc3695be7 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc50555ac usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc9d3fd7c usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xca433de1 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcbc3734f usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd72e8c21 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe1a3d42c usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe65dcdb7 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe96661bd usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x4971c16d vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x7bc4bbe5 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x9daf63db vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xa47d4746 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xdcad46f7 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x04bd377d i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x13f5ce97 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x17fce3f3 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x3582f6e6 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4d4dbd06 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x74376a31 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x75b15d29 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7ee97328 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x897f5853 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x8cd076c7 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x8f10e813 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x97b57c2f i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa58c9bd2 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb3dbbf20 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb64fd3d7 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xff4f3aaa i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x2fae6b8e cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x391608b2 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x4af60bb7 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xf46b7689 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x242a9a2a libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x084c5e43 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x8e5d2afe il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x9094437d il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xb710e1ed il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xca68169b _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0a9a2384 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d556623 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x11c89d79 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1291ef1b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1ac36ff0 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1ac5a558 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x2917b1ce iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x2dab0a98 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x2e7968da iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3a5480a8 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3d548dab iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x427ea180 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x64c989c6 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x66535011 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6772ee19 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7e1bee2a iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7f6a01c4 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c710b07 __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa4d79ccd __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaa6d08eb iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb84fd1c7 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc67c31ed iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd3174e7a iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd46c845b iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd66c20e5 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe936aebf iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xefe7f766 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x0aab75f0 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x151c6c24 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1670e85d lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x3308a462 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4505493d lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5cfbaee0 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x76833fe3 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7d6f5bfe lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x863e2275 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa50c9dc2 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xac4152b7 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xcbe0b42d lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xcc54cc2a lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xeefdf03b lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf25452aa lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf2a1afca lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x11b16218 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x16a0ce30 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x6cdcdd54 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x7055bfee lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x7af03b88 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xa53b43dd lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xa8c670df lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xfab28b73 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x2de1c74b if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x95971c58 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x0606348f mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x0a3217a9 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x0dafc037 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x18cffdb6 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x1f951a36 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x22b5009a mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2533a4f1 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x25d132e7 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x332cc719 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x97b12b57 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9a76c013 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9cf5a20d mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xab7f8cca mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xca4d4fd6 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x0150313e p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x1a0dbf5a p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x25c70625 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x523172c9 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x8990d9d5 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x96629b42 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xbfbf4552 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xd4773ee1 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xec5e1bb3 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x70368f96 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x77b99298 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xbc7208df rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xf097be7e rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0d5c4c06 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x127e9cba rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1d0e4a72 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x22961947 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x30d4b2ef rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3454d45e rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3e552d94 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x466bb758 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4d7d23cf rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5cce8a50 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x602aba1a rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x64364f33 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6531d7bd rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x670d04ee rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x72215612 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x72b162c0 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x72efde9b rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x762d3460 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7c03739b rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7ce7731f rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8b5e39ed rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x91a586b2 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x936c9f09 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x942f7667 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x98d1a140 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9c4de539 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9ebb0670 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9f50a473 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbefeb4bf rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc2b3a7f8 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc3d61d86 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd4be1ff2 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe6dbdd62 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf3e027ac rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf586d343 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf62e38bb rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xff358edd rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xffa95cb2 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0bd585be rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x19fa04fd rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x1cb8667b rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x245da40d rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2a582c9a rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x32423c36 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x7f1d95f7 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x8119e4f9 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x948019ab rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xb4b43e9d rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd2d5cb0c rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd468144f rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xecc78787 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x00fb7a5e rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0321597f rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0add3313 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0aded37a rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x143336ac rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x18d49a15 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1b51b768 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1cb920da rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1dcc9f71 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1f99ca7d rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x21c671cd rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x253d45c0 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x29fba720 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x37d10855 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x396476af rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x39a3d9fd rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3d094117 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3e60cbac rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4a5ef3cf rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4dfff5fc rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x529b717c rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x58109404 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x59721507 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x61d9c3e4 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x62124544 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6ee4e51b rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x730e96d7 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x78731958 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7c552c41 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x83fd6385 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x85706ebe rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8e29e988 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x95f13ab2 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x997d7942 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9b64f181 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa1333a57 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa67f96ad rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa86f9ee1 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaf2a0041 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaf5f5032 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xba3356a4 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbee3952c rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc7ab32ea rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe3a4b0bb rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xeb3e63df rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf7a85e8c rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x198c9301 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x58abb93e rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x795e7832 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x92e27c8b rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x9d693f93 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x3f13f0d4 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x5a83fd43 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xc32f64d3 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xfcd42365 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x010cab5a rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x0f29a10c rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2850466a rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2bc35936 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2daf3d23 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2fe1a7d0 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3952ff5d rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3dca7464 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4747f538 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x75cd84ea rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x93145f1b rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x9ff171cd rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa66e1b36 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd69f53db rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xee87ff44 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xfd8a2577 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x52158686 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8f417f6e rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdd03c31b dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf520689b dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x00063a26 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x07b49eec rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x23a9e3e0 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x23e82a8d rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x286a268b rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2bc43d39 rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2dc4c905 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4ad8afb6 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4ee2d397 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x51c771ed rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x51e491b9 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5808dfc1 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6208f3a4 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9ee69d9d rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa4e8e226 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa67c5994 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa7555971 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa977bf9c rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb56038c8 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbca4609e rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd02ceda9 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd8cbf471 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd91808d5 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe3f544d5 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xed6a24a8 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf4903191 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf9d4fc37 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x020da934 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0d0b6636 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0e96e099 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x1a1d6a15 rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x1e9e9783 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x2a45a660 rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x31864037 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x4073778b read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x45e1a5e5 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x624e2e87 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x78ba2757 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x81d49293 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9ae35c1b rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xbef0b908 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xcf0495b1 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe2230d66 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf06e1e43 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf8339830 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x1287cde9 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x8c92eec1 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xf0122bc1 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06e6acfb wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x086b0c92 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x090f0b7d wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x12d91172 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x12e6a28c wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1707bf55 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x187a77f5 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1ab6f17b wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1b5ad26f wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1d029c9d wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2ad76abd wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2af2d75f wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2c2cf08c wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x366ef615 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x42e8fb1a wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5379a011 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x56fe67bf wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x596f058a wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6167b41a wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x66875629 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x685f57db wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x69431dce wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x69e2e3c8 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6b64b699 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x75fceac7 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x84524e50 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8f06f391 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x902924af wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91da5146 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa5a5f3db wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa9cab9ca wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xae236e6d wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb4787ae1 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbc4b61c8 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbc525d88 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbf15f0ec wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbfc187f5 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc7713916 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcfa630cf wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdea6662d wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe69d1eba wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf6859a1f wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x047ebe0e nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x0bc20eda nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x1cd09ce3 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x32990598 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x546612be pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xb13339a4 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x369aa13c mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x47ac5b0a mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x5e4b4b39 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xcd19a826 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xd024a6a5 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x32e39961 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7474ed89 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x784ec372 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x93cd0f10 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xc27f9591 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xcd78d5d7 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xf2c942ed wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0bbaaeff cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x11e04577 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x12eed9fc cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1e5ed173 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x27ad3e6b cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2a8bf886 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3abc8990 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3cb8e328 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x426249b0 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x448cbbd2 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5bcbe932 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x600b626d cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x69ced002 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6b6931a8 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x723a7769 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7525fce4 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x785111fc cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7b17eaf7 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7f79b547 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8187e1d5 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x83bce1b4 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8565e139 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8b0df58a cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d4de6bd cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8ef6ea95 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x976b1ca0 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x980443b4 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9e996ee9 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa3b91159 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaa3d9302 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb236a8a6 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb34a90af cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb535fdc6 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb97b871e cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbb86b17e cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc9b24b18 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd2ce9919 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe0497837 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe2f20a17 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe96e1243 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xee04b68a cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf1a4c30e cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfb9daa9b cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfbf7314e cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x1fd392d4 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x31a252a5 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x3c022570 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x4b524902 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x7175beda scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x8e9a0266 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xcab1ccaf scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0c0c3faf fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0f3787f8 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x120a9792 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1a4b3915 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x521c2290 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x58c4de78 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5b27bce7 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6471995d fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x69a32352 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6dbe5cd9 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7acefc41 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb690f991 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb9806243 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdd1702b0 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xee02ad89 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf0880932 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x3df95dc0 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x461ab992 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x6683eccf iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xaefc3c67 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd8aa576f iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf7f4f0e3 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0012f9e8 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x034f3294 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0431522b iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0634b933 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x08232c6d __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0bc5a95d iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x10b89e18 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12ecb034 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x19c48d0b iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x20a0c329 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x21142823 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x249579e9 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2ac8a375 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2b7399ff iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2c4619de iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3c265f96 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3d383d31 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4a990e9c iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4adacc00 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5e6cf654 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7777779c iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7e0d05d6 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8e38e09f iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x90b47dd0 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x95aabb25 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x96bcd2b8 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x981932ae iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9f4d260c iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa0229ac5 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa7570f33 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xacbeef72 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xacfb5bf4 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb0a43fa3 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb0ba7856 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbcb77e61 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc66f3495 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdf351de9 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb171538 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf2c9e8dc iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf9de5c95 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf9ed6e57 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xff65251b iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xffdcc053 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x08c62452 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0c89d00d iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0f47e4e8 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1ff29ffb iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2e7f4382 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x35cc635f iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x397b0b79 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4e9393ac iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x566e073a iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5bde65d2 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5f84e002 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x795802c6 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7b07e615 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x831da0aa iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xafae6a18 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcd379d5a iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xec183558 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x03f90885 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x08226f23 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0ab4b8f9 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1bf7abcc sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2d637e72 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x324370c0 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3f05d12c sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5e0491f1 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x611e0cd7 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6157f336 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x64506170 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6d972b03 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x782d5c58 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7c9f19ec sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x83090b1c sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa64b0110 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xba41625a sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbed0f57b sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcc2bdd92 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd2fbdffc sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdd3a996a sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf1b57d41 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf589257e sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfc62fa44 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfcfc85b7 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x22bb90a6 srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x3aefeea3 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x4f0ee42f srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x69fe3599 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x6a9b44f0 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xa2f41f89 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x078676de scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x204c283b scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x53f8af49 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x5bd1cf33 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x832f8ee5 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x8dc5f0c6 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xe192c88b scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xec0d64c3 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xf1bb8e22 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x09eac207 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0ce0ab3a iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x10941473 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x11e0c9c0 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x12213d23 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1958f7e5 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x19977f86 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x22cc8a21 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2378feb3 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2565ea7e iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2772ef0d iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x287fa911 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2a89d308 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2f7e44fb iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x31987bb3 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3296c160 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3d13950e iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3e5f9a66 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x49193dc4 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x513bc6b5 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5fa9983f iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x61478873 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x68484993 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6b561953 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7ae03680 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8017a7d4 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x83d5edba iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x961e9d34 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9fd36e8b iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa711ecea iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaf4f0c1f iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb28e302e iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xba649057 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc97f69ee iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcba1564c iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd1afac65 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2abfa8b iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdaee80f1 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xec0ba850 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xed83f4c3 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x24c96183 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xbbe02a62 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xc2859e20 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xddce7c9d sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x04113d46 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x48be9550 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x4ae49a5d srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xdfe89787 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe3f779a7 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf215dd9f srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x234fd046 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x38c325b1 ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x647bc737 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x8c7d1a41 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x9a3c0895 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x9f26b10d ufshcd_remove +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x3a7a0e05 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x8a82a4d0 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xc0ead0da spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xf19262d9 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xf8bee43a spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x08f9864e dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x50fe7a32 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x52bd8436 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x6f1262a7 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xc128c4f2 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x12a2a536 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x243b8c31 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4806797f spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x49261aae spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x59b8a276 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6b3d64f1 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7ce9fb43 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x853ebda7 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x88f21313 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8c828342 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8e685c8a spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9256ccce spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9870f24f spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xafca500b spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcc107ee8 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcdded4e2 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xebe75609 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf38f5719 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xc0432535 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x01eeb330 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0401b073 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x07d371eb comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1842d0ff comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1c6d8f33 comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1c8e783f comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x22411f1c comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x27ec0ab5 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x32918cb6 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x410d2e8d comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4982d819 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4e3d912a comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4e7d0f3a comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5021d370 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5831f26f comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5fb05a1b __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6094d220 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x61d77743 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x686ea7b9 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x77ee375c comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x780c4daa comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7ddf5d83 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x82e6dfac comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x84da986a comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x89d0ee8d comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8ab13af2 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8d9d3cf1 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9326e393 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x99b887cd comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa2cd7d79 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa32febd6 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xac4d4c97 comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb60d00c8 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb61fec45 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb7830dd6 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb8304457 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbaa8425d comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd3334597 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd82dc845 comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb466ba7 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdcc37075 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdf9b53d7 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe8e6498b comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe920ba25 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe99b4929 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xecdaa937 comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf3c2136d comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf977b47e comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfda73e0d comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xff757bb3 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x08987701 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x2cea18bc subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xcc55be7c subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x1100a3c2 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x14470480 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x459018df amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xbd3adf8f amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x254345e8 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x4e5fa122 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x529a4b57 cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x9e3d4d42 cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xe97b612a cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xe2ee3203 das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x11dbcf77 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3d7490cf mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4b368e56 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4cb20114 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x69283914 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6b1fd6b6 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8650f312 mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x88df06ea mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa1536753 mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa292778c mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa837a194 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb0a7003e mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb17a259c mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc0798197 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xca10ed0f mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xcb964ab2 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xce1e56c5 mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xdc83af31 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xdd6f89bc mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe0a1cc7a mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf5a8781d mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfc2bd5c1 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xdfc7e8e3 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x6577eb52 labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x869ff2cd labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x9bacfec6 labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xb8a56017 labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xcbf5b23a labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x17fc69a1 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x2faa692d ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x4f109f7a ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x845a0ed8 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xc4388a55 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xcb9d13a1 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xdc2a72eb ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xe1f002bd ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x2444c306 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x51e918c4 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x9a9da614 ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xa57414e3 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xb8abaed0 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xe12359f7 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x0392972c comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x07d2f294 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x185024fc comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x28de7612 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x2b15b88d comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x916ca7ea comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x924195ed comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xa4c6633d adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0ef1d765 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x185923a3 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x3920b65d spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x808e211f spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb35aaab9 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb685ba12 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd01deab7 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd2f21969 spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd56f6d7a spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xecfa27a1 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xef91d2e6 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xfde7290e synth_add +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x7a15d181 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xe2e9e265 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xf28e0833 uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x84ca8e61 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xe0b0c16c usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xad4753fe ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xc88e1967 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x03d0ec86 dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x79d55f51 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x02e61761 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0b197e5a usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1367ac54 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1baa28f9 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x227ea6b0 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e8f3add usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3564d773 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3cf1bf1a usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x45e1cc72 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x48365e6e usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x56d7faee usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x689ea594 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6f6460f7 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7195bd38 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x732fb721 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x74ef41f3 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x84100ced usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8b20f840 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x90ccdd15 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa3201561 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb2c3c3c7 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb6f3a96d usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb91fda55 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xba437b32 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbba1acef usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbdcbd670 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xef058cd1 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf19eb306 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x00324595 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2394d60a gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x414c6aa1 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x4a6f4d62 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x4d6c4ad8 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x590b6a90 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x69150caf gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x921a10bb gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x9881cfbf gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xaa72b1c1 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xae9e38df gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xbf6595e6 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xcbc71c03 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd83fc9e4 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xfb4b3476 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x6f99595f gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x8a2f55bf gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x35fc67b9 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x3a5d852c usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x3e53a0ef usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x45a49e22 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xa93642ff usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xc3fd70ef usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xe1b752e8 udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf7f1ddec usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xfe41cb4f usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x05153485 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x3d8f45d5 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x8f49184e ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0974d912 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x17a53201 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x359c0df7 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x5eac8fb0 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x631f83aa fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6920cb44 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6995cab6 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x69b6feb5 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6d98c9da fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x73bb887f fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7943ad0b fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x8a3f12be fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb0fcd391 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc602ab8c fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xcc301ecc fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x10ae3265 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x305e2c8a rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb3283203 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2d3f54a rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x6ad6eb1c ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xc06cbce9 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x2be6f5e1 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x7116f4b4 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x73a78300 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x9516f2f3 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x9771b04e usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa09e5a1b usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xae8ea07f ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xc43dbf46 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf6835d7c usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x3675b56c musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x06fbae20 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x82e952f1 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xb3b5e081 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xbfc01b9f usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xfd9a5dd8 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xb94a51d8 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x06593cae samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x0e81dce7 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x67f81c72 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x8603cba9 samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xbd0a483f samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xc2c5ee1c samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xe08a1906 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xc7b38571 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x006eade7 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0ece6ab0 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x10afc946 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x11bfc4cf usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x17a6f274 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4179a19a usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x46b5083b usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5256b796 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5a7f199c usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5bbc9c69 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5e1ded0c usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x777381e7 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x91942a21 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9eff194a usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa4d9955b usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa789994e usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb580c5c7 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc256c84e usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc88b4c7d usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd0e56e1e usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd3701e4f usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0c7cacf2 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0d24630e usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1b2e8af6 usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x20481b1d fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x21171ed2 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x24508e91 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x295035eb usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2f89b700 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x321092b5 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x4d012018 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x58b1cb3e usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5a5f4976 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x64bb0957 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x67abbb99 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x83a0925f usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x89e20d07 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa45fb642 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc5d01ce0 usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xcf2945fd usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe2fab7a6 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf2dc91c9 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf934427f usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xfce8aabd usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x00832a2f usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x221be125 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x324faefc dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x433af2b5 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x74057f26 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x776e097f usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7b2e533f usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x894a12d6 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x92943875 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x95b9ff39 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa4177c38 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xcbe3942d 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/wusbcore/wusb-wa 0x478e4f28 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x484dbdc4 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x4c43eda6 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x84d3bdda rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xb6f42a49 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xbfcf3771 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc543b60e wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xe2a423f4 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf4654c3f wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x26cdb34f wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x79c1a2af wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x85843fdd wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x8645c4fb wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x89366173 wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x8c55ab88 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xa6213596 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb18f4a7c wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xbe4a32c3 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc7c775d2 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xd615bc8e wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe466f42b wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe515107f wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf0ecedb3 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x4bc79b35 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xafbbcbdf i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xf5b879ff i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x1745a878 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x2083a900 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x309ab892 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x3fd6a49c umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x3fee21b7 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x6879bf2a __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xb3ae0917 umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd5ff2292 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0212cff8 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x02e6b39d uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x05df19e7 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0a8837d1 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8aad57 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0bd41158 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0ccf0833 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0f6689e5 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1a23b288 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2f1ab29a uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3001f538 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x38b84297 uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3cca21a5 uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x44986cec uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x462bac4c uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d02c126 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x539f6608 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x596c4068 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5e4bc088 __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6769e1bd __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6ca1833a uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6f6adb80 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7931abd3 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7dcfcd23 uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x807b1470 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8d9716a7 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x928aab48 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x97862cba uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa2e9c245 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xad90d810 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb5885093 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb609d5c2 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbd3fa48e uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc4870782 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc4eba5f9 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd05e8ff3 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd24b24f7 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe1716f06 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xeb6c79c6 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xed1a1ac5 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf3e41048 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/whci 0x371ae9de whci_wait_for +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x093d16b2 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0ffcfdb8 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1545c51c vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1f570502 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3147132b vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x32ac23be vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x37642f45 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3dba44b4 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x44b5ce1b vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x540eb5a2 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x680d3b98 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6f651536 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7a6d3437 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8659f716 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x887ce16a vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x92a25927 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x93476507 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x95f876ce vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9ec384af vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa47dd6bd vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaa7f6d78 vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xab48b20a vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0f81e37 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb174bd8b vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb4a839eb vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbbb6525f vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc8bdbaea vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcd4ada4a vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe345e76e vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfe5cee52 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x02cb85a2 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x11cf870e ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5511d555 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x7405845b ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa27c6ded ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xcbe42cf3 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe4e55e43 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x0138f0eb auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x6d282e14 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x6da8e10f auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x785edd7e auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x7ab8d10e auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xa245c2ec auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xd48ca12f auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xdd5a9579 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xdfd572e1 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xf2d112eb auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x198693bc fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x4326a5e5 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xe0756579 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x034b13b5 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1b17d992 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x24c24005 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x6f752087 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x74d9c74b w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x91bdf6da w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb3785840 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xefa99242 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf3bca12f w1_reset_select_slave +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x1be37964 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x32a14c9f dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xe4842cd0 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x21cb2cf0 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2b834cdc nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2f656364 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3bd1e8da nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7f2b836f nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb9a6aaef nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc3c466fe locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xce23088e lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xceedb8ff nlmclnt_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0587844d nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05a1243a nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05f7c1cc nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08b8bcf9 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ba87505 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12b3439a nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e22c979 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f0c719a nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ffc9312 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2600fd79 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d37aa9c nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ec2c6a0 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ec455ba nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2fcd8d61 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32707c2d nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37dbede2 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3806f4ce unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3bcc6c08 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42963175 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45c3bdab nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45fe0ab1 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4703bf5b nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x474899b1 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50c35ee4 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52597165 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x529400f0 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5350f191 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x567b392a nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x57641575 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b4baa5a nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5bdb7084 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c2d021c nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fd4d4c1 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6271670c alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6396d7a3 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6708ac93 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x69301b0d nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6943e303 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6acbdc79 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x717f9a7b nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x721f6464 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73623c82 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73721c27 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77c48d16 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a04310c nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a894ea4 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e6dbbbf nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7fd4545e nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83a7d1e0 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8aac05e1 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ba4bcdd nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ea931af nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f3291d4 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x906f6e68 nfs_do_submount +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 0x92baf987 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9440cf73 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95b99057 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96c1b21c nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9bd2c902 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c087a56 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9dd7a3ae nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e247092 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ef69fb5 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f20b58b nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa0c3f540 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2f9c2dd nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa306709f nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacc271d0 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae3da881 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb17e04e7 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb430bee9 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5139bb4 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb53b8af6 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7a3d147 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba01d434 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbacca8a8 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbaf17d4a nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb12612c nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcb91947 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcf2d5a4 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbfa3f35b nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc01a56e6 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc07283ba nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1a54aca nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc208222c nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7885e97 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc95d5d95 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca300ea2 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca49bf51 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb688822 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcbc52519 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc33945b nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfc1b76a nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1081713 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6b24a54 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7f0e6a1 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb2f558a nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdbc6523a nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd47c31d nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xddae23c4 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfb69ef2 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe25244e5 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe35ddcf2 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe59e4ca5 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe870f1b0 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe87a166e get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec90a587 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xecad0846 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xefce61ec nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0693a04 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0adcfeb nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2432ca2 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3125cc4 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf545fbc3 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8f92e67 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa600857 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb3f87c6 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe3fc5e5 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe7d182e nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff2840d0 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffa5e032 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01f6e44b pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054e8b5b nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0641c163 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b5d0c12 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d0482b0 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x11bda27c __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x198f329d nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c21d5fa nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x275a8a6c pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3107e5a8 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x31345dd1 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36bb5b85 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x410e5b20 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x449a9c77 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x478cc27c nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x481c34b6 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4bb69632 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x55e0f239 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x648b50d5 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x665fa50e __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7491de6c pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7b6923e5 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8173d1f6 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9cca63d0 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa19cf45a nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa1bdaf48 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5a81cba pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa6097722 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb1b29140 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc2e3b36f nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc55626db nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc610afcc pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc8b58ba2 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcdf0973d nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce462330 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcfa6cef4 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcfeffb74 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd35d24c5 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd7d53b1e pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xda0af165 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb813e84 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe8483cce pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc309562 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfdcfeaf3 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x7a7ddeff nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xab26b83a nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x002d4614 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x255d4802 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x43e4b0b8 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 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x90837829 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xababbe94 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc764d5ce o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xcecf0636 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +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/dlm/ocfs2_dlm 0x1fb2e8ec dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa0fbd8d7 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa6523cdf dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb891b3cd dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xc3b003e6 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xc607f7dd 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 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x5cc104ac ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x94fee314 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9b2db328 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1b7be12f _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x25add7c7 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x610f3e91 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x4b5c74a6 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x936f0ea4 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x08817eef garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x41d22f5c garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x7075fa4b garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x8e245476 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xbb68f360 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xf1914d5e garp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x0fa3fe30 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x38ef3396 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xab8f5083 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xe5e45208 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xebe72778 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xf1e6283d mrp_request_join +EXPORT_SYMBOL_GPL net/802/stp 0x7341682a stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0xb9bc3248 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x9c74b4ae p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xb7e877f5 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 0x5de0f70f 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 0x9b107ab9 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x140a673f br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x42074480 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x06302311 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1eb1e6d8 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x35760b36 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x37d6ee8a dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3958edab dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3b15d5e0 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3bdeb389 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3c128bd4 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x445f7a7f dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x49247582 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x587e42cd dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x694cd246 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6e21a147 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6ea9a2bf dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8870497f dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8a72519a dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x91ac773e dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9b7bc1b2 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb2a7743d dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb44692e7 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb8e7ba1f dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbcd8de57 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc0b7b890 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc329cf32 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc39eba0a dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcaa50cd6 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcaa6b01d dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd0f98a4f dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd4a08765 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe2b72b71 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe8a57a88 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe9744dd6 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf5cac37d dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf9ad10b5 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x72771e55 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x93b45585 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9fd50ffe dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa024a6b3 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa53a117a dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xaeeb63e7 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7661ad70 unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc88d4ade register_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x2db78612 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x605649ec lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x3c0015cb ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4257a90b ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x7f319ee8 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd58dfa29 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xffad0296 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ipv4/gre 0x09586ba6 gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0x23bf4f99 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x8ede32a5 gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0xdd4f715d gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xdeedb159 gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x15b546e7 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x872b5f54 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa2981004 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa973b1bc inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xcd6e958c inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xff627a40 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0341f334 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1ebc57f6 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3d755a3d ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4fad030c ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x74a814b2 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8592510d ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x89883f40 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8c20dfa9 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x98b9960f ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa3c6d786 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa5fc3771 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbd9502a2 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdc353a87 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x4bdc8d00 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xf9eca084 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x34cb5266 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x4388cdeb nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0x20165c51 nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x25c4b152 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7940dbdb tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7b880ffd tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa363a61f tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xba3c8184 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x0f031a04 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x48452f2f ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x5b654efe ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xa203ca15 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xc3b23007 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x46c02883 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x5f763b8f nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0xf70d1911 nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x06a74d13 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x122c2494 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2aba6204 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3103a547 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3270d01b l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x465dbf61 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x73bbf2ec l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x90affcee l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x96023e7a l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc5f4d09b l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd6c03f5d l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdbc60c4f __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdd70926f l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe1aa8ed9 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf4709890 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf9c82570 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfba1c4cc l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xe4644af1 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x13f95c00 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1d6c3b09 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3c57b8f7 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x609fba1c ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x60b7a104 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x61ec0380 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x656e76e3 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x70d89d59 ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7e187f90 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa26dd775 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc7563fa5 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdc3bd067 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe04543ac ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf580debd ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x01de0060 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x058e1088 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x132626ff ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x21b4918f ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x58806fd1 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x677f4693 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x72115df7 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x74412629 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x80afd6b6 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e3e094f ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa1c0f074 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa3b0af22 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xabc61221 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc4607c5d ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcc3c2416 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x86e265fb unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x957e1ca7 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa843f1c6 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xdfcd17fa register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0105f45c nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06ed5a77 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x086e27c7 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0f70f3d2 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x12f288b2 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x178cba00 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1a523ff5 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ac470a9 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e0253cd nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e449e33 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f794fd9 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20f5c853 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20f77060 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x234a5cd9 nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2446bb93 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x33b7f2a6 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c643631 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ec346f8 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44175349 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ac4feae nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ce47fc8 nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x55ef7f09 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d4c3bf6 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x63a2ee9e __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x64b81e65 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6ae7d02f nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c98ad9d nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e698293 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6f2400c5 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x706a96c2 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x71ceaae7 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7239aeea nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77b0de57 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7cb1566d nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7dcb077d nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7e2ef301 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x851d394e nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a66c4fc nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b2b56b9 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c64ea92 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ef759ce nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f087749 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x901140b0 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x92895131 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x98415b1e nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa0bf33b3 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa22e7c19 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa5a08a3e nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8b06de6 seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xacb357bc __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb0f1caa1 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb68733d6 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb6af228a nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8115bf0 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb16c265 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0facb56 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc38b6c4c nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6b2c555 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc83c1909 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcdb4b159 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcfe54251 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd223a2fe nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5043496 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd53f0de2 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdad839bf nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb250e7b __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdbe49c32 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7096f60 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe8e92ff9 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec74ffd8 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1e297ce nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf2a41eec nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf5580744 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfae9db76 nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfb9b8b06 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe678399 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff40b965 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x52e1a1ce nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x91860616 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x4fe8a178 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3d26f09e set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x436cb858 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x672121bc get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x788313a4 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7a9b867c nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x943b3898 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x9a4542f7 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd5a42767 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf66d2ef3 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfa15ba90 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x82987df0 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x5e61394b nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x9c3dbda6 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xeef2cfff nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xffc365dc nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xa60febde nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xd62c68ab nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x49a20de6 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5a70c5d5 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7661f934 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x81c97cfd ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8d07ee87 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xce0f6ccb ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xceb965f1 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x1924439a nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x3c7f5939 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x05f81f56 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1a303b26 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x246c26d1 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4f07af57 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xae73d4c3 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd5f6270b __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xebd5a522 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf31c77d5 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf5bea90e nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5f339439 synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x785eec60 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc618bec0 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0c01c591 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1dd00c23 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3435a258 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x42f78551 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4b090571 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5c93ed51 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x66608ac6 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaa9621ce nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb62fcb99 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbdf7752d nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc545aaa6 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe1d9f469 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfbaca35b nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x22e9112b nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2abba818 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x357620d8 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x62639ff1 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x8f6fe6c7 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc081c5ae nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd00a7413 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x0d06866d nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xc9b2992c nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0xc7538a23 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x055a37d2 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x35de717f nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x85237053 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xa0bd555a nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb34bf70f nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xc02890e3 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x83730733 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9cbe923c nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x19da4c17 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2db01f96 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x31529e02 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x35ee8eda xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4f3dc262 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x55a7be98 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5a3483de xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x72e9675b xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xaece75e4 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb230c1cc xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc91f26ea xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf8f0b5a8 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfb3238c6 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x00204983 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x482b6a12 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x152eb591 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x312735e0 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x3587014a nci_spi_read +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x01d35f10 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x0a7c6022 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x0c4e4002 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x0d8fdb45 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x1cd794b7 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x240172be rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x2717cf7b rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x438a495f rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x5d4eec10 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x6288b5b6 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x64dc9e1d rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x6645ee11 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x68a8377f rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x6ac3863a rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x73cbf62c rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x892504ce rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x902d33b5 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xae5d9d97 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xb79840e9 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xbc5fc57e rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0xc2b55e91 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc91a8364 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xd1f9b777 rds_trans_register +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x54d8203d rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x70ffc7ca rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x1acf8368 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x35e475bf gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x60f2d497 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01773900 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +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 0x073c3a92 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08335fac gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x085daba1 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08b64583 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0cbe3542 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d99f254 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ddda50b csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0de5b80e rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fe3d8f9 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x100239f3 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x101a75e5 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1286d3a8 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12acf18b xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13a0710a svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14f46921 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x152699a7 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15b09aa0 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19f7f76a svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1abbc02d xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bec1333 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cc26f52 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d07b325 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d6448f9 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fe1d582 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x206374ff rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x223b57d7 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22693217 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22e902bc rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x232a394d _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23dda563 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27f56fff rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x291cf7d2 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2930a4dd rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a576074 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2df8ac34 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e304fd5 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ec242ff cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f734cbb rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31c6863b cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34c8ce34 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34df1ccc svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35448c65 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x360f4936 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36836a9b svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3844cc73 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38be8fba rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38cb928a rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39533b31 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a40aa70 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d9d6f20 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e222ce4 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f90132b rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fc06fe3 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43095b1a xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x434a1768 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44287931 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4598a5bf sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4846297c rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x489e156f xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c592e1a rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cd9029d svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e7b68ea svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50474dd2 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5287a70a rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52d4529f rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x547ea5d7 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54a4bbe1 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55a01750 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56261115 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57cd36c1 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57e51afa rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5998f9de svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5aa1ac51 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ab2e1af svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f365121 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f828945 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60bdfdee sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61aaac22 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x623c5a90 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6261dbf5 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x631184ed xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66a7969c cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66cc80a3 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67468352 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68b3381d sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68c8094f auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d9cd4e1 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dc9d7a1 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7309c6ea rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74341078 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74fb29a9 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76c41695 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7708ced9 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78288203 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x782969d6 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7965fdb0 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x798d260d xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79b9c881 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b60c66b rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7cbd7c47 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7eb21f7d rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81072306 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x841176d9 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x848d8b4b rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x858cd7a8 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8627c15e rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87470458 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87a8d6b5 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x881baae2 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x890da4d1 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8947d582 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e6186b6 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ed26034 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f0d73b1 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f3b45d1 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fdd0a70 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90500855 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90caa8d0 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91fcf735 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x938b051c svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99860767 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99f01e56 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bde0bc4 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dab1a8d xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e2789fe svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e8c06d5 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa07487fb rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa144018a rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5108f42 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa71e7fee xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa747976e xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa787a682 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa84fe762 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaae55e3b xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaaf6adcd svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab865182 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad7949b2 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadea5a73 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae4e38a5 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaeb4ce10 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf9055ff rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb028090a svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb19d596e xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb49fd96c rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8e86ce9 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbbb78858 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc710f28 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbdc8c497 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe76fc9e xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe9ee2a0 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc26582c6 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc529c73d rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc60f4845 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6e4d31c svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7c6f3ca xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc82f35cd xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcccb1fb1 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcde26a44 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcdee3311 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1ee377c cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4d5b809 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd50aeb22 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5fa2c81 rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd60dfff8 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcbd9fbb xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcf14318 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xddee81cc rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfeb9bb3 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe04ae0b1 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2ec0c6b svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe58b17c6 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe803d95f xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe806baa6 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8468fd4 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea608447 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeab01c31 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb318f42 rpc_switch_client_transport +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 0xef1c4dda svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef5bc237 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf012d508 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf03cf829 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4f20fa3 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf68f40a7 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8763ec5 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfba8cc6a rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe0c35ac svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe2cfc2a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff6057a5 svc_xprt_put +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x01325cb7 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1322be69 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x22db39d9 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x26d3569e vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2a038c37 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x49689a28 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5e146e53 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x74e91915 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x94852e9e vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x95548504 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xab786c9b vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xad575da2 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb6c7ebdd __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe71e5dc8 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf593c40a vsock_pending_work +EXPORT_SYMBOL_GPL net/wimax/wimax 0x0f8007ce wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2f4d11e4 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x453f52b6 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x4f8b4255 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x59c1d29f wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x66fe229a wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x6b68316f wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8199fc6f wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8935839b wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa0b52255 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xb31947d7 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc9b965ea wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0xcb24ae2d wimax_msg_len +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x404b35c2 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x459e1949 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x564e4599 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x65609f33 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6d0a4243 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x80da5798 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9ebc4af9 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xad1d18f5 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xae02bff8 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc228e4f3 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe4337e41 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xeed74b32 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf9931bff cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x3cd9fa9c ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x48bec038 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x63abefff ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd69d6856 ipcomp_output +EXPORT_SYMBOL_GPL sound/core/snd 0x37063c48 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x3718ddcd snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0x422e734a snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x8a5cc25e snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd 0xe333ac19 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x8f797dc2 snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xa795b6fe snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xbaf20758 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 0x0f524288 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x3dbc8624 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0f70a803 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x19e5458e snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2ca767d5 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3f357fa1 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4dd9ec6d snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x917ef4dc snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x95f5b93f snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9d5625dd snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa22ccac9 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe7934596 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xfb02a052 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x5d250608 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x8965cce2 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb1aa91ff snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc85fb5b1 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd0c51d99 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xe1b27b86 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x023868c0 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0356ac43 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04c34dc8 snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x06396e28 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x07f3182c snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x085228d1 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0a85f311 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x100a2b96 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x11eb6c82 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x14ccb53f snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ac168a7 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b60932f snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1bb553e7 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1deccd73 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e754271 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20f778f1 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21c33f7b snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21ca158b snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24a5f484 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x252a423e snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25dafa97 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x26151aaa snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a5de189 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a82c597 snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b3080cf snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d755297 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2fcee2e3 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x35a0b845 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x370d7f60 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3bb24092 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ce7d77b snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3e4e3e4e snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x400c60d5 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4391c847 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x44d88c61 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4545fa1e snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x46eac62e snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48f396ab snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ac2f483 snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b3ff4b3 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4bce60a4 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d0cf23c snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d3b449b snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5083d215 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5126eab8 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x51b53147 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x51c4e271 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5356b997 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5794838b snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x599f0bc5 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5c5c015d snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x653f7eb9 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6759c185 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x685eca23 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a8093bb snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b54f92e snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6e57ac88 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fe2ebc6 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x73b19c60 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x73cb673b snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74c09fcf snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a741027 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c777bcb snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d2a0e09 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7dbc41f8 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81fb8370 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85787488 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x865ead35 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89c32dce snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b8de0df snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8dc833ac snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9117f154 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x91829a31 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x929dfee4 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x932a493e snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94e04091 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97201a8c snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9b0e4c21 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e3096b7 snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1da1de0 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa245f0cf __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa41000ec query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa45f6633 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5037adc snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa42a694 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb16728fc snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb328fdd5 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb41f9bcb snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb4618bdd snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb48a2d95 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb617227b snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb780081f snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb8281500 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb945097d snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9b94ed7 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbccca78a snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe342fe9 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf69bdc3 snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0f97d4a snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc11cc414 snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1e6b0de snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc4f03e7a __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xca09afbf snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xca7d9949 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcd5e6f78 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf8f7dd5 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd2cdb04b is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd2db3fe8 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd47abff1 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd60dd2a0 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6148a4a snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd674f9a3 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9c0b1ea snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdfc7814a snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe0b5e847 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe3eeb343 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe49bad20 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe72f7795 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe8338504 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec44c1a2 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec5dfcab snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeebe0491 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xefac322b snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1220f92 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf225c465 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2e7e9ec snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf6c7a5ae snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7cb72d1 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfa0265a1 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd57597c snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd8f27a0 snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffa83cc3 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0905f00a snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1265b710 snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2b1b14bf snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3cab6402 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4ca9052a snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4e0a0205 snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x507fbf85 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x704c30ea 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 0x8b878e82 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbab085cf snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbbcd9615 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc1fde6cc snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcb036318 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd052206a snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd524c927 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdc18239b snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdd6e5f97 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe5a51b4d snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf2605510 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfbd793f5 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0x0545861c snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x03c44eba azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x0f1fc457 azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x3d3b4f5f azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x9826e7ac azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x9e25a33c azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x9e691d11 azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xa44c265c azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xb27d466d azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xc6617c15 azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xd05a47ad azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xdd346377 azx_mixer_create +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x21c4f93e atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x2916a156 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x5cd8d1e7 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x1eaf3ce2 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x6b0f59c3 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x8e43dd45 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x9375cbb3 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xcaec4319 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xdfcddc18 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xe3bc8bb0 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x6eb80b3b _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x5656f47d tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xbde3b736 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x198eae83 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xfec02fcf wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/snd-soc-core 0x00d91289 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02ff6a00 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0474feba snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x063bf823 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0666bddc snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0676c83d snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c6aa920 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f207eac snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x108df449 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x13127d1f snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x138f97b3 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x149ee16d snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15a81ce8 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x160ed950 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b8c2f09 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1bc5f4c9 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1bf1d011 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d80132e snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f78b7b8 snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2012697c snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22de8db8 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27a1bbcd snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28ed604f snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a891cd9 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b407002 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ea3c0f2 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ed8e94d snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2faf9a82 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30893774 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31fa20a4 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x328d7d35 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32ac64dd snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x35376558 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36995c1f snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a721e98 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b9e5362 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e8a5b9b snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3fd2d57e snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42a37e1e snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42f52927 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4580dbe1 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49cc3573 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a4ad26f snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d13ac72 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e9e16c0 snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52305024 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x538dd794 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x593b549a snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ad28fa1 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f037cdd snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61e2ecf8 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64ab0443 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66eb6885 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x670fece4 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67e9ce7a snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69ad55c8 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a736e60 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c639587 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e63b8b0 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x704ec2d2 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70d26acd snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7136c414 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x725f57df dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72f57a9d snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x737d4337 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75532ca0 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75781af2 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x776304e1 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x780d2147 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8425d4ee snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87adeb4a dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88530214 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88578238 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x888069f1 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x895beeb6 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89efd0db snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d21e202 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e1d3516 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8eb0f690 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9043bfec snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93e49aad snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x943c4a27 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b59de99 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c266698 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f7934ca snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4a1685e snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6383b41 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa650e2d8 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7d547bc snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab240977 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad3f4cae snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xadf41645 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2515e51 snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb492b2cc snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb4ee2acf snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb63ef825 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7924329 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb80b7e60 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8994c1b snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9e902a1 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba48b5fb snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd87d69a snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc142b1a6 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc21dfde5 snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2fb2b00 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4b8c841 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6869bb6 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6878ea2 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbee87f0 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc36e679 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd892d59 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4e86c41 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd52cbbdd snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd7571eab snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd8e8768e snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd9caf36b snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdedcb492 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe1ce6d54 snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2751af0 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2d1df85 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe353afbf snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe374c5ef snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3d36192 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4576010 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5cb4dac dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6ebd9cd snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe7574a28 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe7626d7b snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9dbf6ea snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea5daadd snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefa5c50b snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2e31f4e snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4c40d63 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf62ae00a snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8d9d060 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8e24112 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8ebd59d snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8f8f0e1 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa1c5206 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa93845b snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc2d7dc8 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe348cb6 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe779180 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe8a802f dapm_regulator_event +EXPORT_SYMBOL_GPL vmlinux 0x0013f5d6 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x001ef8bd scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x0026b0eb cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00a018d1 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x00ec35c8 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x01126d33 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x0144955c regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x01860ecf disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x01870ecd skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x0195fba9 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x0196b908 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x01a4498a inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x01aec411 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e52948 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x01f02c80 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x021ebfda btree_update +EXPORT_SYMBOL_GPL vmlinux 0x025a3614 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x028c7ab6 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x02affccb i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0x02bd3568 skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x02c082d3 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x02dedf17 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0x030b3662 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033bb0ce blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03576f94 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x03590216 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x036503c5 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x0369e31e ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x03bd1302 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x041272c0 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x041cb5d6 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x0421cff5 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x04537258 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x045c893f of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x045ff4ca irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x047cd34a extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0x047de43a kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04961630 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x04a69acc crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x04b5549c __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x05031120 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x050f6f92 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05612236 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x05617142 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x05788f49 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x057a9cf5 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x05847fac sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x0593651d key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x05ba57ba disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x05dc7aad ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x05e9822d kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x05f6cb91 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x061ad801 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x061dee59 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062e216b __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x06491062 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x064c421b usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x073f50b2 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x07425540 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x075c3322 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07cd0b59 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x07f300c3 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x07f6dc31 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0852fe1f sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x086b8f1f pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x08870ff6 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x08a27523 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x08c180f0 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x08d1dbc5 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x08d84530 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x091c824a machine_power_off +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0921daca pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x09498291 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x09599d6c dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x0962d0e8 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x096951bd regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x096b2b8d devres_add +EXPORT_SYMBOL_GPL vmlinux 0x096bcb6f usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x0971588f dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x098e4f90 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x09ac623b ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x09b162ef get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x09c1dea3 device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x09daaef4 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x09e1ee6e pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x0a0596f3 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x0a3cf307 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x0a51ae5b virq_to_hw +EXPORT_SYMBOL_GPL vmlinux 0x0a5466c0 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x0a76aad8 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0a9d5ba6 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0ab045d2 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x0ab8de5e pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x0abf797d tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x0ad205a0 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x0ae74a16 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x0ae9e1c3 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x0af7db40 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x0afadc68 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1be0b4 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x0b474ac3 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x0b59390b __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b631ce1 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x0b65d7e7 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x0b8486f2 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x0bc155ea component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x0bcd5088 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x0bd5df82 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c08bee1 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c4186a9 of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x0c4d07d9 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x0c7c3ac2 devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x0c869d93 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x0ca737f6 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x0cb66fb6 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cfa7883 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d0e7fd4 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x0d706d2e rh_set_owner +EXPORT_SYMBOL_GPL vmlinux 0x0d7c033d pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0d9bf839 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x0dab0fc5 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x0dbfdc38 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x0dc17dba devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x0dc387f7 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x0dc9546c pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de06988 cpu_first_thread_of_core +EXPORT_SYMBOL_GPL vmlinux 0x0df4f5aa fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x0e836e32 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0edd3276 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x0ee3a944 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x0ee3b9f1 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x0f34bcbd pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x0f7271f1 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f838a1e class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x0f84c420 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x0f8f6382 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x0f96f8a3 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x0fa50b3a sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x0fab5136 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x0fc01e9f static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x0ff00a12 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0ff4f983 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0x100e5b0c tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x10105148 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101e0cba pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x105b87aa power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x1069cd8e dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x10731e10 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x108d6b83 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x10bc64a1 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x10d2e84e blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x10d56a78 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x10da9334 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10fa59fc list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x110f1a3b wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x11128500 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x1114011d threads_shift +EXPORT_SYMBOL_GPL vmlinux 0x112b9b78 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x116bd2e4 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x116f6035 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x1171666b of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0x11771246 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x118a46b9 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x11be4ad3 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x11cf63c4 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x11fa32bd lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x121619b5 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1264bc1b fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x12785bde fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0x1294157e tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x1295a632 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x12a38c37 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x12b17a70 flush_fp_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x12b80702 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x12c058dc crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x12d12ead irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x12d77dc3 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x12e38722 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x12fa5da3 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1320bd77 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x13268405 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x13422d57 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x1357ae37 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x136a4ee6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x13a900bc regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13b43aee sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x13c1c363 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x13c6dd8d fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x13e5ea13 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x14302bc3 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x1458d355 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x149cb9d9 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x14a2b251 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x14ee5490 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x151c2669 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x152556f4 gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x153d8bf9 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x15512a88 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x15574fb6 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x15917114 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x15977d73 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x1599b95e usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x15c21e5e nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x15d46395 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x15dc8d53 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x15e70c6d ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x1604b3b5 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x164d39ac ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x166016b0 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x16768c06 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x167fad0d device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x1680c62c of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x169e3b05 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x16d6a8ac scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x16f1feeb crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x16fbb4f2 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x170d3e84 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x1722f64e task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x17307050 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x174788e3 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x17508c84 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17c50930 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x17e0cfb2 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x17e2467f ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x17f15cee raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x185a6abb usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x185f89fa usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x1860b11e rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x187f8032 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x18a27f34 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x18c90b10 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x18fed22b regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0x1916ac62 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x191710aa dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x19182422 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x191c9a70 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x19369b6e crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x193eaf98 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x194885bc __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x1949726f virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x1958589b dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x195afd3d debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x195b926e devres_find +EXPORT_SYMBOL_GPL vmlinux 0x195c364d hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x19926fa5 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x199b6ec0 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19af2541 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19bd4ff9 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a164de2 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a786882 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x1a8c5907 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad798c1 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x1ad89fce ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x1aed7615 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x1afa4118 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x1b13dd96 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x1b14194f of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b96d061 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1bab249b rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x1bd5975d vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x1bed1b94 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x1bf1b420 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x1bfe4472 sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0x1c0a3f8d __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x1c1eff13 cpu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x1c2c108a ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x1c529fb3 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c6063d8 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x1c6f2b22 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c824753 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c9f0990 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1cabfd6a blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x1cb2c643 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1cbbf733 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x1cbc7efa pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x1cbd8674 mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0x1cbed3eb set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x1ce87b02 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x1cedb10a security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x1cf82066 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x1cfc28c2 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x1d0a5b9c da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x1d185b74 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x1d18f688 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x1d2f4083 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x1d4eeaa1 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d6e6f3e of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x1d76fcc9 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d861309 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x1dae382b sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x1dbd4582 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x1dc1385d regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x1dcf7d0d clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1dfa9362 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x1dfbcf4c mpic_msgr_disable +EXPORT_SYMBOL_GPL vmlinux 0x1dfe7fca register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x1e0b5490 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x1e1cef70 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1e1e6271 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x1e40f2db of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x1e5458cd ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8e181c ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x1ea3fff1 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x1ea77707 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb3e42f __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec58e76 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x1f15cf96 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x1f224451 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x1f5037ff device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x200d8c8f ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x203a7754 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x2045e786 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x2069e900 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x208fcae0 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x209bc4d0 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x209c8bdf hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x209e0cf3 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20b8279d __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c7da30 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL vmlinux 0x20e9336f rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x210ee686 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x211d99b7 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x212d1055 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x214892c1 of_fixed_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0x21bba3a5 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x224bc74d sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2267166a spi_async +EXPORT_SYMBOL_GPL vmlinux 0x2272679f rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x22890e9c simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22b30eb9 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x22c01670 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x22c81f7b kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x230a76fe regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x233ebefc ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x23405f1e ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x236e6978 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x2373766e task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2392bc6e pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x23b6ee03 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23b8e614 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x23ffe292 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x24585d47 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2494e00b tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x24971e21 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x249e6af8 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24b498d7 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x24ba08d1 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x250695b0 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x25133d31 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x2547ddb0 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x25505af0 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x256f4280 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x257b4d08 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x25b630a1 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x25ce5192 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x26262a0e crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x26546cbb thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x26591033 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x268efd43 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x2691412e boot_cpuid_phys +EXPORT_SYMBOL_GPL vmlinux 0x26b014ac of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26d11971 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x26da56c2 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x26dea265 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x2723244c pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x27443fe3 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x278f3051 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x279e2c69 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x27b38f80 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27c6d223 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x27dd622d watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x27ea9d48 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x27f2af5e skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f8edfa regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x285a5f9d percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x28725d04 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x287c8458 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x28a30c07 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x28ef2fe7 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x28fa27d7 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x28fb2a0f spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x29730fa1 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x29ad42e2 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x29d71880 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x29f97990 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x2a217bb4 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x2a38bae0 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2a3e030b sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x2a607725 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a6993c1 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x2a6afb89 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x2a807442 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x2a912314 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x2abe4d2d netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2afc1111 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x2b37c41c attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x2b5c303b smp_send_reschedule +EXPORT_SYMBOL_GPL vmlinux 0x2b607170 ktime_sub_ns +EXPORT_SYMBOL_GPL vmlinux 0x2b7a574f md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x2b8ce26f vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x2b9259a8 devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2bba6cca crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x2bdf4a27 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x2be47f84 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x2c1f38f7 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c3f4639 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x2c483bc5 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x2c5ffe17 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x2c62231c pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c9348e6 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x2c9365b6 put_device +EXPORT_SYMBOL_GPL vmlinux 0x2c97c085 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x2c9b83eb rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x2cb10f15 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x2cb7484f skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x2cd9e892 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x2ce77199 rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2ceaf2a4 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x2ced590e irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d36c57b rh_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d3948c9 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d722fdb regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x2d967709 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x2dc18f28 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x2dc2f94e pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x2dc5a6d1 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2df331bc devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x2df84e53 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x2e05b8ff regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x2e10c910 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x2e1645be usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x2e1983a2 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x2e1bac07 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e43fc8a sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e73b025 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x2e80cb79 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x2e856648 __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x2eaec138 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec1957f of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x2eca43bc ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x2f0118b1 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x2f031bf6 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f2c90dd ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f45ce7d usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x2f6466ce fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x2fab7301 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x2fafdd3c i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x2fb8792b spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x2fc8fbba dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2fd182bc ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x2fe8e43b reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2feed259 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x2ffb5ff7 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x301baf17 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x304b9bb4 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x3050ec18 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30b02f46 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x30b4cb7b blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x30c27eb1 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x31012838 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x311cc9b5 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31269bbf tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x3130f4f5 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x31344851 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x3141bfad fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x3179f19b gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x317fd2ca ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x31a67d0b crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x31a69408 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x31a8f02f irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x31ba41e6 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31c819f4 of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x31da95c8 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x3213464e device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x32554796 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x32644309 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x327cf22c __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32923a32 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x32924a4d scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x32c039fe smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32f1f781 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x337786fa usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x3383e8d2 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x3399c968 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x33b54a8f dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x342508a4 __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0x346471d7 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x34656878 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x346fbf46 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x347682ce snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34e5d179 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x34f4c495 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x34fbeb66 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x35145902 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x35183e02 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x3520e522 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x352a9c51 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x354b6b3f crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x354fb5ea extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0x3582d3aa transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x3595d21f xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x35a80eed usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x35b7e18e relay_close +EXPORT_SYMBOL_GPL vmlinux 0x35e010b7 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x35e4a072 of_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x3635b274 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x363c344e cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x3649ae26 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x3651a4e1 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x3668d63f usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x367222d2 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x3677e6b5 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x36810616 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a64e5c percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0x36b57927 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36d0e5a1 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x36fc7845 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x370519ea single_release_net +EXPORT_SYMBOL_GPL vmlinux 0x3713b4e0 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x372910c0 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x372ca064 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3748638e rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x37524e1d sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x3769582b usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x377b831c pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x3782b182 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x37927191 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x37b2b865 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x37d2c2c5 rh_dump_blk +EXPORT_SYMBOL_GPL vmlinux 0x382e7e48 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x3838dbd0 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x3863b64a devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3874c916 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3894b6db devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x389bac83 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x389bca88 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38c218de regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x38f8571e __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x39013d47 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x3929f42c wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x3943e57e relay_open +EXPORT_SYMBOL_GPL vmlinux 0x39465509 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x398d4e97 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x39a084e4 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x39b30a35 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x39b78019 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x39bedd09 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x39c47819 of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x39df9265 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x39f868aa perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a2dd704 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x3a3b55f4 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3a46e5f1 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x3a4d912e ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a6838a2 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x3a7d1b86 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x3a903ad8 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x3ac39eb3 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3ada6230 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x3ae9f868 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x3b16594c unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x3b17be1f blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x3b94840c regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x3ba00bf5 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x3ba44cb8 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x3bb3f935 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x3bb9c392 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x3be805d3 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x3c1e2759 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c2ffd96 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x3c3cfe2c get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x3c827421 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3ca8824f of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x3cad7863 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x3cc4b3d5 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd59169 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x3cfb51df devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x3d0bd6d2 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x3d17a809 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x3d31b51f rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d4675e7 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x3d5c29c8 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x3d685203 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d983dbc fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x3db98914 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dcf5051 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3dde7e56 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df59f19 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x3e198425 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x3e518411 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x3e6caff6 system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e72095e ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x3e757637 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x3e8eceb3 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x3e93e61c regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3eaca41f sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x3ee7b16e dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x3eefacca perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x3ef576bf dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f1c53dd wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3f2b509c ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3f820be1 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x3f8720f0 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x3f8cdac3 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x3fb950e3 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x3fdbc884 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x3fe4818a devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x3ffe01e0 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x40058bcc kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x40125961 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x40243064 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x40262474 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x40614eab replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x40975ee9 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x409bd227 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x40ace74d fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40ead808 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x4112b47b crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x411302f7 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x411ae53c shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x412bd068 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x4136d8d9 device_del +EXPORT_SYMBOL_GPL vmlinux 0x415e2fc1 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x41752b0c ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x4184bbfe irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x41892fbf wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x418b0e7b user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x41b21dfd phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x41b838c5 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x41d0c33e pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x41d9b621 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x41f1554c regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x41f529ba fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x41f7f92f devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x423f0ad1 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x425c1c0b ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x425d22c9 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42ae05f0 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x42b6c2a9 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x42c39bca usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x42c9bdb9 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x42d1a144 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x42f5cb9f class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x42f73043 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x4330a64e irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x43521584 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x43546862 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4355d082 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x439549d3 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x43969dbe rh_alloc_fixed +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43b466b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x43b6349b tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x43c6c5fc regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x43cc8460 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x43e42587 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x440593fe setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x440bc764 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44999d34 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x44a864bf bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x44e8cb85 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x452072d1 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x45576208 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x456ac6f2 devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x457d92a6 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x45836bbf extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45f13487 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x45fc6646 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x46375b22 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x4648670e crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x46539daa pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x465ed7b8 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x468821c6 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x4688c96a usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46b6181a crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x46baf489 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x46f4768f device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x470621ae xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x47337f67 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x474e0ec4 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4768764e kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478b71b6 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a59e4d rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47dd256d pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x4851e688 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x48567b01 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x4869f8d5 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x486e9fe3 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x487ab6cf rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x48901458 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x48ca8947 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x492107c8 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x4936f667 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x49393997 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x493fdd0d devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x49420eb3 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x4983ab36 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49a2b99a mmput +EXPORT_SYMBOL_GPL vmlinux 0x49b0727f serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a7b899a tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x4a85c20c led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x4aa80a4b vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4abf00ec cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x4acf3c97 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ad2295d sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x4aeb5223 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x4af2f472 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x4b053c3a __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4b25306f mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4b478a68 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x4b5d0708 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x4b5d16fe of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x4b76909d of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x4b76dcc9 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x4b8c2eda get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x4b98827c rh_init +EXPORT_SYMBOL_GPL vmlinux 0x4b9f529b anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x4bc85fda queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x4bd4f10a sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x4bead30a ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x4c305e77 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c38f9ee cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x4c5ae277 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x4c5e017d register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c764c52 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x4c98a6c6 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x4ca61a63 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x4cb51c3b spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x4cd0bcb4 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x4cd6081c ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0x4ce1b1de ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4ce1d6a4 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x4d34ee84 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x4d712179 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x4d81a661 of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0x4d91298b class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x4da62a8f arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x4dac78ac bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e1a2aed usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e56ff04 of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0x4e650db5 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x4e6a320d wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x4e81724c i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x4e86b8c1 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4e8f7b53 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x4ea8c2bc pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x4ed6bf35 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x4ed73776 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x4eec8a0a uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f1fc877 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x4f3ff1c0 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x4f5a36b4 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f5c3b9f fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6df982 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0x4f72173c alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x4f76e37c console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x4f881b16 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x4f89fc30 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x4f976bac crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x4fbbedd1 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4fbda2c4 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ff6e9e9 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x500d66cf regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x5055484f sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x506c27dc usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5082e871 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x50838642 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5090cf46 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50a434ee extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x50bedc49 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50dc446a pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x50de9261 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50ed0ecc debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x510ba71e of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0x511519c0 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5139f89d dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x514065ee clk_disable +EXPORT_SYMBOL_GPL vmlinux 0x5160ddfa subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x51846493 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x51865dbf mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x519109fb led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x51b413de __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x51b65a26 rtc_lock +EXPORT_SYMBOL_GPL vmlinux 0x51cfca5b ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x51e86427 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52119f72 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0x52142110 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x52212010 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x5227c9b4 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x5239da46 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x52488fae crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x525aabab unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x52922ffd gfn_to_pfn_async +EXPORT_SYMBOL_GPL vmlinux 0x52a6babf ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x52e98eea fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x52f11a9e tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x531c7bdd da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5335dd11 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5348f4ff extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x53532a1c usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x5354a98d uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x53620a70 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5373c7a8 kvmppc_pr_ops +EXPORT_SYMBOL_GPL vmlinux 0x5397ab33 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x539adfcf map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x53d118db add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x53d328eb phy_init +EXPORT_SYMBOL_GPL vmlinux 0x53d62476 __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0x53db5bcc kvmppc_kvm_pv +EXPORT_SYMBOL_GPL vmlinux 0x53dc4605 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x540b328b proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x543d6ca9 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54682e09 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x546c5565 ppc_tb_freq +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x5481d3b8 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x5483e3e5 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x548f448a tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54dd71d3 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x54e3b21d dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x5506d582 kvmppc_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0x550c49ba sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x55109c49 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x555384dc ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x5555617a powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x556f8c6a dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x558017c1 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x5582ec4b crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x55c3ed85 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x55c59c77 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x55e43a76 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x55f01b0d da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x55f39190 __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x55f47324 split_page +EXPORT_SYMBOL_GPL vmlinux 0x5621a7f5 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5645110e __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x56569a3e of_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x566b661e crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x56760406 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x56796b7a pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e7d99d srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x56f0e6e4 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x5756a539 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x5760d1e6 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57aed14a hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x57b38cdf skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x57ba4a48 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x57bf39f5 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x57ceeca0 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x57f3627e adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x580e6163 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x5831f2ac tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x583c877e virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x58534d2e devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x587e2608 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x587fea83 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x5892f832 release_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58a01a3a device_add +EXPORT_SYMBOL_GPL vmlinux 0x58de41ac rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x58ed3e9c skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x590c917d crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x590fd021 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x59314a1c key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x596ee2c0 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x597acd22 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x598863a0 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x598c9d12 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x59a2436e sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x59a905af regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x59bd7968 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x59c9d494 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x59cb8f79 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x59cf9ccb ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x59d0eeca sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x59d789c1 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x59db0a50 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x59db3855 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59e2ad3c regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59eafbd1 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x5a068ba0 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x5a0820b7 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x5a1f846f get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x5a225ac2 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x5a709aea usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x5a75a09d udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x5a75d141 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a81d75f regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x5a980872 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x5ac0dbc4 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x5ac4d14f of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x5b02a430 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x5b0d97e2 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x5b12f6f2 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x5b19114a regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x5b2603d5 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x5b43759f pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x5b5bd95d da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x5b7d45da ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x5b7e6781 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5b86ed17 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x5b8a1b77 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x5b9109d7 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5bd0c471 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x5be3a75a gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x5bea9493 kvm_vcpu_cache +EXPORT_SYMBOL_GPL vmlinux 0x5c10aba5 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5c13995b rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x5c5a2abd usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cfdab15 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x5cfe2ca2 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d1340dc ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x5d16b1cd rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x5d9e88e7 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x5dd43b19 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x5de37310 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5dec9e08 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x5e197b46 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x5e2ba42d i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5e2dbd94 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x5e465be7 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e5e3d56 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x5e7c0226 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x5e7d1931 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x5e85a19b dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x5ed19e3b ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x5ee99203 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5ef0f55a sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x5ef5e5e3 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x5ef9bc16 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x5f082576 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f27c687 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f6a6ec6 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x5f98b79b pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0x5fab9975 thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5fb7f438 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x5fc107d8 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x5fcd2f88 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x6010f99b crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x6068473c tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x606dca42 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x608fe639 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6098ab58 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60b1422d ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x60e41414 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x60fd4aa1 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x6107e194 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x61a2ee8d sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x61a90c54 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x61bfe386 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x61c044ff __clk_register +EXPORT_SYMBOL_GPL vmlinux 0x61cb85f1 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x61d81191 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x61e965da rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x61f4071f __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62329757 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x627e2cf0 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x62d8e1bd crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x62e178f2 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x62e2808f mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x632468f3 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x632abaef stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x63552bc3 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x63870019 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x6394096c clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x639d9750 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x63a4ff1d virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x63ad287f sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x63fba865 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x640a4521 swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x6428da4f rh_attach_region +EXPORT_SYMBOL_GPL vmlinux 0x6459aea3 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x645dc861 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x64734996 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x647f6834 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x649e40e5 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x64b2aac8 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x64f15380 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x64fe136f wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6512ac8f fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x655b61e9 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x65686aaf platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x65932e20 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6593dfeb gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x6597f4e4 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x65a1f7a7 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x65ab998a perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d9ee48 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x65f90357 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x65f9bffa wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x66293c53 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x66721e19 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668b1c67 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x66afb53b unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x66d645e7 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x66d7eacd arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e9dc1e bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x67121ef5 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x672271bf usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x673c2765 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x67481839 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6753648c public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x67560781 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x67643d26 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x67691d12 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67baec2f save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x67c2f8ef serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x6800a709 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x6812cf8d __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x6823911b sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x682b0d42 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x683a576c devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x6849b734 clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x68723d05 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x688a46dc dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x689192b4 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x68956406 static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x68d16ec6 __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x68d427af regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x6904e93b crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x691dcc5e tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x6936a603 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x6938901a clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x697a420c timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697cbbb4 threads_per_core +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x69a41bd9 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x69aec9fa usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x69bb09bd irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x69d25cad register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x6a2e8983 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x6a3551ee crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6ab0f4f4 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x6ab46beb udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6ad0b4b3 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x6b013d75 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x6b13b12c rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x6b1ec54f securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6b1f3edc devres_release +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b35ece1 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x6b3f8fc7 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x6b48a910 switch_booke_debug_regs +EXPORT_SYMBOL_GPL vmlinux 0x6b50d682 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x6b64189a ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ba30c63 dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x6bc0ce05 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x6bc43ed0 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x6c02e89b cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c410298 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c53a5de __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x6c749afe __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6c840f5b ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x6c8ceec0 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca59a08 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x6cbcbf6a mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x6cc51020 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cf53978 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x6d11c343 user_update +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d3d44f0 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x6d56f542 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x6d63ada6 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x6d6425d6 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x6d76422b ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x6d88e44b __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x6d8bfa16 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x6d8d2067 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x6d8d486f platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x6d9d8202 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x6da29640 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x6db49898 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x6dde7b4e pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x6de24729 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x6deea7f5 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x6df03ffc __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e25a5f0 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x6e2a97a3 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x6e5b00af rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x6e5ede10 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x6e7966a1 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8ac6db stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x6e91d0b2 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x6edc64e2 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f2a899e regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6f48f875 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x6f4c2624 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x6f5aefb9 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x6f5d6c33 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x6f7d60bf raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x6f902289 of_fixed_factor_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0x6f90fb8d devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x6f913fd2 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x6fb753ba rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x6fc8d1f1 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x6fdabb91 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x6ff23b26 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x70159db1 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x705be9bb ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x705f96e7 skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x70741e63 kvmppc_emulate_mmio +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x70992c23 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x70b5a87a disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x70bb651d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70da9b30 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x70e44587 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71135ab8 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0x7146dbcf rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x7153244b __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71675001 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x7169d2a9 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x717bd233 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x71899d14 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x71a6bcc9 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x71afb9a0 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x72abdae2 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x72afc252 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x72ba1ff0 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x72ca2184 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x72d7e73f devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x73213d9d tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x7323e6da cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x734459ac sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x734fc8dd of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x73564649 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x7363f4dd ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c467bf regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73e07ce3 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x7413712e dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x742db4f2 rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74b2656d device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x754a357d pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x7559421f pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x755c8f38 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x7562538e srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x7585c730 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x75925abe pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x7594a1db regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x759e9b20 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x759f7595 xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x75a62a00 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x75b20ed7 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x75c2b9f1 memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x75ecc5fc tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x75f062d1 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x75f2a044 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x760f1bc4 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x7618115c sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x7631ce29 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x763e6b88 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x7649805b __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x7663daf8 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x76661e50 of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x769ec140 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x76a3526e fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x76a9d830 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x76c897bd kvm_vcpu_uninit +EXPORT_SYMBOL_GPL vmlinux 0x76c9ef6f __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76e36d00 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x76ebc963 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x76f830a0 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x76fad1db tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x7716d081 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x771a9f46 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x7768f32d component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x777f0aff of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0x778fc0b7 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x77a4cc73 kvm_clear_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x77b688b4 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x77dfb7fa anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77ea3b7d phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x77f1b78f sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x782c73bc __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x782cc120 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x78368c02 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x78415d67 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x786dc408 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x78a0f4fc __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x78bb8d32 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x78c76c8d watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x790c7d78 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x790e408b regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x79395d45 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79673a58 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x797ce6c9 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x79883136 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x79c480da rh_dump +EXPORT_SYMBOL_GPL vmlinux 0x79d33a58 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x79e2e5e4 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x79e2fa8d led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a4cccf3 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x7a9073e4 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x7aa7eb75 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7aee0deb sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b1ddcde md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x7b20b636 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x7b2478ad md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x7b297f90 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x7b50b7cf tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x7b8982cf generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x7b8fcbe5 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x7bb1edd6 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x7bd5875d unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x7bf07a92 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7c0eb673 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x7c31bdcd dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x7c327a19 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c67d423 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x7c72068a irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7c956279 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x7c9851e5 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x7cba5970 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d1cc0f4 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x7d25030f kvmppc_emulate_instruction +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d7c76b5 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7d88022c fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x7d886e61 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7d9f696c crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7daf4698 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x7dafe825 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x7db2a711 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7dd12fac register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7e06bbe1 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x7e17ba7b klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7e3040eb of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x7e3dd6aa tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x7e45e044 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7eaffccc ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x7eb477d0 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7ed29da5 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7ed3e7ec ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7eebdb0a usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x7f008202 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f35c792 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x7f3b66ab fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x7f44fd55 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x7f5e129f crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x7f628555 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x7f64ffd0 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x7f7bc710 klist_next +EXPORT_SYMBOL_GPL vmlinux 0x7f845234 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x7faa5103 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x7fc128a2 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x7fc672f8 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x7fdeb7b9 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x7fe3b8de blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x7ffea7e1 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x803702cc crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x8038106a crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x80564105 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x805b308a regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x808114e1 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a6d173 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x80aaefb5 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x80abdd47 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x80af448a debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80e7c2d2 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x80ea7021 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x80eb0afd of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x80f27b71 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x8116e156 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x81521638 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x81820621 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x8198208d ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x819a2900 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x81acb98b ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x81adc559 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x81dedd13 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x81f60c75 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x82006aec tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x82445957 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8286ec6e genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82c438d2 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x82ca16b4 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82e25bef of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0x830f2303 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x8313d9dc ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x832c8a6b devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x836d61d0 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x836ff01a usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x8373953f rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83a5ae2e __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x83a9a374 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x83c6fb54 component_add +EXPORT_SYMBOL_GPL vmlinux 0x83d327e6 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x83eeb256 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x83f735a7 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x841da239 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x842f55f6 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x8443c02e pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x846ed525 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x84e1ec56 pcibios_finish_adding_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x84f3c1b8 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x84f852b9 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x8502a657 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8511ed25 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x85584e98 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x8560d9ed pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x856440f9 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x856629e7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x856c5d20 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x858bab26 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x858ca731 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x85a30421 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x85a55ca1 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x85aa49e2 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x85aca234 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x86127c7f ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x8615a5b6 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x8630212e fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x86377380 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x864d6aba napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0x867e7769 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86a14e5b cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x86bc1aca rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x873f8cac mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x874240ac fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x875a16e4 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x87649e9e ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x877ad796 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x877d9ee6 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x87984b16 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x87e07155 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x8804af3d usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x884e4944 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x887b4029 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x887ff9ab spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x888a864e skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x889549bf blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88aec8d0 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x88b0db88 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x894c08cf usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x894d53dc usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x895644a2 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x8961acff regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x89653003 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c07b58 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x89d166b8 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x8a0c83b0 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x8a41067c thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8a43d2d8 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x8a52ace2 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x8a91d9c1 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8b02c94a regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x8b17cad3 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x8b33abf2 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8b351a7c dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x8b5028a4 tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x8b61b56a device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x8b70e8ea __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x8b84c219 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x8b8d254e device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8b9cafc6 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x8bd827a4 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x8bfbc587 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x8bffdf4e find_module +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c12fef5 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x8c4c269b platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c7c02da regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x8c811906 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x8c81cce8 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x8c8e5440 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x8c9b1fdd __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8c9e5561 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x8cc39ab2 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x8cdc47a8 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x8ce752a1 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x8cfb56a1 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d1e42da virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x8d1f4581 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x8d269941 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x8d4ac48d hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x8d6011d5 clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL vmlinux 0x8dcdced5 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0x8debf94f inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x8dfd5821 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8e0c6d7d regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x8e2acc9c fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x8e60df7a __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8ebb5d12 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x8ebeaae6 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x8edea5e7 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x8effebd3 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8f050b75 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f08ce75 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x8f36512c __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x8f4d9a70 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f6fdbff devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8f99689d tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8f9d1b2f rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x8fa8803a securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x8fe825e5 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x9018c977 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x9020bf39 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9027e843 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x902cee46 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90336a09 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x904b0fce list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x9077d5ea usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x90887675 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x909a4386 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x909ce230 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90dd40fc simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x90ef5743 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x91105888 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x91174d06 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x911ffb70 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x91287134 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x912e2b21 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x913aa1e8 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x915dc594 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x917581b1 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x9179e054 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91e5187b unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x91e72b2e fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x91ee4f8c shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x91f3386c seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x91f45756 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x920f38cd request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x928c177e uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x92aa775a usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e0ef02 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x92e1836f uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x930d171e of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x931ed1ca input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9325c4ac debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x933a4542 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x9349e3f3 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x934a0c62 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x935182dc transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x93534268 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x93a2cb47 reserve_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x93ad8d83 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x93bfebba kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0x93c42e10 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x9401dcfb blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x9419174d i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x94194e3c ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94208b67 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x943a14d8 __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x944486f6 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x944bb7c5 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x948b67ba hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94ee725d inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94fdb86c vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x94fed2bf inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9514822b tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x95158b56 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x953b3b15 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x9542f551 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x957a06c0 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x9582b62c pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95a3a282 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x95b9f46c regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x96137e46 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9645c84f crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x96502812 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9651fc42 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965592b0 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x9655b911 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x966b961c __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x96722270 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x96765b12 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x967c6e0d single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x9683b4cb fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x968434bb hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x96bd72b1 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x96c6c150 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x96cca0ae init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x96e639c8 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x96f78f37 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x96f8c493 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x96ff540a rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9729dd34 __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x972b4941 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9753bc98 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x978556e4 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x97a3ec56 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e35610 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x98012ce1 regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x982cd486 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x983c7494 rh_detach_region +EXPORT_SYMBOL_GPL vmlinux 0x984be6f9 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x986a8a29 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x9873f41f phy_get +EXPORT_SYMBOL_GPL vmlinux 0x9875d917 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987f98a7 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9884a215 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x988cbd21 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x98ef3df2 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x98ef5a4f __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x98f9f4be clk_register +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x99207dd8 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x994b6612 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9965a8f5 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x997fd5e6 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99ad4752 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x99f34afd xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a2ebeae spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x9a49d937 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x9a4b5057 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x9a52d4c2 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x9a68dc91 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x9a7b61f1 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9aad6540 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9ab8f3f4 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9acc6b76 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x9acc7185 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x9ae24f8a cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af70017 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9b030522 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9b05e376 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x9b3d4fd0 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x9b481bb0 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x9b694766 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9ba6c0b6 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x9bce231f netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9bd526ca dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x9bd86975 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be421f2 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c0ac1fe extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x9c0e7256 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9c2543b8 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x9c3686b4 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x9c39c437 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x9c3e3eb7 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x9c457cf9 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x9c6b6029 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x9c85cd50 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x9c86d1e3 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x9cbb8d21 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cd35717 kvmppc_hv_ops +EXPORT_SYMBOL_GPL vmlinux 0x9cf62cf4 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9cfcdc56 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x9cfe51bf fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x9d030b99 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x9d0ac3a6 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d20ca60 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9d5c3b40 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x9d663da3 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x9d6a9dd6 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x9d6f79a1 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9d87ccdc arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9dcaf95a xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e10d0a4 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9e122527 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x9e2672f6 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x9e27d37a ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e6b0c4e adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9e737a8f usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x9eaa45cd elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9eafb058 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9ec0099f pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x9ed3be26 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9edc0e1f tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x9eeb31ae irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x9f05117a user_describe +EXPORT_SYMBOL_GPL vmlinux 0x9f07cbde fsl_rio_mcheck_exception +EXPORT_SYMBOL_GPL vmlinux 0x9f08e3db gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x9f1922c3 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x9f1d4509 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x9f352048 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0x9f54a0cf wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x9f67731d clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9f859933 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9fb5c22c netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x9fba2356 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x9fba9758 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x9fc30820 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe0ffc2 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x9fe24833 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa011b74e cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xa0208e02 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa02c3db5 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xa0387cdf crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xa03bf02d pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xa050851c mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xa0526a95 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xa085c9a5 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xa0a27fff pci_address_to_pio +EXPORT_SYMBOL_GPL vmlinux 0xa0d1b584 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xa118a248 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xa11add0f verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xa123f665 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa144c971 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xa144ffdd scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xa162c34f usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xa19394e5 phy_put +EXPORT_SYMBOL_GPL vmlinux 0xa195245c vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xa1b64b03 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa1bd7822 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa20b4af7 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xa214a67b ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa26e0957 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xa28aaf29 rh_create +EXPORT_SYMBOL_GPL vmlinux 0xa2b788ab extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2c0c47e unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xa2f35a91 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xa31ea83c __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xa357d56e ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xa37425bd pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa39b6c74 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a2d9af walk_system_ram_range +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3e81a58 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xa3f548a0 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xa3f89201 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xa404801f usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa40a4be4 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xa42e4251 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xa43a3c4c blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4a6e268 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xa4b3c5de kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xa4b4440a usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xa4d51f2b ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xa4f13383 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa4fec5fb unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xa5038b14 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xa51d3392 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xa5526f3a locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xa55e9355 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xa55f79fd ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xa57b0cd2 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xa57b46e1 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xa588ec69 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xa5987b75 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xa5a4fb17 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xa5b00659 ppc_proc_freq +EXPORT_SYMBOL_GPL vmlinux 0xa5b3b186 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xa5b5a3cf extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa5d7ea50 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5ed98fe get_device +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5efe460 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa64e6907 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa6585347 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xa69df3e9 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6aad589 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b6da45 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xa6c56771 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e2b882 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xa6fc0fe4 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa75b0661 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xa775c3bf ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xa78f80a9 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xa7d3387f rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0xa7e74edd invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xa7e9424b each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xa7edd8f0 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xa842ea42 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85964b5 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xa85dcfc5 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xa87ed73f sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xa8e9eed3 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xa9080bc7 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xa91ef687 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa9854bf1 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9aef2e1 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xa9c31f55 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaa14deda ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xaa17a2e2 rh_alloc_align +EXPORT_SYMBOL_GPL vmlinux 0xaa24f437 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa57b530 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xaa729451 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaac21fc0 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0xab015856 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xab0d3dde regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab4c0b55 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xab59d373 kvmppc_free_lpid +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab73454f cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xab8224a1 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xab87b8b4 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xab945a16 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xabd005a0 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xabfc80bf sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xac07b70e ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xac31d161 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xac399896 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xac4225f8 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xac4b0ef7 ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0xac627929 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xac68bc0f of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xac85f0f8 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xac894462 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xaca115a9 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xaca32d55 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xacaf4f5f pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xacc08172 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xacf011b3 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xad0f110e of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xad2d5a75 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xad640f38 of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xad76d175 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xad77fde7 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xadab3df6 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xadc631ca wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xade36285 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xaded0777 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae62666f of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae77820f led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xae79b2f7 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7f4781 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xae8aa931 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xae9dd116 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xaea1fa68 __class_register +EXPORT_SYMBOL_GPL vmlinux 0xaea9cef6 kvmppc_handle_store +EXPORT_SYMBOL_GPL vmlinux 0xaecaf94d regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xaf0ae726 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xaf3d8e1b regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xaf610c29 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xaf933772 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xafa0f4bd regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xafc4e0d1 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xafc4fcdc __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xafd83a11 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xafda50aa pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xafe4ce16 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0xb029dd92 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xb05e9e76 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xb073f476 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xb07bea11 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xb0913148 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xb0b6f863 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb126d574 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb15f5517 blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb1859be5 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xb1a078f1 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1bf914a hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1f13b23 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xb1f7f0a4 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xb20947d0 cpu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xb20c6427 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2256567 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xb269e009 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0xb293c758 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xb30e7b4c sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xb314a439 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xb319b8cf bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xb32d11b1 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xb33ca07d pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0xb3556417 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0xb35961e3 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xb362f0aa sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xb363a4dc kvm_get_dirty_log +EXPORT_SYMBOL_GPL vmlinux 0xb364996e vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xb3686648 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xb37d4320 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xb38895de usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xb39f9ec3 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xb3ab9a58 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xb3b1263e regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xb3b5de2e scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xb3ecb716 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xb3ed2143 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xb3ef9e26 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xb3fdfe57 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0xb3fe358b driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb448fa49 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xb4813bc5 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xb4922d2c free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4c84208 of_scan_bus +EXPORT_SYMBOL_GPL vmlinux 0xb4d53d7d __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xb4dac437 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb51f7ceb vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb531261e platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb53ce0e7 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xb579a5cc register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5a96114 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0xb5aa10af atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5abdc11 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xb5c8edf4 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5cffee0 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5f6d557 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xb603a773 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xb60b5707 of_i8042_aux_irq +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb63d5d5f lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xb63ed050 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb67c64fd __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6af33cc __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xb6c196cf pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb6c621c2 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xb6cd1b07 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xb6ecff86 device_reset +EXPORT_SYMBOL_GPL vmlinux 0xb6f467df driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb70247d9 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xb742849c kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0xb759a9a4 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xb76b6744 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xb77b7e2b led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xb786e77d percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb79fb656 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xb7bcf933 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xb7c2f720 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xb7c8c608 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xb7dd8555 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb7dfab3b __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xb7eb6e93 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0xb7f1c5e4 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xb7f4c77d driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb8047f9b blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0xb809b9ee md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xb8364eda clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb8431842 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xb8675a7a inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xb899581c module_mutex +EXPORT_SYMBOL_GPL vmlinux 0xb89df33b kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xb8a14e64 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xb8c681f2 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0xb8e68889 clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb90711d4 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb9275a3e fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xb92fe15f pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xb93a4dba __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xb94e15d4 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb95fa192 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xb986ac2f rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9a9e73d firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c0daa8 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c85b11 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d717b2 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0xb9e53c86 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xb9faba75 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba3c3a8f driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xba47b6f8 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xbaba05cb usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xbae17d77 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb09fd94 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb27a269 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xbb394b5f spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0xbb61b482 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xbb83cfca __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xbb885753 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbdca5dd scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xbbe964c4 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xbbeac154 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xbbf0cd8f usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xbbf2da56 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xbbf4e181 device_create +EXPORT_SYMBOL_GPL vmlinux 0xbc1c2e90 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xbc2608a5 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbc3f171b device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xbc4e64eb i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xbc64037b scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xbc688761 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xbc70168a power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xbc711e2a usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xbc9b6722 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xbca3b1f4 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcc3d82a sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xbceed278 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xbd0e699b tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xbd3b89ec device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd6a0119 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xbd927cc7 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xbdaea40f mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbe0df863 device_register +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe252191 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xbe3276df __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe50c6bf usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xbe5fc9fd devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xbe69b65d irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xbe8fb5c7 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbee065ac ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0xbee3ebc9 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf1c0658 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xbf1cc04b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xbf821f22 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc08ace find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xbfeb2be9 thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc02bec3c usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc0537df8 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xc061367e mpic_msgr_get +EXPORT_SYMBOL_GPL vmlinux 0xc065a455 cpu_core_index_of_thread +EXPORT_SYMBOL_GPL vmlinux 0xc07f80d6 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xc0863834 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc09f2151 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xc0a63238 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xc0b6b9eb pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xc0bc319b dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0c9b184 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc0febacb dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xc100013f ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xc10690ff debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc13034f8 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xc14afb7d cpu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0xc14c623e inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xc162c99c adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc16d579d usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xc16e1363 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc16e4615 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17bca60 of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc1861439 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xc1acc29f gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0xc1c693b9 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xc1ca914b call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc1fc8aab serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2442324 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xc247da2f devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xc26de01d rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc28d606b class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xc2998d79 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xc2bacc29 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xc2c25342 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc2dcc082 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xc3065d24 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xc30aebf5 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xc32445ef crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3448ecc sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc3986db6 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xc3abf748 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3e47b8f platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xc405d6cb dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xc40610e2 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42a4ab3 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xc4350f96 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46d877e schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xc4711c62 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc474334e tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xc47ba214 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xc4862ec2 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4c68c1c crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xc4d0f4a9 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc4d7cadf hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xc53863a0 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xc53cd336 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xc552b988 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc583d550 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xc5a17e69 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xc5a2c19f idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc5b0cc91 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xc5b3125c usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xc5d37180 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc5e202a9 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xc606cd3c boot_cpuid +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66176df led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xc68aa090 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xc68aa252 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc691109f fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a66e88 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xc6acd311 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc6b392c1 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xc6b56cff perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xc6c82ad4 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xc6d8f5e0 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0xc6da3ce8 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xc70d3ce1 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xc70e4b59 kvmppc_claim_lpid +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc73adfec tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc751eaa8 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7c8f6d1 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xc7caaa90 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xc7da17be timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0xc7de6754 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7f73428 input_class +EXPORT_SYMBOL_GPL vmlinux 0xc824e077 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xc86b730e usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xc87f068d of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0xc8a4bac9 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xc8ac3994 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8ae0607 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xc8c41a4f pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xc8d4c2a2 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9163e8a percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0xc92e2429 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xc9472f83 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc96432c8 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xc96f70a4 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc97e9bff register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0xc98f43d6 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0xc9bf41b2 of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0xc9e8e0e9 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9fb61a6 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xc9fca0ae key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xca26c232 blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xca717aa3 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xca77cf01 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca9becd8 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcadaccfa iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xcae1298e __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcae87f97 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb24e9aa regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb658642 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xcb84c7be pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xcbc49172 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xcbe90f83 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc0f1009 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc4017f1 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xcc44961f kvmppc_alloc_lpid +EXPORT_SYMBOL_GPL vmlinux 0xcc68b80c __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xcc7efd8e sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcc90d081 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xccaae3f2 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xccc4d6f0 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xcce53cb7 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xcd01b24b __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcd43e728 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xcd7590ce usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xcd7e3279 cpu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcdb01877 ktime_add_ns +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdce0735 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0xcdf06a90 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0xce072436 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce1e5d62 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce4dcbe8 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xce57e4ef gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xce6297fc fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xce6391f5 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce73765a device_move +EXPORT_SYMBOL_GPL vmlinux 0xce8c6040 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xcea904d3 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xcecf6373 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcef21b41 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xcf0b76eb find_linux_pte_or_hugepte +EXPORT_SYMBOL_GPL vmlinux 0xcf10762e dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xcf12ddf1 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0xcf14c8a3 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xcf18cacd sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xcf2ae0e9 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xcf4a58d8 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf5c4ee2 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcf65845d crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xcf71fcae posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xcf8c7ef1 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfb85a3b rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfc68aab nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xcfd9a317 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xcffb7814 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xcffd3afa pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xd02d31b1 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd04a34fe dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xd0646238 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd077a0e7 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd07a47d7 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xd08487ac phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0f2c0f7 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xd1014ad3 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xd105b77e skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0xd10aa27d part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xd10e86b3 early_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xd1111dba fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xd126ef9e vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xd134fc20 ref_module +EXPORT_SYMBOL_GPL vmlinux 0xd1381b23 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xd146624a dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd15908cc rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd17efb81 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xd1cc7888 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xd1d2fa16 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xd1e4c131 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xd1edcdb3 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd1f2e4f3 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xd2017ad6 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd246b7c2 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd254353d regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27413f4 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xd2786b8f kvm_init +EXPORT_SYMBOL_GPL vmlinux 0xd297ed6f bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xd29db9f8 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2ac32f5 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd2cbe9e4 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xd2ceb0e5 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd2e45427 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xd2f170db platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xd313f1a1 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xd323e1dd blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd3274d2a sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xd36070ff ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xd3701028 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xd39b9b45 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xd39dadd8 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xd3cbb469 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4048c72 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd43790ef kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xd448069f bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd492990f regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0xd495ddef class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xd4a2f028 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4eff944 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xd4f2586a extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xd513ddbf timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xd51b89a6 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xd5236837 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xd555f3fa of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0xd576241c i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0xd5765b15 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd577e41d irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xd5879534 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0xd58f7965 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xd592a14c unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xd5ab4461 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xd5b47987 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5efc2fb xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0xd6323c7a relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xd64940c0 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xd64a0ab6 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6750cd5 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd6b8209a relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xd6c2d67f extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xd6c2e04b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xd6df14e2 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd7142382 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xd765559e inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76bd739 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xd76cb603 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xd77b2fa4 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd784cd20 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xd7a732c3 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xd7c6c342 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xd7c6fb97 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7f60781 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd859232f page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87ca2f4 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8c7c8ec class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xd8d59ebf bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0xd8d67adc ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd944d8f9 ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0xd9636e0a sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd97ef6fa kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xd97f8aa7 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd98a9736 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xd99af29b ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xd9a83e9a regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xd9d31db7 arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0xd9e45344 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda0a4d22 mpic_msgr_enable +EXPORT_SYMBOL_GPL vmlinux 0xda2a5900 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda4b698b platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xda5c766f regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xda60e5c1 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0xda8cb2e5 threads_core_mask +EXPORT_SYMBOL_GPL vmlinux 0xda95861e wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdac057b1 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdafcd070 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdb29a9f7 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb3a64f2 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xdb3d9ae7 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xdb402e57 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xdb844bb1 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba4ad93 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0xdbb3d326 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xdbd12886 component_master_add +EXPORT_SYMBOL_GPL vmlinux 0xdbddd478 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xdbe2c12e platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc04b3f5 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xdc230fa8 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xdc436501 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xdc4ba74c usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xdc502cfc __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xdc7383bb devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcddbe9e devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdce7b510 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xdcef63da skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xdcf51d28 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdd28bbc3 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd36e6ba led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd729424 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xdd80188d dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0xdd897f8b devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xdda1d8b3 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0xddb4a72c pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0xddb5b8cd __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xdde4beae md_run +EXPORT_SYMBOL_GPL vmlinux 0xddf1f95d ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xddfdb0c6 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xde0de65f blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0xde3097bc kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xde58ed32 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xde6e6713 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xde74cf06 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0xdeabd994 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xdec4163b ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xded00022 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0xded6b544 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xdef0acc3 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf235615 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xdf3e412c clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0xdf620395 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xdf86121a PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xdf9a85e5 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xdfa15c11 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xdfbf6f2f shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xdfc24f12 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xdfdb9629 component_del +EXPORT_SYMBOL_GPL vmlinux 0xdfe8ccf6 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xe0013b53 gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe00d66f0 kvm_vcpu_init +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe036b3e9 mpic_msgr_put +EXPORT_SYMBOL_GPL vmlinux 0xe04587d3 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xe0720393 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xe075b4b9 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe09991c7 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xe0b03964 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xe0b66a58 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xe0d190d5 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xe0de1762 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xe11b315b led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xe125675c blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xe132e855 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xe17574cd ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe17a26ad debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xe19eb1c4 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe1ac5a66 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c47371 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0xe1d3f027 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe2080d9a perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xe20b6a74 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xe22dafcc pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe25bbeeb ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xe27913ee mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0xe2a3fed5 of_css +EXPORT_SYMBOL_GPL vmlinux 0xe2c838a0 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe3077eb5 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xe30fac88 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0xe316b343 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xe3396630 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe35956a0 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0xe36b13ef usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xe36db125 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xe36ec812 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xe373afa7 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3a72730 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xe3ba3b28 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xe3c2a81b max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xe3c33d34 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xe3ee2638 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xe3efd4a0 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xe3fb5ab9 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xe4140fa2 rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0xe4189cc2 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe423d774 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xe42a994d ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xe42fc359 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe43c147f ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xe447ff95 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4b2eb0d ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xe4c031f8 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe502b6f3 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe5056b8f napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0xe524ad0d blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xe554fa83 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe55bc0eb dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xe560474b virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe58fd178 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xe5dac80f usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe5f48fe9 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xe5f7accd crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xe5fb630a dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xe6135347 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xe629f64f tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe679ffb4 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xe681ce3f virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xe69a427d crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xe6ada6d0 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xe6b3ee54 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xe6b5771a __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xe6b7fb57 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xe6be90b9 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xe6c045b8 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6d57a38 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xe6dee71a kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6ed334a regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xe7145917 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xe73eeeb7 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe772c5f1 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xe7bd3658 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xe7c1786c device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xe7c49c66 __module_address +EXPORT_SYMBOL_GPL vmlinux 0xe7f18b3c threads_per_subcore +EXPORT_SYMBOL_GPL vmlinux 0xe7f52b53 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe8299b3e component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85c55e7 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe88a97d0 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe8b0c13c xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xe8e85edd of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe8ee430c __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xe8f2a05e bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0xe8fcb309 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xe9210089 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe96a79cd cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xe96d677c power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xe97ae2a8 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xe99b1712 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe9a69f9e phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xe9b5fade syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xe9c5961e kvmppc_handle_load +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9f50c6f devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xea02c0ba file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea2b3014 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xea2d62f7 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xea32d0e8 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xea3fa4ac spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea56567c kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xea5b614d default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xea5db4cd user_read +EXPORT_SYMBOL_GPL vmlinux 0xea9bc76c rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xeaa470a1 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xeaa87321 devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xeab4f43b pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0xeafa2ecc tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xeb0caf32 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb207ab4 isa_bridge_pcidev +EXPORT_SYMBOL_GPL vmlinux 0xeb7fdd4d __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xeb8ae736 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeb98215e cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xebc94449 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec18bf14 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec1b6c76 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xec1c1e13 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec274fb6 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xec53821e irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xec68bc59 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xec79c046 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xec820f34 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xec922021 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xecfd070c clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xed01d76a __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xed0f593a led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed2f06fd ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xed69bf90 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xedc2994d ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0xedcf7834 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xedfcfbd6 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee33704e driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xee44363f __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xee64c7c3 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xeec2783c tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xeed7deeb register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xeef2e188 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xeef38216 mpic_subsys +EXPORT_SYMBOL_GPL vmlinux 0xef04a4b2 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xef0c85db ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xef1746e3 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xef202e08 mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xef36ccc4 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef422dca alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xef6c3b59 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef7cb5b5 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xef9a3555 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa4d6b7 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xefb2344b dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xefb82069 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xefbd1f5f net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xefc5a370 napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xefc9e1f9 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xefd1437c regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xefd256a3 kvm_vcpu_block +EXPORT_SYMBOL_GPL vmlinux 0xefd534b1 bus_register +EXPORT_SYMBOL_GPL vmlinux 0xefe116ea gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xefed74b3 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf034fba5 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xf0498806 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xf06e3378 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xf07e202f devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf0814a07 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xf08569ee ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf09686d7 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xf0a71c78 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xf10a72f1 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xf158f170 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xf1668710 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xf179bf6a digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf19728a4 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xf1a45865 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xf1a62b6f of_i8042_kbd_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b6c4d7 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xf1eb6dcd __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xf1ed9ccf of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xf1f594ac skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xf1f764ff wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf244253d debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xf26bf12d pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf285bb39 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xf28d3fa3 i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xf2aa4ac0 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xf2ca772d kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf3012f6c rh_free +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf314bc5e regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf329f9c7 devres_get +EXPORT_SYMBOL_GPL vmlinux 0xf3309ed6 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33492b8 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xf3398afe dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf39f62cf ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3e47d2e ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xf3efe3fd blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0xf41e0e21 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf4250693 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xf426b388 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xf4376821 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xf4396e26 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xf44d8abb gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xf4695363 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xf47bd11b regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4c04360 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xf4da3546 kvmppc_init_lpid +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf505bde3 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf539c19e rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf553ec44 _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0xf56240a1 iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xf56a16bd clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5a94f35 clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0xf5aa4d2e ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xf5ae619a blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xf5af20e9 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf5b88294 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf5bc7d2e watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xf5bcf1b2 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0xf5e1eb16 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xf5e7f053 rh_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf5fb0cd4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xf634ec94 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xf63e0daa __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xf66bed41 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xf66d68c8 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xf69587b8 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xf69fec75 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xf6bb8075 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xf6c61830 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xf6c91dc2 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xf6ca322b __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0xf6d91fc2 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0xf6e40cf2 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf7114605 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xf71b2d58 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0xf71ed7c5 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xf7216584 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xf724211f thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xf7315af4 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0xf73bcb05 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xf76af31a __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xf7a5765f tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xf7c50c56 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0xf7ec46b9 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf8409386 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf846610d unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xf85473fd ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xf86419dc i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xf8748ddd max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xf87645e1 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf8956f45 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xf89d3ff6 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf8c210c3 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f5c818 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf9154bff inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf93adb35 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xf9550faa crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0xf95578c1 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xf9635219 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xf9979fd4 __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9ccd5ec user_match +EXPORT_SYMBOL_GPL vmlinux 0xf9f6b51c regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xf9fbcc85 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf9fd67f3 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa30dd36 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xfa4c99c8 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xfa5d008c hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xfa845813 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xfa8a8fd4 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0xfab094a0 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xfab60503 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xfab67835 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0xfaca5643 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xfaccc133 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xfacf36ec kvmppc_prepare_to_enter +EXPORT_SYMBOL_GPL vmlinux 0xfad084e8 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xfafc691a use_mm +EXPORT_SYMBOL_GPL vmlinux 0xfb21a8df get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3c9228 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xfb403834 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfb52b77d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb83db03 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc2957a inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xfc02e7fb pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc1de1d0 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfc31aa7f devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xfc5291fa fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xfc559f93 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xfc8479a1 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcd821da arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0xfd397c1c ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xfd887503 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xfd96b548 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xfd9797e4 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xfe249c05 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xfe2d7d80 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xfe45db83 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xfe55f38a rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfe565537 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0xfe5874e6 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe9bb0ab max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfedb11c7 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff2022af devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xff23ef1e usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff5c0cf8 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xff603f5a device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xff8862d7 rh_get_stats +EXPORT_SYMBOL_GPL vmlinux 0xff9e1d0c crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xff9f77d9 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xffa4cd7f debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xffb1c436 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xffdbd60e tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0xffdf2c6b pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xfff8aa0c inet_twsk_purge --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/powerpc/powerpc-e500mc.compiler +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/powerpc/powerpc-e500mc.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.9.1-16ubuntu6) 4.9.1 --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/powerpc/powerpc-e500mc.modules +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/powerpc/powerpc-e500mc.modules @@ -0,0 +1,3910 @@ +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ac97_bus +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +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 +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x_cs +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +ak8975 +algif_hash +algif_skcipher +ali-ircc +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +ambassador +amc6821 +amd +amd5536udc +amd8111e +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpck6 +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c4 +c67x00 +c6xdigio +caam +caamalg +caamhash +caam_jr +caamrng +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +clk-max77686 +clk-qcom +clk-s2mps11 +clk-si5351 +clk-si570 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +configfs +contec_pci_dio +cordic +core +cp210x +cpia2 +cpm_uart +cpu-notifier-error-inject +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +donauboe +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155v4l +dt9812 +dtl1_cs +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edac_core +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +ehset +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +eni +enic +epat +epia +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +flexcan +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fs_enet +fsl-diu-fb +fsldma +fsl-edma +fsl_elbc_nand +fsl_hypervisor +fsl_ifc_nand +fsl_lpuart +fsl_pq_mdio +fsl_qe_udc +fsl_upm +fsl_usb2_udc +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +gcc-msm8660 +gcc-msm8960 +gcc-msm8974 +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +genet +gen_probe +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gianfar_driver +gianfar_ptp +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-generic +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +gxt4500 +g_zero +hamachi +hampshire +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hwa-hc +hwa-rc +hwmon-vid +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cpm +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mpc +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-ocores +i2c-parport +i2c-parport-light +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-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +i82092 +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ib_mthca +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icplus +icp_multi +ics932s401 +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +imx_thermal +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +kafs +kalmia +kaweth +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +ll_temac +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmc +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +mf6x4 +mfd +mga +mgc +michael_mic +micrel +microread +microread_i2c +microtek +mii +mii-bitbang +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mmcc-msm8960 +mmcc-msm8974 +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpc85xx_edac +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +musb_hdrc +mv643xx_eth +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +nsp32 +nsp_cs +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvidiafb +nvme +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +ofpart +of_xilinx_wdt +old_belkin-sir +omap4-keypad +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +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_pcmcia +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 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +physmap_of +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +ppa +ppc-corenet-cpufreq +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptlrpc +ptn3460 +ptp +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-lp3943 +pwm-pca9685 +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc_cmos_setup +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-generic +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +samsung-keypad +samsung-sxgbe +sata_fsl +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_sx4 +sata_uli +sata_via +sata_vsc +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci +sdhci-of-arasan +sdhci-of-esdhc +sdhci-of-hlwd +sdhci-pci +sdhci-pltfm +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +sdricoh_cs +sdr-msi3101 +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sgy_cts1000 +sha1-powerpc +shark2 +sh_eth +sh_mobile_ceu_camera +sh_mobile_csi2 +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slip +slram +sm501 +sm501fb +smb347-charger +smc91c92_cs +sm_common +sm_ftl +smm665 +smsc +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb-common +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +soundcore +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssd1307fb +ssfdc +sst25l +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +sysv +t1pci +talitos +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vf610_adc +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-ircc +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virt-dma +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vpx3220 +vringh +vsock +vsp1 +vsxxxaa +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83781d +w83791d +w83792d +w83793 +w83795 +w83977af_ir +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +windfarm_core +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xilinx_emaclite +xilinx_ps2 +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +zatm +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/powerpc/powerpc-smp +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/powerpc/powerpc-smp @@ -0,0 +1,16997 @@ +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0xc919a0e0 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0xd0cf2126 uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0xd01424e7 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 0x179ef530 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x48676487 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x4d7075a2 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x8b99ce20 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x95c99e14 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xaa2b7598 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xb28bf452 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0xb81438a2 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xbb28efa6 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xce21c00b pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xfba67482 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xff86e5de paride_unregister +EXPORT_SYMBOL drivers/char/apm-emulation 0x129e74f2 apm_get_power_status +EXPORT_SYMBOL drivers/char/apm-emulation 0xdf3329b8 apm_queue_event +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8511afba ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x916708bf ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xcd207642 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69d352d ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xea4d9a0a ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x25a1ec33 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x7f9846ce dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x90201a36 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xa99e5ec1 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xec4cc039 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xf478f0c7 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/edac/edac_core 0x120ac173 edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x01b4d000 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04dd92ce fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0588d6ec fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x348a4630 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x35dc57ba fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x499525ac fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d5d4eca fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x53cbc3b5 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5cfa06da fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x60234253 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6884e8c1 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7134cda1 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e431b14 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8e6110a5 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x917028ca fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9f81b30d fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa03f5da2 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa51035b2 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb0896ef7 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb8aea069 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbee52b90 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc1234cf4 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc890201b fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc8edca20 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcad5c62f fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcf9bfe9c fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe0fbafbe fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xefa2797a fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf016f496 fw_core_remove_card +EXPORT_SYMBOL drivers/fmc/fmc 0x1ef56da3 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x1f52f0f0 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x33d96399 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x4e10550a fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x55e74312 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x953ea114 fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0xabd987d5 fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xbfde6f62 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xc8e6a6d0 fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0xe46afeee fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0xfdd61e4b fmc_device_register +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x65c57ddc ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x011e8d45 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x033e4a2a drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0439c7f9 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ab0c879 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ab39a34 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ada3ff2 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ba608d6 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dca0e70 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ec527fc drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1033ffda drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1148400e drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13cdaadb drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1505d5b5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15ebb2b2 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16525592 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b31dd8 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16ffa27c drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x196e2e92 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1aef6131 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e776674 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e9e7a48 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2008929a drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21cd17ef drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22039eca drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2260bc7a drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22f99477 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x237750f6 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25231e65 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27211a91 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27d57a76 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29808b9a drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29ad006c drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c0032f8 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2de9a0ab drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2df76d62 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e635191 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f0b064f drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3202379f drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34001fe6 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35ffc6ed drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37001507 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3752f71d drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3937b024 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a71126f drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f1f293a drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f594a05 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4123ae31 drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x447a072a drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x448e4bdf drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4562a530 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x461a2651 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46b38d57 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46e613b1 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46feb69b drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x473e96f9 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48c6d799 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4935da38 drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a942f7c drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ba27353 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c500531 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fadf351 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5064eecf drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5180c086 drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52430e49 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54209ed2 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54670397 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55f2e07f drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x562cb534 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x567b28b6 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5913f80f drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59380309 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a268d54 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d5e84ed drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x608acd66 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x610ea824 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61612e51 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62612ea3 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x632ef062 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65f17882 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6654db53 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68e9d4b0 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c4678a6 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ca31f50 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d243250 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fd3246a drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7044b571 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x708b4fbc drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7233ab15 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72db5be2 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x734ebac8 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73512f3c drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x738409cd drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x743a5945 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75c73def drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x763547c1 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a3687f4 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dd08105 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e9719c3 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f1ea21f drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f2e41d0 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f57bb38 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8006dc5e drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81cd9c0b drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82480d40 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83e58ea8 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8689e6c8 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cf83ea8 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d372f8d drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e1089ac drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e1ff818 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ef7c759 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x913020fe drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x913e4b3e drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93000807 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93118c87 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9560a613 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95613e09 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95c98209 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95d18077 drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96ed43f6 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x977cebab drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97bb7dcb drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97db7c43 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a6d8f55 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9af1f536 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c6feae9 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9de63b73 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9efc26a3 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f0f47e9 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2366643 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa31810af drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5d91280 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6284502 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa73f6652 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8b15f1d drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8d66ca0 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9162489 drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaac45734 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaacb7a3d drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab06728f drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabb63d21 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae0c5063 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2b4607f drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb33619fe drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3b5d252 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5548e83 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb60d3ee4 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7bf116d drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb957b816 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba01340c drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba410181 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd520d36 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0f47c82 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc31c2611 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3354ba8 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3e7ad2c drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4aedf8f drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4b863a7 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6a2d25a drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6c1ace9 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc79fb85e drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7f7cc11 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8730ba0 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcceee96d drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce9e0586 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcec158f0 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcffeb98d drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd05037f2 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd081e4c6 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd22c9a7e drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2a6be39 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda004f41 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb5a5852 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc5aed1e drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe04b311c drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0bf0d77 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1a38b65 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe23b8401 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe47293f3 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4926e6b drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe52c82d7 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe534637c drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe538c0c8 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe54a57d3 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe575df47 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe753810c drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7f0513f drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe842ee35 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea9ef83c drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb222765 drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec4eb9c2 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeee76073 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf151aebc drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf219f21d drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6c47486 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6d3a423 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9e5d471 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa1bf584 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfaddbbe0 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb4a1528 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb88976c drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb977358 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff620b62 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0032c9c2 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03c8a6fe drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04c0f0ed drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07ea8cce drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07f3ffd4 drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c08f155 drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e251b0c drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x10300c36 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x105588d9 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32873a40 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x386f9286 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3e6268a2 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4452dfea i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x45e245fe drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x50ae335f drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5819739b drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b11942a drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ed7ee89 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6058f8f1 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x628d3500 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b71594b drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ebc5394 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74a466d1 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74fa6141 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f193a9b drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x879afc77 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87a02f95 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89b04ebf drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91a770f4 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9af93287 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c1ef69c drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9eb8520e drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f0ca2fc drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa74dc70a drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa792cb8f drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa3f3621 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb251b7ef drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb2f83f34 drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb94d1374 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5297874 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6d32b2f drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd2ca885 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xceaaf3c6 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd22bb47e drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6eae9b2 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdbbb16f9 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3141348 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe8fb5b0c drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec8a2baa drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed89ee7a drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x2176e0e0 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x68f80feb drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xe437b306 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x01474614 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0cd3f226 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x131d882d ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132b05be ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x15f9fb31 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1eb38787 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x237b3d53 ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x27b7a47b ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2a3d9032 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x318ee28d ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x338918fb ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3805b367 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x40bc2101 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x46512573 ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x46b604a3 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x46faa72e ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x47920758 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4a28037c ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d5f2095 ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a8fdfea ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cf59609 ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5d93208c ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b1d568 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x68ec7974 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6d0d7299 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6ffacadd ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x71324ed7 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x71352882 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x788eeecf ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d55da85 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84a13931 ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89a443de ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8c8ba4dc ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8ce5b988 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d14adbf ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8dd3daf3 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x935c0ea4 ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x948ab71d ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95a4c38f ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x984034b3 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x99476354 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9c23f95c ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9fc3b5e7 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2a129fd ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa4968d88 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa73de2a9 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaa7fe5f2 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb1cac6cb ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb83c6470 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb8814845 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb9931137 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xba52fbf0 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5f0c2da ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xca6c686f ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd5f1a3f0 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7f51742 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdc72849a ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xde827219 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe02308f0 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe117237b ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe8231c3a ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe83c624c ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe9fe3019 ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xef5e0c93 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf3187ca8 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf547d55d ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf5d14dd8 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf6a4b38b ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x70fe71d6 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x8720f66f i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xa6bd619a i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x8ea4481e i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xf87df990 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x76cffba8 amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x71fd74bd st_accel_common_remove +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xa5a232f6 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x36733d0d hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x4b92a524 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x5b35287a hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x86c834bd hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xd6a55a8c hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xd935c116 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x176070b0 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x743a9e3c hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xe26fc7f8 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0789000a st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x094329cc st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7ab79d76 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x90937ecd st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x937559e8 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xa0e711e1 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb2506a88 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xbe478479 st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc059003c st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xccc9d4ed st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xccf666b9 st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd7e58771 st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xdc65c8dd st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe2bfeba0 st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe8b151a3 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xfda3d669 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xff8aa9f1 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x9b27b6cf st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0xcb095f36 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x1403b93b st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x975904a4 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x7ce39dff adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xf3693e55 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x01808739 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x0508bf86 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2e600a71 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x31eabf04 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x32bf0e1d iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x374e95cb iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x406a0346 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x55cbe667 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x6162c6fa iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x7ad18918 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x811eba1c iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x92c2d746 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x97a11e8d iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xa3091654 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xa4694e79 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xb669fa53 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xbc75daed iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xbe97336d iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xd295d8a9 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe3837e8c iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xe8ba8bba iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xf6638869 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xfde9045a iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x2a3e943f iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x315def9c iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x036c7d6c iio_kfifo_free +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x46f131da iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x91a218af st_magn_common_probe +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xa22b657f st_magn_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x514277d0 st_press_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xf2ff9256 st_press_common_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1ea5767b rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x2cdc2c92 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x32a8402c rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x59252c9d rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x015dabd1 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x12aceff9 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x16293c23 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1e908aa8 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1f5179e7 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x578bcf26 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5e1dca7a ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x60bfbf14 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x82cdae73 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x88b57649 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9625b7b2 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa180e04d ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa2f8d122 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa9412704 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbdaef474 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xeeee17c1 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf51f7f6d ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x034be833 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x03e33358 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0538ffa3 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x058ea2d4 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07340e9d ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b262a5c ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10bbcb4d ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13ff358b ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x161ad09c ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x175129a8 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18a8231f ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c3974e9 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e35e513 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25817f6d ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c817ce9 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d50e2c5 ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33d2522d ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36869901 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b059329 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c9d5a99 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ea6c301 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f039c1c ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43634cf5 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x454ad49e ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x458081cb ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x485e6bc7 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x540e7baf ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5802f5b5 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61aa155b ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x62857e29 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66e2c0f5 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67b05acf ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ac7eb02 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ed67fc9 ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74bf54fe ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x781aecbb ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b14af33 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b99492a ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e51a274 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f490c08 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f6df599 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84c4228f ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x87afce0a ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d5df129 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d9ec957 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8fa8e94b ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9289ba4a ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x944d4de2 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9872faac ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a250d5d ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e0da515 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0cd9e48 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa75c023f ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf96fcf7 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4ffad89 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb51bb47d ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8aa871f ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe53ded3 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbfedb471 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc01af068 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0864864 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5cd9d35 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8a5d7e3 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb8600f3 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb97b2ee ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc33a400 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccb21950 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcef2102b ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd379c1aa ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3c3565e ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6cafc59 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd739e8c7 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdcd27b75 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdced1e92 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3fbef91 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9ce0f94 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee8f8950 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeed6b36d ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa78bee6 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd72e911 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff555069 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0d12b20f ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x14b9af56 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x5441191e ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x59f3c534 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6563a542 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6a213990 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x8810fcde ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x9d69f470 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa4da1a21 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xaf029a64 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xb0c3b6dc ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xff62db2c ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x18eec47f ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x32183d10 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x5328d7a6 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x844c4ec7 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9a1cd50d ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xaaaa925a ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xd19df770 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xd8f694d2 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xfc1df63c ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1bca55a0 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x483c3271 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5b3121f7 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x60f07d69 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x62b5c254 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6869636b iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x74ec0958 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7e1e966c iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8626d36a iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x86d37fa7 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb8932431 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc07ba9ef iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc0c3dcab iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe4c0bf8f iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x02d6500c rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1369b864 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2362d0f6 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2de9903a rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3c1ad9d4 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x57cedfdd rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6c555f9f rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6ff974cd rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x843c1567 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x87c27d23 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9394e036 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x96f2a788 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9c4e67d9 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9d9f3af8 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaac3e412 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb01b375c rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb5ad26a1 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb87a05a9 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc2d2565c rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xeff6a139 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf3f1843b rdma_accept +EXPORT_SYMBOL drivers/input/gameport/gameport 0x0a9f57a3 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5c25d975 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5d24bc47 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x86219c50 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa7879bcc gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xaab03094 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xae0a0ec2 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb4493e20 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc870826b __gameport_register_port +EXPORT_SYMBOL drivers/input/input-polldev 0x2253597a devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x71529761 input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x842f8bbd input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xcd0aadde input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xd1eec4e0 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xe6979122 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x2824e7b5 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x3fee2821 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xb4d28ba2 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xca69a68a ad714x_remove +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 0x983efca7 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x1abfe1e4 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x1aed068b sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x8833a951 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xa8abae7e sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xea4ee66b sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf259df65 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x76498fc2 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xaf900524 ad7879_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x0768382c capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x34e9f406 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x578e27af attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x5cda1730 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x65fe62b0 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a1a9825 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x855c8281 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x87209bcf capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f3237a8 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf9e05d0b capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x052cee38 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0eba1942 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x26ad20a2 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3e527f1b b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x653a51f0 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x6f923697 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x802f56a5 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8281cdc8 b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8291217c b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x89dff121 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x90ecfef2 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xc16ffc8e b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xde591ba4 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xea95e373 b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf67a5bf3 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x326c0927 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x360fcf70 t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x39343b32 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x4d96f2c0 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x632777ca b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x69a6e78a b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x7522a76d b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xb2a05198 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xe8e36b9d b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x118e6033 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x2735c016 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x4fcfee65 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xa1d1ae35 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xde863658 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xf3ce83b8 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe172de8c hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x4a926bed isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x9610c685 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xf4480b1b isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xf99d86b1 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xffe3efbf isacsx_irq +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x0801b543 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x40470c5b isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xbe0ad9da register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0d5a1e38 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x201e79ef mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2ec8e0c9 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3b551b71 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3ce59c85 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x51088f29 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5f4226db recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x61a62219 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6558e0b4 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6d397fdf mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6d71bb87 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6f998cf4 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x80d3bcad recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8b01bdec bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa6e10496 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb17ca51b mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb28d710f recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb2b1179b queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc86a1647 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcf1da65d recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd09e2d50 mISDN_unregister_device +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 0xdaaa5b03 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xef613da6 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x07f75ee3 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x0c4d0956 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x10dc0d06 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1aa3ce21 closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x2f5369f4 closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x66d28e22 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6969b5d8 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6ec055bb closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7b55ca4f bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9e8b3cee bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0xab2d2b84 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xad29a6f5 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaec09a2b bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaf77343c bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc04554f7 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc0b9ef00 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca580595 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe47e0829 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe67c2d16 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-bufio 0xa7978f56 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-log 0x84f8f9e6 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xaa8f86c9 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xd4de4fb5 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xe0fe3d61 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x30ed64b9 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x539b650a dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x752bb3aa dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x89dc53fe dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x8dc44ebe dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xeb3c5662 dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0xee5aa569 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x01914427 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x293c9c99 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3f4c1ca1 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4b36822a flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4fbc84da flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5bed7498 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5daa7bde flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x937ba0f3 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbd36335e flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd380e825 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe158991e flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe5488e7d flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xefd7a57c flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x221cb53c btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x6d8ee57d btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1a931c8c cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x371e213e cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xa44a5b7a cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xf10f1573 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xe376b2b0 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x9168ba7c tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0xfd17f63b tveeprom_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0f57654a dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x19591134 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x19da10d5 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1c090304 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1e9ea77d dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x20aee6bf dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x22d6ce4a dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x28ee2ae8 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2dd912aa dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x31f85868 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3ae53c0c dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3f7224d5 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x465c4eb6 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4d3b9a9c dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5fdd7467 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6438fe0f dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x78222f56 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x78d62338 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7ba5d8bd dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x88cc645e dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8a5c39b3 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8e47dce5 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa2b960a7 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac2becb8 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb289a663 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb6361a8e dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xba89706b dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc30654c2 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcfd63f77 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb576668 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xddc91620 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdf3f295c dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdfe288d4 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7c95681 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xec35c13c dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf7176d93 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xff7eb831 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x29e0e3eb a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x4bfe9a64 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x71c268d3 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x1d73151e atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x16dac787 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4f09d99c au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x56033553 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5c31b91a au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x63971d0a au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7672c718 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x76aa424a au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x89cf3e3e au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe0db58bf au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x28e1ddef au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xfb199573 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0xa5127b02 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x14881c48 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x54161af9 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xad95ac13 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xc6043c1e cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0xc2b6bd26 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x3442d92e cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xbe832df6 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x06c656e1 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x082f9892 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x3d45b11c dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x9d443ec7 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xa03b1bed dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xdd0bf02e dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0542a8de dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0c902177 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1684efd0 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x31627be4 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3dbae57a dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5ac759bb dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6a395ea2 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x967cd670 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9c618968 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9dd224ee dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb0b3f30c dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc1dcbe51 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc92c4846 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcd202b9c dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfcd406ee dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x054c0c28 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1493504c dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1e46c411 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x30b378d6 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x6fd8a93b dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x7c194e94 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x7e471b68 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x2faa14a4 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x7a6c4505 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x88d75176 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xdfcc469f dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x03070efd dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x230ecece dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x23906506 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4cf46621 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6333766b dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x63bb99b5 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8a3c52b2 dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8d3e0e16 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x943954c1 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc9cbd280 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xce84d8c8 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe898a328 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xefd5a9b1 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf847e47f dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xfa9d4185 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xff9f677f dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x01d3aae0 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x12c3c8c5 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x24e06238 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2a1ccfc2 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x355870f2 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3e42c117 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x48aef213 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x4931f249 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x54ca65f0 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x57301a9e dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7a5c1a07 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7b10db97 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x83a2750e dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa59a3dbd dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xbb04d071 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xcded9c71 dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xdc724687 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe6a76388 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xfc8bac88 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x1914df08 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x79fe120f dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x7a53bbdd dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x91f15d02 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x95a1fd75 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xb5d015cf drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x338bb909 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x5862a3b7 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x9507d07d drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x4694a13f ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x7cdb0733 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xd58a256a ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xc018d5eb isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x02478160 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xaff129b8 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xbf36f7f9 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xd54ba25a ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0xa75e6113 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xb613f2f9 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x827522fc lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x9354f420 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x56e39f26 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x18372d48 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xa9bd260f lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x1fb7d352 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xd958139d m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0xc51203a0 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0xa9dd3699 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0xb6092ca4 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x80a82194 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xaa9f5047 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0xc7c94dca nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x7cc7236f nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x6db4d9ca or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x427ec360 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x855ebcb1 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xaedfdf8b rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x40a67ad1 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xf001a68d rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xf0d11c67 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x76225dca s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x23e03740 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xa7f4d0ac s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xce1c98b7 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x1581f467 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0xfecdd37e si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0xf8652088 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x8152d891 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xe9893e99 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0xa4302882 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xc40a3f22 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xffca2bf2 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x0cbe6f54 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xf4386f79 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x2d990419 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xf85e389c stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0xdffd87d8 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xb445db63 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xd8a0fa90 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x1b37f6d5 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xc0b75855 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xb1e24323 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xf95b709e tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xa5ef40fd tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x85816428 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xa093220b tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x64d75e49 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xc1aee12b tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x26a442ac tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0xc51f0da2 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xcccff539 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x5ec0f6fe tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xe49522f7 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x8e91d375 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x10ebd377 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x1e126bc1 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x8f76905e zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x5af89ee4 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x5c092f2f zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x0ca8d3b5 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x19b01424 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x2abef0fc flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x3285cb9e flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xcfa2c376 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd4120428 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xed331b9c flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x8330f485 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x92309acc bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xaa9714a4 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xdb019b21 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x019572dd bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xae852257 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xd46ce59d bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x02f79191 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x370b9e3a dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x439c8f74 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5b74b2a2 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7ad481c6 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x9b85b0ac dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc4011ddd dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd35284fc dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf603cc0a dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xa2690133 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x1725f1a2 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x5fc2ff55 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x627afae2 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xe14cab40 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf8d01f8f cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x19f14051 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x45f7e1c6 altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +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/cx23885/altera-ci 0xf647c0da altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x541f4fd2 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x95335318 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x956cf340 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa2ad5b01 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe271064e cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xf45a3833 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x368ce8dc vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xff43653c vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x21df187a cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x381fbecf cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x68c7c9f6 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x9b0fc16d cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x0508de6c cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x10134253 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2f4252f7 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc1a63559 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xdc486991 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xeef37baa cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x04c794d4 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x08ba6583 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x14c812ce cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x151237ce cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x26a73b24 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x34e1e3e2 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3f7abe80 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4dbbdf42 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x55e3f037 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x72be7c46 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x99b8b3c9 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9e817189 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa200c0d9 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa7d071b4 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc387ad38 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd02137ba cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd50de85c cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd81df7d2 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe4a81954 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xecd50cc3 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf7790aea cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfd37684f cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0d005eb3 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x111567b0 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1bf82f30 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x24f5830c ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x36b49ece ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3849d42a ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3b375ffc ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5ac52b5a ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x807bf691 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x81859a9a ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x85d6c6ce ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8e9d8e07 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa091b274 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbe7ba4b6 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd28ba634 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xda1e3e5a ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf686c5cc 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 0x1719eade saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x57dad578 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8a299f5d saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x95c554ce saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x964866bf saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xad2f15fe saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb736f906 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xcbff9bf3 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe7c8669a saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe95f6f67 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xebeaa42b saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf905eb37 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xf1c0feb6 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x05af367a videocodec_detach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x476e7c5e videocodec_attach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x80ec3f3d videocodec_unregister +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xbca4a266 videocodec_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x0bba8545 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x13217c53 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x29720a51 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x38063982 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x4e11f7d0 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x6414f92c soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x6a1a9c0c soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x6bf7e0ba soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe625c09e soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x2a5c6a31 soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x5df935d3 soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xd29a5afc soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xd4a187d2 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/radio/tea575x 0x438eff89 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x77fcb87c snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x7b19f0e7 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa46c98f8 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x0118cd26 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x02a1ec2d lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x03722b8d lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x5a3cdba2 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xb2f29de9 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xb384b498 lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xc49512b0 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xf593da37 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/rc-core 0x5555fd24 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0x99f0a484 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x3b4de2dd fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xd8b29321 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x17742b6b fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x1ebde3b4 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x26738a93 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x631ccc1d fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x3da43912 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xc5e047c1 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x1c828eab mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xe89e1c5e mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0xd7a6498c mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x73f563f4 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xf48f330e qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x3ef42172 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x5a0db8aa tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x08994ebe tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xbd3cf30f xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0xb3ac7214 it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x2cf59a1c xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x05c6f06c xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xb04804af cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xe646fbc1 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0731674f dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1d72ed70 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4ac8e720 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x5c58cd4e dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7bbb1ef9 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb242474b dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc404c8af dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xefa19f8c dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf86777cd dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2ab138ad dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x475ed2f5 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x5ecac12c usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x7a018959 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x947e2e61 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xaf8c27fa dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xdb1e6de2 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 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 0xd5412fc7 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x08915ac4 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1199983e dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1bc8c940 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2806d90d dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x32d3aac2 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4191463c dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x618c3566 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x91832f06 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9e18f47c dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc4161356 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdd27ed10 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x2f01e9d6 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xccc17389 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x0bcbaef5 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x45033938 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x473be363 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x707416ab gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x7d6be32e gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9ec64630 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc473f304 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xe2c785b6 gspca_resume +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x12dd4d89 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x1c7c6755 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xf637fa7d tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x98b1a101 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xb376a0cb ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xd4dfd0e3 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf1f7b9c5 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf2efa49c v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x0fc8e9c5 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x24e4eb19 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x32ea04ac videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x75f06007 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x7e8b4db9 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xd2f30c7b videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0xe81b51aa vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x412bc7c5 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x437550a2 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x5a69c3af vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x6cb8cdfb vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x82601091 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xab95ca4d vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0290778c v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x02c7c48d video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x03b29097 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x095a61c7 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x09c881a9 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0bfddb6f v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x12119d61 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x129d8977 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x15f3d719 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x18da12ff v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1d31a40c video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x22d84864 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x254f03af v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2a050304 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b165008 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3aee709c v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3cccd663 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3dd75ca8 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3fade35f video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x48c903bb v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4b635141 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x52897bc3 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x52e7ce31 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x53bccfa0 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x554dff48 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5c8a0c96 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5d3614f1 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5e1c81bc v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5f7f1ebf v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x657b4682 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6bec0a00 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6c0fef9f v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6cbea4f1 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7d427651 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7d79417c v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x913a4930 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x95aa6c24 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9a3a1ee6 v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa53fc9b7 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa8f32593 v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xab7171e8 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xad748a13 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaead519b __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb0ba3351 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb298260e v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb56b6cd7 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb73659ba v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb7b29d77 v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbf37fa72 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc0b0a544 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc569b52f v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xccd8f0d7 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda32fb7 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd0365606 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd36a392f v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd441ff7c v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd734ce45 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd90c6d01 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb63c9c6 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdfb93b4f v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe22544ae v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xee1c572b v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf12a5500 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 0xf4641032 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfd1df336 v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfe6ce0a6 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfe8be8c5 __video_register_device +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1c4712e7 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x38e77ea9 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4e63f62b memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5b5c17c8 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6137c53e memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x64da5745 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x65354ba4 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8c9b5da4 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb1a7e0dc memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb9d8410b memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xbcd6da91 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc1909521 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdd6be266 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe1c5dc15 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0bc73a5e mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1397efe6 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x175a15d7 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x25fe6b71 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3b54e8b0 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x44a34e0f mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4a7a15f9 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x57c8ef2d mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x65d93f82 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x69094487 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x76f62899 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7e4dba83 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x85019acd mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8c159894 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8e186a2f mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x92d68472 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9cbe57f9 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xad73ea36 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb9c59b55 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc210b036 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcdc33398 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcf412d4b mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd393c408 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd6d1bea3 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe8bdcdb2 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xeb95797d mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf8b35f69 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf9ad6e4b mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xff3c58b5 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0050d41a mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x04b03c92 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4a204c6c mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x522c019f mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x64ff27a0 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6a73eb46 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6c89b520 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6efb2a90 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x72778986 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x73adb893 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7eced133 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7ee3a686 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8dde6641 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x91f4ce63 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x94e47dd5 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa549469f mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb18603c2 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb2bdb181 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xba1758d1 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xba8f78e8 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbe540300 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc6fe6c2d mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc99b013d mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcc279279 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdc83866e mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe9e4dc63 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfca914ea mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1223e288 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x177cf0a1 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x17ab133c i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x19031e6f i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1b8428d5 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1cfe4ab8 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1f4b0c4c i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x208b9f39 i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5f4f8b60 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x63da04e1 i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6f8b3733 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8d2ffed9 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x9bd35038 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa683cdf2 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbc660acd i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbc7fa33f i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc748bc9e i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xfd2f324a i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/mfd/cros_ec 0x2cf1431c cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/cros_ec 0x8651936f cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0xeb3a6f15 cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0xef532257 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0xfda77723 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x236f17b2 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xaec57119 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x368955c0 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3b25e6e1 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4fb7ff95 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5937c298 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x707387e7 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7413f25a mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7a662c99 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x992e6fce mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9d88af2a mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc17fc431 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc6cb9005 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xdda0059f mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xed467a9f mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/tps6105x 0x26138911 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x4a25a7dc tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0x59e34a21 tps6105x_set +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/misc/ad525x_dpot 0x11720bcc ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xe3faa212 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x13d166ea altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x0f2dc581 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0x876cd478 c2port_device_register +EXPORT_SYMBOL drivers/misc/ioc4 0xb705c8aa ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xe816b8bf ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x0f79942e tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x32067a57 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x34a5372d tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x57a3c6dc tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x5bc19563 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x5d532b32 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x5ed68ba0 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x7bef0ba4 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xb7ab549c tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xd1d26f27 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xd8757111 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xe025ea25 tifm_add_adapter +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0xfd4f3f08 mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x19bba080 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x387c8321 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x4cfbb67c cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x234bf587 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x80cc9cf8 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xb8858da2 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xd1954657 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x3a92d7c2 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x68cf7da4 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x8899d9ad simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x5df99afa mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xcdaf591d mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/denali 0x3039b55b denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0xb4a3198a denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x0328d02d nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0x1515856b nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0x598a48ea nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0x7822820f nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x891909f2 nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xead30f9a nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x0f8fabf1 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x3d58edeb nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x8ea803ad nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x557fe0bb nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xc4ba9506 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x552dd509 onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x8bd34f51 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x97f82771 onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xfa1732c5 flexonenand_region +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0c4fdbc9 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0f6e9e54 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x10252988 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x15fd84f7 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3e404fdd arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x466d2e7c arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5a35a0ad arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7a8561b4 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9a2e8b50 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe71f5be8 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x08efe025 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x870ba987 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x89a47c6d com20020_check +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x2b6493e1 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x2c2b0ab7 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x353d6362 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x37633d7f ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5326db50 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6081dba0 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb07578a7 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc8906c61 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc94ab824 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd8697fb6 ei_open +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x0825be16 bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xe59d2c1a cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x052a5e4f cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0fedd7e9 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x163a1b47 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x37616012 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x44f1620c cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4eb9d708 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6b415e6b dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x82813c58 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8e723b12 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa2c80987 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa44f69af cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa7107ee8 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc0bef9bc cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe141b1af cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe36ea813 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfc007423 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x00f0c4f7 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x07b2fd9d cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x16af5e9a cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x270061f2 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4fe5de05 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 0x54b811d1 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x560cec04 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x56ce63e2 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5bbfeb6c cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5e5804f9 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6382679f cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x677ecd19 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6cec7bef cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x84ce48e1 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x867641c6 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8e74c651 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x97a8427e cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa77d7a5f cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb05216de cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbc0f0641 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbe20ac3b cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc637d25c cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdbcea1d1 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdde68c75 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xde515cb1 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe43689e9 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe4424d0b cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeb03fd14 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x27c07dab vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4e96971a vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x6712acc0 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xb4d2684a be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xe729c2aa be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04514163 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b6cd307 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x104f2fc0 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x117dee3d mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19efd57a set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39453a78 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b246a20 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x418792b4 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54e4727b mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59fd6df9 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e3b1faa mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68e2a740 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x729c2590 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ad367d2 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x829ac418 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a5a3657 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d11c4f0 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92218382 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa71d8492 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7289919 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbfc8c61e mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9eb972d mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd758c531 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda1870ac mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1d576b4 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3ccdb6b mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x040e02ec mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f963f8e mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x116e28ca mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18f0eb4c mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cbb59c9 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x242e78c2 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29038abb mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x323f74d2 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3495538d mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x385eb3b0 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x416dd388 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4715a60f mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x565ad80e mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5af1e03b mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67f05a92 mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70ccb534 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71529ae0 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7837b451 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80c76126 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x830c0aff mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d42351e mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f69a6f2 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb606a899 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc9acf24 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2fff35a mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3887033 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc99fcd5 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa67439c mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc66f512 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x1bc33d44 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x3c63ddda hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x4823415c hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x8f011b89 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xf74dec5c hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x014eef10 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x20c647cc irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x22ed9a38 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x3cd93f97 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4bfc4836 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x6cdf24a9 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xaa6b8e6f sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe0fbb003 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe7b5c19d irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xf7ac2705 sirdev_get_instance +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x07ce3f91 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0x3b544782 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0x8d88dad6 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0xa2f85f88 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0xa4c6952c mii_check_media +EXPORT_SYMBOL drivers/net/mii 0xbb3526fb mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0xd7316f6e mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0xfb67410f mii_ethtool_gset +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x70463478 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xca78bd66 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0xf141675e vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x834a9ec1 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x882a3bf1 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xd43976e2 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x7aad89f7 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x0a3d5996 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x26c9613a team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x2cf4fb02 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x37ca0708 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x418119b7 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x57037cbd team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x677181f3 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xad3c6d4a team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/usb/usbnet 0x69685e8c usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0x8e012037 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x972e46ec usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x076c4ea9 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x11656a35 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2955fcc3 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x47d4680a attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5b6d006b unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5cb37eb5 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6f8f1d4e alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa98aa5e4 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe9433898 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf31605f5 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf64c9939 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x17e7ed49 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x20039c5b stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x58a2a6b4 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xf22b541d reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x189b28c0 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x42a9c88f ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6fcdd3b9 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7aee7c81 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa2fec195 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb5162a5b ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc00b8877 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc33f579c ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd6ec70c8 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdb65619f ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe9329428 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf25cfcd8 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x76d361fa ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8e2d9983 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x939e512f ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf4473c2 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc900c170 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xedef46d3 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x06809aa9 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2feaee83 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x425ff0a0 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5a664b6f ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x74367f21 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 0xad681887 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc2ff83e6 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe5421d96 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xee9fad8c ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xeec55aff ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x055e94e5 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0f87e405 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1ef91e61 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1feb2cc4 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x326f567d ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6d757f02 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8bdcfb3a ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8d5adc70 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9a2632b7 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbe7f5413 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd209447b 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 0xd8d7bc3a ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdfbb88a8 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe14f0cda ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe29cb446 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe9a5df23 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xea082fb5 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf2f89925 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x015973a6 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01f3958a ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06307a9b ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x068c7b5c ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08de486d ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x092d28d4 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c331588 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1142b726 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x123845cb ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12e5a90f ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19732116 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f54151d ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2088a2a7 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20aa1d65 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24479173 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2e7d5bc7 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2fad190e ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2fc230dc ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31dc00f6 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3262ae5f ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32871cbb ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x33121f9a ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x356fa74d ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3603a849 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3633cf12 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a2fb6dc ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3abe7c0e ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3cbdf3f4 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e25f356 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f2e4383 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40d367c9 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4140e23c ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x46c4b94f ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4965946a ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x548c6be7 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57710c96 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57f69a43 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x58898c12 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ac8c434 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5cec0e93 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e5e0c1a ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x66d0c3e8 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x67ddff5a ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68c6bc4a ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x69abba28 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x69c8c1f9 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a73a1f5 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b06c3f4 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b97bdc4 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6bdc5541 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d3874f1 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e7ceef1 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7239ee2c ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7bf79706 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7c7adab2 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ffd39c4 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82d91fcd ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x84d21026 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8684e7f3 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x86daed51 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89cbd756 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ac502d5 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f7af1f9 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x90b37187 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x945beee4 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95212905 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95b091db ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x98018948 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9a3f5c92 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9a81a1e9 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9cb2ac66 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9fbb1672 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6166ff4 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa84e8b46 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaaf83f57 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad0cb335 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc07940b7 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc552fc40 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7a8c36c ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc88ba5c9 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca94e8db ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc474dc3 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd1ca9de ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcdf4957b ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce6ea52d ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcfe21383 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd7430016 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd87dfa3c ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xde84a347 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0d0f020 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7bfe7f4 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeab50260 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec78e428 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed8eae3b ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeec0b6d5 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xefd95825 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3448ea4 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3be6c2e ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4527d7e ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf5a11cfd ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6954d03 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8d8c47c ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb2e6361 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/atmel 0x021ec56d atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0x2829687c stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x68702a6a init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x08602ad8 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1d47a3af brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x71549597 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x774115b6 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x7c043b45 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x856682c1 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xab79a99e brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xac9cf381 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd1a083a0 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xde39ec0e brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xe7b9e9ad brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xe954e6a3 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xec8750b3 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x01d5d813 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0dbf4bf6 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1d8267f6 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x28c8be34 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3fc1b9de hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x54790445 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5cb8fba8 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x65781f62 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7324a7c4 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x77184797 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7f129023 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x99e0f9fb hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa52b8dc8 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa6bb3026 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb0a90fbc hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbeb7b821 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xcc5fb165 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe4027cd8 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe8c434fc hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xea882ad4 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xeaa13846 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf03eb96a hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xfa96cbf6 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xfee653dd hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xff78e618 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2ac4de4a libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3282edb4 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3c099ae6 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x475e6c61 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5fbd500c libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x633bb958 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x63bde1cb libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x6b04e294 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x6c897a5b libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x72acf9dc libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x72b8d76c free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7a66d230 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x807b95cb libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9ed501e3 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa65385a5 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xbaf3f16a libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xbb606f0e libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc8374272 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd399f64b libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf4044cf6 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf8f51e92 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x01c2d1ea il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x02d304f3 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0a240be0 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0a5ea9ec il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0cec555b il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0d7bda8c _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x10645d91 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x15f8320c il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x183b1f03 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1a4a8794 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1b3bf597 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1dea6cdb il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x228b6c6f il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x22fce295 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2357793f il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x249461dc il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2782dacc il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2ac8cdf3 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2c7dbc26 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x30221870 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x364e11db il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x394647b9 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3fc0529a il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x468dfbaa il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4a7ca97f il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4c1caac7 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4c3ac897 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4e9c0b44 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4fe9f529 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4fedce50 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x514314b9 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x51de335c il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x52cb9d3e il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5c21e69c il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5df6ff7d il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5f1bfd4d il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5f30c0f6 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5f813956 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5fa000a7 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6026bd9f il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x60960708 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x670a01bf il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6899c831 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68e01246 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68f30fdf il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x69cfec9e il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6c1d2660 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6d82f53f il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x77fcbdd0 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x80449d27 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x81512c16 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x88034da9 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8e6d6166 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x907a018d il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x92c9b547 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x93233bb1 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x94de8967 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x95a13780 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9abbe787 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9b2928c5 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9d55889f il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa0221e40 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa0abaa79 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa50ba11f il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xacd5e79b il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaedf2d96 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaeea4495 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb424b251 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb5326797 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb56401ea il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb727e680 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc1e8158e il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc2bfabc3 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc3c5785b il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc3e92143 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc6b49f85 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc7eec4b6 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc88c3919 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcb80a425 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcc8355af il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xce50d6db il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd286a4ef il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd509059a il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd64086ba il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd6d52cda il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd8b57519 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdc21fdd2 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdd812692 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe1f72bb7 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe291fbfc il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe296a330 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe874b226 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xed6fd19c il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xee9a324f _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xee9b6515 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xeea4897a il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xefa1c3b2 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf2f4e0ac il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf964d0ce il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08ee1e7d __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0d9eb5ff __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0e7bc05f __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x201337b4 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x249e4b06 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x36dcef55 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x4919d1a5 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x67381a2a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x79e9bf26 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7edec07d __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8bfcc307 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x9a12c9c5 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xc0827b2f __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda36f3a4 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x04607aef alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0aa9ed21 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x132647ee orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x228dae26 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x2eec77e7 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x46e97d15 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4a302ae9 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x508a530d __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5dea5bf1 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x61429692 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x6a974021 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x82496d8d orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x91e7dadd orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x94e71eb0 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xdab033a4 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xdd05abdb orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe96a5734 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0x2f403614 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x099df42e rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x14fecf68 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1c2fe15d rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2efc91da _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x33f424e4 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3ee2677d rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4a6e4490 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5cbb4347 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5d54d3b9 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x62046023 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6d4bc350 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6e014777 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x701bf359 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x721479e2 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x75472d7c rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x75c98dd1 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8f29af33 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x93cd22e5 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x95ba8e94 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x990c78ab rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9d4dc3a1 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa5055515 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa6311082 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb0553907 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3fb5757 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb493e381 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc3db4b44 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc9f435d1 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcbbc6ad9 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcd09a4b7 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd5f39886 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd91d3d32 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdc3547ee rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe08414be rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe3d516ca rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xea6bbb8e rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf596c5e6 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfb2ca87e rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfc91cab1 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfeaeb580 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xff299494 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x1b3d881c rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x397e2d67 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x5c683ff7 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xc58f4f69 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x1bc3d7e4 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x2f38bd17 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x4d6742f6 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x7cf587ef rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0e70f7c3 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0e8d767a rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1c4258f0 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x22692533 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x286fddd5 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x28e2c77f rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3155d4ca rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4bc79361 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4c61c6b1 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x65aef5a1 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6e0c20be rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x948035cd rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x98baaf1f rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa33bccc8 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xad853bdf rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb2a90af3 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc0639861 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc87c5680 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xcde5267a rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd220472f rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd26f3fc6 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe8733bcc rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xfb37b4a4 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x3ac78c50 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x8ed2b68b wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xa120e1ee wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xbf1bbc8a wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/microread/microread 0xa27e71f0 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xb36fa479 microread_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x55633530 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x9f529bb6 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x800b0872 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xcd3b4036 st21nfca_hci_remove +EXPORT_SYMBOL drivers/parport/parport 0x117c6b27 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x14720a2b parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x178709aa parport_read +EXPORT_SYMBOL drivers/parport/parport 0x1893aec6 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x2bba0f87 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x342deae9 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x34351190 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x380c6804 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x3c1a1536 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x43bcc262 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x480ce2d4 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4ef9026f parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x566e8167 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5f981a86 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x66081566 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x6b775911 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x738fdd94 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x84c8674f parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x93b3db62 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x98e2d8c8 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x99167884 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xa0ded3c3 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xa8b74c10 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xa8fa35fd parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xa9d7b3fc parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xae91c8a3 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xd3a2b593 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0xda7ed131 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xdfbc71d4 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xe35d5cbd parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport_pc 0x3fa06da9 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xe3fa4fe1 parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x14b00aaa pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x1e43f019 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x28b352c4 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x290f8a48 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2e39cae4 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x30ed11c0 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x35e3ba23 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x39e23d6b pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x495bc0bf pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6242c4f6 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x71a772d7 __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x85ac73a1 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x92f33831 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x9fc3585a pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa3367e83 pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc381be2a pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe596e38e pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xea1e89ab pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfb23fa01 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1011d2df pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x24b62e0f pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7164f3cd pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8aba88dc pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9adffce7 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xac8b3ff1 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xbbaab49d pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc7337cea pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xce37f26c pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xce6f99c3 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe82536bb pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x5a33024a pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xc460fc64 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pps/pps_core 0x16ebe185 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0x81b66cca pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0xbd914c70 pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0xf598c82c pps_event +EXPORT_SYMBOL drivers/ptp/ptp 0x02843952 ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0x2073b2ca ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0x44daf4a5 ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0xc934023c ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0xe93bcbfd ptp_clock_event +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x03521529 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x0aa5bbc3 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x27e0d917 rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x35d91c9c rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x4bc6c052 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x781ed0b4 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x8b16ae06 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xb258e8a6 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xe3c3c8ee rproc_vq_interrupt +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0599d707 fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1b262861 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3152c70f fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x40c5c8fa fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x429ab3a2 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x610245a3 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x775ff9d1 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x84884140 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc3a01b2e fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xda636bb9 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe357f319 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xee8f70dc fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0011e042 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0159c043 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0527e223 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x06b9e01c fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x08fb10f6 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0a238586 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0a507314 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x121e48e0 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1540f43f fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x16a86e43 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1f6cb91e fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x30cad295 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x357ad7de fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3a36e1e9 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x42ac7f34 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x55aaaf9a fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5a8abd8d fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6010483d fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61823f73 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61aad569 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x66774c23 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x67b3638d fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x752a2023 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x75eb51ad fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7a9c9ac4 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x84cbc994 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8a8454cc fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8b731c3b fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x96a5ed93 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9e6bfd4f fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9fb5aaac fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa01cb1cd fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa6f53d44 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa800c34f fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xacb62a29 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb65710e4 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xba5f0fc1 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbe671c8c fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbf3c1ef1 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc4cf0e65 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcc5aca82 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcf6150ee fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcfdadcaf fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd2d79524 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd4965d49 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xda370ed4 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdc621a31 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe114970f fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe2f1b43f libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe4e93664 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe6a8971b fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe976ed01 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x0d5ad2c4 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4db42d09 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x6d3f1087 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x789b0477 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x6a45b2d0 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x021e6297 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x023eb038 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x042a6c64 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c4bb174 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0d9ace64 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1236eb11 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1a2b4d27 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x24a412d8 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x40b2c74a osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x431e2c18 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4b3099bf osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x56203584 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5f11db21 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x61d5086f osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x801fe04f osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x896323a4 osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8af1477d osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8b1a306d osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8ff05045 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x97fc24cd osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9e06d2d5 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa4b563e4 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb57b3dda osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb7a11260 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xba26d6ab osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbafd0590 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc02f41dd osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xce050e30 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd7582347 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd770e67a osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdc3ff282 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xddae5af9 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe2ff1447 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe3580ec7 osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe4aaaa0f osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf4de2068 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/osd 0x099c91ce osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0x2e8cf249 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x45e5f5cf osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x756763a2 osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0x9322c66d osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xbab5c4f8 osduld_register_test +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0008ee1e qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x07657de6 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1378691d qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1ee0eeb7 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4942f91c qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x522f731c qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5e555a13 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa365a313 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb096ccaf qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb5cc73d0 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe2a9e599 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1da5a132 qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x6490fc85 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xb2d78f9a qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xcfde5cbd qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xeabdae7f qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf5670393 qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/raid_class 0x3694e877 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x97f00192 raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xbbb441cf raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x035ccfb9 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1b27c40e fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x29cca7eb fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2aaeeb55 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5b88440f fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x648b2852 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6a15ba2e fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8f06b17e fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xad394e63 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xafc17378 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb5fef684 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcbdd47fc scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xef7d0e16 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0168b406 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x07ca21d6 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x24a14519 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x312f9b54 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x48061900 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4bfc75c8 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4f511af0 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x570a7d08 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6161a767 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x65727bfc sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x65eaa8ca sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x685fab6c scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6b6a3388 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7054a985 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x81d67892 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x879e8a32 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8faa34ff scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaee4eb01 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb2c23ca5 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xba2cd83f sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xce77476a sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd4425a1e sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd4dd5a31 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdbbce2f5 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe7375f50 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xecffd7fa sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf716f50f sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfaaacb64 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x14fe806c spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x2e0f5717 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x736946c2 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x7eb64f31 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x96bdee5d spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x34b1ff50 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x3e059259 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x9a48e77e srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xfc6ae36d srp_rport_get +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x1f706951 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x3e935521 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xc9bbea5d ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x006051d7 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x00f8acc1 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x06983764 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x28fbe184 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x32af1c1d ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x3e72eebe ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x433ae85d ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x542cbcb0 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x5cf4e24a ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x734600f5 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x82ccb633 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xce236ebb ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd8f6fed8 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xe6e9226d ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xe7b69e78 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xeb996531 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xed4c5968 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xefabb335 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xf181f949 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xf2b94a92 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xf430fabe ssb_pcihost_register +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x6492132e fwtty_port_get +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xe0dcce0e fwtty_port_put +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x2c2a2625 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x1e99ebce ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xb71e074e ade7854_remove +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0e11de9d lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x16f450e9 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1c568301 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x202b34d5 lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x25aa77f9 lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3558e584 lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4bb00492 lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4f9cb871 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fb3d2c9 the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x616f2429 lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x74d27bc6 lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x880d46ad lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9c03c18a lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9df16484 lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9e1aa98f lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xd6b11b69 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xdae50c0e lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe4490c3e lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xefa9b92e lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x547bc796 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x65a2dee8 seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x78e6ba1b seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x8daaf1e1 client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x921d5146 client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xa0690e75 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xf4d1cd3d seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x0972971d fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x16418a4f fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x349d1837 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x48836dd1 fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x4889e8b2 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x4cdf7b5d fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x9b59d065 fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x00c881f6 cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0389f857 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06401e01 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x07ef0d57 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08917712 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0c68bc45 cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e311d38 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x105b5ba5 libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10b7e9c3 cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x123b6908 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12c54b77 cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x151e7546 cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d41c4c0 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1e8cdb47 cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x20d9656b libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x23f6f445 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x277e62bd cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x29aafd0c cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2a641ef9 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2e5044c7 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2efcc0e6 cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2f439265 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2fb7eae8 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3834f243 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ca78cb7 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3e5e7727 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4087e2b4 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44688a0a cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44728d76 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x466a0346 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x468bace1 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x482deff7 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b982291 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4d89e988 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x51f14ff9 cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5a785762 cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5b20921a cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5df8c623 cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5e4995f1 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62f56738 upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x63b4967a cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c4cadc8 cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x712410cf libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7190502f upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72f4e5f9 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x75161168 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7562cd14 cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x771695b1 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x785b7372 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7a47b94d cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7c73bc4b cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8286ffa5 cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x828d16a2 cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83508e02 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x841679dd upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x87f3bb87 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x88f5af57 libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f0ab6b7 libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x949221dc cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9eb39fc8 libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa1cbf250 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa28a6757 cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa3359b30 cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa8d5c7f7 cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xac0f67e3 cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb00dfd91 cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb473e79e cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbab577e8 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbc275420 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1708189 cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1b20836 cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc8630e83 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc9b78bb4 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb2160d3 cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf678304 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf90528c cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0aa642a cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd1319447 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd2965f33 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd48d8f72 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd5396536 cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7bbf963 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7c4f765 add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdce448d0 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe45b62ff cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe94553b9 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeed48ba7 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xefbf6d86 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf0246bf2 cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf372d1c2 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf5e4a175 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf63a3d8d cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf782fbe6 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfa0d98ca cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfacb8667 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfdefb366 libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x687df7b9 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x79c55cda ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x9967c036 ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xdff8b2c2 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x27095531 lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x59912eb0 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x5f9602ec lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xa288d560 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xccaa8598 lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xf79778cf lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x1040fe90 fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x24e1671d lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x2aa2cfbb fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3bcbdc4b lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3c9d905d l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3cb6c63b fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x4d8d6dfa lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x545d791d push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x8553b369 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x871fabe2 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xcd310826 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xe6cc7668 fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0041dd6e cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x028eff97 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03444f2d cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03f485fb llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057780c2 cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05af1920 dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05f84e88 LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x064a0751 obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0663acd2 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x072e0407 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07a4445a llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07ecf5f7 cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0836daca lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08d47fab llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08e8710a cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x090ef9e6 lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09ee2902 cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ac24f64 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bc65c92 cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cf99bff dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d9e39b5 lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0dd10b21 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e6af200 lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e8ffc4a cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f1b3155 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x117adfc5 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x117f74a8 cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x120c9a53 local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12e88440 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1333c597 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13db98cd cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14b9e85c dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1535626f lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16ad83b7 cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1706819f cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x175cc9e4 cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1784534b llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x18cb4419 capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19233f78 lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19d17e99 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b393ac9 cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1bc0f12f obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1bdea587 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1d3709bc cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e3eb6f4 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20336072 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20d06328 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x211e36b3 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21307495 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23aa4ae2 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2452e48b cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x248e33dc dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x252f9d0c lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x256de99b class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x259ebac6 obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25fa62d1 cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x263534d9 llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x265b9f8e cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26f765cf class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2804e025 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x285ca0c5 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2878aa53 cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x28ddd3c2 dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b2cf88e llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b4c48e9 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c3a7a01 lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c8a4fd9 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ca461b1 class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d16f551 llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d535413 cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d5925a5 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2db34d54 lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e0a8d08 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ed0c816 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x306319d6 lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30d3ea62 cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30d79b8f cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3174f32b class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x31a8f612 cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x31ee43cb class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x321eb865 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x325995e9 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x337b1a2f lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34a1ed96 llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35446481 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x354bff55 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x360d0243 class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36d54321 llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36ff8339 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x375d18ab cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ad3703 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38209f18 lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39c8580f class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a005065 dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a0fca05 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a26835e lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a642614 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b3305bb dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3bee5f0b lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d591ff2 cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3da2aa39 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3de19dbe cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3fccbfc2 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3fe4635d local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x404bd7a7 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x407f3268 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41793a8b lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41828022 lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41af354b lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x421d4432 lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42289c9b cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42c26c77 lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x431fb8ac cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43b691ff cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4452eee8 cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45899841 cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45ea3723 lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474efbd7 cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48307cbf lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49239a88 lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4945c38b obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a29223 lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a48087f dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b05a0e8 lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b3373ba cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bf356ca lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4cb215f0 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d33040b lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4de36f3c lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4de3749a llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e16ebea cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e5a016f cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f0da705 cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f3b8cf9 class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fba4346 dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x503f325a lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x516bc93c lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51d2276f cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x530cf08d cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5355d79c lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x53bb3f79 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54082142 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x554bd4d4 lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d59dc lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x574d2da7 llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x588a2cce lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58a5843a lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x593844b3 llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5953bbeb cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59d39fa2 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a0b1c51 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a2a49b0 lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b800b4b cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c1c44d5 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c5ee85a llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cb480a7 cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d0ba858 llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d88d9ee cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e1b7f7b capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e8eea3a class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e93341f lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ea3fc36 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f7e6ea7 cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60b376c0 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x624ffe24 lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6264eb21 lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x648a7f66 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65f3c789 cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6605ef33 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x66e148d7 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6704f10d llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67ff794c cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x696e6080 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a9362a8 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bb6d421 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c2427db lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6cf7a4c1 cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6da6c302 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6dfc6243 local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f3e6225 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f408148 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x705eb20a lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7065e16d cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x706ac1bb dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72584a3d lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7260a924 cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72a78dc0 cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7372d782 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74b862eb lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7519f618 lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76429410 class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76abea62 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76c149d1 cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77bef027 lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77f56110 cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7821a394 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78665a78 class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78c6ebeb cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79c419e8 lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79de15e0 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a29a4ac cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7aaae2e7 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7aba70ee class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b7d3568 cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bc12d2a lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c3dc865 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ce328cf cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7dc80091 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e0e748f llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e50de08 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ed6f6b2 lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f391c30 cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f55d349 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80117559 class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x804a2619 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80811320 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x834d0625 cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8392927a cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8624ea20 cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8653cdff dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x868f0e29 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x86f6a611 lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87726f19 llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87c33f9c lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x880ebcc7 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88279cf7 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88b87068 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x891054f1 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a73130d llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ae4ea5e lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b37643a class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8bc7b802 dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d658ed0 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e311ef0 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8fc10b71 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8fe79ec9 lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x912def4d obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91ac0016 llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93859814 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93d6addd cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9505c895 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95d1331d capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95d944f5 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96175468 cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x964b5816 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96607227 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x966b8802 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x972411c0 llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x979d0fb7 cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97ce6aab cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97f060f4 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9883daed cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x988ed833 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x991bafa5 dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x99b25f71 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9aabc88c dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ae29edb lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9cb745fb cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d13b067 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d8bcd64 cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e521de3 class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ebfec2a obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f5c1f7e llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fb3058c cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fcfdb9a lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa031c020 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0618c67 llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0d173b3 cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0f061b9 cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1bf9291 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa26188ed lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa29750e6 class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa304a28a lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa43ea3c4 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa48c4a30 lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4c1c333 lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513b841 obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa662d69d cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7ecd43b local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7fc6ffc class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa99470e4 lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa9ab13d3 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaad72068 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac0d4e1c dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacf0fbec class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad14c23c cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae1003b3 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaea612f5 cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaebd8afb class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaef9acbd lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf5bbb02 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xafde7240 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb104c9b5 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1abc556 lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1e5af75 lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3b26d23 cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3c0d658 cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3e42ff5 lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4ec194e class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb57b3095 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5d76904 cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb62f0de9 cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6acb5b3 class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7e6ced2 class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb84e748a dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb88424b2 lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb9270618 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbab0cfb7 dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb0ea477 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb7e98ad cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbbc207d5 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc5de6e5 cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc81658e llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc85f60b lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbcce82d2 class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbdcf7161 llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbddcd596 local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe746544 cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf215b46 cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0954007 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0aa822a cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3bc68c9 class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3d0b06e lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc451b812 llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc45bf65b lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4867648 dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5187a9f cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc51b68d5 dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc58935c6 cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5a76847 lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc61e9c5c capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc680cadb cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc72d08e5 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8b4cc6c cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc94ebc4c cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9528399 cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc95fb4ba lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc974c1ca cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc97a0dce dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9aa58f0 cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9ad4bf0 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9b181ae class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9b3c667 dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9d333dc dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca9d6936 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb30dcd6 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb5eed5c lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb8d2810 dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf744b9 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd8a604e lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce02cb2c cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf0c1058 lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcface019 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcfc1dc28 class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcfc60294 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcfc8c347 cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcfd0b152 cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd082854a cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0b6995d lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10522d0 class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1260418 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd26aa2b5 cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd2847eab lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3189d44 cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3c0125d class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd4c61bac cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd52ae54a cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5d47923 dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd6c8db0d class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9376560 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda3df129 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb4f9b05 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdbd3aaed lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc53f78e cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdca75c7e cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd175195 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdda3d949 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf4a39cd llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe0062c87 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe14eb5a1 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe169fc01 cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe1e2cd50 lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2072ca9 cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2b98c1e class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe37be1e1 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe37ed84c lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe393de9f lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3a127fb cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3bba6b2 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3c00207 lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe46c9785 lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe490413a cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5079f71 llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe51cd757 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe580f128 cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5cf6e67 llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe66a1f2c class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8a9e9a0 lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8da47e2 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e17bd9 lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9272031 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe970e2aa lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeacec47c lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3fd5cb cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb51e2a0 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb5c065e cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb603438 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec4ed552 cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec76847f lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec8abe4d cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xece409f8 local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed73be88 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed816204 cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeb88719 cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefbee29d obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1afd377 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf39465b3 llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5773720 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf65f1dc7 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7426b05 lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7aaf42b cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf91cb569 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf93a6168 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf96440f9 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbcb62ed lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc68f084 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfcb16e6a cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfcfc27e0 lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd4f1c4f cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd70bd89 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8f5cf4 lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdb82b05 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe16597e lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe341f4e lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfec401f1 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfecfa556 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff1c59fc dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xffae9372 cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0246ea3f ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03d2d9c7 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x052d3864 ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0572dca6 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x077df4c1 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07958c83 ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08192e5f ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x099dcdd0 req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a6e8f60 ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac54708 lustre_errno_hton +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x109b1224 req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13adec93 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x144a6d32 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x165a896b ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1734bf1b ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17b82bbd ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18ed23fa unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18fccc6f ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19ae6f65 ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1acadd15 ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1b4fa6b6 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c74e02a lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d893cd0 ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e354e8a ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f71b12d ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2076564b sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x224de4ca ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x234f03e5 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x23ece5c8 ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24b1e6a5 ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2591b259 req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26677784 ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2769b3fb ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x27849f69 ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29791f97 req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a3d9e50 ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2b67e34c ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2bcb5c08 ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2bd0e348 req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2be6cd01 ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d83dd68 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e7569d0 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ff1145a ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3085a27e ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31874cd3 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33009f6f sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3467723b ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x361a3fae ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x376667a0 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39e6e59b ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a64b38a ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b8e7fec ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c17b98c client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3e67038c client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3fb6cd32 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ff40ec3 req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41754da7 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x421216f7 ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4270615a ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d1a4fd ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x448ec811 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45392f52 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x460d7fa1 lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4621f042 req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47dcd37b ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47e0170c __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4833352b ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x487c9a8c ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a91987f ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4dfef328 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4ec52502 lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4ef5ed59 ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50fc56de target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5215885e sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x535bb887 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54484e04 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x556e3417 ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x55b578cc ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56062a87 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56b99fd2 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56c80e92 sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59973228 ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59a7b91a ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ab6d34d ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b1b29b4 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c27f8db ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c2e2c22 ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5cb5f0a4 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ce25d82 ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5db47ed0 ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ee410e2 ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f641584 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6221ffba sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x63f356a7 ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64438266 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x645f25ae ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64847acd sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x652e4136 ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x657b00b7 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x683243bf ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a9140fa ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b76da7c ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6bb12893 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6bb24ec4 _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c37dabe ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c4d2a0e do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c587ef3 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ccdc96a ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6dcf8447 ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e753646 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e9f259e sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f29f46b ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fd9718d llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x708ccecf sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x70a95cf0 client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x72467551 req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73c0af14 ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73cf02b3 sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73e4e5c9 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74746117 ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x752a6286 req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77d7a829 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bb789b9 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4fa462 ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d06f4b6 ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6f1a50 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7fa669c4 sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7fbedf2e ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86859ff5 lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87a97f7d ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88148790 ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89d8cd4c client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a4345b1 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b214621 ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b3414bd ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cc305ab ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8efba510 ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x909ee65d ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x949019b6 sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95b11447 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95c64321 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9629783f ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x966325e9 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x978caa49 ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9912f748 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x99807b27 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b1ae1af ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b8632dd ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d2e8fbe ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9e5ed0e5 lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa16bbb2d client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa18c74a8 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa1a2da6b ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa235e9f3 req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3c71c83 ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3db6f5d ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa419076e ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5e63267 lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa66888dd ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa719f8fe ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9456936 lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9af617e ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9ecb6d1 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xac4e090c __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xac8145d8 ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xacbd3243 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xad81eeed ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xae6dd5f4 ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaefc6c95 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf0b597d ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb10491f5 ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1e8a72d ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb21018dd sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb3ace646 lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb3b52c96 sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb5771143 sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb5a8e97d ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6cfe253 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb8359fb7 __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd622721 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe44be55 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf0e47c6 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc14081f3 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b242f3 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2c4da65 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc37e5458 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc39d98e5 req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc6804b47 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc759f636 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc78a5464 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7c4e964 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca19791d ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb16107d ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcc345b99 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcca9bdd1 ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcd3f9981 ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcdd683ac sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce3fc7d6 lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf985449 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd280b25d client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2d54949 sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3cf6a9a sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd4e5b4a7 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd50b0e38 ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd751cdfd sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8ac9ff4 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8e4fbc7 ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1ecd3f req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdbc9791a ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdc6e3acd ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdfd69cc8 sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe196e613 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe3dc5daf ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe460332c ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe4d0eacf ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e8169b lustre_errno_ntoh +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe619fdfa ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6d7f99c req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe71b523b _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe8688700 sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe86c12f8 lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe89ae7b7 target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeb2696b8 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeeceebe0 client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xefe69436 ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf000be1e ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d5723b sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf70e3245 req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf70f2b51 ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa2e9822 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb444a98 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd3fb9ea sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd7b1d35 ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfe1daceb ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff2b5341 ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff45f06b ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x67f84d1d cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x111cb4c1 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x15610ee4 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x1630168f go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x36818ac0 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x6d53a5ac go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x801d5097 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x9fc96a37 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xd63b6e8e go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xfcd10d37 go7007_alloc +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0x524b4f4e rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0125e654 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x04b81148 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x09f2f551 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0a0a67ff rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x106ea64b rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x117baa87 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x18f48f5e rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1a678ca4 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b5abbda rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1c15cc40 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1c915610 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1e331d43 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2169af5d rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x242106d5 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x244d07ab rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x24f45841 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x34aa1492 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x35af64df rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x39716f3d rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3e8060e6 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3fc2790b rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x44eaf79c rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e6fcd87 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5384288e rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x55089697 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x58747132 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x58cd41fe rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5fe02ddb rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6334c526 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x692d5404 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x70a35d96 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x71edf915 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x750cba0b rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8064a6cb rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8233ca97 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8bc3d16d rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x90295fe4 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x95302dc0 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x96c61699 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9886612a rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9b08fb85 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb6f003c5 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xba821709 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc363d0ea rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xca91d048 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdbffb9c9 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdd587094 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe6b26eff rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xec398a0e rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeeaa32b7 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x00d7b0fe stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x032b4f5e stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0722faf1 stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1e67a416 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2c11dc1e stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x31bf8db6 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x347a9975 stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3af5fde8 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3e68f166 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5190dd84 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5d7452a9 stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6dce70bc stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x77c13166 stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x80c67a8e stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x86bb2f88 rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x88e8624f stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb7a5c520 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xbdcb24be stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc4182d16 stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc4a48b83 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd6d01e1b stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xdbb8267e stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xdf3da954 stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe0e54f29 rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf216e8ac stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfbec83a8 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0187525f ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x02baa5ca ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x03cfe95a ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x09a01d41 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x09ab839f Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0daecacd ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0f01a941 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x10c56c66 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x19dfd1da ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1ec4027f DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1ed7dcdb Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1fd9f06b ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x27f67251 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2c63dbd6 ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2dbe22f2 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x31008e77 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x34041688 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbb989d ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x40b64799 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x43776f9d ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4d3d4cc5 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4d6bd19b IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x611811c7 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x636299bf ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6879afed HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c32c8b5 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x704d40c6 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x72aaec80 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x77fa6190 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7eb41246 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x800f2019 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x831e8bb3 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x90352050 DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x95c8e6a3 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9650408d ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9ee2b424 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa0821d2a ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa2031971 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xac623ae6 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb51952ab ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb9217501 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbcd859d6 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc26db3f8 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc2ae6994 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xce7f6a00 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd388a119 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd39ea618 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd7be52f2 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd95a87b8 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3da8d67 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe73ab371 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe968c5ec ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xea4fc3b7 ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xef6a5a2d ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf4f4f70e ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfbada0fd ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x28260e35 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x8153c482 xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xa93da13b xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xb9f607d0 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x00b70a6b iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0f79da40 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1c7bbcff iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x224d7e3f iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x28bc8b0a iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2a046f55 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2e770ed3 iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x39f4db5b iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3c2d4d2e iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x48229aa4 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4dda400c iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5483164f iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5566a29c iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x68b9a656 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x68e30ab1 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7307ccc3 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7656636e iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x776140c4 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f50eeaa iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x90ea4fd7 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa87853ae iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa8a5a498 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb5caca89 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd2435bed iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd9a59d93 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe18188dc iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe8185fa7 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf6e284c6 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x002d89e5 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x01f1e2fa transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x07b10bee sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0x0fab62ba transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x114a9450 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x12081530 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x159d1cfb transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x18a17c15 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x1b7bd84a core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d32ce9b iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x1f0db45e target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x21a8a050 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x2326abd4 sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x270644be core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x3640cff9 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x37aa86e0 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x3bd030ba spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x3d12d3f7 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e1c0102 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x41372463 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x4244062b fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x45e7bbb4 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x5198eff8 iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x551c77a5 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x5789e6ae core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x5ea532bb target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x5eeef864 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x649eec33 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x66e069a7 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6862ddfd transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x698f926e core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ce2cabb core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x73bcedb2 sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0x74e3a005 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e01ce65 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x80d85d8f target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x81097954 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x827d2ee8 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x89173908 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x8a66dcc8 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c716a01 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x8d220d37 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e103439 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8fefc055 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x9396599c target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x94fcf99c core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x97034e14 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x988042c7 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x9d08181e transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x9d25fc6e fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xa22e60dd transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa336cba3 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa3a0e8dc target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xa76734bf target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xb0432e15 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb182f8d9 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb32e60b3 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0xb69176ae transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xb8b803d3 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xbb5efced target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xcc7ec216 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xcd899a1a iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xd07e0cfd target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xdb220e54 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xdd517294 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1a1a7cc fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xe817dc5a transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xec6ee226 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf56bb688 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0xf628579a transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf8753191 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc8300ec transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xfe877aeb transport_kmap_data_sg +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xd4a70cc2 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x327c1113 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x08e1df4b sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x00898fc7 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x14a0d0d8 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1a9f38eb usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x22812153 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x60f19b50 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x866dfbe4 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x95dcbeef usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa2b00d94 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xbf831ff5 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xdcdac3e2 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf6ba2941 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xff1cbe90 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x55ad56d6 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xd1b2c885 usb_serial_resume +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_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 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd11d2709 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xfc7dcad2 vringh_getdesc_user +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x4e6e937d devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x70248304 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x71c09b58 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xf13bf0e0 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 0x2241d21c svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x31e5d43b svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x58c7270c svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x5dfda968 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xaebf6343 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xce31304e svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xee899294 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x09ea334c sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x4f0a1693 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x7546c586 sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0ff5c9ff 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/matrox/g450_pll 0x3ea8f1f3 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xb773000c g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xca156c42 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x1b8cf1ba DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x2b0043d3 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x82186585 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xa73e6a90 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x161c83b7 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x9a085e57 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x1c7eeb6c matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x9a58cd13 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xfa3e2a2f matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xfe1cf74d matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x30f7cfdf matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x5f722cfb matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x4e8851b0 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x57780928 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x8e434e76 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xbcce1aa7 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xffb3ab25 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0xc90b7135 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x93218472 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xc708e225 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xc84babb3 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xd97931e4 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x1d01343d w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xf216ac75 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x27dc16f7 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x60733fa0 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x2f39279c w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x3bf01d1d w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x5fe85cc6 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xe11a6be7 w1_register_family +EXPORT_SYMBOL fs/configfs/configfs 0x23aeacd9 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x3604b8c6 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x451ae086 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x4a8fd776 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x5b391203 configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x79732a17 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x7b1836d1 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x94f39bc1 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x9cc293fd config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xb8b72161 configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0xd7082165 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0xdbd8f4b2 config_item_get +EXPORT_SYMBOL fs/exofs/libore 0x02d8b654 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x14abc97f ore_read +EXPORT_SYMBOL fs/exofs/libore 0x164a0fa6 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x1b7c34b2 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x1b88a8d8 ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x51d71658 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0xa37491d2 ore_write +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xa8aa6ded ore_remove +EXPORT_SYMBOL fs/exofs/libore 0xf4f5f1e9 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0xfd18732a extract_attr_from_ios +EXPORT_SYMBOL fs/fscache/fscache 0x00e8eec2 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x01a39c3c fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x151e4993 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x1dfd7167 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x1e704ec1 __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x21271167 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x216d5c3b __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x26b6350e fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x286b0b0e fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x3716836d __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x43669618 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x4924abbe fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x5d668874 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x5de6f8f4 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x65f8ab86 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x669064e6 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x6762b436 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x6d352117 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x72453d95 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x756395e7 fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x7c7272b1 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x7ce79285 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x7d2518f7 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x8a5aacdf __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x8a6f2c20 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x97c00b0e __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xac9e8e23 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xadffe107 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xc634fc95 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xc9a34da3 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xdad5c495 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0xe111488d __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe55b141f __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0xef3a0588 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0xf14a4afa __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf884b336 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xfde65287 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x0d3290ff qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x5d1c407f qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xd1a45899 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xd8e0c639 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xea4c5e8b qtree_delete_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0x66213969 crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0940d4ba lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x12e34db3 lc_put +EXPORT_SYMBOL lib/lru_cache 0x1de26769 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x3bf7c417 lc_find +EXPORT_SYMBOL lib/lru_cache 0x3ff4707f lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x421b4674 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x4266c572 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x4bd6ae67 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x52ddd0c6 lc_set +EXPORT_SYMBOL lib/lru_cache 0x60332cd1 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xb0888ad0 lc_del +EXPORT_SYMBOL lib/lru_cache 0xc0d09c14 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xc7bd1ace lc_get +EXPORT_SYMBOL lib/lru_cache 0xc819d2c0 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0xc96fdaec lc_create +EXPORT_SYMBOL lib/lru_cache 0xf165a755 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xfdd174e6 lc_committed +EXPORT_SYMBOL lib/lz4/lz4_compress 0xcbc5d521 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x26c3aa22 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0x7456cc61 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x0d4f3784 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x248c914a unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x511597cc destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0xd9453cce make_8023_client +EXPORT_SYMBOL net/802/psnap 0x7e55311d register_snap_client +EXPORT_SYMBOL net/802/psnap 0xe47eb017 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x041aacb5 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x0d94bb0b p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x0f630f6f p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x101e43a0 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x10c1f1ae p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x15841a6f p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x1d39691e p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x1d567630 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x2561a4b7 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x2fcc70a4 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x37996908 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x37a2ffd6 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3ee8bbb4 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x5080e4f3 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x52aa382c p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x60a1453a p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x70aaffed p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x8ea207ea p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x901dfcb0 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9022cbe8 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x90f80096 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9c2c9343 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9f165ef4 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x9ffb4dcf p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xa2834637 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xa6527a1b p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xa6b8c6e9 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa6c61f7f p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa89f76ad p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa9a74548 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xaa58b8eb p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xac34e66c v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xaf7ad8c4 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xb856ad89 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc5d66799 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xcbf5c631 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xcd954361 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xe02fcf3d p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xe2278181 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe815c6c4 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xf283a726 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf80a753f v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x1e6d6d65 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x3e50dec5 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x769a4c3d atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x9f497826 alloc_ltalkdev +EXPORT_SYMBOL net/atm/atm 0x07f8b72a vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x16a3eda5 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x2ee0a0b9 atm_charge +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x4b1c484a vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x73125c57 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xbf340c33 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xc0032513 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xc180be59 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xca87b453 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xe2e415e4 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xe636e173 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xedb8cce0 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xf0455043 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf602dd6c deregister_atm_ioctl +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x1beae174 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x1ccb354c ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x39f2254f ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x65bae9c5 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x7036c4b4 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xb24fcbf6 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xb51f64b3 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc5599f0a ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xdce4cca0 ax25_linkfail_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x04d93242 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x06c7c62a bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1559d6bc bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1fec1a2d bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2080b29f bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x24eb0944 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2c48c1d1 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2e489c59 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3133fd4b bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x369ef054 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x37a4840a bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x37edb814 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x439b0cd8 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x459a70c1 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5559a65f hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5741580d bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x584c86b0 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x61b95a95 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6b05b539 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x70be5546 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x731dbdd4 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7879d6aa hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91046af0 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x986c3a12 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x991a7232 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa07bd3eb hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa388bd07 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xadd6d93c bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb2a2f5ee hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb3895e95 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb6b4822a __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc86b17b0 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd5af6bd1 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd6d2ace6 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd843d779 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdeede8b8 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe85f57f2 l2cap_register_user +EXPORT_SYMBOL net/bridge/bridge 0x314ea710 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x6cf65303 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x9c4f3eeb ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd32d0282 ebt_unregister_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x17c280a9 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 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x55225034 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x7860fe46 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x8ea94996 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xfa624c44 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/can/can 0x012f1e1e can_proto_register +EXPORT_SYMBOL net/can/can 0x0591ec57 can_rx_register +EXPORT_SYMBOL net/can/can 0x40044eb4 can_ioctl +EXPORT_SYMBOL net/can/can 0x45941958 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x47e4ee78 can_proto_unregister +EXPORT_SYMBOL net/can/can 0x788348d2 can_send +EXPORT_SYMBOL net/ceph/libceph 0x0465f1b0 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x068477af osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x0902b9c1 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0972b831 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x0c8a80f6 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x107e2f62 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x14495c8e ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x1782bd9f ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1acf1b6e osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x1c419caa ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x1fccaa22 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x225f42c2 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x280c11f3 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x2a11704e osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x2e0a9aa7 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x2f5911bb ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x2f7dc09c ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x3179ee27 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x34a5b71d ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x38591d51 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3f627e22 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4fe451cc ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5218b49f osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x568fe7c0 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x57ccd432 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x5995ec57 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x5d994913 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x5eb19772 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x611d8716 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x61ab2d30 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x65fb9c4f osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x660de5c9 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x661287d0 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x6648b06e ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x6796ebfb ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x684599fb ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x6a37d904 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x6ae51822 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0x6b1cb2d6 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6d243a9b ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6d7c85c1 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x70540eea ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x71001835 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x7414257d ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x755cda2b ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x78413bd9 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x7b479d4e ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x7fa319b2 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x81632b8f ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x85080253 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x86fc26b1 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x882c1372 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x8a9e5322 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9a7bba47 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x9b6e57bb ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x9cacb62a ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb43a2e5a ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb6b1ef3b osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xbf7103f3 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xc4795332 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xca634b7c ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xcaa3b0ac ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcc06fc5b ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd2ea3d4e ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xd7f600ad __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xd907e185 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xe0e4f0f4 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0xe0eb0358 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xe4eebcb8 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe55d9bcd ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xe6f965d8 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xe6fc7264 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xf07e0b75 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xf2f429c1 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xf843ddd7 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0xfbdf6c80 ceph_calc_pg_primary +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xe3c182c0 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x13a835d0 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x22e1e2ba ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x53d671c7 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5d50800e wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6fe3b944 wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x75257ff5 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x761c5cab wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9bce66b3 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xaafcc878 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xce58c27b wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xd7235780 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xeb5ff22f ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xec10eb9a ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xfa521091 wpan_phy_register +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xbe1f6593 ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x248138bf arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x426d4b9c arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x6f3fb218 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xc2438567 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xeae354bd ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xf9b0c83a ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x25a10c3f xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0x2ba5ece7 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9e756078 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xcf5480f4 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x2b1412a2 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xafa195a4 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xebde8ccd ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x4c794322 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0x567dc888 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x0b2b3f5a xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xeb3536d2 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x0066d8b1 ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x33a4b2ba ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x3f8756b5 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x52a8deb8 ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x96b3c1d3 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xb08c6e64 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xbcc266c2 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xc1538421 ircomm_control_request +EXPORT_SYMBOL net/irda/irda 0x0064e0ea hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x013e3a44 irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x03a0c41b irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x0fac4282 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x13bd712b irttp_dup +EXPORT_SYMBOL net/irda/irda 0x1e6cade0 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x37d233ff irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x3e56064f hashbin_new +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x48d12fbd irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x5fce2bfb alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x601bda46 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x66d389c3 irlap_close +EXPORT_SYMBOL net/irda/irda 0x681d5c2b irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b5fbcef hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x6e0ab3c7 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7f59f971 irlap_open +EXPORT_SYMBOL net/irda/irda 0x85d88217 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x8bce8132 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x8fc72b2e irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x92d1f624 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x9396bb58 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0xa1d41e58 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xaa557515 irias_new_object +EXPORT_SYMBOL net/irda/irda 0xb0593341 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0xb2ea4eeb irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0xb308d514 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc68e43be irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0xc9ce5527 async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0xcd4f9629 iriap_close +EXPORT_SYMBOL net/irda/irda 0xcead7dbb hashbin_find +EXPORT_SYMBOL net/irda/irda 0xd2108314 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xd42b1bca iriap_open +EXPORT_SYMBOL net/irda/irda 0xd8704ef9 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0xdbead679 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe3463529 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xe3bde43e irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xed4618f3 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf0a694a1 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xf2ab509b irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0xf39b7fe0 irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xf5876b95 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0xfd249022 irlmp_disconnect_request +EXPORT_SYMBOL net/l2tp/l2tp_core 0x0b76aa28 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x1428d22c lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x8082f95e lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x9d7a28b9 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x9d904188 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xb9559ab0 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xc2c21bd4 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xcddeab90 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xf7ebe6a2 lapb_disconnect_request +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x4239c36a llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x473d647b llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x4f075dfc llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x8694c0f4 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xa4e7f4cb llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xf57fd302 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xf9d2437d llc_sap_open +EXPORT_SYMBOL net/mac80211/mac80211 0x004a154f ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x0097eb24 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x0249fe4a ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x027d6710 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x05b62d12 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x0a7fb58b __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x14627065 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x1e5c4beb ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x201dad0e ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x20aa8b79 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x21df7b9f ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x27f86c62 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x31095fb1 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x33fa3897 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x3453b1c7 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x3a82afb7 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x3b560b35 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x45042027 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x47dd1f32 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x48bbd7c6 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x48d9cfce ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x6363ba5a wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x65b0694b ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x68c6556e ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6eec52ef ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x6eef5b67 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x73362936 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x733abc2f ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x76142cac ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x769338ef __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x775414f5 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x7e5a9df0 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x7ff35644 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x819e6008 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x862e4a29 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x86682e7b ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x8c76a733 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x8c7d8bd4 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x94202df2 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x956b06f5 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x979ce634 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x98307dd8 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x9c8f8ba9 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x9cba5f87 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x9e83b177 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xa74339d3 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xa74e3d91 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xaa17af4c ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xaa77aeff ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xb03701f7 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xb1557de8 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0xb421bc50 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xb42911dd ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xb81f2674 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xc597161c ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xca4c3696 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xcfabf9cb ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xde33a60a ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xeb35daac ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xed869c4f ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xeed04d22 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf45f9538 ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xf5f6eb04 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xfa6f8398 ieee80211_rts_duration +EXPORT_SYMBOL net/mac802154/mac802154 0x7b803ae1 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x947cd11a ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0xbaac2b9f ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0xd977d6b9 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xfa7077f6 ieee802154_unregister_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x066105b7 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x10c5da8d register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1e9e2dd1 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2d1e0d73 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4fe2f51a ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x60b5447c ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x663bed5c ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7611b6fd ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x79754499 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc96940aa unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xca3f34bf ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdc0425e0 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf17cebbc ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf8f8ee5e register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x7cb036de nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x9a01870e __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xbffc2d3e __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x09927be6 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x0c7f113e nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x429bf676 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x70483d5c nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x90fb789d __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xd1f2efa5 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x3210e287 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x40ad0494 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x569b1583 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x7eba9a51 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x87934af6 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xb38b32e7 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xba0c4c11 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xc4c5df5c xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xd031af84 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xf078099b xt_register_match +EXPORT_SYMBOL net/nfc/hci/hci 0x0985def7 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x0d0d88ac nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x1e09f95c nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x20c8fc35 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x4e769a6f nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x525daac1 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x542c28e6 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x553526ca nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x58e4ab78 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x767c6998 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xa251e884 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xbcbed345 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0xbf78e254 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xc265b5a2 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xccd8d3a3 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xcd3e6a4e nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xd614ed33 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xea52cc83 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x0ec72fc4 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x10715242 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x7b49d1aa nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xf25c85ee nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xfb9998d8 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xfd30656f nci_set_config +EXPORT_SYMBOL net/nfc/nfc 0x03c47cc4 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x2ae3dccd nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x2b39b623 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x36c0c648 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x37df3b78 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x42a9b4f1 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x4b48c1a0 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x4dfd03c3 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x5a28df9b nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x65761848 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x743506a3 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x8fcace03 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x9d6fb242 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xaf64a141 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xba850f11 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xbdaed1f1 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xc90b6d8c nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xd32b397c nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xda2cc82f nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xfb494610 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xfef0a15a nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc_digital 0x28ddce4e nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x4dca4eb0 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x9e931b56 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xc6ca1a1c nfc_digital_free_device +EXPORT_SYMBOL net/phonet/phonet 0x35038c46 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x4aea418b pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x51ca91ba phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x53a329b0 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x66c59474 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xbe5837fd phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xecacc8b7 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xf1415782 pn_skb_send +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0ce82fb5 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0e4919ed rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1b980f19 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1e8015bf rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x36fbafec rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x3889da97 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x3a1f88fe rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4203ab29 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x463204dd rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5901c9a9 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x65ce2786 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x716bdf99 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7eec555d rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x922c8407 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf2c7d3f5 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/sctp/sctp 0x80256e07 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x02974d83 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x2574afd9 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xf7e338fa gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x3252241e svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x93f3156e xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xafe9a4e6 xdr_restrict_buflen +EXPORT_SYMBOL net/wimax/wimax 0xc24051e9 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0xdba92166 wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x048d17d5 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x07359c2f cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0f0a107e wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x1087312e wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x135cdffe cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x20733692 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x29763385 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x29fc2db7 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x2a9c12fd cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x323a480f cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x3688804f cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x3a991538 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x3cef2b55 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3dee0d2a cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x404217d8 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x45a7bc7c cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x45c5fa6b cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x499deb73 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x4d2a2056 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x597452d2 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x5aaf2062 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x5add740e cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5ae48dd1 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x67d499e6 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x698709a7 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6ad0adb9 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x6c1cdda5 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x6f5519d9 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x70043b4a cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x7bb91b43 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x7be2477a cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0x7c41ee1a cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x7eb1ec77 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe36d88 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x83bca050 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x84c072c7 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x8882979f ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x8917f6af ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8c8a3c13 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x8cebeaa4 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x8d79cca8 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x8da55c3e cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x8e1f0b3e cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x97b54806 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9ab868e2 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x9d8a3701 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa3278772 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xa3f531ef cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xa5a0ce35 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xad6105cd cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xb1662fa5 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb312df59 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xbab6fef8 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xbea1bf29 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xbfacc5d0 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xc0929591 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xc1eee7c9 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xc2bcded4 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xc5d04f6e wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0xc62b9c08 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xca54f811 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd1c09c62 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xd767add9 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xdaf40da1 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdbbe2cef cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xdc2deb8f cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdfd57948 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xe114403d cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe8366b2b cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xea9a09c8 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xee60a403 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf585893d cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xfbfe4f75 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xfd22bcc0 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xfe81c869 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x0d8b63cf lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x44bfef96 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x83388a2e lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x94989345 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xacd95406 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xf64d5e78 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL sound/ac97_bus 0x73677adf ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x847e4c56 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x0262ea15 snd_seq_kernel_client_enqueue_blocking +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 0x5b243ee7 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 0x7a41c01c snd_seq_create_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 0x8d16cb24 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 0xcac0a3be 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-device 0x08c4f67a snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x0cc66f19 snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 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 0xd7c7afcc snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe60fb228 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xecbde43c snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x1a5ea491 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0179ac12 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x04659e77 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x05c8de92 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x085ce252 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x0aaded41 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x11206785 snd_ctl_remove_id +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 0x1bf430d4 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x1c821cb8 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x1e57e36a snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x21073654 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x26dae0ae snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x2ab8d66d snd_info_register +EXPORT_SYMBOL sound/core/snd 0x2b8544e9 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x389ab174 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3c4e9a7f snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x5120a03c snd_card_new +EXPORT_SYMBOL sound/core/snd 0x51821814 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x6561d7c3 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x7ff6114b snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x80a88870 snd_get_device +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x8dcc75ab 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 0x9267796c snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x932e4b7b snd_component_add +EXPORT_SYMBOL sound/core/snd 0x9746bb47 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x9c1e5c73 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa2bc16f5 snd_device_register +EXPORT_SYMBOL sound/core/snd 0xb1d58d44 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb4b20740 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xb8328ef7 snd_card_register +EXPORT_SYMBOL sound/core/snd 0xb8dd052c snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xb9e257e8 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xb9e5ee24 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xba2444b6 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xbb53542b snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xc30ebe94 snd_cards +EXPORT_SYMBOL sound/core/snd 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL sound/core/snd 0xcf9001d7 snd_device_free +EXPORT_SYMBOL sound/core/snd 0xd1157735 release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xda245b70 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0xdeb4181d snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xdfa5810b snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xdfa68481 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xe10b266b snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0xee92c129 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xeeaeb48d snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xf0781039 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xf90d21e7 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0xfb9ef07e snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xfff5c1e9 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd-hwdep 0xad900c91 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x009d7b27 snd_pcm_limit_hw_rates +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 0x067b54df snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x093e42ed snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x185f3cd3 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x229a1c7b snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x308e9dfc snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x33f09a71 snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0x366130e6 snd_pcm_hw_param_last +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 0x3b91f3af snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x3cb1baed _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x41e74611 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x43eebe4a snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x4f42ea3e snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x50ef893b snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5507cc36 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x57d397fb snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x5bd0b22f snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x5c720be6 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x5f7282d2 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x60f5c193 snd_dma_free_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 0x6bacd924 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0x6bd85f77 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x6c26ddb9 snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x70eeca51 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x716b14d0 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x73c4d569 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x7c9ffe10 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x845a8310 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x87829e71 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x8fce6548 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x978c3190 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xacac20ef snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xaf4c8007 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xb743720f snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0xb810f8e4 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbc40d23d snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xbcfb906c snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xd5fb21a2 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xd66e60b0 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xdaf4eb0e snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe5f648ea snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xe6c51ac6 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0xe6df9b5d snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xe95289b2 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xf11ffa12 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf3ac1f6d snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xfc721b36 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xfe9a6ea8 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x02c9366d snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x19192339 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1e059666 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5bcda89c snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x600a0f88 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x65c75fec snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6bbf6d1f snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7846b823 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x828d528d snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x93ad4018 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9cf0c1fd snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb0580d60 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb6a2a37e snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc56536de snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xce69fac5 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe3cdca27 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe439a1ab snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-timer 0x275cb5a8 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x373266c5 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x37f0080f snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x4467ee2e snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x64325c17 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x6b17e8f3 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x70834028 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x7cb83b7f snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x80358212 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x880d3ba7 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xb16d9396 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xb269c813 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xed041fd3 snd_timer_global_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x80384a30 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 0x042515bd snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x242219a7 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5c703ea0 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x969f7ea9 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb0023536 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xbdd9d9f5 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc39bf6fb snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xcd3657f0 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf0108358 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x3441e924 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x44dba7be snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4bb36c99 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4d73ae51 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x75848788 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x90f5e826 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb49fb20d snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xbdfc2b18 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xfc053863 snd_vx_setup_firmware +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0c34e4ef amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1947c89d amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1b158efb cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1c2aee3c avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x28505c05 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2d398386 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x331831fa fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3e338547 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x40a7e4e1 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4b0d99f6 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x50d52fc0 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x65746876 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x689303da avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x697f20b4 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x80b3f00d iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8ebe1337 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x992e5d4b amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x99a3634f amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa28e7070 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa2fb0c05 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc280f5bc amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc284679b avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd3c7c87b amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd4b02306 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd5c4c59d cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xddd23b8c cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdfacd3cd fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf0b4861d amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf328b451 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfa8b0724 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfc9eee6c amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x19437902 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x1e639c33 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x364226e3 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x3e99cacc snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x46ac5721 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xbde9f9a3 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x21153333 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x328211ec snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x41a51274 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x5cdbc68b snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xfb310e07 snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xfe4034cf snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0bdc8025 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x4306b03b snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xbad43e15 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xf32d8dae snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x13b53de4 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x7a19c4fa snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0eba61f1 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x143485ed snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x46498b21 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x58e14f0f snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x6e7b8f5f snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xbc1c1638 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x15246293 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x2450f1e9 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x6bf98f4c snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x8044a8ed snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xa68e735b snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xfb86cdcf snd_i2c_device_free +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x27e67c22 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x2d3eee10 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x3dc6dc2c snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x408e6a93 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x50dbb537 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x6a06c6a1 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x6d910d9d snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x70c7c015 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xbd29e568 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc87efc7b snd_sbdsp_reset +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x18df97d3 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1b6e76c0 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x25a0b393 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2ebc388b snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3fe5be9b snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x46ab3a19 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x615d5e1b snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x71db32dc snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7952062c snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x805e4d99 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x950ddc70 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x961d9d91 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xad96b090 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb44196eb snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc1e5cd90 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe38cd653 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf1969294 snd_ac97_bus +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x08f027b3 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x137818fd snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1c4e0824 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x34c3c5bb snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x39094e9e snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5bcf72ee snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb2193f02 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd70e98b8 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe1905783 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x281ea36e snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x7252dc84 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xf35b801b snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0eb0c5b0 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x18f90fc8 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1d56afc0 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2f59826d oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3f011a06 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x59ab213d oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6f5cc11b oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6f65bd8e oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x71eb060b oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7961192f oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7bad30b4 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x906e448a oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x930b5aa7 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9e3041fa oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa68d2dfd oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb47518bf oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd865c89b oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdb1845e8 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xea73078e oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf68cd27c oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf6ca7580 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x400c756b snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x59e92016 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x81ff7aa1 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xe15af327 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xfe019ba2 snd_trident_stop_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xf204a343 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x3bedf0c9 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x38d76686 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x44109e30 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x85d7b6ee sound_class +EXPORT_SYMBOL sound/soundcore 0x8e4468d3 register_sound_midi +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0x9a90a983 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xf05b7bdd register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x50c0e6e9 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x5df9afc3 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9d18b042 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xaf04e4de snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xdae58ec8 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe136f9e0 snd_emux_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2644d7bb snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x37d98738 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x5ed155f4 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x719e8593 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xa10bcb3f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc221215b snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd81ac7ec __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xf17fd092 __snd_util_memblk_new +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x3d14ec58 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x00090c0f mpage_readpage +EXPORT_SYMBOL vmlinux 0x001be81c submit_bio_wait +EXPORT_SYMBOL vmlinux 0x002b1ed1 validate_sp +EXPORT_SYMBOL vmlinux 0x003ed69a __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x0058bc99 of_iomap +EXPORT_SYMBOL vmlinux 0x006196fc kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x006f58a3 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00b15cf5 user_revoke +EXPORT_SYMBOL vmlinux 0x00c4d472 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x00cf76e7 of_dev_get +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e095f2 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x00fc4326 __d_drop +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x010d3732 may_umount_tree +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x012a97fc xor_altivec_4 +EXPORT_SYMBOL vmlinux 0x0186e2de smp_call_function_many +EXPORT_SYMBOL vmlinux 0x019f4438 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x01bd093a touch_buffer +EXPORT_SYMBOL vmlinux 0x01c3845b phy_detach +EXPORT_SYMBOL vmlinux 0x01c442aa seq_putc +EXPORT_SYMBOL vmlinux 0x01c81957 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x01cebe2a sk_mc_loop +EXPORT_SYMBOL vmlinux 0x01f6627a eth_validate_addr +EXPORT_SYMBOL vmlinux 0x02286cd8 tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x02371d6a tcp_init_sock +EXPORT_SYMBOL vmlinux 0x023fb272 kernel_bind +EXPORT_SYMBOL vmlinux 0x02400afe pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x02415675 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0x0250a7f0 __getblk +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x02651a15 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x026d69db jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02c41041 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x02c907a9 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x02cbfe9f tty_lock_pair +EXPORT_SYMBOL vmlinux 0x02cc14b3 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x02cefa83 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0x02e81551 key_invalidate +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02f8d4e4 generic_read_dir +EXPORT_SYMBOL vmlinux 0x030fc724 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036729f0 dev_addr_add +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037d4322 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x03902c07 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03c14d90 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x03dd21ea __nlmsg_put +EXPORT_SYMBOL vmlinux 0x03df46b4 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x03f35f29 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0409fba2 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f7bda dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x0461d0b6 seq_release +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x048c40fa kern_path +EXPORT_SYMBOL vmlinux 0x04b74c0e replace_mount_options +EXPORT_SYMBOL vmlinux 0x04c81cbf dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04f20370 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0530dede _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x05315aef pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x053dd1f1 scsi_print_command +EXPORT_SYMBOL vmlinux 0x0548cb86 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x0551d3b6 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x056cc8ea page_put_link +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x058280af skb_make_writable +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05a514a1 _insl_ns +EXPORT_SYMBOL vmlinux 0x05e2d45a tcf_register_action +EXPORT_SYMBOL vmlinux 0x05eaa03a blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x060168a0 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x06168920 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x0616d951 sk_filter +EXPORT_SYMBOL vmlinux 0x06231854 read_cache_pages +EXPORT_SYMBOL vmlinux 0x06286c98 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x0628bfc3 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0653d41e __register_chrdev +EXPORT_SYMBOL vmlinux 0x065e3e28 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x0675c7eb atomic64_cmpxchg +EXPORT_SYMBOL vmlinux 0x067a83fe dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x06bbb24a mempool_resize +EXPORT_SYMBOL vmlinux 0x06c1ee5c vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x06dee98f max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x06e839c1 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x06f0f0b0 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x06fe6d83 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072b99b2 vm_insert_page +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073efdfd pci_disable_msix +EXPORT_SYMBOL vmlinux 0x074e9213 down_killable +EXPORT_SYMBOL vmlinux 0x0751c9f2 pmac_register_agp_pm +EXPORT_SYMBOL vmlinux 0x07642c5d fb_class +EXPORT_SYMBOL vmlinux 0x07a184c3 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07aac35b tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x07b6a5b2 scsi_execute +EXPORT_SYMBOL vmlinux 0x07ca81e8 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07e53f47 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x0809023b __register_nls +EXPORT_SYMBOL vmlinux 0x0824e243 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x0835a3bd __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x0837c40c bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x085f6137 tty_register_device +EXPORT_SYMBOL vmlinux 0x08df9457 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x08e7836e ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x08f89915 aio_complete +EXPORT_SYMBOL vmlinux 0x08fdef24 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x095fadd4 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x0969a475 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x096d0589 tty_lock +EXPORT_SYMBOL vmlinux 0x097d1b8f skb_copy_bits +EXPORT_SYMBOL vmlinux 0x09881710 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09c555a1 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c67afb flex_array_get +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09e61e12 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x09eee2a7 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x09f47630 md_write_start +EXPORT_SYMBOL vmlinux 0x0a038378 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x0a078784 genl_notify +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a8e41fc dquot_release +EXPORT_SYMBOL vmlinux 0x0a959705 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x0ab7c91e rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x0abe7ba4 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0af188f8 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2d2ce2 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x0b42ac0f sock_recvmsg +EXPORT_SYMBOL vmlinux 0x0b436777 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x0b44d4cc dquot_enable +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b4e0cb9 ll_rw_block +EXPORT_SYMBOL vmlinux 0x0b5a6781 netif_rx_ni +EXPORT_SYMBOL vmlinux 0x0b64f90f file_ns_capable +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b8d132d input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x0b8e6741 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x0b92c3fa __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x0ba46f74 input_register_handle +EXPORT_SYMBOL vmlinux 0x0baa22ed blk_rq_init +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bcddc0e __elv_add_request +EXPORT_SYMBOL vmlinux 0x0bdac49d do_sync_read +EXPORT_SYMBOL vmlinux 0x0beec951 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x0c0f7179 phy_print_status +EXPORT_SYMBOL vmlinux 0x0c12e626 __debugger_bpt +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c5b7f06 tcp_prequeue +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c75af37 __get_page_tail +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c9b6089 nvram_get_size +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cb4ebb5 blkdev_get +EXPORT_SYMBOL vmlinux 0x0d0a086a vlan_vid_del +EXPORT_SYMBOL vmlinux 0x0d45eb3e scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0da71ece udp6_csum_init +EXPORT_SYMBOL vmlinux 0x0da96fe5 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x0dabfea3 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x0dbf38b8 mol_trampoline +EXPORT_SYMBOL vmlinux 0x0dc0ace0 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0x0ddce64a vfs_llseek +EXPORT_SYMBOL vmlinux 0x0df16e30 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x0df98cbe pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x0e034804 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x0e1475a9 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x0e2e0216 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x0e44b183 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x0e5c2d0f scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x0e6ba929 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e8f30f6 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x0eaf451e hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0eb139d7 generic_readlink +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ef20db1 kernstart_addr +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f05dbad swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x0f06c839 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x0f133439 vfs_create +EXPORT_SYMBOL vmlinux 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL vmlinux 0x0f40b4c2 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x0f4536af xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f591865 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x0f5a4d66 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x0f5faa7e wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x0f75c6c5 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x0f779813 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x0f849528 cad_pid +EXPORT_SYMBOL vmlinux 0x0f84d00c zero_fill_bio +EXPORT_SYMBOL vmlinux 0x0f8697cc from_kprojid +EXPORT_SYMBOL vmlinux 0x0f907928 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x0f962407 netif_device_detach +EXPORT_SYMBOL vmlinux 0x0f98ffa1 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fbc0fa0 __dst_free +EXPORT_SYMBOL vmlinux 0x0fd54a7b proto_register +EXPORT_SYMBOL vmlinux 0x0fed2504 tcp_check_req +EXPORT_SYMBOL vmlinux 0x100c768d __dquot_free_space +EXPORT_SYMBOL vmlinux 0x101028a3 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x10355afc blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x103ef94b cdev_init +EXPORT_SYMBOL vmlinux 0x1058f376 inet_listen +EXPORT_SYMBOL vmlinux 0x106ce1a9 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x107cdcb2 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x109fb65c elevator_change +EXPORT_SYMBOL vmlinux 0x10b4278a fb_get_mode +EXPORT_SYMBOL vmlinux 0x10bb0d1d xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0x10d5ec6e sk_release_kernel +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x10ee9b60 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x10f88884 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1109ca24 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x111446b6 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x1124a4ca seq_open +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x1131c78e neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x113fd00f fb_show_logo +EXPORT_SYMBOL vmlinux 0x11525ec4 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x11663cec adb_register +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1182d83a cpuidle_disable +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x11928670 arp_find +EXPORT_SYMBOL vmlinux 0x11d7cf96 neigh_for_each +EXPORT_SYMBOL vmlinux 0x11e37bc7 kern_path_create +EXPORT_SYMBOL vmlinux 0x11f16c65 downgrade_write +EXPORT_SYMBOL vmlinux 0x11f35d3b kern_unmount +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x12491647 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x12533d3b get_agp_version +EXPORT_SYMBOL vmlinux 0x1255d464 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x1277a632 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x127ddbef kmap_to_page +EXPORT_SYMBOL vmlinux 0x128597d2 vfs_symlink +EXPORT_SYMBOL vmlinux 0x128f7175 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x1296c55b tty_kref_put +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12b3c2db skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x12c07ea0 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x12d04d12 cont_write_begin +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12dcc04d sock_create_kern +EXPORT_SYMBOL vmlinux 0x12e5ef0c rtas_set_power_level +EXPORT_SYMBOL vmlinux 0x1308b84d pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x1308ea32 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x130e7a0f dquot_commit +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x132f8713 __inode_permission +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13326822 simple_dname +EXPORT_SYMBOL vmlinux 0x13364629 unlock_buffer +EXPORT_SYMBOL vmlinux 0x135b0879 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x1368567c inet_add_offload +EXPORT_SYMBOL vmlinux 0x137f6fa3 blk_complete_request +EXPORT_SYMBOL vmlinux 0x13952e0e of_allnodes +EXPORT_SYMBOL vmlinux 0x139cd2e3 bio_copy_data +EXPORT_SYMBOL vmlinux 0x13affbda percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x13b74b87 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13da55fd gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x13dfefc5 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x1407c6e7 kmap_prot +EXPORT_SYMBOL vmlinux 0x141dbe4b of_platform_device_create +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x142cf32b qdisc_list_del +EXPORT_SYMBOL vmlinux 0x143e5a56 mb_cache_create +EXPORT_SYMBOL vmlinux 0x1450ec0b generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x14854798 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x14a8194b scsi_block_requests +EXPORT_SYMBOL vmlinux 0x14ba0cf1 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x14e3d41b follow_pfn +EXPORT_SYMBOL vmlinux 0x14f824ee alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154d2ecf open_exec +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x15770c52 mount_single +EXPORT_SYMBOL vmlinux 0x158a19f3 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x15a2a1c1 unregister_nls +EXPORT_SYMBOL vmlinux 0x15abca01 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x15ad8c12 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x15c2c2db tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x15d3fd60 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x15e72b86 key_type_keyring +EXPORT_SYMBOL vmlinux 0x160bd45c rtas_token +EXPORT_SYMBOL vmlinux 0x161d0033 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x1620a625 __skb_checksum +EXPORT_SYMBOL vmlinux 0x1627901c phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x162ea3d5 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x1636b852 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x164bb2a0 of_parse_phandle +EXPORT_SYMBOL vmlinux 0x16540bbc __cmpdi2 +EXPORT_SYMBOL vmlinux 0x16643825 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x166e0578 get_acl +EXPORT_SYMBOL vmlinux 0x16751656 i2c_release_client +EXPORT_SYMBOL vmlinux 0x1683a50b radix_tree_delete +EXPORT_SYMBOL vmlinux 0x16844c88 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x16ac27eb lock_may_read +EXPORT_SYMBOL vmlinux 0x16dd4638 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x16e8a328 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x16f2b6da done_path_create +EXPORT_SYMBOL vmlinux 0x17191ab5 i2c_transfer +EXPORT_SYMBOL vmlinux 0x173684ba dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x174356fa ata_port_printk +EXPORT_SYMBOL vmlinux 0x174afb1a __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x17648396 dev_base_lock +EXPORT_SYMBOL vmlinux 0x177a339e pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x17834169 qdisc_list_add +EXPORT_SYMBOL vmlinux 0x179a2700 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x179afe70 inet_ioctl +EXPORT_SYMBOL vmlinux 0x17aa156a __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x17afef4f of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17e06ed0 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x17e28473 fsl_upm_run_pattern +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x1826f089 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x18273fd7 security_inode_readlink +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x1876253d seq_write +EXPORT_SYMBOL vmlinux 0x18790d28 eth_header_cache +EXPORT_SYMBOL vmlinux 0x1886e038 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18ac94b5 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x18b3bad4 eth_header_parse +EXPORT_SYMBOL vmlinux 0x18c2227f cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x18c9dc71 path_put +EXPORT_SYMBOL vmlinux 0x18d2ea40 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x18db65f8 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x19111a40 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x19472b0e ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x195c96ae input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x195f1d1a try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x19610e1f cpu_all_bits +EXPORT_SYMBOL vmlinux 0x19829a7d clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x198ff7a4 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x199ffcb1 sock_update_memcg +EXPORT_SYMBOL vmlinux 0x19bb11b6 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c10010 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x19c551be blk_start_request +EXPORT_SYMBOL vmlinux 0x19db4196 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x19e33e8c blk_get_request +EXPORT_SYMBOL vmlinux 0x19f903fb udp_proc_register +EXPORT_SYMBOL vmlinux 0x1a0f1cf8 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x1a111a41 ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x1a16c44a blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x1a1967fa tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x1a35d280 __bforget +EXPORT_SYMBOL vmlinux 0x1a6a60bc __napi_schedule +EXPORT_SYMBOL vmlinux 0x1a8827f2 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x1ac7dc28 seq_open_private +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ade4f86 sk_dst_check +EXPORT_SYMBOL vmlinux 0x1ae23067 ns_capable +EXPORT_SYMBOL vmlinux 0x1af62a99 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b0ac272 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1b117ef6 pci_find_hose_for_OF_device +EXPORT_SYMBOL vmlinux 0x1b132009 rename_lock +EXPORT_SYMBOL vmlinux 0x1b579bc0 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b84a62b agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bc4ff03 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x1bca2b59 load_fp_state +EXPORT_SYMBOL vmlinux 0x1be1bf7b __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x1be57842 fb_pan_display +EXPORT_SYMBOL vmlinux 0x1c3055ab ip6_frag_match +EXPORT_SYMBOL vmlinux 0x1c47b158 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x1c5b2c15 pmu_wait_complete +EXPORT_SYMBOL vmlinux 0x1c71f779 tso_start +EXPORT_SYMBOL vmlinux 0x1c72db8a skb_push +EXPORT_SYMBOL vmlinux 0x1c80de9c ip_send_check +EXPORT_SYMBOL vmlinux 0x1cccf488 inet6_bind +EXPORT_SYMBOL vmlinux 0x1ce4ab7f xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x1cebd8d5 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x1ced1d86 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x1cee0b6f skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x1cef4854 elevator_exit +EXPORT_SYMBOL vmlinux 0x1d24a0af ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x1d313e51 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x1d46445f dquot_destroy +EXPORT_SYMBOL vmlinux 0x1d49bf4e lease_modify +EXPORT_SYMBOL vmlinux 0x1d71a0f8 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x1da45c13 dcache_readdir +EXPORT_SYMBOL vmlinux 0x1daee28a percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1e09b6cf ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x1e1a60e0 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x1e203059 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e4e5424 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x1e544ac1 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x1e6b4904 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x1e6bcbc3 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e86df3b inet6_protos +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea26b2b framebuffer_release +EXPORT_SYMBOL vmlinux 0x1ebed603 dev_deactivate +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ee02afa init_page_accessed +EXPORT_SYMBOL vmlinux 0x1ee74229 posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x1f0c9af1 consume_skb +EXPORT_SYMBOL vmlinux 0x1f10463d giveup_altivec +EXPORT_SYMBOL vmlinux 0x1f12fbf8 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x1f1e160f elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x1f4221d8 page_symlink +EXPORT_SYMBOL vmlinux 0x1f46e2f5 __quota_error +EXPORT_SYMBOL vmlinux 0x1f49f015 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x1f5b2380 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x1f7406df serio_open +EXPORT_SYMBOL vmlinux 0x1f79143c mmc_of_parse +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1f841f36 arp_tbl +EXPORT_SYMBOL vmlinux 0x1f8611ab generic_getxattr +EXPORT_SYMBOL vmlinux 0x1f957276 qdisc_reset +EXPORT_SYMBOL vmlinux 0x1f9c50ad register_filesystem +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc947da is_bad_inode +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x20030ecd ioremap +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x202c91c9 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x20421305 on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x206c0ae1 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x206ef185 sock_from_file +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20900528 dev_uc_del +EXPORT_SYMBOL vmlinux 0x209da3c0 inode_dio_done +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20b91120 dst_destroy +EXPORT_SYMBOL vmlinux 0x20be1b82 udplite_prot +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x211efce8 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x214127a5 __alloc_skb +EXPORT_SYMBOL vmlinux 0x2157965d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x216b2f97 generic_make_request +EXPORT_SYMBOL vmlinux 0x216fb734 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x21713e49 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x217ad13a ps2_command +EXPORT_SYMBOL vmlinux 0x2188f81c __f_setown +EXPORT_SYMBOL vmlinux 0x21a1f8bc ipv4_specific +EXPORT_SYMBOL vmlinux 0x21b197f7 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x21b2a761 macio_register_driver +EXPORT_SYMBOL vmlinux 0x21b4efee __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x21e63e97 vfs_setpos +EXPORT_SYMBOL vmlinux 0x22038e78 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x220c867e pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x220d973a sk_net_capable +EXPORT_SYMBOL vmlinux 0x222a985b blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2256fafa div64_u64_rem +EXPORT_SYMBOL vmlinux 0x2273b2b1 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x2278e94b slhc_remember +EXPORT_SYMBOL vmlinux 0x22a099bd __free_pages +EXPORT_SYMBOL vmlinux 0x22a31dd2 sock_init_data +EXPORT_SYMBOL vmlinux 0x22b0202b __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b697e9 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x22dfdd06 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x22f5b905 inode_init_always +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x232ea404 kfree_skb +EXPORT_SYMBOL vmlinux 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL vmlinux 0x233cfbdf phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x2340b5d0 module_put +EXPORT_SYMBOL vmlinux 0x234789a3 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x2349c0c8 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x235e90f3 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x2369dba4 of_get_next_parent +EXPORT_SYMBOL vmlinux 0x237059fb vme_slot_num +EXPORT_SYMBOL vmlinux 0x239f01d0 phy_find_first +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23a5eca1 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x23b177b9 generic_writepages +EXPORT_SYMBOL vmlinux 0x23b2c9fa netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c60cb6 neigh_compat_output +EXPORT_SYMBOL vmlinux 0x23c80a13 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x23d78835 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x23dda349 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x23e161c4 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x23e9ff3f register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x23f05f50 dev_mc_del +EXPORT_SYMBOL vmlinux 0x23f2243d mempool_free +EXPORT_SYMBOL vmlinux 0x23fc7402 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2401549e netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x2416186b sock_create_lite +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2456134a devm_iounmap +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245a75f3 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x245d1a02 account_page_redirty +EXPORT_SYMBOL vmlinux 0x2466833f igrab +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x248edd03 iunique +EXPORT_SYMBOL vmlinux 0x24b4d6fc __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x24d7b4eb cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x24db0428 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x24ed27c3 mmc_request_done +EXPORT_SYMBOL vmlinux 0x24f00380 ida_init +EXPORT_SYMBOL vmlinux 0x24f4dba2 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x25027a67 fsync_bdev +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x2527a087 vme_slave_set +EXPORT_SYMBOL vmlinux 0x25456fb9 blk_recount_segments +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25acd9af iget_locked +EXPORT_SYMBOL vmlinux 0x25bc20ce elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x25c047db neigh_destroy +EXPORT_SYMBOL vmlinux 0x25c55490 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25c7c2aa of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x25f3bd2e atomic64_xchg +EXPORT_SYMBOL vmlinux 0x26151a2c scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x26477c07 __vmalloc +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x2670002a netdev_printk +EXPORT_SYMBOL vmlinux 0x26803eae phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x268c1bfb tty_port_hangup +EXPORT_SYMBOL vmlinux 0x26a86b99 bio_map_user +EXPORT_SYMBOL vmlinux 0x26b5250b agp_put_bridge +EXPORT_SYMBOL vmlinux 0x26b760c4 slhc_init +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26bbf8ae pci_get_subsys +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26fca2e5 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x270a36f6 macio_enable_devres +EXPORT_SYMBOL vmlinux 0x272c9acd pmu_battery_count +EXPORT_SYMBOL vmlinux 0x2771d7ff ida_get_new_above +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27a57f2e __destroy_inode +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c72627 elv_rb_find +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27e61678 kobject_set_name +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28198e73 xfrm_input +EXPORT_SYMBOL vmlinux 0x28228819 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x28299767 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x287807eb bh_submit_read +EXPORT_SYMBOL vmlinux 0x2879ad83 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x288486aa sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x289db3ee idr_remove +EXPORT_SYMBOL vmlinux 0x289f7a80 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28b0034a d_make_root +EXPORT_SYMBOL vmlinux 0x28e10a15 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x28ed7019 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x28f784f5 __debugger_break_match +EXPORT_SYMBOL vmlinux 0x290bfe82 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x294d0a42 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x29505af8 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x29799826 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x297beb6d tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x29898d1f padata_do_parallel +EXPORT_SYMBOL vmlinux 0x298f1576 softnet_data +EXPORT_SYMBOL vmlinux 0x29a0a99d mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x29b1c366 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x29c25d94 get_disk +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a3a5423 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x2a4ce43a d_add_ci +EXPORT_SYMBOL vmlinux 0x2a7cac99 pci_add_resource +EXPORT_SYMBOL vmlinux 0x2a836ce4 acl_by_type +EXPORT_SYMBOL vmlinux 0x2a8b5cbe dentry_open +EXPORT_SYMBOL vmlinux 0x2a8d86f5 generic_perform_write +EXPORT_SYMBOL vmlinux 0x2a91fead dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2aafc826 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x2ab6bdee elv_register_queue +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2afce76e bd_set_size +EXPORT_SYMBOL vmlinux 0x2b0542af inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b12925d cpumask_next_and +EXPORT_SYMBOL vmlinux 0x2b1cf5cc security_task_getsecid +EXPORT_SYMBOL vmlinux 0x2b216d1d blkdev_put +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b31db9a vme_slave_request +EXPORT_SYMBOL vmlinux 0x2b54e28e tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x2b65c9c4 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x2b797c13 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2baef881 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x2bc61da1 program_check_exception +EXPORT_SYMBOL vmlinux 0x2bccf9fd blk_init_queue +EXPORT_SYMBOL vmlinux 0x2bd056b4 release_firmware +EXPORT_SYMBOL vmlinux 0x2c0d44a5 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c15106d sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2d63c9 phy_device_register +EXPORT_SYMBOL vmlinux 0x2c34e800 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x2c3c45b8 fasync_helper +EXPORT_SYMBOL vmlinux 0x2c3fefad skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x2c406b94 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x2c51bda7 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x2c555368 set_cached_acl +EXPORT_SYMBOL vmlinux 0x2c654529 finish_no_open +EXPORT_SYMBOL vmlinux 0x2c7b1fca down_timeout +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2caa647c xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x2cac4cd9 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x2cc84d32 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x2ce83cd8 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x2d02891b blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d28a38f kernel_getpeername +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d40dcbd __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x2d5c143a neigh_parms_release +EXPORT_SYMBOL vmlinux 0x2d5f31c3 lookup_one_len +EXPORT_SYMBOL vmlinux 0x2d72f24a sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d8bf300 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x2d9d1e9f posix_lock_file +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2dab49da mark_page_accessed +EXPORT_SYMBOL vmlinux 0x2dbedd70 blk_get_queue +EXPORT_SYMBOL vmlinux 0x2dbf6a1f generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x2dc35bea tcp_splice_read +EXPORT_SYMBOL vmlinux 0x2dc8b21f inet_select_addr +EXPORT_SYMBOL vmlinux 0x2dca4a00 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x2de35abb pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x2de5a8c9 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2df79b1d kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x2e140308 __page_symlink +EXPORT_SYMBOL vmlinux 0x2e14f49b generic_listxattr +EXPORT_SYMBOL vmlinux 0x2e237e84 d_tmpfile +EXPORT_SYMBOL vmlinux 0x2e290e6a mmc_can_trim +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e354cee devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x2e5356f1 user_path_at +EXPORT_SYMBOL vmlinux 0x2e829301 brioctl_set +EXPORT_SYMBOL vmlinux 0x2eb80dd2 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x2ebb7cdc bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2eca4ea8 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x2ece7460 of_get_next_child +EXPORT_SYMBOL vmlinux 0x2ed5da19 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f125778 decrementer_clockevent +EXPORT_SYMBOL vmlinux 0x2f146c41 napi_complete +EXPORT_SYMBOL vmlinux 0x2f25c255 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x2f2e272f dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x2f33b4c4 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x2f36c1a2 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x2f408e0c tso_build_hdr +EXPORT_SYMBOL vmlinux 0x2f479395 get_user_pages +EXPORT_SYMBOL vmlinux 0x2f54ffd0 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x2f5e8547 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x2f6c7f8c __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x2fa57c24 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x2fae96de rtas_data_buf_lock +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fc3b098 account_page_writeback +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe3da44 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x2fed1810 generic_show_options +EXPORT_SYMBOL vmlinux 0x2ffa51c3 bioset_create +EXPORT_SYMBOL vmlinux 0x3013bd9b phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x302f3090 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x306fd223 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x308999cd __bread +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30b13bb6 single_release +EXPORT_SYMBOL vmlinux 0x30b8b35c cpu_to_chip_id +EXPORT_SYMBOL vmlinux 0x30c15e7e blk_register_region +EXPORT_SYMBOL vmlinux 0x30cc21c4 dev_err +EXPORT_SYMBOL vmlinux 0x30d9c97f revalidate_disk +EXPORT_SYMBOL vmlinux 0x30e0b01d udp_prot +EXPORT_SYMBOL vmlinux 0x30ef47cb inet_shutdown +EXPORT_SYMBOL vmlinux 0x31014256 skb_tx_error +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x312824e0 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x312a1eec dst_discard_sk +EXPORT_SYMBOL vmlinux 0x312d7148 padata_stop +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x3185331a mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x321c4920 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x32225892 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x3235cc91 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x323dd398 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x3276ee27 flush_old_exec +EXPORT_SYMBOL vmlinux 0x327b9c1b pmu_poll_adb +EXPORT_SYMBOL vmlinux 0x3283d23e devm_ioport_map +EXPORT_SYMBOL vmlinux 0x328a05f1 strncpy +EXPORT_SYMBOL vmlinux 0x32a51d1a remap_pfn_range +EXPORT_SYMBOL vmlinux 0x32a5d0f4 fd_install +EXPORT_SYMBOL vmlinux 0x32b2329f sock_wmalloc +EXPORT_SYMBOL vmlinux 0x32bfd4d8 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x32c604e7 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x32eaea10 kmap_atomic_prot +EXPORT_SYMBOL vmlinux 0x32efc265 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x33019234 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x3304bb41 set_disk_ro +EXPORT_SYMBOL vmlinux 0x332769c4 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x333bfaa8 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x3340bab9 phy_start +EXPORT_SYMBOL vmlinux 0x3360f60a pci_request_regions +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x338bdfa4 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33ced200 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x33d9d3d2 free_netdev +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fcf16a drop_nlink +EXPORT_SYMBOL vmlinux 0x340058b8 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x34139572 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341dbfa3 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x3428f7cc __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x342f98a2 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x344adbd5 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x345a4704 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x345bb639 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34b3803b dev_get_by_name +EXPORT_SYMBOL vmlinux 0x34beb5a6 skb_clone +EXPORT_SYMBOL vmlinux 0x34cd8c18 nla_put +EXPORT_SYMBOL vmlinux 0x34e66ec0 finish_open +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f3b018 key_revoke +EXPORT_SYMBOL vmlinux 0x34ff6126 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351f4dbb vme_irq_handler +EXPORT_SYMBOL vmlinux 0x352f38e2 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x353d1b74 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x353de98f cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x35588c6d xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x35aa6f89 msi_bitmap_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x35c32767 xor_altivec_2 +EXPORT_SYMBOL vmlinux 0x35e567a4 seq_release_private +EXPORT_SYMBOL vmlinux 0x35e6c89a register_quota_format +EXPORT_SYMBOL vmlinux 0x35fbd6a1 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x3618cb2d ida_destroy +EXPORT_SYMBOL vmlinux 0x36281e2f pci_request_region +EXPORT_SYMBOL vmlinux 0x36468832 down_write +EXPORT_SYMBOL vmlinux 0x364b34ca prepare_creds +EXPORT_SYMBOL vmlinux 0x364d521e inet_stream_ops +EXPORT_SYMBOL vmlinux 0x36547a41 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x3663fae6 filp_open +EXPORT_SYMBOL vmlinux 0x366bb761 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x366f69c1 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x366f6d27 idr_destroy +EXPORT_SYMBOL vmlinux 0x36a43dd7 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x36a883be sock_sendmsg +EXPORT_SYMBOL vmlinux 0x36b0e732 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36be69e4 genphy_suspend +EXPORT_SYMBOL vmlinux 0x36ced9dd crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x36df9599 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x36f8cf49 ping_prot +EXPORT_SYMBOL vmlinux 0x370cdf47 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x37123e4d sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x371d2130 check_legacy_ioport +EXPORT_SYMBOL vmlinux 0x371d2410 pci_get_device +EXPORT_SYMBOL vmlinux 0x37383edd rtas_get_power_level +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x377ace1f blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x3783a1b7 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x379417da tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x37a08ef8 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x37a757ff tcp_close +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37b2ee0c pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c8258b kernel_connect +EXPORT_SYMBOL vmlinux 0x37e0153d flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37f3b8bf init_buffer +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x37f6fee5 fsl_lbc_find +EXPORT_SYMBOL vmlinux 0x3804fbbc cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x381144a9 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x384a38e4 flush_signals +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388af440 dquot_resume +EXPORT_SYMBOL vmlinux 0x38a0ac43 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x38a451bc dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a94ae3 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x38a9c525 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38af330a blk_stop_queue +EXPORT_SYMBOL vmlinux 0x38b1e15c vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x38b825d1 idr_replace +EXPORT_SYMBOL vmlinux 0x38bb2b1f udp_add_offload +EXPORT_SYMBOL vmlinux 0x38d03a0c d_alloc +EXPORT_SYMBOL vmlinux 0x38fb9933 tty_std_termios +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a8d49 mpage_readpages +EXPORT_SYMBOL vmlinux 0x39587675 mntput +EXPORT_SYMBOL vmlinux 0x396c96e0 bitmap_unplug +EXPORT_SYMBOL vmlinux 0x396cf69c blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x396e25c6 __secpath_destroy +EXPORT_SYMBOL vmlinux 0x3974af7a bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x399bd181 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x39c465b5 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0x39cdf63c wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x39dbc314 ip_defrag +EXPORT_SYMBOL vmlinux 0x39e1e10d max8998_write_reg +EXPORT_SYMBOL vmlinux 0x39feb34e dev_uc_flush +EXPORT_SYMBOL vmlinux 0x3a197e3d xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x3a51aef6 scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x3a7c2626 nla_append +EXPORT_SYMBOL vmlinux 0x3a8cb2fa pci_iomap +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3ac5b965 ppc_md +EXPORT_SYMBOL vmlinux 0x3acc0d39 get_fs_type +EXPORT_SYMBOL vmlinux 0x3ad386a4 module_layout +EXPORT_SYMBOL vmlinux 0x3ae9fed3 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x3b27fb77 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x3b424b77 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x3b55aed3 security_file_permission +EXPORT_SYMBOL vmlinux 0x3b5980c0 dm_register_target +EXPORT_SYMBOL vmlinux 0x3b615a21 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3b71b936 nf_afinfo +EXPORT_SYMBOL vmlinux 0x3b9777a7 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x3b97d43f __module_get +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bd39cf0 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x3c1a6066 read_dev_sector +EXPORT_SYMBOL vmlinux 0x3c235d91 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x3c2fa561 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x3c3d0c06 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c652b24 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cb6beb8 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x3cc4b0dc lg_lock_init +EXPORT_SYMBOL vmlinux 0x3cd25b0b unregister_netdev +EXPORT_SYMBOL vmlinux 0x3cdd70b0 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cedb778 mutex_trylock +EXPORT_SYMBOL vmlinux 0x3cee5da0 tcp_prot +EXPORT_SYMBOL vmlinux 0x3cffd163 cur_cpu_spec +EXPORT_SYMBOL vmlinux 0x3d054d82 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x3d1dd49a mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x3d413673 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x3d4dbabb pagevec_lookup +EXPORT_SYMBOL vmlinux 0x3d65f5fe fs_bio_set +EXPORT_SYMBOL vmlinux 0x3d81a6ab set_page_dirty +EXPORT_SYMBOL vmlinux 0x3dc02a4e flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x3dc0ea59 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dcc74ed sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x3dd0d54c security_path_truncate +EXPORT_SYMBOL vmlinux 0x3debf516 clear_nlink +EXPORT_SYMBOL vmlinux 0x3df6ac12 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x3df87cfd iterate_dir +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e2b6394 kobject_get +EXPORT_SYMBOL vmlinux 0x3e4e905b vfs_fsync +EXPORT_SYMBOL vmlinux 0x3e8bba30 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3edb3eff genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x3ee27051 find_get_entry +EXPORT_SYMBOL vmlinux 0x3ee9d029 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f0971e2 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x3f35edfb tty_devnum +EXPORT_SYMBOL vmlinux 0x3f406a3b enable_kernel_altivec +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4a9562 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x3f56793e simple_pin_fs +EXPORT_SYMBOL vmlinux 0x3f8f3e5d mdiobus_scan +EXPORT_SYMBOL vmlinux 0x3fb1cf71 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x3fe0d1c0 slhc_free +EXPORT_SYMBOL vmlinux 0x3ff8e495 lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x404ee9b9 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x406b0453 simple_write_end +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40bc4def blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x40beb95b gen_pool_free +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c14e5b xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40cd1f7b bioset_free +EXPORT_SYMBOL vmlinux 0x40ce179a scsi_host_put +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40eb657a of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x40efedba dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0x40f1ad10 tb_ticks_per_jiffy +EXPORT_SYMBOL vmlinux 0x410133e4 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x416bc662 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x417f9848 mmc_erase +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41d73466 sock_i_uid +EXPORT_SYMBOL vmlinux 0x41f2a8dd __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x4209ef36 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x4217f261 kill_block_super +EXPORT_SYMBOL vmlinux 0x4218286b seq_pad +EXPORT_SYMBOL vmlinux 0x423404a9 d_set_d_op +EXPORT_SYMBOL vmlinux 0x4248d77b skb_find_text +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x429723e4 sync_inode +EXPORT_SYMBOL vmlinux 0x429952a2 pagecache_write_end +EXPORT_SYMBOL vmlinux 0x429be6d3 remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0x429fdbca security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x42a0734f __lock_page +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42a816ab __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x42c26ef8 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x42c3540e kobject_init +EXPORT_SYMBOL vmlinux 0x42df0744 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x42ef6c67 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x42f48d3c security_inode_permission +EXPORT_SYMBOL vmlinux 0x42f9c163 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43065e0f pipe_lock +EXPORT_SYMBOL vmlinux 0x43160183 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x431c0a95 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x433c1f32 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x433e461e padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x436e1882 input_register_handler +EXPORT_SYMBOL vmlinux 0x4370636c tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x439ddc77 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x439fd2da kernel_read +EXPORT_SYMBOL vmlinux 0x43a01f90 complete_all +EXPORT_SYMBOL vmlinux 0x43c5934a neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x4403ef0c max8925_reg_read +EXPORT_SYMBOL vmlinux 0x4407ecda account_page_dirtied +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x44263ccb phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x44442464 __get_user_pages +EXPORT_SYMBOL vmlinux 0x44552d99 of_match_node +EXPORT_SYMBOL vmlinux 0x445b17b9 skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x445e5523 empty_aops +EXPORT_SYMBOL vmlinux 0x446db8bb submit_bh +EXPORT_SYMBOL vmlinux 0x449cf003 dev_alert +EXPORT_SYMBOL vmlinux 0x44da107f blk_requeue_request +EXPORT_SYMBOL vmlinux 0x44e40a3f blk_put_queue +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44eb192e wait_for_completion +EXPORT_SYMBOL vmlinux 0x451705eb netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x45292da1 iput +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x455679f9 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x455ae95d tty_do_resize +EXPORT_SYMBOL vmlinux 0x45740a3f bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457f1b5a down_read +EXPORT_SYMBOL vmlinux 0x4594ddcb skb_trim +EXPORT_SYMBOL vmlinux 0x4596db6a sys_sigreturn +EXPORT_SYMBOL vmlinux 0x45a58160 mpage_writepages +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45c3f9bf pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x45dc0baf make_kgid +EXPORT_SYMBOL vmlinux 0x45e7dd3b tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x45fc4912 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x4609716f i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x4612c59d down_trylock +EXPORT_SYMBOL vmlinux 0x46152190 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x461ebfa0 __copy_tofrom_user +EXPORT_SYMBOL vmlinux 0x462345e1 xmon +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x462a8e8e i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x4647dd47 register_netdev +EXPORT_SYMBOL vmlinux 0x465757c3 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x468ace99 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x4694da5e registered_fb +EXPORT_SYMBOL vmlinux 0x46d12956 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x46d83606 load_nls_default +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x47112363 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x471add7c keyring_alloc +EXPORT_SYMBOL vmlinux 0x472d2d46 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x4787e185 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47a5c088 netdev_state_change +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47cdebf3 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x47d32baf skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x47e8faaf truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x47f22671 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x480065b0 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x481ce6ce cpu_active_mask +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x483612ad dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x48378452 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x48404b9a remove_wait_queue +EXPORT_SYMBOL vmlinux 0x484600ed dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x4848ca6d dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x4859969b ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x485d187a tty_hangup +EXPORT_SYMBOL vmlinux 0x485d32fd tcp_ioctl +EXPORT_SYMBOL vmlinux 0x4863fbed neigh_app_ns +EXPORT_SYMBOL vmlinux 0x486dbb89 of_device_is_available +EXPORT_SYMBOL vmlinux 0x487a4460 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x4881efab pmac_get_partition +EXPORT_SYMBOL vmlinux 0x4895fb92 kernel_write +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c3f6ae skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x48d8d6d3 contig_page_data +EXPORT_SYMBOL vmlinux 0x48e20687 lro_receive_skb +EXPORT_SYMBOL vmlinux 0x48fabfbf gen_new_estimator +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4913de0e icmpv6_send +EXPORT_SYMBOL vmlinux 0x491d1138 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x492fcef9 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x49a1c3d2 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x49ab0653 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b249bd get_thermal_instance +EXPORT_SYMBOL vmlinux 0x49c83ace I_BDEV +EXPORT_SYMBOL vmlinux 0x49c960e3 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x49c97efb phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x49e2f61a pci_bus_put +EXPORT_SYMBOL vmlinux 0x49fc0fdf phy_start_aneg +EXPORT_SYMBOL vmlinux 0x4a0d5034 register_framebuffer +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a536c47 kill_litter_super +EXPORT_SYMBOL vmlinux 0x4a55b3e4 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x4a628f8e padata_do_serial +EXPORT_SYMBOL vmlinux 0x4a7916ae dqget +EXPORT_SYMBOL vmlinux 0x4a7ef015 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x4aacfdf3 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x4aba4ef4 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4ac3c3ee pcie_set_mps +EXPORT_SYMBOL vmlinux 0x4ae38e66 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x4ae4a30f get_tz_trend +EXPORT_SYMBOL vmlinux 0x4af7147c netif_receive_skb +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b2882dc kill_pid +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b61c0c3 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x4b8326ff ida_remove +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bb0778e vm_stat +EXPORT_SYMBOL vmlinux 0x4bb7464f gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x4bb997ed xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x4bc90930 vfs_rename +EXPORT_SYMBOL vmlinux 0x4bcf03a4 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x4bd3721e serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bed99b3 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x4bff10b8 swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x4c038717 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x4c0440f1 vme_bus_type +EXPORT_SYMBOL vmlinux 0x4c11435a _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c29a8b5 __brelse +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c3af5b1 dma_direct_ops +EXPORT_SYMBOL vmlinux 0x4c3ed7aa md_error +EXPORT_SYMBOL vmlinux 0x4c41433c udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x4c5d2b8a fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x4c5d5a1c agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x4c6ea52b qdisc_destroy +EXPORT_SYMBOL vmlinux 0x4c7b7251 inet_addr_type +EXPORT_SYMBOL vmlinux 0x4cb45efb tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cbc5206 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x4cdac934 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cf08d75 pci_release_region +EXPORT_SYMBOL vmlinux 0x4cf60621 __find_get_block +EXPORT_SYMBOL vmlinux 0x4cfc4f26 ata_print_version +EXPORT_SYMBOL vmlinux 0x4d04d98d lookup_bdev +EXPORT_SYMBOL vmlinux 0x4d1dba31 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x4d34c4a3 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x4d396184 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d48e048 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x4d49e596 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x4d83b295 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d99a6b2 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da70897 irq_set_chip +EXPORT_SYMBOL vmlinux 0x4db3e841 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x4db7bfdb neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x4dc4828a blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4dec6038 memscan +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4df27aed mmc_detect_change +EXPORT_SYMBOL vmlinux 0x4df9cc81 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x4e21c3d8 ppp_input_error +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e43b70d dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x4e67f04d netdev_crit +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e738404 from_kuid +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e9dffb5 ip_fast_csum +EXPORT_SYMBOL vmlinux 0x4f11cf58 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x4f15c83b jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f41f241 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f76e908 km_policy_expired +EXPORT_SYMBOL vmlinux 0x4f9c4e5f dev_remove_pack +EXPORT_SYMBOL vmlinux 0x4fa82ffd netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x4fd4406c seq_bitmap_list +EXPORT_SYMBOL vmlinux 0x4fdce97b vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe99583 atomic64_dec_if_positive +EXPORT_SYMBOL vmlinux 0x50088092 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x50384baf vgacon_remap_base +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x509289c5 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x509817cf vprintk_emit +EXPORT_SYMBOL vmlinux 0x50a02e6a netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x50b0f4ea lock_may_write +EXPORT_SYMBOL vmlinux 0x50b66bcb radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x50dbf306 audit_log +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50f79eb2 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x511c5f59 blk_free_tags +EXPORT_SYMBOL vmlinux 0x51430a3d netdev_info +EXPORT_SYMBOL vmlinux 0x5154e9a5 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x515e24a7 flush_instruction_cache +EXPORT_SYMBOL vmlinux 0x51612303 kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x51727634 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x5193e620 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x519b0da3 finish_wait +EXPORT_SYMBOL vmlinux 0x519c88b8 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x51db1ebc km_report +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x521a6ec2 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x522f0ebb generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x525ff00f phy_drivers_register +EXPORT_SYMBOL vmlinux 0x5266de48 serio_rescan +EXPORT_SYMBOL vmlinux 0x527830ff pmac_xpram_read +EXPORT_SYMBOL vmlinux 0x5289e2e2 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x5293ab9d vfs_unlink +EXPORT_SYMBOL vmlinux 0x5297365a inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0x529bf71a blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x52af0674 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52e45b71 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x52eae339 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x52f633a5 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x52f80e68 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x535ec795 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x536858cb key_validate +EXPORT_SYMBOL vmlinux 0x53d778e3 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0x53ebab1b _outsl_ns +EXPORT_SYMBOL vmlinux 0x53f425f2 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x5400e8d6 input_close_device +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5412c7c7 up +EXPORT_SYMBOL vmlinux 0x543cfff7 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54491398 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x544920ce agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x545f5acb fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x548eb8f6 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54b03b4a ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x54df8565 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x54df8e87 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x54e0815d scsi_remove_device +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e537ae bdput +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x553900b2 __mutex_init +EXPORT_SYMBOL vmlinux 0x553bf182 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0x553eede2 find_lock_entry +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x55467ede fsl_upm_find +EXPORT_SYMBOL vmlinux 0x5549895f of_scan_pci_bridge +EXPORT_SYMBOL vmlinux 0x555730ef max8998_update_reg +EXPORT_SYMBOL vmlinux 0x5558f5e0 block_write_begin +EXPORT_SYMBOL vmlinux 0x5563d81e dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5568c553 complete +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x5577ef9e udp_table +EXPORT_SYMBOL vmlinux 0x558667c9 __sock_create +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x5599dbea mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x55a10e9e i2c_master_recv +EXPORT_SYMBOL vmlinux 0x55af966c buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x55b8b94d __block_write_begin +EXPORT_SYMBOL vmlinux 0x5606d0d4 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x560f2aea scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x56484c07 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x5657892e set_create_files_as +EXPORT_SYMBOL vmlinux 0x5669c3c8 _dev_info +EXPORT_SYMBOL vmlinux 0x56816a8c misc_register +EXPORT_SYMBOL vmlinux 0x5685a3f8 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x5687a291 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x56a10763 csum_tcpudp_magic +EXPORT_SYMBOL vmlinux 0x56a9d880 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x56abb23d pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x56b80da9 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x56c2b95b rtas_progress +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56f364c0 agp_backend_release +EXPORT_SYMBOL vmlinux 0x56f9ff29 i2c_use_client +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x574fedfa sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x575180bb file_open_root +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x5779d1de tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x577d52e4 set_bh_page +EXPORT_SYMBOL vmlinux 0x577e5b96 d_find_alias +EXPORT_SYMBOL vmlinux 0x5791c6c7 mdiobus_register +EXPORT_SYMBOL vmlinux 0x579573f9 free_task +EXPORT_SYMBOL vmlinux 0x57ba8abd serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x57cc033f pci_assign_resource +EXPORT_SYMBOL vmlinux 0x57e4e0e7 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x57f03b56 freeze_super +EXPORT_SYMBOL vmlinux 0x57f857b1 init_net +EXPORT_SYMBOL vmlinux 0x57fa0f5f udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x582a4747 cacheable_memcpy +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x58623807 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x58691f8b blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x58767e5d jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x5894c354 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58ebf84f tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x58ee9f8a task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x590643cc i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x591241d0 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x5926a046 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x592c9701 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594cabbc skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x595d0946 empty_zero_page +EXPORT_SYMBOL vmlinux 0x5964a430 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x5972a4ff pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x59b3378a completion_done +EXPORT_SYMBOL vmlinux 0x59d8223a ioport_resource +EXPORT_SYMBOL vmlinux 0x59e89ec6 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x59eeb197 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x5a40c90a __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x5a51bfec redraw_screen +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a554d47 mdiobus_write +EXPORT_SYMBOL vmlinux 0x5a632543 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x5a780458 udp_disconnect +EXPORT_SYMBOL vmlinux 0x5a9b6ecb abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x5ab67931 do_IRQ +EXPORT_SYMBOL vmlinux 0x5ae692a2 km_is_alive +EXPORT_SYMBOL vmlinux 0x5af262bd i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x5afb80c4 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b1baeb3 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x5b1dabc2 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x5b1f7bfc i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x5b39988e ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b4150b8 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x5b43f1f1 rtas_service_present +EXPORT_SYMBOL vmlinux 0x5b5d1e99 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x5b6644e8 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x5b78c887 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x5b97bba7 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x5b9828c5 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x5ba86309 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x5bb9daec __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x5be28eb4 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x5be8710d poll_freewait +EXPORT_SYMBOL vmlinux 0x5bef3747 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x5bf63794 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x5c18cfd0 sock_no_poll +EXPORT_SYMBOL vmlinux 0x5c19da61 __blk_end_request +EXPORT_SYMBOL vmlinux 0x5c265cba sg_init_one +EXPORT_SYMBOL vmlinux 0x5c37f319 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x5c3d756a soft_cursor +EXPORT_SYMBOL vmlinux 0x5c6e96c3 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x5c8d6289 dev_uc_init +EXPORT_SYMBOL vmlinux 0x5c92aca4 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x5c9345dc generic_file_llseek +EXPORT_SYMBOL vmlinux 0x5ca9c407 set_binfmt +EXPORT_SYMBOL vmlinux 0x5caf23e8 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x5cd3224d blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x5cd6cacb nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cedb8b4 kobject_put +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf559f3 pci_bus_type +EXPORT_SYMBOL vmlinux 0x5d120512 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x5d2b197e mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d4300b0 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x5d469148 mount_nodev +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d580549 agp_bridge +EXPORT_SYMBOL vmlinux 0x5d600d9e d_find_any_alias +EXPORT_SYMBOL vmlinux 0x5d7c3ad2 phy_device_create +EXPORT_SYMBOL vmlinux 0x5d866485 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x5d9499ff udp_ioctl +EXPORT_SYMBOL vmlinux 0x5d97b109 datagram_poll +EXPORT_SYMBOL vmlinux 0x5dc49b8c xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x5dd463f1 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x5df0dcf4 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x5e27321b register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x5e3a8a9c __wake_up +EXPORT_SYMBOL vmlinux 0x5e509f27 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x5e529b19 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb0401e proc_dostring +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ec25b21 genphy_update_link +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed26243 write_one_page +EXPORT_SYMBOL vmlinux 0x5eead906 of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0x5ef8c498 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0ca1cd pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x5f2d7e79 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x5f4620d9 tcp_child_process +EXPORT_SYMBOL vmlinux 0x5f4ac65c blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f79eef5 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x5f8a2728 isa_io_base +EXPORT_SYMBOL vmlinux 0x5f8aa824 __serio_register_port +EXPORT_SYMBOL vmlinux 0x5f916790 __nla_reserve +EXPORT_SYMBOL vmlinux 0x5fac802e qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x5fad383b netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x5fb69476 __init_rwsem +EXPORT_SYMBOL vmlinux 0x5fc7365c pcim_pin_device +EXPORT_SYMBOL vmlinux 0x5fcd6b18 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x5fd268cb radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x60072ba7 input_flush_device +EXPORT_SYMBOL vmlinux 0x601204cb giveup_fpu +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x60353326 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x6044f940 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a7332d inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x60b545d8 ps2_drain +EXPORT_SYMBOL vmlinux 0x60ceca5f scm_detach_fds +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60fd63fc input_release_device +EXPORT_SYMBOL vmlinux 0x61085e1e ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x611b4b1b pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61292dff rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x61337e3a mdiobus_read +EXPORT_SYMBOL vmlinux 0x614900d7 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x614c5ddb ps2_init +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x61610e66 console_stop +EXPORT_SYMBOL vmlinux 0x616b825d dql_init +EXPORT_SYMBOL vmlinux 0x6176d0f5 powerpc_debugfs_root +EXPORT_SYMBOL vmlinux 0x617a23ed flush_icache_user_range +EXPORT_SYMBOL vmlinux 0x619c2f99 devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0x61a93201 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x61b3560c cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61cd4c6c block_write_end +EXPORT_SYMBOL vmlinux 0x61da5390 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x61e6e780 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x61e93649 new_inode +EXPORT_SYMBOL vmlinux 0x61eef2c9 _insb +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622b0c42 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x622cb5a3 __invalidate_device +EXPORT_SYMBOL vmlinux 0x6230c58a blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x6235e361 pci_release_regions +EXPORT_SYMBOL vmlinux 0x623d7182 _chrp_type +EXPORT_SYMBOL vmlinux 0x6249e231 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x6250873d __frontswap_load +EXPORT_SYMBOL vmlinux 0x62538167 slhc_toss +EXPORT_SYMBOL vmlinux 0x6261d43f input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x626f8ece lro_flush_all +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x628332e8 pmu_power_flags +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x6298e5dd kunmap_high +EXPORT_SYMBOL vmlinux 0x629c4ce9 init_task +EXPORT_SYMBOL vmlinux 0x62d0fab7 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x63080ef8 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x63103fb0 d_instantiate +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x631b00d2 __blk_run_queue +EXPORT_SYMBOL vmlinux 0x63231951 gen_pool_create +EXPORT_SYMBOL vmlinux 0x638096ed cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0x63926fe6 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x6393b123 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x639ed283 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x63a99819 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x64052f27 do_truncate +EXPORT_SYMBOL vmlinux 0x64183177 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x641c1f0a vfs_write +EXPORT_SYMBOL vmlinux 0x64327b78 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x6432875c backlight_force_update +EXPORT_SYMBOL vmlinux 0x6436dc38 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x6446d133 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x6451998c flush_dcache_icache_page +EXPORT_SYMBOL vmlinux 0x6452675a kobject_del +EXPORT_SYMBOL vmlinux 0x6458bd9b __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x645f6a51 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x6461f8b4 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x646cc6ab pmu_poll +EXPORT_SYMBOL vmlinux 0x6470d123 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x6481aeb3 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a93382 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x64ba0793 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x64fa2197 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x64fe0291 seq_puts +EXPORT_SYMBOL vmlinux 0x65040666 scsi_put_command +EXPORT_SYMBOL vmlinux 0x6508852c bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x651190ab unregister_qdisc +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514aa03 d_genocide +EXPORT_SYMBOL vmlinux 0x65160800 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x65312c74 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x65400222 __irq_offset_value +EXPORT_SYMBOL vmlinux 0x65406f52 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x657387c4 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x65763655 udp_set_csum +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x658c0029 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x65b45847 would_dump +EXPORT_SYMBOL vmlinux 0x65bb58a2 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x65bf5688 security_mmap_file +EXPORT_SYMBOL vmlinux 0x65c568f6 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x65d139c9 netlink_capable +EXPORT_SYMBOL vmlinux 0x65d1aac4 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x65d564d8 simple_getattr +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65fcac33 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x661b7cec __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x66227eae vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x662ab31b generic_fillattr +EXPORT_SYMBOL vmlinux 0x662eb10b skb_store_bits +EXPORT_SYMBOL vmlinux 0x6661f4b2 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x6665a92e tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66c349bc napi_gro_frags +EXPORT_SYMBOL vmlinux 0x66cbf14b pmac_xpram_write +EXPORT_SYMBOL vmlinux 0x66dc3913 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x66dcf9fc pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x66e9a5d2 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x66ed6ef9 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x66fa996b iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x6701c364 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x67058d00 netif_napi_del +EXPORT_SYMBOL vmlinux 0x6717c4fe kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x672caf49 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x674c841c remove_proc_entry +EXPORT_SYMBOL vmlinux 0x6752439e zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x676ae8b4 address_space_init_once +EXPORT_SYMBOL vmlinux 0x676cfaaf dst_alloc +EXPORT_SYMBOL vmlinux 0x67701088 __frontswap_store +EXPORT_SYMBOL vmlinux 0x6789005a scsi_register_driver +EXPORT_SYMBOL vmlinux 0x6793ab78 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x67943e16 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x67a9cc0c mb_cache_shrink +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67df52da pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x6808261b netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x68192e85 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x6830911c tty_port_init +EXPORT_SYMBOL vmlinux 0x68609857 complete_and_exit +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687b723a pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x687e2404 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x68849a68 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68cd1fda jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x68daeb55 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68f1e40b i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x68ffceff mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x6901f69c inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x6914012c blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x6914c7b5 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x692063bf tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x693b9d9f tty_vhangup +EXPORT_SYMBOL vmlinux 0x696d1bcd tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x69812a7d noop_fsync +EXPORT_SYMBOL vmlinux 0x69a0ba8a sock_no_bind +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a4482f nf_ct_attach +EXPORT_SYMBOL vmlinux 0x69a47d48 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x69a7c96c phy_connect +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69b3c5a5 follow_down +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69d7e5b8 __debugger_ipi +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69e700f9 macio_dev_put +EXPORT_SYMBOL vmlinux 0x69e82bae key_link +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a14c4fa nobh_write_end +EXPORT_SYMBOL vmlinux 0x6a2d1504 cdrom_release +EXPORT_SYMBOL vmlinux 0x6a47a8d7 get_super +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a61f874 to_tm +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a84e96f no_llseek +EXPORT_SYMBOL vmlinux 0x6a8d2a42 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x6a9857bf xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6acd498c ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x6ad909b5 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x6ade9338 load_nls +EXPORT_SYMBOL vmlinux 0x6ae89230 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b3e67e3 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x6b520c88 netdev_alert +EXPORT_SYMBOL vmlinux 0x6b54e9c8 of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0x6b6dd824 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x6bab5744 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bceaebc gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x6bd878b1 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6c0a4fcd swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c4c686c simple_transaction_read +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c7ad6f8 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x6ca1d1a4 atomic64_read +EXPORT_SYMBOL vmlinux 0x6ca5b0f8 __net_get_random_once +EXPORT_SYMBOL vmlinux 0x6cb37127 flex_array_clear +EXPORT_SYMBOL vmlinux 0x6cc840e2 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x6ccbf052 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x6cd3f6f8 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6ce71b3d vga_client_register +EXPORT_SYMBOL vmlinux 0x6cf3e328 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d464175 __sg_free_table +EXPORT_SYMBOL vmlinux 0x6d49c45c inode_get_bytes +EXPORT_SYMBOL vmlinux 0x6d506f61 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x6d639988 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x6d6aa8c9 bmap +EXPORT_SYMBOL vmlinux 0x6d740223 flex_array_put +EXPORT_SYMBOL vmlinux 0x6d85c44e clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x6d955d9e xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x6d9c3ebc single_open +EXPORT_SYMBOL vmlinux 0x6da2133b mddev_congested +EXPORT_SYMBOL vmlinux 0x6da268d4 ps2_end_command +EXPORT_SYMBOL vmlinux 0x6da74a86 ab3100_event_register +EXPORT_SYMBOL vmlinux 0x6da928f4 _insw_ns +EXPORT_SYMBOL vmlinux 0x6dc0e9a1 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x6dcd42f4 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x6de33aa3 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e0807e3 mem_map +EXPORT_SYMBOL vmlinux 0x6e5393ca xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x6e53f78f inode_change_ok +EXPORT_SYMBOL vmlinux 0x6e6514ed radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6e66cf42 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e724ffb input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x6e9adf20 bio_reset +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea4d366 __devm_request_region +EXPORT_SYMBOL vmlinux 0x6ea92274 napi_get_frags +EXPORT_SYMBOL vmlinux 0x6eb0420d blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x6eb74dff proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ebc61bd inet_bind +EXPORT_SYMBOL vmlinux 0x6ef801d4 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x6f1243b6 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x6f12e305 bio_init +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f27d5c6 skb_dequeue +EXPORT_SYMBOL vmlinux 0x6f3eba11 padata_start +EXPORT_SYMBOL vmlinux 0x6f6ab434 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x6f7618f0 mmc_release_host +EXPORT_SYMBOL vmlinux 0x6f93f592 uart_match_port +EXPORT_SYMBOL vmlinux 0x6fb25171 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x6fb9df24 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x6fbae672 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcba6b1 blk_put_request +EXPORT_SYMBOL vmlinux 0x6fdc1e8f __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x6fe5f1ce kfree_skb_list +EXPORT_SYMBOL vmlinux 0x6fff6aa0 arp_create +EXPORT_SYMBOL vmlinux 0x7031740e do_splice_to +EXPORT_SYMBOL vmlinux 0x703c38c1 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x7047252d ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7062b4cd cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x707e3686 block_write_full_page +EXPORT_SYMBOL vmlinux 0x707f037f serio_unregister_port +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x7088462d tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x70a3bdaf d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0x70a4f9f8 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x70b3a73d swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x70b7f242 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x70b83a29 sg_miter_start +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70c41d3e sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x70c6f6e5 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d888b7 __debugger_fault_handler +EXPORT_SYMBOL vmlinux 0x70f86c70 pmu_queue_request +EXPORT_SYMBOL vmlinux 0x70ffc6b0 pci_enable_msix +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712a9632 elevator_init +EXPORT_SYMBOL vmlinux 0x712ca521 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x712ed37b radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x7135a16d request_key_async +EXPORT_SYMBOL vmlinux 0x71474041 put_page +EXPORT_SYMBOL vmlinux 0x7152231e security_path_chmod +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7173c3a0 try_to_release_page +EXPORT_SYMBOL vmlinux 0x717abb17 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x7185641f blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b83f17 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x71c90087 memcmp +EXPORT_SYMBOL vmlinux 0x71d4f07a pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x71d62dd8 should_remove_suid +EXPORT_SYMBOL vmlinux 0x71ed7c10 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x71f1f884 kernel_sendpage +EXPORT_SYMBOL vmlinux 0x71f2e507 netif_rx +EXPORT_SYMBOL vmlinux 0x71f65175 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72211487 nf_log_set +EXPORT_SYMBOL vmlinux 0x722d5e63 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x723c9d07 request_key +EXPORT_SYMBOL vmlinux 0x7242af0e net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x7277573d bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x7288e20a set_blocksize +EXPORT_SYMBOL vmlinux 0x72912610 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b49d9d phy_disconnect +EXPORT_SYMBOL vmlinux 0x72b5b2b7 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72e2cd11 input_event +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f6976f inet_sendmsg +EXPORT_SYMBOL vmlinux 0x730e3f08 adb_client_list +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x732283f7 d_alloc_name +EXPORT_SYMBOL vmlinux 0x7338ad97 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x733ed7d6 inet_sendpage +EXPORT_SYMBOL vmlinux 0x735d8503 add_wait_queue +EXPORT_SYMBOL vmlinux 0x7364677f add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x73710a3e dqstats +EXPORT_SYMBOL vmlinux 0x737b430e kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x7386a246 flow_cache_init +EXPORT_SYMBOL vmlinux 0x73b17505 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x73c06cb2 dma_set_mask +EXPORT_SYMBOL vmlinux 0x73d2337c pci_disable_device +EXPORT_SYMBOL vmlinux 0x73dd3b3e inet_del_offload +EXPORT_SYMBOL vmlinux 0x73e1dd2b console_start +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x73f93a3c qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x7409b145 rwsem_wake +EXPORT_SYMBOL vmlinux 0x742610d0 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x744a7eaf sk_free +EXPORT_SYMBOL vmlinux 0x74661a26 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x746ce9d6 block_read_full_page +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x747f5b9f init_special_inode +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x74a86db7 bio_unmap_user +EXPORT_SYMBOL vmlinux 0x74b107ab textsearch_unregister +EXPORT_SYMBOL vmlinux 0x74b17ba1 input_set_keycode +EXPORT_SYMBOL vmlinux 0x74bbbaf2 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c1e130 seq_bitmap +EXPORT_SYMBOL vmlinux 0x74ce05b8 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x74e4b0db machine_id +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f62a58 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x74fb80e2 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x74fe8730 sys_ctrler +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x751a2d29 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x751c2917 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x7526a770 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x752e7424 kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x752eed04 nf_log_register +EXPORT_SYMBOL vmlinux 0x7534e68f pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x75467356 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x7549a8c3 free_user_ns +EXPORT_SYMBOL vmlinux 0x75592876 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x756a7537 simple_open +EXPORT_SYMBOL vmlinux 0x756b6ecf mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x756dd160 start_thread +EXPORT_SYMBOL vmlinux 0x75738cd3 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x7594ed39 pmac_resume_agp_for_card +EXPORT_SYMBOL vmlinux 0x75994700 add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75ccae2b ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x75ccfcfe sock_no_getname +EXPORT_SYMBOL vmlinux 0x75fbfbdf dev_mc_add +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7618ef0d bdi_register +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764e2791 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x767d93ee netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x76841849 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0x769ba1a7 dev_uc_add +EXPORT_SYMBOL vmlinux 0x769bfcd9 dma_common_mmap +EXPORT_SYMBOL vmlinux 0x76a14d5f inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x76bc656f dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76dc6754 __napi_complete +EXPORT_SYMBOL vmlinux 0x76e4d8b4 vm_mmap +EXPORT_SYMBOL vmlinux 0x76f234b1 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x76f6c5ef kmalloc_order +EXPORT_SYMBOL vmlinux 0x770162b8 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x7704386e security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x770618ae __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x771ba013 uart_resume_port +EXPORT_SYMBOL vmlinux 0x772554ef ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x773f3c66 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x7744380a twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x775932f4 try_module_get +EXPORT_SYMBOL vmlinux 0x775f5b93 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x778855e4 security_path_chown +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77a264bd neigh_ifdown +EXPORT_SYMBOL vmlinux 0x77b851c4 cacheable_memzero +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77de3b57 simple_lookup +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77fce6a1 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x782567ec memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x783458ab iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x7834d9be dquot_disable +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x785bf2cd phy_connect_direct +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x788fe103 iomem_resource +EXPORT_SYMBOL vmlinux 0x78944057 of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x789e5732 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x78b212e5 agp_enable +EXPORT_SYMBOL vmlinux 0x78b89e1a truncate_setsize +EXPORT_SYMBOL vmlinux 0x78bde277 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x78c555c8 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x78d8e359 input_allocate_device +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78eaba81 ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x790b2df6 build_skb +EXPORT_SYMBOL vmlinux 0x790df6ca __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x7916c68d setattr_copy +EXPORT_SYMBOL vmlinux 0x791c0356 get_super_thawed +EXPORT_SYMBOL vmlinux 0x792ac4c9 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x79402192 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x7943179b mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x794ac7f7 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x79642f56 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x799f247c kset_register +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79b10e97 proc_set_user +EXPORT_SYMBOL vmlinux 0x79cb03fc sg_miter_next +EXPORT_SYMBOL vmlinux 0x79cf86a9 __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x7a124e7e tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a1b268b blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a7e5041 km_state_expired +EXPORT_SYMBOL vmlinux 0x7a88fb88 dev_change_flags +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7abf0a27 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0x7ac0f920 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7b0e75b8 km_state_notify +EXPORT_SYMBOL vmlinux 0x7b19db39 dev_addr_del +EXPORT_SYMBOL vmlinux 0x7b1ade38 lz4_decompress +EXPORT_SYMBOL vmlinux 0x7b29f745 dm_get_device +EXPORT_SYMBOL vmlinux 0x7b498f53 fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b7ec415 read_code +EXPORT_SYMBOL vmlinux 0x7b8102d8 page_address +EXPORT_SYMBOL vmlinux 0x7bc10807 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x7bc142cf nonseekable_open +EXPORT_SYMBOL vmlinux 0x7bcf8019 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x7bd02907 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x7bd8cd6c __neigh_create +EXPORT_SYMBOL vmlinux 0x7be4827c pci_dram_offset +EXPORT_SYMBOL vmlinux 0x7c003aef _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x7c0d7f5c kernel_accept +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c56815a mmc_can_discard +EXPORT_SYMBOL vmlinux 0x7c69004c __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x7c6e34eb netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x7c810966 set_security_override +EXPORT_SYMBOL vmlinux 0x7c9291d1 csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7ca3175a macio_release_resources +EXPORT_SYMBOL vmlinux 0x7ca781a1 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cd93baf proc_mkdir +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7d0a768f skb_pad +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d465601 netif_napi_add +EXPORT_SYMBOL vmlinux 0x7d46d216 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x7d4ff538 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x7d5258d8 bdi_init +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d7f5fc6 ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x7dab97b7 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x7dc97879 rtas_get_error_log_max +EXPORT_SYMBOL vmlinux 0x7de5c2c3 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e0a6598 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x7e1fc547 bdgrab +EXPORT_SYMBOL vmlinux 0x7e3a271e ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x7e3e0592 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x7e49f281 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x7e4edad5 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x7e609d42 of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x7e689f23 security_path_unlink +EXPORT_SYMBOL vmlinux 0x7e710f01 udp_del_offload +EXPORT_SYMBOL vmlinux 0x7e87227e slhc_compress +EXPORT_SYMBOL vmlinux 0x7e87a53e flush_tlb_mm +EXPORT_SYMBOL vmlinux 0x7ea6de28 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x7eba0508 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x7ec34f3b bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x7ee73c0c memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0x7f097ee3 do_sync_write +EXPORT_SYMBOL vmlinux 0x7f1502fd pci_dev_driver +EXPORT_SYMBOL vmlinux 0x7f215a51 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f25b9fb sock_setsockopt +EXPORT_SYMBOL vmlinux 0x7f2847f9 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x7f29be5b skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x7f2a2f17 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x7f3051e6 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x7f40f020 tty_port_open +EXPORT_SYMBOL vmlinux 0x7f491529 mmc_put_card +EXPORT_SYMBOL vmlinux 0x7f49dd84 simple_statfs +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f64948c tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x7f77a436 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x7f7a279b __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x7fc3c83e dump_page +EXPORT_SYMBOL vmlinux 0x7fd77f68 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe54af4 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x7fe7b442 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x7ffb4293 tcf_em_register +EXPORT_SYMBOL vmlinux 0x801494e4 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x802a460d lock_rename +EXPORT_SYMBOL vmlinux 0x805239ed of_translate_address +EXPORT_SYMBOL vmlinux 0x80a52caf tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x80b86a3d fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e0b760 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x80e0d5b9 invalidate_partition +EXPORT_SYMBOL vmlinux 0x80e5961f tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x80f031b1 tcp_seq_open +EXPORT_SYMBOL vmlinux 0x8126eeec mount_ns +EXPORT_SYMBOL vmlinux 0x812c5f4d sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x8140645a agp_copy_info +EXPORT_SYMBOL vmlinux 0x8146acef pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x814ac85e devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x81581efc tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x816ac72a sock_no_connect +EXPORT_SYMBOL vmlinux 0x8176fda4 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x817cb0cf f_setown +EXPORT_SYMBOL vmlinux 0x81819480 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x81a07f4e _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x81c0a84f rtas_set_indicator +EXPORT_SYMBOL vmlinux 0x81c6b9b6 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x81c8dc0e xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x8209041f fb_set_var +EXPORT_SYMBOL vmlinux 0x820ad6d1 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x820e811d new_sync_write +EXPORT_SYMBOL vmlinux 0x8219dcf6 iget_failed +EXPORT_SYMBOL vmlinux 0x823c160c set_nlink +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x825bfc80 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x826878f9 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x827949c3 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x827b4caa nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x8282a045 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x82865423 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x8288762d blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x82944ca3 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82c50646 iget5_locked +EXPORT_SYMBOL vmlinux 0x82dfd941 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x82e5a238 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x83026c61 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x83149b6b generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x833e27ad of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x83598c0e dma_find_channel +EXPORT_SYMBOL vmlinux 0x836aac19 posix_test_lock +EXPORT_SYMBOL vmlinux 0x8379be5c mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x83930d83 bio_integrity_free +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83baac64 add_disk +EXPORT_SYMBOL vmlinux 0x83c3292f page_follow_link_light +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83eeaf2b scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x83fef76b dma_sync_wait +EXPORT_SYMBOL vmlinux 0x8404aca9 of_phy_connect +EXPORT_SYMBOL vmlinux 0x84153aba sk_capable +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x841b0836 may_umount +EXPORT_SYMBOL vmlinux 0x844404cf ISA_DMA_THRESHOLD +EXPORT_SYMBOL vmlinux 0x845163d5 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x846d5075 key_unlink +EXPORT_SYMBOL vmlinux 0x846e4d7b nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x84737582 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0x8492b654 of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0x84a69fdc vme_slave_get +EXPORT_SYMBOL vmlinux 0x84ad36d8 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x84b183ae strncmp +EXPORT_SYMBOL vmlinux 0x84b692bb generic_block_bmap +EXPORT_SYMBOL vmlinux 0x84bd69bf dq_data_lock +EXPORT_SYMBOL vmlinux 0x84e39049 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x84f9a487 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x85020135 of_get_address +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x851c292c sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x851eb486 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x851f3424 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x851f4892 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x85233b1a xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x8535c957 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x853e1e85 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x8541bccc intercept_table +EXPORT_SYMBOL vmlinux 0x854930e1 serio_interrupt +EXPORT_SYMBOL vmlinux 0x854d41ee xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x854e1c0b sg_nents +EXPORT_SYMBOL vmlinux 0x855dc1b7 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85716129 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x8594fe4b path_get +EXPORT_SYMBOL vmlinux 0x8599954e tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x85a91e72 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x85b12004 padata_free +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85cc3b0f simple_empty +EXPORT_SYMBOL vmlinux 0x85df362d of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x86025ba4 skb_append +EXPORT_SYMBOL vmlinux 0x86351340 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x8635f3ef security_path_link +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8654a57d inet_frags_init +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x866f9ecf kobject_add +EXPORT_SYMBOL vmlinux 0x8672d8db tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868f423f md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86c57a88 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x86c70681 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x86cda09a macio_request_resource +EXPORT_SYMBOL vmlinux 0x86d2634f ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x86d4ec17 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x86db1cbb rtas_flash_term_hook +EXPORT_SYMBOL vmlinux 0x86eef078 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x87154887 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x8723f92e register_gifconf +EXPORT_SYMBOL vmlinux 0x8728b9f9 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x8745c4f7 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x874efea8 of_dev_put +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x8798e453 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x87c4922f make_kprojid +EXPORT_SYMBOL vmlinux 0x87c66a43 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x87c8f37d devm_ioremap +EXPORT_SYMBOL vmlinux 0x87cf412b dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x87d11981 nf_register_hooks +EXPORT_SYMBOL vmlinux 0x87d84056 tty_mutex +EXPORT_SYMBOL vmlinux 0x87e1716b blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x87f76d68 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x88046b7a nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x88132f8e __kfree_skb +EXPORT_SYMBOL vmlinux 0x881db940 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x883af4d5 vme_irq_request +EXPORT_SYMBOL vmlinux 0x884b2c73 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x889c4f44 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x88a56a0e dev_addr_init +EXPORT_SYMBOL vmlinux 0x88a6693f rt6_lookup +EXPORT_SYMBOL vmlinux 0x88a7b8e8 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x88b93daf netdev_err +EXPORT_SYMBOL vmlinux 0x88cfe61d elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x88eb79ab dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x891fbb10 mempool_destroy +EXPORT_SYMBOL vmlinux 0x89246670 proc_remove +EXPORT_SYMBOL vmlinux 0x892d1989 pci_select_bars +EXPORT_SYMBOL vmlinux 0x8953f8ff __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x895e9433 bio_phys_segments +EXPORT_SYMBOL vmlinux 0x896f36ed proc_set_size +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x89797060 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x8991cb40 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x899cf9f7 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x899dfa43 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0x89b3107b isa_mem_base +EXPORT_SYMBOL vmlinux 0x89bfa541 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89d7b542 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x8a0a4999 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1c5455 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x8a1d159e lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x8a1f19fa vc_resize +EXPORT_SYMBOL vmlinux 0x8a2a83e3 kset_unregister +EXPORT_SYMBOL vmlinux 0x8a3109c4 of_phy_attach +EXPORT_SYMBOL vmlinux 0x8a3aa12a netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a8d58fa security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa22120 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x8aa61438 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x8aa91fdd serio_close +EXPORT_SYMBOL vmlinux 0x8ab4079e atomic64_add +EXPORT_SYMBOL vmlinux 0x8abedc07 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x8ae00526 mount_pseudo +EXPORT_SYMBOL vmlinux 0x8af56a0e ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x8afc64aa ip_getsockopt +EXPORT_SYMBOL vmlinux 0x8b3398fd dev_activate +EXPORT_SYMBOL vmlinux 0x8b406605 tty_name +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b5ece97 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b7619f1 tty_set_operations +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b86098a md_write_end +EXPORT_SYMBOL vmlinux 0x8baab2d5 vme_bus_num +EXPORT_SYMBOL vmlinux 0x8bc78311 nf_log_packet +EXPORT_SYMBOL vmlinux 0x8be8037a simple_dir_operations +EXPORT_SYMBOL vmlinux 0x8be986bb blk_start_queue +EXPORT_SYMBOL vmlinux 0x8c003a9d drop_super +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c197384 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x8c261ff0 default_file_splice_read +EXPORT_SYMBOL vmlinux 0x8c2a5576 deactivate_super +EXPORT_SYMBOL vmlinux 0x8c379f75 mnt_unpin +EXPORT_SYMBOL vmlinux 0x8c41d363 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x8c4a2a84 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c6e06d1 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x8cb642af vfs_getattr +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cd70dba km_policy_notify +EXPORT_SYMBOL vmlinux 0x8cdbff3f clear_inode +EXPORT_SYMBOL vmlinux 0x8ce364af ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x8d015dd4 __bswapdi2 +EXPORT_SYMBOL vmlinux 0x8d195636 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d4aeba9 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d5d13a8 dev_add_offload +EXPORT_SYMBOL vmlinux 0x8d6b2ce1 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d790a2b agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0x8d964510 get_gendisk +EXPORT_SYMBOL vmlinux 0x8da10ce1 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x8daaa100 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x8ddb0d34 d_move +EXPORT_SYMBOL vmlinux 0x8de0b5ac mempool_create +EXPORT_SYMBOL vmlinux 0x8df5da63 memstart_addr +EXPORT_SYMBOL vmlinux 0x8e0348e9 eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x8e059775 ilookup5 +EXPORT_SYMBOL vmlinux 0x8e0ac569 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x8e0d66f4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8e1f2030 of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0x8e23d681 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x8e52850c dcb_setapp +EXPORT_SYMBOL vmlinux 0x8e8418d9 rtas +EXPORT_SYMBOL vmlinux 0x8eb0a15f jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x8ec04552 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8ed98602 simple_rename +EXPORT_SYMBOL vmlinux 0x8ef8e858 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x8efa4869 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x8eff5f5d blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x8f045d1c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x8f14f1c8 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x8f232a97 note_scsi_host +EXPORT_SYMBOL vmlinux 0x8f33442e keyring_search +EXPORT_SYMBOL vmlinux 0x8f41f010 dcb_getapp +EXPORT_SYMBOL vmlinux 0x8f56c515 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x8f7bd738 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x8f85f835 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x8f9eb15c generic_setxattr +EXPORT_SYMBOL vmlinux 0x8fbf37e0 profile_pc +EXPORT_SYMBOL vmlinux 0x8ff3d0bf sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x902cb362 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x90334eeb have_submounts +EXPORT_SYMBOL vmlinux 0x9048309b tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x90501868 transfer_to_handler +EXPORT_SYMBOL vmlinux 0x905649df netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x90710bf7 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x907fb0f3 macio_dev_get +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x908b9e06 ata_link_printk +EXPORT_SYMBOL vmlinux 0x909ba7d9 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x90a4ab4d ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x90b5f227 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x90c09889 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x90c4bfa3 search_binary_handler +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x90c5ee7d sk_stream_error +EXPORT_SYMBOL vmlinux 0x90dffa4d serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x90e146c2 trace_seq_putc +EXPORT_SYMBOL vmlinux 0x90e44931 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x90e66a67 ip_options_compile +EXPORT_SYMBOL vmlinux 0x90f09f1f wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x90fe7ab2 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x91011221 of_device_register +EXPORT_SYMBOL vmlinux 0x912557ce rtas_busy_delay +EXPORT_SYMBOL vmlinux 0x91296c8e blk_init_tags +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x91543d45 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x915e1208 tb_ticks_per_usec +EXPORT_SYMBOL vmlinux 0x91621d6a allocate_resource +EXPORT_SYMBOL vmlinux 0x9168c033 rtas_get_sensor +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x9198466e register_cdrom +EXPORT_SYMBOL vmlinux 0x919d1163 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x919d57aa sock_kfree_s +EXPORT_SYMBOL vmlinux 0x91baa8fb unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x91c06fd6 default_llseek +EXPORT_SYMBOL vmlinux 0x91d3f847 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x920a4551 seq_escape +EXPORT_SYMBOL vmlinux 0x9216658d inet_release +EXPORT_SYMBOL vmlinux 0x922d2346 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923fdd5f rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x92626f64 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x9289b908 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92b6db16 scsi_init_io +EXPORT_SYMBOL vmlinux 0x92bc220b lockref_get +EXPORT_SYMBOL vmlinux 0x92ddc4ed alloc_file +EXPORT_SYMBOL vmlinux 0x92e1e470 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x92e95304 mmc_free_host +EXPORT_SYMBOL vmlinux 0x92f8894b fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9309de94 cuda_request +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x9325415e agp_free_memory +EXPORT_SYMBOL vmlinux 0x9330a4d7 kill_pgrp +EXPORT_SYMBOL vmlinux 0x9330cb9f sg_alloc_table +EXPORT_SYMBOL vmlinux 0x933d1cb0 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x934241a0 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x9356600a register_exec_domain +EXPORT_SYMBOL vmlinux 0x93584520 sock_no_accept +EXPORT_SYMBOL vmlinux 0x935c2fdd padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x93671e78 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x936fb48b d_rehash +EXPORT_SYMBOL vmlinux 0x9376d00f scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93ae2c43 flush_tlb_range +EXPORT_SYMBOL vmlinux 0x93b010c2 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x9409d747 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x941fd8fc seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x94205154 vm_event_states +EXPORT_SYMBOL vmlinux 0x94297187 bio_add_page +EXPORT_SYMBOL vmlinux 0x9440e2ac md_register_thread +EXPORT_SYMBOL vmlinux 0x944cf983 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x9453aa87 generic_write_checks +EXPORT_SYMBOL vmlinux 0x9463b8a3 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x94765aa2 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x9476ede3 filemap_flush +EXPORT_SYMBOL vmlinux 0x94770173 led_set_brightness +EXPORT_SYMBOL vmlinux 0x9486572b of_phy_find_device +EXPORT_SYMBOL vmlinux 0x9488ed8e tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a3af7a __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x94b2590f vme_free_consistent +EXPORT_SYMBOL vmlinux 0x94cbd061 dql_reset +EXPORT_SYMBOL vmlinux 0x9500c6e2 mutex_lock +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x9514151a _mcount +EXPORT_SYMBOL vmlinux 0x9524b0ae _outsb +EXPORT_SYMBOL vmlinux 0x952e7f7b lease_get_mtime +EXPORT_SYMBOL vmlinux 0x953450f6 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x9537c6f0 dev_crit +EXPORT_SYMBOL vmlinux 0x953e4c8a tcf_hash_search +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95743427 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x95779c31 bio_put +EXPORT_SYMBOL vmlinux 0x958fcae5 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x95914471 devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0x959af17e mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x95c9afa6 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x95cf13d3 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x95df9f25 pipe_unlock +EXPORT_SYMBOL vmlinux 0x960dfaf5 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x966a64f0 netlink_set_err +EXPORT_SYMBOL vmlinux 0x96731783 pci_get_class +EXPORT_SYMBOL vmlinux 0x9675b26d wake_up_process +EXPORT_SYMBOL vmlinux 0x968825d0 key_put +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x9689ea15 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x96b81eeb __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d88a5f get_unmapped_area +EXPORT_SYMBOL vmlinux 0x96dbcca2 ioremap_prot +EXPORT_SYMBOL vmlinux 0x96df82df prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x96e0d5b8 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x97255bdf strlen +EXPORT_SYMBOL vmlinux 0x972bc535 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x972d0ff8 up_write +EXPORT_SYMBOL vmlinux 0x97375bf3 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x9745cec5 follow_up +EXPORT_SYMBOL vmlinux 0x9748927f _outsw_ns +EXPORT_SYMBOL vmlinux 0x974dac33 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x97557ca1 sock_i_ino +EXPORT_SYMBOL vmlinux 0x97817ca4 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x97939cbf dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x979bc78f dst_release +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97b4500c __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x97b7c8ee write_inode_now +EXPORT_SYMBOL vmlinux 0x97ceb78a tcp_release_cb +EXPORT_SYMBOL vmlinux 0x97cf15c0 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x97de8e6a __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x982340ff tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x984233fd dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x984aded2 fb_blank +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x988aa73f security_path_mkdir +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x98fe7882 DMA_MODE_READ +EXPORT_SYMBOL vmlinux 0x990315c0 dm_put_device +EXPORT_SYMBOL vmlinux 0x9908ad1a handle_edge_irq +EXPORT_SYMBOL vmlinux 0x991e346a padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x992d46b9 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x9935ee86 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993d1171 bio_endio +EXPORT_SYMBOL vmlinux 0x994a6be4 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9957a260 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x9964c5b1 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x997624c4 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99afe916 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x99b2b22f nobh_writepage +EXPORT_SYMBOL vmlinux 0x99bb8806 memmove +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99e280c3 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x99e3d126 unlock_page +EXPORT_SYMBOL vmlinux 0x99e932aa get_cached_acl +EXPORT_SYMBOL vmlinux 0x99f1a16b path_is_under +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a27bf35 tty_write_room +EXPORT_SYMBOL vmlinux 0x9a3ab854 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x9a626734 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x9a7f6874 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x9aa23083 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x9abd58c9 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x9ac6bc1d blk_execute_rq +EXPORT_SYMBOL vmlinux 0x9ac9314c __scm_send +EXPORT_SYMBOL vmlinux 0x9ae0784d remove_arg_zero +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9b0ec72c generic_file_fsync +EXPORT_SYMBOL vmlinux 0x9b23f83f d_validate +EXPORT_SYMBOL vmlinux 0x9b2e4221 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b3ea204 md_integrity_register +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b6f2207 audit_log_start +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9b9e1a19 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bce482f __release_region +EXPORT_SYMBOL vmlinux 0x9bd5a5b3 netdev_emerg +EXPORT_SYMBOL vmlinux 0x9be05c33 pci_iounmap +EXPORT_SYMBOL vmlinux 0x9be52028 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9be8db1b sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x9c2a13f8 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x9c4c5841 pci_set_master +EXPORT_SYMBOL vmlinux 0x9c4dd052 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x9c5bb365 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x9c627996 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x9c68f90f security_path_symlink +EXPORT_SYMBOL vmlinux 0x9c7da542 input_free_device +EXPORT_SYMBOL vmlinux 0x9c80e015 put_io_context +EXPORT_SYMBOL vmlinux 0x9c9f4b9b mnt_pin +EXPORT_SYMBOL vmlinux 0x9ca4f2c7 tty_check_change +EXPORT_SYMBOL vmlinux 0x9ca7962b release_pages +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9ccd12d5 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x9cd7a518 file_remove_suid +EXPORT_SYMBOL vmlinux 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL vmlinux 0x9ce54ad8 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d14983a ppc_enable_pmcs +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d5ccb9c sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x9d669763 memcpy +EXPORT_SYMBOL vmlinux 0x9d698b63 __nla_put +EXPORT_SYMBOL vmlinux 0x9d6a54c2 flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x9d6ef3aa pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x9d74d02c generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x9d7ce8dd _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x9d90f95f __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x9da79fbc netlink_net_capable +EXPORT_SYMBOL vmlinux 0x9dadc7e5 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x9dc04c9d vfs_link +EXPORT_SYMBOL vmlinux 0x9dc4be0b netif_carrier_on +EXPORT_SYMBOL vmlinux 0x9de2ceee netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x9de87b93 kfree_put_link +EXPORT_SYMBOL vmlinux 0x9dfe7307 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e1cfc90 ioremap_wc +EXPORT_SYMBOL vmlinux 0x9e1e93af mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e4a684c rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e55fde9 input_open_device +EXPORT_SYMBOL vmlinux 0x9e589f66 scsi_device_put +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e672ff6 scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e771685 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x9e7a676a neigh_table_init +EXPORT_SYMBOL vmlinux 0x9e901c6e check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0x9e927887 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x9e97375d rtas_busy_delay_time +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ec4caeb pci_find_capability +EXPORT_SYMBOL vmlinux 0x9ec56d5f pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9ee58626 seq_vprintf +EXPORT_SYMBOL vmlinux 0x9f1e8d5a fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x9f29e4ab blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f43a172 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4ff502 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x9f911629 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fb39554 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9ffb9753 kill_anon_super +EXPORT_SYMBOL vmlinux 0xa008ea9f ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xa03eaa6f security_path_rename +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa04e4cf6 md_flush_request +EXPORT_SYMBOL vmlinux 0xa04fe931 netif_device_attach +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa060ed0e sock_wfree +EXPORT_SYMBOL vmlinux 0xa063b49b end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa091b667 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0xa0966e4b unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa0a8e932 blk_end_request +EXPORT_SYMBOL vmlinux 0xa0aba40a generic_file_open +EXPORT_SYMBOL vmlinux 0xa0af258c kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ee19c4 dev_notice +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa11f332d blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa12c80a7 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa1466648 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa14fc194 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xa1602776 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xa1b21742 vme_irq_generate +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c846b5 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xa1c99385 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xa1d93262 netdev_change_features +EXPORT_SYMBOL vmlinux 0xa1e2356e devm_gpio_request +EXPORT_SYMBOL vmlinux 0xa1f8fe75 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa227d07c netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xa22ad856 irq_to_desc +EXPORT_SYMBOL vmlinux 0xa22cc53a pci_dev_put +EXPORT_SYMBOL vmlinux 0xa23aecfe blk_run_queue_async +EXPORT_SYMBOL vmlinux 0xa255b583 scsi_unregister +EXPORT_SYMBOL vmlinux 0xa2599590 bdevname +EXPORT_SYMBOL vmlinux 0xa26a4c82 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa28a647b pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xa2bbed37 crash_shutdown_register +EXPORT_SYMBOL vmlinux 0xa2cb7834 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa303d1ff dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xa30441b3 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0xa304f8a6 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xa31a68b6 dquot_initialize +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa31f160b dentry_unhash +EXPORT_SYMBOL vmlinux 0xa324cc98 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xa348d02a filemap_fault +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa375899c mutex_unlock +EXPORT_SYMBOL vmlinux 0xa38e691a ioremap_bot +EXPORT_SYMBOL vmlinux 0xa39b4cf2 udelay +EXPORT_SYMBOL vmlinux 0xa3abc422 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa3c1b9ed key_payload_reserve +EXPORT_SYMBOL vmlinux 0xa3c22e46 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xa3d4d525 md_done_sync +EXPORT_SYMBOL vmlinux 0xa3e75545 flush_tlb_kernel_range +EXPORT_SYMBOL vmlinux 0xa3ed3a44 page_readlink +EXPORT_SYMBOL vmlinux 0xa4049858 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xa40f453f setup_arg_pages +EXPORT_SYMBOL vmlinux 0xa41cb760 con_is_bound +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa43d6b93 pci_match_id +EXPORT_SYMBOL vmlinux 0xa4442f28 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xa46bccd7 vfs_readv +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa4a1b836 dquot_drop +EXPORT_SYMBOL vmlinux 0xa4a76ec4 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xa4a94d26 find_next_bit_le +EXPORT_SYMBOL vmlinux 0xa4b845e7 dev_close +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4e50312 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xa4eb081f of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0xa4ec0e80 alloc_fddidev +EXPORT_SYMBOL vmlinux 0xa5464b78 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xa5479bbf i2c_register_driver +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5585964 mmc_start_req +EXPORT_SYMBOL vmlinux 0xa56b8ab2 flex_array_free +EXPORT_SYMBOL vmlinux 0xa588ff36 from_kgid_munged +EXPORT_SYMBOL vmlinux 0xa591f060 sock_release +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5a633b9 sg_last +EXPORT_SYMBOL vmlinux 0xa5cdcb45 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xa5cef8ad release_resource +EXPORT_SYMBOL vmlinux 0xa603b96e dput +EXPORT_SYMBOL vmlinux 0xa6132973 bdget_disk +EXPORT_SYMBOL vmlinux 0xa626312a pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xa629a3cc bio_integrity_endio +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63e4122 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xa652c4ef __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xa65972b8 _memcpy_toio +EXPORT_SYMBOL vmlinux 0xa663de6c flow_cache_fini +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa697194e simple_unlink +EXPORT_SYMBOL vmlinux 0xa6c06780 writeback_in_progress +EXPORT_SYMBOL vmlinux 0xa6ca672f vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xa6e6f18f devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xa70f6fbc tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xa718feac udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xa720678c lg_global_lock +EXPORT_SYMBOL vmlinux 0xa72997a1 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa7452580 udp_poll +EXPORT_SYMBOL vmlinux 0xa74f4e9b ida_simple_get +EXPORT_SYMBOL vmlinux 0xa751b796 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xa7649342 security_path_mknod +EXPORT_SYMBOL vmlinux 0xa77ca8b3 nf_reinject +EXPORT_SYMBOL vmlinux 0xa78d9eb7 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xa7a761fd flow_cache_lookup +EXPORT_SYMBOL vmlinux 0xa8167dea of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xa822843a fb_set_suspend +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa82aab44 vc_cons +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa857aeab scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0xa861ab6e __ioremap +EXPORT_SYMBOL vmlinux 0xa86f9577 simple_readpage +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa87b2203 vfs_open +EXPORT_SYMBOL vmlinux 0xa8862421 current_fs_time +EXPORT_SYMBOL vmlinux 0xa89464b7 __ashldi3 +EXPORT_SYMBOL vmlinux 0xa8d327dc tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xa8e7d011 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0xa8f96c78 filp_close +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9148007 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa91e640e nobh_truncate_page +EXPORT_SYMBOL vmlinux 0xa9273e1a epapr_hypercall_start +EXPORT_SYMBOL vmlinux 0xa93d23fa dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xa9571d6d DMA_MODE_WRITE +EXPORT_SYMBOL vmlinux 0xa95e688c noop_llseek +EXPORT_SYMBOL vmlinux 0xa978b7c6 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xa9859c79 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xa98ee3a0 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0xa9a13ca3 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xa9a4feaf sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xa9ba9b4b tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xa9c62d4d simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9d290c2 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xa9d3debd jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xa9d45c13 mount_subtree +EXPORT_SYMBOL vmlinux 0xa9effda5 __first_cpu +EXPORT_SYMBOL vmlinux 0xa9f2fb40 agp_bind_memory +EXPORT_SYMBOL vmlinux 0xa9ff806c posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xaa08ea40 bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0xaa0a3889 tc_classify_compat +EXPORT_SYMBOL vmlinux 0xaa3171a4 clocksource_register +EXPORT_SYMBOL vmlinux 0xaa46e87e lg_local_unlock +EXPORT_SYMBOL vmlinux 0xaa4df512 pmu_batteries +EXPORT_SYMBOL vmlinux 0xaa581406 phy_init_eee +EXPORT_SYMBOL vmlinux 0xaa5efd69 mmc_can_reset +EXPORT_SYMBOL vmlinux 0xaa686064 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6d32ff d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0xaa6e4df5 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa6f8774 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaaaefe29 dev_trans_start +EXPORT_SYMBOL vmlinux 0xaab3f54a __netif_schedule +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaaecd770 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab09c483 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xab0ae386 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xab159c68 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xab22e333 release_sock +EXPORT_SYMBOL vmlinux 0xab67d448 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab7a77c6 km_query +EXPORT_SYMBOL vmlinux 0xaba3ad0c radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xaba81198 freezing_slow_path +EXPORT_SYMBOL vmlinux 0xabacc75e del_gendisk +EXPORT_SYMBOL vmlinux 0xabb69642 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabc74685 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xac09582f pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac22f953 inode_init_owner +EXPORT_SYMBOL vmlinux 0xac26b820 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xac51caac seq_read +EXPORT_SYMBOL vmlinux 0xac783de0 unregister_cdrom +EXPORT_SYMBOL vmlinux 0xac81b86d scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xac8e19b0 module_refcount +EXPORT_SYMBOL vmlinux 0xac8fb255 install_exec_creds +EXPORT_SYMBOL vmlinux 0xaca7c56e xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xacaaa111 free_buffer_head +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacc5b5d2 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacdd71b2 bio_map_kern +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad26ce28 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xad2b36b5 skb_queue_tail +EXPORT_SYMBOL vmlinux 0xad3de9ab max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xad3f0da8 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xad420d3d force_sig +EXPORT_SYMBOL vmlinux 0xad509358 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xad50cebb i8253_lock +EXPORT_SYMBOL vmlinux 0xad5958ed max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xad76c1bc blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xada39bc6 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0xadc3015f pcie_port_service_register +EXPORT_SYMBOL vmlinux 0xadc5e07d ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xadcc667d fsl_lbc_ctrl_dev +EXPORT_SYMBOL vmlinux 0xadd1e971 alignment_exception +EXPORT_SYMBOL vmlinux 0xadd241ac vme_irq_free +EXPORT_SYMBOL vmlinux 0xaddd4770 __debugger_iabr_match +EXPORT_SYMBOL vmlinux 0xadf1616f uart_suspend_port +EXPORT_SYMBOL vmlinux 0xadf42bd5 __request_region +EXPORT_SYMBOL vmlinux 0xae237e39 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xae369896 mac_find_mode +EXPORT_SYMBOL vmlinux 0xae396cbc mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xae3ff0fc ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xae545f06 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae77a595 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0xae83457e inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0xae83df73 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0xae85a27e radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xae969479 vga_get +EXPORT_SYMBOL vmlinux 0xaea59eb4 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xaeab62d7 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaef314c2 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xaf063510 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xaf0f6b1c agp_free_page_array +EXPORT_SYMBOL vmlinux 0xaf2d872c prepare_to_wait +EXPORT_SYMBOL vmlinux 0xaf34f8ec ether_setup +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4ab624 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xaf5280d5 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf8cacdf fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9340a7 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xafa091bb skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xafa16d94 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafb6f39c skb_unlink +EXPORT_SYMBOL vmlinux 0xafff3d1d mempool_alloc +EXPORT_SYMBOL vmlinux 0xb01e70c9 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xb03267f5 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xb0373d0f bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xb04241b4 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xb04a71a9 simple_fill_super +EXPORT_SYMBOL vmlinux 0xb058618f bdi_destroy +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb08936fe of_device_alloc +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0ba8467 inetdev_by_index +EXPORT_SYMBOL vmlinux 0xb0d8c05f backlight_device_register +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb10460c2 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xb1093e69 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xb1146812 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xb12a6075 make_bad_inode +EXPORT_SYMBOL vmlinux 0xb12aa9d0 mount_bdev +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb13b8853 vme_master_request +EXPORT_SYMBOL vmlinux 0xb15bd8fa tb_ticks_per_sec +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb16ebaf7 register_netdevice +EXPORT_SYMBOL vmlinux 0xb1714b37 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c6e787 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1cf588f end_page_writeback +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1e4be2d macio_request_resources +EXPORT_SYMBOL vmlinux 0xb1e997c5 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0xb2161e65 __break_lease +EXPORT_SYMBOL vmlinux 0xb21c9924 mntget +EXPORT_SYMBOL vmlinux 0xb233762c atomic64_set +EXPORT_SYMBOL vmlinux 0xb251daf8 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xb2663875 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb2759f2c unregister_exec_domain +EXPORT_SYMBOL vmlinux 0xb2a7f26e agp_allocate_memory +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2c657d1 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb3071afc give_up_console +EXPORT_SYMBOL vmlinux 0xb30fd7c6 mapping_tagged +EXPORT_SYMBOL vmlinux 0xb3112eae d_drop +EXPORT_SYMBOL vmlinux 0xb31526ee sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xb32d1270 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0xb32d7b7e radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xb32fd6f0 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xb357b34a mach_powermac +EXPORT_SYMBOL vmlinux 0xb35958f8 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xb37b78d9 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xb3852d4b block_invalidatepage +EXPORT_SYMBOL vmlinux 0xb38ab6bd __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xb3a58c57 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xb3e2dcb7 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xb3f35d6a kmalloc_caches +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb425370a genphy_config_init +EXPORT_SYMBOL vmlinux 0xb466cf13 rfkill_alloc +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47d2586 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xb4801610 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0xb4862720 blk_delay_queue +EXPORT_SYMBOL vmlinux 0xb491e2bc icmp_send +EXPORT_SYMBOL vmlinux 0xb4b23a15 __scm_destroy +EXPORT_SYMBOL vmlinux 0xb4e74793 mdiobus_free +EXPORT_SYMBOL vmlinux 0xb4f7b1ae cfb_copyarea +EXPORT_SYMBOL vmlinux 0xb5083e7f generic_permission +EXPORT_SYMBOL vmlinux 0xb5271e8b abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xb53a4336 kmap_pte +EXPORT_SYMBOL vmlinux 0xb53cc314 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb54852e0 inet6_add_offload +EXPORT_SYMBOL vmlinux 0xb548cf60 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xb55744f2 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xb55b57f7 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xb55d8c43 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb576928b of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xb5a0841d inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5acda63 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xb5b34c20 locks_free_lock +EXPORT_SYMBOL vmlinux 0xb5c5b409 inet_csk_accept +EXPORT_SYMBOL vmlinux 0xb5d0d162 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xb5d3b853 unregister_console +EXPORT_SYMBOL vmlinux 0xb5d9454c printk_emit +EXPORT_SYMBOL vmlinux 0xb5e73b6e inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xb5fab199 simple_rmdir +EXPORT_SYMBOL vmlinux 0xb60f66d0 simple_setattr +EXPORT_SYMBOL vmlinux 0xb614e019 of_find_property +EXPORT_SYMBOL vmlinux 0xb621b93c fget +EXPORT_SYMBOL vmlinux 0xb624f4dc vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xb6315574 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb6599b9a machine_check_exception +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a0a4c4 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6adacc9 scsi_register +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6cd2f58 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xb6de7a5c swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xb753bcc8 __ashrdi3 +EXPORT_SYMBOL vmlinux 0xb75514c7 bdget +EXPORT_SYMBOL vmlinux 0xb75a9e4f fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0xb7677bcd vm_insert_pfn +EXPORT_SYMBOL vmlinux 0xb76ce872 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb79a4e1a store_fp_state +EXPORT_SYMBOL vmlinux 0xb7a99781 __irq_regs +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7f6f77b pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xb803d82d unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb8328950 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xb836e351 single_open_size +EXPORT_SYMBOL vmlinux 0xb86d5b6d proc_create_data +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb8a50d94 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xb8aa2342 __check_region +EXPORT_SYMBOL vmlinux 0xb8b2555a sock_create +EXPORT_SYMBOL vmlinux 0xb8ca59a9 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb8f872f4 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0xb908eda5 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xb90ab239 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xb91d0297 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xb9221469 of_match_device +EXPORT_SYMBOL vmlinux 0xb936efd8 dev_get_stats +EXPORT_SYMBOL vmlinux 0xb9403fd8 cdrom_open +EXPORT_SYMBOL vmlinux 0xb941cbe7 pci_platform_rom +EXPORT_SYMBOL vmlinux 0xb94b3ee1 dev_printk +EXPORT_SYMBOL vmlinux 0xb9501b80 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xb95921a3 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xb95dc8a7 update_devfreq +EXPORT_SYMBOL vmlinux 0xb9766071 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xb9841910 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xb98568b9 netlink_ack +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9a99d28 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9efe094 poll_initwait +EXPORT_SYMBOL vmlinux 0xb9f28588 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xb9f9751c scsi_register_interface +EXPORT_SYMBOL vmlinux 0xba044676 netpoll_setup +EXPORT_SYMBOL vmlinux 0xba08c43e sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xba0da04a inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xba20cf8a blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xba40c9ff i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba49c7e0 d_path +EXPORT_SYMBOL vmlinux 0xba8bf7a7 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0xbac606cd ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xbad5b8d8 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xbae68818 PDE_DATA +EXPORT_SYMBOL vmlinux 0xbb41a844 phy_driver_register +EXPORT_SYMBOL vmlinux 0xbb4eda3a devm_free_irq +EXPORT_SYMBOL vmlinux 0xbb505c7d tty_port_close +EXPORT_SYMBOL vmlinux 0xbb525a67 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xbb527ed8 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb67091a scsi_reset_provider +EXPORT_SYMBOL vmlinux 0xbb8e911f rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xbb97d3bb get_task_io_context +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbc8da58 register_console +EXPORT_SYMBOL vmlinux 0xbbd0fc0c pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xbbd3c2ec padata_alloc +EXPORT_SYMBOL vmlinux 0xbbffdbb3 ip_ct_attach +EXPORT_SYMBOL vmlinux 0xbc2d57e1 put_tty_driver +EXPORT_SYMBOL vmlinux 0xbc316de4 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0xbc3ad2d0 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xbc490b0a abort_creds +EXPORT_SYMBOL vmlinux 0xbc4a0a4d netdev_notice +EXPORT_SYMBOL vmlinux 0xbc57790b follow_down_one +EXPORT_SYMBOL vmlinux 0xbc85d996 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xbc94c5ff eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcc93b74 dquot_quota_off +EXPORT_SYMBOL vmlinux 0xbced386f pci_choose_state +EXPORT_SYMBOL vmlinux 0xbcf150f9 xor_altivec_5 +EXPORT_SYMBOL vmlinux 0xbcfe779b unlock_new_inode +EXPORT_SYMBOL vmlinux 0xbd134d8f kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0xbd1d1e0b pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xbd2c9e14 pci_save_state +EXPORT_SYMBOL vmlinux 0xbd553960 simple_link +EXPORT_SYMBOL vmlinux 0xbd70e888 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xbd72e725 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0xbd803510 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xbd8d541d flush_hash_pages +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd9e5d49 __lshrdi3 +EXPORT_SYMBOL vmlinux 0xbdaf7f82 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xbdba9828 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xbdcc3546 phy_attach +EXPORT_SYMBOL vmlinux 0xbdd8ab39 pmac_suspend_agp_for_card +EXPORT_SYMBOL vmlinux 0xbdefed58 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe11fad6 generic_removexattr +EXPORT_SYMBOL vmlinux 0xbe1fee70 blk_fetch_request +EXPORT_SYMBOL vmlinux 0xbe238426 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xbe2579ac tcf_exts_change +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe51b8c9 get_pci_dma_ops +EXPORT_SYMBOL vmlinux 0xbe63ee40 request_resource +EXPORT_SYMBOL vmlinux 0xbe6642fc tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0xbe9f8068 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xbea89258 flush_hash_entry +EXPORT_SYMBOL vmlinux 0xbeab16d4 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xbec60339 dma_pool_create +EXPORT_SYMBOL vmlinux 0xbec7dfbe input_set_capability +EXPORT_SYMBOL vmlinux 0xbee20bec tcp_connect +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf061fe4 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xbf16262c netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xbf1b1ced __bio_clone_fast +EXPORT_SYMBOL vmlinux 0xbf3713db tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xbf39341c skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xbf5dae7e dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xbf7d81f8 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf805da7 __devm_release_region +EXPORT_SYMBOL vmlinux 0xbf8889b6 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf925c42 idr_init +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfb8b0b7 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbfef89df abx500_register_ops +EXPORT_SYMBOL vmlinux 0xbff47a8f sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xc01d7e56 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xc058689e bio_chain +EXPORT_SYMBOL vmlinux 0xc05f9fc4 secpath_dup +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc06c45b8 iterate_supers_type +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc0863598 mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xc0a15621 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0c17563 inode_permission +EXPORT_SYMBOL vmlinux 0xc0d84ced cuda_poll +EXPORT_SYMBOL vmlinux 0xc0f81526 touch_atime +EXPORT_SYMBOL vmlinux 0xc1158a2c uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc1228f2c dev_disable_lro +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc13a10dc flex_array_alloc +EXPORT_SYMBOL vmlinux 0xc13dd0a5 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0xc15be326 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xc189350f filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xc18c381d scsi_dma_map +EXPORT_SYMBOL vmlinux 0xc19b2dd8 do_splice_direct +EXPORT_SYMBOL vmlinux 0xc1a7c56d unregister_key_type +EXPORT_SYMBOL vmlinux 0xc1ac55db misc_deregister +EXPORT_SYMBOL vmlinux 0xc1b82d22 register_shrinker +EXPORT_SYMBOL vmlinux 0xc1d0ea25 scsi_host_get +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1dd4a7f adb_request +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1e90393 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xc1ec1070 dquot_alloc +EXPORT_SYMBOL vmlinux 0xc1febb94 textsearch_register +EXPORT_SYMBOL vmlinux 0xc20db797 vga_con +EXPORT_SYMBOL vmlinux 0xc21d19c8 cdev_del +EXPORT_SYMBOL vmlinux 0xc22c6f3a of_find_device_by_node +EXPORT_SYMBOL vmlinux 0xc2418641 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc2596102 textsearch_destroy +EXPORT_SYMBOL vmlinux 0xc2779637 inet_put_port +EXPORT_SYMBOL vmlinux 0xc27907fe __blk_end_request_all +EXPORT_SYMBOL vmlinux 0xc2795920 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xc28a63b2 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xc28fe34c vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xc291b3c5 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0xc2934b59 eth_header +EXPORT_SYMBOL vmlinux 0xc2961436 tcp_poll +EXPORT_SYMBOL vmlinux 0xc2abef51 ip_fragment +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc302b979 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xc316dd8f inode_set_flags +EXPORT_SYMBOL vmlinux 0xc34d83c8 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xc368849f nvram_sync +EXPORT_SYMBOL vmlinux 0xc382caa5 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xc383d41a pci_enable_device +EXPORT_SYMBOL vmlinux 0xc38564f1 dquot_transfer +EXPORT_SYMBOL vmlinux 0xc3af7cca agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xc3dfe807 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xc4011334 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc430f4b3 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xc432d76a nf_register_hook +EXPORT_SYMBOL vmlinux 0xc43383e7 skb_queue_head +EXPORT_SYMBOL vmlinux 0xc433e3c8 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xc43a6c8c i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xc45755de find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xc46377f0 sync_blockdev +EXPORT_SYMBOL vmlinux 0xc47b56a8 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xc47cdf9c _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xc4909abf netdev_update_features +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4b95a1b genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xc4c276ba override_creds +EXPORT_SYMBOL vmlinux 0xc4d6503f of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xc4ec300d mdio_bus_type +EXPORT_SYMBOL vmlinux 0xc511f134 dev_load +EXPORT_SYMBOL vmlinux 0xc5367efc bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xc540bbb9 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc5582bc4 inode_init_once +EXPORT_SYMBOL vmlinux 0xc55c2a9d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xc55de23c percpu_counter_set +EXPORT_SYMBOL vmlinux 0xc5718627 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0xc5771a6f blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc58a084a frontswap_register_ops +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59cd49c phy_stop +EXPORT_SYMBOL vmlinux 0xc5a98b3d i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e35107 dump_skip +EXPORT_SYMBOL vmlinux 0xc5e4394f of_get_min_tck +EXPORT_SYMBOL vmlinux 0xc5f06415 lock_sock_fast +EXPORT_SYMBOL vmlinux 0xc5f846c1 unregister_binfmt +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc60d4b67 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0xc61b900d xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc643a222 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc65d7585 max8998_read_reg +EXPORT_SYMBOL vmlinux 0xc66a7735 blk_run_queue +EXPORT_SYMBOL vmlinux 0xc68d3fb8 bio_clone_fast +EXPORT_SYMBOL vmlinux 0xc6b22c71 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xc6b44050 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6dd6237 bio_copy_user +EXPORT_SYMBOL vmlinux 0xc6e8d3ea iov_iter_init +EXPORT_SYMBOL vmlinux 0xc6fcf6d7 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xc70d0076 macio_release_resource +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc748360c mmc_get_card +EXPORT_SYMBOL vmlinux 0xc74b2c39 pci_restore_state +EXPORT_SYMBOL vmlinux 0xc7525b95 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xc753678c da903x_query_status +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc76005d6 netdev_features_change +EXPORT_SYMBOL vmlinux 0xc76b10ff shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xc776a80f xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7898275 flex_array_shrink +EXPORT_SYMBOL vmlinux 0xc795e23e cpu_core_map +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc79f707e __sb_end_write +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7aec244 set_user_nice +EXPORT_SYMBOL vmlinux 0xc7bfad31 tso_build_data +EXPORT_SYMBOL vmlinux 0xc7c6d28b input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xc7dab835 vme_register_driver +EXPORT_SYMBOL vmlinux 0xc7dd5409 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xc7ec1f9a of_get_pci_address +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc8166a59 genlmsg_put +EXPORT_SYMBOL vmlinux 0xc8276a79 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84ac4a9 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xc84b9770 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xc8571bcb idr_for_each +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc88294db ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xc88cc771 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8b62456 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xc8c5b056 gen_pool_alloc +EXPORT_SYMBOL vmlinux 0xc8d499ed i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xc8f27be2 bdi_unregister +EXPORT_SYMBOL vmlinux 0xc93fbc54 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xc94a6869 set_device_ro +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc966032e get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xc9699588 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xc96fac1f set_bdi_congested +EXPORT_SYMBOL vmlinux 0xc97ce7dc generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xc97d1a1d mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xc980f0e3 scsi_device_get +EXPORT_SYMBOL vmlinux 0xc994e98c twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9af03fd scsi_remove_host +EXPORT_SYMBOL vmlinux 0xc9b8c308 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0xc9bd54b6 thaw_super +EXPORT_SYMBOL vmlinux 0xc9c16902 kill_fasync +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca1df7be tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xca2b1cd6 ida_pre_get +EXPORT_SYMBOL vmlinux 0xca393014 inet6_getname +EXPORT_SYMBOL vmlinux 0xca3b28c6 store_vr_state +EXPORT_SYMBOL vmlinux 0xca41ddc5 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xca4c4e7c generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca825895 pmu_suspend +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca958ba9 netdev_warn +EXPORT_SYMBOL vmlinux 0xca9f99c3 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xcab9b720 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xcacbd9ed iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0xcacd272d atomic64_sub_return +EXPORT_SYMBOL vmlinux 0xcace6297 idr_is_empty +EXPORT_SYMBOL vmlinux 0xcad08e48 mmu_hash_lock +EXPORT_SYMBOL vmlinux 0xcae35f4c jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0586d1 vmap +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb2c06b3 register_qdisc +EXPORT_SYMBOL vmlinux 0xcb351cd9 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xcb3db41f inet6_ioctl +EXPORT_SYMBOL vmlinux 0xcb4c4bf7 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xcb4fe3dc setup_new_exec +EXPORT_SYMBOL vmlinux 0xcb65dff1 scsi_get_command +EXPORT_SYMBOL vmlinux 0xcb76b9bf tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xcb982c18 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xcbbc7f12 down_write_trylock +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc2ac3f tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbd61035 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0xcc0c50fe __breadahead +EXPORT_SYMBOL vmlinux 0xcc17504d _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xcc17af88 dump_align +EXPORT_SYMBOL vmlinux 0xcc23c2f1 mach_chrp +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc363f17 tty_port_close_start +EXPORT_SYMBOL vmlinux 0xcc4f4fe3 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc6475e6 of_create_pci_dev +EXPORT_SYMBOL vmlinux 0xcc697bc3 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xcc795c76 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xccbae3b5 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccd0edc0 input_get_keycode +EXPORT_SYMBOL vmlinux 0xccee68ed dev_mc_init +EXPORT_SYMBOL vmlinux 0xccfc95d2 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xcd0529c7 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xcd22d0d6 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd2c5a31 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xcd4b3508 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xcd4f370c skb_copy +EXPORT_SYMBOL vmlinux 0xcd786fe4 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xcd86c87f __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xcd877efc pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0xcd8b1db5 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xcd9266ee pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xcdae5c03 freeze_bdev +EXPORT_SYMBOL vmlinux 0xcdbc705d tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0xcdbd75b2 clear_user_page +EXPORT_SYMBOL vmlinux 0xcdc126b8 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce29dfbc jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xce409cda pmac_set_early_video_resume +EXPORT_SYMBOL vmlinux 0xce41efde netlink_unicast +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5c9fc2 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xce8d6088 do_splice_from +EXPORT_SYMBOL vmlinux 0xce94a9f0 save_mount_options +EXPORT_SYMBOL vmlinux 0xce9d8f05 skb_put +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceaba6ae bio_copy_kern +EXPORT_SYMBOL vmlinux 0xceb01a26 dev_driver_string +EXPORT_SYMBOL vmlinux 0xceb91a31 scm_fp_dup +EXPORT_SYMBOL vmlinux 0xced64ec3 kthread_bind +EXPORT_SYMBOL vmlinux 0xced8112c inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xceea06c1 tty_unlock +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcef98030 input_unregister_device +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf046dc1 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xcf3025cb inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xcf3fcc43 cdev_add +EXPORT_SYMBOL vmlinux 0xcf40b8da jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xcf4fe29a kdb_current_task +EXPORT_SYMBOL vmlinux 0xcf50ee0d tso_count_descs +EXPORT_SYMBOL vmlinux 0xcf65d27c iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xcf833e21 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xcf8fbda3 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0xcf91947a netpoll_print_options +EXPORT_SYMBOL vmlinux 0xcfd1705c jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0xcfd4eea9 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xcfe80d92 __inet6_hash +EXPORT_SYMBOL vmlinux 0xcfea7f32 __frontswap_test +EXPORT_SYMBOL vmlinux 0xcfecdcf3 loop_backing_file +EXPORT_SYMBOL vmlinux 0xcffa2eed jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xd0038b9a inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xd00739d5 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0xd01207bc mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd037b9fa bdev_stack_limits +EXPORT_SYMBOL vmlinux 0xd03ba6a3 msi_bitmap_free_hwirqs +EXPORT_SYMBOL vmlinux 0xd0456f5d seq_printf +EXPORT_SYMBOL vmlinux 0xd0471435 __genl_register_family +EXPORT_SYMBOL vmlinux 0xd058c38a set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd0873d56 led_blink_set +EXPORT_SYMBOL vmlinux 0xd0971613 read_cache_page +EXPORT_SYMBOL vmlinux 0xd09d0643 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xd0a02378 kernel_listen +EXPORT_SYMBOL vmlinux 0xd0a45fa5 pmu_enable_irled +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0c3f075 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xd0cb45ef vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd11c67f3 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xd1262886 rtas_data_buf +EXPORT_SYMBOL vmlinux 0xd130e7a2 eth_type_trans +EXPORT_SYMBOL vmlinux 0xd1516472 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0xd17002b9 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xd17ba2e5 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xd17f4c12 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd19fe1ed nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xd1e3c0a6 vfs_statfs +EXPORT_SYMBOL vmlinux 0xd1e3f3c4 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xd20579ea twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xd21310cc nla_reserve +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd231d058 pci_bus_get +EXPORT_SYMBOL vmlinux 0xd233015c thaw_bdev +EXPORT_SYMBOL vmlinux 0xd24fa73d swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd2632427 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd28bab0a wait_iff_congested +EXPORT_SYMBOL vmlinux 0xd29ac538 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xd29e9ddc xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xd2a941d4 sg_init_table +EXPORT_SYMBOL vmlinux 0xd2ab6e5f skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xd2ae561a unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xd2af138b reservation_ww_class +EXPORT_SYMBOL vmlinux 0xd2b1698f vme_lm_request +EXPORT_SYMBOL vmlinux 0xd2bea296 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xd2c967cb ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2ec8255 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xd2f9cf70 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xd2fc19bd proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0xd3187da4 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd31fd8e5 neigh_lookup +EXPORT_SYMBOL vmlinux 0xd35bc71e generic_setlease +EXPORT_SYMBOL vmlinux 0xd35f3c9a dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xd3616c12 kmap_high +EXPORT_SYMBOL vmlinux 0xd38d686a generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xd38d7dd4 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xd398b423 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xd3c9ab73 inet_frag_find +EXPORT_SYMBOL vmlinux 0xd3e6f60d cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xd3f331e5 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xd409383c pmu_request +EXPORT_SYMBOL vmlinux 0xd40f610e tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xd4167c04 blk_peek_request +EXPORT_SYMBOL vmlinux 0xd418e1c0 adjust_resource +EXPORT_SYMBOL vmlinux 0xd438221a jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xd43a6ce8 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xd46c458a iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xd49402fe write_cache_pages +EXPORT_SYMBOL vmlinux 0xd499b9f1 sk_wait_data +EXPORT_SYMBOL vmlinux 0xd49ccd8d dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0xd551b1f2 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0xd5710bde dquot_operations +EXPORT_SYMBOL vmlinux 0xd58310da ___pskb_trim +EXPORT_SYMBOL vmlinux 0xd584c66f put_disk +EXPORT_SYMBOL vmlinux 0xd5a451f6 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xd5a5a236 down_read_trylock +EXPORT_SYMBOL vmlinux 0xd5a696c1 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0xd5b2e52a single_step_exception +EXPORT_SYMBOL vmlinux 0xd5b3cbb6 kill_bdev +EXPORT_SYMBOL vmlinux 0xd5cdea51 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xd5e8444a __div64_32 +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd5fd3fa2 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xd601d6b0 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xd606503d register_sysctl +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd61ebe9e netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xd622aa72 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xd627480b strncat +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd62d4aef zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xd63305ad blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd668d0cc tty_unthrottle +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd68968d5 tcf_hash_release +EXPORT_SYMBOL vmlinux 0xd699a616 key_reject_and_link +EXPORT_SYMBOL vmlinux 0xd69b30e0 atomic64_add_unless +EXPORT_SYMBOL vmlinux 0xd6a10853 d_lookup +EXPORT_SYMBOL vmlinux 0xd6a10d94 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xd6ab6976 seq_lseek +EXPORT_SYMBOL vmlinux 0xd6d63e9d lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xd6df97d1 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6eeb40e bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0xd6f26d76 block_commit_write +EXPORT_SYMBOL vmlinux 0xd6fb7388 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xd70682fb scsi_target_resume +EXPORT_SYMBOL vmlinux 0xd74c14d7 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd7629b8a pci_dev_get +EXPORT_SYMBOL vmlinux 0xd770cd1b dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd7889164 tcf_hash_check +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd79242df mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7a2393f nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xd7b5b0a2 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xd7b9d65c cdev_alloc +EXPORT_SYMBOL vmlinux 0xd7c0a75a dquot_acquire +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd807f9c4 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xd83dca89 blkdev_fsync +EXPORT_SYMBOL vmlinux 0xd84024dd __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xd8632efb scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xd8672e37 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xd893550a skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd89f4fb3 padata_add_cpu +EXPORT_SYMBOL vmlinux 0xd8bc21f8 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0xd8c99e32 vfs_rmdir +EXPORT_SYMBOL vmlinux 0xd8cd155e __ip_dev_find +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8f13152 fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0xd8f60064 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xd90507f7 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xd92514ca agp_special_page +EXPORT_SYMBOL vmlinux 0xd92a8c08 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd93d6a3f dev_get_flags +EXPORT_SYMBOL vmlinux 0xd9498b22 proc_dointvec +EXPORT_SYMBOL vmlinux 0xd977fbcd qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98a622a tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0xd9aef7d8 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xd9bac924 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xd9bfaf3e skb_checksum +EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xd9d5f0cd sock_register +EXPORT_SYMBOL vmlinux 0xd9dda65e clocksource_unregister +EXPORT_SYMBOL vmlinux 0xd9fc17c3 proc_symlink +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda3806f2 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda4a7b8c dqput +EXPORT_SYMBOL vmlinux 0xda4ac827 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xda4eaca5 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda84c53a __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xda872e0d get_io_context +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda90f19e key_task_permission +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdaab9ab1 notify_change +EXPORT_SYMBOL vmlinux 0xdad89411 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xdae1c946 inet6_release +EXPORT_SYMBOL vmlinux 0xdb1025ad genphy_resume +EXPORT_SYMBOL vmlinux 0xdb220039 seq_path +EXPORT_SYMBOL vmlinux 0xdb4fba58 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0xdb56bf1c scsi_add_device +EXPORT_SYMBOL vmlinux 0xdb5c1b51 inc_nlink +EXPORT_SYMBOL vmlinux 0xdb65ae0a vfs_writev +EXPORT_SYMBOL vmlinux 0xdb65b6da md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7ddde1 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xdbc36c96 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xdbc8b233 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbd59ec6 fb_find_mode +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1a7558 pci_map_rom +EXPORT_SYMBOL vmlinux 0xdc2f5aaf textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xdc3d3d8e twl6040_power +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc54f1a9 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xdc5bad94 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xdc6ff9af wireless_send_event +EXPORT_SYMBOL vmlinux 0xdc942659 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xdc9426f7 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xdc9498dd down +EXPORT_SYMBOL vmlinux 0xdc94b788 vga_put +EXPORT_SYMBOL vmlinux 0xdc96831d block_truncate_page +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdccc6adc skb_seq_read +EXPORT_SYMBOL vmlinux 0xdcd02489 touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0xdcec17c4 vme_register_bridge +EXPORT_SYMBOL vmlinux 0xdcefb9a5 pmu_resume +EXPORT_SYMBOL vmlinux 0xdcfbe958 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xdd01b30d __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd0bd71b __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xdd2492da sock_no_mmap +EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr +EXPORT_SYMBOL vmlinux 0xdd283df4 user_path_create +EXPORT_SYMBOL vmlinux 0xdd6f3039 __cleancache_put_page +EXPORT_SYMBOL vmlinux 0xdd8837f5 noop_qdisc +EXPORT_SYMBOL vmlinux 0xdda540c4 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xddacefdc ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xddbd1d7d xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xddbe220e pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xddc7e6ca phy_device_free +EXPORT_SYMBOL vmlinux 0xdddb9616 input_inject_event +EXPORT_SYMBOL vmlinux 0xdddda961 nobh_write_begin +EXPORT_SYMBOL vmlinux 0xde01ec41 md_check_recovery +EXPORT_SYMBOL vmlinux 0xde073bbc locks_remove_posix +EXPORT_SYMBOL vmlinux 0xde0c6b68 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde1b3ea1 flush_tlb_page +EXPORT_SYMBOL vmlinux 0xde35c4b2 serio_reconnect +EXPORT_SYMBOL vmlinux 0xde48e9ca _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xde63b613 dev_add_pack +EXPORT_SYMBOL vmlinux 0xde6f1054 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xde882dd1 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xde909dc3 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xde91448c load_vr_state +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdecdf59b netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xdee2495c ip6_xmit +EXPORT_SYMBOL vmlinux 0xdf0c4c67 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xdf0f3ed1 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xdf2874bd xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf36be1e d_obtain_alias +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf71fcdb set_groups +EXPORT_SYMBOL vmlinux 0xdf874693 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf929d6d blk_sync_queue +EXPORT_SYMBOL vmlinux 0xdf9e10a4 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0xdf9eb8cc new_sync_read +EXPORT_SYMBOL vmlinux 0xdfa0f0f0 i2c_del_driver +EXPORT_SYMBOL vmlinux 0xdfafe63d i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xdff43ed4 __debugger +EXPORT_SYMBOL vmlinux 0xdff56e64 adb_poll +EXPORT_SYMBOL vmlinux 0xdff7a1ce iterate_fd +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffe7eca do_SAK +EXPORT_SYMBOL vmlinux 0xe0022f52 check_disk_change +EXPORT_SYMBOL vmlinux 0xe005eb88 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xe00892d5 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0xe0421055 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xe0431df4 pci_device_from_OF_node +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe05607a4 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xe05b6e41 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0xe05c5fbc rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe06c39be inet_accept +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe094ef39 sg_next +EXPORT_SYMBOL vmlinux 0xe09ea0a0 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xe0aacd70 bdi_register_dev +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b45942 devm_ioremap_prot +EXPORT_SYMBOL vmlinux 0xe0d0e79e from_kgid +EXPORT_SYMBOL vmlinux 0xe0ea1046 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xe102d7c4 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xe10bd654 prepare_binprm +EXPORT_SYMBOL vmlinux 0xe10f9ba1 input_reset_device +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe157776d agp_create_memory +EXPORT_SYMBOL vmlinux 0xe1650315 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xe1657a77 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe1965a89 __ps2_command +EXPORT_SYMBOL vmlinux 0xe1a6dcf0 skb_split +EXPORT_SYMBOL vmlinux 0xe1a7365b find_vma +EXPORT_SYMBOL vmlinux 0xe1ee15b1 nf_log_unset +EXPORT_SYMBOL vmlinux 0xe1eef58a wireless_spy_update +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe21c2db7 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xe2285c04 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL vmlinux 0xe234dac5 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe24e13d1 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe25840c2 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2be5498 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xe2c4d69b blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0xe2c52996 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xe2ca5e17 tcp_proc_register +EXPORT_SYMBOL vmlinux 0xe2d02d2f input_set_abs_params +EXPORT_SYMBOL vmlinux 0xe2d2cb87 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2dfee73 switch_mmu_context +EXPORT_SYMBOL vmlinux 0xe2e50489 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xe2e7e10c __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2eb5bcb proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xe2fac186 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe307390d cap_mmap_file +EXPORT_SYMBOL vmlinux 0xe3138880 sock_wake_async +EXPORT_SYMBOL vmlinux 0xe328acad devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xe3364a79 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0xe336e33d sget +EXPORT_SYMBOL vmlinux 0xe33f6b7c kmem_cache_create +EXPORT_SYMBOL vmlinux 0xe359b4ab pci_pme_active +EXPORT_SYMBOL vmlinux 0xe3779481 ilookup +EXPORT_SYMBOL vmlinux 0xe37ec950 input_register_device +EXPORT_SYMBOL vmlinux 0xe3a86e6a rtnl_notify +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3dcaffb of_get_property +EXPORT_SYMBOL vmlinux 0xe3dd607e pci_disable_msi +EXPORT_SYMBOL vmlinux 0xe3ef9054 km_new_mapping +EXPORT_SYMBOL vmlinux 0xe41a8ec3 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xe42ffc9a phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xe4401326 dev_open +EXPORT_SYMBOL vmlinux 0xe452c3fa blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0xe45814ee of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe4999ff1 fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0xe4b46487 macio_unregister_driver +EXPORT_SYMBOL vmlinux 0xe4be64d0 dget_parent +EXPORT_SYMBOL vmlinux 0xe4da0232 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xe4fe8ca1 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe500fdfa pid_task +EXPORT_SYMBOL vmlinux 0xe50250d9 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0xe50a6170 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe5250eb3 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0xe5582330 eth_change_mtu +EXPORT_SYMBOL vmlinux 0xe56d2a58 phy_register_fixup +EXPORT_SYMBOL vmlinux 0xe574ada0 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5c3213a mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xe5c52c8d sock_no_listen +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5de181a tcp_shutdown +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe5f10971 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xe5f9ada7 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xe6052b6d uart_get_divisor +EXPORT_SYMBOL vmlinux 0xe61fd10a __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xe626c9c2 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xe68c7dbc devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe6986bed security_d_instantiate +EXPORT_SYMBOL vmlinux 0xe6b8e3b7 pneigh_lookup +EXPORT_SYMBOL vmlinux 0xe6bed905 unlock_rename +EXPORT_SYMBOL vmlinux 0xe6c10aed blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0xe6dd236d clear_pages +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe708c9f7 inet_getname +EXPORT_SYMBOL vmlinux 0xe71656e9 vme_dma_request +EXPORT_SYMBOL vmlinux 0xe717a144 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0xe72631b8 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xe72cc0d9 blk_make_request +EXPORT_SYMBOL vmlinux 0xe74011ea file_update_time +EXPORT_SYMBOL vmlinux 0xe749c73b cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xe75cc870 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xe77bebb6 pcim_iomap +EXPORT_SYMBOL vmlinux 0xe7914167 bio_advance +EXPORT_SYMBOL vmlinux 0xe796a948 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7ae52f8 tty_throttle +EXPORT_SYMBOL vmlinux 0xe7bf317d fsl_lbc_addr +EXPORT_SYMBOL vmlinux 0xe7c2b78a request_firmware +EXPORT_SYMBOL vmlinux 0xe7c84014 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0xe7ce2ee4 stop_tty +EXPORT_SYMBOL vmlinux 0xe7ce7439 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0xe7d2c1d8 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e6ee77 loop_register_transfer +EXPORT_SYMBOL vmlinux 0xe7e71639 pci_find_bus +EXPORT_SYMBOL vmlinux 0xe7f474f2 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xe8089e31 arp_send +EXPORT_SYMBOL vmlinux 0xe82cc752 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xe85130ba dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0xe851bb05 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xe85dd99c inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xe8726a4c dev_change_carrier +EXPORT_SYMBOL vmlinux 0xe878db4c iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xe892e1e5 dump_emit +EXPORT_SYMBOL vmlinux 0xe898bfba crc32_le_combine +EXPORT_SYMBOL vmlinux 0xe8b3303c bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c2b34b nf_getsockopt +EXPORT_SYMBOL vmlinux 0xe8ccd4b5 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xe8d2e085 dev_warn +EXPORT_SYMBOL vmlinux 0xe901ddd0 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xe9038168 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe915cdce mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0xe92fa8d0 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xe9378d58 idr_get_next +EXPORT_SYMBOL vmlinux 0xe93bd153 ppp_unit_number +EXPORT_SYMBOL vmlinux 0xe95308f4 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe953b6ee scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xe9560741 netif_skb_features +EXPORT_SYMBOL vmlinux 0xe95e58cc scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xe96348ef names_cachep +EXPORT_SYMBOL vmlinux 0xe97c2acf vfs_read +EXPORT_SYMBOL vmlinux 0xe98b12e3 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0xe99b671b vga_tryget +EXPORT_SYMBOL vmlinux 0xe9a8ed51 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xe9a9887c kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0xe9ccf48e mmc_add_host +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea145ebc request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea3c0251 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xea4ef885 ppp_input +EXPORT_SYMBOL vmlinux 0xea77a184 mpage_writepage +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea968c96 ___ratelimit +EXPORT_SYMBOL vmlinux 0xea9e0e2c pci_set_mwi +EXPORT_SYMBOL vmlinux 0xead4c574 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xeaf8dca8 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xeb118eeb tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xeb26cdc0 complete_request_key +EXPORT_SYMBOL vmlinux 0xeb342b3c d_invalidate +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb79b535 udp_seq_open +EXPORT_SYMBOL vmlinux 0xeb8444f7 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xeb853ff1 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xeba1c77b pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xeba2a1f7 rtas_indicator_present +EXPORT_SYMBOL vmlinux 0xebbe1181 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xebc0fbca gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xebc4ff24 set_anon_super +EXPORT_SYMBOL vmlinux 0xebdb8dd6 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xec1aa6ef memzero_explicit +EXPORT_SYMBOL vmlinux 0xec2008d0 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0xec2558cd tc_classify +EXPORT_SYMBOL vmlinux 0xec3c31ca __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xec3ce630 make_kuid +EXPORT_SYMBOL vmlinux 0xec707d26 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xeca5dbe4 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xeca5f5b4 send_sig +EXPORT_SYMBOL vmlinux 0xecaf77cf devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xecba28bd kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xecbb926f xor_altivec_3 +EXPORT_SYMBOL vmlinux 0xecbcb8bb radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xecdeae0e proto_unregister +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfc2815 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xecfddc52 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xed120be9 i2c_master_send +EXPORT_SYMBOL vmlinux 0xed38782c dm_unregister_target +EXPORT_SYMBOL vmlinux 0xed51fd32 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed68ad07 ip6_route_output +EXPORT_SYMBOL vmlinux 0xed6d0a2f xfrm_init_state +EXPORT_SYMBOL vmlinux 0xed8c0e10 sock_edemux +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xeda32365 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xedafb306 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xedb9742a keyring_clear +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc410d0 udplite_table +EXPORT_SYMBOL vmlinux 0xedcf7cd1 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0xedda46a5 elevator_alloc +EXPORT_SYMBOL vmlinux 0xede6caf3 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xee12aa7e netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xee280673 submit_bio +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee346f23 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xee3496c3 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0xee59412f adb_try_handler_change +EXPORT_SYMBOL vmlinux 0xee5f406c inet_frag_evictor +EXPORT_SYMBOL vmlinux 0xee6c0ca0 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0xee880036 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea2d663 elv_rb_add +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeec22028 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xeec76ae8 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xeeeaa00a kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xeeff9f60 __pagevec_release +EXPORT_SYMBOL vmlinux 0xef130524 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xef2b065d scsi_release_buffers +EXPORT_SYMBOL vmlinux 0xef3c603d devm_gpiod_get +EXPORT_SYMBOL vmlinux 0xef5262fc tty_free_termios +EXPORT_SYMBOL vmlinux 0xef548314 get_phy_device +EXPORT_SYMBOL vmlinux 0xef5b34e5 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xef62d29d blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0xef8f0878 commit_creds +EXPORT_SYMBOL vmlinux 0xefae5794 __register_binfmt +EXPORT_SYMBOL vmlinux 0xefb75184 dev_set_group +EXPORT_SYMBOL vmlinux 0xefc3182d alloc_disk +EXPORT_SYMBOL vmlinux 0xefcc30cf lock_fb_info +EXPORT_SYMBOL vmlinux 0xefd03638 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefde1bbe flush_dcache_range +EXPORT_SYMBOL vmlinux 0xeff93982 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00dc6fe blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xf01ad97b dquot_file_open +EXPORT_SYMBOL vmlinux 0xf04c38d8 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf088ab65 __seq_open_private +EXPORT_SYMBOL vmlinux 0xf0966b93 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0b4c781 genphy_read_status +EXPORT_SYMBOL vmlinux 0xf0d5114b elv_add_request +EXPORT_SYMBOL vmlinux 0xf0d60dcc __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xf0df40c2 tty_port_put +EXPORT_SYMBOL vmlinux 0xf0dfb759 simple_release_fs +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0fb0835 elv_rb_del +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf10ca3e7 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf115a52d scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xf11cd6ce down_interruptible +EXPORT_SYMBOL vmlinux 0xf120872a dql_completed +EXPORT_SYMBOL vmlinux 0xf1209945 simple_transaction_release +EXPORT_SYMBOL vmlinux 0xf130215d scsi_host_set_state +EXPORT_SYMBOL vmlinux 0xf147aee8 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf1681fa7 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19e9355 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xf1b37df8 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1e06df1 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf2179471 cfb_fillrect +EXPORT_SYMBOL vmlinux 0xf222defb __ip_select_ident +EXPORT_SYMBOL vmlinux 0xf22881e8 lg_local_lock +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf261d0f5 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xf2645c94 ihold +EXPORT_SYMBOL vmlinux 0xf2690397 tty_register_driver +EXPORT_SYMBOL vmlinux 0xf27563cb irq_stat +EXPORT_SYMBOL vmlinux 0xf279e2af sk_alloc +EXPORT_SYMBOL vmlinux 0xf29331c3 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2b2031e forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xf2baa0f2 simple_write_begin +EXPORT_SYMBOL vmlinux 0xf2bfde28 sk_receive_skb +EXPORT_SYMBOL vmlinux 0xf2c15067 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xf2cf78b6 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xf2d2d56e blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xf2eb3482 alloc_fcdev +EXPORT_SYMBOL vmlinux 0xf2fcb888 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xf30dd7ce tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf31942f3 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xf322a206 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xf32df482 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34be0b0 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0xf34c3bcb pagecache_get_page +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3666bb8 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xf36d82f4 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xf37cc9b4 fget_raw +EXPORT_SYMBOL vmlinux 0xf3859d4c pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf39581be agp_generic_enable +EXPORT_SYMBOL vmlinux 0xf3a2cea5 start_tty +EXPORT_SYMBOL vmlinux 0xf3ab8d6e tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xf3b4a597 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3d145df rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xf3da433d dm_io +EXPORT_SYMBOL vmlinux 0xf3ed716b i2c_clients_command +EXPORT_SYMBOL vmlinux 0xf3f0b05a uart_register_driver +EXPORT_SYMBOL vmlinux 0xf3f992e2 generic_write_end +EXPORT_SYMBOL vmlinux 0xf40b2297 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xf40b2809 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0xf42dbb56 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf4449388 timer_interrupt +EXPORT_SYMBOL vmlinux 0xf4487bd1 vm_map_ram +EXPORT_SYMBOL vmlinux 0xf44d4817 dma_async_device_register +EXPORT_SYMBOL vmlinux 0xf452c8df __lock_buffer +EXPORT_SYMBOL vmlinux 0xf480626d iterate_mounts +EXPORT_SYMBOL vmlinux 0xf4a45180 __neigh_event_send +EXPORT_SYMBOL vmlinux 0xf4acf2b1 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xf4afe81b vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4c8d714 of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xf4d25cd7 sk_common_release +EXPORT_SYMBOL vmlinux 0xf4d690ef xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xf4d70835 bdev_read_only +EXPORT_SYMBOL vmlinux 0xf4ea96a1 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xf4eb3184 key_alloc +EXPORT_SYMBOL vmlinux 0xf4f0afe2 __serio_register_driver +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf50e49aa locks_copy_lock +EXPORT_SYMBOL vmlinux 0xf5222143 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0xf52321e0 atomic64_sub +EXPORT_SYMBOL vmlinux 0xf529e988 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5430afe agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xf54c51a2 dma_pool_free +EXPORT_SYMBOL vmlinux 0xf573e9d0 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0xf5764fae phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0xf5872ef5 uart_add_one_port +EXPORT_SYMBOL vmlinux 0xf58ad40f tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xf5a085c4 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xf5a62ecc _memset_io +EXPORT_SYMBOL vmlinux 0xf5afcb72 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xf5c0fb68 scsi_finish_command +EXPORT_SYMBOL vmlinux 0xf5e1558d crash_shutdown_unregister +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf616aa83 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xf61ce851 __scsi_add_device +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf63903db agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0xf66ec16e do_fallocate +EXPORT_SYMBOL vmlinux 0xf67f4ed0 gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf693fe09 blk_finish_request +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6be84d5 phy_init_hw +EXPORT_SYMBOL vmlinux 0xf6c2a1e5 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xf6dc479d xfrm_state_update +EXPORT_SYMBOL vmlinux 0xf6ea80f1 locks_init_lock +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f60374 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xf70384d7 __debugger_sstep +EXPORT_SYMBOL vmlinux 0xf71521ba atomic64_add_return +EXPORT_SYMBOL vmlinux 0xf72a1bd4 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf7542f1b input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf7b1249d scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xf7b12aee __next_cpu +EXPORT_SYMBOL vmlinux 0xf7cf53b7 d_splice_alias +EXPORT_SYMBOL vmlinux 0xf7fa4a96 input_grab_device +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf807c67c fput +EXPORT_SYMBOL vmlinux 0xf80843df starget_for_each_device +EXPORT_SYMBOL vmlinux 0xf8102f92 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xf81060be sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8bc4d20 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xf8d92ba0 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xf8ddd6b3 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xf91f7537 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xf9204fac try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xf9251aa3 bio_split +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf96d99e0 vfs_mknod +EXPORT_SYMBOL vmlinux 0xf9711369 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0xf976e0cb capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xf99b715b unload_nls +EXPORT_SYMBOL vmlinux 0xf9a13637 migrate_page +EXPORT_SYMBOL vmlinux 0xf9a15a6d i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c0b720 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xf9c367e0 iov_pages +EXPORT_SYMBOL vmlinux 0xf9d21940 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xf9d9f091 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xf9ee4914 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xf9f173b9 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xf9f76289 pci_domain_nr +EXPORT_SYMBOL vmlinux 0xfa1d7d63 check_disk_size_change +EXPORT_SYMBOL vmlinux 0xfa2d3d5f skb_pull +EXPORT_SYMBOL vmlinux 0xfa42fa3a sg_miter_skip +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa675d29 sock_alloc_file +EXPORT_SYMBOL vmlinux 0xfa6efbd2 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xfa740ed5 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xfa9509e5 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xfa9c1ff4 d_delete +EXPORT_SYMBOL vmlinux 0xfa9c4583 neigh_update +EXPORT_SYMBOL vmlinux 0xfa9e668b xfrm_lookup +EXPORT_SYMBOL vmlinux 0xfaa3b308 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0xfabbad6e xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfadb5750 pmu_unlock +EXPORT_SYMBOL vmlinux 0xfadfb698 kthread_stop +EXPORT_SYMBOL vmlinux 0xfae22f40 register_md_personality +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb240f41 sock_rfree +EXPORT_SYMBOL vmlinux 0xfb4fe758 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xfb587c99 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb7a792f of_device_unregister +EXPORT_SYMBOL vmlinux 0xfb860051 simple_transaction_get +EXPORT_SYMBOL vmlinux 0xfb88464f tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbec513b alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xfbf8baef tcp_make_synack +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc07da98 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0xfc0c0bc1 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3b160f mempool_create_node +EXPORT_SYMBOL vmlinux 0xfc4e0fae arp_xmit +EXPORT_SYMBOL vmlinux 0xfc58b327 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfc7d2ca0 __sb_start_write +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcc934dc update_region +EXPORT_SYMBOL vmlinux 0xfcd32411 dev_emerg +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcee417f send_sig_info +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd01eadc inet_frags_init_net +EXPORT_SYMBOL vmlinux 0xfd05b853 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xfd0c5038 adb_unregister +EXPORT_SYMBOL vmlinux 0xfd1b64ef fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0xfd33b5fa cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xfd3730e7 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd7e2368 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xfd7f5dc2 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xfd8410ab mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xfd86e6f2 of_get_parent +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfd9a0b7c revert_creds +EXPORT_SYMBOL vmlinux 0xfda91169 pci_get_slot +EXPORT_SYMBOL vmlinux 0xfdb6cedc _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdd5095d scsi_print_result +EXPORT_SYMBOL vmlinux 0xfdd76260 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xfded48ed enable_kernel_fp +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe1f4113 update_time +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe68e133 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xfe6a15bd cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xfe73acea zpool_register_driver +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe95b660 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xfea12833 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xfeca7590 radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfedcf8b4 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff1765c7 rtas_call +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff1fdce2 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0xff265afd pci_clear_master +EXPORT_SYMBOL vmlinux 0xff399fc2 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xff531f1d register_key_type +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6baffb up_read +EXPORT_SYMBOL vmlinux 0xff6dea25 smp_hw_index +EXPORT_SYMBOL vmlinux 0xff7f12d9 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffa4b708 __put_cred +EXPORT_SYMBOL vmlinux 0xffb156ad skb_insert +EXPORT_SYMBOL vmlinux 0xffb9f0ca __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffdb82bc sg_free_table +EXPORT_SYMBOL vmlinux 0xffde92f9 tcf_hash_create +EXPORT_SYMBOL_GPL crypto/af_alg 0x083fed6d af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x10e7f5fe af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x23802afc af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x58716898 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x86047f10 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0xa9123f6c af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xaf3552dd af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0xb81cd633 af_alg_accept +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x82004132 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x179b6ab1 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x61d7345c async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x5aaa2518 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xfd8150e5 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x0cd357fb __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x5788f19d async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xae9ada36 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xe0877c33 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x35b5949c async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xbcbd9970 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xa0060599 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x91eb39ae cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x73716af2 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x501e7ffb cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x50b2b3c7 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x62521859 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x760aa849 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x877eee8d cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x98d49e72 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x9c4c87f5 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xa1ccaf96 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xa7ed436f cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xb69bd063 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x2bd16aeb lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x933aa13f serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x7b39341a twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x7da7a3b6 xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0643bd71 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1d252a7d ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x21bd72a1 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x224a45c3 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2e54b74c ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3806d5b7 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x415e696a ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x50558308 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x55b9cf05 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x62b8b681 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x76012bcc ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7c9652f7 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8bab58dc ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8c9ad915 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9b8c8728 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb87a172b ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbca28271 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc58e0057 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd8b078c5 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xddac632d ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfb3602e4 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x08418891 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x6550c77c ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x66a966cc ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x698d79af ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7ea4198a ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x881c00fc ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x919584a3 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc80a237a ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd216f635 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe63016d5 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf021b0ad ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xa211f59a __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x9d9ce540 sis_info133_for_sata +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/bcma/bcma 0x03559fff bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1442da07 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x18107048 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x24843360 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x36c693f0 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3dbc96ec bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x540a8549 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x57b1cfaf bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5a3e8a69 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5c2a5d14 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x624c79ae bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6385bffe bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x66b285ff bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6ca3cd59 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7a6a3b86 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xaaebf20b bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xaf5e8113 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc0d2fa43 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc8134989 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd2fe4d3c bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xde651101 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xea1c7d00 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xee815d56 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x01edd4eb btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0a725bc9 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3f22513b btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4545d250 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x46cb94d2 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x60630f52 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x75ee7346 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x87f60ae8 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9d7a9516 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb98685dd btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x492fc9df dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x702c86d6 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb9da88bc dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc2c9a5c7 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xfe46254a dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x089d76e6 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x117b28c6 vchan_init +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x2f342dcc vchan_tx_submit +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xe718fa78 vchan_find_desc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0a886334 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0b3a7106 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x17143d5f edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2609f9ef edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x288bd25b edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x33254ef4 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x48bfe669 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4b3c0926 edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5a0c62c6 edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6df12d44 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x722f5bde edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7a68d52c edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x87d2ac68 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x92db00e5 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x9afb4f30 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa2301d51 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa41d0bd8 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa656dcde edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xaa380548 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbbede562 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xca929f54 edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xcf19f176 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf79447d2 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x0b9374d3 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x1bc7534e bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xd108153a __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xf46cad9b __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x17f8f891 drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa74f9061 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf36adef8 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6363cdde ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xd6c9a8c3 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xe2036899 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/hid/hid 0x03cf47ce hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x16267f28 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1ecc0747 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2731bb68 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2bc58d9a hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2d517076 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x342b1430 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x434240a5 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4feaf779 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x566b49ba hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x571b2db1 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x598dc237 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5e6f39a4 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x64328c6c hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x840cecb7 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8e50592c hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9298ba66 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9b289af5 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa76e3106 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xad186759 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb0763ceb hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb77a53c2 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb9725f49 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbac99fdf hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xceec2375 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd211906a hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd93ed968 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe2651eab __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe4160b3e __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe6b9596f hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf2b6a75b hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf79c3b4a hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf872ef26 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf9ebd024 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfdf2206e hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x445f9812 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x15f54b6b roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x530e1410 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x5a0d35be roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x76dfaa87 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x8ef94bdf roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xbce985cd roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x03c991a8 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x12ec6e29 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x34bb11b0 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x54621ff0 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7fe71504 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x98a74940 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xaf7292da sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc484a27f sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf2a5b716 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x8369a9ec hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x01d49f6d hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x19d26416 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2d68cf1a hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x35868ae7 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4a6e574b hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4d905f6a hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x59d031c5 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5ef9de73 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x84fd798a hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb2f0519c hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb3bd2e94 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb41b43ab hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xba867cbf hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc2a7d50d hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc9ff7ef8 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcb7e2d18 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd51b4ac3 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xeb8a6969 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x08770317 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x804e6107 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xcf158caf adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1ca70f46 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x21b8225a pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2f19088f pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x3950c2d3 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x3d371f89 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x5cd9c82d pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x9ba09831 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa11e64d7 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa2d020e8 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xab629b7c pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xb4126b7a pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd555968a pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x0f18d354 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x11615cfa i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x44d92919 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x9dbced92 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x9f72eda5 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xa568f560 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xc95e8942 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xcfc6ea78 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xeddcf863 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x7455ed4b i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xd00662ec i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xad0b7246 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xf345c0a8 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x0e80c785 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x12de7106 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x3291aaa3 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x606aae13 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x6953f686 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xb63add63 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xbcf2ba5a ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xecb97bc4 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf8da25ad ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x024af957 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x089752fe adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2a839f96 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2bcaa3b6 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x33dbf83f adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x48324b35 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x85169e09 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x862290ce adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9c1a9884 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xdb1bb66a adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xebb11b37 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xf3d6fbdf adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x12d1edb0 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1f64bc22 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2707a7ef iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a12559e iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x398ca5be iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x47d5872b iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x49d22eba iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5b8fa914 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5bc8c9f3 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x68f94bf8 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x698d51f1 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6addb948 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6daa28b8 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6e776e3c devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x70a65fbc iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x794d3125 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x79ac8ac1 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x81a57368 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8bda4cc5 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xac8619d4 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc0aefff3 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc86e2008 devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcaab04f5 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcb9907a2 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcec69489 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd742f14d iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeb25dbc9 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xee524961 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xef9a00eb iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf1d49680 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfce81205 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfe0619d1 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xff24cec8 devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x322d0911 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x008c0306 matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xd22fdee7 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x6b88c57b cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xb55a0dc0 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xdee38ec9 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x208774fc cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xb6817f98 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xb9b93cb1 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x80b2f9f5 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x847b3394 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x075bdb89 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0a9d4f76 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1f0be5d0 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x28895874 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x294222e9 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x34fc3fb3 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5b360a1c wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6b6a3f9f wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7652e2e1 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb56d3b69 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcb0caff4 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf8563f2d wm9713_codec +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x11252555 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x17cbda98 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x26543dc5 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x35ab12b6 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x37719cc6 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xaabc7eda ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd6364ca0 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf6361b6a ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf99cadb4 ipack_put_device +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x009ee9c4 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2a4c3ee4 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3c5ef8a5 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4673fc53 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x47e2b66e gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x50e41673 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x600a72f4 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x78a81515 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9ae8625f gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa37a2312 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb0c9b91f gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xbe0b4fbc gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xcf263e3d gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd6d0debb gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe744de26 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xef32ce0b gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf2e9b3f6 gigaset_stop +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x23b6baa6 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2fb58673 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6200abea lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6d83c846 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x76c205fa lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7eea0f43 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x9e359602 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa4d49774 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa9e1786e lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xba10e803 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbdf9a5ed lp55xx_unregister_sysfs +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 0x0bff42d6 wf_find_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x298c9daa wf_put_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x2a3558b3 wf_register_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x2b2a3297 wf_get_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x48927421 wf_get_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x75147afa wf_set_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x7e89b585 wf_register_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x8706f8b1 wf_unregister_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x94765fac wf_critical_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xa2f19a49 wf_is_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xb8488961 wf_put_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xbcace2a5 wf_unregister_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xcb667bd9 wf_unregister_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xdc60b88c wf_find_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed82a14f wf_clear_overtemp +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x03db43aa mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x10218b57 mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x2decf8a4 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x302839ce __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x3aeeeb13 mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x6bc7cb63 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x826c6a3f chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8caeac13 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x97126ee5 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xae86dc72 mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xb4219cfd mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xcc0bee40 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe3a94486 mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xf9cca8f3 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x10e06e97 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x155ea9c7 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1822fd23 __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1f2ba9ac __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x260d47cf __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x27831e89 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2dec45e0 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x347aebe1 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x41c861f0 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x480dc606 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x49856e5a __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x50e8c39f __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x574ba881 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x628eb712 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6770a402 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x785cfc9f __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x91f2af34 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09069a3 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa591c5d6 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa6890b59 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaf60c34b __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb950d2ae __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbd4b89b6 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce0e6218 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd40fba32 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdc5ea5a5 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf58ce244 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf5bcbdc7 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc1d5275 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfcdf28c9 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xffc308e4 __tracepoint_bcache_bypass_congested +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 0x5ffd7c8b dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x63b17b1d dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6dbd8eb1 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 0xba771d22 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe22cf49e dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe5cc049d dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf43346ad dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xadf94c10 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +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-cache 0x1e0d7698 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x3c5ba858 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x9bcbcd1d dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x9bfc6993 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xc84ab9be dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xd31f926a dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xe30e021c dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x74d2d1fb dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x7e75faab 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 0x09472122 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x1fb04061 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x24d5c6e9 dm_rh_delay +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 0x58800443 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7e57a4fd dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x8f8f9ea0 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 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc35abef3 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x150c85ce dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x33c03da6 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x619701dc dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +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 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa7ba702c dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbe0497aa dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0xbd1590ff md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0xb43a4e76 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x25597e77 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0171f625 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5199a1b5 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x701a931c saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7cb4b209 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x93ffee59 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x97aeb457 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xad8951f3 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc2d028bb saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcc4de2ad saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd334f7d0 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0e0d0334 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x32e3ea31 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x4ada737e saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x7b37d0a2 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8de69ef4 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x964e71c7 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xd4517737 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0f32cc14 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +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 0x471a5a2d sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x51ef519b smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5eff922c smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5fb706f9 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x63222b29 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x64094a4d sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x68c79334 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6e27a4d0 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x75120889 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7b03c575 smscore_get_device_mode +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 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xaeef32f6 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb8b9fc81 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd4e7df70 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xeda23d89 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf039b47e sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf4795f89 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf632ef65 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x8639d8a2 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x7eb0cd7a tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x100f8b35 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x1cf577a4 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x33cd763d __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x4278bb1d media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x47c7addb media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0x5d1e0794 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x616f8cee media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x6691dd0e media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x675d0a7e __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0x72340e1c media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0x86aae2d2 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0x89b8f62c media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0x9f38eb3f media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0xa3f26692 media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0xae4884e2 media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0xb4f09925 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0xf2fe286d media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0xf3d322a0 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x33640156 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x00e8a3d4 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x03866b4c mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1fb8e6a6 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3b7ea4d5 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x40f2e380 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5bf65e37 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5ff9b95f mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6c5a5364 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x75ccea55 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xafaa7dad mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb5381f8c mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbdb5ef07 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd562075c mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd932f28d mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe4cb6b25 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe80e183d mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xea9118b6 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1efcbc29 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1fe30776 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x366b1e7a saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4239a836 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x574f37e9 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5c38927a saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x74e81b3d saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7a96aca9 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x88294178 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8837b94b saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8fcc3ae4 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9f8d6cf4 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa6e78218 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xab894eb5 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc10442b6 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc7894c60 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd43e71ee saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdc0dc86c saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdf4409c8 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf5bb9297 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x1f861741 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x48c23c1e ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x69afed5d ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6fb7547c ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x70b73d54 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9b51d131 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xeda29e16 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xee2eafa9 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xf52d6b70 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x01e053c1 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0452b977 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0c5614e4 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x11b95d97 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1ef31177 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20e72280 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3895b7b8 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x48fc1603 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x618fe252 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x63a184ea ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8c5f056a rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa85e21e5 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb57310cd ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd780cf0e rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd9f981ac rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe00a71b5 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe1aa17ea rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xeecaf132 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf7e304c3 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x0fe558ff mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xff6e22d5 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x086daafa mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x842e1292 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x04e7c2b6 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xe38d323b tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x1cfad8ec tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x745c83aa tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xf76c5702 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x0e13c80d tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xba174c95 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x2f711401 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x4a1b1e3e tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xbdd7ecae simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2f15a342 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x34965afe cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x42c285f7 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x45cc740c cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4f8c7d30 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x50f3d625 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x56b9bac0 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5f88b0d2 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x67369cdf cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7d3ecff5 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x885b85b2 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x93811005 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x99fcb03c cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9a4db4c5 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa169e881 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb35a1fba cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc2e36b1a cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xceab5209 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf6ab6cbb cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x17b4a3c5 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x6f9febfe mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x019094cb em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x12f6b89a em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2029a789 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4920d064 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4c873ec7 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x571550fe em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6b1de65b em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8c3a03d1 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8f58d1d7 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9259c6b4 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x940ad7f3 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9895e8f1 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb412e775 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc05080f3 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc2251615 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc9d6287d em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdab391be em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdcfec711 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x12b7aec4 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xa839508d tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xabeb3197 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xde9b7f5c tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x00b6d1e2 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x68c43c3a v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xa18effcf v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xbd5ba93c v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe2f4edd3 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe93e803a v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x030fbd98 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0a76c426 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1891c782 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1bb0701f v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x370a453a v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4189c34b v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x438bef55 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4b675188 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4b85dd68 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x64199bf7 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6b7c1233 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x72af03c3 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x74919356 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x76871c21 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7b148b9f v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7d591253 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9266c238 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x94ce755e v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xae3d8a87 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb6747086 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb83a3516 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 0xce3395fb v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd31041bd v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf3473686 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0a4ec6a0 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0fc59c51 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1d0a53f1 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x20638b01 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x22ec6ffb videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x28a284d9 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x33ecd86d videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3949f102 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3b976735 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3be1ce70 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4696fb52 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6de167d8 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6f562645 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x857dfd8b videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8993bff0 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc4a15be8 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd383c1da videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdca2fa40 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe33b1965 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe3aa53ba videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xee58821c videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf0c6fe4c videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf77c4df0 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfa990825 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xc167ce57 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xc5014e71 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xccbef8dd videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x204fd7ca videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x3f04a7a2 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x5224b1a2 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x534f9a66 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x612a1070 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x6840f4d1 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x7384bf97 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd9e1a95b videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xdc12f6be videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x10bf0d42 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x567f9f15 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xeabfa643 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0493f054 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0607aee5 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0e840c59 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x14d2772d vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1efe2a2b vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x24cc896f vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2835ec4c vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x295aee1b vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x29ad93cc vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2aa426e5 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2fbb153b vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x40565fb1 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4153db2e vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x43a0490f vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x54e2539b vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x565a274f vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x65ee6a79 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x67507b7c vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6d5a7882 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7e734614 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7f526c81 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa125abeb vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xae3599b1 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb27ea25d vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbb64e086 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbbe9cfad vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc79ca67a vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xca711549 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcfe406cd vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd3fcbdd6 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd4ceeff3 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd6fd86c9 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe3d71084 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xea5f3683 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xeb60d6af vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf1242633 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf7b68ec6 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfaef2894 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x9fae228e vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xec4e3c06 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x77976dca vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x0e0dffc3 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x114ae9c9 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xcc6f3e00 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xce536a94 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x021bc6fe vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x15eecaf3 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1b29be14 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2822a793 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3b637e83 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x42b2cf46 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4309c133 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x46bcc126 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4949d6f3 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4ea86426 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5274ee16 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x67be249a v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x68b311c1 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6952a1fb v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x76fe59a8 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x787073de v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x78db9550 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x84adbc21 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9c97eba6 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa42ae423 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5552be9 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc3cb176a v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc998d9c5 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdfcefc27 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe7ada244 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeef2df38 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf0d2d946 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5d941d5 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x26681b26 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x3c206b4b i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x59bdaa66 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb5976a5d i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xbea01232 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xc1db7929 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xd31fd0c4 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xffa808b9 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x6ee0c8fd pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x7d24763c pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x7da5becc pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x202a4922 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x23051464 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x2cdbe173 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x3b5c9f02 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x7e4924b9 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xaa991080 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf1783c78 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf4323137 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x8c82d7c1 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x9573bd31 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xedc217a9 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1f9034f4 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x334bc92d lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x56193716 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x841513ee lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x8b5f8209 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xa7c36b46 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xce670a8e lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x26764964 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xbd8974b3 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xf03b7791 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x005788cf mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x12587da7 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x3eec4c32 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x52e23687 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb106ae34 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd9b91446 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x56f5dcf4 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5d409fff pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x60341480 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6828b881 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x68a0b114 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7161b09a pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb1692449 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc3671dbf pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd6cb6510 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xda1f7470 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf409a9ee pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x8479d6e4 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xe00bf02b pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x11f9c973 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x128ee231 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6a9ea649 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x7000c969 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xae371d66 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0660dc72 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x08962702 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0eed0c57 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x227349f3 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x23981e32 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x26695e37 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x30f31cfe rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x440743d0 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x53b5021c rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x64713f0f rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x67c8c0d3 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x72ee8a78 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x753f398b rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x7f42b0ef rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8fca903a rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9ec65671 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb1dfbe8c rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb4e496d5 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb6b2b52d rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd8d0aa6f rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xeb48822b rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x00f8c08d rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x031375b3 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x104d3fa8 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x322faa92 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x3393a044 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x356c0fee rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x3629413d rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x4e846f51 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x4e84d179 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x765d23e6 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x89ac3e13 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xf68c21fc rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xff5e8cca rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x128e5e9e si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x207b945f si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x260359f9 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2718ba8d si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x29776c1e si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x327357f2 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x33b6cfa6 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x393d02af si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x39a53e50 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3a0ceb5d si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x44db2d38 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x46bc5352 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x49d42e36 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x50c109ec si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6e095d8b si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x807d4ef2 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x84b2c481 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9821d74e si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9ff51c57 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa0fa3438 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa1865686 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa3034df7 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xad6e063b si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbc721a10 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbf5d7b1e si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd56ae744 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd71a6a28 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdda294e9 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xde1da39f si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe17aec0c si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe27c29e9 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe3f5e35f si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf1f27973 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf530fde6 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x413f7132 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x452a1a40 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x4ba51afb sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x55d55539 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xf73810f3 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x4993160a am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x8fc79257 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xdd642cb6 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xf7fcc9a2 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x444ff9b9 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x9bc3598b tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xa3d87e20 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xa424613f tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x0d22b9a0 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x40f7f7f8 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xff0f5d58 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xff5e113d tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x65739379 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x35c95219 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xc5795bbf cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd7524cf9 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xfdb13edd cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x1e1a16c0 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x491e438d enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5f84f5a1 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x85435bc6 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc71845f1 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd9b37bee enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xefef5ae7 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x45a48616 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4ce204d5 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x586c210a lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x91b312c5 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa82227ae lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd537c755 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xfc2fac26 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xffe25976 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x1ef31c52 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x65f22608 st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0ec50504 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x10917266 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x15828c5c sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x24113b46 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3faf5a4b sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x49728a3a sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5286cc72 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5eafb1c5 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8ac02fb8 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x90bf2aee sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xae1ed20e sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc0f86adf sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd09447b6 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd2eb7f78 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe4a2c1c9 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x03d4b5e2 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x38b454d1 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x64bb4fe4 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6aa74151 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x82f2e769 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa1242abd sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb321567a sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd892c218 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf1e7ae1f sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x01720594 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x3e5b207c cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xfc6c2002 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x2bea14ee cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x55b85f3e cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xd813db68 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x8f21f1e7 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x7f6e65aa cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x8bb6b261 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xc969c878 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x06e0d333 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x11202754 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x191e28b2 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x29408f1b __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2973e0e3 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2ac13420 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x331740a3 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3938b847 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x462ece44 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4dddb5d6 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4fd34968 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x62cb0604 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x63c1ea45 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6c1a1357 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6db926ec get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x741e255a deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x785ad08c __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7b9ba02e mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7fbbfe1a mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7fec598f mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8317dd6f mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x859b0a70 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x88f0be9b mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8b38b965 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x91098f05 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x92458c8c register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9c8a329f mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa517fdbc mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa878647e mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaa4054bd mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb09a5e94 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb78594b5 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7991c85 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb8b741da mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbc878a8f mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xceae69ad kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe46b2d09 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf07d9c05 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf2250bea mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf49fe1ce mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf721dabb put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x13e5b1b0 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x3fe1613f del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xcc19a147 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xdafc540a add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xdfa2f5a6 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x77820071 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xe2382749 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0xd6dc6d84 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x269d558f onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xef507ba7 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x577ca403 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0aaac845 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x37447310 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3b5b6149 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x44d9c61b ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4b1452be ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x75f0d5dd ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8362dc33 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x992ac7b9 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa632bc0c ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc619e3d3 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdb0e8146 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe3a4de4f ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf91fc49e ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x3a5d9dd9 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4b44dc0f register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x8dcd8c66 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x942af2db c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xaf161a98 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xe39b568e alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0e57b0f3 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x123d240f devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x3c0422b9 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x447e1084 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x4e248715 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x843b54fa open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x8bc95fdd alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9363fecb register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x95bb5d23 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x95eb2317 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9c8062a8 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xc4f3b3d0 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xd2641e20 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xd33ccfae unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xd68b75d9 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xd9c6ba9f can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xfae0aeb1 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x0790825e register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x1342d64f unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x91312e5f alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xf9471912 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x536f4b38 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x57a15d05 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x6cb0e917 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xd0fb2daf alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0268f74f mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x033b2d2c mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x078c83d9 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09736914 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0be3ea5f mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c4787a6 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14d1b600 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a83a506 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d4ac4c6 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e19ec86 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f0918cb mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f4e91be mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2235d353 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22ca1ee7 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2383c1a2 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x282e9ccc mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29bb91a7 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b65463d mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2be661ca mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ce09755 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ce13513 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ef6f78d mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3079d0e7 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33cdbd04 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35b28794 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3659fbe4 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3990a873 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a24373c mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d920ac4 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3eef7c6c mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4105f414 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x436d63b2 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x483a272a mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x534e9d73 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53ddd75e __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5546b310 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55e76d19 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56b3cdd1 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x574a21c6 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57c2f447 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a239bce mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a7c4297 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c69b7f2 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e6f5eff mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f2b0977 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c9c9978 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e351bf9 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f1d0859 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75697e01 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76bb1985 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76d023f6 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77def6e0 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78f967d4 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ac54b2f mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80abb8e5 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8255969b mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82c970bb mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84953e42 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87823d0f mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87d9ad98 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e555294 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f7cbe2d mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90a94f6b mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90f373f8 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94fcd981 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96114991 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9612ab31 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96d3ee08 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa06373a6 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa71af02e mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa981c55b mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad9de81b mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae5adef3 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae9586c0 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaef53a22 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf84a10f mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0ad67c1 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb102f910 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4744cf8 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6939c82 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb704f8cd mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8f706d3 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba4782df mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd28f429 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1be8595 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4ed9bd1 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6439aa8 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6c532f1 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7e6b67e mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc960350e mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd01f14b mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce5b856d mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1bab03e mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd54624ac mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbce9b0e mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde3ba5f4 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf1335b1 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6dd53ef mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecfaed68 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1b16bff mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf29cffc3 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb2927a1 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfba491ae mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdc67ae2 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe017065 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x129c24b2 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bad74b mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27e1ff59 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2fca63d0 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35e67abe mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d6c2571 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e0f829f mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64be57b8 mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87773fa2 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98479e02 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d9bda94 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbe07710 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbed02912 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce7d2497 mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1987883 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeac6bb05 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5f088f6 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x16d6d267 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x574f3725 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x826f186b macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xc651c2d5 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x789b2109 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x1eda7cc0 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x19a07e16 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x398bd14c usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x7580fc5e usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xdb475df9 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x147cb781 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x15b9cd99 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2339943f cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x29a401f0 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2b3fe723 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3e1da578 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x5d052ead cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa21a312d cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x04db8602 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x2377212b generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x4d09628e rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x81d8cc86 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf810b1a4 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf84aac2b rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x013ed4c0 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0bbec3c3 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x15da33e7 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1764c4ac usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x264cfc13 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x32bc7e0c usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3318c8e2 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x35ae5d5c usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3d7562c2 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4cefdc1e usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5458cbd1 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5e427ff6 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6ca5554b usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x81318278 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x83f00a38 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x89b85656 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8ddf99fd usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8f97250d usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x907a527a usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x94f60886 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa3030d2b usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbff54fc1 usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc507a13e usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcbcea4f0 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd4a7debd usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd95deb5c usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdc5c2c31 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdf92f4a8 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe07c80e8 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe082e4fd usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe7ea0512 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xea9618ed usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x73f948ee vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xad874991 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xf5a0af61 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xf9d60e79 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xff4d91b1 vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x3bfa7bac i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x41a4b1d9 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x593b78b5 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x60149b81 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x6c124fb6 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x70a23e46 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x79e337e5 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7b904616 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x8df267db i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa211292c i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbcb7335d i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc756cfd0 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc8646652 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd67917c5 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xddd79f12 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xfcfbcbd0 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x3223b395 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x7ed87cf9 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x89d76af7 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xce15c0db cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x9204548d libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x3ad9cd6e il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x75c97a4d il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xabe4beed il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xe240f6ea il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xf81f24e4 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d556623 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x121af09e iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1291ef1b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1ac36ff0 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x261190ff iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3b875ebb __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3d548dab iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x575e8d37 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x60e76afd iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x64d253ae iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x66a84374 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x77691761 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x82d68a3e iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9186cd39 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x91fd4cf3 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9caf53ec iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa437df64 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaa6d08eb iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb55e8501 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xbfff8525 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc10b468e iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc67c31ed iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcf1f21db __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcf8d47fd iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe63dd170 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf45133e2 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf9a7be40 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x14428428 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1ed4942a lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2436f28f lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2e87e299 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4b52b91d lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5ae4bfc8 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7fd7971a lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x949faf13 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9be265a4 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9e1cdaa9 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb1e8ee6e lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xbf2a00e0 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd5039b7e lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd848ae8a lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xdf29edd8 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xe4930ff4 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x30a9f0cc lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x467a4197 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x56fb939d lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x5a6bc1b9 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x7e61f357 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x9af0e064 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xda13c593 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xfe5289f6 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x15a1b7fe if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xcc636adb if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x1dc717fb mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2b643e76 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x3989e4d9 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x507eecd8 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x61e89cc9 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x82520cb0 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x84b61195 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9851ad8e mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x99d6b963 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa51ee4b2 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xaa6da716 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb92548e4 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc5795f7a mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xfcc21f1f mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x0f13962a p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x112e4ac2 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x54140bb0 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x61b47ac4 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x8d18f69d p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xa35e7aa7 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xdf5270a1 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xe714ffdd p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xf1859ebe p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x07ac1ed1 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x21e1fa93 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x34ae8117 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xce0abb47 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x08ad452d rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x103a50fd rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1d99f943 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1e34eae6 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1e9e7eb1 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x24710f82 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2bf1f3de rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x320e98ce rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3c7f8af8 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3d2a576a rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3d58f569 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x486e3e25 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4974c886 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x58dfb187 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x68f6bab5 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x79eee769 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7e6c2393 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8777d19f rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8d694bfe rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8dbc736c rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x95eea887 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9a643af2 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9bce1ab0 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9dda4427 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa16c252a rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa6a1e1f6 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xaf0bac18 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xaf706067 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb06837b8 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb43037b8 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc5e2b9e9 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xce4b10a9 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe0bbf0eb rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe5d24763 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf3311ce7 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf336f7b1 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfce661b4 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfdfd8e62 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fe6b9d0 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x185c4dfc rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x634bd1f4 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x66105ca5 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x7b496e8f rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x8f2d67f5 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa02ab68a rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa9053733 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc92c465c rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc9fd6335 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd3eb6f73 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe1e8c8b7 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xf3cb2468 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x02412901 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x09d85ce8 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0a3e93c8 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0ca9baa8 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1e671277 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x222698c7 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x25f46c81 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x26528adf rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2d5be2f4 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x31be18c4 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3cd9d459 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3e40b5a3 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x405babb3 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x40c3a2db rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x42779b44 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4a2f80f2 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x50ba0cf2 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x51f73944 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5db16f14 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5de0955e rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x657a3576 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7938438a rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7ceefc8a rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x805abdf2 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8339bfeb rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8c155d3e rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8f5cdf3b rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8f8fc5ca rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9b7e5ad1 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa0314867 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaca4bf44 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xba2ed714 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbb2b454e rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc223e7c9 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc745dfc2 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcd2f5b10 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd6fb1f73 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdb6e49eb rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe0d1bf4f rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe6408e5e rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe8829378 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xed9f9cdb rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf3efa81c rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf5d2289a rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xff60a89d rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xffda9305 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x073fef73 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x147d213d rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xbb2c57f4 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xc7679712 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xec9e2666 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x089e93b8 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x1bea18dc rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x37b238a8 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x484e40d0 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x07f7cfe6 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x12032bb6 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x137b331a rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x1985253d rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x44561ba1 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x634396c6 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x686b7efc rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7289b254 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7f7ba4e3 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x9076a2c6 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa474a434 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc28710a9 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc532c426 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xee540f45 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xfa61a679 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xfeae6919 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x139ec858 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2cceb5e3 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7724e3da dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x78922938 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0627246b rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0acaa2e4 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1743558a rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1af3ef90 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3ade653b rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3b71e8aa rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4d9b5196 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x56630883 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5ea38f78 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5f3724d0 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x65c4a0b5 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x72bdaf6e rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x745cd315 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x78f9cd53 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x81a2f829 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x90e4e57d rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9129e2cb rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x974c0293 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9e3f7c3f rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf424b33 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb052b472 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbb36b6eb rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd2121748 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdbb0211a rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe1f4cf60 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf5eedc02 rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xfc3a95a2 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0d0b6636 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x179c8976 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x18ecd750 rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x45b803ae rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x4ebcd884 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x524381d5 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x562d8287 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x60293991 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6ccc393e rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7140b4b7 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x852cfe5b rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x8e37c3b2 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9cfa05ce rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb2154b50 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd644286f rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xef66539a rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf5f928d9 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xfb150552 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x6848c7b1 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x741d0861 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xfaa84ccb wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0311d793 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1db85a9f wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x203fa27c wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x22d1f9c0 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2672499f wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2a0f7615 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2b523e1f wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2f131e34 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3ad6ba37 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x44f6f442 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x45a2bf2a wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x48f1f6ae wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4b048e3e wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x50527f7e wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5b3a839c wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5ca8dc9e wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x62512cbf wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6a8dd53f wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6bbf940c wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6e2ec3d0 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x715b4a14 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x742dd2ae wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8b7bb79f wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8b90199f wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8e66f060 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8ed84d93 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8f55cfb7 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91880890 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91da5146 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9e0f44d2 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9fb8e156 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa74d5e0e wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xba08b991 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbf6778a0 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc8cdfd45 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xda269888 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xddf638b1 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe0829a11 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe12c8c36 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xef657ddc wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf306f129 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf4c6c564 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x213961e9 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x618ffd37 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xe971743b nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x151912a6 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x321ead2f pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xaa5875e6 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x138255ca mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x2dd2e156 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x52623f50 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x9dfca417 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xbb16c2e6 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x19d9f044 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x23b72f08 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3a96619d wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x668bc4f0 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xc89c8463 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xf5de9f8c wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x2133b899 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x023071d0 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x08d04164 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x092912be cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0dbe7a12 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0de97323 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x168ac37f cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x22b94d1e cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x26c2576e cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2f2e817b cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x365252bf cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3fc921d8 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x493a7a7c cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4dada3e0 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x50153638 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x54e476a4 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x62c482d2 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x62f8fd18 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x660e994a cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6b4f04d0 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6cb23bfa cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6e057408 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x799cec68 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7d5c6fe6 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x81245e5d cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x83a786b5 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x84f29662 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8f82b9b1 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x920cca91 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa2a6b663 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa313f7f5 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa4d04bb9 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa8d235f2 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb7bec95b cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbfeac7a0 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc32b61ab cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcf03b77b cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd00399bb cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd355d104 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd531ae70 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdf233324 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe9422f4c cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeb4fee02 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xed4ac24a cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfc928af6 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x299c6977 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x373b480e scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x386ccc1b scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x5c4ec92b scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x9a7e34cf scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x9d91618b scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xd2b74d2b scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x23ac81c9 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3dc24a2f fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4c8c9344 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x62822659 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x65a51700 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x81f7f6c3 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x89c2dfcd fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x90dbc2d0 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9d53e77a fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9f2816df fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xaca3f046 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd0b10791 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdf1a1fcd __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xec12814c fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xec98fba2 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfd84f018 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0c49e0c9 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x52025ce6 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x909d33c3 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa7ba702d iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd7581fff iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf083020d iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x06f3e859 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x07d3ef30 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x135c2338 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1aea0ab4 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1c6672b5 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x246ba524 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x298a6555 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3634c5c0 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x38bba139 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3f2f84c0 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4c8a05a5 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x520474b0 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x54ba5f07 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5d41b367 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6299f83c iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6762a85a iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7008a5da iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x70918a9c iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7148cbc2 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7340657c iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7d06780a iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8386606d iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x85ac2d4f iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x88d85fb8 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x896cdfd8 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x924138e6 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x96a7a65b iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9f4a3ea8 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa385443c iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa3e73402 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa76339f0 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb00360a5 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb64b78f7 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb761c7cc iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb8f8cfce __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc54a1bbb iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc90a3b18 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd0e59f3e iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdc0491c6 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf0316148 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf119580d iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf8ba5d78 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfeed1a1d iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0b93ffef iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0f6ba401 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x23c6dc22 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3155d8dc iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x31c96ab5 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3b4917e7 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x553d75a9 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x829c39c4 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x89b6d6cd iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa4ad4f4b iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xabfb7a1b iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xac905b99 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb062e199 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb685ea9a iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd6509bea iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe27af94d iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xed14a403 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0ce911d0 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0eef5437 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1d89fb16 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x20b62c2f sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2141cc15 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x322841c4 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3c35a0fb sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3fd1c467 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4563256a sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4a45488b sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x62d57a6a sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6f932dfe sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7cb9049c sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x844197ce sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa0311211 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa4d1b5fe sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaa5ee5d9 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xab8ac93f sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xae7e7804 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb11c3c6a sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb8f0d4ae sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe0075c1b sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe0bdb864 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf0f35fe7 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf1ecf310 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x5f1c596e srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x627133e2 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x683adfe9 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x856a05b4 srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xcacdb16a srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xdfee8c21 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x0903ef3a scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x1b9db392 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x21337624 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x280dcf9a scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x484a89e2 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x55da1e9e scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xa410c280 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xb11ecfd6 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xd8986bf6 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x06894ef5 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x076ad3d4 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x086f8592 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0ef0f03a iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1549b8c3 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1baba23b iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1f7703ab iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1ff79db8 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x306264dd iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x30d1df9f iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x30df4e8e iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x315ccbf6 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x33c5e51a iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x37efce1a iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3a978e01 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3b1ef5c6 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x576a167f iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x58da3943 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7b936022 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8441a622 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x86cf3d39 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x872c0d87 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x87b1a8fe iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8a89613a iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x97e4ecec iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9bb35375 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9e39f307 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xae730428 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaeb22516 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xafa75864 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb5aa1bec iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3fdf4c7 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd5883588 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdaf79ea1 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdb46083f iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf27f97c2 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf4ba4eb0 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfca6cf6d iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfcf380d7 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xffc160d7 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x0c74f9a9 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x9afa1bb4 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xa2b18b71 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xbcb9d353 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1226bcef srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x4c386448 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x721be6c5 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x782b8d4d srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd5ebcd2b srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xfcec2041 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x00bfb945 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x0c71ff74 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x37140464 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xa9c0858b ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xcb76bd15 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xdd6c6d4a ufshcd_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x0afba1e8 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x11d20ec8 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x223f2683 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6957e083 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x98b3ebd9 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x32844fa7 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x4bfd5139 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x7a464ae8 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x7c6fa87f dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xa55a180d dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1f7c136c spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2294e0ab spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x28e1960f spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3de3bcc3 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x40b1bc9b spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5eeacace spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7097312f spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x81db0c2f spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb4a0ddd0 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd6902fd3 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe3c6993d spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe96e8ed9 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf06dcb61 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf1427566 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf7b18882 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfb4d51ac spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfe375043 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xff1c5139 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xa73daa40 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0050abfc comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x023af7c0 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x06dda26a comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2227c0b2 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x283732b1 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2e6602e4 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3165c77f comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3c031e96 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3f4d7459 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3f93fa9b comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x47963b15 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x47e10ae6 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4d9a3733 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4f504021 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x57ac2eee comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x59294167 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5b2a5803 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5b429c61 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5c18fb2a comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x60bef437 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x61811b08 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x654088c2 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6e49205d comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6e666886 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6f978f67 comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x703ba282 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x72f93f96 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x746cb047 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x765381ac comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x780f5edb comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x79baa6a4 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x85b528ee comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x85c062ea comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8d97ad8c comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8f0d33cb comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9025a621 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x94427568 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x970e1ed2 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x98eac48d comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xac8de8fa comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb8f3fbd0 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb9120a65 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc14558a2 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xca938079 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xda4ba169 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdf612f48 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe0c63f19 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xebbbd316 comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xeed94f91 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf4a6e3cb comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x7506c918 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x7f1c5343 subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x91dbe2b3 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0xb197cbc6 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x0de40315 amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x78c26bf9 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xc22e4e57 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x1c3eea79 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x2d4297e3 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x416247da cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xc8eadbaf cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xe4d75b01 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xb98bb90f das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0078a924 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0c2cbfc3 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x21289cf3 mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x27b18c70 mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2cfcf299 mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x337493d1 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3c01e707 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3d257257 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x420a4426 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5f57c531 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x75423b4c mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7853ad09 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x811b9ce9 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x883e7d04 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8fd92f42 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x957e22dd mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa13aa2c6 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa9c3f781 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd342b890 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe568e8c8 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf067808f mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xff995e47 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x84d5fea1 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x0539fdb8 labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x42f8ce37 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x9cc99ebf labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xa76d99e4 labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xde2e908b labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x21b3d69e ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x30a087fd ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x921a2777 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x953152c1 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x9c4373a5 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xcae3ab6a ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xd42249e6 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xfcda819d ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x64d295a3 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x79827b0c ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x7d917c6f ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xb7b01f53 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xbf8fb112 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd39e83cf ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x383cfbe8 comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x4c05af59 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x7f45fc8f comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x83af20a6 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xc3502901 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xd0bada0b comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xe2c8bac2 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xc7eb012d adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e508222 spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0ef1d765 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x1ee9d325 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x57481ee8 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5f1f8e45 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x75bea993 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x79f8e94b spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb35aaab9 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbb0eec6b spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbc5b4c8b spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc8f57383 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe1312461 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x3d985831 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x6ac6a7d6 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x76c44ce4 uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x6671e27b usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x6f0798f5 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x96d62eed ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xeec38d65 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x31d6f2a5 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xf4c10d4f dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x012d9090 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x019a2bbe usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x01cdf9cd usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0224fe20 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x128fa553 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x137df3e8 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1a533e44 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2767d028 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2abba7b1 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2da06589 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x35227fa0 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6153fee5 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x69f56f55 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x860af4d5 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8ef9be6d usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94537c4a usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x998cfff6 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbc2528b7 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc88d9bf4 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc99ee87b usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd3415dda config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xda81ba6b usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xddaa2fcc usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe834f36c usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeb63e47f usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeb861461 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfa3890d2 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfc2eba8e usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfce0c795 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x1ada9525 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x1d70ba81 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2d45254f gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2df60fee gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x44e965cf gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x61452e61 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x76497749 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x9e9ed034 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xc87d1ec1 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xccf09e0b gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd899cec3 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xe0efef15 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xf2b98428 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xf2e3b0c4 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xf966d801 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb9c516c6 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xce29ba00 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xe0d75660 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xe206e7d5 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x4624c200 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x60b5b375 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x7bd5fb0a usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x99b38882 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x9caeb09b usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xa6935f48 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xc83a71b8 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xeb347f6d udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xfc3fa609 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x142d173f ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x3c471793 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xd53ba24b ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x06c3177c fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x070df372 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x175b505c fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x22dd0583 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x34a50d2c fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x3b4a25bd fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x3f8cb876 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9cdd4fbb fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9e84217c fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9f4837aa fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb41cac90 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd5d9d0da fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd832aa7d fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4eec91e fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf8da63ce fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x1f2f64cd rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x51c5d37d rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x7ff77746 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb8ca0a29 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x32af7ebf ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x754c7d87 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x0e1573d3 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1521446a usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x26d5a4d9 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x2ba9f5f6 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x2ea4d135 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3e3af387 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x4b27e247 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x4c0e8d09 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x7c4b7aa4 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0a94cbbe musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x0d06cc1e usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x24b6a0b2 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xaf49ceef usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xbfeb3ebd usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xc72aae54 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x99a745d1 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x0255d817 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x0b7994f8 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x43cfde13 samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x5fc7ff9e samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x7ad16b90 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x9f13e922 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xeccc9832 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xf26b5646 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x358fb978 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4327234a usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4bfa76c5 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x59f5df72 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x65934d4c usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x76c349bb usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8a143874 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8e19d4bd usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa1909224 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa253fd84 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa62c82ad usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xaae1b6d8 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb368fc1d usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbeb2af79 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc010d366 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc5c3365c usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc7f4a7c3 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcb27797c usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcc0e3313 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd5d35b63 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf4e67dee usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x072d79c6 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x11ed9685 usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x182268dc usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x18f9acac usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2115e32f usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2a98faa3 usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2bdefe11 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x33d9689b usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5a20185d usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x606255ea fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x609129df usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6951c228 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6d83f3e3 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7173d2d6 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9d43db38 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa9e315d5 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbbc49f3d usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc326675d usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc5c4d9c5 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc71ea5db usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xca12b331 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd1e54b2c usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe603be71 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x10b7c8d0 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1c42cca7 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x2a4aea18 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x36ad4794 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3e8c4ddb usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5e9af647 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x74f9a34c usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x860312bc usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb38064ab usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbf398ed0 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 0xd4fbdc6c usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfee3bf2b usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x86462fb8 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x929c2072 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x92b26c3e wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x9b59c967 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xb22e6ffd wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc543b60e wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xd17819f0 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf4654c3f wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xfcb65efb wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x16a6c37f wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x1fff7438 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x23684305 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x243eb5ba wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x282d66f9 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x4b2482ad wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x5759b3e0 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x5f630886 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x60adf5a7 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x95ba071e wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xa0654bb1 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb0bf72c7 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xbf8a3763 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfbe11d99 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x05b76f60 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x16a14427 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x97d58f4a i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x3818aa5b umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x41f0baf7 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x968c12f3 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xa46104e1 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xbaa21359 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xe6016fbc umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xf9c89e22 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xfbd32c98 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x00cff26a uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8aad57 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x148eb21a uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x221f8013 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2805cb27 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3a08f2a5 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3bb9b376 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x410f0697 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4663bbf2 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x519d2933 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x55c40d34 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5a46dd8a uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5cc3fd3f uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5d0fdacb __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5e4bc088 __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x666b61ad uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7cf1da20 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7dcfcd23 uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x853cb608 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x88acbc7b uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x94eae1a6 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9fa90a7e uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa1844d7b uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa2649450 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa3decdff uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xaca0f9f2 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb09e1d40 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xba118bb2 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbd9e2b9b uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc281c4fe uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc64279bc uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc76ffe3d uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xcb0fcd81 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd1861c00 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd4878157 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdab8cc0f uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xddd6824e uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe1716f06 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xed08c456 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf9b8c2f4 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfd9623dd uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/whci 0xbf523950 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x199b5d61 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1ab78e3f vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1af1d5ea vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1d6b4fae vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2daf23d2 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2ebe8404 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3cbcdf92 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4b12fe81 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4f7cf7d8 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x56aeda27 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x70128953 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x740f7104 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x79b8314b vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7e5cf781 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xad05986e vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xad5028c5 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaebc92b9 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xafd69e7f vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0f81e37 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbca9f968 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc25a2fd0 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc2b4e5bc vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc8398b37 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcbd1222a vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe9a5d447 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe9d666e6 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeeea413f vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xef06cf9e vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf002220e vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xffa9a900 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x226f6104 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x2942fb7f ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x49616e32 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5c8bf3dc ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x99d72093 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa3b302ba ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xfa7a6f1a ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x0d1d5113 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x186d528f auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x1959e817 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x2b9411c8 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x3b7eb434 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x67ef2497 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x8257c170 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x86e4a753 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x9aae3690 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x9bd9490e auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x2d79eb96 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x926a0413 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x9744f755 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xa784aae5 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xd5c91e26 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x19c1805a w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3424ef5b w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3fafc2da w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x41191c92 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x530f2f17 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x56e1395a w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa592be99 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xdd4f7046 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf7b2411b w1_read_block +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x0250594f dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x403a8903 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc0f5067f dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x04768a8b nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0f681f9d locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x350173bf lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6d18d1cc nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6fce6edd nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x707622e3 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9c8e7b28 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xbf597ef7 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe8bdc4d1 lockd_up +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x063f8ea2 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07837626 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07a18da3 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a5bb993 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ae31f81 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0af240d4 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d529d76 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ef265a8 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x106f6e10 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12cd6276 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13d5e331 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x158dadac nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1691139c nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18042657 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19ca8afa nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19ef2f22 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d18ee79 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f63a5f4 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f7509eb nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1fcbb619 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22431a5f nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2703b478 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27842946 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2846caaa nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x289153fe nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e8f4d86 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36738418 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38faf207 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a6083ff nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b7fdd68 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ce6c9e4 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d7707e2 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ed5bc60 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f015fbe nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3fdb8618 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41d76f8b nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46439147 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4755cac4 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b96a5cd nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d29441a nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4edfc433 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4fbd9594 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5aef4b20 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f8e0a1b nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x606e2139 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60c45a82 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x610922d4 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x612eecc1 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x629d12d8 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x669df1d8 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6af080f8 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d159944 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d229bca nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6eb39fa8 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x702c3ff3 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7215ac7b nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74d176db nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x753f99e2 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x775d753a nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78e993b5 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d66b113 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7dd32001 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ebc72b0 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82b4c142 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87a77ed1 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a75f80a nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8bb7d45f nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8cf439c5 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e1a992a nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ed65324 nfs_set_sb_security +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 0x93dac077 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98055397 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9819a28a nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b2d463 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b261456 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9cf7375f nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ecf9d3f nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ff745b4 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1d9a919 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa21f442e nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa85be2f9 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa87c720d nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa98fa0ce nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa5f7640 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaed77ea6 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xafcc621b nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb195fb40 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3b6cb97 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8f1f466 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9dbaac8 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcdb7829 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5bc6280 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc60ade64 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc62e4c35 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc85c329d register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8fe3d68 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca34d249 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb985f3f nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcdb00ca4 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd065bb0c nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4c75e31 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd73b141b nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7ea5835 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7f1acaa nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xddcdbe2d nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde964ce6 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe19c11b0 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1fc6e55 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2beb750 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe44470f2 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe88e357f nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9dca631 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeaed9b7a nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0986182 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf20691a4 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf24533d0 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf463e253 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5a96f0c nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf67957f6 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa8746a4 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffda8f5a nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x101d757d nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x108b95de pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x11bda27c __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x14f45a41 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x16e60b56 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e45be0a nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x25a6b5d7 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b163b57 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x438a1881 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x615bc5cd pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x665fa50e __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a98061a nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6f079caf pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x79c4713e pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e404406 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7f398c02 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x839190c9 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x86b2c2c4 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x891e18f0 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8da846f4 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x94f0a1f2 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96d710c4 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x999516be nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa13dbf84 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa256947a nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa2cff921 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa2e4b216 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb3586a7f nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb45c9f21 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb95b4dac pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb9b09171 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbc28cde1 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbdf5ba84 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc55d11c4 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc6168f72 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc6788675 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce76979e _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce9b145d pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd655bf3e nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb813e84 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdba2c4ec nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4c5bfaa nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf0b87851 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xff8508e8 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x2b52da69 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x7f416848 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2f29c364 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x392afed6 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x65791e14 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x7b62837e o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd8f4e77 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc914bceb o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd92892a5 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x0db38cf0 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x49858930 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7856d1f1 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xba563934 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 0xe61ad9c1 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xe701289e dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3569257c ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x937f5b04 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaabdeab1 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8ab25528 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xd03ca64e _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xde1ea553 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x393f8759 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xc28c5cd5 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x551783d4 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x7f9897b1 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x9fc003c2 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xa8fb6120 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xef614987 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xf25db263 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x6c220f0b mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x97d93568 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x9bc791d9 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xd8ed27d0 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xe127d61f mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xe4ccd650 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/stp 0x0d77d149 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xb6c0ecec stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x1ae44a64 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xf3e08042 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 0x5134927f 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 0x7f810eb5 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5f527e49 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf6fcbed1 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x023b3114 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0cb6f275 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1c265cf4 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1cf3bfbd dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x26718ad0 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2f2f895b dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x33216031 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x36bcf2c6 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x45e32396 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4caa2bd1 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ee3a78c dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x50dff647 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x54ff6c74 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x72a9df38 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80a4f825 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8a8e3d9e dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8d20e460 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9947798a dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa43be838 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xafd5db03 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc0b7b890 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc1a6a61a inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc5c7cc5e dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcf774e6c dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd0908546 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd22bc032 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd59e7d72 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdbc8dbec dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xddb25280 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe7ba660a dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xecc365e1 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf686f4ba dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf8c1994a dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfd036732 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x2d3e325c dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x56f01a6b dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x68ee8269 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xcf26992d dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xeb0ef554 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf51792f1 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2cc4c757 unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x376764e4 register_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x349e02e7 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x5de43e52 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x801674fb ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb4d94587 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd58dfa29 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd88e8ad6 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xdba94a85 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ipv4/gre 0x6ac51125 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xad009b7c gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xde42e67f gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0xe68d05f3 gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0xfbb9e0a8 gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x13d4bef2 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1be9f984 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x75d04d82 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x90470932 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x943a5b20 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf8ab9cd5 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x27b2c6d6 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3a8d9666 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3f3c1921 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6624c5b4 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6f870918 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x78c74fc8 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x883d9d47 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8a65b916 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x90ce6efd ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa66cd961 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd9696da6 ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdac18c06 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf50f6c6f ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x0f6a2a97 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x6c24e899 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0xc73b0357 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0xaf4a45e0 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0xef3a3841 nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x21536d88 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x3140ff94 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4ac8a3b0 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x794cb434 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb58e5ecf tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x086c3bb8 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x0e260aeb ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x60439281 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xa21bc8bc ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xdef9b80b ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x3b84f5de ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0xd10b1270 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x247d0015 nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0xd34c729f nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x18ee81b7 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x43a90c6b l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x441bdedf l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x45be1634 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x50bba2c3 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x57321581 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6296c62b l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6e44a843 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7a7ab8fe l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb03d17d5 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb86a0bd4 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcbfbc73d l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xec879198 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xef58ee03 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf37d11fe l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf3d3e87a l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x245f4389 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0e307f19 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x235136b9 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2b9bf779 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x387d2980 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4a7d939a ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x701b3f6c wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x846a3411 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8ae50ecc ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa43bcda7 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc35a3fe4 ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd43cbfa1 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe0e6d95e ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf9361df6 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfb2128f6 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1e8216b3 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x30d447fd ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3903a744 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x61a0c6d2 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7016681e ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x77e2e6e8 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7a67947b ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8bddccdb ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbe1d923f ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd1a429c2 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd2159c7d ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe4cf10a0 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe591fb70 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe59dc597 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf061f408 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x34aa1fc6 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5f0fe58e unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x95ca5c54 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x95e2f549 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01a2c969 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x08d3e3f1 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x162f515e nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x17882580 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x19a3a898 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ac511cf seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1c6118c8 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x217d013e nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x26aabb3d nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2db78ba9 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36d99392 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x392b9e09 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ae58173 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ec36f7b nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42602154 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x448bd9b1 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44d11f3e __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x484f3e00 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a979e33 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e57e884 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x51b9f2cf nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x52b5644e nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5361a8e3 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x53868b62 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x53965d0f nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56cbe216 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56ccf39f nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x59c21021 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5a0a13ec nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61b0e9e0 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73fb2713 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7903bb19 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x791b662b nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x79d7caee nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x80808084 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x893b4b3d nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a66c4fc nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b6f7799 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90a8d4a4 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90dc5912 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9128dc88 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9697ae6e nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9a37e68b nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9bb1a4ff nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa1f4ef60 nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa289373f nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa418ecd3 nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa725e54f nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb251ccbd nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb3ae201b nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb3d4679a __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb47bdd48 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb4db5598 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8e63889 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb9366a06 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbda4ce45 nf_conntrack_alter_reply +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 0xc4b33f8f __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc507bf35 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc97c556a nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd03aa692 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd0ec22e0 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5d5cded nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd867db22 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb1527ae nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xddec84ef nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe08a9410 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe0fffb8a nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe275952c __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe39b6a58 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7d5a4c0 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe88bf382 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe91b017d nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe9cc6659 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed39e9d0 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef6f4539 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe5f02a9 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff40b965 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xb982fc33 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xf9b18cf1 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x9ed23860 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0077f2cb nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x021890de nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x64e2cd70 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x66059593 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x75e78ae2 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7df57e07 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xbdf6f375 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc87768f0 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xda1c6bca nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf49cd876 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xb373d81e nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x435b22f3 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x7e7ea0f8 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xc022b7eb nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xcb8ffeb3 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x22ed9f11 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xf92fd0b7 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x25fd53c0 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x2d435e14 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x3a32c160 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x48c5d812 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x592362a6 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa8a935af ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe24c4f2f ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x0b5f4eef nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x7138d2b5 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x46167cd4 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x90079f82 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9a646238 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9f99c580 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa2c161de nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb75f8fc8 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc9da696d nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf2edab85 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf49393fd nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x099f94b7 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5f339439 synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb7b53e0a synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1dbfe380 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3e24e039 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x507a4468 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x61ae803f nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6b0825ef nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7001b4c8 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x905a065a nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xad050fde nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc2dfdab2 nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc4ae0060 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdba32519 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe03b666a nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf7b841b8 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x02aeca2f nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4ad681bd nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x7c3cc208 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa70e406e nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb1a0333a nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xca1a98a5 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf3a19fb0 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x1aad7a14 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xed78e533 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0xe9e0233d nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x4563d18b nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x747d0227 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x760e25c8 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xa0e5116f nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xddbacfe7 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xdf5d2d62 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x2c3907d7 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xf98dc095 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0c22a011 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x19fe01df xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2f15ce26 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x54a22112 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f010963 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6cf67fa2 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x867e8f98 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x87bfb8e5 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb6ddaa3a xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbf4f8ec0 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc64153d1 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdb5fd204 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe4e60f2e xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x00204983 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x482b6a12 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x8d8c8f95 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x91948bbd nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xc326d6e2 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x106f0afa rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x10f1d59c rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x122425c7 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x125e4f7f rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x218a1329 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x2349b391 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x2457232e rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x327bcb1e rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x4234b32e rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x4622b59b rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x50ba3c73 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x5a6bfbe1 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x6ac3863a rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x6bb4e569 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x7f83a6db rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x990a8d69 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xaba0be3b rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xb72b5ebb rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc2eefe29 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xc5632bdd rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xcb026a10 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xcc4f43ed rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xddb8732f rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xfeb54586 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x197bc2b3 rxrpc_register_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x70b30441 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x6ad50f28 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x733f419f gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x86f8d735 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x007a1d98 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03582610 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x053d5fe5 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06d0a349 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0791d5c6 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x083d18b7 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a5f21be rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b22e383 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bbeba84 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c00f784 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c19cc79 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0db407da svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e1b35ab rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fc13532 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x144e7f9b xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17f856a5 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19fdcea2 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1abca28e xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b41226f xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e573a20 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f8f52f6 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x206374ff rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2089dbb4 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x251b22cd rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x261169b0 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26ff887f rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x282a132a svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x287915a3 rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ae66c61 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b29dafa rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f406694 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31420951 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32d4aaa9 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x338464ac svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34ba212d cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35448c65 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35a22d6e xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38f5cfc9 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x393c7e7c rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3946aba3 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a40aa70 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ac07fa2 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3bb1fc65 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c52dfa8 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c7710b3 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cd0dd91 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d41fa06 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ebd3a6b rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ee90521 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x415af94d xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4226429c xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44e1ba88 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x453af182 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47d4827d rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4968e2a9 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b4aee66 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c55340c sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c74d92c svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cfb3214 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d2592a6 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4df428f9 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e1f246b xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e27d830 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8d9e3b rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ebec621 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ec81e91 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50347a9a xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50acfed9 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x520d8e3d xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53c75e32 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5520f860 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56e011f5 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x596df180 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b3bee4c svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e454b85 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e905a92 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60d1f91d svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x613daf30 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x632e2cd9 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63bfce9c rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x644ceb55 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65c37305 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a70a4e7 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ab5d3da rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6acabed0 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b2179f3 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d240b59 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d2552a6 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ea596a0 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72347ca8 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75cf7ad1 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7708ced9 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79840ba2 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a30c0e3 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7aa3dc5c rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7deb5af6 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e691754 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ed10791 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f01a0e9 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f30d2dc rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8093b5bb xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80e04f3a svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x820c46ed svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x848d8b4b rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x853166ea rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85355e69 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85a34bb4 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8794273f cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87bcb9d4 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x883489eb rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88c8243b xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x890e7845 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8981f60d svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a549295 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e981bf7 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8eb10f39 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f568102 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x914c2243 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93e7e8dc rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95fc276c xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9664382c sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x976252cd rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ce9742e xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d21e248 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d37b3c4 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d709e71 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d85332a sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e15763e rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9fc8f778 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa034b573 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa12f946a xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa274645f rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3431534 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa364fb49 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3c7dc66 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8d9d3a1 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa910a663 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9d4b36a rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa0721b5 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa0ee196 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac754333 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacbe7059 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb577d872 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb659d978 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7aaa04f svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb3b3a90 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb767da7 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcc288f7 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe0ed544 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe39b865 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf7513ff write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2534671 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2777aee svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc371ed80 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6673fce svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9bb03cf svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9fd1b85 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb05ed4e rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcbb0cf25 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc97ea86 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd9f9caa xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd27da62b rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3c73bd4 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd470ff1e rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd902f944 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd99e8e05 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb029b2d rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc95f468 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdecc2226 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdef61e9b svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4e2df2d put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6969462 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7d20974 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9a0262c xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecc631bb rpc_call_sync +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 0xef1e58d3 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf020048a gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf02ab9d1 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0d59181 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf287f683 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2eb5f08 rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf41dea2a rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf52a0334 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf671b34a rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf777626b cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf88cd3a9 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9096a86 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb03671a svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe2cfc2a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x049b7a31 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x14fbf603 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x25af4490 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x34ced7ec vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x386dfa4c vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x523f18aa vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6777041b vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x74e91915 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8f5ed4b5 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9014606b vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc2fa4c81 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc368fdd3 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc48a5cf9 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf21d7dfe __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf593c40a vsock_pending_work +EXPORT_SYMBOL_GPL net/wimax/wimax 0x0be4d1ff wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x107d5bdf wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1807d291 wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x21d2159f wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2667cd43 wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x4554764c wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0x6210ebf5 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x810798d9 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8c6a0447 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x947de3b7 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0xaf525176 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xd27459a5 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf5a7f6c8 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0353dbd3 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1130d2e9 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x29a7d934 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2aa1123a cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3603eece cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5cb746c0 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9a68a64f cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa59c68c5 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xca76729d cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcbead2f3 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcc8738f0 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe3712442 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf006eba8 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x29503e4c ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x2b85d458 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7166b94d ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xff306334 ipcomp_input +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x061125f4 aoa_snd_device_new +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x11f0bc66 aoa_snd_ctl_add +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x1754d1a1 aoa_codec_unregister +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x32ad23ba ftr_gpio_methods +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x4c2cba7e aoa_fabric_unregister +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x57487a0b pmf_gpio_methods +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x655c719f aoa_get_card +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0xab8c29aa aoa_codec_register +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0xd9cbbf39 aoa_fabric_register +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0xea97ccdb aoa_fabric_unlink_codec +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x099cf860 soundbus_remove_one +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x22ee3cc8 soundbus_add_one +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x3a0d9396 soundbus_register_driver +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x9c3dccd1 soundbus_dev_get +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0xc012476b soundbus_unregister_driver +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0xe747e261 soundbus_dev_put +EXPORT_SYMBOL_GPL sound/core/snd 0x1abe90ae snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x45ed8d57 snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd 0x900101bc snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0x9d8f5d86 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xf4788444 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x699c264c snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xbb960ff9 snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xd3ddc983 snd_compress_register +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 0x57377b66 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x92f65608 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x093a0bf9 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x14ce3bc0 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x309c9584 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x42d5d171 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7895c4be snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x8ccbf24c snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xabccf11e snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xabd0eb1a snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xadf43656 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe4eeca46 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xf4834d53 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x020ae022 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x0e70bac6 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x28f0955e snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x524b7d52 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x7ee07a47 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x8218ec11 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x041a28ce is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x082800fe snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0870e73f snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09b05f2d snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b357f0d snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0ba0aeae snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0da798f5 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0ea57086 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10442b79 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x11355062 snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x118a1c24 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x146817d2 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x18a5af2a snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1a1ce292 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f7a19a8 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1fab3b39 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2153e211 snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22f86b9c snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24d8d7ad snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29d234d8 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a860f1b snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ec56049 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3031cdf3 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x30ddec49 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3235035c snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33a3158c snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x356d7ff2 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x35ef29b0 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x368fe433 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x36ee0175 snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x36f8af9e __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d236e0c snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3dd84931 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ee472cc snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3fcb90dd snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3fdcb006 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x438ea477 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43a71f41 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x449a6210 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x46b5545f snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48866c9b snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4bf6d0fa snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e5d25fd snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ea5d498 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x50e4b4b9 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x51e29da6 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x53fc3e94 snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x542520eb snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56fc15d6 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5cb9212d snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d3700d8 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x61d1eed0 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65ae0f2a snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x66f5b266 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67dc4672 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6da15189 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x718acf05 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72064dd8 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7289efc0 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72ed42fd snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74d73cc0 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74db7f32 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x75b35a81 snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x77d8d15e snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x78f033df snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79f74a9c snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8052d339 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x80ce7915 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82e25f07 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8319ecd8 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84d73399 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89845e5b snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89e450db snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b080716 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b21bc20 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b307844 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x909ef4df snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x91473086 snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x917971cb snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x943208cc snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9985075c snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9bdfc147 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9cea5ed9 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa031196f snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa28e1fad snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8d5e490 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9574db1 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9d9ec1b snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa3bdcdd snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb089d13d __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb4073254 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbcc71536 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd447f64 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd7d9417 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0815d93 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc08af7a8 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0baaf59 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc17164b5 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc917d002 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcbcc61f1 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xccc49edb snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcd02b5ea snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0789f04 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd30040ef snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6efbf85 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd989c86e snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdbe9a016 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd368c30 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd4f2c0f snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf755dd3 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe382f7ee snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe462158a snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe722299c snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb489aa5 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb612193 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec2e27c8 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xecb903a9 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed4b77a6 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed9bfadd snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee5f1628 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef6c8568 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf017fdc5 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf09f9c11 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf48537de hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf62f8cf8 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7aa1335 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9bc7e15 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb42d1d7 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfbf5665c snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc84b3cb snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfdd01d73 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffdaa3c7 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0da5dd16 snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1707060d snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1fddf0b3 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x21598795 snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x22253ee1 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2534be00 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x354c2344 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x457df310 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x485cf6e6 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x65130bbb snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x91f9b1a1 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x98baf8f2 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x99e7b55c snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa6ad9823 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa82c2c1d snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa95f3771 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xafac129f snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb471687c snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd4519871 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfe8e8814 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0xc46235e3 snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x12c501d1 azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x3885aec2 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x3c406aaf azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x66499298 azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x703cbf79 azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x77a8d60a azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x7b04ab68 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x863c6653 azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xae13f401 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xd18558c3 azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xe18a501c azx_codec_create +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x912352d4 atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xca0e7346 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xda2aa686 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0bdccbbd cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x1db00cce cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x938e6711 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x090dfa8e pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x3dc3346b pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xa9963fcf pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xaa545440 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xaf8622c0 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x305677f5 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xc9b74eac tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x0889848f wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x549d123a wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/snd-soc-core 0x033c10e4 snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03b8ce98 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05fd08d6 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x079668f1 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e7b7923 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f6b2c64 dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x120ddb6e snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x132500f2 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x13dc673f snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17a13641 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17eab9cf snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18097021 snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b80daeb dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e4d5ef5 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x231b269a snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2397bcd6 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x243819b0 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x257ff2e8 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2696fbfa snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x276db90c snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a4965ac snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c516230 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d0cb713 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e3c2ea8 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2fe93542 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30048aa0 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30547aa9 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x315d2de0 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x346ed4bd snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x351971af snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x379b0f9c snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x382d848b snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38a669f3 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39345f3b snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a9498c9 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c0271ba snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c5bfe52 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f1e7f32 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3fd71fa8 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x40a392b6 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42812a3a snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45fea23a devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x488830ad snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4bf3317f devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e5bbad3 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e65087a snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x504f4d5b snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51ae4a36 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x525ea260 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x566be32d snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x567e4dcf snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x583c6161 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5aabff5f snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c32cd4a snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61b93eb9 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x634eea4b snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64c3c776 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65851455 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6727b3cd snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x689fabf8 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68ffcabb snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6929f840 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ad44893 snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b9b1651 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c0776f6 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ee9ef6b snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70f37861 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x757dbf01 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78bdc904 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78e4dda3 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x797af2e9 snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a08863c snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7db68f7e snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7dd50fab snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7fdae8f5 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8216fa0c snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8450a520 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85d3e862 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x869c1356 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87bf79e3 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8985662a snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ffa93c5 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91cc8a83 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x937625dc snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9440ae4c snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97205eff snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9dee2e48 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9df07d23 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f380e56 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9fac457b snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9fc013b0 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1481eab snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa28b64b8 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3852239 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3ed7f4f snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6b3cfdb snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa74e84d5 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa87a7e0 snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab7ac929 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac7ae5aa snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xacc83d51 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xadb71708 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0350aad snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb23dab40 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9e914a6 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb07b13f snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb14d266 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb18e5b3 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbbe3cf8a snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbea1c573 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0665c7a snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2af9f6e snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2bba692 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4e998c2 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc5ec2507 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc811358e snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca906dbe snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb0728eb snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc5c7bba snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0936bd3 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4d6f155 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6a6bda9 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6e7a42d snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd7e191a9 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd82dbd16 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xddee2f83 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe11650d0 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe60a4619 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe84d542a snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe973ddf9 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 0xf0d64c40 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf100915b snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf188ec54 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf487c0c2 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4bcb5de snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5f61aee snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6202ee2 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6d4e727 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf84cbc77 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfac7a485 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb024f6d snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd84d6ea snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff7d1709 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xffc9a1f3 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL vmlinux 0x0054412e regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x0054473c add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x0059c8ee pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x007c6db5 cpu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00a86c62 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x00b56ce9 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00c7b031 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x00def1fd tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x00df0cca tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x010e1a24 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x010ec183 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x0118a0af pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x012103ce cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x013df44b of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x01765899 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x0195fba9 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x01a5d668 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x01bda25a usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x021ebfda btree_update +EXPORT_SYMBOL_GPL vmlinux 0x024e8a1d skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x027f33a1 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x02861ec2 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0291f759 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x02bda4b0 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x02c93724 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x02fbf4fe spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x03177d79 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x0330854d spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x0333e48a flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0344a03d sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x035de545 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x036503c5 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x0374da04 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x03a03f4e hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x03abc92d crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x03b16cb8 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03fd0a37 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x043a50f5 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x045b484d driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046a5cc1 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x048a669c blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04961630 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x04b5549c __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04cb9bae vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x04e6550d led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x04ede40e wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0504d8a8 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x050f6f92 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x054010f3 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x0596ae6b __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x05c73654 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x05e9822d kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x061327da ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x061dee59 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x0623b838 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x0630275e virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x06319042 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x0637f7da sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x066449fa bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x067730ab rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0678eb6e free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x067d04e1 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x06b3ced0 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x06beda0d skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x06c1a6e5 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x06ce5107 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x06cf07df power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x074705dd alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x077107d3 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x077fe760 component_add +EXPORT_SYMBOL_GPL vmlinux 0x0780c4d3 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x078e0f9b irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x07a7427a crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x07ad28a0 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07e2d764 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x0818b9d3 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x08244db9 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x082857a2 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x083fbd01 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x084588c3 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x0858c0d8 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x0872f026 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x0881811d rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x08dd2537 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x09011af7 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x091c824a machine_power_off +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0921f875 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x09278155 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x0933b73a ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x09599765 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x096381db pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x0990a352 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x0a44d81e irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x0a51ae5b virq_to_hw +EXPORT_SYMBOL_GPL vmlinux 0x0a5ced5b usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x0a6e6b51 of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0x0a99407b virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0aee45aa platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x0af79a3b transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0af87b03 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b0069b4 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0da2fd ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x0b144346 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0b5609c8 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x0b59390b __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b74d3ae led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x0b7db659 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x0be56171 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c128133 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x0c13b049 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c57c92c lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x0c73a1c1 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x0c8a4d46 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x0ca737f6 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x0cb10ad7 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cfc9fe0 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x0d0b97d1 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x0d2274b7 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x0d27a01d i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x0d320917 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x0d5fe8a3 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x0d7b9c7d key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x0d8b7a9c crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x0da85900 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0dc3d88f __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de06988 cpu_first_thread_of_core +EXPORT_SYMBOL_GPL vmlinux 0x0e421a2d serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x0e5e5d9f disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x0ea331df posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x0ea4d784 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x0eb04fc6 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0ef7d506 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x0f1a3250 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x0f375e2c ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f8e9272 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x0f9660d8 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x0faa0d52 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x0fc01e9f static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x0fde7d8a rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x102066c4 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x1057d421 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x105dae92 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x10664146 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x106b4619 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x109d985b rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x10b4a279 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x10b9a4a4 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x10d99715 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x10decebc perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10fa59fc list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1102a818 sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0x110dc1bb sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x1114011d threads_shift +EXPORT_SYMBOL_GPL vmlinux 0x11266ec9 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x113ae2a7 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x113f6c57 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1145e161 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x11590d8b pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x115b2bca devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x117f735d devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x119e74af register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x11be4ad3 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x11c1a9af scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x11c8d9f8 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x11da6ca2 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x11df1cc6 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x127152f0 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x127a416e cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x12b00ea5 of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x12c0445a isa_bridge_pcidev +EXPORT_SYMBOL_GPL vmlinux 0x12e42a7d devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x12e7837a cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1334618f class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x13354608 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x136a4ee6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x13b4bd5f ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x13bc8dd1 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x13cc7be9 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x13d45797 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x13e5ea13 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x13ef234d handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x1414d786 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x1437458b unlock_media_bay +EXPORT_SYMBOL_GPL vmlinux 0x147c59d3 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x14a94174 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x14ba495a ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x1505b467 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x15198cd0 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x156e686a inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x15a2f3c4 component_master_add +EXPORT_SYMBOL_GPL vmlinux 0x15c21e5e nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x15e53049 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x1636768b bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x1653a4ac bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x168d167b ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x16a07c7c usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x16a81be6 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x16b87bec of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x16ca14bc ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x1725c0b5 of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0x174d55ac regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x175c9600 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x1776c145 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17a344ac cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x1814be58 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x181f3525 mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x18281594 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x18288d83 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x182b2275 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x1838ac86 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18570516 pmac_i2c_xfer +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x187a0f64 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x189d4524 napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x18a27f34 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x18acd87a usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x18b332c3 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x19063c06 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x191212e9 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x19142280 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x193616bc da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x193fc997 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x194fe818 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x195c364d hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x19677314 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x196abf7b scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x197d396a hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x198f2760 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x1990d5f0 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x1993edbe da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19c94621 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x19cc2e8b md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x19f1e8d1 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a0aed23 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x1a0dc6c5 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x1a2c8949 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a443c2a kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x1a612617 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x1a615075 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x1a7f8b3c of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x1a8c5907 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ae8438a user_match +EXPORT_SYMBOL_GPL vmlinux 0x1af8c9fe phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x1afa4118 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x1afed9da vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x1b073bb1 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x1b152f24 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x1b221440 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x1b2828f2 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x1b2cfe8f usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x1b41994b kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b5f5c4c rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x1b64ea9a ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1bab249b rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x1bc5df06 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1c024ee7 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x1c25f7d4 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x1c301327 check_media_bay +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c74b086 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1ca6c862 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x1cdca8f2 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x1cde6feb ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x1ce6a279 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x1cf82066 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x1d1c5ddb device_reset +EXPORT_SYMBOL_GPL vmlinux 0x1d42484e extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d6a04de fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d846207 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1da4ad72 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x1dfbcf4c mpic_msgr_disable +EXPORT_SYMBOL_GPL vmlinux 0x1e1129e1 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x1e1508f2 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x1e15dd75 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x1e206acf find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x1e2836aa devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x1e2a2a58 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x1e436806 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e69f7ba blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e830b99 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb223c6 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x1eb4a4d9 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x1eb8dff3 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ecdbc96 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x1ed87bae bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x1ee32b18 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x1ee3857a usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x1ee3a2c1 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x1f0031da kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x1f169aef pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x1f8436ff xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8a5937 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fbe669e dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x1fc77cdc regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1ff60111 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x200bed53 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x2049bab8 __destroy_context +EXPORT_SYMBOL_GPL vmlinux 0x205d6e06 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x20639ae1 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x2067b025 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x206e3c80 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x2079c2d2 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x209402ce fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x209bc4d0 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x209c8bdf hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x209e2b4c usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20b65232 device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c8f5dd crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x20d9ba49 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x20f92d51 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x2133762c usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x213885af __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x215493d7 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x215bfb88 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x2182008d task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x2186825f rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x21bfe829 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x21c5c957 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x2212ad47 flush_altivec_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x22131d8a crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x221a490c transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x222f596f ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2243eed7 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x2254564b ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22be6c27 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x22d104c8 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x22deff59 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x22ea65fd part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x22f0611e balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x2300807c usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x2355701d usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x2382a000 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2392bc6e pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x23b0bf6b fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x23c10692 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x23df6531 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x2406dae3 pci_address_to_pio +EXPORT_SYMBOL_GPL vmlinux 0x242e307f tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x246e4b74 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24afd909 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x24bb8efd pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fdaebe device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x24fdb948 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x2516ffd5 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x25579346 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x25638a6e rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x25672d3d irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x25aa7058 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x25c579fe ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x25d12317 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x25ddd871 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x2614fdf2 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x2616f0e4 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x26239595 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x26390591 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x26410fc5 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x2642f0f8 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265fdd37 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x26605a53 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x266d806c inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2674a17e of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0x268efd43 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x2691412e boot_cpuid_phys +EXPORT_SYMBOL_GPL vmlinux 0x269f99ee subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x26a1c2c2 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26f2be35 mmput +EXPORT_SYMBOL_GPL vmlinux 0x26facd4c usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x271c2cd7 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2759698c fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x27998ff3 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27d7e556 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x280592ba extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x281216ba i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0x281881cb rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x2826aaee rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x287fc81a attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28abfaf0 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x28b38c13 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x28dbb775 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x2915737e devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x292cb6f1 pmf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x2937df3c thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x295750ad rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x29e1ec72 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x2a161747 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x2a246279 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x2a288e84 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2a30e771 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a8590fa of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x2aa5ca17 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x2ab80c32 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x2acba915 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ae0c5de rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x2b168a5d ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x2b2a4f3c lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x2b5c303b smp_send_reschedule +EXPORT_SYMBOL_GPL vmlinux 0x2b607170 ktime_sub_ns +EXPORT_SYMBOL_GPL vmlinux 0x2b6a0860 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x2b6d79b8 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x2b7a574f md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x2b9d0f08 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x2bc79c88 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x2bd47aeb tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x2c0f132d devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x2c13e9fe usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c3ccfe0 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x2c6d54b1 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2c72ab5f perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c97c085 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x2cc3e675 pmac_i2c_close +EXPORT_SYMBOL_GPL vmlinux 0x2ccac80b pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2d07a238 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2d1526f4 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d28ec14 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x2d3d0f7d rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d51ec52 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d6250a4 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x2d6f345d ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x2d7596c4 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x2d808ed0 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2d9bc96b generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x2da9853e device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x2dc5a6d1 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2dcc4e1b init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x2de350eb device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x2e17b2ef pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e283d11 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x2e291cc2 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e34d7d1 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e4f6ed2 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0x2e5b10c2 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x2e68207c platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x2e87db14 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x2e8b470c securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2e93385c sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x2eb21981 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec66f70 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x2edeb268 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2ee3b5c5 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x2ee8fa6a platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x2ef6b5bf smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x2ef967b5 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x2efb8da7 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1188da max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x2f38a1a9 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f5d9cc6 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x2f7d8e2a mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x2fb19bec pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2ff3648c tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x2ffb5ff7 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x300f8b86 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x303a3c03 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x303f6a60 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x30404c48 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x3050ec18 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x305702a6 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x3058bdf7 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30b96962 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30d8ce39 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x30e70783 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x3109b83c mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x313223b7 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x3140e55b ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x3171ebb8 mpic_subsys +EXPORT_SYMBOL_GPL vmlinux 0x3199961a regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31de7f58 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x31f66c38 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x320dcf3a od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x322bc9b8 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x3238ec2d rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x324cda16 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32cc1676 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x3300b72b driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x335e17ac i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x337786fa usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x339aab99 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x33a1e7e2 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x33a8d291 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x33ae15b5 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x33c9a335 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x33f08fe8 extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0x33ffe321 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x3408646c pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x34258260 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x3459b2bc dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x3462b726 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x347682ce snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x3495e62e tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34ad7725 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x34ea1fd1 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x34ee8491 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x35332d54 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3554cba5 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x35638a24 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x357c1dfd dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35b2e838 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x35c13654 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x35e67def tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x3602213d rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x3610836a fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x36232425 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x362d5be8 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x3640613f dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x36412db0 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x368c1e2f usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x368f91a9 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a95087 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36f4d4c4 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x370495d0 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x3727ece9 _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0x374d5b3a get_device +EXPORT_SYMBOL_GPL vmlinux 0x37cf3a16 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x37d010ef usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x37d636bf nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x37e3ae5b sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x382a0a00 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x3868b21c regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x38813d4c pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x3890f14e virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x38990f9a regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38b8fde6 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x38fa8a69 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x3904f77e devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x390b7493 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x3929f42c wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x3946a707 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x394c77a6 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x394db0ef proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x3959db76 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x395f088c __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x399af88e da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x3a127183 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a2d33a0 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a6499be rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x3a7a6c8e dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x3a82a99b pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x3a942b16 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3af4fcdc sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x3b0f527c scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3b1f4406 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x3b23f76f sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x3b256419 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x3b4bf8f0 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x3b8a8acd fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3b8ea8e6 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x3bc22c71 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x3bea0c76 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x3c0d8983 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x3c16248b bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x3c92ce6c usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3cad7863 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x3cc98c84 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cf59391 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x3cfc8828 pmf_call_one +EXPORT_SYMBOL_GPL vmlinux 0x3d033199 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d4ac923 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x3d7a6c3d scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x3da836bb pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x3dab7673 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc5d847 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x3dc8388d tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df59f19 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x3e0029c8 irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x3e1344b3 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x3e1b936b ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x3e44c0f2 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x3e5de86e i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x3e61f316 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ecbbaf4 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x3ed45b4d key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x3ed851db of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x3eea4919 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x3ef6247d sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f07bb9d percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0x3f137a6f pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x3f18baa7 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x3f373219 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3f500ee2 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x3f7bce88 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x40217664 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x4021f076 __module_address +EXPORT_SYMBOL_GPL vmlinux 0x40341540 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x40390672 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x405597e0 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x407e2afa dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x4094aeec screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x40a753f7 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x40a9f24e of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40df9e06 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40fd569b phy_create +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41892fbf wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x41cd9a58 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x41dd7290 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x41fd5c56 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x420c90a0 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x42248a05 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x425427a3 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x425c1c0b ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x4276a70e debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x42818b83 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4290ac25 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42b26c79 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x42b364ef scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x42ba606b unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x42c9b533 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x42ce14d6 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x42d32622 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x431ceb7e spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x434fb2ee rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x4384f19b ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43d076a3 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x43e31c87 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x43efa13d ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x440561ce wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x440d7c87 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x44469915 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x4463c95f of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x4481b515 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4487f026 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x449c555d wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x449cec85 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x44ca541c virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x44d4ee40 pmac_i2c_adapter_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x44e2fb2c ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x44eff47d percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x45006fad dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x452ed910 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x45667629 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4595d8f0 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x45a38ad1 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x45aecdc8 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x45b233b1 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x45bd0204 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x461b0895 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x46500b4e dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x4660386b regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x4665f711 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4688c96a usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46903ffd sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x46a86e0b sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x46ca3849 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x46eb4834 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x46f65aeb inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4746e053 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x47a08289 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47d52542 wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x47f9fbc4 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x47fe0e8d gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x480e80d2 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x48176895 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x48314ea2 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x484c7bb4 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x4872a1e2 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x487f200c ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x48ca8947 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x48ce4925 __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x490f5c3b of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x4914b192 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x4920d8a3 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x49234069 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x4943a338 __init_new_context +EXPORT_SYMBOL_GPL vmlinux 0x494e8fc1 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x49536376 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x4987f797 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49970d85 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x49b5c776 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f869c9 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x4a1b7f90 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x4a2547c2 threads_core_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a28c42d bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x4a364c0b ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x4a5e7e03 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x4a9089c3 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x4aac767b syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ac27ab6 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x4ae64f70 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x4aecfc21 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x4afec19a device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x4b440da5 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x4b5938ff blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x4b5d16fe of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x4b8aebdf crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x4b9a7677 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x4ba81bfa tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x4be518a0 user_update +EXPORT_SYMBOL_GPL vmlinux 0x4bfcae1f devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x4c1edd67 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x4c27dba1 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c50b28e invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x4c594246 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4cfa3791 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x4cfcdec1 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d24931f pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x4d4a62d5 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x4d502f0d rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x4d5571f8 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x4d8e576d gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x4da920f9 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x4dc49291 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de87252 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x4de8f3d5 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x4ded2a11 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4e106f31 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e331a0a xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x4e650db5 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x4ea2eee6 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4eb29ad0 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x4eeaa48a usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4eed67d2 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4ef776dd of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f25cbd1 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x4f533364 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f70b1cd tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4f72173c alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x4f7afaf6 arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x4f881b16 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x4f89fc30 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x4f8eb0b4 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x4f98fcfc zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x4f9cc2f8 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x4fae0f4f sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fdca243 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5024269e xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x506b2969 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50af1725 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x50b8b7b5 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x50c7df3f tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50d7a1a3 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x50e5379c vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50f43e77 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x51403dab inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x5147ae9d cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x514880a5 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x5153cf10 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x51629d9a irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x516aa414 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x51739941 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x51846493 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x51874384 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x5189a16d rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x51933386 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x51b37db2 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x51b65a26 rtc_lock +EXPORT_SYMBOL_GPL vmlinux 0x51e4be3b bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52119f72 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0x52142110 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x521436cd page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x52212010 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x5244355c disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x5255804e debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x5264b52e pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x528720c9 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x5291a9d3 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x52c0d5d8 scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x52c7ab29 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x52e4caf7 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x52fb6956 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x52ffc7cf posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x530be776 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x5310b399 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x531c8f39 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x5335dd11 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x536b49d7 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x53818f8e led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x53963e73 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x539f93e6 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x53c1b438 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x5422a99a regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x545622c2 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5460907e usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x546c5565 ppc_tb_freq +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54d9038a usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5596c30d powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x5597326a phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x55a71e7e exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x55af4eb0 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x55e51d5b ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x55e90e9d of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x55ee1f35 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x55efe216 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x55fcc028 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x56043b21 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x562e63aa rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x562ee3b3 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x563d2924 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x5645110e __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x5668987f root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56c4709a gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56d94cf4 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x56d9a32a xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56ee3fb4 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x56eef3ba pmac_i2c_get_dev_addr +EXPORT_SYMBOL_GPL vmlinux 0x56fe9339 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x57111355 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x5731e5d1 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x57382153 device_del +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x579fc4ee spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x57cb25d7 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x57dbebc2 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x58034926 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x580a95e1 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x581de89b blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x58269b57 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x5828a216 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x5853313e power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x58910365 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x5892f832 release_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58ad648a rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x58d79f73 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x58d7d63d pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x59024800 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x590c9b1c pmac_backlight_mutex +EXPORT_SYMBOL_GPL vmlinux 0x590fd021 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x5931fc35 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x593cc139 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5973d8ac skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x598bfed4 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x59a44d76 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5a18c343 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x5a2c203b pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a85c803 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x5a9bde3e class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x5aa264f7 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x5ad1eb3a fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x5b072045 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5b0d97e2 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x5b0f16b4 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x5b19ddf5 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0x5b2686fd tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x5b439b8e mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5b461dfa pmf_find_function +EXPORT_SYMBOL_GPL vmlinux 0x5b907eb8 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x5b936d59 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x5b94a891 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x5b9809c5 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x5baadd64 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x5bc9b2c5 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x5be3a75a gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x5be7fa6a ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x5c2a9465 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cbb371e of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x5cc367d8 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x5d049379 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d51bcf7 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0x5d64f902 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x5d8ae6ed genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0x5d932964 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x5da329dd sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x5db7ed4f elv_register +EXPORT_SYMBOL_GPL vmlinux 0x5dedb1c1 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x5e03c61f pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x5e3b3d8a virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e594e74 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x5e69d663 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x5e90e10e devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x5ec315ee dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x5ec64136 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5ee7ed0c fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f3a315b regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f690a3d simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x5f72a512 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x5f74eab7 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x5f88fe09 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x5fa25550 md_run +EXPORT_SYMBOL_GPL vmlinux 0x5fcf7e17 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x5fd34516 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x5fd6ca04 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x5fe7588c irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x5ff85e39 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x6010df2e crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x6015b18d regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0x60266983 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x60974393 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x60999e4a netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60ade2d2 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x60cad7b0 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x60cec6eb ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x610f299d component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x6127f4eb percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x61286483 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x6151148c regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x6185eb54 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x61a90c54 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x61b52404 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x61bad021 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x61c96a14 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x61d29d49 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x61d9425c regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x61e05409 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x61e5cfc0 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x6216bd73 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6228e94f devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x6264466a cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x6293a4f3 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x62c08e92 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x62c7d5b5 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x6305d47c sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x6333d9fd __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x634ec6e2 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x637a0095 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x6381b6ce devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x638c7434 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x63976347 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x639aad20 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x63af3242 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x63b5b76f sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0x63fe500f dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x640358e2 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x64091f85 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x6416f098 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x6425f84c tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x64277879 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x643938b1 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x6453f77c pmac_has_backlight_type +EXPORT_SYMBOL_GPL vmlinux 0x645433bb usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x64a75ba2 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x64ef469f fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x6521e1fa tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x654cd536 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x6552a47e relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x6590b26c devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x65968f3f blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x659c04b8 blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65ccd269 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x65cea0a5 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x65d2297b __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x65ee8632 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x65f9bffa wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x662a3954 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x665677f9 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x667464d2 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66afb53b unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66d91779 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x66ef4fe1 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0x671079dd tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x672ac915 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x6748a81c ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x674f6f84 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x67643d26 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x6767ad7a blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x6775486b devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67be535f irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x67f41f08 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6806b51e skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x6812cf8d __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x6814ccd9 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x68158774 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x68200761 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x68207f35 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x6869cdc4 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x687ba534 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x68956406 static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x68d0c999 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x68e0ef58 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x68e45c2e stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x68ebdd4c md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x68fab698 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x693b2761 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x695fe1f9 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x6960eb2a usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x696fb94b spi_async +EXPORT_SYMBOL_GPL vmlinux 0x697029a3 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x6970a6b9 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6979256d pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x697a420c timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x697c215d irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697cbbb4 threads_per_core +EXPORT_SYMBOL_GPL vmlinux 0x6983f1e5 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x69915142 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x6996c839 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x69aec1c7 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x69cf714c __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a75a6ac dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x6a80403e locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6b046531 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x6b1f44be power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x6b203add pmf_get_function +EXPORT_SYMBOL_GPL vmlinux 0x6b2295a4 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x6b264a31 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b34b010 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x6b3c39bf put_device +EXPORT_SYMBOL_GPL vmlinux 0x6b6cafec input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x6b76733e raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x6b80a67d ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b81f9db irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x6b8a2bc8 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x6bb5c274 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x6bd55913 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x6bfcae4f do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c10850c blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c23a7e1 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c677672 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x6c749afe __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6c74d316 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x6ca41b4f bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb2a0c5 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x6cbdd6df scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x6ccf1521 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6ce36aa2 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x6cf05a9c raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x6d23b48f rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d437637 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x6d8c46a4 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x6d8d2067 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x6d932801 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x6d9983dd posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x6da3eb57 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x6dcbfaff devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x6ddd2dba uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x6ddd5fe7 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x6df5e67e irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e5f23d7 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x6e663665 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x6e6ce22e ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e98cb29 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x6eb67cac ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x6eb6caff pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x6ecd1786 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f4b4fe8 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x6f9c8cd3 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x6fa15ee4 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x6fd8820f regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7034c201 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x70738118 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x708a0f11 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x7097b557 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0x70ae664b da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x70ae8e0a crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x70b5a87a disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x70bb651d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x70bf6039 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x70cd71bf inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7117eb20 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x712745d8 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x71393214 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x716237a4 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x717ba026 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x71810a1a debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x718d2341 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x7194a73d trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x71b0e7a0 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x71bcba5b i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71fa70d1 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x71fcba1f debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x729c8ac8 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x72c6078a perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x72c8eb0f ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x72ff6da6 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x7309729d regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x73372f7e shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x735dc76e palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x7367a8bf xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x7370ca26 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x7375de61 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x737840f0 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x7396c9ce netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x739aa1a1 pmac_i2c_setmode +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73a78acb relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x73ac342e kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x7411fb31 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x741714e6 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x741fe329 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x742aefa7 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x74534326 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x74769325 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x7480aa60 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74ab3443 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74be9138 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x74c48c61 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x74c6a6a1 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x74d13b12 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75306f68 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x75c243b9 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x75c2b9f1 memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x75d17d0b pmac_i2c_open +EXPORT_SYMBOL_GPL vmlinux 0x75eaa691 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x75f2a044 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x7617a128 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x761c8629 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x762ca2e6 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x7636b784 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x7649805b __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x76564275 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x766862a2 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x76698aee rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x766a02eb skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x766f762a watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76a92590 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76d859be ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x76e192e6 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x76ebc963 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x76fdb84f usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x771a5a98 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x771a9f46 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x775aa3b9 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x77fcb7e4 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x780095ad blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x784c7a69 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x78f37f9d rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x78f5b085 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x790d09a5 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x79192761 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x7923f17f wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x792b8dc1 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x794bbcf5 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x7966affc device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x796f0a87 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x7971f91b pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x79871a23 dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x79d067d5 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x79de8b1d xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x79e8e2a5 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x79f7f40e fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a5cd800 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7ac3b3d2 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac96afd sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x7adee422 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x7afb30bb regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0x7b0250fe spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7b0491e9 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x7b0c9cd7 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b0f2127 find_linux_pte_or_hugepte +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b2257aa pmac_low_i2c_lock +EXPORT_SYMBOL_GPL vmlinux 0x7b463eae ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x7b58f813 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x7b7ad908 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x7b8251ef device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x7b92b56f pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x7bb1ba7a tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x7bb8b498 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x7bd5875d unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x7bda2112 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x7be61872 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x7c0a5be0 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x7c1ccad7 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c4675dd rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x7c4699f3 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x7c483d03 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x7c4f7820 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x7c72c5b6 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x7ca6d80f alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x7ca760ef regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x7ca99ec7 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x7cacdee3 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x7cc0fd72 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd8832c disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x7ce48c8e crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d2b4bb2 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d3ce252 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d71acce regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x7d7c76b5 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7d961a19 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7dd12fac register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de8e6ac __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x7e115805 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x7e17ba7b klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7e1f8d22 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x7e50c41e wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x7e574a26 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e80707f ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x7ea666d0 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x7eb69c0e crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x7ed94edd pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x7f008202 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7f26c89b dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x7f4aa8bb serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x7f78d59f pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x7f7bc710 klist_next +EXPORT_SYMBOL_GPL vmlinux 0x7fc672f8 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x7fd0b60d mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x7fdfb8ce thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7ff74f93 pcibios_finish_adding_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x801804db pmac_i2c_match_adapter +EXPORT_SYMBOL_GPL vmlinux 0x803ba375 find_module +EXPORT_SYMBOL_GPL vmlinux 0x8064eaa3 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x808a319d inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x808b2045 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a696e1 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x80b68869 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x80cb17fa ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x81069f14 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8113e1dd unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x811ac271 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8128e136 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x81361c5e blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x814ea236 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x8151ff6a usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x81a8abbd cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x81b24713 single_release_net +EXPORT_SYMBOL_GPL vmlinux 0x81caaedb device_add +EXPORT_SYMBOL_GPL vmlinux 0x81d5fe57 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x82279c11 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x824c7911 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x824f3de0 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x825231b3 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x825ddbbc cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x828069ce scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x82862ed8 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82b5a316 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x82c98f75 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x82d78fb4 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x83183b70 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x831da853 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x832b7c47 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x833170b8 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x83489bdb dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x834e8714 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x83596172 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x8359c7ec max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x8360623c ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x836d61d0 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x838d7e6b regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x83a5ae2e __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x83c35c1c agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x83c4e3d6 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x8407ec66 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x841da239 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x842ac89a wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x844045d7 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x8450342d inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x8476b645 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x8479805c usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x847eca32 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x84955fd5 pmac_i2c_get_controller +EXPORT_SYMBOL_GPL vmlinux 0x84abc249 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x84e4892e dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x84ef58a3 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x85189bec virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x851b3d46 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x851f4be6 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x851f7627 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x856629e7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x859303f0 component_del +EXPORT_SYMBOL_GPL vmlinux 0x8599adaa __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x85a79eb9 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85ddac93 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x86148dfd __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x862979ec pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x8663e470 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x866ef51e yield_to +EXPORT_SYMBOL_GPL vmlinux 0x867b07e2 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x8680331b __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x8697604f scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x869da555 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x86a80296 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x86c2a45d ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x8742e0be input_class +EXPORT_SYMBOL_GPL vmlinux 0x8760c005 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x8766bb6a phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x877ad796 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x878e5722 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x87984b16 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x87c3ebe3 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x87d57f48 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x87f00c50 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x87f62b43 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x87f8c6b1 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x8804af3d usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x88065f34 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x881aa686 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x882818f7 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x885cc4c7 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x88631654 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x886c5b81 user_read +EXPORT_SYMBOL_GPL vmlinux 0x88894da3 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88eb03af set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x88f60901 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x88f8a3f9 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x891ac52d ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x8940f825 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x894299bd pmf_do_functions +EXPORT_SYMBOL_GPL vmlinux 0x89444157 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x895104dd ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x898107d9 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x8985afc5 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x89918e1a crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x89b9eb18 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bc8565 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x89c8176d pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x89d94272 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x8a0076d2 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x8a0c9af6 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x8a4d169e tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x8a603a3e virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x8a984530 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x8a9c68f8 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8abc16c1 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x8acb5c64 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8acbc31d crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x8ad45b55 macio_find +EXPORT_SYMBOL_GPL vmlinux 0x8aef9118 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x8af25c64 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8afd9130 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x8b28708b dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x8b5ca871 netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x8b60be6f of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x8b70e8ea __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x8b848222 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x8b9277e1 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x8b9abefe usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x8b9e16bd pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x8ba5eac1 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x8bc9065b bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c183d37 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x8c5d32fe __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x8c5ec0dd virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c6f84a2 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x8c8e59cd usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x8cb92f78 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x8cbcae09 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x8cc6a314 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x8cd05505 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8d02b22b platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x8d141da9 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8d27acb1 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x8d434ec8 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x8d51c952 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x8d80fc80 device_register +EXPORT_SYMBOL_GPL vmlinux 0x8d9b8c39 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x8da17b42 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x8db77215 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x8df8189c show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x8dfd5821 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8dfd7320 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x8dfdb152 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x8e4010d8 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x8e5025f1 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x8e5c9952 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x8e60df7a __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x8e6963b7 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x8e7b8e9b rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x8e80e344 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8e9849ba pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8eac3c41 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x8eae463a usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x8eae57ff pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x8ec70724 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x8ee2dae3 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x8eea35d7 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8eea6c75 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x8effebd3 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8f050b75 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f06ff03 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x8f13d67f tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x8f2941b2 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x8f463c85 pmac_backlight +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f80ae28 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8f92ed5a sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x8fdc12bf regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x9012de4e skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x9016769d pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x901acb99 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x904b0fce list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x9077d5ea usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90c18345 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x90ca8828 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x90d89e85 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x90ef5743 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x915617b8 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x919546b4 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91f304af pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x920bc321 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x921dc5fa crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x922468ab sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x92307ce3 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x924ed181 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x92634038 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x926a9a20 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x926b9f9e ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x92795680 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x9290615d swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x92a502d0 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92b84e88 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x92be8fbe devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x92d02681 of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92f35489 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x92fe7b43 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x931956e1 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x933f7065 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x937c6f57 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x938e67e1 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x939307db regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x939c5558 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x93a2cb47 reserve_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x93be82a8 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x93cb7f4f blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x93cf55c7 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x940dc2f5 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94231f8e locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x942d5d87 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x946ce0a5 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x948787c1 of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0x94a4afd8 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94d789f6 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x94d85928 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x94db072e transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x94e158ab devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f8dba9 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x95046c9a devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x950f39ff sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x95145cc3 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x957f21df phy_put +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95e4af2d of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x95f2bab3 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x96110aab key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9623d2d3 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x962b181d ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x962dc0f7 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x962fa8bb rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x9634fa85 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x9638e01d __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x96394f51 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9655b911 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x96e03b2a gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x970d2865 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x97191405 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x97422892 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x97564da7 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x97a3ec56 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x97aabfb5 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x97acb085 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x97d2de20 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97ea2f6e usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x981d6989 napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x982cd486 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x986dd969 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x989438ad device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x98c5cbd3 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x98d70770 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x98e602ec bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x98ec019b __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x98fda1a1 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x990cbc9b thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x9922daa6 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x9929af10 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x99484c76 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x994b6612 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x9955b8fc usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x996fa58d fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99b1465a crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x99b2af41 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x99bc871b user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x99c5c8cb ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x99cc9a99 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1b5ebf bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x9a3da4dd __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x9a4291b0 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x9a4749a7 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x9a49d937 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x9a7450fa debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a8cd306 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x9aa528c0 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x9aad6540 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ad68a27 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af98d1d ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x9b05e376 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x9b24c9ec ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9b6880d2 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x9b7bf31e setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x9bdc27bf sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x9be421f2 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x9be9fb8b regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c084005 cpu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x9c094d45 skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x9c12758e wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x9c14aab3 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x9c2791db of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x9c36b992 flush_fp_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x9c414da5 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x9c515ed6 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9c7f75e9 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x9cb26750 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x9cc19f72 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ce2adef firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9cf2b7e4 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d20d262 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x9d44f270 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9d6301f3 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x9d6b64ca blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x9d80a613 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9d97d20b gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x9dac19e8 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9db7373e exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x9dcd1480 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x9ddb9dc6 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x9df0c4cc relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x9dfdc08c rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e2e94cf cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e54985a file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x9eb3f528 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x9eb673c4 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0x9ecad2bd blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9eef885c ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x9f1877ca tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x9f49534f tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x9f7022d2 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x9f78a50a pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x9f859933 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9f8a6695 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x9fa87106 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x9fb02dde transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd5900c blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x9fd891d2 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9feb3e2c bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0xa010d294 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xa0186042 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xa035ecbe regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa0b12d53 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xa0bcc52a udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa0ec6935 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xa0fa4c7c devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0xa11fec60 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0xa1245c21 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa14b5982 arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0xa1506b5d usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xa1bd7822 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa1d9c704 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xa1eb397a usb_string +EXPORT_SYMBOL_GPL vmlinux 0xa1ecc59a dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xa23cf939 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xa2408714 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xa2590090 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xa25bf001 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa280f1d3 pmf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa2a1f385 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xa2a70b19 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa30372cf sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xa30a1418 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xa327c438 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xa342534a devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xa35143af regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xa3552a17 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xa357d56e ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a2d9af walk_system_ram_range +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c71448 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xa3d5561d class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3e81a58 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xa4074051 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa444138e usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa4522b3b devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xa4600c7e of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0xa46e0262 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48800d6 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xa4db833a led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xa505ea54 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xa513ec43 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xa51f2111 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xa5487347 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xa54f1400 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xa5705621 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0xa58a5dd6 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xa5b00659 ppc_proc_freq +EXPORT_SYMBOL_GPL vmlinux 0xa5b966e1 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xa5d205a3 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5efe460 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xa5f57e8f dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xa6060fdb cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa60f4a74 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa643d98b da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa66b5cf2 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xa673c3a6 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6972b6a clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xa697f669 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6c4b829 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xa6d4a2d1 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa70897f6 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xa7109576 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa7472553 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa76325d5 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xa76fe855 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0xa77218f4 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xa7a64e23 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xa7c626b4 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa7eaeca0 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xa84fbee9 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8689bda rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xa870e666 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xa88a05d8 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xa8a4f6e5 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a7595a sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xa8bd2cc9 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0xa8f3778d crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xa9320fc5 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa932cd2e cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xa9596995 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa9917b95 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xa99f903e arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9d1847a led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xa9dc1057 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xa9dd9373 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9e6bc4c ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xaa24bdc8 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa2eabf1 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xaa8ea48f rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0xaaa8d2af devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab32690 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xaae6f369 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab2b207e blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0xab44b076 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab5b8c9b dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab757647 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xab87b8b4 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xab945a16 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xabb8c2ee crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xabea4ebc __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xabedc2a5 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xabf24de4 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xac1b7123 blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xac304e2c tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xac44b4fc __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xac4b0ef7 ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0xac4e139c ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xac672c28 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xac938237 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0xace597bc ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xad14c035 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xad227843 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xad2aae58 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xad2bb508 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xad2fb176 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xad3040f7 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xad37adb1 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xad4032f0 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xad4812c1 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xad603d7d inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xad835c50 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0xad8778ff regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xada8d84b devres_release +EXPORT_SYMBOL_GPL vmlinux 0xadc609cd __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae3eec64 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xae5e4927 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6f2ad9 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xae73df12 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7f4781 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xaedecc63 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xaefd7d4c bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaf29b63f fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0xaf371ee6 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf516890 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xaf9843cd thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xafdd3e1f devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xb0149c94 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xb0212e37 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xb047d143 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xb0592620 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xb05c7163 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb0913148 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c3482f rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0xb109c2f5 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb13e460f clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb156f03d __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xb158d6f5 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb18b4355 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xb19b531e raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xb19c4ad8 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1ad177f inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1f5f20b crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0xb1f91309 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xb20b4cf5 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2256567 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xb2457b4e wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xb289d6e8 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xb291658b ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xb293c758 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xb2ad27e6 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xb2afa09b usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xb2e35d5d __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb34e4fef of_scan_bus +EXPORT_SYMBOL_GPL vmlinux 0xb3c2f5d9 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xb3db1630 iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xb3dd717b rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xb3f19361 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xb408cc93 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xb4458668 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xb448658a dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xb467a713 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xb4899821 cpu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xb48e7be0 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xb4a6d4b2 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4bc1bc3 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xb4d53d7d __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xb4d6b13b usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xb4e1fc8d cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xb4e9a673 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eca681 use_mm +EXPORT_SYMBOL_GPL vmlinux 0xb4fc6d5a ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb52696d5 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb5622afc pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xb5809afd sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5aa10af atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5b19a59 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0xb5c8edf4 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5d7b07e crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb60290a7 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xb60b5707 of_i8042_aux_irq +EXPORT_SYMBOL_GPL vmlinux 0xb611fe15 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb67c64fd __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xb6a7216e __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6d56db5 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xb6e5dac5 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb72a9677 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb73c4730 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xb76e204c usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb7719295 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xb79fb656 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xb7b48b80 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xb7c29d0e seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0xb7d3f01f tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xb7dd8555 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb809b9ee md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xb81c4442 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xb8670562 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xb86d2fe5 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xb883dcae aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xb88f7f7e led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xb8a4ffb5 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0xb8ade13b pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xb8afa000 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xb8baa871 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xb8db74b6 tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xb8dc39bf kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xb8ebef1a vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xb9005ab9 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb97d587b ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xb98b10b1 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9edf566 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xba158769 rtas_cancel_event_scan +EXPORT_SYMBOL_GPL vmlinux 0xba26854f smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba417366 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xba56405e posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xba56d838 pmf_put_function +EXPORT_SYMBOL_GPL vmlinux 0xba86717f wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xba8f3c38 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xbaaec20e nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xbabc5c56 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb046092 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb2ccd1c pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xbb376afe regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xbb416d25 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xbb885753 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0xbbabc22a usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbda0089 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0xbbfa650b unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xbc0f2db5 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbc1a85b2 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xbc2fe332 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xbc7b4e47 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xbc859f0f ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xbca36463 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcde0954 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xbd053bbb of_css +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd80b63d rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xbd8514f1 cpu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xbd8986aa irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd39e71 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xbdd88399 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe1b1ab8 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xbe2712bc percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbe32463d mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xbe3ee5ab ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xbe3f0acd sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xbe612573 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0xbe92f838 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe96e438 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xbe9c0eac ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeaa0328 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0xbec97ceb power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xbeea17b5 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xbf023ca7 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf078875 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xbf1cc04b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xbf1ef794 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xbf4837c4 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbf5a2dd5 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xbf7d2e89 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfe6b015 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc0073191 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xc009d98a usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xc00ab95f dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xc0129109 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xc02bec3c usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc02ddb3e platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc04469f0 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc049357e inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xc061367e mpic_msgr_get +EXPORT_SYMBOL_GPL vmlinux 0xc061e30d regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xc065a455 cpu_core_index_of_thread +EXPORT_SYMBOL_GPL vmlinux 0xc07f80d6 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xc08181b8 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc086f7b6 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc09556c1 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xc09a8082 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xc09d5c32 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xc0bf0157 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0cfb04d devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0d420e7 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc102e9b0 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xc117085b stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xc1191336 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc15fbf2b pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc187fc26 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0xc18a9984 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xc1c81103 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xc1ca914b call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc1e4cd3f usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xc1ef2dcb devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xc1ef875f dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xc1fef684 of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2657121 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc292ec7d dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xc2959baf blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0xc2976e83 of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0xc2c02f09 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc2c25342 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc2de969c platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xc2f6522d tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0xc309451c tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xc30b3a36 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc343425b of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc348ebd2 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc35868ec devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc3661b56 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc3bb3087 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3eb799f xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc40bd888 split_page +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42831f8 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc44ec05b devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45a8770 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xc4615b73 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc46d877e schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4bbbf68 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xc4c09bb9 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xc4c2f2c6 pmf_unregister_irq_client +EXPORT_SYMBOL_GPL vmlinux 0xc4cc6965 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xc4f1252a sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xc51de1aa phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xc5428cca power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xc55edf4f pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xc5625cc8 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xc566a1c0 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xc568add0 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5955f81 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc5991b79 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xc5a2b8a4 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xc5a2c19f idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc5b30b6c of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xc5d37180 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc5d844c0 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xc5f2a67f usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xc606cd3c boot_cpuid +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc679cd10 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc67e8cf0 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xc68aa090 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xc68aa252 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a3838e bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xc6c9cd2d pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xc6cf7825 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xc6d8876f debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xc711e3c4 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xc72d3ec7 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc73adfec tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc741dd9e dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xc75cb026 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xc77f2269 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xc7864b04 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc79cd570 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7d36024 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc7da17be timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0xc7da3879 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xc7da6ccc pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7ee49e0 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xc803f26f class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xc8085bda debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xc8137703 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xc854d52a ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xc85736ae inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xc885a090 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc8a4d07e skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8b35cbb ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xc8ccb386 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8e5625f regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xc8f12ca3 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xc8f5465e of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc917563f securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xc92de68f ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc9496cae irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9774e93 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc97e9bff register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0xc99e61ef kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0xc9b1a278 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xc9e631a9 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca19a29b perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xca215ea7 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0xca44c18a platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xca77b32c pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca92eedf __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0xcab4395e ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac4f340 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xcada53f8 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xcae26401 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xcafdec00 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xcb047b55 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xcb0d06d5 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb1cee4b usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xcb2cc9f3 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0xcb322153 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xcb327de7 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xcb4335e9 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb545738 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xcb618d5c lock_media_bay +EXPORT_SYMBOL_GPL vmlinux 0xcb6d0d71 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0xcb73e524 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcb74ae9f of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0xcb9ba88c blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc0f1009 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc2aa9e0 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xcc525b14 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xcc737c63 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcc885255 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0xcc8f8142 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xcce96a42 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xccedfb08 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xcd0f8b2c md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xcd1f5aa7 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0xcd29cc29 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xcd35ea44 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcd4d84d1 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xcd6200d5 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd99a931 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xcda3049d __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xcdb01877 ktime_add_ns +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce1ad00e ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xce1f3b3b __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xce2cd6fb evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce741d24 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0xcea2de07 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xceaba6e6 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xceabb2cb debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xceac1ad4 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xceb86143 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xcebf3b97 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xced602ce debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xced9a41f spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee41ab3 thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0xcef7ef35 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xcf03cf21 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xcf1c39a0 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0xcf2cf531 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf656c2a anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xcf9295f6 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcf9a7d65 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xcfa7737f spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xcfad60bf rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xcfae9805 pmf_call_function +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc44f1c vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfd9a317 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xcfe3645c of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0220958 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0687107 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd088d76e ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xd08977dc fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xd08a152e pmac_low_i2c_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd09f66e9 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0cb497d handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xd0cddd99 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xd0e04665 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0xd109723c crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xd141ec30 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd14da47a rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xd1530d88 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd1725ab0 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0xd1822f0b cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd1b799fc bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0xd1b7fce5 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xd1cd52ed fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xd1d4c9d8 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xd1e45c28 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0xd1e7204e irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd1eb20fe xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xd1f781ae usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xd1fc4844 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xd2097ac9 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd241bbf3 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xd263a197 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd286bbb7 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xd28b9c04 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0xd2977d46 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2b3a2ec cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0xd2d769c3 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xd2da725e arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xd2da8601 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xd2e6a210 of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0xd31ef49e ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd33b1200 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xd35c8452 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xd37e04af sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xd380f74a kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xd3c9f32f pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xd402b8c0 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41701ad pwm_config +EXPORT_SYMBOL_GPL vmlinux 0xd4186007 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd4457f02 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd48c176e usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xd4a62770 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4e8bd1d pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xd513ddbf timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xd5760559 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xd586ce10 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xd5bc7651 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5de3887 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xd64719f0 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xd64a48e4 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd662c84e fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd69c864b unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xd6bfc017 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xd6c2e04b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xd6c386aa __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd6c3b17a unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xd6d179e5 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xd6d49f24 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd6fb8758 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd72acb0c dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77b2fa4 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd77d2cdd tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xd782231a subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0xd7994b11 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xd7bdbc24 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7dbfa59 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xd818bc09 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xd81a6394 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8444ed1 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8815371 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xd88b12c6 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xd897dfbe inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xd8a75cae regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xd8ad6608 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xd8f1dc41 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xd8f5e795 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xd8f61299 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xd9101d29 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xd9123ff0 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xd91605df sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xd92a8d33 component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd944d8f9 ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0xd9527366 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xd9574b78 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd971b88b noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xd997ec78 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd9b5110f tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xd9c9caad thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xd9d2e414 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xd9ed660f uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xd9fd7dfd rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0xda0a4d22 mpic_msgr_enable +EXPORT_SYMBOL_GPL vmlinux 0xda356d10 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xda392716 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda4a2e4b thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda60464d ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xdaa60cb5 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xdaaac481 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xdabfd7ab sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xdac30ab1 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xdadbd767 of_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xdaea1f91 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb3c4b05 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdb481bfe evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xdb62bb79 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xdb77fd73 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba4ad93 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0xdbb32291 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdbedc0ea device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xdbf0f814 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc461430 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xdc6f44c2 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca353f4 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0xdca8622d virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a3ed vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xdcb45d2f serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xdcce263e add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xdce7b510 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd611254 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xdd6cb3af usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xdd729424 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xdd7873e0 pmac_i2c_find_bus +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddccd9a8 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xdde4bdbb pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xddf84e15 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0xddfdb0c6 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xde0a935f nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xde0f6432 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xde1ac4d9 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xde2e62bd fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xde3c80d2 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0xde71001f flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xde843933 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xde9e1afd crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xdea3c806 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xdee0dc49 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf288dac pmac_i2c_get_adapter +EXPORT_SYMBOL_GPL vmlinux 0xdf2ac5a1 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xdf31724b tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xdf5891dc class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xdf8a35c8 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xdfaa51c0 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xdfb1bef1 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xdfd744b0 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xdff0842d d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe009ae41 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xe0165fa0 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe036b3e9 mpic_msgr_put +EXPORT_SYMBOL_GPL vmlinux 0xe0409c3d sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xe0487e41 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0xe04c4919 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xe07ca631 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0d52994 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xe0dd7819 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xe0e36ea1 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xe0f1d42d mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xe1041012 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe1082536 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xe15ac6cd __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xe16591ab stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c83eb9 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe1dfedd8 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe1e5a737 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xe1ea9e19 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xe20922b2 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xe20d1b85 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xe20ea03a led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0xe25c4cc0 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xe2973ce2 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xe29ed783 extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0xe2ae8310 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xe2c67b26 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xe2d15724 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xe2d183bd rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xe2df8aa8 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe2e68fd0 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe30fac88 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0xe316b343 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xe3253093 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xe369fb62 device_create +EXPORT_SYMBOL_GPL vmlinux 0xe37549db crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe37e789e usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3a39b37 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xe3a5ca05 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xe3e83ed9 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xe3ed2544 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0xe40e7b5f cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xe414ffae add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xe41b2c72 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4388065 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xe45569af cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xe4702f43 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4a9ebe2 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xe4b76704 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xe4c031f8 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xe4c42aae __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4c83fe0 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xe4d2f480 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xe5123f22 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xe522e1ea skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe59ce838 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xe5c3dd2f blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xe5eab4e0 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe6540e92 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xe65bb298 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0xe671f33c pmac_i2c_get_channel +EXPORT_SYMBOL_GPL vmlinux 0xe68ab2a7 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xe6a29408 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xe6b5771a __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xe6bbbbc0 system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe7145917 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xe72c7e9e register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe7394f3c device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xe74728a0 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xe74a7685 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xe75bee8b rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe78bbfd4 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xe7c5f16f ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0xe7d10dd0 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xe7d20e8c blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0xe7df182b inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xe7f18b3c threads_per_subcore +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe812e259 regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe818ecc8 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xe8282eac device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe836d674 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xe83f78e2 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xe841b82c unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85c55e7 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8716988 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xe8876407 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xe8983dc4 ref_module +EXPORT_SYMBOL_GPL vmlinux 0xe8adadb9 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xe8cc7a7f regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xe8d0611f inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xe8ff3060 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xe908a9d6 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0xe90d31b5 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xe93635e3 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe941674a __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0xe963812e sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xe972d9c2 thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9a7aba3 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xe9c24207 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xea0990eb regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1372f9 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xea2817ba usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xea2d62f7 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea442358 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xea4b36ca usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xea64a904 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xea6f4b7c spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xea738861 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xead65fa7 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0xead8a8ef pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xeadbf816 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xeaf0d91e dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xeaf8db9b tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xeb0c681f rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb6ab749 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xeb8ae736 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeb98215e cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xebcc6c9d device_move +EXPORT_SYMBOL_GPL vmlinux 0xebdbbe39 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xebea882f ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xebf08b2f rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xec07dd99 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec1e3507 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec3bbcaf scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xec44426c __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xec573511 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xec70ce84 early_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xec8100e3 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xecd68a5e tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xecfd41e1 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xed02889a debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xed2e9463 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xed51b182 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xed914ce6 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xed97f641 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xedb1f874 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xedb7f884 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0xedb87768 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xedba594f ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xedc2994d ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0xedcdaff9 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xedd18108 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xede7be1d uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee17c0bd usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xee3f2945 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xee4b60da inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6bbfc5 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xee8696fb devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xeea7585d regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef422dca alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xef5a9809 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xef65600b ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xef964741 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa6ea85 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xefc9cc4d __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xefd1efdf devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf023ff05 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf045c21f fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xf0a3f8eb dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xf0d54e92 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xf0d5ecf9 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xf12cc861 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xf154afa5 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xf158f170 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xf15f10cb wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1a62b6f of_i8042_kbd_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1a9528a relay_close +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1bde488 pmf_register_irq_client +EXPORT_SYMBOL_GPL vmlinux 0xf1c60208 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xf1c6ba39 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0xf1d306dc usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2299495 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xf24cc19a power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xf2785785 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf29b699b sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xf29e26b2 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xf2ac2919 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xf2d4b1be proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf3319426 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xf350f2b6 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf3652d87 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf37e0ef3 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3aaeff4 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3be7bf6 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xf3f1a69d of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xf3f22dd1 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf3fe57c2 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xf423131c tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xf47f1a11 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf48aeb29 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf49edb5c pmf_do_irq +EXPORT_SYMBOL_GPL vmlinux 0xf4ea545b gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xf4ec8f85 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf4f5cce6 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf4ff55ec of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0xf5009fe7 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5796c09 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bcf1b2 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0xf5bfa570 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xf5cc98e5 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xf5de6d00 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xf5fb0cd4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xf6028e7d __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xf61c50bd swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xf62214a5 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf66c3c62 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xf66c55c8 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf690d0c9 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xf6a9543b pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xf6bfdef9 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xf6c91dc2 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f97848 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7578a4f device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xf76a6be6 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf7957090 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xf7a9010b __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf7b96db2 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xf7edea77 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0xf7f248f1 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xf7f71f46 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xf7fdd0b5 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf81ca3a1 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xf822c5aa inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf8232181 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf83d2bba __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xf8409386 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf842b81e ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xf846506f irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf847746e tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xf8586f97 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf863e4e4 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xf867b680 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xf87f6dc5 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf8c4027e usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xf8da91f0 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0xf8dd1f1b ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8edcf8f unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f6f741 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf8fd7336 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf9107710 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xf9154bff inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf930cb40 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf97dea4e i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9beb033 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d99fc3 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf9ddc1e1 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xfa052b40 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xfa1b42d7 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20168c ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfa36755a class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfa5d008c hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xfa8b87fc pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xfa8f0650 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xfa9b640c mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xfab60503 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xfae44b2e transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0xfaf7995b usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xfafc52f7 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0xfb110dbb sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0xfb2b0d7f __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb525dfc pmac_i2c_get_type +EXPORT_SYMBOL_GPL vmlinux 0xfb52b77d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb8acdfd scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xfbafeecf regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xfbbac565 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbcf9e60 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xfbd02ef7 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xfbd7ba05 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xfbe4a5cc pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xfbe62d0a crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc13ec2c usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xfc2b8892 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xfc5dd7e8 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xfc72055e ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xfc979139 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xfcc6d5de ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcffb4e1 pmac_i2c_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xfd2f4c44 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xfd55a92e crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfda9820f pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xfdd3f783 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xfdd55d24 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xfde3423b pmac_i2c_get_bus_node +EXPORT_SYMBOL_GPL vmlinux 0xfe11724f of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0xfe2f2adf fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xfe3332c2 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xfe73b75b pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfeb284b0 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xfeca7ef4 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff01d826 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xff020df9 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff1042f4 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xff1e56d7 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff78b6a9 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xff8113db __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xffd9178a devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xffdf1762 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xffe8f942 scsi_schedule_eh --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/powerpc/powerpc-smp.compiler +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/powerpc/powerpc-smp.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.9.1-16ubuntu6) 4.9.1 --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/powerpc/powerpc-smp.modules +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/powerpc/powerpc-smp.modules @@ -0,0 +1,3902 @@ +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ac97_bus +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +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 +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x_cs +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +airport +ak8975 +algif_hash +algif_skcipher +ali-ircc +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +ambassador +amc6821 +amd +amd5536udc +amd8111e +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams +ams369fg06 +analog +anatop-regulator +ansi_cprng +ans-lcd +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +apm_emu +apm-emulation +apm_power +apm-power +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bma150 +bma180 +bmac +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpck6 +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +configfs +contec_pci_dio +cordic +core +cp210x +cpia2 +cpu-notifier-error-inject +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +denali +denali_pci +des_generic +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +donauboe +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155v4l +dt9812 +dtl1_cs +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edac_core +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +ehset +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +eni +enic +epat +epia +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +flexcan +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fsl-edma +fsl_elbc_nand +fsl_lpuart +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu_ts +fusb300_udc +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +genet +gen_probe +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-generic +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +gxt4500 +g_zero +hamachi +hampshire +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hifn_795x +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hwa-hc +hwa-rc +hwmon-vid +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-hydra +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mpc +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-ocores +i2c-parport +i2c-parport-light +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-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +i82092 +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ib_mthca +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icplus +icp_multi +ics932s401 +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +imx_thermal +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +kafs +kalmia +kaweth +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +ll_temac +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmc +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac53c94 +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mace +mac-gaelic +mac-greek +mac_hid +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memstick +mena21_wdt +men_z135_uart +men_z188_adc +mesh +metronomefb +metro-usb +mf6x4 +mfd +mga +mgc +michael_mic +micrel +microread +microread_i2c +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +musb_hdrc +mv643xx_eth +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +nsp32 +nsp_cs +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvidiafb +nvme +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +ofpart +of_xilinx_wdt +old_belkin-sir +omap4-keypad +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +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_pcmcia +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 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +physmap_of +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pmu_battery +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptlrpc +ptn3460 +ptp +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-lp3943 +pwm-pca9685 +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +rack-meter +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc_cmos_setup +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-generic +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +samsung-sxgbe +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_sx4 +sata_uli +sata_via +sata_vsc +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci +sdhci-of-arasan +sdhci-of-esdhc +sdhci-of-hlwd +sdhci-pci +sdhci-pltfm +sdio_uart +sdricoh_cs +sdr-msi3101 +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sha1-powerpc +shark2 +sh_eth +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slip +slram +sm501 +sm501fb +smb347-charger +smc91c92_cs +sm_common +sm_ftl +smm665 +smsc +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +snd-aoa +snd-aoa-codec-onyx +snd-aoa-codec-tas +snd-aoa-codec-toonie +snd-aoa-fabric-layout +snd-aoa-i2sbus +snd-aoa-soundbus +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-powermac +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb-common +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +soundcore +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssd1307fb +ssfdc +sst25l +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +swim3 +sx8 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +therm_windtunnel +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +uninorth-agp +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vf610_adc +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-ircc +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virt-dma +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vpx3220 +vringh +vsock +vsp1 +vsxxxaa +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83781d +w83791d +w83792d +w83793 +w83795 +w83977af_ir +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wdrtas +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +windfarm_core +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xilinx_emaclite +xilinx_ps2 +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +zatm +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/powerpc/powerpc64-emb +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/powerpc/powerpc64-emb @@ -0,0 +1,17004 @@ +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0x9888856d suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x5da7b2c5 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 0x0d30e19f pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x1a832823 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x3d1c9b97 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x449db07c pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x5110b839 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x88d380c4 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x97a9f5f8 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x9ff00cf1 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xb2a8fbf0 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xc58201e6 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xc6af3b8b pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xfcb4e081 pi_do_claimed +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x3e96686e ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x9c7ed80d ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xcaca53e6 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd3e3b8c7 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf8c19f8e ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/crypto/caam/caam 0x1c758e97 caam_get_era +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x6de80cb2 caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x98af7b59 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xad9934c8 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xb740d082 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xef81be4f caam_jr_strstatus +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xf8c6fce2 gen_split_key +EXPORT_SYMBOL drivers/crypto/talitos 0xda07836a talitos_submit +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x0bdd2012 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x1a3c85ba dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x348be8e7 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x52842a82 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xaf1e4bd9 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xc0cca9a6 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/edac/edac_core 0x716ff2bd edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x01da11a3 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04d0f641 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7d6af8 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x12104eb0 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x13719147 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1ad2a16e fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1f603c2d fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2ad59165 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2d72ce95 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3018df74 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3eabb52d fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4433387a fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x45570e5e fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x637afe53 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x645b715f fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x68f5f888 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x72d9cf29 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x796286e2 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8099e288 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x96db36ac fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9c570bbf fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9d71aabf fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa0cdecd1 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa34328fd fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb4c62d5e fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdb70f118 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe4e1453f fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf76ce935 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfdfa6f96 fw_core_add_address_handler +EXPORT_SYMBOL drivers/fmc/fmc 0x063fa6f5 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x0dff7c19 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x70aaa1f9 fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0x8ef0c44a fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0xa874a12e fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xa9c075d2 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xaa8a1436 fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xad843fea fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0xe04f793c fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xecc02e4c fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0xf053a72f fmc_device_register_n +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x26644a25 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00ba4dc3 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01044258 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0127b605 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01684eab drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03ab6278 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04127225 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x078c487f drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x089d2c12 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08eb1187 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08f44c29 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x098de32f drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b1fe130 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b6d11df drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bc70df2 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c4680e5 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9ea115 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dbf985b drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0de22e7e drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e85df53 drm_vblank_post_modeset +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 0x116336fb drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x128c2b59 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12bcb8ec drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142774da drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15a15cc9 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16c04ddf drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x195c1e00 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a6c1c7b drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b7e841c drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c0d26b3 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cd4b0f2 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1da89fc3 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e54e716 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f28ea1c drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f9fd410 drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fcdebfb drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fdeaa18 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b37c60 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20c3fc52 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x252d4f68 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x256bc646 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25f2b864 drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29a55dcc drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29ad006c drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a297e46 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2aafb42a drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b16bde2 drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d565605 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2dd9bef6 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e239c18 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f0b064f drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x301fc8a9 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32232930 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x324259c5 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34aac245 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35bb9e70 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x375e3192 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a6caf2 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39fd0e2d drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b28daf8 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c632b3d drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d5ef5ff drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x401bbbc3 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40debe45 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4497ad68 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46d8a36c drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47b4138a drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x483a8030 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48e57215 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bfe265b drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c20ca42 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c998808 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e1ba1a1 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x500be343 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51ba2307 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54dd5ea7 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55f1aa86 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c49011c drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7318dc drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e858472 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x612e3f8d drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x638043c7 drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63e5dc6e drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64f70692 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x655b0d68 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66a3d374 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66f4f134 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6780f195 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x684a1fd8 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6977601e drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc3c29e drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71bee313 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7305070b drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x735fdd76 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7381d4fb drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7390832a drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x739ff301 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x763eb5d6 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77556a13 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x775e30fc drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x782940ea drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78c0a676 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c69ba89 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e773e4 drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82a97a5d drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x852747a0 drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87334a20 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88e8f9bc drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a8f57b7 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b808505 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ecc5947 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f3d9911 drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f6cb04c drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x939cd96d drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x951a0aac drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x952b6365 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95c2e188 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95fab678 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x961e3601 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97f92dd6 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x980429c5 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9918f90b drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ab2ea8d drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fc8b703 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa069781d drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa099ac72 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa15d6f5d drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3a02e8c drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa67adb09 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa70b8af5 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa76ba7c4 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8ed0996 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa99f8663 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9bb2b52 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab997b22 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xacb5fe18 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad111a33 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xadb4047c drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xadf23768 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf50d021 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf809d99 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0a3129a drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb128345f drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1412d1f drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1c1bb23 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1e3ad09 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5540008 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb72078ba drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb756ef06 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb965345c drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbf3acdd drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc0b1832 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc2fbf1d drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd4bf5ff drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc22f2d1e drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3658546 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc480ba11 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc48f5345 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4d4a3a5 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc502d5b7 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc73d6229 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7977949 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7f7cc11 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc959fc7d drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9720dc0 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcaee8664 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcaef82ee drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcec158f0 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf1c2edf drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf59ad89 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0a8bde3 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd18a94eb drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd24033cf drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd28d4a6d drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd541d013 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9923dcd drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcb3f0a9 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd8feca5 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdef6e09e drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe43dcddd drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe66d48ea drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe710ede2 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea70f52c drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecba4c14 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed471797 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed59cdbb drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedcffbcd drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf04a8919 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1bd4fbc drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf219f21d drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2565373 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf484fd45 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4c505ab drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4f5bc30 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf59a1499 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6021301 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6d3a423 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf81fe60d drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8a5f9db drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8f78435 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb9342d7 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbebb3e1 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe064d8b drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe2401d6 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe87368b drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffd29de4 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04755383 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04e86230 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07dd4779 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a83ade7 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x13199723 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x173942fa drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x175e8443 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c3f9333 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22796d8c drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2361968e drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x23c0591f drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x240a995a drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25548ada drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25cb7644 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37731d0d drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ac85380 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b966c2e drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x414c230e i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c525636 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5342bd6f drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x56719357 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6118c334 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6472afce drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x67d6f5a4 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6bab2072 drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7256a844 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x78e9535e drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e29e4b3 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92402f81 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95af9a8c drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96274e24 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97bef238 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9dc0ca92 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa64deb96 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf1e245f drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb747a7e2 drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc80cf494 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8eb73a0 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc5bbc2c drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd22e33be drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd63c54fe drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdaf18360 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdde766ce drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe02b9ed3 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3db37a0 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb0f44b7 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeceb3ac2 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf99136a4 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfdeb942a drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfef2539a drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x083c2c6e drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x30d078c4 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xa5052a1b drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0106a7aa ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x05582c7a ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x083c74a2 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0998269c ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0dfae8c4 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x128f79a1 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x16bc05e4 ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x19af87ad ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1baca023 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1d17072e ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x207ca22a ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x276fdf1a ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2c57c5ac ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2d1afac8 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2f8f69d1 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3098b0fb ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x346607a6 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x35d07270 ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x37c266b5 ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3b741e9c ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x442e5d90 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4bd52e82 ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4cfacd32 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4de54d48 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e8dd264 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x53f177db ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x564e1aee ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a3af918 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a8fdfea ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6dd5d120 ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6e559602 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d55da85 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x82d0c656 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x845b47b1 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84a13931 ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x851cb66d ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89a443de ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8c51f541 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d14adbf ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d8d55d8 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x935f555f ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9494ed34 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x98845974 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9c4063dd ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9ca644f9 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9e5318ce ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2a129fd ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa73de2a9 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa87fc502 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb6b06bc9 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb83c6470 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbf6262c7 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbfc77b46 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5f0c2da ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd1d4b455 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7f51742 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8647dda ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd97023b6 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xda3f6ece ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdb1c0cf2 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdc728aa9 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe505027a ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe5327eff ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe55252fc ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xec960e6b ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xedcba52c ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfe0fc333 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x165ff76a i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xa47a4d9a i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xc3de47ec i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x068daf95 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x1e691d1a i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x3874693c amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x19cb31b4 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x58602c8c st_accel_common_remove +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x1bdebbb5 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x1db80a97 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x29506069 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x532488eb hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x5c8b82bc hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x6c90ee8c hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x940aead9 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x9c409208 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xe2f151f5 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0a53ae44 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x11f81730 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x383c6621 st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x61d6f4c0 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x66d0b1ad st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6762071d st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6d1784a1 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x749e8c64 st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7dcb4786 st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x84e2bed8 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x853d533d st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8e0bd27c st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xa2adb075 st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xdedb1709 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe5ec521b st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xeaa29959 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xeef4526d st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0xd1943acb st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0x15c26734 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x7a79e6c6 st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xeac9d0c5 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xe3d7e15d adis_enable_irq +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xf1f919d7 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/industrialio 0x03dd1032 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x03f0a005 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x06a19c15 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x1470946a iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x1f14b449 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x364fd36d iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x462c2ec2 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x5845c3ef iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x7ad9c8e4 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x7e9d06d1 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x9558bc78 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x9974c955 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0xa1cc11c2 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xae262a4d iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xb294c152 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xba30ef9e iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xbb51bb13 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xc017f9cc iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xc34f23ac iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe3a0b7fd iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0xeebe0445 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xf181b54c iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xf83855b4 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x064557dd iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x1fac627d iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x39f80f87 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xd4a5c57c iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xb42cd3c7 st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xca0d0dd3 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x2ae803d3 st_press_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x6d677145 st_press_common_probe +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1ea5767b rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x32a8402c rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x59252c9d rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xd2af7fb2 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x02b32f40 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0959aa48 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x19140de4 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1cd670ff ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x34ffb9dc ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6859b3f8 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6a158b15 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x76b7d2b2 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8bf58c28 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x97e92f72 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9d712dd2 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa7654f72 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb21d98c6 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xcc9d6e7b ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xdf0eb1eb ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe090223b ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe0a5c40f ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02f719e3 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x032c2a31 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0af1ffb7 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e481cea ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f47257c ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fbd44d6 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fdca176 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10484658 ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16b25431 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1779d613 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1da52549 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26671dc2 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x308975a0 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3999201a ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d5122c6 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40043289 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x454a366f ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x462195ac ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x478dc765 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4aa629ec ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e586a80 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5214d7b0 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54178770 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x557ca501 ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56482220 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57a4c2c0 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d1876fc ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61c77a9b ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63c87746 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x641aee6f ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a73d5a4 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b2c8813 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b444b3e ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ef9f286 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x702fdffe ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70f99914 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71910ea3 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77d84ae0 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78346244 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78998867 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f82a39c ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fc0d9c0 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x842b13ef ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8444aaac ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x874e9115 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x929f81ef rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94ed62ae ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94fafa85 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x978c6b0f ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97db67f3 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d530eb5 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ef0acdf ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1629bbb ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4e81ab6 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa95449aa ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2aa5315 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6ef431f ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbaf163ad ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc091559 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf88034a ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1c0c637 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc278cea9 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3797828 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7efb9f8 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc85034ff ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca643f8e ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcaab9165 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb53a34d ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd3ca002 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcea82b68 ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2494e27 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd529604f ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd898ea20 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbbcadf8 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2ab0a51 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe426e7ff ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe52a6176 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec5990b5 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf75dad47 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbe22070 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc70df9d ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x009d6a63 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x16eb2bca ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x27c4bbbb ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x47756d1d ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x88c226c2 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa66e5b5b ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xb0b638f2 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xbb952143 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xbeb782d3 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xc51f557e ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xcf77add4 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xd6ca1de3 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x5328d7a6 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x6463ca58 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x76630c77 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x7f4be65c ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9a1cd50d ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xa642b6dd ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xb68b48cf ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xc5b39008 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xc9b99b79 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x026b9c72 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0a6bbd44 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1c7469f2 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x337950ce iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4a423253 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4fdf1f09 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x750957d6 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7adb0047 iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x98255116 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa4225b27 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa929f770 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb8173e36 iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xbd75a34f iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc4263dc0 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x054640c9 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0e5559e3 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x245c2967 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x28c23062 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2949216a rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2c68ee4a rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x602bd2a5 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x632f42b8 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x727455df rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7fc831fa rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x971dad2b rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa6e944d4 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb92ee1e9 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc63ee6dc rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcd9a042f rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdbe0593a rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe12673f5 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe675cc59 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xedec44ac rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf41543f2 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf9906dd4 rdma_set_afonly +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4e3dd0a8 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x628ce11d gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x6aa239ea gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7b3b51b4 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7b65e172 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x9fcb5da8 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd3030840 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xdaee6a3d __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xdc8030bd __gameport_register_driver +EXPORT_SYMBOL drivers/input/input-polldev 0x0996265b input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x769f7d28 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x84fbf79d input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xce96a1b7 devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xe41fe36a input_unregister_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x1f567dc3 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x16028d46 ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0x214adcea ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x72d2edb6 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x9f4c8dcb 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 0x91f708f8 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x7b9de6a0 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x8e57b310 sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0xc1db3f26 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd98d4fe3 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xdc8f4e6c sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xe29dc64e sparse_keymap_setup +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x41b137d1 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x468a265d ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x0ecafc75 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x19a00b09 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x5377734c attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6d71c677 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa5d77262 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc5824757 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xce9b1477 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd08c07e2 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xdc63f6d4 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfa49ccd5 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x11162ffe b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3565e6d2 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5fccd3ff b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x634a9f79 b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x7a027644 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x7a93a128 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x7bcdeb93 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa0a05372 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa39efc8b b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa65f20e6 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa9df5818 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xab440809 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xc22f3f41 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xcb039866 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xe972b8c7 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x17782d58 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x256e80eb b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x6007da0c b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x6a63294c b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x85c88356 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xc04ca548 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xc9b57645 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xcb319c9d b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xe2191cad t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x0e14e16d mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x8ebc6bc3 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xd3dfb3d0 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xf78b1e17 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x26ffadaf mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x2ae98527 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x507b1950 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x1871a83d isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x8a74d888 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x8e4fd81d isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xad68e988 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xd79c85ca isacsx_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x958a9b4a isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xa37799d0 isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xe3a2305a register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x141f7954 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1c96d25d recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x20ebc6e7 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2dd66122 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2e5ebf87 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x42e2f8a4 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4524f858 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5b93ee21 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x73cf9e1d mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7b24a199 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8b5e5308 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x99e1f2c0 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa1264a7e mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa45733be mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb2485dbc create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb3732566 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb4918368 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb5640ec5 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcdbc5c3a get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd24e9601 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe2d37161 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe53b4332 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xecb71baa recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x0e5232b2 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x165c71b4 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1d89bd11 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1f529ce8 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0x26481f26 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x440b4830 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x44a37d62 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5b59b856 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6ad9913f closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7daccb73 bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0x8833b0e8 bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa3c5c702 bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca5df778 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xce47a6d9 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd2813054 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdec22d21 closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdf892351 bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe67c2d16 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xec6f33d0 bch_bset_init_next +EXPORT_SYMBOL drivers/md/dm-bufio 0x268682d2 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-log 0x44cc40fc dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x75352a1a dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x7fbbcd74 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xc73f7771 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x059bc153 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x2214f550 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x53553b0b dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6805dfa3 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xceb75e88 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xeb2f3379 dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0x8def7d0c raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0823643b flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0e49837b flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x12b89ffa flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x42cbee38 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x54229180 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x674d15e0 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x77aa3871 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x821dfa82 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8955c695 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x948ff1c4 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbeb215ad flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd8f57a37 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf74b17cf flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x840b0cca btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xa07b8da0 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x83738f41 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xd2ff7964 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe5063452 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xf4ff6bff cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xd1bef844 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x6a8d2e29 tveeprom_read +EXPORT_SYMBOL drivers/media/common/tveeprom 0xde67da30 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x045219d5 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x06a539fb dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0c446263 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x25cbf30c dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x28ad4d8d dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x324c8894 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x32706276 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x330a36c7 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x41408b33 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x41f70c68 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x51da953b dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5ba50105 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5c0ea535 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x65d9fb1b dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6b5cbe0f dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x70af1058 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x78db694b dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7f4f9b54 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x85a5e7d3 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x865bef73 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91e11c0f dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9358b8f3 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x94cfd7ea dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x96ee6e41 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9cd9c598 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa5c83ae6 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa6effc34 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa780580d dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xacb09a3f dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc943fba2 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcf589e8c dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd8f7184c dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe21f89f4 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xea592e24 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xed73046f dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf28e7431 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xff7e8075 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x4cc0b375 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x70248dd7 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0xbd1251c6 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x07086739 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x38180580 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3f3c4c26 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x480ed217 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4cec28b3 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x828a1ba2 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9e56c238 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xaa92eaca au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb231a9cf au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc8031e1d au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x7765c6cb au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xa020e78d bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x6a45adbc cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x90218f08 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x9b41cc47 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x1286d51f cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x22bf87c1 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0xc8065a79 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x6d4bcebe cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xfebc5033 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xa164ee22 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x023eefa8 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x241adb71 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xae002360 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xd65a4ec7 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xe3833486 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0a70b30d dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1bb77891 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3e6bf681 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6adc729e dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6d886a3e dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8a546f8b dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x97e02c8e dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9ad32d3e dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa200da70 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa9222239 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbc98e437 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc0781977 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc2fcc05f dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xca7342bc dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd77c45e9 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x9d2ae3f8 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x03660e8f dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x8c91671a dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xcf049c51 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xdb31b4ce dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xeb0ca0a3 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xfd4dbf06 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x26ff0fa9 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x638ccde9 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x88f14257 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xd611af18 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0e445755 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x17e81089 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x1a05a47a dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3f83b432 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3fccfe3e dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6166eea1 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6d2554e0 dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8281f938 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa482be78 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xb8aa4345 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xbef255d9 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc0f4c4ff dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xdd954b8c dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xea97430b dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xfccd488b dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xfece6991 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1633b849 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x19a07fdb dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1a34b06e dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x24793ddb dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x33a9377c dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x34327479 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x509ddb3a dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x62376f06 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8b64a6db dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x96f39ff8 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x99bdfac1 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9bb23c8d dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa32d6e9e dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa831b316 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xbbc0e8c9 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xdc1be37c dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe75dcdc9 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe7db6db8 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf0902762 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0f13c85e dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x563208f2 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x5d617445 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x76cc067c dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb08bf45f dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xde6b4111 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x06f1f4a4 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xab06c227 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0xdbb26fbb drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x8532575d ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x7f642fa7 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xe59bf56f ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xa1ab8cc7 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xf5266915 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xee3ab6da isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xa8e469ea itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x2abf3460 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x5cfa7793 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xe3e4ff4f lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0xc96c00a1 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x9e319b7d lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x03a87840 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x2c0dae28 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xc091d296 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x376ffd57 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xa18c12dc m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x7818c3e4 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0xf9a92717 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x751bc055 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x24b39c29 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xb253b864 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0xe3501772 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xf10fdb57 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x492d8372 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x4d12e2f3 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x41c57f64 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x4fa035ac rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x2baee7b7 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x74a835cd rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x913f619d rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x4df84a79 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x3d9f4e8a s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x6d0a59b1 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x92a08346 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xeba97601 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x7a64403e si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x9cab9886 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xe59c609f sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xa7cdbc9b stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x17add02a stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xf6c53928 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x48f87302 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x214771a7 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x0486719f stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x17449873 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xc283a4f6 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x1920490f stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x01bbdd2f stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xe8e321e6 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xe0c6882a stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xfa3e5f43 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x289d4a71 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x4451b0da tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x6391d09d tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x54fd342f tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x71ef720c tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x60d39f71 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x3e5a7711 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xde327c0d tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x0a48db1c tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xb41bf478 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x5bf907d1 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x210b8013 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x3d0c2bdd tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xd9a4bd02 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xdd008730 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xa86c8936 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xa17a181c zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x069c29b0 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x45a47838 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8f989216 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9c725c9d flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa062539a flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xaf031cd5 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xbe53ac95 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xcf5e0da3 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x4c659f59 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xb54e7ca0 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xee9c7210 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf71848c7 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x18ebceb8 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x5a512ede 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 0xf5593491 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1f3217dd dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x47bce9e4 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x657bd520 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x673dbbab dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x814982a5 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x82733028 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc4004fb9 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd30c567c dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe6e99ff4 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xb63ac813 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x41a99a18 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x7c2b3563 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xaa53adb7 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xca445c8e cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xcbfc185a 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 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xad57b3a6 altera_pid_feed_control +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/cx23885/altera-ci 0xe77f649c altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xf19d7f49 altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4c149882 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x6c9ec906 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x87573d9c cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xac5593ca cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc2de0853 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xfb51931f cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x0d04efdc vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x2ceffa26 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x2ee12874 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x45d61319 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x96f2d49d cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa9440887 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x05d05002 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x091630fd cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x28a917a6 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x349a1ce7 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x74027243 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xaa898ee6 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x105c2721 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x120c9ab6 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x18add452 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1f1c96ad cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1f58222f cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x245ce1a1 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x377103c8 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x42054ef8 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5ad86123 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x644a5f21 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x78ba0d38 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7ca8bfdd cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7fc1d5ec cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x852d5b30 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9dad957d cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xaa8138d7 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb0f43aa9 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb80c629e cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbaec78a5 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcdb14bba cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe053efc9 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xed23cf8d cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1e0e9f51 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5a8f9bab ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6bed7fef ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7193c28f ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x77e0be6f ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8e45ebd7 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9222279d ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x979d10e1 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9eccfb76 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xad2a17e5 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xad46b9db ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb77d45a2 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbd863671 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xde354d08 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe40d17db ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe9863dd7 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfabe98c6 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x07de97ed saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x16fa5bff saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2d759be9 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x383bf56b saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3f2fee16 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x77781a18 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x98d26935 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa3c732bd saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xaf223d15 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb7859846 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf807fa40 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xfa3137f5 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x7cf83a2c ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x11ef6fef soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x1c98cda0 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x6004d393 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x625fe194 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x771c0051 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xabe2917e soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xacd62773 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xc3378f43 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xc6884a10 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x9062108b soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x92373d6e soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xd105c0bc soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xe5ee954f soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/radio/tea575x 0x349e93f3 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x63b3ac58 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x6c656267 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x83cd7fb0 snd_tea575x_init +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x06815739 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x26f1e6a4 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x342e8db8 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x7b65c47c lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x99899a3f lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xa4f1bdc5 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xb8458b14 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xd7e2ba9c lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/rc-core 0xa1749853 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb1af4f47 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0xbeb1ad0c fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x82ec7548 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x70a3f6ba fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x81d13250 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xc13b742d fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x7d7e9ce0 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x23c669ef max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x0f9997a7 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x0a0afa55 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xfe1668a0 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x472f11d4 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x3d40dc32 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x64066b56 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x8c5c1677 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xa1fcc655 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x3edc87b1 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xc7389421 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0x361cfa33 it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x328ae3d6 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x4d7ee931 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x60504739 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xb714d930 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0249dc70 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x5f2bd8c6 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6473f58e dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6c719894 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x70c0f8c9 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x94217e4a dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9937a32c dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa76183ae dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xbc4e1884 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x01568b5f dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x177e417c dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x7dfac770 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xc2888abd dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xdc75a0de dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe46e9423 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xf7853ec2 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x0f7fd735 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 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 0x0235ac1a dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x0b878e8c dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x6f61ade6 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x905f6cac dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x954dc9de dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9d3d6659 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xab71defd dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xaebcd198 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb8bbd359 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd90b3d8f dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf58a6b3f dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x55cc1c3e em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x7a6d3bcc em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x120325ad gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1315ad2a gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x58b61000 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x60404a17 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x907a8970 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9bf513b8 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9eb5e0e8 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa94f7548 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xc399576b tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xd3d637bd tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xf944a3ad tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x0e166beb ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x25d16a21 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x3ee7bb31 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 0x8adb564c v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xe3a0f0fd v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x419569c8 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x8dd97fa4 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xb3379011 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xbfa2e895 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xdbc9b20c videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xf584e593 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x520d88ad vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x0a324d94 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x5158b2b4 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x8b9361e2 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xaf7f98cf vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xc1b247c9 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xf6027849 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x06149a74 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +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 0x1a7bce45 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1bde8e1e __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1d3a13c2 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x21a99aa2 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x24659cb7 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2e05adf2 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2e112d86 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2f3d527a v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3034bdff v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3423184d v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36331ea4 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x378e58c0 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3af01fac v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3f0bfd0d v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4054bdb0 v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x430fd7f7 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x46036890 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x46d55247 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x476f2c1b v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5105b33d v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x58582881 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5a1add74 v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5fd3fbae v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6062b15d video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6203755e v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x62caae7f v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x643b677c v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x68b342fb v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6afa2226 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6e2fec08 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x71a085f3 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7b5408a0 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e17b527 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7eb7aa69 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7f22d826 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x85b4edd6 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x87646920 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x88aea6c9 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9461ad03 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9c904371 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9e6bd945 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2976783 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2be9731 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa321de78 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa36f7785 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa7789891 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb09fafa6 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb6b93041 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbb58659d video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc48d1a37 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc4e8f2c6 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc6c51531 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc759807a v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd41cb0e video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcdf18f8c v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd32ae563 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd4b91fee video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd55ed965 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd9490380 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe00b27fc v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe500e6e8 v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe504256b v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xea156685 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xebd511fe v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xed8a4579 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf920e051 v4l2_clk_enable +EXPORT_SYMBOL drivers/memstick/core/memstick 0x08f87f72 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x13c75816 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x20fcdd8d memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2fb3dd0a memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3bbe4d24 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x64e66116 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x67c27752 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x67dab03b memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6b9c4819 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6ede829f memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc07e67e memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc592899 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe7c9eb63 memstick_new_req +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x053043a1 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x182c1a11 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1856d996 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x23e30453 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x246071ab mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x37c5e1f4 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3e385e65 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3e4ecdb8 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4c1257c9 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x504d547f mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x658cd02b mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x66a2ae30 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6bd8ba8d mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6cb325ad mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7244fc83 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x75f31925 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7ef47d93 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7f6a1f45 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7f9dac23 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x84915aa0 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x979704a3 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9c8199b1 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb7a3aef2 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd4720a80 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdde78151 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdfa4078b mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe5985955 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe94d5514 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfaaf130e mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x00c33553 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x02268656 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x07531011 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x17a5c363 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1d71c749 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x34aa1ff0 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4e2bc50f mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x51a3ac98 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5bc9a880 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5cbec92f mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5e45c64f mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5f7db4ec mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x645dcd1c mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x676db534 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6a34ba64 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x737cdf0c mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x98b1c8fa mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9921a2b5 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9bdee69c mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xacb0578b mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb065b2d8 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xca72cae8 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcf59ccbe mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xeddd71c8 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfa5b1e87 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfe01f1e6 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xff03f17b mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x00d3efe0 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x173e5e64 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a7bfa76 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2eafd7c6 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3c485a0a i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3f121acc i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x45d2b3d0 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4a039101 i2o_cntxt_list_add +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5666735f i2o_cntxt_list_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6fa9fc79 i2o_cntxt_list_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x76951d92 i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x9584383a i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa3bd5ac6 i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa5ac891a i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xaba9acd6 i2o_cntxt_list_get_ptr +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb9f42b75 i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc9026de9 i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xcc5cbb39 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xcc6c1630 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd1f43a63 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd35b4856 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf2271f40 i2o_parm_table_get +EXPORT_SYMBOL drivers/mfd/cros_ec 0x823c3e21 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/cros_ec 0xb6aaa971 cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0xb7594900 cros_ec_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xac2c6423 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xed6d4aa2 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1eb5f82d mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x472249f7 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5326f228 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x58c1e143 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x65d8d9b8 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7db12280 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x80dae058 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x94ff3c6e mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb97b9ada mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcce49aeb mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcd179421 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd30cbc89 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf824f9ba mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/tps6105x 0x611201c1 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x865a766e tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0xd37382ed tps6105x_set +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/misc/ad525x_dpot 0x0c52d2b8 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xd0299349 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x2f1ce448 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0xf232c0b1 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xfd00702b c2port_device_register +EXPORT_SYMBOL drivers/misc/ioc4 0x86624f8b ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xf8305e88 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x02e6d3fb tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x2a178a6e tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4f2c52eb tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x608992b2 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x82520e46 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xa1ea28b4 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xa35c6380 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xa6182b5e tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xa8c2ec46 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0xbf1d7a22 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xedd6682e tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xf7b0f7f7 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xfe345160 tifm_unregister_driver +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0x7280450b mmc_cleanup_queue +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x2bafb534 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x2d6276f5 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x00c7a358 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x2a2ebd3b cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x9a622e81 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x0654f2f3 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x0f1cffa8 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x4c76c7ce do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xc379cbcf register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x3ced4e27 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xba17c33b lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xce4bf9be simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0xdc2d64ec mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xf8c9e0d7 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0xb47b8f85 denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0xccee499d denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x12de14d1 nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0x18420217 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0x605098fe nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xb012af77 nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0xbf0f6161 nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xea39a0df nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x0b02439c nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x6b77930f nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xbe5bafde nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x30b384f1 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xa2f86ea9 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x2d34db55 onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x67386c89 flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x721027af onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x872954a8 onenand_scan_bbt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x19eba894 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1c80582e arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x414d0a56 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x43f69691 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x50d8063b alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x578ba32a arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5fa3f49a arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9cc723a6 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb2b256df arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd7e63d8e arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x2170333a com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x74ba5295 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x85095aee com20020_check +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x33df8557 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3ee84ca7 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x45b77c81 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x56ad01c8 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5a0d0604 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7166721b ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xcf1b3ba2 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xcff2c67e ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd3e59179 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xecebd257 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x50588e39 bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x32e6b34d cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x00b417dc t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x103c5b83 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2eeb4403 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x36e29da9 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4446fdf4 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5da0bb6d cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x66a6bc96 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6c5a2b1c cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8105646e cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8d7dd8a6 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x99c7d816 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9f243f6e cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbbe351de cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe48bee05 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf3f8a73c cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfbf8b5d5 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x03f54aef cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x084fd0c2 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2c599c57 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2f358e54 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x434b9989 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4b8508df cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4c2e3573 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x607f8d66 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6540a1d4 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x69231e9a cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6e2f6ec6 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x81c9a525 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9487b897 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9791bc50 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xab36d76c cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc4f4c775 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcee48e9c cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd31e4f87 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdb88027f cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe422dbab cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xedc8d1c6 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf434c1b5 cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf4e70704 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf55dff29 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf7c91c73 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfa083c85 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfdfd4ef4 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfe8fd326 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x7620a931 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x98b589f1 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xdbfa82a3 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4ba081d0 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xfab38b61 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/gianfar_driver 0x79f28897 gfar_phc_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00db0b8c mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0eeca15a mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1401f2d3 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x292e46b2 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a17342c mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33b967d7 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3843de26 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46592478 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f238749 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f2eeb7e mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50e6add7 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6929ef2d mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6dbddc6f mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e892114 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x702c3fe2 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71ac4b3c mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74194df7 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d7485f7 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96a7bab4 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96db3b24 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb995d640 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd77e8c34 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7a521f6 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeaa66cac mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb16a2b5 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc45113a mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x097cd0cf mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a615e39 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d22f080 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0da9db7c mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e4d8e3c mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1872d983 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27861006 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2917ca5e mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39fcf284 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x424e213e mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x477087a0 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47a39762 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a791459 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5af43326 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c4ab1ce mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8af8e6a7 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2a556c8 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb166abb3 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1ad2495 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc0c972c mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3840364 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd3ae937 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4326d17 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd70dd5f4 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0a3f863 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0bdbb16 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6defcd4 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe936af68 mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf45af8c8 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x013803b3 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x4176d48e hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x6ccb4213 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x70371575 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe8b44a78 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x20bdc644 irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x2803ab12 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x37948556 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x38eb9521 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x711605d5 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xab646609 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb6950f41 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xd016ae1a sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xd4acc56f sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xea43c4b5 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x5d2bd521 mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0x83b43752 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0x946fad1d mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x9975f694 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x99d5f249 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xa8f5e361 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0xde834201 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0xf4335d84 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xc7316045 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xf3ed805a free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0x71701e14 vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x2f02036a pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x5c2c0e65 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x63da3a1a register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xfadda7c8 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x202deeff team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x28c89662 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x661a4b05 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x737bb3e0 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x90473214 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xb2c8eaa5 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xbd99ca68 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xd504e59a team_option_inst_set_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x0f4b6f00 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x74d285ff usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xfc899cda usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x253f989a hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x259b8ae3 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2acb9766 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2c825c5d alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x69a78aa5 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x909ab3ed hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9af72a81 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xbfa61fd6 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd16f766e attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf23310fe detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf3c33422 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x7ad8da34 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x1a9907c9 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x5116c6da init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x54c1bcbf reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x09f96e9a ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x21e4529a ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2a2ba567 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x316ef1c5 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x34425171 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7bb1fca2 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8061d657 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x90ec56c8 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x911469b0 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xba3be6ac ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc2ef6208 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf0ca2dad ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2d1efc74 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4a4fa574 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x54782663 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5841b370 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x68e81c8d ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd0918a9d ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0966128d ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x15f849fc ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x372ddddf ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x707fc59d ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x72828c0e ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x7d831bea ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa8d8a3a3 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc5980635 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xdfd913c4 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf6f03436 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x00794abc ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x03fecba7 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x04779bdc ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0537942f ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x14a640f2 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x17ae8d01 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1d9cda8a ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1e563d36 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x44a4627f ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4662d7a5 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6c31460e ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9fcc57b1 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb0fe06fd ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb449e6c5 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc47e9f30 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc8195039 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xca92aef3 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 0xe483b048 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01a90390 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03076bda ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0314ef59 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03a95a55 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07944304 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08a0bd80 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09081649 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09926c0a ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09dc9b21 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a0f15e6 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c29e7d9 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e1e2665 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f3fe21b ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x124e3b15 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a6cd5f9 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d38f69b ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f013a5b ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20d6e4a4 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24719d74 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x260f2019 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27193c46 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27394b9a ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x286910b6 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a38c7f1 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d4e573f ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2fc71a5f ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x306e16b7 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30cf3119 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x319f68a0 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x338dfff1 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x341f3073 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3565f508 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x380c17d8 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42575701 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42ddc682 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d965eb9 ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5143aa0a ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x51bbcf87 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a7c97af ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c7f4ba5 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d926b7e ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f92625f ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x608a72c2 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x669c1e37 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b91af84 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73b972ed ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7533ba23 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x767017f9 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x767d5aae ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a0942b2 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a7689d9 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7b4be4ba ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7db584d1 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e6690ab ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f9a688e ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82bb5387 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83414bdb ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89cf7bad ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ad69984 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c5dcef8 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ec491d4 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91c3fd64 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x953f7525 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x97d332db ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9dd0d0f1 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa196eec6 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6572047 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6899c6c ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa8c8c8cd ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad33a930 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb346ef79 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb41d1246 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb443051d ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb51799d7 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6bc518b ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb719687c ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb72a2f6b ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb5349bd ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbed53bff ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc24e2494 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc66d8d7d ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9af52d8 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca024e1c ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb291e64 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce83c985 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcee66022 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5ee119a ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc2a3a77 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc44285c ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd87f442 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0c7d4ba ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe171b0cc ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe1d6921a ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe47ecfca ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5c4e62d ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed181e97 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xefdefcd2 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0073eb7 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2ae06fa ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3262749 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf5748bcb ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfadb500b ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfce741ca ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/atmel 0x32786f7f atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0x472fa079 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x964cdd26 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x027d23af brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x0813ce42 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x194256a3 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1d232e3b brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x24d039ee brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x3b971932 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x578b6f52 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x6075b416 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x77aaec37 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa5a432f9 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xaad60f49 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xb4ca0271 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xbce4da7e brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x14462f04 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x155bcf11 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1723ac32 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3c4faf24 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x407b24ac hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x490dd2dd hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x552dc02c hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x60a6558d hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x64d1a6bd hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x677314d1 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6a8e43d6 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x782750e5 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x789007e6 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x90f563bf hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9f4f94b2 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xad8bc506 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xaecb9c45 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xba30ae4a hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbe8c1c60 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc1ea4681 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc9cada29 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xca3309a8 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd130a429 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd7329cfb hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xdbefe4d4 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xede05a1e hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x09f4d354 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0c200290 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x135ab5d9 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x306c211d libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x348986c7 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3b932812 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x4fded376 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x513b2375 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x635b82d5 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x643fd633 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x741a9afd libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x85d751d8 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x865d67db libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x87f2af74 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa1be4213 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb10a97a7 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xbfda2f16 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd22eecca libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd8c02f52 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd8ef53af libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xfd30b59b libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0482fd60 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x04dfaa4f il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0e0ad984 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1020f95a il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x122da3c7 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1449f59c il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x162e0640 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x17abd704 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x200baa23 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x21793a8b il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x21c0ed4c il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x260b56f8 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2662affb il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x29168766 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x29504348 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x29ac23a5 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2b3a7a69 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2bcd08f0 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2deb03e9 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x302df406 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x34cb2931 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x359e9d5e il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x35cbea66 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3f519b08 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x421d799a il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x43e57b87 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x48b6b9e5 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x491430f6 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4c8ff843 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4d7f22fe il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x50b41f51 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x52598cf3 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5273fb00 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x55d6cf33 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x59b88776 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5b8c609b il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5c24c132 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5ca6dd42 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5e9d8360 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x64917197 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6a150706 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6a6d918d il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6aded7af il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6fc6a402 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x72b41aa3 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7d4f8f28 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7dacdc45 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7e72557f il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x81bcd982 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x866348e8 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x885db799 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x89fe346d il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x939f324c il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x94d0a72f il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x95638166 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x964c60fa il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x983a815f il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9d9e1cc2 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9e9c7afa il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa0633c78 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa329bb91 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa943d84a il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa99c49df il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xabb1339d il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb297fe36 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb65e1a68 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7287d29 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbdf136cf il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbed7736e il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbfd68052 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc2e486c7 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc3782bb8 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc7ae672e il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc96a4d65 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xca0bbf41 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcbc27a4a il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xce05b253 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd90cbc77 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdc060575 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe1cf216a il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe1fcf693 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe2190179 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe28d2770 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe702a73d il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xebe82318 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xee3ec1e0 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xef84af1c il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf29b07a2 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf38f0ca0 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf3b19a3c il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf761dbf4 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf7fceb08 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfa85da1d il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfc0b57a9 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfd3f7a97 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfe7d2887 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xff4d1187 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08dd8699 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0c50fa2b __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x1ecc5465 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x2f7b7e55 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x3b9d00d6 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x675bcb86 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x779dd6f5 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x85c1bb84 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8de37664 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x954eb7a7 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x963a6f8a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb8f7026f __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe2dcc8de __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf9ec6bdd __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0ede1b98 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x13f19084 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x176e981f __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x25d3f139 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3a55c420 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x435c9552 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5dea5bf1 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x6046411a alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x79132abe orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x83a03a8d orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x87c4c2e2 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x90611de2 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9c15d447 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9edaedba orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb9a3c22c orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc3a0c540 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xdff9aa2f orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0x1b4345f1 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x07fb7e40 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x09a7c39c rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0fa3cc00 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1e56f936 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1f2b3d6d rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x249b35b2 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2967aaef rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2bfde8a8 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x360dcddd rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x38a89c91 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3b2ed8f4 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x41d935f6 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x50bf378e _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5524aa5c rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x58f52555 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5a960332 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5abb4a34 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x639ee3fd rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x658a426f _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x664afbda _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x69fe947c _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6d26050b rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6d373ee1 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7b8ae40f rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7d6e9f9b rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7e68fb26 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7f977baa rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8298d22a rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x898cdd64 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8c630bb8 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8e567fcb rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa2559c6b rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xadedb53c rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb040bdf6 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xba79f2b4 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbdd2d97e _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd295af63 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe64b669c rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xeaa306e1 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf6715570 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfb017004 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x3bce1aad rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x95c75bee rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x86ac86a0 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xa5df888e rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xca7ce616 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xd35e7179 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0ff3a722 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x24334830 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x26cf6c40 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x34fefadb rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x40caa29e efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x446544fd rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5c539c36 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x763cfd94 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7e51a39f rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x82e44aa9 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x830c2cb7 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa4368596 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa47fdf58 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xabc86db5 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc4a8a1d0 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xcd0b145a rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd7921ba8 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xddb5c815 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe0af00b8 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe2dc56e6 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xea4affa5 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xed9cfdbf rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xfb9ad44d rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x18208428 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x2f761094 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x8ecb2617 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xa2a4b91e wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/nfc/microread/microread 0x1003be4a microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xb06b2110 microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x161d51fc pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xdcf56b79 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x47441a0b st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xa2fa836d st21nfca_hci_probe +EXPORT_SYMBOL drivers/parport/parport 0x08e037ea parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x14c08958 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x164189ee parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x1a029382 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x2465edbe parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x2a196f9c parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x2a540d15 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x2ad35b62 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x37eb69ec parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x42159b4f parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5f253e7c parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x5f4440dd parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x68cf7323 parport_read +EXPORT_SYMBOL drivers/parport/parport 0x6a6e353f parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x86b89b41 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x8ad10fdf parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x8c0c7e2d parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0xa32240e4 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xb1b98b96 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0xb8d44904 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xbc187ffc parport_write +EXPORT_SYMBOL drivers/parport/parport 0xbdf481e2 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xd054b275 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xd169253f parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xda9a25d3 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xe39f2eb9 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xe4b9f6a9 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xe5cb49ae parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xf39a759b parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xf8d1ecad parport_find_number +EXPORT_SYMBOL drivers/parport/parport_pc 0x95166899 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xf39089e5 parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x1eb8a928 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2d9ec367 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2ed1c52d pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x31b79644 pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3259807a pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4364d787 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x44b83cb9 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6abd8447 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x78c8018a pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x9390bab8 __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x9460d520 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa8017609 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb70a8557 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbe697d7d pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xcea6a0bb pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe008a685 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xed17ef58 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf5aa3f05 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfd87aab7 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x08c05a9e pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0d563e44 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x133dde24 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1f90a3c5 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5d013379 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x71050a18 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xaacb6661 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc207198f pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe72b8cd8 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf68c832f pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xfa66867c pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xb73f4c93 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xc1d08988 pccard_static_ops +EXPORT_SYMBOL drivers/pps/pps_core 0xa0b33ecd pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0xaad52b4b pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0xc51d8bb6 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0xf2650af8 pps_unregister_source +EXPORT_SYMBOL drivers/ptp/ptp 0x0419d7a7 ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0x1f36cf64 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0xa6a8511a ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0xb85b3717 ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0xcce4f058 ptp_clock_index +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x21d53b2c rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x38f77548 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x446eb346 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x6110affb rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x824922ff rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa42ac127 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xba72a34f rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xd83a9156 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xe04a2e9e rproc_vq_interrupt +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x133b725b fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x13ca3773 fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1456a6ec fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x145e5916 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1ed9a0b3 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x298989fc fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x686712fe fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x81a637b9 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xaccc9d81 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbe2a787f fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe75046b5 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf3b515f9 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x024af546 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0657d5cc fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0fd281e2 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1b7b491e _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1dc11bcb fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22ab95cd fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x240ffa01 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2c2b9ddb fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2e02024a fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2e7c1320 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3577c439 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3a0c455e fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4a61b349 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ee2123a fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4f7b37ac fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x53a06c36 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x54057f00 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x542aa316 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x68bd562b fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6a6af420 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6b7a471e fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x72344d6e fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x73f75d0e fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x75dcaebf fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7680105d fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c3d1f51 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c7e8d9c fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fa632d8 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x81ca6737 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x81ee7b6c fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x892e9bee fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8cdc5f75 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9269c750 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x92e150dc fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x95ddccc6 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x97e90572 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9a108ec8 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9a504b17 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9b399337 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d86502c fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1ed4d3c fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaa66a32f fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xae140126 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb97d0bee fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbc618531 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd2c7f8c4 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd415fea3 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd97602be fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9ac8d83 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe9f1b808 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xeb734c02 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xed79b41b fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x1828f9e3 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x72bf6c3c sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x7309be29 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x89d31b3c sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x56785b5f mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x056fa13a osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0d4aa747 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x17569b35 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1a5f831d osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1d42b8f1 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x28d8b39e osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x28dbd7c7 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3459aab2 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x36871714 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x38593bcb osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x39dce84b osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4acf81f9 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x539318d1 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x65263a15 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6e51093b osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6e65e1e8 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6fe0a21a osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x75b246a1 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x828713f4 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8f32a76b osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x96fa13c8 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9788498d osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xaae481f4 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xab4ffc0e osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb7b84e37 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb90d6c68 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbac465d9 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd80c0d04 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xde90fc31 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe1330243 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe26c5dc8 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe3b5b02c osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe677003a osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe91d006f osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xeca941a1 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf7351a1b osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/osd 0x025de106 osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x09d64982 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x40d309a6 osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0x41dd5aa1 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x462a2c4a osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x87613f06 osduld_device_info +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x25c466ef qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x55bf58bc qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5c5bf076 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x90cb26fc qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x90dfc6ff qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x92240f68 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x99aae303 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa4f9f4ce qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbc8dbccc qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbd8110a9 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdeffb19f qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x06c2c53a qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x4a4ab42c qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x7e34dbef qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xa7dee493 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xb4114c4c qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf6110fe2 qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/raid_class 0x46ce43fe raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0x7887e120 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xca6bc12e raid_component_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0d74ca64 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2d7a993f fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5897fbc2 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6a31ed8d fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x76eef829 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7782c31f fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x834d25b0 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9fcd4d2c fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa3d76a83 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa59ce5a7 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc5f42448 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd603eb25 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfe223030 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x07918b2e sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0ccc7227 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x28ac01bc sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x32628edc sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3cf1e931 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x475c3fed sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x49a53fe1 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4e170f09 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4e7f2e4a scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x606b8160 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x67655f54 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x74008d47 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x943aebd6 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x97bfa533 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9db2c9d8 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa13839cd sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa49d35bc sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa8dfda24 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xadaf8470 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbbd73d7a sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd26ff384 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe314141d sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe49ae4d5 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe4cecdb9 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xecc494e1 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf2843640 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf327931e sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf3ecad73 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x1a6b5c35 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x262477d1 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x9514e139 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xbc5ac332 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xfbcae051 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x0879c358 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x5886e325 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x62d3808c srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xad91e6f3 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x56da305c ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xe57279bd ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xf691d8df ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x0140e629 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x180aa341 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x52475247 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x53a396d1 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x55037f52 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x69e267d8 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x6a2ad21f ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x71ad89f6 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x81d719a5 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x82a7fbbc ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x90c9a0ed ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x9ccf9dd3 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xb61165fa ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xb83090ce ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc81188e7 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xcbd250e2 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xccc3bd6f ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xd0ab528d ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xd2797bae ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe8a65682 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xfb1b4fa2 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x5b268673 fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xfd5a2006 fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x20330c47 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xacb37d09 ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xb799e4f2 ade7854_remove +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0264d470 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0363b57a lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b721e4e lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2db186bc lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x48dddd51 lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58dea048 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x63941d63 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6696d38e lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x74c1ab40 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x76a5cf31 lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x77225aeb the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9b93ecba lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa3d61f8d lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xab71e83e lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb038d888 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xd96c54fb lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xde8e9757 lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xedf38904 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1a35ceb lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x220fdb20 client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x2d10abed seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x4d73f5a8 seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x58af15dd seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x7ca6a49b seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x86c8a3d5 client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xcc1cb662 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x25275dee fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x27980f88 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x39b38c30 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x4298be74 fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x5b8ce709 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x70f2b147 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xfaacbcd7 fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06401e01 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08917712 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0d1b8a30 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e4820ab cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x117c8a95 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x123b6908 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12c54b77 cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x15565c7f cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x18c503cd cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d41c4c0 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1e8cdb47 cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x277e62bd cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x29aafd0c cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2a641ef9 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2fb7eae8 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x361e82d4 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3633a72f cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x38828b92 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3a62a183 cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3e5e7727 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3f0d9281 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4087e2b4 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x413056d8 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x42e22feb cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x468bace1 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a18ba68 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b982291 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x52e9cfc1 cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53b383e4 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5b20921a cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ce62c0e cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62f56738 upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x63b4967a cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x68497dbf cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6bbcebc9 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c4cadc8 cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c605eaa cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6ce4aafd libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7190502f upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72f4e5f9 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x75161168 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x752858fb cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7562cd14 cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x771695b1 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x785b7372 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7a47b94d cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7c73bc4b cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d93cded cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7db401c2 libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x841679dd upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x87f3bb87 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8840f591 cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c6be9ab cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8e61d47b cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x949221dc cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9e420643 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa1cbf250 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa711aec5 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa8f81c50 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xaaf59b75 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb00dfd91 cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb53b5569 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb883b006 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb9835b54 libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbab577e8 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbada117b cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbb972619 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1708189 cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1b20836 cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc7720049 libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc77a24c3 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc9b78bb4 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcda8e8a2 libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf678304 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0aa642a cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0d8d08a cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd2965f33 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd3ee2448 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd46225d8 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd48d8f72 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7bbf963 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7c4f765 add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdc380a2c libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdfecb98d cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3308322 cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6fabeb8 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7f9e86e libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe94553b9 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xea411f63 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeccafa5c cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeed48ba7 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xefbf6d86 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf2c02048 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf5e4a175 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfacb8667 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfc051e49 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x01b0c652 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x16f6095b ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x47a6d1c0 ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xbd69e882 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x0eb767ce lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x27095531 lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x6ef8d6ea lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xa288d560 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xa84e6c30 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xabf22143 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x24e1671d lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3bcbdc4b lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x4d8d6dfa lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x6f8f915c lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x72b1ec46 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x84a4e762 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x8553b369 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xadbe7f0f fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb2ed98cb fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xbe2b02e1 push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xf1b0dd01 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xf7f3c6eb fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x005ea32a cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x008fb991 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00da8338 lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x011851a2 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04d915d5 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x055a18e6 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x056b3402 llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0692a3ca lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06f21b19 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x072e0407 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x079f9ec3 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0836daca lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08858c08 capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x095a5a45 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a2fa347 dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a76e168 dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a8c67c9 class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0aab7659 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b2b0e46 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bb0ae1e lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bf73bb1 class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ccc45f1 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d63ffef class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ec12683 cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f042018 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f06ce47 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe05b6f lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x105c0d2e cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10a2ae75 lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x117f74a8 cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1185cb05 cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x123e5b5b dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12bb7ef1 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14904c15 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14b93085 lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15641846 lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15911b42 cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x181b0e0f dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x18d0a057 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19c6dcf8 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a123e04 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b42c38b dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b7d4d89 cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ba50dfb cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1bf4320b class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ecacca6 lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f6949af lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fbbd328 class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ff5eca3 lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2099e5b5 cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20e75a94 class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x211e36b3 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x226b50ad cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x22b5b79d lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x234b0588 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23b82aee cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2471fc9d lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x24adcd6c lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x255e027f cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x270369c4 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2766aa85 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27704a6e cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2844142a dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a7336d6 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a978ab1 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a986a2b cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2aaa1eb7 class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ac94bc7 class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bf75102 dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c2aecc5 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d2f5506 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2dd952a7 lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e490226 class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ea3e42d cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ed5d04d cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f3f2efc lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x31bf4257 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3283bde9 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32ba7a38 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3342f6ad llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3364dacc obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x337be12a llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33c151e3 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33e6b318 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3432f9f0 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x343dd49e lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34804280 lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34baaa86 dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3513a2f6 class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x355ade3e cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3571cc38 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39c8580f class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39d6febd lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39f9575f class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a1684c3 cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ab18144 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b07875b lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b0ab710 cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3cfc6450 cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d09c84c cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3da2aa39 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3dae3c69 cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3dd3aab7 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ddf4527 cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eab7bfe LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ed4cae1 local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x404bd7a7 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40992474 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41321a13 lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x414e9d05 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42202a94 lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x425300c6 cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42cc6feb llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x431386cf lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44849745 cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44a9ceee cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e9056c lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x452f559a lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46950d16 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4762f47b class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47d1506a dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48864f11 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48a28cf7 llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48b12845 cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49d7ac06 llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49fed978 lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a14fe51 class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a5451be cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a79c01e cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4aae7b2c cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4aafb0ad cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b11afbc local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b213310 llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bf356ca lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c190aad lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c4c700b obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c523344 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ca89946 llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d042393 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d666b52 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d93d0c8 cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4de36f3c lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4eb78808 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ebbef99 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f12728b cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f1a3936 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f4a1416 cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f60cd0b cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x508b2d74 class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50d9841c dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5222686f cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52bbf05a cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x535d83f8 llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x53b0d424 lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x540d3307 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54b28648 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x553d8679 llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x557b7126 lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55b7ea34 llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x56972d3f __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5700e9bd cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x578abec7 cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x582b013d dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5938ba02 cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5953bbeb cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59dfe3d9 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5aad4459 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ac64432 lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5be2b6c3 lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c84faba cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cc3a354 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d3aa191 llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e56ac4d lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e93341f lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f65d806 cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6074902c obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60e7c3e6 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61e6d850 lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61eb0d08 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x624ffe24 lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x62e30ee4 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63549e69 cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x636b1320 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x648a7f66 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64c8cecc obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64eb92e4 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x656badb3 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x675244fa dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68308053 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6909f039 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6927b8f3 lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6930f136 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x697b3bf7 cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a890e5c cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a9362a8 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ae16a64 class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b5da1d5 lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b7f513d class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d174a7c lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6da2455b llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6db48bf2 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e88e388 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6eff040d lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f6a7528 lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fddc850 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7051f6e6 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70965e1b lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x71669e4d cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72038873 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7209982e obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72aa3f5c lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72bb24eb llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73520be2 lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74594d5b cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7519f618 lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x766fe371 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76dacfd9 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79309077 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a9714de cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bc12d2a lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bdf55b8 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d7c2587 dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7dfcbe5c obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e60db07 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edb6de3 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7effaafe dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f7d7cd9 lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8150e2af cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81539b4a class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8276bb60 local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83478b36 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x834b49a5 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8479309d class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84d13341 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8503c454 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x854f03bc cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85e4ce68 cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x860a9165 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8629d9d4 local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x866978a1 cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x866c6b5a obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x86af92a4 obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x86b98994 lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x86cef41a lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x872ed44e class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8768ce89 lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x882c174d lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88b87068 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x891054f1 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89fbddcd cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a4a255f cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b856b5e cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8bbdd546 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c5cce11 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c637798 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c67c40b cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d658ed0 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d83f690 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e10e6d6 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e22b391 lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e8a2d8a lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ee7b094 llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f925490 cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x908a6cb7 lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x912923f0 lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9148c7a2 cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91cc8efd lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92291b33 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92f9ea9a lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x930eca53 llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93859814 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9505c895 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x957ff628 lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x968d3642 class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97371d65 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x977ba6ee lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97a872d5 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x98679e73 dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9884c20c cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x98cb2571 cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x99e59a23 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9af27351 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9bc17652 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d21cdc6 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d5d756d llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d841780 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e6d8973 llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ede2df3 lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ef0e316 cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa13d4622 cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa18efac1 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1d92818 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2ae2f75 cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa48c4a30 lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa55d15e7 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa57f7457 class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5864508 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa764ae29 cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7acf6fc cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa93da830 lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa12bfa9 cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaad9f75c lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaaeea348 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab262f6c lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabeff770 lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7ed9ca capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaca57b3b dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacdd6710 obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad1a3f86 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xadd3ffb2 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae7a248f llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb047f3f7 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb12f0e38 dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb13bc827 dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1a37f98 cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1e5af75 lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1fcff76 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb28074ec cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3874d10 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3b42a8b llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5cb401a llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb635af9e dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb65187b1 cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6f10b16 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8206d36 cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb86d6aaf cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb905cdbd cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb94f51b4 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba989438 lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb53e6a3 lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb87541b cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb8a16e5 cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbbeb8859 cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd21d014 dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd59df21 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd7503d6 dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbda742af class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbef55c53 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf36b2a2 obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0954007 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc10ebf41 lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc13492a5 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc18d06cf lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc19643ab lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3236c9f cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc387a2e7 cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc46d61c2 cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc53a6176 cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5cbdd02 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6f1a41e class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc78b8480 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc82f8a12 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc891a35b cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc89380dd llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8ee640e obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc915993d cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc95621c8 llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9c4accb cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9d13ae6 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca9afc92 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcadb03e0 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccffad24 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd543104 cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd5ead20 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce2ef455 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcef17df8 cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcfd23405 local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcfe6c36e cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd12101b1 cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd194e1b1 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1be34fb lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3257e70 cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd42bc965 lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd52972a2 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd674dee2 cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd6a196e2 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7eb061c dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd80e15fa cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd846b1b8 class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9baf3c1 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda4c7999 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdda3d949 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe0ca7b77 cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe0f1b08e lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe10a3555 cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2e22c0d lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3193bd4 cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4d6aef8 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe56073e0 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe57ae7a8 lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe608c532 cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe626f1a2 lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6b5eaf0 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6eca2f3 local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe72c8993 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe77fa189 cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8144882 class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe86b9b98 llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe90d903c llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe940a8cc cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9ee9f8f cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeacec47c lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb028001 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec192b07 cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec76847f lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xecb8aaa6 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed1408fc cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xedf49571 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee132a0f llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee474c50 lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee82e264 cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeb4360d cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef58bc14 dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeff8bfe8 capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0dace1b lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2b94400 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2bc1a00 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2d23bb6 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf33729c2 class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3bc5b9d dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf4060008 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf53c9d38 dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf56b9893 llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5773720 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5b93888 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf6f8c45a class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7f3f348 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb02a127 lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb6e1ea6 lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbe30d43 cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc89922a cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfcc04324 capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfcc10167 llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfce50b44 class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfcf0e2d9 cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe16597e lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe322471 llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe657393 lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00b82c86 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0146808f ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x02c4de89 ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03d2d9c7 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03f2b561 req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03f407d7 lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06d7e021 sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08a347f9 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09a1909a ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a7906db ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a982859 ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac54708 lustre_errno_hton +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ad2049e ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0add4669 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c7fdfd1 ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0d3b3fd9 req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ddbd4f6 ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ef0269e sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x125dfa14 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x132054ff sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13404403 ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1375f2b0 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14649f95 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15efa6d4 ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17ad6a16 sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x180719e0 ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a273875 ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c2e2ecd client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e7e15b1 sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20c81d4d sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x21ac1cdb ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2226402c ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x23a292f1 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25057775 ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x268a9bbc __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2727b006 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2822c814 ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x28986650 _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c16889e lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d0e899a ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d519b44 req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ec893c4 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3085a27e ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x309562a3 ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3149a0e8 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31c787b2 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3246169d req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x339e6dd5 lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3453daae lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x36736b71 sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3702a58f ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x377adb6f ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3780e9df lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38518e1d ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38692201 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38e757f0 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x391392ca ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39829c7f ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3cac9f1b ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d205e85 ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3e4a44bf sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3fb86493 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3fcd5b74 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4074d8fe ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x436998f3 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45401fca ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5af165 ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c15c4f6 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d31486c ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d782525 req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x51554981 req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x536032df ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5368718b ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53dc6195 ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54426bb0 ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54894376 ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54f3f0c0 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59a7b91a ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59d6ed05 lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a2df256 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a370de2 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b37902f req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5bd5475c sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5cfd20af sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5d90d747 ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fae48f0 ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60d248f7 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60dddfa0 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61fb34b3 ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x63bd729d ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x63f356a7 ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6429c49c lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64ffcfd8 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x657b00b7 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x66c56b26 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x67cdb9c0 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x683243bf ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685113e6 ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68d947b1 client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6928b34e ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x698ee204 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a47458c ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ac0c2b1 sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b0725ba ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f3fbda3 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fe1d0eb ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73e4e5c9 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x754bfe46 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a266288 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a75f97a sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b2ec36d ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7daa8716 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dd484d4 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7df105a8 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7e596527 ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f024536 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7fbedf2e ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8192a2ce lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x821adda8 ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x82655e6f ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x831cab18 target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x846adcce req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8538262d ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x853a1d32 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86a4ed45 req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86bd0aa0 sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x879c1bb2 sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88c5c1dc ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8968caae ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x899ee9cd ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a4345b1 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fb7503f ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x909dc700 target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91e48c29 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9486988f sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x959169a1 __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x962f908f ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x966325e9 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9995aadf ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x99d23518 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a898a51 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bf7b70d ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d2e8fbe ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ee608ae ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d8be8c ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa41126df ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa57e92a7 sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa65fabf2 ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa66888dd ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ebba53 ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8840b5b ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8d65dd3 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9ecb6d1 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaa51608a ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xac46014f sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xac733c9e lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xadc4882d ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xae34c631 client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xae618922 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0771843 req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb3be88d9 client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb3e38851 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4dd455f ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4f986b5 req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb53b7509 lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6421bc4 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb77079eb ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb94728bf ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9d940b1 ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xba29dbfe ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xba29deb7 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbb014898 ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbb4095d0 sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbbb6f09c ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc6492d0 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbccb2a1b ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd622721 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe44be55 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe5ae765 ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe983c60 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0c1768b ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc209b428 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc294a2eb ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc48e79d8 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc4d6ff02 ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc78a5464 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7c4e964 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc829ecd3 ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc86245c5 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc934f354 sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcaa7f89d ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcabf2eb8 ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb16107d ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcd156ae1 req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce064e88 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf794224 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd1481bec ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd222521b lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2bcc159 ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd318c07d ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd4beb8b2 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd68d81b4 __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6f1575a ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8e415e7 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb689836 do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd25c7ac ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdda94b60 ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde4224cf ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0853654 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe19d40a1 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe21d9987 ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe3d12486 req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e8169b lustre_errno_ntoh +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5f56804 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe60eca84 ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f6d4a7 ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe8695a7d client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xea68e9f3 client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xea9f7f93 sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeda504e4 ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedd0aa95 ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef07ce56 ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xefa14f21 ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf01c5e1b ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf11c3e96 req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf2062b1c sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf2ed98c9 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf4a4fe52 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf50f3093 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8afd246 ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9dd8676 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb444a98 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb9ce6c5 ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd3584b9 req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff01b2c2 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff2b5341 ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x29fa0d85 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x178d68f1 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x2f63f28a go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x3fb333a3 go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x48456e76 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x584dfca8 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x71559a92 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x7df0cf73 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xce435aaf go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xff4cf64d go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0x78c8a18d rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02129bc4 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x04357bc6 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0750f535 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0c887d81 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x146db0f5 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x16edce66 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2e36713f rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x349c2618 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3bb185c2 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3e734679 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3ed4cdd9 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4730de77 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x50f5278c rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x52fdfdc3 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5d9a8950 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6951093e rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6f676fc4 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x72b72bf9 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7b945a55 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7bf9ecc6 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7c17850a rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7ff0a24d rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x80af62a6 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8100b5be rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x816d032d rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8658bf57 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x887c7202 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8926ba56 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x894b0cc5 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x93729666 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9a320c1d rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9c2a1a5a rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa28823da rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa5bd9e96 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa7454b98 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa796eea9 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb32059bd rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb5167b68 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb86b77df rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbd1503e1 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc43dffdf free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd3c65d63 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd59180a9 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xde11fc6f rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xde7c4afc rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf2b8495 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe5cae102 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf0850b4f rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf7849f1d rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfe9198ab rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x00ae1591 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x087960d6 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x089c3a37 stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1001729d stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x17987a4e stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x24bf0d74 stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x38931bf3 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x494aa1dc stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6809f3df stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x69569cdb rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6d6a093f stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6e4864c7 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x811526fc stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x825132ad stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x9494f438 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa77e2ac4 stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb89305e9 stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xbbf7d51e stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xbf8ea90e stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc1dcfb13 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc62f9b63 rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd091e4bb stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd217bafd stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xea8c5dc5 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf0ac0314 stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf2f701c0 stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x035f123b ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x04929833 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1c669c6b ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1e58d3ed ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x20b91a21 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x25fefa22 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x49699eee ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x49aa89a6 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4c053fff notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4d7c0391 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x58be604c DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5a44a981 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x610fcb11 ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x63a03f4e DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x673d06c3 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6dee6726 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6f24da1c ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x781c83db ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7b47c266 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8200c760 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x86c6ea47 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x91d75522 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x91ee6753 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9663df1a ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x998023b2 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9be6865e Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9ecb71cc ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9fd5a28d ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9fdae521 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa1e3dadc ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa8bfe735 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb01ed36e ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb0e747d8 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb0ed8ca0 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb27325d4 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb66959f5 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb7decd1d ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb94afce4 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbcc83c09 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbd23ecd2 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1badf6e SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1f7bae7 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc923f811 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcc74e1f8 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdf270494 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe218a8f2 ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe22594ea ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe26db6b8 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe415aadc ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe570cb26 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe71fd6eb ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeac5f00b ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf42578e0 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf82bed37 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfc0ae389 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xff660bb3 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x55164df6 xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x9203c813 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xcaf218b5 xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xf32f90d4 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x01524043 iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x066d3977 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x11ad9360 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x20bd9036 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x29186f0a iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x333f48e7 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3f35e301 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x40c91f2c iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4e81dc43 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x53f86bfa iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x54d6f169 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x572b6daf iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x57af8865 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6a72995c iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x756788b1 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x776c2941 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x85c11798 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x873ac2ff iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8963f9ee iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8c2228e2 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x90826d85 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x97796407 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa1787e87 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa77a92f7 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xad202727 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbf77cfbb iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xce33088c iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe3b56669 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/target_core_mod 0x002f206c target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0c078246 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x11f2d020 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x1241b1ac transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x1479aef6 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x19f96ed7 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x25b594b5 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x2674468d iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x2c01d60b sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x2e0f1399 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x3382492a fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x3863bd71 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x438e4325 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x43a50459 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x4508a586 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x48c2260c core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x543675f5 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x558c029f transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x56d78ebf core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x56dcb32e iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x59e60619 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c1f3349 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f1cfc80 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x5fae8bab core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x5fb124dd transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x62a62b4e sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x66591b48 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x684127ff transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x69f62bd9 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b6093e5 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d8076c3 sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0x6f541d79 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x71d179a7 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x78660675 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x788f555d target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x796e810a transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7b27ed36 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x806d719e sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x8822352b sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ce9c99a transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8cf9760e target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e911db3 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9229a30b iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x98a678de core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b446a0f target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b9481a1 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa141ca80 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0xabdff589 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xaf5b9581 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2be3333 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xb5980c3e core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xb7c41420 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xbafecd71 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc50c141 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc69a4e23 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xc785762b transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcc5347ef sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0xccf3a21c sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xcda21498 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd111df77 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd50532e2 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0xdb7c7fc4 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xdbfddeca transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xdd64ba08 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0fb6fcf fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xe3f742c5 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xe92bd264 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xea508147 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xeb053381 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xeb4efe5f target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf24cdc12 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xf49f0e90 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xf959843c target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x220f40d9 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x49f8e486 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x22cb58d0 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x072bc5b1 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x191a1361 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3523a656 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x434c2cea usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x58d9d2ba usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5b41e268 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x972d56e4 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x98809f8e usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9f2085dd usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa73b9fc0 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xbe5380e6 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc28329ea usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x6e2abdd0 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xfb969f74 usb_serial_resume +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x2eae4a2a vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x76bd9a5d vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x7cbb21e8 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xd3b1eb98 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xd656e804 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe603c7b7 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x034d556f svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0d835802 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x3f1b007d svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x65d001b5 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x66274f20 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9aca363f svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xcbe2c2f5 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +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 0xaf650e9b cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x62f4f841 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x944ea6e0 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xaa7e4ae9 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x12362a5a matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x20683684 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x2fdd28a9 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x7a648c62 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xc833407f matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xb8933ce5 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x3f485a93 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x4a044329 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x633c8ffe matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb9ecd6ab matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x5b2f3a17 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xfe74456c matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x1a4facf8 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x5e809561 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xb7fc1b26 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xbb492e6f matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xfa3130a8 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x48f0bc36 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virt/fsl_hypervisor 0x45fd1882 fsl_hv_failover_unregister +EXPORT_SYMBOL drivers/virt/fsl_hypervisor 0x77c9b191 fsl_hv_failover_register +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x1cb374ec w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x423498dd w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xd662fd61 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xfd752b73 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x0c557cc4 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x1711b4bc w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x81e0a8d9 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xfb7dfd20 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x1664de26 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x7315c859 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xb9a2de2b w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xfcd33bd5 w1_add_master_device +EXPORT_SYMBOL fs/configfs/configfs 0x19767d7e configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x2725dae6 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x49f43ee7 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x4c9c5edd configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x7ae40cf3 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x7f0b7fce config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xaab3f893 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xd837a282 configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0xe56ddf0c config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0xe6b8e0db configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xf1b20f52 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xffdce14d config_item_put +EXPORT_SYMBOL fs/exofs/libore 0x1fc24d8c ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x2b83bc3e ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0x2bb747f0 ore_read +EXPORT_SYMBOL fs/exofs/libore 0x35e648e5 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x55362781 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x618a2157 ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x6763db44 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xbca2e2f0 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0xcde5dbe2 ore_write +EXPORT_SYMBOL fs/exofs/libore 0xf4c5f898 ore_get_io_state +EXPORT_SYMBOL fs/fscache/fscache 0x019ad377 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x22673a19 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x28c07eab fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x329f2a1a fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x3a96bfd9 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x3f51ae35 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x4139ae86 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x49a275db __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x5ac95953 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x5c63f4a0 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x5e86a5b1 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6474b18c fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x64855f4f fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x6faaab75 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x71c1c5ae __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x72453d95 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x7e2ef4e1 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x81807e02 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8424b392 __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x8813bcaa fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x9176d103 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x91f3dbd9 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x99304db8 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xa0109cbc fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0xa4a0610f fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0xa6a86a55 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0xac1c1573 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0xaea7e6fe __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0xaf83d955 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xb6dc3f23 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0xb8578ff3 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xc1af38d2 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xc24ddf9a __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xcfca0223 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xd9fd757d __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xe35d4734 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xfa8c4d0c __fscache_wait_on_page_write +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x17f83e79 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x6c66d2c3 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x84995ee5 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x8ffa7e90 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xff4e0e3a qtree_delete_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x1a703ba1 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0x6d356209 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x56329ecc crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd09b2cba crc8 +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x2d008963 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x43b4a232 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x5471b58a lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x5757b7ea lc_get +EXPORT_SYMBOL lib/lru_cache 0x6ebeeab8 lc_del +EXPORT_SYMBOL lib/lru_cache 0x857914e5 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x878c390c lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x93dd0295 lc_set +EXPORT_SYMBOL lib/lru_cache 0xaf2ff6f0 lc_find +EXPORT_SYMBOL lib/lru_cache 0xbb56c739 lc_committed +EXPORT_SYMBOL lib/lru_cache 0xc3d11f92 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0xc85f689b lc_create +EXPORT_SYMBOL lib/lru_cache 0xcb4db4af lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xd18073d4 lc_put +EXPORT_SYMBOL lib/lru_cache 0xd4a90b14 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xf1d62ee9 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xfbee8ac2 lc_is_used +EXPORT_SYMBOL lib/lz4/lz4_compress 0x0c222eb5 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x682a23e0 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0x7456cc61 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x2fb75616 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x468b1ebf unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0xa884502f make_8023_client +EXPORT_SYMBOL net/802/p8023 0xd0f1e14a destroy_8023_client +EXPORT_SYMBOL net/802/psnap 0x31cdf76b unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x7cf122d0 register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x046c2437 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x0c8e921e p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x15242ef2 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x19b22e5a v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x21d0b794 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x2ee1d02c p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3aeaa2d6 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x43867b9d p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x44f011c2 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x4a4c0fac v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x4d59ea26 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x4fd023c3 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x52b01f5d p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x53d58a07 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x59225526 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x5b3d5639 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x6d0a7cc8 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x6f4223cf p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x77e00356 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x78c3b4b4 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x865a4de2 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x8be2f7f4 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9a2c15f2 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xa3ddda11 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xa5472738 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa5d07bf9 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa7669cc9 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xa9aac8cb v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xb0627afa p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xb147ec03 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xb19a1318 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xb5579c1c p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb564db1c p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb7286901 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xb8160536 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xc41a4149 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xcad6fd79 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xe3a4529f p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xe44f80bc p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xf2dd6a7a p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf636f1e9 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xf994b7ec p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/9p/9pnet 0xfe0e037b p9_client_stat +EXPORT_SYMBOL net/appletalk/appletalk 0x2fb6bf0e alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x75185a40 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xe6f8f583 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xf2eb0272 aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x03c3be6a register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x1aa19150 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x228a9485 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x2fb300e5 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x508baaf7 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x58d9c94d atm_charge +EXPORT_SYMBOL net/atm/atm 0x85136824 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x9b791ade atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb88cda75 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xc1cb6280 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xc55df062 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xc5b010bb deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xca87b453 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xda3f9150 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x1abc567f ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x1f059219 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x323a2e2f ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x70edb179 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x72824e6a ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x84527344 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x8d4fdd16 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xbd030614 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc8f1b723 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/bluetooth/bluetooth 0x01183980 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x019f0c24 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x051887f7 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0590c933 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x14a03703 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1729e600 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x18ac6dcc l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1a1a54c7 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1d898b88 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1e59f076 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x22834cde bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x283145ac hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x49e37902 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x54e64413 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5a9abd75 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5ec55beb hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6d395f2f __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6e9079ee l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7390f82d hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x778d51ad bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x77d17c84 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8bfbe6dc bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0xafff6777 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc1452dbf bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc1c3f878 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc2e09a6b hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc4636a76 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcbae0a07 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd952c95c hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdb6e3981 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdbfc3d81 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe0fe8b8d bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe15dd3bf bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe2d50a4c bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf4487d2c hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfc548bcc l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfe3ec7ec l2cap_register_user +EXPORT_SYMBOL net/bridge/bridge 0x04fcc9f5 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7b15e38e ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xda8ea341 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfb9face7 ebt_do_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x24e0a815 caif_enroll_dev +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 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x6c463e84 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xb91b2d12 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0xdcea47cf cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xeb9f6f1d caif_connect_client +EXPORT_SYMBOL net/can/can 0x0701882e can_ioctl +EXPORT_SYMBOL net/can/can 0x53f9afc5 can_rx_register +EXPORT_SYMBOL net/can/can 0x83dc0952 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xb76a925a can_proto_register +EXPORT_SYMBOL net/can/can 0xcca5f9e5 can_send +EXPORT_SYMBOL net/can/can 0xfce60bea can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x0618b4e4 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0a57f284 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x0d61c270 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x155fa4df ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1a7b960e ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x1b856e43 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x1ba11b32 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x206c9b25 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x2393562f osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x2fc09290 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x30455848 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3240c39c ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x33413c95 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x3495f726 ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x3a3ec7db osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3efc630b ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x44e3c642 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x44f5da7b ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x48dacf13 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4a283545 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x4c13d7f9 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x4cb79458 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x4de91b6b ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0x4f6cfaa0 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x506e4b5c ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x579bb3ba ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5deaf4ee ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5f39f5d9 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x666f310b ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6b55dd48 ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x6d45cd87 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x6fcdafef ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x7168baf8 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x72535470 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x74c50aee ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x77047559 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7adb763f osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x7c27dd57 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x7d3c3a45 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x81eae1b6 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x8330efd0 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x83fc33db ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x8424f88f ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x84a1c265 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x87869d84 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x8a5f2f3b ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x8ffc0fa3 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x90131bef ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x94715772 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x971c6e07 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x97bb2441 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa36ac6a7 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xa844180f ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xa986a2ce ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xad31e75f ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb00bef72 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xb5170a67 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb60edfd4 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xbfef187b osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xc0c22926 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xc1e73242 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xc1f86c11 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc4b246d0 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc8c70533 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcae8c2f7 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcbd38070 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xcd470aeb osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd2ea3d4e ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xd844bd6a ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xdc61e90c ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xdecb09c7 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0xdf36eded ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xdf8148a6 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xe177957d ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe22310dc ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xec85acd1 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xed229339 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xee024aee osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xf19159ca ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xf33e4c93 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xf5774cba ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xffd6e792 ceph_destroy_client +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x43052e40 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x64775c9e lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0a1d2c85 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x255b35a0 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2f732c3a ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x32087d38 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x341228af wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x69dc52bd ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7206c834 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x883ff034 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xc2fddba8 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xcf398411 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xd026a55c ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xda757068 wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf530e36a wpan_phy_free +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x0f7d0fff ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x5643a4cd arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x78111aac arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xafacdf28 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x70cadd3a ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x751f71c6 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xfec5548a ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x3552d87b xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xb57712b0 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x65b32671 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x7507c87d ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x1a2ef6ff ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x8f152a47 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xf21f5d1e ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x2ed09179 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x4b1504ed xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x5474941c xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xfa4185f4 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x2e6f7582 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x403a73ff ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x42b6e835 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x5827379d ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x86a11413 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x91e78cbd ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x9cecd067 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xd0ceaa05 ircomm_flow_request +EXPORT_SYMBOL net/irda/irda 0x0064e0ea hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x0079e01f alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x0512d43e async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x0d416d9d irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x0e4838d7 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x1e6cade0 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x36764e53 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x3e56064f hashbin_new +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x4aa63aac irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x4cae01c8 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x5d1f7f7c irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x601bda46 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b5fbcef hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x6e0ab3c7 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x706a2aa5 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x85d88217 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x88fbe3d6 iriap_close +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x952876e0 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0xa1d41e58 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xa2521761 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xa6dfab5a irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0xa8635c78 irlap_close +EXPORT_SYMBOL net/irda/irda 0xaa557515 irias_new_object +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbba168ed irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0xbbaa8d97 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xbf5e66b6 irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0xc68e43be irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0xcead7dbb hashbin_find +EXPORT_SYMBOL net/irda/irda 0xcf4098a5 irlap_open +EXPORT_SYMBOL net/irda/irda 0xd2108314 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xdc04b8d4 irttp_dup +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xdf0785da irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0xe3463529 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xe3bde43e irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xe456812d iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0xe58cc74b irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0xed3df60c iriap_open +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xef7e6a96 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xf0a694a1 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xf5876b95 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0xff10eb0b async_unwrap_char +EXPORT_SYMBOL net/l2tp/l2tp_core 0xb13509cf l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x07e0c395 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x1462d234 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x2777a57f lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x471ce56c lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xb0aa4881 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xdef0ab19 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xe483ee90 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xf8c46422 lapb_getparms +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x41c07a7a llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x6e214dba llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x7ba22f01 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xa5aa096e llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xc91e5b9f llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xc93dda24 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xd6806143 llc_add_pack +EXPORT_SYMBOL net/mac80211/mac80211 0x0340928b ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x05fb441d ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x0aa8ae57 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x0eb1ed33 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x1056304c ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x1182ed63 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x13c1bdf4 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x13ef6e99 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x14d8c1d2 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x1529fab6 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x18bfe2c2 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x24c0ba3a ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x2812492f ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x319c213e ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x32625c08 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x3a20772b ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x3a428fa3 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x3ba42ec7 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x3c86b265 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x42d73486 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x442b6656 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x44456fc8 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x466ff666 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x47dfb948 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x47e19211 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x497305ab ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4e2ae028 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x4f3d2e98 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x5365a081 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5caa2957 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x5e274b7c ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x5fd0e241 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x624bd6ec ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x651da83f ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x777bad1b ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x7a9afdf1 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x7e067eab ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x81b49556 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x865d44f0 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x8775c3f8 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x89c1e673 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa07c4543 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xa15c720e ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xa2836e6d rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xa31e77d7 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xa337b06b ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xaaecab62 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xb168dcda ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xb4031187 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xbb2389e7 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xc1c168f1 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xc4a8378c ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc537e785 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xc68942a3 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xc7680fb2 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xd8cafe5c ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xdf2b8891 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0xe068e4f2 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xe566d6e3 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xea7b5ec8 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xf16553a3 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xf24b9f3a ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xfd328f56 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xfe37337a ieee80211_restart_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x16677c43 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0x550cce58 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x90af4ab7 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0x91fa79d2 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0xfaa5703e ieee802154_alloc_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x073f83fe ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0cf6452e register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x27187faa ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2c46df2d ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3f90bdef unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7aa42c52 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7be64752 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x903be2c9 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9f55b6d2 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa8afc21f ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb0b49223 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbbb22620 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbed85444 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe5e4afd1 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x7ed879d1 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xe0fb0323 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xe60bf1e9 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x007699ba nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x39cb65c9 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x61584341 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0xba01d8e2 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xd5ebaeaa nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xfbb53180 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x253e8b44 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x2ab34225 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x4c5efed1 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x5c9653e5 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x7da4ac18 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x86483f94 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x896e05e6 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x8e1bdd03 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x95f7e3bb xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xcf06f609 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xee9c175a xt_register_match +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x485c3660 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x5630af88 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x7e3f4ad6 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xa31a9b70 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xa56ffd7e nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xa93945c5 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0xaedc9255 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xc5c1f45e nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xced34535 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xd3a9a7b0 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xdc045802 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xe2e31128 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xec165672 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xef64c375 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xf61e81a9 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xf6a3d16e nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xf8fc1d6d nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xfcdbc1e6 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x2bebdbb4 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x9dc8dd35 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xafccb46c nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xb516ff67 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xb8cae7ab nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xed4e9f27 nci_set_config +EXPORT_SYMBOL net/nfc/nfc 0x26aa2c98 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x325d9311 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x3b73c7dd nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x3d0468a1 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x47e6c5f3 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x5af6f974 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x5bebeac2 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x849c282e nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x94cdeb2f nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x97783918 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x97b0da87 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x983fe308 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x98adba21 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xb0e32be0 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xb1e0e4b1 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xcff617e1 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xd074b770 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xd6ad6308 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xf3f3b0d2 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xfaabc3a1 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xfd261407 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc_digital 0x28c98d49 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x93a129a5 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xc2385533 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xdc4de43f nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x03cc7278 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x29448f48 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x2b4a2e88 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x3ee7d017 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x5cacec75 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x709f99cd pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x9645d712 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xa6b35664 pn_sock_hash +EXPORT_SYMBOL net/rds/rds 0x7505d413 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x12087a73 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1cf1428d rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x23961c9a rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4964dbb8 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5e386510 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5faf55c5 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x6766d86d rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x71229323 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x757e230d key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7f63d091 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x920092e7 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa8666f1a rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd9834780 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf5eef2ee rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xfa07b0d6 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/sctp/sctp 0x394bfffb sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x65766e85 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x71567fc9 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x8a3ca3da gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x10c927b6 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x205f3aaf xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x55878471 xdr_restrict_buflen +EXPORT_SYMBOL net/wimax/wimax 0x61ec8520 wimax_reset +EXPORT_SYMBOL net/wimax/wimax 0xec693da1 wimax_rfkill +EXPORT_SYMBOL net/wireless/cfg80211 0x00b412e8 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0x06685694 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x08f3f3a1 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0ee8ae79 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x17ecaf0e cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x23163947 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x25b95571 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x2645d5a3 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x2b5718fd cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x2bd7ed33 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x2c077f38 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x2fcd02fe cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x34a7d02e cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x3ac7ade8 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x3b0e9f81 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x3ef0201c __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x4065865e cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x421e8562 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x43826564 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x47c5aa74 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x4fca66fc cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x58637aac wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x60162920 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x635bbb70 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x63b26ea1 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6b833b03 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x6c808421 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x718d5de3 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x7304fbb5 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x7ec15654 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x8100afac cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x86c2df9e ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x895d4697 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8ad891e6 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x93cd3423 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x94c20977 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x965ebc7f cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x97a8b53f cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x983f7215 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x98da71ac cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x98dd0688 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x9c02b86f wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x9da8f568 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x9e4deec3 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa487c780 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa5959008 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xa700d6d8 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xa8030b06 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xa870cab6 ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xac647c11 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xac66dcf7 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0xb46627fe cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xb79bd182 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xbb52c7cc cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xbcbcfc68 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xbd7faa62 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xc61142cf ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xcaf0a08c cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xccdef664 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd614c3a4 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd76a7908 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xddab998f cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xde732cd2 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xdf640ec1 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xe3cb771c cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xe59c6917 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xe663aebe cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xe8d37523 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xe90de102 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xe9bdbf0b cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xef4ce68b cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf2c6e809 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xf4d602ab cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/cfg80211 0xfee8e0cc cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xff4c4082 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/lib80211 0x04fc0308 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x307910d1 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x7801591c lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xb95e3a5f lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xcf9a7af5 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xe6bbf86b lib80211_crypt_delayed_deinit +EXPORT_SYMBOL sound/ac97_bus 0x9a5bd369 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xb3d4b318 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x164a2a61 snd_seq_kernel_client_enqueue_blocking +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 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 0x80a638cb snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa26d8984 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb6f6ef8b 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 0xcac0a3be 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-device 0x163b5b1b snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x5c1415c5 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 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 0xd7c7afcc snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe60fb228 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xecbde43c snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xba77445f snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x004ae43c snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x0274dfcf snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x1550867c snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x191e88cf snd_dma_pointer +EXPORT_SYMBOL sound/core/snd 0x1953106b snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1ab565e9 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x1ad8cbcd snd_info_register +EXPORT_SYMBOL sound/core/snd 0x1b51e575 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x1c9e9e16 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x1ceff7bf snd_cards +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x3166b7e9 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x323688c7 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x339f482c snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x34d213c6 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x378f6849 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3b507318 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x46f18020 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x499fb7ed snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x4dcc709f snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x4dd2bc0a snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x4fb5e624 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x577d2060 snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x60d523ee snd_device_new +EXPORT_SYMBOL sound/core/snd 0x649b6e87 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x7136d29a snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x73974b60 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0x768c033e snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x7eb42053 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x7f080668 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0x815dbc32 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x85f9f4ff snd_card_free +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f4dd611 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x92291b2d snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x9a4e74df snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x9d623868 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa1282926 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xa534e6cf snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb315a0d9 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xb4b2dbc5 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0xba76642e snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xd4de767d snd_device_free +EXPORT_SYMBOL sound/core/snd 0xdebb549b snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xe523415a snd_get_device +EXPORT_SYMBOL sound/core/snd 0xefe9c92d snd_component_add +EXPORT_SYMBOL sound/core/snd 0xf13edf04 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xf4e2761a snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xf7d00210 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xf85f32c5 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xfb6673e1 snd_card_new +EXPORT_SYMBOL sound/core/snd 0xfe869ada snd_device_register +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-hwdep 0x07938585 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 0x06b310c9 snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x0ae4e1f2 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x0e9a823d snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x13323847 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x230168c8 snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0x26ae8f56 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x289abd69 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x2db83663 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x2f3023fd snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x33149285 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x345a56e4 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x34ae0f61 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x40ef0a03 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x45ee952d snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x467776ad snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x47319e93 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x4e229d99 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x508da19b snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0x521eacc9 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x52ad6e1f snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5720ffe4 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5898dcba snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x61a8cc1d snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x62629c5f snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x66cae6b7 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x6e095a2c snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x735f6d0d snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x7cfa6bcb snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x8077e689 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x833624aa snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x86313bce snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x977c9bfb snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x9f1496da snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa6fad3da snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0xa9ccabaf snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xab267dfe snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xb6f236cc snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc3204289 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xc3b8fcb0 snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0xc7d5f9cc snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xd5fb21a2 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xd704cb73 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xe3e9a826 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0xe50b516b snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe792a3b3 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xefe8da8d snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf6186178 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xfcbe46c3 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xff076995 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0451f634 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x12e2b272 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x25f2a291 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x31a09dd8 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3c4e1952 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3cabfb2e snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x59519385 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5a5c7551 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5f456604 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x80add899 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x90a88608 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x98bad6ae snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9b03be73 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa801b22f snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xaeddcb05 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd84065f1 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xea8353e5 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-timer 0x01e158d1 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x10c3cc6c snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x1a769bb1 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x25d972b4 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x2661caef snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x3c1d9c89 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x43143607 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x72120a77 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x732c4951 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x9bd6b939 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xafff21d8 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xc9248b19 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xd6e344d7 snd_timer_open +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x65372a42 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 0x0329e6f2 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x106edb43 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x2faf2da7 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x632290a2 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x82615242 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc8caef8f snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe065959c snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf631907f snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf7ef0470 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x04ab2e21 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x06052a20 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x0c516c8e snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1d2761c0 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2c4a9ab9 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6d41f98b snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9bdb545a snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc4cd91d9 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd6c05f0a snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0415fc22 amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x070403db amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x17f7407e fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1f70e698 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2f1d7a6a cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x384ea614 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3cb10bbc cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x433b2ada amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x448e14e1 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x52d6051e avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x542de1be fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x54f7750d amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5a2043b5 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x67799791 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x67ba6820 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7a610f79 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x82b2e398 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8903f7cf avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8cd92115 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8d202058 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x971f4578 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa832ddee fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb48fa43f cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb76cdd79 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbce36737 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc5a97aad cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc8453bdc fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd3bd4f04 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xde8a3e48 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe3104ea2 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xff6645ae snd_fw_transaction +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x3da85308 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x5c0f12cf snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x5d285ec8 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x77472bce snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xb816e6b0 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xcfb2363d snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x1c40e01b snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x2e3aa830 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x314fa063 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x583567c6 snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x7634b6a9 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x7ef7a664 snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x07894b3c snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x8ce58fe0 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x9991567f snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xa657c5b7 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x20fd61e3 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x216434e6 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x34c0a90e snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x59ed6410 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x6d81864f snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x9ce1458e snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xb3af1079 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xfef510af snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-i2c 0x0bd5847e snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x0f66ff5d snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x3fd500c3 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x4f5e4659 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x5a676ec0 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9fc7edf2 snd_i2c_device_free +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x18532a93 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x31fcb211 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x355ad37e snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x6c5f94f7 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x7926713c snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x7bbd7069 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x8d097e25 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xe4f9bbaf snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xef19c598 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xfaa3612b snd_sbdsp_reset +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x17e93a7a snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x25103671 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2c359942 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x36d96205 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4aa769c8 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x56debe08 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x600099f3 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x71a59c6c snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8dd50892 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa1ab1029 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xad996044 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xae0ca982 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb6b94bf2 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd02f4df1 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe010d9f9 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf20daa91 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xff35d161 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x01090e1f snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x455947fd snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x7cdb8593 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8271ee7b snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x97d9fd63 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa94918c3 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc4105d8c snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xcd41282c snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd0388386 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x8446b180 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xe34ea3b7 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xf3c7a37e snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0c0265f9 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0f6a0c94 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x141c01ad oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x164e818b oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x188cb276 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1f29ea98 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x21699447 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2557f774 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x255d6743 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x40b200be oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4c9e1927 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4cc40c46 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x72e03603 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8adc3020 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa4058712 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa8101da4 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa85d33bc oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc2e84d90 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcedaa090 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd7b07362 oxygen_read16 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x4851ddf3 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x76a28c3d snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x7daf3455 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x8d3eb8ef snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xddfc0df0 snd_trident_free_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xed9209c5 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x0e22f3c9 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x6b2f3137 register_sound_midi +EXPORT_SYMBOL sound/soundcore 0x76c36216 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7eafdc7b sound_class +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xb69aea54 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xb9f1e7b4 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xe6d0969a register_sound_special +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x232ddd9c snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x5e023939 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x6b202a26 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9be445fa snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9f6979ee snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xa023f908 snd_emux_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x296e530c snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x3fe3b5c0 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x418824e7 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x659d6951 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x955cc29c __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xa2504867 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd61becee snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xded8ccd9 __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 0xaa36321c snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x003f8d2a mmc_erase +EXPORT_SYMBOL vmlinux 0x0044d056 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x0066de76 swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x00743273 bio_map_user +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x0095e10f __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x00a50226 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x00d155c0 vme_master_request +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00ef059e ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x01223c3c genphy_update_link +EXPORT_SYMBOL vmlinux 0x012a97fc xor_altivec_4 +EXPORT_SYMBOL vmlinux 0x014aae58 tty_port_open +EXPORT_SYMBOL vmlinux 0x016a21dd init_buffer +EXPORT_SYMBOL vmlinux 0x017087bb inode_dio_wait +EXPORT_SYMBOL vmlinux 0x017d5e07 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x019f58eb tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x01b197be i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x01d21d49 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x01f8fd07 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x01fe5e89 udplite_prot +EXPORT_SYMBOL vmlinux 0x02260c68 pci_dev_get +EXPORT_SYMBOL vmlinux 0x02281597 tcf_em_register +EXPORT_SYMBOL vmlinux 0x024bf827 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x02506561 devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0275a07b devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02ae69be netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x02afb56c ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x02ff8316 stop_tty +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x035fe2b5 pci_find_hose_for_OF_device +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03d2cca3 dev_emerg +EXPORT_SYMBOL vmlinux 0x03ebda85 dns_query +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04074f48 ioremap +EXPORT_SYMBOL vmlinux 0x04181605 scsi_host_put +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x0432bb48 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044ec4c0 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x0469b782 mmc_free_host +EXPORT_SYMBOL vmlinux 0x0474e164 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x04a4153a of_device_alloc +EXPORT_SYMBOL vmlinux 0x04b35dc9 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x04cd2182 dquot_commit +EXPORT_SYMBOL vmlinux 0x04d03e71 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x04d51015 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x04d969bf __sb_start_write +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04eb56ef iterate_dir +EXPORT_SYMBOL vmlinux 0x0505c391 d_path +EXPORT_SYMBOL vmlinux 0x0506e91f posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0530dede _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x055c8559 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x057970f2 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x0582f0cf blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x0589a872 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05a514a1 _insl_ns +EXPORT_SYMBOL vmlinux 0x05ad6c09 clear_user_page +EXPORT_SYMBOL vmlinux 0x05bebab5 d_move +EXPORT_SYMBOL vmlinux 0x05cf6dde padata_alloc +EXPORT_SYMBOL vmlinux 0x05e1cdd5 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x05f210b1 ip6_frag_match +EXPORT_SYMBOL vmlinux 0x05f2ba3e uart_resume_port +EXPORT_SYMBOL vmlinux 0x05fd221d __i2c_transfer +EXPORT_SYMBOL vmlinux 0x060afdb1 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x06285acd phy_register_fixup +EXPORT_SYMBOL vmlinux 0x062b1041 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x062c9dec pci_enable_device +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x0687b37a d_rehash +EXPORT_SYMBOL vmlinux 0x068bce84 vfs_unlink +EXPORT_SYMBOL vmlinux 0x06ab12c2 sock_no_getname +EXPORT_SYMBOL vmlinux 0x06bbb24a mempool_resize +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x0725e387 pci_pme_active +EXPORT_SYMBOL vmlinux 0x07276adf fsl_lbc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x07451430 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x074e9213 down_killable +EXPORT_SYMBOL vmlinux 0x078aa6b0 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x078dab7d inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x07a7281d tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07ae920a xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x07c03436 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d89ee5 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x080c225a pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x080ecee5 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x083f3643 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x084ba1ec genphy_suspend +EXPORT_SYMBOL vmlinux 0x08557bfc sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x08617cbc security_path_mkdir +EXPORT_SYMBOL vmlinux 0x086d8cdd irq_stat +EXPORT_SYMBOL vmlinux 0x087c9d0a dev_uc_flush +EXPORT_SYMBOL vmlinux 0x088861b1 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x089f5fc1 locks_init_lock +EXPORT_SYMBOL vmlinux 0x08bd4399 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x08cc84e7 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x08e97d2b abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x08ebefdb __nla_put +EXPORT_SYMBOL vmlinux 0x08ec7079 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x0916c7de tso_start +EXPORT_SYMBOL vmlinux 0x091edbc5 dev_deactivate +EXPORT_SYMBOL vmlinux 0x093b4181 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x09446916 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09ac2f8a dquot_drop +EXPORT_SYMBOL vmlinux 0x09b4e5aa thaw_bdev +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c67afb flex_array_get +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a2ac054 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x0a41ac57 tcp_close +EXPORT_SYMBOL vmlinux 0x0a446cc4 lock_rename +EXPORT_SYMBOL vmlinux 0x0a485c6d unregister_nls +EXPORT_SYMBOL vmlinux 0x0a578408 fb_class +EXPORT_SYMBOL vmlinux 0x0a82de3b inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x0a8df712 pci_domain_nr +EXPORT_SYMBOL vmlinux 0x0a91c268 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x0a995a2b twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad41085 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x0ad843af ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x0af43647 km_new_mapping +EXPORT_SYMBOL vmlinux 0x0afcda96 padata_do_serial +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b11dd04 tcp_proc_register +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2b4a84 compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x0b2ce6eb sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x0b38c0f8 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x0b420af1 pci_iomap +EXPORT_SYMBOL vmlinux 0x0b4758c2 km_is_alive +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b76954a fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x0b899cec qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x0b9f8515 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x0ba1bc4f may_umount_tree +EXPORT_SYMBOL vmlinux 0x0babe1bc skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0c05e07b agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x0c06dc85 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x0c122d97 init_special_inode +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c503f51 compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0x0c550872 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c821e85 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca5b5bf __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0x0ca7abde pci_save_state +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0d41e172 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x0d435798 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x0d52a701 dquot_resume +EXPORT_SYMBOL vmlinux 0x0d52e98b insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d670bc2 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x0d6bf309 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x0d6c963c copy_from_user +EXPORT_SYMBOL vmlinux 0x0d71b1aa xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x0d88d8a8 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x0d9c8130 request_firmware +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dc0ace0 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0x0dd91391 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x0dd9ee0d vfs_mkdir +EXPORT_SYMBOL vmlinux 0x0ddd494b generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x0dfbf5c8 put_page +EXPORT_SYMBOL vmlinux 0x0e0f3f95 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x0e15bda9 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x0e39204e pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x0e4c4362 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x0e57a192 dev_warn +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e8f30f6 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x0e9f2047 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x0eab10f2 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0efda2f9 dev_trans_start +EXPORT_SYMBOL vmlinux 0x0f16918e __sk_dst_check +EXPORT_SYMBOL vmlinux 0x0f1ce888 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x0f26f933 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x0f355c71 dev_load +EXPORT_SYMBOL vmlinux 0x0f38fcb5 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f4e8c98 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x0f4fa017 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x0f5faa7e wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x0f77bfda inet_listen +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fbd2cb0 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x0fe3a7cb fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x101f4d86 release_sock +EXPORT_SYMBOL vmlinux 0x103ca4b8 tcp_prot +EXPORT_SYMBOL vmlinux 0x104af661 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x1075232c compat_sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x107b4608 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0x107efba5 sync_blockdev +EXPORT_SYMBOL vmlinux 0x107f1267 devm_iounmap +EXPORT_SYMBOL vmlinux 0x10810189 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x10950ee1 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x10b85605 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x10bdc90d dev_mc_init +EXPORT_SYMBOL vmlinux 0x10e71a2b kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x10f2fbef page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1116d543 sk_net_capable +EXPORT_SYMBOL vmlinux 0x11266eb0 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x11317b8c i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x11642a22 mntput +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11766a35 d_lookup +EXPORT_SYMBOL vmlinux 0x11791a65 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x1182d83a cpuidle_disable +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x118bd8f3 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x11932dbb kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x11994674 unregister_console +EXPORT_SYMBOL vmlinux 0x11f774fc nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x11fd7fb7 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x11fe6315 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x1205fea5 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x122a838a scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x123f4fb6 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x124b5ce8 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x124bbc3d locks_free_lock +EXPORT_SYMBOL vmlinux 0x125a2c25 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x126bf997 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x12837586 bh_submit_read +EXPORT_SYMBOL vmlinux 0x12854d46 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12d063fb agp_generic_enable +EXPORT_SYMBOL vmlinux 0x12dd01ce alloc_fddidev +EXPORT_SYMBOL vmlinux 0x12dfc469 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x12dfeb12 vprintk_emit +EXPORT_SYMBOL vmlinux 0x130355ae pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x13203ea5 generic_setxattr +EXPORT_SYMBOL vmlinux 0x13236739 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x1340acec twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x1362756b mount_ns +EXPORT_SYMBOL vmlinux 0x13628507 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x13751fb9 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x137c89b3 truncate_setsize +EXPORT_SYMBOL vmlinux 0x137dec20 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x13a354aa kill_anon_super +EXPORT_SYMBOL vmlinux 0x13c6fd9a dma_async_device_register +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13eae5f0 bdev_read_only +EXPORT_SYMBOL vmlinux 0x13eff5d3 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x140776da sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x144327f8 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x144bce26 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x146d5bab mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x148f9bc6 setattr_copy +EXPORT_SYMBOL vmlinux 0x14a15c96 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x14b7befc vme_irq_request +EXPORT_SYMBOL vmlinux 0x14d60915 dquot_alloc +EXPORT_SYMBOL vmlinux 0x1507b8a7 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x1512c09b set_disk_ro +EXPORT_SYMBOL vmlinux 0x15312545 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x1532be6b dquot_operations +EXPORT_SYMBOL vmlinux 0x15420160 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x15533a05 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x1591ad53 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x159b9dc7 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x15ad8968 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x15cce6d0 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x15d3fd60 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x15ef64d7 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x16180574 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x163aff71 fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x1661e1f1 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x1672921a tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x1676d6c2 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x16aa5bd9 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x16c72a94 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x171cfc7b ip_options_compile +EXPORT_SYMBOL vmlinux 0x1743414f __debugger_fault_handler +EXPORT_SYMBOL vmlinux 0x174636fd __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x175cec75 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x17648396 dev_base_lock +EXPORT_SYMBOL vmlinux 0x176a6bea of_phy_connect +EXPORT_SYMBOL vmlinux 0x176ff927 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x177c87ac ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x1793f685 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17d66125 elv_rb_find +EXPORT_SYMBOL vmlinux 0x17e28473 fsl_upm_run_pattern +EXPORT_SYMBOL vmlinux 0x17edbaf7 __inode_permission +EXPORT_SYMBOL vmlinux 0x17f0e372 scsi_init_io +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f81d80 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x1810670d tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x1811d9dd init_task +EXPORT_SYMBOL vmlinux 0x18395ecc cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x183c1957 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x183e3e3d blk_stop_queue +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x18421f1e __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x1857aa39 proc_dointvec +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18e5a865 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x18e66926 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x18f4e801 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x19028947 tty_lock_pair +EXPORT_SYMBOL vmlinux 0x1923a31d dev_add_offload +EXPORT_SYMBOL vmlinux 0x19316b91 ll_rw_block +EXPORT_SYMBOL vmlinux 0x1938357c empty_aops +EXPORT_SYMBOL vmlinux 0x193a7dea of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x19444627 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0x197edf8c tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x199456dc dev_uc_init +EXPORT_SYMBOL vmlinux 0x199a1a22 new_sync_read +EXPORT_SYMBOL vmlinux 0x199ec4fb arch_spin_unlock_wait +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a560ce filp_open +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19cb8260 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x19d921c5 input_allocate_device +EXPORT_SYMBOL vmlinux 0x19fe68ab lockref_get +EXPORT_SYMBOL vmlinux 0x1a111a41 ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x1a2a8d97 tcp_connect +EXPORT_SYMBOL vmlinux 0x1a34b623 fb_show_logo +EXPORT_SYMBOL vmlinux 0x1a53eeda of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0x1a5ee852 freeze_bdev +EXPORT_SYMBOL vmlinux 0x1a5f3b26 of_dev_get +EXPORT_SYMBOL vmlinux 0x1a78f8a6 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x1a81b539 blk_rq_init +EXPORT_SYMBOL vmlinux 0x1a99f886 blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x1a9ab3fb generic_write_end +EXPORT_SYMBOL vmlinux 0x1a9e2081 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x1aa6d6c0 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x1ab6827b pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x1abe0c39 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad67c25 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x1ad784b9 up_read +EXPORT_SYMBOL vmlinux 0x1af62a99 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x1afa84f3 mpage_writepage +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b132009 rename_lock +EXPORT_SYMBOL vmlinux 0x1b1a115b neigh_app_ns +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b265308 __napi_complete +EXPORT_SYMBOL vmlinux 0x1b31d7ab serio_interrupt +EXPORT_SYMBOL vmlinux 0x1b353088 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0x1b369b04 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x1b411383 phy_start +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b758cce tcp_check_req +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b843d64 neigh_for_each +EXPORT_SYMBOL vmlinux 0x1b884abc sock_no_listen +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b99188a request_key_async +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1ba87b0e __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x1bbce702 scsi_host_get +EXPORT_SYMBOL vmlinux 0x1bc4ff03 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x1bc68314 input_unregister_device +EXPORT_SYMBOL vmlinux 0x1bca2b59 load_fp_state +EXPORT_SYMBOL vmlinux 0x1bdc26cf sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x1be2a7d8 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x1be5c03b audit_log_task_info +EXPORT_SYMBOL vmlinux 0x1bec0bc5 nf_reinject +EXPORT_SYMBOL vmlinux 0x1bee14a1 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x1bfec830 __iounmap_at +EXPORT_SYMBOL vmlinux 0x1c3e02e4 memcmp +EXPORT_SYMBOL vmlinux 0x1c452a51 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x1c80de9c ip_send_check +EXPORT_SYMBOL vmlinux 0x1c980ee2 key_type_keyring +EXPORT_SYMBOL vmlinux 0x1cbfd851 should_remove_suid +EXPORT_SYMBOL vmlinux 0x1ce9c910 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x1d1048f7 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x1d307f91 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x1d3b1947 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x1d547a85 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x1d865b3a kill_fasync +EXPORT_SYMBOL vmlinux 0x1d9c81fc pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x1dbc4d0c proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1deadbed ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x1df3d0e2 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x1dfc9470 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e8209b3 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x1e869a4b agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea425e7 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x1ea5cee6 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x1eabada8 mount_single +EXPORT_SYMBOL vmlinux 0x1eba83fc always_delete_dentry +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1eebdf07 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x1ef28744 sys_fillrect +EXPORT_SYMBOL vmlinux 0x1f51ccfd pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x1f539405 devm_free_irq +EXPORT_SYMBOL vmlinux 0x1f624a23 nla_append +EXPORT_SYMBOL vmlinux 0x1f6bdcb7 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x1f6ce67a sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1f734437 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x1faf0bdb inode_dio_done +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fdbe326 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x1ff7d148 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x202165ef generic_ro_fops +EXPORT_SYMBOL vmlinux 0x2033666a netif_carrier_on +EXPORT_SYMBOL vmlinux 0x2040d75e follow_down +EXPORT_SYMBOL vmlinux 0x20454341 seq_open +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x2053d707 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20a1e145 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x20a4c3f8 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20ae5640 vme_slot_num +EXPORT_SYMBOL vmlinux 0x20b0272b swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20b30bfa padata_do_parallel +EXPORT_SYMBOL vmlinux 0x20b77727 mapping_tagged +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20ca6f69 mount_pseudo +EXPORT_SYMBOL vmlinux 0x20cbf6f7 nonseekable_open +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20ffb70e bprm_change_interp +EXPORT_SYMBOL vmlinux 0x214deda6 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x21b0ce25 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x21e60e7a flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x2226892d tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2230dd90 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x2278e94b slhc_remember +EXPORT_SYMBOL vmlinux 0x227f41d0 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x2286fdd0 __frontswap_test +EXPORT_SYMBOL vmlinux 0x22914618 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x229cb775 tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b7ed74 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x22be6eae scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x22c02ab7 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x22c64f93 cont_write_begin +EXPORT_SYMBOL vmlinux 0x22c792a1 nf_log_set +EXPORT_SYMBOL vmlinux 0x22def47a __bread +EXPORT_SYMBOL vmlinux 0x22e082f5 genphy_config_init +EXPORT_SYMBOL vmlinux 0x22e0caa8 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x22e713f3 current_fs_time +EXPORT_SYMBOL vmlinux 0x22eb3bec audit_log_start +EXPORT_SYMBOL vmlinux 0x22ecc0c1 fb_pan_display +EXPORT_SYMBOL vmlinux 0x22f8d23a kernel_connect +EXPORT_SYMBOL vmlinux 0x230d1aa5 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x23113158 kernel_accept +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL vmlinux 0x23587e87 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x235e90f3 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x237a4cb2 __register_chrdev +EXPORT_SYMBOL vmlinux 0x237e411a ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x23851f66 pid_task +EXPORT_SYMBOL vmlinux 0x23a41022 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23a6c6c4 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0x23b5bb87 seq_bitmap +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23e04a36 neigh_lookup +EXPORT_SYMBOL vmlinux 0x23e3b25e vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x23f2243d mempool_free +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x23fff3c4 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x2426c0bb xfrm_register_type +EXPORT_SYMBOL vmlinux 0x243ac4af ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x243c2552 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x244bf29c freezing_slow_path +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x24707611 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x2482bc52 blk_start_queue +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x249205c2 set_nlink +EXPORT_SYMBOL vmlinux 0x249b6b9c msi_bitmap_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x24a61d60 down_read +EXPORT_SYMBOL vmlinux 0x24b22048 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x24dd1443 security_path_chown +EXPORT_SYMBOL vmlinux 0x24debeb8 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x24e4d43a file_open_root +EXPORT_SYMBOL vmlinux 0x24e8cc00 simple_write_begin +EXPORT_SYMBOL vmlinux 0x24f00380 ida_init +EXPORT_SYMBOL vmlinux 0x24fba6a5 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250c043d nf_log_register +EXPORT_SYMBOL vmlinux 0x251be59a d_find_any_alias +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x252aad28 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x25494836 mpage_readpages +EXPORT_SYMBOL vmlinux 0x254b15fc kobject_put +EXPORT_SYMBOL vmlinux 0x254ec068 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x259829df of_iomap +EXPORT_SYMBOL vmlinux 0x25ba1004 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x25bdf4d6 serio_reconnect +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25cd7c32 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x25ce7e9e blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x25e808f7 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x25f197b4 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x25fd45a7 ns_capable +EXPORT_SYMBOL vmlinux 0x2605d4ac phy_init_hw +EXPORT_SYMBOL vmlinux 0x26301a3a deactivate_super +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x26477c07 __vmalloc +EXPORT_SYMBOL vmlinux 0x264e311e scsi_remove_host +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x2652b410 rtnl_notify +EXPORT_SYMBOL vmlinux 0x26589665 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x2665d53a key_create_or_update +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x268a664b adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x26b760c4 slhc_init +EXPORT_SYMBOL vmlinux 0x26bb9a39 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0x26d64067 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x2707ab84 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x2712f4f5 crc32_le_combine +EXPORT_SYMBOL vmlinux 0x272976c7 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x272d107f scm_detach_fds +EXPORT_SYMBOL vmlinux 0x272e33b6 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0x273397f4 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x27646df3 start_thread +EXPORT_SYMBOL vmlinux 0x2765a7f9 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x2771d7ff ida_get_new_above +EXPORT_SYMBOL vmlinux 0x27787bfb vfs_create +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x278e8855 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x278efbea qdisc_list_add +EXPORT_SYMBOL vmlinux 0x279eaf34 dev_mc_add +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x280d14e5 inet_frags_init +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x281d256d ata_link_printk +EXPORT_SYMBOL vmlinux 0x2822fbaa lock_sock_nested +EXPORT_SYMBOL vmlinux 0x282cae2b dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x28318305 snprintf +EXPORT_SYMBOL vmlinux 0x2832221f jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x28353330 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x2848efd7 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x2849044c kset_register +EXPORT_SYMBOL vmlinux 0x2856b33b phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x2858b5c5 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x289db3ee idr_remove +EXPORT_SYMBOL vmlinux 0x28a2b29f radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28abfe6e scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x29759ba8 sock_create_kern +EXPORT_SYMBOL vmlinux 0x298e62c8 pci_get_device +EXPORT_SYMBOL vmlinux 0x29aef6b6 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x29b13520 would_dump +EXPORT_SYMBOL vmlinux 0x29befb72 blk_finish_request +EXPORT_SYMBOL vmlinux 0x29c7597c vme_bus_type +EXPORT_SYMBOL vmlinux 0x29cd4671 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x29dc1622 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x2a0effca vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x2a11c7d0 input_release_device +EXPORT_SYMBOL vmlinux 0x2a245160 __elv_add_request +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a361417 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a44eb8c devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a835d47 km_policy_expired +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2ae72830 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b17e92e tcp_read_sock +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b3e0e23 padata_start +EXPORT_SYMBOL vmlinux 0x2b3e9189 give_up_console +EXPORT_SYMBOL vmlinux 0x2b4991ec xmon +EXPORT_SYMBOL vmlinux 0x2b61aab4 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x2b66b039 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x2b771457 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x2b8736e2 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x2b9851a5 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bb2519b rfkill_alloc +EXPORT_SYMBOL vmlinux 0x2bdd6e28 node_states +EXPORT_SYMBOL vmlinux 0x2bddc1ee jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c562615 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x2c6a0349 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x2c7b1fca down_timeout +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2cc31876 clear_inode +EXPORT_SYMBOL vmlinux 0x2cc8ab53 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x2cce1b35 mmc_request_done +EXPORT_SYMBOL vmlinux 0x2cd77a1c agp_bind_memory +EXPORT_SYMBOL vmlinux 0x2cd9e000 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2cfdceed jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x2d0d4760 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x2d102101 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d1faaee bio_advance +EXPORT_SYMBOL vmlinux 0x2d2c45fe swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d37342e cpu_online_mask +EXPORT_SYMBOL vmlinux 0x2d456d7b mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x2d45ea1f blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x2d525cda memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x2d682d7b __lock_page +EXPORT_SYMBOL vmlinux 0x2d7cd364 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2e0678b0 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x2e0d2f7f queue_work_on +EXPORT_SYMBOL vmlinux 0x2e1575d6 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e21c718 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e3598f9 key_alloc +EXPORT_SYMBOL vmlinux 0x2e4d11dc sock_i_uid +EXPORT_SYMBOL vmlinux 0x2e5236ce single_open +EXPORT_SYMBOL vmlinux 0x2e64edaf inode_add_bytes +EXPORT_SYMBOL vmlinux 0x2e75246c sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x2e835005 eth_header_cache +EXPORT_SYMBOL vmlinux 0x2e8761e8 d_tmpfile +EXPORT_SYMBOL vmlinux 0x2ea56808 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x2ebb27a5 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x2ec9b18a dquot_disable +EXPORT_SYMBOL vmlinux 0x2ed914d5 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x2ee8f177 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2eff1799 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f0d43ae inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x2f16a024 register_qdisc +EXPORT_SYMBOL vmlinux 0x2f287f0d copy_to_user +EXPORT_SYMBOL vmlinux 0x2f3fb3ff lro_flush_all +EXPORT_SYMBOL vmlinux 0x2f4b48c8 bdi_init +EXPORT_SYMBOL vmlinux 0x2f4d9615 unlock_buffer +EXPORT_SYMBOL vmlinux 0x2f6eabc4 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x2f7964b5 devm_gpio_request +EXPORT_SYMBOL vmlinux 0x2f8df16a __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x2fb38e4d agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fbd9582 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x2fd1713c iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0x2fd7c9ce page_readlink +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x3051533e scsi_register +EXPORT_SYMBOL vmlinux 0x305f3bb5 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x306344c5 netif_rx +EXPORT_SYMBOL vmlinux 0x306a4408 bio_init +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x30835b1d __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x30977667 icmpv6_send +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30afbef6 skb_pad +EXPORT_SYMBOL vmlinux 0x30b8b35c cpu_to_chip_id +EXPORT_SYMBOL vmlinux 0x30c77fa0 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x30e0900d pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x30e60b0e block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x30fad6b9 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x30fcee95 dquot_acquire +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x3107e7a8 blk_delay_queue +EXPORT_SYMBOL vmlinux 0x311788af dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x313b2e93 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x316b1356 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x31731448 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x3184f96e is_bad_inode +EXPORT_SYMBOL vmlinux 0x31902677 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x319e0726 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x31a0cf65 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x31ab28e8 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x31d61e9a cur_cpu_spec +EXPORT_SYMBOL vmlinux 0x31e0ffaf tcp_init_sock +EXPORT_SYMBOL vmlinux 0x31f498a6 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x31f4ea15 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x31fe340f compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x320186d8 tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x32246118 load_nls_default +EXPORT_SYMBOL vmlinux 0x323a1053 sock_no_connect +EXPORT_SYMBOL vmlinux 0x324371ed check_disk_change +EXPORT_SYMBOL vmlinux 0x32466bf6 set_user_nice +EXPORT_SYMBOL vmlinux 0x32476200 phy_connect +EXPORT_SYMBOL vmlinux 0x32513cb9 seq_read +EXPORT_SYMBOL vmlinux 0x325d1fe5 bio_copy_data +EXPORT_SYMBOL vmlinux 0x327daa61 md_write_end +EXPORT_SYMBOL vmlinux 0x32bad710 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x32c765cc __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x32d2724c phy_init_eee +EXPORT_SYMBOL vmlinux 0x32e52ec2 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x32e6c042 vme_dma_request +EXPORT_SYMBOL vmlinux 0x3312daad dev_driver_string +EXPORT_SYMBOL vmlinux 0x33309e89 neigh_table_init +EXPORT_SYMBOL vmlinux 0x333cb37c __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x335e1597 tty_port_close +EXPORT_SYMBOL vmlinux 0x33772f2f noop_fsync +EXPORT_SYMBOL vmlinux 0x337fff13 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x338a6598 __sock_create +EXPORT_SYMBOL vmlinux 0x3390d23d i2c_verify_client +EXPORT_SYMBOL vmlinux 0x33a281b6 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x33a40d8e pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341e0815 dev_get_flags +EXPORT_SYMBOL vmlinux 0x341efc69 genlmsg_put +EXPORT_SYMBOL vmlinux 0x343ce365 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x344adbd5 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x345aa3bb ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x345e753c inet_accept +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a6b633 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x34b85461 follow_pfn +EXPORT_SYMBOL vmlinux 0x34cfd577 dentry_unhash +EXPORT_SYMBOL vmlinux 0x34d07fda do_splice_direct +EXPORT_SYMBOL vmlinux 0x34d66efd tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x34d672ac tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x34d84370 seq_puts +EXPORT_SYMBOL vmlinux 0x34e08525 fput +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f52ab3 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x350a5532 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x350fac6f framebuffer_release +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351da624 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x352d69e6 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x353b6303 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x35617554 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x35a5b62b padata_add_cpu +EXPORT_SYMBOL vmlinux 0x35c32767 xor_altivec_2 +EXPORT_SYMBOL vmlinux 0x35fe65a8 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x3601cdd0 console_stop +EXPORT_SYMBOL vmlinux 0x3618cb2d ida_destroy +EXPORT_SYMBOL vmlinux 0x3630075e dev_alert +EXPORT_SYMBOL vmlinux 0x36404ff6 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x366f6d27 idr_destroy +EXPORT_SYMBOL vmlinux 0x368abf2f blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x3698f4b6 dqget +EXPORT_SYMBOL vmlinux 0x369e1115 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x36b0bb88 PDE_DATA +EXPORT_SYMBOL vmlinux 0x36b0e732 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x36b74db2 keyring_search +EXPORT_SYMBOL vmlinux 0x36bb08f1 qdisc_destroy +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36cddb87 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x36dcf3d6 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0x36ef728a sk_stop_timer +EXPORT_SYMBOL vmlinux 0x371bd606 skb_push +EXPORT_SYMBOL vmlinux 0x371d2130 check_legacy_ioport +EXPORT_SYMBOL vmlinux 0x37344510 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x373a2f8e mmc_release_host +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x377834d3 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x379ebd37 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x37a34092 iterate_fd +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37b1c69a sk_mc_loop +EXPORT_SYMBOL vmlinux 0x37b59429 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37cdf9ae tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x37d63a52 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0x37e0153d flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x37f84c0b dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3837de1d max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x384956dc of_scan_pci_bridge +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x38579f52 compat_sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x38632910 commit_creds +EXPORT_SYMBOL vmlinux 0x386e4fd6 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x3870d82d dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x38882799 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x38892a99 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x38a3bf27 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38b7a9af netif_rx_ni +EXPORT_SYMBOL vmlinux 0x38b825d1 idr_replace +EXPORT_SYMBOL vmlinux 0x38b886e5 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x38c2f80c bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x38cf3dd1 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x38d68421 elevator_exit +EXPORT_SYMBOL vmlinux 0x38df3909 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x38ed2196 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x38fb4901 nobh_write_begin +EXPORT_SYMBOL vmlinux 0x38fb9933 tty_std_termios +EXPORT_SYMBOL vmlinux 0x39250249 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x39339035 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x3937a825 phy_find_first +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x396f7aec dquot_release +EXPORT_SYMBOL vmlinux 0x3970f4b2 km_policy_notify +EXPORT_SYMBOL vmlinux 0x398d916e of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x399df8fe pagevec_lookup +EXPORT_SYMBOL vmlinux 0x39cb3b3c get_agp_version +EXPORT_SYMBOL vmlinux 0x39cdf63c wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x3a20ff73 __crc32c_le +EXPORT_SYMBOL vmlinux 0x3a3c759c scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x3a6b8312 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x3a6fa837 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x3a7a39ce input_free_device +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3aa72a5e inet_bind +EXPORT_SYMBOL vmlinux 0x3aaf7f92 skb_make_writable +EXPORT_SYMBOL vmlinux 0x3ad42c72 __nla_reserve +EXPORT_SYMBOL vmlinux 0x3add02aa read_cache_pages +EXPORT_SYMBOL vmlinux 0x3adf0cfd zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0x3afe3201 bio_endio +EXPORT_SYMBOL vmlinux 0x3b0423a4 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x3b46281e vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x3b615a21 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3b7311f8 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bd61f2b giveup_altivec +EXPORT_SYMBOL vmlinux 0x3beccbeb invalidate_bdev +EXPORT_SYMBOL vmlinux 0x3bf61124 pci_request_regions +EXPORT_SYMBOL vmlinux 0x3bf7c20e sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x3bfefd25 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x3c05f5c7 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x3c0ff265 registered_fb +EXPORT_SYMBOL vmlinux 0x3c1c48fd skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x3c2448ae ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c483012 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x3c747e2b vme_irq_generate +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3caad2ff mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x3cb61a1e blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x3cc4b0dc lg_lock_init +EXPORT_SYMBOL vmlinux 0x3ccfd795 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x3cd5a725 block_write_begin +EXPORT_SYMBOL vmlinux 0x3ce348f3 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cfa7eb0 touch_buffer +EXPORT_SYMBOL vmlinux 0x3cff9d31 inet_frag_find +EXPORT_SYMBOL vmlinux 0x3d0e89b7 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x3d21ae2f scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x3d5844b3 strnicmp +EXPORT_SYMBOL vmlinux 0x3d5ff551 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x3d66fc9b vme_lm_request +EXPORT_SYMBOL vmlinux 0x3d6c4659 __blk_run_queue +EXPORT_SYMBOL vmlinux 0x3d7323cd user_path_at +EXPORT_SYMBOL vmlinux 0x3d85e170 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x3d9165eb d_invalidate +EXPORT_SYMBOL vmlinux 0x3da8ada8 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x3dc02a4e flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0b0eeb get_thermal_instance +EXPORT_SYMBOL vmlinux 0x3e16125c mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x3e222a58 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x3e3024c4 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x3e5e2682 proc_remove +EXPORT_SYMBOL vmlinux 0x3e807b95 dcb_getapp +EXPORT_SYMBOL vmlinux 0x3e8584bd tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3e9f0d93 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x3eb897b5 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x3ecaed0b md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3eec175e blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f18c292 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x3f406a3b enable_kernel_altivec +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f71f34d uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x3f810ec2 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x3f931938 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x3fac1e80 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x3faf6d70 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x3fb2e3ae blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x3fc498a1 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x3fca3fdc pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x3fd6bf9b bioset_create +EXPORT_SYMBOL vmlinux 0x3fdf5769 vfs_getattr +EXPORT_SYMBOL vmlinux 0x3fe0d1c0 slhc_free +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe732b9 scsi_print_result +EXPORT_SYMBOL vmlinux 0x3fea4c73 soft_cursor +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff8e495 lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0x3ffb96bb cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x3fffc087 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x40093890 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x402191af sock_i_ino +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x402c82b4 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x404361c6 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x404ad001 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x4084b8f0 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x4087de41 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x408b1ab9 flush_dcache_icache_page +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409a4243 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b45b72 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x40bc8dc4 tty_set_operations +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c167de rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x40c4307e sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d83fa0 security_path_mknod +EXPORT_SYMBOL vmlinux 0x40e42dc7 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x40f4192b inet_put_port +EXPORT_SYMBOL vmlinux 0x40f549a5 kernel_write +EXPORT_SYMBOL vmlinux 0x40fe96df of_device_register +EXPORT_SYMBOL vmlinux 0x4113b82e pci_bus_put +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414df9fc cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0x41562990 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x4159c38f ioremap_wc +EXPORT_SYMBOL vmlinux 0x41838b04 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x4184985d tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x4187cca8 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418b3ed7 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x41c22c23 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x41f5f9bc end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x41ff5ba0 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x420fc88d address_space_init_once +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x42338b6a __kfree_skb +EXPORT_SYMBOL vmlinux 0x42408c7e clocksource_unregister +EXPORT_SYMBOL vmlinux 0x4242b694 pci_dev_put +EXPORT_SYMBOL vmlinux 0x4254dfe9 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x42562701 brioctl_set +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x426c42f1 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x427947d4 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x4286a5d7 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x428710c1 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x429086a7 iput +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42afddad tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x42cdbd9e scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x42e96c81 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x42f75eea gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x42fa1db4 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43513ae3 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43578673 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x43635657 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x43849e94 bio_reset +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43979322 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x43a01f90 complete_all +EXPORT_SYMBOL vmlinux 0x43b0f99f ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x43b9e0e8 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x43be7a0c pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x43c3aa9a skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x4408f932 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x4413ab46 end_page_writeback +EXPORT_SYMBOL vmlinux 0x441d96dd blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x4420548c page_put_link +EXPORT_SYMBOL vmlinux 0x442182df dquot_quota_off +EXPORT_SYMBOL vmlinux 0x443b588a sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x443badae i2c_master_recv +EXPORT_SYMBOL vmlinux 0x44472ff1 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x44748d1e phy_attach_direct +EXPORT_SYMBOL vmlinux 0x4487a729 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x448eac3e kmemdup +EXPORT_SYMBOL vmlinux 0x44b1fe26 vmap +EXPORT_SYMBOL vmlinux 0x44de03f2 get_user_pages +EXPORT_SYMBOL vmlinux 0x44df9683 kset_unregister +EXPORT_SYMBOL vmlinux 0x44e0d853 block_write_end +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44eb192e wait_for_completion +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4559ff0b arp_xmit +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45a0b6e6 blkdev_fsync +EXPORT_SYMBOL vmlinux 0x45a55ec8 __iounmap +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45c9c2a1 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x45cae14e arp_send +EXPORT_SYMBOL vmlinux 0x45d5a872 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x45e7b8b9 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x45e896c7 loop_backing_file +EXPORT_SYMBOL vmlinux 0x460aba83 d_validate +EXPORT_SYMBOL vmlinux 0x4612c59d down_trylock +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x461ebfa0 __copy_tofrom_user +EXPORT_SYMBOL vmlinux 0x46277a1c xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x463739b7 __devm_release_region +EXPORT_SYMBOL vmlinux 0x465a11e5 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x468bcda6 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x46a3636e of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0x46b307c0 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x46b970dd cdev_del +EXPORT_SYMBOL vmlinux 0x46bdf536 tty_hangup +EXPORT_SYMBOL vmlinux 0x46c54576 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x46d12956 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x46d609a5 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x46e4215b xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x46ee0d09 set_device_ro +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x470b7e20 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x4727cc3a inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x473400db linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x4735dd4e bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x473f0acf truncate_pagecache +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x4792ea8a neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47a15c3f xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x47a6dd8a vc_cons +EXPORT_SYMBOL vmlinux 0x47b51ac4 tty_register_device +EXPORT_SYMBOL vmlinux 0x47b5859f scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47e835c0 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x4803d42e tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x48166aa2 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x4828ac5d agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x48404b9a remove_wait_queue +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x4863638f of_find_property +EXPORT_SYMBOL vmlinux 0x4878ab59 d_instantiate +EXPORT_SYMBOL vmlinux 0x48a16beb jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x48a771c5 cpu_core_map +EXPORT_SYMBOL vmlinux 0x48b08ecf jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x48b20b8c update_devfreq +EXPORT_SYMBOL vmlinux 0x48b3e68a __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x48b66e92 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c365b0 simple_rmdir +EXPORT_SYMBOL vmlinux 0x48e2467f skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x48f52771 pipe_lock +EXPORT_SYMBOL vmlinux 0x48fa6ff4 kernel_listen +EXPORT_SYMBOL vmlinux 0x48fabfbf gen_new_estimator +EXPORT_SYMBOL vmlinux 0x49007db5 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x491159e9 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0x492a5d60 request_key +EXPORT_SYMBOL vmlinux 0x4947ead9 new_sync_write +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x495eb255 from_kprojid +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x497a1508 dump_emit +EXPORT_SYMBOL vmlinux 0x497ee0b5 from_kgid +EXPORT_SYMBOL vmlinux 0x4981e63b scsi_register_driver +EXPORT_SYMBOL vmlinux 0x498802d4 sock_init_data +EXPORT_SYMBOL vmlinux 0x49959da9 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x499a5ef6 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b1f5c1 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x49dc7da3 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x49e69a57 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x4a061ccb read_cache_page +EXPORT_SYMBOL vmlinux 0x4a1c315b swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a416873 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x4a71119e init_page_accessed +EXPORT_SYMBOL vmlinux 0x4a7aed64 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x4a883617 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x4aacf4c0 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b004449 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x4b06038f bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b0e788b __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x4b23d0fb security_mmap_file +EXPORT_SYMBOL vmlinux 0x4b35d7fc end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x4b45a2f5 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x4b5298d3 simple_release_fs +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b75ce17 page_symlink +EXPORT_SYMBOL vmlinux 0x4b8326ff ida_remove +EXPORT_SYMBOL vmlinux 0x4b8fe3c5 get_pci_dma_ops +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bc02f30 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x4bd494b5 vga_tryget +EXPORT_SYMBOL vmlinux 0x4be43d6b netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x4bf23eab blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x4c0c3a2d __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x4c11435a _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c5c4c3b page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x4c8bee0f con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x4c8c5c11 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x4ca67668 __skb_checksum +EXPORT_SYMBOL vmlinux 0x4ca9669f scnprintf +EXPORT_SYMBOL vmlinux 0x4cad690d block_truncate_page +EXPORT_SYMBOL vmlinux 0x4cb0e988 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cf6f6e0 blk_end_request +EXPORT_SYMBOL vmlinux 0x4d022164 try_to_release_page +EXPORT_SYMBOL vmlinux 0x4d0ed0f2 arp_create +EXPORT_SYMBOL vmlinux 0x4d6ea0a5 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x4d8710fe input_set_keycode +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d978229 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da68104 __serio_register_port +EXPORT_SYMBOL vmlinux 0x4db5a084 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x4dd88407 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4de6f1b9 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x4df0388a padata_stop +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e04d64e input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x4e16dc6a find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x4e1ede75 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e407b7f scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e76cc6a skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x4e7a7f26 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x4e7f6bd1 phy_device_create +EXPORT_SYMBOL vmlinux 0x4e94ae41 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x4e9dffb5 ip_fast_csum +EXPORT_SYMBOL vmlinux 0x4ea9e00d dcache_dir_close +EXPORT_SYMBOL vmlinux 0x4eb15919 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x4edd72f7 block_all_signals +EXPORT_SYMBOL vmlinux 0x4eeac3c3 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x4ef95dc5 lock_may_write +EXPORT_SYMBOL vmlinux 0x4ef98c2b mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0x4f194d85 write_cache_pages +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f2e4a10 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f39d966 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6dd701 netlink_ack +EXPORT_SYMBOL vmlinux 0x4f759a86 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x4f797f54 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x4f8dabab dcache_dir_open +EXPORT_SYMBOL vmlinux 0x4f8fee02 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x4f9bf438 generic_write_checks +EXPORT_SYMBOL vmlinux 0x4fa066cf dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x4fac5fef seq_putc +EXPORT_SYMBOL vmlinux 0x4fc5e281 md_register_thread +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fffe830 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x50364ac7 netdev_features_change +EXPORT_SYMBOL vmlinux 0x5038d85b unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x503f13fb devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x504dc550 netdev_emerg +EXPORT_SYMBOL vmlinux 0x505569d4 dm_put_device +EXPORT_SYMBOL vmlinux 0x505e7bc3 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x50886474 do_sync_write +EXPORT_SYMBOL vmlinux 0x5097374b tcf_register_action +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50ab6de9 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x50ba769a kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x50d2592d hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x50d3e898 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x50d7f9a0 of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x510ed8b2 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x51164ad9 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x512d1dad __dst_free +EXPORT_SYMBOL vmlinux 0x5154f48d tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x519b0da3 finish_wait +EXPORT_SYMBOL vmlinux 0x51afbc73 ilookup5 +EXPORT_SYMBOL vmlinux 0x51c14e51 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x51c51f5c skb_copy_bits +EXPORT_SYMBOL vmlinux 0x51f4e57a dev_get_by_name +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x52202837 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x5220fa55 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x5230ad8d mdiobus_read +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5245f6a4 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x5248898d scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52a94916 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52f67bcd from_kuid +EXPORT_SYMBOL vmlinux 0x52fda55e of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x53329b9c ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x5346560a pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x5366371e vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x536cc847 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x5370989f max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x53758d22 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x5377e556 hex2bin +EXPORT_SYMBOL vmlinux 0x537df850 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x53c40bdf dump_skip +EXPORT_SYMBOL vmlinux 0x53e80969 vfs_llseek +EXPORT_SYMBOL vmlinux 0x53ebab1b _outsl_ns +EXPORT_SYMBOL vmlinux 0x53f9f013 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5412c7c7 up +EXPORT_SYMBOL vmlinux 0x54184d96 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x541e509a unlock_rename +EXPORT_SYMBOL vmlinux 0x54206ae6 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54604d19 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x5495d7c2 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x54a75b39 input_register_handle +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54b2626b remove_arg_zero +EXPORT_SYMBOL vmlinux 0x54b861b4 cdev_init +EXPORT_SYMBOL vmlinux 0x54c462de blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x54d3f3e2 __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54f72c7b scsi_remove_target +EXPORT_SYMBOL vmlinux 0x54f9e3f4 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552042e2 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5550ab7f follow_up +EXPORT_SYMBOL vmlinux 0x5562ad90 fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5568c553 complete +EXPORT_SYMBOL vmlinux 0x556bd18e inet_addr_type +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x556e9829 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x5574b07d down_write +EXPORT_SYMBOL vmlinux 0x5577ef9e udp_table +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x559914d8 serio_open +EXPORT_SYMBOL vmlinux 0x55ccd4d2 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x55d73df1 inet6_getname +EXPORT_SYMBOL vmlinux 0x55fd6da1 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5638050d __break_lease +EXPORT_SYMBOL vmlinux 0x56436423 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x56451148 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x56498bc4 cad_pid +EXPORT_SYMBOL vmlinux 0x5650ec6a dget_parent +EXPORT_SYMBOL vmlinux 0x56574362 file_ns_capable +EXPORT_SYMBOL vmlinux 0x56592dff skb_checksum +EXPORT_SYMBOL vmlinux 0x56737b85 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x56a10763 csum_tcpudp_magic +EXPORT_SYMBOL vmlinux 0x56ab4973 get_fs_type +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d03e68 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0x570defd7 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x5717a0eb account_page_dirtied +EXPORT_SYMBOL vmlinux 0x57229ad6 phy_device_register +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x5747d6b2 __getblk +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575af70c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57783ac1 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x578f9206 kobject_get +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x5794f47f phy_print_status +EXPORT_SYMBOL vmlinux 0x579b2290 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x579fbcd2 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x57a6ac5e pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x57ad0ff2 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x5815735c __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5846b11e xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x58514218 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x58609d0a validate_sp +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x5897452c gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x589a73b4 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58bd4723 set_blocksize +EXPORT_SYMBOL vmlinux 0x58bf08d7 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x58c9b768 ipv4_specific +EXPORT_SYMBOL vmlinux 0x58cb82c8 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x58f8b2e0 mpage_readpage +EXPORT_SYMBOL vmlinux 0x5906807b agp_create_memory +EXPORT_SYMBOL vmlinux 0x59068616 flush_tlb_mm +EXPORT_SYMBOL vmlinux 0x59069a99 get_acl +EXPORT_SYMBOL vmlinux 0x591c6bd1 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x595570fc xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x595d0946 empty_zero_page +EXPORT_SYMBOL vmlinux 0x5967c929 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x596ed9fc of_clk_get +EXPORT_SYMBOL vmlinux 0x59842526 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x5991219c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x599c4e85 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x59ae4a81 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x59b3378a completion_done +EXPORT_SYMBOL vmlinux 0x59d4a308 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x59eee55d dev_printk_emit +EXPORT_SYMBOL vmlinux 0x59f7bad3 vfs_open +EXPORT_SYMBOL vmlinux 0x59facba1 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x5a025f7b arch_local_irq_restore +EXPORT_SYMBOL vmlinux 0x5a0aaa12 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5a0e6c9d simple_transaction_read +EXPORT_SYMBOL vmlinux 0x5a11ad3b blk_free_tags +EXPORT_SYMBOL vmlinux 0x5a126680 vme_bus_num +EXPORT_SYMBOL vmlinux 0x5a384a87 mount_nodev +EXPORT_SYMBOL vmlinux 0x5a4274a4 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a74147a dev_set_group +EXPORT_SYMBOL vmlinux 0x5a8789bb xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x5a8861c6 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aa6b5c6 compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0x5aa7b6ce netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5aff7b39 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x5b39988e ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b443728 dm_register_target +EXPORT_SYMBOL vmlinux 0x5b4ba67b uart_register_driver +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b796ad9 inet_sendpage +EXPORT_SYMBOL vmlinux 0x5b7bb22f dquot_initialize +EXPORT_SYMBOL vmlinux 0x5b950a95 pci_disable_device +EXPORT_SYMBOL vmlinux 0x5b9828c5 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x5bc10524 printk_emit +EXPORT_SYMBOL vmlinux 0x5bc8f4c1 genphy_resume +EXPORT_SYMBOL vmlinux 0x5c1db9f6 dev_uc_add +EXPORT_SYMBOL vmlinux 0x5c37f319 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x5c406e6a make_kuid +EXPORT_SYMBOL vmlinux 0x5c4a2266 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x5c573c65 get_tz_trend +EXPORT_SYMBOL vmlinux 0x5c84eef9 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x5c88bda3 get_io_context +EXPORT_SYMBOL vmlinux 0x5c99d7dd skb_checksum_help +EXPORT_SYMBOL vmlinux 0x5c9d615e netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x5ca0b4e9 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x5cab7378 sock_edemux +EXPORT_SYMBOL vmlinux 0x5cc23a59 drop_nlink +EXPORT_SYMBOL vmlinux 0x5cca8401 powerpc_debugfs_root +EXPORT_SYMBOL vmlinux 0x5cd2598e register_md_personality +EXPORT_SYMBOL vmlinux 0x5cd63327 skb_copy +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cedd12b xfrm_register_km +EXPORT_SYMBOL vmlinux 0x5cf30e10 __debugger_ipi +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d22b9d7 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x5d240945 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x5d3795c4 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d58efa0 convert_ifc_address +EXPORT_SYMBOL vmlinux 0x5d83405e ip_defrag +EXPORT_SYMBOL vmlinux 0x5e15425b tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x5e3a8a9c __wake_up +EXPORT_SYMBOL vmlinux 0x5e54fc80 of_get_property +EXPORT_SYMBOL vmlinux 0x5e5ea174 submit_bio +EXPORT_SYMBOL vmlinux 0x5e919019 block_read_full_page +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed09aae write_inode_now +EXPORT_SYMBOL vmlinux 0x5eefc324 km_query +EXPORT_SYMBOL vmlinux 0x5ef7ff78 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0x5efc41d6 inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f05985f elevator_init +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f328c52 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x5f66ebfa seq_lseek +EXPORT_SYMBOL vmlinux 0x5f8a2728 isa_io_base +EXPORT_SYMBOL vmlinux 0x5f942eef netdev_warn +EXPORT_SYMBOL vmlinux 0x5f979f09 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x5f9a9d07 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x5fd7d0a6 input_close_device +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fe45a83 key_put +EXPORT_SYMBOL vmlinux 0x5fe5aecd md_write_start +EXPORT_SYMBOL vmlinux 0x5fe60618 drop_super +EXPORT_SYMBOL vmlinux 0x5ffda03a sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x600b8fec qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x600f84a5 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x60812a01 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0x609a6ca6 pci_bus_type +EXPORT_SYMBOL vmlinux 0x609acf2f __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60ab545f security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x60abe732 mmc_can_reset +EXPORT_SYMBOL vmlinux 0x60d52d14 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x60def495 irq_set_chip +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60e20fce inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0x60ec6783 __get_user_pages +EXPORT_SYMBOL vmlinux 0x6102b087 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x610a4b56 dma_iommu_ops +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x6145c451 kernel_bind +EXPORT_SYMBOL vmlinux 0x614bb773 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x614c1767 get_super_thawed +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x617107cd delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x61882705 kfree_skb +EXPORT_SYMBOL vmlinux 0x61883f00 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x618bdb45 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61a51fee cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x61b73282 prepare_creds +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61d483f0 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x61ea653a scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x61eef2c9 _insb +EXPORT_SYMBOL vmlinux 0x6207e30f skb_copy_expand +EXPORT_SYMBOL vmlinux 0x620c1119 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x62271a4c pcim_iounmap +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x62538167 slhc_toss +EXPORT_SYMBOL vmlinux 0x625b4192 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x625cca3f blk_init_queue +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62a6f7f4 sock_create +EXPORT_SYMBOL vmlinux 0x62aaf4d7 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x62de4efc i8042_install_filter +EXPORT_SYMBOL vmlinux 0x62e41ccc request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x62efa628 dquot_enable +EXPORT_SYMBOL vmlinux 0x62efba38 of_parse_phandle +EXPORT_SYMBOL vmlinux 0x630443db tty_register_driver +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x63231951 gen_pool_create +EXPORT_SYMBOL vmlinux 0x63396aec __debugger_break_match +EXPORT_SYMBOL vmlinux 0x633eca20 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x6360b8ce netlink_capable +EXPORT_SYMBOL vmlinux 0x636f7eec kern_path_create +EXPORT_SYMBOL vmlinux 0x63730222 setup_new_exec +EXPORT_SYMBOL vmlinux 0x63886020 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x6394137d fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x63962d37 tty_port_put +EXPORT_SYMBOL vmlinux 0x639c1a4d jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x63a265d2 proc_set_user +EXPORT_SYMBOL vmlinux 0x63b9cb60 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x63bf102f get_cached_acl +EXPORT_SYMBOL vmlinux 0x63e7bd12 __cputime_usec_factor +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x64371d40 pci_get_class +EXPORT_SYMBOL vmlinux 0x6468b0c3 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x648035bd netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x6483f1e0 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a4b84d cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64ca32f0 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x64d8cbc4 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x64e6a959 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x64e6d332 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x6507e9b3 vga_get +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x65192c5d kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x653dcc09 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x655fb08f scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x6568ffd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x65961d50 sock_register +EXPORT_SYMBOL vmlinux 0x659b3da3 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x65bb58a2 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x65c19c42 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x65c4c9af jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65da5939 fb_set_var +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x661979b7 i2c_use_client +EXPORT_SYMBOL vmlinux 0x6642e5df jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x6677ac35 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x667d8046 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x6697367b sock_no_accept +EXPORT_SYMBOL vmlinux 0x669b1b47 inet_getname +EXPORT_SYMBOL vmlinux 0x67287f62 d_delete +EXPORT_SYMBOL vmlinux 0x67334dff update_time +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x675c6ba3 eth_type_trans +EXPORT_SYMBOL vmlinux 0x67605432 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x676c227f tty_name +EXPORT_SYMBOL vmlinux 0x677b247e rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x67994c58 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67bc052b simple_getattr +EXPORT_SYMBOL vmlinux 0x67f75fbc iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x68077000 touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0x68275039 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x685bb49f iget_failed +EXPORT_SYMBOL vmlinux 0x685e5601 netif_napi_del +EXPORT_SYMBOL vmlinux 0x68609857 complete_and_exit +EXPORT_SYMBOL vmlinux 0x686893c0 I_BDEV +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687cb2c2 of_platform_device_create +EXPORT_SYMBOL vmlinux 0x688331ad skb_insert +EXPORT_SYMBOL vmlinux 0x6884f55b xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68b896b4 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x68d139ac vfs_write +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e55572 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x690062fa mach_corenet_generic +EXPORT_SYMBOL vmlinux 0x6919ac70 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x69369389 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x69527125 twl6040_power +EXPORT_SYMBOL vmlinux 0x69650841 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6971fac8 down_write_trylock +EXPORT_SYMBOL vmlinux 0x69759d86 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x697e688a bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x69857f77 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x698c57e0 build_skb +EXPORT_SYMBOL vmlinux 0x69976e29 migrate_page +EXPORT_SYMBOL vmlinux 0x699a4b50 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69a9b35c sg_miter_stop +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69b82dbe bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x69bae34a set_security_override +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69e54485 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x69eb0fa1 simple_empty +EXPORT_SYMBOL vmlinux 0x69f4820e __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a61f874 to_tm +EXPORT_SYMBOL vmlinux 0x6a6d2f37 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x6a6da7d6 bdi_destroy +EXPORT_SYMBOL vmlinux 0x6a740c54 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a91581d dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x6ab52d27 security_task_getsecid +EXPORT_SYMBOL vmlinux 0x6aba9a45 skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6aeca359 down_read_trylock +EXPORT_SYMBOL vmlinux 0x6b068749 __seq_open_private +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b29832e sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b2f8d1e set_cached_acl +EXPORT_SYMBOL vmlinux 0x6b570f2e generic_file_llseek +EXPORT_SYMBOL vmlinux 0x6b5b49d1 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x6b5dfe73 __debugger_bpt +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b8daf64 sock_create_lite +EXPORT_SYMBOL vmlinux 0x6b93ccd6 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x6bb98f75 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x6bc00a38 input_flush_device +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc83718 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x6bceaebc gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6be13bf1 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x6be78647 blk_requeue_request +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6c042576 ilookup +EXPORT_SYMBOL vmlinux 0x6c18c8f3 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x6c33f3da eth_header +EXPORT_SYMBOL vmlinux 0x6c3e97fd key_validate +EXPORT_SYMBOL vmlinux 0x6c415a5a skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x6c4a48c5 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x6c4f134d xfrm_state_add +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c74c38c dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x6c79a304 sg_miter_next +EXPORT_SYMBOL vmlinux 0x6c846f96 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x6cb37127 flex_array_clear +EXPORT_SYMBOL vmlinux 0x6cd8c86b __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x6ce0b66b __module_get +EXPORT_SYMBOL vmlinux 0x6ce18034 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d1a8652 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d43e77b sync_inode +EXPORT_SYMBOL vmlinux 0x6d6f6af5 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x6d740223 flex_array_put +EXPORT_SYMBOL vmlinux 0x6d81ea5e of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x6d8902b8 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x6d89658e scsi_remove_device +EXPORT_SYMBOL vmlinux 0x6d936d9c bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x6d9ab6ec dev_activate +EXPORT_SYMBOL vmlinux 0x6da928f4 _insw_ns +EXPORT_SYMBOL vmlinux 0x6de564e4 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e07b78e sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x6e1b6cbd path_get +EXPORT_SYMBOL vmlinux 0x6e2d01a5 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x6e590a66 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e72c6ad nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x6e734bd1 vfs_link +EXPORT_SYMBOL vmlinux 0x6e7f0fd2 cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x6e7fcf19 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6e9ed539 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x6ea86f44 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x6eb12366 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x6ebc1eaa dst_release +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ecb81f8 udp_add_offload +EXPORT_SYMBOL vmlinux 0x6ece2ba6 tty_throttle +EXPORT_SYMBOL vmlinux 0x6f14baa1 bio_add_page +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f50f46e truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x6f54bde9 vfs_symlink +EXPORT_SYMBOL vmlinux 0x6f65ee91 tcf_hash_check +EXPORT_SYMBOL vmlinux 0x6f888207 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x6f9b833f mmc_can_erase +EXPORT_SYMBOL vmlinux 0x6f9fc6db blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x6fa9433a pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x6fac4304 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x6fb3040f pcim_enable_device +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcf337f __skb_get_hash +EXPORT_SYMBOL vmlinux 0x6fd32d1b blk_complete_request +EXPORT_SYMBOL vmlinux 0x6fe9b165 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x6ff7f9a9 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x701dc545 notify_change +EXPORT_SYMBOL vmlinux 0x704c4365 __cputime_sec_factor +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7078f275 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x708cc19a __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x709ef848 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70bda621 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d0889b of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x70e07422 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7131aa03 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x7148b6d0 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71770268 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x71817471 mem_map +EXPORT_SYMBOL vmlinux 0x718983f1 netif_napi_add +EXPORT_SYMBOL vmlinux 0x718df0f5 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x71926969 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x71a44a80 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b6e2e2 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x71d0fada sock_setsockopt +EXPORT_SYMBOL vmlinux 0x71e6ce28 ip6_route_output +EXPORT_SYMBOL vmlinux 0x720731ef sk_receive_skb +EXPORT_SYMBOL vmlinux 0x72342d61 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x72348fe9 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x7251e2c1 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x72825fc4 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x72a989ed unregister_netdev +EXPORT_SYMBOL vmlinux 0x72ad05f3 dev_addr_add +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b262e5 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x72c98139 __arch_hweight64 +EXPORT_SYMBOL vmlinux 0x72cdfc14 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x72d4c23c fsl_get_sys_freq +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x73003265 compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0x7310ee04 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731a747a pci_io_base +EXPORT_SYMBOL vmlinux 0x731d2412 local_flush_tlb_page +EXPORT_SYMBOL vmlinux 0x732534ce unregister_qdisc +EXPORT_SYMBOL vmlinux 0x73329fe0 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x7332a525 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x733b2383 next_tlbcam_idx +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x73425e4e tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x735d8503 add_wait_queue +EXPORT_SYMBOL vmlinux 0x7362711d mdiobus_write +EXPORT_SYMBOL vmlinux 0x736574ab __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x736bb4a6 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x738cc272 writeback_in_progress +EXPORT_SYMBOL vmlinux 0x73a0cafb pci_clear_master +EXPORT_SYMBOL vmlinux 0x73ae634c writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x73b34246 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0x73bd372c simple_lookup +EXPORT_SYMBOL vmlinux 0x73d15ad0 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x73f499e1 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x73f822ec xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x743c5b27 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x745735e2 xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0x7459cf12 datagram_poll +EXPORT_SYMBOL vmlinux 0x74659fac __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x74707bcd of_phy_attach +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x747dccf8 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x74b1a62e skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74e66807 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x74f8c4de jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x7500585d __page_symlink +EXPORT_SYMBOL vmlinux 0x75082108 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x751c2917 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x7528fb89 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x7530f148 sk_common_release +EXPORT_SYMBOL vmlinux 0x7532588a alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x7534ceec override_creds +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x756271c2 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x7568e8e7 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x757fea08 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x7583392f bdi_register +EXPORT_SYMBOL vmlinux 0x75895eef blk_get_queue +EXPORT_SYMBOL vmlinux 0x758cd0f2 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x75994700 add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x75a12912 pipe_unlock +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75be6702 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x75cd84bc max8998_read_reg +EXPORT_SYMBOL vmlinux 0x75d8dacd mount_subtree +EXPORT_SYMBOL vmlinux 0x75daf942 release_pages +EXPORT_SYMBOL vmlinux 0x75e6f735 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x761c0951 dquot_file_open +EXPORT_SYMBOL vmlinux 0x7634ad18 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x767753ba kthread_bind +EXPORT_SYMBOL vmlinux 0x7688ad31 get_phy_device +EXPORT_SYMBOL vmlinux 0x768bbbf0 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0x769e06d7 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x76b84d4e ip_check_defrag +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76c92167 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76eec7fd ab3100_event_register +EXPORT_SYMBOL vmlinux 0x77025221 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x7711074c mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x772b3437 sock_wfree +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x775b72b4 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x775e75ba qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x7763a22b blk_stack_limits +EXPORT_SYMBOL vmlinux 0x7765edaf dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x7769e8b9 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x777bf51d led_set_brightness +EXPORT_SYMBOL vmlinux 0x7781e0aa mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x779e7963 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x779fad5c create_empty_buffers +EXPORT_SYMBOL vmlinux 0x77a2194d blk_recount_segments +EXPORT_SYMBOL vmlinux 0x77ae8b7f user_revoke +EXPORT_SYMBOL vmlinux 0x77b39f99 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c080fb md_finish_reshape +EXPORT_SYMBOL vmlinux 0x77c3c1b4 d_set_d_op +EXPORT_SYMBOL vmlinux 0x77d862f7 da903x_query_status +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x7801afd6 freeze_super +EXPORT_SYMBOL vmlinux 0x781d7522 flow_cache_init +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x783bdec6 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x78499fd9 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x785d5912 dst_discard_sk +EXPORT_SYMBOL vmlinux 0x786de1f2 md_flush_request +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x7883fdda ps2_init +EXPORT_SYMBOL vmlinux 0x7887d169 poll_freewait +EXPORT_SYMBOL vmlinux 0x789aa9f1 bdgrab +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a0cd5b free_task +EXPORT_SYMBOL vmlinux 0x78bbdd8f scsi_put_command +EXPORT_SYMBOL vmlinux 0x78c19ef8 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x78d57c98 skb_trim +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f91f3e module_layout +EXPORT_SYMBOL vmlinux 0x790df6ca __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x7926a586 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x79332fec posix_lock_file +EXPORT_SYMBOL vmlinux 0x79359658 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x795d40ac skb_free_datagram +EXPORT_SYMBOL vmlinux 0x796bc142 arp_find +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x797c8fa9 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7985d043 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x798dae1d xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x799f8a34 of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79b60636 led_blink_set +EXPORT_SYMBOL vmlinux 0x79bb5726 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x79bd6e4b agp_free_page_array +EXPORT_SYMBOL vmlinux 0x79c7a39a genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x79d21683 no_llseek +EXPORT_SYMBOL vmlinux 0x79f2c37c skb_put +EXPORT_SYMBOL vmlinux 0x79f56ef7 vfs_fsync +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a2305fc __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a27fbd2 get_disk +EXPORT_SYMBOL vmlinux 0x7a2ff37b udp_prot +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a50ead3 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x7a65c7c8 sg_miter_start +EXPORT_SYMBOL vmlinux 0x7a7effa9 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x7a8ae82d keyring_clear +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a9f486d flush_old_exec +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa820f9 follow_down_one +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7acd7a35 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7af94dca bio_copy_kern +EXPORT_SYMBOL vmlinux 0x7affd1cc key_unlink +EXPORT_SYMBOL vmlinux 0x7b128ac5 vfs_rename +EXPORT_SYMBOL vmlinux 0x7b16235f hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7b16dfe2 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x7b2aef6c __krealloc +EXPORT_SYMBOL vmlinux 0x7b3391f3 d_make_root +EXPORT_SYMBOL vmlinux 0x7b8fc3d1 dquot_destroy +EXPORT_SYMBOL vmlinux 0x7bb756cc neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x7bc8ccc9 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x7bcad1bb kobject_del +EXPORT_SYMBOL vmlinux 0x7c003aef _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x7c068e7b jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c157f0e mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x7c296f64 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x7c2d098f krealloc +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c5e082d do_truncate +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c624d72 scsi_unregister +EXPORT_SYMBOL vmlinux 0x7c6d7fed register_sysctl +EXPORT_SYMBOL vmlinux 0x7c9291d1 csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7c9ac32e __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x7ca20d73 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x7cbaba62 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x7cbde934 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cc5df4e vfs_writev +EXPORT_SYMBOL vmlinux 0x7cc8c60d ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x7cd74dbe xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x7cdda9a9 bio_clone_fast +EXPORT_SYMBOL vmlinux 0x7cdec06e copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ceafccd inet_release +EXPORT_SYMBOL vmlinux 0x7ced9b49 vm_insert_page +EXPORT_SYMBOL vmlinux 0x7cef9d0d jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf3a16b put_cmsg +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d283a74 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x7d2fc668 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x7d5fda02 dm_get_device +EXPORT_SYMBOL vmlinux 0x7d6c92f6 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7dc420a2 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x7dcc12ae lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x7dd0a965 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x7dd17d63 compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0x7ddea5a5 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x7ddef7a5 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e590d27 account_page_writeback +EXPORT_SYMBOL vmlinux 0x7e87227e slhc_compress +EXPORT_SYMBOL vmlinux 0x7eb01ff9 xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x7eba55d8 of_translate_address +EXPORT_SYMBOL vmlinux 0x7ec78804 do_SAK +EXPORT_SYMBOL vmlinux 0x7ecb001b __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x7ed7b7ff default_file_splice_read +EXPORT_SYMBOL vmlinux 0x7eef814a find_vma +EXPORT_SYMBOL vmlinux 0x7efaf1f4 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x7efb3ed5 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x7f0e900c of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f25f6f0 agp_free_memory +EXPORT_SYMBOL vmlinux 0x7f2b7592 __destroy_inode +EXPORT_SYMBOL vmlinux 0x7f41c5d9 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x7f56322e sock_alloc_file +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f95848f simple_open +EXPORT_SYMBOL vmlinux 0x7f987c8c xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x7fac9ea0 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x7fb1d0b0 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x7fbd10d2 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7fbd5b7b skb_seq_read +EXPORT_SYMBOL vmlinux 0x7fd58f95 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x7fe17da5 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe38f48 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x800dfd74 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x8019496f i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x802d0e93 crc32_le +EXPORT_SYMBOL vmlinux 0x80791a8c radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x807c4568 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x807e5479 udp_proc_register +EXPORT_SYMBOL vmlinux 0x8089dc93 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0x808fec97 block_invalidatepage +EXPORT_SYMBOL vmlinux 0x80a5e2ef mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x80ad6b1b mac_find_mode +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80f8f875 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x80fae5fd sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x8102219e have_submounts +EXPORT_SYMBOL vmlinux 0x8118186f skb_tx_error +EXPORT_SYMBOL vmlinux 0x811f3608 tcf_hash_search +EXPORT_SYMBOL vmlinux 0x81269a33 proc_mkdir +EXPORT_SYMBOL vmlinux 0x812922a1 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815c56d0 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x81979ba4 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x81a07f4e _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x81bcb6ce blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x81bf717c inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x81d2f01a input_set_capability +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81fb4edc cdrom_check_events +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x821349d6 tso_build_data +EXPORT_SYMBOL vmlinux 0x82458f7f radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x8266a0eb twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x826cd8d8 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x826f70be devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x827ae04a request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x828b49b9 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x82aa52e7 find_lock_entry +EXPORT_SYMBOL vmlinux 0x82aa96c3 __alloc_skb +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82ad10ea posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x82be6749 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x82c5990b inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x82ce9dcf seq_release +EXPORT_SYMBOL vmlinux 0x82e074d7 irq_to_desc +EXPORT_SYMBOL vmlinux 0x82e5a238 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x82f8a7aa pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x82fce144 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x83031012 clear_nlink +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x830521fd d_drop +EXPORT_SYMBOL vmlinux 0x83321819 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x8357b12b udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x83687f3f scm_fp_dup +EXPORT_SYMBOL vmlinux 0x83716ab6 __find_get_block +EXPORT_SYMBOL vmlinux 0x837ccc0f dev_set_mtu +EXPORT_SYMBOL vmlinux 0x8386adb0 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x8394d712 iget_locked +EXPORT_SYMBOL vmlinux 0x8397be50 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x83a23b77 dst_alloc +EXPORT_SYMBOL vmlinux 0x83a40214 of_get_parent +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83b594c3 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83cf9f19 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x840c458e tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0x84165899 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x8427ab72 dump_page +EXPORT_SYMBOL vmlinux 0x842e3458 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x844e3767 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x8451614f scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x845caa93 seq_vprintf +EXPORT_SYMBOL vmlinux 0x8461e343 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x8475720a cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x8488cd56 scsi_add_device +EXPORT_SYMBOL vmlinux 0x849647a4 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x8496ea55 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x849fe807 csum_and_copy_from_user +EXPORT_SYMBOL vmlinux 0x84bd69bf dq_data_lock +EXPORT_SYMBOL vmlinux 0x84c09bdf __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x84cf497a kill_pid +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x85025530 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x85040362 bdget +EXPORT_SYMBOL vmlinux 0x85074e37 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x85095c3b inet_frags_fini +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x85209598 vfs_readv +EXPORT_SYMBOL vmlinux 0x852aef51 bioset_free +EXPORT_SYMBOL vmlinux 0x853a5196 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x853f45c9 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x8546df88 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x85488c37 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x854d8b1f uart_update_timeout +EXPORT_SYMBOL vmlinux 0x8554f539 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x855fd698 md_error +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x856d50bc sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x85921785 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85c69d3f padata_free +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8657b6cc insert_inode_locked +EXPORT_SYMBOL vmlinux 0x8659898a mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x865a3290 security_path_symlink +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x868018db ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x8684be23 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868f4465 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x86bfd0d3 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x86d06e9a set_page_dirty +EXPORT_SYMBOL vmlinux 0x86f69345 dma_common_mmap +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x87308c74 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x873a53ea __arch_hweight8 +EXPORT_SYMBOL vmlinux 0x87530ac8 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x876b17b1 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x87958287 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x87b33153 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x87da73d2 input_register_handler +EXPORT_SYMBOL vmlinux 0x87e2bee9 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x87e3287d __get_page_tail +EXPORT_SYMBOL vmlinux 0x87f83ee6 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x882db37f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x88324b80 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x88351983 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x886c24e9 __register_binfmt +EXPORT_SYMBOL vmlinux 0x88945cd1 qdisc_list_del +EXPORT_SYMBOL vmlinux 0x88ac1cca kmalloc_caches +EXPORT_SYMBOL vmlinux 0x88bab4e3 kernel_read +EXPORT_SYMBOL vmlinux 0x88cb51ed clk_get +EXPORT_SYMBOL vmlinux 0x88d04037 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x88fb8598 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x890387f7 dev_crit +EXPORT_SYMBOL vmlinux 0x890ac504 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x891fbb10 mempool_destroy +EXPORT_SYMBOL vmlinux 0x8928c69f jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x895108f3 proc_dostring +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x8977e0ae mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x89797060 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x89913ecc xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x899e07be sock_no_bind +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89c47411 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x8a19ed8b skb_clone +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a686ccc console_start +EXPORT_SYMBOL vmlinux 0x8a6883f2 phy_stop +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a8c2bf1 tty_free_termios +EXPORT_SYMBOL vmlinux 0x8a9678c0 tc_classify +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8ab28050 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x8ae11d5f path_is_under +EXPORT_SYMBOL vmlinux 0x8aebd628 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x8b0ae0d1 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x8b24d659 input_inject_event +EXPORT_SYMBOL vmlinux 0x8b25cebc proc_set_size +EXPORT_SYMBOL vmlinux 0x8b3170dc alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x8b353a1c pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b669dcf do_fallocate +EXPORT_SYMBOL vmlinux 0x8b69b270 sock_from_file +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b9f1b74 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x8ba21580 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x8ba7c948 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x8baf3116 percpu_counter_set +EXPORT_SYMBOL vmlinux 0x8bbb6d81 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x8bdba601 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x8bdfe164 vc_resize +EXPORT_SYMBOL vmlinux 0x8bf2ae1f fsl_lbc_addr +EXPORT_SYMBOL vmlinux 0x8bf2ebf2 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x8bf6ceba pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x8bf74546 tty_write_room +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c222a11 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x8c2b744c backlight_force_update +EXPORT_SYMBOL vmlinux 0x8c2bb7b0 do_splice_to +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c690632 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x8c6fbe43 xfrm_input +EXPORT_SYMBOL vmlinux 0x8c7d8a3a __put_cred +EXPORT_SYMBOL vmlinux 0x8c92bf32 read_code +EXPORT_SYMBOL vmlinux 0x8c97e512 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x8cba1752 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cd29a25 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x8ce1878f register_netdevice +EXPORT_SYMBOL vmlinux 0x8ce72793 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x8ceb46fa phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x8cf8c34e __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x8d015dd4 __bswapdi2 +EXPORT_SYMBOL vmlinux 0x8d077585 update_region +EXPORT_SYMBOL vmlinux 0x8d0f563a copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x8d11e6ad of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x8d135618 init_net +EXPORT_SYMBOL vmlinux 0x8d17a65c unregister_key_type +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d315c68 of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0x8d3b51e0 con_is_bound +EXPORT_SYMBOL vmlinux 0x8d441f11 ping_prot +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d6dbf78 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d846408 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x8d944cbb copy_in_user +EXPORT_SYMBOL vmlinux 0x8da4263a unlock_new_inode +EXPORT_SYMBOL vmlinux 0x8da49256 submit_bh +EXPORT_SYMBOL vmlinux 0x8db91399 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x8dbf3473 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x8dc9cf8d tcf_exts_change +EXPORT_SYMBOL vmlinux 0x8dcaf28a jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x8de0b5ac mempool_create +EXPORT_SYMBOL vmlinux 0x8de28c65 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8e0edc0d __blk_end_request +EXPORT_SYMBOL vmlinux 0x8e332829 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x8e3c2c0c sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x8e52a0d3 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x8e7977e6 dev_mc_del +EXPORT_SYMBOL vmlinux 0x8e82d9d8 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x8e888ec3 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x8e8d58da diu_ops +EXPORT_SYMBOL vmlinux 0x8e9a1957 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x8ea2fca4 netdev_printk +EXPORT_SYMBOL vmlinux 0x8ebc8ddf max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x8ec04552 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8eceae78 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x8ee12354 of_get_address +EXPORT_SYMBOL vmlinux 0x8ef70d49 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x8f16039e tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x8f1def99 mount_bdev +EXPORT_SYMBOL vmlinux 0x8f23e494 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x8f26be9c fb_blank +EXPORT_SYMBOL vmlinux 0x8f7dbb06 file_remove_suid +EXPORT_SYMBOL vmlinux 0x8f85f835 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x8f97ffa5 security_path_unlink +EXPORT_SYMBOL vmlinux 0x8fbb7f91 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x8fcca8a2 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x900c3647 posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x901d2d39 generic_writepages +EXPORT_SYMBOL vmlinux 0x90224a90 nobh_write_end +EXPORT_SYMBOL vmlinux 0x9033cdb5 dma_find_channel +EXPORT_SYMBOL vmlinux 0x90756482 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x90815c22 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x90aaf137 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x90ab4085 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x90c01a72 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x90daaf49 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x90dc730f dev_addr_del +EXPORT_SYMBOL vmlinux 0x90e146c2 trace_seq_putc +EXPORT_SYMBOL vmlinux 0x90ee266e consume_skb +EXPORT_SYMBOL vmlinux 0x90f7d425 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x91075398 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x9139f961 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x91536ba6 __d_drop +EXPORT_SYMBOL vmlinux 0x915a0641 pci_request_region +EXPORT_SYMBOL vmlinux 0x915e1208 tb_ticks_per_usec +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x916794b2 dev_change_carrier +EXPORT_SYMBOL vmlinux 0x9169fe77 pci_find_capability +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x917f1c87 done_path_create +EXPORT_SYMBOL vmlinux 0x918c93d2 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x919d1163 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x91a25af5 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x91a7ab18 misc_deregister +EXPORT_SYMBOL vmlinux 0x91ac822f vscnprintf +EXPORT_SYMBOL vmlinux 0x920976e6 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x92129573 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x921d423d scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x922203af devm_ioremap_prot +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92567a93 dma_pool_create +EXPORT_SYMBOL vmlinux 0x926a5608 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x927cd34b send_sig_info +EXPORT_SYMBOL vmlinux 0x92862d2b input_event +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x9291eb70 netdev_crit +EXPORT_SYMBOL vmlinux 0x92a2b0ea setup_arg_pages +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92aa4e16 unload_nls +EXPORT_SYMBOL vmlinux 0x92c7096c fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x92d050df iov_pages +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x92ff5c95 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9306936c skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x930ace8c check_disk_size_change +EXPORT_SYMBOL vmlinux 0x932f6ac7 bio_split +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x9378ba76 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x93858283 dqput +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93abadb7 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93c58cc0 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x93d516a6 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x93d68583 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x93e73473 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x940427ef tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x94071486 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x943881e2 mdiobus_register +EXPORT_SYMBOL vmlinux 0x943dc80f csum_and_copy_to_user +EXPORT_SYMBOL vmlinux 0x94583205 bio_chain +EXPORT_SYMBOL vmlinux 0x9458d1ab udp_ioctl +EXPORT_SYMBOL vmlinux 0x9489d9a5 skb_pull +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x9499f964 __free_pages +EXPORT_SYMBOL vmlinux 0x94afe13e simple_pin_fs +EXPORT_SYMBOL vmlinux 0x94b34d3b dcb_setapp +EXPORT_SYMBOL vmlinux 0x94b541b5 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x9514151a _mcount +EXPORT_SYMBOL vmlinux 0x951acecc module_refcount +EXPORT_SYMBOL vmlinux 0x9524b0ae _outsb +EXPORT_SYMBOL vmlinux 0x9524cf32 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x953bd3b9 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x954daba9 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x955ee107 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x96334b0b bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x96443b26 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96cad37c framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x96cc12af cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96db8024 flow_cache_fini +EXPORT_SYMBOL vmlinux 0x9748927f _outsw_ns +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x976154d4 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x976320fd posix_test_lock +EXPORT_SYMBOL vmlinux 0x97868aef __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a17934 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97a87c16 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x97ba09e6 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x97d00016 pci_iounmap +EXPORT_SYMBOL vmlinux 0x97d966b5 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x98098323 vm_map_ram +EXPORT_SYMBOL vmlinux 0x981bc2ef inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x98789254 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x987c1141 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x987fc124 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x98841fb7 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x98929266 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x98b6b26f noop_qdisc +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98cffed1 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x98e73b26 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x9903f857 load_nls +EXPORT_SYMBOL vmlinux 0x9917d278 tty_devnum +EXPORT_SYMBOL vmlinux 0x99195078 vsnprintf +EXPORT_SYMBOL vmlinux 0x992f88cb proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x994c2497 mmc_add_host +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x995b552f __dquot_free_space +EXPORT_SYMBOL vmlinux 0x995b6b12 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x995d0be4 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x996922b5 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x997bae52 inode_change_ok +EXPORT_SYMBOL vmlinux 0x9983ae3f devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99afe916 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x99c978a3 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d3a43c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x99f4821b pci_platform_rom +EXPORT_SYMBOL vmlinux 0x99fc6799 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x9a0415ec __block_write_begin +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a5ffc64 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9a60de54 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x9a626734 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x9a7574d9 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x9a7601f0 complete_request_key +EXPORT_SYMBOL vmlinux 0x9aa6238f sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x9ad7013c scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9aec5d5d __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x9af89f98 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b491366 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x9b53db1d inode_init_owner +EXPORT_SYMBOL vmlinux 0x9b556fa5 i2c_transfer +EXPORT_SYMBOL vmlinux 0x9b5c9bd9 genphy_read_status +EXPORT_SYMBOL vmlinux 0x9b6e957c tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x9b83fb6b scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x9b846bd7 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bbfef8b proto_unregister +EXPORT_SYMBOL vmlinux 0x9be0463a inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x9be5fae7 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9c01357a cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x9c2b5042 install_exec_creds +EXPORT_SYMBOL vmlinux 0x9c31796e scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x9c3d21c3 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c5caee0 dev_close +EXPORT_SYMBOL vmlinux 0x9ca4b223 tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb4daf6 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x9cf5b4c7 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d14983a ppc_enable_pmcs +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d6a54c2 flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x9d6d23b0 pci_bus_get +EXPORT_SYMBOL vmlinux 0x9d72229b fsl_ifc_find +EXPORT_SYMBOL vmlinux 0x9d7ce8dd _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x9d91331f vm_mmap +EXPORT_SYMBOL vmlinux 0x9d9dbd78 mntget +EXPORT_SYMBOL vmlinux 0x9dc6ab02 __secpath_destroy +EXPORT_SYMBOL vmlinux 0x9df6c097 contig_page_data +EXPORT_SYMBOL vmlinux 0x9e0c2940 register_quota_format +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e22c618 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x9e2f8c90 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e366cc8 inode_set_flags +EXPORT_SYMBOL vmlinux 0x9e3b3c95 secpath_dup +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e550be2 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x9e569bdd jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x9e598545 vme_slave_request +EXPORT_SYMBOL vmlinux 0x9e5c3eb0 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x9e5cc3e0 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e6509cd mdiobus_free +EXPORT_SYMBOL vmlinux 0x9e6cd12c serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e95c9ca eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9e9fbf40 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9eefe458 vme_irq_free +EXPORT_SYMBOL vmlinux 0x9efb0a63 blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0x9f0650f8 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x9f0c8b20 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x9f1d25dc mmc_get_card +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f423f55 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f506f76 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x9f890f51 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x9f911629 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f988a23 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x9fa146c7 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x9fa4159b of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x9fb05535 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x9fc4ee84 dput +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe989f3 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x9fecb717 arp_tbl +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9fffde07 netdev_notice +EXPORT_SYMBOL vmlinux 0xa00f2c1a abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xa03a9044 __quota_error +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa08d3bc2 genl_notify +EXPORT_SYMBOL vmlinux 0xa094c4a0 dev_notice +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b0c756 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e373c0 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0f5069d netlink_set_err +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0ff74d6 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1344562 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14905f1 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xa14e5c7a phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa16c3b63 d_add_ci +EXPORT_SYMBOL vmlinux 0xa18d8c74 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1bbef1b __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xa1c15f57 file_update_time +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c99385 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xa1f2af8b xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xa1f8fe75 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xa202a8e5 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa23eaccc d_instantiate_unique +EXPORT_SYMBOL vmlinux 0xa2428fd2 sock_no_poll +EXPORT_SYMBOL vmlinux 0xa2544b4d iterate_supers_type +EXPORT_SYMBOL vmlinux 0xa265954f kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0xa278d151 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2a335bd vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0xa2bbed37 crash_shutdown_register +EXPORT_SYMBOL vmlinux 0xa2cab8ef dev_mc_sync +EXPORT_SYMBOL vmlinux 0xa2cbdf9f iterate_mounts +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa2f82ba2 sk_free +EXPORT_SYMBOL vmlinux 0xa303d1ff dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xa306a6b0 blk_get_request +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa32b9c95 inc_nlink +EXPORT_SYMBOL vmlinux 0xa36f71f9 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xa3795a54 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa39b4cf2 udelay +EXPORT_SYMBOL vmlinux 0xa39bcc1c dev_get_nest_level +EXPORT_SYMBOL vmlinux 0xa39f179d bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0xa3abc422 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa3cc1639 filemap_map_pages +EXPORT_SYMBOL vmlinux 0xa3d25606 vfs_statfs +EXPORT_SYMBOL vmlinux 0xa3d948d6 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xa3e75545 flush_tlb_kernel_range +EXPORT_SYMBOL vmlinux 0xa3fc3d50 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xa400159f crc32_be +EXPORT_SYMBOL vmlinux 0xa41b22b3 dev_add_pack +EXPORT_SYMBOL vmlinux 0xa436d6cf scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xa4511467 crc16 +EXPORT_SYMBOL vmlinux 0xa45ed55a pci_assign_resource +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa47f6971 sock_rfree +EXPORT_SYMBOL vmlinux 0xa4a94d26 find_next_bit_le +EXPORT_SYMBOL vmlinux 0xa4a98413 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xa4ab5d74 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4bdd447 __cputime_clockt_factor +EXPORT_SYMBOL vmlinux 0xa4c00ca7 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4deb4a2 seq_release_private +EXPORT_SYMBOL vmlinux 0xa4df3051 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xa5126bb8 block_commit_write +EXPORT_SYMBOL vmlinux 0xa5192b4a default_llseek +EXPORT_SYMBOL vmlinux 0xa51efb67 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xa51fedb2 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xa531f9b5 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xa54687b9 of_get_pci_address +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55c6830 register_sysctl_table +EXPORT_SYMBOL vmlinux 0xa56b8ab2 flex_array_free +EXPORT_SYMBOL vmlinux 0xa56e41ae d_splice_alias +EXPORT_SYMBOL vmlinux 0xa56f1814 dentry_open +EXPORT_SYMBOL vmlinux 0xa58c5da8 icmp_send +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5b21a50 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xa5b2f669 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xa5b85a16 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0xa5c0e3d2 scsi_get_command +EXPORT_SYMBOL vmlinux 0xa5c7b7b9 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xa5e72efb pcim_iomap +EXPORT_SYMBOL vmlinux 0xa60ab378 inode_get_bytes +EXPORT_SYMBOL vmlinux 0xa61c0485 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xa627d7ea scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0xa62ec27f nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa6440fbf rt6_lookup +EXPORT_SYMBOL vmlinux 0xa6513a50 tcp_ioctl +EXPORT_SYMBOL vmlinux 0xa65972b8 _memcpy_toio +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6bf6ced phy_disconnect +EXPORT_SYMBOL vmlinux 0xa6e7f9df invalidate_partition +EXPORT_SYMBOL vmlinux 0xa6fd3998 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xa6fd6b01 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xa71e7463 __first_cpu +EXPORT_SYMBOL vmlinux 0xa720678c lg_global_lock +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa747e159 set_groups +EXPORT_SYMBOL vmlinux 0xa74f4e9b ida_simple_get +EXPORT_SYMBOL vmlinux 0xa781d83a neigh_update +EXPORT_SYMBOL vmlinux 0xa78d9eb7 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xa78f9bb0 find_get_entry +EXPORT_SYMBOL vmlinux 0xa792577c lookup_one_len +EXPORT_SYMBOL vmlinux 0xa7add246 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xa7be0214 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xa7be7b99 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xa7c4efc5 bio_map_kern +EXPORT_SYMBOL vmlinux 0xa7f758d7 tty_vhangup +EXPORT_SYMBOL vmlinux 0xa800e5c8 d_alloc_name +EXPORT_SYMBOL vmlinux 0xa8052d11 blk_init_tags +EXPORT_SYMBOL vmlinux 0xa81b2bed register_netdev +EXPORT_SYMBOL vmlinux 0xa81c9886 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xa822c7a0 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa82697eb revert_creds +EXPORT_SYMBOL vmlinux 0xa82c24d6 audit_log +EXPORT_SYMBOL vmlinux 0xa83f06a1 kern_unmount +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa853b0b7 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xa85f6dc0 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xa870a691 cdrom_open +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa8773697 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xa8838545 fb_find_mode +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8aafd2a cap_mmap_file +EXPORT_SYMBOL vmlinux 0xa8b83887 pci_dev_driver +EXPORT_SYMBOL vmlinux 0xa8f01400 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xa8fca32f fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9069345 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa91f090e ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xa9273e1a epapr_hypercall_start +EXPORT_SYMBOL vmlinux 0xa93ba88e proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xa9a67cf9 napi_gro_receive +EXPORT_SYMBOL vmlinux 0xa9c6128b elv_register_queue +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9f005d2 proc_create_data +EXPORT_SYMBOL vmlinux 0xa9f7b20f dm_kobject_release +EXPORT_SYMBOL vmlinux 0xa9ffb712 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xaa0073b7 __net_get_random_once +EXPORT_SYMBOL vmlinux 0xaa45ab94 up_write +EXPORT_SYMBOL vmlinux 0xaa46e87e lg_local_unlock +EXPORT_SYMBOL vmlinux 0xaa6e4df5 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa88307c i2c_register_driver +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaaa9e0a0 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0xaaab8067 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0xaad6bb8a prepare_binprm +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad9e222 fs_bio_set +EXPORT_SYMBOL vmlinux 0xaaf66639 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0xaafa0ebd i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab19d603 vfs_mknod +EXPORT_SYMBOL vmlinux 0xab21899c netdev_state_change +EXPORT_SYMBOL vmlinux 0xab53d1a6 mddev_congested +EXPORT_SYMBOL vmlinux 0xab60030b simple_dname +EXPORT_SYMBOL vmlinux 0xab6532a5 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab7b8c10 release_firmware +EXPORT_SYMBOL vmlinux 0xab9b79a2 blk_make_request +EXPORT_SYMBOL vmlinux 0xabb850d7 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xabc0e86b try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabce30ca vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabd42d68 bd_set_size +EXPORT_SYMBOL vmlinux 0xabf5d0cb ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac219dac inet_register_protosw +EXPORT_SYMBOL vmlinux 0xac26b820 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xac31c865 of_get_mac_address +EXPORT_SYMBOL vmlinux 0xac35e834 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xac4bb9ff kmem_cache_create +EXPORT_SYMBOL vmlinux 0xac568da3 swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xac5fbf3a pci_remove_bus +EXPORT_SYMBOL vmlinux 0xac70b0fa vm_stat +EXPORT_SYMBOL vmlinux 0xac7526a8 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0xac83a982 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb0a553 simple_unlink +EXPORT_SYMBOL vmlinux 0xacc5b5d2 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacfa6085 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xad01744f kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad164875 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xad289f3c i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xad28c397 elevator_alloc +EXPORT_SYMBOL vmlinux 0xad293e3e netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xad463c6d uart_match_port +EXPORT_SYMBOL vmlinux 0xad60ccfb skb_queue_tail +EXPORT_SYMBOL vmlinux 0xad60dc4b swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xad641a9d mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0xad663d0d kill_bdev +EXPORT_SYMBOL vmlinux 0xad6a5ce0 max8925_set_bits +EXPORT_SYMBOL vmlinux 0xad7d63d4 bmap +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad95bab9 put_disk +EXPORT_SYMBOL vmlinux 0xadbf0296 netif_carrier_off +EXPORT_SYMBOL vmlinux 0xade88663 mnt_unpin +EXPORT_SYMBOL vmlinux 0xade930c1 local_flush_tlb_mm +EXPORT_SYMBOL vmlinux 0xae2791cc vlan_vid_del +EXPORT_SYMBOL vmlinux 0xae2c2255 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0xae545f06 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xae55d728 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xae5af0d0 do_splice_from +EXPORT_SYMBOL vmlinux 0xae6b6bdf __frontswap_load +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae7d888d agp_backend_release +EXPORT_SYMBOL vmlinux 0xae905ff3 set_bh_page +EXPORT_SYMBOL vmlinux 0xaeb27a96 skb_find_text +EXPORT_SYMBOL vmlinux 0xaee9471a ppp_channel_index +EXPORT_SYMBOL vmlinux 0xaf063510 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xaf24e584 compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xaf2d872c prepare_to_wait +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf3f85e7 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xaf5e78a3 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xaf60a4d9 register_framebuffer +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf6ae696 kstrndup +EXPORT_SYMBOL vmlinux 0xaf6fbf6c __frontswap_store +EXPORT_SYMBOL vmlinux 0xaf73bac2 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf928d92 cdev_alloc +EXPORT_SYMBOL vmlinux 0xaf9340a7 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xafa438df user_path_create +EXPORT_SYMBOL vmlinux 0xafa9f4eb jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafb95a1f register_shrinker +EXPORT_SYMBOL vmlinux 0xafd19815 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0xaff2d100 kobject_init +EXPORT_SYMBOL vmlinux 0xafff3d1d mempool_alloc +EXPORT_SYMBOL vmlinux 0xb01c8ab5 fasync_helper +EXPORT_SYMBOL vmlinux 0xb0266e1f tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xb03ce162 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xb04241b4 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0a4599f xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0b94b93 tty_kref_put +EXPORT_SYMBOL vmlinux 0xb0d5fdf0 phy_detach +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0f180a9 of_get_next_parent +EXPORT_SYMBOL vmlinux 0xb0f342fb generic_getxattr +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1482b5b xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xb15bd8fa tb_ticks_per_sec +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb165ef45 __irq_regs +EXPORT_SYMBOL vmlinux 0xb17383f7 bdput +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb19e7be0 nf_log_unset +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c6e787 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1ea4722 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xb201334d wake_up_process +EXPORT_SYMBOL vmlinux 0xb2173a86 i2c_release_client +EXPORT_SYMBOL vmlinux 0xb22a818d pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xb244da2d of_n_size_cells +EXPORT_SYMBOL vmlinux 0xb25594d8 wireless_send_event +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb2b0bec4 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2e0eeac seq_pad +EXPORT_SYMBOL vmlinux 0xb2f5d98c save_mount_options +EXPORT_SYMBOL vmlinux 0xb2f937dc cfb_copyarea +EXPORT_SYMBOL vmlinux 0xb31c94b1 backlight_device_register +EXPORT_SYMBOL vmlinux 0xb323e628 generic_make_request +EXPORT_SYMBOL vmlinux 0xb32797bb devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xb331d94e max8925_reg_write +EXPORT_SYMBOL vmlinux 0xb36a42cc pci_enable_msix +EXPORT_SYMBOL vmlinux 0xb36ce093 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xb3d0b06c devm_gpiod_put +EXPORT_SYMBOL vmlinux 0xb3df2849 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xb3e4120c elv_unregister_queue +EXPORT_SYMBOL vmlinux 0xb3f3ffdf agp_enable +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb4063e38 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4389183 vga_put +EXPORT_SYMBOL vmlinux 0xb43b9fa0 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xb43e3367 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0xb447711b md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xb46b4f68 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47189b5 reservation_ww_class +EXPORT_SYMBOL vmlinux 0xb49fbed1 try_module_get +EXPORT_SYMBOL vmlinux 0xb4a0851f mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xb4bbc6f9 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xb4bd341c bio_integrity_free +EXPORT_SYMBOL vmlinux 0xb4e6a064 module_put +EXPORT_SYMBOL vmlinux 0xb4e8c755 agp_bridge +EXPORT_SYMBOL vmlinux 0xb4f2eb87 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xb4fb0031 dquot_transfer +EXPORT_SYMBOL vmlinux 0xb5046515 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xb5056ebb serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xb50ec94d cdev_add +EXPORT_SYMBOL vmlinux 0xb52b8ab1 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xb52ddcbd generic_removexattr +EXPORT_SYMBOL vmlinux 0xb53a108f blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0xb53dacd6 revalidate_disk +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb56515b2 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb579811c flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0xb57f2457 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xb588f8c9 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xb593daeb pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5a6bbde sock_no_mmap +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ef6672 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0xb610dab1 vfs_read +EXPORT_SYMBOL vmlinux 0xb61a557f blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb629e551 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb63ec962 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xb665f688 cdrom_release +EXPORT_SYMBOL vmlinux 0xb66dfa72 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0xb6718b19 scsi_device_get +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69b389f msi_bitmap_free_hwirqs +EXPORT_SYMBOL vmlinux 0xb6a1dc70 nf_afinfo +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6aa9086 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xb6ad24a9 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6bcf623 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6cf0563 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xb6d6e836 free_buffer_head +EXPORT_SYMBOL vmlinux 0xb7161a7d km_state_notify +EXPORT_SYMBOL vmlinux 0xb727505d register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xb72d2c36 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xb7324f8f tty_unlock +EXPORT_SYMBOL vmlinux 0xb7532f5d elv_rb_add +EXPORT_SYMBOL vmlinux 0xb75bed26 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xb76cd566 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xb770be3e __percpu_counter_add +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb7824a43 blk_fetch_request +EXPORT_SYMBOL vmlinux 0xb782e645 start_tty +EXPORT_SYMBOL vmlinux 0xb78a7672 tcp_prequeue +EXPORT_SYMBOL vmlinux 0xb79a4e1a store_fp_state +EXPORT_SYMBOL vmlinux 0xb7a5020c dm_unregister_target +EXPORT_SYMBOL vmlinux 0xb7b14988 lock_may_read +EXPORT_SYMBOL vmlinux 0xb80c5ac3 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xb811087b ps2_begin_command +EXPORT_SYMBOL vmlinux 0xb8189510 pci_choose_state +EXPORT_SYMBOL vmlinux 0xb84778d7 sget +EXPORT_SYMBOL vmlinux 0xb8583c9c n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xb86461e9 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb87f2091 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xb88629a1 __ps2_command +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8de9d8e pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xb900b793 skb_store_bits +EXPORT_SYMBOL vmlinux 0xb90c8544 get_gendisk +EXPORT_SYMBOL vmlinux 0xb9154e72 flush_signals +EXPORT_SYMBOL vmlinux 0xb9497070 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xb95b8b98 mb_cache_create +EXPORT_SYMBOL vmlinux 0xb964cf4b zpool_register_driver +EXPORT_SYMBOL vmlinux 0xb97a2755 sk_stream_error +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb999dcf1 i2c_master_send +EXPORT_SYMBOL vmlinux 0xb9a76a84 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0xb9b4e181 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0xb9b81e0b mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xb9ca8fea mmc_start_bkops +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fcfc71 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xba0c5161 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xba36e070 md_done_sync +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba8f7e06 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xbaaf5c85 kobject_set_name +EXPORT_SYMBOL vmlinux 0xbab0fb0f i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xbab89b6e security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xbadbcf86 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0xbae2ce6d blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xbb34134a iov_shorten +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb78d923 security_path_rmdir +EXPORT_SYMBOL vmlinux 0xbb80b9cb blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xbb91155b tcf_hash_insert +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbba9399a netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xbbaeb559 memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xbbb4d8e5 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xbbb6b412 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xbbbda017 simple_statfs +EXPORT_SYMBOL vmlinux 0xbc0146fd phy_connect_direct +EXPORT_SYMBOL vmlinux 0xbc1def37 netdev_change_features +EXPORT_SYMBOL vmlinux 0xbc3049dc fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xbc316de4 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0xbc480524 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xbc535035 __neigh_create +EXPORT_SYMBOL vmlinux 0xbc65d3d4 fd_install +EXPORT_SYMBOL vmlinux 0xbc6afbc2 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xbc9f0b5c gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0xbca13a61 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0xbcab81c3 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcc3f1be eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xbcd02c46 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xbcd03ca1 set_binfmt +EXPORT_SYMBOL vmlinux 0xbcd2fa2b generic_permission +EXPORT_SYMBOL vmlinux 0xbcde78a4 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xbce41ba1 sock_update_memcg +EXPORT_SYMBOL vmlinux 0xbcee3b4f qdisc_reset +EXPORT_SYMBOL vmlinux 0xbcf150f9 xor_altivec_5 +EXPORT_SYMBOL vmlinux 0xbd16e6d5 key_revoke +EXPORT_SYMBOL vmlinux 0xbd3b6801 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xbd44e090 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd4b21dc xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xbd803510 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbdad14d0 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0xbdbc134e in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xbdd870b2 blkdev_put +EXPORT_SYMBOL vmlinux 0xbdf676cf dquot_commit_info +EXPORT_SYMBOL vmlinux 0xbe0cd9ab set_create_files_as +EXPORT_SYMBOL vmlinux 0xbe1b5a63 inet_select_addr +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe4c64e6 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0xbeac442f dev_remove_offload +EXPORT_SYMBOL vmlinux 0xbeb8dafd register_exec_domain +EXPORT_SYMBOL vmlinux 0xbec65ef1 phy_driver_register +EXPORT_SYMBOL vmlinux 0xbec934a4 nla_reserve +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf12eb25 ihold +EXPORT_SYMBOL vmlinux 0xbf2958ee kern_path +EXPORT_SYMBOL vmlinux 0xbf2edf40 netif_device_detach +EXPORT_SYMBOL vmlinux 0xbf306171 compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xbf31d708 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xbf3bc8b1 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8b0745 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf925c42 idr_init +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa77849 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xbfabfe59 __debugger_iabr_match +EXPORT_SYMBOL vmlinux 0xbfb8b0b7 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfdfff17 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xbfe7c5d2 agp_copy_info +EXPORT_SYMBOL vmlinux 0xbfebbec7 phy_start_aneg +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xc00f8de0 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xc016d74f nf_setsockopt +EXPORT_SYMBOL vmlinux 0xc02045f4 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc03094a9 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xc048f1a1 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xc056daee mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xc0585bbf dcache_readdir +EXPORT_SYMBOL vmlinux 0xc0650f20 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xc06c6ca1 mem_section +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc08f433f blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0cd2fa0 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xc0fad89c tso_build_hdr +EXPORT_SYMBOL vmlinux 0xc1192c2c netif_device_attach +EXPORT_SYMBOL vmlinux 0xc11f607f devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0xc126c10d tcf_action_exec +EXPORT_SYMBOL vmlinux 0xc1298f52 udp_del_offload +EXPORT_SYMBOL vmlinux 0xc12c9eec input_get_keycode +EXPORT_SYMBOL vmlinux 0xc13a10dc flex_array_alloc +EXPORT_SYMBOL vmlinux 0xc1465611 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xc15a44c6 memzero_explicit +EXPORT_SYMBOL vmlinux 0xc17335b4 dma_set_mask +EXPORT_SYMBOL vmlinux 0xc19f8657 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0xc1b29c9a sock_wake_async +EXPORT_SYMBOL vmlinux 0xc1b3eaeb eth_mac_addr +EXPORT_SYMBOL vmlinux 0xc1d86513 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1f19653 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xc1f20ced devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xc2035981 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc24271cb gen_pool_alloc +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc26d04b9 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xc26e639f __netif_schedule +EXPORT_SYMBOL vmlinux 0xc286144f xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a5eff6 ip_fragment +EXPORT_SYMBOL vmlinux 0xc2ab5af5 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xc2be991d __inet6_hash +EXPORT_SYMBOL vmlinux 0xc2bfe8cb security_inode_readlink +EXPORT_SYMBOL vmlinux 0xc2c75fca ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xc2cb85fc of_create_pci_dev +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc3051e58 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc3127061 uart_add_one_port +EXPORT_SYMBOL vmlinux 0xc314c3d2 __cputime_jiffies_factor +EXPORT_SYMBOL vmlinux 0xc32271bc mdiobus_scan +EXPORT_SYMBOL vmlinux 0xc3408111 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xc3539469 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0xc359c479 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xc36fe8b4 skb_dequeue +EXPORT_SYMBOL vmlinux 0xc3984fa5 skb_unlink +EXPORT_SYMBOL vmlinux 0xc3aa2ce5 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xc3d19917 abort_creds +EXPORT_SYMBOL vmlinux 0xc3f419ab scsi_ioctl +EXPORT_SYMBOL vmlinux 0xc40628b0 pci_select_bars +EXPORT_SYMBOL vmlinux 0xc41d91d1 mutex_trylock +EXPORT_SYMBOL vmlinux 0xc4279cdc pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xc43f805c of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0xc44a3900 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xc44da17e blk_queue_bounce +EXPORT_SYMBOL vmlinux 0xc45755de find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xc47cdf9c _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xc48060b1 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0xc48307db lz4_decompress +EXPORT_SYMBOL vmlinux 0xc48d2930 kill_litter_super +EXPORT_SYMBOL vmlinux 0xc4915554 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4ac70a5 of_get_next_child +EXPORT_SYMBOL vmlinux 0xc4b7d7c2 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xc4bbafa5 of_device_unregister +EXPORT_SYMBOL vmlinux 0xc4d17cb2 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xc4df0f7f d_alloc +EXPORT_SYMBOL vmlinux 0xc4e1b006 netlink_unicast +EXPORT_SYMBOL vmlinux 0xc4e3066f ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xc4f1450d ps2_drain +EXPORT_SYMBOL vmlinux 0xc50b8f07 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xc51ac736 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xc5352269 kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0xc550ca83 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc55c2a9d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xc55cb6cf generic_delete_inode +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59a4770 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0xc5bfa02d pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0xc5c108d1 kdb_current_task +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5f7afa8 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc61b7d7c blk_sync_queue +EXPORT_SYMBOL vmlinux 0xc626ef69 proc_symlink +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc6431eb3 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xc64f1457 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc663b075 __ioremap +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66d7347 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xc6772da2 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xc6947d6d fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xc6c8be30 abx500_register_ops +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6cf02b3 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xc6e0c603 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xc71b20cc tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7298966 tty_port_init +EXPORT_SYMBOL vmlinux 0xc73a9a0d kernel_getpeername +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc75b3cbd pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0xc768de19 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7834817 tty_port_close_start +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7898275 flex_array_shrink +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7b86037 netpoll_setup +EXPORT_SYMBOL vmlinux 0xc7c68b0a inet6_add_offload +EXPORT_SYMBOL vmlinux 0xc7ee22ef inode_init_once +EXPORT_SYMBOL vmlinux 0xc8024544 blk_register_region +EXPORT_SYMBOL vmlinux 0xc8069490 send_sig +EXPORT_SYMBOL vmlinux 0xc80e56cb tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc83f5cfc cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xc83f9cc6 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8571bcb idr_for_each +EXPORT_SYMBOL vmlinux 0xc85bde3b compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xc85f3038 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc884496d fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xc885ebcb elv_add_request +EXPORT_SYMBOL vmlinux 0xc892ab5d thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8a41f35 aio_complete +EXPORT_SYMBOL vmlinux 0xc8a910c1 bio_phys_segments +EXPORT_SYMBOL vmlinux 0xc8aea46b inode_needs_sync +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8cf153c textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xc9061b98 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xc909b7b8 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xc91fd0f4 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xc93fbc54 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc978479a xz_dec_run +EXPORT_SYMBOL vmlinux 0xc9823c0b sk_dst_check +EXPORT_SYMBOL vmlinux 0xc988845e rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xc996bcef nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a077ba tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xc9a95677 touch_atime +EXPORT_SYMBOL vmlinux 0xc9afa7b0 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xc9c50bd2 of_get_min_tck +EXPORT_SYMBOL vmlinux 0xc9eea780 dma_direct_ops +EXPORT_SYMBOL vmlinux 0xc9fca661 ppp_input_error +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca2b1cd6 ida_pre_get +EXPORT_SYMBOL vmlinux 0xca3b28c6 store_vr_state +EXPORT_SYMBOL vmlinux 0xca506cb5 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca5ee09a vme_free_consistent +EXPORT_SYMBOL vmlinux 0xca6345df textsearch_destroy +EXPORT_SYMBOL vmlinux 0xca711d08 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xca832efe kmalloc_order +EXPORT_SYMBOL vmlinux 0xca890798 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcaba6cf0 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xcacae3d0 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xcace6297 idr_is_empty +EXPORT_SYMBOL vmlinux 0xcadb1025 iget5_locked +EXPORT_SYMBOL vmlinux 0xcae04d3c flush_icache_user_range +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb1db13f i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xcb50aa21 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0xcb6b4ffd sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xcb7858a0 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0xcb88809e blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbcd081f loop_register_transfer +EXPORT_SYMBOL vmlinux 0xcbf2ad8e ppp_input +EXPORT_SYMBOL vmlinux 0xcbf9ae0a register_console +EXPORT_SYMBOL vmlinux 0xcc17504d _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc532a10 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xcc6fb160 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0xccae70f7 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccd00682 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xccfb1b4d pci_scan_slot +EXPORT_SYMBOL vmlinux 0xcd0529c7 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xcd0b7d89 fsync_bdev +EXPORT_SYMBOL vmlinux 0xcd20667a kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xcd25714c serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd2d3de5 key_invalidate +EXPORT_SYMBOL vmlinux 0xcd369c3b pci_match_id +EXPORT_SYMBOL vmlinux 0xcd446fa8 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xcd57f7b0 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xcd5a6880 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xcd5c8551 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xcd5ca1ad inet_frag_kill +EXPORT_SYMBOL vmlinux 0xcd74e727 generic_read_dir +EXPORT_SYMBOL vmlinux 0xcd7add37 ip6_xmit +EXPORT_SYMBOL vmlinux 0xcd7bb230 qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0xcd86c87f __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xcd8a1ed3 del_gendisk +EXPORT_SYMBOL vmlinux 0xcd904ca8 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcde119ca generic_file_open +EXPORT_SYMBOL vmlinux 0xcde2ca4a shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xce1adf6d udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce29342a seq_escape +EXPORT_SYMBOL vmlinux 0xce3b3f09 profile_pc +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce51a100 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xce599f7d netif_skb_features +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce83c824 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0xcea1444f sys_copyarea +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceae504f cmdline_parts_free +EXPORT_SYMBOL vmlinux 0xcec6ae26 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xcec6cb26 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xced777cb proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xcef18b12 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf0627d1 nf_register_hook +EXPORT_SYMBOL vmlinux 0xcf08e672 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0xcf18c9bf pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xcf281330 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0xcf3025cb inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xcf341b17 kfree_put_link +EXPORT_SYMBOL vmlinux 0xcf410485 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xcf528bbd tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xcf986245 udp_disconnect +EXPORT_SYMBOL vmlinux 0xcfbb932b tcp_poll +EXPORT_SYMBOL vmlinux 0xcfc06603 mpage_writepages +EXPORT_SYMBOL vmlinux 0xcfc6caa0 vfs_setpos +EXPORT_SYMBOL vmlinux 0xcff592b3 tty_do_resize +EXPORT_SYMBOL vmlinux 0xd017cbb6 inet6_bind +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd03b22eb swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xd04ce502 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0xd053d017 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd07d4b6d single_open_size +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0af00af scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xd0c34709 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xd0ca4271 f_setown +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd107a547 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd1421ede generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xd16472c8 mmc_detect_change +EXPORT_SYMBOL vmlinux 0xd168fb0d register_filesystem +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd1997515 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xd1b0903f seq_printf +EXPORT_SYMBOL vmlinux 0xd1b8fe39 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xd1be0754 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xd1c93f92 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xd1c967f6 simple_readpage +EXPORT_SYMBOL vmlinux 0xd1cc0681 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0xd210bba3 tcf_hash_release +EXPORT_SYMBOL vmlinux 0xd21bc89e find_get_pages_contig +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2a0dc36 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xd2a34c6c iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0xd2b09ce5 __kmalloc +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2f9a6ef tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xd3048cea key_link +EXPORT_SYMBOL vmlinux 0xd3088799 udp_set_csum +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd32028cd __blk_end_request_all +EXPORT_SYMBOL vmlinux 0xd3218182 md_check_recovery +EXPORT_SYMBOL vmlinux 0xd3354fcf pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xd3596641 get_super +EXPORT_SYMBOL vmlinux 0xd36257ba memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0xd375c98b qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xd37fd031 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xd38cbf15 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xd3bd312b pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xd3e06c02 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xd3e9fafe alloc_file +EXPORT_SYMBOL vmlinux 0xd3fc9f8d filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xd42eb013 __lock_buffer +EXPORT_SYMBOL vmlinux 0xd452c3d2 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xd452dab5 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xd477672e pci_release_region +EXPORT_SYMBOL vmlinux 0xd48c94fb pci_map_rom +EXPORT_SYMBOL vmlinux 0xd49d6919 flush_tlb_range +EXPORT_SYMBOL vmlinux 0xd49ecdff jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xd4d3b7a2 tcp_make_synack +EXPORT_SYMBOL vmlinux 0xd4d68543 bitmap_unplug +EXPORT_SYMBOL vmlinux 0xd4f1253e pneigh_lookup +EXPORT_SYMBOL vmlinux 0xd4fdf298 filemap_fault +EXPORT_SYMBOL vmlinux 0xd50db367 d_genocide +EXPORT_SYMBOL vmlinux 0xd510729b pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xd5162cf6 tty_mutex +EXPORT_SYMBOL vmlinux 0xd51f2858 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xd5228e6b __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xd527114e __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xd553c549 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xd58bd118 input_register_device +EXPORT_SYMBOL vmlinux 0xd591f4b9 netdev_err +EXPORT_SYMBOL vmlinux 0xd59cc998 pci_reenable_device +EXPORT_SYMBOL vmlinux 0xd59ef821 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xd5aaa970 lease_get_mtime +EXPORT_SYMBOL vmlinux 0xd5f1628a kernel_sendpage +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd6124b79 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd64eeaf8 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xd6575d88 lease_modify +EXPORT_SYMBOL vmlinux 0xd6679ae9 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd68e1c1a blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0xd69bcde5 __invalidate_device +EXPORT_SYMBOL vmlinux 0xd6d63e9d lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xd6ec0b86 tcf_hash_create +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fd4053 __arch_hweight32 +EXPORT_SYMBOL vmlinux 0xd7446ec8 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xd75af396 elv_rb_del +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd761a383 ioremap_prot +EXPORT_SYMBOL vmlinux 0xd7783af2 generic_fillattr +EXPORT_SYMBOL vmlinux 0xd7785dd3 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd78c4180 i2c_del_driver +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd7a5422b elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xd7a803cf __devm_request_region +EXPORT_SYMBOL vmlinux 0xd7b41203 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xd7c297ca tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xd7cbddda memcpy_toiovec +EXPORT_SYMBOL vmlinux 0xd7ccb1c1 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7eb07c7 dev_get_stats +EXPORT_SYMBOL vmlinux 0xd7f26ce9 phy_device_free +EXPORT_SYMBOL vmlinux 0xd806b34e writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xd83879e8 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xd848a43f scsi_finish_command +EXPORT_SYMBOL vmlinux 0xd84fe3cb fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xd8732c7d sk_alloc +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a99edc input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xd8b3fb77 ppc_md +EXPORT_SYMBOL vmlinux 0xd8ce6a67 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8fc95c1 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xd90a46b8 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0xd9163210 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xd916d8f7 inet_shutdown +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92e16ba csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0xd938fb47 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0xd93c2415 simple_rename +EXPORT_SYMBOL vmlinux 0xd94e4e5b filp_close +EXPORT_SYMBOL vmlinux 0xd95611a0 giveup_fpu +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98f465a tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xd9a1f746 ata_print_version +EXPORT_SYMBOL vmlinux 0xd9b8b1ad cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xd9bac924 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xd9ccbc8c do_sync_read +EXPORT_SYMBOL vmlinux 0xd9faefb9 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xda0ab2fe bio_alloc_pages +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda2f455b scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xda31851f acl_by_type +EXPORT_SYMBOL vmlinux 0xda36f6bd generic_readlink +EXPORT_SYMBOL vmlinux 0xda3adce3 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xda3b2bcb scsi_scan_target +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda4cfa24 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xda4ef752 block_write_full_page +EXPORT_SYMBOL vmlinux 0xda6f7960 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xda71bdd4 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda7ea8d3 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xdaa08fe7 key_payload_reserve +EXPORT_SYMBOL vmlinux 0xdab89075 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xdabc1ea8 fsl_lbc_find +EXPORT_SYMBOL vmlinux 0xdad7adff dqstats +EXPORT_SYMBOL vmlinux 0xdadb2c94 __bforget +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdafe1a5d dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xdb01198e fsl_upm_find +EXPORT_SYMBOL vmlinux 0xdb22996b dm_io +EXPORT_SYMBOL vmlinux 0xdb2f085d neigh_destroy +EXPORT_SYMBOL vmlinux 0xdb35c31e generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb72c25a __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb9dd244 __register_nls +EXPORT_SYMBOL vmlinux 0xdba39c3a pci_get_slot +EXPORT_SYMBOL vmlinux 0xdba431e5 udp_seq_open +EXPORT_SYMBOL vmlinux 0xdbb61e6b dev_disable_lro +EXPORT_SYMBOL vmlinux 0xdbba58de tty_check_change +EXPORT_SYMBOL vmlinux 0xdbcc2e38 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbf4f650 blk_run_queue +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc0b6d21 dev_open +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc3313d5 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xdc3c41a8 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc4d0221 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc64a86f dev_err +EXPORT_SYMBOL vmlinux 0xdc8188d7 mutex_lock +EXPORT_SYMBOL vmlinux 0xdc83b624 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xdc9498dd down +EXPORT_SYMBOL vmlinux 0xdc95e6f0 __napi_schedule +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcdb49e5 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0xdcf1544d neigh_compat_output +EXPORT_SYMBOL vmlinux 0xdcf5b2dc kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0xdd06e8b0 fb_get_mode +EXPORT_SYMBOL vmlinux 0xdd2a98e3 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xdd5da068 input_unregister_handle +EXPORT_SYMBOL vmlinux 0xdd69981e downgrade_write +EXPORT_SYMBOL vmlinux 0xdd756972 bdevname +EXPORT_SYMBOL vmlinux 0xdd88dea0 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xdd955144 __debugger +EXPORT_SYMBOL vmlinux 0xdd95bbf6 rwsem_wake +EXPORT_SYMBOL vmlinux 0xdd9be7fc wireless_spy_update +EXPORT_SYMBOL vmlinux 0xddad74a8 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xddd5041c mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xddf4b60f simple_fill_super +EXPORT_SYMBOL vmlinux 0xde0430b7 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xde0d2189 ps2_end_command +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde37bf9e cfb_imageblit +EXPORT_SYMBOL vmlinux 0xde48e9ca _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xde6151db tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0xde678df2 blk_start_request +EXPORT_SYMBOL vmlinux 0xde6ede69 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xde764caf neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xde8233d0 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xde91448c load_vr_state +EXPORT_SYMBOL vmlinux 0xde916ea5 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdeb6342b new_inode +EXPORT_SYMBOL vmlinux 0xdec5e3ab finish_no_open +EXPORT_SYMBOL vmlinux 0xdef06135 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xdefa4bd9 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xdf0a21d3 simple_link +EXPORT_SYMBOL vmlinux 0xdf0b42fa mach_qemu_e500 +EXPORT_SYMBOL vmlinux 0xdf124d87 blk_put_queue +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf7efdf7 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0xdf8479c6 free_netdev +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf999c2d dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xdfb53048 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xdfbd54a3 inet_ioctl +EXPORT_SYMBOL vmlinux 0xdfe81c82 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe00c962e tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xe01432fb i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xe026ccb2 thaw_super +EXPORT_SYMBOL vmlinux 0xe0304ac1 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xe0313341 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xe041fb2c scsi_device_put +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe05ddf7b i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0xe05f7c06 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe079214b __pagevec_release +EXPORT_SYMBOL vmlinux 0xe08a43c8 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0xe0acae2d padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0be37c6 names_cachep +EXPORT_SYMBOL vmlinux 0xe0c0febe sk_filter +EXPORT_SYMBOL vmlinux 0xe0dfc119 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0xe0e8c744 keyring_alloc +EXPORT_SYMBOL vmlinux 0xe0ef0f03 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xe0f5a0ad posix_unblock_lock +EXPORT_SYMBOL vmlinux 0xe10a72ef finish_open +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe131133c sk_release_kernel +EXPORT_SYMBOL vmlinux 0xe13c5179 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xe13cff51 inet_csk_accept +EXPORT_SYMBOL vmlinux 0xe153e73e inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe17d1cb8 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xe1845a33 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xe18d8eba filemap_flush +EXPORT_SYMBOL vmlinux 0xe1a255fc i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xe1ad5884 flush_tlb_page +EXPORT_SYMBOL vmlinux 0xe1f9b7a2 seq_write +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe2036805 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xe20372ae radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe219bf41 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xe220ceb8 __debugger_sstep +EXPORT_SYMBOL vmlinux 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL vmlinux 0xe234502d paca +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe262d580 tso_count_descs +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2be5498 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xe2c80c31 of_match_device +EXPORT_SYMBOL vmlinux 0xe2c9faba devm_clk_get +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2df4262 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0xe2e5857f set_bdi_congested +EXPORT_SYMBOL vmlinux 0xe2e60fe5 account_page_redirty +EXPORT_SYMBOL vmlinux 0xe2ee172d devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xe2ff859d lock_fb_info +EXPORT_SYMBOL vmlinux 0xe32d645d security_inode_permission +EXPORT_SYMBOL vmlinux 0xe337370a security_path_link +EXPORT_SYMBOL vmlinux 0xe33942ef tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xe36ef267 inode_init_always +EXPORT_SYMBOL vmlinux 0xe3836e21 inet_add_offload +EXPORT_SYMBOL vmlinux 0xe38be6d5 phy_attach +EXPORT_SYMBOL vmlinux 0xe39dfba2 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0xe39ed6db tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3c55e8b security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xe3cda586 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe410677a blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xe41743c7 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xe4577a81 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xe45de944 may_umount +EXPORT_SYMBOL vmlinux 0xe4760173 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe4861683 __scm_destroy +EXPORT_SYMBOL vmlinux 0xe4974c48 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xe4e556cd register_gifconf +EXPORT_SYMBOL vmlinux 0xe4faf3c2 udp_poll +EXPORT_SYMBOL vmlinux 0xe4fe8ca1 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe506ca5d softnet_data +EXPORT_SYMBOL vmlinux 0xe51a90d5 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe548fce5 tc_classify_compat +EXPORT_SYMBOL vmlinux 0xe54d423f input_grab_device +EXPORT_SYMBOL vmlinux 0xe55e8d53 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xe563fac0 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xe576b180 pci_find_bus +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe58a66c7 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xe590d32c d_find_alias +EXPORT_SYMBOL vmlinux 0xe5a31ef4 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xe5c28aab of_find_all_nodes +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d3f057 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe5ee4608 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0xe63af048 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xe643fed9 generic_listxattr +EXPORT_SYMBOL vmlinux 0xe64a3398 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xe6575bea netdev_update_features +EXPORT_SYMBOL vmlinux 0xe65f7f03 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xe66452ab dql_init +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69a9df4 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe69b7845 get_task_io_context +EXPORT_SYMBOL vmlinux 0xe69b8b34 inet6_release +EXPORT_SYMBOL vmlinux 0xe6e78b8b inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe71c358a mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xe72f1bb0 dst_destroy +EXPORT_SYMBOL vmlinux 0xe7377ea8 kill_pgrp +EXPORT_SYMBOL vmlinux 0xe7377fda bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0xe7453d58 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xe74a0fb9 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xe74fccea devm_ioremap +EXPORT_SYMBOL vmlinux 0xe768582c vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xe771ee00 igrab +EXPORT_SYMBOL vmlinux 0xe77f5dfe tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0xe78a640f mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xe7927670 input_reset_device +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7b35629 path_put +EXPORT_SYMBOL vmlinux 0xe7ce7439 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d8a764 bio_put +EXPORT_SYMBOL vmlinux 0xe81ea5b5 n_tty_compat_ioctl_helper +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe82267a8 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0xe82c3d71 alloc_disk +EXPORT_SYMBOL vmlinux 0xe833fa77 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xe8397c56 iov_iter_init +EXPORT_SYMBOL vmlinux 0xe851561f tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xe8567800 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xe8575da3 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xe862c4fc make_kgid +EXPORT_SYMBOL vmlinux 0xe87ddb4b mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0xe8ac5d79 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c05317 replace_mount_options +EXPORT_SYMBOL vmlinux 0xe8c438f3 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0xe8d0022b security_path_rename +EXPORT_SYMBOL vmlinux 0xe8dab38e napi_get_frags +EXPORT_SYMBOL vmlinux 0xe8dcaaac tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe925303a nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xe92937e1 agp_put_bridge +EXPORT_SYMBOL vmlinux 0xe9378d58 idr_get_next +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe958d674 skb_queue_head +EXPORT_SYMBOL vmlinux 0xe979830f pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xe9bb5461 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xe9dc2e2f inet_recvmsg +EXPORT_SYMBOL vmlinux 0xe9e2444d skb_split +EXPORT_SYMBOL vmlinux 0xe9e275f6 nla_put +EXPORT_SYMBOL vmlinux 0xe9eef4fc input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xe9f4224b register_cdrom +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea0e7f94 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea1bced7 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xea38a243 misc_register +EXPORT_SYMBOL vmlinux 0xea3d4ed0 pagecache_write_end +EXPORT_SYMBOL vmlinux 0xea4f20da __breadahead +EXPORT_SYMBOL vmlinux 0xea571d65 pci_set_master +EXPORT_SYMBOL vmlinux 0xea7f2586 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xea9418d6 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0xea968c96 ___ratelimit +EXPORT_SYMBOL vmlinux 0xeaa94ac5 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xeabb3253 tcp_child_process +EXPORT_SYMBOL vmlinux 0xeacdd29a proto_register +EXPORT_SYMBOL vmlinux 0xeadd2328 security_file_permission +EXPORT_SYMBOL vmlinux 0xeae07016 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xeae34e83 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xeaf01f9d gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xeb047b30 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xeb2dac16 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb4214ce _dev_info +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb4ccfcf unlock_page +EXPORT_SYMBOL vmlinux 0xeb4d1c51 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xeb58fe9a flush_dcache_page +EXPORT_SYMBOL vmlinux 0xeb5ff576 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xeb875599 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xeb93c6d3 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xeb9dea36 vm_event_states +EXPORT_SYMBOL vmlinux 0xeba46e68 add_disk +EXPORT_SYMBOL vmlinux 0xebc30897 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xebe39a1e lock_sock_fast +EXPORT_SYMBOL vmlinux 0xec05e70c rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0xec074f12 nobh_writepage +EXPORT_SYMBOL vmlinux 0xec1efe81 generic_setlease +EXPORT_SYMBOL vmlinux 0xec1f6ac3 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0xec367769 simple_transaction_release +EXPORT_SYMBOL vmlinux 0xec401f66 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec6d41fa of_device_is_available +EXPORT_SYMBOL vmlinux 0xec817fb1 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xecbb926f xor_altivec_3 +EXPORT_SYMBOL vmlinux 0xecbbe4ab make_kprojid +EXPORT_SYMBOL vmlinux 0xecca07b5 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xeccff0d3 scsi_execute +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecf3ee78 vme_register_bridge +EXPORT_SYMBOL vmlinux 0xecf46d51 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xed0774ea elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xed294317 seq_open_private +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed6f5983 decrementer_clockevent +EXPORT_SYMBOL vmlinux 0xed723633 force_sig +EXPORT_SYMBOL vmlinux 0xed8d35c4 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xed9d7d2f netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xed9e559f __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xeda5b2d2 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xedb724ed dev_addr_init +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc410d0 udplite_table +EXPORT_SYMBOL vmlinux 0xedc835b5 kthread_stop +EXPORT_SYMBOL vmlinux 0xedd5551b input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xedd66ba6 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xedf62fc2 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xedfa03d8 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0xee052c78 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xee1b674a md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee46f30b blkdev_get +EXPORT_SYMBOL vmlinux 0xee5fd44f tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xee8950ee lookup_bdev +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee961175 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xeea807c0 search_binary_handler +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb5bd3b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xeed195f5 kobject_add +EXPORT_SYMBOL vmlinux 0xeeec26a7 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xeefaaf8e buffer_migrate_page +EXPORT_SYMBOL vmlinux 0xeefc40c7 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xef18dbf3 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xef205230 mmc_put_card +EXPORT_SYMBOL vmlinux 0xef3dbbd8 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xef786dcc ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xefa66676 generic_show_options +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefd775bd security_path_truncate +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefde1bbe flush_dcache_range +EXPORT_SYMBOL vmlinux 0xefe0ee19 vme_register_driver +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf002f35b serio_rescan +EXPORT_SYMBOL vmlinux 0xf004003d pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf040cded pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xf0421bfa nf_log_packet +EXPORT_SYMBOL vmlinux 0xf04c4e29 nf_register_hooks +EXPORT_SYMBOL vmlinux 0xf052e19c vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf09c5f5d nf_log_unregister +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0a435ce blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xf0a8237a radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xf0ae4349 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xf0b8becc write_one_page +EXPORT_SYMBOL vmlinux 0xf0b914d1 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xf0c21f5f __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xf0d85ece blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0fffc17 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf110271d ip_ct_attach +EXPORT_SYMBOL vmlinux 0xf1166072 textsearch_register +EXPORT_SYMBOL vmlinux 0xf11cd6ce down_interruptible +EXPORT_SYMBOL vmlinux 0xf123f3a3 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xf133ac35 km_state_expired +EXPORT_SYMBOL vmlinux 0xf13b53a1 km_report +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf153f35f abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0xf15404ed dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xf183189b __ioremap_at +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19af7aa xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xf1b15fdb free_user_ns +EXPORT_SYMBOL vmlinux 0xf1d0602d devm_ioport_map +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e06df1 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ecd838 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf219e7f8 inode_permission +EXPORT_SYMBOL vmlinux 0xf21a53ba blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xf21b2dea pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xf222defb __ip_select_ident +EXPORT_SYMBOL vmlinux 0xf22881e8 lg_local_lock +EXPORT_SYMBOL vmlinux 0xf233a7ef devfreq_add_device +EXPORT_SYMBOL vmlinux 0xf23504ac rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xf23d540c __neigh_event_send +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24e9ead blk_put_request +EXPORT_SYMBOL vmlinux 0xf2748ba4 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xf2884987 iunique +EXPORT_SYMBOL vmlinux 0xf28e405b of_allnodes +EXPORT_SYMBOL vmlinux 0xf290aa02 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2ad74b6 noop_llseek +EXPORT_SYMBOL vmlinux 0xf2adf955 set_anon_super +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2cdca00 __f_setown +EXPORT_SYMBOL vmlinux 0xf2dbb6a3 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xf300de82 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xf307dc39 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xf30bd717 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf31f7162 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xf322a206 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf3398644 xfrm_lookup +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34c5ff7 sock_release +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35e3211 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xf3668689 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xf36a51e9 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3a83bdf netdev_info +EXPORT_SYMBOL vmlinux 0xf3af9880 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xf3b39516 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3c54035 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xf3c7213f napi_complete +EXPORT_SYMBOL vmlinux 0xf3cb3ff7 dump_align +EXPORT_SYMBOL vmlinux 0xf3ebe9de pci_release_regions +EXPORT_SYMBOL vmlinux 0xf3f52638 single_release +EXPORT_SYMBOL vmlinux 0xf41c1d9a __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xf428447f netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xf43a885a devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xf43d8387 tcp_seq_open +EXPORT_SYMBOL vmlinux 0xf43d921d vga_con +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf4420a56 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xf44aa4d4 ata_port_printk +EXPORT_SYMBOL vmlinux 0xf44c6e09 scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0xf44f628a dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xf45b7080 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0xf47481ae seq_path +EXPORT_SYMBOL vmlinux 0xf48ee007 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xf49f02f4 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf51bf88b nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf51e1f6d of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xf5222143 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf53df0a5 gen_pool_free +EXPORT_SYMBOL vmlinux 0xf55b3b3d __arch_hweight16 +EXPORT_SYMBOL vmlinux 0xf5829c05 __genl_register_family +EXPORT_SYMBOL vmlinux 0xf58567d4 key_task_permission +EXPORT_SYMBOL vmlinux 0xf58cdab9 inet_del_offload +EXPORT_SYMBOL vmlinux 0xf5a085c4 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5a62ecc _memset_io +EXPORT_SYMBOL vmlinux 0xf5b275a5 sk_reset_timer +EXPORT_SYMBOL vmlinux 0xf5d5297d compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0xf5e1558d crash_shutdown_unregister +EXPORT_SYMBOL vmlinux 0xf5e99aec fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5fa6124 dev_uc_del +EXPORT_SYMBOL vmlinux 0xf60616b2 kill_block_super +EXPORT_SYMBOL vmlinux 0xf6110162 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf63a8fdc read_dev_sector +EXPORT_SYMBOL vmlinux 0xf66ef3cc elevator_change +EXPORT_SYMBOL vmlinux 0xf679d989 kvm_read_guest_atomic +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf683ae46 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf6a338ef make_bad_inode +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6bed7d4 fget_raw +EXPORT_SYMBOL vmlinux 0xf6c43106 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0xf6cbe53f genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xf6d89ebf vga_client_register +EXPORT_SYMBOL vmlinux 0xf6e1859a clocksource_register +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ef3500 ether_setup +EXPORT_SYMBOL vmlinux 0xf7071ce3 mutex_unlock +EXPORT_SYMBOL vmlinux 0xf70c529f simple_setattr +EXPORT_SYMBOL vmlinux 0xf716945b dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xf71f0c47 devm_clk_put +EXPORT_SYMBOL vmlinux 0xf7289d14 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf74d18b2 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xf7513ef5 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf769e52b dquot_free_inode +EXPORT_SYMBOL vmlinux 0xf77a42ce dma_sync_wait +EXPORT_SYMBOL vmlinux 0xf78969fe of_find_node_by_name +EXPORT_SYMBOL vmlinux 0xf79052ed open_exec +EXPORT_SYMBOL vmlinux 0xf791558c pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xf7adcaf3 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0xf7cd3591 scsi_print_command +EXPORT_SYMBOL vmlinux 0xf7ceb0b9 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xf7d0d021 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xf7db9374 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xf7ddd703 __scm_send +EXPORT_SYMBOL vmlinux 0xf7eb9210 ps2_command +EXPORT_SYMBOL vmlinux 0xf7f5c988 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xf7ff96ec jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf80cb51d skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xf80de9ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf824e128 clk_add_alias +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8687170 input_set_abs_params +EXPORT_SYMBOL vmlinux 0xf86a7368 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xf8758491 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xf883e366 ata_dev_printk +EXPORT_SYMBOL vmlinux 0xf88d705c __init_rwsem +EXPORT_SYMBOL vmlinux 0xf89a90cc blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xf8a95487 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xf8b02183 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0xf8b0f522 skb_append +EXPORT_SYMBOL vmlinux 0xf8dc656b eth_rebuild_header +EXPORT_SYMBOL vmlinux 0xf8e04c55 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0xf90b5e8d netdev_alert +EXPORT_SYMBOL vmlinux 0xf912fb4a bio_copy_user +EXPORT_SYMBOL vmlinux 0xf919e5b1 pci_restore_state +EXPORT_SYMBOL vmlinux 0xf91aed91 generic_perform_write +EXPORT_SYMBOL vmlinux 0xf9228003 get_immrbase +EXPORT_SYMBOL vmlinux 0xf928b1bf jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xf92ce514 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xf92d35c5 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0xf940a328 __next_cpu +EXPORT_SYMBOL vmlinux 0xf95732b0 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xf960b222 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xf9a156d7 dev_mc_flush +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a9c8d0 register_key_type +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c2b106 mnt_pin +EXPORT_SYMBOL vmlinux 0xf9d2ff6f pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xf9ec757b scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0xfa35096d bdi_unregister +EXPORT_SYMBOL vmlinux 0xfa3e9f19 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xfa457721 input_open_device +EXPORT_SYMBOL vmlinux 0xfa4e7768 lro_receive_skb +EXPORT_SYMBOL vmlinux 0xfa55dc9b inet6_ioctl +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa600ec4 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xfa796ba1 tty_lock +EXPORT_SYMBOL vmlinux 0xfa798c76 of_match_node +EXPORT_SYMBOL vmlinux 0xfa882074 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xfa8f31a7 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0xfa96404b udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfae97463 simple_write_end +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb00c04c inet6_protos +EXPORT_SYMBOL vmlinux 0xfb028293 eth_header_parse +EXPORT_SYMBOL vmlinux 0xfb2c28af mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xfb468067 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xfb567ecd xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xfb56878a nf_unregister_hook +EXPORT_SYMBOL vmlinux 0xfb5be95b pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0xfb5f40c9 kfree_skb_list +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb83c6c9 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfb9ef4c1 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xfba84490 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xfbaac410 dev_change_flags +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbce60e8 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xfbd48551 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xfbd57ca3 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xfbd5af8d filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xfbd5d98c sk_capable +EXPORT_SYMBOL vmlinux 0xfbea8d7b fget +EXPORT_SYMBOL vmlinux 0xfbefdfc6 fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3b160f mempool_create_node +EXPORT_SYMBOL vmlinux 0xfc43013e __sb_end_write +EXPORT_SYMBOL vmlinux 0xfc52af8d sys_imageblit +EXPORT_SYMBOL vmlinux 0xfc570541 put_tty_driver +EXPORT_SYMBOL vmlinux 0xfc8632f3 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xfc9ee3af __dquot_transfer +EXPORT_SYMBOL vmlinux 0xfca82be7 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcb8282f of_dev_put +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcb9ff80 wait_iff_congested +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfccdb055 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xfccec3d8 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xfcea499a __mutex_init +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf184ba jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfcfbe3ec machine_id +EXPORT_SYMBOL vmlinux 0xfd07d7e4 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0xfd104564 serio_close +EXPORT_SYMBOL vmlinux 0xfd365f72 bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0xfd3f9e4f pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xfd410d5a unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xfd4f92b4 security_path_chmod +EXPORT_SYMBOL vmlinux 0xfd55c165 eth_change_mtu +EXPORT_SYMBOL vmlinux 0xfd5ee556 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd75cbdb inet_stream_ops +EXPORT_SYMBOL vmlinux 0xfd97e360 tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfd9f0dd9 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xfda71af0 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0xfdb6cedc _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdbea474 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xfded48ed enable_kernel_fp +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe2be4da __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xfe34df12 sk_wait_data +EXPORT_SYMBOL vmlinux 0xfe35aa4a percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xfe51ed89 md_integrity_register +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe75e847 unregister_cdrom +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe8b7e57 poll_initwait +EXPORT_SYMBOL vmlinux 0xfe8d2d52 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0xfeae23e7 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xfeb240c5 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xfecac6b7 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef14abb bio_unmap_user +EXPORT_SYMBOL vmlinux 0xfef20520 put_io_context +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff36c75c compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xff3f0dd9 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xff4cc0fb mmc_start_req +EXPORT_SYMBOL vmlinux 0xff5def52 bdget_disk +EXPORT_SYMBOL vmlinux 0xff6460da __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6bce7c of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff7fce3c tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffd111d4 __brelse +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffd5d9bd check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0xffd6cf69 dev_printk +EXPORT_SYMBOL vmlinux 0xffe1dfb3 max8925_reg_read +EXPORT_SYMBOL vmlinux 0xffead176 redraw_screen +EXPORT_SYMBOL vmlinux 0xfffe6408 blk_peek_request +EXPORT_SYMBOL_GPL crypto/af_alg 0x289197b2 af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x3aa50ffe af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x58716898 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x5b6dc574 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x7c8379f4 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x846c9407 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x90f3c7c9 af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x9b12fc31 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xcd13427d af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x56b0849b async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x4e767db4 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xfcd1c17e async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x8fae9b43 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xa40e0d77 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x291c25c1 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x5a838e20 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x79c851de async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xe29ab13c async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x545d7873 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xdca9f770 async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xda0e7dc3 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xfc1cf0a5 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xe0efd4a9 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x09e6bfde cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x24cac3cb cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x3505ef8f cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x3f337f81 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x3ff116b3 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x5bcede6b cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x65177255 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x73bd0a4a cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x99e676a6 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xbde23f53 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x12515841 lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x3328f53e serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/twofish_common 0x100710a9 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0xfa19c05c xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1bce1eba ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x242ffa25 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x25ccf4ba ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3471c9a1 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x490c791f ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5996e502 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5c9b6a49 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6cf010b0 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6d3320ff ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x860b5fb7 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa8e73bb1 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb042290e ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbaa8537a ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xccb7c33b ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcf3fc9ef ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd949ae35 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xda7f490e ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xdbf7a0bc ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xdeea9dad ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xdf1bfca0 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe16a59e8 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x331a8773 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x876111d4 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa2ddf0bc ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xafecd361 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd64cf2f1 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe676cd65 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xeeeb6d27 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x4c93266e __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xb0549b51 sis_info133_for_sata +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/bcma/bcma 0x0415f4bc bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0c94f333 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x170984bb bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1aadda9d bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x22f2cbaf bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x396b2318 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3df8fdb0 bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x43ea183e bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4a0121b0 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x524ff02b bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x62409a74 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7728331d bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8bacbaf5 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x93c8b1eb bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa761c99d bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xba8f8bb3 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc5b95c8f bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc61ea7c5 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcafa8dd4 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xde5387ee bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xeea380e9 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xef8735d3 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfde43eca bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0f654a08 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2f3f542a btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7ae2c9d2 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9959fbab btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa1ddb229 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xabe0d804 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xceda745f btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe0e84f5c btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe9959d87 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xefece4e2 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x08c016f0 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x129ac65e clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2253bb80 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x29150a6d clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x41026928 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4c59852c clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4d489bce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7df982c2 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7f434d94 qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f141ab4 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f2fd77b clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93e21c99 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1305df3 clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1d46d06 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa4fdc63f qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcd4c7f2a devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcea2150a qcom_cc_remove +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8cb8432 clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeecd55bc clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf89297ed clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfb36fd32 clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x4d465730 dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xa62fc8dd dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xaeac22bf dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x549c9ca0 vchan_find_desc +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xb36b7e14 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xd1c9886c vchan_init +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xf2886f38 vchan_tx_submit +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x04ab7c1d edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x21450615 edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x345652aa edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x38169e71 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5cf5b593 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5df71bf8 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x601d221b edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x606c47d4 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x63b87933 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x712d3053 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x78176cc1 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8b7e8c26 edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x901d498b edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x918bfe58 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb73125ef edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xba17c300 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc4d27c44 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xcf8f89cd edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd38be754 edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xdd20c187 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xdf555cc0 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf8470d06 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xffe875a2 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xa6ab86a3 bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xf7a071b1 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x17bc09ea __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x4059f3e9 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x523f97f9 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8e9c19b6 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9cafcccc drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x33150f85 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x4b4ba1d6 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x4f97ab6a ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1ceba500 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1f48b949 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x275560df hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2afcdcaf hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3196bb78 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x320cfdae hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x43ffc7f3 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x44df5834 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x453f3199 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4984b8c7 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x54213f00 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x55482aea hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x60f94aaf hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6e852be0 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x71fac06e hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x845c6a1c hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x84c2f719 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8e644091 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x99129d80 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x994d4c2d hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xab7c9db6 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaf1d49ec hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb9fa6c8a hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcdabead0 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcfc41c2c hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd63d645d __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xda0cda60 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdb2e69c9 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdd6e18e8 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xde2a9d24 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe597a2e0 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xef0d4233 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf9dcce62 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfe1965e9 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xff1defbb hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0xeeefe756 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x3a6a2b73 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x3d3f2822 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x3f6975dc roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xb0e209c8 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc154135e roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd78e8185 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x21d82836 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2dca0577 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4dcddf86 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x67606570 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7df810cc sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb35bf6b2 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd1e4be3d sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe86366d7 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe8646bd3 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xa507c9aa hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x04f990dd hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x08a62eb0 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1cd34ad5 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x22a6e608 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x25a964e1 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x48b8898b hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x57868bfb hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5f610c3b hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6e94b885 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7c44e7ca hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x83a147e9 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x88d63833 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x90fad8f7 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb210d782 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xce0a537e hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd7b65c91 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xdc72d56c hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xfdaad761 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x19b15403 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x23808c97 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x02ae01a1 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x0d713cfc pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x18b67b24 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x21119dc5 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x396ee29f pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x80582bcb pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x83d2e0e8 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x8b5cc4bd pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xbb2c951e pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xcf1743f7 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe990e993 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xf78ef552 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x47b29ea4 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x4e260587 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x4fd774e8 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x584ec2c6 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x76f139ca i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x7d420196 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x8eb824d1 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xa9fb30ae i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe386807f i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xd0af04c7 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xdc247706 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x0f8f15ac i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x73a0dc28 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x0c417148 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x34208a57 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x382bc0b7 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x4d572327 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x53b54f62 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xb2311b28 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xe19611cd ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf283bb2e ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xff0a93aa ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x08f4d3ab adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x1a1525e5 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x45df706a adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x4d6e9f5c adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x68e916cc adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x90d2f68d adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9896d80b adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9d421cf3 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xaa5f8f4c adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xb5a1b7a3 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xb7f10c60 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xbc9bbeaa adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x05684fd6 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x10c4eb49 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1547ab0f iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1d998efa iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1dee024d iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x288e3558 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2e489cd1 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x33fbec9e iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3483a003 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3e5a230a iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x425b1e60 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4592fca3 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4709f05d devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4f66f080 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6f4148dd devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8030e496 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x869cac29 iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x898c3bb7 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8a80d9e7 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9e179b30 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9fe64679 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa000af23 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa9e24c3f iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xac80a674 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb22e35dc iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb44ee164 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbe9a1912 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc258949a iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc29d93e6 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcb096731 devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xce42f646 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd52658f3 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf04bc791 iio_update_demux +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xe77e4637 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x569685bc matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x6ce9c532 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x11a41845 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x4b2659c1 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xbe10719c cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x402622ea cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xf786fdd3 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xfac8bc2e cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xd028fdc0 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xde83ac50 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x06e058e2 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0843cbb7 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2914e149 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x293e001c wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x50d1fdcf wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x729ff725 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x81c5e00b wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x912aca93 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9c7bfd51 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd088a88d wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdb5715e1 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf0632e98 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x310f89e9 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x3dc960a6 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x45c91729 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x72383510 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x75002b87 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x7808e8f1 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa2bea819 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf81708d6 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xfda428c0 ipack_device_add +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x205c97d0 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2a8725b8 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3be7a971 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x57076c8b gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x594f81f7 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x63fb30d3 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x756bbd81 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7a14a5de gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x81169045 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xae1c204b gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb230e6ea gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xbfcf5e14 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd858e672 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd98bb452 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xddfc94c5 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xeb6d4c89 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf1ab3055 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x17c76675 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x25c57966 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2a8c46d9 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2e3461ac lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x4635847f lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x51dd740a lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x65f34132 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x70ea9c32 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x98fea463 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xed5db982 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf0eb0772 lp55xx_unregister_sysfs +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 0x3961c8e3 wf_get_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x3f794d70 wf_find_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x4c426ab2 wf_unregister_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x60ff50d0 wf_put_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x75147afa wf_set_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x78530633 wf_put_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x93dc679a wf_register_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x94765fac wf_critical_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x9bf68818 wf_find_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xa2f19a49 wf_is_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xbcace2a5 wf_unregister_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xcd5db576 wf_register_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xdeec1cd1 wf_unregister_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed82a14f wf_clear_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xfaf6c0d1 wf_get_sensor +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x2aac8170 mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x2f2a4145 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x341a0c44 chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x40e100a1 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x525c3c0d mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x6f22d42e __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xba6d95e6 mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xc8e5e0f1 mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xcf2fd911 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd0609051 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd3304a6d mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xf526068b mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xfcbb50f4 mcb_device_register +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0ec17d44 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26062738 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fc380ce __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x40c27b88 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c49fc16 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51a15737 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x616b6217 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6907ac0d __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7be42a1c __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e532a71 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x914361f4 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9272fb0f __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x938cc2b2 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa649dd21 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb157059f __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb317649e __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb493772a __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb834c124 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbb1fc0a4 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc4fcb1e __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1474d91 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc379085a __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5aed8ad __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7eda602 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce055cbe __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe20fe821 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe24daf87 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe2ed0930 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea2303e0 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef1156ee __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc131205 __tracepoint_bcache_request_start +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 0x32c8ce23 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3b52ff46 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x41ffb06e dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x47e29332 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 0x9f892dae 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 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd9a88f9b dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xdcc42659 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x585b440d dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aba7f5e dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9310ba06 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9c256008 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa1d2413a dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa448e19f dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xafbda3f3 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcbb1bae2 dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +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-cache 0x0b61f942 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x216734eb dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x31c65160 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x7fcb6d1b dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xb2961e26 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xc6e77124 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xdbfbef29 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x3e82a532 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x62284488 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 0x22f793d5 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x24543a22 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x347452f5 dm_region_hash_create +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 0x4430764e dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x45ab972a dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x581c6c57 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 0x7b4952c3 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa68e1f06 dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xb8546a1a dm_rh_dirty_log +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 0xfad9d53a dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc62ef4e dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x17c36f29 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42dbdfc3 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x49b35849 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x55b4bd4d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5f269b8d dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x827a42f4 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +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 0x9f624559 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xafeda29f dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd29923fb dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf375d009 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5455120 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0xae31f952 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0xce723a82 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x3cb17c43 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1f435443 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x20a5be54 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3f42cc58 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6509bd70 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6b3fe4ef saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6c27b1f6 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7a9b524e saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x94c1a6c3 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe6897d8f saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfc6114ca saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x05df85e1 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x31bb4e32 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x54ce0630 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x72c11113 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8e104e93 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x94d0dc9e saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xce80c8b9 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x006c5e1e smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1b5dd674 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1c9b99e8 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x44d6b101 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x48be8f8d smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x646807aa smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6ba91b38 smscore_onresponse +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 0x7f37f9a3 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x86b713f2 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa6f80398 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb41a2c85 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbb879db2 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbdb4976a smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc1811085 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xca7d8a7c sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcf63d556 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xec8bf923 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x496e0e1c cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xdb3fc899 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x057e8459 media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0x198fbfd1 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0x28c33431 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x2c6507f3 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x31aa4660 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x41ad99b0 media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0x4cf3594a media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0x5305449b media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x57d9eb12 media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0x733d9375 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0x8c49a49a media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x96e0d60c __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x9f52edc6 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0xa11b178d media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0xcce9b598 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0xcffa19e4 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0xe21a7db0 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0xf41568d3 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x6cb871e8 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1773454f mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2d400455 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3cae5c1d mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3cc3ac04 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3ef1d481 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x40f9ea38 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x59f65b86 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x72480e71 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7540c324 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x83f1bd9b mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x91c845c2 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbdfc83e2 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcd7a1fee mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd2e36076 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xef04b02b mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf3772197 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf81ee427 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x11c879be saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1c8d264b saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1f3406f5 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2605f4a2 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2bdc194b saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3173312a saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5242c378 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6002cbac saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x65ebb4f0 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6ff119e7 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x746e3de2 saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x757a38e1 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8010a965 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x88108648 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x893656a2 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa22c2d53 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbae3c6da saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xef4a0ae4 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf09c5364 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf0c74743 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x0f853ad5 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8bfd21a6 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8c3192bd ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x99d1e7da ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa521ecc1 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd5c2c6ff ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf2a2dddc ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x305935f4 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xc1fc9756 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20e72280 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2edc2cff ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2f8ee58c rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3895b7b8 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3a9b7a92 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x409bfce8 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x41079ce1 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x442bd8ff rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x48349780 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4e8ccfd0 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x593c7ac5 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5cc35dd9 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x659d0d2f rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x87c7efe1 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8f19136b ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xad121e04 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xaf240abf ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb5ab888d rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe1aa17ea rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xc59c8899 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x27d094f7 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x382e2d4e mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x7f1d12e1 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xe8479465 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xe1bdd324 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x2f9d0149 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xe9a7426d tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x477d7842 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x895a88e7 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xf5914ef5 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x55715dd3 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xb19998c6 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xafbb26f4 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x26626237 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2a61f922 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2b4c1d5f cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2d4aa481 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x32e4fe42 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3cf3829d cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x48f5c848 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x53af36df cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x56f9d3c3 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x68a5cc9d cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6c0ab1ed cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7b07c5bd cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x80e6bac0 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa53f9039 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbfa0d462 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd0159bc5 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe3d91fb5 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xeaaa0670 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf3915b84 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x2dd6e100 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xe2e960e1 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x09535dbb em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0c096953 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2e0abf85 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x44ca3772 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x49e960c1 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4dcad07d em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x56b554f3 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x78b9ae34 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7cb87182 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7e2902af em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8a28d9be em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x942baf14 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa2285dc9 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xaa0402a2 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xaa9acd76 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb9dd9a1b em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd50c0387 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe747b2f2 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x07e5e1c3 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x5008656b tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x97bef5e1 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xfadd06cc tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x340b97ae v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x474315ec v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x4a772774 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x5aaed573 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x8300373f v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe9521122 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0758e46e v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1253bd35 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x21bf39a6 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x27eb17b9 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x30e82f99 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5650a10c v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x56a35ccc v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x579a08a6 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x581c2484 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5b036545 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x62192c10 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x64ed7ce3 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6e1ee815 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7344f15f v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7a32dedd v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x98706dbd v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa3e2f5e5 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaa3345b1 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb89aa345 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xccbd32e0 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe647abaa v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xedc197e8 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf3a96e04 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf9ee3573 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x020b0105 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x024cbfd9 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x02b3c4fa videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x04c14f5d videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0935e38b videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0b213df7 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0bbc4686 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x21a0a968 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2807f2da videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2fb8a341 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3e8deafa videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4b709b54 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4bd09b1b videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5c92add9 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x65199115 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6f842ee9 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x725883f6 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8d26ef79 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9f3fd619 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbbe4bebf videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc1f9b9df videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc24c6642 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xca2c235f videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe3892e1f videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x987d6fa0 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xbd8202da videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xec7234ed videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x0582f0bc videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x094d41bf videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1220f8b5 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x64213883 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x6eede73d videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x76c4ff54 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x79dc214e videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xdd871d07 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe719f66f videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x2fad6642 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x417d6a12 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xe69a3b54 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x03de528b vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x231bdb14 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x24584c54 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x279dd65e vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2b19752d vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2b8ff7d6 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x332da3b8 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x34079631 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3747ee6b vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4198f301 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x46bae6a1 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4f0ca4ec vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5231c545 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6287509c vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x640d3881 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6d3ab620 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7b9c3ac6 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7e995065 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x805e140c vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x88cdffa7 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x97142f64 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x99d11eab vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x99e6876c vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa50b7832 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa5f8ec7d vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xad7d76e8 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xae6bf04a vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbd59c75d vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbdf4f91f vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbdfbb212 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc4c71bf9 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc6e51103 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcbcab150 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd4d3e108 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe0b7c25c vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe42ad1ba vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf7d4cb27 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf94cc5ce vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x806ac646 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xc31bdcd5 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x7dbfe88d vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x00b8be02 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x40cdade6 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x5d21d542 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xec0663c1 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0xeaa93a48 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x00316e19 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0c491031 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11b7d7cd v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1ff44991 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2803cb26 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3a54c888 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x412431ce v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65225788 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x74860420 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7667a8ec v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x77f5627d v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7ba78fa4 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7df0a045 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9cf2b254 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xac9051ef v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xada869fb v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5f4d3d5 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb95f12bc v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbc9b5a17 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbfda9e82 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xce27985e v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcfa3c8d3 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd0cf451d v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe7ecbaeb v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed9c0764 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xefa54380 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf40e4e7a v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfa3b3bf8 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x53e4194b i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x6f112a1d i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x86d95562 i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb1d10545 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xbad9acba i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xbc317859 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xcfe708ad i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xd5783d6f i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xa35a1f6f pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xc898d503 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd43f5cb9 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x19598d07 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x35ad4a96 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x4543f0ed kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x75d5e6e5 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x98dbb955 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9b3a67c1 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb9d76b8c kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf6cd6f2d kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x205b29ae lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x35b22a70 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xac6d2d3f lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x3349541c lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x41fe7869 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x45848a3a lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb430320a lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xce5fbc00 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xee138fd0 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf3c07917 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x4b2a3bfe lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xbc75d409 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xebfbe880 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x0f14f979 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2550e301 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x375f1669 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x65eaa821 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb0e1d141 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xc232a14e mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1d666ea1 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2820a632 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2bcf778d pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x32b3824c pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4d166ece pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x746df5d5 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7bcda443 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x844a6417 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9eeb58a9 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd06be89d pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xed5248c4 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xafd1fe24 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xc4ae5371 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x4f639f8f pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x7d19e120 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x8b5b4557 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x96036d2e pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xbbdec2f4 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x166d0cf0 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x26cb5c45 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3a9f8f4b rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x422a4ab8 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x545a60ab rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5476a29d rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6bd9d342 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6de8b602 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x74bace71 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x7f376f07 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8d8f67e0 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9acbdfe5 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa83245b3 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xad62d7d6 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xaf0b0b3f rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb31c202b rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc91a3afa rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe3099f29 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf6063773 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf74ef81e rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xffe26094 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x0af01a3f rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x3d899823 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x5a6e1a76 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x8fa0676b rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa5c49898 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa808a820 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xb15e97ef rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc5ec6a8d rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc9b8b68f rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc9c4973d rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xd1064564 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xed377c40 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xee9ca700 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x023a1322 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0712a2b6 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x074ba7c9 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0787a06b si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x142aa00f si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x163621fd si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x18f43caf si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x33d0ee25 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x35640774 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x35a55390 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4b510947 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x566b4b9d si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5a4f7514 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5f986e87 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x78397c28 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x82c261ce si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8da1b85b si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa1bea66e si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb2e09a8b si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb63eba0f si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbad75fb9 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc298cc43 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc2bc4462 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc61931c2 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xce220eff si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd6e52137 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdbd120ab si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdd4fe529 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdf503e7b si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe7db8453 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xedad4f13 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf0e82536 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf47320b1 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf7cea2e9 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x25b11c00 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x3ef35f25 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x576cda30 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x8855fb1f sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x905c4f6e sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x3cb4f47b am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x54d48c7a am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x55b667f3 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xb681dae7 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x153de5e5 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x189274af tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x260c7ed8 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x2edef01d tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x658ea966 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x854d3209 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x87930179 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xbe8a9036 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x9e52be71 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x1718b7f8 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x200385e3 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x2b1ff914 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x5b82892a cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x03924209 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x2a854308 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x3ce5fc5a enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x696e630b enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb870ab41 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe3917f94 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf2244faf enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x11ae1e67 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x17cf6ae9 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1f32a76c lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2c886010 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2de3cd87 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x72fcbaf5 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb25a1f7c lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd37b2f44 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x0c66b1b3 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x3d42b5b6 st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x002a8e4d sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x065b13b3 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x20a6d8df sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x30cd1ad8 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4abfaadc sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x62698e4b sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x68ddd41d sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x703fe912 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7dd96baf sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x85695c63 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa1e98c2d sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb3c310ef sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbac90539 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc1d69b2b sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf185b59d sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x136579eb sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x69fc038c sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x7aeb4876 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x802fb026 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x86657e89 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc6d1a207 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xcd5310ff sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xda5e79d0 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xfea35d2f sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x10ec6ae2 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xd2db6a9c cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xedf24f74 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x3242af23 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xbfe92b75 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xc1bb60a5 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x63a1bb07 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x0be21672 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x6ab81ef7 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xc863fdab cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x02c9dcd4 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x03e03eb3 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0893ed72 register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0a3e295a mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0c3a44c0 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x11ff1b06 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x140f157c mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x16c07399 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x27ab9855 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2c1587ad mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2ca962ef mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4d97370e mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5a1671a8 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5d5c4d41 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5f88f386 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x64013bd7 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6e542b33 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7adb77e1 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x80382ca1 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x92d3e185 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x951ad218 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9a13bf04 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xac9da0d8 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb15e2193 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb5b9cb23 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7143909 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb77ac489 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb8a526ee mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc0b8c41a mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc18b92ef mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc20bc66c kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc2558214 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc3b8bd9d mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcc88ad16 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xda05bb2b mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe5d06fc6 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xed190c72 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xedf25769 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf123fe74 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf842047e mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfa7828ab mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x14e8d1a2 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x584308ce del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa0a6e4e7 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa59c8f7e add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xe048bb7f mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x882dae43 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xef55f3c6 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0xe1b9b60f sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x725c7ee3 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x99a2f16c onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xcc2735b6 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x02aca1ca ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1c5396f1 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x263ade49 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3b916511 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x40a9928c ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6fcb3659 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8235b1f8 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x97afd725 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xadb6f818 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb0c1f72d ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd4bacc1a ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xee26c1fc ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xef75fc74 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x09a21125 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x111a0859 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x1485ed1f register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5eb48d59 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x770464bd unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xbbc61fc8 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x02adf42e register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x08e782a1 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x17117109 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x1e29e632 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x24dcdba5 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x47261768 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x4842912b can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6dfb0ecc can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7440808c close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x77451ff6 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x869310e9 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9c49efc1 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa65f2681 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xabc3b4f5 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb117bb53 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xed554a54 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf3e1e620 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x10b4b755 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x2fb1aa80 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x35914e78 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x80125163 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x023f5f75 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x3c8e0dc6 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xc24a19eb free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xe6746a07 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04054f7b mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0981b885 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x102ce474 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1089ef8a mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10cf4eaa mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11dacb18 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16bd573f mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1797dd5f mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x194546f3 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a9c94b5 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b40f235 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1dc65843 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1de16d1d mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24d2dc96 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24daf24f mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2841e76e mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28da0e05 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29109fb6 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29ca7535 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2aaa15c4 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e0e1608 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x30617eef mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31a96918 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36fd21c8 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x395ee5c0 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a0a6604 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b11ce0d mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b69660c __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c8b6399 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e01d72a mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f75f8a7 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43e1cb55 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45e8aea5 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4814a6e1 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b43e210 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f5a3de0 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50567463 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52ebd16d mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59b4d359 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d24360c mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60205419 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6134b99f mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63859a8b mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6395041a __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64cc8f74 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6676ac75 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66e8fdb9 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a8943f3 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d0f65e7 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ed570ac mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70f10489 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x724c9a7a mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7281301e mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x732493f6 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73b5aa0a __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74e6a2a8 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x768400c6 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x788a9a46 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7918a608 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x798c7c78 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a4bf522 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7cbadd2f mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85df0447 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f97d407 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93bf22c8 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9436bd69 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9aa4c79b mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c9373bc mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9eb2022b mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8ca6dc0 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa021c6b mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb03ae891 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6220b8d mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb716cc24 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb71d0026 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb879c513 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9de1647 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd68be09 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe0271f6 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf91cae2 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc50963fe mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc91d2e1d mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce6a8e23 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd17fd677 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd310529e mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5cc9f38 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6713dfc mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6bdb49a mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd72f5466 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8b374d3 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb0b31a4 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbd74caa mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd5eb36f mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xddc98cb1 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdeb3624a mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2102dc4 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3bfeb67 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe59e5bfb mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe848149a mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec448dc6 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed14cf90 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee202f19 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3c6db3d mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6d84b0b mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfedfee0b mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b844564 mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cf07b39 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3aa96670 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ca56f50 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5723f29c mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6fbe4389 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x906ff560 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93f051b8 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x964fd1de mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa629cb44 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2a769dd mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6be93d8 mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdba4d030 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe400f335 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf48e4f93 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4e5a74c mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x0092f543 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x166ff51e macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x42ec406e macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x86b508f8 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x8274cb8f macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x456f8fd2 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x33ee7fed usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x431e5ecc usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x7c20d464 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xffb97db0 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1d15a5df cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1fb4c254 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3d8a087d cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x43ddf869 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x56688348 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x5ad0d515 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x828e59ee cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xca9c7ebf cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x2f179ef8 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x3a679426 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x40de90bd rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x59f23e87 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x822d0aa5 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xb937ef54 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x00e51698 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x026af295 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x04e38ffb usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0f28ae18 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x10bccf76 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x23c4e57c usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3b8df3ad usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3d55bcf5 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x57501688 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x57b2f805 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x610344b7 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6114d7d9 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6b22bd25 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6b50c100 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x947f8188 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9f15854b usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa441b5b5 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa839b930 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xac9257aa usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb40ef7ef usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb5528a68 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb962c566 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbdc89956 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc205f2f3 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd5756b34 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd6f43095 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe7b50703 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf93a5b89 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf9b6b10e usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfb2c29c6 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfc7b92a9 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfe38ec92 usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x596fadd3 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xcba7b04b vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xd3264bcf vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xf8fcfeb1 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xf9c14191 vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x088e791f i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1a1076c8 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x3bf19505 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7804d0be i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7c5b2147 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7cdd0825 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x833ba4cd i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x91e716bb i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa6ef2b92 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xacdfe391 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbb4913bf i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbd946b6f i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xcb63cde3 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xea20b3c2 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf06a615d i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xff80a291 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x2d47a0e7 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x56feb314 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x573c0f1b cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x6aa4c0f2 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x1046818e libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x39484256 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x45fa7c98 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x7574fd5b _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xcbe2650a il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xec6140a2 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0b9ec687 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d556623 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1291ef1b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x18ff4fdb __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1ac36ff0 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x2238f5a5 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x2869b7fc iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x28ea0f65 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x310c67af iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35d6ee0d iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3d548dab iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x47c973f2 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5208c5d0 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x52a94685 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x53b2acab iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5f3458d1 __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x656c036f __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8fa73d6a iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x92e4c147 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9e52afc0 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaa6d08eb iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb1ee60d1 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb3dab550 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc67c31ed iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe6d444e5 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf6652c12 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf9339772 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x29eee225 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x559b8c2d lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x563564de lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x65d49cc6 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6d456d74 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7acd6038 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7c33863c lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9cab86f9 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9cb84f96 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9d60a688 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa0d9ade8 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa6d75c2f lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xbc03045c lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xde830400 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xe4daee6e __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xee857bab lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x0a910df9 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x2144a5b3 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x2bca186a lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x3f8222a9 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x9dce3c5c lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xa6b704f1 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xcec15eac __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xfff08e96 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xdcb2103b if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xfb7041be if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x0dcd3f63 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x0eaf9c12 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x3fd7bbb4 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x43989b6b mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x704c4124 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x72563f41 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xabeea092 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc1cb44b3 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xd4bad46f mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xd6b51e07 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xd80f5375 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xdc62e720 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xefa832ca mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xefc526ed mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x0907723d p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x3251c3d2 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x38b8fad4 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x4cee6033 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x8a7fe2c8 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb180c5d4 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xcb3b8152 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xf0fa22b3 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xf1742d13 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x626f9874 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x66b5b9f4 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x87cd2fb8 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xacee0a70 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0379ee14 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0e4d8154 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0e7ec9af rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1045fb2f rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x13bfbc1e rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x15f2bf5a rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x185068e0 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1b6a04a3 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x27c14128 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2b4acd46 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x39eb382a rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3d15e1cf rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3dd49203 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x47444707 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4f223e04 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x576b5d2f rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x60a85377 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x67602266 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7a207490 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7b42576b rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7dccfdcc rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7dd4498d rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x854567c8 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x92a197ea rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9a2cbbf9 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb700c026 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb74402c7 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb8e6e5f7 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd07206ea rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xdcf84616 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xdd04f9a3 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe4de474f rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe9450abb rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xeb79d773 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf52ead63 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf6ab763a rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfabb6244 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfe257e57 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x19bc5b2c rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x54885136 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x6afbd257 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x878192f9 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x8995a872 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x923aa941 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xb6191a9c rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc0e98e9f rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd1e9cab2 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe54ee6bd rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xef069099 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xf6312602 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xfb40573b rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x04c7947c rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x08c3d950 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x09741723 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0e010e04 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x116f7ba8 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x11b1a751 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x154b1980 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x17e0156b rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x193425be rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1b1c1de4 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1f0723d0 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x229d241c rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2703174a rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3c8a2584 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x40c78982 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x439233c8 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4880fba2 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4e60e487 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4f2dd422 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x550fbb68 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5823a2d2 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5f5114fd rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x76b3a181 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8ed31ceb rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x90565b9b rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x99571610 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9ac22399 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9d8c37a5 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa37fa921 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xadcce3e4 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb699bfb1 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbfafea01 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcc5f408d rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcf77869d rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd0d8794d rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd1ff95c5 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd354518f rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd98b724a rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdb7f52fb rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe688fb2b rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe839d341 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe8ac7b45 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xefaf57c1 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf33b0c7f rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf717de37 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf9c449f3 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x3f05628c rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x86a47a62 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xc6ebd52d rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xe19630e9 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xf512638d rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x813fb330 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xc7ff6b58 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xc9e063fc rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xe85a68ac rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x1599055f rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2a1912ea rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3b2cdd6f rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4968a00b rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5083780f rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x58d47baf rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x648e6da9 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7c57cb39 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa3d9652e rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xac2b1a2c rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc96c486d rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xdf30e332 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xe1fefd9a rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xed09e26c rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xee4e77b5 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xeed6011c rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x27ccc01f dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbf54e959 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcba015d2 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfc2aaeb2 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0c6e6d78 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0d39190e rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1b83fc48 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x262bbe32 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x287dc9fb rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x30c3630a rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x31e117ef rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x51bc5c74 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5a7c939c rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x637ac2a8 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x68337d4f rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6eff98be rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x89fe8745 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8a6d5f61 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8aa574ef rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8e621c90 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x942df5ea rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x946ac526 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9a494442 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa2b10cb9 rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa8f264a0 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb1db8e23 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd68d51c8 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe44f5d8d rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe90090c5 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf60b0b49 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xfa4dd2f0 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0d0b6636 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0f4580ee rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x10382c3c rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x1573531e rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x262497ea rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x2f4b3d29 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x681be30c rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6b4de810 rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x74109f9e rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7482ee54 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x987d8f49 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xa99b32d6 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb2a932a2 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb5cf909f rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xbf94a60c rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xca2676e9 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xcc17ae5b rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd7f06b6d rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xfb052b72 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x44b25e33 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x5e31f092 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xc04fd84f wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0793ef1f wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0b6de867 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x15aec1a1 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1d81b944 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1eade48d wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1f2a4208 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x25a39a43 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x47d6b9b0 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x486cd940 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x491d05f4 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53df2212 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x59966a3c wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x69ecf2b5 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6a5a8ca5 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x710a426f wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x88d79e6f wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8a12ef63 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8b642fd6 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x957bceae wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x959d6c43 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c44e123 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa06e8859 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa07e325e wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa341b135 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaa3adce9 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xacea5008 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xae64e499 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb7212bb5 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb805a0fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xba9c5bc9 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbccafbb2 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc8791850 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc9fb31d9 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcb30af77 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd9511349 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf4613c90 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf46d51c4 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf5a1594e wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfb4ad36c wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfc118877 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfe50cbc5 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfea5a61c wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x001ca525 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x078aef2d nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x923c78b7 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x3d04683a pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x5ec80bc8 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xe9a30a75 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x094aefd6 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x95c3401e mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xa282289f mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xcc39710c mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xd60c7be8 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x2246eb06 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x65582bd9 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xbe331b50 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xd376482f wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe896bdaa wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xfe19de97 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x05291021 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x10c8f3f7 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x14d04641 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x18d4b8b9 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1e5c2386 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2336fdcc cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2c6456bd cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x33d93954 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3884feaa cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3d10f2a7 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3e3bd14b cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x45a62f63 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4885c743 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x49c863cf cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4c58b880 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4ced7474 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4d0b822f cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4f6ef038 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x538f036c cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x54fd0bc1 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5e224b8b cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x62a326ed cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x68a7c3a3 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x73da390b cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x740a3df1 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x75777c94 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x76c420a2 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7e64feb2 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8171c3b5 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x88c2c762 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9b427df9 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa71d2ec3 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xabfe1944 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb46be556 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbfa01cba cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc12b946d cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd516c6d2 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd81711d2 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd827f2b3 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe3eb47e2 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeb6a1f00 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xec78af41 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf28234a7 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf4c13850 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf9c8ba00 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x01d30a5a scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x6bf3c45d scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x7fa937b8 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xd5debdb9 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xdfce0309 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xe69008ed scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xeb106f8b scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x04e8a2df fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0585f13c fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x122bb4c3 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1edb5d47 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x338d1bb4 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x35c280d1 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4bee947b __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5bcfa62a fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7c0a6a7c fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x88c9da9f fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9ffee304 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc9494a84 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc96839c9 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd730080f fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe5675c20 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfb61a70a fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x257b2634 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x78cb3573 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x7c8f0fbb iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x7cceef24 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb5c9073d iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xfe71e9a2 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x08b2edaf iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0be69a46 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0ca6e84e iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0cf862d9 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1522fc97 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1926ae96 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x28705f02 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2ada960e iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x32d59cfb iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x383d0308 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x47b9cc68 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x530b34f9 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5d2143b6 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5d3c4481 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x68401bb8 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x695ba8a6 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6c6c3b07 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x736a19e3 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x74d4c62e iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7880b014 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x79ed6ec5 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x832ac8a3 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8e075f55 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x93a2ad07 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x95324b3a iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x998b8885 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9c7af6da iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9fb5f67b iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa6c4f658 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaa825e35 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb968c6dc iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc1552396 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc305d262 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcbafb21b __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd475bb4b iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xddd70b42 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdf5c9b5e iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe0287abb iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe4701b66 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe84cc449 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe92c8b19 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb332d40 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xec1cb60c iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x15780668 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1f506ce2 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x224fcde9 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x23eeba05 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4161cd04 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x486c6f94 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4dad8017 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x63227fa7 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x76dde794 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x881804fb iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x96e76c98 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x97a044bf iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xabfc9ad6 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xae8f190a iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb74ccf9a iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe79ae04c iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xede8b152 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x02e67717 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x05f3142d sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1f5f340b sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x217d526a sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x269ca0a5 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x30672c6f sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3b512870 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4591c834 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6a6facdc sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6aaf14b1 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x78050c65 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7cd6871c sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7e36bbc8 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x84952f8b sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x88f741d3 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa6198348 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaaaeb74e sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb2200484 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb4290f74 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc556733b sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcb2510dc sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xeb15cad6 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xef381ceb sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xef4bda3b sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf1530909 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x12f853b3 srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x94d28f5a srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xa8dc0901 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xc9c7c9f8 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xddc63caf srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xec12f082 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x26e40e72 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x2c04c682 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x4baacb3f scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x608234f7 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x9223db6a scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xc55e7e11 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xc755396f scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xed6b9a91 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xf3592c30 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x143e9cba iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x17b4cbca iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1eeac3e8 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2b45611c iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2be197ab iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x32742dd6 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3b806ba4 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3da4d369 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x41950bf9 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x47172cb7 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4c7a1c58 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4d5f1175 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x535a3f50 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5e1b6942 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5fcd267f iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6cbeaed3 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6de7bf95 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x73026249 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7aa8b33f iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7b4f5a03 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7f0faad9 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8062ee8a iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x80daad1e 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 0x8ae39995 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8b532b87 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8fcf64f8 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9099be50 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x92b31794 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x97ac3a84 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa69213cc iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb20793f5 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 0xc6f9719d iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc72b3541 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd1e0e5b1 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe0f96997 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe260b6a9 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeec6ece9 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf68491e4 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xff18a25b iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xffef24cb iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x5862a720 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb1e856e3 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb764c14b sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xf3fca521 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_srp 0x14663fd8 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x2b183987 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x4c804183 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xaa7fd96f srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xb30b0625 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xce5a4296 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x0caf929a ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x32cf45f0 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x8e7daf96 ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x94fb6f5a ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xbaab3bac ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xf9dce59b ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x53e3df3c spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6f1aa312 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x9689e304 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xb12371ed spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xfa49c475 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x19e5e041 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x38b7b102 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x7cfd24b8 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x8d865c6d dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xb4200838 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x04cbc1cb spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x32ed7ba5 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x368cb60f spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x37b133d7 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x53b441e3 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x79eabfc1 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9ddf4f64 spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa207cd90 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa3d4214b spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb2978c9a spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc3cf5e22 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xce17a2c2 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd3f9b4d4 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd857da97 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe123a83b spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xeb931538 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf872160d spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfda86901 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x9afca887 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0169c50d comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0b586664 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x134b1215 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x153c06de comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1d175afb comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1f78613f comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1f7c32d3 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2549eaad comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x256be6be __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2a409c6a comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x314f23c9 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x34860478 comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x42bc3f7a comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4a8fdea3 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4f8e010d comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fa04ff8 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fea4a56 comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x528ca8c8 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x53c0d4b7 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x57b0b292 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5b6716f2 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6027ff4a comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x60364f41 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x61fd4035 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x644a0459 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x83c6caf8 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x897b6e44 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8b502ec8 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x96cef6d7 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9f81b63f comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa5149dc6 comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa61201e9 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa9da4909 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb300702c comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb343d1d4 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb75df2c0 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb8a61b89 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb904ed97 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb8ab80a comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xca0f5082 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd1467e93 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xda14c9ae comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xde92826b comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe0adddc3 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe2b0e183 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xeac9d58c comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf17b44dc comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf3b9723f comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf487f68f comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfd114878 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x24668f19 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x3fd8f4c3 subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xe855273c subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x340c3b46 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x36e0a195 amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x74a0c167 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xcc05db1d amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x0d0a9270 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x6cda0985 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x863a7a9a cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x889b98e4 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xded5b39b cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x2a09575b das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x02d69e15 mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1024490b mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x10d65801 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x16c11bc2 mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2ac68977 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x45e5a385 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4f610cb4 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x647ed296 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8436c2a7 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8983392d mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8c63f56a mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x91633450 mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x96cab7b7 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x97de1bc6 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xadc6caf6 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb409a0ba mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xbbed3d59 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc23d51f7 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xda784256 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe07221a0 mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe8164622 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xefc1806f mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x1df3b254 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x00cdbbd6 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x03c35c27 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x0c8a9ae6 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x44fe6893 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x53e44138 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x67aacbb2 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xbaa039ed ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xdfe85477 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x06af57de ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x517032b8 ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x54032a11 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x5f6465c7 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x78c3c18b ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd1ace959 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x2e044d99 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x631922c3 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x72e696f6 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x81d7be7b comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x9be9b77c comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xbf3e9fde comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xda964aca comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0ef1d765 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x36caa3fb spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x669baf30 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x732bf806 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x75ecac4e spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x760dbba6 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9172d109 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xa9170bde spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb35aaab9 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd525002d spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xdb522649 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xff74df2a spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x1528712d __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x2a068557 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x6f2415c2 uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x3f02a174 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xbb842e06 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x02327257 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x390f70a1 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x44130529 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x4e9c131a dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x061edc65 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5252c9a4 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x598a61b9 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5befc4d0 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5ea14958 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6a2611e8 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6d5f2519 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x73e77f29 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7a9fab67 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8d2f597e usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8f5d6a44 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x938bb7c7 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x95fd5f25 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x97212bd9 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa810ff97 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaa4aef4e config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb51d1590 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc02436a3 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc6edd16d usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xca41a335 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcbd0edda usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcd30f60c usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcd7cc33e usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd33942f4 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe3059636 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xec376e6a usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xee909c87 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf8da2aed usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x0e398f08 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2075b82b gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x31068578 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x4e1c1c18 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x51ace1fb gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x627b5e75 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x660cfd58 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x706c3728 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa209f741 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa911f176 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xb98ee029 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd1f8fe64 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd27eede3 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xf1645745 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xf99ba1ae gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x9b27653d gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xd766afa2 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x147a27bf usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x42a17b32 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x4c82942a usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x4ff9ef8c udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x5dd6fc8e usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x80d404e6 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x839f154a usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xb4601e3e usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xcc96ca41 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x0394d73a ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x62cf54ed ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xbf1efb6c ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2640a396 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2b078d91 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4bb578a1 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x57c2dd7d fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x8519cd0a fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x88ac10da fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x8dffde75 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9077ac16 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x907f8ef0 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x92b22347 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x933ccd57 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa866451e fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb2f40622 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc4bba8fb fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc8712dde fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x42e4e603 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x85874a62 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xc022640c rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xecf641d0 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x84ee7dd5 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xe68bedc6 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x02d8541b usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x031b4ba3 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1e74eef2 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x69c0f7b9 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb424f30a usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe3ee850a usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe508a4ae usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe5d2aa13 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xea27eaa7 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0b55e9c9 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x00c34c75 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x19bfd224 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x2bf2989b usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x6a6b795e usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x892a4d0a usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x27cbef56 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x098676c1 samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x1c589e65 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x36ac9f6c samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x3d31bf3b samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x6fb42e3b samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x94b8cc43 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xd4f838db samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xf65a927f usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0e5a1b35 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1ad16575 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x23a2ff10 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2980dbf7 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2c03f612 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x30b016f7 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x312187bd usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x317ad500 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x40311bb7 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5fcade92 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7765370c usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x81ec623f usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x86b92b67 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x91a28df4 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbbecdeef usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd18d0524 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe8c4ccec usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xeabfce95 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf85a23d8 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf87ff2cc usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfbe2de21 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0fb21554 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x102bc591 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2a83ea79 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2d51116b usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x444277f6 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x571fd03c usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x641ed95d usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x66ed49da usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7a742608 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x91bb1713 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x94bf90fd usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb1946dbe usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbb5538a3 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbe9378b6 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc3bb8f23 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xca50c351 fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd4f3c112 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xde795b72 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe390f38c usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe3a95e28 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xee4a423e usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf457e134 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xfd8310f4 usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x14bbb7c1 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x414445b5 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x45e7eeee dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x634e9ddc usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x727c1e70 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x74b69ee7 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x857cc0c6 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x919c0050 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9ec801c4 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xaabb6691 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xcad94ce9 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 0xea419a6f usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0bc403b2 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0bd816f0 wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0f86221d wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x122f15ac wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x66a24576 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x6980060d __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x7a69ad02 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x9a458e38 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xdace7713 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x02963f4b wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x05061044 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x2e5f18f7 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x4c2c4415 wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x52643bcf wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x5b09f358 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x641fb8a4 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x643b136e wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x786363a7 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x859c2bdb wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x8ccd7250 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x9faa269e wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb6422b34 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xd236b8cf wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x68c9835e i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x83970a2d i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xfe452c77 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x4dee77af umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x508b4c24 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xa111ef36 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xa4fe109e umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc830a987 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xca0b7a63 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd3e878bd umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xe68406c6 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d7f4418 uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0edd74cf uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0fc02440 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x147d813a uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1aeeba09 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1f6c09ad uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x20b84240 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x20e35c92 uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2681bdbf uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2dac0095 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2dbbdabb uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2f771f40 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3433f0b4 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x394c4f88 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3a8ee529 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x456231c7 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x476b5fe3 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x59357716 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6f843145 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7186344e uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x72ffcd0b uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x778fa925 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x816b9e92 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8d6b14ff uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8f2b4830 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x93bd81e3 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xaae17168 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac97316b uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb1f36db4 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbb91d9b9 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbd4d9bd6 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc1d3fc65 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc213f145 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc83112f3 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xcc959510 uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xccf44838 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd8b71af0 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdb595faa uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf0fb765e uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf21fc2f1 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/whci 0x3c8e5c8c whci_wait_for +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x01c80217 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0343c24b vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x081ef396 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1577a265 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1a17b5cf vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3d3c9be0 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x458d6919 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x51a1c9e6 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x53e338f3 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5be7efc9 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x60f62c1f vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6d1cb2bd vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6f07687a vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x70a47585 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7dc339ba vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x895ce7e0 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x905557e3 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x92728ded vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x942c4af5 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0f81e37 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb1a3d718 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb8e48840 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc579c8ca vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xca982db5 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe616c57b vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xefe8f405 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf1b93484 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf6311abd vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf90531d3 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfbe8e276 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x2a9546b8 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x3423e765 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4023e39b ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x48c42140 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc9f364e1 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x02bf73df auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x15a78603 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x2c531ee6 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x3e510dfd auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x47a83728 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x59b2a2f0 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x5a3e0198 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x6b8eb7cf auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xdc67a057 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xfd38a3be auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x27105ed5 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x40acb9ac sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xa433765f sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x068ac31b w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x09e88627 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3f093744 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x439938e7 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4690dfbb w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x64320e64 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa3030f5b w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xaf814dda w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xeea1507f w1_write_block +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x25b7b532 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xb141716f dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xb6effc86 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2eac9c16 locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4fe21769 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x670cd023 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7972aa0e lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x865fc384 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc1a67af9 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xeebc712d locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf8f7e00f nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfd73b10b nlmclnt_done +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x019dc71c nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03a8642e nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04aafb32 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0568dfb1 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a061fd4 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ce99dc1 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0cfa29c7 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f52d444 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1548b60d nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1594a594 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15b5d6aa nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15cdce1f nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16e00148 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a55d2d8 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ab48f86 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1dc4979a nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e2d5b13 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f88d7e7 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25b34204 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25f020ac nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27dcb90e nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a9cf808 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ae29838 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ae4972c nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b3f3d02 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2cceea90 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30d772c4 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33911861 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x358957d6 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x369d3d09 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ae689c4 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c771fac nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3cc13f27 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d90eddb nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ea751b9 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f5b3f93 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40677108 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x407cb21d nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44cdfd94 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47335afb nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47a6aa36 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48a37e84 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b1cdadc nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b91eeea nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c383f6b nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f4c2c42 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x505982b0 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x514337a3 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x516e11cd nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51cb552e nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x541ee4bd nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5506771d nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55ea99c6 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5665ebab nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c6edce3 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61d6d078 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64a3ac6d nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64d7cfcb nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x657f40da nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67ac13a9 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c880e46 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f47b625 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x705a9cd0 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70acb391 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x751ac671 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7667c803 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x772d66f4 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7740fa30 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x777f5985 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7beb1a7c nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d434e14 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7fa21f95 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83244f6b nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x837dc4be nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86652394 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d25af6d 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 0x91efa81b nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x93e9e659 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95b3a3db nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x990dd8b2 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9cd0ac41 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e546770 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9fee2721 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa123ec35 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4ed0578 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa57428bf nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa63976b3 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa777e430 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaebc6093 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0aaea04 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0ad4d70 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb15f64af nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2698589 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb603659c nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb937eaf0 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba3d562c nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcab4b0f nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcec49d9 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf148d80 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbfa38471 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3723e57 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc503ecf2 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc609e608 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6f3d343 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd04c14b7 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1875e8b nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd40aff9d put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd46700c1 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd71224aa nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfe6e127 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0b86067 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeaacb980 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeb4ae40d nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec4c3b62 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeca3fadb nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeefc557d nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xefa7cc09 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3667295 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3f8ae08 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf584777c nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa484c36 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01d776dd pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06c36816 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x15aee8df pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c25510e nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1eff11d2 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x204f7753 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20b0e524 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27259f79 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2cdfbc5c nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2d5c05f9 nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x380e5cc4 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3830e87a nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3dfe6fe3 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x471de0a9 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4daeb55f nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x64ffd023 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x660fd4b7 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x669cd96d nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x763a41aa pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x795e077d pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e0b090a pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7f56a11c _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x81699d6a pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x93bbcc4d nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9b13f869 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f90b930 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa9f19ecd nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac13a19c pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaf753b7d nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb2d15a0c pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb5589db2 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbe778d12 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc49e6579 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc863a4b6 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcb2cef27 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf5f8c0d pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd078382b nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd3f94705 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9e2e0fb pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xda486df2 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec4c40df pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeda163f6 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf46c08cb pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfbadbab7 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x211bf982 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xc546a8d1 nfsacl_encode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x25ec0156 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x27f0ae19 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a28a9e o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x3afd25a2 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4633ee2e 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 0x5f856744 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa5e527da o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc53cb5fe o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +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/dlm/ocfs2_dlm 0x26f04194 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x79e29cc1 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x8e7dd516 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9a3b9425 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9f5f130a 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 0xf7e3a71b dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x35dcb16c ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x5349acc7 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x628af96f ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x028e2e74 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x536f632d _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0x9710f2e9 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x85f7f612 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xfa1429fd notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xfdfcb8cb raid6_call +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x06905445 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x55af84db garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x89d057fc garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x9a94cd49 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xadac3720 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xc63b4986 garp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x018e4b65 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x87617728 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x8c070453 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x92a61983 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xc0c9a2f1 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xf59853d0 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/stp 0x7fdafae2 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xb491ee4e stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x91dea514 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xcb102604 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 0xa6e84ec0 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 0x5dff05b3 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3cd8b13d br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x473385b1 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x00240992 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x02b311ac dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x06ed947e dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0b11a9ae dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0bcc70dd dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1407a1c3 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x19f7a73d dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1ef9f936 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x21663ccf dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2c9b2928 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x339ca496 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x35402723 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x36066af7 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x39ed2e13 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x583549a7 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5c9b7adc dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x68205ca4 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x73fecdc5 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7c70a8d6 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7fe2dd52 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x891ca1f5 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9720f32d dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9f22a77b dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9fc8de67 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa86ef46a dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb341122a compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc40104ba dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc9c954ba dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcb46b462 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd017f0af dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd99efd18 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe67e794f dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf38f1352 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf96fd25f dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfa09708b compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfaf7314a dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x2726bc06 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x944f5bb6 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc7333906 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd88a5320 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe18f3b3b dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xee906293 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8c97adbf register_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd2965f3b unregister_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x37468a94 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xece640db lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x1cf7ec5b ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x591a8c6b ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x96e715c5 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xaa1ce983 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd58dfa29 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ipv4/gre 0x9f25d5d2 gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb3cd6f34 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb796489e gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/gre 0xde73eef8 gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0xe2485340 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2bfa353c inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x795b0daf inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7daf0007 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8012842e inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xab33674b inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc5dfe1d1 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1bf0d1ad ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x371793c2 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5048c375 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x675d5bfa ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7a6513a4 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7bcb5db5 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x88283aa8 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x89a804af ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9416f1b1 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xaf3385c0 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd0e407cc ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd278480b ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdfcd665b ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xbce1f626 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x9a952d0c ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x69c5cdd3 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x9151837f nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0x5871f229 nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x2dc74579 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x69f36df0 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x98024d67 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x9925f957 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xd9b83c2f tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x1d2498d7 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x744ace05 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xa2fd222b ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xccd411da ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xe2c2f22b ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x0ca8a90f ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x87787546 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x654fccba nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x4e90e504 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x15d26572 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1ef6c86e __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1fba4663 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x32d36460 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x35828b2d l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3842dbdb l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x425b8fba l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6aecc007 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x71bde908 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbce80d02 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcc400c3b l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xce4c1cec l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd583cdbb l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xee9dba09 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf50a3b04 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfe1f72f7 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xb6d60df4 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x06954684 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x140bd816 ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x14f0d0f4 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1909bcb3 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3921874e ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x613299b7 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x971ada0d ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9dd3bba3 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa33ec934 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbd107c81 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcad948aa wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd5d436d5 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf0e533b7 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf67b4cb5 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x07957603 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2b750ca3 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4eb7627a ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5a8d133d ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x68b596b6 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7200b6f4 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x74bc5ff7 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x75d3b842 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7a863818 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 0x99a47aec ip_set_elem_len +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 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xaada3932 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xca90181f ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd006e8a6 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe8d045f6 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfbe16b95 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x12323c6a ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x16199eac register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x4aa482a9 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xde906d5e unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x00af81e1 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01916633 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x020cb80c nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ea3fe5d nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0fc3f4dd nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x10823ede nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x23862f26 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x24f1cb76 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2554f80c nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2dec2a41 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3324426c nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3890e74f nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x39a9a8d6 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ba10a84 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c8d7167 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ef6938e nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4289ee4f nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48e1f467 nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49c8c41c nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49f8631d __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ad0f247 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f088850 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x51f5797c nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x59503ce7 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5a69b9ee nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x695ef438 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7067320e nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x715cb244 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752aca0a nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75658a7f __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x794260c7 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7c29f7cc nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7c3d94d9 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d085b4b nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x80a088af nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x883ce126 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a66c4fc nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c4d9bd5 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90016569 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x94300761 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x950987e4 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x99dd491f nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9cf5facc nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9ecb036e nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa254c2d5 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa3335859 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa5e56788 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa928fee0 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac76a924 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaca1d0e9 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb3f905df nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb9ad0d83 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbaf17300 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc53fd703 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb1d1b73 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcba03f02 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcfdd585f nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd1d4f543 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd2bde191 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd34ae0b3 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xddb33baf nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xde01e88a nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xde0789a3 nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdfff61bb nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe17c8231 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe1c81f9c nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe9ad548e nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe9ff7796 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf197863e seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf709b581 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf8bd7ea1 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf8c9a8b7 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf93cbb90 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf98bb84a nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff40b965 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff65458e __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff927c9d nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xa294453f nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x5374b4c1 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x7857c15e nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0dddb0ca nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x15b8f572 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1a39db8c nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1efcd260 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x403ec4a0 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x421b1eea set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4f2163bd set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xad04934a nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xbf2a6b9e nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xea997bc2 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x81ce4975 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x64043a87 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x7eb43ee1 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xb2a4d736 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xfb632f36 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x9866d6e6 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xbcc777c3 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0eaf91cd nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x3afaaee6 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x47346e20 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6747c1ad ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x78efe962 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb837b585 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xdf9a2a2a ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x8f02c335 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x54294605 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x07ed0b52 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x29335f94 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3b835555 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x52b68fe3 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x964f819c nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa793ecd9 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb397eea0 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc851824c nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfec149b2 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5f339439 synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x99c0fb34 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb8312d7b synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x03aa102c nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x21972081 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4a03cb89 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cdd62f6 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6bc00f2c nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x753c0d4d nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x802c56d4 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x924ac24d nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9737816e nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaa677cfb nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaf8f2f5c nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb24c6989 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcf84b42d nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0278cf87 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa9c456ef nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xacf67193 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xbc51d8a5 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xbd916bb7 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdf989290 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf960766f nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x3a15f05e nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xb3f23c97 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x84924a9d nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x3f2f0709 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x760f5244 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x820cee47 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xa0cb0ac6 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xcb53ced8 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xd421bd03 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa9c8ff3c nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xbfb2fb91 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0b1dd85c xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x14f5cf04 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x161d1417 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x171c842a xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x19124ee7 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3b8b82c4 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x458c2369 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f82f1f7 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x68c49674 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x691a6d69 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x714e7d66 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x80da0db6 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x95acfc59 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xab89b499 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbc134c07 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbea2290e xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc48a81ff xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcceaa7d4 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcd607a63 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3057289 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0b4971b xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe96fda46 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xebd0f97d xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec24fd82 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x00204983 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x482b6a12 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x1875db6d nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x1ef218b0 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xe4f9a890 nci_spi_send +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x02c9feb6 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x226d19ee rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x4462e3fd rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x4c0f8864 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x55acc36f rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x6ac3863a rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x7571ddf2 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x77fd0a16 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x795cf411 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x7bc62829 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x84e98733 rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x89ddd8d7 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x8d893505 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xaa9c983c rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xb48f18f8 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xbbed2d99 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xd02d537e rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xd29b3e05 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xd85fbeec rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xd8de8f02 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xe99aad95 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xee8afb0b rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xf181558e rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xfa963409 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xbb9e3eb5 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xbc8f229e rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x339adc97 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x91243e31 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa62b52c2 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00acb14d svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00defbd1 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01044d2c rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01afff79 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x039395da rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04f60852 xprt_lock_and_alloc_slot +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 0x082164e2 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x083269a3 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08d4abdb svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0979112f rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a6d73a1 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a844db5 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0be00471 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bea180c rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0dd692f7 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11925a5c svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x194e7e79 rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a06dd42 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a0b3b8f svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b0feddc sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bf0c196 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c9a1b6d rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cf0e411 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e287d7e rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x202445b0 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x206374ff rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23d014e1 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x251e7777 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25fa1901 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x294806de xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f197c59 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fda1ab3 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30afa564 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3167ea41 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3196680b svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x359e2d9f xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x365f5ca1 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36af6f19 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36d835ac csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3824ff12 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a40aa70 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b8c9f72 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3bf6ab78 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f34b6ef rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40fdfd3f xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41001f61 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4247c3cb rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x436d732c xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44b22797 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45b46e1b sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x474183a1 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4792167b svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48ab8383 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4befcf7e xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c3f6654 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ce155ae rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d4d686f svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f5658dd sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fa3360c rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51c67e38 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5604de10 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56258787 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59790453 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c775478 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d2892cd rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d2ce446 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61e0a7e7 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61f5b887 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x624d4bcc rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x650b9fdf xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65d5971a rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6719ac39 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68f7e3c9 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b47b1f6 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dca09d3 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fcf46b3 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71dd0796 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x724af887 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72d04317 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75485fdb svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76689424 xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7708ced9 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77edfca4 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79b96440 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b1e4af6 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b2d0dc2 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7cc782f9 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e5f9b03 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fb4f2ea cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fb53cab rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80caeaa8 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82cff671 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x848d8b4b rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86db52c5 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88161c3f xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8cafdb43 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8df4f97c xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8eeae665 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fd6c0d0 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x906fad93 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9103b0e1 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x916293ce xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91975b3c rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x919c71e3 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92c6651d rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93f07633 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x952ca7ef bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99da6ff2 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a273541 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d90ec52 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e005477 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f38a001 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0b43db8 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa29b1f5a xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa35efbbd rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4d5ebad rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5246062 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa65f5432 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa802f304 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa81d8193 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa888a35a rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9a9a650 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa590a6c rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaaac6f02 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaad60a11 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab146c77 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2491138 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb35848b4 rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5474e7a gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5668048 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6a4f6bf write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9f32087 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9f567e9 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb2e1551 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbbd084e1 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc579e9b rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf2cfd2e rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc02dba06 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2834ce8 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6513f45 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc77ecf01 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc934e855 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9eb519b rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca2733d2 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcaa5f157 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc246ed0 rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcdb6847f svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf138122 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf9bac5c xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd05ee6f4 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2a81efc svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2f86765 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4075e2c read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd43c224f rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5043afc xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5efd6e3 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8379681 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8d142f6 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdab7747e svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdae33cfc xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc4c231d xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd7bc7eb rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdded074b svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde2f3bfd svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdea8537e xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xded9b3fc svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2ee359a cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3ffd8a8 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe57e6a04 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe930b7d4 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9e801ef xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea03d2ad svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeaf34c5d rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb1e221c unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb3d80d0 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb94cc31 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebe20bfc rpc_max_payload +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 0xef073a15 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef915497 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf26338b0 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf28ac4ac svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf33f8271 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3ab6278 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5bc4089 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6b21645 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8cac6ac rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf93c25b2 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe2cfc2a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0861e733 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0a160b5c vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x436156fe __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x46c80ddf vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59d943c8 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7a4ebc47 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x970b77bc vsock_pending_work +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x98290a0f vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9b157731 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb4822cc5 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdbafc976 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdc9c69f3 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf22bc738 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf7e940ce vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf8e4670c vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/wimax/wimax 0x02ffc8d4 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x483e32b9 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0x73c20f5c wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8083fa8e wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8bd95dd4 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x93f7e215 wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa22b8c6e wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa76e3b49 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0xaaf56e45 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0xb4b8e7c2 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc72aa461 wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc8595efa wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xd410f75b wimax_state_get +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x022890d5 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x042644ff cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0d208243 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2a26ad37 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4e7b6395 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5af26399 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7e752208 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7f6539b4 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x970fded0 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc5d42e7b cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xca871e80 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xdf27b987 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xeaeb964d cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x21485eac ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x373ff43c ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x59975ea5 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xab02e886 ipcomp_output +EXPORT_SYMBOL_GPL sound/core/snd 0x45d7e370 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x48607874 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x5f90e5f8 snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd 0x76ad24ea snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xde043b83 snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x0246b7de snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x0a2b43be snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x1445d795 snd_compress_register +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 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa741238c snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe04048d7 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x29ba2c5f snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x372f8a7d snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x80fde094 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x85b1e13b snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xaadca993 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xadd4c3cf snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc6e3af3c snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xcaa0b716 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe6d13e56 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xea2d7691 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xfabe5489 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x077d4d16 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x2b158b3a snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x62ee11e4 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb93d4076 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xcfe4930f snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xe8ebbb56 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x003e4634 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x021499bf __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x058e34cb snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0601e0fd snd_hda_codec_set_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 0x0a71a8d3 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d69aea9 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d91c153 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f11631e snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f167ded snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x13c8a781 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1475369a snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x16a407a8 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x194655d8 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ad9a701 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b551b77 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ca0a921 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d56286a snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ed62a54 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f9461df snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x224d43ff snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22666518 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28d2142a snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x298f7bac snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a97c79c snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c438353 snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ccb6f8d snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d355235 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d7d3553 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3045d8df snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3129f8cb snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x31be37e3 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3825953c is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x39fd62e1 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b1883b8 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b58cac4 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ea90e57 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3eef7121 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x400a5c61 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4080bc3d snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x428d63c3 snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42a64524 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x44d3c5c4 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45be9feb snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x461b782c snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x483912f1 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4933496f snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4c75c249 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f146bba snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f2553a4 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52828985 snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x534fefcd snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x53ee9211 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5631fc1e snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58442d79 snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5b5f1a93 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5b67ad83 snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6091947f snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x61612ff9 snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x620326d6 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x62b525a8 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6432811d snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x643af3ed snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6701afa2 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67c4ee3a snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x69400eeb snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ecdffb1 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x719d423a snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x730080e6 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7332ccd2 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76a85d3d snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a82d6dd snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83c67b2e snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x87e00a3d snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8aa47993 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8d5f7277 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ddd372d snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x923d48c4 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x92de757a snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9aa54305 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1c3d9f7 snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa38f6ea7 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa522072c snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa58bcbe6 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa63a8220 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa6486d3d snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9f3bc19 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xabc2ab85 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xabf3c798 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xacf89e24 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xae2c1153 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xafb1ec76 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb06b4813 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb4194812 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb4218e58 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb72a65a2 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7cbcae0 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9a135a0 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbaf2c4bc snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe10350c snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf20f4dc snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1b88757 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2862f3f snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc31bd86c snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc364687c snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc4d96b62 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc927ac21 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc97ef2c9 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcab6bffe snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcbce56b8 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xce7d066d snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xceae895b snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd2d821b3 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd3e81042 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4ee607a snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd59b6485 snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5c16e62 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6cd36dd snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd8cad2c4 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdae5514e snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xddcd74bd snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde61d1cf snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe1fef0c7 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe61455ea snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe730edb8 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe79cbb30 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea7c71c5 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb5f0093 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 0xee38489d snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee587011 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf414fa47 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfa22dc00 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfda24d35 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x05013e8d snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x14e3942b snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1c6743f7 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1fba9e03 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x248a0205 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2f06821c snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x32aec9cc snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x36368388 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x38184036 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x44be8a08 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5fe7dcb0 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6c41cd6f snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x718addbb snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7c83ae6c snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8b49a5b5 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9d4cf53e snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa4c89845 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xad9af732 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcbe28a5f snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd31f18b5 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0xe157d3cf snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x1486d25d azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x154b1c6f azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x1e43469c azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x28647186 azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x76d07c0b azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x837e16e4 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x84cbd2ed azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x870580c8 azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xb27e64e7 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xb48a0284 azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xecaf8542 azx_get_position +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x3aa836ab atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x561fa4ef atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x884c1505 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x06b502dd cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x2bfebdaf 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 0xf1cfdc32 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x5699106b pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x79fbe8a7 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x8b3daea8 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xc640c950 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x95fd46f4 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x61ae251b tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xdf9e60bf tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x3cce7c4e wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xde470b1b wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/snd-soc-core 0x013f979f snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x01dd59d7 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x049d32ba snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x071aab5e snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0af86451 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0db8e3dd snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0df14cde snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x11d19f1f snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1373be17 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15c2199c snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x16fce744 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18a87e22 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18ba6a35 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x193d5e02 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ee4fe54 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2134ca62 snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2463bf0c snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2487f232 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2503bd69 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a53896f snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d13b896 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e759885 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ec16e3e snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2efeedbd snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3119cf5e snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3656fa13 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37c9b681 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3964f439 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ecf38ac snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x40068cc2 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x400fc06d snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42299b34 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44ff6ec2 snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47393e5d devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b1bf87d snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d9340b8 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d95a58f snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4dcf83ce snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e84861c snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x503da0b0 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x534bb0db snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53547d0e snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x590abdce devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e7a02da snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5effba71 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63390bea snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6560ef4f snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x658aab42 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65a41efd snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67465e9c snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68ebb7a7 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d7676e1 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6dd082c8 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e05c9f4 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70234077 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72c9b6a7 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75e3b8d1 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7689f686 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x779a9974 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b610b4c snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c683c80 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7da45080 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f69b6b2 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f84a943 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80a508fc snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81092686 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81275dce snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x820a4304 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8409666f snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x84e92f74 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8530c866 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c89d765 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8cbae72f snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e22a919 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8eb57132 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ee57fa5 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f352afe dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x90548fc3 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x907f9326 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x915cd187 snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9366876b snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x942cce63 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x965d78ea snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9744c048 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97c0c003 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x984e6c68 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d31692d snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e5392ce snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1e3b26b snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa618f25a snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa72ecc70 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa788bab8 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaaf62ac0 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac6aab69 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac9fe392 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad26f900 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1d4c64f snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb65bf43e snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbad098bf snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbba19048 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc71c6da snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc7f12ce snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdc9ab79 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc04af37e snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3444568 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc367e05a snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4fac383 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc75918af snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca135b38 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb1298aa snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0c1b590 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd1cc910a snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6af1ee0 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd70c48c1 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc5532e3 snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc6240c2 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdcc1ef64 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0bb4aed snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0e05c7d snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3c986ba snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe54ff87a snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe620f345 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6236f86 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6eaf74a snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8392bf8 snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe90a9dd5 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeab1ca88 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xead93e76 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec9e6e9a snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xecae1b90 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xed71e55a snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xedba8ce9 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf081b7d2 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0cc7a2d snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf12a66db snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf230a311 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5479773 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf770353d snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf93ac061 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfae6fccc snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc80ec06 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff25f717 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x00045511 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x003e8efa event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x004e743f tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x006243a1 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x006bc072 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0070ef14 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x007c7481 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00965146 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x0098a6a7 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00ced8a8 device_move +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x010d7fec irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x010e262f fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x01159fe0 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x011c8206 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x019fefda cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x01b924e0 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x01c4b89d ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x01d55835 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x01daa1a0 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e8a60e screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x02039190 rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x02056f03 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x021075b5 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x021ebfda btree_update +EXPORT_SYMBOL_GPL vmlinux 0x0238abfe tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x0242483c skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x026d8e00 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x02a4965b ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x02c1ff8b mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x02d4c4f0 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x02e120b4 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x0315adba regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x031e5e07 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0330dadc of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x0334ec6f jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x034d8390 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x034d9872 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x036503c5 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x0374459f pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0378ce8d posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x03b3ea61 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x03b4b811 device_reset +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03c3ef34 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x03c3f4ff regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x03c59980 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0x03d1358d blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x03d68d56 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x03d85460 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x0408cf72 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x041598b6 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x042a6853 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x044765be ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x045528e7 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04ad11c0 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x04b5549c __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x04bfd959 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04cf6b0c anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x053494cb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x056f83b2 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x0571e2c9 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x05805373 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x05b30e2b dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x05e9c68d thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x05fb80af crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x0619ccf8 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x061dee59 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x0623627d dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x0625a267 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x063c4c4d input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x065d1b75 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x06919a3f inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x06c443e4 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x06ee9e34 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x06f1fd67 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x070ec09e ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x072edd79 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x07466d58 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x077bfeb6 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x078b2875 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x07a55368 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x07accf82 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b4b10a usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07d9a2bb dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x07edd598 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x07f300c3 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x080538e1 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x0805bc5b unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x085e7da3 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x086adfbf led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x0873e2a9 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x088bfa7e cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x088c560f cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x089990d9 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x08b9ecb9 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08da3af4 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x08ef1429 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x08f9460e ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x091862fe debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x091c824a machine_power_off +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0934cf5e serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x09376b10 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x098f53ad relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x09b5efcc usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x09b82dab debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x09c7d4cd dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x09cc9c08 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x09d54177 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x09e35b79 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x09f32f6c eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x0a51ae5b virq_to_hw +EXPORT_SYMBOL_GPL vmlinux 0x0a5c46d7 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x0a8da093 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0ab31eb5 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x0abe6e93 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x0ac5a0ed init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x0adbca0b tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x0ae7d149 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x0b021e76 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0b07843b shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1b302d dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x0b2a87b9 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x0b50632b usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x0b64082b pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x0b6adaf6 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x0b71dde0 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x0b76860e da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0ba2da62 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bdebc35 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0bfa8865 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c1f06af devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0c2a65f5 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c2e9e59 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x0c389523 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0c557e44 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x0c661e16 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x0cb7e483 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x0cbd824b of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x0cbf4a36 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cc277e9 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d3d1870 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x0d50b5b2 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x0d6789e1 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x0d706d2e rh_set_owner +EXPORT_SYMBOL_GPL vmlinux 0x0d723ee7 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x0daa0c2b bus_register +EXPORT_SYMBOL_GPL vmlinux 0x0dcfce58 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de06988 cpu_first_thread_of_core +EXPORT_SYMBOL_GPL vmlinux 0x0dfe57cc ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x0e26e146 flush_fp_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x0e2792b1 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x0e2b5330 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x0e45ecfc __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x0e4e8d9e crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x0e5a8ffa device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x0e68390c crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x0eac8cbe ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x0eb340e2 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x0ebac6f5 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0eca6433 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x0ecf823a static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0eed7b20 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x0ef8185f devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x0efa58ae blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x0f393271 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x0f585cdb ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x0f5b33c2 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f887845 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x0f965f41 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x0fa81c8d kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x0fc37d97 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x0fd16e24 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x0fd650c5 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10240c68 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x10932f94 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x10aa06a5 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x10db62a0 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f4687e usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x10fa59fc list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1114011d threads_shift +EXPORT_SYMBOL_GPL vmlinux 0x1129d7bd bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x11368be5 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x11b23a45 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x11c3b96f device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x11d5c8f9 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x11e0254b crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x12a7bd10 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x12ae73c3 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x12d56c06 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x12deb057 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x12e82c31 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x12f55f45 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x13190863 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x135946ff extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x135c61cf kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1363e201 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x1369724b transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x136a4ee6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x13948b64 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13bbd010 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x13cd32b6 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13e5ea13 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x13e83de7 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x1401d3e9 clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x140e5927 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x141a0c2d rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x142844c1 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x1433cbc4 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x143d9805 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x14685f6f dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x14719084 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x147732ad devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x14bdf0bf uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x14cc64dc phy_init +EXPORT_SYMBOL_GPL vmlinux 0x14e15c75 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x14e18242 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x14ef26d9 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x150847bc dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x150e67d1 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x15171c4f extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0x151e092c regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x153fa209 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x1560156e ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x15603c91 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x15658949 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x157d7187 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x15805c45 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x15b707de rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x15c21e5e nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x16183469 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x162c8023 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x1676aea7 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0x1676e08e sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x16af8adc ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x16b853c7 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x16bc4073 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x16c6b245 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x16f06907 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x16f311c3 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0x16ff2f88 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x17054acf xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x170a80ab crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x172b03fd __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x172b9118 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x176e0d0a sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17a402bf usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x17a6b8de register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x17c70394 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x17c8598d ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x17e03f89 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x17ef319e dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x1807041c tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1810dd21 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x183354dd crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x18440c2c serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x1848d7d7 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1874245a spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x18998610 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x18a8d395 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x18b0441e fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x18b9ba0a __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x18c7054c put_device +EXPORT_SYMBOL_GPL vmlinux 0x18f5cffa mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x1906ba73 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x19341a7e devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19572f1b da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x1994ea90 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b31344 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19d6de0a fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x19db8d2a ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x19ec0b15 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x19f64cef pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x19fc9904 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a8c5907 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1aabbc7d fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x1ab4a959 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x1acb7fbc device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1add0090 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x1af615f7 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x1b05215b ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x1b28c097 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x1b333ab5 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x1b3d009b pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x1b577b79 blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0x1b919716 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x1b99ebf3 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1badba41 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x1bf94101 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x1c0d0857 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x1c1714e6 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x1c17a984 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x1c25936f lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x1c3614c0 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c593c3b __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c64b962 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x1c76f9d3 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x1c80c838 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c91bdf8 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x1cdb2147 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x1ce04e43 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x1cecc417 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x1d3fb2ce md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x1d4059b3 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x1d511b51 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x1d5393ae regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d5bf49a balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x1d63241d ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1db652e9 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x1db8ee7d devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1dcfa59e usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x1dfbcf4c mpic_msgr_disable +EXPORT_SYMBOL_GPL vmlinux 0x1dfe3671 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x1e0e3858 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x1e48cf9d ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x1e534837 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e663ce1 __module_address +EXPORT_SYMBOL_GPL vmlinux 0x1e6c08aa irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8cdbcd tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebcb363 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec69f8d trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x1eeef46f gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x1f2a8e7a pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x1f3d6df1 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x1f71298d dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x1f73ad8a pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x1f853415 skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f859f89 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fa08181 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fe9e220 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x20202c7d fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x202d360e regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x2041b055 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x209bc4d0 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20bbbd49 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c35f04 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x20c80dd1 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x20c89014 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x20cedbea pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL vmlinux 0x20e37eb5 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x20f10fe2 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x20f3b8e8 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x21350ab7 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0x21510262 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x2162262b gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x216c6ec2 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x219187cc ping_close +EXPORT_SYMBOL_GPL vmlinux 0x219468ab regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x2221983f pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x2235c83f blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x22485b32 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x229c2f3d md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x22ba4e5c pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x22dfee7c get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x22eee372 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x2305af85 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x231801ca fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x234675a2 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x2374834c usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23874389 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x23c671f8 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x23d956fa tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x23e583fe ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x23f186db proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x23fd5750 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x24011e14 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x240dfb0b clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x24545d9d __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x24647eb4 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x246d70d3 mmput +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x248dd6a9 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24b0af89 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x24be54e0 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x24d415d6 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24f78d40 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x24fa4956 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x2505b658 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x2546735a inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x2572745b init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x25793171 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x257978b2 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x259d570c __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x25cc55cb ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x2623d8ca tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x2632b2c0 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x26791b1b dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x26804d38 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x2680d25d unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x2682785a dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26e37881 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x26f02966 pcibios_finish_adding_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x27841086 rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x27846564 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x27875f83 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x2799cb5f tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x27a7cb3c arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x27abccfa devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x27c0c4be eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27d714d4 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x27e76d04 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x27ecfbc9 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x27ef15ad devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2814ff3b of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x2842142f devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x284c61d4 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x285a5f9d percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x28605657 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x286c1e54 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x286c74c9 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x2876e67f set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x288ccff0 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28cc415e module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x29262c14 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x29517931 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x296c6acb devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x297ac85f md_run +EXPORT_SYMBOL_GPL vmlinux 0x299be897 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x29a49eed device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x2a00abaf dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x2a203ce0 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x2a4ac52e pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x2a96a0bb dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ade47fe devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x2b05d220 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x2b50d46f inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x2b568178 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x2b5aea46 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x2b5c303b smp_send_reschedule +EXPORT_SYMBOL_GPL vmlinux 0x2b679508 mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0x2b8feaf4 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x2b9777f7 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x2b98408e inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x2b9d98b1 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x2bbaac10 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x2c03cead usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c216cdc fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x2c600b4c __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x2c725281 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x2c736423 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c936437 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x2cb1ab6c blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x2cb8d484 component_del +EXPORT_SYMBOL_GPL vmlinux 0x2cc9a062 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2ce3e728 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2cf4a5b4 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x2d0a5ef9 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2b09cf cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x2d2fea27 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x2d36c57b rh_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d370273 skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d85d46e usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x2daf382c raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x2dc4376e sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x2dc5a6d1 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2dd1e786 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x2de9ecfe rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x2df359ce usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x2e140004 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x2e188a0a pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e238a73 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e5ca103 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x2e68116c devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x2e81a761 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2e89e868 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec493ff alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1dfe28 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f5e7c70 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x2f803ecd sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x2f862c14 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x2f88c2bc ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x2fbb7aea sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x2fc211b3 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x2fcddd3d of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0x2fe05b75 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x2fe49bdc usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x2ff74657 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x2ffb5ff7 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x30392d69 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x303ef24f cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x3062c18e devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x307bdd95 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x3083e643 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x309ef163 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x30ab63d5 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x30c25430 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30eaeb2b regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3100b612 find_module +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x310c0e4a regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x311721c9 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31379872 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x3156f148 cpu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x318c0369 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x31a9a693 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x31b104ec proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c1955c ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cc38cb cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x31f0877a tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x321bda4d anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x32212d53 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3276f3c6 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32936fce led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32bb8d07 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x32bded08 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32cafc8b srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x32d3cf8c crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x32f30f2e device_add +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x3310bf11 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x331dbf13 __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0x331ec14f pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x3358a448 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x337786fa usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x3386a477 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x338b0a14 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x33c2077e ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x33d7f606 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x33f3438e blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x342a5843 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x34429094 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x3448e7a6 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x3465fce6 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x347e615e __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x34829456 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x34da023f simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x34e6a9ea __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x34f7b3b0 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x35011a57 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x350e60d5 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x351bced9 system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0x3523515e serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x352fd9e2 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x3544b51f blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x354ade11 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x358a2f6f crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x359cfa6d default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x35bc6605 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x35d61832 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x35eeaa88 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x3608d10e subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x363b9173 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x3651522f tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x368f1fea static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a64e5c percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0x36aee8a7 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36bf2421 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x36f04532 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x36f63718 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x36fdce01 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x370033ef event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x3742e171 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x37449304 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x3771e0f5 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x37a5e346 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x37cd873a ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x37cfb3ca wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x37d2c2c5 rh_dump_blk +EXPORT_SYMBOL_GPL vmlinux 0x3805e1ee led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x380edf0e tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x385458a4 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x387ffae1 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x388d5839 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x38e4e8d5 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x394db36e sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x394f9999 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x39510482 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x399871c8 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x39a49179 kvmppc_hv_ops +EXPORT_SYMBOL_GPL vmlinux 0x39ab225a n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x39b469c6 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x39bea4a9 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x39ca49bb shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x39e744ba crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x3a107cf1 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x3a12c134 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x3a1b8cf8 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x3a1da7bd thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a438d3d bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a50eed7 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a6c9e68 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x3ac6eeea show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad01ba1 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x3ad0e201 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3b1cd259 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x3b1ff109 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x3b6912d2 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x3b750d58 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x3b8e1751 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x3b98f0bc rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x3ba9ae7a ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x3bd80abe cpu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x3be19bd2 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x3be5e054 cpu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x3c1c929e zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x3c2e76d8 of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0x3c4fa968 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x3c61188a debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x3c8a3dab register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3ca81de2 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x3ccaf37c fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd96820 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x3d233c1e ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x3d326a4c find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x3d61b335 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x3d869a8f regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3d9077e5 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e15d5c7 of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0x3e1d2e46 netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x3e473f7d usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x3e58dc18 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x3e63bbd7 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e95dfa6 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3e9ad8c5 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x3e9e3d3e gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x3ea7ffea nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x3eb9ce9a bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x3ed44e1b spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3eec4f99 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x3f092f90 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x3f193ff0 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x3f4f517b ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x3f7adfec xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x3f7dc19f pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x3f7fad9b of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x3f8ddcd0 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x3fb14423 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3fbeed43 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x3fc21366 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x3fc72d3d __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3fed6eb2 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3fef7431 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x4010d608 swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x403a82e7 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x4059a3ef __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x407aa55e user_read +EXPORT_SYMBOL_GPL vmlinux 0x409d3d6b watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40bad66b bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x40cad8e8 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40e82ff4 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x40ed5508 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x410d1876 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x412a20d9 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x412faac2 pcibios_unmap_io_space +EXPORT_SYMBOL_GPL vmlinux 0x4159d090 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x415eb698 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x416f324b rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x4172f67b fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418eba94 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x41a3eb8a ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x41ad6154 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x4212e806 __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x42181eb4 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x421fc3c9 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4223ea72 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x422e19aa fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x4230f952 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x425870f6 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x4264e56b hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x429442d5 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x42ec595f regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x42fc552c uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x430b0bcc kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x4324ad0f devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x434969e0 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x4382add6 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x43969dbe rh_alloc_fixed +EXPORT_SYMBOL_GPL vmlinux 0x43a067eb wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43b466b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x43c42bd7 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x43cef359 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x43e8bc0b fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x443d6ad8 __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x445a3999 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x44785c8d arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0x447ab22f irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44a3d4fd rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x44ee9453 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x450fb522 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x4523291f regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x454ad121 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x4556eeeb tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x45649988 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x457fc343 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x4589df26 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45ead05b cpu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x46141d14 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4617c457 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x461a8f75 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x463e2e62 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x46486d43 of_scan_bus +EXPORT_SYMBOL_GPL vmlinux 0x465a7f80 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x465a9d55 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4688c96a usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46a1c762 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x46abe004 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x46b5b0cd arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x46b66124 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x46c5eaa8 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x46cad847 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x46e6be12 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x4707f9a9 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x470c66eb blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x47494c98 of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x4756c227 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476b069e subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x477b3439 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478ba741 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x47aa589e setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b8ee79 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x4800d2f6 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x481317d6 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x481ba746 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x4831e687 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x486274bd regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x4870053f ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x489de483 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x48bd97ed dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x4916162c pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x49420e47 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49932bcc kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x49a4f079 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x49a59247 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x49ad8166 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x49e72c6c cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a2f9912 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x4a36eac9 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x4a3ea00c device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x4a4e449e component_add +EXPORT_SYMBOL_GPL vmlinux 0x4a56fd43 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x4a6a8330 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x4a6bfba9 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x4a6f78f0 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x4a7f68d2 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x4a84ad70 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x4a90160e bprintf +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ab92510 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x4ac3da68 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x4ae58388 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x4ae58b0b sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x4aee8be8 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x4b0f497f cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x4b3e6002 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x4b535f86 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x4b7b774a tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x4b7ff2f9 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x4b97892a __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x4b98827c rh_init +EXPORT_SYMBOL_GPL vmlinux 0x4b99cd85 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x4ba2b574 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4bbb8e0b usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x4bf6fd38 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c4365bc remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4d09ad60 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x4d292e61 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x4d37ea59 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x4d780881 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x4d8b32f5 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d90bf89 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x4d97f460 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4db18ecf usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x4dcff8a2 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4deab0eb crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x4e08d073 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x4e0f1591 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e271a15 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x4e59e6dc fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x4e6f6080 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x4e7a2f11 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x4ecf51f6 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x4eea815c crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x4ef06dea reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4ef7054a tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f0e59ac __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x4f33757d blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4f3f0e3c sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4f43baff dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x4f47946e regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f77053c of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x4f869a0b kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL vmlinux 0x4f8723f2 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x4f9334a4 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4f95c9d0 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4fb62f2a pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x4fbe38bd clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fecc969 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x4ffa93f7 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x504121a6 of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x5053c93f hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x505addb4 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5069f8a9 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x506e8da3 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50f5890e crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x50f5ec46 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x5129618c extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0x51640cb9 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x516e9f4c inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x51738e52 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x51846493 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x51926f00 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x51b65a26 rtc_lock +EXPORT_SYMBOL_GPL vmlinux 0x51c15325 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x51df9a2d pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x52027272 regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x5205e64d disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52142110 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x5217b809 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x522f538b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x524881e1 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x525716d5 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x525a1ecc iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x526e4ce2 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x526fb3bb blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x52879874 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x52eef04e mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x53304717 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x5335dd11 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x5387730b ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x53b930c7 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x5405e978 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x540ce803 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x546c5565 ppc_tb_freq +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x54865b15 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54f8685b srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x551728a2 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x551e9232 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x553b3332 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5546b905 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x5557524b mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x5563612e ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5578b081 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x558bd182 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x55d0618f regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x55e22810 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x562ea30a ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x5630b6ad od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x565ba9dd crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x566280c5 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x566daf0d led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56a1d884 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56da29c9 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x56ded5be usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x56e303fc preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x57058f40 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x570f8c80 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x575c5f94 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x576b7f23 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x5782fced ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579d6adc blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a9b45a crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x57c0b397 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x57cb561b blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x57fcc8f1 pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x582b653b cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x582ee918 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x58315bdf __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x58388ecb pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x58496882 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x5868a5c4 gfn_to_pfn_async +EXPORT_SYMBOL_GPL vmlinux 0x5892f832 release_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x589c0ab4 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58a3d779 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x58b95fdf tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x58c3cf34 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x58cb97a9 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x58d6458e rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x58d7f3fa arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x58e12433 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x58e1ba5a sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0x58ef7c41 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x590fd021 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x591f25a8 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x5926136a usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x595601d1 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x5964183a i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x596f7062 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x59773b29 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59de68a0 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x59df6f88 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5a18f5e9 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x5a2dee05 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x5a407dce perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8f443a ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x5ab63983 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5ad409c6 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x5ae4d4eb transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x5aff54b2 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x5b178535 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x5b2b094f swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x5b384bf8 blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x5b5685d3 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x5b5e3222 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x5b6b204b vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x5b7547b7 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x5bb3b018 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x5bc1f24d __class_create +EXPORT_SYMBOL_GPL vmlinux 0x5bc4b47f dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x5bc7556b driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5bdc4c79 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x5c01528a securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x5c5695f3 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x5c7a5d9c fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x5c81f859 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x5c95c253 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5ca9e2d9 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cc0aa99 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x5cf05d4f platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5cf8a882 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d2b7812 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x5d3f9e4e usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x5d4540b4 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x5d49cbc9 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5d5ea61f cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x5d660f92 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x5d758d60 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x5d77952d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x5d96d765 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x5d997ff5 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x5db1c1d3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x5db561d1 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x5dbf6ff3 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x5dc2d3d7 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x5dda27cb scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x5e026af6 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x5e136b9b rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e6ec0b5 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x5eaa053f ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x5ecd2c16 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x5ed1dba9 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5ed6a96f pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x5ee7542e reserve_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5eec73e8 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x5f0a4020 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x5f229649 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f54fa57 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x5f733e59 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x5f739b3c pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x5f79a98b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5f9c8e7b crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x5fb9b570 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x5fcee822 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x5fd34dd1 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x5fe26af0 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5fe5035e __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x5fea80fb sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x6011a01c netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x60143596 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x602f0386 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x60467b06 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x60594ff3 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x605e071c ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60d5682d regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x60e6a49e dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x6115d8f9 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x614ef90d kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x6162bf03 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x616b994f isa_bridge_pcidev +EXPORT_SYMBOL_GPL vmlinux 0x6183ff15 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x61992b84 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x61a90c54 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x61b7bfff tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x61c9096a ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x61d6a498 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x61e2d099 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x61f9d56d pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x620a1c3d clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x6219fd3d usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x621ff30c regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6228b23d wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x627b7860 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x62a03d76 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x62a05f22 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x62a0d03e subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x62c690b3 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x62ee7437 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x62eea2c4 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x62ffdab1 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x631c8df4 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x6343f2a6 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x63559d40 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x6355cd4a pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x637eba63 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x638266f1 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x63b148dc blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x63bccfe5 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x6428da4f rh_attach_region +EXPORT_SYMBOL_GPL vmlinux 0x6469f69b phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x64e19b69 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x64e61439 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x64f683ff devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x65010f7d devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6504a293 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x650a28f9 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x65234ea9 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x654bc333 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x6560b9f3 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x65649570 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x6586fecc bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d5bfaf ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x65e8a7aa pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x65e9b342 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x662806c7 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x66308c88 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x6634e775 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x6662ccee md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66860d46 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x669038ee rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x669bc4a2 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x66afb53b unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x66b3308b adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x66c1a82a regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66edc50c tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x66fad74e __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x672eb281 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a97137 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x67aaf889 __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x67adcd76 kvmppc_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0x684134b9 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x6881b0d9 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x6892230c class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x68a9c0a3 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x68aa4a4a vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x6930747b devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x69677753 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x696b4875 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x696e4c7f serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697cbbb4 threads_per_core +EXPORT_SYMBOL_GPL vmlinux 0x69848b75 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x69911262 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x699bcb43 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x69b049ba usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x69b7cc04 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x69c90dfc virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x69d76bfb __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x6a01d615 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x6a4953d2 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a50fe4f pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x6a52ef80 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a7a9f5b ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x6a7c9842 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a96ffb8 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x6a9c9939 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6aa3e01a ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x6ac9768e shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x6aca5989 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6acb8d84 ppc64_caches +EXPORT_SYMBOL_GPL vmlinux 0x6b074222 kvm_get_dirty_log +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b2ef181 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x6b3c6c9a ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x6b48a910 switch_booke_debug_regs +EXPORT_SYMBOL_GPL vmlinux 0x6b51bfb5 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x6b73444f edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x6b7dd224 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b93bf60 inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x6ba84f33 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x6bd52327 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x6bd88795 kvmppc_emulate_instruction +EXPORT_SYMBOL_GPL vmlinux 0x6be72f53 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x6c006bee relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c199d87 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c3234f7 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c53a9a6 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x6c5a81ff lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x6c60fc29 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb42a50 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6ce19b56 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x6cea3bac usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x6cf03902 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6cf9fca2 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x6d25eb0a ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x6d26af8f of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x6d2785b5 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d538179 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x6d9ba36b blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x6dacaa72 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6df8f4cd pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e1546ef fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x6e379526 kernstart_addr +EXPORT_SYMBOL_GPL vmlinux 0x6e54329e rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x6e5afd22 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x6e679e04 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x6e68a8be sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x6e6ba591 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6ea8a8ff class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x6eba746a cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x6ec8e370 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x6ed522a6 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x6ed8a657 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x6edf97cb ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x6f12d3a5 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f2f091b xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x6f58da49 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x6fd3bc55 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6fdf6bbd usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6fe6985c ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7015b14b regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x704a2161 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x707aecc5 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x707cf181 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x708bb83c thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0x70910bab sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x70939f6d rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x709eb943 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x70af40a5 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x70b1f1e4 of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x70b65706 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x70c8e082 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70e117b2 use_mm +EXPORT_SYMBOL_GPL vmlinux 0x70f9c93f extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x710a9c09 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71167a29 device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x71282046 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x712d87d6 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x712f6c3b devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x7133b4ef scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x71521acd sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x71621fe0 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71a87b7c extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71eff31b tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x7206824a iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x72207a89 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x72412233 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x72721efe regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x72b8bf01 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x72cba27b spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x7307406a rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x73113859 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x731ecf30 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x7323e0db __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x732588b8 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x7334c6c6 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x73549b30 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73a969b6 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x73a97284 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x73ae3475 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73ce657b sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x73d16001 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73eb25dd usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x73f7359d regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x7406feb6 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x74085c0b regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0x74205619 user_match +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x7436e48e bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x743bfc07 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x743e4286 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x745633e4 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x745c3ca9 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x7461a644 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x748d69b4 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x748e3113 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x74950cf0 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74a0b604 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x74aa0235 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x74b073a0 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74d98852 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75328619 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x7537b5c6 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x753ed88c ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x75602014 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x757b49d2 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x7590e8a5 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x75c9535d inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x75f2a044 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x762209fb debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x762f7788 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x76453a94 thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0x765f45dd da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x76bb2fac virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x76cb030b cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76e517e3 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x76fe9d88 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x7796c1df pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x77b0de42 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x77bac519 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x77c45f8d usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x77dfda51 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x77f28dd5 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x77f666de tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x78041455 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x78124eb9 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x78352789 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x78368c02 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x786069d3 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7880b600 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x7888087f kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x789624b2 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x78f5138a virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x790b7443 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x79250d82 kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x794e26c7 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x7957becb ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x796bfa10 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x7977de8d regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x797fa199 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x7985dbcc __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x79a6d6ab usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x79ba20b1 devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x79c480da rh_dump +EXPORT_SYMBOL_GPL vmlinux 0x79cc6428 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x79ddd2d1 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x79e5b63b bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x79f4630a blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x7a0447a9 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a6d8bf3 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x7a77980f platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x7aac28fc devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x7ad3d1a2 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x7ae3d6f2 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x7ae9a90c free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x7aebaea7 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x7af05942 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b0f2127 find_linux_pte_or_hugepte +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b1dc146 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x7b1e1f88 of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0x7b292d19 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x7b4ca62b mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x7b5a688e usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x7b6bc601 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x7bb26f88 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x7bb59756 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7bbf6243 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x7bdb2796 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x7be69722 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x7be8ed5b ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x7beee506 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7bf66466 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x7c122861 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x7c338fde gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c6e830f spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cdb6491 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ce855d4 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf67bb7 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d6c4fd2 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x7da1ff72 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7dd46c06 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7e17ba7b klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7e45b549 clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x7e513e25 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x7e5ca539 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e7581c4 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x7e76e686 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x7e77e315 of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0x7e7cbde9 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x7e99e88f ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7ecaa70c platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x7ecd043d vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x7edfc5b6 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7efa531f kvmppc_handle_store +EXPORT_SYMBOL_GPL vmlinux 0x7f008202 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7f190037 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x7f1d516c input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f33f836 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x7f7bc710 klist_next +EXPORT_SYMBOL_GPL vmlinux 0x7fa3f166 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x7fad5eb0 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x7fb04493 i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0x7fbe92bf serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x7ff364ed led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x7ff5eba9 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7ff8ffe9 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x80051505 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x80144adb __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x80387e0c pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x8045448d elv_register +EXPORT_SYMBOL_GPL vmlinux 0x804c0306 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x8054e553 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x807c5a9d blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a7c458 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x80b8e525 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x80c14af0 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x80cd614c swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x80cffbce clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x80d3927f __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x8104b41b bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x810e1675 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x810ef1fc regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x8114b8d6 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x813693b6 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x81423f29 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x817e888d posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x818e91d2 vtime_common_account_irq_enter +EXPORT_SYMBOL_GPL vmlinux 0x81af4370 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x81d6aa0e __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x81f61ac3 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x82071955 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x823ea79b tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x82614c8f devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x8268dabf usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x827953d7 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x827ed233 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x828cb0cd __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x8297f15c scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x82b1b863 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x82c0dba8 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x83017a48 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x835132c3 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x836d61d0 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83a8f4e3 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x83c361b2 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x83dbc2da pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x84375a7b clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x84435290 __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0x847aa2d9 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x8486e85e ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x8487a2b6 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x84b5a313 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x84baff8a fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x84c152c1 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x84e5d8ed unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x84ee7d44 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x84f8f7a0 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x850e162e tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x8516b7b1 kvm_vcpu_init +EXPORT_SYMBOL_GPL vmlinux 0x8517e44f blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x851ce8be arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x852c1b01 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x853f3b6f pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x854cd3bc extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x85738e82 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x85869a1e clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x8593aabd pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x859698a0 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x859b31a1 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85cdd4a5 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x85fc8bb0 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86393e7a irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8679a1ab of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x867f4c79 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868f0e18 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x86a65e5d mpic_subsys +EXPORT_SYMBOL_GPL vmlinux 0x86bb613b tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x86cd9373 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x8702209a fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x8702e548 process_srcu +EXPORT_SYMBOL_GPL vmlinux 0x87094520 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x871f3ade xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x874a4639 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x874e0857 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x8766f907 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x8783daed xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x87849ed7 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x879219dd gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x87abf8c1 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x87aef70c thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x87ff50e2 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x8804af3d usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x88794395 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x88794e5c fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x887b2fad nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x887b5d6b trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x888ddf16 __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88ce564a component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x88dfb1ed regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x88ea2bb6 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x890c754b ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89821755 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89f0269f is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x8a351e7d rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x8a562865 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x8a62cf23 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x8a8745b7 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x8a8c08fd regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x8a951ced key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x8a9a6b54 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x8aa8a8ad fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x8aaa0611 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8b0245e6 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x8b23d7ee nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x8b31c403 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x8b31eaf3 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x8b340d99 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0x8b3fb66f regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x8b70e8ea __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x8b746764 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x8b75a7ef regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8bafa15b ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x8bcad3de scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x8be23bcb ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x8bef5a21 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x8bfc85b7 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0b2b92 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x8c225cbe __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x8c23f006 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x8c2d174c platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8c3d5793 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x8c62d068 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c78fd1c of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x8c8633d3 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x8ccc815c rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x8cea765f memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x8d36c088 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x8d795613 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL vmlinux 0x8dba4530 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x8ddb7b81 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8df47328 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8df9a166 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x8dfa82fd public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x8dfd5821 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8e0d9f88 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x8e349042 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8e34dbf8 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x8e4b1d3d platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x8e560cdf rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x8e5de8d3 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x8e677023 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x8e700d5e regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x8e78dd25 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8e9dcb8a arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x8eabf127 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x8ee00524 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x8eec8b73 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x8f24574b __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x8f542de7 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x8f5aeac5 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x8f6047f8 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x8f6c3d99 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f8a365c ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8f984987 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x8fbecd3f pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x8fdc4aa3 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x904b0fce list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x906b0faa rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x9077d5ea usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x907dc096 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x9082bb3f ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x90953019 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90cb4dcb devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x90ecfb29 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x911d682d pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x912e5600 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x91762a2c led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x9182500b xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91a9aa34 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cab043 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x91d17825 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x91da7c39 kvm_clear_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x924c83cb regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x92828520 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x92a83c4a irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x92c1a627 devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92f4e89f md_stop +EXPORT_SYMBOL_GPL vmlinux 0x92fdf4e0 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x93185df1 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x932dc089 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x934eaa45 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x9362f40c of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x93c26251 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x93d435a3 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x93e3a510 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x93ea1957 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9435d0f8 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x943a14d8 __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x94422528 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x94483b79 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x94543ae6 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x945ce575 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x9471de1c regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x94842acc save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a8e178 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x94c93191 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x94d0eb88 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x94d489d3 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x94d972b7 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94fd6e58 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x955a4a40 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x958803a7 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95a61a73 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95f33edf usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x95fff8bd of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x964bad5a usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9674e3aa user_update +EXPORT_SYMBOL_GPL vmlinux 0x96b07721 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0x96b11a73 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x96cbb2cb inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x96e181a2 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x96e30c20 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9735f061 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x973901f5 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x973ef175 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x974c363d noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x9769afba task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x977ba267 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x978d3797 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x9792476b usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x9794dfca blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x97959638 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x979d5739 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x979f8433 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x97b39889 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x97b87cd1 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x97c7809f crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e3b1b2 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x97e508fa regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x9815d00a kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x982cd486 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9833edd0 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x983c7494 rh_detach_region +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985a81c6 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x986bfbae inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98810967 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x98a02a70 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x98a22a63 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x98a95b84 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x98b25f05 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x98d823f6 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x98f60b7a ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x98ff29bc dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x99348a43 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x99378d96 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x99497f3b genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0x994e2da6 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x995a0846 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x9988f645 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x9994c387 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99af78b4 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x99b6f8d2 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x99c56c3c tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x99ddfe47 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a49d937 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x9a646e8a devres_release +EXPORT_SYMBOL_GPL vmlinux 0x9a6c0efc sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x9a6c448f usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x9a88b852 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a9f0e72 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x9aad6540 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9ab92e86 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9adbd302 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x9ae92fc3 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9b01c395 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x9b0fa396 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x9b1885ef fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x9b18e626 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x9b1ceefd fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x9b4159cb sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x9b5d2b17 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9ba27dc8 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bec0e75 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c06a206 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x9c075a0c sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x9c3aacbc __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x9c521c8d sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x9c5afc19 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x9c69267b crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x9c8f9f4e thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9c931c8e map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x9cb5f581 of_fixed_factor_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0x9ce415ca inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x9cf09456 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d030b99 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d3ed9d6 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x9d4aacc3 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x9d66f037 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x9d6b75c8 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x9d6bf4af wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x9d727d96 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x9d7d628c fsl_rio_mcheck_exception +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9dbcbcef uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x9de61759 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x9de8e56c input_class +EXPORT_SYMBOL_GPL vmlinux 0x9e3cbf1f ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e75a620 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x9e7aad78 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9f5ee12f devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x9f62dff6 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x9f830d0a __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x9f86ebab ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x9fc51d65 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x9fcb2bb5 pcibios_remove_pci_devices +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd29408 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa0208e02 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa0346ba8 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa038fb4e class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xa068554f virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xa084003e gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xa0a27fff pci_address_to_pio +EXPORT_SYMBOL_GPL vmlinux 0xa0cf3c08 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0dd4c82 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xa0e46bc3 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xa0ff9a22 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xa10f5ba7 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa14da62d usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xa178f6a7 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xa18cf7b5 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xa1b028a1 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xa1b411a5 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xa1ce148d driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xa1e5457d ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xa1ef38d2 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xa1f0ec1f of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xa202b17e device_register +EXPORT_SYMBOL_GPL vmlinux 0xa235845f pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xa259d95c __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa27067b7 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa271fb25 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xa27b4134 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xa288e53b rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xa28aaf29 rh_create +EXPORT_SYMBOL_GPL vmlinux 0xa28c0a3f ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2c405f6 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xa3310160 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xa33241b9 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xa34f478c of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xa37069ad power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a2d9af walk_system_ram_range +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c37f04 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xa3e37768 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa4010c23 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xa43b6d46 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xa4499226 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xa44d40e6 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xa4756c4d agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0xa47cf8b5 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa483b6fa need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0xa4c4e1a3 irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xa4ccf1ce device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xa53636c9 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xa545cf52 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa54e0eec ref_module +EXPORT_SYMBOL_GPL vmlinux 0xa5522121 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xa579c460 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa59af736 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa59c51a9 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa5ad2f2a ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xa5b00659 ppc_proc_freq +EXPORT_SYMBOL_GPL vmlinux 0xa5d3956f gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0xa5d5dfb2 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5efe460 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xa61fca7a __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa64665a9 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xa661f295 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xa66c801a skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0xa67d99ca security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xa67e222b of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xa686a302 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0xa68b6e5d virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xa68d2e5a uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6cf571c tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e61849 kvmppc_kvm_pv +EXPORT_SYMBOL_GPL vmlinux 0xa7032263 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xa70e26ed device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xa712edd6 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa741001e thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xa746f7df wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa7921687 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xa7926bad phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xa7a4705c hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xa7a9fd44 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xa7d3baa9 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xa7dfaf80 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xa80ec81e flush_altivec_to_thread +EXPORT_SYMBOL_GPL vmlinux 0xa80f8e43 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xa82fc2cf fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xa84782e4 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa89aafe9 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xa8ed5ef5 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xa9127c70 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xa915fe0d inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xa925e478 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa93271a5 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xa958f932 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa95bec0a dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa98d7fa7 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9ad70a3 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0xa9aef2e1 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xa9c15cb4 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xa9ce341e usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaa17a2e2 rh_alloc_align +EXPORT_SYMBOL_GPL vmlinux 0xaa46723e split_page +EXPORT_SYMBOL_GPL vmlinux 0xaa8e4ed0 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xaa913595 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaac830c call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xaabeebbf cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaacdb6d2 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xaadb4fe2 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xab12fb5a task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab3da66a crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xab4e31f1 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xab59d373 kvmppc_free_lpid +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab6c1eb6 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xab9c76ef of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xabac9318 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xabe99c8d wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xac2121a2 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xac2701ae bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xac44f049 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xac4b0ef7 ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0xac5dfdb4 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xac95c795 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xaca4ebf0 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xacd2b787 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xacfe997e powerpc_firmware_features +EXPORT_SYMBOL_GPL vmlinux 0xad039c54 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xad2fea1f tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0xad32195e invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xad4e0eba vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xad75aebd rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xada9eb0a clk_enable +EXPORT_SYMBOL_GPL vmlinux 0xadba2f45 of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadc7aad7 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xadd710eb __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xade47e7a sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xade7857f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xadff73e9 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xae17be8c relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xae4d2b09 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xae58edc2 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xae60b138 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae890f73 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xae8aa931 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xae98c631 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0xae9c1878 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xaeaf1efe pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xaeb5221a ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xaec14f3e put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xaefeca74 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xaf3d7a4b pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xaf44fb22 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xaf807304 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xaf907626 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xaf92c36d ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xafcaec00 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xafd270ea ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xb03d5f54 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xb0469343 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xb05375cb usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xb0644346 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xb08286b7 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xb0879710 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xb09a6f1f tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0db3a7c cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0e8c98b inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0xb116278d rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb1318696 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xb132c061 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb139a229 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xb13d4b89 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb1502062 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xb16ebd61 component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0xb16ff276 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xb1864d2f mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xb191be49 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xb1930538 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xb19c2473 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xb1a71e55 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1d2320f __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1ecc326 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb22e18bc crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xb286454f devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xb286ada0 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xb293c758 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xb2a026b2 __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xb2d9d1f9 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb2f696ca attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xb2fd081e driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xb2fdc7cd fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb3073d2f fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xb3088e5c usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xb347bb2c work_busy +EXPORT_SYMBOL_GPL vmlinux 0xb388b328 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xb398f4ea mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb3d1b61e tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xb407f350 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb4114aab md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xb43f9777 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xb4489713 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xb44a2410 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xb491c732 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xb49f5390 kvm_vcpu_block +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4c2ef11 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xb4d5f030 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4efe81d of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xb50e0798 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb5688979 inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0xb5848bae __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5aa10af atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5c8edf4 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xb5ca02f1 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5e3fa95 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb6002013 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xb60b5707 of_i8042_aux_irq +EXPORT_SYMBOL_GPL vmlinux 0xb61c6e83 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62ad607 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xb66e1181 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xb672e4f6 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6b0ce1f scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xb6c10e63 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xb6fc2b5c kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xb733c3ed kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0xb73c8b6b of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0xb742b287 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xb75d7c98 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0xb7679944 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0xb77457a8 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xb786e77d percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb798f577 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0xb7b4568b virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xb7b531ab __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb83cde37 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xb83f7a45 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xb8485dfa vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xb852b655 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0xb860b144 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xb8caa023 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xb8ce429e elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb8e7fa7c i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb924d638 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb930acd4 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb97080cf ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c2e9f8 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9df3bfd pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xb9e247a2 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xb9f60a35 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xb9f76267 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xba10a2a9 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba470c39 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xba67272e skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xba941862 devres_get +EXPORT_SYMBOL_GPL vmlinux 0xba96b48c kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xbab45d46 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xbad50158 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xbae39ec6 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xbaecacc0 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xbaf02aff blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xbafaa2f6 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbafdc731 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0612ec virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab540 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xbb0c0d49 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xbb1adc56 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xbb306c72 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xbb3ee863 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xbb885753 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0xbb910a83 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xbbb6a237 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xbbc10266 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xbbc2742b max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xbbd7ad59 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbffb89c register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xbc1ab405 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xbc1dafe1 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xbc270be2 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xbc2fa835 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xbc38d90d tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xbc48fb5c irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xbc5797cc da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xbc5c133f ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xbc67b362 single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xbc827eb9 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcd692e6 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xbce3cfc2 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xbce83191 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xbceb8e30 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xbcecba5b perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xbd077e54 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xbd20b586 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xbd240f1e inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd6eeb54 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xbd6fbd0a fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0xbd9b79d9 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xbda1bcf7 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xbdca3ade locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbddaf7ca sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xbde41404 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xbde95c07 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xbe0d322d console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe29ff23 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xbe3c6c04 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xbe44dc1a scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xbe4861f7 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbe5030de kvmppc_prepare_to_enter +EXPORT_SYMBOL_GPL vmlinux 0xbe7f4173 vtime_account_system +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeb04dae ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xbec0c82a ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xbed54a87 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xbee4aa1f kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xbef333d6 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf077ab5 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xbf1c1d5f ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xbf1cc04b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xbf3a6bf9 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc01d51b4 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xc02bec3c usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc02d823c skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xc0433195 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xc0561f01 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xc061367e mpic_msgr_get +EXPORT_SYMBOL_GPL vmlinux 0xc065a455 cpu_core_index_of_thread +EXPORT_SYMBOL_GPL vmlinux 0xc07b326a clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xc07f80d6 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0ef7fe0 napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xc0f6cc87 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc141cbd8 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xc1434f57 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xc1647dcc hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc1a71b92 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0xc1c6ebb0 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xc1fb4dee clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc207ad4c blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2c25342 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc2f05e4e ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xc2f0af1a extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc2fb977e led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xc311c679 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc31d9e57 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc36466f6 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc3a193bf tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xc3b077c9 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xc3c6c9cc hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0xc3cc8013 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3febce5 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc40ec81a ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc4375ae5 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc43ddecd pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xc43f07f8 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc449729d ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc457531f scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc477227e raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc492c58a sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xc4a16a61 unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xc4a52380 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xc4bc93a5 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xc4e3685f sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0xc4ff0c50 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xc5178355 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5a04248 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xc5a2c19f idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc5cd4c8d __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xc5dd59d8 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc5fd4784 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xc601080a bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xc6013bea of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc606cd3c boot_cpuid +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc633b463 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc6407778 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66367a2 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xc6792cb9 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xc68aa252 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6c93fd0 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xc6dafe98 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc6e38142 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0xc6f04d85 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xc6f51e23 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xc70e4b59 kvmppc_claim_lpid +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc7406299 of_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xc75f43fe kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xc7789bea thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xc7967a6e usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7b77883 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xc7be7705 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7f13d64 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xc7f5ea88 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xc7ff5062 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xc80192fa component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xc809e35f ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xc8125cc0 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xc82c187f rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xc8351328 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xc86323b3 devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc88a7912 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xc8949326 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xc8973455 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xc89e007a __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8cc2246 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xc8de0314 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9163e8a percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0xc9274086 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc972e3d3 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc9743acb rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc98d24c2 relay_open +EXPORT_SYMBOL_GPL vmlinux 0xc997809b i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xc999b5ac blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xc9a41de2 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc9b24b5a kvm_vcpu_cache +EXPORT_SYMBOL_GPL vmlinux 0xc9b98836 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xc9cf9800 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca3efe02 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0xca45dcca __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xca4a777d rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xca552b9d queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca981631 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xcaa63986 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcae2698d preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xcb050026 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xcb0befbd ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb28cab2 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb87b497 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xcb975ef2 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0xcba8943d rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xcbbbe378 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xcbce5d3f __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc0f1009 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc4194dd ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xcc44961f kvmppc_alloc_lpid +EXPORT_SYMBOL_GPL vmlinux 0xcc723aae dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xcc81df2c __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcca9c6ca __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xccac6958 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xccc16ae2 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccf053cc __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xcd03d1d0 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xcd0eea87 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xcd2426eb iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xcd25b47b simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xcd3bd312 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xcd46c8d1 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9f186b rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xcdbd8bec sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce2db8ce simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xce3d8484 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce533111 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce99a0e6 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb5ad1b ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0xced4f0ef crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xcee081d9 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcef21c5e early_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf5ad579 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xcf610735 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xcf6a2362 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0xcfa39eca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfb8e116 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xcfbddaa2 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xd01120ac pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xd01fc456 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd041cd19 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0xd0582663 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0892018 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c9b0d0 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xd0d08872 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0xd0e5bf78 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xd0e734f0 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xd0edec05 device_create +EXPORT_SYMBOL_GPL vmlinux 0xd0fb9294 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xd12b21b2 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xd137c51d __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xd1400a6b mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd156fb8c platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd1683a8e rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xd1d10b82 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xd2089a5f get_device +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd2272dc6 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xd2282925 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xd2406b0b bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0xd247a5f7 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd282ad22 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xd28b55cd ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd28dc2fb max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xd2910585 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xd2bab9d7 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xd2e71e95 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xd2ee8c4d swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0xd2f114e7 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xd304a172 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd321a73a sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xd337fd3b unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xd35bc1bf __clk_register +EXPORT_SYMBOL_GPL vmlinux 0xd35c4650 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xd3c0a026 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xd3c6ea8d pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd3db0e1e skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xd3f4ad83 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4056d3b rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xd40ec3ab inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd4219bc0 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xd42b0056 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xd42e4515 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xd42ec704 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xd43f9986 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd46cc1b8 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xd4a32537 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd551f1b4 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd55c81a1 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xd5a2e071 of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0xd5ae92b1 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5ed5348 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xd5fae2a1 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xd5fe64a7 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0xd617a67d crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd6232aa5 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd6592e8f irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0xd669f56a cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd684424e tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0xd68bf0c4 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0xd6bfe9b2 page_endio +EXPORT_SYMBOL_GPL vmlinux 0xd6d0857f scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd702b3a2 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd71c6b53 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd746fd70 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xd74b866a __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xd751da7f file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd7848a3c usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xd7851ea0 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd7fa43fa rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xd7fc89f8 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xd81a0652 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd828a786 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd865ecf9 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8bea003 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xd8c37c24 phy_create +EXPORT_SYMBOL_GPL vmlinux 0xd8c3b0ac of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xd8c94d5b power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xd93c3ca5 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd953b0c9 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xd9543da2 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9a60beb ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xd9ae7253 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd9bd4f2e sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xd9c26469 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xd9d4a8ed xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9d8f7d5 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xd9dc9a97 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xd9ed0ee1 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xd9f616eb generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xda0a4d22 mpic_msgr_enable +EXPORT_SYMBOL_GPL vmlinux 0xda0d9f00 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xda1c6bff bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xda30f93a eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xda3639f2 arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0xda3fbd96 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda499595 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xda5c6b1c regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xda6aa242 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xda8524f5 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0xda8cb2e5 threads_core_mask +EXPORT_SYMBOL_GPL vmlinux 0xda9bfa82 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xdaa82da2 regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb06351c set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xdb163077 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xdb3ff4f3 regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0xdb525e1e virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0xdb690066 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8d8a18 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xdba5ea36 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xdbb1f621 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xdbbd2e71 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xdbf1db58 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc0e8b01 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xdc197e5f devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xdc3e9b3d pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xdc76d6bb _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0xdc80ec45 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc9111a7 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0xdc964b0f spi_async +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcc7a2a0 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xdce16a19 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xdceca3ef cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xdd0d3cb8 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd729424 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xdd8d6774 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xdda5c6a8 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xdda90dbd devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddd645d8 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xde39ba0a blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0xde5c723e sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xde6a53dc crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xde7bd136 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0xde954670 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf244785 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xdf4a5da0 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xdf5ec0ad wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xdf6558bb get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xdfa981bd anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xdfb6ffe7 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xdfcb2aef pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe00dd290 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xe01f2ee3 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe036b3e9 mpic_msgr_put +EXPORT_SYMBOL_GPL vmlinux 0xe04b1939 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xe067ced7 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe070fd29 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xe07fdfdc __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xe087e741 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0d8e320 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0xe0de6fee crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xe0ee227d cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xe103adea rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe141cb61 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xe1664d03 of_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe19eb1c4 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe1a0fb5c da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c42fdd virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xe1d27cdf sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xe1e84e63 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xe1f1ec76 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xe20a3ce7 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xe213a319 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xe2313eb2 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xe23d6718 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0xe24be476 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xe2704a57 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xe2722a84 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0xe2805d22 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xe2a398ed regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xe2b22fcb ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe2bb29d9 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xe2e6006c sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xe2ee67db mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe30b2692 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xe35df9f6 device_del +EXPORT_SYMBOL_GPL vmlinux 0xe3685f09 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe38a744f fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xe38bbbf2 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xe3d7750e btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0xe433e2e4 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xe45321de usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xe4867ab9 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe498e904 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xe4bb8383 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xe4c031f8 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4d8a188 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe4f0c047 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4f3a93f tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xe509c83a devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe51c040f register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xe55136c0 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xe5540302 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5a2e612 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xe5b68a5c alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xe5dc7b6b ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe5e90dc5 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xe5f29a8c regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe5f5990f rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0xe60270a7 component_master_add +EXPORT_SYMBOL_GPL vmlinux 0xe60611f8 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xe61c3827 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xe643a65f md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xe648d97e dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0xe64e4be9 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6e5eb74 of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0xe6ee85d3 __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xe7112e53 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xe7278c40 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xe729c9c6 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe77e9ecb regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xe78be19b nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xe7e1e66e fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xe7f18b3c threads_per_subcore +EXPORT_SYMBOL_GPL vmlinux 0xe7f8537c max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe8130343 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe81c4083 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe82ba23e devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xe83654bb dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85c55e7 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe8679929 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xe880ad24 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xe884c66e kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xe89bd243 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe89ffc37 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe8b6a4ec clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe8f81579 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0xe8fa6b14 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xe90d41ca rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xe913a0b2 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94305df rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe94310ca clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xe948efa0 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe95be35a usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xe96411d8 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xe972191d reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe98c05ef kvmppc_handle_load +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9db4297 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea24ca6e crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xea2cdbab pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea535436 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xea628c20 bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xea72c836 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xea7a19e7 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xeab20990 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xeaf61b5c reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xeafd727e crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb2bb8d6 pcibios_add_pci_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb79d7c0 pcibios_map_io_space +EXPORT_SYMBOL_GPL vmlinux 0xeb8ae736 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeb980a1a i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xeba081bb find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xebc038c7 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xebd35077 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec21adad usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec46b03e da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xec80ca44 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0xec86d77c sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xecaa7e4b pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xecadc661 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xecbd1fe4 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xece1b5cb lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xece1c320 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0xed00ab65 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xed0e831d con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xed233af1 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xed3c4580 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xed548006 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xed61ad65 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xed98dca2 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xedf37a30 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee0f679c pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xee15ce4f napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0xee49a1a0 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xee5b015a cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee75a778 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xeebd9255 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0xeebe3239 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xeedfb8a6 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xeef1cf42 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xef08164d rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xef0a87ec __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xef3503b6 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xef4745d6 rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0xef4acb8d inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d007a sigset_from_compat +EXPORT_SYMBOL_GPL vmlinux 0xef81958b bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0xef822897 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefab87a5 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xefbd6c44 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xefcd2dcd scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xeff8400b __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xeffa6b8f __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xf0030f46 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xf008e3c3 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf00df8e5 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xf01754eb unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xf020be51 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xf02a5938 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf079bce2 i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0xf07f3c72 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xf08374f4 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL vmlinux 0xf0ab0d05 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf0ad9b23 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xf0b52a4c regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xf0d02b26 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xf0d37049 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf1191aa5 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xf12eb259 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xf158f170 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1a62b6f of_i8042_kbd_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1c53af4 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xf1c6868d regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xf1da4e46 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf22b25fd get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0xf23639e6 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xf246fe27 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xf2477b70 ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf268dce1 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xf26df3ea realmode_pfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xf276ff4c pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf29f86c0 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0xf2acb844 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf3012f6c rh_free +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf32a13f3 of_css +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf34108a4 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xf3491995 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xf35208fd rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf358dc5d phy_put +EXPORT_SYMBOL_GPL vmlinux 0xf359b5e2 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xf35a1087 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xf36852f2 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf36d67e8 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xf37e80d8 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf381575e flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xf38f8d3e crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3e1fd73 kvmppc_emulate_mmio +EXPORT_SYMBOL_GPL vmlinux 0xf41bc125 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xf4401575 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf443ac86 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xf44c92ba irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xf44fba8b regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf49c4c0a syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf4c65d10 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xf4c6a932 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xf4c9c897 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xf4da3546 kvmppc_init_lpid +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf502cf6f rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xf51a984a pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xf525b2f1 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xf5339c33 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf538f789 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf5501806 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5612d2f da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xf57773cf of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bcf1b2 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0xf5e7f053 rh_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf5ebcd61 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xf5ec1c32 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xf5f3f41c rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xf5fad08f pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xf5ff1abb tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf603a8ee ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0xf60401c6 kvmppc_pr_ops +EXPORT_SYMBOL_GPL vmlinux 0xf60efaf1 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xf614ca8c extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0xf61e2423 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xf62aba52 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xf66f61ca driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf6780d88 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xf679c6dd irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xf696ac28 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xf6d4b3bd mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf727abfb ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xf75d2994 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xf766c383 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf793f8f9 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xf79462f8 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xf79cbeba usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xf7a12c18 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0xf7b7d643 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0xf7bf9f2b sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xf7ddf642 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xf8101e7c perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf81d845d __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0xf829cba5 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf837e0eb unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xf83af4c8 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xf85405dd uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xf87adab7 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf88392ad dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xf88c2b32 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xf8c85388 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xf8cdd791 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xf8e08972 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xf8e398fc memstart_addr +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f65f39 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf9154bff inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xf926d344 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf98c4762 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9cc6fa8 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xf9d2611b alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf9e0303b ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xf9eb8925 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa29eeba of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xfa7cf544 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xfa82f56f clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfaa2a4cd regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xfaa54806 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xfaa6b33a crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xfab60503 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xfae5ae65 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfae7800a dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xfb22bc6c cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xfb298904 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb4b7ddf stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xfb52b77d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0xfb5517f2 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xfb58617b fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb7e20fe bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xfbac229f phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc1b182 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xfbc33845 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xfbdf67c6 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc273f6a ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xfc3e2659 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xfc67dadb pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xfc72d987 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xfc93a08a ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xfc93d454 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xfca97681 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0xfccb176f wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfd11ffcd device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xfd3581ca extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xfd38073c inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xfd5875f3 of_fixed_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfd78ca90 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xfd94fcad posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xfd9c7bb3 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xfdb2b880 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xfdcbf29a wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xfdf34eee gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xfe4e1c84 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0xfe78aad9 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xfe81f635 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0xfe846147 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xfe95de2f sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfeb191f2 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xfeb772de ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff00f0af rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff36675e clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xff4d3585 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff6716b2 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xff8862d7 rh_get_stats +EXPORT_SYMBOL_GPL vmlinux 0xff9fb4cf regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xffb84281 usb_reset_configuration --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/powerpc/powerpc64-emb.compiler +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/powerpc/powerpc64-emb.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.9.1-16ubuntu6) 4.9.1 --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/powerpc/powerpc64-emb.modules +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/powerpc/powerpc64-emb.modules @@ -0,0 +1,3866 @@ +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ac97_bus +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7180 +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x_cs +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +ak8975 +algif_hash +algif_skcipher +ali-ircc +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +amc6821 +amd +amd5536udc +amd8111e +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt3c_cs +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bw-qcam +bypass +c4 +c67x00 +c6xdigio +caam +caamalg +caamhash +caam_jr +caamrng +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +clk-max77686 +clk-qcom +clk-s2mps11 +clk-si5351 +clk-si570 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +configfs +contec_pci_dio +cordic +core +cp210x +cpc925_edac +cpia2 +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt3000 +dt3155v4l +dt9812 +dtl1_cs +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edac_core +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +ehset +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +eni +enic +epat +epia +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +flexcan +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fsl-diu-fb +fsldma +fsl-edma +fsl_elbc_nand +fsl_hypervisor +fsl_ifc_nand +fsl_lpuart +fsl_pq_mdio +fsl_usb2_udc +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +gcc-msm8660 +gcc-msm8960 +gcc-msm8974 +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +genet +gen_probe +genwqe_card +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gianfar_driver +gianfar_ptp +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-generic +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +gxt4500 +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +hostap +hostap_cs +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hwa-hc +hwa-rc +hwmon-vid +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mpc +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-ocores +i2c-parport +i2c-parport-light +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-xiic +i2o_block +i2o_bus +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +i82092 +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ib_mthca +ib_qib +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icplus +icp_multi +ics932s401 +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +imx_thermal +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +kafs +kalmia +kaweth +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +ll_temac +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +mf6x4 +mfd +mga +mgc +michael_mic +micrel +microread +microread_i2c +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mmcc-msm8960 +mmcc-msm8974 +mmc_spi +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvidiafb +nvme +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_mmc_spi +ofpart +of_xilinx_wdt +old_belkin-sir +omap4-keypad +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +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_pcmcia +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 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +physmap_of +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +ppa +ppc-corenet-cpufreq +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptlrpc +ptn3460 +ptp +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-lp3943 +pwm-pca9685 +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc_cmos_setup +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-generic +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7706h +safe_serial +salsa20_generic +samsung-keypad +samsung-sxgbe +sata_fsl +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_sx4 +sata_uli +sata_via +sata_vsc +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci +sdhci-of-arasan +sdhci-of-esdhc +sdhci-of-hlwd +sdhci-pci +sdhci-pltfm +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +sdricoh_cs +sdr-msi3101 +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sha1-powerpc +shark2 +sh_eth +sh_mobile_ceu_camera +sh_mobile_csi2 +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skd +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slip +slram +sm501 +sm501fb +smb347-charger +smc91c92_cs +sm_common +sm_ftl +smm665 +smsc +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb-common +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +soundcore +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssd1307fb +ssfdc +sst25l +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +sysv +t1pci +talitos +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vf610_adc +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-ircc +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videodev +viperboard +viperboard_adc +virt-dma +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_pio2 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vringh +vsock +vsp1 +vsxxxaa +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83781d +w83791d +w83792d +w83793 +w83795 +w83977af_ir +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +windfarm_core +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xilinx_ps2 +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/powerpc/powerpc64-smp +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/powerpc/powerpc64-smp @@ -0,0 +1,17536 @@ +EXPORT_SYMBOL arch/powerpc/kvm/kvm 0xb534f747 kvm_read_guest_atomic +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0x048d27cc hvcs_register_connection +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0x536d329b hvcs_get_partner_info +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0xc39c3704 hvcs_free_partner_info +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0xd0a02396 hvcs_free_connection +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0x1663c5c0 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0xa16dac5f 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 0x2b2859a0 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x3213a2d6 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x3496ca1f pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x373b7f09 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x4fa89747 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x5ab9306c pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x5ed2c15e pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x72083b26 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xa1be077e pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0xba469577 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xc19f2a8c pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xf49f4d8c pi_connect +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4a74eaaf ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x54d2cf56 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x58a3ee7e ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa1d881de ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xde670712 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x2a125319 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xa191f077 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xbff9e8d0 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xc92e5275 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xd17924f2 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xdf393382 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/edac/edac_core 0x4b7f4d71 edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x00d7015e fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04d0f641 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0e01bc10 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7d6af8 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x128f5207 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1e254139 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x24d5bb98 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x25120666 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2ca3dfbd fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2eb89d50 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x344ac8a9 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x381a9d9f fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x645b715f fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6e70a4c1 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x71d3f6a6 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x72d4c3cf fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x81b75bef fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x85dbd589 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8c714854 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9e84e1a2 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa1077437 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaec8eca0 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcb9d21cf fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcf7bf4bc fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd3a12d3e fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd6d41058 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd6f588dd fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe1bf0062 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfd58357c fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/fmc/fmc 0x2d2b318b fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0x31284ae8 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x33d11d26 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x385c7767 fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x5e02b8fd fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0x7012603e fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0x7eab6284 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x8dfa4ad2 fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0xa724f0c4 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xa911a715 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xf9786ea1 fmc_find_sdb_device +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x4884180c ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0062aa1b drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0109d5fc drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0376b5b3 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04e00931 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0603abc2 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07338d1c drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x086bd3f4 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0af37eaa drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cd6e84b drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d4b80e4 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dcccc03 drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e55cc21 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e60a229 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f56a63d drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1017f52c drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1034fda4 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x117ee12c drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14b02bd2 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16275dfb drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x164c34f3 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x167d7050 drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17b14d44 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17e35370 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x180594b3 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x181e86a9 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19879ff4 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ab65e29 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bd886ac drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c52d5b1 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f898073 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b37c60 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20c03f2a drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21a27144 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21c2e963 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23107569 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x256c78bb drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x264cf316 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29ad006c drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a37e480 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ca093e0 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f0b064f drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31afb441 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x326a3658 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3354a1cb drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33eb3d2e drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37514a22 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37f326ed drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x385ec270 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bfb2cba drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e0a5bf0 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4107e566 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42441527 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4633ed2c drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46f277d9 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4744007b drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47667c93 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x483f8bc6 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x489df10f drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4996dbd2 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d29bf41 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ec77356 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f46c490 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50454740 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50ed0df7 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x515afbb5 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x517ddecc drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5288f56e drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55d2ccc3 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x585604e5 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x598b5ca4 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bf350dd drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7318dc drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5dbbb91d drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5df3e64d drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e18893c drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61185b46 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x635d37bf drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6489afa3 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x650966ec drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x659878a4 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6700fffe drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67143f8a drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6720876d drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67b18517 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67b1dee4 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69c2a35e drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b918bc4 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c35ec32 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc3c29e drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f5304ed drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fe6806e drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71de2dc3 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x733b9f6c drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74c83783 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75b7ae1f drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7671ba4e drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7711cffa drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77994a9e drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77d21b87 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78878040 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x798fae10 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7aec94c3 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e453daa drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f4914f4 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e773e4 drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83a87c35 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83c85495 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x848d4f19 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88c4d4c2 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8962f15e drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89abb8ec drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89ad3aeb drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c802b2f drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eabe9d9 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fe91f42 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9411ab69 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94c69134 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x995dc379 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a5b7cb4 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38edd66 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3a02e8c drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4c1fea5 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4c87bad drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5044350 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5e27c23 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8db6a56 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaad514fb drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab0f8f98 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab2e072a drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad2d7c22 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf71af67 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1ee8570 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb380e0a5 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5540008 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6c16b17 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7436719 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8efe2ab drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbaa4dab0 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc1716cf drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc660a2e drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe66d75f drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbec77d80 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf23833f drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfefb856 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2d59cae drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc33114b9 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc359b2e8 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4955e05 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5ba2c50 drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5dbe142 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6a81b72 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7449958 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc74d49db drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7f7cc11 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc99b517a drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcaf62957 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb33c314 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccbbf05a drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcec158f0 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfece9b4 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd05bc6bf drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3bd6764 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7abae86 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7b65bae drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd86aeab6 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdabea911 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb064038 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb67ce93 drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdba5ca7a drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbe3412b drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcb818be drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdef91de6 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf625064 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1e138f5 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2bc6ebc drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe337e99a drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3458034 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5ae512b drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe65a4590 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6fc7b86 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe854b850 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe98976ce drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9e017ab drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea959a21 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xede29397 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefa4fa29 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf199e0ba drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf219f21d drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2909e05 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf38a4e78 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf485ba6b drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf67c5b67 drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6d3a423 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7b00f94 drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8a45eb0 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8f86582 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf932acbc drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9f395e7 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa36a6b6 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb86e9d2 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbeb2421 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe2f8a1b drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfef1c644 drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff9755ae drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffffbf7c drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x083669b2 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0cb705aa drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d64df1f drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15e6d613 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b1ffdf4 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21187595 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x256eac79 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b744beb drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3371c0ed drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34ded3de drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36ab7f7a drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b2c7f62 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c88b7c2 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x416d5f23 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x41d62ada drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52d68922 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5aaccd8c drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d3f46c7 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5eb3d615 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x602b2b01 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63c8cc44 drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64302cde drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x663d6cd5 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6c15e186 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d32c40e drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e6d6e84 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x78825eba drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7970c107 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a4fef96 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e52e7e4 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x885cebb4 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a9a51d7 drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d93b97b drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a4910b1 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9bd2e7e2 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa02366de drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa58655ab drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc5c605e drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbec067c7 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc30cb09f drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc78dac08 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0a49c73 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5979553 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe22b4184 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2a14aa2 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3fd90a3 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xead6bd64 drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf48c4bc7 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5f23f64 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf75cd812 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x8a7ded26 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xbe72d3f5 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xcc5285ea drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x04981419 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x04eb911b ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x07f1517d ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0859dc07 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0a0f0779 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0b3e60b4 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c2583b9 ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0ceb985b ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0f1a1d0b ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0f7d8a29 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x187ddaec ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x279e473a ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3331ba38 ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x35c15064 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x373fc863 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x46ae9a8b ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x46f19c54 ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e8dd264 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5373ceb1 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x54332825 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x559186d7 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x564e1aee ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a8fdfea ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5d9ecbd2 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x65fbba06 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6e72beaa ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7a08c0e2 ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d55da85 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7dff159b ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80692dc7 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8322600a ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84a13931 ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89a443de ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8a95dab1 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8c83326e ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d14adbf ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8ff510cf ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x99468941 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x99eb172f ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9af2b3f5 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9c52e715 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d743090 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9da6f7c5 ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9e2c9b68 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa0eecc21 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa15015cb ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2a129fd ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa5706073 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa63e84dc ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa71ff4db ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa73de2a9 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xae2128e3 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb83c6470 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbbdc3a65 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5f0c2da ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc8b68d73 ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc91e84b4 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd33a7449 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd79cc7b6 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7f51742 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xec6079db ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf12e4d9e ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf1f38c81 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf468c104 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf5b30fb3 ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf607bb1e ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfe5ae2da ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xa68baac7 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xbe396be8 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xdf3993e7 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x2de276a1 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x3aa75fb0 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xa50544d9 amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x5d34a14a st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xb235fa0a st_accel_common_remove +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x35260353 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x4322a638 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x5fe4bf7e hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xa5ec3b3b hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc2c44f03 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xd2f15de6 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x801e024d hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xd9b6aada hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xdcb6352e hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2959df2b st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2ba0702a st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x321cf77d st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x3b7b5435 st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x46af566a st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x55395b2e st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x562c6767 st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x57241c4e st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6be08f51 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x79a82780 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xaae3a14b st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xabfe3de1 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc6cf753b st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc9600fb7 st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc9d15a1d st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd5411afd st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd97701d0 st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x57226d77 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0x8a7633dd st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x00880f52 st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x51bf31b3 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x7e9b1fdf adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xf20e5238 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x0052220a iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x122cb24d iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x1513e846 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x332770e8 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x39631b96 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0x4749c584 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x518755e6 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x923b67e3 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x93f42f5b iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x9f5dc89d iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xa2cf370f iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xa712f839 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xb55ae3d9 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xbedf3037 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xc8560300 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0xcd719c24 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xd2ddee1b iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xd5f31fd8 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xdd7c4011 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xecc6d9dc iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0xf30d8315 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xf6675edf iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xfe31e01e iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x6623b47d iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xa0cb1e3c iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x217aa778 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xbba7d873 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xc7379f29 st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xf45fb41e st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x0f10e4e6 st_press_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xfbee17d5 st_press_common_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1ea5767b rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x32a8402c rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x4d50cef3 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x59252c9d rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1b55c086 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2c16d338 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3074e272 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x47f62980 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5b5ec9ad ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6e98d699 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x78597d41 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7af9a2a9 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x93321fb5 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9c8c487f ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xacae6495 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xad45908d ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc227213b ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc24a91da ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xec9556ee cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xefa301c1 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf7e137a0 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02a5d033 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0694fdcd ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f4514c1 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1104069d ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x121942c1 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19514f51 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c543580 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x206349b6 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21150ad4 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21d1b336 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25c28039 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d30e421 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33da8476 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34a06458 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x359ff084 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36928f4a ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36df9610 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x370673b7 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3aee2e8b ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3cea317f ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f94a5a3 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40b6ab77 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40b8bd63 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43d28c39 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a653d1e ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a6b5142 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a83c1fa ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4cc4ff87 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d76a7e0 ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e7864df ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5252982d ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54d99a8c ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5563fde6 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55d07af4 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ad7d3b5 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5cb284b9 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e4f9346 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x62220f77 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67ad81b9 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67bfb7d1 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69ef3dd3 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x769bd423 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77c23f23 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7bdd3c3d ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fae2688 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85ab90df ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x861f1331 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86ac3ac1 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86ea5cca ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a3400e7 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a359bd3 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8fa11468 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x916acf0b ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x932892d2 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x953900b1 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ef484e7 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2528909 ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8872b78 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaad6af0c ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8bc2f8d ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9943268 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc07e8408 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1a438ca ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcaa5197e ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcab5530e ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd12d2bce ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd18c8648 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd43e641a ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5acf001 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf2b9c73 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfdfaf34 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe30add5c ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe34ee519 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe37f6f69 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe92f65d8 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9a1f277 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9c255a4 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3a8e606 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6d761a8 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf97beb10 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfdca2258 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x02847e77 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0ec98600 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x12728a3c ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x314dd957 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x38239001 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x4768f78c ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x699c7702 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x8e75a4e9 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x9ece69b1 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa2edeb95 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xb47f815e ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xc0744d10 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x28de36f0 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x3924276b ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x5328d7a6 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x578d1845 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x6051d3ad ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x727847d4 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x95b61f38 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9a1cd50d ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xd0da40fa ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x22d41e3f iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3b8ef5c7 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x473ede64 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x60c51bf8 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x64552c9d iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6a38c96b iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xaaf624c6 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb13aa453 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xbf43bacf iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcaa07bc2 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xce4904b7 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xed985de9 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xfc72eaf5 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xfefded84 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0548fad2 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1d002638 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1fe20d29 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x226d941c rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x37383f37 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3f88eb15 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x42806085 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x61341ae2 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6276e4c2 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x792e1b8d rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa05212fa rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa613a904 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaec983e0 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb3995a95 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc3ec307e rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcc14773d rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd68a3baa rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdba664ca rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf15c4787 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf306eb2e rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf38be1cf rdma_join_multicast +EXPORT_SYMBOL drivers/input/gameport/gameport 0x023062b5 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x06ef510d gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x27fd863c gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x6919d88c __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7919fe12 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x82f50be8 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x85013f47 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb251905d gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xdc9bfc64 gameport_stop_polling +EXPORT_SYMBOL drivers/input/input-polldev 0x1253cae5 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xce86234d input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xd1eb89e7 devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xe0213e5a input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xe2019862 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x90f3dbb6 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x9e317701 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xc765973e ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0xca93d16c ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xfd6b8d63 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x098f7016 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/sparse-keymap 0x2b4a0e16 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x30645a27 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x4f508eab sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x55b09749 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd045bfe2 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf4bedbf3 sparse_keymap_free +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x0561fc2e ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x42260273 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x1cd3e92b capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x22da7bb6 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x26f1b460 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b631829 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x561c1ffc capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x693a557e detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a6b183 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb1de27b3 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xbebb0ecb capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd340204b capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0dbbd9de b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x1aaa001a b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x1b583f5d b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x364a12d5 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3e4d728c b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x4fca21f6 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8df7140c avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x927915f9 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x992a505f b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xaca0dcb2 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xafbcb5b9 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb4af4255 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xc228e2cb b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xd4e137d7 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdae67efd b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x1d397795 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x1eb89266 t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x3bdcb160 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x63a51ca9 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xb77413ac b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xbaf811e6 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xc042338f b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xcd395398 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd1b68370 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x0dea5f4d mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x74f454d1 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x78d31347 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xbf995f3f mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x245df03b mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xe0a34be6 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7faa1c42 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x1ca1b080 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x66385b00 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x90714027 isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x93b4f5e4 isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x9b0d0dac isac_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x639fe905 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x90512e81 isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xa1706ca7 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0f4ea1f8 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x32804b91 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4a62c4d7 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4c1e2d64 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x507fb4dd mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x570edc00 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5a3255dd mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x606cfc94 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6917055b mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6cdbc1c8 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x89cd4f12 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x986583a7 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9b64b79c dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c06934d mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb4955496 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc0f77eac mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3d7eb67 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc55971c8 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xca2f29f8 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd7032578 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd8b6984c mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xec822bc8 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf65be4f1 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1d89bd11 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1f529ce8 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0x26481f26 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x440b4830 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x44a37d62 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x44d3e0c2 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5b59b856 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5d8474e4 closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5f4e8f5f closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7daccb73 bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0x8833b0e8 bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa3c5c702 bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xb73202e3 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca5df778 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xce47a6d9 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd2813054 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdf892351 bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe67c2d16 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xec6f33d0 bch_bset_init_next +EXPORT_SYMBOL drivers/md/dm-bufio 0x268682d2 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-log 0x652e1ea1 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x919523a7 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xabe9610e dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xf791a1a3 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x23d3b268 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x689aa562 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9708c3e9 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb8d97ea1 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc5b52fce dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd32734de dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/raid456 0xafa84cee raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x16f14bbf flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1b8a78bb flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5552f713 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5d28aea9 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8b7f46ef flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x904c1b5c flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa234699c flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa365ae17 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa6d9690b flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc0edac5b flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc83a73f6 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xde957f2c flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xef1391b2 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xc30d0e79 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xd7b8ccb0 btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2b8c3279 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3c7ee55d cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7de9d82c cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdc1a35af cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xfdc9d4c7 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x446a8d72 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x8552e5fe tveeprom_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1fca14c6 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x22226d99 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2b11cf31 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x32706276 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x335b1b37 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x34b50dc7 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3f92b3e6 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x53aadd5a dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5c0ea535 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5c930ad1 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6c6e9cca dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x70af1058 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x774a840b dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x78db694b dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7f4f9b54 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x828d2551 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x85a5e7d3 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x85c0040e dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8ae4cf30 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x938a3dd9 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x94cac81f dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9953be7f dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa414b5e2 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa8a84d17 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xae43274c dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbb9360ee dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbbff1295 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbe3f0a75 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcf589e8c dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd5a22449 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd8f7184c dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe51edf69 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf28e7431 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf7a129d9 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf8c07c6b dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfbb2dedf dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfd62c47b dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0xcf5c3e31 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x4e81dba5 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x49207155 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x7b609334 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x67f5a3b1 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x779d0458 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x8af90cb6 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb7e3d268 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc448ccc2 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc656fb70 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xcc98c4a8 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd55cf04f au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xfc5d6dd4 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xea92d213 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x141038e4 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0xc9a3e091 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x973d7908 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x38a7816a cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x91233446 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x96ef2ca3 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x452078bf cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x1c653975 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xcf729f55 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xaa2bb4fb cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x5979a1f8 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xcaa2c341 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xdcd1cd30 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xde641f3b dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xee1b692c dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x37fa1666 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6aabb1b0 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7c7ef96d dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7cc3d6aa dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x80b5b0de dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x938e3b1c dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9d23c6f8 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xac6a1332 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc346310b dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcbc1bb82 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdaa4b40f dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe27799d5 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xeb40d56d dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xeebbba95 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf76db6a3 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x0e5fc1cb dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x0409551f dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x2acaeee6 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x3fb7161b dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x5d79305c dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xccb1284b dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xea969768 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x089f16f3 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x525569bc dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x7cf18aa0 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x94563b7a dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x119146c7 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x126b6919 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x146ea1ea dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x33fb02d1 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4f639e48 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x539a0f21 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6a535324 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x82b0fb26 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8652a678 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8d34321e dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9a6bf0de dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xac775ce9 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xca834731 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xdc8b4f38 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe5513c30 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf650d4d2 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1293104e dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1979cb4f dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2c40f1a3 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x31426f19 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x357267bf dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6e003755 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6e6bdcc5 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x74e94c41 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8e245033 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8e4ea82e dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb1deb26a dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc4d2415a dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xceb22148 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd0c38a42 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd6a1a1ab dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe12526b4 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe7117d52 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf70f2640 dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xff5c6a35 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x14f5c371 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x164774f6 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x7de24745 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xeb583723 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xfd899956 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xd2ffb582 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x574906fa drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x5d98d568 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x24069438 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x2ca9ca9f ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x2f070f0a dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xc4f7ae06 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x34a71a4d isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x5d11d560 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x5ce61615 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xd9d670ee itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xf05260d8 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x147c0e6d l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x79bfa02f lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0xac201fc9 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0xedd8e14d lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x9234a596 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x734dda5e lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x989b3f86 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xc599a873 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x96f6107d m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0xcd4de28b m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x5d6fca28 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x989bc6d4 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xef487d96 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xd0e84509 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x02935cfb nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x3095ca44 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xa8eec8fb or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0xaba89bfb or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xad795cea rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xf7253749 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x73b4c3cd rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xb9e33411 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xbfd189d2 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x735d1c0b s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0xdb16d850 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x46b5bf76 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x8fd330f7 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x495e98a9 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x7d78b63e si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x93d5aca6 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xeae254bf sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xaafb1b5d stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x9b072f30 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x6348c60d stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xcd162dbf stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xec94e0ec stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xa576e956 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x7463ecdb stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xa1a4d05e stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x3733d123 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x947419c8 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xadac4238 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xe45150df stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x4059e8dc stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x7c431a44 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xf10491b5 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x5950cf35 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xc92dd6ae tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xec3f908d tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x0b828bfd tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xe4b723a9 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x2f5a9403 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0xa9ae9631 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x8361f6d9 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xf929fa25 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xb58e78dc ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xb1a6d4c7 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x41cc3466 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x308081b1 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xd182cec2 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xd8f9f142 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x2aacb261 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x099f2eab flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x175aa2e0 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x33e69802 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x659ad192 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6ab77c09 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6bc5cd86 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa88f6c9f flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x01da61d7 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x2975b4c7 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xb5f5c463 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xc83f3a46 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 0x7c5a3f5b 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 0xc1cf3451 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xfaed44c3 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x05239f36 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x122f89ff write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x18f20839 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1cd67a44 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2db2229c dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4f786c45 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8fbafd08 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xdd89aa2b rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xef4e0523 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x9b5add77 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x0ccca0f4 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x78c2faac cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x97110570 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc857d43e cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xfc0ed8ea cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x110988e8 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x3207ece9 altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xae72f75e altera_hw_filt_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 0x0a5e16ee cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1e9c7915 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3bdfc9c7 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x68d75e41 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xba84296a cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcae33503 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x9238bd57 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xc6ebead4 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x0f224842 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x17df410a cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x2db869d9 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xe0fae1a4 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x007abce7 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x38468576 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x499d5816 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x76d1aceb cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa719dee2 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xe90ed79e cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x096f6323 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x240ef869 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x26d5562a cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4814ff3d cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5a3f3fdc cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6b4923e6 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6e0f6836 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x79d4edf0 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x84454c86 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8594e23c cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904c7d2f cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x99fb1319 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9a1bf3c5 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa3620a05 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb157cf4c cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb45e57ac cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc2472107 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc3ae536f cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcbb2b48e cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdfe86e3a cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xecd2e2f6 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xff1c5d60 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0d4bc3d3 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2671f38d ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x26a49d04 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x27006e95 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x64cd90d1 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x681c9d92 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x68adf221 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x712a3bf0 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9b4b8375 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa916adef ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb2bd859f ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb6aa6dfd ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbd36b272 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xce7d4da8 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe357b482 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf156ace0 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf77db41e ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1cbd06ff saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1cde46aa saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x49cf59cb saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5c23acc5 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x75ecabe1 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x88979f89 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x94b50620 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb1889e31 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xcd33f34c saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd39b5502 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd6c9202d saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf6d09e84 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x722adfce ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x165155d2 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x32cf8064 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x42444329 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x44a64ebb soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x8dd85d99 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x9f0969b5 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xb506ef4c soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe01285a6 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xee683efd soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x3cedca4d soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x4f13b859 soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x68250c9f soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x8b3703a6 soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/radio/tea575x 0x22282316 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x230ecb52 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa1a84c06 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa8238a4f snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04a7e3ca lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x0cea2f34 lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x3a2ed166 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x7c400f3f lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x9044f1d7 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x9e3e2881 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xc34449cd lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xf6893c6e lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/rc-core 0x6690635e ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x77bb1707 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0xe856b77f fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xb6369c6b fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x11bc8564 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x3670aa80 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x8a9e6889 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x45fb3d60 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x1b43c86f max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x95cba417 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xa902aa8a mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x5d1e387f mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x082792c3 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0xc2f427b1 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x2b0ee841 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x5cc9b394 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xa56b1ea0 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0xe9adc212 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xe8610072 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0x828a6b9d it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0xd403750c xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x10d2eff5 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x619b9c25 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x87c74299 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x44dd29e9 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x5744650c dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6504a7ae dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6e6a0f06 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x91d4c49e dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x93ee4be3 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xaa44ae71 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc63c47c3 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe91ca6e8 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2bbde549 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x4190e4c7 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x4ee982b5 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xba2bb6e7 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xcf9edb53 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe501599f dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe8055991 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x6ef558b6 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 0x0495b9b8 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x22bce221 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x61bb658c dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8abc6baf dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9a536689 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xab3a615a dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb19e100e dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xcaaf7c43 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xed133178 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf7af6f79 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf9c31181 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x8b4fd238 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xe1d07596 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x0988272e gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x0ccbd232 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x17519f83 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb7e33ab8 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xcc296c17 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xdd25c356 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf1c6b100 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf7c72e00 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x2e682ef9 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x7e17659c tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x8284269e tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x57d0c0ae ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x7c17c164 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x286da671 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 0x58e56e7f v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xc41db020 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x09ebe54e videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x2ba90e6a videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x697abe25 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x8f13c25e videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xb8ff33a2 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xf0519e29 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0xd913f3ca vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x00cb5e59 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x1435fd7e vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x4d12e7f7 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x633639d0 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x82f22886 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x951580a9 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11f7007e v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x121e9a08 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 0x19306b69 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2052504f v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x23f3263d v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x24d68a95 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x271dae5c v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2968fd3b v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x29b753bd v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2adad052 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x366208f2 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x37b6e9af v4l2_subdev_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 0x3dacb257 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x40805b1c v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x49b181cb v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x52f20e83 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x54af7f63 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x55de40e3 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x55ea03dd __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5b33c63c v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5decf37c video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x62fcd550 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6335104f v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6b9f7dc6 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7c9debe2 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x80ac6974 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x88764f3e v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8bfb258b v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8c0c6495 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x905b279e v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x96e47075 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9df98d3a v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9ec6d888 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2460df6 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2d66efd v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa9b6294d v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb095f186 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb333a277 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb67a6186 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc0751a6d v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc300f8ca v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc39d6e5d v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc87e2858 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcbed7b12 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd591ca2 __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcf272147 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcfb1b8c3 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd0e21f2d v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd339317d v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd33bf0ba v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd3ced259 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd5526e10 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd82eb0eb v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd9616b61 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xda61e5f1 v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xde7afbff v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe342d5d6 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe55328d7 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe55e6793 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xea6abcc5 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xedad461c v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xedda2f1b v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeea13bf1 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf11f4be5 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf4090563 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf5d63881 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff5f8ee5 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0ad4015f memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5c304ca4 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5f3a6e70 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5faa40ae memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7f4bbbb0 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa52c15bb memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa6aa5491 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc10b27bb memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcd71cca8 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc07e67e memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe7fc9199 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe9f27160 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf9980268 memstick_free_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0a682a65 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x145b576f mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x166cfc73 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x289487c8 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2a67c721 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2ab7712a mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2e9e59f7 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3430004d mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4378b7c7 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x582f10e2 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x69bd9e20 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6be79042 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6dc693cf mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6f904bca mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x87c1730a mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x89e13b74 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8bd29dfa mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8c7017b1 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x93d0a3bd mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x94559406 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x97184528 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xabad792c mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb1a38db4 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xca66629e mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcd4862b4 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdf211a43 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe4a253ff mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf12c4055 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf76a9245 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x005c7e4d mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0ac4b9b2 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1490258e mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x31e5c13a mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3464a146 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x398f02e4 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3a3b0ec1 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4805c615 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4b200e7c mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4b875542 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x54281516 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x54837eb5 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x64ea62e1 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6515d451 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6e37e9dd mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6eac6292 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x74c99b62 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x76cc0d3f mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7a4a267a mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8aee8f3f mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9643c0c6 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9a3ffd98 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaad8943a mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb99f0112 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc9e54d46 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf3c3cbd7 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf817a151 mptscsih_abort +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x047d84d2 i2o_cntxt_list_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x0bad5a4b i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x0dbd17a7 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x226081ef i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x278a623b i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a03dce6 i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x43865082 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x468b1e12 i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x499aaa8a i2o_cntxt_list_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x52e31e50 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5da70061 i2o_cntxt_list_get_ptr +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6cb841fd i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7a08e2a6 i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x84e30893 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x98c31bd9 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xaa59a10d i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb1287900 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb716def4 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc05136ed i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xcb8b0f08 i2o_cntxt_list_add +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xeafa203e i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xefe09d45 i2o_parm_issue +EXPORT_SYMBOL drivers/mfd/cros_ec 0x46bcc220 cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0x58e3db95 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0x64a08a13 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/cros_ec 0xbdbd7099 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0xc7eeccfe cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x85ac2091 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xd836f75a pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0b812b1a mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x21938280 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2676e78f mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x41d13062 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5dea5483 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5f99ff7c mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6ff82698 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x72316b55 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8ec39b7c mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9306959e mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa51210a1 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa70e80c8 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe9aedb4a mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/tps6105x 0x14ce3a78 tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0xd4a2ffac tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xe67be48b tps6105x_set +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/misc/ad525x_dpot 0x778330ef ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xbfa4b05b ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x2e4182a3 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x1e49503a c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0x5b980e58 c2port_device_register +EXPORT_SYMBOL drivers/misc/ioc4 0x00f19c8a ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0x6284f443 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x0a7494f4 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x3c4f0033 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x5d28728a tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x66d70735 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x91403ee4 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xa8c2ec46 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0xaaa9719a tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xb184b59f tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xba00f116 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xc724be27 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xd5d98df1 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xf1236fcd tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xf4f4756c tifm_alloc_adapter +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0x6ea21c03 mmc_cleanup_queue +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x4e1bec74 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xc7eb957d mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x5786620c cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x7cf321e4 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8535f667 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x6dc11afa unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x9bd6da9b map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xc657af5e register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xec713a4e do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x5e1b7adb mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x8cb7d044 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x62bd846f simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x320c9717 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0x70a1157f mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0x56a64077 denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0xf4aa909c denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x0703168a nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x31dca3c0 nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0x90b5601c nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0xc26fed26 nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xe3c9e41d nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0xedae3993 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x2c071b65 nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xcf6587d4 nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xdfcf2cc8 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x0f1c3563 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x2edab30a nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x46296537 onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x57e2be2e flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x5d2458a7 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xa90e1474 onenand_default_bbt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0db700f4 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x24ca070e arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x63a0080e arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x989d12cb arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xac98fd7a arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xbe6198b9 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc1b2b1ce arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd71b7144 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xdf16aef5 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xeaca18db arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x10273e43 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x1741aeb7 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x3cef6e2b com20020_found +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x22f75a15 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x30294c51 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x51dab365 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x58f16e7d ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x591734e7 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x838a4082 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x94e0e349 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9ce3a085 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xbde05bd3 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc38a5123 ei_close +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x9590f84a bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xcde4ac57 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1569573f cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2037320b cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x28bdedac cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x29707240 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3337ff96 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x333b6ed4 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3c6fa8dd cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3db5ca2c cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5261d9a9 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x837de67d t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8c36c28b t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x90038c71 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9f4e8af0 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa596b38e dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd07586ee t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd9923456 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x01bafaf7 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x09d8fab0 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0be6afe7 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x12500a7b cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1ee0caca cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2bd9a105 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2d177975 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x350fc717 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x37c53b64 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x56d978ec cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x58ed12e6 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5a89639e cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5fab1755 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7aa2504d cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8731aef8 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x939727c6 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0a7110e cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa3035303 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb69ca7d5 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc0707ee1 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc18df352 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc6a24e1b cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc8bb1d79 cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcdc55055 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd5e6bcfe cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe5958a74 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeccec429 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xff4c31f8 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0ca0d9fd vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x8d76a47f enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9426b6ee vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x012ddf27 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x3a12c311 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05786d3b mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0def062d mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16516211 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2293ee7e mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5389fe4e mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61f05445 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7048e1fb mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73c6531e set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76c72e6a mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b079120 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8cfbd917 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9aaed11b mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa072c85a mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa444c09e mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5d54e1f mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaaf2a789 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad6e5150 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf671636 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9085848 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc2ff00a mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc53ea583 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf291a92 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe352b505 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4880f95 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6871f59 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd45604d mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12221ec6 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1bf7e77f mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f197e6e mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a482804 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ab228ba mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48834e1f mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d5e3362 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59ab1f0c mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a948dfa mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d9851c2 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x869f1137 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa913fe50 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa93ea876 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0b89f95 mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2433da1 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6f11781 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcac1bcf5 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xccc84927 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xceabfc35 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd06610c2 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd75dfdf3 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf3a3173 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1d619a2 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3a779bc mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6e4929f mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xebe49a36 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef71e12e mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7b3b01f mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfce1fef3 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x318dc7cb hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x71d0c76c hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x8eaa7af7 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb96fde51 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe7cde776 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x11bdc683 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x302794a8 irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x424bf584 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x438ea34c sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x580d1b80 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x6a5e9304 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x6f7c778a sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb0e92cf4 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xc591a59d sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xd2564c30 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x1b4ba67e mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0x36359c3e mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x39dcf847 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0x4ee8acb6 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x7942aee3 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x79f54d6d mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0xef849aa1 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0xf5f2dba7 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x47731c55 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x67cef808 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0x9e6c8dc1 vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x6b37e103 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x78f12b7a pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x9d6cd44b pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x32f21dd1 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x1267ff76 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x1fe9e3cb team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x480f26c5 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x49052a12 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x60cc2406 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x6f06d83d team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x83c3f222 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xdb9bd900 team_mode_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x7f004ab8 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xf0a3c1b1 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xf5881889 usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x00733426 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x45db5afd hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5d6877a5 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6000f4dd detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa471c19e hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa55ee7c3 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xcb813308 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd0602c14 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd72b6558 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0xdb85b10c hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf0940204 hdlc_open +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x84ede931 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x456714a1 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x5b78a4c8 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xb5cb1c30 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x006a434b ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0dc5c098 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1ae62d4b ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x39c0f9eb ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3a7848bb ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4ec15c3b ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x560ed340 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5fecc8c2 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6415925d ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa3d61c4f ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd3b3f28c ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xff107dac ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x25bdf79e ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x35ba1033 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb4ed2327 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xba2fa0e4 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc37f7b08 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf7de2e81 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0a7f799f ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x17907eb2 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x788a1f3c ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x819aa1f8 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xad7771e6 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc4ee4d98 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd8547a59 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xeca940ec ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xef464c8e ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf80da691 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4bd46299 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5e22e64a ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5f2eb699 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x69705a9d ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x775cd31f ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7bd39be4 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7c50f25d ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xafa22c94 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb2e33652 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbfa22932 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcd8884b7 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe45eaaab ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xef0d13b4 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf11da951 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf9c8ed4c ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfa0c3b0a ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfc661256 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xff1f0fa7 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x007d237f ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02e08b81 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03d8103b ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x04720a7c ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07ef0e99 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x086a3b9b ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08dc18c8 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x098cc70c ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a512b35 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a80c15b ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0b54457d ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10684c31 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x14ce8ac9 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x152f9489 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x170c3073 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x17210f1b ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19813b73 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c669be5 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20c5d000 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29bc5f99 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c9798ec ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2edcb286 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3936bc24 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3aee4b91 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3bf72418 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c5753e7 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d2da4fe ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x41b9aa9d ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4312913a ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x451146ce ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x488cc4ed ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x498d963e ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f78baa5 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50f7a808 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5245f5bb ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52c16c69 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5394d692 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54e8ae85 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x550e6345 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x578331f9 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a2e32a9 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5bdca3ec ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c917d78 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e4dbb4a ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ee6cca1 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f16f1ac ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x609bfd85 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61ee4b25 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x635a2ccd ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x66e1129e ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6809044c ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6bc52385 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ff38ce3 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x71a13214 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x745ff4d2 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x78b2ad66 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a41e5ab ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ab0c18a ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ac4e9f9 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7cd0ff4d ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82202c65 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8357af5f ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x842faa3c ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x88b0976b ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89e20683 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89edcd3a ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a0e63a6 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a31b341 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8cf64630 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95446815 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9cdc5a48 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d2db0de ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9dcd70a0 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f9cdbf9 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa0f88da1 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa0fb54f8 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2c57fdd ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa57dbe2a ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9ea0ce6 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb039e8dd ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb4561f13 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5bb5d1b ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb852c1af ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb875b961 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb987521f ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba54475c ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc396085a ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc98f1852 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce1834dd ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2f4c68a ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3669a20 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd47cc3ca ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd52b0759 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd0d5671 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe209b0f3 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8cbe5ae ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0cbe107 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf5ab74b9 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6c8f52c ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7028e04 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa431f5a ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa83c179 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xffd599bd ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/atmel 0x8d68b618 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x971d1a60 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xaa801e6f atmel_open +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x09b62c2e brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x16007387 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x23e8796f brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x3243cfc5 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x634eb2a4 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x72ffecf4 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x74c1cb8f brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x86ba73fa brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x89b3a18d brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa51cb317 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xbf1bf907 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xbf51b140 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xe9a0f7e9 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0761be87 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x16e310d6 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1723ac32 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1e00d003 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x20bff699 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x257f6bc6 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x355bc128 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5028f440 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5ff562c3 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6a647448 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6df11052 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x81abe0b0 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x844f4519 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x89e73a6c hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9dec52d5 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa4750fb4 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa8f20137 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xab56b452 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb0a3b308 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc38a3b41 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc6401e1b hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc9115c48 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd1943208 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xdca00d40 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf0a00cd4 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xfd8d169c hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x039239d7 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x07e62424 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x21d1829c libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x31c0af31 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x53685938 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x58c428b4 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5bfe73ce libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5d29c5ea free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x651ec2a4 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x66995127 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x69b06808 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7060c5b0 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x835cbc35 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9b13eeb7 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa4959838 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa7a1528b libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc7f05985 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd6f83555 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xed67565d libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf28b63ac libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf5808307 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x035260b6 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x080eab83 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0b26029b il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x15943fee il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x15fd7afa il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1a87d744 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1f815ccc il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1ff568dd il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x20ab2626 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x258c4dc0 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x26a4aa34 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2bfe01b5 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2f551f83 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x32f08ef7 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x34c06f87 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x35c4c990 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3654f55a il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x37ae5322 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3da9060b il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3e9c277f il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x416caabb il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x42e7173a il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x43574ec2 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x47fb62ca il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4a01123e il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4a35ef07 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4bd80422 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4e1fe7c0 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4e2b28a7 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x508e7f1b il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x50b5a06b il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5e078ceb il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6274e3d6 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x64028ea0 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x672f401b il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x67b36045 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68572a10 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6dc025cf il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6e77dff7 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x711e1850 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x720185c4 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x72d6536b il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x73bd506b il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7b250458 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7bbc820f il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7bf9fb3e il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7f21d628 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7f4f2f21 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x836eaa60 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8446c03c il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x87d3a6d5 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8943b034 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x91cb9b2a il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x94fd1702 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x952ac63f il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9897859c il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9c77f50f il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9e2adbe6 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9f17c7bd il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa2450858 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa33024cc il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa8354259 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa8a443b5 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa8d35ac9 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa9d8fd95 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaabd0acd il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xae912ecf il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb0f20e26 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb2071245 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb6fd2f40 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbb6550ea il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbc207b56 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc1e3612a il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc2059fc6 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc261dad2 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc3269634 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc67f2178 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc8e1183e il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xca12963a il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xca7a6e6b il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcb9617a6 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xce6c372d il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xce89ebca il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcf4223a8 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd3c29a06 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd8fc303d il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xda921217 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe074d4bf il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe8240d11 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xef9fcaf8 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xeffce186 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf02adf79 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf18359b5 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfa4b63c5 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfb9736ff il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfd2b124e il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfd2e49d4 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfdd5f324 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08dd8699 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0c50fa2b __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x1ecc5465 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x2f7b7e55 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x3b9d00d6 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x675bcb86 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x779dd6f5 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x85c1bb84 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8de37664 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x954eb7a7 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x963a6f8a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb8f7026f __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe2dcc8de __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf9ec6bdd __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0805b7e1 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0a64d325 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x2197ac05 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x43f48edf orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4e540625 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5dea5bf1 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x63e39b4f __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x745ab86b free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x86d8a957 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa6c75add orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa8c7683a orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xaab9b512 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xbbb7ba53 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc6cdf950 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc8cb587e alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xdc989ffa orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe3cecb4b orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0x4c7585df rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0c068967 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0ce3945e rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0deba7a5 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0f75b542 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x12522891 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x225f66e3 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x26cea6ec rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x274ae79f rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x284ca800 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2b7fb921 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x51ec434d rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x535713f2 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6442d4ae _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x69e6fd1f rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6acc4263 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x707a9194 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x77396319 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7a2d504d rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7cfea919 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7e6f3114 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x932d805e _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9339fc4c rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x95d7a220 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x98f595aa rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x99875e96 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa927d7b1 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xacb0e03b rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbc7e16ac rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbc81f762 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbe1424eb rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbe3bf96a _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc60056c7 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc674504d rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcccc103b _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe28c379a rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe5f8c74c _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xece8a6e6 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xed83f7ad rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf1bfb398 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf9d7a52b _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfc801647 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x4832c90c rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x526957cd rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x536da144 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xf2d970ec rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x17a52d1e rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xa910262e rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xcdc694fb rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xdb796f32 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x023fd2a0 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x152d59c5 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x223e3c6c efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2255a0d6 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2b770a20 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2ea08c18 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x46b40743 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5839c619 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x615f7e94 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6eec1cde rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x712ef3f5 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x71d5db85 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x76cf668b rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7cc9888b rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x88cacba1 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9e65d4f1 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb09c019f rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xba0c8dcd rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbd60d783 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd1165191 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe25664fa rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf4df752a rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf5df808a rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x15fc129f wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x520bca97 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x9322be9f wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xcb7995ff wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/microread/microread 0x8c8d6a83 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xc0006527 microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x989f677e pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xce6b0558 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x17f92b0c st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xe070216c st21nfca_hci_remove +EXPORT_SYMBOL drivers/parport/parport 0x037df1b4 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x1ad36a19 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x26004537 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x2afa1580 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x31514058 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x452b3995 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x4be23650 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x4c4d9045 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x50928e87 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x623e576a parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x6568ae8c parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x6dd36de1 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x81e92373 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x82010b89 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x90e3666a parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x982806cf parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xa30d1988 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xaa9eea1d parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xb8a64c50 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xb966f8aa parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xc9757675 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xd034310e parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xd1b3a449 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0xd30de093 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xd4502fd7 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xdc22224d parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xe633ebb9 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xe8cccda1 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xf50d28f8 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xffaec866 parport_put_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x01c7d048 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x80b5e143 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x08651e08 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x1f5df23d pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x28b7a5c0 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2cb7fbfd pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3bbb26a2 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5bfa57db pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6c2a28bf pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8da1f153 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc61b7c35 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xcd8f6bc5 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd0380d7d pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd431672c pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd72e6aaa pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xda84f3ee pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xddb9597a __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe0b0ce8c pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe45c5f86 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xecb47640 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfc7e8382 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0ba224df pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0e4e65d7 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x16dba8cc pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x180d805d pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1ec96673 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3d374383 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3e97c262 pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5289d46b pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5a0d068e pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xbfbde8d3 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf2f4287c pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x7c8b7fd8 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x926db582 pccard_static_ops +EXPORT_SYMBOL drivers/pps/pps_core 0x09ec7a66 pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0x6496224a pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0xcab746e8 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0xeecfc618 pps_unregister_source +EXPORT_SYMBOL drivers/ptp/ptp 0x2b85b4ff ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0x3768b9c5 ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0xd8b5540c ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0xdef4531d ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0xeab85812 ptp_clock_event +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x1bb23c80 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x7db4210e rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x92413b64 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xb100f841 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xb3eb3c65 rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xcb1a7830 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xe75ed325 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xeb6445d2 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xf1373c65 rproc_del +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x098b8900 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0c21fa78 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1a78f527 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x20c3058a fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x419dde46 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x514d6d9f fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7707285c fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8a8b4d98 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa7493ac6 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc8910f30 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xce9c4bd9 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe7a8e857 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x05d7ae61 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x15a0f16a fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x173887e5 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1b7b491e _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2c3fe8d5 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2d315d63 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x351f44ab fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36acbdb6 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3face5be fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x41104ef5 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x44f42c32 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4c756cdd fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4cb74ecf fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ee2123a fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x53a06c36 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x542aa316 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x56463e11 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5eb2db1c fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x665f4313 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6de3eec6 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x78feb6eb fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79a612d7 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7a5a3c05 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7bc1b5ff fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c7e8d9c fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7e8d5469 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x82e06985 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x85bf474a fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x85feb095 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x899c1dee fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8a46bd3c fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8c05e02c fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8d09e1a4 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9bc1c357 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa30508fa fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb8e14a93 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb95649e6 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb97d0bee fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc2817f64 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc7876412 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xccd1e55f fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd31719c4 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd93177d1 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9ac8d83 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdb311c97 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe0fb6c81 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe37a6b5b fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe6f6f1ef fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xefa27968 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf408a9ea fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf6dcf44c libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf71def9c fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x1c599bdb sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xb9598c0b sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xc982b0f7 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xec1e9bde sas_wait_eh +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x31607810 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1280c31c osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1cb28836 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x23dee61d osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2568c711 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x286c7298 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2c131721 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2daa8f3c osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2f032fbc osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2f04f43e osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2f48c54a osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3a9acdea osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x43e18c8e osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x43f59388 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x47ea357d osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x483ff248 osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4f23db51 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5f0a200b osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x60380dd7 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x61be89d7 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x681dcd04 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x79e777a3 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x849f424f osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x866929dc osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8e515129 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8e7b3c25 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x96e11954 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9c5a0257 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa6d956f0 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb7a14124 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb8c4bd84 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb95ecffd osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xca339921 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe63fb62a osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf224d1b0 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf72cc93f osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xfb1a2acf osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/osd 0x0d31d1ee osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0x0dfa3ac3 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x0eb690e9 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x417038bf osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x556fe394 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0x58ee8dfb osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x11ee7a31 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x478d1107 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x646e19d7 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6acd62d4 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x74e8ef04 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x81080ace qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa7004e93 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xcbf0778c qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe646ce1f qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe84343c2 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xec9055c6 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x433d919b qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x79ce544c qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xd9ec7233 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xdef6c9e4 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe9d30f2d qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xfbb8c243 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/raid_class 0x0e275e9a raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x136c5180 raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xd2bb636d raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0f21c113 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x139906cf fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x18934ea4 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1c560d58 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2f816af0 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3d9e33bf scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4bbc566f fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x71275bdc fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7252967a fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7804a3e1 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7d56494c fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7dd5479b fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8859f2f0 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x13881055 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x13ca91e4 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1baa3140 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2916f5b1 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3edd7858 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4067d4cc sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4587a0da sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4f136191 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x57aa28bd sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x68ab6395 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8322686c sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8ae6c15c sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9a782207 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9ca2513c scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa295c5d5 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaad2f932 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xab01f5c2 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc8fc774c sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xccf494da sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd27e36b1 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd55c4d57 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd9ab1d98 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdbc3fa34 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xddcd1874 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe8ce279f sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xee729ad5 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xeea7fd2c sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf160c932 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x13fd9f67 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x1ed02aed spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x301ba9a1 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x48c63359 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x59291836 spi_dv_device +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xa4ebb8b9 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xdc9a9b41 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xf5a5d06e ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x24527bc1 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x2af39416 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x2b63bf3a ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x3752cbe3 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x3ef84e03 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x412ba80a ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x53bf7ef5 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x59a76b14 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x6bd647f4 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x703f59c2 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x885c60a2 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x89905f52 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x9cdbfec6 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x9dde88cf ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xbce40498 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd47cb959 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xdc759fd1 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xdf483092 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xe89dc193 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xec53ff45 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xfe73ba99 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x347054ed fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xf6e28e74 fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xec640eb0 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xeea16b8a ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xfd67a001 ade7854_probe +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0264d470 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0363b57a lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x05876cdc lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0839cafd lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0d5e8a5a lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1062c939 lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19fbe684 lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x20c6e1b7 lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x27483776 lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33e171fd the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x77aad077 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7cad3a71 lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a09fc5e lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x93f4bfb5 lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9954f756 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa02b31a6 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa3d61f8d lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa77987d4 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf0bb820d lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1b6a7975 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x5500eed0 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x6ebefaba client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc2b246da seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xd83d11dc client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xdd2b76a5 seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xddc3f389 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x0897d7e9 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x4134d997 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x7a28cc26 fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xa448d343 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xb468d1d7 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xbe074bb1 fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xe47c13e0 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x019176ef cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x03c7ae5b cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06401e01 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06b4f415 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08917712 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0aae8493 cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f7fcd44 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x123b6908 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12c54b77 cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x130d9354 libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1c97b722 cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d41c4c0 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1e8cdb47 cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x20ef56fc cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x21568600 cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2771fd3d cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x277e62bd cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x29aafd0c cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2a641ef9 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2fb7eae8 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2fe97a46 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x32ae7fbc cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x361e82d4 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3848f4de cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39385fd2 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3bd664b5 libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3e5e7727 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ec9e77d libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4087e2b4 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x468bace1 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b982291 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4d72e2dd libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53e92adb cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x582d2941 libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5a892b2b cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5b20921a cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62f56738 upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x63b4967a cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66c8274d libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x677a5bd2 cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6a59b79b cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c4cadc8 cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x70aa352f libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7190502f upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72f4e5f9 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x75161168 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7562cd14 cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x771695b1 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x785b7372 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7a47b94d cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7c73bc4b cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x841679dd upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x87f3bb87 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8840f591 cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8ab81255 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x92e7c30b cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x949221dc cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x98ad695f libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9c6d26c0 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9e420643 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9e8fb7ad cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa1cbf250 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6ff1e5c cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa8a489ea cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb00dfd91 cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb12e7836 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb589e40d libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbab577e8 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbb972619 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1708189 cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1a4f1b0 cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1b20836 cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc9b78bb4 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb6ff89a cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf678304 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0aa642a cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd2965f33 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd48d8f72 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7bbf963 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7c4f765 add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde9c00c4 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdfecb98d cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe0d2969a libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6356092 cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe75794eb cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe94553b9 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xea411f63 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xee95bef8 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeed48ba7 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xefbf6d86 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf5e4a175 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfa4531a2 cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfacb8667 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfd493ddf cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfd923128 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xffcad24b cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x1d4a968c ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xa0622ea4 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xb6604c9c ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xfa3ff80d ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x27095531 lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x277df70a lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x6a4217da lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xa288d560 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xca8af44d lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xe4b29d64 lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x1e1b560b fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x24e1671d lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x36696d43 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3bcbdc4b lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x4d8d6dfa lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x8553b369 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x90c35648 fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xa01bdf92 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f3ae6f lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb7eae511 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xe0ef555d push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xe10e6a8d fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x001434dc __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00309bdf cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0043353f lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01cffd34 llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0279b242 class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02d77f78 lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x030e158c lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03526637 lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03c863cf cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03e9915e cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04a3f2d6 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05661cd8 cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05bd6163 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x072e0407 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0821848f lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0836daca lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a6185f4 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0c0d01a6 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0c93310f llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cbfe4f9 lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cfcacf7 lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d254c1e cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d3d0a41 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e343d26 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e5daf84 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f544baa cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f948eac dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fa2b971 local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x117f74a8 cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11f0724e class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x123e5b5b dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x128cb7b8 llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x128f117b llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13543cb9 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17e27f91 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x180a0b37 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x186df61d cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x189bb6c9 cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19a61f3a lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19b21fa2 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a0a66ae dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a18be65 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ac0d953 lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ac6b985 cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ad5937e local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1bdaac4c class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c02504f class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ddea102 cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1eb981ea obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f92b5df cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fe82e00 lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x203e07c7 cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x209744af cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x211e36b3 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x217aae15 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2482f59d lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x24d04c9b cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x250dab7a lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x254c0df4 lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x264eb242 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26d57ebc cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27250193 obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27b9315f lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27f782f9 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x280623c7 class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x281ccbe2 lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x28d77538 llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bf6a3bf cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2cc516bb cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d7715f1 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2dced965 lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e298717 cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2edb0110 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30e2442e cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x315b1e76 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x317f9430 cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3283bde9 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32934d02 class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32af4571 cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32ba7a38 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x330a1528 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33c151e3 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3422dbcc obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34561bd7 cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x364a27d4 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36b11eec lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37b37a25 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37bed3dd cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38432e53 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3901d116 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39c8580f class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b3e280d class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b8c3eea llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c5b3246 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ce7aab0 class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d2509b5 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d572eb3 obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3da2aa39 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3dc01d26 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e0fdbc7 lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e4197b7 class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eab7bfe LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ecf7309 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3fb610f6 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x404bd7a7 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43edc691 dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x452a3b99 lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x452f559a lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x453c5ea4 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x458081d7 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45cdf7c7 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46280906 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x472febdd lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b2cf36 obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47cb8080 lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48044e69 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49778da6 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49b5dea2 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4aae7b2c cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b564008 cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b5dd5d6 cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b8e6a67 dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ba27f07 cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ba9bca2 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bcdd312 cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bf356ca lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c190aad lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c4c700b obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d85eb9e dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4de36f3c lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e00bf92 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e4d0a4c capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e9b0e8b lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f7dcb75 dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x500b188e cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5015d1b7 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x512cfef6 local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51b77f28 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x554e39ea cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558e4310 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x562aa0f0 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57a68399 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x582b013d dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5953bbeb cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a444a76 cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a9571a9 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b8ee9c9 lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b9c4276 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc6e541 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c45ab9f lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c5c100b lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c602dc6 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d7d4d52 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5dab2d14 cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e93341f lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f81f310 class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f84e8d9 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x624ffe24 lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x62800380 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6298a53a llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6376fb33 lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63f49ed3 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x646dc8a9 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x648a7f66 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64e508aa cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x655f8d60 cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6566a8d8 llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65b4970b lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65c0d6eb dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x666e7461 class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6727744e llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x675244fa dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67b779bf cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6879b23e cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68d2de1b lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69167eeb lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6944fb6b dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69a3e39c cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c7ffa0 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69ed8b0f cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a9362a8 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b4eec45 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c078a6b cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d7398ac lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d90bc1c cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6dd4bcb8 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e8f70c3 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6edf0252 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f4703ec cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fe4494b cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fea38a4 class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x707de762 dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x710c8490 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x71f9a38f cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7260a111 llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7270f8eb cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72b6d5ea cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x739e6487 lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73d535a0 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73e1af42 class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742fc104 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7519f618 lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7635537e local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76e8aee7 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x773b0ccf dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77ca940f cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x786b0c94 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x786df3d4 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x787df6b9 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78813223 lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78f23591 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79434bbb cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b6a6990 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bc12d2a lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c132493 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c89170c lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ca0c97f llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7da2cd23 llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7df0acb6 capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f7d7cd9 lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f9dccb5 cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fead1f9 class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x802583e5 lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x802c8d66 cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x805ee287 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8099c0ea llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x814ae426 cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8181e4ba cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81de9ffd md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81deeb03 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84a30a78 class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84e27515 lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8503c454 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x861da0b6 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x864e5005 cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87444ed5 dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x879b8cc9 capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87b1c61f lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x883ef64d llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88a70a33 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88b87068 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88e1b0e4 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x891054f1 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a0c20bb lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ae3fc11 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c1c8ce4 cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d658ed0 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d727a16 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e10e6d6 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ee11852 cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8efb2a06 lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f1b5390 cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8fd5cc40 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8fed7fcc llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x918b8e3b dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91ced23a lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x925aef7e lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9361ee96 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93729efe cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93859814 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x940bb4d8 cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9479d1ae dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x947f0207 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94a615fb lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9505c895 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9674dc6a cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x967e0b51 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96e4eb6e cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97bf596f llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97f7f3fe cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x986e16b3 cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x98a59701 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x992ab5cf llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x99995fb2 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9aebec24 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b2d9879 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b5db799 lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b65c646 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b6e98bc cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c76db14 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c7932ed lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d87c76f llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dc474c2 lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f847450 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fa4b88d local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0a90e12 class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0fcfa32 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa123b518 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa13cbf41 llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1c9df61 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa22b1680 cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa41131a8 cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa483dd82 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa48c4a30 lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4e06f2e class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4f51e1f obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa55f6d54 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6e1ec5c dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8086ff1 cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaae94b91 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabe8bc4e class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabfeec54 cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacc33548 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacd81c58 lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xace08c98 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae3c2b63 class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf2b1e32 llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf5cf567 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf6470ef cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xafb4a172 lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb04e5b38 class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1e5af75 lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3bf96ef cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb401bd71 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb50edffc lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5429043 cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb573e957 cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5984ffe cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb61f283a lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb635af9e dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb66a9a34 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6be3110 llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb77f0302 cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7ebd97c dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb80dad2c cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb98564f0 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb9df78b2 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbbd593b1 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc457ef6 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbce7094f lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe720fc3 lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbecc8b3d cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf45b563 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf6e637f cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0914196 cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0954007 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc16b9ab7 lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc18d06cf lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc19d4bb4 cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc19d8d32 lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1e3551b cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc221b147 local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2d25102 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3db4db5 cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc66449b5 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc66f369f class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9554518 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc987c874 lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9e2b781 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9ef5474 lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca16948b llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb595550 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc26f9c1 dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc7a165b cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd3b8edc dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7c59a1 cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce552b92 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce63f785 class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd14c0241 lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd20225c8 llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd305027f dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3c5c315 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd44fc910 lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd45e7371 dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd485ecb4 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd49b280f cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd4b4062e cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd50c9d40 lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5ecb653 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd6963503 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd72ce454 llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd78bed56 dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd81905ce cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8c305c8 cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd91aecc8 lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9d3fab8 llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdabfb0e0 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdafd5e6b lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb038bee cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb25503f dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdbda2ae4 cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd0eee47 llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdda3d949 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdda56200 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf39fa24 llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe0a5eaf1 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe13b1612 llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe1ac1052 obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe1b498f2 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe1ffb079 cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe21199e6 cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2c85d5a class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3c6bb94 cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe482c400 class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4ad5052 cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe561195b class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe570c3d7 cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe64fdc0b cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7825682 lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe987de5c cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9b00740 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea584692 capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea889899 lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeac3acf5 lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeacec47c lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb56f743 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec76847f lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeebefa10 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef276128 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef698aa7 cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e636f cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0607a2d lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0a47304 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf103f8f4 lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3bc5b9d dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf55e2eff cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5615b5c cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5773720 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf57e3cac cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf59a3305 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf693ad65 cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf6eb8b33 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8067428 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf953b19f lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa50f339 cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfaa75e02 lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfade4680 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb8cabf5 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc5d5b1e local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7272e2 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd19efaa class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd61216e class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdd889a1 cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdf1469d cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe16597e lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff9e9ff1 lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xffd19b4d cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xffdeae16 cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00341cc8 lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0039a587 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00c0b6bf ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0176af57 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01c59839 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x036d7843 req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03d2d9c7 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x075fa6d2 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09fe7cae ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac54708 lustre_errno_hton +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b666cc4 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0d0dbf2a ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ddca158 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1043d377 ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x11e2aac4 lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12f303a2 sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x159ef008 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15b0e79e ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15eacd07 ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x160be936 client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x16e7722c ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1791c8c7 ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d5ca324 sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1fb59f49 ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1fb74df9 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2027cb04 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x21117c09 client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2220649f lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x22b70a3d ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x23093599 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x23e0d868 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25e24265 client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x27c162f4 client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x280d426c lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a674323 ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c5e7354 ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c622db1 ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2cdb58be req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d4c2af8 req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3085a27e ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31c546bb ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3255f50d ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3490826a ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38ea916b ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a45fad4 ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b01e377 ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bbab689 ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bfde1d5 ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3cd02e13 req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d1cfb64 lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d5eb2c2 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3e46baa2 ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f985975 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x40b3806d ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x40f6e238 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4118747c ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41c8af09 req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41d0ba65 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41e60d29 ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43097085 ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c0cc4 ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x442f6d32 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4450565c req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45ea345b ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x465bcaae ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x496bbf19 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a8fdc84 ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c9608f0 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4ccdd11e req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4ff4df7b ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5047fa89 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53b52d1d ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53e8936b sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54704170 sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x55a81ac5 req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56f15fba lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x575bc06d __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59a7b91a ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6d6976 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5bde9543 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c1543c0 ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c65438b __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ed597bf ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f64a044 ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x63f356a7 ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64c2cf59 sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64ffb1fd target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x657b00b7 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6762ff0b req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x676dc56c lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x67be5b76 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x683243bf ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6837b5bb ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68b512cb sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a195f7c ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a497402 sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6af6f64f target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6bb15f06 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e693b0b sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f130fd5 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x70c83ec0 sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x72335370 ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73356b1e sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7355a4ef ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x736cd6fc ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73e4e5c9 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74650194 ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78b061c0 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x798aaf76 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7aa4ebe3 ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d16213f ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7e05488d ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7fbedf2e ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x839a220a sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x84b8ed2b ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85875017 ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85bb9cb6 ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x864eb1f0 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87cfa448 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89602b60 ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89606cb7 ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a4345b1 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a5032a8 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e7e7dca sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8eb4e749 ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f520c3e ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cdb494 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x92815c77 sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x96452ee0 req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x966325e9 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x973408d0 ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9807e974 sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9c744876 ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d24e740 ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d2e8fbe ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ef0bab4 ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa1280bbe ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa15611b1 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa23ff348 ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa38b062a ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3ee00d7 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa43184d6 sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa55f1a88 ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa569441b ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5aed1ef ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa66888dd ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8715fbe ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8c0a3cf ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8f54f79 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9ecb6d1 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab51b8a7 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab79ba3d sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab84eef2 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaecdc20d ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb12d7218 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb19e06d3 ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4681917 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6006058 ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7557f00 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xba9c9a1c ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbab3f095 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbb4425f7 ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbb840ed3 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd1b53c4 client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd622721 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbda5c1ba ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbdde8ee3 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe44be55 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbeed1d9f sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc09c673e ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0b91d4d ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc345ae82 _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc4b68d4a ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc61466c3 req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc67edf4b ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc6ea8299 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc6f91477 ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc78a5464 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7c4e964 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc80aa633 ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcae58337 sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb16107d ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb691c06 ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb9115f0 ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcc30786a client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcc80a9c6 ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcd313769 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcdb8dcc8 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e072b0 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2f654c1 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2f75114 ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd50f799f ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd5513c26 ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7ba50c6 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8496680 lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd90de433 ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9fc2e37 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdaeb3b37 lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdbd1e16d ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdc126775 lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcbbc75c ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd4a6409 ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde52be58 ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdfbc02a7 __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe058c119 ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe11215a4 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe234a479 lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe2965c35 ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe4e96b59 req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e8169b lustre_errno_ntoh +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7cf7b88 ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe8ebfdc4 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe928e2d1 ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe9ce5cd2 ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xea458a36 req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xea81d752 req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeb4fc6f4 do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebbe5709 ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeccab859 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xee0abeea ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xefd08985 client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf06fc2a0 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0cc3873 ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3ec33d6 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf4ec0411 sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf4ecfca5 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7e4fe2e ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf98f2105 req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9fc1a21 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb0d933e req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb1c65d6 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb444a98 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfe347494 ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfeefd010 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff2b5341 ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff92f869 req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x35b03cdc cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x151a204d go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x19752f59 go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x1de62c81 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x20a564c3 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x6740e22e go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x89a11b6b go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x8bb13396 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xa20b414f go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xcb118168 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0x696fd7ce rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02506425 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0a32fa59 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0cc670fe alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x128bd137 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x13518f88 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x17201d86 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x19fb782b notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1cae7ecc rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1d0a6298 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1f35da28 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1f82927c HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x206690ec rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x21cc2db5 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2e4d4a8b rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2ec63968 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3315bd39 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x35ed3357 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x39596145 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x488fa461 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x48b0d7ad rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4bbb2ff6 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x50c6d9c9 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6272f542 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6897706b rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7ab6dc0d rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7add13bf rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x80b91a2e rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8e8564f0 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9a96c2ce rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9ae12612 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9dbf6ef3 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9e49cf21 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa204277e rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa64cf241 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa6a84523 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb4e7193c Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe0d4aa2 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc7acbd2e free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcc34647a RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcd01160a rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd13bdb46 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd43ee7a3 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd4cd91e4 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe9469ac4 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf01b8f14 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfa397aba rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfb497e65 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfb9d66ee rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfbc61f0f rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfe6a8d16 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x135ead36 stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2082fcef rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x329abfb1 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3dfa8e9c stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x50c1675f stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x50cd6a7f stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x542127ed stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x58f383a8 stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6032176f stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x618c23b2 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6cf889e5 stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8cad4ae4 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8d7f9174 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa171e492 rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa51eaa94 stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb1bae1c5 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb8eeb1f1 stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc6c2c9b2 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc9276622 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xcb8f2da3 stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd79c4c4b stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xdc0070b4 stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe1fc85b7 stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xec4acfdf stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xefbb3dcc stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf79a1f9e stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x004f7801 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x01753124 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x097b7d25 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0df39254 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x17c551d4 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1b9d0bf8 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1bb9ed92 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1efb6e82 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2146cf85 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x24445b12 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2503086a ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x28f18331 ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2c1ec891 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x366bff68 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3eecea81 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x43deebaa ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4e2c60f1 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x533e4aba ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x588c222f ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5a830297 ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x621a4c07 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x636ef337 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6b892e19 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6bc6d701 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6ea5d765 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6fa69ee5 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x71494ed3 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x725369f0 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7f0e3ce6 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x80aa6ba1 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x835428f5 ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x83dcf2f6 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x845c03d0 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x851b222e ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x88f09d22 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8e542b7c ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x950e94ff ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa6badb69 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb0231e55 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb62496e2 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb78e6c9c ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xba44d0d6 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1811dc4 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1f7bae7 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc2bc2e7f ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc95198f8 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdaad3bfe ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdbf11839 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xde997997 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdea4436a ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe15d8ef9 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe218a8f2 ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf0cd4793 DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf3d3773f ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf501ef99 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf5e2f81c ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x09a1a3dd xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x0c83c633 xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x5fc8697d xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xabad9b01 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x041f959b iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1fbe0537 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2eba47c5 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x403544e6 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4dcebe35 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x56abc8a2 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5c6dc160 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6201d33c iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x65ece8df iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x761521b3 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8193c0df iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8860f157 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x922de978 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x94f9d4ad iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x969e1a00 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa764214a iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa865d002 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xac0cfad8 iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xafd94855 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb7fa5191 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc5e4d1ca iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc62c55f2 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc7483108 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcf6148db iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd1355b20 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xebb7bdcc iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf3ae7800 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfd1f95c3 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/target_core_mod 0x003901db transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x04a38df0 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0817b6b0 sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0x09a1dd24 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0aa20b4c core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b16cdbe sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0de6a138 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x12144179 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x12a1d7bf core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x16eb6a47 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x19a4702c core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x1afc9eb3 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x1b6f633a __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1cb5c69a target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e5c8737 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x1ff54532 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x20de3c31 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x25411281 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x25dc59c0 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x3259ba81 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x32eb1f05 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x340335f9 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0x36f3abb2 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x39cfeca1 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0x4071b17f transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x4801f379 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4900c0ee sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x5d439452 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f14ced0 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x5fb353d6 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x6162c858 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x68246785 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x68a016ca target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6dda56e8 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x6fc8cbf3 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x73ad0594 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x754c3e31 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a06b699 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7cb03299 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x83c8930c transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x898ab028 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x8a6f9c0c target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b84ee7e iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e1831da fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x8f593825 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x905e7872 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x9292741f target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x95c14331 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x96c01424 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x96facb03 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x972490ef transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xa236e085 sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xa888264b sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xad98c66e transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb181a093 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xbdb19678 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xbebe37ef transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xc219c320 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xca6bbaf6 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xcb66f16b iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xd537ebb5 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xd5d21a7c transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd816e143 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0578c7d target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe2066450 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xe2457590 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xe757e9c3 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7911aff sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0xeb07fd5d fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xeecc924f core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf0bdaed9 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3659a86 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3cc853c transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x73d7c5ef usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x859ba0f8 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x92192dff sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x00c0cacf usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x02c65faf usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0817b11d usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1023d6ba usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1f941e55 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x31f71dc8 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x34ce5569 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x45a6adea usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x46996338 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4c594c4e usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9a4f4d4b usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd3ef6105 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x64af9117 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x7db5c5c9 usb_serial_resume +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x2eae4a2a vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x76bd9a5d vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x647f4906 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x8c14fd63 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xac654a7c lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xc4dcc472 lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0368b2d8 svga_tileblit +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 0x3a8e0716 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x3ecd0366 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x60c32143 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x66d61656 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb160ea65 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xcfd36dba svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +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 0x536eb437 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x047b3e8a matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x0d55ff26 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x71f41b10 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x39f36648 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x55fea1c9 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x6d690881 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x78ca9b63 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x7f9f6210 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x0d3b2495 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x1f45f44f matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x4f3b91f9 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x8efc1a9e matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf9bc9663 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x5dab5eca matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xca15eb63 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cfc2f3 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x3c16b286 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9d1f5c35 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9ebe59e5 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xb6f0f9b7 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x3591bf4d mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x1c53514d w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x6914ff3b w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xc298f163 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xf867b0d1 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x063ed247 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xce4bc4d6 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x1f2f3de0 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x221773ec w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x1c0771fc w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x49c242ac w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x79924f16 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xc31fec97 w1_remove_master_device +EXPORT_SYMBOL fs/configfs/configfs 0x2b5370c6 config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0x33dae872 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x3df83db0 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0x474697b6 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x6a89100c configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x768ae332 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x900060b4 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x92085555 configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0x97ae3aec config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x9b9fbf25 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xa1d4ee20 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xb4a187e7 config_item_init +EXPORT_SYMBOL fs/exofs/libore 0x2258d2a9 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x30372f5e ore_read +EXPORT_SYMBOL fs/exofs/libore 0x320b5246 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x3a82c746 ore_write +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x7cb7eb86 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x8f1a79c0 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x9e3279c2 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xbc089e17 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0xd74f5c8f ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0xf4643859 ore_truncate +EXPORT_SYMBOL fs/fscache/fscache 0x04a03a81 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x06e51112 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x1bc878d0 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x1e7f782d fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x2618e127 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x2ab42ab6 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x2bd8bb5a fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x2d196867 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x3133571c fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x319722ae __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x3b615d37 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x3ba23236 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4c169632 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x4c279890 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x530ea125 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x56ceaa57 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x5b67631d fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x5ddd8ff0 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x65f6884f fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x72453d95 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x7de47cd1 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0x7ed3282d __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x829cfd69 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x8346aa8f __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x8dcea22f __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x8df48fe6 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x9a5ae470 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x9de61fc3 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9e94ea8c fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0xa8e23dd3 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xc14409b2 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xcd58aff1 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xce33faf0 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0xd7ea6618 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xef1c5129 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0xf52e30e7 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xf6078e98 fscache_mark_page_cached +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x410d19de qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x584df19c qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x6d90c5a6 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xb6e70c5d qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xf879ca32 qtree_delete_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x1a703ba1 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0x6d356209 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x56329ecc crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd09b2cba crc8 +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x052cd1fa lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x248ffe59 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x2f27f579 lc_del +EXPORT_SYMBOL lib/lru_cache 0x3a21f360 lc_reset +EXPORT_SYMBOL lib/lru_cache 0x3c367f38 lc_find +EXPORT_SYMBOL lib/lru_cache 0x4210da19 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x63a90fac lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x63b3d8cf lc_set +EXPORT_SYMBOL lib/lru_cache 0x64329dc9 lc_put +EXPORT_SYMBOL lib/lru_cache 0x6f92eeb2 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x898bbe17 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xbe8682ba lc_get +EXPORT_SYMBOL lib/lru_cache 0xc2d83bd7 lc_create +EXPORT_SYMBOL lib/lru_cache 0xce1512c3 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xce3658d0 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xd5b22487 lc_committed +EXPORT_SYMBOL lib/lru_cache 0xf421078a lc_get_cumulative +EXPORT_SYMBOL lib/lz4/lz4_compress 0x0c222eb5 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x682a23e0 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0x7456cc61 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x674941fc register_8022_client +EXPORT_SYMBOL net/802/p8022 0xd62bd900 unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x1d2c6409 destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0x738b6d37 make_8023_client +EXPORT_SYMBOL net/802/psnap 0x700f071b unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x8b83d2d8 register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x046c2437 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x1279ee7c p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x147549d7 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x1e98d2f4 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x1fb02c55 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x22b9f67a v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x240dd83b p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x2af348d6 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x2dd67b42 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x2e9e1604 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x3416678e p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3aeaa2d6 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x424ca2c5 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x4841d32b p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x53d58a07 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x5a85885f p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x5da93b8f p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x6e80a3b5 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x7dc9bd9f p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x91e21336 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x9469f91b p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9bd7857b p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x9db41963 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xa40d669a p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xaaf77057 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb708c5b5 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xb7cf1054 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xbd9ac8fd p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xbde9a625 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xc17306e8 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xc347c161 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc4e8ea5e p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc91d367e p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd75ab836 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xdbb008eb p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xe131682b p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xe1fa2578 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe5ed3fb2 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xe6900315 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0xf2f90523 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf4561605 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf71c2de9 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/9p/9pnet 0xfe90c78a p9_release_pages +EXPORT_SYMBOL net/appletalk/appletalk 0x17465c6b atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x7cff6ee1 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xb2fccc49 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xe24ec4c9 alloc_ltalkdev +EXPORT_SYMBOL net/atm/atm 0x0c73f1af atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x132fdf70 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44e873e7 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x6c2a0ec8 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x732d53a9 atm_charge +EXPORT_SYMBOL net/atm/atm 0x7f64b454 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x7fb435de vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x9752b920 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa99cecb7 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xc8d1a1db atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xca87b453 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xd52cac8b vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xe10dbb42 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xf34203b1 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x1715b753 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x240d4536 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x2f272894 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x5ca5e74a ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x64e383c7 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9041f52e ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xb090f064 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xef54ef58 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xf5dc28bd ax25_rebuild_header +EXPORT_SYMBOL net/bluetooth/bluetooth 0x04b33ec6 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x054368c2 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0e3e539d hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0ed49b8f hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x28bcda70 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2e5cb6c6 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2eeca11e bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x31a3c53e bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3af2ef04 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3fded31b hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3ffbbfe8 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x467cdaab hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4853d339 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4e8dc52a bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4fceacc2 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x565a34fe hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x610e5384 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x718b32c1 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x79a99530 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x80d8a827 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8ea4567e hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa1689a24 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa985c3b3 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb0e751ba hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb4af5158 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbf3afe9d __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc12eb1cb bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc81371db hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcf79599a l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd0210991 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd71028b7 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7ac7106 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdceb3170 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xde68db90 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe12dd4b4 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xedee7b0b l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf2c0e016 hci_suspend_dev +EXPORT_SYMBOL net/bridge/bridge 0x220f5e2f br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x62783f31 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x71fa4bb9 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x8f367b2c ebt_do_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 0x3f047488 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x697e6a21 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x90c776cc caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x915a4278 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xfa0eb728 caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x84b8c542 can_rx_register +EXPORT_SYMBOL net/can/can 0x913bfa78 can_proto_unregister +EXPORT_SYMBOL net/can/can 0xb119ce85 can_ioctl +EXPORT_SYMBOL net/can/can 0xcbc559f6 can_proto_register +EXPORT_SYMBOL net/can/can 0xd3f97d2f can_rx_unregister +EXPORT_SYMBOL net/can/can 0xf0514e28 can_send +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x09d2bc9b ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x0c36c87f __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x0d61c270 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x0eabb644 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x108d30fa ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x113318cc ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x15ffece8 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x162e7069 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x18429651 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x18986f88 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1c70e5fd osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x1e7a14c1 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x1ef3b756 ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x1fe9df79 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x20eb5723 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x21edadda ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x2807af20 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x28d811c2 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x295688c7 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x2b8a5582 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x2ea1bafa ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x30c57013 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x378ec6d3 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x38c142b9 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3ec22166 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x3f9f13e3 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x45c7a3c3 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4a283545 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x524f8325 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x660863f0 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6c7e8470 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x6d1592eb ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x6f120634 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x6fcdafef ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x706a2621 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x7168baf8 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x71c0f736 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x740ed860 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x77ff4e94 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x7b62de56 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x7f19215b ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x81d1a8d5 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x81eae1b6 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x8a3fcd8a osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x8d95f446 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x995f03fd ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x99b82114 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x99d966db ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9afd69d5 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x9be283a3 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0x9f961865 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xa3372a15 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xa90425cf osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0xab87a3aa osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb5472498 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xb573e6a5 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb63b2058 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0xb6e279f9 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0xb7c204a3 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xba75d904 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xbb414b76 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xbcdebaa2 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xbf41790d ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xc0abb9ee ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0xc4130537 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc7618375 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcb54a9cb ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xcd83753a ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xd15c9fe7 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd2ea3d4e ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xd5790b18 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xd8bf5f0f ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xdb75f899 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0xdf8c60ce ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0xdfd97910 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xe405cde2 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xe4fbb756 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xe672b9e6 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xeab375d2 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xed229339 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xf5774cba ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xff366b5c osd_req_op_init +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x2af70fc9 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0xea4814ad lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x01e5e322 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x037df64c wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x10082ec9 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3f25905f wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3fa9f518 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x65d867aa wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7a81b286 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa0694bd6 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xaaab5835 wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0xcfae669a ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe1c32b54 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf543e851 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf9849e77 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x41b6e2ba ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x139f6064 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x256381e3 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x6708f45c arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x388a60a3 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x865cf684 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xa07112c3 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0xb0d52ff7 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xdaa416b2 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2c695577 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa417111c ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x3b085608 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xa74577fd ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xb23dbe50 ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x408e1069 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xdd0b845a xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x11cfc7e3 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x726042e6 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x2529f832 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x26462957 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x7b65a9d8 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x805cce4d ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x90a23b6e ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x9126714c ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xe93e119a ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xf91bfc2c ircomm_close +EXPORT_SYMBOL net/irda/irda 0x0064e0ea hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x08cf7d44 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x09e42027 async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x0a5e290b irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x184f1aad irlap_close +EXPORT_SYMBOL net/irda/irda 0x1e6cade0 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x24325929 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x3dbfb646 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x3e56064f hashbin_new +EXPORT_SYMBOL net/irda/irda 0x41807b65 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x47c16292 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x5aba9bb0 irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x5f7799e1 iriap_close +EXPORT_SYMBOL net/irda/irda 0x601bda46 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b5fbcef hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x6e0ab3c7 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x6e3fc092 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x75712ebe irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x76406971 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x770e9109 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x82398986 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x85d88217 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x97bc07ba irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9be44f5f irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x9fd56d21 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0xa1d41e58 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xa5dc40d8 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0xa7509b7d irlap_open +EXPORT_SYMBOL net/irda/irda 0xaa557515 irias_new_object +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xba4b8b80 iriap_open +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc68e43be irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0xcead7dbb hashbin_find +EXPORT_SYMBOL net/irda/irda 0xcfc308d2 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0xd2108314 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe3463529 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xe3bde43e irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xe8353c61 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf0a694a1 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xf4ea391f irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0xf5876b95 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0xf786d9cd irlmp_close_lsap +EXPORT_SYMBOL net/l2tp/l2tp_core 0xed1a9c80 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x4479e793 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x4fd13bfe lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x8002a43c lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x948f64c2 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xa4d7c1a5 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xd55cbc02 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xd591bb95 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xf67cbced lapb_disconnect_request +EXPORT_SYMBOL net/llc/llc 0x2f4175a0 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 0x592a50fd llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x7c6993f7 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xad892e20 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xae5c8c06 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xce82da82 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xe8112848 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/mac80211/mac80211 0x010124b0 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x0724dcc1 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x1a51ed1a __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf78536 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x1d660931 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x1eff93e4 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x1f2bf792 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x1f5b65ef ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x23f89327 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x27744c89 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x2cffe3b8 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x378f4333 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x3927027f ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x3acbd347 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x4270494e ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x45f0493f ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4fbf1c74 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x5638ece5 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x57af7810 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x57ee5022 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x5b6e3b55 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x61eefc7f ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x61fc3db6 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x62ba09b6 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x67b7938a ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x695790d4 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x6c81883b ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x71ca16f4 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x71f67263 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x72187074 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x7689cfce ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x7be9358d ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x7c909c01 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x7dbc6cc0 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x86db35ef ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x899523c8 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x8ea46a54 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x9bbca534 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x9d1d11b3 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xa150092a ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xad18416a ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xae304882 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xaf7b9da0 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xb05c074c rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xb439e0ef ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xb6fc49f0 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb71016a3 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xbc87f5a9 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xbcfd9e62 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc036ba1c ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xc71f3b24 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xd0d78c1a ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd3704e15 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xd38aba82 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xdb8b17b5 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xde07f1da ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xdea1f9cb ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xe1e03d8e ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xe58cc72c ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xe7f23aa5 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xe8546eda __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xef1d2646 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xfa9b9bc2 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xfe78490b ieee80211_rts_duration +EXPORT_SYMBOL net/mac802154/mac802154 0x4278106c ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x6c70f0a0 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0xa5d3d2fd ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xc49a3a3f ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0xff2a0e87 ieee802154_unregister_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x01a113c4 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x01c8a753 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x03e1775c unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x08b8d314 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x306df40d ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3a74a064 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3f2e0821 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4e33f9cf ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa59ef758 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xae734b59 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xaed2e741 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xce16cc31 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe64e640b unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xffe2953d ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x57fa9cda __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x63359d0b nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xd6eb16d7 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x29ad4a6e nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x2d465f71 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x6dd296f3 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x89a20310 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xa45adf66 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xadcfe2ab nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x0ff0bd08 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x1159aa7b xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x1a6f3a2f xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x253e8b44 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x2dbe25fc xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x6d0cc5e2 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x7b5cb852 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x87dfc58b xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xae500012 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xe4acac6d xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xf0b43b54 xt_find_target +EXPORT_SYMBOL net/nfc/hci/hci 0x00ca147f nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x0d219eb2 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x134475c6 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x2d176db1 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x3215bcf2 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x341ff9bf nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x3a6c6d7b nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x48bfacc5 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x49ae1eb7 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x548f83aa nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x5a26a64a nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x9051e599 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x90a3351a nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x97c448ff nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x9a0a7c94 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xaab4eec6 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xbdcec1b9 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xe2cdf476 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/nci/nci 0x5166d5ea nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x6f727dea nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x81a48196 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc03d4c3e nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xc4fb4f4d nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xd1eb86d4 nci_recv_frame +EXPORT_SYMBOL net/nfc/nfc 0x00c58ecb nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x063bb4a3 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x09a11c87 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x1fcc8195 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x3627c6ea nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x36ba499d nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x38152c55 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x4e8edaaf nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x6028138b nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x618dcc68 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x6b6533c5 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x8a6400b3 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x8bbf1fe3 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xa5954f27 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xa9bf8a33 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xad9399c9 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xade91034 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xae9858a9 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xdadb9732 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xef0a38a6 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xf4ed08ba nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc_digital 0x6d44037d nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x7500927a nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xa3f613ce nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xfbe2aa51 nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x645dadcf pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x66549862 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x69dbc65e phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x9290722f pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xc0ceb215 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xc7e00a12 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xd7f5b050 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xdc884357 phonet_proto_unregister +EXPORT_SYMBOL net/rds/rds 0x7505d413 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0f313583 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1e2bf5f9 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x21c8fd94 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x29355cd6 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x29ddd0e1 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x2b02aaf2 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x378dfce9 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4d4535c8 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7f0c06af key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x9e17d22b rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xb076172f rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xb95c1321 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc4271be6 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd1dbc8fc rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd714e7f1 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/sctp/sctp 0x66da9121 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x0df69828 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xea9dca37 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xef57c000 gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x29886e44 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x6f5b3796 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xe0512783 xdr_restrict_buflen +EXPORT_SYMBOL net/wimax/wimax 0x4e53a10d wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0xc05d0f4b wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x02773078 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x03520422 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x05c0b919 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0663a0f1 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x0857b47f cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0a26a0b7 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x0b11d3d8 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1717bbe4 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x18739664 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1b349836 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x229b4de8 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x244ee6ed cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x25db19c0 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x34831269 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x398f9bf8 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x46549bed cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x4a7a912c ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x4a94a4b6 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x4db4db6e cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x4ee679ac ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x5eb4b4fd cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x5f4d4872 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x60e35e9e cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x60e3f1c4 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x6610afaf wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6b032c89 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x6dcb607c cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x6e09dcf5 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x700060b9 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x7025347f cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x74386f51 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x7464f61c cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x747194b7 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x7d3309c2 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x80202a8c cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x80423b46 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x80611e65 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x820ddc85 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x841cfdb4 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x851672b8 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x8541b001 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x890e7b69 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x89228ea2 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x89a978e3 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8c9e1cd2 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x8cf669c7 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x8e40f3be cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x9431288e cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x95aa9ff8 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9deb05d1 ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa38378e4 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xa512cd28 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xa549c75b wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xa9d99874 cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xabadf866 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0xac2c66b4 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xbdbd3c75 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xbef41889 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xc0c171f4 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xc107d091 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc7e1fa1e cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd11169e9 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdc5bbee2 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xdcc5b4d9 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdfe8af4d cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xe019473c cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xe17f314f cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xe42e24f8 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xe69f842e cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xe9bfe5e4 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0xed62ada2 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf0c5acb6 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xf6c845bd freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xfc38b2bd wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/cfg80211 0xff72e3b2 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/lib80211 0x236d1491 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x41b5afc6 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x7ae1b1e9 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x84e05097 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x85f2fcc0 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xcfc92d36 lib80211_register_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xf72fed99 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x117d2cdb 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 0x38d11f78 snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3d2b675b snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x56115d39 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6a0d5820 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 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be 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-device 0x1e381546 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x2339d91d snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 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 0xd7c7afcc snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe60fb228 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xecbde43c snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xd17a1d9d snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x05390588 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x0b74b964 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0x0e7eb60e snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x1166cc7a snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x18466006 snd_ctl_remove +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 0x1b515108 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x1e3d0db2 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x21e6103c snd_cards +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x285bd2d3 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x2a940274 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x2f4d0076 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x302f7225 snd_get_device +EXPORT_SYMBOL sound/core/snd 0x33fe54d7 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x383d187c snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3c3e8631 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x3d5e6f07 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x3dae773c snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x41ce99db snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x4dbf6e8b snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x63c8d1fb snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x64364c40 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x6c739069 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x76e2c998 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x7801e8b8 snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x79581fca snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x8976fba7 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9c3da854 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9ebe8e4f snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x9ebeaa5c snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa5fa9a98 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xabbcaf86 snd_device_new +EXPORT_SYMBOL sound/core/snd 0xac30bdde snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xaf02ceb1 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xb2b37086 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xba86ed55 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0xbabe2dd8 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xbbcc3487 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xc0dc091a snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xc6e03a03 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xcfbf8630 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xd2d56e65 snd_device_register +EXPORT_SYMBOL sound/core/snd 0xd702bf69 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xd9061fdf snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xde3c2c79 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xea7d0816 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xebd26887 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xf65f17aa snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xfae5a2df snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0xfd66ca28 snd_card_new +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-hwdep 0x11b6e18d snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0195f9d9 _snd_pcm_lib_alloc_vmalloc_buffer +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 0x0586f3cb snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x058709ed snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x06b310c9 snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x08bd0f1c snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0c97f049 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x126022bf snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0x1a00543f snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1d6fe35d snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x200893b0 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x2f06c388 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x30240c5f snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x37d2b9b0 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x39adb5a5 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3c61738e snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0x3d66e61a snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x3e7cb704 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x403a3e35 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x41e25994 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x51adf282 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x57bfce28 snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x5898dcba snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5abdae65 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0x5e407a58 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x5e542e35 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x61a7a511 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x656134b4 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x663c4aa7 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x788a1f66 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x78d9b66e snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x7dcecbf6 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8a45699b snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x8f40a9ad snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x94aac49b snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x987cdba9 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xa57de2bf snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa778ad29 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xac379fe7 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xb648e2a8 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xb8db85bd snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbc6712bb snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xc37fdd79 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xc9c0a03a snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xcb811747 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xd5fb21a2 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xda0f533f snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xf2be4c73 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf782887f snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-pcm 0xffe32051 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1180686f snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x14446063 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x14c4739a snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x173604d3 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1c0fbcad snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3cd2c159 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x62985b6c snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7f591b01 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x84187e42 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8b1f4200 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb50e8056 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbb44f3d8 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xcc59935b snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xccdf8e32 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd03b0384 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd83714dd snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xff08aaee snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-timer 0x06b92ae3 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x0b182788 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x0ebe74b5 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x1270c06f snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x458b6c8f snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x682cf8b8 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xa160fcc2 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xb8b38744 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xbba36cbf snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xda632f7e snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xdfc26826 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xead87490 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xf8c008c6 snd_timer_global_register +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x879dd1c0 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 0x3a04239a snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x40096827 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x692e64f9 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x9b3972ad snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xaa1e2c81 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb2c9d947 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xcf41851a snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd7418ef0 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xdf2f757c snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x21d75137 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2c6e3afc snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2fcf93c6 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6bc157d3 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc10d0b74 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc21f2bee snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xcde2088c snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe61c056d snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xea66bce0 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 0x0296393b amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0a76ee42 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0ae86434 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0dde40ad amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1b288216 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x24e0a4f5 amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2dd72bf0 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3dc6632e amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3f97a8a1 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x41ac0fb2 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x450788a1 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4c132799 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4d1ef1d6 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x51bc0c82 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x571611d0 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x615a7b20 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7202b4bb cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x74f97ac2 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x861f4cbe amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8af7f976 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8ef372e4 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x928107de fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x978a36a4 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa76bdc8e avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xaa0e7e1a fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb3fce271 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbf5acf0d iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc385f18d cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd3280a1e amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf605d9ec iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf7fa9559 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x22b8442f snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x4672697d snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x646e00c0 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x846d116b snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xe7658ceb snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xfbba2078 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x40cbaeda snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x4c9b0eb9 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x73a18634 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x90801ef3 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xc633c7d5 snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xd1df88bb snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0f8c7cdb snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x68e52a1f snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x9ebb66f5 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xac53512c snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x0cddfb16 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xbdec6a77 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x37cbe4e9 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x4861efb1 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x54942476 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x94111a3b snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xcb57f8a5 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xfd8c6856 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-i2c 0x149f8e83 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x2705831f snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x4cc20454 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xc3d26e8d snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xfa828a36 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xfb45c06d snd_i2c_probeaddr +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x16a8d662 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x1bdfaf42 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x1d7b0844 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x28fef989 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x2d678368 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9f60ed79 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xacee818d snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xe5370ce9 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xebefbc19 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xf9386892 snd_sbmixer_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0e1d32b3 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x130553a0 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x18bd87f9 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2d41c964 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3ee12a2b snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4530d0bf snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4d0de249 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4de284cb snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5221371c snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x67465df4 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x730f4857 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x78ae2bd8 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8ce8739f snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9be9ba23 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa9b70fb5 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc38fca9b snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe3575e5b snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1276d3e5 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x42368492 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x47a7d305 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4d92146d snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x6abc04e0 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x745e52b5 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8e52f3e6 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb165279a snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xbb0830e9 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x01d638e7 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x668b0b97 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x8919cf83 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x080e66e0 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x08f82cf6 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x12223bb7 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2639af18 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x26869242 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x30b95fa5 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x45dc60ec oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x55e2a0ef oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6538317f oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x68b35b9a oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6b451e03 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6fd898b1 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x899a5e34 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x94d47588 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x957cfa12 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9fc7b307 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa8b84d09 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xaa2556ba oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb3439e17 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc6d71d53 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcbb1ea25 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x11f05247 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x5e920d49 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x7bb429c7 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x92a5e36c snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xe67ea50e snd_trident_alloc_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x3a4aa717 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x0819221e fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x2f7d1f25 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x317a424e register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x7491d4d6 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7e7d1021 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xc1b8073c register_sound_midi +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xfc3909f6 sound_class +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x29b3c164 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 0xa070ca01 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xa080726c snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xcf05f20f snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe5357114 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xf4f8663c snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x01a4b87a snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x213cf925 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x37aac457 __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6d0ee2a9 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xa80ae05a snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xb8c71ee7 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe7e368a2 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xf691d573 __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 0x99a80a4d snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x00247b6d mapping_tagged +EXPORT_SYMBOL vmlinux 0x0045e616 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x004a7a35 __free_pages +EXPORT_SYMBOL vmlinux 0x004f9d29 __mutex_init +EXPORT_SYMBOL vmlinux 0x005a4975 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x0078d7bb kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00815f36 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x008e7de0 writeback_in_progress +EXPORT_SYMBOL vmlinux 0x00baeee2 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x00d57f40 blk_peek_request +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x01207254 sock_no_getname +EXPORT_SYMBOL vmlinux 0x0122f95e _lv1_get_spe_irq_outlet +EXPORT_SYMBOL vmlinux 0x012a97fc xor_altivec_4 +EXPORT_SYMBOL vmlinux 0x012b31c7 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x013946ed register_netdevice +EXPORT_SYMBOL vmlinux 0x015ee0c9 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x0168309e __dquot_free_space +EXPORT_SYMBOL vmlinux 0x017bb0d1 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x01805f95 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x018d9919 _lv1_set_lpm_interrupt_mask +EXPORT_SYMBOL vmlinux 0x019e5b5c free_netdev +EXPORT_SYMBOL vmlinux 0x01c34261 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x01d13884 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x01e4ba6c skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x0205f589 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x020d18d7 _lv1_set_lpm_debug_bus_control +EXPORT_SYMBOL vmlinux 0x021cabcc phy_device_create +EXPORT_SYMBOL vmlinux 0x0228f484 eth_header_cache +EXPORT_SYMBOL vmlinux 0x023734de dev_deactivate +EXPORT_SYMBOL vmlinux 0x023a074a hvc_get_chars +EXPORT_SYMBOL vmlinux 0x024bf827 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027d4b18 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x027d5499 _lv1_did_update_interrupt_mask +EXPORT_SYMBOL vmlinux 0x027ec1f5 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x02937d1b bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a3c81e blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x02a5f75c mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02f72286 seq_vprintf +EXPORT_SYMBOL vmlinux 0x0306105b d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x031dc65e pasemi_dma_free_chan +EXPORT_SYMBOL vmlinux 0x03347cf3 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03549d8c __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036f43cf jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03c88cd5 pci_find_capability +EXPORT_SYMBOL vmlinux 0x03ebda85 dns_query +EXPORT_SYMBOL vmlinux 0x03ed5935 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04074f48 ioremap +EXPORT_SYMBOL vmlinux 0x040a3d5d genl_unregister_family +EXPORT_SYMBOL vmlinux 0x040e016c agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x0419b20a __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x04236553 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x04314fba poll_initwait +EXPORT_SYMBOL vmlinux 0x0440a533 _lv1_net_remove_multicast_address +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044c51d4 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x047a14aa rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x047ef59e ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x0482fd74 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x048b3e3e pci_pme_active +EXPORT_SYMBOL vmlinux 0x0495fad7 empty_aops +EXPORT_SYMBOL vmlinux 0x04d6a900 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x050ba1fc of_get_parent +EXPORT_SYMBOL vmlinux 0x051364af dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x0521b2e4 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0530dede _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x0540b32a cpu_core_map +EXPORT_SYMBOL vmlinux 0x0549b5a6 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x055c8559 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05997ba9 vfs_statfs +EXPORT_SYMBOL vmlinux 0x05a514a1 _insl_ns +EXPORT_SYMBOL vmlinux 0x05bbd613 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x05d747fe kobject_del +EXPORT_SYMBOL vmlinux 0x05e785a3 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x05fcc862 tcf_hash_release +EXPORT_SYMBOL vmlinux 0x0607b341 d_find_alias +EXPORT_SYMBOL vmlinux 0x060ffcc4 scsi_print_command +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062478d0 macio_request_resource +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06368669 unlock_buffer +EXPORT_SYMBOL vmlinux 0x06456aff _lv1_get_virtual_address_space_id_of_ppe +EXPORT_SYMBOL vmlinux 0x064c0261 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x06607b3e prepare_creds +EXPORT_SYMBOL vmlinux 0x06652164 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x0675698f truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x06840286 __blk_run_queue +EXPORT_SYMBOL vmlinux 0x0696415a blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x06a86188 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x06b04e8a skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x06bbb24a mempool_resize +EXPORT_SYMBOL vmlinux 0x06ec7076 serio_open +EXPORT_SYMBOL vmlinux 0x06f847cb qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x07212239 dev_open +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x07436cfe __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x074e9213 down_killable +EXPORT_SYMBOL vmlinux 0x07524a72 set_groups +EXPORT_SYMBOL vmlinux 0x0768b469 key_alloc +EXPORT_SYMBOL vmlinux 0x078648bf netdev_printk +EXPORT_SYMBOL vmlinux 0x079903d1 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x07a34395 pid_task +EXPORT_SYMBOL vmlinux 0x07a4dcc9 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d2e8d2 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x07d48629 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x07d8744d gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x07dd4eeb netif_carrier_off +EXPORT_SYMBOL vmlinux 0x07e87ee2 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x07ef213a pasemi_dma_free_fun +EXPORT_SYMBOL vmlinux 0x07f37ee5 agp_bind_memory +EXPORT_SYMBOL vmlinux 0x07f8ee15 _lv1_unmap_device_dma_region +EXPORT_SYMBOL vmlinux 0x07feb34e pci_choose_state +EXPORT_SYMBOL vmlinux 0x080a1a78 tso_start +EXPORT_SYMBOL vmlinux 0x080ba867 bdi_unregister +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083cd133 macio_unregister_driver +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0866cf38 ihold +EXPORT_SYMBOL vmlinux 0x087a0f1b delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x08b0c616 vga_client_register +EXPORT_SYMBOL vmlinux 0x08cdccdf register_gifconf +EXPORT_SYMBOL vmlinux 0x08d4b590 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x08e5a170 vfs_open +EXPORT_SYMBOL vmlinux 0x0901c765 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x0906c7dc proc_symlink +EXPORT_SYMBOL vmlinux 0x091f3bd7 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x09240c51 macio_dev_put +EXPORT_SYMBOL vmlinux 0x092668f2 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x093567c4 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x0939bdbf md_register_thread +EXPORT_SYMBOL vmlinux 0x095f9032 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x096341c2 _lv1_connect_irq_plug_ext +EXPORT_SYMBOL vmlinux 0x0974931c __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x0979a56a dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x0984f57e __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x099eba1a bioset_create +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c67afb flex_array_get +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09e15f2d blk_requeue_request +EXPORT_SYMBOL vmlinux 0x09e60b8d inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x09e8babb generic_perform_write +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a3d0644 cpu_online_mask +EXPORT_SYMBOL vmlinux 0x0a55d474 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x0a59fd44 bio_integrity_free +EXPORT_SYMBOL vmlinux 0x0a616eea of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x0a6c0d78 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a8cecbb tcp_poll +EXPORT_SYMBOL vmlinux 0x0a9467e6 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x0aa1f186 phy_device_free +EXPORT_SYMBOL vmlinux 0x0aa5f2bb blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x0ab55b72 netif_device_detach +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad7e4df sk_alloc +EXPORT_SYMBOL vmlinux 0x0ae74c68 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x0af75dd3 netif_device_attach +EXPORT_SYMBOL vmlinux 0x0b0b5fe5 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b16c077 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b206558 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x0b2e1ec7 h_get_mpp +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b9f3abe pcie_set_mps +EXPORT_SYMBOL vmlinux 0x0b9f8e54 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x0ba045fd pci_request_region +EXPORT_SYMBOL vmlinux 0x0ba28784 lro_receive_skb +EXPORT_SYMBOL vmlinux 0x0bb52cd8 inode_change_ok +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd567d0 tcp_prot +EXPORT_SYMBOL vmlinux 0x0c1ad162 _lv1_net_start_rx_dma +EXPORT_SYMBOL vmlinux 0x0c26b7d3 bio_add_page +EXPORT_SYMBOL vmlinux 0x0c2cb751 tty_hangup +EXPORT_SYMBOL vmlinux 0x0c427e1f swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c50e805 flush_dcache_icache_page +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c58bba7 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c683afb abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c79a31a simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c8f361f scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x0c94c22e block_commit_write +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cb18227 misc_register +EXPORT_SYMBOL vmlinux 0x0cb9a9ca sk_filter +EXPORT_SYMBOL vmlinux 0x0ccc7a44 security_mmap_file +EXPORT_SYMBOL vmlinux 0x0cce65a4 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x0cea9ddf simple_transaction_release +EXPORT_SYMBOL vmlinux 0x0cf3a8b9 kobject_get +EXPORT_SYMBOL vmlinux 0x0d0e0e3e tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d554e6e get_task_io_context +EXPORT_SYMBOL vmlinux 0x0d55f995 finish_no_open +EXPORT_SYMBOL vmlinux 0x0d656dba tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x0d66149c km_policy_notify +EXPORT_SYMBOL vmlinux 0x0d67ac10 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x0d6c963c copy_from_user +EXPORT_SYMBOL vmlinux 0x0d7145fc pci_match_id +EXPORT_SYMBOL vmlinux 0x0d787471 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0db13aeb path_is_under +EXPORT_SYMBOL vmlinux 0x0db47e12 del_gendisk +EXPORT_SYMBOL vmlinux 0x0dc0ace0 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0x0dc0fa9f __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x0ddee670 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x0df8186d tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x0dfb7ae1 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x0e1d604d xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x0e49eb76 vmap +EXPORT_SYMBOL vmlinux 0x0e4c36f4 iput +EXPORT_SYMBOL vmlinux 0x0e59ff2c iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x0e69301d dev_addr_add +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e8c0034 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x0e8f30f6 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x0e9d67db elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x0e9fc112 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x0eb4a05c get_disk +EXPORT_SYMBOL vmlinux 0x0ebdfaa2 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x0ec04e30 compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x0ec3a231 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x0ec4f816 single_release +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ec94f84 vio_unregister_driver +EXPORT_SYMBOL vmlinux 0x0ed298e6 kobject_add +EXPORT_SYMBOL vmlinux 0x0ed5958f mdiobus_read +EXPORT_SYMBOL vmlinux 0x0edf835d try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x0ee8fda5 dst_alloc +EXPORT_SYMBOL vmlinux 0x0ef8565f xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x0efadb15 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x0efb374b wireless_spy_update +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f4ac0b7 kernel_bind +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f5faa7e wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x0fa0f1ee xfrm_input +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fc8e711 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x0fcfb884 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x0ff27793 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x100a13a7 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x1011d43b kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x102c17a2 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x10396af9 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x103c532d nf_afinfo +EXPORT_SYMBOL vmlinux 0x103fd1f0 rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x104117d9 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x1054081d inet_addr_type +EXPORT_SYMBOL vmlinux 0x105be915 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x106673e6 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x10950ee1 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x10abb566 arp_create +EXPORT_SYMBOL vmlinux 0x10b0728d inet6_ioctl +EXPORT_SYMBOL vmlinux 0x10d57e90 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x10d62b5d security_path_mkdir +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x114c5125 dma_find_channel +EXPORT_SYMBOL vmlinux 0x115e9e55 keyring_search +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1171b635 _lv1_delete_lpm_event_bookmark +EXPORT_SYMBOL vmlinux 0x1182d83a cpuidle_disable +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x118ea2e2 start_tty +EXPORT_SYMBOL vmlinux 0x119670a6 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x11c302c7 pci_release_region +EXPORT_SYMBOL vmlinux 0x11cbeaae simple_unlink +EXPORT_SYMBOL vmlinux 0x11d8b63b sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x11f0c772 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120a3cc9 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x121fa10c xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x122b2dbe block_truncate_page +EXPORT_SYMBOL vmlinux 0x12372fe6 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x125aac6e dquot_release +EXPORT_SYMBOL vmlinux 0x128934ff __sb_end_write +EXPORT_SYMBOL vmlinux 0x129543f8 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12aa6cc6 fsync_bdev +EXPORT_SYMBOL vmlinux 0x12b01777 bio_copy_kern +EXPORT_SYMBOL vmlinux 0x12cb6622 _lv1_map_device_dma_region +EXPORT_SYMBOL vmlinux 0x12d59aa6 set_security_override +EXPORT_SYMBOL vmlinux 0x12dfeb12 vprintk_emit +EXPORT_SYMBOL vmlinux 0x12e5ef0c rtas_set_power_level +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x1325841c vfs_getattr +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13462976 get_super_thawed +EXPORT_SYMBOL vmlinux 0x134b997d nf_log_packet +EXPORT_SYMBOL vmlinux 0x13517d1c force_sig +EXPORT_SYMBOL vmlinux 0x1372d396 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x138021cf pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x13a92cff generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x13affbda percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13dfa629 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13f53da6 CMO_PageSize +EXPORT_SYMBOL vmlinux 0x1400b7c1 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x14022e5e of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x1405ea2c pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x14116530 acl_by_type +EXPORT_SYMBOL vmlinux 0x1411da48 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x141fe5fd pasemi_read_iob_reg +EXPORT_SYMBOL vmlinux 0x1438a282 input_grab_device +EXPORT_SYMBOL vmlinux 0x14499f9b buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x148a3285 __lock_buffer +EXPORT_SYMBOL vmlinux 0x149a2a55 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x14a0d8ee scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x14a14817 pSeries_enable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0x14af3bee elv_rb_add +EXPORT_SYMBOL vmlinux 0x14db908b dquot_drop +EXPORT_SYMBOL vmlinux 0x150ef4c4 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x151592c4 _lv1_invalidate_htab_entries +EXPORT_SYMBOL vmlinux 0x1520c849 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x1533e3ff from_kgid_munged +EXPORT_SYMBOL vmlinux 0x1535c35f devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x1544aa40 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x15c81c24 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x15d3fd60 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x15f400bc fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x160a8c88 kernel_connect +EXPORT_SYMBOL vmlinux 0x160bd45c rtas_token +EXPORT_SYMBOL vmlinux 0x163b6e75 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x16434c7b done_path_create +EXPORT_SYMBOL vmlinux 0x164fba6a blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x1673b0f2 generic_readlink +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x169c17b3 d_set_d_op +EXPORT_SYMBOL vmlinux 0x16a4b727 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x16c9232b truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x16dfe366 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x17102dcf ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x173d7207 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x17405bfb pci_set_mwi +EXPORT_SYMBOL vmlinux 0x1743414f __debugger_fault_handler +EXPORT_SYMBOL vmlinux 0x17648396 dev_base_lock +EXPORT_SYMBOL vmlinux 0x1793f685 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x1797bb1d dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x17a58422 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x17abb3df cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17cb8c79 _lv1_read_htab_entries +EXPORT_SYMBOL vmlinux 0x17d9936a fb_set_cmap +EXPORT_SYMBOL vmlinux 0x17e28473 fsl_upm_run_pattern +EXPORT_SYMBOL vmlinux 0x17f32838 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x1801f58d poll_freewait +EXPORT_SYMBOL vmlinux 0x18107214 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x18111113 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x18112054 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x182f50af _lv1_open_device +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x1851cae6 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x1857aa39 proc_dointvec +EXPORT_SYMBOL vmlinux 0x187bc198 netif_skb_features +EXPORT_SYMBOL vmlinux 0x18804c12 vio_find_node +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x189c5699 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x18a491dc eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x18ad5522 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x18bad608 flush_old_exec +EXPORT_SYMBOL vmlinux 0x18c5e3fc misc_deregister +EXPORT_SYMBOL vmlinux 0x18c98205 _lv1_destruct_virtual_address_space +EXPORT_SYMBOL vmlinux 0x18e07806 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x18f9c19e xfrm_state_update +EXPORT_SYMBOL vmlinux 0x1901e951 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x193e7e76 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x19444627 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0x195ac007 vme_bus_num +EXPORT_SYMBOL vmlinux 0x196c5227 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x197cbd6a insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x19987cfd iterate_supers_type +EXPORT_SYMBOL vmlinux 0x199ec4fb arch_spin_unlock_wait +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c968d1 pasemi_dma_start_chan +EXPORT_SYMBOL vmlinux 0x19cbbc42 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x19e9a750 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x19ea1ca8 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x19ead908 flow_cache_init +EXPORT_SYMBOL vmlinux 0x19ef064d tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x19f8b268 mmc_start_req +EXPORT_SYMBOL vmlinux 0x19fe68ab lockref_get +EXPORT_SYMBOL vmlinux 0x1a067281 devm_iounmap +EXPORT_SYMBOL vmlinux 0x1a111a41 ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x1a2442b5 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x1a2f6945 __next_cpu +EXPORT_SYMBOL vmlinux 0x1a430a66 skb_make_writable +EXPORT_SYMBOL vmlinux 0x1a86a3d8 tty_do_resize +EXPORT_SYMBOL vmlinux 0x1a87cf0f from_kgid +EXPORT_SYMBOL vmlinux 0x1a9090c4 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x1a91663d pasemi_dma_free_buf +EXPORT_SYMBOL vmlinux 0x1ac16d61 sock_register +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ac6b761 simple_link +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad5a1a9 of_match_device +EXPORT_SYMBOL vmlinux 0x1ae51cc2 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x1ae64513 from_kprojid +EXPORT_SYMBOL vmlinux 0x1af62a99 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x1afb1215 path_get +EXPORT_SYMBOL vmlinux 0x1afc697e inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x1aff551f vme_irq_request +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b0860dd scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x1b132009 rename_lock +EXPORT_SYMBOL vmlinux 0x1b135c57 dquot_disable +EXPORT_SYMBOL vmlinux 0x1b18e019 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b9d2cc0 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bc4ff03 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x1bda9efa netlink_net_capable +EXPORT_SYMBOL vmlinux 0x1bdc26cf sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x1bf478bc seq_open_private +EXPORT_SYMBOL vmlinux 0x1bfec830 __iounmap_at +EXPORT_SYMBOL vmlinux 0x1c03ddc2 proto_register +EXPORT_SYMBOL vmlinux 0x1c09a2e1 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x1c0da0de scsi_get_command +EXPORT_SYMBOL vmlinux 0x1c1bb060 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x1c200a7d pasemi_dma_stop_chan +EXPORT_SYMBOL vmlinux 0x1c331a73 datagram_poll +EXPORT_SYMBOL vmlinux 0x1c365bed fd_install +EXPORT_SYMBOL vmlinux 0x1c3a3bc8 of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x1c3e02e4 memcmp +EXPORT_SYMBOL vmlinux 0x1c4dab93 _lv1_connect_irq_plug +EXPORT_SYMBOL vmlinux 0x1c5b2c15 pmu_wait_complete +EXPORT_SYMBOL vmlinux 0x1c7cd74c pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x1c80de9c ip_send_check +EXPORT_SYMBOL vmlinux 0x1c8bc904 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x1cbdd1ed abx500_register_ops +EXPORT_SYMBOL vmlinux 0x1ce2653e __frontswap_load +EXPORT_SYMBOL vmlinux 0x1d15cf98 tcp_seq_open +EXPORT_SYMBOL vmlinux 0x1d2e59ba register_quota_format +EXPORT_SYMBOL vmlinux 0x1d4750bc _lv1_stop_lpm +EXPORT_SYMBOL vmlinux 0x1d51b5cb km_state_expired +EXPORT_SYMBOL vmlinux 0x1d850cc0 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x1da52b32 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x1daee28a percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x1dbc4d0c proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x1dbde115 elv_rb_del +EXPORT_SYMBOL vmlinux 0x1dc11314 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd94efd mdiobus_free +EXPORT_SYMBOL vmlinux 0x1decbe4a blk_init_tags +EXPORT_SYMBOL vmlinux 0x1e17012b vme_slot_num +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e2a9986 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x1e3ddec1 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x1e4a85a5 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e758713 drop_super +EXPORT_SYMBOL vmlinux 0x1e7dbe1a pci_get_subsys +EXPORT_SYMBOL vmlinux 0x1e7e8116 rtnl_notify +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1e9fabe6 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x1ea28dc1 write_one_page +EXPORT_SYMBOL vmlinux 0x1ebaaf07 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ec9b2d1 vc_resize +EXPORT_SYMBOL vmlinux 0x1eeceeb9 pci_enable_device +EXPORT_SYMBOL vmlinux 0x1f06f394 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x1f0a0a2e follow_down_one +EXPORT_SYMBOL vmlinux 0x1f0aa7ad fddi_type_trans +EXPORT_SYMBOL vmlinux 0x1f18aab1 dev_close +EXPORT_SYMBOL vmlinux 0x1f4bc64f pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x1f4bcf1a of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x1f6ce67a sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1f8084da __inet6_hash +EXPORT_SYMBOL vmlinux 0x1f99daf0 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc2a8b9 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd8bfe9 migrate_page +EXPORT_SYMBOL vmlinux 0x1fe7b4ab pasemi_write_dma_reg +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x1ffc7b21 __nla_reserve +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x200b84c8 send_sig_info +EXPORT_SYMBOL vmlinux 0x2011e8d9 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x201494ee _lv1_net_set_interrupt_mask +EXPORT_SYMBOL vmlinux 0x20360403 dump_align +EXPORT_SYMBOL vmlinux 0x203ce243 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x203d1f37 bio_endio +EXPORT_SYMBOL vmlinux 0x203ed954 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x204761ee single_open +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204fcc24 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x205df514 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20abbb12 pnv_pci_to_phb_node +EXPORT_SYMBOL vmlinux 0x20abf5dd sk_capable +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20b8bb32 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20cda8aa seq_write +EXPORT_SYMBOL vmlinux 0x20ce2ed9 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x20d1fcf9 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20e05ea3 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x20e1a9a0 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x20e29e7f ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x20e3f425 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x20eae825 vfs_unlink +EXPORT_SYMBOL vmlinux 0x20f706a2 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x210a5122 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x2122e395 generic_write_end +EXPORT_SYMBOL vmlinux 0x2126f947 init_buffer +EXPORT_SYMBOL vmlinux 0x2128e9e4 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x212ca6ae dquot_quota_on +EXPORT_SYMBOL vmlinux 0x213603bf pasemi_dma_free_ring +EXPORT_SYMBOL vmlinux 0x214b6d20 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x215cfdca pcibus_to_node +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x217ac81b phy_print_status +EXPORT_SYMBOL vmlinux 0x21bfd087 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x21d5c294 block_invalidatepage +EXPORT_SYMBOL vmlinux 0x21ef477e console_stop +EXPORT_SYMBOL vmlinux 0x222a8a77 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2232289d genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x223d328c fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x225ebee6 _lv1_destruct_lpm +EXPORT_SYMBOL vmlinux 0x22635eb5 skb_pull +EXPORT_SYMBOL vmlinux 0x226a547a scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x226c1f2f pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x2270c64e sk_ns_capable +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x2278e94b slhc_remember +EXPORT_SYMBOL vmlinux 0x22a2882b blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c27c6a tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x22de1b71 led_set_brightness +EXPORT_SYMBOL vmlinux 0x2305cb9f sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x230d8ea0 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x230e127f netlink_ack +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x23361679 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL vmlinux 0x23578815 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x235e90f3 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x2365306b fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x2365aac1 security_path_chown +EXPORT_SYMBOL vmlinux 0x23a0481b nonseekable_open +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23aa9aff security_file_permission +EXPORT_SYMBOL vmlinux 0x23b5e8d1 nf_reinject +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23f2243d mempool_free +EXPORT_SYMBOL vmlinux 0x23f693eb __f_setown +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x240871b0 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x242c3604 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x24387221 nf_log_set +EXPORT_SYMBOL vmlinux 0x243b8742 __elv_add_request +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x244a2411 __first_cpu +EXPORT_SYMBOL vmlinux 0x2452b3da netpoll_print_options +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245a18c5 ppc_md +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x249598e6 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x249b6b9c msi_bitmap_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x249cf0a3 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x24a5f0ef devm_ioremap_prot +EXPORT_SYMBOL vmlinux 0x24b86bfd scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x24cfd438 _lv1_copy_lpm_trace_buffer +EXPORT_SYMBOL vmlinux 0x24f00380 ida_init +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x25103812 sock_wake_async +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x252d5901 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x2564fbe2 ppp_input_error +EXPORT_SYMBOL vmlinux 0x25715747 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25b6b8f7 _lv1_set_spe_transition_notifier +EXPORT_SYMBOL vmlinux 0x25b767d5 mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25c90906 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x25ddbd44 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x25ee5f29 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x25fcfe98 md_flush_request +EXPORT_SYMBOL vmlinux 0x26186042 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2641f178 bio_clone_fast +EXPORT_SYMBOL vmlinux 0x26477c07 __vmalloc +EXPORT_SYMBOL vmlinux 0x264ad1d5 n_tty_compat_ioctl_helper +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x2665d53a key_create_or_update +EXPORT_SYMBOL vmlinux 0x26772611 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x26812cf6 uart_resume_port +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x268f386f tty_check_change +EXPORT_SYMBOL vmlinux 0x26916ff8 agp_enable +EXPORT_SYMBOL vmlinux 0x269178ca locks_init_lock +EXPORT_SYMBOL vmlinux 0x26b456d6 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x26b67258 __brelse +EXPORT_SYMBOL vmlinux 0x26b760c4 slhc_init +EXPORT_SYMBOL vmlinux 0x26bc3ca6 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x26c15e67 sock_init_data +EXPORT_SYMBOL vmlinux 0x26dec525 find_vma +EXPORT_SYMBOL vmlinux 0x26e076e2 dev_activate +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26f2d349 km_state_notify +EXPORT_SYMBOL vmlinux 0x26fb3f4a __dquot_transfer +EXPORT_SYMBOL vmlinux 0x270534dd of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x270b660c bdgrab +EXPORT_SYMBOL vmlinux 0x2712f4f5 crc32_le_combine +EXPORT_SYMBOL vmlinux 0x2738adf0 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x27541114 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x27646df3 start_thread +EXPORT_SYMBOL vmlinux 0x276728b6 inet_shutdown +EXPORT_SYMBOL vmlinux 0x2768a7a7 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x2771d7ff ida_get_new_above +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x278acfd8 vme_dma_request +EXPORT_SYMBOL vmlinux 0x27a89520 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x27ac11ed blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c0da66 generic_removexattr +EXPORT_SYMBOL vmlinux 0x27c198c4 __scm_send +EXPORT_SYMBOL vmlinux 0x27c67df5 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x27ccdd20 check_disk_change +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x281c07a7 bdi_destroy +EXPORT_SYMBOL vmlinux 0x283077bf mutex_unlock +EXPORT_SYMBOL vmlinux 0x28318305 snprintf +EXPORT_SYMBOL vmlinux 0x2838f6b0 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x2845218d __page_symlink +EXPORT_SYMBOL vmlinux 0x284ac2e9 key_revoke +EXPORT_SYMBOL vmlinux 0x28657dd1 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x287804ef jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x289db3ee idr_remove +EXPORT_SYMBOL vmlinux 0x28a2b29f radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28aa69a2 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x28abfe6e scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x28c3ecb8 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x28cd90d1 udp_proc_register +EXPORT_SYMBOL vmlinux 0x28cd949e __bforget +EXPORT_SYMBOL vmlinux 0x291eec62 i2c_master_send +EXPORT_SYMBOL vmlinux 0x2920484f bio_chain +EXPORT_SYMBOL vmlinux 0x292255a3 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x2960019b eeh_check_failure +EXPORT_SYMBOL vmlinux 0x298c9fc5 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x29ae3b88 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x29c92d28 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x29d0b2c7 tso_count_descs +EXPORT_SYMBOL vmlinux 0x29e21c73 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x29f325f5 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x2a2b92ca kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a40bd0d proc_set_size +EXPORT_SYMBOL vmlinux 0x2a719ada unregister_filesystem +EXPORT_SYMBOL vmlinux 0x2a7b3413 generic_fillattr +EXPORT_SYMBOL vmlinux 0x2aaf984f blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x2ab0febb sk_wait_data +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2ae19bbe giveup_vsx +EXPORT_SYMBOL vmlinux 0x2ae66b3e sg_miter_start +EXPORT_SYMBOL vmlinux 0x2af26864 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x2afdbf7e __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x2b0195fc seq_release +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b4991ec xmon +EXPORT_SYMBOL vmlinux 0x2b758a64 sock_wfree +EXPORT_SYMBOL vmlinux 0x2b7d185b __secpath_destroy +EXPORT_SYMBOL vmlinux 0x2b8f6c85 dquot_transfer +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba08916 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bc0fbb8 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x2bc3bc9c bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x2bd0feca scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x2bdb40fe vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x2bf24ef1 fsl_lbc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x2c029a8e vfs_write +EXPORT_SYMBOL vmlinux 0x2c072b4f pci_platform_rom +EXPORT_SYMBOL vmlinux 0x2c110dfe write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x2c1cd4a4 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x2c1d3044 skb_unlink +EXPORT_SYMBOL vmlinux 0x2c252f05 kill_fasync +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c36db24 iunique +EXPORT_SYMBOL vmlinux 0x2c4c7997 _lv1_construct_lpm +EXPORT_SYMBOL vmlinux 0x2c75b2b8 input_set_capability +EXPORT_SYMBOL vmlinux 0x2c7b1fca down_timeout +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2c9eb86e __alloc_skb +EXPORT_SYMBOL vmlinux 0x2caedbd7 dentry_open +EXPORT_SYMBOL vmlinux 0x2cbd1d9d dev_get_by_index +EXPORT_SYMBOL vmlinux 0x2cdee939 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d30ee81 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x2d3314e8 inode_init_once +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d6369e6 ip6_xmit +EXPORT_SYMBOL vmlinux 0x2d7d2767 _lv1_set_lpm_group_control +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d96be4a xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x2d983336 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x2da1c0bd inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x2da3d46c dev_get_stats +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2db1e0c6 dql_init +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2df4fd50 of_platform_device_create +EXPORT_SYMBOL vmlinux 0x2e0d2f7f queue_work_on +EXPORT_SYMBOL vmlinux 0x2e15eb98 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e31e078 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x2e61f894 dm_io +EXPORT_SYMBOL vmlinux 0x2e7d10e5 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x2e8c8a48 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x2e93495e _lv1_write_htab_entry +EXPORT_SYMBOL vmlinux 0x2eab8942 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x2ebbabe7 udp_prot +EXPORT_SYMBOL vmlinux 0x2ec5ca61 __devm_request_region +EXPORT_SYMBOL vmlinux 0x2ed1fb9d seq_puts +EXPORT_SYMBOL vmlinux 0x2ee4337f smu_queue_cmd +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2ef95ed1 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f2092e6 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x2f287f0d copy_to_user +EXPORT_SYMBOL vmlinux 0x2f5a189d user_path_at +EXPORT_SYMBOL vmlinux 0x2f608140 elv_rb_find +EXPORT_SYMBOL vmlinux 0x2f71b373 tty_throttle +EXPORT_SYMBOL vmlinux 0x2f9add28 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x2fa3acc8 vme_register_driver +EXPORT_SYMBOL vmlinux 0x2fae96de rtas_data_buf_lock +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fc2d320 of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0x2fcebe81 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x2fd8bd7d of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fecc98b nf_getsockopt +EXPORT_SYMBOL vmlinux 0x300d176b __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x303ea961 generic_setlease +EXPORT_SYMBOL vmlinux 0x304f2cba vme_irq_handler +EXPORT_SYMBOL vmlinux 0x305138c1 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x307f013a phy_attach +EXPORT_SYMBOL vmlinux 0x3081b8b6 blk_put_queue +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30b28ae0 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x30b35e3d blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x30b8b35c cpu_to_chip_id +EXPORT_SYMBOL vmlinux 0x30cd4b88 iget5_locked +EXPORT_SYMBOL vmlinux 0x30d4f3fc xfrm_state_add +EXPORT_SYMBOL vmlinux 0x30da36b4 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x30e15b24 of_node_get +EXPORT_SYMBOL vmlinux 0x30ea005d macio_release_resources +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x31087af2 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x310f32ec loop_backing_file +EXPORT_SYMBOL vmlinux 0x31195c63 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x312cfaf2 _lv1_disable_logical_spe +EXPORT_SYMBOL vmlinux 0x313b0d6f blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x313bcb7b simple_dname +EXPORT_SYMBOL vmlinux 0x3143c177 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315107e3 __scm_destroy +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x3163b65d ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x316533fc request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x31782b97 skb_checksum +EXPORT_SYMBOL vmlinux 0x3197f8c6 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x319cf52c genphy_config_init +EXPORT_SYMBOL vmlinux 0x319e0726 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x31b3b13d of_n_size_cells +EXPORT_SYMBOL vmlinux 0x31b3d883 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x31b7f300 _lv1_set_lpm_signal +EXPORT_SYMBOL vmlinux 0x31c5d9e8 padata_do_serial +EXPORT_SYMBOL vmlinux 0x31cd509a _lv1_net_control +EXPORT_SYMBOL vmlinux 0x31cd995b store_fp_state +EXPORT_SYMBOL vmlinux 0x31cf786f __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x31d61e9a cur_cpu_spec +EXPORT_SYMBOL vmlinux 0x31d93b2a of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x320c9265 set_page_dirty +EXPORT_SYMBOL vmlinux 0x320d1b2f skb_clone +EXPORT_SYMBOL vmlinux 0x32312a75 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x3238739c mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x325b11e5 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x325c2e33 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x3262de46 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x32653d6a dev_addr_del +EXPORT_SYMBOL vmlinux 0x32687695 mac_find_mode +EXPORT_SYMBOL vmlinux 0x327125e9 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x327a36fb __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x327b9c1b pmu_poll_adb +EXPORT_SYMBOL vmlinux 0x327e583d tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x32804318 __register_binfmt +EXPORT_SYMBOL vmlinux 0x3282f157 irq_to_desc +EXPORT_SYMBOL vmlinux 0x3295b7b4 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x32986e74 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x32a3327a input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x32e0264b __getblk +EXPORT_SYMBOL vmlinux 0x32f326d3 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x32f7eed2 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x33188cf0 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x333cb37c __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x3356a55e phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x33581f07 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x339cbea9 sock_no_connect +EXPORT_SYMBOL vmlinux 0x33b63ebb blk_end_request_all +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33ba7528 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x33c4da46 replace_mount_options +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33e7e44d inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341f62b6 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x34328f4f __lock_page +EXPORT_SYMBOL vmlinux 0x34366f27 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x3439400a jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x343adaa6 kobject_set_name +EXPORT_SYMBOL vmlinux 0x343f511a elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x344adbd5 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x345176f1 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x34523edf sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x346aa309 vio_enable_interrupts +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347a6a56 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x347c7fc0 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x34952ef0 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x34992685 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34c83b18 file_update_time +EXPORT_SYMBOL vmlinux 0x34c8915d devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x34d3553d pci_bus_type +EXPORT_SYMBOL vmlinux 0x34d43e77 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0x34e82efe tcp_prequeue +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34fc3c31 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x3505cef2 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x353434b3 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x35643c91 pci_domain_nr +EXPORT_SYMBOL vmlinux 0x35703fea bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x35906c35 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x359e6c43 may_umount +EXPORT_SYMBOL vmlinux 0x35aebd17 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x35b156ea release_sock +EXPORT_SYMBOL vmlinux 0x35b45850 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x35c32767 xor_altivec_2 +EXPORT_SYMBOL vmlinux 0x35cb8fe0 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x35dc66fb key_validate +EXPORT_SYMBOL vmlinux 0x35ec6387 pmac_resume_agp_for_card +EXPORT_SYMBOL vmlinux 0x35ed2ec8 register_console +EXPORT_SYMBOL vmlinux 0x35f1e1b2 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x35f7cb22 __bread +EXPORT_SYMBOL vmlinux 0x35fbfd13 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x35fdeb9f netif_receive_skb +EXPORT_SYMBOL vmlinux 0x36128ea3 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x361616f8 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x3618cb2d ida_destroy +EXPORT_SYMBOL vmlinux 0x3625b081 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x3636342c dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x363b9c63 proto_unregister +EXPORT_SYMBOL vmlinux 0x3655a1ca give_up_console +EXPORT_SYMBOL vmlinux 0x366b1f2d inode_init_always +EXPORT_SYMBOL vmlinux 0x366f6d27 idr_destroy +EXPORT_SYMBOL vmlinux 0x367f69bc down_write_trylock +EXPORT_SYMBOL vmlinux 0x368cd896 neigh_compat_output +EXPORT_SYMBOL vmlinux 0x36957f8a dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x36999563 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x369e1115 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x36b0e732 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36c4da16 of_node_put +EXPORT_SYMBOL vmlinux 0x36cce413 add_disk +EXPORT_SYMBOL vmlinux 0x36e2e98b devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x36e87c18 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0x3705dd27 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x370fce66 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x370fcfd3 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x371902e9 _lv1_get_lpm_interrupt_status +EXPORT_SYMBOL vmlinux 0x371d2130 check_legacy_ioport +EXPORT_SYMBOL vmlinux 0x3729101f __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x37344510 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x37383edd rtas_get_power_level +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x37a680e5 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37e0153d flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x37f1461c mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3822b144 generic_listxattr +EXPORT_SYMBOL vmlinux 0x382777ab _lv1_gpu_context_allocate +EXPORT_SYMBOL vmlinux 0x382c8225 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x382eb968 udp_del_offload +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x3854789b dst_destroy +EXPORT_SYMBOL vmlinux 0x3854bffc jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x38569301 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x3858384e devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x38952a3d xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38aebe69 drop_nlink +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38b825d1 idr_replace +EXPORT_SYMBOL vmlinux 0x38c625ad scsi_ioctl +EXPORT_SYMBOL vmlinux 0x38e585d1 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x38fb9933 tty_std_termios +EXPORT_SYMBOL vmlinux 0x3901188d kernel_read +EXPORT_SYMBOL vmlinux 0x392f5c25 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3944b1ab inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x39600b63 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x3968c39d xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x3975a955 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x3982c1d5 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39aa4967 of_match_node +EXPORT_SYMBOL vmlinux 0x39b05e6a buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x39b390c6 vga_con +EXPORT_SYMBOL vmlinux 0x39bccac6 truncate_setsize +EXPORT_SYMBOL vmlinux 0x39c82c4e gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x39c8eedb netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x39cdf63c wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x39f6b441 netdev_update_features +EXPORT_SYMBOL vmlinux 0x3a029fd1 set_cached_acl +EXPORT_SYMBOL vmlinux 0x3a20ff73 __crc32c_le +EXPORT_SYMBOL vmlinux 0x3a761cec sk_stream_error +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3aa1f374 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x3b1a0b6a blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x3b340198 note_scsi_host +EXPORT_SYMBOL vmlinux 0x3b37a8e6 is_bad_inode +EXPORT_SYMBOL vmlinux 0x3b391285 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x3b3ed56b set_create_files_as +EXPORT_SYMBOL vmlinux 0x3b4a5a1b security_path_rename +EXPORT_SYMBOL vmlinux 0x3b5cc421 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x3b615a21 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3ba828ac mutex_lock +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bdb2850 pci_bus_put +EXPORT_SYMBOL vmlinux 0x3bea3a6f phy_device_register +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c456002 sock_release +EXPORT_SYMBOL vmlinux 0x3c483012 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x3c7a56b7 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x3c80bca1 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3ca45cd0 nla_put +EXPORT_SYMBOL vmlinux 0x3ca768ae md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x3ca94b57 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x3cb71313 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x3cc4b0dc lg_lock_init +EXPORT_SYMBOL vmlinux 0x3cda442f inet_recvmsg +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf3242d inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x3cfb64f9 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x3d17e910 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x3d398454 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x3d54ea2c touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0x3d5844b3 strnicmp +EXPORT_SYMBOL vmlinux 0x3d5f1405 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x3d7498fb bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x3d828271 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x3d93bb5f scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x3d96fda5 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x3da8c4a5 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x3da9d832 vio_cmo_set_dev_desired +EXPORT_SYMBOL vmlinux 0x3dad5dd9 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0x3daf7551 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x3dafdf68 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x3db3ac05 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x3db3cb1f audit_log_task_info +EXPORT_SYMBOL vmlinux 0x3dbdbc89 account_page_redirty +EXPORT_SYMBOL vmlinux 0x3dc02a4e flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dcf28ae __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e08bf2b __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x3e1d6370 dev_get_flags +EXPORT_SYMBOL vmlinux 0x3e286dca _lv1_get_rtc +EXPORT_SYMBOL vmlinux 0x3e3231bb __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x3e38e6fb inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x3e4015b6 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x3e41a07a nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x3e47a50f make_kprojid +EXPORT_SYMBOL vmlinux 0x3e51d9b5 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x3e65c0df seq_putc +EXPORT_SYMBOL vmlinux 0x3e6a377b max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x3e6a7012 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x3e740b77 I_BDEV +EXPORT_SYMBOL vmlinux 0x3e8256c0 wireless_send_event +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3e96bd2e tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x3ea4d67b uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x3ecb030d __breadahead +EXPORT_SYMBOL vmlinux 0x3ed179a5 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3edab102 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f06a656 _lv1_construct_event_receive_port +EXPORT_SYMBOL vmlinux 0x3f139c85 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x3f3d644f input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x3f406a3b enable_kernel_altivec +EXPORT_SYMBOL vmlinux 0x3f4471d8 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f5a0f16 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x3fb1a537 vio_get_attribute +EXPORT_SYMBOL vmlinux 0x3fbfd6ed _lv1_gpu_open +EXPORT_SYMBOL vmlinux 0x3fd470ba bio_reset +EXPORT_SYMBOL vmlinux 0x3fd4e434 __module_get +EXPORT_SYMBOL vmlinux 0x3fe0d1c0 slhc_free +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff8e495 lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0x400752ee sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x401bcd59 wait_iff_congested +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x403100c2 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x404147e5 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x404a0341 set_binfmt +EXPORT_SYMBOL vmlinux 0x40523968 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x405718e2 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x405c634e blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x405dbc7d __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x405e5ada bio_unmap_user +EXPORT_SYMBOL vmlinux 0x406294c9 dev_add_pack +EXPORT_SYMBOL vmlinux 0x407077de fb_get_mode +EXPORT_SYMBOL vmlinux 0x4075ea70 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a09e92 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40af329d twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d32813 ip6_frag_match +EXPORT_SYMBOL vmlinux 0x40f4a61b kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x410e5544 get_user_pages +EXPORT_SYMBOL vmlinux 0x41361807 _lv1_get_logical_ppe_id +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x4159c38f ioremap_wc +EXPORT_SYMBOL vmlinux 0x41676fc6 ata_link_printk +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418ae108 __genl_register_family +EXPORT_SYMBOL vmlinux 0x41c3fcb6 framebuffer_release +EXPORT_SYMBOL vmlinux 0x41dbf4de _lv1_start_lpm +EXPORT_SYMBOL vmlinux 0x41de62fd __d_drop +EXPORT_SYMBOL vmlinux 0x41dfcb04 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x41e3b898 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x41ea7ddc inet_del_protocol +EXPORT_SYMBOL vmlinux 0x41f1c1ec dev_alert +EXPORT_SYMBOL vmlinux 0x41f980df fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x420a3f07 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x42141242 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x4227b306 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x42312f4c __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x424274d2 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x4247d310 scsi_unregister +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x42602be3 dquot_enable +EXPORT_SYMBOL vmlinux 0x427c7dec invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x427df6a8 dquot_destroy +EXPORT_SYMBOL vmlinux 0x42941a68 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42b32c93 scsi_host_get +EXPORT_SYMBOL vmlinux 0x42be0223 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x42fa99c2 inet_bind +EXPORT_SYMBOL vmlinux 0x42fd02d5 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4316d3c8 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4353269d dm_get_device +EXPORT_SYMBOL vmlinux 0x435424e5 elevator_exit +EXPORT_SYMBOL vmlinux 0x436295c8 sock_no_listen +EXPORT_SYMBOL vmlinux 0x436b1884 pci_select_bars +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x436d3a46 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x43788161 xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0x437e91f8 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x4381bdcb clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438aa66b mount_nodev +EXPORT_SYMBOL vmlinux 0x4391bc0a generic_writepages +EXPORT_SYMBOL vmlinux 0x43965369 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x43a01f90 complete_all +EXPORT_SYMBOL vmlinux 0x43abb9ca dquot_initialize +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x44031b9b user_path_create +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x442ccbe5 vme_lm_request +EXPORT_SYMBOL vmlinux 0x4466bec4 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x4487d35f fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x448eac3e kmemdup +EXPORT_SYMBOL vmlinux 0x44995061 save_mount_options +EXPORT_SYMBOL vmlinux 0x44b8c8f8 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x44bebc9f compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0x44dbe73e lock_rename +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44eb192e wait_for_completion +EXPORT_SYMBOL vmlinux 0x44fb83a9 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x4528d8f1 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x452e7c7a qdisc_list_del +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x454011a4 soft_cursor +EXPORT_SYMBOL vmlinux 0x45607332 would_dump +EXPORT_SYMBOL vmlinux 0x4564459b _lv1_set_virtual_uart_param +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457be10b request_firmware +EXPORT_SYMBOL vmlinux 0x459c21ba kern_unmount +EXPORT_SYMBOL vmlinux 0x45a55ec8 __iounmap +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45ad57e1 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x45b25fb2 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x45b74f9a dev_set_group +EXPORT_SYMBOL vmlinux 0x45cf2715 __sock_create +EXPORT_SYMBOL vmlinux 0x45cfe80b pasemi_dma_free_flag +EXPORT_SYMBOL vmlinux 0x45d34a4e xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x45de0eeb pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x45f0e2be qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x460a6261 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x4612c59d down_trylock +EXPORT_SYMBOL vmlinux 0x4615c4ef tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x461ebfa0 __copy_tofrom_user +EXPORT_SYMBOL vmlinux 0x463c4afe blkdev_fsync +EXPORT_SYMBOL vmlinux 0x4640174b tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x4652013d dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x46699a58 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x469a2f92 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x469de69c vio_disable_interrupts +EXPORT_SYMBOL vmlinux 0x46a1000d pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x46afd532 on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46ca85a1 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x46d12956 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x46f223cc phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x4708ff27 pcim_iomap +EXPORT_SYMBOL vmlinux 0x471b2bd2 __get_user_pages +EXPORT_SYMBOL vmlinux 0x4736bf65 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x47502d7c mpage_readpage +EXPORT_SYMBOL vmlinux 0x476ff34c d_delete +EXPORT_SYMBOL vmlinux 0x47757efd __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x477d3202 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x479e4451 nf_register_hooks +EXPORT_SYMBOL vmlinux 0x47a2682c vme_irq_generate +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47db0617 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x480ab42a __next_cpu_nr +EXPORT_SYMBOL vmlinux 0x4811ed65 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x4815f22b _lv1_gpu_attribute +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x4832f565 of_get_address +EXPORT_SYMBOL vmlinux 0x48404b9a remove_wait_queue +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4843a1b9 _lv1_delete_repository_node +EXPORT_SYMBOL vmlinux 0x485933c7 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486e7b93 pnv_cxl_release_hwirq_ranges +EXPORT_SYMBOL vmlinux 0x487931d0 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x4881efab pmac_get_partition +EXPORT_SYMBOL vmlinux 0x489034c0 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x48a20c3d key_task_permission +EXPORT_SYMBOL vmlinux 0x48a54759 pci_get_slot +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c6a1fc pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x48c8b3b0 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x48fabfbf gen_new_estimator +EXPORT_SYMBOL vmlinux 0x49040f8f serio_interrupt +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x493013d6 kernel_write +EXPORT_SYMBOL vmlinux 0x493d695b input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x494898ca agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x495a8911 scsi_init_io +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x495ec6eb pasemi_dma_alloc_buf +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x496a853c d_alloc_name +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49c25025 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x4a3331c1 load_nls +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a4c924f of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0x4a5ae454 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x4a68f6f5 pci_find_bus +EXPORT_SYMBOL vmlinux 0x4a6a3e5f eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x4a7f82f7 tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0x4a8abdb8 lookup_one_len +EXPORT_SYMBOL vmlinux 0x4a9ca70f filp_close +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4ac64da4 _lv1_select_virtual_address_space +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4ad52fd1 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x4aec0015 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x4af72be9 neigh_lookup +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b31fbfb mmc_can_reset +EXPORT_SYMBOL vmlinux 0x4b326dc4 unregister_key_type +EXPORT_SYMBOL vmlinux 0x4b342fb1 macio_dev_get +EXPORT_SYMBOL vmlinux 0x4b3cb349 _lv1_destruct_io_irq_outlet +EXPORT_SYMBOL vmlinux 0x4b54cc00 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b6fcddc _lv1_set_spe_interrupt_mask +EXPORT_SYMBOL vmlinux 0x4b721666 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x4b8326ff ida_remove +EXPORT_SYMBOL vmlinux 0x4b9fac39 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x4ba11cee tso_build_hdr +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bcd97b3 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x4bed99b3 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x4bf6689b skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x4c11435a _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c1fa8ac md_write_start +EXPORT_SYMBOL vmlinux 0x4c376190 inet_listen +EXPORT_SYMBOL vmlinux 0x4c44d8bd nobh_writepage +EXPORT_SYMBOL vmlinux 0x4c4c9587 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x4c73d5eb __register_chrdev +EXPORT_SYMBOL vmlinux 0x4c91a137 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x4c96810c ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x4ca7f700 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x4ca9669f scnprintf +EXPORT_SYMBOL vmlinux 0x4cb0e988 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc8d250 check_disk_size_change +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4ce05f14 dump_emit +EXPORT_SYMBOL vmlinux 0x4ce30b9c cfb_copyarea +EXPORT_SYMBOL vmlinux 0x4cf44214 names_cachep +EXPORT_SYMBOL vmlinux 0x4cfc229e ppp_register_channel +EXPORT_SYMBOL vmlinux 0x4d10544c mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x4d4b81b8 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x4d4f6c16 skb_copy +EXPORT_SYMBOL vmlinux 0x4d657bae netdev_state_change +EXPORT_SYMBOL vmlinux 0x4d6a802a jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x4d7d0fd7 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x4d80bc00 pagecache_write_end +EXPORT_SYMBOL vmlinux 0x4d866013 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4dce1ebd tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x4dda35c8 noop_qdisc +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e57ff9b blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e778385 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x4e815481 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x4e99f2b5 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x4e9dffb5 ip_fast_csum +EXPORT_SYMBOL vmlinux 0x4ead42ca tcf_hash_create +EXPORT_SYMBOL vmlinux 0x4eb5c78b ipv4_specific +EXPORT_SYMBOL vmlinux 0x4ec654f5 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x4ecd9f63 blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0x4ed1e80d sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x4ed93006 skb_store_bits +EXPORT_SYMBOL vmlinux 0x4edd72f7 block_all_signals +EXPORT_SYMBOL vmlinux 0x4f120bd0 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x4f148391 pnv_cxl_ioda_msi_setup +EXPORT_SYMBOL vmlinux 0x4f17270d netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f3b815f jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x4f664db6 _lv1_insert_htab_entry +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6be576 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x4f73edc5 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x4f7ded5a mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x4f8f864a mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x4f965df3 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x4fce163a scsi_scan_host +EXPORT_SYMBOL vmlinux 0x4fdd6ea8 __frontswap_store +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4ffb96e3 vfs_fsync +EXPORT_SYMBOL vmlinux 0x50053afa cont_write_begin +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5017cb97 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x5021a59f __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x503210c3 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x5044aeed __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x505502e4 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x5074f17c __destroy_inode +EXPORT_SYMBOL vmlinux 0x50862c78 phy_start +EXPORT_SYMBOL vmlinux 0x5091f31b serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50b984c0 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x50ba769a kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x50d2592d hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x50d690bc jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x50db8663 tcf_em_register +EXPORT_SYMBOL vmlinux 0x50ddf1da down_read +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50f965a5 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x51164ad9 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x51200d12 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x51204c33 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x5144e2ee sock_i_uid +EXPORT_SYMBOL vmlinux 0x5177116d put_tty_driver +EXPORT_SYMBOL vmlinux 0x518793b6 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x519b0da3 finish_wait +EXPORT_SYMBOL vmlinux 0x51a4beac of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x51b6335f tty_set_operations +EXPORT_SYMBOL vmlinux 0x51dfe24b blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x51f9cc84 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x51fbce9e truncate_pagecache +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5203610d bdi_register +EXPORT_SYMBOL vmlinux 0x5203646a sk_free +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5245f6a4 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x527830ff pmac_xpram_read +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52a4e413 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52bad945 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x52cc8937 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x52df6bb9 vm_mmap +EXPORT_SYMBOL vmlinux 0x52e08665 __find_get_block +EXPORT_SYMBOL vmlinux 0x52e3fa05 _lv1_allocate_memory +EXPORT_SYMBOL vmlinux 0x52ffb071 of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53140a85 iget_locked +EXPORT_SYMBOL vmlinux 0x53147e12 page_readlink +EXPORT_SYMBOL vmlinux 0x531a8b04 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x53270e81 ilookup5 +EXPORT_SYMBOL vmlinux 0x532b1f30 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x5332c7c1 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x5339f5f8 _lv1_read_virtual_uart +EXPORT_SYMBOL vmlinux 0x5359f829 complete_request_key +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x536cc847 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x5377e556 hex2bin +EXPORT_SYMBOL vmlinux 0x537ca998 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x53b63188 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x53b96c83 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x53eafec2 module_layout +EXPORT_SYMBOL vmlinux 0x53ebab1b _outsl_ns +EXPORT_SYMBOL vmlinux 0x53eee610 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x541152e8 downgrade_write +EXPORT_SYMBOL vmlinux 0x5412c7c7 up +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x5427ed67 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x542cf034 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x5434905d phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54444b1d inet6_protos +EXPORT_SYMBOL vmlinux 0x5482511a bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x54904a2a dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54c1bbb9 dev_load +EXPORT_SYMBOL vmlinux 0x54da70ad register_netdev +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ebbbe6 ip_fragment +EXPORT_SYMBOL vmlinux 0x54ecb9cd bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0x5512e30e pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5520c4af __netif_schedule +EXPORT_SYMBOL vmlinux 0x5525410c blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x55561de1 alloc_pages_current +EXPORT_SYMBOL vmlinux 0x55641629 srp_rport_put +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5568c553 complete +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x5577ef9e udp_table +EXPORT_SYMBOL vmlinux 0x557b3dd8 _lv1_gpu_close +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x559cf3b5 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x559d167b nf_log_unset +EXPORT_SYMBOL vmlinux 0x55a49f08 genphy_update_link +EXPORT_SYMBOL vmlinux 0x55ccd4d2 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x55d328ee blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x55f5019b __kmalloc_node +EXPORT_SYMBOL vmlinux 0x560f74cb __napi_schedule +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563bcf95 set_bh_page +EXPORT_SYMBOL vmlinux 0x5648c300 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x56519331 netdev_features_change +EXPORT_SYMBOL vmlinux 0x5657d0f9 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x56650ddf xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x5686c981 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x568804ee _lv1_destruct_event_receive_port +EXPORT_SYMBOL vmlinux 0x56a10763 csum_tcpudp_magic +EXPORT_SYMBOL vmlinux 0x56b7fb75 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x56bb368a skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x56bdac9c blk_execute_rq +EXPORT_SYMBOL vmlinux 0x56c2b95b rtas_progress +EXPORT_SYMBOL vmlinux 0x56c816e8 revalidate_disk +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d03e68 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0x56dcb6af key_payload_reserve +EXPORT_SYMBOL vmlinux 0x56ddd997 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x56fdc44f netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x5708332e flush_icache_user_range +EXPORT_SYMBOL vmlinux 0x570b0804 udp_seq_open +EXPORT_SYMBOL vmlinux 0x570c53e1 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x57235fe1 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x572647d6 get_mce_fault_addr +EXPORT_SYMBOL vmlinux 0x57285cde genl_notify +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575b2dbf icmp_send +EXPORT_SYMBOL vmlinux 0x576540af scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x579bab50 _lv1_gpu_memory_free +EXPORT_SYMBOL vmlinux 0x57dc86ac md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x581f0e1d set_device_ro +EXPORT_SYMBOL vmlinux 0x582b820b vme_master_request +EXPORT_SYMBOL vmlinux 0x58327efc twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x58427310 clear_user_page +EXPORT_SYMBOL vmlinux 0x58454b7f mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x587ccf2d udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x58a01322 tcf_register_action +EXPORT_SYMBOL vmlinux 0x58a06658 tcp_check_req +EXPORT_SYMBOL vmlinux 0x58b5fb68 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58c5af9b jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x58fa1d53 may_umount_tree +EXPORT_SYMBOL vmlinux 0x592cfa85 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x59329105 of_dev_put +EXPORT_SYMBOL vmlinux 0x59380c3b mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x5938203f ata_port_printk +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x595d0946 empty_zero_page +EXPORT_SYMBOL vmlinux 0x5967c929 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x597828a6 eth_type_trans +EXPORT_SYMBOL vmlinux 0x5991219c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x59919799 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x59a45738 dquot_operations +EXPORT_SYMBOL vmlinux 0x59a57ffb cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x59a5e356 elevator_init +EXPORT_SYMBOL vmlinux 0x59b3378a completion_done +EXPORT_SYMBOL vmlinux 0x59c05d08 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x59cd3fba netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x59d0bcb4 __sb_start_write +EXPORT_SYMBOL vmlinux 0x59d53620 blkdev_put +EXPORT_SYMBOL vmlinux 0x59f638b2 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x5a025f7b arch_local_irq_restore +EXPORT_SYMBOL vmlinux 0x5a0aaa12 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5a12fc67 block_write_begin +EXPORT_SYMBOL vmlinux 0x5a1e848b of_allnodes +EXPORT_SYMBOL vmlinux 0x5a3e8a5c shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x5a3f4fd2 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a5665fa __napi_complete +EXPORT_SYMBOL vmlinux 0x5a5c8841 kernel_accept +EXPORT_SYMBOL vmlinux 0x5a64caaa end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x5a88697a bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a97e723 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x5a9d89a4 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5ab5a60b fget_raw +EXPORT_SYMBOL vmlinux 0x5aed4760 cdev_init +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b39988e ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b43f1f1 rtas_service_present +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b5b7581 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x5b8c731c input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x5b8e36b6 neigh_table_init +EXPORT_SYMBOL vmlinux 0x5b8ec454 get_super +EXPORT_SYMBOL vmlinux 0x5b9047dd fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x5b9828c5 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x5bbfe6c8 phy_detach +EXPORT_SYMBOL vmlinux 0x5bc10524 printk_emit +EXPORT_SYMBOL vmlinux 0x5bc2ea85 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x5bd2c5d9 skb_push +EXPORT_SYMBOL vmlinux 0x5bfd4f94 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x5c0d0e9a default_llseek +EXPORT_SYMBOL vmlinux 0x5c108d64 blkdev_get +EXPORT_SYMBOL vmlinux 0x5c125596 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x5c2a8105 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x5c37f319 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x5c38c764 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x5c3eeca1 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x5c43a425 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x5c591773 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0x5c92b667 single_open_size +EXPORT_SYMBOL vmlinux 0x5cc04409 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x5ccc9045 _lv1_close_device +EXPORT_SYMBOL vmlinux 0x5cdde9cf phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x5ce5daa8 fb_set_var +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cee74cf register_exec_domain +EXPORT_SYMBOL vmlinux 0x5cf30e10 __debugger_ipi +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d4b336d seq_release_private +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d7554d7 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x5d9947f7 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x5dcfebae scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x5dd5ea65 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x5dfa9e1c get_cached_acl +EXPORT_SYMBOL vmlinux 0x5dfc8d26 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x5e06af53 vga_get +EXPORT_SYMBOL vmlinux 0x5e11cbc5 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x5e258396 key_type_keyring +EXPORT_SYMBOL vmlinux 0x5e3a8a9c __wake_up +EXPORT_SYMBOL vmlinux 0x5e529b19 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x5e6ea293 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5eef9ce6 pci_dev_get +EXPORT_SYMBOL vmlinux 0x5ef78f1c serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x5efdd09a of_device_register +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f1cbadd devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x5f277481 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x5f34ae2b kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x5f5101a7 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x5f602c6d fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x5f77d0b6 bdget +EXPORT_SYMBOL vmlinux 0x5f8a2728 isa_io_base +EXPORT_SYMBOL vmlinux 0x5f8dfe26 d_path +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fee6af5 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x5ffeea8b macio_register_driver +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x60078069 __inode_permission +EXPORT_SYMBOL vmlinux 0x601eb9de generic_getxattr +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6024886b unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603ed3f7 current_fs_time +EXPORT_SYMBOL vmlinux 0x6063cac4 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x606602e8 netif_rx_ni +EXPORT_SYMBOL vmlinux 0x60699a12 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x606b6ebb scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a0ae46 ns_capable +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60e4c634 do_splice_direct +EXPORT_SYMBOL vmlinux 0x60f04349 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x6102b24e __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x611e6002 set_user_nice +EXPORT_SYMBOL vmlinux 0x61229b10 node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61318dd5 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x61346515 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x614bb773 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x616c99c6 ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x617048d8 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61a288b5 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x61a4487c _lv1_gpu_device_unmap +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c698b3 d_tmpfile +EXPORT_SYMBOL vmlinux 0x61cc572c pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x61dcdcd3 _lv1_pause +EXPORT_SYMBOL vmlinux 0x61e23d72 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x61eef2c9 _insb +EXPORT_SYMBOL vmlinux 0x61f011ca request_key_async +EXPORT_SYMBOL vmlinux 0x61f7b221 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6215d561 set_disk_ro +EXPORT_SYMBOL vmlinux 0x62239552 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622db2e7 mount_subtree +EXPORT_SYMBOL vmlinux 0x62538167 slhc_toss +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62a114dd bio_split +EXPORT_SYMBOL vmlinux 0x62dc0137 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0x62fa6d24 load_nls_default +EXPORT_SYMBOL vmlinux 0x630601d5 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x63231951 gen_pool_create +EXPORT_SYMBOL vmlinux 0x63299014 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x63396aec __debugger_break_match +EXPORT_SYMBOL vmlinux 0x633eca20 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x63429331 tty_lock_pair +EXPORT_SYMBOL vmlinux 0x63562e58 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x6360d639 cpu_all_bits +EXPORT_SYMBOL vmlinux 0x63928ede xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x63a6326d xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x63b3cb5b pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f75920 _lv1_construct_virtual_address_space +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x646cc6ab pmu_poll +EXPORT_SYMBOL vmlinux 0x6487ea6f input_release_device +EXPORT_SYMBOL vmlinux 0x648806ce fb_blank +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a9765b srp_start_tl_fail_timers +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64c2fe05 pci_map_rom +EXPORT_SYMBOL vmlinux 0x64d647f9 __quota_error +EXPORT_SYMBOL vmlinux 0x64f2928a set_bdi_congested +EXPORT_SYMBOL vmlinux 0x650952c8 cdev_alloc +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514520d account_page_dirtied +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x6520fa67 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x653d09d7 default_file_splice_read +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654d4fc2 dm_put_device +EXPORT_SYMBOL vmlinux 0x65588e10 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x6568ffd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x658369a3 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x65bb58a2 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x65d42330 seq_open +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 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65f6fd62 search_binary_handler +EXPORT_SYMBOL vmlinux 0x65faacfe tcf_exts_change +EXPORT_SYMBOL vmlinux 0x661e4720 file_open_root +EXPORT_SYMBOL vmlinux 0x662ffb91 inet6_release +EXPORT_SYMBOL vmlinux 0x66304b24 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x6639accc invalidate_partition +EXPORT_SYMBOL vmlinux 0x6642da19 rtas +EXPORT_SYMBOL vmlinux 0x6656df1e skb_copy_expand +EXPORT_SYMBOL vmlinux 0x665fd502 __pagevec_release +EXPORT_SYMBOL vmlinux 0x667b6c7a blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x66845501 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x6692ea44 __break_lease +EXPORT_SYMBOL vmlinux 0x66ad1cb3 _lv1_set_lpm_general_control +EXPORT_SYMBOL vmlinux 0x66af58e6 get_gendisk +EXPORT_SYMBOL vmlinux 0x66b71d08 textsearch_register +EXPORT_SYMBOL vmlinux 0x66c0126f inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x66cbf14b pmac_xpram_write +EXPORT_SYMBOL vmlinux 0x66cf84f2 mpage_readpages +EXPORT_SYMBOL vmlinux 0x66d1b2c1 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x66e5216e get_pci_dma_ops +EXPORT_SYMBOL vmlinux 0x66fe50bf mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x673d5d29 _dev_info +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x674ca6b9 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x676accea rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x67884ea3 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x67a90db1 inet6_getname +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67cffd9e pci_bus_get +EXPORT_SYMBOL vmlinux 0x67e59501 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x68427dad abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x68609857 complete_and_exit +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x689264dc security_path_unlink +EXPORT_SYMBOL vmlinux 0x68ac99f4 fb_class +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68d87933 kill_pid +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e1ef51 smu_present +EXPORT_SYMBOL vmlinux 0x68fb90c0 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x691844f3 elv_add_request +EXPORT_SYMBOL vmlinux 0x692a41e1 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x6930b03b scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x69362964 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x69428884 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x699ccbf8 _lv1_deconfigure_virtual_uart_irq +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a31841 kfree_skb +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69a70d90 d_move +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69f05846 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x69f4219d bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a117cba netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x6a2e3ae0 phy_find_first +EXPORT_SYMBOL vmlinux 0x6a3c4383 skb_dequeue +EXPORT_SYMBOL vmlinux 0x6a443eca neigh_for_each +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a61f874 to_tm +EXPORT_SYMBOL vmlinux 0x6a706754 phy_driver_register +EXPORT_SYMBOL vmlinux 0x6a72add6 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x6a740c54 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a8a2fd0 vio_register_device_node +EXPORT_SYMBOL vmlinux 0x6a8af73d mmc_add_host +EXPORT_SYMBOL vmlinux 0x6a96eb73 genphy_read_status +EXPORT_SYMBOL vmlinux 0x6a9c52d4 try_module_get +EXPORT_SYMBOL vmlinux 0x6a9d7713 skb_seq_read +EXPORT_SYMBOL vmlinux 0x6abc40de blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6acc3a4b dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x6ad97df2 do_truncate +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b1d8131 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x6b1d98b9 udp_ioctl +EXPORT_SYMBOL vmlinux 0x6b29cb52 genphy_suspend +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b358cab _lv1_read_repository_node +EXPORT_SYMBOL vmlinux 0x6b387694 _lv1_end_of_interrupt_ext +EXPORT_SYMBOL vmlinux 0x6b43727f scsi_print_sense +EXPORT_SYMBOL vmlinux 0x6b589a6e _lv1_net_add_multicast_address +EXPORT_SYMBOL vmlinux 0x6b5dfe73 __debugger_bpt +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b6f0c4b _lv1_create_repository_node +EXPORT_SYMBOL vmlinux 0x6b6fd35a inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x6b819fed ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x6b8fd9da tty_port_destroy +EXPORT_SYMBOL vmlinux 0x6ba60434 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x6ba7adf7 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x6bb086bb kthread_bind +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bceaebc gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6be96725 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6bfcaeda __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x6c431a5e scsi_finish_command +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c565779 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c751e15 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x6c82c2de path_put +EXPORT_SYMBOL vmlinux 0x6c8d07b1 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x6c8df84f tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x6c8f8668 tty_register_driver +EXPORT_SYMBOL vmlinux 0x6c91544b devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0x6c964c64 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x6ca43436 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x6cad97fa elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x6cb37127 flex_array_clear +EXPORT_SYMBOL vmlinux 0x6cc40df4 up_write +EXPORT_SYMBOL vmlinux 0x6cd73084 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x6cd8c4df devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x6cd8c86b __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x6ce24d6a bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x6d0b0886 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d1743eb _lv1_get_total_execution_time +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d3042b0 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x6d3c51ae ilookup +EXPORT_SYMBOL vmlinux 0x6d43d545 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x6d4d66ba input_unregister_handle +EXPORT_SYMBOL vmlinux 0x6d67264c end_page_writeback +EXPORT_SYMBOL vmlinux 0x6d67d1a1 dquot_resume +EXPORT_SYMBOL vmlinux 0x6d740223 flex_array_put +EXPORT_SYMBOL vmlinux 0x6da928f4 _insw_ns +EXPORT_SYMBOL vmlinux 0x6da9311f ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x6db5cbd5 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x6de4aacb iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6dfdd344 fb_pan_display +EXPORT_SYMBOL vmlinux 0x6e12fa98 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x6e2eef71 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x6e3d46c7 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x6e4a87da try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x6e4b6bd6 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x6e692ede cdrom_release +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e723c22 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x6e76b326 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x6e7f0fd2 cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x6e87ffbb neigh_update +EXPORT_SYMBOL vmlinux 0x6e969809 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x6e994684 padata_alloc +EXPORT_SYMBOL vmlinux 0x6e9c41e5 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ee7564b max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x6ef279a9 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x6f02dd71 mntput +EXPORT_SYMBOL vmlinux 0x6f118e50 inet_frags_init +EXPORT_SYMBOL vmlinux 0x6f18f256 dma_pool_create +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f223748 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x6f3b9a90 ps3_sb_event_receive_port_setup +EXPORT_SYMBOL vmlinux 0x6f47a112 release_firmware +EXPORT_SYMBOL vmlinux 0x6f66c9b4 thaw_super +EXPORT_SYMBOL vmlinux 0x6f7f252f simple_release_fs +EXPORT_SYMBOL vmlinux 0x6f99c1fa tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x6fa331ed _lv1_construct_io_irq_outlet +EXPORT_SYMBOL vmlinux 0x6fa43fb0 console_start +EXPORT_SYMBOL vmlinux 0x6fc27f1c vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x6fc5fb4f bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd548b9 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x6fd812a3 pci_disable_device +EXPORT_SYMBOL vmlinux 0x6fda6ea7 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x6fed40a8 qdisc_reset +EXPORT_SYMBOL vmlinux 0x6ff10bb0 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x701699b2 _lv1_set_spe_privilege_state_area_1_register +EXPORT_SYMBOL vmlinux 0x70439d5c do_sync_read +EXPORT_SYMBOL vmlinux 0x70515676 bio_map_user +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x705b47f3 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x706cf86a led_blink_set +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x708362aa rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x708fab05 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x70a7d583 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d54f44 put_io_context +EXPORT_SYMBOL vmlinux 0x70d6db16 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x70f86c70 pmu_queue_request +EXPORT_SYMBOL vmlinux 0x7116c117 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x7126b314 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x71355e34 get_acl +EXPORT_SYMBOL vmlinux 0x713c7118 get_phy_device +EXPORT_SYMBOL vmlinux 0x714dd269 brioctl_set +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71901151 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x719bf839 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x722bc44b blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x724271d8 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x724408dc input_inject_event +EXPORT_SYMBOL vmlinux 0x724c6c80 update_devfreq +EXPORT_SYMBOL vmlinux 0x72675139 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x72720804 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x728071ef neigh_seq_next +EXPORT_SYMBOL vmlinux 0x7281d8de inode_dio_wait +EXPORT_SYMBOL vmlinux 0x728cd0ae rt6_lookup +EXPORT_SYMBOL vmlinux 0x72914ee7 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x729b4a83 _lv1_get_spe_all_interrupt_statuses +EXPORT_SYMBOL vmlinux 0x729d512b vm_event_states +EXPORT_SYMBOL vmlinux 0x72a6f4b4 kernel_listen +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72c3eb5f __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x72c98139 __arch_hweight64 +EXPORT_SYMBOL vmlinux 0x72cc6db4 scsi_host_put +EXPORT_SYMBOL vmlinux 0x72e71c67 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72ef140e rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x731461af scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731a747a pci_io_base +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x7355cc04 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x735d8503 add_wait_queue +EXPORT_SYMBOL vmlinux 0x736886c0 __nla_put +EXPORT_SYMBOL vmlinux 0x73710a3e dqstats +EXPORT_SYMBOL vmlinux 0x738127d7 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x739d1a44 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x73e669e1 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x73ec8ce6 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x74085ee8 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x741ab9d2 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x746918cc scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74eb203b netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x74ee2b92 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x74fe8730 sys_ctrler +EXPORT_SYMBOL vmlinux 0x75097c36 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x7511485e iterate_fd +EXPORT_SYMBOL vmlinux 0x751c2917 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x752ccab6 agp_bridge +EXPORT_SYMBOL vmlinux 0x7532588a alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x753543b9 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x75372fae bio_endio_nodec +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x753bd9b4 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x754066e8 vfs_mknod +EXPORT_SYMBOL vmlinux 0x75444b08 set_anon_super +EXPORT_SYMBOL vmlinux 0x75606383 __get_page_tail +EXPORT_SYMBOL vmlinux 0x756c786e _lv1_connect_interrupt_event_receive_port +EXPORT_SYMBOL vmlinux 0x75754995 _lv1_storage_check_async_status +EXPORT_SYMBOL vmlinux 0x7581f487 iterate_dir +EXPORT_SYMBOL vmlinux 0x7590b5be dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x75994700 add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x75b39d79 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x75bb5288 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75be6702 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x75e4f5aa pasemi_read_mac_reg +EXPORT_SYMBOL vmlinux 0x75e6d08d udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x75f99277 genlmsg_put +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x76137391 dentry_unhash +EXPORT_SYMBOL vmlinux 0x761faeef udplite_prot +EXPORT_SYMBOL vmlinux 0x763e02eb mdio_bus_type +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x764e2224 _lv1_disconnect_irq_plug_ext +EXPORT_SYMBOL vmlinux 0x765fe128 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x767f40b3 devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0x76840965 sk_dst_check +EXPORT_SYMBOL vmlinux 0x7691ceea ab3100_event_register +EXPORT_SYMBOL vmlinux 0x769c5c34 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x769ccdcb md_write_end +EXPORT_SYMBOL vmlinux 0x76b05dd2 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76f08e7b __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x77022931 commit_creds +EXPORT_SYMBOL vmlinux 0x77093185 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x770a16fc max8925_set_bits +EXPORT_SYMBOL vmlinux 0x77116f24 tty_write_room +EXPORT_SYMBOL vmlinux 0x77144936 _lv1_disconnect_irq_plug +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x7726d7dd validate_sp +EXPORT_SYMBOL vmlinux 0x773018bd mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77483359 i2c_transfer +EXPORT_SYMBOL vmlinux 0x774a80fa pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x7763a22b blk_stack_limits +EXPORT_SYMBOL vmlinux 0x778d4d55 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x7790e592 skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77a1b2cf dput +EXPORT_SYMBOL vmlinux 0x77b0f4de da903x_query_status +EXPORT_SYMBOL vmlinux 0x77b9631f mmc_can_trim +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x7800c8a2 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x78277e50 netdev_change_features +EXPORT_SYMBOL vmlinux 0x78306d6a compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0x7830b04f hvc_put_chars +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x783d05a8 scsi_print_result +EXPORT_SYMBOL vmlinux 0x783e28a2 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x78566b14 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x78617446 km_policy_expired +EXPORT_SYMBOL vmlinux 0x78801cee tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x7881c522 mmc_erase +EXPORT_SYMBOL vmlinux 0x789a17f7 _lv1_destruct_logical_spe +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a9e905 _numa_mem_ +EXPORT_SYMBOL vmlinux 0x78c133ba __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x78d122fb ps2_drain +EXPORT_SYMBOL vmlinux 0x78dc606d do_SAK +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f48b26 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x7907cc0a tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x790df6ca __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x7911fa3c tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x79120ba5 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x791b6e81 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x7968b1a4 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x79750e61 secpath_dup +EXPORT_SYMBOL vmlinux 0x7978f73b fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x797c8fa9 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x79838126 skb_insert +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7985d043 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x7986b0ec tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x7996a9b4 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x799ebe3d mntget +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79ad2290 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x79db7fec input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x79e35e10 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x79fbba09 security_path_mknod +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a1ea7fa generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x7a24635d md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a280845 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a71e9fd tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x7a74e7bd genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a94018f dev_remove_offload +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa92e63 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x7aa9e259 _lv1_map_htab +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad45ec4 simple_empty +EXPORT_SYMBOL vmlinux 0x7ad88fe5 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7ae3219e max8998_update_reg +EXPORT_SYMBOL vmlinux 0x7af63c9b page_put_link +EXPORT_SYMBOL vmlinux 0x7af71133 sock_i_ino +EXPORT_SYMBOL vmlinux 0x7affc7b3 eeh_dev_release +EXPORT_SYMBOL vmlinux 0x7b013974 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x7b16235f hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7b1816b0 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x7b2aef6c __krealloc +EXPORT_SYMBOL vmlinux 0x7b5fb270 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x7b7c60b6 setattr_copy +EXPORT_SYMBOL vmlinux 0x7b8b76b3 of_device_alloc +EXPORT_SYMBOL vmlinux 0x7ba03ceb file_remove_suid +EXPORT_SYMBOL vmlinux 0x7ba40c42 simple_statfs +EXPORT_SYMBOL vmlinux 0x7baa995d skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x7bb6583b down_write +EXPORT_SYMBOL vmlinux 0x7bb756cc neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x7bce4bb5 mount_ns +EXPORT_SYMBOL vmlinux 0x7bd01c4a d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x7bddb144 fasync_helper +EXPORT_SYMBOL vmlinux 0x7be546b0 pnv_cxl_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x7bf8591f vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x7c003aef _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c27156c rtas_online_cpus_mask +EXPORT_SYMBOL vmlinux 0x7c2d098f krealloc +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c5670f6 register_framebuffer +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c6d7fed register_sysctl +EXPORT_SYMBOL vmlinux 0x7c7e8376 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x7c9291d1 csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cb39199 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cd3dbc9 ps3_sb_event_receive_port_destroy +EXPORT_SYMBOL vmlinux 0x7cd442c8 pci_get_device +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cee5e1e pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x7cf20ab6 wake_up_process +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf3a16b put_cmsg +EXPORT_SYMBOL vmlinux 0x7cf59c9b of_get_mac_address +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d2f5c93 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x7d5bc551 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d71d1fd pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x7d7210bc address_space_init_once +EXPORT_SYMBOL vmlinux 0x7d7a6172 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x7d8d9089 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x7d946465 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x7d9555f2 tty_port_close +EXPORT_SYMBOL vmlinux 0x7dc97879 rtas_get_error_log_max +EXPORT_SYMBOL vmlinux 0x7dcd497a sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7df87203 blk_get_request +EXPORT_SYMBOL vmlinux 0x7e174e0e inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x7e20a274 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x7e3c87b0 kthread_stop +EXPORT_SYMBOL vmlinux 0x7e43e86c tty_free_termios +EXPORT_SYMBOL vmlinux 0x7e54b9d4 dm_register_target +EXPORT_SYMBOL vmlinux 0x7e7ce927 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x7e87227e slhc_compress +EXPORT_SYMBOL vmlinux 0x7eb09ec3 do_splice_to +EXPORT_SYMBOL vmlinux 0x7eb57382 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x7ed94046 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x7ee193cd ppp_unit_number +EXPORT_SYMBOL vmlinux 0x7eea9d0b vfs_link +EXPORT_SYMBOL vmlinux 0x7eed519f get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f430177 make_kuid +EXPORT_SYMBOL vmlinux 0x7f5deae7 qdisc_destroy +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f711c9a inc_nlink +EXPORT_SYMBOL vmlinux 0x7f734176 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x7f85039b kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x7f948ff0 dev_change_flags +EXPORT_SYMBOL vmlinux 0x7fb29d01 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x7fb518a7 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x7fbd10d2 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7fbd70d5 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x7fd51714 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x7fd5a58e i2c_del_driver +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe38f48 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x7fe9a060 _lv1_net_stop_tx_dma +EXPORT_SYMBOL vmlinux 0x7ff3c46c scsi_block_requests +EXPORT_SYMBOL vmlinux 0x8028d365 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x802d0e93 crc32_le +EXPORT_SYMBOL vmlinux 0x803b8ff0 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x805b46c3 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x80791a8c radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x8083130a mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x808c71a5 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x809cd00e tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x80c1c7d8 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d600a9 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e33d53 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0x80e53c98 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x80eeab90 scsi_execute +EXPORT_SYMBOL vmlinux 0x80fe1d85 pci_save_state +EXPORT_SYMBOL vmlinux 0x810816c5 tcf_hash_check +EXPORT_SYMBOL vmlinux 0x81106b87 get_fs_type +EXPORT_SYMBOL vmlinux 0x811c431e simple_open +EXPORT_SYMBOL vmlinux 0x812520bb netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x812b8293 sget +EXPORT_SYMBOL vmlinux 0x81436679 update_region +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x8164d59f padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x816dff2d filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x81773408 paca +EXPORT_SYMBOL vmlinux 0x8192af17 compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x81a07f4e _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x81c0a84f rtas_set_indicator +EXPORT_SYMBOL vmlinux 0x81cfbb4c tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x81d9f7f2 _lv1_put_iopte +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81f6d7d8 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x8203c276 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x8206c6b8 new_sync_read +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x8208f76b ps3_dma_region_create +EXPORT_SYMBOL vmlinux 0x821bda48 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x8223dbca pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x822741f3 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x82458f7f radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x829ed538 find_lock_entry +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82e5a238 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x82ec9ede padata_free +EXPORT_SYMBOL vmlinux 0x8301e470 lookup_bdev +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x83110c98 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x8311cecc kmem_cache_alloc_node_trace +EXPORT_SYMBOL vmlinux 0x831db1c6 f_setown +EXPORT_SYMBOL vmlinux 0x83376184 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x835e40ec try_to_release_page +EXPORT_SYMBOL vmlinux 0x8367c04f scsi_device_get +EXPORT_SYMBOL vmlinux 0x83831704 tty_lock +EXPORT_SYMBOL vmlinux 0x83899921 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x83a144e3 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83be67de dmam_pool_create +EXPORT_SYMBOL vmlinux 0x83c4cac3 kobject_init +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83c69612 registered_fb +EXPORT_SYMBOL vmlinux 0x840db173 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x842af7f7 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x843e0609 thaw_bdev +EXPORT_SYMBOL vmlinux 0x8447ca56 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x844e3767 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x845124e0 ps3_mm_phys_to_lpar +EXPORT_SYMBOL vmlinux 0x8455aa65 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x8467f0f9 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x846acdf6 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x849fe807 csum_and_copy_from_user +EXPORT_SYMBOL vmlinux 0x84a877bc kern_path +EXPORT_SYMBOL vmlinux 0x84b7c956 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x84bd69bf dq_data_lock +EXPORT_SYMBOL vmlinux 0x84bf7f25 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x84f21b5e blk_run_queue +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x8537ae90 ip_options_compile +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x85530825 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x8560b7fb no_llseek +EXPORT_SYMBOL vmlinux 0x85666809 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85757075 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x857c40e2 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x858a0616 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x8597eb47 plpar_hcall +EXPORT_SYMBOL vmlinux 0x859847b0 dev_emerg +EXPORT_SYMBOL vmlinux 0x85a323cf of_parse_phandle +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85ca885d elevator_alloc +EXPORT_SYMBOL vmlinux 0x85d1e6fc page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x85dddcc4 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x86105273 free_user_ns +EXPORT_SYMBOL vmlinux 0x8626919a free_buffer_head +EXPORT_SYMBOL vmlinux 0x86357dfa agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x86581ff3 blk_end_request +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x86689d3c input_free_device +EXPORT_SYMBOL vmlinux 0x8670ccc9 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x867687de xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x8688ba02 input_get_keycode +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86ad653a dev_mc_sync +EXPORT_SYMBOL vmlinux 0x86db1cbb rtas_flash_term_hook +EXPORT_SYMBOL vmlinux 0x86eb35b1 from_kuid +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x871b52d6 mpage_writepage +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x87259738 bdi_init +EXPORT_SYMBOL vmlinux 0x872f7f38 proc_set_user +EXPORT_SYMBOL vmlinux 0x873a53ea __arch_hweight8 +EXPORT_SYMBOL vmlinux 0x875e1f07 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x876c3bd4 block_write_full_page +EXPORT_SYMBOL vmlinux 0x87741750 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x880da1b1 _lv1_get_logical_partition_id +EXPORT_SYMBOL vmlinux 0x880fb721 posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x8818f3b5 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x881f7174 scsi_register +EXPORT_SYMBOL vmlinux 0x882db37f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x882edda9 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x88649ffb kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x888a67ee module_refcount +EXPORT_SYMBOL vmlinux 0x88c33806 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x88c85da8 kern_path_create +EXPORT_SYMBOL vmlinux 0x88d5f984 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x88e247f7 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x8904d984 inet_put_port +EXPORT_SYMBOL vmlinux 0x890686d2 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x8908201c compat_sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x891bef26 vm_stat +EXPORT_SYMBOL vmlinux 0x891fbb10 mempool_destroy +EXPORT_SYMBOL vmlinux 0x89232e52 consume_skb +EXPORT_SYMBOL vmlinux 0x892ee259 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x89312d05 ps3_dma_region_init +EXPORT_SYMBOL vmlinux 0x8936235c block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x89452d14 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x895108f3 proc_dostring +EXPORT_SYMBOL vmlinux 0x895577b0 numa_cpu_lookup_table +EXPORT_SYMBOL vmlinux 0x89565055 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x896313c5 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x89797060 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x898df86e vme_bus_type +EXPORT_SYMBOL vmlinux 0x899e4b11 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x89a5a3d6 pmac_register_agp_pm +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89c32edd neigh_seq_start +EXPORT_SYMBOL vmlinux 0x89c5a8be smu_get_sdb_partition +EXPORT_SYMBOL vmlinux 0x89d3efd1 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89ea5d8e sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x89ec2960 cap_mmap_file +EXPORT_SYMBOL vmlinux 0x89fde261 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x8a05500d sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1cb1a5 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x8a2edb08 finish_open +EXPORT_SYMBOL vmlinux 0x8a47cfca pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4dcf9a do_fallocate +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a644196 blk_finish_request +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8a9cef2a _lv1_allocate_device_dma_region +EXPORT_SYMBOL vmlinux 0x8aa33fa6 sys_copyarea +EXPORT_SYMBOL vmlinux 0x8ab28050 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x8abe6003 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x8ac7b93b kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x8ac8ad7c dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x8aded20d unload_nls +EXPORT_SYMBOL vmlinux 0x8ae85368 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x8b0e57a6 mount_pseudo +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b3acdef mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b53d102 nf_log_register +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b702647 dcache_readdir +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8ba238bd qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x8ba81de2 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x8bac7071 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x8bb3355d sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x8bb9a662 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x8bc23c9d tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x8bee2eb1 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x8bf2ae1f fsl_lbc_addr +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c65d6d5 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x8c8d79c0 _lv1_gpu_context_iomap +EXPORT_SYMBOL vmlinux 0x8c946ccd neigh_parms_release +EXPORT_SYMBOL vmlinux 0x8c9bee0b freeze_super +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8d015dd4 __bswapdi2 +EXPORT_SYMBOL vmlinux 0x8d17889e tty_port_hangup +EXPORT_SYMBOL vmlinux 0x8d295ae6 ata_print_version +EXPORT_SYMBOL vmlinux 0x8d2dadba macio_release_resource +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d52e4e2 __put_cred +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d63aaca i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x8d70bc80 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d839ebd pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x8d944cbb copy_in_user +EXPORT_SYMBOL vmlinux 0x8d99c9af always_delete_dentry +EXPORT_SYMBOL vmlinux 0x8dbdf815 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x8dd5ad90 keyring_clear +EXPORT_SYMBOL vmlinux 0x8de0b5ac mempool_create +EXPORT_SYMBOL vmlinux 0x8de2fbc5 _lv1_get_virtual_uart_param +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8e332829 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x8e404284 get_agp_version +EXPORT_SYMBOL vmlinux 0x8e51a30d neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x8e7d8ad9 posix_test_lock +EXPORT_SYMBOL vmlinux 0x8e8147f8 key_unlink +EXPORT_SYMBOL vmlinux 0x8e9664b2 pci_iomap +EXPORT_SYMBOL vmlinux 0x8e9e9b05 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x8ea1a26f security_path_truncate +EXPORT_SYMBOL vmlinux 0x8ec04552 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8ec466c1 tty_devnum +EXPORT_SYMBOL vmlinux 0x8edda73e twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x8eea1bc9 smu_poll +EXPORT_SYMBOL vmlinux 0x8eed6960 locks_free_lock +EXPORT_SYMBOL vmlinux 0x8efc6aa0 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x8f043492 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0x8f060c6f blk_delay_queue +EXPORT_SYMBOL vmlinux 0x8f172461 noop_llseek +EXPORT_SYMBOL vmlinux 0x8f1bd831 tty_unlock +EXPORT_SYMBOL vmlinux 0x8f238946 macio_enable_devres +EXPORT_SYMBOL vmlinux 0x8f23e494 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x8f47b933 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x8f4daa7a input_flush_device +EXPORT_SYMBOL vmlinux 0x8f58ee7b d_make_root +EXPORT_SYMBOL vmlinux 0x8f63116c blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x8f85f835 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x9028a8e1 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x902be7c3 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x9044fe7a ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x9048309b tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x904b122f __kfree_skb +EXPORT_SYMBOL vmlinux 0x907bf77a inet_frag_find +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x90c2b8d4 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x90c955a3 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x90cec57c blk_complete_request +EXPORT_SYMBOL vmlinux 0x90e146c2 trace_seq_putc +EXPORT_SYMBOL vmlinux 0x90e2565f vfs_writev +EXPORT_SYMBOL vmlinux 0x90fb92d4 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x9113276f agp_find_bridge +EXPORT_SYMBOL vmlinux 0x91201cef _lv1_enable_logical_spe +EXPORT_SYMBOL vmlinux 0x912557ce rtas_busy_delay +EXPORT_SYMBOL vmlinux 0x912e9741 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x9144b0c3 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x91552711 pci_enable_msix +EXPORT_SYMBOL vmlinux 0x915c9738 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x915e1208 tb_ticks_per_usec +EXPORT_SYMBOL vmlinux 0x915ee977 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9168c033 rtas_get_sensor +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x919d1163 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x91ac822f vscnprintf +EXPORT_SYMBOL vmlinux 0x91b4b974 dquot_file_open +EXPORT_SYMBOL vmlinux 0x91bae2e3 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x91c4feca _lv1_unmap_htab +EXPORT_SYMBOL vmlinux 0x91debc25 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x91e010f9 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x92389fe7 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x924a4a5f page_follow_link_light +EXPORT_SYMBOL vmlinux 0x924b9199 dev_uc_del +EXPORT_SYMBOL vmlinux 0x9251cdd4 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x9251fdc6 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x9258684a udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x926c56f3 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x9274a385 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x92813dd1 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92a70c0c __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92c60012 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x92d050df iov_pages +EXPORT_SYMBOL vmlinux 0x92d48d7f ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x92e9e380 write_cache_pages +EXPORT_SYMBOL vmlinux 0x92ee46c2 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x92fa8fe8 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x93003f95 qdisc_list_add +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930844b0 find_get_entry +EXPORT_SYMBOL vmlinux 0x93154473 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x9321ac42 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x93507f1c _lv1_gpu_memory_allocate +EXPORT_SYMBOL vmlinux 0x93600467 __serio_register_port +EXPORT_SYMBOL vmlinux 0x93672e85 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x937db2d3 pci_clear_master +EXPORT_SYMBOL vmlinux 0x93828f21 dqput +EXPORT_SYMBOL vmlinux 0x93851dff iov_iter_init +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b63674 nla_reserve +EXPORT_SYMBOL vmlinux 0x93bc6aa5 init_task +EXPORT_SYMBOL vmlinux 0x93bf63bb textsearch_destroy +EXPORT_SYMBOL vmlinux 0x93d6a407 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x93fe9568 vfs_llseek +EXPORT_SYMBOL vmlinux 0x9401cd4c __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x942cf79d of_iomap +EXPORT_SYMBOL vmlinux 0x943b8c84 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x943dc80f csum_and_copy_to_user +EXPORT_SYMBOL vmlinux 0x9441c7d5 dcb_setapp +EXPORT_SYMBOL vmlinux 0x94449810 tty_register_device +EXPORT_SYMBOL vmlinux 0x945d4a65 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x94611b9e init_net +EXPORT_SYMBOL vmlinux 0x94788899 bh_submit_read +EXPORT_SYMBOL vmlinux 0x948855bf nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a7d5c1 unregister_nls +EXPORT_SYMBOL vmlinux 0x94b70bae eth_header_parse +EXPORT_SYMBOL vmlinux 0x94b8ef18 inet_add_offload +EXPORT_SYMBOL vmlinux 0x94beff72 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x94d915cc kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x94e9446f security_inode_permission +EXPORT_SYMBOL vmlinux 0x94fe7dc6 bio_map_kern +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x950e8e05 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x9514151a _mcount +EXPORT_SYMBOL vmlinux 0x9522a64b dev_notice +EXPORT_SYMBOL vmlinux 0x9524b0ae _outsb +EXPORT_SYMBOL vmlinux 0x95367d44 up_read +EXPORT_SYMBOL vmlinux 0x953be983 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95885bd1 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x95e711ce max8998_read_reg +EXPORT_SYMBOL vmlinux 0x95fecb66 account_page_writeback +EXPORT_SYMBOL vmlinux 0x961840b9 napi_complete +EXPORT_SYMBOL vmlinux 0x962df889 of_translate_address +EXPORT_SYMBOL vmlinux 0x963ee2ec module_put +EXPORT_SYMBOL vmlinux 0x9658e8a9 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x9698c245 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x96ac27cd blk_make_request +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96b6f058 fs_bio_set +EXPORT_SYMBOL vmlinux 0x96bb687d sk_receive_skb +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96f6feaf input_set_abs_params +EXPORT_SYMBOL vmlinux 0x97028214 security_path_chmod +EXPORT_SYMBOL vmlinux 0x9702b403 phy_connect +EXPORT_SYMBOL vmlinux 0x9715f052 tcp_close +EXPORT_SYMBOL vmlinux 0x9732cbe9 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x9748927f _outsw_ns +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x97594a1e register_qdisc +EXPORT_SYMBOL vmlinux 0x975af768 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x976e014f _lv1_map_device_mmio_region +EXPORT_SYMBOL vmlinux 0x97782dfc mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x97868aef __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x979c9f98 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97f03d6f vio_cmo_entitlement_update +EXPORT_SYMBOL vmlinux 0x97ff2838 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x98148da8 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x98177648 _lv1_set_lpm_interval +EXPORT_SYMBOL vmlinux 0x9823ff90 mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x98369c24 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x9862af4b unlock_page +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x98789ec1 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x987fc124 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x988bee48 compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x98ce38c2 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98dae9c1 mmc_get_card +EXPORT_SYMBOL vmlinux 0x98dc32a4 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x9910d30e blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x99195078 vsnprintf +EXPORT_SYMBOL vmlinux 0x992b648b ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x9936d0ca genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x9936e0af uart_add_one_port +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x998d9bf3 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x9999fedb __bio_clone_fast +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a43278 __block_write_begin +EXPORT_SYMBOL vmlinux 0x99ae5ecf sys_fillrect +EXPORT_SYMBOL vmlinux 0x99afe916 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x99b7b4de xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x99c24cfe _lv1_free_device_dma_region +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d3a43c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99e51d11 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x9a1cbb36 tso_build_data +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a1ffb92 _lv1_clear_spe_interrupt_status +EXPORT_SYMBOL vmlinux 0x9a35e4a1 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x9a38e625 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x9a52cf52 proc_create_data +EXPORT_SYMBOL vmlinux 0x9a574a65 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x9a59da80 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x9a5ffc64 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9a626734 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x9a6c2531 pasemi_dma_init +EXPORT_SYMBOL vmlinux 0x9a831b3b pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x9ab11677 user_revoke +EXPORT_SYMBOL vmlinux 0x9acae7d7 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x9adb22fd agp_free_page_array +EXPORT_SYMBOL vmlinux 0x9adb2d43 serio_rescan +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9aec164b __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x9af89f98 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9b1202c4 d_instantiate +EXPORT_SYMBOL vmlinux 0x9b172808 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x9b1bbba0 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b379117 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b954dce blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9ba9a473 blk_init_queue +EXPORT_SYMBOL vmlinux 0x9bb0084a proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x9bb74ba1 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x9bc4095f inet_stream_connect +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9be7ff91 vfs_readv +EXPORT_SYMBOL vmlinux 0x9c04c41c kmem_cache_create +EXPORT_SYMBOL vmlinux 0x9c3173a5 filemap_flush +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c5e4125 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x9c700b6f netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x9c725250 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x9c7b3c8e dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x9c7f5ff9 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0x9c907bbf generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cc00c21 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x9cc2928c neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x9cccda03 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x9cdbe55b kmalloc_caches +EXPORT_SYMBOL vmlinux 0x9ce7f1a2 dev_mc_init +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d14983a ppc_enable_pmcs +EXPORT_SYMBOL vmlinux 0x9d16cba6 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x9d21f345 prepare_binprm +EXPORT_SYMBOL vmlinux 0x9d2a23cf locks_remove_posix +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d442473 ping_prot +EXPORT_SYMBOL vmlinux 0x9d4562d2 generic_read_dir +EXPORT_SYMBOL vmlinux 0x9d5fe839 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x9d62c62e sock_update_memcg +EXPORT_SYMBOL vmlinux 0x9d6a54c2 flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x9d7141cf dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x9d7ce8dd _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x9d8d16aa jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x9d9dfc18 load_fp_state +EXPORT_SYMBOL vmlinux 0x9de53cf0 km_is_alive +EXPORT_SYMBOL vmlinux 0x9de78aeb vme_irq_free +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e2f8c90 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e40b0d0 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x9e4f2ebc new_inode +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e889452 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x9e8d6b7c __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x9e8ff0b6 mddev_congested +EXPORT_SYMBOL vmlinux 0x9e97375d rtas_busy_delay_time +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ea437ac tcf_hash_search +EXPORT_SYMBOL vmlinux 0x9eb5a39d pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ecd7b6c padata_add_cpu +EXPORT_SYMBOL vmlinux 0x9ecdd0ed seq_escape +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9ed3aef7 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x9ee78669 _lv1_write_virtual_uart +EXPORT_SYMBOL vmlinux 0x9ef201f8 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x9f093567 read_code +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f2f353b fget +EXPORT_SYMBOL vmlinux 0x9f324ac7 netif_rx +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4d92cf dump_skip +EXPORT_SYMBOL vmlinux 0x9f62b8c2 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x9f639754 blk_stop_queue +EXPORT_SYMBOL vmlinux 0x9f719119 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x9f85a645 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x9f911629 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x9f957c76 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa148ab tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x9fb6fa69 set_nlink +EXPORT_SYMBOL vmlinux 0x9fc2bae9 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe474a2 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x9fe6205b alloc_fcdev +EXPORT_SYMBOL vmlinux 0x9ff989cf jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa004d472 netdev_crit +EXPORT_SYMBOL vmlinux 0xa01cedc0 xfrm_register_type +EXPORT_SYMBOL vmlinux 0xa01d09c7 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xa030d980 simple_rename +EXPORT_SYMBOL vmlinux 0xa0351e1f __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa04c6373 blk_free_tags +EXPORT_SYMBOL vmlinux 0xa050509e update_time +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa072caeb rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0861fe7 fb_show_logo +EXPORT_SYMBOL vmlinux 0xa0ae540b xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0c19b0a jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0d0a94d generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0xa0d8b9e6 do_splice_from +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ed3aec nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0fc839c ps2_command +EXPORT_SYMBOL vmlinux 0xa0ff74d6 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0xa1042ca2 notify_change +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1235751 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xa13165cf input_allocate_device +EXPORT_SYMBOL vmlinux 0xa140d620 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa141e824 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa15469bf inet_ioctl +EXPORT_SYMBOL vmlinux 0xa1652a45 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xa16ea74e ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xa171302a pci_scan_slot +EXPORT_SYMBOL vmlinux 0xa1a98be0 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0xa1b3ad44 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1b8d31d ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c7c3f2 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xa1c99385 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xa1f462ee pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xa1f63236 of_scan_pci_bridge +EXPORT_SYMBOL vmlinux 0xa1f8fe75 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xa202a8e5 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa2127cdc pasemi_dma_alloc_flag +EXPORT_SYMBOL vmlinux 0xa2465322 _lv1_get_version_info +EXPORT_SYMBOL vmlinux 0xa2482fbe kset_register +EXPORT_SYMBOL vmlinux 0xa25439dc compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xa260c7b5 kill_litter_super +EXPORT_SYMBOL vmlinux 0xa2629e6b unregister_cdrom +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa297a38d sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xa298362c pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xa29a3e14 kdb_current_task +EXPORT_SYMBOL vmlinux 0xa2a335bd vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0xa2bbed37 crash_shutdown_register +EXPORT_SYMBOL vmlinux 0xa2c58db4 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xa2cb7fb6 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0xa2dbac82 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xa2df7023 seq_bitmap +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa303d1ff dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa329022c jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xa3290575 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xa3583e6c pci_dev_driver +EXPORT_SYMBOL vmlinux 0xa35ddcfd mdiobus_write +EXPORT_SYMBOL vmlinux 0xa36257eb __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xa37fd6e2 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xa383ae7b d_find_any_alias +EXPORT_SYMBOL vmlinux 0xa39b4cf2 udelay +EXPORT_SYMBOL vmlinux 0xa3abc422 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa3b37fda phy_register_fixup +EXPORT_SYMBOL vmlinux 0xa3c18471 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0xa3cdaed0 audit_log +EXPORT_SYMBOL vmlinux 0xa3f5be24 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xa3fc3d50 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xa400159f crc32_be +EXPORT_SYMBOL vmlinux 0xa404e640 dev_uc_init +EXPORT_SYMBOL vmlinux 0xa4078e3e pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xa40843f6 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xa4118aac splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xa412283c skb_queue_tail +EXPORT_SYMBOL vmlinux 0xa41a8859 make_kgid +EXPORT_SYMBOL vmlinux 0xa434bee7 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xa4511467 crc16 +EXPORT_SYMBOL vmlinux 0xa45b4ea6 sock_rfree +EXPORT_SYMBOL vmlinux 0xa462efc3 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa480c04b _lv1_gpu_context_attribute +EXPORT_SYMBOL vmlinux 0xa4a5451d simple_getattr +EXPORT_SYMBOL vmlinux 0xa4a94d26 find_next_bit_le +EXPORT_SYMBOL vmlinux 0xa4b4c272 vm_map_ram +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4c5606d skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4e1356f genphy_resume +EXPORT_SYMBOL vmlinux 0xa4ea90c4 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xa5202fcc writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xa524805a adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55aefca dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xa55c6830 register_sysctl_table +EXPORT_SYMBOL vmlinux 0xa5615904 neigh_connected_output +EXPORT_SYMBOL vmlinux 0xa56b8ab2 flex_array_free +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5a7ed04 simple_lookup +EXPORT_SYMBOL vmlinux 0xa5bc49b7 unregister_netdev +EXPORT_SYMBOL vmlinux 0xa5db05b7 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0xa5de26fe arp_find +EXPORT_SYMBOL vmlinux 0xa60448bc blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xa6161ce2 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xa61865e1 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xa619f609 ip6_route_output +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa6531ed1 set_blocksize +EXPORT_SYMBOL vmlinux 0xa65972b8 _memcpy_toio +EXPORT_SYMBOL vmlinux 0xa65bd0d2 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xa66662dd scsi_put_command +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa69ad335 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xa6ce472f cpu_rmap_update +EXPORT_SYMBOL vmlinux 0xa6d422de phy_start_interrupts +EXPORT_SYMBOL vmlinux 0xa70fcd06 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xa720678c lg_global_lock +EXPORT_SYMBOL vmlinux 0xa7251d80 skb_trim +EXPORT_SYMBOL vmlinux 0xa72a0f5b nr_online_nodes +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa74f4e9b ida_simple_get +EXPORT_SYMBOL vmlinux 0xa75346e5 pnv_cxl_release_hwirqs +EXPORT_SYMBOL vmlinux 0xa78d9eb7 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xa7acc2a9 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xa7ecba91 mmc_release_host +EXPORT_SYMBOL vmlinux 0xa8093d15 lock_may_write +EXPORT_SYMBOL vmlinux 0xa80eafd6 abort_creds +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa8601965 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8a7f431 sockfd_lookup +EXPORT_SYMBOL vmlinux 0xa8b6eba5 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xa8ced546 _lv1_net_set_interrupt_status_indicator +EXPORT_SYMBOL vmlinux 0xa8fc4698 dma_common_mmap +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa91c77b6 _lv1_end_of_interrupt +EXPORT_SYMBOL vmlinux 0xa9273e1a epapr_hypercall_start +EXPORT_SYMBOL vmlinux 0xa93839cb vio_unregister_device +EXPORT_SYMBOL vmlinux 0xa93ba88e proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xa9458ccb genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xa99e6761 tty_port_open +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9d93723 tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0xa9ea6d5b kill_bdev +EXPORT_SYMBOL vmlinux 0xaa0073b7 __net_get_random_once +EXPORT_SYMBOL vmlinux 0xaa0edca8 pasemi_dma_alloc_fun +EXPORT_SYMBOL vmlinux 0xaa162063 lock_sock_fast +EXPORT_SYMBOL vmlinux 0xaa1d5d47 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0xaa2dba38 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xaa300e75 arp_xmit +EXPORT_SYMBOL vmlinux 0xaa31e01a blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xaa46e87e lg_local_unlock +EXPORT_SYMBOL vmlinux 0xaa54fbf9 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xaa6e4df5 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa7684a7 mach_powermac +EXPORT_SYMBOL vmlinux 0xaa7aeab1 security_path_rmdir +EXPORT_SYMBOL vmlinux 0xaa8126e8 lease_modify +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaaa10a5c bio_advance +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaaf687bb jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab02f627 generic_permission +EXPORT_SYMBOL vmlinux 0xab09b664 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0xab1fedec bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xab3d95c5 unregister_console +EXPORT_SYMBOL vmlinux 0xab52dde9 phy_disconnect +EXPORT_SYMBOL vmlinux 0xab66f611 _lv1_set_lpm_trigger_control +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab6f7ff8 d_rehash +EXPORT_SYMBOL vmlinux 0xab751300 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab7c0d83 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xab7db6db ppp_input +EXPORT_SYMBOL vmlinux 0xab9ca6aa scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0xaba8ebe2 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabce29ff of_get_next_child +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabe7324e blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xabf15e1a kill_pgrp +EXPORT_SYMBOL vmlinux 0xabf32a63 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac2071c7 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0xac26b820 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xac5b71d2 nf_register_hook +EXPORT_SYMBOL vmlinux 0xac790233 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xac8b40fc pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xac9b5148 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xaca25abd d_splice_alias +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb33398 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xacc5b5d2 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacd14ab8 _lv1_construct_logical_spe +EXPORT_SYMBOL vmlinux 0xace47fc2 skb_pad +EXPORT_SYMBOL vmlinux 0xaceccbac ps2_end_command +EXPORT_SYMBOL vmlinux 0xacedff9a scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xacf2bd0c agp_backend_release +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf84c06 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xacfc1f40 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xad01744f kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad164875 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xad41a74e inet_getname +EXPORT_SYMBOL vmlinux 0xad50cebb i8253_lock +EXPORT_SYMBOL vmlinux 0xad7aea61 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad9597a0 mach_powernv +EXPORT_SYMBOL vmlinux 0xada95815 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xadb9c749 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xadc82c5e dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xadd0c7ab of_get_cpu_node +EXPORT_SYMBOL vmlinux 0xadd820b0 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xadeffe25 _lv1_gpu_context_intr +EXPORT_SYMBOL vmlinux 0xadf0823c fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0xadfd5278 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xae123b5d jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xae2d79f4 pipe_lock +EXPORT_SYMBOL vmlinux 0xae314c52 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0xae37dc71 i2c_master_recv +EXPORT_SYMBOL vmlinux 0xae489220 skb_append +EXPORT_SYMBOL vmlinux 0xae4936f8 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xae4c8a87 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xae545f06 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae9cb26c dev_uc_add +EXPORT_SYMBOL vmlinux 0xaed386df xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xaedec94f noop_fsync +EXPORT_SYMBOL vmlinux 0xaeff3d3e bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xaf063510 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xaf0fd9ac unlock_rename +EXPORT_SYMBOL vmlinux 0xaf1564e2 simple_write_begin +EXPORT_SYMBOL vmlinux 0xaf2192cf icmpv6_send +EXPORT_SYMBOL vmlinux 0xaf2d872c prepare_to_wait +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf3e8108 override_creds +EXPORT_SYMBOL vmlinux 0xaf405726 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xaf429a85 tc_classify_compat +EXPORT_SYMBOL vmlinux 0xaf6049c0 sock_no_accept +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf6ae696 kstrndup +EXPORT_SYMBOL vmlinux 0xaf8d58cf inode_get_bytes +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9340a7 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xaf9bcfc6 i2c_register_driver +EXPORT_SYMBOL vmlinux 0xafaa7785 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafd43d98 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xafd61845 fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0xafedb385 padata_stop +EXPORT_SYMBOL vmlinux 0xaff6316f netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xafff3d1d mempool_alloc +EXPORT_SYMBOL vmlinux 0xb00cc0cc kvmppc_hv_find_lock_hpte +EXPORT_SYMBOL vmlinux 0xb00d40bb of_phy_connect +EXPORT_SYMBOL vmlinux 0xb01f2b79 pci_get_class +EXPORT_SYMBOL vmlinux 0xb034adcf balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xb0360b9b kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xb04241b4 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0807ce4 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xb08e6352 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xb096989f __register_nls +EXPORT_SYMBOL vmlinux 0xb0a442a8 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0db564c pci_restore_state +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb11044aa pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xb115f0bb dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xb119bb25 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xb11a2dcc inet_sendpage +EXPORT_SYMBOL vmlinux 0xb1292f87 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1316a20 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0xb1330217 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xb1337108 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xb147a855 dql_reset +EXPORT_SYMBOL vmlinux 0xb14d9a3a igrab +EXPORT_SYMBOL vmlinux 0xb15bd8fa tb_ticks_per_sec +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb165ef45 __irq_regs +EXPORT_SYMBOL vmlinux 0xb176a01e xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xb1803e56 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1a74c08 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xb1bb473f bdput +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c6e787 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb205dd8d security_d_instantiate +EXPORT_SYMBOL vmlinux 0xb2123bca posix_lock_file +EXPORT_SYMBOL vmlinux 0xb217a52e xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xb2228a53 netif_napi_add +EXPORT_SYMBOL vmlinux 0xb22d2568 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb274fe66 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xb27bc725 netdev_alert +EXPORT_SYMBOL vmlinux 0xb2890583 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xb2b0a624 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xb2b10e66 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2c0267f twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xb2c4e376 revert_creds +EXPORT_SYMBOL vmlinux 0xb2f1c167 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xb304d4cf simple_write_end +EXPORT_SYMBOL vmlinux 0xb3138039 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xb371a2a8 inet_frags_fini +EXPORT_SYMBOL vmlinux 0xb3bf73df cpu_active_mask +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb40749c5 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xb4112a00 km_new_mapping +EXPORT_SYMBOL vmlinux 0xb41310d5 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xb41e3c28 mutex_trylock +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4244254 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xb436e479 dev_add_offload +EXPORT_SYMBOL vmlinux 0xb43eebef bio_phys_segments +EXPORT_SYMBOL vmlinux 0xb44f210d of_get_pci_address +EXPORT_SYMBOL vmlinux 0xb467d894 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47189b5 reservation_ww_class +EXPORT_SYMBOL vmlinux 0xb4b39718 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xb4b75d85 dump_page +EXPORT_SYMBOL vmlinux 0xb4ba92a5 inode_dio_done +EXPORT_SYMBOL vmlinux 0xb4cb5b54 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xb4dc5faa dev_trans_start +EXPORT_SYMBOL vmlinux 0xb4f7ddb6 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xb50adc67 bioset_free +EXPORT_SYMBOL vmlinux 0xb50d4dce alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xb5135211 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0xb522cfdc mpage_writepages +EXPORT_SYMBOL vmlinux 0xb5284b94 vga_tryget +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb56bfd9e smu_spinwait_cmd +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57f2457 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5af62b2 rwsem_wake +EXPORT_SYMBOL vmlinux 0xb5c78c07 dget_parent +EXPORT_SYMBOL vmlinux 0xb5d7b14b flush_signals +EXPORT_SYMBOL vmlinux 0xb5e19808 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xb5fe702d macio_request_resources +EXPORT_SYMBOL vmlinux 0xb606b349 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb625fe7a mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xb63181d3 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb68325fb pipe_unlock +EXPORT_SYMBOL vmlinux 0xb68bfa9d node_states +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb698041f dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0xb69b389f msi_bitmap_free_hwirqs +EXPORT_SYMBOL vmlinux 0xb69fa916 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xb6a0bb76 netpoll_setup +EXPORT_SYMBOL vmlinux 0xb6a13e3e simple_readpage +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6bf1d72 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6c9930a inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xb6e5bf6b i2c_clients_command +EXPORT_SYMBOL vmlinux 0xb6eec2c7 mmc_request_done +EXPORT_SYMBOL vmlinux 0xb6ff04a8 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xb70708c2 __dst_free +EXPORT_SYMBOL vmlinux 0xb70eb117 mount_single +EXPORT_SYMBOL vmlinux 0xb71f6822 simple_setattr +EXPORT_SYMBOL vmlinux 0xb71f68b3 proc_remove +EXPORT_SYMBOL vmlinux 0xb72774a8 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xb7386ea5 input_reset_device +EXPORT_SYMBOL vmlinux 0xb76ba6fb scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb7753641 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xb778b077 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xb78032f4 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xb78ed182 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xb794d33a ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xb79639af vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xb79c7434 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0xb7bf2650 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xb7bfc368 mnt_unpin +EXPORT_SYMBOL vmlinux 0xb7c5f52a phy_init_hw +EXPORT_SYMBOL vmlinux 0xb7f9a2ec blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xb7fce59c remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xb82b6868 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0xb83c2954 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xb840e96c blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xb8462430 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xb86123be _lv1_write_repository_node +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb8a30c7e _lv1_add_lpm_event_bookmark +EXPORT_SYMBOL vmlinux 0xb8d01799 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb913d930 irq_set_chip +EXPORT_SYMBOL vmlinux 0xb94db31e dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xb950f766 nobh_write_end +EXPORT_SYMBOL vmlinux 0xb97bab40 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xb9871fc6 inet_select_addr +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9b4e181 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0xb9e29b67 compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9ec7dd4 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xb9f891a3 build_skb +EXPORT_SYMBOL vmlinux 0xba0ec02e phy_init_eee +EXPORT_SYMBOL vmlinux 0xba122a2c smu_done_complete +EXPORT_SYMBOL vmlinux 0xba449ab7 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba5a463e alloc_disk +EXPORT_SYMBOL vmlinux 0xbaa345cc __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xbabc608a bio_copy_data +EXPORT_SYMBOL vmlinux 0xbabd4ef3 of_find_property +EXPORT_SYMBOL vmlinux 0xbad5b91c read_dev_sector +EXPORT_SYMBOL vmlinux 0xbad8869c textsearch_unregister +EXPORT_SYMBOL vmlinux 0xbadbcf86 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0xbafda785 scsi_remove_device +EXPORT_SYMBOL vmlinux 0xbafe6ee8 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xbb163ae4 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xbb29598b crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xbb34134a iov_shorten +EXPORT_SYMBOL vmlinux 0xbb38d920 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xbb3e3d6b agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb5e2014 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0xbb80d13f xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0xbb8da9fc neigh_event_ns +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbaeb559 memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xbbb151ec serio_unregister_port +EXPORT_SYMBOL vmlinux 0xbbb6b412 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xbbbf63cd skb_free_datagram +EXPORT_SYMBOL vmlinux 0xbbd65542 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xbbf53377 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xbc030cce bio_put +EXPORT_SYMBOL vmlinux 0xbc052977 tcp_child_process +EXPORT_SYMBOL vmlinux 0xbc0fe3a1 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xbc171a66 inet_accept +EXPORT_SYMBOL vmlinux 0xbc205473 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xbc316de4 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0xbc59c0ed pci_find_hose_for_OF_device +EXPORT_SYMBOL vmlinux 0xbc96e375 blk_start_request +EXPORT_SYMBOL vmlinux 0xbc982b06 eeh_subsystem_flags +EXPORT_SYMBOL vmlinux 0xbc9f0b5c gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0xbca57ec3 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0xbcabe012 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xbcb33b82 pci_iounmap +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcc6d7f2 mmc_free_host +EXPORT_SYMBOL vmlinux 0xbcf150f9 xor_altivec_5 +EXPORT_SYMBOL vmlinux 0xbcfa3277 iterate_mounts +EXPORT_SYMBOL vmlinux 0xbd0ccc1b phy_stop +EXPORT_SYMBOL vmlinux 0xbd3f0c39 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd51b1de abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xbd803510 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xbd8cfa15 pasemi_write_mac_reg +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd94d06e of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xbd9b95a9 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xbde5ace8 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe3497f1 lock_may_read +EXPORT_SYMBOL vmlinux 0xbe3ab877 tty_port_put +EXPORT_SYMBOL vmlinux 0xbe3f82d7 napi_gro_receive +EXPORT_SYMBOL vmlinux 0xbe4f6ca6 tcp_connect +EXPORT_SYMBOL vmlinux 0xbe544b91 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xbe8f8092 key_link +EXPORT_SYMBOL vmlinux 0xbe947205 vfs_create +EXPORT_SYMBOL vmlinux 0xbeaa6920 generic_make_request +EXPORT_SYMBOL vmlinux 0xbec1f454 dev_err +EXPORT_SYMBOL vmlinux 0xbed4e09c vfs_symlink +EXPORT_SYMBOL vmlinux 0xbee9099e devm_gpio_request +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf17c95d powerpc_debugfs_root +EXPORT_SYMBOL vmlinux 0xbf1b16bc node_data +EXPORT_SYMBOL vmlinux 0xbf1e77a5 skb_split +EXPORT_SYMBOL vmlinux 0xbf28d78b d_invalidate +EXPORT_SYMBOL vmlinux 0xbf459c67 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0xbf4b6ceb xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xbf563bd0 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf925c42 idr_init +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbf9ed6f5 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xbfabfe59 __debugger_iabr_match +EXPORT_SYMBOL vmlinux 0xbfad4edf max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xbfb8b0b7 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbff8182c plpar_hcall_norets +EXPORT_SYMBOL vmlinux 0xbffcf761 backlight_device_register +EXPORT_SYMBOL vmlinux 0xc001258d security_inode_readlink +EXPORT_SYMBOL vmlinux 0xc0090856 register_md_personality +EXPORT_SYMBOL vmlinux 0xc037469c inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xc037b670 ps3_dma_region_free +EXPORT_SYMBOL vmlinux 0xc06c6ca1 mem_section +EXPORT_SYMBOL vmlinux 0xc071fb24 inet_release +EXPORT_SYMBOL vmlinux 0xc073d64e devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc083057c pci_remove_bus +EXPORT_SYMBOL vmlinux 0xc0841388 do_sync_write +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0a61273 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xc0ac2250 compat_sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xc0bcd93c pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xc0c17630 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xc0c3ac7f pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xc0e11248 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0xc116bcf0 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xc120ea0f blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xc129eff0 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0xc13511d7 cpumask_next_and +EXPORT_SYMBOL vmlinux 0xc13a10dc flex_array_alloc +EXPORT_SYMBOL vmlinux 0xc15a44c6 memzero_explicit +EXPORT_SYMBOL vmlinux 0xc16945ac napi_gro_flush +EXPORT_SYMBOL vmlinux 0xc1737e8b generic_file_llseek +EXPORT_SYMBOL vmlinux 0xc18d8045 arp_tbl +EXPORT_SYMBOL vmlinux 0xc1990635 read_cache_pages +EXPORT_SYMBOL vmlinux 0xc1d1c7f6 dev_crit +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e192ce ___pskb_trim +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1f82218 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xc207e610 file_ns_capable +EXPORT_SYMBOL vmlinux 0xc22f9048 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0xc235cb8e lock_sock_nested +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc24271cb gen_pool_alloc +EXPORT_SYMBOL vmlinux 0xc245271e skb_checksum_help +EXPORT_SYMBOL vmlinux 0xc247786a security_task_getsecid +EXPORT_SYMBOL vmlinux 0xc24b230d of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc25a1664 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xc27cd7b8 cad_pid +EXPORT_SYMBOL vmlinux 0xc28dcbcc abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a4963f neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xc2a7c44b blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xc2bd32e4 simple_transaction_read +EXPORT_SYMBOL vmlinux 0xc2d96043 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e5f05f inode_set_flags +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc2fb9ee1 _lv1_shutdown_logical_partition +EXPORT_SYMBOL vmlinux 0xc30139ad ip_defrag +EXPORT_SYMBOL vmlinux 0xc3100879 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc358f23d __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xc36114d2 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xc379368f udp_add_offload +EXPORT_SYMBOL vmlinux 0xc37deabb mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xc3b4383c mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xc3c038f5 serio_close +EXPORT_SYMBOL vmlinux 0xc41bac8a phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xc41e835b udp_set_csum +EXPORT_SYMBOL vmlinux 0xc41f1696 _lv1_configure_virtual_uart_irq +EXPORT_SYMBOL vmlinux 0xc42f8161 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc45755de find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xc47cdf9c _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xc48307db lz4_decompress +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4cc57fb devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xc4ce6495 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xc4e9921d tc_classify +EXPORT_SYMBOL vmlinux 0xc4f347ad md_done_sync +EXPORT_SYMBOL vmlinux 0xc5089620 _lv1_stop_ppe_periodic_tracer +EXPORT_SYMBOL vmlinux 0xc51c03f9 put_disk +EXPORT_SYMBOL vmlinux 0xc52180f7 __vio_register_driver +EXPORT_SYMBOL vmlinux 0xc53e2691 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xc54ab69f dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xc5518f08 bio_clone_bioset +EXPORT_SYMBOL vmlinux 0xc5527ec0 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc55c2a9d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xc55de23c percpu_counter_set +EXPORT_SYMBOL vmlinux 0xc561747b vme_slave_request +EXPORT_SYMBOL vmlinux 0xc5746e0f tty_mutex +EXPORT_SYMBOL vmlinux 0xc57d7aec ip_check_defrag +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc58d59f8 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59d82d2 stop_tty +EXPORT_SYMBOL vmlinux 0xc5b2dc52 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0xc5b71970 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xc5c03b70 generic_file_open +EXPORT_SYMBOL vmlinux 0xc5c717ac blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e4185b dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc61ddbf3 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xc625f2b3 tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc65802dc swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc663b075 __ioremap +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc6772da2 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xc69fafe0 clocksource_register +EXPORT_SYMBOL vmlinux 0xc6ac23fa jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xc6b1f812 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xc6b22c71 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xc6b243a0 uart_register_driver +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d8c14a input_event +EXPORT_SYMBOL vmlinux 0xc6ed3efa agp_allocate_memory +EXPORT_SYMBOL vmlinux 0xc6f45621 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xc6f85acf send_sig +EXPORT_SYMBOL vmlinux 0xc7028e9a sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc72c7d4d tcf_action_exec +EXPORT_SYMBOL vmlinux 0xc72d820b inet_add_protocol +EXPORT_SYMBOL vmlinux 0xc7381c5c dst_release +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc76c7a64 skb_queue_head +EXPORT_SYMBOL vmlinux 0xc77a86e6 elv_register_queue +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7898275 flex_array_shrink +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7c95c44 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xc7d26244 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xc7e91050 sock_edemux +EXPORT_SYMBOL vmlinux 0xc7f39b15 irq_stat +EXPORT_SYMBOL vmlinux 0xc7f96035 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xc8160fce pcim_iounmap +EXPORT_SYMBOL vmlinux 0xc823c147 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xc8394437 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc83f5cfc cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84e0f02 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xc8571bcb idr_for_each +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc877605d tty_kref_put +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8b3705b key_put +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8ba27f6 cdrom_open +EXPORT_SYMBOL vmlinux 0xc8cfc770 key_reject_and_link +EXPORT_SYMBOL vmlinux 0xc8d313c9 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0xc8d4f1a6 sys_imageblit +EXPORT_SYMBOL vmlinux 0xc8e31d75 _lv1_configure_irq_state_bitmap +EXPORT_SYMBOL vmlinux 0xc8ef572c block_read_full_page +EXPORT_SYMBOL vmlinux 0xc8f45e2e twl6040_power +EXPORT_SYMBOL vmlinux 0xc90911a0 pnv_cxl_get_irq_count +EXPORT_SYMBOL vmlinux 0xc90a7b99 seq_pad +EXPORT_SYMBOL vmlinux 0xc919df54 compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0xc922de45 follow_up +EXPORT_SYMBOL vmlinux 0xc9266f44 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xc927a34f mdiobus_register +EXPORT_SYMBOL vmlinux 0xc93fbc54 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc978479a xz_dec_run +EXPORT_SYMBOL vmlinux 0xc97f4cd2 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xc996a54a dquot_acquire +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc99e61b7 touch_buffer +EXPORT_SYMBOL vmlinux 0xc9fc598d pasemi_read_dma_reg +EXPORT_SYMBOL vmlinux 0xca08491c mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca1338d5 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xca19b38c scm_detach_fds +EXPORT_SYMBOL vmlinux 0xca2b1cd6 ida_pre_get +EXPORT_SYMBOL vmlinux 0xca2fe265 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xca3b28c6 store_vr_state +EXPORT_SYMBOL vmlinux 0xca43c14f __page_cache_alloc +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca5ee09a vme_free_consistent +EXPORT_SYMBOL vmlinux 0xca671dac redraw_screen +EXPORT_SYMBOL vmlinux 0xca825895 pmu_suspend +EXPORT_SYMBOL vmlinux 0xca832efe kmalloc_order +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcaa92d0c elv_unregister_queue +EXPORT_SYMBOL vmlinux 0xcaa9354e i2c_release_client +EXPORT_SYMBOL vmlinux 0xcaabf3f9 pasemi_write_iob_reg +EXPORT_SYMBOL vmlinux 0xcac5fd46 decrementer_clockevent +EXPORT_SYMBOL vmlinux 0xcace6297 idr_is_empty +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb056538 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xcb09efe7 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb1be76c mmc_start_bkops +EXPORT_SYMBOL vmlinux 0xcb3f316b pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xcb3f518a elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbd54a2b nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0xcbd6be7d __module_put_and_exit +EXPORT_SYMBOL vmlinux 0xcbe8b038 _lv1_configure_execution_time_variable +EXPORT_SYMBOL vmlinux 0xcbf51a93 qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0xcbfffa37 scsi_device_put +EXPORT_SYMBOL vmlinux 0xcc17504d _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc4496d5 bio_copy_user +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5d338c udp_disconnect +EXPORT_SYMBOL vmlinux 0xcc6579ae freeze_bdev +EXPORT_SYMBOL vmlinux 0xcc7ddb26 zpool_register_driver +EXPORT_SYMBOL vmlinux 0xcc80bc79 of_get_next_parent +EXPORT_SYMBOL vmlinux 0xcc89c246 pasemi_dma_alloc_chan +EXPORT_SYMBOL vmlinux 0xcc98fbb0 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xcca53e8a jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xccb12743 release_pages +EXPORT_SYMBOL vmlinux 0xccbaeb61 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xccbc54ca dm_unregister_target +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccd6f262 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xccf3a365 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0xcd0529c7 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xcd19c855 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xcd20667a kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd57f7b0 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xcd5a0c82 inode_needs_sync +EXPORT_SYMBOL vmlinux 0xcd765037 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xcd769f62 _lv1_gpu_device_map +EXPORT_SYMBOL vmlinux 0xcd7b32b2 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xcd86c87f __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdc52cc2 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce3b3f09 profile_pc +EXPORT_SYMBOL vmlinux 0xce3cef08 dma_direct_ops +EXPORT_SYMBOL vmlinux 0xce409cda pmac_set_early_video_resume +EXPORT_SYMBOL vmlinux 0xce4301f1 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce56c7a3 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5c33ab netif_napi_del +EXPORT_SYMBOL vmlinux 0xce6a8be5 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceae504f cmdline_parts_free +EXPORT_SYMBOL vmlinux 0xcec100b8 dquot_commit +EXPORT_SYMBOL vmlinux 0xced777cb proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xceef86db tty_vhangup +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefa68b9 dev_mc_add +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcefe75b3 swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xcf00c610 of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0xcf0d7ffb wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0xcf1f94d9 i2c_use_client +EXPORT_SYMBOL vmlinux 0xcf3025cb inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xcf32ecf6 install_exec_creds +EXPORT_SYMBOL vmlinux 0xcf5fee46 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0xcf6ee6f1 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xcf745333 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0xcf74810f dev_printk +EXPORT_SYMBOL vmlinux 0xcf7aa8fa blk_fetch_request +EXPORT_SYMBOL vmlinux 0xcfa5929d of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0xcfb7d5a0 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0xcfbe5d70 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xcfc6515c __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0xcfd50c89 serio_reconnect +EXPORT_SYMBOL vmlinux 0xcfec3e00 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd03e9c3e blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xd043a24c sk_stop_timer +EXPORT_SYMBOL vmlinux 0xd04ef0d4 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xd052d918 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xd0576a19 __invalidate_device +EXPORT_SYMBOL vmlinux 0xd05931ec _lv1_set_lpm_counter_control +EXPORT_SYMBOL vmlinux 0xd06060f0 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd08fb376 skb_tx_error +EXPORT_SYMBOL vmlinux 0xd0a709bd pci_claim_resource +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0b40e9b seq_lseek +EXPORT_SYMBOL vmlinux 0xd0beabfa pci_disable_msix +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd1262886 rtas_data_buf +EXPORT_SYMBOL vmlinux 0xd128266f i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd1cb4676 ip_ct_attach +EXPORT_SYMBOL vmlinux 0xd1fe8ebb _lv1_get_spe_interrupt_status +EXPORT_SYMBOL vmlinux 0xd209612e vfs_read +EXPORT_SYMBOL vmlinux 0xd211fd80 kset_unregister +EXPORT_SYMBOL vmlinux 0xd213917e jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0xd21a66ab devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xd21d6abe writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd22ed258 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25b9f04 dm_kobject_release +EXPORT_SYMBOL vmlinux 0xd25d4009 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd26389b0 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xd2757251 d_genocide +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd28796ab cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xd291822d swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0xd296e32e phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xd2af83fb d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xd2b09ce5 __kmalloc +EXPORT_SYMBOL vmlinux 0xd2d4938d nobh_write_begin +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2dbc68c blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xd2dec312 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xd2ef2638 smu_cmdbuf_abs +EXPORT_SYMBOL vmlinux 0xd30b65f8 mount_bdev +EXPORT_SYMBOL vmlinux 0xd30b75f3 pci_set_master +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd324689b machine_id +EXPORT_SYMBOL vmlinux 0xd32b1faa textsearch_prepare +EXPORT_SYMBOL vmlinux 0xd36257ba memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0xd368526e __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xd383d4bd dma_async_device_register +EXPORT_SYMBOL vmlinux 0xd387c887 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xd3981f71 blk_rq_init +EXPORT_SYMBOL vmlinux 0xd3d574df dquot_quota_off +EXPORT_SYMBOL vmlinux 0xd409383c pmu_request +EXPORT_SYMBOL vmlinux 0xd40a36dc dev_change_carrier +EXPORT_SYMBOL vmlinux 0xd41e7121 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xd42fb269 have_submounts +EXPORT_SYMBOL vmlinux 0xd4389265 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xd45491a0 inode_init_owner +EXPORT_SYMBOL vmlinux 0xd467d23e kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xd477b854 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0xd47c27a5 dev_printk_emit +EXPORT_SYMBOL vmlinux 0xd48f2213 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xd48fdeef dql_completed +EXPORT_SYMBOL vmlinux 0xd4955a3a sock_no_poll +EXPORT_SYMBOL vmlinux 0xd4b361bb compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xd4cce0d2 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xd4d87a7f sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xd4db7103 __ps2_command +EXPORT_SYMBOL vmlinux 0xd50c78f3 pnv_phb_to_cxl +EXPORT_SYMBOL vmlinux 0xd5105802 generic_setxattr +EXPORT_SYMBOL vmlinux 0xd5256aba unregister_exec_domain +EXPORT_SYMBOL vmlinux 0xd52d1a5d input_unregister_device +EXPORT_SYMBOL vmlinux 0xd5441fe9 of_get_min_tck +EXPORT_SYMBOL vmlinux 0xd54890e8 sock_create +EXPORT_SYMBOL vmlinux 0xd550021f bio_init +EXPORT_SYMBOL vmlinux 0xd558c9c8 devm_ioport_map +EXPORT_SYMBOL vmlinux 0xd559430b dev_addr_init +EXPORT_SYMBOL vmlinux 0xd57b7868 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0xd5b778e1 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xd5e1d719 _lv1_set_ppe_periodic_tracer_frequency +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd5f616ee inet_frag_kill +EXPORT_SYMBOL vmlinux 0xd5f836c2 con_is_bound +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd64826ed setup_new_exec +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd6547c5e backlight_force_update +EXPORT_SYMBOL vmlinux 0xd65bce63 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xd679df7d write_inode_now +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd68ab68d mmc_put_card +EXPORT_SYMBOL vmlinux 0xd68bda89 input_open_device +EXPORT_SYMBOL vmlinux 0xd690c6d0 kobject_put +EXPORT_SYMBOL vmlinux 0xd69ac9dc put_page +EXPORT_SYMBOL vmlinux 0xd69b1b03 dquot_alloc +EXPORT_SYMBOL vmlinux 0xd6c09deb phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xd6c30ea4 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xd6c63759 of_device_is_available +EXPORT_SYMBOL vmlinux 0xd6d63e9d lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xd6edf811 _lv1_release_memory +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fd4053 __arch_hweight32 +EXPORT_SYMBOL vmlinux 0xd72e1cfc _lv1_set_lpm_spr_trigger +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd761a383 ioremap_prot +EXPORT_SYMBOL vmlinux 0xd765d89f tty_port_close_start +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd77abd2c loop_register_transfer +EXPORT_SYMBOL vmlinux 0xd786c0ea plpar_hcall9 +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd7995239 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xd7b99ca5 follow_pfn +EXPORT_SYMBOL vmlinux 0xd7cbddda memcpy_toiovec +EXPORT_SYMBOL vmlinux 0xd7cf9139 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ed1bde input_register_handle +EXPORT_SYMBOL vmlinux 0xd7feab6d netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xd802be46 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xd8433858 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xd860bcbb dquot_scan_active +EXPORT_SYMBOL vmlinux 0xd8850f89 pagevec_lookup +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8c5d7b0 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xd8d359fb netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd908cc62 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xd90fdf47 dma_set_mask +EXPORT_SYMBOL vmlinux 0xd92438a4 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92e16ba csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0xd92edd8b inet_csk_accept +EXPORT_SYMBOL vmlinux 0xd945e094 __blk_end_request +EXPORT_SYMBOL vmlinux 0xd9525a9a iov_iter_npages +EXPORT_SYMBOL vmlinux 0xd953ef41 arp_send +EXPORT_SYMBOL vmlinux 0xd95b03a9 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0xd97a9e28 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xd97e10f1 inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0xd981c438 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9906c3b md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xd99f91e0 xfrm_register_km +EXPORT_SYMBOL vmlinux 0xd9b9f264 dqget +EXPORT_SYMBOL vmlinux 0xd9bac924 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xd9cf4771 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xd9d4d09d _lv1_release_io_segment +EXPORT_SYMBOL vmlinux 0xd9d52afb xfrm_lookup +EXPORT_SYMBOL vmlinux 0xd9db75a5 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0xda0a045b of_get_property +EXPORT_SYMBOL vmlinux 0xda0f5234 rtas_offline_cpus_mask +EXPORT_SYMBOL vmlinux 0xda16491a agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda38bb3b skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda4ab6f0 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xda4ca069 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xda52d2d1 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0xda5fc936 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda963b6b sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xdabc1ea8 fsl_lbc_find +EXPORT_SYMBOL vmlinux 0xdae61f07 mach_pseries +EXPORT_SYMBOL vmlinux 0xdae86d9d vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdaf9b774 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xdb01198e fsl_upm_find +EXPORT_SYMBOL vmlinux 0xdb13cb20 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xdb2f7b56 register_filesystem +EXPORT_SYMBOL vmlinux 0xdb303d3f alloc_fddidev +EXPORT_SYMBOL vmlinux 0xdb36f6c8 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0xdb448faf __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xdb62a813 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb816e46 submit_bh +EXPORT_SYMBOL vmlinux 0xdb878348 pnv_cxl_alloc_hwirq_ranges +EXPORT_SYMBOL vmlinux 0xdb89f36a tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xdb8d821f compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0xdb97c741 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xdb9b89a2 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xdba36fd7 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xdba71a17 simple_dir_operations +EXPORT_SYMBOL vmlinux 0xdba932a5 keyring_alloc +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbd51f3c blk_get_queue +EXPORT_SYMBOL vmlinux 0xdbd69574 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xdbf35b2e eth_header +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1c635a uart_update_timeout +EXPORT_SYMBOL vmlinux 0xdc3c41a8 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xdc3c9d63 __init_rwsem +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc43e15e gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xdc4ce417 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5797c6 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xdc66124c agp_create_memory +EXPORT_SYMBOL vmlinux 0xdc6a8c5d tcp_proc_register +EXPORT_SYMBOL vmlinux 0xdc6afb4e md_check_recovery +EXPORT_SYMBOL vmlinux 0xdc731f88 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xdc732131 mach_pasemi +EXPORT_SYMBOL vmlinux 0xdc809584 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xdc9498dd down +EXPORT_SYMBOL vmlinux 0xdca47d2a i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcd0638c inode_permission +EXPORT_SYMBOL vmlinux 0xdce44272 ll_rw_block +EXPORT_SYMBOL vmlinux 0xdce91993 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xdcef1962 input_register_handler +EXPORT_SYMBOL vmlinux 0xdcefb9a5 pmu_resume +EXPORT_SYMBOL vmlinux 0xdcf5b2dc kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0xdcf6f0a2 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xdd410045 security_path_symlink +EXPORT_SYMBOL vmlinux 0xdd872990 skb_put +EXPORT_SYMBOL vmlinux 0xdd955144 __debugger +EXPORT_SYMBOL vmlinux 0xddba3d5a phy_attach_direct +EXPORT_SYMBOL vmlinux 0xddc3f2ba agp_copy_info +EXPORT_SYMBOL vmlinux 0xddd0c3df netdev_emerg +EXPORT_SYMBOL vmlinux 0xdddb9b46 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xdddf025d sock_no_bind +EXPORT_SYMBOL vmlinux 0xddf0cafb __skb_checksum +EXPORT_SYMBOL vmlinux 0xddfabfc7 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde17c469 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xde236405 input_close_device +EXPORT_SYMBOL vmlinux 0xde23c84e blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xde333007 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xde3a8e47 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xde48e9ca _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xde4daded bmap +EXPORT_SYMBOL vmlinux 0xde4e1134 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xde558343 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0xde6151db tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0xde687d0a input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xde6b4f7d dma_sync_wait +EXPORT_SYMBOL vmlinux 0xde6b83c3 pmac_suspend_agp_for_card +EXPORT_SYMBOL vmlinux 0xde783883 pSeries_disable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0xde7fe2ec agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xde91448c load_vr_state +EXPORT_SYMBOL vmlinux 0xde923134 km_report +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdeabc7e1 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0xdec22168 aio_complete +EXPORT_SYMBOL vmlinux 0xdee94127 page_symlink +EXPORT_SYMBOL vmlinux 0xdeee2be3 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xdeef5aff pci_pme_capable +EXPORT_SYMBOL vmlinux 0xdef1fd32 lro_flush_all +EXPORT_SYMBOL vmlinux 0xdf0277e4 clear_inode +EXPORT_SYMBOL vmlinux 0xdf1036ab check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0xdf1cbe8a scsi_add_device +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf33f106 dst_discard_sk +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf57ba47 of_dev_get +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf60fc83 _lv1_net_start_tx_dma +EXPORT_SYMBOL vmlinux 0xdf711012 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0xdf7c28f6 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xdf7eaed8 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf94e6b7 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xdfbb14b0 deactivate_super +EXPORT_SYMBOL vmlinux 0xdfccdd43 mnt_pin +EXPORT_SYMBOL vmlinux 0xdfd39539 nla_append +EXPORT_SYMBOL vmlinux 0xdfd4b7ac tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xdfd893b6 tty_name +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe00fb467 giveup_fpu +EXPORT_SYMBOL vmlinux 0xe01dfb88 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xe04f1205 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe07257fc pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe07b0a76 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xe099dede blk_register_region +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b6a29c pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xe0c17526 seq_read +EXPORT_SYMBOL vmlinux 0xe0c804da ip_getsockopt +EXPORT_SYMBOL vmlinux 0xe0cd77fa tcp_parse_options +EXPORT_SYMBOL vmlinux 0xe0d25fc1 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xe0e00938 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xe0ff158a in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xe103982e tty_port_init +EXPORT_SYMBOL vmlinux 0xe1109908 key_invalidate +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe1228709 unlock_new_inode +EXPORT_SYMBOL vmlinux 0xe1502378 softnet_data +EXPORT_SYMBOL vmlinux 0xe1570626 inode_set_bytes +EXPORT_SYMBOL vmlinux 0xe16e1f39 dcache_dir_open +EXPORT_SYMBOL vmlinux 0xe16f7bbf netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe18da6ec padata_do_parallel +EXPORT_SYMBOL vmlinux 0xe1933153 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xe1d1e5c0 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xe1f6606b inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe20372ae radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe20c63e7 _lv1_unmap_device_mmio_region +EXPORT_SYMBOL vmlinux 0xe20d1d3a vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xe220a523 filemap_fault +EXPORT_SYMBOL vmlinux 0xe220ceb8 __debugger_sstep +EXPORT_SYMBOL vmlinux 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL vmlinux 0xe235634e fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe258cf55 i8042_install_filter +EXPORT_SYMBOL vmlinux 0xe25c1082 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0xe26fa69a udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xe2798e17 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0xe27b7b76 sk_reset_timer +EXPORT_SYMBOL vmlinux 0xe2935b1a __seq_open_private +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2be5498 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e2b108 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xe2fd99cb __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xe2fdf553 pci_dev_put +EXPORT_SYMBOL vmlinux 0xe374941e pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xe37e173d agp_generic_enable +EXPORT_SYMBOL vmlinux 0xe38332cc iget_failed +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3b295ad kill_anon_super +EXPORT_SYMBOL vmlinux 0xe3bc672d kill_block_super +EXPORT_SYMBOL vmlinux 0xe3c9e39a fb_find_mode +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3e68503 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0xe3f5ab91 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xe429735e sock_create_kern +EXPORT_SYMBOL vmlinux 0xe43abdba rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xe44500e3 bdget_disk +EXPORT_SYMBOL vmlinux 0xe45f65a9 lock_fb_info +EXPORT_SYMBOL vmlinux 0xe465b1d0 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xe473d480 alloc_file +EXPORT_SYMBOL vmlinux 0xe4785228 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe499d3b7 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xe49bdce9 filp_open +EXPORT_SYMBOL vmlinux 0xe4b26e31 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xe4bbe139 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0xe4d969cf netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xe4ea32bf giveup_altivec +EXPORT_SYMBOL vmlinux 0xe4f8eff2 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xe4fe8ca1 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe5108c6f scsi_dma_map +EXPORT_SYMBOL vmlinux 0xe51155da vfs_rename +EXPORT_SYMBOL vmlinux 0xe51da95a sync_blockdev +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe535e02c audit_log_start +EXPORT_SYMBOL vmlinux 0xe553eabf simple_transaction_set +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5821be7 vfs_setpos +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5bdaed5 should_remove_suid +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cd5d8d mb_cache_create +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe6036945 uart_match_port +EXPORT_SYMBOL vmlinux 0xe608d907 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xe60988ac _lv1_query_logical_partition_address_region_info +EXPORT_SYMBOL vmlinux 0xe6273671 input_set_keycode +EXPORT_SYMBOL vmlinux 0xe62e822a __neigh_create +EXPORT_SYMBOL vmlinux 0xe631a38e pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xe637a3c8 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0xe678d74b security_inode_init_security +EXPORT_SYMBOL vmlinux 0xe68b6cf1 vm_insert_page +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69a9df4 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe69b9c17 sync_inode +EXPORT_SYMBOL vmlinux 0xe6a172b0 generic_show_options +EXPORT_SYMBOL vmlinux 0xe6b92ba1 swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0xe6e1c326 ether_setup +EXPORT_SYMBOL vmlinux 0xe6f819d6 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe71e05a1 pci_request_regions +EXPORT_SYMBOL vmlinux 0xe7388c98 kernel_sendpage +EXPORT_SYMBOL vmlinux 0xe74aa406 _lv1_set_dabr +EXPORT_SYMBOL vmlinux 0xe78b9cc8 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xe790fd7a inet_del_offload +EXPORT_SYMBOL vmlinux 0xe79d6c44 dma_iommu_ops +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7cd99b7 smu_queue_simple +EXPORT_SYMBOL vmlinux 0xe7ce7439 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7fa2e51 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xe809b104 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe82908a0 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0xe82cc752 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xe833fa77 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xe88a9f0f elevator_change +EXPORT_SYMBOL vmlinux 0xe8a89d54 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c438f3 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0xe905a13d devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe91bd1e1 bd_set_size +EXPORT_SYMBOL vmlinux 0xe9378d58 idr_get_next +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95cf3fb dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xe99f4287 ps2_init +EXPORT_SYMBOL vmlinux 0xe9be4079 init_page_accessed +EXPORT_SYMBOL vmlinux 0xe9c7985f tcp_sendpage +EXPORT_SYMBOL vmlinux 0xe9d73cb6 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xe9e0f664 km_query +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea6f1299 down_read_trylock +EXPORT_SYMBOL vmlinux 0xea7249fe devm_gpiod_get +EXPORT_SYMBOL vmlinux 0xea79568d mmc_remove_host +EXPORT_SYMBOL vmlinux 0xea8f62fe blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xea968c96 ___ratelimit +EXPORT_SYMBOL vmlinux 0xeaa48a67 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xeac86dec netlink_unicast +EXPORT_SYMBOL vmlinux 0xeae71602 netdev_info +EXPORT_SYMBOL vmlinux 0xeaec2b04 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xeaf97f02 mach_maple +EXPORT_SYMBOL vmlinux 0xeb096e9d napi_get_frags +EXPORT_SYMBOL vmlinux 0xeb178d20 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xeb26eed1 get_tz_trend +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3a8cd8 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb54ffd3 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xeb583a2f sock_from_file +EXPORT_SYMBOL vmlinux 0xeb851168 skb_find_text +EXPORT_SYMBOL vmlinux 0xeb8c7b7b cxl_use_count +EXPORT_SYMBOL vmlinux 0xeb8f7f10 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xeba2a1f7 rtas_indicator_present +EXPORT_SYMBOL vmlinux 0xebc0387a netdev_err +EXPORT_SYMBOL vmlinux 0xebcab3a6 ppc_pci_io +EXPORT_SYMBOL vmlinux 0xebf4136b udp6_csum_init +EXPORT_SYMBOL vmlinux 0xebf865c5 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xebfbd5ed blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0xec30765a _lv1_allocate_io_segment +EXPORT_SYMBOL vmlinux 0xec3c8753 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xec41f2da eth_change_mtu +EXPORT_SYMBOL vmlinux 0xec54d474 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xec580fe5 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xec7abb38 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xeca043f0 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xeca368ac submit_bio +EXPORT_SYMBOL vmlinux 0xecbb926f xor_altivec_3 +EXPORT_SYMBOL vmlinux 0xecd68983 sk_common_release +EXPORT_SYMBOL vmlinux 0xecdc22b1 alloc_disk_node +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfa86b7 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xecfbbcfc gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xecfdf4f8 bitmap_unplug +EXPORT_SYMBOL vmlinux 0xed02e4d0 register_cdrom +EXPORT_SYMBOL vmlinux 0xed19d9bb __devm_release_region +EXPORT_SYMBOL vmlinux 0xed3d268e register_shrinker +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed5e60ad new_sync_write +EXPORT_SYMBOL vmlinux 0xed652427 _lv1_set_interrupt_mask +EXPORT_SYMBOL vmlinux 0xed6a4736 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xed719bf2 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xed71bcd8 agp_free_memory +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedab9c07 PDE_DATA +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc29b36 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xedc410d0 udplite_table +EXPORT_SYMBOL vmlinux 0xeddb0956 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xeddca34c block_write_end +EXPORT_SYMBOL vmlinux 0xede26ecd bdevname +EXPORT_SYMBOL vmlinux 0xededd771 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xedf0b48c _lv1_storage_get_async_status +EXPORT_SYMBOL vmlinux 0xedfe2250 __frontswap_test +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee5bb20b _lv1_panic +EXPORT_SYMBOL vmlinux 0xee763733 zero_fill_bio +EXPORT_SYMBOL vmlinux 0xee9174c5 _lv1_storage_read +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee9afe9a free_task +EXPORT_SYMBOL vmlinux 0xeea05fd6 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb5bd3b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xeebce1e1 md_error +EXPORT_SYMBOL vmlinux 0xeedd4ec9 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xeeec26a7 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xeef411d1 compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xef073e73 sk_mc_loop +EXPORT_SYMBOL vmlinux 0xef41ce7c make_bad_inode +EXPORT_SYMBOL vmlinux 0xef58274a seq_path +EXPORT_SYMBOL vmlinux 0xef5a9d72 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xef6c491e pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xefa201a4 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xefa2a9c6 cdev_add +EXPORT_SYMBOL vmlinux 0xefc2e54d _lv1_storage_send_device_command +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefd8f2c5 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefde1bbe flush_dcache_range +EXPORT_SYMBOL vmlinux 0xefef4bc7 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xeff9cc49 cdev_del +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf0454cbd of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xf053e83e xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf0857395 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0a8237a radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xf0bd5f9a scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xf0ca8f84 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xf0d2f84a _lv1_gpu_context_free +EXPORT_SYMBOL vmlinux 0xf0e5c001 read_cache_page +EXPORT_SYMBOL vmlinux 0xf0e92a6b xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf103bbc6 dcb_getapp +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11cd6ce down_interruptible +EXPORT_SYMBOL vmlinux 0xf13e1ba4 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf157f991 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xf183189b __ioremap_at +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19d7630 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xf1c02dc3 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e06df1 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf20324a6 netlink_set_err +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf21007d5 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xf217f6a3 bdev_read_only +EXPORT_SYMBOL vmlinux 0xf222defb __ip_select_ident +EXPORT_SYMBOL vmlinux 0xf22881e8 lg_local_lock +EXPORT_SYMBOL vmlinux 0xf22a5fe3 simple_rmdir +EXPORT_SYMBOL vmlinux 0xf22ad918 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xf22d4b4c dev_mc_del +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24dcaa8 _lv1_net_stop_rx_dma +EXPORT_SYMBOL vmlinux 0xf2769038 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0xf28189ce register_key_type +EXPORT_SYMBOL vmlinux 0xf2857a42 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0xf290346e d_drop +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2afb981 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf30d1036 _lv1_start_ppe_periodic_tracer +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf319c46c pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xf322a206 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xf32b4665 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3570daf __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xf357db8d pasemi_dma_set_flag +EXPORT_SYMBOL vmlinux 0xf35a6e69 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0xf35a9ba2 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xf35de86a fb_set_suspend +EXPORT_SYMBOL vmlinux 0xf368accb xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xf379d11d ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xf383cd6d vga_put +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf38dabc7 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3ca00e0 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xf3e03b31 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xf3e0f435 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xf3e5eb2d __serio_register_driver +EXPORT_SYMBOL vmlinux 0xf3f395cb cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xf415c482 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0xf428d4bb jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf4528e36 tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0xf46728b1 kfree_put_link +EXPORT_SYMBOL vmlinux 0xf47e0519 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xf4a2aa69 input_register_device +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf50cae83 pci_release_regions +EXPORT_SYMBOL vmlinux 0xf51bf88b nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf5222143 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0xf52c0511 sk_net_capable +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf53df0a5 gen_pool_free +EXPORT_SYMBOL vmlinux 0xf54ab95f of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0xf54d5082 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xf55b3b3d __arch_hweight16 +EXPORT_SYMBOL vmlinux 0xf5625dab d_validate +EXPORT_SYMBOL vmlinux 0xf57249f9 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0xf5a085c4 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5a2689c inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xf5a62ecc _memset_io +EXPORT_SYMBOL vmlinux 0xf5ad8a13 request_key +EXPORT_SYMBOL vmlinux 0xf5b945d9 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xf5be8b0c of_device_unregister +EXPORT_SYMBOL vmlinux 0xf5c39556 dev_driver_string +EXPORT_SYMBOL vmlinux 0xf5e1558d crash_shutdown_unregister +EXPORT_SYMBOL vmlinux 0xf5e52572 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5f6a9ba get_io_context +EXPORT_SYMBOL vmlinux 0xf6213e12 pasemi_dma_clear_flag +EXPORT_SYMBOL vmlinux 0xf6221c8b nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xf62ce0aa simple_fill_super +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf63cfc80 srp_reconnect_rport +EXPORT_SYMBOL vmlinux 0xf649b7ca vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xf656f7d0 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xf662cfb6 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf685a5f7 touch_atime +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf68a72db fput +EXPORT_SYMBOL vmlinux 0xf69a9478 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6c227d8 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xf6cc8835 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xf6d02e54 proc_mkdir +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ecb763 _lv1_send_event_locally +EXPORT_SYMBOL vmlinux 0xf721fa15 srp_rport_get +EXPORT_SYMBOL vmlinux 0xf7289d14 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf7291cc1 padata_start +EXPORT_SYMBOL vmlinux 0xf72c92af dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xf738d634 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf74700f0 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf7ab3c4b mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xf7adcaf3 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0xf7bac0ec _lv1_set_lpm_counter +EXPORT_SYMBOL vmlinux 0xf7dac0ff tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xf8004bfd _lv1_disconnect_interrupt_event_receive_port +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf80de9ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf8109bfc jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf81e488f inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8598394 d_lookup +EXPORT_SYMBOL vmlinux 0xf85a1ac6 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf86c2f60 mmc_detect_change +EXPORT_SYMBOL vmlinux 0xf89aa250 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0xf89f2945 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xf8b2910e blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xf8c898a2 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xf8df77ab xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xf8feaf80 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xf9600228 of_phy_attach +EXPORT_SYMBOL vmlinux 0xf98e204d vio_h_cop_sync +EXPORT_SYMBOL vmlinux 0xf9931438 ata_dev_printk +EXPORT_SYMBOL vmlinux 0xf99e4c9c devm_free_irq +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a8b8f3 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xf9bdabf4 d_alloc +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9f2e153 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xf9f61e2d seq_printf +EXPORT_SYMBOL vmlinux 0xfa13c116 clear_nlink +EXPORT_SYMBOL vmlinux 0xfa272d31 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0xfa320694 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xfa48c4d0 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xfa4ecbe1 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa732ed5 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xfa73a4d7 inet6_bind +EXPORT_SYMBOL vmlinux 0xfa81045a blk_put_request +EXPORT_SYMBOL vmlinux 0xfa8c2dcf devm_ioremap +EXPORT_SYMBOL vmlinux 0xfaac37b8 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfadb5750 pmu_unlock +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaeb7832 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xfaf981b0 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb0ad8d5 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xfb22c521 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xfb5e228d of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xfb5e99f9 blk_recount_segments +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb772e68 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xfb924d41 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfb9d292a inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbb4fb20 udp_poll +EXPORT_SYMBOL vmlinux 0xfbc21429 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xfbc46f3e netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xfbf1ca8f d_add_ci +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc376cdf pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3b160f mempool_create_node +EXPORT_SYMBOL vmlinux 0xfc4a9dd0 init_special_inode +EXPORT_SYMBOL vmlinux 0xfc541cdd dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xfc58fa9d open_exec +EXPORT_SYMBOL vmlinux 0xfc5a37ea scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xfc5f8a30 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xfc7cae35 mach_ps3 +EXPORT_SYMBOL vmlinux 0xfc9d7229 flow_cache_fini +EXPORT_SYMBOL vmlinux 0xfca5d5e8 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcacb0b3 of_create_pci_dev +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcef45f2 dev_warn +EXPORT_SYMBOL vmlinux 0xfcf8ed7d sg_miter_skip +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd238aa9 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0xfd51be64 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xfd605962 vc_cons +EXPORT_SYMBOL vmlinux 0xfd6292f2 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd6a9e97 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xfd770a82 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xfd8da235 try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xfd9139aa ps2_begin_command +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfda8a268 sock_create_lite +EXPORT_SYMBOL vmlinux 0xfdb6cedc _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbcf4e8 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdc4a474 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xfded48ed enable_kernel_fp +EXPORT_SYMBOL vmlinux 0xfdfaec95 security_path_link +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe26fc7c nr_node_ids +EXPORT_SYMBOL vmlinux 0xfe278fb2 netlink_capable +EXPORT_SYMBOL vmlinux 0xfe2ee9dc generic_write_checks +EXPORT_SYMBOL vmlinux 0xfe30e736 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xfe41a1c8 blk_start_queue +EXPORT_SYMBOL vmlinux 0xfe4cb4b5 _lv1_storage_write +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe5e9f16 follow_down +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe88dd03 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xfe9e9866 md_integrity_register +EXPORT_SYMBOL vmlinux 0xfed054a6 netdev_notice +EXPORT_SYMBOL vmlinux 0xfed221d9 pasemi_dma_alloc_ring +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee96cc3 skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff08657e netdev_warn +EXPORT_SYMBOL vmlinux 0xff11831d filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xff14a070 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xff1765c7 rtas_call +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff3164d9 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xff3544c7 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xff528666 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff759493 neigh_destroy +EXPORT_SYMBOL vmlinux 0xff798065 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffa1fce8 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xffcc6c79 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xffcdf92d i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffdb30a3 swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0xffde50d1 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0xfffa8725 sg_miter_next +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x028aa712 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x04e4a0e7 kvm_unmap_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0b74e6d4 __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0ddf3097 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1756769a kvmppc_core_queue_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1ea23486 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1f0b5f31 kvmppc_hv_ops +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x20a50242 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x22340782 kvmppc_core_pending_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x234b7994 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x2ebea8e1 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x2f08b51d kvmppc_handle_load +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x32c960b8 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x369ebd7f kvmppc_ld +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x37d68784 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3e04c0f9 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x40cab501 kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4469b5a7 kvmppc_emulate_mmio +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x44ee9c6a gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4a425993 kvmppc_set_msr +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4e360f6d kvmppc_rtas_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5c3148bb kvmppc_kvm_pv +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x66135f97 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6b019fac kvmppc_xics_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6b575a7e kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6e79b3e1 kvmppc_core_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x776b3325 kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7a2e5794 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8254c256 kvmppc_st +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x872c0d48 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x87ffdfc6 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x893f0415 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8d4510a1 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x92c811c0 kvm_read_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9553ae79 kvmppc_sanity_check +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x96b093c3 gfn_to_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9a03c7fc mark_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9bb724e3 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa04422b5 kvmppc_core_queue_program +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa1e98990 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa46f135f kvm_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa586fc9f kvmppc_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xab59d373 kvmppc_free_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb058662c kvm_clear_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb462630b kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbf38a5c6 kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc2b3fd4f kvmppc_core_dequeue_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc3945e00 gfn_to_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc63f9a46 kvmppc_emulate_instruction +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc70e4b59 kvmppc_claim_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc748f7de kvmppc_handle_store +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcc44961f kvmppc_alloc_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd0abcf8e kvmppc_pr_ops +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd32f4c9e kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd48a3b3b kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xdac5198a kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xdf2195cf gfn_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe0b93ac0 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe4e86097 kvmppc_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xee5d27f5 kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xee682fa9 kvm_vcpu_block +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xeea7eaff kvmppc_book3s_queue_irqprio +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf4da3546 kvmppc_init_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xff4a6092 gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/powerpc/platforms/cell/spufs/spufs 0x2006f4d0 spufs_context_fops +EXPORT_SYMBOL_GPL arch/powerpc/platforms/cell/spufs/spufs 0xba6d519c spu_restore +EXPORT_SYMBOL_GPL arch/powerpc/platforms/cell/spufs/spufs 0xe5116132 spu_save +EXPORT_SYMBOL_GPL crypto/af_alg 0x289197b2 af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x3b7d5ca9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x580e2c43 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x58716898 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x5ba2f57d af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x7ce04569 af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x82e18e51 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xe326cf73 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xfe2f0cf2 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x44accdbe async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x7b87193b async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xe4e619e3 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x1b2bc935 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x88656ed0 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1812f3ab async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xa7a02424 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xb31a3a11 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xdae20846 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x24db31e0 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xb05cbf44 async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x7fb50034 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x9c3b0584 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x4d6fbe9f cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x0cf8bb35 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x307ff822 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x4d9b857c cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x55cbbcb2 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x6032841e cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x89e40900 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x952c8ab9 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xb663e045 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xcebbceb9 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xd20f7597 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/lrw 0xd98b6d09 lrw_crypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4d0b71e9 serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x77fbd678 twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x080b9aef xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x095454b4 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0ac84daf ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2027cc71 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3669b47b ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3baf1bd4 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x58eb4aac ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5d2f73b5 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5e040d0e ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6efc6ac2 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x73289522 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x76550653 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb3c738d2 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb886e5d9 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbec0c32b ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcae877d0 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd664de88 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xeac5c6f4 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xedacaf1e ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xef29a416 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfa0384e8 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfdd03c27 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0740fd12 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x2e57bf8c ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x3bde6312 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x64837472 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x651af1ae ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x6837b100 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb3d2e84b ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xbac899c2 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc5e270fb ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe9f28e73 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xfeb80638 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xb74516ae __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x235ae77b sis_info133_for_sata +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/bcma/bcma 0x023b7466 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x031f8874 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1d959637 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2a393035 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2be68227 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x35cda331 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3695927e bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x48ed8682 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x590a331d bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x73e113dc bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x76eea773 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x94966986 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x95677f77 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9ecbbfc7 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xae883563 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb9a08806 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbda8cf32 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc935c6d7 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd67caa35 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe0c92a06 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xebf888b9 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf3a262cb __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf553a2cc bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x16ce6f9b btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5dda3f03 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x75a0ee83 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7f995775 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9c99b583 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9e7cd663 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbd935fb5 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbe7ba253 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xc2c1d06f btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd2232f8c btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0x1d2d1f5d nx842_compress +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0x4df68ceb nx842_get_workmem_size_aligned +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0x56a12651 nx842_decompress +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0xca181ed8 nx842_get_workmem_size +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x32bd0d5f dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x8528795d dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb96ffce6 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc70f51be dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xea433bc4 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x8aa61852 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xb45fbcf2 vchan_init +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xbd019b1a vchan_find_desc +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xbec7f2e0 vchan_tx_submit +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x05056081 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0a5a0957 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x215ee59f edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x273a1559 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x332f31c1 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3b26a3f2 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3ff94420 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4fb6863d find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x556a4277 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x767cf498 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7989a9af edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8da5c764 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x98960d4c edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x9d08b8e3 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa1165e84 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa58bcb58 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xcc9479f2 edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xce9c484c edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xdab01afc edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xdadd08d0 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xdd601b39 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xde205993 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe4d14918 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x0b843da2 bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x6f6b24f0 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xafd0e72d __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xcf2aeacd __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6b0895c5 drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbe000bd0 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf6605efb drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x63609006 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x74cf64a7 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x98fa98c8 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/hid/hid 0x012fe763 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0b902a0c hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2d5a6b30 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x39f58320 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3d732591 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x450db080 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4bc82673 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5ffb4916 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x65c3f65f hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6f0bf66d hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x73e2141d hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x74c30c87 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x75818b38 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x77c088de hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8766101d hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8a0fd364 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8d0bf1e2 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8e6819d8 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ea6d030 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9167e4e9 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x91eb7bc8 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9f9db1e3 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa9269b48 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbfce366e hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcb9b0928 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xda6aca2e hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xddfdfbee hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdfea1a6f hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe6c0aabc hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe9bb967c hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeffa03c6 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf0be9335 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf0d2425d hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf575d370 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf5ac4d7a __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x4e763864 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x0535452f roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x05a357d9 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x2f3c00dd roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x454c56e8 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x646bcb51 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc1d7b8f9 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0159fd82 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2aa4977e sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3312798b sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x44c05657 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6b27517c sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb89457f4 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc9a3e920 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xec01db4e hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xee55475f sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x2e5ba79c hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x044ade9f hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x06d64271 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x13f088c6 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x20f0f876 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2922a1c1 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2f36e12f hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3040541b hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x327ef3d8 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5bb8c3bc hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa986c7ce hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xab931dd8 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb264b042 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbb4174c2 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcfae6a6f hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xdd70d515 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xeacbed79 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xeda02089 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf1e07a4b hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x1d12b5d4 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x4636f288 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x49b61c2c adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x18063dfc pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1ef6156c pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2825f4dc pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2d39432c pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x383ca891 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x44dd6861 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x47280f63 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x60103ce1 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x8193d1df pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x909b691d pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x9c4a002e pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xda26e89f pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x047ecb70 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x4b5a9bc2 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x69a7e024 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x6ecc29ca i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x8c9b61a0 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x8ddf5bd6 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xa0f0bd06 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xd88271f0 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xfb6e50db i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xca8bdfec i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xd21e85a1 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x120cb078 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x897c5cf7 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x0560a380 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x379e14ee ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x3f7a210f ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x3fbdb9bf ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x5fe4b16d ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x6b207008 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa01a1d2e ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa8183841 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf7009c29 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x08170cc1 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x097e7c1c adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0fe14e04 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x1b3b012b adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x468dd22c adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9356b219 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x94681d7e adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa2dc9b0f adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa2e48c50 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xacdee4e7 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xc0ce730b adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd19ac962 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x13830a54 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x151eed4c iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x18b1990e iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1ca3c103 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2128a1c4 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a64d14e iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x47622a79 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x50d29215 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x50fabfa3 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6298dbdf iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6a44c190 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6fb59501 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x76f11d91 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x777397c0 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7e4622c5 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x82afd228 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x84c6e1da devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x880af5df iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8d97683c iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xad983052 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xae4aef8b iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb2fe175f iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb30f9963 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb48712b0 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc0823a15 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc4ae2eca devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc6e41634 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc7052e37 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe6573232 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe90287a1 iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf755776d devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf89755e9 devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf963c89a iio_update_buffers +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x56f6805e input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x75922651 matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x4123926f adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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/touchscreen/cyttsp4_core 0x9390c593 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xb709cd89 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xe073b557 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x0512a372 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x55388222 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xa192e86e cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x76313367 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x8aeceeff cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x11fb200d wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x27322334 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x375aade7 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3cb30b40 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x57883315 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x743fbc6a wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7aad7ae3 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xabb96727 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xad9399ce wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xae7e00b9 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb6077a7d wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb6b7392d wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0c1f5580 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0f948355 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x19643407 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x46264eb5 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x612579be ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x714d8ce8 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd65aa7cd ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xdf8c2fac ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xef7e3cf9 ipack_device_add +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x24c8d277 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x30dcabb8 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x331cee69 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x49f25f6c gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5318ee59 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5f522977 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x71556fef gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x719e61a1 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7bfdb1a7 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x956b7907 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9c8a98be gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb2d50497 gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb5928f26 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb6be01e7 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc008bbfd gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc428bd8b gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe180e5cf gigaset_freecs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0ad0b090 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0b091515 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x28e63b8b lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2cffaf42 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x46297ff9 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7e7ff518 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb1c90ad8 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc56b353a lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd8f66040 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xdad57805 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe8e5f107 lp55xx_unregister_sysfs +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 0x14f4392c wf_put_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x2b745006 wf_get_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x4210b530 wf_register_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x5605ac46 wf_find_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x62193c02 wf_get_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x75147afa wf_set_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x80c716a6 wf_register_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x8ce47741 wf_unregister_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x94765fac wf_critical_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x9547e28e wf_unregister_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xa2f19a49 wf_is_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xad4ea234 wf_find_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xbcace2a5 wf_unregister_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed82a14f wf_clear_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xfa5a0382 wf_put_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_pid 0x9808f147 wf_pid_run +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_pid 0xb8ed5b2c wf_cpu_pid_init +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_pid 0xcd9a18ef wf_pid_init +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_pid 0xceda69f1 wf_cpu_pid_run +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_smu_sat 0xe05851d5 smu_sat_get_sdb_partition +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x09868ab7 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x2458cda6 mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x4cf377fd chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x70ce0d92 mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x7bc43b74 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x80a57596 mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x82eaf841 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x93344d0a mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x961f7a68 __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9e82a9e0 mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe78e8311 mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe86da62a mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe8d3551f mcb_bus_put +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0ec17d44 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26062738 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fc380ce __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x40c27b88 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c49fc16 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51a15737 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x616b6217 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6907ac0d __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7be42a1c __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e532a71 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x914361f4 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9272fb0f __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x938cc2b2 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa649dd21 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb157059f __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb317649e __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb493772a __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb834c124 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbb1fc0a4 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc4fcb1e __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1474d91 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc379085a __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5aed8ad __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7eda602 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce055cbe __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe20fe821 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe24daf87 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe2ed0930 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea2303e0 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef1156ee __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc131205 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1c860aa6 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4139bc41 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5607b25c dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x57324e05 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 0x7b606e81 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 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd5da3d91 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xec401026 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aba7f5e dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7fcf5c46 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9310ba06 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9c256008 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa1d2413a dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa448e19f dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xafbda3f3 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcbb1bae2 dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +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-cache 0x5349a846 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x80a8b106 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xac85ce82 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xc486e790 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xc6d9abf4 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xd74f30ae dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xfc3816f1 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x0c43c810 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xb8b4bf32 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x0110d92f dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x26ac0aea dm_rh_dirty_log +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 0x4430764e dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x45ab972a dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x77c0e789 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa68e1f06 dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xba7f5625 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd470875b 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 0xfad9d53a dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc62ef4e dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfefd925f dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x17c36f29 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42dbdfc3 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x49b35849 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x55b4bd4d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8175453f dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x827a42f4 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +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 0x9f624559 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xafeda29f dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd29923fb dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf375d009 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5455120 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x65d54d7b md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x1f04d1c4 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x885d7e22 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0c6b9a0c saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x56456b0a saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6f266c53 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7a001323 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8431e5f9 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9bb0f90b saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa0c8ecce saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb55d8216 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cc11a0 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf7d298ea saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x48a0bcde saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x6040f49e saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x6e889ffc saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb562e1d2 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xbf67debe saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe4cda155 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe791fc79 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1dd1924e smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1fb8a173 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x20881594 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x22b354b5 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2f2725ae smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x33d9dd31 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x35483cfa smscore_set_board_id +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 0x6048afbc 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 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9e28cfcb smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa0ad4562 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb905546c smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xba7db880 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbd69c176 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe7cb5e85 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf33a80f3 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf5e340fd smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf73ced47 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xea884331 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xeae5d0e7 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x1011e813 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x1f2a7653 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0x395a6383 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x43aec625 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x492dd7bc media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0x4cdc5c81 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x5d2fad6d __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0x5da1b9cc media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x642f5f09 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x6f58a303 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0x82513989 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0xa81971aa media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0xa8f0f7da media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0xc3a21d83 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0xcadb7954 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0xd831e343 media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0xda665856 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0xdda00456 media_entity_put +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x74069aca cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x05097dd8 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x06e710e9 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5f01c617 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x60aeb7b0 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x755971a0 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x782ef976 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x86f495cd mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa66074ce mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb31552e6 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbcef69bc mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc36fbe31 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc657c419 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xce1836e7 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd6cedc46 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdbeff0f7 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf03dfa26 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfdd920f5 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1346c9d3 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1708354d saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x24e67ba8 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2c9e881a saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x43bc91ef saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x51a5c9ad saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5348feb4 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x56c22a01 saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5b06be2e saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x62a84cf4 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6d2d31a7 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x71bac8eb saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7acb084e saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc80694e0 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd583a4c8 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xde749c55 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe913a17b saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xea25608a saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf425d073 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf74f1122 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6e4bbd4f ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7770d4d5 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x86e2d80f ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9a4f3e85 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xe0bc0352 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xef109582 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xfd096c3a ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xab148cfb radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xe803665a radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x047094aa rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x05d8b6d5 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20e72280 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2bf9ed79 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3895b7b8 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5434301b rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x76c4c8dd rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x78729398 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x792f2849 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7c3fcb3b ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x827ed1dc ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xba8637a5 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbcea34b6 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcc4400a1 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd5fbeeb8 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe1aa17ea rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe24f6951 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe3b7f5f3 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xebb063c7 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x5fcebb29 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xda3ec772 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x716071e8 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x828201a9 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x33b73567 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x758b2513 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x56157d23 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xaa040864 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x5e71ba26 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x202277a3 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x8c12a7ab tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x1a29f9d5 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xc81a7198 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x07e16b93 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x14f08bb3 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x15c1b8e8 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x35c35b53 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x432b5676 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4722e097 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4c821755 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x575c69ce cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x67f39c77 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6beb88f2 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x774cf73a cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8f0d4c84 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa9d8f14b cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb6d26cb6 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbd99d1e6 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc0750c04 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc6226fc1 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcbfa5d56 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdc847b1f cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf135c648 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x97516a4c mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x03407cf1 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x01159063 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0c12fb81 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2f4e7972 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3879eaae em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x46ceda61 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5445ee51 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5cf0ac67 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5d28ec8a em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x628e259d em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x63a1bd39 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x692d57e3 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x753c63dc em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x793dfb66 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7e225a94 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x91b6f58a em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb9e0046f em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc121415d em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf9333e24 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x332d3a6a tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x745b62a7 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x823f365d tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xfaee7380 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x638e0c99 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x93743218 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x9bd709ff v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xb042aca6 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xcd51d8a2 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xdb6f149b v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x03162bef v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x299a32f0 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2f3d24c9 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x35690be0 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6581fd48 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x75275e7c v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x844c2b31 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x85efcd96 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa6cda4ab v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa9021468 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xac03d829 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaf31b1e8 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc2e290da v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc3200426 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6141e6d v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd47fa5b7 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd75862ec v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe2a578c9 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe6df1747 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe70bdd25 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe856f8e3 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xeaf1e9a7 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xec48759e v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf469409e v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x07ec8fad videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x353217f8 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3a514149 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3f1bd6dc videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x49243cd2 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5809e04c videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5847e537 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5e318788 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x69a968d0 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x721a7e46 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9545c527 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa1778873 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa47d7c69 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa4b22752 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa713bbaa videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaad8fc44 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaddab37a videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb596c3c9 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc70316fc videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xce371f0d videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcf9ad807 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdb4e563f videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe21f6258 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe3f05e8f videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x7a7e0222 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x98f9d184 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xdba9c313 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x30d9c53e videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x578f9afc videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x65570942 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x837345fe videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xaf942356 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb27cbf75 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xbc0504af videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xcd251ec2 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xfc13b8aa videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xbed3b51d videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xc0e47ef9 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xeb5e4521 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x008ba12a vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x07897cd3 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x10c88e13 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1a68b899 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x23db1c6b vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x39016319 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3f4dd196 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4617a61c vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4a0066c8 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4b2d2bd1 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x56b430de vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5d923618 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x632a9e59 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x63e15bff vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x64913088 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x69594cb0 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x72586506 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x737d95b4 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x748275c4 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7d3e97ef vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8b02b966 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9cc7c518 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa2ffbaa9 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa30fba85 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa4f086f3 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xaeccf00a vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbde12d1b vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc04b93cf _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc5f8aa7b vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc80ae8ec vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd2745700 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdb065f41 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdd66a660 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xde462eaa vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdf4f6205 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe6ff9f17 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe76eea22 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xff5f715d vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x9939ae0b vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xbea78c32 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x8c6db810 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x42e1e1c3 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x82d843d4 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xcb1c7683 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xd26cea37 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x64e607e1 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x09d6004f v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x10315794 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x15da5491 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1deab754 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2478d35b v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2b309fca v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3c7bd2da v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3d41367c v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x48455aff v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x49d2b2a8 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4a6e59cb v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4c291e01 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4d883661 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x518b4835 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x55ab384c v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x67555e39 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6c34921e v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x76750925 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7ce67aa7 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x885b44c5 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9b7e72bf v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9f41c968 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa2b4c0ee v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc1648f94 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc5474584 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcad6f42f v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd47c100b v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd95fd04c v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x1de48414 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x25c5e5ca i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x31dc22ae i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x575ac3df i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x818182b7 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x857f61b7 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb606c265 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xedb7f94e i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x7ba9a751 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x8a33dc25 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xb7b7e8ac pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x52b462ef kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6afca6f0 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x803e555d kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8315e0d5 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x95099066 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb9ed00a9 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf239ff6c kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf80b9f65 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x2e9eb4e1 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x3d79c0f9 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xbc19b1bf lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1e07c969 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x379c4ca0 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4ce2cecd lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x7cf55d62 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xa8c6edd1 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xe6bdb949 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xe7bde9e8 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x281c6c2c lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x47e7e79b lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x5030dcf1 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x29a225d3 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x47c17b3d mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x69186ef3 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x77585f60 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x7b179b9b mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x7e4e5cf3 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0346d1d2 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x35dc2410 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x37e62cfc pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3bcc1fb4 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x68a35d73 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa57ba11a pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb5acd79b pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdea944a1 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe54a201f pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe61e56ae pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xfd4c7e65 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x40afe84f pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xe4f2bd95 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x1e3b4a02 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x1fa7c2cb pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd6c46246 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xdefcb7f7 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xf685970f pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0b0f66aa rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x12cf7844 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x178001c6 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x19cea832 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x34562c9c rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x50269463 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5ad939a5 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5f5b92cc rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x60348419 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6c3b0851 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x75fd18ee rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x906312fe rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb6d20e62 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb84a08d0 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc1cb5414 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc7164dcb rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc9600cd2 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xcb29c48f rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd60e65cf rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xdc7ffcd2 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf1d9f900 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x3b6e7c89 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x444164b8 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x62b855f8 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x76ad27c4 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x78cb9983 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x8670ca61 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x9a68ba67 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa5366f2b rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xac9522b9 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xd339ad98 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xdbb2c458 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xe61df329 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xf89ccab8 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0ff16fac si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x143c6a3e si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2933fbb0 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2bf99a80 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2cd31a08 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x32189b30 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x34f190f5 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3bf614e9 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3d9520a5 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3f2c03bd si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x45fff0ec si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x587abe90 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5a01a9a8 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5e601324 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x60306c82 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x61d78c4b si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x64d713ba si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6ab642fd si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6c9a29bd si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x79b24627 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7e848776 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x81691737 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x88077b1d si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8d57d03c si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8ebcb0e2 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb252865c si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb64e1f4a si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcf8b3da0 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdd77d1ba devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdd8aa3c2 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xddc17f4c si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf17ffb88 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf7abd57b si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf7cd4aaf si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x35a39ccd sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x7c40b92d sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x8122daad sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa930145b sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xe078d7a0 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x1f1c125b am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x562cbe2a am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x5c6294c6 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x93437c72 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x1458706a tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x2e78f94d tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x6b74ccc6 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xfb341598 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x0c44ae1b tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x22b3c345 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x91e0bda6 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xec17b539 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x94f8de0e ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x2280a8ba cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x439ed5e5 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x663f3115 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb69e6872 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x133841ea enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x24ff40e1 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x62b8df36 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x855d1e32 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x939b27ad enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xcd9a54a4 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xea35c18b enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1a280175 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x577fcfe1 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x6edb9541 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x701645eb lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x824da0ba lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xbfddf577 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf7c7bb2c lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xfa4f2059 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x0c66b1b3 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x3d42b5b6 st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0eb64267 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3435855f sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x39153271 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x413d2b91 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6342916b sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x667b3bde sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6d8e96d2 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x74920dcb sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7f8933f4 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x91e60e44 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb4c842f6 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd292d81f sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd4aab6f7 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe5f293fc sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf2878f47 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x01fc0a42 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x06e2984d sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x27d7caf0 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x4b8ae368 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x7b915797 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8fe25190 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xce9dbd04 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf46e5315 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf59a8b5a sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x584a67f0 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x9a7d678e cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xa5544266 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x1ec224c5 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x9369a093 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xed3beb43 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x2b07b615 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x592bdebd cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x8c4dc11f cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xc325e710 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x04fb2336 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x101831cc mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1535626f mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x15c9d01a mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x17e8fcc5 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2696e952 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2fc4f27b mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x418bcf88 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x44928edd mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x456414e7 register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x45651456 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x45ed9578 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4eb5f465 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50f6b2ea mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5e6fdcba mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x632892eb mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x64c37132 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x64f87761 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x654c42ba mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x658b64ed mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x72c17898 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x79f9e035 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8020af9d mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8590165e mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x86863a7f unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x92e1a3f3 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x93fa5c59 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x943193ca deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x989bca46 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9ecbd163 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9ecdc67a mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa2ccbef4 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa310aeab mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa94a776f mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaecf292e mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb1ac1901 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb832a417 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbb801e66 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc016c7bb mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xca1cf733 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdc7bee0b get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x0d6d690d register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x75a6dd07 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x83a82b6a add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x8fabcd4c mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xeb2f4250 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x15fb8d10 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x1c82c6fc nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x379fa7c5 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x3b264ecf onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xf4467a53 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x3355cd42 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2257e895 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x40b1e74d ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4c5202d5 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x591ee93a ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cec4f6a ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x693bef02 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7144f630 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8f9dab77 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x934a260e ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xae7049c5 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb7bc1fb9 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xeda1f565 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5034bb2 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x2af050b3 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x619150a1 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb4149173 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xbf06cf63 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xe926bed2 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf8aa3b0d alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2ce6903c can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x402f1027 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5ebb5d48 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6036991c can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7b271fc4 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7da0d351 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7ea7c95f safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x949ee57f can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x990871af devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xac49daa2 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb8e8f0a7 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbac6b976 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbbdce37a free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xcc9095fd unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xde9ca7eb can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe0877da2 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe84e5b0d can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x0f65b91a unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x63fc9e11 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x725d962a alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xd86814be register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x470978ce alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x87336d8f register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xa3c11c03 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xe53f1c3a unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x074dc850 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07e95a10 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1297eff2 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12b0fcb5 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16af64d9 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19a4253b __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b08e41f __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e2eb5f5 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23e8b9f5 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x253c0cf1 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2586f564 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x284c256e mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b4edbe0 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c25d412 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e50d267 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3469e75f mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3477c162 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35780c00 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38acc98e mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39301377 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b97a835 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f0a9da7 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43e6a278 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4673af1e mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47e8528e mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x489b73d2 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c80c418 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4cb20d79 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d6f91ef mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d92c35e mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5103e10a mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52c19a85 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x538f5417 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x630a44bb __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64e64731 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65d4c9ea mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69daa7d1 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6abadca6 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b712e17 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cb0df6f mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f599f10 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x743dd44f mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x763bb029 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7690b9b1 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76ef2fb2 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77b7e34b mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f00b229 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x811c8614 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x811e97cc mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x818315c1 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82fc8f72 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8611cda1 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8748757a mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x878d1c64 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x897c34ca mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a1fb7fd mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8bf9c3e2 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8cca2477 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8faf3226 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x945db824 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95cce0c3 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f3bb2b9 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa17fa9de mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1e74166 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6482649 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8d8c57f mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9e6558f mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab614817 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabe98825 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb41d4752 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb65a8221 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9d473dc mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba6539dd mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb3fbf70 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb66dd2c mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2f720d0 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc669a17b mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc75cdc0d mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcac1aaa8 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd96e513 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd20100ae mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3808372 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3977892 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda0d13e3 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf3aea16 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe266e6d1 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3518f2c mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe52ba6fc mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7e844dd mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9b52457 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb8b1ce5 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec51f2e8 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee7d6871 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeedab5b7 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeefad1f3 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef9bba47 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf36f13f4 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5214c16 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5aecab0 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9d6161d mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfac3242c mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd6d8fe5 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfda196dc mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe58eee7 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe8b51e6 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0907187b mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18c710e5 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ee685ec mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x302a8f11 mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43951651 mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x447f0d65 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x462bb088 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51720902 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60e688ca mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6352a174 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a5f5d66 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d21840c mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x904e4ee7 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5cbdf1d mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd262bfc9 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3eb02da mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x44b3f88e macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x7c9b2d91 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xd7ab5722 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xdc8eee8f macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x581a6db9 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x550abe34 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xa2d674b8 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xbd55fd91 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xd974cb44 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xf06c0efd usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x25adb83a cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x69d30472 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x6d6f20c3 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7974c7f0 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa6105037 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc91d8cc3 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd9699ab3 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf83ef1c3 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x08d0fc1c rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0e708f48 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x20c4c31f rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xa388fa5b rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xa8263afa rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xfbc31426 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1a7d28c7 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1b362bb0 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1ffbb513 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x202aad98 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2a39b987 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3a178105 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3cb56bea usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3eac4d22 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3ef82bcc usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x56587b68 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5a845de0 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5b4da3ef usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x62c9b54c usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6401fa99 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x64f91d10 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6967a8c8 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6c310187 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6c676d45 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6e8ea1a8 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x731fcd1f usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x779fb472 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x80b3e022 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9500f4f0 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9785ebdb usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x982724fb usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9955850f usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9eed7a56 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa149c35f usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb5b0f4fc usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xea80eafd usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf08f2155 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfc5a96dd usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x07609b16 vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x41250888 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xa4c676ea vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xc3bb4923 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xd8f8f6b6 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x210757b3 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2c71629b i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x3295cdaf i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4669003b i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7421828c i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x74cdc648 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x97d491cc i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa7a95cfa i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb7bbf395 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbaae7685 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xcfe02fc6 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdbad6f02 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe698cce0 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe8f1d017 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xebe14563 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf6c323b9 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x0f02498a cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x255bdf26 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xb305b7d1 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xba2d64cd cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0xfbc4a5b5 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x505dd82b _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x62df78c3 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x7332a200 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x9e01465b il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xab8209a7 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d556623 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0fa86e3a iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1291ef1b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1ac36ff0 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x24cc388e iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x2dbc31d1 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x34a56dd4 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3799ef5a iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3d548dab iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5337f086 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x54148d8d iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x57c54195 iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x641e329c __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6b62276e iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6b8670d2 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x72b64728 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x79a9dbbb iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x95cc03c0 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa30a854a iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaa6d08eb iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb6228b60 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb7be64b6 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc67c31ed iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcb585558 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd6cc2852 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf8981c7b iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xff13bbfc __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x3705a048 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4239e278 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4742621f lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6052052b lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x61c99409 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x765d8e61 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x785fadb9 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x832be9be lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa2fd6d73 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xc0105f1a lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xc87525f3 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xccc2163c lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xccf5044f lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd3a03754 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd85b4085 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xe67d1523 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x04d9e790 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x34ab91c3 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x84494840 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x8c6e840c __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x8eac0c32 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xbc40ac65 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xca04c6ee lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xd1b2bcd0 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xab9de44f if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xfcc3680a if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x005b8ff3 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x1a2a4567 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2a1589b2 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x344abd97 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x357fd86c mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x4542fe6d mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x64a47843 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x7e5e808e mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x82281d58 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x894a1bc1 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8fee95c1 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc3a154c6 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xcc645fdb mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe04ce7bd mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x1a51cd68 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x2f99f827 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x5e0b00d1 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x7445833e p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x92bcde47 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x93ab5498 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xd2547f2f p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xd9125fc8 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xe9815d07 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x172eb566 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x6d240397 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x945b3ebb rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa82a5908 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x10000cca rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x10b2d78b rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x18a19996 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1946c6d1 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x21325ea1 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x349d5e2f rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3d028287 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4be102bd rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x50205d5b rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6d83fa81 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x720d79a5 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x72c145a7 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7660e037 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x78e29ec2 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x81088987 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x84add25e rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9295438e rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x99cc3557 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa13d2d61 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa252530c rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xabb54891 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xad8c9d5c rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb0f43cba rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb41489a4 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb755cdd4 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb990aa91 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbbe2ac13 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbef2b71a rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcf2f40bb rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd0e50937 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xdb7a711e rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe04d1443 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe4aa6337 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xeb929fbb rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf0bd7ae2 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfb3704c6 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfd68249d rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfd78562e rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x04135a63 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x4b7df7a2 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x6c2a271a rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x716ba49b rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x792225f1 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x8fbf48c2 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92d4eb8d rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xaa19492c rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xb93d2e14 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc93475ad rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xde5a94ec rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xeabaab38 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xee73a65f rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0190721d rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x04aa47ff rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x05a76728 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x05af6e34 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0ca43f4c rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x175ad615 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x21adf4a1 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x22a56a21 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2a26db6d rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2aa5dfa4 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2ab212fb rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x344c73f5 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x37b25d22 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3a27fd96 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3ba000d6 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3e96b94a rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3f65b557 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x42761444 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x43ab3755 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x440d1ccd rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x458ff3c9 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4aced7b1 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4d3241fb rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5aeacf0c rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5e6fd534 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x641cb611 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x67f31a85 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6a651786 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x78c3096a rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7959d3b5 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x857f7b88 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x86fa95f4 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8c28515a rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x94545088 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x94dc30f8 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x97c394d4 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa057e965 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa7245146 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbf03df91 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd7df4345 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdb916f8e rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdfa07c60 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe5bf4b82 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe63fde5e rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf150d470 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfd8f5194 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x02e17e2d rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x760a980e rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x9b27124b rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xa8b681fd rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xeddd6dd9 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x422e742e rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x42e3bda8 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x7c3a506c rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xd893ec03 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x24aae5ef rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x423ddc66 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4968cce5 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x62af4284 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x72223c03 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7607205e rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x84a299b6 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8bdda44c rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8eb087cb rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x984de38a rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc4c520e9 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xce5556ed rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd172ed13 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xe407fc5a rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf2a551e8 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xfc2e898c rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1b037ba9 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x423e5248 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x43d52721 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x53c26f70 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0de14925 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x13e95362 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x181697aa rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x29324c14 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2a2ec85b rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2fbc2a51 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3784d15b rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3bb17a3d rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3d51022e rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4038b960 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x43866fe2 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4b011857 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x559edc26 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x581b30be rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5952cfea rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9b698d51 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9c41f95a rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9fb91c1f rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa6eaad3a rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa902cc96 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb019a44f rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb56acd14 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbf39e6a4 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc3a540c3 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xeb47c2df rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf30a3b87 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xfac7c34d rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0d0b6636 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0fe429dd rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x14afa7a5 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x314ca708 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x3e951c16 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x43815802 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x467e8a46 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x4e5a6131 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6001a317 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6184b0b4 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6b4de810 rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x938744cc rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9c2e1dd5 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9f359e15 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb2b4e0f6 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb2c351bc rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc7b779d7 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xddc67ca6 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe8231422 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x0f908950 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x2fe9c8b1 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x96c7333b wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x118fc76b wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x136523fb wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x172dfee4 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2474e0d0 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2769fbb7 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2bb422bc wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x38ba622d wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3e8af2d7 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x55fafad1 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5a20fe3b wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5fde63c2 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x745efe63 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7ecfe9b1 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7fa163c4 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x865fe236 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8dc9bc65 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8ef8149d wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91a33a30 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x94c66a6f wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x96a12335 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x976ec0e1 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9afaf38d wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa770cca3 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaf753c1f wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb210d2d2 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb4b1d5d3 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb7bd3241 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb805a0fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc2bb7ba5 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc778bf4d wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe125fee2 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe2903c4c wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe7ea3420 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe9d2dda8 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeaab8335 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xec22b1ef wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xecd0debb wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf083876a wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf56908a2 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf699e190 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfa09a21a wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfb20627b wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x3ee4f98e nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x89a92c77 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xcaa7aeca nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x01cc7086 rpaphp_slot_head +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x531d6902 rpaphp_get_drc_props +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x6413376c rpaphp_add_slot +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0xf36e2cec rpaphp_deregister_slot +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x352e6777 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x7d5904c1 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xf3e98ac8 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x003998ab ps3_write_ctr +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x0bdf50c4 ps3_disable_pm_interrupts +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x0e622920 ps3_write_pm07_control +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x181e55ab ps3_read_phys_ctr +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x1bcb88c1 ps3_write_pm +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x2abf1471 ps3_get_hw_thread_id +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x2b339635 ps3_disable_pm +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x3c71a6b2 ps3_set_ctr_size +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x4a24996f ps3_lpm_copy_tb_to_user +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x50488f64 ps3_lpm_close +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x58e642c1 ps3_lpm_copy_tb +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x59c54782 ps3_set_bookmark +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x5eca6711 ps3_get_ctr_size +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x60e3f0d7 ps3_read_ctr +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x6702a28c ps3_get_and_clear_pm_interrupts +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x69010c19 ps3_set_signal +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x70177200 ps3_write_phys_ctr +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0xa76ee01d ps3_read_pm07_control +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0xaa190bc1 ps3_read_pm +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0xbb72a01c ps3_enable_pm_interrupts +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0xce72c9c0 ps3_lpm_open +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0xdddfc980 ps3_set_pm_bookmark +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0xfae0ab68 ps3_enable_pm +EXPORT_SYMBOL_GPL drivers/ps3/ps3stor_lib 0x09a97851 ps3stor_setup +EXPORT_SYMBOL_GPL drivers/ps3/ps3stor_lib 0x2714055c ps3stor_teardown +EXPORT_SYMBOL_GPL drivers/ps3/ps3stor_lib 0x764c1700 ps3stor_send_command +EXPORT_SYMBOL_GPL drivers/ps3/ps3stor_lib 0xf79aac44 ps3stor_read_write_sectors +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x0754a9ac mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x45841feb mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x49e0092e mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x588aaebb mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xd596b7a1 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x73100bd9 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x86c376e6 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x893fe8bb wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb58a67fb wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xdf5de8c4 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xef4f719b wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x92702c87 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x06b99578 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0c76a74a cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0f6c6630 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x120281c5 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x12d425e0 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x14213d16 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1abe86cf cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1e711304 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x230e278d cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x26a763b7 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2fb3c29c cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x324097a8 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x360d0234 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x381d279f cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x42db8d5f cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4db26776 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x565158aa cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x57639339 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x57f16e57 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6511100b cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6c603b87 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x710eb0dc cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x88175935 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8cd12158 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8cf40e03 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x988ec126 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9e6b6267 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9f99d0ed cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa3553d07 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa42ea672 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa48d8718 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xad2f8f17 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xad5560f2 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb261f096 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb33a59e7 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc08b6869 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc2ba1e84 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd85b00eb cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdac7f7fb cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe4cf9190 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xee48460a cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf3090895 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfdc0a5ec cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfe4b4e88 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x0137aaf9 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x049f0243 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x62333588 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x647087d0 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x8dfb77d3 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xb98c4132 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xd38d2136 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1d406bc1 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2ac0b908 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2bcef7e7 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x30be5eb5 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5faa83c7 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x65453822 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6d2e0fc7 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x80378d13 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x845aab4f fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x95e356b1 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x970c9664 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9b29137f fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb7e8153c fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xded7cf2f fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xef02bb55 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfc1e5c04 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x2b55cbb9 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x2d533c3d iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x7af88942 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8d0c225c iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa2e8118a iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xedc33568 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x07a8fa69 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0947d72a iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x09835f21 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1597a524 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2a4aa3db iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x34119725 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x376c0e89 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3801a690 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bf30e6d iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3ff96adf iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x411ffe1c iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x42e57a2c iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4368a9dd __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x453789ef iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x45944ef8 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x48f6ec38 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x53b3bad2 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x56804fb2 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5d0f1407 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x663c522f iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x688bd4dc iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6c31dabe iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6da17bfd iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x71200983 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7c64101e iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x850d51d4 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x905ab615 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9313cf3f iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x966b8656 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x976d8687 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa65db88b iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa91158ab iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb9c4e69e iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbce1dd84 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc1f66a89 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcf6e578d iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe139fd20 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe7d64a96 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xec5484a2 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xee52a2eb iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf2668079 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf3739bfa iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfce0fdd1 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x136aa014 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5098e4e9 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x65ac04bb iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6be7f749 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x770cb8db iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7a32a925 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x990cd817 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x999cf772 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9d5e023b iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbc324356 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcaed496b iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcebe6ad1 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcf22c00d iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd50ceaa9 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xdf9e3c13 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf94987d2 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfe25346c iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0945b4a9 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x18879ef8 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x27714b6c sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2c0dbbcd sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2cb4a692 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x344666d6 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x38d520dd sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x44b34352 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x47b987f9 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4ff9ed0b sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5443a113 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5f09934a sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6b50ac16 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6eb2574e sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6fc11545 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x81a173dd sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x87abc09c sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa74b3964 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xca431be2 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcdc9dd81 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdb8c5931 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe1306bd3 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xef918869 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf340a093 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfae78060 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x02a6ee18 srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x27e7e519 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x5d8bde20 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xbccd80a7 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xcc8720fa srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xea045953 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x081e406c scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x28ca1ec0 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x2b1e6d35 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x31d1d92a scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x41b9a435 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x44692c20 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xa2978299 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xb8f95eed scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xe4cae124 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0422bae5 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x085d33b3 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0d6a73ee iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0fad911f iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x12f324ff iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1c6278ca iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1e2cc35b iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x24cfec89 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x261c82b9 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x29976874 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2dac8645 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x307504c0 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3b6d9556 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x411e2163 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5739facb iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65a7f9f9 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 0x70116cad iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7d9cf74f iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x854817e9 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8719532d iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9c7a8984 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9fc1279c iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa7c9b05c iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xabc2c846 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xba3208a1 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbbbc066e iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc58e0ff1 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcd1b1f46 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd098311c iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd8f4f65d iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdda37bad iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe800b817 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeac8558c iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xec993e3f iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf1e454b6 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf67850c4 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf745ccf2 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfaa1ec09 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfb88a1ee iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xff27242a iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x2f0fcf46 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb3ece601 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xcb6887a5 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xe888fafd 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/ufs/ufshcd 0x19ab2de1 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x356b5301 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x43fe2553 ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x8e514372 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x9a4e80ac ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xd529cdfa ufshcd_remove +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2fb90e89 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x3e03bdfc spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x62f34f94 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x9aecb221 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xe07e19e4 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x2dc32306 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x78ad7056 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x896e38fd dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x8bced31d dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xe7efb8e9 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x01e51dfb spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x12ad0239 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x271761dc spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3dbf2d9c spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4275d612 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x50d3ff5d spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5dfbfa35 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x750f84d9 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9c4a422d spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9eb7ac5f spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa48b7e1c spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xaa1dc5a5 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xad9685e0 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb18d1545 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbe36cc1f spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc9966937 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd1197751 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xda204310 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xc9b6d25e ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x08fca43f comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x09587e32 comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0c750b8a comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0f1cc1a9 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x11150192 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x11c58211 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1b1eda00 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1d82d24c comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2414c2f6 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2798641e comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2d0896ea comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3332146d comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5511eaf1 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x560f2ff8 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x56d547b7 comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x57d71f92 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6660c3dc comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x72a82df9 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x795086fd comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x842a5ab8 comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8586792a comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8836a0aa comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8c65613c comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x90c46ec9 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9566d03f comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9b48afcf comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa0754a4c comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa2e5874f comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa72b231a comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa95e6cd1 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xad220850 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xafc49730 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbc386c0d comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc6448921 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc70d62a1 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc71f4d05 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc92573f7 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xca4c951d comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcca4a54f comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd251c262 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xda3beb07 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb705a7e comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xddd38d08 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xde06fbd8 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe26ce311 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe2880154 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe3190327 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xef6494c3 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf6746a3d comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf9df1ac0 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x618df169 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xae0e6345 subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xcebe4650 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x1d525044 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x24f0c173 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x6993bff3 amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x90a3e6e8 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x27d4706f cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xac0e2ec2 cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xcb1a5889 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xe6ce34df cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xfe73b306 cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x5ea282af das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x22b41b26 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x26e77708 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3016f238 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x31690ca8 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3a128bd6 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x47250c99 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6f551a0a mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x71a8dbcd mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7bbc9582 mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7cfc4c77 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa25b67a0 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa7b9b499 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa8634dd2 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xaf855e8d mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb55b64d7 mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb974dbbd mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xbb4f7377 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc2a0c389 mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xcfd01dd5 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd25a69c6 mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xee154c0e mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf6ea41e0 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xbe01f117 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x0163a95f ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x12d4d489 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x37bd27d8 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x4b4b69ca ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x4e0a887e ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x7f66d520 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xacdb88af ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xc7b0e978 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x2e8ca133 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x30335675 ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x51cf51f4 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x6f14acdb ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xfb34c310 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xfc9d7623 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x40354074 comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x438478c6 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x57b5cd50 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x5fa533a9 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x804b206d comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x86714e55 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x986db9be comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xe57e5931 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x082a3720 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0ef1d765 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x188ae5c7 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x24187d49 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x30a14b39 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x83371cbd spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xa6938222 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb35aaab9 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc0b120b8 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcd252022 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe41c8c71 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xf4ecf814 spk_var_store +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x75e294e1 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x8cf8d316 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc3c76c3e uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x18e55e81 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xe480d7ab usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x1f8a73d0 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x4f94c98d ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x29c570e8 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x385fe120 dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x03a93802 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x08db60ea usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0de0ffbf usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2d23966e usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3ff56939 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5853ddad usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x614e8f91 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x687ab455 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8b9c524c usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x916de917 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x93188b61 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x96f1350a usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x99d6e03d usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa17bded0 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa3fcadd8 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaeb571b0 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb09975b5 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb1b3d743 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb76eed34 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc94f7fb1 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd21d1807 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd54177ba usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd6d8fab8 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd7a028a8 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd9b3d9e2 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdb5f7586 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xea936d4e usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xec38e4e8 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x18f241ce gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x1936fa3d gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x1b14ea9f gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x234e8c58 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2a8526d1 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x30711b5b gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x430f84c8 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x572217f7 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x5f51a61a gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8c4cfce3 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa673dac0 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xb6890dd6 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xdf013aaf gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xf4ca7634 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xf4f7cb4c gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x38596f3a gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xa037f8d6 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x0837e793 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x1980bbe9 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x1fe82800 udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x39faf854 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x9b5a13cb usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xc8f65903 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xeb0cd336 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf22e36f1 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xfbda5f3c usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x0ab7c0d8 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xa97b8428 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xbd596639 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0cf22b27 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141ba9a1 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x15f2b0f9 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x345f2968 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x3c3b4db6 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4eaf8ad7 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x5ed45155 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6f5b56bf fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x88a746be fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb6be79b9 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xbcc59e08 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc997f673 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xcd552907 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3027833 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd48e0380 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x0fc47606 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x1ee6c853 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x61b08ec2 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb8a71b0f rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x24e74afe ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xe0ee2883 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x38c76bfb usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x608e7614 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6903061c ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x76674e3f usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x7aae1888 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb31d4b58 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xcce043f0 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xdf8f684d usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf991cbcf usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x4b786617 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x4f32dbbf usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x82acf3d2 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x99919e40 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xab375718 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xe944b65d usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xde9863eb isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x45cfabad samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x49ad5f8c samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x55657c3c samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x5aad085e samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x63e64927 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x63f1c0f7 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x9bc1e852 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xa2dd3eb4 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x08a1997a usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x275870d7 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x35631d8b usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3c445351 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x420ea861 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x57de89bc usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x621bc788 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x72cb120b usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x94a0b902 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9e4ffec2 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa2efcacc usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb5f9c783 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb8d142ca usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb8e5d87d usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbc1b08ef usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc32f6478 usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xec136d71 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xeddef4f3 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf400d90a usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfa335eab usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfb769751 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x01e5f1ae usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0c6890ad fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0e3b33af usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0e9bbae9 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2173c074 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3329c3b7 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x537d6735 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x613d86a9 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x61c80a14 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x73825f18 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x74b7f34a usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7c66851e usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x89447204 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9b4ac59b usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9e46b2fb usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9e74abfc usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb7460739 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbe70aae0 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xcdd3501c usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd28adf30 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xdca1d570 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe8337b4b usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xfd85bf5e usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x28be0385 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x33131255 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3de24fec usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x52139c4f dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5443167b usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5aec2fe6 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x70da523b usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x764351a9 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x877c160f usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbebb7139 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 0xe971e47c usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf6b2f2de usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x03b93317 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0bd816f0 wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x122f15ac wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x349d3cf9 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x3c692bd6 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x4f5dcced wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x832ef885 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xa22bbb6d rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xbb597340 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x041defaa wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x19dd3e04 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x2b1c31fe wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3e132a27 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x5862ac2b wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x6102e227 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x637c18eb wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x659587ef wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x6c36cbfb wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x71244be9 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x836b4b2e wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x8e126f6e __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc38dcf31 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc95d00a2 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x112d0cec i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x73e9f039 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x9d01eeba i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x0129275c umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x0b820c20 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x1a2174f8 umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x28b2a3d8 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x3b0d62fa umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xb081776e __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xcc59a509 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xe08058f3 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x003f50c0 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x06e6038a uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x07d74e54 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0860033b uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x09fcf872 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0dc9b3cc uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0f0fb9cc uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0fc02440 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x14f6270f uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x157a8e23 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x16aa1b23 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2bc070a3 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2c0efc3c uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2ff12d0a uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x31e86475 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x34662a4c uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x40230bf9 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x49013ed2 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4c51ef0e uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x591a85b6 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x64a395e5 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x73e9ea11 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x75d59fcf uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7ffb5c59 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x816b9e92 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8ad23a17 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8e98e27e uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x90a67262 uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x994d20e5 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa1193ed1 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa530956c uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa74c2aa4 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac97316b uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbdfadfb1 uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xddc328a7 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe255e5ea uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe7273726 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf5c03b2e uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfcba0ad9 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfeee450d uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/whci 0xe9c53e60 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x03b63338 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x868444ff vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xae883735 vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc3f174a5 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd4f65120 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf9141446 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x052bd99b vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1615537e vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1aac0724 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1f27e018 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2073a08f vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x28b3ab68 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2948f91d vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x29bc9f49 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2fffc21b vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x38aaab05 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3ac351ea vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x40dd9bd7 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x49112ecc vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4c4ee2a6 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5adbc8ec vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6031aeb2 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7539d427 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7910d2f5 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8e627f66 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x99aa75f3 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0f81e37 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc18ccf4a vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc39af9d6 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcbb6c059 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd6d93311 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdf96df41 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf1dadbd3 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf46e49d8 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf81280f1 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfe68a32f vhost_init_used +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x091c476f ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5823b8ad ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x59f6064a ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5acec736 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x9ca5ed4e ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xf9b6c3d3 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xf9ef8bd4 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x002bf7cd auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x57d8048f auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x68acb24f auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x7c59caa3 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x86cbb5f7 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x89a8cf19 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x91ea2344 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xca6ee1df auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xe6ad3fa4 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xf9a3708c auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x93e725e3 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x16d097b8 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x4f953c02 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x25d7dd47 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x363a158a w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x502bc982 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7a863828 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa80182e5 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc1f146d7 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd335dcb4 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf8846bec w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xfe3411a6 w1_reset_bus +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x023c3981 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x7cfd5d4c dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xd9d78450 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x01af7557 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x053b3b48 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x8105442c nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x8a080fa0 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa8338c06 locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd003504f nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe2669388 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xee13d293 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf1303665 lockd_down +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x001b9785 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00e03d81 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c2ea21b nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c867318 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e5ddf7b nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0efbc5a9 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0efd5cec nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11c8e492 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12ff23ee nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x161db036 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18b75408 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1997d1b0 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19c1e725 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a3ca646 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1bcc7c06 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1caaff7d nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e703eff register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1fcb4d0d nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x262fd1d6 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26f9f6db nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2dcd2eda nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e580c50 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e7327fe nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e9523da nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30cfc9fd nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x312ae65e nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34aae3a8 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39d66e88 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a388625 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3aac476e nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40f9c8b8 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41a349ef put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x439780eb nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43eccb2f nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44d279a4 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45092dbf nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x461aaf13 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x468ea544 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4889622d nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48978df1 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a4a411d nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b788771 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ce4e4c3 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d6aa16c nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e5fbf69 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50086674 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53e26349 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x546ba998 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x560afa57 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5cc5bf02 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x626413bc nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62f93b66 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6382bf05 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66ccf8ea nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67217019 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67d4611a nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6970ecb9 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x699ec864 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ae887e9 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c3eebc7 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d78bac5 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e73c621 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73731d1c nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77a14b94 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7962f865 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a25c5be nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b9c7e0a nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c2d54f1 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7fc09d0d nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82d72af9 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86471852 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88406a61 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ea4f971 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91cf4a9b nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94c27e41 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9673bffa nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98052943 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99bf0a2c nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a6e5ba0 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ae9b8aa nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b47d12d nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b5cf06e nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b785972 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c3e0667 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c666509 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1ccfbf6 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa23f2c27 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3f5d382 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4acdc62 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa79ff2a8 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xac24b9b2 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xac5c73d0 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xac78b0ca nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8ea6489 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcb2160c nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe9baae5 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbeda8cd1 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc22e294a nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb00549d nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd4542a7 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce551fa4 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfb21ea7 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfd1edbc nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1da578a nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7db13f0 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd8d7c4d0 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9423951 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd97a133c nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9e3db2f nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0a52287 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebbd541a nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebe04b59 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeca1d169 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf032ec0e nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf35b802b nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5b4574e nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf63cb623 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8ef758e nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfae8abca nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbd0598a nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd5b9f19 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0166e645 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06c36816 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b5a57d3 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d8d7e41 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1230e426 nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x12c659a2 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x12efaf1c nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x131857f1 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x131e5f59 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1eb39eb4 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1f8e6833 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x26a9cc17 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2cddbe85 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e40539c nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3dfe6fe3 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x42e3f21a nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x45bfaa8d nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x471de0a9 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4d873ad1 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x54461f7b pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x56319e16 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5fd559a2 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x66d7ba40 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78670138 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ab229b7 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8c691c27 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x900cfc3a nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x937b2c31 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x93e2bbbe pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x94bb663c pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x95a63415 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x995d2d3c pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x99beb2ff pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a68aac0 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa45c1a4c nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaa61f96a pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbbc7eb58 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc0fc3a6b nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4e297c5 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc5c7574e nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc5f3e053 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc68ad817 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc9b291dd nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfb2ac9ef pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x341be53e nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xa9bb5c82 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x006e4988 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0437edd5 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x30b51262 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x313735cd o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a28a9e 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 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa7641ad2 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xedea120f 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 0xfe7ed380 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x15ffe33d dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x178aacb2 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x6ecf5f7f dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x76b7cbaa dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa0d975ad 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 0xe160cc71 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x609a3f60 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xb12175fa ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xb698e703 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x1575df08 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x723a6cc6 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xee568314 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x50af1b95 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xb60b8740 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xfdfcb8cb raid6_call +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x03596a1d garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x6fd54fa3 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xcc41404d garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xd5500ca2 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xd600e1b0 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xe7dabee3 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x609188a6 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x6cc27e6e mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xb650e971 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xbf7a2449 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xe15989ed mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xe8911bf8 mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x81fc3e18 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xf07bfb85 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0xda53e549 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xfa84c64f 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 0xab47df5c 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 0xa2919f6a bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x667e139f br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xecab10d4 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x07ddc906 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0ebe5b0b dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x11e8096f dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x180e8bb3 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1b47aadf dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1edec6f0 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2250650c dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2381ddbd dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x23b373ec dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3a237087 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3f42adb8 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x41615386 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x48cc9f7e dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x54d61471 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x603aeccf dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x604853a7 compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6aee700e dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6e755b39 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x72f1db1c dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7e531d92 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8b384e9c dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8e429138 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa47466a7 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa87826cc inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xad3c444f dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb1add3b4 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb353e250 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb36b96bd dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb79830be dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc0b7b890 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc5a53082 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xce95b3cb dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd83dc608 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe321ec1a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf384d7b5 compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfd732826 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5affd838 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9ffc8288 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa25ad1ad dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa7280909 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc386123d dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xcb9699ea dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7d90b8e8 unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcf1c526d register_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xa83c080b lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xded7d42f lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x3586d5ce ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x61d98627 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x9e20fec1 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd2da16bf ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd58dfa29 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ipv4/gre 0x1d857753 gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0x74dc0727 gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/gre 0xbd2fe410 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xeafb57a9 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xf19ee227 gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x03543061 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1bb76e9a inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x33296772 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3d814fe3 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3d8b94ed inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x74560f88 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x173fd0b3 ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1968c922 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x25741a98 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x305df35b ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3720620d ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3a3f40ab ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3dba34ca ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4858152c ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x522d013f ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9fc5d4a8 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd8b6fde3 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdd60aa21 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfd140414 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x920e646d arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x2eaf31ab ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x164f0f33 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x96e3a443 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0xb1c9bdce nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x288be490 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x66824fb8 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb1a6340a tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb955bf11 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xc364b7e3 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x23810a52 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x34ed742c ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x39f0a9bc ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x78c5712f ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xa66017fe ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xbfde9f6a ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x587353ac nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x834d1678 nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x91434653 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x020fc669 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0f442182 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1e36c68e l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4b7882e7 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x52c1abfd l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x56a68ab4 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5eb0b751 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x685d3add l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6b0cbe4a l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7208085d l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x76278151 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd18216d2 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd778652a l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe68634e2 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xeb2abeda l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf6a0c7b2 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x0436207e l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x04698e06 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2340407c ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x37f59a07 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4e83da32 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x78245219 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x86b91f8f ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x942ffa6e ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9c36eb52 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa66471ba ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb34ef5f2 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb46f5bf1 ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb7317344 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbf99700d wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xec77413d ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x15bc8895 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1c5f12a7 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2d1d6b74 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x30e5d6df ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x32fb4247 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4854f721 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x48d34dd6 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x546f0e8d ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6a5cdc51 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6e1f09c3 ip_set_add +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 0x8f5bb6f6 ip_set_del +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 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xac92c2dd ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbab7a815 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbc368559 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcc3c8db3 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x45e28d8e register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x99a1c3e0 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x9c9d7540 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xfd663dca ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0175fa0f nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x02e15c1c nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x04f55ab1 nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0b4ba819 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bdcae7c nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d6578b6 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14193101 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1956495f nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x236f3298 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x24bd2f6e nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x24c375d8 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2f27e6c1 nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x35705d31 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36b8bdae nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x384d0f20 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x396457d0 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d138c71 nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e1ef5ac nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f9179ce nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x434e07cd nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4601b3ef nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x52bf979e seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x55e6378a __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x598e1de5 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f2aa1fd nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x601149b9 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65c6769d nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6cdcd9b1 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e5e676c nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x722d8575 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752ea0e0 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75db0f0e nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b0fc00b __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7f672f85 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8045c27f nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a66c4fc nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f3ad405 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91a85a43 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91f27c45 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x971d149f nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97691c99 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x977e4915 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x978d1a82 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x98badc32 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9a2a00a9 nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa04e0543 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa3c41ec7 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa52b761d nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa63e84ef nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaea5c579 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf1e4b61 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb1b21e9b nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb55c2a77 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb6026326 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbf3283d4 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40bc7ee nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcbd41290 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcca96cf3 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcdf7e361 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd0b0d0bc nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba23f25 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe2d7b0da nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe35b4ef8 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe53ee875 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe59bfb32 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe93ef40a nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeb42649c nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xebc7626a nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec0c0a19 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xedd844f4 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf27bafe4 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf29ae24e nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6cba915 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf7c03ecd nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfab24418 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfc8a09aa nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff40b965 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x9e5b54f8 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xb4812b36 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xe4d208e2 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x15190141 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x20d0bcb2 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x47e7ac37 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7cd14b28 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7e91447b set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x9f0762b2 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xbe8f80a9 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcd91427b get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd057f27d nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe7184b4d nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xd47ce141 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x0c690a5d nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x49532542 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x7511f2ca nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xe79c79c5 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x996d4970 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xc71b8027 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0b7161f6 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x129c0d89 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x221defed nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x317bb5fc ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x35bee4c8 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x43434377 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9a1311d7 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xd637c874 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x85f7542b nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1d26be53 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x57c35581 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x73018c95 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x81134434 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa2279c03 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb63a2b37 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd80c1aeb __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe72a5e73 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xede0a5a3 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1a48b7cd synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5f339439 synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xfb5cae71 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x06a5f735 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4e4cefa8 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x74d7b5d3 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9afd24c4 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa1e117ff nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa7936921 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc2dc2a25 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd3c12fb1 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd494d999 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd4fe3d86 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdcb49afb nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfd9d21b8 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfef8cc4c nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x27ffd8d0 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x371a1863 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x63497b0d nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x7fdfc689 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x8bcddd82 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x9ba7ca4b nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf125c4be nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x76277aea nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xa9bf03d2 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0xba24fa48 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x0c3c0a1a nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x1fd6be69 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x225f8143 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x8bf0b363 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xa51a8066 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xcc94fb6c nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x11c5a7ed nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa9819d0c nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0fe58c1d xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x129e478d xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x161d1417 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x20152302 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x26568459 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4073a8a8 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x43737001 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f82f1f7 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x691a6d69 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6ef66b83 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6fdb8586 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7320f0c5 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8339e1ce xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8cc1dbff xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x99ce7d65 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa60ba99a xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbb8f3f6e xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbf7130f6 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc541632c xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd0f33e84 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdbbe790c xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0b4971b xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec24fd82 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf604c1e3 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x00204983 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x482b6a12 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x429bbc27 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x9c68e3e2 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xa8537ea1 nci_spi_send +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x00d9f119 rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x238b5000 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x342604cc rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x4a4d37c7 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x4f7b8840 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x5b2a53a4 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x5f017b1f rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x651e50c2 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x6ac3863a rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x707a19bb rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x78a67ab6 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x7bc62829 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x807bb420 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x85484745 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x9487368a rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x987d2454 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xa71e9dec rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0xada12277 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xbd62f653 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xe286360e rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xe3cce0eb rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xf1e6c82e rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xf37f612b rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xfed6dd46 rds_connect_complete +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x47516edf rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xd803f754 rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb1f1ed82 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xe6317aef gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xff56dd80 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0024b93a svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0060c402 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0281f9f0 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x052e9d17 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0545f785 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05793590 rpc_get_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 0x093e78bf xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x095c4681 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a1650dd rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c2ab5d5 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d8480ee xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0dda6344 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x103b359a svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x109d27cc rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1210ca76 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1230ea40 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1244d9a7 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18af1751 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a4baea4 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cef92d7 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e0dd44b xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x200a5228 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x206374ff rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2208dc7d rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x238b4361 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24923d1b rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24aa4ddc svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26dc1a02 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2841c28e xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a77756b rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b1ac608 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b681a3f svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c3d7f85 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cd9c252 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d73cd9b xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f06a8a4 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x324da05a rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34b58229 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36c36517 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a3339dc svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a40aa70 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c2b51b8 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d884141 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x416dd17b xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43641044 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x443ea557 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4be851fc rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e4a1960 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e7c8aa5 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f2d581f rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fe834b9 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50ead9c6 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5162bdf4 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5254616f xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5783ead8 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57d6f158 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b3595ac xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5eff7cac svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ffacc6f svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6123a0a2 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6594ddac xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67d169ad svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x696d20bf svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69a3a9d1 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a8ea8b8 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6abb2310 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d025ef3 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d3cd92e rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ec0e03d xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x701cb9fb rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70943ac8 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7112866d xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7215f252 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72bddb28 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73fc6bbf rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74155cc3 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x746ea2ac bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x749b621c rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7708ced9 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x771e6160 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7767af33 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x785b3796 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d3dd05e rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e788ac7 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8220a700 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82378927 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x848d8b4b rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8705a4ea svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8896643d cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88a3b9a6 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b1280e5 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bced0d0 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93267cd3 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93653472 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x938898dc rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94f28202 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95fa7396 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98ae0252 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99db8173 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99fc91d5 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ad446b3 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b60c5f7 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c154449 rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c36376a rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c56a312 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ee9229f rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0379e36 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa09b5a4a xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2d5430f rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4e969e8 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa518f0e2 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5f066ed rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa670de24 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7446f1f rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8186b44 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa89d5d2a xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9657a54 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad9133ae rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaebe6cef rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaef9a76f rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf9f5981 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb077c4da xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb480046b xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4c8ef35 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb54031d5 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb72c7d0c sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb78e170a svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb945cb20 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba31d6a6 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb9507f7 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcbb4522 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbdf4eb85 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfa271f5 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc29db803 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6ddae8a rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc80e0e0c rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8831e86 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc928665f read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcab82958 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc01ffa0 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc26c45b xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc731732 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc9975c2 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce283618 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce746919 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf030725 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfc73ea6 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2f65886 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd38e6dcf rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8f0f169 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9c7c0ab rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda0d96e3 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdaf718cd svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb23e489 xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb734d1e cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd59173e sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe04c9d3f auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe07e316c rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe08e3876 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe307a622 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe53573e8 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe67e4841 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe792fa91 rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9dfcf71 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea10481a csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb7e29d5 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec393b6f svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec9d5bf2 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecf6777e rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedc65c0c auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee553238 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee765f05 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf016b28c xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf206f709 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf39855fd rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3a4887a svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf71ef2a7 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf86e668a rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf98824c1 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9bdc93f svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa68b0d9 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc740e5e xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfcdb5b38 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd8273cf rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe19981f rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe269af9 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe2cfc2a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe36186f svc_addsock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x08224d9e vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1c73deb9 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x267e8fca __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x291d4881 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d447918 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4904446c vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x55279795 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59d943c8 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5c71d6eb vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7626ecf0 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x863b6d75 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x970b77bc vsock_pending_work +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa7b4dffe vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe5b49de3 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfdda43bd __vsock_create +EXPORT_SYMBOL_GPL net/wimax/wimax 0x09331deb wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x0dbc5581 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2dc40c92 wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x5608c4a4 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x6cede40c wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x78d8a911 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x86ee9657 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa4630b94 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe2c5fc0f wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe769c35b wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0xef50a718 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xefee465d wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf4312b63 wimax_state_change +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0a926a2d cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1fb116d2 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x289a5ed4 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x63965f43 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x74b8fca7 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x74fe4f0e cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x938f50a1 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb23068a1 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcfdb053b cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xdbb4d97d cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe2339a76 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe3d74922 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf83527e6 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x65a861ec ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xbce86101 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xfbf97136 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xff8fc60e ipcomp_init_state +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x5a590512 aoa_codec_unregister +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x7ae50010 aoa_fabric_register +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x7e8fd5e1 aoa_snd_ctl_add +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x995c022e pmf_gpio_methods +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0xab094ff3 aoa_get_card +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0xb001a561 aoa_codec_register +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0xb1d1c5cf aoa_fabric_unregister +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0xc1525050 ftr_gpio_methods +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0xe71e5081 aoa_fabric_unlink_codec +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0xf417a054 aoa_snd_device_new +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x0b6a3ada soundbus_add_one +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x6478a75c soundbus_remove_one +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x683b8461 soundbus_dev_put +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x833084c2 soundbus_register_driver +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0xa6c89feb soundbus_unregister_driver +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0xce382022 soundbus_dev_get +EXPORT_SYMBOL_GPL sound/core/snd 0x0c53aa3c snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x1d8dcb65 snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd 0x3f76a913 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x8adfafcf snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xd4875598 snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x03c09657 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x5498b741 snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x9456c4b0 snd_compress_deregister +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 0x643edd90 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xf202c080 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0c64dc2e snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x114d91d9 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3ce81a5b snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x56dc18f3 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x92186d57 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb07c65f4 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc69130b6 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xdbc64ea7 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xdbeb0dd2 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe0c79033 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xf9ea50b9 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x4ac2a1b8 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x7f43b63a snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xa6294d31 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb3c257f4 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb3ef01c1 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xe01137c4 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00bb0b20 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0415005d snd_hda_jack_set_gating_jack +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 0x083dbf30 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x087ef31e snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09dc5e49 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0a8881a6 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0bbf6ded snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d886862 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d8a7b01 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f5b5908 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10d03f1c snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x148da1c0 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x14bc63d5 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x165e79d3 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x17a4eddc snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x18235d22 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x182922cb snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1898fe08 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1957e852 snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x19c433bf snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1a614cf6 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1be172e8 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e000691 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x216b03cc snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x229c6bf8 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24d87567 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x256f1e32 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2aa36d56 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b0a17bc snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b218eaf snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b952356 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e4cb5d7 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3118772b snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x314b89c0 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x322fd194 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x39dc843c snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a1ceeb9 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a4d62b4 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3df2a064 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f6ab0d8 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3fa0e852 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x449fef1b snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x46530928 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x480e50a7 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dfdd974 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4fb09a51 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4fbd5d67 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52be5e9d snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54910767 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x581afc34 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x589f9173 snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59b88c24 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5ac6183e snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5edb5a2d snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x650fbf01 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x652a4acb snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67af63ce snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x68e9ed44 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x69cc32e2 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a454bb5 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b3a2c07 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b3f86c0 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6e7e8c00 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x701948d8 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x70f19f37 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72987502 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72b601fa snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7849861b snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7898670d snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x789eb004 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d441a12 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7dcf81db snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e35ea75 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7fb80c27 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81c285fc snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82948ee3 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x856c85c3 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85d237bf __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86a2d159 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x88b53427 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89a5fc85 snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8bb10659 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8bdfda7d is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93031c06 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9389e334 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94f33d9e snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98477cd3 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98640def snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a836c3b snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ac5c2fa snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9c7fc78e snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e3b10bd snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9fe60039 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa13efc14 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4d9b8f1 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5eadddc snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa68d3c12 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa69db5a8 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa71a6f39 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xad58c004 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2276f52 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2e443ae snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb342bbcd snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb4637315 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb76aabf8 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc054facd snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc833a86d snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9241f09 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb83f1a2 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc0b9fe5 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xccd60673 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcd02c29e snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcfb24f4a snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd205cae2 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5a67037 snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc13e8d1 snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd2fc743 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe0b830b0 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe54cbad6 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe70d24e7 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea4b359d snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda54071 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee77d32b snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4eb2b04 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf6b76b2e snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf6c578a9 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf78c4228 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf797f50c snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb875148 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfcac7c19 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd224a2e snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfdfb3d26 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x00a0d370 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0d3b80f9 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x226207b6 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x28fd3df8 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x38317771 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3fb74a48 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4267c972 snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x455438f1 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x643c5825 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x67a9c6c6 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 0x7e41c0e5 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x89817ccd snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x905785de snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc0cba6fa snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xca687d66 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdc8df0fb snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xde0aa7e1 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe574fb6e snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe790bedb snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf49f4d68 snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0x9527e107 snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x22ba0a25 azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x4131fdc1 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x455a733a azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x6f0f34db azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x885a0ba0 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x886ac16c azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x8b3b634b azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x8bef8850 azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xb1d91506 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xb62562cf azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xbda91570 azx_codec_create +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x36e97b55 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x8201105f atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xc162a751 atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x462d7be3 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xa0342d15 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xa0e5c483 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x2df6bef7 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x42d0549f pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xa1295a67 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xbc18aca3 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x1d0196ef _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x89337842 tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xc4e20954 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x004b74a9 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x8a4cad56 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/snd-soc-core 0x01eb0690 snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x025e9bfc snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09042de1 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a7070ba snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b8fb4aa snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0de579df snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e643380 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0fa207b6 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x13f6f41e snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14ca6dfb snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15d4b892 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x191b79e2 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ae40119 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b0e13e6 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1bac0c4d snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d459026 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d9b3f99 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e6e3629 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e72776d snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f0bfc36 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x216174db snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x244c18d0 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x25fec6bf snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x286b79e9 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28cb11f0 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28eab780 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ec6e430 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f5b9c87 dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2fd1d082 snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x324e7005 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x33bccef9 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x342c8c3a snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34dd12ab snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x362875f1 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37be1166 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38c9e547 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ace7b9d snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3dfb7426 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x40e9b1ce snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41a95d68 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4252c439 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43eee50f snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45131e2b snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45c0c25b snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48733045 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x496d67f0 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d04a4d9 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f84c188 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52ad5b51 snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5362b7b6 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53b37fa9 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x541e9f4b snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e02db1f snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61e6ca58 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x620797ca snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62a56fbc snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x633a1704 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63855110 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64ba662f snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64be1972 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67344641 snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x675e0a81 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x685f34d1 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d81d847 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d931484 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e23ff65 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71017864 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7336d2d3 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x750f14f8 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7699c48a snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7709fa31 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79836163 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a7b9737 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b634eb3 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b84d82d snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ed757bf snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f3c637b snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7fe2014e snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81be63e7 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x844b76eb snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x852936bb snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86a53b43 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x872355df snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88c9cbbe snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89604cd9 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a8a963a snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8aa45926 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8b880e41 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bfc31be soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ff6f316 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91fb1cec snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1af16b5 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5adc1de snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6750510 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa74efb3c snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa099779 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa9c81ba snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf46ab7e snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0982b53 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0e017e7 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5eb5f2e snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6f57d77 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb72dc39e devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba6e4b79 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd1b04ce snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdc9e590 snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf32d22e snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc5693be9 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc56d74dc snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6b6941d snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcaea74f9 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd70b4d7 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfafd374 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfd6b776 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd291cf51 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd36e5789 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd473751b snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5566271 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5678c16 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd568109c snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd7e95da8 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda63d397 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc9cd303 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdcd8c852 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdd268753 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf5a683b snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2cf126f snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3842a35 snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3d822e6 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe446c8d7 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6cb7644 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe78ea922 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xed2286db snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xedf0b968 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefe005dc snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1bd64b3 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3a4aff1 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3f8b0bd snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4d9bb3b snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf77b8c22 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa4d28da snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbd1fbe4 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc55694b snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff0aa3aa snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL vmlinux 0x004d54b9 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x00663b18 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x006bc072 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x006fadb2 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x0070ef14 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x007c7481 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x0088d0e9 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x0098faf8 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00c8a923 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x0129e0b2 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x0175673d bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x018fcabf tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x019b0e4c __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x01d9454e blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x020325a5 spu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x020dfe68 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x0215d92d fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x02178882 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x021ebfda btree_update +EXPORT_SYMBOL_GPL vmlinux 0x0233f07c tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x0254d195 eeh_add_sysfs_files +EXPORT_SYMBOL_GPL vmlinux 0x026211e2 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x0284f00c bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x02953a72 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x029bbdd9 md_run +EXPORT_SYMBOL_GPL vmlinux 0x02d531e2 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x02e3a38b regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x02e95e30 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x030cc693 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x0334ec6f jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x034819bf tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x0355aed7 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x036503c5 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x03995b64 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x039e7ea0 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03ec073c platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x043ffe8f usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04a45333 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x04b5549c __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04ea7749 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x053494cb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x053bbba2 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x053e073b init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x05469f5a request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05805373 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x059adf3e pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x0600e528 eeh_dev_check_failure +EXPORT_SYMBOL_GPL vmlinux 0x061dee59 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x061e8eac of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062e613c virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x06437c39 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x064a8860 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x0656ee77 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x06635e25 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x06bedea3 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x06dcbd9f srp_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x06f7ac91 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x06faa189 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x06fadd1f iommu_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0709ad45 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x072bb0d9 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x072edd79 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x074a8ebc ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x076246c1 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x07669c9c pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x0784faf8 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b8d980 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x07d07b58 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x084607c7 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x085847c3 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x085cf222 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x085fbee2 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x088bfa7e cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x08bc041a pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08d092d8 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x08ed3031 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x08ede16b of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x0910dabc sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x091c824a machine_power_off +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x092d97f9 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x09376b10 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0960d300 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x0960edb9 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x09823a61 ps3_gpu_mutex +EXPORT_SYMBOL_GPL vmlinux 0x099a5c1d __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x09af1351 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x09d54177 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x09e42f8e sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x0a1c56ad ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x0a3f9705 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x0a51ae5b virq_to_hw +EXPORT_SYMBOL_GPL vmlinux 0x0a7d798e tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x0a9027d6 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0ac6f73e ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b3596cf rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x0b52526b spu_setup_kernel_slbs +EXPORT_SYMBOL_GPL vmlinux 0x0b5622c2 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x0b7fcba5 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bbc35c0 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x0bcd8dac shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x0bdd65ed sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x0be0a18e usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c1679c6 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0c28d0a0 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c2f5334 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x0c3d05e6 of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x0c8ecb6c regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x0c95cfd6 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x0ca4cc53 xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x0cba5707 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0ce12ffc pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x0ce3ee5a mmu_kernel_ssize +EXPORT_SYMBOL_GPL vmlinux 0x0ce4fd73 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x0d0088ec device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x0d2e4557 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0d5a4766 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x0d6c1cd0 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x0d6f6896 input_class +EXPORT_SYMBOL_GPL vmlinux 0x0d78b8e1 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x0d9164b2 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x0d93650e ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x0db640f2 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x0dcd5ed4 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de06988 cpu_first_thread_of_core +EXPORT_SYMBOL_GPL vmlinux 0x0dee48e7 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x0e20d0ec __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x0e3e4ea9 scom_controller +EXPORT_SYMBOL_GPL vmlinux 0x0e7617f0 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x0e9f5abb flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x0ea52720 pmac_low_i2c_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0ecf823a static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0efc7af8 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0f5bae66 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f98ce6e inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x0fc769ff ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0ff0e7e0 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x10060f44 netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x100627a0 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x100ed207 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x100f87bb usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1022969e pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x1026a355 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x1038621b crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x1070e24f input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x109a84fc copro_handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x109f7393 spu_get_profile_private_kref +EXPORT_SYMBOL_GPL vmlinux 0x10bddc71 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x10e05da5 pmac_i2c_get_dev_addr +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x11086c6d bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x1114011d threads_shift +EXPORT_SYMBOL_GPL vmlinux 0x11332142 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1145d61b vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x114e9147 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x11586997 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x116da58c rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x117c7305 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x1187a94c srp_stop_rport_timers +EXPORT_SYMBOL_GPL vmlinux 0x1189dd4a devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x1196253e usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x11abd00c led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x11b8752e serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x11cd76a9 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x11e32758 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x11e50cb3 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x11f4b4f0 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x1204a76b wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x12089337 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x120dd4e1 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x1219956e bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x1227bea6 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x125a92a3 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x12687181 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x128a5ccf component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x128b5d26 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x12aecc55 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x12df2f93 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x13087e24 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132d2360 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x13303ccc crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x1333bf13 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x1333d8b3 ps3av_video_mode2res +EXPORT_SYMBOL_GPL vmlinux 0x13425ddd mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x135f8476 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x136a4ee6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x136b44e6 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x13843180 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x139db0be fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13b648c8 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x13c24933 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13e5ea13 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x14077038 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x140f4393 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x1425fddc __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x1433cbc4 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x1443a58c skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x1451051e ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x1491ac2c devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x1491e7ad usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x14aba355 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x14ba51d4 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x14baa368 of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0x14c0d927 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x14c419fa inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x14ccf5a1 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x14cddf96 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x151abb7e __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0x153e32ab add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x155162a7 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x15758073 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x15815467 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x1582ed1a iommu_release_ownership +EXPORT_SYMBOL_GPL vmlinux 0x15848726 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x158b305c unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x159dd7be serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x15b8b44d opal_async_wait_response +EXPORT_SYMBOL_GPL vmlinux 0x15c1b69d ps3_free_mmio_region +EXPORT_SYMBOL_GPL vmlinux 0x15c21e5e nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x15c9cc71 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x15df69ab blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0x15fb8445 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x15fff9d4 component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x160eb26e usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x1649c6e3 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x16577a2f kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x16a6033b usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x16a6b48c dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x16a92028 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x16af8adc ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x16c1b8bf pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x16e845f7 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x1709511a pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x17430663 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x1751e6cf blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x1762ca26 kvmppc_invalidate_hpte +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17819268 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x1781a6ea put_device +EXPORT_SYMBOL_GPL vmlinux 0x1794a61d sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x1799980f ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x17ce1a19 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x17d23c62 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x1829b9ed hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x1829ccdd of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x182d4b4e inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x1848d7d7 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18570516 pmac_i2c_xfer +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x189f874d powernv_get_random_long +EXPORT_SYMBOL_GPL vmlinux 0x189fbdef regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x18aaad2d sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x18b1c9bd sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x18cb7c57 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x18e053b9 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x190463d5 device_register +EXPORT_SYMBOL_GPL vmlinux 0x1911a0db rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x1927dceb thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x1941a8e6 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x194e7964 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x19650af9 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x197b0faa crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x1982ee9f crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b1dc59 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x19b31344 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19b831aa sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x19c697cb arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0x19e9628d rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x19effb6c sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a0e041c rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a3a5798 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x1a58a4e3 __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x1a8b33e5 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1a8c5907 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1ac717e3 ps3_os_area_get_rtc_diff +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad2e12f ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x1b1054bb tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x1b14ea0c copro_calculate_slb +EXPORT_SYMBOL_GPL vmlinux 0x1b2b2862 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x1b644199 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x1b9140c9 __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1b96390c of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x1b9664d1 __destroy_context +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1bcb4d16 flush_vsx_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x1bcd7c22 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x1c0d3b68 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x1c110625 pmf_do_functions +EXPORT_SYMBOL_GPL vmlinux 0x1c317d9a ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x1c36d8be crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x1c4901ee rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c67f56b __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x1c68838f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x1c70f53d ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x1c7465bd serial8250_release_dma +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 0x1c9dbd2f call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x1ca1b1d0 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x1ca24d8b PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x1cbef221 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x1cdb2147 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x1cf82066 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x1cfe7cc8 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x1d0b6f0d sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x1d2fc21b uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d8a8c53 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1db652e9 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x1dcd567e ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x1ddfbbc6 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x1dfbcf4c mpic_msgr_disable +EXPORT_SYMBOL_GPL vmlinux 0x1e000879 hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e204b4a cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x1e205347 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x1e3f63fd wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x1e47c560 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e609939 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x1e67c381 copro_flush_all_slbs +EXPORT_SYMBOL_GPL vmlinux 0x1e7a5b78 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e83f079 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1e85f8b2 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x1e8e4116 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1eb9f6af of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec01fb8 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x1ecb5e77 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x1edc21cb hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1ee96cd2 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x1eee14ad power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f082f62 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x1f14f558 user_read +EXPORT_SYMBOL_GPL vmlinux 0x1f1988f7 hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x1f2c5193 cpu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x1f342142 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f640ef4 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8add85 pmac_i2c_match_adapter +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f9fe2d2 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x1fab4a0e set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x1fb53c69 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fd52246 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1fe970cb ps3_io_irq_setup +EXPORT_SYMBOL_GPL vmlinux 0x20139774 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x201c321b inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x2020677f bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x20396f0c attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x20745da9 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x2097715d __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x209bc4d0 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20b685db relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20cd4769 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x20e144e9 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x20fda5fe ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x211850f5 htab_hash_mask +EXPORT_SYMBOL_GPL vmlinux 0x211b315e wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2140393e cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x214da22b sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x215ca7df tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x21676b83 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x218a9743 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x21aadf2b ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21b14b25 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x21b3b2ad blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x21b67ddf elv_register +EXPORT_SYMBOL_GPL vmlinux 0x21c5ce22 __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0x21e9445d sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x2207fa0b usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x224eabc7 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x225fb64d platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x22944410 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22b6d37c file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x22ed000f bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x22fc294b virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x2321ac92 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x237be9f3 ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x237d170a devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x239c4ca1 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x23a3802e irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x23bbf7e7 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23ce3866 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x24011e14 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x2468f932 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x2471fb58 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x247da87c blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24ba2bb7 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24ee9c82 sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x25011f4e device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x2504c67a __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x2546f07d inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x25568495 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x257caa6c fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x257e4275 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x25833d51 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x258848ca irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x25a917d9 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x25b418d8 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x25be6d58 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x2621b386 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x264ba024 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x26512e35 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2667c7d7 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x267098dc pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x267780f4 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x26ac8b1c ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c0a1f6 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cc8f4e da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x26d51b32 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x26e64e3a kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x27163768 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x27467a52 mmput +EXPORT_SYMBOL_GPL vmlinux 0x2768278a pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x278043f6 device_add +EXPORT_SYMBOL_GPL vmlinux 0x278299f4 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x27c0c4be eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27c3429a firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x27c5c7fb usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x27ebb001 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x286f3a44 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x289482ed irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x289a723e ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x28a49060 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28b30c7b pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x28fb85bd of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x29341b9b ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x293534c6 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x2952f742 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x296de12b relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x29a278ac trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x29bf7bd2 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x29c1f7bb crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x2a0c2fdd usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x2a33ae67 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x2a4f2043 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a76211f usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x2a7868fe regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x2a807b20 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x2a8f9213 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x2a97d770 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x2a99a1f0 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x2aa85ae2 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2adaaf8c device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x2ade9aa7 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x2b15ce2d simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x2b218cc4 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x2b2f66cf fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2b45a3a4 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x2b589da6 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x2b5c303b smp_send_reschedule +EXPORT_SYMBOL_GPL vmlinux 0x2b64162a regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x2b94de52 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x2b9e40a0 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x2b9f47bf set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x2ba098d2 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x2ba6eb5c __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2c0747c5 pmf_call_one +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c35ef77 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x2c41ad38 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x2c63c367 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2ca5b002 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x2cb5f725 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x2cc3e675 pmac_i2c_close +EXPORT_SYMBOL_GPL vmlinux 0x2cd88f51 kvm_hv_vm_deactivated +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2cf9490a regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x2d0d0783 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d203846 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x2d315afb srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d568852 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d656d3f context_tracking_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2d70c913 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x2d793505 iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x2dc5a6d1 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2dc6a086 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x2dc9be89 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x2dfd2404 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x2e1cc501 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e20c45c kvm_alloc_rma +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e264028 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e342bcb task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e7f1fcc crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x2eb4bfb2 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec493ff alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x2ef4a555 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x2f082e6f of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f3ebdd6 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f56361a pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x2fac5912 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x2fc413ec list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x2fd7d462 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2ffb5ff7 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x300a924c fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x30106338 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x301832fb opal_async_get_token_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x301bcd9a of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x30440618 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30f758f1 pmf_put_function +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x311b78c2 ps3_get_spe_id +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312b4d54 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x3136335d da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x3143e632 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x315d61bf __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x31621ee5 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x3162f9b7 srp_release_transport +EXPORT_SYMBOL_GPL vmlinux 0x3197fcf9 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x319febf0 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x31b61fa3 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x31be451f fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x31bef441 opal_i2c_request +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c4b937 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31f14da0 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x321ee448 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x321f094b sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x3245c653 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x3254b077 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x32662717 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x3267a583 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x3281df16 pmf_do_irq +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x3299cb12 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x329a1b13 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x329ea0a8 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x32a10f2c devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x32aa336d class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32bbc416 flush_fp_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x32bded08 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c6ec8f sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x32cafc8b srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x32e70f92 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x32e81783 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x32fa753d devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x32fc8c86 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x3309ea64 ps3av_audio_mute +EXPORT_SYMBOL_GPL vmlinux 0x3310bf11 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x33252deb __put_net +EXPORT_SYMBOL_GPL vmlinux 0x33375a3d usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x33398de6 mmu_psize_defs +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x3367ca70 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x337786fa usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x33889299 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x33a03b65 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x33fcd419 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x34428ea4 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x3444d4c4 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x3465fce6 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x349ac8c4 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x34af0adf opal_ipmi_send +EXPORT_SYMBOL_GPL vmlinux 0x35239de1 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x35324b67 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x35391cf7 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x354bc296 isa_bridge_pcidev +EXPORT_SYMBOL_GPL vmlinux 0x3550e59b dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x357d72d1 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35995819 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x35eeaa88 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x3635565e crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x363d9d84 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x36513675 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x365c6a34 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x366cc555 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x36845558 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x368f1fea static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36b3900e usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36f63718 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x37078b60 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x371e5905 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x3731b3b5 pmf_register_irq_client +EXPORT_SYMBOL_GPL vmlinux 0x373caa39 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x374e0305 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x37565515 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x37a8da78 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x37d44511 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x37fd9ea5 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x38014811 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x3858a52a of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0x386496d4 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x388be935 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x38a32f69 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x38ab32e7 pnv_get_supported_cpuidle_states +EXPORT_SYMBOL_GPL vmlinux 0x38b0c4d9 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x38c24e2d seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x38d12c7b arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x38d97864 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x38dd74b1 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x3914cdef ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x39883cda __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x399514b8 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x399748c9 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x39a36c3c tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x39f61c73 acop_handle_fault +EXPORT_SYMBOL_GPL vmlinux 0x3a2635c8 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a38dc65 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x3a3f09b0 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a595947 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x3a59c88b kvm_release_hpt +EXPORT_SYMBOL_GPL vmlinux 0x3a67811c thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x3ab53702 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x3ab53f41 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad0e201 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x3ad3b73f pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3ad9d83e usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x3ae8d08b blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x3af062e6 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x3af9ee23 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x3b1c5afc ps3_vuart_irq_setup +EXPORT_SYMBOL_GPL vmlinux 0x3b393305 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x3b4da8ed usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x3b5bd44a __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x3b609b6e sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x3b6f7c13 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x3be91f2c ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x3c0dcb66 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x3c2a0b60 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x3c663be3 of_node_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x3c75dcc9 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x3c7c291a generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x3c7d13b4 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3ca45079 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x3cbff667 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3ceb568b regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x3cf69baf slice_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x3d1783fc dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x3d20b77b pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x3d228fc9 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d9116b1 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x3d97bdaa tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dcffd95 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3deb977d pmac_i2c_adapter_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x3e22a7f9 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x3e2c70b7 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x3e3fa180 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x3e57ede7 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ea3da5e perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x3ebd0dc6 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3eca7a45 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x3ef6edac pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x3ef737a6 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f148ea2 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x3f1955de relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x3f495a6e gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x3f5156ae skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x3f642f6e sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x3f8bb1d3 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x3fb14423 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3fbda187 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x3fc72d3d __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3fef7431 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x3ff20711 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x401a8f14 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x403b13fc usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x40406ca5 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x404a0cb3 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4059594b thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4059a3ef __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406983e0 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x406c9746 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x406df50d devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x40954747 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x40adfadf crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40b20634 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x4103e747 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x4133f58d ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x413f94e1 opal_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x41629df7 cpu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x416f8271 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x416fb828 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x41728ab4 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x41743b60 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x4179de47 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41c0ddf9 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x41e5d1f5 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x420373b4 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x4220451d usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x4222ef4e pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x422ff478 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x424be667 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x425293a2 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4257255c pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42988557 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x42ed74e8 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x43025476 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x4304bee2 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x43673261 eeh_pe_get_state +EXPORT_SYMBOL_GPL vmlinux 0x4377afb8 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x437bddec uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x43884187 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x43997b4f transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43ade395 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x43b27734 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x43ce5eb0 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x43dbf580 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x4411be2c netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4416d4f6 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x441f3129 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x44284473 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x442cf36b serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x442e51c5 pcibios_remove_pci_devices +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x444ea394 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x44551302 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4457a188 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x4462f7af regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44a33d8b ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x44c79759 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x44c97047 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x44eb15b5 of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x44ff257a debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x44ff69fe remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x45026334 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x450d257d ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x450fb522 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45925245 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x459cea52 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x45bd10d8 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45c7c611 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x45ca3dc2 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x45cc7db9 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x45f0baa4 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x460d395e crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x461f8f2a gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x46411195 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x4649302c driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4688c96a usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46d5c609 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x46d9f955 ps3_irq_plug_setup +EXPORT_SYMBOL_GPL vmlinux 0x46dfd51f ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x471441ba inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x4721536a raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4741db42 ps3av_set_audio_mode +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x478588ec sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47abf19f fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x47acddea ps3_sys_manager_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x47cab6b4 ps3_vuart_read_async +EXPORT_SYMBOL_GPL vmlinux 0x47e3c9be usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x47ed2221 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x47efaff1 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x4818ffe7 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x482c262c pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x484742c9 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x48500f63 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x488ddd01 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x48bb1e08 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x491b4bdc inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x49561280 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x495b85b6 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x49797ca0 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49d86505 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x49e31c72 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49ed3d0e kvmppc_do_h_enter +EXPORT_SYMBOL_GPL vmlinux 0x4a1b81c3 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x4a1f730d sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x4a2229c2 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x4a36ea48 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x4a38cc57 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x4a3d0fe3 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x4a47b2d5 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4a4fbc5a subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x4a55ff74 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x4a7931b2 use_cop +EXPORT_SYMBOL_GPL vmlinux 0x4a82a8c2 spu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x4a89d1ea spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x4a90160e bprintf +EXPORT_SYMBOL_GPL vmlinux 0x4a9780e0 inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0x4aabfd9e spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4af5c6a2 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4afc0335 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x4b00f890 arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x4b0d26b5 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0x4b166eb4 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x4b59573b extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x4b63643c tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x4b6bb585 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x4b962eed dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x4b97ecb4 component_del +EXPORT_SYMBOL_GPL vmlinux 0x4bce4ba0 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x4bdd4707 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x4be613c0 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x4bf23f8d pcibios_find_pci_bus +EXPORT_SYMBOL_GPL vmlinux 0x4bffcfec regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x4c11f81d pcibios_add_pci_devices +EXPORT_SYMBOL_GPL vmlinux 0x4c18f773 ps3_os_area_set_rtc_diff +EXPORT_SYMBOL_GPL vmlinux 0x4c1915c2 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x4c2a161c perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c3d1f8a usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x4c3f90ad inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c61e7b6 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x4c66c715 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x4c7154e6 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4ca96e1f usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x4cbc7d6c usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x4ce8ca98 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x4d7df5b2 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x4d7dfec1 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x4d9e0641 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x4da9af44 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4dec1f83 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x4e02be19 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x4e0c0446 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e25a29b fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x4e47c5b1 skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x4e650e9b of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x4e6633dc dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x4ed48d45 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ee1373b __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efe4228 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f13bf1f ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x4f2572b2 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x4f305b23 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x4f54b805 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f8ef266 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x4fa1778f regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fb988f8 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fd5424c of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4feb0228 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x500e8b7d pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x50182013 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x50229bb0 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x502dc4f3 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5067453a wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x507de8c6 add_memory +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50a4d812 pcibios_finish_adding_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x50bb02ee usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x50c13b54 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x50df7684 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fa7a9d wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x5105884b regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x510662ba fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x510a5abe spu_associate_mm +EXPORT_SYMBOL_GPL vmlinux 0x510c82f6 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x5117196e rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x5121dc7f arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x5144be24 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x5168ffd2 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5182108e phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x51846493 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x51a61597 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x51b65a26 rtc_lock +EXPORT_SYMBOL_GPL vmlinux 0x5205e64d disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x520b5a89 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x5215d612 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x521c086b regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x522f538b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x52357219 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0x523d8510 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x525897f6 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x52c04c38 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x52ce913d rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x53045f69 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x5312a69f devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x5317c33a blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x5335dd11 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x534b3f65 srp_attach_transport +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x535c9e8f cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x53aaea9b crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x53f1ef8d fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x5406e274 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x54189fbe wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x542d17cf dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x54483b68 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x544bf2e6 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x545cedde __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x546c5565 ppc_tb_freq +EXPORT_SYMBOL_GPL vmlinux 0x5473f1e9 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x548fb9e3 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x5490c9c9 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x5498bfb1 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x54b0b090 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x54c0b185 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x54cd66e7 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x54e310f2 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x54e9ec6e get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x54f64a1e __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x54f8685b srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x551b10b3 pmac_i2c_find_bus +EXPORT_SYMBOL_GPL vmlinux 0x553850b8 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x553935b4 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5555cdc6 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x55617543 regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557acad4 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x5588879e kvmppc_entry_trampoline +EXPORT_SYMBOL_GPL vmlinux 0x55acb0d3 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x55dc3228 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x55e8a51b usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x560fca0c reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56360686 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56dc1bf2 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x570d2bfe __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x57410ce3 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x575a2771 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x575c5f94 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x575dfd7d cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x57752c62 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x57786e34 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a78a7e irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x57b9cc62 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x580b8391 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x581d2b79 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x5885a45d sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x5892f832 release_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x589443a0 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58b577b2 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x58fd0403 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x58ffbe11 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x590aabb1 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5958a851 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x59668a08 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x596a78dc usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x598165fc clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x5984f493 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59e70cfd inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59f79073 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x5a472e80 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x5a58d757 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5aeb2d62 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x5afaafce cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x5b077815 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x5b2ee982 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x5b416117 _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0x5b5302eb ref_module +EXPORT_SYMBOL_GPL vmlinux 0x5b5bba42 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x5b5dbf4e usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x5b648500 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x5b6525d2 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x5b68f1ef tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x5b6909bf rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x5b7c4588 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x5b7ce6a7 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5b8cc195 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x5ba29031 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x5bad600e swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x5bfbc6f9 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x5c0c57a9 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x5c1489ad pmac_low_i2c_lock +EXPORT_SYMBOL_GPL vmlinux 0x5c223577 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x5c25ce53 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x5c2bf66e pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cc947d7 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x5ccc06e6 spu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x5cf8a882 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d18cf40 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x5d6401f2 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x5d77952d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x5d90341f rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x5dae3206 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x5db1c1d3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x5dcc2958 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x5df2f4eb page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x5df9c832 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x5e16cc3a wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x5e2da08c da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x5e46891e dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e769986 ps3_os_area_get_av_multi_out +EXPORT_SYMBOL_GPL vmlinux 0x5ed7d3ff pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x5ee7542e reserve_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f3284d8 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f79a98b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5f8a758e rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x5f924ebb regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x5f9a8106 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x5fd6ce48 iommu_clear_tce +EXPORT_SYMBOL_GPL vmlinux 0x5fe5035e __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x5ffd714f sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x601e7d28 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x6023e778 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x60467b06 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x6057ee42 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x60647aa9 vtime_common_account_irq_enter +EXPORT_SYMBOL_GPL vmlinux 0x607c57b2 ps3_vuart_clear_rx_bytes +EXPORT_SYMBOL_GPL vmlinux 0x6089c903 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x60974cdc iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x609efa4e component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60a4d7ea tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x60c01257 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x610270f8 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x614819dd fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x615e3774 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x61741418 iommu_take_ownership +EXPORT_SYMBOL_GPL vmlinux 0x6177d03f sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x6183ff15 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x619d28f2 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x61a90c54 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x61b9379b platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x621ff279 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x623174d6 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x62317ea8 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x62503aea find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x625eec6a bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x6263bd44 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x627ee694 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x6289901a usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x62ba21a7 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x62d55c1d ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x62f2f976 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x630000a1 regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0x6302cea5 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x6304d680 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x630cd6d1 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x63398dc5 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x633e80f0 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x63ad5c99 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x63b709d3 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x63e9834f rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x63ee6cf8 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x6409b1e4 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x649ae900 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x64b72e98 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x64c01ccb regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x64e07dc8 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6504a293 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x650bb64b __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x65157423 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x659ddff7 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65dfa37e sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x65e8a7aa pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x65ed1c21 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x6602492c ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x660e343f simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x6610c873 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6623f715 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x66583174 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x6677100c sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x66777f0f thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x667a812c ps3av_set_video_mode +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66ac5626 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x66afb53b unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x66c672b0 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x672dc627 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x672e39b2 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6762ecbb virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x67755af8 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x6785c282 single_release_net +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679ddc21 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x67b57213 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x67b5e543 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x67ce2f02 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x67d59b61 i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x67da1004 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x67ee7666 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x680e1c3d crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x684f33d8 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x6854e73e spu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x68561831 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x6864ab19 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x6869e666 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x68df0dfa rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x69203096 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x692e8ed6 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x693c509c device_move +EXPORT_SYMBOL_GPL vmlinux 0x693edb56 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x69496bf6 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x696212d9 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x69623639 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x696b9bf4 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x69745ef5 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x69790ef6 __init_new_context +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697cbbb4 threads_per_core +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x6998ed14 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x69e40c82 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x69e44ed0 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x6a12464a crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x6a1280dc device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a2a6d47 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x6a41a9c5 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x6a476a2d user_describe +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a51fa58 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a67d156 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a7e8252 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a904bd7 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x6ab60432 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x6acb8d84 ppc64_caches +EXPORT_SYMBOL_GPL vmlinux 0x6ad0be27 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x6af4bb69 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b47e249 pmf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b93bf60 inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x6b96efa4 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c0ee518 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c20d8cd ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x6c22ad2c blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x6c2bbc8a aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c732b7d class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6c85b57d rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x6c956fd3 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca9909a devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x6cc60d2a od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cd74d3e system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0x6cd806f4 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x6cdda50f usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6d2785b5 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d4a2a6a cbe_spu_info +EXPORT_SYMBOL_GPL vmlinux 0x6d584a13 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6d90fc21 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x6d95c38e phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x6dc522b9 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x6dcc8c64 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x6df8f4cd pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e0a076e regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x6e12aa76 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x6e379526 kernstart_addr +EXPORT_SYMBOL_GPL vmlinux 0x6e637492 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e73a3f8 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x6e77ba21 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6ea72de9 vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0x6ea8fee6 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x6ed8a657 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x6eff96a3 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f662106 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x6fb59ea6 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x6fc601b3 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x6fd34bc2 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x6fdd09c8 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffaf6b2 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x701cb0df da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x702afbf2 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x702ccafa usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x703d7e71 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x7045e932 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7047390e crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x704a5001 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x7058f87b wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x705b9784 flush_altivec_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x709c5a8e md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x70a37cd1 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x70ae5440 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x70bdcbfc pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x70c7b2dd usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x70c87be3 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70ddd4de regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7120c326 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x715405f2 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71632b0a skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x7163c49d crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x716cb802 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x716cc173 iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x716d4203 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x7188daec __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x7193dbd6 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x719545c9 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x7199de5f cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x71a9153a regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x71b160e6 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x71b71a29 eeh_dev_open +EXPORT_SYMBOL_GPL vmlinux 0x71bb2221 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71f046b4 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x71fb1633 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x723b46db ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x72567d7f rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7286f9cd thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0x72b411f5 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x72b69ab0 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x72b7e168 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x72d6b417 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x72dc22d2 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x72f92bdc blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x731dfdb2 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x7322b88b part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x73874329 of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0x738c039f devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x739aa1a1 pmac_i2c_setmode +EXPORT_SYMBOL_GPL vmlinux 0x739eca00 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73a9b8e3 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c32359 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d5b4a3 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73dbef30 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x73e7bcaf tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x73fbf730 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x74322eee ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x7458a14e ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x745c80bd scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x745f30c3 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x74628570 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x74634331 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74a0412c blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x74b07cd2 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x74b21074 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74e2b080 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x7501ef73 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x750c5e94 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75303044 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x7558fe04 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x757b49d2 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x75a32182 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x75bc9e07 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x75d17d0b pmac_i2c_open +EXPORT_SYMBOL_GPL vmlinux 0x75d19b31 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x75e1d637 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x75e48851 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x75e6e037 hash_page +EXPORT_SYMBOL_GPL vmlinux 0x75f1d166 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x75f2a044 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x75fef8f8 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x7604a811 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x762cb873 pmac_i2c_get_bus_node +EXPORT_SYMBOL_GPL vmlinux 0x76382e90 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x764b5535 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76a6b463 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x76c01969 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x76c88366 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76f2b001 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x76f64044 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x77028314 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x77049718 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x770f2772 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x77117f2f ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x7716c7c2 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x77487027 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x77ba1aec usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x77d9028e regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x77ea8644 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x77f666de tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x78179a22 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x782889da irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7834465e rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x785af68e cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x78995943 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x78b2bddc raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x78bc565c ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x78ca77bc anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x78f1ca7d ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x791de6c3 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x7926e486 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x794ee1f2 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x79b4974d dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x79cf7483 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x79d30f7b unregister_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0x79de7608 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x7a0c80e5 iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0x7a15f2c9 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a3d6e44 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7a653b30 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7a65e835 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x7a7b41f8 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7aa13207 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x7af64640 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b0f2127 find_linux_pte_or_hugepte +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b292d19 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x7b6cff01 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x7b6e7281 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b77f827 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x7b97ae54 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x7bb299c2 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x7be87fba of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x7be99141 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x7bf41387 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7c13b826 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x7c18e6cf tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x7c2cbbd5 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c37bc89 pseries_ioei_notifier_list +EXPORT_SYMBOL_GPL vmlinux 0x7c483ab4 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x7c4b2ac5 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x7c5282e3 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x7c8274cd usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x7c839284 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x7c9f3e69 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x7ca8099e ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x7cb9936a dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf409d3 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7cfe68c5 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x7d146159 of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0x7d22f7d9 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x7d275f58 spu_set_profile_private_kref +EXPORT_SYMBOL_GPL vmlinux 0x7d295e5f cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d45f1f6 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x7d502a99 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d63863f uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7dae449f iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x7dc4fb58 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x7dd46c06 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x7dd6a716 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7df57796 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x7e17ba7b klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7e38c265 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x7e3e00a0 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x7e5ab302 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e694d76 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7eaf091e inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x7ebb3e8d power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x7ec6563c rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x7f008202 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7f05a6b3 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x7f50feb4 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x7f52c522 ps3av_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x7f5c1af9 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x7f7bc710 klist_next +EXPORT_SYMBOL_GPL vmlinux 0x7f96bd11 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x7f9fb91c dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x7fa3410a page_endio +EXPORT_SYMBOL_GPL vmlinux 0x7fc71d10 napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x7fca7457 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7fe0f8ee eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x801caa76 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x802d2ab5 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x80507f72 ps3av_audio_mute_analog +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a1fea3 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x80a41094 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x80bea852 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x80c9cc73 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x80d3927f __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80d3b6de unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80dccac8 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x80dfcb37 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x80e0e66a power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x8106e00a blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x8114b8d6 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8124e069 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x812a1936 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x814b1574 spu_management_ops +EXPORT_SYMBOL_GPL vmlinux 0x814e80af spu_switch_notify +EXPORT_SYMBOL_GPL vmlinux 0x815701f5 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0x8163921b stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x817352d3 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x819329f3 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x81970d49 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x81b8de56 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x81cc0877 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x81d64f9a root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x81e92f08 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x81eec9e8 mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x81f698eb dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x8248de8b driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x825f3127 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x8270925d sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x827266ee __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x82821d8e extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x82836e2e dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82aad05d bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x82d4c181 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82e65e54 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x82f21bf9 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x82f23f0f devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x82f7bb6a aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x8313f96d regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x831d713f cpu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x83292bc7 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x83385c5b hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x836d61d0 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x837723aa of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83a0940d blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x83e8e2fc fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x844d53cf usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x8452ecfa dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x84548256 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x84578e5a scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x8474e911 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x8487a2b6 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x84ac74bc inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x84d46849 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x853cf0d5 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x8549e37b ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x854aea76 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x85646ef0 iommu_tce_build +EXPORT_SYMBOL_GPL vmlinux 0x859745d9 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x859bf7a7 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x85b2946e task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85e63369 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x8615914c xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x86340651 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86a8fcc6 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x86c3d153 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x86cf1d73 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86d1909d scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x86f16385 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x8702e548 process_srcu +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x878db065 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x8790c633 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x8791290e iommu_put_tce_user_mode +EXPORT_SYMBOL_GPL vmlinux 0x879dffcf extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x87a828cb irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x87b9e721 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x87d21880 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x87e356a3 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x87fbf9c7 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x87fdce22 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x8804af3d usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8813da3c dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x8824541d of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x88356418 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x8860d52c __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x8880750c fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x88999578 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88bfaf6a gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x88ce3401 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x88ec403f flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x88f73df4 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x88f8655a ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x891a42d4 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x89245a5d reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x898e7de5 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x89a5a819 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89d6a296 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x89dac1d1 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x89dfbb01 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x89e6962b sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x89f7611e crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x89f91287 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x8a1bf46d gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x8a393f2a debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x8a47bfc2 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x8a5f6b11 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x8a604a7c register_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0x8a678641 hash_page_mm +EXPORT_SYMBOL_GPL vmlinux 0x8a70ae9c virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x8a759a94 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8a7d8ab5 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac584e9 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x8ae12202 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x8b034fde sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x8b70e8ea __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x8b7b453a crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x8b87c07c ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x8be80e90 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x8bf78bfb blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c110347 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x8c2e3f4e regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x8c3adbca powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x8c48d12f __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x8c4d1bca bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c667449 ps3_close_hv_device +EXPORT_SYMBOL_GPL vmlinux 0x8c71a944 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x8ca3da0d fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x8cc62f95 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x8ce572d0 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x8cea765f memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x8d22a3e0 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d36c088 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x8d376f8f unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x8d3a6ed0 eeh_pe_configure +EXPORT_SYMBOL_GPL vmlinux 0x8d443b88 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8d478911 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x8d4f8f72 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x8d51f783 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8d85367f smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x8da5ed0b regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8db807a1 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x8dbf5a20 kvmppc_hv_entry_trampoline +EXPORT_SYMBOL_GPL vmlinux 0x8dcd13c7 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x8dd73555 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x8dfd5821 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8dfe51dc pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x8e1d9c95 napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x8e5b2d82 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x8e5e35e5 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x8e72ca96 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x8e7dfbf1 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8eb54aff tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x8edf50d0 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x8ee0528f ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x8f032fbb driver_find +EXPORT_SYMBOL_GPL vmlinux 0x8f2625da rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x8f34f274 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f7547d8 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x8f7e97cc pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x8f8a365c ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8fb96e48 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x8fd840cd percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x8fde12ab sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x9005c7d2 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x90371d4e ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x9077d5ea usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90adad4a kvmppc_do_h_remove +EXPORT_SYMBOL_GPL vmlinux 0x90cbe5f2 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x90cc9c74 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x90d8e089 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x90e91b8f usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x90eb2893 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x90f21add regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x91067cb8 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x91208ae3 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x9126f22a iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x912c8db6 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x9131dde3 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x91564ced md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9192de52 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x91c2dd08 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c7a347 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x91e86b9a of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x91f388be ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x9214d1af blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x92170637 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x9218b381 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x9229e9be xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x92874acf usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92f0b0a6 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x92fa43ce regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x931aba7a tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x9332f85f vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x934b5365 ps3_mmio_region_init +EXPORT_SYMBOL_GPL vmlinux 0x9361d1dc irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x9393ac89 pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x93a493fe fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x93bdc1bd dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9424c878 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x942c6ce1 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x943183e4 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x94413f7c ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x94454ad0 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x94483b79 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x947379a8 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x9474fc33 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94aaabda __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x94b1c2eb dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x94b7e1f3 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x94cbb665 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x94d972b7 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x94ddac24 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x94e213de pmac_i2c_get_adapter +EXPORT_SYMBOL_GPL vmlinux 0x94e4c391 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x94e612be usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9506edea sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x950be4b8 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x952bf2a3 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x952c7a03 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x95489bd4 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x954c3398 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x9560760a kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95bb149a tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x96412d01 unregister_spu_syscalls +EXPORT_SYMBOL_GPL vmlinux 0x96441490 iommu_tce_clear_param_check +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965a78d5 threads_core_mask +EXPORT_SYMBOL_GPL vmlinux 0x9674a29d macio_find +EXPORT_SYMBOL_GPL vmlinux 0x9680882e regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x96a18471 ps3_vuart_port_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x96be4962 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x96db44dd do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x96fc36ca xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x97149f9c crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x972ee036 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9735f061 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x9774156b alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x97765bb3 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x9777340c pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x97a82089 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x97abd53c power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x97bc7ee5 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x97c3461b ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e33fe7 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0x982cd486 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9850bbc0 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x98735266 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987ace9d of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x988d07b9 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x98a02a70 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x98ae0617 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x98bded31 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x98c66877 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x9930f84c debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x99473660 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x9986a736 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x9987e6e9 opal_get_sensor_data +EXPORT_SYMBOL_GPL vmlinux 0x9995f747 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x99a31692 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99e28f10 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x99eea501 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x99ff8d08 opal_invalid_call +EXPORT_SYMBOL_GPL vmlinux 0x9a00d370 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x9a08b339 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a4559ac pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x9a49d937 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x9a6f520e dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x9a74e6eb ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x9a8796d8 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9aad6540 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9aaf0d91 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x9ab16c94 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x9ac0f1f7 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac9f1a8 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9adf08c3 mmu_linear_psize +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af38b1e scom_map_device +EXPORT_SYMBOL_GPL vmlinux 0x9af3fc56 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x9b041899 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x9b1793a7 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x9b5d2b17 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9b794a3f extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0x9b89c797 of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x9b9f1967 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bbbe2f8 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x9bbc5d39 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x9bc9fc71 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c1a5123 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x9c2c9d9e ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x9c3bcaa5 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x9c513924 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x9c55d671 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x9c949579 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x9cacd533 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x9cb36001 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x9cbb880c of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ccc37de hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x9cda563b dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x9d12d81d stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d39e57c inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x9d65175e sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x9d8352e7 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x9dabcf4f unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x9dacdd1c user_update +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9dd895c2 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ddfb7fb locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x9df1b4a1 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x9e0c4316 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x9e2ffe59 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4e8e44 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x9e702881 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x9e7de20a led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x9e8e056c spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x9eabaa53 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9edd753d rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x9f2402ae ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x9f4eb26c md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x9f5c81b1 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x9f602327 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x9f675fa1 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x9fb3756f blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x9fb5efef gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe48ef5 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa070b3cb sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa0733abf transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa084003e gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xa0a27fff pci_address_to_pio +EXPORT_SYMBOL_GPL vmlinux 0xa0b13640 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xa0b1d893 __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0xa0c69f59 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa0d6d3e2 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xa0dd49da ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xa0df9114 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xa0ff9a22 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xa107e3a0 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xa10b9d17 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa132a2bc ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xa1359c18 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xa135c444 i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0xa16b602c da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xa174f906 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0xa17ffe79 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xa187ece4 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa189134b serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xa18a47ce tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xa1daa414 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0xa1dba3b6 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa1ec5462 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xa1fcdc0b ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xa203e0b7 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xa2149efe iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xa26cae59 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa2a742d8 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xa2ad9c93 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2bd0aaf __module_address +EXPORT_SYMBOL_GPL vmlinux 0xa3238b8c pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0xa325af04 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xa33ce1d0 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa343088c tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xa34558cc devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xa351090b unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xa352d473 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xa35aa5d4 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xa35d7045 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xa362fdde skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xa367cd89 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xa37f73a7 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xa383c12f fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa38f529d crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a2d9af walk_system_ram_range +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa41221b2 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa414868a regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xa41603a7 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xa41a8ec2 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xa42e9268 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xa45dffd6 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xa467515d bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa482d733 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xa4952233 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xa49776b6 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xa4bc4f6c screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xa4cbac08 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xa4ef997b regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xa500ed48 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa52a3f77 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xa534bb88 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xa5373c9b arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0xa53d7d39 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xa5403125 split_page +EXPORT_SYMBOL_GPL vmlinux 0xa59c66ea usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xa5a82d2c irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xa5b00659 ppc_proc_freq +EXPORT_SYMBOL_GPL vmlinux 0xa5bac0f1 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xa5d5c905 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5efe460 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xa606267f of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xa606991a spu_invalidate_slbs +EXPORT_SYMBOL_GPL vmlinux 0xa60ece8c __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0xa60f3915 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xa617dd7b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0xa61a65b2 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xa6220f99 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa636fd4d sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6578395 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xa65b0e54 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xa678270b regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6f7524b shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xa706b1d4 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa745c062 pmf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa75c9e13 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0xa769a377 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xa7a4705c hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xa7bdb9a7 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xa7c12e1e rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa7c3857e ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xa7ed6fa4 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xa8005cba dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xa8229f4d regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xa822e811 remove_phb_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xa82c35ba wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xa8324cb7 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xa83a7752 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xa83e9e49 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xa847612e usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xa847ef4d __remove_pages +EXPORT_SYMBOL_GPL vmlinux 0xa84a6454 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa86b67d1 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa88deabf devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0xa8caeeaa smu_get_ofdev +EXPORT_SYMBOL_GPL vmlinux 0xa8dd7ee6 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0xa91d72ce kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xa9220577 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa925e431 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xa925e478 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa93271a5 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xa94f12bf of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xa9582057 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xa971c6bd register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xa97c650d ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa98cdb36 ps3_get_firmware_version +EXPORT_SYMBOL_GPL vmlinux 0xa9965824 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9ce341e usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xa9dbadd2 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9f08c58 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0xaa20d76e regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xaa257dcb ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xaa4245e2 pmf_call_function +EXPORT_SYMBOL_GPL vmlinux 0xaaa342e6 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaba9a7b scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xaac8bcc6 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xaadb2f0b rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0xab09eafd usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xab14110a stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab2b243d ps3_irq_plug_destroy +EXPORT_SYMBOL_GPL vmlinux 0xab535178 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab6248ec __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab71c17b crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xab75d9ed inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xabcefa59 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xabdb3806 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xabe62383 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xabeec259 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xac0b65e9 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xac0c4b44 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xac0cfba2 __add_pages +EXPORT_SYMBOL_GPL vmlinux 0xac0ecc3c da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xac1022cb __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xac4b0ef7 ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0xac4ff9e8 kvmppc_h_put_tce +EXPORT_SYMBOL_GPL vmlinux 0xac624aa3 register_spu_syscalls +EXPORT_SYMBOL_GPL vmlinux 0xac688782 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xac94fb38 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0xacd2b98f of_scan_bus +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xacef4871 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0xacfe997e powerpc_firmware_features +EXPORT_SYMBOL_GPL vmlinux 0xad039c54 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xad2e74bb pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xad332ed0 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xad341107 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xad47a0d1 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xad4e410d input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xad570629 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0xad6cc8a0 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xad8eeb29 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xada39cb5 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xada9f68b irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xadba2f45 of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xadba6850 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadc99103 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xade7857f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae199993 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xae1af779 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xae259fd8 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xae5c1215 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xae642996 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6eaf93 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0xae7b6c81 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xaea0004b pmf_unregister_irq_client +EXPORT_SYMBOL_GPL vmlinux 0xaea7f1c9 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xaec5d65c of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0xaeedab90 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xaf13ede7 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xaf21602b virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xaf2370c8 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xaf362741 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xaf5324e2 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xaf7cb142 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xaf907626 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xafcc2971 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xaff63adc ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xaffa5d18 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xb01a8473 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xb024c648 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xb027172f tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xb0836340 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xb0b284fe devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xb0b2fae7 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0de0ae3 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb109e369 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xb136a74a fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb1478772 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0xb161011e dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb1894607 opal_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xb1a8f692 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb23ad8c8 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xb2409b07 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xb241080c yield_to +EXPORT_SYMBOL_GPL vmlinux 0xb2485b30 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xb25e8ba3 ps3_mmio_region_create +EXPORT_SYMBOL_GPL vmlinux 0xb2a7d7bc rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xb2ac3f79 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xb2b2241f tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2ff0087 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xb3005d2e regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb31b60b3 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xb345e719 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xb347bb2c work_busy +EXPORT_SYMBOL_GPL vmlinux 0xb358c804 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xb35a39d7 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xb35adb91 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xb36d5e77 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xb3a19dcd regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xb3b8e0e3 of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0xb3c5d98a ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xb3fae982 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xb4202e25 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xb44704db ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xb45ad8e8 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xb4690950 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xb4834a57 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xb49580e6 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xb4a668ca vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4d6c3e9 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xb4e39d5b spu_priv1_ops +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb50f4839 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xb51e8b72 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb53c8d8b i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xb55bda1e usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xb5626291 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xb573fd38 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xb57d63a4 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xb5848bae __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5945046 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5aa10af atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5bb2795 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xb5c8edf4 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5e09183 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb60a6b2f pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xb60b5707 of_i8042_aux_irq +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62dcda4 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xb6353922 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xb63ab527 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0xb643c250 xics_wake_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb645f006 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xb676e619 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb686ed1c blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xb6914017 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6b3e087 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb6bc007a spu_sys_callback +EXPORT_SYMBOL_GPL vmlinux 0xb6ea6463 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xb700236a spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb70b8c99 user_match +EXPORT_SYMBOL_GPL vmlinux 0xb70e66c9 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xb73d88de regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xb7534edc pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xb7789882 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xb780ae18 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xb7957bf4 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xb7981e69 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xb7a6394b serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xb7afbfe2 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0xb7b97da0 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xb7d3e8d8 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb80a642a adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xb8332537 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xb83e9c0d crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xb84b1aae ps3_event_receive_port_setup +EXPORT_SYMBOL_GPL vmlinux 0xb8b4852e pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb8b826a0 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xb8f3c2b2 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xb8feb6fa ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb90a1406 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xb94de068 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb95b5ae4 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xb96bfb5e cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xb97b1859 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xb988b64b eeh_add_device_tree_late +EXPORT_SYMBOL_GPL vmlinux 0xb98f5be3 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d0c4fe dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xba158769 rtas_cancel_event_scan +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba2fe592 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xba4da831 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xba53c679 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xba7f9894 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xba8ef8a8 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xbaae3f93 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xbae10213 iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xbae3858c debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0c0d49 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xbb372045 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xbb3950c6 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xbb49aafe spu_64k_pages_available +EXPORT_SYMBOL_GPL vmlinux 0xbb6548bf sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xbb65875d usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xbb885753 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0xbbc6fca4 percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbdb9b39 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xbbe0aa80 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xbc14f13a unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xbc1c9db0 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbc47fd49 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0xbc84f138 iommu_flush_tce +EXPORT_SYMBOL_GPL vmlinux 0xbc91abd7 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcd57432 ps3_sys_manager_register_ops +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcf02f92 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbcf43c57 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xbd333699 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd94e181 drop_cop +EXPORT_SYMBOL_GPL vmlinux 0xbda45245 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0xbda75d97 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xbdb122f3 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd307a5 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0xbe173d50 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe1bded7 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe5b7404 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xbe7d9aee nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xbe814871 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbe852817 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbec15b5a irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xbeeceb8d pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xbf02c482 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf1cc04b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xbf28c148 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xbf2b4867 srp_rport_add +EXPORT_SYMBOL_GPL vmlinux 0xbf506dde iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xbf53ab74 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xbf593071 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbf8ec2b0 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xbfb472d5 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbe7363 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xbfbf82d4 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xbfcc829e devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xbffb9006 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc006a4d6 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xc02bec3c usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc053c3f2 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xc0545da8 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xc0557314 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc061367e mpic_msgr_get +EXPORT_SYMBOL_GPL vmlinux 0xc065a455 cpu_core_index_of_thread +EXPORT_SYMBOL_GPL vmlinux 0xc0823e12 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0af5ab6 use_mm +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0cde18a cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0f3963e ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xc1055ef0 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xc114be7a spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0xc115d97f spu_init_channels +EXPORT_SYMBOL_GPL vmlinux 0xc11715c1 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc11d9204 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xc133b6f0 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xc137155a ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xc13b99d6 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xc14a6873 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc154b756 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xc157c2ab perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xc1647dcc hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17f99d2 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xc18290f1 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xc1876afb usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xc199527c posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xc1a07ef7 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xc1af9ab0 ps3_open_hv_device +EXPORT_SYMBOL_GPL vmlinux 0xc21a5f1e console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc264da42 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xc26ad8dd vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc281bb50 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xc2970442 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xc29d55a2 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xc2a4dbf1 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc2c0d870 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xc2c25342 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc2c462e6 find_module +EXPORT_SYMBOL_GPL vmlinux 0xc2ef2f25 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xc2f94ff6 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xc311c679 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3473ba4 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc3af3d6a crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xc3b4ba65 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xc3c6c9cc hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc43ad42a __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xc44818d2 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xc44a4c79 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45d738f disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0xc468b392 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc47a9814 phy_get +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4a16a61 unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xc4bb4970 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xc4c01213 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xc4cadb16 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xc50dea7d regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xc516435f crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xc548edc6 kvmppc_add_revmap_chain +EXPORT_SYMBOL_GPL vmlinux 0xc5569021 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xc565e6b6 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc57b1659 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xc5951412 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xc5a2c19f idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc5ab2668 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xc5af44da uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xc5b677f3 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0xc5de5af1 cpu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xc606cd3c boot_cpuid +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc639d486 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc6424941 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc65fd1f0 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xc6628644 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc66c2311 ps3_vuart_irq_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc68aa252 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc695dc5a dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc69c5503 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xc6da050a led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xc6e0fc3d devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6e2f79a percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc6fa916e device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xc70c143e ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc739cc5c ps3_vuart_read +EXPORT_SYMBOL_GPL vmlinux 0xc74562a6 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0xc7491e89 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc759d0b4 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xc76c4c03 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xc783b362 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xc78773d0 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xc787922e tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7b4cc8f swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0xc7bf6388 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7ff5062 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xc8060c88 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xc814e97e device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0xc81a7220 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xc826607c phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xc82e230d regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xc85f4e12 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc8949f10 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xc894e030 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xc8a31293 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8cbdfd5 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8ed94ef ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xc90432cb percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0xc909c0ca pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xc90b5379 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xc90eb9a3 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc938b3e9 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc9a10016 iommu_del_device +EXPORT_SYMBOL_GPL vmlinux 0xc9c6f20f iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f666ea tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xca1d5884 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xca23280e fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xca2cb303 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xca3cb21b ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xca3d52a6 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xca4399b6 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xca5a8aa7 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xca6ac017 eeh_pe_set_option +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xcab171a3 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xcab6f1e6 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac0ab27 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xcac9da78 __giveup_vsx +EXPORT_SYMBOL_GPL vmlinux 0xcacc7f40 skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcaceae51 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xcad27589 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xcadd779f exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xcaf41065 scom_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xcafd350c crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcb0137a3 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb2fdc3e of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0xcb32b63d iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xcb42aad2 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb4a1edf kvmppc_h_get_tce +EXPORT_SYMBOL_GPL vmlinux 0xcb6cc1c6 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xcbaba944 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xcbb8ed4a pmf_find_function +EXPORT_SYMBOL_GPL vmlinux 0xcbd0cebf balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcbf1de2e ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xcbfde1d3 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xcc0ebf4f iommu_clear_tces_and_put_pages +EXPORT_SYMBOL_GPL vmlinux 0xcc0f1009 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcc198a28 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc274973 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xcc2bc233 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xcc2f5c29 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xcc4b810a rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcc52c225 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xcc7dc2c3 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcc95ec18 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xcc9eb9e2 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xccb0d33d fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xccc389b1 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xcce33a7b irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0xccfeff7c max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xcd07cf96 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0xcd0f67d4 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xcd16f20f md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xcd187ea1 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xcd31b83d pmf_get_function +EXPORT_SYMBOL_GPL vmlinux 0xcd4a9310 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xcd53049c crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0xcd56622b scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xcd893918 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0xcd8fd6dc rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcdb1a78e of_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xcdb9b630 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xcdc4765b rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdeafa5a regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xce0745ca of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce25ad2c ps3_system_bus_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce47934a of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xce632190 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce8edc34 spu_switch_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcea1e5ce ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb8136c ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xcec50284 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcf11890b powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xcf18a9f2 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xcf4d2770 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf5bb223 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xcfa39eca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfa3eeb0 of_css +EXPORT_SYMBOL_GPL vmlinux 0xcfa88aad rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc4a054 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfcd5468 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xcfe76d6f led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcfeb4029 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xcfed42df bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xcff5f61b pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd01111d6 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xd011a0ed init_phb_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xd024f273 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd0597615 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0xd059ef43 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd06758b7 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd085aa56 ps3_vuart_cancel_async +EXPORT_SYMBOL_GPL vmlinux 0xd08aa604 component_add +EXPORT_SYMBOL_GPL vmlinux 0xd098025e seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0xd09ba531 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xd0a39511 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0e2e0c2 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xd0e86a06 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xd0f85d3a tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0xd101baa8 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xd11172d1 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xd12a8313 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd12c539a lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xd1333c33 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd155e25b tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd1700fcb raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xd18c0286 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xd18cc3ed blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0xd1a0e858 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xd1b700dc ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xd1c1251f dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0xd1d0bbcf pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd1de87de kvmppc_clear_ref_hpte +EXPORT_SYMBOL_GPL vmlinux 0xd1e3ac0d unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xd2026af9 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xd205d28e devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21d7dbc phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xd2286919 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xd23355df bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2ab4a00 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xd2b12f15 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xd2b20a2a usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xd2b4d464 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xd2c43e3f securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xd2f2f242 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xd2faacde __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xd30fe430 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xd32a5fca ps3_system_bus_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd32ef259 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xd336076b clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xd3478dcf thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xd3592dd9 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xd366e813 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xd37d9696 extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0xd3e90605 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41ec0b1 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd43fc640 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd45dff8a pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xd45ed509 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0xd4a874e2 iommu_tce_put_param_check +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c45598 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xd4eeec0b pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xd50fcae9 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xd511ed89 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xd51cde78 early_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5c36c40 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xd5f730c8 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xd62e59fd kvm_release_rma +EXPORT_SYMBOL_GPL vmlinux 0xd66953b3 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xd670673c sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6a43677 opal_async_release_token +EXPORT_SYMBOL_GPL vmlinux 0xd6bb3672 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xd6d04f80 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xd6e1d8a4 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xd6ead5a6 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd78f299a register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xd7b405e9 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8243b3c ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xd8263870 mmu_slb_size +EXPORT_SYMBOL_GPL vmlinux 0xd828a786 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0xd8498f4d ps3av_mode_cs_info +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd862d0a5 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8c3144c skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xd8c88aa3 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xd8d5f015 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd8dc606f wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd8f17481 component_master_add +EXPORT_SYMBOL_GPL vmlinux 0xd900234e kvm_rma_pages +EXPORT_SYMBOL_GPL vmlinux 0xd90a62a5 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xd90bbe86 vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0xd911a85a usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd9465d4b regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xd9497b3c ps3_os_area_flash_register +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9801f9b rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd9875e39 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xd9a3c52d shake_page +EXPORT_SYMBOL_GPL vmlinux 0xd9d2da1b ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xd9eaa2a7 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda0960e6 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xda0a4d22 mpic_msgr_enable +EXPORT_SYMBOL_GPL vmlinux 0xda198ab7 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xda415b3f ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda471ad7 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xda4a592b unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xda6e9917 pcibios_map_io_space +EXPORT_SYMBOL_GPL vmlinux 0xda70c957 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xdaa93d9f extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xdab550b7 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xdabd0e64 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xdade2bb5 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0xdaec531f __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdafabdf9 relay_close +EXPORT_SYMBOL_GPL vmlinux 0xdb0ac13b ps3_compare_firmware_version +EXPORT_SYMBOL_GPL vmlinux 0xdb301a14 irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xdb401d7e rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xdb5a454b tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdb7481e8 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xdb82641d debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8b611a wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xdb8ef832 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xdbae8225 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xdbb115e2 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0xdbbb3e3b ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xdbbf5f80 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc187561 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xdc517f5c pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xdc6e11c5 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xdc736b39 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc8c604e rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xdc937864 spu_switch_event_register +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdce6402c ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xdd043eea ps3av_get_auto_mode +EXPORT_SYMBOL_GPL vmlinux 0xdd0504a1 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xdd0bd74f blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xdd14dd30 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xdd1fceb9 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xdd2bffd6 device_reset +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd2f089f tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd48b219 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0xdd729424 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xdd9fd1a8 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xdde319cd spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xde2314ea rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xde3856b2 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xde3e9c54 eeh_pe_reset +EXPORT_SYMBOL_GPL vmlinux 0xde5d72bf mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xde6b931e xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xdea80241 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xdf017cc2 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xdf02fb63 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xdf0b079c crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf116168 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xdf1aa1b4 mpic_subsys +EXPORT_SYMBOL_GPL vmlinux 0xdf2c2a84 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf646418 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xdf654c43 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xdf6f5116 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xdf722b1a blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xdf90cb5e tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xdfa02484 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xdfafdd99 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xdfb90966 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xdfdf9c10 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdff2354d skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xdfffe445 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe00b9939 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xe011f817 ps3flash_bounce_buffer +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe030de7b ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xe031beea ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xe036b3e9 mpic_msgr_put +EXPORT_SYMBOL_GPL vmlinux 0xe03dbd21 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0xe060fcba regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe066e7e5 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0955835 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xe0d69def virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xe0f51b07 force_sig_info +EXPORT_SYMBOL_GPL vmlinux 0xe0fb8103 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xe104da34 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xe10e36ea tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xe13158bc rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xe15d0a15 pmac_i2c_get_controller +EXPORT_SYMBOL_GPL vmlinux 0xe16ff8de bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe17a81cd irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xe19fc092 ps3fb_videomemory +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1d06e2f fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe2012d36 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0xe20cabbb rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xe219fbc3 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xe24af34b extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xe2968dad fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xe2b51aa9 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xe2cbd25d vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xe301b57e vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe33dcbf4 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe35fa6e6 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3b8b05c platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xe3bddad6 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xe3cefa02 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe3d7750e btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0xe41f8ef5 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xe420c164 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4329ad6 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe43a1e12 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe45c7195 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4c031f8 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe504171f wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xe51c040f register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xe5257e0d device_del +EXPORT_SYMBOL_GPL vmlinux 0xe551dcba of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe5540302 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xe56668b1 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe58fcaf7 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xe59b7580 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xe5b68a5c alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xe5bdf0e6 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xe5d3d171 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xe5d46bfd sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xe613fb4b devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xe6481344 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe671f33c pmac_i2c_get_channel +EXPORT_SYMBOL_GPL vmlinux 0xe679aa94 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xe69f9d91 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xe6a5beb5 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6ca626d inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xe6cde288 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6ffcf4b regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xe7112e53 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xe713dd83 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xe73cd285 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xe7494278 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xe74aa867 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xe74c0b15 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xe74d5977 i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76cd2f8 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xe78381c6 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xe7c76974 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe7db53ee extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xe7ea90a0 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xe7f18b3c threads_per_subcore +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe8302966 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe859ef26 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xe85c55e7 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86d79d3 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xe89bd243 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe8b43835 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe8e4dbe0 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9182978 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xe91e49e8 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe923d482 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9506579 iommu_tce_direction +EXPORT_SYMBOL_GPL vmlinux 0xe95d2ed8 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe9733890 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xe99aea4b ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xe99b6df6 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xe9ba6347 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9cb549c anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9e83971 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xe9efe8ba pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe9f8f788 get_device +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea4ff434 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xea628c20 bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xeaa48a9f pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xeaa96e82 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xeaca3204 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xeaeadf3c i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xeaf331d0 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xeb0d7f7f cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb50824a phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xeb72e86f pcibios_unmap_io_space +EXPORT_SYMBOL_GPL vmlinux 0xeb8ae736 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeb9a67ef put_pid +EXPORT_SYMBOL_GPL vmlinux 0xebaae41f ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xebcfbbec device_create +EXPORT_SYMBOL_GPL vmlinux 0xebdda084 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec32796a unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xec35d955 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xec3f67d1 kvm_alloc_hpt +EXPORT_SYMBOL_GPL vmlinux 0xec631f34 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0xecb21637 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xecbed4cf arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xece803bb relay_open +EXPORT_SYMBOL_GPL vmlinux 0xece9c63f virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xed0ddb10 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xed13f8b2 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed1a6442 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xed73dfe8 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xedcf898a pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0xedd2a40b iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xedd974c7 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xede4aff7 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xede8d47a invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee0cd04b wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xee30dea1 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xee3977ee regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0xee3c68a2 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee755367 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xee7c8593 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0xee83744c of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL vmlinux 0xee8a5ea6 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee9886f0 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xee9c58ae pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xee9cd522 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xef0db3fa tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xef1531bf class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xef2ea26f iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xef3c9358 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xef41314b realmode_pfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xef4f2e94 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xef54f729 phy_put +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d007a sigset_from_compat +EXPORT_SYMBOL_GPL vmlinux 0xef8a6638 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xef9fea28 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa9d90e watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xefb31014 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xefb3459a wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xefc61a31 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xefeae1d9 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xefec646c sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xeff8400b __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xeffa6b8f __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xf0054f9d ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf00665cc uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xf016ea57 phy_create +EXPORT_SYMBOL_GPL vmlinux 0xf054bd8d pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xf07b41d5 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0xf08412f8 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xf098dd15 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xf0aea292 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0xf0c706ab ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xf0e62f97 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf105d8b3 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xf158f170 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xf15a9cff sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xf163b48f usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf18e8b10 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xf1a62b6f of_i8042_kbd_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1c283f2 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xf1d90fb4 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xf1e99132 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xf21ca2a0 blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf244bd62 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf2656d61 devres_release +EXPORT_SYMBOL_GPL vmlinux 0xf26fbd88 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2f8167f rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xf2fac3ea ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf3409b72 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xf3486ddc kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0xf35efd3c balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xf378d51d __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0xf37d3c12 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf38a1678 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xf3a28f11 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3d86e72 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xf3de6bac rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xf40bcc75 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xf440eb2a fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xf443ad61 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xf44d2634 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0xf4594703 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xf469c705 ps3_io_irq_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf481ad0a blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4a10d1a input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xf4b06b63 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xf4b676a4 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xf4bcaf7f securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xf4df3c16 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf50cfcd8 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xf54a6ed2 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf564ca7a usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xf5688070 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xf5852bc2 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xf59a219d blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0xf59af77f devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bcf1b2 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0xf5c6fe0f ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf5ce05b3 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0xf5e3a5ab led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xf5e7ab34 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xf611524d of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xf614bc4e ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf61a33aa queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xf61f62d9 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xf631ca13 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xf6391e8f gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xf63d1fc6 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xf649de28 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xf655df93 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xf665ae4e perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xf685eb2f fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xf697843e regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xf6a62313 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xf6a71a5b __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xf6b13844 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xf6b71a89 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xf6ba9570 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xf6c595a2 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xf6e3ddb3 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6fa7926 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xf6fe68d1 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xf6ff1214 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xf704b0d1 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xf717c5a3 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0xf72a8855 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xf72ef24e ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xf7311183 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xf737cd3a pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xf7608cdf __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xf7676793 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xf7a08e95 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xf7cc4431 rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0xf7ce0e24 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xf80caf17 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf833edbd max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xf837e0eb unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xf83b8492 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xf83d0086 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xf84c1998 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xf85c91c0 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xf863625f class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xf87b54a9 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf89ba5a2 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xf8e398fc memstart_addr +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8e9a5c8 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf8ec612e mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf8ff0372 srp_rport_del +EXPORT_SYMBOL_GPL vmlinux 0xf901cb26 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xf906e09b sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xf9154bff inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf93dd733 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xf9674e83 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xf970f8dd usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xf9833d23 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9aa95e5 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xf9bf5a57 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d2611b alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf9e9647b of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xf9f63005 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xfa01de40 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa684c6b genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0xfa895359 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfa9ab475 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xfab60503 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xfb1d500b ps3_vuart_port_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb44a7a1 opal_ipmi_recv +EXPORT_SYMBOL_GPL vmlinux 0xfb525dfc pmac_i2c_get_type +EXPORT_SYMBOL_GPL vmlinux 0xfb52b77d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0xfb570cac pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xfb631889 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xfb653537 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb940a2a ps3_vuart_write +EXPORT_SYMBOL_GPL vmlinux 0xfbaa1956 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfbab6cc2 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xfbb7511c skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0xfbbb6c20 eeh_add_device_tree_early +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbe2116a get_slice_psize +EXPORT_SYMBOL_GPL vmlinux 0xfbebf5d9 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xfbf4fb5d thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xfbfcdc2b ps3_sys_manager_get_wol +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc2193d5 pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0xfc28eb38 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfc315945 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xfc3ab07f devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xfc3e1d3d __class_register +EXPORT_SYMBOL_GPL vmlinux 0xfc4ec47b regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xfc6c106f nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xfc72d987 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xfc88560c restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xfc9fc011 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfca041e9 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xfcb87805 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xfccd768e shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcfa26b8 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xfcfe1788 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xfcffb4e1 pmac_i2c_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xfd18a8d1 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xfd2153d7 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xfd25a499 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xfd5450ca hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xfd64a177 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0xfd8f4c26 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xfd9ccce4 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xfdbfc37b sysfs_add_device_to_node +EXPORT_SYMBOL_GPL vmlinux 0xfe4f736e phy_init +EXPORT_SYMBOL_GPL vmlinux 0xfe72ba75 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xfe79c660 sysfs_remove_device_from_node +EXPORT_SYMBOL_GPL vmlinux 0xfe909e02 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfe925431 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfef18683 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0dacff ps3av_video_mute +EXPORT_SYMBOL_GPL vmlinux 0xff37a879 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xff3f57d2 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0xff49075d ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xff589163 ps3_system_bus_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff638c28 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xff887426 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xff9f13fb ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xffac362f rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xffd398f1 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xffdfcd6a tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xffe89bb1 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xffec1e11 i2c_bus_type --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/powerpc/powerpc64-smp.compiler +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/powerpc/powerpc64-smp.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.9.1-16ubuntu6) 4.9.1 --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/powerpc/powerpc64-smp.modules +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/powerpc/powerpc64-smp.modules @@ -0,0 +1,3910 @@ +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +842 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ac97_bus +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7180 +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x_cs +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +airport +ak8975 +algif_hash +algif_skcipher +ali-ircc +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +amc6821 +amd +amd5536udc +amd8111e +amd8111_edac +amd8131_edac +amd-rng +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bsr +bt3c_cs +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bw-qcam +bypass +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +configfs +contec_pci_dio +cordic +core +cp210x +cpc925_edac +cpia2 +cpufreq_spudemand +cpu-notifier-error-inject +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxl +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +denali +denali_pci +des_generic +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt3000 +dt3155v4l +dt9812 +dtl1_cs +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edac_core +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +ehset +electra_cf +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +eni +enic +epat +epia +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +flexcan +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fsl-edma +fsl_elbc_nand +fsl_lpuart +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +genet +gen_probe +genwqe_card +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-generic +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio_mdio +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +gxt4500 +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +hostap +hostap_cs +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hvcs +hvcserver +hwa-hc +hwa-rc +hwmon-vid +hwpoison-inject +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mpc +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-ocores +i2c-opal +i2c-parport +i2c-parport-light +i2c-pasemi +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-xiic +i2o_block +i2o_bus +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +i82092 +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ibmpowernv +ib_mthca +ibmveth +ibmvfc +ib_qib +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icom +icplus +icp_multi +ics932s401 +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +imx_thermal +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +kafs +kalmia +kaweth +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-hv +kvm-pr +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +ll_temac +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memory-notifier-error-inject +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +mf6x4 +mfd +mga +mgc +michael_mic +micrel +microread +microread_i2c +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mmc_spi +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvidiafb +nvme +nx-compress +nx-crypto +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_mmc_spi +ofpart +of_xilinx_wdt +old_belkin-sir +omap4-keypad +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +parport_pc +parport_serial +pasemi_edac +pasemi_nand +pasemi-rng +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_pcmcia +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 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +physmap_of +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +powernv-rng +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +ps3disk +ps3flash +ps3_gelic +ps3-lpm +ps3rom +ps3stor_lib +ps3vram +pseries_energy +pseries-rng +psmouse +psnap +pt +ptlrpc +ptn3460 +ptp +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-lp3943 +pwm-pca9685 +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +rack-meter +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpadlpar_io +rpaphp +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtas_flash +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc_cmos_setup +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-generic +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-ps3 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7706h +safe_serial +salsa20_generic +samsung-sxgbe +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_sx4 +sata_uli +sata_via +sata_vsc +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +scanlog +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +sctp +sctp_probe +sdhci +sdhci-of-arasan +sdhci-of-esdhc +sdhci-of-hlwd +sdhci-pci +sdhci-pltfm +sdio_uart +sdricoh_cs +sdr-msi3101 +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sha1-powerpc +shark2 +sh_eth +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skd +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slip +slram +sm501 +sm501fb +smb347-charger +smc91c92_cs +sm_common +sm_ftl +smm665 +smsc +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +snd-aoa +snd-aoa-codec-onyx +snd-aoa-codec-tas +snd-aoa-codec-toonie +snd-aoa-fabric-layout +snd-aoa-i2sbus +snd-aoa-soundbus +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-powermac +snd_ps3 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb-common +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +soundcore +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +spufs +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssd1307fb +ssfdc +sst25l +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +therm_pm72 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +uninorth-agp +unioxx5 +unix_diag +upd64031a +upd64083 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vf610_adc +vfio +vfio_iommu_spapr_tce +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-ircc +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videodev +viperboard +viperboard_adc +virt-dma +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_pio2 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vringh +vsock +vsp1 +vsxxxaa +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83781d +w83791d +w83792d +w83793 +w83795 +w83977af_ir +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wdrtas +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +windfarm_ad7417_sensor +windfarm_core +windfarm_cpufreq_clamp +windfarm_fcu_controls +windfarm_lm75_sensor +windfarm_lm87_sensor +windfarm_max6690_sensor +windfarm_pid +windfarm_pm112 +windfarm_pm121 +windfarm_pm72 +windfarm_pm81 +windfarm_pm91 +windfarm_rm31 +windfarm_smu_controls +windfarm_smu_sat +windfarm_smu_sensors +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xilinx_ps2 +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/ppc64el/generic +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/ppc64el/generic @@ -0,0 +1,15509 @@ +EXPORT_SYMBOL arch/powerpc/kvm/kvm 0x1ab68fc4 kvm_read_guest_atomic +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0x048d27cc hvcs_register_connection +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0x536d329b hvcs_get_partner_info +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0xc39c3704 hvcs_free_partner_info +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0xd0a02396 hvcs_free_connection +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0xa40ff4c2 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0xab64e197 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 0x0a4c38be paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x354d0b0b pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x3ed93d39 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x43927e41 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x6dadb8b4 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x88fc3da4 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0xa1319f87 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0xb70bb240 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xc480cdfe pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xd116db4e pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xd303e38f pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xf424b73f pi_read_block +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x2adb4c7b ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x2d337206 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x3881953c ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67bfd6bb ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe5c3933e ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x0c1d0621 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x27dd1beb dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x29378e87 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x98c99ba3 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xbde66e82 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xc6e9b71a dw_dma_cyclic_start +EXPORT_SYMBOL drivers/edac/edac_core 0xad2c8f8a edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x01a058da fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04d0f641 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0eb37eed fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7d6af8 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x19a86cbe fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x21d26af8 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2276d64a fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x33e03bd5 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x439a70ed fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x645b715f fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x680e5f5c fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x78c96f9b fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7fb96d4f fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7fc46ec6 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7ff9e2ca fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8b377e50 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90fe398d fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xac74b724 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaea5b0b5 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbcc1934e fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcaf9e2cf fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd136532f fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd2492462 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe1a6aa1a fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe44447e7 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe8260e47 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf22ccae3 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf99797c6 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfe499956 fw_core_handle_request +EXPORT_SYMBOL drivers/fmc/fmc 0x028b7382 fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x5172ad21 fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0x6e5fc5c4 fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0xa1e2d621 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0xa2b73107 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xaf62396f fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0xb8e621cd fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xb9261dfe fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xc99994a3 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0xe2a29841 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xed2e7760 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x74c0a464 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0293df01 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0317fb0a drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03b6a14c drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05c139e4 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0afdc6b8 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ebff6bd drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f1a021e drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f8cc385 drm_warn_on_modeset_not_all_locked +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 0x11170b5c drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x133f9efd drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1411e778 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a4082c drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14ae5a5d drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17a20f77 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18483bcd drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x186ba571 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18d7a821 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18ecd4cd drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e6df96 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a4bd546 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bbdf19b drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bf7e978 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1caca13b drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cacc292 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b37c60 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21a300c3 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x252cf6f0 drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2877f5ab drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2887786e drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28bf155f drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28f9ced1 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28fa5c4b drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29ad006c drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c5c14eb drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d6c235a drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f0b064f drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f2e99fb drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x300fa891 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x308b8f48 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30d83221 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x329cb508 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33281482 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3414dd67 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x352fd423 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36f60550 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37064c4b drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37a1e976 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37a7078c drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38506c13 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39a4edcb drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39bc3fd1 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3be539d7 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d652574 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e41fcea drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f82c9c2 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42082693 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42745567 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44e038f9 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4682dfca drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x492d23d3 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49450ffd drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a42545b drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4adc2cf6 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c3be4e3 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ccbcdda drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52588c93 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526db8bb drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53be0441 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54641d68 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56d62876 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56ff1303 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5868a13a drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c03add6 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7318dc drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5dd4303b drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6037c3a3 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61f36a1a drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x639e62c3 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x651c5670 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6707598e drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bb17a85 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc3c29e drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7463727e drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74cda952 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76441f89 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x769d184f drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x772a8f89 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x781a62af drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x785f46a3 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4aadf7 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4ffc29 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a62dbc3 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b7e46c6 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b968395 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bdf54a0 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ccc011d drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cf6337a drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d63ab20 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8069447b drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80b67e5f drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80badb8f drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80dcab7a drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81787e6c drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e773e4 drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8223f991 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x826ff56e drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82a1deba drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82eaa3db drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x835ca72a drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x874bdbb4 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8839539c drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89c93e09 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a9c7296 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c967a51 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x915de250 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92f969df drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x954e1cd6 drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9560461c drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ad6d203 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b859e02 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d5719da drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f88787c drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0a88a34 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa10eccf4 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa13e783e drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa34aa2a8 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3a02e8c drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5fa33b7 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa80be351 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8803756 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9c7b87b drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa0a6166 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa668c7c drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae4845e8 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb24485ea drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2b38b1e drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4cdfbd8 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5540008 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb60077e4 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb65ba9ed drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6a517d0 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6e9545f drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb77d1c91 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb811b968 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb83dd8b9 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbca7589b drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe42736d drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeeb6331 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc32b317d drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc69e1e01 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7956af8 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7f7cc11 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9d48c07 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9e507a4 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9e81d57 drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcadf9d27 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb34eb4f drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbed5f03 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce7a1e69 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcebf33be drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcec158f0 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf9cfa92 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd02143f4 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd15fd2f2 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd163bcb9 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1a56081 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd204278e drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3819343 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd42be956 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd68fe9c4 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6ada7d2 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd814a707 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9c98bbb drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9e1d7b8 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb01b2f4 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcf24fd0 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd732ef4 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddbcb163 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf189202 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfe62481 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1b4928f drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5ff6786 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6c1da5a drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe79209fc drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7becf44 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8e955f1 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeaa8bcf8 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeaf4b13d drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecd28125 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed2e244e drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeea4ed3a drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef005d61 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef41ed33 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1cff0a1 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf219f21d drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2e904c7 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf325c6ad drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf408dafc drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6ae992d drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6d3a423 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7e5985e drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf81f4e69 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa5d5d97 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb9cea07 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe306817 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03b0e551 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x05f8afaf drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08733a48 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d46db5b drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f826698 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0fbf2570 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0fe74c63 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1631a665 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18323414 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c926b50 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2293ff68 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b396ee3 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2fa97044 drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3137c8c0 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32369954 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36d0a12f drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x38529f16 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b707cb9 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4dc3d0bb drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x53150216 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x572c2318 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x57fdbe99 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6090bb91 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62ffb0dc drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x665c4442 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d0adbd4 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71b3d5fe drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a57395f drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e381502 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x90f4dbef drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x94da953c drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97d65192 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a2aae65 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e9fb0f0 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa65f8d17 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc13f8a5d drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc20a295a drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc30f90e7 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc66b4919 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8371dd2 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc997b81d drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9ddcd9b drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd4ab1491 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd542432d drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf4c725c drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2997fa8 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe6023ea6 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb6831e1 drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed24f1e7 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed9f0afe drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x8fe20c92 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xcead54ed drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xd94beff7 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x08e84529 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0a60c604 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0b384620 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1bd25eeb ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1c5d83f9 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1d737314 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1e3efc12 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1fe0d4ba ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x266906a5 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2f30ce4d ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x391436b1 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3d48633e ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x427c8460 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x42d93ded ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e8dd264 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x530ed9db ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x56194f32 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x564e1aee ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x576cf4d3 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x597b42e1 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a8fdfea ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x629abf78 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x63b7e7f6 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a9327d7 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c194491 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x762fcd89 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x79833bb4 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d55da85 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7e3821ec ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7f32ebb2 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x818fc4ab ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84a13931 ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89579377 ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89a443de ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d14adbf ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2a129fd ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa445f844 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa7194968 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa73de2a9 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa99eff0a ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa9cee782 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xab55cda4 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xad6440e7 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaec4ef5c ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb42ad1ad ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb83c6470 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbc386b70 ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc25c7fbe ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc330df0f ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc3431e2b ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc3b7ea38 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc3ddac93 ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5f0c2da ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc61c92c3 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcd8be966 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd013d906 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd43c9e0b ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd46b770c ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7f51742 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdc6d7883 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe6209693 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xec44a867 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xed7c5239 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf6587e34 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf7c7f74a ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfca849c9 ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xffc26b2f ttm_bo_clean_mm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x8f5eac3e i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xd4a29dcf i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xff8dd216 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xead7111a i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xf429140f i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xe993902a amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x85f56ee9 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xa756e800 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x4d4e702f hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x67a19758 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xb2d5e32e hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xcc2de894 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xd128516e hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xe1a2bb18 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x0cb68ea5 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x97e44299 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x9cbc29af hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0c488001 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1ef4b9d5 st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2e5b33ae st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x34eec515 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x51e68930 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7c3e2865 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7f303a24 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x86747e5d st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8aadbcaa st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x9324c2e3 st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x9bf6af77 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb3d58d41 st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc879dae3 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd0502e3c st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd32f30ca st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd83a11b5 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe2f42bda st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0xcce39d30 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0xc77ed319 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x604935d7 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x81c8b886 st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x79a39ec4 adis_enable_irq +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xa9f66922 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/industrialio 0x018cc377 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x0e7ab06f iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x0efc0581 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x186a4c74 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x30ec3265 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x343a2ce1 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x392bedc8 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x42823e3f iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x49c2fcab iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x4f5fb359 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x514500c8 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x527e4439 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x52cc3687 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x52ded73d iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x77caac53 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x7db7a95c iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x89b20206 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x8e59c6e2 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x8e8764cb iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xb054e31b iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xc820deec iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xd2e2a6e6 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe4c9c046 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x2b334248 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xd3415cc8 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x1cd6d4c0 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x4eb2e875 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xa84cb013 st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xfa4e7cfb st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x2dc15c5b st_press_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x3a174a89 st_press_common_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1ea5767b rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x32a8402c rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x3ac91ede rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x59252c9d rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x15f0679d ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x165b729f ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1f2a10e7 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x212981c4 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x231a0e37 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x312616c7 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x35fa027c ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4f4ee2c8 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6591d88d ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6cc9e206 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x71723b90 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb08d80f4 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xba67da9f ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc9f74265 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xdb4374c5 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf327cd4e cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfa6fb1c8 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x016ffe94 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b935488 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bcc5126 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0cbf2ceb ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d1298fc ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ee27d76 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f05bc6a ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21df043c ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x265d90ff ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2678cee9 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26fb792e ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2cbe00d7 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30762523 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x327cdfe8 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33ea40c4 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x449f3ece ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44c34d60 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4923c618 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49aef8fc ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d1fe060 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50ba2a8e ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x521b769a ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5713a1ee ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x594ab529 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a193a77 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b21e0b1 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b79599f ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60e3b988 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x658e6c86 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69911f51 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d96ab96 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76e8f54a ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79a2eb66 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80a71429 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x833e35a4 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x841cebe3 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x884387f3 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e11f95a ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e6a395e ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x922b7351 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x932f2c3a ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x937a9860 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x976b6324 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97993fef ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x999833e6 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2ee90e9 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa58eca71 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa71a8782 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac51853a ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad85d365 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb021c7b9 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8741ef7 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8bef659 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9dc5379 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb479c78 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc294b67 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf470893 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc16a4474 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2b1c1ab ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2cb057f ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9fd2479 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcfc20b10 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd107223d ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd13fc484 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3a98643 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9219c61 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb25b695 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbadc52a ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde1df9e4 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe225935f ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2d52459 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2f7b984 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe33f7727 ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe714b130 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe78a9c9f ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed20d557 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee475b1f ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeea9b11c ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf00fdc8f ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0726da2 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc076e93 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x05aa4f1c ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0fc3d9a9 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x2af2d095 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x481b3972 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x5917c8f5 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6843075d ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x85a68703 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x8bb08383 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x92972957 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xbc926a13 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xc9e7bb20 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xecc7f4d0 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x0d766da8 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x269eebe9 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x5328d7a6 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9219723a ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9a1cd50d ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xa6da39cd ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xb2ed06cf ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xb58452a9 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xe993cb25 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x11709130 iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x15c1c1c5 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1c932cff iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3b9d64de iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4507a994 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x47053cf2 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x57c11885 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x77aab58b iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x96cc3b74 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9a7931c1 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9f7a6e96 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd60ffaa5 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe00cc4ea iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe7e32cbe iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0d76b363 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x10af34d9 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1a7f2395 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1b823902 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x268a03e0 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x28af3952 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x37b7f7e4 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x492ace77 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x59953ddb rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6cfe60b4 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x71163bd1 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x722dec9d rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7d2c5fb3 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa5527645 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb81b605c rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc4099980 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd76b92c7 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdc3eb758 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf05cc3da rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf65b5e30 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfb9b6e4a rdma_destroy_qp +EXPORT_SYMBOL drivers/input/gameport/gameport 0x0a50e201 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x0b5da8a6 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x6c6ec8d5 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xbe0b20c3 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc349f5e4 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd0d5689e __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd2fc016c gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe33b5fa1 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe813a599 gameport_start_polling +EXPORT_SYMBOL drivers/input/input-polldev 0x4319afb7 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x5ffd3437 input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x92d6e700 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xbf94e56c input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xf3d94a97 devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x99c6fe5e matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x256b5e8f ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xa0e6319a ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0xa52ef57f ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xfdb091d8 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 0x984608e1 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0aa93547 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x22248390 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x4040b155 sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x55ad0978 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x8fa6d9fd sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x93412fda sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x1816892c ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x803c09be ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x0c70ec58 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2199bbbe capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x27ff39c8 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x3f84c7f1 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6b805960 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x81ef0c3c capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8473c9a4 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9957484a capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb9358bfa capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc1db1bfe capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0d86985c b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x1ca76188 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x32465d89 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x37e6b33f b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3af62aa6 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x449daf43 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x475339d9 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5041217e b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x50451001 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x6d0c53a9 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x6d690a36 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x7380d9ec b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x76f086c0 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb140835e b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf3b7f67f b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x0886ca85 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x38342c65 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x3bf04236 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x55d0724b b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x5d6bf77f b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x6f37dcf9 t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xa04c8239 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xac2ddef5 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xc509c091 b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x12d6b88e mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x30234670 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x767ea47f mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xe95a2ca5 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x24b31a6b mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xadbcebd1 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xbfa48b79 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x02650240 isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x4ab45a89 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x88ff2653 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xc060bdea isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xc5776775 isacsx_irq +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x5f6c0e69 isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xeec978fe isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfc44d0d4 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0f1f0fe2 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1b4b5eaa recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1e536c66 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x23922bd3 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5226729d get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5423f30e mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5a94869a dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6481442b get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x73778d8b recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x77b6afd8 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7b90b6e9 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x82becae5 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8ce7d29b mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x97fba3b9 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9866bb44 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xabdee3a8 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb3c5df83 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcad09932 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcda6be19 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xce121d3d 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 0xd6e550b0 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xda3ffa9f mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf08e9f55 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1d89bd11 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1f529ce8 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0x26481f26 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x440b4830 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x44a37d62 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5b59b856 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7bcd2beb closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7daccb73 bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0x8833b0e8 bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9ca1a184 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9d3887ed closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa3c5c702 bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca5df778 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xce47a6d9 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd2813054 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdb622633 closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdf892351 bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe67c2d16 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xec6f33d0 bch_bset_init_next +EXPORT_SYMBOL drivers/md/dm-bufio 0x268682d2 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-log 0x47a63788 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x4fd0beb7 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x59ea0097 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x69c9d0ab dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x16405116 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x2dc32a7f dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x64a08775 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xcd758a3b dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xdc47de3e dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf12fcdb5 dm_snap_origin +EXPORT_SYMBOL drivers/md/raid456 0x9e74706f raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2f07c912 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2f709cf4 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x39cba80a flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x51bbcb2f flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5afbaa85 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x65883d05 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x71ec7143 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7f653844 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8c9357f0 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x90cf90c1 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xadbef572 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb8231bcb flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfd97b5d8 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x28a73545 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x715ec6ea btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x0159ff61 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x10557f01 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x4feb4b7e cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x505eff69 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x94c99523 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0xb8ea7492 tveeprom_read +EXPORT_SYMBOL drivers/media/common/tveeprom 0xfa9b41c0 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x02655cf8 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x10672f66 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x32706276 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3ff7e037 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4824d994 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x482aa67f dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54faa8c8 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x58ba2752 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5c0ea535 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x69b5052e dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x70af1058 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7391f6a9 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x756dc24f dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x78db694b dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7ad52c84 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7d018b37 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7f4f9b54 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x85a5e7d3 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8e6271b6 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x95d8f341 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9cb9f621 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa388ac7c dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa64274b2 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb03bf14a dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb20fcbba dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb80c5dff dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbc1f92fb dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbce75dd8 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc70d5ae9 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcc639631 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcf3d3d54 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcf589e8c dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd8f7184c dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe404e217 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf28e7431 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf2da7bf5 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf5d5c639 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x11cbc8eb a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x0c9639c8 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0xc9bca40a af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xb987b39e atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x0a93dee7 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x25ec0446 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x39249437 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x480dfcbb au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4f1ac0b8 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7c767998 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x87aabce0 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x91242d3b au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbb763029 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xf4140455 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x6ade41d2 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x6a7f11fe cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0xb834dd23 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x9b7b7005 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x7fb70b0c cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xea607052 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x2d702f03 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xc59f14a9 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xdf578185 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x98641faf cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x0ac5c92a dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x72c33f5a dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xbd867286 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xcce4a1c2 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xfeca7820 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x03646c63 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1cf0d7f4 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x232d0ce3 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2b602d7c dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x41cb3938 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x43c87746 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x49a73915 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x50970d5c dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5886155b dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6b10baba dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7de5e000 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8dedaf83 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xde4af435 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe58a7678 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfc9bac35 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x1000def4 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x124917d4 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x2b57599d dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x39f3f9af dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x972b13ee dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xe1a7f492 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xf869d2d9 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x17dd70ee dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x5d20621d dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x92a68d3f dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xddbfe7c4 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x00526b12 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x09676f4a dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x145ed2db dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x1c97135a dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x53c18e37 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x78ee8ae6 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7d470cda dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7d5de535 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x98ebf7ba dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9df48af6 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xbd1cbb26 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xcd6d3b71 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd381f5bb dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xdbe57d41 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe0436a89 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf3fe15cb dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x04424040 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x12e7874d dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1c9562dc dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x231ab483 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2f561b24 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3ca9a93e dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3e80a641 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x41e05d0e dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x605ac337 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x621d7578 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7ddc5323 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x854c4779 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8b71d1cb dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x94bb6acf dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa2f5e76f dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa5019df8 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb37c966f dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xbc02e150 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xda1dfe6a dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0ad0709f dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x11af61ca dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xa2342398 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc0ebb716 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xf616aec9 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x3fcd3029 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x56d32ff4 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xd0992ce5 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0xc2b006c7 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x7622dbfd ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x4059a690 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x6d649248 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x77177d83 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x4da4f193 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xf6881982 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xbf0edcd2 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xfd64a035 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x55e9b9f2 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xebf5848a lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x12190aaa lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x907edba2 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xf80acb44 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x77d23095 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xaac37e36 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xcb02b548 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x22f743c1 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x5d9550a5 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x7e0782be mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x72c7db3d mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x03f2b3b6 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xbbde1d46 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x17fdf8f0 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x43f3aa24 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xbd806cf0 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x3241fd7f or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x6e4be41a rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x7572df4f rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x5cbd67e6 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x68e52d20 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xd1267640 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x314afe66 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0xbab68aaa s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x2a9d42d0 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x4ce18807 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xb43ff395 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x52711215 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0xfc531aea sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x8564e2f3 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xafbaf1d0 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0xc822aeef stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x41c96e60 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xaab992b0 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x581da2b1 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xbccf091e stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x23f33858 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xf63404dd stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0xe88beb5d stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x84be5916 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xc851687f stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x66ad3a23 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xe53ec55d stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xdb88afd5 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x61dc239b tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xd4752699 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x80ad6c57 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xa5bf2a74 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0xc7c7ae7e tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xe981e344 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xcada990d tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x0a72675e tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x3760a565 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x6fd10218 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x2249cff0 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xe2835518 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x108ba71c ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xdadc9c58 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x4b9345c1 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x4eeb1eb0 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x21e25e3a zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x25c4a697 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x55f563bd flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x656ecff7 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6e5c1ef1 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x96aa10b6 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xcc6e1a2d flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xee0475b9 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x02b63895 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x3dad3856 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x7905069e bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xdb3f23dc bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x0a493010 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x9a424da2 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xcb86d53e bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x03df2bcb dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x303afaff dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x35bc605a write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3e6b70b4 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3f0525b2 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5cd477e2 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x61313c87 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8f330aa1 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x9846689e read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x4e08cb96 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x122ebfb5 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x1f7a0a75 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x85f10564 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc2a55dd6 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf9baae31 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x046db87d altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x92200f32 altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xd9debf6e altera_pid_feed_control +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 0x745d4182 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x9bf23f8e cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb9df4de0 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd8c7943b cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe896f8c8 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xf2bd9d9c cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x2d6baed7 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x42bf8820 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x214f8631 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x33faa1f7 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x9129f224 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa59b811f cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x013721de cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x24bdce36 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4d24bc66 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x71db9b25 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc8c0bdb5 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd6c46fe0 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x03ace285 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0d0cb5ee cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0e684c27 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x10e03da0 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x26b82f83 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2b2780a0 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2b8b87ec cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x53de8b71 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x791ec540 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7b61977d cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x875da2ac cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x88ecd6e1 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa44d9625 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa655a0ee cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb33dc13e cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc27cc08f cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd2a22bce cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd41d9102 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdef75800 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe543d6e1 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe61a9513 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe685d2ac cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1ecddd0d ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x204bceae ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3b783f74 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3ccb3ba5 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x42113962 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4f55baf7 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x52e7c1f6 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x64485ee0 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6b8e754b ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x76cf0347 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x811fa6b6 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x88f0f840 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8b74cb78 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc52bb0f8 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc537a7ca ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xdbaa4bab ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xded64502 ivtv_api +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 0x1af7fbf6 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x39611148 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x61291168 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73d67712 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x97b62d86 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa43e315a saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb0190028 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xba0cbe00 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdc4df6be saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xfbad06f7 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xfc9e9ba8 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xfeeba027 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xdaa0222a ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x115e3525 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x1656a2ec soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x6972d64a soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x84557536 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xa9bf8744 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xc6e5ba02 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xdfa3b1d8 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe1e7b882 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xec968201 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x7e76404f soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xb91bf175 soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xd564c72b soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xf7c35f80 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/radio/tea575x 0x05bff015 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x33fcd0ad snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x5acbaf82 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa3a5a0d8 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x325349ee lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x61d0e88a lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x8a3b8efc lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x93da89da lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xb7e6dd1e lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xc62497eb lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xee219430 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xfdb05f8a lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/rc-core 0x423a66a7 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x69bc58f2 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x6ff9df18 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x79f2c78b fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x15c8e789 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xb8d1c3dd fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xf52d134a fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc2580 0xcca1ede4 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x921918eb max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x4cf7a2d6 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xef824cd4 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x1b9ede21 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x244f8d2e mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x2442b54e mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x0766f7ac qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x9d7c8eeb tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x2797745c tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x582ca4ac tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x38892b51 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0x6dc3648e it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0xb5a327f6 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x44762e4b xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x9a63df31 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xc047dda7 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x29d91dec dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x35714828 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x52acda2e dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x543c2876 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9c0b7a88 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc7bebed7 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc7fe0620 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc89b9d6b dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe0d00027 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x17093c14 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x5e83d946 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x600702a7 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x7fb58393 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x95d924ed dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xdd3a95dd dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xeb7b8770 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 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 0xf6becbb5 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1089dc95 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x32526672 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x77ab426a dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x838c68db dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb9bb8ef0 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc359a2e2 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc6106ef9 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdce4f106 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe2cb647e dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe4fce08a dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xed379ecd dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x502a4eb4 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x7cdfde15 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x34c913c7 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x563b99e3 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x63bc63ea gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x868bf40f gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9ea15247 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa6da670b gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb088517c gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc08988ae gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x247b8b83 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x56128576 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xaf81f19e tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x8d8512d6 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xa642131c ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x01fdddec 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 0x7446a75e v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xc45b85f8 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x286bbfde videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x35dd2546 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x494975d2 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x6670630a videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x686e598a videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xdb92fa76 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0xf3d70641 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x3750cf35 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x7afd400b vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xb3c94072 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xb9d16b08 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xc9e7e401 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xdbf34459 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x01e81cef v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x02c7990e v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0a32a135 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0ace88fa v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0e1349ca v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0e2ab7c8 v4l2_ctrl_g_ctrl +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 0x1b43a253 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1d9df47f v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1f931285 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x23f7b929 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2580d128 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2784a3ef v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x283ab86b video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b431ac2 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2ee7357a __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2f5df8a7 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2fc2d82e v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x346283cd v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36cb7948 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x37867730 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 0x3c21a173 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3d88800d v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4a83ef05 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5d6c12ad v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5f00ab5d v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x623b5b55 v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x624ff60d v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x62545c1d v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6583caaf v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x67a0f0a3 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x71f112d3 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x74b6ba90 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x75a46ab8 v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x767ce474 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7bbf706d video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e35f9a8 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x81d975a5 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8401132d v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8432aa38 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x84ec1f97 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8fb42f77 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x94e21129 v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x953b1ee6 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9da7d1b4 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa1b17307 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa7121886 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xadf55bd8 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb18aae4d v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb1bcaca9 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb2a295fa v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb45cb0ef v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb4bce229 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb55cb8a6 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc0a9f4e6 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc0dad20e v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc9089ba6 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcc4a9ab0 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcc93c285 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd42245cb v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd5a8ad70 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd96db12e v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe4e38387 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe84ee481 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf621d412 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf850e31c v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfa370174 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff6f2084 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2e47a0db memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x51627dc1 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x78de2e5d memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7a953069 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9b808556 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa1544047 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa9cacab5 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb5006b11 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd514bd60 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd76ac7e1 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc07e67e memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xeb528b9d memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf84a2255 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0695a9ba mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1643ab78 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x187e1950 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1b19eebb mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x38a8f7ad mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x43de8b62 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4c50163f mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5275ceac mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x63cfccdc mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6de22135 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x76e8a815 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7d15116c mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7f670b17 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x842acc1f mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x87fc71f2 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x886f3988 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x89e0901f mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8a7df6ed mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8b0d8ff3 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9285c927 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa086f79a mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa171383c mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaeb6df4c mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb2884f7e mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbecdd09c mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcc16d5f5 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xccecffda mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd1aaa5a8 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf7549519 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x17ff4e6c mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1b623a94 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2424ab1d mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2e17cb41 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x31f4266c mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x338ba753 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x33e470c1 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x393064c2 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x43ed8884 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x55f1ae06 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x605de18a mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x65c6c9d5 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x69c6cefb mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x83ef38d8 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8feb32d9 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8fec3036 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9c2a2ae2 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa04275b7 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa398f23c mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb152954d mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb365fd88 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcf53be3e mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdb144c0e mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe131a675 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf0a6f9ce mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf7b41c16 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfa75fb73 mptscsih_io_done +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x05ea0bec i2o_cntxt_list_get_ptr +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x13fdf5d0 i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x17294d1a i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1ef8c212 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3d492a70 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3dcadba1 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x422258cf i2o_cntxt_list_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4c97c969 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x511e2c1d i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5513894d i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5babece8 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5e27d275 i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x629f829a i2o_cntxt_list_add +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x67a5852e i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x691dd583 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x799f28a8 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7b69fcd8 i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbdc6a820 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdaafc16e i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdd4cb047 i2o_cntxt_list_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf0874843 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xfe528721 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/mfd/cros_ec 0x0527a7fb cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0x314a058b cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0x42b26743 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0x47898aa8 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0x9bb916a3 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x0700a6a3 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x388aa3a6 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0446ce31 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1aedc933 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x23517e86 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x273d3405 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x31c8f886 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5ee3e6ab mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5eee90aa mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7414ab44 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7ffc761f mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8f25ee40 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa27abcf8 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa96054c3 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xed77d5a3 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/tps6105x 0x6b59a47b tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x9dc76cc8 tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xb70fcbac tps6105x_get +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/misc/ad525x_dpot 0x0a078844 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x6b1a4df6 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0xa1a7d32d altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x2a2c9e5c c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xd110b1ed c2port_device_register +EXPORT_SYMBOL drivers/misc/ioc4 0x7970176c ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xe92813c1 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x1c763a9a tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x39b40128 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x3a1509cb tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x46ef0eae tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x51c6f51d tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x7d8b9db4 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x85476d0d tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xa8c2ec46 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0xac628bc3 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xb737ba55 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xc17f5b95 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xc28d1c0a tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xe57cad3a tifm_has_ms_pif +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0x7a8272f2 mmc_cleanup_queue +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x21cbb31e mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xb04c6b95 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x6528c7be cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xa707d619 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xe0f5396d cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x0e7545b8 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x12e6d9ae unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x5174a605 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x911f1fa0 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xb254f262 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x301855a1 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x67d1b5a8 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x528e9611 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0x7c690605 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/denali 0x4fed4a05 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/denali 0xaf6f6843 denali_init +EXPORT_SYMBOL drivers/mtd/nand/nand 0x266526a7 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0x269391c8 nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x611a455f nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0x66154584 nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xa04f9443 nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0xae0e3856 nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x1fe9d521 nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x3441a9b0 nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xd4330fa7 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x0f6a7710 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xaea8ebec nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xc9808f27 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xcc454bf0 onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xf4da5675 onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xfa3ccc7c flexonenand_region +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0abf51f4 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2c7bb428 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x464dd075 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x51914b3c arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6c697f80 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xbfa021fc arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc21f5769 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xdc006e7e arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf65dd32c arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xfa9612f9 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x1f07c93d com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xaf02b435 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xbdfbddd4 com20020_found +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x04f66d81 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x098a53cb __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3a2f9cd5 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4ec1349a ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x61b40826 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6ecc8eeb NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7729e5fc ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x95db227d ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xaba5776c ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe6de51f0 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0xb158685c bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x02793bb6 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2c171bd3 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4538d149 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4dd7d718 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8378ea23 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x902d94b2 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9663dac0 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9f67b8ef cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb282bac8 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb68ef921 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbe986d03 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc0e8b9ff cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe1e533a0 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe900eca0 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf6fc8f61 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf8ec2d05 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfd623420 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x09474e0b cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x09cef6a3 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x09d8fab0 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0e44bf6b cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x12a569fa cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1fedb373 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x26748524 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2bd9a105 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3d7a10c5 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x44b3f7f3 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x56fd23fc cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5a89639e cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x643493f2 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8a6f0684 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8b8582ec cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9929c0c1 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0a7110e cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa3035303 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa9a01f68 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb037f6cf cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb1c09687 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc2534f1c cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd1f3e4d7 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd2746d18 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf0d1b824 cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfbad8dde cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfe19914f cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xff4c31f8 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4b8093d0 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x766c6ac3 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x88371fc3 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xaf69b624 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xcdc99872 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01f674b4 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05521abd mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0728d910 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c55345b mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33884f69 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a0a2532 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40465770 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48350648 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65ee6522 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x678a0635 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x686abb21 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e387300 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f0c4a43 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72a16f00 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c149039 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ca4fe18 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa251fcd5 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa78c7fd2 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9508beb mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab5c52fa mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc2578fc mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd33b7022 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb8e2b4f mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3fdf700 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa330474 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffaad42d mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07a1affe mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0be9b1f9 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cd71721 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d9824cd mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x331d5c41 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3357a729 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37ec6c3f mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3953c42d mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3dc74c5f mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4250210b mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6bd14aec mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e7ca655 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73318881 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76136a18 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78e867ae mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79f699a4 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8bced7ce mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9573a83b mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97b3271b mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98c48e0f mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb99ee41f mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf123c48 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf16b11c mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd56a40b8 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdfeb6c01 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe07228b4 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe275b1bb mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb1713b5 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8de0108 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x14f6e415 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x2b3cb23e hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x95438eb0 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xcad17299 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xd28c4eee hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x44334ad5 irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x6a7e749e sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x720df28e sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x7911a790 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x8b314567 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x956ac4f4 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x9ebca0b3 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xc1d236c0 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xdd9edfb3 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe289f174 sirdev_get_instance +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x02bbd6b7 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0x0a2ac8a0 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0x670863e0 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0xa1a6c40d mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0xa6f9a5f4 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0xb3df2fd5 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0xd7da5ead mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xe14ce14e mii_link_ok +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x11ea1ca6 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x3a63fbb1 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0xed11528f vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x2c53f79a pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x47e66d9e register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xc2e45021 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xeb418705 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x14db6f57 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x39ee73f7 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x3fb2a52b team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x91856693 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x99a4ee82 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xd074d769 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xf89cd10e team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xfb73b821 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x76cb5077 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xa4b578d9 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xcfd0f8b6 usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x45e482c2 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x79b9b437 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7fe30472 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x99dd2a64 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9ea70753 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xaebc3aa0 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb9133717 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc174b107 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc853e95c hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe484e5d9 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfd17074a hdlc_open +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0xce4f39da i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x030bd498 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x21654654 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x3789ee6a stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x39aa32b2 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x62176300 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7945b3c3 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8359dea3 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x96b9a15c ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa1ef759f ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xacab154b ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb455bea4 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb662a745 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd165518b ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe60049fe dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe7b00f25 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0e0803d1 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x37dfed7e ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9af82b39 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc864da4a ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe8654c17 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfb751ce4 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x12bf603f ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1d4da746 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x32a8090f ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x455aff62 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x47a5d69f ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x480b3270 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x50bd0027 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x63057e56 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 0x9c7fac67 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb218d548 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x28c75d54 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x313eb276 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x339b9cd9 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3903deb8 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3e152d0a ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4ba2b412 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x50dbfbe8 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x53fb3e71 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x823c5dcd ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8ebeb9f7 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8f4b0466 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9f04a3d8 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb3f35a95 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbe3508f8 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xccd01c36 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdd8ba0f3 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xee6c3833 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfaade9b5 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x013ff720 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02de74fc ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x068db24c ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07d417ae ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0807f2f9 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0b2e506a ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d54485f ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0fa1389a ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x107f16f4 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1241c662 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x14c725d2 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15a41843 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x197916c7 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1ad8751e ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x203dc9a2 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x216afa27 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28d27dad ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2bf25a75 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3042576f ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36860135 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36a0a93f ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x37808377 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x398df1d1 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a253f02 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b2ae2aa ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b94e5f4 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x402083f0 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4090fbb4 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40fc27f8 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x427ca228 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4660d9fa ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x46731231 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x483b3bf4 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x49208e55 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a30bd94 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ff83f9d ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x596b7a3e ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e265c61 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5fc93ff9 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60a4b87f ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x613eb2a6 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x619ff7d2 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x66be1b4a ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b7951ed ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6bc68986 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x72eb5399 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x74f0f870 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x754a51e4 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76596317 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79feadc9 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x834158f6 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85219351 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8af54c8c ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92690d66 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x96315e21 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x965f86a9 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x973d1c0b ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9834cd12 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x990b681c ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b93a12e ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ed4cfde ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa0496591 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa1cab24a ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa48a3812 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa8259348 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa96c9cc4 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xabd6f400 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad214dc0 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xadfdae58 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae1567bb ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb55edc33 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb797952b ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb7ff1c29 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb82bfea7 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb65169a ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc9dc679 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd44efef ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd4fdc3c ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbdbe87a3 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbfc47a57 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2c83fb6 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5c028f6 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc98a77f6 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce1d7b26 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd105cf6c ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6a13887 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd863f6fb ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9f8bf10 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda20c215 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xde2390fd ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0092c5b ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0197ce6 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe1961ad8 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe1b492b5 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5e0a021 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe76f4fbd ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe78bfb5a ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea888100 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xedae6817 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0179044 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfe32aae2 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff05491e ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff1ed4a9 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/atmel 0x70c08768 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0xc935488f init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xd92bda10 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x0c6e28aa brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1375b629 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1994d8d8 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x21c1184d brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x3070660e brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x85e42e10 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8b9dba8b brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xab40fa4d brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xae87bcc9 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xaf4177e0 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xaf815801 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd83e5c56 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xf5cfcd39 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x01608d7a hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x01a2080b hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x055536a9 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x07d44425 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0be83515 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x13bceb82 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1723ac32 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1e68cfff hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x21957172 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x26899996 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3a2bbd43 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5cd5abc1 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6d8b5b85 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6e2a8185 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6f438f40 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x81fdc30d hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8c8472b1 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x936275b5 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa73536a3 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa808ca3f hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbc9c68b1 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc248a996 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc527d285 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe190702f hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf6c04831 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf6f08d2d hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0afbf59a libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1ea9447c libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3af71364 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x54a99b2b libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x59e46504 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x63247a1b libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x848a8656 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8f44a3c3 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9d14c15d libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xaa186d2d libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb1e58071 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb9f11fa8 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xbfc6c7c4 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc493762d libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc8090de1 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc863e79b libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xcf9d635e libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe3fdbb31 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe9c5e6bf libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xea807153 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xff182696 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x05b6fbf9 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x09db1a43 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0c0b533b il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0d9d4227 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0dc0b432 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0e554bb2 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0ec50aa2 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x10299390 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x11cbc708 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x12061313 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x133257ff il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x13ba3d9c il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x17b6bda1 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1824bf52 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1a16731b il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1abfbc5e il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1dc0bf61 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2122a257 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x24746f5f il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2613207d il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x26db654d il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2b2ecbe4 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2b6def6a il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2bf91a95 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2c21c0cd il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x30285b97 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x36dcba7c il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x395454cd il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3bb8f2fa il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3be39e8f il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x40b4df61 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4152b9ef il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x45cc262f il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x51ef4a27 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5283ba01 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5c580934 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5c643de2 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5d413930 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x602f7475 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x604b78fc il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x65d66894 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6c5e2122 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6c899e69 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6d99ab58 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x70d1329f il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x75c7d764 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x76cffd21 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7d84b413 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x81cb8a10 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x86724af7 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8c20d382 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8d7a0743 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x961d682b il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x980a27fd il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x985e14f3 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x98dfc13e il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9900ac74 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x99d03c80 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x99e83166 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9c9a63b6 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9e87a87e il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa1a63574 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa2b7c291 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa2e2ac7b il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa5da12d5 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaa69391a il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaba0a834 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xadacd581 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xadffee5f il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb26a85f8 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb406d209 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb5525875 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbcd9dd80 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbd33c83b il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbe6c2c96 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbf268d29 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbf4df435 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbf9c7307 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc7de7ca4 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc902cf76 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcb79cdde il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcc250d72 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcff01594 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd6c703ac il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd7101af6 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd91b6e0e il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdb0e3ba3 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf58fcb9 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xebe3dd4d il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xec2a3990 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf081978f il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf5509e9b il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf55f04c4 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfa39e5be il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfac39356 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfbba4e2d il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfdcdebab il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xff8825fd il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08dd8699 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0c50fa2b __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x1ecc5465 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x2f7b7e55 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x3b9d00d6 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x675bcb86 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x779dd6f5 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x85c1bb84 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8de37664 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x954eb7a7 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x963a6f8a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb8f7026f __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe2dcc8de __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf9ec6bdd __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0b898366 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x16ef452d orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1e9deace __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1f6c5234 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x392c3547 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4996b8e0 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5dea5bf1 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x78b025ea orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x995016a2 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xaac8754c orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xbc34cee1 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xbde9d9da orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc610c51b free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xca9c9eb8 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xdaccc108 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe90c49e2 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xff1364f3 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0x722ef9ab rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1f1134a2 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x27b37d10 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x28b53a68 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3211da68 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x33694ed2 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3cb30cc0 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x45e127ba _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4b532432 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5b84f7af rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5c82866b _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x75442ac1 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x763d816f rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x77452f6f rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x77a54639 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x79074959 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7c4309cd rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7ea628a4 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7f6583ad rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x84a50c2c rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x86c8fd35 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x87e56b71 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8838dfd5 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa3e80233 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa4ebd0b8 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa9faa8db rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb57714a3 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb701707b rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xba45c7b3 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbf281936 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc58704d1 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc91a0125 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xce5903c0 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd1a409f2 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xda2cb296 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdad834c6 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe314bd78 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe742de41 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xeecdb342 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf9f7f171 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfbf5af9e _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfee051d7 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x23f4bc32 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x54a4ea92 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x5d78172d rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xa6a042c2 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x131a8236 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x18ca4d85 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x4f20c934 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x8dba8ce8 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x143b09c7 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x192a6a00 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x19fed48f rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x40fe5e69 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4b13cb8f rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4e6e575e rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x52284069 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x55372d8c rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x73d4118d rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7864d73d rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x81697c5e rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x85869a41 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x97bd744d rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xaad0d4bf rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb6d01aaf rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb7b2f6cf rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xce08145e rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd212837c rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd382fcd7 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd549ab18 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe161a8d9 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xed3fa343 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf32b415c rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x18fc6721 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xbcb3bbde wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xd3547d5e wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xfb641689 wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/microread/microread 0x99f9acc7 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xe8843b5a microread_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x6f69b2bb pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x77311c16 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x11d5180e st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x23801604 st21nfca_hci_remove +EXPORT_SYMBOL drivers/parport/parport 0x09e6e425 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x1d556a04 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x1ea27038 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x25bc437c parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x26722121 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x2ab86e24 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x357f582a parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x3cfce693 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4ecbcd84 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x56cace25 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x5a8e1d6f parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x69a00128 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x6b9be060 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x704efa12 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x847dc2fa parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x865ded1d parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x9895cc41 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xa09de41f parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xa5329221 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xa861536b parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xb6aad357 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xbfe10786 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xc6fce987 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xca36a682 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xca4b1c95 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xd8868290 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xdcf5b9ba parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xed95a49a parport_read +EXPORT_SYMBOL drivers/parport/parport 0xfabb7a0b parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xff160df8 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport_pc 0x16ca6e45 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x4dc2e105 parport_pc_unregister_port +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x0669d618 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x072e054d rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x0bfbc40f rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x31d402ef rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x31d88ad5 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x40cf0327 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x5ce73da2 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xaca2f2d0 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xb781fdb1 rproc_report_crash +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0aed37c3 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0c17abc7 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0fc6b20c fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1745a807 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1824ae40 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1c0d42dd fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2fcd667e fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4357e5a7 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x52ec6952 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7b3d06a9 fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x82ed6529 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb081d6e7 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0210ff07 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x04994783 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x13d6edb9 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x192cc7fe fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1a9c252c fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1b7b491e _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x26aa26cf fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x27c1da55 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3115f32c fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x32d076ff fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x33050339 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b3576bd fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4a873705 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ee2123a fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x53a06c36 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x542aa316 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5431d86b fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x58dec7d4 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6ec86c2e fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x74555b9f fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x75c9a0dd fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c753622 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c7e8d9c fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7dd38611 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x81a9b7ca fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x95bf333d fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9775a526 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x97b35ba0 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x98936438 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1810d0e fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa5c5e7d7 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xab9cefe2 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaee4c2df libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb781e84d fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb83cae0f fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb83ff75b fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb97d0bee fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xba708f80 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbfe104cf fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc1aae651 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd27e8baf fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd3178fc6 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9ac8d83 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5b59f43 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe8083680 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebfaf52a fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf8662e80 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf965562e fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf9949223 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfab222f5 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfd0783b6 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfdc0578c fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x0457a72b sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x5876ac89 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8e362bfa sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x9474538f sas_wait_eh +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x6f86d698 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c6d7f33 osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x17c770ee osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x21829d43 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2369b4e5 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2f1f59e9 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4140b044 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x517cdce0 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x53232f65 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5d4c4627 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x60d86308 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x62c9b195 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x66be699a osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x71c4701c osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x797ee729 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8888574a osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x89efc82c osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8d938cc5 osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa722ec5e osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xaa72791c osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xab1d680f osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xabc51efc osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb3c36f9b osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb57a9bcc osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbc62e5dc osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbe9bcdf0 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbf6dbd40 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc2bebe7a osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc7e28917 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcb5ca973 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcca64c41 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcee2bc8c osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcf933212 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd32f704e osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd4c38228 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd62a5c06 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe2681584 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/osd 0x028ac247 osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x32a70170 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x50f92bdf osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x80aff760 osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0xd47e6f81 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xfb344563 osduld_device_info +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x206e12e2 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5ef392d9 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x93cc54dc qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb85d86fe qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xcd4a7ff8 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdc67f019 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe24b367b qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe699cfc2 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe6e37fd3 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe9763d36 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xed00988f qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/raid_class 0x2201f7d0 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x6672dac1 raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0x6ae10403 raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1525562e fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1dc55868 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3616eb53 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x507ce50f fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5a06bb0f scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x62ccf0b6 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x746ad853 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x88839df4 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9b58d1fd fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xae52678c fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc3e4993c fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd18e8acb fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfdace482 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x067462aa sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0e8464b6 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x16954856 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3183b3fc sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x31e864d5 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3549ebc5 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x35f319a3 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3c179cc4 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x43357616 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x47b4cfe0 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x49503c2e sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4cc7f555 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4cf0577a sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x51432ab2 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x737fc9ea sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x993c9831 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa7568fda sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb56fd0d0 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbd988516 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbff877cb sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc7ddc009 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xca82a2af sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdc7658d9 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xde7e1c07 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xec40a15c sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf6a1d7e5 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfc0ec681 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfe3e17c4 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x123c9537 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x26a7a77b spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x42d01f69 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x8842f595 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xcb157a4e spi_release_transport +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x174a2425 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x6fd02920 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xdd2b2b25 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x0b57b908 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x1371e5c0 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x2dad844b ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x57c6786b ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x5e3adea5 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x629970d4 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x6616e8ea ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x66cd2287 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x6a92b279 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x7cd155eb ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x8f33d298 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x99b9f82f ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x9e182418 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xa6cdcde9 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xb84b2c58 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcd6bdf58 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd4e264b9 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xdb94f479 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xe88e4666 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xedf4b5ad ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xf3bdbf5b ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x04a6edca fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x42bf20a4 fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x4912c678 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x8a213074 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x9d40c978 ade7854_probe +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0xc3f09745 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x01bfaa3b go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x1f010c68 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x3a79c5f6 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x4e8e834a go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x6a0b350c go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xa6d15ab2 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xb3650017 go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xdcbaa4a9 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xf3c97e02 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0x9f676559 rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x01fd31ac rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0290fe52 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x140b8c3a rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x172c3768 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b33d28f rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x25bb0e45 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2994ad47 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2a1cd04c alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2b61bf2f rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2c1fe239 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4909968e rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x52710438 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x53ee5b83 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x540f0aab rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5d79683f rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5dad06c8 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5e29eab2 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x602e9bcd rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x642112d1 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x646fcecf rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x65f97377 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x71a2919e rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x74370c59 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x75153eb3 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x764c54a3 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x77fbaeee rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x796946a4 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x798f2fb6 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7aeab380 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x89d44536 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8c0aebbb rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x902fffcf rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x91c047fd rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x94be8fdc rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xac1588cc rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xadcf8102 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb0c90969 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb4ccaa1a dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb8a201d7 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbcd33b49 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbee3359e rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc2d6031a Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc5fcbf23 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcb30b19f rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcfe352ea notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd144ecc0 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe1b81314 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe2c1f0e2 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf1c24dbb rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf55eb064 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x185c0a48 rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x265a4e1d stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x306d63de stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x370bee04 stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x37de9419 stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3a958544 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b8f230d stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3e89b768 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x404c1b3f stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x43b1ff3b stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x47a49182 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4bf247cf stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4e7068ec rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x61119c83 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6718810a stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6bef5f07 rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x9f8278a4 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa8735c88 stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa98c83aa stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc4310836 stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc525b00b stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xcbd28ba1 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xcd6eedae stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe8704b74 stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf3a6317c stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf9ad891a stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0eb72118 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0ecdc63c ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x112358bc ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x15efa0ee ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1988a667 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x208e048f Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x26b4cfdc Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2e93b36a ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2e9cf28f ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ff0c2c3 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x30dbede3 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3864efee ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3d550840 DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x41309002 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5987bb10 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5d93493b ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5e886c3c ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x60e2228f ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x640ee5bb ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6addc2eb ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6b9a56bb ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c0e3831 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7f22d648 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x87ba8c6a ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x87d6e7c1 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8f34761f IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9339ad96 ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x94ff31c8 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9a7de7ec ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9b03e566 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9db503e1 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa038d75c ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa894491d ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa949721a ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xac97f998 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb103ff7c ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb3796718 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb6a11a47 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc0689363 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1f7bae7 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc77b8b05 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcddc0a3d HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcfe7b81f ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd2b8c3dd ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd9ba449f ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdbc23465 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdbebfb2d ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdd0447e7 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe0aef40b ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe13a576b ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe1ba1797 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe218a8f2 ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe33ccd18 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe9fdccfb ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf359e86f ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfb7a7f79 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x01d53884 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x3b82f0e6 xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x7d0507f6 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xc2c1be46 xillybus_do_cleanup +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0bf8f8a7 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0cd082a6 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x168d08c4 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x19a191d8 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x39c9603b iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x42ecfe08 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5010bcfc iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5ac2e2a9 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6942dee0 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x731e773e iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7bf5f9e4 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x85094b43 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x99ff3a4d iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9d5555ba iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa16baf2a iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaa79bb4c iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb514a8c0 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbf18d465 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc3915710 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xca89fd78 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd14ea4bf iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdd9ed2f3 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe14bb28a iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xec2e1972 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf73d6eaf iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf7dd80de iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf8378c18 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfd894469 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0110c6ee transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0459d3cf core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x0686eb0d core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x06b4fb57 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x07c7001b transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x09df5ded transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x0cc54562 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x0d8d2e5e sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d012a50 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x287b0295 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x2ad39af7 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2d97aa78 sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x2e01a8a6 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x322d2d21 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x36ca24e8 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x378bd765 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x383777fb core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x397699f7 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e76094d sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x4af37f98 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x58047c01 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x5931dca8 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bff510c transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x655c243b target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x69611c2a target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x6974abdd target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x6cf52eae target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6e829940 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x707c5c57 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x73f71fd2 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x773afca6 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x788045fc transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x7926f5c9 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x7b9024e4 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x8741d593 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c8afd82 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x8dd622f4 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x92b3d13f target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x93f74f7a fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x96046451 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x974a979a target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x97b3e5f2 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b547156 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b9afa5d core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x9d7f5fb4 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x9e07b780 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x9fa7cb06 sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0xac177029 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xad0c2ef9 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xb1ebc0a5 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2338f9c core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb3106a89 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb359d335 sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0xb4bfe730 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xbbba02fa fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xc28a1458 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xc32e91de core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xc4a645aa spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xca17b6ab transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xcc38b72b core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xd1a4ed09 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xd932b3ae core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xde0c32e1 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe78fe945 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7f170b7 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xe8f846ad spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xeb129854 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0xeba8b14a fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xec5a533c target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xee801774 iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf667c6d5 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xf9f6d8d2 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xfd9fa09b sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x365aa932 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x221a9b90 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x737d5af3 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0f338bb1 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x14e283e2 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1722794a usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x18810103 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3ec19b49 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5601b3e5 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x6f145167 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x874d63d7 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9c54daf9 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa0f66ef6 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xdc2e226c usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf061a587 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x32610419 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x4b586984 usb_serial_suspend +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x2eae4a2a vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x76bd9a5d vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x67f0db5a lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xb44991f7 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xda5610eb lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe83224dd devm_lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0231be0c svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x04f7ac80 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x057f7416 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1177d658 svga_tileblit +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 0x4253fa67 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x49dde338 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xff4d5669 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x98c8feda sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x48183b4c sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x8167fa7a sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x39f98aff 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/matrox/g450_pll 0x05fd192b g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x80ddd67e matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xb735c3dd matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x3a9679c8 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xe7931175 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xfce65aa1 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xff70f65c matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x110c9440 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xfc74c884 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x7243341a matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x93ccb5b8 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x99e63487 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xc938048e matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x3ab56bef matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x55b2a48a matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x0aeae68d matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x67b2d818 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x8cfc6ce7 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9136c444 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc3bd5aeb matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x91131a40 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x3f726c18 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x4fc79955 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x68771586 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x7728872f w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x5fb6ec1f w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xf714baf7 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x4a0de2f4 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xb56fece7 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x3ae98a3f w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x980ea0a7 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xd23afc40 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xe6ba2ff2 w1_unregister_family +EXPORT_SYMBOL fs/configfs/configfs 0x05d8d182 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x0b86bcbd configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x15bea0d3 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x3f61af33 config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0x586ce508 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x67459613 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x6e3e744d config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x76e14e61 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0xcd4258a0 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0xeeda5f8d configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0xef785b91 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xfc441ce9 config_group_init +EXPORT_SYMBOL fs/exofs/libore 0x05bd3ea3 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x1bf3cdfe ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0x1e502c2f ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x26f565d1 ore_write +EXPORT_SYMBOL fs/exofs/libore 0x272fc1a2 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x5d9cf54e ore_read +EXPORT_SYMBOL fs/exofs/libore 0x68cae642 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x6c5df45f extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xbc7cae0f ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0xbf05cfca ore_remove +EXPORT_SYMBOL fs/fscache/fscache 0x04e8f3a2 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0x11c7c299 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0x1491dbf8 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x20c68584 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x25ded55c __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x29181b10 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x2b7ac6a0 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x2b8b8bd4 fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x2d6a01e6 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x2d7b92b0 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x457ac00b __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x4c91321d __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x53ebd758 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x5439dd7c __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x58e7137b fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x6411001f __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x69701030 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x6b1fe7cb __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x72453d95 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x7fe6ec53 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x912c1037 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x97efb519 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x9ea1bbec __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xa2fba5a6 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xaa97be79 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xb07c066c __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xba3cfc86 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xc5035498 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xce723289 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xd1bf20af fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0xd7f995a0 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe92331ad __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xec379309 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xf2b7afbd __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xf3bda9b0 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xf4f99548 __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0xfa585030 fscache_io_error +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x18423962 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x23c1a5b7 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x68c10f42 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa65558b0 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xf2d74e3b qtree_entry_unused +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x1a703ba1 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0x6d356209 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x56329ecc crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd09b2cba crc8 +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0c8476a1 lc_committed +EXPORT_SYMBOL lib/lru_cache 0x0dd61606 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x1aab2939 lc_reset +EXPORT_SYMBOL lib/lru_cache 0x2267e348 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x26fc625d lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x2d71c4ae lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x5a245db3 lc_put +EXPORT_SYMBOL lib/lru_cache 0x8be43a1e lc_find +EXPORT_SYMBOL lib/lru_cache 0x91635f4a lc_del +EXPORT_SYMBOL lib/lru_cache 0xa3cb2d2e lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xa892930e lc_destroy +EXPORT_SYMBOL lib/lru_cache 0xb0318be1 lc_create +EXPORT_SYMBOL lib/lru_cache 0xd76cb41b lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xed186334 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xed81d40b lc_get +EXPORT_SYMBOL lib/lru_cache 0xf2f19b25 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xf9d06910 lc_set +EXPORT_SYMBOL lib/lz4/lz4_compress 0x0c222eb5 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x682a23e0 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0xefc78e77 raid6_empty_zero_page +EXPORT_SYMBOL net/802/p8022 0x848fb3be register_8022_client +EXPORT_SYMBOL net/802/p8022 0xe67c09db unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x43105f11 make_8023_client +EXPORT_SYMBOL net/802/p8023 0x9227bee2 destroy_8023_client +EXPORT_SYMBOL net/802/psnap 0x4fb2eb3d unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0xbb1f7c1e register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x046c2437 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x07b8bbd1 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x0ad8ee91 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x1eceee9e p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x28c05582 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x2b6cbd49 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x2f391214 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3a5944bb p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x3aeaa2d6 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x4174ba7e p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x418b0488 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x44c9a758 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x4eea336b p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x53d58a07 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x56f7f24a p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x59e9a496 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x63ad1200 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x7527c288 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x8da22cd0 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x8f3d8a93 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x912ae3bf p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x9653de71 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x96e224b8 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9d5eba4e p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x9e6e4a89 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa60d0451 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb06c74d5 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xb7973ade p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xc26ceb77 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xc5422095 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xceed0901 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd1d3841a p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xd438cfe8 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xd6e0de55 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xdcfcdac5 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xdfc5e9a0 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe9dc6a19 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xf2d97a1e p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xf3a1a86e v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf68af65b p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xf988031e p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xfcc9308e p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/9p/9pnet 0xfe9bea7f p9_payload_gup +EXPORT_SYMBOL net/appletalk/appletalk 0x3f1dd3a6 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x61da1967 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xcbe8e325 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xd67340a0 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x02d697aa atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x0bc758f4 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x174bb9c9 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x1df6d761 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x4831d965 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x517b1c38 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x59e4500f vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x614bd910 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x7f3cfd6e atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x95af7551 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xc2cf3da8 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xc86e2d7d deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xca87b453 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xcd12e608 atm_charge +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x00a31f7f ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x242feca4 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x39f993b4 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x432e3549 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x5a12bed4 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x72ba63fa ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x798504b1 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xb2d3fab3 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xdf838fba ax25_listen_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x04e5144a bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1341093b hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x13feab75 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1de40efb hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x217271ba hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x27cc0931 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2ee0aca9 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x34b67ad8 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x37e89ef8 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x37f3d3e4 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x49a4d6ce l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x57262496 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5f37598c l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6655f1ff hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6ff4f48b bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7447064a hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x83969db6 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8af2b3fa hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x90c3d88d bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9b7fdabe hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9c33af23 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb63cfadd bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbb41390f __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbda3dd58 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc517ff7c bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc7759540 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc8ffa97d hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xce1595e9 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xce6b1863 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd32d4579 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd67bcb93 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xda0d7b54 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdc180231 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe4e20f9a bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xebc98a91 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf96c078b bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfedea04c hci_conn_switch_role +EXPORT_SYMBOL net/bridge/bridge 0xd67469ce br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x845b67b4 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x857c6e69 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xcb49137f ebt_do_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 0x34a81b65 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x5a43691b caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x98d5ca07 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xdccf2007 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xf6182b8b caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x495bff4c can_proto_register +EXPORT_SYMBOL net/can/can 0x4afef8b0 can_proto_unregister +EXPORT_SYMBOL net/can/can 0x597f74dd can_rx_unregister +EXPORT_SYMBOL net/can/can 0x5c503385 can_ioctl +EXPORT_SYMBOL net/can/can 0xcdfc0a5e can_send +EXPORT_SYMBOL net/can/can 0xffe528d2 can_rx_register +EXPORT_SYMBOL net/ceph/libceph 0x00489d35 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x01db0a31 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x02df5d27 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x0675b12c ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x069e7d34 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x06e40cb6 ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x07d2be41 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x07ebf49d ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x08758188 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0a5be60f ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x0a9bef51 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x0d61c270 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x110c82cf ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x11addcdf osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1e34aeca ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x1f8872d3 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x1fc5efd2 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x201787c8 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x2547c894 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x26c49c7e ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x287d3cfa ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x2fcc6067 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x30632ca5 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x30e36583 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x31e57f62 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3c897bce ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x4068347e ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x4213a003 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x434fa1ce ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x46235cba osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4a283545 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x4ba832d7 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x504e1b7d osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x61126523 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x62c35ad1 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x65ffc57d ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6983426b ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6fcdafef ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x7168baf8 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x7624a1bf ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x801d6ef4 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x81eae1b6 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x832df268 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x856f4b57 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x8a9412e8 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x8d6f5058 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x8e9386bf osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x948b5a64 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x95cf413a ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x9766f05f ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9be09ff3 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x9d9c7144 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x9e8cc927 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa62cdd3e ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xa89a9739 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xad5bd80f ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xae9e4f08 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb3fcfb9f ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0xb47fd140 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb8bb21c0 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xbe6d9032 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xbfa9ee58 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc31b99d6 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xc360200f ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc4d1104c osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc6a524e1 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xc82a50e0 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xc894c6b7 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcabc81b2 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcbc1e0db ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xd191d03f ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd2ea3d4e ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xd30e8e50 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xd3df8c09 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xd45c46ef ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xd474ccf0 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xd99b715e osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xdb351c6d osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0xe6ccf0a0 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xed229339 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xf5774cba ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xff235008 ceph_osdc_sync +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x7d943f60 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0xa772c7ec lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x13d94cef ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1592a1f0 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x18772c95 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x50d21b58 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x753b50d4 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x86adaa34 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x89addc60 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x90e1d049 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9a49f98b wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa5903e6d wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb07a8ef4 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb8352cbc ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe70b9e3e ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xd741b6d1 ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x42c3620f arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x5ebb5287 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xa2ce0380 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x371a8c3d ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xae4d5d24 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xc69abd6a ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x0c6a2b40 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0x2ff927e6 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2eab1c35 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x5d62411f ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x0fdadf4a ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x79248762 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xb4298a3d ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0xb1369a8f xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xcf64be85 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x704ec128 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xf1f06184 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x33a8ad36 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x468b0652 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x5d2b2da8 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xac73e51a ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xd5a9fa63 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xdf9b7c32 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xe7fe8c33 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xe9a87d90 ircomm_data_request +EXPORT_SYMBOL net/irda/irda 0x0064e0ea hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x023def1e iriap_open +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x0d9113b2 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x0f9dd09e irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x1e6cade0 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x2c328243 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x322c4c7e iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x3e56064f hashbin_new +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x455b405a irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x51ab99ec async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x57e96792 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x601bda46 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b5fbcef hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x6e0ab3c7 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x71b04242 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x76f7df3d irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7adaf125 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x7e5830b6 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x7e7e5e04 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x8347bd05 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x8359a516 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x83a0be01 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x85d88217 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x8c4ab2b7 iriap_close +EXPORT_SYMBOL net/irda/irda 0x8ed0973d irlap_close +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x986ea195 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9ab50a81 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0xa1d41e58 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xaa557515 irias_new_object +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbb5abe3f irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0xbc7c7572 irlap_open +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc68e43be irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0xcead7dbb hashbin_find +EXPORT_SYMBOL net/irda/irda 0xd2108314 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xd4f7ebf2 irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xd7841dde irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0xda0cbbfe irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe3463529 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xe3bde43e irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf0a694a1 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xf5876b95 hashbin_remove_this +EXPORT_SYMBOL net/l2tp/l2tp_core 0xdf5920af l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x0269c184 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x07f71c2b lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x2be98081 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x7bd6bb5f lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x9bf71f4f lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xb3bce436 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xbb33bd05 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xe42e282c lapb_unregister +EXPORT_SYMBOL net/llc/llc 0x1ce4da79 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 0x75f1d32f llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x9a516233 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x9f9be23e llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xa19fc4b5 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xaef4a72a llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xbad99cb2 llc_sap_close +EXPORT_SYMBOL net/mac80211/mac80211 0x0866404c ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0ad19add ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x0b4520b8 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x15dc2698 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x17bb2324 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x187bbefb ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x19b9d964 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x222eba2b ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x23183c34 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x308bdf55 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x358d3fd3 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x368efbaf ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x36f1c72b ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x43b3f1db ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4cb91cf8 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x574980d2 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x5b64a201 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5c93b3f8 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x5d663106 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x6611bc33 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x710b5406 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x766e69a6 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x771c2cc4 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x7a6705aa ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x8180ad12 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x8c578068 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x90581991 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x90b59eca ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x93a811f1 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x9890efe6 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x9a2f9e25 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9b122222 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x9ef7ad9b ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xa8c6b3c4 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xaaab11d0 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xabc82600 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xae2c4cca ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xb6de2de7 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xbb5cfce2 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xbe45f4b7 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xbe8e881e ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xc06c02a9 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xc3c9ebf0 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xcbecb15e rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xccdbb511 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xd081b10c ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd587591e ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xd7c2e4ed ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xe05ab8dc ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xe10803a8 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe1bf242b ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xe4b52532 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xe69bdc07 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xe70f6308 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xeab56db7 ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xed259631 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xef980f78 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf75b3cab ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xfa1ab2fe ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xfaba2fc8 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xfb860a1d ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xfdde5e9d ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xff72d208 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xffc0dbdb ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac802154/mac802154 0x00c9c953 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0x1d5ec519 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0x5e446ee2 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0xb7558c22 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xcc3201bf ieee802154_register_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x09e1a0a9 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0d0974d0 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1170d40b ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x23bb556f ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x39038ea9 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3cabb7fb ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x424e33d6 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4537ffe7 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6b825148 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6dff639e ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x89060036 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8fea996d register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xab7ba982 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf204c20a unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x479150f5 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xc83b1868 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xf01b26ec __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x4bba3c84 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x685260e4 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xa27b65f4 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0xb94d0ef8 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xcfccdfac __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xcfd3130e nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/x_tables 0x02814bd6 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x21e3cbf9 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x22bec4cb xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x253e8b44 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x6c78012f xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x726aa30c xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x7db5ea7c xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x9abd3faf xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xbdca330d xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xc5eb4924 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xe87966b8 xt_unregister_matches +EXPORT_SYMBOL net/nfc/hci/hci 0x114586e6 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x166baf1c nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x1a30e0cb nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x257363a7 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x4ce1bc6e nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x52b8ae08 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x55fa7119 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x74f00ee6 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x7984964f nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x7d175dd6 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x95b1dc33 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x9803aedc nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x9eea9924 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xaf3202f6 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xb2ecedf7 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xb388728e nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xd19b1c06 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xdbe7e559 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x269e4fe8 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x4d96a689 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x68a5a64e nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x6d0d1ea0 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x9b06c7ec nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xa4403930 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nfc 0x0594537c nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x0bcf5207 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x1885de1e nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x24ad7392 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x39a774eb nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x3e955666 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x4093462c nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x47b5bc81 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x49edb13a nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x636b5f4c nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x6a338314 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x9b09b0fb nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x9d6c4044 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x9d9c2b85 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x9e6fccf6 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xaf4a5361 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xce1a3948 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xe15aa57c nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xe16e097f nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xf436ace7 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xf8406ba5 nfc_class +EXPORT_SYMBOL net/nfc/nfc_digital 0x315c56c2 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x880c6986 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xb7aa344c nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xf98bc5d3 nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x4a8448ee phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x5b33aa94 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x6868aea1 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xbc04877e phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xbf6d51e8 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xc673119c pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xd0678da6 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xf18d78da phonet_proto_register +EXPORT_SYMBOL net/rds/rds 0x7505d413 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x159e7313 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x23dec25a rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4ae63803 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5873c1b1 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5950d70c rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5b747c7f rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x6aea45b9 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x6e1ea794 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7b66ddf4 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x8e05140c rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x9c50db97 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xbd627b80 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xcf35ded4 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd4d1b9e5 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xef85d132 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/sctp/sctp 0x96a6c386 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x08e3e735 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xe8046791 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xfbddfdd5 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0xc5df2d01 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xd041108d svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xea048d67 xdr_truncate_encode +EXPORT_SYMBOL net/wimax/wimax 0x4632e8f0 wimax_reset +EXPORT_SYMBOL net/wimax/wimax 0x54106c60 wimax_rfkill +EXPORT_SYMBOL net/wireless/cfg80211 0x002b076a __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x00b27cae cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x00f6a318 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x01ce1e2a cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x085636ff cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x163cf07a cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1c1d55f8 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x262eb950 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x2734d928 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x27b10e6d cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x2c5badbf cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x3680a03f cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x38fe6108 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x3b96b139 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x3ed316f2 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x3f2bb2d3 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x42cf6003 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x52dcb3da cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x564d282a cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x5a7abaf2 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x5d2a2582 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x5dbbbe7b ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x608a36dd wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x61421319 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x61739c64 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x7090c086 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x71584909 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x725420ff cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x72c75345 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x72f071b1 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x738fd277 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x76f0540b __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x78f48610 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x80e58875 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x82873cec cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x82ba3789 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x871e1683 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x89418008 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8c018334 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x8e1ba13c cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x8e7376f5 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x9245c5d9 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x9504956a cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x99793614 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x99ce38f9 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa2a87880 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xa2db1cd0 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xa46bce88 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xa4d83d91 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xa6786728 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xa9a8b493 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xa9c112ee ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xadacb626 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xaf7f5ed6 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0xb3f9d067 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb6319b72 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xbbc320c7 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xbcbe2600 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xbd8f1c22 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xc19b7150 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xc1a98e89 cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xc414a062 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xc52c6ec1 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xca340e66 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xcc75cb5c cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xcf794989 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xcff06067 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd7ffee8c cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdf534f98 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xe07b0679 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xe1e9af16 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xea824b3b cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf46d30a0 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xf642c281 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xf7312959 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x6e6963f8 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x7c02e479 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x949ac2c4 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xa30c1008 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xe3373c08 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xeb393940 lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0x9f858ca5 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xa127409d 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 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 0x885c1fa7 snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0x98ff839e 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 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xdd3fac2d 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 0xf7a61b5e snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x86f193d8 snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xba25359e snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 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 0xd7c7afcc snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe60fb228 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xecbde43c snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xb9139f28 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x00efbc50 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x057eea96 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x08c59f06 snd_cards +EXPORT_SYMBOL sound/core/snd 0x0b076742 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x0f67a265 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x122dce97 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x18d70ba3 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x18fc5463 snd_device_free +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 0x1f615a47 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x25f9615f snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x26fbb53b snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x286f9481 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x2b4f0bbb snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x391bc776 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x4d9a4c95 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x51276bb3 snd_get_device +EXPORT_SYMBOL sound/core/snd 0x5845afcf snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x5b1622af snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x5b5f2b1c snd_component_add +EXPORT_SYMBOL sound/core/snd 0x5c75476b snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x66544247 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x6a3befc9 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x6c29045a snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x72b80962 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0x74e1520e snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x772993c4 snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x78f1f9ab snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x7b2d9808 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x901385cb snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x901e9dcb snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x92587102 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x9634fbbd snd_device_new +EXPORT_SYMBOL sound/core/snd 0x9c07dc1f snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa621626b snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xaecd7c1a snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xb18922da snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xc7820982 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0xca824ce1 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xced498ee snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xd040930a snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xd3627d4c snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xda59f47f snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xdfa31966 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xe6687954 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xe8d34693 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xe9c2f051 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xf4cb9591 snd_info_register +EXPORT_SYMBOL sound/core/snd 0xf91b470c snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xffda5952 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-hwdep 0x0e3f5058 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x035f733f snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x06b310c9 snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x0786b607 snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0x09545012 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x0facf187 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x10459712 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x229e3d20 snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0x2387ada7 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x29f9c014 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x2ddafffd snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x2dffd6bb snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x2f794f93 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x34487715 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x47695660 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x478e01ad snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x55f71d29 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x5898dcba snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5cb29c2f snd_pcm_lib_write +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 0x6c13a500 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x6dd6d39f snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x70e0649a snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x7190c1c8 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x7c3e196f snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x7c5c978f snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8e92cb18 snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x97aaa25f snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x98bb76e4 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x994aa82f snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xa11349bf snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xa4d258ea snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa694d858 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xabc69f62 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xaca64f80 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc2c70071 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xc418f891 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xcaf67869 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xcd09e6bf snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0xcdc36133 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xd3f9be52 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xd5fb21a2 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xd81089e6 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xdb06acb6 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe6ceb13b snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xe7eb1c2c snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xf1fa5be7 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf56b4d09 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0xf6ca8240 snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0xf7c893b6 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xfb0d1375 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0e3e0f51 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1aa0fcd6 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x24ecdf72 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2b16b218 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x30dd84ac snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x44418c32 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x565fdf3d snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x71882c01 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8700255b snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9679485e snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa0152970 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xab583725 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xaf206428 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbc71e4af snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xcdddfdbd snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdca235e5 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xea531302 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-timer 0x0d408964 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x21067951 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x3753d8ce snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x5d066e9b snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x67e3434e snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x811be395 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x9ccfd8b0 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x9d059daf snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x9f3fe196 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x9f69d590 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xcb15a196 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xd3ac55fd snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xdac8bf4a snd_timer_global_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x36f0d5f3 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 0x022f1b8f snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x0c3c5252 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x0e36723e snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x329cae11 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x38f8cdc9 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4b28ea9b snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x51045589 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x6187a837 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xbef7870f snd_opl3_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x37e4133a snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x873c93be snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8da1bb86 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9dc0a80f snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa8fd18be snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xcf60645f snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe1ec1b30 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf16da3c7 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf35684df snd_vx_free_firmware +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x01282ec6 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x09b953a0 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1eadefb9 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x26eda37d amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2adf78e5 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2e3bb39a cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x398b3c72 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3ad416aa amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x45fe4008 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x58cda0d8 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6525a780 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7312b91e amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7531d5b7 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x762b42ec cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x763e8131 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x865aec66 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8b8d53a6 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xab05b587 amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xace71e8e amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb0b17e57 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb9d3568d avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc5e799d6 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcf73b346 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xda164663 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xda2623cd snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe1b95bb3 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe7d51cd8 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe873a7f0 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf32b18fc cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf9f52009 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfd27fe0f iso_packets_buffer_destroy +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x00d094ca snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x1c0aee26 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x526d5870 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x6d0f1070 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa58ab567 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc0ddc7b1 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x1fdaeb78 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xa88f6869 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xb5e0d30b snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xde62a9b6 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x00a83400 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x30b49fd1 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x173c56b0 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x26a5bbd3 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x3da094e5 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x4cbf9224 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa384a50b snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xfdfefdd3 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-i2c 0x02e28920 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x32516b52 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x44eef40f snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x63db58ff snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xad4b2119 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xda7cb12a snd_i2c_probeaddr +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x0cd5c637 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x223b0d8c snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x230473dc snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x30137991 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x4f6fc074 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x51017d23 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x5279575b snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x5fba2cbc snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xbc29df9e snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xfe020d02 snd_sbmixer_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x03aa7879 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x08b01d32 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x096b7879 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0beec810 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x154aa270 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1653b38e snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x22c34ab9 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2fc68881 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3ead3764 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4b92c197 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4d746358 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x608eee3e snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x94fb358d snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9f68c5c9 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb77d13c6 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcfa8a918 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xec09921d snd_ac97_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x06717d39 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3905b7cb snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x401deddd snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x6ec86bef snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x86dbc7d6 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x879b96a0 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xda38d324 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xeacedf3d snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xeea788b3 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x51d4c772 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xc242dc25 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xc8c703e6 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x022a8e1f oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x04ac3679 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1bc18701 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x29e81c0b oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2d63f64c oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x417befc9 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4f8aca81 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5051a726 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5734e70a oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x650f1bcc oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9925cc6f oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xaba2fb36 oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc31d3807 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc3341f8a oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd315a550 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd59f4317 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd8bb19c7 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xeeeafa0b oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf2af6ebb oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf75a785c oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfb4da4a5 oxygen_read32 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x4078da52 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x7ba88ba4 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x999624c4 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xd71a6954 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xea367d91 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x8784c564 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x6d994fcf fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x29e3ab5c register_sound_midi +EXPORT_SYMBOL sound/soundcore 0x31e7e9a9 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xc9fc8b01 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xcb9b9ee2 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xd9e99c93 sound_class +EXPORT_SYMBOL sound/soundcore 0xf2c447a2 register_sound_special +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x1ac66ff4 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3c39c47a snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x4499e725 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x5c6d9912 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xb2dbddb5 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xf803788a snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/snd-util-mem 0x454d51f1 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x5c1774b8 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x5eea0bec snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x77ad873f __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x7ae8734e __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x8a270153 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x92a754e9 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9b027287 snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x5713b84b snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x00000000 TOC. +EXPORT_SYMBOL vmlinux 0x002732ed fb_set_suspend +EXPORT_SYMBOL vmlinux 0x002862ee get_agp_version +EXPORT_SYMBOL vmlinux 0x0028bf9e fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x002b01c3 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x0030f5e3 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x00362f36 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x00391da2 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x004603a7 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x00486d9e set_create_files_as +EXPORT_SYMBOL vmlinux 0x0059c680 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x0060c14e cfb_copyarea +EXPORT_SYMBOL vmlinux 0x007ff9bf __napi_complete +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00ac6958 __next_cpu +EXPORT_SYMBOL vmlinux 0x00cc8e00 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x00ce9657 pci_get_slot +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e32972 netif_skb_features +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x012484be dev_uc_init +EXPORT_SYMBOL vmlinux 0x012a97fc xor_altivec_4 +EXPORT_SYMBOL vmlinux 0x01326a3f dst_discard_sk +EXPORT_SYMBOL vmlinux 0x01790e94 csum_partial_copy +EXPORT_SYMBOL vmlinux 0x019b8434 f_setown +EXPORT_SYMBOL vmlinux 0x01a2826c __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x01a7f356 mpage_writepages +EXPORT_SYMBOL vmlinux 0x01bce3b3 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x01c0e465 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x01f41910 inode_set_flags +EXPORT_SYMBOL vmlinux 0x020bfec7 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x021743af get_task_io_context +EXPORT_SYMBOL vmlinux 0x02332cd2 do_splice_from +EXPORT_SYMBOL vmlinux 0x023a074a hvc_get_chars +EXPORT_SYMBOL vmlinux 0x023f7e97 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x024bf827 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x02677368 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02a6f592 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x02b5b0e1 dquot_commit +EXPORT_SYMBOL vmlinux 0x02b903d5 pnv_cxl_release_hwirq_ranges +EXPORT_SYMBOL vmlinux 0x02b9b105 netdev_alert +EXPORT_SYMBOL vmlinux 0x02bf86f4 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x02c0b42a scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x02c4c5ff touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0x02e4878e tty_port_init +EXPORT_SYMBOL vmlinux 0x02e4d985 dquot_file_open +EXPORT_SYMBOL vmlinux 0x0319e346 nf_reinject +EXPORT_SYMBOL vmlinux 0x031b73d7 fb_show_logo +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0343e312 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x0348efa3 truncate_setsize +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03973636 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x03a33887 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x03b31a7a kill_fasync +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03c5096e bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x03e0556c security_task_getsecid +EXPORT_SYMBOL vmlinux 0x03ebda85 dns_query +EXPORT_SYMBOL vmlinux 0x03f7d81d phy_print_status +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0401e584 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x04074f48 ioremap +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x045d0324 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x04646d05 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x046c9482 finish_no_open +EXPORT_SYMBOL vmlinux 0x04778aa6 nonseekable_open +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x049fe629 try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x04b1456a phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x04b1d076 set_groups +EXPORT_SYMBOL vmlinux 0x04cccc11 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x04d167b8 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x04e88cf3 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x050564b4 blk_requeue_request +EXPORT_SYMBOL vmlinux 0x050d9a21 dev_addr_del +EXPORT_SYMBOL vmlinux 0x0513fe6c scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0530dede _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x055c8559 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x055f4f69 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x056188f6 seq_vprintf +EXPORT_SYMBOL vmlinux 0x057c0d3e agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x058de6bc blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05a1c10a devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x05a514a1 _insl_ns +EXPORT_SYMBOL vmlinux 0x05bfeea4 mmc_add_host +EXPORT_SYMBOL vmlinux 0x06016e36 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0x06124dfc i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063cea2d max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x0641c63b sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x06452db3 of_create_pci_dev +EXPORT_SYMBOL vmlinux 0x06629bb9 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x06ab87b8 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x06b7e304 of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x06ba3d0f __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x06bbb24a mempool_resize +EXPORT_SYMBOL vmlinux 0x06c1b9d5 vga_get +EXPORT_SYMBOL vmlinux 0x06c5c293 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x074e9213 down_killable +EXPORT_SYMBOL vmlinux 0x074ff95f of_phy_find_device +EXPORT_SYMBOL vmlinux 0x075e7867 request_key +EXPORT_SYMBOL vmlinux 0x076b48c0 may_umount +EXPORT_SYMBOL vmlinux 0x077d41d7 page_symlink +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b55177 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07efe2c3 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x07fef764 udplite_prot +EXPORT_SYMBOL vmlinux 0x08074289 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x0832ebb2 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x083b6879 follow_up +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x085cfa58 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x08813e54 ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x0892f004 vc_cons +EXPORT_SYMBOL vmlinux 0x08d41e68 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x08ec72c5 load_nls +EXPORT_SYMBOL vmlinux 0x08f119b3 phy_start +EXPORT_SYMBOL vmlinux 0x090649a4 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x0939b99c vfs_statfs +EXPORT_SYMBOL vmlinux 0x093d60ea security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x0968b677 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x096aba10 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x098694dd user_path_create +EXPORT_SYMBOL vmlinux 0x09889ff9 blk_recount_segments +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0997071a address_space_init_once +EXPORT_SYMBOL vmlinux 0x09a9940a dm_register_target +EXPORT_SYMBOL vmlinux 0x09aa476c update_devfreq +EXPORT_SYMBOL vmlinux 0x09b0ef9f alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x09bad397 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09eb4d96 inet_sendpage +EXPORT_SYMBOL vmlinux 0x09ff9d80 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x0a0de31c qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x0a0e2a35 mutex_unlock +EXPORT_SYMBOL vmlinux 0x0a19d48c dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x0a1ef24d devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a387f29 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x0a3ae53f vfs_llseek +EXPORT_SYMBOL vmlinux 0x0a5986ba of_platform_device_create +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0aa65d4e genphy_resume +EXPORT_SYMBOL vmlinux 0x0ab549cc agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0aef42f5 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x0af45421 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x0b0ae2ab __invalidate_device +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b0fc01a genphy_read_status +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2e1ec7 h_get_mpp +EXPORT_SYMBOL vmlinux 0x0b381c0e xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x0b3e12df dev_add_offload +EXPORT_SYMBOL vmlinux 0x0b5b7d7f vm_insert_page +EXPORT_SYMBOL vmlinux 0x0b5ba506 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x0b600c0b net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x0b67637d elevator_change +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b91fe4a do_sync_write +EXPORT_SYMBOL vmlinux 0x0bba85b8 bh_submit_read +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bce6f7f scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x0c10e5b7 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x0c35ba0b blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x0c3a1d7c serio_reconnect +EXPORT_SYMBOL vmlinux 0x0c42ca8c scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c5ae9fd __register_nls +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c6e2112 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x0c6ee072 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x0c7a21f8 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x0c8c6373 tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c8cab45 pci_restore_state +EXPORT_SYMBOL vmlinux 0x0c941b18 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cca1655 pnv_cxl_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x0ceedfa3 skb_unlink +EXPORT_SYMBOL vmlinux 0x0cf98b2e skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x0d1fd3dc xfrm_init_state +EXPORT_SYMBOL vmlinux 0x0d2dfe32 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x0d325702 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x0d48efd2 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d6ae35e down_write +EXPORT_SYMBOL vmlinux 0x0d6c963c copy_from_user +EXPORT_SYMBOL vmlinux 0x0d75b3bc of_device_register +EXPORT_SYMBOL vmlinux 0x0d79765c tcf_action_exec +EXPORT_SYMBOL vmlinux 0x0d7b77f0 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dc0ace0 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0x0ddd8558 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x0de08463 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x0de30c71 scsi_print_result +EXPORT_SYMBOL vmlinux 0x0defbfb0 giveup_vsx +EXPORT_SYMBOL vmlinux 0x0e37a323 mnt_pin +EXPORT_SYMBOL vmlinux 0x0e471cf8 dev_crit +EXPORT_SYMBOL vmlinux 0x0e495b52 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x0e4cb8ba ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x0e521be7 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e8f30f6 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x0ea026ca register_md_personality +EXPORT_SYMBOL vmlinux 0x0eb4c6f9 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x0ebab348 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed325d3 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x0ed37aea netlink_capable +EXPORT_SYMBOL vmlinux 0x0ef0fa7e filemap_map_pages +EXPORT_SYMBOL vmlinux 0x0ef7412c unlock_rename +EXPORT_SYMBOL vmlinux 0x0ef9b27c scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f16c068 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f4e1a1d blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x0f5faa7e wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x0f6a2112 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x0f7c10a2 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0x0f8ebebd dquot_quota_on +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fc6995e backlight_force_update +EXPORT_SYMBOL vmlinux 0x0fcc70ac ppc_md +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x101c9c75 genphy_suspend +EXPORT_SYMBOL vmlinux 0x10285d17 km_is_alive +EXPORT_SYMBOL vmlinux 0x10316a38 security_path_rename +EXPORT_SYMBOL vmlinux 0x1060cac0 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x10950ee1 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x10c74356 elv_rb_del +EXPORT_SYMBOL vmlinux 0x10cdb6e7 register_console +EXPORT_SYMBOL vmlinux 0x10d71493 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1120a3ac seq_bitmap +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x11301e31 nf_afinfo +EXPORT_SYMBOL vmlinux 0x1141203f blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1182d83a cpuidle_disable +EXPORT_SYMBOL vmlinux 0x118602c1 ppp_input_error +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x118b8ce1 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x11c01a1f __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x11c071b1 neigh_lookup +EXPORT_SYMBOL vmlinux 0x11d9f4f2 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x11e7f504 srp_reconnect_rport +EXPORT_SYMBOL vmlinux 0x11f03f63 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x12347a7e netif_carrier_off +EXPORT_SYMBOL vmlinux 0x12516175 ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x125bdbba jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x126938a4 ip6_route_output +EXPORT_SYMBOL vmlinux 0x127fad77 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x12936c36 follow_down +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12dfeb12 vprintk_emit +EXPORT_SYMBOL vmlinux 0x12e3c902 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x12e5ef0c rtas_set_power_level +EXPORT_SYMBOL vmlinux 0x12e782b6 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x12f1f61a vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x12ffd938 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x13057e8b of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x131686f7 may_umount_tree +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x134b0c59 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x13550221 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x135cb3d4 pci_bus_type +EXPORT_SYMBOL vmlinux 0x136f308e xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x13899606 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x1395f1f4 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x13affbda percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x13bbb921 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13dcebfd pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x13f18664 ps2_drain +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13f53da6 CMO_PageSize +EXPORT_SYMBOL vmlinux 0x1412fa05 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x144b403b udp_sendmsg +EXPORT_SYMBOL vmlinux 0x144e0f19 mddev_congested +EXPORT_SYMBOL vmlinux 0x145d4e1a blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x1462941b mfd_add_devices +EXPORT_SYMBOL vmlinux 0x146fbf96 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x148f093f block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x14a14817 pSeries_enable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0x14a7ef9c vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x14dbd447 simple_lookup +EXPORT_SYMBOL vmlinux 0x14e0ea94 of_dev_get +EXPORT_SYMBOL vmlinux 0x14e689cf max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x15216b6e pci_select_bars +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154d14d1 agp_generic_enable +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x155c9212 vio_cmo_set_dev_desired +EXPORT_SYMBOL vmlinux 0x157a8ecf i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x15d3fd60 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x15effa13 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x16035a72 vio_unregister_device +EXPORT_SYMBOL vmlinux 0x160bd45c rtas_token +EXPORT_SYMBOL vmlinux 0x16564b08 bdput +EXPORT_SYMBOL vmlinux 0x165f420c set_bh_page +EXPORT_SYMBOL vmlinux 0x1660313b vme_dma_request +EXPORT_SYMBOL vmlinux 0x1676cfa7 qdisc_destroy +EXPORT_SYMBOL vmlinux 0x16773eea serio_unregister_port +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x16ecf6ab unregister_filesystem +EXPORT_SYMBOL vmlinux 0x16f6c192 seq_write +EXPORT_SYMBOL vmlinux 0x16fb0b07 __sb_start_write +EXPORT_SYMBOL vmlinux 0x170742b9 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x1711919d bio_endio +EXPORT_SYMBOL vmlinux 0x172a37c4 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x173753b5 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x173d7752 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x1743414f __debugger_fault_handler +EXPORT_SYMBOL vmlinux 0x1747aebe tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x174a5914 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x17648396 dev_base_lock +EXPORT_SYMBOL vmlinux 0x176e7a55 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x1770e574 clocksource_register +EXPORT_SYMBOL vmlinux 0x17735da6 free_user_ns +EXPORT_SYMBOL vmlinux 0x1793f685 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x17a1ca4c skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x17ab1ff3 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17bdc2f5 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x17cc7631 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x17da3c34 seq_read +EXPORT_SYMBOL vmlinux 0x17deeea1 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x17e28473 fsl_upm_run_pattern +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f99e9c pci_find_bus +EXPORT_SYMBOL vmlinux 0x18021b92 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x180892ab bmap +EXPORT_SYMBOL vmlinux 0x1812526c blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x18479dbd names_cachep +EXPORT_SYMBOL vmlinux 0x184a56ba thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x184ab576 md_write_start +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x184cf6a8 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x184ed1df swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x1857aa39 proc_dointvec +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x189e7e0a bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x18a09f84 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x18c98355 notify_change +EXPORT_SYMBOL vmlinux 0x18d0e542 mdiobus_free +EXPORT_SYMBOL vmlinux 0x18d654c2 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x18e3b0ce uart_update_timeout +EXPORT_SYMBOL vmlinux 0x18f9f598 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x191550fe blk_end_request_all +EXPORT_SYMBOL vmlinux 0x1935df3c bio_map_user +EXPORT_SYMBOL vmlinux 0x19444627 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0x19909622 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x1990ef01 single_open +EXPORT_SYMBOL vmlinux 0x199d36f8 tty_hangup +EXPORT_SYMBOL vmlinux 0x199ec4fb arch_spin_unlock_wait +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19b82c19 devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19d43217 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x19e24701 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x19e9bda4 compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x19fe68ab lockref_get +EXPORT_SYMBOL vmlinux 0x1a1fa875 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x1a495628 skb_pad +EXPORT_SYMBOL vmlinux 0x1a9bdb4f tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x1aaccbf1 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x1ac3eb71 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1af62a99 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x1afc80d9 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b020b99 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x1b04c578 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b0a93a9 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x1b132009 rename_lock +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b4cfce4 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x1b4ec969 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x1b5a3861 cdev_add +EXPORT_SYMBOL vmlinux 0x1b5cc6e1 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b7d77fe __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b91af92 pci_request_region +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bb1934b of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x1bc4ff03 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x1bdc26cf sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x1bf098de xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x1bfec830 __iounmap_at +EXPORT_SYMBOL vmlinux 0x1c0c2e40 pci_release_region +EXPORT_SYMBOL vmlinux 0x1c177449 unregister_nls +EXPORT_SYMBOL vmlinux 0x1c26e5a3 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x1c3e02e4 memcmp +EXPORT_SYMBOL vmlinux 0x1c4ae26c security_path_symlink +EXPORT_SYMBOL vmlinux 0x1c51274b phy_disconnect +EXPORT_SYMBOL vmlinux 0x1c52186c fsync_bdev +EXPORT_SYMBOL vmlinux 0x1c549ff9 d_delete +EXPORT_SYMBOL vmlinux 0x1c55ebb6 vmap +EXPORT_SYMBOL vmlinux 0x1c5e1dd6 pagecache_write_end +EXPORT_SYMBOL vmlinux 0x1c76c435 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x1c85e665 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x1c919607 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x1c9fc84a paca +EXPORT_SYMBOL vmlinux 0x1cbb3821 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x1cbeba6b block_write_begin +EXPORT_SYMBOL vmlinux 0x1cca071a seq_open_private +EXPORT_SYMBOL vmlinux 0x1ccf027c cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x1cf2cda0 phy_device_register +EXPORT_SYMBOL vmlinux 0x1cfed667 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x1d1491cf skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x1d218a40 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x1d39202f scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x1d534a8a clear_nlink +EXPORT_SYMBOL vmlinux 0x1d59c809 neigh_for_each +EXPORT_SYMBOL vmlinux 0x1d5d6542 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x1d63778f nla_put +EXPORT_SYMBOL vmlinux 0x1d6c2e9f clear_inode +EXPORT_SYMBOL vmlinux 0x1d6c4df5 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x1d795bcf vio_enable_interrupts +EXPORT_SYMBOL vmlinux 0x1d7ff591 init_net +EXPORT_SYMBOL vmlinux 0x1d9965c5 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x1dae9f4e mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x1daee28a percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x1db42741 set_disk_ro +EXPORT_SYMBOL vmlinux 0x1dbc4d0c proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd898e4 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x1e04a9c3 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x1e123c1c tcp_disconnect +EXPORT_SYMBOL vmlinux 0x1e1eb1c2 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x1e254e92 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e29c049 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x1e2bb6d0 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x1e45a989 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x1e53993e bdgrab +EXPORT_SYMBOL vmlinux 0x1e68bb3a pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e6fde1d pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x1e80988b inode_init_owner +EXPORT_SYMBOL vmlinux 0x1e80ecbb dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb134a1 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ec64b08 put_page +EXPORT_SYMBOL vmlinux 0x1ec74352 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0x1eecc107 dev_warn +EXPORT_SYMBOL vmlinux 0x1ef306bc release_firmware +EXPORT_SYMBOL vmlinux 0x1f0d908b jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x1f1b6e80 page_readlink +EXPORT_SYMBOL vmlinux 0x1f2c6d31 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x1f41f17f tty_register_driver +EXPORT_SYMBOL vmlinux 0x1f495d75 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x1f4b2393 napi_complete +EXPORT_SYMBOL vmlinux 0x1f64d531 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x1f6ce67a sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1f6f3031 tty_devnum +EXPORT_SYMBOL vmlinux 0x1f7d2112 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x1f9da9b5 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x1ffc055d netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x2007666a mmc_detect_change +EXPORT_SYMBOL vmlinux 0x20078645 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x2059db2e lookup_bdev +EXPORT_SYMBOL vmlinux 0x20691ee0 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x2081fdde generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20ce3269 tso_start +EXPORT_SYMBOL vmlinux 0x20daa0bf padata_remove_cpu +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20e6492c serio_interrupt +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20ebc465 dev_set_group +EXPORT_SYMBOL vmlinux 0x210307b2 fsl_lbc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x2116a25e iget5_locked +EXPORT_SYMBOL vmlinux 0x2125153d srp_rport_put +EXPORT_SYMBOL vmlinux 0x21378d6a padata_do_serial +EXPORT_SYMBOL vmlinux 0x21490edd dump_emit +EXPORT_SYMBOL vmlinux 0x21555669 srp_rport_get +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x21740f12 skb_put +EXPORT_SYMBOL vmlinux 0x217649c0 path_get +EXPORT_SYMBOL vmlinux 0x219c107c xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x21cbc67e neigh_event_ns +EXPORT_SYMBOL vmlinux 0x21dc893c key_unlink +EXPORT_SYMBOL vmlinux 0x2201273e soft_cursor +EXPORT_SYMBOL vmlinux 0x2208fd94 sock_no_poll +EXPORT_SYMBOL vmlinux 0x222ca7be iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222f4e29 make_kgid +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x22789c83 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x227defd0 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x227e0e7d nla_append +EXPORT_SYMBOL vmlinux 0x22a9d094 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22bafae9 mntput +EXPORT_SYMBOL vmlinux 0x22d5e3b8 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x22e0a85d bio_copy_user +EXPORT_SYMBOL vmlinux 0x22eb7197 inet_accept +EXPORT_SYMBOL vmlinux 0x2301b350 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x231cb503 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x231f071f serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x23325d44 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL vmlinux 0x234c2600 up_read +EXPORT_SYMBOL vmlinux 0x23538664 genlmsg_put +EXPORT_SYMBOL vmlinux 0x235e90f3 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x236b2a8b security_inode_permission +EXPORT_SYMBOL vmlinux 0x23865256 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x23946fa6 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23aaf575 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x23ab3719 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x23acceeb of_get_pci_address +EXPORT_SYMBOL vmlinux 0x23b8081e pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23d3974a sk_ns_capable +EXPORT_SYMBOL vmlinux 0x23de8a24 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x23f2243d mempool_free +EXPORT_SYMBOL vmlinux 0x23fca362 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x240d6979 skb_checksum +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24403021 revalidate_disk +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245e1c64 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x249b6b9c msi_bitmap_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x24a1f0a6 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x24a5f0ef devm_ioremap_prot +EXPORT_SYMBOL vmlinux 0x24f00380 ida_init +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x2507b6db free_netdev +EXPORT_SYMBOL vmlinux 0x252692be get_unmapped_area +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x252c0019 blkdev_fsync +EXPORT_SYMBOL vmlinux 0x254372c8 udp_prot +EXPORT_SYMBOL vmlinux 0x255ac95f __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x25605d04 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x256b4d08 bd_set_size +EXPORT_SYMBOL vmlinux 0x256c9654 get_user_pages +EXPORT_SYMBOL vmlinux 0x257b498e mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x25804c70 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25a5bff2 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0x25baac8e skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25e3f970 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x25e5c8ab lease_modify +EXPORT_SYMBOL vmlinux 0x261388f4 seq_pad +EXPORT_SYMBOL vmlinux 0x262a3be1 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x26477c07 __vmalloc +EXPORT_SYMBOL vmlinux 0x26484a25 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x2665d53a key_create_or_update +EXPORT_SYMBOL vmlinux 0x266ce3b7 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x268895c6 complete_request_key +EXPORT_SYMBOL vmlinux 0x26a653eb dev_add_pack +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26fd3da6 tcp_seq_open +EXPORT_SYMBOL vmlinux 0x2706c972 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x2711350c elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x2712f4f5 crc32_le_combine +EXPORT_SYMBOL vmlinux 0x27426573 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x275f1cc5 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x27646df3 start_thread +EXPORT_SYMBOL vmlinux 0x2764b869 sock_create_kern +EXPORT_SYMBOL vmlinux 0x2771d7ff ida_get_new_above +EXPORT_SYMBOL vmlinux 0x277baa98 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bda1ff cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x27c5ab8d ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x27dcaee4 pps_event +EXPORT_SYMBOL vmlinux 0x27dccfe1 ip6_xmit +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27e2e2c8 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x2805ae76 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28318305 snprintf +EXPORT_SYMBOL vmlinux 0x28319df3 seq_puts +EXPORT_SYMBOL vmlinux 0x2851c458 seq_release +EXPORT_SYMBOL vmlinux 0x2854195e iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0x286554d4 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x288434a4 padata_start +EXPORT_SYMBOL vmlinux 0x2889e76e xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x289db3ee idr_remove +EXPORT_SYMBOL vmlinux 0x289fc375 find_vma +EXPORT_SYMBOL vmlinux 0x28a2b29f radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28abfe6e scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x28ad80c8 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x28d8a34a xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x29226792 dget_parent +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x2960019b eeh_check_failure +EXPORT_SYMBOL vmlinux 0x298c75c3 search_binary_handler +EXPORT_SYMBOL vmlinux 0x2996a292 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x299ed8e7 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x29edd8c3 rtas_online_cpus_mask +EXPORT_SYMBOL vmlinux 0x2a04592d lock_fb_info +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a452e12 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0x2a4a48ee __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x2a709f46 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x2a8fb83a tcp_connect +EXPORT_SYMBOL vmlinux 0x2a8fe166 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x2ab877cf uart_match_port +EXPORT_SYMBOL vmlinux 0x2abf281b pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2ad1f64a phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x2ae8a0c2 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x2aef89f1 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b1e2d61 tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b3c53c5 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x2b438b18 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x2b4991ec xmon +EXPORT_SYMBOL vmlinux 0x2b5246ea pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x2b5c5dff sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x2b7deb80 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x2b8cbc52 register_netdev +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba5d203 locks_free_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bcafded xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x2bd8be48 kobject_get +EXPORT_SYMBOL vmlinux 0x2be5d4f9 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x2c02e0df mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x2c102441 netif_device_attach +EXPORT_SYMBOL vmlinux 0x2c15471b fb_set_cmap +EXPORT_SYMBOL vmlinux 0x2c193064 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0x2c22de13 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x2c239ae3 pci_dev_get +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c35a188 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x2c36348d bioset_free +EXPORT_SYMBOL vmlinux 0x2c398b82 migrate_page +EXPORT_SYMBOL vmlinux 0x2c545e80 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x2c5b7e2b kernel_accept +EXPORT_SYMBOL vmlinux 0x2c6e2c2b ip_setsockopt +EXPORT_SYMBOL vmlinux 0x2c7945e5 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x2c7b1fca down_timeout +EXPORT_SYMBOL vmlinux 0x2c889bdd vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x2c89945f blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2c9ee228 fs_bio_set +EXPORT_SYMBOL vmlinux 0x2ca818f8 d_tmpfile +EXPORT_SYMBOL vmlinux 0x2ce31b35 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x2ce5194a init_page_accessed +EXPORT_SYMBOL vmlinux 0x2cf6d70f security_file_permission +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d180519 touch_buffer +EXPORT_SYMBOL vmlinux 0x2d20fa22 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x2d218051 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d3bcd9d blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x2d4d4699 swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x2d50af10 blk_get_queue +EXPORT_SYMBOL vmlinux 0x2d5117b1 arp_find +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d970275 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2dabe819 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x2dafcf00 skb_split +EXPORT_SYMBOL vmlinux 0x2db1e0c6 dql_init +EXPORT_SYMBOL vmlinux 0x2dcd84f7 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x2dcf6910 force_sig +EXPORT_SYMBOL vmlinux 0x2dec2d1d xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2df3b6e0 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x2dfd6347 set_device_ro +EXPORT_SYMBOL vmlinux 0x2e002541 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x2e0d2f7f queue_work_on +EXPORT_SYMBOL vmlinux 0x2e12a93b ibmebus_request_irq +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e4c86d5 phy_device_free +EXPORT_SYMBOL vmlinux 0x2e950f6b bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x2eadd5d1 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x2ebafea1 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x2ed02b86 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03ef09 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f0c8d5c brioctl_set +EXPORT_SYMBOL vmlinux 0x2f287f0d copy_to_user +EXPORT_SYMBOL vmlinux 0x2f2a25b2 vme_register_driver +EXPORT_SYMBOL vmlinux 0x2f310c5c mutex_lock +EXPORT_SYMBOL vmlinux 0x2f341180 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x2f5d8cac netdev_err +EXPORT_SYMBOL vmlinux 0x2f736574 netif_napi_add +EXPORT_SYMBOL vmlinux 0x2f9e0add do_truncate +EXPORT_SYMBOL vmlinux 0x2f9ec156 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x2fae96de rtas_data_buf_lock +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fbbb8e7 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ff276f4 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x2ff65274 km_report +EXPORT_SYMBOL vmlinux 0x30011afa tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x30210e3b nf_log_unregister +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x304d81ae qdisc_list_del +EXPORT_SYMBOL vmlinux 0x30591622 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x30701c6f dump_align +EXPORT_SYMBOL vmlinux 0x30712ed9 __devm_release_region +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x308878e5 generic_writepages +EXPORT_SYMBOL vmlinux 0x3099ae7c i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30b1ddbb pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x30b8b35c cpu_to_chip_id +EXPORT_SYMBOL vmlinux 0x30d87b4c generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x30e85b5b abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x30f3daae bio_endio_nodec +EXPORT_SYMBOL vmlinux 0x3100ed39 scsi_register +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x313dec22 flush_dcache_icache_page +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x315e8848 follow_down_one +EXPORT_SYMBOL vmlinux 0x316e12cc read_cache_pages +EXPORT_SYMBOL vmlinux 0x31708d47 iterate_dir +EXPORT_SYMBOL vmlinux 0x319e0726 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x31aaa432 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x31bc301e dentry_open +EXPORT_SYMBOL vmlinux 0x31c3077f tcf_hash_check +EXPORT_SYMBOL vmlinux 0x31ca0390 generic_fillattr +EXPORT_SYMBOL vmlinux 0x31cd995b store_fp_state +EXPORT_SYMBOL vmlinux 0x31d61e9a cur_cpu_spec +EXPORT_SYMBOL vmlinux 0x3205a358 kobject_add +EXPORT_SYMBOL vmlinux 0x322298c6 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x3223b0e8 fget +EXPORT_SYMBOL vmlinux 0x3228af7a sk_net_capable +EXPORT_SYMBOL vmlinux 0x3239e1f4 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x328f7dd5 put_disk +EXPORT_SYMBOL vmlinux 0x32afe9e7 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x32b666db genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x32c871d0 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x32f08c24 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x33167ca1 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x333ca9eb srp_start_tl_fail_timers +EXPORT_SYMBOL vmlinux 0x333cb37c __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x335d1cb7 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x337f21da ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x33883579 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33b9e6ed __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33c9ceee vfs_fsync +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fa84b4 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3414be4e register_framebuffer +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x34206341 sync_inode +EXPORT_SYMBOL vmlinux 0x34285aa9 __bread +EXPORT_SYMBOL vmlinux 0x3433b8c3 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x345f9ddc kvmppc_hv_find_lock_hpte +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x3466c3e8 tcp_prot +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x34792445 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x348bed05 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x34940355 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x3498ac4e abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a0fe9a scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x34a79947 mount_ns +EXPORT_SYMBOL vmlinux 0x34adeee5 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x34c2f1d2 iterate_mounts +EXPORT_SYMBOL vmlinux 0x34c300de mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x34d6a7fa set_user_nice +EXPORT_SYMBOL vmlinux 0x34d96f3a dev_printk +EXPORT_SYMBOL vmlinux 0x34e48306 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x35330e59 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x35464b6a bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x3550f428 vga_client_register +EXPORT_SYMBOL vmlinux 0x357c4e46 sk_receive_skb +EXPORT_SYMBOL vmlinux 0x35b2b381 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x35c32767 xor_altivec_2 +EXPORT_SYMBOL vmlinux 0x35c46bb5 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x35e09980 flex_array_put +EXPORT_SYMBOL vmlinux 0x360272e0 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x3618cb2d ida_destroy +EXPORT_SYMBOL vmlinux 0x36347825 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x3638cdc9 skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x3668fd48 flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x366f6d27 idr_destroy +EXPORT_SYMBOL vmlinux 0x36843dd1 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x3684e766 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x369e1115 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x36af8b2e free_buffer_head +EXPORT_SYMBOL vmlinux 0x36b0e732 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36ce5c67 inet_select_addr +EXPORT_SYMBOL vmlinux 0x36e97b23 tty_free_termios +EXPORT_SYMBOL vmlinux 0x371d2130 check_legacy_ioport +EXPORT_SYMBOL vmlinux 0x37344510 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x37381b12 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x37383edd rtas_get_power_level +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x375f825e neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x3768d18b bio_copy_kern +EXPORT_SYMBOL vmlinux 0x377ba864 vm_map_ram +EXPORT_SYMBOL vmlinux 0x3796a49d inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37b747fe pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37d7bafa should_remove_suid +EXPORT_SYMBOL vmlinux 0x37d94131 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x37efdb44 set_security_override +EXPORT_SYMBOL vmlinux 0x37f72705 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x380c4640 new_sync_read +EXPORT_SYMBOL vmlinux 0x381064c7 mmc_release_host +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3838f06b pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x38635ee5 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x3866889a ping_prot +EXPORT_SYMBOL vmlinux 0x3875246c scsi_get_command +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x38a5766a pci_match_id +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38b223c5 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x38b825d1 idr_replace +EXPORT_SYMBOL vmlinux 0x38ee764e neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x38fb9933 tty_std_termios +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39440da7 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3946a1ca inet_add_offload +EXPORT_SYMBOL vmlinux 0x394aafc3 vme_slot_num +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x395670c2 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x3980f093 arp_send +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39c895ad thaw_bdev +EXPORT_SYMBOL vmlinux 0x39cd43bb keyring_alloc +EXPORT_SYMBOL vmlinux 0x39cdf63c wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x39ebbe73 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x39fc1023 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x39fd28d2 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x3a1a8008 proc_symlink +EXPORT_SYMBOL vmlinux 0x3a20ff73 __crc32c_le +EXPORT_SYMBOL vmlinux 0x3a6180d2 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x3a620245 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x3a66b2c6 compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x3a6eec94 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x3a71e626 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x3a8fde48 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3aaf97c7 input_set_capability +EXPORT_SYMBOL vmlinux 0x3ae46062 register_key_type +EXPORT_SYMBOL vmlinux 0x3af9a654 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x3b0514b5 sk_free +EXPORT_SYMBOL vmlinux 0x3b0854bf mmc_can_erase +EXPORT_SYMBOL vmlinux 0x3b0c509e jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x3b0d4dce inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x3b1f5d36 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x3b275767 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x3b31a952 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x3b3b4495 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x3b615a21 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bf2f370 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x3bf6e4ab inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x3c118d31 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x3c13650b blk_make_request +EXPORT_SYMBOL vmlinux 0x3c19e708 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x3c24fa75 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c476fc3 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x3c483012 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x3c6a7588 km_new_mapping +EXPORT_SYMBOL vmlinux 0x3c721c02 bdi_destroy +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9656bb blk_put_request +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3caff058 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x3cb14b66 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x3cb5cd86 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x3cc4adf2 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x3cc4b0dc lg_lock_init +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf3242d inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x3cfb0fc7 single_open_size +EXPORT_SYMBOL vmlinux 0x3d51fa28 page_put_link +EXPORT_SYMBOL vmlinux 0x3d5664e9 down_read_trylock +EXPORT_SYMBOL vmlinux 0x3d5844b3 strnicmp +EXPORT_SYMBOL vmlinux 0x3d58cade phy_connect +EXPORT_SYMBOL vmlinux 0x3d5ba50d pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x3d6be236 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x3d7c9db5 eth_change_mtu +EXPORT_SYMBOL vmlinux 0x3d852349 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x3da5a2cc ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x3db619c1 vfs_mknod +EXPORT_SYMBOL vmlinux 0x3dc5ed97 single_release +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dea1a5f of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e02b139 __lock_page +EXPORT_SYMBOL vmlinux 0x3e064696 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x3e0f9365 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x3e2602b5 kill_bdev +EXPORT_SYMBOL vmlinux 0x3e5c75e3 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x3e68692f ip_defrag +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e8a8a96 vme_irq_free +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3ea535b9 fb_pan_display +EXPORT_SYMBOL vmlinux 0x3ea73169 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x3ea8ff96 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x3ea978b7 udp_add_offload +EXPORT_SYMBOL vmlinux 0x3eb0cbd2 icmp_send +EXPORT_SYMBOL vmlinux 0x3eb1121c blkdev_get +EXPORT_SYMBOL vmlinux 0x3ec9240c __first_cpu +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3edcf5ee shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x3ee275fc __elv_add_request +EXPORT_SYMBOL vmlinux 0x3ef483ba __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f3b631c dquot_resume +EXPORT_SYMBOL vmlinux 0x3f406a3b enable_kernel_altivec +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4a414a swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x3f53ab76 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x3f5421a6 tty_lock_pair +EXPORT_SYMBOL vmlinux 0x3f7b373e i2c_release_client +EXPORT_SYMBOL vmlinux 0x3f82d02e locks_copy_lock +EXPORT_SYMBOL vmlinux 0x3faf688f netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x3fb40fff pcim_iomap +EXPORT_SYMBOL vmlinux 0x3fb4304c filp_open +EXPORT_SYMBOL vmlinux 0x3fc634e6 console_start +EXPORT_SYMBOL vmlinux 0x3fc8d527 km_state_expired +EXPORT_SYMBOL vmlinux 0x3fd1d204 give_up_console +EXPORT_SYMBOL vmlinux 0x3fd5e987 dev_addr_init +EXPORT_SYMBOL vmlinux 0x3fd906e1 neigh_compat_output +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff8e495 lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0x40214ab3 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x40322f32 neigh_destroy +EXPORT_SYMBOL vmlinux 0x40325f33 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x40335f06 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x4076ad6c dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b29f26 bio_add_page +EXPORT_SYMBOL vmlinux 0x40b6ffb1 compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0x40bf1c26 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c643b8 drop_super +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x4100a51e pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x4137407c phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x413b5b8c netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x413d5b9d blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x41444854 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414c91bf simple_dname +EXPORT_SYMBOL vmlinux 0x4159c38f ioremap_wc +EXPORT_SYMBOL vmlinux 0x415cb9e4 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x4162bb0c simple_link +EXPORT_SYMBOL vmlinux 0x41673ccc from_kuid +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41a85e0b always_delete_dentry +EXPORT_SYMBOL vmlinux 0x41aeb937 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x41b158d7 netdev_printk +EXPORT_SYMBOL vmlinux 0x41b4bfe1 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x41b58f05 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x41e21c9e __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x41f40b31 get_pci_dma_ops +EXPORT_SYMBOL vmlinux 0x41fd594b scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x4226c74a from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x4252cd49 tcp_child_process +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x4264e6d7 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x429093b8 generic_setlease +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42c30bc9 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x42e8b83f nf_register_hooks +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43061845 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x4306d1e0 sock_edemux +EXPORT_SYMBOL vmlinux 0x4310b8f0 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x4310d64a scm_detach_fds +EXPORT_SYMBOL vmlinux 0x43122971 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x43132cdf pci_map_rom +EXPORT_SYMBOL vmlinux 0x4326786a crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x4332af37 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x43386916 __scm_destroy +EXPORT_SYMBOL vmlinux 0x433c4cf2 unload_nls +EXPORT_SYMBOL vmlinux 0x4349a7ab bioset_create +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43602edf setup_new_exec +EXPORT_SYMBOL vmlinux 0x4360ac08 abx500_register_ops +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x436da508 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x436ed7c4 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x4380a5bc pci_write_vpd +EXPORT_SYMBOL vmlinux 0x4382e98f max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x43857ac5 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x4390aaf1 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x43a01f90 complete_all +EXPORT_SYMBOL vmlinux 0x43bc5a2c scsi_print_command +EXPORT_SYMBOL vmlinux 0x43cd5701 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x43efb94b seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x44215a7d blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x4425d841 __get_user_pages +EXPORT_SYMBOL vmlinux 0x44544771 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x447bc600 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x448eac3e kmemdup +EXPORT_SYMBOL vmlinux 0x44a90537 __put_cred +EXPORT_SYMBOL vmlinux 0x44ba8488 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x44d7d9a6 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44eb192e wait_for_completion +EXPORT_SYMBOL vmlinux 0x44f67c28 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x4518ad16 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45401cb4 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457ce614 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x45894421 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0x45956ed0 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x45a55ec8 __iounmap +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45d8d565 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x45e04dc8 nf_register_hook +EXPORT_SYMBOL vmlinux 0x45ec9256 __devm_request_region +EXPORT_SYMBOL vmlinux 0x45f0d4af agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x45f6f920 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x45f71e16 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0x46019558 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x4612c59d down_trylock +EXPORT_SYMBOL vmlinux 0x4617cb01 netdev_features_change +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x461ebfa0 __copy_tofrom_user +EXPORT_SYMBOL vmlinux 0x4636b762 lookup_one_len +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4673c100 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x469404c0 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x46a0170e flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x46b0dcc2 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x46bb86ee agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46d12956 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x46d54b0f blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x4726ef92 agp_free_memory +EXPORT_SYMBOL vmlinux 0x4730028a mount_single +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x4753a473 tty_port_put +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47eae9c7 neigh_table_init +EXPORT_SYMBOL vmlinux 0x47efa182 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x482f32ba compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0x48404b9a remove_wait_queue +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x484c83d4 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486673a7 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x48776483 pci_enable_device +EXPORT_SYMBOL vmlinux 0x4884e4dc __alloc_skb +EXPORT_SYMBOL vmlinux 0x488ba372 __getblk +EXPORT_SYMBOL vmlinux 0x48904cbc agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x4897468c dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x489cd102 phy_device_create +EXPORT_SYMBOL vmlinux 0x48a01d18 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x48ade350 __dst_free +EXPORT_SYMBOL vmlinux 0x48b65161 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48ccc9e0 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x48fabfbf gen_new_estimator +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x491da862 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x497017eb create_empty_buffers +EXPORT_SYMBOL vmlinux 0x49772c5b __scsi_add_device +EXPORT_SYMBOL vmlinux 0x499bfc6d __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x4a0ed5d0 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a540f0c jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x4a5ae9a6 mpage_readpages +EXPORT_SYMBOL vmlinux 0x4a5f785a scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x4a602cde kobject_init +EXPORT_SYMBOL vmlinux 0x4a6d2380 compat_sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x4a7b52c8 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4acda9a1 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x4ae1317e jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x4af4f8fc xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afae4d0 sg_miter_next +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b0d9045 unregister_key_type +EXPORT_SYMBOL vmlinux 0x4b198531 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x4b1c1966 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x4b495993 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x4b516925 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x4b5f6bc9 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b8326ff ida_remove +EXPORT_SYMBOL vmlinux 0x4b96580e ata_print_version +EXPORT_SYMBOL vmlinux 0x4b9b907b textsearch_destroy +EXPORT_SYMBOL vmlinux 0x4bab0f87 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bb206eb ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x4be2e242 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x4bed99b3 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x4bf18d56 skb_insert +EXPORT_SYMBOL vmlinux 0x4c011770 rwsem_wake +EXPORT_SYMBOL vmlinux 0x4c08279a tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x4c0b9850 file_update_time +EXPORT_SYMBOL vmlinux 0x4c11435a _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c1c47e7 bio_integrity_free +EXPORT_SYMBOL vmlinux 0x4c1d3a16 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x4c34b79f blk_rq_init +EXPORT_SYMBOL vmlinux 0x4c50e7cb of_get_parent +EXPORT_SYMBOL vmlinux 0x4c57de85 dcb_getapp +EXPORT_SYMBOL vmlinux 0x4c714666 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x4c7e0700 of_node_get +EXPORT_SYMBOL vmlinux 0x4c90d8f6 sock_no_accept +EXPORT_SYMBOL vmlinux 0x4c96ac51 vfs_setpos +EXPORT_SYMBOL vmlinux 0x4c9f6d42 pci_pme_active +EXPORT_SYMBOL vmlinux 0x4ca9669f scnprintf +EXPORT_SYMBOL vmlinux 0x4caf9f73 jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x4cb0e988 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4cb37a05 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x4cb63897 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x4cbb2cf0 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4d1cd927 mmc_get_card +EXPORT_SYMBOL vmlinux 0x4d1fa8d5 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x4d3a01e9 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x4d58a792 pci_iounmap +EXPORT_SYMBOL vmlinux 0x4d7dd132 generic_getxattr +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d983c60 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da80c3b tty_port_close_start +EXPORT_SYMBOL vmlinux 0x4db258ba tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x4db3840a devm_iounmap +EXPORT_SYMBOL vmlinux 0x4dda7cf3 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x4de27325 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x4de2bfd9 elv_add_request +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e0cc80e mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e525867 set_binfmt +EXPORT_SYMBOL vmlinux 0x4e5874ae qdisc_list_add +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6ac4ab zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e9dffb5 ip_fast_csum +EXPORT_SYMBOL vmlinux 0x4ec25ffe bio_init +EXPORT_SYMBOL vmlinux 0x4edd72f7 block_all_signals +EXPORT_SYMBOL vmlinux 0x4f027856 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x4f0b958e vio_h_cop_sync +EXPORT_SYMBOL vmlinux 0x4f0dce66 vga_put +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f378554 invalidate_partition +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f44cfad uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f552065 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x4f5d02bf inet_frags_fini +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f795409 get_fs_type +EXPORT_SYMBOL vmlinux 0x4f86f2ac ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x4f943f0d md_check_recovery +EXPORT_SYMBOL vmlinux 0x4f9476da blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x4fb6fa05 dev_mc_init +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4ff35980 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x4ff70f9b bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x501c4361 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x5028abbe mpage_readpage +EXPORT_SYMBOL vmlinux 0x502b486b netdev_state_change +EXPORT_SYMBOL vmlinux 0x50303fe3 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x5043a133 put_io_context +EXPORT_SYMBOL vmlinux 0x50506e6b vlan_vid_del +EXPORT_SYMBOL vmlinux 0x5051aa4f blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x507d7fb5 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x5089a86b pci_disable_msi +EXPORT_SYMBOL vmlinux 0x5094185e jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50ba769a kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x50c2d72e pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x50cf6ee8 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x50d2592d hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x51084061 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x51164ad9 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x514c0a94 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x5174209a compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x5184bc28 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x518e27c8 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x51957ba7 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x519b0da3 finish_wait +EXPORT_SYMBOL vmlinux 0x519e8651 simple_getattr +EXPORT_SYMBOL vmlinux 0x51d3e4dd inet_recvmsg +EXPORT_SYMBOL vmlinux 0x51d7cc50 bio_chain +EXPORT_SYMBOL vmlinux 0x51e7c381 vga_tryget +EXPORT_SYMBOL vmlinux 0x51f44725 km_state_notify +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x523dae1c lro_receive_skb +EXPORT_SYMBOL vmlinux 0x523e7934 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x523f5c15 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5245f6a4 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x52505e4a km_policy_expired +EXPORT_SYMBOL vmlinux 0x525504dd kdb_current_task +EXPORT_SYMBOL vmlinux 0x5258573b write_cache_pages +EXPORT_SYMBOL vmlinux 0x527f9d68 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x52870bb9 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x5289b437 __next_cpu_nr +EXPORT_SYMBOL vmlinux 0x528e332c vio_get_attribute +EXPORT_SYMBOL vmlinux 0x5294003e fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52988ee6 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530ffed8 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x531df9dc arp_tbl +EXPORT_SYMBOL vmlinux 0x53255b65 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x532fa49c blkdev_put +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x5332edf3 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x5333e8d1 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x535bba14 downgrade_write +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x536a5ca7 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x536cc847 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x5372fabf lease_get_mtime +EXPORT_SYMBOL vmlinux 0x5377e556 hex2bin +EXPORT_SYMBOL vmlinux 0x537ae80c dst_alloc +EXPORT_SYMBOL vmlinux 0x539024eb sock_kfree_s +EXPORT_SYMBOL vmlinux 0x53baff46 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x53d87dc8 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x53ebab1b _outsl_ns +EXPORT_SYMBOL vmlinux 0x54026f04 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5412c7c7 up +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x5436f87d __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5451f794 elevator_exit +EXPORT_SYMBOL vmlinux 0x54562f5e __frontswap_store +EXPORT_SYMBOL vmlinux 0x546677f6 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x546efb8e inet6_ioctl +EXPORT_SYMBOL vmlinux 0x5472105b dma_iommu_ops +EXPORT_SYMBOL vmlinux 0x547596a5 generic_show_options +EXPORT_SYMBOL vmlinux 0x54850d0e skb_make_writable +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54d0f307 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x54d1475f iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54f1a7e2 pci_dev_put +EXPORT_SYMBOL vmlinux 0x54f929c4 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5548865f freezing_slow_path +EXPORT_SYMBOL vmlinux 0x55488696 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x5550dc15 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x555a5fda input_get_keycode +EXPORT_SYMBOL vmlinux 0x5560fc9e fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5568c553 complete +EXPORT_SYMBOL vmlinux 0x5569e99a ata_port_printk +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x5577ef9e udp_table +EXPORT_SYMBOL vmlinux 0x5587d53d of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55a3420d scsi_remove_host +EXPORT_SYMBOL vmlinux 0x55ccd4d2 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x55f5019b __kmalloc_node +EXPORT_SYMBOL vmlinux 0x56020987 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x5602e33e deactivate_super +EXPORT_SYMBOL vmlinux 0x560c1851 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x561a586a d_find_any_alias +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563e5628 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x56930503 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x56b21bcc kernel_getsockname +EXPORT_SYMBOL vmlinux 0x56b3827e scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x56bb7542 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x56c2b95b rtas_progress +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d03e68 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0x56e8b9d6 vme_bus_type +EXPORT_SYMBOL vmlinux 0x5717bdea dentry_unhash +EXPORT_SYMBOL vmlinux 0x572647d6 get_mce_fault_addr +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x5738ff6a dev_remove_offload +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57960e00 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x57ae12f4 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0x57c1cc0f agp_enable +EXPORT_SYMBOL vmlinux 0x57d8c1d8 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x57ef6daf pci_get_class +EXPORT_SYMBOL vmlinux 0x57f69ba4 elevator_alloc +EXPORT_SYMBOL vmlinux 0x58050f95 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x58231142 __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583ad02f pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x587122bf fb_get_mode +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x58a64aa1 loop_backing_file +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58b7fa5c setattr_copy +EXPORT_SYMBOL vmlinux 0x58d75278 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x58d7527b install_exec_creds +EXPORT_SYMBOL vmlinux 0x58dfa55a jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x58e53ce0 sock_i_ino +EXPORT_SYMBOL vmlinux 0x5928bb8a clear_user_page +EXPORT_SYMBOL vmlinux 0x592a9524 set_page_dirty +EXPORT_SYMBOL vmlinux 0x592b8b7f blk_run_queue +EXPORT_SYMBOL vmlinux 0x5942bc4b inc_nlink +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594f442d wake_up_process +EXPORT_SYMBOL vmlinux 0x595d0946 empty_zero_page +EXPORT_SYMBOL vmlinux 0x5967c929 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x598de034 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x5991219c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x599fa8be serio_rescan +EXPORT_SYMBOL vmlinux 0x59a8984c user_revoke +EXPORT_SYMBOL vmlinux 0x59b3378a completion_done +EXPORT_SYMBOL vmlinux 0x59d22f26 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x59e13b3e vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x59efadea inet_listen +EXPORT_SYMBOL vmlinux 0x59f37177 __scm_send +EXPORT_SYMBOL vmlinux 0x5a025f7b arch_local_irq_restore +EXPORT_SYMBOL vmlinux 0x5a05d62d of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x5a0aaa12 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5a109106 neigh_update +EXPORT_SYMBOL vmlinux 0x5a32cb9e kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x5a466fb5 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a61e4f5 no_llseek +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5ab91142 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x5ac9b68b netif_device_detach +EXPORT_SYMBOL vmlinux 0x5acee5db tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0x5af5f42f pci_scan_slot +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b0af017 netlink_set_err +EXPORT_SYMBOL vmlinux 0x5b124d0a dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x5b174a07 dm_put_device +EXPORT_SYMBOL vmlinux 0x5b353c7c ipv4_specific +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b43f1f1 rtas_service_present +EXPORT_SYMBOL vmlinux 0x5b4f9db3 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b63048b tty_port_hangup +EXPORT_SYMBOL vmlinux 0x5b6a4f11 set_bdi_congested +EXPORT_SYMBOL vmlinux 0x5b730961 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x5b9828c5 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x5bc10524 printk_emit +EXPORT_SYMBOL vmlinux 0x5bda8c88 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x5be8e93f xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x5c15866d blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x5c2c3bec vme_irq_request +EXPORT_SYMBOL vmlinux 0x5c37f319 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x5c3dd2cd devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x5c4e9433 dquot_disable +EXPORT_SYMBOL vmlinux 0x5c8e7158 __blk_end_request +EXPORT_SYMBOL vmlinux 0x5c91c4eb security_d_instantiate +EXPORT_SYMBOL vmlinux 0x5ccd15e8 fb_set_var +EXPORT_SYMBOL vmlinux 0x5cd82cdf eth_header_parse +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cf30e10 __debugger_ipi +EXPORT_SYMBOL vmlinux 0x5cf37f4c generic_file_open +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d0d31bb bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x5d3bfd1b jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d47419d con_copy_unimap +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d9eb8f9 unlock_buffer +EXPORT_SYMBOL vmlinux 0x5da64bb2 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x5dab8391 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x5dc65242 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x5dcc4774 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x5dd79088 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x5ddf7d4b dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x5def22c6 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x5df687ec phy_drivers_register +EXPORT_SYMBOL vmlinux 0x5df7d064 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x5e17920e d_move +EXPORT_SYMBOL vmlinux 0x5e336987 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x5e3a201c ps2_end_command +EXPORT_SYMBOL vmlinux 0x5e3a8a9c __wake_up +EXPORT_SYMBOL vmlinux 0x5e498989 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x5e529b19 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x5e52d3cf xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x5e54f9f8 update_region +EXPORT_SYMBOL vmlinux 0x5e75022e misc_register +EXPORT_SYMBOL vmlinux 0x5e7eac76 d_alloc_name +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e96a956 security_path_link +EXPORT_SYMBOL vmlinux 0x5ea4c730 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb35f71 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x5eb70108 posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x5eb96a39 mmc_free_host +EXPORT_SYMBOL vmlinux 0x5ec6b1d8 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x5ec6b644 pci_disable_device +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5eee2d7b inode_add_bytes +EXPORT_SYMBOL vmlinux 0x5eeef418 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f19c84c __inet6_hash +EXPORT_SYMBOL vmlinux 0x5f1c56be mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x5f2cbfc7 vfs_write +EXPORT_SYMBOL vmlinux 0x5f43e5cd udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x5f456d20 __napi_schedule +EXPORT_SYMBOL vmlinux 0x5f57f07b netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x5f5bcfbb dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x5f5f3f2a framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x5f7ed27a tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x5f8041e8 scsi_add_device +EXPORT_SYMBOL vmlinux 0x5f85c7cb genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x5f8a2728 isa_io_base +EXPORT_SYMBOL vmlinux 0x5f9be730 get_super_thawed +EXPORT_SYMBOL vmlinux 0x5fce938a page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5ff95f99 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x60041268 phy_init_eee +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 0x6059b4ac atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x60643364 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x606846d5 eth_type_trans +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x6081fa1b sock_create_lite +EXPORT_SYMBOL vmlinux 0x608cb9aa abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a09b91 sock_register +EXPORT_SYMBOL vmlinux 0x60cb5d9d qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x610504d4 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x6108bece sk_filter +EXPORT_SYMBOL vmlinux 0x610e453c grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612ffbc0 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x614bb773 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x617f4520 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x6184e698 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x618fb1cb ether_setup +EXPORT_SYMBOL vmlinux 0x61982ec1 ll_rw_block +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61a3d245 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c05ab3 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x61e42017 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x61eef2c9 _insb +EXPORT_SYMBOL vmlinux 0x6207cc86 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622ab1be thaw_super +EXPORT_SYMBOL vmlinux 0x622d92d8 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x624ba434 backlight_device_register +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x6294877b blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x6299426f of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x62abca11 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x62b0f8f0 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x62b9a788 generic_removexattr +EXPORT_SYMBOL vmlinux 0x62d46e0d sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x62e16549 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x62ea7070 phy_init_hw +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x63231951 gen_pool_create +EXPORT_SYMBOL vmlinux 0x63396aec __debugger_break_match +EXPORT_SYMBOL vmlinux 0x633b954b i2c_del_driver +EXPORT_SYMBOL vmlinux 0x633eca20 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x635910d3 mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x635d5e77 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x63789d81 scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0x6378b42f redraw_screen +EXPORT_SYMBOL vmlinux 0x63856cbb __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x638d0fa1 sg_miter_start +EXPORT_SYMBOL vmlinux 0x639fc6fa pci_remove_bus +EXPORT_SYMBOL vmlinux 0x63abaf66 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x63b5d2bf d_make_root +EXPORT_SYMBOL vmlinux 0x63bc47b8 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x63d639b1 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x63d89f41 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x63e17a74 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x63e7bd12 __cputime_usec_factor +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x6403f778 vga_con +EXPORT_SYMBOL vmlinux 0x64331dd5 inode_dio_done +EXPORT_SYMBOL vmlinux 0x643aa0c1 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x64566eeb of_match_device +EXPORT_SYMBOL vmlinux 0x646567b7 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64adb66b scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64c519b9 __skb_checksum +EXPORT_SYMBOL vmlinux 0x64d2e419 padata_free +EXPORT_SYMBOL vmlinux 0x64e5ab50 giveup_altivec +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x65158109 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x652fdf07 kill_anon_super +EXPORT_SYMBOL vmlinux 0x65361198 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x653d1b19 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x6568ffd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x657b576c md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x657ef0ec kobject_put +EXPORT_SYMBOL vmlinux 0x65862070 __register_chrdev +EXPORT_SYMBOL vmlinux 0x659f83e8 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x65ae10d4 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x65af2354 lock_may_write +EXPORT_SYMBOL vmlinux 0x65bb58a2 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x65d76aab nf_log_set +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 0x65ea1cc9 agp_bind_memory +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x6604c8fd d_genocide +EXPORT_SYMBOL vmlinux 0x660bd8a2 send_sig +EXPORT_SYMBOL vmlinux 0x6610bb5d mark_info_dirty +EXPORT_SYMBOL vmlinux 0x6612c016 fb_class +EXPORT_SYMBOL vmlinux 0x662748a5 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x664dc455 tc_classify +EXPORT_SYMBOL vmlinux 0x6681cd68 eth_header_cache +EXPORT_SYMBOL vmlinux 0x6689c1d4 input_set_keycode +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x669ea7b5 tty_mutex +EXPORT_SYMBOL vmlinux 0x66e05ce7 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x66fc2bae __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x672ea9c7 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x6739da47 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x674c68ec cdrom_release +EXPORT_SYMBOL vmlinux 0x674c8642 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x6754da37 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x676a564c kern_path +EXPORT_SYMBOL vmlinux 0x67989db9 simple_unlink +EXPORT_SYMBOL vmlinux 0x679ab048 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x67b1bb6c vfs_writev +EXPORT_SYMBOL vmlinux 0x67b1c312 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x67b399f3 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67b8fe94 blk_register_region +EXPORT_SYMBOL vmlinux 0x67b9687e i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x67bb2881 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x67eb450f kobject_del +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x681dfb8d sk_release_kernel +EXPORT_SYMBOL vmlinux 0x683ac087 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x684c2343 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x68609857 complete_and_exit +EXPORT_SYMBOL vmlinux 0x6877948f blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687ddea3 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x687df68e rtnl_unicast +EXPORT_SYMBOL vmlinux 0x689fcb97 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x68a77818 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x68b5f643 mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e5dacf tty_kref_put +EXPORT_SYMBOL vmlinux 0x691d4a40 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x691ec920 bio_phys_segments +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6985c243 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x6993ba92 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x69951c52 of_device_unregister +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69c1b77e tcp_read_sock +EXPORT_SYMBOL vmlinux 0x69d03568 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69e4529d tcp_poll +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a13c686 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x6a147c5e skb_dequeue +EXPORT_SYMBOL vmlinux 0x6a291217 dquot_initialize +EXPORT_SYMBOL vmlinux 0x6a2c30d5 sk_alloc +EXPORT_SYMBOL vmlinux 0x6a4073d9 request_key_async +EXPORT_SYMBOL vmlinux 0x6a5334d1 inode_change_ok +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a61f874 to_tm +EXPORT_SYMBOL vmlinux 0x6a740c54 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a7860c5 sock_update_memcg +EXPORT_SYMBOL vmlinux 0x6a8877bf do_splice_direct +EXPORT_SYMBOL vmlinux 0x6a8edcb4 udp_proc_register +EXPORT_SYMBOL vmlinux 0x6a9d4b7b of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x6aa1070b dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6acbbb86 dma_direct_ops +EXPORT_SYMBOL vmlinux 0x6acf4697 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x6acf9b2b wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x6ae47332 replace_mount_options +EXPORT_SYMBOL vmlinux 0x6ae60b3c sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x6aee7fc2 input_allocate_device +EXPORT_SYMBOL vmlinux 0x6afe3454 rtnl_notify +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b169d4c dev_uc_del +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b1c951f ps2_begin_command +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b50a29c max8925_set_bits +EXPORT_SYMBOL vmlinux 0x6b565d57 generic_read_dir +EXPORT_SYMBOL vmlinux 0x6b5dfe73 __debugger_bpt +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b7abc4a dump_page +EXPORT_SYMBOL vmlinux 0x6b969ca0 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x6b9c5b88 __netif_schedule +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc4e97b i2c_transfer +EXPORT_SYMBOL vmlinux 0x6bceaebc gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x6bd165d9 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6bf48db3 keyring_search +EXPORT_SYMBOL vmlinux 0x6c04bbbf generic_ro_fops +EXPORT_SYMBOL vmlinux 0x6c10cb40 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x6c17661a mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x6c31316e ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c5f0cd1 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c64ddb1 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c91e95f mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x6c96d5b5 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x6cb332e7 vfs_readv +EXPORT_SYMBOL vmlinux 0x6cbc11c7 tty_throttle +EXPORT_SYMBOL vmlinux 0x6ccaa7dc vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x6cd2ba5a xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x6cd8c86b __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d114121 input_close_device +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d3d6d9d i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x6d48c8ac input_grab_device +EXPORT_SYMBOL vmlinux 0x6d684852 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x6d69a36e mutex_trylock +EXPORT_SYMBOL vmlinux 0x6d743d1b kern_unmount +EXPORT_SYMBOL vmlinux 0x6d8da9c0 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x6d97e514 agp_create_memory +EXPORT_SYMBOL vmlinux 0x6da928f4 _insw_ns +EXPORT_SYMBOL vmlinux 0x6dac9578 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x6db49a35 dev_emerg +EXPORT_SYMBOL vmlinux 0x6ddbd25b kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x6ddd70c6 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e103e4b iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x6e13357e phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x6e1d83f1 register_qdisc +EXPORT_SYMBOL vmlinux 0x6e1ecbb3 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x6e20561a mmc_request_done +EXPORT_SYMBOL vmlinux 0x6e2431c1 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x6e3bf025 vfs_getattr +EXPORT_SYMBOL vmlinux 0x6e59f48c __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x6e5d2005 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x6e6cbbdb __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e7f0fd2 cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6eca4e5f napi_gro_receive +EXPORT_SYMBOL vmlinux 0x6edeb04d blk_peek_request +EXPORT_SYMBOL vmlinux 0x6f194162 flow_cache_fini +EXPORT_SYMBOL vmlinux 0x6f195d22 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x6f19da7c pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f22b972 dev_uc_add +EXPORT_SYMBOL vmlinux 0x6f617a98 bdevname +EXPORT_SYMBOL vmlinux 0x6f6610b1 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x6f755862 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x6f9c6ff4 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd0ecf3 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x6fdc70cc bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x6feac490 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x6fec905a serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x6ff13a52 __kfree_skb +EXPORT_SYMBOL vmlinux 0x6ffa0c5d cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x7000f557 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x70078f78 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x700cfbf6 mmc_erase +EXPORT_SYMBOL vmlinux 0x702103cb input_set_abs_params +EXPORT_SYMBOL vmlinux 0x702cfd81 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x7046214a sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x704c4365 __cputime_sec_factor +EXPORT_SYMBOL vmlinux 0x704ddb6a of_parse_phandle +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x70a3d059 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x70b03fae bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x70b4610b phy_connect_direct +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70bed309 icmpv6_send +EXPORT_SYMBOL vmlinux 0x70c64129 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x70c9c12e generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x71185754 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x714279b1 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x71485ca7 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x7157afd8 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0x716c85d4 mem_section +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717a14e5 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x71869d5c blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x719aa52c uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a564f5 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71ba932c of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x71bdffd7 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x71c80419 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x71f6bee5 bitmap_unplug +EXPORT_SYMBOL vmlinux 0x720b20c6 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x7222b55c inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x722667f3 pnv_cxl_ioda_msi_setup +EXPORT_SYMBOL vmlinux 0x72418f1f save_mount_options +EXPORT_SYMBOL vmlinux 0x72475be5 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x729705c9 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x72aa7ffb mount_nodev +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b7dbc1 tty_port_close +EXPORT_SYMBOL vmlinux 0x72c98139 __arch_hweight64 +EXPORT_SYMBOL vmlinux 0x72cb8ee8 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x72d63d2d input_register_handler +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x73024c32 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x730b9389 pci_choose_state +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7319a92c ata_link_printk +EXPORT_SYMBOL vmlinux 0x731a747a pci_io_base +EXPORT_SYMBOL vmlinux 0x73204ab0 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x73280011 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x732e2d67 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x734e00f2 dev_trans_start +EXPORT_SYMBOL vmlinux 0x735d8503 add_wait_queue +EXPORT_SYMBOL vmlinux 0x73710a3e dqstats +EXPORT_SYMBOL vmlinux 0x7378f2fb __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x738e952f tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x7392a829 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x7397a0c0 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x73b75bcd pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x73bf48de __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x73ca4db9 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x73cae637 key_invalidate +EXPORT_SYMBOL vmlinux 0x73cbe224 kernel_connect +EXPORT_SYMBOL vmlinux 0x73de1b17 scsi_init_io +EXPORT_SYMBOL vmlinux 0x73fbbc93 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x740cc53a skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x741a5004 tty_lock +EXPORT_SYMBOL vmlinux 0x74705f0a __frontswap_test +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x748b45da scsi_unregister +EXPORT_SYMBOL vmlinux 0x748c7d34 bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x7492db6f eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x7499bef9 dquot_alloc +EXPORT_SYMBOL vmlinux 0x74bd3fae tty_register_device +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74d5c543 noop_fsync +EXPORT_SYMBOL vmlinux 0x74e298e1 pnv_cxl_get_irq_count +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74ff21db devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0x75103690 d_instantiate +EXPORT_SYMBOL vmlinux 0x751c2917 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x7532588a alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x753fffeb jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x756cceab bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x757d7a78 __nla_put +EXPORT_SYMBOL vmlinux 0x758ba163 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x75940b01 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x75994700 add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x75a51290 input_register_handle +EXPORT_SYMBOL vmlinux 0x75b8bb39 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75be6702 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x75d07fa3 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x75d08bd1 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x75dcccd1 scsi_device_put +EXPORT_SYMBOL vmlinux 0x75e12b8f vio_register_device_node +EXPORT_SYMBOL vmlinux 0x75f909b6 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x761e26c8 poll_initwait +EXPORT_SYMBOL vmlinux 0x7620d6f6 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x763ec2bc sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x7641c52f eeh_dev_release +EXPORT_SYMBOL vmlinux 0x76465367 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x76787865 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x76886aad pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x76af92b9 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x76b59b33 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x76bab6f3 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x76bc5562 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76c2acff dst_release +EXPORT_SYMBOL vmlinux 0x76d18148 agp_free_page_array +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76f7b994 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0x771ad393 get_disk +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x77205c8a pci_platform_rom +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x7763a22b blk_stack_limits +EXPORT_SYMBOL vmlinux 0x776cc0fd tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77a7eeb0 dquot_destroy +EXPORT_SYMBOL vmlinux 0x77bb409a of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c718aa of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x77d0d405 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x77db19fb pid_task +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77e98f17 d_validate +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x7830b04f hvc_put_chars +EXPORT_SYMBOL vmlinux 0x7838be42 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x783e91d1 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x784f5c8d fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x7855a148 abort_creds +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x7889d552 blk_finish_request +EXPORT_SYMBOL vmlinux 0x788d7d82 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x788e04f5 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x788ec05b generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x788f15fa phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a9e905 _numa_mem_ +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x79089b08 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x790df6ca __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x7935d979 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x797c8fa9 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7985d043 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x798aa858 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x799e6660 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79b49b21 kthread_stop +EXPORT_SYMBOL vmlinux 0x79bc78fc fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x79d08ffb tcf_hash_release +EXPORT_SYMBOL vmlinux 0x79d8b8b6 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x79eacc33 inet_put_port +EXPORT_SYMBOL vmlinux 0x7a15058c rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a2f887e ps2_command +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7aa10d87 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x7aa16a7e compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7ae7f9b6 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x7af6324d bio_split +EXPORT_SYMBOL vmlinux 0x7b0fb18d dquot_free_inode +EXPORT_SYMBOL vmlinux 0x7b16235f hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7b23124f inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x7b2aef6c __krealloc +EXPORT_SYMBOL vmlinux 0x7b2e83f3 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x7b339b23 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x7b4c5dd4 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x7b61ef05 inet_shutdown +EXPORT_SYMBOL vmlinux 0x7b80c027 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x7bac46db udp_del_offload +EXPORT_SYMBOL vmlinux 0x7bb756cc neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x7c003aef _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x7c00a20c input_reset_device +EXPORT_SYMBOL vmlinux 0x7c12352a open_exec +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c2d098f krealloc +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c5f3242 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c656d65 dm_io +EXPORT_SYMBOL vmlinux 0x7c6d7fed register_sysctl +EXPORT_SYMBOL vmlinux 0x7c75aa83 km_policy_notify +EXPORT_SYMBOL vmlinux 0x7c78025c sock_no_bind +EXPORT_SYMBOL vmlinux 0x7c805180 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x7c8ea381 vfs_link +EXPORT_SYMBOL vmlinux 0x7c9696dc kfree_skb +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7ca3cec7 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cb877fe generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cd00653 security_inode_readlink +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf3a16b put_cmsg +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d225c21 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x7d26fd44 iterate_fd +EXPORT_SYMBOL vmlinux 0x7d2a8080 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x7d45e349 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x7d61f54d ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x7d6d24c5 iput +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d948300 commit_creds +EXPORT_SYMBOL vmlinux 0x7d9514c1 node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x7dc97879 rtas_get_error_log_max +EXPORT_SYMBOL vmlinux 0x7de91ebb register_netdevice +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e0e2520 arp_xmit +EXPORT_SYMBOL vmlinux 0x7e5216a0 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x7e9d4f68 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x7ead1870 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x7eae36a5 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x7eb5d1ab ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x7ebfb0d0 powerpc_debugfs_root +EXPORT_SYMBOL vmlinux 0x7ec0d7fa jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x7ef4810d dqput +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f3b5216 audit_log +EXPORT_SYMBOL vmlinux 0x7f3d93ae tcf_exts_change +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7fa5db76 __d_drop +EXPORT_SYMBOL vmlinux 0x7fb899d2 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x7fbbc5f3 prepare_binprm +EXPORT_SYMBOL vmlinux 0x7fbd10d2 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7fdaeee9 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe38f48 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x7ff5383e cpu_active_mask +EXPORT_SYMBOL vmlinux 0x800e7ddc kobject_set_name +EXPORT_SYMBOL vmlinux 0x8012222c of_device_is_available +EXPORT_SYMBOL vmlinux 0x80249f6d sock_from_file +EXPORT_SYMBOL vmlinux 0x802d0e93 crc32_le +EXPORT_SYMBOL vmlinux 0x803076a4 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x8030faaf simple_rmdir +EXPORT_SYMBOL vmlinux 0x8071d1a8 cpu_all_bits +EXPORT_SYMBOL vmlinux 0x80791a8c radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x807a995b dev_mc_add +EXPORT_SYMBOL vmlinux 0x808263b7 alloc_pages_current +EXPORT_SYMBOL vmlinux 0x808c7a42 simple_empty +EXPORT_SYMBOL vmlinux 0x8096872a padata_stop +EXPORT_SYMBOL vmlinux 0x80aba4eb blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x80c154ef abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x810bbf78 generic_setxattr +EXPORT_SYMBOL vmlinux 0x810cf762 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0x810ff203 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x81165009 end_page_writeback +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x81783690 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x817e1b70 inet6_getname +EXPORT_SYMBOL vmlinux 0x818a1ec1 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x81a07f4e _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x81c0a84f rtas_set_indicator +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e48dd9 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x8204e876 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x82458f7f radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x824d53ba from_kprojid +EXPORT_SYMBOL vmlinux 0x824d5a26 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x824fcc88 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82d6b0d0 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x82e5a238 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x82f26f65 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x830caf8a n_tty_compat_ioctl_helper +EXPORT_SYMBOL vmlinux 0x83255f48 kernel_read +EXPORT_SYMBOL vmlinux 0x832f5372 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x83336d7b find_get_entry +EXPORT_SYMBOL vmlinux 0x838f4da8 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83c5f0f0 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x83e01817 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x83f77c8d secpath_dup +EXPORT_SYMBOL vmlinux 0x83fe27e4 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x84384bb8 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x844b59e2 do_fallocate +EXPORT_SYMBOL vmlinux 0x844e3767 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x844ebd65 dev_mc_del +EXPORT_SYMBOL vmlinux 0x8461ada2 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x84689270 compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x846dfa56 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x84700fbf d_obtain_alias +EXPORT_SYMBOL vmlinux 0x84822a20 tcf_hash_create +EXPORT_SYMBOL vmlinux 0x849d0f9b build_skb +EXPORT_SYMBOL vmlinux 0x849f47b5 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x84bd69bf dq_data_lock +EXPORT_SYMBOL vmlinux 0x84bf4763 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x84d00b89 key_link +EXPORT_SYMBOL vmlinux 0x84d97432 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x84dfb90a udp_disconnect +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x853c012f input_unregister_device +EXPORT_SYMBOL vmlinux 0x85402c8f pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8597eb47 plpar_hcall +EXPORT_SYMBOL vmlinux 0x85b155a5 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85c82fcb ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x85d91672 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x8603b863 drop_nlink +EXPORT_SYMBOL vmlinux 0x8606a1ae follow_pfn +EXPORT_SYMBOL vmlinux 0x860dbf5b compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0x862366aa get_tz_trend +EXPORT_SYMBOL vmlinux 0x8628c7e5 consume_skb +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x865624f3 scsi_host_put +EXPORT_SYMBOL vmlinux 0x86571693 dev_driver_string +EXPORT_SYMBOL vmlinux 0x86581ffa kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x865d5a9a generic_make_request +EXPORT_SYMBOL vmlinux 0x865e2599 tty_port_open +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x866ad6ea mount_subtree +EXPORT_SYMBOL vmlinux 0x8674da75 simple_release_fs +EXPORT_SYMBOL vmlinux 0x867923e3 key_type_keyring +EXPORT_SYMBOL vmlinux 0x868456a2 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86db1cbb rtas_flash_term_hook +EXPORT_SYMBOL vmlinux 0x86ee0af9 proto_unregister +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x87031c33 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x873a53ea __arch_hweight8 +EXPORT_SYMBOL vmlinux 0x873c6df0 agp_bridge +EXPORT_SYMBOL vmlinux 0x873e06d2 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x87481d12 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x8758759e __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x87682633 ihold +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x8785feb5 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x878d07ce jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x87a11a60 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x87ab6b7b finish_open +EXPORT_SYMBOL vmlinux 0x87b96d01 lock_rename +EXPORT_SYMBOL vmlinux 0x87c52fdb __nlmsg_put +EXPORT_SYMBOL vmlinux 0x87f0fde0 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x87f9b906 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x88059426 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x880a7a38 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x882db37f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x8832b1c8 d_invalidate +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x88511d41 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x88522afc page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x885c6522 pci_bus_put +EXPORT_SYMBOL vmlinux 0x8883554e sock_no_listen +EXPORT_SYMBOL vmlinux 0x888e54e0 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x888f4147 flush_signals +EXPORT_SYMBOL vmlinux 0x889c694e adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x88c92b31 md_done_sync +EXPORT_SYMBOL vmlinux 0x88d81736 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x88de7b28 would_dump +EXPORT_SYMBOL vmlinux 0x890220fd pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x891bef26 vm_stat +EXPORT_SYMBOL vmlinux 0x891e153a trace_seq_putc +EXPORT_SYMBOL vmlinux 0x891fbb10 mempool_destroy +EXPORT_SYMBOL vmlinux 0x893affee of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x894ac6eb devm_gpiod_put +EXPORT_SYMBOL vmlinux 0x895108f3 proc_dostring +EXPORT_SYMBOL vmlinux 0x895577b0 numa_cpu_lookup_table +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x89797060 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x8996ea18 bdget +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89b5c454 mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x89bc53a5 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x89c8df87 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89da2aee of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0x89fa9b61 netdev_emerg +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a2fe1eb remove_arg_zero +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a5cdb3b xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x8a69d952 skb_find_text +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a6ebb98 xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x8a7a3af2 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a7dc1ec jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x8a868bf1 kill_block_super +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa0df3b get_phy_device +EXPORT_SYMBOL vmlinux 0x8ab28050 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x8ac918b7 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x8ad52669 i2c_master_send +EXPORT_SYMBOL vmlinux 0x8b0f93ff unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x8b1c9ec4 inet_ioctl +EXPORT_SYMBOL vmlinux 0x8b239eb8 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x8b24fda7 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b47784b swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b7c3204 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8badbb46 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x8bf2ae1f fsl_lbc_addr +EXPORT_SYMBOL vmlinux 0x8c08f1d7 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x8c1026fc netif_carrier_on +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c1c035e pcim_enable_device +EXPORT_SYMBOL vmlinux 0x8c29d8ab simple_write_begin +EXPORT_SYMBOL vmlinux 0x8c5040f7 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x8c5fb5f0 vio_disable_interrupts +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c6c0065 alloc_disk +EXPORT_SYMBOL vmlinux 0x8c874e16 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cd46304 vc_resize +EXPORT_SYMBOL vmlinux 0x8d015dd4 __bswapdi2 +EXPORT_SYMBOL vmlinux 0x8d0ec800 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d2e910e cdev_init +EXPORT_SYMBOL vmlinux 0x8d367b6d rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x8d3b0c8d tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d6aa9e5 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d75c303 skb_store_bits +EXPORT_SYMBOL vmlinux 0x8d78f94e fget_raw +EXPORT_SYMBOL vmlinux 0x8d7b3511 validate_sp +EXPORT_SYMBOL vmlinux 0x8d944cbb copy_in_user +EXPORT_SYMBOL vmlinux 0x8da4d760 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x8de0b5ac mempool_create +EXPORT_SYMBOL vmlinux 0x8df7f217 blk_start_queue +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8e1eb5e9 tc_classify_compat +EXPORT_SYMBOL vmlinux 0x8e332829 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x8e38f529 find_lock_entry +EXPORT_SYMBOL vmlinux 0x8e603d75 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x8e7c267b devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x8e912ff5 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x8e91ff97 blk_init_tags +EXPORT_SYMBOL vmlinux 0x8e952040 udp_ioctl +EXPORT_SYMBOL vmlinux 0x8ea7bdcb sk_wait_data +EXPORT_SYMBOL vmlinux 0x8eb7a058 module_layout +EXPORT_SYMBOL vmlinux 0x8ec04552 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8eef7083 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x8ef22385 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x8f111aee block_write_end +EXPORT_SYMBOL vmlinux 0x8f220aaa submit_bio_wait +EXPORT_SYMBOL vmlinux 0x8f2287db ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x8f23e494 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x8f265685 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0x8f275adb mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x8f39c36c swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x8f85f835 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x8fc59f9b rtas_offline_cpus_mask +EXPORT_SYMBOL vmlinux 0x8fcf8cb8 seq_printf +EXPORT_SYMBOL vmlinux 0x8fe0d17c sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x901ce56e lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x9048309b tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x904cce74 revert_creds +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x90ad038d dquot_enable +EXPORT_SYMBOL vmlinux 0x90b63610 proc_set_size +EXPORT_SYMBOL vmlinux 0x90c01208 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x90ccdf32 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x90d4202e gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x90fb2773 scsi_put_command +EXPORT_SYMBOL vmlinux 0x91003e57 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x9107e849 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x912557ce rtas_busy_delay +EXPORT_SYMBOL vmlinux 0x912eafe7 mdiobus_write +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x91560e36 dqget +EXPORT_SYMBOL vmlinux 0x915e1208 tb_ticks_per_usec +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9168c033 rtas_get_sensor +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x918e2356 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x91905160 up_write +EXPORT_SYMBOL vmlinux 0x919d1163 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x91a77516 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x91ac822f vscnprintf +EXPORT_SYMBOL vmlinux 0x91e3a166 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x9233599e __serio_register_port +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x9240ad01 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x92478c57 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x9252920c blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x926d01ff request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x927af901 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92b40c61 simple_open +EXPORT_SYMBOL vmlinux 0x92d050df iov_pages +EXPORT_SYMBOL vmlinux 0x92dbc78a mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x92dd889a __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x92f5ca13 del_gendisk +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x9354fcde ibmebus_free_irq +EXPORT_SYMBOL vmlinux 0x936c1f0a iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x937e9c4a xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x93856da0 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93c1316a elv_register_queue +EXPORT_SYMBOL vmlinux 0x93dd02a9 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x9400675a blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x94146f3e md_integrity_register +EXPORT_SYMBOL vmlinux 0x942814de vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x94375eac block_commit_write +EXPORT_SYMBOL vmlinux 0x9495fd80 __secpath_destroy +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a9c546 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x94b4506e dcb_setapp +EXPORT_SYMBOL vmlinux 0x9502494d gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x9502ef73 udp_set_csum +EXPORT_SYMBOL vmlinux 0x95050407 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x950c6172 inet_frags_init +EXPORT_SYMBOL vmlinux 0x9514151a _mcount +EXPORT_SYMBOL vmlinux 0x9516b955 cont_write_begin +EXPORT_SYMBOL vmlinux 0x95247792 do_SAK +EXPORT_SYMBOL vmlinux 0x9524b0ae _outsb +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95714266 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x957e9d77 da903x_query_status +EXPORT_SYMBOL vmlinux 0x958db968 sk_common_release +EXPORT_SYMBOL vmlinux 0x95cb11e1 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x95d3e356 dev_load +EXPORT_SYMBOL vmlinux 0x95e51c2d set_nlink +EXPORT_SYMBOL vmlinux 0x96064b6e __serio_register_driver +EXPORT_SYMBOL vmlinux 0x96318460 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x965cf79d blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x97036d75 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x970416ad dma_common_mmap +EXPORT_SYMBOL vmlinux 0x970856d4 fd_install +EXPORT_SYMBOL vmlinux 0x9732f2fe delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x97396006 genphy_update_link +EXPORT_SYMBOL vmlinux 0x9748927f _outsw_ns +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x9755c72e current_fs_time +EXPORT_SYMBOL vmlinux 0x97771107 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x97868aef __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97b04a41 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x97c26516 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x97c5f531 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x97d9abc6 module_refcount +EXPORT_SYMBOL vmlinux 0x97eaa5a1 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x97f03d6f vio_cmo_entitlement_update +EXPORT_SYMBOL vmlinux 0x97f7b2d0 udp_seq_open +EXPORT_SYMBOL vmlinux 0x9802163d skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x981730fe generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x98239d5d set_anon_super +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x98363a55 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x98486fe0 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x987fc124 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x98c212ec freeze_super +EXPORT_SYMBOL vmlinux 0x98c788c4 dev_deactivate +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98d54a8b bdev_read_only +EXPORT_SYMBOL vmlinux 0x98dbf221 tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x98de92b2 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x98fbcefb sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x98fd3a3d put_tty_driver +EXPORT_SYMBOL vmlinux 0x99195078 vsnprintf +EXPORT_SYMBOL vmlinux 0x99305e5f pci_set_master +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x994d4710 pci_find_hose_for_OF_device +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9958fef5 nobh_write_end +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x995a18b9 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x995ffe3f kmem_cache_free +EXPORT_SYMBOL vmlinux 0x998836e4 sock_wfree +EXPORT_SYMBOL vmlinux 0x9993e55d writeback_in_progress +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a0fe55 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x99a577c1 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x99afe916 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x99b11b38 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99ce930c input_inject_event +EXPORT_SYMBOL vmlinux 0x99d3a43c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x99d4970e dma_find_channel +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99dd950c blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x99ff85d5 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x9a19c883 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x9a1ae393 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a314595 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x9a32ec4a blk_init_queue +EXPORT_SYMBOL vmlinux 0x9a505eab md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x9a5ffc64 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9a739076 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x9a887caa pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x9a8e4ded nf_log_unset +EXPORT_SYMBOL vmlinux 0x9ae258d4 d_find_alias +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9af89f98 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9b073795 framebuffer_release +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b382df9 init_buffer +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b640fc8 make_kprojid +EXPORT_SYMBOL vmlinux 0x9b6598d6 devm_free_irq +EXPORT_SYMBOL vmlinux 0x9b722f46 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x9b99fead nobh_writepage +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bb8a8c7 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x9bd3df2b dev_alert +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bef475d pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x9c099dda pci_iomap +EXPORT_SYMBOL vmlinux 0x9c0ba782 tty_vhangup +EXPORT_SYMBOL vmlinux 0x9c18e9d0 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x9c21f7c4 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x9c25b802 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c50a9ba sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x9c90772a blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x9c92bb4d agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x9ca6598e security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb87b61 inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0x9cc9a24f iget_failed +EXPORT_SYMBOL vmlinux 0x9cd39ebf padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d14983a ppc_enable_pmcs +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d63a7cc noop_qdisc +EXPORT_SYMBOL vmlinux 0x9d7ce8dd _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x9d98f3be ns_capable +EXPORT_SYMBOL vmlinux 0x9d9d6fd3 release_pages +EXPORT_SYMBOL vmlinux 0x9d9dfc18 load_fp_state +EXPORT_SYMBOL vmlinux 0x9da13479 __f_setown +EXPORT_SYMBOL vmlinux 0x9da5d01f mdiobus_read +EXPORT_SYMBOL vmlinux 0x9db39882 kernel_listen +EXPORT_SYMBOL vmlinux 0x9db9c304 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x9dea8b19 skb_push +EXPORT_SYMBOL vmlinux 0x9df28d5d fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x9e00261f of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x9e042687 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x9e0508fe vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e1a33c4 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x9e2f8c90 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e42fcbd pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x9e492c6b account_page_dirtied +EXPORT_SYMBOL vmlinux 0x9e4db1e2 try_module_get +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5eea10 inode_permission +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e76b837 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x9e87f191 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x9e97375d rtas_busy_delay_time +EXPORT_SYMBOL vmlinux 0x9e9ce15d inet_stream_ops +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ea52359 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x9eb24b21 user_path_at +EXPORT_SYMBOL vmlinux 0x9eb4eb43 of_phy_attach +EXPORT_SYMBOL vmlinux 0x9eb706bc jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ebe29cd bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f53d4ef pci_claim_resource +EXPORT_SYMBOL vmlinux 0x9f707b98 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x9f85a645 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x9f911629 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa887c7 sock_no_getname +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa0127d27 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xa02e1a92 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xa0311a3e bioset_integrity_free +EXPORT_SYMBOL vmlinux 0xa03f6a18 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa0539fc8 from_kgid_munged +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa06d12c3 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xa06da524 sk_stream_error +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07ac77a sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0aa7f4e bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b3bd73 fb_find_mode +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e885cb __module_get +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ec8932 netdev_info +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0ff74d6 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa13b5d3d __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa1443400 touch_atime +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa154dd1a dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xa168ca88 fb_blank +EXPORT_SYMBOL vmlinux 0xa16b9a88 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xa1792d5d vfs_open +EXPORT_SYMBOL vmlinux 0xa1a6beca pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xa1a9f88f bprm_change_interp +EXPORT_SYMBOL vmlinux 0xa1af908e fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c5f4c9 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c99385 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xa1ce897a make_bad_inode +EXPORT_SYMBOL vmlinux 0xa1d45bfe swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0xa1de2bb5 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xa1f8fe75 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xa1fb0018 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xa1fea671 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0xa202a8e5 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xa20971bb jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa2592e81 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0xa260ae69 __inode_permission +EXPORT_SYMBOL vmlinux 0xa263b08c pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xa27580b5 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2a335bd vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0xa2b3e400 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xa2bbed37 crash_shutdown_register +EXPORT_SYMBOL vmlinux 0xa2c0bad5 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xa2cbfb62 ps2_init +EXPORT_SYMBOL vmlinux 0xa2edd727 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xa2ee0c1b sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa2ff0fb4 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xa303d1ff dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa3717e29 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xa39b4cf2 udelay +EXPORT_SYMBOL vmlinux 0xa3a0fe1c file_remove_suid +EXPORT_SYMBOL vmlinux 0xa3a28ffe inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xa3abc422 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa3e34c80 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xa3e98b2e km_query +EXPORT_SYMBOL vmlinux 0xa3fc3d50 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xa400159f crc32_be +EXPORT_SYMBOL vmlinux 0xa40f47ce inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xa4111e0e dev_printk_emit +EXPORT_SYMBOL vmlinux 0xa41e8a73 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xa44927be md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xa44e96e1 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0xa4511467 crc16 +EXPORT_SYMBOL vmlinux 0xa4588315 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xa45c1c44 mach_powernv +EXPORT_SYMBOL vmlinux 0xa4614cd3 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xa464d6b7 __blk_run_queue +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa4a2a772 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0xa4a599c7 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xa4a9a6a7 tcp_check_req +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4bb01da agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xa4bdd447 __cputime_clockt_factor +EXPORT_SYMBOL vmlinux 0xa4d27631 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4e3e928 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0xa4e73404 check_disk_change +EXPORT_SYMBOL vmlinux 0xa4edd3ad dev_addr_add +EXPORT_SYMBOL vmlinux 0xa518cb61 skb_copy +EXPORT_SYMBOL vmlinux 0xa525a166 inet_release +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa554c7da __page_cache_alloc +EXPORT_SYMBOL vmlinux 0xa55c6830 register_sysctl_table +EXPORT_SYMBOL vmlinux 0xa5654cb6 tso_build_hdr +EXPORT_SYMBOL vmlinux 0xa580a103 iget_locked +EXPORT_SYMBOL vmlinux 0xa5813461 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0xa5940bad update_time +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa59a6704 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xa5b704e6 write_one_page +EXPORT_SYMBOL vmlinux 0xa5bdac4d do_sync_read +EXPORT_SYMBOL vmlinux 0xa5e9f2b4 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xa6065967 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xa62eca44 default_file_splice_read +EXPORT_SYMBOL vmlinux 0xa631df8a cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa635a938 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa65972b8 _memcpy_toio +EXPORT_SYMBOL vmlinux 0xa661fa81 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6b924c7 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xa6d65cb8 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xa6f26b24 flow_cache_init +EXPORT_SYMBOL vmlinux 0xa70b7097 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xa70c5f2f __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xa720678c lg_global_lock +EXPORT_SYMBOL vmlinux 0xa72a0f5b nr_online_nodes +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa740d29d fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0xa74f4e9b ida_simple_get +EXPORT_SYMBOL vmlinux 0xa7583a4e lro_flush_all +EXPORT_SYMBOL vmlinux 0xa7692679 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0xa78f7175 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xa7ba4c85 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xa7bcc4d9 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xa7ca4462 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xa7d838ae write_inode_now +EXPORT_SYMBOL vmlinux 0xa7df5411 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xa806eb56 of_get_address +EXPORT_SYMBOL vmlinux 0xa812d476 xfrm_register_type +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa841ee5d ip_fragment +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa8597f13 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xa86b7bf5 registered_fb +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa892c49f add_disk +EXPORT_SYMBOL vmlinux 0xa8a13d66 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8a70d16 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xa8b023e6 sk_stop_timer +EXPORT_SYMBOL vmlinux 0xa8c0cb2e netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xa8c35a09 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0xa8c3a158 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xa8d3fa33 dev_mc_sync +EXPORT_SYMBOL vmlinux 0xa8e00f0b __nla_reserve +EXPORT_SYMBOL vmlinux 0xa8f528dc kmem_cache_alloc_node_trace +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa9273e1a epapr_hypercall_start +EXPORT_SYMBOL vmlinux 0xa93ba88e proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xa93ff775 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9d30bc8 mntget +EXPORT_SYMBOL vmlinux 0xa9f91683 scsi_register_interface +EXPORT_SYMBOL vmlinux 0xaa0073b7 __net_get_random_once +EXPORT_SYMBOL vmlinux 0xaa30a57d input_open_device +EXPORT_SYMBOL vmlinux 0xaa423a3e __mutex_init +EXPORT_SYMBOL vmlinux 0xaa4414dc jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xaa46e87e lg_local_unlock +EXPORT_SYMBOL vmlinux 0xaa6e4df5 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaaa13aa6 blk_free_tags +EXPORT_SYMBOL vmlinux 0xaaa57e62 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xaaaf84d5 __vio_register_driver +EXPORT_SYMBOL vmlinux 0xaab82b6a iov_iter_npages +EXPORT_SYMBOL vmlinux 0xaac167d3 mmc_put_card +EXPORT_SYMBOL vmlinux 0xaacfd3af nf_log_packet +EXPORT_SYMBOL vmlinux 0xaad3495c path_put +EXPORT_SYMBOL vmlinux 0xaad4a7d0 decrementer_clockevent +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad912bb vme_lm_request +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab04ad40 generic_perform_write +EXPORT_SYMBOL vmlinux 0xab0769bb tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xab0ad965 mdiobus_register +EXPORT_SYMBOL vmlinux 0xab2070cc xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xab4a3e99 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xab4b5a60 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xab532f93 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xab58012d netdev_update_features +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab8ee9a2 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xabaf2183 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xabaf4f60 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabfbe10d unregister_quota_format +EXPORT_SYMBOL vmlinux 0xac05eea3 kfree_put_link +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac0bb7e1 netif_napi_del +EXPORT_SYMBOL vmlinux 0xac174a98 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac229859 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0xac26b820 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xac42accc _dev_info +EXPORT_SYMBOL vmlinux 0xac4bcc66 generic_readlink +EXPORT_SYMBOL vmlinux 0xac52253e inode_init_once +EXPORT_SYMBOL vmlinux 0xac62df7b of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0xac6e9419 blk_start_request +EXPORT_SYMBOL vmlinux 0xac76787b netdev_warn +EXPORT_SYMBOL vmlinux 0xac8a4b67 tcp_prequeue +EXPORT_SYMBOL vmlinux 0xac8ff42c vme_master_request +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb98a92 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xacc035c9 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xacc522be input_release_device +EXPORT_SYMBOL vmlinux 0xacc5b5d2 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacd2a4ff free_task +EXPORT_SYMBOL vmlinux 0xacdd5b18 flush_dcache_page +EXPORT_SYMBOL vmlinux 0xaceb8d8d mmc_start_req +EXPORT_SYMBOL vmlinux 0xaceedc99 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad01744f kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad0ea833 elv_rb_find +EXPORT_SYMBOL vmlinux 0xad164875 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xad194507 read_dev_sector +EXPORT_SYMBOL vmlinux 0xad3498c0 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xad359ec3 register_gifconf +EXPORT_SYMBOL vmlinux 0xad4556d3 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xad4c1b51 flex_array_alloc +EXPORT_SYMBOL vmlinux 0xad4e2fb4 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xad50cebb i8253_lock +EXPORT_SYMBOL vmlinux 0xad6de87a i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xad833eef netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad8e4f8c devm_ioport_map +EXPORT_SYMBOL vmlinux 0xad8e9828 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xad9a9d8d bdi_register +EXPORT_SYMBOL vmlinux 0xadb2005d blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xadb9c749 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xadc3d1f2 blk_delay_queue +EXPORT_SYMBOL vmlinux 0xae36f847 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xae4a1bda csum_tcpudp_nofold +EXPORT_SYMBOL vmlinux 0xae545f06 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xae665642 netif_rx +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae72fc13 __ps2_command +EXPORT_SYMBOL vmlinux 0xaeb9d8b7 __genl_register_family +EXPORT_SYMBOL vmlinux 0xaebc9957 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xaebeacdc md_finish_reshape +EXPORT_SYMBOL vmlinux 0xaec35db4 flex_array_free +EXPORT_SYMBOL vmlinux 0xaec51971 max8925_reg_read +EXPORT_SYMBOL vmlinux 0xaecc793e insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xaed55273 of_get_property +EXPORT_SYMBOL vmlinux 0xaf0570c3 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xaf063510 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xaf2d872c prepare_to_wait +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4b46bf pcim_iounmap +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf6ae696 kstrndup +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9340a7 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafceb4d7 igrab +EXPORT_SYMBOL vmlinux 0xafde561a of_allnodes +EXPORT_SYMBOL vmlinux 0xafeab576 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xafff3d1d mempool_alloc +EXPORT_SYMBOL vmlinux 0xb006f3e0 dquot_acquire +EXPORT_SYMBOL vmlinux 0xb01d96c3 get_gendisk +EXPORT_SYMBOL vmlinux 0xb02fe841 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xb03cc566 skb_pull +EXPORT_SYMBOL vmlinux 0xb04241b4 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb06f500a __pagevec_release +EXPORT_SYMBOL vmlinux 0xb098d363 proto_register +EXPORT_SYMBOL vmlinux 0xb0b3c2e1 send_sig_info +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0ee7efb xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xb0fa82fd elv_rb_add +EXPORT_SYMBOL vmlinux 0xb0fbded2 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xb0fe45a3 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xb116a030 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xb127cc04 dma_set_mask +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb147a855 dql_reset +EXPORT_SYMBOL vmlinux 0xb14de1ad dquot_quota_off +EXPORT_SYMBOL vmlinux 0xb15bd8fa tb_ticks_per_sec +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb165ef45 __irq_regs +EXPORT_SYMBOL vmlinux 0xb17ab533 vfs_symlink +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1998303 d_alloc +EXPORT_SYMBOL vmlinux 0xb1a5df88 blk_fetch_request +EXPORT_SYMBOL vmlinux 0xb1b4bfc9 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c6e787 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb20ae0f8 security_path_chown +EXPORT_SYMBOL vmlinux 0xb22ec620 sock_create +EXPORT_SYMBOL vmlinux 0xb23977be crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xb23efe2f sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xb241d977 napi_get_frags +EXPORT_SYMBOL vmlinux 0xb24cfbd9 mpage_writepage +EXPORT_SYMBOL vmlinux 0xb2520911 __register_binfmt +EXPORT_SYMBOL vmlinux 0xb25c327a skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb281dac2 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xb2944bc2 kthread_bind +EXPORT_SYMBOL vmlinux 0xb2b65bd8 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xb2ba6e5a ip_ct_attach +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2c2e6b8 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xb2ed9a59 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xb2f1f458 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0xb2fe2336 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xb310db1a filemap_fdatawait +EXPORT_SYMBOL vmlinux 0xb3124169 bdi_register_dev +EXPORT_SYMBOL vmlinux 0xb338a922 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xb339510e bio_reset +EXPORT_SYMBOL vmlinux 0xb35973cd check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0xb388507f mdiobus_unregister +EXPORT_SYMBOL vmlinux 0xb393322e poll_freewait +EXPORT_SYMBOL vmlinux 0xb3b8f544 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xb3c84221 inet_addr_type +EXPORT_SYMBOL vmlinux 0xb3ca4d30 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xb3d52d74 cad_pid +EXPORT_SYMBOL vmlinux 0xb3daaf32 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0xb3de65d1 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb410f3c3 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xb412de79 flush_icache_user_range +EXPORT_SYMBOL vmlinux 0xb41c9ab7 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb427280b directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0xb42f0342 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xb447d2ee xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xb45c5c3b bio_unmap_user +EXPORT_SYMBOL vmlinux 0xb46d1e73 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47189b5 reservation_ww_class +EXPORT_SYMBOL vmlinux 0xb481c79e skb_append +EXPORT_SYMBOL vmlinux 0xb4a12298 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xb4b1de19 blk_stop_queue +EXPORT_SYMBOL vmlinux 0xb4c329cd kset_unregister +EXPORT_SYMBOL vmlinux 0xb4f0b7cd pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0xb50bb4fa blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb54edc8d of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0xb561129c mount_pseudo +EXPORT_SYMBOL vmlinux 0xb56fc099 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb573a61f con_is_bound +EXPORT_SYMBOL vmlinux 0xb57f2457 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xb59368d9 I_BDEV +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5c41078 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5dbbd14 dev_err +EXPORT_SYMBOL vmlinux 0xb5ec7a96 seq_lseek +EXPORT_SYMBOL vmlinux 0xb603b0b3 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xb61ab325 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb62a79a9 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xb62e9731 flush_old_exec +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb647742e default_llseek +EXPORT_SYMBOL vmlinux 0xb6693b32 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb68bfa9d node_states +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69b389f msi_bitmap_free_hwirqs +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b1c8b3 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6cb4e2d module_put +EXPORT_SYMBOL vmlinux 0xb6f8272a posix_lock_file +EXPORT_SYMBOL vmlinux 0xb72054d3 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xb72459d0 netlink_unicast +EXPORT_SYMBOL vmlinux 0xb750a03a __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xb7525eb9 phy_find_first +EXPORT_SYMBOL vmlinux 0xb7564cf7 invalidate_bdev +EXPORT_SYMBOL vmlinux 0xb75cf33e kill_pgrp +EXPORT_SYMBOL vmlinux 0xb76747dc misc_deregister +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb77932eb flex_array_clear +EXPORT_SYMBOL vmlinux 0xb77d6dbf jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xb78dcf03 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xb78e46d5 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0xb79c9839 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0xb7b9ebd8 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xb7da73ab compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0xb7eb947c pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xb7edc1e3 pnv_cxl_release_hwirqs +EXPORT_SYMBOL vmlinux 0xb8224d55 alloc_fcdev +EXPORT_SYMBOL vmlinux 0xb8330a57 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xb85beab2 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xb866ef41 simple_setattr +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb88069f9 have_submounts +EXPORT_SYMBOL vmlinux 0xb891aadf dev_mc_flush +EXPORT_SYMBOL vmlinux 0xb8c94688 mmc_can_reset +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e0d7bd irq_set_chip +EXPORT_SYMBOL vmlinux 0xb8e1a626 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0xb8eb9ce4 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0xb8f77d49 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb9179f69 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xb921dd19 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xb93e195c scsi_execute +EXPORT_SYMBOL vmlinux 0xb952e6d7 audit_log_start +EXPORT_SYMBOL vmlinux 0xb96a9096 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xb96f5cf2 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xb97ce515 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9b4e181 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0xb9c13bba twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xb9deec17 seq_release_private +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xba14e338 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xba192edf devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xba1a20f0 init_special_inode +EXPORT_SYMBOL vmlinux 0xba250465 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0xba2769b6 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xba362e7a pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba6f1746 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xba6f9f31 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xbac224ae generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xbad70f18 inode_init_always +EXPORT_SYMBOL vmlinux 0xbadbcf86 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0xbade9377 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xbb187af2 submit_bio +EXPORT_SYMBOL vmlinux 0xbb34134a iov_shorten +EXPORT_SYMBOL vmlinux 0xbb4d1d9e pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb595f8d iov_iter_init +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb6df097 agp_put_bridge +EXPORT_SYMBOL vmlinux 0xbb94b787 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbaeb559 memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xbbb6b412 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xbbcc3a83 phy_start_aneg +EXPORT_SYMBOL vmlinux 0xbbd27f8e __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0xbbfa2d62 tty_check_change +EXPORT_SYMBOL vmlinux 0xbbfd0223 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xbc316de4 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0xbc32d7dd genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xbc42f899 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xbc4b2b0d devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xbc5e3829 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xbc624b6b jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xbc64b2ee ip6_frag_match +EXPORT_SYMBOL vmlinux 0xbc842c64 cdrom_open +EXPORT_SYMBOL vmlinux 0xbc982b06 eeh_subsystem_flags +EXPORT_SYMBOL vmlinux 0xbc9f0b5c gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0xbcbd73ca blk_integrity_register +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcc56765 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0xbcc91e3d try_to_release_page +EXPORT_SYMBOL vmlinux 0xbcdd3dc9 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xbcf150f9 xor_altivec_5 +EXPORT_SYMBOL vmlinux 0xbd203cfb ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0xbd3de525 key_alloc +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd7c7d95 input_event +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd9374cd kmem_cache_create +EXPORT_SYMBOL vmlinux 0xbd945670 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0xbda613a3 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xbdbe1e5f inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0xbe28f22b phy_attach +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe2d4e30 lock_may_read +EXPORT_SYMBOL vmlinux 0xbe4aed8d read_code +EXPORT_SYMBOL vmlinux 0xbe5da9f1 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0xbe7a9c51 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xbe7cc45c skb_seq_read +EXPORT_SYMBOL vmlinux 0xbe88f47a xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xbe91efda softnet_data +EXPORT_SYMBOL vmlinux 0xbeaafbd9 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xbee72031 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xbeef2ecc input_free_device +EXPORT_SYMBOL vmlinux 0xbef273f2 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef4cafd udp6_set_csum +EXPORT_SYMBOL vmlinux 0xbf129f3a invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xbf14bfb3 new_sync_write +EXPORT_SYMBOL vmlinux 0xbf200a69 dev_activate +EXPORT_SYMBOL vmlinux 0xbf231869 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xbf5462aa cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xbf599eab tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xbf749582 inet_frag_find +EXPORT_SYMBOL vmlinux 0xbf7c6713 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf925c42 idr_init +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa91b06 unregister_netdev +EXPORT_SYMBOL vmlinux 0xbfabfe59 __debugger_iabr_match +EXPORT_SYMBOL vmlinux 0xbfb8b0b7 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbff49274 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xbff8182c plpar_hcall_norets +EXPORT_SYMBOL vmlinux 0xbffb4a3b noop_llseek +EXPORT_SYMBOL vmlinux 0xc00257a1 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xc00816c2 nf_log_register +EXPORT_SYMBOL vmlinux 0xc044bd4a i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xc04d1326 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xc0508306 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xc0513015 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0xc05c8c07 compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0xc06a2b3e xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc085a6aa proc_create_data +EXPORT_SYMBOL vmlinux 0xc0925d7b rtas +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0a9da00 vm_event_states +EXPORT_SYMBOL vmlinux 0xc0b13e74 get_io_context +EXPORT_SYMBOL vmlinux 0xc0b2f317 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xc0b509fc netdev_change_features +EXPORT_SYMBOL vmlinux 0xc0c21ea3 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xc0d03a29 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xc0d1e734 padata_alloc +EXPORT_SYMBOL vmlinux 0xc0e20d78 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xc0eff581 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0xc13d88c8 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xc144839f security_path_mknod +EXPORT_SYMBOL vmlinux 0xc1532acb inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xc1551756 tty_write_room +EXPORT_SYMBOL vmlinux 0xc15a44c6 memzero_explicit +EXPORT_SYMBOL vmlinux 0xc15d2110 seq_path +EXPORT_SYMBOL vmlinux 0xc182607b pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xc1a2fc4d mmc_register_driver +EXPORT_SYMBOL vmlinux 0xc1c110c1 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xc1c815ae proc_set_user +EXPORT_SYMBOL vmlinux 0xc1cddb7b mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1ded7a8 compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc20f3d3c of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc24271cb gen_pool_alloc +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc259592d proc_remove +EXPORT_SYMBOL vmlinux 0xc286ff2a tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xc292b138 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a2aa72 unregister_binfmt +EXPORT_SYMBOL vmlinux 0xc2af0869 loop_register_transfer +EXPORT_SYMBOL vmlinux 0xc2b646d8 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xc2bc6444 elevator_init +EXPORT_SYMBOL vmlinux 0xc2c74728 skb_trim +EXPORT_SYMBOL vmlinux 0xc2da1ef8 __init_rwsem +EXPORT_SYMBOL vmlinux 0xc2de98d8 netpoll_setup +EXPORT_SYMBOL vmlinux 0xc2df600c kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2eacd19 d_splice_alias +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc2feb752 __bforget +EXPORT_SYMBOL vmlinux 0xc3058399 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xc30ec628 i8042_install_filter +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc314c3d2 __cputime_jiffies_factor +EXPORT_SYMBOL vmlinux 0xc31d0c91 __find_get_block +EXPORT_SYMBOL vmlinux 0xc3303dbe blk_init_queue_node +EXPORT_SYMBOL vmlinux 0xc33384b3 seq_putc +EXPORT_SYMBOL vmlinux 0xc3412436 tcp_proc_register +EXPORT_SYMBOL vmlinux 0xc343baf5 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xc3487251 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xc3715639 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xc389a8da ilookup +EXPORT_SYMBOL vmlinux 0xc396c98f blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0xc3a28464 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xc3af34c4 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xc3bf38db start_tty +EXPORT_SYMBOL vmlinux 0xc3c026ef scsi_remove_target +EXPORT_SYMBOL vmlinux 0xc3dc70d2 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xc3f4ccbc unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xc3f88ae5 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0xc3fa33f3 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xc4386594 iunique +EXPORT_SYMBOL vmlinux 0xc4497a27 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xc45bfb78 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0xc45cee91 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xc47cdf9c _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xc48307db lz4_decompress +EXPORT_SYMBOL vmlinux 0xc488321e inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xc48de6db netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4a33f2b md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xc4a4b748 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xc4ac239b inode_dio_wait +EXPORT_SYMBOL vmlinux 0xc4d2ad96 udp_poll +EXPORT_SYMBOL vmlinux 0xc4e6696b tso_build_data +EXPORT_SYMBOL vmlinux 0xc51059a8 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xc5144ea9 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xc5188f30 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xc530c585 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0xc5425c20 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xc54dd2ee kern_path_create +EXPORT_SYMBOL vmlinux 0xc54f427d account_page_writeback +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc55c2a9d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xc55de23c percpu_counter_set +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59dfcfa simple_rename +EXPORT_SYMBOL vmlinux 0xc5a99f16 inet6_protos +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc61122b4 ibmebus_register_driver +EXPORT_SYMBOL vmlinux 0xc61d4808 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0xc61f2516 iov_iter_advance +EXPORT_SYMBOL vmlinux 0xc62016af bio_clone_fast +EXPORT_SYMBOL vmlinux 0xc620aa51 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc65437f9 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc663b075 __ioremap +EXPORT_SYMBOL vmlinux 0xc664f7a4 blk_end_request +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc6772da2 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xc6774da5 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xc67aacf8 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xc67ba8bf agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xc67bca6f inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xc686e548 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xc6b22c71 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6ee5b32 dev_get_flags +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc732e1a3 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xc73c968a dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xc748dfa1 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0xc74dc9e1 kset_register +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7896118 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7c06308 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xc7eacc0c tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xc7f39b15 irq_stat +EXPORT_SYMBOL vmlinux 0xc7f3bd6c dst_destroy +EXPORT_SYMBOL vmlinux 0xc802a2ef ibmebus_bus_type +EXPORT_SYMBOL vmlinux 0xc80557c0 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xc823c147 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc83f5cfc cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8542090 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0xc8571bcb idr_for_each +EXPORT_SYMBOL vmlinux 0xc862c45b dma_sync_wait +EXPORT_SYMBOL vmlinux 0xc8674f9c rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc88ad3a5 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc898c731 filemap_flush +EXPORT_SYMBOL vmlinux 0xc8a89f90 block_truncate_page +EXPORT_SYMBOL vmlinux 0xc8adf900 request_firmware +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8b6992c netif_rx_ni +EXPORT_SYMBOL vmlinux 0xc8be1022 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0xc8bebee3 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0xc8d04a7b netdev_crit +EXPORT_SYMBOL vmlinux 0xc8fe8a4c sock_no_connect +EXPORT_SYMBOL vmlinux 0xc9177524 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xc934d602 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xc93fbc54 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xc95851dd netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xc95ab6fd pci_clear_master +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc960fd29 done_path_create +EXPORT_SYMBOL vmlinux 0xc961513d bio_advance +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc964705d pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xc965eb49 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0xc978479a xz_dec_run +EXPORT_SYMBOL vmlinux 0xc97c2fba file_ns_capable +EXPORT_SYMBOL vmlinux 0xc9839b19 bdget_disk +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9ce845e sock_alloc_file +EXPORT_SYMBOL vmlinux 0xc9cfd7e2 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xc9e36b9b tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xc9fe8ccb i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xca017e19 tcf_hash_search +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca2b1cd6 ida_pre_get +EXPORT_SYMBOL vmlinux 0xca3b28c6 store_vr_state +EXPORT_SYMBOL vmlinux 0xca4fdd5a fput +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca5ee09a vme_free_consistent +EXPORT_SYMBOL vmlinux 0xca6004d2 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xca6f9d79 skb_clone +EXPORT_SYMBOL vmlinux 0xca832efe kmalloc_order +EXPORT_SYMBOL vmlinux 0xca8873e3 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0xca902422 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcace6297 idr_is_empty +EXPORT_SYMBOL vmlinux 0xcad6396e from_kuid_munged +EXPORT_SYMBOL vmlinux 0xcadc1874 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcaf5b7ba inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb097d7d nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb1305e9 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xcb449b66 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0xcb613fb7 md_flush_request +EXPORT_SYMBOL vmlinux 0xcb738d95 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xcb7fee8d dquot_drop +EXPORT_SYMBOL vmlinux 0xcb92b1f1 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xcb9570f1 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbca0ed8 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xcbf50b40 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xcc093ee3 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xcc17504d _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xcc20bd09 ilookup5 +EXPORT_SYMBOL vmlinux 0xcc215573 flex_array_shrink +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc290e95 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5482ca bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0xcc5eb3c6 irq_to_desc +EXPORT_SYMBOL vmlinux 0xcc8074aa md_write_end +EXPORT_SYMBOL vmlinux 0xcc81e009 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xcc84a1db netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xccb6b6d1 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0xccc13c5e do_splice_to +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccd262e5 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xccd6d3d1 dev_alloc_name +EXPORT_SYMBOL vmlinux 0xccdd2538 blk_complete_request +EXPORT_SYMBOL vmlinux 0xcd0529c7 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xcd16c9df input_register_device +EXPORT_SYMBOL vmlinux 0xcd20667a kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd414d16 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xcd57f7b0 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xcd5fa385 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0xcd662334 vfs_rename +EXPORT_SYMBOL vmlinux 0xcd6fa1a6 seq_open +EXPORT_SYMBOL vmlinux 0xcd74f872 ___pskb_trim +EXPORT_SYMBOL vmlinux 0xcd86c87f __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xcd9078e9 tcp_close +EXPORT_SYMBOL vmlinux 0xcd997f17 inetdev_by_index +EXPORT_SYMBOL vmlinux 0xcd9fc96c abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcb320c napi_gro_frags +EXPORT_SYMBOL vmlinux 0xcdf5b3b4 phy_stop +EXPORT_SYMBOL vmlinux 0xce0c96c7 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xce1b2d4b abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0xce1c732c blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0xce1d9d4a tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xce21c4ae fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce3b3f09 profile_pc +EXPORT_SYMBOL vmlinux 0xce41dd7d pci_domain_nr +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce514633 block_read_full_page +EXPORT_SYMBOL vmlinux 0xce54945e sk_dst_check +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce82414d mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0xce91de59 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0xce962072 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceae504f cmdline_parts_free +EXPORT_SYMBOL vmlinux 0xceb04f20 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xcebd1eec __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xced1f698 md_register_thread +EXPORT_SYMBOL vmlinux 0xced777cb proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf01be89 dma_async_device_register +EXPORT_SYMBOL vmlinux 0xcf060704 seq_escape +EXPORT_SYMBOL vmlinux 0xcf1252d8 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xcf3025cb inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xcf3a826a mnt_unpin +EXPORT_SYMBOL vmlinux 0xcf5e2d9d iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xcf60c98d of_match_node +EXPORT_SYMBOL vmlinux 0xcf723048 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xcf797336 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xcf9f646c scsi_host_get +EXPORT_SYMBOL vmlinux 0xcfcb4a98 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xcff90a88 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xd009df34 __destroy_inode +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd046ee36 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xd066cecd lock_sock_fast +EXPORT_SYMBOL vmlinux 0xd06a929b mac_find_mode +EXPORT_SYMBOL vmlinux 0xd06c281c ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd073fe32 of_node_put +EXPORT_SYMBOL vmlinux 0xd07ae65e __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xd088b064 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xd09015c0 tty_name +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0ac6d3c sock_wmalloc +EXPORT_SYMBOL vmlinux 0xd0b004d8 cfb_fillrect +EXPORT_SYMBOL vmlinux 0xd0c06d58 of_scan_pci_bridge +EXPORT_SYMBOL vmlinux 0xd0cd57de security_path_truncate +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0d5243d i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0f4ade9 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0xd0f8b1c4 down_read +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd114846b set_blocksize +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd1262886 rtas_data_buf +EXPORT_SYMBOL vmlinux 0xd13eeb89 scsi_print_sense +EXPORT_SYMBOL vmlinux 0xd15b79d7 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xd16430d6 account_page_redirty +EXPORT_SYMBOL vmlinux 0xd1773a4c pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd194365a kernel_bind +EXPORT_SYMBOL vmlinux 0xd1ce25e7 vio_unregister_driver +EXPORT_SYMBOL vmlinux 0xd1d375b1 file_open_root +EXPORT_SYMBOL vmlinux 0xd1db8912 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0xd1deb06c arch_free_page +EXPORT_SYMBOL vmlinux 0xd1ea17f1 inet_bind +EXPORT_SYMBOL vmlinux 0xd2052077 fasync_helper +EXPORT_SYMBOL vmlinux 0xd20583b6 __cleancache_put_page +EXPORT_SYMBOL vmlinux 0xd20c3937 flex_array_get +EXPORT_SYMBOL vmlinux 0xd21eac8a writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd239f874 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555ea2 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd261f81f pnv_pci_to_phb_node +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd27b99dd generic_file_fsync +EXPORT_SYMBOL vmlinux 0xd2a23dfe sock_release +EXPORT_SYMBOL vmlinux 0xd2b09ce5 __kmalloc +EXPORT_SYMBOL vmlinux 0xd2bf2fe7 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xd2c66e51 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2dbafb1 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xd2e7cad6 ip_options_compile +EXPORT_SYMBOL vmlinux 0xd306634b dquot_release +EXPORT_SYMBOL vmlinux 0xd3089e51 vfs_create +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd334dc0f of_get_mac_address +EXPORT_SYMBOL vmlinux 0xd3405975 key_task_permission +EXPORT_SYMBOL vmlinux 0xd345a139 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xd359e7af of_n_size_cells +EXPORT_SYMBOL vmlinux 0xd36257ba memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0xd36cde56 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0xd3ad4bde register_quota_format +EXPORT_SYMBOL vmlinux 0xd3e39113 iterate_supers_type +EXPORT_SYMBOL vmlinux 0xd3eb17f6 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xd4171237 of_device_alloc +EXPORT_SYMBOL vmlinux 0xd4304993 release_sock +EXPORT_SYMBOL vmlinux 0xd447a133 d_add_ci +EXPORT_SYMBOL vmlinux 0xd449336c pci_request_regions +EXPORT_SYMBOL vmlinux 0xd467e26c __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xd469a049 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xd47d8564 uart_resume_port +EXPORT_SYMBOL vmlinux 0xd481eba4 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xd48fdeef dql_completed +EXPORT_SYMBOL vmlinux 0xd493e3a8 i2c_use_client +EXPORT_SYMBOL vmlinux 0xd4a13080 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xd4a7b8e2 set_cached_acl +EXPORT_SYMBOL vmlinux 0xd4b9a477 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xd4cc1153 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xd4d49946 blk_put_queue +EXPORT_SYMBOL vmlinux 0xd4e148c5 inet_getname +EXPORT_SYMBOL vmlinux 0xd4e6e877 blk_execute_rq +EXPORT_SYMBOL vmlinux 0xd4ea42d8 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xd50d0963 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xd52e7865 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xd53d0021 scsi_finish_command +EXPORT_SYMBOL vmlinux 0xd53da2d7 netdev_notice +EXPORT_SYMBOL vmlinux 0xd53f6d92 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xd54295a5 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xd5441fe9 of_get_min_tck +EXPORT_SYMBOL vmlinux 0xd5547bd5 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xd55bb61c scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xd55e7916 skb_queue_purge +EXPORT_SYMBOL vmlinux 0xd5603e9e remap_pfn_range +EXPORT_SYMBOL vmlinux 0xd57589a8 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0xd5a18ca7 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xd5acefa4 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xd5b3ebe2 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xd5bb2a22 tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0xd5c5c94b jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xd5c9dc32 d_rehash +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd5ff73ae mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd61a7ac3 sget +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd63f358d ab3100_event_register +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd65e6444 simple_statfs +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd6d63e9d lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fd4053 __arch_hweight32 +EXPORT_SYMBOL vmlinux 0xd714e36b netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xd72f7775 devm_ioremap +EXPORT_SYMBOL vmlinux 0xd738c3a7 simple_write_end +EXPORT_SYMBOL vmlinux 0xd73e84ea filemap_fault +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd761a383 ioremap_prot +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd77fac02 dump_skip +EXPORT_SYMBOL vmlinux 0xd7843a54 inode_needs_sync +EXPORT_SYMBOL vmlinux 0xd786c0ea plpar_hcall9 +EXPORT_SYMBOL vmlinux 0xd78ce9fd blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd79349dc posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xd7a4fa76 bio_copy_data +EXPORT_SYMBOL vmlinux 0xd7aeaf8d empty_aops +EXPORT_SYMBOL vmlinux 0xd7cbddda memcpy_toiovec +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e8c358 pipe_unlock +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd80c17df bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xd82c053f cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xd8710b90 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xd8779471 nla_reserve +EXPORT_SYMBOL vmlinux 0xd87a45ff of_phy_connect +EXPORT_SYMBOL vmlinux 0xd87c4f8f devfreq_add_device +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd89ef98e d_lookup +EXPORT_SYMBOL vmlinux 0xd8acbb6f sockfd_lookup +EXPORT_SYMBOL vmlinux 0xd8afe1ea scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0xd8bf2ac2 qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e2a566 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8e9746d __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xd8ebd723 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xd8f5ac54 sk_capable +EXPORT_SYMBOL vmlinux 0xd8f8e78b bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xd8fa2d48 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0xd9092398 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xd90cf48a fb_validate_mode +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92e16ba csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0xd9338cd9 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xd93d61b3 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0xd94a52d3 kernel_write +EXPORT_SYMBOL vmlinux 0xd94b1c46 override_creds +EXPORT_SYMBOL vmlinux 0xd9557523 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xd96603b3 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0xd970aa11 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xd97a302d mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9bac924 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xd9caa853 block_invalidatepage +EXPORT_SYMBOL vmlinux 0xda0b6f12 mapping_tagged +EXPORT_SYMBOL vmlinux 0xda11fc13 pnv_phb_to_cxl +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda2aeedf posix_unblock_lock +EXPORT_SYMBOL vmlinux 0xda38dd74 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda724c53 kill_litter_super +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda82e98d compat_sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xdaa335f2 register_filesystem +EXPORT_SYMBOL vmlinux 0xdaa42728 generic_write_checks +EXPORT_SYMBOL vmlinux 0xdab4ba97 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xdab79137 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xdabc1ea8 fsl_lbc_find +EXPORT_SYMBOL vmlinux 0xdac3c4b2 inet_csk_accept +EXPORT_SYMBOL vmlinux 0xdad33d8f __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xdad3ee3b kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0xdad8c716 bio_map_kern +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdaeaa635 down_write_trylock +EXPORT_SYMBOL vmlinux 0xdb01198e fsl_upm_find +EXPORT_SYMBOL vmlinux 0xdb0b5598 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xdb1a0ae7 sock_i_uid +EXPORT_SYMBOL vmlinux 0xdb20963c simple_transaction_set +EXPORT_SYMBOL vmlinux 0xdb2e3bec devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xdb376ff6 path_is_under +EXPORT_SYMBOL vmlinux 0xdb3c0811 pcibus_to_node +EXPORT_SYMBOL vmlinux 0xdb4b3a4f __seq_open_private +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb6dd2e5 security_mmap_file +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb8394f6 acl_by_type +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbd9273a sock_wake_async +EXPORT_SYMBOL vmlinux 0xdbe1431d node_data +EXPORT_SYMBOL vmlinux 0xdbee04eb vio_find_node +EXPORT_SYMBOL vmlinux 0xdbfaa329 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc2aea57 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xdc2b787b dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xdc3c41a8 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5adcfa ibmebus_unregister_driver +EXPORT_SYMBOL vmlinux 0xdc6ff277 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xdc79d73e security_path_chmod +EXPORT_SYMBOL vmlinux 0xdc9498dd down +EXPORT_SYMBOL vmlinux 0xdc95edc7 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xdca32a49 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdccd5834 key_put +EXPORT_SYMBOL vmlinux 0xdcd145ca serio_close +EXPORT_SYMBOL vmlinux 0xdcf5b2dc kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0xdd04e7b1 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xdd070cd8 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xdd4a7b9d agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xdd4d5d25 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0xdd955144 __debugger +EXPORT_SYMBOL vmlinux 0xddbe5c76 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xddc553b8 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xde065714 pci_release_regions +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde24c4ed ppp_input +EXPORT_SYMBOL vmlinux 0xde3e7b7a pipe_lock +EXPORT_SYMBOL vmlinux 0xde44c8c2 mach_pseries +EXPORT_SYMBOL vmlinux 0xde48e9ca _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xde50d4b4 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xde51c972 vfs_unlink +EXPORT_SYMBOL vmlinux 0xde6151db tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0xde67cb8a scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xde6a2da7 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xde783883 pSeries_disable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0xde861c2a set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xde91448c load_vr_state +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde94852c of_find_property +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdead576b register_cdrom +EXPORT_SYMBOL vmlinux 0xdec4c8eb tcf_em_register +EXPORT_SYMBOL vmlinux 0xdec6ede7 phy_detach +EXPORT_SYMBOL vmlinux 0xdeca6665 security_path_unlink +EXPORT_SYMBOL vmlinux 0xdecfb57a agp_backend_release +EXPORT_SYMBOL vmlinux 0xdee57196 ptp_clock_event +EXPORT_SYMBOL vmlinux 0xdf11b805 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xdf149d05 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf471b48 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xdf47c04a uart_get_divisor +EXPORT_SYMBOL vmlinux 0xdf5436d7 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf6fb235 twl6040_power +EXPORT_SYMBOL vmlinux 0xdf781fa6 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfad8d66 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfdca820 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xdff3ae68 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xdff411cc vm_mmap +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe018b4cc twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xe02d5324 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0xe042482d tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xe04f366f of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe0794afb textsearch_register +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0cfeda2 __neigh_create +EXPORT_SYMBOL vmlinux 0xe0d2da0f kill_pid +EXPORT_SYMBOL vmlinux 0xe0d4ca13 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xe0e02dcd xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xe1011074 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xe10f0f04 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xe1109e44 register_exec_domain +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11c528d d_drop +EXPORT_SYMBOL vmlinux 0xe12a205b agp_find_bridge +EXPORT_SYMBOL vmlinux 0xe14d9afb datagram_poll +EXPORT_SYMBOL vmlinux 0xe15137ce read_cache_page +EXPORT_SYMBOL vmlinux 0xe171acf8 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe17e9945 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0xe199fcc3 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xe1a57d5b nobh_write_begin +EXPORT_SYMBOL vmlinux 0xe1b1895f tcp_make_synack +EXPORT_SYMBOL vmlinux 0xe1bdc706 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xe1c36f99 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xe1c93b3e blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xe1d6646b tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xe1dccd1b ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xe1f6f6dc i2c_clients_command +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe20372ae radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe220ceb8 __debugger_sstep +EXPORT_SYMBOL vmlinux 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe25e329b pci_bus_get +EXPORT_SYMBOL vmlinux 0xe2607f9b cdev_alloc +EXPORT_SYMBOL vmlinux 0xe296caec dev_change_flags +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe29f2fc5 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xe2b430a1 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xe2be5498 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2f91965 proc_mkdir +EXPORT_SYMBOL vmlinux 0xe314e8fb cpu_core_map +EXPORT_SYMBOL vmlinux 0xe32dd69f blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xe37319fb inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xe37beb34 bdi_init +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3d2d51e tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3ddcfeb netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xe4116db7 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xe4456416 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xe45ab762 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xe460745f neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xe469cb7e max8998_update_reg +EXPORT_SYMBOL vmlinux 0xe46c52a5 dev_uc_flush +EXPORT_SYMBOL vmlinux 0xe4777360 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0xe481f44d security_inode_init_security +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe49a8511 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0xe4b2c800 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0xe4c42bcd skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xe4dd0454 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xe4fe8ca1 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe514d6d1 bio_put +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe54078aa __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xe54915a4 init_task +EXPORT_SYMBOL vmlinux 0xe5591b00 led_set_brightness +EXPORT_SYMBOL vmlinux 0xe576bcb4 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe58ce54f tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xe58f9afa phy_driver_register +EXPORT_SYMBOL vmlinux 0xe59b40f5 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d296c0 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe602dfee iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xe6220590 d_path +EXPORT_SYMBOL vmlinux 0xe64f8bd3 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xe659d29c agp_copy_info +EXPORT_SYMBOL vmlinux 0xe65d22c5 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xe678f8e0 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xe692b516 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69a9df4 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe69cd407 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0xe69dcfe3 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0xe6b06887 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0xe6b36fc5 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xe6b49b0d __quota_error +EXPORT_SYMBOL vmlinux 0xe6c039a0 genl_notify +EXPORT_SYMBOL vmlinux 0xe6c4c417 check_disk_size_change +EXPORT_SYMBOL vmlinux 0xe6ed0a9b vme_register_bridge +EXPORT_SYMBOL vmlinux 0xe6f5e829 input_flush_device +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe6fbe9d8 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xe7011e3f of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xe706ef22 qdisc_reset +EXPORT_SYMBOL vmlinux 0xe70dd8eb scsi_ioctl +EXPORT_SYMBOL vmlinux 0xe70f9a61 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xe71a2e98 key_revoke +EXPORT_SYMBOL vmlinux 0xe7259462 dev_open +EXPORT_SYMBOL vmlinux 0xe76d3af3 sock_rfree +EXPORT_SYMBOL vmlinux 0xe7843514 pnv_cxl_alloc_hwirq_ranges +EXPORT_SYMBOL vmlinux 0xe791d6b1 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7ae76a9 __sock_create +EXPORT_SYMBOL vmlinux 0xe7ce7439 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe801b210 led_blink_set +EXPORT_SYMBOL vmlinux 0xe80872e5 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe826c31e ppp_register_channel +EXPORT_SYMBOL vmlinux 0xe82cc752 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xe833fa77 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xe835cb22 keyring_clear +EXPORT_SYMBOL vmlinux 0xe85bc5df __dquot_free_space +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe8853b00 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xe88ac837 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xe88ecaba __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xe8b2dd56 uart_register_driver +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c438f3 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0xe8c73381 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xe8df9417 simple_fill_super +EXPORT_SYMBOL vmlinux 0xe8ea6529 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xe8f49cc0 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xe8f6bca7 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xe8fcbf79 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe9160485 pci_get_device +EXPORT_SYMBOL vmlinux 0xe9378d58 idr_get_next +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe958bd71 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xe96ae1dc mount_bdev +EXPORT_SYMBOL vmlinux 0xe971876a on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0xe990dc72 cap_mmap_file +EXPORT_SYMBOL vmlinux 0xe9ba4b5a locks_init_lock +EXPORT_SYMBOL vmlinux 0xe9cb317f genphy_config_init +EXPORT_SYMBOL vmlinux 0xe9f7111e make_kuid +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea34b90d xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xea6010fd serio_open +EXPORT_SYMBOL vmlinux 0xea83d385 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xea968c96 ___ratelimit +EXPORT_SYMBOL vmlinux 0xeac8c3b3 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xeadec517 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xeae50ae9 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xeb11fdca load_nls_default +EXPORT_SYMBOL vmlinux 0xeb1698cb skb_queue_head +EXPORT_SYMBOL vmlinux 0xeb1e1c84 __get_page_tail +EXPORT_SYMBOL vmlinux 0xeb20f968 pcim_pin_device +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb423f24 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xeb425ca4 get_acl +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb6da926 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xeb7777d9 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xeb8c7b7b cxl_use_count +EXPORT_SYMBOL vmlinux 0xeb91d48e skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0xeb92e24f fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0xeb94d07e kernel_sendpage +EXPORT_SYMBOL vmlinux 0xeba2a1f7 rtas_indicator_present +EXPORT_SYMBOL vmlinux 0xebae532f udp6_csum_init +EXPORT_SYMBOL vmlinux 0xebc0ddbc inet_del_offload +EXPORT_SYMBOL vmlinux 0xebcab3a6 ppc_pci_io +EXPORT_SYMBOL vmlinux 0xebcdf20e fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0xebfb0439 __free_pages +EXPORT_SYMBOL vmlinux 0xec061917 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xec154cff dm_kobject_release +EXPORT_SYMBOL vmlinux 0xec376dfd pps_register_source +EXPORT_SYMBOL vmlinux 0xec5849de dput +EXPORT_SYMBOL vmlinux 0xec5ee72a prepare_creds +EXPORT_SYMBOL vmlinux 0xec6a6d7d xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0xec6c8972 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xecb245ea sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xecbb926f xor_altivec_3 +EXPORT_SYMBOL vmlinux 0xecbfbc33 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0xecd62ff3 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xecd7d1f2 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xece0dd70 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xece548e4 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xed11084e dev_close +EXPORT_SYMBOL vmlinux 0xed20649d of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0xed2458d6 dma_pool_create +EXPORT_SYMBOL vmlinux 0xed25b2a7 vme_bus_num +EXPORT_SYMBOL vmlinux 0xed33112f arp_create +EXPORT_SYMBOL vmlinux 0xed34c005 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xed3d268e register_shrinker +EXPORT_SYMBOL vmlinux 0xed4051ee dev_change_carrier +EXPORT_SYMBOL vmlinux 0xed551a0f pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed6a33d1 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xeda15f5e pci_read_vpd +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc3dcb5 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xedc410d0 udplite_table +EXPORT_SYMBOL vmlinux 0xede3314e get_cached_acl +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3a9627 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0xee417c7c unregister_console +EXPORT_SYMBOL vmlinux 0xee54ddda sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xee6732de tty_do_resize +EXPORT_SYMBOL vmlinux 0xee7776f1 dev_get_stats +EXPORT_SYMBOL vmlinux 0xee89e325 __sb_end_write +EXPORT_SYMBOL vmlinux 0xee8c2401 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee981d5c pps_unregister_source +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb5bd3b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xeeec26a7 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xef15216f rt6_lookup +EXPORT_SYMBOL vmlinux 0xef159d7b netif_receive_skb +EXPORT_SYMBOL vmlinux 0xef2249ec netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xef34ee17 dquot_operations +EXPORT_SYMBOL vmlinux 0xef36c52e netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xef482cf3 alloc_file +EXPORT_SYMBOL vmlinux 0xef49a2c9 netlink_ack +EXPORT_SYMBOL vmlinux 0xef57ce58 i2c_master_recv +EXPORT_SYMBOL vmlinux 0xef7603f9 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0xefaa124b of_get_next_child +EXPORT_SYMBOL vmlinux 0xefb09308 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xefb38e98 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0xefb88213 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xefc90cf9 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xefcdf1f6 key_validate +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefde1bbe flush_dcache_range +EXPORT_SYMBOL vmlinux 0xf0005bbe __breadahead +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf0408ac9 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xf05825c8 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf083c037 __lock_buffer +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf0946035 simple_readpage +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0a8237a radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xf0df1f29 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11cd6ce down_interruptible +EXPORT_SYMBOL vmlinux 0xf13cbc63 vfs_read +EXPORT_SYMBOL vmlinux 0xf14195f1 block_write_full_page +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf151dff5 tty_unlock +EXPORT_SYMBOL vmlinux 0xf183189b __ioremap_at +EXPORT_SYMBOL vmlinux 0xf18c30e5 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0xf1901cd8 get_super +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1af1c52 dev_set_mtu +EXPORT_SYMBOL vmlinux 0xf1b812b0 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0xf1ccc268 filp_close +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e06df1 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf22881e8 lg_local_lock +EXPORT_SYMBOL vmlinux 0xf22a30a9 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf26d569a eth_header +EXPORT_SYMBOL vmlinux 0xf287b70e pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2a99fcc is_bad_inode +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2bc30a2 of_translate_address +EXPORT_SYMBOL vmlinux 0xf31028d3 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xf311b4f5 wait_iff_congested +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf3216c36 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xf322a206 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35432f6 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xf380ed34 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3b15790 __break_lease +EXPORT_SYMBOL vmlinux 0xf3b34556 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xf3bb2bef jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3e9acba submit_bh +EXPORT_SYMBOL vmlinux 0xf3f7cd01 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xf3fd52ec inet6_bind +EXPORT_SYMBOL vmlinux 0xf40a7641 __block_write_begin +EXPORT_SYMBOL vmlinux 0xf40eedc6 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xf41510f1 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xf422c336 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xf432676d pcie_set_mps +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf44673ae scsi_device_get +EXPORT_SYMBOL vmlinux 0xf46c860f netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xf47f1535 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0xf48a4c64 vme_slave_request +EXPORT_SYMBOL vmlinux 0xf494f3ab pagevec_lookup +EXPORT_SYMBOL vmlinux 0xf4b08d4c dcache_dir_close +EXPORT_SYMBOL vmlinux 0xf4b49efe __frontswap_load +EXPORT_SYMBOL vmlinux 0xf4b79acf dcache_readdir +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4c348e4 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0xf4c7b540 wireless_send_event +EXPORT_SYMBOL vmlinux 0xf4db3171 stop_tty +EXPORT_SYMBOL vmlinux 0xf4dea22f from_kgid +EXPORT_SYMBOL vmlinux 0xf4ebe69b blk_get_request +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf5041c72 pci_find_capability +EXPORT_SYMBOL vmlinux 0xf51bf88b nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf5222143 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0xf524df7f inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf53df0a5 gen_pool_free +EXPORT_SYMBOL vmlinux 0xf55b3b3d __arch_hweight16 +EXPORT_SYMBOL vmlinux 0xf55e3fff netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xf5649ebe inet6_add_offload +EXPORT_SYMBOL vmlinux 0xf56c1023 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0xf58f5b44 inet6_release +EXPORT_SYMBOL vmlinux 0xf597d117 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xf59c21f6 generic_listxattr +EXPORT_SYMBOL vmlinux 0xf5a085c4 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5a62ecc _memset_io +EXPORT_SYMBOL vmlinux 0xf5b6bdfc fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xf5b744c0 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0xf5d1f671 neigh_connected_output +EXPORT_SYMBOL vmlinux 0xf5d3c843 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xf5d43c04 dm_get_device +EXPORT_SYMBOL vmlinux 0xf5e1558d crash_shutdown_unregister +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf61d96bf sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf67a4c56 PDE_DATA +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf6a1c162 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xf6aea455 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6d24c1c input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xf6e6662d blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ecd618 tty_set_operations +EXPORT_SYMBOL vmlinux 0xf70204b8 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0xf71b03b7 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xf71dd260 cdev_del +EXPORT_SYMBOL vmlinux 0xf7289d14 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf72a64e1 generic_write_end +EXPORT_SYMBOL vmlinux 0xf73d3d2e sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xf740a976 tcf_register_action +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf74fa77e skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xf751548d of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf7933a6f compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xf795e211 dquot_transfer +EXPORT_SYMBOL vmlinux 0xf7a03f57 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0xf7adcaf3 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0xf7bf7940 devm_gpio_request +EXPORT_SYMBOL vmlinux 0xf7df2d6c __brelse +EXPORT_SYMBOL vmlinux 0xf7fad8c2 of_iomap +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf80de9ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf8166cbc pci_save_state +EXPORT_SYMBOL vmlinux 0xf81c6c75 posix_test_lock +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8923ab8 skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xf8ae32b3 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xf8e21149 dev_notice +EXPORT_SYMBOL vmlinux 0xf8f9de1f md_error +EXPORT_SYMBOL vmlinux 0xf9038bcf smp_call_function_many +EXPORT_SYMBOL vmlinux 0xf90be3a1 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9ae1dfc machine_id +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9cbb0df tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xf9e15971 generic_permission +EXPORT_SYMBOL vmlinux 0xf9eae914 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xfa0c8dac mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xfa540fcc freeze_bdev +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa71fb14 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0xfa9265af skb_tx_error +EXPORT_SYMBOL vmlinux 0xfaaa8e82 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfae0be50 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xfae35e51 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0xfae37986 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaeb5935 __page_symlink +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb0f0abc swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xfb1eca35 of_dev_put +EXPORT_SYMBOL vmlinux 0xfb26b2b2 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xfb5cdbba __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb7f3319 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xfb922b73 sock_init_data +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfba16867 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbaf85b4 rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0xfbb1a89d jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xfbbe96dd sync_blockdev +EXPORT_SYMBOL vmlinux 0xfbdd4c01 cpu_present_mask +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc3594e6 new_inode +EXPORT_SYMBOL vmlinux 0xfc394fda scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3b160f mempool_create_node +EXPORT_SYMBOL vmlinux 0xfc404b9f memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xfc50a9eb console_stop +EXPORT_SYMBOL vmlinux 0xfc5da224 wireless_spy_update +EXPORT_SYMBOL vmlinux 0xfc648c9a mb_cache_create +EXPORT_SYMBOL vmlinux 0xfc71e942 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xfc86817b pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xfc976cf4 aio_complete +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcdcc0d7 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd245b30 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xfd3ffe86 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xfd426670 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xfd5d551b add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd7d0553 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xfd82eb7c pagecache_get_page +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfd9fa1fd agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0xfdb6cedc _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdd60534 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xfded48ed enable_kernel_fp +EXPORT_SYMBOL vmlinux 0xfdf67125 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfdfc25dc pci_enable_msix +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe26fc7c nr_node_ids +EXPORT_SYMBOL vmlinux 0xfe442e5b d_instantiate_unique +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe6a2e36 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe7cab59 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0xfe81c69f of_get_next_parent +EXPORT_SYMBOL vmlinux 0xfe87231e rfkill_alloc +EXPORT_SYMBOL vmlinux 0xfe8b6371 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xfe99fb22 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xfec502dd bdi_unregister +EXPORT_SYMBOL vmlinux 0xfec6b67f tso_count_descs +EXPORT_SYMBOL vmlinux 0xfecbc77d blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfedec7a0 xfrm_input +EXPORT_SYMBOL vmlinux 0xfee0c94a udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff1765c7 rtas_call +EXPORT_SYMBOL vmlinux 0xff180eb7 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff3842b7 devm_gpio_free +EXPORT_SYMBOL vmlinux 0xff3ff953 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xff51b767 d_set_d_op +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6f5abf unlock_page +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff84fd70 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xff8f5b68 padata_add_cpu +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffa64fcc xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xffb9a43a mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0xffd55cab mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffe053fc generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0xfff0ccf1 giveup_fpu +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x027be1a5 kvm_unmap_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x063dabde kvmppc_core_queue_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0aa58383 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0f3e72bb kvmppc_sanity_check +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x18c534b1 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1904e8c9 kvmppc_kvm_pv +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1debad5c kvmppc_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x20fa0e13 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x234b7994 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x23be5758 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x2ac62242 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x30dccf3f kvmppc_hv_ops +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x31eab8d3 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x32718a2d kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3744c954 kvm_read_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x43b3c7f1 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4d9a85c1 kvmppc_xics_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5a78755d kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x60dde6b5 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6816f87a kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6d288b3b kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6d5d198c kvmppc_st +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6d65d959 kvmppc_core_pending_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6f852285 kvmppc_emulate_mmio +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6fe91b97 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x708e67dd kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7100b249 gfn_to_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x72657d4c gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7d3154f2 kvm_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8166cc03 kvmppc_core_queue_program +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8d4510a1 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x91e8d8bf gfn_to_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa01fe462 kvmppc_core_dequeue_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa0629cf0 kvmppc_core_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa514aa17 gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa870fd83 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xaa7aa979 kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xab59d373 kvmppc_free_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xab94ed14 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xadd26cf4 kvmppc_rtas_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xaed5ca1e kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb52e9a0a gfn_to_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbab3da47 kvmppc_book3s_queue_irqprio +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbd597c58 kvmppc_ld +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc70e4b59 kvmppc_claim_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcc44961f kvmppc_alloc_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcebbecc9 kvmppc_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd0687e14 __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd1fdc82d kvm_vcpu_block +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd2caf364 kvmppc_handle_store +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd2df4486 kvmppc_set_msr +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd37aa50e kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd53cf2f8 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd64d196b kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd6a7742e kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd8acc07d kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xdb9d6481 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xde1def42 kvmppc_emulate_instruction +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe659ffc2 kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xeeb16942 mark_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf4da3546 kvmppc_init_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf5259429 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xface57a0 kvmppc_handle_load +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xff7c5f80 kvmppc_pr_ops +EXPORT_SYMBOL_GPL crypto/af_alg 0x1338bbac af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x288e8c23 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x289197b2 af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x2d8d6129 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x3977c5e8 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x58716898 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x7840a8c9 af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x923c0e4f af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xeae4162a af_alg_accept +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x54cd6488 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xa3d542c1 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xb1b70225 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x0cee2540 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x10fd2fbf async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x65f859e8 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x71414b60 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x92f79f49 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x9aa6fa9b async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x002e1a34 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xf034093b async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x68d34a12 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x90115dc3 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xffae1ce1 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x0e3f03a3 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x10cf6179 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x7d3e39ad cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xb5525f13 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xcd678e57 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xd6b4c376 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xe4ea203e cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xf24c8d71 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xf87143e4 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xfe02cb15 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0x51a21aec lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x95964541 serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xf168afe7 twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x0a841a8c xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x07f87308 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0ce39ba3 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1296ab8b ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x21cc94b1 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x228e24a0 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x267cdcbf ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2a11793e ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2c6407f5 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x39ee42e8 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x57e5a0b7 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x861eefc8 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8e545798 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9307d3b1 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa3dfa8d0 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb27a0143 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb2c2938d ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb773468b ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd67c2d78 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe24d4c44 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xef79c374 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf239df10 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x46eef46c ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x5442fd38 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x62026da0 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7584bb34 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa277d567 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xbb785b69 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xbdc32811 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd7e70f93 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf00355df ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf426e2e3 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xfd90d698 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xd73f8a01 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xd8c44bf0 sis_info133_for_sata +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/bcma/bcma 0x05d67113 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x06ca1de1 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0786b40c bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0d6620ae bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x18a8c9dd bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x20afb3ea bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x217afba0 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2897dcdc bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x49cf8332 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x53d0ce1c bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x663ce568 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x68291a20 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6bbc6c5c bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x734e9d9f bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x873d8c66 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8d07dbfa bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x908fd579 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x99a84f77 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9a878265 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb550af61 bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdb1e9c67 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe50f22c1 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe634a4ac bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1edfbbc5 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x25e3e35d btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x469e7fee btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4b8c9f21 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x60e582e7 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x676ac03a btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xcb171c22 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd7f35e46 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe38b1c86 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf3c1108b btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x543d9a78 dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x75a8060e dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x8b78bc39 dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x90ccb599 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xa0067f28 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x22b7a3d4 vchan_tx_submit +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x30b5275e vchan_init +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x77f564cc vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x9293612f vchan_find_desc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0dfee1bb edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1166cfe9 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x18f565b1 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1d569a77 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x379fd836 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x406663d0 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x49d0e9e7 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4b594a92 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x60509a96 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x9a21a1ff edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xafc8cee9 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb4410e13 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb953556a edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xcb48c4c7 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd5528d35 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd8e8702b edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe07d2c1a edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe2b29868 edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe963dc45 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe9d52bdd find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xea323d68 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf2321ba5 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf30d0a94 edac_device_add_device +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x1ea0fa2c bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x64587af8 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xb353aada __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xe4c0a8d2 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1812854f drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8b3b1e17 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xba1cba9e drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x0ba02251 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x4d5364b4 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x5e9f56c8 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/hid/hid 0x03b9f760 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x03d9e20c hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0b4a0722 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1aaa6f6b hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1f957ff6 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1fbb9d1c hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2162a3df hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3aeee510 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3f0ed070 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x406d0dc6 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x47026667 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x52d6daa9 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x530437e1 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6734313f hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x703ddc24 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7deb722a hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7f7a7d66 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8260dd99 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ee5eb53 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8f34c280 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x939fcf9b hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x99de852b hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa0ac5957 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa8243e97 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa83cdd77 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaad30b46 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb9a771fa hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc3276095 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc54a0642 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc6e6c791 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdaa5659b hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdc8bc998 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf079d4d6 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf4f202ab hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfecd4a95 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x51b5dc49 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x08661763 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x127ac93e roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x3a98624a roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x500f6125 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xe7a84808 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf87d6ef1 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x23d5fd25 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x33a0439f sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x45c74e3c sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5899a180 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc567735b sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xcf6e234e sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xcf796d87 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xeaf75752 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf8124a1b sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xc9d78678 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0b30bf97 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1d61ec4a hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1e865fa9 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2891b926 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3160c21e hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x424a3c64 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x445b3fdc hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x45d1a0db hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4745f0dd hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5522f433 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x58b54d6e hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6670d0bf hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8654d435 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa20dff0d hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc81268a2 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xdf5fa543 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe6a4daff hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf079cb4d hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x317c84e2 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x64c168ed adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x80539470 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x099df348 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x222559d4 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2c27994a pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x3faac779 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x41e691d5 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x50476937 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x93ea47ac pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x96f2f7c9 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x9bca42b5 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe9d92b13 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xf19aa019 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xfa326c63 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x1ec978be i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x533fbdc1 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5e94fe99 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x7df3f30c i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xa56a96fb i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xa5cbfedb i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xb3d57719 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xd09f1e7e i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xfecab594 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x263292b5 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x63c6758a i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x1a934e0e i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xf1d8e7c5 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x70edd5d9 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x9acb6b42 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xae703af1 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xb326311f ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xb9161fa5 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xbf98d4e5 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xc4bbe62a ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xe715b511 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xe9647535 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x1cb62a11 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2569e2c9 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x287a2a81 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x316c2dd2 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x44dd7569 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x4c3e0b99 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x65a97075 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x65c7c971 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x82850da7 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9ebeeef2 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xab88a897 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xca792cb9 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x12d6f65d devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x13830a54 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x17f1886e devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x18b1990e iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1ca3c103 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1d86c3ca iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1ff820ed iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2128a1c4 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2e7e5f1a iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2e81aab6 devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x383665c7 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x46b60a48 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x47622a79 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4e0d4589 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x50fabfa3 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x760d60f2 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x76f11d91 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x82afd228 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x845374b2 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x880af5df iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8f812a75 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x966d949a iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xae19bc38 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb2fe175f iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb30f9963 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc0823a15 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc1b0a06e iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc3eaec8f iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc61b8f66 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc67e67e5 iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc7052e37 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdf4551b3 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe6573232 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xc1a8c4ad input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x856b47d6 matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x21720802 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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/touchscreen/cyttsp4_core 0x7e619ad2 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xac4c4465 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xe2c4484d cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x15d68a84 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x314f5f51 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x87b585bd cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x6029c9f5 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xd0baf2b4 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0afc0e6a wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2140a3ab wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x235b5a99 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3e49c64f wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4088e63a wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x481792bc wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x8c22e6a4 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x919cfbfe wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa95c4ad0 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd33f63b4 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd4b4d64f wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf589fbbe wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x298d8038 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x3db8e1d8 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x61ebf7cd ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x743d01ac ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x94ffb428 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9eded9c9 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xab541f0a ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc2503aab ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xcecb8538 ipack_get_device +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x023f7f55 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x28a647a0 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4042e5c6 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x45d17c98 gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x52e8364f gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x69105451 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6ca638c1 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x72992409 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x80bb1060 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x92021c26 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9d9a014d gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa115793c gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xaaa66e60 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xccd4cab0 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd2865b88 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xdd6e51f5 gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf834bf70 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x04207b66 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x22a0f014 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2cb822ac lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3373b342 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x556f0237 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x58754890 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7726c7b6 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8983ae56 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd2b9f6ea lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xdb1a9c18 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe397e151 lp55xx_of_populate_pdata +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 0x0b7b0119 wf_unregister_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x1a12a361 wf_find_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x1ac0c48d wf_register_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x2e3217fe wf_put_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x41eba73a wf_get_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x47bee454 wf_get_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x5dad95bc wf_unregister_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x75147afa wf_set_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x8a0d3507 wf_put_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x94765fac wf_critical_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x9e479058 wf_find_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xa2f19a49 wf_is_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xbcace2a5 wf_unregister_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed82a14f wf_clear_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xf9085ac7 wf_register_sensor +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x047cd42c __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x107641d0 mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x3b911bb7 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x3bc8b20f mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x41f4d8d3 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x4cf377fd chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9ea616cb mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xb7c85017 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xbe1185c7 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xc517f0a0 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd981681d mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xf8d847af mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xfa48810f mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0ec17d44 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26062738 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fc380ce __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x40c27b88 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c49fc16 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51a15737 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x616b6217 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6907ac0d __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7be42a1c __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e532a71 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x914361f4 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9272fb0f __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x938cc2b2 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa649dd21 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb157059f __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb317649e __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb493772a __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb834c124 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbb1fc0a4 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc4fcb1e __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1474d91 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc379085a __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5aed8ad __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7eda602 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce055cbe __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe20fe821 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe24daf87 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe2ed0930 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea2303e0 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef1156ee __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc131205 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0278021f dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1394aa86 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x18060874 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 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x7b6da290 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa9970e7b dm_cell_error +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 0xb793c166 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd1ff2191 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aba7f5e dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9310ba06 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9438b3d2 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9c256008 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa1d2413a dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa448e19f dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xafbda3f3 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcbb1bae2 dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +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-cache 0x35d0c679 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5f49f5df dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x692fbb2c dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x80ec3af8 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xc91f431d dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xedcd67b1 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xff8fcd41 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xc29419fc dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xfe37dd9d 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 0x1799cd80 dm_region_hash_create +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 0x3edbfbbd dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4430764e dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x45ab972a dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5fa89f1b dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa66f1f7b dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa68e1f06 dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xad5bdfc8 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd4302fea 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 0xfad9d53a dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc62ef4e dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x17c36f29 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +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 0x305c3ce7 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42dbdfc3 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x49b35849 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x55b4bd4d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x827a42f4 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +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 0x9f624559 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xafeda29f dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd29923fb dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf375d009 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5455120 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x53759456 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x6dc095d2 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x742b9cb8 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3d7c0a3e saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9a38849c saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9a917c60 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc6ac0063 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc7fe1312 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xde7ee90f saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf7172388 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfb40a2bf saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfd3b5337 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfdc66141 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0459927d saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x464e1d94 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x60b872d6 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x7a5cc3e9 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x7da9f675 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xd104cc7e saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xfb919c60 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x04f9bd98 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2619ddf6 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45100d9d sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x47362ff7 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5bace09b sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5c0f82d3 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6ea0e470 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x71cb57c0 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7bd27b5a smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7f7804b2 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x902f664e smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xaa1d046e smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb7fd67fc smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb89cae35 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdbccbe88 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdf323b09 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe2158590 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x4954b25e cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x6eb4d836 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x18d3f01e media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x19ec3cbc media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x1e30e297 media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0x40e60a82 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x4145c4d6 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0x4b3ebbfb media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0x57035c0d media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x6507537d media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x6c8b320d media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x7b99c386 media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0x7c3321f5 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x94fec826 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0xa4291fa8 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0xba014b5d media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0xbdc4da0c media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0xcf2c1c0c media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0xe15df8d1 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0xea44af57 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x095da426 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x18318d6c mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x19640cb5 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1b03c9a9 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2ad9afce mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3090e86b mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x30efeac7 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x516546c4 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5c5959b6 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x78d37e75 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8db20a98 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x984605c8 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x99138411 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb90939e4 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbd28dff8 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc9465c98 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdc2ed112 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe0463f3f mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1f6eac4e saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x20593fca saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x23e70f54 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x397fa92c saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4099796c saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x572dd8c2 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5a3ddd9b saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x67080a1f saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x682d54ad saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6d88086c saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x711d9bb8 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x752be904 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8684cb97 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8ff97f1a saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x969f4915 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xac90b30c saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcf766552 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe9c25675 saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xec57d607 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf1037a51 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x090b28f2 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x31254dea ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x359a7aaa ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7b6bee03 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x81877486 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd791d83b ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xe402037d ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x1209a5f0 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x2ea97f94 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0b94a8dd rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20874127 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20e72280 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x21e11cf8 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x26202d34 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x385c1706 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3895b7b8 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3ef51365 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x60b9fded rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x704c6dac ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xba631ca8 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc4aa6752 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc77a1335 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd2b01530 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd6c39520 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe00fd2ea ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe1aa17ea rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe3660fcf ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xff4f9e7a rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x86f2bde8 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xcc012db6 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x5fec137e mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xc0d83135 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xd994b822 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x47599dc3 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xbe8d5806 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xffc44830 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xca19f9a2 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x1a004859 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x3cff060f tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x5e089e6a tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xf5fedb55 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xe2ecb961 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0e87ddbe cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1172d5e3 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x17087f10 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1e90de37 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2801a4ae cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x28732acb cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x30ede756 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x35bdcac2 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4657bf3b cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x67afa471 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x685cb8ad cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x747703cf cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7ca47da5 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8a9b63d9 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9f666ce0 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc7e21110 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcac5590b cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe0dcf507 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf8e46b49 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xc8b844ed mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xaff3bbdf mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x03aebf05 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x05c84db5 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0702eff5 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0925d845 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x35e9476a em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3a94f2c2 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x51ef8fa1 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6ebb9bb1 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6f662e77 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9a51e4b9 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa804235a em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xaa3921f8 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xaa4aaf97 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xad5df6ae em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbfc4e95c em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd6bbbfcd em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd836b90c em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe0c40607 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x3edf2564 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x5052be04 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x52b9e257 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x8d2d914b tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x19865b94 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x4e8fa90a v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x74c802b5 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7e07c34a v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xa7c56c26 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xee48235f v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x15f2e6c9 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x18ca36b4 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x33d0e71f v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3dca8f06 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x455316c9 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x67fc3d1c v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6f54fa83 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x72030c64 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x72d6f31a v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x79da86aa v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x813d3590 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x834f0c7f v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8a250558 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8ec420b8 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8f4ea607 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9bcffae6 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xab06eccb v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xafd319c8 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb9db8205 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xba872b67 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbf1b7f8e v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcaf62bb8 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcdf55d71 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd72c73d5 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x028dc9c4 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x06774d55 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x185d1d52 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1934ce6e videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x26ff897b videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2a741838 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2c5da970 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x33821bd9 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3579fc3f videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x380420d7 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5aa2a284 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x83ad2589 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9dfd22fe videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb2eed742 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb98dd88b videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xba6f8705 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbaeba43c videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd2908338 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd7a5f98f videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdcf67f9d videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdf80b0a3 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xea09e8b8 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xee6eb7e2 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfd7d0498 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x5f871f2b videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xf4e2cf19 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xf9c7918d videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x094430eb videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1d755c6e videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1eb73b6d videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x2170061c videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x64a567c6 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd9c594b1 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe3cbf517 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe5b4a7d6 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xf1707ca1 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x4158890d videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xc705199e videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xdf4d805f videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x048e9fb2 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0d8b60a5 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0da41fb9 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x156249fa vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x191db344 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1cb83cf0 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1cdc4dfd vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1f92dad8 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x246cf27f vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x32b0e43f vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x38089131 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3def8323 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3fb40e9f vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x438fa4e7 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x569792bc vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x62e8f11f _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7f93d1ac vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x978dc920 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9b27e2a9 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa2848c82 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa45e58ba vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa49255d9 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa4fec245 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa53f01b0 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xad13f676 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb677fe05 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb85347af vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbd60b6b8 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcf45926f vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd4249384 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd7130d04 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xde3dc4f1 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe37a4b4d vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe7138d56 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xefae2fe8 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf4a60bb3 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf4b197e1 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf538b8fd vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x7873bd82 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xf14a9438 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x54b40363 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x0867a4d5 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x422b89ae vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x81314c6e vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xafa84cbc vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0xad32fedc vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2dc077af v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x491d0e63 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b228f96 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b251ec8 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x50e3774f v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x54fbd8ae v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5d559544 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7079865e v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x764de728 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7833c303 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7c2b6e4d v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7fdaf3a1 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x976e4eb2 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9d0dbc57 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaed8df47 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb04485f3 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb89fcfe5 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe49d3a9 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbf26adce v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc15ec33f v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc1b82a97 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc637195f v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd135ccee v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd78e63aa v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe8f80d62 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe9c576af v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeefea831 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf0d7d1e8 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x10e8f731 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x33b12ada i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x4acbe634 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x9d64ed33 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xa49098c8 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xa5e28472 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xc68bb3ae i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xe7399275 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x2bc29e9c pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x62e17c72 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xfeb988c4 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x114f56f0 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x1a0dd645 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x2fcfe0a9 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x398062da kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x4cc31427 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x96cc6995 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xd7de5f38 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xed10201f kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x0fb72c89 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x469e96c0 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x9f49df64 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1f2c5947 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x8ed5e960 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xaacf1e6e lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc709dddb lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xcfc9cb61 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd0f62742 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd8cd469a lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x5c743830 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xdfb279d0 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xf54648da lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x297914be mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x3b76e1d6 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x4fb8f7a5 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x55f4363e mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x6ef2e5eb mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x7bccaaf6 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0aefee16 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x10025d54 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1689ba45 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2947ea36 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3525c487 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x85e8020c pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa1f0d301 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdcf07608 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xea9001da pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf6aef398 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf6d41bf6 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xe4df12e6 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xeecda528 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x0e5d232b pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x17b3f64a pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xb6f7e14a pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe4b63ebe pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xf083c88c pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x000c9958 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0c94fd62 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3c84da69 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3e7f4327 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4099003b rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x43075cb8 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4c75d413 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x569b7338 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5e0be1fe rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x794ced3f rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x804f65cb rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8666c6a4 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x89f99828 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa5884b3c rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc40a6657 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd457ea1a rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe9b61b7e rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xea7b93ee rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf02c2efa rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf73b525b rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xfb8620a2 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x140cb414 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x14e52178 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x2341a56d rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x47787427 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x4ba121d9 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x55c7d384 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x67c56421 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x7d677d88 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x8efbedd5 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x9f6b1ae8 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xda591462 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xfec9ff30 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xffa0cd0b rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x017233dc si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x157cf883 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x19b4863d si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1fb26089 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x253397e3 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x262c86d5 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x38bd13ac si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x463d5bd1 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x47d15616 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4f392b25 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x527ded59 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x54cf9a85 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x59f92c2d si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5f1dc5b5 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x66b7dbcc si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x75fe3855 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x895c5bd7 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8a2b78a5 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8c8596be si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x901216be si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x91a75494 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x95cc5ca7 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x99084250 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa0a09b0f si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa79ae118 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa9c4a37f si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xadfc53c4 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb5ae9ad2 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb60eebf1 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc0323e6b si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf3689a68 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf36d9aee si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf6a166e2 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfa61e9ba si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x1f380118 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x54d7bb85 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xb496f8d8 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xc9fdaf32 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xda8771a1 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x51d84ef0 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x58684f36 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x6bdda4b2 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x94a3f7c7 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x8350b834 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xabd7f1ff tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xbee2c107 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xf6ba7a6c tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x02275dae tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x4c989dee tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xbf5d4958 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xc79ff63e tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x3d031815 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x3fcf7f55 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x787dd3fa cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb1f45587 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd45b13e8 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x0f5abcdf enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x16ac7906 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x331f040e enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x7554f6f4 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xa441fd8b enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc0a98f6b enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xde5baff1 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x012460b8 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x086fc6c4 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x0e3e0d82 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2ddfd7cf lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8618e8c7 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa6a44158 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf3b8de20 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf77cf0f0 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x0c66b1b3 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x3d42b5b6 st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x14e7b6c0 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x22c9a148 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x28e17755 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2a596257 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x623d4dfc sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x639e6fdc sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x71f1854b sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x81b898da sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8f35c8f3 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa509a338 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa5883959 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd7823b47 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe451e2c9 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe56bb671 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xeffea8bd sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x3151e528 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x4a8f8c52 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x5b0a6fba sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x60bddc90 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6d4c4ff6 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x90ca506c sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xab4b50c2 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc68b12bb sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc8194561 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x12c57df5 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x2dec581d cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xefdb5863 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x3abcb036 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x44eefbe6 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xb7173460 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x9c968986 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x4b29eda4 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xb780753a cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xfeed8e78 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x028ad1e5 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x066c2055 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0ac8815e mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x11706871 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x17051472 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x19432e45 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x266bc13a __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2e4345b7 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3da7b6fd mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x41eac44d mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4778d9f4 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x47b1b921 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x492593e0 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x528bf64f mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x57bd223f __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6091f5a7 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x62fedd5f mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x695974d6 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6c380864 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7052963c get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7c94d50b mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8418e311 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x84413503 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x86e90d3b __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8da67fc8 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9fd9df5a mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa6c31e6f mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xac195413 register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xace4a9c7 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb072eb84 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbcd83bfa mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc1371168 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5630a31 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcc697971 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd0275156 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xde46692f get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe0cb84bd mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf9c242a9 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfbf59c68 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfe772ff7 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfed80975 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x08ccd4bc deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x51ce97ba register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x6cd8c2e4 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xc4eab459 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xfb902e48 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x1b740d60 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x4b1474a5 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0xb927f587 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x393e98fa onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xcdef4414 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x89c7d1c0 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x055012e3 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1df8e3df ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2effe098 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x399f45df ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6b8ccb36 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x70066fd2 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x78643d7e ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8f3f7b14 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x95e0f30d ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa853d380 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xbdf3ad0d ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xbe475eee ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc75529ab ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x54ad4387 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x624a68d0 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x991c14f1 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xaa661eda register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xc1cf3e09 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xed0a9d7c unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x03e27ae8 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0955c6dc unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x37cd71ea alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x3d380b81 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x466ce2fa alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5f73c78c can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x669da01f devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6a0bdbc6 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x75b2e4dd open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7e570a3a close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x812be010 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x85ed747c can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9cbb320c register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xac9a703b can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xad9f949a alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe77ba698 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf4f9a097 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x06a99648 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x07bfba01 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x45d1a8f9 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x9e799993 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x10c2051f alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x70d04d5e unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x91c04d72 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xbe1c15e1 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x040d93bf mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04bf5b9d mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08aca6bb mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09dd44a6 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b790a48 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0eaeb43d mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f437f9d mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x131ae0ab mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13a027ad mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14ab8a77 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1709f389 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17d424af mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19079a2d mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1cd1e7d8 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e8e5dbc mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1efc1d2b mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21d56ab1 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22c8985b mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22d13587 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23c5d39d mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x272bb32c mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2fc37f61 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x322d5818 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32eceafa mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37823b2e mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3801ee7a mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b56ef13 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c463914 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f6ceb63 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50a3878b mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x549ac49b mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56699ccc mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x572debe9 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58ffaeeb mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5980e8ea mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5999ad28 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b849b1c mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5efa25eb mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f555d92 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60078071 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61694831 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x638e80c9 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x651ce511 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69bde492 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a6740bf mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ba3dcb9 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c2e7391 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c906fa3 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e8308a4 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f73528b mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71468609 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74594ac2 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74abd0ad mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x792c6f8d mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ab2969b mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ab51597 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7dfcb84b mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x854ca93e mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86d42473 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87dce2e6 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8eff1e3b mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90e248f0 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x968e21ef mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9821d4c2 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a595ee9 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa30175f6 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa38d220b mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5274d16 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa758ed39 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabbf1dce mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac018adc mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb46c4ca8 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5361dad mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb64c3ed9 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb665b1b3 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7cc26aa mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb850fd80 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb94b4b5c mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb30cf88 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf8503cb mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc12605a5 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc164cbed mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc5a34dac mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc605cfb7 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc689b672 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc87d3167 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccd1cae9 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf24acf8 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd779b462 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd89c186d mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd908b8bf mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdee09e01 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe101ee83 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1a68253 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1aaeda5 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe283bca8 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea814ad1 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee027997 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee287fa0 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee3d1f27 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee8a8220 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef40f515 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefdf10c8 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5dcb1ab mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf84535d9 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0277fe3e mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x027e57d3 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3dfe425d mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4352e21d mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43a9b6e7 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45f2bf59 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c76855c mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d1dfa8e mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89c864fb mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x932d3cc5 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7531929 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb40ba7b mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8d397db mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1f658a8 mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5149c05 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfca224ea mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x6e0210fb macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x8a5ee86f macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xbee7b0d7 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe6184dc0 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0xc2b062de macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0xb3d3115a mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb37bba2c usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc1f8ed44 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc9e0f69a usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xfe0a3315 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x39e6e555 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4f9eb2c6 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x71abad73 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x8e42cc24 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc07cd9c5 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd64c930d cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xdfdace3d cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf2531fc6 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x615d1c1f rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7a2b6ef2 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7ff41c83 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xbed1ae68 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xc6928fd2 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xcb919c67 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0269d368 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0b1d995d usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0c60609b usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x101c14ad usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1b6e0941 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1c815390 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2bb67752 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x34e7d3f9 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3746d590 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3b7513d2 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x425fcc8b usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x445004b1 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x44fa6698 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4879ff8c usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5899c026 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x76ca446f usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x78de64b8 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8708c034 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8c770280 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x91ad5726 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x96a5259f usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa00aeb2b usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb0cfa340 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb891daeb usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbea72483 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc1601f9d usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc781fbdf usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc8cb3112 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd0c271e9 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe704f5ce usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf6409c0d usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf9b097bc usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x2777ba19 vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x7b95eba2 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x98bf5bab vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x9f72b90c vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xe31af32a vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x23d5720f i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x28143530 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x31d2148d i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x36d6cac3 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x451e2c1a i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x50f0dcbd i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x5992fbf9 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x6a4cad2d i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x8e3182a3 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9bb1d548 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa33bf5a9 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb949a586 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd4c280db i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd6f8850a i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xfe0913e8 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xfef3ebdd i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x5f7a5021 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x8082f4f0 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x99aa1c40 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xa5acaf10 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x56cf8598 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x48346548 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x4c1a9846 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x828b80e2 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xed625fab il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xf51f0b57 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x022de611 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x04d3b082 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x06bbd260 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x06ea241d iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0cd01bdd __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d556623 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1291ef1b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1ac36ff0 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1be6fda8 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x2ba592a0 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3067bdb6 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x30825898 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3d548dab iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3ea7d1fa iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5bbd3a5a iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5ea2aee0 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x64ccb08c iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6fa23c0e iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8338f1ca __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9711bbed iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa13b34b3 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaa6d08eb iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xbb8d8e98 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc67c31ed iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xde1bbe8e __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe2eed472 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf622f3a6 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x093e6f28 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1153111e __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1d61e9bb lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4065ed7b lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4b81ae45 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4cc8e99b lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4f08f0c5 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6f7bf7d7 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8a6d175f lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x95dfe44b lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9f171786 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa4b959fd lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xae7e7c7c lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb394abbc lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd8a8d95e lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf18e8f25 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x267342ca lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x2b2e3992 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x3d10202b lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x87a05009 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x88cff83b lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x8dcbfc5b lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x9247b70d __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xbc5b9b3e lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x1d9d8106 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xa98882bf if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2c695d79 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x35b612d5 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x53abb3de mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x6f1cf4d1 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x7200f23c mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x75cd4294 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x7b6bbb05 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x7edd11cb mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x930e3ea6 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x967829f0 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xbb666996 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xbc834506 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xbfc27366 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xdb3c9db1 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x05833931 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x1ccf4f2f p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x271603e0 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x5562bb8d p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xbb37f447 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xcbb777bc p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xcbd512f2 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xccca6cf3 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xe31875e4 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x2d691744 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x5e9953a6 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa312b690 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xc8db17bd rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x032532e7 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x05fc94e9 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0c815b07 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0dfaa5f8 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x190eea61 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x22acde43 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2645282d rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3ded6b44 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5304b9a4 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x542444b1 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6262f948 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6441e28d rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6dae05e8 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x71752083 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7290eea1 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x86c0ff85 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x95b6609f rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x96849b65 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x97f53266 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9a4f74d6 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa2a94a20 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa75e71a6 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb61d0c0d rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc0fd7c34 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc61d27e3 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcbb3dcaa rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcdcddbda rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd20a35ce rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd38c27ac rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xddb2f8c6 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xde682b76 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe361ce1d rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe57da70e rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe6bd6cfc rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xea371612 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xeeddd0d9 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xef6fbe7c rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xef9779d1 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0c122e01 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x11253128 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x118df44c rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x23e315c6 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x3c207e2f rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x637ba872 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x71f52984 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x79f7bdc9 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa498b395 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa8184bcb rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xab0d749d rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd39838cf rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xede946d6 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x03f6a7ed rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x04a4f2c6 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x059dbba6 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0f04f59d rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0f692140 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x25bd638e rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x274c0665 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x297c9c93 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2bb78bbf rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2f84c991 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x342fa6b7 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x364e164f rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x372f6a04 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3b57016c rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x433788ff rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x44104bd1 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x45445ce2 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x49f09ca7 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x529c7945 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6626b0f3 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x691d42df rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6cf46b88 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7b154a07 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7bb7a415 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x80fbc392 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x85a0b713 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8f1fa4df rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9403ec85 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9c3e4261 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa642541f rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa7e6a8fb rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaf167c90 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb61090a3 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb6ec6426 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb74a7d99 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc1d59029 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc73027a3 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc7453541 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc9a39da1 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd04343c7 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdad6b590 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdfbb6880 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe04e51fa rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe27c1b9d rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe7b6d3fe rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfa62fb91 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x5e508f72 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x811d6879 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x81566992 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xe7a0e37f rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xef568733 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x03011e21 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x4c43a75f rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x6160d789 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xa0714dd6 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x12e032b9 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x22701331 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3af44a53 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x63757fd7 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x70b3eb7b rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7c1e9f06 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x80650ca3 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xba842cb4 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xbcfbdc5e rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xcb6a824d rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd9549446 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xdc5c1b20 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xdd6f58d0 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xe1c8a3c0 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xe1e9ed25 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf1c6d503 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x40718649 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x95c3264a dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd5a541d5 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfe137c69 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x04ebc60a rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0bec775f rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0e896317 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x26e70811 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2f1627d0 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2f1b9fe6 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4a879940 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4bd628c9 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4d62a54d rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5171e7e3 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x53b0d0cd rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7203196c rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7b863118 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8b639281 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x96efe56f rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9bb69f69 rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9c11e6ae rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbc2d6edd rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbca05b13 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbec36f53 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xcd6a37a6 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdd306ff2 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xde96d745 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdf972dbe rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdfdf995e rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe6ca7f6f rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xfc5448f8 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0d0b6636 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x21905cfc rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x298f4b11 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x336adda5 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x436bff9a rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x538d9dfa rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6b4de810 rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7061e5f7 rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x706d1a5c rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x76fb4e1b rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x8c630473 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9cb6b8fd rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9ead0c9b rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xae1ae75f rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xbc5b1c48 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xbe0db303 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xcb25d9ea rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xcddf3e7e rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xebb65e0d rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x098eeba5 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xcfb4432a wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xf983fdcb wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x01193186 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x095e9a61 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x169822b2 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x242d65dc wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2882167d wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x294d5e82 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2f1fc69c wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3257c5b3 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x46f1498a wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x47f30c27 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x49fd8d57 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4b2d3195 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4b863b31 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4fadd306 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5eb9a6ea wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6252265f wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6528e213 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6f6734c5 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7c27cc8e wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8f90c658 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91038a3b wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9981c1f5 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c1b9807 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa0042e9b wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa0ee8c18 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa4464111 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa63ab846 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa80ea398 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaa8c6782 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb16b6ea2 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb4ec41d9 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb805a0fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc861971c wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcad850b0 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcbac3763 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd4efad15 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe1abb47f wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xee21ed2f wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeece2ec2 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xefb0138a wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfeae5809 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xff142cb8 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x21222396 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x42d4d6bc nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x84cc2c13 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x01cc7086 rpaphp_slot_head +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x395c2e4f rpaphp_add_slot +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0xcb3a8b4c rpaphp_get_drc_props +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0xe1b30cf3 rpaphp_deregister_slot +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x326df606 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xadc22b6c pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xfa8298b5 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x33f72828 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x67a2866a mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x78d8be08 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x7e605428 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xb5269038 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x6e7853d3 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x799635cc wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x96c5ce4c wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb12d4089 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xba5f7a21 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xec0b5915 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x0888ca3b wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x04ef1a95 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x05c12f32 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2116c068 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x291398a7 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x33674e9e cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x369a9aa6 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3b5ed063 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x42c1d891 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5327b260 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5b15db0c cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x61603729 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x61b3059f cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x679de10c cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6f72ea11 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7135af93 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7a305908 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7c15c0c9 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7c24756c cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9460dc71 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x998306de cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9ce2a38a cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9de96696 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9fa92753 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xacba59b3 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaf6df8c7 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb1ddadfc cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb33a5523 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb489f863 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb9fc48d6 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc0bf1515 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc480e3cb cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc56516f6 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc6758d71 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd4a563bb cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd822ab27 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdb85f2db cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdbdb9483 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe1753411 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe59aa6e8 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeccf5b01 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf5f9cf98 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf6d71ab1 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf7d04d45 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfd54a576 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x10901470 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x1751dc41 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x3426fa40 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x40ac30f3 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x4d403429 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x504655a9 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xaa96d2e5 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x09ff3668 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0f088283 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3493cb87 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x35cc46d3 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x85c93c30 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x90cf5dae fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa19ee5c7 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa826b108 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xad2f7794 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb2adb462 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbc80081d fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc6d23fa4 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcc9c97f6 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcd0b5567 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdac61457 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xefa32a0f fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0634fb07 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x2056ca58 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x28c0928b iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x35423b2f iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xbe42013e iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xdcb8ec95 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0b87f73f iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x15740293 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1d509df4 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1e4136f2 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x24bb82f0 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2587573e __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x28ab77bc iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2b182f2c iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3f12fbe2 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x41f137dd iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x43323d0a __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x46fbcfa2 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x47cb36fc iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x527371ee iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x58d44377 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5b525390 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5eca1293 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6770fd19 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6a38a3b2 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6d7fe634 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x703fc79d iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8261811e iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x89158de1 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x919e776f iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x96e064f6 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x97ed268b iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa162ba79 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb047a677 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb1b0d144 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbdc0dbdc iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcf003bbd iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcfaec1b9 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd01b8207 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd35e3cbc iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8857600 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xecbce318 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xee7a245e iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeeb12458 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xefde863b iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf1966eb3 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf374aa4c iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf76feeff iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf99cd096 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x063972dc iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0ed8d1c8 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1ed3e2ee iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2a864474 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2f5df7cd iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x31ad9a6f iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3b8b7f5d iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4be5ea8f iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x62154405 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6edebb70 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x72a9e0bc iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x90a2fb30 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc9640fa9 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd401f30f iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe4885fbf iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf262a9c5 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfbabe96a iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x019d94fb sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x032bb58e sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0ef6dfed sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x156f50f6 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x24dbdd23 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x29f15208 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2a5d80c7 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x31713dab sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3bbe1f3f sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x451884d1 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5689a15c sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x593fac4c sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5eb5018e sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5fa88f07 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9aa571d6 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9ea0a838 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa2609592 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xae8a02ff sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc07e2032 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcfb4c000 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd0ee53b7 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xedcd925a sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf11fe6b0 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf1e932e8 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfcd19286 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x1fb6fce5 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x23ed040f srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x594af368 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x8e53f22b srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xbf3c99c7 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xf7dad580 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x05025834 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x4f4e7b99 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7eaade5e scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x82c740a9 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x91a5a387 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xab2b93da scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xbb93896a scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xc39cb446 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xee438816 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0f0d64a5 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x134c1f2a iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x19884f91 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x200b0daa iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2ae9329c iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2bc8d636 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x30bf7abe iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3771f009 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3d98a2d1 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x42f7dfac iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4ae0d254 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4d1b6fcd iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4e5751db iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x54a068b7 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5b19c5a3 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5d38ebad iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x614de811 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x64d43cfe iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x64e076fb iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6b63bd3f iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6e3220be iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x724d2842 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x74ea5cd9 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x812b2546 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8835612c iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8bb0ba16 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x91a0efe7 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9242c19d iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9d2d1eac iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9efc2646 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa5761721 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xace1a011 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xacee372c iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb9752a8f iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc624e9e3 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd1deaa8e iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde064bd9 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe3b53728 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf4f2ad97 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf7f7063f iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x6ad0bcba sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x7e1e8477 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x961a31c6 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x998e1f8f sas_tlr_supported +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/ufs/ufshcd 0x04afdfd4 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x211a5ae6 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x2a00d758 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x6c2997c2 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x94b602e4 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xb43cb33a ufshcd_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x1df110f6 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x944fcd5f spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xcce0e0ab spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xdded35c5 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xe247bd77 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x05faf557 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x0eed97bd dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x352fc605 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xd695a0e2 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xdd6c14ff dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x025b5b18 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0dc2441f spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x14644609 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2db6966d spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3c31f471 spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3d860a38 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x61768fee spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x694592a2 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6d5ed215 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7c530035 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7ccbee83 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x832c960f spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8e77cec3 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa416b77f spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa68f0130 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd40f8432 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd7f6641c spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd9a0f6ab spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x59240b99 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x02511785 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0d153c7f comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0f80a374 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x13e5e2c2 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x168f3151 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2d48631b comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2fb16cd7 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x370f3118 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x39d3171b comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x43df0953 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x44c59caf __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x45e2fee5 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x508333fe comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x51654196 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5204d1ec comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x54bce74e comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5657c910 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x62639760 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x63eff363 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x63f7cf4d comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7153ca10 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x776a50d5 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x899e198a comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8c5085c4 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x90cfdf01 comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x933faf38 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x94620784 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x970ecc17 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x986983f0 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9d591ae9 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9d64a52c comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa3af6b81 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb4a672fd comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xca255e3f comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcb2e414a comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcb595a42 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd46ad974 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdefda8c5 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe5d08a6f comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf575fdd3 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf6eca09f comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf9320d20 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfc3023ef comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x47eb31be subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x8b63d545 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xd6e8a06a subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0xb37f093c addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x937c3b09 amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xa290f079 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xb427797c amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x1a13d5bf cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x264f91ce cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xb0aa3692 cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xd603087a cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xe45524db cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x1c53726f das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x096183fc mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0a024b8f mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1490df7c mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x19cf28c5 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2871dfa8 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2bf47758 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2f1dfbbc mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3bb38fba mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3c7d5bff mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5e81307b mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5f26fd7b mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x61f026f2 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6e10b4bc mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x885dd619 mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8cb0f2d3 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x931455b5 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa0304673 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa3b5ee83 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc52f941e mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xee8d1655 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xee999bb8 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfb8ee799 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xd6398c4f labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x457ef91f ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x487efbcb ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x4bcb25e2 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x81c1b465 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x83d21427 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x9b7408fc ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xf1d93224 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xfd7c74c0 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x762e69f0 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x7aa4f920 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x7dfb5f57 ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x820ff348 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x9c9caec4 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd2014486 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x062aac06 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x7e201345 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x8502c6d1 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xb2cb12f4 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xdb4a273a comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xe730b2d2 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xe89486a4 comedi_open +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xf4d18aa7 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0ef1d765 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x37a70cfa spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4209d652 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4f8e3874 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5aa561d5 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x79d837fb spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x7d62078d spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x94c389ba synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xa4796c00 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb35aaab9 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe13d25fa spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe269c05c synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x68237f5a uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xdd7d217e uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xe9c3c4ce __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x2f7b0372 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xd8a7f7b5 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x931d68e0 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xc8cc86c3 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x27016dbb dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xec8f2256 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x00066edb usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0e0eb875 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0e337797 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0e7b3513 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0e9b3ace usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x12c4eda3 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1c2afeca unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x26db7386 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x34e03611 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x36c377f1 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x384fa7ef usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x43359d78 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x487a8b5d usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4e1e6211 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x611df17d usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x64ed9abc usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x672465d6 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7053fe49 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8be3e551 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94dfcd2e usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9f9e3111 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa78fdb2f usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbb5805f4 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbe0fc71f usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xee0dac86 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf1a89fee usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf6cafeb7 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf89a1d11 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x14642e8c gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x20a03333 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x41bfedfa gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x50deb79b gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x658e2653 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x75c3fde9 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8f5caf29 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x92ba5a89 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xaf286347 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xb75bf08c gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xbb100ddb gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xdf13356c gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xe32b0543 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xf5b1c1a0 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xfa8f937c gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x37536e1a gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xefe2b287 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x1e624867 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x1f568251 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x530e348d udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x6ec8d93b usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xba4a4b46 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xdf679fa1 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xe81980a4 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xeca1710b usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf7f9204e usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x1a4be61d ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xc5e20e8e ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xcbb7f40e ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0e7969cb fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x20adc872 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2b3e7631 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x436cd6d3 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x5c4b4035 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x667f2e23 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x81d76230 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9b9e80da fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9f072b14 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa3bfc194 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb8f697a6 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xbd2f405a fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe1e1972c fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf8fbe0ac fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xfc21c0f5 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x80e22f82 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x83e7fe8d rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa8a3e720 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xda20e219 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x2d0ffe14 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x672722da ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x097fd338 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x58feecd3 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x61e32e12 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6872f9ed usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x74f567c0 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x87fb3c63 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x8c4ac3e3 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x9818fa9c ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa866cde0 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x4f2923e4 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xa2ad1991 musb_dma_completion +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x044d3d3f usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x1c4bc916 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x5ce10942 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xa41acdf0 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xdf58e48c usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x619bd06e isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x1a7916bb samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x3d812fa6 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x71dcc0a2 samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x7c5a3b6f samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x984af417 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xb3d28e24 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xc9a2e1ac samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x46bc655f usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x24ed108a usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x298511b2 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2b2396e6 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4aff26bb usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4bcac1ab usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5eac3be8 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x754505e0 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7c3877a9 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7e193c4b usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x888a9dd5 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x92141364 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x93dc6a33 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xadd9e6a9 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb225240a usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xba9c3a20 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbb08d012 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc16605fe usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcf7419ea usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd2db6174 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xdfb3af66 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe48684db usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1766b2ff usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x25375f7d usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2af3c671 usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2cdd75bf usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x33994bed usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x37e41d03 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x387a0417 fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3f89372e usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x4106d2dd usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5be223f2 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5f66d2fc usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x67890f05 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6b6c9deb usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x75884d4a usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x95def3ef usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa5187e50 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xdcf09e97 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe35efe26 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe454cb1b usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe507654e usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xef77ead8 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xfbbf2f62 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xfc8fc5bd usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x046a9d98 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x2fc4f59c usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3abab7fe usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x6134d4f5 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x61a4469e usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9871d317 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x99a28c0f usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xaa980649 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb6bf917f usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbe326e1a 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 0xd8614f22 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf00b6596 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0bd816f0 wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x122f15ac wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x48d40178 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x69474fd4 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x6a83c52f rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x73a6dfcf wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xaca953d8 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xca0b1b7b wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb38c140 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0f3ef59e wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x206eb32e wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x22a87ff6 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x2827e6ed wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x4e3adebf wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x521539d0 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x5b2e242c wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x86793672 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x91c9022a wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x9dd26435 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xaf559d65 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xd1f44790 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xd6f7c330 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xeb6549bd wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x7a406f70 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x9ac52598 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xb1cc25a5 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x337d0aa3 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x576d6b12 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x6f2b4321 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xb3118c3c umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xbc0544b6 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xbcf9dbe6 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd2858ade umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xf6ad626b umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8fd7b3 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0fc02440 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x10d76657 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1ee5d00e uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x37fc1d24 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4a766dc2 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4e4c3a59 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4fea196a uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x538b305f uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x567b664d uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5834563a uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x59df960a __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x675b3994 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6776ca21 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7423a937 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7bf79d1c uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x816b9e92 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8667951d uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8c9e1400 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8f5d05a9 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x92decb4f uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x93bb3909 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x96f47a08 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x97541181 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x99afd15d uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa3be0d2d uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa474459c uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac97316b uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb32a1649 uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbdfcbfa5 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc31776ef uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xca4e0e35 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xcc0cb494 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd74a95b9 uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd8143df9 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd89e4dfb uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd946381c uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf6e58365 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfb3d1196 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfe1f6771 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/whci 0x2c675729 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x620a8f92 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x751f9de2 vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7e67887b vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x94228546 vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc57062a7 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf69b5354 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x022e049a vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x07cb2c7d vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0c32158f vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0e7cd6ac vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0f865c7c vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x18b71acb vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x19043c1b vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x20d30baa vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x22215890 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x22c04a1b vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2b7a8d2b vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x31783dea vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x342c0ff6 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3cb1865f vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4f5dce02 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5931304a vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x614f9a36 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x648149b1 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x80eda486 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x93057563 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa5c6960c vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb00029c2 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0f81e37 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb4a457ac vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbe99c4d4 vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xda7a3b8c vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdb164af9 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xec7b0c2d vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xed4644ad vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfb64d07a vhost_log_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5646fd84 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6a4f6968 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6d7106c5 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x700b03c5 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x96940992 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xb50393c4 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xcee4b6c9 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x4918a18d auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x58badbd9 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x5ed41bad auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xac658f50 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xadeaaac5 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xc167fccb auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xd41ded2f auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xd8753a53 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xe527d29b auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xf09e41d2 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x8e142ae9 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x5f089b8e fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x68a7c91c fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x19991340 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xc3ce216a sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1986c047 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3fc2950c w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x74d8f7a2 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8b970d81 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8e84b839 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb6973e33 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc6b96ff5 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xef2c1afd w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf43087b1 w1_reset_resume_command +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x14f8dbad dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x654233b5 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x7a9b83bc dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1bfc8c50 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2f922bd4 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x604fd961 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6b915438 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7a9f10a6 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x91a12340 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xcea5a3af locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xda78ea18 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfba90c6f nlmclnt_done +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0017c01e nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x017b3099 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02424f90 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0661d903 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07790bd3 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ca49b58 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d257e23 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e8cab32 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ec9a1d7 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14204ea8 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1468f387 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1571922c nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16e42c0f nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18e0ca7a nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b276f88 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22a7080b nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d82450 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27168a04 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x272f7697 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e6aa2e6 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2faafed0 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34eb0c14 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38c99642 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a583cd6 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a988b95 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ff00e6b nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x491c2ecb nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x492c8396 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4959e696 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x496d771c alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4990d41f nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ceeab63 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4fb69a18 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55ae0f9f nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5731c641 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b73420a nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5bd8ae6a nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5cfd4891 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d7d3e30 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f413dec nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60dd03a0 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x638e770e nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64396135 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67d1f1ef nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68efdde0 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x69d88ad8 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a311701 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6af44ede nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e4bf625 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x717ad4c4 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x722e1c75 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x744eb905 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x747cb953 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x760d5bce nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78d9fe95 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78fd3594 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x795d638f nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c75a034 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d084c8c nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d69e13f nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f3bf8b2 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7fb65e9d nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85600497 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86702e97 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a5f8dc7 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d42538e nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d68d6dc nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e53d197 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ed63de0 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f998b56 nfs_pageio_init_read +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 0x95800771 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x959deedb nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x988fb5ae nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9978d200 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ce96add nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f9fc258 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1f02fcd nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa41b3fee nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6c7b4c1 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa84f17dd nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9c04fcb nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb040c7e6 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb175df63 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb34a765a nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5a81895 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba0c1098 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc527f9c3 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6322f65 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc67c5d94 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc948e367 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc9557a77 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb81c96c nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfc08441 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfd6c0da nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1c6a4f6 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1e202fe nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2e39db1 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3338fd8 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd376db9f nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd50dad5e nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd964f95d nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdcc91b1c nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde127866 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdffd40f2 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe12dc788 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1bdbdbc nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeadd1e00 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeb683d55 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeb8556bf nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebfe9063 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xedaba3fd nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xedb3d3aa nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeeba4c59 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf251b8c6 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf438bf16 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4fdddc4 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4ff7bc3 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf60ba5f9 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf627b797 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf85419bf nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb8a5721 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0109b8cb nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06c36816 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18d08190 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1965f0a7 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3113048d pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x34bb49d8 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c14c039 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3dfe6fe3 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x44a2ee7f nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4543cd5c nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x471de0a9 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4d0f4834 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e3fd05f nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x52f968f5 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579ab97e pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5e78ae0f nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x62719128 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x67895898 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e98d996 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7b68b6ba nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7fa70283 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8488bc75 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x89a0599c nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x901818a2 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98071c8d nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9bd5e6a6 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ec86337 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f1110cb nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa0b46406 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa1a880cb pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa40785fd pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa59abe4f pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5c353a4 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa7cc183f _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba61e213 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbfb835e4 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc022d8f7 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc6db4fe9 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xca0f8100 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd14566fe pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2f796fc nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd3f2b30a nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdbec5e4d nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf2a19d15 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x5112ff6d nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xf83260fe nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x09097384 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x31babc28 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a28a9e 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 0x582f499f o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x59c7be1d o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e160b1d o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x916eae66 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xecdf8ab8 o2hb_register_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/dlm/ocfs2_dlm 0x281103f2 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x3d040c46 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 0x8e88b29b dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xab2f4b52 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb1ab9c78 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 0xdcbacec5 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x50210593 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaa9aadbe ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd6e54fa3 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x7c29e7ab torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xb0c21b71 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc428507b _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xbde06837 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xceb3342e notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xfdfcb8cb raid6_call +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x26dea2a7 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x4e39cac5 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x9465c049 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xc0562c5c garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xc3cb9826 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xeaa65080 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x1224abfa mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x160b4b6a mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x3b0cece7 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x6b0afdac mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x8ee4fa2d mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xebad903d mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x03af5324 stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x815f9e17 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0xd03be40e p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xe5f2ad6d 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 0xe8f2f46b ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x678ddd7e bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x84a1e3a2 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x96e0a721 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x00522487 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1049e095 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x15e5aab4 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x19b40aad dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1a2bd380 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x20444518 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2be2fe20 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2bf38900 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x35ad3172 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x36cf9536 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4d0ee829 compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4da00ad0 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x62904001 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x62f7b78c dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x670fe99f dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x67d8c09b dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6a562bbc dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7b973d6b dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8279a214 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8548351d compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86a2de19 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x89afd49b dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x911ff88a dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa7e3f515 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaa68e076 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaac10b12 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc0b7b890 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc2458c76 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc5fd5d9a dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd4e49bad dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdb9c6a89 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe04ecbba dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe4764877 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeb936f6f dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf72cf448 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfe0540e5 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x0aa86ac1 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5e531152 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa9592572 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb8b3cb49 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd5000fa2 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd570a9ca dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3a962fa8 unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcf960c77 register_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xa38c0fe3 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xbb115f04 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x17a16f0e ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x3a0d34c7 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd7699aeb ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe8ff3419 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ipv4/gre 0x26199716 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb8cce30b gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0xd363f9a6 gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0xdff7e00b gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xf42fc248 gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0eb06387 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x754c7f4f inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x82a0d79d inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x94b87a38 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xe8896f1a inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf0ca8399 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x09ea3b4c ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3114f502 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x402b86a0 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x40cddcfc ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4abd421b ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x74a07fcc ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x828dfeca ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x96059f68 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9915f375 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x99f5bc91 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9a2eeb3b ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbd7aa805 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe4ffbce5 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x7460eba8 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x42974a5d ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0xa5701cc7 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0xfe7f978c nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0xbc5b8693 nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1a56b9fe tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1a8abf32 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x438a89a1 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x65b3ec66 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x766c36e3 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x02e87bca ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x6747fa0f ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x72f95bac ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xbbf2eaae ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xbd608cfc ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xfab89670 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x64df3728 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x7f10d998 nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x09391967 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x37db71ee l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x563d44c9 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5a0f7466 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5ed9ae5d l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x608435d3 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6658c7ab l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6f5d4e4b __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7433a0ba l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x83cd3eb5 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9049c247 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9bf916a2 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb28c615b l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbc7d5f2a l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbdd83ecc l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe89d0dae l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfa924b27 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x7d3c5b34 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0b4249a3 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1271778c ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x35d01d87 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x366b2466 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bca7326 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4d82e02d ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x50f5c486 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5f22feb4 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8fa0e087 ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xab119dfb ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd057d382 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd39a770d ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdb76d208 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf26950e4 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x05f1392f ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x55fc2f47 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x754da4f4 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7b16823e ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8b86ca17 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb1889f37 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb38bbcf7 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb961da0e ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc571e4bf ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcacc4a90 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdd211cd0 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdd222086 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdde4aef0 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe791d882 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf6e65717 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x25308ac7 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x2b56ab45 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xbf0c7dd7 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe14cdb67 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x000fcb1b nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x063a2f1a __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06f55fa2 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0f176852 nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1396a7ee nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x13ffa4f4 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14be00ab nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ec894dc nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x21b80f11 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x221c7977 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x230af6be nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a033e17 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a9cf355 seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2b50cd7d nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d3e1e7e nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x34262e53 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x385e2e00 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e2ca7ca nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3eaa9cac nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4285fdd3 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42901891 nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42c13791 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x43d7cb9f nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4cb77b1e nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4dabda3f nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4dbe0a14 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x55590560 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x58e5daf8 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5c2be1ed nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d7f9d5e nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x612a9589 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x63626b0a nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x645c001d nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6958decc nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6ad4548d nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b5f1169 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6db3e56e nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e1bff77 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7054fd2c nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x71e1a91d nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x720747df __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x722a8931 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ecd140a nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x81c5001f __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x827b3e1b nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x83fab834 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a66c4fc nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b898438 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8deb61f8 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9ea32b7b nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa22d41fb nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa9bc00f1 nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf8efb71 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb34c04a1 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb35de9da nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb67d68a4 nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc0c5d0c nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe118d19 __nf_ct_try_assign_helper +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 0xc4e04d77 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc59adb8a nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc62e50c3 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc8f0be26 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcbf58569 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcc8e8345 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd426e7f4 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd63dd639 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda40fad9 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb8ea7fc nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xde0c96db nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe2a8b870 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe978d89f nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed22ad25 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeed9bf0f nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf7acb908 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf94aa2bb nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfa9b7d47 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff40b965 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x0202a079 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x32c38976 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xf3eb29d3 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0a08a15f set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1ba0c6be nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1e90bcf5 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x352ac332 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x845ff45a set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x915f6af1 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb7a46cce nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcb16685a nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe859ee78 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf95c6820 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xbcd7bd08 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x1baeb7c5 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x2b2bfe11 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xdd00c53e nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xeb47f039 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x04b2e780 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xd4f159b3 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6040273d ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x65abc5ca ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8851417e ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc3b3714b ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf215369e ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xfaf0e552 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xfb0ec1d5 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xebabcaa9 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x71dbdb57 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0b70b0b6 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0dd07787 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x137705f5 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x238909e4 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x38b7fa2a nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x85528f46 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa596d1ac nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb5fc45da nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xce46e35c nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x40db9ea0 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x93b5fd87 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x033e46ba nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1d5ad470 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x30c3aa60 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x413eecd4 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b72b22 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x439981a8 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6ebd2475 nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x969716b9 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa88b2238 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc34d8b14 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd1d5363e nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdc132f38 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe22b848d nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x02c35d75 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0e3ae922 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x15fd8920 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x62037573 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x69c6e7fa nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x8bf824a6 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xaec82138 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f39c0d nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x3ab73b6f nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0xc2a3b6df nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x0383a8db nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x6e7940ec nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xbc09f9aa nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xc0465898 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xcb4918ae nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xccc80537 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x4a333fab nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xbb9a828c nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x065f9664 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0ccc82ca xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x161d1417 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3d45ee86 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4d3620ae xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5dcbf2c4 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f82f1f7 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5fd6faa7 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x615189ae xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x691a6d69 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x698f7a22 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8e820ad6 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x98b808b5 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x98dc6598 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa09531f9 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa319d2eb xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbf7f0c34 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc4e4d80a xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcff028c4 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd609ef9f xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdc449bad xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdf24ba14 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0b4971b xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec24fd82 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x00204983 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x482b6a12 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x07e3755f nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x6e92dfd9 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x92399e36 nci_spi_send +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0a1829a1 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x0dc1bec9 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x1a2a45db rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3588e843 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x3d548962 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x54b5bc5d rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x5ca2ba73 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x609bfbd7 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x62c6eff3 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x7b302c94 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x7bc62829 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x861914ea rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x9706aff3 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xa5361183 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xa7a3b95e rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0xbc92ec5e rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xbf70566e rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xcd578a8a rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xd133beb0 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xd4d574f2 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xd881cf34 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xdee2702a rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xe783a5a4 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xf0074b77 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x2464de08 rxrpc_register_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xf7933458 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x01c05090 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x49a2ece2 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xbe3f5890 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02014315 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02525c03 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x039061ae xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045791cc xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05de7800 xprt_lookup_rqst +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 0x0b0c4dbd rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b4255b9 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bf6aaf2 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13a64773 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1510bac9 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x170289d0 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17a8c534 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17cb7ce4 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18ab331a bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1acfeebb svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bce8b37 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ee93227 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x203f3b7e rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x206374ff rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20bd024f rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21a7f8c7 xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22ff4803 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23fb6124 rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24f090a0 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2936dfa2 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a741075 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a833942 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2aa35e8f rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2beea9d3 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bf17ed6 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d102952 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f5ece92 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33baa880 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34a0c573 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x353437f7 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3555abd6 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x358e33ac xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3659d82b rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36cc0818 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37979e59 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39aa3278 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39c32dfa svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a40aa70 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d5bf223 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3dc54dde rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f0f7c23 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4047650f svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40768cdf csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x408b4147 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4423f218 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4950e444 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4eb929f4 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ee664c2 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fc693f6 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51dd9553 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52804215 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54056fbf auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5562ceb0 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x567badfb xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59d979b4 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a5e5ac0 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a5ef3ff xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ce8d755 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d0b4b20 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fb9b9bd svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61824501 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62d5d1e5 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64c10b5a rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6540dfd6 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66653885 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6871fa46 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69a6c64c rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a72c8fd rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6aa8a96f rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6aef0160 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b499045 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dc9cc1e rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7013516b cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fd2fc2 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72a85ba1 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73415519 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73bfc27e rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74a880a6 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75164e50 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7618bd3a rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7708ced9 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77c74201 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7943070c svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x794f617e unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a0e2705 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a4b4fe3 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7def9e75 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7eeedd35 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80b45d2f rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8271bff1 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x828ff71e rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82fd9ca8 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83575e5b svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84420918 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x848d8b4b rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86050e29 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86b82e12 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87293eca xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88943352 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88d7f035 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89402422 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b1979ce xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bc8a472 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x914c6c60 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x926eb6a6 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95b40a4f xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x975834c5 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9876e0b0 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99114a23 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a62ff79 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b867a8a rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e53d054 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa52780de xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa59ae8fd rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5fd0c9d gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa844d6f9 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8520c06 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa214614 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa663338 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaafee5ea xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab7fdf4b rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac2024ad rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac275e10 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae2caa70 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1372263 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb186b23d xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2394c03 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb47564e3 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb715f160 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7a4aabe rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9bc97ff rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbbd921bf svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbca90185 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd556f57 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd652367 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc26bfb1d rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3ef9041 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc42143a0 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc65dcf4e rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc799a5b5 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8923477 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc92edd06 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb9be8a4 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcbb7a292 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc636282 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccf5f8e1 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce05933e rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf4e7d44 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd108596b svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2b18a94 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd38e1673 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3d00fb0 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd45b0c27 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4ddb433 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd70ef461 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd767baf4 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd85f3b64 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd903fa7b cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdda4111a svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde7678b3 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf53e214 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0891186 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe217ee14 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3c586bf xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5a3a019 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebbf326c xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed51b3c1 xprt_release_rqst_cong +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 0xf14492e2 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3dd4829 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf46ad3f4 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf69d93f4 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6f3a349 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6fc566f rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf77b6a99 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9dec7df rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb28e578 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb39348f sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfba164c9 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbd19866 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe2cfc2a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe438b27 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfed61df7 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff0c1932 xdr_stream_pos +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x293e454d vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x29e5ee6b vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59a24a75 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59d943c8 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5e381cbc vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x78b98a24 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x84938b7d vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x970b77bc vsock_pending_work +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x996c5bbf vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9e260e92 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa36757ce vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xafff9e4d vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc03358c6 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc4b0a428 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfb399051 __vsock_core_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x38c47bc9 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x3cc44197 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x43b0b23a wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x459c1a1b wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x4bec7ae6 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x5cf224b9 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0x67a6d663 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8399bbbd wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa6a3e1c0 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0xde26523f wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xdf24bff4 wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0xefb90098 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf3e225bd wimax_state_change +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1048c13a cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x28bc61a7 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3b266775 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3e182493 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4a3fc7fe cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x786c7a76 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7afc6e31 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x82b5b621 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8b9b300c cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9617b8c3 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb9dd65b5 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc94ed2ae cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfbcde638 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x019c5ab4 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x487f6ed2 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x9d0f90c2 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xfbead69b ipcomp_init_state +EXPORT_SYMBOL_GPL sound/core/snd 0x46e90459 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x4edda833 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xe5f33069 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x94acfac8 snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xaf603a36 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xeeab8e91 snd_compress_deregister +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 0x2f9e143d snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xf53c4163 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3418933a snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4997d065 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4f1d21b0 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x96c7d113 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xaf1c482a snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc5ba9563 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xcad72ed8 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xdead1d8d snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe257cf09 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xedbf69e3 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xf6463675 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x27e50847 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x3e6aa0cb snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x715978ba snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x8b73e6c3 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xec1d10e5 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xef2afbf5 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x54f8a2f1 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xb833c1bb atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xecb548f0 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x3c6dfac2 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x44d85ace cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x504c4119 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-pcm512x 0x3b44b8d3 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xa9a81eda pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xaec27b7f pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xcbb3479a pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x5641e6ac _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xe42aeff9 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xff8de58f tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xafb4437c wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xf9c711ce wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/snd-soc-core 0x0042775d snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00e1ea0d snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04324591 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x061f9d67 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x06646fb8 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x072be9d8 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09a2579c snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b137f5b snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x106ee12f snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x13825d19 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1439b2b2 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x157bde56 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x161e96f4 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x166bad42 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x178179ec snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x192957fe snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b411143 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c95e9cc snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1cae62bc snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1dccbdca snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1fcd4ca7 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x207960b9 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x219b9aea snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x294d469c snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a93be01 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b2055fa snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2be7d808 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ca68d08 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e39c7ae snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3091b4a7 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30c549d6 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3290f0eb snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38846d20 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3947b2a8 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3bbd27a7 snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c4331b7 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x402916e2 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x424a94fe snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x428506db snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45fac54f snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47485c85 snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47c82859 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48d63cbd snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48e0b549 snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49a49476 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b72fdda snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4cd40088 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x50ef2345 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5177ef9c snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52779f6b dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52a75081 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52c71064 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53d5b1d2 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53e75f5f snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5458f708 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56058d21 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5633f1a3 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x585dcb3e snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5981f5f3 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x599b0539 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b4b9c35 snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b9dde91 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d595fa2 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5dc34bc2 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e8fac12 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5eaf55dc snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ede9d69 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64176615 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6449a7c9 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x654b8214 snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65a54984 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65dbdef8 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67161a67 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6767856b snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x680a076c snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6901a49c snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6aebe31a snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b00348e snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ebb9335 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6feeec4c dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x715b997a snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75468662 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75689823 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x758c254e snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7979eb00 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79b6f1b7 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7bd3ab48 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8123aeda snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x880cfa0a snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8beb9f65 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f062fed snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x923b5d9d devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x926515ab snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x984b231e snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99757f87 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b315bd8 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9df049af snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f6c0b76 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0375617 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa132db92 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa303c4c7 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa378def6 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa39e2dd6 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3cd49e3 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3d68e01 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5fab8b3 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa63a64a6 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaba72871 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac45e128 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0187e6b snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb053fbb1 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2bd0201 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb595541f snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6cb95fc snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8a67015 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9486717 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbabf47f6 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc2b6756 snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe1a75fa snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe416c12 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf097839 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1aff741 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6d499a8 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca076fda snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca0e573b snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc4ceda0 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xccad1a30 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf568f13 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0ae198e snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0d22b80 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd25a8c4b snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd47fd6b2 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd990d1fe snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf38e2f1 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0a4ef89 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe198dd2f snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe24f74f6 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe98f736f snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeba91b19 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2a92659 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf950fa4d snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa48d1be dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa8dcc69 snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff9afa74 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0x001f002c ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x004b537e need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x006b220b pcibios_find_pci_bus +EXPORT_SYMBOL_GPL vmlinux 0x006bc072 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0070ef14 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x00775c75 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x007c7481 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x008ad26b ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00ca3ee9 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x00d59829 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x00e8f5d7 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x00edd9ab sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x00f72d48 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x01151904 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x012f4e4c __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x0144d5e3 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x015a9010 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x01ce3633 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x01de6649 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e5097b ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x02147dbd fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x021ebfda btree_update +EXPORT_SYMBOL_GPL vmlinux 0x022ac5fd blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x02423700 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x02552f5d iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x026211e2 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x02853e00 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x028c8c7a ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x02ae304b bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0x02d4eb1a __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x02f3e2c0 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x03005a45 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x0308785f tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x030bc907 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x0323f335 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x0324a330 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x0334ec6f jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x036503c5 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x03a9d4b0 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03d3603d tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x03d503a0 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x03e2188f ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03f3d54a bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x03fdb234 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x0405bdc6 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x044de599 blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04688d49 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x046fafa4 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x0480259a irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x0485ef39 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x0487292b crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04b4d89f dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04d85738 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04f5bfc1 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x05219554 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x052302c0 flush_altivec_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x053494cb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x053d319d thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05805373 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x05944771 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x059adf3e pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x05ca98dc virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x05cddc04 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x05edf454 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x05f7891e crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x061dee59 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x0630f405 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x063ba261 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x0668494e inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x06788b85 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x068a35ff ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x06c9ecde led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0x06ca304b pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x06d30d16 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x072edd79 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x0734099a sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x0743c820 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0768e81c sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x0777aa6d adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x07afd61d key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b6d95f crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x07e9033e rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0814c716 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x088bfa7e cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x089ea19e devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08c81aaf regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x08ddc145 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x08e93e0e bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x08ecd8c8 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x090b369b blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x091c824a machine_power_off +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09376b10 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x09376b55 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0955d69c rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x0993c9ab of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x0995da9a cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x099f71d6 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x09b165ce posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x09c48c0c fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x09d54177 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x09dadd8d shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x09e9a6ca da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x09ead6ce md_stop +EXPORT_SYMBOL_GPL vmlinux 0x09eb2ee8 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x0a05126b netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x0a31124e scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x0a461aa8 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0a4fd0aa crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0a51ae5b virq_to_hw +EXPORT_SYMBOL_GPL vmlinux 0x0a8d3fe1 device_register +EXPORT_SYMBOL_GPL vmlinux 0x0a8f2e12 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x0a90b935 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x0a9f8881 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0aab503e cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x0ae05623 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x0af810b9 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b114f06 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0b52b37a fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x0b5622c2 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bb27598 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0bff89c2 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x0c00c9a9 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c0e485c ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x0c196caf pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c7be7c2 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x0c7dc657 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x0c90990b usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x0cba17c1 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cc30bcd sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x0cc891e2 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cdf7565 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x0ce3ee5a mmu_kernel_ssize +EXPORT_SYMBOL_GPL vmlinux 0x0ce760bb bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x0d1f683a rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x0d1f86e7 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x0d2f0a03 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x0d385d5f usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x0d3cf4b9 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0d469ba7 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x0d4a262c device_reset +EXPORT_SYMBOL_GPL vmlinux 0x0d686c55 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x0d79acf2 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0d82dea4 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x0da79924 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x0dc80fd6 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de06988 cpu_first_thread_of_core +EXPORT_SYMBOL_GPL vmlinux 0x0e038bc9 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x0e1dc741 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x0e9a2839 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x0ec3bfae device_create +EXPORT_SYMBOL_GPL vmlinux 0x0ecf823a static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x0ed6e9a1 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0f277ec7 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x0f5acec2 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x0f5d98b9 srp_attach_transport +EXPORT_SYMBOL_GPL vmlinux 0x0f737504 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f7a01b3 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x0f9a3d43 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0fa91067 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x0fc369ad trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x0feaa67d skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x0ffd9a5e blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x1010686a raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101dad0c regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x101e423f tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x1022969e pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x1024883f regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x103d663f skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x106d2804 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x10929e1c regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x10938a97 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x109bccc7 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x10a4a9d0 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x10da7908 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x10dde9d1 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x1114011d threads_shift +EXPORT_SYMBOL_GPL vmlinux 0x1115528e pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x11308b70 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x11397965 sysfs_remove_device_from_node +EXPORT_SYMBOL_GPL vmlinux 0x1140b78d blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x114ad21d usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x114bd8f7 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x115a1abe tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x116c2aba devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x117c7305 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x11c032dd fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x121cc09e set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x1236a787 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x12372b63 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x124ccdd5 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x12618f89 __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x12a60817 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x12a98cc1 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x12ac8a92 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x12cb26ae usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x13186919 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1329e08a bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x132b9544 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x132ccd92 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x13552dc3 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x136a4ee6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x1384b6a2 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x1389da84 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13b2c8ca pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x13b463a5 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d7f52f ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x13e16d01 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x13e5ea13 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x13f723a3 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x142e0422 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x14324f76 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x1433cbc4 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x1441eb2c __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x144276de __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x1466fb8d sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x147e1f0b irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1490c750 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x1494943e ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x14f6b761 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x14fc1db0 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1504c0ce shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x15143544 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x152693a5 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x156d3206 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x1582ed1a iommu_release_ownership +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x15970d4c nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x159a697d anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x15b6c5ff of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x15b8b44d opal_async_wait_response +EXPORT_SYMBOL_GPL vmlinux 0x15c21e5e nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x15c75eda dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x15dcd956 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x15e91db5 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x15f9b7c1 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x16443615 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x1650120b component_del +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x1652088a ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x165cf844 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x1675911f simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x167d4ea4 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x168d1e79 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x16904759 of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0x16aeba76 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x16af8adc ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x16fdf774 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x1709511a pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17837354 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x1795ce87 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x179e3807 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x17a34234 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x17b2010a relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x17cf7d2d crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x17cfeb9e crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x17d58926 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x1807f319 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x1829b9ed hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x1848d7d7 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x1851fe03 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x185cadce max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x18821d23 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x18926f7a device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x189f874d powernv_get_random_long +EXPORT_SYMBOL_GPL vmlinux 0x192b0434 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x1935f3be tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x1956310a simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x195df7fd devres_find +EXPORT_SYMBOL_GPL vmlinux 0x1968b898 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x1983656b devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b31344 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19cdb7eb i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x19d0fbda cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x19ee45f8 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a26b7e4 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a57c0a4 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x1a775b16 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x1a8c5907 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ae44fd2 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x1b79d629 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x1b86c024 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x1b9664d1 __destroy_context +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1b9e6dc0 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x1ba61e49 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x1ba82607 eeh_add_device_tree_late +EXPORT_SYMBOL_GPL vmlinux 0x1bc5a40a wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x1bccac1d ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x1bd90ecf debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x1bec03b0 of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x1bfb1399 iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x1c000626 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x1c1215bd threads_core_mask +EXPORT_SYMBOL_GPL vmlinux 0x1c17a097 hash_page_mm +EXPORT_SYMBOL_GPL vmlinux 0x1c1d4be9 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x1c243e33 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c673756 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x1c7df74c kvm_hv_vm_activated +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1ca15167 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x1cb0a942 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x1cb40168 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x1cdb2147 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x1cf53bae regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x1cf82066 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x1cfe1860 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x1d1df3fa wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1d1eb62b ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x1d514472 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d5e12e4 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1d68ea1c usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x1d6a0fb0 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x1d7402e0 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d925f7d get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x1db652e9 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x1dc07962 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x1e000879 hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e2d6741 i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e7a01cb elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e898ff1 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x1ea22873 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1edc21cb hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1ee3248e regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x1eef8922 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x1f1988f7 hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x1f25f96b ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fb979f1 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x1fc08197 vtime_account_system +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x200c79a9 ref_module +EXPORT_SYMBOL_GPL vmlinux 0x203b497f blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x205235f4 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x206e0a38 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x2099d7ca pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20b091ba device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20cbbdd8 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x20ead083 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x211850f5 htab_hash_mask +EXPORT_SYMBOL_GPL vmlinux 0x211b315e wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x211f7bad __module_address +EXPORT_SYMBOL_GPL vmlinux 0x2151a0f1 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21b6eb2b crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x21cd5ee5 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x21d4c395 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x21f78d1b tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x222f3b75 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x227935f1 blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x22926a1c fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x2299bc4a pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0x229d6a56 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x22ca7c14 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x22f8b71a __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x23237845 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x23301199 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x233c07be of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x236ada82 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x2372db65 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x237ba62f hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x239f9157 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x23a4f063 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x23ae0bff devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x23d92dcf swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x23dafe2b eeh_pe_reset +EXPORT_SYMBOL_GPL vmlinux 0x23f153e7 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x24011e14 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24124b4a usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x2444fd21 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x24769c60 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24872364 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x248e7850 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24ae432d mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x24c069f1 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24ec635a dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x24efe3d2 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24f7cbf5 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x2507dc64 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x252400f4 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x2545e67f pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x254d4c6d arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x255ad1cc page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x2560736f fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x259ece1f crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x25a917d9 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x25ff674b blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2602577f genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0x2614169c sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x26333a37 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x2646d91e cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x264e2027 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2659ae38 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x267928d8 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x267e336a da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x26b14f8b fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x26b22d60 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c37508 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26d7ab5a add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x271544d4 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x272645f3 percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0x2727514a unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x275630b7 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2769bac8 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x278e3b40 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x279c15b5 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x27c0c4be eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27e8eda0 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f65dcb wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2801aab4 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x2811dc25 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x286b4d67 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x286e2573 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x28a6d038 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28b2c740 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x28bbfd2c preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x28c8d856 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x28e61d67 scom_map_device +EXPORT_SYMBOL_GPL vmlinux 0x29140f73 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x292363e4 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x2948a43d device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x294e7dea crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x2961d04d pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x29875333 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2993daad __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x299c87e2 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x29a28276 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x29b6351d thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0x29d73e48 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x29e6a5d4 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x2a0dfd02 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x2a515c7a device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a67f7da stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x2a81179b early_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x2aa94755 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ad4408d crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x2af72a72 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x2b062157 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x2b34e1d4 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2b5c303b smp_send_reschedule +EXPORT_SYMBOL_GPL vmlinux 0x2b61047f __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2b7f5353 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x2b889afb bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x2bb19155 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x2bb53c48 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x2bd9f32d ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x2bda7f2b cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x2bdbb263 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x2be31ea1 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x2bfcbee2 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x2c14337c clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c335da3 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2ca3ca04 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x2cd88f51 kvm_hv_vm_deactivated +EXPORT_SYMBOL_GPL vmlinux 0x2ce48c08 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x2ce71c45 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2cf3f493 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x2cf8cb08 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x2d0d1ed6 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1f1c7f powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x2d21631e tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x2d29ceaf tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x2d3b3f1f driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x2d3c56d5 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d64c6a2 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x2d730dc7 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x2d91d47a request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x2d9c2964 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x2da6e3ac device_rename +EXPORT_SYMBOL_GPL vmlinux 0x2db5e843 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x2dc22e28 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x2dc5a6d1 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2de04cb0 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2e0a1f8e ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e20c45c kvm_alloc_rma +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e270da0 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e65dff1 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x2e704d1c gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x2e90931b usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x2e960ecb rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2e9d285b user_match +EXPORT_SYMBOL_GPL vmlinux 0x2eb7fe11 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec493ff alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x2ef6791d pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x2f08e208 i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1f538f usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f4a7aaf usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x2f81905a sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x2f962337 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x2fa3b3f8 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x2fa74da8 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x2fc413ec list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x2fd651b6 pcibios_add_pci_devices +EXPORT_SYMBOL_GPL vmlinux 0x2fd7226a kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2fdba25a pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x2fdf9a92 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x2ffb5ff7 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x301832fb opal_async_get_token_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x301b7fbe virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x306c7c4f __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a57ca0 remove_phb_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x30a63c25 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x30b295de firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x3114a44f tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x3120f0bf __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312a3cda irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x3137599a dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x314d9f0a register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x31a8b28c cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x31bef441 opal_i2c_request +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31c913f0 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x31dcad59 kvmppc_do_h_remove +EXPORT_SYMBOL_GPL vmlinux 0x31f50f54 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x3216b3c4 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x3221ae5a unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x3249b3c3 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x32558777 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x326bab47 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x329e49b1 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x32a0f66f regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32b9dc9d pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x32bded08 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32cafc8b srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x32f74492 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x3310bf11 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x331586e6 system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0x332aed9a bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x332e5bfc mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3338e6e9 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x33398de6 mmu_psize_defs +EXPORT_SYMBOL_GPL vmlinux 0x334c5816 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x3350b192 of_scan_bus +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x337786fa usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x337a35a6 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x33955119 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x33bcc9df bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x33ebd386 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x33f32ff2 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x340bb40b wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x340bcdcc __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x345d220b proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x3465fce6 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x346737c6 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x346fd765 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x34af0adf opal_ipmi_send +EXPORT_SYMBOL_GPL vmlinux 0x34b8629e dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x34e278bd sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x352616ca crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x353a17e3 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x354720a0 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x356671c5 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x3568735a of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a86ab9 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x35bece53 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x35c382c7 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x35e26fe6 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x35eeaa88 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x35fb42b2 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x360002ee tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x36007483 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x360b80d1 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x362dcefc uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x363f2e6a fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x3663e6f6 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x368f1fea static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36f352c0 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x36f63718 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x3700e2a1 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x372096a7 pcibios_map_io_space +EXPORT_SYMBOL_GPL vmlinux 0x372b83a1 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x373e3a9a i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x3770549d tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x377c4012 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x37898e69 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x379172b4 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x37a504a9 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x37c2547e usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x37d0a9a9 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x37f0e6b3 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x37fc2ded ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x3825cd79 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3833fbb1 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x3841e7c8 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x3866e2a9 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x38a7e8c7 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x38ab32e7 pnv_get_supported_cpuidle_states +EXPORT_SYMBOL_GPL vmlinux 0x38c74f30 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x38cba46a spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x38d68048 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x38e83dce sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x395ae54c pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0x3988fa61 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x39c6f984 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x39c82b20 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3a024dce netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x3a0b8a1e uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x3a0f624f mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a277185 device_del +EXPORT_SYMBOL_GPL vmlinux 0x3a38dc65 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a56cb2b tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x3a8179b2 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x3a9f426e ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x3a9f4d41 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3acc82f1 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad0e201 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x3ad3b73f pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x3ad763ac dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3b03c2e9 eeh_pe_set_option +EXPORT_SYMBOL_GPL vmlinux 0x3b127b0b iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x3b2876a8 component_add +EXPORT_SYMBOL_GPL vmlinux 0x3b2b207d of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0x3b694359 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x3b6946fa pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x3b7fb043 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x3b84fde9 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3ba0c5e0 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x3bd67a20 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x3bee62c4 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x3c0dcb66 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x3c428961 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x3c45bff1 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x3c7b8860 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x3c8753ee ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3ca3bd2e ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x3cbf8e1d device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x3cc688a4 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cf042a1 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x3cf69baf slice_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x3d0422ec iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x3d308fe4 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x3d32f14e wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d594553 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x3dc26550 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dde3963 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e08aad5 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x3e1373f1 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x3e1c94f3 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x3e21b487 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3e259239 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x3e42b08a wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x3e54bfca of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x3e6f786c usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e805782 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x3e92a4ba ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3e9c24c8 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x3e9d3fc4 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x3ea92577 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x3ead7cc0 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x3ed19e34 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3ed3d817 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x3ef705f8 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3efc5733 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3f21f509 __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0x3f3442a4 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x3f46b57d tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x3f8bd3cc sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x3f9a7c81 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x3f9fcd2b posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x3fa4fe84 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x3fb14423 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3fb2bd8a irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x3fbcd0d3 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x3fc72d3d __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3fd2c2a5 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x3fef7431 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x400077fe debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x4024fdc6 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x40322cd0 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4044820e dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x4059594b thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4059a3ef __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x405c9c42 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x405e0914 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x40694a96 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x407e4991 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x408b5141 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40b98ff2 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40d87f35 pcibios_unmap_io_space +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f662a9 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x4102480e rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x4128863e pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x413f94e1 opal_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x41408f7f crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x4153318c platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x415cfdae platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x41697e81 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41852fdf da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x41b7c8d6 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x41b834d7 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x41da8797 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x42129eba fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x4220ea92 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x42325d8a crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x42484e65 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428c5018 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x42902031 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x429855c7 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x42a49d79 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x42ad39de perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42be1b08 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x42c229c3 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x42c3efe5 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x42d76397 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x42dabc4f blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x42fbf21a debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x42fbf26e ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x42fc1b62 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x431d1f38 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x4338dfdc tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x43458ffd fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x4350038b of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x43634b33 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x4369035e get_slice_psize +EXPORT_SYMBOL_GPL vmlinux 0x437296c2 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x437530db rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x4383cc6c iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x43901187 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x43997b4f transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x439f68f6 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43ac37cf key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x43b27734 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x43c84014 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x43dad3e9 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x43e1ac93 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x43e1b4f8 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x43e2b504 user_read +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x43fa2412 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x43fe1f0c bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x44044fb7 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x440587b7 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x44346ed5 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x4462b29b power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x4472ebef raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x449a4521 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x44a35c23 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x44b40654 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x450fb522 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x45180ee2 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x4524757a extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0x452acc50 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x4544faaa of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x454a5bb9 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x454ded5f srp_release_transport +EXPORT_SYMBOL_GPL vmlinux 0x455abb49 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x4564180b led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x457076d3 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x458b50da bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x459810cf regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x459e9d29 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d20a24 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x45f0bc37 kvmppc_h_put_tce +EXPORT_SYMBOL_GPL vmlinux 0x46094ea1 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x460ce748 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x460fb143 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x464be088 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x4651e341 of_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x46666518 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x46773799 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x46848371 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x46885cb8 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x4688c96a usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46d624dd pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x46ef5957 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x473c3ce8 unregister_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x47aa88cd led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47d047fe pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x47d85c30 cpu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x47eed4cf usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x4815bd2c ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x4829e088 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x484ae49b iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x487d329b fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x48ba1fef device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x48d9b6af spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x48f2b8bf ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x4901433a sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x490284e3 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x49499f0b tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x4992fb7b wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x49bc852d serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x49c5d7e9 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x49e7f62d irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a33d748 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x4a43d39e cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x4a55971a tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x4a90160e bprintf +EXPORT_SYMBOL_GPL vmlinux 0x4a9316d8 single_release_net +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4aaec11f nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x4ac5ba7b class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x4af30198 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x4af5c6a2 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4b34a8c8 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x4b463bdf fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4b5491a6 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x4b5cfd04 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x4b6147e8 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x4b693499 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x4b862f08 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x4b8eab18 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x4b991fb2 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x4bafd419 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x4bb7249a platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x4bb8710c device_move +EXPORT_SYMBOL_GPL vmlinux 0x4bc51204 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4be613c0 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x4c09e470 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x4c10d119 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4caa77c1 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x4cc24a2c ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x4cc3851d irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x4d2326a0 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x4d6157e6 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x4d64d8ef fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x4d90b89f usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4da22236 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x4db2e9e2 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x4db41c5c sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4dc6c365 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x4dc6cb89 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x4dcb5dd6 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x4dd3b204 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4df0a3c3 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x4e02be19 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e13ad6e __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x4e178bdc inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e4ff6d5 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x4e9fd460 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x4ede41b2 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x4ee4d6e1 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f0972e8 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x4f42341a register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f5c53c3 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f74c1d1 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x4f764b74 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x4f839f3e __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x4f850928 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x4f887515 dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x4fa01ae2 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fde5b80 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ff5efa4 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x50180e21 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x50376704 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x5039c4ab percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x5061097e ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5078ad75 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x507de8c6 add_memory +EXPORT_SYMBOL_GPL vmlinux 0x508620dc scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x508a5197 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50995553 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x50bed3ae ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x50d49fe0 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fa7a9d wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x51052ea0 md_run +EXPORT_SYMBOL_GPL vmlinux 0x5112d8d3 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x511387d5 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x512f4b25 use_mm +EXPORT_SYMBOL_GPL vmlinux 0x51336a46 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x5154e5d1 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x5176f03f usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x51a52434 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x51b65a26 rtc_lock +EXPORT_SYMBOL_GPL vmlinux 0x51e495ae of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0x51e685a8 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x5205e64d disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x5215d612 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x52170376 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x522f538b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x52490e71 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x5289ef65 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x528e3bbb regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x529772e1 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x529fc8af dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52fb9b9a perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x53032445 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x5335dd11 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5348c390 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x537926bd phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x53a8272c devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x53d0ed46 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5434f075 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x546c5565 ppc_tb_freq +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54c87025 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x54d341a8 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x54de2e14 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x54df57df simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x54e310f2 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x54e57429 realmode_pfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x54f8685b srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x54fec1e1 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x552fdfad rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x55320191 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5567c966 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55793692 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x5579d54a inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x5588879e kvmppc_entry_trampoline +EXPORT_SYMBOL_GPL vmlinux 0x558c311e crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x55951beb ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x55b05b44 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x55f3428b sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x56007864 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x56204978 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56355d75 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x5675bd5d skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x569d6767 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x56a3f8e1 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x56ae6185 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x572fa1ef bus_register +EXPORT_SYMBOL_GPL vmlinux 0x575b35b6 percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x575c5f94 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x578d2e86 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x579035b6 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x5794f89d uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57cf89a4 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x58054df7 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x58458af5 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x5857dab6 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x58647f68 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x586edff5 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x58837ec6 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0x5886a260 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x588f7fce platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x5892f832 release_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58bf3f4f dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x58d5610f pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0x58db9d0c ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x59181300 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x59272d7f usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x593508bb platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5963dc7e skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59ccb00b iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5a024ecd percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5a6f9661 __remove_pages +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8eea31 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x5a93eb4a irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x5aa206dc devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x5ae445b7 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x5b099293 __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0x5b1c439d ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x5b20b37d hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x5b25da71 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5b4d0996 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x5b71f391 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x5b918b08 of_node_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x5bc9ad68 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x5bea3c89 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x5beaf355 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x5beeb221 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x5bfcdd13 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x5c1c25b3 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x5c5871f1 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x5c63a226 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x5c71fcce hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5c90f6a1 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cbaa0d3 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x5ccf8e16 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5cf8a882 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x5d0bd2c6 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d26adbc regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x5d275b34 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x5d34d89e tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x5d5861e4 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x5d77952d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x5d86df0d blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5db1c1d3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x5de86f79 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x5e16cc3a wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x5e21b766 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x5e2532b6 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e75b47c virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x5e8242d4 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x5e8fc6bd pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x5e91e0f2 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x5ea0db29 copro_flush_all_slbs +EXPORT_SYMBOL_GPL vmlinux 0x5ee01932 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x5ee7542e reserve_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5f0436f4 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x5f140bfb component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f3e6c09 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f79a98b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5fd6ce48 iommu_clear_tce +EXPORT_SYMBOL_GPL vmlinux 0x5fe5035e __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x5ff3809d proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x600766ec vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x60296ab5 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x60298ded thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x60393a08 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0x60467b06 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x605e9bfe of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x60798fce ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x607da9c3 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x60837d78 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x609b6f26 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60af23af crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x60ea2b25 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x60ee2988 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x60fd588f wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0x6100b54c devres_get +EXPORT_SYMBOL_GPL vmlinux 0x611f1f31 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x6152c4c0 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x61741418 iommu_take_ownership +EXPORT_SYMBOL_GPL vmlinux 0x6176c649 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6183ff15 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x61a90c54 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x61ff51a5 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6241c39e pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x624543df ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x62668de1 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x627ba6b0 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x627c6ee4 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x62a822bc vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x62e16cdb fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x62e547eb wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x62ec0773 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x63051465 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x63160d34 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x63398dc5 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x633e9692 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x6359e453 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x63960125 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x63cd71c0 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x63d0315c pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x63e0c536 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x63e80609 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x63e81eac inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x64030944 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x642718b2 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x647ca80f scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x64e658c1 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x6504a293 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x6505957b eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x650981f3 put_device +EXPORT_SYMBOL_GPL vmlinux 0x65204ecc napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x655e5cf4 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65e8a7aa pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x65f04d06 devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x65f1ed35 kvmppc_clear_ref_hpte +EXPORT_SYMBOL_GPL vmlinux 0x65f7c934 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x66107ffb pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661df975 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x66272f08 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x6642477e crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x6644dfa7 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x6654997b blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x6678161f __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668d0b08 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x6693f7b4 eeh_pe_configure +EXPORT_SYMBOL_GPL vmlinux 0x66afb53b unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x66cb1433 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66eb3d22 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x66f4b8a4 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x66fc0e55 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x6747ac70 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x67594058 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x6783510a regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x6786da6d wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67ba647f ping_close +EXPORT_SYMBOL_GPL vmlinux 0x67cbf4da ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x67f9d1e2 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x682ce5fe led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x682f3036 __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x684709da devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x687a624e rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x68923d9a of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0x68f2ba23 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x6909723f xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x693edb56 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x694197e3 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6955b58e devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x695f1b5a input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x69768070 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x69790ef6 __init_new_context +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697cbbb4 threads_per_core +EXPORT_SYMBOL_GPL vmlinux 0x6986e7eb pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x6998ed14 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x69abd377 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x69db1165 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x69e85653 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x69f1efb2 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a422eaf regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x6a4b24f8 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a55333e rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6ac09d8a blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x6acb8d84 ppc64_caches +EXPORT_SYMBOL_GPL vmlinux 0x6ae77448 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x6b03099c pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b393030 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x6b41bd83 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x6b5e544b dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b93bf60 inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x6b9bae8d fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x6bab2d73 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1a219b usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c26c1cc blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x6c2abd1b security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c661681 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6d2785b5 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d88d32c device_add +EXPORT_SYMBOL_GPL vmlinux 0x6db5019d regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x6dc36d39 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x6df8f4cd pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e1da127 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x6e241bde crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x6e302679 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x6e379526 kernstart_addr +EXPORT_SYMBOL_GPL vmlinux 0x6e538979 eeh_pe_get_state +EXPORT_SYMBOL_GPL vmlinux 0x6e600771 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6eab8497 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x6eb0b615 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x6eb304ab xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x6ebf3cec __giveup_vsx +EXPORT_SYMBOL_GPL vmlinux 0x6ed8a657 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x6edfa55a posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x6f160f1e usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f2f4abe rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x6f3191f8 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6f841f41 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x6f86160b __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x6fac8784 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x6fc98b52 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x700d9755 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x701103c8 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x705a1a0b uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x705dd56f rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x70938ac9 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x70bdcbfc pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x70c5f282 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70fda600 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71157a74 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7115945b devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x711cdc5a ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x712b9fbe rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x7155d30a irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71653064 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x7180b40a spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x7184a36b devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x718a536e sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x7192c079 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x719eb043 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x71a3d8a3 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x71a64ff9 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x71af92a4 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71b95be4 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x71c95bd5 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71dcdf8b crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x71f1c200 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x7209c4d6 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x720d8504 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x7255b600 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7286f9cd thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0x7289d56c pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x72ac3c6f do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x72d286a8 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x7306c6b5 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x735a5b3e regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x736c5acf sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x73721f3d device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x7377ab32 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x7394035b handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73e38a34 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x73e4a8fb pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x73ff0907 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x74176045 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x741f44b3 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7479b6d4 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x747f9e8c ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x748af03e sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74a4b6ea srp_rport_del +EXPORT_SYMBOL_GPL vmlinux 0x74b08543 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x74b66202 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c202e2 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x74eb8bbf ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x750c5e94 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7522a10a regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x7525500c thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x753c5120 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x75490387 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x757b49d2 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x75907ab9 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x75ab84e8 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x75e10888 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x75e6e037 hash_page +EXPORT_SYMBOL_GPL vmlinux 0x75f2a044 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x7604a811 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7614bbba regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x76212740 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x76296557 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x762a1bde set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x764cd4b2 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x766646af rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x766c1e1d wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7694a6be dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x76951359 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x76a6984e kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x76ab373e ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x76bdbdb0 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76eafec6 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x76f0e26c register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x77342bc3 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x773ca660 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x774068f9 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x776c57a2 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x7778fc81 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x77a7b1c2 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x77ace49a tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x77af1495 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x77d0432e regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x77d3d551 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x77d6db53 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x77ed1b8f regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x77f38ac2 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x77f666de tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x7802adc7 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x7802da88 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x7802f193 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x780348e4 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x78253c4f xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x78591fd1 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x787bcbed regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788b31e3 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x78a615a3 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x78f5a15c virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x7950c82c ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x79627016 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x797aabd5 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x797b9125 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x797e1e6e sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x79b0e7f8 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x79f45f9c dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x79fd74a8 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x7a058d1f da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x7a0c0867 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x7a1128b4 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a3de714 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x7a598edd subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x7a748990 rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x7a80c833 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7ab8ef5e debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x7abf4c1b pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x7acafcad scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x7ae380bb fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x7b05aa2e stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x7b085b15 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b0f2127 find_linux_pte_or_hugepte +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b1eeb08 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x7b292d19 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x7b5a2407 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x7b618c90 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7be99141 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x7c0dd301 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c37bc89 pseries_ioei_notifier_list +EXPORT_SYMBOL_GPL vmlinux 0x7c7f66a0 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x7c898417 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x7c9f3e69 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d18de6f blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x7d273c0c fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d4d0567 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d6a3a28 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x7d928a69 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db9a768 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7dd46c06 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7dfd96be rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7e17ba7b klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6db012 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7ea64677 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x7eb07ed2 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x7eb3a90c sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x7eb7342b crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x7ebbbe85 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x7f008202 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7f01807c pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x7f418cbe relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x7f7179d4 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x7f758424 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x7f7bc710 klist_next +EXPORT_SYMBOL_GPL vmlinux 0x7f9fa58b sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x7fa3a7f7 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x7fa550f3 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x7fc40382 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x7fe37379 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x7fe6bc3e pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x800bfc41 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x800cc5aa remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x8039eaab pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x803eb8d7 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80c9cc73 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x80d3927f __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80dde8fe ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x80df8622 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x80e5abd8 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x80ed7b15 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x80ef141e alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x80f77142 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x80f9e4b2 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x8100fe09 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x8114b8d6 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x814c973b inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x8150dcc4 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x81ef1ae9 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x8223e5a5 napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x8247d356 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82beb3f1 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x82d722df get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82ded12d pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x8321f6a7 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x833d0c93 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x834ae189 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x83560e7a ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x8363759e regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x836d61d0 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x837b9d58 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x839a1e09 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0x83a8b9f2 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x83b7ab41 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x83d37820 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x83ebe2a3 mpic_subsys +EXPORT_SYMBOL_GPL vmlinux 0x84166ae4 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x8429c1ff tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x84421092 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x84423b7d pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x8450bab7 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x84630b51 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x8487a2b6 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x8493fe6d device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x84ab6da3 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x84b1331e napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0x84bf7cc0 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x84d88caa blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x84ed9e26 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x84fb56f4 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x850804a2 extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0x850c7db4 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x850f199f of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x85185afd watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x8528810c rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x853ab0a1 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x855b8b44 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x855c532b pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x85646ef0 iommu_tce_build +EXPORT_SYMBOL_GPL vmlinux 0x8576cf2d debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x85819fdc phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x85a20be3 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x85ad9f12 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85d7ccbc bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x85d84a29 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x85f9e6b3 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x8627ca23 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x862c2d8b posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x86829eac balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x8689bf1c platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x8693f395 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x86ab5f2c ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x86b7ca65 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x86eb1efc sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f77873 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x8702e548 process_srcu +EXPORT_SYMBOL_GPL vmlinux 0x87186feb dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x872ecb33 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x8736f4cb cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x8737e15c crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x8752efc5 srp_stop_rport_timers +EXPORT_SYMBOL_GPL vmlinux 0x8791290e iommu_put_tce_user_mode +EXPORT_SYMBOL_GPL vmlinux 0x87a43089 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x87a82475 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x87a854c1 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x87b28b64 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x87d1f685 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x87e8de6e __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x87e9b9c6 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x87edfaa5 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x8804af3d usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x883949a0 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x883de371 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x88472180 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x884df5aa of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0x8850ab24 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x887bf1b1 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x88860c51 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x8897037d security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b2df79 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88bb4099 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x88be7006 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x88e6fd35 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x88f5672a regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x8917ffd0 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x89191ddb agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89846a01 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x89895816 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x8989bfd3 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x898e7de5 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x89983554 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x89a38070 shake_page +EXPORT_SYMBOL_GPL vmlinux 0x89af3352 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89e0a2af max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x89f7df7c __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x8a250d3e fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x8a387947 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x8a58b037 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x8a6a627c spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x8a74be2e virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x8a90d868 kvmppc_h_get_tce +EXPORT_SYMBOL_GPL vmlinux 0x8a93b926 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x8ab61911 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8ab640fd device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8af3d5d8 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x8b131f84 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8b1883fa get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x8b3a4789 cpu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x8b4e676c pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x8b5c23aa tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x8b70e8ea __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x8b7bcda3 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x8b9c9de9 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x8baa0b8b rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x8bab6e1d ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x8bb2b278 eeh_dev_check_failure +EXPORT_SYMBOL_GPL vmlinux 0x8bbaec08 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x8bbfef95 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x8bfedcca kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c4dc4a5 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x8c50cd0c sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x8c5bbe6c power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c95cc31 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x8ca0802f eeh_add_device_tree_early +EXPORT_SYMBOL_GPL vmlinux 0x8ca4e7ac spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x8cda8fcb usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x8cdf717b unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x8cea765f memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x8cf29b82 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2f384a pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x8d36c088 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x8d4d4104 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x8d6241c2 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x8dbf5a20 kvmppc_hv_entry_trampoline +EXPORT_SYMBOL_GPL vmlinux 0x8dc3eacf ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x8ddf8c88 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x8dfe51dc pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x8dffa931 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x8e0c5350 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x8e35a311 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x8e5f1b9b spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8e7e4488 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x8e95c4b9 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8ea4246a debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x8eb3b95f phy_get +EXPORT_SYMBOL_GPL vmlinux 0x8ec0a6b0 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x8ed35982 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x8ed7ff99 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x8eeb6131 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x8ef338ab tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x8ef5d6d9 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x8f02b63e stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x8f06c1f9 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x8f12eeff input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x8f24f2b3 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f735ff1 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x8f8a365c ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8fc4f098 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x8fd04355 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x8fe043de usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x90111a15 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9025d8d3 eeh_add_sysfs_files +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x9064c797 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x9077d5ea usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x9090d779 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90b3a0b2 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x90bfd4c4 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x90c8c5c4 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x90cbceb5 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x90d8e089 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x915b99a3 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x91806077 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x9185b9aa register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91a21854 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x91b5596f pcibios_finish_adding_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x91b9eda9 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x91bf5db3 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cc493c file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x91dcc962 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x91faf7a6 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x920e5c43 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x9227f93a unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x923555bb ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x926a360d usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x92780e02 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x92861537 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x92ac706d relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x92bb2613 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x92c98fc4 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x92cc9128 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d8b5a0 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x9349156b ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x936b2087 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x939610d6 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x939f3e21 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x93a4fc47 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x93a5197b ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x93ad31c0 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x93c17a23 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x93d1854c crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x9400e7ee rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9432ff60 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x94483b79 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x944bdde1 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x94558f73 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x945d46b8 devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x946220dc tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x948938cb crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94ae8e23 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x94b053d0 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x94b7747c crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x94d972b7 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x950ab0aa da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x9557a5c4 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x957069e6 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x95736ef8 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9595a025 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x95a3d0eb kick_process +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95ca461a rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x95d03235 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x95fa6c98 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x961e995b sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9622815a rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96248bdd unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x96441490 iommu_tce_clear_param_check +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965c0b4f devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x967b01bc pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x96827034 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x969681a0 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x96a1153d devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x96c1b772 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x96cce02f usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x96d3c35d phy_put +EXPORT_SYMBOL_GPL vmlinux 0x96d83c5f sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x96e8e6c5 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x96fb2af6 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96fba0b3 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x970dcd2e mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9735f061 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x976aeb48 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x97755a8c regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x97825d2c max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x97c420e6 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e81507 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x97eaa05e extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x97f2e58f ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x97f9412c extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x982842c5 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9835920b extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x98474112 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x988a6260 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x989ba80e arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x98a02a70 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x99182b7e perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x9923ce60 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x9987e6e9 opal_get_sensor_data +EXPORT_SYMBOL_GPL vmlinux 0x99891f36 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x998aa92d dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x9995f747 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x99979116 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x999ecbb4 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x99a63369 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99bda965 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x99d32020 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x99de0c93 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x99e28f10 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x99fe3d82 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x99ff8d08 opal_invalid_call +EXPORT_SYMBOL_GPL vmlinux 0x9a002cb0 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a2015d1 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x9a27ef7a vtime_common_account_irq_enter +EXPORT_SYMBOL_GPL vmlinux 0x9a2f0cfb subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a3f5dca bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x9a41a7d8 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x9a452470 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x9a49d937 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x9a6d323f extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x9a79eb1f usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x9a7cb9d6 get_device +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9aa1cbc7 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9aad6540 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ace5357 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x9adf08c3 mmu_linear_psize +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af6b33a relay_open +EXPORT_SYMBOL_GPL vmlinux 0x9b26cea5 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x9b2b93ae __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x9b5baece srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x9b5d2b17 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9b72df12 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x9b7892b8 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bd93714 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c01d25e wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9c08f6e1 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x9c5228b4 copro_handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ce6c366 kvm_alloc_hpt +EXPORT_SYMBOL_GPL vmlinux 0x9d050278 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x9d0a37be kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d3be941 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x9d42831a find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x9d8b561f ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x9d8c036c driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x9d914fa2 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x9d93dfdb usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9d9e43ce of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9dc379c0 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x9de880e1 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x9e25cb1c component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x9e2eff93 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e670eac blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x9ea3b528 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x9ea55a89 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9ec647b4 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x9ec986c2 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9edc3872 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x9f3e13f6 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x9f53fde9 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x9f570ee1 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x9fc2720a crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe162a4 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x9fe85500 rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9fee8cdc dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x9ffe8712 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xa0085c1e crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xa0733abf transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa084003e gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xa0a27fff pci_address_to_pio +EXPORT_SYMBOL_GPL vmlinux 0xa0d21ed1 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xa0ff9a22 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xa118d528 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa185ef66 of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0xa1d59ade inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0xa1f8b70b adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xa2202655 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xa22f5f9d _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa271c9ad phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xa28bdd37 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xa297b556 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa2b121cb devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa2b39ccd tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2d3e718 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xa2e246e9 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xa2e269af user_describe +EXPORT_SYMBOL_GPL vmlinux 0xa333e49d crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xa3532084 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xa35f25d3 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xa376668b wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa382f325 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a2d9af walk_system_ram_range +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3bd8716 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0xa3beaf60 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xa3bee31b ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xa3c8466e adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa3cca42d __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa3cea037 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3f83fff regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xa42c1e9f regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0xa47024bb fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48c670a iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xa4c413e8 devres_release +EXPORT_SYMBOL_GPL vmlinux 0xa4d7eabb arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0xa4e0e326 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xa5380286 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0xa5432920 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xa54622da pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0xa552e67b ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xa5867cc5 relay_close +EXPORT_SYMBOL_GPL vmlinux 0xa5b00659 ppc_proc_freq +EXPORT_SYMBOL_GPL vmlinux 0xa5b16c16 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xa5c019b0 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xa5d4e113 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5efe460 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xa5f1eec6 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0xa601a88c crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xa614f9ee usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xa617dd7b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa6270a3a rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0xa6294273 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xa639d933 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xa6802dbc dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xa680e2b0 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa720b6f7 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xa723348f __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa72edd20 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa7593e2a kvmppc_add_revmap_chain +EXPORT_SYMBOL_GPL vmlinux 0xa7763dd0 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xa78057df regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa78969c5 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xa7a4705c hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xa7e3d238 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xa7e74355 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xa802b640 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xa83a129d sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8530d95 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xa8609a4a platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xa86e9a6c device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xa8729768 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xa87a1153 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xa87e305b pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xa88e4f81 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa8aa1496 iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0xa8c2b676 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xa8cc4e8b i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xa8ede6b9 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xa925e478 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa93271a5 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xa948801e usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xa9568145 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xa95acda3 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa96583f2 pcibios_remove_pci_devices +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9bddf2c regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xa9ccefe6 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xa9ce341e usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9e44b7c ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xaa157892 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xaa24c564 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xaa2f4ee5 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xaa4e92be spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xaa7ead26 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xaa809399 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xaa8ac3e7 __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xaa962d97 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xaa9c1ac4 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab6534ca kvmppc_invalidate_hpte +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab6e7973 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xabb603bf cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xabbb6d39 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xabc5be65 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xabe142eb ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xabe91de5 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xabeac48b ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xabf08530 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xabf4a80b rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xac1a4621 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xac1f0878 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xac3a6047 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xac50c01f mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xac684afe ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaca98561 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xacc501c1 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xacc5cea3 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xacd08dff ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xacd60d6d input_class +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xacfe997e powerpc_firmware_features +EXPORT_SYMBOL_GPL vmlinux 0xad039c54 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xad230160 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xad55f525 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xad7b8944 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0xad89d9a6 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xad8d2717 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xada29224 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xadaf985a gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xadba2f45 of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadc99103 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xade7857f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae06a946 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xae1af779 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6a3714 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xae6b1bad spi_async +EXPORT_SYMBOL_GPL vmlinux 0xae6eaf93 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xaec0b82a ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0xaef2e5d4 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xaefc56b9 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xaf0026ca cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xaf045d4f ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xaf0c45f4 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xaf13e752 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xaf474943 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xaf907626 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xaf9efb0b extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xafa8e856 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xafceefa1 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xafd3b96a pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xafe8a9ce of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0xb00dc616 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xb0707613 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0be57c2 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d85d40 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb0dc732e debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xb0debdbe mmput +EXPORT_SYMBOL_GPL vmlinux 0xb10ca130 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb1894607 opal_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1ae2375 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1c63658 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1ed1cd6 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xb1f7e581 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xb2011a4d crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xb212228a __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2382d66 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xb244ca03 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xb29edade kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xb2b0fdca cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xb2b98810 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xb2c69d0b put_pid +EXPORT_SYMBOL_GPL vmlinux 0xb2cfb4a3 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2fc3493 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb31b2c96 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0xb3300fa0 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xb347bb2c work_busy +EXPORT_SYMBOL_GPL vmlinux 0xb35d736c crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xb382013f power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xb385237d devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xb3b57009 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xb436d11e xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xb4403908 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xb45ce77d led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xb4686f92 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xb471d85e task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4b9cb87 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xb4d04807 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0xb4e3876a usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4ed8af0 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xb4f8ca93 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb52a7e79 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb52e34b3 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb53b8778 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xb53e12d5 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xb54f90c1 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xb55dad25 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xb5763d9e sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xb57d63a4 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xb5848bae __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xb586468b mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb59ba8ea __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5aa10af atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5af372c spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xb5b479dd blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xb5c8edf4 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5e11820 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5fb88a5 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xb60b5707 of_i8042_aux_irq +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6287ccf usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb62dc192 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xb62fc556 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0xb6331d81 regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0xb643c250 xics_wake_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb6560d44 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb67fcfc8 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb6a30ce8 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6e938fa flush_fp_to_thread +EXPORT_SYMBOL_GPL vmlinux 0xb6f82631 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xb719e3fd irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xb7236bd1 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb755d438 of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0xb7628812 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xb76d4f47 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xb784b44d platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xb78fba98 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xb79428c8 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb7a4fcc4 of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0xb7a67ac2 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb8132132 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xb8458fbc __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xb8576ae7 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xb881e48f netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xb897c174 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0xb89e4ec3 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xb8a2d61b ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xb8cda498 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xb8d6f7c7 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xb8e46198 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb910b8ef rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb95d2c1c virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xb986a99b fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xb9a1bd73 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb9abb240 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xb9b083a2 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c57034 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9e613c0 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xb9f27992 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xb9faaa86 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xba00de9a pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xba158769 rtas_cancel_event_scan +EXPORT_SYMBOL_GPL vmlinux 0xba1a8195 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xba24d999 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba5e2136 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbaaa5f26 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xbab1522a palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0xbad364b2 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xbb03452f inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0c0d49 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xbb3cade2 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xbb49de43 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0xbbc07cc0 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbc2d23e4 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xbc34aad0 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xbc44b312 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xbc47fd49 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0xbc5b5c92 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xbc84f138 iommu_flush_tce +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcc7995f thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xbccf0f54 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcf02f92 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd5b11f7 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd7ed516 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xbdc18469 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd6a954 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xbe0acfb0 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe2e6564 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xbe4835bd skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xbe5aa28f blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xbe8987d1 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xbe8d2774 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xbe958826 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbee56f25 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0xbeeceb8d pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xbeed1efc wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf1cc04b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xbf2ffba7 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xbf6a49cd blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0xbf6f984c usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xbf8e36d9 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xbfb1aee9 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc53a9f of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xbfcfca52 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xbfd728ad ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xbfda1d71 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xbff51c13 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc0007541 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xc003a368 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xc029d735 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xc02bec3c usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc033cc17 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xc0342c3b crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xc065a455 cpu_core_index_of_thread +EXPORT_SYMBOL_GPL vmlinux 0xc06a63ee ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xc0793a27 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0a68dc6 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0xc0b9135b gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xc0bb0f52 __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0e95c30 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xc0f2b3e8 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xc0f3735d gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xc1073cf7 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc1123d39 srp_rport_add +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc1593065 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xc1647dcc hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xc170a93b ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc176d9fd inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xc1796708 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xc17ac4c9 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xc1bc2f11 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc1ca0da7 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xc2259d2e skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc25eeb48 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xc271dcfe platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xc27d60f5 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2861488 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xc294d581 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xc2c25342 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc3106212 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xc311c679 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc31f1eb0 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3487d8a sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xc359a56b rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xc36fe95e __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc3acbded ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xc3c08b8a usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xc3c6c9cc hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3d36051 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xc3e6d566 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc4096ef6 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xc40f5e62 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc43fd446 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xc444a4e0 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xc4540a72 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc496c20b ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xc4a16a61 unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xc4a4d97a __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xc4c1dde2 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0xc4ce8d12 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xc4d9605f usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xc4df6b0c pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xc4eb1607 of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0xc519ad5c devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xc56a27b1 __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc579a3f8 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xc5a2c19f idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc606cd3c boot_cpuid +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc628fe14 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xc6294186 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xc62dd63f class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc6577cb1 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc68aa252 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc69a9487 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a6d3aa usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xc6f55b5e dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xc70479b1 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xc71843e5 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xc718c1da uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xc727d07e usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc746a309 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xc74cca13 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xc750353e event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xc76d2d87 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xc77331c2 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7af679a reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xc7b19292 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xc7c3268c spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7c65270 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xc7dc7367 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc7dffa52 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7ff5062 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xc80db0eb skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc8203fb4 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xc826b943 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xc85b4739 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8b5eb7c find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xc8baebd0 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8e41827 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc95241af __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc99efd35 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xc9abfb68 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc9ac1cfe of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0xc9b4709c scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xc9be20a4 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc9bf7a0b scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xc9c21ced usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xc9c2ae83 init_phb_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xc9e485f6 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc9e8a1a5 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca093646 netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0xca357c8a usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca845fdc usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xca8d5d27 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0xca93bdb1 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xcaad1226 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcae5427e irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xcae670a8 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xcb110a22 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb33ba89 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb589db9 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xcb5d9bcf rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xcb6b5847 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xcb7caf34 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xcb85e9c8 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xcba815e2 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xcbe74e4a regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcbf3d49f do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xcbf6b39b device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xcc041c4d balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xcc0ab688 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xcc0ebf4f iommu_clear_tces_and_put_pages +EXPORT_SYMBOL_GPL vmlinux 0xcc0f1009 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcc198a28 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc716002 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xcc77406f mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xccb0687a pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xcd0035f5 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xcd0f8010 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xcd1a625e thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xcd6593bb fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9f9b5c crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0xcda1c445 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xcdaa7f4e regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xcdac15eb dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xcdc97d68 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce2cd65b arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0xce30ae42 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xce30afeb extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xce3fedb7 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce472fad split_page +EXPORT_SYMBOL_GPL vmlinux 0xce5771e1 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce6f381b wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xce74a187 iommu_del_device +EXPORT_SYMBOL_GPL vmlinux 0xce813d8f devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xce9d596a tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcecfb781 isa_bridge_pcidev +EXPORT_SYMBOL_GPL vmlinux 0xced4f2cd unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcefb0969 cpu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xcefe3c8c of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xcf274bc2 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xcf3a235b ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf6f9003 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xcfa39eca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfbee748 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfdf1cce phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xd00c1d37 devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0xd01cb26a register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xd024f273 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xd02c0c46 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd03c9b80 kvm_release_hpt +EXPORT_SYMBOL_GPL vmlinux 0xd0506190 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd077d641 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xd0806708 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0cfd2b7 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0xd0da7d62 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xd141a392 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd15174e7 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xd160a471 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd16abe7c of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xd1a6eac6 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0xd1bc1d5b i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xd1d68509 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xd1f38d74 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd20c56d9 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd22bb495 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xd233cf23 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2c89793 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xd30a5627 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xd34de196 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd3592dd9 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xd3610afc ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xd3a8222e shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xd3c8610c device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd48a6748 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xd48e3a75 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xd4a874e2 iommu_tce_put_param_check +EXPORT_SYMBOL_GPL vmlinux 0xd4ae8082 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd4be342e da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4d4fc63 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0xd4ebe165 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xd519b01a max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xd51fa858 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xd55563dc i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd599ba18 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0xd5b41b3c usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5c36c40 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xd5dc7d1a regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0xd5e042b6 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xd5fb0dd7 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xd60a76f4 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xd60fcf1d uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xd62e59fd kvm_release_rma +EXPORT_SYMBOL_GPL vmlinux 0xd65a0fae sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xd65e5090 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xd6615258 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6a251d2 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xd6a43677 opal_async_release_token +EXPORT_SYMBOL_GPL vmlinux 0xd6c1bb12 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0xd6c7aefa srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd6c7f221 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xd6d31d74 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xd6d46e7d bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0xd6dd4d30 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd71eaca2 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xd7374ea0 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xd75052d0 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd770d8f8 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd7aa8e80 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xd7d27bf3 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd806b7bd of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd81e4e60 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8263870 mmu_slb_size +EXPORT_SYMBOL_GPL vmlinux 0xd828a786 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0xd82cea66 copro_calculate_slb +EXPORT_SYMBOL_GPL vmlinux 0xd83fb9d0 sysfs_add_device_to_node +EXPORT_SYMBOL_GPL vmlinux 0xd84ebf8c inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd870414b crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8a837aa iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xd8cb6ccd bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0xd8ec54dd skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xd900234e kvm_rma_pages +EXPORT_SYMBOL_GPL vmlinux 0xd91f3478 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xd9345a78 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xd936f514 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd950000f bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xd9544338 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0xd9676cf6 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd979d5db led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xd98ec7ea tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xd99cfa36 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd9a3516c ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xd9b610c0 find_module +EXPORT_SYMBOL_GPL vmlinux 0xd9c916a1 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda0960e6 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xda3f3e35 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda5e6ded gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xda6aa887 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xda864c10 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xdaa883a3 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0xdab4b17e __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xdabd0e64 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xdaca0cc8 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xdaec531f __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdafc51f0 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xdb069b67 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xdb396826 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xdb4f74fe rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xdb571ef7 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xdb868e39 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdbab548f sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xdbb2ecc2 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0xdbda170a cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xdbdcdd9b usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc260395 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc8ee65c dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcc83fbd of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xdcf9af35 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xdd114ef2 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xdd2df9a9 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd501249 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xdd5e5779 scom_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xdd5f8cc6 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xdd67110b device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xdd679141 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xdd70b437 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xdd729424 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xdd7d5837 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc10966 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddebaea5 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xde07865d bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xde2018a8 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xde2bed83 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0xde45d7fc xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xdeaf5167 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xdecf2d83 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xdeee8f70 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf2c2a84 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf3d1efb rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xdf786559 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xdfddc52b ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xdfdf9c10 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xe00076d6 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe00c9302 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe04ea7c7 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe06d45f2 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xe0707b06 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe0785464 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xe0878a20 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0bb2042 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xe0c2033b iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0xe0f02380 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe0f027e7 user_update +EXPORT_SYMBOL_GPL vmlinux 0xe104da34 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xe13c0a08 extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xe14e9292 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xe169528a xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xe16b84f2 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xe174bf60 __add_pages +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe185a528 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xe199668b sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xe1a0d793 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c63c94 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xe1d2f4a0 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xe1e204ae ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xe1e8a626 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xe211e9f0 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xe24255b1 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xe26d479f sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe28402a3 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xe2bf1727 iommu_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe2ebbda8 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe30e8f8a reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe317d05c seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0xe3568959 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe35fa6e6 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xe366c296 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3c1223a of_css +EXPORT_SYMBOL_GPL vmlinux 0xe3c705aa platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xe3c89351 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xe3cd539c i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xe3d7750e btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0xe40a9445 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe44ce41e ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe45c7195 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0xe46cacbf securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe46f84fa ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xe48c06fd devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4a21fc0 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0xe4a42958 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xe4c031f8 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4ce9c82 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe4df0612 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xe4f273cd rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xe501838e clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xe504171f wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xe51c040f register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xe52aeaed pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xe531e038 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xe5540302 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xe55cfc22 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xe573c8e4 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe591fe38 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0xe5998ff4 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xe5ac83b0 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xe5b37887 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xe5b3ee8e scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xe5b68a5c alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xe5c09d49 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe61511e1 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xe6173aa3 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xe6368921 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe679aa94 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xe690837d ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xe69b1c95 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xe6bf44ba kvmppc_do_h_enter +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6eabf2d ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe7112e53 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xe717e5bd ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xe71e72ec evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xe7262e83 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe78287c5 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xe78a3ebe blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0xe793f8b5 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xe7bc7fdb ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xe7f18b3c threads_per_subcore +EXPORT_SYMBOL_GPL vmlinux 0xe7f75027 of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe80f7d7e ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe83876a5 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xe8449e65 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85c55e7 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8695e0e pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xe8700f03 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xe886153a apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xe8939f24 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe89bd243 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe8a82e0a ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xe8b2e38f tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xe8bac658 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xe8ca491c securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xe8d8b954 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xe8ec3adc put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe8f60fc8 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xe93038fc __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xe9386418 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xe93b0063 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9506579 iommu_tce_direction +EXPORT_SYMBOL_GPL vmlinux 0xe95104d8 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xe9561461 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0xe9692d97 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xe97e9a60 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xe9962e8a pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xe9b97abb ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9dd0d7f rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xe9de3ebd mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe9dead34 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xe9e683a2 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea43337a usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xea5aa18f pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xea628c20 bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xea6b7610 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xeaa59cf7 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xeaf827e5 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xeafac39d attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb0baa54 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xeb138d55 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb2ccb84 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xeb8ae736 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeba7a6e2 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xebaa360e rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xebc42517 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xebdb3432 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec056ced ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xec0b5700 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec4e13a1 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xec4e75f5 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0xec5768a6 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xec631f34 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0xec69de6b register_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0xec8c63ab pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xecb9af5b sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xecc85862 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xeccbc928 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xecf2ee1e sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xecf8e86c dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xed080592 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed087256 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xed1454fc usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xed15e36b regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xed167aee kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xed2e9a16 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xed6c49d8 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0xed93f99a ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xedc6d82b blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xedd4490c subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xedf48061 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee1067a1 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xee3c56a1 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xee553f70 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0xee56a495 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee5a490c PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL vmlinux 0xee96d639 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0xeec473cd i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xeee149db elv_register +EXPORT_SYMBOL_GPL vmlinux 0xef668fa0 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d007a sigset_from_compat +EXPORT_SYMBOL_GPL vmlinux 0xef773742 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xef7eef40 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xef819676 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefb3b391 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0xefc8ec06 cpu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0xefd385db eeh_dev_open +EXPORT_SYMBOL_GPL vmlinux 0xeff8400b __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xeffa6b8f __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xf0102788 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xf0204015 of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xf0276b44 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0xf03249a8 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0xf05ebb0d pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xf0777570 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xf07f18e2 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xf08c525f sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xf0ad1df5 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xf0f28413 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf10dc7fd iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0xf1108615 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xf133bfc6 scom_controller +EXPORT_SYMBOL_GPL vmlinux 0xf158f170 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xf15f3cee debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xf16be8b1 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xf17de343 flush_vsx_to_thread +EXPORT_SYMBOL_GPL vmlinux 0xf18241f6 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xf1836d21 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf18ab95d rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0xf19cfaaa sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xf1a62b6f of_i8042_kbd_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf221bda0 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xf226686f gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf24b3945 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2f6668f pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf3714b76 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xf37fdc87 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf391ef02 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xf39633ee sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3c0e05e usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xf3d6894d debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf3eb371e __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xf433d2aa ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xf443097c get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0xf448a567 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xf47278f9 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xf47d8ceb pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xf48754d5 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4ab198c ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xf4b3053a of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xf4d08d16 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xf4fab9eb usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf5155ab6 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xf5231cd5 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xf529def7 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xf53627a8 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5852bc2 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xf59c6732 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5c5ee60 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf5cceef6 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xf5e241b1 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0xf6080d2b ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xf6169393 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xf6403935 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xf64319a4 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xf66af050 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf6880b9b spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xf693b378 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xf6a62345 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xf6cb5855 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf7392e73 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xf74fe9b6 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xf7608cdf __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xf7a55940 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xf7bc587d register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xf7c8047f ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7f9b4e0 srp_remove_host +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf837e0eb unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xf856c435 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf893a9e4 irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xf8d9ec86 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xf8dfbfa2 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xf8e398fc memstart_addr +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8ea4048 component_master_add +EXPORT_SYMBOL_GPL vmlinux 0xf8f0c898 swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf9154bff inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xf91b7d4c invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf9548bca devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a9bdef event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d2611b alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf9d7b67a vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xf9d8d14f aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf9dc04ca virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xfa14b47a virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa26897c dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0xfa3b813d pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xfa3fd116 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xfa51a752 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfa5a4455 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xfa826aa7 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xfa8b0a85 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfa9f0121 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xfab60503 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xfadc816e inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xfaf47c40 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xfb01cf73 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0xfb052ce3 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xfb1ea7d9 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb44a7a1 opal_ipmi_recv +EXPORT_SYMBOL_GPL vmlinux 0xfb52b77d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0xfb59b075 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xfb6e07fd regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb85ba3f spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xfbae6fc5 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xfbb80fd0 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbbd5546 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xfbe03213 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xfbe65c04 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xfc036428 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0c68f7 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc5a74c5 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xfc72d987 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xfc772a43 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xfc9e17e8 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xfcc2ae91 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcf1c5df pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0xfcf3bd60 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfcfe6344 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xfd1b68a4 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xfd27af3e crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xfd32375a tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xfd33eef2 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfd7774c8 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xfd7e1d1b unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xfd8b5891 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xfdedeba0 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xfe1a9351 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xfe212ce3 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xfe6725c0 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfebfb60a net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfee86b9e inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfefafa60 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff2e4e96 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xff50736d sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0xff55715d ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff75ccc8 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xffb97e3a scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0xffd34181 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xffd65a6b restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xffde3cc7 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xffe0e624 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xffe150d7 blk_queue_rq_timeout --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/ppc64el/generic.compiler +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/ppc64el/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.9.1-16ubuntu6) 4.9.1 --- linux-lts-utopic-3.16.0.orig/debian.master/abi/3.16.0-43.58/ppc64el/generic.modules +++ linux-lts-utopic-3.16.0/debian.master/abi/3.16.0-43.58/ppc64el/generic.modules @@ -0,0 +1,3766 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ac97_bus +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7180 +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +ak8975 +algif_hash +algif_skcipher +ali-ircc +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +amc6821 +amd +amd5536udc +amd8111e +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avmfritz +ax25 +ax88179_178a +axp20x-regulator +b1 +b1dma +b1pci +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bsr +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bw-qcam +bypass +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmm +cmtp +cnic +cobra +coda +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +configfs +contec_pci_dio +cordic +core +cp210x +cpc925_edac +cpia2 +cpu-notifier-error-inject +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxl +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_isa +das08_pci +das16 +das16m1 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +denali +denali_pci +des_generic +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt3000 +dt3155v4l +dt9812 +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edac_core +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +ehci-platform +ehset +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +eni +enic +epat +epia +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fealnx +ff-memless +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +flexcan +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fsl-edma +fsl_elbc_nand +fsl_lpuart +ft1000 +ftdi-elan +ftdi_sio +ftl +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +genet +gen_probe +genwqe_card +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-generic +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +hostap +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hvcs +hvcserver +hwa-hc +hwa-rc +hwmon-vid +hwpoison-inject +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mpc +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-ocores +i2c-opal +i2c-parport +i2c-parport-light +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-xiic +i2o_block +i2o_bus +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +ib_addr +ib_cm +ib_core +ib_ehca +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ibmpowernv +ib_mthca +ibmvfc +ib_qib +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icom +icplus +icp_multi +ics932s401 +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +imx_thermal +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_powernv +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +kafs +kalmia +kaweth +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +kobil_sct +ks0108 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-hv +kvm-pr +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcomposite +libcrc32c +libcxgbi +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +ll_temac +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lms283gf05 +lms501kf03 +lnbp21 +lnbp22 +lockd +locktorture +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lv5207lp +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memory-notifier-error-inject +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +mf6x4 +mfd +mga +michael_mic +micrel +microread +microread_i2c +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mmc_spi +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_labpc +ni_labpc_pci +nilfs2 +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvidiafb +nvme +nxt200x +nxt6000 +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_mmc_spi +ofpart +of_xilinx_wdt +ohci-platform +old_belkin-sir +omap4-keypad +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +paride +parkbd +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 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcm3724 +pcmad +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcspkr +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +peak_pci +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +physmap_of +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +powernv-rng +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +pseries_energy +pseries-rng +psmouse +psnap +pt +ptn3460 +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-lp3943 +pwm-pca9685 +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpadlpar_io +rpaphp +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtas_flash +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc_cmos_setup +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-generic +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7706h +safe_serial +salsa20_generic +samsung-sxgbe +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 +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +scanlog +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +sctp +sctp_probe +sdhci +sdhci-of-arasan +sdhci-of-esdhc +sdhci-of-hlwd +sdhci-pci +sdhci-pltfm +sdio_uart +sdr-msi3101 +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sha1-powerpc +shark2 +sh_eth +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skd +skel +skfp +skge +sky2 +sl811-hcd +slcan +slip +slram +sm501 +sm501fb +smb347-charger +sm_common +sm_ftl +smm665 +smsc +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +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-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-firewire-lib +snd-firewire-speakers +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +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-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-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-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +soundcore +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssd1307fb +ssfdc +sst25l +sstfb +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tgr192 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vf610_adc +vfio +vfio_iommu_spapr_tce +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-ircc +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videodev +viperboard +viperboard_adc +virt-dma +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_pio2 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vringh +vsock +vsp1 +vsxxxaa +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83781d +w83791d +w83792d +w83793 +w83795 +w83977af_ir +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wdrtas +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +windfarm_core +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xilinx_ps2 +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yurex +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.master/changelog +++ linux-lts-utopic-3.16.0/debian.master/changelog @@ -0,0 +1,17449 @@ +linux (3.16.0-44.59) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1472030 + + [ Iyappan Subramanian ] + + * SAUCE: (no-up) drivers: net: xgene: fix: Out of order descriptor bytes + read + - LP: #1425576 + + [ Upstream Kernel Changes ] + + * Revert "tools/vm: fix page-flags build" + - LP: #1471170 + * NVMe: Add shutdown timeout as module parameter. + - LP: #1465136 + * Drivers: hv: vmbus: Add support for VMBus panic notifier handler + - LP: #1463584 + * Drivers: hv: vmbus: Correcting truncation error for constant + HV_CRASH_CTL_CRASH_NOTIFY + - LP: #1463584 + * KVM: nVMX: fix lifetime issues for vmcs02 + - LP: #1448269 + * KVM: nVMX: Fix nested vmexit ack intr before load vmcs01 + - LP: #1448269 + * mm/slab_common: support the slub_debug boot option on specific object + size + - LP: #1456952 + * kvm: x86: fix kvm_apic_has_events to check for NULL pointer + * cpuidle: powernv: Populate cpuidle state details by querying the + device-tree + - LP: #1470404 + * cpuidle: powernv: Read target_residency value of idle states from DT if + available + - LP: #1470404 + * cpuidle: powernv: Avoid endianness conversions while parsing DT + - LP: #1470404 + * cpuidle: powernv/pseries: Auto-promotion of snooze to deeper idle state + - LP: #1470404 + * iio: adis16400: Report pressure channel scale + - LP: #1471170 + * iio: adis16400: Use != channel indices for the two voltage channels + - LP: #1471170 + * iio: adis16400: Compute the scan mask from channel indices + - LP: #1471170 + * iio: adis16400: Remove unused variable + - LP: #1471170 + * iio: adis16400: Fix burst mode + - LP: #1471170 + * iio: adis16400: Fix burst transfer for adis16448 + - LP: #1471170 + * USB: serial: ftdi_sio: Add support for a Motion Tracker Development + Board + - LP: #1471170 + * iio: adc: twl6030-gpadc: Fix modalias + - LP: #1471170 + * serial: imx: Fix DMA handling for IDLE condition aborts + - LP: #1471170 + * usb: dwc3: gadget: Fix incorrect DEPCMD and DGCMD status macros + - LP: #1471170 + * ALSA: usb-audio: Add mic volume fix quirk for Logitech Quickcam Fusion + - LP: #1471170 + * n_tty: Fix auditing support for cannonical mode + - LP: #1471170 + * drm/i915/hsw: Fix workaround for server AUX channel clock divisor + - LP: #1471170 + * x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers + - LP: #1471170 + * lib: Fix strnlen_user() to not touch memory after specified maximum + - LP: #1471170 + * Input: elantech - fix detection of touchpads where the revision matches + a known rate + - LP: #1471170 + * ALSA: hda/realtek - Add a fixup for another Acer Aspire 9420 + - LP: #1471170 + * ALSA: usb-audio: add MAYA44 USB+ mixer control names + - LP: #1471170 + * ALSA: usb-audio: fix missing input volume controls in MAYA44 USB(+) + - LP: #1471170 + * USB: cp210x: add ID for HubZ dual ZigBee and Z-Wave dongle + - LP: #1471170 + * Input: elantech - add new icbody type + - LP: #1471170 + * MIPS: Fix enabling of DEBUG_STACKOVERFLOW + - LP: #1471170 + * xfrm: fix a race in xfrm_state_lookup_byspi + - LP: #1471170 + * kconfig: Fix warning "‘jump’ may be used uninitialized" + - LP: #1471170 + * scripts/sortextable: suppress warning: `relocs_size' may be used + uninitialized + - LP: #1471170 + * thermal: step_wise: Revert optimization + - LP: #1471170 + * MIPS: KVM: Do not sign extend on unsigned MMIO load + - LP: #1471170 + * arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug + - LP: #1471170 + * net: core: Correct an over-stringent device loop detection. + - LP: #1471170 + * net: phy: Allow EEE for all RGMII variants + - LP: #1471170 + * net: dp83640: fix broken calibration routine. + - LP: #1471170 + * net: dp83640: reinforce locking rules. + - LP: #1471170 + * unix/caif: sk_socket can disappear when state is unlocked + - LP: #1471170 + * xen/netback: Properly initialize credit_bytes + - LP: #1471170 + * udp: fix behavior of wrong checksums + - LP: #1471170 + * xen: netback: read hotplug script once at start of day. + - LP: #1471170 + * ipv4/udp: Verify multicast group is ours in upd_v4_early_demux() + - LP: #1471170 + * bridge: disable softirqs around br_fdb_update to avoid lockup + - LP: #1471170 + * drm/i915: Assume dual channel LVDS if pixel clock necessitates it + - LP: #1471170 + * Btrfs: send, add missing check for dead clone root + - LP: #1471170 + * Btrfs: send, don't leave without decrementing clone root's + send_progress + - LP: #1471170 + * btrfs: incorrect handling for fiemap_fill_next_extent return + - LP: #1471170 + * btrfs: cleanup orphans while looking up default subvolume + - LP: #1471170 + * iommu/vt-d: Allow RMRR on graphics devices too + - LP: #1471170 + * iommu/vt-d: Fix passthrough mode with translation-disabled devices + - LP: #1471170 + * ata: ahci_mvebu: Fix wrongly set base address for the MBus window + setting + - LP: #1471170 + * virtio_pci: Clear stale cpumask when setting irq affinity + - LP: #1471170 + * irqchip: sunxi-nmi: Fix off-by-one error in irq iterator + - LP: #1471170 + * pata_octeon_cf: fix broken build + - LP: #1471170 + * Input: synaptics - add min/max quirk for Lenovo S540 + - LP: #1471170 + * drm/i915: Fix DDC probe for passive adapters + - LP: #1471170 + * cfg80211: wext: clear sinfo struct before calling driver + - LP: #1471170 + * mm/memory_hotplug.c: set zone->wait_table to null after freeing it + - LP: #1471170 + * ring-buffer-benchmark: Fix the wrong sched_priority of producer + - LP: #1471170 + * block: fix ext_dev_lock lockdep report + - LP: #1471170 + * iser-target: Fix variable-length response error completion + - LP: #1471170 + * iser-target: release stale iser connections + - LP: #1471170 + * ALSA: hda - adding a DAC/pin preference map for a HP Envy TS machine + - LP: #1471170 + * drm/mgag200: Reject non-character-cell-aligned mode widths + - LP: #1471170 + * crypto: caam - fix uninitialized state->buf_dma field + - LP: #1471170 + * crypto: caam - improve initalization for context state saves + - LP: #1471170 + * crypto: caam - fix RNG buffer cache alignment + - LP: #1471170 + * tracing: Have filter check for balanced ops + - LP: #1471170 + * drm/radeon: fix freeze for laptop with Turks/Thames GPU. + - LP: #1471170 + * Linux 3.16.7-ckt14 + - LP: #1471170 + + -- Brad Figg Mon, 06 Jul 2015 17:48:28 -0700 + +linux (3.16.0-43.58) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1466792 + + [ Brad Figg ] + + * Merged back Ubuntu-3.16.0-41.57 regression fix for security release + + -- Luis Henriques Fri, 19 Jun 2015 10:52:34 +0100 + +linux (3.16.0-42.56) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1465714 + + [ Chris J Arges ] + + * [config] CONFIG_IPMI_POWERNV=m on ppc64el + - LP: #1439562 + + [ Luis Henriques ] + + * [Config] Disable CONFIG_USB_OTG + - LP: #1411295 + + [ Upstream Kernel Changes ] + + * Revert "i2c: Mark adapter devices with pm_runtime_no_callbacks" + - LP: #1465613 + * Revert "mm/hugetlb: use pmd_page() in follow_huge_pmd()" + - LP: #1465613 + * cdc-acm: prevent infinite loop when parsing CDC headers. + - LP: #1460657 + * drivers/char/ipmi: Add powernv IPMI driver + - LP: #1439562 + * powerpc/powernv: Add OPAL IPMI interface + - LP: #1439562 + * powerpc/powernv: Support OPAL requested heartbeat + - LP: #1439562 + * powerpc/kernel: Make syscall_exit a local label + - LP: #1439562 + * powerpc: Remove old compile time disabled syscall tracing code + - LP: #1439562 + * powerpc/powernv: Remove "opal" prefix from pr_xxx()s + - LP: #1439562 + * powerpc/powernv: Separate function for OPAL IRQ setup + - LP: #1439562 + * powerpc/powernv: Add OPAL message notifier unregister function + - LP: #1439562 + * device: Add dev_of_node() accessor + - LP: #1439562 + * drivers/core/of: Add symlink to device-tree from devices with an OF + node + - LP: #1439562 + * powerpc: Add a proper syscall for switching endianness + - LP: #1439562 + * (upstream) libata: Blacklist queued TRIM on all Samsung 800-series + - LP: #1338706, #1449005 + * ahci: avoton port-disable reset-quirk + - LP: #1458617 + * udf: Remove repeated loads blocksize + - LP: #1462173 + - CVE-2015-4167 + * udf: Check length of extended attributes and allocation descriptors + - LP: #1462173 + - CVE-2015-4167 + * (upstream)scsi_lib: remove the description string in + scsi_io_completion() + - LP: #1449372 + * vfs: read file_handle only once in handle_to_path + - LP: #1416503 + - CVE-2015-1420 + * ozwpan: Use unsigned ints to prevent heap overflow + - LP: #1463442 + - CVE-2015-4001 + * ozwpan: divide-by-zero leading to panic + - LP: #1463445 + - CVE-2015-4003 + * ozwpan: Use proper check to prevent heap overflow + - LP: #1463444 + - CVE-2015-4002 + * ozwpan: unchecked signed subtraction leads to DoS + - LP: #1463444 + - CVE-2015-4002 + * net: eth: xgene: devm_ioremap() returns NULL on error + - LP: #1458042 + * drivers: net: xgene: fix new firmware backward compatibility with older + driver + - LP: #1458042 + * drivers: net: xgene: constify of_device_id array + - LP: #1458042 + * drivers: net: xgene: Add second SGMII based 1G interface + - LP: #1458042 + * dtb: change binding name to match with newer firmware DT + - LP: #1458042 + * dtb: xgene: Add second SGMII based 1G interface node + - LP: #1458042 + * mlx4: Fix tx ring affinity_mask creation + - LP: #1465613 + * net/mlx4_en: Schedule napi when RX buffers allocation fails + - LP: #1465613 + * efi/reboot: Add generic wrapper around EfiResetSystem() + - LP: #1465613 + * efi/reboot: Allow powering off machines using EFI + - LP: #1465613 + * x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag + - LP: #1465613 + * ARC: signal handling robustify + - LP: #1465613 + * UBI: fix soft lockup in ubi_check_volume() + - LP: #1465613 + * mnt: Fail collect_mounts when applied to unmounted mounts + - LP: #1465613 + * ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLE + - LP: #1465613 + * ASoC: rt5677: add register patch for PLL + - LP: #1465613 + * btrfs: unlock i_mutex after attempting to delete subvolume during send + - LP: #1465613 + * ALSA: hda - Fix mute-LED fixed mode + - LP: #1465613 + * arm64: dma-mapping: always clear allocated buffers + - LP: #1465613 + * ALSA: emu10k1: Fix card shortname string buffer overflow + - LP: #1465613 + * ALSA: emux: Fix mutex deadlock at unloading + - LP: #1465613 + * drm/radeon: add SI DPM quirk for Sapphire R9 270 Dual-X 2G GDDR5 + - LP: #1465613 + * SCSI: add 1024 max sectors black list flag + - LP: #1465613 + * 3w-sas: fix command completion race + - LP: #1465613 + * 3w-xxxx: fix command completion race + - LP: #1465613 + * 3w-9xxx: fix command completion race + - LP: #1465613 + * uas: Allow uas_use_uas_driver to return usb-storage flags + - LP: #1465613 + * uas: Add US_FL_MAX_SECTORS_240 flag + - LP: #1465613 + * uas: Set max_sectors_240 quirk for ASM1053 devices + - LP: #1465613 + * usb: chipidea: otg: remove mutex unlock and lock while stop and start + role + - LP: #1465613 + * serial: xilinx: Use platform_get_irq to get irq description structure + - LP: #1465613 + * serial: of-serial: Remove device_type = "serial" registration + - LP: #1465613 + * tty/serial: at91: maxburst was missing for dma transfers + - LP: #1465613 + * ALSA: emux: Fix mutex deadlock in OSS emulation + - LP: #1465613 + * ALSA: emu10k1: Emu10k2 32 bit DMA mode + - LP: #1465613 + * rbd: end I/O the entire obj_request on error + - LP: #1465613 + * ext4: fix data corruption caused by unwritten and delayed extents + - LP: #1465613 + * ext4: move check under lock scope to close a race. + - LP: #1465613 + * bridge/mdb: remove wrong use of NLM_F_MULTI + - LP: #1465613 + * mlx4_en: Use correct loop cursor in error path. + - LP: #1465613 + * powerpc/pseries: Correct cpu affinity for dlpar added cpus + - LP: #1465613 + * arm/arm64: KVM: Fix and refactor unmap_range + - LP: #1465613 + * ARM: KVM: Unmap IPA on memslot delete/move + - LP: #1465613 + * ARM: KVM: user_mem_abort: support stage 2 MMIO page mapping + - LP: #1465613 + * arm64: KVM: export demux regids as KVM_REG_ARM64 + - LP: #1465613 + * ARM: virt: fix wrong HSCTLR.EE bit setting + - LP: #1465613 + * ARM64: KVM: store kvm_vcpu_fault_info est_el2 as word + - LP: #1465613 + * KVM: ARM/arm64: fix non-const declaration of function returning const + - LP: #1465613 + * KVM: ARM/arm64: fix broken __percpu annotation + - LP: #1465613 + * KVM: ARM/arm64: avoid returning negative error code as bool + - LP: #1465613 + * KVM: vgic: return int instead of bool when checking I/O ranges + - LP: #1465613 + * ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault() + - LP: #1465613 + * KVM: ARM: vgic: plug irq injection race + - LP: #1465613 + * arm/arm64: KVM: Fix set_clear_sgi_pend_reg offset + - LP: #1465613 + * arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd alloc + - LP: #1465613 + * arm: kvm: fix CPU hotplug + - LP: #1465613 + * arm/arm64: KVM: fix potential NULL dereference in user_mem_abort() + - LP: #1465613 + * arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE + - LP: #1465613 + * arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abort + - LP: #1465613 + * arm64: KVM: fix unmapping with 48-bit VAs + - LP: #1465613 + * arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create() + - LP: #1465613 + * arm64/kvm: Fix assembler compatibility of macros + - LP: #1465613 + * arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn() + - LP: #1465613 + * arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag + - LP: #1465613 + * arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option + - LP: #1465613 + * arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu + - LP: #1465613 + * arm/arm64: KVM: Introduce stage2_unmap_vm + - LP: #1465613 + * arm/arm64: KVM: Don't allow creating VCPUs after vgic_initialized + - LP: #1465613 + * arm/arm64: KVM: Require in-kernel vgic for the arch timers + - LP: #1465613 + * arm64: KVM: Fix TLB invalidation by IPA/VMID + - LP: #1465613 + * arm64: KVM: Fix HCR setting for 32bit guests + - LP: #1465613 + * arm64: KVM: Do not use pgd_index to index stage-2 pgd + - LP: #1465613 + * net: make skb_gso_segment error handling more robust + - LP: #1465613 + * efivarfs: Ensure VariableName is NUL-terminated + - LP: #1465613 + * x86/efi: Store upper bits of command line buffer address in + ext_cmd_line_ptr + - LP: #1465613 + * blk-mq: fix CPU hotplug handling + - LP: #1465613 + * writeback: use |1 instead of +1 to protect against div by zero + - LP: #1465613 + * ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC + - LP: #1465613 + * ARM: dts: imx23-olinuxino: Fix polarity of LED GPIO + - LP: #1465613 + * ARM: dts: imx23-olinuxino: Fix dr_mode of usb0 + - LP: #1465613 + * ARM: dts: imx6: phyFLEX: USB VBUS control is active-high + - LP: #1465613 + * ARM: dts: imx25: Add #pwm-cells to pwm4 + - LP: #1465613 + * ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name + - LP: #1465613 + * gpio: unregister gpiochip device before removing it + - LP: #1465613 + * gpio: sysfs: fix memory leaks and device hotplug + - LP: #1465613 + * ACPI / PNP: add two IDs to list for PNPACPI device enumeration + - LP: #1465613 + * ARM: OMAP2+: Fix omap off idle power consumption creeping up + - LP: #1465613 + * ARM: dts: OMAP3-N900: Add microphone bias voltages + - LP: #1465613 + * drm/radeon: disable semaphores for UVD V1 (v2) + - LP: #1465613 + * RDMA/CMA: Canonize IPv4 on IPV6 sockets properly + - LP: #1465613 + * drm/i915: Add missing MacBook Pro models with dual channel LVDS + - LP: #1465613 + * efi: Fix error handling in add_sysfs_runtime_map_entry() + - LP: #1465613 + * xen/events: Clear cpu_evtchn_mask before resuming + - LP: #1465613 + * xen/xenbus: Update xenbus event channel on resume + - LP: #1465613 + * xen/console: Update console event channel on resume + - LP: #1465613 + * xen/events: Set irq_info->evtchn before binding the channel to CPU in + __startup_pirq() + - LP: #1465613 + * mm/memory-failure: call shake_page() when error hits thp tail page + - LP: #1465613 + * mm: soft-offline: fix num_poisoned_pages counting on concurrent events + - LP: #1465613 + * nilfs2: fix sanity check of btree level in nilfs_btree_root_broken() + - LP: #1465613 + * ocfs2: dlm: fix race between purge and get lock resource + - LP: #1465613 + * drm/i915/dp: there is no audio on port A + - LP: #1465613 + * drm/radeon: make VCE handle check more strict + - LP: #1465613 + * drm/radeon: make UVD handle checking more strict + - LP: #1465613 + * drm/radeon: more strictly validate the UVD codec + - LP: #1465613 + * path_openat(): fix double fput() + - LP: #1465613 + * mnt: Fix fs_fully_visible to verify the root directory is visible + - LP: #1465613 + * ARM: ux500: Move GPIO regulator for SD-card into board DTSs + - LP: #1465613 + * ARM: ux500: Enable GPIO regulator for SD-card for HREF boards + - LP: #1465613 + * ARM: ux500: Enable GPIO regulator for SD-card for snowball + - LP: #1465613 + * xen-pciback: Add name prefix to global 'permissive' variable + - LP: #1465613 + * mmc: core: add missing pm event in mmc_pm_notify to fix hib restore + - LP: #1465613 + * mmc: sh_mmcif: Fix timeout value for command request + - LP: #1465613 + * pinctrl: Don't just pretend to protect pinctrl_maps, do it for real + - LP: #1465613 + * ACPICA: Utilities: split IO address types from data type models. + - LP: #1465613 + * ACPICA: Tables: Change acpi_find_root_pointer() to use + acpi_physical_address. + - LP: #1465613 + * ACPICA: Utilities: Cleanup to enforce + ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR(). + - LP: #1465613 + * ACPICA: Utilities: Cleanup to convert physical address printing + formats. + - LP: #1465613 + * ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx + helpers. + - LP: #1465613 + * crush: ensuring at most num-rep osds are selected + - LP: #1465613 + * netfilter: nf_tables: fix error handling of rule replacement + - LP: #1465613 + * netfilter: Zero the tuple in nfnl_cthelper_parse_tuple() + - LP: #1465613 + * netfilter: nf_tables: check for overflow of rule dlen field + - LP: #1465613 + * netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is set + - LP: #1465613 + * netfilter: nf_tables: allow to change chain policy without hook if it + exists + - LP: #1465613 + * netfilter: nft_rbtree: fix locking + - LP: #1465613 + * arm64/mm: Remove hack in mmap randomize layout + - LP: #1465613 + * sched/autogroup: Fix failure to set cpu.rt_runtime_us + - LP: #1465613 + * xprtrdma: Free the pd if ib_query_qp() fails + - LP: #1465613 + * xfs: ensure truncate forces zeroed blocks to disk + - LP: #1465613 + * Linux 3.16.7-ckt12 + - LP: #1465613 + * kprobes/x86: Return correct length in __copy_instruction() + - LP: #1465653 + * iio: light: hid-sensor-prox: Fix modifier + - LP: #1465653 + * iio: pressure: hid-sensor-press: Fix modifier + - LP: #1465653 + * iio: adc: xilinx: Fix register addresses + - LP: #1465653 + * iio: adc: xilinx: Fix "vccaux" channel .address + - LP: #1465653 + * iio: adc: xilinx: Fix VREFP scale + - LP: #1465653 + * iio: adc: xilinx: Fix VREFN sign + - LP: #1465653 + * libata: Add helper to determine when PHY events should be ignored + - LP: #1465653 + * libata: Ignore spurious PHY event on LPM policy change + - LP: #1465653 + * iio:st_sensors: Fix oops when probing SPI devices + - LP: #1465653 + * usb: gadget: configfs: Fix interfaces array NULL-termination + - LP: #1465653 + * rtlwifi: rtl8192cu: Fix kernel deadlock + - LP: #1465653 + * USB: cp210x: add ID for KCF Technologies PRN device + - LP: #1465653 + * USB: pl2303: Remove support for Samsung I330 + - LP: #1465653 + * USB: visor: Match I330 phone more precisely + - LP: #1465653 + * net: can: xilinx_can: fix extended frame handling + - LP: #1465653 + * nfsd: fix the check for confirmed openowner in + nfs4_preprocess_stateid_op + - LP: #1465653 + * svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failures + - LP: #1465653 + * libata: Update Crucial/Micron blacklist + - LP: #1465653 + * ACPI / init: Fix the ordering of acpi_reserve_resources() + - LP: #1465653 + * md/raid5: don't record new size if resize_stripes fails. + - LP: #1465653 + * sched: Handle priority boosted tasks proper in setscheduler() + - LP: #1465653 + * xhci: fix isoc endpoint dequeue from advancing too far on transaction + error + - LP: #1465653 + * xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256 + - LP: #1465653 + * xhci: gracefully handle xhci_irq dead device + - LP: #1465653 + * staging: gdm724x: Correction of variable usage after applying ALIGN() + - LP: #1465653 + * usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devices + - LP: #1465653 + * tty/n_gsm.c: fix a memory leak when gsmtty is removed + - LP: #1465653 + * ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction. + - LP: #1465653 + * x86/vdso: Fix the x86 vdso2c tool includes + - LP: #1465653 + * x86/vdso: Fix 'make bzImage' on older distros + - LP: #1465653 + * perf/x86/rapl: Enable Broadwell-U RAPL support + - LP: #1465653 + * drm/radeon: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling + - LP: #1465653 + * RDMA/core: Fix for parsing netlink string attribute + - LP: #1465653 + * drm/radeon: add new bonaire pci id + - LP: #1465653 + * parisc,metag: Fix crashes due to stack randomization on + stack-grows-upwards architectures + - LP: #1465653 + * firmware: dmi_scan: Fix ordering of product_uuid + - LP: #1465653 + * ext4: fix NULL pointer dereference when journal restart fails + - LP: #1465653 + * ext4: check for zero length extent explicitly + - LP: #1465653 + * jbd2: fix r_count overflows leading to buffer overflow in journal + recovery + - LP: #1465653 + * mm, numa: really disable NUMA balancing by default on single node + machines + - LP: #1465653 + * spi: bitbang: Make setup_transfer() callback optional + - LP: #1465653 + * igb: Fix oops on changing number of rings + - LP: #1465653 + * igb: Fix NULL assignment to incorrect variable in igb_reset_q_vector + - LP: #1465653 + * ARM: gemini: fix compiler warning due wrong data type + - LP: #1465653 + * arm64: add missing PAGE_ALIGN() to __dma_free() + - LP: #1465653 + * sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND) + - LP: #1465653 + * ARM: 8307/1: psci: move psci firmware calls out of line + - LP: #1465653 + * config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected + - LP: #1465653 + * staging, rtl8192e, LLVMLinux: Change extern inline to static inline + - LP: #1465653 + * kernel: use the gnu89 standard explicitly + - LP: #1465653 + * staging, rtl8192e, LLVMLinux: Remove unused inline prototype + - LP: #1465653 + * staging: wlags49_h2: fix extern inline functions + - LP: #1465653 + * staging: rtl8712, rtl8712: avoid lots of build warnings + - LP: #1465653 + * qla2xxx: remove redundant declaration in 'qla_gbl.h' + - LP: #1465653 + * ARM: mvebu: do not register custom DMA operations when coherency is + disabled + - LP: #1465653 + * net: socket: Fix the wrong returns for recvmsg and sendmsg + - LP: #1465653 + * ALSA: hda - Add headphone quirk for Lifebook E752 + - LP: #1465653 + * ASoC: mc13783: Fix wrong mask value used in mc13xxx_reg_rmw() calls + - LP: #1465653 + * thermal: armada: Update Armada 380 thermal sensor coefficients + - LP: #1465653 + * mac80211: move WEP tailroom size check + - LP: #1465653 + * KVM: MMU: fix smap permission check + - LP: #1465653 + * KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages + - LP: #1465653 + * KVM: MMU: fix SMAP virtualization + - LP: #1465653 + * storvsc: Set the SRB flags correctly when no data transfer is needed + - LP: #1465653 + * ASoC: wm8960: fix "RINPUT3" audio route error + - LP: #1465653 + * ASoC: wm8994: correct BCLK DIV 348 to 384 + - LP: #1465653 + * Input: elantech - fix semi-mt protocol for v3 HW + - LP: #1465653 + * powerpc: Align TOC to 256 bytes + - LP: #1465653 + * ALSA: hda - Add Conexant codecs CX20721, CX20722, CX20723 and CX20724 + - LP: #1454656, #1465653 + * ALSA: hda/realtek - ALC292 dock fix for Thinkpad L450 + - LP: #1465653 + * mmc: atmel-mci: fix bad variable type for clkdiv + - LP: #1465653 + * sd: Disable support for 256 byte/sector disks + - LP: #1465653 + * xen/events: don't bind non-percpu VIRQs with percpu chip + - LP: #1465653 + * libceph: request a new osdmap if lingering request maps to no osd + - LP: #1465653 + * crypto: s390/ghash - Fix incorrect ghash icv buffer handling. + - LP: #1465653 + * ipvs: fix memory leak in ip_vs_ctl.c + - LP: #1465653 + * tcp/ipv6: fix flow label setting in TIME_WAIT state + - LP: #1465653 + * ipv6: do not delete previously existing ECMP routes if add fails + - LP: #1465653 + * ipv6: fix ECMP route replacement + - LP: #1465653 + * ipv4: Avoid crashing in ip_error + - LP: #1465653 + * cdc_ncm: Fix tx_bytes statistics + - LP: #1465653 + * bridge: fix parsing of MLDv2 reports + - LP: #1465653 + * ARM: fix missing syscall trace exit + - LP: #1465653 + * module: Call module notifier on failure after complete_formation() + - LP: #1465653 + * gpio: gpio-kempld: Fix get_direction return value + - LP: #1465653 + * ARM: dts: imx27: only map 4 Kbyte for fec registers + - LP: #1465653 + * ARM: 8356/1: mm: handle non-pmd-aligned end of RAM + - LP: #1465653 + * mac80211: don't use napi_gro_receive() outside NAPI context + - LP: #1465653 + * ARM: dts: set display clock correctly for exynos4412-trats2 + - LP: #1465653 + * hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGE + - LP: #1465653 + * lguest: fix out-by-one error in address checking. + - LP: #1465653 + * drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR + handling" + - LP: #1465653 + * xfs: xfs_attr_inactive leaves inconsistent attr fork state behind + - LP: #1465653 + * fs, omfs: add NULL terminator in the end up the token list + - LP: #1465653 + * d_walk() might skip too much + - LP: #1465653 + * hwmon: (nct6775) Add missing sysfs attribute initialization + - LP: #1465653 + * target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST + - LP: #1465653 + * x86: bpf_jit: fix compilation of large bpf programs + - LP: #1465653 + * net_sched: invoke ->attach() after setting dev->qdisc + - LP: #1465653 + * fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length + mappings + - LP: #1465653 + * tools/vm: fix page-flags build + - LP: #1465653 + * rt2x00: add new rt2800usb device DWA 130 + - LP: #1465653 + * Linux 3.16.7-ckt13 + - LP: #1465653 + + -- Brad Figg Tue, 16 Jun 2015 08:11:18 -0700 + +linux (3.16.0-41.57) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1466250 + + [ Andy Whitcroft ] + + * SAUCE: ensure that upper/lower layers are valid before checking + permissions + - LP: #1465998 + + -- Brad Figg Wed, 17 Jun 2015 16:19:26 -0700 + +linux (3.16.0-41.55) utopic; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: overlayfs: when copying up and reading directories ensure + mounter had permissions V2 + - CVE-2015-1328 + + -- Luis Henriques Fri, 12 Jun 2015 10:22:15 +0100 + +linux (3.16.0-39.53) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1458778 + + [ Brad Figg ] + + * hyper-v -- add hid and fb drivers to linux-virtual + - LP: #1444179 + + [ Chris J Arges ] + + * [Config] CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y on ppc64el + - LP: #1450497 + + [ Luis Henriques ] + + * SAUCE: (no-up) trace: fix trace_open_exec() invocation + - LP: #1453848 + + [ Paolo Pisati ] + + * [Config] armhf: GENERIC_CPUFREQ_CPU0=y + - LP: #1457781 + + [ Upstream Kernel Changes ] + + * DT doc: net: cpsw mac-address is optional + - LP: #1452628 + * net: cpsw: Add missing return value + - LP: #1452628 + * net: cpsw: header, Add missing include + - LP: #1452628 + * net: cpsw: Replace pr_err by dev_err + - LP: #1452628 + * net: cpsw: Add am33xx MACID readout + - LP: #1452628 + * am33xx: define syscon control module device node + - LP: #1452628 + * arm: dts: am33xx, Add syscon phandle to cpsw node + - LP: #1452628 + * x86: kvm: Revert "remove sched notifier for cross-cpu migrations" + - LP: #1450584 + * x86: vdso: fix pvclock races with task migration + - LP: #1450584 + * n_tty: Fix read buffer overwrite when no newline + - LP: #1454202 + * spi: spidev: fix possible arithmetic overflow for multi-transfer + message + - LP: #1454202 + * arm64: vdso: fix build error when switching from LE to BE + - LP: #1454202 + * uas: Do not blacklist ASM1153 disk enclosures + - LP: #1454202 + * KVM: x86: Fix lost interrupt on irr_pending race + - LP: #1454202 + * tcp: prevent fetching dst twice in early demux code + - LP: #1454202 + * ipv6: protect skb->sk accesses from recursive dereference inside the + stack + - LP: #1454202 + * tcp: tcp_make_synack() should clear skb->tstamp + - LP: #1454202 + * usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers + - LP: #1454202 + * usbnet: Fix tx_bytes statistic running backward in cdc_ncm + - LP: #1454202 + * bonding: Bonding Overriding Configuration logic restored. + - LP: #1454202 + * HID: add ALWAYS_POLL quirk for a Logitech 0xc007 + - LP: #1454202 + * PCI/AER: Avoid info leak in __print_tlp_header() + - LP: #1454202 + * PCI: cpcihp: Add missing curly braces in cpci_configure_slot() + - LP: #1454202 + * sh_veu: v4l2_dev wasn't set + - LP: #1454202 + * media: s5p-mfc: fix mmap support for 64bit arch + - LP: #1454202 + * cpufreq: Schedule work for the first-online CPU on resume + - LP: #1454202 + * cpuidle: remove state_count field from struct cpuidle_device + - LP: #1454202 + * cpuidle: ACPI: do not overwrite name and description of C0 + - LP: #1454202 + * ioctx_alloc(): fix vma (and file) leak on failure + - LP: #1454202 + * drm/i915/vlv: save/restore the power context base reg + - LP: #1454202 + * drm/i915/chv: Remove Wait for a previous gfx force-off + - LP: #1454202 + * drm/i915/vlv: remove wait for previous GFX clk disable request + - LP: #1454202 + * ALSA: hda/realtek - Make more stable to get pin sense for ALC283 + - LP: #1454202 + * ALSA: bebob: fix to processing in big-endian machine for sending cue + - LP: #1454202 + * be2iscsi: Fix kernel panic when device initialization fails + - LP: #1454202 + * Defer processing of REQ_PREEMPT requests for blocked devices + - LP: #1454202 + * ALSA: hda - Fix headphone pin config for Lifebook T731 + - LP: #1454202 + * ocfs2: _really_ sync the right range + - LP: #1454202 + * ALSA: usb - Creative USB X-Fi Pro SB1095 volume knob support + - LP: #1454202 + * iscsi target: fix oops when adding reject pdu + - LP: #1454202 + * ext4: fix indirect punch hole corruption + - LP: #1454202 + * ip_forward: Drop frames with attached skb->sk + - LP: #1454202 + * net: add skb_checksum_complete_unset + - LP: #1454202 + * ppp: call skb_checksum_complete_unset in ppp_receive_frame + - LP: #1454202 + * tcp: fix possible deadlock in tcp_send_fin() + - LP: #1454202 + * tcp: avoid looping in tcp_send_fin() + - LP: #1454202 + * net: do not deplete pfmemalloc reserve + - LP: #1454202 + * net: fix crash in build_skb() + - LP: #1454202 + * usb: serial: silence all non-critical read errors + - LP: #1454202 + * usb: gadget: composite: enable BESL support + - LP: #1454202 + * rtlwifi: rtl8192cu: Add new device ID + - LP: #1454202 + * rtlwifi: rtl8192cu: Add new USB ID + - LP: #1454202 + * Bluetooth: ath3k: Add support Atheros AR5B195 combo Mini PCIe card + - LP: #1454202 + * power_supply: twl4030_madc: Check return value of power_supply_register + - LP: #1454202 + * power_supply: lp8788-charger: Fix leaked power supply on probe fail + - LP: #1454202 + * ARM: dts: dove: Fix uart[23] reg property + - LP: #1454202 + * xtensa: xtfpga: fix hardware lockup caused by LCD driver + - LP: #1454202 + * Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open() + - LP: #1454202 + * xtensa: provide __NR_sync_file_range2 instead of __NR_sync_file_range + - LP: #1454202 + * KVM: s390: Zero out current VMDB of STSI before including level3 data. + - LP: #1454202 + * KVM: s390: fix handling of write errors in the tpi handler + - LP: #1454202 + * KVM: s390: reinjection of irqs can fail in the tpi handler + - LP: #1454202 + * usb: musb: core: fix TX/RX endpoint order + - LP: #1454202 + * usb: gadget: printer: enqueue printer's response for setup request + - LP: #1454202 + * compal-laptop: correct invalid hwmon name + - LP: #1454202 + * compal-laptop: Fix leaking hwmon device + - LP: #1454202 + * compal-laptop: Check return value of power_supply_register + - LP: #1454202 + * sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve + power savings and to improve performance + - LP: #1454202 + * drm/radeon: fix doublescan modes (v2) + - LP: #1454202 + * usb: phy: Find the right match in devm_usb_phy_match + - LP: #1454202 + * ASoC: pcm512x: Add 'Analogue' prefix to analogue volume controls + - LP: #1454202 + * mmc: sunxi: Use devm_reset_control_get_optional() for reset control + - LP: #1454202 + * tools lib traceevent kbuffer: Remove extra update to data pointer in + PADDING + - LP: #1454202 + * MIPS: Loongson-3: Add IRQF_NO_SUSPEND to Cascade irqaction + - LP: #1454202 + * ring-buffer: Replace this_cpu_*() with __this_cpu_*() + - LP: #1454202 + * HID: add HP OEM mouse to quirk ALWAYS_POLL + - LP: #1454202 + * HID: add quirk for PIXART OEM mouse used by HP + - LP: #1454202 + * ASoC: wm8741: Fix rates constraints values + - LP: #1454202 + * cdc-wdm: fix endianness bug in debug statements + - LP: #1454202 + * staging: panel: fix lcd type + - LP: #1454202 + * UBI: account for bitflips in both the VID header and data + - LP: #1454202 + * UBI: fix out of bounds write + - LP: #1454202 + * UBI: initialize LEB number variable + - LP: #1454202 + * UBI: fix check for "too many bytes" + - LP: #1454202 + * ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on Cragganmore + - LP: #1454202 + * ASoC: davinci-evm: drop un-necessary remove function + - LP: #1454202 + * iscsi-target: Convert iscsi_thread_set usage to kthread.h + - LP: #1454202 + * Drivers: hv: vmbus: Don't wait after requesting offers + - LP: #1454202 + * Btrfs: fix log tree corruption when fs mounted with -o discard + - LP: #1454202 + * btrfs: don't accept bare namespace as a valid xattr + - LP: #1454202 + * MIPS: KVM: Handle MSA Disabled exceptions from guest + - LP: #1454202 + * ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASE + - LP: #1454202 + * MIPS: Hibernate: flush TLB entries earlier + - LP: #1454202 + * ASoC: cs4271: Increase delay time after reset + - LP: #1454202 + * stk1160: Make sure current buffer is released + - LP: #1454202 + * mnt: Improve the umount_tree flags + - LP: #1454202 + * ext4: make fsync to sync parent dir in no-journal for real this time + - LP: #1454202 + * Input: elantech - fix absolute mode setting on some ASUS laptops + - LP: #1454202 + * usb: define a generic USB_RESUME_TIMEOUT macro + - LP: #1454202 + * usb: host: xhci: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: ehci: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: uhci: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: musb: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: isp116x: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: fotg210: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: fusbh200: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: oxu210hp: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: r8a66597: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: sl811: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: dwc2: hcd: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: isp1760: hcd: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: core: hub: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * iser-target: Fix session hang in case of an rdma read DIF error + - LP: #1454202 + * iser-target: Fix possible deadlock in RDMA_CM connection error + - LP: #1454202 + * gpio: mvebu: Fix mask/unmask managment per irq chip type + - LP: #1454202 + * rc: img-ir: fix error in parameters passed to irq_free() + - LP: #1454202 + * scsi: storvsc: Fix a bug in copy_from_bounce_buffer() + - LP: #1454202 + * ALSA: emu10k1: don't deadlock in proc-functions + - LP: #1454202 + * MIPS: asm: asm-eva: Introduce kernel load/store variants + - LP: #1454202 + * MIPS: Malta: Detect and fix bad memsize values + - LP: #1454202 + * clk: tegra: Register the proper number of resets + - LP: #1454202 + * ALSA: hda - Add dock support for ThinkPad X250 (17aa:2226) + - LP: #1454202 + * clk: at91: usb: fix at91sam9x5 recalc, round and set rate + - LP: #1454202 + * xtensa: ISS: fix locking in TAP network adapter + - LP: #1454202 + * nosave: consolidate __nosave_{begin,end} in + - LP: #1454202 + * s390/hibernate: fix save and restore of kernel text section + - LP: #1454202 + * ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T450 + - LP: #1454202 + * Btrfs: fix inode eviction infinite loop after extent_same ioctl + - LP: #1454202 + * Btrfs: fix inode eviction infinite loop after cloning into it + - LP: #1454202 + * ACPICA: Tables: Don't release ACPI_MTX_TABLES in + acpi_tb_install_standard_table(). + - LP: #1454202 + * drm/i915: Dont enable CS_PARSER_ERROR interrupts at all + - LP: #1454202 + * KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_save + - LP: #1454202 + * target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handling + - LP: #1454202 + * mm/hugetlb: use pmd_page() in follow_huge_pmd() + - LP: #1454202 + * fs/binfmt_elf.c: fix bug in loading of PIE binaries + - LP: #1454202 + * IB/core: disallow registering 0-sized memory region + - LP: #1454202 + * IB/core: don't disallow registering region starting at 0x0 + - LP: #1454202 + * target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection + enabled + - LP: #1454202 + * target/file: Fix SG table for prot_buf initialization + - LP: #1454202 + * target/file: Fix UNMAP with DIF protection support + - LP: #1454202 + * ptrace: fix race between ptrace_resume() and wait_task_stopped() + - LP: #1454202 + * mvsas: fix panic on expander attached SATA devices + - LP: #1454202 + * nfsd: fix nsfd startup race triggering BUG_ON + - LP: #1454202 + * i2c: rk3x: report number of messages transmitted + - LP: #1454202 + * i2c: Mark adapter devices with pm_runtime_no_callbacks + - LP: #1454202 + * nfs: fix high load average due to callback thread sleeping + - LP: #1454202 + * drm/i915: cope with large i2c transfers + - LP: #1454202 + * drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT reg + - LP: #1454202 + * ACPI / scan: Annotate physical_node_lock in acpi_scan_is_offline() + - LP: #1454202 + * RCU pathwalk breakage when running into a symlink overmounting + something + - LP: #1454202 + * drivers/of: Add empty ranges quirk for PA-Semi + - LP: #1454202 + * e1000: add dummy allocator to fix race condition between mtu change and + netpoll + - LP: #1454202 + * wl18xx: show rx_frames_per_rates as an array as it really is + - LP: #1454202 + * ARM: shmobile: r8a7790: Correct SYSCIER value + - LP: #1454202 + * apple-gmux: lock iGP IO to protect from vgaarb changes + - LP: #1454202 + * lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR + - LP: #1454202 + * clk: qcom: fix RCG M/N counter configuration + - LP: #1454202 + * arm64: head.S: ensure visibility of page tables + - LP: #1454202 + * driver core: bus: Goto appropriate labels on failure in bus_add_device + - LP: #1454202 + * C6x: time: Ensure consistency in __init + - LP: #1454202 + * xprtrdma: Prevent infinite loop in rpcrdma_ep_create() + - LP: #1454202 + * crypto: omap-aes - Fix support for unequal lengths + - LP: #1454202 + * ARM: fix broken hibernation + - LP: #1454202 + * jhash: Update jhash_[321]words functions to use correct initval + - LP: #1454202 + * vti6: fix uninit when using x-netns + - LP: #1454202 + * powerpc/cell: Fix cell iommu after it_page_shift changes + - LP: #1454202 + * KVM: use slowpath for cross page cached accesses + - LP: #1454202 + * powerpc: Fix missing L2 cache size in /sys/devices/system/cpu + - LP: #1454202 + * i2c: core: Export bus recovery functions + - LP: #1454202 + * IB/mlx4: Fix WQE LSO segment calculation + - LP: #1454202 + * IB/iser: Fix wrong calculation of protection buffer length + - LP: #1454202 + * mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit + architectures + - LP: #1454202 + * skbuff: Do not scrub skb mark within the same name space + - LP: #1454202 + * firmware/ihex2fw.c: restore missing default in switch statement + - LP: #1454202 + * memstick: mspro_block: add missing curly braces + - LP: #1454202 + * tools/power turbostat: Use $(CURDIR) instead of $(PWD) and add support + for O= option in Makefile + - LP: #1454202 + * cpufreq: fix a NULL pointer dereference in __cpufreq_governor() + - LP: #1454202 + * Input: twl4030-pwrbutton - ensure a wakeup event is recorded. + - LP: #1454202 + * Input: elantech - fix crc_enabled for Fujitsu H730 + - LP: #1454202 + * Input: elantech - add more Fujtisu notebooks to force crc_enabled + - LP: #1454202 + * ext4: fix accidental flag aliasing in ext4_map_blocks flags + - LP: #1454202 + * ext4: fix ZERO_RANGE bug hidden by flag aliasing + - LP: #1454202 + * ext4: allocate entire range in zero range + - LP: #1454202 + * ipv4: Missing sk_nulls_node_init() in ping_unhash(). + - LP: #1454202 + * Linux 3.16.7-ckt11 + - LP: #1454202 + * mmc: card: Don't access RPMB partitions for normal read/write + - LP: #1454013 + * HID: multitouch: add support of clickpads + - LP: #1456881 + + -- Luis Henriques Tue, 26 May 2015 09:19:21 +0100 + +linux (3.16.0-38.52) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1452623 + + [ Stefan Bader ] + + * SAUCE: vesafb: Set mtrr:3 (write-combining) as default + - LP: #1434581 + + [ Upstream Kernel Changes ] + + * regmap: Skip read-only registers in regcache_sync() + - LP: #1448830 + * fuse: notify: don't move pages + - LP: #1449548 + * fuse: set stolen page uptodate + - LP: #1449548 + * dm thin: fix to consistently zero-fill reads to unprovisioned blocks + - LP: #1449548 + * dm: hold suspend_lock while suspending device during device deletion + - LP: #1449548 + * dm snapshot: suspend origin when doing exception handover + - LP: #1449548 + * dm snapshot: suspend merging snapshot when doing exception handover + - LP: #1449548 + * dm io: deal with wandering queue limits when handling REQ_DISCARD and + REQ_WRITE_SAME + - LP: #1449548 + * crypto: arm/aes update NEON AES module to latest OpenSSL version + - LP: #1449548 + * mac80211: drop unencrypted frames in mesh fwding + - LP: #1449548 + * mac80211: disable u-APSD queues by default + - LP: #1449548 + * ASoC: ak4671: Fix control-less DAPM routes + - LP: #1449548 + * ASoC: da732x: Fix control-less DAPM routes + - LP: #1449548 + * ASoC: sn95031: Fix control-less DAPM routes + - LP: #1449548 + * virtio_console: init work unconditionally + - LP: #1449548 + * virtio_console: avoid config access from irq + - LP: #1449548 + * clocksource: efm32: Fix a NULL pointer dereference + - LP: #1449548 + * clockevents: sun5i: Fix setup_irq init sequence + - LP: #1449548 + * x86/vdso: Fix the build on GCC5 + - LP: #1449548 + * ASoC: sgtl5000: remove useless register write clearing CHRGPUMP_POWERUP + - LP: #1449548 + * regmap: regcache-rbtree: Fix present bitmap resize + - LP: #1449548 + * regulator: Only enable disabled regulators on resume + - LP: #1449548 + * regulator: core: Fix enable GPIO reference counting + - LP: #1449548 + * Input: psmouse - add psmouse_matches_pnp_id helper function + - LP: #1449548 + * Input: synaptics - split synaptics_resolution(), query first + - LP: #1449548 + * Input: synaptics - log queried and quirked dimension values + - LP: #1449548 + * Input: synaptics - query min dimensions for fw v8.1 + - LP: #1449548 + * Input: synaptics - remove obsolete min/max quirk for X240 + - LP: #1449548 + * Input: synaptics - support min/max board id in min_max_pnpid_table + - LP: #1449548 + * Input: synaptics - skip quirks when post-2013 dimensions + - LP: #1449548 + * Input: synaptics - fix middle button on Lenovo 2015 products + - LP: #1449548 + * Input: synaptics - handle spurious release of trackstick buttons + - LP: #1449548 + * Input: synaptics - do not retrieve the board id on old firmwares + - LP: #1449548 + * vt6655: RFbSetPower fix missing rate RATE_12M + - LP: #1449548 + * x86/asm/entry/32: Fix user_mode() misuses + - LP: #1449548 + * ASoC: adav80x: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: ak4641: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: cs4271: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: pcm1681: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: tas5086: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm2000: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8731: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8903: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8904: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8955: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8960: Fix wrong value references for boolean kctl + - LP: #1449548 + * usb: phy: am335x-control: check return value of bus_find_device + - LP: #1449548 + * crypto: aesni - fix memory usage in GCM decryption + - LP: #1449548 + * phy: Find the right match in devm_phy_destroy() + - LP: #1449548 + * x86/fpu: Avoid math_state_restore() without used_math() in + __restore_xstate_sig() + - LP: #1449548 + * x86/fpu: Drop_fpu() should not assume that tsk equals current + - LP: #1449548 + * cpuidle: mvebu: Fix the CPU PM notifier usage + - LP: #1449548 + * can: kvaser_usb: Fix tx queue start/stop race conditions + - LP: #1449548 + * usb: chipidea: otg: add a_alt_hnp_support response for B device + - LP: #1449548 + * mac80211: count interfaces correctly for combination checks + - LP: #1449548 + * nl80211: ignore HT/VHT capabilities without QoS/WMM + - LP: #1449548 + * ALSA: hda - Treat stereo-to-mono mix properly + - LP: #1449548 + * pagemap: do not leak physical addresses to non-privileged userspace + - LP: #1449548 + * uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devices + - LP: #1449548 + * usb: common: otg-fsm: only signal connect after switching to peripheral + - LP: #1449548 + * of/irq: Fix of_irq_parse_one() returned error codes + - LP: #1449548 + * iscsi-target: Avoid early conn_logout_comp for iser connections + - LP: #1449548 + * tcm_qla2xxx: Fix incorrect use of __transport_register_session + - LP: #1449548 + * target: Fix reference leak in target_get_sess_cmd() error path + - LP: #1449548 + * tcm_fc: missing curly braces in ft_invl_hw_context() + - LP: #1449548 + * target/pscsi: Fix NULL pointer dereference in get_device_type + - LP: #1449548 + * target: Fix virtual LUN=0 target_configure_device failure OOPs + - LP: #1449548 + * arm64: Honor __GFP_ZERO in dma allocations + - LP: #1449548 + * IB/mlx4: Saturate RoCE port PMA counters in case of overflow + - LP: #1449548 + * dmaengine: dw: append MODULE_ALIAS for platform driver + - LP: #1449548 + * xfrm: release dst_orig in case of error in xfrm_lookup() + - LP: #1449548 + * staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12M + - LP: #1449548 + * Btrfs: make xattr replace operations atomic + - LP: #1449548 + * powerpc/smp: Wait until secondaries are active & online + - LP: #1449548 + * powerpc/iommu: Remove IOMMU device references via bus notifier + - LP: #1449548 + * powerpc/mpc85xx: Add ranges to etsec2 nodes + - LP: #1449548 + * IB/core: Avoid leakage from kernel to user space + - LP: #1449548 + * timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loop + - LP: #1449548 + * ALSA: hda - Add one more node in the EAPD supporting candidate list + - LP: #1436745, #1449548 + * serial: 8250_dw: Fix deadlock in LCR workaround + - LP: #1449548 + * drm/i915/bdw: PCI IDs ending in 0xb are ULT. + - LP: #1449548 + * btrfs: simplify insert_orphan_item + - LP: #1449548 + * ARM: sunxi: Have ARCH_SUNXI select RESET_CONTROLLER for clock driver + usage + - LP: #1449548 + * writeback: add missing INITIAL_JIFFIES init in + global_update_bandwidth() + - LP: #1449548 + * nbd: fix possible memory leak + - LP: #1449548 + * spi: qup: Fix cs-num DT property parsing + - LP: #1449548 + * mfd: kempld-core: Fix callback return value check + - LP: #1449548 + * KVM: nVMX: mask unrestricted_guest if disabled on L0 + - LP: #1449548 + * spi: trigger trace event for message-done before mesg->complete + - LP: #1449548 + * regmap: introduce regmap_name to fix syscon regmap trace events + - LP: #1449548 + * powerpc/pseries: Little endian fixes for post mobility device tree + update + - LP: #1449548 + * Fix bug in blk_rq_merge_ok + - LP: #1449548 + * net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5} + - LP: #1449548 + * powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLER + - LP: #1449548 + * perf: Fix irq_work 'tail' recursion + - LP: #1449548 + * sched: Fix RLIMIT_RTTIME when PI-boosting to RT + - LP: #1449548 + * ALSA: hda - Add dock support for Thinkpad T450s (17aa:5036) + - LP: #1449548 + * arm64: Use the reserved TTBR0 if context switching to the init_mm + - LP: #1449548 + * selinux: fix sel_write_enforce broken return value + - LP: #1449548 + * mm: fix anon_vma->degree underflow in anon_vma endless growing + prevention + - LP: #1449548 + * mm/memory hotplug: postpone the reset of obsolete pgdat + - LP: #1449548 + * hfsplus: fix B-tree corruption after insertion at position 0 + - LP: #1449548 + * ARC: SA_SIGINFO ucontext regs off-by-one + - LP: #1449548 + * writeback: fix possible underflow in write bandwidth calculation + - LP: #1449548 + * iio: fix drivers that check buffer->scan_mask + - LP: #1449548 + * iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifo + - LP: #1449548 + * iio: core: Fix double free. + - LP: #1449548 + * USB: ftdi_sio: Added custom PID for Synapse Wireless product + - LP: #1449548 + * iwlwifi: dvm: run INIT firmware again upon .start() + - LP: #1449548 + * USB: serial: keyspan_pda: fix Entrega company name spelling + - LP: #1449548 + * USB: keyspan_pda: add new device id + - LP: #1449548 + * cifs: smb2_clone_range() - exit on unhandled error + - LP: #1449548 + * cifs: fix use-after-free bug in find_writable_file + - LP: #1449548 + * can: flexcan: Deferred on Regulator return EPROBE_DEFER + - LP: #1449548 + * xen/balloon: before adding hotplugged memory, set frames to invalid + - LP: #1449548 + * usb: xhci: handle Config Error Change (CEC) in xhci driver + - LP: #1449548 + * usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllers + - LP: #1449548 + * USB: ftdi_sio: Use jtag quirk for SNAP Connect E10 + - LP: #1449548 + * tty: serial: fsl_lpuart: clear receive flag on FIFO flush + - LP: #1449548 + * drm/radeon/dpm: fix 120hz handling harder + - LP: #1449548 + * radeon: Do not directly dereference pointers to BIOS area. + - LP: #1449548 + * iio: adc: vf610: use ADC clock within specification + - LP: #1449548 + * iio: imu: Use iio_trigger_get for indio_dev->trig assignment + - LP: #1449548 + * dmaengine: edma: fix memory leak when terminating running transfers + - LP: #1449548 + * dmaengine: omap-dma: Fix memory leak when terminating running transfer + - LP: #1449548 + * x86/reboot: Add ASRock Q1900DC-ITX mainboard reboot quirk + - LP: #1449548 + * mac80211: fix RX A-MPDU session reorder timer deletion + - LP: #1449548 + * net: use for_each_netdev_safe() in rtnl_group_changelink() + - LP: #1449548 + * net/mlx4_en: Call register_netdevice in the proper location + - LP: #1449548 + * xen-netfront: transmit fully GSO-sized packets + - LP: #1449548 + * tcp: fix FRTO undo on cumulative ACK of SACKed range + - LP: #1449548 + * KVM: remove redundant assignments in __kvm_set_memory_region + - LP: #1449548 + * kvm: commonize allocation of the new memory slots + - LP: #1449548 + * kvm: avoid page allocation failure in kvm_set_memory_region() + - LP: #1449548 + * hpsa: refine the pci enable/disable handling + - LP: #1449548 + * hpsa: add missing pci_set_master in kdump path + - LP: #1449548 + * hpsa: fix memory leak in kdump hard reset + - LP: #1449548 + * hpsa: turn off interrupts when kdump starts + - LP: #1449548 + * sb_edac: Fix erroneous bytes->gigabytes conversion + - LP: #1449548 + * sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channel + - LP: #1449548 + * NFS: fix BUG() crash in notify_change() with patch to chown_common() + - LP: #1449548 + * tcp: Fix crash in TCP Fast Open + - LP: #1449548 + * Linux 3.16.7-ckt10 + - LP: #1449548 + * PCI: Don't clear ASPM bits when the FADT declares it's unsupported + - LP: #1441335 + * Input: synaptics - retrieve the extended capabilities in query $10 + - LP: #1414930 + * Input: synaptics - remove TOPBUTTONPAD property for Lenovos 2015 + - LP: #1414930 + * Input: synaptics - re-route tracksticks buttons on the Lenovo 2015 + series + - LP: #1414930 + * Input: synaptics - remove X1 Carbon 3rd gen from the topbuttonpad list + - LP: #1414930 + * Input: synaptics - remove X250 from the topbuttonpad list + - LP: #1414930 + + -- Luis Henriques Thu, 07 May 2015 09:48:41 +0100 + +linux (3.16.0-37.51) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1451489 + + [ Upstream Kernel Changes ] + + * Fix a broken backport causing boot failure on gen8 Intel + - LP: #1449401 + + -- Brad Figg Mon, 04 May 2015 09:42:43 -0700 + +linux (3.16.0-37.50) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1451302 + + [ Upstream Kernel Changes ] + + * audit: create private file name copies when auditing inodes + - LP: #1450442 + + -- Brad Figg Sun, 03 May 2015 19:48:46 -0700 + +linux (3.16.0-37.49) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1450126 + + [ Upstream Kernel Changes ] + + * fs: take i_mutex during prepare_binprm for set[ug]id executables + - LP: #1447373 + - CVE-2015-3339 + + -- Luis Henriques Wed, 29 Apr 2015 17:48:53 +0100 + +linux (3.16.0-36.48) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1443946 + * Merged back Ubuntu-3.16.0-34.47 security release + + -- Luis Henriques Tue, 14 Apr 2015 14:04:46 +0100 + +linux (3.16.0-35.46) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1442324 + + [ Andy Whitcroft ] + + * [Config] CONFIG_DEFAULT_MMAP_MIN_ADDR needs to match on armhf and arm64 + - LP: #1418140 + + [ Chris J Arges ] + + * [Config] CONFIG_PCIEASPM_DEBUG=y + - LP: #1398544 + + [ dann frazier ] + + * [Config] CONFIG_RTC_DRV_EFI=y on arm64 + - LP: #1441291 + + [ Upstream Kernel Changes ] + + * Revert "USB: serial: make bulk_out_size a lower limit" + - LP: #1441317 + * Revert "i2c: core: Dispose OF IRQ mapping at client removal time" + - LP: #1441317 + * Revert "net: cx82310_eth: use common match macro" + - LP: #1441317 + * KEYS: request_key() should reget expired keys rather than give + EKEYEXPIRED + - LP: #1124250 + * drm/i915/bdw: 3D_CHICKEN3 has write mask bits + - LP: #1374389 + * drm/i915: call lpt_init_clock_gating on BDW too + - LP: #1374389 + * drm/i915/bdw: Apply workarounds in render ring init function + - LP: #1374389 + * drm/i915/bdw: Cleanup pre prod workarounds + - LP: #1374389 + * drm/i915: Refactor Broadwell PIPE_CONTROL emission into a helper. + - LP: #1374389 + * drm/i915: Add the WaCsStallBeforeStateCacheInvalidate:bdw workaround. + - LP: #1374389 + * drm/i915/bdw: Remove BDW preproduction W/As until C stepping. + - LP: #1374389 + * drm/i915: Rework GPU reset sequence to match driver load & thaw + - LP: #1384469 + * drm/ast: switch to using CACHED by default for sysram + - LP: #1420627 + * drm/ast: Add missing entry to dclk_table[] + - LP: #1420627 + * drm/ast: Add reduced blanking modes for wide screen mode + - LP: #1420627 + * drm/ast: Try to use MMIO registers when PIO isn't supported + - LP: #1420627 + * drm/ast: POST chip at probe time if VGA not enabled + - LP: #1420627 + * drm/ast: Properly initialize P2A base before using it in + ast_init_3rdtx() + - LP: #1420627 + * drm/ast: Don't assume DVO enabled means SIL164 on uninitialized chips + - LP: #1420627 + * drm/ast: Cleanup analog init code path + - LP: #1420627 + * audit: correctly record file names with different path name types + - LP: #1439441 + * of: Create of_console_check() for selecting a console specified in + /chosen + - LP: #1438585 + * of: Enable console on serial ports specified by /chosen/stdout-path + - LP: #1438585 + * of: correct of_console_check()'s return value + - LP: #1438585 + * of: Add bindings for chosen node, stdout-path + - LP: #1438585 + * of: add optional options parameter to of_find_node_by_path() + - LP: #1438585 + * of: support passing console options with stdout-path + - LP: #1438585 + * netfilter: nf_tables: disable preemption when restoring chain counters + - LP: #1441317 + * netfilter: nf_tables: fix leaks in error path of nf_tables_newchain() + - LP: #1441317 + * ipvs: rerouting to local clients is not needed anymore + - LP: #1441317 + * netfilter: nft_compat: fix module refcount underflow + - LP: #1441317 + * netfilter: xt_socket: fix a stack corruption bug + - LP: #1441317 + * ipvs: add missing ip_vs_pe_put in sync code + - LP: #1441317 + * flowcache: Fix kernel panic in flow_cache_flush_task + - LP: #1441317 + * pktgen: fix UDP checksum computation + - LP: #1441317 + * rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY + - LP: #1441317 + * tcp: make sure skb is not shared before using skb_get() + - LP: #1441317 + * ipv6: fix ipv6_cow_metrics for non DST_HOST case + - LP: #1441317 + * rtnetlink: call ->dellink on failure when ->newlink exists + - LP: #1441317 + * gen_stats.c: Duplicate xstats buffer for later use + - LP: #1441317 + * ipv4: ip_check_defrag should correctly check return value of + skb_copy_bits + - LP: #1441317 + * ipv4: ip_check_defrag should not assume that skb_network_offset is zero + - LP: #1441317 + * net: phy: Fix verification of EEE support in phy_init_eee + - LP: #1441317 + * ematch: Fix auto-loading of ematch modules. + - LP: #1441317 + * openvswitch: Fix net exit. + - LP: #1441317 + * net: reject creation of netdev names with colons + - LP: #1441317 + * team: fix possible null pointer dereference in team_handle_frame + - LP: #1441317 + * net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msg + - LP: #1441317 + * macvtap: make sure neighbour code can push ethernet header + - LP: #1441317 + * usb: plusb: Add support for National Instruments host-to-host cable + - LP: #1441317 + * udp: only allow UFO for packets from SOCK_DGRAM sockets + - LP: #1441317 + * net: ping: Return EAFNOSUPPORT when appropriate. + - LP: #1441317 + * team: don't traverse port list using rcu in team_set_mac_address + - LP: #1441317 + * ALSA: hda - Add pin configs for ASUS mobo with IDT 92HD73XX codec + - LP: #1441317 + * xfs: Fix quota type in quota structures when reusing quota file + - LP: #1441317 + * drm/i915: Dell Chromebook 11 has PWM backlight + - LP: #1441317 + * gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one + chip per node + - LP: #1441317 + * gpio: tps65912: fix wrong container_of arguments + - LP: #1441317 + * ALSA: pcm: Don't leave PREPARED state after draining + - LP: #1441317 + * metag: Fix KSTK_EIP() and KSTK_ESP() macros + - LP: #1441317 + * ALSA: hda: controller code - do not export static functions + - LP: #1441317 + * drm/i915: Check obj->vma_list under the struct_mutex + - LP: #1441317 + * md/raid1: fix read balance when a drive is write-mostly. + - LP: #1441317 + * ALSA: hda - Disable runtime PM for Panther Point again + - LP: #1441317 + * drm/radeon: use drm_mode_vrefresh() rather than mode->vrefresh + - LP: #1441317 + * drm/radeon: fix 1 RB harvest config setup for TN/RL + - LP: #1441317 + * arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big + endian + - LP: #1441317 + * nilfs2: fix potential memory overrun on inode + - LP: #1441317 + * iio: mxs-lradc: separate touchscreen and buffer virtual channels + - LP: #1441317 + * iio: mxs-lradc: make ADC reads not disable touchscreen interrupts + - LP: #1441317 + * iio: mxs-lradc: make ADC reads not unschedule touchscreen conversions + - LP: #1441317 + * iio: mxs-lradc: only update the buffer when its conversions have + finished + - LP: #1441317 + * iio: imu: adis16400: Fix sign extension + - LP: #1441317 + * iio: mxs-lradc: fix iio channel map regression + - LP: #1441317 + * iio:adc:mcp3422 Fix incorrect scales table + - LP: #1441317 + * iio: ad5686: fix optional reference voltage declaration + - LP: #1441317 + * usb: dwc3: dwc3-omap: Fix disable IRQ + - LP: #1441317 + * usb: gadget: configfs: don't NUL-terminate (sub)compatible ids + - LP: #1441317 + * KVM: emulate: fix CMPXCHG8B on 32-bit hosts + - LP: #1441317 + * usb: XHCI: platform: Move the Marvell quirks after the enabling the + clocks + - LP: #1441317 + * xhci: Allocate correct amount of scratchpad buffers + - LP: #1441317 + * USB: usbfs: don't leak kernel data in siginfo + - LP: #1441317 + * uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS539 + - LP: #1441317 + * efi/libstub: Fix boundary checking in efi_high_alloc() + - LP: #1441317 + * USB: ftdi_sio: add PIDs for Actisense USB devices + - LP: #1441317 + * USB: serial: fix potential use-after-free after failed probe + - LP: #1441317 + * USB: serial: fix tty-device error handling at probe + - LP: #1441317 + * USB: mxuport: fix null deref when used as a console + - LP: #1441317 + * mac80211: Send EAPOL frames at lowest rate + - LP: #1441317 + * ARC: Fix KSTK_ESP() + - LP: #1441317 + * USB: serial: cp210x: Adding Seletek device id's + - LP: #1441317 + * staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel + - LP: #1441317 + * mei: make device disabled on stop unconditionally + - LP: #1441317 + * NFSv4: Don't call put_rpccred() under the rcu_read_lock() + - LP: #1441317 + * btrfs: fix lost return value due to variable shadowing + - LP: #1441317 + * KVM: MIPS: Fix trace event to save PC directly + - LP: #1441317 + * usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards + - LP: #1441317 + * ecryptfs: ->f_op is never NULL + - LP: #1441317 + * eCryptfs: don't pass fs-specific ioctl commands through + - LP: #1441317 + * drm/radeon: do a posting read in r100_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in rs600_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in r600_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in evergreen_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in si_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in cik_set_irq + - LP: #1441317 + * drm/radeon: fix DRM_IOCTL_RADEON_CS oops + - LP: #1441317 + * drm/radeon: fix interlaced modes on DCE8 + - LP: #1441317 + * ACPI / video: Load the module even if ACPI is disabled + - LP: #1441317 + * ASoC: omap-pcm: Correct dma mask + - LP: #1441317 + * x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization + - LP: #1441317 + * Btrfs: fix data loss in the fast fsync path + - LP: #1441317 + * Btrfs:__add_inode_ref: out of bounds memory read when looking for + extended ref. + - LP: #1441317 + * xhci: fix reporting of 0-sized URBs in control endpoint + - LP: #1441317 + * xhci: Workaround for PME stuck issues in Intel xhci + - LP: #1441317 + * Change email address for 8250_pci + - LP: #1441317 + * tty: fix up atime/mtime mess, take four + - LP: #1441317 + * console: Fix console name size mismatch + - LP: #1441317 + * net: irda: fix wait_until_sent poll timeout + - LP: #1441317 + * USB: serial: fix infinite wait_until_sent timeout + - LP: #1441317 + * TTY: fix tty_wait_until_sent on 64-bit machines + - LP: #1441317 + * sunrpc: fix braino in ->poll() + - LP: #1441317 + * svcrpc: fix memory leak in gssp_accept_sec_context_upcall + - LP: #1441317 + * SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under + xprt->bc_pa_lock + - LP: #1441317 + * ath5k: fix spontaneus AR5312 freezes + - LP: #1441317 + * net: cls_bpf: fix size mismatch on filter preparation + - LP: #1441317 + * net: cls_bpf: fix auto generation of per list handles + - LP: #1441317 + * qlge: Fix qlge_update_hw_vlan_features to handle if interface is down + - LP: #1441317 + * ip6_gre: fix endianness errors in ip6gre_err + - LP: #1441317 + * PCI: Don't read past the end of sysfs "driver_override" buffer + - LP: #1441317 + * spi: dw: revisit FIFO size detection again + - LP: #1441317 + * spi: atmel: Fix interrupt setup for PDC transfers + - LP: #1441317 + * mtd: nand: pxa3xx: Fix PIO FIFO draining + - LP: #1441317 + * cpuset: Fix cpuset sched_relax_domain_level + - LP: #1441317 + * workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for + PREEMPT_NONE + - LP: #1441317 + * bnx2x: Force fundamental reset for EEH recovery + - LP: #1441317 + * xen/events: avoid NULL pointer dereference in dom0 on large machines + - LP: #1441317 + * spi: pl022: Fix race in giveback() leading to driver lock-up + - LP: #1441317 + * tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send + - LP: #1441317 + * libsas: Fix Kernel Crash in smp_execute_task + - LP: #1441317 + * irqchip: armada-370-xp: Fix chained per-cpu interrupts + - LP: #1441317 + * ALSA: hda - Fix regression of HD-audio controller fallback modes + - LP: #1441317 + * can: add missing initialisations in CAN related skbuffs + - LP: #1441317 + * can: kvaser_usb: Avoid double free on URB submission failures + - LP: #1441317 + * can: kvaser_usb: Read all messages in a bulk-in URB buffer + - LP: #1441317 + * ftrace: Fix en(dis)able graph caller when en(dis)abling record via + sysctl + - LP: #1441317 + * ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled + - LP: #1441317 + * ARM: imx6qdl-sabresd: set swbst_reg as vbus's parent reg + - LP: #1441317 + * ARM: imx6sl-evk: set swbst_reg as vbus's parent reg + - LP: #1441317 + * drm/radeon: drop setting UPLL to sleep mode + - LP: #1441317 + * xen-pciback: limit guest control of command register + - LP: #1441317 + * ALSA: hda - Fix built-in mic on Compaq Presario CQ60 + - LP: #1441317 + * drm/vmwgfx: Fix a couple of lock dependency violations + - LP: #1441317 + * drm/vmwgfx: Reorder device takedown somewhat + - LP: #1441317 + * ALSA: control: Add sanity checks for user ctl id name string + - LP: #1441317 + * ALSA: snd-usb: add quirks for Roland UA-22 + - LP: #1441317 + * ALSA: hda - Set single_adc_amp flag for CS420x codecs + - LP: #1441317 + * ALSA: hda - Add workaround for MacBook Air 5,2 built-in mic + - LP: #1441317 + * nilfs2: fix deadlock of segment constructor during recovery + - LP: #1441317 + * ALSA: hda - Don't access stereo amps for mono channel widgets + - LP: #1441317 + * ARM: at91: pm: fix at91rm9200 standby + - LP: #1441317 + * ARM: dts: DRA7x: Fix the bypass clock source for dpll_iva and others + - LP: #1441317 + * ARM: dts: am33xx-clocks: Fix ehrpwm tbclk data on am33xx + - LP: #1441317 + * ARM: dts: am43xx-clocks: Fix ehrpwm tbclk data on am43xx + - LP: #1441317 + * clk: divider: fix calculation of maximal parent rate for a given + divider + - LP: #1441317 + * clk: divider: fix selection of divider when rounding to closest + - LP: #1441317 + * USB: serial: add Google simple serial SubClass support + - LP: #1441317 + * HID: add support for MS Surface Pro 3 Type Cover + - LP: #1441317 + * HID: apple: fix battery support for the 2009 ANSI wireless keyboard + - LP: #1441317 + * HID: microsoft: add support for Japanese Surface Type Cover 3 + - LP: #1441317 + * HID: pidff: Fix initialisation forMicrosoft Sidewinder FF Pro 2 + - LP: #1441317 + * usb: gadget: function: phonet: balance usb_ep_disable calls + - LP: #1441317 + * usb: musb: core: add pm_runtime_irq_safe() + - LP: #1441317 + * cdc-acm: Add support for Denso cradle CU-321 + - LP: #1441317 + * HID: microsoft: Add ID for NE7K wireless keyboard + - LP: #1441317 + * sparc32: destroy_context() and switch_mm() needs to disable interrupts. + - LP: #1441317 + * sparc: semtimedop() unreachable due to comparison error + - LP: #1441317 + * sparc: perf: Remove redundant perf_pmu_{en|dis}able calls + - LP: #1441317 + * sparc: perf: Make counting mode actually work + - LP: #1441317 + * sparc: Touch NMI watchdog when walking cpus and calling printk + - LP: #1441317 + * sparc64: Fix several bugs in memmove(). + - LP: #1441317 + * net: sysctl_net_core: check SNDBUF and RCVBUF for min length + - LP: #1441317 + * rds: avoid potential stack overflow + - LP: #1441317 + * inet_diag: fix possible overflow in inet_diag_dump_one_icsk() + - LP: #1441317 + * caif: fix MSG_OOB test in caif_seqpkt_recvmsg() + - LP: #1441317 + * rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg() + - LP: #1441317 + * ipv6: fix backtracking for throw routes + - LP: #1441317 + * tcp: fix tcp fin memory accounting + - LP: #1441317 + * net: compat: Update get_compat_msghdr() to match + copy_msghdr_from_user() behaviour + - LP: #1441317 + * tcp: make connect() mem charging friendly + - LP: #1441317 + * Linux 3.16.7-ckt9 + - LP: #1441317 + * rtc: ia64: allow other architectures to use EFI RTC + - LP: #1441291 + * rtc: Disable EFI rtc for x86 + - LP: #1441291 + * ipv6: Don't reduce hop limit for an interface + - LP: #1441103 + - CVE-2015-2922 + * x86/microcode/intel: Guard against stack overflow in the loader + - LP: #1438504 + - CVE-2015-2666 + + -- Brad Figg Thu, 09 Apr 2015 12:01:11 -0700 + +linux (3.16.0-34.47) utopic; urgency=low + + [ Upstream Kernel Changes ] + + * powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTH + - LP: #1442180 + + -- Luis Henriques Fri, 10 Apr 2015 16:39:29 +0100 + +linux (3.16.0-34.45) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1435400 + + [ Andy Whitcroft ] + + * [Packaging] generate live watchdog blacklists + - LP: #1432837 + + [ Chris J Arges ] + + * [Config] Add ibmvfc to d-i + - LP: #1416001 + + [ John Johansen ] + + * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets + - LP: #1408833 + + [ Seth Forshee ] + + * [Config] updateconfigs - enable X86_UP_APIC_MSI + + [ Upstream Kernel Changes ] + + * cdc-acm: add sanity checks + - LP: #1413992 + * x86: thinkpad_acpi.c: fixed spacing coding style issue + - LP: #1417915 + * thinkpad_acpi: support new BIOS version string pattern + - LP: #1417915 + * powernv: Use _GLOBAL_TOC for opal wrappers + - LP: #1431196 + * Btrfs: clear compress-force when remounting with compress option + - LP: #1434183 + * Btrfs: send, don't delay dir move if there's a new parent inode + - LP: #1434223 + * [media] em28xx: fix em28xx-input removal + - LP: #1434595 + * [media] em28xx: ensure "closing" messages terminate with a newline + - LP: #1434595 + * [media] em28xx-input: fix missing newlines + - LP: #1434595 + * [media] em28xx-core: fix missing newlines + - LP: #1434595 + * [media] em28xx-audio: fix missing newlines + - LP: #1434595 + * [media] em28xx-audio: fix missing newlines + - LP: #1434595 + * [media] em28xx-dvb: fix missing newlines + - LP: #1434595 + * [media] em28xx-video: fix missing newlines + - LP: #1434595 + * ARM: pxa: add regulator_has_full_constraints to corgi board file + - LP: #1434595 + * ARM: pxa: add regulator_has_full_constraints to poodle board file + - LP: #1434595 + * ARM: pxa: add regulator_has_full_constraints to spitz board file + - LP: #1434595 + * hx4700: regulator: declare full constraints + - LP: #1434595 + * HID: input: fix confusion on conflicting mappings + - LP: #1434595 + * HID: fixup the conflicting keyboard mappings quirk + - LP: #1434595 + * ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses + - LP: #1434595 + * megaraid_sas: disable interrupt_mask before enabling hardware + interrupts + - LP: #1434595 + * PCI: Generate uppercase hex for modalias var in uevent + - LP: #1434595 + * usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN + - LP: #1434595 + * tty/serial: at91: enable peripheral clock before accessing I/O + registers + - LP: #1434595 + * tty/serial: at91: fix error handling in atmel_serial_probe() + - LP: #1434595 + * axonram: Fix bug in direct_access + - LP: #1434595 + * btrfs: fix leak of path in btrfs_find_item + - LP: #1434595 + * ksoftirqd: Enable IRQs and call cond_resched() before poking RCU + - LP: #1434595 + * TPM: Add new TPMs to the tail of the list to prevent inadvertent change + of dev + - LP: #1434595 + * char: tpm: Add missing error check for devm_kzalloc + - LP: #1434595 + * tpm_tis: verify interrupt during init + - LP: #1434595 + * tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma + - LP: #1434595 + * tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_send + - LP: #1434595 + * tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFO + - LP: #1434595 + * mmc: sdhci-pxav3: fix unbalanced clock issues during probe + - LP: #1434595 + * iwlwifi: mvm: validate tid and sta_id in ba_notif + - LP: #1434595 + * power: gpio-charger: balance enable/disable_irq_wake calls + - LP: #1434595 + * power: bq24190: Fix ignored supplicants + - LP: #1434595 + * ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL enabled on UART3 + - LP: #1434595 + * Bluetooth: ath3k: Add support of AR3012 bluetooth 13d3:3423 device + - LP: #1411193, #1434595 + * Bluetooth: btusb: Add Broadcom patchram support for ASUSTek devices + - LP: #1434595 + * cfq-iosched: fix incorrect filing of rt async cfqq + - LP: #1434595 + * smack: fix possible use after frees in task_security() callers + - LP: #1434595 + * xfs: ensure buffer types are set correctly + - LP: #1434595 + * xfs: inode unlink does not set AGI buffer type + - LP: #1434595 + * xfs: set buf types when converting extent formats + - LP: #1434595 + * xfs: set superblock buffer type correctly + - LP: #1434595 + * btrfs: set proper message level for skinny metadata + - LP: #1434595 + * KVM: s390: base hrtimer on a monotonic clock + - LP: #1434595 + * KVM: s390: avoid memory leaks if __inject_vm() fails + - LP: #1434595 + * samsung-laptop: Add use_native_backlight quirk, and enable it on some + models + - LP: #1434595 + * PCI: Fix infinite loop with ROM image of size 0 + - LP: #1434595 + * USB: cp210x: add ID for RUGGEDCOM USB Serial Console + - LP: #1434595 + * Bluetooth: Add support for Broadcom BCM20702A1 variant + - LP: #1434595 + * Bluetooth: Add support for Broadcom BCM20702A0 variants firmware + download + - LP: #1434595 + * Bluetooth: btusb: Add support for Dynex/Insignia USB dongles + - LP: #1434595 + * clk: zynq: Force CPU_2X clock to be ungated + - LP: #1434595 + * mmc: sdhci-pxav3: Remove checks for mandatory host clock + - LP: #1434595 + * mmc: sdhci-pxav3: fix race between runtime pm and irq + - LP: #1434595 + * power_supply: 88pm860x: Fix leaked power supply on probe fail + - LP: #1434595 + * staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy back + - LP: #1434595 + * mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cycles + - LP: #1434595 + * mmc: sdhci-pxav3: Fix SDR50 and DDR50 capabilities for the Armada 38x + flavor + - LP: #1434595 + * mmc: sdhci-pxav3: Fix Armada 38x controller's caps according to erratum + ERR-7878951 + - LP: #1434595 + * ARM: 8284/1: sa1100: clear RCSR_SMR on resume + - LP: #1434595 + * [media] si2168: define symbol rate limits + - LP: #1434595 + * nfs: don't call blocking operations while !TASK_RUNNING + - LP: #1434595 + * USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd) + - LP: #1434595 + * USB: fix use-after-free bug in usb_hcd_unlink_urb() + - LP: #1434595 + * iwlwifi: mvm: always use mac color zero + - LP: #1434595 + * iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLAN + - LP: #1434595 + * iwlwifi: mvm: fix failure path when power_update fails in add_interface + - LP: #1434595 + * vt: provide notifications on selection changes + - LP: #1434595 + * tty: Prevent untrappable signals from malicious program + - LP: #1434595 + * serial: fsl_lpuart: delete timer on shutdown + - LP: #1434595 + * serial: fsl_lpuart: avoid new transfer while DMA is running + - LP: #1434595 + * cpufreq: Set cpufreq_cpu_data to NULL before putting kobject + - LP: #1434595 + * Bluetooth: btusb: Add support for Lite-On (04ca) Broadcom based, + BCM43142 + - LP: #1434595 + * nfs41: .init_read and .init_write can be called with valid pg_lseg + - LP: #1434595 + * [media] lmedm04: Fix usb_submit_urb BOGUS urb xfer, pipe 1 != type 3 in + interrupt urb + - LP: #1434595 + * mei: mask interrupt set bit on clean reset bit + - LP: #1434595 + * mei: me: release hw from reset only during the reset flow + - LP: #1434595 + * KVM: MIPS: Don't leak FPU/DSP to guest + - LP: #1434595 + * ALSA: hda - Add the pin fixup for HP Envy TS bass speaker + - LP: #1434595 + * ALSA: hda - Set up GPIO for Toshiba Satellite S50D + - LP: #1434595 + * xen/manage: Fix USB interaction issues when resuming + - LP: #1434595 + * ACPI / video: Add some Samsung models to disable_native_backlight list + - LP: #1434595 + * ACPI / video: Add disable_native_backlight quirk for Dell XPS15 L521X + - LP: #1434595 + * ACPI / video: Add disable_native_backlight quirk for Samsung + 730U3E/740U3E + - LP: #1434595 + * ACPI / video: Add disable_native_backlight quirk for Samsung 510R + - LP: #1434595 + * KVM: s390: floating irqs: fix user triggerable endless loop + - LP: #1434595 + * drm/i915: Correct the IOSF Dev_FN field for IOSF transfers + - LP: #1434595 + * cfq-iosched: handle failure of cfq group allocation + - LP: #1434595 + * tracing: Fix unmapping loop in tracing_mark_write + - LP: #1434595 + * fsnotify: fix handling of renames in audit + - LP: #1434595 + * ring-buffer: Do not wake up a splice waiter when page is not full + - LP: #1434595 + * blk-mq: fix double-free in error path + - LP: #1434595 + * drm/radeon: workaround for CP HW bug on CIK + - LP: #1434595 + * drm/radeon: only enable kv/kb dpm interrupts once v3 + - LP: #1434595 + * NFSv4.1: Fix a kfree() of uninitialised pointers in + decode_cb_sequence_args + - LP: #1434595 + * cpufreq: speedstep-smi: enable interrupts when waiting + - LP: #1434595 + * mm/hugetlb: pmd_huge() returns true for non-present hugepage + - LP: #1434595 + * mm/hugetlb: take page table lock in follow_huge_pmd() + - LP: #1434595 + * mm/hugetlb: fix getting refcount 0 page in hugetlb_fault() + - LP: #1434595 + * mm/hugetlb: add migration/hwpoisoned entry check in + hugetlb_change_protection + - LP: #1434595 + * mm/hugetlb: add migration entry check in __unmap_hugepage_range + - LP: #1434595 + * mm: when stealing freepages, also take pages created by splitting buddy + page + - LP: #1434595 + * mm/mmap.c: fix arithmetic overflow in __vm_enough_memory() + - LP: #1434595 + * mm/nommu.c: fix arithmetic overflow in __vm_enough_memory() + - LP: #1434595 + * iscsi-target: Drop problematic active_ts_list usage + - LP: #1434595 + * target: Fix PR_APTPL_BUF_LEN buffer size limitation + - LP: #1434595 + * mm/compaction: fix wrong order check in compact_finished() + - LP: #1434595 + * mm/memory.c: actually remap enough memory + - LP: #1434595 + * mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page() + - LP: #1434595 + * ALSA: hda - enable mute led quirk for one more hp machine. + - LP: #1410704, #1434595 + * ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE + - LP: #1434595 + * drm/radeon/dp: Set EDP_CONFIGURATION_SET for bridge chips if necessary + - LP: #1434595 + * drm/radeon: fix voltage setup on hawaii + - LP: #1434595 + * ALSA: hdspm - Constrain periods to 2 on older cards + - LP: #1434595 + * jffs2: fix handling of corrupted summary length + - LP: #1434595 + * dm mirror: do not degrade the mirror on discard error + - LP: #1434595 + * dm io: reject unsupported DISCARD requests with EOPNOTSUPP + - LP: #1434595 + * NFS: struct nfs_commit_info.lock must always point to inode->i_lock + - LP: #1434595 + * target: Add missing WRITE_SAME end-of-device sanity check + - LP: #1434595 + * target: Check for LBA + sectors wrap-around in sbc_parse_cdb + - LP: #1434595 + * Btrfs: fix fsync data loss after adding hard link to inode + - LP: #1434595 + * Added Little Endian support to vtpm module + - LP: #1434595 + * fixed invalid assignment of 64bit mask to host dma_boundary for scatter + gather segment boundary limit. + - LP: #1434595 + * sg: fix read() error reporting + - LP: #1434595 + * IB/qib: Do not write EEPROM + - LP: #1434595 + * EDAC, amd64_edac: Prevent OOPS with >16 memory controllers + - LP: #1434595 + * MIPS: asm: asmmacro: Replace "add" instructions with "addu" + - LP: #1434595 + * MIPS: kernel: cps-vec: Replace "addi" with "addiu" + - LP: #1434595 + * md/raid5: Fix livelock when array is both resyncing and degraded. + - LP: #1434595 + * locking/rtmutex: Avoid a NULL pointer dereference on deadlock + - LP: #1434595 + * time: adjtimex: Validate the ADJ_FREQUENCY values + - LP: #1434595 + * ntp: Fixup adjtimex freq validation on 32-bit systems + - LP: #1434595 + * dm: fix a race condition in dm_get_md + - LP: #1434595 + * dm snapshot: fix a possible invalid memory access on unload + - LP: #1434595 + * cpufreq: s3c: remove incorrect __init annotations + - LP: #1434595 + * x86, mm/ASLR: Fix stack randomization on 64-bit systems + - LP: #1434595 + * libceph: assert both regular and lingering lists in __remove_osd() + - LP: #1434595 + * libceph: change from BUG to WARN for __remove_osd() asserts + - LP: #1434595 + * libceph: fix double __remove_osd() problem + - LP: #1434595 + * MIPS: Export FP functions used by lose_fpu(1) for KVM + - LP: #1434595 + * MIPS: Export MSA functions used by lose_fpu(1) for KVM + - LP: #1434595 + * kdb: fix incorrect counts in KDB summary command output + - LP: #1434595 + * blk-throttle: check stats_cpu before reading it from sysfs + - LP: #1434595 + * debugfs: leave freeing a symlink body until inode eviction + - LP: #1434595 + * procfs: fix race between symlink removals and traversals + - LP: #1434595 + * autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for + allocation + - LP: #1434595 + * ASoC: mioa701_wm9713: Fix speaker event + - LP: #1434595 + * gpio: rcar: Fix error path for devm_kzalloc() failure + - LP: #1434595 + * efi: Small leak on error in runtime map code + - LP: #1434595 + * clk-gate: fix bit # check in clk_register_gate() + - LP: #1434595 + * powerpc/kernel: Avoid memory corruption at early stage + - LP: #1434595 + * pinctrl: pinctrl-imx: don't use invalid value of conf_reg + - LP: #1434595 + * ALSA: off by one bug in snd_riptide_joystick_probe() + - LP: #1434595 + * GFS2: Fix crash during ACL deletion in acl max entry check in + gfs2_set_acl() + - LP: #1434595 + * net: llc: use correct size for sysctl timeout entries + - LP: #1434595 + * net: rds: use correct size for max unacked packets and bytes + - LP: #1434595 + * HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events + - LP: #1434595 + * fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not + defined + - LP: #1434595 + * net: sctp: fix race for one-to-many sockets in sendmsg's auto associate + - LP: #1434595 + * gpio: sysfs: fix gpio attribute-creation race + - LP: #1434595 + * ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs + - LP: #1434595 + * IB/core: When marshaling ucma path from user-space, clear unused fields + - LP: #1434595 + * IB/core: Fix deadlock on uverbs modify_qp error flow + - LP: #1434595 + * IB/mlx4: Fix wrong usage of IPv4 protocol for multicast attach/detach + - LP: #1434595 + * IB/iser: Use correct dma direction when unmapping SGs + - LP: #1434595 + * [media] Si2168: increase timeout to fix firmware loading + - LP: #1434595 + * staging: comedi: cb_pcidas64: fix incorrect AI range code handling + - LP: #1434595 + * target: Fix R_HOLDER bit usage for AllRegistrants + - LP: #1434595 + * target: Avoid dropping AllRegistrants reservation during unregister + - LP: #1434595 + * target: Allow AllRegistrants to re-RESERVE existing reservation + - LP: #1434595 + * target: Allow Write Exclusive non-reservation holders to READ + - LP: #1434595 + * vhost/scsi: potential memory corruption + - LP: #1434595 + * clk: sunxi: Support factor clocks with N factor starting not from 0 + - LP: #1434595 + * sunxi: clk: Set sun6i-pll1 n_start = 1 + - LP: #1434595 + * HID: wacom: Report ABS_MISC event for Cintiq Companion Hybrid + - LP: #1434595 + * mm: softdirty: unmapped addresses between VMAs are clean + - LP: #1434595 + * proc/pagemap: walk page tables under pte lock + - LP: #1434595 + * ARM: dts: am335x-bone*: usb0 is hardwired for peripheral + - LP: #1434595 + * sched/rt: Reduce rq lock contention by eliminating locking of + non-feasible target + - LP: #1434595 + * caif: remove wrong dev_net_set() call + - LP: #1434595 + * quota: Store maximum space limit in bytes + - LP: #1434595 + * Linux 3.16.7-ckt8 + - LP: #1434595 + * btrfs: label should not contain return char + - LP: #1434528 + + -- Luis Henriques Mon, 23 Mar 2015 15:58:49 +0000 + +linux (3.16.0-33.44) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1431304 + * Merged back all changes that were in Ubuntu-3.16.0-32.42 + + -- Luis Henriques Thu, 12 Mar 2015 11:28:46 +0000 + +linux (3.16.0-32.42) utopic; urgency=low + + [ Seth Forshee ] + + * Release Tracking Bug + - LP: #1427808 + + [ Chris J Arges ] + + * [Config] ppc64el CONFIG_I2C_OPAL=m + - LP: #1419151 + + [ Upstream Kernel Changes ] + + * i2c: Driver to expose PowerNV platform i2c busses + - LP: #1419151 + * Bluetooth: ath3k: workaround the compatibility issue with xHCI + controller + - LP: #1400215 + * ALSA: hda - enable mute led quirk for one more hp machine. + - LP: #1410704 + * ipvs: uninitialized data with IP_VS_IPV6 + - LP: #1427767 + * netfilter: nfnetlink: validate nfnetlink header from batch + - LP: #1427767 + * clocksource: exynos_mct: Fix bitmask regression for exynos4_mct_write + - LP: #1427767 + * time: settimeofday: Validate the values of tv from user + - LP: #1427767 + * Input: i8042 - reset keyboard to fix Elantech touchpad detection + - LP: #1427767 + * drm/radeon: fix VM flush on cayman/aruba (v3) + - LP: #1427767 + * drm/radeon: fix VM flush on SI (v3) + - LP: #1427767 + * drm/radeon: fix VM flush on CIK (v3) + - LP: #1427767 + * drm/radeon: add a dpm quirk list + - LP: #1427767 + * Input: elantech - support new ICs types for version 4 + - LP: #1427767 + * Input: I8042 - add Acer Aspire 7738 to the nomux list + - LP: #1427767 + * drm/i915: Ban Haswell from using RCS flips + - LP: #1427767 + * drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES + - LP: #1427767 + * drm/radeon: add si dpm quirk list + - LP: #1427767 + * pinctrl: Fix two deadlocks + - LP: #1427767 + * gpio: fix memory and reference leaks in gpiochip_add error path + - LP: #1427767 + * gpio: fix memory leak and sleep-while-atomic + - LP: #1427767 + * gpio: fix sleep-while-atomic in gpiochip_remove + - LP: #1427767 + * can: dev: fix crtlmode_supported check + - LP: #1427767 + * can: kvaser_usb: Don't free packets when tight on URBs + - LP: #1427767 + * can: kvaser_usb: Reset all URB tx contexts upon channel close + - LP: #1427767 + * can: kvaser_usb: Don't send a RESET_CHIP for non-existing channels + - LP: #1427767 + * drm/radeon: use rv515_ring_start on r5xx + - LP: #1427767 + * gpio: sysfs: fix gpio-chip device-attribute leak + - LP: #1427767 + * gpio: sysfs: fix gpio device-attribute leak + - LP: #1427767 + * gpiolib: of: Correct error handling in of_get_named_gpiod_flags + - LP: #1427767 + * PCI: Add flag for devices where we can't use bus reset + - LP: #1427767 + * PCI: Mark Atheros AR93xx to avoid bus reset + - LP: #1427767 + * PCI: Pass bridge device, not bus, when updating bridge windows + - LP: #1427767 + * PCI: Add pci_bus_clip_resource() to clip to fit upstream window + - LP: #1427767 + * PCI: Add pci_claim_bridge_resource() to clip window if necessary + - LP: #1427767 + * x86/PCI: Clip bridge windows to fit in upstream windows + - LP: #1427767 + * workqueue: fix subtle pool management issue which can stall whole + worker_pool + - LP: #1427767 + * ARM: mvebu: completely disable hardware I/O coherency + - LP: #1427767 + * ALSA: usb-audio: Add mic volume fix quirk for Logitech Webcam C210 + - LP: #1427767 + * fix deadlock in cifs_ioctl_clone() + - LP: #1427767 + * ipr: wait for aborted command responses + - LP: #1427767 + * libata: allow sata_sil24 to opt-out of tag ordered submission + - LP: #1427767 + * scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymore + - LP: #1427767 + * libata: prevent HSM state change race between ISR and PIO + - LP: #1427767 + * bus: mvebu-mbus: fix support of MBus window 13 + - LP: #1427767 + * ARM: dts: imx25: Fix PWM "per" clocks + - LP: #1427767 + * x86, boot: Skip relocs when load address unchanged + - LP: #1427767 + * x86, irq: Properly tag virtualization entry in /proc/interrupts + - LP: #1427767 + * mfd: tps65218: Make INT[12] and STATUS registers volatile + - LP: #1427767 + * mfd: tps65218: Make INT1 our status_base register + - LP: #1427767 + * mfd: rtsx_usb: Fix runtime PM deadlock + - LP: #1427767 + * x86, hyperv: Mark the Hyper-V clocksource as being continuous + - LP: #1427767 + * vb2: fix vb2_thread_stop race conditions + - LP: #1427767 + * x86, tls, ldt: Stop checking lm in LDT_empty + - LP: #1427767 + * x86, tls: Interpret an all-zero struct user_desc as "no segment" + - LP: #1427767 + * x86/apic: Re-enable PCI_MSI support for non-SMP X86_32 + - LP: #1427767 + * x86/tsc: Change Fast TSC calibration failed from error to info + - LP: #1427767 + * dm cache: share cache-metadata object across inactive and active DM + tables + - LP: #1427767 + * dm cache: fix problematic dual use of a single migration count variable + - LP: #1427767 + * sata_dwc_460ex: fix resource leak on error path + - LP: #1427767 + * pinctrl: lantiq: Release gpiochip resources in fail case + - LP: #1427767 + * pinctrl: lantiq: remove bogus of_gpio_chip_add + - LP: #1427767 + * crypto: prefix module autoloading with "crypto-" + - LP: #1427767 + * crypto: include crypto- module prefix in template + - LP: #1427767 + * crypto: add missing crypto module aliases + - LP: #1427767 + * Input: evdev - fix EVIOCG{type} ioctl + - LP: #1427767 + * tty: Fix pty master poll() after slave closes v2 + - LP: #1427767 + * bus: omap_l3_noc: Add resume hook to restore context + - LP: #1427767 + * bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the + irq handler + - LP: #1427767 + * decompress_bunzip2: off by one in get_next_block() + - LP: #1427767 + * um: Skip futex_atomic_cmpxchg_inatomic() test + - LP: #1427767 + * x86, um: actually mark system call tables readonly + - LP: #1427767 + * kbuild: Fix removal of the debian/ directory + - LP: #1427767 + * mm: get rid of radix tree gfp mask for pagecache_get_page + - LP: #1427767 + * HID: rmi: make compututation of the address of Query 12 more careful + - LP: #1427767 + * HID: rmi: Check for additional ACM registers appended to F11 data + report + - LP: #1427767 + * spi/pxa2xx: Clear cur_chip pointer before starting next message + - LP: #1427767 + * ASoC: fsl_esai: Fix incorrect xDC field width of xCCR registers + - LP: #1427767 + * spi: dw: Fix detecting FIFO depth + - LP: #1427767 + * spi: dw-mid: fix FIFO size + - LP: #1427767 + * ASoC: wm8960: Fix capture sample rate from 11250 to 11025 + - LP: #1427767 + * regulator: core: fix race condition in regulator_put() + - LP: #1427767 + * ASoC: pcm512x: Fix DSP program selection + - LP: #1427767 + * ASoC: simple-card: Fix crash in asoc_simple_card_unref() + - LP: #1427767 + * ASoC: soc-compress.c: fix NULL dereference + - LP: #1427767 + * ASoC: omap-mcbsp: Correct CBM_CFS dai format configuration + - LP: #1427767 + * Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd + - LP: #1427767 + * can: c_can: end pending transmission on network stop (ifdown) + - LP: #1427767 + * nfs: fix dio deadlock when O_DIRECT flag is flipped + - LP: #1427767 + * NFSv4.1: Fix an Oops in nfs41_walk_client_list + - LP: #1427767 + * Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857) + - LP: #1427767 + * mac80211: only roll back station states for WDS when suspending + - LP: #1427767 + * mac80211: properly set CCK flag in radiotap + - LP: #1427767 + * nl80211: fix per-station group key get/del and memory leak + - LP: #1427767 + * i2c: s3c2410: fix ABBA deadlock by keeping clock prepared + - LP: #1427767 + * uas: Add no-report-opcodes quirk for Simpletech devices with id + 4971:8017 + - LP: #1427767 + * usb-storage/SCSI: blacklist FUA on JMicron 152d:2566 USB-SATA + controller + - LP: #1427767 + * usb-core bInterval quirk + - LP: #1427767 + * USB: Add OTG PET device to TPL + - LP: #1427767 + * drm/i915: Only fence tiled region of object. + - LP: #1427767 + * drm/i915: Use IS_HSW_ULT() in a HSW specific code path + - LP: #1427767 + * drm/i915: Fix and clean BDW PCH identification + - LP: #1427767 + * drm/i915: BDW Fix Halo PCI IDs marked as ULT. + - LP: #1427767 + * ALSA: seq-dummy: remove deadlock-causing events on close + - LP: #1427767 + * x86, build: replace Perl script with Shell script + - LP: #1427767 + * drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty element + - LP: #1427767 + * drivers: net: cpsw: discard dual emac default vlan configuration + - LP: #1427767 + * can: kvaser_usb: Do not sleep in atomic context + - LP: #1427767 + * can: kvaser_usb: Send correct context to URB completion + - LP: #1427767 + * can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT + - LP: #1427767 + * can: kvaser_usb: Fix state handling upon BUS_ERROR events + - LP: #1427767 + * quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space + units + - LP: #1427767 + * rbd: fix rbd_dev_parent_get() when parent_overlap == 0 + - LP: #1427767 + * rbd: drop parent_ref in rbd_dev_unprobe() unconditionally + - LP: #1427767 + * dm cache: fix missing ERR_PTR returns and handling + - LP: #1427767 + * dm thin: don't allow messages to be sent to a pool target in READ_ONLY + or FAIL mode + - LP: #1427767 + * ARM: mvebu: don't set the PL310 in I/O coherency mode when I/O + coherency is disabled + - LP: #1427767 + * vm: add VM_FAULT_SIGSEGV handling support + - LP: #1427767 + * vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than + SIGBUS + - LP: #1427767 + * ahci_xgene: Fix the endianess issue in APM X-Gene SoC AHCI SATA + controller driver. + - LP: #1427767 + * USB: adutux: NULL dereferences on disconnect + - LP: #1427767 + * usb: musb: Fix a few off-by-one lengths + - LP: #1427767 + * perf: Tighten (and fix) the grouping condition + - LP: #1427767 + * clocksource: arch_timer: Only use the virtual counter (CNTVCT) on arm64 + - LP: #1427767 + * iwlwifi: mvm: drop non VO frames when flushing + - LP: #1427767 + * arc: mm: Fix build failure + - LP: #1427767 + * net: sctp: fix slab corruption from use after free on INIT collisions + - LP: #1427767 + * memcg: remove extra newlines from memcg oom kill log + - LP: #1427767 + * WAPF 4 for ASUSTeK COMPUTER INC. X75VBP WLAN ON. + - LP: #1427767 + * asus-nb-wmi: Add ASUSTeK COMPUTER INC. X200CA + - LP: #1427767 + * asus-nb-wmi: Add wapf4 quirk for the X550CL + - LP: #1427767 + * asus-nb-wmi: Add wapf4 quirk for the X550CC + - LP: #1427767 + * asus-nb-wmi.c: Rename x401u quirk to wapf4 + - LP: #1427767 + * asus-nb-wmi: Add wapf4 quirk for the U32U + - LP: #1427767 + * asus-nb-wmi: Add wapf4 quirk for the X550VB + - LP: #1427767 + * asus-nb-wmi: Add another wapf=4 quirk + - LP: #1173681, #1427767 + * ipv4: try to cache dst_entries which would cause a redirect + - LP: #1427767 + * Linux 3.16.7-ckt6 + - LP: #1427767 + * powerpc: add little endian flag to syscall_get_arch() + - LP: #1427778 + * arm64: Fix up /proc/cpuinfo + - LP: #1427778 + * MIPS: IRQ: Fix disable_irq on CPU IRQs + - LP: #1427778 + * Complete oplock break jobs before closing file handle + - LP: #1427778 + * smpboot: Add missing get_online_cpus() in + smpboot_register_percpu_thread() + - LP: #1427778 + * ASoC: atmel_ssc_dai: fix start event for I2S mode + - LP: #1427778 + * spi: spi-fsl-dspi: Remove usage of devm_kzalloc + - LP: #1427778 + * ALSA: ak411x: Fix stall in work callback + - LP: #1427778 + * lib/checksum.c: fix carry in csum_tcpudp_nofold + - LP: #1427778 + * lib/checksum.c: fix build for generic csum_tcpudp_nofold + - LP: #1427778 + * MIPS: Fix kernel lockup or crash after CPU offline/online + - LP: #1427778 + * gpio: sysfs: fix memory leak in gpiod_export_link + - LP: #1427778 + * gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low + - LP: #1427778 + * md/raid5: fix another livelock caused by non-aligned writes. + - LP: #1427778 + * PCI: Add NEC variants to Stratus ftServer PCIe DMI check + - LP: #1427778 + * drm/radeon: fix PLLs on RS880 and older v2 + - LP: #1427778 + * drm/radeon: don't init gpuvm if accel is disabled (v3) + - LP: #1427778 + * drm/radeon: properly set vm fragment size for TN/RL + - LP: #1427778 + * ARM: 8299/1: mm: ensure local active ASID is marked as allocated on + rollover + - LP: #1427778 + * ASoC: sgtl5000: add delay before first I2C access + - LP: #1427778 + * PCI: Handle read-only BARs on AMD CS553x devices + - LP: #1427778 + * ARM: dts: Fix I2S1, I2S2 compatible for exynos4 SoCs + - LP: #1427778 + * mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range + - LP: #1427778 + * nilfs2: fix deadlock of segment constructor over I_SYNC flag + - LP: #1427778 + * ip: zero sockaddr returned on error queue + - LP: #1427778 + * net: rps: fix cpu unplug + - LP: #1427778 + * ipv6: stop sending PTB packets for MTU < 1280 + - LP: #1427778 + * netxen: fix netxen_nic_poll() logic + - LP: #1427778 + * udp_diag: Fix socket skipping within chain + - LP: #1427778 + * ping: Fix race in free in receive path + - LP: #1427778 + * ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos + too + - LP: #1427778 + * bnx2x: fix napi poll return value for repoll + - LP: #1427778 + * net: don't OOPS on socket aio + - LP: #1427778 + * bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify + - LP: #1427778 + * tcp: ipv4: initialize unicast_sock sk_pacing_rate + - LP: #1427778 + * ipv4: tcp: get rid of ugly unicast_sock + - LP: #1427778 + * ppp: deflate: never return len larger than output buffer + - LP: #1427778 + * net: sctp: fix passing wrong parameter header to param_type2af in + sctp_process_param + - LP: #1427778 + * hyperv: Fix the error processing in netvsc_send() + - LP: #1427778 + * x86: mm: move mmap_sem unlock from mm_fault_error() to caller + - LP: #1427778 + * ALSA: hda - Add mute LED pin quirk for HP 15 touchsmart + - LP: #1334950, #1427778 + * ALSA: hda/realtek - move HP_MUTE_LED_MIC1 quirk for alc282 + - LP: #1427778 + * KVM: x86: update masterclock values on TSC writes + - LP: #1427778 + * media/rc: Send sync space information on the lirc device + - LP: #1427778 + * mmc: sdhci: Add PCI IDs for Intel Braswell + - LP: #1427778 + * mmc: sdhci-pci: Fix Braswell eMMC timeout clock frequency + - LP: #1427778 + * mmc: sdhci-pci: Add support for Intel SPT + - LP: #1427778 + * mmc: sdhci-acpi: Add ACPI HID INT344D + - LP: #1427778 + * mmc: sdhci: Preset value not supported in Baytrail eMMC + - LP: #1427778 + * mmc: sdhci-acpi: Add a HID and UID for a SD Card host controller + - LP: #1427778 + * ceph: introduce global empty snap context + - LP: #1427778 + * drm/vmwgfx: Don't use memory accounting for kernel-side fence objects + - LP: #1427778 + * Bluetooth: Add USB device 04ca:3010 as Atheros AR3012 + - LP: #1427778 + * Bluetooth: Add support for Acer [0489:e078] + - LP: #1427778 + * virtio_pci: defer kfree until release callback + - LP: #1427778 + * virtio_pci: document why we defer kfree + - LP: #1427778 + * Linux 3.16.7-ckt7 + - LP: #1427778 + + -- Seth Forshee Tue, 03 Mar 2015 13:01:14 -0600 + +linux (3.16.0-31.43) utopic; urgency=low + + [ Upstream Kernel Changes ] + + * IB/core: Prevent integer overflow in ib_umem_get address arithmetic + - LP: #1413741 + - CVE-2015-8159 + + -- Luis Henriques Mon, 09 Mar 2015 17:08:16 +0000 + +linux (3.16.0-31.41) utopic; urgency=low + + [ Seth Forshee ] + + * Release Tracking Bug + - LP: #1419961 + + [ Andy Whitcroft ] + + * [Debian] arm64 -- build ubuntu drivers + - LP: #1411284 + * hyper-v -- fix comment handing in /etc/network/interfaces + - LP: #1413020 + + [ Ben Hutchings ] + + * SAUCE: rtsx_usb_ms: Use msleep_interruptible() in polling loop + - LP: #1413149 + + [ Brad Figg ] + + * SAUCE: Config IWLWIFI_UAPSD=N + + [ Kamal Mostafa ] + + * [Packaging] force "dpkg-source -I -i" behavior + + [ Kukjin Kim ] + + * SAUCE: (no-up) ARM: SAMSUNG: fix the CPU_ID for EXYNOS5440 + - LP: #1411062 + + [ Leann Ogasawara ] + + * ubuntu: AUFS -- Resolve build failure union has no member named + 'd_child' + + [ Ming Lei ] + + * SAUCE: (no-up) ARM: EXYNOS: fix booting oops on exynos5440 + - LP: #1411062 + * SAUCE: (no-up) ARM: exynos5440-sd5v1: switch to fixed-link DT binding + - LP: #1417339 + * SAUCE: (no-up) net: stmmac: add fixed_phy support via fixed-link DT + binding + - LP: #1417339 + + [ Upstream Kernel Changes ] + + * Revert "[SCSI] mpt2sas: Remove phys on topology change." + - LP: #1419125 + * Revert "[SCSI] mpt3sas: Remove phys on topology change" + - LP: #1419125 + * Revert "ARM: 7830/1: delay: don't bother reporting bogomips in + /proc/cpuinfo" + - LP: #1419125 + * powerpc/powernv: Don't call generic code on offline cpus + - LP: #1400411 + * powerpc/powernv: Return to cpu offline loop when finished in KVM guest + - LP: #1400411 + * powerpc/powernv: Switch off MMU before entering nap/sleep/rvwinkle mode + - LP: #1400411 + * powerpc/powernv: Enable Offline CPUs to enter deep idle states + - LP: #1400411 + * powernv/cpuidle: Redesign idle states management + - LP: #1400411 + * powernv/powerpc: Add winkle support for offline cpus + - LP: #1400411 + * powerpc/kdump: Ignore failure in enabling big endian exception during + crash + - LP: #1410817 + * powerpc/perf/hv-24x7: Use kmem_cache_free + - LP: #1410519 + * powerpc/perf/hv-24x7: use kmem_cache instead of aligned stack + allocations + - LP: #1410519 + * powerpc/perf/hv-24x7: Use per-cpu page buffer + - LP: #1410519 + * power/perf/hv-24x7: Use kmem_cache_free() instead of kfree + - LP: #1410519 + * KVM: x86: SYSENTER emulation is broken + - LP: #1414651 + - CVE-2015-0239 + * powerpc/xmon: Fix another endiannes issue in RTAS call from xmon + - LP: #1415919 + * HID: i2c-hid: call the hid driver's suspend and resume callbacks + - LP: #1417363 + * HID: i2c-hid: Do not free buffers in i2c_hid_stop() + - LP: #1417363 + * ALSA: hda - add mic mute led hook for dell machines + - LP: #1418832 + * ALSA: hda - move DELL_WMI_MIC_MUTE_LED to the tail in the quirk chain + - LP: #1381856, #1418832 + * ALSA: hda - fix the mic mute led problem for Latitude E5550 + - LP: #1381856, #1418832 + * drm/i915: don't warn if backlight unexpectedly enabled + - LP: #1419125 + * drm/i915/dp: only use training pattern 3 on platforms that support it + - LP: #1419125 + * udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete. + - LP: #1419125 + * s390/3215: fix hanging console issue + - LP: #1419125 + * s390/3215: fix tty output containing tabs + - LP: #1419125 + * btrfs: don't go readonly on existing qgroup items + - LP: #1419125 + * regulator: anatop: Set default voltage selector for vddpu + - LP: #1419125 + * KVM: s390: Fix size of monitor-class number field + - LP: #1419125 + * [media] smiapp: Take mutex during PLL update in sensor initialisation + - LP: #1419125 + * [media] smiapp-pll: Correct clock debug prints + - LP: #1419125 + * Bluetooth: Fix LE connection timeout deadlock + - LP: #1419125 + * [media] sound: simplify au0828 quirk table + - LP: #1419125 + * [media] sound: Update au0828 quirks table + - LP: #1419125 + * [media] af9005: fix kernel panic on init if compiled without IR + - LP: #1419125 + * writeback: fix a subtle race condition in I_DIRTY clearing + - LP: #1419125 + * usb: renesas_usbhs: gadget: fix NULL pointer dereference in + ep_disable() + - LP: #1419125 + * KVM: s390: Fix ipte locking + - LP: #1419125 + * KVM: s390: flush CPU on load control + - LP: #1419125 + * UBI: Fix double free after do_sync_erase() + - LP: #1419125 + * UBI: Fix invalid vfree() + - LP: #1419125 + * Drivers: hv: vmbus: Fix a race condition when unregistering a device + - LP: #1419125 + * misc: genwqe: check for error from get_user_pages_fast() + - LP: #1419125 + * driver core: Fix unbalanced device reference in drivers_probe + - LP: #1419125 + * drbd: merge_bvec_fn: properly remap bvm->bi_bdev + - LP: #1419125 + * PCI: Restore detection of read-only BARs + - LP: #1419125 + * scsi: correct return values for .eh_abort_handler implementations + - LP: #1419125 + * drm/radeon: fix typo in CI dpm disable + - LP: #1419125 + * ARM: tegra: Re-add removed SoC id macro to tegra_resume() + - LP: #1419125 + * arm64: Add COMPAT_HWCAP_LPAE + - LP: #1419125 + * USB: qcserial: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem + - LP: #1419125 + * HID: usbhid: enable always-poll quirk for Elan Touchscreen 0103 + - LP: #1419125 + * HID: yet another buggy ELAN touchscreen + - LP: #1419125 + * dcache: fix kmemcheck warning in switch_names + - LP: #1419125 + * genhd: check for int overflow in disk_expand_part_tbl() + - LP: #1419125 + * ftrace/x86: Add frames pointers to trampoline as necessary + - LP: #1419125 + * drm/ttm: Avoid memory allocation from shrinker functions. + - LP: #1419125 + * ASoC: sigmadsp: Refuse to load firmware files with a non-supported + version + - LP: #1419125 + * drm/radeon: work around a hw bug in MGCG on CIK + - LP: #1419125 + * usb: gadget: at91_udc: move prepare clk into process context + - LP: #1419125 + * Btrfs: make sure we wait on logged extents when fsycning two subvols + - LP: #1419125 + * Btrfs: make sure logged extents complete in the current transaction V3 + - LP: #1419125 + * Btrfs: do not move em to modified list when unpinning + - LP: #1419125 + * ARM: mvebu: disable I/O coherency on non-SMP situations on Armada + 370/375/38x/XP + - LP: #1419125 + * megaraid_sas: corrected return of wait_event from abort frame path + - LP: #1419125 + * ASoC: max98090: Fix ill-defined sidetone route + - LP: #1419125 + * blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu map + - LP: #1419125 + * nfs41: fix nfs4_proc_layoutget error handling + - LP: #1419125 + * cdc-acm: memory leak in error case + - LP: #1419125 + * USB: cdc-acm: check for valid interfaces + - LP: #1419125 + * [media] uvcvideo: Fix destruction order in uvc_delete() + - LP: #1419125 + * HID: i2c-hid: fix race condition reading reports + - LP: #1419125 + * mfd: twl4030-power: Fix regression with missing compatible flag + - LP: #1419125 + * mfd: tc6393xb: Fail ohci suspend if full state restore is required + - LP: #1419125 + * tty: serial: men_z135_uart: Add terminating entry for men_z135_ids + - LP: #1419125 + * serial: samsung: wait for transfer completion before clock disable + - LP: #1419125 + * mmc: dw_mmc: avoid write to CDTHRCTL on older versions + - LP: #1419125 + * n_tty: Fix read_buf race condition, increment read_head after pushing + data + - LP: #1419125 + * dm cache: only use overwrite optimisation for promotion when in + writeback mode + - LP: #1419125 + * dm cache: dirty flag was mistakenly being cleared when promoting via + overwrite + - LP: #1419125 + * dm bufio: fix memleak when using a dm_buffer's inline bio + - LP: #1419125 + * ath9k_hw: fix hardware queue allocation + - LP: #1419125 + * ath9k: fix BE/BK queue order + - LP: #1419125 + * ath5k: fix hardware queue index assignment + - LP: #1419125 + * iwlwifi: dvm: fix flush support for old firmware + - LP: #1419125 + * iwlwifi: mvm: update values for Smart Fifo + - LP: #1419125 + * iommu/vt-d: Fix an off-by-one bug in __domain_mapping() + - LP: #1419125 + * dm crypt: use memzero_explicit for on-stack buffer + - LP: #1419125 + * mnt: Implicitly add MNT_NODEV on remount when it was implicitly added + by mount + - LP: #1419125 + * mnt: Update unprivileged remount test + - LP: #1419125 + * umount: Disallow unprivileged mount force + - LP: #1419125 + * md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying + wants. + - LP: #1419125 + * drm/i915: Only warn the first time we attempt to mmio whilst suspended + - LP: #1419125 + * drm/vmwgfx: Fix error printout on signals pending + - LP: #1419125 + * drm/vmwgfx: Fix fence event code + - LP: #1419125 + * hp_accel: Add support for HP ZBook 15 + - LP: #1419125 + * drm/radeon: check the right ring in radeon_evict_flags() + - LP: #1419125 + * swiotlb-xen: pass dev_addr to xen_dma_unmap_page and + xen_dma_sync_single_for_cpu + - LP: #1419125 + * swiotlb-xen: remove BUG_ON in xen_bus_to_phys + - LP: #1419125 + * swiotlb-xen: call xen_dma_sync_single_for_device when appropriate + - LP: #1419125 + * [media] img-ir/hw: Always read data to clear buffer + - LP: #1419125 + * [media] img-ir/hw: Fix potential deadlock stopping timer + - LP: #1419125 + * powerpc/book3s: Fix partial invalidation of TLBs in MCE code. + - LP: #1419125 + * clocksource: arm_arch_timer: Change clocksource name if CP15 + unavailable + - LP: #1419125 + * clocksource: arch_timer: Fix code to use physical timers when requested + - LP: #1419125 + * ALSA: hda - Fix built-in mic at resume on Lenovo Ideapad S210 + - LP: #1419125 + * groups: Consolidate the setgroups permission checks + - LP: #1419125 + * userns: Document what the invariant required for safe unprivileged + mappings. + - LP: #1419125 + * can: peak_usb: fix memset() usage + - LP: #1419125 + * can: peak_usb: fix cleanup sequence order in case of error during init + - LP: #1419125 + * ALSA: usb-audio: Don't resubmit pending URBs at MIDI error recovery + - LP: #1419125 + * KEYS: Fix stale key registration at error path + - LP: #1419125 + * thermal: Fix error path in thermal_init() + - LP: #1419125 + * i2c: designware: Fix falling time bindings doc + - LP: #1419125 + * drm/dp: retry AUX transactions 32 times (v1.1) + - LP: #1419125 + * drm/fb_helper: move deferred fb checking into restore mode (v2) + - LP: #1419125 + * xtensa: fix kmap_prot definition + - LP: #1419125 + * blk-mq: Fix a use-after-free + - LP: #1419125 + * blk-mq: Avoid that __bt_get_word() wraps multiple times + - LP: #1419125 + * blk-mq: Fix a race between bt_clear_tag() and bt_get() + - LP: #1419125 + * fs: nfsd: Fix signedness bug in compare_blob + - LP: #1419125 + * nfsd4: fix xdr4 inclusion of escaped char + - LP: #1419125 + * nfsd4: fix xdr4 count of server in fs_location4 + - LP: #1419125 + * userns: Don't allow setgroups until a gid mapping has been setablished + - LP: #1419125 + * userns: Don't allow unprivileged creation of gid mappings + - LP: #1419125 + * userns: Check euid no fsuid when establishing an unprivileged uid + mapping + - LP: #1419125 + * userns: Only allow the creator of the userns unprivileged mappings + - LP: #1419125 + * userns: Rename id_map_mutex to userns_state_mutex + - LP: #1419125 + * drm/i915: Don't complain about stolen conflicts on gen3 + - LP: #1419125 + * ALSA: hda - Add EAPD fixup for ASUS Z99He laptop + - LP: #1419125 + * blk-mq: Fix uninitialized kobject at CPU hotplugging + - LP: #1419125 + * ncpfs: return proper error from NCP_IOC_SETROOT ioctl + - LP: #1419125 + * drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probe + - LP: #1419125 + * rtc: omap: fix clock-source configuration + - LP: #1419125 + * rtc: omap: fix missing wakealarm attribute + - LP: #1419125 + * exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting + - LP: #1419125 + * x86_64, switch_to(): Load TLS descriptors before switching DS and ES + - LP: #1419125 + * KVM: nVMX: Disable unrestricted mode if ept=0 + - LP: #1419125 + * KVM: x86: em_ret_far overrides cpl + - LP: #1419125 + * drm/i915: save/restore GMBUS freq across suspend/resume on gen4 + - LP: #1419125 + * pstore-ram: Fix hangs by using write-combine mappings + - LP: #1419125 + * pstore-ram: Allow optional mapping with pgprot_noncached + - LP: #1419125 + * userns: Add a knob to disable setgroups on a per user namespace basis + - LP: #1419125 + * userns: Allow setting gid_maps without privilege when setgroups is + disabled + - LP: #1419125 + * userns: Unbreak the unprivileged remount tests + - LP: #1419125 + * HID: i2c-hid: prevent buffer overflow in early IRQ + - LP: #1419125 + * mac80211: fix multicast LED blinking and counter + - LP: #1419125 + * cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz drivers + - LP: #1419125 + * cfg80211: avoid mem leak on driver hint set + - LP: #1419125 + * nl80211: check matches array length before acessing it + - LP: #1419125 + * cfg80211: don't WARN about two consecutive Country IE hint + - LP: #1419125 + * reiserfs: destroy allocated commit workqueue + - LP: #1419125 + * mtd: tests: abort torturetest on erase errors + - LP: #1419125 + * tracing/sched: Check preempt_count() for current when reading + task->state + - LP: #1419125 + * x86/tls: Validate TLS entries to protect espfix + - LP: #1419125 + * x86/tls: Disallow unusual TLS segments + - LP: #1419125 + * ARC: [nsimosci] move peripherals to match model to FPGA + - LP: #1419125 + * isofs: Fix infinite looping over CE entries + - LP: #1419125 + * mac80211: free management frame keys when removing station + - LP: #1419125 + * ceph: do_sync is never initialized + - LP: #1419125 + * mnt: Fix a memory stomp in umount + - LP: #1419125 + * ocfs2: fix journal commit deadlock + - LP: #1419125 + * md/bitmap: always wait for writes on unplug. + - LP: #1419125 + * mmc: block: add newline to sysfs display of force_ro + - LP: #1419125 + * mmc: omap_hsmmc: Fix UHS card with DDR50 support + - LP: #1419125 + * dm space map metadata: fix sm_bootstrap_get_nr_blocks() + - LP: #1419125 + * dm thin: fix a race in thin_dtr + - LP: #1419125 + * ARM: mvebu: fix ordering in Armada 370 .dtsi + - LP: #1419125 + * eCryptfs: Force RO mount when encrypted view is enabled + - LP: #1419125 + * eCryptfs: Remove buggy and unnecessary write in file name decode + routine + - LP: #1419125 + * tcm_loop: Fix wrong I_T nexus association + - LP: #1419125 + * clk: samsung: Fix double add of syscore ops after driver rebind + - LP: #1419125 + * ASoC: pcm512x: Trigger auto-increment of register addresses on i2c + - LP: #1419125 + * Btrfs: fix fs corruption on transaction abort if device supports + discard + - LP: #1419125 + * perf/x86/intel/uncore: Make sure only uncore events are collected + - LP: #1419125 + * perf: Fix events installation during moving group + - LP: #1419125 + * drm/i915: vlv: fix IRQ masking when uninstalling interrupts + - LP: #1419125 + * iscsi,iser-target: Initiate termination only once + - LP: #1419125 + * iser-target: Fix flush + disconnect completion handling + - LP: #1419125 + * iser-target: Parallelize CM connection establishment + - LP: #1419125 + * iser-target: Fix connected_handler + teardown flow race + - LP: #1419125 + * iser-target: Handle ADDR_CHANGE event for listener cm_id + - LP: #1419125 + * iser-target: Fix implicit termination of connections + - LP: #1419125 + * iser-target: Allocate PI contexts dynamically + - LP: #1419125 + * iser-target: Fix NULL dereference in SW mode DIF + - LP: #1419125 + * iscsi,iser-target: Expose supported protection ops according to t10_pi + - LP: #1419125 + * genirq: Prevent proc race against freeing of irq descriptors + - LP: #1419125 + * scsi: blacklist RSOC for Microsoft iSCSI target devices + - LP: #1419125 + * iscsi-target: Fail connection on short sendmsg writes + - LP: #1419125 + * drm/i915: Invalidate media caches on gen7 + - LP: #1419125 + * drm/i915: Force the CS stall for invalidate flushes + - LP: #1419125 + * ALSA: hda/realtek - Add new Dell desktop for ALC3234 headset mode + - LP: #1419125 + * dm thin: fix inability to discard blocks when in out-of-data-space mode + - LP: #1419125 + * dm thin: fix missing out-of-data-space to write mode transition if + blocks are released + - LP: #1419125 + * dm: fix missed error code if .end_io isn't implemented by target_type + - LP: #1419125 + * i2c: mv64xxx: use BIT() macro for register value definitions + - LP: #1419125 + * i2c: mv64xxx: rework offload support to fix several problems + - LP: #1419125 + * x86/tls: Don't validate lm in set_thread_area() after all + - LP: #1419125 + * ALSA: usb-audio: extend KEF X300A FU 10 tweak to Arcam rPAC + - LP: #1419125 + * tick/powerclamp: Remove tick_nohz_idle abuse + - LP: #1419125 + * audit: don't attempt to lookup PIDs when changing PID filtering audit + rules + - LP: #1419125 + * audit: use supplied gfp_mask from audit_buffer in + kauditd_send_multicast_skb + - LP: #1419125 + * arm64: kernel: add missing __init section marker to cpu_suspend_init + - LP: #1419125 + * arm64: kernel: refactor the CPU suspend API for retention states + - LP: #1419125 + * arm64: Move cpu_resume into the text section + - LP: #1419125 + * arm64: kernel: fix __cpu_suspend mm switch on warm-boot + - LP: #1419125 + * audit: restore AUDIT_LOGINUID unset ABI + - LP: #1419125 + * parisc: fix out-of-register compiler error in ldcw inline assembler + function + - LP: #1419125 + * kvm: x86: drop severity of "generation wraparound" message + - LP: #1419125 + * Btrfs: fix loop writing of async reclaim + - LP: #1419125 + * powercap / RAPL: add support for CPU model 0x3f + - LP: #1419125 + * iwlwifi: make U-APSD default configurable at compile time + - LP: #1419125 + * isofs: Fix unchecked printing of ER records + - LP: #1419125 + * crypto: af_alg - fix backlog handling + - LP: #1419125 + * udf: Check path length when reading symlink + - LP: #1419125 + * udf: Verify i_size when loading inode + - LP: #1419125 + * udf: Verify symlink size before loading it + - LP: #1419125 + * udf: Check component length before reading it + - LP: #1419125 + * platform/chrome: chromeos_laptop - Add support for Acer C720 + - LP: #1419125 + * platform/chrome: chromeos_laptop - Add HP Chromebook 14 + - LP: #1419125 + * platform/chrome: chromeos_laptop - Add Dell Chromebook 11 touch + - LP: #1419125 + * platform/chrome: chromeos_laptop - Add Toshiba CB35 Touch + - LP: #1419125 + * platform/chrome: Add support for the acer c720p touchscreen. + - LP: #1419125 + * batman-adv: Calculate extra tail size based on queued fragments + - LP: #1419125 + * move d_rcu from overlapping d_child to overlapping d_alias + - LP: #1419125 + * deal with deadlock in d_walk() + - LP: #1419125 + * KEYS: close race between key lookup and freeing + - LP: #1419125 + * Linux 3.16.7-ckt4 + - LP: #1419125 + * spi: sh-msiof: Add runtime PM lock in initializing + - LP: #1419125 + * drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4 + - LP: #1419125 + * x86_64, vdso: Fix the vdso address randomization algorithm + - LP: #1419125 + * drm/nv4c/mc: disable msi + - LP: #1419125 + * ASoC: dwc: Ensure FIFOs are flushed to prevent channel swap + - LP: #1419125 + * x86, vdso: Use asm volatile in __getcpu + - LP: #1419125 + * video/logo: prevent use of logos after they have been freed + - LP: #1419125 + * video/fbdev: fix defio's fsync + - LP: #1419125 + * Add USB_EHCI_EXYNOS to multi_v7_defconfig + - LP: #1419125 + * SCSI: fix regression in scsi_send_eh_cmnd() + - LP: #1419125 + * Btrfs: don't delay inode ref updates during log replay + - LP: #1419125 + * net: ethernet: cpsw: fix hangs with interrupts + - LP: #1419125 + * ALSA: hda - Fix wrong gpio_dir & gpio_mask hint setups for IDT/STAC + codecs + - LP: #1419125 + * drm/radeon: KV has three PPLLs (v2) + - LP: #1419125 + * drm/radeon: fix sad_count check for dce3 + - LP: #1419125 + * drm/radeon: properly filter DP1.2 4k modes on non-DP1.2 hw + - LP: #1419125 + * drm/radeon: adjust default bapm settings for KV + - LP: #1419125 + * ACPI / PM: Fix PM initialization for devices that are not present + - LP: #1419125 + * mm: propagate error from stack expansion even for guard page + - LP: #1419125 + * ALSA: hda - Add new GPU codec ID 0x10de0072 to snd-hda + - LP: #1419125 + * vfio-pci: Fix the check on pci device type in vfio_pci_probe() + - LP: #1419125 + * rpc: fix xdr_truncate_encode to handle buffer ending on page boundary + - LP: #1419125 + * arm64/efi: add missing call to early_ioremap_reset() + - LP: #1419125 + * exit: fix race between wait_consider_task() and wait_task_zombie() + - LP: #1419125 + * mm: prevent endless growth of anon_vma hierarchy + - LP: #1419125 + * mm: protect set_page_dirty() from ongoing truncation + - LP: #1419125 + * mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process + being killed + - LP: #1419125 + * sched/deadline: Fix migration of SCHED_DEADLINE tasks + - LP: #1419125 + * sched/deadline: Avoid double-accounting in case of missed deadlines + - LP: #1419125 + * HID: roccat: potential out of bounds in pyra_sysfs_write_settings() + - LP: #1419125 + * mm: Don't count the stack guard page towards RLIMIT_STACK + - LP: #1419125 + * mm: fix corner case in anon_vma endless growing prevention + - LP: #1419125 + * xen/arm/arm64: introduce xen_arch_need_swiotlb + - LP: #1419125 + * perf session: Do not fail on processing out of order event + - LP: #1419125 + * fsnotify: next_i is freed during fsnotify_unmount_inodes. + - LP: #1419125 + * drivers/rtc/rtc-isl12057.c: fix masking of register values + - LP: #1419125 + * ASoC: eukrea-tlv320: Fix of_node_put() call with uninitialized object + - LP: #1419125 + * ALSA: fireworks: fix an endianness bug for transaction length + - LP: #1419125 + * mtd: nand: omap: Fix NAND enumeration on 3430 LDP + - LP: #1419125 + * ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() + when link file + - LP: #1419125 + * powerpc: Fix bad NULL pointer check in udbg_uart_getc_poll() + - LP: #1419125 + * HID: add battery quirk for USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO + keyboard + - LP: #1419125 + * ALSA: hda - using uninitialized data + - LP: #1419125 + * nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() races + - LP: #1419125 + * scripts/kernel-doc: don't eat struct members with __aligned + - LP: #1419125 + * ARM: dts: DRA7: wdt: Fix compatible property for watchdog node + - LP: #1419125 + * ARM: dts: Enable PWM node by default for s3c64xx + - LP: #1419125 + * ARM: OMAP4: PM: Only do static dependency configuration in + omap4_init_static_deps + - LP: #1419125 + * HID: Add a new id 0x501a for Genius MousePen i608X + - LP: #1419125 + * netfilter: ipset: small potential read beyond the end of buffer + - LP: #1419125 + * bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated + queries + - LP: #1419125 + * bcache: Make sure to pass GFP_WAIT to mempool_alloc() + - LP: #1419125 + * ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake. + - LP: #1419125 + * ACPI / scan: No implicit wake notification for buttons + - LP: #1419125 + * gre: fix the inner mac header in nbma tunnel xmit path + - LP: #1419125 + * netlink: Always copy on mmap TX. + - LP: #1419125 + * netlink: Don't reorder loads/stores before marking mmap netlink frame + as available + - LP: #1419125 + * in6: fix conflict with glibc + - LP: #1419125 + * tg3: tg3_disable_ints using uninitialized mailbox value to disable + interrupts + - LP: #1419125 + * batman-adv: Unify fragment size calculation + - LP: #1419125 + * batman-adv: avoid NULL dereferences and fix if check + - LP: #1419125 + * net: Fix stacked vlan offload features computation + - LP: #1419125 + * net: Reset secmark when scrubbing packet + - LP: #1419125 + * net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding + - LP: #1419125 + * tcp: Do not apply TSO segment limit to non-TSO packets + - LP: #1419125 + * xen-netback: fixing the propagation of the transmit shaper timeout + - LP: #1419125 + * alx: fix alx_poll() + - LP: #1419125 + * team: avoid possible underflow of count_pending value for notify_peers + and mcast_rejoin + - LP: #1419125 + * enic: fix rx skb checksum + - LP: #1419125 + * netfilter: conntrack: disable generic tracking for known protocols + - LP: #1419125 + * xen-netfront: Fix handling packets on compound pages with skb_linearize + - LP: #1419125 + * xen-netfront: use correct linear area after linearizing an skb + - LP: #1419125 + * usb: musb: stuff leak of struct usb_hcd + - LP: #1419125 + * usb: gadget: gadgetfs: Free memory allocated by memdup_user() + - LP: #1419125 + * usb: gadget: udc: atmel: change setting for DMA + - LP: #1419125 + * usb: gadget: udc: atmel: fix possible IN hang issue + - LP: #1419125 + * ARM: imx6q: drop unnecessary semicolon + - LP: #1419125 + * ARM: clk-imx6q: fix video divider for rev T0 1.0 + - LP: #1419125 + * ARM: dts: imx25: Fix the SPI1 clocks + - LP: #1419125 + * USB: cp210x: fix ID for production CEL MeshConnect USB Stick + - LP: #1419125 + * USB: keyspan: fix null-deref at probe + - LP: #1419125 + * iwlwifi: mvm: fix Rx with both chains + - LP: #1419125 + * ARM: imx6sx: Set PLL2 as parent of QSPI clocks + - LP: #1419125 + * ARM: omap5/dra7xx: Fix frequency typos + - LP: #1419125 + * ARM: omap5/dra7xx: Enable booting secondary CPU in HYP mode + - LP: #1419125 + * LOCKD: Fix a race when initialising nlmsvc_timeout + - LP: #1419125 + * NFSv4.1: Fix client id trunking on Linux + - LP: #1419125 + * ARM: dts: imx51-babbage: Fix ULPI PHY reset modelling + - LP: #1419125 + * USB: cp210x: add IDs for CEL USB sticks and MeshWorks devices + - LP: #1419125 + * vhost-scsi: Add missing virtio-scsi -> TCM attribute conversion + - LP: #1419125 + * USB: qcserial/option: make AT URCs work for Sierra Wireless MC73xx + - LP: #1419125 + * ARM: dts: berlin: fix io clk and add missing core clk for BG2Q sdhci2 + host + - LP: #1419125 + * ARM: dts: berlin: add broken-cd and set bus width for eMMC in Marvell + DMP DT + - LP: #1419125 + * ARM: dts: berlin: correct BG2Q's SM GPIO location. + - LP: #1419125 + * xhci: Check if slot is already in default state before moving it there + - LP: #1419125 + * USB: EHCI: fix initialization bug in iso_stream_schedule() + - LP: #1419125 + * xhci: Add broken-streams quirk for Fresco Logic FL1000G xhci + controllers + - LP: #1419125 + * uas: Add US_FL_NO_ATA_1X for Seagate devices with usb-id 0bc2:a013 + - LP: #1419125 + * uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS566 with usb-id + 0bc2:a013 + - LP: #1419125 + * uas: Add US_FL_NO_ATA_1X for 2 more Seagate disk enclosures + - LP: #1419125 + * OHCI: add a quirk for ULi M5237 blocking on reset + - LP: #1419125 + * mei: clean reset bit before reset + - LP: #1419125 + * target: Drop arbitrary maximum I/O size limit + - LP: #1419125 + * usb: gadget: udc: atmel: fix possible oops when unloading module + - LP: #1419125 + * USB: console: fix uninitialised ldisc semaphore + - LP: #1419125 + * USB: console: fix potential use after free + - LP: #1419125 + * mmc: sdhci-pxav3: fix error handling of sdhci_add_host + - LP: #1419125 + * mmc: sdhci-pxav3: do the mbus window configuration after enabling + clocks + - LP: #1419125 + * mmc: sdhci: Fix sleep in atomic after inserting SD card + - LP: #1419125 + * clk: at91: keep slow clk enabled to prevent system hang + - LP: #1419125 + * clk: berlin: bg2q: remove non-exist "smemc" gate clock + - LP: #1419125 + * drivers: net: cpsw: fix multicast flush in dual emac mode + - LP: #1419125 + * usb: dwc3: gadget: Fix TRB preparation during SG + - LP: #1419125 + * usb: dwc3: gadget: Stop TRB preparation after limit is reached + - LP: #1419125 + * ftrace/jprobes/x86: Fix conflict between jprobes and function graph + tracing + - LP: #1419125 + * reset: sunxi: fix spinlock initialization + - LP: #1419125 + * clk: Don't try to use a struct clk* after it could have been freed + - LP: #1419125 + * tcm_loop: Fixup tag handling + - LP: #1419125 + * net: prevent of emerging cross-namespace symlinks + - LP: #1419125 + * net: fix creation adjacent device symlinks + - LP: #1419125 + * drm/i915: Evict CS TLBs between batches + - LP: #1419125 + * ARM: dts: dra7-evm: fix qspi device tree partition size + - LP: #1419125 + * ARM: shmobile: sh73a0 legacy: Set .control_parent for all irqpin + instances + - LP: #1419125 + * Linux 3.16.7-ckt5 + - LP: #1419125 + + -- Seth Forshee Mon, 09 Feb 2015 14:00:45 -0600 + +linux (3.16.0-30.40) utopic; urgency=low + + [ Seth Forshee ] + + * Release Tracking Bug + - LP: #1409890 + + [ Andy Whitcroft ] + + * Revert "SAUCE: scsi: hyper-v storsvc switch up to SPC-3" + * [Packaging] uploadnum should be the remainder of the version + - LP: #1407755 + + [ K. Y. Srinivasan ] + + * SAUCE: storvsc: force SPC-3 compliance on win8 and win8 r2 hosts + - LP: #1406867 + + [ Upstream Kernel Changes ] + + * Revert "xhci: clear root port wake on bits if controller isn't wake-up + capable" + - LP: #1408697 + * KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor mode + - LP: #1400209 + * powerpc/powernv: Ignore smt-enabled on Power8 and later + - LP: #1402141 + * net/mlx4_en: Add VXLAN ndo calls to the PF net device ops too + - LP: #1407760 + * net/mlx4_core: Enable CQE/EQE stride support + - LP: #1400127 + * net/mlx4_core: Cache line EQE size support + - LP: #1400127 + * net/mlx4_en: Add mlx4_en_get_cqe helper + - LP: #1400127 + * net/mlx4_core: Introduce mlx4_get_module_info for cable module info + reading + - LP: #1400127 + * ethtool, net/mlx4_en: Cable info, get_module_info/eeprom ethtool + support + - LP: #1400127 + * net/mlx4_core: Introduce ACCESS_REG CMD and eth_prot_ctrl dev cap + - LP: #1400127 + * net/mlx4_core: Add ethernet backplane autoneg device capability + - LP: #1400127 + * ethtool, net/mlx4_en: Add 100M, 20G, 56G speeds ethtool reporting + support + - LP: #1400127 + * net/mlx4_en: Use PTYS register to query ethtool settings + - LP: #1400127 + * net/mlx4_en: Use PTYS register to set ethtool settings (Speed) + - LP: #1400127 + * net/mlx4_en: Add support for setting rxvlan offload OFF/ON + - LP: #1400127 + * net/mlx4_en: Add ethtool support for [rx|tx]vlan offload set to OFF/ON + - LP: #1400127 + * net/mlx4_core: Prevent VF from changing port configuration + - LP: #1400127 + * net/mlx4_en: mlx4_en_set_settings() always fails when autoneg is set + - LP: #1400127 + * sparc64: Fix constraints on swab helpers. + - LP: #1408697 + * inetdevice: fixed signed integer overflow + - LP: #1408697 + * ipv4: Fix incorrect error code when adding an unreachable route + - LP: #1408697 + * ieee802154: fix error handling in ieee802154fake_probe() + - LP: #1408697 + * qmi_wwan: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem + - LP: #1408697 + * bonding: fix curr_active_slave/carrier with loadbalance arp monitoring + - LP: #1408697 + * pptp: fix stack info leak in pptp_getname() + - LP: #1408697 + * ipx: fix locking regression in ipx_sendmsg and ipx_recvmsg + - LP: #1408697 + * net/mlx4_en: Advertize encapsulation offloads features only when VXLAN + tunnel is set + - LP: #1408697 + * target: Don't call TFO->write_pending if data_length == 0 + - LP: #1408697 + * vhost-scsi: Take configfs group dependency during + VHOST_SCSI_SET_ENDPOINT + - LP: #1408697 + * srp-target: Retry when QP creation fails with ENOMEM + - LP: #1408697 + * ASoC: fsi: remove unsupported PAUSE flag + - LP: #1408697 + * ASoC: rsnd: remove unsupported PAUSE flag + - LP: #1408697 + * ib_isert: Add max_send_sge=2 minimum for control PDU responses + - LP: #1408697 + * iser-target: Handle DEVICE_REMOVAL event on network portal listener + correctly + - LP: #1408697 + * ASoC: dpcm: Fix race between FE/BE updates and trigger + - LP: #1408697 + * ASoC: samsung: Add MODULE_DEVICE_TABLE for Snow + - LP: #1408697 + * mac80211: Fix regression that triggers a kernel BUG with CCMP + - LP: #1408697 + * rt2x00: do not align payload on modern H/W + - LP: #1408697 + * ath9k: Fix RTC_DERIVED_CLK usage + - LP: #1408697 + * ASoC: cs42l51: re-hook of_match_table pointer + - LP: #1408697 + * ASoC: sgtl5000: Fix SMALL_POP bit definition + - LP: #1408697 + * ALSA: usb-audio: Add ctrl message delay quirk for Marantz/Denon devices + - LP: #1408697 + * bitops: Fix shift overflow in GENMASK macros + - LP: #1408697 + * x86: Require exact match for 'noxsave' command line option + - LP: #1408697 + * drm/i915: drop WaSetupGtModeTdRowDispatch:snb + - LP: #1408697 + * drm/i915: Handle failure to kick out a conflicting fb driver + - LP: #1408697 + * drm/i915: Kick fbdev before vgacon + - LP: #1408697 + * ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use + - LP: #1408697 + * can: dev: avoid calling kfree_skb() from interrupt context + - LP: #1408697 + * can: esd_usb2: fix memory leak on disconnect + - LP: #1408697 + * x86, mm: Set NX across entire PMD at boot + - LP: #1408697 + * x86, kaslr: Handle Gold linker for finding bss/brk + - LP: #1408697 + * of/irq: Drop obsolete 'interrupts' vs 'interrupts-extended' text + - LP: #1408697 + * of: Fix crash if an earlycon driver is not found + - LP: #1408697 + * of/base: Fix PowerPC address parsing hack + - LP: #1408697 + * clockevent: sun4i: Fix race condition in the probe code + - LP: #1408697 + * MIPS: IP27: Fix __node_distances undefined error + - LP: #1408697 + * MIPS: oprofile: Fix backtrace on 64-bit kernel + - LP: #1408697 + * MIPS: asm: uaccess: Add v1 register to clobber list on EVA + - LP: #1408697 + * MIPS: lib: memcpy: Restore NOP on delay slot before returning to caller + - LP: #1408697 + * btrfs: fix lockups from btrfs_clear_path_blocking + - LP: #1408697 + * PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_t + - LP: #1408697 + * ACPI / PM: Ignore wakeup setting if the ACPI companion can't wake up + - LP: #1408697 + * IB/isert: Adjust CQ size to HW limits + - LP: #1408697 + * drm/radeon: fix endian swapping in vbios fetch for tdp table + - LP: #1408697 + * fold swapping ->d_name.hash into switch_names() + - LP: #1408697 + * vfs: Don't exchange "short" filenames unconditionally. + - LP: #1408697 + * ARM: pxa: fix hang on startup with DEBUG_LL + - LP: #1408697 + * ALSA: hda_intel: Add Device IDs for Intel Sunrise Point PCH + - LP: #1408697 + * ALSA: hda_intel: Add DeviceIDs for Sunrise Point-LP + - LP: #1408697 + * HID: usbhid: Use flag HID_DISCONNECTED when a usb device is removed + - LP: #1408697 + * Bluetooth: Add support for Intel bootloader devices + - LP: #1408697 + * Bluetooth: Handle Intel USB bootloader with buggy interrupt + - LP: #1408697 + * Bluetooth: Ignore isochronous endpoints for Intel USB bootloader + - LP: #1408697 + * Bluetooth: Fix endian and alignment issue with ath3k version handling + - LP: #1408697 + * Bluetooth: Add support for Broadcom device of Asus Z97-DELUXE + motherboard + - LP: #1408697 + * Bluetooth: Fix crash in the Marvell driver initialization codepath + - LP: #1408697 + * Bluetooth: Add support for Acer [13D3:3432] + - LP: #1408697 + * Add a new PID/VID 0227/0930 for AR3012. + - LP: #1408697 + * Input: xpad - add VID/PID for Razer Sabertooth + - LP: #1408697 + * Input: xpad - sync device IDs with xboxdrv + - LP: #1408697 + * Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing Wheel + - LP: #1408697 + * Input: serio - avoid negative serio device numbers + - LP: #1408697 + * nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait + - LP: #1408697 + * aio: fix uncorrent dirty pages accouting when truncating AIO ring + buffer + - LP: #1408697 + * ARM: mvebu: add missing of_node_put() call in coherency.c + - LP: #1408697 + * spi: dw: Fix dynamic speed change. + - LP: #1408697 + * USB: serial: cp210x: add IDs for CEL MeshConnect USB Stick + - LP: #1408697 + * iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit mask + - LP: #1408697 + * iio: adc: men_z188_adc: Add terminating entry for men_z188_ids + - LP: #1408697 + * Input: synaptics - adjust min/max on Thinkpad E540 + - LP: #1408697 + * spi: Fix mapping from vmalloc-ed buffer to scatter list + - LP: #1408697 + * clk-divider: Fix READ_ONLY when divider > 1 + - LP: #1408697 + * spi: sirf: fix word width configuration + - LP: #1408697 + * usb: serial: ftdi_sio: add PIDs for Matrix Orbital products + - LP: #1408697 + * USB: keyspan: fix tty line-status reporting + - LP: #1408697 + * USB: keyspan: fix overrun-error reporting + - LP: #1408697 + * USB: ssu100: fix overrun-error reporting + - LP: #1408697 + * nfsd: correctly define v4.2 support attributes + - LP: #1408697 + * SUNRPC: Fix locking around callback channel reply receive + - LP: #1408697 + * nfsd: Fix slot wake up race in the nfsv4.1 callback code + - LP: #1408697 + * bnx2fc: do not add shared skbs to the fcoe_rx_list + - LP: #1408697 + * scsi: add Intel Multi-Flex to scsi scan blacklist + - LP: #1408697 + * ARM: 8216/1: xscale: correct auxiliary register in suspend/resume + - LP: #1408697 + * USB: uas: Add no-uas quirk for Hitachi usb-3 enclosures 4971:1012 + - LP: #1408697 + * USB: xhci: don't start a halted endpoint before its new dequeue is set + - LP: #1408697 + * USB: xhci: Reset a halted endpoint immediately when we encounter a + stall. + - LP: #1408697 + * usb: xhci: rework root port wake bits if controller isn't allowed to + wakeup + - LP: #1408697 + * ixgbe: Correctly disable VLAN filter in promiscuous mode + - LP: #1408697 + * ixgbe: Fix possible null-dereference in error path + - LP: #1408697 + * ixgbe: fix use after free adapter->state test in + ixgbe_remove/ixgbe_probe + - LP: #1408697 + * ALSA: hda - Limit 40bit DMA for AMD HDMI controllers + - LP: #1408697 + * PCI/MSI: Add device flag indicating that 64-bit MSIs don't work + - LP: #1408697 + * gpu/radeon: Set flag to indicate broken 64-bit MSI + - LP: #1408697 + * sound/radeon: Move 64-bit MSI quirk from arch to driver + - LP: #1408697 + * powerpc/pseries: Honor the generic "no_64bit_msi" flag + - LP: #1408697 + * MIPS: r4kcache: Add EVA case for protected_writeback_dcache_line + - LP: #1408697 + * MIPS: cpu-probe: Set the FTLB probability bit on supported cores + - LP: #1408697 + * MIPS: fix EVA & non-SMP non-FPU FP context signal handling + - LP: #1408697 + * MIPS: Loongson: Make platform serial setup always built-in. + - LP: #1408697 + * drm/i915: Ignore SURFLIVE and flip counter when the GPU gets reset + - LP: #1408697 + * net/ping: handle protocol mismatching scenario + - LP: #1408697 + * usb-quirks: Add reset-resume quirk for MS Wireless Laser Mouse 6000 + - LP: #1408697 + * Input: xpad - use proper endpoint type + - LP: #1408697 + * powerpc/powernv: Replace OPAL_DEASSERT_RESET with EEH_RESET_DEACTIVATE + - LP: #1408697 + * powerpc: 32 bit getcpu VDSO function uses 64 bit instructions + - LP: #1408697 + * drm/radeon: report disconnected for LVDS/eDP with PX if ddc fails + - LP: #1408697 + * ARM: 8222/1: mvebu: enable strex backoff delay + - LP: #1408697 + * ARM: 8226/1: cacheflush: get rid of restarting block + - LP: #1408697 + * staging: r8188eu: Add new device ID for DLink GO-USB-N150 + - LP: #1408697 + * btrfs: zero out left over bytes after processing compression streams + - LP: #1408697 + * uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME + - LP: #1408697 + * powerpc/powernv: Honor the generic "no_64bit_msi" flag + - LP: #1408697 + * net: sun4i-emac: fix memory leak on bad packet + - LP: #1408697 + * drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets + - LP: #1408697 + * smiapp: Only some selection targets are settable + - LP: #1408697 + * i2c: omap: fix NACK and Arbitration Lost irq handling + - LP: #1408697 + * s2255drv: fix payload size for JPG, MJPEG + - LP: #1408697 + * x86: Use $(OBJDUMP) instead of plain objdump + - LP: #1408697 + * of/fdt: memblock_reserve /memreserve/ regions in the case of partial + overlap + - LP: #1408697 + * drm/nouveau/gf116: remove copy1 engine + - LP: #1408697 + * nouveau: move the hotplug ignore to correct place. + - LP: #1408697 + * ALSA: hda/realtek - Add headset Mic support for new Dell machine + - LP: #1408697 + * drm/i915: More cautious with pch fifo underruns + - LP: #1408697 + * drm/i915: Unlock panel even when LVDS is disabled + - LP: #1408697 + * AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller + - LP: #1408697 + * sata_fsl: fix error handling of irq_of_parse_and_map + - LP: #1408697 + * drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with + 3.18.0-rc6 + - LP: #1408697 + * mm: frontswap: invalidate expired data on a dup-store failure + - LP: #1408697 + * mm/vmpressure.c: fix race in vmpressure_work_fn() + - LP: #1408697 + * drivers/input/evdev.c: don't kfree() a vmalloc address + - LP: #1408697 + * mm: fix swapoff hang after page migration and fork + - LP: #1408697 + * mm: fix anon_vma_clone() error treatment + - LP: #1408697 + * slab: fix nodeid bounds check for non-contiguous node IDs + - LP: #1408697 + * ahci: disable MSI on SAMSUNG 0xa800 SSD + - LP: #1408697 + * i2c: davinci: generate STP always when NACK is received + - LP: #1408697 + * i2c: cadence: Set the hardware time-out register to maximum value + - LP: #1408697 + * drm/radeon: sync all BOs involved in a CS v2 + - LP: #1408697 + * ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic + - LP: #1408697 + * ipv6: gre: fix wrong skb->protocol in WCCP + - LP: #1408697 + * Fix race condition between vxlan_sock_add and vxlan_sock_release + - LP: #1408697 + * tg3: fix ring init when there are more TX than RX channels + - LP: #1408697 + * net/mlx4_core: Limit count field to 24 bits in qp_alloc_res + - LP: #1408697 + * bond: Check length of IFLA_BOND_ARP_IP_TARGET attributes + - LP: #1408697 + * rtnetlink: release net refcnt on error in do_setlink() + - LP: #1408697 + * gre: Set inner mac header in gro complete + - LP: #1408697 + * mips: bpf: Fix broken BPF_MOD + - LP: #1408697 + * net: mvneta: fix Tx interrupt delay + - LP: #1408697 + * net: mvneta: fix race condition in mvneta_tx() + - LP: #1408697 + * net: sctp: use MAX_HEADER for headroom reserve in output path + - LP: #1408697 + * i2c: omap: fix i207 errata handling + - LP: #1408697 + * x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and + sync_regs + - LP: #1408697 + * USB: add reset resume quirk for usb3503 + - LP: #1408697 + * PCI: pciehp: Prevent NULL dereference during probe + - LP: #1408697 + * Linux 3.16.7-ckt3 + - LP: #1408697 + * Drivers: hv: util: make struct hv_do_fcopy match Hyper-V host messages + - LP: #1401903 + + -- Seth Forshee Mon, 12 Jan 2015 14:11:48 -0600 + +linux (3.16.0-29.39) utopic; urgency=low + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1402822 + + [ AceLan Kao ] + + * SAUCE: Add use_native_backlight quirk for HP ProBook 6570b + - LP: #1359010 + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user + assembly code" + - LP: #1398596 + * [Config] updateconfigs to balance CONFIG_SCOM_DEBUGFS + + [ Paolo Pisati ] + + * [Config] armhf: VIRTIO_[BALLOON|MMIO]=y + + [ Upstream Kernel Changes ] + + * Revert "arm64: Make default dma_ops to be noncoherent" + - LP: #1386490 + * Revert "percpu: free percpu allocation info for uniprocessor system" + - LP: #1401079 + * ath3k: Add support of MCI 13d3:3408 bt device + - LP: #1395465 + * x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is + read-only + - LP: #1379340 + * cpufreq: Allow stop CPU callback to be used by all cpufreq drivers + - LP: #1397928 + * cpufreq: powernv: Set the pstate of the last hotplugged out cpu in + policy->cpus to minimum + - LP: #1397928 + * cpufreq: powernv: Set the cpus to nominal frequency during reboot/kexec + - LP: #1397928 + * xen-netfront: Remove BUGs on paged skb data which crosses a page + boundary + - LP: #1275879 + * ACPI / blacklist: blacklist Win8 OSI for Dell Vostro 3546 + - LP: #1383589 + * iwlwifi: add device / firmware to fw-error-dump file + - LP: #1399440 + * iwlwifi: rename iwl_mvm_fw_error_next_data + - LP: #1399440 + * iwlwifi: pcie: add firmware monitor capabilities + - LP: #1399440 + * iwlwifi: remove wrong comment about alignment in iwl-fw-error-dump.h + - LP: #1399440 + * iwlwifi: mvm: don't collect logs in the interrupt thread + - LP: #1399440 + * iwlwifi: mvm: kill iwl_mvm_fw_error_rxf_dump + - LP: #1399440 + * iwlwifi: mvm: update layout of firmware error dump + - LP: #1399440 + * powerpc/pseries: Fix endiannes issue in RTAS call from xmon + - LP: #1396235 + * mmc: sdhci-pci-o2micro: Fix Dell E5440 issue + - LP: #1346067 + * mfd: rtsx: Fix PM suspend for 5227 & 5249 + - LP: #1359052 + * samsung-laptop: Add broken-acpi-video quirk for NC210/NC110 + - LP: #1401079 + * acer-wmi: Add acpi_backlight=video quirk for the Acer KAV80 + - LP: #1401079 + * pinctrl: baytrail: show output gpio state correctly on Intel Baytrail + - LP: #1401079 + * ALSA: hda - Add dock support for Thinkpad T440 (17aa:2212) + - LP: #1401079 + * ALSA: hda - Add ultra dock support for Thinkpad X240. + - LP: #1401079 + * rbd: Fix error recovery in rbd_obj_read_sync() + - LP: #1401079 + * ds3000: fix LNB supply voltage on Tevii S480 on initialization + - LP: #1401079 + * powerpc: do_notify_resume can be called with bad thread_info flags + argument + - LP: #1401079 + * powerpc/powernv: Properly fix LPC debugfs endianness + - LP: #1401079 + * irqchip: armada-370-xp: Fix MSI interrupt handling + - LP: #1401079 + * irqchip: armada-370-xp: Fix MPIC interrupt handling + - LP: #1401079 + * USB: kobil_sct: fix non-atomic allocation in write path + - LP: #1401079 + * USB: opticon: fix non-atomic allocation in write path + - LP: #1401079 + * regulator: max77693: Fix use of uninitialized regulator config + - LP: #1401079 + * USB: cdc-acm: add device id for GW Instek AFG-2225 + - LP: #1401079 + * usb: Do not allow usb_alloc_streams on unconfigured devices + - LP: #1401079 + * usb-storage: handle a skipped data phase + - LP: #1401079 + * uas: Add US_FL_NO_ATA_1X quirk for 1 more Seagate model + - LP: #1401079 + * xhci: Disable streams on Asmedia 1042 xhci controllers + - LP: #1401079 + * uas: Add NO_ATA_1X for VIA VL711 devices + - LP: #1401079 + * USB: core: add device-qualifier quirk + - LP: #1401079 + * USB: quirks: enable device-qualifier quirk for Elan Touchscreen + - LP: #1401079 + * USB: quirks: enable device-qualifier quirk for another Elan touchscreen + - LP: #1401079 + * USB: quirks: enable device-qualifier quirk for yet another Elan + touchscreen + - LP: #1401079 + * xhci: no switching back on non-ULT Haswell + - LP: #1401079 + * uas: Add US_FL_NO_ATA_1X quirk for 2 more Seagate models + - LP: #1401079 + * of: Fix overflow bug in string property parsing functions + - LP: #1401079 + * spi: fsl-dspi: Fix CTAR selection + - LP: #1401079 + * Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup + - LP: #1401079 + * ALSA: usb-audio: Fix device_del() sysfs warnings at disconnect + - LP: #1401079 + * iio: as3935: allocate correct iio_device size + - LP: #1401079 + * staging:iio:ade7758: Fix NULL pointer deref when enabling buffer + - LP: #1401079 + * staging:iio:ade7758: Fix check if channels are enabled in prenable + - LP: #1401079 + * staging:iio:ade7758: Remove "raw" from channel name + - LP: #1401079 + * USB: cdc-acm: only raise DTR on transitions from B0 + - LP: #1401079 + * fix breakage in o2net_send_tcp_msg() + - LP: #1401079 + * phy: omap-usb2: Enable runtime PM of omap-usb2 phy properly + - LP: #1401079 + * serial: Fix divide-by-zero fault in uart_get_divisor() + - LP: #1401079 + * tty: Fix high cpu load if tty is unreleaseable + - LP: #1401079 + * tty: Prevent "read/write wait queue active!" log flooding + - LP: #1401079 + * tty/vt: don't set font mappings on vc not supporting this + - LP: #1401079 + * spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PM + - LP: #1401079 + * USB: cdc-acm: add quirk for control-line state requests + - LP: #1401079 + * sysfs: driver core: Fix glue dir race condition by gdp_mutex + - LP: #1401079 + * i2c: at91: don't account as iowait + - LP: #1401079 + * i2c: core: Dispose OF IRQ mapping at client removal time + - LP: #1401079 + * drm/nouveau/kms: take more care when pulling down accelerated fbcon + - LP: #1401079 + * drm/nouveau/kms: restore acceleration before fb_set_suspend() resumes + - LP: #1401079 + * drm/nouveau: punt fbcon resume out to a workqueue + - LP: #1401079 + * drm/nouveau/bar: behave better if ioremap failed + - LP: #1401079 + * drm/nvc0-/fb/ram: fix use of non-existant ram if partitions aren't + uniform + - LP: #1401079 + * drm/nouveau/ltc: fix tag base address getting truncated if above 4GiB + - LP: #1401079 + * drm/nouveau: ltc/gf100-: fix cbc issues on certain boards + - LP: #1401079 + * drm/nv50/disp: fix dpms regression on certain boards + - LP: #1401079 + * drm/nouveau/bios: memset dcb struct to zero before parsing + - LP: #1401079 + * GFS2: Make rename not save dirent location + - LP: #1401079 + * cpufreq: intel_pstate: Add CPU ID for Braswell processor + - LP: #1401079 + * x86/platform/intel/iosf: Add Braswell PCI ID + - LP: #1401079 + * ALSA: hda - add PCI IDs for Intel Braswell + - LP: #1401079 + * ALSA: hda - add codec ID for Braswell display audio codec + - LP: #1401079 + * netfilter: ipset: off by one in ip_set_nfnl_get_byindex() + - LP: #1401079 + * netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats + allocation + - LP: #1401079 + * netfilter: nf_log: account for size of NLMSG_DONE attribute + - LP: #1401079 + * netfilter: nfnetlink_log: fix maximum packet length logged to userspace + - LP: #1401079 + * netfilter: nf_log: release skbuff on nlmsg put failure + - LP: #1401079 + * netfilter: nft_compat: fix wrong target lookup in + nft_target_select_ops() + - LP: #1401079 + * crypto: algif - avoid excessive use of socket buffer in skcipher + - LP: #1401079 + * drm/ttm: Don't evict BOs outside of the requested placement range + - LP: #1401079 + * lockd: Try to reconnect if statd has moved + - LP: #1401079 + * SUNRPC: Don't wake tasks during connection abort + - LP: #1401079 + * SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUT + - LP: #1401079 + * pata_serverworks: disable 64-KB DMA transfers on Broadcom OSB4 IDE + Controller + - LP: #1401079 + * libata-sff: Fix controllers with no ctl port + - LP: #1401079 + * ASoC: soc-dapm: fix use after free + - LP: #1401079 + * ASoC: tlv320aic3x: fix PLL D configuration + - LP: #1401079 + * mmc: core: sdio: Fix unconditional wake_up_process() on sdio thread + - LP: #1401079 + * mmc: sdhci-pxav3: set_uhs_signaling is initialized twice differently + - LP: #1401079 + * mmc: rtsx_usb_sdmmc: fix incorrect last byte in R2 response + - LP: #1401079 + * mmc: don't request CD IRQ until mmc_start_host() + - LP: #1401079 + * mmc: rtsx_pci_sdmmc: fix incorrect last byte in R2 response + - LP: #1401079 + * mmc: sdhci-s3c: fix runtime PM handling on sdhci_add_host() failure + - LP: #1401079 + * fs: make cont_expand_zero interruptible + - LP: #1401079 + * fs: Fix theoretical division by 0 in super_cache_scan(). + - LP: #1401079 + * UBIFS: remove mst_mutex + - LP: #1401079 + * UBIFS: fix a race condition + - LP: #1401079 + * UBIFS: fix free log space calculation + - LP: #1401079 + * x86: Reject x32 executables if x32 ABI not supported + - LP: #1401079 + * x86, fpu: __restore_xstate_sig()->math_state_restore() needs + preempt_disable() + - LP: #1401079 + * x86, fpu: shift drop_init_fpu() from save_xstate_sig() to + handle_signal() + - LP: #1401079 + * perf: Fix unclone_ctx() vs. locking + - LP: #1401079 + * evm: properly handle INTEGRITY_NOXATTRS EVM status + - LP: #1401079 + * missing data dependency barrier in prepend_name() + - LP: #1401079 + * kill wbuf_queued/wbuf_dwork_lock + - LP: #1401079 + * fix misuses of f_count() in ppp and netlink + - LP: #1401079 + * libceph: ceph-msgr workqueue needs a resque worker + - LP: #1401079 + * sched: Use dl_bw_of() under RCU read lock + - LP: #1401079 + * um: ubd: Fix for processes stuck in D state forever + - LP: #1401079 + * s390/topology: call set_sched_topology early + - LP: #1401079 + * mfd: ti_am335x_tscadc: Fix TSC operation after ADC continouous mode + - LP: #1401079 + * mfd: ti_am335x_tscadc: Fix TSC resume + - LP: #1401079 + * mfd: rtsx_pcr: Fix MSI enable error handling + - LP: #1401079 + * selinux: fix inode security list corruption + - LP: #1401079 + * power: charger-manager: Fix NULL pointer exception with missing + cm-fuel-gauge + - LP: #1401079 + * virtio_pci: fix virtio spec compliance on restore + - LP: #1401079 + * xen/blkback: unmap all persistent grants when frontend gets + disconnected + - LP: #1401079 + * blk-mq: fix potential hang if rolling wakeup depth is too high + - LP: #1401079 + * dm bufio: update last_accessed when relinking a buffer + - LP: #1401079 + * dm bufio: when done scanning return from __scan immediately + - LP: #1401079 + * drbd: compute the end before rb_insert_augmented() + - LP: #1401079 + * block: fix alignment_offset math that assumes io_min is a power-of-2 + - LP: #1401079 + * dm log userspace: fix memory leak in dm_ulog_tfr_init failure path + - LP: #1401079 + * modules, lock around setting of MODULE_STATE_UNFORMED + - LP: #1401079 + * framebuffer: fix screen corruption when copying + - LP: #1401079 + * framebuffer: fix border color + - LP: #1401079 + * Input: i8042 - add noloop quirk for Asus X750LN + - LP: #1401079 + * drm/ast: Fix HW cursor image + - LP: #1401079 + * drm/nouveau/gpio: rename g92 class to g94 + - LP: #1401079 + * drm/i915: Do not leak pages when freeing userptr objects + - LP: #1401079 + * drm/vmwgfx: Fix drm.h include + - LP: #1401079 + * v4l2-common: fix overflow in v4l_bound_align_image() + - LP: #1401079 + * media: usb: uvc: add a quirk for Dell XPS M1330 webcam + - LP: #1401079 + * siano: add support for PCTV 77e + - LP: #1401079 + * m88ts2022: fix 32bit overflow on filter calc + - LP: #1401079 + * tda7432: Fix setting TDA7432_MUTE bit for TDA7432_RF register + - LP: #1401079 + * x86: Add cpu_detect_cache_sizes to init_intel() add Quark + legacy_cache() + - LP: #1401079 + * serial: msm_serial: Fix kgdb continue + - LP: #1401079 + * sched: Use rq->rd in sched_setaffinity() under RCU read lock + - LP: #1401079 + * drm/vmwgfx: Filter out modes those cannot be supported by the current + VRAM size. + - LP: #1401079 + * powerpc: use device_online/offline() instead of cpu_up/down() + - LP: #1401079 + * UBI: add missing kmem_cache_free() in process_pool_aeb error path + - LP: #1401079 + * xen-blkback: fix leak on grant map error path + - LP: #1401079 + * HID: input: Fix TransducerSerialNumber implementation + - LP: #1401079 + * HID: usbhid: add always-poll quirk + - LP: #1401079 + * HID: usbhid: enable always-poll quirk for Elan Touchscreen + - LP: #1401079 + * HID: usbhid: fix PIXART optical mouse + - LP: #1401079 + * HID: usbhid: add another mouse that needs QUIRK_ALWAYS_POLL + - LP: #1401079 + * HID: usbhid: enable always-poll quirk for Elan Touchscreen 009b + - LP: #1401079 + * HID: usbhid: enable always-poll quirk for Elan Touchscreen 016f + - LP: #1401079 + * HID: add keyboard input assist hid usages + - LP: #1401079 + * rbd: avoid format-security warning inside alloc_workqueue() + - LP: #1401079 + * rbd: fix error return code in rbd_dev_device_setup() + - LP: #1401079 + * rbd: rbd workqueues need a resque worker + - LP: #1401079 + * ttusb-dec: buffer overflow in ioctl + - LP: #1401079 + * dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks + - LP: #1401079 + * xtensa: re-wire umount syscall to sys_oldumount + - LP: #1401079 + * dm raid: ensure superblock's size matches device's logical block size + - LP: #1401079 + * ata: sata_rcar: Disable DIPM mode for r8a7790 ES1 + - LP: #1401079 + * ahci: disable MSI instead of NCQ on Samsung pci-e SSDs on macbooks + - LP: #1401079 + * ahci: Add Device IDs for Intel Sunrise Point PCH + - LP: #1401079 + * power: bq2415x_charger: Properly handle ENODEV from + power_supply_get_by_phandle + - LP: #1401079 + * power: bq2415x_charger: Fix memory leak on DTS parsing error + - LP: #1401079 + * power: charger-manager: Fix accessing invalidated power supply after + fuel gauge unbind + - LP: #1401079 + * power: charger-manager: Fix accessing invalidated power supply after + charger unbind + - LP: #1401079 + * mac80211: use secondary channel offset IE also beacons during CSA + - LP: #1401079 + * mac80211: schedule the actual switch of the station before CSA count 0 + - LP: #1401079 + * mac80211: properly flush delayed scan work on interface removal + - LP: #1401079 + * audit: AUDIT_FEATURE_CHANGE message format missing delimiting space + - LP: #1401079 + * block: Fix computation of merged request priority + - LP: #1401079 + * x86, microcode, AMD: Fix early ucode loading on 32-bit + - LP: #1401079 + * x86, kaslr: Prevent .bss from overlaping initrd + - LP: #1401079 + * ARM: mvebu: armada xp: Generalize use of i2c quirk + - LP: #1401079 + * mac80211: fix use-after-free in defragmentation + - LP: #1401079 + * iwlwifi: fix RFkill while calibrating + - LP: #1401079 + * tun: Fix csum_start with VLAN acceleration + - LP: #1401079 + * macvtap: Fix csum_start when VLAN tags are present + - LP: #1401079 + * dm thin: grab a virtual cell before looking up the mapping + - LP: #1401079 + * KVM: x86: Fix uninitialized op->type for some immediate values + - LP: #1401079 + * crypto: caam - fix missing dma unmap on error path + - LP: #1401079 + * hwrng: pseries - port to new read API and fix stack corruption + - LP: #1401079 + * drm/i915: Disable caches for Global GTT. + - LP: #1401079 + * Input: synaptics - add min/max quirk for Lenovo T440s + - LP: #1401079 + * drm/radeon: set correct CE ram size for CIK + - LP: #1401079 + * drm/radeon: make sure mode init is complete in bandwidth_update + - LP: #1401079 + * drm/radeon: use gart for DMA IB tests + - LP: #1401079 + * drm/radeon: add missing crtc unlock when setting up the MC + - LP: #1401079 + * cpufreq: Avoid crash in resume on SMP without OPP + - LP: #1401079 + * Input: alps - ignore potential bare packets when device is out of sync + - LP: #1401079 + * Input: alps - allow up to 2 invalid packets without resetting device + - LP: #1401079 + * x86, microcode, AMD: Fix ucode patch stashing on 32-bit + - LP: #1401079 + * scsi: only re-lock door after EH on devices that were reset + - LP: #1401079 + * mfd: twl4030-power: Fix poweroff with PM configuration enabled + - LP: #1401079 + * dm btree: fix a recursion depth bug in btree walking code + - LP: #1401079 + * parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop + syscalls + - LP: #1401079 + * tracing: Do not busy wait in buffer splice + - LP: #1401079 + * param: fix crash on bad kernel arguments + - LP: #1401079 + * ALSA: usb-audio: Fix memory leak in FTU quirk + - LP: #1401079 + * audit: keep inode pinned + - LP: #1401079 + * drm/radeon: add locking around atombios scratch space usage + - LP: #1401079 + * nfs: fix pnfs direct write memory leak + - LP: #1401079 + * nfs: Fix use of uninitialized variable in nfs_getattr() + - LP: #1401079 + * NFSv4: Ensure that we remove NFSv4.0 delegations when state has expired + - LP: #1401079 + * NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust + NFS_DELEGATED_STATE + - LP: #1401079 + * NFSv4: Fix races between nfs_remove_bad_delegation() and delegation + return + - LP: #1401079 + * NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are + revoked + - LP: #1401079 + * NFS: Don't try to reclaim delegation open state if recovery failed + - LP: #1401079 + * ALSA: hda - Add mute LED control for Lenovo Ideapad Z560 + - LP: #1401079 + * arm64: efi: Fix stub cache maintenance + - LP: #1401079 + * arm64: __clear_user: handle exceptions on strb + - LP: #1401079 + * Correct the race condition in aarch64_insn_patch_text_sync() + - LP: #1401079 + * Fix thinko in iov_iter_single_seg_count + - LP: #1401079 + * libceph: do not crash on large auth tickets + - LP: #1401079 + * ARM: 8191/1: decompressor: ensure I-side picks up relocated code + - LP: #1401079 + * ARM: 8198/1: make kuser helpers depend on MMU + - LP: #1401079 + * zram: avoid kunmap_atomic() of a NULL pointer + - LP: #1401079 + * mem-hotplug: reset node managed pages when hot-adding a new pgdat + - LP: #1401079 + * mem-hotplug: reset node present pages when hot-adding a new pgdat + - LP: #1401079 + * Input: alps - ignore bad data on Dell Latitudes E6440 and E7440 + - LP: #1401079 + * firewire: cdev: prevent kernel stack leaking into ioctl arguments + - LP: #1401079 + * md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZEN + - LP: #1401079 + * ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function. + - LP: #1401079 + * vti6: Use vti6_dev_init as the ndo_init function. + - LP: #1401079 + * sit: Use ipip6_tunnel_init as the ndo_init function. + - LP: #1401079 + * gre6: Move the setting of dev->iflink into the ndo_init functions. + - LP: #1401079 + * net: mv643xx_eth: reclaim TX skbs only when released by the HW + - LP: #1401079 + * vxlan: Do not reuse sockets for a different address family + - LP: #1401079 + * net: sctp: fix NULL pointer dereference in af->from_addr_param on + malformed packet + - LP: #1401079 + * net: sctp: fix memory leak in auth key management + - LP: #1401079 + * ipv6: fix IPV6_PKTINFO with v4 mapped + - LP: #1401079 + * netlink: Properly unbind in error conditions. + - LP: #1401079 + * smsc911x: power-up phydev before doing a software reset. + - LP: #1401079 + * sunvdc: add cdrom and v1.1 protocol support + - LP: #1401079 + * sunvdc: compute vdisk geometry from capacity + - LP: #1401079 + * sunvdc: limit each sg segment to a page + - LP: #1401079 + * vio: fix reuse of vio_dring slot + - LP: #1401079 + * sunvdc: don't call VD_OP_GET_VTOC + - LP: #1401079 + * sparc64: Fix crashes in schizo_pcierr_intr_other(). + - LP: #1401079 + * sparc64: Do irq_{enter,exit}() around generic_smp_call_function*(). + - LP: #1401079 + * sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locks + - LP: #1401079 + * drm/radeon: initialize sadb to NULL in the audio code + - LP: #1401079 + * KVM: x86: Don't report guest userspace emulation error to userspace + - LP: #1401079 + * quirk for Lenovo Yoga 3: no rfkill switch + - LP: #1401079 + * em28xx-v4l: give back all active video buffers to the vb2 core properly + on streaming stop + - LP: #1401079 + * mmc: sdhci-pci: SDIO host controller support for Intel Quark X1000 + - LP: #1401079 + * perf: Handle compat ioctl + - LP: #1401079 + * crypto: caam - remove duplicated sg copy functions + - LP: #1401079 + * audit: correct AUDIT_GET_FEATURE return message type + - LP: #1401079 + * mac80211_hwsim: release driver when ieee80211_register_hw fails + - LP: #1401079 + * pinctrl: dra: dt-bindings: Fix output pull up/down + - LP: #1401079 + * memory-hotplug: Remove "weak" from memory_block_size_bytes() + declaration + - LP: #1401079 + * vmcore: Remove "weak" from function declarations + - LP: #1401079 + * kgdb: Remove "weak" from kgdb_arch_pc() declaration + - LP: #1401079 + * clocksource: Remove "weak" from clocksource_default_clock() declaration + - LP: #1401079 + * IB/core: Clear AH attr variable to prevent garbage data + - LP: #1401079 + * netfilter: xt_bpf: add mising opaque struct sk_filter definition + - LP: #1401079 + * rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreads + - LP: #1401079 + * x86, x32, audit: Fix x32's AUDIT_ARCH wrt audit + - LP: #1401079 + * ARM: dts: am335x-evm: Fix 5th NAND partition's name + - LP: #1401079 + * ipc: always handle a new value of auto_msgmni + - LP: #1401079 + * dell-wmi: Fix access out of memory + - LP: #1401079 + * Linux 3.16.7-ckt2 + - LP: #1401079 + * drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that + may result in I/O freeze + - LP: #1400289 + * sched/x86: Fix up typo in topology detection + - LP: #1386473 + * arm64: optimized copy_to_user and copy_from_user assembly code + - LP: #1400349 + * net:socket: set msg_namelen to 0 if msg_name is passed as NULL in + msghdr struct from userland. + - LP: #1335478 + * powerpc/vphn: NUMA node code expects big-endian + - LP: #1401150 + + -- Kamal Mostafa Mon, 15 Dec 2014 12:34:16 -0800 + +linux (3.16.0-28.38) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1401966 + + [ Upstream Kernel Changes ] + + * net: skb_fclone_busy() needs to detect orphaned skb + - LP: #1401079 + + -- Brad Figg Fri, 12 Dec 2014 08:35:42 -0800 + +linux (3.16.0-28.37) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1400382 + + [ Upstream Kernel Changes ] + + * x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C + - LP: #1398795 + - CVE-2014-9090 + * x86_64, traps: Rework bad_iret + - LP: #1398795 + - CVE-2014-9090 + * x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit + - LP: #1400314 + - CVE-2014-8134 + + -- Luis Henriques Mon, 08 Dec 2014 16:18:29 +0000 + +linux (3.16.0-27.36) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1399630 + + [ Upstream Kernel Changes ] + + * x86_64, traps: Stop using IST for #SS + - LP: #1398795 + - CVE-2014-9090 + + -- Luis Henriques Fri, 05 Dec 2014 11:59:40 +0000 + +linux (3.16.0-26.35) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1398118 + + [ Upstream Kernel Changes ] + + * Revert "drm/nouveau: punt fbcon resume out to a workqueue" + * Revert "drm/nouveau/kms: take more care when pulling down accelerated + fbcon" + + -- Brad Figg Mon, 01 Dec 2014 10:21:56 -0800 + +linux (3.16.0-26.34) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1395892 + + [ Chris J Arges ] + + * [Config] CONFIG_SCOM_DEBUGFS=y for powerpc/powerpc64-smp ppc64el/generic + - LP: #1395855 + + [ Tim Gardner ] + + * [Config] CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY=1 for powerpc/ppc64el + - LP: #1392021 + + [ Upstream Kernel Changes ] + + * Revert "usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in + prepare/complete" + - LP: #1393401 + * Revert "iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rate" + - LP: #1393401 + * Revert "block: all blk-mq requests are tagged" + - LP: #1393401 + * ACPI / blacklist: add Win8 OSI quirks for some Dell laptop models + - LP: #1339456 + * PCI: Remove "no hotplug settings from platform" warning + - LP: #1390182 + * drm/nouveau/kms: take more care when pulling down accelerated fbcon + - LP: #1386695 + * drm/nouveau: punt fbcon resume out to a workqueue + - LP: #1386695 + * drm/tilcdc: Fix the error path in tilcdc_load() + - LP: #1393401 + * builddeb: put the dbg files into the correct directory + - LP: #1393401 + * switch iov_iter_get_pages() to passing maximal number of pages + - LP: #1393401 + * fuse: honour max_read and max_write in direct_io mode + - LP: #1393401 + * usb: phy: return -ENODEV on failure of try_module_get + - LP: #1393401 + * PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIME + - LP: #1393401 + * rt2x00: support Ralink 5362. + - LP: #1393401 + * wireless: rt2x00: add new rt2800usb devices + - LP: #1393401 + * NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes + - LP: #1393401 + * nfs: fix duplicate proc entries + - LP: #1393401 + * ext4: check EA value offset when loading + - LP: #1393401 + * jbd2: free bh when descriptor block checksum fails + - LP: #1393401 + * ext4: don't check quota format when there are no quota files + - LP: #1393401 + * target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSE + - LP: #1393401 + * vfs: fix data corruption when blocksize < pagesize for mmaped data + - LP: #1393401 + * ext4: fix mmap data corruption when blocksize < pagesize + - LP: #1393401 + * ext4: grab missed write_count for EXT4_IOC_SWAP_BOOT + - LP: #1393401 + * qla_target: don't delete changed nacls + - LP: #1393401 + * target: Fix APTPL metadata handling for dynamic MappedLUNs + - LP: #1393401 + * iser-target: Disable TX completion interrupt coalescing + - LP: #1393401 + * ext4: don't orphan or truncate the boot loader inode + - LP: #1393401 + * ext4: add ext4_iget_normal() which is to be used for dir tree lookups + - LP: #1393401 + * ext4: fix reservation overflow in ext4_da_write_begin + - LP: #1393401 + * ext4: Replace open coded mdata csum feature to helper function + - LP: #1393401 + * ext4: move error report out of atomic context in + ext4_init_block_bitmap() + - LP: #1393401 + * ARC: [nsimosci] Allow "headless" models to boot + - LP: #1393401 + * ARC: Update order of registers in KGDB to match GDB 7.5 + - LP: #1393401 + * ARC: unbork FPU save/restore + - LP: #1393401 + * ext4: check s_chksum_driver when looking for bg csum presence + - LP: #1393401 + * drm/radeon: fix speaker allocation setup + - LP: #1393401 + * drm/radeon: use gart memory for DMA ring tests + - LP: #1393401 + * random: add and use memzero_explicit() for clearing data + - LP: #1393401 + * MIPS: cp1emu: Fix ISA restrictions for cop1x_op instructions + - LP: #1393401 + * freezer: Do not freeze tasks killed by OOM killer + - LP: #1393401 + * OOM, PM: OOM killed task shouldn't escape PM suspend + - LP: #1393401 + * qxl: don't create too large primary surface + - LP: #1393401 + * MIPS: loongson2_cpufreq: Fix CPU clock rate setting mismerge + - LP: #1393401 + * MIPS: tlbex: Properly fix HUGE TLB Refill exception handler + - LP: #1393401 + * drm/cirrus: bind also to qemu-xen-traditional + - LP: #1393401 + * cpufreq: intel_pstate: Fix setting max_perf_pct in performance policy + - LP: #1393401 + * cpufreq: expose scaling_cur_freq sysfs file for set_policy() drivers + - LP: #1393401 + * cpufreq: intel_pstate: Reflect current no_turbo state correctly + - LP: #1393401 + * intel_pstate: Don't lose sysfs settings during cpu offline + - LP: #1393401 + * intel_pstate: Fix BYT frequency reporting + - LP: #1393401 + * intel_pstate: Correct BYT VID values. + - LP: #1393401 + * MIPS: ftrace: Fix a microMIPS build problem + - LP: #1393401 + * kvm: x86: don't kill guest on unknown exit reason + - LP: #1393401 + * kvm: fix excessive pages un-pinning in kvm_iommu_map error path. + - LP: #1393401 + * KVM: x86: Fix far-jump to non-canonical check + - LP: #1393401 + * init/Kconfig: Hide printk log config if CONFIG_PRINTK=n + - LP: #1393401 + * be careful with nd->inode in path_init() and follow_dotdot_rcu() + - LP: #1393401 + * can: flexcan: mark TX mailbox as TX_INACTIVE + - LP: #1393401 + * can: flexcan: correctly initialize mailboxes + - LP: #1393401 + * can: flexcan: implement workaround for errata ERR005829 + - LP: #1393401 + * can: flexcan: put TX mailbox into TX_INACTIVE mode after tx-complete + - LP: #1393401 + * can: at91_can: add missing prepare and unprepare of the clock + - LP: #1393401 + * virtio-rng: fix stuck of hot-unplugging busy device + - LP: #1393401 + * virtio-rng: skip reading when we start to remove the device + - LP: #1393401 + * pstore: Fix duplicate {console,ftrace}-efi entries + - LP: #1393401 + * x86: bpf_jit: fix two bugs in eBPF JIT compiler + - LP: #1393401 + * ipv4: fix nexthop attlen check in fib_nh_match + - LP: #1393401 + * vxlan: fix a use after free in vxlan_encap_bypass + - LP: #1393401 + * vxlan: using pskb_may_pull as early as possible + - LP: #1393401 + * vxlan: fix a free after use + - LP: #1393401 + * ipv4: dst_entry leak in ip_send_unicast_reply() + - LP: #1393401 + * ipv4: fix a potential use after free in ip_tunnel_core.c + - LP: #1393401 + * ax88179_178a: fix bonding failure + - LP: #1393401 + * net: tso: fix unaligned access to crafted TCP header in helper API + - LP: #1393401 + * hyperv: Fix the total_data_buflen in send path + - LP: #1393401 + * tcp: md5: do not use alloc_percpu() + - LP: #1393401 + * macvlan: fix a race on port dismantle and possible skb leaks + - LP: #1393401 + * ipv4: Do not cache routing failures due to disabled forwarding. + - LP: #1393401 + * net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for + VXLAN + - LP: #1393401 + * gre: Use inner mac length when computing tunnel length + - LP: #1393401 + * drivers/net: macvtap and tun depend on INET + - LP: #1393401 + * net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks + - LP: #1393401 + * net: sctp: fix panic on duplicate ASCONF chunks + - LP: #1393401 + * net: sctp: fix remote memory pressure from excessive queueing + - LP: #1393401 + * staging:iio:ad5933: Fix NULL pointer deref when enabling buffer + - LP: #1393401 + * staging:iio:ad5933: Drop "raw" from channel names + - LP: #1393401 + * iio: st_sensors: Fix buffer copy + - LP: #1393401 + * iio: adc: mxs-lradc: Disable the clock on probe failure + - LP: #1393401 + * spi: pl022: Fix incorrect dma_unmap_sg + - LP: #1393401 + * mac80211: fix typo in starting baserate for rts_cts_rate_idx + - LP: #1393401 + * ASoC: Intel: HSW/BDW only support S16 and S24 formats. + - LP: #1393401 + * staging: comedi: (regression) channel list must be set for COMEDI_CMD + ioctl + - LP: #1393401 + * usb: dwc3: gadget: fix set_halt() bug with pending transfers + - LP: #1393401 + * usb: gadget: function: acm: make f_acm pass USB20CV Chapter9 + - LP: #1393401 + * nfsd4: fix response size estimation for OP_SEQUENCE + - LP: #1393401 + * mtd: move support for struct flash_platform_data into m25p80 + - LP: #1393401 + * mtd: m25p80: get rid of spi_get_device_id + - LP: #1393401 + * mtd: spi-nor: make spi_nor_scan() take a chip type name, not + spi_device_id + - LP: #1393401 + * mtd: m25p80,spi-nor: Fix module aliases for m25p80 + - LP: #1393401 + * ext3: Don't check quota format when there are no quota files + - LP: #1393401 + * quota: Properly return errors from dquot_writeback_dquots() + - LP: #1393401 + * USB: serial: cp210x: add Silicon Labs 358x VID and PID + - LP: #1393401 + * usb: serial: ftdi_sio: add Awinda Station and Dongle products + - LP: #1393401 + * usb: option: add support for Telit LE910 + - LP: #1393401 + * USB: option: add Haier CE81B CDMA modem + - LP: #1393401 + * ASoC: adau1761: Fix input PGA volume + - LP: #1393401 + * x86, apic: Handle a bad TSC more gracefully + - LP: #1393401 + * i3200_edac: Report CE events properly + - LP: #1393401 + * i82860_edac: Report CE events properly + - LP: #1393401 + * cpc925_edac: Report UE events properly + - LP: #1393401 + * e7xxx_edac: Report CE events properly + - LP: #1393401 + * scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND + - LP: #1393401 + * usb: serial: ftdi_sio: add "bricked" FTDI device PID + - LP: #1393401 + * usb: musb: cppi41: restart hrtimer only if not yet done + - LP: #1393401 + * usb: gadget: f_fs: remove redundant ffs_data_get() + - LP: #1393401 + * usb: ffs: fix regression when quirk_ep_out_aligned_size flag is set + - LP: #1393401 + * usb: musb: dsps: start OTG timer on resume again + - LP: #1393401 + * usb: gadget: udc: core: fix kernel oops with soft-connect + - LP: #1393401 + * nfsd4: fix crash on unknown operation number + - LP: #1393401 + * iwlwifi: configure the LTR + - LP: #1393401 + * iwlwifi: dvm: drop non VO frames when flushing + - LP: #1393401 + * usb: dwc3: gadget: Properly initialize LINK TRB + - LP: #1393401 + * Input: i8042 - quirks for Fujitsu Lifebook A544 and Lifebook AH544 + - LP: #1393401 + * posix-timers: Fix stack info leak in timer_create() + - LP: #1393401 + * futex: Fix a race condition between REQUEUE_PI and task death + - LP: #1393401 + * usb: chipidea: Fix oops when removing the ci_hdrc module + - LP: #1393401 + * drm/i915: Do a dummy DPCD read before the actual read + - LP: #1393401 + * ALSA: bebob: Uninitialized id returned by saffirepro_both_clk_src_get + - LP: #1393401 + * PM / Sleep: fix async suspend_late/freeze_late error handling + - LP: #1393401 + * PM / Sleep: fix recovery during resuming from hibernation + - LP: #1393401 + * ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat + mode + - LP: #1393401 + * ima: check xattr value length and type in the ima_inode_setxattr() + - LP: #1393401 + * evm: check xattr value length and type in evm_inode_setxattr() + - LP: #1393401 + * drm/radeon/dpm: disable ulv support on SI + - LP: #1393401 + * drm/radeon: Use drm_malloc_ab instead of kmalloc_array + - LP: #1393401 + * drm/radeon: add bapm module parameter + - LP: #1393401 + * drm/radeon: dpm fixes for asrock systems + - LP: #1393401 + * drm/radeon: remove invalid pci id + - LP: #1393401 + * zap_pte_range: update addr when forcing flush after TLB batching faiure + - LP: #1393401 + * staging: comedi: fix memory leak / bad pointer freeing for chanlist + - LP: #1393401 + * drm/i915: Ignore VBT backlight check on Macbook 2, 1 + - LP: #1393401 + * x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE + - LP: #1393401 + * ACPI / EC: Fix regression due to conflicting firmware behavior between + Samsung and Acer. + - LP: #1393401 + * cgroup/kmemleak: add kmemleak_free() for cgroup deallocations. + - LP: #1393401 + * mm: free compound page with correct order + - LP: #1393401 + * mm, thp: fix collapsing of hugepages on madvise + - LP: #1393401 + * lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}() + - LP: #1393401 + * sh: fix sh770x SCIF memory regions + - LP: #1393401 + * mtd: cfi_cmdset_0001.c: fix resume for LH28F640BF chips + - LP: #1393401 + * ext4: fix overflow when updating superblock backups after resize + - LP: #1393401 + * ext4: fix oops when loading block bitmap failed + - LP: #1393401 + * ext4: enable journal checksum when metadata checksum feature enabled + - LP: #1393401 + * ext4: prevent bugon on race between write/fcntl + - LP: #1393401 + * ext4: convert do_split() to use the ERR_PTR convention + - LP: #1393401 + * ext4: bail out from make_indexed_dir() on first error + - LP: #1393401 + * PCI: Rename sysfs 'enabled' file back to 'enable' + - LP: #1393401 + * wireless: rt2x00: add new rt2800usb device + - LP: #1393401 + * fs: allow open(dir, O_TMPFILE|..., 0) with mode 0 + - LP: #1393401 + * tracing/syscalls: Ignore numbers outside NR_syscalls' range + - LP: #1393401 + * x86_64, entry: Filter RFLAGS.NT on entry from userspace + - LP: #1393401 + * x86_64, entry: Fix out of bounds read on sysenter + - LP: #1393401 + * mnt: Prevent pivot_root from creating a loop in the mount tree + - LP: #1393401 + * mm: Remove false WARN_ON from pagecache_isize_extended() + - LP: #1393401 + * nfs: fix kernel warning when removing proc entry + - LP: #1393401 + * Linux 3.16.7-ckt1 + - LP: #1393401 + * MAINTAINERS: Update APM X-Gene section + - LP: #1381084 + * Documentation: dts: Update section header for APM X-Gene + - LP: #1381084 + * dtb: Add 10GbE node to APM X-Gene SoC device tree + - LP: #1381084 + * drivers: net: xgene: Preparing for adding 10GbE support + - LP: #1381084 + * drivers: net: xgene: Add 10GbE support + - LP: #1381084 + * drivers: net: xgene: Add 10GbE ethtool support + - LP: #1381084 + * dtb: Add SGMII based 1GbE node to APM X-Gene SoC device tree + - LP: #1381216 + * drivers: net: xgene: Preparing for adding SGMII based 1GbE + - LP: #1381216 + * drivers: net: xgene: Add SGMII based 1GbE support + - LP: #1381216 + * drivers: net: xgene: Add SGMII based 1GbE ethtool support + - LP: #1381216 + * drivers: net: xgene: Rewrite buggy loop in xgene_enet_ecc_init() + - LP: #1381216 + * dtb: xgene: fix: Backward compatibility with older firmware + - LP: #1381084, #1381216 + * drivers: net: xgene: Backward compatibility with older firmware + - LP: #1381084, #1381216 + * drivers: net: xgene: fix: Use separate resources + - LP: #1381216 + * ipr: don't log error messages when applications issues illegal requests + - LP: #1392152 + * ipr: fix compile failure + - LP: #1392152 + * powerpc/powernv: Check OPAL dump calls exist before using + - LP: #1391953 + * powerpc/powernv: Check OPAL elog calls exist before using + - LP: #1391953 + * powerpc/powernv: Check OPAL RTC calls exists before using + - LP: #1391953 + * powerpc/powernv: Add OPAL check token call + - LP: #1391953 + * powerpc/powernv: Improve error messages in dump code + - LP: #1391953 + * arch/powerpc/platforms/powernv/opal-dump.c: fix world-writable sysfs + files + - LP: #1391953 + * arch/powerpc/platforms/powernv/opal-elog.c: fix world-writable sysfs + files + - LP: #1391953 + * pseries: Fix endian issues in cpu hot-removal + - LP: #1391953 + * pseries: Fix endian issues in onlining cpu threads + - LP: #1391953 + * powerpc/pseries: Fix endian issues in memory hotplug + - LP: #1391953 + * powerpc/pseries/hvcserver: Fix endian issue in hvcs_get_partner_info + - LP: #1391953 + * powerpc/pseries: Make CPU hotplug path endian safe + - LP: #1391953 + * powerpc/fadump: Fix endianess issues in firmware assisted dump handling + - LP: #1391953 + * GenWQE: Add sysfs interface for bitstream reload + - LP: #1392021 + * GenWQE: Add support for EEH error recovery + - LP: #1392021 + * GenWQE: Improve hardware error recovery + - LP: #1392021 + * GenWQE: Increase driver version number + - LP: #1392021 + * misc/GenWQE: fix pci_enable_msi usage + - LP: #1392021 + * GenWQE: Remove unnecessary include + - LP: #1392021 + * misc: remove DEFINE_PCI_DEVICE_TABLE usage + - LP: #1392021 + * GenWQE: Check pci_get_totalvfs return code + - LP: #1392021 + * GenWQE: Remove sysfs entry for driver version + - LP: #1392021 + * GenWQE: Update author information + - LP: #1392021 + * GenWQE: Do not modify return code of genwqe_set_interrupt_capability + - LP: #1392021 + * GenWQE: Check return code of pci_sriov_enable + - LP: #1392021 + * GenWQE: Fix checkpatch complaints + - LP: #1392021 + * GenWQE: Fix problem when reading HSI and Retc + - LP: #1392021 + * GenWQE: Support blocking when DDCB queue is busy + - LP: #1392021 + * powerpc: Simplify do_sigbus + - LP: #1370425 + * powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handler + - LP: #1370425 + * powerpc: Fill in si_addr_lsb siginfo field + - LP: #1370425 + + -- Tim Gardner Wed, 05 Nov 2014 11:23:22 -0500 + +linux (3.16.0-25.33) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1389170 + + [ dann frazier ] + + * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64 + - LP: #1388952 + + [ Duc Dang ] + + * SAUCE: (no-up) [PCIE] APM X-Gene: Remove debug messages in MSI + interrupt handler path. + - LP: #1382244 + * SAUCE: (no-up) PCI: X-Gene: Fix max payload size and phantom function + configuration + - LP: #1386261 + + [ Tim Gardner ] + + * Revert "SAUCE: (no-up) PCI: Increase BAR size quirk for IBM ipr SAS + Crocodile adapters" + - LP: #1387813 + * [Config] CONFIG_SOUND_OSS_CORE_PRECLAIM=n + - LP: #1385510 + * [Debian] install usbipd + - LP: #898003 + * [Debian] Fix linux-doc dangling symlinks + - LP: #661306 + + [ Upstream Kernel Changes ] + + * Revert "macvlan: simplify the structure port" + - LP: #1381490 + * Revert "net/macb: add pinctrl consumer support" + - LP: #1381490 + * Revert "lzo: properly check for overruns" + - LP: #1387813 + * Revert "ath9k_hw: reduce ANI firstep range for older chips" + - LP: #1387813 + * ASoC: ssm2602: do not hardcode type to SSM2602 + - LP: #1379785 + * ASoC: core: fix possible ZERO_SIZE_PTR pointer dereferencing error. + - LP: #1379785 + * perf: fix perf bug in fork() + - LP: #1379785 + * mm: memcontrol: do not iterate uninitialized memcgs + - LP: #1379785 + * mm: migrate: Close race between migration completion and mprotect + - LP: #1379785 + * i2c: qup: Fix order of runtime pm initialization + - LP: #1379785 + * i2c: rk3x: fix 0 length write transfers + - LP: #1379785 + * ACPI / i915: Update the condition to ignore firmware backlight change + request + - LP: #1379785 + * cpufreq: integrator: fix integrator_cpufreq_remove return type + - LP: #1379785 + * cpufreq: pcc-cpufreq: Fix wait_event() under spinlock + - LP: #1379785 + * md/raid5: disable 'DISCARD' by default due to safety concerns. + - LP: #1379785 + * drm/i915: Flush the PTEs after updating them before suspend + - LP: #1379785 + * Fix problem recognizing symlinks + - LP: #1379785 + * init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menu + - LP: #1379785 + * ring-buffer: Fix infinite spin in reading buffer + - LP: #1379785 + * uas: Only complain about missing sg if all other checks succeed + - LP: #1379785 + * uas: Log a warning when we cannot use uas because the hcd lacks streams + - LP: #1379785 + * uas: Disable uas on ASM1051 devices + - LP: #1379785 + * uas: Add missing le16_to_cpu calls to asm1051 / asm1053 usb-id check + - LP: #1379785 + * x86, ia64: Move EFI_FB vga_default_device() initialization to + pci_vga_fixup() + - LP: #1379785 + * vgaarb: Don't default exclusively to first video device with mem+io + - LP: #1379785 + * mm, thp: move invariant bug check out of loop in __split_huge_page_map + - LP: #1379785 + * mm: numa: Do not mark PTEs pte_numa when splitting huge pages + - LP: #1379785 + * media: vb2: fix VBI/poll regression + - LP: #1379785 + * jiffies: Fix timeval conversion to jiffies + - LP: #1379785 + * Linux 3.16.5 + - LP: #1379785 + * netlink: reset network header before passing to taps + - LP: #1381490 + * rtnetlink: fix VF info size + - LP: #1381490 + * net: Always untag vlan-tagged traffic on input. + - LP: #1381490 + * myri10ge: check for DMA mapping errors + - LP: #1381490 + * tcp: don't use timestamp from repaired skb-s to calculate RTT (v2) + - LP: #1381490 + * sit: Fix ipip6_tunnel_lookup device matching criteria + - LP: #1381490 + * tcp: fix tcp_release_cb() to dispatch via address family for + mtu_reduced() + - LP: #1381490 + * tcp: fix ssthresh and undo for consecutive short FRTO episodes + - LP: #1381490 + * net: phy: smsc: move smsc_phy_config_init reset part in a soft_reset + function + - LP: #1381490 + * tipc: fix message importance range check + - LP: #1381490 + * packet: handle too big packets for PACKET_V3 + - LP: #1381490 + * bnx2x: Revert UNDI flushing mechanism + - LP: #1381490 + * net: ipv6: fib: don't sleep inside atomic lock + - LP: #1381490 + * openvswitch: fix panic with multiple vlan headers + - LP: #1381490 + * vxlan: fix incorrect initializer in union vxlan_addr + - LP: #1381490 + * net: fix checksum features handling in netif_skb_features() + - LP: #1381490 + * ipv6: fix rtnl locking in setsockopt for anycast and multicast + - LP: #1381490 + * l2tp: fix race while getting PMTU on PPP pseudo-wire + - LP: #1381490 + * ipv6: restore the behavior of ipv6_sock_ac_drop() + - LP: #1381490 + * bonding: fix div by zero while enslaving and transmitting + - LP: #1381490 + * net: filter: fix possible use after free + - LP: #1381490 + * bridge: Check if vlan filtering is enabled only once. + - LP: #1381490 + * bridge: Fix br_should_learn to check vlan_enabled + - LP: #1381490 + * net: allow macvlans to move to net namespace + - LP: #1381490 + * macvlan: allow to enqueue broadcast pkt on virtual device + - LP: #1381490 + * tg3: Work around HW/FW limitations with vlan encapsulated frames + - LP: #1381490 + * tg3: Allow for recieve of full-size 8021AD frames + - LP: #1381490 + * xfrm: Generate blackhole routes only from route lookup functions + - LP: #1381490 + * xfrm: Generate queueing routes only from route lookup functions + - LP: #1381490 + * ip_tunnel: Don't allow to add the same tunnel multiple times. + - LP: #1381490 + * macvtap: Fix race between device delete and open. + - LP: #1381490 + * net/mlx4_core: Allow not to specify probe_vf in SRIOV IB mode + - LP: #1381490 + * net/mlx4: Correctly configure single ported VFs from the host + - LP: #1381490 + * gro: fix aggregation for skb using frag_list + - LP: #1381490 + * ipv6: remove rt6i_genid + - LP: #1381490 + * hyperv: Fix a bug in netvsc_start_xmit() + - LP: #1381490 + * ip6_gre: fix flowi6_proto value in xmit path + - LP: #1381490 + * net: systemport: fix bcm_sysport_insert_tsb() + - LP: #1381490 + * team: avoid race condition in scheduling delayed work + - LP: #1381490 + * hyperv: Fix a bug in netvsc_send() + - LP: #1381490 + * sctp: handle association restarts when the socket is closed. + - LP: #1381490 + * net_sched: copy exts->type in tcf_exts_change() + - LP: #1381490 + * uas: Add a quirk for rejecting ATA_12 and ATA_16 commands + - LP: #1381490 + * uas: Add no-report-opcodes quirk + - LP: #1381490 + * uas: Add US_FL_NO_ATA_1X quirk for Seagate (0bc2:ab20) drives + - LP: #1381490 + * uas: Add another ASM1051 usb-id to the uas blacklist + - LP: #1381490 + * USB: Add device quirk for ASUS T100 Base Station keyboard + - LP: #1381490 + * USB: serial: cp210x: added Ketra N1 wireless interface support + - LP: #1381490 + * USB: cp210x: add support for Seluxit USB dongle + - LP: #1381490 + * usb: musb: dsps: kill OTG timer on suspend + - LP: #1381490 + * crypto: caam - fix addressing of struct member + - LP: #1381490 + * driver/base/node: remove unnecessary kfree of node struct from + unregister_one_node + - LP: #1381490 + * serial: 8250: Add Quark X1000 to 8250_pci.c + - LP: #1381490 + * Linux 3.16.6 + - LP: #1381490 + * fs: Add a missing permission check to do_umount + - LP: #1383358 + - CVE-2014-7975 + * deb-pkg: Add support for powerpc little endian + - LP: #1383884 + * xen/balloon: Don't continue ballooning when BP_ECANCELED is encountered + - LP: #1304001 + * cxl: Disable secondary hash in segment table + - LP: #1387523 + * cxl: Refactor cxl_load_segment() and find_free_sste() + - LP: #1387523 + * powerpc/mm: Use appropriate ESID mask in copro_calculate_slb() + - LP: #1387523 + * cxl: Fix PSL error due to duplicate segment table entries + - LP: #1387523 + * btrfs: wake up transaction thread from SYNC_FS ioctl + - LP: #1387813 + * btrfs: Fix a deadlock in btrfs_dev_replace_finishing() + - LP: #1387813 + * Btrfs: add missing compression property remove in btrfs_ioctl_setflags + - LP: #1387813 + * Btrfs: fix up bounds checking in lseek + - LP: #1387813 + * Btrfs: don't do async reclaim during log replay + - LP: #1387813 + * Btrfs: try not to ENOSPC on log replay + - LP: #1387813 + * Btrfs: cleanup error handling in build_backref_tree + - LP: #1387813 + * Btrfs: fix build_backref_tree issue with multiple shared blocks + - LP: #1387813 + * Btrfs: fix race in WAIT_SYNC ioctl + - LP: #1387813 + * usb: pch_udc: usb gadget device support for Intel Quark X1000 + - LP: #1387813 + * pci_ids: Add support for Intel Quark ILB + - LP: #1387813 + * kvm: x86: fix stale mmio cache bug + - LP: #1387813 + * kvm: fix potentially corrupt mmio cache + - LP: #1387813 + * KVM: do not bias the generation number in kvm_current_mmio_generation + - LP: #1387813 + * KVM: s390: unintended fallthrough for external call + - LP: #1387813 + * kvm: don't take vcpu mutex for obviously invalid vcpu ioctls + - LP: #1387813 + * x86,kvm,vmx: Preserve CR4 across VM entry + - LP: #1387813 + * x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 instead + - LP: #1387813 + * spi: dw-mid: respect 8 bit mode + - LP: #1387813 + * spi: dw-mid: check that DMA was inited before exit + - LP: #1387813 + * HID: rmi: check sanity of the incoming report + - LP: #1387813 + * mpc85xx_edac: Make L2 interrupt shared too + - LP: #1387813 + * regmap: debugfs: fix possbile NULL pointer dereference + - LP: #1387813 + * regmap: fix NULL pointer dereference in _regmap_write/read + - LP: #1387813 + * regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error. + - LP: #1387813 + * be2iscsi: check ip buffer before copying + - LP: #1387813 + * regulator: ltc3589: fix broken voltage transitions + - LP: #1387813 + * qla2xxx: fix kernel NULL pointer access + - LP: #1387813 + * qla2xxx: Use correct offset to req-q-out for reserve calculation + - LP: #1387813 + * qla2xxx: Fix shost use-after-free on device removal + - LP: #1387813 + * dmaengine: fix xor sources continuation + - LP: #1387813 + * firmware_class: make sure fw requests contain a name + - LP: #1387813 + * arm64: debug: don't re-enable debug exceptions on return from el1_dbg + - LP: #1387813 + * Drivers: hv: util: Properly pack the data for file copy functionality + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup vmbus_post_msg() + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl() + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup vmbus_close_internal() + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl() + - LP: #1387813 + * Drivers: hv: vmbus: Fix a bug in vmbus_open() + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup hv_post_message() + - LP: #1387813 + * mei: bus: fix possible boundaries violation + - LP: #1387813 + * m68k: Disable/restore interrupts in hwreg_present()/hwreg_write() + - LP: #1387813 + * Fixing lease renewal + - LP: #1387813 + * Documentation: lzo: document part of the encoding + - LP: #1387813 + * lzo: check for length overrun in variable length encoding. + - LP: #1387813 + * tty: omap-serial: fix division by zero + - LP: #1387813 + * NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM fails + - LP: #1387813 + * NFSv4: fix open/lock state recovery error handling + - LP: #1387813 + * NFSv4.1: Fix an NFSv4.1 state renewal regression + - LP: #1387813 + * nfsd4: reserve adequate space for LOCK op + - LP: #1387813 + * NFS: Fix an uninitialised pointer Oops in the writeback error path + - LP: #1387813 + * NFS: Fix a bogus warning in nfs_generic_pgio + - LP: #1387813 + * iwlwifi: mvm: disable BT Co-running by default + - LP: #1387813 + * iwlwifi: Add missing PCI IDs for the 7260 series + - LP: #1387813 + * spi: dw-mid: terminate ongoing transfers at exit + - LP: #1387813 + * PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr() + - LP: #1387813 + * PCI: Add missing MEM_64 mask in + pci_assign_unassigned_bridge_resources() + - LP: #1387813 + * PCI: Generate uppercase hex for modalias interface class + - LP: #1387813 + * rt2800: correct BBP1_TX_POWER_CTRL mask + - LP: #1387813 + * Bluetooth: Fix HCI H5 corrupted ack value + - LP: #1387813 + * Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTU + - LP: #1387813 + * Bluetooth: Fix issue with USB suspend in btusb driver + - LP: #1387813 + * Bluetooth: Fix setting correct security level when initiating SMP + - LP: #1387813 + * mm: clear __GFP_FS when PF_MEMALLOC_NOIO is set + - LP: #1387813 + * fanotify: enable close-on-exec on events' fd when requested in + fanotify_init() + - LP: #1387813 + * kernel: add support for gcc 5 + - LP: #1387813 + * rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEP + - LP: #1387813 + * futex: Ensure get_futex_key_refs() always implies a barrier + - LP: #1387813 + * powerpc/iommu/ddw: Fix endianness + - LP: #1387813 + * powerpc/eeh: Clear frozen device state in time + - LP: #1387813 + * ima: fix fallback to use new_sync_read() + - LP: #1387813 + * ima: provide flag to identify new empty files + - LP: #1387813 + * arm64: compat: fix compat types affecting struct compat_elf_prpsinfo + - LP: #1387813 + * ALSA: pcm: use the same dma mmap codepath both for arm and arm64 + - LP: #1387813 + * ALSA: bebob: Fix failure to detect source of clock for Terratec Phase + 88 + - LP: #1387813 + * ALSA: emu10k1: Fix deadlock in synth voice lookup + - LP: #1387813 + * ALSA: ALC283 codec - Avoid pop noise on headphones during + suspend/resume + - LP: #1387813 + * ALSA: usb-audio: Add support for Steinberg UR22 USB interface + - LP: #1387813 + * ALSA: hda - hdmi: Fix missing ELD change event on plug/unplug + - LP: #1387813 + * ALSA: hda - Fix inverted LED gpio setup for Lenovo Ideapad + - LP: #1387813 + * ALSA: hda - Add missing terminating entry to SND_HDA_PIN_QUIRK macro + - LP: #1387813 + * ARM: at91/dt: Fix typo regarding can0_clk + - LP: #1387813 + * ARM: at91: fix at91sam9263ek DT mmc pinmuxing settings + - LP: #1387813 + * ARM: at91/PMC: don't forget to write PMC_PCDR register to disable + clocks + - LP: #1387813 + * ARM: Kirkwood: Fix DT based DSA. + - LP: #1387813 + * ARM: mvebu: Netgear RN104: Use Hardware BCH ECC + - LP: #1387813 + * ARM: mvebu: Netgear RN2120: Use Hardware BCH ECC + - LP: #1387813 + * ARM: mvebu: Netgear RN102: Use Hardware BCH ECC + - LP: #1387813 + * ARM: dts: imx28-evk: Let i2c0 run at 100kHz + - LP: #1387813 + * ecryptfs: avoid to access NULL pointer when write metadata in xattr + - LP: #1387813 + * xfs: ensure WB_SYNC_ALL writeback handles partial pages correctly + - LP: #1387813 + * sparc64: Do not disable interrupts in nmi_cpu_busy() + - LP: #1387813 + * sparc64: Fix pcr_ops initialization and usage bugs. + - LP: #1387813 + * sparc32: dma_alloc_coherent must honour gfp flags + - LP: #1387813 + * sparc64: sun4v TLB error power off events + - LP: #1387813 + * sparc64: Fix corrupted thread fault code. + - LP: #1387813 + * sparc64: find_node adjustment + - LP: #1387813 + * sparc64: Move request_irq() from ldc_bind() to ldc_alloc() + - LP: #1387813 + * sparc: Let memset return the address argument + - LP: #1387813 + * sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAG + - LP: #1387813 + * sparc: bpf_jit: fix loads from negative offsets + - LP: #1387813 + * sparc64: Fix reversed start/end in flush_tlb_kernel_range() + - LP: #1387813 + * sparc64: Fix lockdep warnings on reboot on Ultra-5 + - LP: #1387813 + * sparc64: Fix FPU register corruption with AES crypto offload. + - LP: #1387813 + * sparc64: Do not define thread fpregs save area as zero-length array. + - LP: #1387813 + * sparc64: Fix hibernation code refrence to PAGE_OFFSET. + - LP: #1387813 + * sparc64: correctly recognise M6 and M7 cpu type + - LP: #1387813 + * sparc64: support M6 and M7 for building CPU distribution map + - LP: #1387813 + * sparc64: cpu hardware caps support for sparc M6 and M7 + - LP: #1387813 + * sparc64: T5 PMU + - LP: #1387813 + * sparc64: Switch to 4-level page tables. + - LP: #1387813 + * sparc64: Define VA hole at run time, rather than at compile time. + - LP: #1387813 + * sparc64: Adjust KTSB assembler to support larger physical addresses. + - LP: #1387813 + * sparc64: Fix physical memory management regressions with large + max_phys_bits. + - LP: #1387813 + * sparc64: Use kernel page tables for vmemmap. + - LP: #1387813 + * sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53. + - LP: #1387813 + * sparc64: Adjust vmalloc region size based upon available virtual + address bits. + - LP: #1387813 + * sparc64: sparse irq + - LP: #1387813 + * sparc64: Kill unnecessary tables and increase MAX_BANKS. + - LP: #1387813 + * sparc64: Increase size of boot string to 1024 bytes + - LP: #1387813 + * sparc64: Fix register corruption in top-most kernel stack frame during + boot. + - LP: #1387813 + * sparc64: Implement __get_user_pages_fast(). + - LP: #1387813 + * PCI: Increase IBM ipr SAS Crocodile BARs to at least system page size + - LP: #1387813 + * Linux 3.16.7 + - LP: #1387813 + * powerpc/perf/hv-24x7: Simplify catalog_read() + - LP: #1380432 + + -- Luis Henriques Tue, 04 Nov 2014 10:53:55 +0000 + +linux (3.16.0-24.32) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1386635 + + [ Upstream Kernel Changes ] + + * KVM: x86: Check non-canonical addresses upon WRMSR + - LP: #1384539 + - CVE-2014-3610 + * KVM: x86: Prevent host from panicking on shared MSR writes. + - LP: #1384539 + - CVE-2014-3610 + * KVM: x86: Improve thread safety in pit + - LP: #1384540 + - CVE-2014-3611 + * KVM: x86: Fix wrong masking on relative jump/call + - LP: #1384545 + - CVE-2014-3647 + * KVM: x86: Warn if guest virtual address space is not 48-bits + - LP: #1384545 + - CVE-2014-3647 + * KVM: x86: Emulator fixes for eip canonical checks on near branches + - LP: #1384545 + - CVE-2014-3647 + * KVM: x86: emulating descriptor load misses long-mode case + - LP: #1384545 + - CVE-2014-3647 + * KVM: x86: Handle errors when RIP is set during far jumps + - LP: #1384545 + - CVE-2014-3647 + * kvm: vmx: handle invvpid vm exit gracefully + - LP: #1384544 + - CVE-2014-3646 + + -- Luis Henriques Tue, 28 Oct 2014 10:40:55 +0000 + +linux (3.16.0-23.31) utopic; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1383784 + + [ Upstream Kernel Changes ] + + * Input: synaptics - gate forcepad support by DMI check + - LP: #1381815 + + -- Andy Whitcroft Tue, 21 Oct 2014 16:49:12 +0100 + +linux (3.16.0-23.30) utopic; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1381927 + * [Config] CONFIG_DRM_BOCHS=n + - LP: #1378648 + + [ Paolo Pisati ] + + * [Config] armhf: disable JUMP_LABEL + - LP: #1378856 + + -- Andy Whitcroft Thu, 16 Oct 2014 10:09:49 +0200 + +linux (3.16.0-22.29) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1379321 + + [ Andrew Morton ] + + * SAUCE: (no-up) mm-introduce-a-general-rcu-get_user_pages_fast-fix + - LP: #1309221 + * SAUCE: (no-up) arm64-mm-enable-rcu-fast_gup-checkpatch-fixes + - LP: #1309221 + + [ Andy Whitcroft ] + + * [Config] CONFIG_PATA_MACIO=y + - LP: #1378894 + * [Config] enable cloud tools on i386 + - LP: #1367399 + * SAUCE: scsi: hyper-v storsvc switch up to SPC-3 + - LP: #1354397 + * SAUCE: powerpc -- fix mm/slice.c switch include to linux/hugetlb.h + + [ dann frazier ] + + * [Config] CONFIG_HAVE_GENERIC_RCU_GUP=y + - LP: #1309221 + + [ Feng Kan ] + + * SAUCE: (no-up) power: reset: Add generic SYSCON register mapped reset + - LP: #1284433 + * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node + - LP: #1284433 + + [ Ian Munsie ] + + * SAUCE: (no-up) powerpc/cell: Move spu_handle_mm_fault() out of cell platform + * SAUCE: (no-up) powerpc/cell: Move data segment faulting code out of cell platform + * SAUCE: (no-up) powerpc/cell: Make spu_flush_all_slbs() generic + * SAUCE: (no-up) powerpc/msi: Improve IRQ bitmap allocator + * SAUCE: (no-up) powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psize + * SAUCE: (no-up) powerpc/powernv: Split out set MSI IRQ chip code + * SAUCE: (no-up) cxl: Add new header for call backs and structs + * SAUCE: (no-up) powerpc/powerpc: Add new PCIe functions for allocating cxl interrupts + * SAUCE: (no-up) powerpc/mm: Add new hash_page_mm() + * SAUCE: (no-up) powerpc/opal: Add PHB to cxl mode call + * SAUCE: (no-up) powerpc/mm: Add hooks for cxl + * SAUCE: (no-up) cxl: Add base builtin support + * SAUCE: (no-up) cxl: Driver code for powernv PCIe based cards for userspace access + * SAUCE: (no-up) cxl: Add userspace header file + * SAUCE: (no-up) cxl: Add driver to Kbuild and Makefiles + * SAUCE: (no-up) cxl: Add documentation for userspace APIs + * SAUCE: (no-up) cxl: Fix afu_read() not doing finish_wait() on signal or non-blocking + + [ John Johansen ] + + * SAUCE: Revert: fix: only allow a single threaded process to ... + - LP: #1371310 + + [ Steve Capper ] + + * SAUCE: (no-up) mm: introduce a general RCU get_user_pages_fast() + - LP: #1309221 + * SAUCE: (no-up) arm: mm: introduce special ptes for LPAE + - LP: #1309221 + * SAUCE: (no-up) arm: mm: enable HAVE_RCU_TABLE_FREE logic + - LP: #1309221 + * SAUCE: (no-up) arm: mm: enable RCU fast_gup + - LP: #1309221 + * SAUCE: (no-up) arm64: mm: enable HAVE_RCU_TABLE_FREE logic + - LP: #1309221 + * SAUCE: (no-up) arm64: mm: enable RCU fast_gup + - LP: #1309221 + + [ Tim Gardner ] + + * SAUCE: Added bnx2x/bnx2x-e1-7.8.19.0.fw + - LP: #1378491 + * [Config] CONFIG_CXL=m + * [Config] CONFIG_POWER_RESET_SYSCON=y for arm64 + * SAUCE: (no-up) Restrict CONFIG_POWER_RESET_SYSCON to arm64 only + + [ Upstream Kernel Changes ] + + * powerpc: implement vmemmap_list_free() + - LP: #1378413 + * powerpc: implement vmemmap_remove_mapping() for BOOK3S + - LP: #1378413 + * powerpc: implement vmemmap_free() + - LP: #1378413 + * powerpc: start loop at section start of start in vmemmap_populated() + - LP: #1378413 + * ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclear + * ARM: 8109/1: mm: Modify pte_write and pmd_write logic for LPAE + * seccomp: create internal mode-setting function + - LP: #1379020 + * seccomp: extract check/assign mode helpers + - LP: #1379020 + * seccomp: split mode setting routines + - LP: #1379020 + * seccomp: add "seccomp" syscall + - LP: #1379020 + * ARM: add seccomp syscall + - LP: #1379020 + * MIPS: add seccomp syscall + - LP: #1379020 + * sched: move no_new_privs into new atomic flags + - LP: #1379020 + * seccomp: split filter prep from check and apply + - LP: #1379020 + * seccomp: introduce writer locking + - LP: #1379020 + * seccomp: allow mode setting across threads + - LP: #1379020 + * seccomp: implement SECCOMP_FILTER_FLAG_TSYNC + - LP: #1379020 + * seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock + - LP: #1379020 + + -- Tim Gardner Wed, 08 Oct 2014 07:35:30 -0400 + +linux (3.16.0-21.28) utopic; urgency=low + + [ Andy Whitcroft ] + + * [Config] linux-image-extra is additive to linux-image + - LP: #1375310 + * [Config] linux-image-extra postrm is not needed on purge + + [ dann frazier ] + + * [Config] run updateconfigs after adding arm64 PCI support + * SAUCE: (no-up) Fix pcie-xgene build failure + + [ Ming Lei ] + + * SAUCE: (no-up) apm: pcie: fix hang when no card connected + + [ Tanmay Inamdar ] + + * SAUCE: (no-up) arm64: PCI(e) arch support + * SAUCE: (no-up) pci: APM X-Gene PCIe controller driver + * SAUCE: (no-up) arm64: dts: APM X-Gene PCIe device tree nodes + * SAUCE: (no-up) dt-bindings: pci: xgene pcie device tree bindings + * SAUCE: (no-up) MAINTAINERS: entry for APM X-Gene PCIe host driver + * SAUCE: (no-up) Add MSI/MSI-X driver for APM PCI bus + - LP: #1318977 + + [ Tim Gardner ] + + * rebase to v3.16.4 + * Release Tracking Bug + - LP: #1377905 + + [ Tuan Phan ] + + * SAUCE: (no-up) pci-xgene-msi: fixed deadlock in irq_set_affinity + - LP: #1359514 + + [ Upstream Kernel Changes ] + + * drm/nouveau: make sure display hardware is reinitialised on runtime + resume + - LP: #1374607 + + [ Upstream Kernel Changes ] + + * rebase to v3.16.4 + + -- Tim Gardner Fri, 03 Oct 2014 12:10:48 -0400 + +linux (3.16.0-20.27) utopic; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_CXL=m + * Release Tracking Bug + - LP: #1376354 + + [ Andi Kleen ] + + * SAUCE: perf tools: Fix perf record as non root with kptr_restrict == 1 + - LP: #1375441 + + [ Chris J Arges ] + + * SAUCE: Revert "sd: don't use scsi_setup_blk_pc_cmnd for flush requests" + - LP: #1375452 + + [ Ian Munsie ] + + * SAUCE: (no-up) powerpc/cell: Move spu_handle_mm_fault() out of cell platform + * SAUCE: (no-up) powerpc/cell: Move data segment faulting code out of cell platform + * SAUCE: (no-up) powerpc/msi: Improve IRQ bitmap allocator + * SAUCE: (no-up) powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psize + * SAUCE: (no-up) powerpc/powernv: Split out set MSI IRQ chip code + * SAUCE: (no-up) cxl: Add new header for call backs and structs + * SAUCE: (no-up) powerpc/powerpc: Add new PCIe functions for allocating cxl interrupts + * SAUCE: (no-up) powerpc/mm: Add new hash_page_mm() + * SAUCE: (no-up) powerpc/opal: Add PHB to cxl mode call + * SAUCE: (no-up) powerpc/mm: Add hooks for cxl + * SAUCE: (no-up) cxl: Add base builtin support + * SAUCE: (no-up) cxl: Driver code for powernv PCIe based cards for userspace access + * SAUCE: (no-up) cxl: Userspace header file. + * SAUCE: (no-up) cxl: Add driver to Kbuild and Makefiles + * SAUCE: (no-up) cxl: Add documentation for userspace APIs + + -- Tim Gardner Tue, 30 Sep 2014 13:05:27 -0600 + +linux (3.16.0-19.26) utopic; urgency=low + + [ Dave Hansen ] + + * SAUCE: x86, sched: Add new topology for multi-NUMA-node CPUs + - LP: #1338919 + + [ Tim Gardner ] + + * [Config] Correct annotation regarding CONFIG_DMA_CMA + - LP: #1362261 + * [Config] CONFIG_SND_HDA_INTEL=n for ppc64el + - LP: #1374438 + * [Config] CONFIG_HOTPLUG_PCI_SHPC=n for ppc64el + - LP: #1374440 + * [Debian] Don't fail if a symlink already exists + * [Config] CONFIG_HOTPLUG_PCI_PCIE=n for ppc64el + - LP: #1374440 + * Release Tracking Bug + - LP: #1375798 + + [ Tony Breeds ] + + * SAUCE: powerpc/boot: Don't install zImage.* from make install + - LP: #1374470 + + [ Upstream Kernel Changes ] + + * powercap / RAPL: change domain detection message + - LP: #1373943 + * mptfusion: enable no_write_same for vmware scsi disks + - LP: #1371591 + + -- Tim Gardner Mon, 29 Sep 2014 20:36:42 +0100 + +linux (3.16.0-18.25) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1373682 + + -- Tim Gardner Wed, 24 Sep 2014 19:23:23 -0600 + +linux (3.16.0-18.24) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: scsi: hyper-v storsvc switch up to SPC-3" + - LP: #1354397 + + [ Tim Gardner ] + + * [Config] CONFIG_RTC_DRV_XGENE=y for arm64 + * SAUCE: usbip: Update include path + * [Debian] usbip tools packaging + - LP: #898003 + * [Config] Enable usbip tools + - LP: #898003 + * [Config] CONFIG_CRASH_DUMP=n for powerpc-smp + - LP: #1363180 + + [ Upstream Kernel Changes ] + + * staging: usbip: usbip_host_driver.c: avoid assignment in if + * staging: usbip: usbip_host_driver.c: fix line over 80 characters + * staging: usbip: fixed a coding-style warning + * staging: usbip: stub_main.c: Cleaning up missing null-terminate in + conjunction with strncpy + * staging: usbip: remove redundant return statements + * usbip: move usbip userspace code out of staging + * usbip: move usbip kernel code out of staging + * HID: magicmouse: sanity check report size in raw_event() callback + - LP: #1370025 + - CVE-2014-3181 + * HID: picolcd: sanity check report size in raw_event() callback + - LP: #1370038 + - CVE-2014-3186 + * udf: Fold udf_fill_inode() into __udf_read_inode() + - LP: #1370042 + - CVE-2014-6410 + * udf: Avoid infinite loop when processing indirect ICBs + - LP: #1370042 + - CVE-2014-6410 + * Drivers: add blist flags + - LP: #1354397 + * sd: don't use scsi_setup_blk_pc_cmnd for flush requests + - LP: #1354397 + * sd: fix a bug in deriving the FLUSH_TIMEOUT from the basic I/O timeout + - LP: #1354397 + * ipvs: fix ipv6 hook registration for local replies + - LP: #1349768 + + -- Tim Gardner Mon, 22 Sep 2014 11:12:02 -0600 + +linux (3.16.0-17.23) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1371614 + * [Config] CONFIG_USB_OHCI_HCD_PCI=y + - LP: #1244176 + + [ Andy Whitcroft ] + + * rebase to v3.16.3 + * updateconfigs following rebase to v3.16.3 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot + - LP: #1362199 + + [ Upstream Kernel Changes ] + + * rebase to v3.16.3 + + -- Andy Whitcroft Thu, 18 Sep 2014 13:09:25 +0100 + +linux (3.16.0-16.22) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: x86/xen: Fix setup of 64bit kernel pagetables" + * [Config] tools -- only build common tools when enabled + * [Config] follow rename of DEB_BUILD_PROFILES + + [ Tim Gardner ] + + * [Debian] set do_*_tools after stage1 or bootstrap is determined + - LP: #1370211 + * Release Tracking Bug + - LP: #1370535 + + [ Upstream Kernel Changes ] + + * x86/xen: don't copy bogus duplicate entries into kernel page tables + * blk-merge: fix blk_recount_segments + - LP: #1359146 + * igb: bring link up when PHY is powered up + - LP: #1370018 + * igb: remove unnecessary break after goto + - LP: #1370018 + * igb: remove unnecessary break after return + - LP: #1370018 + * igb: Add message when malformed packets detected by hw + - LP: #1370018 + * igb: bump igb version to 5.2.13 + - LP: #1370018 + + -- Tim Gardner Tue, 16 Sep 2014 10:19:04 -0600 + +linux (3.16.0-15.21) utopic; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_DMA_CMA=n + - LP: #1362261 + * [Config] Add mpt3sas to d-i + - LP: #1368907 + * Release Tracking Bug + - LP: #1368860 + + [ Upstream Kernel Changes ] + + * ahci_xgene: Removing NCQ support from the APM X-Gene SoC AHCI SATA Host + Controller driver. + - LP: #1358498 + * ahci_xgene: Skip the PHY and clock initialization if already configured + by the firmware. + - LP: #1359501 + * ahci_xgene: Fix the link down in first attempt for the APM X-Gene SoC + AHCI SATA host controller driver. + - LP: #1359507 + * xen/balloon: cancel ballooning if adding new memory failed + - LP: #1304001 + * xen/manage: Always freeze/thaw processes when suspend/resuming + - LP: #1368724 + * mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault() + * mm, thp: only collapse hugepages to nodes with affinity for + zone_reclaim_mode + * mm: make copy_pte_range static again + * vmalloc: use rcu list iterator to reduce vmap_area_lock contention + * memcg, vmscan: Fix forced scan of anonymous pages + * mm: pagemap: avoid unnecessary overhead when tracepoints are + deactivated + * mm: rearrange zone fields into read-only, page alloc, statistics and + page reclaim lines + * mm: move zone->pages_scanned into a vmstat counter + * mm: vmscan: only update per-cpu thresholds for online CPU + * mm: page_alloc: abort fair zone allocation policy when remotes nodes + are encountered + * mm: page_alloc: reduce cost of the fair zone allocation policy + + -- Tim Gardner Mon, 08 Sep 2014 08:17:21 -0400 + +linux (3.16.0-14.20) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1366431 + + [ dann frazier ] + + * [Config] CONFIG_HW_RANDOM_XGENE=m on arm64 + + [ Manish Chopra ] + + * SAUCE: bnx2x: Configure device endianity on driver load and reset + endianity on removal. + - LP: #1356948 + + [ Tim Gardner ] + + * [Config] CONFIG_XMON=y + - LP: #1365655 + * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el + - LP: #1362514 + * [Config] CONFIG_KVM_BOOK3S_64_HV=m + - LP: #1362514 + + [ Upstream Kernel Changes ] + + * hwrng: xgene - add support for APM X-Gene SoC RNG support + - LP: #1365593 + * Documentation: rng: Add X-Gene SoC RNG driver documentation + - LP: #1365593 + * arm64: dts: add random number generator dts node to APM X-Gene + platform. + * KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct + - LP: #1362514 + * KVM: Move more code under CONFIG_HAVE_KVM_IRQFD + - LP: #1362514 + + [ Upstream Kernel Changes ] + + * rebase to v3.16.2 + - LP: #1358116 + - LP: #1334950 + - LP: #1350148 + + -- Tim Gardner Sat, 06 Sep 2014 07:52:15 -0700 + +linux (3.16.0-13.19) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1365611 + * [Config] CONFIG_HAVE_KVM_IRQFD=y + - LP: #1362514 + + [ Paolo Pisati ] + + * [Config] armhf: SERIAL_SAMSUNG_CONSOLE=y + * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y + + [ Upstream Kernel Changes ] + + * KVM: Don't keep reference to irq routing table in irqfd struct + - LP: #1362514 + * KVM: irqchip: Provide and use accessors for irq routing table + - LP: #1362514 + * KVM: Move all accesses to kvm::irq_routing into irqchip.c + - LP: #1362514 + * KVM: Move irq notifier implementation into eventfd.c + - LP: #1362514 + * KVM: prepare for KVM_(S|G)ET_MP_STATE on other architectures + - LP: #1362514 + * KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling + - LP: #1362514 + * KVM: Rename and add argument to check_extension + - LP: #1362514 + * KVM: Allow KVM_CHECK_EXTENSION on the vm fd + - LP: #1362514 + * KVM: Give IRQFD its own separate enabling Kconfig option + - LP: #1362514 + * KVM: PPC: Enable IRQFD support for the XICS interrupt controller + - LP: #1362514 + * KVM: PPC: Book3s PR: Disable AIL mode with OPAL + - LP: #1362514 + * KVM: PPC: Book3s HV: Fix tlbie compile error + - LP: #1362514 + * KVM: PPC: Book3S PR: Handle hyp doorbell exits + - LP: #1362514 + * KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue + - LP: #1362514 + * KVM: PPC: Book3S PR: Fix sparse endian checks + - LP: #1362514 + * PPC: Add asm helpers for BE 32bit load/store + - LP: #1362514 + * KVM: PPC: Book3S HV: Make HTAB code LE host aware + - LP: #1362514 + * KVM: PPC: Book3S HV: Access guest VPA in BE + - LP: #1362514 + * KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE + - LP: #1362514 + * KVM: PPC: Book3S HV: Access XICS in BE + - LP: #1362514 + * KVM: PPC: Book3S HV: Fix ABIv2 on LE + - LP: #1362514 + * KVM: PPC: Book3S HV: Enable for little endian hosts + - LP: #1362514 + * staging/lustre: disable virtual block device for 64K pages + * drm/i915: read HEAD register back in init_ring_common() to enforce + ordering + - LP: #1355196 + + -- Tim Gardner Tue, 02 Sep 2014 19:07:50 -0400 + +linux (3.16.0-12.18) utopic; urgency=low + + [ Paolo Pisati ] + + * Revert "[Debian] dtb: symlink /lib/firmware/(uname -r)/device-tree to + /boot/dtb-(uname -r) to make flash-kernel happy" + * Revert "[Debian] dtb: don't remove a symlink dereferencing an existing + directory" + * Revert "[Debian] dtb: don't follow symlink when checking for a + directory" + * Revert "[Debian] dtb: symlink from /boot/dtb-$(uname -r) to /boot/dtb" + * Revert "[Debian] dtb: move dtbs installation to /boot/dtb-$(uname -r)" + + -- Andy Whitcroft Mon, 01 Sep 2014 12:40:54 +0100 + +linux (3.16.0-12.17) utopic; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1363032 + * Revert "[Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el" + + [ dann frazier ] + + * [Config] CONFIG_ARM_GIC_V3=y + + [ Douglas Lehr ] + + * SAUCE: (no-up) PCI: Increase BAR size quirk for IBM ipr SAS Crocodile + adapters + - LP: #1361364 + + [ Marc Dietrich ] + + * [Config] arm/tegra/d-i: framebuffer and usb support for Tegra SoCs + + [ Paolo Pisati ] + + * [Config] armhf: REGULATOR_TWL4030=y + * [Debian] dtb: move dtbs installation to /boot/dtb-$(uname -r) + * [Debian] dtb: symlink from /boot/dtb-$(uname -r) to /boot/dtb + * [Debian] dtb: don't follow symlink when checking for a directory + * [Debian] dtb: don't remove a symlink dereferencing an existing + directory + * [Debian] dtb: symlink /lib/firmware/(uname -r)/device-tree to + /boot/dtb-(uname -r) to make flash-kernel happy + + [ Stefan Bader ] + + * SAUCE: x86/xen: Fix setup of 64bit kernel pagetables + - LP: #1350522 + + [ Upstream Kernel Changes ] + + * drm/tegra: add MODULE_DEVICE_TABLEs + * kvm: iommu: fix the third parameter of kvm_iommu_put_pages + (CVE-2014-3601) + - LP: #1362443 + - CVE-2014-3601 + * isofs: Fix unbounded recursion when processing relocated directories + - LP: #1362447, #1362448 + - CVE-2014-5472 + * arm64/crypto: fix makefile rule for aes-glue-%.o + * irq-gic: remove file name from heading comment + * irqchip: gic: Move some bits of GICv2 to a library-type file + * irqchip: gic-v3: Initial support for GICv3 + * arm64: GICv3 device tree binding documentation + * arm64: boot protocol documentation update for GICv3 + * KVM: arm/arm64: vgic: move GICv2 registers to their own structure + * KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitives + * KVM: ARM: vgic: abstract access to the ELRSR bitmap + * KVM: ARM: vgic: abstract EISR bitmap access + * KVM: ARM: vgic: abstract MISR decoding + * KVM: ARM: vgic: move underflow handling to vgic_ops + * KVM: ARM: vgic: abstract VMCR access + * KVM: ARM: vgic: introduce vgic_enable + * KVM: ARM: introduce vgic_params structure + * KVM: ARM: vgic: split GICv2 backend from the main vgic code + * KVM: ARM: vgic: revisit implementation of irqchip_in_kernel + * arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.S + * arm64: KVM: split GICv2 world switch from hyp code + * arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch + code + * KVM: ARM: vgic: add the GICv3 backend + * arm64: KVM: vgic: add GICv3 world switch + * arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardware + * arm64: gicv3: Allow GICv3 compilation with older binutils + * arm64: KVM: GICv3: move system register access to msr_s/mrs_s + * KVM: arm64: GICv3: mandate page-aligned GICV region + + -- Andy Whitcroft Fri, 29 Aug 2014 10:13:14 +0100 + +linux (3.16.0-11.16) utopic; urgency=low + + [ Mauricio Faria de Oliveira ] + + * [Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el + - LP: #1358920 + + [ Peter Zijlstra ] + + * SAUCE: (no-up) mmu_notifier: add call_srcu and sync function for listener to delay call and sync + - LP: #1361300 + + [ Tim Gardner ] + + * [Config] CONFIG_ZPOOL=y + - LP: #1360428 + * Release Tracking Bug + - LP: #1361308 + + [ Upstream Kernel Changes ] + + * Revert "net/mlx4_en: Fix bad use of dev_id" + - LP: #1347012 + * net/mlx4_en: Reduce memory consumption on kdump kernel + - LP: #1347012 + * net/mlx4_en: Fix mac_hash database inconsistency + - LP: #1347012 + * net/mlx4_en: Disable blueflame using ethtool private flags + - LP: #1347012 + * net/mlx4_en: current_mac isn't updated in port up + - LP: #1347012 + * net/mlx4_core: Use low memory profile on kdump kernel + - LP: #1347012 + * Drivers: scsi: storvsc: Change the limits to reflect the values on the host + - LP: #1347169 + * Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host + - LP: #1347169 + * Drivers: scsi: storvsc: Filter commands based on the storage protocol version + - LP: #1347169 + * Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version + - LP: #1347169 + * Drivers: scsi: storvsc: Implement a eh_timed_out handler + - LP: #1347169 + * drivers: scsi: storvsc: Set srb_flags in all cases + - LP: #1347169 + * drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure + - LP: #1347169 + * namespaces: Use task_lock and not rcu to protect nsproxy + - LP: #1328088 + * net: xgene: Check negative return value of xgene_enet_get_ring_size() + * mm/zbud: change zbud_alloc size type to size_t + - LP: #1360428 + * mm/zpool: implement common zpool api to zbud/zsmalloc + - LP: #1360428 + * mm/zpool: zbud/zsmalloc implement zpool + - LP: #1360428 + * mm/zpool: update zswap to use zpool + - LP: #1360428 + * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling + - LP: #1341296 + * iommu/amd: Fix for pasid initialization + - LP: #1361300 + * iommu/amd: Moving PPR fault flags macros definitions + - LP: #1361300 + * iommu/amd: Drop oprofile dependency + - LP: #1361300 + * iommu/amd: Fix typo in amd_iommu_v2 driver + - LP: #1361300 + * iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid + - LP: #1361300 + * iommu/amd: Don't free pasid_state in mn_release path + - LP: #1361300 + * iommu/amd: Get rid of __unbind_pasid + - LP: #1361300 + * iommu/amd: Drop pasid_state reference in ppr_notifer error path + - LP: #1361300 + * iommu/amd: Add pasid_state->invalid flag + - LP: #1361300 + * iommu/amd: Don't hold a reference to mm_struct + - LP: #1361300 + * iommu/amd: Don't hold a reference to task_struct + - LP: #1361300 + * iommu/amd: Don't call the inv_ctx_cb when pasid is not set up + - LP: #1361300 + * iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid + - LP: #1361300 + * iommu/amd: Remove change_pte mmu_notifier call-back + - LP: #1361300 + * iommu/amd: Fix device_state reference counting + - LP: #1361300 + * iommu/amd: Fix 2 typos in comments + - LP: #1361300 + + -- Tim Gardner Fri, 22 Aug 2014 08:45:54 -0400 + +linux (3.16.0-10.15) utopic; urgency=low + + [ dann frazier ] + + * [debian] Fix regression with ABI subversions and backport + + [ Feng Kan ] + + * SAUCE: (no-up) irqchip:gic: change access of gicc_ctrl register to read + modify write. + - LP: #1357527 + * SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user + assembly code + - LP: #1358949 + + [ Stefan Bader ] + + * SAUCE: bcache: prevent crash on changing writeback_running + - LP: #1357295 + + [ Tim Gardner ] + + * [Config] CONFIG_XFRM_STATISTICS=y + * [Config] CONFIG_SECURITY_NETWORK_XFRM=y + * [Config] CONFIG_SENSORS_IBMPOWERNV=m + - LP: #1353005 + * Release Tracking Bug + - LP: #1359783 + + [ Upstream Kernel Changes ] + + * intel_idle: Broadwell support + - LP: #1256170 + * powerpc/book3s: Add basic infrastructure to handle HMI in Linux. + - LP: #1357108 + * powerpc/powernv: Invoke opal call to handle hmi. + - LP: #1357108 + * powerpc/book3s: handle HMIs for cpus in nap mode. + - LP: #1357108 + * powerpc/book3s: Fix endianess issue for HMI handling on napping cpus. + - LP: #1357108 + * powerpc: Add smp_mb() to arch_spin_is_locked() + - LP: #1358569 + * powerpc: Add smp_mb()s to arch_spin_unlock_wait() + - LP: #1358569 + * hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and + temperature + - LP: #1353005 + * tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition + - LP: #1358855 + * printk: Add function to return log buffer address and size + - LP: #1359423 + * powerpc/powernv: Interface to register/unregister opal dump region + - LP: #1359423 + * bcache: fix crash on shutdown in passthrough mode + - LP: #1357295 + * bcache: fix uninterruptible sleep in writeback thread + - LP: #1357295 + + [ Vinayak Kale ] + + * SAUCE: (no-up) dt-bindings: Add Potenza PMU binding + - LP: #1357527 + * SAUCE: (no-up) arm64: dts: Add PMU node for APM X-Gene Storm SOC + - LP: #1357527 + + -- Tim Gardner Fri, 15 Aug 2014 12:34:33 -0600 + +linux (3.16.0-9.14) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1357370 + + [ Serge Hallyn ] + + * SAUCE: Overlayfs: allow unprivileged mounts + - LP: #1357025 + + [ Upstream Kernel Changes ] + + * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver + * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver + * dts: Add bindings for APM X-Gene SoC ethernet driver + * drivers: net: Add APM X-Gene SoC ethernet driver support. + * powerpc/thp: Add write barrier after updating the valid bit + - LP: #1357014 + * powerpc/thp: Don't recompute vsid and ssize in loop on invalidate + - LP: #1357014 + * powerpc/thp: Invalidate old 64K based hash page mapping before insert + of 4k pte + - LP: #1357014 + * powerpc/thp: Handle combo pages in invalidate + - LP: #1357014 + * powerpc/thp: Invalidate with vpn in loop + - LP: #1357014 + * powerpc/thp: Use ACCESS_ONCE when loading pmdp + - LP: #1357014 + * powerpc/mm: Use read barrier when creating real_pte + - LP: #1357014 + * powerpc/thp: Add tracepoints to track hugepage invalidate + - LP: #1357014 + * rebase to v3.16.1 + + -- Tim Gardner Thu, 14 Aug 2014 08:18:02 -0400 + +linux (3.16.0-8.13) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1356403 + + [ dann frazier ] + + * [debian] Allow for package revisions condusive for branching + + [ Upstream Kernel Changes ] + + * ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controller driver. + - LP: #1350087 + * ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver. + - LP: #1350087 + * powerpc/powernv: Enable M64 aperatus for PHB3 + - LP: #1355469 + * powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE + - LP: #1352994 + * powerpc: Add machine_early_initcall() + - LP: #1352640 + * powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall() + - LP: #1352640 + * powerpc/eeh: Avoid event on passed PE + - LP: #1352640 + * powerpc/eeh: EEH support for VFIO PCI device + - LP: #1352640 + * powerpc/eeh: sysfs entries lost + - LP: #1352640 + * powerpc/powernv: Fix IOMMU table for VFIO dev + - LP: #1352640 + * powerpc/eeh: Fetch IOMMU table in reliable way + - LP: #1352640 + * powerpc/eeh: Refactor EEH flag accessors + - LP: #1352640 + * powerpc/eeh: Selectively enable IO for error log + - LP: #1352640 + * powerpc/eeh: Reduce lines of log dump + - LP: #1352640 + * powerpc/eeh: Replace pr_warning() with pr_warn() + - LP: #1352640 + * powerpc/eeh: Make diag-data not endian dependent + - LP: #1352640 + * powerpc/eeh: Aux PE data for error log + - LP: #1352640 + * PCI: Support BAR sizes up to 128GB + - LP: #1352640 + * powerpc/powernv: Allow to freeze PE + - LP: #1352640 + * powerpc/powernv: Split ioda_eeh_get_state() + - LP: #1352640 + * powerpc/powernv: Handle compound PE + - LP: #1352640 + * powerpc/powernv: Handle compound PE for EEH + - LP: #1352640 + * powerpc/powernv: Handle compound PE in config accessors + - LP: #1352640 + * mnt: Only change user settable mount flags in remount + - LP: #1356318 + - CVE-2014-5206 + * mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount + - LP: #1356318 + - CVE-2014-5206 + * mnt: Correct permission checks in do_remount + - LP: #1356323 + - CVE-2014-5207 + * mnt: Change the default remount atime from relatime to the existing value + - LP: #1356323 + - CVE-2014-5207 + + -- Tim Gardner Sun, 10 Aug 2014 09:10:51 -0600 + +linux (3.16.0-7.12) utopic; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.16 final + * [Config] d-i -- add virtio_scsi to virtio-modules + - LP: #1342000 + + [ dann frazier ] + + * [Packaging] Fix 'printchanges' to work with versions containing '+' + + [ Tim Gardner ] + + * [Config] CONFIG_MICROCODE=y + - LP: #1084373 + * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n + - LP: #1349028 + * [Config] Add hv_balloon to d-i virtio-modules + - LP: #1292216 + * Release Tracking Bug + - LP: #1354530 + + [ Upstream Kernel Changes ] + + * rebase to v3.16 + + -- Tim Gardner Tue, 29 Jul 2014 09:55:15 -0400 + +linux (3.16.0-6.11) utopic; urgency=low + + [ Paolo Pisati ] + + * [Config] armhf: MXS_DMA=y && MTD_NAND_GPMI_NAND=m + * [Config] armhf: KEYBOARD_IMX=m + * [Config] armhf: build cubox & imx6 DTBs + * [Config] armhf: RTC_DRV_PCF8523=y + + [ Tim Gardner ] + + * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y + - LP: #1344405 + * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y + - LP: #1343109 + * Release Tracking Bug + - LP: #1349196 + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc7 + + -- Tim Gardner Thu, 24 Jul 2014 09:08:55 -0400 + +linux (3.16.0-5.10) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1346298 + * [Config] CONFIG_GPIO_SYSFS=y + - LP: #1342153 + * rebase to v3.16-rc6 + + [ Paolo Pisati ] + + * [Config] enable ARCH_MVEBU* + * [Config] AHCI_MVEBU=m + * [Config] ARMADA_THERMAL=y + * [Config] ARM_ARMADA_370_XP_CPUIDLE=y + * [Config] CRYPTO_DEV_MV_CESA=m + * [Config] I2C_MV64XXX=m + * [Config] MMC_MVSDIO=m + * [Config] MMC_SDHCI_DOVE=m + * [Config] MTD_NAND_ORION=m + * [Config] MTD_NAND_PXA3xx=m + * [Config] MVNETA=m + * [Config] MV_XOR=y + * [Config] ORION_WATCHDOG=m + * [Config] PCI_MVEBU=y + * [Config] RTC_DRV_MV=y + * [Config] SND_KIRKWOOD_SOC*=m + * [Config] SPI_ORION=m + * [Config] USB_XHCI_MVEBU=m + * [Config] armhf: build all Armada and Dove DTBs + * [Config] armhf: SERIAL_8250_DW=y + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc6 + + -- Tim Gardner Tue, 15 Jul 2014 07:49:42 -0400 + +linux (3.16.0-4.9) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1341543 + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc5 + + -- Tim Gardner Sun, 13 Jul 2014 21:30:27 -0400 + +linux (3.16.0-3.8) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1340091 + + -- Tim Gardner Thu, 10 Jul 2014 10:06:47 +0100 + +linux (3.16.0-2.7) utopic; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: aufs3 -- avoid aufs3-mmap.patch include hell for arm64 + ubuntu: aufs3 -- (no-up) aufs3-mmap.patch + + -- Tim Gardner Wed, 09 Jul 2014 16:16:28 +0100 + +linux (3.16.0-2.6) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: aufs3 -- (no-up) aufs3-mmap.patch" + Fixes FTBS. + + -- Tim Gardner Tue, 08 Jul 2014 17:29:26 +0100 + +linux (3.16.0-2.5) utopic; urgency=low + + [ Andy Whitcroft ] + + * ubuntu -- fix basic format for ubuntu/Makefile + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: aufs3 -- update update scripting + * ubuntu: aufs3 -- (no-up) aufs3-base.patch + * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch + * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch + * ubuntu: AUFS -- update to dcf336a754c86d5ee1c3d50699fd75c586d037cb + * [Configs] AUFS configs + * ubuntu: aufs3 -- reenable + + [ Tim Gardner ] + + * CONFIG_LATENCYTOP=n + + -- Tim Gardner Tue, 08 Jul 2014 15:27:35 +0100 + +linux (3.16.0-2.4) utopic; urgency=low + + [ Andy Whitcroft ] + + * [Config] flip VIRTIO*=y + * [Config] commonise CONFIG_SWIOTLB=y + * [Config] apply Bus options (PCI etc.) >> PCI support config defaults + * [Config] apply Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED) + config defaults + * [Config] apply Device Drivers >> Block devices config defaults + * [Config] apply Device Drivers >> Character devices config defaults + * [Config] apply Device Drivers >> DMA Engine support config defaults + * [Config] apply Device Drivers >> EDAC (Error Detection And Correction) + reporting config defaults + * [Config] apply Device Drivers >> Graphics support >> Direct Rendering + Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI + support) config defaults + * [Config] apply Device Drivers >> GPIO Support config defaults + * [Config] apply Device Drivers >> Graphics support >> Console display + driver support config defaults + * [Config] apply Device Drivers >> IIO staging drivers >> Accelerometers + config defaults + * [Config] apply Device Drivers >> IOMMU Hardware Support config defaults + * [Config] apply Device Drivers >> Input device support >> Generic input + layer (needed for keyboard, mouse, ...) >> Miscellaneous devices config + defaults + * [Config] apply Device Drivers >> Input device support >> Hardware I/O + ports config defaults + * [Config] apply Device Drivers >> LED Support >> LED Class Support + config defaults + * [Config] apply Device Drivers >> Hardware Spinlock drivers config + defaults + * [Config] apply Device Drivers >> Multimedia support >> Cameras/video + grabbers support config defaults + * [Config] apply Security options config defaults + * [Config] apply Networking options >> Network packet filtering framework + (Netfilter) >> Core Netfilter Configuration config defaults + * [Config] apply Device Drivers >> MMC/SD/SDIO card support config + defaults + * [Config] apply Device Drivers >> Graphics support >> Frame buffer + Devices >> Support for frame buffer devices config defaults + * [Config] apply Power management and ACPI options >> CPU Frequency + scaling config defaults + * [Config] apply Processor type and features config defaults + * [Config] apply Partition Types config defaults + * [Config] apply Power management and ACPI options config defaults + * [Config] apply Device Drivers >> InfiniBand support config defaults + * [Config] apply Device Drivers >> Misc devices config defaults + * [Config] apply Device Drivers >> Multifunction device drivers config + defaults + * [Config] apply Device Drivers >> SCSI device support >> SCSI device + support >> SCSI low-level drivers config defaults + * [Config] apply Device Drivers >> Network device support >> Ethernet + driver support config defaults + * [Config] apply Device Drivers >> Network device support >> Network core + driver support config defaults + * [Config] apply Device Drivers >> Network device support >> PHY Device + support and infrastructure config defaults + * [Config] apply File systems >> Network File Systems config defaults + * [Config] apply Device Drivers >> Input device support >> Generic input + layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults + * [Config] apply Device Drivers >> Memory Technology Device (MTD) support + >> NAND Device Support config defaults + * [Config] apply Device Drivers >> Network device support >> Wireless LAN + >> Ralink driver support config defaults + * [Config] apply Device Drivers >> Staging drivers config defaults + * [Config] apply Cryptographic API >> Hardware crypto devices config + defaults + * [Config] apply Device Drivers >> Macintosh device drivers config + defaults + * [Config] apply Device Drivers >> Network device support >> Wireless LAN + config defaults + * [Config] apply Device Drivers >> PPS support config defaults + * [Config] apply Device Drivers >> Sound card support config defaults + * [Config] apply Networking support >> RF switch subsystem support config + defaults + * [Config] apply Library routines config defaults + * [Config] apply Device Drivers >> CODEC drivers config defaults + * [Config] apply Device Drivers >> PHY Subsystem config defaults + * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support + config defaults + * [Config] apply Kernel hacking >> Tracers config defaults + * [Config] apply Kernel hacking >> Runtime Testing config defaults + * [Config] apply Kernel hacking >> Architecture: powerpc config defaults + * [Config] apply Device Drivers >> USB support config defaults + * [Config] apply Device Drivers >> Power supply class support config + defaults + * [Config] apply Device Drivers >> USB Network Adapters config defaults + * [Config] apply General setup >> IRQ subsystem config defaults + * [Config] apply General setup config defaults + * [Config] apply File systems >> Miscellaneous filesystems config + defaults + * [Config] apply File systems config defaults + * [Config] apply Device Drivers >> Userspace I/O drivers config defaults + * [Config] apply Device Drivers >> Virtio drivers config defaults + * [Config] apply Device Drivers >> USB Peripheral Controller config + defaults + * [Config] apply Device Drivers >> SCSI device support >> SCSI device + support >> SCSI Transports config defaults + * [Config] apply Device Drivers >> Real Time Clock config defaults + * [Config] apply Device Drivers >> Serial ATA and Parallel ATA drivers + (libata) config defaults + * [Config] apply Device Drivers >> SoC Audio for Freescale CPUs config + defaults + * [Config] apply Device Drivers >> Voltage and Current Regulator Support + config defaults + * [Config] apply Device Drivers >> USB Physical Layer drivers config + defaults + * [Config] apply Device Drivers >> Watchdog Timer Support config defaults + * [Config] powerpc-powerpc-e500mc FTBFS -- CONFIG_CRASH_DUMP=n + * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_IMA=n + * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_HIBERNATION=n + CONFIG_HOTPLUG_CPU=n + * [Config] ppc64el-generic FTBFS -- CONFIG_LUSTRE_FS=n + * [Config] drivers/message/fusion needs scsi_transport_spi in virtual + * [Config] drivers/acpi/acpi_ipmi.ko needs + drivers/char/ipmi/ipmi_msghandler.ko in virtual + * [Config] armhf-* FTBFS -- CONFIG_STACK_TRACER=n + CONFIG_FUNCTION_TRACER=n + * [Config] ignore modules changing following major config changes + + [ Tim Gardner ] + + * rebase to v3.16-rc4 + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc4 + - LP: #1297581 + + -- Andy Whitcroft Thu, 03 Jul 2014 11:00:43 +0100 + +linux (3.16.0-1.3) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "Disable do_tools_perf for FTBS" + * SAUCE: fix perf_regs definitions for arm64 + + [ Paolo Pisati ] + + * [Config] armhf: ARCH_EXYNOS5* support + * [Config] armhf: CPU_IDLE=y and ARM_EXYNOS_CPUIDLE=y + * [Config] armhf: EXYNOS_THERMAL=y + * [Config] armhf: EXYNOS_IOMMU=y + * [Config] armhf: EXYNOS_ADC=m + * [Config] armhf: EXYNOS_I2C_EXYNOS5=m + * [Config] armhf: MMC_SDHCI_S3C=m + * [Config] armhf: PCI_EXYNOS=y + * [Config] armhf: PHY_EXYNOS5250_SATA=y + * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y + * [Config] armhf: PWM_SAMSUNG=m + * [Config] armhf: RTC_DRV_S3C=y + * [Config] armhf: S3C2410_WATCHDOG=m + * [Config] armhf: MMC_DW_EXYNOS=m + * [Config] armhf: SERIAL_SAMSUNG=y + * [Config] armhf: SND_SOC_SAMSUNG=m + * [Config] armhf: SPI_S3C64XX=m + * [Config] armhf: EXYNOS_VIDEO=y and VIDEO_SAMSUNG*=m + * [Config] armhf: FB_S3C=m + * [Config] armhf: build all Exynos 5 DTBs + * [Config] armhf: disable CPUFREQ_EXYNOS + + [ Tim Gardner ] + + * rebase to v3.16-rc3 + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc3 + - LP: #1331915 + + -- Tim Gardner Tue, 24 Jun 2014 08:58:09 -0600 + +linux (3.16.0-0.2) utopic; urgency=low + + [ Tim Gardner ] + + * Revert "SAUCE: intel_pstate -- toggle default to disable" + - LP: #1333322 + * CONFIG_BOOKE_WDT=y + * Disable do_tools_perf for FTBS (just until I can figure it out) + + -- Tim Gardner Mon, 23 Jun 2014 13:37:53 -0600 + +linux (3.16.0-0.1) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1333265 + + [ Andy Whitcroft ] + + * [Config] cloud-tools -- add systemd units + - LP: #1329027 + + [ dann frazier ] + + * [Config] CONFIG_RTC_DRV_XGENE=y for arm64 + * [Config] CONFIG_NET_XGENE=m for arm64 + * [Config] Restrict CONFIG_POWER_RESET_SYSCON to arm64 only + + [ Feng Kan ] + + * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node + * SAUCE: (no-up) Add documentation for generic SYSCON reboot driver. + * SAUCE: (no-up) Select reboot driver for X-Gene platform. + + [ Iyappan Subramanian ] + + * SAUCE: (no-up) MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver + * SAUCE: (no-up) Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver + * SAUCE: (no-up) dts: Add bindings for APM X-Gene SoC ethernet driver + * SAUCE: (no-up) drivers: net: Add APM X-Gene SoC ethernet driver support. + + [ Tim Gardner ] + + * updateconfigs + * Fix arm64 crypto Makefile + * [Config] CONFIG_BOOKE_WDT=n for FTBS + * [Debian] Add UTS_UBUNTU_RELEASE_ABI to utsrelease.h + - LP: #1327619 + * Disabled powerpc64-emb for FTBS + * [Config] CONFIG_DRM_TEGRA=m + * [Config] CONFIG_CMA_SIZE_MBYTES=64 + * rebase to v3.16-rc2 + * Clean up generic.inclusion-list warnings + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc2 + - LP: #1328587 + - LP: #1319291 + - LP: #1310512 + - LP: #1310512 + - LP: #1305480 + + -- Tim Gardner Thu, 12 Jun 2014 12:26:09 +0000 + +linux (3.15.0-6.11) utopic; urgency=low + + [ Adam Conrad ] + + * Enable building the sata-modules udeb on ppc64el. + - LP: #1323980 + * [Packaging] Set bootloader and loader on ppc64el to grub + + [ Adam Lee ] + + * SAUCE: (no-up) rtlwifi: rtl8723be: disable MSI interrupts mode + - LP: #1310512, #1320070 + + [ Alex Hung ] + + * SAUCE: (no-up) dell-led: add mic mute led interface + - LP: #1308297 + + [ Andy Whitcroft ] + + * [Config] d-i -- add hyperv_keyboard to serial-modules udeb + - LP: #1285434 + * [Config] tools -- enable cpupower on ppc64el + * [Config] ppc64el -- enable perf tools + * [Config] powerpc -- enable perf tools + * [Config] ppc64el -- reduce MAX_ORDER with 64k pages + * [Config] arm64 -- enable tools + - LP: #1326050 + * [Config] switch hyper-keyboard to virtual + - LP: #1325306 + * [Config] fix up Breaks/Replaces on linux-cloud-tools-common to fix + upgrades + * SAUCE: kvm: BIOS disabled kvm support should be a warning + - LP: #1300247 + * SAUCE: nouveau: missing outputs should be warnings + - LP: #1300244 + * [Config] d-i -- add nvme devices to block-modules udeb + - LP: #1303710 + + [ Anton Blanchard ] + + * SAUCE: (no-up) powerpc: 64bit sendfile is capped at 2GB + - LP: #1328230 + + [ Colin Ian King ] + + * SAUCE: intel_pstate: inform user that thermald is worth considering + + [ Dave Chiluk ] + + * [Config] Enable CONFIG_IP_VS_IPV6=y + - LP: #1300739 + + [ Paolo Pisati ] + + * [Config] build vexpress a9 dtb + - LP: #1303657 + + [ Tetsuo Handa ] + + * SAUCE: kthread: Do not leave kthread_create() immediately upon SIGKILL. + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1329045 + * [Debian] Treat vdso install as an environment variable + - LP: #1325713 + * [Config] Treat vdso install as an environment variable + - LP: #1325713 + * [config] Set IPMI suppoort default to "y" + * [Config] powerpc -- CONFIG_SCSI_IBMVSCSI=y + * [Config] CONFIG_RT_GROUP_SCHED=n + - LP: #1284731 + * [Config] ppc64el -- switch to 64K system pages + * [Config] CONFIG_MICROCODE_EARLY=y + * [Config] SND_DAVINCI_SOC && SND_AM33XX_SOC_EVM =m + * [Config] armhf: DRM_TILCDC=m + * SAUCE: (no-up) mei_me: Add module parameter to disable MSI + * [Config] arm64: KVM=y + * [Config] armhf: LEDS_TRIGGER_HEARTBEAT=y + * [Config] armhf: generic: disable CPU_IDLE + * [Config] armhf: CPU_FREQ=y + * [Config] Add new mlx modules to d-i + * [Config] Added Muti-Arch support for linux-headers-PKGVER-ABINUM, linux-tools-common, and linux-cloud-tools-common + - LP: #1295112 + * [Config] CONFIG_EXYNOS_ADC=n, CONFIG_HW_RANDOM_EXYNOS=n, CONFIG_MMC_DW_EXYNOS=n, CONFIG_USB_DWC3_EXYNOS=n + - LP: #1294353 + * [Config] CONFIG_ABX500_CORE=y for ppc64el + * [Config] CONFIG_ALX=m for powerpc + * [Config] CONFIG_ACENIC_OMIT_TIGON_I=n for ppc64el + * [Config] CONFIG_ACORN_PARTITION_*=n for ppc64el + * [Config] CONFIG_ANDROID=n for powerpc + * [Config] CONFIG_ASYNC_RAID6_TEST=m for ppc64el + * [Config] CONFIG_BIG_KEYS=y for ppc64el + * [Config] CONFIG_BSD_PROCESS_ACCT=y for ppc64el + * rebase to v3.15 + * [Config] CONFIG_PHY_XGENE=y + * [Config] CONFIG_MLX4_DEBUG=y + - LP: #1328256 + * [Config] CONFIG_POWERNV_CPUFREQ=y for powerpc, ppc64el + - LP: #1324571 + * [Config] CONFIG_BLK_DEV_SR_VENDOR=n for ppc64el + * [Config] CONFIG_CFG80211=m for ppc64el + * [Config] CONFIG_CHARGER_BQ24190=m for powerpc + * [Config] CONFIG_CHARGER_BQ24735=m for powerpc + * [Config] CONFIG_EXPERT=y for ppc64el + * [Config] CONFIG_ATA_SFF=y on ppc64el + * [Config] CONFIG_ATA_GENERIC=y for ppc64el, powerpc + * [Config] CONFIG_CHR_DEV_ST=m for ppc64el + * [Config] CONFIG_CHECKPOINT_RESTORE=y for ppc64el + * [Config] CONFIG_CHELSIO_T1_1G=y for ppc64el + * [Config] CONFIG_CHR_DEV_OSST=m for ppc64el + * [Config] CONFIG_CHR_DEV_SCH=m for ppc64el + * [Config] CONFIG_CPU_FREQ_STAT=y for powerpc + * [Config] CONFIG_DDR=y for ppc64el + * [Config] CONFIG_DEBUG_BUGVERBOSE=y for powerpc + * [Config] CONFIG_E100=m, CONFIG_E1000=m, CONFIG_E1000E=m for ppc64el + * [Config] CONFIG_EZX_PCAP=n for all arches + * [Config] CONFIG_DYNAMIC_DEBUG=y for powerpc + * [Config] CONFIG_ENABLE_MUST_CHECK=n for ppc64el + * [Config] CONFIG_ENABLE_WARN_DEPRECATED=n for ppc64el + * [Config] CONFIG_FB_3DFX=m for all arches + * [Config] CONFIG_FB_MATROX=m for ppc64el + * [Config] CONFIG_FB_RADEON=m for ppc64el + * [Config] CONFIG_FB_SAVAGE_I2C=y for all arches + * [Config] CONFIG_FIREWIRE=m for ppc64el + * [Config] CONFIG_FTR_FIXUP_SELFTEST=n for ppc64el + * [Config] CONFIG_HAMRADIO=y for ppc64el + * [Config] CONFIG_I2C_CHARDEV=m for ppc64el + * [Config] CONFIG_I2C_MUX=m for ppc64el + * [Config] CONFIG_I2C_STUB=m for ppc64el + * [Config] CONFIG_I2O=m for ppc64el + * [Config] CONFIG_INET_XFRM_MODE_BEET=m, CONFIG_INET_XFRM_MODE_TRANSPORT=m, CONFIG_INET_XFRM_MODE_TUNNEL=m for ppc64el + * [Config] CONFIG_INFINIBAND_IPOIB_DEBUG=n, CONFIG_INFINIBAND_MTHCA_DEBUG=n for ppc64el + * [Config] CONFIG_INFINIBAND_NES=m, CONFIG_INFINIBAND_OCRDMA=m, CONFIG_INFINIBAND_QIB=m for ppc64el + * [Config] CONFIG_INPUT_FF_MEMLESS=m for ppc64el + * [Config] CONFIG_INTERVAL_TREE_TEST=m for ppc64el + * [Config] CONFIG_IPACK_BUS=m for ppc64el + * [Config] CONFIG_ISDN=y for ppc64el + * [Config] CONFIG_ISO9660_FS=m for ppc64el + * [Config] CONFIG_KGDB=y for ppc64el + * [Config] CONFIG_KVM_GUEST=y for ppc64el + * [Config] CONFIG_L2TP_V3=y for powerpc + * [Config] CONFIG_MAILBOX=y for ppc64el + * [Config] CONFIG_MD_LINEAR=m, CONFIG_MD_RAID0=m, CONFIG_MD_RAID1=m for ppc64el + * [Config] CONFIG_MEDIA_SUPPORT=m for ppc64el + * [Config] CONFIG_MEMORY=y for ppc64el + * [Config] CONFIG_MEMSTICK=m for ppc64el + * [Config] CONFIG_MFD_SM501_GPIO=n for ppc64el + * [Config] CONFIG_MMC_BLOCK=m for ppc64el + * [Config] CONFIG_MOUSE_PS2=m for ppc64el + * [Config] CONFIG_NET_9P=m for ppc64el + * [Config] CONFIG_MSDOS_FS=m for ppc64el + * [Config] CONFIG_MSI_BITMAP_SELFTEST=n for ppc64el + * [Config] CONFIG_MTD=m for arm64 + * [Config] CONFIG_NETCONSOLE=m for ppc64el + * [Config] CONFIG_NETFILTER_XT_TARGET_NOTRACK=m for ppc64el + * [Config] CONFIG_NET_IPIP=m for ppc64el + * [Config] CONFIG_NET_TEAM=m for all arches + * [Config] CONFIG_NFC=m for ppc64el + * [Config] CONFIG_NL80211_TESTMODE=n for all arches + * [Config] CONFIG_NLS_CODEPAGE_437=y for powerpc + * [Config] CONFIG_NLS_ASCII=m, CONFIG_NLS_ISO8859_1=m, CONFIG_NLS_UTF8=m for ppc64el + * [Config] CONFIG_NOP_USB_XCEIV=m for ppc64el + * [Config] CONFIG_NOTIFIER_ERROR_INJECTION=m for ppc64el + * [Config] CONFIG_OPROFILE=m for ppc64el + * [Config] CONFIG_PARPORT_1284=y for ppc64el + * [Config] CONFIG_PARPORT_AX88796=m, CONFIG_PARPORT_PC_FIFO=y, CONFIG_PARPORT_SERIAL=m for ppc64el + * [Config] CONFIG_8723AU_P2P=n + * [Config] CONFIG_PCI_IOV=y, CONFIG_PCI_PASID=y, CONFIG_PCI_PRI=y, CONFIG_PCI_REALLOC_ENABLE_AUTO=y, CONFIG_PCI_STUB=m for ppc64el + * [Config] CONFIG_PCNET32=m for ppc64el + * [Config] CONFIG_SCSI_DH_EMC=m for ppc64el + * [Config] CONFIG_SCSI_DH_HP_SW=m for ppc64el + * [Config] CONFIG_SCSI_FC_ATTRS=m for ppc64el + * [Config] CONFIG_SCSI_IPR=m for ppc64el + * [Config] CONFIG_SCSI_LOGGING=y for ppc64el + * [Config] CONFIG_SCSI_OSD_INITIATOR=m for ppc64el + * [Config] CONFIG_SCSI_SCAN_ASYNC=y for ppc64el + * [Config] CONFIG_SCSI_SYM53C8XX_2=m for ppc64el + * [Config] CONFIG_XILINX_LL_TEMAC=m for powerpc + * [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y for ppc64el + * [Config] CONFIG_WLAN=y for arm64 + * [Config] CONFIG_VORTEX=m for ppc64el + * [Config] CONFIG_WIMAX=m for ppc64el + * [Config] CONFIG_WATCHDOG=y for ppc64el + * [Config] CONFIG_VIRT_DRIVERS=y for ppc64el + * [Config] CONFIG_VERSION_SIGNATURE="" for powerpc64-emb + * [Config] CONFIG_UWB=m for ppc64el + * [Config] CONFIG_USB_STORAGE=y + * [Config] CONFIG_SATA_AHCI_PLATFORM=y for armhf + * [Config] CONFIG_HID_RMI=m + * [Config] CONFIG_HVC_DCC=n + - LP: #1303657 + + [ Upstream Kernel Changes ] + + * mm/numa: Remove BUG_ON() in __handle_mm_fault() + - LP: #1323165 + * powerpc/powernv: Add calls to support little endian host + - LP: #1327400 + * HID: rmi: introduce RMI driver for Synaptics touchpads + * HID: rmi: do not stop the device at the end of probe + * HID: rmi: check for the existence of some optional queries before reading query 12 + * HID: rmi: do not fetch more than 16 bytes in a query + * HID: rmi: fix wrong struct field name + * HID: rmi: fix masks for x and w_x data + * HID: rmi: do not handle touchscreens through hid-rmi + * ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops + - LP: #1305480 + * rebase to v3.15 + + -- Tim Gardner Tue, 03 Jun 2014 17:02:49 +0000 + +linux (3.15.0-5.10) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1325596 + * [Config] CONFIG_POWERNV_CPUFREQ=y for ppc64el + * rebase to v3.15-rc8 + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc8 + + -- Tim Gardner Mon, 02 Jun 2014 12:59:34 +0000 + +linux (3.15.0-4.9) utopic; urgency=low + + * no change rebuild to fix embeded debhelper. + + -- Andy Whitcroft Thu, 29 May 2014 12:41:58 +0100 + +linux (3.15.0-4.8) utopic; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1324107 + * [Config] enable SECURITY_APPARMOR_UNCONFINED_INIT + + [ Javier Martinez Canillas ] + + * SAUCE: (no-up) apparmor: fix bug that constantly spam the console + - LP: #1323526 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor3 - alpha6 snapshot + - LP: #1323528 + * SAUCE: (no-up) apparmor: fix apparmor spams log with warning message + - LP: #1308761 + * SAUCE: (no-up) apparmor: fix refcount bug in apparmor pivotroot + - LP: #1308765 + * SAUCE: (no-up): apparmor: fix apparmor refcount bug in apparmor_kill + - LP: #1308764 + * SAUCE: (no-up): apparmor: use custom write_is_locked macro + - LP: #1323530 + + [ Kamal Mostafa ] + + * [Config] add debian/gbp.conf + + [ Tim Gardner ] + + * [Config] CONFIG_SATA_AHCI=m for ppc64el + - LP: #1323980 + + -- Andy Whitcroft Wed, 28 May 2014 12:47:17 +0100 + +linux (3.15.0-3.7) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1323189 + + [ Andy Whitcroft ] + + * [Config] autopkgtest -- need fakeroot for tests + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc7 + + -- Tim Gardner Mon, 26 May 2014 08:12:50 +0200 + +linux (3.15.0-2.6) utopic; urgency=low + + [ Andy Whitcroft ] + + * [Config] remove the kernel-image firmware list on clean + + [ Martin Pitt ] + + * [Config] autopkgtest -- switch to significantly faster rebuild + + [ Stefan Bader ] + + * [Config]: Add missing modules to inclusion list + + [ Tim Gardner ] + + * [debian] Dynamically generate the kernel-image udebs firmware list + * [d-i] firmware/kernel-image is generated + * rebase to v3.15-rc6 + * Release Tracking Bug + - LP: #1322251 + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc6 + - LP: #1297581 + + -- Tim Gardner Wed, 21 May 2014 10:51:29 -0700 + +linux (3.15.0-1.5) utopic; urgency=low + + [ Tim Gardner ] + + * [Config] Add apm-mustang.dtb to kernel-image udeb + + -- Tim Gardner Mon, 19 May 2014 14:47:42 -0700 + +linux (3.15.0-1.4) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the + local linux/hyperv.h" + * Revert "SAUCE: (no-up) hv -- bodge hv_kvp_daemon so it can use the + local linux/hyperv.h" + * [Packaging] tools -- hv tools build correctly against the built headers + * [Packaging] cloud-tools -- add the hv_fcopy_daemon to the package + * cloud-tools -- pull in init scripts for Hyper-V daemons + * cloud-tools -- detect Hyper-V VM to avoid starting + * cloud-tools -- update IF_NAME to DEVICE in hv_* scripts + - LP: #1295401 + * [Config] cloud-tools: reenable cloud-tools + + -- Andy Whitcroft Sun, 18 May 2014 19:21:04 +0100 + +linux (3.15.0-1.3) utopic; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] ppc64el is a powerpc kernel arch and needs its quirks + - LP: #1318848 + + [ Ben Collins ] + + * [Config] Switch to grub-ieee1275 as recommended on book3e systems + - LP: #1318629 + + [ Tim Gardner ] + + * [Config] CONFIG_FSL_PAMU=n + - LP: #1311738 + * Release Tracking Bug + - LP: #1320239 + + -- Tim Gardner Fri, 16 May 2014 07:37:07 -0600 + +linux (3.15.0-1.2) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1318171 + * Add rpcsec_gss_krb5 to generic inclusion list + - LP: #769527 + * rebase to v3.15-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc5 + - LP: #1297581 + + -- Tim Gardner Tue, 06 May 2014 15:20:10 -0500 + +linux (3.15.0-0.1) utopic; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc4 + - LP: #1297581 + - LP: #1297581 + - LP: #1305133 + - LP: #1297581 + - LP: #1297581 + - LP: #871808 + - LP: #1260303 + - LP: #1268468 + - LP: #1248116 + - LP: #1211920 + - LP: #1259790 + - LP: #1259437 + - LP: #1259435 + - LP: #1268468 + + -- Tim Gardner Fri, 07 Feb 2014 09:35:13 -0700 + +linux (3.15.0-0.0) utopic; urgency=low + + * Initial version for 3.15. + + -- Andy Whitcroft Fri, 02 May 2014 15:06:39 +0100 + +linux (3.13.0-8.27) trusty; urgency=low + + [ John Johansen ] + + * SAUCE: Add config option to disable new apparmor 3 semantics + -LP: #1270215 + + [ Tim Gardner ] + + * [debian] Fix indep_hdrs_pkg_name + - LP: #1134441 + * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3 + * Enabled lttng build + * Don't build lttng for armhf + lttng hates gcc-4.8 for armhf + * Release Tracking Bug + - LP: #1277309 + + [ Upstream Kernel Changes ] + + * rebase to v3.13.2 + - LP: #1260303 + - LP: #1260303 + - LP: #1268468 + + -- Tim Gardner Thu, 06 Feb 2014 09:25:51 -0700 + +linux (3.13.0-7.26) trusty; urgency=low + + [ John Johansen ] + + * SAUCE: apparmor: fix uninitialized lsm_audit membe + - LP: #1268727 + * Add config option to optionally enable new apparmor 3 semantics + + [ Tim Gardner ] + + * [Config] Add lowlatency to getabis + * [Config] CONFIG_SECURITY_APPARMOR_AA3_SEMANTICS=y + - LP: #1270215 + * Release Tracking Bug + - LP: #1276810 + + [ Upstream Kernel Changes ] + + * x86, x32: Correct invalid use of user timespec in the kernel + - LP: #1274349 + - CVE-2014-0038 + + -- Tim Gardner Wed, 05 Feb 2014 15:49:44 -0500 + +linux (3.13.0-7.25) trusty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: fix fmd headers" + * SAUCE: fix fmd headers + + -- Andy Whitcroft Tue, 04 Feb 2014 09:36:09 +0000 + +linux (3.13.0-7.24) trusty; urgency=low + + [ Stefan Bader ] + + * [Config] Make vmwgfx driver enable the framebuffer device + + [ Tim Gardner ] + + * rebase to v3.13.1 + * [Config] CONFIG_NFS_FS=m for ppc64el + * [Config] CONFIG_X86_SYSFB=n + https://lists.ubuntu.com/archives/kernel-team/2014-February/038166.html + * Release Tracking Bug + - LP: #1275898 + + [ Upstream Kernel Changes ] + + * i2c: piix4: Add support for AMD ML and CZ SMBus changes + - LP: #1272525 + * i2c: piix4: Use different message for AMD Auxiliary SMBus Controller + - LP: #1272525 + * mm: ignore VM_SOFTDIRTY on VMA merging + - LP: #1274917 + * drm/radeon: disable dpm on BTC + - LP: #1266984 + + [ Upstream Kernel Changes ] + + * rebase to v3.13.1 + + -- Tim Gardner Thu, 30 Jan 2014 15:24:48 +0000 + +linux (3.13.0-6.23) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] fix up architecture for linux-tools + + -- Andy Whitcroft Thu, 30 Jan 2014 09:00:41 +0000 + +linux (3.13.0-6.22) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] limit linux-udebs- to matching arch + * [Config] powerpc -- disable perf to fix FTBFS + * [Config] ppc64el -- fix up missing udebs + + -- Andy Whitcroft Wed, 29 Jan 2014 16:00:28 +0000 + +linux (3.13.0-6.21) trusty; urgency=low + + [ Andy Fleming ] + + * SAUCE: net: Add support for handling queueing in hardware + * SAUCE: of_mdio: Add of_phy_attach function + * SAUCE: phylib: Add generic 10G driver + * SAUCE: phylib: Support attaching to gen10g_driver + * SAUCE: phylib: Add Clause 45 read/write functions + + [ Andy Whitcroft ] + + * SAUCE: fix fmd headers + * [Packaging] lowlatency -- merge out of tree flavours + * SAUCE: allow IRQs to be irq-threaded by default via config + * [Config]: enable CONFIG_IRQ_FORCED_THREADING_DEFAULT for lowlatency + * [Config] powerpc -- fix up Build-depends: + * Release Tracking Bug + - LP: #1273747 + + [ Ben Collins ] + + * SAUCE: PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit + ptr/64-bit rsrcs + * SAUCE: Revert "phy: vitesse make vsc824x_add_skew static" + * SAUCE: Fixup freescale usb phy driver to work on ppc64 + * SAUCE: xgmac_mdio: Silence read errors + * SAUCE: Provide booke stub for kvmppc_is_bigendian() + * SAUCE: Fix stack overflow on ppc32 + * SAUCE: Use resource_size_t instead of long for PCI resource address + * SAUCE: net/phy: Export function for use by dpaa_eth + * [Packaging] powerpc -- merge out of tree powerpc arch + + [ Bjorn Helgaas ] + + * SAUCE: Revert "EISA: Log device resources in dmesg" + - LP: #1251816 + * SAUCE: Revert "EISA: Initialize device before its resources" + - LP: #1251816 + + [ Emil Medve ] + + * SAUCE: phylib: Minimum hack to get the generic 10G PHY driver to work + with 10G "fixed-link"s + + [ Kumar Gala ] + + * SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman + * SAUCE: fsl_pme2: Add support for DPAA PME + * SAUCE: fmd: FMD14 integration + * SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture + * SAUCE: powerpc/85xx: Add DPAA/networking support for CoreNet + + [ Madalin Bucur ] + + * SAUCE: net/flow: remove sleeping and deferral mechanism from + flow_cache_flush + * SAUCE: net/phy: abort genphy_read_status when link changes during speed + and duplex reading + + [ Stefan Bader ] + + * [Config] move some VMWare related modules into main package + - LP: #1271669 + + [ Tim Gardner ] + + * [Config] Add r815x to nic-modules + - LP: #1273735 + * [Config] CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y + - LP: #239479 + + [ Upstream Kernel Changes ] + + * mmc: sdhci-pci: break out definitions to header file + - LP: #1239938 + * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hosts + - LP: #1239938 + * powerpc/book3e: rename interrupt_end_book3e with __end_interrupts + * powerpc/book3e: support CONFIG_RELOCATABLE + * book3e/kexec/kdump: enable kexec for kernel + * book3e/kexec/kdump: create a 1:1 TLB mapping + * book3e/kexec/kdump: introduce a kexec kernel flag + * book3e/kexec/kdump: implement ppc64 kexec specfic + * book3e/kexec/kdump: redefine VIRT_PHYS_OFFSET + * book3e/kexec/kdump: recover "r4 = 0" to create the initial TLB + + -- Andy Whitcroft Tue, 28 Jan 2014 22:59:46 +0000 + +linux (3.13.0-5.20) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] tools -- do not make symlinks when not making packages + * [Packaging] tools -- tidy up control.stub.in ordering + * [Packaging] tools -- tools-common is shared and not conditional + * rebase to v3.13 + + [ Dirk Brandewie ] + + * SAUCE: intel_pstate: Add setting voltage value for baytrail P states. + + [ KY Srinivasan ] + + * SAUCE: Drivers: hv: vmbus: Specify the target CPU that should receive + notification + + [ Upstream Kernel Changes ] + + * rebase to v3.13 + - LP: #1270603 + + -- Andy Whitcroft Fri, 17 Jan 2014 15:45:31 +0000 + +linux (3.13.0-4.19) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] libunwind8-dev is now available for ppc64el + * [Packaging] tools -- make cpupower optional + * [Packaging] tools -- enable correctly for x86 + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1269872 + + [ Upstream Kernel Changes ] + + * SAUCE: ARM: OMAP: hwmod: Add SYSC offsets for AES IP + * SAUCE: ARM: OMAP4: hwmod: Add hwmod data for AES IP + * SAUCE: OMAP: AM33xx: hwmod: Correct AES module SYSC type + * SAUCE: crypto: omap-aes: add error check for pm_runtime_get_sync + + [ Upstream Kernel Changes ] + + * rebase to 85ce70fdf48aa290b4845311c2dd815d7f8d1fa5 + + -- Tim Gardner Wed, 15 Jan 2014 13:23:05 +0000 + +linux (3.13.0-3.18) trusty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.13-rc8 + * [Packaging] efi -- allow EFI signatures on any arch + + [ Tim Gardner ] + + * [Config] Fix vcs-git path + * Release Tracking Bug + - LP: #1268683 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc8 + + -- Andy Whitcroft Sun, 12 Jan 2014 11:58:01 +0000 + +linux (3.13.0-2.17) trusty; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1267809 + * [Config] apply Platform support>>CPUIdle driver>>CPU Idle config + defaults + * [Config] apply Platform support>>CPU Frequency scaling config defaults + * [Config] CONFIG_PARIDE_EPATC8=y + * [Config] apply Device Drivers >> Broadcom specific AMBA config defaults + * [Config] apply Bus options >> PCI support >> RapidIO support >> RapidIO + Switch drivers config defaults + * [Config] apply Cryptographic API config defaults + * [Config] apply Device Drivers >> Common Clock Framework config defaults + * [Config] apply Device Drivers >> Distributed Switch Architecture + drivers config defaults + * [Config] apply Device Drivers >> Graphics support >> Backlight & LCD + device support config defaults + * [Config] apply Device Drivers >> Graphics support >> Support for frame + buffer devices >> Bootup logo config defaults + * annotations -- update in tree annotations + * [Config] apply Bus options >> PCI support >> RapidIO support config + defaults + * [Config] CONFIG_POWER_AVS=y CONFIG_RESET_CONTROLLER=y + * [Config] apply Device Drivers >> 1-wire Bus Masters config defaults + * [Config] apply CAN Device Drivers >> Platform CAN drivers with Netlink + support config defaults + * [Config] apply Device Drivers >> Character devices >> Serial drivers + config defaults + * [Config] apply Device Drivers >> Generic Thermal sysfs driver config + defaults + * [Config] apply Device Drivers >> Character devices >> TPM Hardware + Support config defaults + * [Config] apply Device Drivers >> Character devices config defaults + * [Config] apply Device Drivers >> HID support >> USB HID support >> USB + HID transport layer config defaults + * [Config] apply Device Drivers >> HID support >> HID bus support config + defaults + * [Config] apply Device Drivers >> HID support >> USB HID support config + defaults + * annotations -- update in tree annotations + * [Config] apply Device Drivers >> GPIO Support config defaults + * [Config] update configs for apparmour update + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot + * SAUCE: apparmor: fix unix domain sockets to be mediated on connection + - LP: #1208988 + * SAUCE: apparmor: allocate path lookup buffers during init + - LP: #1208988 + * SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy + - LP: #1236455 + + [ Tim Gardner ] + + * Revert "[Debian] getabis: Preface module with package name" + * [Config] Added ppc64el to getabis + * [packaging] Bump ABI for every new release + + -- Andy Whitcroft Fri, 10 Jan 2014 11:48:39 +0000 + +linux (3.13.0-1.16) trusty; urgency=low + + * First 3.13 upload. + * Release tracker + - LP: #1266852 + + -- Tim Gardner Tue, 07 Jan 2014 09:21:26 -0700 + +linux (3.13.0-0.15) trusty; urgency=low + + [ Tim Gardner ] + + * rebase to v3.13-rc7 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc7 + + -- Tim Gardner Sun, 05 Jan 2014 06:13:33 -0700 + +linux (3.13.0-0.14) trusty; urgency=low + + [ Andy Whitcroft ] + + * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6 + + [ Tim Gardner ] + + * Remove ubuntu/dm-raid4-5 in favor of CONFIG_MD_RAID456 + * Update lttng to Version 2.4.0-rc2 + * lttng: Disabled trace_kvm_async_pf_completed + * [Config] CONFIG_IMA=y + - LP: #1244627 + + [ Upstream Kernel Changes ] + + * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6 + + -- Tim Gardner Thu, 02 Jan 2014 12:57:13 -0700 + +linux (3.13.0-0.13) trusty; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: aufs3 -- (no-up) aufs3-base.patch + * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch + * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: AUFS -- update to 7b136a27b021da9010d8b6c101939dd298e46be7 + * ubuntu: aufs3 -- enable + * ubuntu: aufs3 -- update configs + + -- Andy Whitcroft Thu, 02 Jan 2014 09:41:02 +0000 + +linux (3.13.0-0.12) trusty; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc6 + + -- Tim Gardner Tue, 31 Dec 2013 06:16:03 -0700 + +linux (3.13.0-0.11) trusty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: suspicious unlocked ->status reading and writing in ipc/sem.c + * [Config] ppc64el -- initial defconfig based -generic flavour + * [Config] initial defconfig for ppc64el + * [Config] ubuntuise ppc64el config + * [Config] ubuntuise ppc64el config part 2 + * [Config] d-i -- update empty udebs list + * [Config] ppc64el -- split extras package + + [ Anton Blanchard ] + + * SAUCE: KVM: PPC: Book3S HV: Add little-endian guest support + + [ Benjamin Herrenschmidt ] + + * SAUCE: powerpc/powernv: Add calls to support little endian + + [ Cédric Le Goater ] + + * SAUCE: KVM: PPC: Book3S: add helper routine to load guest instructions + * SAUCE: KVM: PPC: Book3S: add helper routines to detect endian order + * SAUCE: KVM: PPC: Book3S: MMIO emulation support for little endian + guests + + [ Paul E. McKenney ] + + * SAUCE: powerpc: Make 64-bit non-VMX copy_tofrom_user() bi-endian + + -- Andy Whitcroft Fri, 27 Dec 2013 16:48:55 +0000 + +linux (3.13.0-0.10) trusty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.13-rc5 + * [Config] updateconfigs following rebase to v3.13-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc5 + - LP: #1260303 + - LP: #1260303 + - LP: #1260225 + + -- Andy Whitcroft Mon, 23 Dec 2013 12:48:28 +0000 + +linux (3.13.0-0.9) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] d-i -- allow missing firmware + + -- Andy Whitcroft Fri, 20 Dec 2013 17:57:06 +0000 + +linux (3.13.0-0.8) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] annotations -- first pass over entire config + * [Config] drop libunwind8-dev from Build-Depends for ppc64el + + [ Tim Gardner ] + + * [Config] Add arm64 device tree files + - LP: #1262901 + + -- Andy Whitcroft Thu, 19 Dec 2013 18:36:43 +0000 + +linux (3.13.0-0.7) trusty; urgency=low + + [ Rajesh B Prathipati ] + + * SAUCE: powerpc: Make unaligned accesses endian-safe for powerpc + + [ Tim Gardner ] + + * [Config] CONFIG_REGULATOR_S2MPS11=n for FTBS + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc4 + - LP: #1259790 + - LP: #1259437 + - LP: #1259435 + + -- Tim Gardner Fri, 13 Dec 2013 07:56:34 -0700 + +linux (3.13.0-0.6) trusty; urgency=low + + [ Paolo Pisati ] + + * [Config] armhf: arm64: VIRTIO_[BLK|MMIO|NET|CONSOLE|BALLOON]=y + * [Config] i386: amd64: VIRTIO_CONSOLE=y + + [ Tim Gardner ] + + * [Config] CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y + + -- Tim Gardner Sun, 08 Dec 2013 09:22:01 -0700 + +linux (3.13.0-0.5) trusty; urgency=low + + [ Andy Whitcroft ] + + * correct bug listing for v3.13-rc2 rebase + * [Config] ppc64el -- create linux-libc-dev + * [Debian] Improve tools version message + - LP: #1257715 + + [ Serge Hallyn ] + + * SAUCE: fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)] + - LP: #1248590 + * SAUCE: vfs: Fix a regression in mounting proc + + [ Tim Gardner ] + + * [Config] Build-in ohci-pci + - LP: #1244176 + * Rebase to v3.13-rc3 + + [ Upstream Kernel Changes ] + + * Revert "Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID + checks"" + - LP: #1248590 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc3 + - LP: #1256840 + - LP: #1256212 + + -- Tim Gardner Sat, 07 Dec 2013 07:55:39 -0700 + +linux (3.13.0-0.4) trusty; urgency=low + + [ Tim Gardner ] + + * Rebase to v3.13-rc2 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc2 + + -- Tim Gardner Fri, 29 Nov 2013 23:54:05 -0500 + +linux (3.13.0-0.3) trusty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: Fix DocBook FTBS" + + [ Tim Gardner ] + + * [Debian] Re-sign modules after debug objcopy + - LP: #1253155 + * [Config] CONFIG_EXT4_USE_FOR_EXT23=y + + [ Upstream Kernel Changes ] + + * doc: fix generation of device-drivers + * rebase to b975dc3689fc6a3718ad288ce080924f9cb7e176 + + -- Tim Gardner Tue, 26 Nov 2013 12:24:42 -0700 + +linux (3.13.0-0.2) trusty; urgency=low + + [ Tim Gardner ] + + * SAUCE: Fix DocBook FTBS + + -- Tim Gardner Mon, 25 Nov 2013 13:24:15 -0700 + +linux (3.13.0-0.1) trusty; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to 7e3528c3660a2e8602abc7858b0994d611f74bc3 + + -- Tim Gardner Tue, 12 Nov 2013 07:28:53 -0700 + +linux (3.13.0-0.0) trusty; urgency=low + + * Major release bump. + + -- Andy Whitcroft Tue, 12 Nov 2013 21:37:52 +0000 + +linux (3.12.0-2.7) trusty; urgency=low + + * Fixed armhf ABI build failure. + * Release tracker + - LP: #1249477 + + -- Tim Gardner Fri, 08 Nov 2013 16:22:45 -0700 + +linux (3.12.0-2.6) trusty; urgency=low + + [ Joseph Salisbury ] + + * SAUCE: tg3: Add support for new 57786 device id. + - LP: #1242610 + + [ Tim Gardner ] + + * [Config] CONFIG_OABI_COMPAT=n + * [Config] add the wandboard to shipped dtb + - LP: #1249421 + * Release tracker + - LP: #1249477 + + -- Tim Gardner Fri, 08 Nov 2013 12:23:18 -0700 + +linux (3.12.0-2.5) trusty; urgency=low + + [ Andy Whitcroft ] + + * rebase to mainline v3.12 + * [Config] updateconfigs following rebase to v3.12 + * postinst -- improve relative symlink detection with missing files + - LP: #1248053 + * postinst -- fix unchanged link detection + * [Config] update configs following addition of apparmor fixes + + [ Anthony Wong ] + + * SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537 + - LP: #1231305 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot + * SAUCE: apparmor: fix unix domain sockets to be mediated on connection + - LP: #1208988 + * SAUCE: apparmor: allocate path lookup buffers during init + - LP: #1208988 + + [ Tim Gardner ] + + * [Config] Remove superfluous ubuntu/lttng-modules + + [ Upstream Kernel Changes ] + + * Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks" + - LP: #1248590 + + [ Upstream Kernel Changes ] + + * rebase to v3.12 + - LP: #1222850 + + [ Adam Conrad ] + * etc/getabis: Fetch arm64/generic abis as well + + -- Andy Whitcroft Wed, 06 Nov 2013 21:00:21 +0000 + +linux (3.12.0-1.3) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] arm64 -- add arch to the configuration handlers + * [Config] arm64 -- add generic flavour + * [Config] arm64 -- default config + * [Config] arm64 -- fix up various FTBFS config options + * SAUCE: arm64: export __copy_in_user to modules + * [Config] arm64 -- disable ABI/module checks + * [Config] arm64 -- enforcer -- add arm64 to the enforcer + * [Config] arm64 -- enable udebs for arm64 + + [ Colin Watson ] + + * [Config] Clean up various udeb Provides + + [ Paolo Pisati ] + + * [Config] AHCI_IMX=y + * [Config] build imx*-wandboard dtbs + + [ Serge Hallyn ] + + * SAUCE: device_cgroup: remove can_attach + + [ Tim Gardner ] + + * rebase to v3.12-rc7 + * SAUCE: KVM: Fix modprobe failure for kvm_intel/kvm_amd + * Release tracker + - LP: #1245932 + + [ Upstream Kernel Changes ] + + * rebase to v3.12-rc7 + - LP: #1180881 + - LP: #1180881 + - LP: #1217957 + + -- Tim Gardner Sun, 27 Oct 2013 22:08:55 -0600 + +linux (3.12.0-0.2) trusty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ + CAPACITY (16) at SPC-2" + * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at + SPC-2" + * Revert "SAUCE: (no-up) scsi: add scsi device flag to request READ + CAPACITY (16) be preferred" + * Revert "SAUCE: (no-up) scsi: add scsi device flag to request VPD pages + be used at SPC-2" + * Revert "overlayfs: Update to v19" + * Revert "ubuntu: overlayfs v18 -- -- overlayfs: implement show_options" + * Revert "ubuntu: overlayfs v18 -- -- overlayfs: add statfs support" + * Revert "ubuntu: overlayfs v18 -- -- overlay filesystem" + * Revert "ubuntu: overlayfs v18 -- -- vfs: introduce + clone_private_mount()" + * Revert "ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to + modules" + * Revert "ubuntu: overlayfs v18 -- -- overlay: overlay filesystem + documentation" + * ubuntu: overlayfs v20 -- overlayfs: add statfs support + * [Config] fix linux-libc-dev generation for arm64 + * [Config] fix linux-libc-dev generation for x32 + * [Config] add linux-libc-dev generation for ppc64el + + [ Erez Zadok ] + + * ubuntu: overlayfs v20 -- overlayfs: implement show_options + + [ Miklos Szeredi ] + + * ubuntu: overlayfs v20 -- vfs: add i_op->dentry_open() + * ubuntu: overlayfs v20 -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs v20 -- vfs: export __inode_permission() to modules + * ubuntu: overlayfs v20 -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs v20 -- overlay filesystem + * ubuntu: overlayfs v20 -- fs: limit filesystem stacking depth + + [ Neil Brown ] + + * ubuntu: overlayfs v20 -- overlay: overlay filesystem documentation + + [ Paolo Pisati ] + + * [Config] arm: VIRTIO_[BLK|NET|MMIO]=y + + [ Seth Forshee ] + + * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo + ThinkPads + - LP: #1183856 + + [ Tim Gardner ] + + * [Config] CONFIG_CRYPTO_CRCT10DIF=y, CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m + * rebase to v3.12-rc2 + * updateconfigs + * [Config] disable CONFIG_FB_VESA enforcer check + * [Config] Disable lttng for FTBS + * rebase to v3.12-rc3 + * rebase to v3.12-rc4 + * [Config] CONFIG_ANDROID=n + - LP: #1235161 + * [Config] CONFIG_L2TP_V3=y + - LP: #1235914 + * [Config] CONFIG_USB_OTG=n for all arches + * Release tracker + - LP: #1242811 + + [ Upstream Kernel Changes ] + + * scsi: hyper-v storsvc switch up to SPC-3 + + * rebase to v3.12-rc6 + - LP: #1235977 + - LP: #1235523 + - LP: #1239392 + - LP: #1227491 + + * rebase to v3.12-rc3 + - LP: #1231931 + + * rebase to v3.12-rc2 + - LP: #1213820 + - LP: #1213055 + - LP: #1198030 + + -- Tim Gardner Mon, 23 Sep 2013 07:41:07 -0600 + +linux (3.11.0-8.15) saucy; urgency=low + + [ Tim Gardner ] + + * Release tracker + - LP: #1227969 + + * Update lttng + Updated to git://git.lttng.org/lttng-modules.git 9998f5216f4641a79e158135 + Version 2.3.0+ + + [ Upstream Kernel Changes ] + + * igb: Add additional get_phy_id call for i354 devices + - LP: #1219619 + * igb: Read flow control for i350 from correct EEPROM section + - LP: #1219619 + * timekeeping: Fix HRTICK related deadlock from ntp lock changes + Required for lttng update. + + -- Tim Gardner Thu, 19 Sep 2013 07:41:49 -0600 + +linux (3.11.0-7.14) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] sort out linux-tools naming + - LP: #1205284 + * [Packaging] linux-tools: switch to common generic version helper + + [ Paolo Pisati ] + + * [Config] highbank: ecx1000: CPU_IDLE causes instabilities, disable it + + [ Tim Gardner ] + + * Release tracker + - LP: #1226160 + + [ Tony Lindgren ] + + * SAUCE: ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus + for pandaboard + + [ Upstream Kernel Changes ] + + * USB: handle LPM errors during device suspend correctly + - LP: #1011415 + * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend() + - LP: #1011415 + * usb: Don't fail port power resume on device disconnect. + - LP: #1011415 + + [ Upstream Kernel Changes ] + + * rebase to v3.11.1 + + -- Tim Gardner Wed, 11 Sep 2013 07:30:17 -0600 + +linux (3.11.0-7.13) saucy; urgency=low + + * Release tracker + - LP: #1223545 + + [ Andy Whitcroft ] + + * SAUCE: (no-up) scsi: add scsi device flag to request VPD pages be used at SPC-2 + - LP: #1223499 + * SAUCE: (no-up) scsi: add scsi device flag to request READ CAPACITY (16) be preferred + - LP: #1223499 + * SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at SPC-2 + - LP: #1223499 + * SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ CAPACITY (16) at SPC-2 + - LP: #1223499 + + [ Maximiliano Curia ] + + * SAUCE: (no-up) Only let characters through when there are active readers. + - LP: #1208740 + + [ Tim Gardner ] + + * [Debian] getabis: Commit new ABI directory, remove the old + * [Config] CONFIG_EFIVAR_FS=y + - LP: #1223195 + * [Config] CONFIG_EFI_VARS_PSTORE=m, + CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n + * SAUCE: (no-up) USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited() + - LP: #1222850 + + [ Upstream Kernel Changes ] + + * Intel xhci: refactor EHCI/xHCI port switching + - LP: #1210858 + + -- Tim Gardner Tue, 10 Sep 2013 09:00:19 -0600 + +linux (3.11.0-6.12) saucy; urgency=low + + * Release tracker + - LP: #1222893 + + [ Andy Whitcroft ] + + * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch" + * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch" + * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch + * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch + - LP: #1222407 + + [ Paolo Pisati ] + + * [Config] restore mmc boot on panda + + [ Tyler Hicks ] + + * SAUCE: apparmor: Use shash crypto API interface for profile hashes + - LP: #1216294 + + [ Upstream Kernel Changes ] + + * net: calxedaxgmac: remove NETIF_F_FRAGLIST setting + * net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len + * net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err + * net: calxedaxgmac: fix possible skb free before tx complete + * net: calxedaxgmac: update ring buffer tx_head after barriers + * net: calxedaxgmac: fix race with tx queue stop/wake + * net: calxedaxgmac: enable interrupts after napi_enable + * net: calxedaxgmac: fix various errors in xgmac_set_rx_mode + * net: calxedaxgmac: remove some unused statistic counters + * net: calxedaxgmac: fix rx DMA mapping API size mismatches + * net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling + * mfd: rtsx: Read vendor setting from config space + - LP: #1201698 + + -- Tim Gardner Mon, 09 Sep 2013 07:21:06 -0600 + +linux (3.11.0-5.11) saucy; urgency=low + + * Release tracker + - LP: #1221886 + + [ Adam Lee ] + + * SAUCE: Bluetooth: Add support for 04ca:2007 + - LP: #1153448 + * SAUCE: Bluetooth: Add support for 105b:e065 + - LP: #1161261 + + [ Gavin Guo ] + + * SAUCE: Bluetooth: Add support for Broadcom 413c:8143 + - LP: #1166113 + + [ Upstream Kernel Changes ] + + * igb: Reset the link when EEE setting changed + - LP: #1219619 + * igb: Read register for latch_on without return value + - LP: #1219619 + * igb: Added rcu_lock to avoid race + - LP: #1219619 + * igb: don't allow SR-IOV without MSI-X + - LP: #1219619 + * igb: Update MTU so that it is always at least a standard frame size + - LP: #1219619 + * igb: Refactor of init_nvm_params + - LP: #1219619 + * igb: Refactor NVM read functions to accommodate devices with no flash + - LP: #1219619 + * igb: Add device support for flashless SKU of i210 device + - LP: #1219619 + * igb: Fix get_fw_version function for all parts + - LP: #1219619 + * igb: Add macro for size of RETA indirection table + - LP: #1219619 + * igb: Expose RSS indirection table for ethtool + - LP: #1219619 + * igb: Don't look for a PBA in the iNVM when flashless + - LP: #1219619 + * igb: Implementation of 1-sec delay for i210 devices + - LP: #1219619 + * igb: New PHY_ID for i354 device + - LP: #1219619 + * igb: M88E1543 PHY downshift implementation + - LP: #1219619 + * igb: No PHPM support in i354 devices + - LP: #1219619 + * igb: Support to get 2_5G link status for appropriate media type + - LP: #1219619 + * igb: Get speed and duplex for 1G non_copper devices + - LP: #1219619 + * igb: Implementation to report advertised/supported link on i354 devices + - LP: #1219619 + * igb: Update version number + - LP: #1219619 + * Bluetooth: Take proper tty_struct references + - LP: #1189998 + * Bluetooth: Remove the device from the list in the destructor + - LP: #1189998 + * Bluetooth: Move the tty initialization and cleanup out of open/close + - LP: #1189998 + * Bluetooth: Implement .activate, .shutdown and .carrier_raised methods + - LP: #1189998 + * Bluetooth: Fix the reference counting of tty_port + - LP: #1189998 + * Bluetooth: Purge the dlc->tx_queue to avoid circular dependency + - LP: #1189998 + + [ Wen-chien Jesse Sung ] + + * SAUCE: Bluetooth: Support for loading broadcom patchram firmware + - LP: #1065400 + * SAUCE: Bluetooth: Add support for 13d3:3388 and 13d3:3389 + - LP: #1065400 + + -- Tim Gardner Thu, 05 Sep 2013 08:06:17 -0600 + +linux (3.11.0-5.10) saucy; urgency=low + + [ Andy Whitcroft ] + + * Release tracker + - LP: #1220222 + * Revert "[Config] Fix ubuntu directoy Kbuilds" + * Revert "aufs update dropped some Kbuild files" + * Revert "ubuntu: AUFS -- follow rename of loop.h into drivers/block" + * Revert "ubuntu: AUFS -- update to + 8e503d4142c189ed6c47a2177ad2cd058e8d340e" + * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch" + * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch" + * rebase to v3.11 final + * [Config] clean up ubuntu/Kconfig and ubuntu/Makefile + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch + * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch + * ubuntu: AUFS -- update to 5ac5fe26a90a818218310e208d17688fddb07622 + * ubuntu: (no-squash) AUFS -- enable aufs + * ubuntu: AUFS -- fix remaining d_count references to use accessor + * ubuntu: lttng -- follow rename of pid_ns + * SAUCE: disable stack-protector for ARM compressed bootloader + + [ Paolo Pisati ] + + * [Config] ARM_ATAG_DTB_COMPAT=y + + [ Rob Herring ] + + * [Config] Enable KVM and virtio for armhf generic-lpae + + [ Tim Gardner ] + + * [Config] CONFIG_ARPD=y + * [Config] CONFIG_ZSWAP=y + - LP: #1215379 + + [ Upstream Kernel Changes ] + + * uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor. + - LP: #1217957 + * ARM: use phys_addr_t for DMA zone sizes + * ARM: highbank: enable DMA zone for LPAE + * ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL + * ARM: highbank: select required errata work-arounds + * DMA: fix AMBA PL08x compilation issue with 64bit DMA address type + * DMA: fix printk warning in AMBA PL08x DMA driver + * ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE + * ARM: move outer_cache declaration out of ifdef + * ARM: highbank: avoid L2 cache smc calls when PL310 is not present + * ARM: highbank: clean-up some unused includes + * ARM: xen: only set pm function ptrs for Xen guests + + [ Upstream Kernel Changes ] + + * rebase to v3.11 + + -- Andy Whitcroft Tue, 03 Sep 2013 17:08:06 +0100 + +linux (3.11.0-4.9) saucy; urgency=low + + [ Tim Gardner ] + + * rebase to v3.11-rc7 + * Release tracker + - LP: #1216962 + + [ Upstream Kernel Changes ] + + * mwifiex: do not create AP and P2P interfaces upon driver loading + - LP: #1212720 + + -- Tim Gardner Mon, 26 Aug 2013 06:25:35 -0600 + +linux (3.11.0-3.8) saucy; urgency=low + + [ Johannes Berg ] + + * SAUCE: mac80211: ignore (E)CSA in probe response frames + - LP: #1201470 + + -- Tim Gardner Fri, 23 Aug 2013 09:47:36 -0600 + +linux (3.11.0-3.7) saucy; urgency=low + + [ Tim Gardner ] + + * SAUCE: (no-up) hv_vss_daemon -- prevent self-daemonising to allow + upstart to track + * SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the local + linux/hyperv.h + * SAUCE: hv: Add vss daemon to Makefile + * [Debian] Add hv_vss_daemon to tools package + - LP: #1213282 + * [Config] Fix ubuntu directoy Kbuilds + - LP: #1181755 + + -- Tim Gardner Tue, 20 Aug 2013 08:34:05 -0600 + +linux (3.11.0-3.6) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] tools: conditionalise x86 and hyper-v tools sensibly + * [Config] tools: enable x86 and hyper-v + + [ John Johansen ] + + * Revert "SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable + snapshot" + * Revert "SAUCE: (no-up) apparmor: fix apparmor module status for none + root users" + * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot + + [ Joseph Salisbury ] + + * SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops + - LP: #1210848 + + [ Kamal Mostafa ] + + * [debian] tools: ship 'cpupower' in linux-tools + - LP: #1158668 + * [Config] Build-dep on libpci-dev for cpu tools + - LP: #1158668 + + [ Tim Gardner ] + + * rebase to v3.11-rc6 + * Release tracker + - LP: #1213941 + + -- Tim Gardner Fri, 16 Aug 2013 07:02:07 -0600 + +linux (3.11.0-2.5) saucy; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_PM_DEBUG=y + - LP: #1210539 + * rebase to v3.11-rc5 + * Release tracker + - LP: #1211378 + + -- Tim Gardner Mon, 12 Aug 2013 06:10:39 -0600 + +linux (3.11.0-1.4) saucy; urgency=low + + [ Tim Gardner ] + + * Bump ABI when making changes to the inclusion list lest + you cause conflicts with existing installed kernel + packages. + - LP: #1210331 + + -- Tim Gardner Fri, 09 Aug 2013 03:03:51 +0100 + +linux (3.11.0-0.3) saucy; urgency=low + + [ Tim Gardner ] + + * [Config] Include rbd and kvm in the virtual inclusion list + - LP: #1206961 + * [Config] Removed obsolete inclusion list entries + + -- Tim Gardner Tue, 06 Aug 2013 08:52:14 +0100 + +linux (3.11.0-0.2) saucy; urgency=low + + [ Bruce Allan ] + + * SAUCE: (no-up) e1000e: fix I217/I218 PHY initialization flow + - LP: #1206757 + * SAUCE: (no-up) e1000e: enable support for new device IDs + - LP: #1206757 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot + + [ Paolo Pisati ] + + * build vexpress a15 dtb + * [Config] disable Broadcom bcm support (ARCH_BCM) + * [Config] disable Allwinner a1x support (ARCH_SUNXI) + * [Config] disable WonderMedia WM8850 support (ARCH_WM8850) + * [Config] disable Rockchip support (ARCH_ROCKCHIP) + * [Config] disable STMicroelectronics STiH41x SOCs (ARCH_STI) + * [Config] disable TI Keystone, AM43xx and OMAP5 support + * [Config] ARM_APPENDED_DTB=y + + [ Tim Gardner ] + + * rebase to v3.11-rc4 + * overlayfs: Update to v19 + * [Config] Enable overlayfs + * SAUCE: Fix lttng compile errors + + [ Upstream Kernel Changes ] + + * rebase to v3.11-rc4 + - LP: #1163720 + - LP: #1162026 + - LP: #1195636 + - LP: #1195597 + - LP: #1180409 + - LP: #1168430 + + -- Tim Gardner Sun, 04 Aug 2013 03:45:31 -0600 + +linux (3.11.0-0.1) saucy; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to 64ccccf8525fee499625b517c0faadf784c79e93 + - LP: #1163720 + - LP: #1162026 + - LP: #1195636 + - LP: #1195597 + - LP: #1180409 + - LP: #1168430 + + -- Tim Gardner Mon, 08 Jul 2013 08:50:46 -0600 + +linux (3.10.0-2.10) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_INTEL_MEI*=m + - LP: #1196155 + * [Config] CONFIG_DEBUG_INFO=y + + [ Stephen Warren ] + + * [Config] fix Calxeda xgmac module filename + + [ Upstream Kernel Changes ] + + * Revert "serial: 8250_pci: add support for another kind of NetMos + Technology PCI 9835 Multi-I/O Controller" + - LP: #1190967 + * mfd: lpc_ich: Add support for Intel Avoton SoC + - LP: #1196658 + + -- Andy Whitcroft Fri, 05 Jul 2013 18:08:02 +0100 + +linux (3.10.0-2.9) saucy; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.10 + + [ John Johansen ] + + * Revert "SAUCE: (no-up) apparmor: Fix quieting of audit messages for + network mediation" + * Revert "SAUCE: (no-up) apparmor: Fix compile warnings" + * Revert "SAUCE: (no-up) AppArmor: basic networking rules" + * Revert "SAUCE: (no-up) apparmor: Add the ability to mediate mount" + * Revert "SAUCE: (no-up) AppArmor: Add profile introspection file to + interface" + * Revert "SAUCE: (no-up) AppArmor: Disable Add PR_{GET,SET}_NO_NEW_PRIVS + to prevent execve from granting privs" + * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot + + [ Upstream Kernel Changes ] + + * rebase to v3.10 + + -- Andy Whitcroft Mon, 01 Jul 2013 17:42:29 +0100 + +linux (3.10.0-1.8) saucy; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1195717 + + [ Andy Whitcroft ] + + * Revert "ubuntu: overlayfs -- follow change to do_splice_direct + interface" + * Revert "ubuntu: overlayfs -- expose do_splice_direct prototype" + * Revert "SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path + reference" + * Revert "ubuntu: overlayfs -- add FS_ALIAS" + * Revert "ubuntu: overlayfs -- + overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode" + * Revert "ubuntu: overlayfs -- ovl-switch-to-inode_permission" + * Revert "ubuntu: overlayfs -- vfs-export-inode_permission-to-modules" + * Revert "ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link" + * Revert "ubuntu: overlayfs -- + overlayfs-fix-possible-leak-in-ovl_new_inode" + * Revert "ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth" + * Revert "ubuntu: overlayfs -- overlay-overlay-filesystem-documentation" + * Revert "ubuntu: overlayfs -- overlayfs-implement-show_options" + * Revert "ubuntu: overlayfs -- overlayfs-add-statfs-support" + * Revert "ubuntu: overlayfs -- overlay filesystem" + * Revert "ubuntu: overlayfs -- vfs-introduce-clone_private_mount" + * Revert "ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules" + * Revert "ubuntu: overlayfs -- vfs-add-i_op-dentry_open" + * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support + + [ Erez Zadok ] + + * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options + + [ Miklos Szeredi ] + + * ubuntu: overlayfs v18 -- -- vfs: add i_op->dentry_open() + * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules + * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs v18 -- -- overlay filesystem + * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth + + [ Neil Brown ] + + * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem documentation + + [ Tim Gardner ] + + * [Config] CONFIG_SUNRPC_DEBUG=y + - LP: #1127319 + + -- Andy Whitcroft Fri, 28 Jun 2013 10:26:52 +0100 + +linux (3.10.0-0.7) saucy; urgency=low + + [ Andy Whitcroft ] + + * autopkgtest: switch Depends: to build-essential + + -- Andy Whitcroft Tue, 25 Jun 2013 08:40:55 +0100 + +linux (3.10.0-0.6) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_ARCH_TEGRA to fix FTBFS on armhf + * SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path reference + - LP: #1098378 + * ubuntu: AUFS -- update to 4f14cef47eb7c23eda7198931fbab1040866b6ee + * ubuntu: overlayfs -- expose do_splice_direct prototype + * ubuntu: overlayfs -- follow change to do_splice_direct interface + * [Config] flip CONFIG_NO_HZ_FULL_ALL off as it is overheating machines + - LP: #1192691 + + [ Stefan Bader ] + + * (d-i) Add dm-snapshot to md-modules + - LP: #1191726 + + [ Tim Gardner ] + + * Release tracker + - LP: #1194149 + * [Config] CONFIG_WIL6210=n for armhf + * [Config] d-i: Add calxedaxgmac to nic-modules + - LP: #1192358 + * [debian] Use dh_strip + - LP: #1192759 + * [Config] Enable perf for armhf + * do_tools=false when cross compiling + * [Config] CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y + - LP: #1108082 + + [ Upstream Kernel Changes ] + + * nsp32: switch reset delay to msleep() as it is tooo long + * alx: add a simple AR816x/AR817x device driver + Plucked from linux-next. replaces ubuntu/alx in favor of + 'to be merged' version in 3.11. + * rebase to v3.10-rc7 + - LP: #1189363 + + -- Tim Gardner Sat, 22 Jun 2013 18:10:31 -0600 + +linux (3.10.0-0.5) saucy; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.10-rc6 + * [Config] updateconfigs following rebase to v3.10-rc6 + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc6 + + -- Andy Whitcroft Mon, 17 Jun 2013 11:12:39 +0100 + +linux (3.10.0-0.4) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Config] updateconfigs following rebase to v3.10-rc4 + + -- Andy Whitcroft Mon, 10 Jun 2013 11:42:28 +0100 + +linux (3.10.0-0.3) saucy; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.10-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc5 + - LP: #1186170 + + -- Andy Whitcroft Mon, 10 Jun 2013 09:23:31 +0100 + +linux (3.10.0-0.2) saucy; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.10-rc4 + * [Config] CONFIG_BINFMT_SCRIPT=y to fix booting initramfs scripts + * [Config] enable SND_PCM_DEBUG SND_PCM_XRUN_DEBUG + - LP: #1187744 + * [Config] enforce CONFIG_BINFMT_SCRIPT=y + + [ Dave Chiluk ] + + * SAUCE: ncpfs: fix rmdir returns Device or resource busy + - LP: #1035226 + + [ Tim Gardner ] + + * rebase to v3.10-rc3 + * [Config] sparc be gone + * [Config] ia64 be gone + * d-i: block-modules provides nbd-modules + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc4 + * rebase to v3.10-rc3 + + -- Tim Gardner Tue, 28 May 2013 06:16:46 -0600 + +linux (3.10.0-0.1) saucy; urgency=low + + [ Tim Gardner ] + + * UBUNTU: Disabled lttng + * UBUNTU: Disable aufs for FTBS + * UBUNTU: Disabled alx + * UBUNTU: alx: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* + * UBUNTU: rebase to v3.10-rc2 + * UBUNTU: SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam + + [ Andy Whitcroft ] + + * UBUNTU: [Config] update standards version to 3.9.4.0 + * UBUNTU: [Config] squash duplicate package description (long and short) + * UBUNTU: [Config] fix up Vcs-git: to point to saucy + * UBUNTU: [Config] drop depenancy on util-linux as is Essential + * UBUNTU: [Config] drop redundant Build-Conficts: + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc2 + - LP: #1180351 + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc1 + - LP: #1172151 + - LP: #1089795 + - LP: #1167270 + - LP: #1128840 + + -- Tim Gardner Tue, 14 May 2013 13:41:07 -0600 + +linux (3.10.0-0.0) saucy; urgency=low + + * Dummy + + -- Tim Gardner Thu, 09 May 2013 20:30:40 +0100 + +linux (3.9.0-2.6) saucy; urgency=low + + [ Tim Gardner ] + + * rebase to v3.9.2 + + -- Tim Gardner Thu, 09 May 2013 20:30:40 +0100 + +linux (3.9.0-1.5) saucy; urgency=low + + [ Tim Gardner ] + + * rebase to v3.9.1 + + -- Tim Gardner Wed, 08 May 2013 12:49:45 -0400 + +linux (3.9.0-0.4) saucy; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: overlayfs -- add FS_ALIAS + + [ Tim Gardner ] + + * Added lttng + - LP: #1175784 + + -- Tim Gardner Thu, 02 May 2013 17:17:13 -0400 + +linux (3.9.0-0.3) saucy; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v3.9 + + -- Tim Gardner Mon, 29 Apr 2013 18:20:00 -0400 + +linux (3.9.0-0.2) saucy; urgency=low + + [ Tim Gardner ] + + * Enable extras packaging for amd64/i386. + Fixes build depenencies with brittany and linux-meta. + + -- Tim Gardner Mon, 29 Apr 2013 05:37:01 -0600 + +linux (3.9.0-0.1) saucy; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc8 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc7 + - LP: #1128840 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc6 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc4 + - LP: #1095315 + - LP: #886975 + - LP: #1086921 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc3 + - LP: #1155016 + - LP: #1103594 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc2 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc1 + - LP: #901105 + - LP: #961286 + - LP: #1011792 + - LP: #1128934 + - LP: #886975 + - LP: #978807 + + -- Tim Gardner Wed, 20 Feb 2013 09:12:39 -0700 + +linux (3.8.0-7.14) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_RCU_USER_QS=n + * [Config] CONFIG_MTD_ONENAND_SIM=n + * annotations: add annotations for CONFIG_CC_STACKPROTECTOR + + [ Upstream Kernel Changes ] + + * rebase to v3.8 + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1130111 + * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once + - LP: #1128840 + + -- Tim Gardner Mon, 18 Feb 2013 09:25:56 -0700 + +linux (3.8.0-6.13) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1125364 + * Add ahci modules to d-i + - LP: #1124415 + + + [ Chris Wilson ] + + * SAUCE: drm/i915: Wait for pending flips to complete before tearing down + the encoders + - LP: #1097315 + + -- Tim Gardner Wed, 13 Feb 2013 12:16:48 -0700 + +linux (3.8.0-6.12) raring; urgency=low + + [Tim Gardner] + + * perf: NO_LIBPERL=1 + * Fix linux-headers dependency + * Release Tracking Bug + - LP: #1124362 + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports + - LP: #1121699 + + [ Daniel Vetter ] + + * SAUCE: drm/i915: write backlight harder + - LP: #954661 + + -- Tim Gardner Wed, 13 Feb 2013 10:25:11 -0700 + +linux (3.8.0-6.11) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1122071 + * rebase to v3.8-rc7 + * Add libaudit-dev as a build dependency + * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency. + + [ Leann Ogasawara ] + + * [Config] Remove CONFIG_SATA_AHCI annotation + + -- Tim Gardner Fri, 08 Feb 2013 07:41:13 -0500 + +linux (3.8.0-5.10) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1118568 + + * Bump ABI to fix install issue with 3.8.0-4.8. + Moving drivers/ata/*ahci* to linux-image caused an + install conflict with linux-image-extras without an + ABI bump. + + [ Jan Beulich ] + + * SAUCE: xen-pciback: rate limit error messages from + xen_pcibk_enable_msi{, x}() + - LP: #1117336 + - CVE-2013-0231 + + -- Tim Gardner Thu, 07 Feb 2013 05:38:12 -0700 + +linux (3.8.0-4.9) raring; urgency=low + + [ Herton Ronaldo Krzesinski ] + + * d-i: Add mellanox ethernet drivers to nic-modules + - LP: #1015339 + + [ Joseph Salisbury ] + + * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H + - LP: #1113547 + + [ Kamal Mostafa ] + + * SAUCE: alx driver import script + + [ Qualcomm Atheros, Inc ] + + * SAUCE: alx: Update to heads/master + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1117673 + + * [debian] Remove dangling symlink from headers package + - LP: #1112442 + * [config] CONFIG_ALX=m + * [Config] Add alx to d-i nic-modules + * [Config] CONFIG_SATA_AHCI=m + - LP: #1056563 + + -- Leann Ogasawara Tue, 05 Feb 2013 05:54:32 -0800 + +linux (3.8.0-4.8) raring; urgency=low + + [ Allen Ibara ] + + * SAUCE: imx6: dts: Add IMX6Q AHCI support + + [ Andy Whitcroft ] + + * rebase to v3.8-rc6 + * updateconfigs following rebase to v3.8-rc6 + + [Leann Ogasawara] + + * Release Tracking Bug + - LP: #1112573 + + [ Paolo Pisati ] + + * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM + * [Config] SERIAL_AMBA_PL011=y (vexpress serial console) + * [Config] MMC_ARMMMCI=y (vexpress mmc) + * [Config] FB_ARMCLCD=y (vexpress framebuffer) + + [ Seth Forshee ] + + * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc6 + - LP: #1107477 + + -- Leann Ogasawara Fri, 01 Feb 2013 07:20:59 -0800 + +linux (3.8.0-3.7) raring; urgency=low + + [ Andy Green ] + + * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper + * SAUCE: ARM: omap2 add mac address allocation register api + * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac + allocation + + [ Leann Ogasawara ] + + * rebase to v3.8-rc5 + * Release Tracking Bug + - LP: #1111486 + + [ Paolo Pisati ] + + * SAUCE: davinci: vpss: compilation fix + * [Config] enable TI OMAP4 support (Pandaboard/ES) + * [Config] OMAP_USB2=y (since TWL6030_USB depends on it) + * [Config] enable Freescale IMX6 support (SabreLite) + * [Config] SERIAL_IMX_CONSOLE=y + * [Config] MMC_*_IMX=y + * [Config] disable USB_SUSPEND + * [Config] USB_MXS_PHY=y + * [Config] USB_CHIPIDEA=y + * SAUCE: DTB: add support for multiple DTBs + * SAUCE: DTB: build imx6q-sabrelite + * SAUCE: DTB: build beaglexm + * SAUCE: DTB: build panda/panda es + * [Config] disable CPU_FREQ + * [Config] PANEL_TFP410=y (video DVI output) + * [Config] SND_OMAP_SOC*=y + * [Config] SND_IMX_SOC*=y + * [Config] I2C_IMX=y + * [Config] SPI_IMX=m + + [ Stefan Bader ] + + * [Config] Move 9p modules into generic package + - LP: #1107658 + + [ Tony Lindgren ] + + * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform + kernels + * SAUCE: ARM: OMAP2+: Use omap initcalls + * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform + * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform + * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support + * SAUCE: ARM: OMAP2+: Disable code that currently does not work with + multiplaform + * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support + * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress + * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc5 + - LP: #1096789 + + -- Leann Ogasawara Thu, 31 Jan 2013 06:44:52 -0800 + +linux (3.8.0-2.6) raring; urgency=low + + [ Adam Conrad ] + + * Fix up linux-tools -> SRCPKGNAME-tools rename + + [ Andy Whitcroft ] + + * [Config] re-disable CONFIG_SOUND_OSS + - LP: #1105230 + + [ Arend van Spriel ] + + * SAUCE: brcmsmac: fix tx status processing + + [Leann Ogasawara] + + * Release Tracking Bug + - LP: #1105104 + + -- Leann Ogasawara Fri, 25 Jan 2013 11:56:30 -0800 + +linux (3.8.0-1.5) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1101235 + + [ Dudley Du ] + + * SAUCE: Input: add support for Cypress PS/2 Trackpads + - LP: #978807 + + [ Kamal Mostafa ] + + * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes + * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch + * [Config] Add CONFIG_PS2_CYPRESS + + [ Tim Gardner ] + + * rebase to v3.8-rc4 + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc4 + - LP: #1095315 + - LP: #886975 + - LP: #1086921 + + -- Leann Ogasawara Thu, 17 Jan 2013 10:50:22 -0800 + +linux (3.8.0-0.4) raring; urgency=low + + [ Leann Ogasawara ] + + * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation + * [Config] Update CONFIG_IIO build annotation + * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation + * [Config] Remove CONFIG_SPI_DW_MMIO annotation + * [Config] Remove CONFIG_SPI_PL022 annotation + * [Config] Update CONFIG_EZX_PCAP annotation + * [Config] Update CONFIG_SENSORS_AK8975 annotation + * [Config] Disable CONFIG_DRM_MGAG200 + - LP: #1042903 + + -- Leann Ogasawara Mon, 14 Jan 2013 10:01:50 -0800 + +linux (3.8.0-0.3) raring; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and + uselib()" + + [ Scott James Remnant ] + + * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib() + (for v3.7+) + - LP: #1085766, #462111 + + -- Andy Whitcroft Fri, 11 Jan 2013 16:57:27 +0000 + +linux (3.8.0-0.2) raring; urgency=low + + [ Tim Gardner ] + + * [packaging] Add macro to selectively disable building perf + * [packaging] Cannot depend on universe package libaudit-dev + + -- Tim Gardner Thu, 10 Jan 2013 12:43:24 -0700 + +linux (3.8.0-0.1) raring; urgency=low + + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc3 + - LP: #1096789 + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc2 + - LP: #1082357 + - LP: #1075882 + + -- Andy Whitcroft Mon, 17 Dec 2012 10:35:09 +0000 + +linux (3.7.0-7.15) raring; urgency=low + + [ Chris J Arges ] + + * SAUCE: add eeprom_bad_csum_allow module parameter + - LP: #1070182 + + [ Leann Ogasawara ] + + * Add ceph to linux-image for virtual instances + - LP: #1063784 + + [ Serge Hallyn ] + + * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD + + [ Tim Gardner ] + + * [Config] CONFIG_SLUB_DEBUG=y + - LP: #1090308 + + [ Upstream Kernel Changes ] + + * Revert "[SCSI] sd: Implement support for WRITE SAME" + - LP: #1089818 + + -- Leann Ogasawara Wed, 12 Dec 2012 06:50:20 -0800 + +linux (3.7.0-6.14) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] annotations: all new annotations scheme including defaults + * [Configs] apply annotation updates to main configs (top section) + + [ Leann Ogasawara ] + + * Revert "SAUCE: include and for mmc_core arm + build" + * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error" + * Temporarily disable module check for build + + [ Stefan Bader ] + + * ubuntu: dm-raid45: Adapt to upstream interface changes + * Re-enable build of dm-raid45 + + [ Tim Gardner ] + + * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc + * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error + * SAUCE: drm: Fix possible EDID memory allocation oops + * SAUCE: ttm: Fix possible _manager memory allocation oops + * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request + * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to + 2 pointers + + [ Tomas Hozza ] + + * SAUCE: tools: hv: Netlink source address validation allows DoS + - LP: #1084777 + - CVE-2012-5532 + + [ Upstream Kernel Changes ] + + * rebase to v3.7 + + -- Leann Ogasawara Wed, 05 Dec 2012 14:11:12 -0800 + +linux (3.7.0-5.13) raring; urgency=low + + [ Lino Sanfilippo ] + + * SAUCE: inotify, fanotify: replace fsnotify_put_group() with + fsnotify_destroy_group() + - LP: #922906 + * SAUCE: fsnotify: introduce fsnotify_get_group() + - LP: #922906 + * SAUCE: fsnotify: use reference counting for groups + - LP: #922906 + * SAUCE: fsnotify: take groups mark_lock before mark lock + - LP: #922906 + * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that + indicates wheather a mark should be destroyed + - LP: #922906 + * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups + mark list + - LP: #922906 + * SAUCE: fsnotify: pass group to fsnotify_destroy_mark() + - LP: #922906 + * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and + fsnotify_remove_mark() + - LP: #922906 + * SAUCE: fsnotify: dont put marks on temporary list when clearing marks + by group + - LP: #922906 + * SAUCE: fsnotify: change locking order + - LP: #922906 + + [ Tim Gardner ] + + * [Config] CONFIG_NFC_LLCP=y + * [Config] get-firmware: Filter new files through fwinfo + * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches + * [Config] CONFIG_DRM_EXYNOS_HDMI=y + * [Config] CONFIG_XEN=y for all arches + * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m + * [Config] CONFIG_MMC_DW_EXYNOS=m + * [Config] CONFIG_GPIO_ADNP=m + * [Config] find-obsolete-firmware: Use correct path + * rebase to v3.7-rc8 + - LP: #1084640 + + [ Upstream Kernel Changes ] + + * Revert "VFS: don't do protected {sym,hard}links by default" + - LP: #1084192 + + -- Tim Gardner Wed, 28 Nov 2012 16:07:08 +0000 + +linux (3.7.0-4.12) raring; urgency=low + + [ Tim Gardner ] + + * Revert "[Config] Use -j1 for headers_install" + * Revert "[Config] install-arch-headers needs a valid config" + Strayed into the weeds in search of the root cause of the periodic + build failure. + Fixes powerpc FTBS introduced in -4.11. + * [Config] hmake -j1 + The kernel makefile appears to have parallel dependency + problems for the install_headers target. This appears to be root + cause for a periodic build failure on N-way machines. + + -- Leann Ogasawara Tue, 27 Nov 2012 12:33:06 -0800 + +linux (3.7.0-4.11) raring; urgency=low + + [ Tim Gardner ] + + * [Config] Use -j1 for headers_install + Also fixes a powerpc FTBS introduced by + "[Config] install-arch-headers needs a valid config". + + -- Tim Gardner Tue, 27 Nov 2012 10:19:30 -0700 + +linux (3.7.0-4.10) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] add rebuild-test support for autopkgtest + - LP: #1081500 + * [tests] move build tests out of the way + - LP: #1081500 + * [tests] add an autopkgtest rebuild test + - LP: #1081500 + + [ Tim Gardner ] + + * rebase to v3.7-rc7 + * SAUCE: Remove emi62 files duplicated in linux-firmware + * SAUCE: Remove sb16 files duplicated in linux-firmware + * SAUCE: Remove whiteheat files duplicated in linux-firmware + * SAUCE: Remove yamaha files duplicated in linux-firmware + * SAUCE: Remove dsp56k files used only by m68k + * SAUCE: firmware: Remove last vestiges of dabusb + * SAUCE: Remove vicam files duplicated in linux-firmware + * [Config] install-arch-headers needs a valid config + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc7 + - LP: #1076840 + - LP: #1081466 + + -- Leann Ogasawara Wed, 21 Nov 2012 06:07:23 -0800 + +linux (3.7.0-3.9) raring; urgency=low + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y + - LP: #1079900 + * Add nfsv3 to nfs-modules udeb + + [ Paolo Pisati ] + + * [Config] SND_OMAP_SOC*=y + - LP: #1019321 + + [ Stefan Bader ] + + * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit + - LP: #1078926 + + [ Tim Gardner ] + + * Revert "SAUCE: SECCOMP: audit: always report seccomp violations" + - LP: #1079469 + * Revert "SAUCE: omap3 clocks .dev_id = NULL" + * rebase to v3.7-rc6 + * SAUCE: script to detect obsolete firmware + * SAUCE: Remove yam files duplicated in linux-firmware + * SAUCE: Remove tehuti files duplicated in linux-firmware + * SAUCE: Remove matrox files duplicated in linux-firmware + * SAUCE: Remove cxgb3 files duplicated in linux-firmware + * SAUCE: Remove r128 files duplicated in linux-firmware + * SAUCE: Remove acenic files duplicated in linux-firmware + * SAUCE: Remove keyspan files duplicated in linux-firmware + * SAUCE: Remove sun files duplicated in linux-firmware + * SAUCE: Remove radeon files duplicated in linux-firmware + * SAUCE: Update bnx2x firmware to 7.8.2.0 + * [Config] generic.inclusion-list: econet has disappeared + + [ Upstream Kernel Changes ] + + * seccomp: forcing auditing of kill condition + - LP: #1079469 + * rebase to v3.7-rc6 + + -- Leann Ogasawara Tue, 20 Nov 2012 12:28:55 -0800 + +linux (3.7.0-2.8) raring; urgency=low + + [ Andy Whitcroft ] + + * Revert "overlayfs: disable until FTBS is fixed" + * Revert "ubuntu: overlayfs" + * Revert "ubuntu: AUFS" + * ubuntu: overlayfs -- overlayfs: add statfs support + * ubuntu: overlayfs -- ovl: switch to __inode_permission() + * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying + inode + - LP: #944386 + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: AUFS (no-squash) -- aufs3-base.patch + * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch + * ubuntu: AUFS: aufs-update -- follow the uapi header changes + * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f + * ubuntu: AUFS (no-squash) -- reenable + - LP: #1079193 + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: add i_op->dentry_open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + * ubuntu: overlayfs -- vfs: export __inode_permission() to modules + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Robin Dong ] + + * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode + * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link + + -- Andy Whitcroft Thu, 15 Nov 2012 13:35:12 +0000 + +linux (3.7.0-1.7) raring; urgency=low + + [ Tim Gardner ] + + * [Config] Drop dependency on libaudit-dev + Its a universe package which causes an FTBS on the builders. + libaudit-dev is not strictly required for the perf tools build. + + -- Tim Gardner Wed, 14 Nov 2012 10:08:13 -0700 + +linux (3.7.0-1.6) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] enforce -- switch CONFIG_NVRAM to more readable form + * [Config] better encode the CONFIG_NVRAM constaint + * enforcer -- fix debugging output + + [ Ben Collins ] + + * [Config] Add custom_override rule to allow for alternate kernel + file/install + * [Config] Use SRCPKGNAME as prefix for indep linux headers package + + [ Tim Gardner ] + + * [Config] Dropped armel + * Drop highbank from ABI fetch list + * [Config] Use dh_prep instead of 'dh_clean -k' + * [Config] Build depend on libaudit-dev, libunwind8-dev for tools + * [Config] Document binary-indep dependency chain + * rebase to v3.7-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc5 + + -- Tim Gardner Tue, 13 Nov 2012 07:13:37 -0500 + +linux (3.7.0-0.5) raring; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_AMD_IOMMU_V2=m + - LP: #1071520 + * [Config] CONFIG_MTD_ONENAND_SIM=n for armel + Fixes FTBS + + -- Tim Gardner Thu, 08 Nov 2012 15:45:39 -0500 + +linux (3.7.0-0.4) raring; urgency=low + + [ Ben Collins ] + + * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours + + [ Tim Gardner ] + + * [Config] do_tools=false for arm + + -- Tim Gardner Thu, 08 Nov 2012 05:39:51 -0700 + +linux (3.7.0-0.3) raring; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf + * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf + * [Config] Drop highbank harder + + -- Tim Gardner Wed, 07 Nov 2012 18:11:45 +0000 + +linux (3.7.0-0.2) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual + instances + - LP: #1066921 + * [Config] drop highbank builds + + [ Jeremy Kerr ] + + * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable + - LP: #1063061 + + [ Leann Ogasawara ] + + * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1 + + [ Tim Gardner ] + + * [Config] Dropped powerpc/ppc64 in favour of the community kernel + * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank + * rebase to v3.7-rc4 + * SAUCE: MODSIGN: Emit error for incorrectly signed module + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc4 + + -- Tim Gardner Mon, 05 Nov 2012 05:35:41 -0700 + +linux (3.7.0-0.1) raring; urgency=low + + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc3 + - LP: #1056078 + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc2 + - LP: #1060729 + - LP: #1059523 + - LP: #1006690 + - LP: #1049623 + - LP: #1046512 + - LP: #1052499 + - LP: #1037642 + - LP: #559939 + - LP: #1052460 + - LP: #939161 + - LP: #1046734 + + -- Tim Gardner Tue, 02 Oct 2012 08:13:07 -0600 + +linux (3.6.0-0.1) UNRELEASED; urgency=low + + + [ Upstream Kernel Changes ] + + * rebase to v3.6 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc7 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc6 + - LP: #1000424 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc5 + - LP: #1040077 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc4 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc3 + - LP: #1038651 + - LP: #1034779 + + -- Leann Ogasawara Tue, 24 Jul 2012 06:37:09 -0700 + +linux (3.5.0-6.6) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6 + experimental features + * SAUCE: highbank -- export clock functions for modules + * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900 + * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI + * [Config] highbank -- reenable CONFIG_RFKILL_GPIO + * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3 + * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3 + * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG + * [Config] highbank -- reenable CONFIG_FB_ARMCLCD + * [Config] highbank -- reenable CONFIG_DW_DMAC + * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD + * [Config] highbank -- reenable CONFIG_USB_MV_UDC + * [Config] highbank -- reenable CONFIG_USB_DWC3 + * [Config] highbank -- reenable CONFIG_SATA_MV + * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF + * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM + * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI + * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010 + * [Config] highbank -- reenable CONFIG_ATMEL_PWM + * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE + * [Config] highbank -- enable CONFIG_EXPERT + * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE + * [Config] enable CONFIG_USB_DYNAMIC_MINORS + * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED + * [Config] enable CONFIG_USB_ETH_EEM + * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB + * [Config] disable CONFIG_USB_M66592 + * [Config] enable CONFIG_USB_NET2272 + * [Config] enable CONFIG_USB_R8A66597 + * [Config] annotate: CONFIG_USB_OMAP not required for our h/w + * [Config] set CONFIG_USB_MUSB_HDRC=m for omap + * [Config] annotate: CONFIG_USB_G_MULTI fix rule + * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP + * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200 + * [Config] sync configuration armhf omap -> armel omap + * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4 + * [Config] disable CONFIG_OMAP_IOVMM is deprecated + + [ Bryan Wu ] + + * [Config] change default IO scheduler from CFQ to Deadline + + [ Leann Ogasawara ] + + * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc" + * [Config] Disable CONFIG_MOUSE_INPORT + + [ Tim Gardner ] + + * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51 + * [Config] Add bnx2x firmware to nic-modules udeb + * SAUCE: Add script to convert firmware to ihex format + * SAUCE: firmware: Upgrade bnx2 to current versions + * [Config] Add tigon firmware to nic-modules udeb + * [Config] CONFIG_EARLY_PRINTK_DBGP=y + - LP: #1026761 + * SAUCE: Remove redundant cis firmware + * SAUCE: Remove redundant emi26 firmware + * SAUCE: Remove redundant ttusb-budget firmware + * SAUCE: Remove redundant sun/cassini firmware + * SAUCE: Remove redundant ositech/Xilinx7OD firmware + * SAUCE: Remove redundant 3com/typhoon.bin firmware + * SAUCE: Remove redundant yamaha/ds1 firmware + * SAUCE: Remove redundant keyspan_pda firmware + * rebase to v3.5 + + [ Upstream Kernel Changes ] + + * rebase to v3.5 + - LP: #1027828 + + -- Leann Ogasawara Mon, 23 Jul 2012 05:57:04 -0700 + +linux (3.5.0-5.5) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] annotations: initial import of configuration annotations + + [ Bryan Wu ] + + * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker + + [ Leann Ogasawara ] + + * Rebase to v3.5-rc7 + + [ Manoj Iyer ] + + * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0 + - LP: #1010281 + + [ Tim Gardner ] + + * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy + expects + * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n + * [Config] CONFIG_BRIDGE_EBT_ULOG=n + * [Config] CONFIG_IP_NF_QUEUE=n + * [Config] CONFIG_MTD_DOC2000=n + * [Config] CONFIG_PRINT_QUOTA_WARNING=n + * [Config] CONFIG_PRISM54=n + * [Config] CONFIG_SCx200_I2C=n + * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc7 + + -- Leann Ogasawara Mon, 16 Jul 2012 15:38:41 -0700 + +linux (3.5.0-4.4) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] getabis should be extracting all packages + - LP: #1021174 + * [Config] getabis -- series uses linux-image-extra + - LP: #1021174 + * rebase to v3.5-rc6 + + [ Bryan Wu ] + + * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all + flavours + * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX + - LP: #1019561 + + [ Paolo Pisati ] + + * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y + - LP: #1019321 + + [ Stefan Bader ] + + * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer + - LP: #1018456 + * (config) Disable ACPI_PROCFS_POWER + + [ Tim Gardner ] + + * [Config] CONFIG_ACPI_BGRT=y + * Extract firmware module info during getabi + - LP: #1021174 + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc6 + + -- Leann Ogasawara Mon, 09 Jul 2012 08:50:20 -0700 + +linux (3.5.0-3.3) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_MEMTEST=y + - LP: #1004535 + * [Config] config-check: add support for a cut operation + * [Config] enforcer -- switch to cut where appropriate + + [ Leann Ogasawara ] + + * Rebase to v3.5-rc5 + * [Config] Updateconfigs after rebase to v3.5-rc5 + + [ Luis Henriques ] + + * SAUCE: ocfs2: Fix NULL pointer dereferrence in + __ocfs2_change_file_space + - LP: #1006012 + + [ Seth Forshee ] + + * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking + for LVDS register initialization + - LP: #1012800 + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc5 + - LP: #1013183 + - LP: #1017017 + - LP: #884652 + + -- Leann Ogasawara Mon, 02 Jul 2012 06:41:58 -0700 + +linux (3.5.0-2.2) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.5-rc4 + + [ Arend van Spriel ] + + * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in + brcms_c_regd_init() + - LP: #950320 + + [ Bryan Wu ] + + * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM + + [ Chris J Arges ] + + * PACKAGING: add .gnu_debuglink sections to .ko files + - LP: #669641 + + [ Leann Ogasawara ] + + * d-i: Add hid-generic to input-modules + - LP: #1017879 + + [ Ming Lei ] + + * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12" + - LP: #1017717, #225 + + [ Paolo Pisati ] + + * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)" + - LP: #1017718 + * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3 + + [ Seth Forshee ] + + * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits + during initialization + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified + by mac80211 + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz + channels + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2 + regulatory domain + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on + regulatory updates + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for + tx power limits + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels + against internal regulatory data + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain + when checking whether OFDM is allowed + - LP: #950320 + + [ Tim Gardner ] + + * [Config] Enable CONFIG_CGROUPS for highbank + - LP: #1014692 + * [Config] FB_OMAP*=y and PANEL_TFP410=y + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc4 + + -- Leann Ogasawara Tue, 26 Jun 2012 06:21:05 -0700 + +linux (3.5.0-1.1) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m + + [ Leann Ogasawara ] + + * Rebase to v3.5-rc1 + * [Config] Remove USB_DEVICEFS from the config enforcer + * [Config] Updateconfigs after rebase to v3.5-rc1 + * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm + * [Config] Temporarily disable CONFIG_EZX_PCAP on arm + * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm + * [Config] Temporarily disable CONFIG_TI_CPSW on arm + * [Config] Temporarily disable CONFIG_GPIO_EM on arm + * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf + * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf + * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf + * Rebase to v3.5-rc2 + * [Config] Updateconfigs after rebase to v3.5-rc2 + * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc + * Rebase to v3.5-rc3 + * [Config] Updateconfigs after rebase to v3.5-rc3 + + [ Paul Mundt ] + + * SAUCE: fix bug.h's inclusion of kernel.h + + [ Stefan Bader ] + + * SAUCE: Fix compile failures of dm-raid45 + * [Config] Enable dm-raid45 + * Move dependency on crda to extra package + - LP: #657901 + * SAUCE: Mask CR4 writes on older Xen hypervisors + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc3 + - LP: #993162 + - LP: #925577 + * rebase to v3.5-rc2 + * rebase to v3.5-rc1 + - LP: #955892 + - LP: #978038 + - LP: #987371 + - LP: #929545 + - LP: #942316 + - LP: #903853 + + -- Leann Ogasawara Fri, 08 Jun 2012 14:28:46 -0700 + +linux (3.4.0-5.11) quantal-proposed; urgency=low + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_ARM_LPAE + - LP: #1009061 + + [ Oleksij Rempel ] + + * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred + - LP: #1008905 + + [ Paolo Pisati ] + + * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+. + - LP: #1009061 + + -- Leann Ogasawara Tue, 05 Jun 2012 08:06:28 -0700 + +linux (3.4.0-4.10) quantal; urgency=low + + [ Leann Ogasawara ] + + * Temporarily disable ABI and module check + + -- Leann Ogasawara Mon, 04 Jun 2012 20:27:31 -0700 + +linux (3.4.0-4.9) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] fix config split to avoid the shared config + * [Config] updateconfigs following split config fix + * [Config] linux-image-extras needs full postinst + * [Config] CONFIG_BLK_DEV_NVME commonise across architectures + * [Config] CONFIG_HP_WATCHDOG enable as module + * [Config] CONFIG_PDC_ADMA is not boot essential + * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86 + * [Config] CONFIG_VT6655/CONFIG_VT6656=m + * [Config] CONFIG_TRANZPORT=m commonise + * [Config] CONFIG_R3964=m commonise + * [Config] CONFIG_SCSI_DH=m commonise + * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise + * [Config] CONFIG_AMD_PHY=y phys are not autoloadable + * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise + * [Config] CONFIG_SCSI_SPI_ATTR=m commonise + * [Config] CONFIG_USB_SN9C102 is deprecated disable + * [Config] CONFIG_USB_SI470X=m commonise + * [Config] CONFIG_USB_ET61X251=m commonise + * [Config] CONFIG_RTS_PSTOR=m commonise + * [Config] CONFIG_SCANLOG=m commonise + * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise + * [Config] CONFIG_SM_FTL=m commonise + * [Config] CONFIG_SOLO6X10=m commonise + * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead + * [Config] CONFIG_SPI_DESIGNWARE=m commonise + * [Config] CONFIG_SPI_SPIDEV=m commonise + * [Config] CONFIG_TABLET_USB_WACOM=m commonise + * [Config] CONFIG_TPS65010=m commonise + * [Config] CONFIG_STE10XP=y commonise + * [Config] CONFIG_X25_ASY=m commonise + * [Config] CONFIG_USB_MON=m commonise + * [Config] CONFIG_VME_BUS=m commonise + * [Config] CONFIG_W35UND=m commonise + * [Config] -CONFIG_TCG_TPM=y commonise + * [Config] highbank -- commonise filesystems + * [Config] highbank -- commonise subsystems + * [Config] highbank -- commonise network protocols + * [Config] highbank -- commonise input drivers + * [Config] highbank -- commonise CRYPTO options + * [Config] highbank -- commonise HID options + * [Config] highbank -- commonise sensors options + * [Config] highbank -- commonise EXPORTFS/FHANDLE + * [Config] highbank -- commonise CONFIG_CRYPTO_LZO + * [Config] highbank -- commonise ENCRYPTED_KEYS + * [Config] highbank -- commonise CONFIG_ATALK + * [Config] highbank -- commonise INET/INET6 + * [Config] highbank -- commonise NLS + * [Config] highbank -- commonise BLK/CHR + * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank + * [Config] highbank -- commonise INET/INET6 part 2 + * [Config] highbank -- commonise PHY settings + * [Config] highbank -- commonise CRC settings + * [Config] highbank -- commonise BINFMT settings + * [Config] highbank -- commonise DM settings + * [Config] highbank -- commonise RTC_DRV settings + * [Config] highbank -- commonise KEYBOARD/MOUSE settings + * [Config] highbank -- commonise USB settings + * [Config] highbank -- commonise GPIO settings + * [Config] highbank -- commonise I2C settings + * [Config] highbank -- commonise numerous subsystem selectors + * [Config] highbank -- commonise A-C modules missmatches + * [Config] highbank -- commonise D-F modules missmatches + * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart + * [Config] highbank -- commonise G-I modules missmatches + * [Config] highbank -- commonise J-L modules missmatches + * [Config] highbank -- commonise M modules missmatches + * [Config] highbank -- commonise N-P modules missmatches + * [Config] highbank -- commonise Q-R modules missmatches + * [Config] highbank -- commonise S modules missmatches -- part 1 + * [Config] highbank -- commonise S modules missmatches -- part 2 + * [Config] highbank -- commonise T modules missmatches + * [Config] highbank -- commonise U-Z modules missmatches + + [ Ike Panhc ] + + * [Config] add highbank flavour + - LP: #1000831 + + [ Mark Langsdorf ] + + * SAUCE: arm highbank: add support for pl320-ipc driver + - LP: #1000831 + + [ Rob Herring ] + + * SAUCE: input: add a key driver for highbank + - LP: #1000831 + * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2 + - LP: #1000831 + * SAUCE: force DMA buffers to non-bufferable on highbank + - LP: #1000831 + * SAUCE: net: calxedaxgmac: fix net timeout recovery + - LP: #1000831 + + [ Tim Gardner ] + + * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n + * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y + * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared + * [Config] Homogenize CIFS configs across all arches + * [Config] armhf should not be skipabi or skipmodules + - LP: #1006913 + + -- Leann Ogasawara Mon, 04 Jun 2012 05:52:49 -0700 + +linux (3.4.0-3.8) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] include include/generated/compile.h + - LP: #942569 + * [Config] fix up postinst to ensure we know which error is which + - LP: #1002388 + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: async_populate_rootfs: fix build warnings + - LP: #1003417 + + [ John Johansen ] + + * Revert "SAUCE: AppArmor: Add the ability to mediate mount" + * SAUCE: apparmor: Add the ability to mediate mount + * SAUCE: AppArmor: basic networking rules + * SAUCE: apparmor: fix profile lookup for unconfined + - LP: #978038, #987371 + * SAUCE: apparmor: fix long path failure due to disconnected path + - LP: #955892 + + [ Mario Limonciello ] + + * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15 + - LP: #901410 + + [ Stefan Bader ] + + * (config) Built-in xen-acpi-processor + + [ Tim Gardner ] + + * [Config] CONFIG_NET_DSA=m + - LP: #1004148 + * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64 + + -- Leann Ogasawara Fri, 25 May 2012 11:38:33 -0700 + +linux (3.4.0-3.7) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] drop the virtual flavour in favour of a split generic et al + * [Config] enforcer -- drop IDLE enforcement + * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64 + * [Config] updateconfigs following removal of -virtual + + [ Leann Ogasawara ] + + * Rebase to v3.4 + + [ Seth Forshee ] + + * [Config] disable CONFIG_B43_BCMA_EXTRA + + [ Tim Gardner ] + + * [Config] Check for extras when building udebs + * [Config] Collapsed generic-pae into generic [i386] + + [ Upstream Kernel Changes ] + + * rebase to v3.4 + + -- Leann Ogasawara Mon, 21 May 2012 07:23:47 -0700 + +linux (3.4.0-2.6) quantal; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage" + * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to + d_make_root()" + * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup" + * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and + security permissions to overlay files" + * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth" + * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation" + * Revert "ubuntu: overlayfs -- overlayfs: implement show_options" + * Revert "ubuntu: overlayfs -- overlayfs: add statfs support" + * Revert "ubuntu: overlayfs -- overlay filesystem" + * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()" + * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules" + * Revert "ubuntu: overlayfs -- vfs: add i_op->open()" + * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()" + * ubuntu: overlayfs -- overlayfs: add statfs support + * ubuntu: overlayfs -- inode_only_permission: export inode level + permissions checks + * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open() + * ubuntu: overlayfs -- vfs: add i_op->open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Robin Dong ] + + * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode + * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link + + [ Tim Gardner ] + + * [Config] perarch and indep tools builds need separate build directories + * Prevent upgrading a non-PAE CPU + * perf is not parallel build safe + + -- Leann Ogasawara Wed, 16 May 2012 08:43:18 -0700 + +linux (3.4.0-2.5) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] perarch and indep tools builds need separate build directories + + [ Tim Gardner ] + + * Prevent upgrading a non-PAE CPU + * [Config] build debug + * [Config] perf tools are not parallel build safe + + -- Leann Ogasawara Tue, 15 May 2012 11:37:53 -0700 + +linux (3.4.0-2.4) quantal; urgency=low + + [ Leann Ogasawara ] + + * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently" + * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86" + * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE" + * Revert "ubuntu: fsam7400 -- Cleanup Makefile" + * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M + 7400" + * Revert "ubuntu: omnibook: fix source file newline" + * Revert "ubuntu: omnibook -- update BOM" + * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} + depend on X86" + * Revert "ubuntu: omnibook -- Added missing BOM file" + * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks" + * Revert "ubuntu: nx-emu - i386: mmap randomization for executable + mappings" + * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for + X86_32" + * Revert "ubuntu: nx-emu - i386: NX emulation" + * Revert "ubuntu: rfkill drivers -- version 1.3" + * Temporarily disable module check + * [Config] Remove CONFIG_FSAM7400 + * [Config] Remove CONFIG_OMNIBOOK + * [Config] Update configs + * Rebase to v3.4-rc7 + * SAUCE: genirq: export handle_edge_irq() and irq_to_desc() + + [ Tim Gardner ] + + * Updated generic-pae description + * Rebase to v3.4-rc6 + * install-tools depends on build targets + + [ Upstream Kernel Changes ] + + * kconfig: in debug mode some 0 length message prints occur + * rebase to v3.4-rc7 + * rebase to v3.3-rc6 + + -- Leann Ogasawara Mon, 14 May 2012 08:22:56 -0700 + +linux (3.4.0-1.3) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] control.stub is an intermediate product not a dependancy + - LP: #992414 + + [ Leann Ogasawara ] + + * remove i386 generic from getabis + + [ Upstream Kernel Changes ] + + * (pre-stable) b43: only reload config after successful initialization + - LP: #950295 + + -- Leann Ogasawara Wed, 02 May 2012 09:48:14 -0700 + +linux (3.4.0-1.2) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] add build depends for flex, bison and pkg-config + + -- Andy Whitcroft Tue, 01 May 2012 13:15:41 +0100 + +linux (3.4.0-1.1) quantal; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: overlayfs -- overlayfs: apply device cgroup and security + permissions to overlay files + - LP: #915941, #918212 + - CVE-2012-0055 + + [ Leann Ogasawara ] + + * Open Q + * Rebase to v3.4-rc5 + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm + * [Config] Temporarily disable CONFIG_EZX_PCAP on arm + * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm + * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm + * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm + * [Config] Temporarily disable CONFIG_TI_CPSW on arm + * [Config] Temporarily disable CONFIG_AX88796 on arm + + [ Upstream Kernel Changes ] + + * vfs: pass struct path to __dentry_open() + * vfs: add i_op->open() + * vfs: export do_splice_direct() to modules + * vfs: introduce clone_private_mount() + * overlay filesystem + * overlayfs: add statfs support + * overlayfs: implement show_options + * overlay: overlay filesystem documentation + * fs: limit filesystem stacking depth + * overlayfs: follow header cleanup + * overlayfs: switch from d_alloc_root() to d_make_root() + * overlayfs: update touch_atime() usage + * rebase to v3.4-rc5 + - LP: #950490 + * rebase to v3.4-rc4 + * rebase to v3.4-rc3 + * rebase to v3.4-rc2 + * rebase to v3.4-rc1 + * rebase to v3.3 + * rebase to v3.3-rc7 + * rebase to v3.3-rc6 + * rebase to v3.3-rc5 + * rebase to v3.3-rc4 + - LP: #900802 + - LP: #930842 + * rebase to v3.3-rc3 + - LP: #924320 + - LP: #923316 + - LP: #923409 + - LP: #918254 + * rebase to v3.3-rc2 + * rebase to v3.3-rc1 + - LP: #795823 + - LP: #909419 + - LP: #910792 + - LP: #878701 + - LP: #724831 + + -- Leann Ogasawara Wed, 25 Jan 2012 06:50:04 -0800 + +linux (3.2.0-10.18) precise; urgency=low + + [ Tim Gardner ] + + * SAUCE: ecryptfs: Print inode on metadata error + + [ Upstream Kernel Changes ] + + * Revert "proc: enable writing to /proc/pid/mem" + - LP: #919115 + - CVE-2012-0056 + * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1 + - LP: #909419 + + -- Andy Whitcroft Tue, 24 Jan 2012 10:15:12 +0000 + +linux (3.2.0-10.17) precise; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth" + * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation" + * Revert "SAUCE: overlayfs -- overlayfs: implement show_options" + * Revert "SAUCE: overlayfs -- overlayfs: add statfs support" + * Revert "SAUCE: overlayfs -- overlay filesystem" + * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()" + * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules" + * Revert "SAUCE: overlayfs -- vfs: add i_op->open()" + * ensure debian/ is not excluded from git by default + * add new scripting to handle buglinks in rebases + * ubuntu: overlayfs -- overlayfs: add statfs support + * ubuntu: overlayfs -- overlayfs: apply device cgroup and security + permissions to overlay files + - LP: #915941, #918212 + - CVE-2012-0055 + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Leann Ogasawara ] + + * Revert "SAUCE: dmar: disable if ricoh multifunction detected" + * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON + - LP: #907377, #911236 + * [Config] Enable CONFIG_IRQ_REMAP + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open() + * ubuntu: overlayfs -- vfs: add i_op->open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Upstream Kernel Changes ] + + * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery + - LP: #647043 + * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that + breaks USB + - LP: #647043 + + -- Leann Ogasawara Mon, 16 Jan 2012 07:10:08 -0800 + +linux (3.2.0-9.16) precise; urgency=low + + [ Andy Whitcroft ] + + * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM + * [Config] pull ARM sound modules =m + * [Config] CONFIG_RTC_DRV_TEST is for testing only + * [Config] CONFIG_USB_DUMMY_HCD is testing only + * [Config] CONFIG_USB_FILE_STORAGE is deprecated + + [ Leann Ogasawara ] + + * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel" + * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m + * [Config] Enable CONFIG_MMC_TMIO=m + * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m + * [Config] Enable CONFIG_ISI=m + * [Config] Enable CONFIG_MMC=y + * [Config] Enable CONFIG_LIRC_PARALLEL=m + * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m + * [Config] Enable CONFIG_CHR_DEV_SG=y + * [Config] Enable CONFIG_GPIO_PCA953X=m + * [Config] Enable CONFIG_GPIO_TWL4030=m + * [Config] Enable CONFIG_INET_DIAG=m + * [Config] Enable CONFIG_NLS_ISO8859_1=m + * [Config] Enable CONFIG_NVRAM=m + * [Config] Enable CONFIG_SLIP=m + * [Config] Enable CONFIG_PC300TOO=m + * [Config] Enable CONFIG_TUN=y + * [Config] Enable CONFIG_NET_CLS_CGROUP=m + * [Config] Enable CONFIG_THERMAL=y + * [Config] Enable CONFIG_PPP=y + * [Config] Enable CONFIG_PCI_STUB=m + * Rebase to v3.2.1 + * [Config] Enable CONFIG_RTL8192E=m + * [Config] Enable CONFIG_RTS5139=m + + [ Stefan Bader ] + + * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y + + [ Upstream Kernel Changes ] + + * ARM: restart: add restart hook to machine_desc record + * ARM: restart: allow platforms more flexibility specifying restart mode + * ARM: restart: move reboot failure handing into machine_restart() + * ARM: restart: remove argument to setup_mm_for_reboot() + * ARM: 7159/1: OMAP: Introduce local common.h files + * ARM: restart: only perform setup for restart when soft-restarting + * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq + function + * ARM: idmap: populate identity map pgd at init time using .init.text + * ARM: suspend: use idmap_pgd instead of suspend_pgd + * ARM: proc-*.S: place cpu_reset functions into .idmap.text section + * ARM: idmap: use idmap_pgd when setting up mm for reboot + * ARM: head.S: only include __turn_mmu_on in the initial identity mapping + * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting + * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM + restart changes + * ARM: lib: add call_with_stack function for safely changing stack + * ARM: reset: implement soft_restart for jumping to a physical address + * ARM: stop: execute platform callback from cpu_stop code + * ARM: kexec: use soft_restart for branching to the reboot buffer + * ARM: restart: omap: use new restart hook + * topdown mmap support + - LP: #861296 + + [ Upstream Kernel Changes ] + + * Rebase to v3.2.1 + + -- Leann Ogasawara Fri, 13 Jan 2012 20:32:08 +0100 + +linux (3.2.0-8.15) precise; urgency=low + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_ACPI_PROCFS + * Remove server from getabis + * Temporarily disable module check + * [Config] Disable CONFIG_MTD_TESTS + * [Config] Disable CONFIG_X86_E_POWERSAVER + * [Config] Set CONFIG_ARCNET=m + * [Config] Enable CONFIG_ATM_DUMMY=m + * [Config] Enable CONFIG_BLK_DEV_MD=y + * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86 + * [Config] Enable CONFIG_BLK_DEV_SD=y + * [Config] Enable CONFIG_BLK_DEV_SR=y + * [Config] Enable CONFIG_BLK_DEV_UB=m + * [Config] Enable CONFIG_COPS=m + * [Config] Enable CONFIG_DVB_USB_EC168=m + * [Config] Enable CONFIG_ENC28J60=m + * [Config] Enable CONFIG_FB_UVESA=m + * [Config] Enable CONFIG_FB_ATY=m + * [Config] Enable CONFIG_BROADCOM_PHY=y + * [Config] Enable CONFIG_CICADA_PHY=y + * [Config] Enable CONFIG_DAVICOM_PHY=y + * [Config] Enable CONFIG_ICPLUS_PHY=y + * [Config] Enable CONFIG_LSI_ET1011C_PHY=y + * [Config] Enable CONFIG_LXT_PHY=y + * [Config] Enable CONFIG_MARVELL_PHY=y + * [Config] Enable CONFIG_NATIONAL_PHY=y + * [Config] Enable CONFIG_QSEMI_PHY=y + * [Config] Enable CONFIG_SMSC_PHY=y + * [Config] Enable CONFIG_VITESSE_PHY=y + * Add 3w-sas to scsi-modules + - LP: #776542 + + [ Mathieu Trudel-Lapierre ] + + * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate + to interface settings + + [ Paolo Pisati ] + + * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C" + - LP: #912199 + * Revert "SAUCE: omap3: beagle: detect new xM revision B" + - LP: #912199 + * Revert "SAUCE: omap3: beaglexm: fix DVI initialization" + - LP: #912199 + + [ Upstream Kernel Changes ] + + * Bluetooth: Add support for BCM20702A0 [0a5c:21e3] + - LP: #906832 + + -- Leann Ogasawara Fri, 06 Jan 2012 10:02:03 -0800 + +linux (3.2.0-8.14) precise; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_SND_USB_6FIRE + - LP: #912197 + * rebase to mainline v3.2 final release + * updateconfigs following rebase to v3.2 final + * ubuntu: AUFS -- add BOM and automated update script + * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers + - LP: #684666 + * ubuntu: AUFS -- update aufs-update to track new locations of headers + * ubuntu: AUFS -- clean up the aufs updater and BOM + * ubuntu: AUFS -- documentation on updating aufs2 + * ubuntu: AUFS -- aufs3-base.patch + * ubuntu: AUFS -- aufs3-standalone.patch + * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission + * ubuntu: AUFS -- fix undefined security_path_link + * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245 + * ubuntu: AUFS -- updateconfigs following update + * ubuntu: AUFS -- suppress benign plink warning messages + - LP: #621195 + * ubuntu: AUFS -- enable in config and makefile + * ubuntu: AUFS -- disable in favor of overlayfs + * [Config] linux-virtual -- should include the extX modules + - LP: #912308 + + [ Tyler Hicks ] + + * SAUCE: eCryptfs: Improve statfs reporting + - LP: #885744 + + [ Upstream Kernel Changes ] + + * rebase to upstream v3.2 + + -- Leann Ogasawara Mon, 26 Dec 2011 20:24:30 -0800 + +linux (3.2.0-7.13) precise; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to upstream 3.2-rc7 + + -- Leann Ogasawara Mon, 19 Dec 2011 09:14:34 -0800 + +linux (3.2.0-6.12) precise; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to upstream v3.2-rc6 + + -- Leann Ogasawara Fri, 16 Dec 2011 10:19:02 -0800 + +linux (3.2.0-5.11) precise; urgency=low + + [ Andy Whitcroft ] + + * enforcer -- allow arch and flavour predicates to take lists + * enforcer -- simplify armel/armhf specific options + * enforcer -- fix incorrectly specified flavour matches + + [ Leann Ogasawara ] + + * [Config] Disable IRQ_REMAP + * [Config] Enable CONFIG_SENSORS_LM95245=m + * [Config] Enable CONFIG_SENSORS_MAX1668=m + * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m + * [Config] Enable CONFIG_SENSORS_MAX6639=m + * [Config] Enable CONFIG_SENSORS_MAX6642=m + * [Config] Enable CONFIG_SENSORS_LINEAGE=m + * [Config] Enable CONFIG_CRYPTO_SALSA20=m + * [Config] Enable CONFIG_PATA_TOSHIBA=m + * [Config] Enable CONFIG_POHMELFS=m + * [Config] Enable CONFIG_NET_PACKET_ENGINE=y + * [Config] Enable CONFIG_PATA_OPTI=m + * add overlayfs to virtual inclusion list + - LP: #903897 + * add veth to virtual inclusion list + - LP: #903897 + * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request + + [ Paolo Pisati ] + + * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm + - LP: #903346 + + [ Tim Gardner ] + + * [Config] CONFIG_LOCKUP_DETECTOR=y + - LP: #903615 + + [ Upstream Kernel Changes ] + + * rebase to upstream 55b02d2f + + -- Leann Ogasawara Mon, 12 Dec 2011 07:08:10 -0800 + +linux (3.2.0-4.10) precise; urgency=low + + [ Kyle McMartin ] + + * SAUCE: dmar: disable if ricoh multifunction detected + - LP: #894070 + + [ Seth Forshee ] + + * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug + - LP: #581312 + + [ Tim Gardner ] + + * Start new release, Bump ABI, rebase to 3.2-rc5 + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_SENSORS_AK8975=m + + -- Tim Gardner Sat, 10 Dec 2011 08:57:04 -0700 + +linux (3.2.0-3.9) precise; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: ext4: correct partial write discard size calculation + - LP: #894768 + + [ Leann Ogasawara ] + + * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting" + - LP: #892615 + + [ Matthew Garrett ] + + * SAUCE: pci: Rework ASPM disable code + + [ Upstream Kernel Changes ] + + * x86: Fix boot failures on older AMD CPU's + - LP: #892615 + * EHCI : Fix a regression in the ISO scheduler + - LP: #899165 + + -- Leann Ogasawara Mon, 05 Dec 2011 10:37:36 -0800 + +linux (3.2.0-3.8) precise; urgency=low + + [ Andy Whitcroft ] + + * armhf -- add d-i configuration + * armhf -- disable ABI checks for armhf + * armhf -- add arch to getabis config + + -- Andy Whitcroft Sat, 03 Dec 2011 14:22:52 +0000 + +linux (3.2.0-3.7) precise; urgency=low + + [ Stefan Bader ] + + * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be + synchronous, regardless of lazy_mmu mode + - LP: #854050 + + [ Tim Gardner ] + + * rebase to v3.2-rc4 + + -- Leann Ogasawara Fri, 02 Dec 2011 11:53:56 -0800 + +linux (3.2.0-2.6) precise; urgency=low + + [ Andy Whitcroft ] + + * armhf -- fix omap flavour to build on armhf + * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot + + [ Borislav Petkov ] + + * SAUCE: x86, microcode, AMD: Restrict microcode reporting + - LP: #892615 + + [ Colin Watson ] + + * Add pata_macio to pata-modules + + [ Tim Gardner ] + + * [Config] Prefer crda over wireless-crda + * [Config] Fix virtual inclusion list. + - LP: #897795 + + -- Leann Ogasawara Wed, 30 Nov 2011 06:09:35 -0800 + +linux (3.2.0-2.5) precise; urgency=low + + [ Paolo Pisati ] + + * [Config] PANEL_DVI=y + + -- Leann Ogasawara Mon, 28 Nov 2011 09:13:24 -0800 + +linux (3.2.0-2.4) precise; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.2-rc3 + + [ Leann Ogasawara ] + + * Revert "SAUCE: xen: Do not use pv spinlocks on HVM" + * Revert "fix ERROR: __devcgroup_inode_permission undefined" + * Revert "olpc_dcon_xo_1_5 needs delay.h" + * Revert "olpc_dcon_xo_1 needs delay.h" + * rebase to 6fe4c6d4 + * [Config] updateconfigs after rebase to 6fe4c6d4 + + [ Tim Gardner ] + + * [Config] Replace wireless-crda with crda,wireless-regdb + - LP: #856421 + * [Config] Relax the dependencies on crda + + [ Upstream Kernel Changes ] + + * (pre-stable) HID: bump maximum global item tag report size to 96 bytes + - LP: #724831 + * Ubuntu: remove coreutils|fileutils package dependency + - LP: #892814 + * iio: iio_event_getfd -- fix ev_int build failure + + [ Upstream Kernel Changes ] + + * Rebase to v3.2-rc3 + + -- Andy Whitcroft Thu, 24 Nov 2011 16:20:45 +0000 + +linux (3.2.0-1.3) precise; urgency=low + + [ Upstream Kernel Changes ] + + * Ubuntu: Add ext2 to fs-core-modules + - LP: #893395 + + -- Leann Ogasawara Mon, 21 Nov 2011 20:42:33 -0800 + +linux (3.2.0-1.2) precise; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_NFC and associated devices + * SAUCE: allow brcmsmac and b43 to both build + + [ Soren Hansen ] + + * Add ixgbe driver to d-i + - LP: #891969 + + -- Leann Ogasawara Mon, 21 Nov 2011 08:33:46 -0800 + +linux (3.2.0-1.1) precise; urgency=low + [ Andy Whitcroft ] + + * armhf -- enable armhf and create the first flavours + * SAUCE: ensure root is ready before running usermodehelpers in it + * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm + + [ Leann Ogasawara ] + + * Temporarily ignore module check + * [Config] Enable PCI_IOV on powerpc + * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc + * rebase to v3.2-rc2 + * SAUCE: include for cpuidle34xx arm build + * SAUCE: include for linux/mtd/map.h arm build + * SAUCE: include and for mmc_core arm build + * SAUCE: select ARM_AMBA if OMAP3_EMU + * [Config] updateconfigs after select ARM_AMBA + * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc + * [Config] Enable CONFIG_EXT2_FS=m + * [Config] Build in CONFIG_SATA_AHCI=y + * Resolve linux-image-extra's install dependency + + [ Seth Forshee ] + + * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop + * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to + Documentation + * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in + alps_model_info + * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet + size + * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions + 3 and 4 + * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3 + protocol + * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol + versions 3 and 4 + + [ Stefan Bader ] + + * [Config] Built-in xen-netfront and xen-blkfront + * Fix build of dm-raid45 and re-enable it + + [ Tim Gardner ] + + * [Config] CONFIG_USB_XHCI_HCD=y + - LP: #886167 + * [Config] CONFIG_R6040=m + - LP: #650899 + * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table + - LP: #854399 + * [Config] Consolidated amd64 server flavour into generic + * [Config] updateconfigs after rebase to 3.2-rc1 + * [Config] Disabled dm-raid4-5 + * [Config] Disabled ndiswrapper + * [Config] Disable vt6656 + * [Config] exclude ppp-modules for virtual flavour + * [Config] CONFIG_MEMSTICK_R592=m + - LP: #238208 + + [ Upstream Kernel Changes ] + + * CHROMIUM: seccomp_filter: new mode with configurable syscall filters + - LP: #887780 + * CHROMIUM: seccomp_filter: add process state reporting + - LP: #887780 + * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it + works. + - LP: #887780 + * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve + - LP: #887780 + * CHROMIUM: arm: select HAVE_SECCOMP_FILTER + - LP: #887780 + * CHROMIUM: seccomp_filters: move to btrees + * CHROMIUM: enable CONFIG_BTREE + * CHROMIUM: seccomp_filter: kill NR_syscall references + * CHROMIUM: seccomp_filters: guard all ftrace wrapper code + * CHROMIUM: seccomp_filters: clean up warnings; kref mistake + * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper + * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve + * CHROMIUM: seccomp_filter: inheritance documentation + * CHROMIUM: seccomp_filter: make inherited filters composable + * CHROMIUM: Fix seccomp_t compile error + - LP: #887780 + * CHROMIUM: Fix kref usage + - LP: #887780 + * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER + * rebase to v3.2-rc2 + + -- Leann Ogasawara Mon, 31 Oct 2011 09:24:39 -0400 + +linux (3.1.0-2.3) precise; urgency=low + + [ Tim Gardner ] + + * Add postinit and postrm scripts to the extras package + - LP: #882120 + + -- Leann Ogasawara Fri, 28 Oct 2011 12:48:33 -0700 + +linux (3.1.0-2.2) precise; urgency=low + + [ Andy Whitcroft ] + + * debian: add locking to protect debian/files from parallel update + + [ Leann Ogasawara ] + + * rebase to v3.1 + + [ Upstream Kernel Changes ] + + * rebase to v3.1 + + -- Leann Ogasawara Wed, 19 Oct 2011 07:12:38 -0700 + +linux (3.1.0-1.1) precise; urgency=low + + [ Andiry Xu ] + + * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk + - LP: #872811 + + [ Andy Whitcroft ] + + * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release" + - LP: #832694 + * Revert "ubuntu: compcache -- version 0.5.3" + - LP: #832694 + * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m + * [Config] Enable CONFIG_MACVTAP=m + - LP: #822601 + * record the compiler in the ABI and check for inconsistant builds + * [Config] move ECRYPT_FS back to =y for all architectures + - LP: #827197 + * [Config] enable CONFIG_DRM_VMWGFX=m + - LP: #698009 + * [Config] re-fix ECRYPT_FS=y + - LP: #827197 + * enforcer -- ensure we have CONFIG_ECRYPT_FS=y + - LP: #827197 + * [Config] dropping compcache configuration options + * [Config] standardise on HZ=250 + * SAUCE: headers_install: fix #include "..." usage for userspace + - LP: #824377 + * make module-inclusion selection retain the left overs + * add a new linux-image-extras package for virtual + + [ Colin Watson ] + + * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i + + [ edwin_rong ] + + * SAUCE: Staging: add driver for Realtek RTS5139 cardreader + - LP: #824273 + + [ Greg Kroah-Hartman ] + + * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build. + - LP: #824273 + + [ Jesse Sung ] + + * SAUCE: Unregister input device only if it is registered + - LP: #839238 + + [ Jiri Kosina ] + + * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[] + + [ Joshua V. Dillon ] + + * SAUCE: HID: add support for MacBookAir4,2 keyboard. + + [ Kees Cook ] + + * [Config] enable and enforce SECCOMP_FILTER on x86 + + [ Keng-Yu Lin ] + + * [Config] Enable CONFIG_RTS5139=m on i386/amd64 + - LP: #824273 + + [ Leann Ogasawara ] + + * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only" + * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth" + * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and + readdir" + * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs" + * Revert "ubuntu: overlayfs -- overlayfs: implement show_options" + * Revert "ubuntu: overlayfs -- overlayfs: add statfs support" + * Revert "ubuntu: overlayfs -- overlay filesystem" + * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation" + * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision" + * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather + than just revision" + * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX" + * Revert "ubuntu: fsam7400 disable driver" + - LP: #876030 + * rebase to v3.1-rc1 + * [Config] updateconfigs after rebase to v3.1-rc1 + * rebase to v3.1-rc2 + * [Config] Updateconfigs after rebase to v3.1-rc2 + * ubuntu: Yama - update calls to generic_permission() and + inode->i_op->permission() + * ubuntu: ndiswrapper -- remove netdev_priv macro + * ubuntu: aufs -- Temporarily disable due to build failure + * [Config] Diable INTEL_MID_PTI on armel + * [Config] Temporarily disable CONFIG_FTMAC100 on armel + * [Config] Temporarily disable CONFIG_FTGMAC100 on armel + * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel + * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel + * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm + * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm + * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm + * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc + * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc + * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc + * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc + * [Config] Enable CONFIG_ECHO=m on powerpc + * [Config] Enable CONFIG_ET131X=m on powerpc + * [Config] Set CONFIG_FB_MATROX=m + * [Config] Enable CONFIG_FB_UDL=m on powerpc + * [Config] Set CONFIG_FB_VIRTUAL=n + * [Config] Enable CONFIG_FB_VGA16=m on powerpc + * [Config] Enable CONFIG_GPIO_MAX732X=m on arm + * [Config] Enable CONFIG_GPIO_PCF857X=m on arm + * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m + * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc + * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc + * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp + * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc + * [Config] Enable CONFIG_IBM_BSR=m on powerpc + * [Config] Enable CONFIG_IBMVETH=m on powerpc + * [Config] Enable CONFIG_IDE_PHISON=m on powerpc + * [Config] Enable CONFIG_IGB=m on powerpc + * [Config] Enable CONFIG_IIO=m on powerpc + * [Config] Enable CONFIG_INFINIBAND_NES=m + * [Config] Enable CONFIG_IPMI_HANDLER=m on arm + * [Config] Enable CONFIG_IWL3945=m on powerpc + * [Config] Disable CONFIG_KVM_BOOK3S_64 + * [Config] Enable CONFIG_LAPBETHER=m on arm + * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc + * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's + * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc + * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc + * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc + * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc + * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc + * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc + * [Config] Enable CONFIG_MEMSTICK=m on arm + * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm + * [Config] Enable CONFIG_MTD_ALAUDA=m on arm + * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm + * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm + * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc + * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm + * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm + * [Config] Enable CONFIG_MTD_IMPA7=m on arm + * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm + * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm + * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc + * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm + * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm + * [Config] Enable CONFIG_MTD_SST25L=m on arm + * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm + * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm + * [Config] Enable CONFIG_NET_CLS_U32=m on arm + * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm + * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm + * [Config] Enable CONFIG_NET_TCPPROBE=m on arm + * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc + * [Config] Enable CONFIG_PATA_NS87410=m on powerpc + * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp + * [Config] Enable CONFIG_PANEL=m on powerpc + * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc + * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci + - LP: #833705 + * [Config] Add CONFIG_EFI_VARS=y to the enforcer + - LP: #837332 + * [Config] Update CONFIG_EFI_VARS enforcer check + * [Config] Add aufs to virtual flavor inclusion list + - LP: #844159 + * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci + - LP: #818933 + * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci + - LP: #768039 + * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci + - LP: #838402 + * [Config] Add igbvf to the virtual flavor inclusion list + - LP: #794570 + * [Config] Add ixgbevf to the virtual inclusion list + - LP: #872411 + * [Config] Transition -generic and -server to be identical + * rebase to v3.1-rc10 + + [ Luke Yelavich ] + + * [Config] Disable legacy IDE drivers on powerpc + + [ Ming Lei ] + + * SAUCE: fireware: add NO_MSI quirks for o2micro controller + - LP: #801719 + * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel + Sandybridge chipsets(v2) + - LP: #737388, #782389, #794642 + + [ Paolo Pisati ] + + * [Config] Compile-in vfat support for armel + - LP: #853783 + + [ Randy Dunlap ] + + * SAUCE: staging: fix rts5139 depends & build + - LP: #824273 + + [ Rene Bolldorf ] + + * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight + power in 'ideapad_backlight_notify_power' to avoid a page fault + + [ Seth Forshee ] + + * SAUCE: (no-up) Input: elantech - Add v3 hardware support + - LP: #681904 + * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan + - LP: #810020 + + [ Stefan Bader ] + + * (config) Package macvlan and macvtap for virtual + * [Config] Force perf to use libiberty for demangling + - LP: #783660 + * SAUCE: xen: Do not use pv spinlocks on HVM + - LP: #838026 + + [ Tim Gardner ] + + * [Config] Clean up tools rules + * [Config] Package x86_energy_perf_policy and turbostat + - LP: #797556 + * rebase to v3.1-rc3 + * [Config] Simplify binary-udebs dependencies + * [Config] kernel preparation cannot be parallelized + * [Config] Linearize module/abi checks + * [Config] Linearize and simplify tree preparation rules + * [Config] Build kernel image in parallel with modules + * [Config] Set concurrency for kmake invocations + * [Config] Improve install-arch-headers speed + * [Config] Fix binary-perarch dependencies + * [Config] Removed stamp-flavours target + * [Config] Serialize binary indep targets + * [Config] Use build stamp directly + * [Config] Restore prepare-% target + * rebase to v3.1-rc4 + * rebase to v3.1-rc5 + * [Config] Disable makedumpfile for i386/amd64 + * rebase to v3.1-rc6 + * [Config] Fix binary-% build target + * rebase to v3.1-rc7 + * rebase to v3.1-rc8 + * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table + - LP: #854399 + * [Config] Enable ftrace support in the mac80211 layer + - LP: #865171 + * rebase to v3.1-rc9 + * SAUCE: usb/core/devio.c: Check for printer class specific request + - LP: #872711 + + [ Upstream Kernel Changes ] + + * overlay filesystem + * overlayfs: add statfs support + * overlayfs: implement show_options + * overlay: overlay filesystem documentation + * fs: limit filesystem stacking depth + + [ Will Drewry ] + + * SAUCE: seccomp_filter: new mode with configurable syscall filters + * SAUCE: seccomp_filter: add process state reporting + * SAUCE: seccomp_filter: Document what seccomp_filter is and how it + works. + * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve + + [ Upstream Kernel Changes ] + + * rebase to v3.1-rc1 + * rebase to v3.1-rc2 + * rebase to v3.1-rc3 + +CONFIG_BLK_DEV_BSGLIB=y + +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 + -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y + * rebase to v3.1-rc4 + * rebase to v3.1-rc5 + * rebase to v3.1-rc6 + * rebase to v3.1-rc7 + * rebase to v3.1-rc8 + * rebase to v3.1-rc9 + * rebase to v3.1-rc10 + + -- Leann Ogasawara Wed, 10 Aug 2011 15:43:38 -0700 + +linux (3.1.0-1.0) oneiric; urgency=low + + [ Leann Ogasawara ] + + * Open P-series + + -- Leann Ogasawara Wed, 10 Aug 2011 13:42:40 -0700 + +linux (3.0.0-8.10) oneiric; urgency=low + + [ Adam Jackson ] + + * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting + - LP: #753994 + + [ John Johansen ] + + * [Config] Enable missing IPv6 options + + [ Leann Ogasawara ] + + * [Config] Disable config IWLWIFI_DEVICE_SVTOOL + - LP: #819925 + * Rebase to 3.0.1 + + [ Upstream Kernel Changes ] + + * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message + * ALSA: hda - Turn on extra EAPDs on Conexant codecs + - LP: #783582 + * KVM: Remove SMEP bit from CR4_RESERVED_BITS + - LP: #796476 + * KVM: Add SMEP support when setting CR4 + - LP: #796476 + * KVM: Mask function7 ebx against host capability word9 + - LP: #796476 + * KVM: Add instruction fetch checking when walking guest page table + - LP: #796476 + + [ Upstream Kernel Changes ] + + * rebase to v3.0.1 + + -- Leann Ogasawara Fri, 05 Aug 2011 11:32:25 -0700 + +linux (3.0.0-7.9) oneiric; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] add local prefix to oss local change_bits" + * Revert "SAUCE: add tracing for user initiated readahead requests" + * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function" + * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo + Zhaoyang E47" + * Revert "SAUCE: fix documentation strings for struct input_keymap_entry" + * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks + (grub)" + * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range + checks" + * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff" + * Revert "SAUCE: vt -- maintain bootloader screen mode and content until + vt switch" + * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1 + - LP: #816035 + * ubuntu: Yama: if an underlying filesystem provides a permissions op use + it + * SAUCE: (no-up) add tracing for user initiated readahead requests + * SAUCE: vt -- maintain bootloader screen mode and content until vt + switch + * SAUCE: vt -- allow grub to request automatic vt_handoff + + [ Arjan van de Ven ] + + * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function + + [ Kees Cook ] + + * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source" + * [Config] enforce ACPI_CUSTOM_METHOD disabled + + [ Keng-Yu Lin ] + + * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo + Zhaoyang E47 + - LP: #632884, #803005 + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc + - LP: #513131 + * [Config] Enable CONFIG_RT2800PCI_RT53XX=y + - LP: #815064 + + [ Rezwanul Kabir ] + + * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on + Dell E2 series Laptops + - LP: #632884 + + [ Upstream Kernel Changes ] + + * Revert "yama: if an underlying filesystem provides a permissions op use + it" + * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2 + series Laptops" + * Revert "tty: include linux/slab.h for kfree" + * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree" + * Revert "pch_dma: add include/slab.h for kfree" + * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency + - LP: #773524 + * oss: rename local change_bits to avoid powerpc bitsops.h definition + + -- Leann Ogasawara Mon, 25 Jul 2011 09:08:01 -0700 + +linux (3.0.0-7.8) oneiric; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: overlayfs -- overlayfs: add statfs support + * [Config] enable CONFIG_OVERLAYFS + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc + * [Config] Enable CONFIG_ASUS_OLED=m on powerpc + * [Config] Disable CONFIG_ATM_DUMMY on arm + * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc + * Temporarily disable module check on arm + * Rebase to 3.0 final + * [Config] Enable CONFIG_CAN_TI_HECC=m on arm + * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386 + * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc + * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc + * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc + * [Config] Set CRYPTO_LZO=m on powerpc64-smp + * [Config] Enable CONFIG_DM9000=m on arm + * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm + * [Config] Enable CONFIG_DL2K=m on amd64 and i386 + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: add i_op->open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs + * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + * ubuntu: overlayfs -- ovl: make lower mount read-only + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Tim Gardner ] + + * [Config] Add enic/fnic to udebs + - LP: #801610 + + [ Upstream Kernel Changes ] + + * yama: if an underlying filesystem provides a permissions op use it + + [ Major Kernel Changes ] + + * Rebase to 3.0 final + + -- Leann Ogasawara Thu, 21 Jul 2011 07:01:32 -0700 + +linux (3.0.0-6.7) oneiric; urgency=low + + [ Eagon Yager ] + + * [Config] Fix misspelled 'skipmodule' in arm makefile. + + [ Keng-Yu Lin ] + + * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47 + - LP: #632884, #803005 + + [ Leann Ogasawara ] + + * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap" + * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm" + * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc" + * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm" + * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc" + * [Config] Set CONFIG_ACPI_PCI_SLOT=m + * [Config] Set CONFIG_ACPI_SBS=m + * [Config] Set CONFIG_ACPI_WMI=m + * [Config] Set CONFIG_AD7150=m on arm + * [Config] Set CONFIG_AD7152=m on arm + * [Config] Drop CONFIG_GPIO_S5PV210 + * [Config] Drop CONFIG_GPIO_S5PC100 + * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG + * [Config] Drop CONFIG_GPIO_EXYNOS4 + + [ Stefan Bader ] + + * SAUCE: Re-enable RODATA for i386 virtual + - LP: #809838 + + [ Upstream Kernel Changes ] + + * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15" + * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey + - LP: #771758 + + -- Leann Ogasawara Wed, 20 Jul 2011 06:36:02 -0700 + +linux (3.0.0-5.6) oneiric; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_RTL8192CU=m + * Rebase to -rc7 + + -- Tim Gardner Mon, 11 Jul 2011 22:13:50 +0100 + +linux (3.0.0-4.5) oneiric; urgency=low + + [ Ming Lei ] + + * SAUCE: fix yama_ptracer_del lockdep warning + - LP: #791019 + + [ Seth Forshee ] + + * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering + * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key + * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device + * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m + - LP: #805218 + + [ Tim Gardner ] + + * [Config] updateconfigs after rebase to -rc6+ + Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3 + * Adopt a 3 digit verion, e.g., 3.0.0-x.x + * Revert "UBUNTU: add dependancies for module-init-tools" + This dependency is no longer required for a 3 digit version. + + -- Tim Gardner Tue, 05 Jul 2011 14:03:04 +0100 + +linux (3.0-3.4) oneiric; urgency=low + + [ Keng-Yu Lin ] + + * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware + killswitch" + - LP: #775281 + + [ Leann Ogasawara ] + + * rebase to v3.0-rc5 + * [Config] updateconfigs after rebase to 3.0-rc5 + + [ Tim Gardner ] + + * [Config] Remove ubuntu/rtl8192se + * [Config] Added armel ABI files + * [Config] Removed armel versatile flavour + * [Config] CONFIG_INTEL_MEI=m + - LP: #716867 + + [ Upstream Kernel Changes ] + + * ALSA: hda - Enable auto-parser as default for Conexant codecs + + [ Upstream Kernel Changes ] + + * rebase to v3.0-rc5 + + -- Leann Ogasawara Thu, 30 Jun 2011 14:27:10 +0100 + +linux (3.0-2.3) oneiric; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e + + [ Leann Ogasawara ] + + * rebase to v3.0-rc4 + * [Config] updateconfigs after rebase to 3.0-rc4 + * fix ERROR: __devcgroup_inode_permission undefined + + [ Stefan Bader ] + + * SAUCE: iscsitarget: Remove driver from the kernel + + [ Tim Gardner ] + + * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel + * [Config] Add grub-efi as a recommended bootloader for server and + generic + - LP: #800910 + + [ Upstream Kernel Changes ] + + * Fix node_start/end_pfn() definition for mm/page_cgroup.c + + [ Leann Ogasawara ] + + * rebase to v3.0-rc4 + + -- Leann Ogasawara Fri, 24 Jun 2011 11:51:12 -0700 + +linux (3.0-1.2) oneiric; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_CAN_CALC_BITTIMING + + [ Leann Ogasawara ] + + * rebase to v3.0-rc3 + * [Config] updateconfigs after rebase to 3.0-rc3 + + [ Upstream Kernel Changes ] + + * perf: clear out make flags when calling kernel make kernelver + + [ Leann Ogasawara ] + + * rebase to v3.0-rc3 + + -- Leann Ogasawara Tue, 14 Jun 2011 07:25:35 -0700 + +linux (3.0-0.1) oneiric; urgency=low + + [ Andy Whitcroft ] + + * use the packaging version in the kernel + * use the kernels idea of its version for version_signature + * add dependancies for module-init-tools + * update control files to version 3 + * printchanges/insertchanges allow override of prev_release + * correct Vcs-Git: to point to oneiric + + [ Leann Ogasawara ] + + * rebase to v3.0-rc1 + * [Config] updateconfigs after rebase to 3.0-rc1 + * ubuntu: dm-raid4-5 fix up build failure + * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm + * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm + * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm + * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm + * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc + * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm + * [Config] Temporarily Disable CONFIG_RTL8192SE on arm + * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc + * [Config] Temporarily disable CONFIG_SMC91X on armel-omap + * rebase to v3.0-rc2 + + [ Manoj Iyer ] + + * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823] + - LP: #790754 + + [ Upstream Kernel Changes ] + + * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM + demands it" + * drm/i915: fix regression after clock gating init split + + [ Major Kernel Changes ] + + * rebase from v2.6.39 to v3.0-rc1 + * rebase from v3.0-rc1 to v3.0-rc2 + + -- Andy Whitcroft Thu, 09 Jun 2011 15:18:33 +0100 + +linux (2.6.39-3.10) oneiric; urgency=low + + [ Colin Ian King ] + + * SAUCE: S3 early resume debug via keyboard LEDs + + [ Ingo Molnar ] + + * ubuntu: nx-emu - i386: NX emulation + * ubuntu: nx-emu - i386: mmap randomization for executable mappings + + [ Leann Ogasawara ] + + * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp" + * Revert "[Config] Disable CONFIG_DM_RAID45" + * [Config] enable CONFIG_BRCMFMAC=y + * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors + * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap + + [ Robert Nelson ] + + * SAUCE: omap3: beagle: detect new xM revision B + - LP: #770679 + * SAUCE: omap3: beagle: detect new xM revision C + - LP: #770679 + * SAUCE: omap3: beagle: if rev unknown, assume xM revision C + - LP: #770679 + + [ Stefan Bader ] + + * SAUCE: Convert dm-raid45 to new block plugging + + -- Leann Ogasawara Mon, 23 May 2011 11:46:43 -0700 + +linux (2.6.39-3.9) oneiric; urgency=low + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS + * rebase to v2.6.39 + * [Config] enable CONFIG_LLC2=m across all arch's and flavours + * [Config] enable CONFIG_INPUT_APANEL=m + + [ Thomas Schlichter ] + + * SAUCE: vesafb: mtrr module parameter is uint, not bool + - LP: #778043 + * SAUCE: vesafb: enable mtrr WC by default + - LP: #778043 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc7 to v2.6.39 + + -- Andy Whitcroft Fri, 20 May 2011 09:52:32 +0100 + +linux (2.6.39-2.8) oneiric; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37" + * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37" + * Revert "[Config] Disable CONFIG_AUFS_FS" + * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39 + * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39 + * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935 + * ubuntu: AUFS -- clean up the aufs updater and BOM + * ubuntu: AUFS -- documentation on updating aufs2 + + [ Kees Cook ] + + * ubuntu: Yama - LSM hooks + * ubuntu: Yama - create task_free security callback + * ubuntu: Yama - add ptrace relationship tracking interface + * ubuntu: Yama - unconditionally chain to Yama LSM + + [ Leann Ogasawara ] + + * Revert "SAUCE: Fix drivers/staging/easycap FTBS" + * Revert "[Config] Disable CONFIG_EASYCAP" + * ubuntu: fsam7400 disable driver + * ubuntu: omnibook disable driver + * ubuntu: rfkill disable driver + + [ Tim Gardner ] + + * SAUCE: Fix extra reference in fb_open() + + -- Leann Ogasawara Mon, 16 May 2011 09:23:56 -0700 + +linux (2.6.39-2.7) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc7 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc6 to v2.6.39-rc7 + + -- Leann Ogasawara Tue, 10 May 2011 10:18:28 +0200 + +linux (2.6.39-1.6) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc6 + * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error + + [ Tim Gardner ] + + * [Config] updateconfigs after rebase to 2.6.39-rc6 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc5 to v2.6.39-rc6 + - LP: #740126 + + -- Leann Ogasawara Thu, 05 May 2011 09:46:12 -0700 + +linux (2.6.39-0.5) oneiric; urgency=low + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot" + - LP: #764758 + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc5 + * [Config] updateconfigs following rebase to v2.6.39-rc5 + + [ Paolo Pisati ] + + * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb + - LP: #759913 + + [ Stefan Bader ] + + * Include nls_iso8859-1 for virtual images + - LP: #732046 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc4 to v2.6.39-rc5 + + -- Leann Ogasawara Wed, 27 Apr 2011 06:39:42 -0700 + +linux (2.6.39-0.4) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc4 + * [Config] updateconfigs following rebase to v2.6.39-rc4 + * fixup powerpc implicit declaration of function + 'crash_kexec_wait_realmode' + * [Config] Disable CONFIG_FT1000 on powerpc64-smp + + [ Tim Gardner ] + + * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y + - LP: #769503 + * [Config] Add cachefiles.ko to virtual flavour + - LP: #770430 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc3 to v2.6.39-rc4 + + -- Leann Ogasawara Tue, 19 Apr 2011 06:25:20 -0700 + +linux (2.6.39-0.3) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc3 + * crash_kexec_wait_realmode() undefined when !SMP + + [ Tim Gardner ] + + * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64 + - LP: #632327 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc2 to v2.6.39-rc3 + + -- Leann Ogasawara Tue, 12 Apr 2011 06:52:24 -0700 + +linux (2.6.39-0.2) oneiric; urgency=low + + [ Gustavo F. Padovan ] + + * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011" + - LP: #720949 + + [ John Johansen ] + + * AppArmor: Fix masking of capabilities in complain mode + - LP: #748656 + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc2 + * [Config] updateconfigs following rebase to v2.6.39-rc2 + * hv_mouse needs delay.h + * olpc_dcon_xo_1 needs delay.h + * olpc_dcon_xo_1_5 needs delay.h + * Update dropped.txt for Oneiric + + [ Steve Langasek ] + + * [Config] Make linux-libc-dev coinstallable under multiarch + - LP: #750585 + + [ Upstream Kernel Changes ] + + * x86, hibernate: Initialize mmu_cr4_features during boot + - LP: #752870 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc1 to v2.6.39-rc2 + + -- Leann Ogasawara Wed, 06 Apr 2011 11:04:15 -0700 + +linux (2.6.39-0.1) oneiric; urgency=low + + [ Brad Figg ] + + * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic + - LP: #737124 + + [ Henrik Rydberg ] + + * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model + * SAUCE: HID: ntrig: fix suspend/resume on recent models + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed + struct v4l2_subdev + - LP: #745213 + + [ Kees Cook ] + + * [Config] packaging: adjust perms on vmlinuz as well + * SAUCE: nx-emu: further clarify dmesg reporting + - LP: #745181 + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc1 + * [Config] updateconfigs following rebase to v2.6.39-rc1 + * [Config] Disable CONFIG_DM_RAID45 + * [Config] Disable CONFIG_SCSI_ISCSITARGET + * [Config] Disable CONFIG_EASYCAP + * [Config] Disable CONFIG_AUFS_FS + * update bnx2 firmware files in d-i/firmware/nic-modules + * xhci-pci.c resolve implicit declaration of kzalloc + * [Config] Enable CONFIG_DRM_PSB for only x86 + * [Config] Enable CONFIG_RTS_PSTOR for only x86 + * mfd/asic3: Fix typo, s/irq_data/data/ + + [ Luke Yelavich ] + + * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels + - LP: #745358 + * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels + * [Config] Build some framebuffer drivers as modules for powerpc kernels. + + [ Manoj Iyer ] + + * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads. + - LP: #745217 + + [ Tim Gardner ] + + * SAUCE: INR_OPEN=4096 + - LP: #663090 + * SAUCE: Increase the default hard limit for open FDs to 4096 + - LP: #663090 + + [ Upstream Kernel Changes ] + + * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq + namespace cleanup + * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h + * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0() + + [ Major Kernel Changes ] + + * rebase from v2.6.38 to v2.6.39-rc1 + + -- Leann Ogasawara Thu, 31 Mar 2011 12:50:10 -0700 + +linux (2.6.39-0.0) oneiric; urgency=low + + [ Leann Ogasawara ] + + * Open Oneiric + + -- Leann Ogasawara Thu, 31 Mar 2011 12:29:23 -0700 + +linux (2.6.38-7.39) natty; urgency=low + + [ Leann Ogasawara ] + + * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1. + + -- Leann Ogasawara Thu, 24 Mar 2011 09:27:45 -0700 + +linux (2.6.38-7.38) natty; urgency=low + + [ Leann Ogasawara ] + + * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before + gcc-4.5.2-6ubuntu5 finished building on all arches. + + -- Leann Ogasawara Tue, 22 Mar 2011 06:12:47 -0700 + +linux (2.6.38-7.37) natty; urgency=low + + [ Leann Ogasawara ] + + * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5. + + -- Leann Ogasawara Sun, 20 Mar 2011 16:02:48 -0700 + +linux (2.6.38-7.36) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler + optimisation" + * purge last vestiges of maverick + * [Config] switch CONFIG_FB_VESA back to module + + [ Chris Wilson ] + + * SAUCE: drm/i915: Fix pipelined fencing + - LP: #717114 + + [ Loïc Minier ] + + * Include nls_cp437 module in virtual for fat + - LP: #732046 + * Support arch= cross-compilation for any arch + * Fix couple of typos in 0-common-vars.mk + * Enforce DEFAULT_MMAP_MIN_ADDR on armhf + * Add armhf to Debian -> Linux arch map + * Add initial armhf.mk + * Enable common packages for armhf + + [ Upstream Kernel Changes ] + + * Yama: fix default relationship to check thread group + - LP: #737676 + + -- Andy Whitcroft Fri, 18 Mar 2011 18:18:02 +0000 + +linux (2.6.38-7.35) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c + * rebase fixes bug #715330 + * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS + * rebase to v2.6.38 final + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626 + - LP: #636091 + + [ Tim Gardner ] + + * [Confg] CONFIG_BOOT_PRINTK_DELAY=y + + [ Upstream Kernel Changes ] + + * Yama: use thread group leader when creating match + - LP: #729839 + * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA + RAID controller + - LP: #735240 + * (drop after v2.6.38) x86, quirk: Fix SB600 revision check + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc8 to v2.6.38 final + - LP: #715330 + + -- Andy Whitcroft Tue, 15 Mar 2011 19:04:19 +0000 + +linux (2.6.38-6.34) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] normalise CONFIG_INTEL_TXT + * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation + - LP: #730860 + * rebase to mainline v2.6.38-rc8 + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1 + to v2.6.38-rc8 + + -- Andy Whitcroft Tue, 08 Mar 2011 11:54:48 +0000 + +linux (2.6.38-6.33) natty; urgency=low + + [ Andy Whitcroft ] + + * d-i -- enable speakup-modules udeb + - LP: #672699 + * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5 + * [Config] debian PPC64 configuration + * [Config] cleanup powerpc config fixing unexpected inconsistancies + * [Config] resync ppc64 configuration + * SAUCE: match up ENTRY/END naming for 32/64 bit + * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1 + * [Config] update configs after rebase to + fb62c00a6d8942775abc23d1621db1252e2d93d1 + * [Config] pps_gen_parport no longer built + + [ Corentin Chary ] + + * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap + - LP: #689393 + * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P + - LP: #689393 + + [ John Johansen ] + + * SAUCE: Fix aufs calling of security_path_mknod + - LP: #724456 + + [ Kees Cook ] + + * SAUCE: proc: hide kernel addresses via %pK in /proc//stack + + [ Tim Gardner ] + + * rebase to 2.6.38-rc7 + + [ Upstream Kernel Changes ] + + * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing" + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc6 to v2.6.38-rc7 + + fb62c00a6d8942775abc23d1621db1252e2d93d1 + - LP: #721389 + - LP: #722925 + - LP: #723672 + - LP: #723676 + - LP: #715318 + + -- Andy Whitcroft Mon, 07 Mar 2011 15:33:17 +0000 + +linux (2.6.38-5.32) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161 + * [Config] updateconfigs following rebase to v2.6.38-rc6 + * [Config] enable CONFIG_DMAR + - LP: #552311 + + [ Upstream Kernel Changes ] + + * drm/i915: skip FDI & PCH enabling for DP_A + - LP: #561802, #600453, #681877 + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc5 to v2.6.38-rc6 + - LP: #718402 + - LP: #719524 + - LP: #721126 + - LP: #719691 + - LP: #722689 + - LP: #722310 + + -- Andy Whitcroft Tue, 22 Feb 2011 13:28:39 +0000 + +linux (2.6.38-4.31) natty; urgency=low + + [ Andy Whitcroft ] + + * add in bugs closed by upstream patches pulled in by rebases + * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505 + * [Config] enable CONFIG_VSX to allow use of vector instuctions + * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816 + * rebase to mainline v2.6.38-rc5 + * SAUCE: ecryptfs: read on a directory should return EISDIR if not + supported + - LP: #719691 + + [ Colin Ian King ] + + * SAUCE: Dell All-In-One: Remove need for Dell module alias + + [ Manoj Iyer ] + + * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id. + - LP: #717435 + + [ Tim Gardner ] + + * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y + + [ Upstream Kernel Changes ] + + * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15 + - LP: #702434 + * vfs: fix BUG_ON() in fs/namei.c:1461 + + [ Vladislav P ] + + * SAUCE: Release BTM while sleeping to avoid deadlock. + - LP: #713837 + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc4 to v2.6.38-rc5 + - LP: #579276 + - LP: #715877 + - LP: #713769 + - LP: #716811 + * resync with Maverick Ubuntu-2.6.35-27.47 + + -- Andy Whitcroft Fri, 11 Feb 2011 17:24:09 +0000 + +linux (2.6.38-3.30) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.38-rc4 + * ppc64 -- add basic architecture + * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230 + + [ Colin Ian King ] + + * SAUCE: Add WMI hotkeys support for Dell All-In-One series + - LP: #676997 + * SAUCE: Add WMI hotkeys support for another Dell All-In-One series + - LP: #701530 + * SAUCE: Dell WMI: Use sparse keymaps and tidy up code. + - LP: #701530 + + [ Dan Rosenberg ] + + * SAUCE: (drop after 2.6.38) Convert net %p usage %pK + + [ Kees Cook ] + + * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of + attacking" + * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules + + [ Tim Gardner ] + + * [Config] CONFIG_BLK_CGROUP=y + - LP: #706394 + * [Config] CONFIG_DELL_WMI_AIO=m + + [ Upstream Kernel Changes ] + + * drm/i915/lvds: Restore dithering on native modes for gen2/3 + - LP: #711568 + + [ Upstream Kernel Changes ] + + * rebase from v2.6.38-rc3 to v2.6.38-rc4. + - LP: #701271 + - LP: #708521 + - LP: #710371 + + -- Andy Whitcroft Tue, 08 Feb 2011 02:07:18 +0000 + +linux (2.6.38-2.29) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to 1f0324caefd39985e9fe052fac97da31694db31e + * [Config] updateconfigs following rebase to + 1f0324caefd39985e9fe052fac97da31694db31e + * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0 + * [Config] reenable HIBERNATE + - LP: #710877 + * rebase to v2.6.38-rc3 + * [Config] reenable CONFIG_CRASH_DUMP + + [ Kamal Mostafa ] + + * SAUCE: rtl8192se: fix source file perms + * SAUCE: rtl8192se: fix source file newline + * SAUCE: omnibook: fix source file newline + + [ Kees Cook ] + + * [Config] packaging: really make System.map mode 0600 + + [ Ricardo Salveti de Araujo ] + + * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of + PM34XX_ERRATUM + + [ Soren Hansen ] + + * SAUCE: nbd: Remove module-level ioctl mutex + + [ Tim Gardner ] + + * SAUCE: Disable building the ACPI debugfs source + + [ Upstream Kernel Changes ] + + * Set physical start and alignment 1M for virtual i386 + - LP: #710754 + + [ Upstream Kernel Changes ] + + * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + to v2.6.38-rc3 + - LP: #707902 + + -- Andy Whitcroft Fri, 28 Jan 2011 16:30:32 +0000 + +linux (2.6.38-1.28) natty; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620 + + [ Ricardo Salveti de Araujo ] + + * SAUCE: omap3: beaglexm: fix DVI initialization + * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make + display work at Beagle + + -- Andy Whitcroft Fri, 28 Jan 2011 10:51:57 +0000 + +linux (2.6.38-1.27) natty; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update aufs-update to track new locations of headers + * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd + * SAUCE: ensure root is ready before running usermodehelpers in it + * correct the Vcs linkage to point to natty + * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3 + * [Config] update configs following rebase + e78bf5e6cbe837daa6ab628a5f679548742994d3 + * SAUCE: Yama: follow changes to generic_permission + * ubuntu: compcache -- follow changes to bd_claim/bd_release + * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive + * ubuntu: ndiswrapper -- fix interaction between __packed and packed + * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e + * update package version to match payload version + * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8 + * rebase to v2.6.38-rc1 + * [Config] updateconfigs following rebase to v2.6.38-rc1 + * SAUCE: x86 fix up jiffies/jiffies_64 handling + * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5 + * [Config] updateconfigs following rebase to + 2b1caf6ed7b888c95a1909d343799672731651a5 + * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes + * ubuntu: AUFS -- suppress benign plink warning messages + - LP: #621195 + * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour + * rebase to v2.6.38-rc2 + * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649 + * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + * [Config] update configs following rebase to + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile + * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile + * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap + * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile + + [ Kees Cook ] + + * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking + + [ Stefan Bader ] + + * Temporarily disable RODATA for virtual i386 + - LP: #699828 + + [ Tim Gardner ] + + * [Config] CONFIG_NLS_DEFAULT=utf8 + - LP: #683690 + * [Config] CONFIG_HIBERNATION=n + * update bnx2 firmware files in d-i/firmware/nic-modules + + [ Upstream Kernel Changes ] + + * Revert "drm/radeon/bo: add some fallback placements for VRAM only + objects." + * packaging: make System.map mode 0600 + * thinkpad_acpi: Always report scancodes for hotkeys + - LP: #702407 + * sched: tg->se->load should be initialised to tg->shares + * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent + * brcm80211: include linux/slab.h for kfree + * pch_dma: add include/slab.h for kfree + * i2c-eg20t: include linux/slab.h for kfree + * gpio/ml_ioh_gpio: include linux/slab.h for kfree + * tty: include linux/slab.h for kfree + * winbond: include linux/delay.h for mdelay et al + + [ Upstream Kernel Changes ] + + * mark the start of v2.6.38 versioning + * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + - LP: #689886 + - LP: #702125 + - LP: #608775 + - LP: #215802 + - LP: #686333 + - LP: #677830 + - LP: #677652 + - LP: #696493 + - LP: #697240 + - LP: #689036 + - LP: #705323 + - LP: #686692 + + -- Andy Whitcroft Sun, 09 Jan 2011 13:44:52 +0000 + +linux (2.6.37-12.26) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.37-rc8 + * [Config] armel -- reenable omap flavour + * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap + * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel + * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel + * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel + * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab + * [Config] track missing modules + * rebase to v2.6.37 final + + [ Chase Douglas ] + + * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for + Magic Trackpad + + [ Stefan Bader ] + + * Revert "SAUCE: blkfront: default to sd devices" + - LP: #684875 + + [ Tim Gardner ] + + * Revert "SAUCE: (no-up) libata: Ignore HPA by default." + - LP: #380138 + * [Config] Added autofs4.ko to -virtual flavour + - LP: #692917 + + [ Upstream Kernel Changes ] + + * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series + Laptops + - LP: #632884 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc8 + * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab + * rebase to v2.6.37 final + + -- Andy Whitcroft Thu, 23 Dec 2010 18:34:13 +0000 + +linux (2.6.37-11.25) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] d-i -- add hpsa to the list of block devices + - LP: #684304 + * [Config] add vmw-balloon driver to -virtual flavour + - LP: #592039 + * rebase to v2.6.37-rc7 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc7 + + -- Andy Whitcroft Tue, 21 Dec 2010 13:35:28 +0000 + +linux (2.6.37-10.24) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.37-rc6 + * updateconfigs following rebase to v2.6.37-rc6 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc6 + + -- Andy Whitcroft Thu, 16 Dec 2010 12:34:19 +0000 + +linux (2.6.37-9.23) natty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: vt -- fix handoff numbering to 1..n and add range checks + - LP: #689606 + * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub) + - LP: #689606 + + [ Kees Cook ] + + * SAUCE: RO/NX protection for loadable kernel, fix ftrace + - LP: #690190 + + -- Andy Whitcroft Wed, 15 Dec 2010 19:29:57 +0000 + +linux (2.6.37-9.22) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.35-rc5 + * [Config] updateconfigs following rebase to v2.6.37-rc5 + * (no-up) add support for installed header files to ubuntu directory + - LP: #684666 + * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers + - LP: #684666 + * ubuntu: dm-raid4-5 -- follow changes to bio flags + * ubuntu: dm-raid4-5 -- re-enable + * ubuntu: omnibook -- update BOM + * ubuntu: ndiswrapper -- update BOM to match actual version + * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl + * ubuntu: ndiswrapper -- re-enable + * ubuntu: iscsitarget -- re-instate copy_io_context + * ubuntu: iscsitarget -- follow changes to semaphore initialisation + * ubuntu: iscsitarget -- convert NIPQUAD to %pI4 + * ubuntu: iscsitarget -- re-enable + + [ Kees Cook ] + + * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX + + [ Manoj Iyer ] + + * SAUCE: Enable jack sense for Thinkpad Edge 13 + - LP: #685015 + + [ Tim Gardner ] + + * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y + * [Config] CONFIG_CRYPTO_CRC32C=y + - LP: #681819 + * [Config] CONFIG_9P_FSCACHE=n + * [Config] Add nfsd modules to -virtual flavour + - LP: #688070 + + [ Upstream Kernel Changes ] + + * Revert "Staging: zram: work around oops due to startup ordering snafu" + * NFS: Fix panic after nfs_umount() + - LP: #683938 + * x86: Add NX protection for kernel data + * x86: Add RO/NX protection for loadable kernel modules + * x86: Resume trampoline must be executable + * x86: RO/NX protection for loadable kernel, jump_table fix + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc5 + + -- Andy Whitcroft Thu, 09 Dec 2010 18:15:35 +0000 + +linux (2.6.37-8.21) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- include the aufs_types.h file in + linux-libc-headers" + * Revert "(no-up) add support for installed header files to ubuntu + directory" + + -- Andy Whitcroft Sun, 05 Dec 2010 17:33:28 +0000 + +linux (2.6.37-8.20) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error" + * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros" + * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration" + * Revert "SAUCE: i915 -- disable powersave by default" + * SAUCE: enable Marvell 9128 PCIe SATA controller + - LP: #658521 + * [Config] evtchn has been renamed + * (no-up) add support for installed header files to ubuntu directory + - LP: #684666 + * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers + - LP: #684666 + + [ Tim Gardner ] + + * [Config] MISS: evtchn, NEW : xen-evtchn + * rebase to v2.6.37-rc4 + + [ Upstream Kernel Changes ] + + * drm/i915: Clean conflicting modesetting registers upon init + - LP: #683775 + * rebase to v2.6.37-rc4 + + -- Andy Whitcroft Fri, 03 Dec 2010 18:42:07 +0000 + +linux (2.6.37-7.19) natty; urgency=low + + [ Tim Gardner ] + + * [Config] Add bnx2 firmware to nic-modules udeb + - LP: #676245 + + -- Andy Whitcroft Fri, 26 Nov 2010 17:53:45 +0000 + +linux (2.6.37-7.18) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID" + * Revert "SAUCE: Add extra headers to linux-libc-dev" + * Revert "SAUCE: Enable speedstep for sonoma processors." + * [Config] enable CONFIG_BT_HCIUART_ATH3K + * [Config] enable CONFIG_IWLWIFI_DEBUGFS + * [Config] standardise CONFIG_MII + * [Config] standardise CONFIG_PRISM2_USB + * [Config] standardise CONFIG_SCSI_QLA_ISCSI + * [Config] build in CONFIG_AGP + * [Config] build in CONFIG_AGP_INTEL + * [Config] build in CONFIG_AGP_AMD + * [Config] build in CONFIG_AGP_AMD64 + * [Config] build in CONFIG_AGP_NVIDIA + * [Config] build in CONFIG_AGP_VIA + * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm) + * (no-up): document the new ## scheme + * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS + * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32 + - LP: #675453 + + [ Mathieu J. Poirier ] + + * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM + + [ Upstream Kernel Changes ] + + * nx-emu: fix inverted report of disable_nx + + -- Andy Whitcroft Tue, 23 Nov 2010 21:00:39 +0000 + +linux (2.6.37-6.17) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- aufs2-standalone.patch + aufs2.1-36-UNRELEASED-20101103" + * Revert "ubuntu: AUFS -- aufs2-base.patch + aufs2.1-36-UNRELEASED-20101103" + * [Config] standardise CONFIG_BT + * [Config] standardise CONFIG_IRDA + * [Config] standardise CONFIG_LAPB + * [Config] standardise CONFIG_RDS + * [Config] standardise CONFIG_RFKILL + * [Config] standardise CONFIG_TIPC + * [Config] standardise CONFIG_X25 + * [Config] standardise CONFIG_INPUT_EVDEV + * [Config] standardise CONFIG_INPUT_JOYDEV + * [Config] standardise CONFIG_INPUT_JOYSTICK + * [Config] standardise CONFIG_INPUT_TOUCHSCREEN + * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm) + * [Config] CONFIG_IRDA=n for FTBS (arm) + * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37 + * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37 + * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a + + [ Tim Gardner ] + + * SAUCE: Fix drivers/staging/easycap FTBS + * [Config] CONFIG_EASYCAP=m after fixing FTBS + + [ Upstream Kernel Changes ] + + * Revert "x86: Add NX protection for kernel data" + + -- Andy Whitcroft Mon, 22 Nov 2010 18:09:10 +0000 + +linux (2.6.37-6.16) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX" + * rebase to v2.6.37-rc3 + + [ Tim Gardner ] + + * [Config] CONFIG_SCHED_AUTOGROUP=y + + [ Upstream Kernel Changes ] + + * Revert "x86: Add RO/NX protection for loadable kernel modules" + * sched: automated per session task groups + * rebase to v2.6.37-rc3 + + -- Andy Whitcroft Mon, 22 Nov 2010 10:11:13 +0000 + +linux (2.6.37-6.15) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] standardise CONFIG_CEPH_FS + * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS + * [Config] standardise CONFIG_SCSI_PROC_FS + * [Config] standardise CONFIG_UBIFS_FS + * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS + + [ Kees Cook ] + + * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX + + [ Manoj Iyer ] + + * SAUCE: Enable jack sense for Thinkpad Edge 11 + - LP: #677210 + * SAUCE: enable rfkill for rtl8192se driver + - LP: #640992 + + [ Tim Gardner ] + + * [Config] CONFIG_EASYCAP=n for FTBS + * Rebase to v2.6.32-rc2+git + + [ Upstream Kernel Changes ] + + * x86: Fix improper large page preservation + * x86: Add NX protection for kernel data + * x86: Add RO/NX protection for loadable kernel modules + + [ Upstream Kernel Changes ] + + * Rebase to Linus 2.6.37-rc2+git + + -- Andy Whitcroft Sat, 20 Nov 2010 11:40:00 +0000 + +linux (2.6.37-5.14) natty; urgency=low + + [ Upstream Kernel Changes ] + + * PCI: fix offset check for sysfs mmapped files + - LP: #676963 + + -- Andy Whitcroft Thu, 18 Nov 2010 18:12:27 +0000 + +linux (2.6.37-5.13) natty; urgency=low + + [ Andy Whitcroft ] + + * rebased to v2.6.37-rc2 + * updateconfigs following rebase to v2.6.37-rc2 + + [ Tim Gardner ] + + * [Config] Added NFS and related modules to virtual flavour + - LP: #659084 + + [ Upstream Kernel Changes ] + + * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S + * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX + * x86, cpu: Call verify_cpu during 32bit CPU startup + * x86, cpu: Only CPU features determine NX capabilities + + [ Upstream Changes ] + + * rebased to v2.67.37-rc2 + + -- Andy Whitcroft Tue, 16 Nov 2010 13:13:29 +0000 + +linux (2.6.37-4.12) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] HID: magicmouse: add param for scroll speed" + * Revert "[Upstream] HID: magicmouse: properly account for scroll + movement in state" + * Revert "[Upstream] HID: magicmouse: disable and add module param for + scroll acceleration" + * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just + middle of mouse" + + [ Henrik Rydberg ] + + * SAUCE: hid: ntrig: remove sysfs nodes + * SAUCE: hid: ntrig: Setup input filtering manually + * SAUCE: hid: ntrig: New ghost-filtering event logic + + [ Manoj Iyer ] + + * SAUCE: Added quirk to recognize GE0301 3G modem as an interface. + - LP: #348861 + + [ Upstream Kernel Changes ] + + * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during + suspend/resume" + * Revert "[ARM] implement arch_randomize_brk()" + * Revert "ARM: stack protector: change the canary value per task" + * Revert "ARM: initial stack protector (-fstack-protector) support" + * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269" + * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec" + * Revert "perf probe: Add kernel source path option" + * hid: ntrig: Support single-touch devices + * hid: ntrig: Mask pen switch events + * net: rtnetlink.h -- only include linux/netdevice.h when used by the + kernel + - LP: #673073 + * Fix userspace build of linux/fs.h + + -- Andy Whitcroft Mon, 15 Nov 2010 19:31:44 +0000 + +linux (2.6.37-3.11) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- update to + b37c575759dc4535ccc03241c584ad5fe69e3b25" + * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()" + * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601" + * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601" + * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34" + * [Config] Disable intel_idle for -virtual kernels + - LP: #651370 + * [Config] enforcer -- ensure we never enable CONFIG_IMA + * debian -- pass the correct flavour name when checking configs + * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual + * [Config] ensure CONFIG_IPV6=y for powerpc + * [Config] enforcer -- ensure CONFIG_IPV6=y + * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103 + * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103 + * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103 + * ubuntu: AUFS -- re-enable + * ubuntu: AUFS -- track changes to work queue initialisation + * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1 + * SAUCE: fbcon -- fix race between open and removal of framebuffers + * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes + - LP: #614008 + * SAUCE: drm -- stop early access to drm devices + + [ Jeremy Kerr ] + + * [Config] Build-in powermac ZILOG serial driver + - LP: #673346 + + [ Kees Cook ] + + * SAUCE: nx-emu: use upstream ASLR when possible + + [ Tim Gardner ] + + * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules + - LP: #628776 + + [ Upstream Kernel Changes ] + + * i386: NX emulation + * nx-emu: drop exec-shield sysctl, merge with disable_nx + * nx-emu: standardize boottime message prefix + * mmap randomization for executable mappings on 32-bit + * exec-randomization: brk away from exec rand area + + -- Andy Whitcroft Thu, 11 Nov 2010 23:46:37 +0000 + +linux (2.6.37-2.10) natty; urgency=low + + [ Andy Whitcroft ] + + * reinstate armel config changes: + * [Config] CONFIG_GPIO_PCH=n for armel FTBS + * [Config] CONFIG_GPIO_VX855=n for armel FTBS + + -- Andy Whitcroft Wed, 03 Nov 2010 22:20:35 +0000 + +linux (2.6.37-2.9) natty; urgency=low + + [ Andy Whitcroft ] + + * config -- fix genportsconfig + * [Config] move powerpc over from ports to distro + * bump master version number to match contained kernel + * SAUCE: fix documentation strings for struct input_keymap_entry + * usb: gadget: goku_udc: add registered flag bit + + -- Andy Whitcroft Tue, 02 Nov 2010 15:14:11 +0000 + +linux (2.6.36-2.8) natty; urgency=low + + [ Tim Gardner ] + + * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules + * [Config]: TWL4030_CORE=n for FTBS + * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS + * [Config]: CONFIG_SOLO6X10=n for FTBS + * [Config]: CONFIG_GPIO_PCH=n for armel FTBS + * [Config]: CONFIG_GPIO_VX855=n for armel FTBS + * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS + * [Config]: CONFIG_LINE6_USB=n for armel FTBS + * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS + * [Config]: CONFIG_I2C_I801=n for armel FTBS + * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables. + * AppArmor: compatibility patch for v5 interface + * AppArmor: compatibility patch for v5 network controll + * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode + * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver + * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface. + * Dropped: hid: 3m: Convert to MT slots + * Dropped: HID: magicmouse: don't allow hidinput to initialize the device + * Dropped: HID: magicmouse: simplify touch data bit manipulation + * Dropped: HID: magicmouse: simplify touch down logic + * Dropped: HID: magicmouse: enable Magic Trackpad support + * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes + * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually + * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic + * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled) + * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode + * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS + * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers + * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes + * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32 + * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only + * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML + * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area + + [ Upstream Kernel Changes ] + + * rebased against 2.6.27-rc1 + + -- Tim Gardner Fri, 22 Oct 2010 19:35:05 -0600 + +linux (2.6.36-1.7) natty; urgency=low + + [ Andy Whitcroft ] + + * rebased to v2.6.36 final + * [Config] update configs following rebase to v2.6.36 final + * [Config] update ports configs following rebase to v2.6.36 final + + [ Upstream Kernel Changes ] + + * rebased to v2.6.36 final + + -- Andy Whitcroft Thu, 21 Oct 2010 14:28:57 +0100 + +linux (2.6.36-1.6) natty; urgency=low + + [ Upstream Kernel Changes ] + + * drop broadcom staging driver preview: + * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n + wireless LAN driver." + + -- Andy Whitcroft Wed, 20 Oct 2010 10:41:25 +0100 + +linux (2.6.36-1.5) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.36-rc8 + * updateconfigs following rebase to v2.6.36-rc8 + * updateportsconfigs following rebase to v2.6.36-rc8 + * config -- simplify the kernelconfig interface + * config -- add new config mode 'dumpconfigs' + + [ Tim Gardner ] + + * Simplify the use of CROSS_COMPILER + + [ Upstream Kernel Changes ] + + * drop broadcom staging driver preview: + * Revert "staging: brcm80211: Make compiling of brcm80211.ko and + brcmfmac.ko mutually exclusive." + * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not + set." + * Revert "Staging: brcm80211: remove driver specific -W options" + * Revert "Staging: brcm80211: clean up makefile cflag lines" + * Revert "staging: brcm80211: add fullmac driver" + * Revert "staging: brcm80211: use string native library" + * Revert "staging: brcm80211: use native ctype library" + * Revert "staging: brcm80211: fix remaining checkpatch errors." + * Revert "staging: brcm80211: fix "ERROR: trailing whitespace."" + * Revert "staging: brcm80211: fix "ERROR: spaces required around that + ..."" + * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that + ':' ..."" + * Revert "staging: brcm80211: fix "ERROR: space required before that + ..."" + * Revert "staging: brcm80211: fix "ERROR: space required after that ..."" + * Revert "staging: brcm80211: fix "ERROR: space required after that close + brace"" + * Revert "staging: brcm80211: fix "ERROR: space prohibited before + ...close square bracket"" + * Revert "staging: brcm80211: fix "ERROR: space prohibited after that + ..."" + * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around + '*'"" + * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'" + * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... + do - while loop"" + * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ... + parenthesis"" + * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0 + or NULL"" + * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0 + or NULL"" + * Revert "staging: brcm80211: fix "ERROR: while should follow close brace + '}'"" + * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev + line"" + * Revert "staging: brcm80211: fix "ERROR: trailing statements should be + on next line"" + * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if + condition"" + * Revert "staging: brcm80211: fix "ERROR: return is not a function, + paren..."" + * Revert "staging: brcm80211: fix "ERROR: open brace '{' following + function dec..."" + * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo + *bar"'" + * Revert "staging: brcm80211: Fix URLs for firmware files." + * Revert "staging: brcm80211: use '%pM' format to print MAC address" + * Revert "staging: brcm80211: Add contact info to TODO list." + * Revert "staging: brcm80211: Fix some initialisation failure paths" + * Export dump_{write,seek} to binary loader modules + * rebase to v2.6.36-rc8. + + -- Andy Whitcroft Tue, 19 Oct 2010 18:58:11 +0100 + +linux (2.6.36-0.4) natty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: perf: increase stack footprint to avoid stack-protector warning + (fixes FTBS on powerpc) + + -- Andy Whitcroft Thu, 14 Oct 2010 13:16:16 +0100 + +linux (2.6.36-0.3) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc + + -- Andy Whitcroft Thu, 14 Oct 2010 03:01:30 +0100 + +linux (2.6.36-0.2) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] updateportsconfigs following rebase to 2.6.36-rc7 + (fix FTBS on powerpc) + + -- Andy Whitcroft Wed, 13 Oct 2010 23:25:12 +0100 + +linux (2.6.36-0.1) natty; urgency=low + + [ Andy Whitcroft ] + + * reduce disk usage during buildd builds + - LP: #645653 + * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y + * [Config] armel -- drop omap flavour + + [ Tim Gardner ] + + * Added dropped patch list + * more dropped patches + * [Config] Disable aufs, dmraid-4.5, ndis-wrapper + * [Config] Add support for cross compiling armel + * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel + * [Upstream] drivers/serial/mfd.c: Fix ARM compile error + * [Config]: updateconfigs after adding brcm80211 + * staging: brcm80211: Fix Makefile syntax error + * rebased to v2.6.36-rc7 + + [ Upstream Kernel Changes ] + + * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs + * (upstream) IPS driver: verify BIOS provided limits + * intel_ips: Print MCP limit exceeded values. + * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless + LAN driver. + * staging: brcm80211: Fix some initialisation failure paths + * staging: brcm80211: Add contact info to TODO list. + * staging: brcm80211: use '%pM' format to print MAC address + * staging: brcm80211: Fix URLs for firmware files. + * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"' + * staging: brcm80211: fix "ERROR: open brace '{' following function + dec..." + * staging: brcm80211: fix "ERROR: return is not a function, paren..." + * staging: brcm80211: fix "ERROR: do not use assignment in if condition" + * staging: brcm80211: fix "ERROR: trailing statements should be on next + line" + * staging: brcm80211: fix "ERROR: that open brace { ... prev line" + * staging: brcm80211: fix "ERROR: while should follow close brace '}'" + * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL" + * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL" + * staging: brcm80211: fix "ERROR: Macros w/ complex values ... + parenthesis" + * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do - + while loop" + * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"' + * staging: brcm80211: fix "ERROR: need consistent spacing around '*'" + * staging: brcm80211: fix "ERROR: space prohibited after that ..." + * staging: brcm80211: fix "ERROR: space prohibited before ...close square + bracket" + * staging: brcm80211: fix "ERROR: space required after that close brace" + * staging: brcm80211: fix "ERROR: space required after that ..." + * staging: brcm80211: fix "ERROR: space required before that ..." + * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..." + * staging: brcm80211: fix "ERROR: spaces required around that ..." + * staging: brcm80211: fix "ERROR: trailing whitespace." + * staging: brcm80211: fix remaining checkpatch errors. + * staging: brcm80211: use native ctype library + * staging: brcm80211: use string native library + * staging: brcm80211: add fullmac driver + * Staging: brcm80211: clean up makefile cflag lines + * Staging: brcm80211: remove driver specific -W options + * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set. + * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko + mutually exclusive. + + -- Andy Whitcroft Tue, 12 Oct 2010 16:00:27 +0100 + +linux (2.6.35-22.33) maverick; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on + Dell E2 series Laptops" + - LP: #641320 + + [ Brian Rogers ] + + * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface + - LP: #624701 + + [ Christopher James Halse Rogers ] + + * SAUCE: Nouveau: Add quirk framework to disable acceleration + - LP: #544088, #546393 + * SAUCE: Nouveau: Disable acceleration on MacBook Pros + - LP: #546393 + + [ John Johansen ] + + * Revert "SAUCE: AppArmor: allow newer tools to load policy on older + kernels" + * SAUCE: AppArmor: allow newer tools to load policy on older kernels + - LP: #639758 + + [ Mathieu J. Poirier ] + + * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM + + [ Upstream Kernel Changes ] + + * ALSA: HDA: Enable internal speaker on Dell M101z + - LP: #640254 + + -- Leann Ogasawara Fri, 17 Sep 2010 13:21:28 -0700 + +linux (2.6.35-22.32) maverick; urgency=low + + [ Arjan van de Ven ] + + * SAUCE: libata: Add ALPM power state accounting to the AHCI driver + + [ David Henningsson ] + + * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510 + - LP: #605047, #628961 + + [ John Johansen ] + + * [Upstream] AppArmor: Fix splitting an fqname into separate namespace + and profile names + - LP: #615947 + * [Upstream] AppArmor: Fix locking from removal of profile namespace + - LP: #615947 + * SAUCE: AppArmor: allow newer tools to load policy on older kernels + - LP: #639758 + * SAUCE: Improve Amazon EBS performance for EC2 + - LP: #634316 + + [ Leann Ogasawara ] + + * Revert "SAUCE: i915 KMS -- blacklist i855" + * Revert "SAUCE: i915 KMS -- blacklist i845g" + * Revert "SAUCE: i915 KMS -- blacklist i830" + * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken + devices" + * execute module-inclusion within a subshell + - LP: #621175 + + [ Upstream Kernel Changes ] + + * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec() + - LP: #633227 + * (pre-stable) drm/i915: don't enable self-refresh on Ironlake + - LP: #629711 + * (pre-stable) mm: Move vma_stack_continue into mm.h + * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev + - LP: #601073 + * PM / Runtime: Make runtime_status attribute not debug-only (v. 2) + * PM / Runtime: Add runtime PM statistics (v3) + * compat: Make compat_alloc_user_space() incorporate the access_ok() + - CVE-2010-3081 + * x86-64, compat: Test %rax for the syscall number, not %eax + - CVE-2010-3301 + * x86-64, compat: Retruncate rax after ia32 syscall entry tracing + - CVE-2010-3301 + + -- Leann Ogasawara Tue, 14 Sep 2010 08:46:49 -0700 + +linux (2.6.35-21.31) maverick; urgency=low + + [ Andy Whitcroft ] + + * bodge linux-libc-dev package version due to ti-omap4 error + * linux-libc-dev -- ensure we can only build this on debian.master + + -- Leann Ogasawara Mon, 13 Sep 2010 09:54:31 -0700 + +linux (2.6.35-21.30) maverick; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes + - LP: #614008 + + [ Daniel Lezcano ] + + * SAUCE: fix compilation warning when CONFIG_SECURITY is not set + + [ Henrik Rydberg ] + + * SAUCE: Input: wacom - add fuzz parameters to features + * SAUCE: Input: wacom - collect device quirks into single function + * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad + * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices + * SAUCE: hid: ntrig: Remove unused device ids + * SAUCE: hid: ntrig: remove sysfs nodes + * SAUCE: hid: ntrig: Correct logic for quirks + * SAUCE: hid: ntrig: zero-initialize ntrig struct + * SAUCE: hid: ntrig: Setup input filtering manually + * SAUCE: hid: ntrig: New ghost-filtering event logic + + [ Leann Ogasawara ] + + * SAUCE: ndiswrapper: Initialize buffer index and check its value + - LP: #613796 + + [ Manoj Iyer ] + + * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2 + series Laptops + - LP: #632884 + + [ Ping Cheng ] + + * SAUCE: Input: wacom - parse the Bamboo device family + + [ Rafi Rubin ] + + * SAUCE: hid: ntrig: identify firmware version (wiggled) + + [ Tim Gardner ] + + * [Config] CONFIG_NL80211_TESTMODE=n + + [ Upstream Kernel Changes ] + + * Revert "input: mt: Add support for the Bamboo Touch trackpad" + * e1000e: initial support for 82579 LOMs + * e1000e: correct MAC-PHY interconnect register offset for 82579 + * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066, + tested on HP G60 + - LP: #587388 + * DSS2: Don't power off a panel twice + - LP: #588243 + * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y + * Input: i8042 - reset keyboard controller wehen resuming from S2R + - LP: #86820 + * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs + - LP: #414795 + * agp/intel: Support the extended physical addressing bits on + Sandybridge. + - LP: #632488 + * drm/i915,intel_agp: Add support for Sandybridge D0 + - LP: #632488 + * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids + - LP: #632488 + * mmc: omap: fix for bus width which improves SD card's peformance. + + -- Leann Ogasawara Tue, 07 Sep 2010 09:58:52 -0700 + +linux (2.6.35-20.29) maverick; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: i915 KMS -- support disabling KMS for known broken devices + - LP: #563277 + * SAUCE: i915 KMS -- blacklist i830 + - LP: #542208, #563277 + * SAUCE: i915 KMS -- blacklist i845g + - LP: #541492, #563277 + * SAUCE: i915 KMS -- blacklist i855 + - LP: #511001, #541511, #563277 + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_SENSORS_PKGTEMP=m + - LP: #601073 + * ARM: Temporarily disable module check for armel + * rebase to v2.6.35.4 + * [Config] update configs following rebase to v2.6.35.4 + + [ Ricardo Salveti de Araujo ] + + * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in + in Omap + + [ Tim Gardner ] + + * [Config] Added be2net, be2scsi to udebs + - LP: #628776 + + [ Upstream Kernel Changes ] + + * x86, cpu: Package Level Thermal Control, Power Limit Notification + definitions + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: thermal throttling handler + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: power limit + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation + - LP: #601073 + * hid: 3m: Adjust to sequential MT HID protocol + * hid: 3m: Convert to MT slots + * hid: 3m: Correct touchscreen emulation + * hid: 3m: Adjust major / minor axes to scale + * input: bcm5974: Adjust major / minor to scale + * HID: magicmouse: don't allow hidinput to initialize the device + * HID: magicmouse: simplify multitouch feature request + * HID: magicmouse: simplify touch data bit manipulation + * HID: magicmouse: simplify touch down logic + * HID: magicmouse: remove timestamp logic + * HID: magicmouse: enable Magic Trackpad support + * HID: magicmouse: Adjust major / minor axes to scale + * mmc: fix all hangs related to mmc/sd card insert/removal during + suspend/resume + - LP: #477106 + * drm/i915: fix VGA plane disable for Ironlake+ + - LP: #602281 + + -- Leann Ogasawara Mon, 30 Aug 2010 08:38:01 -0700 + +linux (2.6.35-19.28) maverick; urgency=low + + [ Leann Ogasawara ] + + * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted + from the archive and a no-change rebuild was attempted. However, the ABI + did not get bumped and resulted in build failures for 2.6.35-19.27. Fix + up the ABI and re-upload. + + -- Leann Ogasawara Sat, 28 Aug 2010 16:42:27 -0700 + +linux (2.6.35-19.27) maverick; urgency=low + + [ Leann Ogasawara ] + + * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted + from the archive. + + -- Leann Ogasawara Fri, 27 Aug 2010 08:58:35 -0700 + +linux (2.6.35-19.26) maverick; urgency=low + + [ Upstream Kernel Changes ] + + * ARM: OMAP: Beagle: revision detection + * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect + * ARM: OMAP: Beagle: no gpio_wp pin connection on xM + + -- Leann Ogasawara Thu, 26 Aug 2010 09:15:09 -0700 + +linux (2.6.35-19.25) maverick; urgency=low + + [ Jarod Wilson ] + + * SAUCE: Bring in staging/lirc from 2.6.36 + - LP: #609234 + * SAUCE: Update ir-core to linuxtv/other which should be merged for + 2.6.36. + - LP: #609234 + * SAUCE: Fix memleaks in imon and mceusb drivers + - LP: #609234 + * SAUCE: Bring in streamzap support from linuxtv/other + - LP: #609234 + + [ Mario Limonciello ] + + * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36 + - LP: #609234 + + [ Mathieu J. Poirier ] + + * SAUCE: ARM: adding i2c eeprom driver to read EDID + - LP: #608279 + + [ Upstream Kernel Changes ] + + * intel_idle: disable module support + - LP: #615265 + * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the + correct codec ID + * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763 + - LP: #605101 + * (pre-stable) ALSA: HDA: Use model=auto for LG R510 + - LP: #495134 + * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269 + - LP: #519066 + * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500 + - LP: #519066 + * input: mt: Initialize slots to unused (rev2) + * input: mt: Add support for the Bamboo Touch trackpad + * hid: Add a hid quirk for input sync override + + -- Leann Ogasawara Mon, 23 Aug 2010 12:42:52 -0700 + +linux (2.6.35-18.24) maverick; urgency=low + + [ Colin Watson ] + + * Pass DEB_MAINT_PARAMS to hook scripts + + [ Leann Ogasawara ] + + * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer + - LP: #584812 + * rebase to v2.6.35.3 + + [ Upstream Kernel Changes ] + + * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555 + - LP: #609234 + * can: add limit for nframes and clean up signed/unsigned variables + - CVE-2010-2959 + * drm: Initialize ioctl struct when no user data is present + - CVE-2010-2803 + * ARM: initial stack protector (-fstack-protector) support + * ARM: stack protector: change the canary value per task + * [ARM] implement arch_randomize_brk() + * [ARM] add address randomization to mmap() + * ARM: fix ASLR of PIE executables + + -- Leann Ogasawara Sun, 22 Aug 2010 19:22:04 -0700 + +linux (2.6.35-17.23) maverick; urgency=low + + [ Jeremy Kerr ] + + * [Config] build-in uinput module + - LP: #584812 + + [ Leann Ogasawara ] + + * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS" + * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib" + * Revert "[Config] [FTBS] sparc: Temporarily disable + CONFIG_MTD_NAND_DENALI" + * Revert "[Config] [FTBS] sparc: Temporarily disable + CONFIG_MFD_JANZ_CMODIO" + * Revert "[Config] [FTBS] sparc: Temporarily disable + CONFIG_INFINIBAND_QIB" + * [Config] Enable INTEL_IPS + - LP: #601057 + * Remove ia64 support + * [Config] Update portsconfigs after removing ia64 support + * Remove sparc support + * [Config] Update portsconfigs after removing sparc support + + [ Linus Torvalds ] + + * (pre-stable) mm: fix page table unmap for stack guard page properly + + [ Mathieu J. Poirier ] + + * SAUCE: (no-up) ARM: Resetting power_mode to its original value. + - LP: #591941 + + [ Upstream Kernel Changes ] + + * timer: add on-stack deferrable timer interfaces + - LP: #601057 + * x86 platform driver: intelligent power sharing driver + - LP: #601057 + * IPS driver: add GPU busy and turbo checking + - LP: #601057 + * X86: intel_ips, check for kzalloc properly + - LP: #601057 + * ips driver: make it less chatty + - LP: #601057 + + -- Leann Ogasawara Tue, 17 Aug 2010 09:38:08 -0700 + +linux (2.6.35-16.22) maverick; urgency=low + + [ Andy Whitcroft ] + + * debian -- more agressivly clean up after depmod on purge + - LP: #618591 + + [ Henrik Rydberg ] + + * SAUCE: hid: 3m: Simplify touchsreen emulation logic + + [ Leann Ogasawara ] + + * ubuntu: iscsitarget -- version 1.4.20.2 + * ubuntu: rtl8192se -- update to version 0017.0507.2010 + * rebase to v2.6.35.2 + * [Config] update configs following rebase to v2.6.35.2 + * [Config] update ports configs following rebase to v2.6.35.2 + + [ Luke Yelavich ] + + * [Config] Enable new firewire stack on powerpc + + [ Mathieu J. Poirier ] + + * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash. + - LP: #608266 + + -- Leann Ogasawara Thu, 12 Aug 2010 09:58:01 -0700 + +linux (2.6.35-15.21) maverick; urgency=low + + [ Luke Yelavich ] + + * [Config] CONFIG_SND_USB_UA101=m for all architectures + + [ Upstream Kernel Changes ] + + * Input: introduce MT event slots + * Input: document the MT event slot protocol + * (pre-stable) sched: Revert nohz_ratelimit() for now + * (pre-stable) drm/radeon/kms: add missing copy from user + - LP: #606081 + + [ Leann Ogasawara ] + + * rebase to v2.6.35.1 + + -- Leann Ogasawara Mon, 09 Aug 2010 09:24:04 -0700 + +linux (2.6.35-14.20) maverick; urgency=low + + [ Andy Whitcroft ] + + * update Vcs-Git to point to maverick repo + * debian -- include the debian packaging in the -source package + - LP: #608674 + * select debian source format 1.0 + * add support for building selected stages of kernel + - LP: #603087 + * cleanup conditional dependancy handling + - LP: #603087 + + [ Upstream Kernel Changes ] + + * ALSA: hda - Handle missing NID 0x1b on ALC259 codec + - LP: #582199, #586418, #588031 + * ALSA: hda - Handle pin NID 0x1a on ALC259/269 + - LP: #582199, #586418, #588031 + * sched: Revert nohz_ratelimit() for now + + -- Leann Ogasawara Tue, 03 Aug 2010 08:46:47 -0700 + +linux (2.6.35-14.19) maverick; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.35 + + -- Leann Ogasawara Sun, 01 Aug 2010 10:35:56 -0700 + +linux (2.6.35-13.18) maverick; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: (no-up) Modularize vesafb -- fix initialisation + * SAUCE: add tracing for user initiated readahead requests + * SAUCE: vt -- maintain bootloader screen mode and content until vt + switch + * SAUCE: vt -- allow grub to request automatic vt_handoff + * SAUCE: fbcon -- fix race between open and removal of framebuffers + * SAUCE: drm -- stop early access to drm devices + + [ Bryan Wu ] + + * CONFIG: compile in OTG driver and Transceiver driver + - LP: #566645 + * remove OTG modules from modules list file + + [ John Johansen ] + + * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27 + - LP: #581525, #599450 + * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29 + * SAUCE: AppArmor 2.4 compatibility patch + * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace + * SAUCE: fix pv-ops for legacy Xen + * SAUCE: blkfront: default to sd devices + * [Config] Build in drivers required for Xen pv-ops + + [ Leann Ogasawara ] + + * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture + size." + + [ Lee Jones ] + + * SAUCE: ARM: OMAP: Add macros for comparing silicon revision + - LP: #608095 + * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than + just revision + - LP: #608095 + * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX + - LP: #608095 + * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM + - LP: #608095 + + [ Upstream Kernel Changes ] + + * agp/intel: Use the correct mask to detect i830 aperture size. + - LP: #597075 + + -- Leann Ogasawara Fri, 30 Jul 2010 15:46:59 -0700 + +linux (2.6.35-12.17) maverick; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc6 + * [Config] update configs following rebase to v2.6.35-rc6 + * [Config] update ports configs following rebase to v2.6.35-rc6 + * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11 + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc6 + + -- Leann Ogasawara Fri, 23 Jul 2010 16:16:38 +0200 + +linux (2.6.35-11.16) maverick; urgency=low + + [ Leann Ogasawara ] + + * Bump ABI for new compiler update + + -- Leann Ogasawara Fri, 23 Jul 2010 10:24:58 +0200 + +linux (2.6.35-10.15) maverick; urgency=low + + [ Leann Ogasawara ] + + * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA + device" + * [Config] Enable CONFIG_M686=y + - LP: #592495 + + [ Upstream Kernel Changes ] + + * tracing: Add alignment to syscall metadata declarations + + -- Leann Ogasawara Tue, 20 Jul 2010 18:18:49 +0200 + +linux (2.6.35-9.14) maverick; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- add BOM and automated update script + * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25 + + [ John Johansen ] + + * [Config] Enable DRBD as a module + + [ Kees Cook ] + + * SAUCE: Yama: verify inode is symlink to avoid bind mounts + - LP: #604407 + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_DRM_VMWGFX (staging driver) + - LP: #606139 + * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver) + - LP: #606139 + * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y + * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y + + [ Lee Jones ] + + * Stop ARM boards crashing when CUPS is loaded + - LP: #601226 + + [ Upstream Kernel Changes ] + + * perf probe: Support tracing an entry of array + * perf probe: Support static and global variables + + -- Leann Ogasawara Fri, 16 Jul 2010 14:38:17 -0700 + +linux (2.6.35-8.13) maverick; urgency=low + + [ Kees Cook ] + + * SAUCE: Yama: check PTRACE using thread group leader + * SAUCE: Yama: search for PTRACE exceptions via thread group leader + - LP: #603716 + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc5 + * [Config] update configs following rebase to v2.6.35-rc5 + + [ Nicolas Pitre ] + + * SAUCE: make ndiswrapper available on X86 only + + [ Tim Gardner ] + + * [Config] Added ums-cypress to udeb + - LP: #576066 + * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n + * [Config] CONFIG_NDISWRAPPER=m across all configs + + [ Upstream Kernel Changes ] + + * HID: magicmouse: report last touch up + * rebase to 2.6.35-rc5 + + -- Leann Ogasawara Tue, 13 Jul 2010 18:57:59 -0700 + +linux (2.6.35-7.12) maverick; urgency=low + + [ Tim Gardner ] + + * [Upstream] i915: Use the correct mask to detect i830 aperture size. + - LP: #597075 + + [ Upstream Kernel Changes ] + + * (drop after 2.6.35) drm/radeon/kms: add ioport register access + (squashed) + + -- Tim Gardner Thu, 08 Jul 2010 09:53:13 -0600 + +linux (2.6.35-7.11) maverick; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_X86_MRST=n + + [ Upstream Kernel Changes ] + + * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc + * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb + * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue + + -- Tim Gardner Tue, 06 Jul 2010 18:39:08 -0600 + +linux (2.6.35-7.10) maverick; urgency=low + + [ Kees Cook ] + + * SAUCE: security: create task_free security callback + * SAUCE: Yama: add PTRACE exception tracking and interface + * SAUCE: security: unconditionally chain to Yama LSM + * Revert "SAUCE: ptrace: restrict ptrace scope to children" + * Revert "SAUCE: fs: block hardlinks to non-accessible sources" + * Revert "SAUCE: fs: block cross-uid sticky symlinks" + * [Upstream] security: Yama LSM + * [Config] Enable CONFIG_SECURITY_YAMA=y + + [ Tim Gardner ] + + * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4 + + [ Upstream Kernel Changes ] + + * rebase to 2.6.35-rc4 + + -- Leann Ogasawara Thu, 01 Jul 2010 08:55:57 -0700 + +linux (2.6.35-6.9) maverick; urgency=low + + [ Tim Gardner ] + + * [Upstream] direct_splice_actor() should not use pos in sd + - LP: #588861 + + -- Leann Ogasawara Mon, 28 Jun 2010 12:35:49 -0700 + +linux (2.6.35-6.8) maverick; urgency=low + + [ Mathieu J. Poirier ] + + * ARM: Adding regulator supply for vdds_sdi. + - LP: #597904 + + -- Leann Ogasawara Sun, 27 Jun 2010 16:34:43 -0700 + +linux (2.6.35-6.7) maverick; urgency=low + + [ Alberto Milone ] + + * [Upstream] Add support for the ATIF ACPI method to the radeon driver + + [ Chase Douglas ] + + * [Upstream] HID: magicmouse: scroll on entire surface, not just middle + of mouse + * [Upstream] HID: magicmouse: disable and add module param for scroll + acceleration + * [Upstream] HID: magicmouse: properly account for scroll movement in + state + * [Upstream] HID: magicmouse: add param for scroll speed + * [Upstream] HID: magicmouse: enable horizontal scrolling + + [ Henrik Rydberg ] + + * [Upstream] Input: evdev - convert to dynamic event buffer + * [Upstream] Input: evdev - use driver hint to compute size of event + buffer + * [Upstream] Input: bcm5974 - set the average number of events per MT + event packet + * [Upstream] Input: hid-input - use a larger event buffer for MT devices + * [Upstream] Input: evdev - never leave the client buffer empty after + write + + [ John Johansen ] + + * SAUCE: AppArmor: -- mainline 2010-06-23 + * SAUCE: AppArmor 2.4 compatibility patch + * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_INTR_REMAP=y + - LP: #597091 + * [Config] Enable CONFIG_X86_X2APIC + - LP: #597091 + + [ Mathieu J. Poirier ] + + * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap + - LP: #594382 + + -- Leann Ogasawara Thu, 24 Jun 2010 12:19:48 -0700 + +linux (2.6.35-5.6) maverick; urgency=low + + [ Amit Kucheria ] + + * [Config] update omap flavour description + + [ Andy Whitcroft ] + + * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac + - LP: #570500, #576274 + * SAUCE: add option to hand off all kernel parameters to init + - LP: #586386 + * [Config] enable passing all kernel command line to init + - LP: #586386 + * [Config] disable CONFIG_VMI + - LP: #537601 + * [Config] enable CONFIG_IPV6_SIT_6RD + - LP: #591869 + * [Config] enable CONFIG_VMWARE_BALOON as module + - LP: #592039 + + [ Leann Ogasawara ] + + * Revert "SAUCE: pm: Config option to disable handling of console during + suspend/resume" + - LP: #594885 + * [Config] Remove CONFIG_PM_DISABLE_CONSOLE + * [Config] ports: enable passing all kernel command line to init + - LP: #586386 + * [Config] Enable CONFIG_FB_VESA=y for x86 + * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer + * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer + * [Config] Enable CONFIG_TASK_DELAY_ACCT=y + - LP: #493156 + + [ Mathieu Poirier ] + + * ARM: Adding MosChip MCS7830 to nic-usb + - LP: #584920 + + [ Upstream Kernel Changes ] + + * Revert "[Upstream] docbook: need xmldoclinks for all doc types" + * docbook: need xmldoclinks for all doc types + * perf probe: Add kernel source path option + + -- Leann Ogasawara Thu, 17 Jun 2010 08:05:29 -0700 + +linux (2.6.35-4.5) maverick; urgency=low + + [ Leann Ogasawara ] + + * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer + size (rev2)" + * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)" + * Revert "[Upstream] (evdev) Use multi-reader buffer to save space + (rev4)" + * Revert "SAUCE: drivers: Remove some duplicate device entries in various + modules" + * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID + * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq" + * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id + + [ Tim Gardner ] + + * [Config] CONFIG_NFS_FSCACHE=y + - LP: #440522 + * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y + - LP: #440522 + + -- Leann Ogasawara Wed, 16 Jun 2010 08:43:07 -0700 + +linux (2.6.35-3.4) maverick; urgency=low + + [ Andy Whitcroft ] + + * debian -- ensure the version number is clean + + [ Henrik Rydberg ] + + * [Upstream] Introduce MT event slots (rev 5) + * [Upstream] Document the MT event slot protocol (rev5) + * [Upstream] (evdev) Use multi-reader buffer to save space (rev4) + * [Upstream] (evdev) Convert to dynamic event buffer (rev4) + * [Upstream] (evdev) Use driver hint to compute the evdev buffer size + (rev2) + + [ Leann Ogasawara ] + + * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module" + * Revert "SAUCE: hostap: send events on data interface as well as master + interface" + * Revert "Fix webcam having USB ID 0ac8:303b" + * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver" + * rebase to v2.6.35-rc3 + + [ Maxim Levitsky ] + + * [Config] Enable new Smartmedia/xD translation layer + - LP: #202490 + + [ Upstream Kernel Changes ] + + * net: fix deliver_no_wcard regression on loopback device + + [ Upstream changes ] + + * rebased to v2.6.35-rc3 + + -- Leann Ogasawara Thu, 10 Jun 2010 16:15:22 -0700 + +linux (2.6.35-2.3) maverick; urgency=low + + [ Bryan Wu ] + + * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO + + [ Leann Ogasawara ] + + * [Config] armel: Enable CONFIG_BNX2=m + * [Config] ports: Enable CONFIG_BNX2X=m + * SAUCE: armel: define get_dma_ops to fix FTBS + + [ Tim Gardner ] + + * [Upstream] net: Print num_rx_queues imbalance warning only when there + are allocated queues + - LP: #591416 + + -- Leann Ogasawara Wed, 09 Jun 2010 08:27:41 -0700 + +linux (2.6.35-2.2) maverick; urgency=low + + [ Andy Whitcroft ] + + * [Config] d-i: make armel configuration versatile flavour specific + - LP: #588805 + * [Config] d-i: enable .udebs for omap flavour + - LP: #588805 + + [ Kees Cook ] + + * ptrace: limit scope to attach only (allow read) + - LP: #589656 + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc2 + * [Config] update configs following rebase to v2.6.35-rc2 + * [Config] update port configs following rebase to v2.6.35-rc2 + + [ Lee Jones ] + + * Enable perf to be more helpful when perf_ does not exist. + - LP: #570500 + * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs. + + [ Tim Gardner ] + + * [Config] Update bnx2 udeb firmware files + - LP: #589304 + + [ Upstream changes ] + + * rebased to v2.6.35-rc2 + + -- Leann Ogasawara Mon, 07 Jun 2010 09:45:04 -0700 + +linux (2.6.35-1.1) maverick; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601 + - LP: #587888 + * ubuntu: AUFS -- track changes to the arguements to fop fsync() + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc1 + * [Config] update configs following rebase to v2.6.35-rc1 + * [Config] update port configs following rebase to v2.6.35-rc1 + * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free() + * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free() + * SAUCE: ndiswrapper: convert multicast list to list_head + * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL + * [Config] [FTBS] ia64: Temporarily disable gpiolib + * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS + * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB + * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO + * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO + * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155 + * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI + * [Config] [FTBS] armel: Temporarily disable bnx2 + * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE + * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm + * SAUCE: [FTBS] armel: include linux/dma-mapping.h + * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with + gpio_set_debounce + + [ Upstream Kernel Changes ] + + * of/usb: fix build error due to of_node pointer move + * n2_crypto: Fix build after of_device/of_platform_driver changes. + * powerpc/fsl-booke: fix the case where we are not in the first page + * powerpc/fsl-booke: Move the entry setup code into a seperate file + * powerpc/kexec: Add support for FSL-BookE + * greth: Fix build after OF device conversions. + + [ Upstream changes ] + + * rebased to v2.6.35-rc1 + + -- Leann Ogasawara Fri, 04 Jun 2010 23:01:52 -0700 + +linux (2.6.35-1.0) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * Null entry. + + -- Leann Ogasawara Wed, 02 Jun 2010 15:17:41 -0700 + +linux (2.6.34-5.14) maverick; urgency=low + + [ Tim Gardner ] + + * [Config] Added module inclusion support + * [Config] Added virtual flavour module inclusion list and d-i package + definitions + + -- Leann Ogasawara Wed, 02 Jun 2010 12:58:14 -0700 + +linux (2.6.34-5.13) maverick; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- aufs2 20091209" + * Revert "ubuntu: AUFS -- export various core functions + (aufs2-standalone.patch)" + * Revert "ubuntu: AUFS -- export various core functions + (aufs2-base.patch)" + * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34 + - LP: #587888 + * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34 + - LP: #587888 + * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601 + - LP: #587888 + * [Config] AUFS -- enable aufs options + - LP: #587888 + + -- Leann Ogasawara Tue, 01 Jun 2010 08:56:43 -0700 + +linux (2.6.34-5.12) maverick; urgency=low + + [ Andy Whitcroft ] + + * enforce -- ensure SYSFS compatibility is disabled + + [ Chase Douglas ] + + * build with libdw-dev for perf probe symbol support + * maverick ftrace configuration changes + + [ Kees Cook ] + + * Revert "SAUCE: x86: brk away from exec rand area" + * Revert "SAUCE: [um] Don't use nx_enabled under UML" + * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32" + * SAUCE: x86: implement cs-limit nx-emulation for ia32 + - LP: #369978 + * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only + * SAUCE: x86: brk away from exec rand area + - LP: #452175 + * SAUCE: ptrace: restrict ptrace scope to children + + [ Leann Ogasawara ] + + * Add new omap flavour to getabis + * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs + - LP: #585490 + * build/modules: Temorarily add ignore.modules + * ubuntu: iscsitarget -- version 1.4.20.1 + + [ Loïc Minier ] + + * SAUCE: [um] Don't use nx_enabled under UML + - LP: #524849 + + -- Leann Ogasawara Fri, 28 May 2010 08:27:17 -0700 + +linux (2.6.34-4.11) maverick; urgency=low + + [ Amit Kucheria ] + + * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files + * [Config] Add support for OMAP-mainline flavour + + [ Andy Whitcroft ] + + * SAUCE: powerpc: fix compile error when ptrace.h is included from + userspace + - LP: #583733 + + [ Chase Douglas ] + + * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers + are present" + * Revert "SAUCE: Disable function tracing after hitting __schedule_bug" + * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing + load detect pipe" + + [ Kees Cook ] + + * SAUCE: fs: block cross-uid sticky symlinks + * SAUCE: fs: block hardlinks to non-accessible sources + + [ Koen Kooi ] + + * SAUCE: board-omap3-beagle: add DSS2 support + + [ Leann Ogasawara ] + + * Revert "staging/go7007 -- disable" + * Revert "[Config] staging/winbond -- disable" + * Revert "Disable 4MB page tables for Atom, work around errata AAE44" + * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount" + * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit + controller" + * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT" + * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros" + * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps" + * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B + chipsets." + * Revert "[Upstream] b43: Declare all possible firmware files." + * Revert "add Breaks: against hardy lvm2" + * Revert "SAUCE: Guest OS does not recognize a lun with non zero target + id on Vmware ESX Server" + * Revert "SAUCE: Catch nonsense keycodes and silently ignore" + * [Config] Enable CONFIG_ECRYPT_FS=y for ports + * [Config] Enable CONFIG_USB=y for armel and sparc + * [Config] Enable CONFIG_SCSI=y for ia64 and sparc + * [Config] Enable CONFIG_RFKILL=y for ports + * [Config] Enable CONFIG_ATH9K_DEBUGFS=y + * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y + * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y + * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y + * [Config] Enable CONFIG_LIBERTAS_MESH=y + * [Config] Enable CONFIG_MMC_RICOH_MMC=y + * [Config] CONFIG_RT2800USB_UNKNOWN=y + * [Config] Enable CONFIG_VGA_SWITCHEROO=y + * [Config] Enable CONFIG_CEPH_FS=m + * [Config] Enable CONFIG_CRYPTO_PCRYPT=m + * [Config] Enable CONFIG_EEEPC_WMI=m + * [Config] Enable CONFIG_RT2800PCI=m + * [Config] Enable CONFIG_SCSI_HPSA=m + * [Config] Enable CONFIG_VHOST_NET=m + * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default + - LP: #582350 + * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS + - LP: #579300 + * [Config] Enable CONFIG_PCIEASPM=y + - LP: #333990 + * [Config] updateconfigs for OMAP flavour + + [ Loïc Minier ] + + * Enable perf tools on armel + + [ Tim Gardner ] + + * SAUCE: Updated ndiswrapper to 1.56 + - LP: #582555 + * [Config] Added virtual flavour + * [Config] Remove support for sub-flavours + * [Config] Removed amd64 preempt flavour + * [Config] updateconfigs, updateportsconfigs after flavour munging + + -- Leann Ogasawara Tue, 25 May 2010 09:34:55 -0700 + +linux (2.6.34-3.10) maverick; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34 + + [ Upstream changes ] + + * rebased to v2.6.34 + + -- Leann Ogasawara Tue, 18 May 2010 17:35:35 -0700 + +linux (2.6.34-2.9) maverick; urgency=low + + [ Leann Ogasawara ] + + * [Config] [FTBS] Disable comedi for armel + + -- Leann Ogasawara Thu, 13 May 2010 23:20:55 +0200 + +linux (2.6.34-2.8) maverick; urgency=low + + [ Leann Ogasawara ] + + * Drop lpia + * [Config] [FTBS] disable KVM + * [Config] [FTBS] disable ipr for armel + + -- Leann Ogasawara Thu, 13 May 2010 16:07:52 +0200 + +linux (2.6.34-2.7) maverick; urgency=low + + [ Leann Ogasawara ] + + * [Config] disable CONFIG_SCSI_IPR on powerpc + * [Config] Remove 386 flavour per UDS discussion + + -- Leann Ogasawara Wed, 12 May 2010 18:26:43 +0200 + +linux (2.6.34-1.6) maverick; urgency=low + + [ Chase Douglas ] + + * enforce CONFIG_TMPFS_POSIX_ACL=y + - LP: #575940 + * don't force module dependency checking + - LP: #577029 + + [ Kees Cook ] + + * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write + - LP: #568844 + + [ Leann Ogasawara ] + + * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL" + * rebase to v2.6.34-rc7 + * [Config] update configs following rebase to v2.6.34-rc7 + * [Config] update port configs following rebase to v2.6.34-rc7 + * Add btrfs to the udebs + + [ Tim Gardner ] + + * [Config] Add atl1c to nic-modules udeb + - LP: #557130 + + [ Upstream changes ] + + * rebased to v2.6.34-rc7 + + -- Leann Ogasawara Tue, 11 May 2010 11:29:08 +0200 + +linux (2.6.34-1.5) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc6 + * [Config] update configs following rebase to v2.6.34-rc6 + * [Config] update port configs following rebase to v2.6.34-rc6 + + [ Upstream changes ] + + * rebased to v2.6.34-rc6 + + -- Leann Ogasawara Fri, 30 Apr 2010 15:54:05 +0100 + +linux (2.6.34-1.4) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc5 + * [Config] update ports configs following rebase to v2.6.34-rc5 + + [ Upstream changes ] + + * rebased to v2.6.34-rc5 + + -- Leann Ogasawara Thu, 22 Apr 2010 15:36:12 -0700 + +linux (2.6.34-1.3) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc4 + * [Config] update configs following rebase to v2.6.34-rc4 + * [Config] update port configs following rebase to v2.6.34-rc4 + * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4 + + [ Upstream changes ] + + * rebased to v2.6.34-rc4 + + -- Leann Ogasawara Tue, 13 Apr 2010 18:33:44 -0700 + +linux (2.6.34-1.2) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * Temorarily disable building linux-doc + * rebase to v2.6.34-rc3 + * [Config] update configs following rebase to v2.6.34-rc3 + * [Config] update port configs following rebase to v2.6.34-rc3 + + [ Upstream changes ] + + * rebased to v2.6.34-rc3 + + -- Leann Ogasawara Tue, 30 Mar 2010 16:55:44 -0700 + +linux (2.6.34-1.1) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc2 + * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2 + * [Config] update port configs following rebase to v2.6.34-rc2 + * [Config] update configs following rebase to v2.6.34-rc2 + + [ Upstream changes ] + + * rebased to v2.6.34-rc2 + + -- Leann Ogasawara Wed, 24 Mar 2010 23:00:39 -0700 + +linux (2.6.33-1.1) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * ubuntu: dm-raid4-5 -- update to compile with 2.6.33 + * ubuntu: lirc -- drop explicit include of linux/autoconf.h + * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock + * ubuntu: lirc -- rename kfifo_put and kfifo_get + * ubuntu: iscsitarget -- rename daddr inet_sock field + * rebased to v2.6.33 + * [Config] update configs following rebase to v2.6.33 + * [Config] update ports configs following rebase to v2.6.33 + + [ Upstream changes ] + + * rebased to v2.6.33 + + -- Leann Ogasawara Tue, 23 Mar 2010 03:55:46 -0700 + +linux (2.6.33-0.0) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * Null entry. + + -- Leann Ogasawara Wed, 17 Mar 2010 07:48:56 -0700 + +linux (2.6.32-16.25) lucid; urgency=low + + [ Andy Whitcroft ] + + * linux-tools -- move to Suggests: with explicit seeding + - LP: #534635 + + [ Tim Gardner ] + + * [Config] CONFIG_HID=m + + [ Upstream Kernel Changes ] + + * (pre-stable) sched: Fix SMT scheduler regression in + find_busiest_queue() + * KVM: introduce kvm_vcpu_on_spin + * KVM: VMX: Add support for Pause-Loop Exiting + + -- Andy Whitcroft Tue, 09 Mar 2010 14:13:51 +0000 + +linux (2.6.32-16.24) lucid; urgency=low + + [ Andy Whitcroft ] + + * armel -- perf userspace does not support arm + * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries + + -- Andy Whitcroft Sat, 06 Mar 2010 11:42:12 +0000 + +linux (2.6.32-16.23) lucid; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: PM report driver and device suspend/resume times -- move config + * update to standards version 3.8.4.0 + * printenv -- expose all of the package selectors + * source package -- cleanup source content control + * doc package -- ensure we do build package content on buildd + * lintian -- correct the address in the debian/copyright + * lintian -- update debhelper package version dependancy + * lintian -- fix ghostscript dependancy + * lintian -- add required misc:Depends + * lintian -- move our debhelper compat level to debian/compat + * perf -- build the kernel carried tools + * perf -- add linux-tools carrying the version switches and manuals + * SAUCE: fix up Kconfig for staging drivers + * [Config] enable NOUVEAU etc following drm backport + * update DRM to mainline v2.6.33 + * [Config] Remove AppArmor config options that no longer exist (ports) + * [Config] updateportsconfigs following drm update + + [ John Johansen ] + + * ubuntu: AppArmor -- update to mainline 2010-03-04 + * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility + * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels + * [Config] Remove AppArmor config options that no longer exist + + [ Manoj Iyer ] + + * ubuntu: rtl8192se -- version 2010-0115,0014 + - LP: #530275 + * [Config] added CONFIG_RTL8192SE module. + - LP: #530275 + + [ Tim Gardner ] + + * [Config] Added vmw_pvscsi to d-i/scsi-modules + - LP: #531017 + * [Upstream] netfilter: xt_recent: Add an entry reaper + + [ Upstream Kernel Changes ] + + * Revert "KVM: x86 emulator: Check CPL level during privilege instruction + emulation" + * Revert "KVM: x86 emulator: Fix popf emulation" + * Revert "KVM: x86 emulator: Check IOPL level during io instruction + emulation" + * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation" + * Revert "KVM: fix memory access during x86 emulation." + * Add vlan (8021.Q) module package for d-i. + * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell + Inspiron 700m + - LP: #515246 + * [Upstream] docbook: need xmldoclinks for all doc types + * x86: set_personality_ia32() misses force_personality32 + * lib: Introduce generic list_sort function + * drm/nv50: Implement ctxprog/state generation. + * drm/nv50: Remove redundant/incorrect ctxvals initialisation. + * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell + Inspiron 700m + - LP: #515246 + + -- Andy Whitcroft Fri, 05 Mar 2010 15:40:38 +0000 + +linux (2.6.32-15.22) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT" + * Revert "SAUCE: PM report driver and device suspend/resume times." + * [Config] set CONFIG_SR_REPORT_TIME_LIMIT + + [ Manoj Iyer ] + + * SAUCE: PM report driver and device suspend/resume times. + + -- Andy Whitcroft Tue, 02 Mar 2010 01:35:37 +0000 + +linux (2.6.32-15.21) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k" + * Revert "[Config] lenovo-sl-laptop -- enable" + * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)" + * armel -- cramfs module will no longer be built + * d-i -- make all modules optional + * rename the debug packages to match archive standard + - LP: #527837 + * lenovo-sl-laptop is no longer built + + [ Colin Ian King ] + + * Disable 4MB page tables for Atom, work around errata AAE44 + - LP: #523112 + + [ Colin Watson ] + + * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS + * ubuntu: fsam7400: Depend on CHECK_SIGNATURE + + [ Jesse Barnes ] + + * SAUCE: drm/i915: don't change DRM configuration when releasing load + detect pipe + - LP: #488328 + + [ Loïc Minier ] + + * [Config] armel Update versatile initrd configs + - LP: #524893 + * SAUCE: [um] Don't use nx_enabled under UML + - LP: #524849 + + [ Manoj Iyer ] + + * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT + + [ Mario Limonciello ] + + * SAUCE: v3 - Add Dell Business Class Netbook LED driver + + [ Rafael J. Wysocki ] + + * SAUCE: PM report driver and device suspend/resume times. + + [ Surbhi Palande ] + + * Revert "[Upstream] e1000e: enhance frame fragment detection" + - CVE-2009-4538 + * Revert "[Upstream] e1000: enhance frame fragment detection" + - CVE-2009-4536 + + [ Tim Gardner ] + + * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m + * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow + * SAUCE: (pre-stable) netfilter: xt_recent: fix false match + + [ Upstream Kernel Changes ] + + * Revert "(pre-stable) eCryptfs: Add getattr function" + * Fix potential crash with sys_move_pages + * futex_lock_pi() key refcnt fix + * futex: Handle user space corruption gracefully + * futex: Handle futex value corruption gracefully + * Fix race in tty_fasync() properly + * hwmon: (w83781d) Request I/O ports individually for probing + * hwmon: (lm78) Request I/O ports individually for probing + * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT + * ALSA: ctxfi - fix PTP address initialization + * drm/i915: disable hotplug detect before Ironlake CRT detect + * drm/i915: enable self-refresh on 965 + * drm/i915: Disable SR when more than one pipe is enabled + * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup. + * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list + * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop + * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list + * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers. + * i2c-tiny-usb: Fix on big-endian systems + * drm/i915: handle FBC and self-refresh better + * drm/i915: Increase fb alignment to 64k + * drm/i915: Update write_domains on active list after flush. + * regulator: Fix display of null constraints for regulators + * ALSA: hda-intel: Avoid divide by zero crash + * CPUFREQ: Fix use after free of struct powernow_k8_data + * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb + * cciss: Make cciss_seq_show handle holes in the h->drv[] array + * ioat: fix infinite timeout checking in ioat2_quiesce + * resource: add helpers for fetching rlimits + * fs/exec.c: restrict initial stack space expansion to rlimit + * cifs: fix length calculation for converted unicode readdir names + * NFS: Fix a reference leak in nfs_wb_cancel_page() + * NFS: Try to commit unstable writes in nfs_release_page() + * NFSv4: Don't allow posix locking against servers that don't support it + * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors + * NFS: Fix an Oops when truncating a file + * NFS: Fix a umount race + * NFS: Fix a bug in nfs_fscache_release_page() + * NFS: Fix the mapping of the NFSERR_SERVERFAULT error + * md: fix 'degraded' calculation when starting a reshape. + * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter + * Export the symbol of getboottime and mmonotonic_to_bootbased + * kvmclock: count total_sleep_time when updating guest clock + * KVM: PIT: control word is write-only + * tpm_infineon: fix suspend/resume handler for pnp_driver + * amd64_edac: Do not falsely trigger kerneloops + * netfilter: nf_conntrack: fix memory corruption with multiple namespaces + * netfilter: nf_conntrack: per netns nf_conntrack_cachep + * netfilter: nf_conntrack: restrict runtime expect hashsize modifications + * netfilter: xtables: compat out of scope fix + * netfilter: nf_conntrack: fix hash resizing with namespaces + * drm/i915: remove full registers dump debug + * drm/i915: add i915_lp_ring_sync helper + * drm/i915: Don't wait interruptible for possible plane buffer flush + * dasd: remove strings from s390dbf + * crypto: padlock-sha - Add import/export support + * wmi: Free the allocated acpi objects through wmi_get_event_data + * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value + * /dev/mem: introduce size_inside_page() + * devmem: check vmalloc address on kmem read/write + * devmem: fix kmem write bug on memory holes + * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead + of value 0. + * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB + * ALSA: hda - use WARN_ON_ONCE() for zero-division detection + * dst: call cond_resched() in dst_gc_task() + * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support + * befs: fix leak + * rtc-fm3130: add missing braces + * Call flush_dcache_page after PIO data transfers in libata-sff.c + * ahci: add Acer G725 to broken suspend list + * pktgen: Fix freezing problem + * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt + * x86/amd-iommu: Fix deassignment of a device from the pt_domain + * x86: Re-get cfg_new in case reuse/move irq_desc + * Staging: fix rtl8187se compilation errors with mac80211 + * ALSA: usb-audio - Avoid Oops after disconnect + * serial: 8250: add serial transmitter fully empty test + * sysfs: sysfs_sd_setattr set iattrs unconditionally + * class: Free the class private data in class_release + * USB: usbfs: only copy the actual data received + * USB: usbfs: properly clean up the as structure on error paths + * rtl8187: Add new device ID + * ACPI: Add NULL pointer check in acpi_bus_start + * ACPI: fix High cpu temperature with 2.6.32 + * drm/radeon/kms: use udelay for short delays + * NFS: Too many GETATTR and ACCESS calls after direct I/O + * eCryptfs: Add getattr function + * b43: Fix throughput regression + * ath9k: Fix sequence numbers for PAE frames + * mac80211: Fix probe request filtering in IBSS mode + * iwlwifi: Fix to set correct ht configuration + * dm stripe: avoid divide by zero with invalid stripe count + * dm log: userspace fix overhead_size calcuations + * Linux 2.6.32.9 + * sfc: Fix SFE4002 initialisation + * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll() + * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances + * (pre-stable) HID: handle joysticks with large number of buttons + - LP: #492056 + * (pre-stable) HID: extend mask for BUTTON usage page + - LP: #492056 + * PM: Measure device suspend and resume times + * e1000: enhance frame fragment detection + - CVE-2009-4536 + * e1000e: enhance frame fragment detection + - CVE-2009-4538 + * KVM: fix memory access during x86 emulation. + - CVE-2010-0306 + * KVM: x86 emulator: Add Virtual-8086 mode of emulation + - CVE-2010-0306 + * KVM: x86 emulator: Check IOPL level during io instruction emulation + - CVE-2010-0306 + * KVM: x86 emulator: Fix popf emulation + - CVE-2010-0306 + * KVM: x86 emulator: Check CPL level during privilege instruction + emulation + - CVE-2010-0306 + * Input: wacom - ensure the device is initialized properly upon resume + * Input: wacom - add defines for packet lengths of various devices + * Input: wacom - add support for new LCD tablets + - LP: #516777 + + -- Andy Whitcroft Mon, 01 Mar 2010 22:56:28 +0000 + +linux (2.6.32-14.20) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebuild following the GCC update to match compiler for out of tree modules + * Revert "[Config] drbd -- enable" + * Revert "ubuntu: drbd -- version 8.3.1" + * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU + - LP: #510937 + + -- Andy Whitcroft Fri, 19 Feb 2010 18:47:18 +0000 + +linux (2.6.32-14.19) lucid; urgency=low + + [ Andy Whitcroft ] + + * ensure we build the source package contents when enabled + - LP: #522308 + * [Config] enable CONFIG_X86_MCE_XEON75XX + * SAUCE: AppArmor -- add linux/kref.h for struct kref + * [Config] enable CONFIG_HID_ORTEK + * enable udeb generation for arm versatile flavour + - LP: #522515 + + [ John Johansen ] + + * ubuntu: AppArmor -- update to mainline 2010-02-18 + - LP: #439560, #496110, #507069 + + [ Johnathon Harris ] + + * SAUCE: HID: add support for Ortek WKB-2000 + - LP: #405390 + + [ Upstream Kernel Changes ] + + * tpm_tis: TPM_STS_DATA_EXPECT workaround + - LP: #490487 + * x86, mce: Xeon75xx specific interface to get corrected memory error + information + * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll + * x86, mce: Make xeon75xx memory driver dependent on PCI + * drm/edid: Unify detailed block parsing between base and extension + blocks + - LP: #500999 + * (pre-stable) eCryptfs: Add getattr function + - LP: #390833 + + -- Andy Whitcroft Thu, 18 Feb 2010 19:22:02 +0000 + +linux (2.6.32-13.18) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "enforcer -- make the enforcement configuration common" + * Revert "(pre-stable) Input: ALPS - add interleaved protocol support + (Dell E6x00 series)" + * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390" + * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to + 0755" + * Revert "SAUCE: Adds support for COMPAL JHL90 webcam" + * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching" + * Revert "SAUCE: make fc transport removal of target configurable" + * enforcer -- make the enforcement configuration common + * getabis -- add preempt flavour to the list + * [Config] enforce DEVTMPFS options + * [Config] armel -- cleanup to-be builtin modules + * [Config] cleanup ports configs + * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL + - LP: #485536 + * add printdebian target to find branch target + * distclean -- do not remove debian.env + * [Config] generic-pae switch to M586TSC + - LP: #519448 + * git-ubuntu-log -- commonise duplicated log handling + * git-ubuntu-log -- tighten up Bug: NNNN matching + * git-ubuntu-log -- sort the bug numbers + + [ Chris Wilson ] + + * (pre-stable) drm/i915: Increase fb alignment to 64k + - LP: #404064 + + [ Eric Miao ] + + * arm -- enable ubuntu/ directory + + [ Huang Ying ] + + * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation + * SAUCE: crypto: ghash-intel - Fix building failure on x86_32 + + [ Loïc Minier ] + + * [Config] cleanup preempt configuration + * [Config] versatile: Fix video output + - LP: #517594 + * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768 + * [Config] Large update to armel/versatile + * [Config] versatile: Add RTC support + * [Config] armel: Enable NEON + * [Config] versatile: Builtin MMC support + * [Config] versatile Builtin SCSI controller + * [Config] armel Disable dma_cache_sync callers + * [Config] armel Disable asm/time.h users + * [Config] armel Disable out of range udelay() + * [Config] armel Disable flush_cache_range() users + * [Config] armel -- Enable ubuntu/ drivers + + [ Steve Conklin ] + + * SAUCE: drm/i915: Add display hotplug event on Ironlake + * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake + + [ Upstream Kernel Changes ] + + * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support" + * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions + in IRQ handler"" + * clockevent: Don't remove broadcast device when cpu is dead + * clockevents: Add missing include to pacify sparse + * ACPI: don't cond_resched if irq is disabled + * be2net: Add support for next generation of BladeEngine device. + * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE. + * mpt2sas: New device SAS2208 support is added + * ar9170: Add support for D-Link DWA 160 A2 + * powerpc/fsl: Add PCI device ids for new QoirQ chips + * davinci: dm646x: Add support for 3.x silicon revision + * Input: ALPS - add interleaved protocol support (Dell E6x00 series) + * Driver-Core: devtmpfs - set root directory mode to 0755 + * driver-core: fix devtmpfs crash on s390 + * vfs: get_sb_single() - do not pass options twice + * ALSA: hda - Add PCI IDs for Nvidia G2xx-series + * V4L/DVB (13569): smsusb: add autodetection support for five additional + Hauppauge USB IDs + * USB: mos7840: add device IDs for B&B electronics devices + * USB: ftdi_sio: add USB device ID's for B&B Electronics line + * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134 + SubVendor ID: 0x1043 Device ID: 0x4847) + * iTCO_wdt: Add support for Intel Ibex Peak + * atl1c:use common_task instead of reset_task and link_chg_task + * atl1e:disable NETIF_F_TSO6 for hardware limit + * V4L/DVB (13680a): DocBook/media: copy images after building HTML + * V4L/DVB (13680b): DocBook/media: create links for included sources + * netfilter: xtables: fix conntrack match v1 ipt-save output + * partitions: read whole sector with EFI GPT header + * partitions: use sector size for EFI GPT + * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@ + * sched: Fix isolcpus boot option + * sched: Fix missing sched tunable recalculation on cpu add/remove + * nohz: Prevent clocksource wrapping during idle + * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups + * timers, init: Limit the number of per cpu calibration bootup messages + * PCI: Always set prefetchable base/limit upper32 registers + * iscsi class: modify handling of replacement timeout + * NFS: Revert default r/wsize behavior + * HID: fixup quirk for NCR devices + * scsi_devinfo: update Hitachi entries (v2) + * scsi_dh: create sysfs file, dh_state for all SCSI disk devices + * scsi_transport_fc: remove invalid BUG_ON + * lpfc: fix hang on SGI ia64 platform + * libfc: fix typo in retry check on received PRLI + * libfc: fix ddp in fc_fcp for 0 xid + * fcoe: remove redundant checking of netdev->netdev_ops + * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN + * libfc: lport: fix minor documentation errors + * libfc: don't WARN_ON in lport_timeout for RESET state + * fcoe: initialize return value in fcoe_destroy + * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data + * libfc: fix memory corruption caused by double frees and bad error + handling + * libfc: fix free of fc_rport_priv with timer pending + * libfc: remote port gets stuck in restart state without really + restarting + * fcoe, libfc: fix an libfc issue with queue ramp down in libfc + * fcoe: Fix checking san mac address + * fcoe: Fix getting san mac for VLAN interface + * qlge: Remove explicit setting of PCI Dev CTL reg. + * qlge: Set PCIE max read request size. + * qlge: Don't fail open when port is not initialized. + * qlge: Add handler for DCBX firmware event. + * qlge: Bonding fix for mode 6. + * PCI: AER: fix aer inject result in kernel oops + * DMI: allow omitting ident strings in DMI tables + * Input: i8042 - remove identification strings from DMI tables + * Input: i8042 - add Gigabyte M1022M to the noloop list + * Input: i8042 - add Dritek quirk for Acer Aspire 5610. + * ALSA: hda - select IbexPeak handler for Calpella + * ALSA: hda - Fix quirk for Maxdata obook4-1 + * ALSA: hda - Add missing Line-Out and PCM switches as slave + * iTCO_wdt.c - cleanup chipset documentation + * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC + * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs + * ahci: disable SNotification capability for ich8 + * ata_piix: fix MWDMA handling on PIIX3 + * md: fix small irregularity with start_ro module parameter + * V4L/DVB (13826): uvcvideo: Fix controls blacklisting + * cio: fix double free in case of probe failure + * cio: dont panic in non-fatal conditions + * netiucv: displayed TX bytes value much too high + * ipc ns: fix memory leak (idr) + * ALSA: hda - Fix HP T5735 automute + * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog + * UBI: fix memory leak in update path + * UBI: initialise update marker + * ASoC: fix a memory-leak in wm8903 + * mac80211: check that ieee80211_set_power_mgmt only handles STA + interfaces. + * cfg80211: fix channel setting for wext + * KVM: S390: fix potential array overrun in intercept handling + * KVM: only allow one gsi per fd + * KVM: Fix race between APIC TMR and IRR + * KVM: MMU: bail out pagewalk on kvm_read_guest error + * KVM: x86: Fix host_mapping_level() + * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks + * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init() + * KVM: fix lock imbalance in kvm_*_irq_source_id() + * KVM: only clear irq_source_id if irqchip is present + * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc() + * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC + * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C + - LP: #516325 + * iwlwifi: Fix throughput stall issue in HT mode for 5000 + * fnctl: f_modown should call write_lock_irqsave/restore + * x86, msr/cpuid: Pass the number of minors when unregistering MSR and + CPUID drivers. + * Linux 2.6.32.7 + * scsi_lib: Fix bug in completion of bidi commands + * mptsas: Fix issue with chain pools allocation on katmai + * mm: add new 'read_cache_page_gfp()' helper function + * drm/i915: Selectively enable self-reclaim + * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems + * S390: fix single stepped svcs with TRACE_IRQFLAGS=y + * x86: Set hotpluggable nodes in nodes_possible_map + * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG) + * libata: retry FS IOs even if it has failed with AC_ERR_INVALID + * zcrypt: Do not remove coprocessor for error 8/72 + * dasd: fix possible NULL pointer errors + * ACPI: Add a generic API for _OSC -v2 + * ACPI: Add platform-wide _OSC support. + * ACPI: fix OSC regression that caused aer and pciehp not to load + * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes + * UBI: fix volume creation input checking + * e1000/e1000e: don't use small hardware rx buffers + * drm/i915: Reload hangcheck timer too for Ironlake + * Fix a leak in affs_fill_super() + * Fix failure exits in bfs_fill_super() + * fix oops in fs/9p late mount failure + * fix leak in romfs_fill_super() + * Fix remount races with symlink handling in affs + * fix affs parse_options() + * Fix failure exit in ipathfs + * mm: fix migratetype bug which slowed swapping + * FDPIC: Respect PT_GNU_STACK exec protection markings when creating + NOMMU stack + * Split 'flush_old_exec' into two functions + * sparc: TIF_ABI_PENDING bit removal + * x86: get rid of the insane TIF_ABI_PENDING bit + * Input: winbond-cir - remove dmesg spam + * x86: Disable HPET MSI on ATI SB700/SB800 + * iwlwifi: set default aggregation frame count limit to 31 + * drm/i915: only enable hotplug for detected outputs + * firewire: core: add_descriptor size check + * SECURITY: selinux, fix update_rlimit_cpu parameter + * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints + * x86: Add Dell OptiPlex 760 reboot quirk + - LP: #488319 + * x86: Add quirk for Intel DG45FC board to avoid low memory corruption + * x86/amd-iommu: Fix possible integer overflow + * clocksource: fix compilation if no GENERIC_TIME + * tcp: update the netstamp_needed counter when cloning sockets + * sky2: Fix oops in sky2_xmit_frame() after TX timeout + * net: restore ip source validation + * af_packet: Don't use skb after dev_queue_xmit() + * ax25: netrom: rose: Fix timer oopses + * KVM: allow userspace to adjust kvmclock offset + * oprofile/x86: add Xeon 7500 series support + * oprofile/x86: fix crash when profiling more than 28 events + * libata: retry link resume if necessary + * mm: percpu-vmap fix RCU list walking + * mm: purge fragmented percpu vmap blocks + * block: fix bio_add_page for non trivial merge_bvec_fn case + * Fix 'flush_old_exec()/setup_new_exec()' split + * random: drop weird m_time/a_time manipulation + * random: Remove unused inode variable + * block: fix bugs in bio-integrity mempool usage + * usb: r8a66597-hdc disable interrupts fix + * connector: Delete buggy notification code. + * be2net: Bug fix to support newer generation of BE ASIC + * be2net: Fix memset() arg ordering. + * mm: flush dcache before writing into page to avoid alias + * mac80211: fix NULL pointer dereference when ftrace is enabled + * imxfb: correct location of callbacks in suspend and resume + * mx3fb: some debug and initialisation fixes + * starfire: clean up properly if firmware loading fails + * kernel/cred.c: use kmem_cache_free + * uartlite: fix crash when using as console + * pktcdvd: removing device does not remove its sysfs dir + * ath9k: fix eeprom INI values override for 2GHz-only cards + * ath9k: fix beacon slot/buffer leak + * powerpc: TIF_ABI_PENDING bit removal + * NET: fix oops at bootime in sysctl code + * Linux 2.6.32.8 + + -- Andy Whitcroft Wed, 10 Feb 2010 18:56:52 +0000 + +linux (2.6.32-12.17) lucid; urgency=low + + [ Andy Whitcroft ] + + * restore linux-image prefix -- master + * enforce -- we require SELINUX enabled -- master + * enforce -- ensure APPARMOR is our default LSM -- master + * make doc package completely optional -- master + * make source package completely optional -- master + * make linux-libc-dev completly optional -- master + * convert package disable to a deps list -- master + * allow common headers to switch from indep to arch -- master + * convert binary package disable to a deps list -- master + * add configuration option for a full source build tree -- master + * add support for uImage kernels in package control scripts + * getabis -- cleanup and parameterise repository list -- master + * getabis -- move configuration to etc/getabi -- master + * kernelconfig -- move configuration to etc -- master + * rules -- make debian/debian.env master for branch name + * set the current branch name -- master + * pull back common debian.master files into debian -- master + * enforcer -- make the enforcement configuration common + * insert-changes -- correctly link to debian/rules in DROOT + + [ Colin Watson ] + + * future-proof ddeb handling against buildd changes + + [ Eric Miao ] + + * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on + X86 + + [ Loïc Minier ] + + * Add modules.builtin.bin to prerm rm list + - LP: #516584 + + [ Tim Gardner ] + + * [Config] Implement the amd64 preempt flavour + + [ Upstream Kernel Changes ] + + * syslog: distinguish between /proc/kmsg and syscalls + - LP: #515623 + * sfc: Fix polling for slow MCDI operations + * sfc: Fix conditions for MDIO self-test + * sfc: QT202x: Remove unreliable MMD check at initialisation + * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer + * sfc: Use fixed-size buffers for MCDI NVRAM requests + + -- Andy Whitcroft Fri, 05 Feb 2010 07:09:31 +0000 + +linux (2.6.32-12.16) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: acpi battery -- delay first lookup of the battery until + first use" + * SAUCE: acpi battery -- move first lookup asynchronous + - LP: #507211 + * [Config] update configs to cleanup generic configs + * [Config] disable CONFIG_X86_CPU_DEBUG for amd64 + * [Config] enable USER_NS + - LP: #480739, #509808 + + [ Heiko Carstens ] + + * (pre-stable) driver-core: fix devtmpfs crash on s390 + - LP: #512370 + + [ John Johansen ] + + * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y + - LP: #494565 + * [Config] VIRTIO=y for server/virtual flavours + - LP: #494565 + + [ Kay Sievers ] + + * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755 + - LP: #512370 + + [ Kees Cook ] + + * SAUCE: x86: brk away from exec rand area + - LP: #452175 + + [ Leann Ogasawara ] + + * [Upstream] e1000: enhance frame fragment detection + - CVE-2009-4536 + * [Upstream] e1000e: enhance frame fragment detection + - CVE-2009-4538 + + [ Sebastian Kapfer ] + + * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00 + series) + - LP: #296610 + + [ Upstream Kernel Changes ] + + * inotify: do not reuse watch descriptors + - LP: #485556 + * inotify: only warn once for inotify problems + * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC + Framebuffer" + * memcg: ensure list is empty at rmdir + * drm/i915: remove loop in Ironlake interrupt handler + * block: Fix incorrect reporting of partition alignment + * x86, mce: Thermal monitoring depends on APIC being enabled + * futexes: Remove rw parameter from get_futex_key() + * page allocator: update NR_FREE_PAGES only when necessary + * x86, apic: use physical mode for IBM summit platforms + * edac: i5000_edac critical fix panic out of bounds + * x86: SGI UV: Fix mapping of MMIO registers + * mfd: WM835x GPIO direction register is not locked + * mfd: Correct WM835x ISINK ramp time defines + * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs + * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned. + * reiserfs: truncate blocks not used by a write + * HID: add device IDs for new model of Apple Wireless Keyboard + * PCI/cardbus: Add a fixup hook and fix powerpc + * Input: pmouse - move Sentelic probe down the list + * asus-laptop: add Lenovo SL hotkey support + * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK + * sparc64: Fix NMI programming when perf events are active. + * sparc64: Fix Niagara2 perf event handling. + * i2c: Do not use device name after device_unregister + * i2c/pca: Don't use *_interruptible + * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device + * sched: Fix task priority bug + * vfs: Fix vmtruncate() regression + * Linux 2.6.32.5 + * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers + * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges. + * Staging: asus_oled: fix oops in 2.6.32.2 + * Staging: hv: fix smp problems in the hyperv core code + * tty: fix race in tty_fasync + * ecryptfs: use after free + * ecryptfs: initialize private persistent file before dereferencing + pointer + * nozomi: quick fix for the close/close bug + * serial: 8250_pnp: use wildcard for serial Wacom tablets + * usb: serial: fix memory leak in generic driver + * USB: fix bitmask merge error + * USB: Don't use GFP_KERNEL while we cannot reset a storage device + * USB: EHCI: fix handling of unusual interrupt intervals + * USB: EHCI & UHCI: fix race between root-hub suspend and port resume + * USB: add missing delay during remote wakeup + * USB: add speed values for USB 3.0 and wireless controllers + * ACPI: EC: Accelerate query execution + * ACPI: EC: Add wait for irq storm + * SCSI: enclosure: fix oops while iterating enclosure_status array + * drm/i915: Read the response after issuing DDC bus switch command + * drm/i915: try another possible DDC bus for the SDVO device with + multiple outputs + * block: bdev_stack_limits wrapper + * DM: Fix device mapper topology stacking + * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled + * USB: fix usbstorage for 2770:915d delivers no FAT + * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE + * perf timechart: Use tid not pid for COMM change + * perf events: Dont report side-band events on each cpu for + per-task-per-cpu events + * perf: Honour event state for aux stream data + * Linux 2.6.32.6 + + -- Andy Whitcroft Wed, 27 Jan 2010 16:40:23 +0000 + +linux (2.6.32-11.15) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600" + * Revert "(pre-stable) sched: Fix balance vs hotplug race" + * Revert "[Upstream] acerhdf: Limit modalias matching to supported + boards" + * Revert "[Upstream] mmc: prevent dangling block device from accessing + stale queues" + * Revert "SAUCE: Fix nx_enable reporting" + * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation" + * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32" + * SAUCE: i915 -- disable powersave by default + - LP: #492392 + + [ Kees Cook ] + + * SAUCE: [x86] implement cs-limit nx-emulation for ia32 + - LP: #369978 + * SAUCE: [x86] fix report of cs-limit nx-emulation + - LP: #454285 + * SAUCE: Fix nx_enable reporting + - LP: #454285 + + [ Tim Gardner ] + + * [Upstream] b43: Declare all possible firmware files. + - LP: #488636 + * [Config] updateconfigs after adding pvscsi + - LP: #497156 + * [Config] CONFIG_BT=m + + [ Upstream Kernel Changes ] + + * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu + for pre-Pentium" + * SCSI: ipr: fix EEH recovery + * SCSI: qla2xxx: dpc thread can execute before scsi host has been added + * SCSI: st: fix mdata->page_order handling + * SCSI: fc class: fix fc_transport_init error handling + * sched: Fix task_hot() test order + * x86, cpuid: Add "volatile" to asm in native_cpuid() + * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE + * clockevents: Prevent clockevent_devices list corruption on cpu hotplug + * pata_hpt3x2n: fix clock turnaround + * pata_cmd64x: fix overclocking of UDMA0-2 modes + * ASoC: wm8974: fix a wrong bit definition + * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer + * ALSA: hda - Fix missing capsrc_nids for ALC88x + * acerhdf: limit modalias matching to supported + - LP: #435958 + * ACPI: EC: Fix MSI DMI detection + * ACPI: Use the return result of ACPI lid notifier chain correctly + * powerpc: Handle VSX alignment faults correctly in little-endian mode + * ASoC: Do not write to invalid registers on the wm9712. + * drm/radeon: fix build on 64-bit with some compilers. + * USB: emi62: fix crash when trying to load EMI 6|2 firmware + * USB: option: support hi speed for modem Haier CE100 + * USB: Fix a bug on appledisplay.c regarding signedness + * USB: musb: gadget_ep0: avoid SetupEnd interrupt + * Bluetooth: Prevent ill-timed autosuspend in USB driver + * USB: rename usb_configure_device + * USB: fix bugs in usb_(de)authorize_device + * drivers/net/usb: Correct code taking the size of a pointer + * x86: SGI UV: Fix writes to led registers on remote uv hubs + * md: Fix unfortunate interaction with evms + * dma: at_hdmac: correct incompatible type for argument 1 of + 'spin_lock_bh' + * dma-debug: Do not add notifier when dma debugging is disabled. + * dma-debug: Fix bug causing build warning + * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS + referrals + * x86/amd-iommu: Fix initialization failure panic + * ioat3: fix p-disabled q-continuation + * ioat2,3: put channel hardware in known state at init + * KVM: MMU: remove prefault from invlpg handler + * KVM: LAPIC: make sure IRR bitmap is scanned after vm load + * Libertas: fix buffer overflow in lbs_get_essid() + * iwmc3200wifi: fix array out-of-boundary access + * mac80211: fix propagation of failed hardware reconfigurations + * mac80211: fix WMM AP settings application + * mac80211: Fix IBSS merge + * cfg80211: fix race between deauth and assoc response + * ath5k: fix SWI calibration interrupt storm + * ath9k: wake hardware for interface IBSS/AP/Mesh removal + * ath9k: Fix TX queue draining + * ath9k: fix missed error codes in the tx status check + * ath9k: wake hardware during AMPDU TX actions + * ath9k: fix suspend by waking device prior to stop + * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on + 64-bit + * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value + in 0x4054 + * iwl3945: disable power save + * iwl3945: fix panic in iwl3945 driver + * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug + * iwlwifi: fix more eeprom endian bugs + * iwlwifi: fix 40MHz operation setting on cards that do not allow it + * mac80211: fix race with suspend and dynamic_ps_disable_work + * NOMMU: Optimise away the {dac_,}mmap_min_addr tests + * 'sysctl_max_map_count' should be non-negative + * kernel/sysctl.c: fix the incomplete part of + sysctl_max_map_count-should-be-non-negative.patch + * V4L/DVB (13596): ov511.c typo: lock => unlock + * x86/ptrace: make genregs[32]_get/set more robust + * memcg: avoid oom-killing innocent task in case of use_hierarchy + * e100: Fix broken cbs accounting due to missing memset. + * ipv6: reassembly: use seperate reassembly queues for conntrack and + local delivery + * netfilter: fix crashes in bridge netfilter caused by fragment jumps + * hwmon: (sht15) Off-by-one error in array index + incorrect constants + * b43: avoid PPC fault during resume + * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture + support + * sched: Fix balance vs hotplug race + * drm/radeon/kms: fix crtc vblank update for r600 + * drm: disable all the possible outputs/crtcs before entering KMS mode + * S390: dasd: support DIAG access for read-only devices + * xen: fix is_disconnected_device/exists_disconnected_device + * xen: improvement to wait_for_devices() + * xen: wait up to 5 minutes for device connetion + * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled + * udf: Try harder when looking for VAT inode + * Add unlocked version of inode_add_bytes() function + * quota: decouple fs reserved space from quota reservation + * ext4: Convert to generic reserved quota's space management. + * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739) + * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus + * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c + * amd64_edac: unify MCGCTL ECC switching + * x86, msr: Add support for non-contiguous cpumasks + * x86, msr: msrs_alloc/free for CONFIG_SMP=n + * amd64_edac: fix driver instance freeing + * amd64_edac: make driver loading more robust + * amd64_edac: fix forcing module load/unload + * sched: Sched_rt_periodic_timer vs cpu hotplug + * ext4: Update documentation to correct the inode_readahead_blks option + name + * lguest: fix bug in setting guest GDT entry + * vmscan: do not evict inactive pages when skipping an active list scan + * ksm: fix mlockfreed to munlocked + * rt2x00: Disable powersaving for rt61pci and rt2800pci. + * generic_permission: MAY_OPEN is not write access + * Linux 2.6.32.3 + * untangle the do_mremap() mess + * fasync: split 'fasync_helper()' into separate add/remove functions + * ASoC: fix params_rate() macro use in several codecs + * modules: Skip empty sections when exporting section notes + * exofs: simple_write_end does not mark_inode_dirty + * nfsd: make sure data is on disk before calling ->fsync + * sunrpc: fix peername failed on closed listener + * SUNRPC: Fix up an error return value in + gss_import_sec_context_kerberos() + * SUNRPC: Fix the return value in gss_import_sec_context() + * sunrpc: on successful gss error pipe write, don't return error + * drm/i915: Update LVDS connector status when receiving ACPI LID event + * drm/i915: fix order of fence release wrt flushing + * drm/i915: Permit pinning whilst the device is 'suspended' + * drm: remove address mask param for drm_pci_alloc() + * drm/i915: Enable/disable the dithering for LVDS based on VBT setting + * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in + pipeconf on Ironlake + * drm/i915: Select the correct BPC for LVDS on Ironlake + * drm/i915: fix unused var + * rtc_cmos: convert shutdown to new pnp_driver->shutdown + * drivers/cpuidle/governors/menu.c: fix undefined reference to + `__udivdi3' + * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput() + * lib/rational.c needs module.h + * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with + DMA_FROM_DEVICE and + * kernel/signal.c: fix kernel information leak with print-fatal-signals=1 + * mmc_block: add dev_t initialization check + * mmc_block: fix probe error cleanup bug + * mmc_block: fix queue cleanup + * ALSA: hda - Fix ALC861-VD capture source mixer + * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense + blacklist + * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2 + - LP: #498863 + * ASoC: Fix WM8350 DSP mode B configuration + * netfilter: ebtables: enforce CAP_NET_ADMIN + * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq() + * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs + * hwmon: (adt7462) Fix pin 28 monitoring + * quota: Fix dquot_transfer for filesystems different from ext4 + * xen: fix hang on suspend. + * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr + * ath5k: Fix eeprom checksum check for custom sized eeproms + * cfg80211: fix syntax error on user regulatory hints + * iwl: off by one bug + * mac80211: add missing sanity checks for action frames + * drm/i915: remove render reclock support + * libertas: Remove carrier signaling from the scan code + * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr + * mac80211: fix skb buffering issue (and fixes to that) + * fix braindamage in audit_tree.c untag_chunk() + * fix more leaks in audit_tree.c tag_chunk() + * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y + * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo(). + * agp/intel-agp: Clear entire GTT on startup + * Linux 2.6.32.4 + * ethtool: Add reset operation + * gro: Name the GRO result enumeration type + * gro: Change all receive functions to return GRO result codes + * sfc: 10Xpress: Initialise pause advertising flags + * sfc: 10Xpress: Report support for pause frames + * sfc: Remove redundant header gmii.h + * sfc: Remove redundant hardware initialisation + * sfc: Rename Falcon-specific board code and types + * sfc: Remove boards.h, moving last remaining declaration to falcon.h + * sfc: Remove versioned bitfield macros + * sfc: Move RX data FIFO thresholds out of struct efx_nic_type + * sfc: Update hardware definitions for Siena + * sfc: Rename register I/O header and functions used by both Falcon and + Siena + * sfc: Eliminate indirect lookups of queue size constants + * sfc: Define DMA address mask explicitly in terms of descriptor field + width + * sfc: Move all TX DMA length limiting into tx.c + * sfc: Change order of device removal to reverse of probe order + * sfc: Remove declarations of nonexistent functions + * sfc: Move efx_xmit_done() declaration into correct stanza + * sfc: Move shared members of struct falcon_nic_data into struct efx_nic + * sfc: Maintain interrupt moderation values in ticks, not microseconds + * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations + * sfc: Remove pointless abstraction of memory BAR number + * sfc: Remove incorrect assertion from efx_pci_remove_main() + * sfc: Remove unnecessary tests of efx->membase + * sfc: Move MTD probe after netdev registration and name allocation + * sfc: Remove unused code for non-autoneg speed/duplex switching + * sfc: Rename 'xfp' file and functions to reflect reality + * sfc: Really allow RX checksum offload to be disabled + * sfc: Feed GRO result into RX allocation policy and interrupt moderation + * sfc: Enable heuristic selection between page and skb RX buffers + * sfc: Remove pointless abstraction of memory BAR number (2) + * sfc: Remove redundant gotos from __efx_rx_packet() + * sfc: Remove ridiculously paranoid assertions + * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro() + * sfc: Record RX queue number on GRO path + * sfc: SFT9001: Reset LED configuration correctly after blinking + * sfc: Use a single blink implementation + * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T + * sfc: Make board information explicitly Falcon-specific + * sfc: Move definition of struct falcon_nic_data into falcon.h + * sfc: Move struct falcon_board into struct falcon_nic_data + * sfc: Move all I2C stuff into struct falcon_board + * sfc: Gather link state fields in struct efx_nic into new struct + efx_link_state + * sfc: Remove unnecessary casts to struct sk_buff * + * sfc: Remove redundant efx_xmit() function + * sfc: Combine high-level header files + * sfc: Log interrupt and reset type names, not numbers + * sfc: Fix descriptor cache sizes + * sfc: Treat all MAC registers as 128-bit + * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED + * sfc: Comment corrections + * sfc: Remove unused constant + * sfc: Clean up struct falcon_board and struct falcon_board_data + * sfc: Fix bugs in RX queue flushing + * sfc: Remove unused function efx_flush_queues() + * sfc: Only switch Falcon MAC clocks as necessary + * sfc: Hold MAC lock for longer in efx_init_port() + * sfc: Split MAC stats DMA initiation and completion + * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c + * sfc: Simplify XMAC link polling + * sfc: Change MAC promiscuity and multicast hash at the same time + * sfc: Move inline comment into kernel-doc + * sfc: Do not set net_device::trans_start in self-test + * sfc: Simplify PHY polling + * sfc: QT202x: Reset before reading PHY id + * sfc: Replace MDIO spinlock with mutex + * sfc: Always start Falcon using the XMAC + * sfc: Limit some hardware workarounds to Falcon + * sfc: Remove EFX_WORKAROUND_9141 macro + * sfc: Remove another unused workaround macro + * sfc: Remove some redundant whitespace + * sfc: Decouple NIC revision number from Falcon PCI revision number + * sfc: Move descriptor cache base addresses to struct efx_nic_type + * sfc: Clean up RX event handling + * sfc: Remove redundant writes to INT_ADR_KER + * sfc: Remove duplicate hardware structure definitions + * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO + * sfc: Move Falcon NIC operations to efx_nic_type + * sfc: Refactor link configuration + * sfc: Generalise link state monitoring + * sfc: Add power-management and wake-on-LAN support + * sfc: Implement ethtool reset operation + * sfc: Add efx_nic_type operation for register self-test + * sfc: Add efx_nic_type operation for NVRAM self-test + * sfc: Add efx_nic_type operation for identity LED control + * sfc: Separate shared NIC code from Falcon-specific and rename + accordingly + * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic() + * sfc: Extend loopback mode enumeration + * sfc: Remove static PHY data and enumerations + * sfc: Extend MTD driver for use with new NICs + * sfc: Allow for additional checksum offload features + * sfc: Rename falcon.h to nic.h + * sfc: Move shared NIC code from falcon.c to new source file nic.c + * sfc: Add firmware protocol definitions (MCDI) + * sfc: Add support for SFC9000 family (1) + * sfc: Add support for SFC9000 family (2) + * sfc: Implement TSO for TCP/IPv6 + * sfc: Update version, copyright dates, authors + * drivers/net/sfc: Correct code taking the size of a pointer + * sfc: Move PHY software state initialisation from init() into probe() + * sfc: Include XGXS in XMAC link status check except in XGMII loopback + * sfc: Fix DMA mapping cleanup in case of an error in TSO + * sfc: QT2025C: Work around PHY bug + * sfc: QT2025C: Switch into self-configure mode when not in loopback + * sfc: QT2025C: Work around PHY firmware initialisation bug + * sfc: QT2025C: Add error message for suspected bad SFP+ cables + * sfc: Disable TX descriptor prefetch watchdog + * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA. + - LP: #497156 + + -- Andy Whitcroft Tue, 19 Jan 2010 16:12:47 +0000 + +linux (2.6.32-10.14) lucid; urgency=low + + [ Alex Deucher ] + + * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx + - LP: #493795 + + [ Andy Whitcroft ] + + * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model + id is less than 0x0f." + * config-check -- ensure the checks get run at build time + * config-check -- check the processed config during updateconfigs + * config-check -- CONFIG_SECCOMP may not be present + * TUN is now built in ignore + * SAUCE: acpi battery -- delay first lookup of the battery until first + use + * SAUCE: async_populate_rootfs: move rootfs init earlier + * ubuntu: AppArmor -- update to mainline 2010-01-06 + * SAUCE: move RLIMIT_CORE pipe dumper marker to 1 + - LP: #498525 + + [ Dave Airlie ] + + * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600 + + [ Leann Ogasawara ] + + * Add asix to nic-usb-modules file + - LP: #499785 + + [ Peter Zijlstra ] + + * (pre-stable) sched: Fix balance vs hotplug race + + [ Tim Gardner ] + + * [Config] Enable CONFIG_FUNCTION_TRACER + - LP: #497989 + * [Config] Drop lpia from getabis + * [Config] Build in TUN/TAP driver + - LP: #499491 + * [Config] DH_COMPAT=5 + + [ Upstream Kernel Changes ] + + * Revert "(pre-stable) drm/i915: Avoid NULL dereference with + component_only tv_modes" + * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is + turned off" + * USB: usb-storage: fix bug in fill_inquiry + * USB: option: add pid for ZTE + * firewire: ohci: handle receive packets with a data length of zero + * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling + of ->completed counter + * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed + counter + * rcu: Fix note_new_gpnum() uses of ->gpnum + * rcu: Remove inline from forward-referenced functions + * perf_event: Fix invalid type in ioctl definition + * perf_event: Initialize data.period in perf_swevent_hrtimer() + * perf: Don't free perf_mmap_data until work has been done + * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status() + * sched: Check for an idle shared cache in select_task_rq_fair() + * sched: Fix affinity logic in select_task_rq_fair() + * sched: Rate-limit newidle + * sched: Fix and clean up rate-limit newidle code + * x86/amd-iommu: attach devices to pre-allocated domains early + * x86/amd-iommu: un__init iommu_setup_msi + * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking + up the PCI tree + * x86: Fix iommu=nodac parameter handling + * x86: GART: pci-gart_64.c: Use correct length in strncmp + * x86: ASUS P4S800 reboot=bios quirk + - LP: #366682 + * x86, apic: Enable lapic nmi watchdog on AMD Family 11h + * ssb: Fix range check in sprom write + * ath5k: allow setting txpower to 0 + * ath5k: enable EEPROM checksum check + * hrtimer: Fix /proc/timer_list regression + * ALSA: hrtimer - Fix lock-up + * ALSA: hda - Terradici HDA controllers does not support 64-bit mode + * KVM: x86 emulator: limit instructions to 15 bytes + * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c + * KVM: s390: Make psw available on all exits, not just a subset + * KVM: fix irq_source_id size verification + * KVM: x86: include pvclock MSRs in msrs_to_save + * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage + * x86: Use -maccumulate-outgoing-args for sane mcount prologues + * x86, mce: don't restart timer if disabled + * x86/mce: Set up timer unconditionally + * x86: SGI UV: Fix BAU initialization + * x86: Fix duplicated UV BAU interrupt vector + * x86: Add new Intel CPU cache size descriptors + * x86: Fix typo in Intel CPU cache size descriptor + * pata_hpt{37x|3x2n}: fix timing register masks (take 2) + * s390: clear high-order bits of registers after sam64 + * V4L/DVB: Fix test in copy_reg_bits() + * bsdacct: fix uid/gid misreporting + * UBI: flush wl before clearing update marker + * jbd2: don't wipe the journal on a failed journal checksum + * USB: xhci: Add correct email and files to MAINTAINERS entry. + * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again + * USB: option.c: add support for D-Link DWM-162-U5 + * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered + * USB: usb-storage: add BAD_SENSE flag + * USB: Close usb_find_interface race v3 + * pxa/em-x270: fix usb hub power up/reset sequence + * hfs: fix a potential buffer overflow + * SUNRPC: IS_ERR/PTR_ERR confusion + * NFS: Fix nfs_migrate_page() + * md/bitmap: protect against bitmap removal while being updated. + * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable + * devpts_get_tty() should validate inode + * debugfs: fix create mutex racy fops and private data + * Driver core: fix race in dev_driver_string + * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN + * mac80211: Fix bug in computing crc over dynamic IEs in beacon + * mac80211: Fixed bug in mesh portal paths + * mac80211: Revert 'Use correct sign for mesh active path refresh' + * mac80211: fix scan abort sanity checks + * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC + * rtl8187: Fix wrong rfkill switch mask for some models + * x86: Fix bogus warning in apic_noop.apic_write() + * mm: hugetlb: fix hugepage memory leak in mincore() + * mm: hugetlb: fix hugepage memory leak in walk_page_range() + * powerpc/windfarm: Add detection for second cpu pump + * powerpc/therm_adt746x: Record pwm invert bit at module load time] + * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code + * drm/radeon/kms: Add quirk for HIS X1300 board + * drm/radeon/kms: handle vblanks properly with dpms on + * drm/radeon/kms: fix legacy crtc2 dpms + * drm/radeon/kms: fix vram setup on rs600 + * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size + * drm/ttm: Fix build failure due to missing struct page + * drm/i915: Set the error code after failing to insert new offset into mm + ht. + * drm/i915: Add the missing clonemask for display port on Ironlake + * xen/xenbus: make DEVICE_ATTR()s static + * xen: re-register runstate area earlier on resume. + * xen: restore runstate_info even if !have_vcpu_info_placement + * xen: correctly restore pfn_to_mfn_list_list after resume + * xen: register timer interrupt with IRQF_TIMER + * xen: register runstate on secondary CPUs + * xen: don't call dpm_resume_noirq() with interrupts disabled. + * xen: register runstate info for boot CPU early + * xen: call clock resume notifier on all CPUs + * xen: improve error handling in do_suspend. + * xen: don't leak IRQs over suspend/resume. + * xen: use iret for return from 64b kernel to 32b usermode + * xen: explicitly create/destroy stop_machine workqueues outside + suspend/resume region. + * Xen balloon: fix totalram_pages counting. + * xen: try harder to balloon up under memory pressure. + * dm exception store: free tmp_store on persistent flag error + * dm snapshot: only take lock for statustype info not table + * dm crypt: move private iv fields to structs + * dm crypt: restructure essiv error path + * dm: avoid _hash_lock deadlock + * dm snapshot: cope with chunk size larger than origin + * dm crypt: separate essiv allocation from initialisation + * dm crypt: make wipe message also wipe essiv key + * slc90e66: fix UDMA handling + * tcp: Stalling connections: Fix timeout calculation routine + * ip_fragment: also adjust skb->truesize for packets not owned by a + socket + * b44 WOL setup: one-bit-off stack corruption kernel panic fix + * sparc64: Don't specify IRQF_SHARED for LDC interrupts. + * sparc64: Fix overly strict range type matching for PCI devices. + * sparc64: Fix stack debugging IRQ stack regression. + * sparc: Set UTS_MACHINE correctly. + * b43legacy: avoid PPC fault during resume + * tracing: Fix event format export + * ath9k: Fix TX hang poll routine + * ath9k: fix processing of TX PS null data frames + * ath9k: Fix maximum tx fifo settings for single stream devices + * ath9k: fix tx status reporting + * mac80211: Fix dynamic power save for scanning. + * drm/i915: Fix sync to vblank when VGA output is turned off + * memcg: fix memory.memsw.usage_in_bytes for root cgroup + * thinkpad-acpi: fix default brightness_mode for R50e/R51 + * thinkpad-acpi: preserve rfkill state across suspend/resume + * ipw2100: fix rebooting hang with driver loaded + * matroxfb: fix problems with display stability + * acerhdf: add new BIOS versions + * asus-laptop: change light sens default values. + * vmalloc: conditionalize build of pcpu_get_vm_areas() + * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f. + * net: Fix userspace RTM_NEWLINK notifications. + * ext3: Fix data / filesystem corruption when write fails to copy data + * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added. + * bcm63xx_enet: fix compilation failure after get_stats_count removal + * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value + * drm/i915: Avoid NULL dereference with component_only tv_modes + * drm/i915: PineView only has LVDS and CRT ports + * drm/i915: Fix LVDS stability issue on Ironlake + * mm: sigbus instead of abusing oom + * ipvs: zero usvc and udest + * jffs2: Fix long-standing bug with symlink garbage collection. + * intel-iommu: Detect DMAR in hyperspace at probe time. + * intel-iommu: Apply BIOS sanity checks for interrupt remapping too. + * intel-iommu: Check for an RMRR which ends before it starts. + * intel-iommu: Fix oops with intel_iommu=igfx_off + * intel-iommu: ignore page table validation in pass through mode + * netfilter: xtables: document minimal required version + * perf_event: Fix incorrect range check on cpu number + * implement early_io{re,un}map for ia64 + * Linux 2.6.32.2 + + -- Andy Whitcroft Thu, 07 Jan 2010 15:28:43 +0000 + +linux (2.6.32-9.13) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_B43_PHY_LP + - LP: #493059 + * include modules.builtin in the binary debs + * config-check -- add a configuration enforcer + * config-check -- add a unit-test suite to the checker + * [Config] Enable CONFIG_SYN_COOKIES for versatile + * [Config] Enable CONFIG_SECURITY_SMACK for ports + * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports + * [Config] Disable CONFIG_COMPAT_BRK for ports + * getabis -- add armel versatile to the list + + [ Brad Figg ] + + * SAUCE: Increase the default prealloc buffer for HDA audio devices + (non-modem) + + [ Manoj Iyer ] + + * ubuntu: onmibook -- Added missing BOM file + + [ Tim Gardner ] + + * ubuntu: fsam7400 -- Cleanup Makefile + + [ Upstream Kernel Changes ] + + * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT" + * signal: Fix alternate signal stack check + * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects + * SCSI: osd_protocol.h: Add missing #include + * SCSI: megaraid_sas: fix 64 bit sense pointer truncation + * ext4: fix potential buffer head leak when add_dirent_to_buf() returns + ENOSPC + * ext4: avoid divide by zero when trying to mount a corrupted file system + * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails + * ext4: fix lock order problem in ext4_move_extents() + * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT + * ext4: plug a buffer_head leak in an error path of ext4_iget() + * ext4: make sure directory and symlink blocks are revoked + * ext4: fix i_flags access in ext4_da_writepages_trans_blocks() + * ext4: journal all modifications in ext4_xattr_set_handle + * ext4: don't update the superblock in ext4_statfs() + * ext4: fix uninit block bitmap initialization when s_meta_first_bg is + non-zero + * ext4: fix block validity checks so they work correctly with meta_bg + * ext4: avoid issuing unnecessary barriers + * ext4: fix error handling in ext4_ind_get_blocks() + * ext4: make trim/discard optional (and off by default) + * ext4: make "norecovery" an alias for "noload" + * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT + * ext4: initialize moved_len before calling ext4_move_extents() + * ext4: move_extent_per_page() cleanup + * jbd2: Add ENOMEM checking in and for + jbd2_journal_write_metadata_buffer() + * ext4: Return the PTR_ERR of the correct pointer in + setup_new_group_blocks() + * ext4: Avoid data / filesystem corruption when write fails to copy data + * ext4: wait for log to commit when umounting + * ext4: remove blocks from inode prealloc list on failure + * ext4: ext4_get_reserved_space() must return bytes instead of blocks + * ext4: quota macros cleanup + * ext4: fix incorrect block reservation on quota transfer. + * ext4: Wait for proper transaction commit on fsync + * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT + * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem) + * Linux 2.6.32.1 + * kbuild: generate modules.builtin + * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off + - LP: #494461 + * (pre-stable) drm/i915: Avoid NULL dereference with component_only + tv_modes + - LP: #494045 + + [ Zhao Yakui ] + + * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is + less than 0x0f. + - LP: #481765 + + -- Andy Whitcroft Thu, 17 Dec 2009 15:41:21 +0000 + +linux (2.6.32-8.12) lucid; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: AppArmor -- add linux/err.h for ERR_PTR + + -- Andy Whitcroft Sat, 12 Dec 2009 10:56:16 +0000 + +linux (2.6.32-8.11) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches + up" + * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe + transition." + * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds" + * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling" + * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds" + * Revert "SAUCE: AppArmor: Fix oops after profile removal" + * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files." + * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly" + * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc + mem" + * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as + denied" + * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths" + * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem + allocation" + * Revert "SAUCE: AppArmor: Set error code after structure + initialization." + * Revert "AppArmor -- fix pstrace_may_access rename" + * Revert "ubuntu: AppArmor security module" + * Revert "SAUCE: Add config option to set a default LSM" + * Revert "ubuntu: fsam7400 -- sw kill switch driver" + * Revert "[Config] fsam7400 -- enable" + * Revert "[Config] AUFS -- enable" + * Revert "ubuntu: AUFS -- aufs2-30 20090727" + * Revert "ubuntu: AUFS -- export various core functions -- fixes" + * Revert "ubuntu: AUFS -- export various core functions" + * Revert "[Config] ubuntu/iscsitarget -- disable" + * Revert "[Config] iscsitarget -- enable" + * Revert "ubuntu: iscsitarget -- SVN revision r214" + * update Vcs-Git to point to the correct repository + - LP: #493589 + * update build environment overrides to lucid + - LP: #493589 + * [Config] enable CONFIG_DEVTMPFS + * [Config] update all configs following AppArmor 2009-12-08 update + * SAUCE: isapnp_init: make isa PNP scans occur async + * [Config] fsam7400 -- enable + * [Config] omnibook -- enable + * [Config] cleanup CONFIG_AUDIT + * ubuntu: AUFS -- export various core functions (aufs2-base.patch) + * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch) + * ubuntu: AUFS -- aufs2 20091209 + * [Config] AUFS -- enable + * [Config] iscsitarget -- enable + + [ Arjan van de Ven ] + + * SAUCE: KMS: cache the EDID information of the LVDS + + [ Colin Watson ] + + * bnx2: update d-i firmware filenames + - LP: #494052 + * add cdc_ether to nic-usb-modules udeb + - LP: #495060 + + [ John Johansen ] + + * ubuntu: AppArmor -- mainline 2009-10-08 + + [ Manoj Iyer ] + + * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400 + * ubuntu: omnibook -- support Toshiba (HP) netbooks + * ubuntu: iscsitarget --- version 1.4.19 + - LP: #494693 + + [ Surbhi Palande ] + + * SAUCE: Make populate_rootfs asynchronous + + [ Tim Gardner ] + + * Parallelize flavour builds and packaging + * [Config] Enable CONFIG_KSM + + [ Upstream Kernel Changes ] + + * Config option to set a default LSM + * LSM: Add security_path_chroot(). + * LSM: Add security_path_chroot(). + * LSM: Move security_path_chmod()/security_path_chown() to after + mutex_lock(). + * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT + + -- Andy Whitcroft Fri, 11 Dec 2009 17:45:19 +0000 + +linux (2.6.32-7.10) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS + + -- Andy Whitcroft Sun, 06 Dec 2009 12:56:48 +0000 + +linux (2.6.32-7.9) lucid; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: set /proc/acpi/video/*/DOS to 4 by default + - LP: #458982 + * SAUCE: ensure vga16fb loads if no other driver claims the VGA device + * [Config] update configs following versatile switch to V7 + * rebased to v2.6.32 + * [Config] update configs following rebase to v2.6.32 + * [Config] update ports configs following rebase to v2.6.32 + * SAUCE: default ATI Radeon KMS to off until userspace catches up + + [ Arjan van de Ven ] + + * SAUCE: vfs: Add a trace point in the mark_inode_dirty function + + [ Leann Ogasawara ] + + * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable + permissions + - CVE-2009-3939 + + [ Loic Minier ] + + * SAUCE: select a v7 CPU for versatile + + [ Takashi Iwai ] + + * SAUCE: ALSA: hda - Add power on/off counter + + [ Upstream changes ] + + * rebased to v2.6.32 + + -- Andy Whitcroft Fri, 04 Dec 2009 10:44:50 +0000 + +linux (2.6.32-6.8) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] disable SSB devices for armel + + -- Andy Whitcroft Sat, 28 Nov 2009 12:16:40 +0000 + +linux (2.6.32-6.7) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up" + * Revert "SAUCE: Dell XPS710 reboot quirk" + * Revert "SAUCE: Link acpi-cpufreq.o first" + * Revert "SAUCE: LPIA Logical reset of USB port on resume" + * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards" + * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340" + * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271" + * Revert "Add Dell Dimension 9200 reboot quirk" + * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI" + * Revert "SAUCE: tulip: Define ULI PCI ID's" + * Revert "SAUCE: Lower warning level of some PCI messages" + * Revert "mac80211: fix two issues in debugfs" + Drop a number of known redundant commits as identified in the Ubuntu + delta review blueprint. + + * reenable armel versatile flavour + * [Config] disable CONFIG_USB_DEVICEFS + + [ Tim Gardner ] + + * [Config] udeb: Add squashfs to fs-core-modules + - LP: #352615 + * [Config] Create a real squashfs udeb + - LP: #352615 + + + -- Andy Whitcroft Fri, 27 Nov 2009 17:31:16 +0000 + +linux (2.6.32-5.6) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.32-rc8 + * update configs following rebase to v2.6.32-rc8 + * update ports configs since rebase to v2.6.32-rc8 + * [Config] enable cgroup options + - LP: #480739 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc8 + + -- Andy Whitcroft Mon, 23 Nov 2009 11:16:14 +0000 + +linux (2.6.32-4.5) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] SERIO_LIBPS2 and SERIO_I8042 must match + * rebase to v2.6.32-rc7 + * resync with Karmic proposed + + [ John Johansen ] + + * SAUCE: AppArmor: Fix oops after profile removal + - LP: #475619 + * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds + - LP: #437258 + * SAUCE: AppArmor: Fix cap audit_caching preemption disabling + - LP: #479102 + * SAUCE: AppArmor: Fix refcounting bug causing leak of creds + - LP: #479115 + * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe + transition. + - LP: #480112 + + [ Ubuntu Changes ] + + * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf) + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc7 + + -- Andy Whitcroft Fri, 13 Nov 2009 11:35:13 +0000 + +linux (2.6.32-3.4) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] SERIO_LIBPS2 and SERIO_I8042 must match + * [Upstream] add local prefix to oss local change_bits + + [ Upstream Kernel Changes ] + + * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/ + * mtd/maps: gpio-addr-flash: depend on GPIO arch support + + -- Andy Whitcroft Wed, 11 Nov 2009 14:47:04 +0000 + +linux (2.6.32-3.3) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.32-rc6 + * [Config] update configs following rebase to v2.6.32-rc6 + * [Config] update ports configs following rebase to v2.6.32-rc6 + * resync with Karmic Ubuntu-2.6.31-15.49 + * [Config] add module ignores for broken drivers + + [ John Johansen ] + + * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied + - LP: #453335 + * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem + - LP: #458299 + * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly + - LP: #462824 + * SAUCE: AppArmor: AppArmor disallows truncate of deleted files. + - LP: #451375 + + [ Kees Cook ] + + * SAUCE: Fix nx_enable reporting + - LP: #454285 + + [ Scott James Remnant ] + + * Revert "SAUCE: trace: add trace_event for the open() syscall" + * SAUCE: trace: add trace events for open(), exec() and uselib() + - LP: #462111 + + [ Stefan Bader ] + + * SAUCE: Fix sub-flavour script to not stop on missing directories + - LP: #453073 + + [ Ubuntu Changes ] + + * resync with Karmic Ubuntu-2.6.31-15.49 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc6 + - LP: #464552 + + -- Andy Whitcroft Tue, 10 Nov 2009 15:00:57 +0000 + +linux (2.6.32-2.2) lucid; urgency=low + + [ Andy Whitcroft ] + + * install the full changelog with the binary package + * changelog -- explicitly note rebases and clean history + * reinstate armel.mk with no flavours + - LP: #449637 + * [Upstream] block: silently error unsupported empty barriers too + - LP: #420423 + * [Config] udate configs following karmic resync + * [Config] update ports configs following karmic resync + * [Upstream] lirc -- follow removal of .id element + + [ Colin Watson ] + + * Use section 'admin' rather than 'base' + * Add more e100 firmware to nic-modules + - LP: #451872 + * Add qla1280 firmware to scsi-modules + - LP: #381037 + + [ John Johansen ] + + * SAUCE: AppArmor: Set error code after structure initialization. + - LP: #427948 + * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation + - LP: #446595 + * SAUCE: AppArmor: Fix mediation of "deleted" paths + + [ Kees Cook ] + + * SAUCE: [x86] fix report of cs-limit nx-emulation + - LP: #454285 + + [ Leann Ogasawara ] + + * SAUCE: (drop after 2.6.31) input: Add support for filtering input + events + - LP: #430809 + * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi + toggle switch press + - LP: #430809 + + [ Luke Yelavich ] + + * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc + * [Config] Add sd_mod to scsi-modules udeb for powerpc + + [ Mario Limonciello ] + + * SAUCE: Update to LIRC 0.8.6 + - LP: #432678 + * SAUCE: dell-laptop: Store the HW switch status internally rather than + requerying every time + - LP: #430809 + * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop + - LP: #430809 + + [ Stefan Bader ] + + * [Upstream] acerhdf: Limit modalias matching to supported boards + - LP: #435958 + + [ Tim Gardner ] + + * [Upstream] i915: Fix i2c init message + - LP: #409361 + * [Config] Add sym53c8xx.ko to virtual sub-flavour + - LP: #439415 + * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules + - LP: #439456 + * [Config] Set default I/O scheduler back to CFQ for desktop flavours + - LP: #381300 + * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros + - LP: #430694 + * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915 + - LP: #430694 + * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y + - LP: #416325 + * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT + - LP: #430694 + * SAUCE: Raise the default console 'quiet' level to 2 + * [Config] CONFIG_X86_PAT=y + * [Config] Add armel arch to linux-libc-dev arches. + - LP: #449637 + * [Config] CONFIG_X86_MCE + * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege + M300 to rate blacklist + - LP: #433801 + + [ Upstream Kernel Changes ] + + * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584 + * drm/i915: Fix FDI M/N setting according with correct color depth + - LP: #416792 + + -- Andy Whitcroft Thu, 22 Oct 2009 16:53:33 +0100 + +linux (2.6.32-1.1) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.32-rc3 + * [Config] update configs following rebase to 2.6.32-rc3 + * [Config] update ports configs following rebase to 2.6.32-rc3 + * AppArmor -- fix pstrace_may_access rename + * staging/android -- disable + * ubuntu: dm-raid-45 -- update to compile with 2.6.32 + * ubuntu: drbd -- disable + * staging/comdi -- disable + * staging/go7007 -- disable + * [Config] staging/winbond -- disable + * [Config] ubuntu/iscsitarget -- disable + * [d-i] cbc and ecb are builtin make them optional in udebs + * rebase to v2.6.32-rc5 + * [Config] update configs following rebase to v2.6.32-rc5 + * [Config] update ports configs following rebase to v2.6.31-rc5 + + [ Tim Gardner ] + + * [Config] Add cpio as a build dependency. + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc3 + * rebase to v2.6.32-rc5 + + -- Andy Whitcroft Mon, 05 Oct 2009 15:48:58 +0100 + +linux (2.6.31-11.37) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] Increase kernel log buffer to 256K for amd64 flavours + - LP: #424810 + * [Config] Set HZ=100 for amd64 flavours + - LP: #438234 + * [Upstream] e1000e: Emit notice instead of an error when + pci_enable_pcie_error_reporting() fails + - LP: #436370 + + [ Upstream Kernel Changes ] + + * n_tty: honor opost flag for echoes + * n_tty: move echoctl check and clean up logic + - LP: #438310 + + * Revert "[Upstream] drm/i915: Check that the relocation points to within + the target" - Use upstream cherry-pick. + * drm/i915: Check that the relocation points to within the target + - LP: #429241 + + * drm/i915: fix tiling on IGDNG + * drm/i915: add B43 chipset support + * agp/intel: Add B43 chipset support + Intel request from kernel team mailing list. + + * HID: completely remove apple mightymouse from blacklist + - LP: #428111 + + -- Tim Gardner Mon, 28 Sep 2009 11:47:29 -0600 + +linux (2.6.31-11.36) karmic; urgency=low + + [ Brian Rogers ] + + * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a + persistent object + * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a + persistent object + + [ Takashi Iwai ] + + * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device + - LP: #416482 + + [ Tyler Hicks ] + + * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going + negative during unlink + + [ Upstream Kernel Changes ] + + * sg: fix oops in the error path in sg_build_indirect() + * mpt2sas : Rescan topology from Interrupt context instead of work thread + * mpt2sas: Prevent sending command to FW while Host Reset + * mpt2sas: setting SDEV into RUNNING state from Interrupt context + * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg + * SCSI: fix oops during scsi scanning + * SCSI: libsrp: fix memory leak in srp_ring_free() + * cfg80211: fix looping soft lockup in find_ie() + * ath5k: write PCU registers on initial reset + * binfmt_elf: fix PT_INTERP bss handling + * TPM: Fixup boot probe timeout for tpm_tis driver + * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined! + * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices + * fix undefined reference to user_shm_unlock + * perf_counter: Fix buffer overflow in perf_copy_attr() + * perf_counter: Start counting time enabled when group leader gets + enabled + * powerpc/perf_counters: Reduce stack usage of power_check_constraints + * powerpc: Fix bug where perf_counters breaks oprofile + * powerpc/ps3: Workaround for flash memory I/O error + * block: don't assume device has a request list backing in nr_requests + store + * agp/intel: remove restore in resume + * ALSA: cs46xx - Fix minimum period size + * ASoC: Fix WM835x Out4 capture enumeration + * sound: oxygen: work around MCE when changing volume + * mlx4_core: Allocate and map sufficient ICM memory for EQ context + * perf stat: Change noise calculation to use stddev + * x86: Fix x86_model test in es7000_apic_is_cluster() + * x86/i386: Make sure stack-protector segment base is cache aligned + * PCI: apply nv_msi_ht_cap_quirk on resume too + * x86, pat: Fix cacheflush address in change_page_attr_set_clr() + * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic() + with highmem + * KVM guest: do not batch pte updates from interrupt context + * KVM: Fix coalesced interrupt reporting in IOAPIC + * KVM: VMX: Check cpl before emulating debug register access + * KVM guest: fix bogus wallclock physical address calculation + * KVM: x86: Disallow hypercalls for guest callers in rings > 0 + * KVM: VMX: Fix cr8 exiting control clobbering by EPT + * KVM: x86 emulator: Implement zero-extended immediate decoding + * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list + * KVM: x86 emulator: fix jmp far decoding (opcode 0xea) + * KVM: limit lapic periodic timer frequency + * libata: fix off-by-one error in ata_tf_read_block() + * PCI quirk: update 82576 device ids in SR-IOV quirks list + * PCI: Unhide the SMBus on the Compaq Evo D510 USDT + * powerpc/pseries: Fix to handle slb resize across migration + * Linux 2.6.31.1 + + -- Tim Gardner Thu, 24 Sep 2009 13:04:28 -0600 + +linux (2.6.31-10.35) karmic; urgency=low + + [ Amit Kucheria ] + + * Disable CONFIG_UEVENT_HELPER_PATH + + [ Andy Whitcroft ] + + * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD + * remove the tlsup driver + * remove lmpcm logitech driver support + + [ Bryan Wu ] + + * Add 3 missing files to prerm remove file list + - LP: #345623, #415832 + + [ Chris Wilson ] + + * [Upstream] drm/i915: Check that the relocation points to within the + target + - LP: #429241 + + [ Luke Yelavich ] + + * [Config] Set CONFIG_EXT4_FS=y on ports architectures + + [ Manoj Iyer ] + + * SAUCE: Added quirk to recognize GE0301 3G modem as an interface. + - LP: #348861 + + [ Tim Gardner ] + + * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list" + Upstream suggests that this is not the right approach. + + * [Config] Set default I/O scheduler to DEADLINE + CFQ seems to have some load related problems which are often exacerbated by sreadahead. + - LP: #381300 + + [ ubuntu@tjworld.net ] + + * SAUCE: ipw2200: Enable LED by default + - LP: #21367 + + [ Upstream Kernel Changes ] + + * ALSA: hda - Add support for new AMD HD audio devices + - LP: #430564 + + -- Andy Whitcroft Wed, 16 Sep 2009 15:37:49 +0100 + +linux (2.6.31-10.34) karmic; urgency=low + + [ Ted Tso ] + + * [Upstream] ext3: Don't update superblock write time when filesystem is + read-only + - LP: #427822 + + -- Tim Gardner Tue, 15 Sep 2009 16:00:45 -0600 + +linux (2.6.31-10.33) karmic; urgency=low + + [ Leann Ogasawara ] + + * [Upstream] dvb-usb: fix tuning with Cinergy T2 + - LP: #421258 + + [ Tim Gardner ] + + * [Config] Unconditionally copy files from sub-flavours lists. + (really, really fix it this time) + - LP: #423426 + * [Config] Set CONFIG_CACHEFILES=m for all flavours + + [ Upstream Kernel Changes ] + + * ext4: Don't update superblock write time when filesystem is read-only + - LP: #427822 + + -- Tim Gardner Tue, 15 Sep 2009 07:50:21 -0600 + +linux (2.6.31-10.32) karmic; urgency=low + + [ Eric Miao ] + + * [Config] enable module support for memory stick + - LP: #159951 + + [ Tim Gardner ] + + * [Config] Unconditionally copy files from sub-flavours lists. + - LP: #423426 + + -- Tim Gardner Thu, 10 Sep 2009 15:57:55 -0600 + +linux (2.6.31-10.31) karmic; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.31 final + + [ Colin Watson ] + + * [Config] Recommend grub-pc in linux-image + - LP: #385741 + + [ Ike Panhc ] + + * [Upstream] Pull latest update of lenovo-sl-laptop + + [ Peter Feuerer ] + + * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150 + model + - LP: #426691 + + [ Tim Gardner ] + + * [Config] De-macro some package names. + + [ Upstream Changes ] + + * rebase to 2.6.31 final. + + -- Andy Whitcroft Thu, 10 Sep 2009 09:38:10 +0100 + +linux (2.6.31-10.30) karmic; urgency=low + + [ Amit Kucheria ] + + * [Config] Enable CONFIG_USB_DEVICEFS + - LP: #417748 + * [Config] Populate the config-update template a bit more + + [ Andy Whitcroft ] + + * rebase to v2.6.31-rc9 + * [Config] update configs following rebase to v2.6.31-rc9 + * [Config] update ports configs following rebase to v2.6.31-rc9 + + [ Colin Ian King ] + + * SAUCE: wireless: hostap, fix oops due to early probing interrupt + - LP: #254837 + + [ Jerone Young ] + + * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) + white-list + - LP: #281732 + + [ John Johansen ] + + * SAUCE: AppArmor: Fix profile attachment for regexp based profile names + - LP: #419308 + * SAUCE: AppArmor: Return the correct error codes on profile + addition/removal + - LP: #408473 + * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list + - LP: #408454 + * SAUCE: AppArmor: Fix mapping of pux to new internal permission format + - LP: #419222 + * SAUCE: AppArmor: Fix change_profile failure + - LP: #401931 + * SAUCE: AppArmor: Tell git to ignore generated include files + - LP: #419505 + + [ Stefan Bader ] + + * [Upstream] acpi: video: Loosen strictness of video bus detection code + - LP: #333386 + * SAUCE: Remove ov511 driver from ubuntu subdirectory + + [ Tim Gardner ] + + * [Config] Exclude char-modules from non-x86 udeb creation + * SAUCE: Notify the ACPI call chain of AC events + * [Config] CONFIG_SATA_VIA=m + - LP: #403385 + * [Config] Build in all phylib support modules. + * [Config] Don't fail when sub-flavour files are missing + - LP: #423426 + * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0 + - LP: #423513 + + [ Upstream ] + + * Rebased against v2.6.31-rc9 + + -- Andy Whitcroft Mon, 07 Sep 2009 11:33:45 +0100 + +linux (2.6.31-9.29) karmic; urgency=low + + [ Leann Ogasawara ] + + * [Upstream] agp/intel: support for new chip variant of IGDNG mobile + - LP: #419993 + * [Config] d-i/modules: Add new char-modules file, initialize with + intel-agp + - LP: #420605 + + [ Upstream ] + + * Rebased against 2.6.31-rc8 plus some inotify regression patches: + up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git + adda766193ea1cf3137484a9521972d080d0b7af. + + -- Tim Gardner Fri, 28 Aug 2009 06:31:30 -0600 + +linux (2.6.31-8.28) karmic; urgency=low + + [ Ike Panhc ] + + * [Config] Let nic-shared-modules depends on crypto-modules + - LP: #360966 + + [ Leann Ogasawara ] + + * [Upstream] (drop after 2.6.31) drm/i915: increase default latency + constant + - LP: #412492 + + [ Mario Limonciello ] + + * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock + status if HW switch is disabled + - LP: #418721 + * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known + Compal made Dell laptops + * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support + with rfkill support + + [ Tim Gardner ] + + * [Config] Add acpiphp to virtual sub-flavour + - LP: #364916 + * Drop KSM patch set for now because of instabilities with encrypted swap. + - LP: #418781 + + -- Tim Gardner Wed, 26 Aug 2009 08:14:26 -0600 + +linux (2.6.31-7.27) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase + * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18 + Replaces previous ksm patches from 2.6.31-6.25 + * [Config] KSM=y + + [ Upstream ] + + * Rebased against v2.6.31-rc7 + + -- Tim Gardner Sat, 22 Aug 2009 20:32:11 -0600 + +linux (2.6.31-6.26) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_AUFS_BR_RAMFS + - LP: #414738 + * split out debian directory ready for abstraction + * add printdebian target to find branch target + * abstracted debian -- debian/files is not abstracted + * abstracted debian -- packages must be built in debian/ + * abstracted debian -- kernel-wedge needs to work in debian/ + * abstracted debian -- ensure we install the copyright file + * abstracted-debian -- drop the debian directories from headers + * abstracted-debian -- drop the debian directories from headers part 2 + * SAUCE: ubuntu-insert-changes -- follow abstracted debian + * [Upstream] aoe: ensure we initialise the request_queue correctly V2 + - LP: #410198 + + [ Luke Yelavich ] + + * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp + * [Config] Ports: Re-enable windfarm modules on powerpc64-smp + - LP: #413150 + * [Config] Ports: Build all cpu frequency scaling governors into ports + kernels + * [Config] Ports: Build ext2 and ext3 modules into ports kernels + * [Config] Ports: CONFIG_PACKET=y for all ports kernels + * [Config] Ports: Enable PS3 network driver + + [ Stefan Bader ] + + * abstracted debian -- call $(DEBIAN)/rules using make + + [ Tim Gardner ] + + * [Config] Abstract the debian directory + * SAUCE: Improve error reporting in postinst + - LP: #358564 + + -- Tim Gardner Sun, 16 Aug 2009 20:33:28 -0600 + +linux (2.6.31-6.25) karmic; urgency=low + + [ Andy Whitcroft ] + + * script to generate Ubuntu changes from changelog + * [Config] standardise ANDROID options + * [Config] standardise CONFIG_ATM as module + * [Config] standardise CONFIG_LIB80211 as module + * [Config] disable CONFIG_PRINT_QUOTA_WARNING + * [Config] set CONFIG_CRAMFS as module + * [Config] enable CONFIG_DAB and modules + * [Config] set CONFIG_MAC80211_HWSIM as module + * [Config] set CONFIG_NET_CLS_FLOW as module + * [Config] set CONFIG_NF_CONNTRACK_SANE as module + * [Config] set CONFIG_NF_CT_PROTO_DCCP as module + * [Config] set CONFIG_RTC_DRV_DS1511 as module + * [Config] set CONFIG_RTC_DRV_R9701 as module + * [Config] set CONFIG_RTC_DRV_S35390A as module + * [Config] set CONFIG_TOIM3232_DONGLE as module + * [Config] standardise CONFIG_USB_MIDI_GADGET as module + * [Config] standardise CONFIG_USB_G_PRINTER as module + * [Config] standardise CONFIG_USB_SERIAL_IR as module + * [Config] set CONFIG_USB_SERIAL_IUU as module + * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module + * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module + * cleanup remains of dm-loop + * drop thinkpad ec and smapi support + * drop appleir + * [Config] update configs following rebase to v2.6.31-rc6 + * rebase to v2.6.31-rc6 + + [ Hugh Dickins ] + + * SAUCE: ksm patch 1, drop after 2.6.31 + * SAUCE: ksm patch 2, drop after 2.6.31 + * SAUCE: ksm patch 3, drop after 2.6.31 + * SAUCE: ksm patch 4, drop after 2.6.31 + * SAUCE: ksm patch 5, drop after 2.6.31 + * SAUCE: ksm patch 7, drop after 2.6.31 + + [ Izik Eidus ] + + * SAUCE: ksm patch 0, drop after 2.6.31 + * SAUCE: ksm patch 6, drop after 2.6.31 + * SAUCE: ksm patch 8, drop after 2.6.31 + * SAUCE: ksm patch 9, drop after 2.6.31 + + [ Luke Yelavich ] + + * [Config] Ports: Re-add PS3 modules to udebs + + [ Michael Casadevall ] + + * [Config] Update SPARC config and d-i files to reflect what can be built + + [ Tim Gardner ] + + * [Config] Removed armel package support + * [Config] Enabled CONFIG_KSM=y + + [ Upstream Kernel Changes ] + + * Rebased against v2.6.31-rc6 + * ARM: Cleanup: Revert "ARM: Add more cache memory types macros" + * ARM: Cleanup: Revert "Do not use OOB with MLC NAND" + * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers" + * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile" + * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c + changes" + * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix" + * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system + revision" + * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver + by default" + * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC" + * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable + ARCH_MXC_CANONICAL" + * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable + CONFIG_GPIOLIB" + * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on + 2.6.31" + * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51" + * ARM: Cleanup: Revert "ARM: IMX51: Make it compile." + * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including + mxc_uart.h _everywhere_" + * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the + correct location" + * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to + snd_card_create" + * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig" + * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype" + * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure." + * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for + mxc_map_io." + * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name." + * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name." + * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced + with snd_soc_card." + * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card + structure" + * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for + DMA_MODE_READ/WRITE/MASK" + * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for + Freescale mx51 platform" + * Driver core: add new device to bus's list before probing + * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at + power-saving + - LP: #381693, #399750, #380892 + + -- Andy Whitcroft Fri, 14 Aug 2009 11:32:23 +0100 + +linux (2.6.31-5.24) karmic; urgency=low + + [ Amit Kucheria ] + + * ARM: IMX51: Make video capture drivers compile + * [Config] IMX51: Config updates + + [ Andy Whitcroft ] + + * remove leftovers of dm-bbr + + [ Leann Ogasawara ] + + * Add pata_cs5535 to pata-modules + - LP: #318805 + + [ Luke Yelavich ] + + * [Config] CONFIG_PPC64=y for powerpc64-smp + * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp + * [Config] CONFIG_PPC_PS3=y for powerpc64-smp + * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp + * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp + * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp + * [Config] Enable all PS3 drivers in powerpc64-smp + + [ Mario Limonciello ] + + * LIRC -- fix lirc-i2c 2.6.31 compilation + + [ Matthew Garrett ] + + * [Upstream] dell-laptop: Fix rfkill state queries + + [ Tim Gardner ] + + * [Config] Ignore armel ABI and module changes + * [Config] Update configs after rebase against 2.6.31-rc5 + + [ Upstream ] + + * Rebased to 2.6.31-rc5 + + -- Andy Whitcroft Tue, 28 Jul 2009 10:10:09 +0100 + +linux (2.6.31-4.23) karmic; urgency=low + + [ Andy Whitcroft ] + + * AUFS -- update to aufs2-30 20090727 + * [Config] enable AUFS FUSE support + + [ Luke Yelavich ] + + * [Config] CONFIG_JFS_FS=m on sparc + + [ Tim Gardner ] + + * [Upstream] dell-laptop: Fix rfkill state setting. + + -- Andy Whitcroft Mon, 27 Jul 2009 11:11:47 +0100 + +linux (2.6.31-4.22) karmic; urgency=low + + [ Amit Kucheria ] + + * ARM: IMX51: Add SoC and board support for Freescale mx51 platform + * ARM: IMX51: Move board-mx51* header files to the correct location + * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_ + * ARM: IMX51: Make it compile. + * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB + * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL + * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC + * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default + * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes + * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef + * ARM: staging: udlfb: Add vmalloc.h include + * UBUNTU [Config]: Bring imx51 config upto date with other flavours + + [ Brad Figg ] + + * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK + * ARM: IMX51: codec structure was moved to the card structure + * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card. + * ARM: IMX51: Get to bus_id by calling dev_name. + * ARM: IMX51: Get to bus_id by calling dev_name. + * ARM: IMX51: Added external declaration for mxc_map_io. + * ARM: IMX51: Removed the mxc_gpio_port structure. + * ARM: IMX51: mxc_timer_init prototype + * ARM: IMX51: Fix up merge error in Kconfig + * ARM: IMX51: Changed from snd_card_new to snd_card_create + + [ Dinh Nguyen ] + + * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51 + * ARM: IMX51: Minimal changes for USB to work on 2.6.31 + * ARM: IMX51: Babbage 2.5 needs a different system revision + * ARM: IMX51: IPU irq handler deadlock fix + + [ Tim Gardner ] + + * [Config] Enabled CONFIG_CAN=m + - LP: #327243 + * [Config] Enabled CONFIG_SERIAL=m + - LP: #397189 + + -- Tim Gardner Fri, 24 Jul 2009 06:19:10 -0600 + +linux (2.6.31-4.21) karmic; urgency=low + + [ Amit Kucheria ] + + * dm-raid-4-5: Add missing brackets around test_bit() + + [ John Johansen ] + + * AppArmor: Fix change_profile failing lpn401931 + * AppArmor: Fix determination of forced AUDIT messages. + * AppArmor: Fix oops in auditing of the policy interface offset + + -- Andy Whitcroft Thu, 23 Jul 2009 19:18:30 +0100 + +linux (2.6.31-4.20) karmic; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: iscsitarget -- update to SVN revision r214 + * SAUCE: iscsitarget -- renable driver + * [Config] consolidate lpia/lpia and i386/generic configs + * [Config] enable CRYPTO modules for all architectures + * [Config] enable cryptoloop + * [Config] enable various filesystems for armel + * [Config] sync i386 generic and generic-pae + * [Config] add the 386 (486 processors and above) flavour + * [Config] re-set DEFAULT_MMAP_MIN_ADDR + - LP: #399914 + * add genconfigs/genportsconfigs to extract the built configs + * updateconfigs -- alter concatenation order allow easier updates + * intelfb -- INTELFB now conflicts with DRM_I915 + * printchanges -- rebase tree does not have stable tags use changelog + * AppArmor: fix argument size missmatch on 64 bit builds + + [ Ike Panhc ] + + * Ship bnx2x firmware in nic-modules udeb + - LP: #360966 + + [ Jeff Mahoney ] + + * AppArmor: fix build failure on ia64 + + [ John Johansen ] + + * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to + initialize. + * AppArmour: fix auditing of domain transitions to include target profile + information + * AppArmor: fix C99 violation + * AppArmor: revert reporting of create to write permission. + * SAUCE: Add config option to set a default LSM + * [Config] enable AppArmor by default + * AppArmor: Fix NULL pointer dereference oops in profile attachment. + + [ Keith Packard ] + + * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class + hardware + - LP: #351756 + + [ Luke Yelavich ] + + * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel + header packages + - LP: #355344 + + [ Michael Casadevall ] + + * [Config] update SPARC config files to allow success build + + [ Scott James Remnant ] + + * SAUCE: trace: add trace_event for the open() syscall + + [ Stefan Bader ] + + * SAUCE: jfs: Fix early release of acl in jfs_get_acl + - LP: #396780 + + [ Tim Gardner ] + + * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release + - LP: #397499 + * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727 + refresh + - LP: #365291 + * [Config] SSB/B44 are common across all arches/flavours. + + [ Upstream ] + + * Rebased to 2.6.31-rc4 + + -- Andy Whitcroft Thu, 23 Jul 2009 08:41:39 +0100 + +linux (2.6.31-3.19) karmic; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Config] Disabled NDISWRAPPER" + * ndiswrapper -- fix i386 compilation failures on cmpxchg8b + * AUFS -- export various core functions + * AUFS -- export various core functions -- fixes + * AUFS -- core filesystem + * AUFS -- track changes in v2.6.31 + * [Config] Enable AUFS + * droppped 'iwl3945: do not send scan command if channel count zero' as it + is already upstream but failed to auto-drop on rebase. + + [ Eric Paris ] + + * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user + choose + * SAUCE: inotify: check filename before dropping repeat events + * SAUCE: fsnotify: fix inotify tail drop check with path entries + + -- Andy Whitcroft Tue, 14 Jul 2009 12:52:55 +0100 + +linux (2.6.31-3.18) karmic; urgency=low + + [ Andy Whitcroft ] + + * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by + AUFS" + * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS" + * Revert "Add sec_perm-2.6.24.patch from AUFS - export + security_inode_permission" + * clear out left over AUFS files and modifications + + [ Luke Yelavich ] + + * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc + * SAUCE: Explicitly include header files to allow apparmor to build on + powerpc + * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc + + [ Tim Gardner ] + + * [Config] Dropped ubuntu/misc/wireless/acx + * [Config] Disabled NDISWRAPPER until the compile issues are fixed. + + [ Upstream ] + + * Rebased to 2.6.31-rc3 + + -- Andy Whitcroft Fri, 10 Jul 2009 18:59:33 +0100 + +linux (2.6.31-2.17) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc + * compcache -- remove redundant Kconfig entries part 2 + * compcache -- clean up CCFLAGS declarations + * [Config] enable AppArmor + * AppArmor: fix operator precidence issue in as_path_link + + [ John Johansen ] + + * AppArmor security module + * AppArmor: Correct mapping of file permissions. + * AppArmor: Turn auditing of ptrace on + + [ Luke Yelavich ] + + * [Config] disable CONFIG_DM_RAID45 on powerpc + + -- Andy Whitcroft Fri, 10 Jul 2009 15:02:05 +0100 + +linux (2.6.31-2.16) karmic; urgency=low + + [ Andy Whitcroft ] + + * compcache -- remove redundant Kconfig entries + added ignore and ignore.modules for all arches since the compcache update + changes the modules names as well as some compcache ABI values. + + [ Manoj Iyer ] + + * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3) + * SAUCE: update compcache version to 0.5.3 + + [ Tim Gardner ] + + * [Config]: Fix sparc FTBS by adding ignore.modules + + -- Tim Gardner Mon, 06 Jul 2009 13:35:29 -0600 + +linux (2.6.31-2.15) karmic; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: default ATI Radeon KMS to off until userspace catches up + * [Config] Update configs following rebase to 2.6.31-rc2 + * [Config] update ports configs following update to 2.6.31-rc2 + + [ Luke Yelavich ] + + * [Config] powerpc - Disable CONFIG_RDS + + [ Matt Zimmerman ] + + * Rename linux-doc-PKGVER to linux-doc and clean up its description + - LP: #382115 + + [ Upstream Kernel Changes ] + + * rebased to mainline 2.6.31-rc2 + + -- Andy Whitcroft Sat, 04 Jul 2009 17:39:13 +0100 + +linux (2.6.31-1.14) karmic; urgency=low + + [ Andy Whitcroft ] + + * update ndiswrapper to 1.55 + * remove leftovers of gfs + * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR + + [ Luke Yelavich ] + + * [Config] re-enable and build the ide-pmac driver into powerpc kernels + * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the + kernel + + [ Manoj Iyer ] + + * Remove snd-bt-sco ubuntu driver + + [ Michael Casadevall ] + + * [Config] updates ia64 config and d-i folders to allow succesful build + * [Config] Update powerpc and sparc for 2.6.31 + + [ Upstream Kernel Changes ] + + * intel-iommu: fix Identity Mapping to be arch independent + - LP: #384695 + * ACPI: video: prevent NULL deref in acpi_get_pci_dev() + + -- Andy Whitcroft Tue, 30 Jun 2009 17:47:32 +0100 + +linux (2.6.31-1.13) karmic; urgency=low + + [ Andy Whitcroft ] + + * REBASE: rebased to mainline 2.6.31-rc1 + - "UBUNTU: SAUCE: UHCI USB quirk for resume" + no longer applies, using deprecated interfaces, LPIA only, dropped + - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data" + changes now upstream, dropped + * [Config] Update configs following rebase to 2.6.31-rc1 + * [Config] update ports configs following update to 2.6.31-rc1 + + * [Config] disable broken staging driver CONFIG_STLC45XX + * SAUCE: fix compcache to use updates accessors + * [Config] disable staging driver CONFIG_VT6655 + * SAUCE: fix DRDB to use updates accessors + * [Disable] ndiswrapper needs update + * [Disable] LIRC I2C needs update + * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update + * [Config] disable I2C_DESIGNWARE does not compile + * [Config] disable CONFIG_TLSUP for lpia + * [Config] disable CONFIG_FB_UDL for arm + * SAUCE: disable adding scsi headers to linux-libc-dev + + [ Mario Limonciello ] + + * SAUCE: Add LIRC drivers + + -- Andy Whitcroft Thu, 25 Jun 2009 12:06:22 +0100 + +linux (2.6.30-10.12) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] split out the ports configs into their own family + * [Config] update configs following introduction of ports family + + [ Upstream Kernel Changes ] + + * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its + description". Fixes linux-doc package name conflicts for now. + - LP: #382115 + + -- Tim Gardner Mon, 22 Jun 2009 09:17:14 -0600 + +linux (2.6.30-10.11) karmic; urgency=low + + [ Amit Kucheria ] + + * [Config] Comment splitconfig.pl and misc cleanup + * [Config] Rename all configs to the new naming scheme + * [Config] Splitconfig rework + * [Config] Rename scripts/misc/oldconfig to kernelconfig + * [Config] Fix build system for new config split + * [Config] Run updateconfigs after the splitconfig rework + + [ Andy Whitcroft ] + + * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y" + * [Config] standardise CONFIG_STAGING=y + * [Config] standardise CONFIG_RD_LZMA=y + * [Config] CONFIG_PCI_IOV=y + * [Config] CONFIG_PCI_STUB=m + * [Config] merge kernel configs more agressively + + [ Colin Watson ] + + * [Config] Run kernel-wedge in $(builddir) rather than at the top level + * [Config] Add support for including firmware in udebs + * [Config] Ship bnx2 firmware in nic-modules udeb + - LP: #384861 + + [ Luke Yelavich ] + + * [Config] ports - Import of ports architectures into kernel packaging + infrastructure + * [Config] ports - Do not update ports kernel configurations by default + * [Config] ports - Disable ABI checking for ports architectures + * [Config] ports - Build drivers in ubuntu sub-directory on powerpc + * [Config] ports - Add control.d/vars.* files for ports architectures + * [Config] ports - Add ports architectures for linux-libc-dev + * [Config] ports - Create powerpc specific message-modules and + block-modules udebs + * [Config] ports - Add configuration files for ports architectures + + [ Manoj Iyer ] + + * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386 + - LP: #329864 + + [ Michael Casadevall ] + + * [Config] ports - Fix compression of kernels + + [ Stefan Bader ] + + * [Upstream] mmc: prevent dangling block device from accessing stale + queues + - LP: #383668 + + [ Tim Gardner ] + + * [Config] Recommend grub-pc in linux-image + - LP: #385741 + * [Config] Implement i386 generic and generic-pae flavours + * [Config] ports - Add control info after integrating ports arches + * [Config] Removed auto-generated files from git + * [Config] Added netxen_nic to nic-modules + - LP: #389603 + + [ Matt Zimmerman ] + + * Rename linux-doc-PKGVER to linux-doc and clean up its description + - LP: #382115 + + -- Tim Gardner Mon, 15 Jun 2009 14:38:26 -0600 + +linux (2.6.30-9.10) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia) + * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia) + * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia) + * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64) + * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia) + * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386) + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30 final + + -- Andy Whitcroft Fri, 05 Jun 2009 11:42:53 +0100 + +linux (2.6.30-8.9) karmic; urgency=low + + [ Andy Whitcroft ] + + * Config update removed the following options: + CONFIG_EDAC_AMD8111=m + CONFIG_EDAC_AMD8131=m + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc8 + + -- Andy Whitcroft Wed, 03 Jun 2009 09:21:13 +0100 + +linux (2.6.30-7.8) karmic; urgency=low + + [ Andy Whitcroft ] + + * Enabled NEW configration options: + Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y + Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc7 + + -- Andy Whitcroft Sat, 23 May 2009 23:47:24 +0100 + +linux (2.6.30-6.7) karmic; urgency=low + + [ Andy Whitcroft ] + + * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now + upstream) + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc6 + + -- Andy Whitcroft Mon, 18 May 2009 18:05:54 +0100 + +linux (2.6.30-5.6) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] Enable Keyspan USB serial device firmware in kernel module + - LP: #334285 + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc5 + + -- Tim Gardner Mon, 11 May 2009 12:02:16 -0600 + +linux (2.6.30-4.5) karmic; urgency=low + + [ Colin Watson ] + + * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid + /usr/include/asm/* going missing + - LP: #373214 + + -- Stefan Bader Fri, 08 May 2009 11:09:08 +0200 + +linux (2.6.30-3.4) karmic; urgency=low + + [ Kees Cook ] + + * SAUCE: [x86] implement cs-limit nx-emulation for ia32 + - LP: #369978 + + [ Stefan Bader ] + + * SAUCE: input: Blacklist digitizers from joydev.c + - LP: #300143 + + -- Tim Gardner Fri, 01 May 2009 14:00:42 -0600 + +linux (2.6.30-2.3) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] Enabled CC_STACKPROTECTOR=y for all x86en + - LP: #369152 + * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y + * [Config] CONFIG_DRM_I915_KMS=y + * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH + minimums + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc4 + + -- Tim Gardner Thu, 30 Apr 2009 09:17:05 -0600 + +linux (2.6.30-1.2) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] armel: disable staging drivers, fixes FTBS + * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS + + [ Upstream Kernel Changes ] + + * mpt2sas: Change reset_type enum to avoid namespace collision. + Submitted upstream. + + -- Tim Gardner Tue, 28 Apr 2009 16:54:41 -0600 + +linux (2.6.30-1.1) karmic; urgency=low + + * Initial release after rebasing against v2.6.30-rc3 + + -- Tim Gardner Thu, 12 Mar 2009 19:16:07 -0600 --- linux-lts-utopic-3.16.0.orig/debian.master/changelog.historical +++ linux-lts-utopic-3.16.0/debian.master/changelog.historical @@ -0,0 +1,4171 @@ + +linux (2.6.28-9.31) jaunty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: cpufreq-nforce2: probe failures are not errors + - LP: #332170 + * SAUCE: mmc: add MODALIAS linkage for MMC/SD devices + - LP: #30335 + * remove test-suspend script + - LP: #333856 + + [ Kees Cook ] + + * handle relative paths in modules.dep + Fixes 2.6.28-9.30 FTBS. + + [ Upstream Kernel Changes ] + + * ricoh_mmc: Handle newer models of Ricoh controllers + + -- Tim Gardner Wed, 11 Mar 2009 08:19:24 -0600 + +linux (2.6.28-9.30) jaunty; urgency=low + + [ Amit Kucheria ] + + * ARM:mx51 Add SoC and board support for mx51 platforms + * ARM:mx51 Add CONFIG_ARCH_MXC_CANONICAL to disable parts of Freescale's + code + * MMC: Add support for 8-bit cards + * Add ARM:MX51 SoC support to the build system + * ARM: Make ARM arch aware of ubuntu/ drivers + * ARM: Add imx51 configuration + * Disable d-i modules for imx51 and mv78xx0 + * Disable Apparmor on boot for ARM + * Updating imx51 config + + [ Jason Liu ] + + * Do not use OOB with MLC NAND + + [ Richard Zhu ] + + * Support the eMMC4.3 card + + [ Rob Herring ] + + * ARM: Add more cache memory types macros + + [ Tim Gardner ] + + * Set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y for i386/amd64/lpia + + [ Manoj Iyer ] + + * Enable CONFIG_RTL8187SE=m + + [ Upstream Kernel Changes ] + + * USB: EHCI: slow down ITD reuse + - LP: #329437 + + -- Tim Gardner Sun, 08 Mar 2009 14:14:15 -0600 + +linux (2.6.28-9.29) jaunty; urgency=low + + [ Andy Whitcroft ] + + * link-headers -- only link directories which do not already exist + - LP: #315252 + + [ Daniel Marjamäki ] + + * SAUCE: (drop after 2.6.28) netxen: fix memory leak in + drivers/net/netxen_nic_init.c + - LP: #330813 + + [ Dhananjay Phadke ] + + * SAUCE: (drop after 2.6.28) netxen: fix endianness in firmware commands + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: fix ipv6 offload and tx cleanup + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: fix link speed reporting for some + boards + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: firmware init fix + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: cleanup mac list on driver unload + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: hold tx lock while sending firmware + commands + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: handle dma mapping failures + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: avoid invalid iounmap + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: include ipv6.h (fixes build failure) + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: fix vlan tso/checksum offload + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: reduce memory footprint + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: revert jumbo ringsize + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: fix msi-x interrupt handling + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: remove pcie workaround + - LP: #330813 + + [ Hannes Eder ] + + * SAUCE: (drop after 2.6.28) drivers/net/netxen: fix sparse warnings: use + NULL pointer instead of plain integer + - LP: #330813 + + [ Huaxu Wan ] + + * SAUCE: report rfkill changes event if interface is down + - LP: #193970 + + [ Tim Gardner ] + + * MV78XX0 must specify a target in the vars definition. + + [ Upstream Kernel Changes ] + + * Revert "ext4: wait on all pending commits in ext4_sync_fs()" + * jbd2: Fix return value of jbd2_journal_start_commit() + * jbd2: Avoid possible NULL dereference in + jbd2_journal_begin_ordered_truncate() + * ext4: Fix to read empty directory blocks correctly in 64k + * ext4: Fix lockdep warning + * ext4: Initialize preallocation list_head's properly + * ext4: Implement range_cyclic in ext4_da_writepages instead of + write_cache_pages + * ext4: Fix NULL dereference in ext4_ext_migrate()'s error handling + * ext4: Add fallback for find_group_flex + * ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin() + * Added mv78xx0 flavor + + -- Tim Gardner Fri, 06 Mar 2009 06:13:31 -0700 + +linux (2.6.28-8.28) jaunty; urgency=low + + [ Alexey Starikovskiy ] + + * SAUCE: ACPI: EC: Limit workaround for ASUS notebooks even more + - LP: #288385 + + [ Scott James Remnant ] + + * SAUCE: Auto-load esp module when device opened. + * SAUCE: Auto-load bridge module when socket opened. + * SAUCE: Auto-load af_netlink module when socket opened. + * SAUCE: Auto-load wanrouter module when socket opened. + * SAUCE: Auto-load ip_queue module when socket opened. + * SAUCE: Auto-load ip6_queue module when socket opened. + * SAUCE: Auto-load cn module when socket opened. + * SAUCE: Auto-load scsi_transport_iscsi module when socket opened. + * SAUCE: Auto-load ftl module when device opened. + * SAUCE: Auto-load pcd module when device opened. + * SAUCE: Auto-load pf module when device opened. + * SAUCE: Auto-load nftl module when device opened. + * SAUCE: Auto-load mousedev module when psaux device opened. + * SAUCE: Auto-load mousedev module when /dev/input/mice opened. + * SAUCE: Auto-load rng-core module when device opened. + * SAUCE: Auto-load openprom module when device opened. + * SAUCE: Auto-load applicom module when device opened. + * SAUCE: Auto-load toshiba module when device opened. + * SAUCE: Auto-load cyclades module when device opened. + * SAUCE: Auto-load riscom8 module when device opened. + * SAUCE: Auto-load specialix module when device opened. + * SAUCE: Auto-load videodev module when device opened. + * SAUCE: Auto-load i2c_dev module when device opened. + * SAUCE: Auto-load mtdchar module when device opened. + * SAUCE: Auto-load pt module when device opened. + * SAUCE: Auto-load pg module when device opened. + * SAUCE: Auto-load cdc_acm module when device opened. + * SAUCE: Auto-load msr module when device opened. + * SAUCE: Auto-load cpuid module when device opened. + * SAUCE: quickcam: Enable double-buffering by default + * SAUCE: libata: Ignore HPA by default. + * SAUCE: hostap: Change initial operation mode to managed (infra) + * SAUCE: floppy: Provide a PnP device table in the module. + - LP: #255651 + * SAUCE: Auto-load mwave module when device opened. + * Build CONFIG_FUSE_FS into kernel, not as module. + + [ Stefan Bader ] + + * Enable build of ext4 as a module on LPIA + - LP: #331848 + + [ Tim Gardner ] + + * Update configs to fix LPIA FTBS + + -- Tim Gardner Thu, 05 Mar 2009 10:43:24 -0700 + +linux (2.6.28-8.27) jaunty; urgency=low + + [ Amit Kucheria ] + + * Updating configs (arm:ixp4xx) + + [ Andy Whitcroft ] + + * SAUCE: enable Intel HDMI output + + [ Manoj Iyer ] + + * SAUCE: Added quirk for Linksys WUSB600N USB wifi-n networking adapter + - LP: #323473 + + [ Steve Beattie ] + + * fix apparmor memory leak on unlinked file ops + - LP: #329489 + + [ Tim Gardner ] + + * SAUCE: Dell XPS710 reboot quirk + - LP: #323592 + * SAUCE: (drop after 2.6.28) ieee80211: Add infrastructure to obsolete + scan results + - LP: #336055 + * Add modules.order to the linux-image package. + + [ Upstream Kernel Changes ] + + * iwlwifi: fix time interval misuse in iwl_poll_{direct_}bit + * x86: only scan the root bus in early PCI quirks + - LP: #267295 + * ALSA: hda - Intel HDMI audio support + * ALSA: hda - Fix unused function in patch_intelhdmi.c + * ALSA: handle SiI1392 HDMI codec in patch_intelhdmi.c + * ALSA: hda-intel: reorder HDMI audio enabling sequence + * ALSA: introduce snd_print_pcm_rates() + * ALSA: create hda_eld.c for ELD routines and proc interface + * ALSA: ELD proc interface for HDMI sinks + * ALSA: hda: make standalone hdmi_fill_audio_infoframe() + * ALSA: hda: make global snd_print_channel_allocation() + * ALSA: hda: HDMI channel allocations for audio infoframe + * ALSA: hda: HDMI channel mapping cleanups + * ALSA: hda: minor code cleanups + * ALSA: hda: rename sink_eld to hdmi_eld + * ALSA: hda - Release ELD proc file + * ALSA: hda - minor HDMI code cleanups + * ALSA: hda - report selected CA index for Audio InfoFrame + * ALSA: hda - Add Intel vendor id string + + -- Tim Gardner Wed, 25 Feb 2009 14:23:46 -0700 + +linux (2.6.28-8.26) jaunty; urgency=low + + [ Amit Kucheria ] + + * Updating configs (armel:ixp4xx) + - LP: #331510 + + [ Tim Gardner ] + + * Add more missing modules + + -- Tim Gardner Tue, 24 Feb 2009 06:58:53 -0700 + +linux (2.6.28-8.25) jaunty; urgency=low + + [ Scott James Remnant ] + + * SAUCE: Prefer powernow-k8 to acpi-cpufreq + * Change CONFIG_X86_P4_CLOCKMOD to be a module again. + + [ Tim Gardner ] + + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Initialize the new + group descriptor when resizing the filesystem" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add sanity check + to make_indexed_dir" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: only use + i_size_high for regular files" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add sanity checks + for the superblock before mounting the filesystem" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix + s_dirty_blocks_counter if block allocation failed with nodelalloc" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Init the complete + page while building buddy cache" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Don't allow new + groups to be added during block allocation" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: mark the + blocks/inode bitmap beyond end of group as used" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Use new + buffer_head flag to check uninit group bitmaps initialization" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix the race + between read_inode_bitmap() and ext4_new_inode()" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix race between + read_block_bitmap() and mark_diskspace_used()" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: don't use blocks + freed but not yet committed in buddy cache init" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: cleanup mballoc + header files" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Use + EXT4_GROUP_INFO_NEED_INIT_BIT during resize" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add blocks added + during resize to bitmap" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Don't overwrite + allocation_context ac_status" + * Revert "SAUCE: (revert before 2.6.28.y update) jbd2: Add barrier not + supported test to journal_wait_on_commit_record" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Widen type of + ext4_sb_info.s_mb_maxs[]" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: avoid ext4_error + when mounting a fs with a single bg" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix the delalloc + writepages to allocate blocks at the right offset." + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: tone down + ext4_da_writepages warnings" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add support for + non-native signed/unsigned htree hash algorithms" + * Enabled X86_ACPI_CPUFREQ=y + + [ Upstream Kernel Changes ] + + * ath9k: quiet harmless ForceXPAon messages + - LP: #321474 + * [WATCHDOG] iTCO_wdt: fix SMI_EN regression 2 + - LP: #314050 + * pid: implement ns_of_pid + * mqueue: fix si_pid value in mqueue do_notify() + * powerpc/vsx: Fix VSX alignment handler for regs 32-63 + * sata_nv: give up hardreset on nf2 + * Fix Intel IOMMU write-buffer flushing + * SCSI: libiscsi: fix iscsi pool leak + * x86/cpa: make sure cpa is safe to call in lazy mmu mode + * sched: SCHED_OTHER vs SCHED_IDLE isolation + * x86, vm86: fix preemption bug + * Add support for VT6415 PCIE PATA IDE Host Controller + * ext2/xip: refuse to change xip flag during remount with busy inodes + * 3c505: do not set pcb->data.raw beyond its size + * Bluetooth: Fix TX error path in btsdio driver + * ext4: Add support for non-native signed/unsigned htree hash algorithms + * ext4: tone down ext4_da_writepages warnings + * ext4: Fix the delalloc writepages to allocate blocks at the right + offset. + * ext4: avoid ext4_error when mounting a fs with a single bg + * ext4: Widen type of ext4_sb_info.s_mb_maxs[] + * jbd2: Add barrier not supported test to journal_wait_on_commit_record + * ext4: Don't overwrite allocation_context ac_status + * ext4: Add blocks added during resize to bitmap + * ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize + * ext4: cleanup mballoc header files + * ext4: don't use blocks freed but not yet committed in buddy cache init + * ext4: Fix race between read_block_bitmap() and mark_diskspace_used() + * ext4: Fix the race between read_inode_bitmap() and ext4_new_inode() + * ext4: Use new buffer_head flag to check uninit group bitmaps + initialization + * ext4: mark the blocks/inode bitmap beyond end of group as used + * ext4: Don't allow new groups to be added during block allocation + * ext4: Init the complete page while building buddy cache + * ext4: Fix s_dirty_blocks_counter if block allocation failed with + nodelalloc + * ext4: Add sanity checks for the superblock before mounting the + filesystem + * ext4: only use i_size_high for regular files + * ext4: Add sanity check to make_indexed_dir + * ext4: Initialize the new group descriptor when resizing the filesystem + * Fix longstanding "error: storage size of '__mod_dmi_device_table' isn't + known" + * Linux 2.6.28.7 + + -- Tim Gardner Thu, 19 Feb 2009 06:45:55 -0700 + +linux (2.6.28-8.24) jaunty; urgency=low + + [ Scott James Remnant ] + + * Change CPU_FREQ_DEFAULT_GOV_ONDEMAND to y + * SAUCE: Link acpi-cpufreq.o first + + [ Tim Gardner ] + + * Build in CPU Frequency scaling drivers + + -- Tim Gardner Wed, 18 Feb 2009 06:12:24 -0700 + +linux (2.6.28-8.23) jaunty; urgency=low + + [ Andy Whitcroft ] + + * include the kernel configuration in the sub-flavour images + - LP: #328859 + + [ Tim Gardner ] + + * Revert "SAUCE: (drop after 2.6.28) [eCryptfs] Regression in unencrypted + filename symlinks" in favor of upstream commit. + * Fix compile issues with qc-usb + * SAUCE: (remove after 2.6.28) V4L/DVB (10216): saa7127: fix broken + S-Video with saa7129 + - LP: #329267 + + [ Upstream Kernel Changes ] + + * Subject:SAUCE: LP#193970 iwlagn: fix hw-rfkill while the interface is + down + - LP: #193970 + * x86, vmi: put a missing paravirt_release_pmd in pgd_dtor + * nbd: fix I/O hang on disconnected nbds + * mac80211: restrict to AP in outgoing interface heuristic + * w1: w1 temp calculation overflow fix + * zd1211rw: adding 0ace:0xa211 as a ZD1211 device + * zd1211rw: treat MAXIM_NEW_RF(0x08) as UW2453_RF(0x09) for TP-Link + WN322/422G + * parport: parport_serial, don't bind netmos ibm 0299 + * syscall define: fix uml compile bug + * kernel-doc: fix syscall wrapper processing + * Fix page writeback thinko, causing Berkeley DB slowdown + * write-back: fix nr_to_write counter + * writeback: fix break condition + * mm: rearrange exit_mmap() to unlock before arch_exit_mmap + * powerpc/fsl-booke: Fix mapping functions to use phys_addr_t + * lockd: fix regression in lockd's handling of blocked locks + * sctp: Fix crc32c calculations on big-endian arhes. + * sctp: Correctly start rtx timer on new packet transmissions. + * sctp: Properly timestamp outgoing data chunks for rtx purposes + * net: Fix frag_list handling in skb_seq_read + * net: Fix OOPS in skb_seq_read(). + * drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logic + * ipv4: fix infinite retry loop in IP-Config + * net: Fix userland breakage wrt. linux/if_tunnel.h + * net: packet socket packet_lookup_frame fix + * packet: Avoid lock_sock in mmap handler + * sungem: Soft lockup in sungem on Netra AC200 when switching interface + up + * udp: Fix UDP short packet false positive + * udp: increments sk_drops in __udp_queue_rcv_skb() + * ipv6: Disallow rediculious flowlabel option sizes. + * ipv6: Copy cork options in ip6_append_data + * net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2 + * sky2: fix hard hang with netconsoling and iface going up + * tun: Add some missing TUN compat ioctl translations. + * tun: Fix unicast filter overflow + * virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANs + * tcp: splice as many packets as possible at once + * tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits. + * sparc: Enable syscall wrappers for 64-bit (CVE-2009-0029) + * sparc64: Annotate sparc64 specific syscalls with SYSCALL_DEFINEx() + * ALSA: hda - Add missing terminator in slave dig-out array + * ALSA: mtpav - Fix initial value for input hwport + * HID: adjust report descriptor fixup for MS 1028 receiver + * ide/libata: fix ata_id_is_cfa() (take 4) + * libata: fix EH device failure handling + * netfilter: fix tuple inversion for Node information request + * netfilter: xt_sctp: sctp chunk mapping doesn't work + * x86: microcode_amd: fix wrong handling of equivalent CPU id + * ide-cd: fix DMA for non bio-backed requests + * net: Fix data corruption when splicing from sockets. + * Linux 2.6.28.6 + * eCryptfs: Regression in unencrypted filename symlinks + + -- Tim Gardner Mon, 16 Feb 2009 06:43:51 -0700 + +linux (2.6.28-8.22) jaunty; urgency=low + + [ Amit Kucheria ] + + * Remove perm-blacklist + + [ Andy Whitcroft ] + + * SAUCE: psmouse/synaptics: ensure we reset the device on resume + - LP: #317270 + + [ Tim Gardner ] + + * Add lpia to getabi script + * SAUCE: tracer for sreadahead + + -- Amit Kucheria Fri, 13 Feb 2009 15:23:21 +0200 + +linux (2.6.28-8.21) jaunty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: switch the Asus Pundit P1-AH2 to old acpi sleep ordering + - LP: #327267 + + [ Tim Gardner ] + + * Added LPIA arch support + * Added libdrm-dev as a 'Replaces' to linux-libc-dev + * SAUCE: LPIA support for 9202 HDA Sigmatel codec + * SAUCE: Add an X86_LPIA Kconfig option + * SAUCE: UHCI USB quirk for resume + * SAUCE: LPIA Reboot fix for Intel Crownbeach development boards + * SAUCE: LPIA Logical reset of USB port on resume + * Set CONFIG_WIRELESS_OLD_REGULATORY=n, added wireless-crda + as an install dependency. + + [ Upstream Kernel Changes ] + + * Revert "Revert "x86, early_ioremap: fix fencepost error"" + - LP: #312554 + * drm/i915: capture last_vblank count at IRQ uninstall time too + - LP: #320813 + * drm/i915: add get_vblank_counter function for GM45 + - LP: #320813 + * Staging: comedi: fix Kbuild + * Staging: meilhaus: fix Kbuild + * Staging: android: binder: fix arm build errors + * Staging: android: timed_gpio: Fix build to build on kernels after + 2.6.25. + * Staging: android: fix build error on 64bit boxes + * Staging: android: Add lowmemorykiller documentation. + * Staging: android: task_get_unused_fd_flags: fix the wrong usage of + tsk->signal + * staging: agnx: drivers/staging/agnx/agnx.h needs + * Staging: usbip: usbip_start_threads(): handle kernel_thread failure + * Staging: poch: fix verification of memory area + * Documentation: move DMA-mapping.txt to Doc/PCI/ + * sgi-xp: fix writing past the end of kzalloc()'d space + * do_wp_page: fix regression with execute in place + * wait: prevent exclusive waiter starvation + * shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEM + * revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY" + * prevent kprobes from catching spurious page faults + * sound: usb-audio: handle wMaxPacketSize for FIXED_ENDPOINT devices + * md: Ensure an md array never has too many devices. + * md: Fix a bug in linear.c causing which_dev() to return the wrong + device. + * ACPI: Enable bit 11 in _PDC to advertise hw coord + * ACPI: dock: Don't eval _STA on every show_docked sysfs read + * ieee1394: ohci1394: increase AT req. retries, fix ack_busy_X from + Panasonic camcorders and others + * firewire: ohci: increase AT req. retries, fix ack_busy_X from Panasonic + camcorders and others + * firewire: sbp2: fix DMA mapping leak on the failure path + * firewire: sbp2: add workarounds for 2nd and 3rd generation iPods + * ieee1394: sbp2: add workarounds for 2nd and 3rd generation iPods + * module: remove over-zealous check in __module_get() + * x86: APIC: enable workaround on AMD Fam10h CPUs + * eeepc-laptop: fix oops when changing backlight brightness during + eeepc-laptop init + * eeepc-laptop: Add support for extended hotkeys + * e1000: fix bug with shared interrupt during reset + * e1000: Fix PCI enable to honor the need_ioport flag + * agp/intel: Fix broken ® symbol in device name. + * ALSA: hda - Add quirk for FSC Amilo Xi2550 + * ALSA: hda - Add missing COEF initialization for ALC887 + * ALSA: hda - Add missing initialization for ALC272 + * asus_acpi: Add R1F support + * panasonic-laptop: fix X[ ARRAY_SIZE(X) ] + * ACPI: Skip the first two elements in the _BCL package + * ACPI: proc_dir_entry 'video/VGA' already registered + * ACPI: disable ACPI cleanly when bad RSDP found + * ACPICA: Fix table entry truncation calculation + * PCI: properly clean up ASPM link state on device remove + * PCI: return error on failure to read PCI ROMs + * seq_file: move traverse so it can be used from seq_read + * seq_file: fix big-enough lseek() + read() + * serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS + EX-41092 Dual 16950 Serial adapter + * Add support for '8-port RS-232 MIC-3620 from advantech' + * mm: fix error case in mlock downgrade reversion + * elf core dump: fix get_user use + * ACPI: video: Fix reversed brightness behavior on ThinkPad SL series + * ipw2200: fix scanning while associated + * XFS: set b_error from bio error in xfs_buf_bio_end_io + * Revert USB: option: add Pantech cards + * USB: option: New mobile broadband modems to be supported + * USB: new id for ti_usb_3410_5052 driver + * USB: two more usb ids for ti_usb_3410_5052 + * USB: usb-storage: add Pentax to the bad-vendor list + * sata_via: Add VT8261 support + * nbd: do not allow two clients at the same time + * sctp: Fix another socket race during accept/peeloff + * Linux 2.6.28.5 + + -- Tim Gardner Mon, 09 Feb 2009 16:11:28 -0700 + +linux (2.6.28-7.20) jaunty; urgency=low + + [ Tim Gardner ] + + * SAUCE: Input: atkbd - Samsung NC10 key repeat fix + + [ Upstream Kernel Changes ] + + * Manually revert "mlock: downgrade mmap sem while populating mlocked + regions" + * xen: make sysfs files behave as their names suggest + * sata_mv: fix 8-port timeouts on 508x/6081 chips + * m68knommu: set NO_DMA + * PCI/MSI: bugfix/utilize for msi_capability_init() + * x86: use early clobbers in usercopy*.c + * netfilter: ctnetlink: fix scheduling while atomic + * orinoco: move kmalloc(..., GFP_KERNEL) outside spinlock in + orinoco_ioctl_set_genie + * fbdev/atyfb: Fix DSP config on some PowerMacs & PowerBooks + * kmalloc: return NULL instead of link failure + * sata_nv: rename nv_nf2_hardreset() + * sata_nv: fix MCP5x reset + * sata_nv: ck804 has borked hardreset too + * Fix memory corruption in console selection + * Add enable_ms to jsm driver + * nfsd: only set file_lock.fl_lmops in nfsd4_lockt if a stateowner is + found + * nfsd: Ensure nfsv4 calls the underlying filesystem on LOCKT + * iwlwifi: fix rs_get_rate WARN_ON() + * p54: fix lm87 checksum endianness + * p54: fix p54_read_eeprom to cope with tx_hdr_len + * p54usb: rewriting rx/tx routines to make use of usb_anchor's facilities + * minstrel: fix warning if lowest supported rate index is not 0 + * PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDs + * cpuidle: Add decaying history logic to menu idle predictor + * ACPI: Avoid array address overflow when _CST MWAIT hint bits are set + * video: always update the brightness when poking "brightness" + * Newly inserted battery might differ from one just removed, so update of + battery info fields is required. + * ACPI: Do not modify SCI_EN directly + * dlm: initialize file_lock struct in GETLK before copying conflicting + lock + * sata_mv: Fix chip type for Hightpoint RocketRaid 1740/1742 + * ACPICA: Allow multiple backslash prefix in namepaths + * Linux 2.6.28.4 + + -- Tim Gardner Sat, 07 Feb 2009 18:53:42 -0700 + +linux (2.6.28-7.19) jaunty; urgency=low + + * Fix missing modules FTBS + + -- Tim Gardner Thu, 05 Feb 2009 15:28:15 -0700 + +linux (2.6.28-7.18) jaunty; urgency=low + + [ Alok Kataria ] + + * SAUCE: (drop after 2.6.29) x86: add a synthetic TSC_RELIABLE feature + bit + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: add X86_FEATURE_HYPERVISOR feature bit + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: Hypervisor detection and get tsc_freq + from hypervisor + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: Add a synthetic TSC_RELIABLE feature + bit. + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: Skip verification by the watchdog for + TSC clocksource. + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: VMware: Fix vmware_get_tsc code + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: vmware: look for DMI string in the + product serial key + - LP: #319945 + + [ Andy Whitcroft ] + + * SAUCE: toshiba_acpi -- pull in current -dev version of driver + - LP: #269831 + * SAUCE: toshiba_acpi -- add acpi hotkey kernel thread + - LP: #269831 + * move toshiba laptops back from tlsup to toshiba_acpi + - LP: #269831 + + [ Aneesh Kumar K.V ] + + * SAUCE: (revert before 2.6.28.y update) ext4: Fix the delalloc + writepages to allocate blocks at the right offset. + * SAUCE: (revert before 2.6.28.y update) ext4: avoid ext4_error when + mounting a fs with a single bg + * SAUCE: (revert before 2.6.28.y update) ext4: Don't overwrite + allocation_context ac_status + * SAUCE: (revert before 2.6.28.y update) ext4: Add blocks added during + resize to bitmap + * SAUCE: (revert before 2.6.28.y update) ext4: Use + EXT4_GROUP_INFO_NEED_INIT_BIT during resize + * SAUCE: (revert before 2.6.28.y update) ext4: cleanup mballoc header + files + * SAUCE: (revert before 2.6.28.y update) ext4: don't use blocks freed but + not yet committed in buddy cache init + * SAUCE: (revert before 2.6.28.y update) ext4: Fix race between + read_block_bitmap() and mark_diskspace_used() + * SAUCE: (revert before 2.6.28.y update) ext4: Fix the race between + read_inode_bitmap() and ext4_new_inode() + * SAUCE: (revert before 2.6.28.y update) ext4: Use new buffer_head flag + to check uninit group bitmaps initialization + * SAUCE: (revert before 2.6.28.y update) ext4: mark the blocks/inode + bitmap beyond end of group as used + * SAUCE: (revert before 2.6.28.y update) ext4: Don't allow new groups to + be added during block allocation + * SAUCE: (revert before 2.6.28.y update) ext4: Init the complete page + while building buddy cache + * SAUCE: (revert before 2.6.28.y update) ext4: Fix s_dirty_blocks_counter + if block allocation failed with nodelalloc + + [ Hannes Eder ] + + * SAUCE: (drop after 2.6.29) x86: vmware - fix sparse warnings + - LP: #319945 + + [ Luke Yelavich ] + + * hid modules have hyphens instead of underscores in their names + + [ Mark Fasheh ] + + * SAUCE: (revert before 2.6.28.y update) jbd2: Add BH_JBDPrivateStart + + [ Theodore Ts'o ] + + * SAUCE: (revert before 2.6.28.y update) ext4: Add support for non-native + signed/unsigned htree hash algorithms + * SAUCE: (revert before 2.6.28.y update) ext4: tone down + ext4_da_writepages warnings + * SAUCE: (revert before 2.6.28.y update) jbd2: Add barrier not supported + test to journal_wait_on_commit_record + * SAUCE: (revert before 2.6.28.y update) ext4: Add sanity checks for the + superblock before mounting the filesystem + * SAUCE: (revert before 2.6.28.y update) ext4: only use i_size_high for + regular files + * SAUCE: (revert before 2.6.28.y update) ext4: Add sanity check to + make_indexed_dir + * SAUCE: (revert before 2.6.28.y update) jbd2: On a __journal_expect() + assertion failure printk "JBD2", not "EXT3-fs" + * SAUCE: (revert before 2.6.28.y update) ext4: Initialize the new group + descriptor when resizing the filesystem + + [ Tyler Hicks ] + + * SAUCE: (drop after 2.6.28) [eCryptfs] Regression in unencrypted + filename symlinks + - LP: #322532 + + [ Upstream Kernel Changes ] + + * Input: atkbd - broaden the Dell DMI signatures + - LP: #261721 + * ti_usb_3410_5052: support alternate firmware + * ath5k: fix mesh point operation + * mac80211: decrement ref count to netdev after launching mesh discovery + * inotify: clean up inotify_read and fix locking problems + * fuse: destroy bdi on umount + * fuse: fix missing fput on error + * fuse: fix NULL deref in fuse_file_alloc() + * x86, mm: fix pte_free() + * klist.c: bit 0 in pointer can't be used as flag + * sysfs: fix problems with binary files + * x86: fix page attribute corruption with cpa() + * USB: fix toggle mismatch in disable_endpoint paths + * sound: virtuoso: enable UART on Xonar HDAV1.3 + * USB: usbmon: Implement compat_ioctl + * USB: fix char-device disconnect handling + * USB: storage: add unusual devs entry + * alpha: nautilus - fix compile failure with gcc-4.3 + * alpha: fix vmalloc breakage + * resources: skip sanity check of busy resources + * rtl8187: Add termination packet to prevent stall + * it821x: Add ultra_mask quirk for Vortex86SX + * libata: pata_via: support VX855, future chips whose IDE controller use + 0x0571 + * serial_8250: support for Sealevel Systems Model 7803 COMM+8 + * drm: stash AGP include under the do-we-have-AGP ifdef + * Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segments + * bnx2x: Block nvram access when the device is inactive + * ext3: Add sanity check to make_indexed_dir + * rtl8187: Fix error in setting OFDM power settings for RTL8187L + * epoll: drop max_user_instances and rely only on max_user_watches + * gpiolib: fix request related issue + * sgi-xpc: Remove NULL pointer dereference. + * sgi-xpc: ensure flags are updated before bte_copy + * include/linux: Add bsg.h to the Kernel exported headers + * ALSA: hda - Fix PCM reference NID for STAC/IDT analog outputs + * ALSA: hda - add another MacBook Pro 4, 1 subsystem ID + * ALSA: hda - Add quirk for HP DV6700 laptop + * crypto: authenc - Fix zero-length IV crash + * crypto: ccm - Fix handling of null assoc data + * x86, pat: fix reserve_memtype() for legacy 1MB range + * x86, pat: fix PTE corruption issue while mapping RAM using /dev/mem + * PCI hotplug: fix lock imbalance in pciehp + * dmaengine: fix dependency chaining + * NET: net_namespace, fix lock imbalance + * relay: fix lock imbalance in relay_late_setup_files + * Linux 2.6.28.3 + * ALSA: Enable SPDIF output on ALC655 + * ALSA: hda - Add ASUS V1Sn support + * ALSA: hda - support detecting HD Audio devices with PCI class code + * ALSA: hda: alc883 model for ASUS P5Q-EM boards + * ALSA: hda - Add quirk for MSI 7260 mobo + * ALSA: hda - Add quirk for Sony VAIO VGN-SR19XN + * ALSA: oxygen: add Claro halo support + * ALSA: hda - Add a new function to seek for a codec ID + * ALSA: patch_sigmatel: Add missing Gateway entries and autodetection + * ALSA: hda - More fixes on Gateway entries + * ALSA: hda - Add MCP67 HDMI support + * ALSA: hda - fix name for ALC1200 + * LSA: hda - Add HP Acacia detection + * ALSA: hda - Add quirk for HP 2230s + * ALSA: hda - Add quirk for Dell Inspiron Mini9 + * ALSA: hda - add support for Intel DX58SO board + * ALSA: hda - Fix silent headphone output on Panasonic CF-74 + * ALSA: USB quirk for Logitech Quickcam Pro 9000 name + * ALSA: hda - add quirks for some 82801H variants to use ALC883_MITAC + + [ Yasunori Goto ] + + * SAUCE: (revert before 2.6.28.y update) ext4: Widen type of + ext4_sb_info.s_mb_maxs[] + + -- Tim Gardner Mon, 02 Feb 2009 23:07:13 -0700 + +linux (2.6.28-6.17) jaunty; urgency=low + + [ Amit Kucheria ] + + * Updating configs: ARMEL/versatile + + -- Amit Kucheria Fri, 30 Jan 2009 13:36:59 +0200 + +linux (2.6.28-6.16) jaunty; urgency=low + + [ Luke Yelavich ] + + * Add hid quirks to input-modules udeb + + [ Tim Gardner ] + + * Revert "[arm] Fix kexec on ARM by properly calling the relocation + function". This patch was deemed 'bogus' by Russell King on the + ARM mailing list. + + [ Upstream Kernel Changes ] + + * PCI: keep ASPM link state consistent throughout PCIe hierarchy + * security: introduce missing kfree + * rt2x00: add USB ID for the Linksys WUSB200. + * p54usb: Add USB ID for Thomson Speedtouch 121g + * lib/idr.c: use kmem_cache_zalloc() for the idr_layer cache + * sgi-xp: eliminate false detection of no heartbeat + * sched: fix update_min_vruntime + * IA64: Turn on CONFIG_HAVE_UNSTABLE_CLOCK + * sound: virtuoso: do not overwrite EEPROM on Xonar D2/D2X + * ALSA: hda - Add quirk for another HP dv5 + * ALSA: hda - Fix HP dv5 mic input + * ALSA: hda - Don't reset HP pinctl in patch_sigmatel.c + * ALSA: hda - make laptop-eapd model back for AD1986A + * drivers/net/irda/irda-usb.c: fix buffer overflow + * usb-storage: add last-sector hacks + * usb-storage: set CAPACITY_HEURISTICS flag for bad vendors + * pkt_sched: sch_htb: Fix deadlock in hrtimers triggered by HTB + * ipv6: Fix fib6_dump_table walker leak + * sctp: Avoid memory overflow while FWD-TSN chunk is received with bad + stream ID + * pkt_sched: cls_u32: Fix locking in u32_change() + * r6040: fix wrong logic in mdio code + * r6040: save and restore MIER correctly in the interrupt routine + * r6040: bump release number to 0.19 + * tcp: don't mask EOF and socket errors on nonblocking splice receive + * p54usb: fix traffic stalls / packet drop + * netfilter: x_tables: fix match/target revision lookup + * netfilter: ebtables: fix inversion in match code + * netfilter: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian + * dell_rbu: use scnprintf() instead of less secure sprintf() + * powerpc: is_hugepage_only_range() must account for both 4kB and 64kB + slices + * hwmon: (abituguru3) Fix CONFIG_DMI=n fallback to probe + * mm: write_cache_pages cyclic fix + * mm: write_cache_pages early loop termination + * mm: write_cache_pages writepage error fix + * mm: write_cache_pages integrity fix + * mm: write_cache_pages cleanups + * mm: write_cache_pages optimise page cleaning + * mm: write_cache_pages terminate quickly + * mm: write_cache_pages more terminate quickly + * mm: do_sync_mapping_range integrity fix + * mm: direct IO starvation improvement + * fs: remove WB_SYNC_HOLD + * fs: sync_sb_inodes fix + * fs: sys_sync fix + * Linux 2.6.28.2 + + -- Tim Gardner Sun, 25 Jan 2009 13:36:16 -0700 + +linux (2.6.28-5.15) jaunty; urgency=low + + [ Tim Gardner ] + + * Revert "Enabled CONFIG_PID_NS=y for i386/amd64" + Somehow this commit also reverted the 7 prior commits (which is bad). + * Enabled CONFIG_PID_NS=y for i386/amd64 (version 2) + + -- Tim Gardner Thu, 22 Jan 2009 13:48:34 -0700 + +linux (2.6.28-5.14) jaunty; urgency=low + + [ Ben Collins ] + + * lirc_gpio: Forward ported to current kernel (jaunty) + * configs: Enable LIRC_GPIO on 64-bit/32-bit x86 + - LP: #298791 + + [ Jeff Layton ] + + * SAUCE: cifs: make sure we allocate enough storage for socket address + - LP: #318565 + + [ Tim Gardner ] + + * check-abi: Return success when ABI skip is requested and no ABI files exist. + This ought to fix the armel FTBS. + + -- Tim Gardner Thu, 22 Jan 2009 06:42:49 -0700 + +linux (2.6.28-5.13) jaunty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: don't use buggy _BCL/_BCM/_BQC for backlight control" + + [ Tim Gardner ] + + * Fix udeb generation breakage caused by the previous armel versatile + flavour config update. + + -- Tim Gardner Wed, 21 Jan 2009 12:38:35 -0700 + +linux (2.6.28-5.12) jaunty; urgency=low + + [ Ante ] + + * Update drbd to 8.3.0 + + [ Dave Airlie ] + + * i915/drm: provide compat defines for userspace for certain struct + + [ Eric Anholt ] + + * drm/i915: Don't double-unpin buffers if we take a signal in + * drm/i915: Don't complain when interrupted while pinning in execbuffers. + * drm/i915: Don't allow objects to get bound while VT switched. + + [ Jani Monoses ] + + * Fix webcam having USB ID 0ac8:303b + - LP: #292086 + + [ Jesse Barnes ] + + * drm/i915: set vblank enabled flag correctly across IRQ + * drm/i915: don't enable vblanks on disabled pipes + + [ Michael Casadevall ] + + * [arm] Fix kexec on ARM by properly calling the relocation function + + [ Tim Gardner ] + + * Enabled CONFIG_PID_NS=y for i386/amd64 + * SAUCE: Increase ATA_TMOUT_PMP_SRST_WAIT to 5 seconds. + - LP: #318978 + * Update armel versatile config + - LP: #314789 + * Enabled CONFIG_RT2860=m for i386/amd64 + * Enabled CONFIG_RT2870=m for i386/amd64 + + [ Upstream Kernel Changes ] + + * Input: atkbd - add keyboard quirk for HP Pavilion ZV6100 laptop + - LP: #291878 + * ALSA: hda - Add quirk for another HP dv7 + * ALSA: hda - Add quirk for HP6730B laptop + * ALSA: caiaq - Fix Oops with MIDI + * ALSA: hda - Fix typos for AD1882 codecs + * x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies + * x86: default to SWIOTLB=y on x86_64 + * CIFS: make sure that DFS pathnames are properly formed + * ring-buffer: prevent false positive warning + * ring-buffer: fix dangling commit race + * iwlwifi: use GFP_KERNEL to allocate Rx SKB memory + * tx493[89]ide: Fix length for __ide_flush_dcache_range + * tx4939ide: Do not use zero count PRD entry + * SCSI: eata: fix the data buffer accessors conversion regression + * USB: emi26: fix oops on load + * x86, UV: remove erroneous BAU initialization + * x86: fix incorrect __read_mostly on _boot_cpu_pda + * vmalloc.c: fix flushing in vmap_page_range() + * fs: symlink write_begin allocation context fix + * cgroups: fix a race between cgroup_clone and umount + * dm raid1: fix error count + * dm log: fix dm_io_client leak on error paths + * minix: fix add link's wrong position calculation + * md: fix bitmap-on-external-file bug. + * sched_clock: prevent scd->clock from moving backwards, take #2 + * devices cgroup: allow mkfifo + * SCSI: aha152x_cs: Fix regression that keeps driver from using shared + interrupts + * ioat: fix self test for multi-channel case + * USB: isp1760: use a specific PLX bridge instead of any bdridge + * USB: isp1760: Fix probe in PCI glue code + * USB: unusual_devs.h additions for Pentax K10D + * inotify: fix type errors in interfaces + * Move compat system call declarations to compat header file + * Convert all system calls to return a long + * Rename old_readdir to sys_old_readdir + * Remove __attribute__((weak)) from sys_pipe/sys_pipe2 + * Make sys_pselect7 static + * Make sys_syslog a conditional system call + * System call wrapper infrastructure + * powerpc: Enable syscall wrappers for 64-bit + * s390: enable system call wrappers + * System call wrapper special cases + * System call wrappers part 01 + * System call wrappers part 02 + * System call wrappers part 03 + * System call wrappers part 04 + * System call wrappers part 05 + * System call wrappers part 06 + * System call wrappers part 07 + * System call wrappers part 08 + * System call wrappers part 09 + * System call wrappers part 10 + * System call wrappers part 11 + * System call wrappers part 12 + * System call wrappers part 13 + * System call wrappers part 14 + * System call wrappers part 15 + * System call wrappers part 16 + * System call wrappers part 17 + * System call wrappers part 18 + * System call wrappers part 19 + * System call wrappers part 20 + * System call wrappers part 21 + * System call wrappers part 22 + * System call wrappers part 23 + * System call wrappers part 24 + * System call wrappers part 25 + * System call wrappers part 26 + * System call wrappers part 27 + * System call wrappers part 28 + * System call wrappers part 29 + * System call wrappers part 30 + * System call wrappers part 31 + * System call wrappers part 32 + * System call wrappers part 33 + * s390 specific system call wrappers + * x86: fix RIP printout in early_idt_handler + * Fix timeouts in sys_pselect7 + * USB: another unusual_devs entry for another bad Argosy storage device + * USB: storage: extend unusual range for 067b:3507 + * USB: storage: recognizing and enabling Nokia 5200 cell phoes + * HID: fix error condition propagation in hid-sony driver + * fix switch_names() breakage in short-to-short case + * nfs: remove redundant tests on reading new pages + * eCryptfs: check readlink result was not an error before using it + * mvsas: increase port type detection delay to suit Seagate's 10k6 drive ST3450856SS 0003 + * x86: avoid theoretical vmalloc fault loop + * ath9k: enable RXing of beacons on STA/IBSS + * mm lockless pagecache barrier fix + * powerpc: Disable Collaborative Memory Manager for kdump + * ibmvfc: Delay NPIV login retry and add retries + * ibmvfc: Improve async event handling + * getrusage: RUSAGE_THREAD should return ru_utime and ru_stime + * ath5k: ignore the return value of ath5k_hw_noise_floor_calibration + * mm: fix assertion + * XFS: truncate readdir offsets to signed 32 bit values + * Linux 2.6.28.1 + * eCryptfs: Filename Encryption: Tag 70 packets + * eCryptfs: Filename Encryption: Header updates + * eCryptfs: Filename Encryption: Encoding and encryption functions + * eCryptfs: Filename Encryption: filldir, lookup, and readlink + * eCryptfs: Filename Encryption: mount option + * eCryptfs: Replace %Z with %z + * eCryptfs: Fix data types (int/size_t) + * eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet() + * eCryptfs: Clean up ecryptfs_decode_from_filename() + * fs/ecryptfs/inode.c: cleanup kerneldoc + * staging-p80211: Kill directly reference of netdev->priv + * staging-slicoss: Kill directly reference of netdev->priv + * staging-winbond: Kill directly reference of netdev->priv + * Staging: go7007: fixes due to video_usercopy api change + * Staging: go7007: fixes due v4l2_file_operations api change + * staging: correct dubious use of !x & y + * Staging: w35und: make wb35_probe() and wb35_disconnect() funtions static + * Staging: w35und: remove unused wb35_open() and wb35_close() functions + * Staging: w35und: use msleep() and udelay() + * Staging: w35und: remove the no-op pa_stall_execution macro + * Staging: w35und: purb typedef removal + * Staging: w35und: reg queue struct typedef removal + * Staging: w35und: wb35reg struct typedef removal + * Staging: w35und: padapter struct typedef removal + * Staging: w35und: merge wblinux struct to adapter + * Staging: w35und: wb35_probe() cleanup + * Staging: w35und: remove usb_submit_urb wrapper function + * Staging: w35und: remove usb_alloc_urb wrapper function + * w35und: remove dead code from wbusb_f.h + * Staging: w35und: remove true/false boolean macros + * Staging: w35und: OS_MEMORY_ALLOC wrapper removal + * Staging: w35und: usb_put_dev() is missing from wb35_disconnect() + * Staging: w35und: remove macro magic from MLME_GetNextPacket() + * Staging: w35und: plug memory leak in wbsoft_tx() + * Staging: w35und: move supported band initialization out of wb35_probe() + * Staging: w35und: remove timer wrappers + * Staging: w35und: remove atomic op wrappers + * Staging: w35und: remove memcpy/memcmp wrappers + * Staging: w35und: remove abs() and BIT() macros + * Staging: w35und: remove unused macros from common.h + * Staging: w35und: remove unused link status code + * Staging: w35und: #include cleanup + * Staging: w35und: remove some dead code + * Staging: w35und: move source files to one directory + * Staging: w35und: move struct wbsoft_priv to core.h and use it + * Staging: w35und: remove ->adapter from struct _HW_DATA_T + * Staging: w35und: clean up adapter.h a bit + * Staging: w35und: merge struct wb35_adapter to struct wbsoft_priv + * Staging: w35und: remove global struct ieee80211_hw + * Staging: w35und: inline DRIVER_AUTHOR and DRIVER_DESC macros + * Staging: w35und: clean up wblinux.c a bit + * Staging: w35und: remove unused ->ShutDowned member from struct + LOCAL_PARA + * Staging: w35und: move global wbsoft_enabled to struct wbsoft_priv + * Staging: w35und: move packet_came() to wb35rx.c + * Staging: w35und: remove ->skb_array from struct wbsoft_priv + * Staging: w35und: remove ->shutdown from struct wbsoft_priv + * Staging: w35und: make functions local to mds.c static + * Staging: w35und: make functions local to mlmetxrx.c static + * Staging: w35und: remove dead code from mto.c + * Staging: w35und: make functions local to wb35rx.c static + * Staging: w35und: make functions local to wb35tx.c static + * Staging: w35und: remove dead code from wbhal.c + * Staging: w35und: remove rxisr.c as dead code + * Staging: w35und: fix Kconfig + * Staging: w35und: fix config build warnings + * Staging: wlan-ng: Remove PCI/PLX/PCMCIA files. + * Staging: wlan-ng: Update Help text to mention prism3 devices. + * Staging: wlan-ng: Delete PCI/PLX/PCMCIA-specific code. + * Staging: wlan-ng: Make wlan-ng use WEXT mode by default. + * Staging: wlan-ng: Eliminate more <2.6 kernel support. + * Staging: wlan-ng: Eliminate all backwards-compatibility for <2.6.13 kernels. + * Staging: wlan-ng: Eliminate a boatload of tertiaryAP-only code. + * Staging: wlan-ng: Remove AP-only code from MLME functions. + * Staging: wlan-ng: Get rid of the MTU tests in the rx conversion path. + * Staging: wlan-ng: Eliminate one more rx mtu test. + * Staging: wlan-ng: Eliminate local 'version.h' + * Staging: wlan-ng: Eliminate usage of procfs. + * Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types. + * Staging: wlan-ng: Eliminate all backwards-compatible kernel code. + * Staging: wlan-ng: Wireless Extension support is mandatory. + * Staging: wlan-ng: use WIRELESS_EXT, not CONFIG_WIRELESS_EXT + * Staging: wlan-ng: Delete a large pile of now-unused code. + * Staging: wlan-ng: Delete a pile of unused mibs. And fix WEXT SET_TXPOWER. + * Staging: wlan-ng: Consolidate wlan-ng into a single module. + * Staging: wlan-ng: Purge all MIBs not used internally. + * Staging: wlan-ng: p80211netdev.c fix netdev alloc to prevent oops on device start + * Staging: wlan-ng: prism2_usb.c always enable the card in probe_usb + * Staging: wlan-ng: hfa384x_usb.c use newest version of 384x_drvr_start + * Staging: wlan-ng: p80211wext.c add latest changes & remove extra nulls from wext_handlers + * Staging: wlan-ng: p80211wext don't set default key id twice + * Staging: wlan-ng: hfa384x_usbin_callback: check for hardware removed + * Staging: wlan-ng: p80211conv.c copy code from wlan-ng-devel branch to not drop packets + * Staging: wlan-ng: remove unused #include + * Staging: wlan-ng: p80211wext.c: use ARRAY_SIZE + * Staging: wlan-ng: fix compiler warnings + * Staging: wlan-ng: skb_p80211_to_ether() - payload_length is unsigned, check before subtraction + * Staging: at76_usb: update drivers/staging/at76_usb w/ mac80211 port + * Staging: at76_usb: fix build breakage + * Staging: at76_usb: remove compiler warnings + * Staging: at76_usb: fix up all remaining checkpatch.pl warnings + * Staging: at76_usb: cleanup dma on stack issues + * Staging: poch: Block size bug fix + * Staging: poch: Update TODO list + * Staging: poch: Correct pages from bytes. + * Staging: poch: minor fixes + * Staging: poch: Fix build warnings + * Staging: poch: Rx control register init + * Staging: poch: Fix user space protocol syncing + * Staging: poch: Fine grained locking + * Staging: sxg: remove typedefs + * Staging: sxg: break the build in a cleaner way when !x86 + * Staging: sxg: update README + * staging: struct device - replace bus_id with dev_name(), dev_set_name() + * Staging: echo: remove typedefs + * Staging: echo: Lindent drivers/staging/echo + * Staging: go7007: saa7134 updates + * Staging: go7007: add sensoray 2250/2251 support + * Staging: go7007: Convert driver to use video_ioctl2 + * Staging: go7007: annotate code pointers + * Staging: go7007: fix minor build warnings + * Staging: go7007: small cleanup + * Staging: go7007: add some more v4l2 ioctls + * Staging: et131x: Cleanup et131x_debug.h defines + * Staging: et131x: fix build failure + * Staging: et131x: remove unused variable in et1310_tx.c + * Staging: usbip: cleanup kerneldoc + * Staging: slicoss: use kzalloc + * Staging: slicoss: use correct type for memory allcations + * Staging: slicoss: use request_firmware + * Staging: add agnx wireless driver + * Staging: agnx: fix build errors due to ssid removal + * Staging: agnx: fix build errors due to rate control API changes + * Staging: agnx: fix build warnings + * Staging: add otus Atheros wireless network driver + * Staging: otus: fix netdev->priv usage + * Staging: otus: fix name clash + * Staging: otus: fix urb callback function type + * Staging: otus: remove dependence on kernel version + * Staging: add rt2860 wireless driver + * Staging: rt2860: disable root hack for reading files + * Staging: rt2860: fix up netdev->priv usage + * Staging: rt2860: use standard bit-reverse function + * Staging: rt2860: Fix minor compiler warnings + * Staging: rt2860: enable WPA_SUPPLICANT support + * Staging: Add ServerEngines benet 10Gb ethernet driver + * Staging: benet: fix netif api breakage + * Staging: benet: fix up netdev->priv change + * Staging: benet: build is broken unless CONFIG_NETPOLL is enabled + * Staging: benet: patch to remove subdirectories + * Staging: benet: fix build errors when CONFIG_NETPOLL is off + * Staging: benet: fix build error. + * Staging: benet: patch to use offsetof() instead of AMAP_BYTE_OFFSET() + * Staging: benet: fix problems reported by checkpatch + * Staging: benet: cleanup a check while posting rx buffers + * Staging: add comedi core + * Staging: comedi: fix up a lot of checkpatch.pl warnings + * Staging: comedi: fix checkpatch.pl errors in comedi_fops.c + * Staging: comedi: fix build error in comedilib.h + * Staging: comedi: add kcomedilib to the tree + * Staging: comedi: set up infrastructure for individual drivers + * Staging: comedi: add local copy of interrupt.h + * Staging: comedi: add pci and usb wrapper header files + * Staging: comedi: comedi driver common function module + * Staging: comedi: add mite comedi pci driver + * Staging: comedi: add usb usbdux driver + * Staging: comedi: add usb usbduxfast driver + * Staging: comedi: add usb dt9812 driver + * Staging: comedi: add comedi_bond driver + * Staging: comedi: add comedi_test driver + * Staging: comedi: add comedi_parport driver + * Staging: comedi: dt9812: fix up a lot of coding style issues + * Staging: comedi: dt9812: remove dt9812.h + * Staging: comedi: dt9812: remove typedefs + * Staging: comedi: dt9812: fix sparse warnings + * Staging: comedi: usbdux: remove kernel version checks + * Staging: comedi: usbdux: code style cleanups + * Staging: comedi: usbdux: remove // comments + * Staging: comedi: usbdux: fix up printk calls + * Staging: comedi: usbdux: remove checkpatch.pl warnings + * Staging: comedi: usbdux: remove typedef + * Staging: comedi: usbdux: remove comedi usb wrappers + * Staging: comedi: usbduxfast: remove comedi usb wrappers + * Staging: comedi: dt9812: remove #ifdef that is not needed + * Staging: comedi: remove usb wrappers + * Staging: comedi: remove PCI wrappers + * Staging: comedi: add icp_multi driver + * Staging: comedi: add me4000 driver + * Staging: comedi: fix checkpatch.pl issues in comedi_bond.c + * Staging: comedi: fix checkpatch.pl issues in comedi_fc.c + * Staging: comedi: remove typedefs from comedi_bond.c + * Staging: comedi: fix sparse issues in comedi_bond.c + * Staging: comedi: fix checkpatch.pl issues in comedi_test.c + * Staging: comedi: fix sparse issues in comedi_test.c + * Staging: comedi: remove typedefs from comedi_test.c + * Staging: comedi: fix comedi_parport.c checkpatch.pl issues. + * Staging: comedi: fix comedi_fc.h checkpatch.pl issues. + * Staging: comedi: fix comedi_pci.h checkpatch.pl issues. + * Staging: comedi: comedi_pci.h: remove unneeded wrapper + * Staging: comedi: comedi_pci.h: remove comedi_pci_enable_no_regions + * Staging: comedi: comedi_pci.h: remove comedi_pci_disable_no_regions + * Staging: comedi: add s626 driver + * Staging: comedi: add rtd520 driver + * Staging: comedi: add me_daq driver + * Staging: comedi: me_daq: fix checkpatch.pl issues + * Staging: comedi: me_daq: remove typedefs + * Staging: comedi: me_daq: fix sparse issues + * Staging: comedi: fix checkpatch.pl warning in interrupt.h + * Staging: comedi: fix build if CONFIG_PROC_FS is not set + * Staging: add asus_oled driver + * Staging: asus_oled: fix build dependancy + * Staging: Add the Meilhaus ME-IDS driver package + * Staging: meilhaus: fix __symbol_get problems + * Staging: add lcd-panel driver + * Staging: panel: major checkpatch cleanup + * Staging: panel: remove ifdefs and code for pre-2.6 kernels + * Staging: panel: remove support for smartcards + * Staging: add Driver for Altera PCI Express Chaining DMA reference design + * Staging: add rtl8187se driver + * Staging: rtl8187se: remove unneeded files + * Staging: rtl8187se: make the built module be the proper name + * Staging: rtl8187se: remove duplicate pci ids + * Staging: me4000: switch to list_for_each*() + * Staging: usbip: switch to list_for_each_entry() + * Staging: add princeton instruments usb camera driver + * Staging: add mimio xi driver + * Staging: add rt2870 wireless driver + * Staging: rt2870: disable root hack for reading files + * Staging: rt2870: fix up netdev->priv usage + * Staging: add frontier tranzport and alphatrack drivers + * Staging: frontier: remove unused alphatrack_sysfs.c file + * Staging: frontier: fix compiler warnings + * Staging: add epl stack + * Staging: epl: run Lindent on all kernel/*.h files + * Staging: epl: run Lindent on all user/*.h files + * Staging: epl: run Lindent on *.h files + * Staging: epl: run Lindent on *.c files + * Staging: epl: hr timers all run in hard irq context now + * Staging: epl: fix netdev->priv b0rkage + * Staging: add android framework + * Staging: android: add binder driver + * Staging: android: binder: Fix gcc warnings about improper format specifiers for size_t in printk + * staging: android: binder: Fix use of euid + * Staging: android: add logging driver + * Staging: android: add ram_console driver + * Staging: android: add timed_gpio driver + * Staging: android: timed_gpio: Rename android_timed_gpio to timed_gpio + * Staging: android: remove dummy android.c driver + * Staging: android: add lowmemorykiller driver + * Staging: android: binder: fix build errors + * staging: __FUNCTION__ is gcc-specific, use __func__ + * V4L/DVB (10176a): Switch remaining clear_user_page users over to + clear_user_highpage + + [ Zhenyu Wang ] + + * agp/intel: add support for G41 chipset + + -- Tim Gardner Sun, 18 Jan 2009 20:22:54 -0700 + +linux (2.6.28-4.11) jaunty; urgency=low + + [ Mario Limonciello ] + + * SAUCE: Enable HDMI audio codec on Studio XPS 1340 + - LP: #309508 + + [ Tim Gardner ] + + * Fix armel d-i FTBSs + + [ Upstream Kernel Changes ] + + * USB: re-enable interface after driver unbinds + + -- Tim Gardner Tue, 13 Jan 2009 16:33:08 -0700 + +linux (2.6.28-4.10) jaunty; urgency=low + + [ Andy Whitcroft ] + + * update kernel bootloader recommends: to prefer grub + - LP: #314004 + * SAUCE: don't use buggy _BCL/_BCM/_BQC for backlight control + - LP: #311716 + * SAUCE: test-suspend -- add the suspend test scripts + - LP: #316419 + + [ Colin Watson ] + + * Enable udebs for armel + + [ Tim Gardner ] + + * SAUCE: Dell laptop digital mic does not work, PCI 1028:0271 + - LP: #309508 + * Enable CIFS_XATTR=y and CONFIG_CIFS_POSIX=y + - LP: #220658 + + -- Tim Gardner Thu, 08 Jan 2009 10:38:22 -0700 + +linux (2.6.28-4.9) jaunty; urgency=low + + [ Tim Gardner ] + + * Restore DM_CRYPT, AES, ECB, and CBC as modules. This fixes + some installer issues with encrypted /home and Private directories. + * Take one more stab at building armel without module or ABI errors. + + -- Tim Gardner Tue, 06 Jan 2009 08:38:23 -0700 + +linux (2.6.28-4.8) jaunty; urgency=low + + * Fix i386/amd64 FTBS by ignoring all module and ABI changes, + not something you would normally do, but I'm sure the ABI + has not changed. This will probably also allow the ARM builds to complete. + + -- Tim Gardner Mon, 05 Jan 2009 14:42:58 -0700 + +linux (2.6.28-4.7) jaunty; urgency=low + + [ Tim Gardner ] + + * Enable CONFIG_ATH5K=m for i386/amd64 + - LP: #306719 + * Build all i386/amd64 AGP/DRM components as modules. + - LP: #312721 + * git commands are now installed outside the default $PATH + Use 'git CMD' instead of 'git-CMD'. + * Build in most PATA/SATA drivers. This should allow most i386/amd64 systems to boot + without an initramfs, though some support work is still required in initramfs-tools + and grub. + - LP: #311730 + + -- Tim Gardner Fri, 02 Jan 2009 07:33:09 -0700 + +linux (2.6.28-4.6) jaunty; urgency=low + + [ Tim Gardner ] + + * Enable CONFIG_X86_E_POWERSAVER=m for i386 generic + - LP: #237405 + * Build i386 AGP drivers as modules + - LP: #312721 + * Build i386 DRM as a module + - LP: #312721 + + [ Upstream Kernel Changes ] + + * drm/i915: Add missing userland definitions for gem init/execbuffer. + - LP: #308387 + + -- Tim Gardner Mon, 29 Dec 2008 09:16:47 -0700 + +linux (2.6.28-4.5) jaunty; urgency=low + + [ Andy Whitcroft ] + + * clean up module dependancy information on package removal/purge + - LP: #300773 + + [ Tim Gardner ] + + * Update iscsitarget to 0.4.17 + * Build in ext{234} + * Build in Crypto modules AES, CBC, ECB + * Build in ACPI AC,BATTERY,BUTTON,FAN,PCI_SLOT,PROCESSOR,SBS,THERMAL,WMI + * Build in AGP intel,via,sis,ali,amd,amd64,efficeon,nvidia,sworks + * Build in ata,dev_dm,dev_loop,dev_md,dev_sd,dev_sr + * Build in BT l2cap,rfcomm,sco + * Reduce CONFIG_LEGACY_PTY_COUNT to 0 + * Build in CDROM_PKTCDVD and CHR_DEV_SG + * Build in CPU_FREQ + GOV_CONSERVATIVE,GOV_ONDEMAND,GOV_POWERSAVE,GOV_USERSPACE,STAT,TABLE + * Build in DM CRYPT,MIRROR,MULTIPATH,SNAPSHOT + * Build in DRM + * Build in HID + * Build in HOTPLUG PCI,PCIE + * Build in I2C + * Build in IEEE1394 OHCI1394 + * Build in INPUT EVDEV + * Build in IPV6 + * Build in MMC + * Build in PACKET + * Enable both IEEE1394 (Firewire) stacks as modules + - LP: #276463 + * Disable SUNRPC_REGISTER_V4 + - LP: #306016 + * Enable dm-raid4-5 + - LP: #309378 + * Build in PPP + * Build in RFKILL + * Build in USB SERIAL + + [ Upstream Kernel Changes ] + + * Rebased to v2.6.28 + + -- Tim Gardner Thu, 18 Dec 2008 21:18:44 -0700 + +linux (2.6.28-3.4) jaunty; urgency=low + + [ Tim Gardner ] + + * Build ecryptfs into the kernel + - LP: #302870 + * Deprecated gnbd + + [ Upstream Kernel Changes ] + + * Rebased to v2.6.28-rc8 + + -- Tim Gardner Wed, 10 Dec 2008 22:45:13 -0700 + +linux (2.6.28-2.3) jaunty; urgency=low + + [ Andy Whitcroft ] + + * update the templates so that we have spaces following the title line + + [ Tim Gardner ] + + * Add upload number to kernel version signature. This has the side effect + of renaming kernel packages back to the original way, e.g., without '-ub' + in the name. + + -- Tim Gardner Thu, 04 Dec 2008 12:18:31 -0700 + +linux (2.6.28-2.2) jaunty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) version: Implement version_signature proc file." + * SAUCE: (no-up) version: Implement version_signature proc file. + * SAUCE: serial: RS485 ioctl structure uses __u32 include linux/types.h + - LP: #303711 + + [ Tim Gardner ] + + * UBUNTU: Removed CONFIG_DRM_VIA_CHROME9 since it is upstream. + * UBUNTU: Removed ubuntu/via_chrome9 + + [ Upstream Kernel Changes ] + + * Rebased to v2.6.28-rc7 + + -- Tim Gardner Tue, 02 Dec 2008 07:33:32 -0700 + +linux (2.6.28-1.1) jaunty; urgency=low + + [ Amit Kucheria ] + + * SAUCE: make fc transport removal of target configurable + * SAUCE: pm: Config option to disable handling of console during + suspend/resume + * SAUCE: Adds support for COMPAL JHL90 webcam + * Map armel to arm to all editconfigs to work correctly + * Add armel to getabis for completeness sake + * Add -ub to our versioning to allow kerneloops.org to identify us + + [ Andy Whitcroft ] + + * Fix Vcs-Git path for the kernel repository. + - LP: #296915 + + [ Ben Collins ] + + * SAUCE: Lower warning level of some PCI messages + - LP: #159241 + * SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps + * SAUCE: tulip: Let dmfe handle davicom on non-sparc + * SAUCE: tulip: Define ULI PCI ID's + * SAUCE: (no-up) version: Implement version_signature proc file. + * SAUCE: (no-up) connector.h: Add idx/val for drbd + * SAUCE: (no-up) swap: Add notify_swap_entry_free callback for compcache + * SAUCE: drivers: Remove some duplicate device entries in various modules + * SAUCE: (no-up) [AppArmor] merge with upstream subversion r1291 + * SAUCE: (no-up) Enable ubuntu extra subdirectory + * SAUCE: (no-up) ACPI: initramfs DSDT override support + * ubuntu: Add drbd module + * ubuntu: Add iscsitarget module + * ubuntu: Add BOM for iscsitarget + * ubuntu: Add squashfs driver + * SAUCE: (no-up) Check for squashfs superblock in initramfs mounting. + * ubuntu: Add aufs module + * ubuntu: Added atl2 driver + * ubuntu: Added et131x driver + * ubuntu: Add dm-raid4-5 driver + * ubuntu: Add ndiswrapper driver + * ubuntu: Added ram backed compressed swap module (compcache) + * ubuntu: Add misc drivers from hardy lum + * ubuntu: Add heci driver 3.2.0.24 + * ubuntu: Add ov511 and bt-sco drivers + * ubuntu: Add acx, prism2_usb wireless drivers + * ubuntu: Add at76 driver to build + * ubuntu: Add fsam7400 sw kill switch driver + * ubuntu: Added qc-usb driver + * ubuntu: e1000e: Upgraded module to 0.4.1.7 + * ubuntu: Added rfkill drivers + * ubuntu: VIA - Add VIA DRM Chrome9 3D engine + * ubuntu: unionfs: Added v1.4 module from hardy + * ubuntu: Add LIRC driver + * ubuntu: Add GFS driver + * ubuntu: New tlsup driver for toshiba laptops + * SAUCE: (no-up) Export lookup_has for aufs + * SAUCE: (no-up) Modularize vesafb + * ubuntu: Config files + * Disable some modules that need porting to 2.6.28 + * ubuntu: Fixup headers creation to include arch/*/include + * ubuntu/module-check: Ignore comment lines + + [ Chuck Short ] + + * SAUCE: ata: blacklist FUJITSU MHW2160BH PL + + [ cking ] + + * SAUCE: Enable speedstep for sonoma processors. + + [ Colin Ian King ] + + * ubuntu: Add dm-loop + * SAUCE: cx88: Support Leadtek WinFast DTV2000 H version J. + * SAUCE: fix kernel oops in VirtualBox during paravirt patching + * SAUCE: qc-usb: Enable Logitech QuickCam Messenger + * SAUCE: appleir: Enable driver for new MacBook Pro + + [ Colin Watson ] + + * Enable configfs, fuse, jfs, reiserfs, and xfs for armel + * Extend debian/d-i/ modules handling to make armel easier to support + * Create udebs for armel + + [ Fabio M. Di Nitto ] + + * ubuntu: update GFS Cluster File System + + [ Kees Cook ] + + * SAUCE: AppArmor: update to upstream subversion r1302 + + [ Leann Ogasawara ] + + * Add automatic model setting for Samsung Q45 + * Add Dell Dimension 9200 reboot quirk + + [ Mackenzie Morgan ] + + * SAUCE: Add quirk for ASUS Z37E to make sound audible after resume + + [ Matthew Garrett ] + + * SAUCE: hostap: send events on data interface as well as master + interface + + [ Michael Frey (Senior Manager, MID ] + + * SAUCE: Send HCI_RESET for Broadcomm 2046 + + [ Michael Haas ] + + * add proper aufs source tree from 20080922 + * Fix AUFS compilation in vfsub.c + * Add splice-2.6.23.patch from AUFS to export a symbol needed by AUFS + * Add put_filp.patch from AUFS to export a symbol needed by AUFS + * Add deny_write_access.patch from AUFS - export deny_write_access + * Add sec_perm-2.6.24.patch from AUFS - export security_inode_permission + * make sure TMPFS_MAGIC is defined in AUFS Makefile + * SAUCE: Revert aufs changes from AppArmor merge + + [ Mohamed Abbas ] + + * SAUCE: iwlagn -- fix rfkill when on when driver loaded + + [ Phillip Lougher ] + + * SAUCE: r8169: disable TSO by default for RTL8111/8168B chipsets. + + [ Stefan Bader ] + + * SAUCE: (no-up) Export dm_disk function of device-mapper + * SAUCE: Restore VT fonts on switch + * SAUCE: mmc: Increase power_up deleay to fix TI readers + * gfs1: GFS1 can't create more than 4kb file + * uvcvideo: Commit streaming parameters when enabling the video stream. + + [ Tim Gardner ] + + * SAUCE: Add extra headers to linux-libc-dev + * SAUCE: Catch nonsense keycodes and silently ignore + * SAUCE: Added support for HDAPS on various ThinkPads from Lenovo and IBM + * SAUCE: Guest OS does not recognize a lun with non zero target id on + Vmware ESX Server + * SAUCE: (no-up) Take care of orinoco_cs overlap with hostap_cs + * ubuntu: Add GNBD driver + * SAUCE: e1000e: Map NV RAM dynamically only when needed. + * SAUCE: Correctly blacklist Thinkpad r40e in ACPI + * SAUCE: Update Wacom tablet driver to 1.49 + * SAUCE: Fix Wacom tablet 1.49 porting errors + * SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit controller + * SAUCE: Fix Oops in wlan_setup + * SAUCE: ipw2200: change default policy for auto-associate + * Dell Wireless 365 needs BTUSB_RESET quirk. + * ndiswrapper remote buffer overflows on long ESSIDs (CVE 2008-4395) + * Disabled ubuntu/e1000e config + + [ Upstream Kernel Changes ] + + * Revert "[Bluetooth] Eliminate checks for impossible conditions in IRQ + handler" + * Revert "x86, early_ioremap: fix fencepost error" + * mac80211: fix two issues in debugfs + * iwl3945: do not send scan command if channel count zero + + -- Ben Collins Fri, 07 Nov 2008 09:37:42 -0700 + +linux (2.6.27-8.17) intrepid-proposed; urgency=low + + [ John W. Linville ] + + * SAUCE: iwlagn: avoid sleep in softirq context + -LP: #286285 + + [ Tim Gardner ] + + * Dell Wireless 365 needs BTUSB_RESET quirk. + - LP: #293670 + * SAUCE: ALSA: hda: make a STAC_DELL_EQ option (version 2) + - LP: #293271 + + [ Upstream Kernel Changes ] + + * iwlagn: downgrade BUG_ON in interrupt + * Input: atkbd - expand Latitude's force release quirk to other Dells + * fbcon_set_all_vcs: fix kernel crash when switching the rotated consoles + * modules: fix module "notes" kobject leak + * Driver core: Fix cleanup in device_create_vargs(). + * Driver core: Clarify device cleanup. + * ath9k/mac80211: disallow fragmentation in ath9k, report to userspace + * md: Fix rdev_size_store with size == 0 + * xfs: fix remount rw with unrecognized options + * OHCI: Allow broken controllers to auto-stop + * USB: OHCI: fix endless polling behavior + * USB: Fix s3c2410_udc usb speed handling + * USB: EHCI: log a warning if ehci-hcd is not loaded first + * usb gadget: cdc ethernet notification bugfix + * usb: musb_hdrc build fixes + * drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831) + * DVB: au0828: add support for another USB id for Hauppauge HVR950Q + * DVB: sms1xxx: support two new revisions of the Hauppauge WinTV + MiniStick + * security: avoid calling a NULL function pointer in + drivers/video/tvaudio.c + * Linux 2.6.27.3 + -LP: #294152 + + * gpiolib: fix oops in gpio_get_value_cansleep() + * edac cell: fix incorrect edac_mode + * x86 ACPI: fix breakage of resume on 64-bit UP systems with SMP kernel + * sched: fix the wrong mask_len + * USB: cdc-wdm: make module autoload work + * USB: don't rebind drivers after failed resume or reset + * USB: fix memory leak in cdc-acm + * USB: Speedtouch: add pre_reset and post_reset routines + * dm kcopyd: avoid queue shuffle + * dm snapshot: fix primary_pe race + * amd_iommu: fix nasty bug that caused ILLEGAL_DEVICE_TABLE_ENTRY errors + * CIFS: fix saving of resume key before CIFSFindNext + * netfilter: xt_iprange: fix range inversion match + * netfilter: snmp nat leaks memory in case of failure + * netfilter: restore lost ifdef guarding defrag exception + * anon_vma_prepare: properly lock even newly allocated entries + * hvc_console: Fix free_irq in spinlocked section + * ACPI Suspend: Enable ACPI during resume if SCI_EN is not set + * ACPI suspend: Blacklist HP xw4600 Workstation for old code ordering + * ACPI suspend: Always use the 32-bit waking vector + * proc: fix vma display mismatch between /proc/pid/{maps,smaps} + * SCSI: scsi_dh: add Dell product information into rdac device handler + * PCI hotplug: cpqphp: fix kernel NULL pointer dereference + * V4L/DVB (9300): pvrusb2: Fix deadlock problem + * Linux 2.6.27.4 + -LP: #294155 + + -- Tim Gardner Tue, 04 Nov 2008 12:16:07 -0700 + +linux (2.6.27-7.16) intrepid-security; urgency=low + + [ Tim Gardner ] + + * ndiswrapper remote buffer overflows on long ESSIDs (CVE 2008-4395) + - LP: #275860 + + [ Upstream Kernel Changes ] + + * ext[234]: Avoid printk floods in the face of directory corruption + (CVE-2008-3528) + + -- Tim Gardner Mon, 03 Nov 2008 13:34:42 -0700 + +linux (2.6.27-7.15) intrepid-security; urgency=low + + [ Upstream Kernel Changes ] + + * tcp: Restore ordering of TCP options for the sake of inter-operability + - LP: #264019 + + -- Tim Gardner Mon, 27 Oct 2008 19:28:06 -0600 + +linux (2.6.27-7.14) intrepid; urgency=low + + [ Tim Gardner ] + + * Disable ath5k in 2.6.27 + - LP: #288148 + + -- Tim Gardner Thu, 23 Oct 2008 07:40:43 -0600 + +linux (2.6.27-7.13) intrepid; urgency=low + + [ Stefan Bader ] + + * gfs1: GFS1 can't create more than 4kb file + + [ Tim Gardner ] + + * Revert "SAUCE: x86: Reserve FIRST_DEVICE_VECTOR in used_vectors + bitmap.". Use upstream commit to avoid future conflicts. + * Revert "STABLE queue: mac80211: fix two issues in debugfs". + Use upstream commit to avoid future conflicts. + * Revert "x86, early_ioremap: fix fencepost error" + Use upstream commit to avoid future conflicts. + + [ Upstream Kernel Changes ] + + * sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rq + * x86: Reserve FIRST_DEVICE_VECTOR in used_vectors bitmap. + * mac80211: fix two issues in debugfs + * Fix barrier fail detection in XFS + * tty: Termios locking - sort out real_tty confusions and lock reads + * CIFS: make sure we have the right resume info before calling + CIFSFindNext + * rfkill: update LEDs for all state changes + * libertas: clear current command on card removal + * b43legacy: Fix failure in rate-adjustment mechanism + * x86, early_ioremap: fix fencepost error + * x86: SB450: skip IRQ0 override if it is not routed to INT2 of IOAPIC + * x86: improve UP kernel when CPU-hotplug and SMP is enabled + * sky2: Fix WOL regression + * netdrvr: atl1e: Don't take the mdio_lock in atl1e_probe + * Linux 2.6.27.2 + + [ Amit Kucheria ] + + * Ubuntu: agp: Fix stolen memory counting on G4X. + -LP: 285572 + + [ Scott Remnant ] + + * add MODULE_ALIAS to load ipmi_devintf with ipmi_si + + -- Tim Gardner Sun, 19 Oct 2008 10:06:21 -0600 + +linux (2.6.27-7.12) intrepid; urgency=low + + [ Chuck Short ] + + * xen: Add xen modules to virtual flavours. + + [ Mario Limonciello ] + + * SAUCE: Add back in lost commit for Apple BT Wireless Keyboard + - LP: #162083 + + [ Tim Gardner ] + + * Remove depmod created files from packages. + - LP: #250511 + * Changed default TCP congestion algorithm to 'cubic' (again) + - LP: #278801 + * Update configs for 'disable CONFIG_DYNAMIC_FTRACE' + - LP: #263555 + + [ Upstream Kernel Changes ] + + * x86: register a platform RTC device if PNP doesn't describe it + * disable CONFIG_DYNAMIC_FTRACE due to possible memory corruption on + module unload + + -- Tim Gardner Fri, 17 Oct 2008 11:25:39 -0600 + +linux (2.6.27-7.11) intrepid; urgency=low + + [ Amit Kucheria ] + + * STABLE queue: mac80211: fix two issues in debugfs + - LP: #275227 + * SAUCE: Adds support for COMPAL JHL90 webcam + + [ Ben Collins ] + + * SAUCE: (no-up) x86: Quiet "Kernel alive" messages + - LP: #39985 + * SAUCE: (no-up) Modularize vesafb + * build/config: Enable vesafb module + * build: Switch to vesafb as preferred. + + [ Leann Ogasawara ] + + * Add Dell Dimension 9200 reboot quirk + - LP: #271370 + + [ Michael Haas ] + + * SAUCE: Revert aufs changes from AppArmor merge + + [ Tim Gardner ] + + * fix virtio udeb layout + - LP: #257739 + * Enabled CONFIG_EXT4DEV_FS=m + * Changed default TCP congestion algorithm to 'cubic' + - LP: #278801 + * SAUCE: ipw2200: change default policy for auto-associate + - LP: #264104 + + [ Upstream Kernel Changes ] + + * x86, early_ioremap: fix fencepost error + - LP: #263543 + + -- Tim Gardner Sat, 11 Oct 2008 08:07:42 -0600 + +linux (2.6.27-7.10) intrepid; urgency=low + + [ Alexey Starikovskiy ] + + * SAUCE: ACPI: EC: do transaction from interrupt context + - LP: #277802 + + [ Ben Collins ] + + * build/d-i: Change virtio-modules udeb to prio standard + + [ Colin Ian King ] + + * SAUCE: Blacklist IBM 2656 in serio/i8042 + - LP: #21558 + + [ Henrik Rydberg ] + + * Revert "SAUCE: applesmc: Add MacBookAir" + * SAUCE: [PATCH 1/5] hwmon: applesmc: Specified number of bytes to read + should match actual + * SAUCE: [PATCH 2/5] hwmon: applesmc: Fix the 'wait status failed: c != + 8' problem + * SAUCE: [PATCH 3/5] hwmon: applesmc: Prolong status wait + * SAUCE: [PATCH 4/5] hwmon: applesmc: Allow for variable ALV0 and ALV1 + package length + * SAUCE: [PATCH 5/5] hwmon: applesmc: Add support for Macbook Air + * SAUCE: hwmon: applesmc: Add support for Macbook Pro 4 + * SAUCE: hwmon: applesmc: Add support for Macbook Pro 3 + * SAUCE: hwmon: applesmc: Lighter wait mechanism, drastic improvement + + [ Leann Ogasawara ] + + * Add automatic model setting for Samsung Q45 + - LP: #200210 + + [ Tim Gardner ] + + * SAUCE: Correctly blacklist Thinkpad r40e in ACPI + - LP: #278794 + * SAUCE: Update Wacom tablet driver to 1.49 + - LP: #260675 + * SAUCE: ALPS touchpad for Dell Latitude E6500/E6400 + - LP: #270643 + * SAUCE: Fix Wacom tablet 1.49 porting errors + * SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit controller + * SAUCE: Fix Oops in wlan_setup + - LP: #263309 + + [ Upstream Kernel Changes ] + + * ath9k: fix oops on trying to hold the wrong spinlock + * [Bluetooth] Fix double frees on error paths of btusb and bpa10x drivers + * [Bluetooth] Add reset quirk for new Targus and Belkin dongles + * [Bluetooth] Add reset quirk for A-Link BlueUSB21 dongle + * Revert "ax25: Fix std timer socket destroy handling." + * ax25: Quick fix for making sure unaccepted sockets get destroyed. + * netrom: Fix sock_orphan() use in nr_release + * Revert "V4L/DVB (8904): cx88: add missing unlock_kernel" + * SLOB: fix bogus ksize calculation + * net: only invoke dev->change_rx_flags when device is UP + * tcp: Fix possible double-ack w/ user dma + * net: Fix netdev_run_todo dead-lock + * tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd. + * [MIPS] Sibyte: Register PIO PATA device only for Swarm and Litte Sur + * eeepc-laptop: Fix hwmon interface + * hwmon: (it87) Prevent power-off on Shuttle SN68PT + * hwmon: Define sysfs interface for energy consumption register + * hwmon: (adt7473) Fix some bogosity in documentation file + * hwmon: (abituguru3) Enable reading from AUX3 fan on Abit AT8 32X + * hwmon: (abituguru3) Enable DMI probing feature on Abit AT8 32X + * [CPUFREQ] correct broken links and email addresses + * SLOB: fix bogus ksize calculation fix + * Don't allow splice() to files opened with O_APPEND + * Linux 2.6.27 + + -- Tim Gardner Wed, 08 Oct 2008 21:19:34 -0600 + +linux (2.6.27-6.9) intrepid; urgency=low + + [ Kees Cook ] + + * SAUCE: AppArmor: update to upstream subversion r1302 + - LP: #269921 + + [ Stefan Bader ] + + * Update configuration files to be compliant to desktop specs + - LP: #279019 + + [ Tim Gardner ] + + * Add support in e1000e for a couple of ICH10 PCI IDs + * Enable CONFIG_INPUT_PCSPKR=m + - LP: #275453 + + [ Upstream Kernel Changes ] + + * V4L/DVB (8559a): Fix a merge conflict at gspca/sonixb + * V4L/DVB (8789): wm8739: remove wrong kfree + * V4L/DVB (8883): w9968cf: Fix order of usb_alloc_urb validation + * V4L/DVB (8884): em28xx-audio: fix memory leak + * V4L/DVB (8885): cpia2_usb: fix memory leak + * V4L/DVB (8886): ov511: fix memory leak + * V4L/DVB (8887): gspca: fix memory leak + * V4L/DVB (8892): pvrusb2: Handle USB ID 2040:2950 same as 2040:2900 + * V4L/DVB (8904): cx88: add missing unlock_kernel + * V4L/DVB (8905): ov511: fix exposure sysfs attribute bug + * V4L/DVB (8909): gspca: PAC 7302 webcam 093a:262a added. + * hrtimer: migrate pending list on cpu offline + * hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimers + * hrtimer: mark migration state + * hrtimer: prevent migration of per CPU hrtimers + * [IA64] Put the space for cpu0 per-cpu area into .data section + * powerpc: Fix PCI in Holly device tree + * powerpc: Fix failure to shutdown with CPU hotplug + * mfd: Fix Kconfig accroding to the new gpiolib symbols + * mfd: Fix asic3 compilation + * x86: fix typo in enable_mtrr_cleanup early parameter + * ipsec: Fix pskb_expand_head corruption in xfrm_state_check_space + * iucv: Fix mismerge again. + * ALSA: ASoC: Fix cs4270 error path + * ALSA: hda - Fix model for Dell Inspiron 1525 + * sctp: Fix kernel panic while process protocol violation parameter + * x86: Fix broken LDT access in VMI + * x86, vmi: fix broken LDT access + * tcp: Fix NULL dereference in tcp_4_send_ack() + * ipv6: NULL pointer dereferrence in tcp_v6_send_ack + * XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachep + * af_key: Free dumping state on socket close + * dm: always allow one page in dm_merge_bvec + * dm: cope with access beyond end of device in dm_merge_bvec + * dm mpath: add missing path switching locking + * MN10300: Fix IRQ handling + * pxa2xx_spi: fix build breakage + * e1000e: write protect ICHx NVM to prevent malicious write/erase + * powerpc: Fix boot hang regression on MPC8544DS + * ASoC: Set correct name for WM8753 rec mixer output + * ALSA: snd-powermac: mixers for PowerMac G4 AGP + * ALSA: snd-powermac: HP detection for 1st iMac G3 SL + * fbcon: fix monochrome color value calculation + * inotify: fix lock ordering wrt do_page_fault's mmap_sem + * braille_console: only register notifiers when the braille console is used + * fix error-path NULL deref in alloc_posix_timer() + * memory hotplug: missing zone->lock in test_pages_isolated() + * mm: tiny-shmem nommu fix + * mm: handle initialising compound pages at orders greater than MAX_ORDER + * e1000e: reset swflag after resetting hardware + * e1000e: do not ever sleep in interrupt context + * e1000e: remove phy read from inside spinlock + * e1000e: drop stats lock + * e1000e: debug contention on NVM SWFLAG + * e1000e: update version from k4 to k6 + * Check mapped ranges on sysfs resource files + * e1000e: Fix incorrect debug warning + * [MIPS] Build fix: Fix irq flags type + * [MIPS] SMTC: Build fix: Fix filename in Makefile + * [MIPS] SMTC: Fix holes in SMTC and FPU affinity support. + * [MIPS] SMTC: Close tiny holes in the SMTC IPI replay system. + * [MIPS] SMTC: Fix SMTC dyntick support. + * [S390] nohz: Fix __udelay. + * [S390] qdio: prevent stack clobber + * Fix init/main.c to use regular printk with '%pF' for initcall fn + * x86 setup: correct segfault in generation of 32-bit reloc kernel + * selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid() + * rtc: fix kernel panic on second use of SIGIO nofitication + * fbdev: fix recursive notifier and locking when fbdev console is blanked + * orion_spi: fix handling of default transfer speed + * include/linux/stacktrace.h: declare struct task_struct + * cpusets: remove pj from cpuset maintainers + * MAINTAINERS: add mailing list for man-pages + * SubmitChecklist: interfaces changes should CC linux-api@ + * Documentation/HOWTO: info about interface changes should CC linux-api@vger + * dw_dmac: fix copy/paste bug in tasklet + * leds-fsg: change order of initialization and deinitialization + * leds-pca955x: add proper error handling and fix bogus memory handling + * ACPI: Make /proc/acpi/wakeup interface handle PCI devices (again) + * clockevents: check broadcast tick device not the clock events device + * V4L/DVB (8919): cx18: Fix tuner audio input for Compro H900 cards + * V4L/DVB (8926): gspca: Bad fix of leak memory (changeset 43d2ead315b1). + * V4L/DVB (8933): gspca: Disable light frquency for zc3xx cs2102 Kokom. + * V4L/DVB (8935): em28xx-cards: Remove duplicate entry (EM2800_BOARD_KWORLD_USB2800) + * V4L/DVB (8955): bttv: Prevent NULL pointer dereference in radio_open + * V4L/DVB (8957): zr36067: Restore the default pixel format + * V4L/DVB (8958): zr36067: Return proper bytes-per-line value + * V4L/DVB (8960): drivers/media/video/cafe_ccic.c needs mm.h + * V4L/DVB (8961): zr36067: Fix RGBR pixel format + * V4L/DVB (8963): s2255drv field count fix + * V4L/DVB (8967): Use correct XC3028L firmware for AMD ATI TV Wonder 600 + * V4L/DVB (8978): sms1xxx: fix product name for Hauppauge WinTV MiniStick + * V4L/DVB (8979): sms1xxx: Add new USB product ID for Hauppauge WinTV MiniStick + * V4L/DVB (9029): Fix deadlock in demux code + * V4L/DVB (9037): Fix support for Hauppauge Nova-S SE + * V4L/DVB (9043): S5H1420: Fix size of shadow-array to avoid overflow + * V4L/DVB (9053): fix buffer overflow in uvc-video + * V4L/DVB (9075): gspca: Bad check of returned status in i2c_read() spca561. + * V4L/DVB (9080): gspca: Add a delay after writing to the sonixj sensors. + * V4L/DVB (9092): gspca: Bad init values for sonixj ov7660. + * V4L/DVB (9099): em28xx: Add detection for K-WORLD DVB-T 310U + * V4L/DVB (9103): em28xx: HVR-900 B3C0 - fix audio clicking issue + * x86: gart iommu have direct mapping when agp is present too + * ide-cd: temporary tray close fix + * ide-dma: fix ide_build_dmatable() for TRM290 + * IDE: Fix platform device registration in Swarm IDE driver (v2) + * ide-cd: Optiarc DVD RW AD-7200A does play audio + * ide: workaround for bogus gcc warning in ide_sysfs_register_port() + * [MIPS] Fix CMP Kconfig configuration and mark as broken. + * [MIPS] IP27: Fix build errors if CONFIG_MAPPED_KERNEL=y + * x86 ACPI: Blacklist two HP machines with buggy BIOSes + * kgdb, x86: Avoid invoking kgdb_nmicallback twice per NMI + * kgdb: call touch_softlockup_watchdog on resume + * atmel-mci: Initialize BLKR before sending data transfer command + * Marker depmod fix core kernel list + * Linux 2.6.27-rc9 + + -- Tim Gardner Sun, 05 Oct 2008 21:27:49 -0600 + +linux (2.6.27-5.8) intrepid; urgency=low + + [ Amit Kucheria ] + + * Update AUFS-related Kconfig + - LP: #264048 + + [ Michael Haas ] + + * add proper aufs source tree from 20080922 + * Fix AUFS compilation in vfsub.c + * Add splice-2.6.23.patch from AUFS to export a symbol needed by AUFS + * Add put_filp.patch from AUFS to export a symbol needed by AUFS + * apply (modified) lhash.patch from AUFS to export __lookup_hash() + * Add deny_write_access.patch from AUFS - export deny_write_access + * Add sec_perm-2.6.24.patch from AUFS - export security_inode_permission + * make sure TMPFS_MAGIC is defined in AUFS Makefile + + [ Tim Gardner ] + + * Enabled CONFIG_IPWIRELESS + - LP: #274748 + * Enabled CONFIG_E1000E, disabled CONFIG_E1000E_NEW + This takes advantage of the upstream NVM protection fix in + commit 4a7703582836f55a1cbad0e2c1c6ebbee3f9b3a7. + + [ Upstream Kernel Changes ] + + * Revert "[Bluetooth] Eliminate checks for impossible conditions in IRQ + handler" + * [SCSI] qla2xxx: Defer enablement of RISC interrupts until ISP + initialization completes. + * PCI: Fix pcie_aspm=force + * PCI: fix compiler warnings in pci_get_subsys() + * UBIFS: create the name of the background thread in every case + * UBIFS: TNC / GC race fixes + * UBIFS: remove incorrect assert + * UBIFS: fix printk format warnings + * AMD IOMMU: set iommu sunc flag after command queuing + * AMD IOMMU: protect completion wait loop with iommu lock + * sparc64: Fix disappearing PCI devices on e3500. + * x86, oprofile: BUG scheduling while atomic + * ALSA: ASoC: Fix at32-pcm build breakage with PM enabled + * ath9k: connectivity is lost after Group rekeying is done + * wireless: zd1211rw: add device ID fix wifi dongle "trust nw-3100" + * [IA64] Ski simulator doesn't need check_sal_cache_flush + * [IA64] kexec fails on systems with blocks of uncached memory + * ath9k: Fix IRQ nobody cared issue with ath9k + * [Bluetooth] Fix I/O errors on MacBooks with Broadcom chips + * [Bluetooth] Fix wrong URB handling of btusb driver + * [Bluetooth] Fix USB disconnect handling of btusb driver + * sparc64: Fix missing devices due to PCI bridge test in + of_create_pci_dev(). + * [WATCHDOG] ibmasr: remove unnecessary spin_unlock() + * [WATCHDOG] wdt285: fix sparse warnings + * [WATCHDOG] unlocked_ioctl changes + * x86: fix 27-rc crash on vsmp due to paravirt during module load + * sched: fix init_hrtick() section mismatch warning + * clockevents: prevent cpu online to interfere with nohz + * x86: prevent stale state of c1e_mask across CPU offline/online + * clockevents: prevent stale tick_next_period for onlining CPUs + * clockevents: check broadcast device not tick device + * clockevents: prevent mode mismatch on cpu online + * x86: prevent C-states hang on AMD C1E enabled machines + * x86: c1e_idle: don't mark TSC unstable if CPU has invariant TSC + * timers: fix build error in !oneshot case + * ALSA: ASoC: maintainers - update email address for Liam Girdwood + * ibmasr: remove unnecessary spin_unlock() + * smb.h: do not include linux/time.h in userspace + * kernel-doc: allow structs whose members are all private + * kexec: fix segmentation fault in kimage_add_entry + * Documentation/DMA-mapping.txt: update for pci_dma_mapping_error() + changes + * sys_paccept: disable paccept() until API design is resolved + * mm: tiny-shmem fix lock ordering: mmap_sem vs i_mutex + * Documentation/sysctl/kernel.txt: fix softlockup_thresh description + * memcg: check under limit at shrink_usage + * atmel_serial: update the powersave handler to match serial core + * [SCSI] Fix hang with split requests + * USB Storage: Sierra: Non-configurable TRU-Install + * USB Serial: Sierra: Device addition & version rev + * USB: ehci: fix some ehci hangs and crashes + * USB: Fix the Nokia 6300 storage-mode. + * USB: Correct Sierra Wireless USB EVDO Modem Device ID + * USB: fix hcd interrupt disabling + * USB: update of Documentation/usb/anchors.txt + * usb gadget: fix omap_udc DMA regression + * USB: Fixing Nokia 3310c in storage mode + * usb: musb: fix include path + * USB: fix EHCI periodic transfers + * usb-serial: Add Siemens EF81 to PL-2303 hack triggers + * USB: SERIAL CP2101 add device IDs + * USB: unusual_devs addition for RockChip MP3 player + * USB: fsl_usb2_udc: fix VDBG() format string + * usb serial: ti_usb_3410_5052 obviously broken by firmware changes + * USB: ftdi_sio: Add 0x5050/0x0900 USB IDs (Papouch Quido USB 4/4) + * USB: serial: add ZTE CDMA Tech id to option driver + * USB Serial: Sierra: Add MC8785 VID/PID + * USB: drivers/usb/musb/: disable it on SuperH + * usb: ftdi_sio: add support for Domintell devices + * usb: unusual devs patch for Nokia 5310 Music Xpress + * USB: revert recovery from transient errors + * [MIPS] au1000: Fix gpio direction + * [MIPS] Fixe the definition of PTRS_PER_PGD + * x86: prevent stale state of c1e_mask across CPU offline/online, fix + * x86: disable apm on the olpc + * i2c-powermac: Fix section for probe and remove functions + * i2c-dev: Return correct error code on class_create() failure + * i2c: Fix mailing lists in two MAINTAINERS entries + * ath9k: disable MIB interrupts to fix interrupt storm + * 9p: implement proper trans module refcounting and unregistration + * 9p-trans_fd: fix trans_fd::p9_conn_destroy() + * 9p-trans_fd: clean up p9_conn_create() + * 9p-trans_fd: don't do fs segment mangling in p9_fd_poll() + * 9p-trans_fd: fix and clean up module init/exit paths + * 9p: introduce missing kfree + * 9p: use an IS_ERR test rather than a NULL test + * 9p: fix put_data error handling + * netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertion + * MN10300: Move asm-arm/cnt32_to_63.h to include/linux/ + * MN10300: Make sched_clock() report time since boot + * ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*() + * ALSA: remove unneeded power_mutex lock in snd_pcm_drop + * IPoIB: Fix crash when path record fails after path flush + * [XFS] Fix extent list corruption in xfs_iext_irec_compact_full(). + * [XFS] Remove xfs_iext_irec_compact_full() + * kgdb: could not write to the last of valid memory with kgdb + * kgdb, x86, arm, mips, powerpc: ignore user space single stepping + * kgdb, x86_64: gdb serial has BX and DX reversed + * kgdb, x86_64: fix PS CS SS registers in gdb serial + * kgdboc,tty: Fix tty polling search to use name correctly + * ARM: Delete ARM's own cnt32_to_63.h + * m32r: remove the unused NOHIGHMEM option + * m32r: don't offer CONFIG_ISA + * m32r: export empty_zero_page + * m32r: export __ndelay + * m32r/kernel/: cleanups + * [MIPS] au1000: Make sure GPIO value is zero or one + * [MIPS] IP27: Switch to dynamic interrupt routing avoding panic on + error. + * [MIPS] BCM47xx: Fix build error due to missing PCI functions + * [SSB] Initialise dma_mask for SSB_BUSTYPE_SSB devices + * Swarm: Fix crash due to missing initialization + * ide-tape: fix vendor strings + * ide: note that IDE generic may prevent other drivers from attaching + * cdrom: update ioctl documentation + * [SCSI] qlogicpti: fix sg list traversal error in continuation entries + * sata_nv: reinstate nv_hardreset() for non generic controllers + * scsi: fix fall out of sg-chaining patch in qlogicpti + * ALSA: make the CS4270 driver a new-style I2C driver + * ALSA: ASoC: Fix another cs4270 error path + * Fix NULL pointer dereference in proc_sys_compare + * kconfig: fix silentoldconfig + * kconfig: readd lost change count + * mm owner: fix race between swapoff and exit + * Linux 2.6.27-rc8 + * e1000e: write protect ICHx NVM to prevent malicious write/erase + + -- Amit Kucheria Tue, 30 Sep 2008 18:22:35 +0300 + +linux (2.6.27-4.7) intrepid; urgency=low + + [ Ben Collins ] + + * build/abi: Add gfs1 to perm blacklist + * build/abi: Ignored changes in gfs2 symbols + + [ Fabio M. Di Nitto ] + + * Revert "SAUCE: Export gfs2 symbols required for gfs1 kernel module" + * ubuntu: update GFS Cluster File System + + [ Stefan Bader ] + + * SAUCE: x86: Reserve FIRST_DEVICE_VECTOR in used_vectors bitmap. + - LP: #276334 + + [ Tim Gardner ] + + * Revert "Disable e1000e until the NVRAM corruption problem is found." + * Add atl1e and atl2 to Debian installer bits + - LP: #273904 + * SAUCE: e1000e: Map NV RAM dynamically only when needed. + - LP: #263555 + + -- Tim Gardner Fri, 26 Sep 2008 20:51:22 -0600 + +linux (2.6.27-4.6) intrepid; urgency=low + + [ Tim Gardner ] + + * Disable e1000e until the NVRAM corruption problem is found. + - LP: #263555 + + [ Upstream Kernel Changes ] + + * Revert "[Bluetooth] Eliminate checks for impossible conditions in IRQ + handler" + + -- Ben Collins Tue, 23 Sep 2008 09:53:57 -0400 + +linux (2.6.27-4.5) intrepid; urgency=low + + [ Upstream Kernel Changes ] + + * Revert "b43/b43legacy: add RFKILL_STATE_HARD_BLOCKED support" + * udf: Fix lock inversion between iprune_mutex and alloc_mutex (v2) + * udf: Fix error paths in udf_new_inode() + * [SCSI] sd: select CRC_T10DIF only when necessary + * [SCSI] zfcp: Fix request queue locking + * [SCSI] zfcp: Correctly query end flag in gpn_ft response + * [SCSI] zfcp: Simplify ccw notify handler + * [SCSI] zfcp: Fix reference counter for remote ports + * [SCSI] zfcp: channel cannot be detached due to refcount imbalance + * [SCSI] zfcp: Remove duplicated unlikely() macros. + * [SCSI] scsi_dh: make check_sense return ADD_TO_MLQUEUE + * [SCSI] make scsi_check_sense HARDWARE_ERROR return ADD_TO_MLQUEUE on + retry + * [SCSI] fix check of PQ and PDT bits for WLUNs + * pcm037: add rts/cts support for serial port + * i.MX serial: fix init failure + * imx serial: set RXD mux bit on i.MX27 and i.MX31 + * imx serial: fix rts handling for non imx1 based hardware + * mlx4_core: Set RAE and init mtt_sz field in FRMR MPT entries + * udf: add llseek method + * PCI/iommu: blacklist DMAR on Intel G31/G33 chipsets + * PCI: Fix printk warnings in probe.c + * PCI: Fix printk warnings in setup-bus.c + * PCI Hotplug: fakephp: fix deadlock... again + * clockevents: remove WARN_ON which was used to gather information + * ocfs2: Fix a bug in direct IO read. + * arch/x86/kernel/kdebugfs.c: introduce missing kfree + * [IA64] fix compile failure with non modular builds + * [IA64] fix up bte.h + * [IA64] arch/ia64/sn/pci/tioca_provider.c: introduce missing kfree + * PCI: fix pciehp_free_irq() + * [IA64] prevent ia64 from invoking irq handlers on offline CPUs + * ide: Fix pointer arithmetic in hpt3xx driver code (3rd try) + * add deprecated ide-scsi to feature-removal-schedule.txt + * swiotlb: fix back-off path when memory allocation fails + * sparc64: Fix interrupt register calculations on Psycho and Sabre. + * VIDEO_SH_MOBILE_CEU should depend on HAS_DMA + * m68k: Update defconfigs for 2.6.27-rc6 + * sparc32: Fix function signature of of_bus_sbus_get_flags(). + * sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomly + * sched: fix deadlock in setting scheduler parameter to zero + * KVM: SVM: fix random segfaults with NPT enabled + * KVM: SVM: fix guest global tlb flushes with NPT + * KVM: VMX: Always return old for clear_flush_young() when using EPT + * clocksource, acpi_pm.c: fix check for monotonicity + * [ARM] OMAP: Fix MMC device data + * block: disable sysfs parts of the disk command filter + * ath9k: Assign seq# when mac80211 requests this + * sg: disable interrupts inside sg_copy_buffer + * MN10300: Change the fault handler to check in_atomic() not + in_interrupt() + * [Bluetooth] Fix regression from using default link policy + * netlink: fix overrun in attribute iteration + * x86: fix possible x86_64 and EFI regression + * sparc64: Fix PCI error interrupt registry on PSYCHO. + * sparc: Fix user_regset 'n' field values. + * niu: panic on reset + * PCI: re-add debug prints for unmodified BARs + * [ARM] 5245/1: Fix warning about unused return value in drivers/pcmcia + * [ARM] 5246/1: tosa: add proper clock alias for tc6393xb clock + * [ARM] 5247/1: tosa: SW_EAR_IN support + * [ARM] Fix PCI_DMA_BUS_IS_PHYS for ARM + * ata: duplicate variable sparse warning + * sata_inic162x: enable LED blinking + * [libata] LBA28/LBA48 off-by-one bug in ata.h + * proc: more debugging for "already registered" case + * include/linux/ioport.h: add missing macro argument for devm_release_* + family + * cpuset: avoid changing cpuset's cpus when -errno returned + * cpuset: hotplug documentation fix + * coredump_filter: add description of bit 4 + * bfs: fix Lockdep warning + * mm: ifdef Quicklists in /proc/meminfo + * spi_mpc83xx: fix clockrate calculation for low speed + * spi_mpc83xx: reject invalid transfer sizes + * pxa2xx_spi: chipselect bugfixes + * pxa2xx_spi: dma bugfixes + * mm: mark the correct zone as full when scanning zonelists + * Documentation/ABI: /sys/class/gpio + * MAINTAINERS: fix USB VIDEO CLASS mail list address + * ia64: fix panic during `modprobe -r xpc' + * atmel_lcdfb: disable LCD and DMA engines when suspending + * spi_s3c24xx: fix section warning + * rescan_partitions(): make device capacity errors non-fatal + * memstick: fix MSProHG 8-bit interface mode support + * Add Uwe Kleine-König to .mailmap + * xen: fix for xen guest with mem > 3.7G + * x86/paravirt: Remove duplicate paravirt_pagetable_setup_{start, done}() + * crypto: talitos - Avoid consecutive packets going out with same IV + * slub: fixed uninitialized counter in struct kmem_cache_node + * udp: Fix rcv socket locking + * IB/mlx4: Fix up fast register page list format + * [MIPS] VR41xx: unsigned irq cannot be negative + * x86: completely disable NOPL on 32 bits + * [S390] cio: Fix driver_data handling for ccwgroup devices. + * [S390] cio: fix orb initialization in cio_start_key + * sparc64: Fix OOPS in psycho_pcierr_intr_other(). + * sparc64: Fix SMP bootup with CONFIG_STACK_DEBUG or ftrace. + * RDMA/nes: Fix client side QP destroy + * IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop() + * clockevents: make device shutdown robust + * powerpc: Fix interrupt values for DMA2 in MPC8610 HPCD device tree + * hpplus: fix build regression + * Fix PNP build failure, bugzilla #11276 + * warn: Turn the netdev timeout WARN_ON() into a WARN() + * [XFS] Move memory allocations for log tracing out of the critical path + * [XFS] Fix regression introduced by remount fixup + * [XFS] Prevent direct I/O from mapping extents beyond eof + * [XFS] Fix barrier status change detection. + * [XFS] Prevent lockdep false positives when locking two inodes. + * [XFS] Fix use-after-free with buffers + * [XFS] Don't do I/O beyond eof when unreserving space + * powerpc: Holly board needs dtbImage target + * Fix compile failure with non modular builds + * [ARM] 5249/1: davinci: remove redundant check in davinci_psc_config() + * [ARM] omap: back out 'internal_clock' support + * sctp: set the skb->ip_summed correctly when sending over loopback. + * [ARM] 5255/1: Update jornada ssp to remove build errors/warnings + * sctp: do not enable peer features if we can't do them. + * sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTH + * bnx2: Promote vector field in bnx2_irq structure from u16 to unsigned + int + * forcedeth: call restore mac addr in nv_shutdown path + * e1000: prevent corruption of EEPROM/NVM + * e100: Use pci_pme_active to clear PME_Status and disable PME# + * md: Don't wait UNINTERRUPTIBLE for other resync to finish + * atstk1000: fix build breakage with BOARD_ATSTK100X_SW2_CUSTOM=y + * avr32: add .gitignore files + * avr32: add generic_find_next_le_bit bit function + * avr32: fix sys_sync_file_range() call convention + * avr32: nmi_enter() without nmi_exit() + * KVM: ia64: 'struct fdesc' build fix + * hwmon: (atxp1) Fix device detection logic + * hwmon: (it87) Fix fan tachometer reading in IT8712F rev 0x7 (I) + * hwmon: (ad7414) Make ad7414_update_device() static + * tmio_mmc: fix compilation with debug enabled + * atmel-mci: debugfs: enable clock before dumping regs + * atmel-mci: Fix memory leak in atmci_regs_show + * atmel-mci: Fix bogus debugfs file size + * atmel-mci: Set MMC_CAP_NEEDS_POLL if no detect_pin + * mmc_block: handle error from mmc_register_driver() + * mmc_test: initialize mmc_test_lock statically + * [MIPS] Fix 64-bit IP checksum code + * [MIPS] SMTC: Clear TIF_FPUBOUND on clone / fork. + * [MIPS] Fix potential latency problem due to non-atomic cpu_wait. + * [MIPS] vmlinux.lds.S: handle .text.* + * MAINTAINERS: Trivial whitespace cleanups + * MAINTAINERS: Various fixes + * Linux 2.6.27-rc7 + + -- Tim Gardner Sun, 21 Sep 2008 21:49:28 -0600 + +linux (2.6.27-3.4) intrepid; urgency=low + + [ Colin Ian King ] + + * SAUCE: fix kernel oops in VirtualBox during paravirt patching + - LP: #246067 + * SAUCE: qc-usb: Enable Logitech QuickCam Messenger + - LP: #209901 + * SAUCE: appleir: Enable driver for new MacBook Pro + - LP: #157919 + + [ Tim Gardner ] + + * Enabled CONFIG_DEBUG_RODATA=y + + [ Upstream Kernel Changes ] + + * Revert "ALSA: hda - Added model selection for iMac 24"" + * Revert "x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet + against BAR, v3" + * Revert "[ARM] use the new byteorder headers" + * Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM" + * Revert "crypto: camellia - Use kernel-provided bitops, unaligned access + helpers" + * svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_tasklet + * sched, cpuset: rework sched domains and CPU hotplug handling (v4) + * ACPI: Fix now signed module parameter. + * ACPI: Change package length error to warning + * ACPI: Fix now signed module parameter. + * ACPI: Fix typo in "Disable MWAIT via DMI on broken Compal board" + * acpi: add checking for NULL early param + * UBIFS: fix zero-length truncations + * Input: bcm5974 - add maintainer entry + * sh64: re-add the __strnlen_user() prototype + * sh: fix ptrace_64.c:user_disable_single_step() + * PNPACPI: ignore the producer/consumer bit for extended IRQ descriptors + * UBIFS: always read hashed-key nodes under TNC mutex + * UBIFS: allow for racing between GC and TNC + * [CIFS] Fix plaintext authentication + * sparc32: Implement smp_call_function_single(). + * sh: crash kernel resource fix + * sh: fix kexec entry point for crash kernels + * sh: fix platform_resource_setup_memory() section mismatch + * sh: update Migo-R defconfig + * sh: update AP325RXA defconfig + * sh: fix semtimedop syscall + * cifs: fix O_APPEND on directio mounts + * [CIFS] update cifs change log + * [CIFS] Turn off Unicode during session establishment for plaintext + authentication + * ACPI: thinkpad-acpi: wan radio control is not experimental + * sparc: Fix resource flags for PCI children in OF device tree. + * remove blk_register_filter and blk_unregister_filter in gendisk + * ALSA: oxygen: fix distorted output on AK4396-based cards + * ipv6: When we droped a packet, we should return NET_RX_DROP instead of + 0 + * pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() + * net: Unbreak userspace usage of linux/mroute.h + * Don't trigger softlockup detector on network fs blocked tasks + * Resource handling: add 'insert_resource_expand_to_fit()' function + * sparc64: setup_valid_addr_bitmap_from_pavail() should be __init + * UBIFS: do not update min_idx_lebs in stafs + * UBIFS: push empty flash hack down + * UBIFS: remove incorrect index space check + * UBIFS: improve statfs reporting + * UBIFS: fix assertion + * UBIFS: add forgotten gc_idx_lebs component + * UBIFS: introduce LEB overhead + * UBIFS: improve statfs reporting even more + * UBIFS: fill f_fsid + * drm/radeon: downgrade debug message from info to debug. + * Remove invalidate_partition call from do_md_stop. + * Fix problem with waiting while holding rcu read lock in md/bitmap.c + * ALSA: hda: Distortion fix for dell_m6_core_init + * ALSA: ASoC: fix pxa2xx-i2s clk_get call + * block: restore original behavior of /proc/partition when there's no + partition + * debugobjects: fix lockdep warning + * avr32: Fix lockup after Java stack underflow in user mode + * avr32: pm_standby low-power ram bug fix + * nfsd: fix compound state allocation error handling + * sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transports + * nfsd: fix buffer overrun decoding NFSv4 acl + * audit: Moved variable declaration to beginning of function + * Fix modules_install on RO nfs-exported trees. + * Remove '#include ' from mm/page_isolation.c + * dabusb_fpga_download(): fix a memory leak + * [MTD] mtdchar.c: Fix regression in MEMGETREGIONINFO ioctl() + * ALSA: hda - Fix ALC663 auto-probe + * ALSA: hda - Add mic-boost controls to ALC662/663 auto configuration + * Un-break printk strings in x86 PCI probing code + * kernel/resource.c: fix new kernel-doc warning + * softlockup: minor cleanup, don't check task->state twice + * fix typo in arch/parisc/hpux/fs.c + * m68k: atari_keyb_init operator precedence fix + * ACPI: Fix typo in "Disable MWAIT via DMI on broken Compal board" + * don't diff generated firmware files + * IDE: compile fix for sff_dma_ops + * IDE: palm_bk3710: fix compile warning for unused variable + * ide: fix hwif_to_node() + * palm_bk3710: improve IDE registration + * ide-disk: remove stale init_idedisk_capacity() documentation + * ide/Kconfig: mark ide-scsi as deprecated + * net/wireless/Kconfig: clarify the description for + CONFIG_WIRELESS_EXT_SYSFS + * iwlwifi: do not use GFP_DMA in iwl_tx_queue_init + * iwlwifi: workaround interrupt handling no some platforms + * iwlwifi: fix apm_stop (wrong bit polarity for FLAG_INIT_DONE) + * iwlwifi: fix 64bit platform firmware loading + * orinoco: Multicast to the specified addresses + * wireless/libertas/if_cs.c: fix memory leaks + * mac80211: Fix debugfs union misuse and pointer corruption + * rt2x00: Compiler warning unmasked by fix of BUILD_BUG_ON + * ath9k: Incorrect key used when group and pairwise ciphers are + different. + * ath9: Fix ath_rx_flush_tid() for IRQs disabled kernel warning message. + * net/xfrm: Use an IS_ERR test rather than a NULL test + * ipv: Re-enable IP when MTU > 68 + * NTFS: update homepage + * mm: make setup_zone_migrate_reserve() aware of overlapping nodes + * VFS: fix dio write returning EIO when try_to_release_page fails + * acer-wmi: remove debugfs entries upon unloading + * mm/bootmem: silence section mismatch warning - + contig_page_data/bootmem_node_data + * MAINTAINERS: add a maintainer for the BCM5974 multitouch driver + * 8250: improve workaround for UARTs that don't re-assert THRE correctly + * mmc: at91_mci: don't use coherent dma buffers + * pid_ns: zap_pid_ns_processes: fix the ->child_reaper changing + * pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits + * cirrusfb: check_par fixes + * devcgroup: fix race against rmdir() + * mm: show quicklist usage in /proc/meminfo + * mm: size of quicklists shouldn't be proportional to the number of CPUs + * ipc: document the new auto_msgmni proc file + * hp-wmi: update to match current rfkill semantics + * hp-wmi: add proper hotkey support + * tdfxfb: fix SDRAM memory size detection + * tdfxfb: fix frame buffer name overrun + * rtc_time_to_tm: fix signed/unsigned arithmetic + * ibft: fix target info parsing in ibft module + * sysfs: document files in /sys/firmware/sgi_uv/ + * rtc-cmos: wake again from S5 + * pm_qos_requirement might sleep + * drivers/char/random.c: fix a race which can lead to a bogus BUG() + * ipsec: Fix deadlock in xfrm_state management. + * [x86] Fix TSC calibration issues + * tipc: Don't use structure names which easily globally conflict. + * sparc64: Fix IPI call locking. + * [ARM] omap: fix gpio.c build error + * sparc64: Prevent sparc64 from invoking irq handlers on offline CPUs + * powerpc: Fix uninitialised variable in VSX alignment code + * powerpc: Only make kernel text pages of linear mapping executable + * powerpc: Make sure _etext is after all kernel text + * powerpc: Work around gcc's -fno-omit-frame-pointer bug + * powerpc: Fix build error with 64K pages and !hugetlbfs + * powerpc: Fix for getting CPU number in power_save_ppc32_restore() + * UBIFS: amend f_fsid + * net/usb/pegasus: avoid hundreds of diagnostics + * ixgbe: initialize interrupt throttle rate + * pcnet-cs, axnet_cs: add new IDs, remove dup ID with less info + * netxen: Remove workaround for chipset quirk + * Split up PIT part of TSC calibration from native_calibrate_tsc + * iwlwifi: W/A for the TSF correction in IBSS + * iwlwifi: fix hidden ssid discovery in passive channels + * iwlwifi: remove false rxon if rx chain changes + * iwlwifi: fix station mimo power save values + * iwlwifi: fix rx_chain computation + * iwlwifi: fix Tx cmd memory allocation failure handling + * iwlwifi: call apm stop on exit + * iwlwifi: fix STATUS_EXIT_PENDING is not set on pci_remove + * ath9k: Fix TX status reporting + * ath9k: Fix TX control flag use for no ACK and RTS/CTS + * V4L/DVB (8555): au8522: add mechanism to configure IF frequency for vsb + and qam + * V4L/DVB (8556): au0828: add support for Hauppauge Woodbury + * V4L/DVB (8598): au8522: clean up function au8522_set_if + * V4L/DVB (8599): au8522: remove if frequency settings from vsb/qam + modulation tables + * V4L/DVB (8600): au0828: explicitly set 6 MHz IF frequency in + hauppauge_hvr950q_config + * V4L/DVB (8629): v4l2-ioctl: do not try to handle private V4L1 ioctls + * V4L/DVB (8633): ivtv: update ivtv version number + * V4L/DVB (8648): ivtv: improve CC support + * V4L/DVB (8660): gspca: Simplify the scan of URB packets in pac7311. + * V4L/DVB (8661): gspca: Bug in the previous changeset about pac7311. + * V4L/DVB (8663): gspca: Webcam 0c45:6128 added in sonixj. + * V4L/DVB (8664): gspca: The bridge/sensor of the webcam 093a:2621 is a + PAC 7302. + * V4L/DVB (8665): gspca: Fix the 640x480 resolution of the webcam + 093a:2621. + * V4L/DVB (8666): gspca: Bad scanning of frames in pac7311. + * V4L/DVB (8667): gspca: Bad probe of Z-Star/Vimicro webcams with pas106 + sensor. + * V4L/DVB (8668): gspca: Conflict GSPCA / ET61X251 for the webcam + 102c:6251. + * V4L/DVB (8669): gspca: Add white balance control for spca561 rev 012A. + * V4L/DVB (8671): gspca: Remove the unused field 'dev_name' of the device + structure. + * V4L/DVB (8672): gspca: Big rewrite of spca561. + * V4L/DVB (8673): gspca: Bad frame scanning again and bad init in + pac7311. + * V4L/DVB (8674): gspca: Webcam 0c45:612e added in sonixj. + * V4L/DVB (8675): gspca: Pixmap PJPG (Pixart 73xx JPEG) added, generated + by pac7311. + * V4L/DVB (8678): Remove the dead CONFIG_RADIO_MIROPCM20{,_RDS} code + * V4L/DVB (8681): v4l2-ioctl.c: fix warning + * V4L/DVB (8682): V4L: fix return value of register video func + * V4L/DVB (8701): cx18: Add missing lock for when the irq handler + manipulates the queues + * V4L/DVB (8703): gspca: Do controls work for spca561 revision 12a. + * V4L/DVB (8705): gspca: Adjust some control limits in spca561. + * V4L/DVB (8706): Make contrast and brightness work for pac7302. + * V4L/DVB (8707): gspca: Colors, hflip and vflip controls added for + pac7302. + * V4L/DVB (8709): gspca: Fix initialization and controls of sn9x110 - + ov7630. + * V4L/DVB (8710): gspca: Bad color control in sonixj. + * V4L/DVB (8711): gspca: Bad controls and quantization table of pac7311. + * V4L/DVB (8712): gspca: Bad start of sonixj webcams since changeset + a8779025e7e8. + * V4L/DVB (8713): gspca: Bad color control again in sonixj. + * V4L/DVB (8714): gspca: Bad start of sn9c110 and sensor om6802. + * V4L/DVB (8715): gspca: Change the name of some webcam in the gspca doc. + * V4L/DVB (8716): gspca: Bad start of sn9c110 and sensor ov7630. + * V4L/DVB (8717): gspca: Frame buffer too small for small resolutions + (sonixj and t613). + * V4L/DVB (8718): gspca: suspend/resume added. + * V4L/DVB (8719): gspca: Have VIDIOC_QUERYCTRL more compliant to the + spec. + * V4L/DVB (8720): gspca: V4L2_CAP_SENSOR_UPSIDE_DOWN added as a cap for + some webcams. + * V4L/DVB (8722): sms1xxx: fix typo in license header + * V4L/DVB (8726): link tuner before saa7134 + * V4L/DVB (8727): V4L1: make PMS not autoprobe when builtin. + * V4L/DVB (8728): 1-make-pms-not-autoprobe-when-builtin update + * V4L/DVB (8749): Fix error code, when camera is not turned on by sonypi + * V4L/DVB (8750): V4L: check inval in video_register_device_index() + * V4L/DVB (8751): vivi: Fix some issues at vivi register routine + * V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warnings + * V4L/DVB (8769): cx18: Simplify queue flush logic to prevent oops in + cx18_flush_queues() + * V4L/DVB (8778): radio: fix incorrect video_register_device result check + * V4L/DVB (8779): v4l: fix more incorrect video_register_device result + checks + * V4L/DVB (8790): saa7115: call i2c_set_clientdata only when state != + NULL + * V4L/DVB (8803): s5h1409: Enable QAM_AUTO mode + * V4L/DVB (8804): s5h1411: Enable QAM_AUTO mode + * V4L/DVB (8805): Steven Toth email address change + * V4L/DVB (8809): gspca: Revert commit + 9a9335776548d01525141c6e8f0c12e86bbde982 + * V4L/DVB (8810): gspca: Compile error when CONFIG_PM not defined. + * V4L/DVB (8812): gspca: Do pac73xx webcams work. + * V4L/DVB (8813): gspca: Adjust SOF detection for pac73xx. + * V4L/DVB (8814): gspca: Set DISABLED the disabled controls at query + control time. + * V4L/DVB (8815): gspca: Fix problems with disabled controls. + * V4L/DVB (8816): gspca: Set disabled ctrls and fix a register pb with + ovxxxx in sonixb. + * V4L/DVB (8817): gspca: LED and proble changes in sonixb. + * V4L/DVB (8818): gspca: Reinitialize the device on resume. + * V4L/DVB (8819): gspca: Initialize the ov519 at open time and source + cleanup. + * V4L/DVB (8820): gspca: Change initialization and gamma of zc3xx - + pas106. + * V4L/DVB (8822): gspca: Change some subdriver functions for + suspend/resume. + * V4L/DVB (8823): gspca: H and V flips work for ov7670 only in ov519. + * V4L/DVB (8824): gspca: Too much code removed in the suspend/resume + changeset. + * V4L/DVB (8825): gspca: More controls for pac73xx and new webcam + 093a:2624. + * V4L/DVB (8826): gspca: Webcam Labtec 2200 (093a:2626) added in pac7311. + * V4L/DVB (8827): gspca: Stop pac7302 autogain oscillation. + * V4L/DVB (8828): gspca: Set the clock at the end of initialization in + sonixj. + * V4L/DVB (8829): gspca: Have a clean kmalloc-ated buffer for USB + exchanges. + * V4L/DVB (8830): gspca: Move some probe code to the new init function. + * V4L/DVB (8831): gspca: Resolve webcam conflicts between some drivers. + * V4L/DVB (8832): gspca: Bad pixelformat of vc0321 webcams. + * V4L/DVB (8833): gspca: Cleanup the sonixb code. + * V4L/DVB (8834): gspca: Have a bigger buffer for sn9c10x compressed + images. + * V4L/DVB (8835): gspca: Same pixfmt as the sn9c102 driver and raw Bayer + added in sonixb. + * V4L/DVB (8837): dvb: fix I2C adapters name size + * V4L/DVB (8839): dib0700: add comment to identify 35th USB id pair + * V4L/DVB (8840): dib0700: add basic support for Hauppauge Nova-TD-500 + (84xxx) + * V4L/DVB (8842): vivi_release(): fix use-after-free + * V4L/DVB (8843): tda10048_firmware_upload(): fix a memory leak + * V4L/DVB (8844): dabusb_fpga_download(): fix a memory leak + * bnx2x: Accessing un-mapped page + * SELinux: memory leak in security_context_to_sid_core + * x86: add io delay quirk for Presario F700 + * mmap: fix petty bug in anonymous shared mmap offset handling + * x86: Change warning message in TSC calibration. + * PCI: fix pbus_size_mem() resource alignment for CardBus controllers + * [ARM] omap: fix build error in ohci-omap.c + * [ARM] remove unused #include + * ACPI: Make Len Brown the ACPI maintainer again + * fujitsu-laptop: fix regression for P8010 in 2.6.27-rc + * ACPI: Avoid bogus timeout about SMbus check + * acer-wmi: remove debugfs entries upon unloading + * forgotten refcount on sysctl root table + * V4L/DVB (8868): gspca: Support for vga modes with sif sensors in + sonixb. + * V4L/DVB (8869): gspca: Move the Sonix webcams with TAS5110C1B from + sn9c102 to gspca. + * V4L/DVB (8870): gspca: Fix dark room problem with sonixb. + * V4L/DVB (8872): gspca: Bad image format and offset with rev072a of + spca561. + * V4L/DVB (8873): gspca: Bad image offset with rev012a of spca561 and + adjust exposure. + * V4L/DVB (8874): gspca: Adjust hstart for sn9c103/ov7630 and update + usb-id's. + * [ARM] omap: fix virtual vs physical address space confusions + * V4L/DVB (8876): budget: udelay changed to mdelay + * V4L/DVB (8877): b2c2 and bt8xx: udelay to mdelay + * V4L/DVB (8880): PATCH: Fix parents on some webcam drivers + * V4L/DVB (8881): gspca: After 'while (retry--) {...}', retry will be -1 + but not 0. + * powerpc/spufs: Fix multiple get_spu_context() + * powerpc/spufs: Fix race for a free SPU + * Input: bcm5974 - small formatting cleanup + * Input: bcm5974 - improve finger tracking and counting + * Input: bcm5974 - add BTN_TOUCH event for mousedev benefit + * Input: i8042 - make Lenovo 3000 N100 blacklist entry more specific + * sh: resume_kernel fix for kernel oops built with CONFIG_BKL_PREEMPT=y. + * sh64: resume_kernel fix for kernel oops built with + CONFIG_BKL_PREEMPT=y. + * i2c: fix i2c-sh_mobile timing issues + * clockevents: prevent clockevent event_handler ending up handler_noop + * clockevents: prevent endless loop in periodic broadcast handler + * clockevents: enforce reprogram in oneshot setup + * clockevents: prevent multiple init/shutdown + * clockevents: prevent endless loop lockup + * HPET: make minimum reprogramming delta useful + * [MTD] [NAND] tmio_nand: fix base address programming + * Fix conditional export of kvh.h and a.out.h to userspace. + * async_tx: fix the bug in async_tx_run_dependencies + * sched_clock: fix NOHZ interaction + * sched: fix process time monotonicity + * UBIFS: fix division by zero + * UBIFS: make minimum fanout 3 + * [MIPS] Fix data bus error recovery + * [MIPS] Fix WARNING: at kernel/smp.c:290 + * [MIPS] TXx9: Fix txx9_pcode initialization + * [MIPS] TX39xx: Add missing local_flush_icache_range initialization + * [MIPS] Probe initrd header only if explicitly specified + * res_counter: fix off-by-one bug in setting limit + * forcedeth: fix kexec regression + * atmel_lcdfb: fix oops in rmmod when framebuffer fails to register + * tracehook: comment pasto fixes + * drivers/mmc/card/block.c: fix refcount leak in mmc_block_open() + * x86: boot: stub out unimplemented CPU feature words + * x86: add NOPL as a synthetic CPU feature bit + * x86: use X86_FEATURE_NOPL in alternatives + * clockevents: broadcast fixup possible waiters + * x86: HPET fix moronic 32/64bit thinko + * x86: HPET: read back compare register before reading counter + * Fix CONFIG_AC97_BUS dependency + * [ARM] 5241/1: provide ioremap_wc() + * ntp: fix calculation of the next jiffie to trigger RTC sync + * clocksource, acpi_pm.c: use proper read function also in errata mode + * clocksource, acpi_pm.c: check for monotonicity + * x86: delay early cpu initialization until cpuid is done + * x86: move mtrr cpu cap setting early in early_init_xxxx + * sched: arch_reinit_sched_domains() must destroy domains to force + rebuild + * x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags + * x86: pda_init(): fix memory leak when using CPU hotplug + * x86: cpu_init(): fix memory leak when using CPU hotplug + * powerpc/spufs: Fix possible scheduling of a context to multiple SPEs + * netfilter: nf_conntrack_sip: de-static helper pointers + * netfilter: nf_conntrack_gre: more locking around keymap list + * netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet + * netfilter: nf_conntrack_irc: make sure string is terminated before + calling simple_strtoul + * pkt_sched: Fix qdisc state in net_tx_action() + * powerpc: Fix rare boot build breakage + * ahci, pata_marvell: play nicely together + * sata_mv: add RocketRaid 1720 PCI ID to driver + * ahci: disable PMP for marvell ahcis + * sata_nv: disable hardreset for generic + * libata-sff: kill spurious WARN_ON() in ata_hsm_move() + * pata_sil680: remove duplicate pcim_enable_device + * ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDs + * [MIPS] IP22: Fix detection of second HPC3 on Challenge S + * xen: fix 2.6.27-rc5 xen balloon driver warnings + * x86: disable static NOPLs on 32 bits + * netns : fix kernel panic in timewait socket destruction + * bridge: don't allow setting hello time to zero + * NFS: Restore missing hunk in NFS mount option parser + * usb: fix null deferences in low level usb serial + * Fix format of MAINTAINERS + * sparc64: Disable timer interrupts in fixup_irqs(). + * [Bluetooth] Fix reference counting during ACL config stage + * [Bluetooth] Enforce correct authentication requirements + * [Bluetooth] Reject L2CAP connections on an insecure ACL link + * [S390] CVE-2008-1514: prevent ptrace padding area read/write in 31-bit + mode + * [S390] cio: Correct cleanup on error. + * [S390] cio: handle ssch() return codes correctly. + * [S390] cio: allow offline processing for disconnected devices + * ipsec: Restore larval states and socket policies in dump + * update Documentation/filesystems/Locking for 2.6.27 changes + * MAINTAINERS: add Atheros maintainer for atlx + * lib: Correct printk %pF to work on all architectures + * x86: fix memmap=exactmap boot argument + * clockevents: remove WARN_ON which was used to gather information + * ipv6: Fix OOPS in ip6_dst_lookup_tail(). + * Linux 2.6.27-rc6 + + -- Ben Collins Tue, 02 Sep 2008 12:45:56 -0400 + +linux (2.6.27-2.3) intrepid; urgency=low + + [ Ben Collins ] + + * build/retag: Make script save .orig of tags for later use + * ubuntu/lirc: Fix device_create call + * build/firmware: Put in-kernel firmware into version specific subdir + - LP: #262115 + * Rebase on linux-2.6 git. + * ABI bump + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: (no-up) Apparmor warning fixes + + [ John Johansen ] + + * SAUCE: (no-up) Proper AppArmor ptrace updates for newer lsm API + + [ Mackenzie Morgan ] + + * SAUCE: Add quirk for ASUS Z37E to make sound audible after resume + - LP: #25896 + + -- Ben Collins Wed, 27 Aug 2008 14:03:05 -0400 + +linux (2.6.27-1.2) intrepid; urgency=low + + [ Amit Kucheria ] + + * SAUCE: make fc transport removal of target configurable + * SAUCE: pm: Config option to disable handling of console during + suspend/resume + + [ Ben Collins ] + + * SAUCE: Lower warning level of some PCI messages + * SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps + * SAUCE: tulip: Let dmfe handle davicom on non-sparc + * SAUCE: tulip: Define ULI PCI ID's + * SAUCE: (no-up) version: Implement version_signature proc file. + * SAUCE: (no-up) connector.h: Add idx/val for drbd + * SAUCE: (no-up) swap: Add notify_swap_entry_free callback for compcache + * SAUCE: drivers: Remove some duplicate device entries in various modules + * SAUCE: (no-up) [AppArmor] merge with upstream subversion r1291 + * SAUCE: apparmor: Update for changes to ptrace lsm hooks + * SAUCE: (no-up) Enable ubuntu extra subdirectory + * SAUCE: applesmc: Add MacBookAir + * SAUCE: (no-up) ACPI: initramfs DSDT override support + * ubuntu: Add drbd module + * ubuntu: Add iscsitarget module + * ubuntu: Add BOM for iscsitarget + * ubuntu: Add squashfs driver + * SAUCE: (no-up) Check for squashfs superblock in initramfs mounting. + * ubuntu: Add aufs module + * ubuntu: Added atl2 driver + * ubuntu: Added et131x driver + * ubuntu: Add dm-raid4-5 driver + * ubuntu: Add ndiswrapper driver + * ubuntu: Added ram backed compressed swap module (compcache) + * ubuntu: Add misc drivers from hardy lum + * ubuntu: Add heci driver 3.2.0.24 + * ubuntu: Add ov511 and bt-sco drivers + * ubuntu: Add acx, prism2_usb wireless drivers + * ubuntu: Add at76 driver to build + * ubuntu: Add fsam7400 sw kill switch driver + * ubuntu: Added qc-usb driver + * ubuntu: e1000e: Upgraded module to 0.4.1.7 + * ubuntu: Added rfkill drivers + * ubuntu: VIA - Add VIA DRM Chrome9 3D engine + * ubuntu: unionfs: Added v1.4 module from hardy + * ubuntu: Add LIRC driver + * ubuntu: Add GFS driver + * ubuntu: New tlsup driver for toshiba laptops + * Update config files + * build/d-i: Remove obsolete dm modules + + [ Chuck Short ] + + * SAUCE: ata: blacklist FUJITSU MHW2160BH PL + + [ Colin Ian King ] + + * ubuntu: Add dm-loop + * SAUCE: Enable speedstep for sonoma processors. + + [ Dennis Noordsij ] + + * SAUCE: Work around ACPI corruption upon suspend on some Dell machines. + + [ Fabio M. Di Nitto ] + + * SAUCE: Export gfs2 symbols required for gfs1 kernel module + + [ Matthew Garrett ] + + * SAUCE: hostap: send events on data interface as well as master + interface + + [ Michael Frey (Senior Manager, MID ] + + * SAUCE: Send HCI_RESET for Broadcomm 2046 + + [ Phillip Lougher ] + + * SAUCE: r8169: disable TSO by default for RTL8111/8168B chipsets. + + [ Stefan Bader ] + + * SAUCE: (no-up) Export dm_disk function of device-mapper + * SAUCE: Restore VT fonts on switch + * SAUCE: mmc: Increase power_up deleay to fix TI readers + + [ Tim Gardner ] + + * SAUCE: Add extra headers to linux-libc-dev + * SAUCE: Catch nonsense keycodes and silently ignore + * SAUCE: Added support for HDAPS on various ThinkPads from Lenovo and IBM + * SAUCE: Guest OS does not recognize a lun with non zero target id on + Vmware ESX Server + * SAUCE: (no-up) Take care of orinoco_cs overlap with hostap_cs + * ubuntu: Add GNBD driver + + -- Ben Collins Sat, 23 Aug 2008 15:48:35 -0400 + +linux (2.6.27-0.0) intrepid; urgency=low + + * Not uploaded, placeholder for new release + + -- Ben Collins Sat, 23 Aug 2008 15:48:35 -0400 + +linux (2.6.26-5.17) intrepid; urgency=low + + [ Ben Collins ] + + * build/abi: Add tosh_smm symbol to blacklist + + -- Ben Collins Fri, 15 Aug 2008 09:29:34 -0400 + +linux (2.6.26-5.16) intrepid; urgency=low + + [ Ben Collins ] + + * Revert "SAUCE: toshiba_acpi: Rewrote most of the proc entry bits." + * Revert "SAUCE: Update toshiba_acpi.c to version 0.19a" + * build/config: Disable in-kernel toshiba driver(s) + * ubuntu/tlsup: New driver for toshiba laptops + * build/config: Enable TLSUP driver + * SAUCE: e1000e: Fix E1000E_ENABLED logic to check for our E1000E_NEW + driver as well + * ubuntu/e1000e: Remove E1000E_ENABLED option in local config + * build/config: Update configs to have E1000E_ENABLED set + * ubuntu/prism2: Remove duplicate device + + [ Fabio M. Di Nitto ] + + * SAUCE: Export gfs2 symbols required for gfs1 kernel module + + [ Stefan Bader ] + + * SAUCE: x86: HPET rework for SB700 + - LP: #255910 + + [ Tim Gardner ] + + * Add GNBD driver + * Enable GNBD driver + * SAUCE: Add GFS driver + * SAUCE: Enable gfs driver configs + * b43: Linksys WMP54G (BCM4306/3) card in a PCI format has an SPROM + coding + + [ Upstream Kernel Changes ] + + * KVM: x86 emulator: emulate clflush + * USB: quirk PLL power down mode + + -- Ben Collins Mon, 11 Aug 2008 13:19:28 -0400 + +linux (2.6.26-5.15) intrepid; urgency=low + + [ Ben Collins ] + + * Revert "SAUCE: Add blacklist support to fix Belkin bluetooth dongle." + - Superceded by upstream changes. + * build/config: New option enabled for uvcvideo + * build/control: Add Vcs-Git meta data to control file + * SAUCE: toshiba_acpi: Rewrote most of the new code + * abi/perm-blacklist: Add emu10k1 driver to blacklist + + [ Upstream Kernel Changes ] + + * pxamci: trivial fix of DMA alignment register bit clearing + * udplite: Protection against coverage value wrap-around + * ipv6: use timer pending + * ipv6: __KERNEL__ ifdef struct ipv6_devconf + * hdlcdrv: Fix CRC calculation. + * quota: fix possible infinite loop in quota code + * isofs: fix minor filesystem corruption + * KVM: VMX: Fix a wrong usage of vmcs_config + * KVM: SVM: fix suspend/resume support + * KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held + * KVM: VMX: Add ept_sync_context in flush_tlb + * KVM: x86 emulator: Fix HLT instruction + * KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction + * KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts + * Patch Upstream: x86 ptrace: fix PTRACE_GETFPXREGS error + * rcu: fix rcu_try_flip_waitack_needed() to prevent grace-period stall + * Fix typos from signal_32/64.h merge + * x86 reboot quirks: add Dell Precision WorkStation T5400 + * USB: fix usb serial pm counter decrement for disconnected interfaces + * x86, suspend, acpi: enter Big Real Mode + * markers: fix duplicate modpost entry + * Fix build on COMPAT platforms when CONFIG_EPOLL is disabled + * proc: fix /proc/*/pagemap some more + * cpusets: fix wrong domain attr updates + * x86: fix crash due to missing debugctlmsr on AMD K6-3 + * ide-cd: fix oops when using growisofs + * rtc-at91rm9200: avoid spurious irqs + * vmlinux.lds: move __attribute__((__cold__)) functions back into final + .text section + * ARM: fix fls() for 64-bit arguments + * tcp: Clear probes_out more aggressively in tcp_ack(). + * sparc64: Fix lockdep issues in LDC protocol layer. + * sparc64: Fix cpufreq notifier registry. + * sparc64: Do not define BIO_VMERGE_BOUNDARY. + * iop-adma: fix platform driver hotplug/coldplug + * myri10ge: do not forget to setup the single slice pointers + * myri10ge: do not use mgp->max_intr_slots before loading the firmware + * ALSA: trident - pause s/pdif output + * V4L: cx18: Upgrade to newer firmware & update documentation + * DVB: dib0700: add support for Hauppauge Nova-TD Stick 52009 + * V4L: uvcvideo: Fix a buffer overflow in format descriptor parsing + * V4L: uvcvideo: Use GFP_NOIO when allocating memory during resume + * V4L: uvcvideo: Don't free URB buffers on suspend + * V4L: uvcvideo: Make input device support optional + * V4L: uvcvideo: Add support for Medion Akoya Mini E1210 integrated + webcam + * V4L: saa7134: Copy tuner data earlier to avoid overwriting manual tuner + type + * V4L: cx23885: Bugfix for concurrent use of /dev/video0 and /dev/video1 + * DVB: cx23885: Ensure PAD_CTRL is always reset to a sensible default + * DVB: cx23885: DVB Transport cards using DVB port VIDB/TS1 did not + stream + * DVB: cx23885: Reallocated the sram to avoid concurrent VIDB/C issues + * DVB: cx23885: SRAM changes for the 885 and 887 silicon parts + * x86: fix kernel_physical_mapping_init() for large x86 systems + * eCryptfs: use page_alloc not kmalloc to get a page of memory + * UML - Fix boot crash + * ixgbe: remove device ID for unsupported device + * mpc52xx_psc_spi: fix block transfer + * tmpfs: fix kernel BUG in shmem_delete_inode + * markers: fix markers read barrier for multiple probes + * VFS: increase pseudo-filesystem block size to PAGE_SIZE + * cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called + already + * b43legacy: Release mutex in error handling code + * ath5k: don't enable MSI, we cannot handle it yet + * Fix off-by-one error in iov_iter_advance() + * Linux 2.6.26.1 + * ftrace: remove unneeded documentation + * romfs_readpage: don't report errors for pages beyond i_size + * netfilter: nf_nat_sip: c= is optional for session + * SCSI: bsg: fix bsg_mutex hang with device removal + * x86: idle process - add checking for NULL early param + * x86: io delay - add checking for NULL early param + * Close race in md_probe + * Kprobe smoke test lockdep warning + * netfilter: xt_time: fix time's time_mt()'s use of do_div() + * linear: correct disk numbering error check + * SCSI: ch: fix ch_remove oops + * NFS: Ensure we zap only the access and acl caches when setting new acls + * jbd: fix race between free buffer and commit transaction + * Input: i8042 - add Intel D845PESV to nopnp list + * Input: i8042 - add Gericom Bellagio to nomux blacklist + * Input: i8042 - add Acer Aspire 1360 to nomux blacklist + * Bluetooth: Signal user-space for HIDP and BNEP socket errors + * Add compat handler for PTRACE_GETSIGINFO + * ALSA: hda - Fix wrong volumes in AD1988 auto-probe mode + * ALSA: hda - Fix DMA position inaccuracy + * ALSA: hda - Add missing Thinkpad Z60m support + * ALSA: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 + * vfs: fix lookup on deleted directory + * Ath5k: fix memory corruption + * Ath5k: kill tasklets on shutdown + * sound: ensure device number is valid in snd_seq_oss_synth_make_info + * Linux 2.6.26.2 + + -- Ben Collins Sun, 03 Aug 2008 13:25:02 -0400 + +linux (2.6.26-5.14) intrepid; urgency=low + + [ Ben Collins ] + + * SAUCE: applesmc: Add MacBookAir + * build: Do not build ddeb unless we are on the buildd + * build: control: Consistency in arch fields. + * SAUCE: Update toshiba_acpi.c to version 0.19a + - LP: #77026 + * build: Added perm blacklist support and per-module support to abi-check + - Blacklist p80211 module from abi checks + * ubuntu/lirc: Get rid of drivers symlink and use real include stuff + + + [ Colin Ian King ] + + * SAUCE: acerhk module - add support for Amilo A1650g keyboard + - LP: #84159 + * SAUCE: rt2x00: Fix OOPS on failed creation of rt2x00lib workqueue + - LP: #249242 + + [ Mario Limonciello ] + + * Add LIRC back in + + [ Tim Gardner ] + + * Makefile race condition can lead to ndiswrapper build failure + - LP: #241547 + * update linux-wlan-ng (prism2_usb) to upstream version 1861 + - LP: #245026 + + [ Upstream Kernel Changes ] + + * Fix typos from signal_32/64.h merge + + -- Ben Collins Fri, 01 Aug 2008 00:05:01 -0400 + +linux (2.6.26-5.13) intrepid; urgency=low + + [ Ben Collins ] + + * build: Make makedumpfile an amd64/i386 only build-dep + * ubuntu/acerhk: Fixup assembly to compile with newer binutils + + -- Ben Collins Sat, 26 Jul 2008 16:41:50 -0400 + +linux (2.6.26-4.12) intrepid; urgency=low + + [ Ben Collins ] + + * e1000e: Upgraded module to 0.4.1.7 upstream. Placed in ubuntu/, + in-kernel driver disabled + * config: Disable e1000e in-kernel, and enable newer driver in ubuntu/ + * rfkill: Update to 1.3 drivers, and move to common location + * ubuntu: Actually link kconfig/kbuild into rfkill subdir + * config: Enable loading dsdt from initramfs + - LP: #246222 + * ubuntu: [compcache] Update to fix crashes in improper BUG() + * build: Create a retag scripts to recover tags from rebases + * build: Updates for dbg pkg + * build: Make sure no empty lines show up in debian/files + * ubuntu: atl1e: Add new driver from 2.6.27-pre-rc1 + - LP: #243894 + * sys_getcwd: Fix some brokeness introduced by AppArmor __d_path + changes + - LP: #251223 + * ubuntu: unionfs: Added v1.4 module from hardy + * build: Add sub-flavour infrastructure, and virtual subflav + + [ Eric Piel ] + + * ACPI: Allow custom DSDT tables to be loaded from initramfs + + [ Kees Cook ] + + * AppArmor: Smack VFS patches + + [ Mario Limonciello ] + + * Work around ACPI corruption upon suspend on some Dell machines. + - LP: #183033 + + [ Tim Gardner ] + + * Export usbhid_modify_dquirk for LBM module bcm5974 + - LP: #250838 + * VIA - Add VIA DRM Chrome9 3D engine + - LP: #251862 + * Define TRUE/FALSE for VIA DRM driver. + + -- Ben Collins Tue, 15 Jul 2008 12:51:39 -0400 + +linux (2.6.26-4.11) intrepid; urgency=low + + [ Ben Collins ] + + * config: Enable bcm5974 driver in all configs + + [ 2.6.26-4.10 ] + + [ Amit Kucheria ] + + * Fix typo in GSPCA Makefile and make it compile + + [ Ben Collins ] + + * ubuntu: Remove UVC driver in favor of in-kernel one (-rc9) + * config: Updates for -rc9 + * ubuntu: Add acx, prism2_usb wireless drivers + * config: Enable prism2_usb and acx drivers. + * ubuntu: Add at76 driver to build + * config: Enable at76_usb driver. + * iscsitarget: Fix prototype for bi_end_io callback. + * acx: Fix section type mismatch warnings + * fsam7400: Add sw kill switch driver + * config: Enable fsam7400 driver + * qc-usb: Added new driver + * config: Enable qc-usb driver + * drbd: Remove built-in connector usage + * drbd: Do not define idx/val for connector here + * connector.h: Add idx/val for drbd + * bcm5974: Added new driver + + [ Kees Cook ] + + * SAUCE: [AppArmor] merge with upstream subversion r1291 + * SAUCE: [AppArmor] fix typo in selinux_inode_link + * SAUCE: [AppArmor] aufs patches + + [ Michael Frey (Senior Manager, MID ] + + * SAUCE: Send HCI_RESET for Broadcomm 2046 + - LP: #241749 + + [ Tim Gardner ] + + * SAUCE: Medion Akoya Mini E1210 + + [ Upstream Kernel Changes ] + + * Revert "BAST: Remove old IDE driver" + * ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq + * ARM: OMAP: Correcting the gpmc prefetch control register address + * debugobjects: fix lockdep warning + * [ARM] 5115/1: pxafb: fix ifdef for command line option handling + * [ARM] 5116/1: pxafb: cleanup and fix order of failure handling + * [ARM] 5109/1: Mark rtc sa1100 driver as wakeup source before + registering it + * [ARM] Export dma_sync_sg_for_device() + * fix cgroup-inflicted breakage in block_dev.c + * [patch for 2.6.26 2/4] vfs: utimensat(): be consistent with utime() for + immutable and append-only files + * [patch for 2.6.26 1/4] vfs: utimensat(): ignore tv_sec if tv_nsec == + UTIME_OMIT or UTIME_NOW + * [patch for 2.6.26 3/4] vfs: utimensat(): fix error checking for + {UTIME_NOW,UTIME_OMIT} case + * [patch for 2.6.26 4/4] vfs: utimensat(): fix write access check for + futimens() + * [patch 1/4] vfs: path_{get,put}() cleanups + * [patch 2/4] fs: make struct file arg to d_path const + * [patch 3/4] vfs: fix ERR_PTR abuse in generic_readlink + * [patch 4/4] flock: remove unused fields from file_lock_operations + * [patch 3/3] vfs: make d_path() consistent across mount operations + * [patch 1/3] vfs: dcache sparse fixes + * [patch 2/3] vfs: dcache cleanups + * udf: Fix regression in UDF anchor block detection + * [SCSI] ses: Fix timeout + * netfilter: ip6table_mangle: don't reroute in LOCAL_IN + * [SCSI] esp: Fix OOPS in esp_reset_cleanup(). + * kernel/audit.c: nlh->nlmsg_type is gotten more than once + * audit: fix kernel-doc parameter notation + * remove useless argument type in audit_filter_user() + * Blackfin arch: fix bug - kernel boot fails when Spinlock and rw-lock + debugging enabled + * Blackfin arch: fix up section mismatch warning + * mac80211: implement EU regulatory domain + * b43: Do not return TX_BUSY from op_tx + * b43legacy: Do not return TX_BUSY from op_tx + * b43: Fix possible MMIO access while device is down + * b43legacy: Fix possible NULL pointer dereference in DMA code + * rt2x00: Fix unbalanced mutex locking + * iwlwifi: improve scanning band selection management + * [SCSI] esp: tidy up target reference counting + * [ARM] 5117/1: pxafb: fix __devinit/exit annotations + * thermal: Create CONFIG_THERMAL_HWMON=n + * ACPI: don't walk tables if ACPI was disabled + * dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled. + * x86: shift bits the right way in native_read_tscp + * x86: section/warning fixes + * V4L/DVB (8004): Fix INPUT dependency at budget-ci + * V4L/DVB (8005): Fix OOPS if frontend is null + * V4L/DVB (8007): cx18/cx25840: the S-Video LUMA input can use all + In1-In8 inputs + * V4L/DVB (8008): cx18: remove duplicate audio and video input enums + * V4L/DVB (8010): em28xx: Properly register extensions for already + attached devices + * V4L/DVB (8011): em28xx: enable DVB for HVR-900 + * V4L/DVB (8012): gl861: sleep a little to avoid I2C errors + * V4L/DVB (8013): gl861: remove useless identify_state + * V4L/DVB (8015): gl861: replace non critical msleep(0) with msleep(1) to + be on the safe side + * V4L/DVB (8017): Ensure em28xx extensions only get run against devs that + support them + * V4L/DVB (8018): Add em2860 chip ID + * V4L/DVB (8020): Fix callbacks functions of saa7134_empress + * V4L/DVB (8022): saa7134: fix race between opening and closing the + device + * V4L/DVB (8026): Avoids an OOPS if dev struct can't be successfully + recovered + * V4L/DVB (8027): saa7134: Avermedia A700: only s-video and composite + input are working + * V4L/DVB (8028): Improve error messages for tda1004x attach + * V4L/DVB (8029): Improve error message at tda1004x_attach + * V4L/DVB (8034): tda18271: fix IF notch frequency handling + * V4L/DVB (8035): tda18271: dont touch EB14 if rf_cal lookup is out of + range + * V4L/DVB (8036): tda18271: toggle rf agc speed mode on TDA18271HD/C2 + only + * V4L/DVB (8037): tda18271: ensure that the thermometer is off during + channel configuration + * V4L/DVB (8039): pxa-camera: fix platform_get_irq() error handling. + * V4L/DVB (8040): soc-camera: remove soc_camera_host_class class + * V4L/DVB (8042): DVB-USB UMT-010 channel scan oops + * V4L/DVB (8043): au0828: add support for additional USB device id's + * V4L/DVB (8044): au8522: tuning optimizations + * V4L/DVB (8048): saa7134: Fix entries for Avermedia A16d and Avermedia + E506 + * V4L/DVB (8061): cx18: only select tuner / frontend modules if + !DVB_FE_CUSTOMISE + * V4L/DVB (8063): cx18: Fix unintended auto configurations in + cx18-av-core + * V4L/DVB (8066): cx18: Fix audio mux input definitions for HVR-1600 Line + In 2 and FM radio + * V4L/DVB (8067): cx18: Fix firmware load for case when digital capture + happens first + * V4L/DVB (8068): cx18: Add I2C slave reset via GPIO upon initialization + * V4L/DVB (8069): cx18: Fix S-Video and Compsite inputs for the Yuan + MPC718 and enable card entry + * V4L/DVB (8071): tda10023: Fix possible kernel oops during + initialisation + * V4L/DVB (8073): av7110: Catch another type of ARM crash + * V4L/DVB (8074): av7110: OSD transfers should not be interrupted + * V4L/DVB (8075): stv0299: Uncorrected block count and bit error rate + fixed + * V4L/DVB (8092): videodev: simplify and fix standard enumeration + * V4L/DVB (8096): au8522: prevent false-positive lock status + * V4L/DVB (8097): xc5000: check device hardware state to determine if + firmware download is needed + * V4L/DVB (8100): V4L/vivi: fix possible memory leak in vivi_fillbuff + * V4L/DVB (8108): Fix open/close race in saa7134 + * s2io: fix documentation about intr_type + * tc35815: Mark carrier-off before starting PHY + * tc35815: Fix receiver hangup on Rx FIFO overflow + * ixgbe: fix EEH recovery during reset on PPC + * igb: fix EEH recovery during reset on PPC + * e1000e: fix EEH recovery during reset on PPC + * pcnet_cs, axnet_cs: clear bogus interrupt before request_irq + * drivers/net/r6040.c: Eliminate double sizeof + * ipg: fix jumbo frame compilation + * ipg: use NULL, not zero, for pointers + * [netdrvr] 3c59x: remove irqs_disabled warning from local_bh_enable + * [netdrvr] netxen: fix netxen_pci_tbl[] breakage + * e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xx + * e1000: only enable TSO6 via ethtool when using correct hardware + * [netdrvr] Fix IOMMU overflow checking in s2io.c + * qla3xxx: Hold RTNL while calling dev_close() + * Hold RTNL while calling dev_close() + * sata_uli: hardreset is broken + * rt2x00: Fix lock dependency errror + * prism: islpci_eth.c endianness fix + * mac80211: fix an oops in several failure paths in key allocation + * firewire: fw-sbp2: fix parsing of logical unit directories + * kbuild: fix a.out.h export to userspace with O= build. + * Ensure interrupted recovery completed properly (v1 metadata plus + bitmap) + * Don't acknowlege that stripe-expand is complete until it really is. + * Fix error paths if md_probe fails. + * hamradio: remove unused variable + * tcp: calculate tcp_mem based on low memory instead of all memory + * tcp: fix for splice receive when used with software LRO + * af_unix: fix 'poll for write'/connected DGRAM sockets + * netdevice: Fix typo of dev_unicast_add() comment + * pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive. + * pkt_sched: Remove CONFIG_NET_SCH_RR + * include/linux/netdevice.h: don't export MAX_HEADER to userspace + * tcp: /proc/net/tcp rto,ato values not scaled properly (v2) + * netlink: Fix some doc comments in net/netlink/attr.c + * CONNECTOR: add a proc entry to list connectors + * inet fragments: fix race between inet_frag_find and + inet_frag_secret_rebuild + * net/inet_lro: remove setting skb->ip_summed when not LRO-able + * netlabel: Fix a problem when dumping the default IPv6 static labels + * ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags. + * sched: fix cpu hotplug + * Fix and clean top .gitignore + * x86: fix cpu hotplug crash + * ptrace GET/SET FPXREGS broken + * Input: add KEY_MEDIA_REPEAT definition + * Input: fix locking in force-feedback core + * [ARM] 5131/1: Annotate platform_secondary_init with trace_hardirqs_off + * ide: fix /proc/ide/ide?/mate reporting + * netfilter: nf_conntrack_tcp: fixing to check the lower bound of valid + ACK + * textsearch: fix Boyer-Moore text search bug + * hostap: don't report useless WDS frames by default + * hostap: fix sparse warnings + * mac80211: don't accept WEP keys other than WEP40 and WEP104 + * V4L/DVB (8145a): USB Video Class driver + * [IA64] Bugfix for system with 32 cpus + * [IA64] export account_system_vtime + * sched: fix divide error when trying to configure rt_period to zero + * x86: fix NODES_SHIFT Kconfig range + * block: Fix the starving writes bug in the anticipatory IO scheduler + * Properly notify block layer of sync writes + * rcu: fix hotplug vs rcu race + * I2C: S3C2410: Check ACK on byte transmission + * I2C: S3C2410: Fixup error codes returned rom a transfer. + * I2C: S3C2410: Add MODULE_ALIAS() for s3c2440 device. + * PCI: Restrict VPD read permission to root + * powerpc/bootwrapper: update for initrd with simpleImage + * i2c: Documentation: fix device matching description + * i2c: Fix bad hint about irqs in i2c.h + * powerpc/legacy_serial: Bail if reg-offset/shift properties are present + * powerpc/mpc5200: Fix lite5200b suspend/resume + * ipv4: fix sysctl documentation of time related values + * net-sched: change tcf_destroy_chain() to clear start of filter list + * net-sched: fix filter destruction in atm/hfsc qdisc destruction + * netlink: Unneeded local variable + * net: Tyop of sk_filter() comment + * netdevice: Fix wrong string handle in kernel command line parsing + * net: fib_rules: fix error code for unsupported families + * dm crypt: use cond_resched + * V4L/DVB (8178): uvc: Fix compilation breakage for the other drivers, if + uvc is selected + * PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev. + * PCI: acpiphp: cleanup notify handler on all root bridges + * drivers/input/ff-core.c needs + * DRM/i915: only use tiled blits on 965+ + * tty: Fix inverted logic in send_break + * x86: fix Intel Mac booting with EFI + * arch/x86/mm/init_64.c: early_memtest(): fix types + * 9p: fix O_APPEND in legacy mode + * slub: Do not use 192 byte sized cache if minimum alignment is 128 byte + * Do not overwrite nr_zones on !NUMA when initialising zlcache_ptr + * [MIPS] IP32: Fix unexpected irq 71 + * [MIPS] IP22: Fix crashes due to wrong L1_CACHE_BYTES + * [MIPS] cevt-txx9: Reset timer counter on initialization + * hrtimer: prevent migration for raising softirq + * svcrpc: fix handling of garbage args + * OHCI: Fix problem if SM501 and another platform driver is selected + * USB: fix cdc-acm resume() + * USB: ehci - fix timer regression + * USB: ohci - record data toggle after unlink + * USB: mass storage: new id for US_SC_CYP_ATACB + * sisusbvga: Fix oops on disconnect. + * USB: New device ID for ftdi_sio driver + * USB: fix interrupt disabling for HCDs with shared interrupt handlers + * USB: don't lose disconnections during suspend + * USB: another option device id + * USB: add a pl2303 device id + * USB: fix Oops on loading ipaq module since 2.6.26 + * USB: adding comment for ipaq forcing number of ports + * [MIPS] Fix bug in atomic_sub_if_positive. + * xen: fix address truncation in pte mfn<->pfn conversion + * sata_sil24: add DID for another adaptec flavor + * ahci: always clear all bits in irq_stat + * libata-sff: improve HSM violation reporting + * sata_mv: safer logic for limit_warnings + * Update maintainers for powerpc + * Christoph has moved + * mm: dirty page accounting vs VM_MIXEDMAP + * rtc: rtc_read_alarm() handles wraparound + * firmware: fix the request_firmware() dummy + * serial: fix serial_match_port() for dynamic major tty-device numbers + * get_user_pages(): fix possible page leak on oom + * rtc-x1205: Fix alarm set + * rtc: fix CMOS time error after writing /proc/acpi/alarm + * pci: VT3336 can't do MSI either + * Miguel Ojeda has moved + * ext3: add missing unlock to error path in ext3_quota_write() + * ext4: add missing unlock to an error path in ext4_quota_write() + * reiserfs: add missing unlock to an error path in reiserfs_quota_write() + * ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev() + * lib: taint kernel in common report_bug() WARN path. + * gpio: pca953x (i2c) handles max7310 too + * fsl_diu_fb: fix build with CONFIG_PM=y, plus fix some warnings + * Update taskstats-struct document for scaled time accounting + * cciss: fix regression that no device nodes are created if no logical + drives are configured. + * delay accounting: maintainer update + * Doc*/kernel-parameters.txt: fix stale references + * hdaps: add support for various newer Lenovo thinkpads + * mn10300: export certain arch symbols required to build allmodconfig + * mn10300: provide __ucmpdi2() for MN10300 + * Introduce rculist.h + * man-pages is supported + * ntfs: update help text + * add kernel-doc for simple_read_from_buffer and memory_read_from_buffer + * w100fb: do not depend on SHARPSL + * w100fb: add 80 MHz modeline + * MFD maintainer + * cgroups: document the effect of attaching PID 0 to a cgroup + * spi: fix the read path in spidev + * doc: doc maintainers + * security: filesystem capabilities: fix fragile setuid fixup code + * security: filesystem capabilities: fix CAP_SETPCAP handling + * Alpha Linux kernel fails with inconsistent kallsyms data + * cpusets: document proc status cpus and mems allowed lists + * MAINTAINERS: update the email address of Andreas Dilger + * cciss: read config to obtain max outstanding commands per controller + * olpc: sdhci: add quirk for the Marvell CaFe's vdd/powerup issue + * olpc: sdhci: add quirk for the Marvell CaFe's interrupt timeout + * cpumask: introduce new APIs + * mm: switch node meminfo Active & Inactive pages to Kbytes + * Update MAINTAINERS file for the TPM device driver + * devcgroup: fix odd behaviour when writing 'a' to devices.allow + * doc: document the relax_domain_level kernel boot argument + * mmc: don't use DMA on newer ENE controllers + * mempolicy: mask off internal flags for userspace API + * x86 ACPI: normalize segment descriptor register on resume + * x86 ACPI: fix resume from suspend to RAM on uniprocessor x86-64 + * softlockup: print a module list on being stuck + * ide: fix hwif->gendev refcounting + * ide: ide_unregister() warm-plug bugfix + * ide: ide_unregister() locking bugfix + * ahci: give another shot at clearing all bits in irq_stat + * Fix clear_refs_write() use of struct mm_walk + * Move _RET_IP_ and _THIS_IP_ to include/linux/kernel.h + * Fix pagemap_read() use of struct mm_walk + * Linux 2.6.26-rc9 + * Revert "USB: don't explicitly reenable root-hub status interrupts" + * Revert "PCI: Correct last two HP entries in the bfsort whitelist" + * iwlwifi: fix incorrect 5GHz rates reported in monitor mode + * iwlwifi: drop skb silently for Tx request in monitor mode + * libertas: support USB persistence on suspend/resume (resend) + * tcp: net/ipv4/tcp.c needs linux/scatterlist.h + * tcp: fix a size_t < 0 comparison in tcp_read_sock + * bridge: fix use-after-free in br_cleanup_bridges() + * Add missing skb->dev assignment in Frame Relay RX code + * forcedeth: fix lockdep warning on ethtool -s + * ehea: fix might sleep problem + * ehea: add MODULE_DEVICE_TABLE + * ehea: fix race condition + * ehea: Access iph->tot_len with correct endianness + * pasemi_mac: Access iph->tot_len with correct endianness + * ibm_newemac: Fixes kernel crashes when speed of cable connected changes + * ibm_newemac: Fixes entry of short packets + * fs_enet: restore promiscuous and multicast settings in restart() + * can: add sanity checks + * x86: KVM guest: Add memory clobber to hypercalls + * KVM: IOAPIC: Fix level-triggered irq injection hang + * [SCSI] erase invalid data returned by device + * pxamci: fix byte aligned DMA transfers + * vsprintf: split out '%s' handling logic + * vsprintf: split out '%p' handling logic + * vsprintf: add infrastructure support for extended '%p' specifiers + * vsprintf: add support for '%pS' and '%pF' pointer formats + * powerpc: Fix unterminated of_device_id array in legacy_serial.c + * [UML] fix gcc ICEs and unresolved externs + * ocfs2/dlm: Fixes oops in dlm_new_lockres() + * hostap_cs: correct poor NULL checks in suspend/resume routines + * drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bit + * mac80211: move netif_carrier_on to after + ieee80211_bss_info_change_notify + * mac80211: Only flush workqueue when last interface was removed + * zd1211rw: add ID for AirTies WUS-201 + * ssb-pcicore: Fix IRQ-vector init on embedded devices + * mac80211: don't report selected IBSS when not found + * crypto: tcrypt - Fix memory leak in test_cipher + * sctp: Mark the tsn as received after all allocations finish + * [S390] protect _PAGE_SPECIAL bit against mprotect + * irda: via-ircc proper dma freeing + * irda: New device ID for nsc-ircc + * irda: Fix netlink error path return value + * [SCSI] mptspi: fix oops in mptspi_dv_renegotiate_work() + * Correct hash flushing from huge_ptep_set_wrprotect() + * ide: add __ide_default_irq() inline helper + * palm_bk3710: fix IDECLK period calculation + * it8213: fix return value in it8213_init_one() + * [MIPS] Atlas, decstation: Fix section mismatches triggered by + defconfigs + * [MIPS] Fix 32bit kernels on R4k with 128 byte cache line size + * NFS: Fix readdir cache invalidation + * SUNRPC: Fix a double-free in rpcbind + * SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookups + * reiserfs: discard prealloc in reiserfs_delete_inode + * Fix broken fix for fsl-diu-db + * RDMA/cxgb3: Fix regression caused by class_device -> device conversion + * ipv6: fix race between ipv6_del_addr and DAD timer + * sctp: Add documentation for sctp sysctl variable + * kernel/printk.c: Made printk_recursion_bug_msg static. + * powerpc: Add missing reference to coherent_dma_mask + * rc80211_pid: Fix fast_start parameter handling + * rt2x00: Disable synchronization during initialization + * zd1211rw: stop beacons on remove_interface + * libertas: fix memory alignment problems on the blackfin + * netfilter: nf_conntrack_tcp: fix endless loop + * netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMP + * md: ensure all blocks are uptodate or locked when syncing + * sched: fix cpu hotplug + * x86: fix /dev/mem compatibility under PAT + * crypto: chainiv - Invoke completion function + * ocfs2: Fix flags in ocfs2_file_lock + * kernel/kprobes.c: Made kprobe_blacklist static. + * arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file + because it shouldn't be tracked. + * ftrace: Documentation + * Fix PREEMPT_RCU without HOTPLUG_CPU + * sched: fix cpu hotplug, cleanup + * exec: fix stack excutability without PT_GNU_STACK + * slub: Fix use-after-preempt of per-CPU data structure + * Documentation: clarify tcp_{r,w}mem sysctl docs + * ip: sysctl documentation cleanup + * tcp: correct kcalloc usage + * ipv4: fib_trie: Fix lookup error return + * netlabel: netlink_unicast calls kfree_skb on error path by itself + * ipv6: missed namespace context in ipv6_rthdr_rcv + * xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_info + * tun: Persistent devices can get stuck in xoff state + * tpm: add Intel TPM TIS device HID + * rapidio: fix device reference counting + * Fix name of Russell King in various comments + * rtc: fix reported IRQ rate for when HPET is enabled + * libata-acpi: filter out DIPM enable + * Added Targa Visionary 1000 IDE adapter to pata_sis.c + * libata-acpi: don't call sleeping function from invalid context + * Fix reference counting race on log buffers + * [SCSI] ipr: Fix HDIO_GET_IDENTITY oops for SATA devices + * IPMI: return correct value from ipmi_write + * x86: fix ldt limit for 64 bit + * [SCSI] fusion: default MSI to disabled for SPI and FC controllers + * [SCSI] bsg: fix oops on remove + * drivers/char/pcmcia/ipwireless/hardware.c fix resource leak + * drivers/isdn/i4l/isdn_common.c fix small resource leak + * fbdev: bugfix for multiprocess defio + * serial8250: sanity check nr_uarts on all paths. + * ov7670: clean up ov7670_read semantics + * rtc-fm3130: fix chip naming + * rtc-pcf8563: add chip id + * OProfile kernel maintainership changes + * frv: fix irqs_disabled() to return an int, not an unsigned long + * cifs: fix inode leak in cifs_get_inode_info_unix + * cifs: fix wksidarr declaration to be big-endian friendly + * cpusets, hotplug, scheduler: fix scheduler domain breakage + * Documentation/HOWTO: correct wrong kernel bugzilla FAQ URL + * devcgroup: always show positive major/minor num + * devcgroup: fix permission check when adding entry to child cgroup + * Linux 2.6.26 + + -- Ben Collins Mon, 14 Jul 2008 13:41:50 -0400 + +linux (2.6.26-3.9) intrepid; urgency=low + + * abi: Add dca and ioatdma to modules.ignore + + [ 2.6.26-3.8 ] + + [ Ben Collins ] + + * ubuntu: Add heci driver 3.2.0.24 + * ubuntu: Add heci to kconfig/kbuild + * config: Enable heci module on all flavours + * dm-bbr: Update to get it to compile with 2.6.26 + * config: Enable dm-bbr + * ubuntu: Add some media drivers + * config: Enable misc media drivers + * udeb: Switch to uvesafb in fb-modules + * abi: Add more modules to ignore (known) + + [ 2.6.26-3.7 ] + + [Amit Kucheria] + + * SAUCE: make fc transport removal of target configurable + - LP: #163075 + * SAUCE: pm: Config option to disable handling of console during + suspend/resume + + [Ben Collins] + + * SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps + * SAUCE: irda: Default to dongle type 9 on IBM hardware + * SAUCE: tulip: Let dmfe handle davicom on non-sparc + * SAUCE: tulip: Define ULI PCI ID's + * SAUCE: version: Implement version_signature proc file. + * build: Cleanup arches + * build: Remove remnants of unused binary-custom infrastructure + * build: Remove disable_d_i (not needed) and cleanup ppa build stuff + * ubuntu: New modules, acer-acpi + * build: Remove -virtual, and rebuild configs + * ubuntu: Add drbd module + * acer-acpi: Fix makefile + * x86/Kconfig: Fix missing quote for ubuntu Kconfig source + * ubuntu: Add iscsitarget module + * ubuntu: Added Amiga FS driver + * ubuntu: Add squashfs driver + * ubuntu: Remove asfs (Amiga FS). Need to be in linux-ports instead + * squashfs: Move headers to real include directory + * build/configs: The Great Config Consistency Check of 2008 + * ubuntu: Move third-party includes to ubuntu/include + * ubuntu: Add aufs module + * ubuntu: Added atl2 driver + * ubuntu: Add dm-radi4-5 driver + * build: Add CONFIG_DEBUG_SECTION_MISMATCH=y to get old style warnings + from build + * ubuntu/Makefile: Fixup dm-raid4-5 and add kludge for kbuild + * squashfs: Fixes for VFS changes + * ubuntu/dm-raid4-5: Fixups for moved/renamed headers/functions in core + md + * ubuntu: Add ndiswrapper driver + * d-i: Update module listings + * build: Disable xd block device (ancient) + * ndiswrapper: Fixup makefile + * d-i: Remove efi-modules. The only module, efivars, is built-in + * build: Remove install-source, obsolete and caused build failure + * Ubuntu-2.6.26-1.3 + * build: linux-doc rules got broken when disabling html side. Fixed now. + * Ubuntu-2.6.26-1.4 + * x86: Update to -rc6 allows CONFIG_PCI_OLPC to work with PCI_GOANY + * d-i: Make virtio-ring optional (it's built-in on i386) + * Ubuntu-2.6.26-1.4 + * Ubuntu-2.6.26-1.5 + * config: Enable DVB devices + * ubuntu/aufs: Make aufs a bool config, since it needs to be built-in + * config: Build aufs into the kernels + * build: Fix arguments passed to link-headers script + * config: Disable early printk + * d-i: Move isofs to storage-core and kill st (scsi tape) from list + * config: Enable non-promiscuous access to /dev/mem + * x86: Add option to disable decompression info messages + * config: Enable no-bz-chatter config options + * build: Re-add linux-source package + * d-i: Re-add socket-modules. Accidentally removed + - LP: #241295 + * Ubuntu-2.6.26-2.6 + * Use makedumpfile to generate a vmcoreinfo file. + * build: Build-Depend on makedumpfile for vmcoreinfo generation + * build: Remove debug print from git-ubuntu-log + * Updated configs for -rc7 + * build: postinst, do not call depmod with -F + * config: Enable rtc-cmos as a built-in driver. + * control: Provide ndiswrapper-modules-1.9 + * build: Generate vmcoreinfo in image build for crashdumps without debug + image + * config: Disable vesafb, since we'll prefer uvesafb + * build: Copy uvesafb module to initrd mod directory + * abi-check: New, more robust script + * config: Enable heap randomization by default + * abi-check: Cleanup output and call with perl (not $SHELL) + * abi: Ignore missing vesafb (known) + * config: Disable pcspkr (in favor of snd-pcsp) + * swap: Add notify_swap_entry_free callback for compcache + * compcache: Added ram backed compressed swap module + * ubuntu: Enable kbuild and kconfig for compcache + * config: Enable compcache and tlsf allocator as modules + * config: Updated for -rc8. Disables XEN on i386 + * config: Switch i386-server to 64G, enable PAE, 64-bit res, and XEN + * ubuntu: Add misc drivers from hardy lum + * ubuntu: Enable build of misc/ subdir + * config: Enable misc drivers + * aufs: Fix warning about single non-string-literal arg to printf style + function + * drivers: Remove some duplicate device entries in various modules + * config: Disable some duplicate drivers + * keyspan: Remove duplicate device ID's + * check-aliases: Cleanup output, and fix rolling checks + * ubuntu: Disable dm-bbr for now + * dm-bbr: First cut at forward portiong. Still needs work. + * ubuntu: Disable dm-bbr in kbuild/kconfig + + [Chuck Short] + + * SAUCE: ata: blacklist FUJITSU MHW2160BH PL + - LP: #175834 + * SAUCE: [USB]: add ASUS LCM to the blacklist + + [Colin Ian King] + + * SAUCE: airprime.c supports more devices + - LP: #208250 + * SAUCE: Enable speedstep for sonoma processors. + - LP: #132271 + * Add dm-loop + * Add dm-loop BOM + + [Kyle McMartin] + + * SAUCE: fix orinoco_cs oops + + [Mario Limonciello] + + * SAUCE: Enable Reset and SCO workaround on Dell 410 BT adapter + + [Matthew Garrett] + + * SAUCE: hostap: send events on data interface as well as master + interface + + [Phillip Lougher] + + * SAUCE: r8169: disable TSO by default for RTL8111/8168B chipsets. + + [Stefan Bader] + + * SAUCE: Export dm_disk function of device-mapper + * SAUCE: Restore VT fonts on switch + * SAUCE: Always use SCO protocol (disable eSCO support) Bug: #39414 + * SAUCE: mmc: Increase power_up deleay to fix TI readers OriginalAuthor: + Pascal Terjan Bug: #137686 + * SAUCE: Add blacklist support to fix Belkin bluetooth dongle. Bug: + #140511 + * SAUCE: Lower warning level of pci resource allocation messages. Bug: + 159241 + * SAUCE: Lower message level for PCI memory and I/O allocation. + - LP: #159241 + * Modify log generation to catch bug numbers when adding with git-am. + + [Tim Gardner] + + * Added the debian directory. Ignore: yes + * Add support for UBUNTUINCLUDE Ignore: yes + * LUM headers go in /usr/src Ignore: yes + * First pass at 2.6.25 configs Ignore: yes + * i386 -generic builds. Ignore: yes + * SAUCE: Increase CONFIG_IDE_MAX_HWIFS to 8 (from 4) + * SAUCE: Add extra headers to linux-libc-dev OriginalAuthor: Soren Hansen + OriginalLocation: + https://lists.ubuntu.com/archives/kernel-team/2007-November/001891.html + * Set CONFIG_DEVKMEM=n Ignore: yes + * Enabled ALSA and CGROUPS for i386 Ignore: yes + * Enabled amd64 configs. Ignore: yes + * CONFIG_STANDALONE=n Ignore: yes + * CONFIG_BLK_DEV_4DRIVES=n for i386 Ignore: yes + * CONFIG: CONFIG_DEFAULT_RELATIME=y for all flavours. Ignore: yes + * Set CONFIG_EDD_OFF=y Ignore: yes + * SAUCE: Blacklist Bluetooth Dell Wireless 370 for SCO MTU + OriginalAuthor: Mario Limonciello Bug: + #209715 + * SAUCE: Catch nonsense keycodes and silently ignore + * SAUCE: frame buffer regression - screen blank except for blinking + cursor after fbcon vtswitch OriginalAuthor: Matthew Garrett + Bug: #201591 + * SAUCE: Added support for HDAPS on various ThinkPads from Lenovo and IBM + OriginalAuthor: Klaus S. Madsen + OriginalAuthor: Chuck Short + * SAUCE: Guest OS does not recognize a lun with non zero target id on + Vmware ESX Server + * SAUCE: orinoco_cs.ko missing + * Set CONFIG_FB_VESA=m for i386/amd64 Ignore: yes + * Set CONFIG_PM_DISABLE_CONSOLE=y for all flavours Ignore: yes + * Thorough review of amd64 -generic config Ignore: yes + * Build PPA packages for Hardy until the Intrepid archive is opened. + * Deleted obsolete flavours Ignore: yes + * Don't build docs for PPA Ignore: yes + * Build all standard packages in PPA. Ignore: yes + * Remove duplicate USB ids + * SAUCE: DVB-USB UMT-010 driver oops on install Bug: #115284 + * Update configs after rebase to 2.6.26-rc1 Ignore: yes + * Update configs after rebase Ignore: yes + * Disable V4L until the build issues get ironed out. Ignore: yes + * Update configs after rebase. Ignore: yes + * Another device enable pass Ignore: yes + * Update configs after merge. Ignore: yes + * SAUCE: fn key doesn't work in hardy with macbook pro fourth generation + (4,1) + - LP: #207127 + * Enabled CONFIG_CIFS_DFS_UPCALL=y and CONFIG_CIFS_UPCALL=y + - LP: #236830 + + [Upstream Kernel Changes] + + * Revert "[WATCHDOG] hpwdt: Add CFLAGS to get driver working" + * mac80211: detect driver tx bugs + * hwmon: (lm85) Fix function RANGE_TO_REG() + * hwmon: (adt7473) Initialize max_duty_at_overheat before use + * hwmon: Update the sysfs interface documentation + * hwmon: (abituguru3) Identify Abit AW8D board as such + * hwmon: (w83791d) new maintainer + * hwmon: (abituguru3) update driver detection + * hwmon: (lm75) sensor reading bugfix + * ipv6: Remove options header when setsockopt's optlen is 0 + * ipv6: Drop packets for loopback address from outside of the box. + * sched: rt: dont stop the period timer when there are tasks wanting to + run + * sched: fix wait_for_completion_timeout() spurious failure under heavy + load + * x86: fix NULL pointer deref in __switch_to + * xen: Use wmb instead of rmb in xen_evtchn_do_upcall(). + * xen: mask unwanted pte bits in __supported_pte_mask + * xen: don't drop NX bit + * sched: refactor wait_for_completion_timeout() + * Ext4: Fix online resize block group descriptor corruption + * [IA64] SN2: security hole in sn2_ptc_proc_write + * alpha: fix module load failures on smp (bug #10926) + * alpha: link failure fix + * alpha: fix compile failures with gcc-4.3 (bug #10438) + * alpha: resurrect Cypress IDE quirk + * pppoe: warning fix + * sctp: Make sure N * sizeof(union sctp_addr) does not overflow. + * netns: Don't receive new packets in a dead network namespace. + * Add return value to reserve_bootmem_node() + * Slab: Fix memory leak in fallback_alloc() + * Fix performance regression on lmbench select benchmark + * ALSA: aw2 - Fix Oops at initialization + * ALSA: sb - Fix wrong assertions + * futexes: fix fault handling in futex_lock_pi + * IB/mthca: Clear ICM pages before handing to FW + * tty_driver: Update required method documentation + * removed unused var real_tty on n_tty_ioctl() + * Fix ZERO_PAGE breakage with vmware + * mm: fix race in COW logic + * NFS: Reduce the NFS mount code stack usage. + * NFS: Fix filehandle size comparisons in the mount code + * NFS: nfs_updatepage(): don't mark page as dirty if an error occurred + * alpha: fix compile error in arch/alpha/mm/init.c + * KVM: Fix race between timer migration and vcpu migration + * KVM: close timer injection race window in __vcpu_run + * KVM: MMU: Fix rmap_write_protect() hugepage iteration bug + * KVM: MMU: large page update_pte issue with non-PAE 32-bit guests + (resend) + * KVM: MMU: Fix oops on guest userspace access to guest pagetable + * KVM: ioapic: fix lost interrupt when changing a device's irq + * KVM: VMX: Fix host msr corruption with preemption enabled + * [GFS2] BUG: unable to handle kernel paging request at ffff81002690e000 + * xen: remove support for non-PAE 32-bit + * kgdb: documentation update - remove kgdboe + * kgdb: sparse fix + * [IA64] Fix boot failure on ia64/sn2 + * [IA64] Handle count==0 in sn2_ptc_proc_write() + * [IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte() + * [GFS2] fix gfs2 block allocation (cleaned up) + * x86: Add structs and functions for paravirt clocksource + * x86: Make xen use the paravirt clocksource structs and functions + * KVM: Make kvm host use the paravirt clocksource structs + * x86: KVM guest: Use the paravirt clocksource structs and functions + * KVM: Remove now unused structs from kvm_para.h + * enable bus mastering on i915 at resume time + * Linux 2.6.26-rc8 + * # Ubuntu external driver commit. + * # Ubuntu commit template. + + -- Ben Collins Sat, 21 Jun 2008 09:05:15 -0400 + +linux (2.6.26-2.6) intrepid; urgency=low + + [Ben Collins] + + * Revert "SAUCE: Export symbols for aufs (in lum) (not needed) + * config: Enable DVB devices + * ubuntu/aufs: Make aufs a bool config, since it needs to be built-in + * config: Build aufs into the kernels + * build: Fix arguments passed to link-headers script + * config: Disable early printk + * d-i: Move isofs to storage-core and kill st (scsi tape) from list + * config: Enable non-promiscuous access to /dev/mem + * x86: Add option to disable decompression info messages + * config: Enable no-bz-chatter config options + * build: Re-add linux-source package + * d-i: Re-add socket-modules. Accidentally removed + - LP: #241295 + + [Colin Ian King] + + * Add dm-loop + + [Tim Gardner] + + * Revert "SAUCE: USB bluetooth device 0x0e5e:0x6622 floods errors to + syslog (merged upstream) + + -- Ben Collins Mon, 16 Jun 2008 10:56:01 -0400 + +linux (2.6.26-1.5) intrepid; urgency=low + + * d-i: Make virtio-ring optional (it's built-in on i386) + * Rebased on 2.6.26-rc6 + + [Ubuntu-2.6.26-1.4 Changes below] + + * build: linux-doc rules got broken when disabling html side. Fixed now. + + [Ubuntu-2.6.26-1.3 Changes below] + + * build: Remove install-source, obsolete and caused build failure + + [Ubuntu-2.6.26-1.2 Changes below] + + * Remove efi-modules from d-i module list (efivars is built-in). Caused a + build failure. + * Patch to arch/x86/xen/time.c to remove __divdi3 usage (build failure on + i386). + + [Ubuntu-2.6.26-1.1 Changes below] + + [Amit Kucheria] + + * SAUCE: make fc transport removal of target configurable + * SAUCE: Add AGP support for Radeon Mobility 9000 chipset + * SAUCE: pm: Config option to disable handling of console during + suspend/resume + + [Ben Collins] + + * SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps + * SAUCE: irda: Default to dongle type 9 on IBM hardware + * SAUCE: tulip: Let dmfe handle davicom on non-sparc + * SAUCE: tulip: Define ULI PCI ID's + * SAUCE: version: Implement version_signature proc file. + * build: Remove remnants of unused binary-custom infrastructure + * mmc_block: Fix bad allocation on 64-bit (zero len array) + * ubuntu: New modules, acer-acpi + * build: Remove -virtual, and rebuild configs + * ubuntu: Add drbd module + * ubuntu: Add iscsitarget module + * ubuntu: Add squashfs driver + * build/configs: The Great Config Consistency Check of 2008 + * ubuntu: Add aufs module + * ubuntu: Added atl2 driver + * ubuntu: Add dm-radi4-5 driver + * build: Add CONFIG_DEBUG_SECTION_MISMATCH=y to get old style warnings + from build + * squashfs: Fixes for VFS changes + * ubuntu/dm-raid4-5: Fixups for moved/renamed headers/functions in core + md + * ubuntu: Add ndiswrapper driver + * d-i: Update module listings + + [Chuck Short] + + * SAUCE: ata: blacklist FUJITSU MHW2160BH PL + * SAUCE: [USB]: add ASUS LCM to the blacklist + + [Colin Ian King] + + * SAUCE: Enable speedstep for sonoma processors. + * SAUCE: airprime.c supports more devices + + [Kyle McMartin] + + * SAUCE: fix orinoco_cs oops + + [Mario Limonciello] + + * SAUCE: Enable Reset and SCO workaround on Dell 410 BT adapter + + [Matthew Garrett] + + * SAUCE: hostap: send events on data interface as well as master + interface + + [Phillip Lougher] + + * SAUCE: r8169: disable TSO by default for RTL8111/8168B chipsets. + + [Stefan Bader] + + * SAUCE: Export dm_disk function of device-mapper + * SAUCE: Restore VT fonts on switch + * SAUCE: Always use SCO protocol (disable eSCO support) Bug: #39414 + * SAUCE: mmc: Increase power_up deleay to fix TI readers + * SAUCE: Add blacklist support to fix Belkin bluetooth dongle. + * SAUCE: Lower warning level of pci resource allocation messages. + * SAUCE: Lower message level for PCI memory and I/O allocation. + - LP: #159241 + * Modify log generation to catch bug numbers when adding with git-am. + + [Tim Gardner] + + * SAUCE: hdaps module does not load on Thinkpad T61P + * SAUCE: Add extra headers to linux-libc-dev + * SAUCE: Export symbols for aufs (in lum). + * SAUCE: USB bluetooth device 0x0e5e:0x6622 floods errors to syslog + * SAUCE: Blacklist Bluetooth Dell Wireless 370 for SCO MTU + * SAUCE: Catch nonsense keycodes and silently ignore + * SAUCE: frame buffer regression - screen blank except for blinking + cursor after fbcon vtswitch + * SAUCE: Added support for HDAPS on various ThinkPads from Lenovo and IBM + * SAUCE: Guest OS does not recognize a lun with non zero target id on + Vmware ESX Server + * SAUCE: Modualrize vesafb + * SAUCE: DVB-USB UMT-010 driver oops on install + * SAUCE: fn key doesn't work in hardy with macbook pro fourth generation + (4,1) + - LP: #207127 + + -- Ben Collins Wed, 11 Jun 2008 05:28:35 -0400 --- linux-lts-utopic-3.16.0.orig/debian.master/config/amd64/config.common.amd64 +++ linux-lts-utopic-3.16.0/debian.master/config/amd64/config.common.amd64 @@ -0,0 +1,156 @@ +# +# Config options for config.common.amd64 automatically generated by splitconfig.pl +# +CONFIG_64BIT=y +CONFIG_AC97_BUS=m +CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11" +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +CONFIG_ARCH_RANDOM=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +CONFIG_ATA_GENERIC=y +# CONFIG_ATA_NONSTANDARD is not set +CONFIG_ATA_PIIX=y +CONFIG_AUDIT_ARCH=y +CONFIG_BCH=m +CONFIG_CC_STACKPROTECTOR=y +CONFIG_CRASH_DUMP=y +# CONFIG_CXL_BASE is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +# CONFIG_EM_TIMER_STI is not set +CONFIG_FB_ATY128=m +CONFIG_FB_BOOT_VESA_SUPPORT=y +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +# CONFIG_FB_MACMODES is not set +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_SYS_IMAGEBLIT=m +CONFIG_FB_UDL=m +CONFIG_FB_VOODOO1=m +# CONFIG_FONTS is not set +CONFIG_FRAME_WARN=1024 +CONFIG_FUNCTION_TRACER=y +CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY=0 +CONFIG_GPIO_GENERIC=m +CONFIG_GPIO_GENERIC_PLATFORM=m +CONFIG_GPIO_TWL4030=m +CONFIG_GPIO_TWL6040=m +# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set +# CONFIG_HAVE_AOUT is not set +CONFIG_HAVE_BOOTMEM_INFO_NODE=y +# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_HIBERNATION=y +CONFIG_HOTPLUG_PCI_PCIE=y +CONFIG_HOTPLUG_PCI_SHPC=m +CONFIG_HUGETLB_PAGE=y +CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 +CONFIG_IMA=y +CONFIG_IPMI_SI_PROBE_DEFAULTS=y +CONFIG_JUMP_LABEL=y +CONFIG_KVM=m +CONFIG_LOG_BUF_SHIFT=18 +CONFIG_LUSTRE_FS=m +CONFIG_MFD_SM501=m +# CONFIG_MFD_TMIO is not set +CONFIG_MII=m +CONFIG_MMC_BLOCK=m +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_PLTFM=m +CONFIG_MTD=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_CMDLINE_PARTS=m +CONFIG_MTD_NAND=m +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC=m +CONFIG_MTD_NAND_IDS=m +CONFIG_MUSB_PIO_ONLY=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +# CONFIG_NET_XGENE is not set +CONFIG_NODES_SHIFT=6 +CONFIG_NOP_USB_XCEIV=m +CONFIG_NO_HZ_FULL=y +# CONFIG_NO_HZ_IDLE is not set +CONFIG_NR_CPUS=256 +CONFIG_NUMA=y +CONFIG_NVRAM=m +CONFIG_OUTPUT_FORMAT="elf64-x86-64" +CONFIG_PATA_SIS=y +CONFIG_PCCARD=m +CONFIG_PHYSICAL_ALIGN=0x1000000 +CONFIG_PHYSICAL_START=0x1000000 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_PHY_SAMSUNG_USB2=m +CONFIG_PPS=m +CONFIG_PROBE_EVENTS=y +# CONFIG_PSTORE_CONSOLE is not set +CONFIG_PSTORE_RAM=m +CONFIG_PTP_1588_CLOCK=m +CONFIG_RANDOMIZE_BASE_MAX_OFFSET=0x40000000 +CONFIG_RCU_CPU_STALL_TIMEOUT=60 +CONFIG_RCU_FANOUT=64 +CONFIG_RCU_FAST_NO_HZ=y +CONFIG_RCU_NOCB_CPU=y +CONFIG_RCU_USER_QS=y +CONFIG_REED_SOLOMON=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_REGULATOR_TWL4030=m +CONFIG_RTC_DRV_CMOS=y +CONFIG_RTC_DRV_DS3232=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_RTC_DRV_TWL4030=m +CONFIG_RTC_DRV_XGENE=m +CONFIG_SAMSUNG_USB2PHY=m +CONFIG_SAMSUNG_USB3PHY=m +CONFIG_SAMSUNG_USBPHY=m +CONFIG_SATA_AHCI_PLATFORM=m +CONFIG_SATA_SVW=m +CONFIG_SCHED_SMT=y +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_SENSORS_SCH56XX_COMMON=m +CONFIG_SERIAL_8250_DW=m +# CONFIG_SH_TIMER_CMT is not set +# CONFIG_SH_TIMER_MTU2 is not set +CONFIG_SND=m +CONFIG_SND_COMPRESS_OFFLOAD=m +CONFIG_SND_DMAENGINE_PCM=m +CONFIG_SND_HDA_INTEL=m +# CONFIG_SND_OPL4_LIB_SEQ is not set +CONFIG_SND_PCM=m +# CONFIG_SND_SBAWE_SEQ is not set +CONFIG_SND_SOC=m +CONFIG_SND_SOC_FSL_SSI=m +CONFIG_SND_SOC_HDMI_CODEC=m +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_TIMER=m +CONFIG_SOUND=m +CONFIG_STACK_TRACER=y +# CONFIG_STANDALONE is not set +CONFIG_SYS_HYPERVISOR=y +CONFIG_TIGON3=m +CONFIG_UPROBES=y +CONFIG_USB_EHCI_HCD_PLATFORM=y +CONFIG_USB_GADGET=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +CONFIG_USB_MUSB_HDRC=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_OHCI_HCD_PLATFORM=y +CONFIG_USB_USBNET=m +# CONFIG_USB_UX500_DMA is not set +CONFIG_VFIO_IOMMU_TYPE1=m +CONFIG_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_X86_MINIMUM_CPU_FAMILY=64 +CONFIG_X86_SPEEDSTEP_LIB=m +CONFIG_XEN=y +CONFIG_XEN_MAX_DOMAIN_MEMORY=500 +CONFIG_ZONE_DMA32=y --- linux-lts-utopic-3.16.0.orig/debian.master/config/amd64/config.flavour.generic +++ linux-lts-utopic-3.16.0/debian.master/config/amd64/config.flavour.generic @@ -0,0 +1,10 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# +CONFIG_HZ=250 +# CONFIG_HZ_1000 is not set +CONFIG_HZ_250=y +# CONFIG_IRQ_FORCED_THREADING_DEFAULT is not set +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_RCU is not set +CONFIG_PREEMPT_VOLUNTARY=y --- linux-lts-utopic-3.16.0.orig/debian.master/config/amd64/config.flavour.lowlatency +++ linux-lts-utopic-3.16.0/debian.master/config/amd64/config.flavour.lowlatency @@ -0,0 +1,10 @@ +# +# Config options for config.flavour.lowlatency automatically generated by splitconfig.pl +# +CONFIG_HZ=1000 +CONFIG_HZ_1000=y +# CONFIG_HZ_250 is not set +CONFIG_IRQ_FORCED_THREADING_DEFAULT=y +CONFIG_PREEMPT=y +CONFIG_PREEMPT_RCU=y +# CONFIG_PREEMPT_VOLUNTARY is not set --- linux-lts-utopic-3.16.0.orig/debian.master/config/annotations +++ linux-lts-utopic-3.16.0/debian.master/config/annotations @@ -0,0 +1,2146 @@ +# ARCH: x86 arm powerpc + +# not a thing +CONFIG_USB_OHCI_HCD_PLATFORM - flag +CONFIG_USB_EHCI_HCD_PLATFORM - flag +CONFIG_USB_OHCI_HCD_PPC_OF_LE - flag + +CONFIG_64BIT - flag + +# Overall defaults +set +all !flag EXPERIMENTAL !flag IGNORE !flag DEPRECATED ?type tristate = m + +# Mark debugging symbols. +# default all debug symbols off +set +pattern '(^|_)DEBUG(_|$)' ?type bool = n flag +set +pattern '(^|_)DEBUG(_|$)' ?type tristate = n flag +# exceptions +CONFIG_DEBUG_FS y note +CONFIG_DEBUG_KERNEL y note +CONFIG_DEBUG_RODATA y mark +CONFIG_DEBUG_SET_MODULE_RONX y mark +CONFIG_SLUB_DEBUG y +CONFIG_SCHED_DEBUG y + +# Menu: ROOT +CONFIG_SYSTEM_TRUSTED_KEYRING y + +# Menu: ROOT (arm) +CONFIG_ARM_DMA_IOMMU_ALIGNMENT 8 +CONFIG_ARM_PATCH_PHYS_VIRT y + +# Menu: ROOT (powerpc) +CONFIG_RELOCATABLE y +CONFIG_CPU_BIG_ENDIAN n +CONFIG_PPC64 y +CONFIG_CPU_LITTLE_ENDIAN y +CONFIG_NR_IRQS 512 +CONFIG_SCOM_DEBUGFS n + +# Menu: ROOT (x86) + +# Menu: Advanced setup (powerpc) +CONFIG_RELOCATABLE y + +# Menu: Boot options (arm) +CONFIG_KEXEC y +CONFIG_CRASH_DUMP y + +# Menu: Bus options (arm) + +# Menu: Bus options (powerpc) +CONFIG_FSL_LBC y + +# Menu: Bus options (x86) +CONFIG_ISA_DMA_API y +CONFIG_X86_SYSFB y +CONFIG_ISA y +CONFIG_EISA y +CONFIG_ALIX y +CONFIG_NET5501 y +CONFIG_GEOS y + +# Menu: Bus options >> PCCard (PCMCIA/CardBus) support +CONFIG_PCCARD p policy<(arch armel armhf ppc64el &/ value n) | value m> note +CONFIG_PCMCIA_LOAD_CIS y +CONFIG_CARDBUS y +CONFIG_YENTA_O2 y +CONFIG_YENTA_RICOH y +CONFIG_YENTA_TI y +CONFIG_YENTA_ENE_TUNE y +CONFIG_YENTA_TOSHIBA y + +# Menu: Bus options >> PCI support +CONFIG_PCI y +CONFIG_PCIEPORTBUS y +CONFIG_HOTPLUG_PCI_PCIE p policy<(arch ppc64el &/ value n) | value y> note +CONFIG_PCIEAER_INJECT n flag +CONFIG_PCI_IOAPIC p policy<(arch i386 amd64 &/ value y) | value m> note + +# Menu: Bus options >> PCI support (arm) + +# Menu: Bus options >> PCI support (powerpc) + +# Menu: Bus options >> PCI support (x86) +CONFIG_PCI_MMCONFIG y +CONFIG_PCI_GOANY y + +# Menu: Bus options >> PCI support >> PCI host controller drivers +CONFIG_PCI_IMX6 y +CONFIG_PCI_TEGRA y + +# Menu: Bus options >> PCI support >> RapidIO support +CONFIG_RAPIDIO y +CONFIG_RAPIDIO_DISC_TIMEOUT 30 +CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS n +CONFIG_RAPIDIO_DMA_ENGINE y + +# Menu: Bus options >> PCI support >> RapidIO support (powerpc) + +# Menu: Bus options >> PCI support >> RapidIO support (x86) + +# Menu: Bus options >> PCI support >> RapidIO support >> RapidIO Switch drivers + +# Menu: Bus options >> PCI support >> Support for PCI Hotplug +CONFIG_HOTPLUG_PCI y +CONFIG_HOTPLUG_PCI_ACPI y +CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM y + +# Menu: CAN Device Drivers + +# Menu: CAN Device Drivers >> CAN USB interfaces + +# Menu: CAN Device Drivers >> Platform CAN drivers with Netlink support +CONFIG_CAN_CALC_BITTIMING y +CONFIG_CAN_LEDS y + +# Menu: CAN Device Drivers >> Platform CAN drivers with Netlink support >> Bosch CC770 and Intel AN82527 devices + +# Menu: CAN Device Drivers >> Platform CAN drivers with Netlink support >> Bosch C_CAN/D_CAN devices + +# Menu: CAN Device Drivers >> Platform CAN drivers with Netlink support >> Philips/NXP SJA1000 devices +CONFIG_CAN_PEAK_PCIEC y + +# Menu: CPU Power Management >> CPU Frequency scaling +CONFIG_CPU_FREQ y +CONFIG_CPU_FREQ_STAT y note +CONFIG_CPU_FREQ_STAT_DETAILS y +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE y note +CONFIG_CPU_FREQ_GOV_PERFORMANCE y note +CONFIG_CPU_FREQ_GOV_POWERSAVE y note +CONFIG_CPU_FREQ_GOV_USERSPACE y note +CONFIG_CPU_FREQ_GOV_ONDEMAND y note +CONFIG_CPU_FREQ_GOV_CONSERVATIVE y note +CONFIG_CRYPTO_DEV_NX y + +# Menu: CPU Power Management >> CPU Frequency scaling >> ARM CPU frequency scaling drivers + +# Menu: CPU Power Management >> CPU Frequency scaling >> AVR32 CPU frequency scaling drivers + +# Menu: CPU Power Management >> CPU Frequency scaling >> CPUFreq processor drivers + +# Menu: CPU Power Management >> CPU Frequency scaling >> MIPS CPUFreq processor drivers + +# Menu: CPU Power Management >> CPU Frequency scaling >> PowerPC CPU frequency scaling drivers + +# Menu: CPU Power Management >> CPU Frequency scaling >> SH CPU Frequency scaling + +# Menu: CPU Power Management >> CPU Frequency scaling >> SPARC CPU frequency scaling drivers + +# Menu: CPU Power Management >> CPU Frequency scaling >> x86 CPU frequency scaling drivers +CONFIG_X86_INTEL_PSTATE y +CONFIG_X86_PCC_CPUFREQ y note +CONFIG_X86_ACPI_CPUFREQ y note +CONFIG_X86_ACPI_CPUFREQ_CPB y +CONFIG_X86_POWERNOW_K8 y note +CONFIG_X86_SPEEDSTEP_CENTRINO y note +CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE y +CONFIG_X86_SPEEDSTEP_ICH y note +CONFIG_X86_SPEEDSTEP_SMI y note +CONFIG_X86_CPUFREQ_NFORCE2 y note +CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK y + +# Menu: CPU Power Management >> CPU Idle +CONFIG_CPU_IDLE y +CONFIG_CPU_IDLE_MULTIPLE_DRIVERS y +CONFIG_CPU_IDLE_GOV_LADDER y +CONFIG_CPU_IDLE_GOV_MENU y + +# Menu: CPU Power Management >> CPU Idle >> ARM CPU Idle Drivers +CONFIG_ARM_BIG_LITTLE_CPUIDLE y +CONFIG_ARM_HIGHBANK_CPUIDLE p policy<(arch armhf & flavour generic &/ value n) | value y> note + +# Menu: Cryptographic API +set +tree-menu 'Cryptographic API' ?flag EXPERIMENTAL ?type bool = n +set +tree-menu 'Cryptographic API' ?flag EXPERIMENTAL ?type tristate = n +set +tree-menu 'Cryptographic API' !flag EXPERIMENTAL ?type tristate = m + +CONFIG_CRYPTO y mark +CONFIG_CRYPTO_MANAGER y note +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS y flag +CONFIG_CRYPTO_TEST m flag +CONFIG_CRYPTO_CBC y note +CONFIG_CRYPTO_ECB y note +CONFIG_CRYPTO_HMAC y note +CONFIG_CRYPTO_CRC32C y note +CONFIG_CRYPTO_CRC32C_INTEL y note +CONFIG_CRYPTO_CRCT10DIF y note +CONFIG_CRYPTO_MD5 y note +CONFIG_CRYPTO_SHA1 y note +CONFIG_CRYPTO_SHA256 y note +CONFIG_CRYPTO_SHA512 y note +CONFIG_CRYPTO_AES y note +CONFIG_CRYPTO_LZO y note + +# Menu: Cryptographic API >> Asymmetric (public-key cryptographic) key type +CONFIG_ASYMMETRIC_KEY_TYPE y note +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE y note +CONFIG_PUBLIC_KEY_ALGO_RSA y note +CONFIG_X509_CERTIFICATE_PARSER y note + +# Menu: Cryptographic API >> Hardware crypto devices +CONFIG_CRYPTO_HW y +CONFIG_CRYPTO_DEV_PADLOCK y note +CONFIG_CRYPTO_DEV_HIFN_795X_RNG y +CONFIG_CRYPTO_DEV_NX_COMPRESS y note + +# Menu: Device Drivers +CONFIG_POWER_AVS y +CONFIG_RESET_CONTROLLER y +CONFIG_VEXPRESS_CONFIG y +CONFIG_ARM_ARCH_TIMER_EVTSTREAM y + +# Menu: Device Drivers >> 1-wire Bus Masters + +# Menu: Device Drivers >> 1-wire Slaves +CONFIG_W1_SLAVE_DS2408_READBACK y +CONFIG_W1_SLAVE_DS2433_CRC n + +# Menu: Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED) +set +tree 'Device Drivers>>ATA/ATAPI/MFM/RLL support (DEPRECATED)' = n +# +CONFIG_IDE p policy<(arch powerpc ppc64el &/ value y) | value n> note +CONFIG_IDE_GD y +CONFIG_IDE_GD_ATA y +CONFIG_BLK_DEV_IDECD y +CONFIG_IDEPCI_PCIBUS_ORDER y +CONFIG_BLK_DEV_GENERIC y +CONFIG_BLK_DEV_AMD74XX y +CONFIG_IDE_PROC_FS y + +# Menu: Device Drivers >> Accelerometers + +# Menu: Device Drivers >> Accessibility support + +# Menu: Device Drivers >> Active cards + +# Menu: Device Drivers >> Amplifiers + +# Menu: Device Drivers >> Analog to digital converters +CONFIG_LP8788_ADC y +CONFIG_EXYNOS_ADC y + +# Menu: Device Drivers >> Android +CONFIG_ANDROID n + +# Menu: Device Drivers >> Atmel devices (AVR32 and AT91) + +# Menu: Device Drivers >> Auxiliary Display support +CONFIG_AUXDISPLAY y +CONFIG_KS0108_DELAY 2 +CONFIG_CFAG12864B_RATE 20 + +# Menu: Device Drivers >> Block devices +set +tree-menu 'Device Drivers>>Block devices' ?flag EXPERIMENTAL ?type bool = n +set +tree-menu 'Device Drivers>>Block devices' ?flag EXPERIMENTAL ?type tristate = n +set +tree-menu 'Device Drivers>>Block devices' !flag EXPERIMENTAL ?type tristate = m +# +CONFIG_BLK_DEV y +CONFIG_PARIDE_EPATC8 y +CONFIG_CISS_SCSI_TAPE y +CONFIG_BLK_DEV_UMEM m note +CONFIG_BLK_DEV_LOOP y note +CONFIG_BLK_DEV_LOOP_MIN_COUNT 8 +CONFIG_DRBD_FAULT_INJECTION n +CONFIG_BLK_DEV_RAM y note +CONFIG_BLK_DEV_RAM_COUNT 16 +CONFIG_BLK_DEV_RAM_SIZE 65536 +CONFIG_BLK_DEV_XIP n note +CONFIG_CDROM_PKTCDVD_BUFFERS 8 +CONFIG_CDROM_PKTCDVD_WCACHE n mark +CONFIG_XEN_BLKDEV_FRONTEND y note +CONFIG_VIRTIO_BLK y note +CONFIG_BLK_DEV_HD n note mark +CONFIG_BLK_DEV_RBD m note +CONFIG_MG_DISK_RES 0 + +# Menu: Device Drivers >> Broadcom specific AMBA +CONFIG_BCMA_HOST_PCI y +CONFIG_BCMA_HOST_SOC y +CONFIG_BCMA_DRIVER_GMAC_CMN y +CONFIG_BCMA_DRIVER_GPIO y + +# Menu: Device Drivers >> Bus devices +CONFIG_IMX_WEIM y +CONFIG_OMAP_INTERCONNECT y note +CONFIG_ARM_CCI y + +# Menu: Device Drivers >> Character devices +set +tree 'Device Drivers>>Character devices' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers>>Character devices' ?flag EXPERIMENTAL ?type tristate = n +set +tree 'Device Drivers>>Character devices' !flag EXPERIMENTAL ?type tristate = m +# +CONFIG_TTY y +CONFIG_VT y +CONFIG_CONSOLE_TRANSLATIONS y +CONFIG_VT_CONSOLE y +CONFIG_VT_HW_CONSOLE_BINDING y +CONFIG_UNIX98_PTYS y +CONFIG_DEVPTS_MULTIPLE_INSTANCES y +CONFIG_LEGACY_PTYS y +CONFIG_LEGACY_PTY_COUNT 0 +CONFIG_SERIAL_NONSTANDARD y +CONFIG_CYZ_INTR n +CONFIG_DEVKMEM n mark +CONFIG_TTY_PRINTK y +CONFIG_LP_CONSOLE n +CONFIG_HVC_XEN y +CONFIG_HVC_XEN_FRONTEND y +CONFIG_HW_RANDOM y +CONFIG_HW_RANDOM_ATMEL n note +CONFIG_NVRAM p policy<(arch powerpc &/ value y) | value m> note +CONFIG_MAX_RAW_DEVS 256 +CONFIG_HPET y +CONFIG_HPET_MMAP y +CONFIG_HPET_MMAP_DEFAULT y +CONFIG_HVC_DCC n +CONFIG_VIRTIO_CONSOLE y +CONFIG_HVC_CONSOLE y +CONFIG_HVC_OLD_HVSI n +CONFIG_HVC_OPAL y +CONFIG_HVC_RTAS y +CONFIG_HVC_UDBG n + +# Menu: Device Drivers >> Character devices >> IPMI top-level message handler +CONFIG_IPMI_PANIC_EVENT n + +# Menu: Device Drivers >> Character devices >> PCMCIA character devices + +# Menu: Device Drivers >> Character devices >> Serial drivers +CONFIG_SERIAL_8250 y note +CONFIG_SERIAL_8250_PNP y +CONFIG_SERIAL_8250_CONSOLE y +CONFIG_SERIAL_8250_DMA y +CONFIG_SERIAL_8250_PCI y +CONFIG_SERIAL_8250_NR_UARTS 48 +CONFIG_SERIAL_8250_RUNTIME_UARTS 32 +CONFIG_SERIAL_8250_EXTENDED y +CONFIG_SERIAL_8250_MANY_PORTS y +CONFIG_SERIAL_8250_SHARE_IRQ y +CONFIG_SERIAL_8250_DETECT_IRQ n +CONFIG_SERIAL_8250_RSA y +CONFIG_SERIAL_KGDB_NMI y +CONFIG_SERIAL_MAX310X y +CONFIG_SERIAL_SCCNXP y +CONFIG_SERIAL_SCCNXP_CONSOLE y +CONFIG_SERIAL_ALTERA_UART_MAXPORTS 4 +CONFIG_SERIAL_ALTERA_UART_BAUDRATE 115200 +CONFIG_SERIAL_ARC_NR_PORTS 1 +CONFIG_SERIAL_RP2_NR_UARTS 32 +CONFIG_SERIAL_AMBA_PL011 y +CONFIG_SERIAL_AMBA_PL011_CONSOLE y +CONFIG_SERIAL_OF_PLATFORM y +CONFIG_SERIAL_8250_EM n +CONFIG_SERIAL_IMX y +CONFIG_SERIAL_IMX_CONSOLE y +CONFIG_SERIAL_SH_SCI_NR_UARTS 2 +CONFIG_SERIAL_OMAP p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_SERIAL_OMAP_CONSOLE y + +# Menu: Device Drivers >> Character devices >> TPM Hardware Support +CONFIG_TCG_TPM y note +CONFIG_TCG_TIS y +CONFIG_TCG_IBMVTPM y + +# Menu: Device Drivers >> Common Clock Framework +CONFIG_COMMON_CLK_VERSATILE y +CONFIG_COMMON_CLK_XGENE y + +# Menu: Device Drivers >> Connector - unified userspace <-> kernelspace linker +CONFIG_CONNECTOR y +CONFIG_PROC_EVENTS y + +# Menu: Device Drivers >> Customise DVB Frontends +CONFIG_DVB_DUMMY_FE n note + +# Menu: Device Drivers >> DMA Engine support +CONFIG_DMADEVICES y +CONFIG_NET_DMA y note +CONFIG_ASYNC_TX_DMA y +CONFIG_DMATEST n flag +CONFIG_AMBA_PL08X y +CONFIG_DMA_OMAP y + +# Menu: Device Drivers >> Dallas's 1-wire support +CONFIG_W1_CON y + +# Menu: Device Drivers >> Device Tree and Open Firmware support +CONFIG_PROC_DEVICETREE y +CONFIG_OF_SELFTEST n flag + +# Menu: Device Drivers >> Digital gyroscope sensors + +# Menu: Device Drivers >> Digital to analog converters + +# Menu: Device Drivers >> Distributed Switch Architecture drivers + +# Menu: Device Drivers >> EDAC (Error Detection And Correction) reporting +CONFIG_EDAC y +CONFIG_EDAC_AMD64_ERROR_INJECTION n +CONFIG_EDAC_SBRIDGE m note + +# Menu: Device Drivers >> Encoders, decoders, sensors and other helper chips + +# Menu: Device Drivers >> External Connector Class (extcon) support +set +tree 'Device Drivers >> External Connector Class (extcon) support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers >> External Connector Class (extcon) support' ?flag EXPERIMENTAL ?type tristate = n +set +tree 'Device Drivers >> External Connector Class (extcon) support' !flag EXPERIMENTAL ?type tristate = m +# +CONFIG_EXTCON y + +# Menu: Device Drivers >> FMC support + +# Menu: Device Drivers >> Frequency Synthesizers DDS/PLL >> Clock Generator/Distribution + +# Menu: Device Drivers >> Frequency Synthesizers DDS/PLL >> Phase-Locked Loop (PLL) frequency synthesizers + +# Menu: Device Drivers >> Fusion MPT device support +CONFIG_FUSION y +CONFIG_FUSION_MAX_SGE 128 +CONFIG_FUSION_LOGGING y + +# Menu: Device Drivers >> GPIO Support +set +tree 'Device Drivers>>GPIO Support' = - mark +set +all ?mark 'GPIO' ?flag EXPERIMENTAL ?type bool = n +set +all ?mark 'GPIO' ?flag EXPERIMENTAL ?type tristate = n +set +all ?mark 'GPIO' !flag EXPERIMENTAL ?type tristate = m +# standard forms: +set +pattern ^GPIO_ ?mark 'GPIO' ?type bool !flag EXPERIMENTAL = y +# +CONFIG_GPIO_SYSFS y +CONFIG_GPIOLIB y +CONFIG_GPIO_EM n note +CONFIG_GPIO_TWL4030 y note + +# Menu: Device Drivers >> Generic Driver Options +CONFIG_UEVENT_HELPER_PATH "" +CONFIG_DEVTMPFS y +CONFIG_DEVTMPFS_MOUNT y +CONFIG_STANDALONE p policy<(arch i386 amd64 &/ value n) | value y> +CONFIG_PREVENT_FIRMWARE_BUILD y +CONFIG_FW_LOADER y note +CONFIG_FIRMWARE_IN_KERNEL y +CONFIG_EXTRA_FIRMWARE "" +CONFIG_FW_LOADER_USER_HELPER y +CONFIG_DMA_CMA n +CONFIG_CMA_SIZE_MBYTES 16 +CONFIG_CMA_SIZE_SEL_MBYTES y +CONFIG_CMA_ALIGNMENT 8 +CONFIG_CMA_AREAS 7 + +# Menu: Device Drivers >> Generic Dynamic Voltage and Frequency Scaling (DVFS) support +CONFIG_PM_DEVFREQ y +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND y +CONFIG_DEVFREQ_GOV_PERFORMANCE y +CONFIG_DEVFREQ_GOV_POWERSAVE y +CONFIG_DEVFREQ_GOV_USERSPACE y + +# Menu: Device Drivers >> Generic Target Core Mod (TCM) and ConfigFS Infrastructure + +# Menu: Device Drivers >> Generic Thermal sysfs driver +CONFIG_THERMAL y +CONFIG_THERMAL_HWMON y +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE y +CONFIG_THERMAL_GOV_FAIR_SHARE y +CONFIG_THERMAL_GOV_STEP_WISE y +CONFIG_THERMAL_GOV_USER_SPACE y +CONFIG_CPU_THERMAL y +CONFIG_THERMAL_EMULATION y + +# Menu: Device Drivers >> Generic powercap sysfs driver +CONFIG_POWERCAP y + +# Menu: Device Drivers >> Graphics support +set +tree 'Device Drivers>>Graphics support' = - mark +set +all ?mark 'Graphics' ?flag EXPERIMENTAL ?type bool = n +set +all ?mark 'Graphics' ?flag EXPERIMENTAL ?type tristate = m note +set +all ?mark 'Graphics' !flag EXPERIMENTAL ?type tristate = m +set +pattern ^FB_[^_]+$ ?mark Graphics ?type bool !flag EXPERIMENTAL = y +set +pattern ^FB_[^_]+$ ?mark Graphics ?type bool ?flag EXPERIMENTAL = y note +set +pattern _(KMS|BACKLIGHT|I2C)$ ?mark Graphics ?type bool !flag EXPERIMENTAL = y +# +CONFIG_VGA_ARB y +CONFIG_VGA_ARB_MAX_GPUS 16 +CONFIG_VGA_SWITCHEROO y +CONFIG_DRM_LOAD_EDID_FIRMWARE y + +# Menu: Device Drivers >> Graphics support >> /dev/agpgart (AGP Support) +CONFIG_AGP y note mark +CONFIG_AGP_AMD64 y note +CONFIG_AGP_INTEL y note +CONFIG_AGP_VIA y note +CONFIG_AGP_AMD y note +CONFIG_AGP_NVIDIA y note + +# Menu: Device Drivers >> Graphics support >> Backlight & LCD device support +CONFIG_BACKLIGHT_LCD_SUPPORT y +CONFIG_BACKLIGHT_CLASS_DEVICE y + +# Menu: Device Drivers >> Graphics support >> Console display driver support +CONFIG_VGA_CONSOLE y +CONFIG_VGACON_SOFT_SCROLLBACK n +CONFIG_FRAMEBUFFER_CONSOLE y note +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY y +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION n + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) +CONFIG_DRM p mark policy<(arch armel armhf &/ value y) | value m> note +CONFIG_NOUVEAU_DEBUG 5 +CONFIG_NOUVEAU_DEBUG_DEFAULT 3 +CONFIG_DRM_I915_FBDEV y +CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT y +CONFIG_DRM_VMWGFX_FBCON n +CONFIG_DRM_GMA600 y +CONFIG_DRM_GMA3600 y +CONFIG_DRM_EXYNOS n flag +CONFIG_DRM_RCAR_LVDS y +CONFIG_DRM_OMAP n + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> I2C encoder or helper chips + +# Menu: Device Drivers >> Graphics support >> Exynos Video driver support +CONFIG_EXYNOS_VIDEO y + +# Menu: Device Drivers >> Graphics support >> Marvell MMP Display Subsystem support + +# Menu: Device Drivers >> Graphics support >> OMAP Display Device Drivers (new device model) + +# Menu: Device Drivers >> Graphics support >> OMAP2+ Display Subsystem support +CONFIG_OMAP2_DSS p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_OMAP2_DSS_DEBUGFS n +CONFIG_OMAP2_DSS_DPI y +CONFIG_OMAP2_DSS_VENC y +CONFIG_OMAP4_DSS_HDMI y +CONFIG_OMAP2_DSS_SDI y +CONFIG_OMAP2_DSS_DSI n +CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK 0 +CONFIG_OMAP2_DSS_SLEEP_AFTER_VENC_RESET y + +# Menu: Device Drivers >> Graphics support >> Support for frame buffer devices +CONFIG_FB y +CONFIG_FIRMWARE_EDID y +CONFIG_FB_MODE_HELPERS y +CONFIG_FB_TILEBLITTING y +CONFIG_FB_PM2_FIFO_DISCONNECT y +CONFIG_FB_CYBER2000_DDC y +CONFIG_FB_MATROX_MILLENIUM y +CONFIG_FB_MATROX_MYSTIQUE y +CONFIG_FB_MATROX_G y +CONFIG_FB_RADEON m +CONFIG_FB_ATY128 p policy<(arch powerpc &/ value y) | value m> note +CONFIG_FB_ATY_CT y +CONFIG_FB_ATY_GX y +CONFIG_FB_S3_DDC y +CONFIG_FB_SIS_300 y +CONFIG_FB_SIS_315 y +CONFIG_FB_VIA_X_COMPATIBILITY y +CONFIG_FB_3DFX m +CONFIG_FB_3DFX_ACCEL y +CONFIG_FB_VOODOO1 p policy<(arch powerpc &/ value y) | value m> note +CONFIG_FB_CARMINE_DRAM_EVAL y +CONFIG_FB_TMIO_ACCELL y +CONFIG_FB_VIRTUAL n flag +CONFIG_FB_MB862XX_PCI_GDC y + +# Menu: Device Drivers >> Graphics support >> Support for frame buffer devices >> Bootup logo +CONFIG_LOGO n + +# Menu: Device Drivers >> Graphics support >> Support for frame buffer devices >> Framebuffer foreign endianness support +CONFIG_FB_FOREIGN_ENDIAN n + +# Menu: Device Drivers >> Graphics support >> Support for frame buffer devices >> OMAP2+ frame buffer support +CONFIG_FB_OMAP2 p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_FB_OMAP2_NUM_FBS 3 + +# Menu: Device Drivers >> HID support +set +tree 'Device Drivers>>HID support' = - mark +# enable modular HID drivers by default +set +all ?mark 'HID' ?flag EXPERIMENTAL ?type bool = n +set +all ?mark 'HID' ?flag EXPERIMENTAL ?type tristate = m note` +set +all ?mark 'HID' !flag EXPERIMENTAL ?type tristate = m +# standard forms +set +pattern _FF$ ?mark HID ?type bool !flag EXPERIMENTAL = y + +# Menu: Device Drivers >> HID support >> HID bus support +CONFIG_HID_BATTERY_STRENGTH y +CONFIG_HIDRAW y + +# Menu: Device Drivers >> HID support >> HID bus support >> Special HID drivers +CONFIG_HID_PICOLCD_FB y +CONFIG_HID_PICOLCD_BACKLIGHT y +CONFIG_HID_PICOLCD_LCD y +CONFIG_HID_PICOLCD_LEDS y +CONFIG_HID_PICOLCD_CIR y + +# Menu: Device Drivers >> HID support >> I2C HID support + +# Menu: Device Drivers >> HID support >> USB HID support +CONFIG_HID_PID y + +# Menu: Device Drivers >> HID support >> USB HID support >> USB HID transport layer +CONFIG_USB_HIDDEV y + +# Menu: Device Drivers >> HID support >> USB HID support >> USB HID transport layer >> USB HID Boot Protocol drivers + +# Menu: Device Drivers >> HSI support + +# Menu: Device Drivers >> Hardware Monitoring support +CONFIG_HWMON y mark +CONFIG_HWMON y mark mark +CONFIG_HWMON y + +# Menu: Device Drivers >> Hardware Monitoring support >> PMBus support + +# Menu: Device Drivers >> Hardware Spinlock drivers +CONFIG_HWSPINLOCK_OMAP y note + +# Menu: Device Drivers >> Hid Sensor IIO Common + +# Menu: Device Drivers >> I2C Algorithms +CONFIG_I2C_ALGOBIT p policy<(arch powerpc &/ value y) | value m> note + +# Menu: Device Drivers >> I2C Hardware Bus support +CONFIG_I2C_IMX y +CONFIG_I2C_OMAP p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> I2C support +CONFIG_I2C y +CONFIG_I2C_COMPAT y mark +CONFIG_I2C_HELPER_AUTO y + +# Menu: Device Drivers >> I2C support >> I2C bus multiplexing support + +# Menu: Device Drivers >> I2C support >> I2C bus multiplexing support >> Multiplexer I2C Chip support + +# Menu: Device Drivers >> I2O device support +CONFIG_I2O_CONFIG_OLD_IOCTL n + +# Menu: Device Drivers >> IEEE 1394 (FireWire) support + +# Menu: Device Drivers >> IIO staging drivers +CONFIG_IIO_SIMPLE_DUMMY_EVENTS n note +CONFIG_IIO_SIMPLE_DUMMY_BUFFER n note + +# Menu: Device Drivers >> IIO staging drivers >> Accelerometers +CONFIG_LIS3L02DQ p policy<(arch armhf &/ value n) | value m> flag + +# Menu: Device Drivers >> IIO staging drivers >> Active energy metering IC + +# Menu: Device Drivers >> IIO staging drivers >> Analog digital bi-direction converters + +# Menu: Device Drivers >> IIO staging drivers >> Analog to digital converters +CONFIG_AD799X_RING_BUFFER y + +# Menu: Device Drivers >> IIO staging drivers >> Capacitance to digital converters + +# Menu: Device Drivers >> IIO staging drivers >> Digital gyroscope sensors + +# Menu: Device Drivers >> IIO staging drivers >> Direct Digital Synthesis + +# Menu: Device Drivers >> IIO staging drivers >> Light sensors + +# Menu: Device Drivers >> IIO staging drivers >> Magnetometer sensors + +# Menu: Device Drivers >> IIO staging drivers >> Network Analyzer, Impedance Converters + +# Menu: Device Drivers >> IIO staging drivers >> Resolver to digital converters + +# Menu: Device Drivers >> IOMMU Hardware Support +set +tree 'Device Drivers>>IOMMU Hardware Support' ?pattern _IOMMU$ ?type bool !flag EXPERIMENTAL = y +# +CONFIG_IOMMU_SUPPORT y +CONFIG_INTEL_IOMMU_DEFAULT_ON n note +CONFIG_OMAP_IOVMM n note +CONFIG_SHMOBILE_IOMMU_ADDRSIZE_2048MB y + +# Menu: Device Drivers >> ISDN feature submodules + +# Menu: Device Drivers >> ISDN support +CONFIG_ISDN y +CONFIG_HYSDN_CAPI y + +# Menu: Device Drivers >> ISDN support >> CAPI 2.0 subsystem + +# Menu: Device Drivers >> ISDN support >> CAPI 2.0 subsystem >> Active AVM cards +CONFIG_CAPI_AVM y + +# Menu: Device Drivers >> ISDN support >> CAPI 2.0 subsystem >> Active Eicon DIVA Server cards +CONFIG_CAPI_EICON y + +# Menu: Device Drivers >> ISDN support >> Modular ISDN driver + +# Menu: Device Drivers >> ISDN support >> Old ISDN4Linux (deprecated) + +# Menu: Device Drivers >> ISDN support >> Siemens Gigaset support + +# Menu: Device Drivers >> Industrial I/O support + +# Menu: Device Drivers >> IndustryPack bus support + +# Menu: Device Drivers >> Inertial measurement units + +# Menu: Device Drivers >> InfiniBand support + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) +set +tree 'Device Drivers,Input device support,INPUT' = - mark +set +all ?mark 'INPUT' ?flag EXPERIMENTAL ?type bool = n +set +all ?mark 'INPUT' ?flag EXPERIMENTAL ?type tristate = m note +set +all ?mark 'INPUT' !flag EXPERIMENTAL ?type tristate = m +set +pattern ^MOUSE_PS2_ ?mark INPUT ?type bool !flag EXPERIMENTAL = y +set +pattern ^TOUCHSCREEN_ ?mark INPUT ?type bool !flag EXPERIMENTAL = y +set +pattern _FF$ ?mark INPUT ?type bool !flag EXPERIMENTAL = y +# +CONFIG_INPUT y +CONFIG_INPUT_MOUSEDEV y +CONFIG_INPUT_MOUSEDEV_PSAUX y +CONFIG_INPUT_MOUSEDEV_SCREEN_X 1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y 768 +CONFIG_INPUT_EVDEV y + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Joysticks/Gamepads +CONFIG_INPUT_JOYSTICK y +CONFIG_JOYSTICK_IFORCE_USB y +CONFIG_JOYSTICK_IFORCE_232 y +CONFIG_JOYSTICK_XPAD_LEDS y + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Keyboards +CONFIG_INPUT_KEYBOARD y +CONFIG_KEYBOARD_ATKBD y note +CONFIG_KEYBOARD_IMX n +CONFIG_KEYBOARD_OMAP4 p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_KEYBOARD_TWL4030 p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Mice +CONFIG_INPUT_MOUSE y +CONFIG_MOUSE_INPORT n note + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Miscellaneous devices +CONFIG_INPUT_MISC y +CONFIG_INPUT_KXTJ9_POLLED_MODE n +CONFIG_INPUT_UINPUT y + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Tablets +CONFIG_INPUT_TABLET y + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Touchscreens +CONFIG_INPUT_TOUCHSCREEN y + +# Menu: Device Drivers >> Input device support >> Hardware I/O ports +CONFIG_SERIO y note +CONFIG_SERIO_I8042 y note +CONFIG_SERIO_SERPORT p policy<(arch armhf &/ value y) | value m> note +CONFIG_SERIO_LIBPS2 y note + +# Menu: Device Drivers >> LED Support +CONFIG_NEW_LEDS y + +# Menu: Device Drivers >> LED Support >> LED Class Support +CONFIG_LEDS_CLASS y +CONFIG_LEDS_PCA9532_GPIO y +CONFIG_LEDS_GPIO p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_LEDS_PWM p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_LEDS_ASIC3 y + +# Menu: Device Drivers >> LED Support >> LED Class Support >> LED Trigger support +CONFIG_LEDS_TRIGGERS y +CONFIG_LEDS_TRIGGER_HEARTBEAT p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_LEDS_TRIGGER_CPU y + +# Menu: Device Drivers >> Light sensors + +# Menu: Device Drivers >> MMC/SD/SDIO card support +CONFIG_MMC y +CONFIG_MMC_BLOCK p policy<(arch arm64 armhf &/ value y) | value m> note +CONFIG_MMC_TEST n flag +CONFIG_MMC_SDHCI p policy<(arch armel armhf highbank &/ value y) | value m> note +CONFIG_MMC_SDHCI_PLTFM p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MMC_OMAP p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MMC_OMAP_HS p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Macintosh device drivers +CONFIG_MACINTOSH_DRIVERS y + +# Menu: Device Drivers >> Magnetometer sensors + +# Menu: Device Drivers >> Mailbox Hardware Support +CONFIG_MAILBOX y +CONFIG_PL320_MBOX y +CONFIG_OMAP_MBOX_KFIFO_SIZE 256 + +# Menu: Device Drivers >> Memory Controller drivers +CONFIG_MEMORY y +CONFIG_TEGRA20_MC y +CONFIG_TEGRA30_MC y + +# Menu: Device Drivers >> Memory Technology Device (MTD) support +CONFIG_MTD p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MTD_BLKDEVS p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MTD_BLOCK p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_SM_FTL m note +CONFIG_MTD_OF_PARTS p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> Enable UBI - Unsorted block images + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> LPDDR flash memory drivers + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> Mapping drivers for chip access +CONFIG_MTD_COMPLEX_MAPPINGS y +CONFIG_MTD_PHYSMAP_COMPAT n + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> NAND Device Support +CONFIG_MTD_NAND p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MTD_NAND_OMAP2 p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MTD_NAND_OMAP_BCH p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> OneNAND Device Support + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> RAM/ROM/Flash chip drivers + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> Self-contained MTD device drivers + +# Menu: Device Drivers >> Microsoft Hyper-V guest support + +# Menu: Device Drivers >> Misc devices +CONFIG_CS5535_MFGPT n note +CONFIG_SRAM y + +# Menu: Device Drivers >> Misc devices >> EEPROM support + +# Menu: Device Drivers >> Misc devices >> Silicon Labs C2 port support + +# Menu: Device Drivers >> Misc devices >> Texas Instruments shared transport line discipline + +# Menu: Device Drivers >> Multifunction device drivers +set +tree 'Device Drivers>>Multifunction device drivers' ?pattern ^MFD_ ?type bool !flag EXPERIMENTAL = y +CONFIG_EZX_PCAP n +CONFIG_MFD_SM501 p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MFD_OMAP_USB_HOST y + +# Menu: Device Drivers >> Multifunction device drivers >> STMicroelectronics STMPE +CONFIG_MFD_STMPE y + +# Menu: Device Drivers >> Multifunction device drivers >> STMicroelectronics STMPE >> STMicroelectronics STMPE Interface Drivers +CONFIG_STMPE_I2C y +CONFIG_STMPE_SPI y + +# Menu: Device Drivers >> Multimedia Capabilities Port drivers + +# Menu: Device Drivers >> Multimedia support +CONFIG_MEDIA_SUPPORT p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MEDIA_ANALOG_TV_SUPPORT y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT y +CONFIG_MEDIA_RC_SUPPORT y +CONFIG_VIDEO_FIXED_MINOR_RANGES n +CONFIG_DVB_NET y +CONFIG_DVB_MAX_ADAPTERS 8 +CONFIG_DVB_DYNAMIC_MINORS y +CONFIG_SMS_SIANO_RC y +CONFIG_MEDIA_SUBDRV_AUTOSELECT y + +# Menu: Device Drivers >> Multimedia support >> AM/FM radio receivers/transmitters support +CONFIG_MEDIA_RADIO_SUPPORT y + +# Menu: Device Drivers >> Multimedia support >> AM/FM radio receivers/transmitters support >> Customize TV tuners + +# Menu: Device Drivers >> Multimedia support >> AM/FM radio receivers/transmitters support >> Radio Adapters +CONFIG_RADIO_ADAPTERS y +CONFIG_RADIO_SI470X y + +# Menu: Device Drivers >> Multimedia support >> AM/FM radio receivers/transmitters support >> Radio Adapters >> ISA radio devices +CONFIG_V4L_RADIO_ISA_DRIVERS y + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support +CONFIG_MEDIA_CAMERA_SUPPORT y + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support >> ISA and parallel port devices +CONFIG_MEDIA_PARPORT_SUPPORT y + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support >> Media test drivers +CONFIG_V4L_TEST_DRIVERS y + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support >> Memory-to-memory multimedia devices +CONFIG_V4L_MEM2MEM_DRIVERS y + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support >> V4L platform devices +CONFIG_V4L_PLATFORM_DRIVERS y + +# Menu: Device Drivers >> Multimedia support >> Media PCI Adapters +CONFIG_MEDIA_PCI_SUPPORT y +CONFIG_VIDEO_SAA7134_RC y +CONFIG_DVB_AV7110_OSD y + +# Menu: Device Drivers >> Multimedia support >> Media USB Adapters +CONFIG_MEDIA_USB_SUPPORT y +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV y +CONFIG_USB_PWC_INPUT_EVDEV y +CONFIG_VIDEO_PVRUSB2_SYSFS y +CONFIG_VIDEO_PVRUSB2_DVB y +CONFIG_VIDEO_STK1160_AC97 y +CONFIG_VIDEO_CX231XX_RC y +CONFIG_DVB_USB_DIBUSB_MB_FAULTY n + +# Menu: Device Drivers >> Multimedia support >> Media USB Adapters >> GSPCA based webcams + +# Menu: Device Drivers >> Multimedia support >> Remote Controller devices +CONFIG_RC_DEVICES y + +# Menu: Device Drivers >> Multimedia support >> Remote controller decoders +CONFIG_RC_DECODERS y + +# Menu: Device Drivers >> Multiple devices driver support (RAID and LVM) +set +tree 'Device Drivers>>MD' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers>>MD' ?flag EXPERIMENTAL ?type tristate = m note +set +tree 'Device Drivers>>MD' !flag EXPERIMENTAL ?type tristate = m +# +CONFIG_MD y +CONFIG_BLK_DEV_MD y +CONFIG_MD_AUTODETECT y +CONFIG_BLK_DEV_DM y +CONFIG_DM_UEVENT y + +# Menu: Device Drivers >> Network device support +set +pattern '^NET_VENDOR_' = y +# +CONFIG_NETDEVICES y +CONFIG_FDDI y +CONFIG_HIPPI n note +CONFIG_PPP y +CONFIG_PPP_FILTER y +CONFIG_PPP_MULTILINK y +CONFIG_SLIP_COMPRESSED y +CONFIG_SLIP_SMART y +CONFIG_SLIP_MODE_SLIP6 y +CONFIG_XEN_NETDEV_FRONTEND y note + +# Menu: Device Drivers >> Network device support >> ARCnet support + +# Menu: Device Drivers >> Network device support >> ATM drivers +CONFIG_ATM_DRIVERS y + +# Menu: Device Drivers >> Network device support >> Ethernet driver support +CONFIG_ETHERNET y +CONFIG_NET_CALXEDA_XGMAC p policy<(arch armhf &/ value y) | value m> note +CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL n + +# Menu: Device Drivers >> Network device support >> IEEE 802.15.4 drivers +CONFIG_IEEE802154_FAKEHARD n flag + +# Menu: Device Drivers >> Network device support >> Network core driver support +CONFIG_NET_CORE y +CONFIG_NET_FC y +CONFIG_NETCONSOLE_DYNAMIC y +CONFIG_NETPOLL_TRAP n +CONFIG_TUN y +CONFIG_VIRTIO_NET p policy<(arch i386 amd64 &/ value y) | (arch armel armhf &/ value n) | value m> note + +# Menu: Device Drivers >> Network device support >> Network core driver support >> Ethernet team driver support + +# Menu: Device Drivers >> Network device support >> PHY Device support and infrastructure +set +tree 'Device Drivers>>Network device support>>PHY Device support and infrastructure' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers>>Network device support>>PHY Device support and infrastructure' ?flag EXPERIMENTAL ?type tristate = y note +set +tree 'Device Drivers>>Network device support>>PHY Device support and infrastructure' !flag EXPERIMENTAL ?type tristate = y note +# +CONFIG_PHYLIB y +CONFIG_STE10XP y +CONFIG_FIXED_PHY y + +# Menu: Device Drivers >> Network device support >> S/390 network device drivers + +# Menu: Device Drivers >> Network device support >> Wan interfaces support +CONFIG_WAN y +CONFIG_DSCC4_PCISYNC y +CONFIG_DSCC4_PCI_RST y +CONFIG_DLCI_MAX 8 + +# Menu: Device Drivers >> Network device support >> Wireless LAN +CONFIG_WLAN y +CONFIG_B43_BCMA y +CONFIG_B43_PCMCIA n +CONFIG_B43_SDIO n +CONFIG_B43_PHY_N y +CONFIG_B43_PHY_LP y +CONFIG_B43_PHY_HT y +CONFIG_B43LEGACY_DMA_AND_PIO_MODE y +CONFIG_BRCMFMAC_USB y +CONFIG_BRCMDBG - flag + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Atheros Wireless Cards +CONFIG_ATH6KL_USB m note + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) >> Debugging Options +CONFIG_IWLWIFI_DEBUGFS y +CONFIG_IWLWIFI_DEVICE_TRACING y + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Ralink driver support +CONFIG_RT2800PCI_RT33XX y +CONFIG_RT2800PCI_RT35XX y +CONFIG_RT2800PCI_RT53XX y +CONFIG_RT2800PCI_RT3290 y +CONFIG_RT2800USB_RT33XX y +CONFIG_RT2800USB_RT35XX y +CONFIG_RT2800USB_RT3573 y +CONFIG_RT2800USB_RT53XX y +CONFIG_RT2800USB_RT55XX y + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Realtek rtlwifi family of devices +CONFIG_RTL8192DE m note + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> TI Wireless LAN support +CONFIG_WL_TI y + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> TI Wireless LAN support >> TI wl1251 driver support + +# Menu: Device Drivers >> PHY Subsystem +CONFIG_TWL4030_USB y + +# Menu: Device Drivers >> PPS support +CONFIG_PPS_CLIENT_KTIMER n flag + +# Menu: Device Drivers >> PTP clock support + +# Menu: Device Drivers >> Parallel port support +CONFIG_PARPORT_PC_FIFO y +CONFIG_PARPORT_PC_SUPERIO n +CONFIG_PARPORT_1284 y + +# Menu: Device Drivers >> Passive cards +set +tree 'Device Drivers>>Passive cards' ?pattern '^HISAX_' !pattern '^HISAX_NO_' ?type bool = y + +# Menu: Device Drivers >> Pin controllers +set +tree 'Device Drivers>>Pin controllers' ?pattern '^PINCTRL_' ?type bool = y +CONFIG_PINMUX y +CONFIG_PINCONF y + +# Menu: Device Drivers >> Platform support for Chrome hardware +CONFIG_CHROME_PLATFORMS y + +# Menu: Device Drivers >> Plug and Play support +CONFIG_PNP y +CONFIG_ISAPNP y +CONFIG_PNPBIOS y +CONFIG_PNPBIOS_PROC_FS y + +# Menu: Device Drivers >> Power supply class support +CONFIG_POWER_SUPPLY y +CONFIG_BATTERY_BQ27X00_I2C y +CONFIG_BATTERY_BQ27X00_PLATFORM y +CONFIG_CHARGER_MANAGER y +CONFIG_POWER_RESET_RESTART y + +# Menu: Device Drivers >> Power supply class support >> Board level reset or power off +CONFIG_POWER_RESET y +CONFIG_POWER_RESET_GPIO y +CONFIG_POWER_RESET_VEXPRESS y + +# Menu: Device Drivers >> Pressure sensors + +# Menu: Device Drivers >> Pulse-Width Modulation (PWM) Support +CONFIG_PWM y + +# Menu: Device Drivers >> Real Time Clock +CONFIG_RTC_CLASS y +CONFIG_RTC_HCTOSYS y +CONFIG_RTC_SYSTOHC y +CONFIG_RTC_HCTOSYS_DEVICE "rtc0" +CONFIG_RTC_INTF_SYSFS y +CONFIG_RTC_INTF_PROC y +CONFIG_RTC_INTF_DEV y +CONFIG_RTC_INTF_DEV_UIE_EMUL n +CONFIG_RTC_DRV_TEST n flag +CONFIG_RTC_DRV_M41T80_WDT y +CONFIG_RTC_DRV_CMOS p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_RTC_DRV_TWL4030 p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Remoteproc drivers + +# Menu: Device Drivers >> SCSI device support + +# Menu: Device Drivers >> SCSI device support >> SCSI device support +CONFIG_SCSI y +CONFIG_SCSI_PROC_FS y +CONFIG_BLK_DEV_SD y note +CONFIG_BLK_DEV_SR y note +CONFIG_BLK_DEV_SR_VENDOR n note +CONFIG_CHR_DEV_SG y note +CONFIG_SCSI_MULTI_LUN y +CONFIG_SCSI_CONSTANTS y +CONFIG_SCSI_LOGGING y +CONFIG_SCSI_SCAN_ASYNC y +CONFIG_SCSI_OSD_DPRINT_SENSE 1 + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> PCMCIA SCSI adapter support +CONFIG_SCSI_LOWLEVEL_PCMCIA y + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI Device Handlers + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI Transports +CONFIG_SCSI_SPI_ATTRS p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_SCSI_FC_TGT_ATTRS y +CONFIG_SCSI_SAS_ATA y +CONFIG_SCSI_SAS_HOST_SMP y +CONFIG_SCSI_SRP_TGT_ATTRS y + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI low-level drivers +CONFIG_SCSI_LOWLEVEL y +CONFIG_AIC7XXX_CMDS_PER_DEVICE 8 +CONFIG_AIC7XXX_RESET_DELAY_MS 15000 +CONFIG_AIC7XXX_DEBUG_MASK 0 +CONFIG_AIC7XXX_REG_PRETTY_PRINT y +CONFIG_SCSI_AIC7XXX_OLD n note +CONFIG_AIC79XX_CMDS_PER_DEVICE 32 +CONFIG_AIC79XX_RESET_DELAY_MS 5000 +CONFIG_AIC79XX_DEBUG_MASK 0 +CONFIG_AIC79XX_REG_PRETTY_PRINT y +CONFIG_SCSI_MVSAS_TASKLET n +CONFIG_MEGARAID_NEWGEN y +CONFIG_SCSI_MPT2SAS_MAX_SGE 128 +CONFIG_SCSI_MPT2SAS_LOGGING n +CONFIG_SCSI_MPT3SAS_MAX_SGE 128 +CONFIG_SCSI_MPT3SAS_LOGGING n +CONFIG_SCSI_FLASHPOINT y +CONFIG_SCSI_EATA_TAGGED_QUEUE y +CONFIG_SCSI_EATA_LINKED_COMMANDS y +CONFIG_SCSI_EATA_MAX_TAGS 16 +CONFIG_SCSI_IZIP_EPP16 n +CONFIG_SCSI_IZIP_SLOW_CTR n +CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE 1 +CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS 16 +CONFIG_SCSI_SYM53C8XX_MAX_TAGS 64 +CONFIG_SCSI_SYM53C8XX_MMIO y +CONFIG_SCSI_IPR_TRACE y +CONFIG_SCSI_IPR_DUMP y +CONFIG_SCSI_DEBUG m +CONFIG_SCSI_VIRTIO m note +CONFIG_SCSI_GENERIC_NCR53C400 y +CONFIG_SCSI_U14_34F_TAGGED_QUEUE y +CONFIG_SCSI_U14_34F_LINKED_COMMANDS y +CONFIG_SCSI_U14_34F_MAX_TAGS 8 + +# Menu: Device Drivers >> SPI support +CONFIG_SPI y +CONFIG_SPI_XILINX n +CONFIG_SPI_SPIDEV m note +CONFIG_SPI_OMAP24XX y + +# Menu: Device Drivers >> Samsung thermal drivers + +# Menu: Device Drivers >> Sensors used on soc_camera driver + +# Menu: Device Drivers >> Serial ATA and Parallel ATA drivers +CONFIG_ATA y mark +CONFIG_ATA_VERBOSE_ERROR y +CONFIG_ATA_ACPI y +CONFIG_SATA_PMP y +CONFIG_SATA_AHCI_PLATFORM p policy<(arch armhf &/ value y) | value m> note +CONFIG_ATA_SFF y +CONFIG_ATA_BMDMA y +CONFIG_ATA_PIIX p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_SATA_SVW p policy<(arch powerpc &/ value y) | value m> note +CONFIG_PATA_HPT3X3_DMA n note +CONFIG_PATA_SIS p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_PATA_ACPI p policy<(arch i386 amd64 &/ value m)> note +CONFIG_ATA_GENERIC p policy<(arch i386 amd64 &/ value y) | value m> note + +# Menu: Device Drivers >> SoC Audio support for SuperH + +# Menu: Device Drivers >> Sonics Silicon Backplane + +# Menu: Device Drivers >> Sony MemoryStick card support + +# Menu: Device Drivers >> Sound card support +CONFIG_SOUND p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture +CONFIG_SND p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_SND_PCM_OSS n note + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support +CONFIG_SND_SOC p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_SND_OMAP_SOC p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_SND_OMAP_SOC_OMAP_TWL4030 p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for Freescale MXS CPUs + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for Freescale PowerPC CPUs + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for Freescale i.MX CPUs + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio support for Ux500 platform + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ARM sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> Apple Onboard Audio driver + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> FireWire sound devices +CONFIG_SND_FIREWIRE y + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> GSC sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> Generic sound devices +CONFIG_SND_DRIVERS y + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ISA sound devices +CONFIG_SND_ISA y + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> MIPS sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> PCI sound devices +CONFIG_SND_PCI y + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> PCI sound devices >> Intel HD Audio + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> PCMCIA sound devices +CONFIG_SND_PCMCIA y + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> PowerPC sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> SPI sound devices +CONFIG_SND_SPI y + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> SUPERH sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> Sparc sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> USB sound devices +CONFIG_SND_USB y +CONFIG_SND_USB_CAIAQ_INPUT y + +# Menu: Device Drivers >> Sound card support >> Open Sound System (DEPRECATED) + +# Menu: Device Drivers >> Sound card support >> Open Sound System (DEPRECATED) >> OSS sound modules + +# Menu: Device Drivers >> Speakup console speech + +# Menu: Device Drivers >> Staging drivers +CONFIG_STAGING y +CONFIG_PANEL_PARPORT 0 +CONFIG_PANEL_PROFILE 5 +CONFIG_PANEL_CHANGE_MESSAGE n +CONFIG_ZSMALLOC y note +CONFIG_ZRAM y mark note +CONFIG_SBE_PMCC4_NCOMM y + +# Menu: Device Drivers >> Staging drivers >> DSP Bridge driver + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) +CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB 2048 +CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB 20480 + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi ISA and PC/104 drivers +CONFIG_COMEDI_ISA_DRIVERS y + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi PCI drivers +CONFIG_COMEDI_PCI_DRIVERS y + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi PCMCIA drivers +CONFIG_COMEDI_PCMCIA_DRIVERS y + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi USB drivers +CONFIG_COMEDI_USB_DRIVERS y + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi misc drivers +CONFIG_COMEDI_MISC_DRIVERS y + +# Menu: Device Drivers >> Staging drivers >> GCT GDM72xx WiMAX support +CONFIG_WIMAX_GDM72XX_QOS y +CONFIG_WIMAX_GDM72XX_K_MODE y +CONFIG_WIMAX_GDM72XX_WIMAX2 y +CONFIG_WIMAX_GDM72XX_USB y +CONFIG_WIMAX_GDM72XX_USB_PM y + +# Menu: Device Drivers >> Staging drivers >> Line6 USB support +CONFIG_LINE6_USB_IMPULSE_RESPONSE n + +# Menu: Device Drivers >> Staging drivers >> Media staging drivers +CONFIG_STAGING_MEDIA y +CONFIG_DT3155_CCIR n note +CONFIG_DT3155_STREAMING y + +# Menu: Device Drivers >> Staging drivers >> Media staging drivers >> Linux Infrared Remote Control IR receiver/transmitter drivers +CONFIG_LIRC_STAGING y +CONFIG_LIRC_SERIAL_TRANSMITTER y + +# Menu: Device Drivers >> TI VLYNQ + +# Menu: Device Drivers >> Temperature sensors + +# Menu: Device Drivers >> Texas Instruments WL128x FM driver (ST based) + +# Menu: Device Drivers >> Texas Instruments thermal drivers +CONFIG_OMAP4_THERMAL y +CONFIG_DRA752_THERMAL y + +# Menu: Device Drivers >> Triggers - standalone + +# Menu: Device Drivers >> USB Network Adapters +CONFIG_USB_USBNET p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_USB_NET_SMSC95XX p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_USB_KC2190 y note + +# Menu: Device Drivers >> USB Peripheral Controller +CONFIG_USB_M66592 n note +CONFIG_USB_DUMMY_HCD n flag + +# Menu: Device Drivers >> USB Physical Layer drivers +CONFIG_NOP_USB_XCEIV m + +# Menu: Device Drivers >> USB support +CONFIG_USB_SUPPORT y + +# Menu: Device Drivers >> USB support >> Support for Host-side USB +CONFIG_USB y +CONFIG_USB_OTG n note mark +CONFIG_USB_OTG_WHITELIST n note +CONFIG_USB_OTG_BLACKLIST_HUB n note +CONFIG_USB_XHCI_HCD y note +CONFIG_USB_EHCI_HCD y note +CONFIG_USB_OHCI_HCD y note +CONFIG_USB_UHCI_HCD y note +CONFIG_USB_HCD_BCMA p policy<(arch armel armhf &/ value n) | value m> note +CONFIG_USB_HCD_SSB p policy<(arch armel armhf &/ value n) | value m> note +CONFIG_USB_MUSB_HDRC p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_USB_MUSB_TUSB6010 p policy<(arch armel armhf &/ value n) | value m> note +CONFIG_USB_SISUSBVGA_CON n note +CONFIG_USB_MUSB_OMAP2PLUS y +CONFIG_USB_INVENTRA_DMA p policy<(arch armel armhf &/ value y) | value n> note + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> USB DSL modem support + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> USB Serial Converter support +CONFIG_USB_SERIAL_GENERIC y +CONFIG_USB_SERIAL_SAFE_PADDED n +CONFIG_USB_SERIAL_DEBUG m note + +# Menu: Device Drivers >> USB support >> USB Gadget Support +CONFIG_USB_GADGET p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_USB_GADGETFS m note +CONFIG_USB_FUNCTIONFS m note +CONFIG_USB_G_MULTI p policy<(arch armel armhf &/ value m) | value n> note + +# Menu: Device Drivers >> Ultra Wideband devices + +# Menu: Device Drivers >> Userspace I/O drivers + +# Menu: Device Drivers >> VFIO Non-Privileged userspace driver framework + +# Menu: Device Drivers >> VME bridge support + +# Menu: Device Drivers >> Virtio drivers +CONFIG_VIRTIO_PCI p policy<(arch i386 amd64 &/ value y) | (arch armel armhf &/ value n) | value m> note +CONFIG_VIRTIO_BALLOON p policy<(arch armel armhf &/ value n) | value m> note +CONFIG_VIRTIO_MMIO p policy<(arch armel armhf &/ value n) | value m> note +CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES y + +# Menu: Device Drivers >> Virtualization drivers +CONFIG_VIRT_DRIVERS y + +# Menu: Device Drivers >> Voltage and Current Regulator Support +CONFIG_REGULATOR y +CONFIG_REGULATOR_FIXED_VOLTAGE p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Watchdog Timer Support +CONFIG_WATCHDOG y +CONFIG_WATCHDOG_CORE y + +# Menu: Device Drivers >> WiMAX Wireless Broadband devices + +# Menu: Device Drivers >> X86 Platform Specific Device Drivers +CONFIG_X86_PLATFORM_DEVICES y + +# Menu: Device Drivers >> Xen driver support +CONFIG_XEN_BALLOON y +CONFIG_XEN_SELFBALLOONING y +CONFIG_XEN_BALLOON_MEMORY_HOTPLUG y +CONFIG_XEN_SCRUB_PAGES y +CONFIG_XEN_BACKEND y +CONFIG_XEN_COMPAT_XENFS y +CONFIG_XEN_SYS_HYPERVISOR y +CONFIG_XEN_ACPI_PROCESSOR p policy<(arch i386 amd64 &/ value y) | value m> +CONFIG_XEN_MCE_LOG y + +# Menu: Device Drivers >> iwl3945 / iwl4965 Debugging Options + +# Menu: Enable loadable module support +CONFIG_MODULES y +CONFIG_MODULE_FORCE_LOAD n +CONFIG_MODULE_UNLOAD y +CONFIG_MODULE_FORCE_UNLOAD n +CONFIG_MODVERSIONS y +CONFIG_MODULE_SRCVERSION_ALL y +CONFIG_MODULE_SIG y +CONFIG_MODULE_SIG_FORCE n +CONFIG_MODULE_SIG_ALL y +CONFIG_MODULE_SIG_SHA512 y + +# Menu: Enable the block layer +CONFIG_BLOCK y +CONFIG_BLK_DEV_THROTTLING y note + +# Menu: Executable file formats / Emulations +CONFIG_BINFMT_ELF y + +# Menu: Executable file formats / Emulations (x86) +CONFIG_IA32_EMULATION y +CONFIG_IA32_AOUT n note mark +CONFIG_X86_X32 y + +# Menu: File systems +set +tree 'File systems' ?flag EXPERIMENTAL ?type bool = n +set +tree 'File systems' ?flag EXPERIMENTAL ?type tristate = m note` +set +tree 'File systems' !flag EXPERIMENTAL ?type tristate = m +set +tree 'File systems' ?pattern _POSIX_ACL$ !flag EXPERIMENTAL = y +set +tree 'File systems' ?pattern _SECURITY$ !flag EXPERIMENTAL = y +set +tree 'File systems' ?pattern _XATTR$ !flag EXPERIMENTAL = y +# +CONFIG_EXT2_FS n note +CONFIG_EXT3_FS n note +CONFIG_EXT4_FS y note +CONFIG_EXT4_USE_FOR_EXT23 y +CONFIG_REISERFS_CHECK n +CONFIG_REISERFS_PROC_INFO n +CONFIG_JFS_STATISTICS y +CONFIG_XFS_QUOTA y +CONFIG_XFS_RT y +CONFIG_GFS2_FS_LOCKING_DLM y +CONFIG_OCFS2_FS_STATS y +CONFIG_OCFS2_DEBUG_MASKLOG y +CONFIG_BTRFS_FS_POSIX_ACL y +CONFIG_FILE_LOCKING y +CONFIG_DNOTIFY y +CONFIG_INOTIFY_USER y +CONFIG_FANOTIFY y +CONFIG_FANOTIFY_ACCESS_PERMISSIONS y +CONFIG_QUOTA y +CONFIG_QUOTA_NETLINK_INTERFACE y +CONFIG_PRINT_QUOTA_WARNING n +CONFIG_FUSE_FS y note + +# Menu: File systems >> CD-ROM/DVD Filesystems +CONFIG_JOLIET y +CONFIG_ZISOFS y + +# Menu: File systems >> Caches +CONFIG_FSCACHE_STATS y +CONFIG_FSCACHE_HISTOGRAM n +CONFIG_FSCACHE_OBJECT_LIST n +CONFIG_CACHEFILES_HISTOGRAM n + +# Menu: File systems >> DOS/FAT/NT Filesystems +CONFIG_VFAT_FS y +CONFIG_FAT_DEFAULT_CODEPAGE 437 +CONFIG_FAT_DEFAULT_IOCHARSET "iso8859-1" +CONFIG_NTFS_RW n + +# Menu: File systems >> Distributed Lock Manager (DLM) + +# Menu: File systems >> Miscellaneous filesystems +CONFIG_MISC_FILESYSTEMS y +CONFIG_ECRYPT_FS y note +CONFIG_JFFS2_FS_DEBUG 0 +CONFIG_JFFS2_FS_WRITEBUFFER y +CONFIG_JFFS2_FS_WBUF_VERIFY n +CONFIG_JFFS2_SUMMARY n +CONFIG_JFFS2_COMPRESSION_OPTIONS y +CONFIG_JFFS2_ZLIB y +CONFIG_JFFS2_LZO y +CONFIG_JFFS2_RTIME y +CONFIG_JFFS2_RUBIN n +CONFIG_JFFS2_CMODE_FAVOURLZO y +CONFIG_UBIFS_FS_ADVANCED_COMPR n +CONFIG_UBIFS_FS_LZO y +CONFIG_UBIFS_FS_ZLIB y +CONFIG_LOGFS n note +CONFIG_SQUASHFS_ZLIB y +CONFIG_SQUASHFS_LZO y +CONFIG_SQUASHFS_XZ y +CONFIG_SQUASHFS_4K_DEVBLK_SIZE n +CONFIG_SQUASHFS_4K_DEVBLK_SIZE n note +CONFIG_SQUASHFS_4K_DEVBLK_SIZE n +CONFIG_SQUASHFS_4K_DEVBLK_SIZE n note +CONFIG_SQUASHFS_EMBEDDED n +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE 3 +CONFIG_ROMFS_BACKED_BY_BLOCK y +CONFIG_PSTORE y +CONFIG_PSTORE_CONSOLE n note +CONFIG_PSTORE_FTRACE n +CONFIG_F2FS_STAT_FS y + +# Menu: File systems >> Native language support +CONFIG_NLS y note +CONFIG_NLS_CODEPAGE_437 y + +# Menu: File systems >> Network File Systems +CONFIG_NETWORK_FILESYSTEMS y +CONFIG_NFS_V3_ACL y +CONFIG_NFS_SWAP y +CONFIG_NFS_V4_1 y +CONFIG_NFS_V4_2 y +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN "kernel.org" +CONFIG_NFS_FSCACHE y +CONFIG_NFS_USE_LEGACY_DNS n +CONFIG_NFSD_V3 y +CONFIG_NFSD_V3_ACL y +CONFIG_NFSD_V4 y note +CONFIG_CIFS_STATS y +CONFIG_CIFS_STATS2 n +CONFIG_CIFS_WEAK_PW_HASH y +CONFIG_CIFS_UPCALL y +CONFIG_CIFS_POSIX y +CONFIG_CIFS_ACL y +CONFIG_CIFS_DEBUG y +CONFIG_CIFS_DEBUG2 n +CONFIG_CIFS_DFS_UPCALL y +CONFIG_CIFS_SMB2 y +CONFIG_CIFS_FSCACHE y +CONFIG_NCPFS_PACKET_SIGNING y +CONFIG_NCPFS_IOCTL_LOCKING y +CONFIG_NCPFS_STRONG y +CONFIG_NCPFS_NFS_NS y +CONFIG_NCPFS_OS2_NS y +CONFIG_NCPFS_SMALLDOS n +CONFIG_NCPFS_NLS y +CONFIG_NCPFS_EXTRAS y + +# Menu: File systems >> Pseudo filesystems +CONFIG_PROC_FS y +CONFIG_PROC_KCORE y +CONFIG_PROC_VMCORE y +CONFIG_PROC_SYSCTL y +CONFIG_PROC_PAGE_MONITOR y +CONFIG_SYSFS y +CONFIG_TMPFS y +CONFIG_HUGETLBFS y + +# Menu: Firmware Drivers +CONFIG_EDD y note + +# Menu: Firmware Drivers >> EFI (Extensible Firmware Interface) Support +CONFIG_EFI_VARS y note + +# Menu: Firmware Drivers >> Google Firmware Drivers + +# Menu: Firmware Drivers >> Google Firmware Drivers >> Google Firmware Drivers + +# Menu: Floating point emulation (arm) + +# Menu: General setup +CONFIG_KERNEL_GZIP y +CONFIG_IKCONFIG n note +CONFIG_SLUB_DEBUG y +CONFIG_RD_GZIP y +CONFIG_RD_BZIP2 y +CONFIG_RD_LZMA y +CONFIG_RD_XZ y +CONFIG_RD_LZO y +CONFIG_RD_LZ4 y +CONFIG_SLUB y + +# Menu: General setup (arm) +# Menu: General setup (powerpc) +# Menu: General setup (x86) +CONFIG_OPROFILE_EVENT_MULTIPLEX n +CONFIG_KPROBES y +CONFIG_JUMP_LABEL y +CONFIG_UPROBES y + +# Menu: General setup >> CPU/Task time and stats accounting + +# Menu: General setup >> Configure standard kernel features (expert users) +CONFIG_EXPERT y + +# Menu: General setup >> Control Group support +CONFIG_CGROUPS y +CONFIG_CGROUP_HUGETLB y +CONFIG_BLK_CGROUP y note + +# Menu: General setup >> Control Group support >> Group CPU scheduler +CONFIG_CGROUP_SCHED y +CONFIG_FAIR_GROUP_SCHED y +CONFIG_CFS_BANDWIDTH y note +CONFIG_RT_GROUP_SCHED n note + +# Menu: General setup >> GCOV-based kernel profiling +CONFIG_GCOV_KERNEL n + +# Menu: General setup >> IRQ subsystem + +# Menu: General setup >> Kernel Performance Events And Counters + +# Menu: General setup >> Namespaces support +CONFIG_NAMESPACES y +CONFIG_UTS_NS y +CONFIG_IPC_NS y +CONFIG_USER_NS y +CONFIG_PID_NS y +CONFIG_NET_NS y + +# Menu: General setup >> RCU Subsystem +CONFIG_TREE_RCU y + +# Menu: General setup >> Timers subsystem + +# Menu: IO Schedulers +CONFIG_IOSCHED_DEADLINE y +CONFIG_IOSCHED_CFQ y +CONFIG_CFQ_GROUP_IOSCHED y +CONFIG_DEFAULT_DEADLINE y + +# Menu: Kernel Features +# Menu: Kernel Features (arm) +CONFIG_PREEMPT_VOLUNTARY y +CONFIG_COMPACTION y +CONFIG_MIGRATION y +CONFIG_KSM y +CONFIG_TRANSPARENT_HUGEPAGE y +CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS y + + +# Menu: Kernel hacking +CONFIG_MAGIC_SYSRQ y +CONFIG_PANIC_ON_OOPS n note + +# Menu: Kernel hacking (arm) +# Menu: Kernel hacking (powerpc) +# Menu: Kernel hacking (x86) +CONFIG_STRICT_DEVMEM y +CONFIG_DEBUG_RODATA y +CONFIG_DEBUG_SET_MODULE_RONX y +CONFIG_EARLY_PRINTK y +CONFIG_DEBUG_NX_TEST n flag + +# Menu: Kernel hacking >> Compile-time checks and compiler options +CONFIG_DEBUG_FS y note +CONFIG_DEBUG_INFO y note +CONFIG_DEBUG_INFO_REDUCED n + +# Menu: Kernel hacking >> Debug Lockups and Hangs +CONFIG_LOCKUP_DETECTOR y + +# Menu: Kernel hacking >> Kernel debugging +CONFIG_DEBUG_KERNEL y note +CONFIG_SCHED_DEBUG y + +# Menu: Kernel hacking >> Kernel debugging >> KGDB: kernel debugger +CONFIG_KGDB y +CONFIG_KGDB_SERIAL_CONSOLE y note + +# Menu: Kernel hacking >> Lock Debugging (spinlocks, mutexes, etc...) + +# Menu: Kernel hacking >> Memory Debugging + +# Menu: Kernel hacking >> Memory Debugging >> kmemcheck: trap use of uninitialized memory + +# Menu: Kernel hacking >> RCU Debugging +CONFIG_RCU_TORTURE_TEST n flag + +# Menu: Kernel hacking >> Runtime Testing +CONFIG_LKDTM n flag +CONFIG_BACKTRACE_SELF_TEST n flag + +# Menu: Kernel hacking >> Sample kernel code +CONFIG_SAMPLES n + +# Menu: Kernel hacking >> Tracers +CONFIG_FTRACE y +CONFIG_FUNCTION_TRACER y +CONFIG_FUNCTION_GRAPH_TRACER y +CONFIG_SCHED_TRACER y +CONFIG_FTRACE_SYSCALLS y +CONFIG_BRANCH_PROFILE_NONE y +CONFIG_STACK_TRACER y +CONFIG_BLK_DEV_IO_TRACE y +CONFIG_KPROBE_EVENT y +CONFIG_UPROBE_EVENT y +CONFIG_DYNAMIC_FTRACE y +CONFIG_FUNCTION_PROFILER y +CONFIG_FTRACE_STARTUP_TEST n flag +CONFIG_MMIOTRACE y +CONFIG_MMIOTRACE_TEST n flag +CONFIG_RING_BUFFER_BENCHMARK n flag +CONFIG_RING_BUFFER_STARTUP_TEST n flag + +# Menu: Kernel hacking >> printk and dmesg options +CONFIG_PRINTK_TIME y +CONFIG_DYNAMIC_DEBUG y + +# Menu: Kernel options +CONFIG_APM_EMULATION p policy<(arch armel armhf &/ value n) | value m> note + +# Menu: Kernel options (powerpc) +CONFIG_KEXEC y +CONFIG_CRASH_DUMP y + +# Menu: Library routines +CONFIG_CRC16 y note +CONFIG_CRC_T10DIF y note +CONFIG_CRC32 y note +CONFIG_CRC32_SELFTEST n flag +CONFIG_XZ_DEC y note +CONFIG_FONTS p policy<(arch armel armhf &/ value y) | value n> +CONFIG_FONT_8x8 y +CONFIG_FONT_8x16 y +CONFIG_FONT_6x11 n +CONFIG_FONT_7x14 n +CONFIG_FONT_PEARL_8x8 n +CONFIG_FONT_ACORN_8x8 y +CONFIG_FONT_MINI_4x6 n +CONFIG_FONT_SUN8x16 n +CONFIG_FONT_SUN12x22 n +CONFIG_FONT_10x18 n + +# Menu: Networking options +CONFIG_PACKET y note +CONFIG_UNIX y note +CONFIG_NETWORK_SECMARK y +CONFIG_ATM_CLIP_NO_ICMP n +CONFIG_ATM_BR2684_IPFILTER n +CONFIG_BRIDGE_IGMP_SNOOPING y +CONFIG_VLAN_8021Q_GVRP y +CONFIG_IPX_INTERN n +CONFIG_IPDDP_ENCAP y +CONFIG_X25 m note +CONFIG_LAPB m note +CONFIG_IEEE802154 m note +CONFIG_MAC802154 - note +CONFIG_DCB y +CONFIG_DNS_RESOLVER y note +CONFIG_BATMAN_ADV_BLA y +CONFIG_BATMAN_ADV_DAT y +CONFIG_BPF_JIT y note +CONFIG_COPS_DAYNA y +CONFIG_COPS_TANGENT y + +# Menu: Networking options >> DCCP CCIDs Configuration + +# Menu: Networking options >> DCCP Kernel Hacking + +# Menu: Networking options >> Network packet filtering framework (Netfilter) +CONFIG_NETFILTER y mark + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> Advanced netfilter configuration +CONFIG_NETFILTER_ADVANCED y +CONFIG_BRIDGE_NETFILTER y + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> Advanced netfilter configuration >> DECnet: Netfilter Configuration + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> Core Netfilter Configuration +CONFIG_NF_CONNTRACK_MARK y +CONFIG_NF_CONNTRACK_SECMARK y +CONFIG_NF_CONNTRACK_ZONES y +CONFIG_NF_CONNTRACK_PROCFS n flag +CONFIG_NF_CONNTRACK_EVENTS y +CONFIG_NF_CONNTRACK_TIMEOUT y +CONFIG_NF_CONNTRACK_TIMESTAMP y +CONFIG_NETFILTER_NETLINK_QUEUE_CT y + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> Ethernet Bridge tables (ebtables) support +CONFIG_BRIDGE_EBT_ULOG n flag + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> IP set support +CONFIG_IP_SET_MAX 256 + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> IP virtual server support +CONFIG_IP_VS_IPV6 y +CONFIG_IP_VS_TAB_BITS 12 +CONFIG_IP_VS_PROTO_TCP y +CONFIG_IP_VS_PROTO_UDP y +CONFIG_IP_VS_PROTO_ESP y +CONFIG_IP_VS_PROTO_AH y +CONFIG_IP_VS_PROTO_SCTP y +CONFIG_IP_VS_SH_TAB_BITS 8 +CONFIG_IP_VS_NFCT y + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> IP: Netfilter Configuration + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration + +# Menu: Networking options >> Network testing +CONFIG_NET_DROP_MONITOR n + +# Menu: Networking options >> QoS and/or fair queueing +CONFIG_NET_SCHED y mark +CONFIG_CLS_U32_PERF n +CONFIG_CLS_U32_MARK y +CONFIG_NET_EMATCH y +CONFIG_NET_EMATCH_STACK 32 +CONFIG_NET_CLS_ACT y +CONFIG_GACT_PROB y +CONFIG_NET_CLS_IND n flag + +# Menu: Networking options >> TCP/IP networking +CONFIG_INET y note +CONFIG_IP_MULTICAST y +CONFIG_IP_ADVANCED_ROUTER y +CONFIG_IP_FIB_TRIE_STATS y +CONFIG_IP_MULTIPLE_TABLES y +CONFIG_IP_ROUTE_MULTIPATH y +CONFIG_IP_ROUTE_VERBOSE y +CONFIG_IP_PNP y +CONFIG_IP_PNP_DHCP y +CONFIG_IP_PNP_BOOTP n +CONFIG_IP_PNP_RARP n +CONFIG_NET_IPGRE_BROADCAST y note +CONFIG_IP_MROUTE y +CONFIG_IP_MROUTE_MULTIPLE_TABLES n +CONFIG_IP_PIMSM_V1 y +CONFIG_IP_PIMSM_V2 y +CONFIG_SYN_COOKIES y mark +CONFIG_INET_LRO y note +CONFIG_TCP_MD5SIG y mark +CONFIG_NETLABEL y mark +CONFIG_RDS m note + +# Menu: Networking options >> TCP/IP networking >> Layer Two Tunneling Protocol (L2TP) +CONFIG_L2TP_V3 y + +# Menu: Networking options >> TCP/IP networking >> TCP: advanced congestion control +CONFIG_TCP_CONG_ADVANCED y +CONFIG_TCP_CONG_CUBIC y note +CONFIG_DEFAULT_CUBIC y + +# Menu: Networking options >> TCP/IP networking >> The IPv6 protocol +CONFIG_IPV6 y note +CONFIG_IPV6_ROUTER_PREF y +CONFIG_IPV6_ROUTE_INFO y +CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION m note +CONFIG_IPV6_SIT_6RD y +CONFIG_IPV6_MULTIPLE_TABLES y +CONFIG_IPV6_SUBTREES y +CONFIG_IPV6_MROUTE y +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES y +CONFIG_IPV6_PIMSM_V2 y + +# Menu: Networking options >> TCP/IP networking >> The SCTP Protocol +CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1 y +CONFIG_SCTP_COOKIE_HMAC_MD5 y +CONFIG_SCTP_COOKIE_HMAC_SHA1 y + +# Menu: Networking options >> TCP/IP networking >> The TIPC Protocol +CONFIG_TIPC m note +CONFIG_TIPC_PORTS 8191 + +# Menu: Networking support +CONFIG_NET y + +# Menu: Networking support >> Amateur Radio support +CONFIG_HAMRADIO y + +# Menu: Networking support >> Amateur Radio support >> Amateur Radio AX.25 Level 2 protocol + +# Menu: Networking support >> Amateur Radio support >> Amateur Radio AX.25 Level 2 protocol >> AX.25 network device drivers + +# Menu: Networking support >> Bluetooth subsystem support +CONFIG_BT m + +# Menu: Networking support >> Bluetooth subsystem support >> Bluetooth device drivers + +# Menu: Networking support >> CAIF support + +# Menu: Networking support >> CAN bus subsystem support + +# Menu: Networking support >> IrDA (infrared) subsystem support + +# Menu: Networking support >> IrDA (infrared) subsystem support >> Infrared-port device drivers +CONFIG_DONGLE y + +# Menu: Networking support >> NFC subsystem support +CONFIG_NFC m note mark +CONFIG_NFC_NCI m note + +# Menu: Networking support >> NFC subsystem support >> Near Field Communication (NFC) devices + +# Menu: Networking support >> Plan 9 Resource Sharing Support (9P2000) + +# Menu: Networking support >> RF switch subsystem support +CONFIG_RFKILL y + +# Menu: Networking support >> WiMAX Wireless Broadband support + +# Menu: Networking support >> Wireless +CONFIG_WIRELESS y + +# Menu: Networking support >> Wireless >> Generic IEEE 802.11 Networking Stack (mac80211) + +# Menu: Networking support >> Wireless >> Generic IEEE 802.11 Networking Stack (mac80211) >> Select mac80211 debugging features + +# Menu: Partition Types +set +tree 'Partition Types' ?pattern _PARTITION$ !flag EXPERIMENTAL = y +set +tree 'Partition Types' ?pattern _DISKLABEL$ !flag EXPERIMENTAL = y + +# Menu: Platform support (powerpc) +CONFIG_KVM_GUEST y + +# Menu: Platform support >> 82xx-based boards (PQ II) (powerpc) + +# Menu: Platform support >> 83xx-based boards (powerpc) + +# Menu: Platform support >> 86xx-based boards (powerpc) + +# Menu: Platform support >> Cell Broadband Engine options (powerpc) + +# Menu: Platform support >> Freescale Book-E Machine Type (powerpc) + +# Menu: Platform support >> Freescale Ethernet driver platform-specific options (powerpc) + +# Menu: Platform support >> MPC8xx CPM Options (powerpc) + +# Menu: Platform support >> PA Semi SoC-based platforms (powerpc) + +# Menu: Platform support >> PA Semi SoC-based platforms >> PA Semi PWRficient options (powerpc) + +# Menu: Platform support >> Sony PS3 (powerpc) + +# Menu: Platform support >> Sony PS3 >> PS3 Platform Options (powerpc) + +# Menu: Platform support >> WSP platform selection (powerpc) + +# Menu: Power management and ACPI options +CONFIG_SUSPEND y +CONFIG_SUSPEND_FREEZER y +CONFIG_HIBERNATION y +CONFIG_APM_EMULATION p policy<(arch armel armhf &/ value n) | value m> note + +# Menu: Power management and ACPI options >> ACPI (Advanced Configuration and Power Interface) Support +CONFIG_ACPI y mark +CONFIG_ACPI_AC y note +CONFIG_ACPI_BATTERY y note +CONFIG_ACPI_BUTTON y note +CONFIG_ACPI_FAN y note +CONFIG_ACPI_PROCESSOR y note +CONFIG_ACPI_THERMAL y note +CONFIG_ACPI_CONTAINER y note +CONFIG_ACPI_HED y note +CONFIG_ACPI_CUSTOM_METHOD n note + +# Menu: Power management and ACPI options >> APM (Advanced Power Management) BIOS support (x86) +CONFIG_APM m mark + +# Menu: Power management and ACPI options >> Memory power savings + +# Menu: Power management options +CONFIG_APM_EMULATION p policy<(arch armel armhf &/ value n) | value m> note + +# Menu: Processor support (powerpc) +CONFIG_SMP y + +# Menu: Processor type and features + +# Menu: Processor type and features (x86) +CONFIG_CC_STACKPROTECTOR p policy<(arch amd64 i386 armhf &/ value y) | value n> +CONFIG_KEXEC y +CONFIG_CRASH_DUMP y +CONFIG_RELOCATABLE y +CONFIG_TOSHIBA n note + +# Menu: Processor type and features >> Linux guest support (x86) +CONFIG_HYPERVISOR_GUEST y +CONFIG_PARAVIRT y +CONFIG_KVM_GUEST y + +# Menu: Security options +CONFIG_KEYS y +CONFIG_PERSISTENT_KEYRINGS y +CONFIG_TRUSTED_KEYS y note +CONFIG_ENCRYPTED_KEYS y note +CONFIG_SECURITY_DMESG_RESTRICT n +CONFIG_SECURITY y mark +CONFIG_SECURITYFS y +CONFIG_SECURITY_NETWORK y +CONFIG_SECURITY_NETWORK_XFRM y +CONFIG_SECURITY_PATH y +CONFIG_INTEL_TXT p policy<(arch i386 amd64 &/ value y) | value n)> +CONFIG_LSM_MMAP_MIN_ADDR 0 +CONFIG_SECURITY_SELINUX y +CONFIG_SECURITY_SELINUX_BOOTPARAM y +CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE 0 +CONFIG_SECURITY_SELINUX_DISABLE y note +CONFIG_SECURITY_SELINUX_DEVELOP y +CONFIG_SECURITY_SELINUX_AVC_STATS y +CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE 1 +CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX n +CONFIG_SECURITY_SMACK y +CONFIG_SECURITY_TOMOYO y +CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY 2048 +CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG 1024 +CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER n +CONFIG_SECURITY_TOMOYO_POLICY_LOADER "/sbin/tomoyo-init" +CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER "/sbin/init" +CONFIG_SECURITY_APPARMOR y +CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE 1 +CONFIG_SECURITY_YAMA y +CONFIG_SECURITY_YAMA_STACKED y +CONFIG_INTEGRITY_SIGNATURE y +CONFIG_IMA n note +CONFIG_EVM y +CONFIG_DEFAULT_SECURITY_APPARMOR y + +# Menu: System Type (arm) +CONFIG_ARCH_MULTIPLATFORM p policy<(arch armhf &/ value y) | value n> + +# Menu: System Type >> ARM Ltd. Versatile Express family (arm) + +# Menu: System Type >> ARM Ltd. Versatile Express family >> Versatile Express platform type (arm) + +# Menu: System Type >> Atmel AT91 System-on-Chip (arm) + +# Menu: System Type >> Atmel AT91 System-on-Chip >> Atmel Non-DT world (arm) + +# Menu: System Type >> Broadcom SoC Selection (arm) + +# Menu: System Type >> CLPS711X/EP721X/EP731X Implementations (arm) + +# Menu: System Type >> CSR SiRF atlas6/primaII/Marco/Polo Specific Features (arm) + +# Menu: System Type >> Cavium Networks CNS3XXX family (arm) + +# Menu: System Type >> Cavium Networks CNS3XXX family >> CNS3XXX platform type (arm) + +# Menu: System Type >> Cirrus EP93xx Implementation Options (arm) + +# Menu: System Type >> Cortina Systems Gemini Implementations (arm) + +# Menu: System Type >> Footbridge Implementations (arm) + +# Menu: System Type >> Freescale i.MX family (arm) + +# Menu: System Type >> Freescale i.MX family >> Freescale i.MX support (arm) + +# Menu: System Type >> IOP13XX Implementation Options (arm) + +# Menu: System Type >> IOP32x Implementation Options (arm) + +# Menu: System Type >> IOP33x Implementation Options (arm) + +# Menu: System Type >> Integrator Options (arm) + +# Menu: System Type >> Intel IXP4xx Implementation Options (arm) + +# Menu: System Type >> Intel PXA2xx/PXA3xx Implementations (arm) + +# Menu: System Type >> Kendin/Micrel KS8695 Implementations (arm) + +# Menu: System Type >> Marvell Dove Implementations (arm) + +# Menu: System Type >> Marvell Kirkwood Implementations (arm) + +# Menu: System Type >> Marvell MV78xx0 Implementations (arm) + +# Menu: System Type >> Marvell PXA168/910/MMP2 Implmentations (arm) + +# Menu: System Type >> Marvell SOC with device tree (arm) + +# Menu: System Type >> Multiple platform selection (arm) + +# Menu: System Type >> NUC950 Machines (arm) + +# Menu: System Type >> NUC960 Machines (arm) + +# Menu: System Type >> NVIDIA Tegra (arm) + +# Menu: System Type >> NVIDIA Tegra >> NVIDIA Tegra options (arm) + +# Menu: System Type >> NetX Implementations (arm) + +# Menu: System Type >> Nomadik boards (arm) + +# Menu: System Type >> Orion Implementations (arm) + +# Menu: System Type >> Qualcomm MSM Board Type (arm) + +# Menu: System Type >> RealView platform type (arm) + +# Menu: System Type >> S5PC110 Machines (arm) + +# Menu: System Type >> S5PV210 Machines (arm) + +# Menu: System Type >> SA11x0 Implementations (arm) + +# Menu: System Type >> SAMSUNG EXYNOS SoCs Support (arm) + +# Menu: System Type >> SAMSUNG S3C24XX SoCs Support (arm) + +# Menu: System Type >> ST SPEAr Family (arm) + +# Menu: System Type >> ST-Ericsson AB U300/U335 Platform (arm) + +# Menu: System Type >> STMicroelectronics Consumer Electronics SOCs with Device Trees (arm) + +# Menu: System Type >> SuperH / SH-Mobile Driver Options + +# Menu: System Type >> TI DaVinci Implementations (arm) + +# Menu: System Type >> TI OMAP Common Features (arm) + +# Menu: System Type >> TI OMAP1 specific features (arm) + +# Menu: System Type >> TI OMAP2/3/4 Specific Features (arm) + +# Menu: System Type >> Timer and clock configuration (arm) + +# Menu: System Type >> Use 8-bit SDHCI bus width (arm) + +# Menu: System Type >> Ux500 target platform (boards) (arm) + +# Menu: System Type >> Versatile platform type (arm) + +# Menu: System Type >> W90P910 Machines (arm) + +# Menu: Ubuntu Supplied Third-Party Device Drivers + +# Menu: Userspace binary formats +CONFIG_BINFMT_ELF y +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS y +CONFIG_BINFMT_SCRIPT y +CONFIG_BINFMT_MISC y +CONFIG_COREDUMP y + +# Menu: Userspace binary formats (arm) + +# Menu: Virtualization +# Menu: Virtualization (arm) +# Menu: Virtualization (powerpc) +# Menu: Virtualization (x86) +CONFIG_VIRTUALIZATION y +CONFIG_KVM p policy<(arch powerpc &/ value y) | value m> +CONFIG_KVM_MMU_AUDIT n +CONFIG_KVM_DEVICE_ASSIGNMENT y +CONFIG_LGUEST n + +# temporarily disabled options -- build failures. +#CONFIG_TI_CPSW p policy<(arch armel armhf &/ value n) | value m> flag +#CONFIG_USB_MUSB_DSPS p policy<(arch armel armhf &/ value n) | value m> flag +CONFIG_LIS3L02DQ p policy<(arch armhf &/ value n) | value m> flag +CONFIG_EZX_PCAP p policy<(arch armhf &/ value n) | value m> flag +#CONFIG_TOUCHSCREEN_EGALAX p policy<(arch armel armhf &/ value n) | value m> flag note +#CONFIG_TOUCHSCREEN_EETI p policy<(arch armel armhf &/ value n) | value m> flag note +#CONFIG_SENSORS_AK8975 p policy<(arch armel armhf &/ value n) | value m> flag note +CONFIG_PPC_EPAPR_HV_BYTECHAN n flag note + +# Ensure DEPRECATED options are off. +set +all ?flag DEPRECATED !mark annotated ?type bool = n +set +all ?flag DEPRECATED !mark annotated ?type tristate = n + +# Ensure DANGEROUS things are turned off. +set +all ?flag DANGEROUS = n --- linux-lts-utopic-3.16.0.orig/debian.master/config/arm64/config.common.arm64 +++ linux-lts-utopic-3.16.0/debian.master/config/arm64/config.common.arm64 @@ -0,0 +1,141 @@ +# +# Config options for config.common.arm64 automatically generated by splitconfig.pl +# +CONFIG_64BIT=y +CONFIG_AC97_BUS=m +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +CONFIG_ATA_GENERIC=m +# CONFIG_ATA_NONSTANDARD is not set +CONFIG_ATA_PIIX=m +CONFIG_BCH=m +# CONFIG_CC_STACKPROTECTOR is not set +CONFIG_CMDLINE="console=ttyAMA0" +# CONFIG_CPU_BIG_ENDIAN is not set +# CONFIG_CXL_BASE is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 +CONFIG_DMA_VIRTUAL_CHANNELS=y +# CONFIG_EM_TIMER_STI is not set +CONFIG_FB_ATY128=m +# CONFIG_FB_BOOT_VESA_SUPPORT is not set +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +# CONFIG_FB_MACMODES is not set +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_SYS_IMAGEBLIT=m +CONFIG_FB_UDL=m +CONFIG_FB_VOODOO1=m +# CONFIG_FONTS is not set +CONFIG_FORCE_MAX_ZONEORDER=11 +CONFIG_FRAME_WARN=1024 +CONFIG_FUNCTION_TRACER=y +CONFIG_GENERIC_CSUM=y +CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY=0 +CONFIG_GPIO_GENERIC=y +CONFIG_GPIO_GENERIC_PLATFORM=y +CONFIG_GPIO_TWL4030=m +CONFIG_GPIO_TWL6040=m +# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set +# CONFIG_HAVE_AOUT is not set +# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set +CONFIG_HAVE_GENERIC_DMA_COHERENT=y +CONFIG_HUGETLB_PAGE=y +CONFIG_HZ=100 +CONFIG_IMA=y +# CONFIG_IPMI_SI_PROBE_DEFAULTS is not set +CONFIG_JUMP_LABEL=y +CONFIG_KVM=y +CONFIG_LOG_BUF_SHIFT=14 +CONFIG_LUSTRE_FS=m +CONFIG_MFD_SM501=m +# CONFIG_MFD_TMIO is not set +CONFIG_MII=y +CONFIG_MMC_BLOCK=y +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_PLTFM=m +CONFIG_MTD=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_CMDLINE_PARTS=m +CONFIG_MTD_NAND=m +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC=m +CONFIG_MTD_NAND_IDS=m +CONFIG_MTD_OF_PARTS=m +# CONFIG_MUSB_PIO_ONLY is not set +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NET_XGENE=m +CONFIG_NOP_USB_XCEIV=m +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS=8 +CONFIG_PATA_SIS=m +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_PHY_SAMSUNG_USB2=m +CONFIG_PPS=m +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_RCU is not set +CONFIG_PREEMPT_VOLUNTARY=y +# CONFIG_PROBE_EVENTS is not set +# CONFIG_PSTORE_CONSOLE is not set +CONFIG_PSTORE_RAM=m +CONFIG_PTP_1588_CLOCK=m +CONFIG_RCU_CPU_STALL_TIMEOUT=60 +CONFIG_RCU_FANOUT=64 +CONFIG_RCU_FAST_NO_HZ=y +# CONFIG_RCU_NOCB_CPU is not set +CONFIG_REED_SOLOMON=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_REGULATOR_TWL4030=m +CONFIG_RTC_DRV_DS3232=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_RTC_DRV_PL031=m +CONFIG_RTC_DRV_TWL4030=m +CONFIG_RTC_DRV_XGENE=y +CONFIG_SAMSUNG_USB2PHY=m +CONFIG_SAMSUNG_USB3PHY=m +CONFIG_SAMSUNG_USBPHY=m +CONFIG_SATA_AHCI_PLATFORM=m +CONFIG_SATA_SVW=m +CONFIG_SCHED_SMT=y +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_SENSORS_SCH56XX_COMMON=m +CONFIG_SERIAL_8250_DW=m +# CONFIG_SH_TIMER_CMT is not set +# CONFIG_SH_TIMER_MTU2 is not set +CONFIG_SMC91X=y +CONFIG_SND=m +CONFIG_SND_COMPRESS_OFFLOAD=m +CONFIG_SND_DMAENGINE_PCM=m +CONFIG_SND_HDA_INTEL=m +# CONFIG_SND_OPL4_LIB_SEQ is not set +CONFIG_SND_PCM=m +# CONFIG_SND_SBAWE_SEQ is not set +CONFIG_SND_SOC=m +CONFIG_SND_SOC_FSL_SSI=m +CONFIG_SND_SOC_HDMI_CODEC=m +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_TIMER=m +CONFIG_SOUND=m +CONFIG_STACK_TRACER=y +CONFIG_STANDALONE=y +CONFIG_SYS_HYPERVISOR=y +CONFIG_TICK_CPU_ACCOUNTING=y +CONFIG_TIGON3=m +# CONFIG_UPROBES is not set +CONFIG_USB_EHCI_HCD_PLATFORM=m +CONFIG_USB_GADGET=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +CONFIG_USB_MUSB_HDRC=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_OHCI_HCD_PLATFORM=m +CONFIG_USB_USBNET=m +CONFIG_USB_UX500_DMA=y +CONFIG_XEN=y --- linux-lts-utopic-3.16.0.orig/debian.master/config/arm64/config.flavour.generic +++ linux-lts-utopic-3.16.0/debian.master/config/arm64/config.flavour.generic @@ -0,0 +1,3 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# --- linux-lts-utopic-3.16.0.orig/debian.master/config/armhf/config.common.armhf +++ linux-lts-utopic-3.16.0/debian.master/config/armhf/config.common.armhf @@ -0,0 +1,140 @@ +# +# Config options for config.common.armhf automatically generated by splitconfig.pl +# +# CONFIG_APM_EMULATION is not set +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set +# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set +CONFIG_ATA_GENERIC=m +# CONFIG_ATA_NONSTANDARD is not set +CONFIG_ATA_PIIX=m +CONFIG_BCH=y +CONFIG_CC_STACKPROTECTOR=y +CONFIG_CMDLINE="" +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CRASH_DUMP=y +# CONFIG_CXL_BASE is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_EM_TIMER_STI=y +CONFIG_FB_ATY128=m +# CONFIG_FB_BOOT_VESA_SUPPORT is not set +# CONFIG_FB_MACMODES is not set +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_SYS_IMAGEBLIT=y +CONFIG_FB_UDL=m +CONFIG_FB_VOODOO1=m +CONFIG_FONTS=y +CONFIG_FRAME_WARN=1024 +# CONFIG_FUNCTION_TRACER is not set +CONFIG_GPIO_GENERIC=y +CONFIG_GPIO_GENERIC_PLATFORM=y +CONFIG_GPIO_TWL4030=y +CONFIG_GPIO_TWL6040=y +# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set +# CONFIG_HAVE_AOUT is not set +# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set +CONFIG_HAVE_GENERIC_DMA_COHERENT=y +CONFIG_HIBERNATION=y +CONFIG_HZ=250 +# CONFIG_HZ_1000 is not set +CONFIG_HZ_250=y +CONFIG_IMA=y +# CONFIG_IPMI_SI_PROBE_DEFAULTS is not set +# CONFIG_IRQ_FORCED_THREADING_DEFAULT is not set +# CONFIG_JUMP_LABEL is not set +CONFIG_KVM=y +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LUSTRE_FS=m +CONFIG_MFD_SM501=y +CONFIG_MFD_TMIO=y +CONFIG_MII=y +CONFIG_MMC_BLOCK=y +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_PLTFM=y +CONFIG_MTD=y +CONFIG_MTD_BLKDEVS=y +CONFIG_MTD_BLOCK=y +CONFIG_MTD_CMDLINE_PARTS=y +CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_BCH=y +CONFIG_MTD_NAND_ECC=y +CONFIG_MTD_NAND_IDS=y +CONFIG_MTD_OF_PARTS=y +# CONFIG_MUSB_PIO_ONLY is not set +CONFIG_NEED_DMA_MAP_STATE=y +# CONFIG_NET_XGENE is not set +CONFIG_NOP_USB_XCEIV=y +# CONFIG_NO_HZ_FULL is not set +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS=4 +CONFIG_NVRAM=m +CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_PATA_SIS=m +# CONFIG_PCCARD is not set +CONFIG_PHY_SAMSUNG_USB2=y +CONFIG_PPS=y +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_RCU is not set +CONFIG_PREEMPT_VOLUNTARY=y +CONFIG_PROBE_EVENTS=y +CONFIG_PSTORE_CONSOLE=y +CONFIG_PSTORE_RAM=y +CONFIG_PTP_1588_CLOCK=y +CONFIG_RCU_CPU_STALL_TIMEOUT=60 +CONFIG_RCU_FANOUT=32 +CONFIG_RCU_FAST_NO_HZ=y +# CONFIG_RCU_NOCB_CPU is not set +# CONFIG_RCU_USER_QS is not set +CONFIG_REED_SOLOMON=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y +CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_DS3232=m +CONFIG_RTC_DRV_PL031=y +CONFIG_RTC_DRV_TWL4030=y +CONFIG_RTC_DRV_XGENE=m +CONFIG_SAMSUNG_USB2PHY=y +CONFIG_SAMSUNG_USB3PHY=y +CONFIG_SAMSUNG_USBPHY=y +CONFIG_SATA_AHCI_PLATFORM=y +CONFIG_SATA_SVW=m +# CONFIG_SCHED_SMT is not set +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_SENSORS_SCH56XX_COMMON=m +CONFIG_SH_TIMER_CMT=y +CONFIG_SH_TIMER_MTU2=y +CONFIG_SMC91X=m +CONFIG_SND=y +CONFIG_SND_COMPRESS_OFFLOAD=y +CONFIG_SND_DMAENGINE_PCM=y +CONFIG_SND_HDA_INTEL=m +# CONFIG_SND_OPL4_LIB_SEQ is not set +CONFIG_SND_PCM=y +# CONFIG_SND_SBAWE_SEQ is not set +CONFIG_SND_SOC=y +CONFIG_SND_SOC_HDMI_CODEC=y +CONFIG_SND_SOC_I2C_AND_SPI=y +CONFIG_SND_TIMER=y +CONFIG_SOUND=y +# CONFIG_STACK_TRACER is not set +CONFIG_STANDALONE=y +# CONFIG_SYS_HYPERVISOR is not set +# CONFIG_TICK_CPU_ACCOUNTING is not set +CONFIG_TIGON3=m +CONFIG_UPROBES=y +# CONFIG_USB_EHCI_HCD_PLATFORM is not set +CONFIG_USB_FSL_MPH_DR_OF=m +CONFIG_USB_GADGET=y +CONFIG_USB_G_MULTI=m +# CONFIG_USB_HCD_BCMA is not set +# CONFIG_USB_HCD_SSB is not set +CONFIG_USB_MUSB_HDRC=y +# CONFIG_USB_MUSB_TUSB6010 is not set +# CONFIG_USB_OHCI_HCD_PLATFORM is not set +CONFIG_USB_USBNET=y +# CONFIG_USB_UX500_DMA is not set +# CONFIG_VFIO_IOMMU_TYPE1 is not set +CONFIG_VIRT_CPU_ACCOUNTING_GEN=y +# CONFIG_XEN is not set --- linux-lts-utopic-3.16.0.orig/debian.master/config/armhf/config.flavour.generic +++ linux-lts-utopic-3.16.0/debian.master/config/armhf/config.flavour.generic @@ -0,0 +1,24 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# +CONFIG_AC97_BUS=y +CONFIG_ARCH_MXC=y +CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED=y +CONFIG_ARCH_OMAP3=y +CONFIG_ARCH_OMAP4=y +# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set +CONFIG_ARCH_TEGRA=y +CONFIG_ARM_ATAG_DTB_COMPAT=y +# CONFIG_ARM_HIGHBANK_CPUIDLE is not set +# CONFIG_ARM_LPAE is not set +CONFIG_FB_CFB_REV_PIXELS_IN_BYTE=y +CONFIG_FORCE_MAX_ZONEORDER=12 +# CONFIG_HUGETLB_PAGE is not set +# CONFIG_PHYS_ADDR_T_64BIT is not set +CONFIG_REGULATOR_TWL4030=y +CONFIG_RTC_DRV_PCF8523=y +CONFIG_SERIAL_8250_DW=y +CONFIG_SND_SOC_FSL_SSI=y +CONFIG_SND_SOC_IMX_AUDMUX=y +CONFIG_SND_SOC_SGTL5000=y +CONFIG_SOC_AM33XX=y --- linux-lts-utopic-3.16.0.orig/debian.master/config/armhf/config.flavour.generic-lpae +++ linux-lts-utopic-3.16.0/debian.master/config/armhf/config.flavour.generic-lpae @@ -0,0 +1,24 @@ +# +# Config options for config.flavour.generic-lpae automatically generated by splitconfig.pl +# +CONFIG_AC97_BUS=m +# CONFIG_ARCH_MXC is not set +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +# CONFIG_ARCH_OMAP3 is not set +# CONFIG_ARCH_OMAP4 is not set +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +# CONFIG_ARCH_TEGRA is not set +# CONFIG_ARM_ATAG_DTB_COMPAT is not set +CONFIG_ARM_HIGHBANK_CPUIDLE=y +CONFIG_ARM_LPAE=y +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +CONFIG_FORCE_MAX_ZONEORDER=11 +CONFIG_HUGETLB_PAGE=y +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_REGULATOR_TWL4030=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_SERIAL_8250_DW=m +CONFIG_SND_SOC_FSL_SSI=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_SOC_SGTL5000=m +# CONFIG_SOC_AM33XX is not set --- linux-lts-utopic-3.16.0.orig/debian.master/config/config.common.ports +++ linux-lts-utopic-3.16.0/debian.master/config/config.common.ports @@ -0,0 +1,3 @@ +# +# Common config options automatically generated by splitconfig.pl +# --- linux-lts-utopic-3.16.0.orig/debian.master/config/config.common.ubuntu +++ linux-lts-utopic-3.16.0/debian.master/config/config.common.ubuntu @@ -0,0 +1,8137 @@ +# +# Common config options automatically generated by splitconfig.pl +# +CONFIG_32BIT=y +CONFIG_3C515=m +# CONFIG_40x is not set +# CONFIG_44x is not set +CONFIG_60XX_WDT=m +CONFIG_6LOWPAN_IPHC=m +CONFIG_6PACK=m +CONFIG_6xx=y +CONFIG_8139CP=m +CONFIG_8139TOO=m +CONFIG_8139TOO_8129=y +CONFIG_8139TOO_PIO=y +# CONFIG_8139TOO_TUNE_TWISTER is not set +# CONFIG_8139_OLD_RX_RESET is not set +CONFIG_8723AU_AP_MODE=y +CONFIG_8723AU_BT_COEXIST=y +CONFIG_88EU_AP_MODE=y +CONFIG_88EU_P2P=y +CONFIG_9P_FS=m +CONFIG_9P_FSCACHE=y +CONFIG_9P_FS_POSIX_ACL=y +CONFIG_9P_FS_SECURITY=y +CONFIG_AB3100_CORE=y +CONFIG_AB3100_OTP=m +CONFIG_ABX500_CORE=y +# CONFIG_ACCESSIBILITY is not set +CONFIG_ACENIC=m +# CONFIG_ACENIC_OMIT_TIGON_I is not set +CONFIG_ACERHDF=m +CONFIG_ACER_WMI=m +CONFIG_ACORN_PARTITION=y +CONFIG_ACORN_PARTITION_ADFS=y +CONFIG_ACORN_PARTITION_CUMANA=y +CONFIG_ACORN_PARTITION_EESOX=y +CONFIG_ACORN_PARTITION_ICS=y +CONFIG_ACORN_PARTITION_POWERTEC=y +CONFIG_ACORN_PARTITION_RISCIX=y +CONFIG_ACPI=y +CONFIG_ACPI_AC=y +CONFIG_ACPI_APEI=y +CONFIG_ACPI_APEI_EINJ=m +# CONFIG_ACPI_APEI_ERST_DEBUG is not set +CONFIG_ACPI_APEI_GHES=y +CONFIG_ACPI_APEI_MEMORY_FAILURE=y +CONFIG_ACPI_APEI_PCIEAER=y +CONFIG_ACPI_BATTERY=y +CONFIG_ACPI_BGRT=y +CONFIG_ACPI_BUTTON=y +CONFIG_ACPI_CMPC=m +CONFIG_ACPI_CONTAINER=y +# CONFIG_ACPI_CUSTOM_DSDT is not set +CONFIG_ACPI_CUSTOM_DSDT_FILE="" +# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_DEBUG is not set +CONFIG_ACPI_DOCK=y +CONFIG_ACPI_EC_DEBUGFS=m +CONFIG_ACPI_EXTLOG=m +CONFIG_ACPI_FAN=y +CONFIG_ACPI_HED=y +CONFIG_ACPI_HOTPLUG_CPU=y +CONFIG_ACPI_HOTPLUG_MEMORY=y +# CONFIG_ACPI_INITRD_TABLE_OVERRIDE is not set +CONFIG_ACPI_INT3403_THERMAL=m +CONFIG_ACPI_IPMI=m +CONFIG_ACPI_NUMA=y +CONFIG_ACPI_PCI_SLOT=y +CONFIG_ACPI_PROCESSOR=y +CONFIG_ACPI_PROCESSOR_AGGREGATOR=m +# CONFIG_ACPI_PROCFS_POWER is not set +CONFIG_ACPI_QUICKSTART=m +# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set +CONFIG_ACPI_SBS=m +CONFIG_ACPI_SLEEP=y +CONFIG_ACPI_THERMAL=y +CONFIG_ACPI_TOSHIBA=m +CONFIG_ACPI_VIDEO=m +CONFIG_ACPI_WMI=m +CONFIG_ACQUIRE_WDT=m +CONFIG_ACT200L_DONGLE=m +CONFIG_ACTISYS_DONGLE=m +CONFIG_AD2S1200=m +CONFIG_AD2S1210=m +CONFIG_AD2S90=m +CONFIG_AD5064=m +CONFIG_AD525X_DPOT=m +CONFIG_AD525X_DPOT_I2C=m +CONFIG_AD525X_DPOT_SPI=m +CONFIG_AD5360=m +CONFIG_AD5380=m +CONFIG_AD5421=m +CONFIG_AD5446=m +CONFIG_AD5449=m +CONFIG_AD5504=m +CONFIG_AD5624R_SPI=m +CONFIG_AD5686=m +CONFIG_AD5755=m +CONFIG_AD5764=m +CONFIG_AD5791=m +CONFIG_AD5930=m +CONFIG_AD5933=m +CONFIG_AD7150=m +CONFIG_AD7152=m +CONFIG_AD7192=m +CONFIG_AD7266=m +CONFIG_AD7280=m +CONFIG_AD7291=m +CONFIG_AD7298=m +CONFIG_AD7303=m +CONFIG_AD7476=m +CONFIG_AD7606=m +CONFIG_AD7606_IFACE_PARALLEL=m +CONFIG_AD7606_IFACE_SPI=m +CONFIG_AD7746=m +CONFIG_AD7780=m +CONFIG_AD7791=m +CONFIG_AD7793=m +CONFIG_AD7816=m +CONFIG_AD7887=m +CONFIG_AD7923=m +CONFIG_AD799X=m +CONFIG_AD8366=m +CONFIG_AD9523=m +CONFIG_AD9832=m +CONFIG_AD9834=m +CONFIG_AD9850=m +CONFIG_AD9852=m +CONFIG_AD9910=m +CONFIG_AD9951=m +CONFIG_ADAPTEC_STARFIRE=m +CONFIG_ADB=y +CONFIG_ADB_CUDA=y +CONFIG_ADB_MACIO=y +CONFIG_ADB_PMU=y +CONFIG_ADB_PMU_LED=y +CONFIG_ADE7753=m +CONFIG_ADE7754=m +CONFIG_ADE7758=m +CONFIG_ADE7759=m +CONFIG_ADE7854=m +CONFIG_ADE7854_I2C=m +CONFIG_ADE7854_SPI=m +CONFIG_ADF4350=m +CONFIG_ADFS_FS=m +# CONFIG_ADFS_FS_RW is not set +CONFIG_ADIS16060=m +CONFIG_ADIS16080=m +CONFIG_ADIS16130=m +CONFIG_ADIS16136=m +CONFIG_ADIS16201=m +CONFIG_ADIS16203=m +CONFIG_ADIS16204=m +CONFIG_ADIS16209=m +CONFIG_ADIS16220=m +CONFIG_ADIS16240=m +CONFIG_ADIS16260=m +CONFIG_ADIS16400=m +CONFIG_ADIS16480=m +CONFIG_ADJD_S311=m +CONFIG_ADM8211=m +CONFIG_ADT7316=m +CONFIG_ADT7316_I2C=m +CONFIG_ADT7316_SPI=m +# CONFIG_ADVANCED_OPTIONS is not set +CONFIG_ADVANTECH_WDT=m +CONFIG_ADXRS450=m +CONFIG_AD_SIGMA_DELTA=m +CONFIG_AEABI=y +CONFIG_AFFS_FS=m +# CONFIG_AFS_DEBUG is not set +CONFIG_AFS_FS=m +CONFIG_AFS_FSCACHE=y +CONFIG_AF_RXRPC=m +# CONFIG_AF_RXRPC_DEBUG is not set +CONFIG_AGP=y +CONFIG_AGP_ALI=m +CONFIG_AGP_AMD=y +CONFIG_AGP_AMD64=y +CONFIG_AGP_ATI=m +CONFIG_AGP_EFFICEON=m +CONFIG_AGP_INTEL=y +CONFIG_AGP_NVIDIA=y +CONFIG_AGP_SIS=m +CONFIG_AGP_SWORKS=m +CONFIG_AGP_UNINORTH=m +CONFIG_AGP_VIA=y +CONFIG_AHCI_IMX=y +CONFIG_AHCI_MVEBU=m +CONFIG_AHCI_XGENE=m +CONFIG_AIC79XX_CMDS_PER_DEVICE=32 +# CONFIG_AIC79XX_DEBUG_ENABLE is not set +CONFIG_AIC79XX_DEBUG_MASK=0 +CONFIG_AIC79XX_REG_PRETTY_PRINT=y +CONFIG_AIC79XX_RESET_DELAY_MS=5000 +CONFIG_AIC7XXX_CMDS_PER_DEVICE=8 +# CONFIG_AIC7XXX_DEBUG_ENABLE is not set +CONFIG_AIC7XXX_DEBUG_MASK=0 +CONFIG_AIC7XXX_REG_PRETTY_PRINT=y +CONFIG_AIC7XXX_RESET_DELAY_MS=5000 +# CONFIG_AIC94XX_DEBUG is not set +CONFIG_AIO=y +CONFIG_AIRO=m +CONFIG_AIRO_CS=m +CONFIG_AIX_PARTITION=y +CONFIG_AK8975=m +CONFIG_ALIENWARE_WMI=m +CONFIG_ALIGNMENT_TRAP=y +CONFIG_ALIM1535_WDT=m +CONFIG_ALIM7101_WDT=m +CONFIG_ALIX=y +CONFIG_ALI_FIR=m +CONFIG_ALTERA_STAPL=m +CONFIG_ALTERA_TSE=m +CONFIG_ALTIVEC=y +CONFIG_ALX=m +CONFIG_AM335X_CONTROL_USB=m +CONFIG_AM335X_PHY_USB=m +CONFIG_AMBA_PL08X=y +CONFIG_AMD8111_ETH=m +CONFIG_AMD_IOMMU=y +CONFIG_AMD_IOMMU_STATS=y +CONFIG_AMD_IOMMU_V2=m +CONFIG_AMD_NB=y +CONFIG_AMD_NUMA=y +CONFIG_AMD_PHY=m +CONFIG_AMD_XGBE=m +CONFIG_AMD_XGBE_PHY=m +CONFIG_AMIGA_PARTITION=y +CONFIG_AMILO_RFKILL=m +# CONFIG_ANDROID is not set +CONFIG_ANON_INODES=y +CONFIG_ANSLCD=m +CONFIG_APB_TIMER=y +CONFIG_APDS9300=m +CONFIG_APDS9802ALS=m +CONFIG_APM=m +# CONFIG_APM_ALLOW_INTS is not set +# CONFIG_APM_CPU_IDLE is not set +# CONFIG_APM_DISPLAY_BLANK is not set +# CONFIG_APM_DO_ENABLE is not set +# CONFIG_APM_IGNORE_USER_SUSPEND is not set +CONFIG_APM_POWER=m +CONFIG_APPLE_AIRPORT=m +CONFIG_APPLE_GMUX=m +CONFIG_APPLICOM=m +CONFIG_AR5523=m +# CONFIG_ARCH_AT91 is not set +CONFIG_ARCH_AXXIA=y +# CONFIG_ARCH_BCM is not set +CONFIG_ARCH_BERLIN=y +CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y +CONFIG_ARCH_CLOCKSOURCE_DATA=y +# CONFIG_ARCH_CLPS711X is not set +CONFIG_ARCH_CPU_PROBE_RELEASE=y +# CONFIG_ARCH_DAVINCI is not set +CONFIG_ARCH_DISCARD_MEMBLOCK=y +# CONFIG_ARCH_DOVE is not set +# CONFIG_ARCH_EBSA110 is not set +CONFIG_ARCH_EMEV2=y +CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y +CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y +# CONFIG_ARCH_EP93XX is not set +CONFIG_ARCH_EXYNOS=y +# CONFIG_ARCH_EXYNOS3 is not set +# CONFIG_ARCH_EXYNOS4 is not set +CONFIG_ARCH_EXYNOS5=y +CONFIG_ARCH_FLATMEM_ENABLE=y +# CONFIG_ARCH_FOOTBRIDGE is not set +# CONFIG_ARCH_GEMINI is not set +CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y +CONFIG_ARCH_HAS_BANDGAP=y +CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y +CONFIG_ARCH_HAS_CPU_RELAX=y +CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y +CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y +CONFIG_ARCH_HAS_ILOG2_U32=y +CONFIG_ARCH_HAS_ILOG2_U64=y +CONFIG_ARCH_HAS_OPP=y +CONFIG_ARCH_HAS_RESET_CONTROLLER=y +CONFIG_ARCH_HAS_TICK_BROADCAST=y +CONFIG_ARCH_HAS_WALK_MEMORY=y +CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_ARCH_HI3xxx=y +CONFIG_ARCH_HIBERNATION_HEADER=y +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_HIGHBANK=y +# CONFIG_ARCH_INTEGRATOR is not set +# CONFIG_ARCH_IOP13XX is not set +# CONFIG_ARCH_IOP32X is not set +# CONFIG_ARCH_IOP33X is not set +# CONFIG_ARCH_IXP4XX is not set +# CONFIG_ARCH_KEYSTONE is not set +# CONFIG_ARCH_KIRKWOOD is not set +# CONFIG_ARCH_KS8695 is not set +# CONFIG_ARCH_LPC32XX is not set +CONFIG_ARCH_MAY_HAVE_PC_FDC=y +CONFIG_ARCH_MEMORY_PROBE=y +CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y +CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y +# CONFIG_ARCH_MMP is not set +# CONFIG_ARCH_MSM is not set +CONFIG_ARCH_MSM8960=y +CONFIG_ARCH_MSM8974=y +CONFIG_ARCH_MSM8X60=y +CONFIG_ARCH_MULTIPLATFORM=y +# CONFIG_ARCH_MULTI_CPU_AUTO is not set +# CONFIG_ARCH_MULTI_V6 is not set +CONFIG_ARCH_MULTI_V6_V7=y +CONFIG_ARCH_MULTI_V7=y +# CONFIG_ARCH_MV78XX0 is not set +CONFIG_ARCH_MVEBU=y +CONFIG_ARCH_MXC_IOMUX_V3=y +# CONFIG_ARCH_NETX is not set +CONFIG_ARCH_NR_GPIO=1024 +CONFIG_ARCH_OMAP=y +# CONFIG_ARCH_OMAP1 is not set +CONFIG_ARCH_OMAP2PLUS=y +CONFIG_ARCH_OMAP2PLUS_TYPICAL=y +# CONFIG_ARCH_ORION5X is not set +CONFIG_ARCH_PROC_KCORE_TEXT=y +# CONFIG_ARCH_PXA is not set +CONFIG_ARCH_QCOM=y +CONFIG_ARCH_R7S72100=y +CONFIG_ARCH_R8A7790=y +CONFIG_ARCH_R8A7791=y +# CONFIG_ARCH_REALVIEW is not set +CONFIG_ARCH_REQUIRE_GPIOLIB=y +# CONFIG_ARCH_ROCKCHIP is not set +# CONFIG_ARCH_RPC is not set +# CONFIG_ARCH_S3C24XX is not set +# CONFIG_ARCH_S3C64XX is not set +# CONFIG_ARCH_S5P64X0 is not set +# CONFIG_ARCH_S5PC100 is not set +# CONFIG_ARCH_S5PV210 is not set +# CONFIG_ARCH_SA1100 is not set +CONFIG_ARCH_SHMOBILE=y +# CONFIG_ARCH_SHMOBILE_LEGACY is not set +CONFIG_ARCH_SHMOBILE_MULTI=y +# CONFIG_ARCH_SIRF is not set +# CONFIG_ARCH_SOCFPGA is not set +CONFIG_ARCH_SPARSEMEM_ENABLE=y +# CONFIG_ARCH_STI is not set +# CONFIG_ARCH_SUNXI is not set +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y +CONFIG_ARCH_SUPPORTS_BIG_ENDIAN=y +CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y +CONFIG_ARCH_SUPPORTS_FIRMWARE=y +CONFIG_ARCH_SUPPORTS_INT128=y +CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y +CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y +CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y +CONFIG_ARCH_SUPPORTS_TRUSTED_FOUNDATIONS=y +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_ARCH_TEGRA_114_SOC=y +CONFIG_ARCH_TEGRA_124_SOC=y +CONFIG_ARCH_TEGRA_2x_SOC=y +CONFIG_ARCH_TEGRA_3x_SOC=y +# CONFIG_ARCH_U8500 is not set +CONFIG_ARCH_USES_NUMA_PROT_NONE=y +CONFIG_ARCH_USES_PG_UNCACHED=y +CONFIG_ARCH_USE_BUILTIN_BSWAP=y +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y +CONFIG_ARCH_USE_QUEUE_RWLOCK=y +# CONFIG_ARCH_VERSATILE is not set +CONFIG_ARCH_VEXPRESS=y +CONFIG_ARCH_VEXPRESS_CA9X4=y +CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA=y +CONFIG_ARCH_VEXPRESS_DCSCB=y +CONFIG_ARCH_VEXPRESS_SPC=y +CONFIG_ARCH_VEXPRESS_TC2_PM=y +CONFIG_ARCH_VIRT=y +# CONFIG_ARCH_W90X900 is not set +CONFIG_ARCH_WANTS_FREEZER_CONTROL=y +CONFIG_ARCH_WANTS_PROT_NUMA_PROT_NONE=y +CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_FRAME_POINTERS=y +CONFIG_ARCH_WANT_GENERAL_HUGETLB=y +CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y +CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y +CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y +# CONFIG_ARCH_WM8850 is not set +CONFIG_ARCH_XGENE=y +# CONFIG_ARCH_ZYNQ is not set +CONFIG_ARCNET=m +CONFIG_ARCNET_1051=m +CONFIG_ARCNET_1201=m +CONFIG_ARCNET_CAP=m +CONFIG_ARCNET_COM20020=m +CONFIG_ARCNET_COM20020_CS=m +CONFIG_ARCNET_COM20020_ISA=m +CONFIG_ARCNET_COM20020_PCI=m +CONFIG_ARCNET_COM90xx=m +CONFIG_ARCNET_COM90xxIO=m +CONFIG_ARCNET_RAW=m +CONFIG_ARCNET_RIM_I=m +CONFIG_ARC_EMAC=m +CONFIG_ARM=y +CONFIG_ARM64=y +# CONFIG_ARM64_64K_PAGES is not set +CONFIG_ARM64_CPU_SUSPEND=y +CONFIG_ARM64_CRYPTO=y +CONFIG_ARMADA_370_CLK=y +CONFIG_ARMADA_370_XP_TIMER=y +CONFIG_ARMADA_375_CLK=y +CONFIG_ARMADA_38X_CLK=y +CONFIG_ARMADA_THERMAL=y +CONFIG_ARMADA_XP_CLK=y +CONFIG_ARM_AMBA=y +CONFIG_ARM_APPENDED_DTB=y +CONFIG_ARM_ARCH_TIMER=y +CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y +CONFIG_ARM_ARMADA_370_XP_CPUIDLE=y +CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND=y +# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER is not set +CONFIG_ARM_BIG_LITTLE_CPUFREQ=m +CONFIG_ARM_BIG_LITTLE_CPUIDLE=y +CONFIG_ARM_CCI=y +CONFIG_ARM_CHARLCD=y +CONFIG_ARM_CPU_SUSPEND=y +CONFIG_ARM_CPU_TOPOLOGY=y +CONFIG_ARM_DMA_IOMMU_ALIGNMENT=8 +CONFIG_ARM_DMA_MEM_BUFFERABLE=y +CONFIG_ARM_DMA_USE_IOMMU=y +CONFIG_ARM_DT_BL_CPUFREQ=m +CONFIG_ARM_ERRATA_430973=y +CONFIG_ARM_ERRATA_643719=y +CONFIG_ARM_ERRATA_720789=y +CONFIG_ARM_ERRATA_754322=y +CONFIG_ARM_ERRATA_754327=y +CONFIG_ARM_ERRATA_764369=y +CONFIG_ARM_ERRATA_773022=y +CONFIG_ARM_ERRATA_775420=y +CONFIG_ARM_ERRATA_798181=y +# CONFIG_ARM_EXYNOS5250_CPUFREQ is not set +# CONFIG_ARM_EXYNOS5440_CPUFREQ is not set +# CONFIG_ARM_EXYNOS5_BUS_DEVFREQ is not set +CONFIG_ARM_EXYNOS_CPUIDLE=y +CONFIG_ARM_GIC=y +CONFIG_ARM_GIC_V3=y +CONFIG_ARM_GLOBAL_TIMER=y +CONFIG_ARM_HAS_SG_CHAIN=y +CONFIG_ARM_HIGHBANK_CPUFREQ=m +CONFIG_ARM_IMX6Q_CPUFREQ=m +# CONFIG_ARM_KIRKWOOD_CPUFREQ is not set +CONFIG_ARM_KPROBES_TEST=m +CONFIG_ARM_L1_CACHE_SHIFT=6 +CONFIG_ARM_L1_CACHE_SHIFT_6=y +CONFIG_ARM_OMAP2PLUS_CPUFREQ=y +CONFIG_ARM_PATCH_PHYS_VIRT=y +CONFIG_ARM_PSCI=y +# CONFIG_ARM_PTDUMP is not set +# CONFIG_ARM_SMMU is not set +CONFIG_ARM_SP805_WATCHDOG=m +CONFIG_ARM_TEGRA_CPUFREQ=y +CONFIG_ARM_THUMB=y +CONFIG_ARM_THUMBEE=y +CONFIG_ARM_TIMER_SP804=y +CONFIG_ARM_UNWIND=y +CONFIG_ARM_VEXPRESS_SPC_CPUFREQ=m +CONFIG_ARM_VIRT_EXT=y +CONFIG_AS3935=m +CONFIG_ASN1=y +CONFIG_ASSOCIATIVE_ARRAY=y +CONFIG_ASUS_LAPTOP=m +CONFIG_ASUS_NB_WMI=m +CONFIG_ASUS_WMI=m +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_ASYNC_CORE=m +CONFIG_ASYNC_MEMCPY=m +CONFIG_ASYNC_PQ=m +CONFIG_ASYNC_RAID6_RECOV=m +CONFIG_ASYNC_RAID6_TEST=m +CONFIG_ASYNC_TX_DMA=y +CONFIG_ASYNC_TX_ENABLE_CHANNEL_SWITCH=y +CONFIG_ASYNC_XOR=m +CONFIG_AT76C50X_USB=m +CONFIG_AT803X_PHY=m +CONFIG_ATA=y +CONFIG_ATAGS=y +CONFIG_ATAGS_PROC=y +CONFIG_ATALK=m +CONFIG_ATARI_PARTITION=y +CONFIG_ATA_ACPI=y +CONFIG_ATA_BMDMA=y +CONFIG_ATA_OVER_ETH=m +CONFIG_ATA_SFF=y +CONFIG_ATA_VERBOSE_ERROR=y +CONFIG_ATH10K=m +# CONFIG_ATH10K_DEBUG is not set +CONFIG_ATH10K_DEBUGFS=y +CONFIG_ATH10K_PCI=m +CONFIG_ATH10K_TRACING=y +CONFIG_ATH5K=m +# CONFIG_ATH5K_DEBUG is not set +CONFIG_ATH5K_PCI=y +# CONFIG_ATH5K_TRACER is not set +CONFIG_ATH6KL=m +# CONFIG_ATH6KL_DEBUG is not set +CONFIG_ATH6KL_SDIO=m +# CONFIG_ATH6KL_TRACING is not set +CONFIG_ATH6KL_USB=m +CONFIG_ATH9K=m +CONFIG_ATH9K_AHB=y +CONFIG_ATH9K_BTCOEX_SUPPORT=y +CONFIG_ATH9K_COMMON=m +CONFIG_ATH9K_DEBUGFS=y +CONFIG_ATH9K_HTC=m +CONFIG_ATH9K_HTC_DEBUGFS=y +CONFIG_ATH9K_HW=m +CONFIG_ATH9K_PCI=y +CONFIG_ATH9K_RFKILL=y +CONFIG_ATH9K_STATION_STATISTICS=y +CONFIG_ATH9K_WOW=y +CONFIG_ATH_CARDS=m +CONFIG_ATH_COMMON=m +# CONFIG_ATH_DEBUG is not set +CONFIG_ATL1=m +CONFIG_ATL1C=m +CONFIG_ATL1E=m +CONFIG_ATL2=m +CONFIG_ATM=m +CONFIG_ATMEL=m +CONFIG_ATM_AMBASSADOR=m +# CONFIG_ATM_AMBASSADOR_DEBUG is not set +CONFIG_ATM_BR2684=m +# CONFIG_ATM_BR2684_IPFILTER is not set +CONFIG_ATM_CLIP=m +# CONFIG_ATM_CLIP_NO_ICMP is not set +CONFIG_ATM_DRIVERS=y +CONFIG_ATM_DUMMY=m +CONFIG_ATM_ENI=m +# CONFIG_ATM_ENI_DEBUG is not set +# CONFIG_ATM_ENI_TUNE_BURST is not set +CONFIG_ATM_FIRESTREAM=m +CONFIG_ATM_FORE200E=m +CONFIG_ATM_FORE200E_DEBUG=0 +CONFIG_ATM_FORE200E_TX_RETRY=16 +# CONFIG_ATM_FORE200E_USE_TASKLET is not set +CONFIG_ATM_HE=m +CONFIG_ATM_HE_USE_SUNI=y +CONFIG_ATM_HORIZON=m +# CONFIG_ATM_HORIZON_DEBUG is not set +CONFIG_ATM_IA=m +# CONFIG_ATM_IA_DEBUG is not set +CONFIG_ATM_IDT77252=m +# CONFIG_ATM_IDT77252_DEBUG is not set +# CONFIG_ATM_IDT77252_RCV_ALL is not set +CONFIG_ATM_IDT77252_USE_SUNI=y +CONFIG_ATM_LANAI=m +CONFIG_ATM_LANE=m +CONFIG_ATM_MPOA=m +CONFIG_ATM_NICSTAR=m +# CONFIG_ATM_NICSTAR_USE_IDT77105 is not set +# CONFIG_ATM_NICSTAR_USE_SUNI is not set +CONFIG_ATM_SOLOS=m +CONFIG_ATM_TCP=m +CONFIG_ATM_ZATM=m +# CONFIG_ATM_ZATM_DEBUG is not set +# CONFIG_ATOMIC64_SELFTEST is not set +CONFIG_ATP=m +CONFIG_AUDIT=y +CONFIG_AUDITSYSCALL=y +# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set +CONFIG_AUDIT_GENERIC=y +CONFIG_AUDIT_TREE=y +CONFIG_AUDIT_WATCH=y +CONFIG_AUFS_BDEV_LOOP=y +# CONFIG_AUFS_BRANCH_MAX_1023 is not set +CONFIG_AUFS_BRANCH_MAX_127=y +# CONFIG_AUFS_BRANCH_MAX_32767 is not set +# CONFIG_AUFS_BRANCH_MAX_511 is not set +# CONFIG_AUFS_BR_FUSE is not set +# CONFIG_AUFS_BR_HFSPLUS is not set +# CONFIG_AUFS_BR_RAMFS is not set +# CONFIG_AUFS_DEBUG is not set +CONFIG_AUFS_EXPORT=y +CONFIG_AUFS_FS=m +# CONFIG_AUFS_HNOTIFY is not set +CONFIG_AUFS_INO_T_64=y +# CONFIG_AUFS_RDU is not set +CONFIG_AUFS_SBILIST=y +# CONFIG_AUFS_SHWH is not set +CONFIG_AUTOFS4_FS=m +CONFIG_AUTO_ZRELADDR=y +CONFIG_AUXDISPLAY=y +CONFIG_AVERAGE=y +CONFIG_AX25=m +CONFIG_AX25_DAMA_SLAVE=y +CONFIG_AX88796=m +# CONFIG_AX88796_93CX6 is not set +CONFIG_B43=m +CONFIG_B43LEGACY=m +# CONFIG_B43LEGACY_DEBUG is not set +CONFIG_B43LEGACY_DMA=y +CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y +# CONFIG_B43LEGACY_DMA_MODE is not set +CONFIG_B43LEGACY_HWRNG=y +CONFIG_B43LEGACY_LEDS=y +CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y +CONFIG_B43LEGACY_PCI_AUTOSELECT=y +CONFIG_B43LEGACY_PIO=y +# CONFIG_B43LEGACY_PIO_MODE is not set +CONFIG_B43_BCMA=y +CONFIG_B43_BCMA_PIO=y +# CONFIG_B43_BUSES_BCMA is not set +CONFIG_B43_BUSES_BCMA_AND_SSB=y +# CONFIG_B43_BUSES_SSB is not set +# CONFIG_B43_DEBUG is not set +CONFIG_B43_HWRNG=y +CONFIG_B43_LEDS=y +CONFIG_B43_PCICORE_AUTOSELECT=y +CONFIG_B43_PCI_AUTOSELECT=y +# CONFIG_B43_PCMCIA is not set +CONFIG_B43_PHY_HT=y +CONFIG_B43_PHY_LP=y +CONFIG_B43_PHY_N=y +CONFIG_B43_PIO=y +# CONFIG_B43_SDIO is not set +CONFIG_B43_SSB=y +CONFIG_B44=m +CONFIG_B44_PCI=y +CONFIG_B44_PCICORE_AUTOSELECT=y +CONFIG_B44_PCI_AUTOSELECT=y +CONFIG_BACKLIGHT_88PM860X=m +CONFIG_BACKLIGHT_AAT2870=m +CONFIG_BACKLIGHT_ADP5520=m +CONFIG_BACKLIGHT_ADP8860=m +CONFIG_BACKLIGHT_ADP8870=m +CONFIG_BACKLIGHT_APPLE=m +CONFIG_BACKLIGHT_AS3711=m +CONFIG_BACKLIGHT_BD6107=m +CONFIG_BACKLIGHT_CARILLO_RANCH=m +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_BACKLIGHT_DA903X=m +CONFIG_BACKLIGHT_DA9052=m +CONFIG_BACKLIGHT_GENERIC=m +CONFIG_BACKLIGHT_GPIO=m +CONFIG_BACKLIGHT_LCD_SUPPORT=y +CONFIG_BACKLIGHT_LM3533=m +CONFIG_BACKLIGHT_LM3630A=m +CONFIG_BACKLIGHT_LM3639=m +CONFIG_BACKLIGHT_LP855X=m +CONFIG_BACKLIGHT_LP8788=m +CONFIG_BACKLIGHT_LV5207LP=m +CONFIG_BACKLIGHT_MAX8925=m +CONFIG_BACKLIGHT_PANDORA=m +CONFIG_BACKLIGHT_PCF50633=m +CONFIG_BACKLIGHT_PWM=m +CONFIG_BACKLIGHT_SAHARA=m +CONFIG_BACKLIGHT_TPS65217=m +CONFIG_BACKLIGHT_WM831X=m +# CONFIG_BACKTRACE_SELF_TEST is not set +CONFIG_BALLOON_COMPACTION=y +CONFIG_BASE_FULL=y +CONFIG_BASE_SMALL=0 +CONFIG_BATMAN_ADV=m +CONFIG_BATMAN_ADV_BLA=y +CONFIG_BATMAN_ADV_DAT=y +# CONFIG_BATMAN_ADV_DEBUG is not set +CONFIG_BATMAN_ADV_MCAST=y +CONFIG_BATMAN_ADV_NC=y +CONFIG_BATTERY_88PM860X=m +CONFIG_BATTERY_BQ27X00_I2C=y +CONFIG_BATTERY_BQ27X00_PLATFORM=y +CONFIG_BATTERY_BQ27x00=m +CONFIG_BATTERY_DA9030=m +CONFIG_BATTERY_DA9052=m +CONFIG_BATTERY_DS2760=m +CONFIG_BATTERY_DS2780=m +CONFIG_BATTERY_DS2781=m +CONFIG_BATTERY_DS2782=m +CONFIG_BATTERY_INTEL_MID=m +CONFIG_BATTERY_MAX17040=m +CONFIG_BATTERY_MAX17042=m +CONFIG_BATTERY_PMU=m +CONFIG_BATTERY_RX51=m +CONFIG_BATTERY_SBS=m +CONFIG_BATTERY_TWL4030_MADC=m +CONFIG_BAYCOM_EPP=m +CONFIG_BAYCOM_PAR=m +CONFIG_BAYCOM_SER_FDX=m +CONFIG_BAYCOM_SER_HDX=m +CONFIG_BCACHE=m +# CONFIG_BCACHE_CLOSURES_DEBUG is not set +# CONFIG_BCACHE_DEBUG is not set +CONFIG_BCH_CONST_M=14 +CONFIG_BCH_CONST_PARAMS=y +CONFIG_BCH_CONST_T=4 +CONFIG_BCM7XXX_PHY=m +CONFIG_BCM87XX_PHY=m +CONFIG_BCMA=m +CONFIG_BCMA_BLOCKIO=y +# CONFIG_BCMA_DEBUG is not set +CONFIG_BCMA_DRIVER_GMAC_CMN=y +CONFIG_BCMA_DRIVER_GPIO=y +CONFIG_BCMA_HOST_PCI=y +CONFIG_BCMA_HOST_PCI_POSSIBLE=y +CONFIG_BCMA_HOST_SOC=y +CONFIG_BCMA_POSSIBLE=y +CONFIG_BCMGENET=m +CONFIG_BCM_KONA_USB2_PHY=m +CONFIG_BCM_WIMAX=m +# CONFIG_BDI_SWITCH is not set +CONFIG_BE2ISCSI=m +CONFIG_BE2NET=m +CONFIG_BE2NET_VXLAN=y +# CONFIG_BEFS_DEBUG is not set +CONFIG_BEFS_FS=m +CONFIG_BFS_FS=m +CONFIG_BIG_KEYS=y +CONFIG_BIG_LITTLE=y +CONFIG_BINARY_PRINTF=y +CONFIG_BINFMT_AOUT=m +CONFIG_BINFMT_ELF=y +CONFIG_BINFMT_MISC=m +CONFIG_BINFMT_SCRIPT=y +CONFIG_BITREVERSE=y +CONFIG_BLK_CGROUP=y +CONFIG_BLK_CMDLINE_PARSER=y +CONFIG_BLK_CPQ_CISS_DA=m +CONFIG_BLK_DEV=y +CONFIG_BLK_DEV_3W_XXXX_RAID=m +CONFIG_BLK_DEV_BSG=y +CONFIG_BLK_DEV_BSGLIB=y +# CONFIG_BLK_DEV_COW_COMMON is not set +CONFIG_BLK_DEV_CRYPTOLOOP=m +CONFIG_BLK_DEV_DAC960=m +CONFIG_BLK_DEV_DM=y +CONFIG_BLK_DEV_DM_BUILTIN=y +CONFIG_BLK_DEV_DRBD=m +CONFIG_BLK_DEV_FD=m +# CONFIG_BLK_DEV_HD is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_BLK_DEV_INTEGRITY=y +CONFIG_BLK_DEV_IO_TRACE=y +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +CONFIG_BLK_DEV_MD=y +CONFIG_BLK_DEV_NBD=m +CONFIG_BLK_DEV_NULL_BLK=m +CONFIG_BLK_DEV_NVME=m +CONFIG_BLK_DEV_OSD=m +CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=65536 +CONFIG_BLK_DEV_RBD=m +CONFIG_BLK_DEV_RSXX=m +CONFIG_BLK_DEV_SD=y +CONFIG_BLK_DEV_SKD=m +CONFIG_BLK_DEV_SR=y +# CONFIG_BLK_DEV_SR_VENDOR is not set +CONFIG_BLK_DEV_SX8=m +CONFIG_BLK_DEV_THROTTLING=y +CONFIG_BLK_DEV_UMEM=m +# CONFIG_BLK_DEV_XIP is not set +CONFIG_BLOCK=y +CONFIG_BLOCK_COMPAT=y +CONFIG_BL_SWITCHER=y +CONFIG_BL_SWITCHER_DUMMY_IF=m +CONFIG_BMA180=m +CONFIG_BMAC=m +CONFIG_BMP085=y +CONFIG_BMP085_I2C=m +CONFIG_BMP085_SPI=m +CONFIG_BNA=m +CONFIG_BNX2=m +CONFIG_BNX2X=m +CONFIG_BNX2X_SRIOV=y +CONFIG_BOARD_TPCI200=m +CONFIG_BONDING=m +CONFIG_BOOKE=y +CONFIG_BOOKE_WDT=y +CONFIG_BOOKE_WDT_DEFAULT_TIMEOUT=38 +# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set +CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0 +# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set +# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set +CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 +# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 +# CONFIG_BOOTX_TEXT is not set +CONFIG_BOOT_PRINTK_DELAY=y +CONFIG_BOUNCE=y +CONFIG_BPCTL=m +CONFIG_BPF_JIT=y +CONFIG_BPQETHER=m +CONFIG_BQL=y +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_BRCMDBG is not set +CONFIG_BRCMFMAC=m +CONFIG_BRCMFMAC_SDIO=y +CONFIG_BRCMFMAC_USB=y +CONFIG_BRCMSMAC=m +CONFIG_BRCMSTB_GISB_ARB=y +CONFIG_BRCMUTIL=m +CONFIG_BRCM_TRACING=y +CONFIG_BRIDGE=m +CONFIG_BRIDGE_EBT_802_3=m +CONFIG_BRIDGE_EBT_AMONG=m +CONFIG_BRIDGE_EBT_ARP=m +CONFIG_BRIDGE_EBT_ARPREPLY=m +CONFIG_BRIDGE_EBT_BROUTE=m +CONFIG_BRIDGE_EBT_DNAT=m +CONFIG_BRIDGE_EBT_IP=m +CONFIG_BRIDGE_EBT_IP6=m +CONFIG_BRIDGE_EBT_LIMIT=m +CONFIG_BRIDGE_EBT_LOG=m +CONFIG_BRIDGE_EBT_MARK=m +CONFIG_BRIDGE_EBT_MARK_T=m +CONFIG_BRIDGE_EBT_NFLOG=m +CONFIG_BRIDGE_EBT_PKTTYPE=m +CONFIG_BRIDGE_EBT_REDIRECT=m +CONFIG_BRIDGE_EBT_SNAT=m +CONFIG_BRIDGE_EBT_STP=m +CONFIG_BRIDGE_EBT_T_FILTER=m +CONFIG_BRIDGE_EBT_T_NAT=m +# CONFIG_BRIDGE_EBT_ULOG is not set +CONFIG_BRIDGE_EBT_VLAN=m +CONFIG_BRIDGE_IGMP_SNOOPING=y +CONFIG_BRIDGE_NETFILTER=y +CONFIG_BRIDGE_NF_EBTABLES=m +CONFIG_BRIDGE_VLAN_FILTERING=y +CONFIG_BROADCOM_PHY=m +# CONFIG_BSC9131_RDB is not set +CONFIG_BSC9132_QDS=y +CONFIG_BSD_DISKLABEL=y +CONFIG_BSD_PROCESS_ACCT=y +CONFIG_BSD_PROCESS_ACCT_V3=y +CONFIG_BT=m +CONFIG_BTREE=y +# CONFIG_BTRFS_ASSERT is not set +# CONFIG_BTRFS_DEBUG is not set +CONFIG_BTRFS_FS=m +# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set +CONFIG_BTRFS_FS_POSIX_ACL=y +# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set +CONFIG_BT_6LOWPAN=y +CONFIG_BT_ATH3K=m +CONFIG_BT_BNEP=m +CONFIG_BT_BNEP_MC_FILTER=y +CONFIG_BT_BNEP_PROTO_FILTER=y +CONFIG_BT_CMTP=m +CONFIG_BT_HCIBCM203X=m +CONFIG_BT_HCIBFUSB=m +CONFIG_BT_HCIBLUECARD=m +CONFIG_BT_HCIBPA10X=m +CONFIG_BT_HCIBT3C=m +CONFIG_BT_HCIBTSDIO=m +CONFIG_BT_HCIBTUART=m +CONFIG_BT_HCIBTUSB=m +CONFIG_BT_HCIDTL1=m +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_3WIRE=y +CONFIG_BT_HCIUART_ATH3K=y +CONFIG_BT_HCIUART_BCSP=y +CONFIG_BT_HCIUART_H4=y +CONFIG_BT_HCIUART_LL=y +CONFIG_BT_HCIVHCI=m +CONFIG_BT_HIDP=m +CONFIG_BT_MRVL=m +CONFIG_BT_MRVL_SDIO=m +CONFIG_BT_NOKIA_H4P=m +CONFIG_BT_RFCOMM=m +CONFIG_BT_RFCOMM_TTY=y +CONFIG_BT_WILINK=m +CONFIG_BUG=y +CONFIG_BUILDTIME_EXTABLE_SORT=y +CONFIG_C101=m +CONFIG_C293_PCIE=y +CONFIG_C2PORT=m +CONFIG_C2PORT_DURAMAR_2150=m +CONFIG_CACHEFILES=m +# CONFIG_CACHEFILES_DEBUG is not set +# CONFIG_CACHEFILES_HISTOGRAM is not set +CONFIG_CACHE_FEROCEON_L2=y +# CONFIG_CACHE_FEROCEON_L2_WRITETHROUGH is not set +CONFIG_CACHE_L2X0=y +CONFIG_CACHE_PL310=y +CONFIG_CACHE_TAUROS2=y +CONFIG_CAIF=m +# CONFIG_CAIF_DEBUG is not set +CONFIG_CAIF_HSI=m +CONFIG_CAIF_NETDEV=m +CONFIG_CAIF_SPI_SLAVE=m +# CONFIG_CAIF_SPI_SYNC is not set +CONFIG_CAIF_TTY=m +CONFIG_CAIF_USB=m +CONFIG_CAIF_VIRTIO=m +CONFIG_CALGARY_IOMMU=y +CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y +CONFIG_CAN=m +CONFIG_CAN_8DEV_USB=m +CONFIG_CAN_BCM=m +CONFIG_CAN_CALC_BITTIMING=y +CONFIG_CAN_CC770=m +CONFIG_CAN_CC770_ISA=m +CONFIG_CAN_CC770_PLATFORM=m +CONFIG_CAN_C_CAN=m +CONFIG_CAN_C_CAN_PCI=m +CONFIG_CAN_C_CAN_PLATFORM=m +# CONFIG_CAN_DEBUG_DEVICES is not set +CONFIG_CAN_DEV=m +CONFIG_CAN_EMS_PCI=m +CONFIG_CAN_EMS_PCMCIA=m +CONFIG_CAN_EMS_USB=m +CONFIG_CAN_ESD_USB2=m +CONFIG_CAN_FLEXCAN=m +CONFIG_CAN_GRCAN=m +CONFIG_CAN_GS_USB=m +CONFIG_CAN_GW=m +CONFIG_CAN_JANZ_ICAN3=m +CONFIG_CAN_KVASER_PCI=m +CONFIG_CAN_KVASER_USB=m +CONFIG_CAN_LEDS=y +CONFIG_CAN_MCP251X=m +CONFIG_CAN_MSCAN=m +CONFIG_CAN_PEAK_PCI=m +CONFIG_CAN_PEAK_PCIEC=y +CONFIG_CAN_PEAK_PCMCIA=m +CONFIG_CAN_PEAK_USB=m +CONFIG_CAN_PLX_PCI=m +CONFIG_CAN_RAW=m +CONFIG_CAN_RCAR=m +CONFIG_CAN_SJA1000=m +CONFIG_CAN_SJA1000_ISA=m +CONFIG_CAN_SJA1000_PLATFORM=m +CONFIG_CAN_SLCAN=m +CONFIG_CAN_SOFTING=m +CONFIG_CAN_SOFTING_CS=m +CONFIG_CAN_TI_HECC=m +CONFIG_CAN_TSCAN1=m +CONFIG_CAN_VCAN=m +CONFIG_CAPI_AVM=y +CONFIG_CAPI_EICON=y +CONFIG_CAPI_TRACE=y +CONFIG_CARDBUS=y +CONFIG_CARDMAN_4000=m +CONFIG_CARDMAN_4040=m +CONFIG_CARL9170=m +# CONFIG_CARL9170_DEBUGFS is not set +CONFIG_CARL9170_HWRNG=y +CONFIG_CARL9170_LEDS=y +CONFIG_CARL9170_WPC=y +# CONFIG_CARMINE_DRAM_CUSTOM is not set +CONFIG_CASSINI=m +CONFIG_CB710_CORE=m +# CONFIG_CB710_DEBUG is not set +CONFIG_CB710_DEBUG_ASSUMPTIONS=y +CONFIG_CBE_CPUFREQ_SPU_GOVERNOR=m +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +# CONFIG_CC_STACKPROTECTOR_NONE is not set +CONFIG_CC_STACKPROTECTOR_REGULAR=y +# CONFIG_CC_STACKPROTECTOR_STRONG is not set +CONFIG_CDROM_PKTCDVD=m +CONFIG_CDROM_PKTCDVD_BUFFERS=8 +# CONFIG_CDROM_PKTCDVD_WCACHE is not set +CONFIG_CED1401=m +# CONFIG_CELL_CPU is not set +CONFIG_CEPH_FS=m +CONFIG_CEPH_FSCACHE=y +CONFIG_CEPH_FS_POSIX_ACL=y +CONFIG_CEPH_LIB=m +# CONFIG_CEPH_LIB_PRETTYDEBUG is not set +CONFIG_CEPH_LIB_USE_DNS_RESOLVER=y +CONFIG_CFAG12864B=m +CONFIG_CFAG12864B_RATE=20 +CONFIG_CFG80211=m +# CONFIG_CFG80211_CERTIFICATION_ONUS is not set +CONFIG_CFG80211_DEBUGFS=y +CONFIG_CFG80211_DEFAULT_PS=y +# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set +# CONFIG_CFG80211_INTERNAL_REGDB is not set +# CONFIG_CFG80211_REG_DEBUG is not set +CONFIG_CFG80211_WEXT=y +CONFIG_CFQ_GROUP_IOSCHED=y +CONFIG_CFS_BANDWIDTH=y +CONFIG_CGROUPS=y +CONFIG_CGROUP_CPUACCT=y +# CONFIG_CGROUP_DEBUG is not set +CONFIG_CGROUP_DEVICE=y +CONFIG_CGROUP_FREEZER=y +CONFIG_CGROUP_HUGETLB=y +CONFIG_CGROUP_NET_CLASSID=y +CONFIG_CGROUP_NET_PRIO=y +CONFIG_CGROUP_PERF=y +CONFIG_CGROUP_SCHED=y +CONFIG_CHARGER_88PM860X=m +CONFIG_CHARGER_BQ2415X=m +CONFIG_CHARGER_BQ24190=m +CONFIG_CHARGER_BQ24735=m +CONFIG_CHARGER_GPIO=m +CONFIG_CHARGER_ISP1704=m +CONFIG_CHARGER_LP8727=m +CONFIG_CHARGER_LP8788=m +CONFIG_CHARGER_MANAGER=y +CONFIG_CHARGER_MAX14577=m +CONFIG_CHARGER_MAX8903=m +CONFIG_CHARGER_MAX8997=m +CONFIG_CHARGER_MAX8998=m +CONFIG_CHARGER_PCF50633=m +CONFIG_CHARGER_SMB347=m +CONFIG_CHARGER_TPS65090=m +CONFIG_CHARGER_TWL4030=m +CONFIG_CHECKPOINT_RESTORE=y +CONFIG_CHECK_SIGNATURE=y +CONFIG_CHELSIO_T1=m +CONFIG_CHELSIO_T1_1G=y +CONFIG_CHELSIO_T3=m +CONFIG_CHELSIO_T4=m +CONFIG_CHELSIO_T4VF=m +CONFIG_CHROMEOS_LAPTOP=m +CONFIG_CHROMEOS_PSTORE=m +CONFIG_CHROME_PLATFORMS=y +CONFIG_CHR_DEV_OSST=m +CONFIG_CHR_DEV_SCH=m +CONFIG_CHR_DEV_SG=y +CONFIG_CHR_DEV_ST=m +CONFIG_CICADA_PHY=m +CONFIG_CIFS=m +CONFIG_CIFS_ACL=y +CONFIG_CIFS_DEBUG=y +# CONFIG_CIFS_DEBUG2 is not set +CONFIG_CIFS_DFS_UPCALL=y +CONFIG_CIFS_FSCACHE=y +CONFIG_CIFS_POSIX=y +CONFIG_CIFS_SMB2=y +CONFIG_CIFS_STATS=y +# CONFIG_CIFS_STATS2 is not set +CONFIG_CIFS_UPCALL=y +CONFIG_CIFS_WEAK_PW_HASH=y +CONFIG_CIFS_XATTR=y +CONFIG_CISS_SCSI_TAPE=y +CONFIG_CLEANCACHE=y +CONFIG_CLKBLD_I8253=y +CONFIG_CLKDEV_LOOKUP=y +CONFIG_CLKEVT_I8253=y +CONFIG_CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK=y +CONFIG_CLKSRC_EXYNOS_MCT=y +CONFIG_CLKSRC_I8253=y +CONFIG_CLKSRC_MMIO=y +CONFIG_CLKSRC_OF=y +CONFIG_CLKSRC_QCOM=y +CONFIG_CLKSRC_VERSATILE=y +CONFIG_CLK_PPC_CORENET=y +CONFIG_CLK_SP810=y +CONFIG_CLK_TWL6040=m +CONFIG_CLK_VEXPRESS_OSC=y +CONFIG_CLOCKSOURCE_WATCHDOG=y +CONFIG_CLONE_BACKWARDS=y +CONFIG_CLS_U32_MARK=y +# CONFIG_CLS_U32_PERF is not set +CONFIG_CLZ_TAB=y +CONFIG_CM32181=m +CONFIG_CM36651=m +CONFIG_CMA=y +CONFIG_CMA_AREAS=7 +# CONFIG_CMA_DEBUG is not set +# CONFIG_CMDLINE_BOOL is not set +# CONFIG_CMDLINE_FORCE is not set +CONFIG_CMDLINE_PARTITION=y +CONFIG_CMM=m +CONFIG_CNIC=m +CONFIG_CODA_FS=m +# CONFIG_CODE_PATCHING_SELFTEST is not set +CONFIG_COMEDI=m +CONFIG_COMEDI_8255=m +CONFIG_COMEDI_8255_PCI=m +CONFIG_COMEDI_ADDI_APCI_035=m +CONFIG_COMEDI_ADDI_APCI_1032=m +CONFIG_COMEDI_ADDI_APCI_1500=m +CONFIG_COMEDI_ADDI_APCI_1516=m +CONFIG_COMEDI_ADDI_APCI_1564=m +CONFIG_COMEDI_ADDI_APCI_16XX=m +CONFIG_COMEDI_ADDI_APCI_2032=m +CONFIG_COMEDI_ADDI_APCI_2200=m +CONFIG_COMEDI_ADDI_APCI_3120=m +CONFIG_COMEDI_ADDI_APCI_3501=m +CONFIG_COMEDI_ADDI_APCI_3XXX=m +CONFIG_COMEDI_ADDI_WATCHDOG=m +CONFIG_COMEDI_ADL_PCI6208=m +CONFIG_COMEDI_ADL_PCI7X3X=m +CONFIG_COMEDI_ADL_PCI8164=m +CONFIG_COMEDI_ADL_PCI9111=m +CONFIG_COMEDI_ADL_PCI9118=m +CONFIG_COMEDI_ADQ12B=m +CONFIG_COMEDI_ADV_PCI1710=m +CONFIG_COMEDI_ADV_PCI1723=m +CONFIG_COMEDI_ADV_PCI1724=m +CONFIG_COMEDI_ADV_PCI_DIO=m +CONFIG_COMEDI_AIO_AIO12_8=m +CONFIG_COMEDI_AIO_IIRO_16=m +CONFIG_COMEDI_AMPLC_DIO200=m +CONFIG_COMEDI_AMPLC_DIO200_ISA=m +CONFIG_COMEDI_AMPLC_DIO200_PCI=m +CONFIG_COMEDI_AMPLC_PC236=m +CONFIG_COMEDI_AMPLC_PC236_ISA=m +CONFIG_COMEDI_AMPLC_PC236_PCI=m +CONFIG_COMEDI_AMPLC_PC263_ISA=m +CONFIG_COMEDI_AMPLC_PC263_PCI=m +CONFIG_COMEDI_AMPLC_PCI224=m +CONFIG_COMEDI_AMPLC_PCI230=m +CONFIG_COMEDI_BOND=m +CONFIG_COMEDI_C6XDIGIO=m +CONFIG_COMEDI_CB_DAS16_CS=m +CONFIG_COMEDI_CB_PCIDAS=m +CONFIG_COMEDI_CB_PCIDAS64=m +CONFIG_COMEDI_CB_PCIDDA=m +CONFIG_COMEDI_CB_PCIMDAS=m +CONFIG_COMEDI_CB_PCIMDDA=m +CONFIG_COMEDI_CONTEC_PCI_DIO=m +CONFIG_COMEDI_DAC02=m +CONFIG_COMEDI_DAQBOARD2000=m +CONFIG_COMEDI_DAS08=m +CONFIG_COMEDI_DAS08_CS=m +CONFIG_COMEDI_DAS08_ISA=m +CONFIG_COMEDI_DAS08_PCI=m +CONFIG_COMEDI_DAS16=m +CONFIG_COMEDI_DAS16M1=m +CONFIG_COMEDI_DAS1800=m +CONFIG_COMEDI_DAS6402=m +CONFIG_COMEDI_DAS800=m +# CONFIG_COMEDI_DEBUG is not set +CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB=20480 +CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB=2048 +CONFIG_COMEDI_DMM32AT=m +CONFIG_COMEDI_DT2801=m +CONFIG_COMEDI_DT2811=m +CONFIG_COMEDI_DT2814=m +CONFIG_COMEDI_DT2815=m +CONFIG_COMEDI_DT2817=m +CONFIG_COMEDI_DT282X=m +CONFIG_COMEDI_DT3000=m +CONFIG_COMEDI_DT9812=m +CONFIG_COMEDI_DYNA_PCI10XX=m +CONFIG_COMEDI_FC=m +CONFIG_COMEDI_FL512=m +CONFIG_COMEDI_GSC_HPDI=m +CONFIG_COMEDI_ICP_MULTI=m +CONFIG_COMEDI_II_PCI20KC=m +CONFIG_COMEDI_ISA_DRIVERS=y +CONFIG_COMEDI_JR3_PCI=m +CONFIG_COMEDI_KCOMEDILIB=m +CONFIG_COMEDI_KE_COUNTER=m +CONFIG_COMEDI_ME4000=m +CONFIG_COMEDI_ME_DAQ=m +CONFIG_COMEDI_MF6X4=m +CONFIG_COMEDI_MISC_DRIVERS=y +CONFIG_COMEDI_MITE=m +CONFIG_COMEDI_MPC624=m +CONFIG_COMEDI_MULTIQ3=m +CONFIG_COMEDI_NI_6527=m +CONFIG_COMEDI_NI_65XX=m +CONFIG_COMEDI_NI_660X=m +CONFIG_COMEDI_NI_670X=m +CONFIG_COMEDI_NI_ATMIO=m +CONFIG_COMEDI_NI_ATMIO16D=m +CONFIG_COMEDI_NI_AT_A2150=m +CONFIG_COMEDI_NI_AT_AO=m +CONFIG_COMEDI_NI_DAQ_700_CS=m +CONFIG_COMEDI_NI_DAQ_DIO24_CS=m +CONFIG_COMEDI_NI_LABPC=m +CONFIG_COMEDI_NI_LABPC_CS=m +CONFIG_COMEDI_NI_LABPC_ISA=m +CONFIG_COMEDI_NI_LABPC_ISADMA=m +CONFIG_COMEDI_NI_LABPC_PCI=m +CONFIG_COMEDI_NI_MIO_CS=m +CONFIG_COMEDI_NI_PCIDIO=m +CONFIG_COMEDI_NI_PCIMIO=m +CONFIG_COMEDI_NI_TIO=m +CONFIG_COMEDI_NI_TIOCMD=m +CONFIG_COMEDI_PARPORT=m +CONFIG_COMEDI_PCI_DRIVERS=y +CONFIG_COMEDI_PCL711=m +CONFIG_COMEDI_PCL724=m +CONFIG_COMEDI_PCL726=m +CONFIG_COMEDI_PCL730=m +CONFIG_COMEDI_PCL812=m +CONFIG_COMEDI_PCL816=m +CONFIG_COMEDI_PCL818=m +CONFIG_COMEDI_PCM3724=m +CONFIG_COMEDI_PCMAD=m +CONFIG_COMEDI_PCMCIA_DRIVERS=y +CONFIG_COMEDI_PCMDA12=m +CONFIG_COMEDI_PCMMIO=m +CONFIG_COMEDI_PCMUIO=m +CONFIG_COMEDI_QUATECH_DAQP_CS=m +CONFIG_COMEDI_RTD520=m +CONFIG_COMEDI_RTI800=m +CONFIG_COMEDI_RTI802=m +CONFIG_COMEDI_S526=m +CONFIG_COMEDI_S626=m +CONFIG_COMEDI_SERIAL2002=m +CONFIG_COMEDI_SKEL=m +CONFIG_COMEDI_SSV_DNP=m +CONFIG_COMEDI_TEST=m +CONFIG_COMEDI_UNIOXX5=m +CONFIG_COMEDI_USBDUX=m +CONFIG_COMEDI_USBDUXFAST=m +CONFIG_COMEDI_USBDUXSIGMA=m +CONFIG_COMEDI_USB_DRIVERS=y +CONFIG_COMEDI_VMK80XX=m +CONFIG_COMMON_CLK=y +CONFIG_COMMON_CLK_MAX77686=m +CONFIG_COMMON_CLK_QCOM=m +CONFIG_COMMON_CLK_S2MPS11=m +CONFIG_COMMON_CLK_SAMSUNG=y +CONFIG_COMMON_CLK_SI5351=m +CONFIG_COMMON_CLK_SI570=m +CONFIG_COMMON_CLK_VERSATILE=y +CONFIG_COMMON_CLK_WM831X=m +CONFIG_COMMON_CLK_XGENE=y +CONFIG_COMPACTION=y +CONFIG_COMPAL_LAPTOP=m +CONFIG_COMPAT=y +CONFIG_COMPAT_BINFMT_ELF=y +# CONFIG_COMPAT_BRK is not set +CONFIG_COMPAT_FOR_U64_ALIGNMENT=y +CONFIG_COMPAT_NETLINK_MESSAGES=y +CONFIG_COMPAT_OLD_SIGACTION=y +# CONFIG_COMPAT_VDSO is not set +# CONFIG_COMPILE_TEST is not set +CONFIG_CONFIGFS_FS=m +CONFIG_CONNECTOR=y +CONFIG_CONSOLE_POLL=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_CONTEXT_TRACKING=y +# CONFIG_CONTEXT_TRACKING_FORCE is not set +CONFIG_COPS=m +CONFIG_COPS_DAYNA=y +CONFIG_COPS_TANGENT=y +CONFIG_CORDIC=m +CONFIG_COREDUMP=y +CONFIG_CORENET_GENERIC=y +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y +CONFIG_COSA=m +# CONFIG_CPA_DEBUG is not set +CONFIG_CPM=y +CONFIG_CPM2=y +CONFIG_CPU5_WDT=m +CONFIG_CPUSETS=y +CONFIG_CPU_32v6K=y +CONFIG_CPU_32v7=y +CONFIG_CPU_ABRT_EV7=y +# CONFIG_CPU_BPREDICT_DISABLE is not set +CONFIG_CPU_CACHE_V7=y +CONFIG_CPU_CACHE_VIPT=y +CONFIG_CPU_COPY_V6=y +CONFIG_CPU_CP15=y +CONFIG_CPU_CP15_MMU=y +# CONFIG_CPU_DCACHE_DISABLE is not set +CONFIG_CPU_FREQ=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +CONFIG_CPU_FREQ_GOV_COMMON=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_MAPLE=y +CONFIG_CPU_FREQ_PMAC=y +CONFIG_CPU_FREQ_PMAC64=y +CONFIG_CPU_FREQ_STAT=y +CONFIG_CPU_FREQ_STAT_DETAILS=y +CONFIG_CPU_HAS_ASID=y +# CONFIG_CPU_ICACHE_DISABLE is not set +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_GOV_LADDER=y +CONFIG_CPU_IDLE_GOV_MENU=y +CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y +CONFIG_CPU_NOTIFIER_ERROR_INJECT=m +CONFIG_CPU_PABRT_V7=y +CONFIG_CPU_PJ4=y +CONFIG_CPU_PJ4B=y +CONFIG_CPU_PM=y +CONFIG_CPU_RMAP=y +CONFIG_CPU_SUP_AMD=y +CONFIG_CPU_SUP_CENTAUR=y +CONFIG_CPU_SUP_CYRIX_32=y +CONFIG_CPU_SUP_INTEL=y +CONFIG_CPU_SUP_TRANSMETA_32=y +CONFIG_CPU_SUP_UMC_32=y +CONFIG_CPU_THERMAL=y +CONFIG_CPU_TLB_V7=y +CONFIG_CPU_V7=y +CONFIG_CRAMFS=m +CONFIG_CRC16=y +CONFIG_CRC32=y +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_SELFTEST is not set +# CONFIG_CRC32_SLICEBY4 is not set +CONFIG_CRC32_SLICEBY8=y +CONFIG_CRC7=m +CONFIG_CRC8=m +CONFIG_CRC_CCITT=m +CONFIG_CRC_ITU_T=m +CONFIG_CRC_T10DIF=y +CONFIG_CROSS_COMPILE="" +CONFIG_CROSS_MEMORY_ATTACH=y +CONFIG_CRYPTO=y +CONFIG_CRYPTO_842=m +CONFIG_CRYPTO_ABLK_HELPER=m +CONFIG_CRYPTO_AEAD=m +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_AES=y +CONFIG_CRYPTO_AES_586=m +CONFIG_CRYPTO_AES_ARM=m +CONFIG_CRYPTO_AES_ARM64_CE=m +CONFIG_CRYPTO_AES_ARM64_CE_BLK=m +CONFIG_CRYPTO_AES_ARM64_CE_CCM=m +CONFIG_CRYPTO_AES_ARM64_NEON_BLK=m +CONFIG_CRYPTO_AES_ARM_BS=m +CONFIG_CRYPTO_AES_NI_INTEL=m +CONFIG_CRYPTO_AES_X86_64=m +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_ANSI_CPRNG=m +CONFIG_CRYPTO_ANUBIS=m +CONFIG_CRYPTO_ARC4=m +CONFIG_CRYPTO_AUTHENC=m +CONFIG_CRYPTO_BLKCIPHER=y +CONFIG_CRYPTO_BLKCIPHER2=y +CONFIG_CRYPTO_BLOWFISH=m +CONFIG_CRYPTO_BLOWFISH_COMMON=m +CONFIG_CRYPTO_BLOWFISH_X86_64=m +CONFIG_CRYPTO_CAMELLIA=m +CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64=m +CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=m +CONFIG_CRYPTO_CAMELLIA_X86_64=m +CONFIG_CRYPTO_CAST5=m +CONFIG_CRYPTO_CAST5_AVX_X86_64=m +CONFIG_CRYPTO_CAST6=m +CONFIG_CRYPTO_CAST6_AVX_X86_64=m +CONFIG_CRYPTO_CAST_COMMON=m +CONFIG_CRYPTO_CBC=y +CONFIG_CRYPTO_CCM=m +CONFIG_CRYPTO_CMAC=m +CONFIG_CRYPTO_CRC32=m +CONFIG_CRYPTO_CRC32C=y +CONFIG_CRYPTO_CRC32C_INTEL=y +CONFIG_CRYPTO_CRC32_PCLMUL=m +CONFIG_CRYPTO_CRCT10DIF=y +CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m +CONFIG_CRYPTO_CRYPTD=m +CONFIG_CRYPTO_CTR=m +CONFIG_CRYPTO_CTS=m +CONFIG_CRYPTO_DEFLATE=m +CONFIG_CRYPTO_DES=m +CONFIG_CRYPTO_DEV_CCP=y +CONFIG_CRYPTO_DEV_CCP_CRYPTO=m +CONFIG_CRYPTO_DEV_CCP_DD=m +CONFIG_CRYPTO_DEV_FSL_CAAM=m +CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API=m +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API=m +# CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG is not set +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC=y +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_COUNT_THLD=255 +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_TIME_THLD=2048 +CONFIG_CRYPTO_DEV_FSL_CAAM_JR=m +CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE=9 +CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API=m +CONFIG_CRYPTO_DEV_GEODE=m +CONFIG_CRYPTO_DEV_HIFN_795X=m +CONFIG_CRYPTO_DEV_HIFN_795X_RNG=y +CONFIG_CRYPTO_DEV_MV_CESA=m +CONFIG_CRYPTO_DEV_NX=y +CONFIG_CRYPTO_DEV_NX_COMPRESS=m +CONFIG_CRYPTO_DEV_NX_ENCRYPT=m +CONFIG_CRYPTO_DEV_OMAP_AES=m +CONFIG_CRYPTO_DEV_OMAP_DES=m +CONFIG_CRYPTO_DEV_OMAP_SHAM=m +CONFIG_CRYPTO_DEV_PADLOCK=y +CONFIG_CRYPTO_DEV_PADLOCK_AES=m +CONFIG_CRYPTO_DEV_PADLOCK_SHA=m +CONFIG_CRYPTO_DEV_S5P=m +CONFIG_CRYPTO_DEV_SAHARA=m +CONFIG_CRYPTO_DEV_TALITOS=m +CONFIG_CRYPTO_ECB=y +CONFIG_CRYPTO_FCRYPT=m +CONFIG_CRYPTO_GCM=m +CONFIG_CRYPTO_GF128MUL=m +CONFIG_CRYPTO_GHASH=m +CONFIG_CRYPTO_GHASH_ARM64_CE=m +CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m +CONFIG_CRYPTO_GLUE_HELPER_X86=m +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_HASH_INFO=y +CONFIG_CRYPTO_HMAC=y +CONFIG_CRYPTO_HW=y +CONFIG_CRYPTO_KHAZAD=m +CONFIG_CRYPTO_LRW=m +CONFIG_CRYPTO_LZ4=m +CONFIG_CRYPTO_LZ4HC=m +CONFIG_CRYPTO_LZO=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_MD4=m +CONFIG_CRYPTO_MD5=y +CONFIG_CRYPTO_MICHAEL_MIC=m +CONFIG_CRYPTO_NULL=m +CONFIG_CRYPTO_PCBC=m +CONFIG_CRYPTO_PCOMP=m +CONFIG_CRYPTO_PCOMP2=y +CONFIG_CRYPTO_PCRYPT=m +CONFIG_CRYPTO_RMD128=m +CONFIG_CRYPTO_RMD160=m +CONFIG_CRYPTO_RMD256=m +CONFIG_CRYPTO_RMD320=m +CONFIG_CRYPTO_RNG=y +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_SALSA20=m +CONFIG_CRYPTO_SALSA20_586=m +CONFIG_CRYPTO_SALSA20_X86_64=m +CONFIG_CRYPTO_SEED=m +CONFIG_CRYPTO_SEQIV=m +CONFIG_CRYPTO_SERPENT=m +CONFIG_CRYPTO_SERPENT_AVX2_X86_64=m +CONFIG_CRYPTO_SERPENT_AVX_X86_64=m +CONFIG_CRYPTO_SERPENT_SSE2_586=m +CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA1_ARM=m +CONFIG_CRYPTO_SHA1_ARM64_CE=m +CONFIG_CRYPTO_SHA1_PPC=m +CONFIG_CRYPTO_SHA1_SSSE3=m +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA256_SSSE3=m +CONFIG_CRYPTO_SHA2_ARM64_CE=m +CONFIG_CRYPTO_SHA512=y +CONFIG_CRYPTO_SHA512_SSSE3=m +CONFIG_CRYPTO_SKEIN=y +CONFIG_CRYPTO_TEA=m +CONFIG_CRYPTO_TEST=m +CONFIG_CRYPTO_TGR192=m +CONFIG_CRYPTO_THREEFISH=y +CONFIG_CRYPTO_TWOFISH=m +CONFIG_CRYPTO_TWOFISH_586=m +CONFIG_CRYPTO_TWOFISH_AVX_X86_64=m +CONFIG_CRYPTO_TWOFISH_COMMON=m +CONFIG_CRYPTO_TWOFISH_X86_64=m +CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=m +CONFIG_CRYPTO_USER=m +CONFIG_CRYPTO_USER_API=m +CONFIG_CRYPTO_USER_API_HASH=m +CONFIG_CRYPTO_USER_API_SKCIPHER=m +CONFIG_CRYPTO_VMAC=m +CONFIG_CRYPTO_WORKQUEUE=y +CONFIG_CRYPTO_WP512=m +CONFIG_CRYPTO_XCBC=m +CONFIG_CRYPTO_XTS=m +CONFIG_CRYPTO_ZLIB=m +CONFIG_CRYSTALHD=m +# CONFIG_CS5535_MFGPT is not set +CONFIG_CS89x0=m +CONFIG_CS89x0_PLATFORM=y +CONFIG_CUSE=m +CONFIG_CW1200=m +CONFIG_CW1200_WLAN_SDIO=m +CONFIG_CW1200_WLAN_SPI=m +CONFIG_CXL=m +CONFIG_CXT1E1=m +CONFIG_CX_ECAT=m +CONFIG_CYCLADES=m +CONFIG_CYPRESS_FIRMWARE=m +# CONFIG_CYZ_INTR is not set +CONFIG_DA9052_WATCHDOG=m +CONFIG_DA9055_WATCHDOG=m +CONFIG_DAVICOM_PHY=m +CONFIG_DCA=m +CONFIG_DCACHE_WORD_ACCESS=y +CONFIG_DCB=y +CONFIG_DCDBAS=m +CONFIG_DDR=y +CONFIG_DE2104X=m +CONFIG_DE2104X_DSL=0 +CONFIG_DE4X5=m +CONFIG_DEBUGGER=y +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_BLK_CGROUP is not set +# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set +# CONFIG_DEBUG_BOOT_PARAMS is not set +CONFIG_DEBUG_BUGVERBOSE=y +# CONFIG_DEBUG_CREDENTIALS is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +CONFIG_DEBUG_FS=y +# CONFIG_DEBUG_GPIO is not set +# CONFIG_DEBUG_HIGHMEM is not set +# CONFIG_DEBUG_HOTPLUG_CPU0 is not set +CONFIG_DEBUG_IMX_UART_PORT=1 +CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_INFO_REDUCED is not set +CONFIG_DEBUG_KERNEL=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_KOBJECT is not set +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_LL is not set +CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_NMI_SELFTEST is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_NX_TEST is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_DEBUG_PAGEALLOC is not set +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set +# CONFIG_DEBUG_PINCTRL is not set +# CONFIG_DEBUG_PI_LIST is not set +# CONFIG_DEBUG_PREEMPT is not set +CONFIG_DEBUG_RODATA=y +# CONFIG_DEBUG_RODATA_TEST is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +CONFIG_DEBUG_SET_MODULE_RONX=y +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_SHIRQ is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_STACKOVERFLOW is not set +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set +# CONFIG_DEBUG_TLBFLUSH is not set +# CONFIG_DEBUG_UART_8250 is not set +# CONFIG_DEBUG_UART_PL01X is not set +# CONFIG_DEBUG_USER is not set +CONFIG_DEBUG_VF_UART_PORT=1 +# CONFIG_DEBUG_VIRTUAL is not set +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +CONFIG_DECNET=m +CONFIG_DECNET_NF_GRABULATOR=m +# CONFIG_DECNET_ROUTER is not set +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_LZ4=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_XZ=y +# CONFIG_DEFAULT_CFQ is not set +CONFIG_DEFAULT_CUBIC=y +CONFIG_DEFAULT_DEADLINE=y +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 +CONFIG_DEFAULT_IOSCHED="deadline" +CONFIG_DEFAULT_IO_DELAY_TYPE=1 +CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 +# CONFIG_DEFAULT_NOOP is not set +# CONFIG_DEFAULT_RENO is not set +CONFIG_DEFAULT_SECURITY="apparmor" +CONFIG_DEFAULT_SECURITY_APPARMOR=y +# CONFIG_DEFAULT_SECURITY_DAC is not set +# CONFIG_DEFAULT_SECURITY_SELINUX is not set +# CONFIG_DEFAULT_SECURITY_SMACK is not set +# CONFIG_DEFAULT_SECURITY_TOMOYO is not set +# CONFIG_DEFAULT_SECURITY_YAMA is not set +CONFIG_DEFAULT_TCP_CONG="cubic" +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" +CONFIG_DEFXX=m +# CONFIG_DEFXX_MMIO is not set +CONFIG_DELL_LAPTOP=m +CONFIG_DELL_RBU=m +CONFIG_DELL_SMO8800=m +CONFIG_DELL_WMI=m +CONFIG_DELL_WMI_AIO=m +# CONFIG_DEPRECATED_PARAM_STRUCT is not set +CONFIG_DETECT_HUNG_TASK=y +CONFIG_DEVFREQ_GOV_PERFORMANCE=y +CONFIG_DEVFREQ_GOV_POWERSAVE=y +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +CONFIG_DEVFREQ_GOV_USERSPACE=y +# CONFIG_DEVKMEM is not set +CONFIG_DEVPORT=y +CONFIG_DEVPTS_MULTIPLE_INSTANCES=y +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y +CONFIG_DEV_APPLETALK=m +CONFIG_DE_AOC=y +CONFIG_DGAP=m +CONFIG_DGNC=m +CONFIG_DGRP=m +CONFIG_DHT11=m +CONFIG_DIRECT_GBPAGES=y +CONFIG_DISPLAY_CONNECTOR_ANALOG_TV=m +CONFIG_DISPLAY_CONNECTOR_DVI=m +CONFIG_DISPLAY_CONNECTOR_HDMI=y +CONFIG_DISPLAY_ENCODER_TFP410=m +CONFIG_DISPLAY_ENCODER_TPD12S015=y +CONFIG_DISPLAY_PANEL_DPI=m +CONFIG_DISPLAY_PANEL_DSI_CM=m +CONFIG_DISPLAY_PANEL_LGPHILIPS_LB035Q02=m +CONFIG_DISPLAY_PANEL_NEC_NL8048HL11=m +CONFIG_DISPLAY_PANEL_SHARP_LS037V7DW01=m +CONFIG_DISPLAY_PANEL_SONY_ACX565AKM=m +CONFIG_DISPLAY_PANEL_TPO_TD028TTEC1=m +CONFIG_DISPLAY_PANEL_TPO_TD043MTEA1=m +CONFIG_DL2K=m +CONFIG_DLCI=m +CONFIG_DLCI_MAX=8 +CONFIG_DLM=m +# CONFIG_DLM_DEBUG is not set +CONFIG_DM9000=m +# CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL is not set +CONFIG_DM9102=m +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set +CONFIG_DMAR_TABLE=y +# CONFIG_DMATEST is not set +CONFIG_DMA_ACPI=y +# CONFIG_DMA_API_DEBUG is not set +# CONFIG_DMA_CMA is not set +CONFIG_DMA_ENGINE=y +CONFIG_DMA_ENGINE_RAID=y +CONFIG_DMA_OF=y +CONFIG_DMA_OMAP=y +CONFIG_DMA_SHARED_BUFFER=y +CONFIG_DMI=y +CONFIG_DMIID=y +CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y +CONFIG_DMI_SYSFS=m +CONFIG_DM_BIO_PRISON=m +CONFIG_DM_BUFIO=m +CONFIG_DM_CACHE=m +CONFIG_DM_CACHE_CLEANER=m +CONFIG_DM_CACHE_MQ=m +CONFIG_DM_CRYPT=m +# CONFIG_DM_DEBUG is not set +# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set +CONFIG_DM_DELAY=m +CONFIG_DM_ERA=m +CONFIG_DM_FLAKEY=m +CONFIG_DM_LOG_USERSPACE=m +CONFIG_DM_MIRROR=m +CONFIG_DM_MULTIPATH=m +CONFIG_DM_MULTIPATH_QL=m +CONFIG_DM_MULTIPATH_ST=m +CONFIG_DM_PERSISTENT_DATA=m +CONFIG_DM_RAID=m +CONFIG_DM_SNAPSHOT=m +CONFIG_DM_SWITCH=m +CONFIG_DM_THIN_PROVISIONING=m +CONFIG_DM_UEVENT=y +CONFIG_DM_VERITY=m +CONFIG_DM_ZERO=m +CONFIG_DNET=m +CONFIG_DNOTIFY=y +CONFIG_DNS_RESOLVER=y +CONFIG_DONGLE=y +CONFIG_DOUBLEFAULT=y +CONFIG_DOVE_CLK=y +# CONFIG_DPM_WATCHDOG is not set +CONFIG_DQL=y +CONFIG_DRA752_THERMAL=y +CONFIG_DRAGONRISE_FF=y +# CONFIG_DRBD_FAULT_INJECTION is not set +CONFIG_DRM=m +CONFIG_DRM_ARMADA=m +CONFIG_DRM_AST=m +# CONFIG_DRM_BOCHS is not set +CONFIG_DRM_CIRRUS_QEMU=m +CONFIG_DRM_EXYNOS=m +# CONFIG_DRM_EXYNOS_DMABUF is not set +# CONFIG_DRM_EXYNOS_FIMD is not set +# CONFIG_DRM_EXYNOS_G2D is not set +# CONFIG_DRM_EXYNOS_IOMMU is not set +# CONFIG_DRM_EXYNOS_IPP is not set +# CONFIG_DRM_EXYNOS_VIDI is not set +CONFIG_DRM_GEM_CMA_HELPER=y +CONFIG_DRM_GMA3600=y +CONFIG_DRM_GMA500=m +CONFIG_DRM_GMA600=y +CONFIG_DRM_I2C_CH7006=m +CONFIG_DRM_I2C_NXP_TDA998X=m +CONFIG_DRM_I2C_SIL164=m +CONFIG_DRM_I810=m +CONFIG_DRM_I915=m +CONFIG_DRM_I915_FBDEV=y +CONFIG_DRM_I915_KMS=y +CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT=y +CONFIG_DRM_IMX=m +CONFIG_DRM_IMX_FB_HELPER=m +CONFIG_DRM_IMX_HDMI=m +CONFIG_DRM_IMX_IPUV3=m +CONFIG_DRM_IMX_LDB=m +CONFIG_DRM_IMX_PARALLEL_DISPLAY=m +CONFIG_DRM_IMX_TVE=m +CONFIG_DRM_KMS_CMA_HELPER=y +CONFIG_DRM_KMS_FB_HELPER=y +CONFIG_DRM_KMS_HELPER=m +CONFIG_DRM_LOAD_EDID_FIRMWARE=y +CONFIG_DRM_MEDFIELD=y +CONFIG_DRM_MGA=m +# CONFIG_DRM_MGAG200 is not set +CONFIG_DRM_MIPI_DSI=y +CONFIG_DRM_MSM=m +# CONFIG_DRM_MSM_FBDEV is not set +CONFIG_DRM_MSM_REGISTER_LOGGING=y +CONFIG_DRM_NOUVEAU=m +CONFIG_DRM_NOUVEAU_BACKLIGHT=y +# CONFIG_DRM_OMAP is not set +CONFIG_DRM_PANEL=y +CONFIG_DRM_PANEL_LD9040=m +CONFIG_DRM_PANEL_S6E8AA0=m +CONFIG_DRM_PANEL_SIMPLE=m +CONFIG_DRM_PTN3460=m +CONFIG_DRM_QXL=m +CONFIG_DRM_R128=m +CONFIG_DRM_RADEON=m +# CONFIG_DRM_RADEON_UMS is not set +CONFIG_DRM_RCAR_DU=m +CONFIG_DRM_RCAR_LVDS=y +CONFIG_DRM_SAVAGE=m +CONFIG_DRM_SHMOBILE=m +CONFIG_DRM_SIS=m +CONFIG_DRM_TDFX=m +CONFIG_DRM_TEGRA=m +# CONFIG_DRM_TEGRA_DEBUG is not set +CONFIG_DRM_TEGRA_FBDEV=y +CONFIG_DRM_TEGRA_STAGING=y +CONFIG_DRM_TILCDC=m +CONFIG_DRM_TTM=m +CONFIG_DRM_UDL=m +CONFIG_DRM_USB=m +CONFIG_DRM_VIA=m +CONFIG_DRM_VMWGFX=m +CONFIG_DRM_VMWGFX_FBCON=y +CONFIG_DS1682=m +CONFIG_DSCC4=m +CONFIG_DSCC4_PCISYNC=y +CONFIG_DSCC4_PCI_RST=y +# CONFIG_DT3155_CCIR is not set +CONFIG_DT3155_STREAMING=y +CONFIG_DTC=y +CONFIG_DTL=y +CONFIG_DTLK=m +CONFIG_DUMMY=m +CONFIG_DUMMY_CONSOLE=y +CONFIG_DUMMY_IRQ=m +CONFIG_DVB_A8293=m +CONFIG_DVB_AF9013=m +CONFIG_DVB_AF9033=m +CONFIG_DVB_AS102=m +CONFIG_DVB_ATBM8830=m +CONFIG_DVB_AU8522=m +CONFIG_DVB_AU8522_DTV=m +CONFIG_DVB_AU8522_V4L=m +CONFIG_DVB_AV7110=m +CONFIG_DVB_AV7110_OSD=y +CONFIG_DVB_B2C2_FLEXCOP=m +CONFIG_DVB_B2C2_FLEXCOP_PCI=m +# CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set +CONFIG_DVB_B2C2_FLEXCOP_USB=m +# CONFIG_DVB_B2C2_FLEXCOP_USB_DEBUG is not set +CONFIG_DVB_BCM3510=m +CONFIG_DVB_BT8XX=m +CONFIG_DVB_BUDGET=m +CONFIG_DVB_BUDGET_AV=m +CONFIG_DVB_BUDGET_CI=m +CONFIG_DVB_BUDGET_CORE=m +CONFIG_DVB_BUDGET_PATCH=m +CONFIG_DVB_CORE=m +CONFIG_DVB_CX22700=m +CONFIG_DVB_CX22702=m +CONFIG_DVB_CX24110=m +CONFIG_DVB_CX24116=m +CONFIG_DVB_CX24117=m +CONFIG_DVB_CX24123=m +CONFIG_DVB_CXD2099=m +CONFIG_DVB_CXD2820R=m +CONFIG_DVB_DDBRIDGE=m +CONFIG_DVB_DIB3000MB=m +CONFIG_DVB_DIB3000MC=m +CONFIG_DVB_DIB7000M=m +CONFIG_DVB_DIB7000P=m +CONFIG_DVB_DIB8000=m +CONFIG_DVB_DM1105=m +CONFIG_DVB_DRX39XYJ=m +CONFIG_DVB_DRXD=m +CONFIG_DVB_DRXK=m +CONFIG_DVB_DS3000=m +# CONFIG_DVB_DUMMY_FE is not set +CONFIG_DVB_DYNAMIC_MINORS=y +CONFIG_DVB_EC100=m +CONFIG_DVB_FIREDTV=m +CONFIG_DVB_FIREDTV_INPUT=y +CONFIG_DVB_HOPPER=m +CONFIG_DVB_ISL6405=m +CONFIG_DVB_ISL6421=m +CONFIG_DVB_ISL6423=m +CONFIG_DVB_IX2505V=m +CONFIG_DVB_L64781=m +CONFIG_DVB_LG2160=m +CONFIG_DVB_LGDT3305=m +CONFIG_DVB_LGDT330X=m +CONFIG_DVB_LGS8GXX=m +CONFIG_DVB_LNBP21=m +CONFIG_DVB_LNBP22=m +CONFIG_DVB_M88DS3103=m +CONFIG_DVB_M88RS2000=m +CONFIG_DVB_MANTIS=m +CONFIG_DVB_MAX_ADAPTERS=8 +CONFIG_DVB_MB86A16=m +CONFIG_DVB_MB86A20S=m +CONFIG_DVB_MT312=m +CONFIG_DVB_MT352=m +CONFIG_DVB_NET=y +CONFIG_DVB_NGENE=m +CONFIG_DVB_NXT200X=m +CONFIG_DVB_NXT6000=m +CONFIG_DVB_OR51132=m +CONFIG_DVB_OR51211=m +CONFIG_DVB_PLL=m +CONFIG_DVB_PLUTO2=m +CONFIG_DVB_PT1=m +CONFIG_DVB_RTL2830=m +CONFIG_DVB_RTL2832=m +CONFIG_DVB_RTL2832_SDR=m +CONFIG_DVB_S5H1409=m +CONFIG_DVB_S5H1411=m +CONFIG_DVB_S5H1420=m +CONFIG_DVB_S921=m +CONFIG_DVB_SI2168=m +CONFIG_DVB_SI21XX=m +CONFIG_DVB_SP8870=m +CONFIG_DVB_SP887X=m +CONFIG_DVB_STB0899=m +CONFIG_DVB_STB6000=m +CONFIG_DVB_STB6100=m +CONFIG_DVB_STV0288=m +CONFIG_DVB_STV0297=m +CONFIG_DVB_STV0299=m +CONFIG_DVB_STV0367=m +CONFIG_DVB_STV0900=m +CONFIG_DVB_STV090x=m +CONFIG_DVB_STV6110=m +CONFIG_DVB_STV6110x=m +CONFIG_DVB_TDA10021=m +CONFIG_DVB_TDA10023=m +CONFIG_DVB_TDA10048=m +CONFIG_DVB_TDA1004X=m +CONFIG_DVB_TDA10071=m +CONFIG_DVB_TDA10086=m +CONFIG_DVB_TDA18271C2DD=m +CONFIG_DVB_TDA665x=m +CONFIG_DVB_TDA8083=m +CONFIG_DVB_TDA8261=m +CONFIG_DVB_TDA826X=m +CONFIG_DVB_TS2020=m +CONFIG_DVB_TTUSB_BUDGET=m +CONFIG_DVB_TTUSB_DEC=m +CONFIG_DVB_TUA6100=m +CONFIG_DVB_TUNER_CX24113=m +CONFIG_DVB_TUNER_DIB0070=m +CONFIG_DVB_TUNER_DIB0090=m +CONFIG_DVB_TUNER_ITD1000=m +CONFIG_DVB_USB=m +CONFIG_DVB_USB_A800=m +CONFIG_DVB_USB_AF9005=m +CONFIG_DVB_USB_AF9005_REMOTE=m +CONFIG_DVB_USB_AF9015=m +CONFIG_DVB_USB_AF9035=m +CONFIG_DVB_USB_ANYSEE=m +CONFIG_DVB_USB_AU6610=m +CONFIG_DVB_USB_AZ6007=m +CONFIG_DVB_USB_AZ6027=m +CONFIG_DVB_USB_CE6230=m +CONFIG_DVB_USB_CINERGY_T2=m +CONFIG_DVB_USB_CXUSB=m +# CONFIG_DVB_USB_DEBUG is not set +CONFIG_DVB_USB_DIB0700=m +CONFIG_DVB_USB_DIBUSB_MB=m +# CONFIG_DVB_USB_DIBUSB_MB_FAULTY is not set +CONFIG_DVB_USB_DIBUSB_MC=m +CONFIG_DVB_USB_DIGITV=m +CONFIG_DVB_USB_DTT200U=m +CONFIG_DVB_USB_DTV5100=m +CONFIG_DVB_USB_DW2102=m +CONFIG_DVB_USB_EC168=m +CONFIG_DVB_USB_FRIIO=m +CONFIG_DVB_USB_GL861=m +CONFIG_DVB_USB_GP8PSK=m +CONFIG_DVB_USB_LME2510=m +CONFIG_DVB_USB_M920X=m +CONFIG_DVB_USB_MXL111SF=m +CONFIG_DVB_USB_NOVA_T_USB2=m +CONFIG_DVB_USB_OPERA1=m +CONFIG_DVB_USB_PCTV452E=m +CONFIG_DVB_USB_RTL28XXU=m +CONFIG_DVB_USB_TECHNISAT_USB2=m +CONFIG_DVB_USB_TTUSB2=m +CONFIG_DVB_USB_UMT_010=m +CONFIG_DVB_USB_V2=m +CONFIG_DVB_USB_VP702X=m +CONFIG_DVB_USB_VP7045=m +CONFIG_DVB_VES1820=m +CONFIG_DVB_VES1X93=m +CONFIG_DVB_ZL10036=m +CONFIG_DVB_ZL10039=m +CONFIG_DVB_ZL10353=m +CONFIG_DW_APB_ICTL=y +CONFIG_DW_APB_TIMER=y +CONFIG_DW_APB_TIMER_OF=y +CONFIG_DW_DMAC=m +CONFIG_DW_DMAC_CORE=m +CONFIG_DW_DMAC_PCI=m +CONFIG_DW_WATCHDOG=m +CONFIG_DX_SEP=m +CONFIG_DYNAMIC_DEBUG=y +CONFIG_DYNAMIC_FTRACE=y +CONFIG_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_E100=m +CONFIG_E1000=m +CONFIG_E1000E=m +# CONFIG_E200 is not set +CONFIG_E500=y +# CONFIG_E5500_CPU is not set +# CONFIG_E6500_CPU is not set +CONFIG_EARLY_PRINTK=y +CONFIG_EARLY_PRINTK_DBGP=y +CONFIG_EARLY_PRINTK_EFI=y +CONFIG_EARLY_PRINTK_INTEL_MID=y +CONFIG_ECHO=m +CONFIG_ECRYPT_FS=y +CONFIG_ECRYPT_FS_MESSAGING=y +CONFIG_EDAC=y +CONFIG_EDAC_AMD64=m +# CONFIG_EDAC_AMD64_ERROR_INJECTION is not set +CONFIG_EDAC_AMD76X=m +CONFIG_EDAC_AMD8111=m +CONFIG_EDAC_AMD8131=m +CONFIG_EDAC_CPC925=m +# CONFIG_EDAC_DEBUG is not set +CONFIG_EDAC_DECODE_MCE=m +CONFIG_EDAC_E752X=m +CONFIG_EDAC_E7XXX=m +CONFIG_EDAC_HIGHBANK_L2=m +CONFIG_EDAC_HIGHBANK_MC=m +CONFIG_EDAC_I3000=m +CONFIG_EDAC_I3200=m +CONFIG_EDAC_I5000=m +CONFIG_EDAC_I5100=m +CONFIG_EDAC_I5400=m +CONFIG_EDAC_I7300=m +CONFIG_EDAC_I7CORE=m +CONFIG_EDAC_I82860=m +CONFIG_EDAC_I82875P=m +CONFIG_EDAC_I82975X=m +# CONFIG_EDAC_LEGACY_SYSFS is not set +CONFIG_EDAC_MCE_INJ=m +CONFIG_EDAC_MM_EDAC=m +CONFIG_EDAC_MPC85XX=m +CONFIG_EDAC_PASEMI=m +CONFIG_EDAC_R82600=m +CONFIG_EDAC_SBRIDGE=m +CONFIG_EDAC_X38=m +CONFIG_EDD=y +CONFIG_EDD_OFF=y +CONFIG_EEEPC_LAPTOP=m +CONFIG_EEEPC_WMI=m +CONFIG_EEH=y +CONFIG_EEPROM_93CX6=m +CONFIG_EEPROM_93XX46=m +CONFIG_EEPROM_AT24=m +CONFIG_EEPROM_AT25=m +CONFIG_EEPROM_LEGACY=m +CONFIG_EEPROM_MAX6875=m +CONFIG_EFI=y +CONFIG_EFIVAR_FS=y +CONFIG_EFI_MIXED=y +CONFIG_EFI_PARAMS_FROM_FDT=y +CONFIG_EFI_PARTITION=y +CONFIG_EFI_RUNTIME_MAP=y +CONFIG_EFI_STUB=y +CONFIG_EFI_VARS=y +CONFIG_EFI_VARS_PSTORE=m +# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set +CONFIG_EFS_FS=m +CONFIG_EHEA=y +CONFIG_EISA=y +CONFIG_EISA_NAMES=y +CONFIG_EISA_PCI_EISA=y +CONFIG_EISA_VIRTUAL_ROOT=y +CONFIG_EISA_VLB_PRIMING=y +CONFIG_EL3=m +CONFIG_ELECTRA_CF=m +CONFIG_ELF_CORE=y +# CONFIG_EMBEDDED is not set +# CONFIG_ENABLE_MUST_CHECK is not set +# CONFIG_ENABLE_WARN_DEPRECATED is not set +CONFIG_ENC28J60=m +# CONFIG_ENC28J60_WRITEVERIFY is not set +CONFIG_ENCLOSURE_SERVICES=m +CONFIG_ENCRYPTED_KEYS=y +CONFIG_ENIC=m +CONFIG_EPAPR_PARAVIRT=y +CONFIG_EPIC100=m +CONFIG_EPOLL=y +CONFIG_EQUALIZER=m +CONFIG_ESI_DONGLE=m +CONFIG_ET131X=m +CONFIG_ETHERNET=y +CONFIG_ETHOC=m +CONFIG_EUROTECH_WDT=m +CONFIG_EVENTFD=y +CONFIG_EVENT_TRACING=y +CONFIG_EVM=y +CONFIG_EVM_ATTR_FSUUID=y +CONFIG_EVM_EXTRA_SMACK_XATTRS=y +# CONFIG_EXOFS_DEBUG is not set +CONFIG_EXOFS_FS=m +CONFIG_EXPERT=y +CONFIG_EXPORTFS=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +# CONFIG_EXT4_DEBUG is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +CONFIG_EXT4_USE_FOR_EXT23=y +CONFIG_EXTCON=y +CONFIG_EXTCON_ADC_JACK=m +CONFIG_EXTCON_ARIZONA=m +CONFIG_EXTCON_GPIO=m +CONFIG_EXTCON_MAX14577=m +CONFIG_EXTCON_MAX77693=m +CONFIG_EXTCON_MAX8997=m +CONFIG_EXTCON_PALMAS=m +CONFIG_EXTRA_FIRMWARE="" +CONFIG_EXTRA_TARGETS="" +CONFIG_EXYNOS5420_MCPM=y +CONFIG_EXYNOS_ADC=m +CONFIG_EXYNOS_IOMMU=y +# CONFIG_EXYNOS_IOMMU_DEBUG is not set +CONFIG_EXYNOS_MIPI_DSI=y +CONFIG_EXYNOS_THERMAL=y +CONFIG_EXYNOS_THERMAL_CORE=y +CONFIG_EXYNOS_VIDEO=y +CONFIG_EZX_PCAP=y +# CONFIG_F2FS_CHECK_FS is not set +CONFIG_F2FS_FS=m +CONFIG_F2FS_FS_POSIX_ACL=y +CONFIG_F2FS_FS_SECURITY=y +CONFIG_F2FS_FS_XATTR=y +CONFIG_F2FS_STAT_FS=y +CONFIG_F71808E_WDT=m +CONFIG_FAIR_GROUP_SCHED=y +CONFIG_FANOTIFY=y +CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y +CONFIG_FARSYNC=m +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +CONFIG_FAT_FS=y +# CONFIG_FAULT_INJECTION is not set +# CONFIG_FA_DUMP is not set +CONFIG_FB=y +CONFIG_FB_3DFX=m +# CONFIG_FB_3DFX_ACCEL is not set +# CONFIG_FB_3DFX_I2C is not set +CONFIG_FB_ARC=m +CONFIG_FB_ARK=m +CONFIG_FB_ARMCLCD=y +CONFIG_FB_ASILIANT=y +CONFIG_FB_ATY=m +CONFIG_FB_ATY128_BACKLIGHT=y +CONFIG_FB_ATY_BACKLIGHT=y +CONFIG_FB_ATY_CT=y +# CONFIG_FB_ATY_GENERIC_LCD is not set +CONFIG_FB_ATY_GX=y +CONFIG_FB_AUO_K1900=m +CONFIG_FB_AUO_K1901=m +CONFIG_FB_AUO_K190X=m +CONFIG_FB_BACKLIGHT=y +CONFIG_FB_BROADSHEET=m +CONFIG_FB_CARILLO_RANCH=m +CONFIG_FB_CARMINE=m +CONFIG_FB_CARMINE_DRAM_EVAL=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_IMAGEBLIT=y +CONFIG_FB_CIRRUS=m +CONFIG_FB_CONTROL=y +CONFIG_FB_CT65550=y +CONFIG_FB_CYBER2000=m +CONFIG_FB_CYBER2000_DDC=y +CONFIG_FB_DA8XX=m +CONFIG_FB_DDC=m +CONFIG_FB_DEFERRED_IO=y +CONFIG_FB_EFI=y +# CONFIG_FB_FOREIGN_ENDIAN is not set +CONFIG_FB_FSL_DIU=m +CONFIG_FB_GEODE=y +CONFIG_FB_GEODE_GX=m +CONFIG_FB_GEODE_GX1=m +CONFIG_FB_GEODE_LX=m +CONFIG_FB_HECUBA=m +CONFIG_FB_HGA=m +CONFIG_FB_HYPERV=m +CONFIG_FB_I740=m +CONFIG_FB_I810=m +# CONFIG_FB_I810_GTF is not set +CONFIG_FB_IMSTT=y +CONFIG_FB_IMX=m +CONFIG_FB_INTEL=m +# CONFIG_FB_INTEL_DEBUG is not set +CONFIG_FB_INTEL_I2C=y +CONFIG_FB_KYRO=m +CONFIG_FB_LE80578=m +CONFIG_FB_MATROX=m +CONFIG_FB_MATROX_G=y +CONFIG_FB_MATROX_I2C=m +CONFIG_FB_MATROX_MAVEN=m +CONFIG_FB_MATROX_MILLENIUM=y +CONFIG_FB_MATROX_MYSTIQUE=y +CONFIG_FB_MB862XX=m +CONFIG_FB_MB862XX_I2C=y +# CONFIG_FB_MB862XX_LIME is not set +CONFIG_FB_MB862XX_PCI_GDC=y +CONFIG_FB_METRONOME=m +CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_MX3=y +CONFIG_FB_N411=m +CONFIG_FB_NEOMAGIC=m +CONFIG_FB_NVIDIA=m +CONFIG_FB_NVIDIA_BACKLIGHT=y +# CONFIG_FB_NVIDIA_DEBUG is not set +CONFIG_FB_NVIDIA_I2C=y +CONFIG_FB_OF=y +CONFIG_FB_OMAP2=m +# CONFIG_FB_OMAP2_DEBUG_SUPPORT is not set +CONFIG_FB_OMAP2_NUM_FBS=3 +CONFIG_FB_OPENCORES=m +CONFIG_FB_PLATINUM=y +CONFIG_FB_PM2=m +CONFIG_FB_PM2_FIFO_DISCONNECT=y +CONFIG_FB_PM3=m +CONFIG_FB_PS3=y +CONFIG_FB_PS3_DEFAULT_SIZE_M=9 +CONFIG_FB_RADEON=m +CONFIG_FB_RADEON_BACKLIGHT=y +# CONFIG_FB_RADEON_DEBUG is not set +CONFIG_FB_RADEON_I2C=y +CONFIG_FB_RIVA=m +CONFIG_FB_RIVA_BACKLIGHT=y +# CONFIG_FB_RIVA_DEBUG is not set +CONFIG_FB_RIVA_I2C=y +CONFIG_FB_S1D13XXX=m +CONFIG_FB_S3=m +CONFIG_FB_S3C=m +# CONFIG_FB_S3C_DEBUG_REGWRITE is not set +CONFIG_FB_S3_DDC=y +CONFIG_FB_SAVAGE=m +# CONFIG_FB_SAVAGE_ACCEL is not set +CONFIG_FB_SAVAGE_I2C=y +CONFIG_FB_SH_MOBILE_HDMI=m +CONFIG_FB_SH_MOBILE_LCDC=m +CONFIG_FB_SH_MOBILE_MERAM=m +CONFIG_FB_SIMPLE=y +CONFIG_FB_SIS=m +CONFIG_FB_SIS_300=y +CONFIG_FB_SIS_315=y +CONFIG_FB_SM501=m +CONFIG_FB_SMSCUFX=m +CONFIG_FB_SSD1307=m +CONFIG_FB_SVGALIB=m +CONFIG_FB_TILEBLITTING=y +CONFIG_FB_TMIO=m +CONFIG_FB_TMIO_ACCELL=y +CONFIG_FB_TRIDENT=m +CONFIG_FB_UVESA=m +CONFIG_FB_VALKYRIE=y +CONFIG_FB_VESA=y +CONFIG_FB_VGA16=m +CONFIG_FB_VIA=m +# CONFIG_FB_VIA_DIRECT_PROCFS is not set +CONFIG_FB_VIA_X_COMPATIBILITY=y +# CONFIG_FB_VIRTUAL is not set +CONFIG_FB_VT8623=m +CONFIG_FB_XGI=m +CONFIG_FCOE=m +CONFIG_FCOE_FNIC=m +CONFIG_FDDI=y +CONFIG_FEALNX=m +CONFIG_FEC=y +CONFIG_FHANDLE=y +CONFIG_FIB_RULES=y +CONFIG_FILE_LOCKING=y +CONFIG_FIQ=y +CONFIG_FIREWIRE=m +CONFIG_FIREWIRE_NET=m +CONFIG_FIREWIRE_NOSY=m +CONFIG_FIREWIRE_OHCI=m +CONFIG_FIREWIRE_SBP2=m +CONFIG_FIREWIRE_SERIAL=m +CONFIG_FIRMWARE_EDID=y +CONFIG_FIRMWARE_IN_KERNEL=y +CONFIG_FIRMWARE_MEMMAP=y +CONFIG_FIXED_PHY=y +CONFIG_FIX_EARLYCON_MEM=y +CONFIG_FLATMEM=y +# CONFIG_FLATMEM_MANUAL is not set +CONFIG_FLAT_NODE_MEM_MAP=y +CONFIG_FMC=m +CONFIG_FMC_CHARDEV=m +CONFIG_FMC_FAKEDEV=m +CONFIG_FMC_TRIVIAL=m +CONFIG_FMC_WRITE_EEPROM=m +# CONFIG_FONT_10x18 is not set +# CONFIG_FONT_6x11 is not set +# CONFIG_FONT_7x14 is not set +CONFIG_FONT_8x16=y +CONFIG_FONT_8x8=y +CONFIG_FONT_ACORN_8x8=y +# CONFIG_FONT_MINI_4x6 is not set +# CONFIG_FONT_PEARL_8x8 is not set +# CONFIG_FONT_SUN12x22 is not set +# CONFIG_FONT_SUN8x16 is not set +CONFIG_FONT_SUPPORT=y +CONFIG_FORCEDETH=m +CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y +CONFIG_FRAME_POINTER=y +CONFIG_FREEZER=y +CONFIG_FRONTSWAP=y +CONFIG_FSCACHE=m +# CONFIG_FSCACHE_DEBUG is not set +# CONFIG_FSCACHE_HISTOGRAM is not set +# CONFIG_FSCACHE_OBJECT_LIST is not set +CONFIG_FSCACHE_STATS=y +CONFIG_FSL_BOOKE=y +CONFIG_FSL_DMA=m +CONFIG_FSL_EDMA=m +CONFIG_FSL_EMB_PERFMON=y +CONFIG_FSL_EMB_PERF_EVENT=y +CONFIG_FSL_EMB_PERF_EVENT_E500=y +CONFIG_FSL_HV_MANAGER=m +CONFIG_FSL_IFC=y +CONFIG_FSL_LBC=y +# CONFIG_FSL_PAMU is not set +CONFIG_FSL_PCI=y +CONFIG_FSL_PQ_MDIO=m +CONFIG_FSL_RIO=y +CONFIG_FSL_SOC=y +CONFIG_FSL_SOC_BOOKE=y +# CONFIG_FSL_ULI1575 is not set +CONFIG_FSL_XGMAC_MDIO=y +CONFIG_FSNOTIFY=y +CONFIG_FS_ENET=m +CONFIG_FS_ENET_HAS_FCC=y +CONFIG_FS_ENET_HAS_SCC=y +CONFIG_FS_ENET_MDIO_FCC=m +CONFIG_FS_MBCACHE=y +CONFIG_FS_POSIX_ACL=y +CONFIG_FT1000=m +CONFIG_FT1000_PCMCIA=m +CONFIG_FT1000_USB=m +CONFIG_FTGMAC100=m +CONFIG_FTL=m +CONFIG_FTMAC100=m +CONFIG_FTRACE=y +CONFIG_FTRACE_MCOUNT_RECORD=y +# CONFIG_FTRACE_STARTUP_TEST is not set +CONFIG_FTRACE_SYSCALLS=y +# CONFIG_FTR_FIXUP_SELFTEST is not set +CONFIG_FUJITSU_LAPTOP=m +# CONFIG_FUJITSU_LAPTOP_DEBUG is not set +CONFIG_FUJITSU_TABLET=m +CONFIG_FUNCTION_GRAPH_TRACER=y +CONFIG_FUNCTION_PROFILER=y +CONFIG_FUSE_FS=y +CONFIG_FUSION=y +CONFIG_FUSION_CTL=m +CONFIG_FUSION_FC=m +CONFIG_FUSION_LAN=m +CONFIG_FUSION_LOGGING=y +CONFIG_FUSION_MAX_SGE=128 +CONFIG_FUSION_SAS=m +CONFIG_FUSION_SPI=m +CONFIG_FUTEX=y +CONFIG_FWTTY_MAX_CARD_PORTS=32 +CONFIG_FWTTY_MAX_TOTAL_PORTS=64 +CONFIG_FW_LOADER=y +CONFIG_FW_LOADER_USER_HELPER=y +CONFIG_GACT_PROB=y +CONFIG_GADGET_UAC1=y +CONFIG_GAMEPORT=m +CONFIG_GAMEPORT_EMU10K1=m +CONFIG_GAMEPORT_FM801=m +CONFIG_GAMEPORT_L4=m +CONFIG_GAMEPORT_NS558=m +CONFIG_GARP=m +CONFIG_GART_IOMMU=y +# CONFIG_GCOV_KERNEL is not set +CONFIG_GELIC_NET=m +CONFIG_GELIC_WIRELESS=y +CONFIG_GENERIC_ADC_BATTERY=m +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_GENERIC_ATOMIC64=y +CONFIG_GENERIC_BUG=y +CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y +CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y +CONFIG_GENERIC_CMOS_UPDATE=y +CONFIG_GENERIC_CPU=y +CONFIG_GENERIC_CPUFREQ_CPU0=y +CONFIG_GENERIC_CPU_AUTOPROBE=y +# CONFIG_GENERIC_CPU_DEVICES is not set +CONFIG_GENERIC_EARLY_IOREMAP=y +CONFIG_GENERIC_FIND_FIRST_BIT=y +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_IDLE_POLL_SETUP=y +CONFIG_GENERIC_IO=y +CONFIG_GENERIC_IOMAP=y +CONFIG_GENERIC_IRQ_CHIP=y +CONFIG_GENERIC_IRQ_LEGACY_ALLOC_HWIRQ=y +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_SHOW_LEVEL=y +CONFIG_GENERIC_ISA_DMA=y +CONFIG_GENERIC_NET_UTILS=y +CONFIG_GENERIC_NVRAM=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_GENERIC_PENDING_IRQ=y +CONFIG_GENERIC_PHY=y +CONFIG_GENERIC_PINCONF=y +CONFIG_GENERIC_SCHED_CLOCK=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_TIME_VSYSCALL_OLD=y +CONFIG_GENERIC_TRACER=y +CONFIG_GENWQE=m +CONFIG_GEOS=y +# CONFIG_GE_FPGA is not set +# CONFIG_GE_IMP3A is not set +CONFIG_GFS2_FS=m +CONFIG_GFS2_FS_LOCKING_DLM=y +CONFIG_GIANFAR=m +CONFIG_GIGASET_BASE=m +# CONFIG_GIGASET_CAPI is not set +# CONFIG_GIGASET_DEBUG is not set +# CONFIG_GIGASET_DUMMYLL is not set +CONFIG_GIGASET_I4L=y +CONFIG_GIGASET_M101=m +CONFIG_GIGASET_M105=m +CONFIG_GIRBIL_DONGLE=m +# CONFIG_GOOGLE_FIRMWARE is not set +CONFIG_GP2AP020A00F=m +CONFIG_GPIOLIB=y +CONFIG_GPIOLIB_IRQCHIP=y +CONFIG_GPIO_74X164=m +CONFIG_GPIO_ACPI=y +CONFIG_GPIO_ADNP=m +CONFIG_GPIO_ADP5520=m +CONFIG_GPIO_ADP5588=m +CONFIG_GPIO_AMD8111=m +CONFIG_GPIO_ARIZONA=m +CONFIG_GPIO_BCM_KONA=y +CONFIG_GPIO_CS5535=m +CONFIG_GPIO_DA9052=m +CONFIG_GPIO_DA9055=m +CONFIG_GPIO_DEVRES=y +CONFIG_GPIO_DWAPB=m +# CONFIG_GPIO_EM is not set +CONFIG_GPIO_F7188X=m +CONFIG_GPIO_GRGPIO=m +CONFIG_GPIO_ICH=m +CONFIG_GPIO_INTEL_MID=y +CONFIG_GPIO_INTEL_PMIC=y +CONFIG_GPIO_IT8761E=m +CONFIG_GPIO_JANZ_TTL=m +CONFIG_GPIO_KEMPLD=m +CONFIG_GPIO_LP3943=m +CONFIG_GPIO_LYNXPOINT=y +CONFIG_GPIO_MAX7300=m +CONFIG_GPIO_MAX7301=m +CONFIG_GPIO_MAX730X=m +CONFIG_GPIO_MAX732X=m +CONFIG_GPIO_MC33880=m +CONFIG_GPIO_MCP23S08=m +CONFIG_GPIO_ML_IOH=m +CONFIG_GPIO_MPC8XXX=y +CONFIG_GPIO_MSIC=y +CONFIG_GPIO_MSM_V2=m +CONFIG_GPIO_MVEBU=y +CONFIG_GPIO_MXC=y +CONFIG_GPIO_OMAP=y +CONFIG_GPIO_PALMAS=y +CONFIG_GPIO_PCA953X=m +CONFIG_GPIO_PCF857X=m +CONFIG_GPIO_PCH=m +CONFIG_GPIO_PL061=y +CONFIG_GPIO_RC5T583=y +CONFIG_GPIO_RCAR=m +CONFIG_GPIO_RDC321X=m +CONFIG_GPIO_SCH=m +CONFIG_GPIO_SCH311X=m +CONFIG_GPIO_SH_PFC=y +CONFIG_GPIO_STMPE=y +CONFIG_GPIO_SX150X=y +CONFIG_GPIO_SYSCON=m +CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_TC3589X=y +CONFIG_GPIO_TIMBERDALE=y +CONFIG_GPIO_TPS6586X=y +CONFIG_GPIO_TPS65910=y +CONFIG_GPIO_TPS65912=m +CONFIG_GPIO_UCB1400=m +CONFIG_GPIO_VIPERBOARD=m +CONFIG_GPIO_VX855=m +CONFIG_GPIO_WATCHDOG=m +CONFIG_GPIO_WM831X=m +CONFIG_GPIO_WM8350=m +CONFIG_GPIO_WM8994=m +CONFIG_GPIO_XILINX=y +CONFIG_GPIO_ZEVIO=y +CONFIG_GREENASIA_FF=y +CONFIG_GS_FPGABOOT=m +CONFIG_HAMACHI=m +CONFIG_HAMRADIO=y +CONFIG_HANGCHECK_TIMER=m +CONFIG_HAPPYMEAL=m +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_HARDLOCKUP_DETECTOR=y +CONFIG_HAS_DMA=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT_MAP=y +CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y +CONFIG_HAVE_ARCH_AUDITSYSCALL=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_HAVE_ARCH_KGDB=y +CONFIG_HAVE_ARCH_KMEMCHECK=y +CONFIG_HAVE_ARCH_PFN_VALID=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_HAVE_ARCH_SOFT_DIRTY=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +CONFIG_HAVE_ARM_ARCH_TIMER=y +CONFIG_HAVE_ARM_SCU=y +CONFIG_HAVE_ARM_TWD=y +CONFIG_HAVE_ATOMIC_IOMAP=y +CONFIG_HAVE_BPF_JIT=y +CONFIG_HAVE_CC_STACKPROTECTOR=y +CONFIG_HAVE_CLK=y +CONFIG_HAVE_CLK_PREPARE=y +CONFIG_HAVE_CMPXCHG_DOUBLE=y +CONFIG_HAVE_CMPXCHG_LOCAL=y +CONFIG_HAVE_CONTEXT_TRACKING=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_HAVE_DEBUG_BUGVERBOSE=y +CONFIG_HAVE_DEBUG_KMEMLEAK=y +CONFIG_HAVE_DEBUG_STACKOVERFLOW=y +CONFIG_HAVE_DMA_API_DEBUG=y +CONFIG_HAVE_DMA_ATTRS=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_HAVE_FENTRY=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y +CONFIG_HAVE_GENERIC_RCU_GUP=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_IDE=y +CONFIG_HAVE_IMX_ANATOP=y +CONFIG_HAVE_IMX_GPC=y +CONFIG_HAVE_IMX_MMDC=y +CONFIG_HAVE_IMX_SRC=y +CONFIG_HAVE_INTEL_TXT=y +CONFIG_HAVE_IOREMAP_PROT=y +CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_KERNEL_BZIP2=y +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_LZ4=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_LZO=y +CONFIG_HAVE_KERNEL_XZ=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KPROBES_ON_FTRACE=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_KVM=y +CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y +CONFIG_HAVE_KVM_EVENTFD=y +CONFIG_HAVE_KVM_IRQCHIP=y +CONFIG_HAVE_KVM_IRQFD=y +CONFIG_HAVE_KVM_IRQ_ROUTING=y +CONFIG_HAVE_KVM_MSI=y +CONFIG_HAVE_LATENCYTOP_SUPPORT=y +CONFIG_HAVE_MEMBLOCK=y +CONFIG_HAVE_MEMBLOCK_NODE_MAP=y +CONFIG_HAVE_MEMORYLESS_NODES=y +CONFIG_HAVE_MEMORY_PRESENT=y +CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y +CONFIG_HAVE_MMIOTRACE_SUPPORT=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_HAVE_NET_DSA=y +CONFIG_HAVE_OPROFILE=y +CONFIG_HAVE_OPTPROBES=y +CONFIG_HAVE_PATA_PLATFORM=y +CONFIG_HAVE_PCSPKR_PLATFORM=y +CONFIG_HAVE_PERF_EVENTS=y +CONFIG_HAVE_PERF_EVENTS_NMI=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_PROC_CPU=y +CONFIG_HAVE_RCU_TABLE_FREE=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_S3C2410_I2C=y +CONFIG_HAVE_S3C2410_WATCHDOG=y +CONFIG_HAVE_S3C_RTC=y +CONFIG_HAVE_SMP=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_UID16=y +CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y +CONFIG_HAVE_USER_RETURN_NOTIFIER=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +# CONFIG_HCALL_STATS is not set +CONFIG_HDLC=m +CONFIG_HDLC_CISCO=m +CONFIG_HDLC_FR=m +CONFIG_HDLC_PPP=m +CONFIG_HDLC_RAW=m +CONFIG_HDLC_RAW_ETH=m +CONFIG_HDLC_X25=m +CONFIG_HDMI=y +CONFIG_HDQ_MASTER_OMAP=m +# CONFIG_HEADERS_CHECK is not set +CONFIG_HERMES=m +CONFIG_HERMES_CACHE_FW_ON_INIT=y +# CONFIG_HERMES_PRISM is not set +CONFIG_HFSPLUS_FS=m +CONFIG_HFSPLUS_FS_POSIX_ACL=y +CONFIG_HFS_FS=m +CONFIG_HIBERNATE_CALLBACKS=y +CONFIG_HID=m +CONFIG_HIDRAW=y +CONFIG_HID_A4TECH=m +CONFIG_HID_ACRUX=m +CONFIG_HID_ACRUX_FF=y +CONFIG_HID_APPLE=m +CONFIG_HID_APPLEIR=m +CONFIG_HID_AUREAL=m +CONFIG_HID_BATTERY_STRENGTH=y +CONFIG_HID_BELKIN=m +CONFIG_HID_CHERRY=m +CONFIG_HID_CHICONY=m +CONFIG_HID_CP2112=m +CONFIG_HID_CYPRESS=m +CONFIG_HID_DRAGONRISE=m +CONFIG_HID_ELECOM=m +CONFIG_HID_ELO=m +CONFIG_HID_EMS_FF=m +CONFIG_HID_EZKEY=m +CONFIG_HID_GENERIC=m +CONFIG_HID_GREENASIA=m +CONFIG_HID_GYRATION=m +CONFIG_HID_HOLTEK=m +CONFIG_HID_HUION=m +CONFIG_HID_HYPERV_MOUSE=m +CONFIG_HID_ICADE=m +CONFIG_HID_KENSINGTON=m +CONFIG_HID_KEYTOUCH=m +CONFIG_HID_KYE=m +CONFIG_HID_LCPOWER=m +CONFIG_HID_LENOVO_TPKBD=m +CONFIG_HID_LOGITECH=m +CONFIG_HID_LOGITECH_DJ=m +CONFIG_HID_MAGICMOUSE=m +CONFIG_HID_MICROSOFT=m +CONFIG_HID_MONTEREY=m +CONFIG_HID_MULTITOUCH=m +CONFIG_HID_NTRIG=m +CONFIG_HID_ORTEK=m +CONFIG_HID_PANTHERLORD=m +CONFIG_HID_PETALYNX=m +CONFIG_HID_PICOLCD=m +CONFIG_HID_PICOLCD_BACKLIGHT=y +CONFIG_HID_PICOLCD_CIR=y +CONFIG_HID_PICOLCD_FB=y +CONFIG_HID_PICOLCD_LCD=y +CONFIG_HID_PICOLCD_LEDS=y +CONFIG_HID_PID=y +CONFIG_HID_PRIMAX=m +CONFIG_HID_PRODIKEYS=m +CONFIG_HID_RMI=m +CONFIG_HID_ROCCAT=m +CONFIG_HID_SAITEK=m +CONFIG_HID_SAMSUNG=m +CONFIG_HID_SENSOR_ACCEL_3D=m +CONFIG_HID_SENSOR_ALS=m +CONFIG_HID_SENSOR_DEVICE_ROTATION=m +CONFIG_HID_SENSOR_GYRO_3D=m +CONFIG_HID_SENSOR_HUB=m +CONFIG_HID_SENSOR_IIO_COMMON=m +CONFIG_HID_SENSOR_IIO_TRIGGER=m +CONFIG_HID_SENSOR_INCLINOMETER_3D=m +CONFIG_HID_SENSOR_MAGNETOMETER_3D=m +CONFIG_HID_SENSOR_PRESS=m +CONFIG_HID_SENSOR_PROX=m +CONFIG_HID_SMARTJOYPLUS=m +CONFIG_HID_SONY=m +CONFIG_HID_SPEEDLINK=m +CONFIG_HID_STEELSERIES=m +CONFIG_HID_SUNPLUS=m +CONFIG_HID_THINGM=m +CONFIG_HID_THRUSTMASTER=m +CONFIG_HID_TIVO=m +CONFIG_HID_TOPSEED=m +CONFIG_HID_TWINHAN=m +CONFIG_HID_UCLOGIC=m +CONFIG_HID_WACOM=m +CONFIG_HID_WALTOP=m +CONFIG_HID_WIIMOTE=m +CONFIG_HID_XINMO=m +CONFIG_HID_ZEROPLUS=m +CONFIG_HID_ZYDACRON=m +CONFIG_HIGHMEM=y +# CONFIG_HIGHMEM4G is not set +CONFIG_HIGHMEM64G=y +CONFIG_HIGHPTE=y +CONFIG_HIGH_RES_TIMERS=y +# CONFIG_HIPPI is not set +CONFIG_HISAX_16_0=y +CONFIG_HISAX_16_3=y +CONFIG_HISAX_1TR6=y +CONFIG_HISAX_ASUSCOM=y +CONFIG_HISAX_AVM_A1=y +CONFIG_HISAX_AVM_A1_CS=m +CONFIG_HISAX_AVM_A1_PCMCIA=y +CONFIG_HISAX_BKM_A4T=y +# CONFIG_HISAX_DEBUG is not set +CONFIG_HISAX_DIEHLDIVA=y +CONFIG_HISAX_ELSA=y +CONFIG_HISAX_ELSA_CS=m +CONFIG_HISAX_ENTERNOW_PCI=y +CONFIG_HISAX_EURO=y +CONFIG_HISAX_FRITZPCI=y +CONFIG_HISAX_FRITZ_PCIPNP=m +CONFIG_HISAX_GAZEL=y +CONFIG_HISAX_HFC4S8S=m +CONFIG_HISAX_HFCS=y +CONFIG_HISAX_HFCUSB=m +CONFIG_HISAX_HFC_PCI=y +CONFIG_HISAX_HFC_SX=y +CONFIG_HISAX_HSTSAPHIR=y +CONFIG_HISAX_ISURF=y +CONFIG_HISAX_IX1MICROR2=y +CONFIG_HISAX_MAX_CARDS=8 +CONFIG_HISAX_MIC=y +CONFIG_HISAX_NETJET=y +CONFIG_HISAX_NETJET_U=y +CONFIG_HISAX_NI1=y +CONFIG_HISAX_NICCY=y +# CONFIG_HISAX_NO_KEYPAD is not set +# CONFIG_HISAX_NO_LLC is not set +# CONFIG_HISAX_NO_SENDCOMPLETE is not set +CONFIG_HISAX_S0BOX=y +CONFIG_HISAX_SCT_QUADRO=y +CONFIG_HISAX_SEDLBAUER=y +CONFIG_HISAX_SEDLBAUER_CS=m +CONFIG_HISAX_SPORTSTER=y +CONFIG_HISAX_ST5481=m +CONFIG_HISAX_TELEINT=y +CONFIG_HISAX_TELESPCI=y +CONFIG_HISAX_TELES_CS=m +CONFIG_HISAX_W6692=y +CONFIG_HIX5HD2_GMAC=m +CONFIG_HMC6352=m +CONFIG_HOLTEK_FF=y +CONFIG_HOSTAP=m +CONFIG_HOSTAP_CS=m +CONFIG_HOSTAP_FIRMWARE=y +CONFIG_HOSTAP_FIRMWARE_NVRAM=y +CONFIG_HOSTAP_PCI=m +CONFIG_HOSTAP_PLX=m +CONFIG_HOSTESS_SV11=m +CONFIG_HOTPLUG_CPU=y +CONFIG_HOTPLUG_PCI=y +CONFIG_HOTPLUG_PCI_ACPI=y +CONFIG_HOTPLUG_PCI_ACPI_IBM=m +CONFIG_HOTPLUG_PCI_COMPAQ=m +CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM=y +CONFIG_HOTPLUG_PCI_CPCI=y +CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m +CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m +CONFIG_HOTPLUG_PCI_IBM=m +CONFIG_HOTPLUG_PCI_RPA=m +CONFIG_HOTPLUG_PCI_RPA_DLPAR=m +CONFIG_HP100=m +CONFIG_HPET=y +CONFIG_HPET_EMULATE_RTC=y +CONFIG_HPET_MMAP=y +CONFIG_HPET_MMAP_DEFAULT=y +CONFIG_HPET_TIMER=y +CONFIG_HPFS_FS=m +CONFIG_HPWDT_NMI_DECODING=y +CONFIG_HP_ACCEL=m +CONFIG_HP_ILO=m +CONFIG_HP_WATCHDOG=m +CONFIG_HP_WIRELESS=m +CONFIG_HP_WMI=m +CONFIG_HSI=m +CONFIG_HSI_BOARDINFO=y +CONFIG_HSI_CHAR=m +CONFIG_HSR=m +CONFIG_HTC_EGPIO=y +CONFIG_HTC_I2CPLD=y +CONFIG_HTC_PASIC3=m +CONFIG_HT_IRQ=y +CONFIG_HUGETLBFS=y +CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y +CONFIG_HVCS=m +CONFIG_HVC_CONSOLE=y +# CONFIG_HVC_DCC is not set +CONFIG_HVC_DRIVER=y +CONFIG_HVC_IRQ=y +CONFIG_HVC_OLD_HVSI=y +CONFIG_HVC_OPAL=y +CONFIG_HVC_RTAS=y +CONFIG_HVC_UDBG=y +CONFIG_HVC_XEN=y +CONFIG_HVC_XEN_FRONTEND=y +CONFIG_HV_PERF_CTRS=y +CONFIG_HWMON=y +# CONFIG_HWMON_DEBUG_CHIP is not set +CONFIG_HWMON_VID=m +CONFIG_HWPOISON_INJECT=m +CONFIG_HWSPINLOCK=m +CONFIG_HWSPINLOCK_OMAP=m +CONFIG_HW_CONSOLE=y +CONFIG_HW_PERF_EVENTS=y +CONFIG_HW_RANDOM=y +CONFIG_HW_RANDOM_AMD=m +CONFIG_HW_RANDOM_EXYNOS=m +CONFIG_HW_RANDOM_GEODE=m +CONFIG_HW_RANDOM_INTEL=m +CONFIG_HW_RANDOM_MSM=m +CONFIG_HW_RANDOM_OMAP=m +CONFIG_HW_RANDOM_OMAP3_ROM=m +CONFIG_HW_RANDOM_PASEMI=m +CONFIG_HW_RANDOM_POWERNV=m +CONFIG_HW_RANDOM_PSERIES=m +CONFIG_HW_RANDOM_TIMERIOMEM=m +CONFIG_HW_RANDOM_TPM=m +CONFIG_HW_RANDOM_VIA=m +CONFIG_HW_RANDOM_VIRTIO=m +CONFIG_HW_RANDOM_XGENE=m +CONFIG_HYPERV=m +CONFIG_HYPERVISOR_GUEST=y +CONFIG_HYPERV_BALLOON=m +CONFIG_HYPERV_KEYBOARD=m +CONFIG_HYPERV_NET=m +CONFIG_HYPERV_STORAGE=m +CONFIG_HYPERV_UTILS=m +CONFIG_HYSDN=m +CONFIG_HYSDN_CAPI=y +# CONFIG_HZ_100 is not set +# CONFIG_HZ_200 is not set +# CONFIG_HZ_300 is not set +# CONFIG_HZ_500 is not set +CONFIG_HZ_FIXED=0 +# CONFIG_HZ_PERIODIC is not set +CONFIG_I2C=y +CONFIG_I2C_ALGOBIT=m +CONFIG_I2C_ALGOPCA=m +CONFIG_I2C_ALI1535=m +CONFIG_I2C_ALI1563=m +CONFIG_I2C_ALI15X3=m +CONFIG_I2C_AMD756=m +CONFIG_I2C_AMD756_S4882=m +CONFIG_I2C_AMD8111=m +CONFIG_I2C_ARB_GPIO_CHALLENGE=m +CONFIG_I2C_BCM2048=m +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_CBUS_GPIO=m +CONFIG_I2C_CHARDEV=m +CONFIG_I2C_COMPAT=y +CONFIG_I2C_CPM=m +CONFIG_I2C_CROS_EC_TUNNEL=m +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# CONFIG_I2C_DEBUG_CORE is not set +CONFIG_I2C_DESIGNWARE_CORE=m +CONFIG_I2C_DESIGNWARE_PCI=m +CONFIG_I2C_DESIGNWARE_PLATFORM=m +CONFIG_I2C_DIOLAN_U2C=m +CONFIG_I2C_EG20T=m +CONFIG_I2C_EXYNOS5=m +CONFIG_I2C_GPIO=m +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_HID=m +CONFIG_I2C_HYDRA=m +CONFIG_I2C_I801=m +CONFIG_I2C_IMX=y +CONFIG_I2C_ISCH=m +CONFIG_I2C_ISMT=m +CONFIG_I2C_KEMPLD=m +CONFIG_I2C_MPC=m +CONFIG_I2C_MUX=m +CONFIG_I2C_MUX_GPIO=m +CONFIG_I2C_MUX_PCA9541=m +CONFIG_I2C_MUX_PCA954x=m +CONFIG_I2C_MUX_PINCTRL=m +CONFIG_I2C_MV64XXX=m +CONFIG_I2C_NFORCE2=m +CONFIG_I2C_NFORCE2_S4985=m +CONFIG_I2C_NOMADIK=m +CONFIG_I2C_OCORES=m +CONFIG_I2C_OMAP=y +CONFIG_I2C_OPAL=m +CONFIG_I2C_PARPORT=m +CONFIG_I2C_PARPORT_LIGHT=m +CONFIG_I2C_PASEMI=m +CONFIG_I2C_PCA_ISA=m +CONFIG_I2C_PCA_PLATFORM=m +CONFIG_I2C_PIIX4=m +CONFIG_I2C_POWERMAC=y +# CONFIG_I2C_PXA_PCI is not set +CONFIG_I2C_QUP=m +CONFIG_I2C_RCAR=m +CONFIG_I2C_RIIC=m +CONFIG_I2C_RK3X=m +CONFIG_I2C_ROBOTFUZZ_OSIF=m +CONFIG_I2C_S3C2410=y +CONFIG_I2C_SCMI=m +CONFIG_I2C_SH_MOBILE=m +CONFIG_I2C_SI470X=m +CONFIG_I2C_SI4713=m +CONFIG_I2C_SIMTEC=m +CONFIG_I2C_SIS5595=m +CONFIG_I2C_SIS630=m +CONFIG_I2C_SIS96X=m +CONFIG_I2C_SMBUS=m +CONFIG_I2C_STUB=m +CONFIG_I2C_TAOS_EVM=m +CONFIG_I2C_TEGRA=m +CONFIG_I2C_TINY_USB=m +CONFIG_I2C_VERSATILE=m +CONFIG_I2C_VIA=m +CONFIG_I2C_VIAPRO=m +CONFIG_I2C_VIPERBOARD=m +CONFIG_I2C_XILINX=m +CONFIG_I2O=m +CONFIG_I2O_BLOCK=m +CONFIG_I2O_BUS=m +CONFIG_I2O_CONFIG=m +# CONFIG_I2O_CONFIG_OLD_IOCTL is not set +CONFIG_I2O_EXT_ADAPTEC=y +CONFIG_I2O_EXT_ADAPTEC_DMA64=y +CONFIG_I2O_LCT_NOTIFY_ON_CHANGES=y +CONFIG_I2O_PROC=m +CONFIG_I2O_SCSI=m +CONFIG_I40E=m +CONFIG_I40EVF=m +CONFIG_I40E_DCB=y +CONFIG_I40E_VXLAN=y +CONFIG_I6300ESB_WDT=m +CONFIG_I7300_IDLE=m +CONFIG_I7300_IDLE_IOAT_CHANNEL=y +CONFIG_I82092=m +CONFIG_I82365=m +CONFIG_I8253_LOCK=y +CONFIG_I8K=m +# CONFIG_IA32_AOUT is not set +CONFIG_IA32_EMULATION=y +CONFIG_IB700_WDT=m +CONFIG_IBMASR=m +CONFIG_IBMVIO=y +CONFIG_IBM_ASM=m +CONFIG_IBM_BSR=m +# CONFIG_IBM_EMAC_EMAC4 is not set +# CONFIG_IBM_EMAC_MAL_CLR_ICINTSTAT is not set +# CONFIG_IBM_EMAC_MAL_COMMON_ERR is not set +# CONFIG_IBM_EMAC_NO_FLOW_CTRL is not set +# CONFIG_IBM_EMAC_RGMII is not set +# CONFIG_IBM_EMAC_TAH is not set +# CONFIG_IBM_EMAC_ZMII is not set +CONFIG_IBM_RTL=m +CONFIG_ICPLUS_PHY=m +CONFIG_ICS932S401=m +CONFIG_ICST=y +# CONFIG_IDE is not set +CONFIG_IDEAPAD_LAPTOP=m +CONFIG_IDE_PHISON=m +CONFIG_IE6XX_WDT=m +CONFIG_IEEE802154=m +CONFIG_IEEE802154_6LOWPAN=m +CONFIG_IEEE802154_AT86RF230=m +CONFIG_IEEE802154_DRIVERS=m +# CONFIG_IEEE802154_FAKEHARD is not set +CONFIG_IEEE802154_FAKELB=m +CONFIG_IEEE802154_MRF24J40=m +CONFIG_IFB=m +CONFIG_IGB=m +CONFIG_IGBVF=m +CONFIG_IGB_DCA=y +CONFIG_IGB_HWMON=y +CONFIG_IIO=m +CONFIG_IIO_ADIS_LIB=m +CONFIG_IIO_ADIS_LIB_BUFFER=y +CONFIG_IIO_BUFFER=y +CONFIG_IIO_BUFFER_CB=y +CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 +CONFIG_IIO_INTERRUPT_TRIGGER=m +CONFIG_IIO_KFIFO_BUF=m +CONFIG_IIO_PERIODIC_RTC_TRIGGER=m +CONFIG_IIO_SIMPLE_DUMMY=m +# CONFIG_IIO_SIMPLE_DUMMY_BUFFER is not set +# CONFIG_IIO_SIMPLE_DUMMY_EVENTS is not set +CONFIG_IIO_ST_ACCEL_3AXIS=m +CONFIG_IIO_ST_ACCEL_I2C_3AXIS=m +CONFIG_IIO_ST_ACCEL_SPI_3AXIS=m +CONFIG_IIO_ST_GYRO_3AXIS=m +CONFIG_IIO_ST_GYRO_I2C_3AXIS=m +CONFIG_IIO_ST_GYRO_SPI_3AXIS=m +CONFIG_IIO_ST_MAGN_3AXIS=m +CONFIG_IIO_ST_MAGN_I2C_3AXIS=m +CONFIG_IIO_ST_MAGN_SPI_3AXIS=m +CONFIG_IIO_ST_PRESS=m +CONFIG_IIO_ST_PRESS_I2C=m +CONFIG_IIO_ST_PRESS_SPI=m +CONFIG_IIO_ST_SENSORS_CORE=m +CONFIG_IIO_ST_SENSORS_I2C=m +CONFIG_IIO_ST_SENSORS_SPI=m +CONFIG_IIO_SYSFS_TRIGGER=m +CONFIG_IIO_TRIGGER=y +CONFIG_IIO_TRIGGERED_BUFFER=m +# CONFIG_IKCONFIG is not set +CONFIG_IMA_APPRAISE=y +CONFIG_IMA_DEFAULT_HASH="sha1" +CONFIG_IMA_DEFAULT_HASH_SHA1=y +# CONFIG_IMA_DEFAULT_HASH_SHA256 is not set +# CONFIG_IMA_DEFAULT_HASH_SHA512 is not set +# CONFIG_IMA_DEFAULT_HASH_WP512 is not set +CONFIG_IMA_DEFAULT_TEMPLATE="ima-ng" +CONFIG_IMA_LSM_RULES=y +CONFIG_IMA_MEASURE_PCR_IDX=10 +CONFIG_IMA_NG_TEMPLATE=y +# CONFIG_IMA_SIG_TEMPLATE is not set +# CONFIG_IMA_TEMPLATE is not set +CONFIG_IMX2_WDT=m +CONFIG_IMX_DMA=m +CONFIG_IMX_IPUV3_CORE=m +CONFIG_IMX_SDMA=m +CONFIG_IMX_THERMAL=m +CONFIG_IMX_WEIM=y +CONFIG_INET=y +CONFIG_INET6_AH=m +CONFIG_INET6_ESP=m +CONFIG_INET6_IPCOMP=m +CONFIG_INET6_TUNNEL=m +CONFIG_INET6_XFRM_MODE_BEET=m +CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m +CONFIG_INET6_XFRM_MODE_TRANSPORT=m +CONFIG_INET6_XFRM_MODE_TUNNEL=m +CONFIG_INET6_XFRM_TUNNEL=m +CONFIG_INET_AH=m +CONFIG_INET_DCCP_DIAG=m +CONFIG_INET_DIAG=m +CONFIG_INET_ESP=m +CONFIG_INET_IPCOMP=m +CONFIG_INET_LRO=y +CONFIG_INET_TCP_DIAG=m +CONFIG_INET_TUNNEL=m +CONFIG_INET_UDP_DIAG=m +CONFIG_INET_XFRM_MODE_BEET=m +CONFIG_INET_XFRM_MODE_TRANSPORT=m +CONFIG_INET_XFRM_MODE_TUNNEL=m +CONFIG_INET_XFRM_TUNNEL=m +CONFIG_INFINIBAND=m +CONFIG_INFINIBAND_ADDR_TRANS=y +CONFIG_INFINIBAND_AMSO1100=m +# CONFIG_INFINIBAND_AMSO1100_DEBUG is not set +CONFIG_INFINIBAND_CXGB3=m +# CONFIG_INFINIBAND_CXGB3_DEBUG is not set +CONFIG_INFINIBAND_CXGB4=m +CONFIG_INFINIBAND_EHCA=m +CONFIG_INFINIBAND_IPATH=m +CONFIG_INFINIBAND_IPOIB=m +CONFIG_INFINIBAND_IPOIB_CM=y +# CONFIG_INFINIBAND_IPOIB_DEBUG is not set +CONFIG_INFINIBAND_ISER=m +CONFIG_INFINIBAND_ISERT=m +CONFIG_INFINIBAND_MTHCA=m +# CONFIG_INFINIBAND_MTHCA_DEBUG is not set +CONFIG_INFINIBAND_NES=m +# CONFIG_INFINIBAND_NES_DEBUG is not set +CONFIG_INFINIBAND_OCRDMA=m +CONFIG_INFINIBAND_QIB=m +CONFIG_INFINIBAND_QIB_DCA=y +CONFIG_INFINIBAND_SRP=m +CONFIG_INFINIBAND_SRPT=m +CONFIG_INFINIBAND_USER_ACCESS=m +CONFIG_INFINIBAND_USER_MAD=m +CONFIG_INFINIBAND_USER_MEM=y +CONFIG_INFINIBAND_USNIC=m +CONFIG_INFTL=m +CONFIG_INITRAMFS_SOURCE="" +CONFIG_INIT_ENV_ARG_LIMIT=32 +CONFIG_INLINE_READ_UNLOCK=y +CONFIG_INLINE_READ_UNLOCK_IRQ=y +CONFIG_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_INLINE_WRITE_UNLOCK=y +CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_INOTIFY_USER=y +CONFIG_INPUT=y +CONFIG_INPUT_88PM80X_ONKEY=m +CONFIG_INPUT_88PM860X_ONKEY=m +CONFIG_INPUT_AD714X=m +CONFIG_INPUT_AD714X_I2C=m +CONFIG_INPUT_AD714X_SPI=m +CONFIG_INPUT_ADBHID=y +CONFIG_INPUT_ADXL34X=m +CONFIG_INPUT_ADXL34X_I2C=m +CONFIG_INPUT_ADXL34X_SPI=m +CONFIG_INPUT_APANEL=m +CONFIG_INPUT_APMPOWER=m +CONFIG_INPUT_ARIZONA_HAPTICS=m +CONFIG_INPUT_ATI_REMOTE2=m +CONFIG_INPUT_ATLAS_BTNS=m +CONFIG_INPUT_BMA150=m +CONFIG_INPUT_CM109=m +CONFIG_INPUT_CMA3000=m +CONFIG_INPUT_CMA3000_I2C=m +CONFIG_INPUT_DA9052_ONKEY=m +CONFIG_INPUT_DA9055_ONKEY=m +CONFIG_INPUT_EVBUG=m +CONFIG_INPUT_EVDEV=y +CONFIG_INPUT_FF_MEMLESS=m +CONFIG_INPUT_GP2A=m +CONFIG_INPUT_GPIO_BEEPER=m +CONFIG_INPUT_GPIO_ROTARY_ENCODER=m +CONFIG_INPUT_GPIO_TILT_POLLED=m +CONFIG_INPUT_IDEAPAD_SLIDEBAR=m +CONFIG_INPUT_IMS_PCU=m +CONFIG_INPUT_JOYDEV=m +CONFIG_INPUT_JOYSTICK=y +CONFIG_INPUT_KEYBOARD=y +CONFIG_INPUT_KEYSPAN_REMOTE=m +CONFIG_INPUT_KXTJ9=m +# CONFIG_INPUT_KXTJ9_POLLED_MODE is not set +CONFIG_INPUT_MATRIXKMAP=m +CONFIG_INPUT_MAX8925_ONKEY=m +CONFIG_INPUT_MAX8997_HAPTIC=m +CONFIG_INPUT_MC13783_PWRBUTTON=m +CONFIG_INPUT_MISC=y +CONFIG_INPUT_MMA8450=m +CONFIG_INPUT_MOUSE=y +CONFIG_INPUT_MOUSEDEV=y +CONFIG_INPUT_MOUSEDEV_PSAUX=y +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 +CONFIG_INPUT_MPU3050=m +CONFIG_INPUT_PCAP=m +CONFIG_INPUT_PCF50633_PMU=m +CONFIG_INPUT_PCF8574=m +CONFIG_INPUT_PCSPKR=m +CONFIG_INPUT_PM8XXX_VIBRATOR=m +CONFIG_INPUT_PMIC8XXX_PWRKEY=m +CONFIG_INPUT_POLLDEV=m +CONFIG_INPUT_POWERMATE=m +CONFIG_INPUT_PWM_BEEPER=m +CONFIG_INPUT_RETU_PWRBUTTON=m +CONFIG_INPUT_SOC_BUTTON_ARRAY=m +CONFIG_INPUT_SPARSEKMAP=m +CONFIG_INPUT_TABLET=y +CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_INPUT_TWL4030_PWRBUTTON=m +CONFIG_INPUT_TWL4030_VIBRA=m +CONFIG_INPUT_TWL6040_VIBRA=m +CONFIG_INPUT_UINPUT=y +CONFIG_INPUT_WISTRON_BTNS=m +CONFIG_INPUT_WM831X_ON=m +CONFIG_INPUT_XEN_KBDDEV_FRONTEND=m +CONFIG_INPUT_YEALINK=m +CONFIG_INSTRUCTION_DECODER=y +CONFIG_INTEGRITY=y +CONFIG_INTEGRITY_ASYMMETRIC_KEYS=y +CONFIG_INTEGRITY_AUDIT=y +CONFIG_INTEGRITY_SIGNATURE=y +CONFIG_INTEL_GTT=y +CONFIG_INTEL_IDLE=y +CONFIG_INTEL_IOATDMA=m +CONFIG_INTEL_IOMMU=y +# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set +CONFIG_INTEL_IOMMU_FLOPPY_WA=y +CONFIG_INTEL_IPS=m +CONFIG_INTEL_MEI=m +CONFIG_INTEL_MEI_ME=m +CONFIG_INTEL_MEI_TXE=m +CONFIG_INTEL_MENLOW=m +CONFIG_INTEL_MFLD_THERMAL=m +CONFIG_INTEL_MIC_CARD=m +CONFIG_INTEL_MIC_HOST=m +CONFIG_INTEL_MID_DMAC=m +CONFIG_INTEL_MID_POWER_BUTTON=m +CONFIG_INTEL_MID_PTI=m +CONFIG_INTEL_MID_WATCHDOG=m +CONFIG_INTEL_OAKTRAIL=m +CONFIG_INTEL_POWERCLAMP=m +CONFIG_INTEL_RAPL=m +CONFIG_INTEL_RST=m +CONFIG_INTEL_SCU_IPC=y +CONFIG_INTEL_SCU_IPC_UTIL=m +CONFIG_INTEL_SCU_WATCHDOG=y +CONFIG_INTEL_SMARTCONNECT=m +CONFIG_INTEL_SOC_DTS_THERMAL=m +CONFIG_INTEL_TXT=y +CONFIG_INTERVAL_TREE=y +CONFIG_INTERVAL_TREE_TEST=m +CONFIG_INV_MPU6050_IIO=m +CONFIG_IOMMU_API=y +# CONFIG_IOMMU_DEBUG is not set +CONFIG_IOMMU_HELPER=y +CONFIG_IOMMU_PGTABLES_L2=y +# CONFIG_IOMMU_STRESS is not set +CONFIG_IOMMU_SUPPORT=y +CONFIG_IOSCHED_CFQ=y +CONFIG_IOSCHED_DEADLINE=y +CONFIG_IOSCHED_NOOP=y +CONFIG_IOSF_MBI=m +# CONFIG_IO_DELAY_0X80 is not set +CONFIG_IO_DELAY_0XED=y +# CONFIG_IO_DELAY_NONE is not set +CONFIG_IO_DELAY_TYPE_0X80=0 +CONFIG_IO_DELAY_TYPE_0XED=1 +CONFIG_IO_DELAY_TYPE_NONE=3 +CONFIG_IO_DELAY_TYPE_UDELAY=2 +# CONFIG_IO_DELAY_UDELAY is not set +CONFIG_IO_EVENT_IRQ=y +CONFIG_IP1000=m +CONFIG_IP6_NF_FILTER=m +CONFIG_IP6_NF_IPTABLES=m +CONFIG_IP6_NF_MANGLE=m +CONFIG_IP6_NF_MATCH_AH=m +CONFIG_IP6_NF_MATCH_EUI64=m +CONFIG_IP6_NF_MATCH_FRAG=m +CONFIG_IP6_NF_MATCH_HL=m +CONFIG_IP6_NF_MATCH_IPV6HEADER=m +CONFIG_IP6_NF_MATCH_MH=m +CONFIG_IP6_NF_MATCH_OPTS=m +CONFIG_IP6_NF_MATCH_RPFILTER=m +CONFIG_IP6_NF_MATCH_RT=m +CONFIG_IP6_NF_RAW=m +CONFIG_IP6_NF_SECURITY=m +CONFIG_IP6_NF_TARGET_HL=m +CONFIG_IP6_NF_TARGET_MASQUERADE=m +CONFIG_IP6_NF_TARGET_NPT=m +CONFIG_IP6_NF_TARGET_REJECT=m +CONFIG_IP6_NF_TARGET_SYNPROXY=m +CONFIG_IPACK_BUS=m +CONFIG_IPC_NS=y +CONFIG_IPDDP=m +CONFIG_IPDDP_ENCAP=y +# CONFIG_IPIC is not set +CONFIG_IPMI_DEVICE_INTERFACE=m +CONFIG_IPMI_HANDLER=m +# CONFIG_IPMI_PANIC_EVENT is not set +CONFIG_IPMI_POWEROFF=m +CONFIG_IPMI_SI=m +CONFIG_IPMI_WATCHDOG=m +CONFIG_IPMMU_VMSA=y +CONFIG_IPPP_FILTER=y +CONFIG_IPV6=y +CONFIG_IPV6_GRE=m +CONFIG_IPV6_MIP6=m +CONFIG_IPV6_MROUTE=y +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y +CONFIG_IPV6_MULTIPLE_TABLES=y +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +CONFIG_IPV6_PIMSM_V2=y +CONFIG_IPV6_ROUTER_PREF=y +CONFIG_IPV6_ROUTE_INFO=y +CONFIG_IPV6_SIT=m +CONFIG_IPV6_SIT_6RD=y +CONFIG_IPV6_SUBTREES=y +CONFIG_IPV6_TUNNEL=m +CONFIG_IPV6_VTI=m +CONFIG_IPW2100=m +# CONFIG_IPW2100_DEBUG is not set +CONFIG_IPW2100_MONITOR=y +CONFIG_IPW2200=m +# CONFIG_IPW2200_DEBUG is not set +CONFIG_IPW2200_MONITOR=y +CONFIG_IPW2200_PROMISCUOUS=y +CONFIG_IPW2200_QOS=y +CONFIG_IPW2200_RADIOTAP=y +CONFIG_IPWIRELESS=m +CONFIG_IPX=m +# CONFIG_IPX_INTERN is not set +CONFIG_IP_ADVANCED_ROUTER=y +CONFIG_IP_DCCP=m +# CONFIG_IP_DCCP_CCID2_DEBUG is not set +# CONFIG_IP_DCCP_CCID3 is not set +# CONFIG_IP_DCCP_DEBUG is not set +CONFIG_IP_FIB_TRIE_STATS=y +CONFIG_IP_MROUTE=y +# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IP_MULTICAST=y +CONFIG_IP_MULTIPLE_TABLES=y +CONFIG_IP_NF_ARPFILTER=m +CONFIG_IP_NF_ARPTABLES=m +CONFIG_IP_NF_ARP_MANGLE=m +CONFIG_IP_NF_FILTER=m +CONFIG_IP_NF_IPTABLES=m +CONFIG_IP_NF_MANGLE=m +CONFIG_IP_NF_MATCH_AH=m +CONFIG_IP_NF_MATCH_ECN=m +CONFIG_IP_NF_MATCH_RPFILTER=m +CONFIG_IP_NF_MATCH_TTL=m +CONFIG_IP_NF_RAW=m +CONFIG_IP_NF_SECURITY=m +CONFIG_IP_NF_TARGET_CLUSTERIP=m +CONFIG_IP_NF_TARGET_ECN=m +CONFIG_IP_NF_TARGET_MASQUERADE=m +CONFIG_IP_NF_TARGET_NETMAP=m +CONFIG_IP_NF_TARGET_REDIRECT=m +CONFIG_IP_NF_TARGET_REJECT=m +CONFIG_IP_NF_TARGET_SYNPROXY=m +CONFIG_IP_NF_TARGET_TTL=m +CONFIG_IP_NF_TARGET_ULOG=m +CONFIG_IP_PIMSM_V1=y +CONFIG_IP_PIMSM_V2=y +CONFIG_IP_PNP=y +# CONFIG_IP_PNP_BOOTP is not set +CONFIG_IP_PNP_DHCP=y +# CONFIG_IP_PNP_RARP is not set +CONFIG_IP_ROUTE_CLASSID=y +CONFIG_IP_ROUTE_MULTIPATH=y +CONFIG_IP_ROUTE_VERBOSE=y +CONFIG_IP_SCTP=m +CONFIG_IP_SET=m +CONFIG_IP_SET_BITMAP_IP=m +CONFIG_IP_SET_BITMAP_IPMAC=m +CONFIG_IP_SET_BITMAP_PORT=m +CONFIG_IP_SET_HASH_IP=m +CONFIG_IP_SET_HASH_IPMARK=m +CONFIG_IP_SET_HASH_IPPORT=m +CONFIG_IP_SET_HASH_IPPORTIP=m +CONFIG_IP_SET_HASH_IPPORTNET=m +CONFIG_IP_SET_HASH_NET=m +CONFIG_IP_SET_HASH_NETIFACE=m +CONFIG_IP_SET_HASH_NETNET=m +CONFIG_IP_SET_HASH_NETPORT=m +CONFIG_IP_SET_HASH_NETPORTNET=m +CONFIG_IP_SET_LIST_SET=m +CONFIG_IP_SET_MAX=256 +CONFIG_IP_VS=m +# CONFIG_IP_VS_DEBUG is not set +CONFIG_IP_VS_DH=m +CONFIG_IP_VS_FTP=m +CONFIG_IP_VS_IPV6=y +CONFIG_IP_VS_LBLC=m +CONFIG_IP_VS_LBLCR=m +CONFIG_IP_VS_LC=m +CONFIG_IP_VS_NFCT=y +CONFIG_IP_VS_NQ=m +CONFIG_IP_VS_PE_SIP=m +CONFIG_IP_VS_PROTO_AH=y +CONFIG_IP_VS_PROTO_AH_ESP=y +CONFIG_IP_VS_PROTO_ESP=y +CONFIG_IP_VS_PROTO_SCTP=y +CONFIG_IP_VS_PROTO_TCP=y +CONFIG_IP_VS_PROTO_UDP=y +CONFIG_IP_VS_RR=m +CONFIG_IP_VS_SED=m +CONFIG_IP_VS_SH=m +CONFIG_IP_VS_SH_TAB_BITS=8 +CONFIG_IP_VS_TAB_BITS=12 +CONFIG_IP_VS_WLC=m +CONFIG_IP_VS_WRR=m +CONFIG_IRCOMM=m +CONFIG_IRDA=m +CONFIG_IRDA_CACHE_LAST_LSAP=y +# CONFIG_IRDA_DEBUG is not set +CONFIG_IRDA_FAST_RR=y +CONFIG_IRDA_ULTRA=y +CONFIG_IRLAN=m +CONFIG_IRNET=m +CONFIG_IRQCHIP=y +# CONFIG_IRQSOFF_TRACER is not set +CONFIG_IRQ_CROSSBAR=y +CONFIG_IRQ_DOMAIN=y +# CONFIG_IRQ_DOMAIN_DEBUG is not set +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_IRQ_REMAP=y +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_IRQ_WORK=y +CONFIG_IRTTY_SIR=m +CONFIG_IR_ENE=m +CONFIG_IR_FINTEK=m +CONFIG_IR_GPIO_CIR=m +CONFIG_IR_IGUANA=m +CONFIG_IR_IMG=m +CONFIG_IR_IMG_HW=y +CONFIG_IR_IMG_JVC=y +CONFIG_IR_IMG_NEC=y +# CONFIG_IR_IMG_RAW is not set +CONFIG_IR_IMG_SANYO=y +CONFIG_IR_IMG_SHARP=y +CONFIG_IR_IMG_SONY=y +CONFIG_IR_IMON=m +CONFIG_IR_ITE_CIR=m +CONFIG_IR_JVC_DECODER=m +CONFIG_IR_LIRC_CODEC=m +CONFIG_IR_MCEUSB=m +CONFIG_IR_MCE_KBD_DECODER=m +CONFIG_IR_NEC_DECODER=m +CONFIG_IR_NUVOTON=m +CONFIG_IR_RC5_DECODER=m +CONFIG_IR_RC5_SZ_DECODER=m +CONFIG_IR_RC6_DECODER=m +CONFIG_IR_REDRAT3=m +CONFIG_IR_SANYO_DECODER=m +CONFIG_IR_SHARP_DECODER=m +CONFIG_IR_SONY_DECODER=m +CONFIG_IR_STREAMZAP=m +CONFIG_IR_TTUSBIR=m +CONFIG_IR_WINBOND_CIR=m +CONFIG_ISAPNP=y +CONFIG_ISA_DMA_API=y +CONFIG_ISCSI_BOOT_SYSFS=m +CONFIG_ISCSI_IBFT=m +CONFIG_ISCSI_IBFT_FIND=y +CONFIG_ISCSI_TARGET=m +CONFIG_ISCSI_TCP=m +CONFIG_ISDN=y +CONFIG_ISDN_AUDIO=y +CONFIG_ISDN_CAPI=m +CONFIG_ISDN_CAPI_CAPI20=m +CONFIG_ISDN_CAPI_CAPIDRV=m +# CONFIG_ISDN_CAPI_CAPIDRV_VERBOSE is not set +CONFIG_ISDN_CAPI_MIDDLEWARE=y +CONFIG_ISDN_DIVAS=m +CONFIG_ISDN_DIVAS_BRIPCI=y +CONFIG_ISDN_DIVAS_DIVACAPI=m +CONFIG_ISDN_DIVAS_MAINT=m +CONFIG_ISDN_DIVAS_PRIPCI=y +CONFIG_ISDN_DIVAS_USERIDI=m +CONFIG_ISDN_DIVERSION=m +CONFIG_ISDN_DRV_ACT2000=m +CONFIG_ISDN_DRV_AVMB1_AVM_CS=m +CONFIG_ISDN_DRV_AVMB1_B1ISA=m +CONFIG_ISDN_DRV_AVMB1_B1PCI=m +CONFIG_ISDN_DRV_AVMB1_B1PCIV4=y +CONFIG_ISDN_DRV_AVMB1_B1PCMCIA=m +CONFIG_ISDN_DRV_AVMB1_C4=m +CONFIG_ISDN_DRV_AVMB1_T1ISA=m +CONFIG_ISDN_DRV_AVMB1_T1PCI=m +CONFIG_ISDN_DRV_GIGASET=m +CONFIG_ISDN_DRV_HISAX=m +CONFIG_ISDN_DRV_ICN=m +CONFIG_ISDN_DRV_PCBIT=m +CONFIG_ISDN_DRV_SC=m +CONFIG_ISDN_HDLC=m +CONFIG_ISDN_I4L=m +CONFIG_ISDN_MPP=y +CONFIG_ISDN_PPP=y +CONFIG_ISDN_PPP_BSDCOMP=m +CONFIG_ISDN_PPP_VJ=y +CONFIG_ISDN_TTY_FAX=y +CONFIG_ISDN_X25=y +CONFIG_ISI=m +CONFIG_ISL29003=m +CONFIG_ISL29020=m +CONFIG_ISO9660_FS=m +CONFIG_IT8712F_WDT=m +CONFIG_IT87_WDT=m +CONFIG_ITCO_VENDOR_SUPPORT=y +CONFIG_ITCO_WDT=m +CONFIG_ITG3200=m +CONFIG_IWL3945=m +CONFIG_IWL4965=m +CONFIG_IWLDVM=m +CONFIG_IWLEGACY=m +# CONFIG_IWLEGACY_DEBUG is not set +CONFIG_IWLEGACY_DEBUGFS=y +CONFIG_IWLMVM=m +CONFIG_IWLWIFI=m +# CONFIG_IWLWIFI_BCAST_FILTERING is not set +# CONFIG_IWLWIFI_DEBUG is not set +CONFIG_IWLWIFI_DEBUGFS=y +CONFIG_IWLWIFI_DEVICE_TRACING=y +CONFIG_IWLWIFI_LEDS=y +CONFIG_IWLWIFI_OPMODE_MODULAR=y +# CONFIG_IWLWIFI_UAPSD is not set +CONFIG_IWMMXT=y +CONFIG_IXGB=m +CONFIG_IXGBE=m +CONFIG_IXGBEVF=m +CONFIG_IXGBE_DCA=y +CONFIG_IXGBE_DCB=y +CONFIG_IXGBE_HWMON=y +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_JFFS2_CMODE_FAVOURLZO=y +# CONFIG_JFFS2_CMODE_NONE is not set +# CONFIG_JFFS2_CMODE_PRIORITY is not set +# CONFIG_JFFS2_CMODE_SIZE is not set +CONFIG_JFFS2_COMPRESSION_OPTIONS=y +CONFIG_JFFS2_FS=m +CONFIG_JFFS2_FS_DEBUG=0 +CONFIG_JFFS2_FS_POSIX_ACL=y +CONFIG_JFFS2_FS_SECURITY=y +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set +CONFIG_JFFS2_FS_WRITEBUFFER=y +CONFIG_JFFS2_FS_XATTR=y +CONFIG_JFFS2_LZO=y +CONFIG_JFFS2_RTIME=y +# CONFIG_JFFS2_RUBIN is not set +# CONFIG_JFFS2_SUMMARY is not set +CONFIG_JFFS2_ZLIB=y +# CONFIG_JFS_DEBUG is not set +CONFIG_JFS_FS=m +CONFIG_JFS_POSIX_ACL=y +CONFIG_JFS_SECURITY=y +CONFIG_JFS_STATISTICS=y +CONFIG_JME=m +CONFIG_JOLIET=y +CONFIG_JOYSTICK_A3D=m +CONFIG_JOYSTICK_ADI=m +CONFIG_JOYSTICK_ANALOG=m +CONFIG_JOYSTICK_AS5011=m +CONFIG_JOYSTICK_COBRA=m +CONFIG_JOYSTICK_DB9=m +CONFIG_JOYSTICK_GAMECON=m +CONFIG_JOYSTICK_GF2K=m +CONFIG_JOYSTICK_GRIP=m +CONFIG_JOYSTICK_GRIP_MP=m +CONFIG_JOYSTICK_GUILLEMOT=m +CONFIG_JOYSTICK_IFORCE=m +CONFIG_JOYSTICK_IFORCE_232=y +CONFIG_JOYSTICK_IFORCE_USB=y +CONFIG_JOYSTICK_INTERACT=m +CONFIG_JOYSTICK_JOYDUMP=m +CONFIG_JOYSTICK_MAGELLAN=m +CONFIG_JOYSTICK_SIDEWINDER=m +CONFIG_JOYSTICK_SPACEBALL=m +CONFIG_JOYSTICK_SPACEORB=m +CONFIG_JOYSTICK_STINGER=m +CONFIG_JOYSTICK_TMDC=m +CONFIG_JOYSTICK_TURBOGRAFX=m +CONFIG_JOYSTICK_TWIDJOY=m +CONFIG_JOYSTICK_WALKERA0701=m +CONFIG_JOYSTICK_WARRIOR=m +CONFIG_JOYSTICK_XPAD=m +CONFIG_JOYSTICK_XPAD_FF=y +CONFIG_JOYSTICK_XPAD_LEDS=y +CONFIG_JOYSTICK_ZHENHUA=m +CONFIG_K3_DMA=m +CONFIG_KALLSYMS=y +CONFIG_KALLSYMS_ALL=y +CONFIG_KARMA_PARTITION=y +CONFIG_KDB_CONTINUE_CATASTROPHIC=0 +CONFIG_KDB_KEYBOARD=y +CONFIG_KEMPLD_WDT=m +# CONFIG_KERNEL_BZIP2 is not set +CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_LZ4 is not set +# CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_LZO is not set +CONFIG_KERNEL_MODE_NEON=y +# CONFIG_KERNEL_XZ is not set +CONFIG_KERNFS=y +CONFIG_KEXEC=y +CONFIG_KEXEC_JUMP=y +CONFIG_KEYBOARD_ADP5520=m +CONFIG_KEYBOARD_ADP5588=m +CONFIG_KEYBOARD_ADP5589=m +CONFIG_KEYBOARD_ATKBD=y +CONFIG_KEYBOARD_CROS_EC=m +CONFIG_KEYBOARD_GPIO=m +CONFIG_KEYBOARD_GPIO_POLLED=m +CONFIG_KEYBOARD_IMX=m +CONFIG_KEYBOARD_LKKBD=m +CONFIG_KEYBOARD_LM8323=m +CONFIG_KEYBOARD_LM8333=m +CONFIG_KEYBOARD_MATRIX=m +CONFIG_KEYBOARD_MAX7359=m +CONFIG_KEYBOARD_MCS=m +CONFIG_KEYBOARD_MPR121=m +CONFIG_KEYBOARD_NEWTON=m +CONFIG_KEYBOARD_NVEC=m +CONFIG_KEYBOARD_OMAP4=m +CONFIG_KEYBOARD_OPENCORES=m +CONFIG_KEYBOARD_PMIC8XXX=m +CONFIG_KEYBOARD_QT1070=m +CONFIG_KEYBOARD_QT2160=m +CONFIG_KEYBOARD_SAMSUNG=m +CONFIG_KEYBOARD_SH_KEYSC=m +CONFIG_KEYBOARD_STMPE=m +CONFIG_KEYBOARD_STOWAWAY=m +CONFIG_KEYBOARD_SUNKBD=m +CONFIG_KEYBOARD_TC3589X=m +CONFIG_KEYBOARD_TCA6416=m +CONFIG_KEYBOARD_TCA8418=m +CONFIG_KEYBOARD_TEGRA=m +CONFIG_KEYBOARD_TWL4030=m +CONFIG_KEYBOARD_XTKBD=m +CONFIG_KEYS=y +CONFIG_KEYS_COMPAT=y +CONFIG_KEYS_DEBUG_PROC_KEYS=y +CONFIG_KGDB=y +CONFIG_KGDB_KDB=y +CONFIG_KGDB_LOW_LEVEL_TRAP=y +CONFIG_KGDB_SERIAL_CONSOLE=y +# CONFIG_KGDB_TESTS is not set +CONFIG_KINGSUN_DONGLE=m +CONFIG_KPROBES=y +CONFIG_KPROBES_ON_FTRACE=y +# CONFIG_KPROBES_SANITY_TEST is not set +CONFIG_KPROBE_EVENT=y +CONFIG_KRETPROBES=y +CONFIG_KS0108=m +CONFIG_KS0108_DELAY=2 +CONFIG_KS0108_PORT=0x378 +CONFIG_KS8842=m +CONFIG_KS8851=m +CONFIG_KS8851_MLL=m +CONFIG_KS959_DONGLE=m +CONFIG_KSDAZZLE_DONGLE=m +# CONFIG_KSI8560 is not set +CONFIG_KSM=y +CONFIG_KSZ884X_PCI=m +CONFIG_KTIME_SCALAR=y +CONFIG_KUSER_HELPERS=y +CONFIG_KVM_AMD=m +CONFIG_KVM_APIC_ARCHITECTURE=y +CONFIG_KVM_ARM_HOST=y +CONFIG_KVM_ARM_MAX_VCPUS=4 +CONFIG_KVM_ARM_TIMER=y +CONFIG_KVM_ARM_VGIC=y +CONFIG_KVM_ASYNC_PF=y +CONFIG_KVM_BOOK3S_64=m +CONFIG_KVM_BOOK3S_64_HANDLER=y +CONFIG_KVM_BOOK3S_64_HV=m +CONFIG_KVM_BOOK3S_64_PR=m +CONFIG_KVM_BOOK3S_HANDLER=y +CONFIG_KVM_BOOK3S_HV_POSSIBLE=y +CONFIG_KVM_BOOK3S_PR_POSSIBLE=y +CONFIG_KVM_BOOKE_HV=y +CONFIG_KVM_DEBUG_FS=y +CONFIG_KVM_DEVICE_ASSIGNMENT=y +CONFIG_KVM_E500MC=y +# CONFIG_KVM_EXIT_TIMING is not set +CONFIG_KVM_GUEST=y +CONFIG_KVM_INTEL=m +CONFIG_KVM_MMIO=y +# CONFIG_KVM_MMU_AUDIT is not set +CONFIG_KVM_MPIC=y +CONFIG_KVM_VFIO=y +CONFIG_KVM_XICS=y +CONFIG_KXSD9=m +CONFIG_L2TP=m +CONFIG_L2TP_DEBUGFS=m +CONFIG_L2TP_ETH=m +CONFIG_L2TP_IP=m +CONFIG_L2TP_V3=y +CONFIG_LANCE=m +CONFIG_LANMEDIA=m +CONFIG_LAPB=m +CONFIG_LAPBETHER=m +# CONFIG_LATENCYTOP is not set +CONFIG_LATTICE_ECP3_CONFIG=m +CONFIG_LBDAF=y +CONFIG_LCD_AMS369FG06=m +CONFIG_LCD_CLASS_DEVICE=m +CONFIG_LCD_HX8357=m +CONFIG_LCD_ILI922X=m +CONFIG_LCD_ILI9320=m +CONFIG_LCD_L4F00242T03=m +CONFIG_LCD_LD9040=m +CONFIG_LCD_LMS283GF05=m +CONFIG_LCD_LMS501KF03=m +CONFIG_LCD_LTV350QV=m +CONFIG_LCD_PLATFORM=m +CONFIG_LCD_S6E63M0=m +CONFIG_LCD_TDO24M=m +CONFIG_LCD_VGG2432A4=m +# CONFIG_LDM_DEBUG is not set +CONFIG_LDM_PARTITION=y +CONFIG_LEDS_88PM860X=m +CONFIG_LEDS_ADP5520=m +CONFIG_LEDS_ASIC3=y +CONFIG_LEDS_BD2802=m +CONFIG_LEDS_BLINKM=m +CONFIG_LEDS_CLASS=y +CONFIG_LEDS_CLEVO_MAIL=m +CONFIG_LEDS_DA903X=m +CONFIG_LEDS_DA9052=m +CONFIG_LEDS_DAC124S085=m +CONFIG_LEDS_DELL_NETBOOKS=m +CONFIG_LEDS_GPIO=m +CONFIG_LEDS_INTEL_SS4200=m +CONFIG_LEDS_LM3530=m +CONFIG_LEDS_LM3533=m +CONFIG_LEDS_LM355x=m +CONFIG_LEDS_LM3642=m +CONFIG_LEDS_LP3944=m +CONFIG_LEDS_LP5521=m +CONFIG_LEDS_LP5523=m +CONFIG_LEDS_LP5562=m +CONFIG_LEDS_LP55XX_COMMON=m +CONFIG_LEDS_LP8501=m +CONFIG_LEDS_LP8788=m +CONFIG_LEDS_LT3593=m +CONFIG_LEDS_MAX8997=m +CONFIG_LEDS_MC13783=m +CONFIG_LEDS_NET48XX=m +CONFIG_LEDS_OT200=m +CONFIG_LEDS_PCA9532=m +CONFIG_LEDS_PCA9532_GPIO=y +CONFIG_LEDS_PCA955X=m +CONFIG_LEDS_PCA963X=m +CONFIG_LEDS_PWM=m +CONFIG_LEDS_REGULATOR=m +CONFIG_LEDS_TCA6507=m +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_BACKLIGHT=m +CONFIG_LEDS_TRIGGER_CAMERA=m +CONFIG_LEDS_TRIGGER_CPU=y +CONFIG_LEDS_TRIGGER_DEFAULT_ON=m +CONFIG_LEDS_TRIGGER_GPIO=m +CONFIG_LEDS_TRIGGER_HEARTBEAT=m +CONFIG_LEDS_TRIGGER_ONESHOT=m +CONFIG_LEDS_TRIGGER_TIMER=m +CONFIG_LEDS_TRIGGER_TRANSIENT=m +CONFIG_LEDS_WM831X_STATUS=m +CONFIG_LEDS_WM8350=m +CONFIG_LEDS_WRAP=m +CONFIG_LEGACY_PTYS=y +CONFIG_LEGACY_PTY_COUNT=0 +# CONFIG_LGUEST is not set +# CONFIG_LGUEST_GUEST is not set +CONFIG_LIB80211=m +CONFIG_LIB80211_CRYPT_CCMP=m +CONFIG_LIB80211_CRYPT_TKIP=m +CONFIG_LIB80211_CRYPT_WEP=m +# CONFIG_LIB80211_DEBUG is not set +CONFIG_LIBCRC32C=m +CONFIG_LIBERTAS=m +CONFIG_LIBERTAS_CS=m +# CONFIG_LIBERTAS_DEBUG is not set +CONFIG_LIBERTAS_MESH=y +CONFIG_LIBERTAS_SDIO=m +CONFIG_LIBERTAS_SPI=m +CONFIG_LIBERTAS_THINFIRM=m +# CONFIG_LIBERTAS_THINFIRM_DEBUG is not set +CONFIG_LIBERTAS_THINFIRM_USB=m +CONFIG_LIBERTAS_USB=m +CONFIG_LIBFC=m +CONFIG_LIBFCOE=m +CONFIG_LIBFDT=y +CONFIG_LIBIPW=m +# CONFIG_LIBIPW_DEBUG is not set +CONFIG_LINE6_USB=m +# CONFIG_LINE6_USB_IMPULSE_RESPONSE is not set +CONFIG_LIRC=m +CONFIG_LIRC_BT829=m +CONFIG_LIRC_IGORPLUGUSB=m +CONFIG_LIRC_IMON=m +CONFIG_LIRC_PARALLEL=m +CONFIG_LIRC_SASEM=m +CONFIG_LIRC_SERIAL=m +CONFIG_LIRC_SERIAL_TRANSMITTER=y +CONFIG_LIRC_SIR=m +CONFIG_LIRC_STAGING=y +CONFIG_LIRC_ZILOG=m +CONFIG_LIS3L02DQ=m +CONFIG_LITELINK_DONGLE=m +# CONFIG_LKDTM is not set +CONFIG_LLC=m +CONFIG_LLC2=m +CONFIG_LNET=m +CONFIG_LNET_MAX_PAYLOAD=1048576 +CONFIG_LNET_SELFTEST=m +CONFIG_LNET_XPRT_IB=m +CONFIG_LOCALVERSION="" +# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_LOCKD=m +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_LOCKD_V4=y +CONFIG_LOCKUP_DETECTOR=y +# CONFIG_LOCK_STAT is not set +CONFIG_LOCK_TORTURE_TEST=m +# CONFIG_LOGFS is not set +CONFIG_LOGIG940_FF=y +CONFIG_LOGIRUMBLEPAD2_FF=y +CONFIG_LOGITECH_FF=y +CONFIG_LOGIWHEELS_FF=y +# CONFIG_LOGO is not set +CONFIG_LOOPBACK_TARGET=m +CONFIG_LOWMEM_CAM_NUM=3 +CONFIG_LOWMEM_SIZE=0x30000000 +CONFIG_LP8788_ADC=m +CONFIG_LPC_ICH=m +CONFIG_LPC_SCH=m +# CONFIG_LP_CONSOLE is not set +CONFIG_LRU_CACHE=m +CONFIG_LSI_ET1011C_PHY=m +CONFIG_LSM_MMAP_MIN_ADDR=0 +CONFIG_LTE_GDM724X=m +CONFIG_LTPC=m +CONFIG_LTR501=m +# CONFIG_LUSTRE_DEBUG_EXPENSIVE_CHECK is not set +CONFIG_LUSTRE_LLITE_LLOOP=m +CONFIG_LUSTRE_OBD_MAX_IOCTL_BUFFER=8192 +CONFIG_LUSTRE_TRANSLATE_ERRNOS=y +CONFIG_LXT_PHY=m +CONFIG_LZ4HC_COMPRESS=m +CONFIG_LZ4_COMPRESS=m +CONFIG_LZ4_DECOMPRESS=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y +# CONFIG_M486 is not set +# CONFIG_M586 is not set +# CONFIG_M586MMX is not set +# CONFIG_M586TSC is not set +CONFIG_M686=y +CONFIG_MA600_DONGLE=m +CONFIG_MAC80211=m +CONFIG_MAC80211_DEBUGFS=y +# CONFIG_MAC80211_DEBUG_MENU is not set +CONFIG_MAC80211_HAS_RC=y +CONFIG_MAC80211_HWSIM=m +CONFIG_MAC80211_LEDS=y +CONFIG_MAC80211_MESH=y +CONFIG_MAC80211_MESSAGE_TRACING=y +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" +CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y +# CONFIG_MAC80211_RC_DEFAULT_PID is not set +CONFIG_MAC80211_RC_MINSTREL=y +CONFIG_MAC80211_RC_MINSTREL_HT=y +CONFIG_MAC80211_RC_PID=y +CONFIG_MAC802154=m +CONFIG_MACE=m +# CONFIG_MACE_AAUI_PORT is not set +CONFIG_MACHZ_WDT=m +CONFIG_MACH_ARMADA_370=y +CONFIG_MACH_ARMADA_375=y +CONFIG_MACH_ARMADA_38X=y +CONFIG_MACH_ARMADA_XP=y +CONFIG_MACH_BERLIN_BG2=y +CONFIG_MACH_BERLIN_BG2CD=y +CONFIG_MACH_BERLIN_BG2Q=y +# CONFIG_MACH_CM_T35 is not set +CONFIG_MACH_CM_T3517=y +# CONFIG_MACH_CRANEBOARD is not set +# CONFIG_MACH_DEVKIT8000 is not set +CONFIG_MACH_DOVE=y +CONFIG_MACH_GENMAI=y +# CONFIG_MACH_IMX51_DT is not set +CONFIG_MACH_KOELSCH=y +CONFIG_MACH_LAGER=y +CONFIG_MACH_MVEBU_V7=y +# CONFIG_MACH_NOKIA_RX51 is not set +# CONFIG_MACH_OMAP3517EVM is not set +CONFIG_MACH_OMAP3530_LV_SOM=y +CONFIG_MACH_OMAP3_BEAGLE=y +CONFIG_MACH_OMAP3_PANDORA=y +CONFIG_MACH_OMAP3_TORPEDO=y +CONFIG_MACH_OMAP_3430SDP=y +CONFIG_MACH_OMAP_GENERIC=y +CONFIG_MACH_OMAP_LDP=y +CONFIG_MACH_OVERO=y +CONFIG_MACH_SBC3530=y +CONFIG_MACH_TI8148EVM=y +CONFIG_MACH_TI8168EVM=y +CONFIG_MACH_TOUCHBOOK=y +CONFIG_MACINTOSH_DRIVERS=y +CONFIG_MACVLAN=m +CONFIG_MACVTAP=m +CONFIG_MAC_EMUMOUSEBTN=m +CONFIG_MAC_FLOPPY=m +CONFIG_MAC_PARTITION=y +CONFIG_MAG3110=m +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 +CONFIG_MAILBOX=y +CONFIG_MANTIS_CORE=m +CONFIG_MARVELL_PHY=m +# CONFIG_MATH_EMULATION_FULL is not set +CONFIG_MATH_EMULATION_HW_UNIMPLEMENTED=y +# CONFIG_MATOM is not set +CONFIG_MAX1363=m +CONFIG_MAX517=m +CONFIG_MAX63XX_WATCHDOG=m +CONFIG_MAX8925_POWER=m +# CONFIG_MAXSMP is not set +CONFIG_MAX_RAW_DEVS=256 +CONFIG_MCB=m +CONFIG_MCB_PCI=m +# CONFIG_MCORE2 is not set +CONFIG_MCP2120_DONGLE=m +CONFIG_MCP320X=m +CONFIG_MCP3422=m +CONFIG_MCP4725=m +CONFIG_MCPM=y +# CONFIG_MCRUSOE is not set +CONFIG_MCS_FIR=m +# CONFIG_MCYRIXIII is not set +CONFIG_MD=y +CONFIG_MDA_CONSOLE=m +CONFIG_MDIO=m +CONFIG_MDIO_BITBANG=m +CONFIG_MDIO_BUS_MUX=m +CONFIG_MDIO_BUS_MUX_GPIO=m +CONFIG_MDIO_BUS_MUX_MMIOREG=m +CONFIG_MDIO_GPIO=m +CONFIG_MD_AUTODETECT=y +CONFIG_MD_FAULTY=m +CONFIG_MD_LINEAR=m +CONFIG_MD_MULTIPATH=m +CONFIG_MD_RAID0=m +CONFIG_MD_RAID1=m +CONFIG_MD_RAID10=m +CONFIG_MD_RAID456=m +CONFIG_MEDIA_ALTERA_CI=m +CONFIG_MEDIA_ANALOG_TV_SUPPORT=y +CONFIG_MEDIA_ATTACH=y +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_COMMON_OPTIONS=y +CONFIG_MEDIA_CONTROLLER=y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y +CONFIG_MEDIA_PARPORT_SUPPORT=y +CONFIG_MEDIA_PCI_SUPPORT=y +CONFIG_MEDIA_RADIO_SUPPORT=y +CONFIG_MEDIA_RC_SUPPORT=y +CONFIG_MEDIA_SUBDRV_AUTOSELECT=y +CONFIG_MEDIA_SUPPORT=m +CONFIG_MEDIA_TUNER=m +CONFIG_MEDIA_TUNER_E4000=m +CONFIG_MEDIA_TUNER_FC0011=m +CONFIG_MEDIA_TUNER_FC0012=m +CONFIG_MEDIA_TUNER_FC0013=m +CONFIG_MEDIA_TUNER_FC2580=m +CONFIG_MEDIA_TUNER_IT913X=m +CONFIG_MEDIA_TUNER_M88TS2022=m +CONFIG_MEDIA_TUNER_MAX2165=m +CONFIG_MEDIA_TUNER_MC44S803=m +CONFIG_MEDIA_TUNER_MSI001=m +CONFIG_MEDIA_TUNER_MT2060=m +CONFIG_MEDIA_TUNER_MT2063=m +CONFIG_MEDIA_TUNER_MT20XX=m +CONFIG_MEDIA_TUNER_MT2131=m +CONFIG_MEDIA_TUNER_MT2266=m +CONFIG_MEDIA_TUNER_MXL5005S=m +CONFIG_MEDIA_TUNER_MXL5007T=m +CONFIG_MEDIA_TUNER_QT1010=m +CONFIG_MEDIA_TUNER_R820T=m +CONFIG_MEDIA_TUNER_SI2157=m +CONFIG_MEDIA_TUNER_SIMPLE=m +CONFIG_MEDIA_TUNER_TDA18212=m +CONFIG_MEDIA_TUNER_TDA18218=m +CONFIG_MEDIA_TUNER_TDA18271=m +CONFIG_MEDIA_TUNER_TDA827X=m +CONFIG_MEDIA_TUNER_TDA8290=m +CONFIG_MEDIA_TUNER_TDA9887=m +CONFIG_MEDIA_TUNER_TEA5761=m +CONFIG_MEDIA_TUNER_TEA5767=m +CONFIG_MEDIA_TUNER_TUA9001=m +CONFIG_MEDIA_TUNER_XC2028=m +CONFIG_MEDIA_TUNER_XC4000=m +CONFIG_MEDIA_TUNER_XC5000=m +CONFIG_MEDIA_USB_SUPPORT=y +# CONFIG_MEFFICEON is not set +CONFIG_MEGARAID_LEGACY=m +CONFIG_MEGARAID_MAILBOX=m +CONFIG_MEGARAID_MM=m +CONFIG_MEGARAID_NEWGEN=y +CONFIG_MEGARAID_SAS=m +# CONFIG_MELAN is not set +CONFIG_MEMCG=y +CONFIG_MEMCG_KMEM=y +CONFIG_MEMCG_SWAP=y +# CONFIG_MEMCG_SWAP_ENABLED is not set +CONFIG_MEMORY=y +CONFIG_MEMORY_FAILURE=y +CONFIG_MEMORY_HOTPLUG=y +CONFIG_MEMORY_HOTPLUG_SPARSE=y +CONFIG_MEMORY_HOTREMOVE=y +CONFIG_MEMORY_ISOLATION=y +CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=m +CONFIG_MEMSTICK=m +# CONFIG_MEMSTICK_DEBUG is not set +CONFIG_MEMSTICK_JMICRON_38X=m +CONFIG_MEMSTICK_R592=m +CONFIG_MEMSTICK_REALTEK_PCI=m +CONFIG_MEMSTICK_REALTEK_USB=m +CONFIG_MEMSTICK_TIFM_MS=m +# CONFIG_MEMSTICK_UNSAFE_RESUME is not set +CONFIG_MEMTEST=y +CONFIG_MEM_SOFT_DIRTY=y +CONFIG_MEN_A21_WDT=m +CONFIG_MEN_Z188_ADC=m +CONFIG_MFD_88PM800=m +CONFIG_MFD_88PM805=m +CONFIG_MFD_88PM860X=y +CONFIG_MFD_AAT2870_CORE=y +CONFIG_MFD_ARIZONA=y +CONFIG_MFD_ARIZONA_I2C=m +CONFIG_MFD_ARIZONA_SPI=m +CONFIG_MFD_AS3711=y +CONFIG_MFD_AS3722=y +CONFIG_MFD_ASIC3=y +CONFIG_MFD_AXP20X=y +CONFIG_MFD_BCM590XX=m +CONFIG_MFD_CORE=y +CONFIG_MFD_CROS_EC=m +CONFIG_MFD_CROS_EC_I2C=m +CONFIG_MFD_CROS_EC_SPI=m +CONFIG_MFD_CS5535=m +CONFIG_MFD_DA9052_I2C=y +CONFIG_MFD_DA9052_SPI=y +CONFIG_MFD_DA9055=y +CONFIG_MFD_DA9063=y +CONFIG_MFD_INTEL_MSIC=y +CONFIG_MFD_JANZ_CMODIO=m +CONFIG_MFD_KEMPLD=m +CONFIG_MFD_LM3533=m +CONFIG_MFD_LP3943=m +CONFIG_MFD_LP8788=y +CONFIG_MFD_MAX14577=y +CONFIG_MFD_MAX77686=y +CONFIG_MFD_MAX77693=y +CONFIG_MFD_MAX8907=m +CONFIG_MFD_MAX8925=y +CONFIG_MFD_MAX8997=y +CONFIG_MFD_MAX8998=y +CONFIG_MFD_MC13XXX=m +CONFIG_MFD_MC13XXX_I2C=m +CONFIG_MFD_MC13XXX_SPI=m +CONFIG_MFD_NVEC=m +CONFIG_MFD_OMAP_USB_HOST=y +CONFIG_MFD_PALMAS=y +CONFIG_MFD_PCF50633=m +CONFIG_MFD_PM8921_CORE=m +CONFIG_MFD_PM8XXX=m +CONFIG_MFD_RC5T583=y +CONFIG_MFD_RDC321X=m +CONFIG_MFD_RETU=m +CONFIG_MFD_RTSX_PCI=m +CONFIG_MFD_RTSX_USB=m +CONFIG_MFD_SEC_CORE=y +CONFIG_MFD_SI476X_CORE=m +CONFIG_MFD_SM501_GPIO=y +CONFIG_MFD_SMSC=y +CONFIG_MFD_STMPE=y +CONFIG_MFD_SYSCON=y +CONFIG_MFD_T7L66XB=y +CONFIG_MFD_TC3589X=y +CONFIG_MFD_TC6387XB=y +CONFIG_MFD_TC6393XB=y +CONFIG_MFD_TIMBERDALE=m +CONFIG_MFD_TI_AM335X_TSCADC=m +CONFIG_MFD_TPS65090=y +CONFIG_MFD_TPS65217=m +CONFIG_MFD_TPS65218=m +CONFIG_MFD_TPS6586X=y +CONFIG_MFD_TPS65910=y +CONFIG_MFD_TPS65912=y +CONFIG_MFD_TPS65912_I2C=y +CONFIG_MFD_TPS65912_SPI=y +CONFIG_MFD_TPS80031=y +CONFIG_MFD_TWL4030_AUDIO=y +CONFIG_MFD_VEXPRESS_SYSREG=y +CONFIG_MFD_VIPERBOARD=m +CONFIG_MFD_VX855=m +CONFIG_MFD_WL1273_CORE=m +CONFIG_MFD_WM5102=y +CONFIG_MFD_WM5110=y +CONFIG_MFD_WM831X=y +CONFIG_MFD_WM831X_I2C=y +CONFIG_MFD_WM831X_SPI=y +CONFIG_MFD_WM8350=y +CONFIG_MFD_WM8350_I2C=y +CONFIG_MFD_WM8400=y +CONFIG_MFD_WM8994=y +CONFIG_MFD_WM8997=y +# CONFIG_MGEODEGX1 is not set +# CONFIG_MGEODE_LX is not set +CONFIG_MG_DISK=m +CONFIG_MG_DISK_RES=0 +CONFIG_MICREL_KS8995MA=m +CONFIG_MICREL_PHY=m +CONFIG_MICROCODE=y +CONFIG_MICROCODE_AMD=y +CONFIG_MICROCODE_AMD_EARLY=y +CONFIG_MICROCODE_EARLY=y +CONFIG_MICROCODE_INTEL=y +CONFIG_MICROCODE_INTEL_EARLY=y +CONFIG_MICROCODE_OLD_INTERFACE=y +CONFIG_MIGHT_HAVE_CACHE_L2X0=y +CONFIG_MIGHT_HAVE_PCI=y +CONFIG_MIGRATION=y +CONFIG_MINIX_FS=m +CONFIG_MINIX_SUBPARTITION=y +CONFIG_MISC_FILESYSTEMS=y +CONFIG_MISDN=m +CONFIG_MISDN_AVMFRITZ=m +CONFIG_MISDN_DSP=m +CONFIG_MISDN_HFCMULTI=m +CONFIG_MISDN_HFCPCI=m +CONFIG_MISDN_HFCUSB=m +CONFIG_MISDN_INFINEON=m +CONFIG_MISDN_IPAC=m +CONFIG_MISDN_ISAR=m +CONFIG_MISDN_L1OIP=m +CONFIG_MISDN_NETJET=m +CONFIG_MISDN_SPEEDFAX=m +CONFIG_MISDN_W6692=m +CONFIG_MIXCOMWD=m +# CONFIG_MK6 is not set +# CONFIG_MK7 is not set +# CONFIG_MK8 is not set +CONFIG_MKISS=m +CONFIG_MLX4_CORE=m +CONFIG_MLX4_DEBUG=y +CONFIG_MLX4_EN=m +CONFIG_MLX4_EN_DCB=y +CONFIG_MLX4_EN_VXLAN=y +CONFIG_MLX4_INFINIBAND=m +CONFIG_MLX5_CORE=m +CONFIG_MLX5_INFINIBAND=m +CONFIG_MLX90614=m +CONFIG_MMA8452=m +CONFIG_MMC=y +CONFIG_MMC_ARMMMCI=y +CONFIG_MMC_BLOCK_BOUNCE=y +CONFIG_MMC_BLOCK_MINORS=8 +CONFIG_MMC_CB710=m +# CONFIG_MMC_CLKGATE is not set +# CONFIG_MMC_DEBUG is not set +CONFIG_MMC_DW=m +CONFIG_MMC_DW_EXYNOS=m +CONFIG_MMC_DW_IDMAC=y +CONFIG_MMC_DW_K3=m +CONFIG_MMC_DW_PCI=m +CONFIG_MMC_DW_PLTFM=m +CONFIG_MMC_MVSDIO=m +CONFIG_MMC_MXC=m +CONFIG_MMC_OMAP=m +CONFIG_MMC_OMAP_HS=y +CONFIG_MMC_REALTEK_PCI=m +CONFIG_MMC_REALTEK_USB=m +CONFIG_MMC_RICOH_MMC=y +CONFIG_MMC_SDHCI_ACPI=m +CONFIG_MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER=y +CONFIG_MMC_SDHCI_DOVE=m +CONFIG_MMC_SDHCI_ESDHC_IMX=y +CONFIG_MMC_SDHCI_IO_ACCESSORS=y +CONFIG_MMC_SDHCI_MSM=m +CONFIG_MMC_SDHCI_OF_ARASAN=m +CONFIG_MMC_SDHCI_OF_ESDHC=m +CONFIG_MMC_SDHCI_OF_HLWD=m +CONFIG_MMC_SDHCI_PCI=m +CONFIG_MMC_SDHCI_PXAV2=m +CONFIG_MMC_SDHCI_PXAV3=m +CONFIG_MMC_SDHCI_S3C=m +CONFIG_MMC_SDHCI_S3C_DMA=y +CONFIG_MMC_SDHCI_TEGRA=m +CONFIG_MMC_SDHI=m +CONFIG_MMC_SDRICOH_CS=m +CONFIG_MMC_SH_MMCIF=m +CONFIG_MMC_SPI=m +# CONFIG_MMC_TEST is not set +CONFIG_MMC_TIFM_SD=m +CONFIG_MMC_TMIO=m +CONFIG_MMC_TMIO_CORE=m +CONFIG_MMC_USDHI6ROL0=m +CONFIG_MMC_USHC=m +CONFIG_MMC_VIA_SDMMC=m +CONFIG_MMC_VUB300=m +CONFIG_MMC_WBSD=m +CONFIG_MMIOTRACE=y +# CONFIG_MMIOTRACE_TEST is not set +CONFIG_MMU=y +CONFIG_MMU_NOTIFIER=y +CONFIG_MODULES=y +CONFIG_MODULES_USE_ELF_REL=y +CONFIG_MODULES_USE_ELF_RELA=y +# CONFIG_MODULE_FORCE_LOAD is not set +# CONFIG_MODULE_FORCE_UNLOAD is not set +CONFIG_MODULE_SIG=y +CONFIG_MODULE_SIG_ALL=y +# CONFIG_MODULE_SIG_FORCE is not set +CONFIG_MODULE_SIG_HASH="sha512" +# CONFIG_MODULE_SIG_SHA1 is not set +# CONFIG_MODULE_SIG_SHA224 is not set +# CONFIG_MODULE_SIG_SHA256 is not set +# CONFIG_MODULE_SIG_SHA384 is not set +CONFIG_MODULE_SIG_SHA512=y +CONFIG_MODULE_SRCVERSION_ALL=y +CONFIG_MODULE_UNLOAD=y +CONFIG_MODVERSIONS=y +CONFIG_MOUSE_APPLETOUCH=m +CONFIG_MOUSE_BCM5974=m +CONFIG_MOUSE_CYAPA=m +CONFIG_MOUSE_GPIO=m +# CONFIG_MOUSE_INPORT is not set +CONFIG_MOUSE_LOGIBM=m +CONFIG_MOUSE_PC110PAD=m +CONFIG_MOUSE_PS2=m +CONFIG_MOUSE_PS2_ALPS=y +CONFIG_MOUSE_PS2_CYPRESS=y +CONFIG_MOUSE_PS2_ELANTECH=y +CONFIG_MOUSE_PS2_LIFEBOOK=y +CONFIG_MOUSE_PS2_LOGIPS2PP=y +CONFIG_MOUSE_PS2_SENTELIC=y +CONFIG_MOUSE_PS2_SYNAPTICS=y +CONFIG_MOUSE_PS2_TOUCHKIT=y +CONFIG_MOUSE_PS2_TRACKPOINT=y +CONFIG_MOUSE_SERIAL=m +CONFIG_MOUSE_SYNAPTICS_I2C=m +CONFIG_MOUSE_SYNAPTICS_USB=m +CONFIG_MOUSE_VSXXXAA=m +CONFIG_MOVABLE_NODE=y +CONFIG_MOXA_INTELLIO=m +CONFIG_MOXA_SMARTIO=m +# CONFIG_MPC8536_DS is not set +# CONFIG_MPC8540_ADS is not set +# CONFIG_MPC8560_ADS is not set +# CONFIG_MPC85xx_CDS is not set +# CONFIG_MPC85xx_DS is not set +# CONFIG_MPC85xx_MDS is not set +# CONFIG_MPC85xx_RDB is not set +# CONFIG_MPENTIUM4 is not set +# CONFIG_MPENTIUMII is not set +# CONFIG_MPENTIUMIII is not set +# CONFIG_MPENTIUMM is not set +CONFIG_MPIC=y +CONFIG_MPIC_BROKEN_REGREAD=y +# CONFIG_MPIC_TIMER is not set +# CONFIG_MPIC_WEIRD is not set +CONFIG_MPILIB=y +CONFIG_MPL115=m +CONFIG_MPL3115=m +# CONFIG_MPSC is not set +CONFIG_MRP=m +CONFIG_MSDOS_FS=m +CONFIG_MSDOS_PARTITION=y +# CONFIG_MSI_BITMAP_SELFTEST is not set +CONFIG_MSI_LAPTOP=m +CONFIG_MSI_WMI=m +CONFIG_MSM_GCC_8660=m +CONFIG_MSM_GCC_8960=m +CONFIG_MSM_GCC_8974=m +CONFIG_MSM_IOMMU=y +CONFIG_MSM_MMCC_8960=m +CONFIG_MSM_MMCC_8974=m +CONFIG_MSPRO_BLOCK=m +CONFIG_MS_BLOCK=m +CONFIG_MTDRAM_ERASE_SIZE=128 +CONFIG_MTDRAM_TOTAL_SIZE=4096 +CONFIG_MTD_ABSENT=m +CONFIG_MTD_AFS_PARTS=m +CONFIG_MTD_AMD76XROM=m +CONFIG_MTD_AR7_PARTS=m +CONFIG_MTD_BLOCK2MTD=m +CONFIG_MTD_BLOCK_RO=m +CONFIG_MTD_CFI=m +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_CFI_AMDSTD=m +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=m +CONFIG_MTD_CFI_STAA=m +CONFIG_MTD_CFI_UTIL=m +CONFIG_MTD_CK804XROM=m +CONFIG_MTD_COMPLEX_MAPPINGS=y +CONFIG_MTD_DATAFLASH=m +CONFIG_MTD_DATAFLASH_OTP=y +# CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set +CONFIG_MTD_DOCG3=m +CONFIG_MTD_ESB2ROM=m +CONFIG_MTD_GEN_PROBE=m +CONFIG_MTD_GPIO_ADDR=m +CONFIG_MTD_ICHXROM=m +CONFIG_MTD_IMPA7=m +CONFIG_MTD_INTEL_VR_NOR=m +CONFIG_MTD_JEDECPROBE=m +CONFIG_MTD_L440GX=m +CONFIG_MTD_LATCH_ADDR=m +CONFIG_MTD_LPDDR=m +CONFIG_MTD_LPDDR2_NVM=m +CONFIG_MTD_M25P80=m +CONFIG_MTD_MAP_BANK_WIDTH_1=y +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +CONFIG_MTD_MAP_BANK_WIDTH_2=y +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +CONFIG_MTD_MTDRAM=m +CONFIG_MTD_NAND_CAFE=m +CONFIG_MTD_NAND_CS553X=m +CONFIG_MTD_NAND_DENALI=m +CONFIG_MTD_NAND_DENALI_DT=m +CONFIG_MTD_NAND_DENALI_PCI=m +CONFIG_MTD_NAND_DENALI_SCRATCH_REG_ADDR=0xFF108018 +CONFIG_MTD_NAND_DISKONCHIP=m +# CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE is not set +CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0 +# CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set +CONFIG_MTD_NAND_DOCG4=m +CONFIG_MTD_NAND_ECC_BCH=y +# CONFIG_MTD_NAND_ECC_SMC is not set +CONFIG_MTD_NAND_FSL_ELBC=m +CONFIG_MTD_NAND_FSL_IFC=m +CONFIG_MTD_NAND_FSL_UPM=m +CONFIG_MTD_NAND_GPIO=m +CONFIG_MTD_NAND_GPMI_NAND=m +CONFIG_MTD_NAND_MXC=m +CONFIG_MTD_NAND_NANDSIM=m +CONFIG_MTD_NAND_OMAP2=y +CONFIG_MTD_NAND_OMAP_BCH=y +CONFIG_MTD_NAND_ORION=m +CONFIG_MTD_NAND_PASEMI=m +CONFIG_MTD_NAND_PLATFORM=m +CONFIG_MTD_NAND_PXA3xx=m +CONFIG_MTD_NAND_RICOH=m +CONFIG_MTD_NAND_SH_FLCTL=m +CONFIG_MTD_NAND_TMIO=m +CONFIG_MTD_NETtel=m +CONFIG_MTD_ONENAND=m +CONFIG_MTD_ONENAND_2X_PROGRAM=y +CONFIG_MTD_ONENAND_GENERIC=m +CONFIG_MTD_ONENAND_OMAP2=m +# CONFIG_MTD_ONENAND_OTP is not set +CONFIG_MTD_ONENAND_VERIFY_WRITE=y +CONFIG_MTD_OOPS=m +CONFIG_MTD_PCI=m +CONFIG_MTD_PCMCIA=m +# CONFIG_MTD_PCMCIA_ANONYMOUS is not set +CONFIG_MTD_PHRAM=m +CONFIG_MTD_PHYSMAP=m +# CONFIG_MTD_PHYSMAP_COMPAT is not set +CONFIG_MTD_PHYSMAP_OF=m +CONFIG_MTD_PLATRAM=m +CONFIG_MTD_PMC551=m +# CONFIG_MTD_PMC551_BUGFIX is not set +# CONFIG_MTD_PMC551_DEBUG is not set +CONFIG_MTD_QINFO_PROBE=m +CONFIG_MTD_RAM=m +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +CONFIG_MTD_REDBOOT_PARTS=m +# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set +# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set +CONFIG_MTD_ROM=m +CONFIG_MTD_SBC_GXX=m +CONFIG_MTD_SCB2_FLASH=m +CONFIG_MTD_SCx200_DOCFLASH=m +CONFIG_MTD_SLRAM=m +CONFIG_MTD_SM_COMMON=m +CONFIG_MTD_SPINAND_MT29F=m +CONFIG_MTD_SPINAND_ONDIEECC=y +CONFIG_MTD_SPI_NOR=m +CONFIG_MTD_SST25L=m +CONFIG_MTD_SWAP=m +# CONFIG_MTD_TESTS is not set +CONFIG_MTD_UBI=m +CONFIG_MTD_UBI_BEB_LIMIT=20 +CONFIG_MTD_UBI_BLOCK=y +CONFIG_MTD_UBI_FASTMAP=y +CONFIG_MTD_UBI_GLUEBI=m +CONFIG_MTD_UBI_WL_THRESHOLD=4096 +CONFIG_MTRR=y +CONFIG_MTRR_SANITIZER=y +CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1 +CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 +CONFIG_MULTI_IRQ_HANDLER=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +CONFIG_MV643XX_ETH=m +CONFIG_MVEBU_CLK_COMMON=y +CONFIG_MVEBU_CLK_COREDIV=y +CONFIG_MVEBU_CLK_CPU=y +CONFIG_MVEBU_DEVBUS=y +CONFIG_MVEBU_MBUS=y +# CONFIG_MVIAC3_2 is not set +# CONFIG_MVIAC7 is not set +CONFIG_MVMDIO=m +CONFIG_MVNETA=m +CONFIG_MV_XOR=y +CONFIG_MWAVE=m +CONFIG_MWIFIEX=m +CONFIG_MWIFIEX_PCIE=m +CONFIG_MWIFIEX_SDIO=m +CONFIG_MWIFIEX_USB=m +# CONFIG_MWINCHIP3D is not set +# CONFIG_MWINCHIPC6 is not set +CONFIG_MWL8K=m +CONFIG_MX3_IPU=y +CONFIG_MX3_IPU_IRQS=4 +# CONFIG_MXC_DEBUG_BOARD is not set +CONFIG_MXC_TZIC=y +CONFIG_MXM_WMI=m +CONFIG_MXS_DMA=y +CONFIG_MYRI10GE=m +CONFIG_MYRI10GE_DCA=y +CONFIG_N2=m +CONFIG_NAMESPACES=y +CONFIG_NATIONAL_PHY=m +CONFIG_NATSEMI=m +CONFIG_NAU7802=m +CONFIG_NCPFS_EXTRAS=y +CONFIG_NCPFS_IOCTL_LOCKING=y +CONFIG_NCPFS_NFS_NS=y +CONFIG_NCPFS_NLS=y +CONFIG_NCPFS_OS2_NS=y +CONFIG_NCPFS_PACKET_SIGNING=y +# CONFIG_NCPFS_SMALLDOS is not set +CONFIG_NCPFS_STRONG=y +CONFIG_NCP_FS=m +CONFIG_NE2000=m +CONFIG_NE2K_PCI=m +CONFIG_NEED_MULTIPLE_NODES=y +CONFIG_NEED_NODE_MEMMAP_SIZE=y +CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NEON=y +CONFIG_NET=y +CONFIG_NET5501=y +CONFIG_NETCONSOLE=m +CONFIG_NETCONSOLE_DYNAMIC=y +CONFIG_NETDEVICES=y +CONFIG_NETFILTER=y +CONFIG_NETFILTER_ADVANCED=y +# CONFIG_NETFILTER_DEBUG is not set +CONFIG_NETFILTER_NETLINK=m +CONFIG_NETFILTER_NETLINK_ACCT=m +CONFIG_NETFILTER_NETLINK_LOG=m +CONFIG_NETFILTER_NETLINK_QUEUE=m +CONFIG_NETFILTER_NETLINK_QUEUE_CT=y +CONFIG_NETFILTER_SYNPROXY=m +CONFIG_NETFILTER_XTABLES=m +CONFIG_NETFILTER_XT_CONNMARK=m +CONFIG_NETFILTER_XT_MARK=m +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m +CONFIG_NETFILTER_XT_MATCH_BPF=m +CONFIG_NETFILTER_XT_MATCH_CGROUP=m +CONFIG_NETFILTER_XT_MATCH_CLUSTER=m +CONFIG_NETFILTER_XT_MATCH_COMMENT=m +CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m +CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m +CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m +CONFIG_NETFILTER_XT_MATCH_CONNMARK=m +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m +CONFIG_NETFILTER_XT_MATCH_CPU=m +CONFIG_NETFILTER_XT_MATCH_DCCP=m +CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m +CONFIG_NETFILTER_XT_MATCH_DSCP=m +CONFIG_NETFILTER_XT_MATCH_ECN=m +CONFIG_NETFILTER_XT_MATCH_ESP=m +CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m +CONFIG_NETFILTER_XT_MATCH_HELPER=m +CONFIG_NETFILTER_XT_MATCH_HL=m +CONFIG_NETFILTER_XT_MATCH_IPCOMP=m +CONFIG_NETFILTER_XT_MATCH_IPRANGE=m +CONFIG_NETFILTER_XT_MATCH_IPVS=m +CONFIG_NETFILTER_XT_MATCH_L2TP=m +CONFIG_NETFILTER_XT_MATCH_LENGTH=m +CONFIG_NETFILTER_XT_MATCH_LIMIT=m +CONFIG_NETFILTER_XT_MATCH_MAC=m +CONFIG_NETFILTER_XT_MATCH_MARK=m +CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m +CONFIG_NETFILTER_XT_MATCH_NFACCT=m +CONFIG_NETFILTER_XT_MATCH_OSF=m +CONFIG_NETFILTER_XT_MATCH_OWNER=m +CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m +CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m +CONFIG_NETFILTER_XT_MATCH_POLICY=m +CONFIG_NETFILTER_XT_MATCH_QUOTA=m +CONFIG_NETFILTER_XT_MATCH_RATEEST=m +CONFIG_NETFILTER_XT_MATCH_REALM=m +CONFIG_NETFILTER_XT_MATCH_RECENT=m +CONFIG_NETFILTER_XT_MATCH_SCTP=m +CONFIG_NETFILTER_XT_MATCH_SOCKET=m +CONFIG_NETFILTER_XT_MATCH_STATE=m +CONFIG_NETFILTER_XT_MATCH_STATISTIC=m +CONFIG_NETFILTER_XT_MATCH_STRING=m +CONFIG_NETFILTER_XT_MATCH_TCPMSS=m +CONFIG_NETFILTER_XT_MATCH_TIME=m +CONFIG_NETFILTER_XT_MATCH_U32=m +CONFIG_NETFILTER_XT_SET=m +CONFIG_NETFILTER_XT_TARGET_AUDIT=m +CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m +CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m +CONFIG_NETFILTER_XT_TARGET_CONNMARK=m +CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m +CONFIG_NETFILTER_XT_TARGET_CT=m +CONFIG_NETFILTER_XT_TARGET_DSCP=m +CONFIG_NETFILTER_XT_TARGET_HL=m +CONFIG_NETFILTER_XT_TARGET_HMARK=m +CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m +CONFIG_NETFILTER_XT_TARGET_LED=m +CONFIG_NETFILTER_XT_TARGET_LOG=m +CONFIG_NETFILTER_XT_TARGET_MARK=m +CONFIG_NETFILTER_XT_TARGET_NETMAP=m +CONFIG_NETFILTER_XT_TARGET_NFLOG=m +CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m +# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set +CONFIG_NETFILTER_XT_TARGET_RATEEST=m +CONFIG_NETFILTER_XT_TARGET_REDIRECT=m +CONFIG_NETFILTER_XT_TARGET_SECMARK=m +CONFIG_NETFILTER_XT_TARGET_TCPMSS=m +CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m +CONFIG_NETFILTER_XT_TARGET_TEE=m +CONFIG_NETFILTER_XT_TARGET_TPROXY=m +CONFIG_NETFILTER_XT_TARGET_TRACE=m +CONFIG_NETLABEL=y +CONFIG_NETLINK_DIAG=m +CONFIG_NETLINK_MMAP=y +CONFIG_NETPOLL=y +CONFIG_NETROM=m +CONFIG_NETWORK_FILESYSTEMS=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +CONFIG_NETWORK_SECMARK=y +CONFIG_NETXEN_NIC=m +CONFIG_NET_9P=m +# CONFIG_NET_9P_DEBUG is not set +CONFIG_NET_9P_RDMA=m +CONFIG_NET_9P_VIRTIO=m +CONFIG_NET_ACT_CSUM=m +CONFIG_NET_ACT_GACT=m +CONFIG_NET_ACT_IPT=m +CONFIG_NET_ACT_MIRRED=m +CONFIG_NET_ACT_NAT=m +CONFIG_NET_ACT_PEDIT=m +CONFIG_NET_ACT_POLICE=m +CONFIG_NET_ACT_SIMP=m +CONFIG_NET_ACT_SKBEDIT=m +CONFIG_NET_CADENCE=y +CONFIG_NET_CALXEDA_XGMAC=m +CONFIG_NET_CLS=y +CONFIG_NET_CLS_ACT=y +CONFIG_NET_CLS_BASIC=m +CONFIG_NET_CLS_BPF=m +CONFIG_NET_CLS_CGROUP=m +CONFIG_NET_CLS_FLOW=m +CONFIG_NET_CLS_FW=m +# CONFIG_NET_CLS_IND is not set +CONFIG_NET_CLS_ROUTE4=m +CONFIG_NET_CLS_RSVP=m +CONFIG_NET_CLS_RSVP6=m +CONFIG_NET_CLS_TCINDEX=m +CONFIG_NET_CLS_U32=m +CONFIG_NET_CORE=y +CONFIG_NET_DCCPPROBE=m +# CONFIG_NET_DROP_MONITOR is not set +CONFIG_NET_DSA=m +CONFIG_NET_DSA_MV88E6060=m +CONFIG_NET_DSA_MV88E6123_61_65=m +CONFIG_NET_DSA_MV88E6131=m +CONFIG_NET_DSA_MV88E6XXX=m +CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y +CONFIG_NET_DSA_TAG_DSA=y +CONFIG_NET_DSA_TAG_EDSA=y +CONFIG_NET_DSA_TAG_TRAILER=y +CONFIG_NET_EMATCH=y +CONFIG_NET_EMATCH_CANID=m +CONFIG_NET_EMATCH_CMP=m +CONFIG_NET_EMATCH_IPSET=m +CONFIG_NET_EMATCH_META=m +CONFIG_NET_EMATCH_NBYTE=m +CONFIG_NET_EMATCH_STACK=32 +CONFIG_NET_EMATCH_TEXT=m +CONFIG_NET_EMATCH_U32=m +CONFIG_NET_FC=y +CONFIG_NET_FLOW_LIMIT=y +CONFIG_NET_IPGRE=m +CONFIG_NET_IPGRE_BROADCAST=y +CONFIG_NET_IPGRE_DEMUX=m +CONFIG_NET_IPIP=m +CONFIG_NET_IPVTI=m +CONFIG_NET_IP_TUNNEL=m +CONFIG_NET_KEY=m +# CONFIG_NET_KEY_MIGRATE is not set +CONFIG_NET_MPLS_GSO=m +CONFIG_NET_NS=y +CONFIG_NET_PACKET_ENGINE=y +CONFIG_NET_PKTGEN=m +CONFIG_NET_POLL_CONTROLLER=y +CONFIG_NET_PTP_CLASSIFY=y +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_NET_SB1000=m +CONFIG_NET_SCHED=y +CONFIG_NET_SCH_ATM=m +CONFIG_NET_SCH_CBQ=m +CONFIG_NET_SCH_CHOKE=m +CONFIG_NET_SCH_CODEL=m +CONFIG_NET_SCH_DRR=m +CONFIG_NET_SCH_DSMARK=m +CONFIG_NET_SCH_FIFO=y +CONFIG_NET_SCH_FQ=m +CONFIG_NET_SCH_FQ_CODEL=m +CONFIG_NET_SCH_GRED=m +CONFIG_NET_SCH_HFSC=m +CONFIG_NET_SCH_HHF=m +CONFIG_NET_SCH_HTB=m +CONFIG_NET_SCH_INGRESS=m +CONFIG_NET_SCH_MQPRIO=m +CONFIG_NET_SCH_MULTIQ=m +CONFIG_NET_SCH_NETEM=m +CONFIG_NET_SCH_PIE=m +CONFIG_NET_SCH_PLUG=m +CONFIG_NET_SCH_PRIO=m +CONFIG_NET_SCH_QFQ=m +CONFIG_NET_SCH_RED=m +CONFIG_NET_SCH_SFB=m +CONFIG_NET_SCH_SFQ=m +CONFIG_NET_SCH_TBF=m +CONFIG_NET_SCH_TEQL=m +CONFIG_NET_SCTPPROBE=m +CONFIG_NET_TCPPROBE=m +CONFIG_NET_TEAM=m +CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=m +CONFIG_NET_TEAM_MODE_BROADCAST=m +CONFIG_NET_TEAM_MODE_LOADBALANCE=m +CONFIG_NET_TEAM_MODE_RANDOM=m +CONFIG_NET_TEAM_MODE_ROUNDROBIN=m +CONFIG_NET_TULIP=y +CONFIG_NET_VENDOR_3COM=y +CONFIG_NET_VENDOR_8390=y +CONFIG_NET_VENDOR_ADAPTEC=y +CONFIG_NET_VENDOR_ALTEON=y +CONFIG_NET_VENDOR_AMD=y +CONFIG_NET_VENDOR_APPLE=y +CONFIG_NET_VENDOR_ARC=y +CONFIG_NET_VENDOR_ATHEROS=y +CONFIG_NET_VENDOR_BROADCOM=y +CONFIG_NET_VENDOR_BROCADE=y +CONFIG_NET_VENDOR_CHELSIO=y +CONFIG_NET_VENDOR_CIRRUS=y +CONFIG_NET_VENDOR_CISCO=y +CONFIG_NET_VENDOR_DEC=y +CONFIG_NET_VENDOR_DLINK=y +CONFIG_NET_VENDOR_EMULEX=y +CONFIG_NET_VENDOR_EXAR=y +CONFIG_NET_VENDOR_FARADAY=y +CONFIG_NET_VENDOR_FREESCALE=y +CONFIG_NET_VENDOR_FUJITSU=y +CONFIG_NET_VENDOR_HISILICON=y +CONFIG_NET_VENDOR_HP=y +CONFIG_NET_VENDOR_I825XX=y +CONFIG_NET_VENDOR_IBM=y +CONFIG_NET_VENDOR_INTEL=y +CONFIG_NET_VENDOR_MARVELL=y +CONFIG_NET_VENDOR_MELLANOX=y +CONFIG_NET_VENDOR_MICREL=y +CONFIG_NET_VENDOR_MICROCHIP=y +CONFIG_NET_VENDOR_MYRI=y +CONFIG_NET_VENDOR_NATSEMI=y +CONFIG_NET_VENDOR_NVIDIA=y +CONFIG_NET_VENDOR_OKI=y +CONFIG_NET_VENDOR_PASEMI=y +CONFIG_NET_VENDOR_QLOGIC=y +CONFIG_NET_VENDOR_RDC=y +CONFIG_NET_VENDOR_REALTEK=y +CONFIG_NET_VENDOR_SAMSUNG=y +CONFIG_NET_VENDOR_SEEQ=y +CONFIG_NET_VENDOR_SILAN=y +CONFIG_NET_VENDOR_SILICOM=y +CONFIG_NET_VENDOR_SIS=y +CONFIG_NET_VENDOR_SMSC=y +CONFIG_NET_VENDOR_STMICRO=y +CONFIG_NET_VENDOR_SUN=y +CONFIG_NET_VENDOR_TEHUTI=y +CONFIG_NET_VENDOR_TI=y +CONFIG_NET_VENDOR_TOSHIBA=y +CONFIG_NET_VENDOR_VIA=y +CONFIG_NET_VENDOR_WIZNET=y +CONFIG_NET_VENDOR_XILINX=y +CONFIG_NET_VENDOR_XIRCOM=y +CONFIG_NEW_LEDS=y +CONFIG_NFC=m +CONFIG_NFC_DIGITAL=m +CONFIG_NFC_HCI=m +CONFIG_NFC_MEI_PHY=m +CONFIG_NFC_MICROREAD=m +CONFIG_NFC_MICROREAD_I2C=m +CONFIG_NFC_MICROREAD_MEI=m +CONFIG_NFC_MRVL=m +CONFIG_NFC_MRVL_USB=m +CONFIG_NFC_NCI=m +CONFIG_NFC_NCI_SPI=y +CONFIG_NFC_PN533=m +CONFIG_NFC_PN544=m +CONFIG_NFC_PN544_I2C=m +CONFIG_NFC_PN544_MEI=m +CONFIG_NFC_PORT100=m +CONFIG_NFC_SHDLC=y +CONFIG_NFC_SIM=m +CONFIG_NFC_ST21NFCA=m +CONFIG_NFC_ST21NFCA_I2C=m +CONFIG_NFC_TRF7970A=m +CONFIG_NFC_WILINK=m +CONFIG_NFSD=m +# CONFIG_NFSD_FAULT_INJECTION is not set +CONFIG_NFSD_V2_ACL=y +CONFIG_NFSD_V3=y +CONFIG_NFSD_V3_ACL=y +CONFIG_NFSD_V4=y +CONFIG_NFSD_V4_SECURITY_LABEL=y +CONFIG_NFS_ACL_SUPPORT=m +CONFIG_NFS_COMMON=y +CONFIG_NFS_DEBUG=y +CONFIG_NFS_FS=m +CONFIG_NFS_FSCACHE=y +CONFIG_NFS_SWAP=y +CONFIG_NFS_USE_KERNEL_DNS=y +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_V2=m +CONFIG_NFS_V3=m +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=m +CONFIG_NFS_V4_1=y +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" +CONFIG_NFS_V4_1_MIGRATION=y +CONFIG_NFS_V4_2=y +CONFIG_NFS_V4_SECURITY_LABEL=y +CONFIG_NFTL=m +CONFIG_NFTL_RW=y +CONFIG_NFT_BRIDGE_META=m +CONFIG_NFT_CHAIN_NAT_IPV4=m +CONFIG_NFT_CHAIN_NAT_IPV6=m +CONFIG_NFT_CHAIN_ROUTE_IPV4=m +CONFIG_NFT_CHAIN_ROUTE_IPV6=m +CONFIG_NFT_COMPAT=m +CONFIG_NFT_COUNTER=m +CONFIG_NFT_CT=m +CONFIG_NFT_EXTHDR=m +CONFIG_NFT_HASH=m +CONFIG_NFT_LIMIT=m +CONFIG_NFT_LOG=m +CONFIG_NFT_META=m +CONFIG_NFT_NAT=m +CONFIG_NFT_QUEUE=m +CONFIG_NFT_RBTREE=m +CONFIG_NFT_REJECT=m +CONFIG_NFT_REJECT_INET=m +CONFIG_NFT_REJECT_IPV4=m +CONFIG_NFT_REJECT_IPV6=m +CONFIG_NF_CONNTRACK=m +CONFIG_NF_CONNTRACK_AMANDA=m +CONFIG_NF_CONNTRACK_BROADCAST=m +CONFIG_NF_CONNTRACK_EVENTS=y +CONFIG_NF_CONNTRACK_FTP=m +CONFIG_NF_CONNTRACK_H323=m +CONFIG_NF_CONNTRACK_IPV4=m +CONFIG_NF_CONNTRACK_IPV6=m +CONFIG_NF_CONNTRACK_IRC=m +CONFIG_NF_CONNTRACK_LABELS=y +CONFIG_NF_CONNTRACK_MARK=y +CONFIG_NF_CONNTRACK_NETBIOS_NS=m +CONFIG_NF_CONNTRACK_PPTP=m +# CONFIG_NF_CONNTRACK_PROCFS is not set +CONFIG_NF_CONNTRACK_SANE=m +CONFIG_NF_CONNTRACK_SECMARK=y +CONFIG_NF_CONNTRACK_SIP=m +CONFIG_NF_CONNTRACK_SNMP=m +CONFIG_NF_CONNTRACK_TFTP=m +CONFIG_NF_CONNTRACK_TIMEOUT=y +CONFIG_NF_CONNTRACK_TIMESTAMP=y +CONFIG_NF_CONNTRACK_ZONES=y +CONFIG_NF_CT_NETLINK=m +CONFIG_NF_CT_NETLINK_HELPER=m +CONFIG_NF_CT_NETLINK_TIMEOUT=m +CONFIG_NF_CT_PROTO_DCCP=m +CONFIG_NF_CT_PROTO_GRE=m +CONFIG_NF_CT_PROTO_SCTP=m +CONFIG_NF_CT_PROTO_UDPLITE=m +CONFIG_NF_DEFRAG_IPV4=m +CONFIG_NF_DEFRAG_IPV6=m +CONFIG_NF_NAT=m +CONFIG_NF_NAT_AMANDA=m +CONFIG_NF_NAT_FTP=m +CONFIG_NF_NAT_H323=m +CONFIG_NF_NAT_IPV4=m +CONFIG_NF_NAT_IPV6=m +CONFIG_NF_NAT_IRC=m +CONFIG_NF_NAT_NEEDED=y +CONFIG_NF_NAT_PPTP=m +CONFIG_NF_NAT_PROTO_DCCP=m +CONFIG_NF_NAT_PROTO_GRE=m +CONFIG_NF_NAT_PROTO_SCTP=m +CONFIG_NF_NAT_PROTO_UDPLITE=m +CONFIG_NF_NAT_SIP=m +CONFIG_NF_NAT_SNMP_BASIC=m +CONFIG_NF_NAT_TFTP=m +CONFIG_NF_TABLES=m +CONFIG_NF_TABLES_ARP=m +CONFIG_NF_TABLES_BRIDGE=m +CONFIG_NF_TABLES_INET=m +CONFIG_NF_TABLES_IPV4=m +CONFIG_NF_TABLES_IPV6=m +CONFIG_NI65=m +CONFIG_NILFS2_FS=m +CONFIG_NIU=m +# CONFIG_NL80211_TESTMODE is not set +CONFIG_NLATTR=y +CONFIG_NLMON=m +CONFIG_NLS=y +CONFIG_NLS_ASCII=m +CONFIG_NLS_CODEPAGE_1250=m +CONFIG_NLS_CODEPAGE_1251=m +CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_CODEPAGE_737=m +CONFIG_NLS_CODEPAGE_775=m +CONFIG_NLS_CODEPAGE_850=m +CONFIG_NLS_CODEPAGE_852=m +CONFIG_NLS_CODEPAGE_855=m +CONFIG_NLS_CODEPAGE_857=m +CONFIG_NLS_CODEPAGE_860=m +CONFIG_NLS_CODEPAGE_861=m +CONFIG_NLS_CODEPAGE_862=m +CONFIG_NLS_CODEPAGE_863=m +CONFIG_NLS_CODEPAGE_864=m +CONFIG_NLS_CODEPAGE_865=m +CONFIG_NLS_CODEPAGE_866=m +CONFIG_NLS_CODEPAGE_869=m +CONFIG_NLS_CODEPAGE_874=m +CONFIG_NLS_CODEPAGE_932=m +CONFIG_NLS_CODEPAGE_936=m +CONFIG_NLS_CODEPAGE_949=m +CONFIG_NLS_CODEPAGE_950=m +CONFIG_NLS_DEFAULT="utf8" +CONFIG_NLS_ISO8859_1=m +CONFIG_NLS_ISO8859_13=m +CONFIG_NLS_ISO8859_14=m +CONFIG_NLS_ISO8859_15=m +CONFIG_NLS_ISO8859_2=m +CONFIG_NLS_ISO8859_3=m +CONFIG_NLS_ISO8859_4=m +CONFIG_NLS_ISO8859_5=m +CONFIG_NLS_ISO8859_6=m +CONFIG_NLS_ISO8859_7=m +CONFIG_NLS_ISO8859_8=m +CONFIG_NLS_ISO8859_9=m +CONFIG_NLS_KOI8_R=m +CONFIG_NLS_KOI8_U=m +CONFIG_NLS_MAC_CELTIC=m +CONFIG_NLS_MAC_CENTEURO=m +CONFIG_NLS_MAC_CROATIAN=m +CONFIG_NLS_MAC_CYRILLIC=m +CONFIG_NLS_MAC_GAELIC=m +CONFIG_NLS_MAC_GREEK=m +CONFIG_NLS_MAC_ICELAND=m +CONFIG_NLS_MAC_INUIT=m +CONFIG_NLS_MAC_ROMAN=m +CONFIG_NLS_MAC_ROMANIAN=m +CONFIG_NLS_MAC_TURKISH=m +CONFIG_NLS_UTF8=m +CONFIG_NODES_SPAN_OTHER_NODES=y +# CONFIG_NOHIGHMEM is not set +CONFIG_NOKIA_MODEM=m +CONFIG_NOP_TRACER=y +CONFIG_NORTEL_HERMES=m +CONFIG_NOTIFIER_ERROR_INJECTION=m +CONFIG_NOUVEAU_DEBUG=5 +CONFIG_NOUVEAU_DEBUG_DEFAULT=3 +CONFIG_NOZOMI=m +CONFIG_NO_BOOTMEM=y +CONFIG_NO_HZ=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_NO_HZ_FULL_ALL is not set +CONFIG_NO_HZ_FULL_SYSIDLE=y +CONFIG_NO_HZ_FULL_SYSIDLE_SMALL=8 +CONFIG_NO_IOPORT_MAP=y +CONFIG_NR_IRQS=512 +CONFIG_NS83820=m +CONFIG_NSC_FIR=m +CONFIG_NSC_GPIO=m +CONFIG_NTB=m +CONFIG_NTB_NETDEV=m +# CONFIG_NTFS_DEBUG is not set +CONFIG_NTFS_FS=m +# CONFIG_NTFS_RW is not set +CONFIG_NUMA_BALANCING=y +CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y +# CONFIG_NUMA_EMU is not set +CONFIG_NVEC_PAZ00=m +CONFIG_NVEC_POWER=m +CONFIG_NV_TCO=m +# CONFIG_N_GSM is not set +CONFIG_N_HDLC=m +# CONFIG_OABI_COMPAT is not set +# CONFIG_OCFS2_DEBUG_FS is not set +CONFIG_OCFS2_DEBUG_MASKLOG=y +CONFIG_OCFS2_FS=m +CONFIG_OCFS2_FS_O2CB=m +CONFIG_OCFS2_FS_STATS=y +CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m +CONFIG_OC_ETM=y +CONFIG_OF=y +CONFIG_OF_ADDRESS=y +CONFIG_OF_ADDRESS_PCI=y +CONFIG_OF_DYNAMIC=y +CONFIG_OF_EARLY_FLATTREE=y +CONFIG_OF_FLATTREE=y +CONFIG_OF_GPIO=y +CONFIG_OF_IOMMU=y +CONFIG_OF_IRQ=y +CONFIG_OF_MDIO=y +CONFIG_OF_MTD=y +CONFIG_OF_NET=y +CONFIG_OF_PCI=y +CONFIG_OF_PCI_IRQ=y +# CONFIG_OF_RECONFIG_NOTIFIER_ERROR_INJECT is not set +CONFIG_OF_RESERVED_MEM=y +# CONFIG_OF_SELFTEST is not set +CONFIG_OF_TOUCHSCREEN=y +CONFIG_OID_REGISTRY=y +CONFIG_OLD_BELKIN_DONGLE=m +CONFIG_OLD_SIGACTION=y +CONFIG_OLD_SIGSUSPEND=y +CONFIG_OLD_SIGSUSPEND3=y +CONFIG_OMAP2PLUS_MBOX=m +CONFIG_OMAP2_DSS=y +# CONFIG_OMAP2_DSS_DEBUG is not set +# CONFIG_OMAP2_DSS_DEBUGFS is not set +CONFIG_OMAP2_DSS_DPI=y +# CONFIG_OMAP2_DSS_DSI is not set +CONFIG_OMAP2_DSS_HDMI_COMMON=y +CONFIG_OMAP2_DSS_INIT=y +CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=0 +CONFIG_OMAP2_DSS_SDI=y +CONFIG_OMAP2_DSS_SLEEP_AFTER_VENC_RESET=y +CONFIG_OMAP2_DSS_VENC=y +CONFIG_OMAP2_VRFB=y +CONFIG_OMAP3_EMU=y +# CONFIG_OMAP3_L2_AUX_SECURE_SAVE_RESTORE is not set +# CONFIG_OMAP3_SDRC_AC_TIMING is not set +CONFIG_OMAP4_DSS_HDMI=y +CONFIG_OMAP4_DSS_HDMI_AUDIO=y +CONFIG_OMAP4_THERMAL=y +CONFIG_OMAP5_DSS_HDMI=y +CONFIG_OMAP_32K_TIMER=y +CONFIG_OMAP_CONTROL_PHY=m +CONFIG_OMAP_DM_TIMER=y +CONFIG_OMAP_INTERCONNECT=y +CONFIG_OMAP_IOMMU=y +# CONFIG_OMAP_IOVMM is not set +CONFIG_OMAP_MBOX=m +CONFIG_OMAP_MBOX_KFIFO_SIZE=256 +CONFIG_OMAP_MUX=y +# CONFIG_OMAP_MUX_DEBUG is not set +CONFIG_OMAP_MUX_WARNINGS=y +CONFIG_OMAP_OCP2SCP=m +CONFIG_OMAP_PACKAGE_CBB=y +CONFIG_OMAP_PACKAGE_CUS=y +CONFIG_OMAP_PM_NOOP=y +CONFIG_OMAP_REMOTEPROC=m +CONFIG_OMAP_RESET_CLOCKS=y +CONFIG_OMAP_SSI=m +CONFIG_OMAP_SSI_PORT=m +CONFIG_OMAP_USB2=m +CONFIG_OMAP_WATCHDOG=m +CONFIG_OMFS_FS=m +CONFIG_OPENVSWITCH=m +CONFIG_OPENVSWITCH_GRE=y +CONFIG_OPENVSWITCH_VXLAN=y +CONFIG_OPROFILE=m +# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set +CONFIG_OPROFILE_NMI_TIMER=y +CONFIG_OPTIMIZE_INLINING=y +CONFIG_OPTPROBES=y +CONFIG_ORE=m +CONFIG_ORINOCO_USB=m +CONFIG_ORION_IRQCHIP=y +CONFIG_ORION_TIMER=y +CONFIG_ORION_WATCHDOG=m +CONFIG_OSF_PARTITION=y +CONFIG_OUTER_CACHE=y +CONFIG_OUTER_CACHE_SYNC=y +CONFIG_OVERLAYFS_FS=m +# CONFIG_P1010_RDB is not set +# CONFIG_P1022_DS is not set +# CONFIG_P1022_RDK is not set +CONFIG_P1023_RDB=y +CONFIG_P54_COMMON=m +CONFIG_P54_LEDS=y +CONFIG_P54_PCI=m +CONFIG_P54_SPI=m +# CONFIG_P54_SPI_DEFAULT_EEPROM is not set +CONFIG_P54_USB=m +CONFIG_PACKET=y +CONFIG_PACKET_DIAG=m +CONFIG_PADATA=y +CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PANASONIC_LAPTOP=m +CONFIG_PANEL=m +# CONFIG_PANEL_CHANGE_MESSAGE is not set +CONFIG_PANEL_PARPORT=0 +CONFIG_PANEL_PROFILE=5 +# CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 +CONFIG_PANIC_TIMEOUT=0 +CONFIG_PANTHERLORD_FF=y +CONFIG_PARAVIRT=y +CONFIG_PARAVIRT_CLOCK=y +# CONFIG_PARAVIRT_DEBUG is not set +CONFIG_PARAVIRT_SPINLOCKS=y +# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +CONFIG_PARIDE=m +CONFIG_PARIDE_ATEN=m +CONFIG_PARIDE_BPCK=m +CONFIG_PARIDE_BPCK6=m +CONFIG_PARIDE_COMM=m +CONFIG_PARIDE_DSTR=m +CONFIG_PARIDE_EPAT=m +CONFIG_PARIDE_EPATC8=y +CONFIG_PARIDE_EPIA=m +CONFIG_PARIDE_FIT2=m +CONFIG_PARIDE_FIT3=m +CONFIG_PARIDE_FRIQ=m +CONFIG_PARIDE_FRPW=m +CONFIG_PARIDE_KBIC=m +CONFIG_PARIDE_KTTI=m +CONFIG_PARIDE_ON20=m +CONFIG_PARIDE_ON26=m +CONFIG_PARIDE_PCD=m +CONFIG_PARIDE_PD=m +CONFIG_PARIDE_PF=m +CONFIG_PARIDE_PG=m +CONFIG_PARIDE_PT=m +CONFIG_PARPORT=m +CONFIG_PARPORT_1284=y +CONFIG_PARPORT_AX88796=m +# CONFIG_PARPORT_GSC is not set +CONFIG_PARPORT_NOT_PC=y +CONFIG_PARPORT_PC=m +CONFIG_PARPORT_PC_FIFO=y +CONFIG_PARPORT_PC_PCMCIA=m +# CONFIG_PARPORT_PC_SUPERIO is not set +CONFIG_PARPORT_SERIAL=m +CONFIG_PARTITION_ADVANCED=y +# CONFIG_PASEMI_MAC is not set +CONFIG_PATA_ACPI=m +CONFIG_PATA_ALI=m +CONFIG_PATA_AMD=m +CONFIG_PATA_ARTOP=m +CONFIG_PATA_ATIIXP=m +CONFIG_PATA_ATP867X=m +CONFIG_PATA_CMD640_PCI=m +CONFIG_PATA_CMD64X=m +CONFIG_PATA_CS5520=m +CONFIG_PATA_CS5530=m +CONFIG_PATA_CS5535=m +CONFIG_PATA_CS5536=m +CONFIG_PATA_CYPRESS=m +CONFIG_PATA_EFAR=m +CONFIG_PATA_HPT366=m +CONFIG_PATA_HPT37X=m +CONFIG_PATA_HPT3X2N=m +CONFIG_PATA_HPT3X3=m +# CONFIG_PATA_HPT3X3_DMA is not set +CONFIG_PATA_IMX=m +CONFIG_PATA_ISAPNP=m +CONFIG_PATA_IT8213=m +CONFIG_PATA_IT821X=m +CONFIG_PATA_JMICRON=m +CONFIG_PATA_LEGACY=m +CONFIG_PATA_MACIO=y +CONFIG_PATA_MARVELL=m +CONFIG_PATA_MPIIX=m +CONFIG_PATA_NETCELL=m +CONFIG_PATA_NINJA32=m +CONFIG_PATA_NS87410=m +CONFIG_PATA_NS87415=m +CONFIG_PATA_OF_PLATFORM=m +CONFIG_PATA_OLDPIIX=m +CONFIG_PATA_OPTI=m +CONFIG_PATA_OPTIDMA=m +CONFIG_PATA_PCMCIA=m +CONFIG_PATA_PDC2027X=m +CONFIG_PATA_PDC_OLD=m +CONFIG_PATA_PLATFORM=m +CONFIG_PATA_QDI=m +CONFIG_PATA_RADISYS=m +CONFIG_PATA_RDC=m +CONFIG_PATA_RZ1000=m +CONFIG_PATA_SC1200=m +CONFIG_PATA_SCH=m +CONFIG_PATA_SERVERWORKS=m +CONFIG_PATA_SIL680=m +CONFIG_PATA_TOSHIBA=m +CONFIG_PATA_TRIFLEX=m +CONFIG_PATA_VIA=m +CONFIG_PATA_WINBOND=m +CONFIG_PATA_WINBOND_VLB=m +CONFIG_PC300TOO=m +CONFIG_PC8736x_GPIO=m +CONFIG_PC87413_WDT=m +CONFIG_PCCARD_NONSTATIC=y +CONFIG_PCF50633_ADC=m +CONFIG_PCF50633_GPIO=m +CONFIG_PCH_CAN=m +CONFIG_PCH_DMA=m +CONFIG_PCH_GBE=m +CONFIG_PCH_PHUB=m +CONFIG_PCI=y +CONFIG_PCI200SYN=m +CONFIG_PCIEAER=y +# CONFIG_PCIEAER_INJECT is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEBUG=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_PERFORMANCE is not set +# CONFIG_PCIEASPM_POWERSAVE is not set +CONFIG_PCIEPORTBUS=y +CONFIG_PCIE_DW=y +# CONFIG_PCIE_ECRC is not set +CONFIG_PCIE_PME=y +CONFIG_PCIPCWATCHDOG=m +CONFIG_PCI_ATMEL=m +CONFIG_PCI_ATS=y +CONFIG_PCI_BIOS=y +# CONFIG_PCI_CNB20LE_QUIRK is not set +# CONFIG_PCI_DEBUG is not set +CONFIG_PCI_DIRECT=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCI_EXYNOS=y +CONFIG_PCI_GOANY=y +# CONFIG_PCI_GOBIOS is not set +# CONFIG_PCI_GODIRECT is not set +# CONFIG_PCI_GOMMCONFIG is not set +CONFIG_PCI_HOST_GENERIC=y +CONFIG_PCI_IMX6=y +CONFIG_PCI_IOAPIC=y +CONFIG_PCI_IOV=y +CONFIG_PCI_LABEL=y +CONFIG_PCI_MMCONFIG=y +CONFIG_PCI_MSI=y +CONFIG_PCI_MVEBU=y +CONFIG_PCI_PASID=y +CONFIG_PCI_PRI=y +CONFIG_PCI_QUIRKS=y +CONFIG_PCI_RCAR_GEN2=y +CONFIG_PCI_RCAR_GEN2_PCIE=y +CONFIG_PCI_REALLOC_ENABLE_AUTO=y +CONFIG_PCI_STUB=m +CONFIG_PCI_SYSCALL=y +CONFIG_PCI_TEGRA=y +CONFIG_PCI_XEN=y +CONFIG_PCI_XGENE=y +CONFIG_PCI_XGENE_MSI=y +CONFIG_PCMCIA=m +CONFIG_PCMCIA_3C574=m +CONFIG_PCMCIA_3C589=m +CONFIG_PCMCIA_AHA152X=m +CONFIG_PCMCIA_ATMEL=m +CONFIG_PCMCIA_AXNET=m +CONFIG_PCMCIA_FDOMAIN=m +CONFIG_PCMCIA_FMVJ18X=m +CONFIG_PCMCIA_HERMES=m +CONFIG_PCMCIA_LOAD_CIS=y +CONFIG_PCMCIA_NINJA_SCSI=m +CONFIG_PCMCIA_NMCLAN=m +CONFIG_PCMCIA_PCNET=m +CONFIG_PCMCIA_PROBE=y +CONFIG_PCMCIA_QLOGIC=m +CONFIG_PCMCIA_RAYCS=m +CONFIG_PCMCIA_SMC91C92=m +CONFIG_PCMCIA_SPECTRUM=m +CONFIG_PCMCIA_SYM53C500=m +CONFIG_PCMCIA_WL3501=m +CONFIG_PCMCIA_XIRC2PS=m +CONFIG_PCMCIA_XIRCOM=m +CONFIG_PCNET32=m +CONFIG_PCSPKR_PLATFORM=y +CONFIG_PCWATCHDOG=m +CONFIG_PD6729=m +CONFIG_PDA_POWER=m +CONFIG_PDC_ADMA=m +CONFIG_PERCPU_RWSEM=y +CONFIG_PERCPU_TEST=m +CONFIG_PERF_EVENTS=y +CONFIG_PERF_USE_VMALLOC=y +CONFIG_PERSISTENT_KEYRINGS=y +CONFIG_PGTABLE_MAPPING=y +CONFIG_PHANTOM=m +CONFIG_PHONET=m +CONFIG_PHYLIB=y +CONFIG_PHYS_64BIT=y +CONFIG_PHY_EXYNOS5250_SATA=y +CONFIG_PHY_EXYNOS5250_USB2=y +CONFIG_PHY_EXYNOS5_USBDRD=y +CONFIG_PHY_EXYNOS_DP_VIDEO=y +CONFIG_PHY_EXYNOS_MIPI_VIDEO=y +CONFIG_PHY_MVEBU_SATA=y +CONFIG_PHY_XGENE=y +# CONFIG_PID_IN_CONTEXTIDR is not set +CONFIG_PID_NS=y +CONFIG_PINCONF=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_APQ8064=m +CONFIG_PINCTRL_ARMADA_370=y +CONFIG_PINCTRL_ARMADA_375=y +CONFIG_PINCTRL_ARMADA_38X=y +CONFIG_PINCTRL_ARMADA_XP=y +CONFIG_PINCTRL_AS3722=y +CONFIG_PINCTRL_BAYTRAIL=y +CONFIG_PINCTRL_BCM281XX=y +CONFIG_PINCTRL_BERLIN=y +CONFIG_PINCTRL_BERLIN_BG2=y +CONFIG_PINCTRL_BERLIN_BG2CD=y +CONFIG_PINCTRL_BERLIN_BG2Q=y +CONFIG_PINCTRL_DOVE=y +CONFIG_PINCTRL_EXYNOS=y +CONFIG_PINCTRL_EXYNOS5440=y +CONFIG_PINCTRL_IMX=y +CONFIG_PINCTRL_IMX50=y +CONFIG_PINCTRL_IMX6Q=y +CONFIG_PINCTRL_IMX6SL=y +CONFIG_PINCTRL_IMX6SX=y +CONFIG_PINCTRL_IPQ8064=m +CONFIG_PINCTRL_MSM=y +CONFIG_PINCTRL_MSM8X74=m +CONFIG_PINCTRL_MVEBU=y +CONFIG_PINCTRL_PALMAS=y +CONFIG_PINCTRL_PFC_R8A7790=y +CONFIG_PINCTRL_PFC_R8A7791=y +CONFIG_PINCTRL_SAMSUNG=y +CONFIG_PINCTRL_SH_PFC=y +CONFIG_PINCTRL_SINGLE=y +CONFIG_PINCTRL_TEGRA=y +CONFIG_PINCTRL_TEGRA114=y +CONFIG_PINCTRL_TEGRA124=y +CONFIG_PINCTRL_TEGRA20=y +CONFIG_PINCTRL_TEGRA30=y +CONFIG_PINCTRL_VF610=y +CONFIG_PINMUX=y +CONFIG_PJ4B_ERRATA_4742=y +CONFIG_PL310_ERRATA_588369=y +CONFIG_PL310_ERRATA_727915=y +CONFIG_PL310_ERRATA_753970=y +CONFIG_PL310_ERRATA_769419=y +CONFIG_PL320_MBOX=y +CONFIG_PL330_DMA=m +CONFIG_PLATFORM_SI4713=m +CONFIG_PLAT_ORION=y +CONFIG_PLAT_SAMSUNG=y +# CONFIG_PLAT_SPEAR is not set +CONFIG_PLAT_VERSATILE=y +CONFIG_PLAT_VERSATILE_CLCD=y +CONFIG_PLAT_VERSATILE_SCHED_CLOCK=y +CONFIG_PLIP=m +CONFIG_PLX_HERMES=m +CONFIG_PM=y +CONFIG_PMAC_APM_EMU=m +CONFIG_PMAC_BACKLIGHT=y +CONFIG_PMAC_BACKLIGHT_LEGACY=y +CONFIG_PMAC_MEDIABAY=y +CONFIG_PMAC_RACKMETER=m +CONFIG_PMAC_SMU=y +CONFIG_PMBUS=m +CONFIG_PMIC_ADP5520=y +CONFIG_PMIC_DA903X=y +CONFIG_PMIC_DA9052=y +CONFIG_PM_ADVANCED_DEBUG=y +# CONFIG_PM_AUTOSLEEP is not set +CONFIG_PM_CLK=y +CONFIG_PM_DEBUG=y +CONFIG_PM_DEVFREQ=y +CONFIG_PM_GENERIC_DOMAINS=y +CONFIG_PM_GENERIC_DOMAINS_RUNTIME=y +CONFIG_PM_GENERIC_DOMAINS_SLEEP=y +CONFIG_PM_NOTIFIER_ERROR_INJECT=m +CONFIG_PM_OPP=y +CONFIG_PM_RUNTIME=y +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_DEBUG=y +CONFIG_PM_SLEEP_SMP=y +CONFIG_PM_STD_PARTITION="" +# CONFIG_PM_TEST_SUSPEND is not set +CONFIG_PM_TRACE=y +CONFIG_PM_TRACE_RTC=y +CONFIG_PM_WAKELOCKS=y +CONFIG_PM_WAKELOCKS_GC=y +CONFIG_PM_WAKELOCKS_LIMIT=100 +CONFIG_PNFS_BLOCK=m +CONFIG_PNFS_FILE_LAYOUT=m +CONFIG_PNFS_OBJLAYOUT=m +CONFIG_PNP=y +CONFIG_PNPACPI=y +CONFIG_PNPBIOS=y +CONFIG_PNPBIOS_PROC_FS=y +# CONFIG_PNP_DEBUG_MESSAGES is not set +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +CONFIG_POWER3=y +CONFIG_POWER4=y +# CONFIG_POWER4_CPU is not set +# CONFIG_POWER5_CPU is not set +# CONFIG_POWER6_CPU is not set +CONFIG_POWERCAP=y +CONFIG_POWERNV_CPUFREQ=y +CONFIG_POWERNV_CPUIDLE=y +CONFIG_POWER_AVS=y +CONFIG_POWER_AVS_OMAP=y +CONFIG_POWER_AVS_OMAP_CLASS3=y +CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_AS3722=y +CONFIG_POWER_RESET_AXXIA=y +CONFIG_POWER_RESET_GPIO=y +CONFIG_POWER_RESET_MSM=y +# CONFIG_POWER_RESET_QNAP is not set +CONFIG_POWER_RESET_RESTART=y +CONFIG_POWER_RESET_SYSCON=y +CONFIG_POWER_RESET_VEXPRESS=y +# CONFIG_POWER_RESET_XGENE is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +CONFIG_PPA8548=y +CONFIG_PPC=y +CONFIG_PPC32=y +# CONFIG_PPC601_SYNC_FIX is not set +CONFIG_PPC64_BOOT_WRAPPER=y +CONFIG_PPC64_SUPPORTS_MEMORY_FAILURE=y +# CONFIG_PPC_82xx is not set +# CONFIG_PPC_83xx is not set +# CONFIG_PPC_86xx is not set +# CONFIG_PPC_8xx is not set +CONFIG_PPC_ADV_DEBUG_DACS=2 +CONFIG_PPC_ADV_DEBUG_DVCS=0 +CONFIG_PPC_ADV_DEBUG_IACS=2 +CONFIG_PPC_ADV_DEBUG_REGS=y +CONFIG_PPC_BOOK3E=y +CONFIG_PPC_BOOK3E_MMU=y +CONFIG_PPC_BOOK3S=y +# CONFIG_PPC_CELLEB is not set +# CONFIG_PPC_CELL_NATIVE is not set +# CONFIG_PPC_CELL_QPACE is not set +CONFIG_PPC_CHRP=y +CONFIG_PPC_CORENET_CPUFREQ=m +# CONFIG_PPC_DCR_MMIO is not set +# CONFIG_PPC_DCR_NATIVE is not set +CONFIG_PPC_E500MC=y +# CONFIG_PPC_EARLY_DEBUG is not set +# CONFIG_PPC_EMULATED_STATS is not set +CONFIG_PPC_EMULATE_SSTEP=y +# CONFIG_PPC_EPAPR_HV_BYTECHAN is not set +CONFIG_PPC_FPU=y +CONFIG_PPC_FSL_BOOK3E=y +CONFIG_PPC_HAVE_PMU_SUPPORT=y +# CONFIG_PPC_IBM_CELL_BLADE is not set +CONFIG_PPC_ICSWX_PID=y +# CONFIG_PPC_ICSWX_USE_SIGILL is not set +CONFIG_PPC_INDIRECT_PIO=y +CONFIG_PPC_LIB_RHEAP=y +CONFIG_PPC_MMU_NOHASH=y +# CONFIG_PPC_MPC512x is not set +# CONFIG_PPC_MPC52xx is not set +CONFIG_PPC_MSI_BITMAP=y +CONFIG_PPC_NATIVE=y +CONFIG_PPC_OF=y +# CONFIG_PPC_OF_PLATFORM_PCI is not set +CONFIG_PPC_PASEMI_CPUFREQ=y +CONFIG_PPC_PASEMI_IOMMU=y +# CONFIG_PPC_PASEMI_IOMMU_DMA_FORCE is not set +CONFIG_PPC_PASEMI_MDIO=m +CONFIG_PPC_PCI_CHOICE=y +CONFIG_PPC_PERF_CTRS=y +CONFIG_PPC_PMAC32_PSURGE=y +CONFIG_PPC_PMAC64=y +CONFIG_PPC_POWERNV=y +CONFIG_PPC_POWERNV_RTAS=y +CONFIG_PPC_PSERIES=y +CONFIG_PPC_QEMU_E500=y +CONFIG_PPC_RTAS_DAEMON=y +CONFIG_PPC_SCOM=y +CONFIG_PPC_SMP_MUXED_IPI=y +CONFIG_PPC_STD_MMU=y +CONFIG_PPC_STD_MMU_32=y +CONFIG_PPC_STD_MMU_64=y +CONFIG_PPC_SUBPAGE_PROT=y +CONFIG_PPC_TRANSACTIONAL_MEM=y +CONFIG_PPC_UDBG_16550=y +CONFIG_PPC_WERROR=y +CONFIG_PPDEV=m +CONFIG_PPP=y +CONFIG_PPPOATM=m +CONFIG_PPPOE=m +CONFIG_PPPOL2TP=m +CONFIG_PPP_ASYNC=m +CONFIG_PPP_BSDCOMP=m +CONFIG_PPP_DEFLATE=m +CONFIG_PPP_FILTER=y +CONFIG_PPP_MPPE=m +CONFIG_PPP_MULTILINK=y +CONFIG_PPP_SYNC_TTY=m +CONFIG_PPS_CLIENT_GPIO=m +# CONFIG_PPS_CLIENT_KTIMER is not set +CONFIG_PPS_CLIENT_LDISC=m +CONFIG_PPS_CLIENT_PARPORT=m +# CONFIG_PPS_DEBUG is not set +CONFIG_PPTP=m +# CONFIG_PQ2ADS is not set +CONFIG_PREEMPT_COUNT=y +# CONFIG_PREEMPT_NONE is not set +CONFIG_PREEMPT_NOTIFIERS=y +# CONFIG_PREEMPT_TRACER is not set +CONFIG_PREVENT_FIRMWARE_BUILD=y +CONFIG_PRINTER=m +CONFIG_PRINTK=y +CONFIG_PRINTK_TIME=y +# CONFIG_PRINT_QUOTA_WARNING is not set +CONFIG_PRINT_STACK_DEPTH=64 +CONFIG_PRISM2_USB=m +# CONFIG_PRISM54 is not set +CONFIG_PROCESSOR_SELECT=y +CONFIG_PROC_EVENTS=y +CONFIG_PROC_FS=y +CONFIG_PROC_KCORE=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PROC_PID_CPUSET=y +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_VMCORE=y +# CONFIG_PROFILE_ALL_BRANCHES is not set +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +CONFIG_PROFILING=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_PROVE_RCU_DELAY is not set +# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set +# CONFIG_PS3GELIC_UDBG is not set +# CONFIG_PS3_ADVANCED is not set +CONFIG_PS3_DISK=m +# CONFIG_PS3_DYNAMIC_DMA is not set +CONFIG_PS3_FLASH=m +CONFIG_PS3_HTAB_SIZE=20 +CONFIG_PS3_LPM=m +CONFIG_PS3_PS3AV=y +# CONFIG_PS3_REPOSITORY_WRITE is not set +CONFIG_PS3_ROM=m +CONFIG_PS3_STORAGE=m +CONFIG_PS3_SYS_MANAGER=y +CONFIG_PS3_VRAM=m +CONFIG_PS3_VUART=y +CONFIG_PSERIES_CPUIDLE=y +CONFIG_PSERIES_ENERGY=m +CONFIG_PSERIES_MSI=y +CONFIG_PSTORE=y +# CONFIG_PSTORE_FTRACE is not set +CONFIG_PTE_64BIT=y +CONFIG_PTP_1588_CLOCK_GIANFAR=m +CONFIG_PTP_1588_CLOCK_PCH=m +CONFIG_PUBLIC_KEY_ALGO_RSA=y +CONFIG_PVPANIC=m +CONFIG_PWM=y +CONFIG_PWM_FSL_FTM=m +CONFIG_PWM_IMX=m +CONFIG_PWM_LP3943=m +CONFIG_PWM_LPSS=m +CONFIG_PWM_PCA9685=m +CONFIG_PWM_RENESAS_TPU=m +CONFIG_PWM_SAMSUNG=m +CONFIG_PWM_SYSFS=y +CONFIG_PWM_TEGRA=m +CONFIG_PWM_TIECAP=m +CONFIG_PWM_TIEHRPWM=m +CONFIG_PWM_TIPWMSS=y +CONFIG_PWM_TWL=m +CONFIG_PWM_TWL_LED=m +CONFIG_QCOM_BAM_DMA=m +CONFIG_QCOM_GSBI=m +CONFIG_QCOM_SCM=y +CONFIG_QE_USB=y +CONFIG_QFMT_V1=m +CONFIG_QFMT_V2=m +CONFIG_QLA3XXX=m +CONFIG_QLCNIC=m +CONFIG_QLCNIC_DCB=y +CONFIG_QLCNIC_HWMON=y +CONFIG_QLCNIC_SRIOV=y +CONFIG_QLCNIC_VXLAN=y +CONFIG_QLGE=m +CONFIG_QNX4FS_FS=m +# CONFIG_QNX6FS_DEBUG is not set +CONFIG_QNX6FS_FS=m +CONFIG_QSEMI_PHY=m +CONFIG_QUEUE_RWLOCK=y +# CONFIG_QUICC_ENGINE is not set +CONFIG_QUOTA=y +CONFIG_QUOTACTL=y +CONFIG_QUOTACTL_COMPAT=y +# CONFIG_QUOTA_DEBUG is not set +CONFIG_QUOTA_NETLINK_INTERFACE=y +CONFIG_QUOTA_TREE=m +CONFIG_R3964=m +CONFIG_R6040=m +CONFIG_R8169=m +CONFIG_R8188EU=m +CONFIG_R8192EE=m +CONFIG_R8712U=m +CONFIG_R8723AU=m +CONFIG_R8821AE=m +CONFIG_RADIO_ADAPTERS=y +CONFIG_RADIO_AZTECH=m +CONFIG_RADIO_CADET=m +CONFIG_RADIO_GEMTEK=m +CONFIG_RADIO_ISA=m +CONFIG_RADIO_MAXIRADIO=m +CONFIG_RADIO_MIROPCM20=m +CONFIG_RADIO_RTRACK=m +CONFIG_RADIO_RTRACK2=m +CONFIG_RADIO_SAA7706H=m +CONFIG_RADIO_SF16FMI=m +CONFIG_RADIO_SF16FMR2=m +CONFIG_RADIO_SHARK=m +CONFIG_RADIO_SHARK2=m +CONFIG_RADIO_SI470X=y +CONFIG_RADIO_SI4713=m +CONFIG_RADIO_SI476X=m +CONFIG_RADIO_TEA575X=m +CONFIG_RADIO_TEA5764=m +CONFIG_RADIO_TEF6862=m +CONFIG_RADIO_TERRATEC=m +CONFIG_RADIO_TIMBERDALE=m +CONFIG_RADIO_TRUST=m +CONFIG_RADIO_TYPHOON=m +CONFIG_RADIO_WL1273=m +CONFIG_RADIO_WL128X=m +CONFIG_RADIO_ZOLTRIX=m +CONFIG_RAID6_PQ=m +CONFIG_RAID_ATTRS=m +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_RANDOMIZE_BASE=y +CONFIG_RAPIDIO=y +CONFIG_RAPIDIO_CPS_GEN2=m +CONFIG_RAPIDIO_CPS_XX=m +# CONFIG_RAPIDIO_DEBUG is not set +CONFIG_RAPIDIO_DISC_TIMEOUT=30 +CONFIG_RAPIDIO_DMA_ENGINE=y +# CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS is not set +CONFIG_RAPIDIO_ENUM_BASIC=m +CONFIG_RAPIDIO_TSI568=m +CONFIG_RAPIDIO_TSI57X=m +CONFIG_RAPIDIO_TSI721=m +CONFIG_RATIONAL=y +CONFIG_RAW_DRIVER=m +CONFIG_RBTREE_TEST=m +CONFIG_RCAR_AUDMAC_PP=m +CONFIG_RCAR_HPB_DMAE=m +CONFIG_RCAR_THERMAL=m +# CONFIG_RCU_BOOST is not set +# CONFIG_RCU_CPU_STALL_INFO is not set +# CONFIG_RCU_CPU_STALL_VERBOSE is not set +# CONFIG_RCU_FANOUT_EXACT is not set +CONFIG_RCU_FANOUT_LEAF=16 +CONFIG_RCU_NOCB_CPU_ALL=y +CONFIG_RCU_STALL_COMMON=y +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_TRACE is not set +CONFIG_RC_ATI_REMOTE=m +CONFIG_RC_CORE=m +CONFIG_RC_DECODERS=y +CONFIG_RC_DEVICES=y +CONFIG_RC_LOOPBACK=m +CONFIG_RC_MAP=m +CONFIG_RDS=m +# CONFIG_RDS_DEBUG is not set +CONFIG_RDS_RDMA=m +CONFIG_RDS_TCP=m +CONFIG_RD_BZIP2=y +CONFIG_RD_GZIP=y +CONFIG_RD_LZ4=y +CONFIG_RD_LZMA=y +CONFIG_RD_LZO=y +CONFIG_RD_XZ=y +# CONFIG_READABLE_ASM is not set +CONFIG_REALTEK_AUTOPM=y +CONFIG_REALTEK_PHY=m +CONFIG_REED_SOLOMON_DEC16=y +CONFIG_REED_SOLOMON_DEC8=y +CONFIG_REED_SOLOMON_ENC8=y +CONFIG_REGMAP=y +CONFIG_REGMAP_I2C=y +CONFIG_REGMAP_IRQ=y +CONFIG_REGMAP_MMIO=y +CONFIG_REGMAP_SPI=y +CONFIG_REGULATOR=y +CONFIG_REGULATOR_88PM800=m +CONFIG_REGULATOR_88PM8607=m +CONFIG_REGULATOR_AAT2870=m +CONFIG_REGULATOR_AB3100=m +CONFIG_REGULATOR_ACT8865=m +CONFIG_REGULATOR_AD5398=m +CONFIG_REGULATOR_ANATOP=m +CONFIG_REGULATOR_ARIZONA=m +CONFIG_REGULATOR_AS3711=m +CONFIG_REGULATOR_AS3722=m +CONFIG_REGULATOR_AXP20X=m +CONFIG_REGULATOR_BCM590XX=m +CONFIG_REGULATOR_DA903X=m +CONFIG_REGULATOR_DA9052=m +CONFIG_REGULATOR_DA9055=m +CONFIG_REGULATOR_DA9063=m +CONFIG_REGULATOR_DA9210=m +# CONFIG_REGULATOR_DEBUG is not set +CONFIG_REGULATOR_FAN53555=m +CONFIG_REGULATOR_GPIO=m +CONFIG_REGULATOR_ISL6271A=m +CONFIG_REGULATOR_LP3971=m +CONFIG_REGULATOR_LP3972=m +CONFIG_REGULATOR_LP872X=m +CONFIG_REGULATOR_LP8755=m +CONFIG_REGULATOR_LP8788=m +CONFIG_REGULATOR_LTC3589=m +CONFIG_REGULATOR_MAX14577=m +CONFIG_REGULATOR_MAX1586=m +CONFIG_REGULATOR_MAX77686=m +CONFIG_REGULATOR_MAX77693=m +CONFIG_REGULATOR_MAX8649=m +CONFIG_REGULATOR_MAX8660=m +CONFIG_REGULATOR_MAX8907=m +CONFIG_REGULATOR_MAX8925=m +CONFIG_REGULATOR_MAX8952=m +CONFIG_REGULATOR_MAX8973=m +CONFIG_REGULATOR_MAX8997=m +CONFIG_REGULATOR_MAX8998=m +CONFIG_REGULATOR_MC13783=m +CONFIG_REGULATOR_MC13892=m +CONFIG_REGULATOR_MC13XXX_CORE=m +CONFIG_REGULATOR_PALMAS=m +CONFIG_REGULATOR_PBIAS=m +CONFIG_REGULATOR_PCAP=m +CONFIG_REGULATOR_PCF50633=m +CONFIG_REGULATOR_PFUZE100=m +CONFIG_REGULATOR_RC5T583=m +CONFIG_REGULATOR_S2MPA01=m +CONFIG_REGULATOR_S2MPS11=m +CONFIG_REGULATOR_S5M8767=m +CONFIG_REGULATOR_TI_ABB=y +CONFIG_REGULATOR_TPS51632=m +CONFIG_REGULATOR_TPS6105X=m +CONFIG_REGULATOR_TPS62360=m +CONFIG_REGULATOR_TPS65023=m +CONFIG_REGULATOR_TPS6507X=m +CONFIG_REGULATOR_TPS65090=m +CONFIG_REGULATOR_TPS65217=m +CONFIG_REGULATOR_TPS65218=m +CONFIG_REGULATOR_TPS6524X=m +CONFIG_REGULATOR_TPS6586X=m +CONFIG_REGULATOR_TPS65910=m +CONFIG_REGULATOR_TPS65912=m +CONFIG_REGULATOR_TPS80031=m +CONFIG_REGULATOR_USERSPACE_CONSUMER=m +CONFIG_REGULATOR_VEXPRESS=m +CONFIG_REGULATOR_VIRTUAL_CONSUMER=m +CONFIG_REGULATOR_WM831X=m +CONFIG_REGULATOR_WM8350=m +CONFIG_REGULATOR_WM8400=m +CONFIG_REGULATOR_WM8994=m +# CONFIG_REISERFS_CHECK is not set +CONFIG_REISERFS_FS=m +CONFIG_REISERFS_FS_POSIX_ACL=y +CONFIG_REISERFS_FS_SECURITY=y +CONFIG_REISERFS_FS_XATTR=y +# CONFIG_REISERFS_PROC_INFO is not set +CONFIG_RELAY=y +CONFIG_RELOCATABLE=y +CONFIG_REMOTEPROC=m +CONFIG_RENESAS_IRQC=y +CONFIG_RESET_CONTROLLER=y +CONFIG_RESOURCE_COUNTERS=y +CONFIG_RETU_WATCHDOG=m +CONFIG_RFD_FTL=m +CONFIG_RFKILL=y +CONFIG_RFKILL_GPIO=m +CONFIG_RFKILL_INPUT=y +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_REGULATOR=m +CONFIG_RFS_ACCEL=y +CONFIG_RING_BUFFER=y +CONFIG_RING_BUFFER_ALLOW_SWAP=y +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_RING_BUFFER_STARTUP_TEST is not set +CONFIG_RIONET=m +CONFIG_RIONET_RX_SIZE=128 +CONFIG_RIONET_TX_SIZE=128 +CONFIG_ROCKETPORT=m +CONFIG_ROMFS_BACKED_BY_BLOCK=y +# CONFIG_ROMFS_BACKED_BY_BOTH is not set +# CONFIG_ROMFS_BACKED_BY_MTD is not set +CONFIG_ROMFS_FS=m +CONFIG_ROMFS_ON_BLOCK=y +CONFIG_ROSE=m +CONFIG_RPCSEC_GSS_KRB5=m +CONFIG_RPMSG=m +CONFIG_RPS=y +CONFIG_RSI_91X=m +# CONFIG_RSI_DEBUGFS is not set +CONFIG_RSI_SDIO=m +CONFIG_RSI_USB=m +CONFIG_RT2400PCI=m +CONFIG_RT2500PCI=m +CONFIG_RT2500USB=m +CONFIG_RT2800PCI=m +CONFIG_RT2800PCI_RT3290=y +CONFIG_RT2800PCI_RT33XX=y +CONFIG_RT2800PCI_RT35XX=y +CONFIG_RT2800PCI_RT53XX=y +CONFIG_RT2800USB=m +CONFIG_RT2800USB_RT33XX=y +CONFIG_RT2800USB_RT3573=y +CONFIG_RT2800USB_RT35XX=y +CONFIG_RT2800USB_RT53XX=y +CONFIG_RT2800USB_RT55XX=y +CONFIG_RT2800USB_UNKNOWN=y +CONFIG_RT2800_LIB=m +CONFIG_RT2800_LIB_MMIO=m +CONFIG_RT2X00=m +# CONFIG_RT2X00_DEBUG is not set +CONFIG_RT2X00_LIB=m +CONFIG_RT2X00_LIB_CRYPTO=y +# CONFIG_RT2X00_LIB_DEBUGFS is not set +CONFIG_RT2X00_LIB_FIRMWARE=y +CONFIG_RT2X00_LIB_LEDS=y +CONFIG_RT2X00_LIB_MMIO=m +CONFIG_RT2X00_LIB_PCI=m +CONFIG_RT2X00_LIB_USB=m +CONFIG_RT61PCI=m +CONFIG_RT73USB=m +CONFIG_RTAS_ERROR_LOGGING=y +CONFIG_RTAS_FLASH=m +CONFIG_RTAS_PROC=y +CONFIG_RTC_CLASS=y +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_DRV_88PM80X=m +CONFIG_RTC_DRV_88PM860X=m +CONFIG_RTC_DRV_AB3100=m +CONFIG_RTC_DRV_AS3722=m +CONFIG_RTC_DRV_BQ32K=m +CONFIG_RTC_DRV_BQ4802=m +CONFIG_RTC_DRV_DA9052=m +CONFIG_RTC_DRV_DA9055=m +CONFIG_RTC_DRV_DA9063=m +CONFIG_RTC_DRV_DS1286=m +CONFIG_RTC_DRV_DS1305=m +CONFIG_RTC_DRV_DS1307=m +CONFIG_RTC_DRV_DS1343=m +CONFIG_RTC_DRV_DS1347=m +CONFIG_RTC_DRV_DS1374=m +CONFIG_RTC_DRV_DS1390=m +CONFIG_RTC_DRV_DS1511=m +CONFIG_RTC_DRV_DS1553=m +CONFIG_RTC_DRV_DS1672=m +CONFIG_RTC_DRV_DS1742=m +CONFIG_RTC_DRV_DS2404=m +CONFIG_RTC_DRV_DS3234=m +CONFIG_RTC_DRV_EFI=y +CONFIG_RTC_DRV_EM3027=m +CONFIG_RTC_DRV_FM3130=m +CONFIG_RTC_DRV_GENERIC=m +CONFIG_RTC_DRV_HID_SENSOR_TIME=m +CONFIG_RTC_DRV_HYM8563=m +CONFIG_RTC_DRV_IMXDI=m +CONFIG_RTC_DRV_ISL12022=m +CONFIG_RTC_DRV_ISL12057=m +CONFIG_RTC_DRV_ISL1208=m +CONFIG_RTC_DRV_LP8788=m +CONFIG_RTC_DRV_M41T80=m +CONFIG_RTC_DRV_M41T80_WDT=y +CONFIG_RTC_DRV_M41T93=m +CONFIG_RTC_DRV_M41T94=m +CONFIG_RTC_DRV_M48T35=m +CONFIG_RTC_DRV_M48T59=m +CONFIG_RTC_DRV_M48T86=m +CONFIG_RTC_DRV_MAX6900=m +CONFIG_RTC_DRV_MAX6902=m +CONFIG_RTC_DRV_MAX77686=m +CONFIG_RTC_DRV_MAX8907=m +CONFIG_RTC_DRV_MAX8925=m +CONFIG_RTC_DRV_MAX8997=m +CONFIG_RTC_DRV_MAX8998=m +CONFIG_RTC_DRV_MC13XXX=m +CONFIG_RTC_DRV_MCP795=m +CONFIG_RTC_DRV_MOXART=m +CONFIG_RTC_DRV_MSM6242=m +CONFIG_RTC_DRV_MV=y +CONFIG_RTC_DRV_MXC=m +CONFIG_RTC_DRV_OMAP=y +CONFIG_RTC_DRV_PALMAS=m +CONFIG_RTC_DRV_PCAP=m +CONFIG_RTC_DRV_PCF2123=m +CONFIG_RTC_DRV_PCF2127=m +CONFIG_RTC_DRV_PCF50633=m +CONFIG_RTC_DRV_PCF8563=m +CONFIG_RTC_DRV_PCF8583=m +CONFIG_RTC_DRV_PL030=m +CONFIG_RTC_DRV_PM8XXX=m +CONFIG_RTC_DRV_PS3=m +CONFIG_RTC_DRV_R9701=m +CONFIG_RTC_DRV_RC5T583=m +CONFIG_RTC_DRV_RP5C01=m +CONFIG_RTC_DRV_RS5C348=m +CONFIG_RTC_DRV_RS5C372=m +CONFIG_RTC_DRV_RV3029C2=m +CONFIG_RTC_DRV_RX4581=m +CONFIG_RTC_DRV_RX8025=m +CONFIG_RTC_DRV_RX8581=m +CONFIG_RTC_DRV_S35390A=m +CONFIG_RTC_DRV_S3C=y +CONFIG_RTC_DRV_S5M=m +CONFIG_RTC_DRV_SNVS=m +CONFIG_RTC_DRV_STK17TA8=m +CONFIG_RTC_DRV_TEGRA=m +# CONFIG_RTC_DRV_TEST is not set +CONFIG_RTC_DRV_TPS6586X=m +CONFIG_RTC_DRV_TPS65910=m +CONFIG_RTC_DRV_TPS80031=m +CONFIG_RTC_DRV_V3020=m +CONFIG_RTC_DRV_VRTC=m +CONFIG_RTC_DRV_WM831X=m +CONFIG_RTC_DRV_WM8350=m +CONFIG_RTC_DRV_X1205=m +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_LIB=y +CONFIG_RTC_SYSTOHC=y +CONFIG_RTL8180=m +CONFIG_RTL8187=m +CONFIG_RTL8187_LEDS=y +CONFIG_RTL8188EE=m +CONFIG_RTL8192CE=m +CONFIG_RTL8192CU=m +CONFIG_RTL8192C_COMMON=m +CONFIG_RTL8192DE=m +CONFIG_RTL8192E=m +CONFIG_RTL8192SE=m +CONFIG_RTL8192U=m +CONFIG_RTL8723AE=m +CONFIG_RTL8723BE=m +CONFIG_RTL8723_COMMON=m +CONFIG_RTLBTCOEXIST=m +CONFIG_RTLLIB=m +CONFIG_RTLLIB_CRYPTO_CCMP=m +CONFIG_RTLLIB_CRYPTO_TKIP=m +CONFIG_RTLLIB_CRYPTO_WEP=m +CONFIG_RTLWIFI=m +# CONFIG_RTLWIFI_DEBUG is not set +CONFIG_RTLWIFI_PCI=m +CONFIG_RTLWIFI_USB=m +CONFIG_RTL_CARDS=m +CONFIG_RTS5208=m +# CONFIG_RTS5208_DEBUG is not set +# CONFIG_RT_GROUP_SCHED is not set +CONFIG_RT_MUTEXES=y +# CONFIG_RT_MUTEX_TESTER is not set +CONFIG_RWSEM_SPIN_ON_OWNER=y +CONFIG_RWSEM_XCHGADD_ALGORITHM=y +CONFIG_RXKAD=m +CONFIG_S2IO=m +CONFIG_S3C2410_WATCHDOG=m +CONFIG_S5P_DEV_MFC=y +# CONFIG_SAMPLES is not set +CONFIG_SAMSUNG_LAPTOP=m +# CONFIG_SAMSUNG_PM_CHECK is not set +CONFIG_SAMSUNG_Q10=m +CONFIG_SATA_ACARD_AHCI=m +CONFIG_SATA_AHCI=m +CONFIG_SATA_FSL=m +CONFIG_SATA_HIGHBANK=m +CONFIG_SATA_INIC162X=m +CONFIG_SATA_MV=m +CONFIG_SATA_NV=m +CONFIG_SATA_PMP=y +CONFIG_SATA_PROMISE=m +CONFIG_SATA_QSTOR=m +CONFIG_SATA_RCAR=m +CONFIG_SATA_SIL=m +CONFIG_SATA_SIL24=m +CONFIG_SATA_SIS=m +CONFIG_SATA_SX4=m +CONFIG_SATA_ULI=m +CONFIG_SATA_VIA=m +CONFIG_SATA_VITESSE=m +CONFIG_SATA_ZPODD=y +CONFIG_SBC7240_WDT=m +CONFIG_SBC8360_WDT=m +# CONFIG_SBC8548 is not set +CONFIG_SBC_EPX_C3_WATCHDOG=m +CONFIG_SBC_FITPC2_WATCHDOG=m +CONFIG_SBE_PMCC4_NCOMM=y +CONFIG_SBNI=m +# CONFIG_SBNI_MULTILINE is not set +CONFIG_SBP_TARGET=m +CONFIG_SBYPASS=m +CONFIG_SC1200_WDT=m +CONFIG_SC92031=m +CONFIG_SCA3000=m +CONFIG_SCANLOG=m +CONFIG_SCC=m +# CONFIG_SCC_DELAY is not set +# CONFIG_SCC_TRXECHO is not set +CONFIG_SCHEDSTATS=y +CONFIG_SCHED_AUTOGROUP=y +CONFIG_SCHED_DEBUG=y +CONFIG_SCHED_HRTICK=y +CONFIG_SCHED_MC=y +CONFIG_SCHED_OMIT_FRAME_POINTER=y +CONFIG_SCHED_TRACER=y +CONFIG_SCOM_DEBUGFS=y +CONFIG_SCSI=y +CONFIG_SCSI_3W_9XXX=m +CONFIG_SCSI_3W_SAS=m +CONFIG_SCSI_7000FASST=m +CONFIG_SCSI_AACRAID=m +CONFIG_SCSI_ACARD=m +CONFIG_SCSI_ADVANSYS=m +CONFIG_SCSI_AHA152X=m +CONFIG_SCSI_AHA1542=m +CONFIG_SCSI_AHA1740=m +CONFIG_SCSI_AIC79XX=m +CONFIG_SCSI_AIC7XXX=m +CONFIG_SCSI_AIC94XX=m +CONFIG_SCSI_ARCMSR=m +CONFIG_SCSI_BFA_FC=m +CONFIG_SCSI_BNX2X_FCOE=m +CONFIG_SCSI_BNX2_ISCSI=m +CONFIG_SCSI_BUSLOGIC=m +CONFIG_SCSI_CHELSIO_FCOE=m +CONFIG_SCSI_CONSTANTS=y +CONFIG_SCSI_CXGB3_ISCSI=m +CONFIG_SCSI_CXGB4_ISCSI=m +CONFIG_SCSI_DC390T=m +CONFIG_SCSI_DC395x=m +CONFIG_SCSI_DEBUG=m +CONFIG_SCSI_DH=m +CONFIG_SCSI_DH_ALUA=m +CONFIG_SCSI_DH_EMC=m +CONFIG_SCSI_DH_HP_SW=m +CONFIG_SCSI_DH_RDAC=m +CONFIG_SCSI_DMA=y +CONFIG_SCSI_DMX3191D=m +CONFIG_SCSI_DPT_I2O=m +CONFIG_SCSI_DTC3280=m +CONFIG_SCSI_EATA=m +CONFIG_SCSI_EATA_LINKED_COMMANDS=y +CONFIG_SCSI_EATA_MAX_TAGS=16 +CONFIG_SCSI_EATA_TAGGED_QUEUE=y +CONFIG_SCSI_ENCLOSURE=m +CONFIG_SCSI_ESAS2R=m +CONFIG_SCSI_FC_ATTRS=m +CONFIG_SCSI_FC_TGT_ATTRS=y +CONFIG_SCSI_FLASHPOINT=y +CONFIG_SCSI_FUTURE_DOMAIN=m +CONFIG_SCSI_GDTH=m +CONFIG_SCSI_GENERIC_NCR5380=m +CONFIG_SCSI_GENERIC_NCR5380_MMIO=m +CONFIG_SCSI_GENERIC_NCR53C400=y +CONFIG_SCSI_HPSA=m +CONFIG_SCSI_HPTIOP=m +CONFIG_SCSI_IBMVFC=m +CONFIG_SCSI_IBMVFC_TRACE=y +CONFIG_SCSI_IBMVSCSI=y +CONFIG_SCSI_IMM=m +CONFIG_SCSI_IN2000=m +CONFIG_SCSI_INIA100=m +CONFIG_SCSI_INITIO=m +CONFIG_SCSI_IPR=m +CONFIG_SCSI_IPR_DUMP=y +CONFIG_SCSI_IPR_TRACE=y +CONFIG_SCSI_IPS=m +CONFIG_SCSI_ISCI=m +CONFIG_SCSI_ISCSI_ATTRS=m +# CONFIG_SCSI_IZIP_EPP16 is not set +# CONFIG_SCSI_IZIP_SLOW_CTR is not set +CONFIG_SCSI_LOGGING=y +CONFIG_SCSI_LOWLEVEL=y +CONFIG_SCSI_LOWLEVEL_PCMCIA=y +CONFIG_SCSI_LPFC=m +# CONFIG_SCSI_LPFC_DEBUG_FS is not set +CONFIG_SCSI_MAC53C94=m +CONFIG_SCSI_MESH=m +CONFIG_SCSI_MESH_RESET_DELAY_MS=4000 +CONFIG_SCSI_MESH_SYNC_RATE=5 +CONFIG_SCSI_MOD=y +CONFIG_SCSI_MPT2SAS=m +# CONFIG_SCSI_MPT2SAS_LOGGING is not set +CONFIG_SCSI_MPT2SAS_MAX_SGE=128 +CONFIG_SCSI_MPT3SAS=m +# CONFIG_SCSI_MPT3SAS_LOGGING is not set +CONFIG_SCSI_MPT3SAS_MAX_SGE=128 +CONFIG_SCSI_MULTI_LUN=y +CONFIG_SCSI_MVSAS=m +# CONFIG_SCSI_MVSAS_DEBUG is not set +# CONFIG_SCSI_MVSAS_TASKLET is not set +CONFIG_SCSI_MVUMI=m +CONFIG_SCSI_NCR53C406A=m +CONFIG_SCSI_NETLINK=y +CONFIG_SCSI_NSP32=m +# CONFIG_SCSI_OSD_DEBUG is not set +CONFIG_SCSI_OSD_DPRINT_SENSE=1 +CONFIG_SCSI_OSD_INITIATOR=m +CONFIG_SCSI_OSD_ULD=m +CONFIG_SCSI_PAS16=m +CONFIG_SCSI_PM8001=m +CONFIG_SCSI_PMCRAID=m +CONFIG_SCSI_PPA=m +CONFIG_SCSI_PROC_FS=y +CONFIG_SCSI_QLA_FC=m +CONFIG_SCSI_QLA_ISCSI=m +CONFIG_SCSI_QLOGIC_1280=m +CONFIG_SCSI_QLOGIC_FAS=m +CONFIG_SCSI_SAS_ATA=y +CONFIG_SCSI_SAS_ATTRS=m +CONFIG_SCSI_SAS_HOST_SMP=y +CONFIG_SCSI_SAS_LIBSAS=m +CONFIG_SCSI_SCAN_ASYNC=y +CONFIG_SCSI_SIM710=m +CONFIG_SCSI_SPI_ATTRS=m +CONFIG_SCSI_SRP=m +CONFIG_SCSI_SRP_TGT_ATTRS=y +CONFIG_SCSI_STEX=m +CONFIG_SCSI_SYM53C416=m +CONFIG_SCSI_SYM53C8XX_2=m +CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 +CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 +CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 +CONFIG_SCSI_SYM53C8XX_MMIO=y +CONFIG_SCSI_T128=m +CONFIG_SCSI_TGT=m +CONFIG_SCSI_U14_34F=m +CONFIG_SCSI_U14_34F_LINKED_COMMANDS=y +CONFIG_SCSI_U14_34F_MAX_TAGS=8 +CONFIG_SCSI_U14_34F_TAGGED_QUEUE=y +CONFIG_SCSI_UFSHCD=m +CONFIG_SCSI_UFSHCD_PCI=m +CONFIG_SCSI_UFSHCD_PLATFORM=m +CONFIG_SCSI_ULTRASTOR=m +CONFIG_SCSI_VIRTIO=m +CONFIG_SCTP_COOKIE_HMAC_MD5=y +CONFIG_SCTP_COOKIE_HMAC_SHA1=y +# CONFIG_SCTP_DBG_OBJCNT is not set +# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set +# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set +CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y +CONFIG_SCx200=m +CONFIG_SCx200HR_TIMER=m +CONFIG_SCx200_ACB=m +CONFIG_SCx200_GPIO=m +# CONFIG_SCx200_I2C is not set +CONFIG_SCx200_WDT=m +CONFIG_SDIO_UART=m +CONFIG_SDLA=m +CONFIG_SEALEVEL_4021=m +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +CONFIG_SECURITY=y +CONFIG_SECURITYFS=y +CONFIG_SECURITY_APPARMOR=y +CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1 +CONFIG_SECURITY_APPARMOR_HASH=y +# CONFIG_SECURITY_APPARMOR_STATS is not set +CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT=y +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY_NETWORK=y +CONFIG_SECURITY_NETWORK_XFRM=y +CONFIG_SECURITY_PATH=y +CONFIG_SECURITY_SELINUX=y +CONFIG_SECURITY_SELINUX_AVC_STATS=y +CONFIG_SECURITY_SELINUX_BOOTPARAM=y +CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0 +CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1 +CONFIG_SECURITY_SELINUX_DEVELOP=y +CONFIG_SECURITY_SELINUX_DISABLE=y +# CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set +CONFIG_SECURITY_SMACK=y +CONFIG_SECURITY_TOMOYO=y +CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init" +CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048 +CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024 +# CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set +CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init" +CONFIG_SECURITY_YAMA=y +CONFIG_SECURITY_YAMA_STACKED=y +CONFIG_SELECT_MEMORY_MODEL=y +CONFIG_SENSORS_ABITUGURU=m +CONFIG_SENSORS_ABITUGURU3=m +CONFIG_SENSORS_ACPI_POWER=m +CONFIG_SENSORS_AD7314=m +CONFIG_SENSORS_AD7414=m +CONFIG_SENSORS_AD7418=m +CONFIG_SENSORS_ADC128D818=m +CONFIG_SENSORS_ADCXX=m +CONFIG_SENSORS_ADM1021=m +CONFIG_SENSORS_ADM1025=m +CONFIG_SENSORS_ADM1026=m +CONFIG_SENSORS_ADM1029=m +CONFIG_SENSORS_ADM1031=m +CONFIG_SENSORS_ADM1275=m +CONFIG_SENSORS_ADM9240=m +CONFIG_SENSORS_ADS1015=m +CONFIG_SENSORS_ADS7828=m +CONFIG_SENSORS_ADS7871=m +CONFIG_SENSORS_ADT7310=m +CONFIG_SENSORS_ADT7410=m +CONFIG_SENSORS_ADT7411=m +CONFIG_SENSORS_ADT7462=m +CONFIG_SENSORS_ADT7470=m +CONFIG_SENSORS_ADT7475=m +CONFIG_SENSORS_ADT7X10=m +CONFIG_SENSORS_AMC6821=m +CONFIG_SENSORS_AMS=m +# CONFIG_SENSORS_AMS_I2C is not set +# CONFIG_SENSORS_AMS_PMU is not set +CONFIG_SENSORS_APDS990X=m +CONFIG_SENSORS_APPLESMC=m +CONFIG_SENSORS_ASB100=m +CONFIG_SENSORS_ASC7621=m +CONFIG_SENSORS_ATK0110=m +CONFIG_SENSORS_ATXP1=m +CONFIG_SENSORS_BH1770=m +CONFIG_SENSORS_BH1780=m +CONFIG_SENSORS_CORETEMP=m +CONFIG_SENSORS_DA9052_ADC=m +CONFIG_SENSORS_DA9055=m +CONFIG_SENSORS_DME1737=m +CONFIG_SENSORS_DS1621=m +CONFIG_SENSORS_DS620=m +CONFIG_SENSORS_EMC1403=m +CONFIG_SENSORS_EMC2103=m +CONFIG_SENSORS_EMC6W201=m +CONFIG_SENSORS_F71805F=m +CONFIG_SENSORS_F71882FG=m +CONFIG_SENSORS_F75375S=m +CONFIG_SENSORS_FAM15H_POWER=m +CONFIG_SENSORS_FSCHMD=m +CONFIG_SENSORS_G760A=m +CONFIG_SENSORS_G762=m +CONFIG_SENSORS_GL518SM=m +CONFIG_SENSORS_GL520SM=m +CONFIG_SENSORS_GPIO_FAN=m +CONFIG_SENSORS_HDAPS=m +CONFIG_SENSORS_HIH6130=m +CONFIG_SENSORS_HMC5843=m +CONFIG_SENSORS_HTU21=m +CONFIG_SENSORS_I5K_AMB=m +CONFIG_SENSORS_IBMAEM=m +CONFIG_SENSORS_IBMPEX=m +CONFIG_SENSORS_IBMPOWERNV=m +CONFIG_SENSORS_IIO_HWMON=m +CONFIG_SENSORS_INA209=m +CONFIG_SENSORS_INA2XX=m +CONFIG_SENSORS_ISL29018=m +CONFIG_SENSORS_ISL29028=m +CONFIG_SENSORS_IT87=m +CONFIG_SENSORS_JC42=m +CONFIG_SENSORS_K10TEMP=m +CONFIG_SENSORS_K8TEMP=m +CONFIG_SENSORS_LINEAGE=m +CONFIG_SENSORS_LIS3LV02D=m +CONFIG_SENSORS_LIS3_I2C=m +CONFIG_SENSORS_LIS3_SPI=m +CONFIG_SENSORS_LM25066=m +CONFIG_SENSORS_LM3533=m +CONFIG_SENSORS_LM63=m +CONFIG_SENSORS_LM70=m +CONFIG_SENSORS_LM73=m +CONFIG_SENSORS_LM75=m +CONFIG_SENSORS_LM77=m +CONFIG_SENSORS_LM78=m +CONFIG_SENSORS_LM80=m +CONFIG_SENSORS_LM83=m +CONFIG_SENSORS_LM85=m +CONFIG_SENSORS_LM87=m +CONFIG_SENSORS_LM90=m +CONFIG_SENSORS_LM92=m +CONFIG_SENSORS_LM93=m +CONFIG_SENSORS_LM95234=m +CONFIG_SENSORS_LM95241=m +CONFIG_SENSORS_LM95245=m +CONFIG_SENSORS_LTC2945=m +CONFIG_SENSORS_LTC2978=m +CONFIG_SENSORS_LTC4151=m +CONFIG_SENSORS_LTC4215=m +CONFIG_SENSORS_LTC4222=m +CONFIG_SENSORS_LTC4245=m +CONFIG_SENSORS_LTC4260=m +CONFIG_SENSORS_LTC4261=m +CONFIG_SENSORS_MAX1111=m +CONFIG_SENSORS_MAX16064=m +CONFIG_SENSORS_MAX16065=m +CONFIG_SENSORS_MAX1619=m +CONFIG_SENSORS_MAX1668=m +CONFIG_SENSORS_MAX197=m +CONFIG_SENSORS_MAX34440=m +CONFIG_SENSORS_MAX6639=m +CONFIG_SENSORS_MAX6642=m +CONFIG_SENSORS_MAX6650=m +CONFIG_SENSORS_MAX6697=m +CONFIG_SENSORS_MAX8688=m +CONFIG_SENSORS_MC13783_ADC=m +CONFIG_SENSORS_MCP3021=m +CONFIG_SENSORS_NCT6683=m +CONFIG_SENSORS_NCT6775=m +CONFIG_SENSORS_NTC_THERMISTOR=m +CONFIG_SENSORS_PC87360=m +CONFIG_SENSORS_PC87427=m +CONFIG_SENSORS_PCF8591=m +CONFIG_SENSORS_PMBUS=m +CONFIG_SENSORS_SCH5627=m +CONFIG_SENSORS_SCH5636=m +CONFIG_SENSORS_SHT15=m +CONFIG_SENSORS_SHT21=m +CONFIG_SENSORS_SHTC1=m +CONFIG_SENSORS_SIS5595=m +CONFIG_SENSORS_SMM665=m +CONFIG_SENSORS_SMSC47B397=m +CONFIG_SENSORS_SMSC47M1=m +CONFIG_SENSORS_SMSC47M192=m +CONFIG_SENSORS_THMC50=m +CONFIG_SENSORS_TMP102=m +CONFIG_SENSORS_TMP401=m +CONFIG_SENSORS_TMP421=m +CONFIG_SENSORS_TSL2550=m +CONFIG_SENSORS_TSL2563=m +CONFIG_SENSORS_TWL4030_MADC=m +CONFIG_SENSORS_UCD9000=m +CONFIG_SENSORS_UCD9200=m +CONFIG_SENSORS_VEXPRESS=m +CONFIG_SENSORS_VIA686A=m +CONFIG_SENSORS_VIA_CPUTEMP=m +CONFIG_SENSORS_VT1211=m +CONFIG_SENSORS_VT8231=m +CONFIG_SENSORS_W83627EHF=m +CONFIG_SENSORS_W83627HF=m +CONFIG_SENSORS_W83781D=m +CONFIG_SENSORS_W83791D=m +CONFIG_SENSORS_W83792D=m +CONFIG_SENSORS_W83793=m +CONFIG_SENSORS_W83795=m +# CONFIG_SENSORS_W83795_FANCTRL is not set +CONFIG_SENSORS_W83L785TS=m +CONFIG_SENSORS_W83L786NG=m +CONFIG_SENSORS_WM831X=m +CONFIG_SENSORS_WM8350=m +CONFIG_SENSORS_ZL6100=m +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_ACCENT=m +CONFIG_SERIAL_8250_BOCA=m +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_CS=m +# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set +# CONFIG_SERIAL_8250_DETECT_IRQ is not set +CONFIG_SERIAL_8250_DMA=y +# CONFIG_SERIAL_8250_EM is not set +CONFIG_SERIAL_8250_EXAR_ST16C554=m +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_FOURPORT=m +CONFIG_SERIAL_8250_FSL=y +CONFIG_SERIAL_8250_HUB6=m +CONFIG_SERIAL_8250_MANY_PORTS=y +CONFIG_SERIAL_8250_NR_UARTS=48 +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_PNP=y +CONFIG_SERIAL_8250_RSA=y +CONFIG_SERIAL_8250_RUNTIME_UARTS=32 +CONFIG_SERIAL_8250_SHARE_IRQ=y +CONFIG_SERIAL_ALTERA_JTAGUART=m +CONFIG_SERIAL_ALTERA_UART=m +CONFIG_SERIAL_ALTERA_UART_BAUDRATE=115200 +CONFIG_SERIAL_ALTERA_UART_MAXPORTS=4 +CONFIG_SERIAL_AMBA_PL010=m +CONFIG_SERIAL_AMBA_PL011=y +CONFIG_SERIAL_AMBA_PL011_CONSOLE=y +CONFIG_SERIAL_ARC=m +CONFIG_SERIAL_ARC_NR_PORTS=1 +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_SERIAL_CPM=m +CONFIG_SERIAL_EARLYCON=y +CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST=y +CONFIG_SERIAL_FSL_LPUART=m +CONFIG_SERIAL_ICOM=m +# CONFIG_SERIAL_IFX6X60 is not set +CONFIG_SERIAL_IMX=y +CONFIG_SERIAL_IMX_CONSOLE=y +CONFIG_SERIAL_IPOCTAL=m +CONFIG_SERIAL_JSM=m +CONFIG_SERIAL_KGDB_NMI=y +CONFIG_SERIAL_MAX3100=m +CONFIG_SERIAL_MAX310X=y +CONFIG_SERIAL_MEN_Z135=m +CONFIG_SERIAL_MFD_HSU=m +CONFIG_SERIAL_MRST_MAX3110=m +CONFIG_SERIAL_MSM=y +CONFIG_SERIAL_MSM_CONSOLE=y +CONFIG_SERIAL_NONSTANDARD=y +CONFIG_SERIAL_OF_PLATFORM=y +CONFIG_SERIAL_OMAP=y +CONFIG_SERIAL_OMAP_CONSOLE=y +CONFIG_SERIAL_PCH_UART=m +CONFIG_SERIAL_PMACZILOG=y +CONFIG_SERIAL_PMACZILOG_CONSOLE=y +# CONFIG_SERIAL_PMACZILOG_TTYS is not set +CONFIG_SERIAL_RP2=m +CONFIG_SERIAL_RP2_NR_UARTS=32 +CONFIG_SERIAL_SAMSUNG=y +CONFIG_SERIAL_SAMSUNG_CONSOLE=y +CONFIG_SERIAL_SAMSUNG_UARTS=4 +CONFIG_SERIAL_SAMSUNG_UARTS_4=y +CONFIG_SERIAL_SC16IS7XX=m +CONFIG_SERIAL_SCCNXP=y +CONFIG_SERIAL_SCCNXP_CONSOLE=y +CONFIG_SERIAL_SH_SCI=m +CONFIG_SERIAL_SH_SCI_DMA=y +CONFIG_SERIAL_SH_SCI_NR_UARTS=2 +CONFIG_SERIAL_ST_ASC=m +CONFIG_SERIAL_TEGRA=m +CONFIG_SERIAL_TIMBERDALE=m +CONFIG_SERIAL_UARTLITE=m +CONFIG_SERIAL_XILINX_PS_UART=m +CONFIG_SERIO=y +CONFIG_SERIO_ALTERA_PS2=m +CONFIG_SERIO_AMBAKMI=m +CONFIG_SERIO_APBPS2=m +CONFIG_SERIO_ARC_PS2=m +CONFIG_SERIO_CT82C710=m +CONFIG_SERIO_I8042=y +CONFIG_SERIO_LIBPS2=y +CONFIG_SERIO_NVEC_PS2=m +CONFIG_SERIO_PARKBD=m +CONFIG_SERIO_PCIPS2=m +CONFIG_SERIO_PS2MULT=m +CONFIG_SERIO_RAW=m +CONFIG_SERIO_SERPORT=m +CONFIG_SERIO_XILINX_XPS_PS2=m +CONFIG_SFC=m +CONFIG_SFC_MCDI_MON=y +CONFIG_SFC_MTD=y +CONFIG_SFC_SRIOV=y +CONFIG_SFI=y +CONFIG_SGETMASK_SYSCALL=y +CONFIG_SGI_IOC4=m +CONFIG_SGI_PARTITION=y +CONFIG_SGY_CTS1000=m +CONFIG_SHMEM=y +CONFIG_SHMOBILE_IOMMU=y +# CONFIG_SHMOBILE_IOMMU_ADDRSIZE_1024MB is not set +# CONFIG_SHMOBILE_IOMMU_ADDRSIZE_128MB is not set +CONFIG_SHMOBILE_IOMMU_ADDRSIZE_2048MB=y +# CONFIG_SHMOBILE_IOMMU_ADDRSIZE_256MB is not set +# CONFIG_SHMOBILE_IOMMU_ADDRSIZE_32MB is not set +# CONFIG_SHMOBILE_IOMMU_ADDRSIZE_512MB is not set +# CONFIG_SHMOBILE_IOMMU_ADDRSIZE_64MB is not set +CONFIG_SHMOBILE_IOMMU_L1SIZE=8192 +CONFIG_SHMOBILE_IPMMU=y +CONFIG_SHMOBILE_IPMMU_TLB=y +CONFIG_SHMOBILE_TIMER_HZ=128 +CONFIG_SH_DMAE=m +CONFIG_SH_DMAE_BASE=y +CONFIG_SH_ETH=m +CONFIG_SH_IRDA=m +# CONFIG_SH_TIMER_TMU is not set +CONFIG_SI7005=m +CONFIG_SIGMATEL_FIR=m +CONFIG_SIGNALFD=y +CONFIG_SIGNATURE=y +CONFIG_SIS190=m +CONFIG_SIS900=m +CONFIG_SKFP=m +CONFIG_SKGE=m +# CONFIG_SKGE_DEBUG is not set +CONFIG_SKGE_GENESIS=y +CONFIG_SKY2=m +# CONFIG_SKY2_DEBUG is not set +# CONFIG_SLAB is not set +CONFIG_SLABINFO=y +CONFIG_SLHC=y +CONFIG_SLICOSS=m +CONFIG_SLIP=m +CONFIG_SLIP_COMPRESSED=y +CONFIG_SLIP_MODE_SLIP6=y +CONFIG_SLIP_SMART=y +# CONFIG_SLOB is not set +CONFIG_SLUB=y +CONFIG_SLUB_CPU_PARTIAL=y +CONFIG_SLUB_DEBUG=y +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_SLUB_STATS is not set +CONFIG_SMARTJOYPLUS_FF=y +CONFIG_SMC911X=m +CONFIG_SMC9194=m +CONFIG_SMC_IRCC_FIR=m +CONFIG_SMP=y +CONFIG_SMP_ON_UP=y +CONFIG_SMSC37B787_WDT=m +CONFIG_SMSC911X=m +# CONFIG_SMSC911X_ARCH_HOOKS is not set +CONFIG_SMSC9420=m +CONFIG_SMSC_PHY=m +CONFIG_SMSC_SCH311X_WDT=m +CONFIG_SMS_SDIO_DRV=m +# CONFIG_SMS_SIANO_DEBUGFS is not set +CONFIG_SMS_SIANO_MDTV=m +CONFIG_SMS_SIANO_RC=y +CONFIG_SMS_USB_DRV=m +CONFIG_SM_FTL=m +CONFIG_SND_AC97_CODEC=m +CONFIG_SND_AC97_POWER_SAVE=y +CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0 +CONFIG_SND_AD1816A=m +CONFIG_SND_AD1848=m +CONFIG_SND_AD1889=m +CONFIG_SND_ADLIB=m +CONFIG_SND_ALI5451=m +CONFIG_SND_ALOOP=m +CONFIG_SND_ALS100=m +CONFIG_SND_ALS300=m +CONFIG_SND_ALS4000=m +CONFIG_SND_AM33XX_SOC_EVM=m +CONFIG_SND_AOA=m +CONFIG_SND_AOA_FABRIC_LAYOUT=m +CONFIG_SND_AOA_ONYX=m +CONFIG_SND_AOA_SOUNDBUS=m +CONFIG_SND_AOA_SOUNDBUS_I2S=m +CONFIG_SND_AOA_TAS=m +CONFIG_SND_AOA_TOONIE=m +CONFIG_SND_ARM=y +CONFIG_SND_ARMAACI=m +CONFIG_SND_ASIHPI=m +CONFIG_SND_ATIIXP=m +CONFIG_SND_ATIIXP_MODEM=m +CONFIG_SND_ATMEL_SOC=m +CONFIG_SND_AU8810=m +CONFIG_SND_AU8820=m +CONFIG_SND_AU8830=m +CONFIG_SND_AW2=m +CONFIG_SND_AZT1605=m +CONFIG_SND_AZT2316=m +CONFIG_SND_AZT2320=m +CONFIG_SND_AZT3328=m +CONFIG_SND_BCD2000=m +CONFIG_SND_BEBOB=m +CONFIG_SND_BT87X=m +# CONFIG_SND_BT87X_OVERCLOCK is not set +CONFIG_SND_CA0106=m +CONFIG_SND_CMI8328=m +CONFIG_SND_CMI8330=m +CONFIG_SND_CMIPCI=m +CONFIG_SND_CS4231=m +CONFIG_SND_CS4236=m +CONFIG_SND_CS4281=m +CONFIG_SND_CS46XX=m +CONFIG_SND_CS46XX_NEW_DSP=y +CONFIG_SND_CS5530=m +CONFIG_SND_CS5535AUDIO=m +CONFIG_SND_CTXFI=m +CONFIG_SND_DARLA20=m +CONFIG_SND_DARLA24=m +CONFIG_SND_DAVINCI_SOC=m +CONFIG_SND_DAVINCI_SOC_GENERIC_EVM=m +CONFIG_SND_DAVINCI_SOC_MCASP=m +# CONFIG_SND_DEBUG is not set +CONFIG_SND_DESIGNWARE_I2S=m +CONFIG_SND_DICE=m +CONFIG_SND_DMA_SGBUF=y +CONFIG_SND_DRIVERS=y +CONFIG_SND_DUMMY=m +CONFIG_SND_DYNAMIC_MINORS=y +CONFIG_SND_ECHO3G=m +CONFIG_SND_EMU10K1=m +CONFIG_SND_EMU10K1X=m +CONFIG_SND_EMU10K1_SEQ=m +CONFIG_SND_ENS1370=m +CONFIG_SND_ENS1371=m +CONFIG_SND_ES1688=m +CONFIG_SND_ES18XX=m +CONFIG_SND_ES1938=m +CONFIG_SND_ES1968=m +CONFIG_SND_ES1968_INPUT=y +CONFIG_SND_ES1968_RADIO=y +CONFIG_SND_FIREWIRE=y +CONFIG_SND_FIREWIRE_LIB=m +CONFIG_SND_FIREWIRE_SPEAKERS=m +CONFIG_SND_FIREWORKS=m +CONFIG_SND_FM801=m +CONFIG_SND_FM801_TEA575X_BOOL=y +CONFIG_SND_GINA20=m +CONFIG_SND_GINA24=m +CONFIG_SND_GUSCLASSIC=m +CONFIG_SND_GUSEXTREME=m +CONFIG_SND_GUSMAX=m +CONFIG_SND_HDA=m +CONFIG_SND_HDA_CODEC_ANALOG=m +CONFIG_SND_HDA_CODEC_CA0110=m +CONFIG_SND_HDA_CODEC_CA0132=m +CONFIG_SND_HDA_CODEC_CA0132_DSP=y +CONFIG_SND_HDA_CODEC_CIRRUS=m +CONFIG_SND_HDA_CODEC_CMEDIA=m +CONFIG_SND_HDA_CODEC_CONEXANT=m +CONFIG_SND_HDA_CODEC_HDMI=m +CONFIG_SND_HDA_CODEC_REALTEK=m +CONFIG_SND_HDA_CODEC_SI3054=m +CONFIG_SND_HDA_CODEC_SIGMATEL=m +CONFIG_SND_HDA_CODEC_VIA=m +CONFIG_SND_HDA_DSP_LOADER=y +CONFIG_SND_HDA_GENERIC=m +CONFIG_SND_HDA_HWDEP=y +CONFIG_SND_HDA_I915=y +CONFIG_SND_HDA_INPUT_BEEP=y +CONFIG_SND_HDA_INPUT_BEEP_MODE=0 +CONFIG_SND_HDA_INPUT_JACK=y +CONFIG_SND_HDA_PATCH_LOADER=y +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 +CONFIG_SND_HDA_PREALLOC_SIZE=64 +CONFIG_SND_HDA_RECONFIG=y +CONFIG_SND_HDA_TEGRA=m +CONFIG_SND_HDSP=m +CONFIG_SND_HDSPM=m +CONFIG_SND_HRTIMER=m +CONFIG_SND_HWDEP=m +CONFIG_SND_ICE1712=m +CONFIG_SND_ICE1724=m +CONFIG_SND_IMX_SOC=y +CONFIG_SND_INDIGO=m +CONFIG_SND_INDIGODJ=m +CONFIG_SND_INDIGODJX=m +CONFIG_SND_INDIGOIO=m +CONFIG_SND_INDIGOIOX=m +CONFIG_SND_INTEL8X0=m +CONFIG_SND_INTEL8X0M=m +CONFIG_SND_INTERWAVE=m +CONFIG_SND_INTERWAVE_STB=m +CONFIG_SND_ISA=y +CONFIG_SND_ISIGHT=m +CONFIG_SND_JACK=y +CONFIG_SND_JAZZ16=m +CONFIG_SND_KCTL_JACK=y +CONFIG_SND_KIRKWOOD_SOC=m +CONFIG_SND_KIRKWOOD_SOC_ARMADA370_DB=m +CONFIG_SND_KORG1212=m +CONFIG_SND_LAYLA20=m +CONFIG_SND_LAYLA24=m +CONFIG_SND_LOLA=m +CONFIG_SND_LX6464ES=m +CONFIG_SND_MAESTRO3=m +CONFIG_SND_MAESTRO3_INPUT=y +CONFIG_SND_MAX_CARDS=32 +CONFIG_SND_MFLD_MACHINE=m +CONFIG_SND_MIA=m +CONFIG_SND_MIRO=m +CONFIG_SND_MIXART=m +CONFIG_SND_MIXER_OSS=m +CONFIG_SND_MONA=m +CONFIG_SND_MPU401=m +CONFIG_SND_MPU401_UART=m +CONFIG_SND_MSND_CLASSIC=m +CONFIG_SND_MSND_PINNACLE=m +CONFIG_SND_MTPAV=m +CONFIG_SND_MTS64=m +CONFIG_SND_NM256=m +CONFIG_SND_OMAP_SOC=y +CONFIG_SND_OMAP_SOC_DMIC=m +CONFIG_SND_OMAP_SOC_HDMI=m +CONFIG_SND_OMAP_SOC_MCBSP=y +CONFIG_SND_OMAP_SOC_MCPDM=m +CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m +CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040=m +CONFIG_SND_OMAP_SOC_OMAP_HDMI=m +CONFIG_SND_OMAP_SOC_OMAP_TWL4030=y +CONFIG_SND_OPL3SA2=m +CONFIG_SND_OPL3_LIB=m +CONFIG_SND_OPL3_LIB_SEQ=m +CONFIG_SND_OPL4_LIB=m +CONFIG_SND_OPTI92X_AD1848=m +CONFIG_SND_OPTI92X_CS4231=m +CONFIG_SND_OPTI93X=m +CONFIG_SND_OSSEMUL=y +CONFIG_SND_OXYGEN=m +CONFIG_SND_OXYGEN_LIB=m +CONFIG_SND_PCI=y +CONFIG_SND_PCMCIA=y +# CONFIG_SND_PCM_OSS is not set +CONFIG_SND_PCSP=m +CONFIG_SND_PCXHR=m +CONFIG_SND_PDAUDIOCF=m +CONFIG_SND_PORTMAN2X4=m +CONFIG_SND_POWERMAC=m +CONFIG_SND_POWERMAC_AUTO_DRC=y +CONFIG_SND_POWERPC_SOC=m +CONFIG_SND_PPC=y +CONFIG_SND_PS3=m +CONFIG_SND_PS3_DEFAULT_START_DELAY=2000 +CONFIG_SND_RAWMIDI=m +CONFIG_SND_RAWMIDI_SEQ=m +CONFIG_SND_RIPTIDE=m +CONFIG_SND_RME32=m +CONFIG_SND_RME96=m +CONFIG_SND_RME9652=m +CONFIG_SND_S3C_DMA=m +CONFIG_SND_SAMSUNG_I2S=m +CONFIG_SND_SAMSUNG_PCM=m +CONFIG_SND_SAMSUNG_SPDIF=m +CONFIG_SND_SB16=m +CONFIG_SND_SB16_CSP=y +CONFIG_SND_SB16_DSP=m +CONFIG_SND_SB8=m +CONFIG_SND_SB8_DSP=m +CONFIG_SND_SBAWE=m +CONFIG_SND_SB_COMMON=m +CONFIG_SND_SC6000=m +CONFIG_SND_SCS1X=m +CONFIG_SND_SEQUENCER=m +# CONFIG_SND_SEQUENCER_OSS is not set +CONFIG_SND_SEQ_DUMMY=m +CONFIG_SND_SEQ_HRTIMER_DEFAULT=y +CONFIG_SND_SERIAL_U16550=m +CONFIG_SND_SIMPLE_CARD=m +CONFIG_SND_SIS7019=m +CONFIG_SND_SOC_AC97_BUS=y +CONFIG_SND_SOC_ADAU1701=m +CONFIG_SND_SOC_AK4104=m +CONFIG_SND_SOC_AK4554=m +CONFIG_SND_SOC_AK4642=m +CONFIG_SND_SOC_AK5386=m +CONFIG_SND_SOC_ALC5623=m +CONFIG_SND_SOC_ALC5632=m +CONFIG_SND_SOC_CS4270=m +CONFIG_SND_SOC_CS4271=m +CONFIG_SND_SOC_CS42L51=m +CONFIG_SND_SOC_CS42L52=m +CONFIG_SND_SOC_CS42L56=m +CONFIG_SND_SOC_CS42L73=m +CONFIG_SND_SOC_CS42XX8=m +CONFIG_SND_SOC_CS42XX8_I2C=m +CONFIG_SND_SOC_DMIC=m +CONFIG_SND_SOC_EUKREA_TLV320=m +CONFIG_SND_SOC_FSL_ESAI=m +CONFIG_SND_SOC_FSL_SAI=m +CONFIG_SND_SOC_FSL_SPDIF=m +CONFIG_SND_SOC_FSL_UTILS=m +CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y +CONFIG_SND_SOC_IMX_MC13783=m +CONFIG_SND_SOC_IMX_PCM_DMA=y +CONFIG_SND_SOC_IMX_PCM_FIQ=y +CONFIG_SND_SOC_IMX_SGTL5000=y +CONFIG_SND_SOC_IMX_SPDIF=m +CONFIG_SND_SOC_IMX_SSI=m +CONFIG_SND_SOC_IMX_WM8962=m +CONFIG_SND_SOC_INTEL_BAYTRAIL=m +CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH=m +CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH=m +CONFIG_SND_SOC_INTEL_HASWELL=m +CONFIG_SND_SOC_INTEL_HASWELL_MACH=m +CONFIG_SND_SOC_INTEL_SST=m +CONFIG_SND_SOC_INTEL_SST_ACPI=m +CONFIG_SND_SOC_MAX98090=m +CONFIG_SND_SOC_MAX98095=m +CONFIG_SND_SOC_MC13783=m +CONFIG_SND_SOC_PCM1681=m +CONFIG_SND_SOC_PCM1792A=m +CONFIG_SND_SOC_PCM512x=m +CONFIG_SND_SOC_PCM512x_I2C=m +CONFIG_SND_SOC_PCM512x_SPI=m +CONFIG_SND_SOC_RCAR=m +CONFIG_SND_SOC_RL6231=m +CONFIG_SND_SOC_RT5640=m +CONFIG_SND_SOC_SAMSUNG=m +CONFIG_SND_SOC_SAMSUNG_SMDK_SPDIF=m +CONFIG_SND_SOC_SAMSUNG_SMDK_WM8994=m +CONFIG_SND_SOC_SH4_FSI=m +CONFIG_SND_SOC_SI476X=m +CONFIG_SND_SOC_SIGMADSP=m +CONFIG_SND_SOC_SIGMADSP_I2C=m +CONFIG_SND_SOC_SIRF_AUDIO_CODEC=m +CONFIG_SND_SOC_SMDK_WM8994_PCM=m +CONFIG_SND_SOC_SN95031=m +CONFIG_SND_SOC_SNOW=m +CONFIG_SND_SOC_SPDIF=m +CONFIG_SND_SOC_STA350=m +CONFIG_SND_SOC_TAS5086=m +CONFIG_SND_SOC_TEGRA=m +CONFIG_SND_SOC_TEGRA20_AC97=m +CONFIG_SND_SOC_TEGRA20_DAS=m +CONFIG_SND_SOC_TEGRA20_I2S=m +CONFIG_SND_SOC_TEGRA20_SPDIF=m +CONFIG_SND_SOC_TEGRA30_AHUB=m +CONFIG_SND_SOC_TEGRA30_I2S=m +CONFIG_SND_SOC_TEGRA_ALC5632=m +CONFIG_SND_SOC_TEGRA_MAX98090=m +CONFIG_SND_SOC_TEGRA_RT5640=m +CONFIG_SND_SOC_TEGRA_TRIMSLICE=m +CONFIG_SND_SOC_TEGRA_WM8753=m +CONFIG_SND_SOC_TEGRA_WM8903=m +CONFIG_SND_SOC_TEGRA_WM9712=m +CONFIG_SND_SOC_TLV320AIC23=m +CONFIG_SND_SOC_TLV320AIC23_I2C=m +CONFIG_SND_SOC_TLV320AIC3X=m +CONFIG_SND_SOC_TPA6130A2=m +CONFIG_SND_SOC_TWL4030=y +CONFIG_SND_SOC_TWL6040=m +CONFIG_SND_SOC_WM8510=m +CONFIG_SND_SOC_WM8523=m +CONFIG_SND_SOC_WM8580=m +CONFIG_SND_SOC_WM8711=m +CONFIG_SND_SOC_WM8728=m +CONFIG_SND_SOC_WM8731=m +CONFIG_SND_SOC_WM8737=m +CONFIG_SND_SOC_WM8741=m +CONFIG_SND_SOC_WM8750=m +CONFIG_SND_SOC_WM8753=m +CONFIG_SND_SOC_WM8770=m +CONFIG_SND_SOC_WM8776=m +CONFIG_SND_SOC_WM8804=m +CONFIG_SND_SOC_WM8903=m +CONFIG_SND_SOC_WM8962=m +CONFIG_SND_SOC_WM8994=m +CONFIG_SND_SOC_WM9712=m +CONFIG_SND_SOC_WM_HUBS=m +CONFIG_SND_SONICVIBES=m +CONFIG_SND_SPI=y +CONFIG_SND_SSCAPE=m +CONFIG_SND_SST_MFLD_PLATFORM=m +CONFIG_SND_SUPPORT_OLD_API=y +CONFIG_SND_TRIDENT=m +CONFIG_SND_USB=y +CONFIG_SND_USB_6FIRE=m +CONFIG_SND_USB_AUDIO=m +CONFIG_SND_USB_CAIAQ=m +CONFIG_SND_USB_CAIAQ_INPUT=y +CONFIG_SND_USB_HIFACE=m +CONFIG_SND_USB_UA101=m +CONFIG_SND_USB_US122L=m +CONFIG_SND_USB_USX2Y=m +# CONFIG_SND_VERBOSE_PRINTK is not set +CONFIG_SND_VERBOSE_PROCFS=y +CONFIG_SND_VIA82XX=m +CONFIG_SND_VIA82XX_MODEM=m +CONFIG_SND_VIRMIDI=m +CONFIG_SND_VIRTUOSO=m +CONFIG_SND_VMASTER=y +CONFIG_SND_VX222=m +CONFIG_SND_VXPOCKET=m +CONFIG_SND_VX_LIB=m +CONFIG_SND_WAVEFRONT=m +CONFIG_SND_WSS_LIB=m +CONFIG_SND_YMFPCI=m +# CONFIG_SOCRATES is not set +# CONFIG_SOC_AM43XX is not set +CONFIG_SOC_BUS=y +CONFIG_SOC_CAMERA=m +CONFIG_SOC_CAMERA_IMX074=m +CONFIG_SOC_CAMERA_MT9M001=m +CONFIG_SOC_CAMERA_MT9M111=m +CONFIG_SOC_CAMERA_MT9T031=m +CONFIG_SOC_CAMERA_MT9T112=m +CONFIG_SOC_CAMERA_MT9V022=m +CONFIG_SOC_CAMERA_OV2640=m +CONFIG_SOC_CAMERA_OV5642=m +CONFIG_SOC_CAMERA_OV6650=m +CONFIG_SOC_CAMERA_OV772X=m +CONFIG_SOC_CAMERA_OV9640=m +CONFIG_SOC_CAMERA_OV9740=m +CONFIG_SOC_CAMERA_PLATFORM=m +CONFIG_SOC_CAMERA_RJ54N1=m +CONFIG_SOC_CAMERA_SCALE_CROP=m +CONFIG_SOC_CAMERA_TW9910=m +CONFIG_SOC_DRA7XX=y +CONFIG_SOC_EXYNOS5250=y +CONFIG_SOC_EXYNOS5260=y +CONFIG_SOC_EXYNOS5410=y +CONFIG_SOC_EXYNOS5420=y +CONFIG_SOC_EXYNOS5440=y +CONFIG_SOC_EXYNOS5800=y +CONFIG_SOC_HAS_OMAP2_SDRC=y +CONFIG_SOC_HAS_REALTIME_COUNTER=y +CONFIG_SOC_IMX5=y +CONFIG_SOC_IMX50=y +# CONFIG_SOC_IMX53 is not set +CONFIG_SOC_IMX6=y +CONFIG_SOC_IMX6Q=y +CONFIG_SOC_IMX6SL=y +CONFIG_SOC_IMX6SX=y +CONFIG_SOC_OMAP3430=y +# CONFIG_SOC_OMAP5 is not set +CONFIG_SOC_TI81XX=y +CONFIG_SOC_VF610=y +CONFIG_SOFT_WATCHDOG=m +CONFIG_SOLARIS_X86_PARTITION=y +CONFIG_SOLO6X10=m +CONFIG_SONYPI=m +CONFIG_SONYPI_COMPAT=y +CONFIG_SONY_FF=y +CONFIG_SONY_LAPTOP=m +CONFIG_SOUND_OSS_CORE=y +# CONFIG_SOUND_OSS_CORE_PRECLAIM is not set +# CONFIG_SOUND_PRIME is not set +CONFIG_SP5100_TCO=m +CONFIG_SPAPR_TCE_IOMMU=y +CONFIG_SPARSEMEM=y +CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y +CONFIG_SPARSEMEM_EXTREME=y +CONFIG_SPARSEMEM_MANUAL=y +CONFIG_SPARSEMEM_STATIC=y +CONFIG_SPARSEMEM_VMEMMAP=y +CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y +CONFIG_SPARSE_IRQ=y +# CONFIG_SPARSE_RCU_POINTER is not set +CONFIG_SPEAKUP=m +CONFIG_SPEAKUP_SYNTH_ACNTPC=m +CONFIG_SPEAKUP_SYNTH_ACNTSA=m +CONFIG_SPEAKUP_SYNTH_APOLLO=m +CONFIG_SPEAKUP_SYNTH_AUDPTR=m +CONFIG_SPEAKUP_SYNTH_BNS=m +CONFIG_SPEAKUP_SYNTH_DECEXT=m +CONFIG_SPEAKUP_SYNTH_DECPC=m +CONFIG_SPEAKUP_SYNTH_DECTLK=m +CONFIG_SPEAKUP_SYNTH_DTLK=m +CONFIG_SPEAKUP_SYNTH_DUMMY=m +CONFIG_SPEAKUP_SYNTH_KEYPC=m +CONFIG_SPEAKUP_SYNTH_LTLK=m +CONFIG_SPEAKUP_SYNTH_SOFT=m +CONFIG_SPEAKUP_SYNTH_SPKOUT=m +CONFIG_SPEAKUP_SYNTH_TXPRT=m +CONFIG_SPI=y +CONFIG_SPI_ALTERA=m +CONFIG_SPI_BITBANG=m +CONFIG_SPI_BUTTERFLY=m +CONFIG_SPI_CADENCE=m +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_DESIGNWARE=m +CONFIG_SPI_DW_MID_DMA=y +CONFIG_SPI_DW_MMIO=m +CONFIG_SPI_DW_PCI=m +CONFIG_SPI_FSL_CPM=y +CONFIG_SPI_FSL_DSPI=m +CONFIG_SPI_FSL_ESPI=y +CONFIG_SPI_FSL_LIB=y +CONFIG_SPI_FSL_QUADSPI=m +CONFIG_SPI_FSL_SPI=y +CONFIG_SPI_GPIO=m +CONFIG_SPI_IMX=m +CONFIG_SPI_LM70_LLP=m +CONFIG_SPI_MASTER=y +CONFIG_SPI_OC_TINY=m +CONFIG_SPI_OMAP24XX=y +CONFIG_SPI_ORION=m +CONFIG_SPI_PL022=m +CONFIG_SPI_PXA2XX=m +CONFIG_SPI_PXA2XX_DMA=y +CONFIG_SPI_PXA2XX_PCI=m +CONFIG_SPI_QUP=m +CONFIG_SPI_RSPI=m +CONFIG_SPI_S3C64XX=m +CONFIG_SPI_SC18IS602=m +CONFIG_SPI_SH_HSPI=m +CONFIG_SPI_SH_MSIOF=m +CONFIG_SPI_SPIDEV=m +CONFIG_SPI_TEGRA114=m +CONFIG_SPI_TEGRA20_SFLASH=m +CONFIG_SPI_TEGRA20_SLINK=m +CONFIG_SPI_TI_QSPI=m +CONFIG_SPI_TLE62X0=m +CONFIG_SPI_TOPCLIFF_PCH=m +CONFIG_SPI_XCOMM=m +# CONFIG_SPI_XILINX is not set +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_SPMI=m +CONFIG_SPMI_MSM_PMIC_ARB=m +CONFIG_SPU_BASE=y +CONFIG_SPU_FS=m +CONFIG_SPU_FS_64K_LS=y +CONFIG_SQUASHFS=m +# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set +# CONFIG_SQUASHFS_DECOMP_MULTI is not set +CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y +# CONFIG_SQUASHFS_DECOMP_SINGLE is not set +# CONFIG_SQUASHFS_EMBEDDED is not set +# CONFIG_SQUASHFS_FILE_CACHE is not set +CONFIG_SQUASHFS_FILE_DIRECT=y +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 +CONFIG_SQUASHFS_LZO=y +CONFIG_SQUASHFS_XATTR=y +CONFIG_SQUASHFS_XZ=y +CONFIG_SQUASHFS_ZLIB=y +CONFIG_SRAM=y +CONFIG_SSB=m +CONFIG_SSB_B43_PCI_BRIDGE=y +CONFIG_SSB_BLOCKIO=y +# CONFIG_SSB_DEBUG is not set +CONFIG_SSB_DRIVER_GPIO=y +CONFIG_SSB_DRIVER_PCICORE=y +CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y +CONFIG_SSB_PCIHOST=y +CONFIG_SSB_PCIHOST_POSSIBLE=y +# CONFIG_SSB_PCMCIAHOST is not set +CONFIG_SSB_PCMCIAHOST_POSSIBLE=y +CONFIG_SSB_POSSIBLE=y +CONFIG_SSB_SDIOHOST=y +CONFIG_SSB_SDIOHOST_POSSIBLE=y +# CONFIG_SSB_SILENT is not set +CONFIG_SSB_SPROM=y +CONFIG_SSFDC=m +CONFIG_SSI_PROTOCOL=m +CONFIG_STACKTRACE=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_STAGING=y +CONFIG_STAGING_MEDIA=y +CONFIG_STE10XP=m +CONFIG_STE_MODEM_RPROC=m +# CONFIG_STMMAC_DA is not set +# CONFIG_STMMAC_DEBUG_FS is not set +CONFIG_STMMAC_ETH=m +# CONFIG_STMMAC_PCI is not set +CONFIG_STMMAC_PLATFORM=y +CONFIG_STMPE_I2C=y +CONFIG_STMPE_SPI=y +CONFIG_STMP_DEVICE=y +CONFIG_STOP_MACHINE=y +CONFIG_STP=m +CONFIG_STRICT_DEVMEM=y +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_STX_GP3 is not set +CONFIG_SUDMAC=m +CONFIG_SUNDANCE=m +# CONFIG_SUNDANCE_MMIO is not set +CONFIG_SUNGEM=m +CONFIG_SUNGEM_PHY=m +CONFIG_SUNRPC=m +CONFIG_SUNRPC_BACKCHANNEL=y +CONFIG_SUNRPC_DEBUG=y +CONFIG_SUNRPC_GSS=m +CONFIG_SUNRPC_SWAP=y +CONFIG_SUNRPC_XPRT_RDMA_CLIENT=m +CONFIG_SUNRPC_XPRT_RDMA_SERVER=m +CONFIG_SUN_PARTITION=y +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +CONFIG_SWAP=y +CONFIG_SWIOTLB=y +CONFIG_SWIOTLB_XEN=y +CONFIG_SWP_EMULATE=y +CONFIG_SXGBE_ETH=m +CONFIG_SYNCLINK=m +CONFIG_SYNCLINKMP=m +CONFIG_SYNCLINK_CS=m +CONFIG_SYNCLINK_GT=m +CONFIG_SYN_COOKIES=y +CONFIG_SYSCTL=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_SYSCTL_SYSCALL=y +CONFIG_SYSFS=y +# CONFIG_SYSFS_DEPRECATED is not set +CONFIG_SYSFS_SYSCALL=y +CONFIG_SYSTEMPORT=m +CONFIG_SYSTEM_TRUSTED_KEYRING=y +CONFIG_SYSV68_PARTITION=y +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_COMPAT=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_SYSV_FS=m +CONFIG_SYS_SUPPORTS_APM_EMULATION=y +CONFIG_SYS_SUPPORTS_EM_STI=y +CONFIG_SYS_SUPPORTS_HUGETLBFS=y +CONFIG_SYS_SUPPORTS_SH_CMT=y +CONFIG_SYS_SUPPORTS_SH_MTU2=y +CONFIG_TABLET_USB_ACECAD=m +CONFIG_TABLET_USB_AIPTEK=m +CONFIG_TABLET_USB_GTCO=m +CONFIG_TABLET_USB_HANWANG=m +CONFIG_TABLET_USB_KBTAB=m +CONFIG_TABLET_USB_WACOM=m +CONFIG_TAHVO_USB=m +CONFIG_TAHVO_USB_HOST_BY_DEFAULT=y +CONFIG_TARGET_CORE=m +CONFIG_TASKSTATS=y +CONFIG_TASK_DELAY_ACCT=y +CONFIG_TASK_IO_ACCOUNTING=y +CONFIG_TASK_SIZE=0xc0000000 +CONFIG_TASK_XACCT=y +CONFIG_TAU=y +# CONFIG_TAU_AVERAGE is not set +# CONFIG_TAU_INT is not set +CONFIG_TC1100_WMI=m +CONFIG_TCG_ATMEL=m +CONFIG_TCG_IBMVTPM=y +CONFIG_TCG_INFINEON=m +CONFIG_TCG_NSC=m +CONFIG_TCG_ST33_I2C=m +CONFIG_TCG_TIS=y +CONFIG_TCG_TIS_I2C_ATMEL=m +CONFIG_TCG_TIS_I2C_INFINEON=m +CONFIG_TCG_TIS_I2C_NUVOTON=m +CONFIG_TCG_TPM=y +CONFIG_TCG_XEN=m +CONFIG_TCIC=m +CONFIG_TCM_FC=m +CONFIG_TCM_FILEIO=m +CONFIG_TCM_IBLOCK=m +CONFIG_TCM_PSCSI=m +CONFIG_TCM_QLA2XXX=m +CONFIG_TCP_CONG_ADVANCED=y +CONFIG_TCP_CONG_BIC=m +CONFIG_TCP_CONG_CUBIC=y +CONFIG_TCP_CONG_HSTCP=m +CONFIG_TCP_CONG_HTCP=m +CONFIG_TCP_CONG_HYBLA=m +CONFIG_TCP_CONG_ILLINOIS=m +CONFIG_TCP_CONG_LP=m +CONFIG_TCP_CONG_SCALABLE=m +CONFIG_TCP_CONG_VEGAS=m +CONFIG_TCP_CONG_VENO=m +CONFIG_TCP_CONG_WESTWOOD=m +CONFIG_TCP_CONG_YEAH=m +CONFIG_TCP_MD5SIG=y +CONFIG_TCS3472=m +CONFIG_TEGRA20_APB_DMA=y +CONFIG_TEGRA20_MC=y +CONFIG_TEGRA30_MC=y +CONFIG_TEGRA_AHB=y +CONFIG_TEGRA_HOST1X=m +CONFIG_TEGRA_HOST1X_FIREWALL=y +CONFIG_TEGRA_IOMMU_GART=y +CONFIG_TEGRA_IOMMU_SMMU=y +CONFIG_TEGRA_WATCHDOG=m +CONFIG_TEHUTI=m +CONFIG_TEKRAM_DONGLE=m +CONFIG_TELCLOCK=m +CONFIG_TEST_BPF=m +CONFIG_TEST_KSTRTOX=m +# CONFIG_TEST_LIST_SORT is not set +CONFIG_TEST_MODULE=m +CONFIG_TEST_POWER=m +CONFIG_TEST_STRING_HELPERS=m +CONFIG_TEST_USER_COPY=m +CONFIG_TEXTSEARCH=y +CONFIG_TEXTSEARCH_BM=m +CONFIG_TEXTSEARCH_FSM=m +CONFIG_TEXTSEARCH_KMP=m +CONFIG_THERMAL=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +CONFIG_THERMAL_EMULATION=y +CONFIG_THERMAL_GOV_FAIR_SHARE=y +CONFIG_THERMAL_GOV_STEP_WISE=y +CONFIG_THERMAL_GOV_USER_SPACE=y +CONFIG_THERMAL_HWMON=y +CONFIG_THERMAL_OF=y +CONFIG_THERM_ADT746X=y +CONFIG_THERM_PM72=m +CONFIG_THERM_WINDTUNNEL=m +CONFIG_THINKPAD_ACPI=m +CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y +# CONFIG_THINKPAD_ACPI_DEBUG is not set +CONFIG_THINKPAD_ACPI_DEBUGFACILITIES=y +CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y +# CONFIG_THINKPAD_ACPI_UNSAFE_LEDS is not set +CONFIG_THINKPAD_ACPI_VIDEO=y +CONFIG_THRUSTMASTER_FF=y +# CONFIG_THUMB2_KERNEL is not set +CONFIG_TICK_ONESHOT=y +CONFIG_TIFM_7XX1=m +CONFIG_TIFM_CORE=m +CONFIG_TIMB_DMA=m +CONFIG_TIMERFD=y +CONFIG_TIMER_STATS=y +CONFIG_TIPC=m +CONFIG_TIPC_MEDIA_IB=y +CONFIG_TIPC_PORTS=8191 +CONFIG_TI_ADC081C=m +CONFIG_TI_AM335X_ADC=m +CONFIG_TI_CPPI41=m +CONFIG_TI_CPSW=y +CONFIG_TI_CPSW_PHY_SEL=y +CONFIG_TI_CPTS=y +CONFIG_TI_DAC7512=m +CONFIG_TI_DAVINCI_CPDMA=y +CONFIG_TI_DAVINCI_EMAC=m +CONFIG_TI_DAVINCI_MDIO=y +CONFIG_TI_EDMA=y +CONFIG_TI_EMIF=m +CONFIG_TI_PIPE3=m +CONFIG_TI_PRIV_EDMA=y +CONFIG_TI_SOC_THERMAL=m +CONFIG_TI_ST=m +CONFIG_TI_THERMAL=y +CONFIG_TLAN=m +CONFIG_TMD_HERMES=m +CONFIG_TMP006=m +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +CONFIG_TOIM3232_DONGLE=m +CONFIG_TOPSTAR_LAPTOP=m +CONFIG_TORTURE_TEST=m +# CONFIG_TOSHIBA is not set +CONFIG_TOSHIBA_BT_RFKILL=m +CONFIG_TOSHIBA_FIR=m +CONFIG_TOUCHSCREEN_88PM860X=m +CONFIG_TOUCHSCREEN_AD7877=m +CONFIG_TOUCHSCREEN_AD7879=m +CONFIG_TOUCHSCREEN_AD7879_I2C=m +CONFIG_TOUCHSCREEN_AD7879_SPI=m +CONFIG_TOUCHSCREEN_ADS7846=m +CONFIG_TOUCHSCREEN_ATMEL_MXT=m +CONFIG_TOUCHSCREEN_AUO_PIXCIR=m +CONFIG_TOUCHSCREEN_BU21013=m +CONFIG_TOUCHSCREEN_CLEARPAD_TM1217=m +CONFIG_TOUCHSCREEN_CY8CTMG110=m +CONFIG_TOUCHSCREEN_CYTTSP4_CORE=m +CONFIG_TOUCHSCREEN_CYTTSP4_I2C=m +CONFIG_TOUCHSCREEN_CYTTSP4_SPI=m +CONFIG_TOUCHSCREEN_CYTTSP_CORE=m +CONFIG_TOUCHSCREEN_CYTTSP_I2C=m +CONFIG_TOUCHSCREEN_CYTTSP_SPI=m +CONFIG_TOUCHSCREEN_DA9034=m +CONFIG_TOUCHSCREEN_DA9052=m +CONFIG_TOUCHSCREEN_DYNAPRO=m +CONFIG_TOUCHSCREEN_EDT_FT5X06=m +CONFIG_TOUCHSCREEN_EETI=m +CONFIG_TOUCHSCREEN_EGALAX=m +CONFIG_TOUCHSCREEN_ELO=m +CONFIG_TOUCHSCREEN_FUJITSU=m +CONFIG_TOUCHSCREEN_GUNZE=m +CONFIG_TOUCHSCREEN_HAMPSHIRE=m +CONFIG_TOUCHSCREEN_HTCPEN=m +CONFIG_TOUCHSCREEN_ILI210X=m +CONFIG_TOUCHSCREEN_INEXIO=m +CONFIG_TOUCHSCREEN_INTEL_MID=m +CONFIG_TOUCHSCREEN_MAX11801=m +CONFIG_TOUCHSCREEN_MC13783=m +CONFIG_TOUCHSCREEN_MCS5000=m +CONFIG_TOUCHSCREEN_MK712=m +CONFIG_TOUCHSCREEN_MMS114=m +CONFIG_TOUCHSCREEN_MTOUCH=m +CONFIG_TOUCHSCREEN_PCAP=m +CONFIG_TOUCHSCREEN_PENMOUNT=m +CONFIG_TOUCHSCREEN_PIXCIR=m +CONFIG_TOUCHSCREEN_ST1232=m +CONFIG_TOUCHSCREEN_STMPE=m +CONFIG_TOUCHSCREEN_SUR40=m +CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4=m +CONFIG_TOUCHSCREEN_TI_AM335X_TSC=m +CONFIG_TOUCHSCREEN_TOUCHIT213=m +CONFIG_TOUCHSCREEN_TOUCHRIGHT=m +CONFIG_TOUCHSCREEN_TOUCHWIN=m +CONFIG_TOUCHSCREEN_TPS6507X=m +CONFIG_TOUCHSCREEN_TSC2005=m +CONFIG_TOUCHSCREEN_TSC2007=m +CONFIG_TOUCHSCREEN_TSC_SERIO=m +CONFIG_TOUCHSCREEN_UCB1400=m +CONFIG_TOUCHSCREEN_USB_3M=y +CONFIG_TOUCHSCREEN_USB_COMPOSITE=m +CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y +CONFIG_TOUCHSCREEN_USB_E2I=y +CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y +CONFIG_TOUCHSCREEN_USB_EGALAX=y +CONFIG_TOUCHSCREEN_USB_ELO=y +CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y +CONFIG_TOUCHSCREEN_USB_ETURBO=y +CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y +CONFIG_TOUCHSCREEN_USB_GOTOP=y +CONFIG_TOUCHSCREEN_USB_GUNZE=y +CONFIG_TOUCHSCREEN_USB_IDEALTEK=y +CONFIG_TOUCHSCREEN_USB_IRTOUCH=y +CONFIG_TOUCHSCREEN_USB_ITM=y +CONFIG_TOUCHSCREEN_USB_JASTEC=y +CONFIG_TOUCHSCREEN_USB_NEXIO=y +CONFIG_TOUCHSCREEN_USB_PANJIT=y +CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y +CONFIG_TOUCHSCREEN_WACOM_I2C=m +CONFIG_TOUCHSCREEN_WACOM_W8001=m +CONFIG_TOUCHSCREEN_WM831X=m +CONFIG_TOUCHSCREEN_WM9705=y +CONFIG_TOUCHSCREEN_WM9712=y +CONFIG_TOUCHSCREEN_WM9713=y +CONFIG_TOUCHSCREEN_WM97XX=m +CONFIG_TOUCHSCREEN_ZFORCE=m +CONFIG_TPS6105X=m +CONFIG_TPS65010=m +CONFIG_TPS6507X=m +# CONFIG_TQM8540 is not set +# CONFIG_TQM8541 is not set +# CONFIG_TQM8548 is not set +# CONFIG_TQM8555 is not set +# CONFIG_TQM8560 is not set +CONFIG_TRACEPOINTS=y +# CONFIG_TRACEPOINT_BENCHMARK is not set +CONFIG_TRACER_MAX_TRACE=y +CONFIG_TRACER_SNAPSHOT=y +# CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set +CONFIG_TRACE_CLOCK=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_TRACE_ROUTER=m +CONFIG_TRACE_SINK=m +CONFIG_TRACING=y +CONFIG_TRACING_SUPPORT=y +CONFIG_TRANSPARENT_HUGEPAGE=y +CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y +# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set +CONFIG_TRANZPORT=m +CONFIG_TREE_PREEMPT_RCU=y +CONFIG_TREE_RCU=y +# CONFIG_TREE_RCU_TRACE is not set +CONFIG_TRUSTED_FOUNDATIONS=y +CONFIG_TRUSTED_KEYS=y +CONFIG_TSL2583=m +CONFIG_TSL2x7x=m +CONFIG_TSL4531=m +CONFIG_TTPCI_EEPROM=m +CONFIG_TTY=y +CONFIG_TTY_PRINTK=y +CONFIG_TULIP=m +# CONFIG_TULIP_MMIO is not set +# CONFIG_TULIP_MWI is not set +# CONFIG_TULIP_NAPI is not set +CONFIG_TUN=y +# CONFIG_TUNE_CELL is not set +CONFIG_TWL4030_CORE=y +CONFIG_TWL4030_MADC=m +CONFIG_TWL4030_POWER=y +CONFIG_TWL4030_USB=m +CONFIG_TWL4030_WATCHDOG=m +CONFIG_TWL6030_GPADC=m +CONFIG_TWL6030_USB=m +CONFIG_TWL6040_CORE=y +CONFIG_TWR_P102x=y +CONFIG_TYPHOON=m +# CONFIG_UACCESS_WITH_MEMCPY is not set +CONFIG_UBIFS_FS=m +# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set +CONFIG_UBIFS_FS_LZO=y +CONFIG_UBIFS_FS_ZLIB=y +CONFIG_UCB1400_CORE=m +CONFIG_UCS2_STRING=y +CONFIG_UDF_FS=m +CONFIG_UDF_NLS=y +CONFIG_UEFI_CPER=y +CONFIG_UEVENT_HELPER=y +CONFIG_UEVENT_HELPER_PATH="" +# CONFIG_UFS_DEBUG is not set +CONFIG_UFS_FS=m +# CONFIG_UFS_FS_WRITE is not set +CONFIG_UHID=m +CONFIG_UID16=y +CONFIG_UIO=m +CONFIG_UIO_AEC=m +CONFIG_UIO_CIF=m +CONFIG_UIO_DMEM_GENIRQ=m +CONFIG_UIO_MF624=m +CONFIG_UIO_NETX=m +CONFIG_UIO_PCI_GENERIC=m +CONFIG_UIO_PDRV_GENIRQ=m +CONFIG_UIO_SERCOS3=m +CONFIG_ULI526X=m +CONFIG_ULTRA=m +CONFIG_ULTRIX_PARTITION=y +CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" +CONFIG_UNINLINE_SPIN_UNLOCK=y +CONFIG_UNIX=y +CONFIG_UNIX98_PTYS=y +CONFIG_UNIXWARE_DISKLABEL=y +CONFIG_UNIX_DIAG=m +CONFIG_UNUSED_SYMBOLS=y +CONFIG_UPROBE_EVENT=y +CONFIG_USB=y +CONFIG_USBIP_CORE=m +# CONFIG_USBIP_DEBUG is not set +CONFIG_USBIP_HOST=m +CONFIG_USBIP_VHCI_HCD=m +CONFIG_USBPCWATCHDOG=m +CONFIG_USB_ACM=m +CONFIG_USB_ADUTUX=m +CONFIG_USB_ALI_M5632=y +CONFIG_USB_AMD5536UDC=m +CONFIG_USB_AN2720=y +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y +CONFIG_USB_APPLEDISPLAY=m +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB_ARMLINUX=y +CONFIG_USB_ATM=m +CONFIG_USB_AUDIO=m +CONFIG_USB_BELKIN=y +CONFIG_USB_C67X00_HCD=m +CONFIG_USB_CATC=m +CONFIG_USB_CDC_COMPOSITE=m +CONFIG_USB_CDC_PHONET=m +CONFIG_USB_CHIPIDEA=m +# CONFIG_USB_CHIPIDEA_DEBUG is not set +CONFIG_USB_CHIPIDEA_HOST=y +CONFIG_USB_CHIPIDEA_UDC=y +CONFIG_USB_COMMON=y +CONFIG_USB_CONFIGFS=m +CONFIG_USB_CONFIGFS_ACM=y +CONFIG_USB_CONFIGFS_ECM=y +CONFIG_USB_CONFIGFS_ECM_SUBSET=y +CONFIG_USB_CONFIGFS_EEM=y +CONFIG_USB_CONFIGFS_F_FS=y +CONFIG_USB_CONFIGFS_F_LB_SS=y +CONFIG_USB_CONFIGFS_MASS_STORAGE=y +CONFIG_USB_CONFIGFS_NCM=y +CONFIG_USB_CONFIGFS_OBEX=y +CONFIG_USB_CONFIGFS_PHONET=y +CONFIG_USB_CONFIGFS_RNDIS=y +CONFIG_USB_CONFIGFS_SERIAL=y +CONFIG_USB_CXACRU=m +CONFIG_USB_CYPRESS_CY7C63=m +CONFIG_USB_CYTHERM=m +CONFIG_USB_DEFAULT_PERSIST=y +CONFIG_USB_DSBR=m +# CONFIG_USB_DUMMY_HCD is not set +CONFIG_USB_DWC2=y +# CONFIG_USB_DWC2_DEBUG is not set +CONFIG_USB_DWC2_HOST=m +CONFIG_USB_DWC2_PCI=y +CONFIG_USB_DWC2_PERIPHERAL=m +CONFIG_USB_DWC2_PLATFORM=y +# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set +CONFIG_USB_DWC3=m +# CONFIG_USB_DWC3_DEBUG is not set +CONFIG_USB_DWC3_DUAL_ROLE=y +CONFIG_USB_DWC3_EXYNOS=m +# CONFIG_USB_DWC3_GADGET is not set +# CONFIG_USB_DWC3_HOST is not set +CONFIG_USB_DWC3_OMAP=m +CONFIG_USB_DWC3_PCI=m +CONFIG_USB_DYNAMIC_MINORS=y +CONFIG_USB_EG20T=m +CONFIG_USB_EHCI_BIG_ENDIAN_DESC=y +CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y +CONFIG_USB_EHCI_EXYNOS=y +CONFIG_USB_EHCI_FSL=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_HCD_OMAP=m +CONFIG_USB_EHCI_HCD_ORION=y +CONFIG_USB_EHCI_HCD_PPC_OF=y +CONFIG_USB_EHCI_MSM=m +CONFIG_USB_EHCI_MXC=m +CONFIG_USB_EHCI_PCI=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +CONFIG_USB_EHCI_TEGRA=m +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHSET_TEST_FIXTURE=m +CONFIG_USB_EMI26=m +CONFIG_USB_EMI62=m +CONFIG_USB_ENESTORAGE=m +CONFIG_USB_EPSON2888=y +CONFIG_USB_ETH=m +CONFIG_USB_ETH_EEM=y +CONFIG_USB_ETH_RNDIS=y +CONFIG_USB_EZUSB_FX2=m +CONFIG_USB_FOTG210_HCD=m +CONFIG_USB_FOTG210_UDC=m +CONFIG_USB_FSL_QE=m +CONFIG_USB_FSL_USB2=m +CONFIG_USB_FTDI_ELAN=m +CONFIG_USB_FUNCTIONFS=m +CONFIG_USB_FUNCTIONFS_ETH=y +CONFIG_USB_FUNCTIONFS_GENERIC=y +CONFIG_USB_FUNCTIONFS_RNDIS=y +CONFIG_USB_FUSB300=m +CONFIG_USB_FUSBH200_HCD=m +CONFIG_USB_F_ACM=m +CONFIG_USB_F_ECM=m +CONFIG_USB_F_EEM=m +CONFIG_USB_F_FS=m +CONFIG_USB_F_MASS_STORAGE=m +CONFIG_USB_F_NCM=m +CONFIG_USB_F_OBEX=m +CONFIG_USB_F_PHONET=m +CONFIG_USB_F_RNDIS=m +CONFIG_USB_F_SERIAL=m +CONFIG_USB_F_SS_LB=m +CONFIG_USB_F_SUBSET=m +CONFIG_USB_GADGETFS=m +# CONFIG_USB_GADGET_DEBUG is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 +CONFIG_USB_GADGET_TARGET=m +CONFIG_USB_GADGET_VBUS_DRAW=2 +CONFIG_USB_GL860=m +CONFIG_USB_GOKU=m +CONFIG_USB_GPIO_VBUS=m +CONFIG_USB_GR_UDC=m +CONFIG_USB_GSPCA=m +CONFIG_USB_GSPCA_BENQ=m +CONFIG_USB_GSPCA_CONEX=m +CONFIG_USB_GSPCA_CPIA1=m +CONFIG_USB_GSPCA_DTCS033=m +CONFIG_USB_GSPCA_ETOMS=m +CONFIG_USB_GSPCA_FINEPIX=m +CONFIG_USB_GSPCA_JEILINJ=m +CONFIG_USB_GSPCA_JL2005BCD=m +CONFIG_USB_GSPCA_KINECT=m +CONFIG_USB_GSPCA_KONICA=m +CONFIG_USB_GSPCA_MARS=m +CONFIG_USB_GSPCA_MR97310A=m +CONFIG_USB_GSPCA_NW80X=m +CONFIG_USB_GSPCA_OV519=m +CONFIG_USB_GSPCA_OV534=m +CONFIG_USB_GSPCA_OV534_9=m +CONFIG_USB_GSPCA_PAC207=m +CONFIG_USB_GSPCA_PAC7302=m +CONFIG_USB_GSPCA_PAC7311=m +CONFIG_USB_GSPCA_SE401=m +CONFIG_USB_GSPCA_SN9C2028=m +CONFIG_USB_GSPCA_SN9C20X=m +CONFIG_USB_GSPCA_SONIXB=m +CONFIG_USB_GSPCA_SONIXJ=m +CONFIG_USB_GSPCA_SPCA1528=m +CONFIG_USB_GSPCA_SPCA500=m +CONFIG_USB_GSPCA_SPCA501=m +CONFIG_USB_GSPCA_SPCA505=m +CONFIG_USB_GSPCA_SPCA506=m +CONFIG_USB_GSPCA_SPCA508=m +CONFIG_USB_GSPCA_SPCA561=m +CONFIG_USB_GSPCA_SQ905=m +CONFIG_USB_GSPCA_SQ905C=m +CONFIG_USB_GSPCA_SQ930X=m +CONFIG_USB_GSPCA_STK014=m +CONFIG_USB_GSPCA_STK1135=m +CONFIG_USB_GSPCA_STV0680=m +CONFIG_USB_GSPCA_SUNPLUS=m +CONFIG_USB_GSPCA_T613=m +CONFIG_USB_GSPCA_TOPRO=m +CONFIG_USB_GSPCA_TV8532=m +CONFIG_USB_GSPCA_VC032X=m +CONFIG_USB_GSPCA_VICAM=m +CONFIG_USB_GSPCA_XIRLINK_CIT=m +CONFIG_USB_GSPCA_ZC3XX=m +CONFIG_USB_G_ACM_MS=m +CONFIG_USB_G_DBGP=m +# CONFIG_USB_G_DBGP_PRINTK is not set +CONFIG_USB_G_DBGP_SERIAL=y +CONFIG_USB_G_HID=m +CONFIG_USB_G_MULTI_CDC=y +CONFIG_USB_G_MULTI_RNDIS=y +CONFIG_USB_G_NCM=m +CONFIG_USB_G_NOKIA=m +CONFIG_USB_G_PRINTER=m +CONFIG_USB_G_SERIAL=m +CONFIG_USB_G_WEBCAM=m +# CONFIG_USB_HCD_TEST_MODE is not set +CONFIG_USB_HID=m +CONFIG_USB_HIDDEV=y +CONFIG_USB_HSIC_USB3503=m +CONFIG_USB_HSO=m +CONFIG_USB_HWA_HCD=m +CONFIG_USB_IDMOUSE=m +CONFIG_USB_IMX21_HCD=m +CONFIG_USB_INVENTRA_DMA=y +CONFIG_USB_IOWARRIOR=m +CONFIG_USB_IPHETH=m +CONFIG_USB_IRDA=m +CONFIG_USB_ISIGHTFW=m +CONFIG_USB_ISP116X_HCD=m +CONFIG_USB_ISP1301=m +CONFIG_USB_ISP1362_HCD=m +CONFIG_USB_ISP1760_HCD=m +CONFIG_USB_KAWETH=m +CONFIG_USB_KBD=m +CONFIG_USB_KC2190=y +CONFIG_USB_KEENE=m +CONFIG_USB_LCD=m +CONFIG_USB_LD=m +CONFIG_USB_LED=m +CONFIG_USB_LEGOTOWER=m +CONFIG_USB_LIBCOMPOSITE=m +CONFIG_USB_M5602=m +# CONFIG_USB_M66592 is not set +CONFIG_USB_MA901=m +CONFIG_USB_MASS_STORAGE=m +CONFIG_USB_MAX3421_HCD=m +CONFIG_USB_MDC800=m +CONFIG_USB_MICROTEK=m +CONFIG_USB_MIDI_GADGET=m +CONFIG_USB_MON=m +CONFIG_USB_MOUSE=m +CONFIG_USB_MR800=m +CONFIG_USB_MSI3101=m +CONFIG_USB_MSM_OTG=m +CONFIG_USB_MUSB_AM335X_CHILD=m +CONFIG_USB_MUSB_AM35X=m +CONFIG_USB_MUSB_DSPS=m +CONFIG_USB_MUSB_DUAL_ROLE=y +# CONFIG_USB_MUSB_GADGET is not set +# CONFIG_USB_MUSB_HOST is not set +CONFIG_USB_MUSB_OMAP2PLUS=m +CONFIG_USB_MUSB_UX500=m +CONFIG_USB_MV_U3D=m +CONFIG_USB_MV_UDC=m +CONFIG_USB_MXS_PHY=y +CONFIG_USB_NET2272=m +CONFIG_USB_NET2272_DMA=y +CONFIG_USB_NET2280=m +CONFIG_USB_NET_AX88179_178A=m +CONFIG_USB_NET_AX8817X=m +CONFIG_USB_NET_CDCETHER=m +CONFIG_USB_NET_CDC_EEM=m +CONFIG_USB_NET_CDC_MBIM=m +CONFIG_USB_NET_CDC_NCM=m +CONFIG_USB_NET_CDC_SUBSET=m +CONFIG_USB_NET_CX82310_ETH=m +CONFIG_USB_NET_DM9601=m +CONFIG_USB_NET_GL620A=m +CONFIG_USB_NET_HUAWEI_CDC_NCM=m +CONFIG_USB_NET_INT51X1=m +CONFIG_USB_NET_KALMIA=m +CONFIG_USB_NET_MCS7830=m +CONFIG_USB_NET_NET1080=m +CONFIG_USB_NET_PLUSB=m +CONFIG_USB_NET_QMI_WWAN=m +CONFIG_USB_NET_RNDIS_HOST=m +CONFIG_USB_NET_RNDIS_WLAN=m +CONFIG_USB_NET_SMSC75XX=m +CONFIG_USB_NET_SMSC95XX=m +CONFIG_USB_NET_SR9700=m +CONFIG_USB_NET_SR9800=m +CONFIG_USB_NET_ZAURUS=m +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y +CONFIG_USB_OHCI_EXYNOS=y +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_OMAP3=m +CONFIG_USB_OHCI_HCD_PCI=y +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_BLACKLIST_HUB is not set +# CONFIG_USB_OTG_FSM is not set +# CONFIG_USB_OTG_WHITELIST is not set +CONFIG_USB_OXU210HP_HCD=m +CONFIG_USB_PEGASUS=m +CONFIG_USB_PHY=y +CONFIG_USB_PRINTER=m +CONFIG_USB_PWC=m +# CONFIG_USB_PWC_DEBUG is not set +CONFIG_USB_PWC_INPUT_EVDEV=y +CONFIG_USB_PXA27X=m +CONFIG_USB_R8A66597=m +CONFIG_USB_R8A66597_HCD=m +CONFIG_USB_RAREMONO=m +CONFIG_USB_RCAR_GEN2_PHY=m +CONFIG_USB_RENESAS_USBHS=m +CONFIG_USB_RENESAS_USBHS_HCD=m +CONFIG_USB_RENESAS_USBHS_UDC=m +CONFIG_USB_RIO500=m +CONFIG_USB_RTL8150=m +CONFIG_USB_RTL8152=m +CONFIG_USB_S2255=m +CONFIG_USB_SERIAL=m +CONFIG_USB_SERIAL_AIRCABLE=m +CONFIG_USB_SERIAL_ARK3116=m +CONFIG_USB_SERIAL_BELKIN=m +CONFIG_USB_SERIAL_CH341=m +CONFIG_USB_SERIAL_CP210X=m +CONFIG_USB_SERIAL_CYBERJACK=m +CONFIG_USB_SERIAL_CYPRESS_M8=m +CONFIG_USB_SERIAL_DEBUG=m +CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m +CONFIG_USB_SERIAL_EDGEPORT=m +CONFIG_USB_SERIAL_EDGEPORT_TI=m +CONFIG_USB_SERIAL_EMPEG=m +CONFIG_USB_SERIAL_F81232=m +CONFIG_USB_SERIAL_FTDI_SIO=m +CONFIG_USB_SERIAL_GARMIN=m +CONFIG_USB_SERIAL_GENERIC=y +CONFIG_USB_SERIAL_IPAQ=m +CONFIG_USB_SERIAL_IPW=m +CONFIG_USB_SERIAL_IR=m +CONFIG_USB_SERIAL_IUU=m +CONFIG_USB_SERIAL_KEYSPAN=m +CONFIG_USB_SERIAL_KEYSPAN_MPR=y +CONFIG_USB_SERIAL_KEYSPAN_PDA=m +CONFIG_USB_SERIAL_KEYSPAN_USA18X=y +CONFIG_USB_SERIAL_KEYSPAN_USA19=y +CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y +CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y +CONFIG_USB_SERIAL_KEYSPAN_USA19W=y +CONFIG_USB_SERIAL_KEYSPAN_USA28=y +CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y +CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y +CONFIG_USB_SERIAL_KEYSPAN_USA49W=y +CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y +CONFIG_USB_SERIAL_KLSI=m +CONFIG_USB_SERIAL_KOBIL_SCT=m +CONFIG_USB_SERIAL_MCT_U232=m +CONFIG_USB_SERIAL_METRO=m +CONFIG_USB_SERIAL_MOS7715_PARPORT=y +CONFIG_USB_SERIAL_MOS7720=m +CONFIG_USB_SERIAL_MOS7840=m +CONFIG_USB_SERIAL_MXUPORT=m +CONFIG_USB_SERIAL_NAVMAN=m +CONFIG_USB_SERIAL_OMNINET=m +CONFIG_USB_SERIAL_OPTICON=m +CONFIG_USB_SERIAL_OPTION=m +CONFIG_USB_SERIAL_OTI6858=m +CONFIG_USB_SERIAL_PL2303=m +CONFIG_USB_SERIAL_QCAUX=m +CONFIG_USB_SERIAL_QT2=m +CONFIG_USB_SERIAL_QUALCOMM=m +CONFIG_USB_SERIAL_QUATECH2=m +CONFIG_USB_SERIAL_SAFE=m +# CONFIG_USB_SERIAL_SAFE_PADDED is not set +CONFIG_USB_SERIAL_SIERRAWIRELESS=m +CONFIG_USB_SERIAL_SIMPLE=m +CONFIG_USB_SERIAL_SPCP8X5=m +CONFIG_USB_SERIAL_SSU100=m +CONFIG_USB_SERIAL_SYMBOL=m +CONFIG_USB_SERIAL_TI=m +CONFIG_USB_SERIAL_VISOR=m +CONFIG_USB_SERIAL_WHITEHEAT=m +CONFIG_USB_SERIAL_WISHBONE=m +CONFIG_USB_SERIAL_WWAN=m +CONFIG_USB_SERIAL_XIRCOM=m +CONFIG_USB_SERIAL_XSENS_MT=m +CONFIG_USB_SERIAL_ZTE=m +CONFIG_USB_SEVSEG=m +CONFIG_USB_SI470X=m +CONFIG_USB_SI4713=m +CONFIG_USB_SIERRA_NET=m +CONFIG_USB_SISUSBVGA=m +# CONFIG_USB_SISUSBVGA_CON is not set +CONFIG_USB_SL811_CS=m +CONFIG_USB_SL811_HCD=m +CONFIG_USB_SL811_HCD_ISO=y +# CONFIG_USB_SN9C102 is not set +CONFIG_USB_SPEEDTOUCH=m +CONFIG_USB_STKWEBCAM=m +CONFIG_USB_STORAGE=m +CONFIG_USB_STORAGE_ALAUDA=m +CONFIG_USB_STORAGE_CYPRESS_ATACB=m +CONFIG_USB_STORAGE_DATAFAB=m +# CONFIG_USB_STORAGE_DEBUG is not set +CONFIG_USB_STORAGE_ENE_UB6250=m +CONFIG_USB_STORAGE_FREECOM=m +CONFIG_USB_STORAGE_ISD200=m +CONFIG_USB_STORAGE_JUMPSHOT=m +CONFIG_USB_STORAGE_KARMA=m +CONFIG_USB_STORAGE_ONETOUCH=m +CONFIG_USB_STORAGE_REALTEK=m +CONFIG_USB_STORAGE_SDDR09=m +CONFIG_USB_STORAGE_SDDR55=m +CONFIG_USB_STORAGE_USBAT=m +CONFIG_USB_STV06XX=m +CONFIG_USB_SUPPORT=y +CONFIG_USB_SWITCH_FSA9480=m +CONFIG_USB_TEST=m +# CONFIG_USB_TI_CPPI41_DMA is not set +CONFIG_USB_TMC=m +CONFIG_USB_TRANCEVIBRATOR=m +CONFIG_USB_U132_HCD=m +CONFIG_USB_UAS=m +CONFIG_USB_UEAGLEATM=m +CONFIG_USB_UHCI_HCD=y +CONFIG_USB_ULPI=y +CONFIG_USB_ULPI_VIEWPORT=y +CONFIG_USB_USS720=m +CONFIG_USB_U_ETHER=m +CONFIG_USB_U_SERIAL=m +CONFIG_USB_VIDEO_CLASS=m +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y +CONFIG_USB_VL600=m +CONFIG_USB_WDM=m +CONFIG_USB_WHCI_HCD=m +CONFIG_USB_WPAN_HCD=m +CONFIG_USB_WUSB=m +CONFIG_USB_WUSB_CBAF=m +# CONFIG_USB_WUSB_CBAF_DEBUG is not set +CONFIG_USB_XHCI_HCD=y +CONFIG_USB_XHCI_MVEBU=m +CONFIG_USB_XHCI_PLATFORM=m +CONFIG_USB_XUSBATM=m +CONFIG_USB_YUREX=m +CONFIG_USB_ZD1201=m +CONFIG_USB_ZERO=m +CONFIG_USB_ZR364XX=m +CONFIG_USELIB=y +CONFIG_USER_NS=y +CONFIG_USER_RETURN_NOTIFIER=y +CONFIG_USER_STACKTRACE_SUPPORT=y +CONFIG_USE_OF=y +CONFIG_USE_PERCPU_NUMA_NODE_ID=y +CONFIG_UTS_NS=y +CONFIG_UWB=m +CONFIG_UWB_HWA=m +CONFIG_UWB_I1480U=m +CONFIG_UWB_WHCI=m +CONFIG_V4L2_MEM2MEM_DEV=m +CONFIG_V4L_MEM2MEM_DRIVERS=y +CONFIG_V4L_PLATFORM_DRIVERS=y +CONFIG_V4L_RADIO_ISA_DRIVERS=y +CONFIG_V4L_TEST_DRIVERS=y +CONFIG_VCNL4000=m +CONFIG_VECTORS_BASE=0xffff0000 +CONFIG_VERSION_SIGNATURE="" +CONFIG_VETH=m +CONFIG_VEXPRESS_CONFIG=y +CONFIG_VEXPRESS_SYSCFG=y +CONFIG_VF610_ADC=m +CONFIG_VFAT_FS=y +CONFIG_VFIO=m +CONFIG_VFIO_IOMMU_SPAPR_TCE=m +CONFIG_VFIO_PCI=m +CONFIG_VFIO_PCI_VGA=y +CONFIG_VFP=y +CONFIG_VFPv3=y +CONFIG_VF_PIT_TIMER=y +# CONFIG_VGACON_SOFT_SCROLLBACK is not set +CONFIG_VGASTATE=m +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +CONFIG_VGA_CONSOLE=y +CONFIG_VGA_SWITCHEROO=y +CONFIG_VHOST=m +CONFIG_VHOST_NET=m +CONFIG_VHOST_RING=m +CONFIG_VHOST_SCSI=m +CONFIG_VIA_FIR=m +CONFIG_VIA_RHINE=m +CONFIG_VIA_RHINE_MMIO=y +CONFIG_VIA_VELOCITY=m +CONFIG_VIA_WDT=m +CONFIG_VIDEOBUF2_CORE=m +CONFIG_VIDEOBUF2_DMA_CONTIG=m +CONFIG_VIDEOBUF2_DMA_SG=m +CONFIG_VIDEOBUF2_DVB=m +CONFIG_VIDEOBUF2_MEMOPS=m +CONFIG_VIDEOBUF2_VMALLOC=m +CONFIG_VIDEOBUF_DMA_CONTIG=m +CONFIG_VIDEOBUF_DMA_SG=m +CONFIG_VIDEOBUF_DVB=m +CONFIG_VIDEOBUF_GEN=m +CONFIG_VIDEOBUF_VMALLOC=m +CONFIG_VIDEOMODE_HELPERS=y +CONFIG_VIDEO_ADV7170=m +CONFIG_VIDEO_ADV7175=m +CONFIG_VIDEO_ADV7180=m +# CONFIG_VIDEO_ADV_DEBUG is not set +CONFIG_VIDEO_AU0828=m +CONFIG_VIDEO_AU0828_V4L2=y +CONFIG_VIDEO_BT819=m +CONFIG_VIDEO_BT848=m +CONFIG_VIDEO_BT856=m +CONFIG_VIDEO_BT866=m +CONFIG_VIDEO_BTCX=m +CONFIG_VIDEO_BWQCAM=m +CONFIG_VIDEO_CAFE_CCIC=m +CONFIG_VIDEO_CODA=m +CONFIG_VIDEO_CPIA2=m +CONFIG_VIDEO_CQCAM=m +CONFIG_VIDEO_CS5345=m +CONFIG_VIDEO_CS53L32A=m +CONFIG_VIDEO_CX18=m +CONFIG_VIDEO_CX18_ALSA=m +CONFIG_VIDEO_CX231XX=m +CONFIG_VIDEO_CX231XX_ALSA=m +CONFIG_VIDEO_CX231XX_DVB=m +CONFIG_VIDEO_CX231XX_RC=y +CONFIG_VIDEO_CX2341X=m +CONFIG_VIDEO_CX23885=m +CONFIG_VIDEO_CX25821=m +CONFIG_VIDEO_CX25821_ALSA=m +CONFIG_VIDEO_CX25840=m +CONFIG_VIDEO_CX88=m +CONFIG_VIDEO_CX88_ALSA=m +CONFIG_VIDEO_CX88_BLACKBIRD=m +CONFIG_VIDEO_CX88_DVB=m +CONFIG_VIDEO_CX88_ENABLE_VP3054=y +CONFIG_VIDEO_CX88_MPEG=m +CONFIG_VIDEO_CX88_VP3054=m +CONFIG_VIDEO_DEV=m +CONFIG_VIDEO_DM6446_CCDC=m +CONFIG_VIDEO_DT3155=m +CONFIG_VIDEO_EM28XX=m +CONFIG_VIDEO_EM28XX_ALSA=m +CONFIG_VIDEO_EM28XX_DVB=m +CONFIG_VIDEO_EM28XX_RC=m +CONFIG_VIDEO_EM28XX_V4L2=m +CONFIG_VIDEO_FB_IVTV=m +# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set +CONFIG_VIDEO_GO7007=m +CONFIG_VIDEO_GO7007_LOADER=m +CONFIG_VIDEO_GO7007_USB=m +CONFIG_VIDEO_GO7007_USB_S2250_BOARD=m +CONFIG_VIDEO_HDPVR=m +CONFIG_VIDEO_HEXIUM_GEMINI=m +CONFIG_VIDEO_HEXIUM_ORION=m +CONFIG_VIDEO_IR_I2C=m +CONFIG_VIDEO_IVTV=m +CONFIG_VIDEO_IVTV_ALSA=m +CONFIG_VIDEO_KS0127=m +CONFIG_VIDEO_M52790=m +CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m +CONFIG_VIDEO_MEM2MEM_TESTDEV=m +CONFIG_VIDEO_MEYE=m +CONFIG_VIDEO_MSP3400=m +CONFIG_VIDEO_MT9V011=m +CONFIG_VIDEO_MX3=m +CONFIG_VIDEO_MXB=m +CONFIG_VIDEO_OMAP2_VOUT=m +CONFIG_VIDEO_OMAP2_VOUT_VRFB=y +CONFIG_VIDEO_OMAP3=m +# CONFIG_VIDEO_OMAP3_DEBUG is not set +CONFIG_VIDEO_OV7640=m +CONFIG_VIDEO_OV7670=m +CONFIG_VIDEO_PMS=m +CONFIG_VIDEO_PVRUSB2=m +# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set +CONFIG_VIDEO_PVRUSB2_DVB=y +CONFIG_VIDEO_PVRUSB2_SYSFS=y +CONFIG_VIDEO_RCAR_VIN=m +CONFIG_VIDEO_RENESAS_VSP1=m +CONFIG_VIDEO_SAA6588=m +CONFIG_VIDEO_SAA6752HS=m +CONFIG_VIDEO_SAA7110=m +CONFIG_VIDEO_SAA711X=m +CONFIG_VIDEO_SAA7127=m +CONFIG_VIDEO_SAA7134=m +CONFIG_VIDEO_SAA7134_ALSA=m +CONFIG_VIDEO_SAA7134_DVB=m +CONFIG_VIDEO_SAA7134_RC=y +CONFIG_VIDEO_SAA7146=m +CONFIG_VIDEO_SAA7146_VV=m +CONFIG_VIDEO_SAA7164=m +CONFIG_VIDEO_SAA717X=m +CONFIG_VIDEO_SAA7185=m +# CONFIG_VIDEO_SAMSUNG_EXYNOS4_IS is not set +CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC=m +CONFIG_VIDEO_SAMSUNG_S5P_G2D=m +CONFIG_VIDEO_SAMSUNG_S5P_HDMI=m +CONFIG_VIDEO_SAMSUNG_S5P_HDMIPHY=m +# CONFIG_VIDEO_SAMSUNG_S5P_HDMI_DEBUG is not set +CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m +CONFIG_VIDEO_SAMSUNG_S5P_MFC=m +CONFIG_VIDEO_SAMSUNG_S5P_MIXER=m +# CONFIG_VIDEO_SAMSUNG_S5P_MIXER_DEBUG is not set +CONFIG_VIDEO_SAMSUNG_S5P_SDO=m +CONFIG_VIDEO_SAMSUNG_S5P_SII9234=m +CONFIG_VIDEO_SAMSUNG_S5P_TV=y +CONFIG_VIDEO_SH_MOBILE_CEU=m +CONFIG_VIDEO_SH_MOBILE_CSI2=m +CONFIG_VIDEO_SH_VEU=m +CONFIG_VIDEO_SH_VOU=m +CONFIG_VIDEO_SONY_BTF_MPX=m +CONFIG_VIDEO_STK1160=m +CONFIG_VIDEO_STK1160_AC97=y +CONFIG_VIDEO_STK1160_COMMON=m +# CONFIG_VIDEO_TCM825X is not set +CONFIG_VIDEO_TDA7432=m +CONFIG_VIDEO_TDA9840=m +CONFIG_VIDEO_TEA6415C=m +CONFIG_VIDEO_TEA6420=m +CONFIG_VIDEO_TIMBERDALE=m +CONFIG_VIDEO_TI_VPE=m +# CONFIG_VIDEO_TI_VPE_DEBUG is not set +CONFIG_VIDEO_TLG2300=m +CONFIG_VIDEO_TM6000=m +CONFIG_VIDEO_TM6000_ALSA=m +CONFIG_VIDEO_TM6000_DVB=m +CONFIG_VIDEO_TUNER=m +CONFIG_VIDEO_TVAUDIO=m +CONFIG_VIDEO_TVEEPROM=m +CONFIG_VIDEO_TVP5150=m +CONFIG_VIDEO_TW2804=m +CONFIG_VIDEO_TW9903=m +CONFIG_VIDEO_TW9906=m +CONFIG_VIDEO_UDA1342=m +CONFIG_VIDEO_UPD64031A=m +CONFIG_VIDEO_UPD64083=m +CONFIG_VIDEO_USBTV=m +CONFIG_VIDEO_USBVISION=m +CONFIG_VIDEO_V4L2=m +CONFIG_VIDEO_V4L2_SUBDEV_API=y +CONFIG_VIDEO_VIA_CAMERA=m +CONFIG_VIDEO_VIVI=m +CONFIG_VIDEO_VP27SMPX=m +CONFIG_VIDEO_VPX3220=m +CONFIG_VIDEO_W9966=m +CONFIG_VIDEO_WM8739=m +CONFIG_VIDEO_WM8775=m +CONFIG_VIDEO_ZORAN=m +CONFIG_VIDEO_ZORAN_AVS6EYES=m +CONFIG_VIDEO_ZORAN_BUZ=m +CONFIG_VIDEO_ZORAN_DC10=m +CONFIG_VIDEO_ZORAN_DC30=m +CONFIG_VIDEO_ZORAN_LML33=m +CONFIG_VIDEO_ZORAN_LML33R10=m +CONFIG_VIDEO_ZORAN_ZR36060=m +CONFIG_VIPERBOARD_ADC=m +CONFIG_VIRTIO=y +CONFIG_VIRTIO_BALLOON=y +CONFIG_VIRTIO_BLK=y +CONFIG_VIRTIO_CONSOLE=y +CONFIG_VIRTIO_MMIO=y +CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y +CONFIG_VIRTIO_NET=y +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTUALIZATION=y +CONFIG_VIRT_CPU_ACCOUNTING=y +CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y +CONFIG_VIRT_DRIVERS=y +CONFIG_VIRT_TO_BUS=y +CONFIG_VITESSE_PHY=m +CONFIG_VLAN_8021Q=m +CONFIG_VLAN_8021Q_GVRP=y +CONFIG_VLAN_8021Q_MVRP=y +CONFIG_VLSI_FIR=m +CONFIG_VM86=y +CONFIG_VME_BUS=y +CONFIG_VME_CA91CX42=m +CONFIG_VME_PIO2=m +CONFIG_VME_TSI148=m +CONFIG_VME_USER=m +CONFIG_VMIVME_7805=m +# CONFIG_VMSPLIT_1G is not set +# CONFIG_VMSPLIT_2G is not set +CONFIG_VMSPLIT_3G=y +CONFIG_VMWARE_BALLOON=m +CONFIG_VMWARE_PVSCSI=m +CONFIG_VMWARE_VMCI=m +CONFIG_VMWARE_VMCI_VSOCKETS=m +CONFIG_VMXNET3=m +CONFIG_VM_EVENT_COUNTERS=y +CONFIG_VORTEX=m +CONFIG_VSOCKETS=m +CONFIG_VSX=y +CONFIG_VT=y +CONFIG_VT6655=m +CONFIG_VT6656=m +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_VXFS_FS=m +CONFIG_VXGE=m +# CONFIG_VXGE_DEBUG_TRACE_ALL is not set +CONFIG_VXLAN=m +CONFIG_W1=m +CONFIG_W1_CON=y +CONFIG_W1_MASTER_DS1WM=m +CONFIG_W1_MASTER_DS2482=m +CONFIG_W1_MASTER_DS2490=m +CONFIG_W1_MASTER_GPIO=m +CONFIG_W1_MASTER_MATROX=m +CONFIG_W1_MASTER_MXC=m +CONFIG_W1_SLAVE_BQ27000=m +CONFIG_W1_SLAVE_DS2408=m +CONFIG_W1_SLAVE_DS2408_READBACK=y +CONFIG_W1_SLAVE_DS2413=m +CONFIG_W1_SLAVE_DS2423=m +CONFIG_W1_SLAVE_DS2431=m +CONFIG_W1_SLAVE_DS2433=m +# CONFIG_W1_SLAVE_DS2433_CRC is not set +CONFIG_W1_SLAVE_DS2760=m +CONFIG_W1_SLAVE_DS2780=m +CONFIG_W1_SLAVE_DS2781=m +CONFIG_W1_SLAVE_DS28E04=m +CONFIG_W1_SLAVE_SMEM=m +CONFIG_W1_SLAVE_THERM=m +CONFIG_W35UND=m +CONFIG_W83627HF_WDT=m +CONFIG_W83877F_WDT=m +CONFIG_W83977F_WDT=m +CONFIG_WAFER_WDT=m +CONFIG_WAN=y +CONFIG_WANXL=m +CONFIG_WATCHDOG=y +CONFIG_WATCHDOG_CORE=y +# CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG_RTAS=m +CONFIG_WCN36XX=m +# CONFIG_WCN36XX_DEBUGFS is not set +CONFIG_WD80x3=m +CONFIG_WDT=m +CONFIG_WDTPCI=m +CONFIG_WEXT_CORE=y +CONFIG_WEXT_PRIV=y +CONFIG_WEXT_PROC=y +CONFIG_WEXT_SPY=y +CONFIG_WIL6210=m +CONFIG_WIL6210_ISR_COR=y +CONFIG_WIL6210_TRACING=y +CONFIG_WILINK_PLATFORM_DATA=y +CONFIG_WIMAX=m +CONFIG_WIMAX_DEBUG_LEVEL=8 +CONFIG_WIMAX_GDM72XX=m +CONFIG_WIMAX_GDM72XX_K_MODE=y +CONFIG_WIMAX_GDM72XX_QOS=y +# CONFIG_WIMAX_GDM72XX_SDIO is not set +CONFIG_WIMAX_GDM72XX_USB=y +CONFIG_WIMAX_GDM72XX_USB_PM=y +CONFIG_WIMAX_GDM72XX_WIMAX2=y +CONFIG_WIMAX_I2400M=m +CONFIG_WIMAX_I2400M_DEBUG_LEVEL=8 +CONFIG_WIMAX_I2400M_USB=m +CONFIG_WINBOND_840=m +CONFIG_WINBOND_FIR=m +CONFIG_WINDFARM=m +CONFIG_WINDFARM_PM112=m +CONFIG_WINDFARM_PM121=m +CONFIG_WINDFARM_PM72=m +CONFIG_WINDFARM_PM81=m +CONFIG_WINDFARM_PM91=m +CONFIG_WINDFARM_RM31=m +CONFIG_WIRELESS=y +CONFIG_WIRELESS_EXT=y +CONFIG_WIZNET_BUS_ANY=y +# CONFIG_WIZNET_BUS_DIRECT is not set +# CONFIG_WIZNET_BUS_INDIRECT is not set +CONFIG_WIZNET_W5100=m +CONFIG_WIZNET_W5300=m +CONFIG_WL1251=m +CONFIG_WL1251_SDIO=m +CONFIG_WL1251_SPI=m +CONFIG_WL12XX=m +CONFIG_WL18XX=m +CONFIG_WLAGS49_H2=m +CONFIG_WLAGS49_H25=m +CONFIG_WLAN=y +CONFIG_WLCORE=m +CONFIG_WLCORE_SDIO=m +CONFIG_WLCORE_SPI=m +CONFIG_WL_TI=y +CONFIG_WM831X_BACKUP=m +CONFIG_WM831X_POWER=m +CONFIG_WM831X_WATCHDOG=m +CONFIG_WM8350_POWER=m +CONFIG_WM8350_WATCHDOG=m +CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y +CONFIG_X25=m +CONFIG_X25_ASY=m +CONFIG_X509_CERTIFICATE_PARSER=y +CONFIG_X86=y +CONFIG_X86_16BIT=y +CONFIG_X86_32=y +CONFIG_X86_32_IRIS=m +# CONFIG_X86_32_NON_STANDARD is not set +CONFIG_X86_32_SMP=y +CONFIG_X86_64=y +CONFIG_X86_64_ACPI_NUMA=y +CONFIG_X86_64_SMP=y +CONFIG_X86_ACPI_CPUFREQ=y +CONFIG_X86_ACPI_CPUFREQ_CPB=y +CONFIG_X86_AMD_FREQ_SENSITIVITY=m +# CONFIG_X86_ANCIENT_MCE is not set +CONFIG_X86_APM_BOOT=y +# CONFIG_X86_BIGSMP is not set +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y +CONFIG_X86_CHECK_BIOS_CORRUPTION=y +CONFIG_X86_CMOV=y +CONFIG_X86_CMPXCHG64=y +CONFIG_X86_CPUFREQ_NFORCE2=y +CONFIG_X86_CPUID=m +CONFIG_X86_DEBUGCTLMSR=y +# CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set +# CONFIG_X86_DECODER_SELFTEST is not set +CONFIG_X86_DEV_DMA_OPS=y +CONFIG_X86_ESPFIX32=y +CONFIG_X86_ESPFIX64=y +CONFIG_X86_EXTENDED_PLATFORM=y +# CONFIG_X86_E_POWERSAVER is not set +CONFIG_X86_GENERIC=y +# CONFIG_X86_GOLDFISH is not set +CONFIG_X86_GX_SUSPMOD=m +CONFIG_X86_HT=y +CONFIG_X86_INTEL_LPSS=y +CONFIG_X86_INTEL_MID=y +CONFIG_X86_INTEL_PSTATE=y +CONFIG_X86_INTEL_USERCOPY=y +CONFIG_X86_INTERNODE_CACHE_SHIFT=6 +CONFIG_X86_IO_APIC=y +CONFIG_X86_L1_CACHE_SHIFT=6 +CONFIG_X86_LOCAL_APIC=y +CONFIG_X86_LONGHAUL=m +CONFIG_X86_LONGRUN=m +CONFIG_X86_MCE=y +CONFIG_X86_MCE_AMD=y +CONFIG_X86_MCE_INJECT=m +CONFIG_X86_MCE_INTEL=y +CONFIG_X86_MCE_THRESHOLD=y +CONFIG_X86_MPPARSE=y +CONFIG_X86_MSR=m +CONFIG_X86_NEED_RELOCS=y +CONFIG_X86_NUMACHIP=y +CONFIG_X86_P4_CLOCKMOD=m +CONFIG_X86_PAE=y +CONFIG_X86_PAT=y +CONFIG_X86_PCC_CPUFREQ=y +CONFIG_X86_PKG_TEMP_THERMAL=m +CONFIG_X86_PLATFORM_DEVICES=y +CONFIG_X86_PM_TIMER=y +CONFIG_X86_POWERNOW_K6=m +CONFIG_X86_POWERNOW_K7=m +CONFIG_X86_POWERNOW_K7_ACPI=y +CONFIG_X86_POWERNOW_K8=y +CONFIG_X86_PPRO_FENCE=y +# CONFIG_X86_PTDUMP is not set +# CONFIG_X86_RDC321X is not set +CONFIG_X86_REBOOTFIXUPS=y +CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y +CONFIG_X86_RESERVE_LOW=64 +CONFIG_X86_SMAP=y +CONFIG_X86_SPEEDSTEP_CENTRINO=y +CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y +CONFIG_X86_SPEEDSTEP_ICH=y +CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y +CONFIG_X86_SPEEDSTEP_SMI=y +CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y +# CONFIG_X86_SYSFB is not set +CONFIG_X86_THERMAL_VECTOR=y +CONFIG_X86_TSC=y +CONFIG_X86_UP_APIC_MSI=y +CONFIG_X86_USE_PPRO_CHECKSUM=y +# CONFIG_X86_UV is not set +# CONFIG_X86_VERBOSE_BOOTUP is not set +# CONFIG_X86_VSMP is not set +CONFIG_X86_X2APIC=y +CONFIG_X86_X32=y +CONFIG_XENFS=m +CONFIG_XEN_ACPI_PROCESSOR=y +CONFIG_XEN_BACKEND=y +CONFIG_XEN_BALLOON=y +CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y +CONFIG_XEN_BLKDEV_BACKEND=m +CONFIG_XEN_BLKDEV_FRONTEND=y +CONFIG_XEN_COMPAT_XENFS=y +# CONFIG_XEN_DEBUG_FS is not set +CONFIG_XEN_DEV_EVTCHN=m +CONFIG_XEN_DOM0=y +CONFIG_XEN_FBDEV_FRONTEND=m +CONFIG_XEN_GNTDEV=m +CONFIG_XEN_GRANT_DEV_ALLOC=m +CONFIG_XEN_HAVE_PVMMU=y +CONFIG_XEN_MCE_LOG=y +CONFIG_XEN_NETDEV_BACKEND=m +CONFIG_XEN_NETDEV_FRONTEND=y +CONFIG_XEN_PCIDEV_BACKEND=m +CONFIG_XEN_PCIDEV_FRONTEND=m +CONFIG_XEN_PRIVCMD=m +CONFIG_XEN_PVH=y +CONFIG_XEN_PVHVM=y +CONFIG_XEN_SAVE_RESTORE=y +CONFIG_XEN_SCRUB_PAGES=y +CONFIG_XEN_SELFBALLOONING=y +CONFIG_XEN_SYS_HYPERVISOR=y +CONFIG_XEN_TMEM=m +CONFIG_XEN_WDT=m +CONFIG_XEN_XENBUS_FRONTEND=y +# CONFIG_XES_MPC85xx is not set +CONFIG_XFRM=y +CONFIG_XFRM_ALGO=m +CONFIG_XFRM_IPCOMP=m +# CONFIG_XFRM_MIGRATE is not set +CONFIG_XFRM_STATISTICS=y +# CONFIG_XFRM_SUB_POLICY is not set +CONFIG_XFRM_USER=m +# CONFIG_XFS_DEBUG is not set +CONFIG_XFS_FS=m +CONFIG_XFS_POSIX_ACL=y +CONFIG_XFS_QUOTA=y +CONFIG_XFS_RT=y +# CONFIG_XFS_WARN is not set +CONFIG_XILINX_EMACLITE=m +CONFIG_XILINX_LL_TEMAC=m +CONFIG_XILINX_WATCHDOG=m +CONFIG_XILLYBUS=m +CONFIG_XILLYBUS_OF=m +CONFIG_XILLYBUS_PCIE=m +CONFIG_XMON=y +# CONFIG_XMON_DEFAULT is not set +CONFIG_XMON_DISASSEMBLY=y +CONFIG_XOR_BLOCKS=m +CONFIG_XPS=y +CONFIG_XPS_USB_HCD_XILINX=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_BCJ=y +CONFIG_XZ_DEC_IA64=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_SPARC=y +CONFIG_XZ_DEC_TEST=m +CONFIG_XZ_DEC_X86=y +CONFIG_YAM=m +CONFIG_YELLOWFIN=m +CONFIG_YENTA=m +CONFIG_YENTA_ENE_TUNE=y +CONFIG_YENTA_O2=y +CONFIG_YENTA_RICOH=y +CONFIG_YENTA_TI=y +CONFIG_YENTA_TOSHIBA=y +CONFIG_ZBOOT_ROM_BSS=0x0 +CONFIG_ZBOOT_ROM_TEXT=0x0 +CONFIG_ZBUD=y +CONFIG_ZD1211RW=m +# CONFIG_ZD1211RW_DEBUG is not set +CONFIG_ZEROPLUS_FF=y +CONFIG_ZISOFS=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_ZLIB_INFLATE=y +CONFIG_ZONE_DMA=y +CONFIG_ZONE_DMA_FLAG=1 +CONFIG_ZPOOL=y +CONFIG_ZRAM=m +# CONFIG_ZRAM_DEBUG is not set +CONFIG_ZRAM_LZ4_COMPRESS=y +CONFIG_ZSMALLOC=y +CONFIG_ZSWAP=y --- linux-lts-utopic-3.16.0.orig/debian.master/config/enforce +++ linux-lts-utopic-3.16.0/debian.master/config/enforce @@ -0,0 +1,142 @@ +# +# SECURITY items +# +# Ensure this option is enabled. +value CONFIG_COMPAT_BRK n +value CONFIG_DEVKMEM n +value CONFIG_LSM_MMAP_MIN_ADDR 0 +value CONFIG_SECURITY y +!exists CONFIG_SECURITY_FILE_CAPABILITIES | value CONFIG_SECURITY_FILE_CAPABILITIES y +value CONFIG_SECURITY_SELINUX y +value CONFIG_SECURITY_SMACK y +value CONFIG_SECURITY_YAMA y +value CONFIG_SYN_COOKIES y +value CONFIG_DEFAULT_SECURITY_APPARMOR y +value CONFIG_DEBUG_INFO y +# For architectures which support this option ensure it is enabled. +!exists CONFIG_XEN_ACPI_PROCESSOR | value CONFIG_XEN_ACPI_PROCESSOR y +!exists CONFIG_SECCOMP | value CONFIG_SECCOMP y +!exists CONFIG_HAVE_ARCH_SECCOMP_FILTER | value CONFIG_SECCOMP_FILTER y +!exists CONFIG_CC_STACKPROTECTOR | (arch amd64 i386 armhf &/ value CONFIG_CC_STACKPROTECTOR y) | value CONFIG_CC_STACKPROTECTOR n +!exists CONFIG_DEBUG_RODATA | value CONFIG_DEBUG_RODATA y +!exists CONFIG_DEBUG_SET_MODULE_RONX | value CONFIG_DEBUG_SET_MODULE_RONX y +!exists CONFIG_STRICT_DEVMEM | value CONFIG_STRICT_DEVMEM y +# For architectures which support this option ensure it is disabled. +!exists CONFIG_COMPAT_VDSO | value CONFIG_COMPAT_VDSO n +!exists CONFIG_ACPI_CUSTOM_METHOD | value CONFIG_ACPI_CUSTOM_METHOD n +# Default to 32768 on ARM, 65536 for everything else -- arm64 and armhf must match (LP:1418140) +(arch armel armhf arm64 &/ value CONFIG_DEFAULT_MMAP_MIN_ADDR 32768) | \ + value CONFIG_DEFAULT_MMAP_MIN_ADDR 65536 + +#LP#1105230 and LP#1385510 +!exists CONFIG_SOUND_OSS_CORE_PRECLAIM | value CONFIG_SOUND_OSS_CORE_PRECLAIM n + +#LP#1374440 +!exists CONFIG_HOTPLUG_PCI_PCIE | (arch ppc64el &/ value CONFIG_HOTPLUG_PCI_PCIE n) | value CONFIG_HOTPLUG_PCI_PCIE y + +# upstart requires DEVTMPFS be enabled and mounted by default. +value CONFIG_DEVTMPFS y +value CONFIG_DEVTMPFS_MOUNT y + +# some /dev nodes require POSIX ACLs, like /dev/dsp +value CONFIG_TMPFS_POSIX_ACL y + +# Ramdisk size should be a minimum of 64M +value CONFIG_BLK_DEV_RAM_SIZE 65536 + +# LVM requires dm_mod built in to activate correctly (LP: #560717) +value CONFIG_BLK_DEV_DM y + +# sysfs: ensure all DEPRECATED items are off +!exists CONFIG_SYSFS_DEPRECATED_V2 | value CONFIG_SYSFS_DEPRECATED_V2 n +!exists CONFIG_SYSFS_DEPRECATED | value CONFIG_SYSFS_DEPRECATED n + +# automatically add local version will cause packaging failure +value CONFIG_LOCALVERSION_AUTO n + +# provide framebuffer console form the start +# UbuntuSpec:foundations-m-grub2-boot-framebuffer +value CONFIG_FRAMEBUFFER_CONSOLE y + +# GRUB changes will rely on built in vesafb on x86, +# UbuntuSpec:foundations-m-grub2-boot-framebuffer +#(( arch i386 | arch amd64 ) & value CONFIG_FB_VESA y) | \ +# value CONFIG_FB_VESA m | !exists CONFIG_FB_VESA +#value CONFIG_FB_VESA m | !exists CONFIG_FB_VESA + +# Build in uinput module so that it's always available (LP: 584812) +value CONFIG_INPUT_UINPUT y + +# upstart relies on getting all of the kernel arguments +#value CONFIG_INIT_PASS_ALL_PARAMS y + +# Ensure CONFIG_IPV6 is y, if this is a module we get a module load for +# every ipv6 packet, bad. +value CONFIG_IPV6 y + +# Ensure ECRYPT_FS is y as it cannot be autoloaded and it has complex +# dependancies which can pull it =m at a whim. +value CONFIG_ECRYPT_FS y + +# Ensure CONFIG_EFI_VARS is y as debian-installer relies on having +# access to efivars when installing in EFI mode. See LP:837332 +value CONFIG_EFI_VARS y | !exists CONFIG_EFI_VARS + +# Ensure CONFIG_VFAT_FS is y for arm, needed to ensure we able to replace +# a kernel with the same version. Also needed for EFI based systems. +#(arch armel armhf arm64 i386 amd64 &/ value CONFIG_VFAT_FS y) | \ +# value CONFIG_VFAT_FS m +value CONFIG_VFAT_FS y + +# Ensure CONFIG_GPIO_TWL4030 is y for arm, LP:921934 +(arch armel armhf &/ value CONFIG_GPIO_TWL4030 y) | \ + value CONFIG_GPIO_TWL4030 m | \ + !exists CONFIG_GPIO_TWL4030 + +# REGULATOR_TWL4030 is a boot requisite for omap4 +(flavour generic & arch armhf &/ value CONFIG_REGULATOR_TWL4030 y) | \ + value CONFIG_REGULATOR_TWL4030 m | \ + !exists CONFIG_REGULATOR_TWL4030 + +# Ensure CONFIG_THERM_ADT746X is y for powerpc-smp flavours. +# See LP:923094 +(flavour powerpc-smp &/ value CONFIG_THERM_ADT746X y) | \ + !exists CONFIG_THERM_ADT746X + +# Ensure CONFIG_NVRAM is y for powerpc-smp, LP:942193 +(flavour powerpc-smp powerpc-e500mc &/ value CONFIG_NVRAM y) | \ + (flavour powerpc-e500mc) | \ + value CONFIG_NVRAM m | \ + !exists CONFIG_NVRAM + +# Ensure CRASH_DUMP is n for powerpc-smp and powerpc-e500mc, LP:1363180 +(flavour powerpc-smp powerpc-e500mc &/ value CONFIG_CRASH_DUMP n) | \ + value CRASH_DUMP y | \ + !exists CRASH_DUMP + +# Ensure CONFIG_STUB_POULSBO is disabled if CONFIG_DRM_PSB is enabled +# See LP:899244 +(!exists CONFIG_DRM_PSB | value CONFIG_DRM_PSB n) | \ +((value CONFIG_DRM_PSB y | value CONFIG_DRM_PSB m) & (value CONFIG_STUB_POULSBO n | !exists CONFIG_STUB_POULSBO)) + +# Ensure CONFIG_B43_BCMA_EXTRA is disabled if CONFIG_BRCMSMAC is enabled. +# Otherwise b43 and brcmsmac will overlap in the hardware they claim to +# support. +(!exists CONFIG_BRCMSMAC | value CONFIG_BRCMSMAC n) | \ +((value CONFIG_BRCMSMAC y | value CONFIG_BRCMSMAC m) & (value CONFIG_B43_BCMA_EXTRA n | !exists CONFIG_B43_BCMA_EXTRA)) + +# CONFIG_I2C_DESIGNWARE_PLATFORM is required by Calxeda Highbank +(flavour highbank &/ value CONFIG_I2C_DESIGNWARE_PLATFORM y) | \ +value CONFIG_I2C_DESIGNWARE_PLATFORM m | \ +!exists CONFIG_I2C_DESIGNWARE_PLATFORM + +# Don't use the generic ehci/ohci code on omap, it doesn't work +((flavour generic & arch armhf &/ value CONFIG_USB_EHCI_HCD_PLATFORM n & value CONFIG_USB_OHCI_HCD_PLATFORM n) | \ + !exists MISSING) + +# CONFIG_DRM_MGAG200, experimental driver hangs boot on HP Proliant Gen8 +# See LP:1042903 +(!exists CONFIG_DRM_MGAG200 | value CONFIG_DRM_MGAG200 n) + +# Required if /init is a shell script. +value CONFIG_BINFMT_SCRIPT y --- linux-lts-utopic-3.16.0.orig/debian.master/config/i386/config.common.i386 +++ linux-lts-utopic-3.16.0/debian.master/config/i386/config.common.i386 @@ -0,0 +1,153 @@ +# +# Config options for config.common.i386 automatically generated by splitconfig.pl +# +# CONFIG_64BIT is not set +CONFIG_AC97_BUS=m +CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig" +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +CONFIG_ARCH_RANDOM=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ATA_GENERIC=y +# CONFIG_ATA_NONSTANDARD is not set +CONFIG_ATA_PIIX=y +# CONFIG_AUDIT_ARCH is not set +CONFIG_BCH=m +CONFIG_CC_STACKPROTECTOR=y +CONFIG_CRASH_DUMP=y +# CONFIG_CXL_BASE is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +# CONFIG_EM_TIMER_STI is not set +CONFIG_FB_ATY128=m +CONFIG_FB_BOOT_VESA_SUPPORT=y +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +# CONFIG_FB_MACMODES is not set +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_SYS_IMAGEBLIT=m +CONFIG_FB_UDL=m +CONFIG_FB_VOODOO1=m +# CONFIG_FONTS is not set +CONFIG_FRAME_WARN=1024 +CONFIG_FUNCTION_TRACER=y +CONFIG_GPIO_GENERIC=m +CONFIG_GPIO_GENERIC_PLATFORM=m +CONFIG_GPIO_TWL4030=m +CONFIG_GPIO_TWL6040=m +# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set +CONFIG_HAVE_AOUT=y +# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set +CONFIG_HAVE_GENERIC_DMA_COHERENT=y +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_HIBERNATION=y +CONFIG_HOTPLUG_PCI_PCIE=y +CONFIG_HOTPLUG_PCI_SHPC=m +CONFIG_HUGETLB_PAGE=y +CONFIG_ILLEGAL_POINTER_VALUE=0 +CONFIG_IMA=y +CONFIG_IPMI_SI_PROBE_DEFAULTS=y +CONFIG_ISA=y +CONFIG_JUMP_LABEL=y +CONFIG_KVM=m +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LUSTRE_FS=m +# CONFIG_MATH_EMULATION is not set +CONFIG_MFD_SM501=m +# CONFIG_MFD_TMIO is not set +CONFIG_MII=m +CONFIG_MMC_BLOCK=m +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_PLTFM=m +CONFIG_MTD=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_CMDLINE_PARTS=m +CONFIG_MTD_NAND=m +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC=m +CONFIG_MTD_NAND_IDS=m +CONFIG_MUSB_PIO_ONLY=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +# CONFIG_NET_XGENE is not set +CONFIG_NOP_USB_XCEIV=m +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS=8 +CONFIG_NVRAM=m +CONFIG_OUTPUT_FORMAT="elf32-i386" +CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_PATA_SIS=y +CONFIG_PCCARD=m +CONFIG_PHYSICAL_ALIGN=0x1000000 +CONFIG_PHYSICAL_START=0x1000000 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_PHY_SAMSUNG_USB2=m +CONFIG_PPS=m +CONFIG_PROBE_EVENTS=y +# CONFIG_PSTORE_CONSOLE is not set +CONFIG_PSTORE_RAM=m +CONFIG_PTP_1588_CLOCK=m +CONFIG_RANDOMIZE_BASE_MAX_OFFSET=0x20000000 +CONFIG_RCU_CPU_STALL_TIMEOUT=60 +CONFIG_RCU_FANOUT=32 +CONFIG_RCU_FAST_NO_HZ=y +# CONFIG_RCU_NOCB_CPU is not set +CONFIG_REED_SOLOMON=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_REGULATOR_TWL4030=m +CONFIG_RTC_DRV_CMOS=y +CONFIG_RTC_DRV_DS3232=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_RTC_DRV_TWL4030=m +CONFIG_RTC_DRV_XGENE=m +CONFIG_SAMSUNG_USB2PHY=m +CONFIG_SAMSUNG_USB3PHY=m +CONFIG_SAMSUNG_USBPHY=m +CONFIG_SATA_AHCI_PLATFORM=m +CONFIG_SATA_SVW=m +CONFIG_SCHED_SMT=y +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_SENSORS_SCH56XX_COMMON=m +CONFIG_SERIAL_8250_DW=m +# CONFIG_SH_TIMER_CMT is not set +# CONFIG_SH_TIMER_MTU2 is not set +CONFIG_SND=m +CONFIG_SND_COMPRESS_OFFLOAD=m +CONFIG_SND_DMAENGINE_PCM=m +CONFIG_SND_HDA_INTEL=m +CONFIG_SND_OPL4_LIB_SEQ=m +CONFIG_SND_PCM=m +CONFIG_SND_SBAWE_SEQ=m +CONFIG_SND_SOC=m +CONFIG_SND_SOC_FSL_SSI=m +CONFIG_SND_SOC_HDMI_CODEC=m +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_TIMER=m +CONFIG_SOUND=m +CONFIG_STACK_TRACER=y +# CONFIG_STANDALONE is not set +CONFIG_SYS_HYPERVISOR=y +CONFIG_TICK_CPU_ACCOUNTING=y +CONFIG_TIGON3=m +CONFIG_UPROBES=y +CONFIG_USB_EHCI_HCD_PLATFORM=y +CONFIG_USB_GADGET=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +CONFIG_USB_MUSB_HDRC=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_OHCI_HCD_PLATFORM=y +CONFIG_USB_USBNET=m +# CONFIG_USB_UX500_DMA is not set +CONFIG_VFIO_IOMMU_TYPE1=m +CONFIG_X86_MINIMUM_CPU_FAMILY=5 +CONFIG_X86_SPEEDSTEP_LIB=y +CONFIG_XEN=y +CONFIG_XEN_MAX_DOMAIN_MEMORY=64 +# CONFIG_ZONE_DMA32 is not set --- linux-lts-utopic-3.16.0.orig/debian.master/config/i386/config.flavour.generic +++ linux-lts-utopic-3.16.0/debian.master/config/i386/config.flavour.generic @@ -0,0 +1,10 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# +CONFIG_HZ=250 +# CONFIG_HZ_1000 is not set +CONFIG_HZ_250=y +# CONFIG_IRQ_FORCED_THREADING_DEFAULT is not set +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_RCU is not set +CONFIG_PREEMPT_VOLUNTARY=y --- linux-lts-utopic-3.16.0.orig/debian.master/config/i386/config.flavour.lowlatency +++ linux-lts-utopic-3.16.0/debian.master/config/i386/config.flavour.lowlatency @@ -0,0 +1,10 @@ +# +# Config options for config.flavour.lowlatency automatically generated by splitconfig.pl +# +CONFIG_HZ=1000 +CONFIG_HZ_1000=y +# CONFIG_HZ_250 is not set +CONFIG_IRQ_FORCED_THREADING_DEFAULT=y +CONFIG_PREEMPT=y +CONFIG_PREEMPT_RCU=y +# CONFIG_PREEMPT_VOLUNTARY is not set --- linux-lts-utopic-3.16.0.orig/debian.master/config/powerpc/config.common.powerpc +++ linux-lts-utopic-3.16.0/debian.master/config/powerpc/config.common.powerpc @@ -0,0 +1,158 @@ +# +# Config options for config.common.powerpc automatically generated by splitconfig.pl +# +CONFIG_64BIT=y +CONFIG_AC97_BUS=m +CONFIG_APM_EMULATION=m +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +CONFIG_ATA_GENERIC=m +CONFIG_ATA_PIIX=m +CONFIG_AUDIT_ARCH=y +CONFIG_BCH=m +# CONFIG_CC_STACKPROTECTOR is not set +CONFIG_CPU_BIG_ENDIAN=y +# CONFIG_CPU_LITTLE_ENDIAN is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +CONFIG_DMA_VIRTUAL_CHANNELS=m +# CONFIG_EM_TIMER_STI is not set +CONFIG_FB_ATY128=y +# CONFIG_FB_BOOT_VESA_SUPPORT is not set +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +CONFIG_FB_IBM_GXT4500=m +CONFIG_FB_MACMODES=y +CONFIG_FB_VOODOO1=y +# CONFIG_FONTS is not set +CONFIG_FRAME_WARN=1024 +CONFIG_FUNCTION_TRACER=y +# CONFIG_GENERIC_CSUM is not set +CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY=1 +CONFIG_GPIO_GENERIC=m +CONFIG_GPIO_GENERIC_PLATFORM=m +CONFIG_GPIO_TWL4030=m +CONFIG_GPIO_TWL6040=m +# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set +# CONFIG_HAVE_AOUT is not set +# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set +CONFIG_HOTPLUG_PCI_PCIE=y +CONFIG_HOTPLUG_PCI_SHPC=m +CONFIG_HZ=250 +# CONFIG_HZ_1000 is not set +CONFIG_HZ_250=y +# CONFIG_IBMEBUS is not set +CONFIG_IBMVETH=m +# CONFIG_IPMI_POWERNV is not set +CONFIG_IPMI_SI_PROBE_DEFAULTS=y +# CONFIG_IRQ_ALL_CPUS is not set +# CONFIG_IRQ_FORCED_THREADING_DEFAULT is not set +# CONFIG_ISA is not set +CONFIG_JUMP_LABEL=y +CONFIG_KVM=y +CONFIG_LOG_BUF_SHIFT=17 +# CONFIG_LPARCFG is not set +CONFIG_LUSTRE_FS=m +CONFIG_MATH_EMULATION=y +CONFIG_MFD_SM501=m +# CONFIG_MFD_TMIO is not set +CONFIG_MII=m +CONFIG_MMC_BLOCK=m +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_PLTFM=m +CONFIG_MPIC_MSGR=y +CONFIG_MTD=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_CMDLINE_PARTS=m +CONFIG_MTD_NAND=m +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC=m +CONFIG_MTD_NAND_IDS=m +CONFIG_MTD_OF_PARTS=m +CONFIG_MUSB_PIO_ONLY=y +# CONFIG_NET_XGENE is not set +CONFIG_NODES_SHIFT=8 +CONFIG_NOP_USB_XCEIV=m +CONFIG_NO_HZ_FULL=y +CONFIG_NVRAM=y +CONFIG_PATA_SIS=m +CONFIG_PCCARD=m +CONFIG_PHYSICAL_ALIGN=0x04000000 +CONFIG_PHYSICAL_START=0x00000000 +CONFIG_PHY_SAMSUNG_USB2=m +# CONFIG_POWER7_CPU is not set +CONFIG_PPC_4K_PAGES=y +# CONFIG_PPC_64K_PAGES is not set +# CONFIG_PPC_DENORMALISATION is not set +CONFIG_PPC_DISABLE_WERROR=y +CONFIG_PPC_ICSWX=y +CONFIG_PPC_MAPLE=y +CONFIG_PPC_PASEMI=y +CONFIG_PPC_PMAC=y +CONFIG_PPC_PS3=y +# CONFIG_PPC_SMLPAR is not set +# CONFIG_PPC_SPLPAR is not set +CONFIG_PPS=m +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_RCU is not set +CONFIG_PREEMPT_VOLUNTARY=y +CONFIG_PROBE_EVENTS=y +# CONFIG_PSTORE_CONSOLE is not set +CONFIG_PSTORE_RAM=m +CONFIG_PTP_1588_CLOCK=m +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_FAST_NO_HZ=y +CONFIG_RCU_USER_QS=y +CONFIG_REED_SOLOMON=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_REGULATOR_TWL4030=m +CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_RTC_DRV_TWL4030=m +CONFIG_RTC_DRV_XGENE=m +CONFIG_SAMSUNG_USB2PHY=m +CONFIG_SAMSUNG_USB3PHY=m +CONFIG_SAMSUNG_USBPHY=m +CONFIG_SATA_AHCI_PLATFORM=m +CONFIG_SATA_SVW=y +# CONFIG_SENSORS_SCH56XX_COMMON is not set +CONFIG_SERIAL_8250_DW=m +# CONFIG_SH_TIMER_CMT is not set +# CONFIG_SH_TIMER_MTU2 is not set +CONFIG_SIMPLE_GPIO=y +CONFIG_SND=m +CONFIG_SND_COMPRESS_OFFLOAD=m +CONFIG_SND_DMAENGINE_PCM=m +CONFIG_SND_HDA_INTEL=m +# CONFIG_SND_OPL4_LIB_SEQ is not set +CONFIG_SND_PCM=m +# CONFIG_SND_SBAWE_SEQ is not set +CONFIG_SND_SOC=m +CONFIG_SND_SOC_FSL_SSI=m +CONFIG_SND_SOC_HDMI_CODEC=m +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_TIMER=m +CONFIG_SOUND=m +CONFIG_STACK_TRACER=y +CONFIG_STANDALONE=y +# CONFIG_SYS_HYPERVISOR is not set +CONFIG_TIGON3=m +CONFIG_UDBG_RTAS_CONSOLE=y +CONFIG_UPROBES=y +CONFIG_USB_EHCI_HCD_PLATFORM=y +CONFIG_USB_FSL_MPH_DR_OF=y +CONFIG_USB_GADGET=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +CONFIG_USB_MUSB_HDRC=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_OHCI_HCD_PLATFORM=y +CONFIG_USB_OHCI_HCD_PPC_OF=y +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y +CONFIG_USB_USBNET=m +# CONFIG_USB_UX500_DMA is not set +# CONFIG_VFIO_IOMMU_TYPE1 is not set +CONFIG_VIRT_CPU_ACCOUNTING_GEN=y --- linux-lts-utopic-3.16.0.orig/debian.master/config/powerpc/config.flavour.powerpc-e500mc +++ linux-lts-utopic-3.16.0/debian.master/config/powerpc/config.flavour.powerpc-e500mc @@ -0,0 +1,58 @@ +# +# Config options for config.flavour.powerpc-e500mc automatically generated by splitconfig.pl +# +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +# CONFIG_ARCH_RANDOM is not set +# CONFIG_ATA_NONSTANDARD is not set +# CONFIG_CRASH_DUMP is not set +# CONFIG_CXL_BASE is not set +CONFIG_DEFAULT_UIMAGE=y +# CONFIG_EPAPR_BOOT is not set +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_FOPS=y +CONFIG_FB_SYS_IMAGEBLIT=y +CONFIG_FB_UDL=y +CONFIG_FORCE_MAX_ZONEORDER=11 +CONFIG_GENERIC_TBSYNC=y +CONFIG_HAS_RAPIDIO=y +# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set +CONFIG_HIBERNATION=y +CONFIG_HUGETLB_PAGE=y +CONFIG_IMA=y +CONFIG_KERNEL_START=0xc0000000 +# CONFIG_MMIO_NVRAM is not set +# CONFIG_MPIC_U3_HT_IRQS is not set +# CONFIG_NEED_DMA_MAP_STATE is not set +# CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set +# CONFIG_NONSTATIC_KERNEL is not set +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS=8 +CONFIG_PAGE_OFFSET=0xc0000000 +CONFIG_PHYS_ADDR_T_64BIT=y +# CONFIG_PPC64 is not set +CONFIG_PPC_85xx=y +# CONFIG_PPC_970_NAP is not set +# CONFIG_PPC_BOOK3S_32 is not set +# CONFIG_PPC_CELL is not set +# CONFIG_PPC_COPRO_BASE is not set +CONFIG_PPC_DOORBELL=y +CONFIG_PPC_EPAPR_HV_PIC=y +# CONFIG_PPC_I8259 is not set +# CONFIG_PPC_ICP_HV is not set +# CONFIG_PPC_ICP_NATIVE is not set +# CONFIG_PPC_ICS_RTAS is not set +CONFIG_PPC_INDIRECT_PCI=y +# CONFIG_PPC_MM_SLICES is not set +# CONFIG_PPC_MPC106 is not set +# CONFIG_PPC_P7_NAP is not set +# CONFIG_PPC_RTAS is not set +# CONFIG_PPC_XICS is not set +CONFIG_RCU_FANOUT=32 +# CONFIG_RCU_NOCB_CPU is not set +CONFIG_RTC_DRV_DS3232=y +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_TICK_CPU_ACCOUNTING=y +CONFIG_WORD_SIZE=32 --- linux-lts-utopic-3.16.0.orig/debian.master/config/powerpc/config.flavour.powerpc-smp +++ linux-lts-utopic-3.16.0/debian.master/config/powerpc/config.flavour.powerpc-smp @@ -0,0 +1,59 @@ +# +# Config options for config.flavour.powerpc-smp automatically generated by splitconfig.pl +# +# CONFIG_ARCH_DMA_ADDR_T_64BIT is not set +# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set +# CONFIG_ARCH_RANDOM is not set +# CONFIG_ATA_NONSTANDARD is not set +# CONFIG_CRASH_DUMP is not set +# CONFIG_CXL_BASE is not set +# CONFIG_DEFAULT_UIMAGE is not set +# CONFIG_EPAPR_BOOT is not set +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_SYS_IMAGEBLIT=m +CONFIG_FB_UDL=m +CONFIG_FORCE_MAX_ZONEORDER=11 +CONFIG_GENERIC_TBSYNC=y +# CONFIG_HAS_RAPIDIO is not set +# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set +CONFIG_HIBERNATION=y +# CONFIG_HUGETLB_PAGE is not set +CONFIG_IMA=y +CONFIG_KERNEL_START=0xc0000000 +# CONFIG_MMIO_NVRAM is not set +# CONFIG_MPIC_U3_HT_IRQS is not set +# CONFIG_NEED_DMA_MAP_STATE is not set +# CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set +# CONFIG_NONSTATIC_KERNEL is not set +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS=4 +CONFIG_PAGE_OFFSET=0xc0000000 +# CONFIG_PHYS_ADDR_T_64BIT is not set +# CONFIG_PPC64 is not set +# CONFIG_PPC_85xx is not set +# CONFIG_PPC_970_NAP is not set +CONFIG_PPC_BOOK3S_32=y +# CONFIG_PPC_CELL is not set +# CONFIG_PPC_COPRO_BASE is not set +# CONFIG_PPC_DOORBELL is not set +# CONFIG_PPC_EPAPR_HV_PIC is not set +CONFIG_PPC_I8259=y +# CONFIG_PPC_ICP_HV is not set +# CONFIG_PPC_ICP_NATIVE is not set +# CONFIG_PPC_ICS_RTAS is not set +CONFIG_PPC_INDIRECT_PCI=y +# CONFIG_PPC_MM_SLICES is not set +CONFIG_PPC_MPC106=y +CONFIG_PPC_OF_BOOT_TRAMPOLINE=y +# CONFIG_PPC_P7_NAP is not set +CONFIG_PPC_RTAS=y +# CONFIG_PPC_XICS is not set +CONFIG_RCU_FANOUT=32 +# CONFIG_RCU_NOCB_CPU is not set +CONFIG_RTC_DRV_DS3232=m +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_TICK_CPU_ACCOUNTING=y +CONFIG_WORD_SIZE=32 --- linux-lts-utopic-3.16.0.orig/debian.master/config/powerpc/config.flavour.powerpc64-emb +++ linux-lts-utopic-3.16.0/debian.master/config/powerpc/config.flavour.powerpc64-emb @@ -0,0 +1,63 @@ +# +# Config options for config.flavour.powerpc64-emb automatically generated by splitconfig.pl +# +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +# CONFIG_ARCH_RANDOM is not set +# CONFIG_ATA_NONSTANDARD is not set +CONFIG_CRASH_DUMP=y +# CONFIG_CXL_BASE is not set +CONFIG_DEFAULT_UIMAGE=y +# CONFIG_EPAPR_BOOT is not set +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_FOPS=y +CONFIG_FB_SYS_IMAGEBLIT=y +CONFIG_FB_UDL=y +CONFIG_FORCE_MAX_ZONEORDER=13 +# CONFIG_GENERIC_TBSYNC is not set +CONFIG_HAS_RAPIDIO=y +# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +# CONFIG_HIBERNATION is not set +CONFIG_HUGETLB_PAGE=y +# CONFIG_IMA is not set +CONFIG_KERNEL_START=0xc000000000000000 +# CONFIG_MMIO_NVRAM is not set +# CONFIG_MPIC_U3_HT_IRQS is not set +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NONSTATIC_KERNEL=y +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS=8 +# CONFIG_NUMA is not set +CONFIG_PAGE_OFFSET=0xc000000000000000 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_PPC64=y +# CONFIG_PPC_970_NAP is not set +CONFIG_PPC_BOOK3E_64=y +# CONFIG_PPC_BOOK3S_64 is not set +# CONFIG_PPC_CELL is not set +# CONFIG_PPC_COPRO_BASE is not set +CONFIG_PPC_DOORBELL=y +CONFIG_PPC_EPAPR_HV_PIC=y +# CONFIG_PPC_HAS_HASH_64K is not set +# CONFIG_PPC_I8259 is not set +# CONFIG_PPC_ICP_HV is not set +# CONFIG_PPC_ICP_NATIVE is not set +# CONFIG_PPC_ICS_RTAS is not set +CONFIG_PPC_INDIRECT_PCI=y +# CONFIG_PPC_MM_SLICES is not set +# CONFIG_PPC_MPC106 is not set +# CONFIG_PPC_OF_BOOT_TRAMPOLINE is not set +# CONFIG_PPC_P7_NAP is not set +# CONFIG_PPC_RTAS is not set +# CONFIG_PPC_XICS is not set +CONFIG_RCU_FANOUT=32 +# CONFIG_RCU_NOCB_CPU is not set +CONFIG_RTC_DRV_DS3232=y +# CONFIG_SCHED_SMT is not set +CONFIG_SCSI_SRP_ATTRS=m +# CONFIG_TICK_CPU_ACCOUNTING is not set +# CONFIG_U3_DART is not set +CONFIG_WORD_SIZE=64 --- linux-lts-utopic-3.16.0.orig/debian.master/config/powerpc/config.flavour.powerpc64-smp +++ linux-lts-utopic-3.16.0/debian.master/config/powerpc/config.flavour.powerpc64-smp @@ -0,0 +1,62 @@ +# +# Config options for config.flavour.powerpc64-smp automatically generated by splitconfig.pl +# +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +CONFIG_ARCH_RANDOM=y +CONFIG_ATA_NONSTANDARD=y +CONFIG_CRASH_DUMP=y +CONFIG_CXL_BASE=y +# CONFIG_DEFAULT_UIMAGE is not set +CONFIG_EPAPR_BOOT=y +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_FOPS=y +CONFIG_FB_SYS_IMAGEBLIT=y +CONFIG_FB_UDL=m +CONFIG_FORCE_MAX_ZONEORDER=13 +CONFIG_GENERIC_TBSYNC=y +# CONFIG_HAS_RAPIDIO is not set +CONFIG_HAVE_BOOTMEM_INFO_NODE=y +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_HIBERNATION=y +CONFIG_HUGETLB_PAGE=y +CONFIG_IMA=y +CONFIG_KERNEL_START=0xc000000000000000 +CONFIG_MMIO_NVRAM=y +CONFIG_MPIC_U3_HT_IRQS=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NONSTATIC_KERNEL=y +# CONFIG_NO_HZ_IDLE is not set +CONFIG_NR_CPUS=1024 +CONFIG_NUMA=y +CONFIG_PAGE_OFFSET=0xc000000000000000 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_PPC64=y +CONFIG_PPC_970_NAP=y +# CONFIG_PPC_BOOK3E_64 is not set +CONFIG_PPC_BOOK3S_64=y +CONFIG_PPC_CELL=y +CONFIG_PPC_COPRO_BASE=y +CONFIG_PPC_DOORBELL=y +# CONFIG_PPC_EPAPR_HV_PIC is not set +CONFIG_PPC_HAS_HASH_64K=y +CONFIG_PPC_I8259=y +CONFIG_PPC_ICP_HV=y +CONFIG_PPC_ICP_NATIVE=y +CONFIG_PPC_ICS_RTAS=y +# CONFIG_PPC_INDIRECT_PCI is not set +CONFIG_PPC_MM_SLICES=y +# CONFIG_PPC_MPC106 is not set +CONFIG_PPC_OF_BOOT_TRAMPOLINE=y +CONFIG_PPC_P7_NAP=y +CONFIG_PPC_RTAS=y +CONFIG_PPC_XICS=y +CONFIG_RCU_FANOUT=64 +CONFIG_RCU_NOCB_CPU=y +CONFIG_RTC_DRV_DS3232=m +CONFIG_SCHED_SMT=y +CONFIG_SCSI_SRP_ATTRS=y +CONFIG_U3_DART=y +CONFIG_WORD_SIZE=64 --- linux-lts-utopic-3.16.0.orig/debian.master/config/ppc64el/config.common.ppc64el +++ linux-lts-utopic-3.16.0/debian.master/config/ppc64el/config.common.ppc64el @@ -0,0 +1,212 @@ +# +# Config options for config.common.ppc64el automatically generated by splitconfig.pl +# +CONFIG_64BIT=y +CONFIG_AC97_BUS=m +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +CONFIG_ARCH_RANDOM=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +CONFIG_ATA_GENERIC=m +# CONFIG_ATA_NONSTANDARD is not set +CONFIG_ATA_PIIX=m +CONFIG_AUDIT_ARCH=y +CONFIG_BCH=m +# CONFIG_CC_STACKPROTECTOR is not set +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CPU_LITTLE_ENDIAN=y +CONFIG_CRASH_DUMP=y +CONFIG_CXL_BASE=y +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +# CONFIG_DEFAULT_UIMAGE is not set +CONFIG_DMA_VIRTUAL_CHANNELS=m +# CONFIG_EM_TIMER_STI is not set +CONFIG_EPAPR_BOOT=y +CONFIG_FB_ATY128=m +# CONFIG_FB_BOOT_VESA_SUPPORT is not set +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +CONFIG_FB_IBM_GXT4500=y +CONFIG_FB_MACMODES=y +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_SYS_IMAGEBLIT=m +CONFIG_FB_UDL=m +CONFIG_FB_VOODOO1=m +# CONFIG_FONTS is not set +CONFIG_FORCE_MAX_ZONEORDER=9 +CONFIG_FRAME_WARN=2048 +CONFIG_FUNCTION_TRACER=y +CONFIG_GENERIC_CSUM=y +# CONFIG_GENERIC_TBSYNC is not set +CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY=1 +CONFIG_GPIO_GENERIC=m +CONFIG_GPIO_GENERIC_PLATFORM=m +CONFIG_GPIO_TWL4030=m +CONFIG_GPIO_TWL6040=m +# CONFIG_HAS_RAPIDIO is not set +CONFIG_HAVE_64BIT_ALIGNED_ACCESS=y +# CONFIG_HAVE_AOUT is not set +CONFIG_HAVE_BOOTMEM_INFO_NODE=y +# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_HIBERNATION=y +# CONFIG_HOTPLUG_PCI_PCIE is not set +# CONFIG_HOTPLUG_PCI_SHPC is not set +CONFIG_HUGETLB_PAGE=y +CONFIG_HZ=250 +# CONFIG_HZ_1000 is not set +CONFIG_HZ_250=y +CONFIG_IBMEBUS=y +CONFIG_IBMVETH=y +CONFIG_IMA=y +CONFIG_IPMI_POWERNV=m +CONFIG_IPMI_SI_PROBE_DEFAULTS=y +CONFIG_IRQ_ALL_CPUS=y +# CONFIG_IRQ_FORCED_THREADING_DEFAULT is not set +CONFIG_JUMP_LABEL=y +CONFIG_KERNEL_START=0xc000000000000000 +CONFIG_KVM=y +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LPARCFG=y +# CONFIG_LUSTRE_FS is not set +CONFIG_MFD_SM501=m +# CONFIG_MFD_TMIO is not set +CONFIG_MII=m +CONFIG_MMC_BLOCK=m +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_PLTFM=m +# CONFIG_MMIO_NVRAM is not set +# CONFIG_MPIC_MSGR is not set +# CONFIG_MPIC_U3_HT_IRQS is not set +CONFIG_MTD=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_CMDLINE_PARTS=m +CONFIG_MTD_NAND=m +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC=m +CONFIG_MTD_NAND_IDS=m +CONFIG_MTD_OF_PARTS=m +# CONFIG_MUSB_PIO_ONLY is not set +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +# CONFIG_NET_XGENE is not set +CONFIG_NODES_SHIFT=8 +CONFIG_NONSTATIC_KERNEL=y +CONFIG_NOP_USB_XCEIV=m +# CONFIG_NO_HZ_FULL is not set +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS=2048 +CONFIG_NUMA=y +CONFIG_PAGE_OFFSET=0xc000000000000000 +CONFIG_PATA_SIS=m +# CONFIG_PCCARD is not set +CONFIG_PHYSICAL_START=0x00000000 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_PHY_SAMSUNG_USB2=m +CONFIG_POWER7_CPU=y +CONFIG_PPC64=y +# CONFIG_PPC_4K_PAGES is not set +CONFIG_PPC_64K_PAGES=y +# CONFIG_PPC_970_NAP is not set +# CONFIG_PPC_BOOK3E_64 is not set +CONFIG_PPC_BOOK3S_64=y +# CONFIG_PPC_CELL is not set +CONFIG_PPC_COPRO_BASE=y +CONFIG_PPC_DENORMALISATION=y +# CONFIG_PPC_DISABLE_WERROR is not set +CONFIG_PPC_DOORBELL=y +# CONFIG_PPC_EPAPR_HV_PIC is not set +CONFIG_PPC_HAS_HASH_64K=y +CONFIG_PPC_I8259=y +CONFIG_PPC_ICP_HV=y +CONFIG_PPC_ICP_NATIVE=y +# CONFIG_PPC_ICSWX is not set +CONFIG_PPC_ICS_RTAS=y +# CONFIG_PPC_INDIRECT_PCI is not set +# CONFIG_PPC_MAPLE is not set +CONFIG_PPC_MM_SLICES=y +# CONFIG_PPC_MPC106 is not set +CONFIG_PPC_OF_BOOT_TRAMPOLINE=y +CONFIG_PPC_P7_NAP=y +# CONFIG_PPC_PASEMI is not set +# CONFIG_PPC_PMAC is not set +# CONFIG_PPC_PS3 is not set +CONFIG_PPC_RTAS=y +CONFIG_PPC_SMLPAR=y +CONFIG_PPC_SPLPAR=y +CONFIG_PPC_XICS=y +CONFIG_PPS=y +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_RCU is not set +CONFIG_PREEMPT_VOLUNTARY=y +CONFIG_PROBE_EVENTS=y +# CONFIG_PSTORE_CONSOLE is not set +CONFIG_PSTORE_RAM=m +CONFIG_PTP_1588_CLOCK=y +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_FANOUT=64 +# CONFIG_RCU_FAST_NO_HZ is not set +# CONFIG_RCU_NOCB_CPU is not set +# CONFIG_RCU_USER_QS is not set +CONFIG_REED_SOLOMON=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_REGULATOR_TWL4030=m +CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_DS3232=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_RTC_DRV_TWL4030=m +CONFIG_RTC_DRV_XGENE=m +CONFIG_SAMSUNG_USB2PHY=m +CONFIG_SAMSUNG_USB3PHY=m +CONFIG_SAMSUNG_USBPHY=m +CONFIG_SATA_AHCI_PLATFORM=m +CONFIG_SATA_SVW=m +CONFIG_SCHED_SMT=y +CONFIG_SCSI_SRP_ATTRS=y +# CONFIG_SENSORS_SCH56XX_COMMON is not set +CONFIG_SERIAL_8250_DW=m +# CONFIG_SH_TIMER_CMT is not set +# CONFIG_SH_TIMER_MTU2 is not set +# CONFIG_SIMPLE_GPIO is not set +CONFIG_SND=m +CONFIG_SND_COMPRESS_OFFLOAD=m +CONFIG_SND_DMAENGINE_PCM=m +# CONFIG_SND_HDA_INTEL is not set +# CONFIG_SND_OPL4_LIB_SEQ is not set +CONFIG_SND_PCM=m +# CONFIG_SND_SBAWE_SEQ is not set +CONFIG_SND_SOC=m +CONFIG_SND_SOC_FSL_SSI=m +CONFIG_SND_SOC_HDMI_CODEC=m +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_TIMER=m +CONFIG_SOUND=m +CONFIG_STACK_TRACER=y +CONFIG_STANDALONE=y +# CONFIG_SYS_HYPERVISOR is not set +# CONFIG_TICK_CPU_ACCOUNTING is not set +CONFIG_TIGON3=y +# CONFIG_U3_DART is not set +# CONFIG_UDBG_RTAS_CONSOLE is not set +CONFIG_UPROBES=y +CONFIG_USB_EHCI_HCD_PLATFORM=m +CONFIG_USB_GADGET=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +CONFIG_USB_MUSB_HDRC=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_OHCI_HCD_PLATFORM=m +# CONFIG_USB_OHCI_HCD_PPC_OF is not set +# CONFIG_USB_OHCI_HCD_PPC_OF_BE is not set +CONFIG_USB_USBNET=m +CONFIG_USB_UX500_DMA=y +# CONFIG_VFIO_IOMMU_TYPE1 is not set +# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set +CONFIG_WORD_SIZE=64 --- linux-lts-utopic-3.16.0.orig/debian.master/config/ppc64el/config.flavour.generic +++ linux-lts-utopic-3.16.0/debian.master/config/ppc64el/config.flavour.generic @@ -0,0 +1,3 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# --- linux-lts-utopic-3.16.0.orig/debian.master/config/x32/config.common.x32 +++ linux-lts-utopic-3.16.0/debian.master/config/x32/config.common.x32 @@ -0,0 +1 @@ +# nothing here yet --- linux-lts-utopic-3.16.0.orig/debian.master/config/x32/config.flavour.generic +++ linux-lts-utopic-3.16.0/debian.master/config/x32/config.flavour.generic @@ -0,0 +1 @@ +# nothing here yet --- linux-lts-utopic-3.16.0.orig/debian.master/control.d/flavour-control.stub +++ linux-lts-utopic-3.16.0/debian.master/control.d/flavour-control.stub @@ -0,0 +1,129 @@ +# 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-PKGVER-ABINUM-FLAVOUR +Architecture: ARCH +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, =PROVIDES= +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: BOOTLOADER +Suggests: fdutils, SRCPKGNAME-doc-PKGVER | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR +Description: Linux kernel image for version PKGVER on DESC + This package contains the Linux kernel image 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-image-extra-PKGVER-ABINUM-FLAVOUR +Architecture: ARCH +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR, crda (>=1.1.1-1ubuntu2) | wireless-crda +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 +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-PKGVER-ABINUM, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version PKGVER on DESC + This package provides kernel header files for version PKGVER on + DESC. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-PKGVER-ABINUM/debian.README.gz for details. + +Package: linux-image-PKGVER-ABINUM-FLAVOUR-dbgsym +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 a 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 +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 +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=. + +Package: SRCPKGNAME-udebs-FLAVOUR +XC-Package-Type: udeb +Section: debian-installer +Architecture: ARCH +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + --- linux-lts-utopic-3.16.0.orig/debian.master/control.d/generic.inclusion-list +++ linux-lts-utopic-3.16.0/debian.master/control.d/generic.inclusion-list @@ -0,0 +1,170 @@ +arch/*/{crypto,kernel,oprofile} +arch/*/kvm/kvm.ko +arch/x86/kvm/kvm-intel.ko +arch/x86/kvm/kvm-amd.ko +crypto/* +drivers/acpi/* +drivers/char/ipmi/ipmi_msghandler.ko +drivers/ata/ahci_platform.ko +drivers/ata/ahci.ko +drivers/ata/acard-ahci.ko +drivers/ata/libahci.ko +drivers/ata/libahci_platform.ko +drivers/block/nbd.ko +drivers/block/floppy.ko +drivers/block/cryptoloop.ko +drivers/block/rbd.ko +drivers/char/hangcheck-timer.ko +drivers/char/hw_random/virtio-rng.ko +drivers/char/lp.ko +drivers/char/nvram.ko +drivers/char/ppdev.ko +drivers/char/raw.ko +drivers/hid/hid.ko +drivers/hid/hid-hyperv.ko +drivers/hv/* +drivers/infiniband/core/ib_core.ko +drivers/infiniband/core/ib_addr.ko +drivers/infiniband/core/ib_cm.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/input/evbug.ko +drivers/input/gameport/gameport.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/joydev.ko +drivers/input/touchscreen/usbtouchscreen.ko +drivers/input/misc/xen-kbdfront.ko +drivers/md/* +drivers/message/fusion* +drivers/scsi/scsi_transport_spi.ko +drivers/misc/vmw_balloon.ko +drivers/misc/vmw_vmci/vmw_vmci.ko +drivers/net/caif/caif_virtio.ko +drivers/net/mii.ko +drivers/net/ethernet/8390/8390.ko +drivers/net/ethernet/realtek/8139too.ko +drivers/net/ethernet/realtek/8139cp.ko +drivers/net/appletalk/ipddp.ko +drivers/net/bonding/bonding.ko +drivers/net/ppp/bsd_comp.ko +drivers/net/dummy.ko +drivers/net/ethernet/intel/e1000/e1000.ko +drivers/net/ethernet/intel/e1000e/e1000e.ko +drivers/net/eql.ko +drivers/net/ifb.ko +drivers/net/ethernet/intel/igbvf/igbvf.ko +drivers/net/ethernet/intel/ixgbevf/ixgbevf.ko +drivers/net/macvlan.ko +drivers/net/macvtap.ko +drivers/net/ethernet/8390/ne2k-pci.ko +drivers/net/netconsole.ko +drivers/net/ethernet/amd/pcnet32.ko +drivers/net/hyperv/hv_netvsc.ko +drivers/net/ppp/* +drivers/net/slip/* +drivers/net/veth.ko +drivers/net/vmxnet3/vmxnet3.ko +drivers/net/vxlan.ko +drivers/net/xen-netback/* +drivers/parport/parport.ko +drivers/parport/parport_pc.ko +drivers/pps/pps_core.ko +drivers/ptp/ptp.ko +drivers/net/ethernet/dec/tulip/* +drivers/scsi/BusLogic.ko +drivers/scsi/device_handler/scsi_dh.ko +drivers/scsi/iscsi_tcp.ko +drivers/scsi/libiscsi.ko +drivers/scsi/libiscsi_tcp.ko +drivers/scsi/libsas/* +drivers/scsi/osd/osd.ko +drivers/scsi/osd/libosd.ko +drivers/scsi/qla1280.ko +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_tgt.ko +drivers/scsi/vmw_pvscsi.ko +drivers/scsi/hv_storvsc.ko +drivers/scsi/virtio_scsi.ko +drivers/target/target_core*.ko +drivers/vhost/* +drivers/video/fbdev/cirrusfb.ko +drivers/video/fbdev/core/syscopyarea.ko +drivers/video/fbdev/core/sysfillrect.ko +drivers/video/fbdev/core/sysimgblt.ko +drivers/video/fbdev/hyperv_fb.ko +drivers/video/fbdev/vga16fb.ko +drivers/video/vgastate.ko +drivers/video/fbdev/xen-fbfront.ko +drivers/video/fbdev/core/fb_sys_fops.ko +drivers/watchdog/softdog.ko +drivers/xen/* +fs/9p/* +fs/binfmt_misc.ko +fs/btrfs/* +fs/cachefiles/cachefiles.ko +fs/ceph/* +fs/configfs/* +fs/exofs/libore.ko +fs/fat/* +fs/nls/nls_iso8859-1.ko +fs/isofs/* +fs/cifs/* +fs/xfs/* +fs/ufs/* +fs/squashfs/* +fs/nfs/* +fs/nfsd/* +fs/nfs_common/* +fs/fscache/* +fs/lockd/* +fs/autofs4/autofs4.ko +fs/overlayfs/* +fs/udf/* +lib/* +net/802/* +net/8021q/* +net/9p/* +net/appletalk/* +net/atm/* +net/ax25/* +net/bridge/* +net/can/* +net/core/* +net/ceph/libceph.ko +net/dccp/* +net/decnet/* +net/ieee802154/* +net/ipv4/* +net/ipv6/* +net/ipx/* +net/irda/* +net/key/* +net/lapb/* +net/llc/* +net/netfilter/* +net/netrom/* +net/openvswitch/* +net/phonet/* +net/rose/* +net/rxrpc/* +net/sched/* +net/sctp/* +net/tipc/* +net/vmw_vsock/* +net/x25/* +net/xfrm/* +net/sunrpc/auth_gss/auth_rpcgss.ko +net/sunrpc/auth_gss/rpcsec_gss_krb5.ko +net/sunrpc/sunrpc.ko +sound/soundcore.ko +sound/core/* +sound/pci/snd-ens1370.ko +sound/drivers/pcsp/snd-pcsp.ko --- linux-lts-utopic-3.16.0.orig/debian.master/control.d/vars.generic +++ linux-lts-utopic-3.16.0/debian.master/control.d/vars.generic @@ -0,0 +1,6 @@ +arch="i386 amd64 armhf arm64 ppc64el" +supported="Generic" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="grub-pc [i386 amd64 x32] | grub-efi-amd64 [amd64 x32] | grub-efi-ia32 [i386 amd64 x32] | grub [i386 amd64 x32] | lilo (>= 19.1) [i386 amd64 x32] | flash-kernel [armhf arm64] | grub-ieee1275 [ppc64el]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules" --- linux-lts-utopic-3.16.0.orig/debian.master/control.d/vars.generic-lpae +++ linux-lts-utopic-3.16.0/debian.master/control.d/vars.generic-lpae @@ -0,0 +1,6 @@ +arch="armhf" +supported="Generic LPAE" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="flash-kernel [armhf]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules" --- linux-lts-utopic-3.16.0.orig/debian.master/control.d/vars.lowlatency +++ linux-lts-utopic-3.16.0/debian.master/control.d/vars.lowlatency @@ -0,0 +1,6 @@ +arch="i386 amd64" +supported="Lowlatency" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="grub-pc [i386 amd64 x32] | grub-efi-amd64 [amd64 x32] | grub-efi-ia32 [i386 amd64 x32] | grub [i386 amd64 x32] | lilo (>= 19.1) [i386 amd64 x32] | flash-kernel [armhf arm64]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules" --- linux-lts-utopic-3.16.0.orig/debian.master/control.d/vars.powerpc-e500mc +++ linux-lts-utopic-3.16.0/debian.master/control.d/vars.powerpc-e500mc @@ -0,0 +1,6 @@ +supported="32-bit Freescale Power e500mc" +target="Geared toward server systems." +desc="32-bit Freescale Power e500mc" +bootloader="grub-ieee1275" +provides="redhat-cluster-modules, ivtv-modules" +arch="powerpc" --- linux-lts-utopic-3.16.0.orig/debian.master/control.d/vars.powerpc-smp +++ linux-lts-utopic-3.16.0/debian.master/control.d/vars.powerpc-smp @@ -0,0 +1,6 @@ +supported="32-bit PowerPC SMP" +target="Geared toward desktop or server systems." +desc="32-bit PowerPC SMP" +bootloader="yaboot" +provides="redhat-cluster-modules, ivtv-modules" +arch="powerpc" --- linux-lts-utopic-3.16.0.orig/debian.master/control.d/vars.powerpc64-emb +++ linux-lts-utopic-3.16.0/debian.master/control.d/vars.powerpc64-emb @@ -0,0 +1,6 @@ +supported="64-bit PowerPC SMP Book3E" +target="Geared toward desktop or server systems." +desc="64-bit PowerPC SMP Book3E" +bootloader="grub-ieee1275" +provides="redhat-cluster-modules, ivtv-modules" +arch="powerpc" --- linux-lts-utopic-3.16.0.orig/debian.master/control.d/vars.powerpc64-smp +++ linux-lts-utopic-3.16.0/debian.master/control.d/vars.powerpc64-smp @@ -0,0 +1,6 @@ +supported="64-bit PowerPC SMP" +target="Geared toward desktop or server systems." +desc="64-bit PowerPC SMP" +bootloader="yaboot" +provides="redhat-cluster-modules, ivtv-modules" +arch="powerpc" --- linux-lts-utopic-3.16.0.orig/debian.master/control.stub.in +++ linux-lts-utopic-3.16.0/debian.master/control.stub.in @@ -0,0 +1,119 @@ +Source: linux +Section: devel +Priority: optional +Maintainer: Ubuntu Kernel Team +Standards-Version: 3.9.4.0 +Build-Depends: debhelper (>= 5), dh-systemd, cpio, module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile [amd64 i386], libelf-dev, libnewt-dev, libiberty-dev, rsync, libdw-dev, libpci-dev, dpkg (>= 1.16.0~ubuntu4), pkg-config, flex, bison, libunwind8-dev, openssl, libaudit-dev, bc, python-dev, gawk, device-tree-compiler [powerpc], u-boot-tools [powerpc], libc6-dev-ppc64 [powerpc], libudev-dev, autoconf, automake, libtool +Build-Depends-Indep: xmlto, docbook-utils, ghostscript, transfig, bzip2, sharutils, asciidoc +Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-utopic.git +XS-Testsuite: autopkgtest +#XS-Testsuite-Depends: gcc-4.7 binutils + +Package: SRCPKGNAME-source-PKGVER +Architecture: all +Section: devel +Priority: optional +Provides: SRCPKGNAME-source, SRCPKGNAME-source-3 +Depends: ${misc:Depends}, binutils, bzip2, coreutils | fileutils (>= 4.0) +Recommends: libc-dev, gcc, make +Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-dev +Description: Linux kernel source for version PKGVER with Ubuntu patches + This package provides the source code for the Linux kernel version + PKGVER. + . + This package is mainly meant for other packages to use, in order to build + custom flavours. + . + If you wish to use this package to create a custom Linux kernel, then it + is suggested that you investigate the package kernel-package, which has + been designed to ease the task of creating kernel image packages. + . + If you are simply trying to build third-party modules for your kernel, + you do not want this package. Install the appropriate linux-headers + package instead. + +Package: SRCPKGNAME-doc +Architecture: all +Section: doc +Priority: optional +Depends: ${misc:Depends} +Conflicts: SRCPKGNAME-doc-3 +Replaces: SRCPKGNAME-doc-3 +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. + +Package: SRCPKGNAME-headers-PKGVER-ABINUM +Architecture: all +Multi-Arch: foreign +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0) +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-libc-dev +Architecture: i386 amd64 armhf arm64 x32 powerpc ppc64el +Depends: ${misc:Depends} +Conflicts: libc6-dev (<< 2.3.2.ds1-6), libc6.1-dev (<< 2.3.2.ds1-6), dvb-dev (<< 1.0.1-6), amd64-libs-dev (<= 1.1), SRCPKGNAME-kernel-headers +Replaces: libc6-dev (<< 2.3.2.ds1-6), libc6.1-dev (<< 2.3.2.ds1-6), dvb-dev (<< 1.0.1-6), SRCPKGNAME-kernel-headers, libdrm-dev +Provides: SRCPKGNAME-kernel-headers +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. + +Package: SRCPKGNAME-tools-common +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Depends: ${misc:Depends} +Replaces: SRCPKGNAME-tools (<= 2.6.32-16.25) +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 PGKVER. + +Package: SRCPKGNAME-tools-PKGVER-ABINUM +Architecture: i386 amd64 armhf arm64 powerpc ppc64el +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, SRCPKGNAME-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 probabally want to install linux-tools-PKGVER-ABINUM-. + +Package: SRCPKGNAME-cloud-tools-common +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Breaks: SRCPKGNAME-tools-common (<< 3.13.0-8.28), hv-kvp-daemon-init (<< 3.13) +Replaces: SRCPKGNAME-tools-common (<< 3.13.0-8.28), hv-kvp-daemon-init (<< 3.13) +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 PGKVER. + +Package: SRCPKGNAME-cloud-tools-PKGVER-ABINUM +Architecture: i386 amd64 armhf +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, SRCPKGNAME-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 probabally want to install linux-cloud-tools-PKGVER-ABINUM-. + --- linux-lts-utopic-3.16.0.orig/debian.master/copyright +++ linux-lts-utopic-3.16.0/debian.master/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-lts-utopic-3.16.0.orig/debian.master/d-i/exclude-firmware.armhf-generic +++ linux-lts-utopic-3.16.0/debian.master/d-i/exclude-firmware.armhf-generic @@ -0,0 +1,2 @@ +nic-modules +scsi-modules --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/exclude-firmware.armhf-generic-lpae +++ linux-lts-utopic-3.16.0/debian.master/d-i/exclude-firmware.armhf-generic-lpae @@ -0,0 +1,2 @@ +nic-modules +scsi-modules --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/exclude-modules.amd64-virtual +++ linux-lts-utopic-3.16.0/debian.master/d-i/exclude-modules.amd64-virtual @@ -0,0 +1,14 @@ +pata-modules +firewire-core-modules +plip-modules +usb-modules +pcmcia-storage-modules +input-modules +nic-pcmcia-modules +pcmcia-modules +nic-usb-modules +nfs-modules +speakup-modules +ppp-modules +sata-modules +ipmi-modules --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/exclude-modules.arm64-generic +++ linux-lts-utopic-3.16.0/debian.master/d-i/exclude-modules.arm64-generic @@ -0,0 +1,11 @@ +serial-modules +pata-modules +firewire-core-modules +floppy-modules +usb-modules +pcmcia-storage-modules +fb-modules +nic-pcmcia-modules +pcmcia-modules +nic-usb-modules +message-modules --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/exclude-modules.armhf-generic +++ linux-lts-utopic-3.16.0/debian.master/d-i/exclude-modules.armhf-generic @@ -0,0 +1,10 @@ +serial-modules +firewire-core-modules +floppy-modules +pcmcia-storage-modules +fb-modules +nic-pcmcia-modules +pcmcia-modules +pata-modules +message-modules +virtio-modules --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/exclude-modules.armhf-generic-lpae +++ linux-lts-utopic-3.16.0/debian.master/d-i/exclude-modules.armhf-generic-lpae @@ -0,0 +1,10 @@ +serial-modules +firewire-core-modules +floppy-modules +pcmcia-storage-modules +fb-modules +nic-pcmcia-modules +pcmcia-modules +pata-modules +message-modules +virtio-modules --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/exclude-modules.i386-virtual +++ linux-lts-utopic-3.16.0/debian.master/d-i/exclude-modules.i386-virtual @@ -0,0 +1,14 @@ +pata-modules +firewire-core-modules +plip-modules +usb-modules +pcmcia-storage-modules +input-modules +nic-pcmcia-modules +pcmcia-modules +nic-usb-modules +nfs-modules +speakup-modules +ppp-modules +sata-modules +ipmi-modules --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/exclude-modules.powerpc +++ linux-lts-utopic-3.16.0/debian.master/d-i/exclude-modules.powerpc @@ -0,0 +1,7 @@ +efi-modules +fb-modules +acpi-modules +serial-modules +nic-pcmcia-modules +pcmcia-modules +pcmcia-storage-modules --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/exclude-modules.ppc64el-generic +++ linux-lts-utopic-3.16.0/debian.master/d-i/exclude-modules.ppc64el-generic @@ -0,0 +1,11 @@ +serial-modules +pata-modules +fat-modules +pcmcia-storage-modules +nic-pcmcia-modules +pcmcia-modules +firewire-core-modules +usb-modules +mouse-modules +irda-modules +speakup-modules --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/firmware/README.txt +++ linux-lts-utopic-3.16.0/debian.master/d-i/firmware/README.txt @@ -0,0 +1,4 @@ +# +# Place the names of udeb modules into this directory that require +# runtime firmware. +# --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/firmware/nic-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/firmware/nic-modules @@ -0,0 +1,15 @@ +e100/d101m_ucode.bin ? +e100/d101s_ucode.bin ? +e100/d102e_ucode.bin ? +bnx2/bnx2-mips-09-6.2.1b.fw ? +bnx2/bnx2-rv2p-06-6.0.15.fw ? +bnx2/bnx2-mips-06-6.2.3.fw ? +bnx2/bnx2-rv2p-09-6.0.17.fw ? +bnx2/bnx2-rv2p-09ax-6.0.17.fw ? +bnx2x/bnx2x-e1h-7.8.17.0.fw ? +bnx2x/bnx2x-e1-7.8.17.0.fw ? +bnx2x/bnx2x-e2-7.8.17.0.fw ? +bnx2x/bnx2x-e1-7.8.19.0.fw ? +tigon/tg3_tso5.bin ? +tigon/tg3_tso.bin ? +tigon/tg3.bin ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/firmware/scsi-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/firmware/scsi-modules @@ -0,0 +1,3 @@ +qlogic/1040.bin ? +qlogic/12160.bin ? +qlogic/1280.bin ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/kernel-versions.in +++ linux-lts-utopic-3.16.0/debian.master/d-i/kernel-versions.in @@ -0,0 +1,18 @@ +# arch version flavour installedname suffix bdep +amd64 PKGVER-ABINUM generic PKGVER-ABINUM-generic - + +i386 PKGVER-ABINUM generic PKGVER-ABINUM-generic - + +armhf PKGVER-ABINUM generic PKGVER-ABINUM-generic - + +armhf PKGVER-ABINUM generic-lpae PKGVER-ABINUM-generic-lpae - + +arm64 PKGVER-ABINUM generic PKGVER-ABINUM-generic - + +ppc64el PKGVER-ABINUM generic PKGVER-ABINUM-generic - + +# Ports +# arch version flavour installedname suffix bdep +powerpc PKGVER-ABINUM powerpc-smp PKGVER-ABINUM-powerpc-smp - +powerpc PKGVER-ABINUM powerpc64-smp PKGVER-ABINUM-powerpc64-smp - +powerpc PKGVER-ABINUM powerpc-e500mc PKGVER-ABINUM-powerpc-e500mc - --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules-powerpc/block-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules-powerpc/block-modules @@ -0,0 +1,31 @@ +aoe +aten +bpck +bpck6 ? +cciss +comm +cpqarray ? +DAC960 +dstr +epat +epia +fit2 +fit3 +friq +frpw +kbic +ktti +nbd +on20 +on26 +paride +pcd +pd +pf +pg +ps3disk ? +ps3vram ? +pt +sx8 +umem +virtio_blk ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules-powerpc/message-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules-powerpc/message-modules @@ -0,0 +1,13 @@ +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +i2o_block +i2o_bus +i2o_config ? +i2o_core +i2o_proc +i2o_scsi --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules-powerpc/nic-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules-powerpc/nic-modules @@ -0,0 +1,152 @@ +3c359 ? +3c501 ? +3c503 ? +3c505 ? +3c507 ? +3c509 ? +3c515 ? +3c523 ? +3c527 ? +3c59x ? +8139cp ? +8139too ? +82596 ? +abyss ? +ac3200 ? +adm8211 ? +airo ? +airport ? +amd8111e ? +arc4 ? +arcnet ? +arc-rawmode ? +arc-rimi ? +arlan ? +at1700 ? +atl1 ? +atl1e ? +atl2 ? +atmel ? +atmel_pci ? +b44 ? +bcm43xx ? +bcm43xx-mac80211 ? +bmac ? +bnx2 ? +bnx2x ? +bonding ? +cassini ? +com20020 ? +com20020-pci ? +com90io ? +com90xx ? +cs89x0 ? +de2104x ? +de4x5 ? +de600 ? +de620 ? +defxx ? +depca ? +dl2k ? +dmfe ? +dummy ? +e100 ? +e1000 ? +e1000e ? +e2100 ? +eepro ? +eepro100 ? +eexpress ? +epic100 ? +eql ? +es3210 ? +eth16i ? +ewrk3 ? +fealnx ? +forcedeth ? +igb ? +hamachi ? +hermes ? +hp ? +hp100 ? +hp-plus ? +ibmtr ? +ibmveth ? +ipddp ? +ipw2100 ? +ipw2200 ? +ipw3945 ? +ixgb ? +lance ? +lanstreamer ? +lasi_82596 ? +lne390 ? +lp486e ? +mace ? +mv643xx_eth ? +myri_sbus ? +natsemi ? +ne ? +ne2 ? +ne2k-pci ? +ne3210 ? +netconsole ? +netxen_nic ? +ni5010 ? +ni52 ? +ni65 ? +niu ? +ns83820 ? +olympic ? +orinoco ? +orinoco_pci ? +orinoco_plx ? +orinoco_tmd ? +pcnet32 ? +ps3_gelic ? +r8169 ? +rate_control ? +rfc1051 ? +rfc1201 ? +rrunner ? +rt2400 ? +rt2500 ? +rt61pci ? +s2io ? +shaper ? +sis190 ? +sis900 ? +spidernet ? +skfp ? +skge ? +sk98lin ? +sky2 ? +smc9194 ? +smc-ultra ? +smc-ultra32 ? +starfire ? +strip ? +sunbmac ? +sundance ? +sungem ? +sungem_phy ? +sunhme ? +sunlance ? +sunqe ? +sunvnet ? +tg3 ? +tlan ? +tms380tr ? +tmspci ? +tulip ? +tun ? +typhoon ? +uli526x ? +via-rhine ? +via-velocity ? +virtio_net ? +wavelan ? +wd ? +winbond-840 ? +yellowfin ? +znet ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules-powerpc/scsi-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules-powerpc/scsi-modules @@ -0,0 +1,118 @@ +# SCSI +raid_class ? +scsi_transport_spi ? +scsi_transport_fc ? +scsi_transport_iscsi ? +scsi_transport_sas ? +iscsi_tcp ? +libiscsi ? +amiga7xx ? +a3000 ? +a2091 ? +gvp11 ? +mvme147 ? +sgiwd93 ? +cyberstorm ? +cyberstormII ? +blz2060 ? +blz1230 ? +fastlane ? +oktagon_esp_mod ? +atari_scsi ? +mac_scsi ? +mac_esp ? +sun3_scsi ? +mvme16x ? +bvme6000 ? +sim710 ? +advansys ? +psi240i ? +BusLogic ? +dpt_i2o ? +u14-34f ? +ultrastor ? +aha152x ? +aha1542 ? +aha1740 ? +aic7xxx_old ? +ips ? +fd_mcs ? +fdomain ? +in2000 ? +g_NCR5380 ? +g_NCR5380_mmio ? +NCR53c406a ? +NCR_D700 ? +NCR_Q720_mod ? +sym53c416 ? +qlogicfas408 ? +qla1280 ? +pas16 ? +seagate ? +seagate ? +t128 ? +dmx3191d ? +dtc ? +zalon7xx ? +eata_pio ? +wd7000 ? +mca_53c9x ? +ibmmca ? +ibmvfc ? +ibmvscsic ? +eata ? +dc395x ? +tmscsim ? +megaraid ? +atp870u ? +esp ? +gdth ? +initio ? +a100u2w ? +qlogicpti ? +ide-scsi ? +mesh ? +mac53c94 ? +pluto ? +dec_esp ? +3w-xxxx ? +3w-9xxx ? +ppa ? +imm ? +jazz_esp ? +sun3x_esp ? +fcal ? +lasi700 ? +nsp32 ? +ipr ? +hptiop ? +stex ? +osst ? +sg ? +ch ? +scsi_debug ? +aacraid ? +aic7xxx ? +aic79xx ? +aic94xx ? +arcmsr ? +acornscsi_mod ? +arxescsi ? +cumana_1 ? +cumana_2 ? +ecoscsi ? +oak ? +powertec ? +eesox ? +ibmvscsic ? +libsas ? +lpfc ? +megaraid_mm ? +megaraid_mbox ? +megaraid_sas ? +qla2xxx ? +sym53c8xx ? +qla4xxx ? +mvsas ? +sr_mod ? +sd_mod ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules-powerpc/storage-core-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules-powerpc/storage-core-modules @@ -0,0 +1,13 @@ +# Core stacks +usb-storage ? + +# Block level + +# Loop modules +cryptoloop + +# Needs to be here for better cdrom initrd layout +isofs + +ps3stor_lib ? +ps3rom ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/block-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/block-modules @@ -0,0 +1,60 @@ +aoe ? +aten ? +bpck ? +bpck6 ? +cciss ? +comm ? +cpqarray ? +DAC960 ? +dstr ? +epat ? +epia ? +fit2 ? +fit3 ? +friq ? +frpw ? +hpsa ? +kbic ? +ktti ? +nbd ? +nvme ? +on20 ? +on26 ? +paride ? +pcd ? +pd ? +pf ? +pg ? +pt ? +sdhci-tegra ? +sx8 ? +umem ? +virtio_blk ? +xen-blkfront ? +mtip32xx ? +# block modules required for mmc +cb710 ? +cb710-mmc ? +industrialio ? +mmc35240 ? +mmc_block ? +mmc_spi ? +crc-itu-t ? +crc7 ? +mmc_spi ? +rtsx_pci ? +rtsx_pci_sdmmc ? +rtsx_usb ? +rtsx_usb_sdmmc ? +sdhci ? +sdhci-pltfm ? +sdhci-pci ? +sdhci-acpi ? +sdio_uart ? +tifm_core ? +tifm_sd ? +toshsd ? +wbsd ? +mtk-sd ? +via-sdmmc ? +vub300 ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/crypto-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/crypto-modules @@ -0,0 +1,70 @@ +aesni-intel ? +aes-x86_64 ? +af_alg ? +algif_hash ? +algif_skcipher ? +ansi_cprng ? +anubis ? +arc4 ? +async_memcpy ? +async_pq ? +async_raid6_recov ? +async_tx ? +async_xor ? +authenc ? +authencesn ? +blowfish_common ? +blowfish_generic ? +blowfish-x86_64 ? +camellia ? +cast5 ? +cast6 ? +ccm ? +cryptd ? +cryptoloop ? +crypto_null ? +crypto_user ? +ctr ? +cts ? +deflate ? +des_generic ? +fcrypt ? +gcm ? +gf128mul ? +ghash-clmulni-intel ? +ghash-generic ? +khazad ? +lrw ? +lzo ? +md4 ? +michael_mic ? +padlock-aes ? +padlock-sha ? +pcbc ? +pcrypt ? +raid6test ? +rmd128 ? +rmd160 ? +rmd256 ? +rmd320 ? +salsa20_generic ? +salsa20-x86_64 ? +seed ? +seqiv ? +serpent_generic ? +serpent-sse2-x86_64 ? +sha1-ssse3 ? +sha512_generic ? +tcrypt ? +tea ? +tgr192 ? +twofish_common ? +twofish_generic ? +twofish-x86_64 ? +twofish-x86_64-3way ? +vmac ? +wp512 ? +xcbc ? +xor ? +xts ? +zlib ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/fat-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/fat-modules @@ -0,0 +1,7 @@ +fat ? +vfat ? + +# Supporting modules ? +nls_cp437 ? +nls_iso8859-1 ? +nls_utf8 ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/fb-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/fb-modules @@ -0,0 +1,3 @@ +fbcon ? +vesafb ? +vga16fb ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/firewire-core-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/firewire-core-modules @@ -0,0 +1,4 @@ +firewire-core ? +firewire-ohci ? +firewire-sbp2 ? +firewire-net ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/floppy-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/floppy-modules @@ -0,0 +1 @@ +floppy ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/fs-core-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/fs-core-modules @@ -0,0 +1,4 @@ +ext2 ? +jfs ? +reiserfs ? +xfs ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/fs-secondary-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/fs-secondary-modules @@ -0,0 +1,5 @@ +btrfs ? +fuse ? +ntfs ? +hfs ? +hfsplus ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/input-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/input-modules @@ -0,0 +1,23 @@ +hid-a4tech ? +hid-apple ? +hid-belkin ? +hid-bright ? +hid-cherry ? +hid-chicony ? +hid-cypress ? +hid-dell ? +hid-ezkey ? +hid-generic ? +hid-gyration ? +hid-logitech ? +hid-logitech-dj ? +hid-microsoft ? +hid-monterey ? +hid-petalynx ? +hid-pl ? +hid-samsung ? +hid-sony ? +hid-sunplus ? +hid-tmff ? +hid-zpff ? +usbhid ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/ipmi-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/ipmi-modules @@ -0,0 +1,5 @@ +ipmi_devintf ? +ipmi_msghandler ? +ipmi_poweroff ? +ipmi_si ? +ipmi_watchdog ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/irda-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/irda-modules @@ -0,0 +1,30 @@ +act200l-sir ? +actisys-sir ? +ali-ircc ? +donauboe ? +esi-sir ? +girbil-sir ? +ircomm ? +ircomm-tty ? +irda ? +irda-usb ? +irlan ? +irnet ? +irport ? +irtty-sir ? +kingsun-sir ? +ks959-sir ? +ksdazzle-sir ? +litelink-sir ? +ma600-sir ? +mcp2120-sir ? +mcs7780 ? +nsc-ircc ? +old_belkin-sir ? +sir-dev ? +smsc-ircc2 ? +stir4200 ? +tekram-sir ? +via-ircc ? +vlsi_ir ? +w83977af_ir ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/kernel-image +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/kernel-image @@ -0,0 +1,29 @@ +gpio-pca953x ? +gpio-regulator ? +i2c-mux ? +i2c-mux-pinctrl ? +i2c-tegra ? +max8907 ? +max8907-regulator ? +nvec ? +nvec_kbd ? +nvec_paz00 ? +nvec_power ? +nvec_ps2 ? +palmas-regulator ? +rtc-em3027 ? +rtc-max8907 ? +rtc-palmas ? +rtc-tps6586x ? +rtc-tps65910 ? +tps51632-regulator ? +tps62360-regulator ? +tps65090-charger ? +tps65090-regulator ? +tps6586x-regulator ? +tps65910-regulator ? +host1x ? +tegra-drm ? +pwm_bl ? +pwm-tegra ? +panel-simple ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/md-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/md-modules @@ -0,0 +1,16 @@ +dm-crypt ? +dm-mirror ? +dm-raid ? +dm-snapshot ? +dm-zero ? +faulty ? +linear ? +multipath ? +raid0 ? +raid1 ? +raid10 ? +raid456 ? + +# Extras +dm-raid45 ? +dm-loop ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/message-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/message-modules @@ -0,0 +1,15 @@ +mptbase ? +mptctl ? +mptfc ? +mptlan ? +mptsas ? +mpt2sas ? +mpt3sas ? +mptscsih ? +mptspi ? +i2o_block ? +i2o_bus ? +i2o_config ? +i2o_core ? +i2o_proc ? +i2o_scsi ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/mouse-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/mouse-modules @@ -0,0 +1,2 @@ +psmouse ? +usbmouse ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/multipath-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/multipath-modules @@ -0,0 +1,2 @@ +dm-multipath ? +dm-round-robin ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/nfs-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/nfs-modules @@ -0,0 +1,6 @@ +nfs ? +nfs_acl ? +nfsv3 ? +lockd ? +sunrpc ? +cifs ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/nic-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/nic-modules @@ -0,0 +1,175 @@ +3c359 ? +3c501 ? +3c503 ? +3c505 ? +3c507 ? +3c509 ? +3c515 ? +3c523 ? +3c527 ? +3c59x ? +8139cp ? +8139too ? +82596 ? +abyss ? +ac3200 ? +adm8211 ? +airo ? +airport ? +alx ? +amd8111e ? +arc4 ? +arcnet ? +arc-rawmode ? +arc-rimi ? +arlan ? +at1700 ? +ath5k ? +ath9k ? +ath9k_htc ? +atl1 ? +atl1c ? +atl1e ? +atl2 ? +atmel ? +atmel_pci ? +b44 ? +be2net ? +bmac ? +bnx2 ? +bnx2x ? +bonding ? +brcmfmac ? +brcmsmac ? +xgmac ? +cassini ? +com20020 ? +com20020-pci ? +com90io ? +com90xx ? +cs89x0 ? +de2104x ? +de4x5 ? +de600 ? +de620 ? +defxx ? +depca ? +dl2k ? +dmfe ? +dummy ? +e100 ? +e1000 ? +e1000e ? +e2100 ? +eepro ? +eepro100 ? +eexpress ? +enic ? +epic100 ? +eql ? +es3210 ? +eth16i ? +ewrk3 ? +fealnx ? +forcedeth ? +igb ? +ps3_gelic ? +hamachi ? +hermes ? +hp ? +hp100 ? +hp-plus ? +ibmtr ? +ipddp ? +ipw2100 ? +ipw2200 ? +iwl3945 ? +iwl4965 ? +iwl-legacy ? +iwldvm ? +iwlwifi ? +ixgb ? +ixgbe ? +lance ? +lanstreamer ? +lasi_82596 ? +lne390 ? +lp486e ? +mace ? +mlx4_core ? +mlx4_en ? +mlx5_core ? +mv643xx_eth ? +myri_sbus ? +natsemi ? +ne ? +ne2 ? +ne2k-pci ? +ne3210 ? +netconsole ? +netxen_nic ? +ni5010 ? +ni52 ? +ni65 ? +niu ? +ns83820 ? +olympic ? +orinoco ? +orinoco_pci ? +orinoco_plx ? +orinoco_tmd ? +pcnet32 ? +qlcnic ? +r815x ? +r8169 ? +rate_control ? +rfc1051 ? +rfc1201 ? +rrunner ? +rt2400 ? +rt2400pci ? +rt2500 ? +rt2500pci ? +rt2800pci ? +rt61pci ? +s2io ? +shaper ? +sis190 ? +sis900 ? +spidernet ? +skfp ? +skge ? +sk98lin ? +sky2 ? +smc9194 ? +smc-ultra ? +smc-ultra32 ? +starfire ? +strip ? +sunbmac ? +sundance ? +sungem ? +sungem_phy ? +sunhme ? +sunlance ? +sunqe ? +sunvnet ? +tg3 ? +tlan ? +tms380tr ? +tmspci ? +tulip ? +tun ? +typhoon ? +uli526x ? +via-rhine ? +via-velocity ? +virtio_net ? +wavelan ? +wd ? +winbond-840 ? +yellowfin ? +znet ? +vmxnet3 ? +xen-netfront ? +xgene-enet ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/nic-pcmcia-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/nic-pcmcia-modules @@ -0,0 +1,19 @@ +3c574_cs ? +3c589_cs ? +airo_cs ? +atmel_cs ? +axnet_cs ? +com20020_cs ? +fmvj18x_cs ? +ibmtr_cs ? +netwave_cs ? +nmclan_cs ? +orinoco_cs ? +pcnet_cs ? +ray_cs ? +smc91c92_cs ? +wavelan_cs ? +wl3501_cs ? +xirc2ps_cs ? +xircom_cb ? +xircom_tulip_cb ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/nic-shared-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/nic-shared-modules @@ -0,0 +1,26 @@ +# PHY +8390 ? +mii ? + +# CRC modules +crc-ccitt ? +crc-itu-t ? +libcrc32c ? + +# mac80211 stuff +mac80211 ? +cfg80211 ? + +# rt2x00 lib (since rt2x00 is split across usb/pci/cb +rt2x00lib ? +rt2800lib ? + +# Atheros library (since drivers are split across nic-modules/nic-usb-modules) +ath ? + +# Wireless 802.11 modules +lib80211 ? +cfg80211 ? +lib80211_crypt_ccmp ? +lib80211_crypt_tkip ? +lib80211_crypt_wep ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/nic-usb-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/nic-usb-modules @@ -0,0 +1,32 @@ +catc ? +kaweth ? +pegasus ? +prism2_usb ? +rtl8150 ? +usbnet ? +zd1211rw ? +zd1201 ? +rt2500usb ? +rt73usb ? +rt2570 ? +rt2800usb ? +rt2x00usb ? +cdc_ether ? +asix ? +cdc_eem ? +cdc_ether ? +cdc-phonet ? +cdc_subset ? +dm9601 ? +gl620a ? +hso ? +int51x1 ? +mcs7830 ? +net1080 ? +plusb ? +rndis_host ? +smsc95xx ? +zaurus ? +carl9170 ? +smsc75xx ? +smsc95xx ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/parport-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/parport-modules @@ -0,0 +1,2 @@ +parport ? +parport_pc ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/pata-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/pata-modules @@ -0,0 +1,47 @@ +pata_ali.ko ? +pata_amd.ko ? +pata_artop.ko ? +pata_atiixp.ko ? +pata_atp867x.ko ? +pata_cmd640.ko ? +pata_cmd64x.ko ? +pata_cs5520.ko ? +pata_cs5530.ko ? +pata_cs5535.ko ? +pata_cs5536.ko ? +pata_cypress.ko ? +pata_efar.ko ? +pata_hpt366.ko ? +pata_hpt37x.ko ? +pata_hpt3x2n.ko ? +pata_hpt3x3.ko ? +pata_isapnp.ko ? +pata_it8213.ko ? +pata_it821x.ko ? +pata_jmicron.ko ? +pata_legacy.ko ? +pata_macio.ko ? +pata_marvell.ko ? +pata_mpiix.ko ? +pata_netcell.ko ? +pata_ninja32.ko ? +pata_ns87410.ko ? +pata_ns87415.ko ? +pata_oldpiix.ko ? +pata_optidma.ko ? +pata_opti.ko ? +pata_pcmcia.ko ? +pata_pdc2027x.ko ? +pata_pdc202xx_old.ko ? +pata_qdi.ko ? +pata_radisys.ko ? +pata_rdc.ko ? +pata_rz1000.ko ? +pata_sc1200.ko ? +pata_sch.ko ? +pata_serverworks.ko ? +pata_sil680.ko ? +pata_sl82c105.ko ? +pata_triflex.ko ? +pata_via.ko ? +pata_winbond.ko ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/pcmcia-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/pcmcia-modules @@ -0,0 +1,8 @@ +i82092 ? +i82365 ? +pcmcia ? +pcmcia_core ? +pd6729 ? +rsrc_nonstatic ? +tcic ? +yenta_socket ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/pcmcia-storage-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/pcmcia-storage-modules @@ -0,0 +1,6 @@ +pata_pcmcia ? +qlogic_cs ? +fdomain_cs ? +aha152x_cs ? +nsp_cs ? +sym53c500_cs ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/plip-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/plip-modules @@ -0,0 +1 @@ +plip ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/ppp-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/ppp-modules @@ -0,0 +1,6 @@ +ppp_async ? +ppp_deflate ? +ppp_mppe ? +pppoe ? +pppox ? +ppp_synctty ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/sata-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/sata-modules @@ -0,0 +1,18 @@ +sata_inic162x.ko ? +sata_mv.ko ? +sata_nv.ko ? +sata_promise.ko ? +sata_qstor.ko ? +sata_sil24.ko ? +sata_sil.ko ? +sata_sis.ko ? +sata_svw.ko ? +sata_sx4.ko ? +sata_uli.ko ? +sata_via.ko ? +sata_vsc.ko ? +ahci_platform ? +ahci ? +acard-ahci ? +libahci ? +ahci_xgene ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/scsi-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/scsi-modules @@ -0,0 +1,129 @@ +# SCSI +raid_class ? +scsi_transport_spi ? +scsi_transport_fc ? +scsi_transport_iscsi ? +scsi_transport_sas ? +iscsi_tcp ? +libiscsi ? +amiga7xx ? +a3000 ? +a2091 ? +gvp11 ? +mvme147 ? +sgiwd93 ? +cyberstorm ? +cyberstormII ? +blz2060 ? +blz1230 ? +fastlane ? +oktagon_esp_mod ? +atari_scsi ? +mac_scsi ? +mac_esp ? +sun3_scsi ? +mvme16x ? +bvme6000 ? +sim710 ? +advansys ? +psi240i ? +BusLogic ? +dpt_i2o ? +u14-34f ? +ultrastor ? +aha152x ? +aha1542 ? +aha1740 ? +aic7xxx_old ? +ips ? +fd_mcs ? +fdomain ? +fnic ? +in2000 ? +g_NCR5380 ? +g_NCR5380_mmio ? +NCR53c406a ? +NCR_D700 ? +NCR_Q720_mod ? +sym53c416 ? +qlogicfas408 ? +qla1280 ? +pas16 ? +seagate ? +seagate ? +t128 ? +dmx3191d ? +dtc ? +zalon7xx ? +eata_pio ? +wd7000 ? +mca_53c9x ? +ibmmca ? +eata ? +dc395x ? +tmscsim ? +megaraid ? +atp870u ? +esp ? +gdth ? +initio ? +a100u2w ? +qlogicpti ? +ide-scsi ? +mesh ? +mac53c94 ? +pluto ? +dec_esp ? +3w-xxxx ? +3w-9xxx ? +ppa ? +imm ? +jazz_esp ? +sun3x_esp ? +fcal ? +lasi700 ? +nsp32 ? +ipr ? +hptiop ? +stex ? +osst ? +sg ? +ch ? +scsi_debug ? +aacraid ? +aic7xxx ? +aic79xx ? +aic94xx ? +arcmsr ? +acornscsi_mod ? +arxescsi ? +cumana_1 ? +cumana_2 ? +ecoscsi ? +oak ? +powertec ? +eesox ? +ibmvscsic ? +ibmvfc ? +libsas ? +lpfc ? +megaraid_mm ? +megaraid_mbox ? +megaraid_sas ? +qla2xxx ? +sym53c8xx ? +qla4xxx ? +mvsas ? +vmw_pvscsi ? +ums-cypress ? +be2iscsi ? +3w-sas ? +isci ? +mlx4_ib ? +mlx5_ib ? + +# device handlers +scsi_dh_alua ? +scsi_dh_emc ? +scsi_dh_rdac ? +scsi_dh_hp_sw ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/serial-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/serial-modules @@ -0,0 +1,4 @@ +generic_serial ? +serial_cs ? +synclink_cs ? +hyperv-keyboard ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/speakup-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/speakup-modules @@ -0,0 +1,16 @@ +speakup ? +speakup_acntpc ? +speakup_acntsa ? +speakup_apollo ? +speakup_audptr ? +speakup_bns ? +speakup_decext ? +speakup_dectlk ? +speakup_dtlk ? +speakup_dummy ? +speakup_keypc ? +speakup_ltlk ? +speakup_soft ? +speakup_spkout ? +speakup_txprt ? +speakup_decpc ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/squashfs-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/squashfs-modules @@ -0,0 +1 @@ +squashfs ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/storage-core-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/storage-core-modules @@ -0,0 +1,10 @@ +# Core stacks +usb-storage ? + +# Block level + +# Loop modules +cryptoloop ? + +# Needs to be here for better cdrom initrd layout +isofs ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/usb-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/usb-modules @@ -0,0 +1,11 @@ +ehci-hcd ? +isp116x-hcd ? +isp1760 ? +ohci-hcd ? +r8a66597-hcd ? +sl811_cs ? +sl811-hcd ? +u132-hcd ? +uhci-hcd ? +xhci-hcd ? +ehci-tegra ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/virtio-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/virtio-modules @@ -0,0 +1,11 @@ +virtio_balloon ? +virtio_pci ? +virtio_ring ? +virtio-rng ? +virtio_scsi ? +hv_vmbus ? +hv_utils ? +hv_netvsc ? +hv_mouse ? +hv_storvsc ? +hv_balloon ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/modules/vlan-modules +++ linux-lts-utopic-3.16.0/debian.master/d-i/modules/vlan-modules @@ -0,0 +1,3 @@ +slp ? +garp ? +8021q ? --- linux-lts-utopic-3.16.0.orig/debian.master/d-i/package-list +++ linux-lts-utopic-3.16.0/debian.master/d-i/package-list @@ -0,0 +1,202 @@ +Package: kernel-image +Provides: ext3-modules, ext4-modules +Provides_amd64: efi-modules, ext3-modules, ext4-modules +Provides_i386: efi-modules, ext3-modules, ext4-modules +Provides_ppc64el: ext3-modules, ext4-modules, fat-modules + +Package: fat-modules +Depends: kernel-image +Priority: standard +Description: FAT filesystem support + This includes Windows FAT and VFAT support. + +Package: fb-modules +Depends: kernel-image +Priority: standard +Description: Framebuffer modules + +Package: firewire-core-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: Firewire (IEEE-1394) Support + +Package: floppy-modules +Depends: kernel-image +Priority: standard +Description: Floppy driver support + +Package: fs-core-modules +Depends: kernel-image +Priority: standard +Provides: ext2-modules, jfs-modules, reiserfs-modules, xfs-modules +Description: Base filesystem modules + This includes jfs, reiserfs and xfs. + +Package: fs-secondary-modules +Depends: kernel-image, fat-modules +Priority: standard +Provides: btrfs-modules, ntfs-modules, hfs-modules +Description: Extra filesystem modules + This includes support for Windows NTFS and MacOS HFS/HFSPlus + +Package: input-modules +Depends: kernel-image, usb-modules +Priority: standard +Description: Support for various input methods + +Package: irda-modules +Depends: kernel-image, nic-shared-modules +Priority: standard +Description: Support for Infrared protocols + +Package: md-modules +Depends: kernel-image +Priority: standard +Provides: crypto-dm-modules +Description: Multi-device support (raid, device-mapper, lvm) + +Package: nic-modules +Depends: kernel-image, nic-shared-modules, virtio-modules +Priority: standard +Description: Network interface support + +Package: nic-pcmcia-modules +Depends: kernel-image, nic-shared-modules, nic-modules +Priority: standard +Description: PCMCIA network interface support + +Package: nic-usb-modules +Depends: kernel-image, nic-shared-modules, usb-modules +Priority: standard +Description: USB network interface support + +Package: nic-shared-modules +Depends: kernel-image, crypto-modules +Priority: standard +Description: nic shared modules + This package contains modules which support nic modules + +Package: parport-modules +Depends: kernel-image +Priority: standard +Description: Parallel port support + +Package: pata-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: PATA support modules + +Package: pcmcia-modules +Depends: kernel-image +Priority: standard +Description: PCMCIA Modules + +Package: pcmcia-storage-modules +Depends: kernel-image, scsi-modules +Priority: standard +Description: PCMCIA storage support + +Package: plip-modules +Depends: kernel-image, nic-shared-modules, parport-modules +Priority: standard +Description: PLIP (parallel port) networking support + +Package: ppp-modules +Depends: kernel-image, nic-shared-modules, serial-modules +Priority: standard +Description: PPP (serial port) networking support + +Package: sata-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: SATA storage support + +Package: scsi-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: SCSI storage support + +Package: serial-modules +Depends: kernel-image +Priority: standard +Description: Serial port support + +Package: storage-core-modules +Depends: kernel-image +Priority: standard +Provides: loop-modules +Description: Core storage support + Includes core SCSI, LibATA, USB-Storage. Also includes related block + devices for CD, Disk and Tape medium (and IDE Floppy). + +Package: usb-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: Core USB support + +Package: nfs-modules +Priority: standard +Depends: kernel-image +Description: NFS filesystem drivers + Includes the NFS client driver, and supporting modules. + +Package: block-modules +Priority: standard +Provides: nbd-modules +Depends: kernel-image, storage-core-modules, parport-modules, virtio-modules +Description: Block storage devices + This package contains the block storage devices, including DAC960 and + paraide. + +Package: message-modules +Priority: standard +Depends: kernel-image, storage-core-modules, scsi-modules +Description: Fusion and i2o storage modules + This package containes the fusion and i2o storage modules. + +Package: crypto-modules +Priority: extra +Depends: kernel-image +Description: crypto modules + This package contains crypto modules. + +Package: virtio-modules +Priority: standard +Depends: kernel-image +Description: VirtIO Modules + Includes modules for VirtIO (virtual machine, generally kvm guests) + +Package: socket-modules +Depends: kernel-image +Priority: standard +Description: Unix socket support + +Package: mouse-modules +Depends: kernel-image, input-modules, usb-modules +Priority: extra +Description: Mouse support + This package contains mouse drivers for the Linux kernel. + +Package: squashfs-modules +Depends: kernel-image +Priority: extra +Description: squashfs modules + This package contains squashfs modules. + +Package: vlan-modules +Depends: kernel-image +Priority: extra +Description: vlan modules + This package contains vlan (8021.Q) modules. + +Package: ipmi-modules +Depends: kernel-image +Priority: standard +Description: ipmi modules + +Package: multipath-modules +Depends: kernel-image +Priority: extra +Description: DM-Multipath support + This package contains modules for device-mapper multipath support. + --- linux-lts-utopic-3.16.0.orig/debian.master/etc/getabis +++ linux-lts-utopic-3.16.0/debian.master/etc/getabis @@ -0,0 +1,19 @@ +repo_list=( + "http://archive.ubuntu.com/ubuntu/pool/main/l/linux" + "http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux" + "http://archive.ubuntu.com/ubuntu/pool/universe/l/linux" + "http://ports.ubuntu.com/ubuntu-ports/pool/universe/l/linux" + "http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu/pool/main/l/linux" +) + +package_prefixes linux-image linux-image-extra + +getall armhf generic +getall armhf generic-lpae +getall amd64 generic lowlatency +getall i386 generic lowlatency +getall arm64 generic +getall ppc64el generic + +# Ports arches and flavours. +getall powerpc powerpc-smp powerpc64-smp powerpc-e500mc powerpc64-emb --- linux-lts-utopic-3.16.0.orig/debian.master/etc/kernelconfig +++ linux-lts-utopic-3.16.0/debian.master/etc/kernelconfig @@ -0,0 +1,7 @@ +if [ "$variant" = "ports" ]; then + archs="" + family='ports' +else + archs="amd64 i386 armhf arm64 ppc64el powerpc" + family='ubuntu' +fi --- linux-lts-utopic-3.16.0.orig/debian.master/rules.d/amd64.mk +++ linux-lts-utopic-3.16.0/debian.master/rules.d/amd64.mk @@ -0,0 +1,18 @@ +human_arch = 64 bit x86 +build_arch = x86_64 +header_arch = $(build_arch) +defconfig = defconfig +flavours = generic lowlatency +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +loader = grub +vdso = vdso_install +no_dumpfile = true +uefi_signed = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_x86 = true +do_tools_hyperv = true +do_extras_package = true --- linux-lts-utopic-3.16.0.orig/debian.master/rules.d/arm64.mk +++ linux-lts-utopic-3.16.0/debian.master/rules.d/arm64.mk @@ -0,0 +1,20 @@ +human_arch = ARMv8 +build_arch = arm64 +header_arch = arm64 +defconfig = defconfig +flavours = generic +build_image = Image +kernel_file = arch/$(build_arch)/boot/Image +install_file = vmlinuz +no_dumpfile = true + +loader = grub +vdso = vdso_install + +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true + +dtb_files_generic += apm-mustang.dtb +dtb_files_generic += foundation-v8.dtb +dtb_files_generic += rtsm_ve-aemv8a.dtb --- linux-lts-utopic-3.16.0.orig/debian.master/rules.d/armhf.mk +++ linux-lts-utopic-3.16.0/debian.master/rules.d/armhf.mk @@ -0,0 +1,108 @@ +human_arch = ARM (hard float) +build_arch = arm +header_arch = arm +defconfig = defconfig +flavours = generic generic-lpae +build_image = zImage +kernel_file = arch/$(build_arch)/boot/zImage +install_file = vmlinuz +no_dumpfile = true + +loader = grub + +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true + +# Flavour specific configuration. +dtb_files_generic += highbank.dtb +dtb_files_generic += omap3-beagle-xm.dtb +dtb_files_generic += omap4-panda.dtb +dtb_files_generic += omap4-panda-es.dtb +dtb_files_generic += tegra20-harmony.dtb +dtb_files_generic += tegra20-paz00.dtb +dtb_files_generic += tegra20-seaboard.dtb +dtb_files_generic += tegra20-trimslice.dtb +dtb_files_generic += tegra20-ventana.dtb +dtb_files_generic += tegra20-whistler.dtb +dtb_files_generic += am335x-bone.dtb +dtb_files_generic += am335x-boneblack.dtb +dtb_files_generic += vexpress-v2p-ca9.dtb +dtb_files_generic += exynos5250-arndale.dtb +dtb_files_generic += exynos5250-smdk5250.dtb +dtb_files_generic += exynos5250-snow.dtb +dtb_files_generic += exynos5260-xyref5260.dtb +dtb_files_generic += exynos5410-smdk5410.dtb +dtb_files_generic += exynos5420-arndale-octa.dtb +dtb_files_generic += exynos5420-peach-pit.dtb +dtb_files_generic += exynos5420-smdk5420.dtb +dtb_files_generic += exynos5440-sd5v1.dtb +dtb_files_generic += exynos5440-ssdk5440.dtb +dtb_files_generic += exynos5800-peach-pi.dtb +dtb_files_generic += armada-370-db.dtb +dtb_files_generic += armada-370-mirabox.dtb +dtb_files_generic += armada-370-netgear-rn102.dtb +dtb_files_generic += armada-370-netgear-rn104.dtb +dtb_files_generic += armada-370-rd.dtb +dtb_files_generic += armada-375-db.dtb +dtb_files_generic += armada-385-db.dtb +dtb_files_generic += armada-385-rd.dtb +dtb_files_generic += armada-xp-axpwifiap.dtb +dtb_files_generic += armada-xp-db.dtb +dtb_files_generic += armada-xp-gp.dtb +dtb_files_generic += armada-xp-matrix.dtb +dtb_files_generic += armada-xp-netgear-rn2120.dtb +dtb_files_generic += armada-xp-openblocks-ax3-4.dtb +dtb_files_generic += dove-cm-a510.dtb +dtb_files_generic += dove-cubox.dtb +dtb_files_generic += dove-d2plug.dtb +dtb_files_generic += dove-d3plug.dtb +dtb_files_generic += dove-dove-db.dtb +dtb_files_generic += imx6dl-cubox-i.dtb +dtb_files_generic += imx6dl-dfi-fs700-m60.dtb +dtb_files_generic += imx6dl-gw51xx.dtb +dtb_files_generic += imx6dl-gw52xx.dtb +dtb_files_generic += imx6dl-gw53xx.dtb +dtb_files_generic += imx6dl-gw54xx.dtb +dtb_files_generic += imx6dl-hummingboard.dtb +dtb_files_generic += imx6dl-nitrogen6x.dtb +dtb_files_generic += imx6dl-phytec-pbab01.dtb +dtb_files_generic += imx6dl-riotboard.dtb +dtb_files_generic += imx6dl-sabreauto.dtb +dtb_files_generic += imx6dl-sabrelite.dtb +dtb_files_generic += imx6dl-sabresd.dtb +dtb_files_generic += imx6dl-wandboard.dtb +dtb_files_generic += imx6q-arm2.dtb +dtb_files_generic += imx6q-cm-fx6.dtb +dtb_files_generic += imx6q-cubox-i.dtb +dtb_files_generic += imx6q-dfi-fs700-m60.dtb +dtb_files_generic += imx6q-dmo-edmqmx6.dtb +dtb_files_generic += imx6q-gk802.dtb +dtb_files_generic += imx6q-gw51xx.dtb +dtb_files_generic += imx6q-gw52xx.dtb +dtb_files_generic += imx6q-gw53xx.dtb +dtb_files_generic += imx6q-gw5400-a.dtb +dtb_files_generic += imx6q-gw54xx.dtb +dtb_files_generic += imx6q-nitrogen6x.dtb +dtb_files_generic += imx6q-phytec-pbab01.dtb +dtb_files_generic += imx6q-sabreauto.dtb +dtb_files_generic += imx6q-sabrelite.dtb +dtb_files_generic += imx6q-sabresd.dtb +dtb_files_generic += imx6q-sbc6x.dtb +dtb_files_generic += imx6q-udoo.dtb +dtb_files_generic += imx6q-wandboard.dtb +dtb_files_generic += imx6sl-evk.dtb + +dtb_files_generic-lpae += highbank.dtb +dtb_files_generic-lpae += vexpress-v2p-ca15-tc1.dtb +dtb_files_generic-lpae += exynos5250-arndale.dtb +dtb_files_generic-lpae += exynos5250-smdk5250.dtb +dtb_files_generic-lpae += exynos5250-snow.dtb +dtb_files_generic-lpae += exynos5260-xyref5260.dtb +dtb_files_generic-lpae += exynos5410-smdk5410.dtb +dtb_files_generic-lpae += exynos5420-arndale-octa.dtb +dtb_files_generic-lpae += exynos5420-peach-pit.dtb +dtb_files_generic-lpae += exynos5420-smdk5420.dtb +dtb_files_generic-lpae += exynos5440-sd5v1.dtb +dtb_files_generic-lpae += exynos5440-ssdk5440.dtb +dtb_files_generic-lpae += exynos5800-peach-pi.dtb --- linux-lts-utopic-3.16.0.orig/debian.master/rules.d/i386.mk +++ linux-lts-utopic-3.16.0/debian.master/rules.d/i386.mk @@ -0,0 +1,18 @@ +human_arch = 32 bit x86 +build_arch = i386 +header_arch = x86_64 +defconfig = defconfig +flavours = generic lowlatency +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +loader = grub +vdso = vdso_install +no_dumpfile = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_x86 = true +do_tools_hyperv = true +do_extras_package = true +do_tools_common = true --- linux-lts-utopic-3.16.0.orig/debian.master/rules.d/powerpc.mk +++ linux-lts-utopic-3.16.0/debian.master/rules.d/powerpc.mk @@ -0,0 +1,31 @@ +human_arch = PowerPC (32 bit userspace) +build_arch = powerpc +header_arch = $(build_arch) +defconfig = pmac32_defconfig +flavours = powerpc-smp powerpc64-smp powerpc-e500mc powerpc64-emb +build_image = zImage +kernel_file = $(shell if [ ! -f $(builddir)/build-$*/vmlinux.strip ] && \ + [ -f $(builddir)/build-$*/vmlinux.strip.gz ]; then \ + gunzip -c $(builddir)/build-$*/vmlinux.strip.gz \ + > $(builddir)/build-$*/vmlinux.strip; \ + fi && echo vmlinux.strip) +install_file = vmlinux + +# These flavours differ +build_image_powerpc-e500mc = uImage +kernel_file_powerpc-e500mc = arch/powerpc/boot/uImage + +build_image_powerpc64-emb = uImage +kernel_file_powerpc64-emb = arch/powerpc/boot/uImage + +loader = yaboot +vdso = vdso_install + +custom_flavours = + +no_dumpfile = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true + +family = ubuntu --- linux-lts-utopic-3.16.0.orig/debian.master/rules.d/ppc64el.mk +++ linux-lts-utopic-3.16.0/debian.master/rules.d/ppc64el.mk @@ -0,0 +1,18 @@ +human_arch = PowerPC 64el +build_arch = powerpc +header_arch = $(build_arch) +defconfig = pseries_le_defconfig +flavours = generic +build_image = vmlinux.strip +kernel_file = arch/powerpc/boot/vmlinux.strip +install_file = vmlinux +no_dumpfile = true +vdso = vdso_install +loader = grub +do_extras_package = true + +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true + +#do_flavour_image_package = false --- linux-lts-utopic-3.16.0.orig/debian.master/rules.d/x32.mk +++ linux-lts-utopic-3.16.0/debian.master/rules.d/x32.mk @@ -0,0 +1,14 @@ +human_arch = 64 bit x86 (32 bit userspace) +build_arch = x86_64 +header_arch = $(build_arch) +defconfig = defconfig +flavours = +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +loader = grub +vdso = vdso_install +no_dumpfile = true +uefi_signed = true + +do_flavour_image_package = false --- linux-lts-utopic-3.16.0.orig/debian.utopic/NOTES +++ linux-lts-utopic-3.16.0/debian.utopic/NOTES @@ -0,0 +1,4 @@ +eSCO patch removed. Replaced upstream with a disable_esco module parm. +airprime: Module gone, use option driver instead +AppArmor: Patch is all there and ported. Ooops when enabled, so default + off (still can be enabled apparmor=1) --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/abiname +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/abiname @@ -0,0 +1 @@ +71 --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/amd64/generic +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/amd64/generic @@ -0,0 +1,18039 @@ +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x4c878322 iosf_mbi_modify +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x6d1d5d9b iosf_mbi_write +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x932493a8 iosf_mbi_read +EXPORT_SYMBOL arch/x86/kvm/kvm 0x06e64d9a kvm_read_guest_atomic +EXPORT_SYMBOL arch/x86/kvm/kvm 0x90a074f7 kvm_cpu_has_pending_timer +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xa24bcba0 acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0xd67e424e acpi_video_unregister_backlight +EXPORT_SYMBOL drivers/atm/suni 0xc527e2a3 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0x439d236a uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0x05df6740 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 0x01c425f2 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x0a9832f5 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x22b5b2d7 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x2f530f49 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x380d4c53 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x738b6293 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x7725573c pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x884ea5d2 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x8fd30fea pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xe8f621e2 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xf2729430 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0xfbad04e4 pi_disconnect +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x04f3a30b ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x7d5c0c1e ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa471abff ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xcfef2b96 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd9d352e7 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x37049187 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x4f47287c dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x88fceca1 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xacf435f2 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xc5a96def dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xff890319 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/ioat/ioatdma 0xe7804ec4 ioat_dma_setup_interrupts +EXPORT_SYMBOL drivers/edac/edac_core 0x87180f04 edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04d0f641 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0519fa0a fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x06cd2bac fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7d6af8 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x14509f7f fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1573c98b fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2397e959 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2955392e fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2ba2d541 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x364dfb59 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x420a73a0 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x43db9b0f fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x45652c3b fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4617ee65 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5f60ff30 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x63af5e91 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x645b715f fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x649bc119 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x811eaf20 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x82739ae8 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x82996110 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90058092 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x97f2feb5 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x997e96e2 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9f09d1dd fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcf225ba7 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd92b7f67 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe424e031 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe5d88889 fw_core_handle_request +EXPORT_SYMBOL drivers/firmware/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/fmc/fmc 0x3cc378fd fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x40026b7d fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x4833791d fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0x73cfda01 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x77beb7e9 fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0x94a20955 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0xa7a84c82 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xc600fa53 fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xed054f55 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xf58b61fa fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xf90d3b22 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0xf33843e0 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x004348d6 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00a37beb drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x026e5ecd drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03276e36 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03d439bc drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0460dd16 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a7fa04f drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0af1c322 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b36b4e7 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c043c31 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d45a989 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d635f4a drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0de7d94f drm_gem_prime_export +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 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14514c9f drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1728bdc8 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17b8ec81 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17e69407 drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1948eb4c drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b34fc8a drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bc65b43 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c92e58b drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ca1d898 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cf78500 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1edbb797 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f72ba88 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b37c60 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21723dea drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x224e3ace drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x237dd0f9 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23e991d9 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2498acb1 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2581e041 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x259f0840 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x280fa33c drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28b117e5 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29e6e719 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ac79ded drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c00a78b drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e244344 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e4d77cd drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e8a9906 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f030c3e drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30153ef7 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3259b6de drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32de71eb drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3402dd5a drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36488cd6 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38cf18ac drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3969f325 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x398ccae1 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39a5558c drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c2a9a71 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c73eb1c drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c9bc984 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cb96807 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d15969e drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46a63329 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46b21c15 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4899aab5 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49b234a1 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49e400bb drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a06ec34 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a4d4fff drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ca5f169 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f021a1a drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f533811 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fc41df6 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x520d03bf drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x549e4ca3 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57aecf2d drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57c98d3c drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5872aec0 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7318dc drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d8d91f9 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5dfbdb66 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e1d611e drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ee62a2f drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fb02479 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fb4a1c3 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60a8fa7e drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x618595f6 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6654ae5a drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x673b9c58 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6818ab16 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b7139a6 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ca8ef6f drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc3c29e drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ccc6cb4 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e5d01db drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f3cadba drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fa59302 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x758b01c1 drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75d30817 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x761ef011 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76a74f95 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77ac4764 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x799fd125 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d857d43 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f829df1 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ff0f272 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x803e02de drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80638081 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e773e4 drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83402f69 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x848764d0 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x878aa6af drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87ac4bcc drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88a1d198 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89db7f52 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c9f2716 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f8e1268 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x921374d9 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93ba3715 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95f3b5a0 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9847f6a4 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98b4514c drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9bc4fb8f drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c57b0cd drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e350db0 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7fe573 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa045ff7c drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1be75ec drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1d92b83 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa298121c drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3a02e8c drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3afeed6 drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa721e756 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9ee9a92 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab3397ca drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaff1eebd drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb041e07b drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1e0be7e drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2c04b59 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3966212 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4516a9a drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5540008 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb637297f drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb795a55a drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb81a7dd6 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb843c223 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9570166 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb07c0cb drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb435544 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc15a48b drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdccf4cf drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdcf6070 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbed1091c drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbee6f86b drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf75ceb5 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0ea6ea8 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0f99f89 drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2ccdd55 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc30cde3c drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5092afb drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc53ff6d3 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7811240 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca2d91d5 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc0fccbb drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc1802bd drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccbfd369 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccc7783f drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd5565d3 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd69a979 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd815679 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdeae223 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce17acbd drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0c483e0 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd126cbd2 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1f5e498 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2c3b726 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd44b522c drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7f47623 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda0f7316 drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad516a5 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbe66268 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe014abb1 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0ce73e6 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1adb326 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe22eafa5 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3860f5c drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4a47e19 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5bdbc64 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe667d44b drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe79d6800 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe79eed4b drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8f00bf9 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9bd6d3e drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeaefd29d drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebd8fcaf drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeccf5298 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf01fa7f7 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1cf4b8c drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2591415 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3255886 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4878163 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf626d666 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf638f8b7 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9a67c9b drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa0089c6 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa05cde8 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa1ab5c8 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbc81b52 drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdac4913 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff06a95d drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffa2052e drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03ddb381 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04c981b2 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x057af99c drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07c1de88 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d2598d3 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1228ae35 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1af0a5f5 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21ad263a drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31698774 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3461d872 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x380bbdb2 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b360390 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ecd954c drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4adb57b5 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d4db05b drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e40a104 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x524038d3 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x56366bc2 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b149a83 drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x67292e4d drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76b9c24e drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d743c10 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80139c22 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80ab20f8 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88912ac3 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x909f75b1 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91703039 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91725be0 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91a74896 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9285f107 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x957f021f drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa642b6b5 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6604dce drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa778f4d1 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac2a2e72 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1fd557a drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb41a1863 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba96ea9c drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbac5780 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbdf2762a drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6f50431 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc822f90 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd4cbac0 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1c80b0a drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe295ecb4 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe61b2c24 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5e1d895 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf625c956 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfeb7db99 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff652bdd drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x09e61d3b drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x1d9f3a9f drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x949ec9a9 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x01dc3f79 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0a37710d ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c329a4e ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x15802120 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a121476 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1e7cd663 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2080a1ab ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2105e18d ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x26cb4e7f ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x27857630 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2aea4677 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x32753458 ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x329491ff ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3460f170 ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3646e929 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x37e58910 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3a801c86 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e8dd264 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x555a4e49 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x564e1aee ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x598cb7c6 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a10ac70 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5b5d3565 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5de8f973 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x679f303c ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6b797c25 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6e56fbc1 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6f451e4c ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7003a843 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x71026e33 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x718a56bb ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x71a9cddb ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x75018fb7 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x770fb1b8 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x781ba83b ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x804f8f35 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81b4fc95 ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8568be30 ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8792653a ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x87eadb53 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x967c8d4c ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9833fc2e ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d3eab45 ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa669b85f ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa88a6850 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb1cb0ab1 ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb4b709bf ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb6a93d74 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb6cd901b ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb9c4901b ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbb84f139 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbff65d7c ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4d4618d ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc777ab24 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcc1a1226 ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcd19277f ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd79b10fc ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8854255 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdeaeb4ad ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdf7d2ef0 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe21fb3d5 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe838d197 ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe8bab816 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe98a5fcc ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeea123bb ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf1b95e6c ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfa615b03 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x1b55f705 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x3fb328b1 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x749fcde5 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x57e12e22 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xe6948292 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xfff38dd2 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x4abbafa6 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xc0207085 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x7ca004b9 amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x4257be2e st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x4c9df6f1 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x10a34484 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x5651dbaa hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x7124dde8 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x8bb00e52 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x8c05d03f hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xef8b08fc hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x72a1f787 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xe2a4434c hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xe3453851 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0bdd78de st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0c4c917f st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x14140971 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1aabde90 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2be21e78 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x37924cb2 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x3e2b1810 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x4293a1f9 st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x43dba153 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x74643a14 st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7882eb09 st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x9ceaf256 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x9d27ff73 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xaa95d97f st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc354b74f st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xdcfb1809 st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe3a1bee2 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0xa1a0a37d st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0x31487ec6 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xccaafa43 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xdee82747 st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x54684cb8 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xe09bddd2 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x0b5843e9 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x1aacc0e4 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x22bb940a iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x22f90532 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x23bb7630 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2e2104c6 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x313fd01a iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x69e792de iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x776f214a iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x7dcc17b7 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x87d40aeb iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x87e9c354 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x90df85a0 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xa3637c71 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xa782b364 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xabc170c9 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xbed1f3df iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xc2a3a282 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xc612fb46 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe4452425 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xe4c1200b iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xf9247d55 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xfed93466 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xa1b6d5c3 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xecbb7a2d iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x108a8414 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xde850f1e iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x4b1d48a3 st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xc0e45e52 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x0a7d4726 st_press_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x3cac7548 st_press_common_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x2107de5f rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x44f1cbd3 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x6f6ee97c rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xf19ab26c rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0b0dd8ad ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1c194202 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x38ca191a cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x435c7beb ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x48bc7909 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x678444ec ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6ce53a17 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7e6fb30d ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7e95035a ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x85282f52 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa1bb17cc ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa212c555 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa98e0bce ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb03631c3 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc700c498 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xde07b0cb ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe61cb044 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x03d3f7d8 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c8f1060 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e61c6f8 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1133da18 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11959a7b ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12094bba ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12224fcb ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x129ab115 ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1311ffe2 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16eb421a ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16edfc17 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x176ac725 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17b5d011 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2050a71b ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25c718e3 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26765380 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2739ac73 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29f1fb2d ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b22eded ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2eff5985 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30436b48 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3194c083 ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31bb1c3e ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36ccf598 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3af74727 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3cb10d6d ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d291a41 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x431862e9 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43217861 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4492921b ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4cb70d3f ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50f3324b ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5576a4be ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58fbe1a6 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c213aba rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x604ecb37 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60c8537f ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63624e1d ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63c8c5fe ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c903c19 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e01fc7c ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70ed8016 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7304b5a1 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7681643e ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8328b2a8 ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84fd07bf ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ac8cac0 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93bdc9a4 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x947a30a5 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99878b97 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ac3fbb9 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c660337 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9deda454 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f2576b4 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9fe8fa58 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5794793 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad6f3219 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf9ed320 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb317cde5 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6847541 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6864822 ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9be1158 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb1ad96d ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbec73206 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc36dcf86 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb6e103d ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd18d8e18 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1c186e2 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd304f3b1 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbae099b ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf7e63e6 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf8472cc ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0755c33 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2e308e3 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6fb3306 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb1f6903 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeecdba07 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf01e1854 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1eac6b3 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6230a7b ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbc5c2e7 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x272eb6b3 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3ef74cf0 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x43c5e7ff ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x53f17652 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x60597d88 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x69cbe472 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x91300234 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa4d6b4d8 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa579cbc7 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa6f4ce30 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xf20786d6 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xf9abf9e1 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x0b527dab ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x0ed3f8cc ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x1f4fa9dd ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x26da751a ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x2fd0e42f ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x51b2ebc7 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xc1955a3f ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xce2cb350 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xfcbe5225 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0215685f iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x106d535a iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4aa610f4 iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6bd7e9e5 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7872b925 iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8a3694fa iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9099db23 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x944d3682 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa0f15e12 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xaa9b1891 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc0b0fdbd iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcd48963d iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xce4b7a9d iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xefa811ac iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0665b4d5 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x066a5921 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1c39e0fd rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1e707b1c rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x22f2ac05 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x33ead1bb rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3c720fc4 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x69f39ceb rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x75970590 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x798fb08b rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x83a59f07 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x861ae7f6 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8bcc9148 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x91c58090 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb6757e55 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd648112d rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd8398c36 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd8fd1f58 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdfb23417 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfa34fd49 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfe681959 rdma_set_afonly +EXPORT_SYMBOL drivers/input/gameport/gameport 0x23c0f609 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3d29f6f6 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4ddf1bbe __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x82df947d gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8bb9a5bc gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xbf170a4c __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc670e6b2 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe4b5b2ce gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xebbe8211 gameport_set_phys +EXPORT_SYMBOL drivers/input/input-polldev 0x3f1a9ffd input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x4b818d2b devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x9958b62d input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xb65a5507 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xfd4342ff input_free_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x3ffd8c01 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x040648bd ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0x1ef06ba4 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xad7d01d4 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xbb4f8728 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x3311a107 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/sparse-keymap 0x22e8f11f sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x4745d709 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x574342fb sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x5d485327 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd4412753 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xfba89a32 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x32089bec ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xd8b9ff8d ad7879_probe +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x2cb978dc amd_iommu_init_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x445420c2 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x4bc76009 amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x812300be amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xdfa5ed2f amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xedccb12c amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x1533556b capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x1b479d7b attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4d4fec0e capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x5256f92c capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6777de79 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x69ff0062 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8ba5df8b capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa772e2ed capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xac551efe capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd2d81796 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0f18ab2a b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x1decb618 b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x37b3dc14 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x420f3849 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x4abd7c63 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x65eb57d8 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x6635961c b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x66a5d35f b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x867088e6 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x86718236 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x938ec4b2 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xc519ff23 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xc7c6d7e6 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xcda1bd45 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xe39b62fd b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x20b9eb25 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x227d3839 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x5be02b6c b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x65ff20e2 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x7ce49985 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x8838b71c b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xa6a31ca7 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xb2bdcc09 t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd0cc6a12 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x48dc6191 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x561e3902 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x8dff66ec mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xdc60adb4 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x033ebc7c mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xf08b920e mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xa428d753 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x1af5fea6 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x52558a65 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x8a801f3c isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xdeda0893 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xf819fbde isacsx_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x0656fc53 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x36ef9ed2 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x65861fc4 isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x056b4495 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x06c8ab2c mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x081313f5 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x08ef69e2 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x18bd3159 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x329f58a0 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x36099bbf mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x392fd7a9 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3f9ca11a create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4784488f get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x58cafb05 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x778a5363 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x82b27d50 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x88b3c974 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8c61c4bd mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x93cbc906 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x97efd41e mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9eed3f8c queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd11aebb8 recv_Bchannel +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 0xd8ea04d6 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe321b2fc dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf06e7b4c recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfa28e8a2 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1f529ce8 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0x440b4830 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x44a37d62 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x53b40684 closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5b59b856 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7c7af68a closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7daccb73 bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0x8833b0e8 bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0x92370c0b bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0x92ca52bb closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa3c5c702 bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaa9e4bc7 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0xbf7257cf bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca5df778 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xce47a6d9 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd2813054 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdf892351 bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xec6f33d0 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xf0a4872a bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/dm-bufio 0x268682d2 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-log 0x1ba17e7b dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x364809a5 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x6681d8d1 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xe517d0f4 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x5e0ddd72 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x942466c9 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xaeb0b027 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xbde1603c dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe57d2c88 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf558b31e dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0x99f7519a raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0584f906 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x074cd211 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0b52d1bf flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2763c5ff flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7b67fd82 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7f0b9396 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x908c67d6 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa6cc4523 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb6613986 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xcb3bd3fb flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd9ce4a94 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe25c039e flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfe030898 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xd7815fba btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xf1ccb89d btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x22babc6e cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5329dea1 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x67047b7e cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x79f1bec4 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x75cd6101 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x73389ebe tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0xfdba0d69 tveeprom_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0c651bb2 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0f7a1ce0 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1903fef9 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1ac8addd dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1c60be37 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2d3bd203 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3436068a dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x398aab01 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b1c6c2b dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x421502ff dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x468a8947 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4a59a0f5 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4b450836 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4f162bbb dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x55253d73 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x622f7adc dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x64d6d7a9 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7188f83b dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x887caf4f dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8b07d9b0 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8d0df2a1 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9c2c5a9f dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa2a65e70 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xadcb6700 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb73aac26 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xca4965f1 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xced1a2b9 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd9ff20bd dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdf41e0cc dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe15697bd dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xea1178ca dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc9c06 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xec6a6597 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xefcef46b dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf0ff6eb1 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf335f032 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf33f5c13 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x43dfa666 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x74cf9a4f af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x815c8708 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x4e2ec662 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x0c38314f au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x224e660e au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x432261f5 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5cdd2ab5 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x60da45ee au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x773dcfd2 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9239bbc3 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa0a34581 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc9eba141 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xd70cd1d7 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xa8482269 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0xf228115a cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x9c13256e cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x032c70a1 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x07cbca0f cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x71994c2c cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0xf937978c cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x1a0dd24e cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xc539f29c cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xc331c1c2 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x328488a4 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x45c10e7c dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x717812ae dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x7b878a59 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xbc9aefa4 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1bef5c11 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x511067a8 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5f0090e9 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x61ffe83c dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x78f6a2b5 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7f0f057d dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x877632f8 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8b5e1cb4 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9a55e244 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa59ad674 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe0e73802 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe32d4809 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe4a9ded8 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe4c82096 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf0ff4800 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x3c20d3ed dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1fbff1d2 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x593f16da dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x741fcf71 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x7f4f004b dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xd24107e3 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xf915e0df dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x2e523377 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x94cab773 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xa196eef9 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xbe003e63 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x004a3785 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x063e515e dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x21263b4b dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x29056c0c dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3d2f3fe6 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x599c1321 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x62891c7c dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6e8d81cb dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x73130505 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x78321afb dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa0592914 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xb022f9ba dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xbf106632 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xbf1a437b dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd293b32f dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xdcaaa776 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x06d202de dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x08cd2201 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x124506c5 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x25b22bfd dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2fc7018d dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3458db6b dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x48b16e36 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x4e34398a dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x56a169dd dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6c96d5a8 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6e2fdc2d dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x844a75a5 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8b917b47 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x96ce9044 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb0a4810f dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc6da1920 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd046778f dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd39d6760 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd6330951 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x5ca9244b dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x88d958df dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x94c2db78 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb4b23883 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xe8a9cdab dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x972589ba drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x2b78be47 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xf80e429b drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x890d76e3 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x0ddda0d7 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x80c43598 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xc914e2dc ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x05144c23 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x43bfe432 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x95d7701d isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x2c553721 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x08f9b2d4 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x10c123a0 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xa6d903d2 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0xe002d675 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x52a4f485 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xa23a77d6 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xa2f7b7be lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xae955bf0 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x2ccde6bb lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x1c46a6dc m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x8d298f57 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0xd718be47 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x23f68bfc mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xba78557c mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xa2c13e83 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0xd935adaa nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x8812b5ec nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x734839aa or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x4bc75d70 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x319ce3b3 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x74259703 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x3ae9bed0 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x789a9fab rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xe3336271 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x49135de1 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x73149f2d s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x568ffb1e s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x58aac3c9 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xd155eb34 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x7656ea58 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x6435c641 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x1d023e58 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xc6e2b727 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x3743f279 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x7295ff19 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x76709755 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xf1ac67c6 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x21f8cf48 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x671d04a4 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xb2da3821 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x47154e56 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x791a065d stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x7a166981 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x6bc61ecf stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xde34b0b5 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x2d39c094 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xb160fc69 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x7598fdbe tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x055220c0 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x204066e3 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x242d77f8 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x1c1cf1a5 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xdfecabc4 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x922567fa tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x09d14078 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x640f7107 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xa939bf4f ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x1de2098e tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x77e65af5 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x8bedcc99 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x2c2efcbb zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x20ddf869 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x9c13b2fc zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x35aab293 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x561772bc flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6d65570b flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x869ef52c flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd56f660c flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd68fdfbc flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf0f5987a flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x23ddfbae bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x2ec92c91 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xbd5b7559 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf690f7fd bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x173821a2 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x46bc0fec bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x77721e71 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 0x0396f304 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x28107d1a dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x30127181 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3bf1cb40 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x477bfcdd dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4a13f502 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x51403c97 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x78a16d0d read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb8e34aad dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xeeb86376 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x4a0a8cbd cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x86a6266e cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb5f6cff1 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc670f4d8 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xfc37bf44 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x34382c4f altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x952b2f5f altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xb89f5fbe altera_pid_feed_control +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 0x0fa6f99b cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x11f0fa62 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1af03c49 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5894faa9 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x7cdf8045 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb98b01fb cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x4d9fcb41 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xdb01e463 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x2257047b cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x4138ded1 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x7617de4c cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xf7703db1 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3f930a4d cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x6dd25f62 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x966a2fdf cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa3df7898 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xaaeded61 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xee1af37d cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0c50f351 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x13b5f3d4 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x14902c5e cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x34667527 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x38fee7e9 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3e6f67b3 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4f017d16 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4f88d501 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5f6216e5 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x60f90452 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x63a38157 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9ff6da37 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa4773727 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xac8b80b2 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd3f3d727 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe37115a7 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf2e5995d cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf72685fe cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf8b816bb cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf8ddb876 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfcc4d90e cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xff2b9148 cx88_reset +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x120b0901 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x32be685d ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3360db47 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x35fce77c ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3c4210c9 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x453c186f ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x46d31d82 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6691e6c5 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x72a63589 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7491db1a ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x797842ca ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7db90fcc ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x86ba37fe ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8dce48f4 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc49a0ac4 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd5ef9f0a ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xed2a5d01 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0cf6f153 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x228c2960 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2fef707e saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x32202584 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x33d62385 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x64edf3ea saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x67c9b87a saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x71ec9fa7 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7dae4255 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9cfb2f36 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd4184438 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf321a9bf saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xdf6d73ab ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x4e84a49d videocodec_register +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xa721da36 videocodec_unregister +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xf11d88e6 videocodec_attach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xf7a2d749 videocodec_detach +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x132eab0a soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x1fdb1b86 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x26a39b51 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x531d617c soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x6be2ae83 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x801fb88d soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xc3117823 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe6d45d1d soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe940021c soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x1410ed7e soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x22efa1f0 soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x52af6b04 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x6e011d1a soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/radio/tea575x 0x2e2100cc snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x6882b529 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x6d6b0c53 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x708f08fc snd_tea575x_exit +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x4990577f lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x4ba09563 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x7144b327 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x8c39315a lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xca86366e lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xe3569f9b lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xf00555be lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xfe71471e lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/rc-core 0x07d04bc5 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xa9b0b84f ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x6ed41f71 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x25833bec fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x1edddb38 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x9ecfa008 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xe3841db0 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x23f116d5 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x7d49e3da max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xa0c561a0 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x76f361af mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x82eff35a mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x58c3369d mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x6fffc56a mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x7bea4c1f qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x58eb737f tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x2afc50b0 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x0878a062 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xf0d67c1f xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0xb8e6e3a5 it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x7c013271 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x17820fe4 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x4ef6613f cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xccecc7b7 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1130e0ff dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1344ead4 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x46ba985f dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x55f4d4f4 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x701d1a9f dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9b89b013 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa42145aa dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc3d16eff dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xdc738fba dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x33581e53 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x64d0c001 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x7fd4a674 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x804058a3 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8a917fcc dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xd63711d2 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe22562f8 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x6a69d411 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 0x025913be dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2efeb16d dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x36f41a89 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x44334ce9 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5395b5fe dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x7a9d7164 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa6d59b57 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa839b170 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xbc0a5764 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd618d75b dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdf10cd38 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x3ada95b3 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xead400e2 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x18ba07ea gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x256abfa7 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x2ebaadc7 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x7b796f57 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9291d4f3 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc8919859 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc960e7c3 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xe1640568 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x76dbe03d tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xa3b8a749 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xbe51a856 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xc388fdb3 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xe84ffc79 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x0791473f v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x2de0db82 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 0x8bb68dd7 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x0eaf8a79 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x0f1a4cd3 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x1edf64d5 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x363764cc videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xe2409d88 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xf686a13b videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0xff429d1f vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x24cccf96 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x3f6832b6 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x61404fb5 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x7e332cc6 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x895749c3 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xb318f249 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x01843741 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x01eaf21c v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0288d82d v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x090fa695 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x096e8a50 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x15d3b42d v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x167ed3c8 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16b3732f v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1ab2e67c v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1c6311fe v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1ff2ee67 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x239700cf v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x24be4067 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2ea794a7 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x30d808c6 v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x323723f4 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x325cd4f2 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x37c8cdb4 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3972ac5d v4l2_subdev_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 0x42bb7b7d video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4503bdfb v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4611efc2 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4892bf78 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x498836e6 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x49db554c v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4bd969e7 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c265afd v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4f65b21b v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x50966848 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x50efead7 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x52033eaa v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x52bda69c v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x59c0e895 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5ebb02b4 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x693be53e video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6ae8a8f3 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x706438b0 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7b492b4b v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8211afd0 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b21b67b v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8d16d48a v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x92db6dca v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9c7f2e9c v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9f35dba0 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xacc08d7f v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb1c9b7a2 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb6b5c6c1 v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb7f07446 v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbaefd2e4 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbf7a8539 v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc59be15f v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc5cb25b3 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd9043d49 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xddd7ee1d __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe09ad927 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2811859 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe323b62d v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xefe5e7b9 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf190f25e v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf5c9681a v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf5e2d9b8 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf6398353 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf63c6b77 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf8adafe0 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfc44c229 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfe7dfc1a v4l2_querymenu +EXPORT_SYMBOL drivers/memstick/core/memstick 0x18d53930 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2a25a713 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3a24b49c memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x45fe951a memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4d6272ed memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7e0a9a2b memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa72fea1f memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa8012795 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc4e068d7 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc07e67e memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe6008f0c memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xeb3d45a1 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xede710d0 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x10323fd2 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x18ba9ecf mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1d7c98fc mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1e6273af mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x206ee1e0 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x24fae71e mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2576ea4d mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x30fb443d mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x35a9077d mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5df79665 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6ae7e724 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6b389ded mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6e2e497a mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x75cbe6ff mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7716a987 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8c4a79e4 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x90e78879 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x913d8d68 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x98a2ca8a mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9bc7960b mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xac1ad869 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaf90ed00 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb1025a00 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb1262a60 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb24edc89 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc8ac15ff mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xceea6f73 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdcdf8311 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xde502a0a mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0c4712f7 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x13f02900 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x17c68dbe mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x192e517e mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1a346ce1 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1c6a1dc6 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x217b67bc mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x26d9aa1d mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2fc56892 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3a2e5608 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3ba01f45 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3c6c13e1 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4067bbb1 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x482a1aaa mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x53c3b8c8 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5c5737e9 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7704c1ee mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x84ebf2e2 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x92cb71e6 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa379d2a6 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb40fe13d mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb8fe81f2 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc1c4b3b9 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcad6377b mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe43d45d3 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe48ad3e9 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xeb4787a5 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x03f9a4cb i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1370e76a i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x19a63602 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x245e8aa7 i2o_cntxt_list_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x42af646e i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x61a511ff i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6575143e i2o_cntxt_list_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x699646b8 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6eaa9980 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x71a94cf7 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7dd5fa89 i2o_cntxt_list_add +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x82060307 i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8d5056aa i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8e432f4c i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa363ce87 i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xacf21df4 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc4ee61cf i2o_cntxt_list_get_ptr +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd02e78b6 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd68120b2 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe3ec6291 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xea51ef9f i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xface4096 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/mfd/cros_ec 0x17128fc7 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0x67a6a532 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/cros_ec 0x6ac8849f cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0xaa2641bd cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0xccc76c60 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x6458dcd6 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xe7a38500 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x236e9eac mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2e0cafdf mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x72feeb8c mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x844d051e mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x888fec83 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8d22716b mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x965dff11 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x97808f01 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x98eb6242 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xafbbc37c mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb765c472 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xce3f60cf mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xdaf89cab mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/tps6105x 0x3ea8b6de tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x73a4cee9 tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0xb99b1da1 tps6105x_mask_and_set +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/misc/ad525x_dpot 0x85256d7a ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xf4198554 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x67d913a4 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x47e0858e c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xaf1c3042 c2port_device_register +EXPORT_SYMBOL drivers/misc/ioc4 0x98fa9869 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xc140095e ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x1480e7a7 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x1bef0f42 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x38aafe19 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4c8bf9ac tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x57cfaf9d tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x68abc7ab tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xa8c2ec46 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0xc8eba14a tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xce1f07a5 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xdc5243fd tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xf1b4ea6a tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xf2d4d684 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xf34a5c81 tifm_alloc_device +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0xa99c08e1 mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x007c0226 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xac7d6c1e cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf199668b cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x41358561 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x5ee290ab do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x6c20f513 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xb74155b8 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x0d9a8cfc mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xc9bbbb2e lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xbb8f6fae simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x11e48007 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0x94ab7874 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0x786c2364 denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0x81ad646e denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x21a00bae nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x29567efc nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0x39fa9a29 nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0x85e06e89 nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0xa2ffd49c nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0xe42949fe nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x29a95c21 nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xb2bcdf77 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xb803794a nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x72cb7b4a nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xfa601095 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x01ee210c onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x6960b67a onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x7488d18f onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xb24543dd flexonenand_region +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x281580c7 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3a4d4891 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7557e036 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x93a4fc81 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9ea45257 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa8293906 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xbce8aec3 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd0e3be01 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe7b8a487 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf57d71f0 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x1d757b77 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x52624ac4 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xfe16a5d3 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0c842c11 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x25ce8578 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3f6aafcc ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5974bb64 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5efd9a11 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x67060ce2 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6fc59a75 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd6b99020 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe4ea1fcb ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe695342c NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x72f367f3 bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xe5f2eba4 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1df10541 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x226a8e76 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2b89ba1a t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x485ad466 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x82c9cadd cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x89b0def9 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8c405e86 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9d4b8651 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa3c60575 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa5cb4902 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb01934af cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbd17dbbf cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc5a334f9 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd7b635b2 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe5a4a63f t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfa0dc4ea cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1005e960 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x15d18957 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1c0d5554 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1d021efb cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x237ebfa0 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2f62620d cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2fd76408 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4289d877 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4844533e cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4c1294a1 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4d5f7673 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x58bf015a cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5f325045 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5fe03e4a cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x655a3d23 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x65e19986 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67408ceb cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x730c6115 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x764cbd41 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7e49fe15 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9afb2cec cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9e3ac18b cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb8b863dc cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xca34e4d3 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdce64248 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe1577c05 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe484598c cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfa478ed2 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x63158f30 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x65a0ae9c enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xee5cfe80 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x68c458b0 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x8c4ab205 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00ed674d mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1af1e38f mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28552610 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3594c3ea mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37bb0b6f mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3aa941ed mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e499990 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43da0d8a mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x477453f1 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a37b595 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e808f9a mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5302c235 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ec086ce mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66b28093 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6907c432 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8762d9d5 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5bcfb94 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa77f703b mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb66ac97d mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd6b7e78 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc5b67dcc mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9798468 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccb12048 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd330d1c2 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe633b257 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb4fa7ed mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0201152e mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15ece81c mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1797c391 mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c8bd364 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3126d500 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x411062a8 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51640045 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61d0692f mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65aa69a6 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x688ecae3 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74ff29bb mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x83edf214 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x872d8b5a mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b0855e6 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97ed2d7d mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0a1d59f mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa4f746ff mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf73c900 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb328e5d8 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba6aba6a mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbf544d8 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc64dd855 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca99a0c0 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc48104a mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd11c5abe mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd174f186 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdbf2d0aa mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed4ecf62 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0644559 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x0652a883 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x06592505 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x38863e93 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb440c30c hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xd263a93c hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x21f4c1b1 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4fa32d29 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x57a4b832 irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x587a1d51 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x81a0a198 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xa5406fa6 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xaef89691 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb48bb341 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xcc65d6cd sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xd5408386 sirdev_get_instance +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x2320b1d8 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x241825b5 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x49e93745 mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0x6c4ea79f generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0xcf129c9b mii_check_link +EXPORT_SYMBOL drivers/net/mii 0xdf2bc562 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0xe35024c9 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0xf2444210 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x02aae2cb alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xc14a82fb free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0x2ffe69ce vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x4af2f34a pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xa20c190e pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe01d4d55 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xd337482d sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x04aacfc3 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x0f4d1509 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xafb3d144 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xd2d2f4b3 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xde72b8b6 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xe59ae86c team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xe8091202 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xfc300bb5 team_options_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x86687cbd usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xd19b5c25 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xe76bb943 usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x127fe88a alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1c385d28 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x242dd205 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2f89426a hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x37caecdb hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8b551de0 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9db60fac hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9dee2a28 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9e37643c detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb6af4591 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf7be5fd4 hdlc_close +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0xd7b27d4e i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x97864f0d stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xe34382f0 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xf664b282 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x07429421 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0e3c3726 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x34cd4e33 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x61df0bf0 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x688b35ac ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6df4a104 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x73c84ebe ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x76aa75ca ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7eca7c92 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8873946b ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9b762d9d dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbcd0ca39 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x18872109 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1ed4d2e1 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x570138a5 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6760daaa ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8d745e3a ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9f51e9e6 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x01f346fa ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x084bbd78 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5451dc12 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5de13ca1 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5f0fe374 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5fdd5ad8 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x82117d83 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8e1193f4 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe7c36e12 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf1049025 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x09b5e2eb ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x13e38aaf ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x23eae677 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2aca75f0 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x52119599 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5d1c9d11 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5ea5b68e ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x637a9584 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x84b00f8b ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8a57d810 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8c5ccf8f ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9c033e1d ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xacc94525 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcaa7eb9c ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcd4b1975 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 0xe24f6c15 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf3067fe9 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfe010490 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02fa0e16 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07df928a ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c238d70 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c9746dc ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f54aa21 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x150532d6 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16ef593e ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b2beb91 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1eda1420 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f7d6483 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1fc58f5f ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b0687a8 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c44d15d ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d180b6b ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x33746562 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x351eaeec ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x386ebc0a ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x39166bf5 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x420c8b89 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4313f8fb ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c9c25b4 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d9b9de4 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x502613d9 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50f172bc ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52b1aaaf ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53096c0d ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57a86a2e ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a3f3b3d ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ab00a7c ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60fd7a8b ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x62a8890f ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x643d7dd8 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64cc9651 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64f84dab ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65d20f46 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x666e8843 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x684056c4 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68753e71 ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a88c2b3 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b171d12 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d8a6664 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e4e3845 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x735e3bd4 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x750620eb ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77d0ac37 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x78b7b98d ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7bfeee0c ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x812695a6 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x874767b4 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c58d0a4 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8d130ad2 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8d63b49b ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9096bc49 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9165eac9 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94ce68f3 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x969fd5e9 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x96c728d5 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x99d5c7bd ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f0111ad ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa18819e1 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa22edd2f ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa457cee6 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa731d61c ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa73cff0d ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa83d5336 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9e81564 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaafad769 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb00c8a86 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb101ea9c ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb45ece2f ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5525345 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6662f4e ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6c88f93 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbeb4a067 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbeb73df3 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0d64505 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc1821176 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc3df3c0c ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc63f9150 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcae4600f ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd911b90 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf82a934 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1ad6b4a ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6e9b1da ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8697713 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd895d3a3 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb1ab7aa ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd94bdb7 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xddcfc188 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xde924ceb ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe02c126a ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe82b74e0 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe9906ed7 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeb472b63 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecd10eb5 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecd77175 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed56283e ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf08c3e0e ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf31ccce4 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3d82787 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4175f36 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb9fac71 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfbfb3677 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/atmel 0x2d34723f init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x6f13ac95 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xaeceb446 atmel_open +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x10afc8df brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1d67b0a9 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x207f34e6 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x29c2f11e brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x5b62d1a4 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x784c4e84 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x7a0a6234 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa54579e8 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa7987836 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xad8f38e1 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xc8b65e73 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xcc17fdbc brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xcfff7a40 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x14599f8c hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1723ac32 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x305202b3 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x460e9414 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x494bc8f4 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5b1c1345 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x707b31f3 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x70bc3d41 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7180ba86 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x75caa27f hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x75cf9a58 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7d663725 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x80025802 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x80f0366f hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x875d668a hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8871fb5e hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x88a2c210 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x934b938a hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x94f1b82b hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc3c1a515 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc955cfd6 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xcf8cd6ea hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd175215f prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd8a254eb hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd9cb13a9 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf8bef9c7 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x077d06d7 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0977c645 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0b029230 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1762a658 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1d783981 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x20ec5ed4 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x35cbd7d1 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x38870e68 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x52638a39 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x6671121d alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8a5ff364 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x92bd9219 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x96318e68 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xbb7c59ae libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc6484f4f libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd34bed9e libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe1ef0b3f libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe608183b libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xeb144b05 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xec93073f libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xfddc5133 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x000171fd il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x01238a9c il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x015e93ea il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x03adde1c il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x061d3938 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x077506ad il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0b73a183 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0bfe53f5 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x13f3ab05 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x14011499 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1595beee il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x181d68cb il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1a5bb8e3 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1b8786b2 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1c401762 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x20a77a98 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x216f57ed il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x23d1ca60 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x24409f21 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2bee8b28 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2cbecd40 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x308c71f8 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x31ee8e7d il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x32accd39 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x358aa4ba il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x35d19c14 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x373bbd5d il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3f488902 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x44fe6454 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4539a50c il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5233f739 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5316b6c1 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x53a66fb8 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x55af87b1 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x59c06f3f il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5a02ef42 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5afa0111 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5b8906db il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5d6fbd23 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5f2d2e7f il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x633f7ef3 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x673dbcc0 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6a106627 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6bbd1ef4 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6caacd3c il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6d13d79d il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6e409165 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6f528efd il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6f82e510 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x71d21156 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7314d7df il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x779f8113 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7a048893 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x864b196a il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8b3431c5 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8bc2d162 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9103aa94 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9164c270 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9ccb1ab6 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9f6c7109 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa0d03c54 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa1605650 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa25cd7fa il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa637a5cf il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa89eb083 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa9537057 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaae0046c il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xab1d9570 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xacf1ab1b il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb5dcd8a5 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbb764f78 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc138a370 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc1779629 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc7dec282 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcb02fa59 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcb138673 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcc4dbab3 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcc60ebaa il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd3d3dd98 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd441ed53 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd4a5f6c3 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd4d939c6 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd5959554 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd6c0d632 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf14f5e8 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf48e8d2 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe071c09a il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe26f4c9c il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe2face59 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe3593af9 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe54d8a87 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe63c2543 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xea713f21 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf36a7c6f il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf51ab28d il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf5dc465e il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf66c7ca9 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf768580c il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08dd8699 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0c50fa2b __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x1ecc5465 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x2f7b7e55 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x3b9d00d6 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x675bcb86 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x779dd6f5 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x85c1bb84 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8de37664 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x954eb7a7 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x963a6f8a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb8f7026f __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe2dcc8de __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf9ec6bdd __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x12e99da8 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x137841ad __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3cd5baa4 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x527901b5 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x701f4f80 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x793cbbe7 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x8a079f82 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9ac62af8 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xad705d4b orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc472242d alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc9c38bf4 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd53e0857 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd8cb0ceb orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xdb0cbd65 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe3e209a7 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xf91ad968 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xfe9464de free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0xeafc165e rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0230e87e rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x04037ad7 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x05bbe5d0 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0f73116f _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x15721ae7 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1ab2d56a _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1f65d271 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2136e8b0 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x25e76ca1 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x277ff9c9 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2efb82f5 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x353c0202 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3a025343 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3dcc6d03 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x44da5f20 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4d6de0c2 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5fb686b9 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x60b2b2c6 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x675f1765 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8c93f799 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x930606ee rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9839eeda rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x994c9956 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa5a8bdec _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xabfd09ce rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xad03f19f rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb6ce484d _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb899ba8e rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbc85a4ef rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbe41f34d rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc73dad72 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc99cdb43 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd6699047 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd72572a9 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd86bc8f3 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdcdc6e6a _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xeda38da8 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xeec000ce _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf272cb6a rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf5ec4632 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfc9cc5ce rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x0e41c9e4 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x821cee4e rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xae7e81c1 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xb2d45346 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x116aff6c rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xa2f51034 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xa5d5326f rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xd09e0155 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x047a93ae rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x124a88ba rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x128dfad5 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x14040f4f rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1aea3ad0 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2a51136c rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2c01bf34 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x41769098 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4196318f rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4a0a572a rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4bce6057 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x65214f65 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6b720372 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6d5c3f2d rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x81a23c3d rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9ed797b2 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb0ab6258 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbe173710 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xccbd1e0d rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xddb95d0c rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf54774d0 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf5930873 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf73ed53e rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x61e97673 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xc8569b5f wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xd43a58ba wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf54279dc wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/microread/microread 0xbd151482 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xc643489a microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x58506572 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xdc27159b pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x35c16d00 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x8c878022 st21nfca_hci_probe +EXPORT_SYMBOL drivers/parport/parport 0x1338e996 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x1d746ed3 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x2091304d parport_write +EXPORT_SYMBOL drivers/parport/parport 0x288b1b3e parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x2ef1b9b2 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x34557aac parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x34a54912 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x39749c21 parport_read +EXPORT_SYMBOL drivers/parport/parport 0x3af832ff parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x3c04fadf parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x43747665 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x45568970 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5a2e6eb2 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x5a40360d parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x5db8da71 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5e63fd60 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x71d660e9 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x902f38e4 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x99b9c90f parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xa1486ea2 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xb577a4a7 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xbf9d372c parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xc264ec79 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xc3560951 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xcac55fb4 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xd5e24eca parport_release +EXPORT_SYMBOL drivers/parport/parport 0xd6a47189 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xdf26975c parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xe61e67d1 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xf2728cb6 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport_pc 0x8548c37d parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x9573d308 parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x181db774 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x1d3c9ef3 pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x38bb0e89 __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x39577016 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3f9994b5 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x43acaf9f pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x43f1f8bd pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x44358619 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x704dd7fd pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x82b2e3d9 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x831f65d3 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb20d1fd0 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc5e6596b pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd1b7a555 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd310ac29 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe6f7b513 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xeaea9eed pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf0f705d3 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfd721b6a pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1836a445 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1bf47dfb pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1e9358ac pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x47e29cad pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x59f65662 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6b8f504a pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x915c84bc pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa5d066a7 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xac1054c4 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf18a3c7e pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xfbc113ee pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x25041612 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x55956422 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0x5bb1e117 sony_pic_camera_command +EXPORT_SYMBOL drivers/pps/pps_core 0x3baf0d17 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0x5e2efafd pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0xa953e215 pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0xf46ae8ca pps_unregister_source +EXPORT_SYMBOL drivers/ptp/ptp 0x004a09f7 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0x22812b6e ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0x2cb9feae ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0x65ed2eba ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0x9f1b8e5c ptp_clock_index +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x02f818b3 rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x1159fbb9 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x22f748af rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x4a256f84 rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x532f82a1 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x8f557757 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xb1078437 rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xd8f43c88 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xdd5ffdb7 rproc_add +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x12182d6d fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x18c2c1a1 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1cb43879 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2dcdc9bc fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x36c6f31e fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x36d1be68 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3e0e2dd9 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4f4368be fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5f3d8143 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x84cb8e22 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd54892f5 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xdc1ecd76 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x009784ae fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x02a1242b fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x068d9d94 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0ac449f0 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x10b43513 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1c8de1e9 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x24475284 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x250e69ed fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2982fba3 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x39cb2681 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b685651 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c5c0ba8 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3ebc2089 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3f19963c fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x41fadc0d fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x47f21f21 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5705d2bd fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5f37d252 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x60f35629 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6121cd60 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6421fbfd fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x643f6728 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6acf9863 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x724848cb fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7b25add1 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fdf8720 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x808fb79e fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8904a8e2 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8b0a5955 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x906bd13c fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9682de7b fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x99c2b69b fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9b98d36d fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa0a16176 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa2f0566b fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa4036ac2 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xad0e647b fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaec045ea fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb54915c3 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb7c8d87a fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbfb5d288 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc7a5eba4 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcd2be9e9 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd0209dfe fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd2e47a16 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd82f49fa fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe4c89322 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe799df30 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xef4c9a02 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf0031904 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf7599c17 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf9df813f fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x028b76ec sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x13abc12c sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x723b8b6b sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xbbf6a48b sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x91dbf935 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x07f9cd50 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0dd1b284 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0ee8d104 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x288cf157 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x37a594f1 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x38a864c6 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3acd1644 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4138616d osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4bb6f4f9 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5024127f osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x57b0b816 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x599f6720 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x676b97d1 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x699a7443 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x712382fb osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x712969be osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7596e034 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7bd40bbd osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x84855acc osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8a50f2b6 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x96c70962 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9b12ec0a osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xaf38bd77 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb4322ca0 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb9037a3e osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb99c8ef8 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc47da8c3 osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc5c425b0 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc82d97dc osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc9b43669 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xca792b99 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcfb92c53 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd370ed5b osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd94be962 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe5b914f0 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe5f00b96 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/osd 0x3a8156db osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x4a35a1aa osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0x4efdf39d osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5901cf60 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x64c49ed0 osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xe528d396 osduld_device_info +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1510a36e qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4be772f3 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x63ef1ab1 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6f0a942a qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x76fd30f7 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7d463a93 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x946256d2 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb2cb6976 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc6bd5cfe qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc8461c75 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd06e5584 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x112c3b65 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x15a81ba9 qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x235cd695 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x879467c3 qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xc4e2cf77 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe88db2f1 qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0x2b4cc679 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xc78e55f0 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0xf529198f raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0d304dbf fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x32f94852 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x613a932a scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7c824050 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7cb80677 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x815a48d7 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8ac30991 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8ca99cdb fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8fed5a59 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdeb9fcf1 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe0ebfcae fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xeddd18ca fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf9b9c0b6 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x12ab8249 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1583be91 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x168887c1 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x19a019ce sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x39a60be0 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x43e31bea sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x49957df1 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x52eab6eb sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5e6f172a sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x74cb6a44 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x75d4052f sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x76c75b50 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x787c390d sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x85ec7e41 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x88c83bbe sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x90ca66f0 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x95c2f262 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa03c5ffa sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa6a7c539 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb74d92bb sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc53753bc sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc9b20781 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcea32a80 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd229fb1a sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd8ac625f sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe2bc68e4 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe8745a04 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xef5806b1 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x459ba709 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd563c796 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xea24e480 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xfe33594f spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xff9d2dc0 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x2228ff40 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x337e4018 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x4a4720e4 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xed47a021 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x1f134e51 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x8be07c58 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xe97a9d9c ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x13d939fa ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x1fe8e5f9 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x22eb1155 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x2b15ca9f ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x36df41d2 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x617c2bbb ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x6563e206 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x66482a77 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x6ca70598 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x84d57297 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x9f64fec4 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x9fbe2f28 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x9fc3961c ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xb90ea410 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xb9b8dd13 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc577ce73 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc687bc1c ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xceae4ea6 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xcfaa2d21 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd7250fc1 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xdb36c5ab ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x7c1a3f97 fwtty_port_get +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xddcec416 fwtty_port_put +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x6d5ead86 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x24396b6c ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x5db7413e ade7854_probe +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0264d470 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0363b57a lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0c6a7668 lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0ccee867 lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1f5cac22 lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x20a4f00c lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x39addeb9 lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c6a7a04 lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3de21ca7 lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4977cd68 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x518adad1 lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6ff7a46a lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a4d50f5 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8d3437e8 lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa3d61f8d lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa7326bb5 the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb69311b2 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xc2438245 lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xd9a8af77 lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x324e6b4d client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x4058237e seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x434a6e10 seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x5b1fc726 client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x8eec7348 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xb07197e2 seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xf725e723 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x1c261b21 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x222ba52d fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x2d8bc898 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x47f84ea0 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x653951fa fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xaf5135a8 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xe7a481a0 fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0066e86e cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0318ea98 cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0eb410a2 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0ee91bf5 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x11be2f77 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x127b7c5e cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12cd873d cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x15e6a972 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x18046adc cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1917bdd2 libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x19efcc16 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1b3614fc cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1c1ed7d2 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1e3d3300 libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1f709ebd cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x20e8ba1e cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2143ceb7 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x24f39469 cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x26b80c60 cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2da017ea cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31a4294d cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x346b9d41 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x35375fde cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x361e82d4 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x37712eca upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x390ed46c cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x396f6b4f cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d2cce75 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3fe13eaa cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x450b70ab upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x452a302c cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4889bd2d cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a81bbd9 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a990e0e upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4ae500f8 add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4c0497a5 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4e2ce2f0 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4e8fbec5 cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50bca709 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5162eb5a cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x56a518ce cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58210851 libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x59f95db2 cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5a91468e cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5aee0169 cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5bb6c87e cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c1a1229 libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c58abc1 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d655232 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x60ec297c cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62b9cb2e cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6326638a cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c07f0c0 cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6d488b9f upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6deb2df3 cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6ff30ab1 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72531452 libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72cbaaa3 cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x74f5b244 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x776120f3 libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7a7cd8a6 cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b24c012 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d11d8ec cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e0bd9c1 cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e7b8175 cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7ed08115 libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7f99ddb6 cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8840f591 cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c500d25 cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x918b0dad upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x994ac27f cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9aa2778c cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9e420643 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f3235a8 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa0650897 cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa21170df upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa67b237e cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb4e48237 cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb5194d8d cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb7264b50 cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbb477eb5 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbb972619 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc217c289 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc6105f38 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc61b2039 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccd9aa58 cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdaf50507 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdda4f088 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdfecb98d cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe5c5e952 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xea411f63 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeb4913fd cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xef66c80b cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf1872998 cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfb67024b cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfc4c70a2 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x5ddd5d5e ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x6ada5fa8 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x8b5ccaf2 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xd01a5c1b ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x0e679645 lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x1c444555 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x2d84506a lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x2f32fa01 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x4fbd6752 lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x560a888d lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x05b175c0 fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x1df22fa7 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3229bf2c lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x484251f7 fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x6b9b4d7e fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x6cfccc8e lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x737eae0b push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x793fd5c4 lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x9e719e13 fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xca8ac197 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xd0591c84 lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xf53861f8 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0041cf5e lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x024a04b4 obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02661e16 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03812c96 lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0450ba98 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04fc0ae4 obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x053e955d cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057a4703 cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x058a1e56 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05ef5061 cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0738f4be cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x074fbbe0 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x076d9704 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x078d745f dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0836c2c4 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x084026e2 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08461709 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x090182fa cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09376d68 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09a0cddf lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09f8fa2c dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a0a278a lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0addd297 local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b3de315 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b8a44d9 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bb1e5c3 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bb2d47b lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cfcd82e cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d59ca4c class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d6f35d0 lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0dd1f9a1 cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0de02c06 cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0de75467 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0df902f3 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e2c528f class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e47b3d9 cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fd156ac lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x100388df lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10752466 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11ae6ae6 cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11df2886 lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12339d81 cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1236a810 cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x123e5b5b dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12b7f537 llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12f2c1dd cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13c37d40 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13dc3376 lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x143cc92f cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15149751 cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1567b742 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x164bd3d8 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16ae4671 cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1720607f lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x180a9354 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x18cdc3ea local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a0b6688 lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a645987 class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a799dab llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b5e649e dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b93434c cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c67d2ce lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1d0c7e75 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1d8fea7f cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1da48212 class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e3ea863 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e5bc4ef cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e8be037 llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e9e5c3a cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ee3c682 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fe48e76 dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ffddb5a lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x201480e3 cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x202e12bd cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20a1e1a5 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20d8705c class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20dea65e cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20fdd996 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21b05a34 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2293e4ba llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x241d5a16 cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26e3cc2e cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275f93c0 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2838856b lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2948643f llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x29cf0984 capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a3ef974 lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2aa413f7 cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b145129 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b2b0ea4 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b9c47e1 class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c7d7dff lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d77be31 lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e10f5de llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f2afbfc llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f4b209e lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x304f80bb lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3158962e lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3262ab1b lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3286f84a class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32ba7a38 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32c88d7a lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x332ad019 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33c151e3 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34831ed4 obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x352fe66a class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x357b877a llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x357e4552 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37c7749b obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x380cffc0 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x387b5534 llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b7e14ac cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3bab8d65 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3bbcb0ef cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c002443 cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c1a74fb cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c2001ef lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c679686 lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d2eded4 lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3dba65de lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3dbc8f3b dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e0d70ef dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e8e470d cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eab7bfe LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eef86c0 lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f020a7f lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ff7b882 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41172bd8 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41181152 cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x411e75ef cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41d0bb3a lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4261ea1e class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x427a7043 cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44381593 cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x452f559a lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45a9db0f cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45ce7c67 lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46773184 dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x470dc2e8 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47141346 cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47743379 cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48b42ee1 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49663ab5 cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a127084 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac2162f cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ad1e8cd lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c190aad lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c4c700b obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d87a9f4 lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e1a097f cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x503046b5 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x520fe2f9 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5219fddb cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x523efad8 cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52da628d cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x530733a7 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x53a0d804 obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x542a8bb3 class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55ac8821 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5629864f llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5666f546 dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5728b67e lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57ef946f llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x582b013d dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x583c2218 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b1957f1 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bf3bf5c obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c2b7807 cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cf8e72b lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5da0d82e dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e06cf6f cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e45cc3a cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e55e5a5 llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f149a20 cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f40e6b8 cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fd29862 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6000fe28 class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60a04ec7 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60b18701 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60bd50c9 local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60e009a0 cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61a7792e cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x646d5a93 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64d5611e cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x66716c92 llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6694bf8a cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x675244fa dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67b6a065 capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68ed950f lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6aad63ea dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b520248 cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d0543cc cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d96c863 class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e0661ef cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ef4acce llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f5b186e llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72287b48 cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72891f31 lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72f189fb cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73e6226e lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75322b04 cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7578f66a cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76730a05 class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x768d45e1 lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76e5bc56 lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77dfc428 cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x782885c4 capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78e48036 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7915f510 lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79fca98f dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a0e8e2f cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a135e29 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b6049df obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ba597aa local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bb7499a cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c43641b lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c79e6a7 cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e1ec685 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e3ca64e cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e907493 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f06f9c6 class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f7d7cd9 lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x808a8076 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82460055 cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8341a236 lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x835850ba class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83685d03 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8387a090 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8503c454 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85432e04 lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85a2c300 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x86d34e63 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87a4bc07 cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87c292dd lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x892577a1 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8960c13c lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8af1bb8a cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b60c8c1 cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8bcce84f lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d1d9f3c lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e10e6d6 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ef7a781 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f625741 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9073ff27 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91885946 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91a70fbf obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92704b7b cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92759e23 cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93481eb5 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9373b5a2 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b67c92 class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x947d931b lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94a1f599 lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95316f29 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x959cf358 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95e2c27e llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9606cc1b cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96694e6c llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97052bff lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9746a8ee lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97a37fce class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97f21da9 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b67c712 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b952de2 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9bdace51 lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9be181ae cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ccad305 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d52702b class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dac55a5 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9df61de6 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dfa349e lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e1380a7 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fca93fb class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fd61cd9 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa050e813 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa085d6ed lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0b34683 lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa228cd39 class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa22f902c lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa24565b8 cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2ca32b3 obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa359602b llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa42154b3 cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4a980b4 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4b66f87 cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7234d26 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7740209 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8bc6fae dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa95e5c27 llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa9cfde96 cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa0d1119 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab4af3b1 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab5bc459 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabbe2543 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacb838a3 lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacc2ec48 cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacf2d215 lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xadea66ba lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae0bbc2c lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae0e79e1 lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaef8171c cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf0da7c7 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf38268a local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf5c9c43 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xafee9491 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0034367 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0c3f072 llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb12c3d39 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1873a7c lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb2c71846 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3d81a2d class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4df8335 cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4e9b665 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5ac0cc2 lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb635af9e dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6cab3e8 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6f97780 dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb78760d5 llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb832fd65 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8bfc7b6 llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb90837b7 dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb946c376 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb9e4cd97 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb9eff696 lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb98bfaf class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc1bce88 cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc3209e8 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd993981 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe404d68 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe917cb1 llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbed81f92 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfa7d1ab cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc025fa72 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc048eee7 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc18d06cf lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1a2b802 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4c9294e cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4d11fe6 cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc552b65b class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5718583 cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc57a80d2 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5c51de0 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc743215d class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8535b9e dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc937cd64 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc94fbaa3 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9735029 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9993641 dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9e35ff3 llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca99eeba lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0cbefc cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccb22c0f cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd6c7549 dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcee3e87d lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcfcb85cc cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd06cf77e cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0744b57 class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0857a62 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0fe67ec cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd169ea4e lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1997132 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1e79973 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd2045f89 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd676334e lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd6905ad2 cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd786b980 cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd86d67fc class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8af9d3b lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8d93521 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd99a0267 class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda08eec7 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdaad8da9 llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb421caa dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb62fe1e cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc5e1d12 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdca7c4a3 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcf6e7e8 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd0c9cda cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd392e4b lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde130025 llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde130c17 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf567064 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf5cc4dd cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf5d9b2d class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdfe1d410 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe07a2d58 lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe151e001 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe1713916 local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe389cb26 cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe50bcb6b cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5ef87c7 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe78d312e cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe95f1db7 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9e94cfd lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea2909fa cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea7b9e0b cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea99f414 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeab66cae cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xebf296b0 cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec408a5f lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xecb2bffa dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed79b090 class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xedd28b26 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee2669e6 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee644ffc cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeaa407c lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef4d5717 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefd47cdf lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefebf370 llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0083f6d lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0a0d91f cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2868c7f lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf383f74e lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3bc5b9d dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf50e7176 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5e32e39 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5fb21a5 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf651ccb9 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf666d858 capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf66774a3 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf70ecb9e class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf75a8912 lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7778be3 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf84886d7 class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9a01307 lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9c48f89 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9da686f cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa69d93d lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa9273bb dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb19e180 dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfba7cdb8 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbee6fd3 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfcba44f9 cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd9ccd37 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe1a7111 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff5972f9 obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff6e32e8 cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xffbcda0d cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01864889 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x02ef2f7a do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03727e67 ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x04e62e38 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06400093 lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06cacded lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x084d5529 ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0860bbd2 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09b86933 sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcffe34 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0e59d858 ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0e7cbdc6 ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x109f903e sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x119414ca req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x124aae83 client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1472a3ac ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x151c1c14 ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x189067eb ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bc9c640 sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c86bef3 ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1cef3f1b ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d251cbe sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e9fc566 ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x200372a7 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x204108c0 ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20465854 ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d9ef61 ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x227545c1 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2467d5c2 sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24d35639 sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24f5cedf req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f77ac6 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x295fe53c sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29b0ce38 ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2bb144c9 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2bf8d4e2 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2df21b20 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e59748f sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f74d008 client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x30a86e0c sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x313d5984 ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3460fa81 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x34ce699c __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x34d63077 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x374cc59c ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3789cee7 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38519137 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3e85f008 req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x401af158 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x40d29d2e sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x42c03b28 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x42dd5576 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x459474b7 ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4649802c ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4728cdda ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x482c8991 ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498cfbef ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a048c59 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4ae38ea0 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c8ec098 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4cc14170 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50a8ab25 ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x510d78e2 ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x512686ac ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53975691 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x562b7fe0 ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5680717f client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x574acf18 ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5858ae8a sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a1b924b ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a7a8660 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c05760d ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5d93cfcd ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e7224ba client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ede8a6d ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fa91786 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fee0d9a ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60279e2d ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6040f4da ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6175bbb3 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62dcda46 ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x65128fd6 ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6523cc45 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x663210ce ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x67773a4f ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x67973395 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ac63fd5 ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d21f2f1 ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d5cacb4 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6dba029b ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x70a9abc4 ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x710685bc ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x721c5019 ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73f2542d req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x748fdb45 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x755489c0 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77ac7e81 req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77ca009c req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77fb13a0 ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x780e3906 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7900c79c req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x79b1b923 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x79dd7841 ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a7f9e25 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7ad9b397 ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bf7d0e7 ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d3c3285 lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7deaf349 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7ed0f351 ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7efb12d2 ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7fd76377 __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8027147d req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x812c1ddf ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x81b9d8d7 ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x82274d1f ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x83ecad83 target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x843ca951 sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x845a9a3c lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x848cbe04 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x861ee557 ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86c3ece6 ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fecee2 ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87220099 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a023c9d sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a327b9f sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b29c938 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8c3f9854 lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d65d2d8 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f03946c _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fa247b3 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x92cd8d36 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x93651041 ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x951d238e ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x98c554ca ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a5911e3 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ba14b93 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bc3216a ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bd71321 ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9c3bcf4e ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9e14e00a ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ea5a441 ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9f8ea5bc req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa1c4f79e sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa1cc3c3a ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa660272e ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6805c60 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa69a18de ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8119b16 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa83c187c client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa849df0b ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8f8ca55 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa955aa91 ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab706469 ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab8eb3fb ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xabc112ad ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xac312240 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xacc82ce1 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xace6035f ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xae1de3d6 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf8ab969 ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0004bfd sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2078970 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb20992d5 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2928f31 ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb3bad602 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb3de8ac2 ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb44539fd sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4c3d700 ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb5cf4a07 __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb91890d1 ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb97df866 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9912abb sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9c2f12f ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbad30198 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbb772a56 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbb790d39 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbba2806d ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe0c6338 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc050175c ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0db4fb7 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc1745f81 ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc289a491 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2f59ffe ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc3937076 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc3f4c043 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc48b9b7f ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc4ae93cc ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc5510be0 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc61a2221 ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc6a565d8 req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc739d6af lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc981bb5d ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcc572b01 req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce978ad2 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcfcc86c8 ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcfeb0d0f req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd09d4387 req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd16d0ded client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3153be5 ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd5c963ff sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd5ebcb07 sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd94ab398 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdafdfde3 lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb5564ca req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd73c57b ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf156908 ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf3fc55e lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf5dbb7a _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdfd63ea2 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe2ab260b ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe81676b5 ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe9dd76eb ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeaa09080 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeb2dc9a9 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xece421f9 ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed914b4d sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf03d569d ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf082409d ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0b55447 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf40ad39c req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf418861d target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf4bbe789 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf58e6ada ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8c4cc78 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8db9826 ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9fe4cc3 ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb3cbb33 lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfbe2140b req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc612ce0 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc66cb3f ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfdda2eff ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfeb241a0 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfec00952 lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffd40417 ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x125b118c cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x134ec804 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x1463b601 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x14f3a67b go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x3c4e6a62 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x4c09abd5 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x5241cdcf go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x7925534e go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x81dd4d3d go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xc16d520d go7007_alloc +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0x3c104cea rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0d5eee14 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x16dd4949 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1905baf0 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x19edacfa rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1f631b0b rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x221d9224 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x27f89722 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2810d32b rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2bc6ad1d rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2c00b93f rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2d63d595 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x321842a6 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x326b649e rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x336bed63 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x33a4f8aa free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3858c4d6 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3941dfd9 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3e023cf0 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x40f98f1a rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x44c14f22 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x541dc6a5 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5e8f0011 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x64f688d7 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6ca7f4c6 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6ff1773a rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x762f70e0 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x77d9a45d rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7c0b73f4 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x81f3b267 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x86046af2 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x88acb793 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8a066d89 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8e91d910 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x93c350fe rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9a83814c rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9d7a3a69 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa0ade54c rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa478b7e0 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaa5a112e rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb2bbf08a alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb396e3cb rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb4a72b01 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc86b2fc0 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd2fb5ae2 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdaab7961 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe173fbcc rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe7e6b436 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xea84bde9 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeb380ee3 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xec5a8cc8 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0276df41 stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x08136cf3 rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0c2842b9 stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x15cf5b21 stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1c9b1a87 stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1cd6ff74 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x23c1ed84 stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2e492834 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b6812ed stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3c2274c1 stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3d5ab64b stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x532f5ae3 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5c3f0e30 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x69eaa47e efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6af3bc15 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x742b7c30 stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x776cb9f6 rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8e50689e stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x963b7fea stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x98012ac1 stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa4fe7a2e rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xcae0dbb7 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd328946a stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd3f79fd6 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xdc4d57ec stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf67469f7 stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x07f74dd9 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0800ef1b Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0ee98fbc Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x103b804c ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x142d658b ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1521e216 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x19488f3b ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1dd63a87 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x238f789c ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x31d4a455 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x427525f5 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4793f098 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4e13a6bd ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x57d790b8 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x594c7dd3 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5af5f8c5 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x64e8315e ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6634f1b5 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6907afed ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6babbcfc ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x71206acc ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x75b3c5e6 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7a82bf9f ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7b53649f ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x840bd6f9 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x85d99261 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x862a9af9 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8f3309cf ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x91667be2 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x944cb465 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x95b22c95 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x972049b3 ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9ab0471f ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa1ac0550 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa45dff81 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa900ddc7 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xadfec569 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb595fcce ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb9189b11 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb9701865 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb9fe258f ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc0621b48 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1f7bae7 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc7f89a59 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd7751f11 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdb732f48 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdc9fea58 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdf245c0e ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe218a8f2 ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe90e2a6e ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe95800ed ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xea80f7d6 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfa0e9f31 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfaaaa8ee SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfc0b973c DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xff69d7d7 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x0a7c19b8 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x1f8599a4 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x2ef2cc15 xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x873eed8a xillybus_do_cleanup +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0a091fb7 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x13a55b58 iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x19ffa258 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1f265091 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x26613066 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x305ec4e9 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x593af065 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x69c63d93 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x71d5e2be iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7bd6e757 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x975275cb iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9e1db164 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa0d8bc9d iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa18ddf13 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa4aa6f25 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb6d4e880 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbb4e020b iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbd18b982 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbd28fcee iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc1d214e8 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc4612ef0 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc569a331 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc920fab0 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd7e063b1 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd8e27dcd iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe695b458 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf33517ce iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xff440388 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x055df35a core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x0f369739 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x15d744f4 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x22e4b545 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x24e5712d transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x26e76b8a transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x289daa76 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x29e946ec core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x2d5e4592 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2e60973f spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x32aabe0b core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x353ae426 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x3565fd60 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x35723a0c sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x359caa50 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c343807 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x3d6931af transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3f4599d2 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x3fb428fd target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x42fe2e94 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4b67c057 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x515a17e8 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x582c94ae iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x5d014539 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5d56e880 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x5ffa27b9 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x60d9cb14 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x6135c764 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x62b72d31 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x64cb034f core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x68cbd029 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0x6a345331 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x6dcf8eb8 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x6df39877 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x75fd62d0 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x78007560 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x785efbd4 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x79133a0e target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a9d1d54 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x7ba0ee29 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x80ae626c transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x890ce2c3 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x8984d31d target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b53cb7b transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c733954 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x905c1b86 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x90efc79e sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0x95825388 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x97754efd target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x9d4cf52a sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x9d7f7915 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x9fadbd8e transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa995555e target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xac869fcf sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0xacbe606a transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xb209011b transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xb9dcfa7d fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc078bec target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc09dc65 sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc2c72bf transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xbff01742 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xc16d2f81 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xc4b7c574 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xc57616fd core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xd0e98d5c target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xe103025f target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xe273ef30 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xe2ce4293 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe411d7e7 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xe4171cda target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xef6bf46a target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xef8a1992 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf4575c4c target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xf85539af sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb60e8b8 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x926518d8 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x01a3a3e8 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x33a31150 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x050c9880 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x243ddc8d usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2b4329d8 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2f737217 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x505e468f usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x51120159 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x68a3cb96 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7582771f usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x94093658 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb6d6f18b usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc4114468 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc424fa32 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x44c548a4 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xd701c8cf usb_serial_resume +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x2eae4a2a vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x76bd9a5d vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x0be61d13 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x53975417 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xc79fd032 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xd39ab509 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0220adf5 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1b51c825 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x336bc749 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x401a43ab svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6f2203be svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x7f2bd0a6 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xbbf75042 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0xbbdfe619 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0xb940f467 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x054e7068 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 0x5633a1f3 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 0x4eb3986c mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x5c8f8e6d matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xbe149137 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xfad03d1c matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x4159c464 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x7712da8b DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x77965e44 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xbd762578 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xce44c712 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x153dad54 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x564e5af8 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb0f29ae6 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf758871c matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf9fcf9f2 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xaeeffd20 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xef14d92a matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x00988703 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x49d889b6 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6c8aa30a matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xa55f63f7 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf955c337 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x13a4d315 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x0d79bc1b w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x74324985 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x8e3640dd w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xfa5e71ca w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x7533c8e8 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x9aaf3387 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x126bfe3e w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x5d59efc9 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x47578346 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x636120f2 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x9e7da49a w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xeaf21aa9 w1_add_master_device +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xa78bd894 iTCO_vendor_pre_set_heartbeat +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xb5f20875 iTCO_vendor_pre_keepalive +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc4f657bf iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xdc6effc9 iTCO_vendor_pre_start +EXPORT_SYMBOL fs/configfs/configfs 0x17f5d6b1 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x2af1da30 configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x34144980 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x3dd4dfe2 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x647fa533 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0x67ceee40 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x6a9d8368 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x71978146 config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0x7959a922 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0xa531242e configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0xa7922336 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xdff39f29 configfs_depend_item +EXPORT_SYMBOL fs/exofs/libore 0x109eca77 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x2d044b42 ore_read +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x6a73bc61 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x730494c2 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x9634478e extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x9f19610b ore_write +EXPORT_SYMBOL fs/exofs/libore 0x9fdbb993 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xb61e26a1 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0xd77bccb2 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0xdb5cea1a ore_truncate +EXPORT_SYMBOL fs/fscache/fscache 0x05e46a1b __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x06263623 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x0ff84a33 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x10a89344 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x143e0da4 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x17bb694d __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x1a968d02 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x1e48e88c __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x274dce44 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x349c10e6 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x35d6cdb3 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x381573bc __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x393beadf __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x3c8d3048 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0x420b8587 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x4219093e fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4de69bf7 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x6067c358 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x61f67877 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x656dc812 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6b4f2ca2 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x70ee294f __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x72b90475 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x78e60a3a __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x8121d1f8 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x88975ac0 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0x8b2d0939 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xb682c2c7 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xb79fea77 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xc3983be9 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xcdf73320 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0xd9afca0e fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0xe5998f07 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xe74bdba6 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0xed31a67e fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xed55d8c6 fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0xf76132a9 __fscache_uncache_page +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x21c9838e qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x5e70a484 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xb547065f qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xbbd48518 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xc991010a qtree_delete_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x1a703ba1 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0x6d356209 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x56329ecc crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd09b2cba crc8 +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x224a372e lc_del +EXPORT_SYMBOL lib/lru_cache 0x29f3f7ae lc_find +EXPORT_SYMBOL lib/lru_cache 0x2b1d4f39 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x2c4105a3 lc_get +EXPORT_SYMBOL lib/lru_cache 0x320b9df0 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x33812d13 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x574b50e5 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x579ef8fb lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x7bf6f568 lc_put +EXPORT_SYMBOL lib/lru_cache 0x84060ad4 lc_committed +EXPORT_SYMBOL lib/lru_cache 0x8db9f126 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x967d9f92 lc_set +EXPORT_SYMBOL lib/lru_cache 0x9e257aae lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0xb9a4307f lc_reset +EXPORT_SYMBOL lib/lru_cache 0xbd727d2e lc_create +EXPORT_SYMBOL lib/lru_cache 0xbeb23f21 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xed8e3f5e lc_is_used +EXPORT_SYMBOL lib/lz4/lz4_compress 0x0c222eb5 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x682a23e0 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x81b9f727 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xb57602e5 unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x908e132d destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0xab66fe6e make_8023_client +EXPORT_SYMBOL net/802/psnap 0x2157e96e register_snap_client +EXPORT_SYMBOL net/802/psnap 0x74e1eece unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0ae84285 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x18555e16 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x1fda4876 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x2291c9d4 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x23232603 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x2328c705 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x2cf358a7 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x2e74dc4c p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x333d8e2f p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3aeaa2d6 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x3b1c68bf p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3beab140 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3d8eca69 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x3ec98a84 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x3f1e7040 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x49e9a3b1 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x59581e79 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x669c12bb p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x6c3d0a3f p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x6fea7e5c p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x746f31a3 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x762e2db1 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x7930a451 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x7b5578d5 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x7b7248a8 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x81c859c8 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x82a0c7a5 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x94c82386 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x95cb951e p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9838764a p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x9a61604e p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xaabc7a66 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xad9a3520 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xae6446a6 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xb9325a3f p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc6f380c0 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xd0542ff8 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xd4d48476 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xd700a36d p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xda9101cb p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe6f31660 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xea874ae6 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf76773ee v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x0a19bd6e aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x5269d4c6 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x91fcb8c2 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xceee7069 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x024df4a8 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x23688728 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x2911b46b atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x3b17972c atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x475450e8 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x53052dde vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x5dccd8d8 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x6233e845 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x7e082f26 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x80f23588 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x838ff99f atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa21ea991 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb49b59d0 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xff70082d atm_charge +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x045c679c ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x0896d8fa ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x0c079550 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x43d025d0 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x5b735b13 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x6898977f ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc36cbdd1 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xc55d640c ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xfe2d51d6 ax25_listen_release +EXPORT_SYMBOL net/bluetooth/bluetooth 0x00b174de hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x05ee5e02 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0a7be36b hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0dcec333 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x100a2b51 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x14e7fe77 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1a1139b4 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1e2cbc43 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x23d2427f l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2580ab30 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2a5c14d3 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x31ce421c hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3e0421ac hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3e38bd21 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4847a186 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4aa728ea bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4bef434a hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5241a312 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x53dd27a9 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x57ca4f08 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6c6e099f bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6d84a47c bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7262f71f bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x770e3977 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x795e9b3c bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7a7044b9 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7ed05e90 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8026177e __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x833a247d bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x99c7194c l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9a8e04af hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa38f3ecd hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb8d6313f bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcd7dfcc2 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xef885653 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf2578860 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfe0869e3 bt_procfs_init +EXPORT_SYMBOL net/bridge/bridge 0x6ae96e9c br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x27369f16 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x6125f029 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfe4a5c87 ebt_unregister_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x18a78782 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x1e907aee 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 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x4bf78946 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9709074f get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xf4d8e0b1 caif_enroll_dev +EXPORT_SYMBOL net/can/can 0x0b78503c can_proto_unregister +EXPORT_SYMBOL net/can/can 0x84083007 can_proto_register +EXPORT_SYMBOL net/can/can 0x9241122d can_ioctl +EXPORT_SYMBOL net/can/can 0x9da31904 can_rx_register +EXPORT_SYMBOL net/can/can 0xb9b0e8b3 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xd41b637c can_send +EXPORT_SYMBOL net/ceph/libceph 0x00924511 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x047b7791 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x068db9a7 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x099c120d ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x0a74db0c ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x0ceb740a ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x0d61c270 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x0e10b2a8 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x107fc592 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x10bf4bc0 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x11064785 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x15ac1ab7 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1a144317 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x1aa3fe07 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x1af3877d osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x1b62a806 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x24572852 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x28ec5af1 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x30b61245 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3d83b621 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x3d997fec ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x3da24a9c ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x3e698045 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x4348970e osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x4374a5bd ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x46fe6288 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x484e513e osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x4a283545 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x4acefc84 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x4fbf8a8e ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x515f18ec ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x59331e6b osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x5be2d34c osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x6046c7cc ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x66223aaf osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x67fde53d ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x69e1a2ee ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6fcdafef ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x7168baf8 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x790f1906 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0x793a5272 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x793c5660 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x7b04b0cb osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x7dbdaf82 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x7e688215 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x7fce9072 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x812f8b7d ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x81eae1b6 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x85140783 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x8782d2ef ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x87d42a3e ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x8c864837 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x8cfb1ff9 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x8dbe2748 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x93faf452 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x9513d2dc ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9dde7251 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0x9fe0415d __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xa6072723 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xa7331c6e osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb4307736 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb95bafdd ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xba0fa80d ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xbfaa3c47 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xc1165934 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcaf7af23 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcdacb617 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xce384c09 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xd21afe06 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd495f318 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0xdfecc859 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xe2442d31 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xe952241b ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0xe9f9641a ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xebefbe75 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xed229339 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xef4fefa7 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xf048c789 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xf0dd58d2 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xf4550ac2 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0xf5774cba ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xfa751821 ceph_msg_dump +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xc8028f96 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x1d2f6865 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0575af21 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x11f638e0 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x4d5356e6 wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5b12ef7f ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5bccf131 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5c254214 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x70bd01e8 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9587a664 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa31b36ef ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb46e230a ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xbb47a5a6 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xd397b82d wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf6d9e136 wpan_phy_register +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x2f8aa696 ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0468a03d arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x9bbc1c21 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xec2deb2f arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x9b3e7837 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb27153f7 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xc5ec9be8 ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0xb12afdc1 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xd666286a xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x6b3f801b ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd4466685 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x23c7439b ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x50ba4c93 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x957cd297 ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x2760c1f9 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0x8895468d xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x2242fd7c xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x2e917525 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x0050cfa5 ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x19ced4aa ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x1d6be7d6 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x455f89d5 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x8566c7ff ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x90a32f5e ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xa498f0ce ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xd77e98b8 ircomm_control_request +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x09f58a8b hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0x128404ef irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x132d6c8f iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x1682ba15 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x1b9f0b6a irlap_close +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x26e6b539 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x2c412273 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x38777440 irlap_open +EXPORT_SYMBOL net/irda/irda 0x3b525e19 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x3b6d5f65 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x42a9904d irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x46fe7e3e irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x487d8687 irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x607d2d12 irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x615ee918 irias_new_object +EXPORT_SYMBOL net/irda/irda 0x66ef7db3 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6d8c8e54 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x76ef9f52 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0x77cf8c2e irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7dabe31e hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x7fb81606 irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x84f93887 iriap_open +EXPORT_SYMBOL net/irda/irda 0x86b5f4ce hashbin_delete +EXPORT_SYMBOL net/irda/irda 0x876b37eb irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x8b69b459 hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x996ed9d9 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x9c9f8af9 iriap_close +EXPORT_SYMBOL net/irda/irda 0xa4548c32 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xa5cda325 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0xa9c967fd irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xab7d0f3d irttp_dup +EXPORT_SYMBOL net/irda/irda 0xad66e1db hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc310cf21 hashbin_new +EXPORT_SYMBOL net/irda/irda 0xc61ab4b2 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0xc66e4d4f irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0xc8e46b13 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0xcd7397fd irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0xd1ae6745 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xd57045a8 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf2b4022e alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0xfa010154 async_unwrap_char +EXPORT_SYMBOL net/l2tp/l2tp_core 0xf105aa67 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x0cde72fe lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x46b2b56e lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x7995173b lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x7a14d285 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x82f100dd lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xab0f178f lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xca18ec47 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xdc796ca0 lapb_disconnect_request +EXPORT_SYMBOL net/llc/llc 0x0476ee50 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x1bc15f64 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x1fe36096 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x22b4316e 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 0xb53d922b llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xc34fedaa llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xf62cf512 llc_sap_close +EXPORT_SYMBOL net/mac80211/mac80211 0x02496b1e ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0cf9d4ae ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0d3f7c6f ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x0e235a88 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x121ccde6 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x16d257a0 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x17eefaee ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x1834a6fc rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x1bdc3d51 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x1e37ea79 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x20223e8e ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x22a27469 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x27205099 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x2807b5e2 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x2a94348e __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x2ba36a6e ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x2f95d2d5 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x2fa79e45 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x35078daa ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x3a8e4838 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x3e11efa2 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x411de1c1 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x4127b081 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x4188e629 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x4686eac0 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x501c63b8 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x52c1a30d ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x59f7b4ac ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x5bc0b710 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x62325603 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x6c4eea62 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x79567471 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x7c73bf76 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x84e24bbb ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xa6cc636a ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xa7f690d6 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xa840554c ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xa8c113d5 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xab4deb8c ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xb1778eba ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xb192abb8 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xb22f6c87 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xb3a79e1f __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xb6626e9e ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xb84a2c6c ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xc2f60708 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xc350424f ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc46fa014 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xc671997f ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xcf3658c3 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd029d430 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd4b5cb60 ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd6b569b7 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xdb78ce96 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xdc585c7b ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xe03ce7b0 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xe8f78af5 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xed0a11d4 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xf0820f3e ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf58a69fd ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xfaf76fc0 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xfbd0cd7c wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xfbf1b1eb ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xfd51e2a6 ieee80211_radar_detected +EXPORT_SYMBOL net/mac802154/mac802154 0x3098dc64 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0x57f8674a ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0x6eee5718 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0x786c22a7 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xf591f175 ieee802154_alloc_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x12183e3d unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1295b43e ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2bb37231 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4790db0b unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x60f522c6 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x61768ab2 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x997ccc4b ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9b3036a5 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9b98e5aa ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9c9101bb ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa4f5d304 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xad543dd2 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb0e934d9 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbcd48876 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x885e176b __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xa492f3c9 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xf074ba4e nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x27098914 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x41dfe889 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x515da1fe nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x63269121 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x678eb43d nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xf9582002 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/x_tables 0x0728b069 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x16a84d73 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x253e8b44 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x3f2aa555 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x4bfbd70b xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x51f06b77 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x6a277085 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x906630ff xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x9e7a6675 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xc7d350de xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xef97d1e0 xt_find_match +EXPORT_SYMBOL net/nfc/hci/hci 0x23fbba2b nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x2adb2ab1 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x314bbd9c nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x3ef152bf nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x6ae9fa9d nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x72b7fca3 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x7da5ecc2 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x89cea598 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x8b0dc656 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xa4c8d490 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xba9a11b8 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xbac2b776 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xbc6eda57 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xbe44221a nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xcf315b81 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xda9675be nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xe27b0a2c nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xfc49a6ee nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x1c476067 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x40db3d5b nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x774a299f nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x812509c5 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xb2806e44 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xcb8f6481 nci_set_config +EXPORT_SYMBOL net/nfc/nfc 0x279e91e1 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x2953df1b nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x31163eba nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x523350e3 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x55b0b436 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x6624e55d nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x73ce24e0 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x77a92cee nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x781429da nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x7dd3f4e1 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x83238adb nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x85300400 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x88ad33e5 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x91017a93 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x9974ebfe nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xac113cfa nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xc69f8f22 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xc6c3a381 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xcbba69b4 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xd49c0c40 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xed5b1b50 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc_digital 0x35d67443 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x9b3277c8 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xd2ceddb8 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xd42e06bb nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x21d04957 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x68e8c2dd pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x9350f269 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x9453ae4e pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xafe04cff phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xb34765bf phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xe7400e77 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xeea78b70 pn_sock_hash +EXPORT_SYMBOL net/rds/rds 0x7505d413 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x06b2be26 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x3e46af4e key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x497b40b0 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x49a7b6f5 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x592823f3 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x80e2e7ba rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x85b9ad32 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x8cbc4b8f rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x908d363a rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa39d1464 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xaae88386 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xab067a9c rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xbbe8f415 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xde1a6579 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf97b1cdc rxrpc_kernel_reject_call +EXPORT_SYMBOL net/sctp/sctp 0xf9288097 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x13283a5c gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x45532107 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x77b2efd0 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x37250712 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x82055ea9 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xa95498a6 xdr_restrict_buflen +EXPORT_SYMBOL net/wimax/wimax 0x010e4d11 wimax_reset +EXPORT_SYMBOL net/wimax/wimax 0xed66d31a wimax_rfkill +EXPORT_SYMBOL net/wireless/cfg80211 0x02ef9e78 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x0760786e regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x08d63f8e cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0b906a84 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x0bbffd71 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x109fdbc9 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x11a2eab9 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x15e698db cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1a3ae4c3 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x1acba076 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x1b6c050e cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1bf5885f cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1ecbb8b1 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x1f5e210c cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x2017958b cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x20b301a8 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x21675480 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x249de116 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x32ebb191 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x365999b3 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x3685937f cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x39c5faaa cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x39d41f71 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x3b3f4336 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x3c95a7e4 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x3d213ed4 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x3ecc39ae cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x418efff4 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x434835a2 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4a59d90c cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x4ba0aaa7 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x5d771549 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x5db48f01 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x61e708a5 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x6269b398 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x67b78c27 cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a17e252 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x6ff848d8 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fa0c049 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x800749e6 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x80494454 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x84ab9ccf cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x85037723 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8bf56cd1 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0x91cc729e cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x9351bb69 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x9541a74c cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x97528242 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9fc0eeb6 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa1bdf640 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xabdaa450 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0xad288207 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xad38b686 ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xaeffa866 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xb1c91ad8 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xc15e639f wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xc1bd527d cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xc43a5647 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xc47074ba cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xc5a292c8 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xc60bb6a0 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc88f8079 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xcaeb8186 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd20eb42b cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xd6118541 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xd7ac3f4f cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdeb5bd7c cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xe1656f42 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xe7a682c0 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xed7213fb cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf1940f7b cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xf6868074 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xfbc90a68 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xfe4a7e15 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/cfg80211 0xff3faa8e cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x32d22236 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x519d81c8 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xbe6f6639 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xcb7539e1 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xf560878e lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xf8b651b6 lib80211_crypt_info_init +EXPORT_SYMBOL sound/ac97_bus 0x2e53daf4 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xd85e323e 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 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 0x9a017c08 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 0xbb72cd54 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcdd615c5 snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xd50124ca 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-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x42dba8b3 snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x4cc8bad7 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x01b82065 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x0d2b74da snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x2ceec35d snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x668570c0 snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7f92860c snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb494afee snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xc7b2b6c2 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe0a50454 snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x15791e49 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x019aac73 snd_cards +EXPORT_SYMBOL sound/core/snd 0x030e28e5 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x06b0cdd5 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x06fb29f8 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x09160019 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x0996ba6f snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x0b185c88 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x0f7b6336 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x191e88cf snd_dma_pointer +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1f98d9df snd_get_device +EXPORT_SYMBOL sound/core/snd 0x1fbaa8d3 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x25592c84 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x26c32675 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x26d185bf snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3f340344 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x528d9bca snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x6052b392 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x65a698cf snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x6659e726 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x6c28a7f7 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x6f5c50c1 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x7b4441ac snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0x7b92620e snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x7d8ede0c snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x827adc4e snd_component_add +EXPORT_SYMBOL sound/core/snd 0x89e50d50 snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8ebd8e2d snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x8f1d018a snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x993cf578 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x9a380c5d snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x9b0ab339 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0662612 snd_card_register +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa7e65a2b snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xae1629ff _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0xae90b84b snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb5c79c31 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xb7b9aa60 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xb7e0ff0f snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xb9b4a06a snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xba5416c0 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xbcf81cb4 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xbe72ff42 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xc58f2f48 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xcf132aeb snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xdd44ebde snd_device_new +EXPORT_SYMBOL sound/core/snd 0xf5b88347 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xf6052039 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xf79b19c4 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xf997e17e snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xf9bdf489 snd_device_register +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-hwdep 0x42c648b2 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 0x06b310c9 snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x0fc32a3c snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x1039c8ca snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x1122c3a2 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x1582075b snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x18103996 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x18edc185 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x1b20b5c6 snd_pcm_sgbuf_ops_page +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x2a5a976e 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 0x39fa9366 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x42171192 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5898dcba snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5ac48257 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x5ae38d08 snd_pcm_lib_read +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 0x65226f4d snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x6c85c4e9 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x76852185 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x7bc3ed47 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x7d40bbe4 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x7f2a7869 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x824943a8 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x83555955 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x89ead5e3 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x8a380411 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x8c2d1320 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x9a2c9d48 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x9c26404c snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xa1d1eeaa snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xa46d6e03 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa6fc0cb6 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xad633115 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xaf90c4e1 snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0xb43dfac1 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xb64ecfe6 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xb86c1d12 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbfe94733 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xc5ee6050 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xc852e84d snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xca34c226 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xce80afab snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xd9df580d snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0xda7201b2 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xde58c350 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xe08c349f snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xe4d8c4f0 snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe636cfe3 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0xe67dfe76 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xea459fb8 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xed714274 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf382465b snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xfbe59a23 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x072d7f91 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2d51fce7 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3d149ebf snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x50499ab9 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5c0462f0 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x68e7e93c snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6a8906d8 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7ba16daa snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x83183aef snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8b16f24e __snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa5b3f233 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb32aba5f snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb44d8102 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbc339847 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc8475128 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd229f6bc snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdf82a2b5 __snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe23bbf05 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xeca6337b snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-timer 0x149a0752 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x276cbbf4 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x306964ef snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x51fb1e09 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x6eec02fd snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x86d43479 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x929de437 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x931afb3c snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x943a55b5 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x9ca01bd9 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xd8ce7236 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xd9e68b25 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xf2bb186e snd_timer_global_register +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 0xd1ffe2e0 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x6bbb460d snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7c6d3e34 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x93c7119a snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x9c009916 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xaea25df2 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb88658c6 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc7f1cd49 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf3516c2a snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf72bd57a snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x013cdf04 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1c867b23 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4651017d snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x53e3e9f0 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x718903dc snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8bc19327 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb37be9de snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe58c6f97 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xfb9e6704 snd_vx_setup_firmware +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0c020dc8 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x17c7d4b5 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1d4b260f amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1dc18919 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20dbea91 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2496073a amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x266259b5 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3428564d avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x37c929a5 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3b93155e fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x422855cd amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x683799f3 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x68ac8ab9 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x74b4d015 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7cc272a6 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8557860d fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8ad80acc avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x95d57c64 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9835343f fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9ce4f470 amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xaf6fa7c8 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb0a5f03c cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbbdaaefe snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbfae5673 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc69b2ea7 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdfe1bfc5 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe506fc22 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe78c91bd amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf5401a3d amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf89c2034 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfb42c515 fw_iso_resources_update +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x5c5c6504 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x794f29ab snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9b9f17e5 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xb71cf89d snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xcae3c81f snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf8e26ec2 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x1cd84af7 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x8bf663e5 snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x9a96c05f snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xac74ac43 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xb363443d snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xce69b040 snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x57c8b968 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x6baff7df snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xb66029a6 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xd6fce2c0 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x5877d4f0 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x90eaa2e8 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x15e38d8b snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x4d40a028 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x5af07818 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x83f77bfb snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa6763425 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xbf3bfad3 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9a41f33c snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xbd0c6106 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xcb6c1e7b snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd7418ca3 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xdb8f9c12 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xf84456d9 snd_i2c_device_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x0540de56 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x0dbca8bb snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x5880c8c7 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x67d2a410 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x7ebe7319 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x85a58279 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x909741c1 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x95fba3b4 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xb1d3695e snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc1e704c0 snd_sbmixer_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0ef8f7a9 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0f86cea4 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2f7d6860 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x43204c99 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5fca05ae snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6054b26e snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x84eba3a6 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x86b41495 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x89c1aa10 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8c26294c snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9fe54ea2 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa2b49723 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xaabbc922 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb89606d4 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcf2404ce snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe341351a snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xed5be0d7 snd_ac97_write +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0x29f51b8f hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x05daf049 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x15f9be08 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x48bd5741 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x596c5daa snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x64f370c6 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x73a57f5c snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8bf8d4c7 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8c7deef3 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xbe4b7785 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x54fc3208 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x5de4d1c5 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xb9c96fdb snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1680a459 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x19cbab98 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1a8cc14c oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1b133d1d oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x214b5e6c oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3bba69ba oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4b719cc9 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5431379e oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x79151a71 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7ce8ed9f oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9549f491 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa41efde1 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xaa6e1982 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xab2b6c78 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcc7d7612 oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdc7443d4 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdf48ff9d oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe343262a oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe5152729 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xedb22834 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfcf6ecde oxygen_read32 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x3a88a59d snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x541145d8 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xb9c27dad snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xcc5761ed snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf9f8fa08 snd_trident_start_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x31aecdff process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xb32bc58b fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x08eaf28f register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x1cfbcd9d register_sound_special +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xa5daa89b register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0xa65adee7 register_sound_midi +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xd6bc60f1 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xef28a275 sound_class +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3dbeb72f snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x53071645 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 0x8f437ebd snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xc2e5d5e1 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xcd5b9ca1 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe92fb071 snd_emux_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x3fd179bc snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x59cc4e8f __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x70fb2e95 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x981d3d57 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x99618b0e __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xda93e7c6 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe2a62f50 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xeef54f9c snd_util_memhdr_free +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x5654c160 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x000996a8 x86_hyper_vmware +EXPORT_SYMBOL vmlinux 0x0017fe52 xfrm_input +EXPORT_SYMBOL vmlinux 0x0056777a kobject_init +EXPORT_SYMBOL vmlinux 0x005dc96d dquot_release +EXPORT_SYMBOL vmlinux 0x0064478f tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x0076480d ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x007c0006 fget_raw +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x0097661b idr_replace +EXPORT_SYMBOL vmlinux 0x009d89ee d_alloc +EXPORT_SYMBOL vmlinux 0x00a0cd82 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x00a80fc7 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x00c51103 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00dd6c51 scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x00de31c0 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x00f1b2bd mount_bdev +EXPORT_SYMBOL vmlinux 0x00fc0bbb redraw_screen +EXPORT_SYMBOL vmlinux 0x00ff7bc0 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x01030f5d phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x012d5fcb blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x01394a23 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x01441152 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x014b05d4 d_validate +EXPORT_SYMBOL vmlinux 0x01523776 __netif_schedule +EXPORT_SYMBOL vmlinux 0x015c14e3 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x015ddbdc wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x015f0be3 default_file_splice_read +EXPORT_SYMBOL vmlinux 0x016c4612 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x01c82d69 inet6_bind +EXPORT_SYMBOL vmlinux 0x01d103a8 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x01d2e7ba __sk_dst_check +EXPORT_SYMBOL vmlinux 0x01d54df1 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x01e75d10 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x0228adc9 lookup_bdev +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x024bf827 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027a4e79 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x028a45b5 proc_remove +EXPORT_SYMBOL vmlinux 0x029444f0 native_read_tsc +EXPORT_SYMBOL vmlinux 0x029e4a2e scsi_get_command +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02d4eb3e ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x030303f3 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0x03188928 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x03269d2e vfs_writev +EXPORT_SYMBOL vmlinux 0x0332ec00 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03441056 noop_fsync +EXPORT_SYMBOL vmlinux 0x03498156 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x035168f8 wait_iff_congested +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x0366e820 write_cache_pages +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x039f63cb inet_stream_connect +EXPORT_SYMBOL vmlinux 0x03a29551 iterate_mounts +EXPORT_SYMBOL vmlinux 0x03b22843 cdev_del +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03cafc2b pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x03db8187 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x03e5dae7 read_code +EXPORT_SYMBOL vmlinux 0x03eb1b1d blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x03ebda85 dns_query +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x041c2667 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x04380ef3 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x04864da8 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x048afeac tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x04927208 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x049a2c41 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04db27aa pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x04dd8b03 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x050cdb15 register_md_personality +EXPORT_SYMBOL vmlinux 0x0512f8f9 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x05348ab4 is_bad_inode +EXPORT_SYMBOL vmlinux 0x05390c51 processors +EXPORT_SYMBOL vmlinux 0x053eb9c3 register_shrinker +EXPORT_SYMBOL vmlinux 0x0548b94a tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x054b3043 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x055c8559 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x055f4f04 dquot_acquire +EXPORT_SYMBOL vmlinux 0x056445e4 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x057296f3 get_tz_trend +EXPORT_SYMBOL vmlinux 0x0579290c pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x0586542b current_task +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x059585ad mddev_congested +EXPORT_SYMBOL vmlinux 0x05968fd3 serio_open +EXPORT_SYMBOL vmlinux 0x05a0cda5 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x05adfa62 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x05c24f1f xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x05f299e9 phy_stop +EXPORT_SYMBOL vmlinux 0x06069196 kill_litter_super +EXPORT_SYMBOL vmlinux 0x060f1c9a __nla_put +EXPORT_SYMBOL vmlinux 0x0614dabe idr_destroy +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061c551d d_drop +EXPORT_SYMBOL vmlinux 0x061f4039 acpi_get_table_with_size +EXPORT_SYMBOL vmlinux 0x06314628 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0645a51c __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x064df28d vmap +EXPORT_SYMBOL vmlinux 0x0654a49f xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x0655d36c inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x0677c7d5 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x068c7263 ioremap_cache +EXPORT_SYMBOL vmlinux 0x06bb4a02 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x06c0dae5 __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x06c3cf2f jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x06d8f0be filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x0709d505 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x0709f36c blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x070b4f64 tty_hangup +EXPORT_SYMBOL vmlinux 0x070e1653 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073dfa12 generate_resume_trace +EXPORT_SYMBOL vmlinux 0x075f7db0 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x07943228 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x07970629 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x07976f10 new_sync_write +EXPORT_SYMBOL vmlinux 0x0799e531 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x07a42296 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x07a4b576 flex_array_free +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x081a2f42 register_qdisc +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x0832b961 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0846f59a cpu_info +EXPORT_SYMBOL vmlinux 0x08634251 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x0897287b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x089df8b9 skb_split +EXPORT_SYMBOL vmlinux 0x08a9fc04 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x08f64aa4 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x090d7f57 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x09639404 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x0971b644 __ps2_command +EXPORT_SYMBOL vmlinux 0x098431ba acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x098b6dac proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09a03ff0 dev_mc_init +EXPORT_SYMBOL vmlinux 0x09b80f1e tty_port_close_end +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09cc7b9b check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d99d86 x86_hyper_ms_hyperv +EXPORT_SYMBOL vmlinux 0x09dbd4a0 bio_add_page +EXPORT_SYMBOL vmlinux 0x09fa6d8f ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x09fa6ffb ihold +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a27995f alloc_disk +EXPORT_SYMBOL vmlinux 0x0a2f5e09 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x0a366b92 d_instantiate +EXPORT_SYMBOL vmlinux 0x0a49d7ce blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x0a673a41 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7a9189 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x0a93d89c alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x0ab85bdd sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0adb6cca nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x0adf32b6 set_cached_acl +EXPORT_SYMBOL vmlinux 0x0af5aee2 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x0afce42a setattr_copy +EXPORT_SYMBOL vmlinux 0x0b00360b devm_clk_put +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2076c2 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x0b301c9c sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x0b39b2bf iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x0b438a0f elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x0b700672 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b8c6da3 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x0b9c1243 kset_unregister +EXPORT_SYMBOL vmlinux 0x0ba81bc2 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x0bb05dd1 elevator_init +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bcb0cee inetdev_by_index +EXPORT_SYMBOL vmlinux 0x0bd0de6b xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x0bd7d02f max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x0bdc1e3f from_kprojid +EXPORT_SYMBOL vmlinux 0x0bf92713 fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x0bfa2fb4 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x0c071e6c fb_set_var +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c7d0e30 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca290a5 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x0ca7b7a8 acpi_check_region +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cb08927 blk_end_request +EXPORT_SYMBOL vmlinux 0x0cc49101 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x0cca1b28 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x0cdb7d12 __kernel_fpu_begin +EXPORT_SYMBOL vmlinux 0x0ce0ebc5 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x0d2102dd vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x0d2e8994 dev_addr_add +EXPORT_SYMBOL vmlinux 0x0d35933d tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x0d3dda14 acpi_get_type +EXPORT_SYMBOL vmlinux 0x0d425937 netdev_emerg +EXPORT_SYMBOL vmlinux 0x0d514343 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d6434a0 kernel_connect +EXPORT_SYMBOL vmlinux 0x0d80efb5 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0x0d90803e kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x0d925eae mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x0d9cd1d5 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0da28cfb i2c_verify_client +EXPORT_SYMBOL vmlinux 0x0da413ed __mutex_init +EXPORT_SYMBOL vmlinux 0x0da9274a __blk_end_request +EXPORT_SYMBOL vmlinux 0x0db2cb97 vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x0dbef687 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x0e3b4750 skb_push +EXPORT_SYMBOL vmlinux 0x0e3dfb14 dev_deactivate +EXPORT_SYMBOL vmlinux 0x0e46f565 nf_reinject +EXPORT_SYMBOL vmlinux 0x0e4b19e1 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x0e578661 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e77cd5c genphy_suspend +EXPORT_SYMBOL vmlinux 0x0e7806cb tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x0e84b7e1 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x0e899392 pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x0e8cb181 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x0eaef378 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed8cc7b acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f051013 efi +EXPORT_SYMBOL vmlinux 0x0f0ed3de skb_make_writable +EXPORT_SYMBOL vmlinux 0x0f14866a padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x0f3bac1e do_SAK +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f4f6fd4 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x0f77ca47 netdev_change_features +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fbefbb4 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x0fd00a68 acpi_clear_event +EXPORT_SYMBOL vmlinux 0x0fe205f7 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x0ff172c4 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x100a5edc xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x1014b43a bio_init +EXPORT_SYMBOL vmlinux 0x102f11c7 simple_write_begin +EXPORT_SYMBOL vmlinux 0x1035e519 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x106c4500 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x108dd73e blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x10950ee1 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x1095e5bb crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x10971df7 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x109be021 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x10cb40e4 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1114ceaa xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x112231f0 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1172e25b inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x1174b8ec dev_addr_del +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x118ba320 tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x118e4bad jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x118eb830 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x118f3fa3 unregister_console +EXPORT_SYMBOL vmlinux 0x118fe684 __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x11bc53c4 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x11cad5c0 udp_add_offload +EXPORT_SYMBOL vmlinux 0x11e35c8d inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x122393c8 amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0x12441881 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x12473b06 try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x12542a30 sock_no_poll +EXPORT_SYMBOL vmlinux 0x125dc72b tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x1269a38c mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x1269bddb simple_readpage +EXPORT_SYMBOL vmlinux 0x12744162 neigh_lookup +EXPORT_SYMBOL vmlinux 0x12840d7e sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x129de341 wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12b6ca3c ps2_init +EXPORT_SYMBOL vmlinux 0x12c2076f truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x12dfeb12 vprintk_emit +EXPORT_SYMBOL vmlinux 0x12e58cd9 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x12f9be70 phy_attach +EXPORT_SYMBOL vmlinux 0x1305d532 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x130b5d49 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x1312a863 find_vma +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13315729 flex_array_alloc +EXPORT_SYMBOL vmlinux 0x1346b33c dev_uc_flush +EXPORT_SYMBOL vmlinux 0x137b3d10 account_page_redirty +EXPORT_SYMBOL vmlinux 0x1395dc12 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x13a1e1cc __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x13ba9607 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d737a4 skb_checksum +EXPORT_SYMBOL vmlinux 0x13df9825 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13f50e7a inet6_ioctl +EXPORT_SYMBOL vmlinux 0x14202c6c i2c_use_client +EXPORT_SYMBOL vmlinux 0x143687b2 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x143a9321 poll_freewait +EXPORT_SYMBOL vmlinux 0x144c0ffc netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x146e9124 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x14971ad4 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x14b3b50e dma_set_mask +EXPORT_SYMBOL vmlinux 0x14ddf7c0 ipv4_specific +EXPORT_SYMBOL vmlinux 0x150389d6 acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0x150c8fdc vfs_mknod +EXPORT_SYMBOL vmlinux 0x150e2b25 netif_napi_del +EXPORT_SYMBOL vmlinux 0x152814c7 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x153fe2b1 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x155438a9 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x15ae900b mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x15cd2619 down_read_trylock +EXPORT_SYMBOL vmlinux 0x15da1dd2 fb_pan_display +EXPORT_SYMBOL vmlinux 0x15f59c3f inode_set_flags +EXPORT_SYMBOL vmlinux 0x160ea4c8 sfi_disabled +EXPORT_SYMBOL vmlinux 0x1616cb30 acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x1637ff0f _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x164d5e87 mmc_get_card +EXPORT_SYMBOL vmlinux 0x165547e4 kill_block_super +EXPORT_SYMBOL vmlinux 0x165ee461 dquot_operations +EXPORT_SYMBOL vmlinux 0x16642e10 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x1687eaf7 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x16941edc pcie_get_mps +EXPORT_SYMBOL vmlinux 0x16c03be0 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x16ddd9a2 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x16f1dc27 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x16f35bbd lock_may_write +EXPORT_SYMBOL vmlinux 0x17009fc4 dst_discard_sk +EXPORT_SYMBOL vmlinux 0x170c25ee acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x171fe54e inode_get_bytes +EXPORT_SYMBOL vmlinux 0x1739effc i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x1771c137 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x1771f5c7 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x17723d23 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x177531b4 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x178722fe jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x1793f685 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x179b7d79 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x17a0975a __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17b60b16 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x17b64d09 dqstats +EXPORT_SYMBOL vmlinux 0x17c373d2 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0x17d8a3b6 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x17f0c88f vga_get +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x180e272b blk_start_request +EXPORT_SYMBOL vmlinux 0x18214c2a audit_log_task_info +EXPORT_SYMBOL vmlinux 0x182ba416 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184020f0 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x185e98cd locks_init_lock +EXPORT_SYMBOL vmlinux 0x18801df6 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x1889056e pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x1891f05a load_nls_default +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x189a35cf nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x189d1bef ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18eabfcf queue_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x190dafbc __devm_request_region +EXPORT_SYMBOL vmlinux 0x191dd43e acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x192e2012 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x19422e86 skb_store_bits +EXPORT_SYMBOL vmlinux 0x19444627 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0x1960babe ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x198426d5 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x198b5108 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x19929d2c __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a7c17f jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c139e0 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x19ec00b9 file_ns_capable +EXPORT_SYMBOL vmlinux 0x1a078592 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x1a242aeb acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x1a26da3e __neigh_create +EXPORT_SYMBOL vmlinux 0x1a3742af dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a47d448 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a6dff53 agp_generic_enable +EXPORT_SYMBOL vmlinux 0x1a72d7ff audit_log_start +EXPORT_SYMBOL vmlinux 0x1a9f7a78 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x1ac0003b netlink_broadcast +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1adf4f44 input_event +EXPORT_SYMBOL vmlinux 0x1af18d27 current_fs_time +EXPORT_SYMBOL vmlinux 0x1afb1aaa acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b1557b9 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b353088 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0x1b570d23 acpi_warning +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b753dd0 tty_vhangup +EXPORT_SYMBOL vmlinux 0x1b7d4598 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b92550d tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bb2d71b pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x1bd878d1 __scm_send +EXPORT_SYMBOL vmlinux 0x1bdc26cf sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x1bdd3ee8 kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x1be282e3 netif_rx_ni +EXPORT_SYMBOL vmlinux 0x1be5b251 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x1bf5d6a2 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x1c2010e2 scsi_add_device +EXPORT_SYMBOL vmlinux 0x1c46c5c8 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x1c4aef39 single_open_size +EXPORT_SYMBOL vmlinux 0x1c5d2c9a read_dev_sector +EXPORT_SYMBOL vmlinux 0x1c70f5a0 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x1c83dcf5 dev_mc_add +EXPORT_SYMBOL vmlinux 0x1c87bcd9 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x1c88ba88 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x1c8a04b0 acpi_reset +EXPORT_SYMBOL vmlinux 0x1cac8c43 __napi_complete +EXPORT_SYMBOL vmlinux 0x1cbea8fd idr_init +EXPORT_SYMBOL vmlinux 0x1cec3314 inet6_protos +EXPORT_SYMBOL vmlinux 0x1cfdc1b1 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x1d0e77a9 scsi_print_command +EXPORT_SYMBOL vmlinux 0x1d12ddfe skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x1d4d1f54 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x1d50ba67 genphy_read_status +EXPORT_SYMBOL vmlinux 0x1d67cd31 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x1d7811f4 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0x1d8bf6ca sock_no_listen +EXPORT_SYMBOL vmlinux 0x1d99296d mmc_register_driver +EXPORT_SYMBOL vmlinux 0x1da4c159 vfs_rename +EXPORT_SYMBOL vmlinux 0x1db7706b __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x1dbc3688 tty_name +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dcfd83d mmc_release_host +EXPORT_SYMBOL vmlinux 0x1dd39bd0 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de52e84 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x1de74f72 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e08396f __scm_destroy +EXPORT_SYMBOL vmlinux 0x1e0c2be4 ioremap_wc +EXPORT_SYMBOL vmlinux 0x1e109cb8 netif_device_attach +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e273971 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x1e33d1aa pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb01ba0 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ec74f30 dma_find_channel +EXPORT_SYMBOL vmlinux 0x1f121822 iterate_fd +EXPORT_SYMBOL vmlinux 0x1f1b6091 input_close_device +EXPORT_SYMBOL vmlinux 0x1f3568cd __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x1f4437b5 mmc_can_reset +EXPORT_SYMBOL vmlinux 0x1f55c16f scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x1f6c008d vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x1f6ce67a sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1f731274 acpi_device_hid +EXPORT_SYMBOL vmlinux 0x1f8676eb _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x1f976b53 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x1fac8016 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc184db ilookup +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd08028 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe92deb rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x1ffef4c2 agp_free_page_array +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x2005e68a acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x20092385 acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x200a67f0 amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x20185043 mount_subtree +EXPORT_SYMBOL vmlinux 0x2044aea7 amd_iommu_pc_get_max_banks +EXPORT_SYMBOL vmlinux 0x204aef7d register_framebuffer +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x2054a9e1 vfs_llseek +EXPORT_SYMBOL vmlinux 0x2059a447 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x2073b853 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x208739f6 acpi_load_table +EXPORT_SYMBOL vmlinux 0x209ce788 dev_trans_start +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20abc15b acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20d5ac53 dquot_file_open +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20e41bca dm_register_target +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x210c73f0 elv_add_request +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x21909e98 skb_append +EXPORT_SYMBOL vmlinux 0x2197bc45 follow_pfn +EXPORT_SYMBOL vmlinux 0x219e5dd2 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x21e0ea22 acpi_get_id +EXPORT_SYMBOL vmlinux 0x21f483c3 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x21f737ee twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x220abfa1 tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x220df120 serio_interrupt +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2275cde7 tty_port_close +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x228cba65 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22d0ff8d __block_write_begin +EXPORT_SYMBOL vmlinux 0x22d6b9ab bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x22defbb0 icmp_send +EXPORT_SYMBOL vmlinux 0x22f21e6a del_gendisk +EXPORT_SYMBOL vmlinux 0x22f473df remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x230ce2e0 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x231de84e scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x239ebcf4 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c0b08b setup_arg_pages +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23cd5ed5 napi_complete +EXPORT_SYMBOL vmlinux 0x23dee9da generic_listxattr +EXPORT_SYMBOL vmlinux 0x23e350de sync_inode +EXPORT_SYMBOL vmlinux 0x23fc0672 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24274e9a neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2458ceba pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24ab234d input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x24bb9636 write_one_page +EXPORT_SYMBOL vmlinux 0x24bd1d3a tty_write_room +EXPORT_SYMBOL vmlinux 0x24dd4bd5 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x24e7877e __bio_clone_fast +EXPORT_SYMBOL vmlinux 0x24f84db7 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x24ffdd74 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x2502637a set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x25057883 seq_open_private +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x252bcf4c __init_rwsem +EXPORT_SYMBOL vmlinux 0x254c04d5 sock_no_accept +EXPORT_SYMBOL vmlinux 0x2574dfee mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258acea4 netlink_capable +EXPORT_SYMBOL vmlinux 0x258cd067 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x258e6f26 __genl_register_family +EXPORT_SYMBOL vmlinux 0x25ae3a8e __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x25b2fac4 block_invalidatepage +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25ce5d2c pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x25f01266 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x25f7f6f9 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x25ffd2c9 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x2621c033 done_path_create +EXPORT_SYMBOL vmlinux 0x263122f8 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2648f0fb unload_nls +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x26617fac wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x2665d53a key_create_or_update +EXPORT_SYMBOL vmlinux 0x26675fc9 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x26768cb4 sock_wfree +EXPORT_SYMBOL vmlinux 0x2682e657 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x26948d96 copy_user_enhanced_fast_string +EXPORT_SYMBOL vmlinux 0x269b2e82 register_quota_format +EXPORT_SYMBOL vmlinux 0x26a5e2c9 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x26cc24bc tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x26e09ea2 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e5ab98 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x2712f4f5 crc32_le_combine +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272d394e mtrr_del +EXPORT_SYMBOL vmlinux 0x273ec39c rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x27489c6f page_readlink +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x276a1192 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27887848 __inet6_hash +EXPORT_SYMBOL vmlinux 0x27a91875 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x27ae7d0c ec_transaction +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bc6904 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x27c33efe csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x27d2407e freeze_bdev +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27feb4b8 vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x281af2d1 agp_create_memory +EXPORT_SYMBOL vmlinux 0x282c21bb md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x28318305 snprintf +EXPORT_SYMBOL vmlinux 0x284b2fc4 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x2865bc63 simple_unlink +EXPORT_SYMBOL vmlinux 0x28764caf tcp_init_sock +EXPORT_SYMBOL vmlinux 0x28943888 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x28a2b29f radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28abfe6e scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x29070d30 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x291668d8 ps2_command +EXPORT_SYMBOL vmlinux 0x29394a99 simple_statfs +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x2982e03c simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x29889c5b acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x298dbe8b rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x298f259d seq_release +EXPORT_SYMBOL vmlinux 0x29b7889e eth_type_trans +EXPORT_SYMBOL vmlinux 0x29d0187c seq_read +EXPORT_SYMBOL vmlinux 0x29eadc45 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x29f14d0b zero_fill_bio +EXPORT_SYMBOL vmlinux 0x2a1be505 cdev_alloc +EXPORT_SYMBOL vmlinux 0x2a2223d4 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x2a22d538 unregister_key_type +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a837949 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x2a85c69c inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x2abb2d64 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x2abe62d1 mutex_trylock +EXPORT_SYMBOL vmlinux 0x2aceab4a skb_unlink +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2ad4ac98 ip_ct_attach +EXPORT_SYMBOL vmlinux 0x2b0b3f61 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b13e0d2 init_page_accessed +EXPORT_SYMBOL vmlinux 0x2b28f1c9 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b3d6e6a dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x2b51837e proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x2b758229 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bb02c49 __sb_start_write +EXPORT_SYMBOL vmlinux 0x2bb55d6e acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x2bba10fb dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x2bbd2bcd input_set_keycode +EXPORT_SYMBOL vmlinux 0x2bcab97d dev_add_pack +EXPORT_SYMBOL vmlinux 0x2bcde08d __bread_gfp +EXPORT_SYMBOL vmlinux 0x2bdfbb4d backlight_force_update +EXPORT_SYMBOL vmlinux 0x2bee28f4 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x2bfd2e4d pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x2bfeb410 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x2c06e8a7 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x2c118c0b jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x2c12b19f override_creds +EXPORT_SYMBOL vmlinux 0x2c1af74e jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x2c224067 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c4d0b14 abx500_register_ops +EXPORT_SYMBOL vmlinux 0x2c6279c0 mapping_tagged +EXPORT_SYMBOL vmlinux 0x2c71a339 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2ca319a6 wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x2ca5c4c9 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x2ca9d7f9 bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x2ce9e05b pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2d0e1f4c acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d144e21 rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x2d171806 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x2d253a88 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d4a4d9e dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x2d531b89 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x2d53ba51 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x2d5aa8c8 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x2d5ad4be dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x2d671a62 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x2d718a70 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d900380 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x2d9f63a7 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2dacb27e netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x2dbb8abc neigh_app_ns +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dd5961e sock_create +EXPORT_SYMBOL vmlinux 0x2dd9a36b flex_array_shrink +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2dedc4c2 acpi_format_exception +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2df172ed blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x2e0d2f7f queue_work_on +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e2f2cae netlink_ack +EXPORT_SYMBOL vmlinux 0x2e32d8b9 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x2e36c68f loop_register_transfer +EXPORT_SYMBOL vmlinux 0x2e3ecf75 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x2e5854b5 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x2e5a704c udp_table +EXPORT_SYMBOL vmlinux 0x2ea349ec scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x2ec18393 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x2ec83fc6 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x2ecb9c35 netdev_alert +EXPORT_SYMBOL vmlinux 0x2ee3e876 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef27712 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2ef8fff5 tty_unlock +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f040b13 clk_add_alias +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f183aa7 dst_release +EXPORT_SYMBOL vmlinux 0x2f219b9d pcie_set_mps +EXPORT_SYMBOL vmlinux 0x2f2f7bc0 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0x2f33bac8 touch_atime +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f3ced5e blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x2f4260d8 netpoll_setup +EXPORT_SYMBOL vmlinux 0x2f77af03 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x2f8472fb poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x2f8ac01e elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x2f9936fe pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x2f9d4f3b kthread_bind +EXPORT_SYMBOL vmlinux 0x2fb3750c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fb7932d wireless_spy_update +EXPORT_SYMBOL vmlinux 0x2fbd1e22 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x2fd87fa7 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ff063b5 acpi_get_name +EXPORT_SYMBOL vmlinux 0x3000b169 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x3018cb46 build_skb +EXPORT_SYMBOL vmlinux 0x301d3061 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x30267afb tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x304038aa padata_do_serial +EXPORT_SYMBOL vmlinux 0x3050182e free_netdev +EXPORT_SYMBOL vmlinux 0x3055e273 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x30693302 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x306e9db7 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x30781ead blk_complete_request +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x30931bf0 pagevec_lookup +EXPORT_SYMBOL vmlinux 0x3096e97d i2c_register_driver +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30b5f586 bio_put +EXPORT_SYMBOL vmlinux 0x30c09805 bio_unmap_user +EXPORT_SYMBOL vmlinux 0x30d1abd0 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x30dae3f8 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x30e33fc0 fasync_helper +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x30f6afb3 md_check_recovery +EXPORT_SYMBOL vmlinux 0x30f964d0 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310e6a08 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x3112e034 set_pages_uc +EXPORT_SYMBOL vmlinux 0x31161090 proc_mkdir +EXPORT_SYMBOL vmlinux 0x313d9287 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x31474df2 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x317a975a sock_kfree_s +EXPORT_SYMBOL vmlinux 0x3194bce4 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x319e0726 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x31a56eed devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x31cf8073 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x31e76b57 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0x31f5e069 follow_down_one +EXPORT_SYMBOL vmlinux 0x3202435a wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x320491b8 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x320610f5 d_find_alias +EXPORT_SYMBOL vmlinux 0x321bc2c0 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x323d29c2 put_tty_driver +EXPORT_SYMBOL vmlinux 0x32575fe7 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x327367f6 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x32747ca1 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x328441b8 phy_print_status +EXPORT_SYMBOL vmlinux 0x3289fd02 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x328f38a2 release_pages +EXPORT_SYMBOL vmlinux 0x32919d70 dm_io +EXPORT_SYMBOL vmlinux 0x32a2be85 sk_receive_skb +EXPORT_SYMBOL vmlinux 0x32ad4742 should_remove_suid +EXPORT_SYMBOL vmlinux 0x32c6bedf vme_bus_num +EXPORT_SYMBOL vmlinux 0x32d1bc42 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x32debb16 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x3319ef26 new_sync_read +EXPORT_SYMBOL vmlinux 0x3328172a wireless_send_event +EXPORT_SYMBOL vmlinux 0x333cb37c __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x334c9ce0 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x335ba31b request_key_async +EXPORT_SYMBOL vmlinux 0x336a6a3f sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x3393ea6e qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33cde2a9 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x33e27290 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f2c263 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3403a9e4 input_allocate_device +EXPORT_SYMBOL vmlinux 0x34051afd pci_iomap +EXPORT_SYMBOL vmlinux 0x3405285e mpage_readpage +EXPORT_SYMBOL vmlinux 0x340dd3a4 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x3414715d simple_release_fs +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341cbed2 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x34293a9f dev_get_stats +EXPORT_SYMBOL vmlinux 0x342ca70e tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x3433792d phy_disconnect +EXPORT_SYMBOL vmlinux 0x343b277b sk_net_capable +EXPORT_SYMBOL vmlinux 0x345464ec ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x34850637 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x34961447 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x3497207c padata_do_parallel +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a27e5a dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x34c0d3a1 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x34c8ae0d iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x34e21dc0 register_sysctl +EXPORT_SYMBOL vmlinux 0x34f22f94 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x35072b89 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x350b8f0d dentry_open +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3520bc79 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x3523ec1b pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x35266f31 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x353e21e3 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x354a42fa pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x354ba11f unregister_cdrom +EXPORT_SYMBOL vmlinux 0x35529b5a make_kuid +EXPORT_SYMBOL vmlinux 0x35738b7c gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x358d5ddc neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x35ac80bd netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x35bae01d max8925_reg_write +EXPORT_SYMBOL vmlinux 0x35ed2c8f mb_cache_shrink +EXPORT_SYMBOL vmlinux 0x3604d154 ida_pre_get +EXPORT_SYMBOL vmlinux 0x360759d0 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x361b3676 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x3648730d generic_setxattr +EXPORT_SYMBOL vmlinux 0x3649834a simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x365a613f xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x366c250a neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x36724490 pci_release_regions +EXPORT_SYMBOL vmlinux 0x369e1115 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36c1bab9 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x36c6ad4c pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x36cd77f6 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x36e47516 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x36ebe179 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x3701a196 csum_partial_copy_to_user +EXPORT_SYMBOL vmlinux 0x3702c037 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x370f1130 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x371b6ec0 get_super_thawed +EXPORT_SYMBOL vmlinux 0x3724e83d kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x372cbbb4 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x3734c70a devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x37491c36 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x37505e57 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x377e7496 security_task_getsecid +EXPORT_SYMBOL vmlinux 0x378ad7c6 eth_header_parse +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37b9d3ec agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x37bbc326 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37e5157d scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x37f11ab9 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x38099e13 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x3813aa16 ata_port_printk +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3834f168 km_policy_expired +EXPORT_SYMBOL vmlinux 0x383d6dfe tty_set_operations +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x38622ba2 blk_requeue_request +EXPORT_SYMBOL vmlinux 0x386b877a dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x387fe045 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x38914c63 seq_write +EXPORT_SYMBOL vmlinux 0x389bfe0d rtc_lock +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38b73516 generic_write_end +EXPORT_SYMBOL vmlinux 0x38e0c9f7 __seq_open_private +EXPORT_SYMBOL vmlinux 0x38e855b5 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x38f33bed dump_fpu +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394ad269 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x3950aa1d tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x395f75cd dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x3988e563 init_net +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a055f3 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x39a14c48 register_xen_selfballooning +EXPORT_SYMBOL vmlinux 0x39a1b40e bdget_disk +EXPORT_SYMBOL vmlinux 0x39a280c6 pci_request_region +EXPORT_SYMBOL vmlinux 0x39bb372f dq_data_lock +EXPORT_SYMBOL vmlinux 0x39c623d4 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x39d91541 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x39df1a76 input_release_device +EXPORT_SYMBOL vmlinux 0x39f71d0f irq_stat +EXPORT_SYMBOL vmlinux 0x39ffc0c6 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a11e5ac textsearch_register +EXPORT_SYMBOL vmlinux 0x3a20ff73 __crc32c_le +EXPORT_SYMBOL vmlinux 0x3a314496 scsi_host_get +EXPORT_SYMBOL vmlinux 0x3a32839e intel_gtt_chipset_flush +EXPORT_SYMBOL vmlinux 0x3a448aa2 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x3a795726 keyring_alloc +EXPORT_SYMBOL vmlinux 0x3a7b26d7 dquot_resume +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3ac9abab phy_init_eee +EXPORT_SYMBOL vmlinux 0x3ae9d69f tcf_hash_search +EXPORT_SYMBOL vmlinux 0x3b0b5d5b pv_cpu_ops +EXPORT_SYMBOL vmlinux 0x3b2e73e1 ppp_input +EXPORT_SYMBOL vmlinux 0x3b39e0a7 get_io_context +EXPORT_SYMBOL vmlinux 0x3b48401b arp_find +EXPORT_SYMBOL vmlinux 0x3b5f089e phy_detach +EXPORT_SYMBOL vmlinux 0x3b66e6c8 security_path_chown +EXPORT_SYMBOL vmlinux 0x3b6929e3 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x3b7c2af8 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x3b826c95 sock_no_connect +EXPORT_SYMBOL vmlinux 0x3b9740a8 __get_page_tail +EXPORT_SYMBOL vmlinux 0x3baba129 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x3bb89ca3 netdev_err +EXPORT_SYMBOL vmlinux 0x3bc497aa iov_iter_advance +EXPORT_SYMBOL vmlinux 0x3bccf360 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3be8a813 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x3beb690b lg_local_unlock +EXPORT_SYMBOL vmlinux 0x3c0925f3 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x3c2680ae blk_sync_queue +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c421248 blk_make_request +EXPORT_SYMBOL vmlinux 0x3c4242d5 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x3c483012 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3c9e1e9b blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x3cb2f036 tty_kref_put +EXPORT_SYMBOL vmlinux 0x3cb59fa1 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x3cb7730f request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x3cbf14fc blk_execute_rq +EXPORT_SYMBOL vmlinux 0x3ccc0d32 kernel_read +EXPORT_SYMBOL vmlinux 0x3cd39d5f scsi_host_put +EXPORT_SYMBOL vmlinux 0x3cdd2d3b tcp_seq_open +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3d195ad1 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x3d1df530 irq_to_desc +EXPORT_SYMBOL vmlinux 0x3d3aab72 lock_may_read +EXPORT_SYMBOL vmlinux 0x3d47062a ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x3d5844b3 strnicmp +EXPORT_SYMBOL vmlinux 0x3d5ee7af mount_pseudo +EXPORT_SYMBOL vmlinux 0x3d76a9b8 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x3d7b0944 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x3d7c1ed7 msrs_alloc +EXPORT_SYMBOL vmlinux 0x3d7df346 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x3d82b0db ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x3d8e0efb skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x3d9886f1 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3db3beff simple_setattr +EXPORT_SYMBOL vmlinux 0x3dbf4ea7 vm_map_ram +EXPORT_SYMBOL vmlinux 0x3dc4a26f max8998_update_reg +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3dff5f9e amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0x3e02bd7c udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x3e07a499 xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x3e194af3 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x3e1c48df inet_select_addr +EXPORT_SYMBOL vmlinux 0x3e2ae3a8 acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0x3e43ac68 audit_log +EXPORT_SYMBOL vmlinux 0x3e6355b2 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e8e8034 dev_uc_init +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e919a52 ht_create_irq +EXPORT_SYMBOL vmlinux 0x3e937208 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3ea77e5c blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x3eabe45a tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x3ecfe55d clk_get +EXPORT_SYMBOL vmlinux 0x3ed606dd pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f3cf215 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f5589e6 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x3f5c4dbc __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x3f707835 filp_open +EXPORT_SYMBOL vmlinux 0x3f71faa1 mempool_create +EXPORT_SYMBOL vmlinux 0x3f899786 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x3f922ef9 dev_driver_string +EXPORT_SYMBOL vmlinux 0x3fad1db8 set_bh_page +EXPORT_SYMBOL vmlinux 0x3fad9d51 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x3fb8a666 seq_puts +EXPORT_SYMBOL vmlinux 0x3fd4a37a inode_dio_done +EXPORT_SYMBOL vmlinux 0x3fe2bc93 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe64b32 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x3fe99f04 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x3feacd5c pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x40256835 complete_all +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x402bb336 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x404d0a62 blk_get_queue +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x407080c6 tso_start +EXPORT_SYMBOL vmlinux 0x407455a0 skb_queue_head +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x4097fa45 acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x409c4777 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x409f3370 bioset_create +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b12505 bh_submit_read +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c89d46 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d4cbb1 netlink_unicast +EXPORT_SYMBOL vmlinux 0x40dc6c73 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x411cc4ea nlmsg_notify +EXPORT_SYMBOL vmlinux 0x412dbbda redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x4183a705 vme_slave_request +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x4195dc4d set_page_dirty +EXPORT_SYMBOL vmlinux 0x419721b2 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x41a7aa87 unlazy_fpu +EXPORT_SYMBOL vmlinux 0x41af4dfd pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x41b178d0 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x41d4eb4f pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x41f27519 mmc_free_host +EXPORT_SYMBOL vmlinux 0x41f855a5 freeze_super +EXPORT_SYMBOL vmlinux 0x420ea9f1 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x421c0ce0 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x4226925b do_sync_write +EXPORT_SYMBOL vmlinux 0x42350e8d ucs2_strlen +EXPORT_SYMBOL vmlinux 0x4241a8ad ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x42713bda dm_get_device +EXPORT_SYMBOL vmlinux 0x429a61fa generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x429ff6a9 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42c8de35 ioremap_nocache +EXPORT_SYMBOL vmlinux 0x42e41e1f security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43218208 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x43261dca _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x43408e9a skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43586c16 tc_classify_compat +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x43788639 path_get +EXPORT_SYMBOL vmlinux 0x437d1056 arp_create +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x4390a755 scsi_execute +EXPORT_SYMBOL vmlinux 0x439c4224 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x43a969cf search_binary_handler +EXPORT_SYMBOL vmlinux 0x43b63a24 pci_bus_put +EXPORT_SYMBOL vmlinux 0x43c58a83 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x43de7432 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x43fd7b6a sk_mc_loop +EXPORT_SYMBOL vmlinux 0x440c0d81 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x440ecff8 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x445d7e7b proc_set_size +EXPORT_SYMBOL vmlinux 0x447049c0 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x4476e9e2 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x447cba7c pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x448b8186 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x448eac3e kmemdup +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a81d5f acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0x44aa17df neigh_compat_output +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44ab4892 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x44b7f72f kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x44d57990 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f92383 set_user_nice +EXPORT_SYMBOL vmlinux 0x45044497 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x45058ad8 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x451008fc vme_lm_request +EXPORT_SYMBOL vmlinux 0x452894e3 d_rehash +EXPORT_SYMBOL vmlinux 0x4535ecd8 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x453ee46a amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0x4541762d skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x454bc3dd pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x454f08d5 block_write_end +EXPORT_SYMBOL vmlinux 0x456abcc8 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x45754173 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45922c8f inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x459ee10d inet6_getname +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45ba5804 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x45c3f61c tcp_ioctl +EXPORT_SYMBOL vmlinux 0x45f15a69 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x45f468f2 thaw_super +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x461e57f8 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x4629334c __preempt_count +EXPORT_SYMBOL vmlinux 0x464dd819 ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4688a3ca nla_reserve +EXPORT_SYMBOL vmlinux 0x469e0853 vga_put +EXPORT_SYMBOL vmlinux 0x469e6483 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x46a9892e padata_free +EXPORT_SYMBOL vmlinux 0x46b9096f consume_skb +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46d82d20 request_key +EXPORT_SYMBOL vmlinux 0x46f0ab7c tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x46f634bc vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x470fa572 tty_port_open +EXPORT_SYMBOL vmlinux 0x472b2bc4 mmc_put_card +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x4742544e kern_path_create +EXPORT_SYMBOL vmlinux 0x474cc405 dev_open +EXPORT_SYMBOL vmlinux 0x475f010b acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x47751ba8 vfs_symlink +EXPORT_SYMBOL vmlinux 0x477e6dcb amd_iommu_pc_get_set_reg_val +EXPORT_SYMBOL vmlinux 0x478d10b2 ht_destroy_irq +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479bf526 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c3fc82 netif_device_detach +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47d9fa41 pci_match_id +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481cb9ab acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x48347a3d do_splice_to +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x48461f5f tso_build_data +EXPORT_SYMBOL vmlinux 0x48569283 load_nls +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x4866e81b mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x486e2866 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c5ec58 bdi_destroy +EXPORT_SYMBOL vmlinux 0x48d3f973 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x48d50e79 amd_iommu_register_ppr_notifier +EXPORT_SYMBOL vmlinux 0x48e0d72e path_nosuid +EXPORT_SYMBOL vmlinux 0x48f2d3f4 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x48f3a5fd scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x48fd5223 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4918aecf inet_shutdown +EXPORT_SYMBOL vmlinux 0x491e72c1 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x49733a9f simple_empty +EXPORT_SYMBOL vmlinux 0x49753875 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x499c62dd skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x499e3874 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x49a3de36 do_splice_from +EXPORT_SYMBOL vmlinux 0x49a8cb6e sock_recvmsg +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49bce32c tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x49d624c2 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x49df7f72 x86_hyper_xen_hvm +EXPORT_SYMBOL vmlinux 0x49f038d5 dma_common_mmap +EXPORT_SYMBOL vmlinux 0x4a2ad123 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a4edcb8 phy_init_hw +EXPORT_SYMBOL vmlinux 0x4aad52d7 mempool_free +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4ad61e1d bdi_init +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4affd6c1 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x4b06d2e7 complete +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b10108f blk_peek_request +EXPORT_SYMBOL vmlinux 0x4b190472 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x4b1bea41 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x4b1ccb87 keyring_clear +EXPORT_SYMBOL vmlinux 0x4b204c93 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x4b205b01 bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x4b3c9200 d_lookup +EXPORT_SYMBOL vmlinux 0x4b5b9c47 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b635678 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x4b64c2c6 dump_page +EXPORT_SYMBOL vmlinux 0x4b65800a abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x4b777737 proto_unregister +EXPORT_SYMBOL vmlinux 0x4b960cb8 make_bad_inode +EXPORT_SYMBOL vmlinux 0x4baa3643 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bbb7810 key_task_permission +EXPORT_SYMBOL vmlinux 0x4bbf1a03 tcp_child_process +EXPORT_SYMBOL vmlinux 0x4bc1995d blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c22268f jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x4c33536c agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x4c42bd5a genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x4c4fef19 kernel_stack +EXPORT_SYMBOL vmlinux 0x4c5aeecf jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base +EXPORT_SYMBOL vmlinux 0x4ca9669f scnprintf +EXPORT_SYMBOL vmlinux 0x4cb82adb __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x4cbad2f7 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x4cbb3f46 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4d1023f8 mempool_resize +EXPORT_SYMBOL vmlinux 0x4d540fc3 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x4d6e69dd __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9aa944 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4daa13a6 install_exec_creds +EXPORT_SYMBOL vmlinux 0x4daa360a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x4db05cb2 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0x4db13ea8 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x4ddf10a0 proc_symlink +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4decba3a acl_by_type +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4df40f98 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x4e125a0d genphy_resume +EXPORT_SYMBOL vmlinux 0x4e21c6da mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e4e2a92 mnt_pin +EXPORT_SYMBOL vmlinux 0x4e64ca9e vlan_vid_add +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e80e026 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x4e93db62 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ed23618 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x4edc3630 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x4edd72f7 block_all_signals +EXPORT_SYMBOL vmlinux 0x4ee00782 module_layout +EXPORT_SYMBOL vmlinux 0x4ee2c7a3 skb_find_text +EXPORT_SYMBOL vmlinux 0x4f09f72b mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x4f13b0c6 read_cache_page +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f3d9bef nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6b400b _copy_from_user +EXPORT_SYMBOL vmlinux 0x4f783f30 acpi_read +EXPORT_SYMBOL vmlinux 0x4f8a4430 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x4f8b5ddb _copy_to_user +EXPORT_SYMBOL vmlinux 0x4fb50ce5 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x4fbaf58b input_unregister_device +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4ff9f977 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x4ffd8945 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x50018599 filp_close +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5013bb14 devm_clk_get +EXPORT_SYMBOL vmlinux 0x50237aa8 sock_no_bind +EXPORT_SYMBOL vmlinux 0x50277348 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x503181f0 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x503cdd56 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x503ed99e dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0x5041f571 sk_alloc +EXPORT_SYMBOL vmlinux 0x50529870 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x50667a78 udp_proc_register +EXPORT_SYMBOL vmlinux 0x506775bd pskb_expand_head +EXPORT_SYMBOL vmlinux 0x5081b39e rwsem_wake +EXPORT_SYMBOL vmlinux 0x508383f8 seq_pad +EXPORT_SYMBOL vmlinux 0x50977575 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50ba769a kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x50d2592d hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x50d42acf get_disk +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x510032a5 serio_rescan +EXPORT_SYMBOL vmlinux 0x51164ad9 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x511ab427 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x5120e3d3 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x512b7c7f proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x5135210a vfs_read +EXPORT_SYMBOL vmlinux 0x515957e9 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x515fec37 skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x5171486b simple_getattr +EXPORT_SYMBOL vmlinux 0x517ca667 security_path_unlink +EXPORT_SYMBOL vmlinux 0x518b536a kset_register +EXPORT_SYMBOL vmlinux 0x5199f310 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x51ab8faa tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x51b1889a do_truncate +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d8e6e0 pci_release_region +EXPORT_SYMBOL vmlinux 0x51f36009 tty_check_change +EXPORT_SYMBOL vmlinux 0x52006d56 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5204cd7c netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x52095e19 acpi_get_data +EXPORT_SYMBOL vmlinux 0x52130046 acpi_check_address_range +EXPORT_SYMBOL vmlinux 0x5216014d nf_register_hook +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x522be8c1 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5245f6a4 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x525253a9 bio_advance +EXPORT_SYMBOL vmlinux 0x525e026f acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0x5279287c md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52a0e6e1 ida_init +EXPORT_SYMBOL vmlinux 0x52aea008 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52b714fa generic_file_fsync +EXPORT_SYMBOL vmlinux 0x52bd1604 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x52cb85e7 bio_copy_data +EXPORT_SYMBOL vmlinux 0x52cbb014 lockref_get +EXPORT_SYMBOL vmlinux 0x52d23d83 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x52dd1f09 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x52e0d96c blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x52f1b4c1 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x52f4e207 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x52fcc217 key_type_keyring +EXPORT_SYMBOL vmlinux 0x530a8806 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530beac6 dev_mc_del +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x533cbc40 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x53652642 udplite_prot +EXPORT_SYMBOL vmlinux 0x5367b362 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x536cc847 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x5377e556 hex2bin +EXPORT_SYMBOL vmlinux 0x537a4dd7 proc_create_data +EXPORT_SYMBOL vmlinux 0x537cc6a2 blk_rq_init +EXPORT_SYMBOL vmlinux 0x5388b001 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0x53918075 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x53a38635 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x53c81520 nf_log_unset +EXPORT_SYMBOL vmlinux 0x53f557ca elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x53f6ffbc wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x53f7c71e netdev_features_change +EXPORT_SYMBOL vmlinux 0x53fc1776 set_groups +EXPORT_SYMBOL vmlinux 0x5402680b lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x54059a2a amd_iommu_pc_get_max_counters +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x54291045 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5442a001 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x5446e350 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x544b0c11 acpi_lid_notifier_register +EXPORT_SYMBOL vmlinux 0x544e6442 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x54576804 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x5464d3f6 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0x546cf0e2 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x548bc52c pci_restore_state +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54b86531 revert_creds +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54f296f0 km_is_alive +EXPORT_SYMBOL vmlinux 0x5500bce4 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x5509bcf7 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x5518b138 generic_removexattr +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x551f7bb2 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x5522fa07 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x554694e8 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x55481b9a input_unregister_handler +EXPORT_SYMBOL vmlinux 0x5553828a generic_fillattr +EXPORT_SYMBOL vmlinux 0x55625f54 submit_bh +EXPORT_SYMBOL vmlinux 0x55671680 lg_lock_init +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x556c50c5 sock_register +EXPORT_SYMBOL vmlinux 0x5580b385 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x558b83c6 security_path_mknod +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x5595a19d blkdev_get +EXPORT_SYMBOL vmlinux 0x55c01ea0 devm_free_irq +EXPORT_SYMBOL vmlinux 0x55ccd4d2 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x55f5019b __kmalloc_node +EXPORT_SYMBOL vmlinux 0x5603ac3b blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x56088678 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5646e338 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x565daf42 acpi_pm_device_run_wake +EXPORT_SYMBOL vmlinux 0x566c7867 lock_sock_fast +EXPORT_SYMBOL vmlinux 0x56940535 devm_gpio_request +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56cd100d idr_get_next +EXPORT_SYMBOL vmlinux 0x56d03e68 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0x56f552c2 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x5704d97a udp_set_csum +EXPORT_SYMBOL vmlinux 0x570c3653 get_cached_acl +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x5742ab94 tty_register_driver +EXPORT_SYMBOL vmlinux 0x5743d80d __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57839195 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x57841224 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0x578a8e6d pci_get_slot +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57e001b4 file_open_root +EXPORT_SYMBOL vmlinux 0x57f57dce d_delete +EXPORT_SYMBOL vmlinux 0x57f59abf blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x57fedb16 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x58128e2f key_validate +EXPORT_SYMBOL vmlinux 0x58162f8d icmpv6_send +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x584738f9 rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x584bd8fc iget_failed +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x585d3fec padata_start +EXPORT_SYMBOL vmlinux 0x5860aad4 add_wait_queue +EXPORT_SYMBOL vmlinux 0x586103be acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x58625e64 flush_signals +EXPORT_SYMBOL vmlinux 0x586e106d xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x587c1ff2 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x58855f37 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x5942bdf2 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x5967c929 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x59792019 tcf_em_register +EXPORT_SYMBOL vmlinux 0x5991219c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x599eb42a iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x59bc9609 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0x59d7435f bprm_change_interp +EXPORT_SYMBOL vmlinux 0x59dd19a3 __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x59f3fa46 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x5a12452b eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x5a14e640 pci_dev_get +EXPORT_SYMBOL vmlinux 0x5a44942a invalidate_partition +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a48d0ef pci_reenable_device +EXPORT_SYMBOL vmlinux 0x5a4ad3f1 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a657250 dump_emit +EXPORT_SYMBOL vmlinux 0x5a748955 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x5a8daa87 pnp_is_active +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a9fa30e xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x5aa95e72 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x5ac376a5 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x5ad77633 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x5ae67786 no_llseek +EXPORT_SYMBOL vmlinux 0x5aeb145f complete_and_exit +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b271d86 acpi_video_dmi_promote_vendor +EXPORT_SYMBOL vmlinux 0x5b3d40e7 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b424341 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x5b5349d0 __put_cred +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b6ab23e fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x5b915b61 napi_get_frags +EXPORT_SYMBOL vmlinux 0x5b967736 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x5ba5c936 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x5bb824f8 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x5bc10524 printk_emit +EXPORT_SYMBOL vmlinux 0x5bc8d583 copy_from_user_overflow +EXPORT_SYMBOL vmlinux 0x5bd55215 generic_writepages +EXPORT_SYMBOL vmlinux 0x5bdd61cc bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x5bec06b8 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x5bff412a xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x5c2ff042 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x5c579533 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x5c64b083 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x5c6673b9 kill_bdev +EXPORT_SYMBOL vmlinux 0x5c7122fc xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x5c8b5ce8 prepare_to_wait +EXPORT_SYMBOL vmlinux 0x5cb94fcd acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0x5cdf43e5 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x5ce30915 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5ceb225d uart_resume_port +EXPORT_SYMBOL vmlinux 0x5cefee35 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d06f7d8 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x5d197adc mdiobus_register +EXPORT_SYMBOL vmlinux 0x5d1a1f50 set_security_override +EXPORT_SYMBOL vmlinux 0x5d204229 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x5d273cdd bio_reset +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d561088 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x5d72add7 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x5d74dbcf pnp_range_reserved +EXPORT_SYMBOL vmlinux 0x5d88697d fb_validate_mode +EXPORT_SYMBOL vmlinux 0x5d8c31aa blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x5d8d446c __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x5d98fcac agp_backend_release +EXPORT_SYMBOL vmlinux 0x5da65545 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x5dcf887e blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x5de5bd6d vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x5de5f1df xfrm_register_type +EXPORT_SYMBOL vmlinux 0x5dfd2b0d rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x5e1ca00a nf_getsockopt +EXPORT_SYMBOL vmlinux 0x5e3dadea security_d_instantiate +EXPORT_SYMBOL vmlinux 0x5e4f4ee8 fb_get_mode +EXPORT_SYMBOL vmlinux 0x5e5acf90 vme_irq_free +EXPORT_SYMBOL vmlinux 0x5e5e8a78 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x5e6810ac try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x5e7421f3 vfs_link +EXPORT_SYMBOL vmlinux 0x5e83056d get_acl +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ecf9fdb elevator_alloc +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f590a2e prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x5f5ef562 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x5f63b041 neigh_table_init +EXPORT_SYMBOL vmlinux 0x5f64dfe1 set_pages_wb +EXPORT_SYMBOL vmlinux 0x5f6ac173 tcp_close +EXPORT_SYMBOL vmlinux 0x5fa944fa __register_binfmt +EXPORT_SYMBOL vmlinux 0x5fae13ba path_put +EXPORT_SYMBOL vmlinux 0x5fb09848 open_exec +EXPORT_SYMBOL vmlinux 0x5fb88524 cdev_add +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5ff42b08 acpi_video_get_capabilities +EXPORT_SYMBOL vmlinux 0x5ff81756 pci_select_bars +EXPORT_SYMBOL vmlinux 0x5ffd9e48 sock_wake_async +EXPORT_SYMBOL vmlinux 0x600596e2 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x6005b4e6 wake_up_process +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602ed00d acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x6049e1a4 inet_accept +EXPORT_SYMBOL vmlinux 0x606c95b2 mount_ns +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x60796f05 set_bdi_congested +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x609f5b35 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60e4dddc inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x60e6c011 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x60f21583 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x60f5719c secpath_dup +EXPORT_SYMBOL vmlinux 0x60fc6ead genlmsg_put +EXPORT_SYMBOL vmlinux 0x610d1616 get_fs_type +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x614383c0 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x614bb773 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x614f95dd serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x6163bbbe km_new_mapping +EXPORT_SYMBOL vmlinux 0x617ca620 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61a25f72 simple_write_end +EXPORT_SYMBOL vmlinux 0x61a69aa0 mount_nodev +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61baa2f5 may_umount_tree +EXPORT_SYMBOL vmlinux 0x61e91dc5 iov_iter_init +EXPORT_SYMBOL vmlinux 0x61eb6acc dev_base_lock +EXPORT_SYMBOL vmlinux 0x61fb248a node_states +EXPORT_SYMBOL vmlinux 0x61febd2e xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x62049256 acpi_disable +EXPORT_SYMBOL vmlinux 0x620b91b4 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x620f1dbf fb_blank +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x621c3bc5 d_genocide +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622bdeb5 simple_rmdir +EXPORT_SYMBOL vmlinux 0x6237f6b5 acpi_enable_event +EXPORT_SYMBOL vmlinux 0x624308cd __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x624c7d96 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x626522e4 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62748e70 acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x62762d52 __nla_reserve +EXPORT_SYMBOL vmlinux 0x628121e9 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62d40b07 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x62f29ce3 release_firmware +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x6323c538 nla_put +EXPORT_SYMBOL vmlinux 0x633d13a5 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x63445b17 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x6359076e tcp_release_cb +EXPORT_SYMBOL vmlinux 0x635fda31 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x6364ef42 bio_integrity_free +EXPORT_SYMBOL vmlinux 0x636a5691 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0x6370be4a skb_pull +EXPORT_SYMBOL vmlinux 0x63909d5c make_kgid +EXPORT_SYMBOL vmlinux 0x63954692 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x63a01291 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x63a6bcc9 acpi_map_lsapic +EXPORT_SYMBOL vmlinux 0x63b76bc0 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x63d8ab6d dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x63feac45 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x643f2979 nobh_write_begin +EXPORT_SYMBOL vmlinux 0x643fe446 put_disk +EXPORT_SYMBOL vmlinux 0x6449fd41 acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64b0943f inode_dio_wait +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64beaa0f sock_init_data +EXPORT_SYMBOL vmlinux 0x64d5e032 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x64e5ee7d fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x64e8586a mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x64eae7ad set_memory_array_wb +EXPORT_SYMBOL vmlinux 0x64fa7693 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x655111fc ip6_xmit +EXPORT_SYMBOL vmlinux 0x655c3c57 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x655f1ab0 set_memory_array_wc +EXPORT_SYMBOL vmlinux 0x65644f73 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x65735eea devm_iounmap +EXPORT_SYMBOL vmlinux 0x657ea1d6 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0x65a38bbc sock_release +EXPORT_SYMBOL vmlinux 0x65c2dcfd ns_capable +EXPORT_SYMBOL vmlinux 0x65d07ad0 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x65d624de udp_del_offload +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65dfd85a dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65e8827f tcf_hash_create +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x6615a587 set_create_files_as +EXPORT_SYMBOL vmlinux 0x663f7cd0 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0x6660cbb9 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x666d406d inet_add_protocol +EXPORT_SYMBOL vmlinux 0x6686e910 clone_cred +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66b1282e pnp_register_driver +EXPORT_SYMBOL vmlinux 0x66c05a6f sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x66e99f35 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x67068915 mdiobus_free +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x6735f047 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x673bbd59 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x675c09e4 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x6767a6e5 block_write_full_page +EXPORT_SYMBOL vmlinux 0x676e835c tcp_poll +EXPORT_SYMBOL vmlinux 0x6788753b __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x67a0306a percpu_counter_set +EXPORT_SYMBOL vmlinux 0x67a9a318 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c27e1d crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x67ceff18 vme_slot_num +EXPORT_SYMBOL vmlinux 0x68084883 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x68097ed5 ll_rw_block +EXPORT_SYMBOL vmlinux 0x681ffb95 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68893fc6 neigh_destroy +EXPORT_SYMBOL vmlinux 0x68976e16 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x68aca4ad down +EXPORT_SYMBOL vmlinux 0x68b1421b generic_getxattr +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68c14131 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x691001b5 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x6934aa1e generic_make_request +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6979b747 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x697ea8c5 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x699fd661 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a1de94 set_blocksize +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69a63de8 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69c2c8af gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0x69c30b5f __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69f22126 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x69fbc0a2 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a125a06 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x6a1d5d56 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a953103 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x6ab81495 kill_anon_super +EXPORT_SYMBOL vmlinux 0x6ac68213 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6acfdb44 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x6ad85887 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x6adaa104 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b0a641e fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x6b10613d pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x6b195cfa pcim_enable_device +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b3e1a56 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x6b40fff1 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b6dd3b9 dump_trace +EXPORT_SYMBOL vmlinux 0x6b765174 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x6b7aeba0 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x6b900b86 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0x6b960ebb devfreq_add_device +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bcfca89 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x6bd05376 register_gifconf +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6c21ca18 dcache_readdir +EXPORT_SYMBOL vmlinux 0x6c30a9fe sync_blockdev +EXPORT_SYMBOL vmlinux 0x6c4ad62a input_flush_device +EXPORT_SYMBOL vmlinux 0x6c5101d8 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c602508 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6c7a8b scm_detach_fds +EXPORT_SYMBOL vmlinux 0x6c6d6e8d scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c943145 sock_i_uid +EXPORT_SYMBOL vmlinux 0x6cc3ad25 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x6cd8c86b __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x6cece145 tty_mutex +EXPORT_SYMBOL vmlinux 0x6cf5ed08 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x6d0aba34 wait_for_completion +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d165c40 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0x6d1f49e3 prepare_creds +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d291143 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d46638d cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x6d48998d pci_get_subsys +EXPORT_SYMBOL vmlinux 0x6d67821e free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x6d6818ff gen_pool_alloc +EXPORT_SYMBOL vmlinux 0x6d6bd32d tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x6d6f4b53 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e2437aa ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x6e297a62 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x6e3aaa0f dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x6e45d0ae seq_putc +EXPORT_SYMBOL vmlinux 0x6e6bd9cf blk_run_queue +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e73122e generic_write_checks +EXPORT_SYMBOL vmlinux 0x6e7f0fd2 cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ec4d0d5 bio_clone_fast +EXPORT_SYMBOL vmlinux 0x6ed76a03 add_disk +EXPORT_SYMBOL vmlinux 0x6eef39b0 compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x6f0a80cc md_error +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f2b116b set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x6f480de1 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x6f4c812f __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x6f556bdb acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x6f74833f xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x6f790e0b input_register_handler +EXPORT_SYMBOL vmlinux 0x6f89b238 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x6f8a7335 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x6f9460a8 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x6f9c782f vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x6fa2ef22 netlink_set_err +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd2ab7f dquot_drop +EXPORT_SYMBOL vmlinux 0x6feb2039 acpi_write +EXPORT_SYMBOL vmlinux 0x701b1101 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x70272a3c try_to_release_page +EXPORT_SYMBOL vmlinux 0x702b6c54 udplite_table +EXPORT_SYMBOL vmlinux 0x703dfdb2 kobject_del +EXPORT_SYMBOL vmlinux 0x7047e34d mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x705c6cf3 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x7061ab94 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x706ead4a pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x70a2d602 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70ca0144 sock_create_lite +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d0b9d1 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x70d8ab82 acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0x70df64a6 qdisc_list_add +EXPORT_SYMBOL vmlinux 0x70e85859 idr_is_empty +EXPORT_SYMBOL vmlinux 0x70e87b1a d_obtain_alias +EXPORT_SYMBOL vmlinux 0x7120425b fput +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71729d65 __frontswap_load +EXPORT_SYMBOL vmlinux 0x7188ce12 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x7189ebce serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x71968510 iput +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71a8842e dquot_commit +EXPORT_SYMBOL vmlinux 0x71a9d86b dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x71c36b34 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x71ccd88e kobject_get +EXPORT_SYMBOL vmlinux 0x71d01a94 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x71e3cecb up +EXPORT_SYMBOL vmlinux 0x71eb737c nobh_write_end +EXPORT_SYMBOL vmlinux 0x72016ef4 ps2_end_command +EXPORT_SYMBOL vmlinux 0x722c4746 _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x72318054 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x72506816 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x729f608b vme_register_driver +EXPORT_SYMBOL vmlinux 0x72a83308 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x72a98fdb copy_user_generic_unrolled +EXPORT_SYMBOL vmlinux 0x72ab2010 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x72b038a1 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72bf2140 mtrr_add +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f3aa32 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x73312d75 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x737af22e __elv_add_request +EXPORT_SYMBOL vmlinux 0x737b71b3 __skb_checksum +EXPORT_SYMBOL vmlinux 0x738d4b7b dev_load +EXPORT_SYMBOL vmlinux 0x7393eb5a pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x73afb8f9 mpage_writepages +EXPORT_SYMBOL vmlinux 0x73bfd9d4 do_sync_read +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73e1233e devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x742ce6f2 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x7441c735 __alloc_skb +EXPORT_SYMBOL vmlinux 0x7462ba34 pci_dev_put +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7479ec46 amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0x747ecd65 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x7483f583 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x74947191 devm_ioremap +EXPORT_SYMBOL vmlinux 0x749998fa fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74d8d63c phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x75227dab write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x7525ef55 dput +EXPORT_SYMBOL vmlinux 0x75301b4a d_invalidate +EXPORT_SYMBOL vmlinux 0x75303e61 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x7532588a alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x75822f8e always_delete_dentry +EXPORT_SYMBOL vmlinux 0x7590d356 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x75ba794c serio_unregister_port +EXPORT_SYMBOL vmlinux 0x75bc549a x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdaec9 pci_get_device +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75ccde1d unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x75ebe15f locks_remove_posix +EXPORT_SYMBOL vmlinux 0x75fbdefd acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7620fc1a vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x7628f3c7 this_cpu_off +EXPORT_SYMBOL vmlinux 0x7639c261 pagecache_write_end +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x767dd8fd acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x76869ac8 rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76e6cbe3 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x76fb08a7 amd_iommu_unregister_ppr_notifier +EXPORT_SYMBOL vmlinux 0x76ff1fb9 bitmap_unplug +EXPORT_SYMBOL vmlinux 0x770d1cde i2c_master_recv +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x77225df4 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x772541ed pci_clear_master +EXPORT_SYMBOL vmlinux 0x773913f4 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x773956a3 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x774a2d20 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x7763a22b blk_stack_limits +EXPORT_SYMBOL vmlinux 0x776886d6 rtnl_notify +EXPORT_SYMBOL vmlinux 0x777d2873 bioset_free +EXPORT_SYMBOL vmlinux 0x778def94 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77acc60f n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77e07549 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x77e4a781 softnet_data +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77f01840 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x77f53abc acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt +EXPORT_SYMBOL vmlinux 0x7821ca1c blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x784213a6 pv_lock_ops +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x78764f4e pv_irq_ops +EXPORT_SYMBOL vmlinux 0x787e96dc tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x7883d396 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x788e3013 dev_notice +EXPORT_SYMBOL vmlinux 0x788f8460 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a4d406 get_user_pages +EXPORT_SYMBOL vmlinux 0x78bb3e24 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0x78c94a4c down_write_trylock +EXPORT_SYMBOL vmlinux 0x78d0ad30 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78ebe255 idr_for_each +EXPORT_SYMBOL vmlinux 0x79068fda acpi_install_method +EXPORT_SYMBOL vmlinux 0x790e361f md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x7943623f ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x796fe62f agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x797508f9 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x797c8fa9 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7985d043 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x79915e26 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x79945d9f proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x79978d1d jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79a38e61 ___ratelimit +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79e83dec inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x79f20df1 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x7a05878b blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a2857ee tty_port_init +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a46db5b blk_finish_request +EXPORT_SYMBOL vmlinux 0x7a5b99b5 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x7a82cb47 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7a8f472b __nlmsg_put +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa9c828 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad2f988 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7ae2a0e4 kill_fasync +EXPORT_SYMBOL vmlinux 0x7ae2dbb7 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x7aec9089 clear_user +EXPORT_SYMBOL vmlinux 0x7af54ece udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x7af66827 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x7af78b6c deactivate_super +EXPORT_SYMBOL vmlinux 0x7afc0b83 iunique +EXPORT_SYMBOL vmlinux 0x7b02becf sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x7b053db8 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x7b09854d i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x7b0d38ad md_done_sync +EXPORT_SYMBOL vmlinux 0x7b16235f hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7b1e7669 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x7b2acafc dst_alloc +EXPORT_SYMBOL vmlinux 0x7b2aef6c __krealloc +EXPORT_SYMBOL vmlinux 0x7b34511d cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x7b4acc51 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x7b52a859 wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7bbf5087 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x7bc2c8f4 compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c19774e blk_put_request +EXPORT_SYMBOL vmlinux 0x7c2d098f krealloc +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c5b375e netif_carrier_off +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c6ad1c5 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7ca46555 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x7cb0afd7 xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cbf7081 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x7cc34119 register_exec_domain +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cc8c9c7 block_commit_write +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce83365 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf3a16b put_cmsg +EXPORT_SYMBOL vmlinux 0x7cf8069b from_kgid_munged +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d126c37 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x7d62d4d1 drop_super +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d7977b3 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x7d7a5e4b skb_clone +EXPORT_SYMBOL vmlinux 0x7d94f746 acpi_os_write_port +EXPORT_SYMBOL vmlinux 0x7dbc2e57 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0x7dc520bf netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x7dcd250c vlan_vid_del +EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x7def3e31 mdiobus_read +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e11e053 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x7e544381 pci_find_capability +EXPORT_SYMBOL vmlinux 0x7e5a1a55 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x7e6232e0 seq_release_private +EXPORT_SYMBOL vmlinux 0x7e940354 block_truncate_page +EXPORT_SYMBOL vmlinux 0x7e9effb0 qdisc_reset +EXPORT_SYMBOL vmlinux 0x7ea02df8 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x7eb89338 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x7ec6766f set_pages_x +EXPORT_SYMBOL vmlinux 0x7ed4a04f nf_log_unregister +EXPORT_SYMBOL vmlinux 0x7ed626ea __lock_page +EXPORT_SYMBOL vmlinux 0x7ed914c9 acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x7ee867f5 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x7ef0b836 account_page_dirtied +EXPORT_SYMBOL vmlinux 0x7ef71901 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x7f1fc994 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f77f08d skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x7f89d719 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x7f8a0265 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x7f8e810a vme_irq_generate +EXPORT_SYMBOL vmlinux 0x7fb41023 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x7fbd10d2 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7fd14f20 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe38f48 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x7ff09aa0 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x7ff30456 vfs_setpos +EXPORT_SYMBOL vmlinux 0x800638cb truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x8008b3a6 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x800e91f3 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0x801295ac unregister_netdev +EXPORT_SYMBOL vmlinux 0x8012bd12 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x802d0e93 crc32_le +EXPORT_SYMBOL vmlinux 0x803020f1 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x8048c223 unlock_page +EXPORT_SYMBOL vmlinux 0x806013f5 genphy_update_link +EXPORT_SYMBOL vmlinux 0x80791a8c radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x808f37f7 sk_stream_error +EXPORT_SYMBOL vmlinux 0x80922cc3 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80efd2a1 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x80fd0b58 touch_buffer +EXPORT_SYMBOL vmlinux 0x8137bd9c elv_rb_find +EXPORT_SYMBOL vmlinux 0x81472677 acpi_get_table +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x81760764 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x817ea015 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x81c62fb3 dget_parent +EXPORT_SYMBOL vmlinux 0x81c6deea ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x81ce2ddf tcp_sendpage +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81f0fce1 dev_emerg +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x8211ff97 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x8218599e sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x82382f54 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x82458f7f radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x8262ab90 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x82770b93 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x828a8a19 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x82999f2c textsearch_destroy +EXPORT_SYMBOL vmlinux 0x82a5d61a tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82d25dd7 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x830e547b ioremap_prot +EXPORT_SYMBOL vmlinux 0x830eb333 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x833122ba pcim_iomap +EXPORT_SYMBOL vmlinux 0x833c03aa acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x83656711 put_io_context +EXPORT_SYMBOL vmlinux 0x838f889a qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83db5639 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x83f3cdff gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x83f672c3 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x83fad1dd block_read_full_page +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x8417f512 acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x842b9945 dev_change_carrier +EXPORT_SYMBOL vmlinux 0x844e3767 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x8470ab12 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x849e9fd0 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x84a1dee0 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x84a3edd1 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x84a86c55 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0x84ae8406 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x84c64013 pv_mmu_ops +EXPORT_SYMBOL vmlinux 0x84cdc894 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x84dc213e xfrm_state_add +EXPORT_SYMBOL vmlinux 0x84dcdd12 up_read +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8567103c posix_lock_file +EXPORT_SYMBOL vmlinux 0x857c97ed update_devfreq +EXPORT_SYMBOL vmlinux 0x85a4c45f netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85cf8ad5 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x85d3ce49 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e9df71 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x86304ce2 misc_register +EXPORT_SYMBOL vmlinux 0x863241c6 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x8683deb7 km_state_expired +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86997a4f check_disk_change +EXPORT_SYMBOL vmlinux 0x869cba48 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x86adcaa8 input_get_keycode +EXPORT_SYMBOL vmlinux 0x86b15a4f find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x86f5bb07 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x87116141 pci_save_state +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x8727c894 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x8730c13e security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x873906fe sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x873c924e ata_link_printk +EXPORT_SYMBOL vmlinux 0x874110fa simple_transaction_set +EXPORT_SYMBOL vmlinux 0x874d2de9 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x876a8573 inet_release +EXPORT_SYMBOL vmlinux 0x876bd33e udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x876dafc3 ec_write +EXPORT_SYMBOL vmlinux 0x8773fb1c padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x8788e89c scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x8793bba1 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x879caf49 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x87a2fdfe pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x87aaddf8 wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x87c58a96 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x87dc469a mempool_create_node +EXPORT_SYMBOL vmlinux 0x87fd2ebb blk_free_tags +EXPORT_SYMBOL vmlinux 0x87fd5544 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x880a1e2f __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x88170766 locks_free_lock +EXPORT_SYMBOL vmlinux 0x883061f3 padata_alloc +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x886b0862 serio_close +EXPORT_SYMBOL vmlinux 0x88790a39 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x887ec69d inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x88d82534 md_integrity_register +EXPORT_SYMBOL vmlinux 0x88dc994d page_symlink +EXPORT_SYMBOL vmlinux 0x88f00d18 lg_global_unlock +EXPORT_SYMBOL vmlinux 0x890a0beb devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x890f6c48 dquot_disable +EXPORT_SYMBOL vmlinux 0x891af1b5 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x891bef26 vm_stat +EXPORT_SYMBOL vmlinux 0x891d1cd8 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0x892944b6 migrate_page +EXPORT_SYMBOL vmlinux 0x892b26a0 set_memory_nx +EXPORT_SYMBOL vmlinux 0x892d0f14 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x893efb2f md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x89428e31 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x894dc2ce max8925_reg_read +EXPORT_SYMBOL vmlinux 0x89696e50 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x89707cd3 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x898ffc72 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x89993c09 amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0x899e8934 ip_options_compile +EXPORT_SYMBOL vmlinux 0x89a54ec7 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0x89a5f322 blk_start_queue +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89cc5522 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89ecdf10 skb_put +EXPORT_SYMBOL vmlinux 0x89fbcdd7 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a25d967 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x8a29d215 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a50e687 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a609382 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a6ed860 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a80d7a5 acpi_error +EXPORT_SYMBOL vmlinux 0x8a8a9c3b writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x8a8cc2e5 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8a9e2cbc blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x8ab06947 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x8ab81f9f compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0x8ab8355a kernel_sendpage +EXPORT_SYMBOL vmlinux 0x8ae63ced qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x8aeef8dd pipe_lock +EXPORT_SYMBOL vmlinux 0x8afead6b security_path_rename +EXPORT_SYMBOL vmlinux 0x8b097939 submit_bio +EXPORT_SYMBOL vmlinux 0x8b17aa96 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x8b1a6401 dquot_enable +EXPORT_SYMBOL vmlinux 0x8b226a81 acpi_video_dmi_demote_vendor +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b4c33f5 bio_map_user +EXPORT_SYMBOL vmlinux 0x8b518bcd vme_bus_type +EXPORT_SYMBOL vmlinux 0x8b5f4a2e IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b7c7c7d pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x8b7e6265 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b89127d user_path_create +EXPORT_SYMBOL vmlinux 0x8b8abca9 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x8b900f3b _raw_read_lock +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b99bd26 bdget +EXPORT_SYMBOL vmlinux 0x8bb67674 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x8beee1d8 input_inject_event +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c1b8571 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x8c332fac __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x8c591a7c ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x8c60b459 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c6d845b deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x8cb37445 bdput +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cd89ef8 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x8cd8d6f4 fget +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8ce8324f i2c_transfer +EXPORT_SYMBOL vmlinux 0x8cf8af9f vfs_unlink +EXPORT_SYMBOL vmlinux 0x8d09e503 pid_task +EXPORT_SYMBOL vmlinux 0x8d184dd3 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x8d1c2694 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x8d2645be sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d4beb65 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x8d4fbe0c up_write +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d71fea5 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x8d72f137 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d85f0cd __scsi_add_device +EXPORT_SYMBOL vmlinux 0x8d8d96c6 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x8da1a3cb acpi_remove_interface +EXPORT_SYMBOL vmlinux 0x8daf8c42 dql_init +EXPORT_SYMBOL vmlinux 0x8dd4b86c xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x8de2fb01 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x8de526f7 dquot_initialize +EXPORT_SYMBOL vmlinux 0x8df1d4a6 padata_stop +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8dfbba4a tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x8e002cda acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0x8e19482d dqput +EXPORT_SYMBOL vmlinux 0x8e332829 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x8e5e2f36 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x8e7efff0 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x8e933b47 padata_add_cpu +EXPORT_SYMBOL vmlinux 0x8e94aee6 single_release +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8eb58720 lock_fb_info +EXPORT_SYMBOL vmlinux 0x8ed59801 __napi_schedule +EXPORT_SYMBOL vmlinux 0x8ee1a372 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x8ef537ff get_gendisk +EXPORT_SYMBOL vmlinux 0x8f0a4057 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0x8f0f9074 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x8f109c17 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f789b2a dev_mc_flush +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fab18fa bio_phys_segments +EXPORT_SYMBOL vmlinux 0x8fde6f5b nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x8fe48b08 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x9002216c inode_init_owner +EXPORT_SYMBOL vmlinux 0x9036c3b4 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x9043f131 input_open_device +EXPORT_SYMBOL vmlinux 0x904409c6 acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x90632c3a fb_class +EXPORT_SYMBOL vmlinux 0x90783303 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x9081ebc6 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x9082c650 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x90990af6 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x909e9c7b sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x90a7b7cd skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x90e616f7 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x90ea2d3d amd_iommu_get_v2_domain +EXPORT_SYMBOL vmlinux 0x90f5a9ce __destroy_inode +EXPORT_SYMBOL vmlinux 0x913ae346 console_start +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x91774d31 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x91831d70 seq_printf +EXPORT_SYMBOL vmlinux 0x91967e8e xen_selfballoon_init +EXPORT_SYMBOL vmlinux 0x91a3cdf4 down_timeout +EXPORT_SYMBOL vmlinux 0x91ac822f vscnprintf +EXPORT_SYMBOL vmlinux 0x91b4f005 pci_get_class +EXPORT_SYMBOL vmlinux 0x91d1e2df check_disk_size_change +EXPORT_SYMBOL vmlinux 0x91d22a95 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x91d99371 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x91da2309 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x91defc83 udp_ioctl +EXPORT_SYMBOL vmlinux 0x91e27eb0 arp_tbl +EXPORT_SYMBOL vmlinux 0x91fa1848 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x91fed3f2 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x9224e071 scsi_finish_command +EXPORT_SYMBOL vmlinux 0x922a218f ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x92388a98 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92412296 commit_creds +EXPORT_SYMBOL vmlinux 0x9242a9c6 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x92492825 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x9276a205 free_user_ns +EXPORT_SYMBOL vmlinux 0x927e0bbd inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x92911577 bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92ae843d compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x92c68103 lock_rename +EXPORT_SYMBOL vmlinux 0x92c6f1c4 kernel_bind +EXPORT_SYMBOL vmlinux 0x92c81dff tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x92cb0deb sock_from_file +EXPORT_SYMBOL vmlinux 0x92d050df iov_pages +EXPORT_SYMBOL vmlinux 0x92ebab9c __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9300d440 _dev_info +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9327f5ce _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x9365e74e remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x9366d1bd blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x93744780 tcp_connect +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93dcd4e8 neigh_update +EXPORT_SYMBOL vmlinux 0x93f3e52b acpi_extract_package +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x9420665c dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x9429b910 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x943c1d86 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x9488e7d6 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x948a0c0e key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x949458a8 tcf_register_action +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94d537a7 fb_show_logo +EXPORT_SYMBOL vmlinux 0x94dcef1a nonseekable_open +EXPORT_SYMBOL vmlinux 0x94ee1e14 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x9510db36 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x9524e40a xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x95395301 acpi_exception +EXPORT_SYMBOL vmlinux 0x953f6fe5 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95696437 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0x956efc34 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x957e36e9 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x9594a931 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x9595151b seq_open +EXPORT_SYMBOL vmlinux 0x959d6ece swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x95a79f9a jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x95bd6e26 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0x95c8f7cf kfree_put_link +EXPORT_SYMBOL vmlinux 0x95d88170 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x95eb8512 kobject_add +EXPORT_SYMBOL vmlinux 0x96204462 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x963ab07a user_path_at +EXPORT_SYMBOL vmlinux 0x964b601a kobject_put +EXPORT_SYMBOL vmlinux 0x96585331 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x965b0274 d_tmpfile +EXPORT_SYMBOL vmlinux 0x9665a670 vga_switcheroo_init_domain_pm_optimus_hdmi_audio +EXPORT_SYMBOL vmlinux 0x9669c089 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x969a186b netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x969c0f35 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96b43d73 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x96c3ebcb generic_permission +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x9711e6df follow_down +EXPORT_SYMBOL vmlinux 0x9725b589 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x9729ce41 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x9730e360 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x97687de3 ab3100_event_register +EXPORT_SYMBOL vmlinux 0x9771b273 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x9774a812 __secpath_destroy +EXPORT_SYMBOL vmlinux 0x977712a9 blkdev_put +EXPORT_SYMBOL vmlinux 0x977dc4ea wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x97868aef __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97c22a7c __ht_create_irq +EXPORT_SYMBOL vmlinux 0x97c5bd0a acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x97c721c9 dev_change_flags +EXPORT_SYMBOL vmlinux 0x97c9808b filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x97cc3603 __break_lease +EXPORT_SYMBOL vmlinux 0x97de0ddd acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x97f0618b inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x98159ca2 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x981b9c54 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x98252bbb console_stop +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x983081b7 md_register_thread +EXPORT_SYMBOL vmlinux 0x983c8367 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x983f1644 dev_set_group +EXPORT_SYMBOL vmlinux 0x9847afa7 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x985104f3 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x9861236d tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x98658a2a cfb_imageblit +EXPORT_SYMBOL vmlinux 0x986892cd blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x987fc41f save_mount_options +EXPORT_SYMBOL vmlinux 0x988ed85d set_memory_x +EXPORT_SYMBOL vmlinux 0x98918979 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x9896fa1c dm_kobject_release +EXPORT_SYMBOL vmlinux 0x98b4b5d0 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x98c06526 register_console +EXPORT_SYMBOL vmlinux 0x98e349b9 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x9915a350 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x99195078 vsnprintf +EXPORT_SYMBOL vmlinux 0x9923c0ed ___pskb_trim +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x9943506e __serio_register_driver +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x997dab73 arp_xmit +EXPORT_SYMBOL vmlinux 0x997e77ab dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x9983d209 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x998ac4f2 dev_get_flags +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99aaa359 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x99acbffa sk_reset_timer +EXPORT_SYMBOL vmlinux 0x99b277a8 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x99b36375 blk_delay_queue +EXPORT_SYMBOL vmlinux 0x99bbd7da udp_poll +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d3a43c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99e95b35 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x99f068d5 x86_cpu_to_node_map +EXPORT_SYMBOL vmlinux 0x99f6375c fsync_bdev +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a35003c eth_header +EXPORT_SYMBOL vmlinux 0x9a3990b6 pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x9a5ecdd9 ps2_drain +EXPORT_SYMBOL vmlinux 0x9a5ffc64 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9a704bc5 vme_dma_request +EXPORT_SYMBOL vmlinux 0x9a744732 dev_err +EXPORT_SYMBOL vmlinux 0x9a81832b i2c_release_client +EXPORT_SYMBOL vmlinux 0x9a84852e truncate_setsize +EXPORT_SYMBOL vmlinux 0x9ad843f2 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x9adc5a46 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9af1eeb1 posix_test_lock +EXPORT_SYMBOL vmlinux 0x9af89f98 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9b03d4e3 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x9b0499b3 sock_update_memcg +EXPORT_SYMBOL vmlinux 0x9b0c7353 node_data +EXPORT_SYMBOL vmlinux 0x9b25f568 I_BDEV +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b531002 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x9b699fd1 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x9b6c4c2a compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x9b7d6d77 inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9ba8943c alloc_fddidev +EXPORT_SYMBOL vmlinux 0x9bae2210 iget_locked +EXPORT_SYMBOL vmlinux 0x9bbe88b3 flex_array_put +EXPORT_SYMBOL vmlinux 0x9bc6d937 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x9bd1f792 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x9bd30cd4 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x9bd969ca xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x9bda3213 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x9be0dcb1 simple_open +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bf1c388 noop_llseek +EXPORT_SYMBOL vmlinux 0x9c04dc5c xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c5439e6 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x9c5d2e0d get_super +EXPORT_SYMBOL vmlinux 0x9c6bd4aa filemap_flush +EXPORT_SYMBOL vmlinux 0x9c81a0a0 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x9c8b3204 mpage_readpages +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cab3d85 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x9cb34126 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x9cd7faa9 dma_supported +EXPORT_SYMBOL vmlinux 0x9ce56428 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x9ce782cf tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d01afa7 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d33ef5e acpi_enable +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9da54b6c tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x9da8f913 replace_mount_options +EXPORT_SYMBOL vmlinux 0x9dde86c4 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x9df164f0 __get_user_pages +EXPORT_SYMBOL vmlinux 0x9df80eed sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x9dfb207e PDE_DATA +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e1b8cdc md_finish_reshape +EXPORT_SYMBOL vmlinux 0x9e27b3e1 skb_pad +EXPORT_SYMBOL vmlinux 0x9e2f8c90 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e363b6b acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0x9e3f7953 vm_insert_page +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e528b3e pci_choose_state +EXPORT_SYMBOL vmlinux 0x9e57dcbb aio_complete +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e6e048a free_task +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e7bbdac netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e869b65 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x9e89ed63 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x9e90e923 read_cache_pages +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ea52f8e irq_set_chip +EXPORT_SYMBOL vmlinux 0x9ebcb775 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9ed30c5d dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x9edc970c follow_up +EXPORT_SYMBOL vmlinux 0x9f1e2a50 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f485b45 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x9f514a0b noop_qdisc +EXPORT_SYMBOL vmlinux 0x9f532f07 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x9f6e19ab mem_section +EXPORT_SYMBOL vmlinux 0x9f84e827 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9f5b0e skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x9fb15d89 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x9fb71aa7 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x9fd7cda1 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe07f12 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9ffb228e pci_assign_resource +EXPORT_SYMBOL vmlinux 0xa0004a31 x86_dma_fallback_dev +EXPORT_SYMBOL vmlinux 0xa002b1dc scsi_print_result +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa031e0b3 pneigh_lookup +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa0577b70 fddi_type_trans +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa073ad3a tcp_check_req +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0834a47 gen_pool_free +EXPORT_SYMBOL vmlinux 0xa09f62a7 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xa0ac1463 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0c45ca5 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0eb95e4 mutex_unlock +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0f26f6c pci_claim_resource +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0ff74d6 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa10f0be8 find_lock_entry +EXPORT_SYMBOL vmlinux 0xa1128c64 cap_mmap_file +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1232368 module_put +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14b3f5d flex_array_free_parts +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa1aba8e9 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1be7d8e dquot_scan_active +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1d02a43 phy_device_register +EXPORT_SYMBOL vmlinux 0xa1d412ea __register_nls +EXPORT_SYMBOL vmlinux 0xa1d498b4 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xa1f50b7d tty_throttle +EXPORT_SYMBOL vmlinux 0xa1f560ae rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xa202a8e5 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa22a80b4 soft_cursor +EXPORT_SYMBOL vmlinux 0xa2302432 kernel_accept +EXPORT_SYMBOL vmlinux 0xa25eb9bd locks_copy_lock +EXPORT_SYMBOL vmlinux 0xa26450a6 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xa2661aec tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xa272238a mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xa27c9202 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2a335bd vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0xa2a639d1 vfs_rmdir +EXPORT_SYMBOL vmlinux 0xa2aa9688 dquot_destroy +EXPORT_SYMBOL vmlinux 0xa2ab0759 pnp_start_dev +EXPORT_SYMBOL vmlinux 0xa2b21d79 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xa2b450e5 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xa2c1a8ed backlight_device_register +EXPORT_SYMBOL vmlinux 0xa2c7c89a kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xa2d0e3d6 nf_log_register +EXPORT_SYMBOL vmlinux 0xa2d6f7c5 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa30021a8 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa3256412 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xa350a8f8 set_memory_array_uc +EXPORT_SYMBOL vmlinux 0xa367a4a2 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xa3793136 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xa37e78b6 flex_array_get +EXPORT_SYMBOL vmlinux 0xa386bf68 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0xa38cbe07 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0xa3926312 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xa3a22d3a down_read +EXPORT_SYMBOL vmlinux 0xa3f96685 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0xa3faec06 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xa3fc3d50 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xa400159f crc32_be +EXPORT_SYMBOL vmlinux 0xa4065fae blk_recount_segments +EXPORT_SYMBOL vmlinux 0xa410f329 key_invalidate +EXPORT_SYMBOL vmlinux 0xa432d398 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xa43e9fac bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0xa44005b9 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xa440e3b8 km_policy_notify +EXPORT_SYMBOL vmlinux 0xa44363f7 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0xa4462807 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xa4511467 crc16 +EXPORT_SYMBOL vmlinux 0xa451d46f kfree_skb +EXPORT_SYMBOL vmlinux 0xa4576476 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xa45e6a1d dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa47023d2 try_module_get +EXPORT_SYMBOL vmlinux 0xa4742eb2 simple_transaction_release +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4b9e0d5 blk_init_queue +EXPORT_SYMBOL vmlinux 0xa4c71856 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xa4d16936 phy_attach_direct +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4d7ae54 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xa4e40b75 vc_resize +EXPORT_SYMBOL vmlinux 0xa4e7c44d tty_port_close_start +EXPORT_SYMBOL vmlinux 0xa504bc21 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xa51df2b4 down_killable +EXPORT_SYMBOL vmlinux 0xa528679a lock_sock_nested +EXPORT_SYMBOL vmlinux 0xa539df2d twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xa54f7bf5 unlock_new_inode +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55cfc64 qdisc_destroy +EXPORT_SYMBOL vmlinux 0xa5611fc9 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xa58a3166 lg_local_lock +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5daa8f7 inode_needs_sync +EXPORT_SYMBOL vmlinux 0xa5df528a __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xa5e4f65c __next_cpu_nr +EXPORT_SYMBOL vmlinux 0xa6062971 __frontswap_store +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63a6410 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa66f8fc7 bio_chain +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa6795932 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xa679e006 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6960a1d pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xa6b9bc11 eth_header_cache +EXPORT_SYMBOL vmlinux 0xa6bd63ca acpi_bios_error +EXPORT_SYMBOL vmlinux 0xa6bdfb74 blk_put_queue +EXPORT_SYMBOL vmlinux 0xa6c1f4c6 lro_flush_all +EXPORT_SYMBOL vmlinux 0xa6ea4bbb get_agp_version +EXPORT_SYMBOL vmlinux 0xa6fd83af setup_new_exec +EXPORT_SYMBOL vmlinux 0xa6fefbd9 __sb_end_write +EXPORT_SYMBOL vmlinux 0xa705e9de fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xa70c454a __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa71aa85f __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xa72454db netif_rx +EXPORT_SYMBOL vmlinux 0xa72a0f5b nr_online_nodes +EXPORT_SYMBOL vmlinux 0xa72f8521 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa755b633 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xa75e9d53 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xa76e1b07 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0xa773c28d devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xa78bd1e8 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xa78e1355 default_llseek +EXPORT_SYMBOL vmlinux 0xa7a8e23e sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xa7b1f3a3 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xa7c04042 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xa7dd724a blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xa7f2164c jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xa7fa7cc0 sk_free +EXPORT_SYMBOL vmlinux 0xa7fbb7e1 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xa81f40b7 security_path_link +EXPORT_SYMBOL vmlinux 0xa81fce73 vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa82e4614 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0xa8338744 init_special_inode +EXPORT_SYMBOL vmlinux 0xa83d1d35 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xa8419d53 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84563f5 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xa85d7017 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xa8631d47 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xa8652005 tc_classify +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa881ff3a inode_init_always +EXPORT_SYMBOL vmlinux 0xa8847ad0 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xa88492e5 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8b53519 tty_do_resize +EXPORT_SYMBOL vmlinux 0xa8e91198 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xa8f5695c unlock_rename +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa90a9bfe mark_page_accessed +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa91738ba sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xa91b5561 acpi_video_backlight_support +EXPORT_SYMBOL vmlinux 0xa93ad1d9 get_task_io_context +EXPORT_SYMBOL vmlinux 0xa9433663 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0xa95d0898 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xa95d3cdb gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0xa973c203 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xa99ce36d xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xa9a8e17f arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xa9bd2676 __vmalloc +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9f31bec __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xaa0073b7 __net_get_random_once +EXPORT_SYMBOL vmlinux 0xaa201b9f pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xaa22c4bb tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0xaa327a81 revalidate_disk +EXPORT_SYMBOL vmlinux 0xaa3fdb71 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xaa41bd2f scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xaa4cde4e sock_sendmsg +EXPORT_SYMBOL vmlinux 0xaa5aed86 elv_rb_del +EXPORT_SYMBOL vmlinux 0xaa5c236e md_write_start +EXPORT_SYMBOL vmlinux 0xaa694e17 security_path_symlink +EXPORT_SYMBOL vmlinux 0xaa6ab56c complete_request_key +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa85737e pci_pme_capable +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaac6e3ef nf_log_set +EXPORT_SYMBOL vmlinux 0xaacdcae5 napi_gro_receive +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaadc42d4 mmc_start_req +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaed89ab phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab03f386 kernel_write +EXPORT_SYMBOL vmlinux 0xab0c2ce6 tty_free_termios +EXPORT_SYMBOL vmlinux 0xab0d9c96 blk_get_request +EXPORT_SYMBOL vmlinux 0xab1795bf iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xab1f3494 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0xab2abddf dma_spin_lock +EXPORT_SYMBOL vmlinux 0xab3f0e70 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xab551fad acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab68388b skb_copy +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab6e72a6 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0xab770678 rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab788392 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xab8bf404 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xab913373 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xab954e41 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xabbebade scsi_remove_device +EXPORT_SYMBOL vmlinux 0xabc68b96 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabdf7ce1 compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0xac00c882 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac0c4563 file_update_time +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac27ff96 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xac398912 flex_array_clear +EXPORT_SYMBOL vmlinux 0xac3d20e2 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xac411fcb bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xac58ea5e acpi_unload_table_id +EXPORT_SYMBOL vmlinux 0xac62c43c sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xac633e20 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xac65bf8a __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xac6a7d53 pnp_device_attach +EXPORT_SYMBOL vmlinux 0xac991d6c blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf9c7a4 nf_afinfo +EXPORT_SYMBOL vmlinux 0xad01744f kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad13c689 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xad164875 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xad203e18 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xad319561 tso_count_descs +EXPORT_SYMBOL vmlinux 0xad564147 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xad6f88e1 datagram_poll +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad894077 write_inode_now +EXPORT_SYMBOL vmlinux 0xad9be0d3 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xadef5b42 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xadf553ea invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xadf8b570 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xae39ad75 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xae3ad045 mpage_writepage +EXPORT_SYMBOL vmlinux 0xae3f0bfb scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0xae52d436 nobh_writepage +EXPORT_SYMBOL vmlinux 0xae60fb0e agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xae6729c9 user_revoke +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xaea65a59 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xaea976a8 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xaec6f38e disk_stack_limits +EXPORT_SYMBOL vmlinux 0xaf0876ae agp_enable +EXPORT_SYMBOL vmlinux 0xaf0e150f inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xaf146de9 kdb_current_task +EXPORT_SYMBOL vmlinux 0xaf1cb637 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xaf1cfa0b mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf5336e9 n_tty_compat_ioctl_helper +EXPORT_SYMBOL vmlinux 0xaf5f5fdd inode_init_once +EXPORT_SYMBOL vmlinux 0xaf611eac amd_nb_misc_ids +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf650a81 from_kgid +EXPORT_SYMBOL vmlinux 0xaf669f2d _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaf6ae696 kstrndup +EXPORT_SYMBOL vmlinux 0xaf7c2f40 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafb8c6ff copy_user_generic_string +EXPORT_SYMBOL vmlinux 0xafd35315 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0xafd5ff2c amd_iommu_v2_supported +EXPORT_SYMBOL vmlinux 0xafdee16c swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xafe5f942 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xb00d4b91 would_dump +EXPORT_SYMBOL vmlinux 0xb01b1db8 intel_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xb01d4f18 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xb024e0b4 clocksource_register +EXPORT_SYMBOL vmlinux 0xb02ab6f5 drop_nlink +EXPORT_SYMBOL vmlinux 0xb051b88c rtnl_unicast +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb06c8c28 compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0xb06f95dd dev_uc_del +EXPORT_SYMBOL vmlinux 0xb08f28a3 sk_wait_data +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0c17750 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xb0c756ed agp_bind_memory +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e602eb memmove +EXPORT_SYMBOL vmlinux 0xb0f38295 scsi_register_interface +EXPORT_SYMBOL vmlinux 0xb10756a8 vga_switcheroo_set_dynamic_switch +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb12eb44b mmc_erase +EXPORT_SYMBOL vmlinux 0xb138d0bf dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb17125a0 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xb17631f4 queue_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xb176beb1 vfs_write +EXPORT_SYMBOL vmlinux 0xb1890c30 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xb18a8026 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xb18ae2d1 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb19c0fd7 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0xb1abf5f2 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xb1b77926 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c8a8ba generic_ro_fops +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1cfad22 rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xb1d3734d phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1e8600e pci_bus_type +EXPORT_SYMBOL vmlinux 0xb1edecc1 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xb1f0e9ae bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xb20ecf88 acpi_run_osc +EXPORT_SYMBOL vmlinux 0xb20fed3d dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0xb215a01e iterate_supers_type +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb229b00b pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xb24e0fdc filemap_fault +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb2860865 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xb28a6135 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0xb2a5c934 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2e08e7b lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xb2e76f00 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb3016ce8 dev_printk_emit +EXPORT_SYMBOL vmlinux 0xb30dad7e netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xb3284531 acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xb32cac31 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xb33be118 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0xb347cb6f ata_dev_printk +EXPORT_SYMBOL vmlinux 0xb34ac082 pci_set_mwi +EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit +EXPORT_SYMBOL vmlinux 0xb35fca26 do_fallocate +EXPORT_SYMBOL vmlinux 0xb3749c29 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xb37ac6cb blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xb38289bb __dst_free +EXPORT_SYMBOL vmlinux 0xb3834cbb sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xb38b93aa tcp_prot +EXPORT_SYMBOL vmlinux 0xb3a93ff2 make_kprojid +EXPORT_SYMBOL vmlinux 0xb3def6cd inet_put_port +EXPORT_SYMBOL vmlinux 0xb3df58e4 cont_write_begin +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb41198b5 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb445742b seq_vprintf +EXPORT_SYMBOL vmlinux 0xb450ea08 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0xb4551a0d inet_listen +EXPORT_SYMBOL vmlinux 0xb4605f1c kobject_set_name +EXPORT_SYMBOL vmlinux 0xb463d61c seq_path +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47189b5 reservation_ww_class +EXPORT_SYMBOL vmlinux 0xb485fa29 qdisc_list_del +EXPORT_SYMBOL vmlinux 0xb493e053 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xb497966e scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xb4ae0f98 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0xb4bc42a1 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xb4bde122 netif_skb_features +EXPORT_SYMBOL vmlinux 0xb4c117f2 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xb4e4773c genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xb4ed3acc __d_drop +EXPORT_SYMBOL vmlinux 0xb4fd2ff8 simple_lookup +EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range +EXPORT_SYMBOL vmlinux 0xb53a6083 sg_miter_start +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb54ce4bc swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0xb5664fbb register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xb56e5334 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xb573114a ida_simple_get +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57f2457 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xb58d6f9b call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5d4fe12 __serio_register_port +EXPORT_SYMBOL vmlinux 0xb5dcab5b remove_wait_queue +EXPORT_SYMBOL vmlinux 0xb5eb12cb phy_connect_direct +EXPORT_SYMBOL vmlinux 0xb6059ba4 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xb606fa04 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xb609838c phy_device_free +EXPORT_SYMBOL vmlinux 0xb615ffef netif_receive_skb +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb6268f15 d_add_ci +EXPORT_SYMBOL vmlinux 0xb6303e4d fb_find_mode +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb66a0406 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xb67826ca file_remove_suid +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67f152d alloc_pages_current +EXPORT_SYMBOL vmlinux 0xb68d07d9 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0xb6915202 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6961739 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6bd0f4d nf_setsockopt +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6e5c13b devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xb7299ffb simple_link +EXPORT_SYMBOL vmlinux 0xb730caf0 page_put_link +EXPORT_SYMBOL vmlinux 0xb737b67f names_cachep +EXPORT_SYMBOL vmlinux 0xb750d986 security_inode_permission +EXPORT_SYMBOL vmlinux 0xb758b225 acpi_disable_event +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb79f6e5a dev_get_nest_level +EXPORT_SYMBOL vmlinux 0xb7c1cf81 fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7c7fc2c init_buffer +EXPORT_SYMBOL vmlinux 0xb7f47feb inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xb7f8d82e truncate_pagecache +EXPORT_SYMBOL vmlinux 0xb8110e47 km_report +EXPORT_SYMBOL vmlinux 0xb85d7201 ata_print_version +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb87a7f90 __pagevec_release +EXPORT_SYMBOL vmlinux 0xb881c11a address_space_init_once +EXPORT_SYMBOL vmlinux 0xb8931e09 swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0xb896a0de __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xb8bf2327 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0xb8cc4096 vfs_getattr +EXPORT_SYMBOL vmlinux 0xb8d38dc3 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8dd6806 down_write +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8f1d0d0 inet_del_offload +EXPORT_SYMBOL vmlinux 0xb8fcd08d flow_cache_fini +EXPORT_SYMBOL vmlinux 0xb8fdf8af tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xb8ff9f9b scsi_unregister +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb90a437c request_firmware +EXPORT_SYMBOL vmlinux 0xb915923f amd_northbridges +EXPORT_SYMBOL vmlinux 0xb9249d16 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xb928a8aa dev_mc_sync +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb999e279 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xb9b4e181 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0xb9cdb334 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9ed621a dev_addr_init +EXPORT_SYMBOL vmlinux 0xb9fd2205 add_efi_memmap +EXPORT_SYMBOL vmlinux 0xba02de16 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xba2d8594 ec_read +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba63339c _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xba91a828 con_is_bound +EXPORT_SYMBOL vmlinux 0xbab3eeba sk_filter +EXPORT_SYMBOL vmlinux 0xbadb3c4a netdev_update_features +EXPORT_SYMBOL vmlinux 0xbaedc46e __tcf_hash_release +EXPORT_SYMBOL vmlinux 0xbb0e0571 init_task +EXPORT_SYMBOL vmlinux 0xbb1f0845 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xbb34134a iov_shorten +EXPORT_SYMBOL vmlinux 0xbb45bde6 scm_fp_dup +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb6a1638 ip_defrag +EXPORT_SYMBOL vmlinux 0xbb76fcdf security_inode_init_security +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbb9a8613 mount_single +EXPORT_SYMBOL vmlinux 0xbbaeb559 memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xbbb1c736 nf_register_hooks +EXPORT_SYMBOL vmlinux 0xbbea9d19 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xbbfcaca5 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xbc06827b bd_set_size +EXPORT_SYMBOL vmlinux 0xbc0cb244 security_mmap_file +EXPORT_SYMBOL vmlinux 0xbc196d76 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xbc1af785 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc216545 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xbc2978e9 lg_global_lock +EXPORT_SYMBOL vmlinux 0xbc5cd274 unregister_filesystem +EXPORT_SYMBOL vmlinux 0xbc62348c mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xbc735f39 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xbc8afe67 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xbc91eca5 cdrom_release +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbccfacdc md_unregister_thread +EXPORT_SYMBOL vmlinux 0xbcd82571 put_page +EXPORT_SYMBOL vmlinux 0xbcd90f64 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xbcdc6706 flow_cache_init +EXPORT_SYMBOL vmlinux 0xbd091ed9 dev_crit +EXPORT_SYMBOL vmlinux 0xbd100793 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xbd1de7ff sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd4e0c72 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xbd4ea33f d_alloc_name +EXPORT_SYMBOL vmlinux 0xbd577513 sock_edemux +EXPORT_SYMBOL vmlinux 0xbd5ba297 misc_deregister +EXPORT_SYMBOL vmlinux 0xbd65bbbc kmalloc_caches +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbdaf5b07 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbe08d220 dcb_getapp +EXPORT_SYMBOL vmlinux 0xbe18153d try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xbe1d5dcd tso_build_hdr +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe30efb4 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xbe5ca122 dev_uc_sync +EXPORT_SYMBOL vmlinux 0xbe6d8c3e phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xbe755187 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xbe76877d scsi_device_get +EXPORT_SYMBOL vmlinux 0xbe95d2bb register_netdevice +EXPORT_SYMBOL vmlinux 0xbec30d05 x86_match_cpu +EXPORT_SYMBOL vmlinux 0xbecfbb3f neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xbed5a260 scsi_device_put +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf003db6 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xbf05732a sk_stop_timer +EXPORT_SYMBOL vmlinux 0xbf172432 pci_request_regions +EXPORT_SYMBOL vmlinux 0xbf175568 dev_printk +EXPORT_SYMBOL vmlinux 0xbf368955 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xbf51a0be __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xbf5c1e47 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xbf61f7ea compat_sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xbf6c1045 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfbc30be generic_setlease +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfe35bb0 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbff0d1a6 set_disk_ro +EXPORT_SYMBOL vmlinux 0xbff259ab notify_change +EXPORT_SYMBOL vmlinux 0xc00caf56 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc03ee0f3 ida_destroy +EXPORT_SYMBOL vmlinux 0xc0503a3f abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xc0641272 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xc064704a fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc08a8c7b pci_enable_device +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0bfc5b7 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xc0c66dfa __invalidate_device +EXPORT_SYMBOL vmlinux 0xc0c840d7 kill_pgrp +EXPORT_SYMBOL vmlinux 0xc0cb8a52 send_sig +EXPORT_SYMBOL vmlinux 0xc0dc5de4 vme_irq_request +EXPORT_SYMBOL vmlinux 0xc0e62638 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xc0efd4f9 dev_warn +EXPORT_SYMBOL vmlinux 0xc0f6f4ac pci_bus_get +EXPORT_SYMBOL vmlinux 0xc0f9401c set_binfmt +EXPORT_SYMBOL vmlinux 0xc1064f99 vme_master_request +EXPORT_SYMBOL vmlinux 0xc14df362 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xc1545534 free_buffer_head +EXPORT_SYMBOL vmlinux 0xc15a44c6 memzero_explicit +EXPORT_SYMBOL vmlinux 0xc161cee1 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xc19c0aff scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xc1c7da35 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1dd50f7 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1f231d9 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xc1f54584 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xc1fedc34 keyring_search +EXPORT_SYMBOL vmlinux 0xc21a69e1 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xc21cc8c0 sock_no_getname +EXPORT_SYMBOL vmlinux 0xc233839e tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc252a140 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc27cd92f swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0xc2810ada bio_copy_user +EXPORT_SYMBOL vmlinux 0xc28b7520 skb_dequeue +EXPORT_SYMBOL vmlinux 0xc2918516 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xc29551d5 simple_fill_super +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a72da5 input_reset_device +EXPORT_SYMBOL vmlinux 0xc2ab7fd8 mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xc2b1a00c pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xc2c2f55b sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xc2d4a37a tty_unthrottle +EXPORT_SYMBOL vmlinux 0xc2d4c5d8 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xc2d613d7 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc30ad52b vm_mmap +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc322c606 twl6040_power +EXPORT_SYMBOL vmlinux 0xc32de8b1 pipe_unlock +EXPORT_SYMBOL vmlinux 0xc36c0090 inet_sendpage +EXPORT_SYMBOL vmlinux 0xc383d83c netdev_notice +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3ae650e __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0xc3bb710e pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xc3bbf00f dcache_dir_open +EXPORT_SYMBOL vmlinux 0xc3d90e26 seq_escape +EXPORT_SYMBOL vmlinux 0xc3fc81ac sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0xc40ec60b jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xc46a5d7a bdi_unregister +EXPORT_SYMBOL vmlinux 0xc48307db lz4_decompress +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4bec4ad bmap +EXPORT_SYMBOL vmlinux 0xc4eab2b4 blk_fetch_request +EXPORT_SYMBOL vmlinux 0xc4f72fab mutex_lock +EXPORT_SYMBOL vmlinux 0xc4fcf5e3 finish_open +EXPORT_SYMBOL vmlinux 0xc5137552 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0xc51c0701 framebuffer_release +EXPORT_SYMBOL vmlinux 0xc523eb3e gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xc52c1476 bdev_read_only +EXPORT_SYMBOL vmlinux 0xc52e2278 clear_nlink +EXPORT_SYMBOL vmlinux 0xc539999c kern_unmount +EXPORT_SYMBOL vmlinux 0xc53ed628 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xc54ddf31 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xc54f7877 poll_initwait +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc5541cf1 f_setown +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc5614724 netdev_printk +EXPORT_SYMBOL vmlinux 0xc5885de7 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59d11aa mb_cache_create +EXPORT_SYMBOL vmlinux 0xc5b55c98 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xc5bb8db8 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xc5d3976b zpool_register_driver +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5de9de0 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc61c960b sock_create_kern +EXPORT_SYMBOL vmlinux 0xc62b7b4a devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc64168d7 key_link +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66d0af5 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xc66f098d i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xc6739c92 brioctl_set +EXPORT_SYMBOL vmlinux 0xc6772da2 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xc69e6f8d clear_inode +EXPORT_SYMBOL vmlinux 0xc6b368d3 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xc6bb5d4a scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0xc6befc5e __kfree_skb +EXPORT_SYMBOL vmlinux 0xc6c20f43 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6da70c9 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xc6eab245 key_reject_and_link +EXPORT_SYMBOL vmlinux 0xc6f26fc1 unregister_nls +EXPORT_SYMBOL vmlinux 0xc7002361 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xc70f1073 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xc715d9e0 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xc71c5785 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc73de134 phy_connect +EXPORT_SYMBOL vmlinux 0xc7456851 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xc750fd6c mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc7611c92 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc78bb059 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xc78d9e97 uart_add_one_port +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7af234c bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0xc7afd164 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xc7c8d2b9 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xc7e431e8 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xc7ff35eb lease_get_mtime +EXPORT_SYMBOL vmlinux 0xc81d4f72 __inode_permission +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc83f5cfc cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xc8416f92 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8762370 netdev_info +EXPORT_SYMBOL vmlinux 0xc8893a44 bio_map_kern +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8e71101 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xc9454f8b __pci_enable_wake +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96a3f3d netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xc96acb83 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xc978479a xz_dec_run +EXPORT_SYMBOL vmlinux 0xc97cde79 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xc982cb7e end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xc98b1085 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a346ab scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xc9e012fc pci_find_bus +EXPORT_SYMBOL vmlinux 0xc9ede09d release_sock +EXPORT_SYMBOL vmlinux 0xc9ef18a2 d_splice_alias +EXPORT_SYMBOL vmlinux 0xc9fb6b56 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xca0b950a qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca146ec2 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0xca33a3a4 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xca378c4b tty_port_put +EXPORT_SYMBOL vmlinux 0xca4490c7 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xca4ca404 gen_pool_create +EXPORT_SYMBOL vmlinux 0xca5277e8 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca5ee09a vme_free_consistent +EXPORT_SYMBOL vmlinux 0xca6226a8 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xca7f43aa update_time +EXPORT_SYMBOL vmlinux 0xca832efe kmalloc_order +EXPORT_SYMBOL vmlinux 0xca8acc78 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xca8e4ea9 bio_split +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9a7d72 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0xca9c66f8 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xca9e7713 __find_get_block +EXPORT_SYMBOL vmlinux 0xcaa528ad register_netdev +EXPORT_SYMBOL vmlinux 0xcab9498f __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xcac831d6 freezing_slow_path +EXPORT_SYMBOL vmlinux 0xcaef85cc __blk_run_queue +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcafb2997 cdrom_open +EXPORT_SYMBOL vmlinux 0xcafd4be6 vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb6ad82b dm_put_device +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb7b4127 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xcb7f00ee from_kuid +EXPORT_SYMBOL vmlinux 0xcbae6c7a acpi_lid_notifier_unregister +EXPORT_SYMBOL vmlinux 0xcbae6eaa mdiobus_write +EXPORT_SYMBOL vmlinux 0xcbb4d45b security_path_chmod +EXPORT_SYMBOL vmlinux 0xcbb7fd58 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xcbb86654 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0xcbbc82e1 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbbf26ba security_path_truncate +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbfe9b59 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xcc06b1d7 start_tty +EXPORT_SYMBOL vmlinux 0xcc173cab acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0xcc1e2678 inet_getname +EXPORT_SYMBOL vmlinux 0xcc20a44c dev_activate +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc27ae53 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0xcc325792 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xcc3a8f6e __breadahead +EXPORT_SYMBOL vmlinux 0xcc40e0ee compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0xcc4efeec scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc708305 amd_iommu_enable_device_erratum +EXPORT_SYMBOL vmlinux 0xcc76e925 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xcc76f636 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xcc7f22b9 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xccae44cf tty_unregister_device +EXPORT_SYMBOL vmlinux 0xccb887cb ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccc74609 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xcccee2ef jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xccf3b658 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xccfe20a7 cdev_init +EXPORT_SYMBOL vmlinux 0xcd20667a kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd2bd973 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xcd3bc598 __wait_on_bit +EXPORT_SYMBOL vmlinux 0xcd57f7b0 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xcd7ad28e posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0xcd947c3f serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xcd94d935 scsi_put_command +EXPORT_SYMBOL vmlinux 0xcd970f82 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcbda3f nf_log_packet +EXPORT_SYMBOL vmlinux 0xcdd23bc0 proto_register +EXPORT_SYMBOL vmlinux 0xcde36988 dev_set_mtu +EXPORT_SYMBOL vmlinux 0xce06947f generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0xce11d04f blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce38e75c __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xce4904a4 acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5b9772 set_device_ro +EXPORT_SYMBOL vmlinux 0xce5cfb35 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xce659462 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0xce70eafe pci_set_master +EXPORT_SYMBOL vmlinux 0xce8e81d5 pci_pme_active +EXPORT_SYMBOL vmlinux 0xce9bb924 input_register_handle +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceae504f cmdline_parts_free +EXPORT_SYMBOL vmlinux 0xcebb7078 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xcec738ad blk_stop_queue +EXPORT_SYMBOL vmlinux 0xcecc36d9 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xcedc4144 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf12243c agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xcf128589 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xcf21d241 __wake_up +EXPORT_SYMBOL vmlinux 0xcf2cea31 _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xcf2ee001 inet_csk_accept +EXPORT_SYMBOL vmlinux 0xcf2f032f blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xcf498331 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xcf56407a alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xcf6bede6 lookup_one_len +EXPORT_SYMBOL vmlinux 0xcf6cfe1f msrs_free +EXPORT_SYMBOL vmlinux 0xcf74210b scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xcf8d34c5 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xcf9df888 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xcfac262d acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xcfb2e272 rt6_lookup +EXPORT_SYMBOL vmlinux 0xcfcdf6b1 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xcfd68d20 tty_register_device +EXPORT_SYMBOL vmlinux 0xcfd6ec39 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xcfdca31d seq_bitmap +EXPORT_SYMBOL vmlinux 0xcfec7755 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xd00d2f5c pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xd0158ab1 finish_no_open +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd0298b8b proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xd03076d4 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0xd036bd58 elevator_exit +EXPORT_SYMBOL vmlinux 0xd067fc5c proc_dointvec +EXPORT_SYMBOL vmlinux 0xd06f9615 scsi_ioctl +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd0877445 sock_no_mmap +EXPORT_SYMBOL vmlinux 0xd09bfb43 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0ae8633 free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xd0b7ffa0 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xd0d0aa72 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0d9cdc5 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f2e7b6 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd1043691 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd14a1792 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0xd158f27c inet_frag_find +EXPORT_SYMBOL vmlinux 0xd15d0b9e lru_cache_add_file +EXPORT_SYMBOL vmlinux 0xd1652a93 acpi_info +EXPORT_SYMBOL vmlinux 0xd177da33 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xd17c5511 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0xd17ea3ae iget5_locked +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd184a3fb thaw_bdev +EXPORT_SYMBOL vmlinux 0xd18b6eb2 acpi_unmap_lsapic +EXPORT_SYMBOL vmlinux 0xd1987a23 vm_event_states +EXPORT_SYMBOL vmlinux 0xd1bbed74 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xd1e89caf iterate_dir +EXPORT_SYMBOL vmlinux 0xd1ef03c0 mfd_add_devices +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd202517b d_find_any_alias +EXPORT_SYMBOL vmlinux 0xd2176635 tcp_proc_register +EXPORT_SYMBOL vmlinux 0xd21b4ae3 uart_register_driver +EXPORT_SYMBOL vmlinux 0xd21d406f insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd23e3eb4 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd2697779 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd28248bf unregister_exec_domain +EXPORT_SYMBOL vmlinux 0xd28cb0e7 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0xd2afee77 set_nlink +EXPORT_SYMBOL vmlinux 0xd2b09ce5 __kmalloc +EXPORT_SYMBOL vmlinux 0xd2b7573a udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xd2c4e7e7 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xd2d2399c vme_register_bridge +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2f2752f dma_async_device_register +EXPORT_SYMBOL vmlinux 0xd2fb69a3 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xd30d5387 dev_alert +EXPORT_SYMBOL vmlinux 0xd3407bbb xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xd340956a blk_register_region +EXPORT_SYMBOL vmlinux 0xd36257ba memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0xd36e2196 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0xd3719d59 paravirt_ticketlocks_enabled +EXPORT_SYMBOL vmlinux 0xd3882946 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0xd39da9fb vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xd3a708ea simple_dir_operations +EXPORT_SYMBOL vmlinux 0xd3c2269c ppp_input_error +EXPORT_SYMBOL vmlinux 0xd3db97b9 key_put +EXPORT_SYMBOL vmlinux 0xd3e8e686 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xd400e19d scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xd4055824 __devm_release_region +EXPORT_SYMBOL vmlinux 0xd429cb01 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xd438006e inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0xd45163bf input_set_capability +EXPORT_SYMBOL vmlinux 0xd45694ec tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xd4595ede scsi_remove_target +EXPORT_SYMBOL vmlinux 0xd45d8f1e eth_change_mtu +EXPORT_SYMBOL vmlinux 0xd47bc642 netdev_crit +EXPORT_SYMBOL vmlinux 0xd48332b3 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd483843e lease_modify +EXPORT_SYMBOL vmlinux 0xd48412a2 scsi_remove_host +EXPORT_SYMBOL vmlinux 0xd48ca056 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xd49af5ba agp_free_memory +EXPORT_SYMBOL vmlinux 0xd49f7d8d xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xd4a66e50 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xd4b08e54 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xd4c181e3 generic_read_dir +EXPORT_SYMBOL vmlinux 0xd4dc8e8c kernel_setsockopt +EXPORT_SYMBOL vmlinux 0xd50bdbd7 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xd50bf799 inet6_release +EXPORT_SYMBOL vmlinux 0xd50fef48 acpi_detach_data +EXPORT_SYMBOL vmlinux 0xd51d2fe8 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xd52b4b44 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0xd52bf1ce _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xd54d5abd bio_copy_kern +EXPORT_SYMBOL vmlinux 0xd55cfa82 registered_fb +EXPORT_SYMBOL vmlinux 0xd5679fe5 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xd569bfe4 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xd57a865a writeback_in_progress +EXPORT_SYMBOL vmlinux 0xd57d498b devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0xd5ada8ee generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xd5b0fa9b rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0xd5c45cb3 fs_bio_set +EXPORT_SYMBOL vmlinux 0xd5c58366 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xd5c71899 elevator_change +EXPORT_SYMBOL vmlinux 0xd5d162a6 skb_insert +EXPORT_SYMBOL vmlinux 0xd5de61d3 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0xd5e1ceaf dqget +EXPORT_SYMBOL vmlinux 0xd5e932e8 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd6055612 bdevname +EXPORT_SYMBOL vmlinux 0xd611bca3 completion_done +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd628cef5 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd631505d phy_device_create +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd654f82f vga_con +EXPORT_SYMBOL vmlinux 0xd65e1e83 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xd671ea00 uart_match_port +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd6aed79e generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6ca1106 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xd6eba302 vfs_fsync +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd709dab9 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xd721498f netdev_state_change +EXPORT_SYMBOL vmlinux 0xd7481be2 kern_path +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd7726a25 __module_get +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd7920443 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xd7a1f435 i2c_master_send +EXPORT_SYMBOL vmlinux 0xd7b15e5c bdi_register +EXPORT_SYMBOL vmlinux 0xd7c2a791 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0xd7ca3fe3 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xd7cbddda memcpy_toiovec +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e5a82a d_prune_aliases +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ec29b9 neigh_connected_output +EXPORT_SYMBOL vmlinux 0xd826c41d dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xd846c472 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xd86a7de6 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xd879ddb0 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0xd87a060e blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xd88b9153 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a375b8 may_umount +EXPORT_SYMBOL vmlinux 0xd8b17816 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xd8bf54f4 __brelse +EXPORT_SYMBOL vmlinux 0xd8d8b2e6 ping_prot +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd9091363 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92e16ba csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0xd94322e7 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0xd969b2c7 amd_e400_c1e_detected +EXPORT_SYMBOL vmlinux 0xd96f1980 vga_tryget +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9adebdb arp_send +EXPORT_SYMBOL vmlinux 0xd9c06103 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xda0324f7 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xda03b218 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xda067e53 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xda228598 inet_ioctl +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda251c70 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xda3a66e8 udp_prot +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3e43d1 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda88a710 mnt_unpin +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xdabda185 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xdae06011 inc_nlink +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdb013126 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xdb0519dc seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xdb39ae84 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xdb3f6cfa nobh_truncate_page +EXPORT_SYMBOL vmlinux 0xdb452b3a dump_skip +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb7305a1 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7a2a01 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xdb943dbc dma_ops +EXPORT_SYMBOL vmlinux 0xdba651ef blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xdbb12b47 find_get_entry +EXPORT_SYMBOL vmlinux 0xdbbae7f4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbdc45ca dcb_setapp +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1d07e5 kthread_stop +EXPORT_SYMBOL vmlinux 0xdc3a3a1d unregister_qdisc +EXPORT_SYMBOL vmlinux 0xdc3c41a8 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc496a0b jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xdc4dcbce vfs_open +EXPORT_SYMBOL vmlinux 0xdc4ee6de inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xdc4f3bd4 unlock_buffer +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc561903 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xdc57f532 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xdc5c9616 mmc_request_done +EXPORT_SYMBOL vmlinux 0xdc77b943 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xdc8d1dde _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdce8ed2c set_anon_super +EXPORT_SYMBOL vmlinux 0xdcf5b2dc kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0xdd019ea6 simple_transaction_get +EXPORT_SYMBOL vmlinux 0xdd318c52 stop_tty +EXPORT_SYMBOL vmlinux 0xdd46c7ee tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xdd5047ff scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xdd909306 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0xdd911e52 generic_readlink +EXPORT_SYMBOL vmlinux 0xdd9ccfcf prepare_binprm +EXPORT_SYMBOL vmlinux 0xdda38cab max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xddb0f63c bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xddb1aed9 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xddb4028b sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0xddd00823 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xdde39021 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0xdde83545 intel_gtt_get +EXPORT_SYMBOL vmlinux 0xddee0386 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xddfa9040 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde16dc16 tboot +EXPORT_SYMBOL vmlinux 0xde247620 inet_addr_type +EXPORT_SYMBOL vmlinux 0xde2e0b01 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0xde366416 input_grab_device +EXPORT_SYMBOL vmlinux 0xde4dee6c pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xde4ed88f pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xde6151db tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0xde6979d6 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0xde7fa94e single_open +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xded83f4a proc_set_user +EXPORT_SYMBOL vmlinux 0xdf0da3cc acpi_get_devices +EXPORT_SYMBOL vmlinux 0xdf12a927 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf3b9a6f simple_dname +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf6a51ef ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf8dc6c2 inet_frags_init +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf979345 vfs_statfs +EXPORT_SYMBOL vmlinux 0xdfaa3edb compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfc75dd7 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0xdfec5858 d_set_d_op +EXPORT_SYMBOL vmlinux 0xdfee5fb3 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0xdff2d436 send_sig_info +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe002ffd5 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xe00d9880 dev_close +EXPORT_SYMBOL vmlinux 0xe022a612 d_make_root +EXPORT_SYMBOL vmlinux 0xe02c112a eth_rebuild_header +EXPORT_SYMBOL vmlinux 0xe0347eeb cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe06e4199 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe07c3a08 loop_backing_file +EXPORT_SYMBOL vmlinux 0xe0ac8bd2 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xe0ae071a inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0d0c206 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xe0d9b605 compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe126515d __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xe130b812 pci_disable_device +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe154e9ca dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xe15f42bb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xe164447e blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xe16957c1 vfs_create +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe184a2d4 register_key_type +EXPORT_SYMBOL vmlinux 0xe1a39f0c dma_sync_wait +EXPORT_SYMBOL vmlinux 0xe1f96dec led_blink_set +EXPORT_SYMBOL vmlinux 0xe1fa6164 tty_lock_pair +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe20372ae radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe2037331 fd_install +EXPORT_SYMBOL vmlinux 0xe205f4e7 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0xe21964ba __quota_error +EXPORT_SYMBOL vmlinux 0xe2217ac9 abort_creds +EXPORT_SYMBOL vmlinux 0xe22ac90e mntput +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe23cdef6 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xe23d6f49 ip6_frag_match +EXPORT_SYMBOL vmlinux 0xe23feb5c fddi_change_mtu +EXPORT_SYMBOL vmlinux 0xe243ad63 skb_seq_read +EXPORT_SYMBOL vmlinux 0xe24c8350 skb_tx_error +EXPORT_SYMBOL vmlinux 0xe24ca5fb generic_show_options +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe256b58c udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xe27ed732 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xe28f7ad8 elv_rb_add +EXPORT_SYMBOL vmlinux 0xe29b04e9 acpi_set_firmware_waking_vector64 +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2aa76d4 scsi_print_sense +EXPORT_SYMBOL vmlinux 0xe2bd8caf simple_rename +EXPORT_SYMBOL vmlinux 0xe2c6a147 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xe2cfb038 __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xe2d247c8 km_state_notify +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2f7f7b5 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xe2fcc07a igrab +EXPORT_SYMBOL vmlinux 0xe319eb24 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xe322cbf9 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xe32bd835 inode_permission +EXPORT_SYMBOL vmlinux 0xe32f06e8 tty_lock +EXPORT_SYMBOL vmlinux 0xe346d524 security_inode_readlink +EXPORT_SYMBOL vmlinux 0xe34a9214 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0xe36e51dc swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xe37a41ea get_phy_device +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3aa6376 block_write_begin +EXPORT_SYMBOL vmlinux 0xe3b35928 give_up_console +EXPORT_SYMBOL vmlinux 0xe3b838d7 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xe3d315e8 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3dd5e2c ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xe3e12008 __first_cpu +EXPORT_SYMBOL vmlinux 0xe3eb040d dev_alloc_name +EXPORT_SYMBOL vmlinux 0xe4071dbc xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xe40be633 invalidate_bdev +EXPORT_SYMBOL vmlinux 0xe4127de7 tcp_prequeue +EXPORT_SYMBOL vmlinux 0xe420088c key_unlink +EXPORT_SYMBOL vmlinux 0xe4314fa5 amd_iommu_domain_clear_gcr3 +EXPORT_SYMBOL vmlinux 0xe4477743 register_cdrom +EXPORT_SYMBOL vmlinux 0xe46660d2 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xe47f94bb set_trace_device +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe492f951 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xe49eefda mntget +EXPORT_SYMBOL vmlinux 0xe4b4d225 alloc_file +EXPORT_SYMBOL vmlinux 0xe4bb0804 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xe50813f7 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xe5208918 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe529d1dc memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xe530d757 acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xe5473b75 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0xe5533ec1 pci_platform_rom +EXPORT_SYMBOL vmlinux 0xe5678791 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe57e4627 vfs_readv +EXPORT_SYMBOL vmlinux 0xe5832e82 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5bec95c i8253_lock +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5da8fc0 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0xe5e1d53f truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xe5e7a457 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe5f7c0f0 agp_bridge +EXPORT_SYMBOL vmlinux 0xe6338d64 udp_seq_open +EXPORT_SYMBOL vmlinux 0xe634219d xfrm_lookup +EXPORT_SYMBOL vmlinux 0xe64d98fe rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xe65e523c md_flush_request +EXPORT_SYMBOL vmlinux 0xe65ff130 key_alloc +EXPORT_SYMBOL vmlinux 0xe6654c27 led_set_brightness +EXPORT_SYMBOL vmlinux 0xe66c39b6 scsi_register +EXPORT_SYMBOL vmlinux 0xe68bd4eb serio_reconnect +EXPORT_SYMBOL vmlinux 0xe68e24e6 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xe68fcb8a sock_get_timestampns +EXPORT_SYMBOL vmlinux 0xe695110f inet_add_offload +EXPORT_SYMBOL vmlinux 0xe695ab0c tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe699c9db jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xe69a9df4 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe6ab0959 netlink_net_capable +EXPORT_SYMBOL vmlinux 0xe6b06861 phy_start +EXPORT_SYMBOL vmlinux 0xe6c3fd0e bdgrab +EXPORT_SYMBOL vmlinux 0xe6d6474f tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xe6f23760 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0xe6fb675c node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe7006934 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xe70c9ab0 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xe7102e7f tty_devnum +EXPORT_SYMBOL vmlinux 0xe7115433 register_filesystem +EXPORT_SYMBOL vmlinux 0xe7146a47 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0xe716baed acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xe73e47ec fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xe74be792 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xe75a8e4e tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xe77d7478 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xe77de99c input_register_device +EXPORT_SYMBOL vmlinux 0xe7809cca udp_disconnect +EXPORT_SYMBOL vmlinux 0xe7898737 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xe78cbd84 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xe79a049e skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xe7a4077f blk_init_queue_node +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7ae998d vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0xe7cfb7fc __free_pages +EXPORT_SYMBOL vmlinux 0xe7d1e9be cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7f8711b cdrom_check_events +EXPORT_SYMBOL vmlinux 0xe80283f2 bio_endio +EXPORT_SYMBOL vmlinux 0xe80cf174 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xe818e0ac submit_bio_wait +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe832a763 cpu_core_map +EXPORT_SYMBOL vmlinux 0xe85ae65f padata_alloc_possible +EXPORT_SYMBOL vmlinux 0xe8623bdb inet6_add_offload +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe89c0875 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xe8a6f0ee vc_cons +EXPORT_SYMBOL vmlinux 0xe8ab2057 ip_fragment +EXPORT_SYMBOL vmlinux 0xe8acfdd6 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xe8b45f61 __getblk_slow +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8d8ea99 kmem_cache_alloc_node_trace +EXPORT_SYMBOL vmlinux 0xe8dbafef __next_cpu +EXPORT_SYMBOL vmlinux 0xe907b113 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe9221f58 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0xe932a90b x86_hyper +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9546242 generic_perform_write +EXPORT_SYMBOL vmlinux 0xe959af9e inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xe95e00cf flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0xe961e20d __page_symlink +EXPORT_SYMBOL vmlinux 0xe997667b wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xe99b8dfd rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xe9b14631 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0xe9dff136 mempool_alloc +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea057e00 alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea3d890a __register_chrdev +EXPORT_SYMBOL vmlinux 0xea498b3d sk_capable +EXPORT_SYMBOL vmlinux 0xea5533e7 account_page_writeback +EXPORT_SYMBOL vmlinux 0xea5d783e genphy_config_init +EXPORT_SYMBOL vmlinux 0xea62fec2 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xea7b8a44 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xea8bcf19 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xea907f84 module_refcount +EXPORT_SYMBOL vmlinux 0xea90bdd3 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xea9a794c bdev_stack_limits +EXPORT_SYMBOL vmlinux 0xeaa9083a __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xeaaa3062 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0xeab34622 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0xeac73847 irq_regs +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeae5f89b skb_trim +EXPORT_SYMBOL vmlinux 0xeaefb51b km_query +EXPORT_SYMBOL vmlinux 0xeaf74b2f tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0xeaff7e90 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xeb030b22 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0xeb1a3372 __frontswap_test +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb739407 downgrade_write +EXPORT_SYMBOL vmlinux 0xebd3121f blk_init_tags +EXPORT_SYMBOL vmlinux 0xebdb0ddf devm_gpiod_put +EXPORT_SYMBOL vmlinux 0xebecc806 d_move +EXPORT_SYMBOL vmlinux 0xec255f8b buffer_migrate_page +EXPORT_SYMBOL vmlinux 0xec316c15 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec5396ff genl_notify +EXPORT_SYMBOL vmlinux 0xec730387 _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xeccaad98 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xeccd3e0c acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecf931a8 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed075ad8 sk_dst_check +EXPORT_SYMBOL vmlinux 0xed2a26c7 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xed34d5f5 have_submounts +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed611839 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedab0764 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedec8234 inet_bind +EXPORT_SYMBOL vmlinux 0xee00e79d da903x_query_status +EXPORT_SYMBOL vmlinux 0xee0a055c __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xee1e5a29 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee46885d add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xee4af7f4 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xee4ff9e2 vga_client_register +EXPORT_SYMBOL vmlinux 0xee779b76 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea40f01 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb5bd3b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xeec2c7cf ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0xeeec26a7 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xeef3370d nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xeef9bff6 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xef30984a xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xef521c2d uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xef543f96 nla_append +EXPORT_SYMBOL vmlinux 0xef6af6a9 dev_add_offload +EXPORT_SYMBOL vmlinux 0xef86df12 i2c_del_driver +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xef9f9713 dcache_dir_close +EXPORT_SYMBOL vmlinux 0xefa01b47 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xefab352f xfrm_register_km +EXPORT_SYMBOL vmlinux 0xefba93e1 mempool_destroy +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefd3bc53 pnp_possible_config +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefe099c3 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xefe8c7e7 new_inode +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00ac13b adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf022ff89 sock_alloc_file +EXPORT_SYMBOL vmlinux 0xf05e0f44 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf062576b ucs2_utf8size +EXPORT_SYMBOL vmlinux 0xf0631451 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf069fa19 sget +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0a8237a radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xf0cfb97b bio_uncopy_user +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0f33749 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit +EXPORT_SYMBOL vmlinux 0xf116d4b5 copy_in_user +EXPORT_SYMBOL vmlinux 0xf1180ec8 kernel_listen +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf147ecb1 down_trylock +EXPORT_SYMBOL vmlinux 0xf1492116 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xf154fbac scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xf159abf6 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1a53b3e kill_pid +EXPORT_SYMBOL vmlinux 0xf1b5c199 mmc_add_host +EXPORT_SYMBOL vmlinux 0xf1be39ed i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xf1c5c416 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf22449ae down_interruptible +EXPORT_SYMBOL vmlinux 0xf228c418 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf245f6ed textsearch_prepare +EXPORT_SYMBOL vmlinux 0xf25d0dc3 compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xf2673253 dev_addr_flush +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2a14480 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xf2af86ed gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2c22b5b dentry_unhash +EXPORT_SYMBOL vmlinux 0xf2f081e4 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xf2fa0982 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xf304b8fe pci_iounmap +EXPORT_SYMBOL vmlinux 0xf312cb9d ucs2_strsize +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf320d9d3 end_page_writeback +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf36b17c9 sk_common_release +EXPORT_SYMBOL vmlinux 0xf36d1f15 dma_pool_create +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf38d3254 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3986b06 acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0xf3a92fc2 cad_pid +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3e70c59 md_write_end +EXPORT_SYMBOL vmlinux 0xf432dd3d __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf4532c18 flush_old_exec +EXPORT_SYMBOL vmlinux 0xf46e4d74 swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xf48254fb inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xf48a46f4 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xf49eed34 scsi_init_io +EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit +EXPORT_SYMBOL vmlinux 0xf4acac4f security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xf4aeae30 dquot_transfer +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4d2c46e compat_sock_get_timestampns +EXPORT_SYMBOL vmlinux 0xf4d72217 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf51ae235 touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xf51bf88b nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf536d22e acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xf53a84f9 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf549f815 blk_end_request_all +EXPORT_SYMBOL vmlinux 0xf57f8c16 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5ac91dd vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0xf5b10e67 acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0xf5bf07cb tcf_action_exec +EXPORT_SYMBOL vmlinux 0xf5de1435 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5fb2fd2 first_ec +EXPORT_SYMBOL vmlinux 0xf62e733c security_file_permission +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf642bbb1 ida_remove +EXPORT_SYMBOL vmlinux 0xf643d560 inet_recvmsg +EXPORT_SYMBOL vmlinux 0xf6660ab7 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf68df09f neigh_for_each +EXPORT_SYMBOL vmlinux 0xf6b4def9 d_path +EXPORT_SYMBOL vmlinux 0xf6b56c62 path_is_under +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6bef7d0 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0xf6d1c2be __sock_create +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f19b51 __bforget +EXPORT_SYMBOL vmlinux 0xf6ffc59c ip6_route_output +EXPORT_SYMBOL vmlinux 0xf71f7d00 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xf7289d14 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf740f781 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf7adcaf3 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0xf7b12220 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xf7cd8ecb jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xf7dc40d7 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf80de9ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82cfd1a proc_dostring +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8345aa2 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xf83f33ca pci_enable_msix +EXPORT_SYMBOL vmlinux 0xf850dff5 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xf867e038 empty_aops +EXPORT_SYMBOL vmlinux 0xf885ff96 dump_align +EXPORT_SYMBOL vmlinux 0xf88e0ee2 acpi_get_table_header +EXPORT_SYMBOL vmlinux 0xf8983de7 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xf8afc6a5 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xf8ba2151 elv_register_queue +EXPORT_SYMBOL vmlinux 0xf8cd13f6 inode_change_ok +EXPORT_SYMBOL vmlinux 0xf8e91d7d blkdev_fsync +EXPORT_SYMBOL vmlinux 0xf90cdb58 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xf91ef0bc pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0xf93ab45c vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0xf9510718 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xf9710161 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xf9712b4c do_splice_direct +EXPORT_SYMBOL vmlinux 0xf97ca21b inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xf98838e2 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9aef482 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9df33a1 sg_miter_next +EXPORT_SYMBOL vmlinux 0xfa06603b netif_napi_add +EXPORT_SYMBOL vmlinux 0xfa0df6bd pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xfa5564d1 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa66f77c finish_wait +EXPORT_SYMBOL vmlinux 0xfa6ff634 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xfa8e24ba filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xfab383b9 rename_lock +EXPORT_SYMBOL vmlinux 0xfab38475 pci_map_rom +EXPORT_SYMBOL vmlinux 0xfab54fc3 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xfab95813 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xfac44333 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfac92d0a security_path_mkdir +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfadd40b9 agp_copy_info +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaf92d2a input_free_device +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfafd70f5 update_region +EXPORT_SYMBOL vmlinux 0xfb0443fb acpi_get_parent +EXPORT_SYMBOL vmlinux 0xfb106006 phy_driver_register +EXPORT_SYMBOL vmlinux 0xfb16db31 xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0xfb197791 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xfb1c0422 blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0xfb1f0313 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xfb2ac129 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0xfb550b3b netdev_warn +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb64a9cd generic_file_open +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb73fb98 idr_remove +EXPORT_SYMBOL vmlinux 0xfb80c7a0 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc045204 dst_destroy +EXPORT_SYMBOL vmlinux 0xfc066577 ether_setup +EXPORT_SYMBOL vmlinux 0xfc0e8d15 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xfc11e85c seq_lseek +EXPORT_SYMBOL vmlinux 0xfc132991 __page_cache_alloc +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc4056c7 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0xfc587094 amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0xfc6405d6 set_pages_nx +EXPORT_SYMBOL vmlinux 0xfc70ca0f tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xfc872fd1 get_ibs_caps +EXPORT_SYMBOL vmlinux 0xfc9cc6a1 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcac0d40 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0xfcb622d0 sock_rfree +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcbe8121 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcc54f91 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xfccade94 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xfce48dfe scsi_target_resume +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd279ded ilookup5 +EXPORT_SYMBOL vmlinux 0xfd4ba131 __lock_buffer +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd72695e tcf_hash_check +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfda60aa2 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xfda7cd94 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xfda92b33 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xfdb2f151 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xfdb37fc6 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdfb792f amd_iommu_pc_supported +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfdfca856 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xfe021d5d try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe047ce6 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0xfe077174 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xfe140ace __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xfe1da4ad unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0xfe26fc7c nr_node_ids +EXPORT_SYMBOL vmlinux 0xfe417da2 phy_find_first +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe66dab5 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xfe730293 key_revoke +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfeb7fffe __f_setown +EXPORT_SYMBOL vmlinux 0xfebfb212 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xfed1be86 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef17fa0 sock_i_ino +EXPORT_SYMBOL vmlinux 0xfef369d5 force_sig +EXPORT_SYMBOL vmlinux 0xfef51711 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xfefd126b mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xff09fc01 dquot_alloc +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff4ac0aa ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xff58e8e2 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff68ec52 mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff78428d lro_receive_skb +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffa355d1 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xffb6d37e sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0xffd5764c __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffe7a3ee dev_uc_add +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-x86_64 0x7060bf0a crypto_aes_encrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-x86_64 0xe409b491 crypto_aes_decrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x13a65ecf camellia_ecb_enc_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x17bf48dc camellia_xts_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x1a08ded1 camellia_xts_enc +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x47129015 camellia_xts_enc_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x7d54edc2 camellia_cbc_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x7e87ef55 camellia_ecb_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x8f185793 camellia_xts_dec +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x9e8086dc camellia_ctr_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x16061d06 __camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x1636abdf __camellia_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x1da0e256 camellia_crypt_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x29b0d662 xts_camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x31bbe42b camellia_crypt_ctr_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x50dc55b6 __camellia_enc_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x87c29566 lrw_camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x930f687f camellia_decrypt_cbc_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xa04385dd lrw_camellia_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xa41a5ad3 camellia_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xf4521fda camellia_dec_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x1ef38735 glue_ecb_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x2691cf01 glue_ctr_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x2e6737ff glue_ctr_crypt_final_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x350da531 glue_xts_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x5110d835 glue_cbc_encrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x8f02ac4d glue_xts_crypt_128bit_one +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xb4ed1ac7 glue_cbc_decrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x016a957f serpent_xts_enc_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x0c5a8af6 serpent_xts_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x0ff3c26d serpent_xts_dec +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x50c664b3 xts_serpent_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x606a8162 serpent_cbc_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x79ff0b7a serpent_ecb_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x7fe0383e lrw_serpent_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x9ae34b2f serpent_xts_enc +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x9e018632 __serpent_crypt_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x9f99663c serpent_ctr_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0xa84ea33d serpent_ecb_enc_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0xf3ef2a5b lrw_serpent_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x19dc7881 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x5e752773 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x1fd77fb1 twofish_dec_blk_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x446dcd9d lrw_twofish_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x61694b97 twofish_dec_blk_cbc_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x8d75ab44 twofish_enc_blk_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x8e856922 twofish_enc_blk_ctr_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xaf393bb3 lrw_twofish_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xe7448375 xts_twofish_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xf2e80e9c __twofish_enc_blk_3way +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00aaf935 kvm_disable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00c8cc52 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x01042d7d handle_mmio_page_fault_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x03873ef1 x86_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x07215772 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x077c5cc4 kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x078e5ff7 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x094bc687 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0d3d1a53 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1016b8bc kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x124601a4 kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a2f4394 gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a692cd1 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1abb526a kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1dca0cc8 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1ec26048 kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x202d939a kvm_init_shadow_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x298a7793 kvm_write_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2bd05e67 kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2dbb7f5b kvm_mmu_unprotect_page_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2ffc1c0e kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x317f9e6b kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x31daa521 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3360f301 kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x359479de kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x385390e6 kvm_mmu_unload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3a577cdf kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3b59f525 kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3b5dd35e __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3c8c7db1 kvm_inject_pending_timer_irqs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ed7ec23 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x422a0920 kvm_before_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x45511221 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x486c12bf kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x498dd287 kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a515687 kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4bc13199 kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4c51f664 __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4f4b25de gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x501d19ae kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x51d504c6 kvm_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x52de7372 kvm_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53a2a3f7 __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x56276a27 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5a2d7b20 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5b845f2c kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5b853a90 kvm_inject_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c740530 kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5e893e59 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6232ab6c kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64020e10 kvm_set_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64a34f49 __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6517eb67 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x698363c8 kvm_set_xcr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x69d56ae6 kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6b39498e gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6c1e3278 kvm_read_guest_page_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x71bfeb34 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74a57f36 kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x783d3846 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7a54a3de kvm_after_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c502ab9 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f2c1163 __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x830d3fba kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x831327da kvm_max_guest_tsc_khz +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x86235e10 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a26f7b0 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ce4f3ab kvm_enable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9175810c kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x92ba093e kvm_mmu_get_spte_hierarchy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a0e2306 kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a126d6b kvm_get_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a216313 kvm_define_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9b69e930 kvm_require_cpl +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9d31b154 kvm_mmu_sync_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9d6bca8e kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9e280937 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9ee59155 __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9fba0f1b kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0132c00 kvm_set_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0b73dab kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0ec3a0a gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1059dfb kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa508e36b __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa68d443b kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa757e852 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7b80971 cpuid_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa770cf9 kvm_mmu_unprotect_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa79cab5 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa867c50 kvm_mmu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaad027b4 kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xacf7f97c gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaf275715 __tracepoint_kvm_nested_vmrun +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaff8f650 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb4e07e1b kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba9ed435 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc00ca63e kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc158abfa kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc18a7737 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc60ef97e kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcab3272e kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcdf352e8 kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce48e7bc kvm_mmu_flush_tlb +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcef3fec5 __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0459e67 kvm_has_tsc_control +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0b2727a kvm_mmu_set_mask_ptes +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd10077c6 kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd200c3a7 kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd534393a load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd6d1fc8e kvm_inject_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd9cd791f kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xda45f6ab gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb40959c kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xddfdd485 gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdeb9e564 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdf8f093a kvm_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0bd0966 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe2621f28 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe46a0e40 kvm_x86_ops +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe707e5b4 kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe71e944b kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe8e3b25f kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xec4a3ec4 kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef0bbb32 kvm_fast_pio_out +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf345ed38 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf495f539 __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf7175dfb kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xface1c83 kvm_vcpu_block +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfaf6bedf kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfd63be8d fx_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfe1f5400 mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfe929c3b kvm_mmu_invlpg +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x07293b23 ablk_decrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x0daa24d8 ablk_init_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x0e1e8abb ablk_set_key +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x2c73a02a ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x93bfc174 ablk_exit +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xac55f9f2 __ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xd6f5ad69 ablk_init +EXPORT_SYMBOL_GPL crypto/af_alg 0x10181ba3 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x289197b2 af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x291f483e af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x38c06d2c af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x65eef7f4 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x79e6dc98 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x7c6ed5e3 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xa52c9c4d af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xb60eaa78 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xe32508d0 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0xedd7ef1b async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x8eef8d10 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xa7a4ac89 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x1e963d19 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x3f324e59 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x4868dc79 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x7b9fb8cd async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xca5ae200 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xf464108a async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x1fac80af async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x7cee7780 async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xfdaac742 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x2f8078f9 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xfcb71ea0 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x00a23180 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x02974061 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x4ab5ccbe cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x6e1c029a cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x8677a4cf cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x9b750538 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xa1e37a16 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xaccccb93 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xcb4713fb cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xd3574aa8 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/lrw 0xf0a06580 lrw_crypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd7e677fb serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xd45c034b twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0xb9b586d2 xts_crypt +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xb9a141b0 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xe1372311 acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/acpi/video 0x3c65037d acpi_video_verify_backlight_support +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x013c1622 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x03c8f320 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x107d37f0 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x150a1aa2 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2bd808b5 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3f18b703 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x41f899d5 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5b262acd ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x76baed7f ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8db70697 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8f275abd ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x927e1e33 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa09bfccd ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa3355e6c ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb6d5e32d ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb6ef5afb ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbada0c43 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcf413da1 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe1db9864 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf9e9a944 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfb8c225e ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x10679d8f ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x1f054dee ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x2cc80f92 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x3203faaf ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x5813682b ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x91d4afbd ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa3af9dc8 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa58d1665 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc0db5a8c ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd88255ad ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe24b2062 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x0299b7b4 __pata_platform_probe +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/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/bcma/bcma 0x07c801ff bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0989de2a bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2f013e76 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x498c6f7e bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x54ee31d0 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x62cfac6c bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x66a1b2ad bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7b270d15 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7b9326a7 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x91df5f31 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x95b2c518 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa7d3e935 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xaea04861 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xaf6f0621 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc4ee0f32 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc7542e2f __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd24ad429 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdd50178e bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdf5a8d08 bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xeab2ce0a bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xeaba1ecc bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xef1bb44f bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfe38a113 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x17036cf2 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x36e764ce btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4128112f btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x59965a4e btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7b1933eb btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x875a9d7a btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8f4ade67 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x91c4fba0 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb298610c btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfe907f7f btmrvl_interrupt +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 0x3b40066a ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x31a2c8df dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x5e525502 alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x6cff9582 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x787e78db dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x89f5fb16 dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xac34ecec dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0xb7594a20 free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xc9c8793b unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xd1c43e27 register_dca_provider +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x02620c2d dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x847dd156 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x9228eb3b dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xa605735d dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xd572c5bf dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/edac/amd64_edac_mod 0x6b72a8e0 amd64_get_dram_hole_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x040c4621 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x067331bc edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x07c7f4d6 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3437a93c edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x42674e29 edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x432ec21f edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x50dcf474 edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x52715f28 edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7a4e501d edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x87e86c99 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8849e9a1 edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x88c55dff edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8af88ab4 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8b63a680 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x9b383675 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb3730722 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbb53745b edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd2d5a191 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe2f35b64 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe3164775 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf5875cdb edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xfb2c70bf edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xfc9498d1 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x14878009 amd_report_gart_errors +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x21626132 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x737912b3 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xb30b7e56 amd_decode_mce +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x013fbdac cs5535_gpio_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x93f8fe67 cs5535_gpio_set_irq +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xc0bb404a cs5535_gpio_setup_event +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xd3bd9300 cs5535_gpio_isset +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xe07c0954 cs5535_gpio_clear +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x3846ea9f bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xe4055b25 bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x07140a89 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xf5fb480a __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2e4146c1 drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb97373dc drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcb491d23 drm_class_device_register +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 0x15a270d4 i915_release_power_well +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 0xa89ea1e9 i915_request_power_well +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xb76bf2ac i915_get_cdclk_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x328cc5fc ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x45f48f69 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xe3d49998 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1181e205 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1a228b51 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x24a5dedf __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x26693b8d hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x26d9d422 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x29a8cca6 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x331667ba hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3f46219e hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x40bc5e38 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x482aca54 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x49f7769e hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4cff647b hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5515bf0a hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5e30948f hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6cff2518 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6f2d5587 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6f677d18 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x846914d9 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8a35dd0d hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x94d38428 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x97760c90 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x98fbdad8 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa2349705 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa342fd98 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb3293304 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb53a02cd hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbdeb1239 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc0790b75 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc457678c hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc78af1ab hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xca0dcc78 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe07cf809 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe6693bde hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe8f50666 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf940729f hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x7a796e5c roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x4fa6df6b roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x6ac5cecf roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xb660b59e roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xbac898f2 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd495d993 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xfc29163e roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1ac4e0d8 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2055ba63 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2e2021b7 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x31593e2b sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x48c049be sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa3dfba32 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xacff9f4d sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xbc2b7c0e hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc8d09f24 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x556e7536 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x281e5453 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2fe73469 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x673aeef8 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6ea78ad3 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7dba41b9 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa5cc47a0 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xadb90d81 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb187ca61 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb2f80648 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb3881eac hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb6cd3063 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb95fc097 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc17ae057 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc25680af hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc8a1eb4f hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xceda6bf1 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xda27e1ea hsi_release_port +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0468a7c4 vmbus_are_subchannels_present +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x18e4205b vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x294784d5 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x358fafa5 vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x565ff034 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x64aae846 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6f6c20de __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x751f9de0 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8adbe951 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x93a9cefd vmbus_get_outgoing_channel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa6e891d3 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb6b528bc vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc1e99b45 vmbus_sendpacket_multipagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcfa37a0f vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf45dd651 hyperv_mmio +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x2a60b84c adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x4c2851c6 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xfd533bed adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x3dfbdd44 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x78380124 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x7d6bdc27 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x81e02391 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xabbcf03b pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xac7c3e1a pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xadadef82 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xae809a98 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xb1a534a0 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd43602ed pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe5a679d4 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xf82ab9fc pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x06e014be i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x212cd699 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x32e2b0a1 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x3d0c091b i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x48c1c59c i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x4ae0f428 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5862cbb2 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x95edf76d i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xfe2cc15c i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0xcea7c4ff nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x0a93d1ec i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xd718d8d4 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x8b4d6864 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xb7aba28f i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x184f9b9b ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x1b11d6e9 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x1d770acd ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x45bbba54 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x5c38c766 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa6835c47 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xc618f18b ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xcdad5f98 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf3eff95a ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x24b00b23 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x35bb1c38 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x370884ae adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x5a469a04 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x77bd5aec adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa213dac8 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd3064bf8 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xdb7c4138 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xf008fd7c adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xf062b54a adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xf3d89d73 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xfcad9f9c adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0c292e9f iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x10c9a762 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1591193a iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1b1ae95b devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1e12ad17 devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1f11b3ab devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2163e8aa iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x24224932 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x39276268 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3a7d9606 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3fc9152c iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x46db7a5c iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x46ec0706 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4d0fced8 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x65eb1191 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x675abb9d iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6851854d iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x690da81e iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6b7fe3f9 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x733bc7b4 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x781951d8 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x83a67611 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x95381eb2 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x954295ef devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9dc8b223 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa05605d0 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa8bf57e0 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc26892c0 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc4449cb8 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc4b8e64e iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc5b04235 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd86084db iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe6cbfcca iio_channel_get +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/hw/ipath/ib_ipath 0x1514b2b2 ipath_debug +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x78154b63 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x4232603f adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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/touchscreen/cyttsp4_core 0x1b4b9159 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x618c0054 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xaf4e3af8 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x7ad2895f cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x9b016d50 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xede693bc cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x0ab92677 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x611cf6cd cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0d8fe432 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1031f968 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x11489204 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x55c379a1 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6440eae4 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7b7be622 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb6f3121d wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbd0cb02c wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbd128640 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdc983be5 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdc9bf9f6 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdfbc71d3 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x160b7076 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2b21a305 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x41c83623 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5f75823f ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x66222b92 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x71e61e48 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x80b32162 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa0e606b5 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xac34bb02 ipack_put_device +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x1f088a1d gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x351d2c5a gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3f05eb3b gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x41ef75da gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6125911a gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7824319d gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x95df318e gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xab0d7de7 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb70fa660 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb9aa3395 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xbd242899 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc98bc1ed gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd0ba9701 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe4d0b54b gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe4efb8ba gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xed300e14 gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf945c84e gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/leds/dell-led 0x86fd1ffb dell_app_wmi_led_set +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x049f36ea lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x23be936c lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x54952ee9 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x688f3f5b lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x9e4238a5 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xba0e4875 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc26f415b lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd7d2800e lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe468ef66 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf61fc490 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xfbe161f0 lp55xx_update_bits +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/mcb/mcb 0x450989a2 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5265cf9e mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x65cc2e37 chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x7e736592 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x853257ff mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8cd53520 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9abb0d38 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xcbd6543e mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd8c7ce64 mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe011b181 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe586a01d mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe6e94f72 __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xfaac8253 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0ec17d44 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26062738 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fc380ce __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x40c27b88 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c49fc16 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51a15737 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x616b6217 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6907ac0d __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7be42a1c __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e532a71 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x914361f4 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9272fb0f __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x938cc2b2 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa649dd21 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb157059f __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb317649e __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb493772a __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb834c124 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbb1fc0a4 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc4fcb1e __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1474d91 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc379085a __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5aed8ad __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7eda602 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce055cbe __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe20fe821 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe24daf87 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe2ed0930 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea2303e0 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef1156ee __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc131205 __tracepoint_bcache_request_start +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 0x4150df70 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x45d880b8 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 0x8fbf0be1 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa58a3bd1 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe19eef5d dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf82aea22 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xfc30433b dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aba7f5e dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x77738eb7 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9310ba06 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9c256008 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa1d2413a dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa448e19f dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xafbda3f3 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcbb1bae2 dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +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-cache 0x13c772ec dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x22cdb56e dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x3c18708e dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x635da192 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xb13daae8 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xba05a571 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xc7b28561 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x0ced1789 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x930306f7 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 0x2d52b369 dm_rh_delay +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 0x3c2e6048 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4430764e dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x45ab972a dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4782307e dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa68e1f06 dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xb220e055 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 0xbe4d2757 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf149f045 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfad9d53a dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc62ef4e dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x17c36f29 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42dbdfc3 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x49b35849 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x55b4bd4d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x827a42f4 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b491028 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9f624559 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xafeda29f dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd29923fb dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf375d009 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5455120 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0xb8336300 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0xe38f19bd md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x92d2a3bb md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1143f46e saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x43a57b30 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x4e8d0ada saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x77b58a35 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x84621571 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb0ff7555 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb2c8ce5a saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb3ae9fab saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc8addc71 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe7a3bfb9 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x027b27fb saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0b8bc21e saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0d17f48a saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x2a79c79d saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xaaed96c1 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xdaa04fca saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xdf6cfbbc saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x18ae9e89 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x29b06446 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x318845b9 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x35f73354 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x366cddc3 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 0x4658bf82 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x51b1afe1 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x536f5bb3 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6cd4f0e4 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7a501601 smscore_register_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 0x989c9f78 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa374da19 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xacef12dd smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb5c272bb smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcb8e797a sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xda6b3078 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe1c3fd4b smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xd103b2fa cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xc2dd04f1 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x001a791a media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0x0442a170 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x07d0dabc media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x1ddaa92d __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x2d8be699 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0x4129df92 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0x491f064b media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0x54e6ab01 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x5dc822c7 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0x87b75c12 media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0x8cd0ba6e media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x9cb8db39 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0xa568f28d media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0xaa392054 media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0xd625ea7a media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0xee9a4bec media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0xfc8c77c7 media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0xfd977bb9 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xdeb9dcbe cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x017586b3 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0709ea37 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x19ce11ee mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1b3c371b mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1f0db255 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x28086236 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4bd04ab8 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4fc9d02a mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x77efc05a mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x790c7015 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7f701c91 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa55ae67f mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xad0bcd6a mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb2b07361 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xccb5e943 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xea0d2ca5 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf88601e2 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0376cfe5 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x08295886 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1a14c3c9 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x28c08e7f saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3d2807bd saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x45782ad7 saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x64d7ebd0 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8532764d saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8ac530bd saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8bf2ea13 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9599350d saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa19c7912 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa7ac6718 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbad15bad saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbb762215 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc098a1ce saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd0cf6354 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd418003a saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd7ba8b8e saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf484ead1 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x2c2e45ba ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x696279e4 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x802e3274 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8a24d521 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x915e582e ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x94c4b6a2 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc1d0c8d5 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x3e25cde0 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xb7a27de0 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0856f539 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1a79a1da ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2da2ba15 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3834d736 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4c28c149 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5fe58fbc rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x625449a3 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x66b4fa2d rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x74209820 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x79401535 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8ed187a8 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9a2ce5ec rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbd9e7934 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd1a8bcaf rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xec1eac9f rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xefd3f53b rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf8137cc6 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf9bb6ba6 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfd60c85f rc_keydown +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x6ac07e9e mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xd5927a9b microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x53612470 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x8a65386f r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x9ed4199f tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xd8d009d0 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x1700a63f tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xa57fa701 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x26ca5d12 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x7436ae80 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xca38dfee tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x03a8851e tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x303e78b3 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xaa6842e9 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0a8c8439 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0aa6807d cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x125011a9 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x16c8ca13 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x35e23a45 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x382c4776 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3bd15958 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x41ab1a12 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x52cac35c cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x549ddbb3 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x608fb07c cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6285bfdb cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9f7b2751 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb3361ac2 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb6272fb6 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc2130414 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc9f159c9 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf72fda12 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf7960065 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xa277f368 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x0a0f5a73 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x05370733 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0c0f08a6 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x284fb4d4 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5d705bc4 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x763cff2c em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7a24763e em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x811a3e7f em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8125115c em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9530a8f8 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa25d5ffd em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa6c760b5 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa7a26410 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xaef85a9b em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb2012d7d em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb7ced029 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcb9409b5 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdc8e7f36 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe0d5ab0d em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x501b2bf1 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x6e9a4030 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x8abee64b tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xde293748 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x14dccf94 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x6a2e7196 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x90952503 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x999c30f8 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x9af085ba v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xa8464434 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x00ae1760 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x063b0abe v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0cbeb4a6 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0e694d19 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1c8eda81 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x25e7d32b v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x43d80e88 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4f3c60b8 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6a5097cb v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9aee2736 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9ea3c2ce v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa4e1bdb6 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa81f6d4c v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa8421dba v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaa9a4f55 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaaff3c3b v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb39ab46d v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb527358f v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdaa2d0d2 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdfbcfb97 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe66391df v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe6752b1e v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe889926c v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfe1fde19 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x102891b7 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x12507263 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x13153252 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x328d24c1 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4e73dca5 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5a9e15a3 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x60da1c9f videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6852c7a7 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6c65e1a7 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6d7caf56 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x73c5ca28 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x84d6f1ab videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa6808dc7 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb9cbd47e videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbe2616b6 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc5356465 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd46609a5 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd654fa5d videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd6cd16ad videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd973b7d8 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe0d8f454 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xec11d8db videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf40b257d videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf7e0c2d9 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x184bc092 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xe71f9261 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xf91ba5c7 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x15db0a9f 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 0x600ecfff videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x6143b109 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x969560a3 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x9ad0695a videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x9c8abcb1 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd916988f videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xef1741f2 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xf55a9331 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x39e82d7d videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x7322a7b0 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xf3a4d982 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x06280017 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x07252df5 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x07f1e0b1 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x09bd782c vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x09e40441 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0ff08d48 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x112f7fc3 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x262feb74 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x279119e1 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x322ddeda vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x33d0be5b vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x377d27f0 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x448dc994 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4cf82ae1 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4ecff620 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5cef876c vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5f94ddc3 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x613821b3 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x629907fb vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6991eb89 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x713d23be vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x75260d63 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7c998baf vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7fc48604 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8552b263 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8bf1f30c vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x92df2d0b vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x99ecd855 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9dbc6e80 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb3f2357b vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb64e039c vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xba767e49 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbd4d51b3 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd019edc0 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe55b4855 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf3a56800 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf7697268 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfe5bce21 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x41741cea vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x661880b3 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x4fc3006c vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x0dc71483 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x2fd5da77 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x5477b115 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xb67f3a0f vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x3d96944e vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0a0ab3ac v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x27c38b2b v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2d5c0241 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x355e6870 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x39cbf0ae v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4045ad69 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b191efe v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5170ef50 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x596cec91 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x67d567ec v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x733fb4f9 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7444b9e0 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7b05796e v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8226ca67 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x89f1fcdc v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa2c5d267 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa356e4bf v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa5a63546 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb61b31f9 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb6a95a04 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb8a5ed61 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe35673e v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcad80451 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xda32a8b5 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe276d9d2 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe904fc09 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeeb4fb3b v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf3aa22f3 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x124bc758 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x1cedc7e5 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x37580e1f i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5f4f9aed i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5f751007 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x99da72da i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xbf3757d9 i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xd950f757 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x04b06451 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x52f3dd80 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xbde5063c pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x37547057 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x64aebb5b kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x834ddeff kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x86a10e00 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xc20d80fe kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xc4ce2c1d kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xcacab52b kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf8eb4782 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x0bbda671 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x676ac275 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x9938a10e lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x021cb1b9 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x091a2214 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x0cafed3e lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4cf9d12e lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x71d023cd lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc93ef1e5 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf5a57f8c lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xc05a8456 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xe8141137 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xefab2fbe lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x3bd40a9e mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x518527d0 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x6961b4d6 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x7b6e41be mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x928c898a mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xac9a7cad mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x084b81e2 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4bc4eb08 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4f927f74 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa2ca33b0 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa8cb9845 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb5ff0f94 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbaea9440 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd849c8e3 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdce892d2 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe1f0bdb0 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xfd39830f pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x63c373de pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x95c68317 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x483673b2 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x7be08a80 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x81e9cca2 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x8b7f9fda pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x9ebfdf2f pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x066f42f3 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0781205c rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2a105316 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2a681427 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x37a54a77 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x45738d62 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x48af3d78 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5984f27d rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x7d2ec3cb rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x97526992 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa222e75a rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa26f661d rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xad438350 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb16a8160 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xcdeeb2ac rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd080bda1 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xdf9c94db rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xeaa9c1d8 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xed47f16a rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf1c12ee7 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf26b323d rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x0c749741 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x2a7cbbf2 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x41df42df rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x4c3c8bc1 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x5b49711e rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x5f6d9de5 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x99b54385 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xb3d3deab rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xbe298a5f rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xda6f5ff5 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xe723e00d rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xef8efe97 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xf7a472d7 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0be52304 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x131f0935 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x19afd138 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x25594e04 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2af86a21 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2ebf0bee si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x367fc356 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x40dfd84d si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x522dce8b si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6c7dbe96 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8774bfa2 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x88a74d8a si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x90b516ce si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x914dce26 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x98940cc6 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9b9a4f04 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb3725084 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb51fea0a si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc017c41c si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc0564b77 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc8ccd08e devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xce9f7131 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd36adbcb si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd3997ba7 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xddbc6262 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdf1ec282 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe4b5e6f3 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe4ffef2e si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe80a8eaf si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xea4a34fc si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf50472cb si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf75657a9 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfdeb5b23 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfec6f7dd si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x1be2abce sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x698e3e70 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x6d07822b sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x702f1705 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9a172d6d sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x038696bb am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x275fe635 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x6927d38b am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xb5961f18 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x192aac10 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x248065a1 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x3e27ffc3 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x3eb709ce tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x4e1927aa tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x9c0bdc29 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xae950315 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xb78b50f8 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x8452c029 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x39fa09f6 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x780758c6 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd15f1540 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xef7f1ab3 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x10762cf2 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x18a32c5c enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4ab93119 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x841f857f enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x86c113c5 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xcb27793b enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd1eb88a4 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x3927a797 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x711e5727 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8365e4f0 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8dd75e9e lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x99111c5d lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa03373ee lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xedff7740 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xfb9aaca5 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x101bde75 mei_cl_disable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x18c40e20 mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1f496ae7 mei_cl_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x24155031 mei_cl_add_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x32898983 mei_cl_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x35464851 mei_fw_status +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3bea70a5 mei_cl_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x44c4bc87 mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6b6b4602 mei_cl_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6ed90833 mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x7d906ebc mei_cl_remove_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8da8e489 mei_cl_enable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x91610c4c mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x9d9466f3 mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa24a7e74 mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xaed29524 __mei_cl_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb43949df mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb6297fde mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb9fb7b01 mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xbaca4b76 mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xcd144507 mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd667fbf4 mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd9b32b36 mei_cl_register_event_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xdd3b46af mei_cl_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xeea1ea9e mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x2bf5b110 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xc4b0347f st_unregister +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x0f6680ea vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1152e318 vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x13aa5a5d vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1872c7af vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1a195863 vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x31f6ad8f vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3ef56cd5 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4b630dac vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x50a255c9 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x53c20507 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x677c36d0 vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x69ef87ff vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x6cc1a5f7 vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x722d488a vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7d540b50 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9624c58c vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9973b9b2 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9d16164a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xccbb53d1 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xcf5ed7ef vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xcff91c6e vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xdac94780 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe7e7c107 vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0e631650 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x240f4446 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x39e4dc0d sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x53cf94bc sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x78bca52f sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x93002bbd sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x955d0058 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbff11359 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc200cc6f sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd79fedd1 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdd9041e5 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xede14cbd sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf5264ba1 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf76afd25 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xff80ab9f sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x2b862b04 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x37b9965b sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x55a77220 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8502d32b sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x939c6a76 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd4203b6b sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd506eda7 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xecf4ad27 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf8902c66 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x164ede2e cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x2967fbc6 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xd479de50 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x2a858d3d cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xa72e096b cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xd97c42bb cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xa7340fb5 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x01a0831a cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x6053f61a cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xd3121ab0 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0ee5b170 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x15429d24 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x244e776e mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x28935739 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2a720262 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x345f44d8 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x34c74355 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3b182f01 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x43bec598 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x44219a11 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x55bea143 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5a892de0 register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x612d19f7 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x661c24b4 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6d18b023 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x716f8741 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x78ca6190 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7c07a183 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa2e2a5a8 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xadab778a mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xadc12938 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb079990b mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7651276 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbccde50e mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbf0805e2 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc2b78d24 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc454db4b deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcd0c1a4e mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcda38858 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd04a7c78 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd33d19cd __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd46d78fe mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd6cf81e6 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdc5b193e mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe5943b22 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeadf7fad mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb05922e unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xee227cf8 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeee9c173 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf2c27c1b mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfc73fef2 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x015100e4 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x18ddc2e9 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x262bc96a del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x53cbb009 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xb61f6622 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x0af5ea66 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x9572c750 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x1ecfe63f sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x7c52449f onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x98d51174 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x5ceb9109 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x09facb4c ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2edf0dd7 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x34f0650e ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x39d53a5b ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3c829042 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3f2fc105 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x65fb0a9e ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8037b623 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x95ec1e9c ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa7b3f1f8 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcf4f38bd ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd1f2527e ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd2574ce9 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x172500fe c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x62858781 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x7c8ecb5f register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x9dbd82e3 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb2534bf6 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xd84b2ff0 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0fa4df16 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x16e7d1d9 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x18bae7ac register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2f5cb318 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x30fe704d free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x3adaa677 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5b3b04c1 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7b9fdffb open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9a5b3207 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9fd9ba4f alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xaafacfcf can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xaec2accf devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb07e602f alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbcca6e87 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xc21b3a93 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe25f95ce close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf574f3bc safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x0fd21409 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xa3cf6550 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xf97e0b8b register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xfa7c45b4 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x3e4689d3 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x723d8279 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xb711d415 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xf68083e9 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0181f470 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02a130e6 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0494c20a mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x049d09a8 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07099c61 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x094773bc mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c8fb371 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0fbbd083 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ff837f6 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1032a587 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11e0b4fd mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1224ab57 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x128cbd17 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1522c773 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x173409f1 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1834df44 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a436888 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1cbf70c3 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28c58521 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a58eef8 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2bc9aaf9 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ce9df4a mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2cf02654 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2da22621 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2de5c50f mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x302e2bc0 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32223c28 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3267d0fa __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34ce1c58 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x353ec1c1 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x388ae133 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3af954b6 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d6e423a mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f24334c mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f8fb901 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44f0d0fb mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x450423a0 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45c1b311 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49a01a9b mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4bb55f93 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4df58fab mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51a8f74d mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54601bc2 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a25939a mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e22ac92 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62ab9cd5 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64fb40b4 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6637550c mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x693628b1 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6aec2485 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c245b5f mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e9fb6ee mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f591f28 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70335a87 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x782b3802 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b1d7712 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80aed949 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85ada411 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a44e405 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c8258b6 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d0efd04 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x913bc504 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x940918bd mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x948db279 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x967ce4c3 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96c26a34 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97898f8f mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a276b56 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e54162f mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa21d9180 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3f2a987 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa759f560 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa99ed524 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaca3ca17 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xafa357b9 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb389cddd mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb025925 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbe0949f mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd3ae766 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd6f51b6 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdf2e0a9 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf2d9a8d mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbffab04c mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc07b49c2 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc15ec55f mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb95929b mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb99add9 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcff23640 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd162c278 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1ae5105 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd241d961 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3bc91ab mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd794b143 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9415b12 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe45808a4 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb5f3548 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec100033 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed9eb811 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf36f99e3 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6091ea0 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf957c566 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9edb712 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa5adff8 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcba37e0 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe232c47 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0318294a mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12485b89 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32362488 mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c720569 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b94f3ca mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a3186a8 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79ab5b28 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7bd35812 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f6fdcc6 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8dd4730b mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae45bd5d mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb01eeb62 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda19addd mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc957f1a mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3e80578 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8efb41e mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x0487ddaf macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x28d302fe macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x8c96d205 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xfa4853ad macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x78299a58 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x1897ab38 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x65d2e965 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x66e5c056 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x972c2eff usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0662625d cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x6fc6d256 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7673c64a cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7dbdcef5 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x82b15b58 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa5fa9311 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa7f868f3 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xfc8f491c cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x2ded8f23 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x459d1b1b rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x69ade6f1 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x98af0941 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xa2378762 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xcb9f3781 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x02d3cd09 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x05af4ab1 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0a061934 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0d90c27b usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x10fac209 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x17e1c7bc usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x189d08f1 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1caba19d usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x201ceeb6 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2b4060c3 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3144d8e7 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x46dabce0 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x52f14286 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x53a12176 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x60fd0112 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6a55a1f9 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6f63f84f usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x730c7998 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x86deb469 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x890d9959 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8ca67ada usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x940288dd usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9d80e494 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa1f47513 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa5987dac usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb0a0eeab usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xca30a261 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcb88f7b3 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcd30bf2e usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd1b48c17 usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf048717b usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf97a2009 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x1e85c5d5 vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x906111e6 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xddc86c0d vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xe418e850 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xf509cdb5 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1ad69a2c i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x29e152c5 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4958fafd i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4a17c327 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4ddb1696 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x618fe4bd i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x61b8b603 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x626d9ac0 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x705bcb6d i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9f8e3595 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb5d5d25a i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbcbf2391 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbd611d05 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc36ef3e4 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xcda8db7f i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xfa0d9d23 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x177a3637 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x37f59756 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x676e24dc cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x9765f8c2 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0xcf3f25e1 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x03348ccf il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x21673f70 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x3e03460a il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x9ef919da il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xfe2ef58b il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x076ec924 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x08e75b72 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d508c22 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x130df2a5 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x13553167 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x176803f2 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x23b31849 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x23f29e72 iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3cb9b5dd iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x42fbaf7a iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x43f56fde __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x46a01ee7 __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x508ddf2b iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6715334b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x71836537 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x74d7c674 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7c050644 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x90b4321a iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x95795c57 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9b11eace iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc0841ce6 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcd5139ef iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcf341945 iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd1db77fe iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdd3e32a4 iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xebd95638 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf7377737 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x01133ee3 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1386af5d lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x20c2650c lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4315765e lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x65e1bd97 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x667a45d2 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x70695e20 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8599741a lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8f78a5f6 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x92f1102c lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xaa83e040 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xae910b15 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xdc25f964 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xdc616a30 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xe3f1e574 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xefd4721a lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x5b452035 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x60ce09ab lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x6d5a8128 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x7f6ec3d3 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x814e4249 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xab167f7c lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc6c01a3d __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc83f0f24 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x15b23a80 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x1b14b059 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x25ac99e9 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x3c411752 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x42fd773f mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x4489e89a mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x71587d26 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa5e695ad mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa633c4ea mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb4b399ba mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb96ba7ff mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc085874d mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc432fbdd mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc5891443 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xd81640c9 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xda883fa8 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x6c0cc834 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x6c7c8982 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x91f525f6 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb7f63ec8 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xd0902ee7 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xe27a1c96 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xed34b2dd p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xf0368b1f p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xfbf63407 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa26069c8 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xc68bbff0 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xd886cc23 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xebd778a4 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0018ffad rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x106c3201 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x16bbf306 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x18687469 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1bac4fb2 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1fc9a806 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x26e9a73d rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2fffd274 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x36fedaca rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4195efe4 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4981295b rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4e0b08d1 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4efaefed rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x55d35a7f rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x62430271 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x71107eef rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x72ec7c4e rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x73edc43f rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x79fc79c8 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7a9aa732 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x812f06d7 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x82b3012b rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x86da828f rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8823e052 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9f330986 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9feb2f14 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa911da92 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xabc02bf9 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb60b2885 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb9e27e43 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xba8007ca rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbb43b457 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbd242b7b rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc4e74099 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc589bd2c rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc8fdd24b rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe9049973 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf9d5ea26 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x10140188 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2986911d rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2fd6004e rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x599c84a4 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x848ba681 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xacb95a48 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xba81d11b rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd2aebab0 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd5112704 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd817267c rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xde2a467b rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xf83dc6ad rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xfdde0b99 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1ac774fb rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1f9b54b8 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1fa9ec7d rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2519fba9 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x278c2a15 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2aa2ce57 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2e4fa006 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2eaf4e21 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3aec97d9 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3b1acfeb rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3c83a022 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3fd031c8 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x420a826d rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x44e753d6 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4628f026 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x502dd14e rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x51549ea6 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5af06adc rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x68ff5f54 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6dea4c4d rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x749622ff rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x76462923 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x78f8b02a rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7f010fd5 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x80235eaf rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x84a5fe56 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x86203d54 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x89a8a07c rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8ee0e3f1 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x904f7d8a rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x949673d3 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9ea6ddfa rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb41d2f3f rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb7c64007 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb9970f76 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbc81f3d0 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc1ecdfb2 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc31aabf4 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcfbcdc87 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd5838536 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd81e7767 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe82c897a rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xecba1bb5 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf4486eaa rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfd9e1794 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfe970f07 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x093d66d9 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xad00c463 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xe76fea51 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xeb7f71cd rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xf997f624 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x1b5a7c14 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x8c96430e rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xd96c4bef rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xf07645d6 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x0fcfb8e2 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x170db4bc rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x196323ed rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x20ac73c1 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3137cadf rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x337a70ea rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3530a235 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x59a8e0ef rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x890226b5 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x89996899 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa2b854cb rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xbd92f20d rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xcfef177a rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd279bf4b rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xdee4b6a3 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xfde6f897 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa22bf784 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd3da5ecd dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf7102461 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfd794754 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x049dfac6 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x077a400f rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x080b3b4d rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2367cffa rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x28df16c6 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x38e7a275 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3b044753 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3c4a285b rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3cfc1d07 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3ea07840 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4526009a rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4f431b93 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5bee7a85 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6e4caebe rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6e978dbf rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7a55e108 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7d03593f rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8509f5e2 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x90d3d763 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9b9ad8ee rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa688e8c0 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xabe1fed0 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc50f01e5 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc9250e0f rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xcc89b79d rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xcdf1f190 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xfd168474 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0ce0e95f rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x26a63d29 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x2e49d6b2 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x5300e88a rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6544ca90 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x695435b5 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6b4de810 rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7caaec34 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x874cfd13 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9ab5f107 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9babcaaf rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9cc17844 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xa7f05fe0 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xaa3aa56b rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb3222dbb rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd2b1f48a rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd4b2d544 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd50a23a6 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd58032cd rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x1dfb2422 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xa46f2645 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xa97de9e3 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x01d71c6d wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0c3c4719 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x105f9154 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x116750e2 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20687b7e wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x26d4967d wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x29dc4a62 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x454fa616 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x45b6924e wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x49dbe4c6 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4a193405 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4af36f02 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4f50a872 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5beb0698 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x69ffc5b9 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6af8844d wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6b8adf19 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6ce6973e wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7599a065 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x764ee421 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85d9d502 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x88347562 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x885da480 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x89cbb935 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9042aad7 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa0c9cc08 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xafb64ae4 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb2123011 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb805a0fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc9383b18 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcec5ca35 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd2f5af9c wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd3fca15a wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd598743c wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdaa03b0f wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdcd01352 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xef0096c7 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf21f54d4 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf275ec47 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf86ca3bd wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfa891776 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xffa4a419 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x3b577068 nfc_mei_phy_disable +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x44a582e1 nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x74e7f2bd mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x8b4e7b3b nfc_mei_event_cb +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xe82e19a5 nfc_mei_phy_enable +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xf29596d2 nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x1fc18398 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x80b19b5c nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xb4b7bc70 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x66ab9bbd ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x77ae9ef1 ntb_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x7be6f71d ntb_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xdd858b6b ntb_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xfe897ddd ntb_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x2681b27f asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x85ca8f07 asus_wmi_register_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-rbtn 0x51552fca dell_rbtn_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-rbtn 0xa060fe7d dell_rbtn_notifier_register +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/thinkpad_acpi 0x706cdcef tpacpi_led_set +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x3ecf6cfc wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x561c634a wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x876d29f1 wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb5a6ebe2 wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xda29f8b0 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xfb882fb7 wmi_query_block +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x1ca2f359 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xd9a08c2e pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xeb480b5b pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xa6e7903f mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xd50798fa mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xd7046b87 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x1732bc7f wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x240a0c92 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x2480391d wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7c1e0b6e wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x90dac7a2 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xbe608d81 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x1d76a6fb wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x07d5d9e4 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1bb2d2a2 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x20cc18e6 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3175bad8 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x38f9cb61 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x399427cb cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a66c22d cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x57acd9f8 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x63370a69 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x665ea0f5 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x75f2d86f cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x79e91d5c cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7a1e143a cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7c228630 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fd5eb02 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x86ba4200 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x89b4197d cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9230f024 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x92835c7b cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x935b8684 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x996dbe95 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9a8e4296 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa997be1e cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaaf7daae cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb39f9bd5 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb74c24f0 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc259f6a5 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc3b0cad0 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xca68a992 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xccaef3b8 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd0fdf6e6 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd729b6f2 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7ff41c1 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdb73dfb6 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdbd37d6b cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdc0bf356 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe61cb000 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe7bba879 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe81567d8 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeb0930a6 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf9e0bfc0 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfa5eaebe cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfc1efb5f cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfce49102 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x1460dede scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x14796109 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x340a4620 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xb4411ca7 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xbeead543 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xcbd80de2 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xe9f4f1cd scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2b29134d fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x30386f64 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3760176b fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3d019e64 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4016a391 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x82e3daf2 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8e1997a6 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8fa128a1 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9ee22265 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa936aa00 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb2041836 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb80a515b fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbbf646e2 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbe1b9e55 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc2926b0d fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe090c8da fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x10f48464 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x200dcb79 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x46077bfa iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4c10e9c9 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x52d2ae9c iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x6ad2f181 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1359edd1 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x15e6aa66 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x22dedb85 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x240dd407 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x250147a4 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x26d2595b iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x315458a3 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3a6361b1 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3acc0a01 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3d18adfd iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3f7b13dd iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x441fa04b iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4ada1a75 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4cd35993 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4ebd2b1e iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x53102236 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x53c315a4 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5779cf71 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5b959428 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x61b93fe6 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x670cd5b6 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x81756187 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8497cdcb iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8746a9d0 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8a41902d iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8c0f19c8 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8f8488b9 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9c69dff3 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa2a47ada iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa4a31fcd iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaed646f2 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb5962b0b iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb787e571 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbdf7fdf4 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xca345d18 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xca66bec7 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xda546b7d iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe9a657aa iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xef71cba8 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf06471eb iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf2776cc6 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf2bb9799 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfd43cb8e iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x00ed074f iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1273c5f7 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x224036f1 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x26eca94c iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4222557a iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x71066a70 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x73d16620 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x828c70a8 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x867b06e5 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8d9f48f4 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x97f771da iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa3d4b5e1 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa65384fd iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa69188a2 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xacd17c9e iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcb83f790 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf1acd585 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x01b45da2 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1c62dcdc sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2142bfed sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x285d9c8e sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x29ffb774 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x43f8e53f sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x488024c6 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7da9ec70 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7e512370 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8c60f4fb sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9087a075 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9e6efaa4 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa004ed3e sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa7221bf5 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb3a977b3 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb4ba82c9 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb527d544 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xba3f9f82 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc64d61d9 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xccda3eec sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd9c2176a sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xeac58ec8 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xefda1470 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf2a03ea8 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfc18449a sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x2df80bcd srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x3ba66669 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x6428dd54 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x877370a8 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xd3df5eca srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xe208b503 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x120228f4 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x17d99f13 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x48784a52 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x4fc76fe5 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x5f00b974 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xca9edfc4 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xdc44f2a1 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xdd01aed1 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xfd828eb7 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1419252d iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x19a9d1d8 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x24ece4e5 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2556e7e6 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3eb01518 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3fae9218 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x44934291 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x46032816 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x48180818 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x48f403ea iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6347cc97 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 0x6a53c847 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6af7e0db iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6c10d351 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6d0f1bb6 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6ed3c794 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7763f031 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7f127272 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8f0303d4 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x92772f9d iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9d30d01f iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa2f1d00c iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa54e16a8 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa88aacd3 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa887586 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xae348631 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb894de88 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbbf626d9 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc0f8582f iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6a5c4e2 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcb68cd5d iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd1c7a9cb iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2c3a5fe iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe66ffe0f iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe743bee4 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xec5d7cfb iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf1594aa6 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf6abe570 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf7f9b279 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfd79385e iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x11ba39ba sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb118d0b1 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xe9b82054 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xf96c7e97 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x2e4e200a srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x2f8d3dd4 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x42731a0b srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x4a019668 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x725096a5 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xff9fe7ea srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x0af44af3 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x2c77fd5f ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x36ef4fa4 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x52e32441 ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x9c6099ae ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xa62fa945 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x1f1e8494 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x94f8a247 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x9b9c37ca spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xb8ae4676 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xe64b8152 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x24a8d9b0 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x5546433a dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x8479f785 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xb82d3443 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xf865e0db dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x063368d6 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0e6ed255 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2200f966 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2315688a spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x423caab2 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x49a7a5dc spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6362b46d spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x72d0533d spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8d094de7 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa090d4fa spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa1e05cf1 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb23082e1 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbc50db43 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd594c002 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf161f446 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf5650f2a spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf921b494 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfbe20d01 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x1a1c9341 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0935fb2e comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0b7bcb23 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2187f4e5 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2208e126 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x22570c81 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2d31c65e comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2eebc068 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x320f135d comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x36da5a45 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x37cc6ef1 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3bc98e2b comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x42d47ec2 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x50ec780c comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x564c27bf comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x589c50a6 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5a62d9fd comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x61d46524 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6b826586 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6d876e2a comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7294e3ca comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x75599448 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x851b2c6a comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8a8cb0de comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x923145dd comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x982cd058 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9cb77bb7 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9e260f25 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa21a06ce comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa49f833d comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa5e5fc39 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa7e4a443 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xaa6a2455 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xaf977c3a comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb230f14b comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb7033854 comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbad31917 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc37090a0 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc4dde1e0 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc558255d comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc95ac89e comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcc629389 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd29aa048 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd5c92819 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdcfc2fb5 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe059977d comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xebff4e01 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xee6a3a6a comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfb841aa7 comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfbf337f5 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xffc9e192 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x1c2160f7 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xa97871f4 subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xddfea003 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x1c76fb12 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x42435558 amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x7d610bd2 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x8f8de158 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x3fa9b70e cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x54cce4ac cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x74d2dc72 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xa1e6d3b9 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xc320c0cb cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xf98f1c91 das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x01e6a6ef mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x133ebf56 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3101de4c mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x33ea7e43 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3f3c2c6c mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x48d09daa mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5650b0c3 mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5baebe30 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6275ca16 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x667c607e mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6d4c3094 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x750b28bb mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7cab8c0c mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x89af9d5a mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9a66fed0 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa6a0991d mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb882d473 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xbbb66994 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd051fa07 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe607da76 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf8306591 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfe125227 mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xa0ddecbb labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x8478157b labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x899ceb92 labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xc9a83dec labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xd0860649 labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xe77b4903 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x050bcf4a ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x1dee6820 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x568c1d20 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xaa843acd ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xad589c28 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xb852eb64 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xb888ee11 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xf53fd303 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x802fde64 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xc9434dec ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd4baef46 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xdb1f59f5 ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xec7a6543 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xf3cce14c ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x3109cd3e comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x4c3ae560 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x62602362 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x899d2f20 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x9f39e96f comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xa7f6269b comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xfae34e9b comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x03fd44a3 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x22dcba5e spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x48a488dd spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x53d6879b synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5c42cd9f spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5cac9e95 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x65c4cd1d spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x828a83f3 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8da3e7fe spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xa8ccf7fd spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcda38867 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xde7ae2e8 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe61554c4 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x0f50ac21 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x79469b3e __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x87bbdde5 uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x666f2c0d usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xfe20f0b2 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x97f7f1f5 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xda8a1aec ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x8a6a49f9 dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xed438a80 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c9973cd config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1773a5b9 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x18674369 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x294c3acb usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3a4bad54 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3a9491aa usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x43079caa usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5dd7dd1e usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5fb096a5 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x66c4fd24 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x72415e09 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x80f7c95d usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x89c098f8 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x90616780 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x93e69764 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa1a17299 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa370bcd1 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaad76298 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb9326d5d usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbeed76db usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbf5946d3 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcd5ca871 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcd80cca3 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe27f17c8 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe747e218 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf03ad9e3 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf7bc2b5f usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf8f2d878 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x0a5bfb66 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x0b522595 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x0ba6a404 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2dc74df6 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x49fd632d gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x551a4445 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x62397c38 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x624fd066 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x7dd05f69 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa31619de gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd6c67d04 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd892d6b1 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xe3a6d229 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xf06d48e8 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xf6e09ddf gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xa6e8de94 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb34b188c gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x1c68a40f usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x33b58e1f udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x494bb9a7 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x9888b015 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x9d767fa0 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xb38183a0 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xc0e56004 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xe298360e usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf92d17de usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x002c4b48 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x3b5b2e75 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x595981ef ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x003070a6 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x11e9a813 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x3b92a953 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4d143cc4 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x5cf6c9c7 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x62ad71f0 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x739a7681 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7772d0bc fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7f248607 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9b5a2b74 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9f2cc258 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb0bfdf26 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb906fba5 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xee209a90 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf43facae fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x24a0a42b rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x390b6cdf rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x89b00611 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xfc399125 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xb05ed55e ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xfac6b640 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x2aa8d1a8 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3c955ae8 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x4cc13563 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x64266a4d usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6cff995f usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xaa50b8ea usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xedf4051f usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xef883aed usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf67e33e3 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x183967f8 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x006520e2 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x04bd9658 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x0de25a45 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x975f7ad3 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xd04f0fc4 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x6685a827 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x1274a87d samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x357787ef samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x48bc9273 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x87221aa5 samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x996fdb6a samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xa2bb1161 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xaed26703 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x9c1f5bd2 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0b4260ff usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1d1aff32 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3fc06ce2 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x41b4e029 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x57e42c80 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x591a17e2 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x634e960d usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6c9f1615 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x742213b5 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8223bc0f usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x85b5f6eb usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x93ddee6a usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa0f70714 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa7e30e0c usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb6e1d530 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbc1d927d usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcac87c6d usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xde57181d usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe1fcafdb usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe585c60d usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf18d4ef5 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x206c825c usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x264ff81a usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x48b196a1 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x59d10c90 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6990989c usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6b4e638a usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x71942024 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x94a1da27 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9d268703 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9e584877 usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9ed2b345 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa7dd087d usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xabaa8fa8 usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb2a62c75 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb4df1c69 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb9078dce fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc1f0df6c usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc58632e3 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc7f1ee1b usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd1185e05 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd8e06727 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe3cd0678 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xfa380fca usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0039203e usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x05b0aad3 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x09cd63ed usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0d9b48f2 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x53b503eb dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x64f3aa86 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x73f71c76 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x84e4349f usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x965821fc usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa1339a77 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbfe03af4 usbip_event_add +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 0xf9698b09 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0bd816f0 wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x122f15ac wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x12752916 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x19c36994 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x644a6e8e wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xa883b5f3 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc4c8ebb3 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xdac0ab5f __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xea2436e3 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x1b96bd55 wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x2b3cfee9 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x2eb00316 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x37c7ef9a wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3d6bb1c1 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x4084dcaa wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x4239a07f wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x67ffd3df wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xab1c4e75 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb13574f8 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb35be66b wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb4774974 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xbfca6136 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf058c78e wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xa604bc2b i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xb21b4871 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xd48802fd i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x2bfdbc72 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x3770081a umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x5690a653 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x696cea05 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x776d0bbf umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xaf50e8c5 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xcca003aa umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd8ae34c2 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x05158dd1 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0fc02440 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x111dec0f uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x27ca9d69 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x29797e53 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2eb85267 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x330362b3 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3557582e __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x376aafa2 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3af37080 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x43f61fe0 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x489e8ca0 uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x494532a9 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4f5113de uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5bd5a7cf uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5f5191a5 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6060adde uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6428a83c uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x68c6bfa5 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x69ddaf03 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x767e1f6f uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7b6e86cf uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7d969632 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7ed97cd3 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x816b9e92 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x963d605b uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9f6ba07c uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa4a6e1a2 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa5eeac88 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa819612b uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa94b650f uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xaa52d01e uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac97316b uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb001cfce uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb53dc361 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbb3d5580 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc70dcc7e uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc8dbe134 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xef25f245 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf2702761 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/whci 0x128167bf whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x05ac1995 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4244f5b4 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xaf8971b3 vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb3f95399 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb7579942 vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcbe696c1 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x11327aed vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x19ab4287 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1ecfb9e9 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1f2f56cb vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2316628a vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x23c79def vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3ad954a9 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3b1ed189 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x417276f8 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x437649a5 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x455e380e vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x477fad31 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x48d48782 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x54f71a6d vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5739b43c vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x59df60ac vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x62aa57b1 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8d86de53 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa1dcbcf2 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xac26190b vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb6508faf vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbc29af9f vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc43dad1b vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc527aeaf vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd1379ac7 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd3e670ea vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xda71f1de vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xda754811 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe1c52d2e vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe76db265 vhost_dev_init +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 0x15631acc ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x1cc848f3 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5901c2fe ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x64349421 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x9b24f3a5 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc49c3ba8 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xfc458730 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x12c06a68 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x240d42a4 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x36fa1da0 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x55085e58 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x584b9a9f auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x6fd054f6 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x7f785ac6 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x837d4bb9 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x85e4fe28 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xfa835937 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xde28c30e fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x0acbd276 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x72f563f2 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xf5866177 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xf99a5a2f 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 0x22a7af24 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x292da7a2 viafb_irq_enable +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 0x79e6190a 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 0xce9fa2f3 viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0ab5f9b0 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x23124ad1 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x86a0ce13 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x93e50eea w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x98c7eddc w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb970da71 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xcf2a1b61 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe2a911d5 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf1a7f97a w1_next_pullup +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xd89cc6b8 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x000689fb dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x5203b670 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xa01cff61 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0c79b3aa lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x14b4ed30 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x28e14523 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4c167229 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x55303ccd nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7bba8ada nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x93b4aa5c lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xdb359c08 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe0227296 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x015fee2d nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04950810 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x049d1536 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x053e2185 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0845f164 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09dff66e nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e29fcd7 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ef9a18a nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f078f81 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x109349bd nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x123e070b nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14669bb9 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14cadd5d nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14e26e88 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1698928c nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x186a8b0f nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19b2a3ba nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b3add5d nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1cfb9740 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1de38bc0 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b65ba7f nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2bd48061 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d433768 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e2d4f03 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3069992a nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3153d9b9 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31b2b007 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x35ce40c5 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39ddc3a7 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d489d91 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3eeefa09 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41069c54 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x432c494e nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44702049 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4504227c nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45223ddf nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4696466a nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46bed3e8 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b47e6cb nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ba4a92d nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c665040 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51432f36 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x520ba9c4 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5480dc4d nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5542db88 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56ba7ea9 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56d64749 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58249cdd nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e0755fc nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62e39e12 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x634f3881 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x649c194e nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66e54a36 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x69855304 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a9e4d8d nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c3bce42 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6dd58f9c nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x726df0ba nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7511be51 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a3c015b nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a9d7094 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81027b2a nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8317edae nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85635f18 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ca413e3 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8fbb14df nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90e0aad7 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x920b920b nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x93e271bf nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x957447d4 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96bd55be nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96e79c18 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98e4938d nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99fa7e32 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a070969 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa068aabe nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3271d75 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa591e68f nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5fd97c0 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7cd360c nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xad73552f nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae075554 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb109a639 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1365ec7 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7247802 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb86531b7 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbba661ec nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbdfa9cfc nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbfcae864 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbff49795 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0facb2b nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc22267d7 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc57c8763 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5901bca nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5e2434c nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7be01cd nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb55cbe3 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcbf4cc2b nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc95b86c nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc99102e alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd001e71b nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd267d104 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd450fb6f nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd54f1e64 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc6f0eed nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde4fdb61 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfa54442 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2a054d3 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3c57c41 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4e22a2b nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7f17f75 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeda68e63 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef562530 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf030b08f nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf189459f nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2ccec2a nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6a13c8d get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf71229e1 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf74f6c98 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfad9a056 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff8f5973 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x029115f2 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06c36816 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1babbb3b pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2287a8cf nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x239c6fc3 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x23aa868f nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27b3ab64 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x28864cef nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29e80b60 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b34b808 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c86a718 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3dfe6fe3 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3fb457b3 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x446ad46b pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x46250140 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x471de0a9 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x527f6468 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5d1834e9 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x601e6ab2 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x685ec7c0 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x688330e8 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6afeefd6 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x818afaaa pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x84424d03 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x88920cd1 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8a660d93 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x916fc7b1 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f0e81f5 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa375396c nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa6197de2 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb22ad30c nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbc18626c _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbe12d9a5 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0f2e559 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd19fa369 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd7f9a819 nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd965536b nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9be6b08 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd7d5f7c nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf190d74 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf083238c pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf0891e74 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfb4840e1 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfeaa6930 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x29ac3c99 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xacf8a2e7 nfsacl_encode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x232fca06 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x31872fa5 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a28a9e 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 0x6d9f6d86 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 0x85d89531 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x8ad4c248 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x8d24c57d o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xdd999d46 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/dlm/ocfs2_dlm 0x0e9356ff dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x62c703d2 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xc44318c9 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xcfd45944 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd3ab949f 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 0xef2c363d dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x14362bf5 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x61b85b68 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xfa17f736 ocfs2_plock +EXPORT_SYMBOL_GPL kernel/torture 0x012abfb9 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x3e6d3a54 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x870db670 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x1afd2180 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x776497aa notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xfdfcb8cb raid6_call +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x094faf5e garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x1916c3d3 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x5afaea16 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x761eb82b garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x7f342cf6 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xf89d8c14 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x5186e2f7 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x6791102a mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x9a314907 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xa3038a58 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xafbc5c87 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xebdf856e mrp_request_join +EXPORT_SYMBOL_GPL net/802/stp 0x1994bd23 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0x530187a9 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x5d09de01 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0x8861de2f 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 0xae86db58 ax25_register_pid +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc5700c13 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x75576f5f br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9b6e0c0e br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0359a633 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x043be213 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x08487be8 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x08f3cc6b dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0b00e66c dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x10774414 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x123476b7 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x126d58e8 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x161fc0c5 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2a351a7d compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2a4c5646 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3e43e0cc dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x47ee694f inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4967e1b4 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4d1f8d71 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x50ca2890 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5463d524 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x55781ff4 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59a3f653 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f7b3606 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x60b7d325 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6be6ccb9 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x710489bc dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7b8b9d19 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7e4eb1b0 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x87e3b798 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8db31af4 compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9087c38f dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x91052e87 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9e5aa7d9 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc158dc04 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd6a44235 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xde3f5349 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe159dedb dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe3691b9d dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xea870fc3 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x005c49b5 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x2a07e3f9 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x558d11cc dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5a891acf dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x60126007 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc9cec3ab dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1c8e42a7 register_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd42bfe01 unregister_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x087dd7f1 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x621327d4 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x18ea6464 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x320a888b ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x33e88b19 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xc4477e1c ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ipv4/gre 0x37039642 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x415a971c gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/gre 0x5fe844ba gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0x6d0cdf5c gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x855e0d05 gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x35f20108 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x37ebf234 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x451d2583 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa823b4fd inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xab280978 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc94e7f97 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x06bb528b ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x09da3b0b ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0f06ab21 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x20b1631f ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x39f8a595 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x459ae990 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6e87394d ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x774db434 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x77671f5b ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x80112839 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8a6ed66a ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x956f065e ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xddf8ad0a ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x2af5a206 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x51dbaa7d ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0xa8aa27d9 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x2e285bb5 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0xc453515c nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x01f8b454 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x028ca185 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x25e27bd8 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5d68104e tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x6dc32949 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x041a1c42 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x0d6e78ef ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x72ff4341 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x8dcde5b9 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf4826939 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x46dc5c57 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0xd5ed0f4b nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x88302f88 nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x857afd58 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2dcf2504 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x37b35a9d __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x437dc3cd l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x57b76f58 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x69b2e6df l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6e4cff85 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x703fad48 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x81938569 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8371d00b l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x916aae4b l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa6cbaf87 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xadc79ce8 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbceeb6bc l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe163982b l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe8ee642d l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf850b0c6 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x4296ffaa l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x01edd98e wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x280e81f1 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3c092744 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x77d5909a ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7b650333 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x88b0c565 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa1526bfc ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xabd6498f ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xac9c45e6 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd1959f30 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd2221fef ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdc520ccf ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe287ba49 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfc0275ed ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0080530f ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x031fb3ad ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x07e58bfc ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x133d81a2 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x198e55ba ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x35eb6172 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4dff3125 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6f742f79 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81669a90 ip_set_get_ip_port +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 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb3913011 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb62a3a0c ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcc516930 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xde4ac90c ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe78a3716 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xeb7e3bb3 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x37b8de54 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa3dad0d5 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xb0254971 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xc0635c30 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01e12435 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ad2a5cf nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1659afcb nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x16aff57a nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1746deec nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x18288c97 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x18e41d61 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1b1dbad4 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1d32f13a nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x21145601 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2831f52e nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2951607c nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x297c1ea2 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d024786 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d1eae5c nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e37bf4e nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x441df668 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x491b8db3 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x492caca5 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49b1b393 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e3cd0f2 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5391cf5b nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54223c93 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x59176613 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x59836696 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5a745bc3 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e92de06 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f6f26f7 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x619e11f3 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61e252d6 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x633ccf85 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x63a41200 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x677a2ed3 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x68423941 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x687205d3 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x69182585 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6ff0e2a0 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73d3fe0b nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7844e74f nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7f9bbc89 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85e41e57 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x87aec442 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a79960b __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c8a2b7a nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e909db9 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ecb8f15 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x948122b5 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9a461734 nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9aaa3838 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9fdaf547 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9fe08d40 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa143ffea __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa17e9e08 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa312b378 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa40ee846 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa86afd03 seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad87b473 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb181a322 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb32896dd nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5d4a89e nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb77d8d7d nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbcfded97 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1ea1c19 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc4317e55 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd641df0c nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6e2346e nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdc3dfa68 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdcd6ffa6 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd0d1c06 nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdf41d5a0 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe46eb3b2 nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe5b67f55 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7dc5e01 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea58bcd6 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf4b0a166 nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfcf4b39f nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfdd782c4 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xa28b09d9 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x7b8c4986 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xefbf8559 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x14c38d5a nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x44be67ea nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x5a1df2ad set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x669a3c38 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x74238586 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8a209979 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc74622e6 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xde6eba64 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe22cf483 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xeaf2859a get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x9065470d nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x1aab7e9e nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x8c2f8954 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x929ba290 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xc6b1d434 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x204ed505 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x8f771a77 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x19e86a95 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x33deb6a1 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x60218ab2 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x67b918ab ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7026fb0d ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xac3d0563 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xfb84f5e8 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x5b68e78f nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xc31e7009 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x47fa9f41 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x53c8d325 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5c2bdb87 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbff6d860 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc898c781 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcd34ee54 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf2cbc33f nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf73abb6f __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xffceeabe nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3bab1075 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8b4b2cb5 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x07b606e9 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x254c3121 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4d399ec9 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5535140a nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x69794545 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7fe7d464 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x93a5c3f0 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x952bf0c0 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9624e43b nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9de206ad nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaac8084b nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaaf68bc1 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb4f08df7 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x018d0b5c nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x13cad51f nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2081bc30 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2fc89294 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5864b6ee nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x86544ec3 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x999523eb nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x63d94b4f nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x73e05f96 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x431eb3a1 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x83c42f22 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xa3072cae nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xaa4e5c9b nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xdcd002ba nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xde433c84 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xfe813ac0 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x64f05160 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x657cd64f nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x038f2c4d xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x05d97089 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0604b9f8 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x161d1417 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2457dda4 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2ee42232 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5458501f xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x590b2791 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5b0195d0 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f82f1f7 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x691a6d69 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6a2587bd xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6b9dfd7e xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7a101f65 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bfd2635 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x82fe0b8f xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x90200505 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x94404017 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb0dd8487 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd8d10373 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0b4971b xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec24fd82 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xef994413 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf907ab2e xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x132318ac xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd7e1b517 xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x84819873 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xea9001ed nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xf9af1335 nci_spi_send +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x027d0444 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x0bef4936 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x15b290ac rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x2628601e rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x531eb618 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x59bdff53 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x5dc9e6f6 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x6342f7ef rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x7bc62829 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x8c0bb4aa rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x8c0ec486 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x966a3d43 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x97928fde rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x9d17dde0 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x9f6d81de rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xa22f22e4 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xbf9ccf91 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xbfcd6b33 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc42355c0 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xf236dd36 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xf5e51821 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xf96353c6 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xfaa4686d rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xfd5c126d rds_message_put +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x29442a46 rxrpc_register_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x7984af4a rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x500fbba9 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa4ec8c41 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xe0ff67c8 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00f70b66 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x022b7a1a rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02f14a14 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04e9d4cf rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0650f745 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0658351b cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0864f77f svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c1fc3d1 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x127c7a5b xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15df6566 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1693bd6d xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x171f584c _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x187a0781 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18cf731c xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19a5a636 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19fe9fd0 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a1b0690 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c6aee6b rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d6bb121 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ff3c468 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2077e7ef svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x208d4d37 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x219fd81d svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x221fed7d svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x228e033a xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24700517 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26dfde24 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x270d54f4 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27a39f31 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2831d4e0 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a375d03 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a71c4fa svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b6247a3 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c5cc487 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cf37cc5 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d755895 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d7e3d23 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2dedf930 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e3de2e6 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ee5b797 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ef14d73 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f9584e4 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31908c63 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x336230dd rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34ae3b9a xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x355fd88c svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x357b2554 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3665bc40 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x385da678 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b1bb175 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b88c1bc rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ef32084 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f4c652f rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x420cb411 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44863f2f rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x486a5537 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a931bf0 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b86de40 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cd61692 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d7973ae rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e0827fe xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50d9e627 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x531fc0db rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54686236 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56345f5c cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56709277 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ad2a1bb rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5bd359e9 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d1c5ecc svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5eb12477 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f016086 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f13804a svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x619b1d4d xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61b286b2 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x620fdf36 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6218d6d3 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6282805f rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x628f127a rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63333d16 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x634347aa rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6392af22 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6774600d rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x688f2420 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x692e3f5d cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c7d1fe3 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c8e6aa7 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e9ab9da rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ec7451a xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x711f8c0e svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x712b7e86 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72cbc11a xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7312704f rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x736630a3 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x751877b4 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78e65ccb xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a36ddbd rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7acaa32f rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bab7141 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c14dd6f rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c9af2b9 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7dc74eed rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e345f21 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e630541 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f8e6507 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x803c11d5 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8276e545 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83a1eacc rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8403db24 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84dc73ce rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85ac8c43 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86219508 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8691c06a xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x890e2e6f sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a44f06d xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f0ae598 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f241933 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f77fadd xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90f7513d xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91d641ba xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x920b1af3 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x938c8225 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9494ecc9 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94e9e5b4 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9591ff19 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98560058 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a7d5999 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c7005c1 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dc93b19 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e277ed7 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9fec0f71 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1457d9b __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2c6b8d9 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2cc9921 xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3b2f0dc rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa96a0cdd rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa3a2581 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa83aa12 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacccba46 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacdbdc5f auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2922b1c xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb32f0dad csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3c6589d rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb555e2c8 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5b7b6b7 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6e94858 rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb70b7a14 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb99df332 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba0929db rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc01493b9 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12d2256 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc17a0b7e read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5c0c6bc svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc76f1122 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc77dfb5f rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca950a9a rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc65a666 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd071fd5b rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd295aea0 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3f2f7ab rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4537411 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6598628 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7a04645 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdac891cf rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd7d9f80 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde0575af rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde057bc2 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf821baa xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2644f4d xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2799635 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe301498e rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6369adc xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe847a9f2 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebe8a90e sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec6b5209 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec85d4f2 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed1398e0 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed37a44a svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedd9adf8 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf45bc564 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5ab8495 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6e430d3 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf73a18de rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7dcd48a xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8ad63bd svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfab8d994 rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfae7c535 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd75a30c xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd8e1ce3 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x134bbfb6 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x177a55d3 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1f057625 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x32fbbc63 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3ffbd132 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59d943c8 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x69a0f427 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6bde89db vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x970b77bc vsock_pending_work +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9fa00e7d vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa18a427b vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xab64a083 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcb177eac vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf7ebb22d vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfdf55981 vsock_remove_pending +EXPORT_SYMBOL_GPL net/wimax/wimax 0x03b58c4c wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x0d82c68c wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1742e997 wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1e5a3bcb wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x3ea246b1 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x53f42908 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x68ab613f wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x68d07836 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x90e31b89 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x94b95cab wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xb4b983d2 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe2c0626d wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf2f97c02 wimax_msg +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0540ee09 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x09d17f99 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1a29d094 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3d990ad5 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x455fa383 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x50aaab99 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x676083f0 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7101acaa cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x90ad9ba8 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9200eb73 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa068079a cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa5b874e1 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xdfa96f6d cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x0d5ef717 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x75990442 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd1d3189b ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xdf8b80f5 ipcomp_output +EXPORT_SYMBOL_GPL sound/core/snd 0x0f2b4f15 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x33ca0e25 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x3ac482ca snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd 0x45b13965 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xda5b7458 snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x56938d54 snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xb2c36981 snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xb5b3658b 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 0x4451fca5 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd7e2ec22 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x1cbc83fe snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3799e3e1 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3f94c3fc snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x448605e8 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4e648877 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x573c9c4f snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6ed3088c snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x800c8e29 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x85e1f851 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x97acd682 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xca0eaec1 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x6acb8762 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x739d1770 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xae92fe2d snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xbbfc01ac snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf502a78b snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf8de229e snd_ak4113_build +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x032c5ce6 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0509e4e9 snd_hda_codec_update_widgets +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 0x06a0546e snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x07318812 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x08d9f07e snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0a10875f snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b92ce7e snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d45549e snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e0556d2 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e905823 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x18713322 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20d017d9 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x219255f1 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22884ef2 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2422c6c2 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2596455e hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29488606 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a551b39 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32422e97 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x35669c76 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3991d2a9 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a5830ee snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3eb5dd25 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ec36612 snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f53b1c1 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x400cc61a snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41ed5f1a snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42b13be3 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42ea9f19 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47245cd3 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48171a41 snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4883b899 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a61cde7 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a70af59 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x53b983c4 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56e26554 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x571b36d9 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58670c0d snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5b741116 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5be0e3ea snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5c33ccc6 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5dc5d478 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5ff8149d snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60b01772 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6362d586 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x640e65a4 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65017520 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65f40f7f snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x666adce3 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a0653dc snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cfd13c6 snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d837430 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6e480821 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x740fca4e snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x75c1332d snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x770fc10c snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7975032f snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a79f4b0 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7db4dd71 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81fa5827 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8228abe7 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83e85975 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8448a186 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x858d348c snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86c07b7d snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x88cd9dad snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8fcdaf37 snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94636d15 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94e23232 snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x962b8135 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97090072 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97d2482b snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a73c913 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9bbbd2dc snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9bf5fa7d snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e38e15b snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e8fe218 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1292845 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa35a8b88 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa6723dfd snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa6c28eb1 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa79a7c17 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaac01ae0 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xafdc9160 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb12f5f78 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3922754 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb67939c1 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb68bf502 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb70c0e9d snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7ba6921 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9c6f1b6 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9da27f5 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xba9d8f4b snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd63f696 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc25d46d9 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2949fcd snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3e5d2a0 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc40a3282 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc57b066d snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7240cfe snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc92d441e snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xce9f1bc1 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcfb48433 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0b365e2 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4c06bd8 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6a78528 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9a39865 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9c79ed6 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdeeaeae6 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf6d3d85 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe09d2fcc snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe25bd175 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe51a4318 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe54856ec snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6ba15a3 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe97f4e3a snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea9ea3b2 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec782f76 snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf0547a17 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf0e3a28f snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1c2a2db snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf282c759 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf29446a5 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4121718 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4767367 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7d57868 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8712d07 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8987b18 snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8b572b0 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfbd84779 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc0adcde snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfdf78adc snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x07193651 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0f582a71 snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x102b9b1c snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2c4858f7 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2d3cc004 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4a7b6e38 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5ab8503c snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x64dc458e snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x729df5d8 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 0x8529f0a2 snd_hda_gen_check_power_status +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 0x8a1c43a6 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9a4d3a91 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9c80b4e5 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9ca0454f snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb40e2dda snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc4d7fea4 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc520141b snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xce73894c snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xceb3295a snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd491459f snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0x51cc9202 snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x02b13c83 azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x0b8a791c azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x30f82e4c azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x59ac5327 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x5b237ac1 azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x6d590310 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x6d77b2f2 azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xa1e04ed9 azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xa5e7733b azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xc334f597 azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xe2441c36 azx_stop_chip +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x5e253425 atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x96ccfe59 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xf968a49c atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x18a1cf57 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x2dd170f8 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x9868e05b cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xc10f9650 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x0972702a pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x7569b91c pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xac2b28d1 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xc217a016 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x7f68b24d rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x43781f68 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x592278ef tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xe777e998 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x1c09001f wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xafe57f8a wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/intel/snd-soc-sst-baytrail-pcm 0x28eafe63 sst_byt_dsp_suspend_late +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x4eb11158 sst_byt_dsp_wait_for_ready +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x8244e38e sst_byt_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x8f73b51a sst_byt_dsp_suspend_noirq +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xeeabf656 sst_byt_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xfc40cbff sst_byt_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x0632d8bd sst_fw_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x09f0c45f sst_mem_block_unregister_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x13b43a55 sst_module_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x150f781b sst_memcpy_toio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x18de84fd sst_fw_free_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1a5c1937 sst_fw_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1b5e8b82 sst_shim32_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x2f71f4d8 sst_module_get_from_id +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x39c0fe1b sst_module_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x417763fe sst_module_insert_fixed_block +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4a045773 sst_shim32_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x61ff0838 sst_mem_block_alloc_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x6a570cba sst_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x6dcdc113 sst_memcpy_fromio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x6f413e16 sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x72beab69 sst_dsp_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x75c49042 sst_dsp_dump +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x75d4d161 sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x855aed9f sst_dsp_reset +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x99bedc2e sst_block_module_remove +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x9b5fce1a sst_mem_block_free_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa5c9033e sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xb0348ab0 sst_dsp_shim_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xb3fcdb10 sst_fw_reload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xb8182528 sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbb48c608 sst_mem_block_register +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbc4f0644 sst_dsp_shim_update_bits64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbca82f96 sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbcec5387 sst_shim32_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xc108b594 sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xc134c397 sst_dsp_shim_write64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xc1a486a8 sst_dsp_shim_update_bits64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xc372665d sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xc4ada6f8 sst_dsp_shim_read64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xcafffe43 sst_fw_unload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xcb6e16df sst_dsp_outbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xceddae8b sst_dsp_ipc_msg_rx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd8045590 sst_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd9a2c94c sst_shim32_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xdbaa0181 sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xded4e483 sst_dsp_inbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe4b89969 sst_dsp_shim_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xebf919a6 sst_dsp_ipc_msg_tx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xf2b3c0cf sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x1ed66f86 sst_hsw_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x483be8be sst_hsw_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x8126f07e sst_hsw_device_set_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00558f12 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00a54529 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x019055f2 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x021ce7fe snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x034be05d snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x056fb331 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x064b0caa snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x095f26b3 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1241d368 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x129dd79c snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x131d77c8 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x13d0cfe7 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x183c95c0 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19769fac snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ca462af snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x227c6873 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2494e0dc snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x25abb9d6 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29ea2ea6 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a47fbe1 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ddab837 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ed94e64 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3106b334 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31ba9822 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34009ca6 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37d6abcc snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x386dcea7 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ab9d04c dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d70c6b9 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41bd74ac snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42039e89 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4261634d snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43b42bc5 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44a3f3f0 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46dd2b2b snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46efdb88 snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x476a60f6 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49ab4a47 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a626475 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c3e78ca snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ec97c02 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f593d85 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fc352e0 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x525cf312 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54bed981 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56c36798 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59103ba6 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x592bdab3 snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5dd54dd2 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f3511e0 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5fc94da6 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x605c183b snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61a82e5f snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ba3c409 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6dd5b070 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ee09501 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x723c68d6 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x73a8bcd8 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x740b39cf snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x764d9ca6 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7809e878 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78351fea snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a48db38 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a745243 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f1a75e6 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x801e955b snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86041a5a snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x872154b3 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8750e3d8 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87bc716f snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88ae38f8 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88b13a94 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8b6e07de snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c3840a9 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d33ec63 snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e0dd08f devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ef54129 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f4d3bb2 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8fb69d93 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x906e0249 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x936305ea snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x941cb9e5 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9452a589 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9550ebe1 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x955b09ed snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b4db9fd snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e8c94cc snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f3cf7c6 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa01681e9 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1b8734c snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa453b545 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa65635ff snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6c62277 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa83e19bc snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad1d4080 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xada0262d snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae59923d snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf609839 snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb23ed6ae snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5d263c9 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb65b4e14 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb79ef302 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8932a6e snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb462a6a snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbbc42711 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc4f88fa snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf305cfb snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf5cfbca snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc020dde3 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc15f1181 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc21ab98b snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2b144b7 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc451cef2 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc69a80ab snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8fa621c snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcdae2fce snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcde0ca66 snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0604de8 snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4a74173 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5398ef8 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd654018a snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6f5e9f0 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd7a894c0 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb500e3c snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb919a80 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdd6c9421 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdfb90ebd snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe21d10ce snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe32a955b snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe509a1f6 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe57e7486 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6a35e07 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe7afd593 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe966bfc5 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeca50ff5 snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee249673 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefc11e1f snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2af9ecf snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2ccff57 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf520d711 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf758da8d dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf809f168 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf98091a0 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc1d3775 snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfeeb121a snd_soc_debugfs_root +EXPORT_SYMBOL_GPL vmlinux 0x0009ea3a dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x001b9562 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x00247cc5 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x00411175 get_device +EXPORT_SYMBOL_GPL vmlinux 0x006bc072 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0070ef14 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x00860db9 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00a0b8b7 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x00c0df9d i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x00c235d9 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x0102c837 iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x0118f248 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x0148edd4 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x01728e24 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x01965763 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01ecadf3 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x01edc3c6 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x0206f04f dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x0208c727 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x0236daed ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x02448233 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x024a3dfd usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x026211e2 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x027a68ed usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x027cfc29 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x027fb06c blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x02803a26 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x0287e8d2 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x028afcdb ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x02a97dbe power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x02f99a88 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x02fffd04 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x032fa760 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x0334ec6f jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x035883a4 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x0370ff5c regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0378cb0f xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x037ca924 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x03935066 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x03adef78 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03cf2205 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x03e21a99 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03eca9a1 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x03fae09a blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x0407dc1b rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x0418a19e unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04ab4693 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x04bc2f6a of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04ebbe9c xen_swiotlb_map_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x04f7d9fe setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x050c54d8 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x05117706 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x051e1c9b pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x0528ed12 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x053494cb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x053e1622 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x054c462c xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x057cd7fa virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x05a74660 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x05f5681b tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x060b314f set_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x060d1064 set_memory_ro +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x064399ee devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x065bca85 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x06913cea tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x0692d39d __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x069cf6a4 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x06a062cc kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x06d549e6 pinctrl_free_gpio +EXPORT_SYMBOL_GPL vmlinux 0x0711b0c4 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x0742d3e1 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07555477 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x077ee5fb __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0783a264 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x078a8ea7 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x0790e20b extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x07981d8f ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x07a625f8 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07fc478e acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x080b1be7 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x081997ec ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x083d9dc1 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x08651ac5 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x0884c6d3 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x088bfa7e cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08f034db fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x090c3439 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x091846ba unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x091860dc devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x094313d7 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0950a532 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x0960f039 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x0978d728 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x097a105a efivar_entry_size +EXPORT_SYMBOL_GPL vmlinux 0x097cc0dc user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x09827a5d xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x09975f81 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x099cca03 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x09c0ead5 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x09d49247 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x0a1934c0 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x0a43d8ed platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x0a6a7319 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x0a932819 efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x0a991009 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a9c71f7 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0aa47350 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x0aba2f0a ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x0acc31b3 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x0af528ef ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b13c0fc usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0b1e31e3 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0b283bc4 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x0b34285c register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x0b417065 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b65db8d crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x0b7b9554 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ba72fc2 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bc96c85 acpi_subsys_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x0bd417a6 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x0bd6f04e sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x0be79ef5 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x0be8cb31 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0be95587 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c51b747 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c80e3fe efivar_init +EXPORT_SYMBOL_GPL vmlinux 0x0c9510e8 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x0cb2a7fe da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cc2c5a1 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cdd54cc blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x0cf137f1 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cfac2a7 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x0d0132d6 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d14e40d dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x0d4c4faa usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x0d5d786e kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x0d81da54 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x0d8fa8d8 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0db0161a usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x0db20027 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x0dd11f01 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x0dd5d145 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0debf8ea palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x0dec6e76 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x0df577f0 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e0ea6e4 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e289fbc dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x0e6f93b8 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x0e7d5676 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x0e98117d debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x0eb051e6 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x0ebd7321 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0ec767e9 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x0ecf823a static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0f1fd7b0 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x0f20615a device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f509128 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f86cc3f clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0f8c58e6 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x0fa138de xen_hvm_need_lapic +EXPORT_SYMBOL_GPL vmlinux 0x0fabafee blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x0fc71065 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101e9a5d srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x105a5fee rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x10adb23f devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10b4b8d1 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x10ce2e19 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x10d07dea gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10fb57e3 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x10ffd209 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x113f1401 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x114f1a20 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x11754600 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x117c7305 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x119af014 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x11c543c6 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x11d8f94a device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x11d95714 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x11e3c98a key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x1200e31e xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x120217fe tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x121a9342 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x124ebc2c da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1264dcb8 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x127df83c pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x127f60a0 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x12815a36 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x128a5e36 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x12b1ccbd sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x12da0523 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x130bd388 check_tsc_disabled +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131b6526 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132fc939 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0x13430031 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x1349f747 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x138ad329 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13b89dee pinctrl_request_gpio +EXPORT_SYMBOL_GPL vmlinux 0x13bf59aa key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x13bf9a69 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13e26542 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x13e70fe6 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x13fbdea3 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x1404c229 fpu_finit +EXPORT_SYMBOL_GPL vmlinux 0x1433cbc4 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x1445e7f7 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x145352c1 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x14592f9c wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x146c8115 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x1480da44 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x1482afde regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1498802c regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x14b26497 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x14cd65b8 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x14ce79ec unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x14dd7f4d pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x14ed195e devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x15010e1f arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x15013508 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x1501bf65 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x1555400e i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x1567aad7 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x156f2085 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x1575157d regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x157c5434 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x158f1c0e regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x159016ec clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x15aa872b raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x15b0606e e820_any_mapped +EXPORT_SYMBOL_GPL vmlinux 0x15b976ef regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x15bf6507 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x15c1164c ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x15dc7875 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x15efbb9a sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x15fee7f2 __remove_pages +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x160d7a90 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x161fa4cc rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x1628da08 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x166481d3 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x1676b2d9 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x168dd153 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x16dc9a5f clk_register +EXPORT_SYMBOL_GPL vmlinux 0x17091536 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x1734f159 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17aae7a7 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x17babe04 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x17edc679 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x180c0a26 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x18227d0e pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x1829b9ed hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x1848d7d7 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x1858837a led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x186ad696 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x1889563a clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x18c3d3d8 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x18cc5e8f regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x18cf2f6e blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x18e485b5 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x18eca856 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x19014a2b devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1904b480 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19510500 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x195b8504 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x1969272d regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x196ad999 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x198a196d debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19e60e39 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x19f274e6 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x1a01c7ac ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a35ba5f ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x1a3c9d31 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x1a4a4912 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x1a4ce0ce da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1a6963db blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1a6999c3 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x1a83b98a __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1ac72b37 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1ae51e72 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x1b0f5587 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b16bffb rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x1b3c9291 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b9532eb mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1b9fbd47 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x1bae17d8 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x1bb6d1c3 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x1bb9bcdb acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x1bc17f35 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bcec73e alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x1bd44993 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1bd6c75b ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x1c0d26c1 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x1c0f278e pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x1c1ba3c8 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x1c3840c6 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x1c4ec16f class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c56aad0 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c6d6be5 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x1c778cbb perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x1c7feb06 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1cdb2147 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x1cfd95c1 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x1d337128 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x1d457f81 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x1d459685 xstate_size +EXPORT_SYMBOL_GPL vmlinux 0x1d5414cb devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7cb586 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1d83e2c7 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x1d8fb3bb acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x1d96f7e4 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x1dd8d144 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x1e000879 hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e0139cf thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x1e24ec80 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e4257e7 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x1e481cd4 devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e7091a1 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e9efc23 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x1eb0ef91 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed11cdb ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x1ed53596 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x1edc21cb hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1edeb4ba crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x1ef04411 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x1efaae6a __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x1f0601c7 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x1f060feb adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x1f1988f7 hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x1f1a02ec print_context_stack +EXPORT_SYMBOL_GPL vmlinux 0x1f259467 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1f41af0e serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x1f4668ea i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x1f6ec52b iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x1f719487 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f9fb0a9 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x1fb990e7 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1ffc099b usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x202310ce devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x204e9b31 find_module +EXPORT_SYMBOL_GPL vmlinux 0x20590fd5 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x205aca96 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0x2063cacb acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x207466ef shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x207db6d4 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x20969801 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x209ec764 xen_event_channel_op_compat +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20e3ed4c sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x20fff0ea agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x213e81a1 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x2147f250 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x216eabe5 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x21842bf0 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x2187e797 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x21a8e383 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21de5259 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x21e59d41 rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x21fced50 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0x22075516 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x22087001 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x220f3e6a sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x221c07d7 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x2225ec2d platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x222cae68 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x22350334 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x2242d929 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x224e85ca blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0x2278bbbf regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x22807a82 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2295415f pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22bd03b7 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x231ee09b sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x23241c8b irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x23379350 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x2348c10e __efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x2355688e regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x235633d9 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x235f4673 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x2366a2c0 errata +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2398bc62 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x23a00146 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x23a919fc xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x23c7f594 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x23f1cec2 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x24011e14 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x240ebfea devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x2447f461 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x244baf73 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x244c73be devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24c880c9 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f23d80 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x25126d0f init_fpu +EXPORT_SYMBOL_GPL vmlinux 0x2526dac7 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x253dfb76 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x253f26b1 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x256ef41f usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2572e82e cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x2590baf3 __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x25a97010 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x25c53342 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x25d7616c irq_free_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x25ec9649 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x2614828a extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0x2616eaa4 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x261cc420 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x263b07fe unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x263b8c96 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2651f463 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2669eba0 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x266ea2e6 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0x26752504 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x26941729 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x26945971 shake_page +EXPORT_SYMBOL_GPL vmlinux 0x26965721 slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x26b491fe rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26b9a1e0 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x26c2c72e hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x27032481 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x2735ef9d init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x276a7137 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x277f25e7 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x279cb985 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x27a60e64 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x27c0c4be eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27ddb33d acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x282c1fc7 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x28577424 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x286bfcf4 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x2871edad sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x289a8cb5 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28acbc86 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x28b86bcd acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x28b8ecc7 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x28c0559c save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x28ee9e87 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x2914c828 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x292aec0e regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x29448e26 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x2950f1a8 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x29780175 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x29b21c51 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x2a22f002 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x2a2aa458 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x2a35db44 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a86b039 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x2a942bba sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x2a97c58b inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x2aac9414 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x2aae1a81 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x2ab42cd7 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2af7cdf8 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x2b238f05 percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x2b299a93 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x2b325290 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x2b617fed ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x2ba4f6d4 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x2bc8944c input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x2bd72b76 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x2bf32707 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x2c1c690a perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c89e0d4 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x2c97a118 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x2ca47c8b rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x2cb6df3f ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2cff2b5c inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0x2d0f19f9 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x2d0f8d05 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d27e52c sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x2d312b2c debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x2d3e133d crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d4c9b29 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x2d4f9aa3 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d656d3f context_tracking_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2d9f2ce3 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2d9f3edf tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2db0c2ff ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x2db73505 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x2e0595b7 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e404a37 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e50f097 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x2e6b78d2 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x2e736852 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x2e75d6c5 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x2e864c05 efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x2eb91269 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ef079b0 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f10f1cf sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x2f1be52d user_update +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f7e0a91 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x2f857551 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0x2f9e835a kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x2fc30dc8 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x2fd123cc device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x3023206b smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x3023bc63 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x302b30df sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x3033a9a7 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x3062b7d5 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x307ccdd0 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a49be3 m2p_remove_override +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30f85b6b ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x310c9a3d xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x314f8463 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x315400f3 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x31a1c915 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x31b02042 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x31ba8be4 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x31bc5129 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c1709a cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x321f86e7 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x322dddd7 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x325e9ead dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x3262c567 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x326d60fb pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x328ae1d8 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x32928631 vtime_common_account_irq_enter +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x329c0f00 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x32b2e626 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32b47f5d regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x32bded08 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x32c18fb8 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32f19342 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x330396f5 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x3310bf11 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x332b5c76 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x332f258d virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x335922f4 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x3360912d dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x33655159 xen_pcpu_hotplug_sync +EXPORT_SYMBOL_GPL vmlinux 0x3368d6a5 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x33b96e5d apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x33c082e9 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x33f77ed7 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x343f2d11 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x344d4275 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x34603e06 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x3465fce6 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x3474eeb3 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x34eaf05a kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x3527221d ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x353118ed swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x356b7b3c preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a1a040 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x35e7419f __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x35efca84 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x36216334 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x363a7527 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x363e5e33 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x365cc1d0 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x36625da0 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x3672438e wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x368f1fea static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a6ae51 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36b9e6ae irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36c7a1bb iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x36cee78a bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x36e3fd9a sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x36e5e66a regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x36ea2013 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x36f63718 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x371f4be8 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x374c561a relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x3778566f srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x37983615 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x37bbbc96 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x37dbccdc bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x37f1ffbf gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x381b63e1 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x3825959a devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x38730ee0 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x38cd86b8 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x38eeeb83 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x391924c0 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3927fa53 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x392b2099 __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x393b3cde ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x3944ff4c subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x3946d92a pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x3950ebc6 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x395518bd unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x3970bddc driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x397a7b09 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x397d40f4 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x39c41d9a uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x39c41f44 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x39e41d76 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x39f6e13d pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x39f750ff class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x3a0b78ba lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x3a11f42e device_rename +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a38dc65 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a5919c0 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3a5b25b1 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x3a5c33a1 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x3a67077a skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3a7132d9 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x3aa0af37 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x3aa4eb68 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x3ac0a3c9 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad0e201 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x3ad308c6 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3ae998a5 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x3b17527e devres_add +EXPORT_SYMBOL_GPL vmlinux 0x3b43e665 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x3b490f66 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x3b7145bb apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x3bd0af4f usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x3bd6ee58 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x3bef2762 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x3c155894 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x3c1da080 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x3c1e0666 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x3c3b9097 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x3c5f0137 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x3c7d883e debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x3c86bef0 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3caa3143 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3d08a2fc iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x3d184b84 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x3d3617ce cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d5f392d acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x3d7afb25 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3d9bd399 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x3dae6404 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x3dc394aa crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dcbfa49 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3de58715 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x3de93c17 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dfa1da7 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x3e0a57c9 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x3e23a207 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x3e2f5c12 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x3e315331 clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3e364c63 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x3e5eea66 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e734e10 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x3e868037 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ea5316e devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x3eb391e8 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x3ed6140e led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x3ed9fa2e dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x3edeac33 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3efe1a54 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3efe70eb cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x3f226819 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x3f229c4c oops_begin +EXPORT_SYMBOL_GPL vmlinux 0x3f34b454 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x3f5dc5e6 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x3f7571dd arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3f9c0ca5 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x3fa27f1b clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x3fbb9b2c usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x3fbc9994 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x3fc72d3d __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3fe7af01 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x40029712 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x400310e6 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x400821c2 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x400fec8c rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x4011e566 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x4014ad25 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0x403358f6 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x404397de crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x408d779e arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x40a03fdd bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x40a47911 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x40aa54c7 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x40ae2774 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40bebb66 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x40c22705 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x41101754 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x41261545 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4129848b __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x412fc7c2 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x417c4ba0 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41965164 md_run +EXPORT_SYMBOL_GPL vmlinux 0x41a37f59 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x41d7f8cf bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x41dd229f iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0x41f3a9fe usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x4213a51a efivar_entry_set_safe +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x4220cc43 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x423796cf mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x426edd37 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x427d5c68 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428ff571 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x429c3a60 devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x42b45214 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x42b77c29 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x42f7c590 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x4310d93e fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x43468584 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43b3b9f4 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x4424b72b tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x44424c68 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x44472f0d pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4494119d blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x44de2a0d sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x450fb522 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x450fe55a usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4582ea6e scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x458e8920 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x4599db79 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x459b1ed0 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45f1c718 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0x460e8e02 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x460f31aa rodata_test_data +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x463d24ea ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x46434934 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x465488ce irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x4664dd6b ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x46722994 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x467417da irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x467641bc usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x467f7dc7 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46e4afa5 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x4701c176 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x470636f6 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4754ae47 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47677287 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x476a699c class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x477b57da bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47db5a70 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x47dbd3af rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x47e53474 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x47e6ecab scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x47f401ba usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x48102e69 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x48113018 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x48122114 device_add +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x4832d0d4 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x4835c135 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x483dc5ae platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x484287d4 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x485059b4 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4850abac sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x4854978e md_stop +EXPORT_SYMBOL_GPL vmlinux 0x48682db9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x48829d17 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x48cbd921 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x48cd2059 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x48f55eb2 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x48f9ce6b usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x48fa9f5f led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x48fd318e ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x490a8df6 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x490aa814 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x491a0a00 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0x492200cb spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x4924a73b device_register +EXPORT_SYMBOL_GPL vmlinux 0x492cd0c5 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x4939fa5e led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x494fc011 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x494fc93d dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x4971600a usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x4973e525 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49aca8c1 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x49bbd87b pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x49c4258d rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x49dd681d __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a29b92f wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4a317025 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x4a3c3cf9 microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a507cbe rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x4a52ce68 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x4a5988ec map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x4a5d7e9e pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x4a775499 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x4a8bc2ca led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x4a90160e bprintf +EXPORT_SYMBOL_GPL vmlinux 0x4aa5a35e tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ad28219 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x4afa19dc apic +EXPORT_SYMBOL_GPL vmlinux 0x4b141dce usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x4b495c8d call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x4b5bf77a pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x4b5f49b1 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x4b6b26c2 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x4b901d5d usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x4b901e6a bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x4b914984 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x4b976d54 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x4bdb91a8 pci_get_hp_params +EXPORT_SYMBOL_GPL vmlinux 0x4bf0d6d1 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x4c27ca94 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4c2a472b __static_cpu_has_safe +EXPORT_SYMBOL_GPL vmlinux 0x4c316660 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x4c363fca pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c5f9483 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c68bba6 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x4c6bbbc3 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x4c6be9b3 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x4c7415d3 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4ca77f24 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x4d03c8e7 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x4d0835d8 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x4d0a86b3 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x4d0d575d usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4d21ce34 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x4d227e23 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x4d4f9926 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x4d63e641 xen_swiotlb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x4d6a91e6 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x4d733684 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x4d76cf77 xen_swiotlb_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x4d8af980 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x4d8f0646 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x4d9a21fe netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x4db171e3 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x4dc5638e fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x4dc70252 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x4dd53828 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x4dd7b2f9 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4df08e86 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e4b0790 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x4e57723d apei_read +EXPORT_SYMBOL_GPL vmlinux 0x4e72f8e5 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e7351b5 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x4e74e625 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x4e9b88c2 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x4e9ee87b acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x4eb49e0b __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x4edb3838 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x4ee9d671 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x4eef95ea bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f074c4b dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x4f116122 __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x4f194221 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x4f2282b7 acpi_dev_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4f275401 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x4f30f109 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x4f4e618c sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f7d3640 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x4f926bc1 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x4f980462 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x4fa342de dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x4fabe067 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fde8b4c usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x50027000 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x500b24ee get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x500b6dd7 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x50134b03 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x50347bac synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x504f145a wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x50595705 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x507de8c6 add_memory +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x508978bc usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x508c2102 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50a5b48a filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x50dd9b12 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x51202ccd xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x512b1d19 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x5132d8a5 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x514cfe38 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x5190e46f pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x5191bd3c efivar_work +EXPORT_SYMBOL_GPL vmlinux 0x519efb28 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x51c6a6ef device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x520307d2 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x520f6219 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x522f538b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x52556d57 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x525b89d5 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x525c640b pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x5275c094 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x5276debc pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x529d88cb ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52bfdadf efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x52cddd29 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x52ebba92 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x53041dc6 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x5305646e alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5341e01e sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x535bae27 __netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x5361c3b2 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53c0e6e0 clk_disable +EXPORT_SYMBOL_GPL vmlinux 0x53d11d5f iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x53d4221b devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x53df4ac2 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x53e4a16c regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x540897c5 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x540cbc62 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x54318961 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x54356905 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x547a39e0 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x54855f16 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x548f4796 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x548f958a spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x5496e628 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x549778cf rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x549ecada dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x54a8e8bb pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x54beb23c xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x54d65e2a usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x54f4a5fe arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x54fca22d ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x554121a1 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55828e47 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x55946c7a dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x55c07ab1 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x55c82932 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x55dba1d7 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x55e661be fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x55f7b647 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x5626ce27 _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0x562d4041 use_mm +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5636f4ec device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x563d432e phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x563e82be skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564ba17c devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x5653ba05 efivar_entry_add +EXPORT_SYMBOL_GPL vmlinux 0x5654f836 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x5675cb2f syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x567f8aa9 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x56870a9c regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56947347 dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x56bc9b0f devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e7d899 unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x56fdc6bf sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x574e1119 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x57520d16 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x57524e6e __add_pages +EXPORT_SYMBOL_GPL vmlinux 0x575b952c ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x575c5f94 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x57646d3b fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x577a562c ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x5783b4d9 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x578b1f61 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x5796899d device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57f85de3 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x57fe229b clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x58040fc0 efivar_entry_set +EXPORT_SYMBOL_GPL vmlinux 0x581be88a tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x581d9a9f class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x583064d7 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x58333e5f phy_put +EXPORT_SYMBOL_GPL vmlinux 0x585704ab aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0x586abb06 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x5876b617 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x5886bbf0 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x588d535e yield_to +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58a32814 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x58a47ce7 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x58ba68fc get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x58d0e053 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x58e2a027 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x58e3fcd7 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x590062e1 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x590dfcde rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x5910037e aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x5930d743 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5979e6f4 xen_swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x59943122 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x59a4142d security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59ba15c9 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x59d00d17 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59fb4938 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x5a1d6a82 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a441ebd efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x5a59631b ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x5a6aa550 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8114c6 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x5abf43c0 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x5ac2727f smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x5aca9e88 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x5acfd97d sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x5ad052c2 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x5adbcb37 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x5ae10f70 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5af79131 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x5b1385e0 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x5b3ab40b transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x5b5dc0dc security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x5b8c714f device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x5bb0a315 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x5bb319f3 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x5bd69dbb devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x5c10451e ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x5c19b596 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x5c3d3d82 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x5c4cf704 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5c511e9d inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x5c66e90c efivar_run_worker +EXPORT_SYMBOL_GPL vmlinux 0x5c6c4577 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5ccab117 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5cf8a882 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x5d047207 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x5d0c97f3 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x5d1009f8 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d22077a ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d3cd800 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x5d48a650 m2p_find_override_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5d77952d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x5d821fec __efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x5db1c1d3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5ddba49b usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x5ddf2d33 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x5df01689 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5dfbde8e cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x5e1f8e97 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x5e23fdfa sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x5e344ab5 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x5e3a705b rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x5e4cb1ed xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e616131 component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x5e694314 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x5e6a78c2 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5ed7c18c xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x5eeb14da skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x5eed5223 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x5ef33593 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x5f06ba56 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f46e4d2 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x5f574463 __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0x5f73e623 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x5f79a98b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5fb1f3eb fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x5fc27be9 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x5fc3ad72 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe90687 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5fec300e gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x6009eebd led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x600f3ce7 component_master_add +EXPORT_SYMBOL_GPL vmlinux 0x6024b69c da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x60604c71 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x606ffd99 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x6087bbcf blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x608b2a39 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x60916bc7 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x60930d37 save_mc_for_early +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60c95350 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x60cd73ed pv_apic_ops +EXPORT_SYMBOL_GPL vmlinux 0x60d79a91 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x6103b707 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x61350d54 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x6143dddd bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x61509d8a pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x6183ff15 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x6194ffea do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0x61b74942 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x61d8f845 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x61db0b3a sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x61eb59f5 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x61eb91c4 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x620dddc5 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x6211d8e5 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x6223d719 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622ec352 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x623803c8 hest_disable +EXPORT_SYMBOL_GPL vmlinux 0x6286d9da gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x628936e9 xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x62a4f2fa get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x62a99e07 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x62afd30b fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x62b88808 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x62c410bd inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x62ed0e4c usb_string +EXPORT_SYMBOL_GPL vmlinux 0x630cf2f8 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x631d59de device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x632e59a8 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x633c74b1 xen_swiotlb_sync_sg_for_device +EXPORT_SYMBOL_GPL vmlinux 0x63424c62 __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x634df704 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x635ec980 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0x635f8fe2 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x63737ca6 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x6379c82a single_release_net +EXPORT_SYMBOL_GPL vmlinux 0x637cb0de sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x638fe045 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x6395fc3c tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x63e9c426 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x64044e89 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x64092d94 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x641a27c0 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x6471faa8 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x6478f972 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x64958ad7 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x64aa2bb6 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x64b7069e apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x64bdf49d dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x64e41030 clear_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x650f9d81 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x65195a4e rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x654a7f1a ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x658c8186 amd_get_nb_id +EXPORT_SYMBOL_GPL vmlinux 0x6590efeb get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x65b4b49a system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0x65b89e6a rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65bcce55 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65cfe44c fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x65e8a7aa pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x65e8bc73 m2p_add_override +EXPORT_SYMBOL_GPL vmlinux 0x65ff2579 get_matching_microcode +EXPORT_SYMBOL_GPL vmlinux 0x66069728 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6626f6a6 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x66322ecd efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x663d03e7 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x6644e0ad rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66920ed0 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x669f6b04 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x66ab97c0 device_reset +EXPORT_SYMBOL_GPL vmlinux 0x66b2d673 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x66c91a6d blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x66c94244 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x66d58a0f blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66eb9ea1 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x66f5a292 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x671da0b0 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x6790a34f unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67b3ad1a ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x6828c5d3 efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x683ded4e crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x68407642 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x684f77ea unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x687587d9 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x689f8190 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x68ae38f4 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x68c6a309 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x68d1b50b blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x68f9c515 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x69339a44 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x693d9b91 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x697a15da acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69845ee7 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x699af786 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x69b89273 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69dfd336 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x69edbd8d ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a3285ca put_device +EXPORT_SYMBOL_GPL vmlinux 0x6a42a354 genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a592ca7 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a64015c sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a97f5f6 acpi_dev_pm_detach +EXPORT_SYMBOL_GPL vmlinux 0x6ab67788 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x6acad21f acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x6ace92f2 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x6ad2d082 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x6ae7b399 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x6afaa625 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x6b03b544 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b29b66a ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x6b2be9a0 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x6b59d12f ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x6b67c82c fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6b6cd610 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x6b704d2c iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b93bf60 inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x6b97d119 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6bcb657e power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x6bf1b90d dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c0f0df5 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x6c10d740 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x6c1251fd apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c2a6442 component_add +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c471cec rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x6c48fc9d rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c52b057 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x6c642cfc __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c66cfa3 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x6c6b129a blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x6c7cf954 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x6c9d29d6 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x6ca29ffc rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cc66c9b pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cee2baa ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x6ceed321 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x6cfa1705 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x6cfbc438 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x6d2785b5 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d5017c6 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x6d72064e sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x6d793292 ref_module +EXPORT_SYMBOL_GPL vmlinux 0x6da76fb7 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x6db1cbe3 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x6db524a4 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x6db616a4 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x6dc2fd9c usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x6dcd31ac tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x6de3e204 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6de71e21 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x6df8f4cd pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6e0132a7 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e216802 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x6e385404 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x6e4c98bb pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e84c4e4 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8bf789 hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x6ea98361 ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x6ec49b08 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x6ef1d7b7 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x6efbd28f __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x6f0db5ff regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6f14e6fa ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f156027 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f38bd43 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x6f60b81f dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x6f79dc8c crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x6fa9e2e5 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x6fbf2e8f fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x6fcdcda1 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x6fcead85 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x6fcfb759 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x70182a25 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x702fe980 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x703913b5 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x7049d38e sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x707648e6 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x707987fb fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x708c2e7a usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x70a52e95 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x70afd931 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x70bd6073 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70f0ebeb tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x70f611d4 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x711b456f inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x711f054c rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x714713aa percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71a2ad7c md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x71b43a2d tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x71c82a0a inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x71d78f70 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71ef867b register_mce_write_callback +EXPORT_SYMBOL_GPL vmlinux 0x72546d2b pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x729edcf3 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72cc5014 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x72e6709a xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x730a4777 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x730bf316 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x730f94fb crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x73168bcb powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x734ebde6 devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x73510609 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x738b187c tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x739e3e95 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73e2a038 i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x73fb60e4 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x745ba2b3 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x74628570 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74997ca0 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x749c3586 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c08941 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x74deb10c used_vectors +EXPORT_SYMBOL_GPL vmlinux 0x74eeaf38 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x750cd883 usb_hcd_amd_remote_wakeup_quirk +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 0x7534dedb inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x7566e182 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x756f668d relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x757b49d2 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x758a3812 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x7596473c rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x759c38d2 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x75e6cad4 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x75ff4502 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x7613a0e8 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x7626da6b crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x7629390c extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x7630709b crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x763255f7 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x7648addf sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x76564c58 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x7670d083 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x768feab1 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x769d4a36 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76e50ba3 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x76f3fcc9 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x77057e4a file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x7708d334 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x7710aac1 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x771309a2 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x772fbcaf trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x773698a4 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x775a6ef5 kvm_read_and_reset_pf_reason +EXPORT_SYMBOL_GPL vmlinux 0x777d4545 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x77898b14 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x77b8efb3 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x77d5dd73 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x77f666de tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x7814b86d __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x7838ae1c pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x7838b6ab ping_close +EXPORT_SYMBOL_GPL vmlinux 0x7860d856 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x78681a7b component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x7877f035 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7880eab1 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x788123dc tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x78917ede inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x78a62c15 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x78d6c5e2 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x78ea227b acpi_bus_no_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x78f442b9 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x79278b60 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x79415b0a rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x795c9f9c disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x7961d88c wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7965dc4a regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x796b65a7 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x797ce7a3 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x799cc695 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x79a4cd3e regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x79d50027 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x79e69460 intel_iommu_gfx_mapped +EXPORT_SYMBOL_GPL vmlinux 0x7a15f4d3 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a319404 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7a6750cb sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7aa32d37 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x7ac35c89 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x7ac8e5b0 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ad6527b exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x7afac2eb ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x7b0bf52c xen_swiotlb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b1e2e65 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x7b292d19 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x7b699c2e acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b915c9a wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x7b9c8929 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x7bd4488b anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7bd9baf1 xen_swiotlb_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x7bedacc7 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x7c04c42e ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x7c1b423c pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x7c309fa6 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c40571d ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x7c51ac4e xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x7c5c021a clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7c5c789d blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x7c6c1c05 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x7c7217c9 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x7c826da7 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x7c9f3e69 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7ccb619c regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x7ccd9d94 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cfb8e8b regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x7d16ff19 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d4055cc sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x7d43343b usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d8e0ca4 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db33969 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7db4a95f dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x7dca0643 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de3297e blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x7dea89be sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x7e003687 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x7e244ba5 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x7e2954c1 __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x7e531f7e clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e8cec43 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7ecb7e63 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x7ef0dc86 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x7f059dcb bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7f1527d6 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7f1b4cb1 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x7f293d6a xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f2f6139 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x7f3b79a7 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x7f4d056a task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x7f6e8d2e rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x7f80148f usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x7f857c8f blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x7fade53d da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x7fae3a80 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x7fb220fb watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x7fe25789 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x80156244 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x801ae0ce napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x80266ed0 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x803d1a13 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x8044752f blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x8051e643 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x8059bae7 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x806bf963 perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x806e502f btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a76e1b sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x80d3927f __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x8102737a irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8107fb08 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x810f2e4e clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x81138187 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x8117c967 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x811acea0 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81307724 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x815e4ed1 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x818bed33 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x81b51f7a ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x81bba2ce register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x81c2078d crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x81dcb02c rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x81f73995 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x82424daa hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x826f0b76 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x82807512 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x829d9002 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x82b57086 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x82d73bcb pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82dbec19 erst_write +EXPORT_SYMBOL_GPL vmlinux 0x82e5782e iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x830a1140 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x832724e0 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x8338317b pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8361a93f blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x8376eef1 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x838fa3fe xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x83b55645 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x83ba5ba9 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x83c00b40 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x83eeb71a rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x841111e3 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x841d846b mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x841f4183 xen_swiotlb_sync_single_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x842ef9b6 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x84328cb1 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84461bc2 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x8470e22f __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x847f8a10 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x8487a2b6 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x848f8f21 smp_ops +EXPORT_SYMBOL_GPL vmlinux 0x84932404 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x8494f15b __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x8495875e usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x84a1959d get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x853cba02 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x85602565 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x8563edf3 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x856d1a76 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x856fa991 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x8586702a task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x859aea9a xen_set_domain_pte +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c2bcd1 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85fa44ee __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x85fe868e xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x861254a5 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x8637d1d9 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x8654be58 hv_remove_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x86697b54 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86714472 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86b08401 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x86c48393 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x86d276f6 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x86d60e3a platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x86ffe85c napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x8702c330 xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0x8702e548 process_srcu +EXPORT_SYMBOL_GPL vmlinux 0x8704c223 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x87193cc6 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x8719a0c4 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x8738b655 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87403c94 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0x8764836b rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x8794cd19 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x87d67007 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x87f142ff fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x8803492b pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x88170470 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x881accf7 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x884344c3 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x884ef931 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x88592105 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x886384a1 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x887b6d17 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x889e746c fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b1214c apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x88b5150e irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88c433d5 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x88d7a865 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x890cb79b pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x89105ed1 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x89171103 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x8935e358 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x8947eec9 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x894c9e80 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x8956aeae apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0x8961d5a6 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x898c0921 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x899219ac spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x89aa1f7c da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c0982a ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x8a06b04b pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x8a2413fa fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x8a4b8066 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x8a559846 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control +EXPORT_SYMBOL_GPL vmlinux 0x8aa7ed23 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x8aba856a platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8acffcd4 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x8ad531b7 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0x8adbfa3b sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x8adc40c5 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8aeaa79a bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x8aec6904 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x8af42bbe pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x8af9476b ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b1d52e0 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x8b39e32e virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x8b63a2e3 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x8bc88339 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x8bd5e316 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c03faf6 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c5f4970 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c6e902f rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x8c7d22bf tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x8cc685eb udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8cd9f935 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0x8cea765f memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x8cee2328 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x8cf8bf65 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x8d01828b blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x8d1e19a4 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d36c088 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x8d3e062e swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x8d403d81 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x8d4528bd ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x8d77fa5c serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x8d9fa235 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x8db1bd45 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x8e08d98c blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8e186f4e vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x8e403d52 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x8e4a46e3 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8eae8a3b __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x8edfb574 injectm +EXPORT_SYMBOL_GPL vmlinux 0x8ee4947f rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x8ef564e1 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x8f0a3ede ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x8f2da7cd debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x8f52b21b usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f824f96 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x8f8a365c ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8fb981b0 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x8ff8015f pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x9003aa50 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9009602a acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x9025d6c6 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x9047dc5d pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x90611275 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x906ebe5c shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x90700102 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x907baa35 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90dc29df aout_dump_debugregs +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90df4cc3 percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90eb798b devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x90f6c466 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x910026b8 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x91290e5e init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x914d1f71 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x91610190 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x917e315a tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x91899361 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91902751 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0x91988dde acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x91a75f00 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91fa31cb xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x921b93fd debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x92532398 rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x9257fc43 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x926623f8 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x92822f35 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x931b5a4c spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x9324e78e acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x933f1e5e devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x93628697 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x936b6f74 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x9374f889 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x9399c2a2 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x939d67e5 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x93abb1c6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x93d1d941 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x93f437dd sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x93f81657 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9409dafd pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x940bf160 vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9439a795 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x945b6cae fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x947d144f __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94c318be apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x94d2d56f ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9525b828 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x956146c7 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x95622c83 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x95696c00 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95aa7020 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9636fe52 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x964d5c39 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9665bf09 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x966cc984 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x9690c0f3 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x9696da82 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x96ab8fef ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x974c2b71 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x975badf2 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x976e8590 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x97856a99 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x978be11d PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x97b5951e irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e79b9a blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x97f31b35 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x981071b7 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x983f9103 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x9845b5e1 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9874c1d8 __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98914a00 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x989b7a57 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x98c04488 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x98cef344 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x98d8e56f device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997bbea4 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x999092e7 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99d6a08e pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x99e28f10 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x99e499ce usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x99fe952f blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x9a072c64 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x9a08e88f pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a18ada6 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x9a1f56c7 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x9a28e0db crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x9a6afc07 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x9a74407b fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x9a76550f usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x9a76d574 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x9a85276e phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ad7428b thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af5fb79 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x9b16a957 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x9b2fc4f4 __efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x9b660f9d transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x9b6a7412 idle_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9b720312 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0x9b7f8098 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x9b8cf015 irq_alloc_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bbfb4d1 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x9bd72b78 apei_write +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c1739d8 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x9c2de449 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x9c2e4b66 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x9c3fd6db pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x9c7c58b7 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x9c9de0f0 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9ca52db3 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cdfb457 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9cfeeeaa ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d27f39d __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d4240f0 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9d675cf2 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x9d725d0c __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x9d8bd6f1 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x9d9004fd inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x9d9e155d pv_info +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9db74655 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x9dbb11b2 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x9dc5640f ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4dcfcc max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x9e530f78 rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x9e5b8779 __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x9e609a13 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x9eb57e99 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed9f410 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x9ef57361 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9efdb922 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9f2a2f5c rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x9f3e97d1 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x9f4cce5d tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x9f4eb84b pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x9f6b1449 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x9f8158ea __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0x9f960c8e ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd62613 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x9fe1839b shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x9fe41fb8 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff013ad device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x9ff5cdfc platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xa013e329 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xa02d5004 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0xa038e761 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa03cfb09 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xa04e3d1f i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0xa06f5e68 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xa06fe6e9 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xa07861e8 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xa0b66839 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa1309f34 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa16ebe70 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xa1952343 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xa1a85860 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xa1f79553 xen_create_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xa2000dd2 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xa2165646 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xa21ec45d user_match +EXPORT_SYMBOL_GPL vmlinux 0xa21f742f crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xa23b121e usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xa23ff92f blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0xa2503e8f devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xa255423b ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xa26598e2 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa282b6a1 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xa28eeabf pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xa29dce46 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xa2b9c993 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2d070ad sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xa2d88fde cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0xa2da9c12 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xa2fa888e adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xa30d856e crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xa33572f0 xen_swiotlb_sync_single_for_device +EXPORT_SYMBOL_GPL vmlinux 0xa3401e65 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa35bdddf devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa39b5a89 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3b95785 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3cec76a pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xa3e58789 efivar_validate +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3eb645d __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xa3eeac1b fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa3f2107e ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xa4200e3c fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xa426275d sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xa4347e1e __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xa443e959 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa466de38 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0xa476fbfe xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4905c21 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa4a6319d __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa4d58669 math_state_restore +EXPORT_SYMBOL_GPL vmlinux 0xa4ec0a27 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa522c204 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa53aa69e xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xa53c25b6 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xa553a90f kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0xa5e032ae ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5e89589 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa617dd7b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0xa619f598 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xa620a537 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list +EXPORT_SYMBOL_GPL vmlinux 0xa63045a7 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0xa66438e8 erst_read +EXPORT_SYMBOL_GPL vmlinux 0xa665ef78 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b7a907 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xa6cc179d perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e74c87 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0xa6fe005d powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0xa700a345 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0xa7083741 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0xa70ae9f0 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xa70c7341 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xa711b8be irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa73c9dc9 xen_swiotlb_set_dma_mask +EXPORT_SYMBOL_GPL vmlinux 0xa74cc1b6 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa74f89ac irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xa751f6dd i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa7539ae1 xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xa7834b78 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa7a2d1a0 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xa7a53cdc pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa7b98ebe efivar_entry_remove +EXPORT_SYMBOL_GPL vmlinux 0xa7cbd71e balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa7ce30d3 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xa801b359 efivar_entry_iter_begin +EXPORT_SYMBOL_GPL vmlinux 0xa82207ba iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xa84bd763 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa86a5934 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0xa8743f7e __clk_register +EXPORT_SYMBOL_GPL vmlinux 0xa89761b8 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa89cfa75 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xa8b994e9 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xa8c4e1fe __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xa8ceab11 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xa8ea52a5 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xa9048155 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa916226a acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xa925e478 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa951a706 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa99ede47 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9af5e6c flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa26c88a klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xaa3e5097 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xaa40aabc fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xaa5f49e5 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xaa70450a regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xaa94138b pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xaa9ec810 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab25cc6 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xaace71c7 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xaae6fb25 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab0d1ae4 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab2af50a kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0xab320e5f device_del +EXPORT_SYMBOL_GPL vmlinux 0xab4e1e29 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xab51d40f elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab63c0e7 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xab6a3a82 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab790356 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xab9b6bec device_move +EXPORT_SYMBOL_GPL vmlinux 0xab9d7820 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xabc61666 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xabd31a36 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xac37d716 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xac85625a acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0xac88b865 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xac9a4c28 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xac9ace14 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xac9adc48 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xac9ce195 kvm_async_pf_task_wait +EXPORT_SYMBOL_GPL vmlinux 0xacafa8e7 vector_used_by_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xace4d5fd pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xace760ec split_page +EXPORT_SYMBOL_GPL vmlinux 0xace7b018 vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0xacf51b98 devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xad039c54 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xad221a0f list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xad546a71 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xad69492d regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xad6a616b ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xad75cb8b pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xad861e05 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xad8d8ab0 xen_physdev_op_compat +EXPORT_SYMBOL_GPL vmlinux 0xad915372 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xade7857f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae1b3dd0 xen_swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0xae25be28 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xae34579f i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xae5db61d generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xae620973 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6eaf93 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7c5411 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xaeaf7209 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xaeb1719c platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xaede0d71 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaee5de4c subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xaeffc409 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf2ad200 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xaf2e934f ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xaf483a9e regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xaf495f16 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xaf51f78c ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xaf628175 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xaf65cca0 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xaf835459 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xafe7fc17 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xaff73da1 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb03a7dc5 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xb044b9f9 fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb07e9bf0 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xb080c7a9 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xb0952026 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xb09afd96 acpi_dev_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xb0b2a568 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb0b44f43 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c2a138 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0f2a0b9 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0xb102e547 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xb113d3e7 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xb1230a96 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xb12acb2a pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xb13b9533 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb1575430 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb192df2b aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1b8db94 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1bedeb7 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1cf19a9 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb231d4d7 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb292008c sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xb29b8124 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0xb29ebd61 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xb2b6453d acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb2c4973b crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2f6590f gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb32b7028 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xb3352236 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xb347bb2c work_busy +EXPORT_SYMBOL_GPL vmlinux 0xb36e2478 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xb383b02a ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xb3d3aa50 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xb3e95f14 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb3ec2c81 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xb3fc43b5 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xb41c919b acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xb42e9897 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xb44f5068 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb4578d6f hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb475447f dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xb4759adc stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xb491413a usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb493ea8b rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xb495c6be devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xb499ffa5 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xb4a99548 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xb4b30a49 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4d952ee is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4f01106 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xb4f60b8b ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb5707f8e get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xb5848bae __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5951120 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb599e086 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb59f7eb2 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5ad1d6f sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5d56e3c pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xb5e044cd __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xb5e37e71 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5fc806a fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xb606b6e9 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xb6150c9a relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62d2417 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xb6592631 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xb65e2214 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xb66421b2 acpi_str_to_uuid +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb68df2a0 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6af7d9b mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0xb6b8906e relay_open +EXPORT_SYMBOL_GPL vmlinux 0xb6d0f082 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xb70bd7a7 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xb718f2f9 sfi_table_parse +EXPORT_SYMBOL_GPL vmlinux 0xb74787a0 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb76440bb inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb789f57d usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xb79273ea regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xb79f4562 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xb7a11861 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7e3dce5 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xb7ebc0d2 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb7ebed11 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xb7f1c6cc __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb8286eed bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xb830fecc __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xb83f7536 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb84f520f ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb854417b max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xb88d81f0 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xb8ad531f pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8b351de acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0xb8f8a5be md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb93bd0d1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xb9466e5b ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb96f0847 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb9a6de52 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9db67a1 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xb9fd4839 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xba037936 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xba207d0b usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba39e7bc rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xba4434f6 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xba502d5e __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xba5f2c1b bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xba608e63 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xba959a66 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xbaa1530e generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xbaa3a150 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xbaafb5a3 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xbac32677 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xbac4f297 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xbac73ca1 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbad0759e usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xbaf4e0c6 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb128381 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xbb1d5369 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xbb2c55a9 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xbb30c908 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xbb50fb48 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0xbb53f7c7 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xbb55ec73 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xbb5d5739 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xbb82dbbf pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xbba5edcc fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xbbb38239 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbd4f657 xen_pcpu_id +EXPORT_SYMBOL_GPL vmlinux 0xbbd5b7a6 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbf01b9b tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xbc075fc8 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xbc088bcf extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0xbc3d802f xen_swiotlb_unmap_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0xbc47fd49 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0xbc66dfb6 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xbc78fb0a dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xbc94a450 skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcb62065 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcbe22d4 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce3f18e devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xbd000b02 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xbd119ee1 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd678be4 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xbda0b07c subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd5f10f apei_hest_parse +EXPORT_SYMBOL_GPL vmlinux 0xbde02fa7 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe275592 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xbe3f218e __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xbe561154 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbe5d0996 idle_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe5f39be gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0xbe96ffad usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xbe9799d8 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbebb0de2 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xbecc9396 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xbed20d9a __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0xbef4d6d4 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xbef8dbaa i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf138704 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xbf167d8e wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0xbf2f6043 print_context_stack_bp +EXPORT_SYMBOL_GPL vmlinux 0xbf463c8b serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0xbf6a3bf7 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xbf7b493b sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0xbf82e6af synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xbf90afdc cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbf9178d8 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xbf9b94ce pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xbf9e8ca3 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xbfb1be70 hv_setup_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc10ed8 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xbfe3c71d ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbfe713f6 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0xbff60a81 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xbff8011b ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc0006312 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xc0066336 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xc018dfb7 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xc0204685 __module_address +EXPORT_SYMBOL_GPL vmlinux 0xc04b21bd acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc05d45c5 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xc06c25f9 relay_close +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0900fcf acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc0a9972d pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xc0b0e6ec btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xc0bc8e0e ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0ddb351 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xc0edfa8c sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc132f4a8 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc141cc8c ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xc149a6d7 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0xc14c2824 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17e92e0 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xc18108c6 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xc1827f69 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1830cbc rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xc18ffe91 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xc1f07a32 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc1fb0528 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xc1fcd67f dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc20db522 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc2114e12 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xc21a2ad9 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xc227b00f rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc235b6f3 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xc2365c47 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xc2541e60 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2814762 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xc2841b94 mmput +EXPORT_SYMBOL_GPL vmlinux 0xc2ea304a ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xc311c679 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3601c2f sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xc36ddb7b default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc381df85 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3d0ecfd da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xc3e4f827 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xc3e6ea9c perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xc3eb922a xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0xc4045dca tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc426e6f5 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42f7116 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0xc43cf932 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xc447dd93 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4975851 percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0xc4bc777b usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xc4e16ee1 ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc4e3beb2 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc51fc929 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc5438194 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc59fd44e xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xc5b46ca0 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc5b5c4da regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xc5ba11c8 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xc6059eff pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc612c867 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc623fecc ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc625d9ef xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc643c83c rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6693398 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc68f02c1 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a0df5d devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xc6a9176d devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xc6b5dd6d simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xc6bc1391 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xc6d7ad42 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc706818c pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xc70a4dfd wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc70fd54d pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xc711de34 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc7381395 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xc7a05b47 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7d1c541 skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc80b856e crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xc85ad4a5 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xc875acfc usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc87eddc9 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xc883096b __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xc88c38fc pin_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xc8983fa4 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc899c0f2 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xc89c264c regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8c1e838 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc8c9813c power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xc8d3555b scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xc8d56b2c cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xc8dbb494 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8e5cf48 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0xc903ef15 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc950dbcd crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95913ec irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc974196b fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xc98ace81 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xc99792bc pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xc9b265f9 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f143dd regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xc9fa61bc sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0xca048d05 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xca458e45 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xca583c10 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xca6a901c gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xca7a05ea ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xca922dcc attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcad1f28d pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xcae0a712 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xcae84965 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xcb01f0bd dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb17feff rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb7a2430 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcb85e504 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcbee3af5 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xcbf7135c sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xcc0fa362 irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc3883fc blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0xcc428ce5 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcc595312 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xcc7d7af7 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xcc81be4e task_xstate_cachep +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcc8b5c0c uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xcca00181 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0xccac8cdf __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccea4e34 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xcd143dac xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xcd2023e5 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xcd436f1d pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xcd47c29b usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xcd72302a fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xcd78895e ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xcd882203 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcd8c87df rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcda340d7 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd0c0bd crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xcdfa4a53 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xce03c58b xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce238011 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce5a6dee crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6aae56 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce793167 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xce97d129 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xce9f6895 __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcea965ac cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xceaa28dd tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcec15ee5 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xced160b4 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee5173e __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xceeba47e virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xceef4570 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xcef1dd0e perf_check_microcode +EXPORT_SYMBOL_GPL vmlinux 0xcf4875b1 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0xcf530a12 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcfa39eca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfbc44d2 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xcfc62f27 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfd0ed66 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xcfd67272 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xcfde5862 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xd0296e9e usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd033a2a8 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0xd03a94d9 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +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 0xd0738228 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd08528a1 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0xd09110f7 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c0cf8c __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xd0c411ef devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0cd4d8d arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0xd0e2eb01 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd101652e tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xd143df56 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd1507e59 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd1ae11b3 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd1b7eb34 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0xd1c9eb70 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0xd1d04545 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xd1d87a26 extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0xd1e6cbfc crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xd1f83ea7 pinctrl_utils_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xd1fb67c2 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd2326d44 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xd267f104 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xd26ec52f crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0xd270c004 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xd2717ced preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2af1fe5 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xd2afe2b2 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd2c58ab2 apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0xd2eda063 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd30270d6 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xd30842f5 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xd30a0e9e power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd36e6861 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xd38fc4d0 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0xd39a72a2 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xd3a82733 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xd3f28a4b dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xd400c586 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd4492139 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd45499cb usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd4570795 component_del +EXPORT_SYMBOL_GPL vmlinux 0xd495a7a0 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xd4a94b77 x86_hyper_kvm +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c8da02 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xd4d7370c hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xd50514db skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xd50901ed unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xd50e7944 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xd53ccef6 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xd541f10f acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xd545ab91 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5bca321 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5c36c40 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xd5d0b211 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xd6011bf5 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xd6078da3 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd63598bb usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xd654a198 rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0xd6598006 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xd66ba1e8 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6af7735 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xd6bc6843 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xd6cd4284 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xd6d8cf25 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xd6ed3a8e cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7375f43 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end +EXPORT_SYMBOL_GPL vmlinux 0xd75dc4c2 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd7a63215 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xd7a72665 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xd7b4bd73 xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7dc7e56 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xd7e5e87b pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xd7fe5043 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xd80f29cb regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd857c07a device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xd8641c38 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8b5402b pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0xd8b6d055 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd9013d31 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xd919806a amd_cache_northbridges +EXPORT_SYMBOL_GPL vmlinux 0xd92300be regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xd92cf7fc ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd96a2de6 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd982768a xen_swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xd9cfc383 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xd9d50bf4 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda185fbf regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xda344f06 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda4a699c usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xda515e7a debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xda859111 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xda93b836 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xdaa7622f ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdaadba43 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xdac35dc7 efivar_entry_find +EXPORT_SYMBOL_GPL vmlinux 0xdad2bb0f cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xdae77c2c syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdafb61cb pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xdb4b61a7 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xdb4ef2ef crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xdb7880e3 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xdb79deca swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0xdb7b541c usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xdb7dc1e8 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xdb83d1aa unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdbb82ca6 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xdbbea85a phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xdbe3a2a6 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xdbe97b30 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbff7a29 user_read +EXPORT_SYMBOL_GPL vmlinux 0xdc0dba7f spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc4dede6 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc72caae n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca0169f usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xdca29b3c devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xdcae5a1f i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xdcc04862 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xdcc220ff device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xdce542c5 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd504523 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdd6618ba btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xdd740941 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xdd794d33 phys_wc_to_mtrr_index +EXPORT_SYMBOL_GPL vmlinux 0xdd811290 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdda529f2 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xdda55afa iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddf736ae tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xde06e9d8 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xde0b3102 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xde29c181 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xde4e19ba klist_next +EXPORT_SYMBOL_GPL vmlinux 0xde69f0ee add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xde7c2370 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdea3dc30 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xdef436cd perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf1ba9ce pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xdf27bdca driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf3348a2 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xdf4a5e43 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0xdf55ffbc thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xdf601351 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xdf66ca81 ucode_cpu_info +EXPORT_SYMBOL_GPL vmlinux 0xdf888725 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xdfbd53a2 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xdfd3bc35 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xdfd722c8 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xdfdf9c10 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe0165c79 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe05bc452 input_class +EXPORT_SYMBOL_GPL vmlinux 0xe06fd57e regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0xe08234ea debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0aa6768 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0d709d5 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xe0f12b4c regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe11ca8d3 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0xe134ab73 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe13fb005 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xe14489b5 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xe1606941 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xe16a58cc i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xe16b0d30 unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xe16ba8db ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1ccf459 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xe1d57201 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xe1e50ca7 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xe22068a7 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xe2392951 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xe257ed1d ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xe25b74aa regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xe26e46f0 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xe28b3a96 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xe28c1a73 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe2db4b21 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xe2eae9bc bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xe3029cf6 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe361e7ed __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xe36c8d9f bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe37c080f rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3943a7c class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xe3a74b3e pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xe3afa0af pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3c7c662 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xe40b4268 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xe410d769 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe448d4c8 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0xe46b7eb0 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xe480c9ca pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xe48d4ac2 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xe48e4f1e gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4a94c50 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xe4be0db9 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4e31ff1 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xe4e33ab9 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe4e68bc8 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0xe4f501a4 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xe505ca7c ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xe5410819 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe54bc021 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xe556cbad devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xe58099bb kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58ccbab eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe590cd2d led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe59ce1af iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xe5b14dee acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0xe60cd225 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xe6145f56 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0xe6321844 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe648db95 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe64c63fa bus_register +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe6602e9f perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe6894846 efivar_entry_set_get_size +EXPORT_SYMBOL_GPL vmlinux 0xe69da7c6 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xe6a5fd65 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xe6a724c6 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xe6aaaaf6 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xe6b2bfb2 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0xe6b4a75b __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6c8b53f usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6e70746 xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe6f982ef ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xe7055116 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xe708d139 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xe71c4c63 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe72b4574 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xe742e446 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xe7454381 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xe753ecac extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xe763357e usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe78165bd regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xe78322d9 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xe7a1ece9 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xe7c55cb5 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xe7d08aa4 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xe7e18082 blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xe7f3608a hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe81bcd89 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xe8299d69 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xe83acbd7 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xe8417df9 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe865e90c acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0xe89bd243 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe8a0b0f0 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xe8b4e1e9 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xe8d41671 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xe914e9fd gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xe92f14e6 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94b24c7 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xe964b2b8 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xe96ce931 __class_register +EXPORT_SYMBOL_GPL vmlinux 0xe96e38ba of_css +EXPORT_SYMBOL_GPL vmlinux 0xe9a82df7 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9dcf7f3 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe9e701e3 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xe9fdc95d securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1df711 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea50a425 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xea566b44 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xea59f556 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xea628c20 bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xea920190 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xea96c86b serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xeaa74c78 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0xeab30b51 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xeadd1749 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xeadf816e klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeae71350 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xeb17faeb regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb23fb4d irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0xeb2798f7 xen_destroy_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xeb2eb288 efivar_variable_is_removable +EXPORT_SYMBOL_GPL vmlinux 0xeb370805 __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xeb3aeefb regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb8a84ab trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xeb95b02d clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xeba745e1 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xebbac67b ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xebd0338f ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xebdeb7a9 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec095bd7 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xec144e67 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec271b79 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xec28c605 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xec5527e0 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xec5abd23 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xec631f34 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0xec6405fb clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0xec6dfb7a hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xec785f15 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xec79f9d6 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xec868068 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xec960f7a __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xecc5920a device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xece2f487 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xed278bb4 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xed3108b8 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xed342cdb md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xed39f20f rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed3d9281 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0xed74867a blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xed84c0ca mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xed91b3e4 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xed96b051 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xeda4de03 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xeda7da3c sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee016061 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0xee056e58 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee16e072 regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0xee344d96 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xee4c465c debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xee4f9b56 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee73f85a ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xeed03baf crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xeee05f9d regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xeeec42f4 acpi_dev_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xeeede850 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xef01d3a6 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xef114cef max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef672b91 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xef6841c3 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d007a sigset_from_compat +EXPORT_SYMBOL_GPL vmlinux 0xef76b7e2 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa54a9d atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xefab68b7 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xefae2c1e __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xefbc635f devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xefd8201d usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xefda876f shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xefecbc75 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xeffa6b8f __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xf0194808 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xf024f024 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xf0260932 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xf027c508 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf0724cf0 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xf074bef7 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xf089e52e ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xf0bdcf17 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xf0d7c59a pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xf0ec05b4 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xf0f0229e xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf105b27d usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xf14751b4 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xf16d5514 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf19f803e ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b551d9 ibft_addr +EXPORT_SYMBOL_GPL vmlinux 0xf1b8d4c1 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xf1c4f0e0 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf1e47679 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xf2146e34 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf23148a4 cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0xf239a4c5 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xf25b1f48 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xf275c6fc key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf2a025a9 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf2a2bbcf vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xf2b7fb5d tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf2ba7beb rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2c28088 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xf2cead73 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xf2d68750 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2f69669 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf309dfe2 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf313f767 gpiochip_remove +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 0xf34d0630 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xf369370d power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf388e912 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf399f11b xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3f98ed2 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xf41345b3 device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0xf41ffc91 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xf423aa82 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf4266789 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xf42b8101 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xf455db67 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xf45b8dd4 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0xf48a5a1e usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xf48c1fd2 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf49b5480 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf4a86323 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xf4ae5efd regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xf4bb38e1 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xf4c1e27b kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xf4d84e67 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xf4d95462 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf4e1a5d6 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf4e1f7bf uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xf4e3c49f usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf52044ad class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xf52da85d dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xf52eed9d pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf538415b ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xf53ab4cf device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf53bd77f devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf58208db led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5cd7968 acpi_dev_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xf5d2ffda get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xf5d6586c crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xf5fd27e2 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xf60954c4 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0xf62ed63d usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xf63daaf4 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xf64f4204 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xf658e622 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf6751661 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xf6a2321f balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf6b4334f lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xf6b7e346 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xf6be98c7 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf7322bc8 pv_time_ops +EXPORT_SYMBOL_GPL vmlinux 0xf758adc3 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xf7608cdf __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xf79deac4 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xf79e5429 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xf7acbf07 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7db46fd is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xf80eec97 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82af374 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf85253f2 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf86aa1e4 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xf86bf91c fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf8b259ca sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xf8df10fe ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f6337e regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf92a82b8 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf937b752 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xf9455d48 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xf94a0b73 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xf95a72e6 device_create +EXPORT_SYMBOL_GPL vmlinux 0xf9610590 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xf971c607 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xf9765833 dmi_match +EXPORT_SYMBOL_GPL vmlinux 0xf97666a0 set_memory_rw +EXPORT_SYMBOL_GPL vmlinux 0xf9777949 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xf98378c3 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xf9866248 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xf9924426 arch_add_memory +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xfa13461a spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa4a647e klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xfa5dc722 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xfa7dace6 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xfa87b400 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfaafd90a page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xfb095cd1 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xfb15a2fb blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xfb17dec1 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb64b230 acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0xfb6630e2 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb8506f3 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xfba9a33d sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xfbb7230b tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbebde82 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc049443 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfc09c117 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xfc16ef03 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc46f5f5 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xfc73f30a ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xfc783aa4 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xfc843076 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xfc88e277 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xfc968c8b apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0xfcc79141 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xfccc1a4a platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfd17472f rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xfd4e938b fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd799566 __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xfd9cd351 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xfda180f9 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xfdaa304f page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0xfe325bfe shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xfe6f475e power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe8e4942 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfea20a2b platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xfead6c38 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xfec92423 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed37b41 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfefa01ef devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0ec14e phy_init +EXPORT_SYMBOL_GPL vmlinux 0xff1076fc usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xff26414f attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xff498b9e pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xff594a7d crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff655490 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xff946323 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xffb6e52f cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xffebe2c8 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfff34ebf __inet_lookup_listener --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/amd64/generic.compiler +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/amd64/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.8.2-19ubuntu1) 4.8.2 --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/amd64/generic.modules +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/amd64/generic.modules @@ -0,0 +1,4132 @@ +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +abituguru +abituguru3 +ablk_helper +ac97_bus +acard-ahci +acecad +acenic +acerhdf +acer-wmi +acpi_extlog +acpi_ipmi +acpi_pad +acpiphp_ibm +acpi_power_meter +acquirewdt +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +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 +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +advantechwdt +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aesni-intel +aes-x86_64 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x_cs +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +ak8975 +algif_hash +algif_skcipher +alienware-wmi +ali-ircc +alim1535_wdt +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +ambassador +amc6821 +amd +amd5536udc +amd64_edac_mod +amd76xrom +amd8111e +amd_freq_sensitivity +amd_iommu_v2 +amd-rng +amilo-rfkill +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apanel +apds9300 +apds9802als +apds990x +apple_bl +appledisplay +apple-gmux +applesmc +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arcfb +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3935 +as5011 +asb100 +asc7621 +asix +ast +asus_atk0110 +asus-laptop +asus-nb-wmi +asus-wmi +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlas_btns +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +blowfish-x86_64 +bluecard_cs +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c2port-duramar2150 +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia-aesni-avx2 +camellia-aesni-avx-x86_64 +camellia_generic +camellia-x86_64 +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5-avx-x86_64 +cast5_generic +cast6-avx-x86_64 +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +ccp +ccp-crypto +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfag12864b +cfag12864bfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +chromeos_laptop +chromeos_pstore +cicada +cifs +ci_hdrc +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +ck804xrom +classmate-laptop +clearpad_tm1217 +clip +clk-max77686 +clk-s2mps11 +clk-si5351 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +compal-laptop +configfs +contec_pci_dio +cordic +core +coretemp +cp210x +cpcihp_generic +cpcihp_zt5550 +cpia2 +cpu5wdt +cpuid +cpu-notifier-error-inject +c-qcam +cramfs +cr_bllcd +crc32 +crc32-pclmul +crc7 +crc8 +crc-ccitt +crc-itu-t +crct10dif-pclmul +cros_ec +cros_ec_i2c +cros_ec_keyb +crvml +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs5535-mfd +csiostor +ct82c710 +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +dcdbas +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +dell-laptop +dell-led +dell-rbtn +dell_rbu +dell-smo8800 +dell-wmi +dell-wmi-aio +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dme1737 +dm-era +dmfe +dm-flakey +dmi-sysfs +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155v4l +dt9812 +dtl1_cs +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +e752x_edac +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +ec_bhf +echo +ec_sys +edac_core +edac_mce_amd +edt-ft5x06 +eeepc-laptop +eeepc-wmi +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efi-pstore +efs +ehset +einj +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +ene_ir +eni +enic +epat +epia +epic100 +eql +esas2r +esb2rom +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +eurotechwdt +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +fintek-cir +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fschmd +fsl_lpuart +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +gen_probe +genwqe_card +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-clmulni-intel +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +glue_helper +gma500_gfx +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-addr-flash +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-cs5535 +gpio-da9052 +gpio-da9055 +gpio-f7188x +gpio-fan +gpio-generic +gpio-ich +gpio-ir-recv +gpio-it8761e +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch +gpio-sch311x +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdaps +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hecubafb +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hgafb +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-hyperv +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hp100 +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hp-wireless +hp-wmi +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_storvsc +hv_utils +hv_vmbus +hwa-hc +hwa-rc +hwmon-vid +hwpoison-inject +hx8357 +hyperv_fb +hyperv-keyboard +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-ismt +i2c-kempld +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-nforce2 +i2c-nforce2-s4985 +i2c-ocores +i2c-parport +i2c-parport-light +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-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i3000_edac +i3200_edac +i40e +i40evf +i5000_edac +i5100_edac +i5400_edac +i5k_amb +i6300esb +i7300_edac +i7300_idle +i740fb +i7core_edac +i810 +i82092 +i82975x_edac +i8k +i915 +ib700wdt +ib_addr +ib_cm +ib_core +ib_ipath +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmasm +ibmasr +ibmpex +ibm_rtl +ib_mthca +ib_qib +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +ichxrom +icplus +icp_multi +ics932s401 +ideapad-laptop +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ie6xx_wdt +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int3403_thermal +int51x1 +intelfb +intel_ips +intel_menlow +intel_mid_dma +intel_oaktrail +intel_powerclamp +intel_rapl +intel-rng +intel-rst +intel-smartconnect +intel_soc_dts_thermal +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioatdma +ioc4 +io_edgeport +iosf_mbi +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +it87 +it8712f_wdt +it87_wdt +iTCO_vendor_support +iTCO_wdt +itd1000 +ite-cir +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-amd +kvm-intel +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-clevo-mail +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-ss4200 +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmc +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +machzwd +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mce_amd_inj +mce-inject +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-me +mei_phy +mei-txe +mem2mem_testdev +memory-notifier-error-inject +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +meye +mf6x4 +mfd +mga +mgc +mic_card +michael_mic +mic_host +micrel +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mmc_spi +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msi-laptop +msi-wmi +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxm-wmi +mxser +mxuport +myri10ge +n411 +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +nct6683 +nct6775 +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +nettel +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +ntb +ntb_netdev +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nuvoton-cir +nvidiafb +nvme +nvram +nv_tco +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_xilinx_wdt +old_belkin-sir +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +padlock-aes +padlock-sha +palmas-regulator +panasonic-laptop +pandora_bl +panel +paride +parkbd +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_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87413_wdt +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn544_mei +pn_pep +port100 +poseidon +powermate +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptlrpc +ptn3460 +ptp +pvpanic +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-lp3943 +pwm-lpss +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quickstart +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-bq32k +rtc-bq4802 +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-hid-sensor-time +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +salsa20-x86_64 +samsung-keypad +samsung-laptop +samsung-q10 +samsung-sxgbe +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 +savage +savagefb +sb1000 +sbc60xxwdt +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sb_edac +sbni +sbp_target +sbs +sbs-battery +sbshc +sc1200wdt +sc16is7xx +sc92031 +sca3000 +scb2_flash +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +sdricoh_cs +sdr-msi3101 +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent-avx2 +serpent-avx-x86_64 +serpent_generic +serpent-sse2-x86_64 +serport +serqt_usb2 +ses +sfc +sha1-ssse3 +sha256-ssse3 +sha512-ssse3 +shark2 +sh_eth +sh_mobile_ceu_camera +sh_mobile_csi2 +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sis-agp +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skd +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slicoss +slip +slram +sm501 +sm501fb +smb347-charger +smc91c92_cs +sm_common +sm_ftl +smm665 +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb-common +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-max98090 +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-rl6231 +snd-soc-rt5640 +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sst-acpi +snd-soc-sst-baytrail-pcm +snd-soc-sst-byt-max98090-mach +snd-soc-sst-byt-rt5640-mach +snd-soc-sst-dsp +snd-soc-sst-haswell +snd-soc-sst-haswell-pcm +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-us122l +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +sony-laptop +soundcore +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedstep-lib +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssfdc +sst25l +sstfb +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thinkpad_acpi +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tlclk +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmem +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +topstar-laptop +torture +toshiba_acpi +toshiba_bluetooth +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm_infineon +tpm_nsc +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish-avx-x86_64 +twofish_common +twofish_generic +twofish-x86_64 +twofish-x86_64-3way +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +usnic_verbs +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vfio +vfio_iommu_type1 +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-camera +via-cputemp +viafb +via-ircc +via-rhine +via-rng +via-sdmmc +via-velocity +via_wdt +video +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmlfb +vmw_balloon +vmwgfx +vmw_pvscsi +vmw_vmci +vmw_vsock_vmci_transport +vmxnet3 +vp27smpx +vpx3220 +vringh +vsock +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977af_ir +w83977f_wdt +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +wafer5823wdt +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +winbond-cir +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wmi +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +x38_edac +x86_pkg_temp_thermal +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen-tpmfront +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xillybus_core +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +zatm +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/amd64/lowlatency +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/amd64/lowlatency @@ -0,0 +1,18053 @@ +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x4c878322 iosf_mbi_modify +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x6d1d5d9b iosf_mbi_write +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x932493a8 iosf_mbi_read +EXPORT_SYMBOL arch/x86/kvm/kvm 0x6948b5df kvm_read_guest_atomic +EXPORT_SYMBOL arch/x86/kvm/kvm 0xa28f28d0 kvm_cpu_has_pending_timer +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0x966915ca acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0xd67e424e acpi_video_unregister_backlight +EXPORT_SYMBOL drivers/atm/suni 0x731d9b16 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0x2c1d9e53 uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0x05df6740 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 0x1ee21714 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x2edf6475 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x379ccdc5 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0x4107107a pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x7a08cf9b pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x7d148dde pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x80d7ec09 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x953f71eb pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xa75f27f8 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0xaca76872 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xbe9b1e5a pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xe8351f09 pi_write_regr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x18333374 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x6fd0f109 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8ced3912 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa24cb8b5 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xdbb69700 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x37049187 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x4f47287c dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x88fceca1 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xacf435f2 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xc5a96def dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xff890319 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/ioat/ioatdma 0x0fd3d058 ioat_dma_setup_interrupts +EXPORT_SYMBOL drivers/edac/edac_core 0x65612de7 edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04d0f641 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0519fa0a fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x06cd2bac fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7d6af8 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x14509f7f fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1573c98b fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2397e959 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2955392e fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2ba2d541 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x364dfb59 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x420a73a0 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x43db9b0f fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x45652c3b fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4617ee65 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5f60ff30 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x63af5e91 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x645b715f fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x649bc119 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x811eaf20 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x82739ae8 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x82996110 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90058092 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x97f2feb5 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x997e96e2 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9f09d1dd fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcf225ba7 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd92b7f67 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe424e031 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe5d88889 fw_core_handle_request +EXPORT_SYMBOL drivers/firmware/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/fmc/fmc 0x3cc378fd fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x40026b7d fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x4833791d fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0x73cfda01 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x77beb7e9 fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0x94a20955 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0xa7a84c82 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xc600fa53 fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xed054f55 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xf58b61fa fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xf90d3b22 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0xe0ae765e ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01154401 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x013e8b68 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02d5083c drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0676e003 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0962462b drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ab3f406 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ac04333 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0da8cf38 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e061f6e drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f79be74 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1063435a drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11ba77d5 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12b7e89e drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1353c0ee drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x143e078a drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14bc502a drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14ef2c5e drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17f5717e drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1806c9da drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19268e27 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a857afa drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1aa7432c drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b978109 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d9a546f drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dac64dc drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e56f711 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2046d2e2 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b37c60 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x212a4a2f drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x224f971e drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23b2b1b4 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x242a967d drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2581e041 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x262408da drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ab05b82 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ab852d3 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b026dd4 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bc7baff drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cd372ec drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d2ac2e8 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2eb7c7e0 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f4f306f drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f923e3d drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x301789c9 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3050edd6 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x328e2ed6 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32de71eb drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3402dfc2 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37d6d58c drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a9b4b49 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3accc874 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fd351ca drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4298f2b4 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43d93c52 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x441c9fab drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4607184a drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x468ad0b1 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46b969ec drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4854775f drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49dd052c drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ba5a982 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4be7ed36 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c494707 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f4cb586 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f9888f8 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fde57b9 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x515cf30b drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52296787 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53bfbece drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53d695a4 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55619317 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x556f1666 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x564925dc drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x570ccd63 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59248376 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a0b7c73 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b11ef5e drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7318dc drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e4ab6b9 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e91e8de drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f75b956 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6003775c drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x609e0cbe drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61871165 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6321d414 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x658ccff3 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x683ce5da drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69cd2b63 drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a74e031 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc3c29e drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e066d19 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e70daff drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70d782c4 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72577811 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72c1dc88 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73d60625 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7594535f drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75ac641a drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76d533ff drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77ac4764 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78a53e67 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78c3b7bb drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ab3f0cf drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bd7171f drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c61c306 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ca3962b drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d09fcd7 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d15dc9d drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f828a07 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fd58ca2 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81dee2d3 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e773e4 drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84b83433 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84f8f7e4 drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x857134ef drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x858ade65 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8973c6ac drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89f55bc9 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bcfeacb drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f545e92 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x907ec995 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x922d0d2b drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x928a1291 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9326305b drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93e12289 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94bfc426 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95872145 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9844540f drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d228994 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f08467b drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f673b8e drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa118e886 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa349da1f drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3a02e8c drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4f3b233 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa736a248 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad36ee1a drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xada500b0 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xafad9923 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb05424d9 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1601cb6 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1ba9e22 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb30e6b9f drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb35dea55 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3c9d43b drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb404533a drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4651a3d drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5540008 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5acf071 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7f9e9b3 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb983c8c3 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb829a3c drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbd6b791 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbce3cdba drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd066d26 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfa074c5 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc05501c4 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc08ca414 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3c97fa2 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc839183b drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc89f33db drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca1a535b drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca2d91d5 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca4ef266 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc0f395d drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdeae223 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf36438c drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf692637 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd036ab70 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd11a578d drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1a39d72 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4a09ba4 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd53abde1 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5a08054 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd721cfbc drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7adae95 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8a14dd6 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8e2240d drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9da1d30 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdde477f8 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde6907f9 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xded5ff90 drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1295e3e drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe22eafa5 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5ae9875 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe62136ee drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe69c391f drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe73699be drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe790fc5d drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7f9ceaa drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9b7cb95 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeae0221b drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed012dff drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf180e616 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3972c14 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf55a55a4 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6d474df drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf810777a drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf81ec7dd drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf837063f drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9c40747 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa25823f drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb12040f drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc9dd55b drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfda4b5ee drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0496ca15 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04ee96b6 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a14dd85 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14be73ad drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x162d2c52 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17b97733 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19aea6ea drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a4e4d1c drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a51c992 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x217f0262 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e3089ce drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32375eb4 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33956539 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37a309ec drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4866bc4a drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x508320e9 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x56f29945 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x57d39c12 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e1bf08f drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e67de5b drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x716d1e5c drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75491785 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x798a2056 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e4d62a4 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8087c51b drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84ad9ea7 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x873a492a drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8b63972e drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d60e1c3 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x949fc038 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c41f699 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9fe068bf drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3c5b4b0 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4697a99 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xace7ca60 drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf816647 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb246b32b drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb24a6884 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3d7b800 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb78cb5ba drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd989ea2 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc00f0c52 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc258d704 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc731467e drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd2fe79ad drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd60b83d2 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdba1c2a4 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe9d63063 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf172e91b drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9e54825 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x15da3f63 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x5b1b6fab drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xca41689c drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x01dc3f79 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x02d19339 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0347d6c1 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0a37710d ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x15802120 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a14683f ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1e7cd663 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2002a824 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2105e18d ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21c1fb0c ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x24cd3a99 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2aea4677 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x32753458 ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3460f170 ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x372a182e ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x37e58910 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3a801c86 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x44cb55ca ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ae6f184 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4b76eaab ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e8dd264 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x55239898 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x564e1aee ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x571efc10 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5de8f973 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x602ded66 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69283514 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6b797c25 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7003a843 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x718a56bb ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x71a9cddb ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x75d6fc91 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x770fb1b8 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x781ba83b ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7c167855 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81b4fc95 ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8568be30 ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8792653a ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8a5bbb04 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8bfb0207 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x90beb508 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x967c8d4c ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9b495c2d ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d3eab45 ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa4839134 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa89b53ee ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb8f61706 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbb84f139 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbc1c2556 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbd06f988 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc3d4087d ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc43b9c0b ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4d4618d ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc74680fe ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcc1a1226 ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcd19277f ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8854255 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdef8e6d0 ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe6d99a1c ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe7a0c373 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe838d197 ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe8bab816 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe98a5fcc ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeb2eab04 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xedc1fee3 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xff7dcb3f ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xffec5106 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x25158ac1 vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x74d8e5b8 vmbus_sendpacket +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x3ddf0485 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x178950dc i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x99f743ab i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xdbbff13b i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x67a44fa5 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x7977b4a5 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x810cc6e4 amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xa39a11ea st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xf10e1ed6 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x10a34484 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x5651dbaa hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x7124dde8 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x8bb00e52 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x8c05d03f hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xef8b08fc hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x72a1f787 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xe2a4434c hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xe3453851 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x01d6602a st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x4153c5fb st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x424794bf st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x45a6e790 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6edd688d st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7bf27623 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8583f923 st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc06bc8c0 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc31eb487 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc516a93f st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd016fe49 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd163617c st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe15dc822 st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xeb13f8d1 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xf73029d7 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xf914756f st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xfb0a5377 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x715274a8 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0x9de78808 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x07dd85de st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x8dfbf79f st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xa61a51b1 adis_enable_irq +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xba1b83c1 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/industrialio 0x0b5843e9 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x1aacc0e4 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x1b12ae40 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x1ec75063 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x1f07a9b8 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x22f90532 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x23bb7630 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x4a1ab752 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x4ee7f08b iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x5a4cb66e iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x66a038ba iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x6f0152e0 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x75f785ba iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x776f214a iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x7dcc17b7 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x90df85a0 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xabc170c9 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xb736aff5 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0xba835f2d iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xcc7eb2c4 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xd91d51af iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xf375bfc5 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xfed93466 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xa1b6d5c3 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xecbb7a2d iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x389eb0b8 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x9fef57da iio_kfifo_free +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x0d65ecda st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xb1210926 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x1306db1f st_press_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x3479f80a st_press_common_probe +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x2107de5f rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x6f6ee97c rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xca394753 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xf19ab26c rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x02bc1b10 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0c5950b3 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0c6a8f24 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x122a2cbf ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x21b207a1 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x305dedc5 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x32af50b2 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x65855b87 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x716796b9 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x784bc43c ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9faf93c6 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa520f693 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb3f98c00 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb95d671e ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc85d799a ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe45f7d4f ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf6105431 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0290e9ac ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07576f08 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09488889 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0992e6e0 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bd24194 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c6dd633 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f023f6f ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11063edd ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11656867 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11df6d82 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11eb42e1 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x167b6bb2 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16eb421a ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b6168c3 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cb8b01c ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2053f5c2 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25c718e3 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x282cfeeb ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b64d63b ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c8f9bb8 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39d1d2eb ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3bca7408 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3cd038cf ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e8c35c5 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f87f7d1 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f914e36 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fcb3807 ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42cf1074 ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4bca6e55 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c8d6c06 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4de8b2b0 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5583397a rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x565b93d5 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a03887f ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c51562a ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5daaa7db ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x604ecb37 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x669cda0f ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68db3f6a ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a06dfb2 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6bc9a13b ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e2bb588 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f26f86e ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70ed8016 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x783f9a8a ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x789823e6 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a0f5410 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d8fa4b7 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d9d77cb ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f4b3e16 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x817db141 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8bcdefcb ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8dbf6756 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x916435bc ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x925dff78 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x932613d2 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b1b43cd ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b77e66a ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ec1bbfc ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa39c50a0 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4b85497 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa99a6022 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa2ee673 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa40bdc0 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae40e5bd ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1263ba2 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb61af00e ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8cdd3d5 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb961a7db ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbec73206 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc36dcf86 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc562af9e ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6fc738b ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce9417b5 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3538d7e ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd64d6c73 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd93f400f ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdcc9d080 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe462e18e ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf264a7e3 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfdd1c04e ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x272eb6b3 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3ef74cf0 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x43c5e7ff ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x53f17652 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x60597d88 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x69cbe472 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x91300234 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa4d6b4d8 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa579cbc7 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa6f4ce30 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xf20786d6 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xf9abf9e1 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x0b527dab ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x0ed3f8cc ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x1f4fa9dd ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x26da751a ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x2fd0e42f ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x51b2ebc7 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xc1955a3f ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xce2cb350 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xfcbe5225 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x06bd2d94 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1212a781 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x220505af iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x298f94d2 iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x44636662 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x57c2ff1b iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7b94c118 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xad232377 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb564d28f iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xbbd4139b iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc1db4d8f iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xeffb4381 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf815da39 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xfffbfc4e iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x02450bf2 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x03ccb1a7 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x081af7be rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x096ecab6 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x152d26d0 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3101a443 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x410407ac rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4c18ce23 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6cb5eb95 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6f82403f rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7f95d692 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x806b0ff5 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8c889364 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x90392c15 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x92242b24 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9d2c68d6 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa821d0ef rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa90e2b60 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb509d539 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcb46e31a rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe6976a4e rdma_set_reuseaddr +EXPORT_SYMBOL drivers/input/gameport/gameport 0x04d31f6e gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1c4fef91 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3a6d0c13 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x59de57e6 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb2cc4297 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xbf8217d1 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe3152ee6 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf1a2b057 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf541824f gameport_unregister_port +EXPORT_SYMBOL drivers/input/input-polldev 0x3f1a9ffd input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x4b818d2b devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x9958b62d input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xb65a5507 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xfd4342ff input_free_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x3ffd8c01 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x040648bd ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0x1ef06ba4 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xad7d01d4 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xbb4f8728 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x3311a107 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/sparse-keymap 0x22e8f11f sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x4745d709 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x574342fb sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x5d485327 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd4412753 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xfba89a32 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xa908b3cd ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xaa8f876c ad7879_probe +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x51714c2c amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x67d0bea6 amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x941cdb41 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xa50d522e amd_iommu_init_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xd57e4525 amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xd6c33b33 amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14d8b8b1 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x656cbe6d capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x65ebcb6f capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8ac62189 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa1886b17 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa954269a capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb4d2c26b capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xbb4eab6a capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc16e8af4 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf12e2dac capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x01cecc36 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x1fe947a2 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x316099ec b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x4715b898 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x720ab735 b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x7f0957fe b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85861cb8 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8f83bb86 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xd072e6d1 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xd6261a53 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xde6a2b91 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xec0ea1d6 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf30f8ba3 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfe4da358 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xff428751 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x013d9437 b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x223a7317 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x31404b8d t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x37b8dfd1 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x42b888f1 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x6fe6cbf5 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x73611f88 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xb249fb2b b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xdcca359a b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x36c2fd7b mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xaed46b2c mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xb6810094 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xff8484e0 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x03878333 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xb0d7d7c2 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x85a6b0d0 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x642b7e5d isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x6b408dcd isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x8f6169c4 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xc62e4476 isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xd88fc7fd isac_irq +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x1f774b03 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x8f00d7fd isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xf8dd50a9 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0fab910d mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x15482e4a bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x16f14e03 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x201c4ea7 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x211fd43e dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x27bbeb07 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3e89a7b5 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x43e3e6a6 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4827679a recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5d8fac62 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x61e6deed recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x71afd349 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x77bfb666 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7b3ced19 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7fe04b32 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x92f657fc queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa00984e3 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xae1501ae mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3b64a7c mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc6747602 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd22c7c12 mISDN_freebchannel +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 0xdddb98d8 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfc99ac3e mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x183f67a2 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1f529ce8 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0x440b4830 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x44a37d62 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5b59b856 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7daccb73 bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0x8833b0e8 bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0x92370c0b bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9b3dc57c closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa3c5c702 bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xbf7257cf bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc49185bc closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca5df778 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xce47a6d9 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd2813054 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0xda7f48e4 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdf892351 bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xec6f33d0 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xf0a4872a bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/dm-bufio 0x268682d2 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-log 0x1e418650 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x40eff663 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x76f360c2 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xa716e206 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x146890cb dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x467d445a dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x4f1ba0dd dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9dfceb44 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc4afd281 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xefe45e12 dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0x03999655 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x27758cce flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x303900be flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x47a2cacd flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x61feae0b flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x75192254 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8309a287 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x83731f07 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x84c145b6 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x932a1917 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9434240d flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd07796cf flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd25f6dbd flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe6aece15 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xd7815fba btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xf1ccb89d btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x4c6386a0 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x574b3b52 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x613cd11c cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x981bc302 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x88480d5b cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x2f103aea tveeprom_read +EXPORT_SYMBOL drivers/media/common/tveeprom 0x8451fabd tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08135792 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0c651bb2 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0f7a1ce0 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1a86970d dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x31658f3c dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x398aab01 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3af7b13a dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x421502ff dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x468a8947 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x622f7adc dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x64d6d7a9 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6568e211 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6785055c dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80d124e7 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x835facda dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8399e35a dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x887caf4f dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x88d397fb dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8d0df2a1 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x979523b4 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9dd7945b dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa11988f4 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa2a65e70 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xab306c19 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xad99877d dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc275b1e6 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc86068a5 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xca4965f1 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd70eab13 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdf41e0cc dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe15697bd dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe1abd496 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe79e3fdb dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe907abc9 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc9c06 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xec6a6597 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xefcef46b dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0xf3c9e694 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x301d73e0 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0xa76a8539 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x6eeff0ca atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x13d84c30 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x39b4f0ed au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x42e71274 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x499dc06c au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6b559744 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x8f6b6aec au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbd70645a au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd6fd4731 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf9e5801f au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x33b1fbe3 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xe9fe4c66 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x6cc8931f cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0xcc4557d7 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x9dccf2e4 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x36ad439a cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x62b16a07 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x9320c312 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x59bf6a00 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x84b80432 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x22566661 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x000af99f dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x28b46a64 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x60b6d478 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf20494af dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xfcfb0052 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x018b5223 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0713fff4 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3839e04e dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3df048ba dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3fd62c03 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x480ca4a5 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x745ba8c4 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7750eb72 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x97311c68 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xafd13ef3 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbaeba323 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcaa102d6 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdb2c75b9 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xee1dd73e dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xee4a3138 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x57ad98a2 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1aa51c59 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x2c0d8be7 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x567ad136 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x5de37cca dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x64725c39 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x702a9349 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x38e0d075 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x3ff5097f dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x9deab454 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xb45f1688 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0f1e5279 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x13205e28 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x1c3146b7 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x1e518e60 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x293c10f9 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x44015a53 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x44d1638d dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4677524d dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x51b43867 dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x75a915ef dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x80eabce8 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x896df45f dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x93ff8155 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc9361ff0 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xdefa675f dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xfe58ff24 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x35e5613a dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x40ec11e0 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x4e0230d1 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x64adff46 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7231e50a dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x76401b0c dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x88efe61b dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x93107c34 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xba487b48 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xbe3c609d dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc6d92c5f dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc8206f26 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd0dc17e5 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd87b3586 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xdcf9bb46 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xea315f1c dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xee89eb45 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xfa323192 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xfea1f2cf dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x00cee26f dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x1e6502ee dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x5c405e44 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xedcea545 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xeebc187e dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x7f0f5d24 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x3c9efdee drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xccf5a404 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0xcf05e13f drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x3e4efc21 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x2ba83b24 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xbff17589 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xf29390bd isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x81c3779b isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xc9b16a5a isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x7f56b251 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xb2586be6 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0xb966fab3 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x2c459814 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x972d030e lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x45615246 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x414441a8 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x4b1e9864 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x7977d0e3 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x2bfff86c lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x456b2e1d m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x7a01bafe m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x39b054b7 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0xe21ec768 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xd03fd631 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x2008d6ae mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0xe04c1839 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xd8989d43 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x4a318c39 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x04544d39 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xe8a30f9f rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xf8c4a031 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x19c9fc36 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x28cced12 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xa1f97ef3 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x0dc1b44e s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x0ee56213 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x1987cf9d s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xca096382 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x042369d7 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x260098e1 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0xcd5145f8 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xb466bde1 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x7174deba stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x26cd7f06 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x71251ee8 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x3c1263c1 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x8baa3625 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xdaba6c8d stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x7b827ba3 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xae454726 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x955c1435 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x3696dfda stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xaea043cf stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x07cd5544 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x33958ed1 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xa6359523 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x4648c9c0 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x367e3742 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x0481dda9 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x21939b8a tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x48a93d80 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xa6bd2897 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x6447eeff tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x0cc5e5bf tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x50fcc8b9 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xc76fb27f tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xc0060404 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x0c6c84f1 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xbc9a8a27 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x4a05800d ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xf86028ab zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xaf5bdbb2 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xa2477f61 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x474da5df flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4dd1a328 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6c8b7959 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8b1b2961 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9b6582f2 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb28283d9 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf2b78103 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x3104e48e bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x41585324 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x4ea0e036 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x953758ea 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 0x65df9082 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x66c2300e 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 0xc72ac8c1 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1c5056e4 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3422c12d dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x50b3444b dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x67543127 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x95b532f5 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xaf24a28c dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc9568bde rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd801a8e1 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe23bdff6 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xff76e463 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x44c16fe6 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x97dd05bd cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xbdd82645 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xbf57a168 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf5f3e849 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x3bc8116d altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6105844f altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xa90fc1a0 altera_pid_feed_control +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 0x07e6f618 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x2d70a7da cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x704c6705 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x817c76c5 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb68443a0 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd1b8f278 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x3cfb674f vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x640dd138 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x57112679 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x5dc132f6 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x83d632cd cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xeb8ec208 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x61b5c5ec cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x7626c143 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x788bb151 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9ba78afc cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa1700c42 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd26cb1c2 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0d6ef009 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0f5e3324 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x121161fe cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1b7e1011 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x31cfa27e cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x47553cc5 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x52b1180d cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x720ae007 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7479d110 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9199d1d0 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9d471612 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa217560b cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa53ad975 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xaac234fd cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb06e8b59 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbaf8bbe8 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbc1a6394 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc04ac0ae cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd1c29164 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe5fd9940 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe9ee4d93 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xeae14a27 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0a44d594 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1336e1f9 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1c9ac276 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1eab925c ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x30a14ec0 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x30a93666 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3622480b ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3f931e4c ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7a0f4e69 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x82b1df39 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x99ef7300 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb2cfde64 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc2825c9c ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xde0c97e4 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xde576e7c ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xebc6f5ec ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xef380a2c 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 0x15eedadc saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x17ace72a saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1ec754e7 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x20647277 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2f079dca saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x342f75e0 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x84c128c8 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x88e915e9 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8d30c29e saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa8f90313 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xafc5482f saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xeb156ec5 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xbf4e3794 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x4e84a49d videocodec_register +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xa721da36 videocodec_unregister +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xf11d88e6 videocodec_attach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xf7a2d749 videocodec_detach +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x023e66e7 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x15d99d72 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x1c14ed21 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x2ce5a3f2 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x3c665324 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x66b6e43e soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xb1377d28 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xb3de923d soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xfd732338 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x06dd60ab soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x6ab8a1d4 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x6ed89dcc soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xfb22eede soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/radio/tea575x 0x997edfba snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xb2bd2c6a snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xc826f92a snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xf0a05228 snd_tea575x_init +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x0c1ae48a lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x5834f9d1 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x5b26d69c lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x9daa8e4e lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xc18f0e36 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xc3a7c9c5 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xe0fa6dfb lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xf9f0a950 lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2f1e2c0b ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0x3181d883 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x3b5a350b fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xb57d9013 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x02e3ba13 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x10e24835 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x912d8bf3 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc2580 0xaaa029eb fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0xf418dce4 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x5766deb1 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xf6a760ed mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x02bbf218 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x9e1be6e7 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x29f752b6 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xbd329c65 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x112119e9 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x46f71b3b tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0xdc716858 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xd72fb3ee xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0x636684f8 it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x01f0cf4f xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x82e1a97b xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x5cdbe557 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x8ff719b6 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1dcbb724 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4f8e3afb dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x596ea319 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7a30656e dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x98e9cd44 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa603e9a5 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb90860f3 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc21ba8d3 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc6479719 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x103d9120 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2231bee1 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x5f5a17e6 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x68303a85 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x801c68c8 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x88fdfc94 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8d4b24c3 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 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 0xe592bc55 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x09816e86 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x131f4623 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1fc11acd dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x288cfa16 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x55c95c8e dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5e390269 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x65e8e7f4 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xac28bdc9 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdb5d6fdd dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe25ca98b dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xfd45a7cb dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x76b77fdd em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xf1291fcc em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x14dab41d gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x16fe27d9 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x27bb1bd4 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x706aafba gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc939e119 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xd6d1fdc7 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xdcd9017e gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xfb9130fa gspca_suspend +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x601349db tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x825d9ed0 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xcf39a6b6 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x8e9a1024 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xa55d11ee ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5a52c644 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x9486bf47 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xbb7152e0 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x4ad178b4 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x56979bad videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x5d43a51c videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x81d9421e videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x988e77d4 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xe3daad75 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0xd95578d7 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x33834e76 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x37ae9f3a vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x5dbcea91 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x96ece886 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x9de5b053 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xaf8b7925 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x038a258c v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x05d1f860 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 0x06e1492e v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x077cb0f6 v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x160c5d53 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16bbf36d v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x198b4dce v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x21c160c1 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2d88040c v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2dd276ee v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x31618e6b v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x38053720 v4l2_ctrl_modify_range +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 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4b00f76a v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4f75732f v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x56c65103 __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5a0fdf19 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x60c6bef6 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x63eaf199 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x64d36914 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6eb3c667 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x719581bd v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7390eee7 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x73dc0b13 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x74dc6581 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x75dc8b4f v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x769db606 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7af625af video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7d6d0ffb v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e28e661 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x82c24e45 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x85330ba9 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x867e4d09 v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8c8ee92b video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8e8c31ef video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x92b65f1c v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x93647d8f v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x94b62b98 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9594ca0a v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x96107d3e v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9e38a691 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa10d190e video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa3f9fba1 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa43ad946 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa9607490 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xab057afc video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb7465153 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb7d7eba5 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbe555e2a v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc276a995 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc5a87dc3 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc8b5b667 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc920d8fd v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xce39f9c8 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd0e852a6 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd0ffa6c6 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd3c89ff7 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdbd3084b v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe295da70 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe4517093 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe6059d37 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe8943f79 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf4129d38 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf92d8d61 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfa489b27 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfd4e7894 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfdb39d7f v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/memstick/core/memstick 0x18d53930 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2a25a713 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3a24b49c memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x45fe951a memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4d6272ed memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7e0a9a2b memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa72fea1f memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa8012795 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc4e068d7 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc07e67e memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe6008f0c memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xeb3d45a1 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xede710d0 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x033156bf mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0b5f5a39 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1614f079 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x276633d9 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3aa4e8c8 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x40a14a35 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4e1fe781 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x51597020 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5272618d mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x54dccecf mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7165f3a5 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7386c203 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x750ffd34 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7e619c5f mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x907d6ff4 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x945895e8 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x97d20b56 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9ddf59e8 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9ed29658 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa1690685 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb3e79ead mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc59782de mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xca2e2ec0 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd6071f90 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe9f782ea mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf3e37d77 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf5a07c32 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfc742ea2 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfcc1c3a8 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0433592d mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0e09b850 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x15457d6a mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x17bb06b5 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x18691d62 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1a015dee mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x267208d2 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x29244d50 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4c2425c1 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4ca12b12 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x60ba24c9 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x62ecf400 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x68d20c1f mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6e0a2334 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x74db9595 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7cc4474b mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x800210a7 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x80fa9dd1 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x82a83804 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa57f4ad8 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa77f2e16 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa88f716c mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb58b7083 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd01dc2d7 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdf646773 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe549a1b1 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfa99d7e6 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x0b1b526c i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1370e76a i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x161f5a73 i2o_cntxt_list_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x20e6141b i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2615b1f0 i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3b4e24df i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3b82a9f9 i2o_cntxt_list_add +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x41e2ffe4 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x42af646e i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x59d6d2f1 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x61a511ff i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x699646b8 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6eaa9980 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x82dd2d20 i2o_cntxt_list_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8e432f4c i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa363ce87 i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc9a12b3b i2o_cntxt_list_get_ptr +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd02e78b6 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd68120b2 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdd80f672 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe3ec6291 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xface4096 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/mfd/cros_ec 0x17128fc7 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0x67a6a532 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/cros_ec 0x6ac8849f cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0xaa2641bd cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0xccc76c60 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x6458dcd6 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xe7a38500 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x236e9eac mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2e0cafdf mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x72feeb8c mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x844d051e mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x888fec83 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8d22716b mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x965dff11 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x97808f01 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x98eb6242 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xafbbc37c mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb765c472 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xce3f60cf mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xdaf89cab mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/tps6105x 0x564f2a68 tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0xe87723d6 tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xf5a4efa6 tps6105x_mask_and_set +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/misc/ad525x_dpot 0x85256d7a ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xf4198554 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x67d913a4 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0xa362a4d7 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xc691cae0 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/ioc4 0x98fa9869 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xc140095e ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x1480e7a7 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x1bef0f42 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x38aafe19 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4c8bf9ac tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x57cfaf9d tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x68abc7ab tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xa8c2ec46 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0xc8eba14a tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xce1f07a5 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xdc5243fd tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xf1b4ea6a tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xf2d4d684 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xf34a5c81 tifm_alloc_device +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0xa3ee29ac mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x1bdaa081 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x84692a7f cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf0a768a3 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x41358561 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x5ee290ab do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x6c20f513 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xb74155b8 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x6a53c4b4 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xaaffb042 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xbb8f6fae simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0xc5c52efb mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xea5b8fc2 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/denali 0x402930a4 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/denali 0xc118ed31 denali_init +EXPORT_SYMBOL drivers/mtd/nand/nand 0x15d35f38 nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0x27e5145e nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x5f2c3dc1 nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x6e12b953 nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0x6ef666ba nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0xbde4ebef nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x1403d1a0 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x28139d2a nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x4d44734d nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x2cb72ab9 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xadd108d7 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x513b268f onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x8836aabe onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x96c92cee flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xc2e38167 onenand_scan_bbt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3b68bde8 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x47fa8cc7 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x57850115 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5e5de88b arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5f5359a3 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa5e5cdab arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xaea34c3f arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xaee5c79b arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xddb0fe5a arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xfe348559 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x45f318ba com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x659dbcf3 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x88c413fb com20020_check +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4c503bca ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x578fdebb ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5b073b1d ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5fa8de00 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6e5db2d0 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x736042b8 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7b7b2340 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9ad96aee ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9db57385 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd36a3f26 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x2d793d2a bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xe86e7ba4 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x08fb87e8 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2c40fe3b t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3477bcc5 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3d14f7b7 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4f90affe cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5ac6f5fd cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x69fe54d1 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x70e811c6 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x75a1dc85 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x94febc65 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa127ab5b t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa57c973f t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xabeed137 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xec4a1e05 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfa7b7c58 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfafa757f cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x040368b8 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1005e960 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x15f781be cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x16bb8889 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x18a8a485 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1da12bb8 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x233ab66b cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x28d4a04f cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x44f00db0 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4af1cc42 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4d5f7673 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4d982ee7 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x58bf015a cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x655a3d23 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67408ceb cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x75410407 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8883e256 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8a118df3 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa27f59b7 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaf35c7c6 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xba1bbdd0 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbef27b7a cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xce359d75 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd040521a cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xda0bfe2e cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe1577c05 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe3987d4a cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf7cfc096 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x21f7da38 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc57cfdec vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xfef6d2b9 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x2f789eb9 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x2ffa5b25 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01d8da79 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0701738e mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0aa1babc mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a2e005c mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x274f6734 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x289ffab9 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a7860ea mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3db8b542 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43277955 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6725ae69 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6dd0a884 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f2e9ae4 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x757d2adf mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x782f44db mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x797d42d9 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e227332 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90171eee mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92f8c4da mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f67bafc mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabc65143 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0c9c66c mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb97e0dc7 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbc0e09b mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd6b804d mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe63bd378 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2e6fbb7 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03a9f632 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05611fe5 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ca6dac0 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a6d3ed3 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d0e7b26 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43270842 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43644fe5 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c310bc4 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62014520 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c777a30 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f088bba mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x805ab9e4 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8122f8d2 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82a2ba30 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b6bf96c mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa35d282 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa95b6e3 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaba91580 mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xadb8e2d5 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae6f3320 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe0a170b mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce881f55 mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2ee5c3c mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdfc08e6b mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5008e8c mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5a540d7 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeaf72fce mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef9d1b7d mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf25a2035 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x2e0d0183 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x380c283f hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x98846485 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xc596d502 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xec9dafcd hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x0286c665 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x21dd96f9 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x2a5e4e69 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x670ed7ed sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb519d237 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb6f24b64 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xbb8d9aef sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xc4c2ace2 irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xdd53b203 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xeba76eb0 sirdev_get_instance +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x098b132e mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0x17f22928 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x385d7d8e mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x48004b49 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x5df3ec5f generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0x78474bbd mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0x9d51ca92 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0xd19dc5df mii_check_link +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x3e542a16 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x5c1de683 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0xa7481a97 vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x67c78dde pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xa25481a6 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xaa9083a0 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xfd956f14 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x0548652f team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x063f2b5e team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x1a18cb04 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x2808b525 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x29dcb5d8 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x69ef137c team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x845286b1 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xae1e3522 team_options_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x6cb4e3e2 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xe23a309f usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xfa0fe164 usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x014e9cc1 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x20c23520 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x3e557aa8 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7f7cf371 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x818cb4fe hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8c4567da hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x915c776f attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x976bcf82 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9ea7a58b hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb4e6f681 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xff44db45 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x57cac2f2 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x4292e270 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x7ea9fc7d reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xa257dca0 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x15415110 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x176c1a7e dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x372af5a2 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6b2b8e4f ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8b935a35 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa9920532 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc72f5de0 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc866e4d9 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdaef3675 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xec197762 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xee75957e ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xfb4ccc57 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x08408171 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x11cf8f30 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2a48d82d ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x71c68b7b ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeaf056b5 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfa74c9ef ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x074820fc ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0c560ed6 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x15545e9b ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1d18f8d4 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27f8b247 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x78219b41 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa2cbf853 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xaf309e7a ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xdc2258ac ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xdc63fd38 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x05b7ae38 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0845a1a6 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0d310c4e ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4ff1e462 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x528b6f87 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x54527931 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5a68aedd ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6a4100a3 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6fa0f0de ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7085486a ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x842787fd ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x85ba4761 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb1964f37 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb86a7326 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf100ef70 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf3ba341a ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfa882016 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfe15da05 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02ea69c7 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03e5cd47 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0439cb34 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x046ae7eb ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06288fa1 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0644141d ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07724c3d ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x096345ca ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0bca2c76 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0fa1264a ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10033fae ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16ea1171 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1800d79b ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1adc03e3 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1ba128c7 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c5c5a48 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f55a20b ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f977566 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x268f3449 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27f08fdc ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2870799b ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3046dbef ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x33ddf5da ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34881f3b ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35aceb0d ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x361b86ac ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b8b89ff ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c3ac09e ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d1c40ca ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3dcd9cf9 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x41766711 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42b4e33d ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x43840964 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x453870e4 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x460634c5 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47b40272 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d40ba6e ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4fed9b5b ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5068e305 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5087754f ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5270d7b9 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5831f5d6 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5be28de0 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c753199 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e4f5663 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6265f965 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6369983a ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x655da4e7 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6572da65 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x69d0e36e ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6bb3c658 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6bcf8bd7 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e99d175 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f783150 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6fc71852 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7447a925 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7578b8b7 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ae47a4c ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7de57605 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ee48209 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85f36bf7 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x882173f2 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8920c886 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89e1350f ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8fb93570 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94153753 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9746d50b ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x991f4300 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0e9e22d ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb1b1b8ab ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb1e54694 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb27a7c04 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb3cc47b1 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb52e9e71 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb62122cc ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba6873eb ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc1c9eac ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe19e98c ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf757189 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0c9d022 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2bf6329 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca614f19 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc0a2408 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc4ac45e ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcce6d271 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd7a1a1a ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd0e1a364 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd27aacbf ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc14d160 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0b35c58 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2b11d62 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe82d9f46 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe92d6e12 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xedb1108a ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xefa95fb0 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xefc144a8 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf26b6e97 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4919268 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf67ccaf4 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf9e0f142 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfcd6d7a4 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff2066bd ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff59309b ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/atmel 0x77f96e99 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xa735c144 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xc7241f96 atmel_open +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x28366d77 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x37b5cbed brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x5252561a brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x551e3fd2 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x60655f49 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x6a9f4ce2 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8357732a brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x83928648 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8f33a1e9 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x970ef849 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa9441cb4 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xbacd1d6c brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd314dbb9 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x119ac554 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x13115be6 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x170a9b58 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1723ac32 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x224a278e hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x33216518 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3c4d1575 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3de3aed8 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4987980e hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x49ff7764 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5e1cb3b1 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6a3d39fb hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x72f662f8 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x794b4e93 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8495da19 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9254c8df prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa26a76ac hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb7902e5d hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb9a86b2d hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbb819b39 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc231d0e8 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd5995bda hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe7d746a3 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xeaf7e527 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xedef798f hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf7b07fab hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x03f2edde libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x09a71ded free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x17ff0f54 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1b5aa92e libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x24ccf1e1 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x4f1066ee libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x4ff52403 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x529f7a9a libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x53c101db libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x58b46c83 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x58f5aeed libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5980834a libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x630f8023 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7d3a45ef libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x893ee6b6 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8dd15a16 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x900143d1 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x98653c1e libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9bb3a672 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xadff0af5 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc2ce8ac2 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0706395b il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x07794645 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x09a70ffa il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x09bd38a6 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0b1b0a72 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0c1eb19e il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0cc5983d il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0e6121f4 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0fae8404 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x10375035 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x136a144e _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x184a391c il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1a0ec1aa il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1ba071a8 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1bc60d58 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1c4466b2 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1e37f732 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x217abd9c il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x21b07d0c il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x256ef8d0 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x25db4999 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x270b9b9b il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2acb26ee il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2ae9abc5 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2e1f714b il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x381d689c il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x383b8561 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3df1f7c1 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x42dd6f17 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x451bb308 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4537089b il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x47bf2f33 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4cd1d4df il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4e9d5fb1 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4fc3dc2e il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x52ebee8d il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x579aa683 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x593a71fb il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x59da560b il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5a415506 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5bc152af il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5e31d1d9 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5e5a3176 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x656c30f1 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x65faf0a4 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x676ed9b1 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x69738ee1 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6c406177 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6c96b25a il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6ce357f1 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6dee35f1 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6e7eabf6 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x71deedcc il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7670c2f3 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7996370d il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7a64747c il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7c32c648 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7f81f5d4 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x842c5eae il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x885fbd9d il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x88b5edf8 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8c176a4a il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x916c93d4 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x935016fd il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x97b0e6e5 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9a2f21e3 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9aeb94ff il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9c6da892 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9e359cf3 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa03fb838 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa5c31861 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa5c93024 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa7e22e4d il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa9682c0e il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xae31fd3e il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xae43e872 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb1b7df2c il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb8401dfd il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbdafa558 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc14b85e6 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc3c6de5f il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc5472638 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc80c0d1c il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcf8e491a il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd2d72f22 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd98972fb il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdb3a83fb il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf6dced1 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe3576bb5 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe5333ec0 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xeba4deab il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xecac9ea3 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xedf31550 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf1390a9e il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf2f7ded2 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfbfc2e0f il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xffc0f7cd il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xffe12a14 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08dd8699 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0c50fa2b __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x1ecc5465 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x2f7b7e55 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x3b9d00d6 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x675bcb86 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x779dd6f5 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x85c1bb84 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8de37664 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x954eb7a7 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x963a6f8a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb8f7026f __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe2dcc8de __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf9ec6bdd __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1bf39a04 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1cd55d48 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x2348308c orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3b0e2211 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x46d0cffb orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x49403c04 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x509f31a4 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x55821b0f __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x58d16836 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5c4e9155 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x737c0675 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x7e1e4cc8 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x89e9db4d orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x8ca1da4a orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa644c352 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xdb0cbd65 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe594167b orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0x77d7af86 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x04646934 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x06de0ed6 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x088cd256 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0d3f880a rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1698eb2b rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x18eb2889 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1cdfacdf rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x21fc0d94 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x24233c56 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3a62a955 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3c26e315 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3f3bcd23 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x48b2c609 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4e8755fd rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5201a9ab rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x577015cf rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x581353c4 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5b09882f rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x67693d09 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6f24caea rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6fd0df78 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7889679b rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7b4a6c2a rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8298a0bf rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x89cfb1c7 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8dd8243a rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8e035d63 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9398de3f rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9a0be613 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa53157e2 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbc16edb3 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbcdd037f rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc0d4a096 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc231b9c6 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc2794e80 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc6b8fb3a rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc750e173 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcef3b601 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdc77bf60 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe1d67519 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf48b9e35 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x042b52e6 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x1c5bf0a2 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x9f947140 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xab69ad54 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x06264a79 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x1c250615 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x4788239f rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x48fbb672 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x002d0869 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0a39a1d5 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2352167d rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3eb37f0e rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x55677096 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x643f6c94 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6626b9a3 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6795510e rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x768bd751 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7a377bfc rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7cea38d4 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7ee4f5b2 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x847d7717 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x97bf174f rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb168f32b rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc975c6dd rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xcb145868 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd0f2bf42 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd588f56d rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd65c9901 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe959b49e rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe9801981 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf8e3f381 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x79d5ca4d wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x973570d1 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xa5f2b584 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xc917c3f0 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/nfc/microread/microread 0x82881ad1 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xf760ecad microread_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x8be658fb pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xd80313c9 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x9ee44269 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xa443a746 st21nfca_hci_probe +EXPORT_SYMBOL drivers/parport/parport 0x00897a36 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x050b0a7d parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x0e91ec9e parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x1b7b2414 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x20c3bc1a parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x342f7af0 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x368634a8 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x601e7402 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x619fff68 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x6a7d5457 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x711e8178 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x7dfa8b25 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x889d8414 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x99981ac5 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x9b0be8e0 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x9d5ae40e parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xb1b94cae parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xb5b5d53b parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xc7f5ff7d parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xc82bd194 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xcbac5090 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xcc2f7ea4 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xe0d44ecb parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xe4411207 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xe98e5b86 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xf220a997 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xf3d2051b parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xf3e52988 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xf90a7f5a parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xfa0e41e9 parport_register_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x68201bcf parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xbecc203b parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x08967cb3 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x19dbb670 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x21c90138 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x27a4b0a8 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2b3d57e3 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x475f5131 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x567a60a1 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x58c97605 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x679c849a pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x720ec2a9 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x72d37cd9 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x785cc638 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x85b134dd pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x873a9dc9 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa236f9be pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb100dcae pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe167b563 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe8e1a4e6 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe9a12633 __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x044c5696 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3386c7e8 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4ede095e pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x74d30b27 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x85abc954 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa3bc4323 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc1366618 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xd56cf355 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe0aa8bd4 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe322ba34 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf7fc1bce pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x3697d925 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x5e70b90c pccard_static_ops +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0x5bb1e117 sony_pic_camera_command +EXPORT_SYMBOL drivers/pps/pps_core 0x5423758e pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0x5a260751 pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0x96a3256a pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0xb1d41b88 pps_register_source +EXPORT_SYMBOL drivers/ptp/ptp 0x46b42ce6 ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0x66c19ce4 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0x9e2f8b38 ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0xb6271f20 ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0xdcdcfdbc ptp_clock_unregister +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x02f818b3 rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x1159fbb9 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x22f748af rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x4a256f84 rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x532f82a1 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x8f557757 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xb1078437 rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xd8f43c88 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xdd5ffdb7 rproc_add +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x023c9a73 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2328c4c0 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3a36c989 fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x40b70c46 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x49792dfa fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x60c598c3 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x88a6600f fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8965eb45 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc1a1f35f fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc9a5d59c fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xcc3c7e3d fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd65953af fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x01280cb2 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x01849f77 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x068d9d94 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x08c21dcd fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x094d0f15 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0c8a8010 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0ff1bb9d fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x10e2bffe fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x14e5e502 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1a1ab501 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x21b168bd fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x254823e3 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x25b1e3f0 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2a790ef2 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2bb7f094 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2d8c1f53 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2eab5b0e fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2eafdc69 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x348c51d6 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x39cb2681 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x471a0ff9 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x51beae38 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x51fb7160 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5e658816 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5fffa744 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6121cd60 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6759dd45 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6d443ccd fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6fada61c fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7159ea31 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x736bf2ed libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x77f74e79 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7bcec6f8 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7efc94f3 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fdf8720 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x82ae130b fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x832cd860 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x90c84cf0 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa0a16176 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa442108a fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa7dd8209 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaac80ada fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaec045ea fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb86ea763 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbc706d2e fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc3ff2571 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd82f49fa fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe1c3cae6 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xef4e0cc4 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf5128f44 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfd633096 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfdc45883 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x3cb12d1d sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x6c82f9cd sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x7bbcc9cc sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xaf4d84d2 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x6f2501ff mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x015be00b osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x03395e12 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x069f05ba osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x09a3ca90 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2e7ef0bf osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x336b0246 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3597373f osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x35c4829a osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x42ad25de osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4377c09e osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4ad1b62a osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4c6c3e08 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4fd11ccc osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x51b1e26f osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6bac9192 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x73670dee osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x80c20e00 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x82d76ecf osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8cf31d58 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9032c274 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x938cfb5b osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb0519e59 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbf706c64 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbfd51210 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc6c2d1a7 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc81ee772 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcf59dbcd osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd1d3d2a4 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd601dbd1 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd8d1180b osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe8da1525 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe91952a0 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe9e50231 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf2ee08bd osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xfba483dd osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xfcf720be osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x852895d3 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xa0fe476b osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xb8f2a11f osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xbb20f1ac osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xd502eabb osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0xfb4363bd osduld_device_same +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x07bed51b qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0dcbc076 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2083c54c qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x26abff8d qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x379f9207 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x49f53073 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x89c1d864 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa3148246 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xae2f4742 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd706c3c2 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdc819e9a qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x2d85538a qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x4a37eb20 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xa8dfc0b0 qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xb2d0ff02 qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xb8aa4809 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xd3851533 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 0x3302a8d1 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x33845638 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xa4b11129 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x090edfa5 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1a397766 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1a91b819 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2a5411df fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2b856a88 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3c35980d fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x412c8c60 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4ab409fc fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8532a26a fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe78fcd76 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xeb63b4d4 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xeefc35b0 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfdaea52e scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0ba49125 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1d8fdd23 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1deea7b5 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1ebd6af1 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1faaca2b sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2079be58 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x26bcfb6c sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x31ad34f1 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4cae8eba sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x511abb76 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x65543198 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6621fa5f scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x73152f49 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7d05cedf scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7ed4236d sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x854bd1b4 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x91080498 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9604c207 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x98b66273 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbc00ece6 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbfabc897 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcd15f1b3 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcd572a26 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcfc0a66b sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf00d3f33 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf177f95e sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf8074c3c sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfba40c4a sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x41f9dadb spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x50799ac0 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x91b9ffd9 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xccb342c9 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xdb67b483 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x1077798d srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x6b4734f3 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xb72026c0 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xc6880129 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x0140c3fb ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x259b3788 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x281a7300 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x0002a360 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x2058a529 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x22eb1155 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x2b15ca9f ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x36df41d2 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x4221423d ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x5a26f0fa ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x63022cf4 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x63f6c379 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x6bffc52c ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x7bcdbd48 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x7f6c39d8 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x84d57297 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x8653f655 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x8f03d716 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc079cc77 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xcac4d0a0 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd9f1330f ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xdb36c5ab ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xef0a012c __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xef78758a ssb_dma_translation +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xf82c0cd5 fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xfcf4334a fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x24751b3a adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x24396b6c ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x5db7413e ade7854_probe +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0264d470 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0363b57a lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1ca79752 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x28c5841e lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3ef6bab6 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4c639304 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5c92cfc5 lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x627134b6 lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9054b034 lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x96550097 lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9c214713 lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa2de1bde lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa3d61f8d lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaab9c49b lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf140aee lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xd8e93625 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xd92544da lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe477b8cf lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf8605faf the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x54a3d415 seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x61978954 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x6b2c86f4 seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc0e7c319 client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xcbc43a1e client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xd2e72d48 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xfb891441 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x011c2646 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x274b6c89 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x521ceb72 fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x57e28434 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x62f03b4f fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xa47d92a1 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xbeee33f9 fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0066e86e cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0318ea98 cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x042c9fd4 libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0eb410a2 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0ee91bf5 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x11be2f77 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x127b7c5e cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12cd873d cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x15e6a972 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x18046adc cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1866c38e cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1b3614fc cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1f709ebd cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x20e8ba1e cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2143ceb7 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x24f39469 cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x26b80c60 cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2da017ea cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31a4294d cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x346b9d41 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x35375fde cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x361e82d4 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x37712eca upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x390ed46c cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x396f6b4f cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d2cce75 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3fe13eaa cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x450b70ab upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x452a302c cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4889bd2d cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a990e0e upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4ae500f8 add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4e2ce2f0 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4e8fbec5 cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50bca709 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5162eb5a cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x56a518ce cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x590f7e35 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x59f95db2 cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5a91468e cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ab2152f cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5aee0169 cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5bb6c87e cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5bc68cad libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c58abc1 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d655232 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x60ec297c cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62b9cb2e cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62eb53b0 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6326638a cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c07f0c0 cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6d488b9f upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6deb2df3 cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6ff30ab1 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72cbaaa3 cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b24c012 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d11d8ec cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e0bd9c1 cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e7b8175 cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7f99ddb6 cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8840f591 cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c500d25 cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x918b0dad upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x94f7dab1 libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x981b11ef libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x994ac27f cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9aa2778c cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9cbe454a cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9e420643 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f3235a8 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa0650897 cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa21170df upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa213a9b8 libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa67b237e cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa8029802 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xaded8bd6 libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb4e48237 cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb623a5ca libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb7264b50 cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xba8e31cd libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbb477eb5 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbb972619 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc217c289 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc6105f38 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc61b2039 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccd9aa58 cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd2c6734a libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdaf50507 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdfecb98d cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe5c5e952 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xea411f63 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeb4913fd cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xef66c80b cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf1872998 cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfb67024b cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfc4c70a2 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x3c5957ab ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x7f3596f6 ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xe4fa1efc ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xf06e0b42 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x1c444555 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x2d84506a lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x6491b5dc lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x6af29ce9 lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xb4e4f8a6 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xe6ffdfb3 lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x2c13a3d4 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x4f09052a fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x546480d9 fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x696cdee5 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x6cfccc8e lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x793fd5c4 lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xa1bc50f8 push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb3f886a6 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xbe08d747 fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xd0591c84 lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xe662240e l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xf53861f8 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x009d14b2 cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01b72f59 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02e05937 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04656f7e dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x047e15f2 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0525fa7d class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05b0c56a local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x079f2d51 lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x087a948f lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x088a28d8 lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x095418b4 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09700ca1 dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a4558bf lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a4b05ce lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ae1d107 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b40ff09 lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b8a44d9 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0c011e4f lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cf2dfb2 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d22f138 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d62854c class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e2c528f class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e9a5650 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ea836b4 cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f91ad02 cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x100880d3 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1144337c local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11df2886 lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x121d2e81 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x123e5b5b dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1312c3e1 lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x142af5ce class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x144bc55c capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14f26992 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x156a86a0 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15a71222 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x164bd3d8 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16de2c34 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1703294b lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1720607f lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x176b3954 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x18cd5e7d cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x195e5eb1 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1972004a cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a81e051 llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1afaedfe cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1bb56415 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c165d99 cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c67d2ce lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ca3eb96 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1da48212 class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1dc51b42 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ddc72a5 cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e74cf81 cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e78c05f cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e8bfabb cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1eca451a dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ee3c682 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20972aba llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x218ac97b dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21b05a34 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x222b5af3 obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x22357935 llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x22dbeeaa cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x234d0f0e cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2666871e lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26aa9b33 lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26e8eccb lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2781dd7c lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x28fd0152 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x294c2995 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x29d90572 dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x29dc3b26 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2aaf7065 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b1d90a6 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bd64760 cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c3a79e4 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d77be31 lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e1a4369 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f05a8c0 cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f4b209e lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2faf0c9e cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30d70722 cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x31d66ec6 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x31fd1ec5 cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x321fb109 cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32ba7a38 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x332ad019 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x338b9a67 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33c151e3 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34441f1e cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35212b7b dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x356465ea cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35b44ccf cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35e66d70 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36a36dd9 cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x370b706d lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37b4bb44 class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37b8b22a llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x380ac265 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a0c84e1 llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a9d94c1 class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ad371dd class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3bdc8baa lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3cafb3c0 cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d1aa403 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3db75088 llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e9981ba cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eab7bfe LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ec512fa llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eece72c lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f0860c3 cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4097c6b4 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40ab0657 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40d5a953 dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41172bd8 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x430aecec lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44381593 cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x448d1a4a obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x448d4195 dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4497da98 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x452f559a lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46863800 cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46c2a1f0 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x470a4a16 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49f0998f lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a29c5f8 cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a2fd96f class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4af12678 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b22e3e5 local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c190aad lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c4c700b obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4cda3cb6 lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4cf83651 lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d1727d0 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d371d7e dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4dc3b035 cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e4d87d1 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50b6abaf class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51288909 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51e3a17f lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x526611aa lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x53105f9c class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54cc416b llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54ee3869 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x557baa9f dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55ac8821 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5666ad27 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x577188ec lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57a71300 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x582b013d dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5856e547 class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58e99fc9 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x597d6604 llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a2d970f cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5aa1eceb llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ac6fba9 capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5aef9449 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bd8931d cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bdc69d8 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c147789 llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c34c0d0 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d56a6f9 local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5dbf4729 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5dd06c6c cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e739404 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5eb1db11 cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f014f4e lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f5c3bb4 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x601a00df obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60dda320 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x62243222 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x627727c2 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x62f6905d lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x62fbdc32 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63614fe2 cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64f11372 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65d9e0a4 cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x665b5efe llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x675244fa dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x681aecc3 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68412cd2 lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x686890cb cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6870733a local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68951e6f md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x694c73c8 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6968b21e lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ab400ef llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b810f4a cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bb6726b cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c3c3763 cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6cbba302 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ce94c89 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d2a229f dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e2414dc obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e5980b2 cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e6f4074 dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f202088 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f806a00 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70266202 dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x709e614e cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70d00b16 cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7115ef5f lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7244a248 cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72cb00eb lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x738c782b llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73a2ba3f cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x749b650e class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75998f63 cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75c7fb24 lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76558ee3 cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x768d45e1 lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7690704f cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77131397 class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77fc5f8b llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7813e8b6 lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7987b3b4 llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79c1d452 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a135e29 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b1ce0cc lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b59ba03 dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bc236ba cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d636cce cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7db0c2e1 cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e0fb679 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e41e64e dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ea5f9ef cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f7d7cd9 lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8109c08a cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x822e522a llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82667e8b cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x835850ba class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84319f5e cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8477cbdf class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x847d94d0 class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8503c454 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85a2c300 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8699ca48 obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8780415d cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a6ea64b capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8bb8a182 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c240f3a cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d24425c cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d57e91d llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d94d1d4 cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8dcbb801 lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e10e6d6 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ef7a781 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90dbf321 llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90dd4fbe cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x921570c2 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92b56998 lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92f7d567 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93692327 cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x939be9d8 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93e2ec7c class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x940c0799 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x945ef8b4 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9471c3aa llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95044b0a lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x952e159c cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95e9c02a lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x970caf7f cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97e62a34 cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97f21da9 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x98a26141 dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x998c605c cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x99d27579 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x99db8a7c dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a8bb9eb lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b450d69 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c43617c cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e2eaf95 llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f15212c cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f700e6a lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0e8cde7 lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1b8773f lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa316233d lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3dbd11e llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa457c575 cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa48e87b0 cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4a24e94 cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4b6a1fd lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa54f3c85 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5cdc673 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7032951 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa79391c5 cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7a93bb0 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa853a468 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa862ad4e obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8edfe75 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa624633 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab10be99 class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1c996f llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac218640 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacb838a3 lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad5b836a lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xadea66ba lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae2ca91c class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae995706 lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae99a49a lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaef8171c cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf0773f7 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf26a66b cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf57a5f7 lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf6f8ac0 lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xafe1356e cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaffc7e88 cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb12c3d39 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb17b87fb lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1873a7c lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb219be88 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb2fc221c llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb34b9d94 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb352648a lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3ca3937 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3f5248b dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb432957a lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4682c83 capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4e675ce cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5ac0cc2 lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb635af9e dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb69a89f7 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6bc0906 cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7151e4d cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7598af9 lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb880c4a3 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8a5f303 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8cc85cb cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8db9bb8 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8edd9f3 lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb9edbad8 cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbab81f3d cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbcd5dcd4 llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe14e339 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe412d9a class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe551b93 class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe781c9d lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfa7d1ab cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc09284a0 cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc18d06cf lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2007898 class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2424044 class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3d970da lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4048869 cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4fc841b cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc74fd4df cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc7780a27 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc7a3b305 llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc86e98a3 cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc885c570 llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc890cb38 class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9d8b088 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca158f6d cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca99eeba lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcabe98e3 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcaf22d48 lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc06d2fe lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc0db632 llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc17d940 cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc321a4a class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc7d880d cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcca2cae1 lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd2a019a cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce4b2c50 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce5a8c7b cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcfbc6a4a lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd00c7ce5 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1820d95 cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1c7e489 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f84a05 lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd22bff5c cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd26636c3 lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3257d48 lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd53d96f3 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5bd30ce __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5dd9282 cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd65f676b cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd77c3e70 cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd796ad17 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8db65c1 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9da72d9 lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9ed212c llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb2467d5 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc0f5b94 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc5577f2 lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcf9fabc cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd15713a local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdde3a6a3 lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe1bdb48e cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3fb05ac cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe51047e2 class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe66f4b6d cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6adddf9 lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7621750 lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7f78982 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe856dc6f lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8cbc3b5 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9cca549 cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea15fe79 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea16a697 lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea830174 lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea95f552 llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb628845 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb9fa833 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xecd31df1 class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed38b5e9 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xede1f07f class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef48c5b7 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefdbd8c5 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0697245 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0b88073 llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1b2fafc cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf22bf901 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf30a27f2 dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3676f6f lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3bc5b9d dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3f3e554 lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf4096ede cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf4dbc0da cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf55643fe cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d3634 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf65ad773 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf66774a3 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf698203b class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf75a8912 lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7b89abe cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8a9f448 class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8f69e2e dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8fd3608 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9a03db7 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb07d6f7 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb5032ab cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfca6be65 obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8e572b cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfeeeed04 obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff238b64 cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff701564 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0294be2c ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x02de33e0 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x02fd3eae ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x039f989a ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x05dbdf46 ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x063b274b ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x070e6273 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a38e7ea ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a631de0 req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a6f644b req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b91461e ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c9c7069 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0f36924b ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x11896eda req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12bd03cd client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12f55126 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14b51105 ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x155e4288 ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a8ac50 ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x16a59876 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x170c7099 lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17869ae7 sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18d95ed2 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18e1ef2e target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18fe67d6 sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1950ec76 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c3c5a75 sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c447def lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d0e3452 client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1efbfb67 ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20634fad __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2159ce4e ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x21fd7c75 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x221bdfdc ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x22ba324a ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x22bfd36e ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x23eea1eb req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2401c0e2 lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x249a2a7e sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2734f0f5 ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x295d52d2 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2aedbe79 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2b159d17 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2b471299 target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2bb144c9 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2eabfe5a ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f2544f0 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x30520157 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3115bc2b ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x315d2734 lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x321b64d7 ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3251234a ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3575902f ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35fe097e ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x361a0d92 ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3828bba1 ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38519137 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b2a7d43 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c3b4f72 ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3e9c8224 ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f75f9e5 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f96d12e req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41500297 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41d93a9e sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x430ea3b6 lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45ae7d67 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x46866664 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48da7005 ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x495456d6 client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c8ec098 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x512686ac ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x552f8526 req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5567148b ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56d25a4d ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a1b924b ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5aa222bf ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b46ee27 ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5cfa7141 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5df92742 _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e002b4f ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fbb43de ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6175bbb3 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61860a04 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62696caf ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6323efa7 sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x67773a4f ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685833e2 ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69e836da ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6aa2747a ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ac437ec ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c781a99 req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d428684 ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6db46099 req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e236890 ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fd7cf78 ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x70056de5 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x702a7b07 ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x704759a3 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x707cc288 ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x71d2cafe req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x71e165ff do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73027abb ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x735aa159 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x740fb0d6 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x782d2498 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78562f8e lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7996fe44 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x79b1b923 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a7284bc ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a7eeaaf ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b6e0e3e ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4b3efb ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7cc46f2a sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dca4df6 sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7e9c996e req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x800832a4 req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x804af07d sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a68d5b ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x825c3ad8 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x83ccc3a8 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x84e64665 ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85976753 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85ad4ea2 ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86c61148 ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87a0078e ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87cb37be ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88513fea req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d5ea14b ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d879f25 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e1b0a02 ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e98f5c8 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fa247b3 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ff40532 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x90557fa6 ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9213e13f sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x92a4257b ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x944e97a3 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x952f4a83 ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95c55740 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x97dc1781 ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a3c403f req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a44d6bb sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bd71321 ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9c41e9e9 ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9e65e18f sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ea5a441 ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ff2156f req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa0be5d0c ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa0c87ebd ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4717571 ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4e5d276 ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa517d7f6 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa849df0b ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa955aa91 ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaaf4621e ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaafb1f48 ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab321e85 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab3718d1 ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab3962b4 ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xac702d4f lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xacc82ce1 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xae9872e7 ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf8ab969 ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1822bcf ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2bc6034 ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68893e6 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc579f39 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbcc4f38a req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd585189 target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbea27fef _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf69bb64 __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf71b880 ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc08e09e2 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0db4fb7 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc15c5749 sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc16b1892 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc1828434 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc1c63b4d ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2c95b2b ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2f59ffe ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc37b23c2 client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc424d2a7 ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc46b4ef2 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc5abd36e ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc61a2221 ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc6cddf74 client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc77bf323 ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcaac1665 ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xceabce94 ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcfb30084 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd1f25075 ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd4f9e542 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6bbe22b lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd747f62e ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7d3615e lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb10b47f sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0b74b7 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddcf8117 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde5e35c2 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf7ab540 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe25a5fa2 sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe56b2e53 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e80f09 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6303191 __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe65777f0 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe92e12a9 ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xea9a1c65 sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeaa09080 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedbc12ce sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeeb837b1 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0563bf3 ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf40e1c52 ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf44ad3d7 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf51d677c lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf52ed8bb ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf5543ccf ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf5f2aac4 ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf627f51b req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf695bbde ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf6ca2886 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf794284a ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7a83afb ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8240b2c ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8ebe4d5 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9c039d3 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa5bd7bb unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfab595fc ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfac22272 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfbe51fb6 ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc612ce0 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd817562 client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfdf3de8b ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfe895e60 ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffa2d1cc sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x86b08889 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x174cba82 go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x3b5a21a1 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x4a20a7fd go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x67f70fb7 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x7e0d1d7c go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x91ade6af go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xa34967aa go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xc78191ad go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xef1f8cef go7007_update_board +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0xa9727818 rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02ceb366 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x219f2b51 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x29a741f4 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2ad4919d rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x323c4809 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x382383c4 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x39408f17 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3cf3e0c2 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3d5a7853 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3f08ea42 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x44f8540d rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x51abfa2f rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5728d8ea rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5a681d11 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5eefb031 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x603795d5 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6a7974a1 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x74f9bf29 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x79f76d6d rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7e63b24c rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x817cf895 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x85e746c1 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x896817df dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8f6945e9 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x92c09482 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x96726b39 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x99bce214 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9a8ffcb1 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa0410ace rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa30aa57a rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa5450e8f RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xac4eef64 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb6590b58 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbaa8763e rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc2264196 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc42be875 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc56808da rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce61d3b8 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd592d79c rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd875cec8 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd894c453 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdb6db723 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe0f3a529 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe3f0a3c6 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe48cd386 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe9f69e66 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xef236a1e rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf56e8e83 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfe056300 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xff48a20d rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0170ca95 rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x01aaa15d stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3cf5568d stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3df1e21b stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3e850d29 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3ec5ec6a rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4e8989a8 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4f8b7b55 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55ea6287 stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x632f8b71 stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6aeed4d4 stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x75b34c7f stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x79deb63d stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7e4e0db5 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7e7b358c stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8655bf99 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8b9ae156 rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x94782a55 stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xab8648e8 stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb0490366 stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb6042f54 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb7849122 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xbffcd494 stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc23aec99 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xcf34722a stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe00caa89 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x041b6e2b ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0c0f3036 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x15a48dcc ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x15d053f2 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x168e3691 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1d60d302 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2180b0e6 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x21cf35b1 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x25117c10 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x27309b3c ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x29eb7c94 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2da08c74 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x30a09543 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x32037996 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3617e8c9 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3b187ad9 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x41c4e699 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x42ad200f ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x46b56ead ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4ee79c2f ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x51af9263 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5629ed28 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x599f4cb5 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5a648b97 ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5be91239 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6a3e9dbd ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6d0a75c1 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6eeceede DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x705144f3 ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7b19ee48 ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7fe7e56e ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x84011981 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8710a899 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8eed2452 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9b8a931c ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa1ddd375 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa503f8d2 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xad4766a2 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1f7bae7 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc3093b53 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc576b06f Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc9bdb9a7 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd47582c4 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe218a8f2 ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe334573f ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe9109a36 DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xec469106 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xefc5107c ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf062a8a3 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf16edf4d ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf627e134 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf8329a74 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf8920d10 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf8969963 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfbfdfca7 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xff3f241f ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x4750463d xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xb0cc86f4 xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xc550dbd6 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xef070b89 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x04fc7773 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0e5411e3 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x152e811f iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x229dc10f iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x26bac722 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2aaab564 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2da819ef iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2fa70a60 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x355e72b2 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x39636967 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3b81cbb2 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3e260268 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4630d6fb iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x58cffd0d iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x772ff0ae iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x844c1c09 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x94665b7f iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x97490a81 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x99545739 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa0625ce2 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xba724e41 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xccd70d5e iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd1a95ddd iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd3bc68e1 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd7f7e334 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe297d707 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xef8976fc iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf6f2119e iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x08f3fa3a fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x1101ee04 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x152d014b sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x18b3d5ae iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x1f045b58 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1f2e56a1 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x20622fdd core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x230b4dad target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x2af2899e target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2ce23b8f target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x2ec1ffc7 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x2fa952e3 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a6fdd41 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x45467d8a transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x4552fc43 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x465ee0eb transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4a49a4d2 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x501a9b95 iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x518977f5 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x51ad0634 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x51cde04f core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bad7361 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5e479b53 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x61f5b494 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x640f4455 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x6646bcd6 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d3ad02c core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x6fc26a0d sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0x70b2da1f core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7119d702 sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0x73e809a5 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x76d95e65 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x78ec65b1 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e2a60a5 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e35ec0c target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x81d16463 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x85c7c6f9 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x86a8b6a4 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x87a895e7 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x87dc4e98 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x883afb80 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c6235a1 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x8d34bcda sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x8f9b5845 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x90dc25eb core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x941f0718 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x94b9b9fa transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0x98ec4c05 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x9bc081c5 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x9ead3473 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa2286cac sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa365e294 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0xa7318751 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa79eafc target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xacfe3419 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xba027244 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xbd746bf5 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0xc5eddf91 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xc8488a76 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc924dfbf target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9c57fd3 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xcc24cba4 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf08aece transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xd5e91e1d transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xde9a3a15 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe2821962 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe664f110 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf1905e48 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3e1e31b sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf617c73f transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf8d79d24 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf8f56a37 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc47e59c transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc88ef45 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xfedb858a spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x827499a0 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x01a3a3e8 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x0980f056 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0eb2780b usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x20776842 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x371749ee usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4057ff79 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x50238a5f usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x552a032a usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x6c7af1fc usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x95234e3e usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc92f0f1e usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xdf394174 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf7e1b5a9 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xfb8073b5 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x3af4cb37 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x443e5aba usb_serial_resume +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x2eae4a2a vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x76bd9a5d vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x428866a8 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x4bb33f75 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x5e03b65b lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xb76d0097 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0934949f svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x11c9d93f svga_tilefill +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 0x26ffc941 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x3aaed10b svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x50e7c747 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x54e4d22f svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xa20e58eb svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0xc48daa5f sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0xa9daf4f4 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x888737a5 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 0x79db99c2 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 0x3e2d12ac mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x62735817 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x9814cb21 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x99a6ae60 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x1c3f82aa matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x5008fb5c DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x56cf814b matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xc5d82e5a DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xdaee5df6 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x0d4f2799 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x1ae3a505 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x60208c54 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x829decfb matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x8c420ce7 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x0b85dd6e matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xe55e974f matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x4fcf9928 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9f5ed69b matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xd365b8d3 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xda319e4d matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xdcb08332 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x23924c71 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x0d79bc1b w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x74324985 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x8e3640dd w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xfa5e71ca w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x7533c8e8 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x9aaf3387 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x126bfe3e w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x5d59efc9 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x6701631c w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x85f94b94 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xd5090f6b w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xfb4c5161 w1_add_master_device +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xa78bd894 iTCO_vendor_pre_set_heartbeat +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xb5f20875 iTCO_vendor_pre_keepalive +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc4f657bf iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xdc6effc9 iTCO_vendor_pre_start +EXPORT_SYMBOL fs/configfs/configfs 0x17f5d6b1 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x2af1da30 configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x34144980 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x3dd4dfe2 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x647fa533 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0x67ceee40 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x6a9d8368 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x71978146 config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0x7959a922 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0xa531242e configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0xa7922336 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xdff39f29 configfs_depend_item +EXPORT_SYMBOL fs/exofs/libore 0x104a21af ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x180a30e2 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x3b5d02e8 ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x518bb67e ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x57e9e939 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x5b670899 ore_write +EXPORT_SYMBOL fs/exofs/libore 0x892c7705 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x90d252f6 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0xa124634c ore_read +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xc58bfaf2 ore_get_rw_state +EXPORT_SYMBOL fs/fscache/fscache 0x033d28cf __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x1203b34c __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x160669f9 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x2d4d246a __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x3ac6c983 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x3bf8f119 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x40612048 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x418617ce __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x44525aa5 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x46bd6ef4 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x51b82cc6 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x51c4ba3d __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x5a01006a fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x5b4093b2 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x66abf6b7 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x720be2fb __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x813859e6 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x8898c64a __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x92d74def __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9927d64a __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x99d5dd9c fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x9a8ac23d __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xa29adfee fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0xa681b889 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xb8f68363 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xc8d667d0 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xcba6587c fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xcd6e0e59 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xd74fbe63 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0xe202ee1f __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0xe219bcff __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xe3f5e732 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xe74bdba6 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0xe7a50871 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xf4402431 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xfb209d55 fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0xfde1e75e fscache_io_error +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x21c9838e qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x5e70a484 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xb547065f qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xbbd48518 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xc991010a qtree_delete_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x1a703ba1 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0x6d356209 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x56329ecc crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd09b2cba crc8 +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x224a372e lc_del +EXPORT_SYMBOL lib/lru_cache 0x29f3f7ae lc_find +EXPORT_SYMBOL lib/lru_cache 0x2b1d4f39 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x2c4105a3 lc_get +EXPORT_SYMBOL lib/lru_cache 0x320b9df0 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x33812d13 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x574b50e5 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x579ef8fb lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x7bf6f568 lc_put +EXPORT_SYMBOL lib/lru_cache 0x84060ad4 lc_committed +EXPORT_SYMBOL lib/lru_cache 0x8db9f126 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x967d9f92 lc_set +EXPORT_SYMBOL lib/lru_cache 0x9e257aae lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0xb9a4307f lc_reset +EXPORT_SYMBOL lib/lru_cache 0xbd727d2e lc_create +EXPORT_SYMBOL lib/lru_cache 0xbeb23f21 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xed8e3f5e lc_is_used +EXPORT_SYMBOL lib/lz4/lz4_compress 0x0c222eb5 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x682a23e0 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x0463bb48 unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0x24791a89 register_8022_client +EXPORT_SYMBOL net/802/p8023 0x4c32e382 destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0xd4e51d09 make_8023_client +EXPORT_SYMBOL net/802/psnap 0x55c8d555 register_snap_client +EXPORT_SYMBOL net/802/psnap 0xe7236f4d unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x02587beb p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x02abe13c p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x12e1c1b6 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x15180444 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x15560aec p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x174f16a8 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x209a2ecf p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x29e0d277 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x2c65ea5f p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x2f7be8db p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x2f9b1a8a v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x34d2a720 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3920fccf p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x3a27f749 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x3aeaa2d6 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41c09428 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x447fd6ee v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x54ab986d p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x5527525d p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x5a8a2015 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x64e61ad1 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x6c9bdace p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x6fea7e5c p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x76a7e64e p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x79b53391 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x8ffa7672 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x9402c164 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0xa776cb7e p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xaabc7a66 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xaf53d6dd p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xb471cb52 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xbde41000 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xbdf99092 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc8023953 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xc8d497fe p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xcec906b3 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd18c0f24 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe6c4435c p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xe93c5949 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf4c04b89 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xf919b126 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xfb40469e p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xfcc99f4a p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x3750c7db alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x649530dc atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x77f20f27 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x88b434f5 aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x094e847f deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x0d528238 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x1118dddf atm_charge +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x375b5b4e vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x3bd26649 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x53052dde vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x6c358970 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x789f1718 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x84f2be3b vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x9f15a816 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 0xbdbefadb atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xcd6de3c9 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xeb5c7b32 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf9e6b6a5 register_atm_ioctl +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x1c2900cf ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x3c756926 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x4917bee6 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x4f3e173a ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x5c074794 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x76035fa6 ax25_hard_header +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 0xdbe0ec5d ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xeff29431 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0xf935cef1 ax25_listen_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0fb982bc bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x134ec0d1 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x14650945 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x16d32c97 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x196a5dd0 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1b62000d l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1f5b7f06 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x222b41de bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x243b9cbb bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2ee51d11 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4cc36810 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4f502fad l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x56774835 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x57c693cc hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5dfad5d2 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x622f81ba bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x653d1e9e hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x86c8ff22 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8997438b bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8c80702a bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8ee67c6e bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9b7f9832 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa2bd993f hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbbc687b3 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc35633f2 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc6bcdd38 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc7107145 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd2e4deb8 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd5a4a85a bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdcbe04b2 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xde0401b7 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdfe53eba bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe826a2a8 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xea531900 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xee288eca hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xef286587 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf407bf41 hci_unregister_dev +EXPORT_SYMBOL net/bridge/bridge 0x96df006b br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x044a31bb ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x69a4beda ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfa03cafc ebt_register_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2297fe80 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 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x523dedfb cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb28b2b90 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xc55da938 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0xd4d00f0f caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x048a2006 can_send +EXPORT_SYMBOL net/can/can 0x177508e3 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x20586e5e can_proto_register +EXPORT_SYMBOL net/can/can 0x72650c6a can_rx_register +EXPORT_SYMBOL net/can/can 0xa8f5635b can_ioctl +EXPORT_SYMBOL net/can/can 0xb81ccb5a can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x05d107bb osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x08a32095 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0d61c270 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x0df64d6c ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x1143803f ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x12c190ff ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x12ddbf91 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x161f6e31 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x198d846f ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x1b3e8847 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x2168a9d4 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x2334e8ff ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x247e2a40 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x27ebbd90 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x28487393 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x370f219d ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x38580b61 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3cdc9147 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x3f6d1b0d ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x465f7c35 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x46d53eda osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x48e728a3 ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x49bf2163 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x4a283545 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x4f0e23c4 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x4fb06c58 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x500e1ac9 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x55e6ff53 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x595ff968 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x599e6b2c ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x5d9509c9 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6cac243a ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x6fcdafef ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x7097a857 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x7168baf8 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7ebb8b1e osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x81eae1b6 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x87d554d6 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x93a4b410 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x93be6e43 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x989334c3 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9a3518e8 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x9f42a2df ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa0200d48 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xa0ebf545 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xa9a1e5e8 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xadcf9271 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xaf5e1e01 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb10888bf ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb8dd9bf3 ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0xb9421400 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xb99d36e1 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0xba2a7ecb ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0xbcddd4d6 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xbe62cf35 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xc097141e ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xc25e5739 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc4c657a7 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc8346a46 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0xc971889d ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcae24c5d ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcfe161db ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd33ac1af ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xd4337a35 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0xd6ffa048 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0xda38f620 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xde19069d ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xdfecc859 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xe2f32dcd osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xe400737c ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe4a333b5 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xe8c88fd0 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xe980d390 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xecfca412 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xed229339 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xed4af41c ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0xee199189 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xee72d938 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xeedec7f2 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xf48eabaf ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xf49185d1 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xf5774cba ceph_pagelist_truncate +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x18af770a dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x282044ff lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x04631d98 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x08de57bd ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0b6aadff ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x159270d6 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x4cc9b15d wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x56add338 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x58b28777 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x58fcbd7e wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6c36cef3 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7ef9b479 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x808497c9 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb3f7e8a2 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xfa7fc1db wpan_phy_alloc +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x4a798689 ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x068d6ebd arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x30a0a4d4 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xd40a9038 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x5cf4c98d ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x7e5e3edc ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x95406aff ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x0f340912 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0x9a2ec3f1 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3bd412d2 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb56523b9 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x3dfff109 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x8e94adf0 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xed3b2444 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x808425d5 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xc8b187d3 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x3b1b494f xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x67cd396e xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x11faf7af ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x25a1e85c ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x50fbf6c3 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xcb0b089a ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xd2c52596 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xd3838170 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xe03e4cab ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xee9c6157 ircomm_flow_request +EXPORT_SYMBOL net/irda/irda 0x01b7896d iriap_close +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x09f58a8b hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0x0e874911 irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x18e372c6 irlap_open +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x26e6b539 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x2a3c5586 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x382a65d6 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x3ab1645a irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x3b6d5f65 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x42a9904d irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x4e3373c9 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x4f55dff1 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x5e862790 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x615ee918 irias_new_object +EXPORT_SYMBOL net/irda/irda 0x66ef7db3 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x70758c22 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x767c58e3 irlap_close +EXPORT_SYMBOL net/irda/irda 0x76ef9f52 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0x7801940f irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7dabe31e hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x7fb81606 irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x86b5f4ce hashbin_delete +EXPORT_SYMBOL net/irda/irda 0x89c184f8 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x8b69b459 hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x8bb6aadf irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x909dc06a async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x960bde7d async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x983d22cf iriap_open +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0xa4548c32 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xaabd9ef7 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0xaacb8ce6 irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0xad66e1db hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0xb0e07608 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xb9d32e06 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc310cf21 hashbin_new +EXPORT_SYMBOL net/irda/irda 0xd1ae6745 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xd57045a8 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xd626d216 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xd6556a6e irttp_dup +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf18d73fa alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0xfa4a3eef irda_notify_init +EXPORT_SYMBOL net/l2tp/l2tp_core 0xa36b7422 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x2ac1e58a lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x3dd3b45c lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x54a2099f lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x78ca2eb2 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xa0e9279d lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xa714060f lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xc280e6d9 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xc7ee65b3 lapb_setparms +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x459369d6 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x5f98c226 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x6cb32ec9 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xc0fbf69a llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xc7aee0d6 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xcea0e925 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xe9f6a7a1 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/mac80211/mac80211 0x02a0cd97 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x089f2567 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x0e22222a ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x0ff79181 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x13a3c077 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x18ad4f3a ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x21ece248 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x23a1378d ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x2516aafe ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x26a6be34 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x2a5c0229 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x2abc7379 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x2b4a2c51 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x2b6156ad ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x3804a96f ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x3844b67b ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x38e09914 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x3ff310c3 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4dfa2b5a ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x4f4f8b3a rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x52384fbc ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x54636514 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x57790726 ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x65c07a41 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x70fe8d3d ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x727b4f1b ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x72e02e83 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x7ccc9fc2 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x7fbe2cad ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x829fb443 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x85e494eb ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x86d834c6 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x86e92086 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x87c14d1a ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x8b042f3e wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x8cc401d8 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x93083607 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x9338d3d4 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x9cb3c712 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xa86e4cf7 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xaf13b0b7 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb1d5fb88 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xb50f1c3a ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xb6a4d18b ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xba53719c ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xc0579ac4 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xc06856d0 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xc5c70159 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xc6aeae4c ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xc844d903 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd440d71c ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xd4cf1cec ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xd756b783 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xdf7c5e7a ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xe0ebb316 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe2317db1 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xe30e3e40 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe528f1d5 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xe8617ec4 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xec10c30c ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xee23ad96 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xeecb710c ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xf11a63b7 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf8c16192 ieee80211_free_txskb +EXPORT_SYMBOL net/mac802154/mac802154 0x135809ef ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0x2ef2dcbe ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0xb38e6b41 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0xe0a98f2f ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xea61c2d3 ieee802154_free_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0200cebb unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x157574b8 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1973f866 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1b57286b unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x31a37293 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4991ad46 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x54853e6e register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6aa152db register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x85181366 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9450aefd ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa1413dd5 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcd1d3659 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe4690a9d ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfed1229d ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x58545016 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x72760df8 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x98f86364 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x19c4bf31 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x236cf140 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x4f73ce7e __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x6ca92a05 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xab18e4bd nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xe0b179ac nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/x_tables 0x06dbe962 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x1701720a xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x253e8b44 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x46edb5c2 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x5c5cd7f0 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x6a6bd3a7 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x9e5bd26f xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xac9c205e xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xb6db53a1 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xc65ac5a8 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xee5f0ab9 xt_find_match +EXPORT_SYMBOL net/nfc/hci/hci 0x00303464 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x3df595b7 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x44ba37a0 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x52443351 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x596d3cb2 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x630dcd68 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x6dddaafe nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x89e025a1 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xad99764c nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xb29122e1 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xc15e1236 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xc20337a0 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xc5754711 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xce468d8e nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xd4cb7966 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xe52ccdfe nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xe760707c nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xf7275963 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/nci/nci 0x214c5819 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x2836f916 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x42cbb34a nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x454ca895 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x7964c197 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbb590bb9 nci_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x1c6b5a0b nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x2bb1312f nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x2d7c0aa4 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x3aad7f95 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x46bedbb9 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x549139f0 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x61fb80d5 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x841ea87e nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x9a791356 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x9dfc8948 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xb5280ae8 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xb847fe4a nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xb9664d45 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xd0eac147 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xd5b05ddf nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xd6d832fb nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xd87c86fb nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xdf81556c nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xe6738139 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xee717e07 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xfd3462df nfc_class +EXPORT_SYMBOL net/nfc/nfc_digital 0x5b4290ed nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x795f1be1 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xb3e18440 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xe7eace4d nfc_digital_free_device +EXPORT_SYMBOL net/phonet/phonet 0x289d8c58 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x54c96b44 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x7de0573a phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x7fa78570 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x8a5fe3b6 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x91c1978e pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xdfd0b0e8 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xf495e0f0 phonet_header_ops +EXPORT_SYMBOL net/rds/rds 0x7505d413 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0e987e5f rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x10ad5cd2 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1768f2fe key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x2cf4d104 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x33907b36 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x48d6e336 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4ad53496 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5f763370 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7ea94643 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x93717ea8 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x937de236 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x9b0743fe rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x9fb8079b rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa670886b rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xddf9c725 rxrpc_get_null_key +EXPORT_SYMBOL net/sctp/sctp 0xb2bd00fa sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x0e1edbf4 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x6f870469 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xf0cea5d3 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x180eb78e svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x37250712 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xa95498a6 xdr_restrict_buflen +EXPORT_SYMBOL net/wimax/wimax 0xbf495999 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0xfdb6e15e wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x03fcf4e6 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x09338eb7 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0a3d84d9 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0abb5680 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x0b0fa713 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x0c9034f1 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x0ce2ad45 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x1449e12c cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1c03f09d wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x1e2e6816 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x1f890951 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x2146c457 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x215b9e8e regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x25b741c9 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x2e2d6911 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x2f98f120 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x332c4a47 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x35f878c1 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x36c3a782 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3a1e4abc cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x3bc4cc7e cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x3c24948a cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e281460 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x3f5f8157 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3ffa27b6 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x45ef2105 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x4819f363 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x49d30c6c cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x53f2c6d8 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x5702635a cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x5eafdaf6 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5f0ae5fc wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x606895fb cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x64676fc3 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x70356bf5 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x76897a13 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x786c7559 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x815149d2 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x853651ec cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x877d1944 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8c63e1f6 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x9162c9da __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x92d1a9cb cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x94a7a1c2 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9b305cc9 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x9b7b8f59 ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x9cb6e280 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa4f03852 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xab540469 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xaec4c1ac cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xaf71a80c cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xb248cce6 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xb3b524e9 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xb651c9bb cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0xbccf352e cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xbe00a98a cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xc431dcc8 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc932392a cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xcab199f3 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xcb18ec09 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd795cd97 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xde8a2edb cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xdf0de1e8 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xe579e329 cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xe5894472 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xe9387412 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xe981a472 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xef7d258e cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf2172a3d cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xf3d02415 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0xf434b793 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xf7257b9f cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0xfa601f16 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xfa67b654 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xfd9421fc cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x6d8e4a74 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x741f838b lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x79d39bfe lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xb9884050 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xe50e4b0a lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xf8e010eb lib80211_crypt_info_free +EXPORT_SYMBOL sound/ac97_bus 0x2e53daf4 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xe74a5a24 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x07a6f1fe snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 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 0x691d292a 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 0xb5452413 snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe576cbe3 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-device 0x1d968da0 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3abd5da4 snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x01b82065 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x0d2b74da snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x2ceec35d snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x668570c0 snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7f92860c snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb494afee snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xc7b2b6c2 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe0a50454 snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xcb4c5b74 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0405e945 snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x0ee23e21 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x172bbd95 snd_info_free_entry +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 0x1b07c3f2 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x1fdb7070 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x242083ea snd_device_free +EXPORT_SYMBOL sound/core/snd 0x247aa318 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x3319d66b snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3fe85901 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0x42ebc7ff snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x44dba60a snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x48c18de3 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x4bd89650 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x4bec6116 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x4e9edd57 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x4f01b0bd snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x5fbddab6 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x64826220 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x71422e93 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x71c339a7 snd_cards +EXPORT_SYMBOL sound/core/snd 0x7b15f078 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x7c400ddc snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x804e650d snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x80811376 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x85097a21 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8e32a02e snd_device_new +EXPORT_SYMBOL sound/core/snd 0x8e4da830 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa228a2b0 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xa497824f snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xacdd75eb snd_device_register +EXPORT_SYMBOL sound/core/snd 0xaf25efdc snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb4051779 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xb968d85b snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xc2ea29b9 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xc3c1c01c snd_get_device +EXPORT_SYMBOL sound/core/snd 0xc747bd85 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0xcb65e9fb snd_card_free +EXPORT_SYMBOL sound/core/snd 0xcd04c895 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xce9d0295 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xcf07b54f snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xd3a97857 snd_card_register +EXPORT_SYMBOL sound/core/snd 0xd43dfa15 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xda2da516 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xda92a341 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xdb18af35 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xef221b07 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xf1fc814c snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0xf2437b33 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xf3e9f9e0 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-hwdep 0xaa290225 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 0x06b310c9 snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x125ef875 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x183b827f snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x1c0ebf6a snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1f4959df snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x23b97819 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x2475544a snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x28bcdb59 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x2a5a976e snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x3158d399 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x34a79eec snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x36856c97 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3ea30d92 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x43a2fc8b snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x4affcad5 snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x57fba983 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x5898dcba snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x589f3a47 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x5bc4e391 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x5dddf46f snd_pcm_hw_constraint_step +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 0x6beab542 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x6fd5c343 snd_pcm_sgbuf_ops_page +EXPORT_SYMBOL sound/core/snd-pcm 0x73c15f1b snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x775e75be snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0x7830b786 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x7ec2d81e snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x833b55d5 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x86c301a4 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x98a5ef2a snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x9ab8f78e snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0x9c8b29c5 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa65d4ddd snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xb24e54e9 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xb3a9421c snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xb86c1d12 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xb8baa731 _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 0xba8885c6 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0xc3183397 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xc44ceaad snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xc81184f7 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xca34c226 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xd498eff5 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0xd5941d03 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xdca01f11 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xdce0d1c1 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xdd9dc18d snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xde58c350 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe9cfd94a snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xed714274 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xf1309223 snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xfcc7e896 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0df5632f snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x18758a73 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2f5b5025 __snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3f67aa75 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x42c08ff6 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x47339eb8 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5cb5db9a snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6c6bb1e9 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7fb17e4d snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x949fc22f __snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xcbb28e0e snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xceccbfc3 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd2cc9179 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd469ac06 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdff102f2 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xefc356bb snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf0e132b2 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf59e5f03 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfe59ee89 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-timer 0x0fc151df snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x1a102b25 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x1af815f5 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x2a6a6d9d snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x330272ed snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x3abbc7de snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x3b14ab47 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x548428c0 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x64c5a578 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xa767db8a snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xb65dca5f snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xdce8ec62 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xe4b7d804 snd_timer_global_free +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 0xcce23ca9 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x70c8e36f snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7800fee0 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x9516aa03 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc4fa0c2d snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc83cdf69 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xdeeef553 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xdf5d8832 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe9860d58 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf33ac3e8 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x224623d2 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x3e1cc5e3 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa2c65aa6 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xbe9f1a92 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc823a1b7 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd11417a3 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe11c5785 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xfbd4af75 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xfda07a15 snd_vx_free_firmware +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0b33897d fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x11891220 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1b38dac4 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1caaa667 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20dbea91 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x276b7fab amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2e035ea9 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3630d527 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x36ef8f4a cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3b98e0d5 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x423f6c90 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x432528bc fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4abc1543 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5814bc83 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5bed37fb fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x632fcf45 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x67ffb271 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6e5098b4 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x73b1796a fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7f22888b cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9466522c amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa7637ee1 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xac0c5897 amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbba892e6 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbbdaaefe snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbdb9c546 amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdfe1bfc5 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe41db9f3 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xef373394 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf0641953 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf2b69373 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x01eb0c71 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2d8114d9 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x40e4c805 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x66e949cb snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x98e34b8b snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xcc198aa3 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x306407e9 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x40ce1ade snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x4495bb53 snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x693cadb6 snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xb0fa5bf0 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xe51d8edd snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x9bab09bb snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xdb702f1c snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xe4f58a0d snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xf8b3675a snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc2f04986 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xe5e6a1ee snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0cb2c3c6 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x3e6993d2 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x466a11a2 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x5d0af1ae snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x7eca71e8 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xfb064467 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-i2c 0x01523a81 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x159444aa snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x1a1ebbba snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xe7a983ac snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xe97978b6 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xfa7fac76 snd_i2c_probeaddr +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x149c4cbd snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x27edb950 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x30bd3776 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x49d1aba9 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x716856b4 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x77da28ce snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa8ce8684 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xd0817ef2 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xd71c2e3d snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xe2c5b26e snd_sbdsp_create +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0076f0cc snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1245b354 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x196960a7 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4787d8ec snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5175b318 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x648436a5 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6b997583 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6dd59ef0 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6f11d176 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x754dfffd snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9dd6c751 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb3442d74 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc25ec8c6 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc7de4d75 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc95fdaef snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xed9cf6a7 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf16f901c snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0x29f51b8f hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1852a025 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3c82956c snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4fcd7c19 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x7cb70bdf snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x85845180 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa714d307 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc86bd24c snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd80ab0cf snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xfd9e83a2 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x20d1ab1f snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x5b8faf13 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x91672c69 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x05331169 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0d11238b oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x214b5e6c oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x34536a1c oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3dc0acf7 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x532d8d3c oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x577cb600 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5d43f12e oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5d781c04 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x60ffedcd oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x71bd0920 oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x85f3e6b5 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x88704e8e oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x96221b67 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc2e0caa8 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc7966463 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd03a5936 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xda6ce76d oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xeb6249cf oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf4ed9e00 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf71e65d8 oxygen_read32 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x307f07cc snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x5fbc58a7 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xad7da90e snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xd57d45d0 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf291c1ed snd_trident_stop_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x16b0244d process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x96dc31df fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x1b3e59f0 sound_class +EXPORT_SYMBOL sound/soundcore 0x359399d4 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x6b904f34 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x82756840 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xd4ad7047 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xdc87fc79 register_sound_midi +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7b4e91c3 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7cc54f79 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x851740d4 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xa5cc34e6 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xce52f6ea snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe8e5a157 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0511eba7 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0d490aa2 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x5f2caf19 __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x66d7a521 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xb8fd73d2 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xcb33db56 __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xf1306178 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xfeb15415 __snd_util_memblk_new +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 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xe3b56532 snd_usbmidi_create +EXPORT_SYMBOL vmlinux 0x000996a8 x86_hyper_vmware +EXPORT_SYMBOL vmlinux 0x0016b62b fb_set_suspend +EXPORT_SYMBOL vmlinux 0x0017ac80 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x00255d91 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x0033eba4 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x004794dc nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x0056777a kobject_init +EXPORT_SYMBOL vmlinux 0x0073c5c2 free_task +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00941f15 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x0097661b idr_replace +EXPORT_SYMBOL vmlinux 0x00b37208 dev_uc_del +EXPORT_SYMBOL vmlinux 0x00ba7d50 serio_reconnect +EXPORT_SYMBOL vmlinux 0x00d1dfd5 dev_emerg +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e793ff scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x00e89651 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x00ea612c locks_remove_posix +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x010c8298 proc_create_data +EXPORT_SYMBOL vmlinux 0x0135abee xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x015ddbdc wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x015fbafc tcp_splice_read +EXPORT_SYMBOL vmlinux 0x01741a59 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x019e5769 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x01a3ef13 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x01b29f0f tty_devnum +EXPORT_SYMBOL vmlinux 0x01d103a8 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x01daa1f0 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x01e75d10 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x01f8eae4 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x01fd80ea tcf_exts_change +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x023bf634 udp_seq_open +EXPORT_SYMBOL vmlinux 0x024774c2 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x024bf827 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x02588243 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0280fded abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x028b1a33 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x0292c76a dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x029444f0 native_read_tsc +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02d32bed generic_perform_write +EXPORT_SYMBOL vmlinux 0x02fe8d91 key_revoke +EXPORT_SYMBOL vmlinux 0x030a50a2 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03498156 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x03585917 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x0378d6ef mmc_free_host +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03852df1 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03cafc2b pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x03ce6f35 scsi_register +EXPORT_SYMBOL vmlinux 0x03d1b1b7 datagram_poll +EXPORT_SYMBOL vmlinux 0x03db8187 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x03ebda85 dns_query +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x03ff5bb4 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x04431257 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044fc0e4 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x04508843 compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0x045231ee jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x047bc82e sock_no_listen +EXPORT_SYMBOL vmlinux 0x047d7fb0 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x04927208 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x0493dd8f bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x04a60c86 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04e39d12 tcp_prot +EXPORT_SYMBOL vmlinux 0x04e8f324 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x05348ab4 is_bad_inode +EXPORT_SYMBOL vmlinux 0x053eb9c3 register_shrinker +EXPORT_SYMBOL vmlinux 0x054cc6b5 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x055639d4 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x055c8559 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05b6a96e insert_inode_locked +EXPORT_SYMBOL vmlinux 0x05d0dd16 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x05e74546 kern_path +EXPORT_SYMBOL vmlinux 0x0614dabe idr_destroy +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061f4039 acpi_get_table_with_size +EXPORT_SYMBOL vmlinux 0x062a0539 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063cf32f xfrm_register_mode +EXPORT_SYMBOL vmlinux 0x0648ba44 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x0658ac46 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x066d4705 nobh_write_end +EXPORT_SYMBOL vmlinux 0x0671bf60 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x068c7263 ioremap_cache +EXPORT_SYMBOL vmlinux 0x06949b34 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x06973e31 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x06985771 serio_close +EXPORT_SYMBOL vmlinux 0x069a0e89 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x06b8153f audit_log_start +EXPORT_SYMBOL vmlinux 0x06c0dae5 __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x06d7f4d4 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x06e07bc5 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x06ec859a ip_ct_attach +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x070694c4 redraw_screen +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x07392838 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x0739e4f5 simple_statfs +EXPORT_SYMBOL vmlinux 0x073a7cd8 swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x073ac1dd sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x073dfa12 generate_resume_trace +EXPORT_SYMBOL vmlinux 0x074e60ce dm_kobject_release +EXPORT_SYMBOL vmlinux 0x0754b2ac dev_alert +EXPORT_SYMBOL vmlinux 0x0786fd93 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x0790fdec mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0x07989313 bdi_unregister +EXPORT_SYMBOL vmlinux 0x079b3073 drop_nlink +EXPORT_SYMBOL vmlinux 0x07a42296 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x07a4b576 flex_array_free +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07ab5ac0 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x07bafcfb mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d02131 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x07dd39e0 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x07f8bcf4 uart_resume_port +EXPORT_SYMBOL vmlinux 0x07fb5e88 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x08092eab swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08430591 file_update_time +EXPORT_SYMBOL vmlinux 0x0846f59a cpu_info +EXPORT_SYMBOL vmlinux 0x0850557b starget_for_each_device +EXPORT_SYMBOL vmlinux 0x08549225 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x085a5395 find_get_entry +EXPORT_SYMBOL vmlinux 0x08675f54 lease_modify +EXPORT_SYMBOL vmlinux 0x086d7c0a inet_frags_fini +EXPORT_SYMBOL vmlinux 0x08739b5d pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x087968d1 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x087e1eb3 scsi_print_command +EXPORT_SYMBOL vmlinux 0x0892de40 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x0897287b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x089b57df bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x08ab12a0 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x08c7b4d2 elevator_exit +EXPORT_SYMBOL vmlinux 0x08e0f554 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x08f64aa4 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x08fe6c94 __sock_create +EXPORT_SYMBOL vmlinux 0x090c2322 mutex_lock +EXPORT_SYMBOL vmlinux 0x090d7f57 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x090da493 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x0953f5a9 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x095ae12b tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x098431ba acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x09845bce nf_hook_slow +EXPORT_SYMBOL vmlinux 0x098b6dac proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09b42e9b mmc_start_req +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d99d86 x86_hyper_ms_hyperv +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a294685 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x0a3a2578 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x0a430f3f dev_printk_emit +EXPORT_SYMBOL vmlinux 0x0a4db240 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x0a5a5f5b mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x0a62f81e arp_send +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7d7479 udp_ioctl +EXPORT_SYMBOL vmlinux 0x0a87e334 sock_rfree +EXPORT_SYMBOL vmlinux 0x0a9260dc skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x0a96a7b4 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x0ac22337 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad2269e ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x0ad74bdb _dev_info +EXPORT_SYMBOL vmlinux 0x0b00360b devm_clk_put +EXPORT_SYMBOL vmlinux 0x0b0317e8 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x0b0cf719 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b39b2bf iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x0b4da1b4 simple_open +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b814d77 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x0b9c1243 kset_unregister +EXPORT_SYMBOL vmlinux 0x0ba8ef6b __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x0ba9354a blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bbebe4a uart_add_one_port +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd338a9 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x0bd93b19 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x0be9d521 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x0c0bf8a3 dquot_file_open +EXPORT_SYMBOL vmlinux 0x0c14e095 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x0c2d2ec2 kernel_sendpage +EXPORT_SYMBOL vmlinux 0x0c40e476 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c58bf7f dev_disable_lro +EXPORT_SYMBOL vmlinux 0x0c5e8602 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c70293a dget_parent +EXPORT_SYMBOL vmlinux 0x0c8b7a0e tty_port_close_start +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c965f7c pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x0c9e1b19 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca7b7a8 acpi_check_region +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cb1cb97 add_disk +EXPORT_SYMBOL vmlinux 0x0cdb7d12 __kernel_fpu_begin +EXPORT_SYMBOL vmlinux 0x0ce5c471 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x0cfe75a9 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x0d0d7d25 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x0d3dda14 acpi_get_type +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d782113 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x0d80efb5 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0x0d85818a nobh_writepage +EXPORT_SYMBOL vmlinux 0x0d9cd1d5 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dbad184 flush_signals +EXPORT_SYMBOL vmlinux 0x0dbeb2ef scsi_device_put +EXPORT_SYMBOL vmlinux 0x0dbef687 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x0dfb2e4a blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x0e1a43f9 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x0e24aa16 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x0e393d65 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x0e3abc41 security_inode_permission +EXPORT_SYMBOL vmlinux 0x0e3f2df1 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x0e3f4ed9 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x0e4b19e1 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e7d3c3f blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x0e830aad blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x0e8b7176 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x0ea082ac bio_map_user +EXPORT_SYMBOL vmlinux 0x0eb9ae63 simple_setattr +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed8cc7b acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x0ed93dc8 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x0ef2f777 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f051013 efi +EXPORT_SYMBOL vmlinux 0x0f1b8116 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x0f250b2f dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x0f49a59c xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f5f2b5e set_create_files_as +EXPORT_SYMBOL vmlinux 0x0f62169d sockfd_lookup +EXPORT_SYMBOL vmlinux 0x0f7b4387 register_netdevice +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fb3d118 scsi_get_command +EXPORT_SYMBOL vmlinux 0x0fca7029 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x0fcb8aad __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x0fd00a68 acpi_clear_event +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x10113b85 genphy_update_link +EXPORT_SYMBOL vmlinux 0x1015b9ea scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x103416b5 input_close_device +EXPORT_SYMBOL vmlinux 0x1035e519 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x10866681 icmp_send +EXPORT_SYMBOL vmlinux 0x10950ee1 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x10e269ec vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x110479a5 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x111a55b2 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x112a4f27 f_setown +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1187d70f neigh_destroy +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x118fe684 __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x119874a2 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x119ddc74 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x11a8c556 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x11d6efd4 udp_prot +EXPORT_SYMBOL vmlinux 0x11f4a765 km_new_mapping +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x122393c8 amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0x122bc3d4 vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x124b0862 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x124fe42f kmem_cache_alloc_node_trace +EXPORT_SYMBOL vmlinux 0x125704d5 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x12620922 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x129de341 wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12cfb3ba genphy_resume +EXPORT_SYMBOL vmlinux 0x12d803c4 read_dev_sector +EXPORT_SYMBOL vmlinux 0x12dfeb12 vprintk_emit +EXPORT_SYMBOL vmlinux 0x12e58cd9 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x12f7d6e9 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x1305d532 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x13158f46 dquot_drop +EXPORT_SYMBOL vmlinux 0x131e977c tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x132da82a drop_super +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13315729 flex_array_alloc +EXPORT_SYMBOL vmlinux 0x13a04f5d fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x13a681ff unregister_netdev +EXPORT_SYMBOL vmlinux 0x13b2ae58 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x13c877c5 sock_no_bind +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13df9825 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13ff7465 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x1408ffc8 irq_set_chip +EXPORT_SYMBOL vmlinux 0x140edbd4 nf_register_hooks +EXPORT_SYMBOL vmlinux 0x141168c2 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x1414502b tty_unregister_device +EXPORT_SYMBOL vmlinux 0x1422a053 simple_write_end +EXPORT_SYMBOL vmlinux 0x14319fed rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x143687b2 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x143e4bd4 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x144a7b48 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x1462501c register_quota_format +EXPORT_SYMBOL vmlinux 0x146dedf1 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x148c6163 dst_discard_sk +EXPORT_SYMBOL vmlinux 0x14aae540 poll_initwait +EXPORT_SYMBOL vmlinux 0x14b332af mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x14c0fd73 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x14d602fb agp_create_memory +EXPORT_SYMBOL vmlinux 0x14fa7d4f dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x150389d6 acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0x1516c521 fasync_helper +EXPORT_SYMBOL vmlinux 0x152219de cont_write_begin +EXPORT_SYMBOL vmlinux 0x154433b1 kill_bdev +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154df248 vc_cons +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x160ea4c8 sfi_disabled +EXPORT_SYMBOL vmlinux 0x1616cb30 acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0x162da753 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x1635540c dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x1637ff0f _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x1674e35c scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x16a83bb9 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x16eee6fb dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x16f1dc27 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x16f5d0ab nf_reinject +EXPORT_SYMBOL vmlinux 0x17098f1e from_kuid +EXPORT_SYMBOL vmlinux 0x170c25ee acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x172f70ac xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x175d7791 invalidate_partition +EXPORT_SYMBOL vmlinux 0x1762fa7b acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0x1768b2d4 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x176b6a5a mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x176e308e dquot_free_inode +EXPORT_SYMBOL vmlinux 0x1793f685 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x17a8bf49 simple_link +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17b64d09 dqstats +EXPORT_SYMBOL vmlinux 0x17e950b3 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x1874815d vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x1889056e pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x1891f05a load_nls_default +EXPORT_SYMBOL vmlinux 0x1895085f skb_tx_error +EXPORT_SYMBOL vmlinux 0x1896940d inode_permission +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18a02eb4 tty_set_operations +EXPORT_SYMBOL vmlinux 0x18afa29d dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x18b500e8 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18eabfcf queue_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x18f00b32 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x18f74ed1 vga_con +EXPORT_SYMBOL vmlinux 0x1923da43 bdi_register +EXPORT_SYMBOL vmlinux 0x19444627 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0x19493804 __destroy_inode +EXPORT_SYMBOL vmlinux 0x195babc4 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x197c975b twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c139e0 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x1a0f6770 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4d4848 __elv_add_request +EXPORT_SYMBOL vmlinux 0x1a535408 poll_freewait +EXPORT_SYMBOL vmlinux 0x1a5d732f blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a760fa0 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x1a81b0c8 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x1a86f9be blk_sync_queue +EXPORT_SYMBOL vmlinux 0x1aa2dee3 write_one_page +EXPORT_SYMBOL vmlinux 0x1abf5dee twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x1ac1f92d inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1aca591a unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad2d308 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x1afb1aaa acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b0cc658 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x1b113c80 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b353088 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0x1b570d23 acpi_warning +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b68a2ca default_file_splice_read +EXPORT_SYMBOL vmlinux 0x1b6b7c02 unlock_buffer +EXPORT_SYMBOL vmlinux 0x1b7832bb inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b2562 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1ba4f6d0 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x1ba7e9b7 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x1baf1bcb page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x1bb2d71b pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x1bbdcbb0 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x1bc81918 scsi_add_device +EXPORT_SYMBOL vmlinux 0x1bdc26cf sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x1be66980 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x1bec287b elv_rb_find +EXPORT_SYMBOL vmlinux 0x1c08125d pagevec_lookup +EXPORT_SYMBOL vmlinux 0x1c4aef39 single_open_size +EXPORT_SYMBOL vmlinux 0x1c53056c forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x1c65e138 file_open_root +EXPORT_SYMBOL vmlinux 0x1c6e35f9 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x1c72ef43 mb_cache_create +EXPORT_SYMBOL vmlinux 0x1c88ba88 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x1c8953f9 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x1c8a04b0 acpi_reset +EXPORT_SYMBOL vmlinux 0x1c98568d dev_uc_sync +EXPORT_SYMBOL vmlinux 0x1cab9146 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x1cbea8fd idr_init +EXPORT_SYMBOL vmlinux 0x1cfe06c6 __kfree_skb +EXPORT_SYMBOL vmlinux 0x1d04d1fb fd_install +EXPORT_SYMBOL vmlinux 0x1d577a1f padata_free +EXPORT_SYMBOL vmlinux 0x1d6ac16b bio_map_kern +EXPORT_SYMBOL vmlinux 0x1d8502f7 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x1d88f6d8 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x1d95bc91 tty_port_put +EXPORT_SYMBOL vmlinux 0x1da130d0 set_pages_x +EXPORT_SYMBOL vmlinux 0x1db7706b __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dccbeeb gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x1dd39bd0 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x1dd4d722 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1ddeb9aa new_sync_read +EXPORT_SYMBOL vmlinux 0x1de4fb6d netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x1de74f72 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e0c2be4 ioremap_wc +EXPORT_SYMBOL vmlinux 0x1e15669a kernel_bind +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e280ce1 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x1e322f84 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x1e33243b cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0x1e33d1aa pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e82bde8 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x1e9e25c1 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb698b2 downgrade_write +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ec4dee7 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x1eee32e2 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x1ef2ce5f qdisc_reset +EXPORT_SYMBOL vmlinux 0x1f3554b3 netdev_change_features +EXPORT_SYMBOL vmlinux 0x1f3ada0f unlazy_fpu +EXPORT_SYMBOL vmlinux 0x1f4447a8 filemap_fault +EXPORT_SYMBOL vmlinux 0x1f48a38b pci_bus_type +EXPORT_SYMBOL vmlinux 0x1f6ce67a sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1f779b93 vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x1f8676eb _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x1f8c2ecb pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x1fb8f2c2 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc61463 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x1fc9bde2 get_super +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe52d92 security_path_chown +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9c7b7 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x1ff02062 proc_set_size +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x2005e68a acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x20092385 acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x200a67f0 amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0x200afb85 mmc_release_host +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2044aea7 amd_iommu_pc_get_max_banks +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x2059a447 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x208739f6 acpi_load_table +EXPORT_SYMBOL vmlinux 0x209a0d0f agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x20a0bc0a bdi_destroy +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20abc15b acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0x20ad81da input_open_device +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20b662c2 vfs_link +EXPORT_SYMBOL vmlinux 0x20c19ab4 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20c9a8bf __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x20cf0520 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x20d1c803 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20e235d4 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20fa063a __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x20ff2b18 blkdev_fsync +EXPORT_SYMBOL vmlinux 0x2106a93d scsi_target_resume +EXPORT_SYMBOL vmlinux 0x21313a36 __scm_destroy +EXPORT_SYMBOL vmlinux 0x2146a29d build_skb +EXPORT_SYMBOL vmlinux 0x21584cbd __quota_error +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x21865571 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x218b612a kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x218bed25 __blk_run_queue +EXPORT_SYMBOL vmlinux 0x218c00c6 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x219a3d08 vfs_writev +EXPORT_SYMBOL vmlinux 0x219e5dd2 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x21af158f register_xen_selfballooning +EXPORT_SYMBOL vmlinux 0x21be7c82 console_stop +EXPORT_SYMBOL vmlinux 0x21e0ea22 acpi_get_id +EXPORT_SYMBOL vmlinux 0x21e39260 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x21f3df2d thaw_super +EXPORT_SYMBOL vmlinux 0x2229095c compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x225770d2 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x2259083a clear_nlink +EXPORT_SYMBOL vmlinux 0x2272fd78 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x227c5d01 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x227fb609 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x22ada661 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22bd09b7 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x22d02e85 security_path_truncate +EXPORT_SYMBOL vmlinux 0x22ecec25 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x233372ec jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x234fc6e5 padata_do_serial +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x2359a492 mount_bdev +EXPORT_SYMBOL vmlinux 0x2371ff4e blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x23777fae xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b4230b sock_recvmsg +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23ba1218 notify_change +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2413412c key_alloc +EXPORT_SYMBOL vmlinux 0x241b77ee md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2458ceba pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24ab234d input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x24b9a4d2 input_free_device +EXPORT_SYMBOL vmlinux 0x24c1ea9f skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x24c5f1d0 kernel_write +EXPORT_SYMBOL vmlinux 0x24cde2e9 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x24e42b99 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x24e5d787 empty_aops +EXPORT_SYMBOL vmlinux 0x24e74de0 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x25012a7a sk_alloc +EXPORT_SYMBOL vmlinux 0x25057883 seq_open_private +EXPORT_SYMBOL vmlinux 0x2508a74c km_report +EXPORT_SYMBOL vmlinux 0x25205761 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x2545c86f kill_litter_super +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258b6894 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x2599edc0 tty_write_room +EXPORT_SYMBOL vmlinux 0x259ddddf xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x25a82818 nonseekable_open +EXPORT_SYMBOL vmlinux 0x25ab9601 blkdev_get +EXPORT_SYMBOL vmlinux 0x25b2870a scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25c92c5e xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x25d837d9 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x25d88988 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x25e50cdf dev_deactivate +EXPORT_SYMBOL vmlinux 0x25f6dd4d dev_alloc_name +EXPORT_SYMBOL vmlinux 0x26024ab0 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x260de88e __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x262d37ba dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x262f124b arp_create +EXPORT_SYMBOL vmlinux 0x263122f8 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2648f0fb unload_nls +EXPORT_SYMBOL vmlinux 0x264ed4c9 vfs_create +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x2665d53a key_create_or_update +EXPORT_SYMBOL vmlinux 0x2667426f mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x2677151a pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x26809897 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x26948d96 copy_user_enhanced_fast_string +EXPORT_SYMBOL vmlinux 0x26e09ea2 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26fd2326 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x2712f4f5 crc32_le_combine +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x2727ff22 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x272d394e mtrr_del +EXPORT_SYMBOL vmlinux 0x27336b5d input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x273f6f31 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x2741a544 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x275a9449 vga_switcheroo_init_domain_pm_optimus_hdmi_audio +EXPORT_SYMBOL vmlinux 0x277e2a17 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x278367ee inet6_protos +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27ae7d0c ec_transaction +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c33efe csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27f72c3f ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28219fd8 wait_iff_congested +EXPORT_SYMBOL vmlinux 0x28318305 snprintf +EXPORT_SYMBOL vmlinux 0x284ea0e5 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x28595435 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x28a2b29f radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28a6b9a8 dev_open +EXPORT_SYMBOL vmlinux 0x28abfe6e scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x28b14b80 clear_inode +EXPORT_SYMBOL vmlinux 0x28d97de6 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x290529c8 secpath_dup +EXPORT_SYMBOL vmlinux 0x2913316e d_alloc_name +EXPORT_SYMBOL vmlinux 0x292165c3 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x29264ad3 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x294f13b1 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x295429fe mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x295ae64f dst_alloc +EXPORT_SYMBOL vmlinux 0x29894a04 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x298f259d seq_release +EXPORT_SYMBOL vmlinux 0x29b2fb9b __i2c_transfer +EXPORT_SYMBOL vmlinux 0x29c16c0a blk_init_tags +EXPORT_SYMBOL vmlinux 0x29d0187c seq_read +EXPORT_SYMBOL vmlinux 0x2a0eaee6 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a4d350a blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x2a4d99ff sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x2a5d306b devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x2a75a254 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x2a786d63 key_unlink +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a8c8bf8 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x2aa78c7d blk_run_queue +EXPORT_SYMBOL vmlinux 0x2aa82d3c make_kprojid +EXPORT_SYMBOL vmlinux 0x2abb7ba5 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2af567d9 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x2af5ca9e finish_no_open +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b23fbe5 fb_set_var +EXPORT_SYMBOL vmlinux 0x2b26a51e file_ns_capable +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b32e49e force_sig +EXPORT_SYMBOL vmlinux 0x2b3adac7 blk_requeue_request +EXPORT_SYMBOL vmlinux 0x2b46da50 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x2b51837e proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x2b9c218b jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bb54916 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x2bb55d6e acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x2be90e0c dev_mc_init +EXPORT_SYMBOL vmlinux 0x2beb161b follow_up +EXPORT_SYMBOL vmlinux 0x2bfd2e4d pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x2bfd6892 __page_cache_alloc +EXPORT_SYMBOL vmlinux 0x2bfeb410 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x2c08afb7 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x2c224067 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c333825 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x2c52dfb8 inet_ioctl +EXPORT_SYMBOL vmlinux 0x2c5d120c scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x2c5ef6fa security_path_mknod +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2c92215e sock_no_accept +EXPORT_SYMBOL vmlinux 0x2ca319a6 wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x2cd31027 register_md_personality +EXPORT_SYMBOL vmlinux 0x2cdfc409 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x2ce9e05b pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x2cf63cd0 down_write_trylock +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d144e21 rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x2d1d3d9f agp_copy_info +EXPORT_SYMBOL vmlinux 0x2d1edf7a dquot_commit_info +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d43e75a mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x2d59672a mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x2d5ad4be dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d8ee6e4 abx500_register_ops +EXPORT_SYMBOL vmlinux 0x2d98bdf9 elv_register_queue +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dd9a36b flex_array_shrink +EXPORT_SYMBOL vmlinux 0x2de16b4c vme_bus_num +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2dedc4c2 acpi_format_exception +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2e0d2f7f queue_work_on +EXPORT_SYMBOL vmlinux 0x2e0e709b mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e5a704c udp_table +EXPORT_SYMBOL vmlinux 0x2e5f7f71 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x2e5f8f05 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x2e81bd46 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x2ea6451e inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x2ecd47f7 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x2ece8acd jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x2ed5dcf5 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef5fbc6 dev_add_offload +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f040b13 clk_add_alias +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f0badf5 brioctl_set +EXPORT_SYMBOL vmlinux 0x2f2f7bc0 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f6fdae8 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x2f835f8d ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x2f9936fe pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x2fa74584 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x2fb3750c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fba3cda inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x2fc19dc8 proc_set_user +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ff063b5 acpi_get_name +EXPORT_SYMBOL vmlinux 0x2ff2ab8c sget +EXPORT_SYMBOL vmlinux 0x301d3061 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x303270e4 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x30645a5c neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x30693302 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x306db193 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x306df880 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x308a5630 elevator_alloc +EXPORT_SYMBOL vmlinux 0x309054d4 vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30e4ea2d lock_sock_fast +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x30ed1d9f scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x30fac485 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x30fbcc99 __lock_buffer +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x31156b0e inet6_bind +EXPORT_SYMBOL vmlinux 0x3116c025 padata_add_cpu +EXPORT_SYMBOL vmlinux 0x313040a4 init_page_accessed +EXPORT_SYMBOL vmlinux 0x313d291f agp_bind_memory +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x317c8fb6 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x317cc34b posix_lock_file +EXPORT_SYMBOL vmlinux 0x318eb702 elv_rb_add +EXPORT_SYMBOL vmlinux 0x319142e5 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x319a5545 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x319a98a1 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x319bc386 genphy_config_init +EXPORT_SYMBOL vmlinux 0x319e0726 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x31e76b57 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0x3202435a wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x320b6644 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x32192eb0 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x32420053 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x32463e12 path_is_under +EXPORT_SYMBOL vmlinux 0x32575fe7 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x3267122f inet_add_offload +EXPORT_SYMBOL vmlinux 0x327b4311 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x3294275f input_allocate_device +EXPORT_SYMBOL vmlinux 0x329c861f page_readlink +EXPORT_SYMBOL vmlinux 0x32b7f786 phy_stop +EXPORT_SYMBOL vmlinux 0x32cc6f25 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x32debb16 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x32eba01f ilookup5 +EXPORT_SYMBOL vmlinux 0x330bb8f6 unlock_page +EXPORT_SYMBOL vmlinux 0x330c94ae scm_fp_dup +EXPORT_SYMBOL vmlinux 0x330d2fe0 phy_attach +EXPORT_SYMBOL vmlinux 0x33289c89 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x332c211b max8925_reg_read +EXPORT_SYMBOL vmlinux 0x333cb37c __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x336a8e7a agp_free_memory +EXPORT_SYMBOL vmlinux 0x3387382b security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x338cc434 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x3393eeb3 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x339d0f2a tty_free_termios +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c590e6 __devm_release_region +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33cc8f99 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x33d577cd request_firmware +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f23f25 bio_chain +EXPORT_SYMBOL vmlinux 0x33f64e7d skb_queue_head +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x34051afd pci_iomap +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341cbed2 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x3439752b user_revoke +EXPORT_SYMBOL vmlinux 0x343acb39 netdev_printk +EXPORT_SYMBOL vmlinux 0x343ef777 pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x344233bb read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x34870d5a xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x348c2d13 init_special_inode +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a88928 sock_no_connect +EXPORT_SYMBOL vmlinux 0x34c8ae0d iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x34e21dc0 register_sysctl +EXPORT_SYMBOL vmlinux 0x34f22f94 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34fd711d kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x350d04fe dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351ace32 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x3523ec1b pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x353bda13 mntput +EXPORT_SYMBOL vmlinux 0x353e21e3 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x35527b7e generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x3556037b find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x356b22d4 set_binfmt +EXPORT_SYMBOL vmlinux 0x35738b7c gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x35758b79 phy_start +EXPORT_SYMBOL vmlinux 0x358fc689 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x359d9905 dump_skip +EXPORT_SYMBOL vmlinux 0x35a0637b _raw_read_unlock +EXPORT_SYMBOL vmlinux 0x35b23660 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x35b88fd2 pci_dev_get +EXPORT_SYMBOL vmlinux 0x35d0e5b8 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x35d5ac62 vfs_fsync +EXPORT_SYMBOL vmlinux 0x360110da dev_change_carrier +EXPORT_SYMBOL vmlinux 0x3604d154 ida_pre_get +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3611bf87 rt6_lookup +EXPORT_SYMBOL vmlinux 0x3613dcef dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x36176022 xfrm_input +EXPORT_SYMBOL vmlinux 0x36265d89 dst_release +EXPORT_SYMBOL vmlinux 0x364a19b0 scsi_host_put +EXPORT_SYMBOL vmlinux 0x364fc26d tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x365ad1f0 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x3667d493 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x366b0eb2 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x3674354e rtnl_unicast +EXPORT_SYMBOL vmlinux 0x36801889 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x369e1115 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x36b14c37 account_page_writeback +EXPORT_SYMBOL vmlinux 0x36bc9ad2 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36c1bab9 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x36c6ad4c pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x36f82d42 wireless_send_event +EXPORT_SYMBOL vmlinux 0x3701a196 csum_partial_copy_to_user +EXPORT_SYMBOL vmlinux 0x3717b544 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x371a7ea0 __nla_put +EXPORT_SYMBOL vmlinux 0x371d3c7e jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x3734c70a devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0x373e936b bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3775105b pci_restore_state +EXPORT_SYMBOL vmlinux 0x377d80be pci_release_regions +EXPORT_SYMBOL vmlinux 0x379072aa fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x37993988 release_firmware +EXPORT_SYMBOL vmlinux 0x37a0fa26 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c7daca account_page_redirty +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37e5f356 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x38099e13 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381cc69a twl6040_power +EXPORT_SYMBOL vmlinux 0x3824a07f acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x382becb1 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x38534b31 dev_printk +EXPORT_SYMBOL vmlinux 0x38752165 kfree_skb +EXPORT_SYMBOL vmlinux 0x3877204c ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x38914c63 seq_write +EXPORT_SYMBOL vmlinux 0x389bfe0d rtc_lock +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38b20cd4 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x38c97582 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x38d922b8 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x38dd1135 compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0x38e0c9f7 __seq_open_private +EXPORT_SYMBOL vmlinux 0x38e52521 vfs_setpos +EXPORT_SYMBOL vmlinux 0x38e7dfc0 vme_master_request +EXPORT_SYMBOL vmlinux 0x38f0e89b __getblk_slow +EXPORT_SYMBOL vmlinux 0x38f33bed dump_fpu +EXPORT_SYMBOL vmlinux 0x38f47845 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x3933afee pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x393b2c11 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x39427101 tc_classify +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x3961fd0c netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a055f3 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x39a1be36 d_invalidate +EXPORT_SYMBOL vmlinux 0x39b58929 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x39bb372f dq_data_lock +EXPORT_SYMBOL vmlinux 0x39cfa125 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x39f71d0f irq_stat +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a09eb97 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x3a11e5ac textsearch_register +EXPORT_SYMBOL vmlinux 0x3a20ff73 __crc32c_le +EXPORT_SYMBOL vmlinux 0x3a27ba0a dma_supported +EXPORT_SYMBOL vmlinux 0x3a32839e intel_gtt_chipset_flush +EXPORT_SYMBOL vmlinux 0x3a4dbae6 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x3a66f0fe jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x3a7075f2 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x3a7c4da3 lock_rename +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3aa2824e locks_copy_lock +EXPORT_SYMBOL vmlinux 0x3ac6fb0d tty_lock_pair +EXPORT_SYMBOL vmlinux 0x3ad32205 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x3ad62a10 __lock_page +EXPORT_SYMBOL vmlinux 0x3af7cf29 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x3b0f7858 mpage_writepage +EXPORT_SYMBOL vmlinux 0x3b12d24b abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x3b3d3303 register_cdrom +EXPORT_SYMBOL vmlinux 0x3b40a9fc devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x3b84e30d blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x3b880b0c udp_proc_register +EXPORT_SYMBOL vmlinux 0x3b88108b set_pages_uc +EXPORT_SYMBOL vmlinux 0x3bbed887 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x3bc497aa iov_iter_advance +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bd9792c mnt_unpin +EXPORT_SYMBOL vmlinux 0x3be44b7e netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x3beb690b lg_local_unlock +EXPORT_SYMBOL vmlinux 0x3bfd3a38 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x3c0925f3 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x3c124ded pci_set_master +EXPORT_SYMBOL vmlinux 0x3c17997b d_set_d_op +EXPORT_SYMBOL vmlinux 0x3c183293 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x3c1eebed update_devfreq +EXPORT_SYMBOL vmlinux 0x3c204dc3 set_user_nice +EXPORT_SYMBOL vmlinux 0x3c37411f sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c40ab40 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x3c483012 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x3c4dd89c blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x3c54548d __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x3c595ce0 finish_open +EXPORT_SYMBOL vmlinux 0x3c5dc446 uart_register_driver +EXPORT_SYMBOL vmlinux 0x3c610795 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x3c762cfa input_get_keycode +EXPORT_SYMBOL vmlinux 0x3c7b5353 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c814c4f scsi_finish_command +EXPORT_SYMBOL vmlinux 0x3c82d4cd _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ced2be7 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x3d16ad66 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x3d38480b ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x3d51ab66 get_acl +EXPORT_SYMBOL vmlinux 0x3d53ef52 sock_edemux +EXPORT_SYMBOL vmlinux 0x3d5844b3 strnicmp +EXPORT_SYMBOL vmlinux 0x3d60c64f module_layout +EXPORT_SYMBOL vmlinux 0x3d7457ed tcp_seq_open +EXPORT_SYMBOL vmlinux 0x3d76a9b8 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x3d7c1ed7 msrs_alloc +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3db73b3d kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x3dc4ee5f mpage_readpages +EXPORT_SYMBOL vmlinux 0x3dca5ce2 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3df6f481 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3dff5f9e amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0x3e13149f phy_init_hw +EXPORT_SYMBOL vmlinux 0x3e2ae3a8 acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0x3e392fe3 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x3e484a06 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x3e63a37e __bread_gfp +EXPORT_SYMBOL vmlinux 0x3e6b844a tcp_close +EXPORT_SYMBOL vmlinux 0x3e734cd0 mapping_tagged +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e919a52 ht_create_irq +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3ea7cfdd __frontswap_store +EXPORT_SYMBOL vmlinux 0x3ec25044 get_io_context +EXPORT_SYMBOL vmlinux 0x3ecfe55d clk_get +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ed77277 dump_emit +EXPORT_SYMBOL vmlinux 0x3edf2a63 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x3eea8471 scsi_unregister +EXPORT_SYMBOL vmlinux 0x3efaba01 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f0ef9fe xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f62a518 inet_frag_find +EXPORT_SYMBOL vmlinux 0x3f71faa1 mempool_create +EXPORT_SYMBOL vmlinux 0x3fa2cdc2 netdev_notice +EXPORT_SYMBOL vmlinux 0x3fa850de pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x3fb8a666 seq_puts +EXPORT_SYMBOL vmlinux 0x3fc1f06e pskb_expand_head +EXPORT_SYMBOL vmlinux 0x3fdb9933 should_remove_suid +EXPORT_SYMBOL vmlinux 0x3fe1cb2f pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff7268e blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x40167941 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x40232e87 igrab +EXPORT_SYMBOL vmlinux 0x40256835 complete_all +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x4072cb1d vfs_getattr +EXPORT_SYMBOL vmlinux 0x40743364 __nla_reserve +EXPORT_SYMBOL vmlinux 0x4082e055 km_policy_expired +EXPORT_SYMBOL vmlinux 0x40863d97 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x40927825 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x4097fa45 acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x409c0ebc bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x409ed259 scsi_print_result +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40aedbfa dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c89d46 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40eb86ae iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x40f73d8d simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x41080c24 skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x411ebeba sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41633716 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41af4dfd pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x41d8adab get_unmapped_area +EXPORT_SYMBOL vmlinux 0x41dd6353 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x42259873 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x42350e8d ucs2_strlen +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x425bb5e8 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x4272ff80 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x428cc01f scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42b66ce6 fb_show_logo +EXPORT_SYMBOL vmlinux 0x42c2b3f5 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x42c8de35 ioremap_nocache +EXPORT_SYMBOL vmlinux 0x42d3b018 tty_check_change +EXPORT_SYMBOL vmlinux 0x42f100ec module_refcount +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x430bb8c3 __page_symlink +EXPORT_SYMBOL vmlinux 0x43261dca _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x432ff686 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x43302e67 skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x434658c5 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x43489a7b block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x434a6d03 lock_fb_info +EXPORT_SYMBOL vmlinux 0x434b958f jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x43803882 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x43840c5a vfs_statfs +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b15062 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x43b63a24 pci_bus_put +EXPORT_SYMBOL vmlinux 0x43bb3b54 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x43e6d91f mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x44108276 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x4423bcc4 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x44380f82 pv_cpu_ops +EXPORT_SYMBOL vmlinux 0x445388df __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x445b50c4 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x44684bbc bdevname +EXPORT_SYMBOL vmlinux 0x4476e9e2 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x4477746b generic_file_llseek +EXPORT_SYMBOL vmlinux 0x448eac3e kmemdup +EXPORT_SYMBOL vmlinux 0x44982b90 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a81d5f acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44faf644 nf_log_set +EXPORT_SYMBOL vmlinux 0x45044497 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x4511d31e init_buffer +EXPORT_SYMBOL vmlinux 0x4517f313 consume_skb +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x453ee46a amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0x45679034 register_gifconf +EXPORT_SYMBOL vmlinux 0x456a208e register_filesystem +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457d9356 km_query +EXPORT_SYMBOL vmlinux 0x45a0a182 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45b6cec4 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x45ba5804 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x45bc6a60 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x45c1ce93 eth_type_trans +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x462000a9 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x4629334c __preempt_count +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x46777035 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x467af7ea set_pages_wb +EXPORT_SYMBOL vmlinux 0x4684a4d3 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x468660e5 dquot_operations +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46da2984 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x46f982f0 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x46fd2b15 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x47021a44 padata_alloc +EXPORT_SYMBOL vmlinux 0x47046043 save_mount_options +EXPORT_SYMBOL vmlinux 0x47306aa5 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x4744362d tcp_poll +EXPORT_SYMBOL vmlinux 0x475f010b acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x4772e29a dcb_getapp +EXPORT_SYMBOL vmlinux 0x477e6dcb amd_iommu_pc_get_set_reg_val +EXPORT_SYMBOL vmlinux 0x478d10b2 ht_destroy_irq +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x479e0f50 down_write +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47ccbc4b ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x48113490 bdi_init +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481cb9ab acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x482e49a5 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4852249d mddev_congested +EXPORT_SYMBOL vmlinux 0x48569283 load_nls +EXPORT_SYMBOL vmlinux 0x48596577 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486a5dd3 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x486e2866 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x487e2432 pipe_unlock +EXPORT_SYMBOL vmlinux 0x4885f69d xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x48ab1760 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c37ed1 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x48d2991d netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x48d50e79 amd_iommu_register_ppr_notifier +EXPORT_SYMBOL vmlinux 0x48d8baaf tty_port_close +EXPORT_SYMBOL vmlinux 0x48f09ab2 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x491e10c4 release_sock +EXPORT_SYMBOL vmlinux 0x491e72c1 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x492a4c4c xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x492b64f9 ipv4_specific +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x49644893 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x49789b72 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x49840d28 bio_copy_user +EXPORT_SYMBOL vmlinux 0x498e48d5 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x49a03082 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x49a5b172 input_reset_device +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49b582eb mb_cache_shrink +EXPORT_SYMBOL vmlinux 0x49bc2f47 vfs_write +EXPORT_SYMBOL vmlinux 0x49c4efb3 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x49df7f72 x86_hyper_xen_hvm +EXPORT_SYMBOL vmlinux 0x49ea229c scsi_remove_host +EXPORT_SYMBOL vmlinux 0x49f038d5 dma_common_mmap +EXPORT_SYMBOL vmlinux 0x4a24070b netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4aad52d7 mempool_free +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4ad2c4ff netif_carrier_on +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b06d2e7 complete +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b13a6ce skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x4b1bea41 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b695ad5 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x4b960cb8 make_bad_inode +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bc9ca4f blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0x4bd8b49e set_disk_ro +EXPORT_SYMBOL vmlinux 0x4bf06cca xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x4bfcd274 d_path +EXPORT_SYMBOL vmlinux 0x4c05865e mdiobus_read +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c24a79b filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x4c2e0239 block_write_end +EXPORT_SYMBOL vmlinux 0x4c3ca0da keyring_search +EXPORT_SYMBOL vmlinux 0x4c45d306 current_fs_time +EXPORT_SYMBOL vmlinux 0x4c4fef19 kernel_stack +EXPORT_SYMBOL vmlinux 0x4c594954 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x4c5b8956 serio_open +EXPORT_SYMBOL vmlinux 0x4c601436 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x4c646c84 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x4c74fc64 __netif_schedule +EXPORT_SYMBOL vmlinux 0x4c81636c agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x4c86d348 jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base +EXPORT_SYMBOL vmlinux 0x4ca9669f scnprintf +EXPORT_SYMBOL vmlinux 0x4cad39ed unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc63db3 __break_lease +EXPORT_SYMBOL vmlinux 0x4cd3230d lock_sock_nested +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cdb3eef linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x4d1023f8 mempool_resize +EXPORT_SYMBOL vmlinux 0x4d261905 __frontswap_load +EXPORT_SYMBOL vmlinux 0x4d30d3cf kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x4d404bfa blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x4d4c27aa neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x4d674724 fs_bio_set +EXPORT_SYMBOL vmlinux 0x4d88eb1c vlan_vid_add +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4daa360a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x4dadc798 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x4dbc96a3 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x4dc2d9d7 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x4dd1d2b1 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x4de27c83 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x4de2cd41 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4df72685 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x4e043015 elv_rb_del +EXPORT_SYMBOL vmlinux 0x4e05e653 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x4e117afe input_flush_device +EXPORT_SYMBOL vmlinux 0x4e223491 vme_lm_request +EXPORT_SYMBOL vmlinux 0x4e28e063 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e80e026 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x4e8dbb97 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x4e9c7166 skb_unlink +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea662a9 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x4edd72f7 block_all_signals +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f238126 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f40fab7 request_key +EXPORT_SYMBOL vmlinux 0x4f45415a path_put +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f5ae42d blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x4f6663a2 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6b400b _copy_from_user +EXPORT_SYMBOL vmlinux 0x4f74ceb4 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x4f76816f fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x4f783f30 acpi_read +EXPORT_SYMBOL vmlinux 0x4f8b5ddb _copy_to_user +EXPORT_SYMBOL vmlinux 0x4f95fd5d ip6_frag_match +EXPORT_SYMBOL vmlinux 0x4f97cadf blk_start_request +EXPORT_SYMBOL vmlinux 0x4fa57d87 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x4fda35f0 __secpath_destroy +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4ff90a22 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x4ffd8945 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009a720 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x5013bb14 devm_clk_get +EXPORT_SYMBOL vmlinux 0x50277348 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x5037263e generic_delete_inode +EXPORT_SYMBOL vmlinux 0x503ed99e dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0x50529870 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x508383f8 seq_pad +EXPORT_SYMBOL vmlinux 0x50894641 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x508b7d5f simple_empty +EXPORT_SYMBOL vmlinux 0x509856f0 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50aca494 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x50b33e6b agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0x50b7ddf3 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x50ba769a kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x50d2592d hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50dc3b1a clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x510d65be tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x5113269a mount_pseudo +EXPORT_SYMBOL vmlinux 0x51164ad9 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x511ab427 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x512b7c7f proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x5130a24d filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x51344b88 bioset_free +EXPORT_SYMBOL vmlinux 0x514dd3ad __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x518b536a kset_register +EXPORT_SYMBOL vmlinux 0x5199f310 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x51b2857d netdev_warn +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x52006d56 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x52095e19 acpi_get_data +EXPORT_SYMBOL vmlinux 0x52130046 acpi_check_address_range +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5245f6a4 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x525e026f acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0x52810de9 kill_fasync +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52a0e6e1 ida_init +EXPORT_SYMBOL vmlinux 0x52af5b49 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52ca06e3 put_io_context +EXPORT_SYMBOL vmlinux 0x52cbb014 lockref_get +EXPORT_SYMBOL vmlinux 0x52d23d83 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x52d37563 sock_i_uid +EXPORT_SYMBOL vmlinux 0x52e79533 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530d16cc nla_put +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x533ad014 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x534ba8a1 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x53537b30 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x536cc847 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x5377e556 hex2bin +EXPORT_SYMBOL vmlinux 0x538e7c11 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x53af47f8 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x53b48f50 km_state_expired +EXPORT_SYMBOL vmlinux 0x53b5b327 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x53c49d58 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x53d8d883 make_kgid +EXPORT_SYMBOL vmlinux 0x53f6ffbc wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x5402680b lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x54059a2a amd_iommu_pc_get_max_counters +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x54240e4b tty_port_hangup +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x542fd958 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x54306bb7 pci_clear_master +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544b0c11 acpi_lid_notifier_register +EXPORT_SYMBOL vmlinux 0x54573453 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x54576804 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x545e4134 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x545fc093 mmc_request_done +EXPORT_SYMBOL vmlinux 0x5464d3f6 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0x5472f394 sock_no_getname +EXPORT_SYMBOL vmlinux 0x548081d0 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x54882ef9 dquot_disable +EXPORT_SYMBOL vmlinux 0x54a5a43a udp_set_csum +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54c1b73d ppp_channel_index +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54f181ef invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x54f2939e wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x55054955 key_validate +EXPORT_SYMBOL vmlinux 0x5512f8b8 md_flush_request +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5522fa07 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0x552d86e8 nla_reserve +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x554526fc input_set_abs_params +EXPORT_SYMBOL vmlinux 0x555c6196 mmc_put_card +EXPORT_SYMBOL vmlinux 0x55671680 lg_lock_init +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x55737d04 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x5580b385 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x5585dc43 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x558709a7 ps2_command +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x559a1810 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x559bc863 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x55a79ffd dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x55c01ea0 devm_free_irq +EXPORT_SYMBOL vmlinux 0x55ccd4d2 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x55f5019b __kmalloc_node +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5644b590 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x564f8f6a input_event +EXPORT_SYMBOL vmlinux 0x5666278e __breadahead +EXPORT_SYMBOL vmlinux 0x5685d84b mpage_readpage +EXPORT_SYMBOL vmlinux 0x56916775 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x56940535 devm_gpio_request +EXPORT_SYMBOL vmlinux 0x5695b617 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56c943d5 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x56cd100d idr_get_next +EXPORT_SYMBOL vmlinux 0x56d03e68 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0x56d77c02 skb_split +EXPORT_SYMBOL vmlinux 0x56f28561 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x56fac01e security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x5715872d __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x5715f506 km_is_alive +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x5751ab18 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57763e58 bio_clone_fast +EXPORT_SYMBOL vmlinux 0x578a8e6d pci_get_slot +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57944e80 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x57a28361 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x57a9c37c md_check_recovery +EXPORT_SYMBOL vmlinux 0x57ae5847 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x57ca5d95 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x57e1df96 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x580334b7 tty_port_init +EXPORT_SYMBOL vmlinux 0x5813d32a fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x581c5e06 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x581d27e0 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x584738f9 rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x584bd8fc iget_failed +EXPORT_SYMBOL vmlinux 0x5856f651 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5860aad4 add_wait_queue +EXPORT_SYMBOL vmlinux 0x586103be acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x587319f5 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x587c1ff2 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x5889651e inet_addr_type +EXPORT_SYMBOL vmlinux 0x58917252 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58dc9194 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x58f192c9 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x58ff6370 locks_init_lock +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x595affb8 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x595febc0 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x5967c929 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x5991219c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x5996c518 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x599eb42a iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x59a3f8a1 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x59abc96f kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x59b84f63 kern_path_create +EXPORT_SYMBOL vmlinux 0x59bc9609 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0x59be03da bio_split +EXPORT_SYMBOL vmlinux 0x59c02745 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x59c97546 prepare_creds +EXPORT_SYMBOL vmlinux 0x59ee6ec7 blk_fetch_request +EXPORT_SYMBOL vmlinux 0x5a04ff70 generic_setxattr +EXPORT_SYMBOL vmlinux 0x5a123603 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x5a3c718d jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a4ad3f1 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a599527 elevator_change +EXPORT_SYMBOL vmlinux 0x5a5f57a6 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x5a788bd8 send_sig_info +EXPORT_SYMBOL vmlinux 0x5a8c7bb0 mpage_writepages +EXPORT_SYMBOL vmlinux 0x5a8daa87 pnp_is_active +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5aa8678f freeze_bdev +EXPORT_SYMBOL vmlinux 0x5aa95e72 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x5aabb7e7 skb_pad +EXPORT_SYMBOL vmlinux 0x5ab7911c tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x5abbccaa cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x5ac376a5 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x5acc28ea netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x5ad77633 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x5ae3064d xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x5aeb145f complete_and_exit +EXPORT_SYMBOL vmlinux 0x5af5235d tcf_hash_check +EXPORT_SYMBOL vmlinux 0x5af86848 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b0e05bc bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x5b106678 tcp_proc_register +EXPORT_SYMBOL vmlinux 0x5b141a25 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x5b271d86 acpi_video_dmi_promote_vendor +EXPORT_SYMBOL vmlinux 0x5b2ffbb6 __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b424341 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b5a7057 agp_enable +EXPORT_SYMBOL vmlinux 0x5b6040d6 dquot_release +EXPORT_SYMBOL vmlinux 0x5b8541cd migrate_page +EXPORT_SYMBOL vmlinux 0x5ba7053b writeback_in_progress +EXPORT_SYMBOL vmlinux 0x5bc10524 printk_emit +EXPORT_SYMBOL vmlinux 0x5bc8d583 copy_from_user_overflow +EXPORT_SYMBOL vmlinux 0x5bf1fd94 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x5bf80040 freeze_super +EXPORT_SYMBOL vmlinux 0x5c0bc9f5 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x5c229385 iget5_locked +EXPORT_SYMBOL vmlinux 0x5c2f8dcb tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x5c468891 get_gendisk +EXPORT_SYMBOL vmlinux 0x5c4cc9f0 pci_select_bars +EXPORT_SYMBOL vmlinux 0x5c64b083 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x5c685920 inet_select_addr +EXPORT_SYMBOL vmlinux 0x5c8b5ce8 prepare_to_wait +EXPORT_SYMBOL vmlinux 0x5ca98028 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x5cc57a21 dev_notice +EXPORT_SYMBOL vmlinux 0x5cc7315e skb_free_datagram +EXPORT_SYMBOL vmlinux 0x5ce30915 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x5ce312ac vme_bus_type +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf60e9d mntget +EXPORT_SYMBOL vmlinux 0x5d03f39b crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x5d4169d9 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d435558 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d7276a7 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x5d74dbcf pnp_range_reserved +EXPORT_SYMBOL vmlinux 0x5d98fcac agp_backend_release +EXPORT_SYMBOL vmlinux 0x5d9b572a mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x5de08059 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x5e096193 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x5e1ee088 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x5e1f26be scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x5e23d144 phy_connect +EXPORT_SYMBOL vmlinux 0x5e29da0d d_make_root +EXPORT_SYMBOL vmlinux 0x5e5e8a78 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x5e7af3ff audit_log +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e985205 security_path_rename +EXPORT_SYMBOL vmlinux 0x5e9d229c file_remove_suid +EXPORT_SYMBOL vmlinux 0x5ea2544e bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x5ea6b3d0 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ec9d59e sock_init_data +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed2d82c call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x5efdcb0a generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x5efef503 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f3601f0 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x5f365bf4 lookup_one_len +EXPORT_SYMBOL vmlinux 0x5f3debc8 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x5f80b706 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x5f86a126 pci_request_regions +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fe7900b phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x5ff42b08 acpi_video_get_capabilities +EXPORT_SYMBOL vmlinux 0x5ff892aa fb_blank +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6024958d simple_rmdir +EXPORT_SYMBOL vmlinux 0x602a6acd bio_endio +EXPORT_SYMBOL vmlinux 0x602ed00d acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x60529245 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x605f962d jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x6070ef99 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x6075e435 install_exec_creds +EXPORT_SYMBOL vmlinux 0x608adef8 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0x608fe16f skb_make_writable +EXPORT_SYMBOL vmlinux 0x6092a29c bio_endio_nodec +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x609f5b35 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60ea4c3c tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x60f21583 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61318540 sk_free +EXPORT_SYMBOL vmlinux 0x614383c0 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x614bb773 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x616cd13a xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0x6172bd06 keyring_clear +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x619b2235 fget_raw +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x619ce7db vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x61b008f3 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x61b218a3 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x61b3a353 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61e6d82d rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x61e91dc5 iov_iter_init +EXPORT_SYMBOL vmlinux 0x61eb6acc dev_base_lock +EXPORT_SYMBOL vmlinux 0x61fb0eea unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x61fb248a node_states +EXPORT_SYMBOL vmlinux 0x62049256 acpi_disable +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6237f6b5 acpi_enable_event +EXPORT_SYMBOL vmlinux 0x623e4cfd scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62748e70 acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x6277dc4e vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x628121e9 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x6288cd37 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x628c0bda thaw_bdev +EXPORT_SYMBOL vmlinux 0x62ec8796 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x62f82485 skb_store_bits +EXPORT_SYMBOL vmlinux 0x630bc20d from_kgid +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x631ff8a2 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x6328ce4d tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x6337ced0 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x633f3748 blk_finish_request +EXPORT_SYMBOL vmlinux 0x636a5691 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0x637e6f6e blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x63a01291 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x63a6bcc9 acpi_map_lsapic +EXPORT_SYMBOL vmlinux 0x63acfd90 sock_release +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f56123 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x63fb4b82 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x64228d9d tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x64303e18 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x64329e77 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x64484ba0 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x64498e4d tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x6449fd41 acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0x644ee5bb uart_match_port +EXPORT_SYMBOL vmlinux 0x647dbdf2 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x648382e3 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x649b4ba3 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x64ad905d fb_find_mode +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64db08ec security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x64eae7ad set_memory_array_wb +EXPORT_SYMBOL vmlinux 0x64fa7693 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x64fdb038 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x650feea6 netpoll_setup +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652242fc kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x652f71c3 ip6_xmit +EXPORT_SYMBOL vmlinux 0x65331f5a noop_fsync +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65512cbb pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x655593cc xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x655f1ab0 set_memory_array_wc +EXPORT_SYMBOL vmlinux 0x656ad504 mmc_get_card +EXPORT_SYMBOL vmlinux 0x65735eea devm_iounmap +EXPORT_SYMBOL vmlinux 0x65799890 free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x659bb7a7 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x65abb379 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x65b0cf92 key_link +EXPORT_SYMBOL vmlinux 0x65b89dac unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x65c9f58b set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x65caea4c scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65ddd57c filp_open +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65e47eb3 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x65ed184f __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65f899de alloc_pages_current +EXPORT_SYMBOL vmlinux 0x66176128 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x6617d641 bio_reset +EXPORT_SYMBOL vmlinux 0x663f7cd0 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66989a0b init_task +EXPORT_SYMBOL vmlinux 0x669c116b done_path_create +EXPORT_SYMBOL vmlinux 0x66a2049e generic_getxattr +EXPORT_SYMBOL vmlinux 0x66b1282e pnp_register_driver +EXPORT_SYMBOL vmlinux 0x670454fb __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x674822db d_find_any_alias +EXPORT_SYMBOL vmlinux 0x67488a75 dma_find_channel +EXPORT_SYMBOL vmlinux 0x674b1566 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x674e121f sk_filter +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x675c09e4 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x678acdd8 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x67a0306a percpu_counter_set +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67b7d282 dcache_readdir +EXPORT_SYMBOL vmlinux 0x6807cffe setup_arg_pages +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x683174bf pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x686e9d68 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68a4c241 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x68abdadb bdget +EXPORT_SYMBOL vmlinux 0x68aca4ad down +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68dfbab6 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68faad6a tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x68ff4d56 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x691001b5 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x6924fc08 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x693ad0db ___preempt_schedule_context +EXPORT_SYMBOL vmlinux 0x69414f18 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69af0a16 lro_receive_skb +EXPORT_SYMBOL vmlinux 0x69b76a19 __inet6_hash +EXPORT_SYMBOL vmlinux 0x69bcbdde swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x69c2c8af gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0x69c30242 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69da291e dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69fbc0a2 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a05b8db dev_err +EXPORT_SYMBOL vmlinux 0x6a164de3 put_page +EXPORT_SYMBOL vmlinux 0x6a1c6b9b pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x6a1ce37d simple_rename +EXPORT_SYMBOL vmlinux 0x6a258c7a sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x6a30b6d0 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x6a3bba55 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a6333f4 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a914c63 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x6ab34526 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x6ab8206f netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x6abd3842 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6ad85887 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6af29d52 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x6b015608 ps2_end_command +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b0b3bdf scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x6b10613d pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x6b189e52 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b25bd1e dma_pool_create +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b367713 netdev_state_change +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b7985b9 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x6b8a8f3a mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x6b900b86 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0x6b903b74 nf_log_register +EXPORT_SYMBOL vmlinux 0x6b93679d xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc7caa5 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x6bcdf1a9 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x6bd4b2f0 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x6bdcd0db netdev_info +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6bf661c0 sk_wait_data +EXPORT_SYMBOL vmlinux 0x6c069f54 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x6c0e8d8d dquot_acquire +EXPORT_SYMBOL vmlinux 0x6c113927 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x6c11ad92 new_sync_write +EXPORT_SYMBOL vmlinux 0x6c16eb7a dentry_path_raw +EXPORT_SYMBOL vmlinux 0x6c20189d generic_make_request +EXPORT_SYMBOL vmlinux 0x6c2188a0 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x6c2e6317 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x6c392f2c free_buffer_head +EXPORT_SYMBOL vmlinux 0x6c4abf84 nobh_write_begin +EXPORT_SYMBOL vmlinux 0x6c5101d8 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c52bade security_inode_readlink +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c678818 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x6c6e6a4b sock_alloc_file +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c7746a5 set_pages_nx +EXPORT_SYMBOL vmlinux 0x6c784afa buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x6c88d7c5 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x6c8a7cbd compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x6c98ae99 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x6cb5d630 compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0x6cd8c86b __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x6cef7ebf ppp_input_error +EXPORT_SYMBOL vmlinux 0x6cf30bf7 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x6cf5ed08 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x6cf942d7 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x6d0aba34 wait_for_completion +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d165c40 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0x6d1b93c1 vm_insert_page +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d37209d __alloc_skb +EXPORT_SYMBOL vmlinux 0x6d48998d pci_get_subsys +EXPORT_SYMBOL vmlinux 0x6d5c7bf9 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x6d6818ff gen_pool_alloc +EXPORT_SYMBOL vmlinux 0x6d88b67c get_fs_type +EXPORT_SYMBOL vmlinux 0x6dbb6e6d scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x6dd7c11d dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x6dd92032 flush_old_exec +EXPORT_SYMBOL vmlinux 0x6ded8532 input_grab_device +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6defe2d3 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e276aa7 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x6e297a62 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x6e45d0ae seq_putc +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e7f0fd2 cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea48afa kmalloc_caches +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ee4b794 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x6eea0e0a inode_init_once +EXPORT_SYMBOL vmlinux 0x6ef40f62 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f35ac1f __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x6f4c812f __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x6f556bdb acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x6f733785 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x6f86ee62 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x6fb4664f revert_creds +EXPORT_SYMBOL vmlinux 0x6fbb87da xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd1d803 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x6feb2039 acpi_write +EXPORT_SYMBOL vmlinux 0x6ff13648 try_to_release_page +EXPORT_SYMBOL vmlinux 0x701b1101 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702b6c54 udplite_table +EXPORT_SYMBOL vmlinux 0x703dfdb2 kobject_del +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x705e2729 i2c_release_client +EXPORT_SYMBOL vmlinux 0x706bb1c1 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x7070e41e down_read_trylock +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x708324f8 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x708a7c26 vme_register_driver +EXPORT_SYMBOL vmlinux 0x708d3860 find_vma +EXPORT_SYMBOL vmlinux 0x70a14918 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d8ab82 acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0x70e85859 idr_is_empty +EXPORT_SYMBOL vmlinux 0x70ece8ce put_disk +EXPORT_SYMBOL vmlinux 0x70f6e9df tty_kref_put +EXPORT_SYMBOL vmlinux 0x710a5188 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x7112ce38 bio_init +EXPORT_SYMBOL vmlinux 0x7120839c udp_add_offload +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7139f021 __inode_permission +EXPORT_SYMBOL vmlinux 0x715521ae tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x7155c991 bio_phys_segments +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7175ee3f fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x7182e325 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x7188ce12 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x7199cb52 kthread_stop +EXPORT_SYMBOL vmlinux 0x719bd601 vfs_symlink +EXPORT_SYMBOL vmlinux 0x71a17a3e get_disk +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71c36b34 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x71ccd88e kobject_get +EXPORT_SYMBOL vmlinux 0x71d01a94 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x71e3cecb up +EXPORT_SYMBOL vmlinux 0x71f0677e sock_from_file +EXPORT_SYMBOL vmlinux 0x71f7dc7c ata_link_printk +EXPORT_SYMBOL vmlinux 0x72183b45 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x722c4746 _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x7233c982 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x72514397 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x72619ff5 md_done_sync +EXPORT_SYMBOL vmlinux 0x7262c1fb dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x726b1b64 register_netdev +EXPORT_SYMBOL vmlinux 0x726d2c67 blk_put_request +EXPORT_SYMBOL vmlinux 0x72753dd6 dquot_destroy +EXPORT_SYMBOL vmlinux 0x7280e370 blk_start_queue +EXPORT_SYMBOL vmlinux 0x72a98fdb copy_user_generic_unrolled +EXPORT_SYMBOL vmlinux 0x72ab2010 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72bf2140 mtrr_add +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72ee9a33 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x72f3aa32 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x72f5a4d8 security_file_permission +EXPORT_SYMBOL vmlinux 0x730a3b48 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x730e6056 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x73310cf3 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x733a656b path_get +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x73408e1e pid_task +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x736b6a03 make_kuid +EXPORT_SYMBOL vmlinux 0x7379ca06 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x738e9117 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x739a75a4 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x739fdfec ihold +EXPORT_SYMBOL vmlinux 0x73c28fc2 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x73ca709b d_obtain_alias +EXPORT_SYMBOL vmlinux 0x73d0e51a phy_print_status +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73e3db9a inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x73efa9d5 vfs_llseek +EXPORT_SYMBOL vmlinux 0x73f8a3a8 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x74428363 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x7468dbcd skb_checksum +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7477cef5 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x7479ec46 amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0x747dcfc3 end_page_writeback +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x748b32b0 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x748d978f blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x74947191 devm_ioremap +EXPORT_SYMBOL vmlinux 0x749b056e inet_shutdown +EXPORT_SYMBOL vmlinux 0x74b571f9 netlink_unicast +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74d558c2 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f989a0 __napi_schedule +EXPORT_SYMBOL vmlinux 0x74fe3b0c genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x752a35ee __dquot_free_space +EXPORT_SYMBOL vmlinux 0x7532588a alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x7544fed8 udp_poll +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x7574d567 pci_dev_put +EXPORT_SYMBOL vmlinux 0x757ca41c pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x7584bdc3 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x75acd034 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x75bc549a x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdaec9 pci_get_device +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75de2ec7 tcp_prequeue +EXPORT_SYMBOL vmlinux 0x75fbdefd acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x76261373 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x7628f3c7 this_cpu_off +EXPORT_SYMBOL vmlinux 0x76293dc1 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x76649c31 fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x7676e687 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0x767dd8fd acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x767efd99 mdiobus_register +EXPORT_SYMBOL vmlinux 0x76869ac8 rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x76986473 cdrom_release +EXPORT_SYMBOL vmlinux 0x76b12a26 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d3d667 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76e7680c ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x76e87c9c tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x76fb08a7 amd_iommu_unregister_ppr_notifier +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x771fa5c3 __put_cred +EXPORT_SYMBOL vmlinux 0x77275711 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x7729e1ec tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x77333ff8 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x773a882b ip_fragment +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x7743994a key_put +EXPORT_SYMBOL vmlinux 0x7744a2f6 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x775283a4 inode_dio_done +EXPORT_SYMBOL vmlinux 0x7763a22b blk_stack_limits +EXPORT_SYMBOL vmlinux 0x778acbdc inode_init_owner +EXPORT_SYMBOL vmlinux 0x7791092e fddi_type_trans +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77a5da05 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77e07549 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77ecf2df pci_match_id +EXPORT_SYMBOL vmlinux 0x77f0c5ae elv_add_request +EXPORT_SYMBOL vmlinux 0x77f53abc acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x7801447a ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt +EXPORT_SYMBOL vmlinux 0x783995a0 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x784213a6 pv_lock_ops +EXPORT_SYMBOL vmlinux 0x7843fec9 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x786211bd compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0x78677ccd __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x78764f4e pv_irq_ops +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x788f99a1 __ps2_command +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a3e747 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x78bb3e24 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0x78dd8a48 block_truncate_page +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e6e479 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x78ebe255 idr_for_each +EXPORT_SYMBOL vmlinux 0x78f7ce90 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x79068fda acpi_install_method +EXPORT_SYMBOL vmlinux 0x7932555b pci_pme_active +EXPORT_SYMBOL vmlinux 0x7933c158 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x79541fe6 iterate_fd +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x797c8fa9 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7985d043 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x798df40b vfs_rmdir +EXPORT_SYMBOL vmlinux 0x79945d9f proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79a38e61 ___ratelimit +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79b88ff3 ppp_input +EXPORT_SYMBOL vmlinux 0x79bba0e0 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x79df3a47 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x79e4ee49 sk_receive_skb +EXPORT_SYMBOL vmlinux 0x79e83dec inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x7a09779c dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a40e025 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a58ad2f get_phy_device +EXPORT_SYMBOL vmlinux 0x7a5b99b5 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x7a82cb47 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7a8c23f8 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a958437 scsi_device_get +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ab94c6c __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x7ac06387 qdisc_destroy +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7aec9089 clear_user +EXPORT_SYMBOL vmlinux 0x7af66827 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x7b0807f2 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x7b16235f hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7b1e7669 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x7b2aef6c __krealloc +EXPORT_SYMBOL vmlinux 0x7b2e6a34 phy_init_eee +EXPORT_SYMBOL vmlinux 0x7b3aa09e mdiobus_write +EXPORT_SYMBOL vmlinux 0x7b52a859 wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7b6bcc43 neigh_update +EXPORT_SYMBOL vmlinux 0x7b7419f1 ip6_route_output +EXPORT_SYMBOL vmlinux 0x7b8a217e agp_free_page_array +EXPORT_SYMBOL vmlinux 0x7bb88489 iterate_dir +EXPORT_SYMBOL vmlinux 0x7bed87a1 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c2d098f krealloc +EXPORT_SYMBOL vmlinux 0x7c437776 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c46dd14 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c704108 follow_down_one +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7ca46555 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x7cad45fe ip_getsockopt +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cbf7081 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce83365 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf35aa3 n_tty_compat_ioctl_helper +EXPORT_SYMBOL vmlinux 0x7cf3a16b put_cmsg +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d370ad9 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x7d4059f3 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x7d5dcd7d dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x7d65c16e tcp_init_sock +EXPORT_SYMBOL vmlinux 0x7d6c26a7 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d79dbcb sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x7d7ce5ae max8925_reg_write +EXPORT_SYMBOL vmlinux 0x7d94f746 acpi_os_write_port +EXPORT_SYMBOL vmlinux 0x7daf09d2 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x7dbc2e57 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x7dda90e0 ether_setup +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7dfa7648 override_creds +EXPORT_SYMBOL vmlinux 0x7e11e053 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x7e20826c genphy_read_status +EXPORT_SYMBOL vmlinux 0x7e28c283 ps2_init +EXPORT_SYMBOL vmlinux 0x7e6232e0 seq_release_private +EXPORT_SYMBOL vmlinux 0x7e82308c inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x7e8e916a pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x7ea9c25d kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x7ec2240a bio_add_page +EXPORT_SYMBOL vmlinux 0x7ed0525d blk_init_queue +EXPORT_SYMBOL vmlinux 0x7ed914c9 acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x7ee33305 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x7ef00ad9 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x7f0c966a kern_unmount +EXPORT_SYMBOL vmlinux 0x7f181c6b dev_uc_add +EXPORT_SYMBOL vmlinux 0x7f18a7c3 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x7f245095 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f34f89b compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x7f4e997d dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x7f5300a0 mount_subtree +EXPORT_SYMBOL vmlinux 0x7f5de838 __sb_end_write +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f7110ce __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x7f89e470 complete_request_key +EXPORT_SYMBOL vmlinux 0x7f9642d9 read_code +EXPORT_SYMBOL vmlinux 0x7fa1abc4 prepare_binprm +EXPORT_SYMBOL vmlinux 0x7fbd10d2 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7fda2e49 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe38f48 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x80032347 ps2_drain +EXPORT_SYMBOL vmlinux 0x801dcc78 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0x802d0e93 crc32_le +EXPORT_SYMBOL vmlinux 0x8032733e generic_setlease +EXPORT_SYMBOL vmlinux 0x803b5b46 pipe_lock +EXPORT_SYMBOL vmlinux 0x805736a3 neigh_lookup +EXPORT_SYMBOL vmlinux 0x806d39bf __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x8071c52e ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x807612e0 put_tty_driver +EXPORT_SYMBOL vmlinux 0x80791a8c radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x807b149a fb_get_mode +EXPORT_SYMBOL vmlinux 0x8099f4f5 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x80a74f32 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x80be4293 inet6_getname +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d30b4e tcf_em_register +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x8115eaf8 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x81239f3c d_move +EXPORT_SYMBOL vmlinux 0x81472677 acpi_get_table +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x8150f53e dev_set_mtu +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815d5579 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x817dbfa0 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x81a551d2 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x81cc9295 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x81ce1874 kernel_connect +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81e72694 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x82076104 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x8211ff97 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x822350f3 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x82458f7f radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x8260e2d4 ab3100_event_register +EXPORT_SYMBOL vmlinux 0x826b44d6 get_super_thawed +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x82999f2c textsearch_destroy +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82be58ae blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x82c938d5 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x82d25dd7 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x82dc8401 send_sig +EXPORT_SYMBOL vmlinux 0x82edc30f phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x8303be12 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x830e547b ioremap_prot +EXPORT_SYMBOL vmlinux 0x831c93b3 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x831dc12d sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x8324d826 unregister_key_type +EXPORT_SYMBOL vmlinux 0x832a6828 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x833050f2 input_register_handler +EXPORT_SYMBOL vmlinux 0x833122ba pcim_iomap +EXPORT_SYMBOL vmlinux 0x833c03aa acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x83694c42 cdev_add +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x83985159 vfs_read +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83ab5d30 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83d26a37 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x83e64a38 noop_qdisc +EXPORT_SYMBOL vmlinux 0x83eeac2f __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x83f1fa99 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x83f3cdff gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x84044b2a setattr_copy +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x84157eda input_unregister_device +EXPORT_SYMBOL vmlinux 0x8417f512 acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0x841842d2 touch_atime +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x842df7b2 module_put +EXPORT_SYMBOL vmlinux 0x8437c9e5 netlink_set_err +EXPORT_SYMBOL vmlinux 0x843ad45b inet_listen +EXPORT_SYMBOL vmlinux 0x8441eab0 blk_delay_queue +EXPORT_SYMBOL vmlinux 0x8442f90e ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x844e3767 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x84aefd19 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x84d3cf7b inet_getname +EXPORT_SYMBOL vmlinux 0x84f1e8d3 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x850034a5 netif_napi_add +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x851ac75c pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x8526cd8b inet_frag_kill +EXPORT_SYMBOL vmlinux 0x852a0b76 eth_header_cache +EXPORT_SYMBOL vmlinux 0x85358c42 skb_copy +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x8556a403 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x855ec038 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x85649403 ping_prot +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x856f6298 eth_header_parse +EXPORT_SYMBOL vmlinux 0x85719d13 clone_cred +EXPORT_SYMBOL vmlinux 0x8572eae5 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0x8581d3a9 kernel_accept +EXPORT_SYMBOL vmlinux 0x85a591d8 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85cf8ad5 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x85d3ce49 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x85d4943d pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x86110039 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x8614060f security_path_rmdir +EXPORT_SYMBOL vmlinux 0x8624a3af inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x86283d5e write_inode_now +EXPORT_SYMBOL vmlinux 0x86304ce2 misc_register +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x8679524d netlink_ack +EXPORT_SYMBOL vmlinux 0x867e8678 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x869cba48 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x86a7b413 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x870b9d6b netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x870d0059 xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0x871ae042 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x871cbea6 __brelse +EXPORT_SYMBOL vmlinux 0x873906fe sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x8745a89b d_lookup +EXPORT_SYMBOL vmlinux 0x8763d6d0 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x876dafc3 ec_write +EXPORT_SYMBOL vmlinux 0x876f6e78 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x87759197 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x87845768 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x8797e163 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x879ec634 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x87aaddf8 wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x87abc8e4 dev_trans_start +EXPORT_SYMBOL vmlinux 0x87ae50ba cfb_fillrect +EXPORT_SYMBOL vmlinux 0x87bb4bfb __ip_dev_find +EXPORT_SYMBOL vmlinux 0x87c1ab95 compat_sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x87c58a96 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x87dc469a mempool_create_node +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x88106532 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x881787c9 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x888c4735 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x88959635 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x88a6da52 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x88e704ed scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x88f00d18 lg_global_unlock +EXPORT_SYMBOL vmlinux 0x88fd233c xfrm_lookup +EXPORT_SYMBOL vmlinux 0x89001a56 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x890a0beb devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x890ab422 bdput +EXPORT_SYMBOL vmlinux 0x891af1b5 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x891bef26 vm_stat +EXPORT_SYMBOL vmlinux 0x892b26a0 set_memory_nx +EXPORT_SYMBOL vmlinux 0x892d0f14 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x89488cf3 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x89533fd2 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x8973e618 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x89938924 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x89993c09 amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0x899d0880 __invalidate_device +EXPORT_SYMBOL vmlinux 0x89afb04d blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89b3e634 genlmsg_put +EXPORT_SYMBOL vmlinux 0x89c425ad nf_register_hook +EXPORT_SYMBOL vmlinux 0x89c504dd vmap +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89dd428e genl_notify +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1ac37f nf_ct_attach +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a523b91 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x8a572550 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a80d7a5 acpi_error +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8a9d862f console_start +EXPORT_SYMBOL vmlinux 0x8ac65003 block_write_begin +EXPORT_SYMBOL vmlinux 0x8ad45286 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8ad8f97d from_kgid_munged +EXPORT_SYMBOL vmlinux 0x8b226a81 acpi_video_dmi_demote_vendor +EXPORT_SYMBOL vmlinux 0x8b240739 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b39df26 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x8b419fea end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b527f39 compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x8b5f4a2e IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x8b615b67 xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b70cf35 sock_wfree +EXPORT_SYMBOL vmlinux 0x8b7c7c7d pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x8b7dcb2f inode_change_ok +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b900f3b _raw_read_lock +EXPORT_SYMBOL vmlinux 0x8b9485ef napi_gro_receive +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b99ce3b acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x8be3e804 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x8be83c79 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x8c0bbf19 km_policy_notify +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c1da857 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x8c1efe64 skb_push +EXPORT_SYMBOL vmlinux 0x8c547a3e phy_drivers_register +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c923f13 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x8c9a3c3f phy_device_register +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8ccb8616 vfs_unlink +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cdbc280 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x8ce886a6 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d44be41 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d606e35 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0x8d70c3ff sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d8d96c6 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x8d8f6c28 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x8da1a3cb acpi_remove_interface +EXPORT_SYMBOL vmlinux 0x8da3fd68 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x8daf8c42 dql_init +EXPORT_SYMBOL vmlinux 0x8db1942b vfs_mkdir +EXPORT_SYMBOL vmlinux 0x8dd23528 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x8ddf52f0 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8e002cda acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0x8e0bdfab netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x8e2816ad scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x8e332829 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x8e7f1462 current_task +EXPORT_SYMBOL vmlinux 0x8e85cc51 pci_find_capability +EXPORT_SYMBOL vmlinux 0x8e94aee6 single_release +EXPORT_SYMBOL vmlinux 0x8ea0a6b0 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8eb197a1 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x8ecd744d neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x8ecd9009 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x8eebec89 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x8f07715e __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x8f0b1dde uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x8f142018 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f3a88c9 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x8f427d18 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0x8f586459 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x8f58f544 da903x_query_status +EXPORT_SYMBOL vmlinux 0x8f5a9046 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x8f8abee5 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8f9cd81b pci_set_power_state +EXPORT_SYMBOL vmlinux 0x8f9eee45 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x8fb58cad dev_addr_init +EXPORT_SYMBOL vmlinux 0x8fcce58e netdev_alert +EXPORT_SYMBOL vmlinux 0x8fd287f3 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x8fd984aa fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x8fe48b08 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x8feab8bf inet_sendpage +EXPORT_SYMBOL vmlinux 0x8ff37389 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x90094d3e __module_get +EXPORT_SYMBOL vmlinux 0x9020bce3 get_cached_acl +EXPORT_SYMBOL vmlinux 0x903fc3a6 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x904409c6 acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x90aee0dc acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x90ea2d3d amd_iommu_get_v2_domain +EXPORT_SYMBOL vmlinux 0x90f1e2cb bio_integrity_free +EXPORT_SYMBOL vmlinux 0x911a6d2b tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x9144d1e6 netif_device_detach +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x91831d70 seq_printf +EXPORT_SYMBOL vmlinux 0x918d051a pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x9192ebb1 vga_tryget +EXPORT_SYMBOL vmlinux 0x91967e8e xen_selfballoon_init +EXPORT_SYMBOL vmlinux 0x9198a0de tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x91a3cdf4 down_timeout +EXPORT_SYMBOL vmlinux 0x91ac822f vscnprintf +EXPORT_SYMBOL vmlinux 0x91b4f005 pci_get_class +EXPORT_SYMBOL vmlinux 0x91c4ef1a jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x92361dfe __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x9236f3b9 simple_unlink +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923d0e47 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x9242a9c6 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x9252f228 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x926ce64b __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x926fb0a7 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x928ccd3d nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x928d0f5b alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x9295b5b4 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92d050df iov_pages +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9302ee8b pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9327f5ce _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x93291361 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x935b09dc simple_readpage +EXPORT_SYMBOL vmlinux 0x9364eefb rtnl_notify +EXPORT_SYMBOL vmlinux 0x9367e539 blkdev_put +EXPORT_SYMBOL vmlinux 0x9369b738 acpi_pm_device_run_wake +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93a64d20 netdev_err +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93c611e1 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x93d5ff62 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x93e5cb06 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x93eaf464 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x93f3e52b acpi_extract_package +EXPORT_SYMBOL vmlinux 0x93f7cfd6 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x941494e1 input_inject_event +EXPORT_SYMBOL vmlinux 0x941831db kill_pgrp +EXPORT_SYMBOL vmlinux 0x94189b05 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x9429a156 skb_dequeue +EXPORT_SYMBOL vmlinux 0x944da3fd mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x944eb154 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x9478df86 read_cache_pages +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949d5219 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x949d8668 submit_bio +EXPORT_SYMBOL vmlinux 0x94a32784 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x94ae5f07 proc_symlink +EXPORT_SYMBOL vmlinux 0x94ef369b ppp_unit_number +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x95264e8b tty_port_open +EXPORT_SYMBOL vmlinux 0x9535937a scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x95395301 acpi_exception +EXPORT_SYMBOL vmlinux 0x953f08c6 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x9552a6ed udp_sendmsg +EXPORT_SYMBOL vmlinux 0x955a832f ___preempt_schedule +EXPORT_SYMBOL vmlinux 0x95730950 user_path_create +EXPORT_SYMBOL vmlinux 0x95819fc2 input_register_handle +EXPORT_SYMBOL vmlinux 0x9595151b seq_open +EXPORT_SYMBOL vmlinux 0x95bd6e26 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0x95d46689 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x95eb8512 kobject_add +EXPORT_SYMBOL vmlinux 0x95eca1ed input_release_device +EXPORT_SYMBOL vmlinux 0x9620360b xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x96249b6a jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x962ed41b vme_irq_request +EXPORT_SYMBOL vmlinux 0x9645bc2c md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x964b601a kobject_put +EXPORT_SYMBOL vmlinux 0x9671908d stop_tty +EXPORT_SYMBOL vmlinux 0x967238da dcache_dir_close +EXPORT_SYMBOL vmlinux 0x967dd194 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x969c0f35 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x96a30be9 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d2d3b5 i2c_master_recv +EXPORT_SYMBOL vmlinux 0x96f4ec54 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x96f979d5 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x96fb2d0b acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x9709f77f scsi_register_driver +EXPORT_SYMBOL vmlinux 0x970ce0bd dev_set_group +EXPORT_SYMBOL vmlinux 0x9725b589 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x972bb11e do_truncate +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x9741e5d2 d_instantiate +EXPORT_SYMBOL vmlinux 0x974c5f9e pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x974d1346 tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x975c3c4c set_security_override +EXPORT_SYMBOL vmlinux 0x975cfb86 vc_resize +EXPORT_SYMBOL vmlinux 0x976a4d27 lock_may_write +EXPORT_SYMBOL vmlinux 0x97868aef __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x97900fee inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97abc1ed generic_write_end +EXPORT_SYMBOL vmlinux 0x97c22a7c __ht_create_irq +EXPORT_SYMBOL vmlinux 0x97c5bd0a acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x97ca7faa no_llseek +EXPORT_SYMBOL vmlinux 0x97d638a1 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x97de0ddd acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x9822cbfd inet_sendmsg +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x9843db21 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x9871b48c mount_ns +EXPORT_SYMBOL vmlinux 0x988ed85d set_memory_x +EXPORT_SYMBOL vmlinux 0x989b0b77 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x98b4b5d0 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x98cc153c tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x99195078 vsnprintf +EXPORT_SYMBOL vmlinux 0x99222312 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x992c1dcc posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x992f51d7 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99409509 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x9960c7e1 neigh_for_each +EXPORT_SYMBOL vmlinux 0x99715a07 __register_chrdev +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99ad3688 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x99b0421d __block_write_begin +EXPORT_SYMBOL vmlinux 0x99b8c957 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d3a43c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99e3b332 pci_disable_device +EXPORT_SYMBOL vmlinux 0x99f068d5 x86_cpu_to_node_map +EXPORT_SYMBOL vmlinux 0x9a0f9fc9 nf_log_packet +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a47843a scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x9a5315a7 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x9a5ffc64 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9aa4db1f give_up_console +EXPORT_SYMBOL vmlinux 0x9ad843f2 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x9ada1821 update_region +EXPORT_SYMBOL vmlinux 0x9ae9e795 names_cachep +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9af89f98 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9afb0853 md_write_end +EXPORT_SYMBOL vmlinux 0x9b061651 __devm_request_region +EXPORT_SYMBOL vmlinux 0x9b077cfd padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x9b24e7da cfb_imageblit +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b44c3fa generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x9b5a599f unregister_quota_format +EXPORT_SYMBOL vmlinux 0x9b75d74c blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x9b7ba11a fget +EXPORT_SYMBOL vmlinux 0x9b8da9c3 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x9b9dc5be cdev_del +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bb3947f uart_get_divisor +EXPORT_SYMBOL vmlinux 0x9bb68025 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x9bbe88b3 flex_array_put +EXPORT_SYMBOL vmlinux 0x9bd04b61 blk_stop_queue +EXPORT_SYMBOL vmlinux 0x9bd3260e pci_set_mwi +EXPORT_SYMBOL vmlinux 0x9bdc11f7 tty_vhangup +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bfdfda3 wake_up_process +EXPORT_SYMBOL vmlinux 0x9c167ee2 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x9c2ebb78 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x9c3c3f40 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c62b9dc blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x9c70f9fd simple_transaction_release +EXPORT_SYMBOL vmlinux 0x9c80beb3 tty_name +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cab3d85 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x9cb38949 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x9cc95d2a pci_release_region +EXPORT_SYMBOL vmlinux 0x9ce5ce7e bd_set_size +EXPORT_SYMBOL vmlinux 0x9cf80555 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d01afa7 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d12c2b4 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x9d167303 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d27e4dc poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x9d33ef5e acpi_enable +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d52cde1 try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x9d6684e4 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x9d71d1c0 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9d7abeed eth_mac_addr +EXPORT_SYMBOL vmlinux 0x9d9772bb genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x9dbbcc0a blk_peek_request +EXPORT_SYMBOL vmlinux 0x9dc2a5c0 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x9dc99b4a ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x9dd259fe security_path_link +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e285508 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x9e2f8c90 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e363b6b acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0x9e40a51b ps2_begin_command +EXPORT_SYMBOL vmlinux 0x9e4a0621 generic_listxattr +EXPORT_SYMBOL vmlinux 0x9e4dfd72 sk_dst_check +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e74315b bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x9e755af4 bio_unmap_user +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e7b0f8b phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e93d08c skb_seq_read +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9eb64b18 alloc_disk +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9eedb942 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x9f0456d6 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x9f04ecc5 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x9f1c7cfd __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x9f22c67e __frontswap_test +EXPORT_SYMBOL vmlinux 0x9f2431af mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f6e19ab mem_section +EXPORT_SYMBOL vmlinux 0x9f85f975 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x9f8e521e ilookup +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9ce6f6 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x9fc53412 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x9fc83c47 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x9fc9bace mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x9fd7cda1 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9ffb228e pci_assign_resource +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa00cac58 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xa01d93d8 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xa03fdcb0 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa071ec25 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xa0752889 kthread_bind +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0834a47 gen_pool_free +EXPORT_SYMBOL vmlinux 0xa08c553e i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xa0a2632e bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0xa0acd033 do_sync_write +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0c2b145 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xa0c6b122 fb_pan_display +EXPORT_SYMBOL vmlinux 0xa0ca2bf8 mount_nodev +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0d51d58 md_error +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0f26f6c pci_claim_resource +EXPORT_SYMBOL vmlinux 0xa0f9b660 vfs_mknod +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0fd9fda iput +EXPORT_SYMBOL vmlinux 0xa0ff74d6 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0xa1029d0b follow_pfn +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14b3f5d flex_array_free_parts +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa15909fa nla_append +EXPORT_SYMBOL vmlinux 0xa1866127 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xa188f9df security_path_symlink +EXPORT_SYMBOL vmlinux 0xa18d6d37 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0xa18fa42f max8998_read_reg +EXPORT_SYMBOL vmlinux 0xa1905129 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1cea167 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0xa1d28f8c ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xa1d412ea __register_nls +EXPORT_SYMBOL vmlinux 0xa1de4b47 tty_hangup +EXPORT_SYMBOL vmlinux 0xa202a8e5 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa2175b27 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xa226fd9e iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xa237f696 dm_register_target +EXPORT_SYMBOL vmlinux 0xa2547a06 tty_lock +EXPORT_SYMBOL vmlinux 0xa272238a mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xa2776cde truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2a335bd vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0xa2ab0759 pnp_start_dev +EXPORT_SYMBOL vmlinux 0xa2ee5228 dst_destroy +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa30c9760 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa33ec649 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xa33f1e71 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0xa350a8f8 set_memory_array_uc +EXPORT_SYMBOL vmlinux 0xa35c8a6b mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xa376e427 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xa37e1d98 padata_start +EXPORT_SYMBOL vmlinux 0xa37e78b6 flex_array_get +EXPORT_SYMBOL vmlinux 0xa3889fa3 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xa3945eb8 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xa395484d get_agp_version +EXPORT_SYMBOL vmlinux 0xa3961ebd tcp_connect +EXPORT_SYMBOL vmlinux 0xa39fc71f up_read +EXPORT_SYMBOL vmlinux 0xa3bb8181 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xa3d04f96 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xa3d917e5 do_SAK +EXPORT_SYMBOL vmlinux 0xa3f2fa94 kfree_put_link +EXPORT_SYMBOL vmlinux 0xa3f96685 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0xa3fc3d50 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xa400159f crc32_be +EXPORT_SYMBOL vmlinux 0xa4187366 i2c_master_send +EXPORT_SYMBOL vmlinux 0xa4341302 blk_make_request +EXPORT_SYMBOL vmlinux 0xa4356b91 revalidate_disk +EXPORT_SYMBOL vmlinux 0xa43d1586 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xa44784b7 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xa44c430e call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xa44d81e6 tcf_hash_create +EXPORT_SYMBOL vmlinux 0xa4511467 crc16 +EXPORT_SYMBOL vmlinux 0xa451c618 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa47f19dc abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xa4833223 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xa483cb49 netlink_net_capable +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4caf0a9 proc_mkdir +EXPORT_SYMBOL vmlinux 0xa4ccd4d4 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4d720f8 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xa4e144eb napi_gro_frags +EXPORT_SYMBOL vmlinux 0xa4ee33de nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0xa4fac963 ip_options_compile +EXPORT_SYMBOL vmlinux 0xa4fe325f cdev_alloc +EXPORT_SYMBOL vmlinux 0xa51b4994 skb_put +EXPORT_SYMBOL vmlinux 0xa51df2b4 down_killable +EXPORT_SYMBOL vmlinux 0xa5402932 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xa54b5a3c eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55610dc generic_removexattr +EXPORT_SYMBOL vmlinux 0xa55fb53b pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xa56b35d6 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xa57b2d09 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xa5864493 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xa58a3166 lg_local_lock +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5a7c5eb inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0xa5d0b6af invalidate_bdev +EXPORT_SYMBOL vmlinux 0xa5e4f65c __next_cpu_nr +EXPORT_SYMBOL vmlinux 0xa5e75641 i2c_use_client +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa6421587 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xa66d297b __dst_free +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa67bc494 netif_rx +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa69bbfdd gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xa6aa5829 kernel_listen +EXPORT_SYMBOL vmlinux 0xa6ae4081 __mutex_init +EXPORT_SYMBOL vmlinux 0xa6bce034 x86_dma_fallback_dev +EXPORT_SYMBOL vmlinux 0xa6bd63ca acpi_bios_error +EXPORT_SYMBOL vmlinux 0xa6cc157e rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa72a0f5b nr_online_nodes +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa783ee93 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xa785c201 alloc_fddidev +EXPORT_SYMBOL vmlinux 0xa78e0600 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xa78f383c pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xa7dd1b40 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0xa7f9400e swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xa8030079 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xa8057397 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xa80646be agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa8419d53 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84bc675 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa879931d __getblk_gfp +EXPORT_SYMBOL vmlinux 0xa8a64b81 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8cd8469 kill_anon_super +EXPORT_SYMBOL vmlinux 0xa8e91198 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa91b5561 acpi_video_backlight_support +EXPORT_SYMBOL vmlinux 0xa95d3cdb gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0xa996004f elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xa9a8e17f arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xa9bd2676 __vmalloc +EXPORT_SYMBOL vmlinux 0xa9c43e01 dev_activate +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9ca01ec vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xa9fbecb7 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xa9fd0597 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xaa0073b7 __net_get_random_once +EXPORT_SYMBOL vmlinux 0xaa115630 dquot_initialize +EXPORT_SYMBOL vmlinux 0xaa201b9f pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xaa494dc2 pagecache_write_end +EXPORT_SYMBOL vmlinux 0xaa6621ad __pci_register_driver +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa7077f4 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xaa73e118 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaadea27b scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaf91f11 register_qdisc +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab1795bf iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xab2abddf dma_spin_lock +EXPORT_SYMBOL vmlinux 0xab42f62b mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xab551fad acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab770678 rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xabb7acc2 update_time +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabca8374 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabea4d96 bio_put +EXPORT_SYMBOL vmlinux 0xac004c2b cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xac019936 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1531d3 key_task_permission +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac22169c i2c_transfer +EXPORT_SYMBOL vmlinux 0xac2cc268 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xac398912 flex_array_clear +EXPORT_SYMBOL vmlinux 0xac3d20e2 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xac58ea5e acpi_unload_table_id +EXPORT_SYMBOL vmlinux 0xac5dce1a filemap_flush +EXPORT_SYMBOL vmlinux 0xac6a7d53 pnp_device_attach +EXPORT_SYMBOL vmlinux 0xac8ba678 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacc77cb0 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacde9389 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xace93903 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad01744f kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad13c689 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xad164875 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xad40415d fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0xad630044 get_tz_trend +EXPORT_SYMBOL vmlinux 0xad699ff2 netif_device_attach +EXPORT_SYMBOL vmlinux 0xad7975c2 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xad7e32a5 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad86a8a8 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xad927dca __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xadb69e49 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0xadc7e23a eth_rebuild_header +EXPORT_SYMBOL vmlinux 0xadd232e9 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xadea1a92 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xadf99ed8 vme_slave_request +EXPORT_SYMBOL vmlinux 0xae01bbc5 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xae22ee4f mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0xae4c827b md_write_start +EXPORT_SYMBOL vmlinux 0xae4f83d6 keyring_alloc +EXPORT_SYMBOL vmlinux 0xae6460b7 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xae67fde8 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xae711767 setup_new_exec +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xaea39307 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xaea976a8 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xaebb50be phy_driver_register +EXPORT_SYMBOL vmlinux 0xaed18a43 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xaee52c94 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xaee9b987 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xaef56cb0 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xaf2f05cf udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xaf3a7ebe arp_find +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4994d0 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xaf56db2c tcp_child_process +EXPORT_SYMBOL vmlinux 0xaf5d7ab9 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xaf611eac amd_nb_misc_ids +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf669f2d _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaf6ae696 kstrndup +EXPORT_SYMBOL vmlinux 0xaf77a59b phy_detach +EXPORT_SYMBOL vmlinux 0xaf83550c lookup_bdev +EXPORT_SYMBOL vmlinux 0xaf88869a skb_pull +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xafa9aad0 security_path_unlink +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafb557f2 from_kprojid +EXPORT_SYMBOL vmlinux 0xafb8c6ff copy_user_generic_string +EXPORT_SYMBOL vmlinux 0xafbf8621 have_submounts +EXPORT_SYMBOL vmlinux 0xafd5ff2c amd_iommu_v2_supported +EXPORT_SYMBOL vmlinux 0xb0076773 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xb0092ec2 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xb01b1db8 intel_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xb0401c84 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xb0500bb7 ns_capable +EXPORT_SYMBOL vmlinux 0xb05174c2 skb_append +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb088dbbf remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xb093d0c5 would_dump +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0a25666 search_binary_handler +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0cd277b request_key_async +EXPORT_SYMBOL vmlinux 0xb0d3dc2b cap_mmap_file +EXPORT_SYMBOL vmlinux 0xb0dee067 dev_uc_init +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e602eb memmove +EXPORT_SYMBOL vmlinux 0xb0f8403c compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xb10d85a2 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0xb1126c31 blk_put_queue +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb138d0bf dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb16915e8 may_umount +EXPORT_SYMBOL vmlinux 0xb17631f4 queue_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xb1890c30 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xb18b8912 dentry_open +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1cfad22 rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xb1d693b3 skb_find_text +EXPORT_SYMBOL vmlinux 0xb1d9633d pci_enable_device +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb20ecf88 acpi_run_osc +EXPORT_SYMBOL vmlinux 0xb20f8358 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xb20fed3d dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb2282c6e tcf_register_action +EXPORT_SYMBOL vmlinux 0xb22a9123 tty_register_device +EXPORT_SYMBOL vmlinux 0xb23f95e0 security_mmap_file +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb26c3e9b pneigh_lookup +EXPORT_SYMBOL vmlinux 0xb273b790 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xb2860865 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xb292b7e2 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xb2a4e250 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2c909ef neigh_seq_next +EXPORT_SYMBOL vmlinux 0xb2cfb8bd netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xb2d6a2b6 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xb2e08e7b lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb3094a4c d_add_ci +EXPORT_SYMBOL vmlinux 0xb31d13f0 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xb326a5c2 blk_rq_init +EXPORT_SYMBOL vmlinux 0xb3284531 acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xb328bc1c mdiobus_free +EXPORT_SYMBOL vmlinux 0xb335f6a6 I_BDEV +EXPORT_SYMBOL vmlinux 0xb33be118 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit +EXPORT_SYMBOL vmlinux 0xb36b9051 __init_rwsem +EXPORT_SYMBOL vmlinux 0xb3749c29 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xb393ca8e dquot_commit +EXPORT_SYMBOL vmlinux 0xb3eb56a2 proto_register +EXPORT_SYMBOL vmlinux 0xb3f638a1 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb4237b0b inet_accept +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4323776 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xb4398989 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xb445742b seq_vprintf +EXPORT_SYMBOL vmlinux 0xb4605f1c kobject_set_name +EXPORT_SYMBOL vmlinux 0xb463d61c seq_path +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47189b5 reservation_ww_class +EXPORT_SYMBOL vmlinux 0xb4838d13 __d_drop +EXPORT_SYMBOL vmlinux 0xb48fed6e scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0xb490e800 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xb4ac943a __scm_send +EXPORT_SYMBOL vmlinux 0xb4c117f2 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xb4e82466 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xb5259c80 sync_inode +EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range +EXPORT_SYMBOL vmlinux 0xb53a6083 sg_miter_start +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb573114a ida_simple_get +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57f2457 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xb5969703 __skb_checksum +EXPORT_SYMBOL vmlinux 0xb5a2f77e arp_tbl +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5d035f4 tty_do_resize +EXPORT_SYMBOL vmlinux 0xb5d060b8 dev_crit +EXPORT_SYMBOL vmlinux 0xb5dcab5b remove_wait_queue +EXPORT_SYMBOL vmlinux 0xb5e9d42b sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xb5ea3ec7 vme_slot_num +EXPORT_SYMBOL vmlinux 0xb60b7282 scsi_put_command +EXPORT_SYMBOL vmlinux 0xb616c6fa simple_fill_super +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb648da85 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xb65ceea3 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xb66a0406 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xb66d8399 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb679e0ee try_module_get +EXPORT_SYMBOL vmlinux 0xb686b26a noop_llseek +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a16d05 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6af2f44 dentry_unhash +EXPORT_SYMBOL vmlinux 0xb6b04ae1 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6bf2b3e pci_save_state +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6cef7c6 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xb758b225 acpi_disable_event +EXPORT_SYMBOL vmlinux 0xb7614d8b rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb77a6a9d input_set_capability +EXPORT_SYMBOL vmlinux 0xb7c5cf4c tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7f47feb inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xb7fb40b4 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0xb802da0e bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0xb847b538 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0xb849eef8 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xb86712b8 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb8aa0bb0 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xb8ad82ca generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xb8bd705f phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0xb8c43be1 up_write +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8f84016 sk_capable +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb90e3180 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0xb915923f amd_northbridges +EXPORT_SYMBOL vmlinux 0xb9249d16 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xb92b34dd inet_csk_accept +EXPORT_SYMBOL vmlinux 0xb9437836 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xb95f458b blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9946dc8 set_cached_acl +EXPORT_SYMBOL vmlinux 0xb99e2780 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xb9b4e181 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0xb9c0d4d7 __serio_register_driver +EXPORT_SYMBOL vmlinux 0xb9d8c893 unregister_console +EXPORT_SYMBOL vmlinux 0xb9e1ff85 sock_register +EXPORT_SYMBOL vmlinux 0xb9e23c69 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xb9e3558b filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fd2205 add_efi_memmap +EXPORT_SYMBOL vmlinux 0xba28528b __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xba2d8594 ec_read +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4d563f skb_insert +EXPORT_SYMBOL vmlinux 0xba63194a d_drop +EXPORT_SYMBOL vmlinux 0xba63339c _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xba7b85c5 vfs_open +EXPORT_SYMBOL vmlinux 0xba8b60a7 dev_uc_flush +EXPORT_SYMBOL vmlinux 0xba9b48c9 netif_rx_ni +EXPORT_SYMBOL vmlinux 0xbaccd62d clear_bdi_congested +EXPORT_SYMBOL vmlinux 0xbadc666c pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xbaf93624 open_exec +EXPORT_SYMBOL vmlinux 0xbb07a06c blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xbb09e250 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xbb325bb1 pci_request_region +EXPORT_SYMBOL vmlinux 0xbb34134a iov_shorten +EXPORT_SYMBOL vmlinux 0xbb38ee49 loop_register_transfer +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb5d3695 dput +EXPORT_SYMBOL vmlinux 0xbb8e462d netif_skb_features +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbaeb559 memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xbbb89f1e alloc_file +EXPORT_SYMBOL vmlinux 0xbbc050ed dev_mc_del +EXPORT_SYMBOL vmlinux 0xbbd7617e i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xbbdf00c5 init_net +EXPORT_SYMBOL vmlinux 0xbbfcaca5 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xbc0a4524 unlock_rename +EXPORT_SYMBOL vmlinux 0xbc1af785 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc217115 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xbc2978e9 lg_global_lock +EXPORT_SYMBOL vmlinux 0xbc5dc07c mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xbc694096 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xbc86664e touch_buffer +EXPORT_SYMBOL vmlinux 0xbca1f74f security_d_instantiate +EXPORT_SYMBOL vmlinux 0xbcbe32da compat_sock_get_timestampns +EXPORT_SYMBOL vmlinux 0xbcbe68bf d_splice_alias +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcd5bb3e phy_start_interrupts +EXPORT_SYMBOL vmlinux 0xbcd9679e blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0xbce85f8f genphy_suspend +EXPORT_SYMBOL vmlinux 0xbcf079f9 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xbd100793 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xbd1098fe blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xbd3c83ce d_alloc +EXPORT_SYMBOL vmlinux 0xbd3d2357 netif_napi_del +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd4cea96 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xbd5ba297 misc_deregister +EXPORT_SYMBOL vmlinux 0xbd70a174 lock_may_read +EXPORT_SYMBOL vmlinux 0xbd81d833 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbda4b980 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xbdaf5b07 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xbdb6bfe4 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xbdc47dac ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xbdcb9ba7 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0xbdf4c1f5 __neigh_create +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbe18153d try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe2d293f neigh_compat_output +EXPORT_SYMBOL vmlinux 0xbe9cc0eb d_tmpfile +EXPORT_SYMBOL vmlinux 0xbebcfc5b inc_nlink +EXPORT_SYMBOL vmlinux 0xbec14b99 compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xbec30d05 x86_match_cpu +EXPORT_SYMBOL vmlinux 0xbecf3edd xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xbecfbb3f neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xbedfe048 set_device_ro +EXPORT_SYMBOL vmlinux 0xbee19850 check_disk_size_change +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf0546aa bioset_integrity_free +EXPORT_SYMBOL vmlinux 0xbf2acca3 bdev_read_only +EXPORT_SYMBOL vmlinux 0xbf31a8e0 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xbf4c7829 napi_complete +EXPORT_SYMBOL vmlinux 0xbf7ded72 __register_binfmt +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf87040f fb_validate_mode +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf9ad869 bdget_disk +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa8908a qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0xbfaf9798 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xbfb0167c d_find_alias +EXPORT_SYMBOL vmlinux 0xbfbe2770 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfc22c8f genl_unregister_family +EXPORT_SYMBOL vmlinux 0xbfcd332c dquot_enable +EXPORT_SYMBOL vmlinux 0xbfd75686 d_rehash +EXPORT_SYMBOL vmlinux 0xbfe42ce5 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xc002d71b posix_unblock_lock +EXPORT_SYMBOL vmlinux 0xc02282ec inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0xc02518ad netlink_capable +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc03ee0f3 ida_destroy +EXPORT_SYMBOL vmlinux 0xc048b474 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc081b411 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc09a295d security_path_mkdir +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0bc9865 unregister_filesystem +EXPORT_SYMBOL vmlinux 0xc0e679d2 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xc0f6f4ac pci_bus_get +EXPORT_SYMBOL vmlinux 0xc13185c0 i2c_verify_client +EXPORT_SYMBOL vmlinux 0xc133bef4 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xc14a474d devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xc1583735 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xc15a44c6 memzero_explicit +EXPORT_SYMBOL vmlinux 0xc17af495 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xc1b70da9 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xc1ccb855 __f_setown +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e4f88c generic_file_open +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1f969c0 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xc23db881 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc2772372 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2b637bf __find_get_block +EXPORT_SYMBOL vmlinux 0xc2bfc38e __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xc2d18133 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xc2d613d7 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31f5a4d skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xc329ee37 dev_addr_flush +EXPORT_SYMBOL vmlinux 0xc333da3f clocksource_register +EXPORT_SYMBOL vmlinux 0xc3466ae4 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xc354fabd bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0xc358512d blk_end_request +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3d90e26 seq_escape +EXPORT_SYMBOL vmlinux 0xc3db13ac dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xc3e3d33c __blk_end_request +EXPORT_SYMBOL vmlinux 0xc3e5a5f0 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xc3e9dc3a i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xc401391a user_path_at +EXPORT_SYMBOL vmlinux 0xc408a26b writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xc4185b0f blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xc42ccdfe sock_wmalloc +EXPORT_SYMBOL vmlinux 0xc4441570 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xc44a2896 skb_clone +EXPORT_SYMBOL vmlinux 0xc46b3e8e dev_mc_add +EXPORT_SYMBOL vmlinux 0xc4740710 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0xc48307db lz4_decompress +EXPORT_SYMBOL vmlinux 0xc498a302 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4c514a9 netdev_crit +EXPORT_SYMBOL vmlinux 0xc4e666d3 cdev_init +EXPORT_SYMBOL vmlinux 0xc5137552 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0xc5153db7 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xc54dded3 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc565ce84 backlight_force_update +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc58b3626 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59c8110 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xc5d3976b zpool_register_driver +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc6013240 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xc60181c4 d_validate +EXPORT_SYMBOL vmlinux 0xc6198420 phy_device_create +EXPORT_SYMBOL vmlinux 0xc61babb3 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xc61e55ae __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xc629bdba generic_read_dir +EXPORT_SYMBOL vmlinux 0xc62a2c93 tso_count_descs +EXPORT_SYMBOL vmlinux 0xc62b7b4a devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc63fe357 mmc_erase +EXPORT_SYMBOL vmlinux 0xc640be8d agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc65c36ba filemap_map_pages +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66f098d i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xc67194ef soft_cursor +EXPORT_SYMBOL vmlinux 0xc6772da2 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xc67850c4 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xc67b549d mmc_can_discard +EXPORT_SYMBOL vmlinux 0xc68bc957 posix_test_lock +EXPORT_SYMBOL vmlinux 0xc6b368d3 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6f26fc1 unregister_nls +EXPORT_SYMBOL vmlinux 0xc703b00e processors +EXPORT_SYMBOL vmlinux 0xc7067025 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xc70c1015 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xc70c9743 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xc715d9e0 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc721782b dev_warn +EXPORT_SYMBOL vmlinux 0xc73119a4 inet6_add_offload +EXPORT_SYMBOL vmlinux 0xc74102d7 sock_wake_async +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc7611c92 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc798d58a blk_init_queue_node +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7bfe4bc get_user_pages +EXPORT_SYMBOL vmlinux 0xc7dfa1b1 scsi_execute +EXPORT_SYMBOL vmlinux 0xc832fed0 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc83f5cfc cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc85193a0 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xc85c1638 register_key_type +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8a141a5 scsi_host_get +EXPORT_SYMBOL vmlinux 0xc8adb54b tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xc8b415cf fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8c71392 mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xc8ec0380 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xc9015368 find_lock_entry +EXPORT_SYMBOL vmlinux 0xc90460ec netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xc907abf5 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0xc936ee9d node_data +EXPORT_SYMBOL vmlinux 0xc949867f sock_no_mmap +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc960a54c iget_locked +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96acb83 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xc978479a xz_dec_run +EXPORT_SYMBOL vmlinux 0xc97a372f con_is_bound +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9ade8b2 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xc9b29523 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0xc9bdf97c netpoll_print_options +EXPORT_SYMBOL vmlinux 0xc9d8c93d skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xc9e012fc pci_find_bus +EXPORT_SYMBOL vmlinux 0xc9f01581 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xc9fde4fe mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0xca0d7b58 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca13dc2d block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xca1b2718 replace_mount_options +EXPORT_SYMBOL vmlinux 0xca43b8a0 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0xca4ca404 gen_pool_create +EXPORT_SYMBOL vmlinux 0xca5865a1 bh_submit_read +EXPORT_SYMBOL vmlinux 0xca58d30e submit_bio_wait +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca5ee09a vme_free_consistent +EXPORT_SYMBOL vmlinux 0xca6ee5c5 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xca832efe kmalloc_order +EXPORT_SYMBOL vmlinux 0xca835c4a netdev_emerg +EXPORT_SYMBOL vmlinux 0xca8acc78 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9bafc4 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xcab42a70 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xcab4aff9 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xcac31aa4 do_splice_direct +EXPORT_SYMBOL vmlinux 0xcad14e76 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcaf93b94 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb4f45f5 __get_page_tail +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcbae6c7a acpi_lid_notifier_unregister +EXPORT_SYMBOL vmlinux 0xcbb7fd58 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xcbb86654 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcc0ea387 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0xcc173cab acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc27bc7d submit_bh +EXPORT_SYMBOL vmlinux 0xcc380846 icmpv6_send +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc708305 amd_iommu_enable_device_erratum +EXPORT_SYMBOL vmlinux 0xcc8ddd44 write_cache_pages +EXPORT_SYMBOL vmlinux 0xcc8faf9e request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0xcc9b2d87 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccc6ca7e scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xccca4db0 free_user_ns +EXPORT_SYMBOL vmlinux 0xccefe263 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0xcd08b5d0 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xcd20667a kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd3bc598 __wait_on_bit +EXPORT_SYMBOL vmlinux 0xcd57f7b0 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xcd949614 serio_rescan +EXPORT_SYMBOL vmlinux 0xcd9db41a kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdd05338 do_splice_to +EXPORT_SYMBOL vmlinux 0xcdd990e0 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xcde63e97 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xcdff0989 dquot_quota_off +EXPORT_SYMBOL vmlinux 0xce183798 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xce205a05 inode_set_flags +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2e1cb7 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0xce335e09 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xce4904a4 acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5fa834 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0xce6e3d8c xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceae504f cmdline_parts_free +EXPORT_SYMBOL vmlinux 0xcec13596 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcef57712 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf19b6cd __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xcf21d241 __wake_up +EXPORT_SYMBOL vmlinux 0xcf2cea31 _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xcf3b78cb jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xcf3e62d1 __genl_register_family +EXPORT_SYMBOL vmlinux 0xcf5c2d00 input_set_keycode +EXPORT_SYMBOL vmlinux 0xcf62b1ce inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xcf6cfe1f msrs_free +EXPORT_SYMBOL vmlinux 0xcf7b8444 page_symlink +EXPORT_SYMBOL vmlinux 0xcfa6125f bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0xcfa7a7e3 tc_classify_compat +EXPORT_SYMBOL vmlinux 0xcfa86bfd register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xcfadb0fd blk_get_request +EXPORT_SYMBOL vmlinux 0xcfb181e4 key_invalidate +EXPORT_SYMBOL vmlinux 0xcfb8ce57 dev_addr_del +EXPORT_SYMBOL vmlinux 0xcfbb5a5a inode_needs_sync +EXPORT_SYMBOL vmlinux 0xcfbe0ba3 sock_i_ino +EXPORT_SYMBOL vmlinux 0xcfdbaca2 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xcfdca31d seq_bitmap +EXPORT_SYMBOL vmlinux 0xcfdcbe64 skb_copy_expand +EXPORT_SYMBOL vmlinux 0xcfeff2a9 kernel_read +EXPORT_SYMBOL vmlinux 0xcff661f1 dev_load +EXPORT_SYMBOL vmlinux 0xcff8796f abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xcffb0300 dquot_alloc +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd01e95e1 nf_log_unset +EXPORT_SYMBOL vmlinux 0xd023aa39 __free_pages +EXPORT_SYMBOL vmlinux 0xd0298b8b proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xd04496af __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xd044b114 registered_fb +EXPORT_SYMBOL vmlinux 0xd05e4a40 qdisc_list_del +EXPORT_SYMBOL vmlinux 0xd067fc5c proc_dointvec +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd07c1f02 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xd082a559 blk_free_tags +EXPORT_SYMBOL vmlinux 0xd0835000 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xd08d87d4 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xd0928a1a buffer_migrate_page +EXPORT_SYMBOL vmlinux 0xd0a0fcad blk_get_queue +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0b40ab3 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xd0b7ffa0 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xd0b91fe8 pci_reenable_device +EXPORT_SYMBOL vmlinux 0xd0d0aa72 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0db2dc6 aio_complete +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f167aa compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd0fefaa5 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xd0ff3239 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xd10a7dbd neigh_table_clear +EXPORT_SYMBOL vmlinux 0xd10d4b2c padata_stop +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd12dbe79 commit_creds +EXPORT_SYMBOL vmlinux 0xd15a65e7 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xd1652a93 acpi_info +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd18361ab ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xd18b6eb2 acpi_unmap_lsapic +EXPORT_SYMBOL vmlinux 0xd18ffb6a netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xd1987a23 vm_event_states +EXPORT_SYMBOL vmlinux 0xd1990c49 mmc_can_erase +EXPORT_SYMBOL vmlinux 0xd19ec1eb netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xd1b05759 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xd1c44ff1 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xd1c831d0 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xd1e0ff22 __sb_start_write +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd1fc3fe8 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0xd1ff4f8a dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xd2108cea kdb_current_task +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd22c6e5c release_pages +EXPORT_SYMBOL vmlinux 0xd251c304 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd293235a phy_disconnect +EXPORT_SYMBOL vmlinux 0xd293fd10 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xd29fd42d scsi_init_io +EXPORT_SYMBOL vmlinux 0xd2b09ce5 __kmalloc +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2fa1f11 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xd30351a1 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0xd3302d88 read_cache_page +EXPORT_SYMBOL vmlinux 0xd3395926 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xd3397e0e follow_down +EXPORT_SYMBOL vmlinux 0xd34a5f25 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0xd34ea69a xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xd36257ba memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0xd3719d59 paravirt_ticketlocks_enabled +EXPORT_SYMBOL vmlinux 0xd3882946 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0xd395e843 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xd398e864 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xd3c20e7e sock_create +EXPORT_SYMBOL vmlinux 0xd3cbe8da blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xd3e4cbd7 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xd4067038 dev_get_stats +EXPORT_SYMBOL vmlinux 0xd423f07b tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xd4292436 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0xd44a24fb dev_driver_string +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4a49cf4 nf_afinfo +EXPORT_SYMBOL vmlinux 0xd4b08e54 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xd4d8b3cf md_integrity_register +EXPORT_SYMBOL vmlinux 0xd4f607f5 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xd50fef48 acpi_detach_data +EXPORT_SYMBOL vmlinux 0xd51e36ed get_task_io_context +EXPORT_SYMBOL vmlinux 0xd52bf1ce _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xd53c775f vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0xd5509e8c blk_complete_request +EXPORT_SYMBOL vmlinux 0xd55391b8 elevator_init +EXPORT_SYMBOL vmlinux 0xd57d498b devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0xd57e7e1a __module_put_and_exit +EXPORT_SYMBOL vmlinux 0xd5d9a7e1 ata_port_printk +EXPORT_SYMBOL vmlinux 0xd5dcf7f8 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xd5e928ae rtnl_create_link +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd5f31269 freezing_slow_path +EXPORT_SYMBOL vmlinux 0xd611bca3 completion_done +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd61aecfb iterate_mounts +EXPORT_SYMBOL vmlinux 0xd61bc13f unregister_cdrom +EXPORT_SYMBOL vmlinux 0xd61f9c1f scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd635f2c6 alloc_disk_node +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd65b69e8 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xd6674ecf netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xd67b3fc9 abort_creds +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd69246c2 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xd6a04684 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6c6be15 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xd6c94bc9 irq_to_desc +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f398bf pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xd6fb83fd xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xd70f1726 rwsem_wake +EXPORT_SYMBOL vmlinux 0xd711124e do_splice_from +EXPORT_SYMBOL vmlinux 0xd7116e70 netdev_features_change +EXPORT_SYMBOL vmlinux 0xd716faa0 may_umount_tree +EXPORT_SYMBOL vmlinux 0xd72f1d5c blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd77d6ac6 dump_align +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd79fd279 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xd7aad3c7 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xd7b16e1d locks_free_lock +EXPORT_SYMBOL vmlinux 0xd7ca3fe3 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xd7cbddda memcpy_toiovec +EXPORT_SYMBOL vmlinux 0xd7d886f9 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7de7392 tty_register_driver +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd81f2cb8 km_state_notify +EXPORT_SYMBOL vmlinux 0xd85cbe13 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0xd87e9856 d_delete +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a3ccae generic_fillattr +EXPORT_SYMBOL vmlinux 0xd8b47494 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xd8bd4289 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8f2f0ef ata_print_version +EXPORT_SYMBOL vmlinux 0xd9091363 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0xd92693e8 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92e16ba csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0xd94322e7 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0xd943343f __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xd94ca3b1 simple_write_begin +EXPORT_SYMBOL vmlinux 0xd94cce95 first_ec +EXPORT_SYMBOL vmlinux 0xd969b2c7 amd_e400_c1e_detected +EXPORT_SYMBOL vmlinux 0xd972f3b6 dm_unregister_target +EXPORT_SYMBOL vmlinux 0xd9737840 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98b43d1 softnet_data +EXPORT_SYMBOL vmlinux 0xd9a9bf16 generic_write_checks +EXPORT_SYMBOL vmlinux 0xd9af8a53 bitmap_unplug +EXPORT_SYMBOL vmlinux 0xda0a1f3a inode_dio_wait +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3e43d1 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xda509e76 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xda53f4ef set_page_dirty +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xdaa6461a xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xdac4ea7c tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdb03c83e compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0xdb0519dc seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xdb322846 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0xdb418f1f filp_close +EXPORT_SYMBOL vmlinux 0xdb64f384 vga_get +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb7305a1 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb9898e8 tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0xdba6d805 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xdba9e764 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xdbafcf56 lro_flush_all +EXPORT_SYMBOL vmlinux 0xdbc444d9 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbd29794 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xdbd53974 tty_mutex +EXPORT_SYMBOL vmlinux 0xdbdf6907 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xdbfcf7d6 dquot_transfer +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc2c2d54 register_exec_domain +EXPORT_SYMBOL vmlinux 0xdc3c41a8 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc4ee6de inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xdc50aabe devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc561903 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xdc57f532 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xdc66e226 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xdc8d1dde _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcf5b2dc kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0xdcf9f93f __pagevec_release +EXPORT_SYMBOL vmlinux 0xdcff2f25 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0xdd18d6c2 swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0xdd866dd0 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xdd973e23 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0xddcefe3f ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xddd80566 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xdde83545 intel_gtt_get +EXPORT_SYMBOL vmlinux 0xddeb90f7 dquot_resume +EXPORT_SYMBOL vmlinux 0xddeee639 sk_reset_timer +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde16dc16 tboot +EXPORT_SYMBOL vmlinux 0xde16fdca sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xde33210f vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xde349dd9 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0xde4ed88f pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xde5101ab scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xde59750a default_llseek +EXPORT_SYMBOL vmlinux 0xde6151db tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0xde6f0b0d PDE_DATA +EXPORT_SYMBOL vmlinux 0xde7fa94e single_open +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdea22cd5 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xdeaf1bd0 page_put_link +EXPORT_SYMBOL vmlinux 0xdec7822d prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xdeeb3364 mount_single +EXPORT_SYMBOL vmlinux 0xdef5db97 kill_pid +EXPORT_SYMBOL vmlinux 0xdf0b5f07 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xdf0da3cc acpi_get_devices +EXPORT_SYMBOL vmlinux 0xdf12a927 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdf24f5f7 dev_change_flags +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf74669c elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfb54856 tty_throttle +EXPORT_SYMBOL vmlinux 0xdfc3068b blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfc5a406 dma_set_mask +EXPORT_SYMBOL vmlinux 0xdfe7d84d sk_net_capable +EXPORT_SYMBOL vmlinux 0xdfee5fb3 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe002ffd5 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xe00c1aef xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe06e4199 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe076cda4 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xe08dbd18 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xe0a1a2f5 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xe0ab4d91 qdisc_list_add +EXPORT_SYMBOL vmlinux 0xe0ac8bd2 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0bb57ab mdiobus_scan +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe13aecfb memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe13fe605 dev_close +EXPORT_SYMBOL vmlinux 0xe15f42bb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xe16328ab tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xe16be8ce sk_stop_timer +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe194fc9a ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xe1aad5a3 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xe1cd22e6 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0xe1cfef50 tso_start +EXPORT_SYMBOL vmlinux 0xe1d2a800 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xe1dc4f60 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0xe1f7484a scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0xe1f82091 dqget +EXPORT_SYMBOL vmlinux 0xe1f96dec led_blink_set +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe20372ae radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe203937b dm_get_device +EXPORT_SYMBOL vmlinux 0xe2238fb8 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe24cca34 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe25dc579 truncate_setsize +EXPORT_SYMBOL vmlinux 0xe27984fd tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xe29b04e9 acpi_set_firmware_waking_vector64 +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2b81697 blk_end_request_all +EXPORT_SYMBOL vmlinux 0xe2cbd94e inode_init_always +EXPORT_SYMBOL vmlinux 0xe2cfb038 __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2da5918 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xe2df861e dev_get_flags +EXPORT_SYMBOL vmlinux 0xe2fea455 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xe319eb24 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xe356741f sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xe363ebeb fput +EXPORT_SYMBOL vmlinux 0xe3708432 alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xe37473bb ip_defrag +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3b2d5a3 tso_build_data +EXPORT_SYMBOL vmlinux 0xe3cb82c4 sock_no_poll +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3e12008 __first_cpu +EXPORT_SYMBOL vmlinux 0xe3f2ca55 simple_getattr +EXPORT_SYMBOL vmlinux 0xe3fea791 pci_choose_state +EXPORT_SYMBOL vmlinux 0xe427ce31 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0xe42f4bd2 eth_header +EXPORT_SYMBOL vmlinux 0xe4314fa5 amd_iommu_domain_clear_gcr3 +EXPORT_SYMBOL vmlinux 0xe4320383 neigh_table_init +EXPORT_SYMBOL vmlinux 0xe4733166 check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0xe475fcd4 deactivate_super +EXPORT_SYMBOL vmlinux 0xe47aa114 netdev_update_features +EXPORT_SYMBOL vmlinux 0xe47f94bb set_trace_device +EXPORT_SYMBOL vmlinux 0xe48486e3 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe4869628 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xe4888808 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0xe49aa62c vga_put +EXPORT_SYMBOL vmlinux 0xe4a03567 account_page_dirtied +EXPORT_SYMBOL vmlinux 0xe4c632e6 kill_block_super +EXPORT_SYMBOL vmlinux 0xe4ed683b inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xe4f4f3cf __nlmsg_put +EXPORT_SYMBOL vmlinux 0xe4fe3eac xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xe5208918 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe530d757 acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xe5333590 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xe542d6e4 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xe5473b75 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0xe5533ec1 pci_platform_rom +EXPORT_SYMBOL vmlinux 0xe5607491 start_tty +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5832e82 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5971554 proto_unregister +EXPORT_SYMBOL vmlinux 0xe5a42734 mutex_unlock +EXPORT_SYMBOL vmlinux 0xe5ab9e45 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xe5bec95c i8253_lock +EXPORT_SYMBOL vmlinux 0xe5c143b6 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cf6ee4 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xe5e7a457 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe5f7c0f0 agp_bridge +EXPORT_SYMBOL vmlinux 0xe5fad2ca phy_device_free +EXPORT_SYMBOL vmlinux 0xe60b176d tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xe62d23e8 serio_interrupt +EXPORT_SYMBOL vmlinux 0xe63c8b59 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xe64d98fe rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xe6654c27 led_set_brightness +EXPORT_SYMBOL vmlinux 0xe674ed3d pv_mmu_ops +EXPORT_SYMBOL vmlinux 0xe6861d76 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xe6896984 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69a9df4 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe6a15d13 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xe6a63d0f serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xe6ce345f bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xe6d0c9f0 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0xe6fb675c node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe6fe6d74 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xe7025b30 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xe70c9ab0 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xe7146a47 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0xe716baed acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xe71ad692 tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0xe72f6ab7 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xe7380696 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xe73b576b cad_pid +EXPORT_SYMBOL vmlinux 0xe75d69ed udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xe7629ecd jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xe772c7f6 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xe78cff79 blk_recount_segments +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7b6dc9f phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0xe7d1e9be cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7da750c input_register_device +EXPORT_SYMBOL vmlinux 0xe7da9703 path_nosuid +EXPORT_SYMBOL vmlinux 0xe7e3e8da inet_bind +EXPORT_SYMBOL vmlinux 0xe7e58ece cdrom_open +EXPORT_SYMBOL vmlinux 0xe7ef08f5 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0xe7f965b8 vme_dma_request +EXPORT_SYMBOL vmlinux 0xe8079719 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe832a763 cpu_core_map +EXPORT_SYMBOL vmlinux 0xe83d60aa simple_dname +EXPORT_SYMBOL vmlinux 0xe8759f87 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe880c6cb mmc_start_bkops +EXPORT_SYMBOL vmlinux 0xe8b4ad7f swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8d8f223 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xe8dbafef __next_cpu +EXPORT_SYMBOL vmlinux 0xe8df3a65 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0xe8e31f67 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xe8f08643 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe9221f58 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0xe92c2c31 free_netdev +EXPORT_SYMBOL vmlinux 0xe932a90b x86_hyper +EXPORT_SYMBOL vmlinux 0xe94d8822 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xe94f895b tcp_check_req +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95e00cf flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0xe962f26d eth_change_mtu +EXPORT_SYMBOL vmlinux 0xe96dcabc arp_xmit +EXPORT_SYMBOL vmlinux 0xe98cd119 mnt_pin +EXPORT_SYMBOL vmlinux 0xe997667b wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xe9acb9e2 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xe9afab67 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xe9bf62d8 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xe9bfcd01 acl_by_type +EXPORT_SYMBOL vmlinux 0xe9deff3f blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xe9dff136 mempool_alloc +EXPORT_SYMBOL vmlinux 0xe9f03cd4 alloc_fcdev +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea052afe dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea276ef4 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xea3d7bf5 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xea3dec4b mmc_power_save_host +EXPORT_SYMBOL vmlinux 0xea3edc32 fb_class +EXPORT_SYMBOL vmlinux 0xea5502b6 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xea7b8a44 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xea8e3861 iunique +EXPORT_SYMBOL vmlinux 0xea90bdd3 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xea964141 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0xea9dc95f flow_cache_init +EXPORT_SYMBOL vmlinux 0xeab34622 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0xeab813f3 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xeac73847 irq_regs +EXPORT_SYMBOL vmlinux 0xead61b5e phy_find_first +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeae96a19 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xeaf74b2f tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0xeaf90e11 cfb_copyarea +EXPORT_SYMBOL vmlinux 0xeb13b4be blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0xeb166f2c dcb_setapp +EXPORT_SYMBOL vmlinux 0xeb1a791a neigh_parms_release +EXPORT_SYMBOL vmlinux 0xeb202fd1 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xeb27d1e4 mfd_add_devices +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3c53a8 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb67c5cc mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xeb6b7e93 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xebca67c1 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xebdb0ddf devm_gpiod_put +EXPORT_SYMBOL vmlinux 0xebfeb5b8 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xec035cc7 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0xec0911e9 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xec0e85fa set_blocksize +EXPORT_SYMBOL vmlinux 0xec33f4d0 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec730387 _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xec820005 bio_copy_data +EXPORT_SYMBOL vmlinux 0xec9ee1d8 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xeca0f742 lease_get_mtime +EXPORT_SYMBOL vmlinux 0xecaee074 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xecbe1e1c tcp_parse_options +EXPORT_SYMBOL vmlinux 0xeccd3e0c acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xecd0fa73 blk_register_region +EXPORT_SYMBOL vmlinux 0xecd66489 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xecd6daf5 agp_generic_enable +EXPORT_SYMBOL vmlinux 0xecd7afd2 dev_addr_add +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xece7b00a block_write_full_page +EXPORT_SYMBOL vmlinux 0xecec11f8 mmc_can_reset +EXPORT_SYMBOL vmlinux 0xecfa601e pcim_pin_device +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed130eb6 bio_copy_kern +EXPORT_SYMBOL vmlinux 0xed1d0a8d del_gendisk +EXPORT_SYMBOL vmlinux 0xed4d955e inet_release +EXPORT_SYMBOL vmlinux 0xed55910d mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed76e5c1 sync_blockdev +EXPORT_SYMBOL vmlinux 0xed89a70e sock_update_memcg +EXPORT_SYMBOL vmlinux 0xed8e21d1 napi_get_frags +EXPORT_SYMBOL vmlinux 0xed96972f tty_unlock +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xeddcad69 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0xede30b63 inet_del_offload +EXPORT_SYMBOL vmlinux 0xedfad5b3 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0xee077a4b security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xee09599a nf_getsockopt +EXPORT_SYMBOL vmlinux 0xee0a055c __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3b3f40 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0xee46885d add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee933be5 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xee9c11bb scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xeea6660f max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb5bd3b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xeec2c7cf ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0xeee417fb alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xeee74339 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xeeea1200 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0xeeec26a7 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xeef604be inet_recvmsg +EXPORT_SYMBOL vmlinux 0xeef82449 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xeef9bff6 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xeefc8d88 __napi_complete +EXPORT_SYMBOL vmlinux 0xef211807 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0xef387445 bmap +EXPORT_SYMBOL vmlinux 0xef3a6ed4 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xef9c3be8 __tcf_hash_release +EXPORT_SYMBOL vmlinux 0xefba93e1 mempool_destroy +EXPORT_SYMBOL vmlinux 0xefca31b6 inet6_release +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefd3bc53 pnp_possible_config +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefe099c3 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf0584597 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf062576b ucs2_utf8size +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf0978baf agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0xf0995b74 loop_backing_file +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0a8237a radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xf0bca840 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xf0ed9d63 vme_irq_free +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0f33749 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0xf0f552bd skb_trim +EXPORT_SYMBOL vmlinux 0xf0fbc929 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf1098c68 vfs_readv +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit +EXPORT_SYMBOL vmlinux 0xf116d4b5 copy_in_user +EXPORT_SYMBOL vmlinux 0xf1279328 set_bh_page +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf147ecb1 down_trylock +EXPORT_SYMBOL vmlinux 0xf1492116 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xf192d442 bio_advance +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19bacf9 udp_disconnect +EXPORT_SYMBOL vmlinux 0xf1b86c4b uart_update_timeout +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f893ae dma_async_device_register +EXPORT_SYMBOL vmlinux 0xf20ba704 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf22449ae down_interruptible +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf245f6ed textsearch_prepare +EXPORT_SYMBOL vmlinux 0xf24dfb21 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xf2512b11 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xf26da270 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xf2847301 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xf28a54c2 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf29f6b3f generic_writepages +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2d39ce0 set_bdi_congested +EXPORT_SYMBOL vmlinux 0xf2ef7d70 ll_rw_block +EXPORT_SYMBOL vmlinux 0xf2fa0982 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xf304b8fe pci_iounmap +EXPORT_SYMBOL vmlinux 0xf30a372b __get_user_pages +EXPORT_SYMBOL vmlinux 0xf312cb9d ucs2_strsize +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf33fba3e blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xf341146c tcp_read_sock +EXPORT_SYMBOL vmlinux 0xf343adb8 udp_del_offload +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34b9614 block_commit_write +EXPORT_SYMBOL vmlinux 0xf3522340 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3910048 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3986b06 acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0xf3a87803 sk_common_release +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3ecfcfa security_path_chmod +EXPORT_SYMBOL vmlinux 0xf40b346b i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xf432dd3d __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf46195e8 set_anon_super +EXPORT_SYMBOL vmlinux 0xf463e7f1 block_read_full_page +EXPORT_SYMBOL vmlinux 0xf484fe1f remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit +EXPORT_SYMBOL vmlinux 0xf4a63bfb qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0xf4aad0c9 input_unregister_handle +EXPORT_SYMBOL vmlinux 0xf4ac1734 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf51ae235 touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xf51bf88b nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf51dd0c3 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xf536d22e acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5413ca7 sk_release_kernel +EXPORT_SYMBOL vmlinux 0xf54a4583 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xf55ed7f1 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xf582ff5b scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5a82028 backlight_device_register +EXPORT_SYMBOL vmlinux 0xf5b10e67 acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0xf5b359cd inet_frags_init +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5f0bbd6 dqput +EXPORT_SYMBOL vmlinux 0xf60a3798 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0xf60e46e3 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xf6315660 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf642bbb1 ida_remove +EXPORT_SYMBOL vmlinux 0xf6632951 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf697159a sock_create_kern +EXPORT_SYMBOL vmlinux 0xf6a5c803 bioset_create +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6bedae6 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xf6c106c6 down_read +EXPORT_SYMBOL vmlinux 0xf6d3ff1b swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf7019f1b blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0xf70cd4f9 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xf71a8db2 tcf_hash_search +EXPORT_SYMBOL vmlinux 0xf7289d14 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf73a806c inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf76d86a7 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xf7a73c40 new_inode +EXPORT_SYMBOL vmlinux 0xf7adcaf3 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0xf7be94c0 flow_cache_fini +EXPORT_SYMBOL vmlinux 0xf7c03ed3 generic_permission +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf80de9ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf80faf4b dump_trace +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82cfd1a proc_dostring +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf83368d2 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xf83f33ca pci_enable_msix +EXPORT_SYMBOL vmlinux 0xf86935aa simple_release_fs +EXPORT_SYMBOL vmlinux 0xf88c840d grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xf88e0ee2 acpi_get_table_header +EXPORT_SYMBOL vmlinux 0xf892734e set_nlink +EXPORT_SYMBOL vmlinux 0xf8983de7 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xf8a7470b jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xf8bf7479 vm_map_ram +EXPORT_SYMBOL vmlinux 0xf8efeacd generic_show_options +EXPORT_SYMBOL vmlinux 0xf8fb915d xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xf9137b25 bdgrab +EXPORT_SYMBOL vmlinux 0xf91e0a10 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xf940c089 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xf946a8bc xfrm_register_km +EXPORT_SYMBOL vmlinux 0xf965b6f4 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xf96ec4f6 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xf977ccb1 dm_put_device +EXPORT_SYMBOL vmlinux 0xf984747e d_genocide +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9b5322d inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xf9b68bf0 proc_remove +EXPORT_SYMBOL vmlinux 0xf9bbb945 fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0xf9c07faa __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9df33a1 sg_miter_next +EXPORT_SYMBOL vmlinux 0xf9e33395 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xf9fb302a vga_client_register +EXPORT_SYMBOL vmlinux 0xfa2b5f17 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xfa2d7aca vga_switcheroo_set_dynamic_switch +EXPORT_SYMBOL vmlinux 0xfa335730 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa66f77c finish_wait +EXPORT_SYMBOL vmlinux 0xfa8074f0 sk_stream_error +EXPORT_SYMBOL vmlinux 0xfa865c9b generic_readlink +EXPORT_SYMBOL vmlinux 0xfa94a66e ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xfab383b9 rename_lock +EXPORT_SYMBOL vmlinux 0xfab38475 pci_map_rom +EXPORT_SYMBOL vmlinux 0xfac3684d do_sync_read +EXPORT_SYMBOL vmlinux 0xfac44333 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb02ff1c blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0xfb0443fb acpi_get_parent +EXPORT_SYMBOL vmlinux 0xfb1f0313 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xfb29cfb2 key_type_keyring +EXPORT_SYMBOL vmlinux 0xfb2b3b93 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xfb389503 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xfb3a3378 __serio_register_port +EXPORT_SYMBOL vmlinux 0xfb52598c vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb73fb98 idr_remove +EXPORT_SYMBOL vmlinux 0xfb766ac4 dump_page +EXPORT_SYMBOL vmlinux 0xfb7e68b7 vfs_rename +EXPORT_SYMBOL vmlinux 0xfb80c7a0 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xfb929119 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbaca9fc xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xfbdbb15a locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xfbe5ad13 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xfbe8a8fa fsync_bdev +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc11e85c seq_lseek +EXPORT_SYMBOL vmlinux 0xfc1b69c6 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xfc261a8f __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xfc279681 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xfc362148 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc587094 amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0xfc7780df security_task_getsecid +EXPORT_SYMBOL vmlinux 0xfc872fd1 get_ibs_caps +EXPORT_SYMBOL vmlinux 0xfca6ef76 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcab8730 dma_ops +EXPORT_SYMBOL vmlinux 0xfcac0d40 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcc54f91 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xfcc7f5d2 set_groups +EXPORT_SYMBOL vmlinux 0xfcdef75c do_fallocate +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd04593b address_space_init_once +EXPORT_SYMBOL vmlinux 0xfd17147b md_register_thread +EXPORT_SYMBOL vmlinux 0xfd341aea __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xfd4548d7 udplite_prot +EXPORT_SYMBOL vmlinux 0xfd55bd5b dev_add_pack +EXPORT_SYMBOL vmlinux 0xfd5dd56b inet_put_port +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd843e34 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfd9db1e0 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfda92b33 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdc20d65 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xfddcd8bd request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xfde5356c security_inode_init_security +EXPORT_SYMBOL vmlinux 0xfde71a84 vm_mmap +EXPORT_SYMBOL vmlinux 0xfdfb792f amd_iommu_pc_supported +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe047ce6 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0xfe06fdc0 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xfe26fc7c nr_node_ids +EXPORT_SYMBOL vmlinux 0xfe3cf2f8 check_disk_change +EXPORT_SYMBOL vmlinux 0xfe481fce simple_lookup +EXPORT_SYMBOL vmlinux 0xfe59786e register_console +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe6c45d1 block_invalidatepage +EXPORT_SYMBOL vmlinux 0xfe7bfea2 sock_create_lite +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe80499e iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xfe9719c7 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfea0ce79 mmc_add_host +EXPORT_SYMBOL vmlinux 0xfea714f8 register_framebuffer +EXPORT_SYMBOL vmlinux 0xfeb1e607 __bforget +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef06de5 acpi_device_hid +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xfeff4a6e framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff370aa5 mutex_trylock +EXPORT_SYMBOL vmlinux 0xff3b70ab tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xff4e42a6 scsi_print_sense +EXPORT_SYMBOL vmlinux 0xff5c00a9 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff7594ea shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffa04f17 framebuffer_release +EXPORT_SYMBOL vmlinux 0xffa1239b truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xffa355d1 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xfff2b2dc vme_register_bridge +EXPORT_SYMBOL vmlinux 0xfff5dbdd try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xfff6e411 dm_io +EXPORT_SYMBOL vmlinux 0xfff7eb93 iw_handler_set_thrspy +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-x86_64 0x7060bf0a crypto_aes_encrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-x86_64 0xe409b491 crypto_aes_decrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x13a65ecf camellia_ecb_enc_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x17bf48dc camellia_xts_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x1a08ded1 camellia_xts_enc +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x47129015 camellia_xts_enc_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x7d54edc2 camellia_cbc_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x7e87ef55 camellia_ecb_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x8f185793 camellia_xts_dec +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x9e8086dc camellia_ctr_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x16061d06 __camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x1636abdf __camellia_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x1da0e256 camellia_crypt_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x31bbe42b camellia_crypt_ctr_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x49fbf024 xts_camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x50dc55b6 __camellia_enc_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x782ff5af lrw_camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x930f687f camellia_decrypt_cbc_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xa41a5ad3 camellia_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xd838c86e lrw_camellia_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xf4521fda camellia_dec_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x20f9b122 glue_ecb_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x4a67e9dc glue_cbc_decrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x62a88eb1 glue_ctr_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x81508844 glue_cbc_encrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x8f02ac4d glue_xts_crypt_128bit_one +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x95e67285 glue_xts_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xefae9d0f glue_ctr_crypt_final_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x016a957f serpent_xts_enc_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x0c5a8af6 serpent_xts_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x0f0b8cad xts_serpent_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x0ff3c26d serpent_xts_dec +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x606a8162 serpent_cbc_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x722a41b0 lrw_serpent_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x79ff0b7a serpent_ecb_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x9ae34b2f serpent_xts_enc +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x9e018632 __serpent_crypt_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x9f99663c serpent_ctr_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0xa84ea33d serpent_ecb_enc_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0xb580e803 lrw_serpent_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x19dc7881 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x5e752773 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x1fd77fb1 twofish_dec_blk_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x2621144f xts_twofish_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x61694b97 twofish_dec_blk_cbc_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x8d75ab44 twofish_enc_blk_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x8e856922 twofish_enc_blk_ctr_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x9caa70e1 lrw_twofish_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xf20ef8cd lrw_twofish_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xf2e80e9c __twofish_enc_blk_3way +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00aaf935 kvm_disable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x054b7d23 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x072f1050 kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x08dad006 handle_mmio_page_fault_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b0a8b53 kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x11f4ee76 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12595325 kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x13d4aea1 gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x14449b2b kvm_write_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x144bc765 kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d0728c9 kvm_mmu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d5b0cf3 kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1ea567ff kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f5ae77d kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2009e33a kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x212ffe0c kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x24d39344 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x317f9e6b kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3543dcca kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x359479de kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3596b17d kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x37b789c4 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x37dd56bb kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3a577cdf kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ab3d264 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3b5dd35e __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3f9d8089 kvm_read_guest_page_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x44d78a08 kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x456c79ed gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x48f7fe79 kvm_after_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4c51f664 __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e54c3b2 kvm_before_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4fd43d0e __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53a2a3f7 __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5401772a kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x58597e27 kvm_set_xcr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x58d8d0d2 kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5f68af94 kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x60951706 kvm_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x61c737a3 gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6286ebc5 kvm_get_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x638ff032 kvm_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64020e10 kvm_set_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x641beb70 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x643365d2 kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64a34f49 __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x652cc64d kvm_mmu_flush_tlb +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x659e651e kvm_inject_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x65e6a9fb kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x684a494b kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6cd8b957 kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7758767f kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7a7ffe0e gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7be51238 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c502ab9 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f2c1163 __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7fc7c43c kvm_mmu_sync_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x81434ed9 gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x82ceda8b kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x831327da kvm_max_guest_tsc_khz +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x873a81ec kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a26f7b0 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a687c4d kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8bd44662 kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8c2d6d05 kvm_mmu_get_spte_hierarchy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8cc6cbb0 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ce4f3ab kvm_enable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f9378ab kvm_require_cpl +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x91903b8b kvm_x86_ops +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93ff3354 kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a216313 kvm_define_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9ee59155 __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0ec3a0a gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1fec256 kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa22fc469 kvm_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa3d17b19 kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa4024679 kvm_mmu_unload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa508e36b __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa5b1cb74 kvm_inject_pending_timer_irqs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa0c6714 x86_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa79cab5 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xab638b0d kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xacf7f97c gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaf275715 __tracepoint_kvm_nested_vmrun +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb05043c8 kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb502cef8 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb5ade6d8 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb7e4fe25 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb82871ef kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb8fdc6fd kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb922a69d kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba1e9a44 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba9ed435 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbb1ac98f kvm_mmu_unprotect_page_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbb87db95 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbbf49d5b kvm_set_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc02c49f6 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc1b8df78 fx_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc2af301e kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7554c36 kvm_fast_pio_out +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xca34f05a kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcb61c1d3 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcb80fcf9 kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcc7de645 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcce89bcb kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcdc4a0d9 kvm_init_shadow_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcef3fec5 __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0459e67 kvm_has_tsc_control +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0b2727a kvm_mmu_set_mask_ptes +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0fad814 kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd3ec44a1 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd9016ed1 kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdba2ddbf kvm_vcpu_block +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdd18b3f5 kvm_inject_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xde99b056 kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdeb9e564 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdf233d7e mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0594113 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe09ceb30 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe32b8173 kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe33b6b9b kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe4878e33 kvm_mmu_unprotect_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe7948fa9 load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeaa45699 cpuid_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf0806574 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf1446d28 kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf3782910 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf656836b kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf7e46678 kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf866b302 kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb249c88 kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb8a5e77 kvm_get_msr_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x08ec1741 ablk_init_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x557ae5fd __ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x88008ac2 ablk_exit +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xb153e12a ablk_init +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xb39e1e97 ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xd6810f48 ablk_decrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xe036311e ablk_set_key +EXPORT_SYMBOL_GPL crypto/af_alg 0x0c155dd0 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x289197b2 af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x402a4f59 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x4f5642b5 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x57836b29 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x65eef7f4 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x6e4b2eb2 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x7162cc52 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x8dd3ce02 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xa907becf af_alg_complete +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0xedd7ef1b async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x07a09d8b async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x102c7ac6 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x4e57d55f async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x5cda8ce5 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x4868dc79 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x7b9fb8cd async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xca5ae200 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xf464108a async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x1fac80af async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x7cee7780 async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xfdaac742 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x2f8078f9 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xfcb71ea0 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x2739a068 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x2fd5f52a cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x39b65219 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x3ba8ab58 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x4e54a9b0 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x670b570e cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x8362f408 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xa3944937 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xda921a42 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xeaa76ed8 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0x5c361c89 lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd7e677fb serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xd45c034b twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x418bbe14 xts_crypt +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xb9a141b0 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xe1372311 acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/acpi/video 0x3c65037d acpi_video_verify_backlight_support +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x033c51b7 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1ebf7568 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x223716ab ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x22d385dd ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3b331d4e ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4cc719a6 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6398df8c ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6b491197 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6f6207fd ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x75e99c64 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7e2cb6ae ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa2639728 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa550b21e ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa9e96b92 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xaa71875e ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbf800f2b ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd32c5baf ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xdea61a78 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe32fac85 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe93d56b0 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfc1057fa ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x1eb13863 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x20c43c3a ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x20f66ad1 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x70346f9c ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7ad32c66 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x91b3353e ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x93792d1d ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa73789ae ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc0a8bb33 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc531bd58 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xfa6e77fb ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xafd5f15a __pata_platform_probe +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/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/bcma/bcma 0x07c801ff bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0989de2a bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2f013e76 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x498c6f7e bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x54ee31d0 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x62cfac6c bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x66a1b2ad bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7b270d15 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7b9326a7 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x91df5f31 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x95b2c518 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa7d3e935 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xaea04861 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xaf6f0621 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc4ee0f32 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc7542e2f __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd24ad429 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdd50178e bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdf5a8d08 bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xeab2ce0a bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xeaba1ecc bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xef1bb44f bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfe38a113 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2bb8f9ea btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x51bdd053 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7639d5a0 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x772671bc btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x866329cc btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x89845179 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x91d85bc7 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9761fd9f btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbd027468 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf0734c0d btmrvl_add_card +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 0x480c01df ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x31a2c8df dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x5e525502 alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x6cff9582 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x787e78db dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x89f5fb16 dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xac34ecec dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0xb7594a20 free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xc9c8793b unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xd1c43e27 register_dca_provider +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x02620c2d dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x847dd156 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x9228eb3b dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xa605735d dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xd572c5bf dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/edac/amd64_edac_mod 0xd514ea71 amd64_get_dram_hole_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x053d06de edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x12325227 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2918df1c edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2ca2dc8c edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x337919b2 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x43472ac9 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x506530de edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5434f0d0 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5495109e find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6192f0d5 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6ab278fc edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7451b841 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7f6f0ac5 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8ee284f6 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb2f9e128 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb42fa271 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xca64d510 edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd12cc890 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd5f7df34 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe06185de edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xecaf9019 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf687fbb7 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xfd30d807 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x14878009 amd_report_gart_errors +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x21626132 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x737912b3 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xb30b7e56 amd_decode_mce +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x013fbdac cs5535_gpio_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x93f8fe67 cs5535_gpio_set_irq +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xc0bb404a cs5535_gpio_setup_event +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xd3bd9300 cs5535_gpio_isset +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xe07c0954 cs5535_gpio_clear +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x3846ea9f bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xe4055b25 bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x07140a89 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xf5fb480a __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8b1d0c5d drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x988fe72e drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbbb6cd0a drm_class_device_unregister +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 0x15a270d4 i915_release_power_well +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 0xa89ea1e9 i915_request_power_well +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xb76bf2ac i915_get_cdclk_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x039aa375 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xdcd60964 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xecb2c159 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0941a0e6 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0ca0447a hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1181e205 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x18d1d478 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1d1e7555 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x24062823 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x29652d9b hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2c5d919d hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x331667ba hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x48c9ecf4 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4c38bcf2 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x57fc9850 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x58fe7b67 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5bbd861b hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5e30948f hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x69a17852 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x73a704b6 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x796797a1 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7c8f957a hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7ce73c80 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x83786ff0 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8d0f473c hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x90816b52 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x932b3538 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x93dca64a hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9edc0ed4 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaf847a88 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb3293304 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb53a02cd hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb91f111e hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbf73761d hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc457678c hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcb6ef3dc hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf477961b hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf940729f hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x81d26937 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x3c03eeb5 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x6ce90cd1 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xaf774e8b roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd0ea7415 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd190958a roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xfb7749f9 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1ac4e0d8 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2055ba63 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2e2021b7 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x31593e2b sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x48c049be sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa3dfba32 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xacff9f4d sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xbc2b7c0e hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc8d09f24 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x1acb57cc hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x281e5453 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2fe73469 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x673aeef8 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6ea78ad3 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7dba41b9 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa5cc47a0 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xadb90d81 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb187ca61 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb2f80648 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb3881eac hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb6cd3063 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb95fc097 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc17ae057 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc25680af hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc8a1eb4f hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xceda6bf1 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xda27e1ea hsi_release_port +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x08e3932e vmbus_are_subchannels_present +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2ebff727 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x358fafa5 vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x55760bdd vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x58aab63a vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x66649d7f vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7d01c3dc vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x895de9ac vmbus_sendpacket_multipagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9a933d94 vmbus_get_outgoing_channel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9d80c2a6 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcab78291 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd0c482b2 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe1185ecb vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf023f32b vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf45dd651 hyperv_mmio +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x2a60b84c adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x4c2851c6 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xfd533bed adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4192145f pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x51e6184b pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x5c0f4262 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x821673e8 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x98862946 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa0f221a4 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa6d2fb14 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xc9e8dd67 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd0dbfe20 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd3fe9f72 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xdb6c4f6d pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xfe2454ad pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x103bc285 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x30076847 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x4c71a4e4 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x56c45ca1 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x8a979c39 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xd980c6f6 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xdbc195fe i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xeecd380c i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xef98749e i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x8c6f23ee nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x67f6c9d4 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x82fe522f i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x49a820d7 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x5b0cc14c i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x12786d4a ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x195db6dd ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x5709e52a ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x57393642 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x7f01e1d1 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa6f4b40f ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xbf90b8fc ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xd35a383c ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xdac17128 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x1ddb3e12 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2d90eb99 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x32ad2340 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x503739f5 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x670258ab adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x85f7aab4 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xaa613ec2 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xc2128775 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xc687cf66 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xe3fed306 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xeaf52ed3 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xffa0b0a8 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0c292e9f iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1591193a iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1b46ff9d iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1e12ad17 devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2163e8aa iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x24224932 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2b73695f iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x39276268 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3a7d9606 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3f558574 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3fc9152c iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x46db7a5c iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x555101d9 devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5b188703 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6570b734 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x675abb9d iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x690da81e iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6cf400c8 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6fc30b31 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x79059c44 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x85f57203 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x95381eb2 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9dc8b223 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa05605d0 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa41c949b devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa8bf57e0 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaad49168 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc5b04235 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcf911f70 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd86084db iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd8f8d5e7 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdf546640 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe6cbfcca iio_channel_get +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/hw/ipath/ib_ipath 0x1514b2b2 ipath_debug +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x78154b63 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x4232603f adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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/touchscreen/cyttsp4_core 0x07d9329e cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x954ca42b cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xbc994e50 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x7ad2895f cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x9b016d50 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xede693bc cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x09ff140f cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x0ce6b6aa cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0bd50b3b wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2305f385 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2a3a4a56 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x51b604e1 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x70411cf6 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x96e69e72 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa3df6b39 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa6aedc0c wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd68dd9c8 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe0d41ada wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe6904ac8 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xfb2e5792 wm9705_codec +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x160b7076 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2b21a305 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x41c83623 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5f75823f ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x66222b92 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x71e61e48 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x80b32162 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa0e606b5 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xac34bb02 ipack_put_device +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x007f8f5e gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x03b7fc0a gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x179e96de gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x1d85abba gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2744d8dc gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x52fde4ed gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x68d19d52 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6e0a4408 gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6fcbf77b gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7b7b2cfd gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x84c00f96 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9cea8e5a gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9d536527 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9ee24a6b gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe7086a9c gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf0f31ec0 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf3efdb03 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/leds/dell-led 0x86fd1ffb dell_app_wmi_led_set +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x1faef313 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x21f5d7b8 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2723557d lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x673afe04 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x87e1ab68 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x95ceaee0 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x972053a2 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x9da5689b lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe0e7b17a lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf8f70feb lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xfe6deb62 lp55xx_update_bits +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/mcb/mcb 0x450989a2 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5265cf9e mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x65cc2e37 chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x7e736592 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x853257ff mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8cd53520 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9abb0d38 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xcbd6543e mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd8c7ce64 mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe011b181 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe586a01d mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe6e94f72 __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xfaac8253 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0ec17d44 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26062738 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fc380ce __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x40c27b88 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c49fc16 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51a15737 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x616b6217 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6907ac0d __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7be42a1c __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e532a71 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x914361f4 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9272fb0f __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x938cc2b2 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa649dd21 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb157059f __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb317649e __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb493772a __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb834c124 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbb1fc0a4 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc4fcb1e __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1474d91 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc379085a __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5aed8ad __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7eda602 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce055cbe __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe20fe821 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe24daf87 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe2ed0930 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea2303e0 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef1156ee __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc131205 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17523ccc dm_cell_release +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 0x4d32676a dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb64ea589 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xbe180d67 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc8218d09 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xdcadc799 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf0764008 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 0x6aba7f5e dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9310ba06 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9c256008 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa1d2413a dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa448e19f dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xafbda3f3 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcbb1bae2 dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +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 0xedd35084 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x084f4f67 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x94e3bca4 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xb3c7fa80 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xb6c98aa7 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xcb5d998f dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xcca298b4 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xccec931c dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x696d4d2d dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xfb7ad5c4 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 0x1934df38 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x23e198b7 dm_rh_inc_pending +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 0x3e542f5c dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4430764e dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x45ab972a dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4ee0d77f dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x697f1a07 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x83bd7c34 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa68e1f06 dm_rh_get_state +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 0xfad9d53a dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc62ef4e dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x17c36f29 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42dbdfc3 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x49b35849 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x55b4bd4d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x827a42f4 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +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 0x9f624559 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xafeda29f dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xc8d50084 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd29923fb dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf375d009 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5455120 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0xf4d0531a md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x27382105 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x03957674 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x10a2b7a5 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x2cdf40f4 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x50a4e82e saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x70556f3f saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7063d281 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9b76688e saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa7bddff2 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc515a0d8 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe237e3d9 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xef7a6c95 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x003b1d95 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x28a22ddc saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x72660bb3 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc9a5d0a7 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe06b5ccf saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe2392839 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xef06af36 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x09750222 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1033d09d smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2954da26 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2b3c7c3c smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x430e86b4 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x43b1e909 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6c74d94d smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x73b10b68 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 0x7ca7b53d smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x92876692 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9e8f65d2 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb792e03e smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbe2ae515 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc3d55108 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xee5c24b0 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf0fe88a1 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf9926d94 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x4fe330bf cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xd7dca9df tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x001a791a media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0x0442a170 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x07d0dabc media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x1ddaa92d __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x2d62146e media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0x2d8be699 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0x400b3404 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0x403307c0 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x491f064b media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0x54e6ab01 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x839d0e6c media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x87b75c12 media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0x8cd0ba6e media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x9cb8db39 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0xaa392054 media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0xd625ea7a media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0xee9a4bec media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0xfc8c77c7 media_entity_put +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xccb4eb49 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x28b3215e mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x29f721fb mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4100b5b4 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x416539ad mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x47e6c6d2 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4d7d3e80 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5fd1b2eb mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7f475fee mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x858bacf4 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x973a9f95 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa2bc262e mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb9fe942b mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe953eb27 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xefb97f38 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf07a0e97 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf1687867 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfd15f353 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0b4e946f saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x10e1d59b saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2428f94d saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2c69659e saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2d56cdab saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x31e46ca8 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4e34dbf3 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x58f0beb0 saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5ae184b9 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7605ba29 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7af14089 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8a246a48 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x99c22097 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbba14647 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc97ee221 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd013b7a7 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe241a8c6 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xed092166 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xee6590bb saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf3a38832 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4397c6bc ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x77afb0d2 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x994bf087 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xab2798af ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xdffa2a93 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xe3332332 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xfa9ed42b ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x5f0b0a51 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x89bf009b radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0856f539 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2154ec7d ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3834d736 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x39f319e5 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4c28c149 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4d401b72 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5fe58fbc rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x625449a3 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x66b4fa2d rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x67f386e7 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8ed187a8 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9a2ce5ec rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbd9e7934 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc920f7a7 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd1a8bcaf rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xec1eac9f rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xefd3f53b rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf8137cc6 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfd60c85f rc_keydown +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x9d63c18f mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x153998bb microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x96b8d869 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x959ca544 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x0bd75ca6 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xee6de834 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x57b5d477 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x7fc8efad tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xec669743 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xc597c212 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xfbb08d5b tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xb6f6dace tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xbfb85b68 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x8a0f0b6e simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x10f81725 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x29989cda cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x355f10f6 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x488b4192 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x499f7d7f cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4b030f60 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x51b68c52 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x66336e50 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9c79a9ee cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9d21a75b cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa69e5b0c cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb02312ab cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc7912c9b cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd57ae096 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdb77ea92 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe58ece48 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe6363294 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf63e355a cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfa201c20 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x03ad3cfc mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xde15f439 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1898d6bc em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2e10829b em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x31b277c1 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3cd6bc57 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x42f5e886 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x45221e94 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x50d7e9a8 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5f4f5ff3 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x614b6e8f em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x69e485b5 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x78c5c4bc em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7e2079ff em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x92d7bf78 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa3db5a6f em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xca043094 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd14e87fb em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd80db3c8 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf34d7a47 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x4c9ce97f tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x5519915c tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x78e71856 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x7df88b24 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x2dd88cfb v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x94b20f00 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x95a8e94d v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xd5a0a95c v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe7525bee v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xeebd8a0c v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x00844b1b v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2030940f v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x22c9ea80 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x32488167 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x37651f2b v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x43c9ab8d v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x47919efb v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4e2ca5f9 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5310a632 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x59e16c95 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8c2d47d2 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8d2e39c3 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb0650c4f v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbbd74421 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc1deafdb v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc3519652 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc40c2b5a v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd66fd8c2 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdfd64ff6 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xef7171bb v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf368bf7e v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf7398ec9 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf836f294 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfbdd7dcc v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0ca2eb8b videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x17f16863 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1911a1cb videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1dbab6ff videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2216a6f8 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4db2660e videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4f99a325 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5642728e __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x57c47b91 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5ddb93a1 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x69551fbe videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x69dc97ac videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6a69b055 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6fd5a61a videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x767223bd videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x85461fea videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x91798128 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x924dce1d videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x96d93044 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa6c7b943 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa8c2cdf3 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc6592633 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf27b5d71 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xff78fa61 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x1f9cf795 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x5cdc8672 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x8c62ca76 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x10401c78 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x3139c996 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 0x723abc65 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x7e16d212 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x8034a8ae videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x97b95a70 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xac8c6778 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb971c922 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe5699bd2 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x39e82d7d videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x7322a7b0 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xf3a4d982 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x02784318 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x163eb9c6 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x23ee31dc vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x25286a71 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x28c66ba4 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x319dd3ea vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3ad60eb6 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3b72b2bb vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3b7890e9 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3f07d50d vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4a30deab vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x50ea62af vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6670a24c vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6681e2ae vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6828b7ab vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6f1dbb31 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6fc9d73b vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x76925b6d vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x77e6678a vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x800cd690 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8080b401 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x991dd44c vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9e859386 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa4f90109 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa809a9ba vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xacc66d82 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb1476db4 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc1407248 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc1f43fae vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc9c1f3dc vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcaae8f13 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcc0dc847 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd9d75a28 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdda03bca vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdf57166b vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xeceb7e31 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xeea408f8 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfdca74ad _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x20386033 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x8bf41b38 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x22bb833b vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x25bca792 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x42511a32 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x4c900fea vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xf0cbf427 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0xc8f4289a vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x12521b42 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x14daf86d v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2d5c0241 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x45131af1 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5170ef50 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5314e3ee v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x58341af3 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x596cec91 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6577c71a v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ddebf14 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x72c2a1c0 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7d31683f v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7eb10cdb v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8226ca67 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x89f1fcdc v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x97de65ec v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9f4f808b v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa651b68f v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb61b31f9 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb6abb845 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb8a5ed61 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc28ed303 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc728bcae v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xce7415c9 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd5c3bcae v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd7eabe47 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe32cd9b2 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed0f6c3b v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x124bc758 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x1cedc7e5 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x37580e1f i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5f4f9aed i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5f751007 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x99da72da i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xbf3757d9 i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xd950f757 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x6240c768 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xa02aa1b1 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xa8c4b343 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x37547057 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x64aebb5b kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x834ddeff kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x86a10e00 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xc20d80fe kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xc4ce2c1d kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xcacab52b kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf8eb4782 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xc51a5328 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xd1eac7bf lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xf2b706fc lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x021cb1b9 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x091a2214 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x0cafed3e lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4cf9d12e lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x71d023cd lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc93ef1e5 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf5a57f8c lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x4d549628 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xc1db87ad lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xf98af3dc lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x3bd40a9e mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x518527d0 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x6961b4d6 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x7b6e41be mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x928c898a mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xac9a7cad mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0e733220 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2df76eff pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x86970ae2 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8cf525ee pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa61e4df4 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xae1f71b0 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb65ea748 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc63e2113 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe84afd6b pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe873b5e5 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xfcf343ff pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x52fae06c pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xb2a1ecd6 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x2346bfdd pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x547bd714 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x5d304096 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x81211cd0 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xba3ab7ff pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x088fce71 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0e268952 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x115ac315 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x162c22aa rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x17f7874a rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x204e27d5 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4a387b0f rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x530c6da2 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x68611727 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x689a6d49 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6bcc1a1d rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6c214217 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x7f56266c rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x806e00d4 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x81507d0a rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x82605b19 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x996a5fe7 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc709ad61 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xcaaaa3e1 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd49c237d rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xfaa71578 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x00753b10 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x04ee3a35 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x05a4fc3e rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x16e9911c rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x25cc2b9a rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x4eb8bf49 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x549ddbc9 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x897a9cd1 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x949ef616 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x964a8f7c rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa1d862f9 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa7f66c4c rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xd7d929a0 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0bb39b13 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0ebc88d6 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x13465d11 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1f5ff450 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1fc058bc si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x24d4bfe2 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2cfb5178 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2dfd73bc si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x338fe0f9 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3d260cde si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x42717540 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x44ed9042 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x54b0c6db si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5594f7fb si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6adb55e6 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6d75ad48 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6e372ae0 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x702d25eb si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x803f0c38 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x853bf550 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x97ee827f si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9994902f si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9a54b29d si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa88483ce si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xade98759 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb05cea73 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb79dd4c9 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc7863090 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc8f8e8dc si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd1307c79 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd66d9c5f si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xddf8adbe si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xeab0f8be si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf8c68ae4 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x0a03b91b sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x0a3f15ce sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x27aa8de8 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x3b4963b6 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xf54c24a0 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x3f59b688 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xf01966e1 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xf9e940a4 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xfbccfc8b am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x1a4a5bea tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x216daafc tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x8586ffaf tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xb33ea4ef tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x0c86983b tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x36ff50c5 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xacfab54a tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xc9735d89 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x49ad188d ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x43670713 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x6f7824df cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xa7e865a1 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xeba39e93 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x10762cf2 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x18a32c5c enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4ab93119 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x841f857f enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x86c113c5 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xcb27793b enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd1eb88a4 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x23ea2ed9 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2505f0cf lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x47fd4ed0 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x67485d59 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd539ea75 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf149d0e4 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf2115188 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf3980bca lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x02193b5a mei_cl_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1a24a731 mei_cl_remove_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1f043378 mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3108bc63 mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x5fe5510c __mei_cl_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x63eb9b5a mei_fw_status +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x64bc972f mei_cl_disable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x69b60b25 mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x72497704 mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x773adf21 mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8b9d5e56 mei_cl_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8d62981e mei_cl_register_event_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x925dc3a4 mei_cl_enable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x93814083 mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x957c54d8 mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x994b9ccb mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x9ca4980c mei_cl_add_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa8b1c9aa mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xaa787fa5 mei_cl_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xab8d34af mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xbc792022 mei_cl_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xdd37c729 mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xeb8ac903 mei_cl_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf150f265 mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf97e7367 mei_stop +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x2bf5b110 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xc4b0347f st_unregister +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x0f6680ea vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1152e318 vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x13aa5a5d vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1872c7af vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1a195863 vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x31f6ad8f vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3ef56cd5 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4b630dac vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x50a255c9 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x53c20507 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x677c36d0 vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x69ef87ff vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x6cc1a5f7 vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x722d488a vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7d540b50 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9624c58c vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9973b9b2 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9d16164a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xccbb53d1 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xcf5ed7ef vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xcff91c6e vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xdac94780 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe7e7c107 vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0f1a919a sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1bd53206 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x29a844df sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3b484197 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x418769e1 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x48d24786 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa2336e75 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa2f144b9 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa7786475 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb521e854 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcc76ccfb sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd5fc2524 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe0f10d49 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe60cbad0 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf3c7de9b sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x0484eb0a sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x231ae708 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x44bc274d sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x9096347c sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x96a00c4c sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa935926a sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb48992fe sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe65859c1 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xff934875 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x13e62366 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xd1d12318 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xeef806f0 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x26b0e349 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xab1b671f cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xd5492ccf cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x60abf283 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x976beb5f cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xa874bba9 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xc22a7614 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x057712c5 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x116701e2 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x23a6d622 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x244e776e mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x28eb2074 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2be0f86c __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2e052c72 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x345f44d8 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x42026e99 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x42b28389 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x44219a11 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x47c49ffc mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4a5c0e56 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x55151fd9 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x55bea143 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x57c34bdb mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5a892de0 register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x716f8741 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x72b0f42a put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x763ac850 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x840abb84 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x87c7fc83 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8e11ee21 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x938e8dd9 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x94564df9 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x966ca57b mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x990c2fdb mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa6ab0d2e register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xadc12938 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xafdd34bf mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7611aed mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbd2eaa82 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbd97f9c5 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc0ad3e58 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc454db4b deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc4e668e2 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd6cf81e6 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xea7cfe73 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xed270db0 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf4da3024 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xff8b6436 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x56730a84 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x59b534aa deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x616cae95 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa3ddf172 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xde2b128f mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x36c80483 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x43a03c0c nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x678801f7 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x089fdb83 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x3d6f91cd onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xe5d00136 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0053f983 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x21e6226a ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2e5f2b4d 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 0x48e5a4f9 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x492c365a ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7441f50b ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x987b2b13 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa8c54e18 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb26219ae ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc37879f1 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc9c11e66 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfe837b84 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfeb76dcd ubi_leb_change +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x0181833c c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x1957cf7a alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb33a9c14 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xbfb731c7 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xdefd9710 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf60eee00 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0506a174 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2349900b can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x3e7112cf close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x3ef16c96 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5d48b2d1 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x63b7a21e register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6eaf2939 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x820dd2fb alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x90bdf9ef can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x92f71cb5 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb29758b2 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbf5b369f safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xc8fddea6 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xdbaf8adc can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe06f1a94 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe160dd82 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf66630f3 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x09d16fea free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x30857ad8 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x5c054ccd register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x74481101 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x0fb289a6 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x42a59531 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x77101f65 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xf7bd96ab unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0583d159 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a58e3c8 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cbc363f mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e002f02 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e43282b mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11a104e8 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13b270cc mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14b7208d mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19c41cd5 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1bac64e0 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c14a627 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e4c4f1e mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x210e76d9 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26739e4c mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27625a91 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x286f0191 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x287c7fff mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28e30de0 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x296327f0 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ebd7e75 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x312c417f mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31a055a3 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x331cfe9c mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40255a95 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x412a888a mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4409ecac mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4421122d mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4448fd95 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4661c291 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47b1a6f5 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x486144b7 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5468af26 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54923026 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55cefc52 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x580deb58 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59b7a4f6 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59daadff mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bb4fa51 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d94d1a8 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x620989af mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6bcfe773 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72d3b332 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x734639dd mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x759b8b09 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78b42436 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a040f45 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e3bd553 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8220f2b3 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85c501f2 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85d83048 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x864a6fc9 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x870eff6d mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87fa2d3d mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88d290b8 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89c495ee mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b289afa mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b93db72 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9192ac2a mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x932506ee mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a0ced7a mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b7e6d98 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ce33a34 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d2b3e3f mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa24853e7 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa47f26fb mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaab779a8 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaad7410f mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xacfd6c8b mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xafc0b5b3 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xafcde2c9 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb05b6998 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2059458 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3445557 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb795bc59 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb94cc79f mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba2fabbe mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc84d6d2 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf6a1e10 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4753ba0 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc48e3457 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc5912916 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6f49833 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7ea127f mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca3a3c8e mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccbbcf67 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd2bdcf0 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf2382ac mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0b953a8 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda3f8dcd __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3216b93 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe436cfed mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe58f3f97 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea0b876e mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec12cbab mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecab9248 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0a391c7 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1289952 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf165a2ef mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf81082ca mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9e8e31c mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa63d81e mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb753de8 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb8d4441 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbe35c10 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff4e2636 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x006204a8 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15a557d6 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a2d7a72 mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25df4864 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cab1e57 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c198a62 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x714e0aaa mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x834c3a77 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x923aa916 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b941423 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa47439e0 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab17bd02 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb07408c8 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9da338d mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc89a47d3 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea35bd69 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x277221b7 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x790afccf macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xad1ba9b2 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xffe150aa macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0xb6669457 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x7a93d9bf usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x7d9fd29a usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x94d8ea09 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xbf44be22 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0aa10813 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x12135185 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3e6610ae cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x8a1fd000 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa9123ffe cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xcb058f71 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xcc5bf43b cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf3d3fac6 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x2e840866 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x502b3536 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xa8a12d3e rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xd4aceba9 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xdeeb2eb3 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xfb4031c5 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x014cfa08 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x11f8fae2 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x192596e1 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2e367d49 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x46375656 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4727b0f0 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x481451bc usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x585a83cf usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x58b8a5a2 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x66ddb195 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6a7eab26 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6c23cea4 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x70fc37eb usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x750f63e1 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x91125385 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa62164a8 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaf214509 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb4e6f069 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb554b360 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb5e4d749 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbc986cdd usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc412f7bb usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc7ac9349 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc7b9613c usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcbe9325f usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcdaa6aa4 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd4eff503 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd988dd9b usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe0a299ba usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe4fc5468 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe8693ac1 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf7670aa8 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x9a1fe717 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xac50b7bf vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xe0bcabdd vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xf109c78d vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xf996eea8 vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x162a1bf9 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2fcd37c4 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4b94a756 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x668387db i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x68bf4941 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7264933f i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9946da33 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9aa39840 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9e52b400 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbb7b4578 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xce2e932f i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xcf2e3244 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd8752bc9 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdc8ad2d0 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdde9b3ad i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xeab5f428 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x7c33e009 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x9fa54f27 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xaf3ddd8c cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xf6b567be cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x36af7a26 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x18de326c il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x6e3326ff il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x6fd8a4d5 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xc41f37e1 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xf4c82137 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x003d9626 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x06470885 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x08678fd2 iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x153a008a __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1b4ad835 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x23b31849 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4effe4d2 __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x55ce2c3e iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x581e4cc2 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6715334b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6842428c iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6d114a39 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7356ec88 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7c5c738a iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x87ed55c8 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x95795c57 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa76dae8a iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xabffbfed __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xacb9b85c iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc1b3ec69 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcb260fdf iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcf341945 iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd1db77fe iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdd1fe466 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdd3e32a4 iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf204bc81 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf6081c36 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x0e2452b7 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2a8226f6 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x34300c81 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x589797a3 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5afd4255 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6824cd40 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x718f491e lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x739dee5a lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x77cdb67b lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8e3f7fde __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9746ac13 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xcaed351b lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xcf96c4dc lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd43a7866 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xdfc8c869 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xe77ab055 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x038824c0 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x1398f208 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x48ef457d lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x4c61ad7a __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x828b050f lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xb5aea619 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc322082e lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xd73620ca lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xb37b41da if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xd971c9a6 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x00fd9845 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x4ca40a2c mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x61034f57 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x61593c0f mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x705bc00e mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x78436dfc mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x90398ea9 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x97538ea4 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9e37d70b mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xac746791 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb85926c7 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xbd1a337f mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xcba00660 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe68bccd2 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x11b65fcf p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x2707857d p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x306f04fe p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x587a47fe p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x60821444 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xab365c6d p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xc286ad6c p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xe6086b8a p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xf9a9a1ef p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x19a8c191 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x2fd08ac3 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x5c0bcfaa rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcaa1445d rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x019022a3 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x04750212 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x07a4feb2 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0af6ee6a rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0f2b9420 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1f9becb0 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x27fd7d64 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x330e69b2 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x438b4e64 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x444a9eed rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x474d3a65 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4c7c0c74 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5041d807 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x516ec05e rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x585034a8 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x59995d80 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5a5bc311 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x812fb550 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x81fd2140 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8b0e2149 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9087ee16 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9f22a51f rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa735669d rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb3cb8a47 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb62a7749 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb798ca2c rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb9a41332 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbc10effd rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc0767c5c rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc9a7fca5 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcad8582d rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcf993c73 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe1b3101e rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe930491e rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xedf70c5f rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf40f26ad rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf5db07cc rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf615cfb1 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x355c07da rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x4b003040 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5308f3b8 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5b71ee99 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5d0ffb66 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x6b00ea90 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x874537de rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa2b06044 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xac4a4cde rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xcc59e260 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xdc708355 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xfd6d78e4 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xff9f7bba rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x007f9f5e rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x025d6baa rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1a6abe8e rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x22c8293d rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2c5f3338 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3d03eb28 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4881f2c4 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4d8a9c7a rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x52fc076f rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5f654a18 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6056651f rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x65904f76 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6d77c06e rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x793bcd32 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7a1cc02f rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7ce8695a rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x83141a09 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8650c421 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8a97fa3d rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8b8ce368 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9401b1be rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9fa646f7 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa1136184 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa1a40437 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa253a30e rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa2d611ed rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa5524bec rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa5d52240 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb0ce9b8a rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb4e7db79 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb8335f41 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbdbc0b62 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbef74eca rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc6b0f637 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xca3da34e rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd7520eff rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd8dd2cc9 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd8df606b rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xda4da302 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdd9f9b03 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe0a002ce rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe4c1f3a1 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe88b4b21 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xecad720d rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf7642371 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfc8367a9 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x3cc9c176 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x49e78f36 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x87473ff5 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x9440588b rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xb2d11077 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x57eac833 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x615c4088 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xb47b3794 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xbf96800a rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x029ad153 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x072e5f85 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x471989dd rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4a9dde43 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6df45d0c rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x85bc55a1 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8eef2b45 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x986beeaf rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa48b0e71 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xadaab1f6 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xafc88234 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc0484753 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc9321fdc rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd00a42da rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xdacc1b1a rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xfb3a5084 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1c8818fe dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9ab1683c rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xab12caff dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf413aa2b dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0757ff1f rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x11cb43d9 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1d5db676 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x402eeb1c rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x42ae8c27 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4b84f0a0 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x61fa837b rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6d75fa79 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x776b9c0c rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x78e946bd rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x79eef56f rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x81c07bb5 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x94ab8e3a rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa06ca096 rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa10ecbfa rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xacb3f9a3 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaea09bbe rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb60964a0 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb8509582 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbe801c6c rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc0035823 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc21bcdd6 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc3a16f57 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc4f215da rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc7d1f406 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd4e2c15c rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xec2f6cdf rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x1983ce6d rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x209fdc62 rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x29b1e8ac rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x40e7062d rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x541faac0 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x5a059d5a rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x5cf3ba3c read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6b4de810 rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7546b05d rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x78906baa rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7da56854 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x80fc1561 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x89c809b0 rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xacd499fe rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc675dfd7 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd2b1f48a rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd70698d5 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd88381ca rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xebe83962 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x00b30c8f wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x9b2218a7 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xaf4eba6e wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x01418233 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x04faf91d wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x077857c7 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x09100444 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1094eab5 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x16860b8a wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x18e964bd wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2b4b304d wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2ec43468 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2f59db04 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3030f090 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x30ea9fcb wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4e59fb98 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4e6f3ef2 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x542e893b wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5f3119a7 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6a83a73e wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x703daf1c wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7aec6979 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7f1d2b4e wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x823d58a9 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x89481de1 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8d79ace1 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8da10575 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x96969082 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x970b75c5 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c2cec96 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9de9a1ac wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb610cb30 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb805a0fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb987c88d wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbf8f2600 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd1e41e50 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd74fc162 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe2fcf83b wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xece35c73 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xefa31f27 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf1921abb wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf3d78b7d wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf67da776 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf6ba0783 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf8d2b305 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x332385f0 nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x3b577068 nfc_mei_phy_disable +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x74e7f2bd mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x8b4e7b3b nfc_mei_event_cb +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xbbc20d01 nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xe82e19a5 nfc_mei_phy_enable +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x2a905caf nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x4870ad27 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x585e31bd nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x66ab9bbd ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x77ae9ef1 ntb_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x7be6f71d ntb_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xdd858b6b ntb_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xfe897ddd ntb_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x0746a234 asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0xb653b73b asus_wmi_register_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-rbtn 0x51552fca dell_rbtn_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-rbtn 0xa060fe7d dell_rbtn_notifier_register +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/thinkpad_acpi 0x706cdcef tpacpi_led_set +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x3ecf6cfc wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x561c634a wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x876d29f1 wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb5a6ebe2 wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xda29f8b0 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xfb882fb7 wmi_query_block +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x178902a2 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x5c58a85f pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x835cad24 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x109c9285 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x90b0b8b3 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xaefbc6e4 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x059198aa wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x28d54b7a wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x58a1706a wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xad20beb9 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe6b60333 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe8789363 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x9dbcf594 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x064f2e46 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0b955a81 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0fefb078 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0ffcd1c2 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x17b7f4cb cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x17eded92 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1ca566d9 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x206b1b7a cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x23a2ebcb cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3bd8a95a cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x40c14228 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x426f83d3 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x47e9e4c0 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x47fa9149 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6972bcaf cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x723b1026 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x776195b2 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x79a9a43e cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x82b5a6f9 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x82d5ba0f cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x88be8e26 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8b1353a9 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x94454e9f cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9f681410 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xac8bcbeb cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xae716790 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb3c167f9 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb613395a cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbb9bb42b cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc182dd6f cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc1fdffca cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc72a7048 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc7be8290 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcad55647 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcc5fe433 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcc94550b cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdc4f25da cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe6873414 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe89f27c9 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf0e8b35c cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf2f5e7ce cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf64a516e cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf6c5df3c cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfd5901e6 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x45a62469 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x92a3ea00 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xa0cf0676 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xa9cbd87b scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xba23b32d scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xcfbe974a scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xe35ff78d scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x03ee5b64 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x15507ad1 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1c84dc6b fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1e40f924 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x20d57f96 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x53dde50f fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x66366001 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x68824e74 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6cf5dd61 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8225a35d fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd070a1c1 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdc76a109 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdd1ff680 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe4f462d3 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf68c1e6d fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfa78a0e3 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x10f48464 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x200dcb79 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x46077bfa iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4c10e9c9 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x52d2ae9c iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x6ad2f181 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1c94ab48 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1f26feea iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1f361848 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x224f8f25 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x262844bf iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2f54b0b5 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x377c4161 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x40a873fe iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x489ab6ac __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4b9d5b74 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4d4b14e5 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x50c1060b iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5196a662 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5ada74b3 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5e9e2a48 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x64fdbf9c iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6f004dd1 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x72d5ed0d iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7ac3db46 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7e6efe8f iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7fba4732 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x889496f3 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8dbddc2b iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8e9787d3 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x91f3311e iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x92837fcf iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9591da4a __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x99379d97 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9f94055d iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa0b83b24 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xad76b7eb iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb4fec740 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbbfc9d4b iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbd7580ab iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc897eed1 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcfad6bdc iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe5f3aaff iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xebe44de0 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xefc99a16 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf3c76356 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf3cbe0e8 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf8850b3a iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfc3683ce iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1572c132 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1fe521ff iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x214895f6 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2e9c083d iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3272203a iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x364069c3 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x40f93db3 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4fe1822a iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7cc107de iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8239b7e1 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x95a2e148 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb8f712f7 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbd4dd50d iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc2ef42e4 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc39728b1 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcec92f11 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd8674a03 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0325b204 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0d2233a0 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0f1ba181 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x15701741 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x19be9ed9 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1f1a614e sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x46f62474 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4837a7df sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4a95e23f sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4c6358a1 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x51706723 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x75bbb8ca sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x761b33e0 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7bd7baed sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8838179f sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x93eb2ed2 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x990e135a sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9c3c18b3 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xae6c6c4a sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaf65f572 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbc109bc7 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbeedbb33 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe6db559c sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe7719a0a sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe7dd8082 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x517b1a65 srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x59359489 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xb9d2939a srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xba7c3550 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xcb37e6ab srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xd5b5127a srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x3316172b scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x3d225c07 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x6a6a4b70 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x71f806a6 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x754fccbb scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7686c119 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x885cc15e scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x943e7ecd scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xca50432b scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x00c37b0b iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x045022c3 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x04be9c30 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0b12f539 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0d12ba48 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1ad6c55d iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1eac2afe iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x31039ad9 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3b742672 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x40971cee iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x416c311f iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x471d9951 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x473c75cd iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5d49ac8a iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6368828f iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x637e83db iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x66b63b32 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x68531ea6 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x68d47efb iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7371182f iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7bab594b iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x86e137c8 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8c01fb2e iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb2ae2dc9 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb6d9a9dc iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb7bb5a18 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc2d37dc6 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc726ea2c iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd45304f9 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd5f85de3 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd72245e9 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd7492f35 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdbb10d29 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe2a9f40f iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe2fc8287 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf4982fec iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfbb3a805 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfbbaf6dd iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfde89650 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfe4074c5 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x647613f1 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x6765708b sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x802a6270 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x9a452001 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_srp 0x17daf48d srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x2918d5f3 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5bf92779 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x7e32b8b5 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xbbfb660c srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xfcc5f41a srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x58a03f89 ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x8e27f813 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x9408f80a ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xb8027de6 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xc430bf3a ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xe2085c29 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x5ab9c404 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x5bbd52fb spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7d7771a4 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x86c70cd3 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xf77aa7fa spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x05b3d651 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x0895e6f8 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x2d2128de dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x516c7c8d dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x81650a94 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x063368d6 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0e6ed255 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2200f966 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2315688a spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x423caab2 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x49a7a5dc spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6362b46d spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x72d0533d spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8d094de7 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa090d4fa spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa1e05cf1 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb23082e1 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbc50db43 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd594c002 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf161f446 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf5650f2a spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf921b494 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfbe20d01 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x1a1c9341 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x02a5cbac comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x05398cec comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x05d71bee comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x079f1a34 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0935fb2e comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0b7bcb23 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x119d6a23 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1b1303fe comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2208e126 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2262d915 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x28ea3f4e comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2ad22278 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x30ed96e8 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x38bf3ade comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3b0e7f6c comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3b537a0c comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3bc98e2b comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x50ec780c comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x564c27bf comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5e4bdd50 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x616c56b0 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x62bd9aab comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6ccf491f comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7294e3ca comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x75599448 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x851b2c6a comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8a8cb0de comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x94f319f0 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x99edd1ee comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa0d57e87 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa5e5fc39 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa7e4a443 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xadcdc377 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xaf146765 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb7033854 comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb8eb8ac6 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbad31917 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc38cd44a comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc55ce937 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc6ebacaf comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc7bf3b7e comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc95ac89e comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdcfc2fb5 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdf6b704e comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe35d1800 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xece3da52 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xef7ba69b comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf1e59d70 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfe3e82d8 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xffc9e192 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x1c2160f7 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xa97871f4 subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xddfea003 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x1c76fb12 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x42435558 amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x7d610bd2 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x8f8de158 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x3fa9b70e cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x54cce4ac cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x74d2dc72 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xa1e6d3b9 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xc320c0cb cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xf98f1c91 das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x01e6a6ef mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x133ebf56 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3101de4c mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x33ea7e43 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3f3c2c6c mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x48d09daa mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5650b0c3 mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5baebe30 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6275ca16 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x667c607e mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6d4c3094 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x750b28bb mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7cab8c0c mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x89af9d5a mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9a66fed0 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa6a0991d mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb882d473 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xbbb66994 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd051fa07 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe607da76 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf8306591 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfe125227 mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xa0ddecbb labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x8478157b labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x899ceb92 labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xc9a83dec labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xd0860649 labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xe77b4903 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x050bcf4a ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x1dee6820 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x568c1d20 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xaa843acd ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xad589c28 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xb852eb64 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xb888ee11 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xf53fd303 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x802fde64 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xc9434dec ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd4baef46 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xdb1f59f5 ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xec7a6543 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xf3cce14c ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x0491063d comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x0c78e015 comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x38737b5a comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x62ce5868 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xcfd50fea comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xe85ccf12 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xe8d79ede comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x1b961ff1 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0b704aab spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x1dff1f70 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x2af95a99 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x2e270e1d synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x48a488dd spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x65c4cd1d spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x867ae2b0 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8780a502 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x98d33cdf spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc132bcae spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcda38867 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xde7ae2e8 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x13f8d3d2 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xfa59743c uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xff96dd51 uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xe35bcac4 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xe74e48e0 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x017d36d4 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x5f0f19df ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x91d69905 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xbe98e464 dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x096609e5 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0a683913 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1a54d92d usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x294c3acb usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2df93484 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x324e26a9 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3bcf5b8a usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3c354db1 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3f7321ef usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x43079caa usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5fb096a5 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x667cc789 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x66c4fd24 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6e6e52ef usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6f2490fe usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x73d6fb99 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x79e51d34 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x89c098f8 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x90616780 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa1a17299 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xae00deee usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcd5ca871 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcd80cca3 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe27f17c8 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe747e218 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe8ed44d2 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf0323f10 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf03ad9e3 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x23305e97 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x3b8962c5 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x4075dfe4 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x476deaf5 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x5ebe4b6c gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x6d1853e8 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x6d4b69e3 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x70ee8218 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa3c438ad gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa3d33441 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xbf07fe76 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd3a9b738 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd60825f6 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xe419bc22 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xffe8efab gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x0a52389c gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x54b7ade7 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x1c68a40f usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x33b58e1f udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x494bb9a7 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x9888b015 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x9d767fa0 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xb38183a0 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xc0e56004 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xe298360e usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf92d17de usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x4876343a ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x89d155f0 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x95ae9c8c ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x24b29617 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x28e2a6d0 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x42e7e792 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x5ba417b6 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6a0cb3c4 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x89837201 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9618315d fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc38a9972 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc6775a33 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc6f4302d fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc9f91f05 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xcfb29aa8 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd4580ab2 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xfe0e43b8 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xfe80e030 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x29ff14b2 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x64c868de rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd78ca2b1 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xfe442709 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x08abd79f ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xca44c20d ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x064678cf usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x144d3dd8 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x19a5d1a8 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x795f5caa usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x848651a3 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x9a310b97 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa1fd89a5 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xcffd79a6 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xefd8e79e ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xce79cf47 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x112706b4 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x2853df04 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x45b9ed97 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x8d810823 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xb789ebce usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x548c8342 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x12fa1be0 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x4fef7cfe samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x5329b389 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x725d28a4 samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xcce0dd6e samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xde0d0975 samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xe99b1de0 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xf1975b5a usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x08f436ff usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x19d086e2 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x30314683 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x43369b42 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x43718b80 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5a3d0036 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x64677dac usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x70761699 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7d5b4667 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x816a6bef usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xad02282d usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbfa98da9 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc3849e2e usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc4b0d36e usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc86598fe usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc964811f usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd1f6368b usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe5b540c6 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xebc294f3 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf48777dc usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfd45bf8e usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x05573c27 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x07a30a3a fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0a1f0ca2 usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0af1cd22 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bcf2eba usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x211b55cb usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x274b395e usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2addbee5 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3def9999 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x560a9375 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x577e6d49 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x57d50e9f usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x63b7142d usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x68991a42 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6f77a4f9 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7cccafb2 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7dd0bd30 usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x881f7d45 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9a363f90 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd41ef59d usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe20da1be usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xea4f1fc9 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf6355fc8 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x00a71136 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1c487345 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x30ee7410 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x40962cdb usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x593013e3 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5a44aa7f usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x68b69f53 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x713c5775 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x92a23702 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x970e8ef5 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa70aa45f usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd8756a89 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0bd816f0 wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x122f15ac wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x2c8593e6 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xb1a057bf rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xbba1768e wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc64582b5 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xd2222a45 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xd9bbdf71 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf35dae4a rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0408a718 wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x11060656 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x1fb079ae wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x313ff143 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3a974daf wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x5d03b7b9 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x6abacef8 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7168d0a1 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x79d3b21b wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x928ebb5e wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x9ebcf8a2 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc9452132 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xdc11306e wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xead68394 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x0868f252 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x3ac8ea94 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xa5ea7998 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x2bfdbc72 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x3770081a umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x5690a653 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x696cea05 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x776d0bbf umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xaf50e8c5 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xcca003aa umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd8ae34c2 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0874c6cc uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0fc02440 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x10cb73db uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1aba57fb uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x20ced02a uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x21307457 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2357acf2 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2435ad7c uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2df36ee3 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x345b43c9 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x42dff28b uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4449dc71 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x58d9d800 uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5a0b8e7e uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5c38435c uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x647b4ec7 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x68ddeccf uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x700e3666 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7163d031 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x74e8a6cf uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x78b51e73 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x816b9e92 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8ca4067a uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x90204763 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x906ff8bb uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x971fcbde uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x99d8473b uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9a1852c4 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9aa37278 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac97316b uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb0dfbb26 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb637940f uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbb10ab92 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc48c49b0 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd054ff2f uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe4776bec uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe85ec277 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xea15d263 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xeddfae00 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf372bf32 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/whci 0x128167bf whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x22ee9e97 vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4ccb53d0 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x56f14994 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6e503af2 vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xdef785c5 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xebaffbe1 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x04b27f9b vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x04bbf5e6 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x05587988 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1f4f9620 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x31865d54 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x39304e2b vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x44211a84 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x45595a79 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x58954b72 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5c5a0a2b vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x66afced7 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x79836c55 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7eb882b3 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7eb88c53 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9e0b6b6d vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa1dcbcf2 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa438227d vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbfe5a0d1 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc503f8ef vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc8777893 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xca795c8d vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcb56d7f9 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd258f053 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd7b90352 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdeae761f vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe02a165d vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf861f849 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfb424b47 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfcbb457a vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xff4f125a vhost_poll_stop +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 0x2253ca33 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x317db873 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x404da3ec ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x68efa9ce ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6ba7a03c ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xce7ed031 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xd5fd1a6f ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x1335a59e auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x2f8a032b auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x364a887b auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x4811cbe9 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x64a06ce2 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x6f942d85 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xb29945a9 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xc4ab86b8 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xedd19dd2 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xfd1bb726 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x9bcc3ad5 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x411e43d1 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xd9b8b146 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x5dd5974b sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x8d9aa88b 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 0x22a7af24 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x292da7a2 viafb_irq_enable +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 0x79e6190a viafb_irq_disable +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x9349990e viafb_find_i2c_adapter +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 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0ab5f9b0 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x23124ad1 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x86a0ce13 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x93e50eea w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x98c7eddc w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb970da71 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xcf2a1b61 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe2a911d5 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf1a7f97a w1_next_pullup +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x528385f0 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x3764da81 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x3dcc74c9 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x5bf798c7 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1b3493f0 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2c70eefd locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3ac0b24e nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x89c2cb19 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa898e5ac nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc7108567 locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd16cc63d lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe05fd840 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfd4f3e6e nlmclnt_done +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0634f1e5 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0687e2dd nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07325f19 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07e7c2d5 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ba6bb0f nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f68de51 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10f5ed85 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1326bc32 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17b1238c nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x180564f3 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1aeb98e7 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c6a82e4 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d9c5160 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ec9a4d4 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ee64827 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24d6dadf nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x251a9a22 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26d01afc nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27ded747 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28075c25 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b7927b4 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c6f53e8 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d303e02 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2eb201ec nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2faf6aa8 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x321b86c7 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x337f3388 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37d1b3e0 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ce032b7 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e3be2ea nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3fc65430 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41d58b41 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41fa9c52 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42d0afa2 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b083198 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e3cfe5a nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e5d6d49 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f7269aa nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x546100c5 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ad901b8 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c06075e nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c433b2b nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5db8bf23 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f8951b8 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x628bdffc nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67ea6743 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a1393a7 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6b62fa3c nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c2bca8d nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d3213ee nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79009a8a nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b35ef6e unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d795c88 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e076e4b nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80300c54 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83210866 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83dd58b4 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83f094a7 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8426d947 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87605aed nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87c535e9 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88ef389d nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a2c79a4 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b8960dd nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d1ba010 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e37eba7 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e59eae4 nfs_request_remove_commit_list +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 0x92518d9a nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x925df14b nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x939d8499 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94255b25 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x988052ab nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9975ec95 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9dd9976c nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa174bf06 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa921eee6 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa94a4ff3 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa1f18c6 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa3f08b6 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab2c300e nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab54663d nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab8eb9ce nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae7f8051 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0d4d563 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4d4774d alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5616e43 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb58121f8 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6f63e5d nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7fc69ed nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba5fa05f nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba8dfc48 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc95d753 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc14b9a2d nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3b90608 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6adc784 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc84d5422 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8b0ab46 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca8e83fe nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1cc53c5 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2dfa062 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd53d5214 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd66fe117 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd81dd132 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd82462e1 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9d1145f nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb4c90ce nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb642e50 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc5e3be3 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd4bff78 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe09897d9 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe32fa21d nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3759acc nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe575b176 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7ab2528 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8ace26b nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xecc6207a nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3ba9709 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf84ca1a8 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb8e5290 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfce598d7 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe142e6a nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06c36816 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x07de073e pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f06ed10 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x14b5dd4e pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1a62b224 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e1a2f67 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x22783a1c pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e3c1517 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x35264435 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x35525dbf nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3ae56de4 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3dfe6fe3 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x44f491db pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x46304b2a nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x471de0a9 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4ef9b339 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4f5868b3 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x55a55f21 nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x615f99c6 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x650c4716 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7054a81c nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7c8647f0 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7d76eb2f nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x820b9a10 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa3c8e608 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa43b166e nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa57af10e nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb18a61a2 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb444d62a nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbda023ad pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc701a442 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc76d43ac pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0817469 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0f1fdd0 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2bce2a4 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd538ae86 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5f570da nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd63fc006 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd71e7627 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xddf364c9 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe323e79e pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeeada81a pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf6cc0a35 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf880d603 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x29ac3c99 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xacf8a2e7 nfsacl_encode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x085bf86a o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a28a9e 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 0x5dd06169 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa519bfaf o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb213fd4e o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xde16a823 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xe5336ced 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 0xf6574596 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x0f98070c dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x3431187c dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x5a47a6a9 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9a068af8 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xab22b1d1 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd20d49f7 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x14362bf5 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x61b85b68 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xfa17f736 ocfs2_plock +EXPORT_SYMBOL_GPL kernel/torture 0x0ea75e9d torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4b3773cd _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xce0019b5 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x1afd2180 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x776497aa notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xfdfcb8cb raid6_call +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x1703b0c6 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x462af4b4 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x541457c0 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x60d94439 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xc41afe43 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xc4229d02 garp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x1c2b48e5 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x32969d37 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x789c6733 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x827d7a71 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xaddf98a7 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xc939980f mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x0bdbc615 stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x7b02f3ad stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0xae3b760f p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xe6aa31be 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 0x98686450 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 0x3fb59748 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3e6dbbe9 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x423765e7 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x017b68f2 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x036ae9b2 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0548ea84 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x06dbea78 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x074d170b dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x19d8bec2 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x286148f3 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x28b10e22 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2f93591e dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3101f012 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d147330 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x416f877f dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x435e3a87 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x47d708f0 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x494d820d dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x56e612e0 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x58832248 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x64372ff4 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x66575be6 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6c856148 dccp_poll +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 0x973ab71e dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa0eaac4b compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb72c5417 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb7f3f6b3 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbc3f68bf dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc8db9cea dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc8efa5cb dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd6fc41a2 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xda69ce18 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xde4a8dd7 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe3691b9d dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe7589ef0 compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xed4bae36 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf0b34191 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf822bc9f dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfb6bdfc1 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x13b53eae dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x2f949a3e dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3bd661b9 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5e5d2095 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x99e02892 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd490b135 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9a3fec80 unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd22c5791 register_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x66f6073b lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xf7828287 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x3d5d892e ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x91e13a1e ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd33cf06f ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xdee98c62 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ipv4/gre 0x1701b2b2 gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0xa046230a gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/gre 0xbfcc6641 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xe237511f gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xeaef9daa gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1aec4a35 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x312591bd inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x318170b2 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x9d4f18a3 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb8bc8768 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xecf0375f inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x001a51cf ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0415ab1b ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x143592db ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x34b01cc1 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x39f0d72a ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3fc4e2d9 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8117c1c9 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x990a3934 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xcc330dd6 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xda0eb602 ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xda154750 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf9a332e8 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfe5f41af ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xd220361e arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xbda361c8 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0xd07f3be7 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0xf5467317 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0x5975746d nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x20f09f5f tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x3b7667b2 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x8065614c tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x91b4e520 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa420ce79 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x87c566fc ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xc2d8c36d ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xcb9f0e15 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xe0ffcc21 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xe66bdd7b ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xc73e49e6 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x6657080b nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x5ebf48ad nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0xd2489048 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x004a1a19 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x101ed5de __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x11e5cd83 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1ca94d2c l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1e829eff l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x232b59b9 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x32f594ed l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x38488a8a l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4ac90ed8 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xaee08727 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc95852f2 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd2f7eccb l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xef8155df l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf0284bc6 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfa6676f9 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xffe91d1d l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x39a3ac6b l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x09f8c5de ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x36f15b56 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3e7aea3c ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x41427c94 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x54f1a2c7 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x556067aa ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x61ccda66 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6519dbbb ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x66b90798 ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x67d3f82a ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9380aa4d ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbe7bbe63 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe00b0cfb ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xec9466ef ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1009e76d ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2eec1eef ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3904dea9 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3b6c8437 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x42d7b2be ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x545e343b ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x57c00b4a ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x64e41f3a ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x948b1451 ip_set_del +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 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc2e374c0 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd46b2ed4 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd906caac ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe1ea65f4 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe545ce7e ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf03d5307 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 0x0abcbe7d ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x9a613bb5 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd5058e80 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe43d900d unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x010887f9 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0519da39 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0677dbd3 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c417bf5 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x172c974e __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1be7e60e nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e78b274 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2ddba5aa nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2fbe4341 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x31e58013 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x33a2ebdb nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x34b7696b seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3660425f nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x38db0b61 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x41adb59f nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42e9c94e nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4879e312 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49d965f5 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a9a0fc8 nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4b3c4e1f nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5391cf5b nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54312e0d nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5675679d nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d55e895 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60441949 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60b055fc nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67889961 nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x684b4ceb nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x71dc1aff nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73446c93 nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x749da0b1 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77d02160 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7844e74f nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78c8c2d4 nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x79272f09 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b7dd1d9 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d9f2f0e nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8720ac62 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x87c563e4 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8806a5e3 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8935c51d nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x894b159c nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90df4f5d nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x93f1cecd nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9ce30950 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f007a2c nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa375e86e nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8de86d4 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xabcdf0fc nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac3246d6 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb2f7df9f nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb4dbe773 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb543cd55 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xba30c761 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb7d771e nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbd4067f2 nf_conntrack_hash_check_insert +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 0xc45b6a00 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc8c4aebe nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc9798180 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd2014a4 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd2ee04e nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd63b34d nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce868b4f __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcfcd6347 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd2709e6e nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd79ecf9b nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd97d697f nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdaaaf753 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb588758 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd43e23b nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdfa22ec6 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe3a7094c nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1d23ac7 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf480c247 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf9550eac nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfea4d934 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff160c49 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xfcd6271c nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xbacd535c nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x403cb2b8 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0613c88d nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1074d50f set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x2295ec58 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x36467524 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x436dec1f nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4534a43e nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4d902464 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x5830fdf0 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa1a150a5 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xed52de96 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x26b53774 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x5b1d18c3 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x853e43ff nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x96045793 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xdea1116c nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x18a6c10d nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xddb1aa4e nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0025c59e ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0fa46191 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x41027285 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4611182a ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5f5ea4a9 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6f1d6247 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe8284132 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x5fa12fe0 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x1ea89783 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x00c0e0a3 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3918b769 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x43360a33 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x597eb381 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8d3b9368 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x95df28eb nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc9a7ad0b nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xeae04ab0 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfb4be7ab __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x91a4705b synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9b47e3fd synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x02a783a0 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2616c9b5 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3ba5c11f nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5818807b nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5c4b2e18 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x73fe45fe nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8af55027 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc562ca59 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcdabf25c nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd4ab791a nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd5468426 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe9f95a0a nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfe47dbe5 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0cd34ac5 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1fa9dec9 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x37c389cc nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x6888e497 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa016c22d nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xad14741c nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc00df33b nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x19e47c15 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x4d01ac0e nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x55111163 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x1ed50fd3 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x47813cac nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x61e67232 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x71d9fee0 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x980da73e nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xe980e614 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x04e71b4c nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xf15d0f42 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x09228eb0 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x161d1417 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x254d4658 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x26fe2fa3 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x46f39ba2 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x49538d86 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4cfbebbe xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x514630ff xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5aa9da18 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f47c25f xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f82f1f7 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6624e358 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x691a6d69 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x81326438 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x817a06f9 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9ab855b4 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9b249aec xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb0916935 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcea36a0f xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xda0387ac xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0b4971b xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec24fd82 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xefe8aad7 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfacf1eb3 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x132318ac xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd7e1b517 xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x265c198f nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x757721a9 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xfdd8af7e nci_spi_read +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0bef4936 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x0fc961e4 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x2564af77 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x3e3853da rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x43fa6ad2 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x4fcbb184 rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x559d98f3 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x5ae07bd9 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x69fc07b3 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x7bc62829 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x8dd3a479 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x94914846 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xa851ae1a rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xac34acb8 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xb9e52eaa rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xbfa58e25 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xcf7eb2f5 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xdb603cde rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xdee7d856 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xe021ed14 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe0e77fdb rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe13b07ab rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xe63f3f15 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xe7962632 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x2a5594ec rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x749af98e rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x92c845e2 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xcf7a3560 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf5c5a7a4 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00f70b66 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02f14a14 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0572a496 svc_exit_thread +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 0x06783ce2 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06fda45e svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08803cf6 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b5851e6 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b9ffee5 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bb0bc4d rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c1fc3d1 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c76801a svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0de993c9 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e2d1011 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e33ff72 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ea669f3 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1062b954 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x117b66f8 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x127c7a5b xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12bec83c rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1320e1e4 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14e126b6 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15df6566 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1693bd6d xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1703e92a svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x171f584c _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1800bec6 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x182edd1f rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x187a0781 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cfe4674 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d1bcc3e rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1debf702 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x208d4d37 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21a47169 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x227ea46c rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x228e033a xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x237b8b68 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24700517 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28144d5e rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x283ef13a xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b4577c4 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c5cc487 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d755895 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ed8f5c8 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30bbdcb8 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30cb1e1f xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31908c63 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32f7a550 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34ae3b9a xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a246e54 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b86af6b sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c147a53 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cfb1572 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d82169f xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e0de980 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e25c51b svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ebb9539 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3efa07b8 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f23bc9e rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fed2b2c rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x403bf8f8 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40419a7e cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43de1b0c svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4759f374 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x486a5537 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b4fb15e rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dbafff5 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e691c47 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x500923ae xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x519396a9 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x519c537e svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54492777 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b7cd51f sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d665ac5 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5eb12477 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61c8e5aa xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61e0cb92 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6508d641 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65ab715e rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65f2c207 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66d719ef xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66e7e219 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68493526 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6add7759 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c77da4d rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f17a800 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x712846bc cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x714b0143 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x715c496d rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72c52b35 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72cbc11a xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72f67836 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76d71ae7 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x781bbf0a svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78d7263c svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a36ddbd rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a74ad18 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b07fa63 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7cc76d43 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ea88211 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fa9ae9e __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81b40fe8 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x823adaee xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8276e545 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x834124d6 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8497e835 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85756dcf xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85ac8c43 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x881157eb xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8922151a svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a44f06d xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bfad2f5 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d436873 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f241933 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f77fadd xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90af8707 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90f7513d xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91b6354f sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x920b1af3 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x920be2ec sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9265057b xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93bb2fae rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94e9e5b4 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95a3980e rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95e2fe40 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96dc535b xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a6bf36f svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a7d5999 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b022d9a rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d985b54 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e277ed7 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e93ea99 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f9d1b7d rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa09ee6b5 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3f48289 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4094d37 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa429d0c6 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa651bf31 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6a3713c put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7a87d4d xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9e2ed74 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa5a3b6d rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa8283e1 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab1cfd2d rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacdbdc5f auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadb22604 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae7ccea8 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2922b1c xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5b7b6b7 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6031e84 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7462359 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc891d44 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe0ffec4 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf095e32 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf7ccefb svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc17a0b7e read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc24b37aa svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3480d0c rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5629ecc svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc69f6c3c svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc4c8766 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd38d805 rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf0c2115 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd28c4a34 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5312459 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd74ebb0c svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9e495ff xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc2dbff5 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf821baa xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1552210 rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2da9bdc svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe48eeafa svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe575a638 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5b01362 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9f66da4 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec0e56cb rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed1d86c3 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed443552 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed571203 bc_svc_process +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 0xef988760 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3a1935b cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf45bc564 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6698c4d rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfae7c535 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbe6677a rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc430715 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd120cea sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd75a30c xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffb30d7c rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x00862934 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x07cef159 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15322782 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x16f78015 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x32386edd vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3bfac9eb vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x58ca115c vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x593ef41f __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59d943c8 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x65127cb6 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8ad87f34 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x970b77bc vsock_pending_work +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb46e2a vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xac964fca vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xccf16edf vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2a6a47cf wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x33f156d0 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x654bf615 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0x6e8db318 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0x72f863fe wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x7b90897f wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8459121b wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xad91c17c wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xb708c143 wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0xbcd6fea7 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0xbfd31895 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf0486489 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0xfee25648 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x24d0455a cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x370a7fb3 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6a897976 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6b09aa85 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6b594e88 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x86467c60 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8d4c729d cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x98df5697 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xaf39feee cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbbbae6eb cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcfb6c3fe cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xeb03e08b cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xee5867ed cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x45b382c8 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x57e3a3fc ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x931bc491 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xefc61846 ipcomp_input +EXPORT_SYMBOL_GPL sound/core/snd 0x61887707 snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0x63596236 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x7aac5f17 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xce5946e3 snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd 0xf352e75d snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x2c88d9b9 snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x3d8a6544 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x85d1fbbe snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x08efdd7b snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa47f41af snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x06ef840d snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x47e17627 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x50f43731 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x51489893 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7f2ab58c snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x94e2642c snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9960ae73 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa29e6bae snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb1da4d18 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xcf507e84 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xf0a11c6e snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x06bfc784 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x11750f78 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x84fad956 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xac7120c7 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc7aac70b snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf882a7e8 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x02df9433 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0481c8b2 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x050f6203 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x056ce3f2 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0661140b snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x06732c32 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x06c1e7fa snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d605fd2 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1030f444 snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x192eb5c1 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ac598c1 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1dda7126 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f4949d8 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x202ed885 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22c8d7eb snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2312ce83 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25322f2d snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x26abdeb5 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29382298 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c763c2c snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2cb881b3 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2cc969d7 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ef57073 snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x300d5ee2 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32a26233 snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33b23dc3 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x346a949c snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ad90d8 snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3970f077 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3c2af491 snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3c31db47 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d4978f1 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41e8c4d2 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4200d3bd snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42118c10 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42c13a7c snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43377120 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4393166b snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43dc2993 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43dfe93d snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x447f9c36 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45cb16ac snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x467413af snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49e6e2f6 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x50c01be4 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5369dbfb snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x542b6cbf snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54e3f5f8 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55aa1051 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5884f2c3 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e8bf547 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f7f57aa snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65124482 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67ca6eb1 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67ec99c4 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x68093247 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6975eb21 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6980c541 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b57e04c snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6dae9c8e snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f482e4b snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ffb2050 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72ea7d5a snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x763734fc snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76a64f51 snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x77487a74 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7ce4d151 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d6f4a00 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d7d943c snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81c3e2b1 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x866b183a snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x896cdcfd snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ae8decc snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8dd7549f snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8edee64f snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ef19762 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ef4da89 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9198304a snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x923678a6 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94fbe340 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9753e0dd snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9f4d9b8c snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa195ff31 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3cf3c3c snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4a6bf53 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4d789f1 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4d83c93 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa87011e4 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb085842f snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb09e2abb snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb5698cbf snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7e9b3bd snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9a606ed is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbaaba51a snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbadad0ff snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb8c86bb snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbdc35565 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf9f405b snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0b316f8 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc128c528 snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc4d089ef snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc542300e snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8d93269 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc902c46d snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9684f90 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4006fa8 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5a006b3 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7ffec3f snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd82b4f04 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd93b63ca snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdad69411 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde07d321 snd_hda_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 0xe5587ee7 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5cb8202 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5fe7c44 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe761975d snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe996f83e snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec879f3f snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeebd19bb snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeeeaee18 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xefb5f757 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1cae1bb snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1fe52de snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8b846d3 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfa4109cc snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc24b3ec snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc2eb837 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc4c8234 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfeccadbc snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfee2d09b snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffcaa490 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffe7db1b snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0b1635da snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x16aadbc2 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x34bc6f0b snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x398dce6e snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3eeff546 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x566ead7b snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x74151ea3 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x861e7e82 snd_hda_gen_spec_init +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 0x8834b822 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x92f98529 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa1fe106c snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa8c70821 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbd1d5eed snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc2c9b855 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcaf44693 snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd6a22190 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xee20b1f3 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xeecd66da snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf0566777 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf1c67656 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0x75e45f5b snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x068b3a63 azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x097769a8 azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x2a266c38 azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x98d0acd6 azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xa0870ebe azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xa43fb2bb azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xa48cf583 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xce9f1c2d azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xd45b20ed azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xdd9730b7 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xfca88d08 azx_init_stream +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x0b28c36d atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x743c7094 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xb4b21db4 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x6f48168e 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 0xd04e6aab cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xeefebd8b cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x88e5e15b max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x0d855e1a pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x2f199c2a pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x5628e31f pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xcbb26a72 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x7f68b24d rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x299a11a1 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x1ea53066 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xd083d808 tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xc28b91f9 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x95c455df wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/intel/snd-soc-sst-baytrail-pcm 0x002a6390 sst_byt_dsp_suspend_noirq +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x1a303103 sst_byt_dsp_suspend_late +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x2c7c798c sst_byt_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x4e7f6bb4 sst_byt_dsp_wait_for_ready +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x7161deaa sst_byt_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xededed04 sst_byt_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x05b434dd sst_mem_block_alloc_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x0b314d67 sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x154d5f3e sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x17aa61c9 sst_fw_free_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x17c2407b sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x18927a7a sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1b433256 sst_dsp_shim_write64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1b5e8b82 sst_shim32_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1cd398b9 sst_module_insert_fixed_block +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x23c14712 sst_module_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x2de73236 sst_dsp_shim_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x36bc970d sst_dsp_ipc_msg_tx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x3be28848 sst_module_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4114880b sst_memcpy_fromio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4a045773 sst_shim32_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4d6e2ad7 sst_mem_block_register +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x50d0ddd8 sst_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x62906145 sst_fw_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x62cf2066 sst_dsp_reset +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x64c7e41b sst_dsp_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x6527cb3a sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x6d797bd4 sst_dsp_shim_read64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x78630c38 sst_fw_unload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x819d9cdc sst_dsp_shim_update_bits64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x86d7c73e sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x91818a31 sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x95a95d86 sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x9907aaf9 sst_fw_reload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x9a59f476 sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x9eda4545 sst_dsp_ipc_msg_rx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa0413f80 sst_dsp_outbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xab6a42de sst_mem_block_free_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xb7c023ae sst_fw_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbac08227 sst_mem_block_unregister_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbcec5387 sst_shim32_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xcffc1a62 sst_memcpy_toio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd4006d0e sst_dsp_shim_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd9a2c94c sst_shim32_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe0220c93 sst_dsp_shim_update_bits64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe0621669 sst_dsp_dump +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xf0fb6fae sst_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xf5b034b5 sst_block_module_remove +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xfc1b1269 sst_dsp_inbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xff75a913 sst_module_get_from_id +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x8126f07e sst_hsw_device_set_config +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0xa6e1916e sst_hsw_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0xc00b4b03 sst_hsw_dsp_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x000f3006 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a7b1a86 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c6fc383 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x11fc95ef snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x121be147 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12fdec41 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x158d09df snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1680d197 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18f58f86 snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a226441 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a6162fb snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ad5aebd snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b5f22b1 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1fdacfa1 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21593bbd dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2245aa6b snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x249a62fe dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x25704880 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x259eb4d4 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x274198c0 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27c596c0 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2848629a snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x291c19cd snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ab322ee snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2abb4983 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2cd835ad snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d619131 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d6d23c7 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f085d44 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f32294c snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36479cb8 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3757906e snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3879e382 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a21f5c7 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c3b3279 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d0e1790 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3edcf889 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f8b8821 snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42247884 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46da0c70 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47b72a9c snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47d6c847 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49596132 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49927c89 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ab85cc4 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c177e06 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x502b82d8 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x50c0b1d1 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5170427d snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c24496c snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d6ec7e3 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5dc07a6d snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e630c9d snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x600f50a1 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60ea1439 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x633a786a snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x635281ba snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64a74c99 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6630a1f2 snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a91690a snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d166278 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ee80451 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70d78118 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x711954f0 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71ef6335 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78134c03 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x791e5fd7 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79215731 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79442a58 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ccd5bb0 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d507206 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e6b6c17 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ff069c2 snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8013fc2f snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x830dd238 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x843a1f0e snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87109340 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87b8d357 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x880f6ba8 snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88d1f4df snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8927dd88 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ca4e574 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d0b0895 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d7336ab snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d73c63d snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f73ee7e snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x908b600c snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x90ea6563 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x920f4312 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92d10276 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94eacee9 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97235055 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x980b00b5 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x983bda6c snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x991a782f snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99ed600b dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0d49331 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa179bf23 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2d79fb1 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa305353e snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7c56134 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7dc3141 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9b6c1cc snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabf59965 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac0b104f snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae509ba0 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaee9cbfe snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb35c522f snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5442c25 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb571069d snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8872f22 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8cc3833 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc5b20c7 snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd9bade4 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbda259e0 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc08cd4e1 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc13d7504 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4872ed9 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4920fdf snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4925b81 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc598179b snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc702bec5 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc595bb7 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd2945e5 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfc46fe1 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd436db05 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe07a1241 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe115a761 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3a54a51 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3a6f69f snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5539723 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb8043a4 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec24e9d4 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf01ea46c snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf165961a snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf64d1550 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf67b38e4 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf922a33b snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf953110d snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9aaa2c4 snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa3073b4 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfaa7eb6f snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb44c86b snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc52124a snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfdddad55 snd_soc_component_read +EXPORT_SYMBOL_GPL vmlinux 0x002f9c83 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x005a5bf6 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x006bc072 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x006ed424 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x0070ef14 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x00710d1b inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0072be7b blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x0076a3c1 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x0076d2cb sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x00860db9 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x00922fb5 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x0102c837 iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x0107cf87 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x0118f248 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x01211299 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x01252c35 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x0151e240 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x016ecbe3 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x01cc76f9 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x01cf6985 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x01cfa353 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01edc3c6 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x0206f04f dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x02209e6c proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x0236daed ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x023e6ec8 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x02448233 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x025aff23 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x026211e2 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x026c034e spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x0270b27d usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x027cfc29 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x02803a26 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x029eea3e tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x02a97dbe power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x02abcd7b regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x02ed0005 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x02fffd04 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x0334ec6f jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x035375c8 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x0370ff5c regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0378cb0f xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x037ca924 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03c65360 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x03cf2205 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03eca9a1 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x043cde03 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x0484a7d2 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04ab4693 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x04aceeca pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x04bc2f6a of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04cc361d pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04ebbe9c xen_swiotlb_map_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x050c54d8 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x05117706 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x051c16e3 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x051e1c9b pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x05230a66 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x053494cb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0575239e __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x057cd7fa virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x057ebac1 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x058c0400 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x05a74660 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x05cf9afb usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x05d38237 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05e0794c ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x060b314f set_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x060bcfed setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x060d1064 set_memory_ro +EXPORT_SYMBOL_GPL vmlinux 0x06150da6 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x063f8f0e inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x064399ee devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06a062cc kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x06afcd10 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x06cccc1e fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x06d549e6 pinctrl_free_gpio +EXPORT_SYMBOL_GPL vmlinux 0x072da637 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x0754a038 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x07555477 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x075cc556 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0790e20b extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x07a74a57 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x07ada087 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07d361e8 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x07fc478e acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x08050cb7 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x08382c16 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x083994fb smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x084d46a8 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x087cae0f __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0x088bfa7e cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x0898e7c8 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x08b737da blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x08b773e0 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x090c3439 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x094313d7 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x096aa8bf apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x097a105a efivar_entry_size +EXPORT_SYMBOL_GPL vmlinux 0x097e3c31 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x09817bdf regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x09a9cf19 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x09c0ead5 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x09d13e6c default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x0a40998e ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x0a73e76a scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x0a7772a7 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x0a932819 efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x0a98787c __add_pages +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0aa1ca6d napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x0abb4e1c ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b080d7a ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x0b2ec1f6 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x0b417065 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x0b4fde77 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b566d3d ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0b6e69e9 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0b7b9554 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bb72365 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x0bc471a9 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x0bcd7aeb usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x0bd417a6 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x0be79ef5 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x0be8cb31 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0be95587 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x0beed3e8 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0bffd27a ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c190f39 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c3f40a3 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x0c53db8d __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x0c793d19 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c80e3fe efivar_init +EXPORT_SYMBOL_GPL vmlinux 0x0c879bfc srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x0c893695 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x0cabea64 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x0caed92e __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0cb2a7fe da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x0cb2b90b relay_close +EXPORT_SYMBOL_GPL vmlinux 0x0cb5e003 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cf137f1 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0d0132d6 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d14e40d dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x0d16344e spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x0d2f2f86 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x0d5d786e kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x0d65cdfd kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x0d6e08b9 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x0d738d3c acpi_dev_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0d756912 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x0d82623b clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x0d86b5b6 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x0d8fa8d8 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0d92c32d fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x0dac501b ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x0db20027 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x0dd11f01 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0df577f0 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e0ea6e4 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e1b64f5 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x0e3b5604 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x0e66303c wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x0e7c5228 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x0e98117d debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x0eac29f8 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0ecf823a static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0f0b808f regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x0f24a191 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f509128 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f8c58e6 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x0f90f33a kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x0fa138de xen_hvm_need_lapic +EXPORT_SYMBOL_GPL vmlinux 0x0fc8ad1c tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fddad8e spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x105a5fee rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x10923c5a pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x10adb23f devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10b706d0 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x10d07dea gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x10e2ff23 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10ef0b3a xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x114f1a20 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x117c7305 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x1197515a mmput +EXPORT_SYMBOL_GPL vmlinux 0x119af014 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x11b7b561 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x11c543c6 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x11d95714 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x11e3c98a key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x11f421f8 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x12092ed9 ref_module +EXPORT_SYMBOL_GPL vmlinux 0x1210cb46 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121e2f1a blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x124ebc2c da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1264dcb8 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x127df83c pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x128a5e36 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x128bcf27 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x129071df relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x12b00fa2 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x12c632e9 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x12c77e2a acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x12fcd4e4 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x130bd388 check_tsc_disabled +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131b6526 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132ada3c swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x132fc939 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0x13341344 __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x1349f747 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1386479b sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13b89dee pinctrl_request_gpio +EXPORT_SYMBOL_GPL vmlinux 0x13bf59aa key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13e70fe6 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x1404c229 fpu_finit +EXPORT_SYMBOL_GPL vmlinux 0x1433cbc4 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x1445e7f7 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x144d91ee ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x14567be9 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x14592f9c wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x147569f7 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x1482afde regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x14b26497 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x14c729e2 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x14ed195e devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x15010e1f arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x1501bf65 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x150299fb __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x1557e592 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x155a5fb2 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x156e4928 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x1579b46d fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x157da352 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x159016ec clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x15a15558 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x15a17828 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x15b0606e e820_any_mapped +EXPORT_SYMBOL_GPL vmlinux 0x15bf6507 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x15dc7875 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x161fa4cc rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x1631e695 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x16af1776 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x16cbd428 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x16cf51b4 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x16d0f1f5 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x16dcf561 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x16f72d44 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x16f9f103 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x170b9511 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x175ba0f9 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x177408b0 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x177aea3d __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17babe04 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x17bf9cec tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x17c637b8 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x17c804c9 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x17d754a9 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x17fddb9b inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x18047614 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x181ed19d sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x18227d0e pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x1829b9ed hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x18458828 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1848d7d7 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x184e4bf7 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x1858837a led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x1861ea04 __clk_register +EXPORT_SYMBOL_GPL vmlinux 0x18625488 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x18743dc1 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x187c956a pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0x1889361d tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x1889563a clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x18b2be77 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x18c3d3d8 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x18e485b5 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x19014a2b devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x190b42ac ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x1931a4ac swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19510500 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x19699567 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x196a575f spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x196ad999 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x198a196d debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x19941ff1 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x19946120 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19f302ed uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x1a022be0 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a447b00 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x1a75e74d wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x1a83b98a __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1acbe96d br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1ae51e72 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x1b16bffb rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x1b3248b1 of_css +EXPORT_SYMBOL_GPL vmlinux 0x1b3c9291 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x1b4b322c ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x1b4b9d21 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8da281 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bfecd46 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x1c06221c usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x1c0f278e pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x1c4ec16f class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c56aad0 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c7feb06 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1cbe05c3 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x1cd6e162 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x1cdb2147 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x1cfd95c1 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x1d459685 xstate_size +EXPORT_SYMBOL_GPL vmlinux 0x1d53c286 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7cb586 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1d8fb3bb acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x1d96f7e4 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x1db7c8c0 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x1de4aa53 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x1e000879 hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e220274 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x1e24ec80 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x1e2d91f9 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e4176a8 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x1e4257e7 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e7762c4 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8d3ccd tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1ea0a431 i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb89cfa max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ece83da register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x1ed53596 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x1edc21cb hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1ef04411 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x1f0601c7 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x1f1988f7 hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x1f6ab7ae gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x1f6ec52b iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x1f7b0268 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x2007c306 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x200e56e3 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x20415ae8 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x20513f02 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x20894aa3 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x20969801 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x209ad3f2 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x209ec764 xen_event_channel_op_compat +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c113a0 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x20cd9195 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x20e5f0fc spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x20ea9352 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x20fea8a8 __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x20fff0ea agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x210231cd pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x210bff89 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x214114ea ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x21623360 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x2170bda5 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x2187e797 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x21a8e383 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21bbf60b ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x22087001 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x220f3e6a sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x2260abb1 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x2278bbbf regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22ab0817 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x22bd03b7 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x22bfec3a regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x22ce5c74 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x22fd336c usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x230975ed ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x2311b4cb pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x2327ab3f raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x232c553c regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x2348c10e __efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x234cf1f5 xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x235a723d crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x235f4673 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x2366a2c0 errata +EXPORT_SYMBOL_GPL vmlinux 0x2367b4d4 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2398bc62 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x23c61511 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x23c6156b devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x24011e14 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x240ebfea devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x241ba89c regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x242067ca __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x244baf73 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x244c73be devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x245916aa crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x246e7063 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24e63b3d lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24edccb6 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x24f23d80 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x251907a5 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x2526dac7 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x2590baf3 __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x25a97010 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x25c53342 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x25ce3862 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x25d7616c irq_free_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x25da638b xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x2605e094 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x2614828a extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x262f9e6a ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x263b8c96 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x263f12c5 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2658d840 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x265aa992 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x26965721 slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26b9a1e0 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26d4aa68 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x271d922a usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x271edf96 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x2735ef9d init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x273a310d fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x27531120 system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0x2779bf40 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x279cb985 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x27c0c4be eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27d2cc35 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x27ddb33d acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x27e38e3a find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2804b79b usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x286bfcf4 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x2871edad sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x288e7ddc sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x2890714d scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28acbc86 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x28dbd886 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x28e1c06d skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x28e400ad dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x28e622fb register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x28ea45cf usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x28fc17a0 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x29b21c51 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x29f4807d xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x29fb69dd ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x2a233a2d __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x2a50cd23 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a727e10 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x2a7998ef tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x2a86b039 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x2aa89d48 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x2aa967ab pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x2aab3772 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x2aae1a81 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x2ab42cd7 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2ad162d3 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ae2a000 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x2ae8219b crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x2b0d3633 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2b238f05 percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x2b676e4f da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x2ba4f6d4 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x2bd72b76 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x2bf32707 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c2e55af regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x2c515c73 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2ca47c8b rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x2cb42a9c pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x2cb973ae crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2d073a53 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2bfc16 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x2d2d05ad regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2d312b2c debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d4c9b29 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d656d3f context_tracking_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2d709752 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x2d9f2ce3 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2d9f3edf tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2db73505 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e50f097 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x2e56a1ec pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x2e736852 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x2e7e2a69 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x2e864c05 efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x2e86a222 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x2ea02864 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec762e4 __module_address +EXPORT_SYMBOL_GPL vmlinux 0x2ec98839 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x2edc13ac ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x2ee5202b rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x2ef079b0 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f10f1cf sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x2f18eb75 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f60abd2 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f7e0a91 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x2f857551 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0x2f955aac clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x2f9c5ede __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x2f9e835a kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x2fc30dc8 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2fd8dfed unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x2fda581c arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x2ff1ac80 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x3023bc63 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x303c979b print_context_stack +EXPORT_SYMBOL_GPL vmlinux 0x307ccdd0 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30998804 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x30a49be3 m2p_remove_override +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30ed1750 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x3102af6c xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x3104828e rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x31233ed9 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31411987 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x314e049c tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x315400f3 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x315448e2 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x3165faa3 device_register +EXPORT_SYMBOL_GPL vmlinux 0x317f325e ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x317f32f6 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x31a1c915 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c63679 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d99d4e ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x31edd5bd spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x3214e0df acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x3218d0f9 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x321f86e7 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x322dddd7 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x325e9ead dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x326d60fb pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x32838334 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x328ae1d8 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x329c0f00 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x32b2e626 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32bded08 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x32c18fb8 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32ddd5b6 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x3310bf11 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x332f258d virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x334b82bc rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x3360912d dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x33655159 xen_pcpu_hotplug_sync +EXPORT_SYMBOL_GPL vmlinux 0x3377a2fa unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x3392a667 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x339b1ab0 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x33b96e5d apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x33da288d dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x33db9a63 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x33f255b3 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x3427e630 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x344d4275 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x344eff1a pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0x34571ff4 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x3465fce6 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x349cc365 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x352f5a49 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x3545fbc4 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0x357ad3bc ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x359f5705 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x35b02a06 pci_get_hp_params +EXPORT_SYMBOL_GPL vmlinux 0x35e4ecff apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x365bc66b skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x365cc1d0 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x36625da0 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x3676e2ae raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x367b513e spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x368f1fea static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a2f79c ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x36ade1d1 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36b62670 irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x36b70d48 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36c7a1bb iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x36e3fd9a sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x36f63718 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x36f75feb input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x3709f089 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x3799d7b9 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x37bbbc96 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x37e0c934 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x37e49a61 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x37f1ffbf gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x387418c3 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x38c0a927 regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0x38d4b834 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x39121a49 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x391924c0 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3927fa53 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x39291530 blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x392dd62d __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x392e0a1d xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x3944ff4c subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x3946d92a pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x39547496 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x395518bd unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x395d2135 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x397d40f4 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x39ac3d6c i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x39dfdd2a usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x39e41d76 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x39f750ff class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a38dc65 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a5919c0 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3a5b25b1 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x3a5c33a1 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x3a9e16de acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x3aa0af37 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x3aaa9f7d disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x3ab69bee crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad0e201 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x3ad308c6 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3adc81b1 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x3b17527e devres_add +EXPORT_SYMBOL_GPL vmlinux 0x3b2e2290 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x3b43e665 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x3b459458 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x3b490f66 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x3b4ba1f6 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x3b52d7fd dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x3b5da3f4 xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x3b7145bb apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x3bd6ee58 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x3be1f006 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x3c00bc4b fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x3c17babe device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x3c1e0666 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x3c3b79b7 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x3c4a0e0f xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x3c52bb20 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x3c54300d __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x3c564919 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x3c5ba00f ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3c5f0137 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3c9d920f i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x3cb31dbe debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3ce89232 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x3cf1b7fc aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3d08a2fc iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x3d2d6c0f fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x3d30daaa __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d4dc70a crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x3d5f392d acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x3d75bc75 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3d83d7e8 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x3dae6404 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x3dbec108 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x3dc515a5 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x3dc5920f dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dca879a irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x3dcbfa49 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3de93c17 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e04b04a tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x3e15196c srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3e1df978 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e868037 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ea5316e devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x3eb5dbed acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x3eb85e28 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x3eba04ff hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x3ecb3cd0 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x3ecd6147 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x3ed6140e led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x3eef614c xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f08b187 find_module +EXPORT_SYMBOL_GPL vmlinux 0x3f229c4c oops_begin +EXPORT_SYMBOL_GPL vmlinux 0x3f36850c device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x3f3b98e4 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f59e7de ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3fa488c5 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3fbc9994 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x3fc72d3d __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x400310e6 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x40515599 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x40691721 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x408fc8f2 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x409510b2 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x40a03fdd bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x40a11015 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40b0cf18 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x40b88cea perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40ec989c usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x412b97b4 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x412fc7c2 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x414eb7ab gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x4151b094 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41dd229f iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0x4213a51a efivar_entry_set_safe +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x421a5b7a shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x426edd37 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x427d5c68 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428ff571 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x4293f08c sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0x42db2ea4 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x431ada61 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x431b2153 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x4358cbd9 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x43738463 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43b3b9f4 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x43cb2805 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x43d3710e skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x43e1abc1 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x43e8f13a __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x43eeaa54 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x43ff2bf6 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x44164330 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x44424c68 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x44472f0d pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x446d01d2 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x447283a7 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x448a2549 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x448cc2bd vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x449fcc4b regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x44c5cfae usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x44d978b4 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x44de2a0d sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x44eb5a48 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x45016baa bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x450fb522 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x4525fd22 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x45521b05 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x455eda7f usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4576096b crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x45b3ea0d rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45d1d1c5 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x45ec6820 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x460f31aa rodata_test_data +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x461a6d2f da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4622b58d __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x463d24ea ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x46434934 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x465488ce irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x4655c0f2 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x4672e5cf fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46c04960 __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x46c4b367 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x46e2bd44 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x4701c176 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x47032646 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x475b1ff5 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476a699c class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x47934599 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x4795ad04 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x479e1467 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x479f7f76 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47bb065d crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x47bc912a devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x47dbd3af rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x4835c135 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x484ac31f dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x4850abac sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x48682db9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x4878e638 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x487b86a6 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x488b9c02 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x4892e703 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x489deb2f ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x48bd4ea8 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x48c47405 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x48c7e06e wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x48d2795c md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x48dce30e devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x48fa9f5f led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x490a8df6 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x491a0a00 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0x492cd0c5 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x4939fa5e led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x493b9fbe rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x494fc011 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x494fc93d dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x49878f82 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x498a3a7e bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49981424 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x499b1496 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x49a16b33 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x49a8358c pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x49bbd87b pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x49c6d0a4 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x49ceed03 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x49e2e6f1 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a1e2a0f d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x4a3c3cf9 microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a507cbe rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x4a6b600c ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x4a8bc2ca led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x4a8e7b7e platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x4a8e7f5e root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4a90160e bprintf +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ab80b71 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x4afa19dc apic +EXPORT_SYMBOL_GPL vmlinux 0x4b29a71f uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4b5bf77a pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x4b61e003 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4b6b26c2 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x4bf0d6d1 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x4c0ae344 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x4c0c5f82 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x4c27ca94 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4c2a472b __static_cpu_has_safe +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c6bbbc3 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4ca1a984 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x4cdeb015 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x4cfc5e48 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x4d0835d8 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x4d0d575d usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4d148182 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x4d227e23 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x4d5221b6 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x4d63e641 xen_swiotlb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x4d76cf77 xen_swiotlb_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x4d836df5 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x4daa6a35 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4db171e3 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x4db8472e tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x4dbb8171 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4df08e86 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e2ddd44 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4e4b0790 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x4e57723d apei_read +EXPORT_SYMBOL_GPL vmlinux 0x4e6dfc36 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x4e74e625 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x4eb49e0b __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x4eb53d4d od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x4ec6a1a3 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x4ed10509 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x4edab3d9 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x4edfc2ae get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x4eef95ea bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f339789 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f606e06 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f8ea68d dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f99ea51 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4fa21bd2 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x4fa342de dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x4fad0914 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x4fcefe05 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ffdeb2e cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x5002b346 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x500b6dd7 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x50176de1 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x50347bac synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x504f145a wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x50595705 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x507de8c6 add_memory +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x509713e8 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x50c86c7d __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x50e00c8c wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x512b1d19 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x512d5b53 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x514cfe38 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x51897555 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x5191bd3c efivar_work +EXPORT_SYMBOL_GPL vmlinux 0x519686a5 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x51ac344e perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x51b2de51 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x51c958a5 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x51ddb349 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x522f538b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x52335252 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x525b89d5 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x525c640b pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x526c5d32 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x529eb935 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52b9896c tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x52bfdadf efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x52d6acca devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x52db1794 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x52ebba92 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x53020645 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x53041dc6 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x5305646e alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x531332b9 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x53304c93 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x5341e01e sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x5368376e ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x537bc5ae acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5390a46f crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53d11d5f iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x53ed2813 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x540703f1 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5422a31c sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x54318961 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x54356905 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x54434b13 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5473586c inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x54855f16 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549778cf rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x54a8e8bb pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x54ab54b6 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x54b0276a set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x54c10613 __netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x54d3c5fa dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x54da9e55 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x54f340f3 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x54fbaf43 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x553e6dde crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5544318d blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x55545e98 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55828e47 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x5582c312 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x55946c7a dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x559eb19b dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x559ef87a device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x55b3371d usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x55c871f1 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x55dba1d7 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x55dfeee0 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x55e661be fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x55f3a661 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x55f62906 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56341ea0 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x563bb500 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x563d432e phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x5653ba05 efivar_entry_add +EXPORT_SYMBOL_GPL vmlinux 0x5654f836 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x5675cb2f syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x567f8aa9 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56947347 dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x56bc9b0f devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e7d899 unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x5733e780 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x574e1119 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x57520d16 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x575c5f94 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x57971f43 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a689dc dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x58040fc0 efivar_entry_set +EXPORT_SYMBOL_GPL vmlinux 0x58084d07 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x581d9a9f class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x582fdb33 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x58333e5f phy_put +EXPORT_SYMBOL_GPL vmlinux 0x58451709 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x585704ab aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0x5876b617 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x5886bbf0 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x588cd429 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58a32814 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x58d2e905 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x58e2a027 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x58e82398 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x5905c32a platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x5928e035 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x5930d743 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5955ca28 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x5979e6f4 xen_swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x597d1b4e fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x597dec7d __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x59943122 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59ba15c9 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x59d7f880 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59ed5d9a serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a330ee3 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5a441ebd efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x5a56f529 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x5a69ad5d trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x5a6aa550 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5aad3ae1 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x5abf43c0 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x5ac2727f smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x5aca9e88 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x5af00722 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5b3ab40b transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x5b5aeb30 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5b5be359 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5b61b655 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5bd69dbb devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x5bd88c3b sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x5c3c32d8 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5c4cf704 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5c66e90c efivar_run_worker +EXPORT_SYMBOL_GPL vmlinux 0x5c6e1002 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x5c722617 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x5c96e5b4 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x5c9bacf5 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cc44de9 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x5cc53b0c user_read +EXPORT_SYMBOL_GPL vmlinux 0x5cde8972 task_xstate_cachep +EXPORT_SYMBOL_GPL vmlinux 0x5cf8a882 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d16875f tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d48a650 m2p_find_override_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5d62d99b blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x5d77952d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x5d821fec __efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x5db1c1d3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dd18e9b crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5df8c74a i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x5dfec142 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x5e114b51 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x5e26b659 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x5e36c6bf user_match +EXPORT_SYMBOL_GPL vmlinux 0x5e3a705b rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x5e4620ba tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e589f90 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x5e616131 component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x5e71fc64 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x5eed5223 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x5ef33593 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x5f111e26 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x5f1e5383 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f79a98b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5f7afb72 regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x5f977181 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x5f987d2d spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5fc27be9 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe90687 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5ff064dc thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6009eebd led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x600f3ce7 component_master_add +EXPORT_SYMBOL_GPL vmlinux 0x60210ebb register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x6032caea sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x60350a84 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x605a6ec1 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x60604c71 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x606ffd99 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60930d37 save_mc_for_early +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60aa465e fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x60c95350 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x60cd73ed pv_apic_ops +EXPORT_SYMBOL_GPL vmlinux 0x60d9cdf4 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x60e1b9f0 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x60e2516b nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x60f14052 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6100da18 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x61293d92 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x61509d8a pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x615ff50b tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x617a5bca crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x6183ff15 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x6194ffea do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0x619d1ed6 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x61bea2e2 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x61dee023 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x61eb63c4 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x6206296a ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x6214ca7c acpi_dev_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x6223d719 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622d4c4d device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x623803c8 hest_disable +EXPORT_SYMBOL_GPL vmlinux 0x6242a653 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x62708c3f sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6286d9da gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x628936e9 xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x62a7748b arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x62a86538 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x62a99e07 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x62bc092d xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x62bf9b89 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x62d499f4 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x62d5e364 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x63047547 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x630cf2f8 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x6336d7c5 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x633c74b1 xen_swiotlb_sync_sg_for_device +EXPORT_SYMBOL_GPL vmlinux 0x633e0fd8 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x634df704 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x635ec980 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0x63737ca6 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x637438d8 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x638fe045 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x639b2135 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x63acee54 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x63c5cb6f gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x63dc302a ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x63e9c426 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x640ed7ba inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x641a27c0 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x6458a628 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x6471faa8 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x647638a9 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x648f5fea smp_ops +EXPORT_SYMBOL_GPL vmlinux 0x64958ad7 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x64981579 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x64aa2bb6 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x64b7069e apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x64be7a5a ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x64c8f9bd __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x64e41030 clear_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x64e97b8e fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x64f2ce6b gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x65840564 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x658c8186 amd_get_nb_id +EXPORT_SYMBOL_GPL vmlinux 0x659d08e2 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65e8a7aa pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x65e8bc73 m2p_add_override +EXPORT_SYMBOL_GPL vmlinux 0x65ff2579 get_matching_microcode +EXPORT_SYMBOL_GPL vmlinux 0x66069728 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x6614fba2 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6628551c mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x66322ecd efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x6655e72f PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x66816d6f __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668983ea device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x66920ed0 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x66ab97c0 device_reset +EXPORT_SYMBOL_GPL vmlinux 0x66cb137d napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66f5a292 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x671da0b0 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x674641ef _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0x674a1012 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x67925934 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679795a5 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x67bd9dc2 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x67ce6d56 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x67da225a ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x680700bd driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x68129b1c tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x6828c5d3 efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x686cbf24 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x686f043e blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x687587d9 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x6875a6e9 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x687df8eb wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x68821768 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x689375b6 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x68ae38f4 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x68d6a27c regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x68f9c515 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x68fbd0f5 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x6906946c crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x69162467 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x692380e7 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x693d9b91 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x697bcc85 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x69975a8c mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x699af786 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a3fbab1 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x6a44807e skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6aaea421 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x6ab67788 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x6acad21f acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x6ad2d082 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x6b03b544 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b13ecd3 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x6b234439 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b3475cc iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x6b366d59 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x6b6cd610 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x6b6e4c8d xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x6b704d2c iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b8a9e46 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x6b93bf60 inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x6b9aa5c4 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x6ba7bc48 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x6bcb657e power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x6be04bb2 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x6bf1b90d dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1251fd apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c207ba4 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x6c27f9c5 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x6c2a6442 component_add +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c471cec rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x6c48fc9d rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c52b057 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x6c57341c sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c6bc17a regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x6c72ff30 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cbc96c5 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cd51c6c kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x6cd94f2b regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x6ce59620 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6ceed321 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x6d21d546 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x6d2785b5 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d3612c6 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x6d507be8 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x6d60b39b crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x6d73351f sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6d7f0771 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x6de3e204 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6deba9b7 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6debd27b event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x6df8f4cd pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6e0087c5 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e20ae87 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x6e216802 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x6e2a4287 vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0x6e3d41fa usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x6e413ccc sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x6e4c98bb pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e803cbe security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8bf789 hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x6ea98361 ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x6ead13e5 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6eb9c7c8 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x6ec49b08 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x6ed23b2a rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x6ee47c0e ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x6ee6dacd blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x6ef40802 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f280cd3 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x6f73ffba netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x6f79dc8c crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x6f8406a1 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x6f9c4dc1 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6fa9e2e5 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x6fcdcda1 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x6fcead85 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x70182a25 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x7049d38e sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x7062bc1b pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x7073c0b8 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x709605ca regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x709f72ce noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x70adb231 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x70b0413f dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70e45bec xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0x70e81823 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x70f292c1 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x70f4b542 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x711b456f inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x712d7db0 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x713c468d aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x714713aa percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x714930ee regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x715726e3 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x72546d2b pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x728409ba find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x728cdebe kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x72b7a6c8 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x72c28e16 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x72dc22e7 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x72ea840a __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x73003e80 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x730bf316 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x73168bcb powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x732974b5 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x734d7f76 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x73510609 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x7363702c ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x73854c8a usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x739e3e95 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73d719a4 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x73fb60e4 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x74628570 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x746428eb crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74af51a3 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c08941 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x74d97559 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x74dc8dae perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x74deb10c used_vectors +EXPORT_SYMBOL_GPL vmlinux 0x74e40236 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x74f8973d sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x750411e4 acpi_ec_remove_query_handler +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 0x752dd3b8 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7534dedb inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x757b49d2 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x7583d869 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x758a3812 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x75b54669 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x75e3c1bb fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x75e6cad4 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7627daad hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7629390c extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x76564c58 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x765fb67b device_attach +EXPORT_SYMBOL_GPL vmlinux 0x7676fb62 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76c953a8 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x76ce6c6b ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76fbd26f xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x771309a2 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x772fbcaf trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x773698a4 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x774b0503 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x775a6ef5 kvm_read_and_reset_pf_reason +EXPORT_SYMBOL_GPL vmlinux 0x775d2599 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x77698037 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x77898b14 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x779f4734 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x77b8efb3 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x77d5dd73 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x77f666de tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x7819cd41 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x7838ae1c pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x78459541 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x78514385 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x7855154e mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x78620c73 __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0x78681a7b component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788062d0 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x78cf68fc unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x78d5b93f acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x78de997c md_run +EXPORT_SYMBOL_GPL vmlinux 0x78ea227b acpi_bus_no_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x78f442b9 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x78ffde37 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x79415b0a rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x7953e12f platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x795b5d02 rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x7961d88c wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x796abc96 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x79728561 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x799cc695 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x79b8e197 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x79bc135d serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x79e69460 intel_iommu_gfx_mapped +EXPORT_SYMBOL_GPL vmlinux 0x79f94be1 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a319404 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7a76f941 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7a9bd4c8 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x7ac7f5ba spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7ac8e5b0 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ad59175 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x7ad65eb6 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x7aeb4e95 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x7b0bf52c xen_swiotlb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b292d19 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x7b4baf4c ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b581ee9 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b915c9a wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x7b9ad523 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x7bd4488b anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7bd9baf1 xen_swiotlb_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x7bdf180a unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x7be4a67d usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x7be89b35 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x7bfae67c usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x7c309fa6 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7c32a94e thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c3df23f __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c7217c9 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x7c74e58d usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x7c858678 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x7c9f3e69 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x7ca7fdab gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc57cd3 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7ccd4369 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d018f20 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x7d175e91 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d3ad3cd sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x7d3ee9bf ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d624fa7 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x7d81e068 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x7d8e0ca4 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db33969 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7db4a95f dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7dea89be sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x7e003687 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x7e244ba5 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x7e4d58ef __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7e4f3c18 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6849ff dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x7e723e4c acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7ebd42eb unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7ecf99e9 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x7ed3fbd6 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x7f059dcb bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7f182ede thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x7f22f6cc sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x7f2797e6 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f5037ca crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x7f6e6e9a blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x7f6e8d2e rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x7f7c837c pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x7f87540f pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x7fade53d da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x7fb220fb watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x7fedc116 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x7ff857c7 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7ff936ac relay_open +EXPORT_SYMBOL_GPL vmlinux 0x80156244 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x80266ed0 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x803317f6 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x803d1a13 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x8050db4b __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x806e502f btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a06f96 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x80b95e91 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x80d3927f __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80ef3c87 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x80fc6762 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x8102737a irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x810f2e4e clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8129308b get_device +EXPORT_SYMBOL_GPL vmlinux 0x81307724 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8146ebbe adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x816f0b83 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x81807878 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x818d4dd9 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x81b49287 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x81cd9c88 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x81e39a06 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x8216c370 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x821ef77a __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x8241390c spi_async +EXPORT_SYMBOL_GPL vmlinux 0x82424daa hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x825f90d4 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x82807512 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x8294baf5 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x829538c3 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x829d9002 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82dbec19 erst_write +EXPORT_SYMBOL_GPL vmlinux 0x82e5782e iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x8304e44f ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x83108b11 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8311d9c0 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x831dbb7e rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x832724e0 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x8338317b pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x83703df6 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x839ac8aa inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x83ba5ba9 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x83eeb71a rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x840bc765 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x841181aa crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x841f4183 xen_swiotlb_sync_single_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x842ef9b6 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x84328cb1 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84461bc2 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x8463f2a7 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x8470e25c usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x8487a2b6 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x8495b427 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x84dc10f9 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x84eba7b0 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x850a0317 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x85157d6b dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x852dd32b palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x85435332 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x85436257 clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x8543c7d6 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x854535a2 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x85602565 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x8563c478 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x8563edf3 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x856fa991 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x8572e2e3 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x8582b7ab usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x859aea9a xen_set_domain_pte +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85ca68af md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices +EXPORT_SYMBOL_GPL vmlinux 0x85d34d1e regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85fa44ee __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x85fe868e xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x860f3438 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x861254a5 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x8613c551 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x86161c88 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x8650ba4f module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x8654be58 hv_remove_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86982bc7 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86aeda2d clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86c48393 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x86d099f4 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x86d840cb ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x86f3455a preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x8702e548 process_srcu +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x87186586 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x87193cc6 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x871aade9 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x8764836b rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x87936443 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x8794cd19 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x87c1e2a0 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x884344c3 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x884f5d4c user_update +EXPORT_SYMBOL_GPL vmlinux 0x886384a1 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88f70657 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x89171103 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x8946f468 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x8956aeae apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0x89aa1f7c da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x89ac464a __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c0982a ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x89ded621 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x8a1d826b sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x8a342c47 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x8a4b8066 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x8a559846 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0x8a6f36f6 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control +EXPORT_SYMBOL_GPL vmlinux 0x8aa7cf41 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x8ab852d3 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x8ab8e984 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ad531b7 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0x8adc40c5 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8aeaa79a bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x8af42bbe pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b047bc7 mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0x8b1d52e0 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x8b37ae54 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x8b39e32e virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x8b4e7d8c raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x8b63e6a9 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x8b6f7daf acpi_dev_pm_detach +EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x8baac5df regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c3db0c9 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x8c42373e regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8c5122dd dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x8c5f07dc ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8ca5e0cb rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x8cb9eb9f cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x8cd9f935 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0x8ce0dbf8 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x8cea765f memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x8ced9ab4 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x8cee2328 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x8d0e7be6 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2c9f6a relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x8d36c088 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x8d3a6e56 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x8d3f83a4 genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0x8d4c1e3c bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d6f7f7d hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x8d782903 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x8d82d7f6 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x8d9fa235 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x8da6dce9 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x8daf21e4 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x8dbcfc0e ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x8e31c4a9 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x8e403d52 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x8e4a46e3 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x8e5703bc wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x8e5830da ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x8e59b0b4 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x8e6bfe8c locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x8e6f1662 xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8eddb5ee perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x8edfb574 injectm +EXPORT_SYMBOL_GPL vmlinux 0x8ee4947f rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x8eea4464 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x8ef564e1 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x8f08c8dc usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x8f2da7cd debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x8f44943a blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f57f70a crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x8f68dd2e kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x8f6aab7f debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f8a365c ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8f91cfbb unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x8fb6dad2 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x8fb981b0 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x8fce9cba rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x8fe47b29 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x8fe5d4f7 vtime_common_account_irq_enter +EXPORT_SYMBOL_GPL vmlinux 0x8ff8015f pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x9003aa50 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9009602a acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x902b3a07 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x903070d6 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x90504843 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x9051ebd5 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x907c20b0 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90a57db5 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x90da5248 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x90dc29df aout_dump_debugregs +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90df4cc3 percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90e05e0c xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x90eb798b devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x91342891 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x915b6f66 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x916229c0 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x918e5c01 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x919c2467 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x91a75f00 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x91a8bb75 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91f84fa7 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x91fa31cb xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x920c2281 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x9214ee89 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x921b93fd debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x922a3b08 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x922c8429 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x92551770 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x925b5753 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x926623f8 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x926f4fad ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x92731b13 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x928e867b input_class +EXPORT_SYMBOL_GPL vmlinux 0x92cecc83 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x92cf4330 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92facf44 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x93084599 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x931cb093 clk_disable +EXPORT_SYMBOL_GPL vmlinux 0x9324e78e acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x932b8249 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x933aa2dd usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x933f1e5e devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x934850da blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x93abb1c6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x93b0fde1 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x93c5b5c9 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x93d58c85 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x940a262e acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x9450129b usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x94687db0 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x94819332 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94c318be apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x94c39479 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x94cfdb38 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x94e043a6 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x95228b95 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x95240c50 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x952a3cce gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x954482a7 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c1ca04 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x95d69d5f dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x95fa615f cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x9606768a device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x96081cac inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x96131857 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x96359e61 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x964d5c39 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0x965221d5 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x968b07f8 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x968bffd1 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x9690f587 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x9696da82 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x969b32f9 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x96b9ff80 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x9719d6ed get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9729a726 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x972f9485 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9769e577 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x976e8590 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x97856a99 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x97b5951e irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x97bea96a ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x97ddabd1 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97f31b35 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x98043c90 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x983db7d5 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985ebcf2 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x9874c1d8 __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987cee78 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x98b049cb tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x98c04488 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x994c087e cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x996fdefd fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x998df0bc usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x999281bd tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99b6affe regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x99c2b058 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x99d6a08e pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x99e28f10 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x9a08e88f pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a18ada6 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x9a306d09 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x9a5cf36d ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x9a74407b fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x9a76d574 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x9a85276e phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9abc0902 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ae0046c fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9afcc070 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x9b16a957 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x9b1e6933 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x9b260ac8 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x9b2b56f8 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x9b2fc4f4 __efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x9b4446e1 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x9b660f9d transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x9b66b296 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x9b6a7412 idle_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9b71eba8 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x9b720312 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0x9b787662 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x9b7f8098 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x9b8c13bd blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x9b8cf015 irq_alloc_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bac969a regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x9bb923d9 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x9bbfb4d1 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x9bd72b78 apei_write +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c1363eb single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x9c2de449 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x9c2e4b66 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x9c4d7c34 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x9c7c58b7 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x9c8c7a33 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9c97c1f6 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x9c9de0f0 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ccc84c7 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d18d4ed __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9d1e6a85 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d4a5b49 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x9d5084a7 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x9d7cc8ab pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x9d91386a da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x9d9e155d pv_info +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9db74655 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x9dbb11b2 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x9dc518fd __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9dd5c940 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x9e04c77f pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x9e10dfb8 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x9e2a42b4 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x9e352eeb trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9e357e0f skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9ec6ce17 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x9ecb71d2 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x9ed27b0c perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ee96f88 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x9f722d52 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x9fb1d419 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd461e0 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x9fd62613 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff39221 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xa038e761 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa03c79dd dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa051a057 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa06f5e68 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xa06fe6e9 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xa0702d92 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xa0797a40 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xa093d019 __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0xa0c0b38c crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa12c78d5 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa1309f34 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa13462e9 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa173836b __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xa18a4a9f regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xa19efb5e usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xa1a87b42 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0xa1f79553 xen_create_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xa2386c0e wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xa2479bad gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xa25c706d regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xa25f2b8c pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xa26598e2 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa27c783b tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xa2b9c993 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2d88fde cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0xa2e2ef67 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xa33572f0 xen_swiotlb_sync_single_for_device +EXPORT_SYMBOL_GPL vmlinux 0xa347b5d7 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa35bdddf devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xa370109e fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa39b5a89 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c0f5a8 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa3cec76a pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xa3e1ebb5 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xa3e58789 efivar_validate +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa40c0a2e tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xa4200e3c fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xa426275d sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xa42f479b exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xa42f985b blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa4533f5b inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xa45e2936 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xa466de38 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0xa4730282 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa490f5b9 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xa4c91158 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0xa4d58669 math_state_restore +EXPORT_SYMBOL_GPL vmlinux 0xa4d758e5 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xa4e88163 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0xa4ec0a27 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa53c25b6 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xa553c9d2 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xa5cebef2 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xa5da1bf6 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa60ecc8b ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa617dd7b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list +EXPORT_SYMBOL_GPL vmlinux 0xa62aa3e3 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xa63045a7 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0xa634fa87 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xa63ca1e8 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0xa650e00b tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xa651e867 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa66438e8 erst_read +EXPORT_SYMBOL_GPL vmlinux 0xa66c97dc crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xa6872273 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xa69d512c ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b7a907 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xa6cbd96b ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e74c87 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0xa6fe005d powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0xa700a345 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa73c9dc9 xen_swiotlb_set_dma_mask +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa77ebb30 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xa7817940 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa79907e9 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xa7b98ebe efivar_entry_remove +EXPORT_SYMBOL_GPL vmlinux 0xa7cbd71e balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa7cdc288 ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa7ce30d3 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xa7f829d5 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xa801575b platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xa801b359 efivar_entry_iter_begin +EXPORT_SYMBOL_GPL vmlinux 0xa83e3128 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0xa850a908 device_del +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa87b8587 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa88c1bd4 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xa89761b8 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa8c5a954 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa8ea52a5 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xa8f5c3af ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xa8f6abdc bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0xa9089e4a ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa925e478 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa928012e usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xa92adb10 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0xa93769ad free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xa95974f4 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0xa965a5d4 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa98a2010 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9c1dc1c tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa26c88a klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xaa94138b pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xaa9c415c single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaaa2105 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xaace71c7 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab1e7541 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xab24fefd each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab40f403 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xab4e1e29 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xab58c9f0 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab652323 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0xab6917c4 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xab6a3a82 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab92e6c1 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaba3242e ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xaba6c0aa ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xac013c43 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xac1a18fe ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xac2a6ef4 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xac54891c raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xac5621eb add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xac5c7213 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xac8a9e41 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xac9ce195 kvm_async_pf_task_wait +EXPORT_SYMBOL_GPL vmlinux 0xacac1d7e wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xacadd82f ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xacafa8e7 vector_used_by_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xacc06f5c security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xace4d5fd pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xacec2330 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xad039c54 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xad1cb38d platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xad221a0f list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xad546a71 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xad7147a0 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0xad75cb8b pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xad7d650b crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xad861e05 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xad870251 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xad8d8ab0 xen_physdev_op_compat +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xade7857f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae04a424 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xae116cb7 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xae1b3dd0 xen_swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0xae3959e3 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6eaf93 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7c5411 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xaed8abc8 vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0xaee5de4c subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xaefc37e1 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xaf1d8b6b debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xaf2ad200 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xaf5a9f73 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0xaf7c44bd disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0xafc4a3d7 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xafdf826a crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xafee09e6 acpi_dev_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xaff27b75 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xaff73da1 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb03a7dc5 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xb078aabd crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xb09696d6 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xb0a4cac1 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0xb0b01d61 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xb0b2a568 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c2a138 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xb0cb116e pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xb0cd38ff regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb0d11d26 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d33b27 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xb0dad3be __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb100ebb2 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xb12acb2a pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xb135473e rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb161f045 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xb167e347 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xb168907a __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb19bbab0 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1afd5b3 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xb1b8db94 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1bedeb7 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1cf19a9 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e71d46 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xb1e825ba pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xb20582b8 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb231d4d7 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb280a66a ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb28d2515 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xb29b8124 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0xb2ca88c0 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb32b7028 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xb347bb2c work_busy +EXPORT_SYMBOL_GPL vmlinux 0xb34ddcbf pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xb36e2478 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xb3759f6b __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xb3c57b65 fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb3c6e150 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xb3e81a62 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xb3e95f14 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb3ef92e8 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xb42a51fb skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xb42e9897 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xb4578d6f hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb475718a skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xb4759adc stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xb495c6be devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xb4a0f4be proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xb4a99548 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4bf0833 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xb4c7030b ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4e697c4 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4f01106 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xb519de8a hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb5297e8e invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb568f239 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xb569d268 rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0xb5848bae __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xb5895636 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5951120 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb59f7eb2 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5d18f89 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xb5e6fb9a acpi_dev_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xb5f137cd devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb61c0069 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb63776e4 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xb63fad36 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xb65ae84d regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xb65e2214 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xb66421b2 acpi_str_to_uuid +EXPORT_SYMBOL_GPL vmlinux 0xb668b1b4 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6c68b4f i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xb6d050be ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xb6d89966 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0xb6f581d8 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xb70bd7a7 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xb718f2f9 sfi_table_parse +EXPORT_SYMBOL_GPL vmlinux 0xb72da3fe usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xb74787a0 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb781a1ce tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xb7d12533 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xb7d1c746 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7e11f51 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xb7e31be8 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xb7ebc0d2 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb7ed811f dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb81f1c8c fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb8441fe7 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0xb88d81f0 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xb8ad531f pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8c32ef2 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xb8e002fd usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb91ed96d serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0xb93bd0d1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xb94d215d fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb96d0f90 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb9b57292 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9db67a1 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xb9fd4839 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xba0458e5 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xba185484 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xba191166 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba4434f6 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xba46fba8 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xba5f2c1b bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xba934b75 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xba959a66 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xbaa9bb33 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0xbaafb5a3 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xbac4f297 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xbaec6590 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0xbaff2c92 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb128381 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xbb50fb48 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0xbb55ec73 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xbb6b712d gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xbb82dbbf pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xbbb38239 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbbac0de __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xbbd4f657 xen_pcpu_id +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbd9c95b blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xbbe6375d locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xbc088bcf extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0xbc0c7a14 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xbc238525 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xbc3d802f xen_swiotlb_unmap_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0xbc452379 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0xbc47fd49 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0xbc78fb0a dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xbca7a17a dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcbe22d4 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcdf57c2 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xbce3f18e devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xbce8780d adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcf8d168 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xbd119ee1 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xbd3da033 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd727725 inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0xbda0b07c subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbda953d9 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd5f10f apei_hest_parse +EXPORT_SYMBOL_GPL vmlinux 0xbde92054 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe275592 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xbe409e29 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xbe561154 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbe5d0996 idle_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbec7bd69 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xbed20d9a __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0xbed4d6b4 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xbeeed718 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf167d8e wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0xbf561193 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0xbf70a4dd device_move +EXPORT_SYMBOL_GPL vmlinux 0xbf82e6af synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xbf8cfe94 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xbf98fdc8 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbfb1be70 hv_setup_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc10ed8 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xbfe017c8 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc0066336 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xc01e298c ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xc02a729e get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0xc04b21bd acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc08f4f95 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xc0900fcf acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc099bb4f __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xc09b02a7 devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0xc0a9972d pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xc0b0e6ec btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0c0c864 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0edfa8c sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc12fcbf2 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xc149a6d7 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0xc14c2824 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc1742c46 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc1827f69 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1830cbc rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xc18da331 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xc18ffe91 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xc19f704f crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xc1b81cc2 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0xc1ca0189 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xc1f07a32 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc1fb0528 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xc21a1951 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xc2267734 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xc227b00f rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc235b6f3 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xc24d5357 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xc2541e60 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xc25491b7 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc27dd53f modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2a17a85 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xc2a182d4 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xc2b00fdb acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc2b94b71 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xc2da761a sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0xc2e9a558 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc30efbd6 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xc311c679 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc31d0f35 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0xc3213a5c sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xc3383071 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc3779636 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc3812885 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3d0ecfd da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xc3eb922a xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0xc405c84f get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc416c192 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42e43d0 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xc435e10b perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xc4371ab8 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xc43cf932 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xc447dd93 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xc447ee7e evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46f22b7 preempt_schedule_context +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4975851 percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0xc4c49c33 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xc4d98c8c pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xc4dc4644 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0xc4e56e2a device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc5276f17 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xc529955f crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xc5354fcc acpi_subsys_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc58c9ec9 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xc59fd44e xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xc5e9700f handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xc5ffe702 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xc6059eff pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc625d9ef xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc643c83c rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xc64c3bf1 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xc65b29ab __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6693398 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a0df5d devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xc6a9176d devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xc6ae198a skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0xc6bc1391 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xc6d7ad42 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xc6dfba22 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc6e0594e pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc706818c pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xc70a4dfd wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc70f056b ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xc7238d8d acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xc727ebf9 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc7381395 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xc7448a49 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xc74630b0 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xc796c3a3 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a2b5f0 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xc7b8541e acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7da26a0 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7f46e7b __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xc85ad4a5 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc88c38fc pin_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xc88e6d7a ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xc899c0f2 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8c9813c power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xc8d557ea sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc91347c3 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xc938f0c9 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xc93bf58b perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95913ec irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc99792bc pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xc9c127b0 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xc9c3026b tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f1d00a usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xca12a263 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xca192ac7 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xca3be006 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xca3c2895 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xca6fa14d blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xca783513 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xca922dcc attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xca97ee1c iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcae2c607 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xcaf425d1 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb17feff rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xcb187c9b inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xcb28d640 device_create +EXPORT_SYMBOL_GPL vmlinux 0xcb2fb0bb sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xcb38efb9 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb7b26fc dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xcb7f1005 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xcb85e504 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xcb98627e usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xcb9bfffd __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xcba03f98 skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcba482d4 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcbcef450 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xcbe92bcc ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc480618 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xcc5eb751 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xcc71f36c __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xcc7d7af7 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcca8b233 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xccac8cdf __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd23edb key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xccea4e34 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xcd143dac xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xcd2cb922 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xcd436f1d pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xcd67f0b7 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xcd6c7a82 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xcd7f6a10 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcdaae32a regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xcdc39477 init_fpu +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcf014a usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xce03c58b xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce338646 __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xce3a95f2 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce59c37b get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xce627e08 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6ca5e2 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce793167 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xce82e7c7 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xce92703b generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xce97d129 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xce98e360 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xcea965ac cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xced505d9 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xceda7ba7 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xceeba47e virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xcef1dd0e perf_check_microcode +EXPORT_SYMBOL_GPL vmlinux 0xcef22d30 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xcf091082 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xcf22ca72 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xcf246aa9 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xcf372c9b crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xcf459176 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xcf4875b1 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0xcf4eb442 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf635eb2 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcf8e0e79 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xcfa39eca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfa41bfe inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xcfb11701 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc62f27 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfc896f9 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xcfde5862 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xcff367f6 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xd01a489f usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xd027e9ec usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xd0367f6d put_device +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +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 0xd0b13d27 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xd0b156e3 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c411ef devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0ea7d02 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd0f391e4 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xd1014ce8 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0xd10260b6 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd103a03b register_mce_write_callback +EXPORT_SYMBOL_GPL vmlinux 0xd10a0138 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xd1352870 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xd14bbc50 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd1507e59 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0xd1649ecc platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd197f257 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xd1b7eb34 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0xd1c9eb70 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0xd1d87a26 extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0xd1d94f56 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xd1de9f97 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xd1f76959 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xd1f83ea7 pinctrl_utils_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd2320411 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xd25ccd0e blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2afe2b2 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd2c4bd7c regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xd2c58ab2 apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0xd2eda063 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd30842f5 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xd30a0e9e power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd30e479f crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xd3381653 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xd33c6800 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd3419797 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xd358fb48 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xd36b70da fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xd3a82733 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xd3ad2c40 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xd3f758a9 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd4492139 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd4570795 component_del +EXPORT_SYMBOL_GPL vmlinux 0xd46da34c restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xd4a8d0d4 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xd4a94b77 x86_hyper_kvm +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cdfef9 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xd4d7370c hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xd4e60475 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xd4fb7344 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xd5020389 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xd5078e9c spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0xd51bb0fb pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xd51c4658 device_add +EXPORT_SYMBOL_GPL vmlinux 0xd545ab91 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xd5588f98 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd563d3c3 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xd5901cfc tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0xd5b7614e register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5c36c40 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xd6011bf5 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xd61067e0 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xd6288b98 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xd654a198 rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0xd65557d5 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd678e235 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xd69bdbed regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd6bc47ed usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd6ceb00d ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xd6ed3a8e cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0xd6f977d0 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd7972903 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xd7ae99f3 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xd7c50fe6 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7dc7e56 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xd7e5e87b pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xd80f29cb regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd80fa67b blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xd8110bff dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd860a621 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xd8641c38 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87a8913 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8a0b639 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xd8b6d055 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd8d1b827 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xd9013d31 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xd919806a amd_cache_northbridges +EXPORT_SYMBOL_GPL vmlinux 0xd93462fe call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd9516cdf scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xd96a2de6 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd982768a xen_swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xd9cd5b4d serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda4dff9e sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xda515e7a debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xda543690 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xda859111 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xda8c5b1b ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xdac35dc7 efivar_entry_find +EXPORT_SYMBOL_GPL vmlinux 0xdacb146c shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xdad2bb0f cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xdadc0da2 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xdae77c2c syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb13a23c blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xdb30f6ab register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xdb5d34e0 rcu_batches_completed_preempt +EXPORT_SYMBOL_GPL vmlinux 0xdb71aecf irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xdb7880e3 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdbaf7be6 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xdbbea85a phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xdbc3a5d0 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xdbc60d1c fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc0e11a1 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc3c5253 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xdc408aaf crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc74f284 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca29b3c devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xdcb0e3c9 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0xdcb1b6f7 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xdcb20730 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xdcb8ccde ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xdce542c5 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xdd2d529c serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd6618ba btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xdd794d33 phys_wc_to_mtrr_index +EXPORT_SYMBOL_GPL vmlinux 0xdd811290 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd84ee40 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xdd902e4c ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xdda529f2 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xdda55afa iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddcd45cc ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddfbffe6 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xde0b3102 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xde1081b1 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xde29c181 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xde470190 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xde47ab9e spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xde4e19ba klist_next +EXPORT_SYMBOL_GPL vmlinux 0xde7413b7 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xde7c2370 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdea19b4b shake_page +EXPORT_SYMBOL_GPL vmlinux 0xdecba4c4 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xdeed53a1 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xdef891f1 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf1a2642 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xdf1ba9ce pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xdf27bdca driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf3348a2 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xdf66ca81 ucode_cpu_info +EXPORT_SYMBOL_GPL vmlinux 0xdf9ded73 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xdfc55728 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0xdfd97c11 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0xdfddbb76 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xdfde41ba tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xdfdf9c10 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdfff7a22 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe05100e3 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xe08234ea debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0a38579 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0cf06b0 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xe0f12b4c regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe11ca8d3 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0xe134ab73 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe156fe02 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xe1606941 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xe16a311b task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe16a5c0d sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xe16b0d30 unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe193d618 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xe1b0f74e sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1bf5ee7 clk_register +EXPORT_SYMBOL_GPL vmlinux 0xe1c57e35 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xe1d57201 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xe21f5205 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xe22ceb9a ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0xe230fe7d sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xe25d79f7 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe26e46f0 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xe28c1a73 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe29ea829 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xe2eae9bc bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xe2f7b378 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xe301686b crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe30d6b00 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xe333750f netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xe36c8d9f bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe37b727d spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0xe37c080f rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3943a7c class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xe3a74b3e pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xe3afa0af pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3e17a8d __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xe40b4268 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe4263415 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe43b5f21 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xe43b855b usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe448d4c8 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0xe458ea72 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xe4736f32 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4c0b368 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4db93f9 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4dc8929 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xe4e33ab9 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe4e68bc8 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0xe4f501a4 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xe4fddde7 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xe5151652 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0xe52441b8 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0xe556cbad devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58c4ecb regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe590cd2d led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe64c63fa bus_register +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe6602e9f perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe67ce01d devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xe6894846 efivar_entry_set_get_size +EXPORT_SYMBOL_GPL vmlinux 0xe6a576d1 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0xe6a5fd65 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xe6c197bf rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6c8b53f usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe6d3341f xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0xe6dcb3fa debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6e70746 xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0xe6e974a6 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe7021e9c usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe72b4574 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xe742e446 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xe753ecac extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76de183 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xe77ad5b8 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0xe78165bd regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xe78322d9 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xe7a1ece9 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xe7f3608a hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe8047dd2 regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe8417df9 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe89bd243 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe8c2d4f8 __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xe8dbbccb sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xe8f01217 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xe93c84f9 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe96ce931 __class_register +EXPORT_SYMBOL_GPL vmlinux 0xe972357a sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xe9b35566 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xe9cac557 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9dcf7f3 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe9e701e3 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xe9fdc95d securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xea03153e crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea19e362 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xea2e9d0e ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xea342b3f __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea500e8b xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xea628c20 bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xea7b58f7 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xeaa6a42b crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xeaa9c201 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xeaca7eda dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xeacb375a clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xeadd38fb key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xeadf816e klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeb070ad4 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0xeb0b5f19 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb23fb4d irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0xeb2798f7 xen_destroy_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xeb284e97 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xeb2db04a tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0xeb2eb288 efivar_variable_is_removable +EXPORT_SYMBOL_GPL vmlinux 0xeb370805 __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xeb770e92 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb8a84ab trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xeba745e1 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xebbf8918 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xebca4eb8 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec095bd7 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec28c605 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xec2c9685 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xec41c675 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xec631f34 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0xec785f15 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xec98d96b ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xec9b835d task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xecb3911b tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xeccc2677 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0xed3108b8 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xed39f20f rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed3d6838 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xed45c877 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xed741740 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xed96b051 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xeda7da3c sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xedcd5637 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xede32c98 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xedecfb54 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xedfe56ad ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee016061 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee1bc51a user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xee31f073 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xee344d96 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xee4448bc usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xee4c465c debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xeee78f61 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d007a sigset_from_compat +EXPORT_SYMBOL_GPL vmlinux 0xef6f4d34 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef7ea3e5 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa54a9d atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xefbc635f devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xeffa6b8f __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xf0194808 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xf024f024 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xf02ecb97 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf07cd093 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xf09615b4 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xf09e5eb0 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xf0c0b2a2 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf0ec05b4 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf105b27d usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xf112d078 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xf12be3a8 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xf1382094 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xf16d5514 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1a27f1c dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b551d9 ibft_addr +EXPORT_SYMBOL_GPL vmlinux 0xf1e47679 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xf1ec25db aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xf1f99795 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xf1fd3e17 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf23148a4 cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0xf239bf9b net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xf23eb911 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf27fda4c tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xf28a64ad __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xf29900e8 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xf2a2bbcf vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xf2a303f4 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xf2b32b2c print_context_stack_bp +EXPORT_SYMBOL_GPL vmlinux 0xf2b7fb5d tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf2d8ce56 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf303dd8c __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0xf3070de1 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +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 0xf36174a8 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xf369370d power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3827238 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xf388e912 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf38a3689 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0xf399f11b xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3c65a7d ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0xf3c74f1c mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xf3fec77e sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xf41ffc91 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xf42ae231 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xf45db39c ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xf48eec60 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xf48fcd94 split_page +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf49b5480 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf4a86323 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xf4d95462 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf4e1a5d6 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf4efd05f __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xf4f31682 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf4ff9a86 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xf507f03d unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xf5129098 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0xf52044ad class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xf52eed9d pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf531d857 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf553f0aa ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xf55d560b netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xf563af1b gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf58208db led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf5a41f1a fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5c722bc ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xf5da7cf0 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xf5dd840c da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xf5e36942 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xf5fd27e2 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xf66aa633 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xf6715fb3 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xf68240e8 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xf684ea7e rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf6a2321f balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf6b7e346 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xf6be98c7 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xf6d86ab0 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6ef9e07 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf7003baf ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf7322bc8 pv_time_ops +EXPORT_SYMBOL_GPL vmlinux 0xf74418ab add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xf7608cdf __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xf7a80a89 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xf7acbf07 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7d6c3c4 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xf7f2cee1 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xf8062c2a usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xf807e941 use_mm +EXPORT_SYMBOL_GPL vmlinux 0xf80eec97 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82af374 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf85253f2 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf8552f49 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xf87e3ca6 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf88632c5 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0xf8871436 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf89e6584 clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf8cb1b28 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xf8ccf607 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xf8d1b1fb usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8e7bf67 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f94127 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xf8fb7ac3 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf92c5a3e ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf937b752 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xf9439f95 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xf9579b2a input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xf9610590 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xf9765833 dmi_match +EXPORT_SYMBOL_GPL vmlinux 0xf97666a0 set_memory_rw +EXPORT_SYMBOL_GPL vmlinux 0xf9777949 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xf9924426 arch_add_memory +EXPORT_SYMBOL_GPL vmlinux 0xf998a674 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xf99edb9c __remove_pages +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a0ed78 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xf9c9d0dd scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xf9f09742 blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa347604 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xfa4a647e klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xfa58dcab devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa7dace6 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfaa2bdd8 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xfaaae203 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0xfae5b47d regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xfae7e561 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0xfb0c0aaa skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xfb17dec1 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb47c50c inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xfb589412 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xfb64b230 acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb78ad69 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xfba62bd4 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0xfba90dcd fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbf5ed71 i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0xfbfe8c48 swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc09c117 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xfc16aac5 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc2cedc7 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xfc31c0cf arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xfc370756 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc430a34 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xfc46f5f5 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xfc4dcbd5 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xfc60993a shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xfc88e277 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xfc968c8b apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0xfc99badc gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcfe78fd device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xfd17472f rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xfd38f9b7 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd6a6711 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd9cd351 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xfddebc1e i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xfe155e40 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xfe6f475e power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe75e700 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xfe77a283 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xfe7baa74 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xfe8e4942 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xfe9474b5 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfeffe6fe spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0ec14e phy_init +EXPORT_SYMBOL_GPL vmlinux 0xff1076fc usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xff26414f attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xff36bca9 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xff498b9e pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xff525d3f rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff655490 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xff85dd21 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xff8a12ff cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xffebe2c8 hwmon_device_unregister --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/amd64/lowlatency.compiler +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/amd64/lowlatency.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.8.2-19ubuntu1) 4.8.2 --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/amd64/lowlatency.modules +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/amd64/lowlatency.modules @@ -0,0 +1,4131 @@ +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +abituguru +abituguru3 +ablk_helper +ac97_bus +acard-ahci +acecad +acenic +acerhdf +acer-wmi +acpi_extlog +acpi_ipmi +acpi_pad +acpiphp_ibm +acpi_power_meter +acquirewdt +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +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 +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +advantechwdt +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aesni-intel +aes-x86_64 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x_cs +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +ak8975 +algif_hash +algif_skcipher +alienware-wmi +ali-ircc +alim1535_wdt +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +ambassador +amc6821 +amd +amd5536udc +amd64_edac_mod +amd76xrom +amd8111e +amd_freq_sensitivity +amd_iommu_v2 +amd-rng +amilo-rfkill +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apanel +apds9300 +apds9802als +apds990x +apple_bl +appledisplay +apple-gmux +applesmc +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arcfb +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3935 +as5011 +asb100 +asc7621 +asix +ast +asus_atk0110 +asus-laptop +asus-nb-wmi +asus-wmi +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlas_btns +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +blowfish-x86_64 +bluecard_cs +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c2port-duramar2150 +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia-aesni-avx2 +camellia-aesni-avx-x86_64 +camellia_generic +camellia-x86_64 +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5-avx-x86_64 +cast5_generic +cast6-avx-x86_64 +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +ccp +ccp-crypto +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfag12864b +cfag12864bfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +chromeos_laptop +chromeos_pstore +cicada +cifs +ci_hdrc +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +ck804xrom +classmate-laptop +clearpad_tm1217 +clip +clk-max77686 +clk-s2mps11 +clk-si5351 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +compal-laptop +configfs +contec_pci_dio +cordic +core +coretemp +cp210x +cpcihp_generic +cpcihp_zt5550 +cpia2 +cpu5wdt +cpuid +cpu-notifier-error-inject +c-qcam +cramfs +cr_bllcd +crc32 +crc32-pclmul +crc7 +crc8 +crc-ccitt +crc-itu-t +crct10dif-pclmul +cros_ec +cros_ec_i2c +cros_ec_keyb +crvml +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs5535-mfd +csiostor +ct82c710 +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +dcdbas +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +dell-laptop +dell-led +dell-rbtn +dell_rbu +dell-smo8800 +dell-wmi +dell-wmi-aio +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dme1737 +dm-era +dmfe +dm-flakey +dmi-sysfs +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155v4l +dt9812 +dtl1_cs +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +e752x_edac +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +ec_bhf +echo +ec_sys +edac_core +edac_mce_amd +edt-ft5x06 +eeepc-laptop +eeepc-wmi +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efi-pstore +efs +ehset +einj +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +ene_ir +eni +enic +epat +epia +epic100 +eql +esas2r +esb2rom +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +eurotechwdt +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +fintek-cir +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fschmd +fsl_lpuart +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +gen_probe +genwqe_card +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-clmulni-intel +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +glue_helper +gma500_gfx +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-addr-flash +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-cs5535 +gpio-da9052 +gpio-da9055 +gpio-f7188x +gpio-fan +gpio-generic +gpio-ich +gpio-ir-recv +gpio-it8761e +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch +gpio-sch311x +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdaps +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hecubafb +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hgafb +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-hyperv +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hp100 +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hp-wireless +hp-wmi +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_storvsc +hv_utils +hv_vmbus +hwa-hc +hwa-rc +hwmon-vid +hwpoison-inject +hx8357 +hyperv_fb +hyperv-keyboard +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-ismt +i2c-kempld +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-nforce2 +i2c-nforce2-s4985 +i2c-ocores +i2c-parport +i2c-parport-light +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-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i3000_edac +i3200_edac +i40e +i40evf +i5000_edac +i5100_edac +i5400_edac +i5k_amb +i6300esb +i7300_edac +i7300_idle +i740fb +i7core_edac +i82092 +i82975x_edac +i8k +i915 +ib700wdt +ib_addr +ib_cm +ib_core +ib_ipath +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmasm +ibmasr +ibmpex +ibm_rtl +ib_mthca +ib_qib +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +ichxrom +icplus +icp_multi +ics932s401 +ideapad-laptop +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ie6xx_wdt +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int3403_thermal +int51x1 +intelfb +intel_ips +intel_menlow +intel_mid_dma +intel_oaktrail +intel_powerclamp +intel_rapl +intel-rng +intel-rst +intel-smartconnect +intel_soc_dts_thermal +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioatdma +ioc4 +io_edgeport +iosf_mbi +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +it87 +it8712f_wdt +it87_wdt +iTCO_vendor_support +iTCO_wdt +itd1000 +ite-cir +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-amd +kvm-intel +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-clevo-mail +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-ss4200 +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmc +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +machzwd +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mce_amd_inj +mce-inject +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-me +mei_phy +mei-txe +mem2mem_testdev +memory-notifier-error-inject +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +meye +mf6x4 +mfd +mga +mgc +mic_card +michael_mic +mic_host +micrel +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mmc_spi +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msi-laptop +msi-wmi +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxm-wmi +mxser +mxuport +myri10ge +n411 +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +nct6683 +nct6775 +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +nettel +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +ntb +ntb_netdev +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nuvoton-cir +nvidiafb +nvme +nvram +nv_tco +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_xilinx_wdt +old_belkin-sir +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +padlock-aes +padlock-sha +palmas-regulator +panasonic-laptop +pandora_bl +panel +paride +parkbd +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_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87413_wdt +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn544_mei +pn_pep +port100 +poseidon +powermate +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptlrpc +ptn3460 +ptp +pvpanic +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-lp3943 +pwm-lpss +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quickstart +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-bq32k +rtc-bq4802 +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-hid-sensor-time +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +salsa20-x86_64 +samsung-keypad +samsung-laptop +samsung-q10 +samsung-sxgbe +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 +savage +savagefb +sb1000 +sbc60xxwdt +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sb_edac +sbni +sbp_target +sbs +sbs-battery +sbshc +sc1200wdt +sc16is7xx +sc92031 +sca3000 +scb2_flash +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +sdricoh_cs +sdr-msi3101 +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent-avx2 +serpent-avx-x86_64 +serpent_generic +serpent-sse2-x86_64 +serport +serqt_usb2 +ses +sfc +sha1-ssse3 +sha256-ssse3 +sha512-ssse3 +shark2 +sh_eth +sh_mobile_ceu_camera +sh_mobile_csi2 +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sis-agp +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skd +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slicoss +slip +slram +sm501 +sm501fb +smb347-charger +smc91c92_cs +sm_common +sm_ftl +smm665 +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb-common +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-max98090 +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-rl6231 +snd-soc-rt5640 +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sst-acpi +snd-soc-sst-baytrail-pcm +snd-soc-sst-byt-max98090-mach +snd-soc-sst-byt-rt5640-mach +snd-soc-sst-dsp +snd-soc-sst-haswell +snd-soc-sst-haswell-pcm +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-us122l +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +sony-laptop +soundcore +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedstep-lib +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssfdc +sst25l +sstfb +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thinkpad_acpi +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tlclk +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmem +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +topstar-laptop +torture +toshiba_acpi +toshiba_bluetooth +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm_infineon +tpm_nsc +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish-avx-x86_64 +twofish_common +twofish_generic +twofish-x86_64 +twofish-x86_64-3way +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +usnic_verbs +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vfio +vfio_iommu_type1 +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-camera +via-cputemp +viafb +via-ircc +via-rhine +via-rng +via-sdmmc +via-velocity +via_wdt +video +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmlfb +vmw_balloon +vmwgfx +vmw_pvscsi +vmw_vmci +vmw_vsock_vmci_transport +vmxnet3 +vp27smpx +vpx3220 +vringh +vsock +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977af_ir +w83977f_wdt +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +wafer5823wdt +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +winbond-cir +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wmi +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +x38_edac +x86_pkg_temp_thermal +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen-tpmfront +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xillybus_core +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +zatm +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/arm64/generic +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/arm64/generic @@ -0,0 +1,16859 @@ +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0xc9029c73 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0xddc6071a 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/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x2936646f ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x3db81096 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x77ef0ac0 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8e201ff2 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x9496a628 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x0e03e1f3 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x31027a40 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x38d41484 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x615cbeae dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x870c1386 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xe18ba99a dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/pl330 0xbb3a0b9b pl330_filter +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04d0f641 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0522f002 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x05fe7190 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7d6af8 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1e2ae643 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2110d0ad fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x21746e76 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x22e2ab96 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x24324416 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3ed2fe55 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x486227da fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4f777e0e fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x645b715f fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6c348418 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6d1c204f fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7018b12f fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x733389e8 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x943c5c69 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa006dc85 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa6b1531c fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xba54e67d fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbc94bfd9 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc30a1d0a fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd28eac3c fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd4f5dbfb fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe4ed4588 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf51f9feb fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf56628d7 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf9d5287d fw_core_handle_request +EXPORT_SYMBOL drivers/fmc/fmc 0x01fbbedb fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x20f98054 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x395f21b3 fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0x45a34048 fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x4ee70ead fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0x62809371 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x826ac146 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xa2f9f34c fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xad3f8e3f fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0xb4cea248 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xcc0a039e fmc_reprogram +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0xf9ddfaed ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04bd8800 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04cc9132 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05a3c36e drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x065f662f drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0718e109 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x085a3cc2 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a1d7aa9 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c061c3e drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d4f6b5d drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +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 0x10c08b4a drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11870748 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x123ce78f drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1583a7b5 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15d622f3 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16492ee3 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x170a6ba7 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1789c1eb drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17a5b019 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19539cca drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1aaccd84 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bf618a1 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c54f90f drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c7747c2 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d1011fd drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d22a266 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d635dcd drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e056d16 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e48a222 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f18ce46 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f40fd17 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f711836 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b37c60 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2298473e drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2763b8e5 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2929ff82 drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ab2a058 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d363d38 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e764558 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3226193d drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x327347c5 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x339bf6d0 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x364431da drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x378a5573 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3923f700 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x393cf7ab drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40ab6b55 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40ef3862 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41931a1f drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x419e6d90 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4312c638 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x470eaece drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x495c9519 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bb5df18 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d2e5981 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e14d504 drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ead1a8a drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ef65e82 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f66a303 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x502eb5ce drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50d433eb drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51c4e1c0 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52458984 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53bedbbd drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53d5cccb drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55cd7b61 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56f768fb drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5775a6ac drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58bf28a2 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bb20639 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7318dc drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e5159b7 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e6131e2 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6466fcd2 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64821e3e drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6815fd70 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x684bf85f drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69971299 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b326f5e drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bbbe679 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc3c29e drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6dde5604 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f89b373 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fbff44f drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7075d0b2 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x709c3004 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71b4fe78 drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71cc572c drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x725716c6 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x727d905c drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75a0c358 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7739e9a3 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x790f4acf drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b05ce5a drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d1107e2 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ecab191 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ed7b01a drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fd946bb drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e773e4 drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82bfe19b drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8347cf42 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x840ad560 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8577af2c drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85d6ebec drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8785f0cc drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88625a50 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88c22e47 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89024f73 drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x899e93b3 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a4df0f2 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ce98267 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8db7d718 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dbd8e8e drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e2108cf drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e3c0146 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f88d51c drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90ef3467 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x911124eb drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91653697 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x927aea90 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x954ee828 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95d27ad1 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98297575 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99b2d648 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ba53d62 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d1972f8 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0396592 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2e64f14 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3a02e8c drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa43fb30b drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4ec1ab2 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa590e60a drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6eecec0 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7d3d270 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa99b6b2c drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9b15ce6 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab07582f drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac5430c6 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xadb94692 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaddc71bd drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2161ee5 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5540008 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5e90ff6 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8d00197 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb93d388d drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9c968f3 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbb63acc drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbfd7dff drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbede5ee9 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf06b2da drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc08ff5b1 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3235768 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4ab3b35 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4c4bbc2 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc55b3c12 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc697a396 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc706b2bd drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9525905 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcaa91752 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcba9413c drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc382878 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc7222dd drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd644bc6 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd8c9aed drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xceb1fcbe drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcedbb6da drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0a4f17e drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4eb18b0 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd57f477d drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd64ec688 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd744605a drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd845a959 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9bdddd9 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdafa103d drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe252f2eb drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe42db79e drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4858e99 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5835f79 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5c267c8 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8044fd0 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe894dec2 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe994406e drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9a8585e drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea931861 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xead8d583 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecb25580 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedb6d259 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef591b32 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1529e4b drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf185f8c1 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf210f506 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf21cdf1a drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf38b64ec drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6872e42 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa67633e drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa969962 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x063af9ac drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09fbf76f drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e47be58 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x196f7c01 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a4a69ca drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ba8d965 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25ca3cb5 drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x278c839d drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a9b4c8a drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30baf66f drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x361ca936 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x375e2ceb drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43ebde92 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x46b29ebf drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d812bd7 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5146c33e drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52b016bc drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x56624f97 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x591899d3 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5c937b70 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x645b8eac drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a322433 drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d753139 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f2bc79c drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x72af5387 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x767029c4 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7801952e drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ebb418d drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a887207 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9bc3aa75 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8bb338b drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xadbb138b drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb2eb6ffd drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4cf1db8 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbe934a9 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc5a41ae drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf4163a2 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd27d8c52 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd37f2f15 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5eaa480 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8507aed drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd9e5393f drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb2224ec drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5085737 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5885d1b drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe6ca00fd drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe95256ef drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea0624a0 drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf7da9dd3 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfd1fc17e drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xbbd45a8d drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xd000fd69 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xf1da12ed drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0def7ca0 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1134027d ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1710b21a ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1825bdda ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1da312d7 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x233a4d13 ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x263756e0 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2c1fc621 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2d5f5d71 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3c9703b0 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3dcf96f6 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x40ecbdb0 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x42f18f3d ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x459bdd4a ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d5ccc05 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e8dd264 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5570c7f7 ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x55f994ce ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x564e1aee ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x58ac1b9d ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x591d7b41 ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5e8bdef4 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5ee757e7 ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6519f404 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6f639815 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6fa23711 ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x74f271fb ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x75bd63cf ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x79202ecb ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7c1b0978 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7c6c226e ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x82b243bf ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x841e8652 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x85307412 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86a63eda ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x91cc8062 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x93cd6949 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x943f33e2 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95d2ff0e ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa0e1f89b ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa39363b0 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xada741a1 ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xae87b61d ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaf5a717f ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb077e94c ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb22aac65 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb3698e66 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb415f0e3 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc1b07776 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcbcbb84d ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd0f74322 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd226c7d6 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd978852f ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdd35ce32 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdee72895 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe2c7f010 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe4a55f4e ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe6ec87f5 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeb9031a7 ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xecd28410 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf2a9b9cc ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf3c40d40 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf85a73b4 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf9a26eda ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xf5618b6b sch56xx_watchdog_register +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x256f3716 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x9b0a9580 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xdea57dca i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x5811444d i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xa10a8eb0 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xdafc1af8 amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x46507405 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x9c4facf4 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x65135a90 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x72090eea hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x8c27529a hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc9db3db4 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xcbda66d3 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xd72d2b21 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x15ecc4ee hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x44e231d1 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x67b64679 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1168df01 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x126c762d st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x13ed53ba st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x250f5126 st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x27689108 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x38fea639 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x4cc090c7 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x4cf67faa st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x63cc5a15 st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x714d56fa st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x78449512 st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x82352afb st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x9c38b306 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xa049a4b5 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xbe92b7ae st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd43b5873 st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd631376b st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x28770573 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0x4ddc7b34 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x0a8d0b02 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x84b4673b st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x335fcbff adis_enable_irq +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xc77e12e4 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/industrialio 0x004d32ad iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x0ac570d6 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x103d31c7 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x193d44d1 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x3924b551 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x3c76a367 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x46d9b956 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x474ac8a6 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x591ff03b iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x8263b0aa iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x96e3f87a iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xa3d60c03 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0xae97da54 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xb45b83a9 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0xca79032c iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xd2938ee5 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xd7e98191 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xdad81f5d iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xdf4eb264 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xf2cc81ee iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xf5d33908 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0xfa4d1dd2 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xfe3e3702 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x18cc0503 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x8c79f089 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x0ed1eca2 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xc2dc2ba5 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x143ef5d5 st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xfdfc1417 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x175530ce st_press_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xd63ebffb st_press_common_probe +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x4c33e170 rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x4fa3893d rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x9131a54a rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xfe6e58a5 rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0ed843b6 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x30db481b ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3ac7d486 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x41249e93 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x51e42352 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5ca46067 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x63804061 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6a383fa4 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x732d9185 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7933eb6b ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7ca77b79 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x831e8d2c ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8eabd267 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x95ebb405 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x98a3cf0a ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe92db1c7 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfc523ef9 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0392d4c6 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x03e0f2a1 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06c6a54f ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0914e3a4 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0feaf8c0 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c7ed2c4 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x206f0a71 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x206fe34d ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2366cdc8 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x252b2a3b ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25d3d786 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29548eb0 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29c4443e ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2da5dd1f ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33ac0c55 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36a025cb ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36ced138 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ab2b408 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40eeb83e ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42498024 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43585752 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46e8aff4 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f678ab1 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f74e9ea ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51f27451 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52becd9c ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x537c68bd ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59d2086d ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b129b41 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c5c567e ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fc46a7d ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64ec2c80 ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66944edb ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69e2b96f ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c06989e ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c21532e ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x718a4387 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72089ec4 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72650010 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x731da74d ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73ffc961 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7adb0072 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7bd89bb3 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81e0170d ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x825c0fb2 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x850822fe ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x891a1b82 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a57c773 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b4678bd ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c1814ea ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8df72652 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e38ea4b ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x924354f2 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97390e5f ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa18a2c8a ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2cb9f2b ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa30d1c2f ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3826db6 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3ded51a ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac099a04 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb14fbb37 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2a3f23c ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6bffa21 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc54b036 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbdc870fb ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbea2949b ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc088b609 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc140663a ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4fd3091 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8fdebbe ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9538f11 ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3304852 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd43c6a3b ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8bdad84 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda6cef40 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdcc206e5 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe56ffd1a ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebb4fc15 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef8435ea ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf455f2ff ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff994029 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0d76ea12 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x1fb93087 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x200a22fa ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x5d3cf513 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x65c013d1 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x72d9dfa7 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x85b49b11 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x96db6bdb ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xc987d1d1 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xe4657f17 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xe54a325c ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xf8afa188 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x0d4228b6 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x0ef0fa64 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x6f7e97ab ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x78633852 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x7968cefa ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x80dd5e36 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8ed9af46 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x956a96cc ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xe0f086e2 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0c0383dc iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x25fcbb08 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x27f1b621 iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x36698b55 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5fcaec62 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x62199efe iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7a3e5ffa iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9354a051 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9e388c5e iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9f8996bb iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa7c1f43b iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb39fd926 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc60ae349 iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd91cc626 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x01ac81d1 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3bd0ac42 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x469addf6 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5370e57a rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x59dcb504 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6a46c90d rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x70eafe3c rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x72129ceb rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7be3984a rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8fdb7c20 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x992b8ea1 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9c41f8a4 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9e412598 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xac3c14ad rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xac80cfc4 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbf28faa5 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc1340729 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdf9c54c2 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe20cccf4 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe23874ba rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe5028d5e rdma_disconnect +EXPORT_SYMBOL drivers/input/gameport/gameport 0x24f224ef gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3b51f121 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x43fc47a1 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4502c624 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x53b46fc6 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x690a0620 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x933a581a gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xab8ab477 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf4e11494 gameport_set_phys +EXPORT_SYMBOL drivers/input/input-polldev 0x4baa9efe input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x5662647f devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xb73a0aae input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xb78a1d2f input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xd35f6473 input_unregister_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x819e78fb matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0xc5ed22ba ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xcb57505a ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0xead6f889 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xf5094477 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x42062788 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/sparse-keymap 0x359a5f39 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x993ccf4f sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x9f9ab6b3 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf04a4373 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf3dc6c1f sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0xfe3f4d83 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x25c1ea3d ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x32b46c7b ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x3269b3e3 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x422d60cf capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x510e604a attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x5a5a50d5 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x83dcc564 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x91d6a36d capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x99b2704d capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb83aacfa capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19e3057 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xff601aee capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0003b11c b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0aa515f8 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x1271cddc b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x40fe3fce b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x41a32d4b b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x4c37eb48 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8546c130 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8a327e42 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x983b38d9 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9f18be4d avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa3482788 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xc40896a2 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xcab32d5e b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfbf3712d b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfe0976bb b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x09a83049 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x18bebc42 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x4c36132d b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x5fe895a6 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x79ac7dd6 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xbfc2a52d b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xda4df3b4 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xf3889d6d b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xf4f27e3c t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x22ba07e9 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x82527664 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xe0ab6fb9 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xe123564d mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xa769a4a3 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xaa18c7b6 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xd6287c33 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x02e4baf1 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x6bff1315 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xc6e06f56 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xcdd3bda1 isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xdefdef52 isacsx_irq +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x1be5daa9 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x6eb63a1e isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xbdcfa204 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0476c768 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x08cbb6a2 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x15c585fb get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1794ac24 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1c220a35 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x24805a38 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2a4e47ef mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x381a66de recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x39d10bd3 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3c95d534 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x68e7f386 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x76d321c0 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7feee2ef recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x90e546c8 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x93ba7506 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x98e45f49 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9a1456e2 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9d49cfde mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb7adf068 mISDN_initdchannel +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 0xd6a8514b recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe83140e4 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe9ffbdc2 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xff21d4e4 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x09c8da03 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x0c161f5b bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x11f9991b bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1ac47651 closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1f529ce8 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0x440b4830 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x44a37d62 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5b59b856 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6d7dda0f bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7daccb73 bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0x8833b0e8 bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa23f61ec closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa3c5c702 bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xb9d38ba0 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca5df778 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xce47a6d9 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd2813054 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdf892351 bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xec6f33d0 bch_bset_init_next +EXPORT_SYMBOL drivers/md/dm-bufio 0x268682d2 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-log 0x7f83ea78 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x853ebe0e dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xc6d35a30 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xd19c5c20 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9e06765d dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb4f94bff dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xbe5ad7b1 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc626fdbc dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe6968981 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xfe973723 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/raid456 0xbd8adb8b raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x059a768a flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x12c39eed flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x13cc1191 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2278a5ea flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5e89beab flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x6be8a9ac flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x77fdb6fc flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7a8ff8f4 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7bc2f6d9 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb961d2b0 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xcb8bfcb4 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd58f97d6 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfc913c76 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x906998e6 btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xcb58fa16 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x022b6f32 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2c2af737 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7e7d8319 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x9913a36f cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x1d55cb06 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0xce03fd2a tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0xe301e009 tveeprom_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x11560a40 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1ceddcdc dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x252a9ab4 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x26366d3e dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2975b9bd dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2bd05369 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2c8daa7c dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x31f8c09b dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4976877c dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4d72b768 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4f0b06f8 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5362b10d dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x57772ec9 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x58e8b983 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5ab4496e dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x670051ea dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6cab519b dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7caa224e dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7fcfad20 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9510a851 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa10e976c dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xab56e804 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb577470a dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xba0770bd dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3c77f8d dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd02a0dcc dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd0675cb6 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd5462af5 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd693edad dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdbb4d42e dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdd32aba3 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdf30c584 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5f8dc98 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe60d865f dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe9f47bbc dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf1a8419e dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf23a08e3 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x565d26ca a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0xd3188ae5 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0xf1971f6d af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xcc1c3838 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x07141d97 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x31298583 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x33330f65 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x52538ff5 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5cf26044 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x83a9ce76 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x892f4679 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9f76aa4b au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xddd0aa36 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xc5e0cc28 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x5d642508 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x5797a08a cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x73194029 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0xa693c171 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x07322a0a cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x5008610d cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x9df643ce cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x8c8d1828 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xcc4ba177 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x1161c21c cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x4bfc6327 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xcea3fff2 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xd6ec4c81 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xddd0da41 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf25019b2 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x05996bfe dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x10b6730c dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1ca22a9e dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1e1cef84 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x229b7446 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x237a7f52 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x731cfeb0 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x895f9083 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x98fe2cf1 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9e3d30f7 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa11e1fd0 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa7d384dc dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbdd9672c dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd2fdabdd dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe1692a47 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xd4f6e43a dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x14a12545 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x3d1b2385 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x5c6bec79 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x6b25cccf dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x9c499f0b dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa24377a7 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x004daf13 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x2a1fa9f6 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x38424211 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xc81147ce dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x005304b6 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0b60207f dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x17fd4e58 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x2a2f8fd4 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x304270f1 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x34b46c6f dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x43c65440 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x5ae5a1e3 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x642524b6 dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6afebc37 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x994db2f2 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9dac9ee7 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa4e94905 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc7bbeab7 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xdc099a3a dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf47e47ec dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x0caef06c dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1fb7f181 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x26ae8031 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x39bf928c dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x39c11c78 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x58a71cc9 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x657c1628 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6b26a57b dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x71fecdc8 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x984b7164 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9eac327e dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xaa776af4 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb954988f dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xceec9aca dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xda802c18 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe4f1cae9 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe5694dbf dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xef403ff1 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf188d360 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x41d3344f dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc3bc1f3f dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xdd47ab8d dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xec520ad4 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xed3dba6e dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xe36306ff drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x92959d41 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x9601c5e6 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x042ad2bb drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x57516e00 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0xf6c239e1 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x55de18ea ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x61cb5c2a isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x6a102ba6 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xd9258372 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xf3205a62 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x277d143b ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0xc4b5351d l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x1e2d2c8e lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0xe91f7bab lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x13ecee0c lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x8bbbbd76 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x1a2d92e9 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xf60ecf90 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xf3d1b126 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x439568a7 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x2e1d322d m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0xf971779c mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x77bf096f mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xe3a23ae0 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x7a9b77fc mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x370d8950 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x79db6e32 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x9d701d50 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0xb3029d22 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x3d917db7 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x9e168cb7 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x2ddbe373 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x9790faec rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xfa9f97be rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0xeec44d4b s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x79041259 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x1f3b11aa s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x71130aac s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x21448ec9 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x995c8f1f si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x7e642eb6 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x0753d6af sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xfcca3fe3 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x73f00e86 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xd61f790e stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xfecd9937 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xc7e9b1c4 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x56893bc0 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x1d505725 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xc8976ba0 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0xc7f555fb stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x1604cac0 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x6257c1c9 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x2d5aea65 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x01b45f16 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xafd9638b tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x12544113 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xd641c034 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x49b2adfd tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x6ca0ebde tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0xc11e509b tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x3398574a tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x22057926 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x379ad62a tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x56028e03 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x755ba3ff tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xf4bf9c69 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x5951f571 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xd0d2b3e7 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xdfa44e0a ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x50ce2849 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x970c7405 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x788113bd zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x412f5f2f flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4bbce3c9 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6a43dd1f flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa6f25d7f flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe590550d flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xecbf11fc flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xfb33e2b3 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x61d41f09 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x8c0495de bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x972ad793 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xc33256e9 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x5ab2ce6a 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 0xd5dc927d bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xde2f1a23 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0ed79f86 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2e573b68 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x40a29d10 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5c4ef64c dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7106b9e0 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x73d11bd3 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8b27602d dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x9bb1a281 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe15ecfad rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xdf064958 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x023b9dad cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x406af98f cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x42e62da0 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x51c96b04 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x8f259615 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x0b7f01eb altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x347c2a2c altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6f3d67d6 altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +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 0x2c9be769 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x64e3b57e cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x652abdea cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x9bf40e94 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xdb3987f6 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xdcc30e07 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x08062041 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x3d9f282d vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x1f2c6429 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x2005fccd cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x4715652b cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x991ab799 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x20e1ad0c cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x60099715 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x6bae13d8 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x7423858b cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x86b69234 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xf70b2fb7 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x01152b55 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x07b3d6fa cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0d74bb68 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x28145d3d cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3681d42c cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x375db36b cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3cc07cf2 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x422f7a54 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4afbe89f cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x508913fa cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x574495e6 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5b14bfd7 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5cd2369c cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x815e6ab1 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x936c5231 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x98f67e35 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9d8b4537 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9fcfb630 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xaac92b99 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xba6f8d00 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdea46972 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe48dd445 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1145dafc ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x11b9d65a ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x161e347b ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2487167e ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4680c26a ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x57623c56 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6bc70fb4 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x75baa2cd ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9c28cc86 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9f82740c ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa59828a7 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa9d11929 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb978fd98 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc6d50748 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe65adff7 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xee2a9f43 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xefeccfb5 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x07735024 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1200c6b7 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x24e9fa19 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5da7d9e1 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa2faf9de saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc5589603 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd9e1b3bc saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe89b52a1 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xea52b406 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf6a7a5d0 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf82696d8 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf9932f7d saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x1bd4bb2c ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x09547794 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x45605355 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x73ea802b soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x9960c446 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xac3a3d17 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xaf1c9c8c soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xaf7994dd soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe036da58 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xf25e13a2 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x3b4b28f6 soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x78e2465b soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x984950cf soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xd3924cd5 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/radio/tea575x 0x63f5141c snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x737f4dba snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xb1173cad snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xdb1ead18 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x1bab213e lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x747aaa3f lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x9662e0ca lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x9a6eb8ea lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xa7db50d5 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xa8ae56c4 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xb58a83b5 lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xeb759511 lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/rc-core 0x4adab6b3 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0x76ae52e0 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0011 0xe35ef227 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x1fc34625 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x31d41e6e fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xb4bd509a fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xd571ee3d fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc2580 0xb424ac23 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0xea9c592c max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xc997eadc mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x06996cc0 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xf285fe35 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x006ed3c0 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0xe2d86132 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x2347a942 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0xbba14dac tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x6c60a41a tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0xcdd1ec5f tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x30dbca4e xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0xec1f9b8b it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x7611bf05 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0xf4313718 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x6dff662d cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x9aac9a41 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x16d87dcf dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x53b8e025 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x569f62ab dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x66c70d75 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9bda5892 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd693f02d dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe3f7b5b8 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xfafcc98d dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xfe0ec9ad dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x59ae2828 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x5bba2ddf dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x7c99ce3c dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8138746e dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x84aa8a40 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xb26fbe68 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xbcbc0e92 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 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 0xdca5f36c af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x030bfd01 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x180a4ed8 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x26cdffaf dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3dc46769 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5a3f9ae4 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8a0a7158 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa54a787e dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdc2cf770 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf24e2527 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf5a7a3ed dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xfa8be6d0 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x8f4b84cc em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xa9d3626f em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1c9a5842 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x59963ace gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x69ccddb7 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x7c20fdde gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa69039ab gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xab8ff57d gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xcda0e399 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf0d447a5 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x2ff32ef7 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xb5fcdf69 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xf8a90b70 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x07632ba6 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x2ca42a6c ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x68e7a5d6 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x8587d8b4 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xc24c877e v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x12aee0f6 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x6f856d63 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x82326b95 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xc4cf462b videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xe0bee95d videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xf33c8d4b videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0xe1f0129e vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x00f1c898 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x04605034 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x1984840a vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x40257cf2 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x51181c63 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x8c8ea0c4 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x02fee8b6 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x048c9372 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x055ba6c6 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x06adabbe v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0d3bbe12 v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x10ec5db8 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11253811 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x13a76224 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1e0f6985 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1eb8ab74 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x252b9a87 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +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 0x3ca676a2 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x473dd8ec v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4746b709 v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4b23a1b8 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5526fd28 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x595dc63c v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5ac76445 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5dcff277 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x674e3803 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6ae06a15 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x741345fe video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7815a288 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x78667bdb v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8623c3b1 v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x895eae89 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x940cb921 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9bd12715 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9ca81a48 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9cbf693d v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9f4d33d8 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa1dd6838 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaa26cf45 __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xab398d8f v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xae1d5f7f v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb7952090 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbbe64546 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbe28e62c v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbfb7e0b3 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc0d70fe9 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc172718a v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc306a7cd v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc33c12ca v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc4556718 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc4f63f49 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc5678435 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc631c407 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc93d76f1 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc9595cc0 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcc48d98f v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd331a12 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcebe3bd0 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcf83113e v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd097ebfd v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd27327df v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd2db9579 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd3569d1d video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe56d285e v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe63d2cb1 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe67fe938 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xebedab79 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xec926258 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf1fb9a34 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf71f778e v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf80df906 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfaece698 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfcdf47c5 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2da023c7 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3de9bf86 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x58fb9884 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6ffd9d13 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8f2e9f6c memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9661c05c memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xab10c408 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xafbb7284 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb7142ba4 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xbba550ed memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd844884d memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc07e67e memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfac60505 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0c80e0e2 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0dee1be5 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0e46de71 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x285348b7 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3c210ecf mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x41d8d6ee mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4bc99b97 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x53d98f97 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x594822b7 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610feed3 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x725505ac mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x839a195d mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8b0f0bca mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8e5a2946 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x928dd857 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x92a1fc60 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x97c23ae0 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9d288c30 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9d6483fb mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9d949e02 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9dcaa27c mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xac95ce38 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xadfc9c77 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb7ee1feb mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc8dbb148 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe4d9b473 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xec05ac84 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf43a17de mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf799f217 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0829987a mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1a48b59a mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1f2a3610 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2d63ec60 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3b4afac7 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x43188ff0 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x46e8816d mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5894a026 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6e34f82f mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x73179f76 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7de340f0 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x832b203e mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9080c210 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x948e5268 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x95d52802 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9ab7d287 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9c9c4f96 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9f4ef51c mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xacbe42ce mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb645f7ff mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb6dd9d85 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbd4a2f78 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xce928769 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe05b9626 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf16453e9 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf604edf9 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfa7d7afb mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1196e0b7 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1a1956a8 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1a67d860 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x20daa78e i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2e32614d i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x34937599 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x364fd37a i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3b57d2f3 i2o_cntxt_list_add +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3c5b2185 i2o_cntxt_list_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3dcbb65d i2o_cntxt_list_get_ptr +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3e925f75 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4dd7e621 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5280c31c i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x57cd9610 i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5d988ccb i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8fe050ac i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb468ad5d i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbae84bd5 i2o_cntxt_list_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc2ebd046 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd4fe12f5 i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe98f2b35 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe9a7682f i2o_driver_unregister +EXPORT_SYMBOL drivers/mfd/cros_ec 0x2e1d7eab cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0x39449ef2 cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0x8f185836 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/cros_ec 0xa71038c2 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0xb2342a64 cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x3f1d1822 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x840a6c95 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0c9e9abe mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x27b4fcaa mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2c4ea741 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x40a90e28 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4350431e mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4f1996fc mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5fe8aaac mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x658c07ef mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x78f0752e mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8fe449eb mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x915323ad mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9183e9d2 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf4624664 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/tps6105x 0x6e6ed6f8 tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0x9196bf41 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x9e61b08a tps6105x_set +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/misc/ad525x_dpot 0x67bc4eba ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x7c07c633 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x79024699 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x3d0c8113 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xb8f9c27f c2port_device_unregister +EXPORT_SYMBOL drivers/misc/ioc4 0x49526d15 ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xb9fae7c4 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x11b0438f tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x2382cf71 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x3263a649 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x538e0344 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x5f9f6f9b tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x61826bc1 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x70bc7ff8 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x7c106b13 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xa8c2ec46 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0xbce37219 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xcadb286f tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xd976d0b1 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xf5dd7da1 tifm_remove_adapter +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x0e7ca115 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x29f13920 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x831b0502 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xdd8eaf54 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xffcdf703 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x1f899d34 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x5a402704 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xa4fce47e unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xe8671c5f do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x6fb9f62b mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x23206518 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x84a0ece5 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x480eba0c mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xe03a6485 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/denali 0x4933cb9f denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0xbc905a6d denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x00193c66 nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x6bbde92a nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0xb9bba404 nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0xc3df065b nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0xd53e9964 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0xda21d754 nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x07e6d083 nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x1312d12e nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x6555fec9 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xa2dd9f18 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xf697a95d nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x692922e9 onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x90b43aa7 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xace1779c flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xfecfa3b3 onenand_default_bbt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x02f21e0f arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x044ff7f8 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x11bf633d arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x32d7d6f5 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7f324c6d arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x92ae2e98 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x95fbbab5 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xed1dcbce arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xfcce213a alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xff9f3d60 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x3ce63c2c com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xe858bb78 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xf69b40f8 com20020_check +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4027fceb __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x49369bf6 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4cc04a92 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5c695120 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb35c43b3 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc4714d94 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xcc187c40 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe0ea25cf ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe37474e6 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf13def0b ei_close +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x54cc6887 bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x38778a63 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1c50d527 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1cb83121 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3b99ab31 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5192a895 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x62298e31 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x701b8ab9 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8faf19c8 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9a6f1a4a t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9a9d58cf cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa4f64658 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xae17db07 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb1206544 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc75b9fbe t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcac4e3f6 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd38eaf95 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd599d71b cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0950b5f9 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x10190784 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x16eac327 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x21c89f83 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2e0f783a cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x31e6cddf cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3536af0a cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3e492533 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x442082e9 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x54c7c0be cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x63577c22 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x661c1960 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67fb07ab cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6b53987e cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6c5ca3be cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x834481fa cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8a66906c cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9cf59ccb cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9e0158d6 cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9fc960d8 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0e23a11 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb28edf3d cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd036b6bc cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd274c055 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe278dd18 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe4086784 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe6fb702f cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf49cb078 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x36214b6b vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa6f8e840 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xe7ff95b7 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4871cf03 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x91f40e53 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02a78e3c mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0550c1ac mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12bad282 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17fc901a mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24be1f61 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x387ed807 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x499c7a87 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4cf04e95 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5cd8a2fc mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d8057f5 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77cd6c6d mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7df1718e mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81170909 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83b31058 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a96e45a set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x918a3f8c mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b1c6bcf mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c548b6b mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2ddc153 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaadb53a2 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1f21347 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf374d1b mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe045e97f mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1466aff mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe847aafb mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7fd8662 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x041bdc16 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x043b1512 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0df5fc9e mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11fdc4c2 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24f967a9 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a574d46 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2acb04c1 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39e62488 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3db36af0 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40d9b0b1 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45121623 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d20151e mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ef1a0cf mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57e2de24 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a9da835 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a35f71f mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x916976cf mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa195c5ea mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa502b2cd mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa57d4106 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa81307fd mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae9ccd23 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb3738c2 mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6926b84 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce744099 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdafc893d mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdec926ce mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1b35cb7 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff41a623 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x1548194c hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x31a01edc hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x9c45032e hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xa0c894d8 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb79997b2 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x0c5bb45b sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x3eab62b8 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x42ba81ac sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4839fd7c irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x540fc092 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x5b64516d irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x68673c25 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x9e555080 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xc030bcbb sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe3f2c8cb sirdev_put_instance +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x9ca51c3a free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xce702902 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0x413bb59b vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x0b5d5ecd pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x5538285e register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x9f7db72c pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xea69af68 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x001eedfb team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x62fba5e9 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x64f90a0c team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x8517ca3f team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x914f385b team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xb88fdee9 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xff433e3c team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xff79cc87 team_mode_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x2f702dfd usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x3fe93c0d usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0x713d994c usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0a5d80a6 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x170fcd64 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x18898cc9 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2ef68a2b unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4d1bae66 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5efd78d1 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x66de35fe hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6876ed88 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7c9745d2 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9aeca2e0 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe3ce639a attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x56229ae0 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6c44cad7 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6eac256b ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7237a732 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x95617819 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb1ad5d8a ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb3365830 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc038bb36 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd15aba98 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd1cc5fca ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xefdb797c ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf2cfa2fb ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf9e5a441 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4a7badcb ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xda6c8abb ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdc3d2cd1 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdca9bb90 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf90c5546 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfb68e552 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1c68f781 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2251aeee ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e04737a ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6231c0e8 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 0x9c8fdfa1 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x9e86eda9 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xaa71d57b ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe07d360e ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe1400f2f ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe85dfb42 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1922a64b ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x31216321 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4e9bf851 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x588323f3 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5d6eaaa3 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7771d4ee ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9354dc22 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9c2e4de6 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9ec78459 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xaf83969f ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb1e93fe1 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc3f51736 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcf00c7de ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd4a5b0a9 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd510fd3d ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd6c388f5 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xee3ef81d ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xffb74f51 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x056bfd49 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x05764698 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06073822 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0cd9e406 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d104a06 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1248dee2 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15989f5d ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x161183cc ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x171f07ae ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x193803e0 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b1179e7 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1be9728b ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1e4d0c0a ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2090521a ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x23cef985 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24c702f6 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27080f33 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x279bc7b7 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x288addc5 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c463a10 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ebc01db ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3050cac0 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31c8c432 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31ee0e32 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32e0d84a ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x347e0546 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34c36b77 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36393513 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x369e450b ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b2a4c70 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e798ee8 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4089d079 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x41f303d5 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x44e0ca14 ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48ad87dc ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c429f66 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f8c8d84 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x507b84f2 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x567de23e ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x588136f4 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d157383 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60478ef4 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60fd463f ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63526af4 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64529f85 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65ad166b ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x66ee7dd0 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6729a6e6 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6959845f ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6df5e3a4 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x754aa257 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7817391c ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x783ad89c ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7aa5320e ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ea91a02 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80b183fe ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8436ab2d ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x88acc02a ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8beab80a ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8d035bc5 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e3158f0 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x97c59138 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9a8e8169 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d3b830f ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9fd67173 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa0573631 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3c153d8 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xac95ef49 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb80c9fe9 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba64b20e ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc862513 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd0a35aa ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbea83516 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbeec2683 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc04db703 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc22fe07d ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2a6e9f1 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc45cd5ff ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc494b8f0 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc68550e9 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9379dd6 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc96df0d6 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc62cfee ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd7a8011 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcec6265f ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcee0333e ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd912203d ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda1e557e ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf4c60e2 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3f5783a ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe4c19183 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe715cf42 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8c10fa4 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe94dab91 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea24423c ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf085910f ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf1921d0a ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf43706b4 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6b45cfb ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa208cc1 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa6bfbf5 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa9de1d2 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfde9f81d ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/atmel 0x5825e8af atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0xaad1f49a stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xed593309 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x011a6871 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x0541e63b brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1f83389d brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x50eebbef brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x527629ca brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x6ce891ad brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x71e660ab brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9d63b736 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xac188b4a brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xb922d93d brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xc15ac92c brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd697f036 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xf4f3a8e0 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x044e4e84 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x13712242 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x13dab958 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1723ac32 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1b7244dd hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x36d211b2 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x45c50a8c hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4b7a882e hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7152d67d hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x797aef06 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7c0bcc76 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7d34abf6 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x81537343 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8f5261c1 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x90c2a49a hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9b810fb2 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xae937d4a hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb6c213c5 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc35fcbc3 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc52a4ed7 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd3da884d hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xdaf8e3b0 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe5ffb07e hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf0f326af hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf60f1d77 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf9262a2d hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0962fdc4 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0dce18bf libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1ddf68f4 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x20303eb3 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x295ef588 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2d43330c libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3b05a5b2 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x48869d37 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x4acbee56 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x4b77f716 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5bbd2574 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x6d29b6c4 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8629c99c libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9ad43a73 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa267abf0 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xcbe72c73 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd73e5229 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd83e1ad1 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xde3d113a libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe2f85b6f libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xfec333bf libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x04b2f950 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x05711bb4 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x06c164a0 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0cf77e77 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x16b5f99c il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1824d369 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x19136715 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1ab7be1c il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1d7b1893 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x24b7bd98 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x28c2e47f il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3122cf9b il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3284e508 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x389dc543 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x38c93d95 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3aefb4d4 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3b8401e1 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3c4b8f10 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3ca4dd1f il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3d78fbe3 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3e1600e8 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x413264d7 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x43147e4a il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x44335356 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x461b0486 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x478979bf il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x502ef2b7 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x55cdff66 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c0c13 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5c90caf1 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5e9256ff il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6340d3e2 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x650faa51 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6568d9e8 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x678d828c il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x67b7abcd il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68518fae il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68dfd286 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6d491f82 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x74889a79 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x78948118 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7acbc564 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x844de07a il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x86066652 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8740f388 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x87d77188 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8802a048 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9163e3e1 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x91ad92a0 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x95d51f9d il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9cded671 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9ec3e582 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9fa72b69 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9fd3d9bb il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9fdee5b0 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa051622d il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa70de7d0 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa8a17f13 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaa53eed2 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xac83afe3 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xad4ab506 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaee95e5b _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb5e932e2 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7526d68 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbcf8e0fb il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbfe31eec il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc33b73f5 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc8441443 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xca38b5ba il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcac33aff il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcd805311 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcf129eb2 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd27a9629 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd39734a2 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd3e43057 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd7b2afd6 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd7e0e2b7 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd9e053db il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdc1b55c4 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdd635f83 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdd9532ea il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xddc28613 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf8ded86 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe6750c8a il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe82d658d il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xeb837402 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xec2bc36d il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xee999269 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xef086c72 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf511cb49 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfa09fb12 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfa25148a il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfa5ab22a il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfb2ba7ac il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfc67bad8 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfd4f46be il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfdfe1e7b il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xff55cc67 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x084b4719 __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x39483213 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x57a72d66 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x5c04aae1 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7fd93860 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8dcc4441 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xaec44e29 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb54212ab __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xbc905f54 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xcf2b88e0 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda9416fc __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe9fb9634 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf161b336 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf5eccf84 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x13915f13 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x2097f7e2 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x37163315 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3d0ff9b7 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x46774811 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x46fc944a __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x56133261 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5f23e130 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x737f8757 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x8bee0360 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb5410200 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xbd92284e orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xbef81dad orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xbfe97cdd __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc786b085 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd5c86167 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xef64033b hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0xb645ea56 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0149eae2 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x01ecf286 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x032c57d7 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x038e8dbb rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0b8a2796 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x14c62a76 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1655e3e9 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x24db2eb9 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2e5a62a4 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x33917bf8 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3a2b7e15 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3bed9f4e rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3d907933 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3f508166 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x50a2b7f3 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5227fa58 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x55f31a08 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x577f2f03 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x62367426 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x66f1ff66 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x73de3849 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x75a87d54 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x793530f8 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8fcb5733 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x90c119e6 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x947e453f rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9e3faeb8 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa55d6b80 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa828fc8c rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xad872ce4 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbac70c52 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbef380af rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbf808982 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc66e7079 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdc398896 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdf89b4a7 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xeb8eb0ce rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xec556bd9 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf2866dff _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfa399dc3 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfa82c7d3 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x0fb66307 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x1338a35a rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x39ebc275 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x70df47d2 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x0a9c9386 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x56b2b3da rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x6566a319 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x8361f030 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0f50fe58 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x173f760b rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x22f96c67 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2a6d0ac6 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3327c42a rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x43c97727 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x50594b5e rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x568e2a0e rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6ed11fe1 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x785a8250 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7a20e1ee rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9bfc9a3c rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9ff224ec efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa5575351 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa84dce37 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbb6c528c rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc4d99328 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc5e6dce3 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd68f34f4 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdb14b685 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe1ccf8d6 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf42a6b5a rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xff944324 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x1b8355ad wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x24355f6e wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x8722822e wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xbf153d58 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/nfc/microread/microread 0x9242e984 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x9403f5dc microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x0f7ddcbf pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xbbecbd3b pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x065ec60e st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xe5aee9b2 st21nfca_hci_probe +EXPORT_SYMBOL drivers/parport/parport 0x088bd078 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x18178ef4 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x1cc7589a parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x340f77a0 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x4963bfa0 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x6134daa1 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x613fb642 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x66dbc6ca parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x7ae965c3 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x80778000 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x8a062432 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x8beb86fe parport_claim +EXPORT_SYMBOL drivers/parport/parport 0xa62b0d59 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xab4f7131 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xacb78bef parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xaea27039 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xb3be4594 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xbbbe65c5 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xbea732db parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xc827ff7d parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xcaf8b779 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xce2bb30b parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xd48e217a parport_read +EXPORT_SYMBOL drivers/parport/parport 0xe4c8e890 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xe8263c85 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0xe99d6081 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xec83ab76 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xed63d600 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xfa50865f parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xfbf2df90 parport_unregister_device +EXPORT_SYMBOL drivers/pps/pps_core 0x18153e4e pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0x77235d4a pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0x7fe95ea3 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0xf1327925 pps_unregister_source +EXPORT_SYMBOL drivers/ptp/ptp 0x28bb045c ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0x2fe169ce ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0x7efb15b1 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0x883123f9 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0xd2bd3387 ptp_clock_register +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x24938270 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x328dfb7f rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x387c4080 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x66ed16db rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x68e24faa rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xc91f7889 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xcb3bec2e rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xccf6cae4 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xedb3d0c4 rproc_del +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x07df23ab fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x289e1865 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x32f68c51 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x395189d3 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5b7d3d73 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6972eb5a fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbd9e7766 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xdaec346b fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe5edf1c9 fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xeddddc46 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf670b34d fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf836e98f fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x068d9d94 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x18256e37 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1ca0caf6 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1f5d6186 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x208538cc fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x273d17f0 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x294fbaf6 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x31f7f6db fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x33201f2f fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x39cb2681 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c9cce73 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3e92cc3d fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x449e3517 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x499e1c52 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4fba565f libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x57b2b611 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5949e133 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x59a0ccb4 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5a1969a3 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5d0b4374 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5e0bf6d7 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6121cd60 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x63461f4b fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x669fee33 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x67658219 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6e783228 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79081a3a fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7d3b7285 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fdf8720 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x81ab073f fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x82401f25 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x83659fbf fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x89679eaf fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8c03c097 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8f21f422 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9ba9d77a fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa0a16176 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa3de7075 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaaa85136 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaaf71007 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaec045ea fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbe3fee5f fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcd857aba fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcebb2192 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd82f49fa fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xde44997a fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe93680d7 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xeee94382 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf10df6f3 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf2fe3b9e fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf75d23bf fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfb52547b fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x0bd0e9a3 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x3518331f sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x42f372d2 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x9a327b80 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x44642492 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x02b27d15 osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0ed1f5f4 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2a581fb7 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2da16722 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2fc21f7c osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x36a91d00 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3b7e5912 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x49ad4efe osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4fe90491 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x568f2a01 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x597d8769 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x59e8d591 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5e328ed0 osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x605125fe osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x606ccb74 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x60df7d92 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x619f093a osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x64c39b1f osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x67e7bf0c osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x69b3b672 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x726c8ba4 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x76eb0008 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8306298e osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x86ecce2f osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x88e3c30f osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9692f239 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa56fc766 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa709599b osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb5b851a2 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbeebe9c8 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc8820c59 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc8999c01 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf52afb42 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xfc5f30fa osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xff7616db osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xffdf5215 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/osd 0x1caa60c9 osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x25966a62 osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x68423a11 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xbbfdcf86 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xbd26ebe3 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xc880dd17 osduld_device_same +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x00e041cc qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x047efac0 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1b8ad096 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x34a5b117 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3aa4873f qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4ad3b66f qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4c14843f qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5272cef6 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5f95e19e qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x99e68d92 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa0246c0b qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/raid_class 0x2c7af249 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x463a3805 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x698c5228 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0108bdc8 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x11ca021d fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1394f249 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3bfd409c scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x53bae18b fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5a061890 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6854dff2 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xaeafa20b fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb06287dd fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb7564a79 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbe8f9f5f fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xce9249da fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfac0ebd3 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x18b2dd30 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1a0c287d scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1a772e24 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1ab632dd sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x23281c55 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x25c4c3cc sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x27d6981c sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x341f5166 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x50fbb14a sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5321ee47 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5409e824 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5c47472f sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6274a978 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7052690b sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x77b0ceb5 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x83d0d850 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x876419e2 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x89903632 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8b88ab1d sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x96552e7f sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9c5e4a7b sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa5fbb4da sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc1754e38 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc45b6076 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc9e898f7 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd88378e7 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xefb1bb5c sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf4138b75 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x0842a7cd spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x164b9610 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x26b19617 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xcbf313d6 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd5601188 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x08d3f2e8 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x2e524284 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x6f53c56b srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xa0a5d989 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x91441d91 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x931adba0 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xf3d9fde0 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x000e87db ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x033178f6 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x06445a90 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x0ab2e83c ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x0bf1752f ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x355ba257 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x423a56f6 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x48ac23d5 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x4aa4f3bd ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x4dc48d98 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x60c1c428 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x68995e52 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xa2fe11ff ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xa6f6701a ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xae537ef8 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xbe3fd917 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcf5fd583 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xdf03b5b4 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xe348b939 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xea6d6542 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xed362c36 ssb_clockspeed +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x579d7c18 fwtty_port_get +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x64a5df44 fwtty_port_put +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x71a86d10 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x45b562f7 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xd10f2f96 ade7854_probe +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0264d470 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0363b57a lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x060846dc lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1802cfe1 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x18e97244 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x219d426f lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x25d8d463 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x28232759 lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x352837ca lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x44dc4ef0 lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4984ee5c lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6701911c lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x67a5d862 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6d2bbb2e lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x74a1de1b lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa3d61f8d lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb4cb14b9 the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe0a8358c lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe0ba8be1 lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x36691680 client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x3cd830ba seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x4885eff8 client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x975bea77 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xb435b2d5 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc4cb134b seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xd17d8828 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x2801c3e1 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x463c0b2f fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x526fef5d fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x6310bf29 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xad488cbd fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xcb7f6686 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xeb822561 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01052bbe libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x03dea4d3 cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0a14b775 cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0a92bb19 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b3ad299 cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0ca2d23f cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e4820ab cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f49dd81 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0ff51426 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x117c8a95 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x15565c7f cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1910d48b cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x224849f3 libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x26bedd60 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2a31663b upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2a582c5a cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x30d585c5 cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x34f32dc9 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x361e82d4 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x38828b92 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3a62a183 cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3cc97a08 cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3f0d9281 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x413056d8 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x42e22feb cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4aaba153 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b792dc7 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1d3adf cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x52e9cfc1 cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53b383e4 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x545c2435 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x55a037e8 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x56595649 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x59a44d69 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ce62c0e cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x61963be9 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x653dc4a0 libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x68497dbf cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6b6fce89 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c605eaa cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x738e5af5 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x740cdd58 cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x742d26e0 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x752858fb cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7565fbba cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7a75b523 cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7bd50629 libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d3b386c cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d93cded cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x806f7717 cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x831e04fb cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83f2c5c9 cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x841e4c39 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8840f591 cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8a8f66da cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8e61d47b cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x925ced2d upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x92e3737a cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x957f1d04 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9c43568d cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9e420643 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f702602 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa06bc208 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa343a1c0 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa59e6cdc cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6501cae libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa711aec5 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xaaf59b75 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb141dff7 add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb2a65ad0 libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb42d008e cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb53b5569 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb883b006 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbada117b cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbb972619 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc193e4e7 libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc77a24c3 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0d8d08a cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd2b128e0 upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd3985935 upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd66a17d2 cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd9783a01 cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde30c05d libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde7bdf2c upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdfecb98d cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xea411f63 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xebe084c1 cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeccafa5c cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedbfa1db cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf1f98ed4 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf2616a75 libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf2c02048 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf4d96eb4 cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf5f64f4d cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfcbf7f1f libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfd6a0184 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x483274f8 ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x7c7c5f09 ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x7d6b5737 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x903fa732 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x08a84c53 lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x3d4e97e2 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x7bbcb0de lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xa203fced lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xd38d08b0 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xe65fd184 lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x16657f64 lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x31206ce9 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x31989758 fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x465fd181 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x9f5eb7ee push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xa54a496d lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xaac1adc7 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4a870f9 lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xc23eb7d7 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xd1f8863a obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xdd2d4cc0 fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xfbf1cbbb fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00a3c1be cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02a7e54f lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0412e560 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x043a3a73 cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04772e12 class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04873571 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04cff9f6 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0584eb7a llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x065d6ecb cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06daa853 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06dfd0c8 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x070d287b cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0770f59b class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07cd05ba cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0829631c cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09fec5d4 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ace4370 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b07c781 llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0c599975 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cd3094e lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d928605 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ec503dd cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f5be454 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f81ae20 cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f9bd9af llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f9f4222 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x123e5b5b dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1365775d obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x149e6d82 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14ad0cd3 dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14d6b062 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14db43a5 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x150c176b lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x151ae3a0 obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1547b9b1 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x155cc9c5 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15f8a5f3 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16362e50 lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x166eeebe cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16e919cf cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17464ee7 cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x175136e6 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1779f8fb llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17930da4 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x192e2b81 llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x196eae6e llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1970a2b7 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x198365ca lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19849ed9 class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19bf0066 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1aa34751 local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c08e88d lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c115134 lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ceca5bb cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1d33a2fb llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1d7dedc2 cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1dacb49a dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1eb5e5b2 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f78445a cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2083d28a dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x240b2d49 llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2473e0a9 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x250a1ac7 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25d6e975 cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26079388 cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26657660 cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2691421f class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26ba8f67 obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26dfb367 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27881040 dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27a7bddb llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27e4321e cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x281b0d65 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x299cfc1b lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a67a424 lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a7de76c llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a9489b5 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bad5a85 cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c36e86b cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e0041d4 lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e30b170 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e83b1fc cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2eacabde lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30e9f43b cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x316d5083 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x31e6775c lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x31fd9dd6 cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x320cf580 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x326ef97e cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32ba7a38 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x334d0b87 lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33c151e3 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x340f36d8 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3474c91a class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x349d6d74 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34dbf893 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3681ba24 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36c00b5b cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36e14628 cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x375a675a lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37685edf obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37803115 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37dfcc64 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37f6c57b capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x385d2ab4 llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3874e673 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38df2579 lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3921983b cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x396b3665 lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3be7524e lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c9b5f9a class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d4c88ba lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eab7bfe LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4085f3a3 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41e832b4 cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4290f5c3 cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4295e672 class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42a88ecb lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x431d3f7c lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4324411e cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x433f7bcf llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43429e9b cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43a130e7 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x440b1287 lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44d63dfa dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x451c51fa cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x452f559a lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45909809 class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45e642f4 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x466820de local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46bcf87d lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46f68c45 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x470e1076 lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4746145c cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48387b56 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x487fd8d1 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49ed0281 class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a9e2c88 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b162177 lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b7f1663 class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bbab55e cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c190aad lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c44e3a5 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c4a4406 dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c4c700b obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d7b29bd cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4dad3fde dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f381edf lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5021a5da cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50e850ee cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5124f25f lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51540a9c dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51dccf14 lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x53771282 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54bfe601 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x568c7a78 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x575789bf cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x577df8a0 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x582b013d dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58409b15 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5af52417 lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c5d5ef9 lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c897cf2 cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e36ad67 class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e8b88ba lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f5c208e cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x600b11d3 lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60172a1d lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60488ed0 cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x608e38d5 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60e59ce6 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x610df2fe lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x635f2248 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6472d1b5 llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64f90a9a class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67135d3f dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x675244fa dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677f9fb5 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x681e202a lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x683591fd lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6851f700 cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68811da3 cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68d8255c cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x691afb18 dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6920df3d cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69d8a8a4 lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b62cf91 lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b7ea270 lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c3556f2 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6cb8a626 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d4bc312 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d7f6b70 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d8f4ed1 dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6dfb313a lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e2c1240 lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f5c8790 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70032e77 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70679ddf llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73788911 lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74833996 cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756da43a class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76b2ba35 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76f7bca9 lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x770188b6 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x778ddb25 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77b593d7 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77f0364f class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78172a6d class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b078065 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b75812f cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d15c573 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d24364c cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ed0b303 cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f7d7cd9 lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fd44d99 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8081df68 cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82df4c73 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82f1f031 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x839636ef lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83c23f9e lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84ee4c36 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8503c454 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8548965f cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x86381ade cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8673b9f8 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87446d17 local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87b22a10 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87e11efd dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89001b67 lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8935719e cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89983bb7 dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89e9ddaf llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a0316ff cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a302ac3 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a9455a6 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aac0b74 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ae743ed class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b73bd9d llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b966881 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b96d3e3 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8bf3665b llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8bf7637a cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d435eef obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8dc23225 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e10e6d6 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90090bd6 lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9031dc48 lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90b7ebf8 lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90ca450f lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x929df417 llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92a4b048 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95711d43 cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95abd3f3 cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95b78c46 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x963fd63f capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x979dae59 class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97b5a05e cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97fd1b02 cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x98341f54 dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9848aada cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x99bd4943 cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a1cc566 cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a2625bf cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a2d55f9 class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ac2875f class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ad3039d cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ae11c8c cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c3a0ac0 cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c43e37f cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d6e4a58 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dae83d4 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbee725 class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f170d95 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fa1400d llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa272147b lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa27fad1c lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa281b7d8 lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4801a9f llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5beab45 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5c06a31 capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7111090 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa75c011e llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7aedb20 cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7fc020a dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa93e0816 dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa9edd959 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa39afc4 lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa528949 cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa56f8c6 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaaf54c8a lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaaf7958a cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab418470 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac3de9ff lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae492fad lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf614b76 cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf7cc605 lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xafe7a2ee obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb09dc18d lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb102d881 llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb10bf1a6 lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1175063 cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1467c49 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1c18abf llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1c30ffd lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb311c931 lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb37982af cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3999612 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3fc263a lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4c2e559 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4ce1905 local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5bba334 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb61caf7f lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb635af9e dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb68cdcb0 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7370a70 cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb76d8990 cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb812272a cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8b45e48 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8bfa15b obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb946ad22 class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba4a9988 lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba756ec4 lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbab6d61b cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbbb80951 cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbbda5616 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc6d0c64 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbcbbccc2 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbcdc0e73 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbcec8016 cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd3e48d2 class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbdf88de6 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbdfd3422 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe962bea cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf9ad385 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf9e26ef class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfa4c0ee cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbff839f6 local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc00c51c5 cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc022bbb0 cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0968bb2 cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc12006ba cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1784774 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc18d06cf lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2ae03d8 cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2c5f2f2 cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3358218 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3e84fc1 cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc45a465a cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc492c59e dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4ceae88 lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4d62be9 lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4e75745 cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc52dd6dc lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc557bc5f lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc582da83 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5a198e2 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc63215b5 class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc63a0536 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc69c27e6 lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6dff4de cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc88e2800 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8c72248 cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca1ab761 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb45c227 dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcca4cf76 capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd062964 lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd097be5 lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd32c181 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce975c45 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0e478ca llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd13d0199 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1452eec llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd246a17c dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3a015bf class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5447d3d lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5e16d9a cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd601ccf6 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7300a21 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7414cef cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd75c3e8a llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7771a49 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd833179a cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd859c3ae cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd90c24b4 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd961164c lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd98ef930 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda7b2d5c lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdaa08fef lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdadc3275 llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb332423 lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb53b282 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb6dcc9e cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc2ed409 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcdd80dd cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdddb6d53 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde54c849 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf435d67 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdfafbbb1 obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdfd2fe41 llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2462224 lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2ae0b7c cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4405420 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe51aae48 lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe570b294 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe749d161 lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7b5842e cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe80e7f79 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe82e3052 local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe857d245 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8cf3ec5 lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8db82a9 cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe93b04c0 class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9f6b3f8 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea39121d llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb1117a4 cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb89f267 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xebd2d908 lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xecd10d0f cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed37afde cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef01848a class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefb84eb0 class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf061e2d4 lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf14f4ce0 cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf22ce17c llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3716ae7 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3bc5b9d dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf408bfa0 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf4bad709 cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7c6016e cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf88ddbfd cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa3ceb13 cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa7c2892 lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa9dae88 cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb51af2e lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbf3e753 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe99f88a cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff1bfbd3 cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff2052d5 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x011b1f7a ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0237cb3a ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0357bc3d ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x038e8715 ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03cad588 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x04f6def3 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x064dca80 req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0695b2d9 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x069d3194 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06a35c44 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x070ca5b4 ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07dfed6f _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0875c1bc lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x087fc9c3 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0937a830 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac54708 lustre_errno_hton +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0d41b92f ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0dac9b32 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ef4df1e req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0f443f8e ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14652c94 ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15082db7 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19877f2c ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a060745 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6001b6 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1adfb070 ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1b450b32 ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1cc69369 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d569144 do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f4569b4 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2089cee8 ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2300a5ea ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x230763ae ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233add0a ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x235b03b9 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x23b18df6 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2486a7f1 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24de9199 req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25623cf9 ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26c576ec ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2868e72b ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e71e4f ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2b14c8a3 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e41e8ae ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ea97de8 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f153f08 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f7053cd ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fe4e883 client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x304b42e0 ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3092cbd1 sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x30fd7296 ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x311f6ba1 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3211d201 lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x32932c5e sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33e24901 ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x342d87e0 ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x34c51ab4 __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x36706d03 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x37b8e42d ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38990c7a sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x398ace13 ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39ea78e4 ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b9d6bfe ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c5026cc ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca946b9 sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3da11d16 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x40ffc472 ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x42db5a35 client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4303fcf3 __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x435390d2 ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43cde379 lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44dd83f9 ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44e5d466 ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45037dc3 ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4761f214 ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x484e2d86 ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c6e1ba9 ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e3ac223 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4ed92cf9 sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50d1dd9e ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x519d5f76 ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x541f5df2 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5599931d sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x55d2c071 ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x55fff708 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x560cb0ba ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x57fcbb45 ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b33a137 sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0795e1 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5edfacfa ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fb30c98 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60989558 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61abde7e lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x63586169 ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x65789c1d client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69ca6003 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b0df260 ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b118e4a llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6bb4190b sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d0c9947 sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e0b7375 lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f1a63e1 ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f8bf2ea ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x712b30d6 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x717637eb ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x71b9cc1f ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7208844c lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73300911 req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73da6020 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75e6ad62 lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x770acaf4 ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77e9513f req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78c98ae8 ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78f5a091 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a0776dd client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b5f4f46 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b964d20 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7becb49a sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bede387 ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfbb248 lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a8688d ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80c03950 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x82b3ecc3 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85585866 req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x858baf7a ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85b56fb4 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x893f204a ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89ed9eb8 sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8c2c7604 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ca1c7b9 ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8caacd55 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8db6caac sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8dd60eb1 ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x92031149 sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x923bf0d0 req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x93be5bca req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x93f81c43 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x94b30b10 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x950d7b7d ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x953544e1 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x957e54da ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x963216f5 ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x975fbd47 lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9819ed9b req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x98b22e5c ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b322bda ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9cc58360 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9e70de35 ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9f4157ea ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa084604b ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa0a3513a ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa19d516d client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa36a0517 req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5379c0c req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa563676e ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa61f65f5 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa67cee8b ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7085901 req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8029d26 lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xac47981d target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xac60ab7a req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xace7f139 ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xad01cd44 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xadb67fb7 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaedbc68a ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b9826d req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb50ec421 target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb564c929 sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7a736b3 ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7a9ea94 ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b9f979 ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa2967 ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb8476f5f sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb925dfd8 ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb94f6d13 sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xba0733e9 ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbafad899 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe325455 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf3f09a2 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf6ea486 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc1af4475 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc3d5d7ab ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc4b7b716 ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc617d8a7 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc648de6f req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc692a06c sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ed366c llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc83ece27 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc98dcc79 ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb13adda ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcc8675ac ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce0ef22e ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xceb1787f ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2da348b ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd33ad925 ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd4705343 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd58afc5a sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd5f8e807 ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd64b593b ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd940dabf ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda7455f2 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb72c231 __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcceaa99 ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddb2cb84 ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0840752 ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe126bacc sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe2dc3c5c ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe322c594 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe3c85f98 ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe3c97057 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe529da60 ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5d13b36 req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e8169b lustre_errno_ntoh +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7d30bf3 req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe9bb238d ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xea757f7f ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebf391b0 ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec4b9989 ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedf1927b ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeecab7bc ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xefe8c149 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf16b100b ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf390dea6 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf4560f97 ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf48a5b04 ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf51b786c ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf5f67d44 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf6e87682 client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8241dc3 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f52fa4 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa29e82a req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfad700be ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb665956 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfba5f1dc lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc8eeee2 ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfe82af7f ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x1f496d91 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x06a8fadb go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x150db236 go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x2dafd093 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x2df65116 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x510d3b83 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x664c046e go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x8a45ddf9 go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xccd46be5 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xe32e4b50 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0x371a49d4 rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02e6096b rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x091f7a5c rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x148a8ece rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x14c3326a RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x16c48f9a rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x19c54941 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x257ef570 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x279f0a69 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x298d1413 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2c27f980 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x37051d9e rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3ba5330a dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3dbff72c rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3e98fd84 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4061cbb5 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x41cb999c HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x44cff693 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4ceb2ea0 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e01c02a rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4fabbb06 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4fe09143 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5324ba6b rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x55c06c06 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5f561c8a rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x66991742 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x66d5e8a1 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6cd3b831 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82a7c12e rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8b8ca8e4 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8d48b700 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8f808521 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8fe948ea rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x91940d0f rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x93d4e37e notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa19d26da rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa5416fb6 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb0fce178 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb1ac9b9e rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb5dbaf6c rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb8d544d7 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc06bbb1b free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd0dba966 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd55ce0ac rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd62fd120 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xda55b54f rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe9996f1d alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xedda45aa rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf64ddd2b rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf7829973 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xff17d16f rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x026bb7bd stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0322ccee stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x05f44fcc stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0b29a9a3 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0fc92b42 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x21f92919 stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2b9d406b stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x37383966 stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4e1896fa stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x592f6d7d stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5b7bce07 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x604949d5 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6b1c4f53 stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6ebb238e rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x77c74176 stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7bca1f1c stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x885c760f stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8a69e726 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xab343c0a stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xade5ca45 stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc205b7f8 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd1f4d880 stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe85845f2 stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xed6ed4f5 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfb18c55d rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfc1ae1b2 stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x07811ea9 DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x083a4ff9 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0b640a2c ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1fbf8087 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x207618e3 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x22afd7b0 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x250443a2 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2bd86593 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2d61ec0a ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x31f0bce5 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x33e92930 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x35d4eb9c ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x39564b7e HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48e9d725 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x491834fe ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x49b1f484 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4d400439 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x51687d68 ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x54a774c4 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x55514acb Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5dc15d7d ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5eaafc8c ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x623c8d44 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x638d3ddc ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6fae4159 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x760ea9d8 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7c44f624 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ee77414 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x83473d35 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x87125be7 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8a1ab24e ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9367e354 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9668ee50 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x99f04afb ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x99f229c1 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9ca4de43 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9fcec341 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa4d783c9 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa4efa0c0 ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xacbca79d ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb041ca3d ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb3c9d0d4 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbe0428dc ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1f7bae7 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc4e88905 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcaa89fb2 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd3dfe4ee ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdf8ad6ee notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe218a8f2 ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xed0c9fdb ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeec0994f ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfcc156e3 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfd6c8fec SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xff5602cc ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xff834029 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xff9572a6 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x7f72059b xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x7fc559d9 xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x9391f107 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xa760611e xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x121d8978 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x15204292 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x16273bd4 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1d896ea0 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1f04566e iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x20cc262e iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x217a0eb4 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x27d88801 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x36bcab62 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x426afe25 iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x46f1e787 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x47464b3c iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x552cd404 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5854fb80 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x683ae9da iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x68ffa82d iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6f00947d iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6f729cf4 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7091091c iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x80e10512 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8c98006a iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8f909518 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x999b77c6 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9fc0026a iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaf77aa30 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe2e8697a iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe6dd0137 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf6af1c6b iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x010dbca0 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x017a71cf core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x06f2d439 sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0x084ec9be target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x0891b881 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x09c42a13 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x0a71c479 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1133ff20 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0x13830ac2 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x13fd304b transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1b71fdd2 iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d01d49b target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e51e503 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1f863ebd target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x20168ddb transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x21f12c56 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x22894469 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x22c8b096 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x26526550 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x278f0d0a core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x2ad41c63 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x2ae2fa91 sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b61976c core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x30e95f1c transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x32b75ad2 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x355986a3 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x362d94c8 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x3922dfe6 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x3959b982 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x3b0ee613 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3cc28467 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x3de6bcf3 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x47721945 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x4817bfaf sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x4a4206ca transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f7698e1 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x5513232a spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x5eab4287 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f602a5f target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x66a98f43 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x6a60c63a transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b97fcf7 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x71ae8470 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x74149e78 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x74b56abe core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x75483e7c target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x76b178c8 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x77ffaa94 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x7adc69d0 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x7b64a407 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x8127682f target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x85dc60ab transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x91cd04f0 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x93aa7cdb sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x93b0fa12 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x97382e7b core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xa9041a74 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xa97d3153 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0xac1e5c0a target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb1478bf9 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xb368f0a3 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc241706 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xbda5d768 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xc42d26d6 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xca93c599 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0xcdf366f0 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd0abc0b7 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd5260956 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe63c5ac5 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xeb1c6a40 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xed4f1d8c target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xeed0fc7b transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xef81ce6b iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf52584a1 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xf9602c3a sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xb49110c0 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x63c75f24 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x1cb8a557 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0503a97f usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x22062c27 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x25d50726 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3a8e549e usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x468a4dda usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4e07587a usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4ec693b1 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x852e12c8 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9561b3a2 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa6697048 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xdf6d3cde usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe759e0fe usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x92a75d23 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xcf5bee5c usb_serial_suspend +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x2eae4a2a vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x76bd9a5d vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x4c66592d lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x7d8e182f devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xd8714400 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe5658111 lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x020e04b7 svga_tilecopy +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 0x336b2620 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4fdf9fd8 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x68e7b1eb svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xa77b29a3 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xbb6cd24c svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd26fe5f8 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0xfab6c351 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x0bfc64c8 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x5d64a97a 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 0xc3899da7 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xf876935c mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x8f900194 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xbc8f269d matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xeaeb3b85 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x4350fab7 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xb1e2e69e DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xd2184606 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xf8beebc3 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x9a39bf7a matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xf40624e0 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x23564df7 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x492044e7 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x829bc694 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x945b0832 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x01f93f71 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x7b154547 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x1f3e863b matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x86709d59 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x93699b43 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xa824e307 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xbf6da069 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x10300701 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x34e2bbc2 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x576f1f30 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x5a96fbf1 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xe3a76f9d w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x23e178fc w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x322f28bc w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x19327434 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xdae9c156 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x29fc824d w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x2e010a07 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x443121da w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xb3c13fda w1_add_master_device +EXPORT_SYMBOL fs/configfs/configfs 0x000e4f5e configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x2eeab11c config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x363e9c3e config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0x3cb9a222 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x492a5fc2 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x4bb8fbb1 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0x4fcc31cc config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x54eb5cfb config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x58c85b43 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xbf95cdf5 configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0xef6fd677 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0xf767fca7 configfs_undepend_item +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x3f89d8e1 ore_read +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x476fc83c ore_write +EXPORT_SYMBOL fs/exofs/libore 0x6795d31e extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x763cfcd5 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x8351f9fc ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xa85898d9 ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0xb27b8ed8 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0xb3c83d9e ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0xeeab590a ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0xf9c12b8a ore_remove +EXPORT_SYMBOL fs/fscache/fscache 0x0ef3d98f fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x134f8942 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x14026a58 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x24b9be72 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x2c5c94be __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x341a3086 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x39e9f86d __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x3ac44e87 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x41e70486 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x443a90a1 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x45eb8ca6 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x5f992c41 fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x6b672ded fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x71983ce1 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x7959016b fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0x7c1bd9fe __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x7e3a0c2d fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x7e83df8f __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x7ff630d3 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x841510b7 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x871c1910 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x89c9e3f8 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8d063ce9 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x9464030e fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x9c00f994 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9d508d02 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x9f082fe4 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xa9c763c3 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xaff6a5d0 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0xb40be736 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xc55903b0 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xdac85523 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xe396dc85 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xef588698 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xf014df2e fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xf27f12d8 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0xf49546ec __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x2b4bb2a5 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x37380e5b qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x7b677973 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xaaa3edb8 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xe0b9e566 qtree_delete_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x1a703ba1 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0x6d356209 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x56329ecc crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd09b2cba crc8 +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x02c539f4 lc_reset +EXPORT_SYMBOL lib/lru_cache 0x1f0c46da lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x2ce4bc4b lc_find +EXPORT_SYMBOL lib/lru_cache 0x3b86eb50 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x48a311e2 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x5138b933 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x52b559ba lc_get +EXPORT_SYMBOL lib/lru_cache 0x5c5d6e38 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x629038d6 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x753d9ec5 lc_set +EXPORT_SYMBOL lib/lru_cache 0xa547c196 lc_del +EXPORT_SYMBOL lib/lru_cache 0xadbdb40d lc_put +EXPORT_SYMBOL lib/lru_cache 0xbc5e5f1d lc_create +EXPORT_SYMBOL lib/lru_cache 0xc6639a9c lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xc7e3f111 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xc8b22841 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xf3e93d9b lc_committed +EXPORT_SYMBOL lib/lz4/lz4_compress 0x0c222eb5 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x682a23e0 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x3718225a unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0x44afd5f1 register_8022_client +EXPORT_SYMBOL net/802/p8023 0x6b4c5a00 destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0xe569087b make_8023_client +EXPORT_SYMBOL net/802/psnap 0x4d7d386d register_snap_client +EXPORT_SYMBOL net/802/psnap 0x612647f3 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0203db73 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x17ef0dd9 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x258b25b6 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x2859dd53 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x28695a1a p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3aeaa2d6 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x4121c95d p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x42553908 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x4df82872 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x51f1f224 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x55d54966 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x5d144c5a p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x697499b1 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x6b2f6ff5 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x6e369ed6 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x703c616b p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x78b30b76 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x79135e35 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x7b19f4f4 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x80429e34 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x85632f8e p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x87808796 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x96714206 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x96cbb235 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x98900d5c v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x9f323a3d p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xa4694a38 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xa573fe34 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xa5b660aa p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa951b55a p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xadeb7885 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xb1d262c6 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xba2c0084 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc74f55bb p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc9b2a3c3 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xcb742e83 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xd27d5d05 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xd2e60e08 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xe4ee073b p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe6cf9f9d p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf56ba98d p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf56ccfbd p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfb02bd33 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x2fd5c082 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xc8b055e7 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xcb68ca3f alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xf41c8d84 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x00b61cda atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x0c376005 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x11deef70 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x2250f1e2 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x2a6b034d atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x545e35ea atm_charge +EXPORT_SYMBOL net/atm/atm 0x57254778 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x81f1eb8e atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x91da5674 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 0xd84a5549 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xdad206d7 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xe0b7b76a atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xec7445a9 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xfac5ae25 vcc_sklist_lock +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x39941452 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x49f77bac ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x51442863 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x68ff8ef7 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x6b195622 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x89186889 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xbd263748 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc3112cdc ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xc397fce9 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/bluetooth/bluetooth 0x088e78c6 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0a3cfd6c l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0adb8721 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0df696e1 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x10578fa8 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x202b89d6 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2241129a __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x22bbe14b bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3bf2d9ae hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3cd9b8b8 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3fabd240 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x547c5838 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x55255d84 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x597b6506 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x70f64945 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x728a6847 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7383a784 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x73c5a2c1 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x76ed1b42 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x81d08b0b hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8bc08430 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaac9853e bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb533c257 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb558ada7 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb647d39d hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc4a0bce3 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcb9a59c0 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd20c87c4 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd6382c2a bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd63f4a69 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdec67601 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe06e26b1 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe2e087d2 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xedefae51 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf1f00d24 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfd0316b4 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xffc9e6a7 hci_conn_check_secure +EXPORT_SYMBOL net/bridge/bridge 0x9a851903 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x2a56d1af ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x395bb256 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x4ded7f0d ebt_register_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x1e144b15 caif_enroll_dev +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 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x7c07f57a caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x97799ca0 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xbe056d33 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xcbe54b05 get_cfcnfg +EXPORT_SYMBOL net/can/can 0x04cfc8df can_rx_unregister +EXPORT_SYMBOL net/can/can 0x18324b11 can_send +EXPORT_SYMBOL net/can/can 0x1adf7f11 can_proto_register +EXPORT_SYMBOL net/can/can 0x4caddc8b can_rx_register +EXPORT_SYMBOL net/can/can 0xeedbdc55 can_proto_unregister +EXPORT_SYMBOL net/can/can 0xf3cc6ee0 can_ioctl +EXPORT_SYMBOL net/ceph/libceph 0x036bfa47 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x07ca9885 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x08d657a8 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x093c1c5e ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x0d61c270 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x0e66151f ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x114fbe2b ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x11fc9906 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x12c7dcd3 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x18048097 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x198c9c16 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x1b926cad __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x21a0b6f3 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x22a45c00 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x24b81355 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x250093c4 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x25712141 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x261a0b8d ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x26a0c8e3 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x273d5af4 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x29f40e9b osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x2b3668a2 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x31de444d ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x38fb3573 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x3a07116b ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3b459906 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x40885e8c osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x45ec3ea4 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4a283545 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x4a2c1c0f ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x4b357722 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x4c90cdfa ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x4e13f83f ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x4fb791ec osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x50aac2ad ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x55cdf546 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5979580a ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6b6c00e2 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0x6bf33a98 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x6e86419b ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x6f21bd19 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6f58f619 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x6fcdafef ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x6fe942c9 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x704ba506 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x70d9aae6 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x7168baf8 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x73851571 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x77db1453 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x7a362a9b ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x7ab0287d ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x81eae1b6 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x871f0c85 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x8837fbd3 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x884cde55 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x8c4a20d5 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x99908dd6 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9dd01ee3 ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa058e3a7 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xa16f9f77 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xa9d92a30 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xad61b287 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xad91a586 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xae54e15b osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb1d1a790 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xb2a4435c ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xb2bebde8 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xbc821396 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc38ad7e1 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xce3738a1 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xdb71f75b ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xdbec8bb0 ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0xdc62cd90 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0xdc8139ab ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xde1310f6 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xe3d4e893 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xe559c39c osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xea00ba04 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xed229339 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xf5774cba ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xfc8f1748 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xff6a0df7 ceph_destroy_client +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x5fba11fc dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x893a68c0 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0b109775 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1687864f wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x282c9141 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2c6f4e18 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2e656fa8 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x405fac04 wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x72f3f3c0 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x81497b1e ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x999911ed ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xbc3c40f3 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xca76ba26 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf0db110b ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf6aa71d5 wpan_phy_register +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xc845d981 ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x9cfc1804 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xb5d028e5 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xdb7f8cac arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x4553c000 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x497a5f29 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x6d421b8c ipt_unregister_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x231c7af5 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xa83c1289 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x501af59e ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf02cba6f ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x24d179eb ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x9df79c8c ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xddec5474 ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x2493bb3a xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0x937d25f6 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x314dd65a xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xa932a059 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x2d8cb1fb ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x5f1416af ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x662ce974 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x86821065 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x8f008ec7 ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xe3e7e5c9 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xeae71a65 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xfcb4d799 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x01590a8b irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x041570a9 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07015ee1 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x1523adf4 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x1637764c irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x1829fb4e irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x1a9f11b6 hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x1bc3788d irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x1d13b990 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x20a5b7e3 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x2a17732a hashbin_insert +EXPORT_SYMBOL net/irda/irda 0x338df26f iriap_open +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x3fe0981b irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x4f475cdc irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x501b9b0d irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x56b99f6a hashbin_new +EXPORT_SYMBOL net/irda/irda 0x58735632 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x5f0bfa39 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b7f50b3 hashbin_find +EXPORT_SYMBOL net/irda/irda 0x6d030e2c iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7a5d83a0 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x8878049a irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x8eb490db irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x9516f690 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0xa68c9409 irlap_open +EXPORT_SYMBOL net/irda/irda 0xa8c9a2a2 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0xaad2d90a irias_find_object +EXPORT_SYMBOL net/irda/irda 0xaec635e4 irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xd22e8861 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0xd30bb8b7 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0xd3ecf74a irttp_dup +EXPORT_SYMBOL net/irda/irda 0xd50a56cf irlap_close +EXPORT_SYMBOL net/irda/irda 0xd7702e20 irias_new_object +EXPORT_SYMBOL net/irda/irda 0xdd988ce6 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe48e7e9e irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0xe4d2aa1a irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0xe58ba397 hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0xe7aa593d hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf0f25ffe hashbin_remove +EXPORT_SYMBOL net/irda/irda 0xf11743d9 async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0xf5a7f49a iriap_close +EXPORT_SYMBOL net/l2tp/l2tp_core 0x5a719b92 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x0c70f650 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x11f020e2 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x1b1d6faf lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x3f0f8cc9 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x588c14dc lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xa15d4f5c lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xe70fed41 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xf04d81bf lapb_setparms +EXPORT_SYMBOL net/llc/llc 0x2174a686 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x2617c7ac llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x46d049e6 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x48a9366c llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x6ad07b42 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x822311a2 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xfd19c45e llc_sap_open +EXPORT_SYMBOL net/mac80211/mac80211 0x029b62ef ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x0d93b794 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x0d9980c0 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x0f1b6acb __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x1272d842 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x12cd9c4a __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x169ef005 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x1cbe97f7 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x2612bd55 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2f618d49 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x32b6c789 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x38ec9534 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x3eb22ebd ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x4077b736 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x431652ed ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x4363af37 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x46624cd6 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x48d7bf20 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x497d9641 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4d648257 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x50a1e52f ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x55aefe8b ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x594c5c43 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x5b53a5c3 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x5bc27cc8 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x60fca85d ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x62861b14 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x6781f178 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x6be05078 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x6d143a96 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x6efa2378 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x71256232 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x758834c2 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x762e1a69 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x7912d90d wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x7baae16b ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x80855803 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x943869ff ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x98036ee1 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x9e0155b6 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xa7680b86 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xb67552ec ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb69ef1db ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb9040a65 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xba38a6ee ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xba541708 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xbcf67c7f ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xc051d9f9 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xc70c139d ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc7832865 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd276b241 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd36e4664 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xd3be0d8c __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xd42cbb39 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xd9321529 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xd96bfb90 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xdc22610c ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xdc5a956e ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xe14cbc42 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xe8eb47fd ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xedf3d3e6 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf76c5e25 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xfdb45372 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xfddbccb6 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac802154/mac802154 0x03aa18c7 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0x1e2deb8a ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0xe56514ad ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0xea0721dd ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xeed3b289 ieee802154_free_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x01df7b53 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x023c7abe ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x32f5948a ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6a518dbc register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6bb046d5 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x94fcb9dd register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9fc8be3b ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa02537e9 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa6fb318a unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb8ae5dd9 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcf0cc817 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdd896222 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf51b044c ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf6d5f5e2 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xb2dd186a __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xb3fb7526 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xfa1032b5 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x18b6dd3d nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x1db212bf __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x55a7ded8 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x662d3544 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x91c47cf2 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xf0bbf0ae nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x1b8b8a07 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x253e8b44 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x53fe98d0 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x720a793d xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x740eccad xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x7730e87c xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x848252ac xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x9886cf97 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xae447ad1 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb20abc50 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xd2c500ca xt_register_match +EXPORT_SYMBOL net/nfc/hci/hci 0x1006c22b nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x1be80136 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x36bd0919 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x54516cbe nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x689a4302 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x6a72f678 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x765e206e nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x79334bcf nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x7fb057b2 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x9ac41f5c nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xa160d05f nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xa36f99a5 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xa791083b nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xaf89c259 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xc412b82f nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xc808b135 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xcd9ce740 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xe9cd305d nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x2e85d5e0 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x37a0ebde nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x3e51e377 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x526ce99d nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xa1e8cfc2 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc8587b1a nci_set_config +EXPORT_SYMBOL net/nfc/nfc 0x0a5a9ad8 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x0be3f8b9 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x19992749 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x1ded048b nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x213557cb nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x2a6becb8 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x3285b189 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x36822f03 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x3d62081c nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x3e053362 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x44e60cbf nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x5ab08939 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x6d5154ff nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x6d785e1d nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x797850f3 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x7d7aff86 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x89df8481 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xa1c8e5c1 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xbe982100 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xd005010b nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xee32152a nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc_digital 0xa6e68c23 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xc9654920 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xe71e1a67 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xe767517d nfc_digital_register_device +EXPORT_SYMBOL net/phonet/phonet 0x025f0470 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x19c83552 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x3cec2fcb phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x434ce35d pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xaa5ad96e pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xafbe35b8 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xcc50bdf2 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xfd87e652 phonet_stream_ops +EXPORT_SYMBOL net/rds/rds 0x7505d413 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x110fd54b rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x16016720 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1d8c314c rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x23fa9912 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x2a48cf11 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x34832e27 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4d12839c rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5e7997be rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x73f4ea34 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x99503ea5 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa2bb86c5 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc3a306e9 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd3c10dd5 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xee136fd9 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xfb4a5f78 rxrpc_get_null_key +EXPORT_SYMBOL net/sctp/sctp 0xbee628d1 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x3830e646 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x7e31915f gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xf740d96f gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x49d28b83 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x7a0fe119 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x88afc5eb svc_pool_stats_open +EXPORT_SYMBOL net/wimax/wimax 0x49e8f41e wimax_reset +EXPORT_SYMBOL net/wimax/wimax 0x597d2820 wimax_rfkill +EXPORT_SYMBOL net/wireless/cfg80211 0x0059abf7 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x071f8f5a cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x07c4a9c1 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x09302be5 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0e8fb764 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x142ff6e9 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x147dc65c cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x1589520f wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x1597b390 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x183a99b8 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x190d316c cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x19c78fc0 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1c85424d cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1e0cacfb cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x24792289 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x2b2cc9f9 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x2ceb5444 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x317eade0 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x32294a07 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x329c19b6 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x32b79219 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x3f5ba2d1 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x45d57582 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x46d8c171 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x485420f5 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x48f5c330 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x4abe9828 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x4c3cd10c cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x4ee549aa cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x4ef4952f cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x505a7dec cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x51416263 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x52d9d557 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x56a1b839 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5b3b4b7b cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x5c916076 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x5da98d1d wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x61cef27d ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x62a81c6f wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x6534372f __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x65f7ac2d cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x732588f1 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x7a4163e0 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x7ad1595e cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x7be265fb cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x7da27cb1 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x80e3e6af __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x86b5fe89 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8eae98de cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x91ef7205 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x9826c463 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9dd080cf cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa91721b1 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xaaf71107 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xac0e974d cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xaccb18bf cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xb14236bd wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xb1acfce8 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb3d5199a cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb430c682 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xb49c50a0 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xb7b0a4fe cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc9f23c92 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd329b6e2 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdf333b87 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xe0a85e7f cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xe0a94277 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0xe1392045 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xe29763c7 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xe3545a4d cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0xeb6602bf ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xeeb94837 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xef38e605 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf452f0e1 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xf8fd9192 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x36e584fa lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x51a18632 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x5c045427 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xb9893174 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xc03af5ed lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xf4c00f56 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL sound/ac97_bus 0x04d29a54 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x42ad4fa1 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 0x23272341 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 0x632bc7c7 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 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xd1485d34 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0xdc2c8b64 snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x16f604c1 snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xca51a785 snd_seq_device_register_driver +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 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x045df6a4 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x19644b06 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x237c480c snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x46d509d4 snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x48501cc2 snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x57427cce snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x6e4581b3 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xfdab5ab4 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x7d354602 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x046628eb snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x052ef6f8 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x0952707c snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x0be5d57d _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0x1369c3e8 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x2447aec7 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2975f0f5 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x2a897767 snd_get_device +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x31e52c83 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x33a4d548 snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3a3217ee snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x49493268 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x4ced5255 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x51a30e52 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x56bfd5d0 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x570d0fcb snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x5a94d137 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x5b386fdd snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x6084ed19 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x626cb406 snd_cards +EXPORT_SYMBOL sound/core/snd 0x70294d1c snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x75f2f8b4 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0x761a5a3d snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x7ee49604 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x7f154555 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x81357053 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x818198c4 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x839c999e snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f43e5b6 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x8ff08552 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x92b894fa snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x9d2a75dd snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9faed175 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa3a8b838 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xa5cfe27b snd_info_register +EXPORT_SYMBOL sound/core/snd 0xa7e09e7a snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xc022f074 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0xc5573b4b snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xcd9e3b53 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xd14bd001 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xdd116968 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xe6e16446 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xe714308a snd_component_add +EXPORT_SYMBOL sound/core/snd 0xe94c0999 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xf45216c9 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xf5351394 snd_card_new +EXPORT_SYMBOL sound/core/snd 0xf57314b3 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xfba8986c snd_device_register +EXPORT_SYMBOL sound/core/snd 0xfbcae2a7 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-hwdep 0x59c51805 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x001bd97b snd_pcm_set_sync +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 0x06b310c9 snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x0f23211a snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0x0fd6b94a snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x196bcf3f snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x1c187998 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1e5221a6 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x241105fd snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x292ed0b5 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x322a03de snd_pcm_new_internal +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 0x41efc641 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x45bec217 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x4df934df snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5679cf6c snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x5898dcba snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5d228732 snd_pcm_lib_readv +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 0x6e88e56f snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x6f971383 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x72dea955 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x738d9322 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x816bb17e snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8465a577 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x8be1f84e snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x9901b296 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x99fb4928 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x9c5afc29 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xa494b29f snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xab065986 snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0xab7b3a14 snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0xac2d447c snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xae91ff27 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xb54e6013 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbe163c84 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xc06cd9b6 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xc23348f6 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xc527da23 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xc71d0ac9 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xc7d19850 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xc9c6b7ea snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xcaca072d snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xd150ab61 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0xd3301ce1 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0xd3d35fad snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xda656c0d snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xde4bda3f snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xe2a3b818 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xe38e34e8 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xef5251ac snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x05d9819f snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0c62fcca snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x10a7f5a3 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x163018b0 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x18e4a796 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x22111f34 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2df0c2e4 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x329335eb __snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x46827fc4 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x469f0d4a snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x57c1bb6e snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6cf656ab snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7eea5f58 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x961f9fe7 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa66d5e89 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xaec0026d snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xcb1da059 __snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd6ac70fb snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe4c8dc0e snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-timer 0x466001a0 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x638dc06d snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x667d2570 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x93d2f279 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x9afc36ab snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xb831ff8b snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xd84b323e snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xea687a29 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xf5669bbe snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xf699362f snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xfa10e31a snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xfb0c2d0b snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xfdd89557 snd_timer_interrupt +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xddeabd5d snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x163d0b82 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x1686e57d snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x339726c6 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x3b186b8a snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x550f8ba3 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc53eedcf snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd93cc24b snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xee54a59c snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf86f30b5 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1fde2540 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x30cdff2f snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x579330fb snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x77d3dbae snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x84bbbcdf snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x85991157 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9f66a96f snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb42bb10d snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd7c78d87 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x14b17d60 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x14c5603c avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x14e856a8 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2f6b07bc cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3d191296 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3dc676e3 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x43c8814f fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x46c83cf8 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x51da5046 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x595ff743 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5e7934d4 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x70bc324a amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x76c33e18 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x79e1c22c fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7cffa125 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7dde8c8f cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7e3fbf2a fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x83b0590e iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x83e040db amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x898c13de amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8eac978f amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x96bdb360 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9c4903bc amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xaa402f77 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc41408ba avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd3ef5a4e cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xec23a5fd fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xed9cae28 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xeea8bde9 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf84badab cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfe22a514 snd_fw_transaction +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x49a72781 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x577078cb snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x5dd9eb3f snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x736b7ebf snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x7c502321 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xabe28669 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xba5f0e4f snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xdc0b05ca snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xe0f036a0 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xffd91fbf snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x5d784371 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xe9805f2d snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x5bc4ce45 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x6bdbf70e snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x984c28bd snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa1ae6180 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xd73dc181 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xedda1515 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-i2c 0x59ef404d snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x5d69dc5c snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x6ee0792e snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9df3f476 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xc2822162 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xfe86ad50 snd_i2c_sendbytes +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0302fbdd snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0f7d9b18 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x20cbaed9 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4d37a973 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4dac447c snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4ea6b4b3 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4edf33f4 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7a1c6fb9 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7b2a3303 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7d3fa92e snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa4ea1cbd snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xaf33030f snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb8ce4c80 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc8bc6a70 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe0f1cf5a snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe36061c4 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf0a5f4c2 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x09b20242 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3d85a9d1 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4627dafd snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4cb798bf snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x7b70f110 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x896c9ca0 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xacbee2fa snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xbe3d1384 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe1561a07 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x3770b864 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x579bf359 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xfea98977 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x01146e6d oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0c1f571e oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0c4dca0e oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x187dead9 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x26b07ee4 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x39b47ef6 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3c97acc2 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x50770c6e oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5b48dcfc oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6516059c oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6fdd2043 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xaa857e5c oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xac4e1a0a oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb83d7a9b oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd2641ef6 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd62609dd oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd6342b86 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe1826a88 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe4a84874 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xea33fdd3 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xeac8455c oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x51db6095 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x756f81a9 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x7acb4b46 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x97462463 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x986a4d42 snd_trident_alloc_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x945878f8 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x9b903320 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x434db5e9 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x89d452fd register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x97abc12e register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xb54aa8f4 register_sound_midi +EXPORT_SYMBOL sound/soundcore 0xbff8afb4 sound_class +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xefbc13ff register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x0e9a870f snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x22f37b71 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 0xc0e4a9f1 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xc6dce20f snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe7127da5 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xee11cfdd snd_emux_register +EXPORT_SYMBOL sound/synth/snd-util-mem 0x337f1e61 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x5e1f3a50 __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x754d9c37 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x7b53b52e __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x873abf8e snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xae422a22 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xb26a2a65 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xf7fdbe72 __snd_util_mem_free +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x4a2c1ec3 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x0000b45a scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x00014199 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x000b762f netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x0032d52f dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x00494fad sock_i_uid +EXPORT_SYMBOL vmlinux 0x004fb81e of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x005862e2 n_tty_compat_ioctl_helper +EXPORT_SYMBOL vmlinux 0x007d6c51 nf_register_hook +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x0085d7e7 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x00870d98 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x0099dd01 mdiobus_read +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00dee778 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x00f7c949 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x01215ca2 set_blocksize +EXPORT_SYMBOL vmlinux 0x01268aa3 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x013c5fc8 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x0171a6f0 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x0171d14d tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x01751393 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x01790e94 csum_partial_copy +EXPORT_SYMBOL vmlinux 0x019dd596 load_nls +EXPORT_SYMBOL vmlinux 0x01b36fec put_disk +EXPORT_SYMBOL vmlinux 0x01ba799b mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x01c12b30 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x0222b572 __lock_page +EXPORT_SYMBOL vmlinux 0x023a38c3 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x023db95c i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x02419941 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x024bf827 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x024f184a netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x02547fb6 inode_set_flags +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0271b695 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a3161b pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02f72764 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x0305f700 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x030eb591 kthread_stop +EXPORT_SYMBOL vmlinux 0x0315ee62 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x031dd671 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x035c2540 netdev_update_features +EXPORT_SYMBOL vmlinux 0x035f891b down_interruptible +EXPORT_SYMBOL vmlinux 0x03662302 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x03735ea9 audit_log +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x039e80ed pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03de7dbb tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x03ead196 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x03ebda85 dns_query +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x040b5b93 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x0413163e of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x0437fff8 bdi_init +EXPORT_SYMBOL vmlinux 0x043d0a20 down_read +EXPORT_SYMBOL vmlinux 0x043e3330 security_task_getsecid +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044ea0f0 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x045ef353 bdget +EXPORT_SYMBOL vmlinux 0x04873a58 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x04a226e1 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x04b4e194 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x04c6c2b5 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x04d4b572 elv_rb_del +EXPORT_SYMBOL vmlinux 0x04ea0d91 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04f80f1e jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x050a3097 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x053f1dca cap_mmap_file +EXPORT_SYMBOL vmlinux 0x055c8559 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x0579d8cc xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x059287fa bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05a61f39 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x05c9e4b0 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06440f3c eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x06514f44 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x067bdf46 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x0688b228 compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x068c826d sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x0699b4d2 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x06ab396b nlmsg_notify +EXPORT_SYMBOL vmlinux 0x06b9139a napi_gro_flush +EXPORT_SYMBOL vmlinux 0x06bd6490 padata_alloc +EXPORT_SYMBOL vmlinux 0x06fda6f9 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x06fffbba phy_find_first +EXPORT_SYMBOL vmlinux 0x070b4033 blk_put_request +EXPORT_SYMBOL vmlinux 0x071b7eea irq_stat +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x074c4023 d_drop +EXPORT_SYMBOL vmlinux 0x0751301a pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x07678eae inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x0781596a dma_release_from_coherent +EXPORT_SYMBOL vmlinux 0x0782bc0d eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x07a01b03 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x07a4b576 flex_array_free +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b70b6d xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x07ba23e9 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07cecec9 rwsem_wake +EXPORT_SYMBOL vmlinux 0x07f1145b input_event +EXPORT_SYMBOL vmlinux 0x07f1cafc skb_pull +EXPORT_SYMBOL vmlinux 0x07fd6fb0 input_set_capability +EXPORT_SYMBOL vmlinux 0x0809b0fd kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x080be55a sock_wake_async +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x0830a522 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x083af054 compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0x083cb930 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x083d73d2 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x084aeebe sock_sendmsg +EXPORT_SYMBOL vmlinux 0x08556a27 d_rehash +EXPORT_SYMBOL vmlinux 0x0887783f dmam_release_declared_memory +EXPORT_SYMBOL vmlinux 0x08a25c4d simple_transaction_get +EXPORT_SYMBOL vmlinux 0x08bb87e2 redraw_screen +EXPORT_SYMBOL vmlinux 0x09046eb2 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x090f503f __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x091100bc sock_create +EXPORT_SYMBOL vmlinux 0x091b19dc sock_wmalloc +EXPORT_SYMBOL vmlinux 0x09356879 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x093bfc3f proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x094f43b8 sk_alloc +EXPORT_SYMBOL vmlinux 0x0963f534 pci_dev_get +EXPORT_SYMBOL vmlinux 0x096a324b fb_validate_mode +EXPORT_SYMBOL vmlinux 0x097ce27b inet6_bind +EXPORT_SYMBOL vmlinux 0x0984d7c9 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09b9ffd2 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x09c4c8b8 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09e6eb8f fifo_set_limit +EXPORT_SYMBOL vmlinux 0x09ff2508 ps2_command +EXPORT_SYMBOL vmlinux 0x0a1bdaaf input_set_abs_params +EXPORT_SYMBOL vmlinux 0x0a2153a4 sk_wait_data +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a307760 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x0a752931 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x0a7cd50f vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x0a80f1cf tty_port_destroy +EXPORT_SYMBOL vmlinux 0x0aa328e3 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x0ab1a069 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad28023 simple_write_end +EXPORT_SYMBOL vmlinux 0x0ade88c4 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x0ae4f4d2 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x0b089872 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b33c466 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b92b4af inet_stream_ops +EXPORT_SYMBOL vmlinux 0x0b96a061 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x0b991dba pcim_iounmap +EXPORT_SYMBOL vmlinux 0x0bbbc81c neigh_event_ns +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bcf5f1e napi_get_frags +EXPORT_SYMBOL vmlinux 0x0bf75b7b blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x0c0a8fde __getblk_slow +EXPORT_SYMBOL vmlinux 0x0c1dbce3 seq_puts +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c7243f5 skb_dequeue +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca78e0d sock_recvmsg +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0ce3feac mutex_trylock +EXPORT_SYMBOL vmlinux 0x0ce87155 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x0d058ff2 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x0d2907ac __secpath_destroy +EXPORT_SYMBOL vmlinux 0x0d2b1caa skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d62457d prepare_binprm +EXPORT_SYMBOL vmlinux 0x0d64d3cd km_policy_expired +EXPORT_SYMBOL vmlinux 0x0d6e72e9 dev_driver_string +EXPORT_SYMBOL vmlinux 0x0d86c1cb tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x0d8fcdd8 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dc12919 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x0dd4bcec simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x0ddd0d47 tcp_close +EXPORT_SYMBOL vmlinux 0x0deab61b __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x0e1ab687 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x0e23a4d7 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x0e347b12 module_refcount +EXPORT_SYMBOL vmlinux 0x0e540d8d md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x0e6a1d98 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x0e6affca clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e704324 udp_proc_register +EXPORT_SYMBOL vmlinux 0x0ea9ccdb key_payload_reserve +EXPORT_SYMBOL vmlinux 0x0ebcf9f4 f_setown +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ef63e58 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f051013 efi +EXPORT_SYMBOL vmlinux 0x0f294fcc set_bdi_congested +EXPORT_SYMBOL vmlinux 0x0f2aacc5 genl_notify +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f552a21 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x0f74985f fsync_bdev +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0faf8993 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x0fb32c7c udp_poll +EXPORT_SYMBOL vmlinux 0x0fea6e88 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x0ff2c759 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x1000afac unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x10034108 make_bad_inode +EXPORT_SYMBOL vmlinux 0x100c56c8 seq_path +EXPORT_SYMBOL vmlinux 0x1035a172 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x105bf330 bdi_unregister +EXPORT_SYMBOL vmlinux 0x106fd313 posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x10815d89 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x108f5dc8 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x10935173 tc_classify +EXPORT_SYMBOL vmlinux 0x10950ee1 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x109c5b59 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x10ac5beb vfs_writev +EXPORT_SYMBOL vmlinux 0x10c0752b iterate_dir +EXPORT_SYMBOL vmlinux 0x10d19447 bio_endio +EXPORT_SYMBOL vmlinux 0x10e19503 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x10e35cf1 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x10e9db11 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x112110a2 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x112d0f7b tcf_hash_create +EXPORT_SYMBOL vmlinux 0x1139ad7e pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x1142429e kmalloc_caches +EXPORT_SYMBOL vmlinux 0x11524c41 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x11546508 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x1155f892 ip_defrag +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x1164122c pci_release_regions +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x11b73940 register_quota_format +EXPORT_SYMBOL vmlinux 0x11bdc2f6 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x11cecb1e proc_mkdir +EXPORT_SYMBOL vmlinux 0x11d9a85a sockfd_lookup +EXPORT_SYMBOL vmlinux 0x11e95b0f filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x11f3eaf9 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x1205a423 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x122e63b5 blk_recount_segments +EXPORT_SYMBOL vmlinux 0x124121fd request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x1250360d lockref_get +EXPORT_SYMBOL vmlinux 0x125fd16a __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x125ff8a2 path_nosuid +EXPORT_SYMBOL vmlinux 0x12757870 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x129e2094 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12a5ecf6 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x12a86df4 mmc_get_card +EXPORT_SYMBOL vmlinux 0x12dc96fc inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x12dfeb12 vprintk_emit +EXPORT_SYMBOL vmlinux 0x12e3fd5e coherent_swiotlb_dma_ops +EXPORT_SYMBOL vmlinux 0x130074f3 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x1305d532 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x131b5407 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x1322fed4 bio_put +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x1328c196 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13315729 flex_array_alloc +EXPORT_SYMBOL vmlinux 0x13af8ff3 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d813ae amba_driver_register +EXPORT_SYMBOL vmlinux 0x13de49d0 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x13fcb24d max8925_set_bits +EXPORT_SYMBOL vmlinux 0x141e55ea posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x145b7589 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x147621e1 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x1479ac11 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x149c8727 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x14e83d4c tcp_prequeue +EXPORT_SYMBOL vmlinux 0x14faef2b lock_rename +EXPORT_SYMBOL vmlinux 0x15269127 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x15364b63 ida_remove +EXPORT_SYMBOL vmlinux 0x154932fb abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154d72b7 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x155b8aea blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x156140ab set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x156aeb73 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x15b639c5 scsi_put_command +EXPORT_SYMBOL vmlinux 0x15bd32a7 set_groups +EXPORT_SYMBOL vmlinux 0x1607bb4e __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x16168047 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x16298aeb netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x165961c3 request_firmware +EXPORT_SYMBOL vmlinux 0x1669b87e blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x16766435 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x16a71596 led_blink_set +EXPORT_SYMBOL vmlinux 0x16d80d6f mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x16efaa6a blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x1723ecf0 write_cache_pages +EXPORT_SYMBOL vmlinux 0x173b2102 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x1741227b tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x17417dc3 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x17539b53 d_find_alias +EXPORT_SYMBOL vmlinux 0x1759985a phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x1759ae03 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x175fefc3 fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x177be9c5 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x178880c7 qdisc_destroy +EXPORT_SYMBOL vmlinux 0x1791ae24 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x1793f685 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x17a142df __copy_from_user +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17b625fc kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x17c551d7 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x17d4612c jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x17d54e5b scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x180fc3ad tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x183eb805 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x185c432f tcf_hash_search +EXPORT_SYMBOL vmlinux 0x187b00d9 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18a00828 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18ef5830 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x19160556 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x191863ae request_key +EXPORT_SYMBOL vmlinux 0x19353de9 udp_prot +EXPORT_SYMBOL vmlinux 0x19444627 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0x19529971 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x197b7527 elevator_exit +EXPORT_SYMBOL vmlinux 0x1982b2cb sget +EXPORT_SYMBOL vmlinux 0x1992d8dd tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x1a4b2a82 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0x1a5dd40d sync_blockdev +EXPORT_SYMBOL vmlinux 0x1a6ad24e of_allnodes +EXPORT_SYMBOL vmlinux 0x1a6da6c9 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x1a832a61 do_splice_to +EXPORT_SYMBOL vmlinux 0x1a8f0ec7 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x1a8fa899 of_get_next_parent +EXPORT_SYMBOL vmlinux 0x1aab3391 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x1ac0407f fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b05df82 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b085442 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x1b1b3464 vga_tryget +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b21994d xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x1b2a8cf8 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x1b353088 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0x1b4dbafb unregister_console +EXPORT_SYMBOL vmlinux 0x1b53829c uart_register_driver +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b659eb6 dev_crit +EXPORT_SYMBOL vmlinux 0x1b7403fc xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x1b7c5e40 vfs_readv +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b836558 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x1b8dfa29 register_key_type +EXPORT_SYMBOL vmlinux 0x1b927f92 phy_device_free +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bb31d7e __frontswap_test +EXPORT_SYMBOL vmlinux 0x1bca2a90 prepare_to_wait +EXPORT_SYMBOL vmlinux 0x1bdc26cf sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x1be41bf8 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x1be75b6c tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x1bfc225d unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x1c186a7b blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0x1c18af4f pcie_get_mps +EXPORT_SYMBOL vmlinux 0x1c1c82ad devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x1c1cebae km_state_expired +EXPORT_SYMBOL vmlinux 0x1c3f8c0f mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x1c616596 scsi_host_put +EXPORT_SYMBOL vmlinux 0x1c77dabc nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x1c7b2133 dev_addr_del +EXPORT_SYMBOL vmlinux 0x1c869ceb scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x1c96a498 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x1c9f7aa9 of_clk_get +EXPORT_SYMBOL vmlinux 0x1cacc8a2 init_buffer +EXPORT_SYMBOL vmlinux 0x1cca7606 security_inode_permission +EXPORT_SYMBOL vmlinux 0x1cf4943b pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x1d194543 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x1d21b9b8 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x1d3776cf backlight_device_register +EXPORT_SYMBOL vmlinux 0x1d3a4534 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1d419149 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x1d428f7a of_parse_phandle +EXPORT_SYMBOL vmlinux 0x1d545220 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x1d631775 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x1d89bdac neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x1d8feadf inode_dio_wait +EXPORT_SYMBOL vmlinux 0x1d92d898 complete_and_exit +EXPORT_SYMBOL vmlinux 0x1d979cf0 dev_emerg +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dcd1c89 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de71601 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x1deb8504 ppp_input_error +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e1dfd8e compat_sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e44c82a truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x1e5834f0 cdrom_release +EXPORT_SYMBOL vmlinux 0x1e6aed15 set_disk_ro +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e90821a check_disk_size_change +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea06663 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x1ea0a7ab kernel_neon_begin_partial +EXPORT_SYMBOL vmlinux 0x1eba36e5 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x1eba486d rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ed0fc88 keyring_search +EXPORT_SYMBOL vmlinux 0x1ee53efd jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x1ef3caba __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x1f0b2f67 bio_map_user +EXPORT_SYMBOL vmlinux 0x1f18f8c0 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x1f40ced7 phy_connect +EXPORT_SYMBOL vmlinux 0x1f56e653 xfrm_input +EXPORT_SYMBOL vmlinux 0x1f5735a7 vfs_write +EXPORT_SYMBOL vmlinux 0x1f6ce67a sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1f6eae17 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x1f7e3d10 pci_clear_master +EXPORT_SYMBOL vmlinux 0x1fa06490 secpath_dup +EXPORT_SYMBOL vmlinux 0x1faa372e mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x1fb7205f blk_peek_request +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fbdec29 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x1fcf4d4b _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fdc7df2 _mcount +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x202b5cdb remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x204346af proc_dostring +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x205fed4e downgrade_write +EXPORT_SYMBOL vmlinux 0x207210fe mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20906cd5 idr_destroy +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20ccb9aa no_llseek +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20ea816d submit_bio_wait +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20ec55ef phy_start_aneg +EXPORT_SYMBOL vmlinux 0x20f60239 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x20ffa7f6 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x2137a815 clocksource_register +EXPORT_SYMBOL vmlinux 0x214f27f6 __seq_open_private +EXPORT_SYMBOL vmlinux 0x21578291 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x21725d0f skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x21b1196c pci_remove_bus +EXPORT_SYMBOL vmlinux 0x21b76418 bh_submit_read +EXPORT_SYMBOL vmlinux 0x21d891f6 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x21e245fc of_phy_attach +EXPORT_SYMBOL vmlinux 0x221a3b78 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x221f5fc2 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x222e1c0f dquot_scan_active +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x224ff4ad wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x225143d1 input_close_device +EXPORT_SYMBOL vmlinux 0x2252f7eb netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x22591193 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x225ab4ba dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x225f1885 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x229f2e12 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x22a2f7ae pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0x22a82aa2 dma_ops +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b52188 inet_getname +EXPORT_SYMBOL vmlinux 0x22baea3d proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x22c32e4c udp_del_offload +EXPORT_SYMBOL vmlinux 0x22f12591 amba_device_register +EXPORT_SYMBOL vmlinux 0x2307645c lock_may_write +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x231f4dbf input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x2321179a simple_getattr +EXPORT_SYMBOL vmlinux 0x23362e82 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x2343ed12 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x234c9b34 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x23a2a1f6 noop_qdisc +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b27d1c fb_pan_display +EXPORT_SYMBOL vmlinux 0x23b90695 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23d74ca3 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x23e5dc49 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24144d07 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x24188085 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x243f6024 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2452129f netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x24554b35 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x245887e6 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245da204 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x246844e8 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x2474ce31 __inode_permission +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x248c625e devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0x24924faf dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x25533916 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x255bb072 change_bit +EXPORT_SYMBOL vmlinux 0x256a558f input_unregister_device +EXPORT_SYMBOL vmlinux 0x256b6c7d __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x257dad56 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25a3ed06 nobh_writepage +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25df0f8a cfb_fillrect +EXPORT_SYMBOL vmlinux 0x25f92bcd free_netdev +EXPORT_SYMBOL vmlinux 0x26128d74 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x261c8467 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x262e78c5 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x26300976 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x26321919 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2642eddf netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x265dea4c netif_rx +EXPORT_SYMBOL vmlinux 0x2665d53a key_create_or_update +EXPORT_SYMBOL vmlinux 0x266b895f init_special_inode +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x26872dd6 audit_log_start +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26e83296 mount_bdev +EXPORT_SYMBOL vmlinux 0x26ff53a3 new_sync_read +EXPORT_SYMBOL vmlinux 0x2712f4f5 crc32_le_combine +EXPORT_SYMBOL vmlinux 0x2724ba66 __ioremap +EXPORT_SYMBOL vmlinux 0x273a82e1 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27970da0 key_invalidate +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27ce362d mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x27dff3de set_nlink +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27f89b3b inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0x27f9ec98 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x27fcbb9a __napi_complete +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28200ec7 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x28318305 snprintf +EXPORT_SYMBOL vmlinux 0x28336a03 proc_remove +EXPORT_SYMBOL vmlinux 0x28424289 pci_bus_put +EXPORT_SYMBOL vmlinux 0x28435938 dquot_release +EXPORT_SYMBOL vmlinux 0x28600586 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x289b554b wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x28a2b29f radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28abfe6e scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x28b219af __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x28d7ffea lg_local_unlock +EXPORT_SYMBOL vmlinux 0x28d9c527 __nla_put +EXPORT_SYMBOL vmlinux 0x291ba05d udplite_table +EXPORT_SYMBOL vmlinux 0x29296ebb sock_i_ino +EXPORT_SYMBOL vmlinux 0x292bf356 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x292d5805 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x2960709d rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x2968c753 of_iomap +EXPORT_SYMBOL vmlinux 0x2975daeb remove_arg_zero +EXPORT_SYMBOL vmlinux 0x2987cb18 account_page_dirtied +EXPORT_SYMBOL vmlinux 0x298a3146 block_read_full_page +EXPORT_SYMBOL vmlinux 0x2990b102 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x29f25b50 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x29f71aef del_gendisk +EXPORT_SYMBOL vmlinux 0x29fd1b23 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x2a17236c skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a3f3b28 mmc_start_req +EXPORT_SYMBOL vmlinux 0x2a576acc mpage_readpage +EXPORT_SYMBOL vmlinux 0x2a7227e2 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x2a792696 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a9dc010 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x2aa1ad41 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x2aaed68e abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x2abf3519 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x2ac77c8a skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2afeed17 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b0d3f0e xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b340985 of_translate_address +EXPORT_SYMBOL vmlinux 0x2b5c377c bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x2b65696b mmc_cleanup_queue +EXPORT_SYMBOL vmlinux 0x2b708c6e vmap +EXPORT_SYMBOL vmlinux 0x2b78eaaa phy_register_fixup +EXPORT_SYMBOL vmlinux 0x2b9003ab dquot_initialize +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba1fb80 skb_find_text +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bb56ed8 path_put +EXPORT_SYMBOL vmlinux 0x2bdcf00f redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x2bdd6e28 node_states +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2c06530f of_device_unregister +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c397253 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x2c4153fa sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x2c580e10 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x2c7c8e9a pcibios_min_mem +EXPORT_SYMBOL vmlinux 0x2c815edd dquot_transfer +EXPORT_SYMBOL vmlinux 0x2c84e697 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2caf5546 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d1a74b6 get_disk +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d37342e cpu_online_mask +EXPORT_SYMBOL vmlinux 0x2d46e15e vme_irq_generate +EXPORT_SYMBOL vmlinux 0x2d4ff1ca skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x2d548e71 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x2d5f8d3a scsi_block_requests +EXPORT_SYMBOL vmlinux 0x2d65c264 __f_setown +EXPORT_SYMBOL vmlinux 0x2d6f2a46 do_fallocate +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d9f6aaf would_dump +EXPORT_SYMBOL vmlinux 0x2da6160c block_write_full_page +EXPORT_SYMBOL vmlinux 0x2da7b352 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2db328f2 dma_mark_declared_memory_occupied +EXPORT_SYMBOL vmlinux 0x2dbf8ef0 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x2dc2e570 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2dd9a36b flex_array_shrink +EXPORT_SYMBOL vmlinux 0x2de1327b bit_waitqueue +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2e0d2f7f queue_work_on +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e1ddb3d of_get_property +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2bf2a1 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e3f8175 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x2e407b7f locks_copy_lock +EXPORT_SYMBOL vmlinux 0x2e45b336 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0x2e4b5ae1 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x2e4d5fe3 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x2e6a3858 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x2e72067a ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x2e7be112 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x2ea4c1c9 lg_global_unlock +EXPORT_SYMBOL vmlinux 0x2eaff5eb uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x2eb1e422 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x2eb89bfe dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x2edba01a inet6_ioctl +EXPORT_SYMBOL vmlinux 0x2ede1b74 padata_free +EXPORT_SYMBOL vmlinux 0x2ee8af87 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef2f7aa netif_device_attach +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f046a21 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f186cdc block_write_begin +EXPORT_SYMBOL vmlinux 0x2f3857e2 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x2f39c146 inet_add_offload +EXPORT_SYMBOL vmlinux 0x2f54cdfa path_get +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fbd9c4c lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0x2fc864a3 input_grab_device +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe8980e write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x3007aba3 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x3045f4a5 input_allocate_device +EXPORT_SYMBOL vmlinux 0x304ec72b _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x305cec12 _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x3060539d input_register_device +EXPORT_SYMBOL vmlinux 0x306891c3 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x3071e202 freeze_super +EXPORT_SYMBOL vmlinux 0x30720004 build_skb +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x30806caf pipe_lock +EXPORT_SYMBOL vmlinux 0x30a6d296 eth_change_mtu +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30bc88d8 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x30d5a070 arp_find +EXPORT_SYMBOL vmlinux 0x30d79326 genphy_suspend +EXPORT_SYMBOL vmlinux 0x30e2a7fe __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x30f00359 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x30f195a2 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x30f81939 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x3112c024 skb_unlink +EXPORT_SYMBOL vmlinux 0x3130b822 __d_drop +EXPORT_SYMBOL vmlinux 0x3142a9f5 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x31500d79 search_binary_handler +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x31756efa submit_bio +EXPORT_SYMBOL vmlinux 0x317a75c5 bdput +EXPORT_SYMBOL vmlinux 0x31805f80 __net_get_random_once +EXPORT_SYMBOL vmlinux 0x3181869b get_unmapped_area +EXPORT_SYMBOL vmlinux 0x31983151 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x31c1988d netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x31e6237a thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x31ecd46a __dquot_free_space +EXPORT_SYMBOL vmlinux 0x32168d86 pci_get_class +EXPORT_SYMBOL vmlinux 0x3230acad bio_chain +EXPORT_SYMBOL vmlinux 0x3247cde8 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x324b3877 up +EXPORT_SYMBOL vmlinux 0x325edd59 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x3293e95f skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x32babed4 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x32ccbecf bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x32d5a1a3 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x32e179c7 unload_nls +EXPORT_SYMBOL vmlinux 0x330af4cc gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x33150b37 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x331f22f7 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x332e19ab iterate_supers_type +EXPORT_SYMBOL vmlinux 0x333cb37c __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x33712b50 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x33800c66 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x33843cc0 __elv_add_request +EXPORT_SYMBOL vmlinux 0x338d912b seq_bitmap +EXPORT_SYMBOL vmlinux 0x339352e8 mntput +EXPORT_SYMBOL vmlinux 0x3399598d skb_trim +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33c92d2e inet6_add_offload +EXPORT_SYMBOL vmlinux 0x33de2c43 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0x33e1ef1e vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x33e44ca9 elevator_init +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f35c50 put_tty_driver +EXPORT_SYMBOL vmlinux 0x33fabf56 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3409d8d8 wait_iff_congested +EXPORT_SYMBOL vmlinux 0x34120d36 phy_device_create +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x342c34cb con_copy_unimap +EXPORT_SYMBOL vmlinux 0x3455073e loop_backing_file +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x346df20e filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347a15b4 __netif_schedule +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x3488b7ff vm_map_ram +EXPORT_SYMBOL vmlinux 0x348b4c45 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34c4aeb7 tty_kref_put +EXPORT_SYMBOL vmlinux 0x34c73ec1 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x34d19852 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34fe613d kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x350212ec remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x353ad472 seq_release_private +EXPORT_SYMBOL vmlinux 0x353b2d16 end_page_writeback +EXPORT_SYMBOL vmlinux 0x355d1692 pci_platform_rom +EXPORT_SYMBOL vmlinux 0x35a97849 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x35ba702c mmc_release_host +EXPORT_SYMBOL vmlinux 0x35bcc4eb fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x35ced6c3 tty_free_termios +EXPORT_SYMBOL vmlinux 0x35d10597 single_release +EXPORT_SYMBOL vmlinux 0x35f180c9 noop_fsync +EXPORT_SYMBOL vmlinux 0x35fa3074 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x360f50e7 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x360f8f8a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x360ff19f down +EXPORT_SYMBOL vmlinux 0x363a9e95 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x364dfc04 generic_setlease +EXPORT_SYMBOL vmlinux 0x3675b793 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x3687b40f netdev_alert +EXPORT_SYMBOL vmlinux 0x368fafe9 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x369b3e82 blk_start_request +EXPORT_SYMBOL vmlinux 0x369bfe8d fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x369e1115 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x36b821e5 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36cb55b7 input_get_keycode +EXPORT_SYMBOL vmlinux 0x36da8cba kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x370a193e eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x376ea25a lro_flush_all +EXPORT_SYMBOL vmlinux 0x377fe412 netlink_unicast +EXPORT_SYMBOL vmlinux 0x3786f735 phy_start +EXPORT_SYMBOL vmlinux 0x378866fd arp_create +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37ce1b30 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x37d5fe39 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x37e2eab6 of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x37e645c9 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x380ee87a abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3826fcbf kernel_connect +EXPORT_SYMBOL vmlinux 0x3831b5b1 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x385d2de7 pci_iomap +EXPORT_SYMBOL vmlinux 0x386f012d __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x3883a3d5 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388c7dd2 dev_notice +EXPORT_SYMBOL vmlinux 0x38975701 d_alloc_name +EXPORT_SYMBOL vmlinux 0x389ad320 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38b41d8f pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x38ba6e85 kset_unregister +EXPORT_SYMBOL vmlinux 0x38ccfda8 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x38d4db3a pcim_iomap +EXPORT_SYMBOL vmlinux 0x38d6f093 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x38fafbc3 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x392a466a scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x392a50fe tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x398add54 udp_add_offload +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39abacae mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x39b75268 alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x39be80ba vme_register_driver +EXPORT_SYMBOL vmlinux 0x39c5fdc2 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x39c68e68 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x39cf6191 iterate_fd +EXPORT_SYMBOL vmlinux 0x39d0086f cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x3a20ff73 __crc32c_le +EXPORT_SYMBOL vmlinux 0x3a37820e fb_class +EXPORT_SYMBOL vmlinux 0x3a5acb9f dcache_readdir +EXPORT_SYMBOL vmlinux 0x3a75daa5 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x3a8813d7 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x3a8c81d4 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x3a971855 kill_pgrp +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3aaeed21 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x3ab41b25 __copy_in_user +EXPORT_SYMBOL vmlinux 0x3ac2ca95 netif_skb_features +EXPORT_SYMBOL vmlinux 0x3ac351ac udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x3ada81d1 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x3add5177 __alloc_skb +EXPORT_SYMBOL vmlinux 0x3ae72551 ps2_drain +EXPORT_SYMBOL vmlinux 0x3af0f28a sock_no_connect +EXPORT_SYMBOL vmlinux 0x3b0b768d mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x3b1cf2ea simple_rmdir +EXPORT_SYMBOL vmlinux 0x3b300948 percpu_counter_set +EXPORT_SYMBOL vmlinux 0x3b456e6e phy_drivers_register +EXPORT_SYMBOL vmlinux 0x3b4d7ceb netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x3b6513f3 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x3b9554b9 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x3b9b0297 scsi_unregister +EXPORT_SYMBOL vmlinux 0x3bb5d66f pci_disable_device +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bdaec00 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x3bde03f4 uart_match_port +EXPORT_SYMBOL vmlinux 0x3c094d49 __register_nls +EXPORT_SYMBOL vmlinux 0x3c17a614 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x3c3857f4 posix_lock_file +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c483012 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c894848 blk_put_queue +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3ca7a95f compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0x3cb400ce of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x3cc72a74 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x3ccffed8 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x3cd6837f poll_freewait +EXPORT_SYMBOL vmlinux 0x3cd70c8e security_path_mknod +EXPORT_SYMBOL vmlinux 0x3cd94390 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x3cdf5e60 dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce919eb kill_fasync +EXPORT_SYMBOL vmlinux 0x3cfae893 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x3cfbf3e2 security_file_permission +EXPORT_SYMBOL vmlinux 0x3d093081 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x3d0c5d08 tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x3d0f4f11 vfs_statfs +EXPORT_SYMBOL vmlinux 0x3d171301 bmap +EXPORT_SYMBOL vmlinux 0x3d31ebfb pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x3d5844b3 strnicmp +EXPORT_SYMBOL vmlinux 0x3d5bcf30 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x3d65c606 generic_fillattr +EXPORT_SYMBOL vmlinux 0x3d65f3e0 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x3d7b4ef7 seq_escape +EXPORT_SYMBOL vmlinux 0x3d886952 kill_block_super +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3d9f5892 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x3dc84300 pci_choose_state +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd19f70 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x3def080f pci_read_vpd +EXPORT_SYMBOL vmlinux 0x3df9c075 __kfree_skb +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0bf748 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x3e18386e qdisc_list_del +EXPORT_SYMBOL vmlinux 0x3e256247 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x3e328e58 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x3e37aaf0 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x3e5ec773 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3eac5021 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x3eb627b1 revalidate_disk +EXPORT_SYMBOL vmlinux 0x3eb74b4d skb_push +EXPORT_SYMBOL vmlinux 0x3eb807b9 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x3ebb5325 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x3ec1f545 xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x3ec77880 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x3ec799a8 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f20ec03 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x3f242c14 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x3f2951ba udp_ioctl +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f46e0d1 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x3f57f74d swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x3f5cc625 of_get_address +EXPORT_SYMBOL vmlinux 0x3f644068 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0x3f7353b1 mmc_erase +EXPORT_SYMBOL vmlinux 0x3f750e72 dquot_drop +EXPORT_SYMBOL vmlinux 0x3f8135e6 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x3f8e967f udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x3fa0c884 dma_pool_create +EXPORT_SYMBOL vmlinux 0x3fc30270 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x3fc3574b do_SAK +EXPORT_SYMBOL vmlinux 0x3fc9fa9a __free_pages +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x4000003b blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x401ad6e7 __register_binfmt +EXPORT_SYMBOL vmlinux 0x402a4d2e balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x4032cdce abort_creds +EXPORT_SYMBOL vmlinux 0x404c0812 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x40552b38 iput +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x406ffdf5 eth_type_trans +EXPORT_SYMBOL vmlinux 0x407a99ec fb_get_mode +EXPORT_SYMBOL vmlinux 0x4093bcdc tty_vhangup +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b9963c phy_print_status +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40e2fb54 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x40f94724 generic_removexattr +EXPORT_SYMBOL vmlinux 0x4105af0f try_module_get +EXPORT_SYMBOL vmlinux 0x41100e85 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x412639e3 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x41361708 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41648444 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41a2900b bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0x41b201d0 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x41bf7b3b proto_unregister +EXPORT_SYMBOL vmlinux 0x4209b1ae simple_pin_fs +EXPORT_SYMBOL vmlinux 0x420d5464 sock_wfree +EXPORT_SYMBOL vmlinux 0x4210c4e0 bitmap_unplug +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x4218d130 phy_driver_register +EXPORT_SYMBOL vmlinux 0x42350e8d ucs2_strlen +EXPORT_SYMBOL vmlinux 0x4247b92b pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x4254860a mmc_free_host +EXPORT_SYMBOL vmlinux 0x4258f3b0 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x42621633 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x4265599a mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x4265dc24 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x426dc750 blk_fetch_request +EXPORT_SYMBOL vmlinux 0x4279dfa7 get_io_context +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42a5aa6f nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x42a60ad4 of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0x42ae5af0 dqstats +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x433ed9d2 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43518795 get_cached_acl +EXPORT_SYMBOL vmlinux 0x435c8031 set_create_files_as +EXPORT_SYMBOL vmlinux 0x43664922 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x436fcd2b __lock_buffer +EXPORT_SYMBOL vmlinux 0x4376a3f3 freeze_bdev +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x4392faf6 bdi_register +EXPORT_SYMBOL vmlinux 0x43a5fb1d pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x43baad48 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x43bc4816 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x43d7eaa1 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x43e87fae ip_options_compile +EXPORT_SYMBOL vmlinux 0x43ef0b5e tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x43fbaf33 compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x44269e38 __neigh_create +EXPORT_SYMBOL vmlinux 0x4454fb18 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x448eac3e kmemdup +EXPORT_SYMBOL vmlinux 0x4493f870 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x449a99dc dst_discard_sk +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44aa0d32 eth_header_cache +EXPORT_SYMBOL vmlinux 0x44bd12d5 ps2_init +EXPORT_SYMBOL vmlinux 0x44d2b52a blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x4521774b bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4540e3dd qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x4549b99f blk_make_request +EXPORT_SYMBOL vmlinux 0x4550e8e1 icmpv6_send +EXPORT_SYMBOL vmlinux 0x45617a7f fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x45712353 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457f6005 clone_cred +EXPORT_SYMBOL vmlinux 0x4582b9a7 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x4598a2a7 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x45a55ec8 __iounmap +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45a85291 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x45c1f899 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x45e5ec2d __frontswap_load +EXPORT_SYMBOL vmlinux 0x45edef7a xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x46270847 devm_clk_put +EXPORT_SYMBOL vmlinux 0x462c660f proc_dointvec +EXPORT_SYMBOL vmlinux 0x4657a171 mdiobus_write +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x468bcda6 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x46946b08 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x46a30483 start_tty +EXPORT_SYMBOL vmlinux 0x46d6ed5e twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x46f2f1a9 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x46f9f377 key_task_permission +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x47659e53 cdev_del +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x479d2fd9 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x47a029ce mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c4bd31 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47c9b385 neigh_for_each +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x4808ad75 input_open_device +EXPORT_SYMBOL vmlinux 0x48096218 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x482c2aea dqput +EXPORT_SYMBOL vmlinux 0x48380a0a netlink_broadcast +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x4889518f compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0x48b20bdf __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48e5d891 mii_check_media +EXPORT_SYMBOL vmlinux 0x48f3e2d6 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x490c2ffa devm_gpiod_put +EXPORT_SYMBOL vmlinux 0x492f3832 security_inode_readlink +EXPORT_SYMBOL vmlinux 0x4957721f elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x496b7dbd blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x49741a99 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x49859865 request_key_async +EXPORT_SYMBOL vmlinux 0x49915776 inet_ioctl +EXPORT_SYMBOL vmlinux 0x49930938 idr_replace +EXPORT_SYMBOL vmlinux 0x4996758c __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x499f68ce skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49d67907 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x49de0e72 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x49e38565 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x49f7790f pci_get_slot +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a378c6b follow_pfn +EXPORT_SYMBOL vmlinux 0x4a3bcf9c from_kgid +EXPORT_SYMBOL vmlinux 0x4a59daf6 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x4a5c68f9 locks_free_lock +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4abd7cd5 input_inject_event +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4aceb84b ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x4ada3417 tso_count_descs +EXPORT_SYMBOL vmlinux 0x4af1de19 __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b1462d5 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x4b184bec sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x4b5e84d5 block_commit_write +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b6add14 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x4b6f8fda tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x4b744ba7 pci_enable_device +EXPORT_SYMBOL vmlinux 0x4b812aa7 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bceed41 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x4bd0b4a4 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x4bed210d __bforget +EXPORT_SYMBOL vmlinux 0x4bfde8c8 inet_shutdown +EXPORT_SYMBOL vmlinux 0x4c023d20 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c6f9ef3 test_and_change_bit +EXPORT_SYMBOL vmlinux 0x4c715c52 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x4ca9669f scnprintf +EXPORT_SYMBOL vmlinux 0x4cade942 vme_bus_num +EXPORT_SYMBOL vmlinux 0x4cb14abc ppp_dev_name +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4ce2c5e3 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x4cfca3d8 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x4d07f9b9 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x4d08fbf3 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d22c63c proc_set_user +EXPORT_SYMBOL vmlinux 0x4d349ec1 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x4d359782 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x4d942da2 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9d366a blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x4d9d3d42 kobject_add +EXPORT_SYMBOL vmlinux 0x4da7a28d filemap_map_pages +EXPORT_SYMBOL vmlinux 0x4dd68524 dev_activate +EXPORT_SYMBOL vmlinux 0x4dd8fee0 release_pages +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4df771cb touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0x4e09acaa pci_claim_resource +EXPORT_SYMBOL vmlinux 0x4e20cda2 jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x4e28a312 kill_bdev +EXPORT_SYMBOL vmlinux 0x4e2b0225 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e3a2893 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x4e3fcf37 try_to_release_page +EXPORT_SYMBOL vmlinux 0x4e4669e6 of_get_pci_address +EXPORT_SYMBOL vmlinux 0x4e503ab6 irq_to_desc +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6db650 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e9dffb5 ip_fast_csum +EXPORT_SYMBOL vmlinux 0x4ea8aa8c tty_unlock +EXPORT_SYMBOL vmlinux 0x4ebca139 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x4ec17cbf skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x4edd4bf7 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x4edd72f7 block_all_signals +EXPORT_SYMBOL vmlinux 0x4f11e163 get_user_pages +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f696533 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x4f76c746 ata_print_version +EXPORT_SYMBOL vmlinux 0x4f87f877 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x4f8ccead check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0x4f919dec bioset_create +EXPORT_SYMBOL vmlinux 0x4fa7d1b3 km_state_notify +EXPORT_SYMBOL vmlinux 0x4fb4f79a scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0x4fba3443 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x4fd272a9 touch_atime +EXPORT_SYMBOL vmlinux 0x4fe2bc6d netlink_ack +EXPORT_SYMBOL vmlinux 0x4ff20e85 phy_stop +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x500f08d2 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x5012bdb5 account_page_writeback +EXPORT_SYMBOL vmlinux 0x50185702 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x501e1d10 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x5037dc16 kernel_sendpage +EXPORT_SYMBOL vmlinux 0x504cafc3 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x5051e64b tcp_poll +EXPORT_SYMBOL vmlinux 0x50542d11 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x50877766 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50ba769a kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x50d2592d hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x50d9f438 __sock_create +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x5115e094 nf_log_register +EXPORT_SYMBOL vmlinux 0x51164ad9 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x514724d6 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x51612f97 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x51749fc8 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x51766b6b fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x51a545b5 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x51b99398 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x521eacc0 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x5236adc0 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x5239ce3b ___ratelimit +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x52440088 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x5245f6a4 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x52480583 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x525248c0 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x52589f49 simple_unlink +EXPORT_SYMBOL vmlinux 0x52709293 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x5290d8f1 mb_cache_create +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52ad299d pci_restore_state +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52e5b116 write_one_page +EXPORT_SYMBOL vmlinux 0x530862d5 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x5322df4b mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x5340e332 alloc_file +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x5377e556 hex2bin +EXPORT_SYMBOL vmlinux 0x537cae3e __ps2_command +EXPORT_SYMBOL vmlinux 0x5394b014 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x53dbe736 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x53ea88f4 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54428ef0 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x5479bccd i2c_verify_client +EXPORT_SYMBOL vmlinux 0x5482c524 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54b13d11 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x54b22c90 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x54b504ed set_security_override +EXPORT_SYMBOL vmlinux 0x54d4bded ida_init +EXPORT_SYMBOL vmlinux 0x54dd99b1 blk_delay_queue +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54fdeebe neigh_parms_release +EXPORT_SYMBOL vmlinux 0x551a5e03 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5549d7ad framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x555c79f1 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x555d31c1 blk_requeue_request +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x5575409c scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x557fc191 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x558ac578 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x5599f956 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x55c5f329 dev_mc_del +EXPORT_SYMBOL vmlinux 0x55ccd4d2 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x55e5f8fd scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x55ece157 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x5604549f neigh_ifdown +EXPORT_SYMBOL vmlinux 0x561457e9 skb_make_writable +EXPORT_SYMBOL vmlinux 0x561a8d5e nf_reinject +EXPORT_SYMBOL vmlinux 0x561efee1 drop_nlink +EXPORT_SYMBOL vmlinux 0x562b514c buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x562f0f22 ida_simple_remove +EXPORT_SYMBOL vmlinux 0x56312f9c sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x56342ce1 down_timeout +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563aa7c0 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x56439cc6 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x564e1386 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x5652590d simple_release_fs +EXPORT_SYMBOL vmlinux 0x56721f31 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x567bf88b page_readlink +EXPORT_SYMBOL vmlinux 0x569034a1 tty_lock +EXPORT_SYMBOL vmlinux 0x56bedb7b generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x56c5ce27 sock_update_memcg +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56ccd434 dput +EXPORT_SYMBOL vmlinux 0x56d03e68 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0x56ddfb7f replace_mount_options +EXPORT_SYMBOL vmlinux 0x56e9d081 flow_cache_init +EXPORT_SYMBOL vmlinux 0x5708c21f path_is_under +EXPORT_SYMBOL vmlinux 0x571c8ff9 unregister_nls +EXPORT_SYMBOL vmlinux 0x572d0104 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575af70c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x577409dc pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x579c09c3 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x579fbcd2 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x57a8792d walk_stackframe +EXPORT_SYMBOL vmlinux 0x5814f320 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5840da93 blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x58530586 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x5856299e arp_send +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5869e983 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x586c86b0 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x586edd5f udp_disconnect +EXPORT_SYMBOL vmlinux 0x586f96a0 skb_tx_error +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x58af6a72 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58c76870 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x58c823c6 kobject_put +EXPORT_SYMBOL vmlinux 0x58d5855f blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x5910c5e1 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x591d185f mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x591d6ba0 ps2_end_command +EXPORT_SYMBOL vmlinux 0x593c2db5 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x59485abe __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x594ade3f __find_get_block +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x59642835 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x596fa216 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x597dda50 gen_pool_alloc +EXPORT_SYMBOL vmlinux 0x5991219c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x59acfcac __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x59c43638 vfs_unlink +EXPORT_SYMBOL vmlinux 0x59c8276c blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x59e698e4 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x5a12f7f0 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x5a2691b1 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a6c9735 __destroy_inode +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a95a5e5 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x5a9c9cf3 lg_lock_init +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5acace7b blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x5acfa8c5 fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x5ae4f739 vga_client_register +EXPORT_SYMBOL vmlinux 0x5aeb109d tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x5af1309f inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b0f189a shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x5b1be37b textsearch_destroy +EXPORT_SYMBOL vmlinux 0x5b338f82 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x5b38c1c1 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b76403c devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x5ba343e8 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x5bc10524 printk_emit +EXPORT_SYMBOL vmlinux 0x5bfa66ec bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x5bffd1f7 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x5c214362 give_up_console +EXPORT_SYMBOL vmlinux 0x5c6c7f00 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x5c81c750 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x5c829caa fddi_type_trans +EXPORT_SYMBOL vmlinux 0x5c9284a0 processor_id +EXPORT_SYMBOL vmlinux 0x5cbe5a7b dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x5cbf88c5 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x5ccabb5b skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x5cd0688b dev_get_by_name +EXPORT_SYMBOL vmlinux 0x5cd885d5 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cebabaa dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfab048 seq_release +EXPORT_SYMBOL vmlinux 0x5d0653b6 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x5d078a15 d_invalidate +EXPORT_SYMBOL vmlinux 0x5d09eaf5 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d21cf17 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x5d28b457 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d701c01 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x5d92b97b pci_scan_slot +EXPORT_SYMBOL vmlinux 0x5dae0bb5 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x5dd19fa4 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x5dd383ba lookup_one_len +EXPORT_SYMBOL vmlinux 0x5dea5c10 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x5e170fd5 update_time +EXPORT_SYMBOL vmlinux 0x5e28f67a dquot_destroy +EXPORT_SYMBOL vmlinux 0x5e37a8ca of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x5e5f2e95 vme_irq_request +EXPORT_SYMBOL vmlinux 0x5e699c6b tcp_sendpage +EXPORT_SYMBOL vmlinux 0x5e729700 cdev_add +EXPORT_SYMBOL vmlinux 0x5e9269a3 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9ae251 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x5ea043c7 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ec426ff __frontswap_store +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ef60ae4 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f1a00ef tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x5f220b54 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x5f26cfd7 pci_set_master +EXPORT_SYMBOL vmlinux 0x5f411d05 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x5f5f11e4 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x5f66964a bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x5f7c0535 dump_page +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5ff11cc3 pcibios_min_io +EXPORT_SYMBOL vmlinux 0x60003848 dst_destroy +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x600f47a8 unregister_netdev +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602cd88f __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603f25dd ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x6048a54f lease_get_mtime +EXPORT_SYMBOL vmlinux 0x605f492c nf_getsockopt +EXPORT_SYMBOL vmlinux 0x6066985b up_write +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x608b5b5e devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x609f5b35 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x60a16279 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x60aa157f bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60e03f1c phy_init_eee +EXPORT_SYMBOL vmlinux 0x610dc92b of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x61167ec8 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x613fcd9a sk_common_release +EXPORT_SYMBOL vmlinux 0x614bb773 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x615ac0e4 compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0x615f0940 inet_put_port +EXPORT_SYMBOL vmlinux 0x6174508e tty_port_close_end +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61b99303 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x61bc88bb rtnl_notify +EXPORT_SYMBOL vmlinux 0x61bf21b8 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x61c654e3 tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x61cebdea __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x61d2595f sg_miter_skip +EXPORT_SYMBOL vmlinux 0x61e9e8f0 dm_register_target +EXPORT_SYMBOL vmlinux 0x62088fcf tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x62312b3b blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x623f82d1 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x6288f485 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x62a8425f rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x62bba960 d_genocide +EXPORT_SYMBOL vmlinux 0x62f14460 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x62f529e5 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x62fb2683 inet6_getname +EXPORT_SYMBOL vmlinux 0x62fd47c9 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x63033c7c end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x63046a31 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x6308f719 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x630a0744 netif_napi_add +EXPORT_SYMBOL vmlinux 0x63135f73 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x63194e54 dst_alloc +EXPORT_SYMBOL vmlinux 0x631cf945 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x633bd336 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x6349bfb4 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x6350f961 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x6353bbbc forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x635447b4 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0x6357e58e blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x637df923 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x63805a81 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x6395738a pcim_enable_device +EXPORT_SYMBOL vmlinux 0x63ab8336 get_gendisk +EXPORT_SYMBOL vmlinux 0x63be2555 new_inode +EXPORT_SYMBOL vmlinux 0x63c5a52c dquot_resume +EXPORT_SYMBOL vmlinux 0x63ce334f iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x63d45884 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x63fc868b flush_dcache_page +EXPORT_SYMBOL vmlinux 0x63ff5b75 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x64546678 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x64630d5a pci_bus_get +EXPORT_SYMBOL vmlinux 0x647dba0a amba_release_regions +EXPORT_SYMBOL vmlinux 0x64817874 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x648a1e05 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x648de04a bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x648ef091 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a4b84d cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x64b05665 tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64c4f5ba lock_fb_info +EXPORT_SYMBOL vmlinux 0x64cf9a00 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x64d966fe acl_by_type +EXPORT_SYMBOL vmlinux 0x64e63b15 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x64f7b983 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x651f4621 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x652f58dc cdev_init +EXPORT_SYMBOL vmlinux 0x65345022 __wake_up +EXPORT_SYMBOL vmlinux 0x6539e693 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654eb10c arp_xmit +EXPORT_SYMBOL vmlinux 0x6558f419 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x656d6a68 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x6573b2ce tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x65787476 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x657cafb8 seq_open +EXPORT_SYMBOL vmlinux 0x657ff73c keyring_clear +EXPORT_SYMBOL vmlinux 0x6588fd2e dquot_operations +EXPORT_SYMBOL vmlinux 0x659c1c48 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x65af5a37 xfrm_policy_insert +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 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x6601d756 ihold +EXPORT_SYMBOL vmlinux 0x6611c367 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x66181d32 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x661b1bf9 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x662687bd mapping_tagged +EXPORT_SYMBOL vmlinux 0x662f890f inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x663fdc5e inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x6654b88e seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x6664ea06 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x6666963e bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x66693c55 blk_register_region +EXPORT_SYMBOL vmlinux 0x667b84d0 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66a50fbb delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x66d346be bio_unmap_user +EXPORT_SYMBOL vmlinux 0x66d918b6 key_alloc +EXPORT_SYMBOL vmlinux 0x66ebebde page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x66fb968b poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x66fe649d elv_rb_find +EXPORT_SYMBOL vmlinux 0x671dcbea vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x673b1acd blk_finish_request +EXPORT_SYMBOL vmlinux 0x6742e955 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x6743fad5 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x6774b279 __skb_checksum +EXPORT_SYMBOL vmlinux 0x679b747d of_match_device +EXPORT_SYMBOL vmlinux 0x67a53e0a mem_map +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67bf052a __sb_end_write +EXPORT_SYMBOL vmlinux 0x67d104f5 mmc_add_host +EXPORT_SYMBOL vmlinux 0x67d924b4 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x67da150e xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x683000f0 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x683d7760 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x6849a6bc pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x685b272e ilookup5 +EXPORT_SYMBOL vmlinux 0x686218da tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x68648fd8 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x68733f91 flush_cache_all +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x6897dc21 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x68ae4fab __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68c29d4e xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x68d227d3 mount_single +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x6934e8f4 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x693c4b12 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x693e2e80 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x696bcdab dev_mc_add +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x699688d2 get_fs_type +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69baa1f8 skb_checksum +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69df2326 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a26963e pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x6a354953 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x6a4236f8 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x6a4e166b compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a7763fd finish_open +EXPORT_SYMBOL vmlinux 0x6a7d0b30 dquot_enable +EXPORT_SYMBOL vmlinux 0x6abcd297 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6acc6ab9 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x6ad1618d dump_align +EXPORT_SYMBOL vmlinux 0x6ad501ba scsi_device_get +EXPORT_SYMBOL vmlinux 0x6b03bbdd gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b087c26 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b3fd268 neigh_lookup +EXPORT_SYMBOL vmlinux 0x6b480d50 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x6b4f2e0e generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x6b5690ff sock_no_bind +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b6e8e1d end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x6b718531 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x6b7c5f18 mutex_unlock +EXPORT_SYMBOL vmlinux 0x6b846657 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd35aff __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x6bd9b2ec dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6bddad0f nla_reserve +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6bf31f28 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x6c216df7 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x6c2cdc47 add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c65c8d0 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6ca83c37 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0x6cad8683 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x6cd8c86b __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x6cef46db md_register_thread +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d1cf05b swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d4a8fc3 simple_lookup +EXPORT_SYMBOL vmlinux 0x6d79c2d1 tty_port_open +EXPORT_SYMBOL vmlinux 0x6d8c6194 check_disk_change +EXPORT_SYMBOL vmlinux 0x6dbadf42 genphy_resume +EXPORT_SYMBOL vmlinux 0x6de47fdb security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e1c9109 finish_no_open +EXPORT_SYMBOL vmlinux 0x6e28210e blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x6e4143c4 __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e7f0fd2 cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x6e9415fa unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea26782 tcp_check_req +EXPORT_SYMBOL vmlinux 0x6ea76843 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x6eb51afc of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ed6a429 filp_close +EXPORT_SYMBOL vmlinux 0x6ee448d2 inode_dio_done +EXPORT_SYMBOL vmlinux 0x6ee9159e dev_printk +EXPORT_SYMBOL vmlinux 0x6eea83b3 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x6ef0c45e gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f26cb7b idr_get_next +EXPORT_SYMBOL vmlinux 0x6f341e0e ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x6f5d245e vc_cons +EXPORT_SYMBOL vmlinux 0x6f5ec7ec idr_init +EXPORT_SYMBOL vmlinux 0x6f70f461 d_validate +EXPORT_SYMBOL vmlinux 0x6f7b0946 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x6f8fed91 key_validate +EXPORT_SYMBOL vmlinux 0x6f945de1 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x6fa3d82f empty_zero_page +EXPORT_SYMBOL vmlinux 0x6fa56887 block_write_end +EXPORT_SYMBOL vmlinux 0x6facd88d netlink_capable +EXPORT_SYMBOL vmlinux 0x6fb34fee vme_dma_request +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6febe3f4 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x6ff4b124 sk_receive_skb +EXPORT_SYMBOL vmlinux 0x6ff906ea neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x700bd9a0 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x700d8446 dev_change_carrier +EXPORT_SYMBOL vmlinux 0x701f9635 dev_load +EXPORT_SYMBOL vmlinux 0x704c5a03 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x704ff13a dev_mc_init +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x705711fa xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x7092bac9 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x70a0404d dev_alert +EXPORT_SYMBOL vmlinux 0x70a17366 make_kprojid +EXPORT_SYMBOL vmlinux 0x70bc12d3 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70cc3be9 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70de14f1 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x70fed1d0 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x710caa1f pagevec_lookup +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712b9029 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x7160fe26 neigh_update +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71922c75 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x719fbabc bio_phys_segments +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71aef5a0 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x71cb9917 misc_deregister +EXPORT_SYMBOL vmlinux 0x71e71c44 vfs_create +EXPORT_SYMBOL vmlinux 0x71f7b650 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x71fc3c75 iget_failed +EXPORT_SYMBOL vmlinux 0x7205192f clk_get +EXPORT_SYMBOL vmlinux 0x726472b4 sk_capable +EXPORT_SYMBOL vmlinux 0x7296d8a2 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x72af2344 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x72b40735 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x72df016c scsi_dma_map +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x73237b78 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x7337e47c xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x73754f02 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x737b5591 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x73895f05 skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x7389c2db neigh_compat_output +EXPORT_SYMBOL vmlinux 0x73900a6c vc_resize +EXPORT_SYMBOL vmlinux 0x739c9c88 tty_do_resize +EXPORT_SYMBOL vmlinux 0x739f4b08 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x73a800fa sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x73d2969e dm_io +EXPORT_SYMBOL vmlinux 0x73dea12a dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x73ea2c72 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x7437fef4 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x7452b23d kdb_current_task +EXPORT_SYMBOL vmlinux 0x74567fee gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x7458cdae filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x747402b3 compat_sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x7479326b bio_split +EXPORT_SYMBOL vmlinux 0x747d6739 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x74921b97 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74e0afaf netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74fe9e9a genphy_update_link +EXPORT_SYMBOL vmlinux 0x751c14e8 of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0x7532588a alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x75850d01 __vmalloc +EXPORT_SYMBOL vmlinux 0x758fccc5 sg_miter_next +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760ee036 release_firmware +EXPORT_SYMBOL vmlinux 0x76234c50 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766b5cbc scsi_device_put +EXPORT_SYMBOL vmlinux 0x766f8e8a generic_make_request +EXPORT_SYMBOL vmlinux 0x76791317 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x767f9977 noncoherent_swiotlb_dma_ops +EXPORT_SYMBOL vmlinux 0x769e06d7 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76c2b243 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76dd5eb1 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x77065724 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x7712d756 dev_set_group +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77534c09 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x7762d58a pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x7763a22b blk_stack_limits +EXPORT_SYMBOL vmlinux 0x7792857c from_kuid_munged +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77d1cee9 kill_litter_super +EXPORT_SYMBOL vmlinux 0x77de4898 inode_change_ok +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77df6490 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x77e2ae36 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x781fe640 lock_may_read +EXPORT_SYMBOL vmlinux 0x782412fe i2c_release_client +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x7855c0e5 tty_lock_pair +EXPORT_SYMBOL vmlinux 0x785cf95c inet_stream_connect +EXPORT_SYMBOL vmlinux 0x786cb83d qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a2f397 nobh_write_end +EXPORT_SYMBOL vmlinux 0x78bf889c ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f55d52 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x791d327b uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x792a57e8 of_device_register +EXPORT_SYMBOL vmlinux 0x79344dad mdiobus_free +EXPORT_SYMBOL vmlinux 0x7961cdee __serio_register_port +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x7976ab57 padata_do_serial +EXPORT_SYMBOL vmlinux 0x797c8fa9 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7985d043 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x7987efef pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x799cdf13 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x799ec5f4 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79de08c9 ether_setup +EXPORT_SYMBOL vmlinux 0x7a04202f twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x7a046b1c inet_del_protocol +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a2db94e blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x7a414acc amba_find_device +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a5782d4 user_path_create +EXPORT_SYMBOL vmlinux 0x7a5fdad3 file_open_root +EXPORT_SYMBOL vmlinux 0x7a6e17e5 icmp_send +EXPORT_SYMBOL vmlinux 0x7a8d389c rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a9a9347 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab1dcae inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad0d57f tty_write_room +EXPORT_SYMBOL vmlinux 0x7adb47ac seq_lseek +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7ae0344e xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x7ae612fc genlmsg_put +EXPORT_SYMBOL vmlinux 0x7af30926 dev_deactivate +EXPORT_SYMBOL vmlinux 0x7b16235f hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7b2aef6c __krealloc +EXPORT_SYMBOL vmlinux 0x7b49d437 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x7b6646bb _raw_read_lock +EXPORT_SYMBOL vmlinux 0x7b6c1b71 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x7b809578 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x7ba340bb nla_append +EXPORT_SYMBOL vmlinux 0x7baa26f5 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x7c05400b tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x7c096f7f elv_register_queue +EXPORT_SYMBOL vmlinux 0x7c12c37c scsi_ioctl +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c2d098f krealloc +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c6b395f set_device_ro +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7c994f38 filp_open +EXPORT_SYMBOL vmlinux 0x7ca13171 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce64a6a tty_name +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf3a16b put_cmsg +EXPORT_SYMBOL vmlinux 0x7cfb56e7 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x7d00db51 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d0dfabd gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d4c926a save_mount_options +EXPORT_SYMBOL vmlinux 0x7d5f6136 inode_permission +EXPORT_SYMBOL vmlinux 0x7d61f8c6 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x7d6510a7 ata_port_printk +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7dcce9af ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x7de51f3a inet_frags_init +EXPORT_SYMBOL vmlinux 0x7de8ed50 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7df05da1 tty_port_put +EXPORT_SYMBOL vmlinux 0x7df75e52 kernel_read +EXPORT_SYMBOL vmlinux 0x7e15ee3b cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x7e258bdf __quota_error +EXPORT_SYMBOL vmlinux 0x7e4adca1 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x7e54a497 dqget +EXPORT_SYMBOL vmlinux 0x7e7d310d blk_get_request +EXPORT_SYMBOL vmlinux 0x7e80cf24 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x7e8d5983 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x7ec1911f scsi_init_io +EXPORT_SYMBOL vmlinux 0x7ec26543 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x7ecb001b __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x7ee0ba74 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x7eee268d xfrm_lookup +EXPORT_SYMBOL vmlinux 0x7ef574ad devm_clk_get +EXPORT_SYMBOL vmlinux 0x7ef5bdc3 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x7efd8d62 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x7f0bf9fe pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x7f10d988 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f38eb66 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x7f5e3863 load_nls_default +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f69f3f3 cad_pid +EXPORT_SYMBOL vmlinux 0x7f78bc7c seq_read +EXPORT_SYMBOL vmlinux 0x7f836ba4 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x7f8498af dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x7f8db2d0 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x7f9f4751 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x7fb02ac0 km_policy_notify +EXPORT_SYMBOL vmlinux 0x7fbd10d2 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7fd35f07 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x7fd9b5f7 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe38f48 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x7ffc7d32 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x8021bad2 dev_close +EXPORT_SYMBOL vmlinux 0x802d0e93 crc32_le +EXPORT_SYMBOL vmlinux 0x804fe46c eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x805e532b tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x80791a8c radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x8081b50d rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x80979220 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x80b6d5f2 follow_up +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cabcd3 vm_event_states +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e2a12d bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x80e48b79 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x81281380 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x8139672f simple_transaction_read +EXPORT_SYMBOL vmlinux 0x8146a881 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815c56d0 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x816c821c nf_log_set +EXPORT_SYMBOL vmlinux 0x81981fdf bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x8198b3e8 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x81b6ed70 inet_select_addr +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81de9a08 nobh_write_begin +EXPORT_SYMBOL vmlinux 0x81ec6f7c phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x81f12c35 follow_down_one +EXPORT_SYMBOL vmlinux 0x81f19073 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x820a71a9 default_file_splice_read +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x821e3135 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x8220b380 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x8233b3f7 tcf_em_register +EXPORT_SYMBOL vmlinux 0x8236b73d compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x82458f7f radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8253b4aa km_report +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x826a9847 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x82a38517 blk_get_queue +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82d373ae __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x831de743 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x832b1ddd security_d_instantiate +EXPORT_SYMBOL vmlinux 0x8371fc7a tty_port_close_start +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x839519e6 filemap_flush +EXPORT_SYMBOL vmlinux 0x83a38ff6 names_cachep +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83c29d35 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83dd169f lock_sock_fast +EXPORT_SYMBOL vmlinux 0x83e377ea sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x83e5eb5a register_qdisc +EXPORT_SYMBOL vmlinux 0x83e82d89 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x83e8903a mdio_bus_type +EXPORT_SYMBOL vmlinux 0x83e898eb do_truncate +EXPORT_SYMBOL vmlinux 0x83fd07b2 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x8430c7b2 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x844e3767 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x846e6a11 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x847152ab iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x847625da ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x84821363 register_console +EXPORT_SYMBOL vmlinux 0x84a34696 sk_stream_error +EXPORT_SYMBOL vmlinux 0x84d5f454 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x84dfa7a5 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x84e6b9f6 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x84f16272 nf_log_unset +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x85061b76 _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x85119af0 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x852e6e53 migrate_page +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x8563aae2 inc_nlink +EXPORT_SYMBOL vmlinux 0x85645bab scsi_execute +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85c19739 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x85cf627d sk_filter +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85feda83 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x8600821b skb_copy_expand +EXPORT_SYMBOL vmlinux 0x8600d982 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x8617d941 seq_vprintf +EXPORT_SYMBOL vmlinux 0x861e7d78 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x8620197e gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x8646fa50 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x864898bf dquot_disable +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x86643282 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x867aa803 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x86833566 ns_capable +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868b8964 mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x86cbb1f2 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x86e61bc7 from_kprojid +EXPORT_SYMBOL vmlinux 0x86ea4d38 complete_all +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x87375847 dst_release +EXPORT_SYMBOL vmlinux 0x8743e5f1 vga_put +EXPORT_SYMBOL vmlinux 0x87498be0 find_get_entry +EXPORT_SYMBOL vmlinux 0x874e48e3 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x875528ae tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x8770a2cc pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x87731999 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x877c9e24 ata_link_printk +EXPORT_SYMBOL vmlinux 0x8781ed98 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x87c1c065 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x87c75a9d blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x87ce1266 tty_port_init +EXPORT_SYMBOL vmlinux 0x87d286f3 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x87d81710 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x87eefcb6 get_super_thawed +EXPORT_SYMBOL vmlinux 0x88097590 free_user_ns +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x882bf2eb pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x88494aa7 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x885eb0c9 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x886cca22 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0x888f0df5 tty_devnum +EXPORT_SYMBOL vmlinux 0x88b4c61a blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x88b4e83b down_trylock +EXPORT_SYMBOL vmlinux 0x88c9f2f4 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x88d91a25 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x88e79573 down_write_trylock +EXPORT_SYMBOL vmlinux 0x88ec5356 contig_page_data +EXPORT_SYMBOL vmlinux 0x892f0203 truncate_setsize +EXPORT_SYMBOL vmlinux 0x894bc4cd do_sync_write +EXPORT_SYMBOL vmlinux 0x895a42e0 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x898914a7 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x89a3f3ce padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x89aeefc8 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89b8496e blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89f2bc99 module_layout +EXPORT_SYMBOL vmlinux 0x89f76461 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x8a19a0d9 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a2ff8d9 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x8a403ff3 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a874419 simple_setattr +EXPORT_SYMBOL vmlinux 0x8a888f19 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x8a8baa68 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa57c4f udp_table +EXPORT_SYMBOL vmlinux 0x8aaf781c security_path_link +EXPORT_SYMBOL vmlinux 0x8acde59e sock_no_getname +EXPORT_SYMBOL vmlinux 0x8ae53f5a blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x8b022ce1 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x8b0a7762 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x8b0d8126 skb_clone +EXPORT_SYMBOL vmlinux 0x8b12f0b6 elevator_alloc +EXPORT_SYMBOL vmlinux 0x8b19f857 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x8b2d2132 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b49cf48 may_umount +EXPORT_SYMBOL vmlinux 0x8b598b65 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b643df5 do_sync_read +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b8a0d7b sk_mc_loop +EXPORT_SYMBOL vmlinux 0x8b9fa763 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x8bd0a3fd _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x8bdb117a padata_do_parallel +EXPORT_SYMBOL vmlinux 0x8bdda756 backlight_force_update +EXPORT_SYMBOL vmlinux 0x8bf96658 input_register_handler +EXPORT_SYMBOL vmlinux 0x8bfeb5cf pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x8c05c57c netif_device_detach +EXPORT_SYMBOL vmlinux 0x8c05dd58 serio_reconnect +EXPORT_SYMBOL vmlinux 0x8c108ea6 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c2be103 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x8c5e6f46 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c6cb17b twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x8c8aad3d tcp_read_sock +EXPORT_SYMBOL vmlinux 0x8c933567 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x8c94c530 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x8cb37501 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8ccb114d clk_add_alias +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8ce267b5 get_phy_device +EXPORT_SYMBOL vmlinux 0x8ce96e9f __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x8d13b3b4 make_kgid +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d324c34 rt6_lookup +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d624a29 sock_register +EXPORT_SYMBOL vmlinux 0x8d651a79 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x8d6952a2 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x8d6d0727 scsi_print_command +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d8245d1 __init_rwsem +EXPORT_SYMBOL vmlinux 0x8d9c9dd3 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x8dd93b5d ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8e105b0d xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x8e332829 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x8e6098a9 inet_addr_type +EXPORT_SYMBOL vmlinux 0x8e64e785 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x8e717a44 compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x8e888ec3 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x8e892e25 __get_page_tail +EXPORT_SYMBOL vmlinux 0x8e909ea4 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x8ebaa876 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0x8ec188af __page_symlink +EXPORT_SYMBOL vmlinux 0x8ec5f972 fb_show_logo +EXPORT_SYMBOL vmlinux 0x8efca154 set_binfmt +EXPORT_SYMBOL vmlinux 0x8f091e77 of_get_min_tck +EXPORT_SYMBOL vmlinux 0x8f10b02f submit_bh +EXPORT_SYMBOL vmlinux 0x8f20190e down_read_trylock +EXPORT_SYMBOL vmlinux 0x8f20a5bc padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x8f3787be panic_notifier_list +EXPORT_SYMBOL vmlinux 0x8f492a43 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x8f915062 bdevname +EXPORT_SYMBOL vmlinux 0x8fb27f5c of_platform_device_create +EXPORT_SYMBOL vmlinux 0x8fb3fa08 init_task +EXPORT_SYMBOL vmlinux 0x8fefb1d7 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x8ff9b07b scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x8ff9ef96 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x8fffb9cd bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x900388a4 file_ns_capable +EXPORT_SYMBOL vmlinux 0x90325082 page_put_link +EXPORT_SYMBOL vmlinux 0x9046850e setattr_copy +EXPORT_SYMBOL vmlinux 0x905f6877 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x9071a448 dev_get_flags +EXPORT_SYMBOL vmlinux 0x907af773 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x9089660d wake_up_process +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x90ac3102 dev_base_lock +EXPORT_SYMBOL vmlinux 0x90b68cbd serio_open +EXPORT_SYMBOL vmlinux 0x90b6deda notify_change +EXPORT_SYMBOL vmlinux 0x90e896cd mount_ns +EXPORT_SYMBOL vmlinux 0x912a0ff1 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x91507f82 irq_set_chip +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x91730a93 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x918c6374 mempool_alloc +EXPORT_SYMBOL vmlinux 0x918f2fd9 up_read +EXPORT_SYMBOL vmlinux 0x91924250 free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x91a6e5c5 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x91ac822f vscnprintf +EXPORT_SYMBOL vmlinux 0x91b64ed5 single_open +EXPORT_SYMBOL vmlinux 0x91c5d4ca poll_initwait +EXPORT_SYMBOL vmlinux 0x91d53955 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x91ef9e4a input_reset_device +EXPORT_SYMBOL vmlinux 0x92004623 udp_set_csum +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x924f6826 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x926a4088 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x927268a6 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92a802a7 bio_clone_fast +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92ae29b0 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x92c9ebf9 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x92d050df iov_pages +EXPORT_SYMBOL vmlinux 0x92e044e2 writeback_in_progress +EXPORT_SYMBOL vmlinux 0x92eca65e __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x92fb7971 alloc_disk +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9316bc8a pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x9328b714 I_BDEV +EXPORT_SYMBOL vmlinux 0x934d11e1 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x935c1a4d mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x935c9122 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x93703ef6 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x937dd584 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x93843a9e pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x938cce9b jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x9390f226 ida_destroy +EXPORT_SYMBOL vmlinux 0x939c7a1a generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b7ff4b mutex_lock +EXPORT_SYMBOL vmlinux 0x93c92c11 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x93dacbd5 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x93eb2691 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x94129bf9 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x94165e60 cdev_alloc +EXPORT_SYMBOL vmlinux 0x941bb432 kernel_listen +EXPORT_SYMBOL vmlinux 0x942173bd soft_cursor +EXPORT_SYMBOL vmlinux 0x94278dcb inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x9439ea21 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x943b01c1 kernel_write +EXPORT_SYMBOL vmlinux 0x9450ce05 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x9453fd75 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x9468841c dev_uc_init +EXPORT_SYMBOL vmlinux 0x9468d56e of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x946a9cab pid_task +EXPORT_SYMBOL vmlinux 0x94793c02 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x9486ba53 mii_check_link +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x9497c78f twl6040_power +EXPORT_SYMBOL vmlinux 0x949b754f mempool_destroy +EXPORT_SYMBOL vmlinux 0x94b541b5 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x94dd7aa8 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x94fc00e5 dq_data_lock +EXPORT_SYMBOL vmlinux 0x94fff3f0 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x950dd5d1 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x952d54c7 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x952f2ebe blkdev_put +EXPORT_SYMBOL vmlinux 0x9539ae74 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x9540a173 set_cached_acl +EXPORT_SYMBOL vmlinux 0x95457e90 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95c12f4c softnet_data +EXPORT_SYMBOL vmlinux 0x95d62d89 mpage_writepages +EXPORT_SYMBOL vmlinux 0x96220280 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x9637ca2f dquot_commit +EXPORT_SYMBOL vmlinux 0x963cf17a qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x9657d389 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x965d01bc sync_inode +EXPORT_SYMBOL vmlinux 0x966f2f0c mmc_detect_change +EXPORT_SYMBOL vmlinux 0x967970df security_mmap_file +EXPORT_SYMBOL vmlinux 0x968d30fd skb_queue_purge +EXPORT_SYMBOL vmlinux 0x96ae98ac generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96e95b38 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x96ed3b44 blkdev_get +EXPORT_SYMBOL vmlinux 0x96f92a00 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x97257e30 generic_write_checks +EXPORT_SYMBOL vmlinux 0x9725ea29 dquot_acquire +EXPORT_SYMBOL vmlinux 0x9731a04f mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x9756795d pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x975f179a inode_set_bytes +EXPORT_SYMBOL vmlinux 0x977a5124 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x97868aef __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a583e4 iunique +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97c19457 mpage_readpages +EXPORT_SYMBOL vmlinux 0x97c27efc ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x97e8566d xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x97fdbab9 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x98082893 __copy_to_user +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x984d27a9 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x984f9c93 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x986be181 mii_nway_restart +EXPORT_SYMBOL vmlinux 0x986dc5e6 seq_open_private +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x988d4c50 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x9897fbf0 proto_register +EXPORT_SYMBOL vmlinux 0x98c68325 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98d1a0d2 ip6_xmit +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x98ff2ef9 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x99125614 phy_disconnect +EXPORT_SYMBOL vmlinux 0x99195078 vsnprintf +EXPORT_SYMBOL vmlinux 0x993745a0 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99441703 ip_fragment +EXPORT_SYMBOL vmlinux 0x994dc244 __put_cred +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9952c709 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x9964ab4e security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x997de12e mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x998ad3a5 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99b19361 km_is_alive +EXPORT_SYMBOL vmlinux 0x99c58d6a simple_rename +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d3a43c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x99eab1ed security_path_unlink +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a3ba35b blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x9a534f06 devm_free_irq +EXPORT_SYMBOL vmlinux 0x9a824aa3 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x9a908b80 test_and_clear_bit +EXPORT_SYMBOL vmlinux 0x9aab8041 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x9ab95228 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x9ad1d62c free_buffer_head +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9af76826 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x9af89f98 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9b011bcc vme_irq_handler +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b57b2a7 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x9b718e3a tso_build_hdr +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba501b5 deactivate_super +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9baf84c9 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x9bb0665a blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x9bbe88b3 flex_array_put +EXPORT_SYMBOL vmlinux 0x9bbfca73 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x9bc6ef31 add_wait_queue +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9c102390 gen_new_estimator +EXPORT_SYMBOL vmlinux 0x9c1cbcad inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x9c244dc9 genphy_config_init +EXPORT_SYMBOL vmlinux 0x9c3770a1 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c52bcbd register_md_personality +EXPORT_SYMBOL vmlinux 0x9c5bc552 finish_wait +EXPORT_SYMBOL vmlinux 0x9c7d6a29 md_flush_request +EXPORT_SYMBOL vmlinux 0x9c9e65e9 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x9ca71321 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cac136f inode_init_once +EXPORT_SYMBOL vmlinux 0x9cbfd38b bd_set_size +EXPORT_SYMBOL vmlinux 0x9cc5e0dd __module_get +EXPORT_SYMBOL vmlinux 0x9ccf3ae1 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x9cea8636 kfree_skb +EXPORT_SYMBOL vmlinux 0x9cf82b64 tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d4bd46a rtnl_unicast +EXPORT_SYMBOL vmlinux 0x9d535758 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x9d5f7234 inet_sendpage +EXPORT_SYMBOL vmlinux 0x9d72a6d0 dm_get_device +EXPORT_SYMBOL vmlinux 0x9d7c0df1 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x9d9cef96 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x9da53973 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x9db5c40c writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x9dd58271 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x9dea7547 __sb_start_write +EXPORT_SYMBOL vmlinux 0x9debb619 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e18d93e gen_pool_create +EXPORT_SYMBOL vmlinux 0x9e2c41ed netlink_set_err +EXPORT_SYMBOL vmlinux 0x9e2f8c90 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e312f42 seq_printf +EXPORT_SYMBOL vmlinux 0x9e39e7da simple_write_begin +EXPORT_SYMBOL vmlinux 0x9e3d95ee pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e636958 scsi_get_command +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e820415 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9ed92002 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x9ef0cc8d dump_skip +EXPORT_SYMBOL vmlinux 0x9f11be7e down_killable +EXPORT_SYMBOL vmlinux 0x9f223ca4 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x9f23d20a inet_release +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f6acfb2 i2c_master_send +EXPORT_SYMBOL vmlinux 0x9f8cfdee blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa9b498 eth_header +EXPORT_SYMBOL vmlinux 0x9faa9180 vga_get +EXPORT_SYMBOL vmlinux 0x9fb055df __napi_schedule +EXPORT_SYMBOL vmlinux 0x9fc680d3 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x9fd7cda1 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa012b2dc read_cache_pages +EXPORT_SYMBOL vmlinux 0xa01470e7 netif_carrier_off +EXPORT_SYMBOL vmlinux 0xa016cacd sock_no_accept +EXPORT_SYMBOL vmlinux 0xa027df1c tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0xa02c2ba7 pci_select_bars +EXPORT_SYMBOL vmlinux 0xa038afa2 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa0700c9f phy_attach +EXPORT_SYMBOL vmlinux 0xa07564a7 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07c377b of_find_property +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa081cbcc phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xa087007b netdev_crit +EXPORT_SYMBOL vmlinux 0xa087d8ae input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xa08a156f generic_block_bmap +EXPORT_SYMBOL vmlinux 0xa08a760b truncate_pagecache +EXPORT_SYMBOL vmlinux 0xa0a0c759 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0d5676a sk_dst_check +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e46a4c kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xa0eab82d tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0ff74d6 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa11e0d72 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa13d6d8e lease_modify +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa146b62c prepare_creds +EXPORT_SYMBOL vmlinux 0xa14b3f5d flex_array_free_parts +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa14f587e fb_find_mode +EXPORT_SYMBOL vmlinux 0xa1541172 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xa166877b rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xa173be0d tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xa17d41d0 netdev_state_change +EXPORT_SYMBOL vmlinux 0xa17e760c set_user_nice +EXPORT_SYMBOL vmlinux 0xa18477fc register_gifconf +EXPORT_SYMBOL vmlinux 0xa1a3b26f of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0xa1b0a897 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1e983f4 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0xa1ed459f dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xa202a8e5 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xa205625a flow_cache_lookup +EXPORT_SYMBOL vmlinux 0xa20589a7 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa22702c8 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0xa245d072 do_splice_direct +EXPORT_SYMBOL vmlinux 0xa250bb8f dev_set_mtu +EXPORT_SYMBOL vmlinux 0xa253c201 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xa255b05b dev_mc_flush +EXPORT_SYMBOL vmlinux 0xa26240af pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xa27910e3 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xa2802af5 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2a2ef82 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xa2a335bd vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0xa2a6f3d5 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa2f5e155 input_free_device +EXPORT_SYMBOL vmlinux 0xa2fd74bb single_open_size +EXPORT_SYMBOL vmlinux 0xa2feed1e mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa35306d3 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xa37e78b6 flex_array_get +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa3a8df85 generic_perform_write +EXPORT_SYMBOL vmlinux 0xa3ab80c2 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xa3b2410d seq_write +EXPORT_SYMBOL vmlinux 0xa3bc850d i2c_register_driver +EXPORT_SYMBOL vmlinux 0xa3c7121e blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xa3d45bc0 register_framebuffer +EXPORT_SYMBOL vmlinux 0xa400159f crc32_be +EXPORT_SYMBOL vmlinux 0xa404a156 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xa43106a0 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa4511467 crc16 +EXPORT_SYMBOL vmlinux 0xa4670392 fget +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa4723176 commit_creds +EXPORT_SYMBOL vmlinux 0xa49260c6 down_write +EXPORT_SYMBOL vmlinux 0xa493a415 dget_parent +EXPORT_SYMBOL vmlinux 0xa49e1f44 stop_tty +EXPORT_SYMBOL vmlinux 0xa4a82409 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4ca7f28 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0xa51a464e nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xa51ee437 netif_rx_ni +EXPORT_SYMBOL vmlinux 0xa5200781 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xa52e227d skb_queue_head +EXPORT_SYMBOL vmlinux 0xa53519a7 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xa5385136 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xa5518804 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa56ce5ce dm_put_device +EXPORT_SYMBOL vmlinux 0xa56db324 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xa58451ad kset_register +EXPORT_SYMBOL vmlinux 0xa595e8f3 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5d439e1 ppp_input +EXPORT_SYMBOL vmlinux 0xa5d74c90 of_get_parent +EXPORT_SYMBOL vmlinux 0xa5ea7606 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xa6076926 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xa60c0896 vfs_llseek +EXPORT_SYMBOL vmlinux 0xa61c73e7 make_kuid +EXPORT_SYMBOL vmlinux 0xa62590fb pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63d4c59 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68e69bb lru_cache_add_file +EXPORT_SYMBOL vmlinux 0xa69c9ea4 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xa6a4bf44 netpoll_setup +EXPORT_SYMBOL vmlinux 0xa6b4f3eb vme_lm_request +EXPORT_SYMBOL vmlinux 0xa6c8500d d_lookup +EXPORT_SYMBOL vmlinux 0xa6cc4991 pci_find_bus +EXPORT_SYMBOL vmlinux 0xa6df8e82 touch_buffer +EXPORT_SYMBOL vmlinux 0xa6e135f3 skb_split +EXPORT_SYMBOL vmlinux 0xa6fe45c5 d_splice_alias +EXPORT_SYMBOL vmlinux 0xa71e7463 __first_cpu +EXPORT_SYMBOL vmlinux 0xa7259448 input_flush_device +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa74a766d padata_start +EXPORT_SYMBOL vmlinux 0xa754b460 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xa755d713 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xa76aced8 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xa76d67da skb_store_bits +EXPORT_SYMBOL vmlinux 0xa780a8b2 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xa797ebb7 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xa7a51a56 skb_copy +EXPORT_SYMBOL vmlinux 0xa7be526f _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xa7cd78b8 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0xa7e64af8 __genl_register_family +EXPORT_SYMBOL vmlinux 0xa7e75542 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xa7f16080 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa823a12b flow_cache_fini +EXPORT_SYMBOL vmlinux 0xa82f4a20 dentry_unhash +EXPORT_SYMBOL vmlinux 0xa83fd04e padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa85465b9 neigh_table_init +EXPORT_SYMBOL vmlinux 0xa854907f skb_seq_read +EXPORT_SYMBOL vmlinux 0xa866fb8b sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xa86d5d36 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa8726747 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0xa87cf413 clear_bit +EXPORT_SYMBOL vmlinux 0xa89149f2 address_space_init_once +EXPORT_SYMBOL vmlinux 0xa8a18372 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa910eb6b i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa9334e07 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xa939c660 kobject_del +EXPORT_SYMBOL vmlinux 0xa9485b8b inode_init_owner +EXPORT_SYMBOL vmlinux 0xa986e537 pci_iounmap +EXPORT_SYMBOL vmlinux 0xa99985ff alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xa9b248b6 idr_for_each +EXPORT_SYMBOL vmlinux 0xa9b30ef4 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0xa9c21e38 scsi_print_result +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xaa0032dc dev_get_stats +EXPORT_SYMBOL vmlinux 0xaa00515e empty_aops +EXPORT_SYMBOL vmlinux 0xaa253547 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xaa261ce7 force_sig +EXPORT_SYMBOL vmlinux 0xaa42614b sock_release +EXPORT_SYMBOL vmlinux 0xaa568339 netdev_change_features +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa850ea4 should_remove_suid +EXPORT_SYMBOL vmlinux 0xaa8a4f51 flush_old_exec +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaa98b3ea d_move +EXPORT_SYMBOL vmlinux 0xaa98c5a7 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xaab4ba1f complete_request_key +EXPORT_SYMBOL vmlinux 0xaac6f3dd __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xaacc3134 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaaddfbca devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xaaff2d84 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0xab2329f4 pci_request_region +EXPORT_SYMBOL vmlinux 0xab3e290e tso_build_data +EXPORT_SYMBOL vmlinux 0xab40cca9 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xab587813 elevator_change +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab6129ae bio_init +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab8afee3 kern_unmount +EXPORT_SYMBOL vmlinux 0xab9af2ab dquot_quota_on +EXPORT_SYMBOL vmlinux 0xab9d874e netdev_warn +EXPORT_SYMBOL vmlinux 0xabbbd444 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabff160f mmc_can_reset +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac15d27d xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0xac17709d security_path_chown +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac231253 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xac398912 flex_array_clear +EXPORT_SYMBOL vmlinux 0xac408b59 key_put +EXPORT_SYMBOL vmlinux 0xac4e85c9 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0xac5878a1 scsi_finish_command +EXPORT_SYMBOL vmlinux 0xac60559c dump_emit +EXPORT_SYMBOL vmlinux 0xac621743 mddev_congested +EXPORT_SYMBOL vmlinux 0xac68a7e4 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xac70b0fa vm_stat +EXPORT_SYMBOL vmlinux 0xac7b1e99 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xaca3484d security_path_truncate +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb9750a nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0xacc5b5d2 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xaccf9754 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xace9ab2b generic_show_options +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacfcf22e pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0xad01744f kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad164875 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xad30de61 clear_inode +EXPORT_SYMBOL vmlinux 0xad32bb39 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xad4f28a3 vm_mmap +EXPORT_SYMBOL vmlinux 0xad62dcde wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xad6ac34b genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xad722646 netdev_emerg +EXPORT_SYMBOL vmlinux 0xad78f738 tcp_proc_register +EXPORT_SYMBOL vmlinux 0xad7e62c5 __scm_destroy +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xada9321b dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xadab7c91 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xadbc87c7 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xade10bf3 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0xadfdc5ee mntget +EXPORT_SYMBOL vmlinux 0xadfeee84 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xae17c09b scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xae396630 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xae4a1bda csum_tcpudp_nofold +EXPORT_SYMBOL vmlinux 0xae4d5aed genphy_read_status +EXPORT_SYMBOL vmlinux 0xae564ca4 kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0xae6c6d5e netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae751a12 update_region +EXPORT_SYMBOL vmlinux 0xae78a4d1 elv_add_request +EXPORT_SYMBOL vmlinux 0xae81dd8f jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xae8c4d0c set_bit +EXPORT_SYMBOL vmlinux 0xae94465d dev_trans_start +EXPORT_SYMBOL vmlinux 0xaea2e6cd fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0xaea54e66 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xaec40add ip6_frag_match +EXPORT_SYMBOL vmlinux 0xaed12f6d d_delete +EXPORT_SYMBOL vmlinux 0xaed3634d ppp_unit_number +EXPORT_SYMBOL vmlinux 0xaeebecd6 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xaefccb07 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xaf371c5e pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xaf38dbd5 proc_create_data +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf6ae696 kstrndup +EXPORT_SYMBOL vmlinux 0xaf8c0284 kernel_accept +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xafa473a8 revert_creds +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafb95a1f register_shrinker +EXPORT_SYMBOL vmlinux 0xafcda6b5 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0xafda73d9 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xaff6d4af vme_master_request +EXPORT_SYMBOL vmlinux 0xb000bc75 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xb004475a __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xb0184728 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xb05aa584 mempool_resize +EXPORT_SYMBOL vmlinux 0xb05f88b6 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0785a80 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xb07b2b6b xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xb0926992 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xb093b48a filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b63bb4 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0f9edce do_splice_from +EXPORT_SYMBOL vmlinux 0xb115ebe3 blk_complete_request +EXPORT_SYMBOL vmlinux 0xb11a5eff swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb15eaba9 dma_find_channel +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb16cbef2 done_path_create +EXPORT_SYMBOL vmlinux 0xb1715fcb generic_readlink +EXPORT_SYMBOL vmlinux 0xb1788397 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1b89f58 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1f3d704 simple_statfs +EXPORT_SYMBOL vmlinux 0xb1f72d02 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0xb2152b45 da903x_query_status +EXPORT_SYMBOL vmlinux 0xb21b7858 pci_bus_type +EXPORT_SYMBOL vmlinux 0xb241dec7 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb27dca1f pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xb2813642 inode_init_always +EXPORT_SYMBOL vmlinux 0xb2a3bc86 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xb2b13ac4 vme_slave_request +EXPORT_SYMBOL vmlinux 0xb2b64176 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2bf0068 bdgrab +EXPORT_SYMBOL vmlinux 0xb311c8ce jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xb313758a mount_pseudo +EXPORT_SYMBOL vmlinux 0xb322ba56 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xb335900e napi_complete +EXPORT_SYMBOL vmlinux 0xb37bee52 rename_lock +EXPORT_SYMBOL vmlinux 0xb3843b5d ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xb395d0c5 init_page_accessed +EXPORT_SYMBOL vmlinux 0xb3996ef0 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xb3bc8454 tcf_hash_check +EXPORT_SYMBOL vmlinux 0xb3dbbe4f blk_stop_queue +EXPORT_SYMBOL vmlinux 0xb3eaced2 md_error +EXPORT_SYMBOL vmlinux 0xb3ef082e dma_alloc_from_coherent +EXPORT_SYMBOL vmlinux 0xb3f42bc2 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb4072473 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb430dda1 bioset_free +EXPORT_SYMBOL vmlinux 0xb43c2186 bio_copy_data +EXPORT_SYMBOL vmlinux 0xb440d151 dev_add_pack +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47189b5 reservation_ww_class +EXPORT_SYMBOL vmlinux 0xb4849c41 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xb48e842c fddi_change_mtu +EXPORT_SYMBOL vmlinux 0xb49b5b87 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xb4b60f67 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xb4b6d0b3 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xb4cc32d7 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xb4d0b604 add_disk +EXPORT_SYMBOL vmlinux 0xb4e2e9f7 kobject_get +EXPORT_SYMBOL vmlinux 0xb4fc735b idr_remove +EXPORT_SYMBOL vmlinux 0xb5061c0f kill_pid +EXPORT_SYMBOL vmlinux 0xb544d3a1 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb560614a console_stop +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57f2457 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xb5832fca tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xb58d6d8b pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5de45fe tcf_register_action +EXPORT_SYMBOL vmlinux 0xb5f31925 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xb5f66242 sock_create_lite +EXPORT_SYMBOL vmlinux 0xb607688f consume_skb +EXPORT_SYMBOL vmlinux 0xb61c07f7 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb62b14a4 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xb62db218 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xb6364624 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb645efcd pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xb6552fed tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xb672f996 ilookup +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6861221 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xb68c545f ip6_route_output +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69cc4e7 kern_path_create +EXPORT_SYMBOL vmlinux 0xb69f9b00 mempool_free +EXPORT_SYMBOL vmlinux 0xb6a4ee9a tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xb6a6530f __inet6_hash +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb702e755 netdev_printk +EXPORT_SYMBOL vmlinux 0xb70ddf92 locks_remove_posix +EXPORT_SYMBOL vmlinux 0xb71fb74f _raw_read_trylock +EXPORT_SYMBOL vmlinux 0xb72cac31 try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xb7494f51 wireless_send_event +EXPORT_SYMBOL vmlinux 0xb7591fc8 inet6_release +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb778d6fd pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xb78e1fd8 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xb7a33c0e twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7d03a32 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xb8039625 cont_write_begin +EXPORT_SYMBOL vmlinux 0xb80413bc sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xb84177ac d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xb85fe55d mmc_can_discard +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb88d68b4 scsi_register +EXPORT_SYMBOL vmlinux 0xb8b958b6 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xb8ce555b compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xb8d6ca59 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8d74210 pci_find_capability +EXPORT_SYMBOL vmlinux 0xb93c4e20 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xb9582fa1 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0xb966cfc3 of_n_size_cells +EXPORT_SYMBOL vmlinux 0xb9715e2a dcb_setapp +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9920f6c free_task +EXPORT_SYMBOL vmlinux 0xb9b4e181 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0xb9c7e7a9 send_sig_info +EXPORT_SYMBOL vmlinux 0xb9c9e828 __mutex_init +EXPORT_SYMBOL vmlinux 0xb9cd1e30 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f1210d __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xba0bb1e5 bio_advance +EXPORT_SYMBOL vmlinux 0xba1f7554 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xba311d7a generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xba48fc4e generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba7a685b tcp_child_process +EXPORT_SYMBOL vmlinux 0xba883e63 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xba88f3ff skb_queue_tail +EXPORT_SYMBOL vmlinux 0xbaa2c8f7 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xbab61296 clear_nlink +EXPORT_SYMBOL vmlinux 0xbab95e0f __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xbacb4f9f override_creds +EXPORT_SYMBOL vmlinux 0xbacf17e8 __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbafb8d25 proc_symlink +EXPORT_SYMBOL vmlinux 0xbb28a176 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xbb34134a iov_shorten +EXPORT_SYMBOL vmlinux 0xbb3c873d blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb5379a7 nla_put +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbb52bdc inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xbbb8ddbe netdev_features_change +EXPORT_SYMBOL vmlinux 0xbbbdaa4f xfrm_state_update +EXPORT_SYMBOL vmlinux 0xbbbee946 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xbbc65b5b __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xbbcf09d5 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xbbda4873 kern_path +EXPORT_SYMBOL vmlinux 0xbbe84f40 padata_stop +EXPORT_SYMBOL vmlinux 0xbbea21be mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0xbbf2bebd register_netdevice +EXPORT_SYMBOL vmlinux 0xbc00f3bc __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0xbc0a29a7 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xbc458d04 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xbc53fa1f igrab +EXPORT_SYMBOL vmlinux 0xbc5f13d8 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xbc7a9496 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xbc9f1263 ab3100_event_register +EXPORT_SYMBOL vmlinux 0xbca3d472 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xbcabc63b generic_file_open +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcd26041 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xbcdffdec mnt_pin +EXPORT_SYMBOL vmlinux 0xbce9d16b wireless_spy_update +EXPORT_SYMBOL vmlinux 0xbcea0e43 blk_end_request +EXPORT_SYMBOL vmlinux 0xbd0eab1e inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0xbd339b1a tcp_parse_options +EXPORT_SYMBOL vmlinux 0xbd3a6bc6 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd649f85 tty_hangup +EXPORT_SYMBOL vmlinux 0xbd6c6f64 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xbd7cdeef put_io_context +EXPORT_SYMBOL vmlinux 0xbd881621 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xbd8adb4f i2c_del_driver +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd9593a0 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xbd979ea8 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0xbda3f0b1 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0xbda8cd9b tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xbdb14bc0 seq_putc +EXPORT_SYMBOL vmlinux 0xbdbc13a1 complete +EXPORT_SYMBOL vmlinux 0xbdc3ebdc security_path_symlink +EXPORT_SYMBOL vmlinux 0xbde43497 of_get_next_child +EXPORT_SYMBOL vmlinux 0xbdec29f6 sock_edemux +EXPORT_SYMBOL vmlinux 0xbdef08ac devm_iounmap +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe56ccfe __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xbe6ec565 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xbeb583e3 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xbec2fceb mount_subtree +EXPORT_SYMBOL vmlinux 0xbef3d598 fb_blank +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf071dd5 thaw_super +EXPORT_SYMBOL vmlinux 0xbf230dc5 kfree_put_link +EXPORT_SYMBOL vmlinux 0xbf309cd2 __invalidate_device +EXPORT_SYMBOL vmlinux 0xbf583eed dcb_getapp +EXPORT_SYMBOL vmlinux 0xbf632c8b max8998_update_reg +EXPORT_SYMBOL vmlinux 0xbf63e360 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xbf79abcd block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfab83ab dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xbfb8f8a9 vfs_read +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfcf4abf rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xbfd1cf67 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xbfe638a0 send_sig +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbfefbcaf i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xc019d167 input_register_handle +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc02fab9e blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xc0347d61 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0xc0532a9d mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xc0639108 bio_copy_user +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc098bbb1 open_exec +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0f895d5 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0xc0fc80a1 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xc10ae81c blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0xc1366823 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xc15a44c6 memzero_explicit +EXPORT_SYMBOL vmlinux 0xc180e571 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xc19be9ff audit_log_task_info +EXPORT_SYMBOL vmlinux 0xc1b246d9 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xc1b6deb7 module_put +EXPORT_SYMBOL vmlinux 0xc1d7292e ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1fbcd4f d_path +EXPORT_SYMBOL vmlinux 0xc1fd573f unregister_key_type +EXPORT_SYMBOL vmlinux 0xc20fc1d2 of_dev_put +EXPORT_SYMBOL vmlinux 0xc22c0e43 __devm_release_region +EXPORT_SYMBOL vmlinux 0xc22c72c5 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xc2499e00 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc257a9a0 iget5_locked +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2b71e3e blk_run_queue +EXPORT_SYMBOL vmlinux 0xc2bedc2d dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xc2c65582 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xc2d13ef6 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xc2d55e88 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc32dbf7a pci_enable_msix +EXPORT_SYMBOL vmlinux 0xc3597da1 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xc372399f current_fs_time +EXPORT_SYMBOL vmlinux 0xc379378d get_acl +EXPORT_SYMBOL vmlinux 0xc37b172f invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xc37cd1bd install_exec_creds +EXPORT_SYMBOL vmlinux 0xc39b458f fget_raw +EXPORT_SYMBOL vmlinux 0xc3a7be25 lg_global_lock +EXPORT_SYMBOL vmlinux 0xc3aa99b7 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xc3b626f7 fb_set_var +EXPORT_SYMBOL vmlinux 0xc3c01318 dquot_alloc +EXPORT_SYMBOL vmlinux 0xc3e58818 inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xc3eab837 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xc423364e tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xc4286405 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xc43c76af simple_dname +EXPORT_SYMBOL vmlinux 0xc46b884c __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xc47edb90 d_set_d_op +EXPORT_SYMBOL vmlinux 0xc48307db lz4_decompress +EXPORT_SYMBOL vmlinux 0xc4866596 nf_register_hooks +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4a3427b vme_slot_num +EXPORT_SYMBOL vmlinux 0xc4d22c7e vme_irq_free +EXPORT_SYMBOL vmlinux 0xc4e61540 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xc51006d0 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0xc5148221 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xc54ef00c rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc5802ec5 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5cc87ad dev_open +EXPORT_SYMBOL vmlinux 0xc5d08564 amba_device_unregister +EXPORT_SYMBOL vmlinux 0xc5eade90 devm_gpio_request +EXPORT_SYMBOL vmlinux 0xc5f500c9 blk_rq_init +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc61c671d bio_add_page +EXPORT_SYMBOL vmlinux 0xc6216a05 invalidate_partition +EXPORT_SYMBOL vmlinux 0xc6290579 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc6571ff2 dev_mc_sync +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66d214b sock_init_data +EXPORT_SYMBOL vmlinux 0xc676e04c simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xc6772da2 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xc6966af3 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xc6c43eb2 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6cdc331 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xc6ef0036 security_path_mkdir +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc75b8fb3 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xc768de19 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7a6740a tso_start +EXPORT_SYMBOL vmlinux 0xc7ed0d0a generic_write_end +EXPORT_SYMBOL vmlinux 0xc7ed73fd sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xc80b5edd set_page_dirty +EXPORT_SYMBOL vmlinux 0xc82c91f7 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc83f5cfc cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc86afaa2 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xc86d1ab0 pci_match_id +EXPORT_SYMBOL vmlinux 0xc86e48b5 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc89eda23 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xc89f79d4 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xc89fad7d is_bad_inode +EXPORT_SYMBOL vmlinux 0xc8a1165e udp_sendmsg +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8c337b0 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0xc8c9429a iov_iter_npages +EXPORT_SYMBOL vmlinux 0xc8ce2e70 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xc8d2fd3f dev_err +EXPORT_SYMBOL vmlinux 0xc8e29786 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xc8ffc264 generic_permission +EXPORT_SYMBOL vmlinux 0xc9076a8b pci_save_state +EXPORT_SYMBOL vmlinux 0xc92540f1 kobject_set_name +EXPORT_SYMBOL vmlinux 0xc9317767 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xc939eb9f ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xc93d5a80 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc978479a xz_dec_run +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a4570f pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xc9a7c2a4 thaw_bdev +EXPORT_SYMBOL vmlinux 0xc9a89526 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xc9dabaed max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xc9e57e00 blk_free_tags +EXPORT_SYMBOL vmlinux 0xc9f555d0 bio_integrity_free +EXPORT_SYMBOL vmlinux 0xc9f6e04d xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca16c376 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xca1c6218 of_phy_connect +EXPORT_SYMBOL vmlinux 0xca32d360 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xca3cd1f5 ps2_handle_response +EXPORT_SYMBOL vmlinux 0xca5c9c6f security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xca5d985e sock_from_file +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca5ee09a vme_free_consistent +EXPORT_SYMBOL vmlinux 0xca64129a md_write_end +EXPORT_SYMBOL vmlinux 0xca832efe kmalloc_order +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcab9f08c of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xcabc7888 idr_is_empty +EXPORT_SYMBOL vmlinux 0xcaea28df register_exec_domain +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcafe1b3f kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb128141 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0xcb13525e kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xcb23960f inode_get_bytes +EXPORT_SYMBOL vmlinux 0xcb342476 elv_rb_add +EXPORT_SYMBOL vmlinux 0xcb3529d9 d_tmpfile +EXPORT_SYMBOL vmlinux 0xcbb5e362 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xcbbc8368 tc_classify_compat +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbef3b84 d_add_ci +EXPORT_SYMBOL vmlinux 0xcbff5e68 mempool_create +EXPORT_SYMBOL vmlinux 0xcc0677da bdget_disk +EXPORT_SYMBOL vmlinux 0xcc0fb0c5 vfs_symlink +EXPORT_SYMBOL vmlinux 0xcc101be8 zero_fill_bio +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc479121 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc57c4bc inet_accept +EXPORT_SYMBOL vmlinux 0xcc8598ac dma_release_declared_memory +EXPORT_SYMBOL vmlinux 0xccaf6f9d vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xccb423b3 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccceb2ce sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xccde555c jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xcd07b73b datagram_poll +EXPORT_SYMBOL vmlinux 0xcd09bda8 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0xcd144812 vfs_setpos +EXPORT_SYMBOL vmlinux 0xcd1647c7 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xcd20667a kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xcd255829 write_inode_now +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd31f147 kobject_init +EXPORT_SYMBOL vmlinux 0xcd3ba0f0 framebuffer_release +EXPORT_SYMBOL vmlinux 0xcd57f7b0 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xcd9a7fac ll_rw_block +EXPORT_SYMBOL vmlinux 0xcdbfd194 gen_pool_free +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdd9460a blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xce03e295 kvm_read_guest_atomic +EXPORT_SYMBOL vmlinux 0xce127ed3 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xce1bbfc4 iget_locked +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce45314e fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce6a9244 profile_pc +EXPORT_SYMBOL vmlinux 0xce75baf0 inet_listen +EXPORT_SYMBOL vmlinux 0xce7917b4 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xce7d5a48 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xce82ed82 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xce919a69 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceae504f cmdline_parts_free +EXPORT_SYMBOL vmlinux 0xceb1717d completion_done +EXPORT_SYMBOL vmlinux 0xcec0da23 default_llseek +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf1b13d0 blk_init_tags +EXPORT_SYMBOL vmlinux 0xcf20e0e9 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xcf3ef4ca ppp_register_channel +EXPORT_SYMBOL vmlinux 0xcf598a59 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xcf6fede0 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xcf7157c8 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xcf8decc0 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0xcf93b8a1 i2c_transfer +EXPORT_SYMBOL vmlinux 0xcf967845 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xcfa4fa7d blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xcfa5408a proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xcfb8c39d get_tz_trend +EXPORT_SYMBOL vmlinux 0xcfea0980 vme_bus_type +EXPORT_SYMBOL vmlinux 0xcff2b1ea dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd05b5b13 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd07cfeae pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0xd0a85eea mmc_align_data_size +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0afdfef simple_empty +EXPORT_SYMBOL vmlinux 0xd0bca21a bio_copy_kern +EXPORT_SYMBOL vmlinux 0xd0d072bd amba_request_regions +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0d6518a user_revoke +EXPORT_SYMBOL vmlinux 0xd0e3d211 skb_append +EXPORT_SYMBOL vmlinux 0xd0ec2b59 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0f73e8a of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xd0f9d681 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd113780b md_check_recovery +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd11ca79c iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xd13242a3 registered_fb +EXPORT_SYMBOL vmlinux 0xd13252e1 udp_seq_open +EXPORT_SYMBOL vmlinux 0xd15ce4a3 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd1971d4d mii_link_ok +EXPORT_SYMBOL vmlinux 0xd19e76c0 __neigh_event_send +EXPORT_SYMBOL vmlinux 0xd1aeffb6 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xd1d6f357 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd22eba59 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xd22fea65 sk_net_capable +EXPORT_SYMBOL vmlinux 0xd2344915 dev_change_flags +EXPORT_SYMBOL vmlinux 0xd23b1293 have_submounts +EXPORT_SYMBOL vmlinux 0xd24a1dc0 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd25e16e3 remove_wait_queue +EXPORT_SYMBOL vmlinux 0xd25f7156 netif_carrier_on +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd28db25d inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xd2b09ce5 __kmalloc +EXPORT_SYMBOL vmlinux 0xd2b697c6 tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2dc4724 dev_uc_add +EXPORT_SYMBOL vmlinux 0xd2eb9401 input_release_device +EXPORT_SYMBOL vmlinux 0xd2f99cd3 register_sysctl +EXPORT_SYMBOL vmlinux 0xd30144df tcf_hash_insert +EXPORT_SYMBOL vmlinux 0xd3092c87 swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd3259d65 test_and_set_bit +EXPORT_SYMBOL vmlinux 0xd326c9a9 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xd3387a06 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xd36257ba memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0xd36c873f __block_write_begin +EXPORT_SYMBOL vmlinux 0xd37ba522 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xd37bb039 read_dev_sector +EXPORT_SYMBOL vmlinux 0xd3943b7f pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0xd3b0be55 skb_pad +EXPORT_SYMBOL vmlinux 0xd3b12742 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xd3d21840 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xd3f495cf dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0xd3fb1b9d sock_rfree +EXPORT_SYMBOL vmlinux 0xd3fb5b77 noop_llseek +EXPORT_SYMBOL vmlinux 0xd4148119 udplite_prot +EXPORT_SYMBOL vmlinux 0xd41f8dbc pipe_unlock +EXPORT_SYMBOL vmlinux 0xd41fe818 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd4357580 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xd436a714 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0xd4480c67 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xd46cc73b of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0xd46d1e3e simple_transaction_release +EXPORT_SYMBOL vmlinux 0xd47842c0 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xd495a813 cfb_copyarea +EXPORT_SYMBOL vmlinux 0xd49c371f serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xd4afe994 simple_readpage +EXPORT_SYMBOL vmlinux 0xd4d0bb02 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xd4e7aa3d ioremap_cache +EXPORT_SYMBOL vmlinux 0xd4eddc64 key_link +EXPORT_SYMBOL vmlinux 0xd4f19fec blkdev_fsync +EXPORT_SYMBOL vmlinux 0xd505ba19 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0xd53f0266 nf_log_packet +EXPORT_SYMBOL vmlinux 0xd5670ede pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xd5715942 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xd572ce21 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0xd5b924a4 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xd5c5bce6 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xd5c8f3a8 block_truncate_page +EXPORT_SYMBOL vmlinux 0xd5e252ce ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd629d195 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd65c3ecb mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0xd65feffe xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xd67082e8 key_type_keyring +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd6af0734 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xd6d0c04b amba_driver_unregister +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd7044f91 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xd708405e __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0xd741c412 netdev_err +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd76bdff0 release_sock +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd77caf09 unlock_buffer +EXPORT_SYMBOL vmlinux 0xd782e53a __devm_request_region +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd7a4c45a __breadahead +EXPORT_SYMBOL vmlinux 0xd7a52530 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xd7b42777 ip_ct_attach +EXPORT_SYMBOL vmlinux 0xd7c3a6a6 freezing_slow_path +EXPORT_SYMBOL vmlinux 0xd7cbddda memcpy_toiovec +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f0370e dev_addr_init +EXPORT_SYMBOL vmlinux 0xd7f850ec file_update_time +EXPORT_SYMBOL vmlinux 0xd8228cb0 netdev_info +EXPORT_SYMBOL vmlinux 0xd83e2b33 vfs_mknod +EXPORT_SYMBOL vmlinux 0xd842e468 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xd8553bd0 generic_getxattr +EXPORT_SYMBOL vmlinux 0xd85a8c6d dev_addr_flush +EXPORT_SYMBOL vmlinux 0xd89085e8 mmc_put_card +EXPORT_SYMBOL vmlinux 0xd8aae03e register_sysctl_paths +EXPORT_SYMBOL vmlinux 0xd8afc6b4 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xd8afd506 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xd8bc3310 drop_super +EXPORT_SYMBOL vmlinux 0xd8ca29ad iov_iter_init +EXPORT_SYMBOL vmlinux 0xd8de3717 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd90594c4 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xd9223eb0 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xd9267347 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92e16ba csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0xd932bb72 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xd9468197 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xd947da27 pci_reenable_device +EXPORT_SYMBOL vmlinux 0xd9680426 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xd9830dce sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd99ad579 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xd9a01cc9 tty_unregister_device +EXPORT_SYMBOL vmlinux 0xd9c10078 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xd9e258e6 __tcf_hash_release +EXPORT_SYMBOL vmlinux 0xd9e5ae86 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xda01479c mempool_create_node +EXPORT_SYMBOL vmlinux 0xda037c35 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xda09f841 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0xda123532 generic_setxattr +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda2eff33 tty_mutex +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3d508d tcp_seq_open +EXPORT_SYMBOL vmlinux 0xda593491 md_done_sync +EXPORT_SYMBOL vmlinux 0xda7ba0a0 d_make_root +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda879b3d setup_new_exec +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda8e3d13 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xda92cf42 pci_dev_put +EXPORT_SYMBOL vmlinux 0xdaab59a2 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xdaad62e7 fd_install +EXPORT_SYMBOL vmlinux 0xdab80ba3 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xdac0b36c crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdaee5fdc unregister_binfmt +EXPORT_SYMBOL vmlinux 0xdb1613bf xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xdb1c020f tty_set_operations +EXPORT_SYMBOL vmlinux 0xdb3bd072 of_match_node +EXPORT_SYMBOL vmlinux 0xdb5d4109 dquot_quota_off +EXPORT_SYMBOL vmlinux 0xdb60c130 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xdb6634eb __register_chrdev +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdbaa9e95 d_find_any_alias +EXPORT_SYMBOL vmlinux 0xdbc362c5 i2c_use_client +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbe43411 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xdbef19d6 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc0f42c6 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc2b2970 pci_set_mwi +EXPORT_SYMBOL vmlinux 0xdc2f4b76 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0xdc3282a6 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0xdc3c41a8 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xdc3cd4d3 sock_no_listen +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc4fff67 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc9c7d2b tty_throttle +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcb5086f __break_lease +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcccfd83 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xdced7ca8 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0xdcefc487 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xdcf5b2dc kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0xdd08d7f3 blk_end_request_all +EXPORT_SYMBOL vmlinux 0xdd1332a3 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xdd166b72 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xdd268d02 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0xdd2c283f skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0xdd3dd0da jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xdd4771a9 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xdd58a933 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0xdd700919 inet_del_offload +EXPORT_SYMBOL vmlinux 0xdd79c7f8 pci_map_rom +EXPORT_SYMBOL vmlinux 0xdda6021b scsi_host_get +EXPORT_SYMBOL vmlinux 0xddc71b91 generic_writepages +EXPORT_SYMBOL vmlinux 0xde05517c sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde14b5e9 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xde2d09cd i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xde311688 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xde434656 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0xde4d7d81 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xde6018f5 __blk_run_queue +EXPORT_SYMBOL vmlinux 0xde6151db tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0xde68aa93 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0xde71ee00 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xde7d1dad phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xde841d3d dma_mmap_from_coherent +EXPORT_SYMBOL vmlinux 0xde8639d1 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xdec2e837 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xdecacdd5 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xded728a2 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xdee76ef0 fput +EXPORT_SYMBOL vmlinux 0xdf016cd8 tty_port_close +EXPORT_SYMBOL vmlinux 0xdf157d3b blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xdf1a0920 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xdf235aed blk_init_queue +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf5125d4 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf64608b set_bh_page +EXPORT_SYMBOL vmlinux 0xdf723969 register_cdrom +EXPORT_SYMBOL vmlinux 0xdf73f6c5 __brelse +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfb4d653 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfd63fcd security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0xdfdcec9d tcp_make_synack +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe00785a4 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xe00a49e0 register_filesystem +EXPORT_SYMBOL vmlinux 0xe01b4e8c simple_fill_super +EXPORT_SYMBOL vmlinux 0xe03ca3b9 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe068396c dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xe075847f mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe07de0ce scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xe080edbb mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xe0ac66f2 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0caf955 console_start +EXPORT_SYMBOL vmlinux 0xe0cb9de9 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xe0e4ab90 mpage_writepage +EXPORT_SYMBOL vmlinux 0xe101cc20 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xe110189e ida_pre_get +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11f3cbc _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xe1614c46 _dev_info +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe17c62fc simple_open +EXPORT_SYMBOL vmlinux 0xe19f7c82 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xe1b564de tcp_connect +EXPORT_SYMBOL vmlinux 0xe1ba17c1 sk_stop_timer +EXPORT_SYMBOL vmlinux 0xe1cc09e4 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0xe1de75c0 dma_common_mmap +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe2018a2b devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xe20372ae radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe234bca1 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe23cae3d keyring_alloc +EXPORT_SYMBOL vmlinux 0xe24731c6 devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe24ebda7 vm_insert_page +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe267a1b3 new_sync_write +EXPORT_SYMBOL vmlinux 0xe2780342 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xe278d670 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0xe28d9282 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe29e98ac __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xe2b9e085 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xe2c3c312 may_umount_tree +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2de2ac7 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xe336321a inet6_protos +EXPORT_SYMBOL vmlinux 0xe33d6dcf lookup_bdev +EXPORT_SYMBOL vmlinux 0xe3402a0f simple_transaction_set +EXPORT_SYMBOL vmlinux 0xe3471ec2 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3aa59e3 tty_check_change +EXPORT_SYMBOL vmlinux 0xe3bb47f3 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3d79b1d of_device_alloc +EXPORT_SYMBOL vmlinux 0xe3dc3aae xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xe3fd22d8 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xe4038877 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xe40e08ca register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xe413be4a memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xe424ad7e blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe48ec167 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xe49ffa8e xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xe4a6bec5 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xe4c6614e ping_prot +EXPORT_SYMBOL vmlinux 0xe4d455db inet_frag_evictor +EXPORT_SYMBOL vmlinux 0xe4e14ef7 __bread_gfp +EXPORT_SYMBOL vmlinux 0xe4edae00 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe5452b41 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xe55cd3f9 km_new_mapping +EXPORT_SYMBOL vmlinux 0xe572f90d bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xe57361dd __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe58cd7af from_kgid_munged +EXPORT_SYMBOL vmlinux 0xe58e4c20 tty_register_device +EXPORT_SYMBOL vmlinux 0xe59a3f1a ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xe5c08450 __scm_send +EXPORT_SYMBOL vmlinux 0xe5c3be7e invalidate_bdev +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d2fb79 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe605f927 PDE_DATA +EXPORT_SYMBOL vmlinux 0xe614fd6b uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xe642edc6 iterate_mounts +EXPORT_SYMBOL vmlinux 0xe6533a3b dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0xe6584fcd sock_setsockopt +EXPORT_SYMBOL vmlinux 0xe65bfc5a phy_device_register +EXPORT_SYMBOL vmlinux 0xe66452ab dql_init +EXPORT_SYMBOL vmlinux 0xe66f44c7 inet_bind +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69a9df4 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe6c9a0a2 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xe6cd625e setup_arg_pages +EXPORT_SYMBOL vmlinux 0xe6f7b931 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe712320c neigh_table_clear +EXPORT_SYMBOL vmlinux 0xe742537a netif_napi_del +EXPORT_SYMBOL vmlinux 0xe7454197 bio_clone_bioset +EXPORT_SYMBOL vmlinux 0xe747cccf generic_file_fsync +EXPORT_SYMBOL vmlinux 0xe7610d70 read_cache_page +EXPORT_SYMBOL vmlinux 0xe7653c45 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xe777345c fs_bio_set +EXPORT_SYMBOL vmlinux 0xe77b346e blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0xe77f7c40 nf_afinfo +EXPORT_SYMBOL vmlinux 0xe785f741 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xe7a0f7bc __pagevec_release +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7aa7e2a dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0xe7b7aecd blk_start_queue +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe802308e pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xe807e9d2 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe84233fb kernel_bind +EXPORT_SYMBOL vmlinux 0xe842f6d5 from_kuid +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe88860c8 inet_frag_find +EXPORT_SYMBOL vmlinux 0xe8b07903 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xe8b31338 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c8f6ac of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xe8fdc5a8 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xe9072b76 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0xe910af7a dma_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe9334f78 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xe947be5f dev_warn +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95e00cf flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0xe97e5c71 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xe98a3bda vfs_getattr +EXPORT_SYMBOL vmlinux 0xe9a13640 locks_init_lock +EXPORT_SYMBOL vmlinux 0xe9c8fd9e task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0xe9cf9a59 dmam_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0xe9d8f961 alloc_disk_node +EXPORT_SYMBOL vmlinux 0xe9dc51c9 mem_section +EXPORT_SYMBOL vmlinux 0xe9e1c503 find_lock_entry +EXPORT_SYMBOL vmlinux 0xe9e25e3f lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0xe9f4929f blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea0e359c mmc_flush_cache +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea48503a kill_anon_super +EXPORT_SYMBOL vmlinux 0xea858099 dm_unregister_target +EXPORT_SYMBOL vmlinux 0xea88fc36 block_invalidatepage +EXPORT_SYMBOL vmlinux 0xea990814 follow_down +EXPORT_SYMBOL vmlinux 0xea9a66dc mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0xead98f36 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeae6ec28 uart_resume_port +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb5ddae1 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xeb79c15e i2c_master_recv +EXPORT_SYMBOL vmlinux 0xeba5b72f of_device_is_available +EXPORT_SYMBOL vmlinux 0xebd97e5b vfs_fsync +EXPORT_SYMBOL vmlinux 0xebfa2a12 register_netdev +EXPORT_SYMBOL vmlinux 0xebfabd26 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0xec25d4b3 unregister_filesystem +EXPORT_SYMBOL vmlinux 0xec49ad5d ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xec4acc08 serio_rescan +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec5667ea tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xec5f40f6 key_unlink +EXPORT_SYMBOL vmlinux 0xeccde028 page_symlink +EXPORT_SYMBOL vmlinux 0xecdf0683 gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0xece1318e __get_user_pages +EXPORT_SYMBOL vmlinux 0xece6c9bd bdev_read_only +EXPORT_SYMBOL vmlinux 0xece7535b phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xeceb9b6c textsearch_register +EXPORT_SYMBOL vmlinux 0xed036754 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xed1b8a96 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xed3125db dquot_file_open +EXPORT_SYMBOL vmlinux 0xed393aea sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed6eb59b fasync_helper +EXPORT_SYMBOL vmlinux 0xed7e1084 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xed8c1b62 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc25bc3 vfs_open +EXPORT_SYMBOL vmlinux 0xedf1e6ad qdisc_list_add +EXPORT_SYMBOL vmlinux 0xedfbfa45 sock_no_poll +EXPORT_SYMBOL vmlinux 0xedfff191 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xee1ca723 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3791c7 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xee43b816 lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xee4d083f posix_test_lock +EXPORT_SYMBOL vmlinux 0xee7279a6 dev_uc_del +EXPORT_SYMBOL vmlinux 0xee77b339 proc_set_size +EXPORT_SYMBOL vmlinux 0xee893540 sk_free +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee957ebd mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0xee9deb56 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xeea670cf simple_dir_operations +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeec2c7cf ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0xeec38743 user_path_at +EXPORT_SYMBOL vmlinux 0xeee8b08f input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xeeea3aa6 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xeeec26a7 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xef01957c compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xef0eeccf __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0xef2a49f3 security_path_chmod +EXPORT_SYMBOL vmlinux 0xef3151b1 security_path_rename +EXPORT_SYMBOL vmlinux 0xef3dbbd8 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xef43bfca mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xef49c166 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xef5dcc9e fsnotify_put_group +EXPORT_SYMBOL vmlinux 0xef6b5b54 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xef701a34 skb_put +EXPORT_SYMBOL vmlinux 0xef874c82 padata_add_cpu +EXPORT_SYMBOL vmlinux 0xef9dee50 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xefa8b1b7 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xefb744fc fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0xefc657fe scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xefc92238 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefe33ebe of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xf0001af2 uart_update_timeout +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00a14cb alloc_fcdev +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf03c52d0 compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf062576b ucs2_utf8size +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf06614c3 abx500_register_ops +EXPORT_SYMBOL vmlinux 0xf077f0f7 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xf08639ec tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf093e565 key_revoke +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0a8237a radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xf0d5d612 md_integrity_register +EXPORT_SYMBOL vmlinux 0xf0d732ba nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xf0e3ccdd devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11c0ad8 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0xf11f04df netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xf12878c4 simple_link +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf1524966 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xf1599f01 dev_add_offload +EXPORT_SYMBOL vmlinux 0xf16c7fea dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xf187e23b fb_set_cmap +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1b36834 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xf1cbd5e9 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f7a88c i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xf1fa222d tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf21089f4 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xf2183010 bio_map_kern +EXPORT_SYMBOL vmlinux 0xf22af600 skb_insert +EXPORT_SYMBOL vmlinux 0xf22b372b udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xf236b615 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf243664a splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xf2479ced neigh_destroy +EXPORT_SYMBOL vmlinux 0xf2654887 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xf270d41c xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xf2716fb3 pci_request_regions +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf2a0459d lg_local_lock +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2a61a35 unlock_rename +EXPORT_SYMBOL vmlinux 0xf2a61add scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2c00fe1 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xf2c124ef nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xf2c41532 of_get_mac_address +EXPORT_SYMBOL vmlinux 0xf2c7ea35 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xf2ccc96a tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xf2d1813f ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xf2df1f88 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xf2f15bdb napi_gro_frags +EXPORT_SYMBOL vmlinux 0xf312cb9d ucs2_strsize +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf32f6ffb zpool_register_driver +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf3419f8d netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3a426a4 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xf3b6dfb6 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3cd006e unlink_framebuffer +EXPORT_SYMBOL vmlinux 0xf3d3743d bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0xf3d79664 misc_register +EXPORT_SYMBOL vmlinux 0xf3fdaba6 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xf407bf11 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xf4300a89 file_remove_suid +EXPORT_SYMBOL vmlinux 0xf439d15b locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf4835f92 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4d2785c bio_integrity_endio +EXPORT_SYMBOL vmlinux 0xf4e92d33 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xf4eb4896 netdev_notice +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf5161dbb dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf541a981 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xf561710d dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xf56320f0 mdiobus_register +EXPORT_SYMBOL vmlinux 0xf58a245d input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xf596a3ca pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5c7dac4 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0xf5d593b7 phy_detach +EXPORT_SYMBOL vmlinux 0xf5e614dd unlock_page +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf61ea118 __dst_free +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf66c6e6b input_set_keycode +EXPORT_SYMBOL vmlinux 0xf67ef191 __blk_end_request +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf6902e09 bdi_destroy +EXPORT_SYMBOL vmlinux 0xf69b355b generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6c1b042 generic_listxattr +EXPORT_SYMBOL vmlinux 0xf6c27e36 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xf6c3cd4e crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xf6e3a92e __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ee19fb loop_register_transfer +EXPORT_SYMBOL vmlinux 0xf6efd797 __nla_reserve +EXPORT_SYMBOL vmlinux 0xf6f0ffed _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xf6f422f9 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xf7306c89 pagecache_write_end +EXPORT_SYMBOL vmlinux 0xf73d78c8 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xf7404b3a xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf74368c5 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0xf752e20c kthread_bind +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf75991da scsi_add_device +EXPORT_SYMBOL vmlinux 0xf772a90e ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xf774cd9f filemap_fault +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf789781a of_dev_get +EXPORT_SYMBOL vmlinux 0xf78c0b43 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xf796dda3 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xf7b241a8 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xf7d0eb43 mmc_request_done +EXPORT_SYMBOL vmlinux 0xf7d492c3 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xf7e1a9b6 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf80de9ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf81600ff phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82d8498 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf86e40c9 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xf87d8b64 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xf883b9b0 pci_release_region +EXPORT_SYMBOL vmlinux 0xf89ff11d copy_strings_kernel +EXPORT_SYMBOL vmlinux 0xf8aec68e set_anon_super +EXPORT_SYMBOL vmlinux 0xf8c711a9 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xf8e16c9d tcp_prot +EXPORT_SYMBOL vmlinux 0xf8e398fc memstart_addr +EXPORT_SYMBOL vmlinux 0xf8f3368c xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xf8fc4864 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xf8fe763f pskb_expand_head +EXPORT_SYMBOL vmlinux 0xf90a1603 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xf932f135 devm_ioremap +EXPORT_SYMBOL vmlinux 0xf940a328 __next_cpu +EXPORT_SYMBOL vmlinux 0xf956c339 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xf95c0dc2 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xf96a9743 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0xf9712e50 dentry_open +EXPORT_SYMBOL vmlinux 0xf977e5ed aio_complete +EXPORT_SYMBOL vmlinux 0xf98cac3b lro_receive_skb +EXPORT_SYMBOL vmlinux 0xf997091d devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9bb88f8 generic_read_dir +EXPORT_SYMBOL vmlinux 0xf9bc1275 vfs_rename +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c614a9 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xf9c8e13b unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xf9d52a1b netlink_net_capable +EXPORT_SYMBOL vmlinux 0xf9dc67f3 arp_tbl +EXPORT_SYMBOL vmlinux 0xf9dde891 wait_for_completion +EXPORT_SYMBOL vmlinux 0xf9ee4d9b find_vma +EXPORT_SYMBOL vmlinux 0xfa08b5e8 put_page +EXPORT_SYMBOL vmlinux 0xfa1b05af blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0xfa3144e3 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xfa47465f ida_simple_get +EXPORT_SYMBOL vmlinux 0xfa55c683 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa718091 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xfa78de7f scsi_scan_host +EXPORT_SYMBOL vmlinux 0xfaa29bc5 tty_register_driver +EXPORT_SYMBOL vmlinux 0xfaa4385a of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0xfaae0576 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xface53cc led_set_brightness +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaefbe67 sock_create_kern +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb143eb3 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0xfb159375 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xfb1f1ac0 unregister_cdrom +EXPORT_SYMBOL vmlinux 0xfb4bd507 con_is_bound +EXPORT_SYMBOL vmlinux 0xfb4bf104 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xfb64e833 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb75ae79 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xfb7cdadb km_query +EXPORT_SYMBOL vmlinux 0xfb7d0ed4 pci_get_device +EXPORT_SYMBOL vmlinux 0xfb88214f d_alloc +EXPORT_SYMBOL vmlinux 0xfb88470e flush_signals +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbd19d7f netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xfbe2cd07 vfs_link +EXPORT_SYMBOL vmlinux 0xfbea6472 get_super +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc032922 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xfc0a246e update_devfreq +EXPORT_SYMBOL vmlinux 0xfc0e2af4 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xfc1514b8 d_instantiate +EXPORT_SYMBOL vmlinux 0xfc2b61c6 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xfc2ed66e max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc4b6d0a __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xfc52047f __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc728ad2 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xfc7b4759 sk_reset_timer +EXPORT_SYMBOL vmlinux 0xfc7d138f md_write_start +EXPORT_SYMBOL vmlinux 0xfc8cfa70 brioctl_set +EXPORT_SYMBOL vmlinux 0xfc960213 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcb57370 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xfcb60756 ata_dev_printk +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcc1f3a4 nonseekable_open +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfccd1010 bio_reset +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfced8c98 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xfcf61ce8 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0xfcf9550c filemap_fdatawait +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfcff2983 read_code +EXPORT_SYMBOL vmlinux 0xfd04f1f4 phy_init_hw +EXPORT_SYMBOL vmlinux 0xfd0a0474 cdrom_open +EXPORT_SYMBOL vmlinux 0xfd0b3754 account_page_redirty +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd6a713d ipv4_specific +EXPORT_SYMBOL vmlinux 0xfd76bc70 serio_close +EXPORT_SYMBOL vmlinux 0xfd7f0961 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfd9bf9e6 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfda979e7 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xfdadd9a2 get_task_io_context +EXPORT_SYMBOL vmlinux 0xfdaf6de9 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdbe60dc mdiobus_scan +EXPORT_SYMBOL vmlinux 0xfdc74cc5 page_follow_link_light +EXPORT_SYMBOL vmlinux 0xfdcc998c qdisc_reset +EXPORT_SYMBOL vmlinux 0xfdf0d768 xfrm_register_type +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe0047d5 mnt_unpin +EXPORT_SYMBOL vmlinux 0xfe025344 serio_interrupt +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe02a16d sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xfe1fffa6 eth_header_parse +EXPORT_SYMBOL vmlinux 0xfe2ee2c4 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xfe54635f init_net +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe614813 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0xfe66d46d md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe7d44bb dcache_dir_open +EXPORT_SYMBOL vmlinux 0xfe93d71d bio_alloc_pages +EXPORT_SYMBOL vmlinux 0xfe9759d0 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xfebdc66e dev_addr_add +EXPORT_SYMBOL vmlinux 0xfedbe72d nf_log_unregister +EXPORT_SYMBOL vmlinux 0xfedcd7d8 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee13d06 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xfee8c031 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff108c50 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff2a4693 sg_miter_start +EXPORT_SYMBOL vmlinux 0xff5a234f swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xff64f749 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff7820ae jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xff8a5056 pci_pme_active +EXPORT_SYMBOL vmlinux 0xff8b45fb seq_pad +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffbda41a inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xffccb3cd jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffe7199c pci_disable_msix +EXPORT_SYMBOL vmlinux 0xfff3a1c7 mount_nodev +EXPORT_SYMBOL vmlinux 0xfffe2ff9 xfrm_dst_ifdown +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x04ec648f __ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x1c287347 ablk_init +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x268d220c ablk_exit +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x45884169 ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x4a1acf18 ablk_decrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x856adfb1 ablk_init_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xcc8e2c5c ablk_set_key +EXPORT_SYMBOL_GPL crypto/af_alg 0x1a4c2fab af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x289197b2 af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x3a942488 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x5b28a8e9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x6c84c448 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x9cd09d6b af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xa0b641c2 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xc578236d af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xcb39de78 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0xf6932c1e af_alg_complete +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x6e378a49 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x25855c7b async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x4d93e97b async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xa405bd5b async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xce710f8d async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x44b51d94 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x46b2f700 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xd054b64c async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xfd30ceb6 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x1ce3e431 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xdd05f826 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x8af901c7 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x1d41b6f1 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x0d7c84d7 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x2a1c7b66 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x2a65ad9e cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x2bb5a3f3 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x4abf3a10 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x50190aa6 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x6ac4d638 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x830f92c9 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xadc37279 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xc23c45ba cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xe9e4dc01 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0x58c3898c lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xf6597924 serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x3a0cb023 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x0ba22d51 xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x046b3f53 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0b06713d ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0f8cd04f ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x118638ac ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x199ad4b0 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1fbc0787 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2e850bef ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x42b421de ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x52fd1eec ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x68eb05f1 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7131af5b ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x834ff4e6 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x84c39d30 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8b00beef ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8f27646e ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9f01d7af ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb3a0d4a1 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbdf998b5 ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc235ce3f ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc2e2996e ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc30c236b ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc515cace ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0a35d83b ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x232f6a91 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x28f5b423 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7245dd2b ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x881e8518 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa58b5795 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xaee675b8 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xdcc008b0 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe2f59007 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe4509744 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe4f5ea14 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xbc8ac132 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x91b74889 sis_info133_for_sata +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0840a139 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1c9d752c bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2098a998 bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2e8bb5bc bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x367e5fab bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4bd78bfe bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x585c0047 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x675d8189 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x758616f5 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7df1e51b bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8b34a4d9 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9f4e1467 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa6c2ff85 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xabc47b64 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb30aa159 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb40ba85c bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xba66865b __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd6d660b6 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd9d184c5 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdbc57e35 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdcd39865 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf02db488 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf511777b bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4126ab21 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x55087b6f btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x709cda85 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7f7c44c7 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x95c24730 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9ea23910 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbb227849 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xc7e21f6f btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xde302f57 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfbea34a7 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x129ac65e clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2253bb80 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x29150a6d clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2f43f26d qcom_cc_remove +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x41026928 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4c59852c clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4d489bce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7bb34f86 devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7df982c2 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x807cd190 qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f141ab4 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f2fd77b clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93e21c99 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1305df3 clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1d46d06 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcb389b4b qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe6222b15 qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8cb8432 clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeecd55bc clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf89297ed clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfb36fd32 clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x4a0b6011 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x7de54b3f dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x883fc09c dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xa310e294 dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xed0fc640 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x46de8479 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x7510caf4 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3b86c53b drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x56e7fade drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe49aadb8 drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x0a70eced ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x52cedce2 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xbfa9a0ad ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x059750cb hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0b930894 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19c943bd hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2262ff97 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3d0e2006 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x426026be hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4f4db53a hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4f8776ee hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x531051cf hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x53e5e29a hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x567fe435 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x64756478 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x65160f71 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x658a95ba hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x68efbcfa hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6a40f5b1 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6af64622 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6c0f1d41 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x73a3b016 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7738ce20 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x830d4807 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8a02e0d6 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8dd5ac03 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9646572a hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9871cfa8 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9b895f5a hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa5b19c63 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xae9ab784 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd1a725cb hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe29a7fe3 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe53a56a4 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe57ab183 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf259cf0b hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfb424f65 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xff7e5c43 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x14561c82 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x1db2890d roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x250e8705 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x338760c6 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x37d8c66a roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x84854524 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x89853155 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x425f423d sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5be85da8 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x8b607ab2 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb93d6540 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xbb058cd5 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd4c3ddd3 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xda4efd37 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xdd8ae351 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf57fde3b sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xfeb44569 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x18e33420 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x21d63469 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x34ae00cb hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5ea6fb70 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6932a79d hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6bfc340b hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7cd4102e hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7dc4a9d6 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x880bd3fd hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8c67ad07 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xab6788ca hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb180cf86 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb1898dd8 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xca3b88a1 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xca65cdf6 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcf1186d0 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd4e40732 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf11cbe30 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x5cf11ea5 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x8504aad3 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xb07bc9b2 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x0318bff4 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x21611fbc pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x265d63f3 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x38f753bb pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x7ea680e3 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x843dfc3b pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x8efa457a pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xbdc0c16f pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xca1935f1 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xcb346f47 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd33a8e46 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd737efaa pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x73cca0d7 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x825a2c03 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x89297957 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x8b3761be i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x8f8e6afd i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x9b4136d7 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xc3c35309 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xcf536b7a i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe22f0ff9 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x554736f6 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xdfd4dae3 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xc2c765fa i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xfcbc0a67 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x19ab1d9d ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x3a1b6b68 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x612f2b15 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x7714581f ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x7f765e04 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x869c7458 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xde57a775 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf5cdd9d0 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xfbd3489d ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x10ed46bf adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x396f8dde adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x448a7cdb adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x866b896f adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x89d43e6e adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x8a3ac11f adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x8c443aab adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9bfad4bf adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xbbfb43ab adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xe0c6017f adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xe77b8190 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xebf232af adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x03e871e3 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1c0b48bb iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1f490f9f iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2668283e iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x289566ea iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x340e3e53 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x53883f5f iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x566e0550 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x586760be iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5d9edbbb iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6cf98fd5 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x712bfbc3 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x767dec00 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7dd6da90 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x870c54f5 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c05111f iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8f063147 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9ddb3560 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xabc172ae iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xabe6fa7d iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbb2e9fae devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbd908442 devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbdbe881b iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc713dd40 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xca0abdb9 devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd2de0596 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd3dd95e9 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xded6e251 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe4993173 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xee152437 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xee3e993c iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfc0bb2f6 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xff2331bb iio_buffer_put +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x82325de8 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0xfb9f16b6 matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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 0xfe9291e3 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x9ffe3411 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xed071482 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xf5068dc1 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x5e3e92dc cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x9dc1870e cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xe8d9bd97 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x37c87358 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x3cde87a9 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x156d83db wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1afbfedc wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x44617845 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6637b38a wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7f51c6ab wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xaa7f0781 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xae45db6f wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb2a561f7 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb3fbc635 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb6c00fdc wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcf84c1ae wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xeec4b44b wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x28f6c1f8 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2ccc11a9 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x92355c72 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xad59140f ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xb3b1c8c4 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xb4aab245 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc5a7a619 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xcb3836fb ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xdf7578cd ipack_device_add +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x1d59f851 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x39ff1224 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3c5e09fc gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x46037cf5 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5d3c4274 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6a7f1c73 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7baa8754 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x825ce056 gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa86849b5 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa87c6e41 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xbfd2a34f gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xca255fb0 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd4597891 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd7767152 gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe3a75c5d gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe8bbcbb7 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf5340edc gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x068bffa7 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x28dac493 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x33e126f9 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x4506aa28 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x4770f20a lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x87a5a67d lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x9de61565 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd56cd802 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xee395be9 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf3a991d5 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf535ef5f lp55xx_write +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/mcb/mcb 0x229db477 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x24c7aa6d mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x42beed04 mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5380a696 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5e817e2e mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x6a92b26e mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x6f481743 __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x75cab216 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8fe1294d mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9613f75a mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x974dfc52 chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xb3e23e81 mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe8aefd81 mcb_device_register +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x038d4400 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1bf19a28 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x20b0dcba __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x23a39c93 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2db90065 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x32a854e2 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x33685aee __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x386e0aec __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x43f797c7 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x56d844d9 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x65c69d18 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6f318137 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x73856a24 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7c7a26dc __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x824f349d __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8531a000 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x86192e50 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x87a79df0 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f336079 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x90293fb5 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x903dcb57 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x94c4008d __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9aacde96 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d01a77b __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb0f4bf93 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd2be2929 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9cf1106 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb00ad98 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe7e528bd __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf2037566 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd1d6dbc __tracepoint_bcache_gc_copy_collision +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 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x685fc891 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x690714da dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x72fb6c9d dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9bcccf28 dm_cell_error +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 0xc8b5f030 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 0xcc340ccc dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf969f9ef dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aba7f5e dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9310ba06 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x95286277 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9c256008 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa1d2413a dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa448e19f dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xafbda3f3 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcbb1bae2 dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +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-cache 0x11170d9d dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x130ed027 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x300c8083 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x99f6b7cb dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xaa3dd87f dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xb87503a9 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xdfac269a dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xae1ab69d dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xd1bc26cf 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 0x0dd578ea dm_rh_dirty_log +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 0x4430764e dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x45ab972a dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x6aa34e70 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa68e1f06 dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xae332c09 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xb58fa4a0 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 0xc79d1b37 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 0xf9d28256 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfad9d53a dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc62ef4e dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x17c36f29 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42dbdfc3 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x49b35849 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x55b4bd4d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x827a42f4 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x978886b8 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9f624559 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xafeda29f dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd29923fb dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf375d009 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5455120 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x298019bd md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x0aafee1f md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x760a0a45 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x18075bb4 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x199c8df1 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x49c9268c saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x4de6e8f9 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x603bad15 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6c187045 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x958f14f6 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcb80d59c saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf5b48c79 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfccdecdc saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x08b66fbb saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x09890097 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x23de9911 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x245ff568 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x2f25488f saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xdf8e2dcd saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xfbc62570 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1277f11a smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x44caa051 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4b8fa9a9 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5d742e5c smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6a165419 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x754a522b smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x807bb215 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x81da9b55 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8879b6af sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x91877e84 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9943b3dd smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb95625fc smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc287f564 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc5e73d66 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc647ba7d smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd90ca699 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdd60a465 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x74bc032a cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x1e5ff046 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x1f55cad7 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x26dc52f4 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x35705326 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0x3c210115 media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0x53b57014 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0x55026dae media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x6ce6e23f media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0x8b12e645 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0x8eba949a media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0xa0d0216d media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0xa81c66f9 media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0xba06edf6 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0xc3351c16 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0xcb591e7e media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0xd183599c media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0xd32aa6bd __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0xd5abda92 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0xed9f68af media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xe386ed63 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x144f1aeb mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4f4b9b55 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x54f34e4c mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5b5da54e mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5cba642d mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5da4c4cf mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x67464747 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x87854cf9 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x89265646 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbaa820d5 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc634e9e3 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xccb85cb0 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd222d7f8 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xebdf1ffc mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf71aa115 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfc2a0d45 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfc2a79c1 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0690a65b saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x13a26c46 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x16271dc1 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2dd81a15 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2eb95251 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x333c3af1 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3afdd72a saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x40fe692f saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4ad60628 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4e42134a saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5719db43 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5f58875c saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6c2f4d1a saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6cf0a374 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6d0bbfb6 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x74224585 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8d4f0ade saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc6337e2e saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe0d711fe saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf053e7ca saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x1e3beca9 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x22c10b8a ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x608197ba ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x61e94c9b ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6f2d48e0 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x708d0e91 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x798fac0b ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x1966b7e1 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x906b8de6 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x148f0605 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x250da999 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4c7d4c4a ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5d2e9905 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x76b114a5 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7b249961 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x85ad320e rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8f0e3091 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x94c85c1b rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xaf57828f rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb2a3b3b8 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb70d713f rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd06203ff ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd9ebe29d ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xdc3d7463 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xdfdb2f47 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe64557e8 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc060fbf rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc828487 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x0392f5e2 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xf8d426ea microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x3f1bfffe mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x0c34cc94 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x32d3249d tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xa225d20a tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x1d0e31bf tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x28dce687 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xfb9e4ec8 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x5a12968c tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xc3e722ec tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x87eff4df tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xe41238d0 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x8e057b66 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x089a0fbe cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0f22d023 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1713da74 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x20a1003e cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x314092a1 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4054c4c9 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4fa45b2f cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x53c23625 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5b29d813 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5f26fc1b is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6420cbb3 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x94950d6d cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa229679a cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa380fa99 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc5a4939e cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc73dbe5d cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd38c9060 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd4af0cea cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe45c80a9 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xab0b3d93 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xe1c7b528 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0c805f7e em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x13e2428d em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1d4343c6 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x210bd2d7 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2bdda608 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4979b4e0 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5fada04d em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x61735dbe em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x63a22822 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6e40bd8d em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7a38a67a em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7da40139 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x95d93b0b em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcfba4c84 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd04c959c em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xef61cb50 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf7bc4711 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfdd9a4d0 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x0e8ccc08 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x5549389d tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xb1c26205 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xd5a08491 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x38a72177 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x50bcb776 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x6e8601b0 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xa0742986 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xc023a3cb v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xc6eed9f6 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x00c5facb v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x06e937ec v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x06ff9e76 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1bce27f4 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2b1628d5 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x39447889 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5c24261d v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5d3ec5da v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6265e5b5 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6e28b065 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7656c943 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8bf6bebf v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8e3fd048 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x905c76bd v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x920df640 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa1b15f95 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb2bdb087 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb764270e v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbcf4d70a v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbd8646cf 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 0xcb1d0312 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcd4042df v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf39e1044 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf50a7542 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0514024c videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0554340c videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2272140b videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x24cd651c videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2886062b videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x368d2b03 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x38097b38 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3889efac videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x54181cf7 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5d947888 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x70d121c6 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7296b249 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7ee82f99 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7f440381 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8c9bd998 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa88a2af8 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xac477068 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb0ec39ef videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb1121b17 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb926ca9d videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xde36cf81 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe9f0371b videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf6b39eb2 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf81ac5f1 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x0a0d97db videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x0e2b0010 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x6879ab7d videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1c97b93a videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x253654e8 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x333d5e4f videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x3f4771e1 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 0x6dc7f1a3 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x71bdaf53 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x8ce56a6a videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xc8cfb9a8 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xfcfce245 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x5ee6cd90 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x64cdbc12 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x6ca459bb videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0428eef9 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x06370db9 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x086b47e7 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x09e8a630 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x13c0a5c7 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x145bfe5f vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x191f7dec vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x225345a3 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2abfffcd vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2e09ec20 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x310b5424 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3d58a027 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4d8ed7b7 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4f99bcdc vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x550f2af1 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6124be0c vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x636028f6 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x65a4eede vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6d674b9c vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6dbe8696 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6ec56686 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7b71773e vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8271015f vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x919a50f5 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x943b5bec vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x98995f86 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xacee3547 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb106595e _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbee7893b vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcb380df8 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcc3b88e4 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdc04a99b vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe181edc1 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe84ae66b vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xeb066268 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf22b0ac0 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf23df79d vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfef0a0e7 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x28ec8732 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xa3234b50 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x8142913c vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x312efd87 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x4174b5dc vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x4a373574 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x7b14b6ad vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x5633442b vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0c3df80d v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x137fff48 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x17128e97 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4464f9e6 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4bc37873 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x534c82ba v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5e89a431 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5fe5e3f0 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x707a1538 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7b4b6d14 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7c69be77 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8425cc14 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x86030798 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x92db39cb v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x96fb6685 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa06a966c v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad3f134f v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb371c412 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbb578047 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc2fcb595 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc6b48a70 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc9c57dbd v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd04ca1b8 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdac011de v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2f20da4 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf4dc4fc8 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5c49058 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfa69f1d4 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x0ec4a387 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x2d4c4ea3 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x35a5c5c3 i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x3a80f56a i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x537aca13 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xacff0e63 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb6451071 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xfa5c569d i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x033eb381 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x4cd0fdd1 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x6a130995 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x058437a5 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x164de05f kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x4f600eb7 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x83029477 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x98676802 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xab7f7f36 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xc1d686f1 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf04b478b kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x423a50d0 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xc67b1a88 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xcce332d3 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x22da0fdd lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4dbf3b8e lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x919c6010 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x958bb12b lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xbfa60760 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xe5e12b5f lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf18d6ddf lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x0c34691e lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x31e8e373 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x4a85ca5b lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2e0f405c mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x3c00b534 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5f8c76be mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x6994103f mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x6eb50b7c mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xc7e41f11 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0e742a2f pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0fb24db7 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x126059a5 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2a68b808 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2e66d41f pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x317ec926 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x437ddf92 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4442fe5a pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x59ad2487 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xde799594 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdece9ad7 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x23e21456 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xfcbe36a6 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x319bec84 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x41945ade pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x54b14e73 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xf5bdca89 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xfdfba2d4 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x004123cc rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x066f500b rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x14554996 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x19b91689 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2f20cd6e rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x520cb52b rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x595ab46c rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x64b5ae04 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x72ed2871 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x74320243 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x797aa867 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x7b721e29 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x82e5f28e rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8cfc473e rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9e0f83b7 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa318693f rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa4e57627 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb603e3ec rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc3f18122 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd99c32ba rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf93fc7dd rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x19c4c340 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x33b7a1cf rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x3b548dba rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x3f34356a rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x476ba922 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x4d0917cd rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x9ce62a23 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc676efb9 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc8564f00 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xcddba775 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xdc8767c9 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xe99615c0 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xf6c2244e rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x023cf1ad si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x08b03ab6 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2514a27c si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2a96b72b si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x334a0eb0 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x358329ac si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x366e4082 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x432beed4 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x482786b9 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4fcc9abf si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x53e41530 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x547532cb si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5ad90d60 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5e68996d si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x60d52664 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6bab9857 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6fc0abf1 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6fef0fc8 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8084a977 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x81a3936b si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x89926897 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8ceb2b89 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x93bace1c si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa95bdc77 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xab98ccf1 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb41f2291 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb84e5d36 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbdf2b485 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbdf82eb6 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc4f9ef42 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcaa6da88 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xda061261 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xee4e2da5 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xeec40150 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x11723918 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x90c1b45e sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xb2422db8 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xbcd0f1b3 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xca02d675 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x0a0cb2ec am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x553b4124 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xb6839d3e am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xd5f4c325 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x1c3f9186 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x2ef87075 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x9df27e35 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xb2f6ea64 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x59b461c7 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x88c67937 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xaf8c342d tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xbea6ab1f tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x5ed24e5e ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x053c01b5 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xc1fcffc9 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xcec844c3 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xf1dbbe37 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x1ac9da47 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x66e14749 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x79f371c5 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x7e56a8ae enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb7209bf4 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe5e58f72 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xfd112cb3 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x06454a5c lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1507b31b lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1f940e79 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x6345e60c lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x734b4e69 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8bfb85e6 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc93f2368 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xdfa3c44e lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x2bf5b110 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xc4b0347f st_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x271026a8 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2778b66a sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3fd2656b sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4110ce9c sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4fd4b813 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5784c7eb sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x697780f5 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8e4e3b4c sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x96ed0c5f sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa1817450 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbc287521 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc65805f7 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe4f4065a sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf0600149 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf5167d50 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x112101c3 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1d2b1b41 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x256e78d3 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6ea2f4b6 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xdc0b6c1a sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xde8bb8cd sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe1f4ca2f sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xeceaa946 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf1c92468 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x5228e6a6 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x6d01c34e cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x901fe6d8 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x7124a195 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x82dd6e13 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xfc8f25c3 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xe352373d cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x07a18710 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xa2427d4a cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xdf16c4a0 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x00991ce7 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0d050259 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0d1c0926 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0daa93cd __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0e0d09e2 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1d4439f5 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1f2ce8f3 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1f987072 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x247338ec mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x280f5757 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2960872c mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2aa344b0 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2cfcbe2e mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x30d12e6f mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3a29b975 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3d18f87b register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x577d99e3 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5978edac kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x62dc9ccf mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x694b7f38 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6d195ece mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6dc6a637 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x75112274 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x753db7f0 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x78725234 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8061996b mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x895557c6 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa7a43d7f mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaa75b39e mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb39c92df mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb482e1a2 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb9b2904d __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbbd17378 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xce3135a2 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd1235028 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe018b224 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe8ee2f8c mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb6edb10 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xed60bd9b mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf07b31e5 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xffdac2b6 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x1cc74b53 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x44cb458c deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x5c19d005 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xcc720925 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xe01318a9 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x25e0ec76 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x8f1db7d7 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x1d07ea72 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x6ec9e20b onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x7c4a5fa0 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x632394d3 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x009b94ad ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x01e62c56 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x041116c3 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x115f1b5b ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x134249c2 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x22bf02a3 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3053d272 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x54c6b4db ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x62a75620 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x684cf8e0 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7b945cf8 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9a4f19cf ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb3dcd7bd ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x425f8ae2 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5df47917 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x6aee9d14 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x95a54fc8 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x9cd79469 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xe2846daf c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x049acd2e register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x100d568b alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x1c574513 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2987cf6a unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2bdc9218 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x30d449f9 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x4022bf51 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x57e786fb alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x60e480db devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6824dea0 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x69a92535 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6e71f7c1 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xba092f2e close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xc3525ec2 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xd8acbe9a open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xdda396b9 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf62a3c84 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x3c277763 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x56a801a2 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x65284f4f unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xe507699a register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x13784539 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x478ea307 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x69cc978f unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xb1bf1016 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01415077 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x025ad6fc mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x052eb94d mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cb13c4d __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e52f4d9 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1017ff6e mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1095720f mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1388c51b mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14a2921f mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17b7d856 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a5744a6 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b35894f mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1bfda184 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1cf6758b mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d203333 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1dd68ea3 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x210a4032 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23b460e7 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23c1debe mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24d85999 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2870dc89 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x288557da mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x289315a1 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d7e6b89 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2fecc56b mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x325bbf84 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33f41cfd mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39b5b902 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a3b1633 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ce70e2c mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44276b45 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44a7affb mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44d7d939 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47c780d4 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50f3570b mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x511f6d99 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52778c97 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53f86745 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54547135 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57556122 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ab04b58 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c530c47 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d6bb2a4 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5fc25f15 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x609b36dc mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63c82564 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64bb0575 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66ad6210 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x686f54c8 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ca94e38 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x718890a4 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77b730f6 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bd7683b mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7cb63926 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d5be060 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81255112 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82260cf3 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x845f5821 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x855d3d87 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x857bba88 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8586a8b7 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b4aaecc mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c360bb8 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f2b4791 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f4d8743 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x923eb8c1 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94af4c1f mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x981ff79a mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c54a9e7 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d85b754 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e9f8474 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa36c45b9 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa2a742b __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa4b5b3b mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaaff1ba4 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf05f2d5 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb37c2bce mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb6b5c55 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe3b006a mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe4e8415 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc12e7560 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc18b224e mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc345c5a6 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6256e04 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7899e9c mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc938cf55 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0b2313d mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd39e778b mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3bbe7a5 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5975e82 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd92f98c3 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdfb14b68 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe159f8c3 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4dec35d mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xedba765b mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0912a65 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0e65685 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0ef3c35 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0f93e5a mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2774d0b mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2bd94aa mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3205b2b mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6157b06 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7829c18 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa3a2901 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04a5111a mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09a63432 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f6239d9 mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d443b57 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f947bcd mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76c34ff3 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x83febe7a mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x898132f8 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d2cad76 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e5032ed mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf02c1dd mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb187affb mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb86d0673 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc46310d7 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd569819 mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb23ad67 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x0ff158e3 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x5a2cbe84 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x5e95b8e2 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x729f90db macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvtap 0xffb8737f macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x8bf4ef11 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x6e33f6b1 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x89214f36 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x964c5acb usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xbabf8e9c usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x03e073e7 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x53439e14 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9a258324 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc4cc556f cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xdeabf4ac cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xec1c1f51 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xee7c00aa cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xfe04dd13 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x47f17c06 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7ce2b308 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x9721dafd rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x9fe25d90 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xb10c1bec generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xed0a87f4 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x01e4a19c usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x04e4a0f6 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x071f16f7 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0daa0d2d usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1012971d usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1ee054e5 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x24ef001f usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2f2415ea usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x400955f3 usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x49cbbffe usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4a436255 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x53f3185e usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x547e1300 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x55548dc8 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5d41d2f7 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x70fed7ce usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x896ca9d7 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8f90f1cf usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x900fa095 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x923bd5f2 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9631d16c usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaae30c48 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xadfdf4e9 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb7293022 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbafdb0c8 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc318668f usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd4d3e579 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd6a1d7e5 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd6efbddb usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe29a2354 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe543391d usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe7975325 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x03a9d45a vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x2b3f9079 vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x411b682d vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x5f7b3ba2 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x6fb97e95 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x16668271 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x31a50848 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x3c233a16 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x436be46b i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x53ef934c i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x764efa8e i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x886dfea6 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9877e668 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa0592036 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa32e56be i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa7548949 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb824a6e4 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbfebe0f2 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc94362c9 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xcc7d4045 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdd1d6a13 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x147fff3d cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x7cbf291f cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xcaadf6c3 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xde261666 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x3026ecc2 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x0f36940d il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x1d4d44dc il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x4164ca57 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x47e32f91 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x9b86e667 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d90a9f7 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x13269b6f iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1a31d0eb iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x2290046a iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3ac9676b iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4569ca0f iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4595c091 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x489f2b62 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4901f52c iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4c4dd2ad iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x556a4d50 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x64b5f8be __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7ab0e0f7 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x89e9325f __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8d619a17 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8d7344c7 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8da16094 iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9c553437 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa0a8861f iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa95fe008 iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xabbe2e88 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb905bb5b iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcedda7fe __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd301de8a iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdeaa8912 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf03a5420 iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf54aec32 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x17e10e02 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2fde083c lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x325499ea __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x47e61722 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4a21bcbb lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4d6d5fb9 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7c73a36d lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7df0fc52 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x891c4e10 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa49f08d3 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb20bbfd8 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd18f6873 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xdc16bb1e lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xee052c6b lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xfba216ac lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xfc95ef6b lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x2548e807 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x5f24905e lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x70269acb lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x807a7de7 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x814086ff lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x84e8e016 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xa80c04d0 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xefead65d lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xc296753f if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xca29bc8c if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x16ba77c9 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x6ac08be4 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x754ee860 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x793b5ded mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x7ede5f5e mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9d082701 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9f5216c2 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa737901a mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa78e409e mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb566d77e mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc10ee3a3 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xda6c8bfd mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe733c51d mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xef584303 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x3ef30d99 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x43dfedd1 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x7542d178 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x90b0a618 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x9aafff3b p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xca760ffc p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xd9e08e4a p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xda65b8c1 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xdeb06184 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x1a68ebb6 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x8b14def5 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xd3589749 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xd9d55f6e rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0386a376 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0e7e00f2 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0ebfa20f rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x16fb3136 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1fde4062 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2abba81f rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x37bcc7c9 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x38af3d0a rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4289bfdf rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5099448c rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x641f7458 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x64572d7f rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x67c36a93 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6f6e7498 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x70069c9a rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x70864bc7 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x73c9103e rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x77e3d3f7 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7e7cefe4 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x81e36a79 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x82f2c030 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8a62fdd4 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9fdaf6fe rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa84aa389 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xaa734b41 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb4b585e6 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb68c0b59 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc8d4fc74 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc97ac304 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xca008d5e rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcf6a7497 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd61d8e65 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd8ef7023 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe2cd1267 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe7b1320f rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xeac98183 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf5b947b9 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfe711867 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0cebadca rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x1776ff2f rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2ed267c6 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x74178b5e rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x816810cc rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x820d0c1e rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x94c78c69 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xaa2fac4c rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xaf1e8e71 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xaf68dcb1 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xb41106f9 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xb465bd1c rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xbbe16b8e rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x063d71ae rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x078da7ee rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x125f5585 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x18448d4d rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1a8435ee rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1b086989 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x268fb299 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2b49b0fd rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2ff36638 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3237c66c rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x34586013 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x34821ac0 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x37b3d853 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3fe6c933 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3fe6ce85 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x41a14257 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x422eae2e rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4b6a7883 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4f5594b8 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4ff4762b rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x58667343 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5a8e3ca2 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x61373ed8 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x646f3b88 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x647493c4 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x740b14ec rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7482157e rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7ae97ffa rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x841d8a15 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x856d44de rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8b0f53ca rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x948f47f1 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9cd5dec7 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9d1ba7a1 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa2f41d30 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xab0e412c rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaf48330c rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb6fe3703 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbb881fc0 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xce44d86b rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdc9cc066 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe6582087 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xeee965a8 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf001cac6 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfba96049 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xff4cb762 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x081cac68 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x3a815205 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x47ed373b rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xcb96cf4b rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xf85ce51c rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x535e09e5 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x79772933 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xb866c08b rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xf9952014 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x0007188c rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x129d8ebd rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3282600f rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x33e81504 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5737b484 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5c9c5904 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6c80fcd6 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7384643f rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7ac6fa3e rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x99e78f0e rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa3e61bb1 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa68c71dc rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc42ea289 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xcf24dcec rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xecba0979 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xfe7ac1d6 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x283a2ea3 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x313febab rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6789bd5e dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd3b009d7 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x05c5561d rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1523d05e rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x16f34082 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1f02ab5b rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x225a3e50 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x23733ce5 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x330e8ed4 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x47abb1a8 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x63d6f9ed rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x68e88cb8 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7dd046d9 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x85248b82 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x92f92b71 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x95fbae53 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa53e0cb6 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb6570c2a rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc0f4a42b rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc67f8cfb rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc72cff31 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd6e04a48 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdb681c94 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdcd40a22 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe9b1fd3c rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xef63c439 rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf0d34a0f rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xfb294c69 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xffcd22a8 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0af7902f rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0aff496b rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x1b80990c rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x3a3c3b64 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x3e2de507 rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x3fddab7b rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x423c846e rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x485e7f8a read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6b4de810 rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6e0fb3cd rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x70f01f8d rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x71d8c3cd rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x75430f2f rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x8727692d rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb35c460c rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc926fbac rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe4cc5cb3 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xefaf4791 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf4b82587 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x2839457d wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x3e4a8dcf wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x6b88a06e wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x030678fc wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x08f15d02 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x091f11b8 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x114275cf wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x16d635f0 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1cc89f58 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x286d0ea1 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2b77160e wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2c30e1b1 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2c44382b wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x32d3b3a2 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x34989a94 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x36185b1a wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x430c4064 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x436d733f wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x43d6b456 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x563ef643 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x59f16e36 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x648b6949 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x66f6b21d wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x67d49c36 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7b17459d wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x93de50ff wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9dcefa7b wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa494f9eb wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa9c61817 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaae6ff6b wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb805a0fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbc5b29bb wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbd55dbde wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc24ff339 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc27d52cd wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc7f296b9 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc8e45a9d wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xce4a0e41 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd2652bc2 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd569c8f6 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xde49be0b wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe1914c6b wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe96b5c0d wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf76706c1 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfd3b3c27 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x37e32bdf nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xadda35a0 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xfaf6b6c2 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x6aa033a3 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xda76c79d pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xf702071c pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x2024a99e mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x54069ac7 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x95918eec mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xc5296616 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xfb4a15ca mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x265279df wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3e564272 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7549b17e wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xa88bc42d wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb0d50f36 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xde1d4f84 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xada2b921 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x036fef2a cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x082dac19 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0af59332 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x181abdba cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x23338a1b cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2bd12336 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x375ae2b0 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3c470375 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3e84982e cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x40e36b7e cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x416bc2f3 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5139e70d cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x51e396f7 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x52f6ec0d cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x56cf6d64 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x56d44a1e cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x56d8e11f cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x58dc8c2a cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5e75b6aa cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6bf55d18 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6ce37467 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6fd1dc50 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x72fe9292 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x77a64025 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8b3bfce2 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x94f7ea8d cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x953424c6 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9890fb70 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa237b5b8 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa8c1b740 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xab306c13 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xad9e4587 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb057f329 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb84fb03c cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbe126975 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xccd2ed2d cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd193fcbf cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd37c83d9 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7882058 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xde2d1559 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe406ee0b cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeb97be8b cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf058edef cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfec47a2e cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x607787a1 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x9a4822b3 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x9f79a1e8 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xc9df30f5 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xdf214ff4 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xe5730ea3 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xfb5388fc scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0a3c89b2 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0bda92c7 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1409651d __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3e3e8443 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4b494410 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x55909bbe fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x606c40a7 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x637377f1 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x74bf3c64 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x81a25cec fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9d3a3e3c fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb06eba1e fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc80f037d fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xddf6b03d fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe4f44cb2 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xed1a0e95 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0a978c9e iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x6f9a9b14 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x795a60b8 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x7fb1c327 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb99c8711 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf0e5a5f1 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0932f1f8 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0ce90055 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1fbf1290 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x214fe489 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x24043192 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2b85d88a iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x369c5e36 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x43b279b4 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x45ac6919 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x482e0e3a iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4984e3cb iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x550bf7f4 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x65bdda9e iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x68945e15 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x735ed1ad iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7ea0b0b9 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8f1ba480 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x905f4c84 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x91d5b422 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x92d59d0f iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa73ad165 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa8401d03 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaaaac1c1 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb83174ce iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb8456a20 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xca99e2bf iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd29b44fc iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd40878b6 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd42e2293 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd854c372 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8b71408 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdcde777b iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe3ef2def __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xead44e35 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xee511d1e iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf09701e7 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf4807068 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf4c055f8 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf7396d26 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfa72dfb1 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfc29c76f iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfedaf688 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xff6e5c2f __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x20c38d74 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x22ac7e9a iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x434e78cb iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x470098ba iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4fb7d104 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x559a228e iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5ea80164 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5fb57872 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7dec6f97 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8fb2a198 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9c4113e4 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcfa44c58 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd70c44b7 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe3b16622 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xee69f324 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf4e68ff3 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfd27f3ef iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x15fd6c74 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x24dc75bd sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x30d440fe sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3b63b754 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4b6adbf5 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4bad151a sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x51e3a5ea sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5bc07066 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5c35a8ed sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5d426f71 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x61f55547 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x66d5be67 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x83473bc0 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x86ff7f6a sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x90aba2a8 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x92ff5e06 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa538fd6f sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc5e9c150 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc69b5e02 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe6b54eeb sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe90d440a sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf4fa3d82 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfb024a60 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfb98b621 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfed9984a sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x03c47ff7 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x3cd2ef4e srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x85f70ee7 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x865e7c70 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xb5dc6e8f srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xbbc1ec63 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x05d4b974 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x3b71d697 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x407c454e scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x657882d8 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7ec59fda scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x9d4acbc9 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xb83cdc32 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xbaaaee4e scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xf816957c scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x036d74a6 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0525b37a iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x081e9331 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x09cc38e3 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x18e581e0 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1ed6c12d iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x20c1f0df iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x21efe020 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x25685ad2 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x394cf72d iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3a7d6422 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3e0feeec iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4226e4f5 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x43751e7c iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x47dad6b3 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4807fe73 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4ebe141e iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4f34bb27 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5731fc32 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5b6d68da iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71d8deee iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x82102414 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x89c56b97 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x92884b07 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x941465ed iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9de2e3f2 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa1f7116e iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa4130bd8 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa7255b42 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab315905 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xad56b602 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb4ea7efb iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb6b35fd8 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbefbeff1 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc82008a2 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdc9cad02 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe5e3d5cd iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe8d478d1 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xede6c81b iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf3755168 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x5752f28c sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x592cd51b sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x9eefc690 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xf6309834 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x0bf2d391 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x0cd5d73a srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x30b407fb srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x8539edd2 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x8a1e76c4 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x9bab8505 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x19d9a7cf ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x33815ba3 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x46f2eb11 ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x755217fa ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xa73b64a9 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xd99ff29f ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6089c4a1 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x70f4514b spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x80243a16 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd7e4fef7 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xf74d4f47 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x19b3e426 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x7d94b2e6 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xb0d81601 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xbb4737b6 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xf95a3724 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x21656201 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x22eec4e0 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2ff1482e spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3a314879 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x46e725a1 spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x52fb84f1 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x60f9dc33 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x65bfcfa9 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6754112c spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x89d4d18e spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8eaa479e spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9d761db7 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbb08eb8e spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd733bd18 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd9b61a08 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xda9802bd spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xded9f707 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf2dad057 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x6b1f0947 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x128e9108 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1b858084 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21578605 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x23fa5dd0 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2c649fce comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2df9e829 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x32f8978b comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3554addd comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x384cafd7 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3a93789b comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x448f8205 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x458d7061 comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4efccf10 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x59fcdb53 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6530b408 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x68ed88d9 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6a1c1701 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6e5fb3d0 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x717312ee comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x75d759e6 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x82f0608e comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x89afda59 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8a177248 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8d386fe6 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x92b5ad00 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x96d8fbc6 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa3328bd7 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbf4e27fc comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc3cd7a19 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc61251fd comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc71e5bd4 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc9649605 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcb967ef2 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd2761517 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd6c583e5 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd6d6bc2e comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xda1276ab comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xda9c65be comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb7c8b69 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe5cc9d08 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf1c23913 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf31a083d comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf5e36450 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x6e0bba1e subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xbd55dcc9 subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xf430f527 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x17716acb addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x462e9f47 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xca1e2c24 amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xf8f98145 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x3468e2da cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x5198bac5 cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x90e403da cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xd64cca90 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xdcbbd3ca cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x2609d85b das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0935386d mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0ac863da mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0e1b5439 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x12fcfc8c mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x16d92d3f mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1b47f6f2 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x21896d81 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x23889d28 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x788f31b3 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7a75beba mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8c4c97fa mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9420314b mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa6a41ac5 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xaebae544 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc439b32d mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc9c2b594 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xcf88ad0c mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd76722a5 mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe3ee019f mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe8465886 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe9de2490 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xef3a39ac mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x226cb513 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x1ac8dd19 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x1e25099d ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x3c5e9fb8 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x5404b7f0 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x5e902e01 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xad3973bb ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xc25d49f5 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xdafa905c ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x2b6b7507 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x3ba65649 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x518be3c5 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x98806a4c ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xf10db5bc ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xff5a4042 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x45c75af4 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x4e87671e comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x50f5d149 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x5223c065 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xb2733d81 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xc988cbc6 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xd82aa7fd comedi_open +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xf188aed8 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x15cdbb00 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x1b8405aa speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41bbe200 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4a501a29 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4d2fbd7d spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x56355aa9 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x6c3bcc32 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x772165d2 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xa2be5699 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcce8c709 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd49dafd1 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xdfa798e8 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x19dd9c0f __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x37894a79 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x5a1fdcd6 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x77d00c45 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x95a11e69 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x0c3fcdde ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x0ee78cf5 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x0ef3ff1f dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xab36cede dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x038be13d usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0b2700df usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c68aab2 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x156f491c usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x16f8ea6d usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2b8ed493 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x395a1e4a usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x40d5b959 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x40db2f47 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x56e9bb4a usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5712b0ed usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x62fa8ebd usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x76b5b8dd usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7c0fc68d usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8345b323 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x85093f65 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x90d148fb usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9dfb83a3 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xabd83842 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb9739c9a usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc1668005 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc19acf77 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcc097cf8 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcf44adb0 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdb5ec928 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe582b2d8 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfbce268d usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfdaaabea usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x0a7ab232 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x14c8dd0e gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x3c041d57 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x4b35690e gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x54d85b2e gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x6434dac7 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x7054a1f6 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x71a617f5 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x7685f7cf gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x92d5bd7d gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x95428210 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xaa9e7f20 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xb174d8f8 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xb7619490 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xe6cb3746 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x286d2113 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x970d1c1c gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x0ab8091c usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x67efe97e usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x7f3ab4e4 udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x7f5ea082 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x87bf5e4b usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xc243b41b usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xc7b5eac0 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xd483bb69 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf163daa3 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x5bc1bbb0 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x6aca4bd9 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x8f6e9917 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x12835d7d fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2805b3d9 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4b4f684e fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x57dd8e12 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x5869c3a7 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6241c7ac fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6c373a37 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x81308045 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x88b09585 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x8facd2fd fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc3a2d10d fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xde4878b8 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe05f6c30 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe812fba4 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4eaa9c7 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a768925 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x8229a89c rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb3fa4642 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xe2bc9779 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x5990fcd8 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xf0771559 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x2224ed4b usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x22fd4c1f usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x2d794f27 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x59df6ab4 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x7991a386 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x90c94789 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xaaffa820 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xdfd12803 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xee25bff1 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x11b25314 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6c85e165 musb_dma_completion +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x0898e5ca usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x580f1658 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x72c05d1d usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x9c55dbe1 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xc8320fef usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x4727567e isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x03d3c923 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x08bc9bbc samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x8ddfc319 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x98fcacb1 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xa35ac420 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xab9f81b4 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xc2a4e166 samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xd7313b26 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x06d65244 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0f868f7e usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x219e1c3f usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x29f429c0 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x30cdbdf0 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3197b38d usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3722a65a usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3da88b05 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4fe35fcc usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x56f01805 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5fbe1474 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5ff16463 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7bc18b52 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8d7cdfa6 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa09155b4 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb2edb888 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc7cd8724 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xdeb58a70 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xef1578c3 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xeff8fd63 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf99fc1fd usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x00bea026 usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x03ca3972 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x067a36af usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x109f30f5 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x150f5f1e usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x186257b5 usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1d23340b usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3e796fd9 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x66e13e46 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6c40f691 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x74da38a4 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x76d1dcf2 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7faf002f usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x888793eb fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8c7ef0e5 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x948abefd usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb694cb20 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb7ac70df usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xcb873746 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf275c81a usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf43de148 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xfc8865f6 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xffc73ff3 usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0b3a3007 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1841000b dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x22348fc9 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x36e45438 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x46a212c1 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4cf29635 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x59c3f3c2 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7580bcdd usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x80b86c1f usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8133ab36 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xaf32f8e3 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbb763185 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/usb/wusbcore/wusb-wa 0x0bd816f0 wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x122f15ac wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x28e5d5f3 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x5230c2c8 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x53c2c9d7 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x5f9c400f rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x8658cb13 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xa85130ed wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xa9a7f0c1 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x34cdf36c wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x54b36fd7 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x555a0fb5 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x5d9363d4 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x66557415 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x6f6f5b19 wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x844c8c39 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x8864b848 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xbd36be4b wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc98020e6 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xd42cdc5f wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe4e627bd wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xeab4267f wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf59f3ac9 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x459c06e3 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xa6b8f5e4 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xbcb74645 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x4d0b1bd4 umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x55275431 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x661903e3 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x727f8b91 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x75c39755 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x91ef4f6a umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xbd30e6a5 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc249cdf9 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x01c0a395 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0768cfc3 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0908e4b5 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0cb7bec9 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0fc02440 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x17efde95 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1e538033 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x388c07b0 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x419c134e uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x64cf8209 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6816d3f8 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x685065e3 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6c4bdc0e uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x74fd0e90 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x77ffb96b uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x816b9e92 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x84e7a07c uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8a969d20 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8b283cf9 uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8efb592f uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x954a7428 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x975e0c2b uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9b40cbbd uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9dcb07c1 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa2e7e475 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa5606cd1 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac97316b uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xae489b7d uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xae8d15ae uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xaef7db62 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xaefa2b5e uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb0143b2b uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb3d96d79 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb4b293d8 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd9f48439 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdc2a6cf3 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe57a6ca0 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xed0911f3 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf6b8e634 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfb438fe2 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/whci 0xadaa2ced whci_wait_for +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0fea443e vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x188708ce vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1e52f6f9 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2913ef5f vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3e7bc367 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4454e433 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4f016f04 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4f479e08 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x53d19a62 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x576ea7c3 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6187603c vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x63be469b vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x670a9ade vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x693d242f vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6b138b2a vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7308369c vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x78ccd9cf vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7bfaf480 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x82cb04ce vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8388bddb vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x903cead2 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x959c83a5 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa7436804 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb136c2e4 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb192b02c vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc54cd897 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd9b7197b vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe1ea792b vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xee06c1a2 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf4821c06 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x29f62b50 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x30a9374c ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5d31113c ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x639c948b ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6403923e ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x95827022 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x99347e61 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x1d53b739 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x1eaa4b28 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x204dee77 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x51833f4f auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x6423e988 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x74f9d9f3 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x79ea00e6 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x87d1f353 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x9a8e95b5 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xbe781c61 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x12d2aeda fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x3de34194 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xae45af86 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x37a01911 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x70af58c2 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2adc0c58 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x309db237 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5797aed7 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x739d2216 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x78eeafd6 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa5999c27 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd370f5e1 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0xef15d965 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xfdcfcb00 w1_read_8 +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x2a92f57f xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x556b5725 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xa01e8ca1 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf82d4ef dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1f0721e3 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3bc3b3e4 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3ed34039 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x45a0ed27 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x49998dfb nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x51f71a13 locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x78d85a6c nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa3598701 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd35f1d9e nlmclnt_done +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x015025f5 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x01bd5fd9 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x01f0c823 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x06b300e6 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09b00ec5 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c8518ee nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10e33488 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14cf45c5 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x184d83bd nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18aa3252 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x195c87da nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b844752 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d08f344 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e711c37 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ec2ddb6 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f5fa57f nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x209e77ac nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x261db452 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27063b96 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27cb0550 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27d3f7bc nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b5d0480 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c16a21d nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c86e812 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e0f93f5 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e2eadef nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ec6f08f nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31186e34 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32e1262e nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x35348df9 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x389999f6 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3cec09d7 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f00ae19 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40425825 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40a2a2e2 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41047c0c nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41802a02 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42380e5c nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43b39638 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4527816b nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x489ff38e nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4bbd8523 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d551d2a nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4fc29576 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x503815af nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53593bfe nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56efb15c nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59932914 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59f6948a nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ce4c71b nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f7a2113 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60023874 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6072066c nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x607d0b08 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x619135a4 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x622a202d nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x649c0b54 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68076219 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x698b8719 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a9c323b nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71297e6e nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75413cb2 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75b5c14b nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75c17611 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76976ebc nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d053e55 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82e86b4c nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +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 0x92595ec3 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94227e0b nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94c41d27 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96d04b94 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x972e1501 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9abe5db2 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa069e664 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3114238 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3fc36c8 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa57dc487 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6fb3a0f nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7537686 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8cd50d4 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9498717 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa99f9192 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9f72934 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xad27f362 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaed72d6f nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaeddd46d nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1a1bd51 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1be0e93 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2616107 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2c7cb72 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3470f9e unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8ae367c nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc45a742d nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4fe6f05 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc79f7e04 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc85b887c nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce152b2b nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce60b098 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce838439 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd145133e nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1e36b49 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5df68f9 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd685e529 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd8e5c319 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd07c9b5 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xded91103 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2067905 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2520db3 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6b4c6dd nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8f5f379 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9137148 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9df3369 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec690aa1 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeca677c7 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0af9dea nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf280de40 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8ce09d1 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8d47378 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe1ae556 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfedcc6e2 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff173dd4 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06e3fabb nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x09c21efc pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x16bf2868 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1be12671 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c4fb356 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e73d607 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c8369e3 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x39f3eecf pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40536a5a __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x42805035 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x456e1e4a pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x46484e60 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x46a213eb pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5746d848 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5bbe426c nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6ce72edd nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7417f25f pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7438de05 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x744b85f2 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ba5bdfd __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e861c12 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x867908e1 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8f0c1316 nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x963197ae nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96d4ba6f nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x974bc5cc pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a4af5f9 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9eaaab34 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f6ddb26 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f8ebba2 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa02af981 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa05a765c nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaf5adee6 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb09878f5 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb658f612 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb9dff45d nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbbd82a65 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbf1f1734 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc31c9ac0 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3881c90 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3bc84a1 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4425a4c __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf1ad432a _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfb0c574b nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x91bfd870 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xe6824f67 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x08d039bf o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a28a9e o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x48c0b60b o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x507d66b4 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6fe3b578 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x7cb0fcf5 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbac1c5a2 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xee115886 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/dlm/ocfs2_dlm 0x1e9e2ec7 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x41216781 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x4a5c97da dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x4b82ba45 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x67672c7b dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xcafd9677 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 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3aea3f5c ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x53d7a074 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xda1cdea2 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x32ddebb3 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x3316ef98 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x65806d70 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xa4ea98cb notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xbd4990ce notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xfdfcb8cb raid6_call +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x29863d12 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x4bd280d6 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x6d89de12 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x7c19f872 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xc42e3078 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xe1c4d65e garp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x131d634b mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x18754ca0 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x997f95ab mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xbcd66dd9 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xc2f7e2e6 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xc7f77b80 mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0xa19b8b38 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xf6df1728 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x2d7287a3 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0x3aa96f80 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 0xe9e33ab9 ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x14846f7c bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x255c3b21 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9c58ae56 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0c68c46a dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0ea01a25 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0f03a916 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1580ee47 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2272bf4e dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x22d3f7d5 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x365a2967 compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x45d322b4 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4f8821be dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x520cc572 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x52928619 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x53287672 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x64e8ebe0 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0x705046b3 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7f981b4d dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8633941e dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8ac00949 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8c1b5eef dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8d85bdf8 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8e7dbbbd dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9c4eab53 compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa0f15feb dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa5ffa2cc dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa9e93e54 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaa99104b dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb1e0ae37 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb2ced2ba dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc3f2e6b7 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc90fceca dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xceaf2eca dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd4976ce7 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdeac4722 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe0761ed2 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe71eb6d8 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf54cdb25 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xff3df655 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x229fe78e dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3296db3a dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9458d077 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9769e406 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb50f676e dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xbb66606a dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x71289c8e unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xff899608 register_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x131eae93 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x644b4ff7 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x14067bf1 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x3c5bdcee ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x77d70dca ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb08d1799 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ipv4/gre 0x54281336 gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/gre 0x56b48b28 gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0xa5f6d772 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb17e9140 gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0xec197981 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x470133a5 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7b5a15c2 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa732ae08 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc5ff8627 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xfaaff415 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xfb4617f5 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0d556a51 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x10659615 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x29ce4d63 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4edd7744 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x66a04d5d ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8be83fb3 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa340d9c3 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc3f49477 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc501075a ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc557abce ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd09951cf ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe050e0b4 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfd7fab56 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x7562357d arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x34f437e6 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x1825e7c8 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0xaf34f776 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0xfb968365 nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x06ff33f7 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x8a82ae51 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa0e3aae8 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa202c9bc tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xd6ba710e tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x51ac7d1c ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x55a2fd19 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x68ce185f ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x97271532 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xd2cbde04 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xc40108c6 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x4c24d4c9 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x25f636d1 nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0xdce19e05 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x16083bca l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2854d890 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5dd93b6a l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x62028a07 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6dd3478f l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6fec4707 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7beee605 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7f9e1f2b l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8016d77a l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x85817130 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8905533b l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x96ad0df6 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xaef79173 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xaf9b1251 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfc50775d l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfc6de571 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xf57fd7fa l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2c7c69dc ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x37a4263b wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3c0bd03a ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3c87e073 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5073c452 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x520dee6f ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x58b133fc ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8b2cb9c1 ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x97e08157 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa020141a ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd701bb16 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdc24beba ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe9bfc012 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xecc6ec62 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x14274832 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1fc559bd ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x23e55e1c ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x35003105 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x40dbecbc ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6ae508f5 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6d1b3d47 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7bd91f91 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x87f6e20a ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa643b303 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb31b2e08 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb5229e15 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc05d6afb ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd3734fab ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe4c9b179 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa01799ae ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xc908b922 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd61fa1a5 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xde06b928 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x063d4716 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0b35297f nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x10466803 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x153b34b9 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x18fc0427 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1db2c8f8 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20c19ab4 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x21ea38b8 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28378c9e nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a177e44 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c29d00b nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c833664 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2dbb926b nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2e545fb3 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x326eb4a5 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x340b2594 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36d8595c nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37e6b7c2 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e81612f nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x403438fc nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x486e0ff2 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4cb30493 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4eb961ef __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4fafd577 seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x52925683 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x529a0efe nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x55055c1c nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x57af6c2e nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x585ef5fa nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5cc3f737 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d63495b nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5eb200cd nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5ff4668e nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x602796ff nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60731815 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x628d9823 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6347d586 nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6808e98f nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6dc2040c nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6f0602d2 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x733a42c4 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7deb8c7f nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x933778a9 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x998a032f nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9ae6bc72 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9da15010 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9e08831a nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa438c557 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa6105a1b nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7a87657 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa0bf0c3 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaaeda330 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab58e7d2 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb27b71dc __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb3368d67 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_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 0xcdd955b2 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd3670321 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd464cfc4 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5227a5a nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5acc8eb nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd83dc74d nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd857fb35 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd91d9d4f nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9a3eb1c nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda0bf95a nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdad78fb5 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe1eb7c0b nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe677ae34 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6f706c7 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe83fa7c4 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe904d399 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeab453d6 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec9755a8 nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf32b61b0 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf4763251 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf9667791 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfb4c29da nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xe7e84069 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xe81c7a11 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x6c22509c nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1e39019e set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1ee99501 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x2118e213 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x34905aa9 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x38198869 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3e397c91 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4124f740 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7e6aa10f set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8eb0ed5e nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x939ae13b nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xc4ccbf90 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x256bb3e3 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x471960ae nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xd3bbebae nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xd5e2dcee nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x4a5331d3 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xba5b20b3 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x1e0c3953 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x1fbf9fe0 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x202bee63 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x83782f89 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb77b989d ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xceeb43a9 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe7207725 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x22a1973e nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xa88f9e5e nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4e5d6531 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5f737cd5 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7a8604b3 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa6c5f802 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xaa9c7af5 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc7f5effc nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe4d5c4e6 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfdd21bde nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xffb03cda nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8c111d32 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc68c6b9a synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2ab47d6e nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4979f002 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5e246e2a nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6f6804ed nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9be55504 nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa68b0b04 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb87cdd78 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbe8d2d87 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc51d11b5 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcf96e3cb nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe52baa11 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf86d9782 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfafb955b nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1aed5045 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2890e3c4 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x57625c61 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5a8c62e1 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc4107223 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xcf07ae52 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xe767bcee nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x5293dc6a nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x6e770930 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0xbe76c8c8 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x11c05fbb nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x1a372eba nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x4dff3069 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x5cfbd758 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x82b5c883 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x9244daf0 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9223000c nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2f53d33 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0b179f45 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0f1865c5 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x161d1417 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x175b8af7 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4b173f2a xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4b7f5211 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4e48234f xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f82f1f7 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6290bc51 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x691a6d69 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6e23d33c xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x70026309 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x78f3c731 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x88d7e8d1 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb54fc33a xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb8654b3c xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb9475248 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbb4f6f51 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbf7b795b xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc50135cc xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0b4971b xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xeb8fbce7 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec24fd82 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfcfabe4e xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xe9ef9dd0 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xf156a7fd xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x7019affb nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x769358bc nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xb44f54f7 nci_spi_send +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x04dc57a8 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x099e3769 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2f865bf2 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x43bc1604 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x4998b114 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x57057f9e rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x5757b470 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x5c248efb rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x5d8fe2b8 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x6cbde351 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x72910b0d rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x74a13848 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x7bc62829 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x7e168736 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x7fa9c916 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xb35144c6 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xb6402684 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xc2795a18 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc2d135aa rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xe4e184dd rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xee9867fc rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xf50d864d rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0xf67e67bb rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0xfdc32180 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x55a8ab4a rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xda9eb463 rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x25a16386 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x54cc9b50 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x878f5ba8 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x006c007a rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x012ae212 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x014da9a3 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02e408cf svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +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 0x0a08518b auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bbc833d xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0df4fbc5 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x103d6cb3 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x113803ac svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1145b520 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x114c24a2 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12f419c6 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x197125fd rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a6749e3 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b5733f1 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b6c324d svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1be919ab svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c0dd702 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c43939b __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ce78804 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e130dd7 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e90df9a sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1faff799 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fc8e50d cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x208db8ed svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x224967a4 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23794c18 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2659506a svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x274d3533 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28c8767c rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2980bba4 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a84a648 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b3af6c7 rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cf8ba98 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32e706db svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3563a395 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37e2f037 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x393066a9 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d5ce63a rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d60c7d4 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d77291d xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e1985e9 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f0380cc xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f482550 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40110880 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x446c292e rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x454233ac xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45e776b4 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46a64086 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x474c5cf7 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4900b0d3 rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a01227a xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c14fea7 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d1240d7 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5064603d rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x529b37f1 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x530dd96c xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5539dd78 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x558f3b12 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55a6b13f rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56de9884 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57f7add5 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59c5ee63 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59d0a531 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a56ccdf rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ad63c3e rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b1e5e2f xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b3f0474 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c58bd5b xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x601670b5 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6311207b rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x631f2f21 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6773257b rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68889f33 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x692707f0 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x698373c0 rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69e708ea xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a4b6402 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a6b130b xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c58d305 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d984e39 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f829f48 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x708a2077 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70e17c1a csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x746df302 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78a80085 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e0588e9 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e07e098 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80269131 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81661dc1 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8262619b rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8326d22b svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x843c49fb rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x854160e2 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86b74172 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x898a19d8 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a57b06f rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b155c40 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b84957e sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bbebdb9 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c945dd6 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d2ab9a1 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f005211 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x905652ee svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x919a5b6b rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92a578b2 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x931aa5b3 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93965d92 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93e7ace5 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95827e5e rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95a11d96 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95bd28ee xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95e6d25f sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x963d1cf4 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x971ba767 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97cd3ddf svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x997c6e44 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a463e05 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c940d27 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d87f32f svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ef8a1f8 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f3efeeb xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1a6918f svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1cd92b5 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2e1f366 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4d8c928 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa843c232 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8d43eff xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa592eea svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaae896d4 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf6a56f0 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb11a08b7 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1d8de02 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6339ec2 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9c06bcc svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc6466c8 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbca15889 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbeecbcb9 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf4af7b5 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1e289dc xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc28f9419 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc350b51c svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc66c0c75 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc82859fc bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc891ab41 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8a7314e svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9165a69 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb9221d2 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcea160f2 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0657504 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd205cdd0 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd299f29b xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd45aaa55 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6fedd99 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd73e0d1c svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7b5cb2b rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8aad573 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd93bb00f auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcb7e7cd sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcc8581d rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd96abce rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xddfc8589 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0297fe8 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0d484b9 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1f7deed svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe22d605c rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe597351a xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8157640 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8f7a5cc rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb12dacb svc_sock_update_bufs +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 0xeec875c0 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef4c7496 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3dfb232 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf43f7172 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4a68376 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4bc99eb rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6743e66 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6899423 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf81e4728 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8771847 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf926f04e sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa1095f6 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa7b1e4a rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc39fdf4 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfcbd69db xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfcc84ddd xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfece59a6 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfeffc856 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x13ead5a3 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1a70608d vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x21026823 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x23033936 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59d943c8 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5ffb7ad8 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6c68cbc5 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x799495c2 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x970b77bc vsock_pending_work +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf5185d7 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb245c1d0 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb5e2b185 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc085eb2a vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd79640eb vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfee6ac4a __vsock_core_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1a8f0240 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x207ec0ce wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x20b3d21c wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x37e20001 wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x49e37131 wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x89af30f4 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0x93a23c7c wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa22b4662 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa643e2ec wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0xadf78abb wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc83f5fc4 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xce9890a7 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf1fb67fd wimax_state_get +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1856c0d8 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1c669ffb cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3f057a5c cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x52716607 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5d29db75 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7672244f cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9a442d8c cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9e8d0c47 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb3ebef44 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb744539f cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbb54344e cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd3b7c30f cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xdb5696b0 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x2170525e ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x5cc08a0e ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x6a7ba8e5 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x9baae12c ipcomp_input +EXPORT_SYMBOL_GPL sound/core/snd 0x2450363f snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0x58c6381a snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x6aa3abc3 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x6b037a01 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xf23aa6f1 snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x128584c9 snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xe1e16446 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xeee95b8d snd_compress_register +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 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa900ddfb snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa938e7d5 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x13dd635b snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x60da7731 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6709c562 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x72dffccc snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7c1f2177 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb49023cc snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xca510412 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xcabd082c snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe0bcc593 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe80b054f snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xf03c778f snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x262700ce snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x26be4d6e snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x6cb9acdc snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x9b0d4701 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xbb86bd08 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xe1cf3eb1 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00f2212f snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x05883822 snd_hda_codec_prepare +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 0x0b1159ad snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0db9fc8a snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e18c799 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1424f1ee snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x17a2d11e snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1bda4124 snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1c31e430 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1dcb537a snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2275cf48 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x233d6153 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2586c6e1 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d9e84fc snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2edcb130 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f9f70b4 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x31be2614 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x329b4328 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x330499cb snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33543c03 snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x340ef85e snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x357d5574 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x37ce63d1 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x389f9fa1 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3af12599 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3bce1ebf snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3e9debab snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42175aae snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42b0a53b __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42be79f5 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43e06881 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4494208b snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x456aacd4 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45c00575 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47cd3e83 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x497d762e snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b06f1bb snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e9e306c snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f9672f1 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4fa3a67f snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x50714111 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x50bd3042 snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5153673c snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52bce73c snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5509def8 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56163661 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x598bd7b6 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a023923 snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a86e615 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5abe994e snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5acd2faa snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5ce14640 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f5e27ac __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6545b101 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x699b3a21 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a814696 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6aa7f046 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6c2f4934 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d260938 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fdb17c4 snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x753a18aa snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x75879a0f snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x785bf134 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a41dec8 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7ab8d6ce snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c3bcdf8 snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c856294 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d33f7c8 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x804d8a83 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x828b7274 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83442009 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x838e740c _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83fdb8b7 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8955f09f snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8a4a6611 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8a96eacb snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c4e653f snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ecedbf5 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8fcab3e0 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94d5b717 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x964a4013 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d07c69e snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d466078 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9f565403 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9f84b36a snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa02449cf snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa057674e snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4ab5ff1 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xae707868 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb251db4e snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb5d07280 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb6acc666 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xba99c9f5 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbcb89345 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbcdc74a3 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc114298e snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2b7e3b5 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc36c16c6 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5ed5fc6 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7056dd6 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8f4d5d3 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc932e1e5 snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xca18c52f snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc1c82ff snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf473f6d snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0572125 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd06b9afb snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0b0578c snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd839fe11 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9ecffd6 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdad60041 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb7fa0ff snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdce336c8 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf178e69 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdfd49b75 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4ac2cf3 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe7bc474d snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe8188948 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea4c82a2 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb23d4e3 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xefb0320f snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf137e0a1 snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf162a4b7 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4cf96e5 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7a0525c snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb51b76c snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfbf80ca0 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc1aed1a snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc1fcab0 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd157e48 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfdb16007 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfdd2de34 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x071c236e snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0f5435eb snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1ae16786 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1eddf947 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x28ac82bc snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x46ea8042 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 0x85f54602 snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xaff56ac2 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb5b211e0 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc1b353a8 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc41f495b snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc8ed45ac snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc9d93317 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc9e65353 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd946c529 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xde04b757 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xea14cae4 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xeb8f17d4 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf4150b71 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfad6861e snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0xbbd68911 snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x2380fd53 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x2765ec4e azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x48d7657c azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x52615d0c azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x60b2ac43 azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x8c45f885 azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x92836c05 azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xc1eb3be6 azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xdbbb8aa7 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xe914e278 azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xed7cae99 azx_codec_configure +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x11743492 atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xbc7c40a6 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xc0a80930 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +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 0xe3cebbda cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xe41f038a cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xeb7d5185 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x1444a2db pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x30dbfc59 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x8bb4434b pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x980635e3 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x8584a72b _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xbfff8844 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xe3c9f7c0 tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x64ed9fb3 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x8bb98530 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/snd-soc-core 0x00549754 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x029047b1 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x060d2574 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x070e10fe snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08669cc1 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0915cba3 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09dd0c57 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09f9325c snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c7b1160 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0cd5eed1 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d79d0d4 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x16144121 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1666c4a3 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1679365e snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19b1e4c1 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1aad6098 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1dcc5f50 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1fd6a22d snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21f3ae53 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22f0f5a5 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24c26c16 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x273598bf snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28e456e8 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c9813d8 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2dbc5bfb snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2dd1ec29 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e64393c snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ea05ddf snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32d80ea1 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37d98db1 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a2bb7ae snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a340b81 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b97936e snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ceb8aff snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e8e1d95 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x415bf33e snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41c1708b snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41c45073 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x463c544a snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d86286c snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e1d418e snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54c375ca dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x574fd4c0 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57b8ab21 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5853abd7 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59ad50c5 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a79155d snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b671bc2 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d9bf7bb snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f6a1945 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60fe2db8 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6415df81 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x664af931 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66810e53 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67276f61 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6824b227 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68ca128e snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x696aa16b snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6dc01b5c snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6eac84fc snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f13f5df snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f6e1d13 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7398d816 snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x74eb5f99 snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x74ef7ebf snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7813da2f snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7994d7cd snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b072469 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b17b545 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7bf11801 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ca723fd snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ded2be5 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7fccdd7a snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8072d0e0 snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8205521b snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8436b50f snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x84422eb0 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x864520d3 snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8802c732 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8b07ed6f snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8df6b80b snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x923975b8 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92482e59 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9666a893 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9667ec9e snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x991443f0 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b06eaee dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c0aabc4 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c9d6abe snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d5d5051 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa02b1c08 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa187c506 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa29a66d5 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3620e1c snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa67f9e7f snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa91dd364 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaad89f24 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb09b9f91 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0dee77f snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb10431ac snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb266e6bb snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2ead689 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb4981ac4 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb716d740 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7d2ec71 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb81949d7 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8528196 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8b43ee5 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbad193f9 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc750fb8 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf483873 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6e5a1f1 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc7aa586f snd_soc_info_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 0xcb0ab786 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb8c0437 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc29bd3e snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc428571 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd124cfe snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0989ed8 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd18c0bdd snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3dc0fdc snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd566d1ce snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd8b0b36b snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd900934d snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda2cdc2e snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda436184 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc99cd51 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdd6b0851 snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xddf5ce2e snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe453591f snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5d95d86 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6731754 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8385141 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9c5f862 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xebd9b0b6 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf203a4ad snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf310e820 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf420cc66 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf84a4a69 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9758414 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa4d67ed snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfba863b1 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe4410a3 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff6c16ca snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xffc658cb snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL vmlinux 0x000aaa20 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x001bc6f4 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x00248669 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x002f290e dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x003f656c regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x0049c280 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x00526df9 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x005c21e2 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x006bc072 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0075ac8b platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x009d3492 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x00a57ab3 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00e3caf6 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x00e85ade __module_address +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x00f92ac7 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x011c1adf rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x011fadc3 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x012b9528 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x0152bf0a xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x01675409 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x01875ede inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01da9689 percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0236daed ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x0242f756 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x025165da xen_swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x02556cf1 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x02646903 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x02d5cd5b tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x031e29af tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033c2ede dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0345555a ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x0347a3f6 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x037a6263 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x038452ca fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x039eab7b fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x03bbad30 clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03e6fb64 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x0400d20c driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x04127801 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x045d8baa tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x046543ff usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x0485edc1 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04b832bb skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04d84427 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x04dea410 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04ea5cdf __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x04ff5830 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x05157780 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x053494cb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0565b592 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x05705e22 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x057bf8e1 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x05816ac8 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x059bc28c crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x05a57e3d arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x05f14cc1 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0x05f7f458 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x060982dd inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0610c2af usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062733a8 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x06374c70 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x063dc5ce regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06683ae8 percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x0698b073 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x06a2188e __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x06b1b4e3 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x06b99b33 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x06cd5467 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x06d2f4f2 pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x06f21888 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x0709627a pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x070d2e26 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x0712e738 skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x0733f37c raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x074d9e64 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x0758bf64 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x07620afd find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x07760a67 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x077d70a6 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b83ce0 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x07bc2eeb sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x07d075bd ping_err +EXPORT_SYMBOL_GPL vmlinux 0x07dcc01e class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x07f300c3 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x0803c3c8 __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x0811e834 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x082281d1 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x082fe96b xen_swiotlb_sync_single_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x084a03d9 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x088bfa7e cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x088c670f bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x08aadf53 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08d0d77a rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x08e52790 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x091317f9 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09326086 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x095769b9 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x09914447 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x09ef8cfe sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0a11c7a2 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0a1f71d5 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x0a32f6b3 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x0a462260 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0a4e6d3a sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x0a80879c ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x0a9af8a8 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0acfc379 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0aee755d cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b4210ed tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x0b4b441a seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x0b522e2e xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x0b80d575 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0b82b1ce kvm_vcpu_uninit +EXPORT_SYMBOL_GPL vmlinux 0x0b888b54 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bd28f96 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x0be6dcb2 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x0be81e88 clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c031b55 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x0c1aeb08 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x0c225f9c xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c2da83c sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x0c387128 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x0c6f9d49 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x0c80e3fe efivar_init +EXPORT_SYMBOL_GPL vmlinux 0x0c8fef11 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x0c914372 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x0c9d6f4f driver_find +EXPORT_SYMBOL_GPL vmlinux 0x0cbee6eb rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0ce46b8c ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x0cfd82ba spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d04d4cf page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0x0d1900b6 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x0d2ee8d1 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x0d691f33 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x0dd052d4 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e3b1b42 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x0e571c15 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x0e6faf63 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x0e72fd8c perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x0e845ebd dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x0ea68f6a kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x0eab8947 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0eafd531 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x0eb9d3ce pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0eda03c1 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x0ee5e40f regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x0f0365ff tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x0f1daef7 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x0f552cb7 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f949887 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x0fb65965 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x10017c84 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x10115f99 xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1020c313 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x103b68cf dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x108dbf06 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x108ef169 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x1096867e raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x10d62d5a inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x10de9006 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10ecdb34 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x110caf7e split_page +EXPORT_SYMBOL_GPL vmlinux 0x11188741 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x113561f6 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x116c315a usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x11a14482 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x11d90b58 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x11e0face pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x11e6b785 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x120a8e74 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x1232bded pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x12343bd6 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x1235950f alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x1249940e i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x12658f5a __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x1295a8b3 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x129e7120 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x12b9d885 arch_pick_mmap_layout +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1324dd04 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x1334c4a1 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x13945dfd thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13e77f85 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13eb919f cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13ef2bc0 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x1424ddeb __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x14379976 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x146a9908 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x1477a03a ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x15267616 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x154f6bd2 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x15b4e6e3 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL vmlinux 0x15c7386d blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x15d0d87a device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x1607a6c6 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x16353ad0 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x167538dd wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x1679bef4 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0x168edd20 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x16c7b533 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0x16c9707f platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x17031281 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x17118dcc tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x17380489 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x1785f5ac tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x17a0b014 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x17d94bfc usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x17e2900b ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x1809afd2 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x18201ef1 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x182d33bf ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x18a56763 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x18b31859 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x18b86dc4 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x18c98436 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x18e15690 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x18e7b28b perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x18f33da3 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x18fe65cb __put_net +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x1940506c vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x196ad48f tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x19735a0e ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x19785e9e regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19d06a91 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x19d68481 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x19e99dac __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a175181 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a70dc50 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x1a88f7d6 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1aa147d8 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x1aa16894 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x1ac04cb1 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1aea6e34 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x1b140e06 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x1b196e93 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x1b28055d fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x1b46b156 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1b5615e8 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x1bb3ec57 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x1bf06025 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x1c2c284e max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1c31cd4d led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x1c3b4627 mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c6d076c dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1cb0e271 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x1cbb9bb3 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x1cce0db7 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0x1cdb2147 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x1d0d583f init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x1d410b3b devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7ba7f5 device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x1d7cb586 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1dc9a752 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x1e0db710 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x1e0e7f48 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1e24b134 gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x1e29f88b debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e4a48d9 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e721f46 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x1e772b14 user_read +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e872da4 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1ea6970a pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec023bf kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x1ef54c9b devres_add +EXPORT_SYMBOL_GPL vmlinux 0x1f0dff5e simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x1f274ad4 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x1f5cb3c5 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x1f5e358e ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x1f793f57 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x1f79b2a1 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x1f7ef829 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f9659bc crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x1fb2d882 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x1fc988ab device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fe26a02 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x1fe3cbbb usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x1ff13168 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x1ff8ba8f tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x1ffad979 user_update +EXPORT_SYMBOL_GPL vmlinux 0x207db6ae dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c1997f balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL vmlinux 0x20ecd747 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x211d036a apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x2165dfcc tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x218979ab regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x2196d10d elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x21a942ca pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x21aaba21 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x21c73bca pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x21d09720 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x21f29a18 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x22479945 i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0x226777b8 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22d8dbbd powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x22e72b6e amba_ahb_device_add +EXPORT_SYMBOL_GPL vmlinux 0x231a3080 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x231de7a9 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x232ae25a usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x232f93d3 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x233be6b8 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x233f3ac7 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x235cca92 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x23703e36 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x2379e88e usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23b1d5dd alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x23b797db btree_last +EXPORT_SYMBOL_GPL vmlinux 0x23d2139a debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x23dcbcab ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x240085bd platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x24011e14 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x2442f0f6 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x245394b6 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x245c0689 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x245de94d trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x246b002c disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x249a2e2b unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x249b1baf ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x249d60fb pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x24a48b98 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x24a7717a adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24b71da6 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x24bd4123 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24d2df4f sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x2533ee10 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x2545d28c irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x2559e685 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x2560106a sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x259b4cc1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x25a6c919 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x25c24ed8 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x26061593 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x260a167d con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x263ef186 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x268363c2 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x2691d5d3 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26bd38ef platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26df342c filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x26f653c3 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x26fa3c4c sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x2710752c perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x27277d7e sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x273ec80e clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x2741b16d class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2787995e wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2789ac9f pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x279fa509 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x27a0c504 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x27b0f707 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x27c0c4be eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27e2876f of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x27f0db57 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x27f4c28e rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f8f23e usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x28072dc7 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x282d6095 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x283f19ef of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x2856a8be kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x28603000 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x2861081b cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28ac9e52 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x28bfe7be ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x28cdca7a ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x28d9d901 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x28ea197b fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x28f39f9f regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x28f629d4 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x28f72aea device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x28fa5174 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x29115445 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x29158378 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x293383b0 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x29416ec3 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x295ae05e netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x29791d86 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x297c3fba generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x298f6afe __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x29ace885 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x2a0e3f5d xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a72a0e1 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x2a793074 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x2a943924 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x2aae1840 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x2ab14400 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x2aba1c2f led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x2abdfab0 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x2ac46fa2 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x2ad0636d dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x2ad18592 kvm_vcpu_cache +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2af0b913 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x2b26b251 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x2b2a3e9d rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x2b432224 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x2b6c14d1 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x2b78c09b clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x2b94e3ab tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x2ba018a9 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x2ba592ca mmput +EXPORT_SYMBOL_GPL vmlinux 0x2baa1701 efivar_entry_add +EXPORT_SYMBOL_GPL vmlinux 0x2bf722dd fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x2c068892 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c42d10c crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2c46909f tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x2c5520e8 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x2c572b37 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x2c64e335 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2caac315 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x2cb4b1a3 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x2ccc43b6 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d441f43 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x2d6f903b regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x2d79d674 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x2d832f72 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x2da0abc7 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x2da37b93 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2db008b2 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x2dbb287d console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x2dc6e341 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x2dd18754 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x2df3c574 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x2df88f14 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2dfc14a6 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x2e0cda15 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e1ee4e2 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e53c047 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x2e5a7e6c module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x2e873290 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x2e9670c0 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0x2ea69fd8 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2eaa403c spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ed781da of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x2edb8831 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1b637b phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x2f284532 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x2f2b57f2 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f49b5ae trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x2f64f875 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x2f66ad54 device_reset +EXPORT_SYMBOL_GPL vmlinux 0x2f6fbfe4 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2f8406b2 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x2f884799 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x2f98430a pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x2faba333 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x2fb03f0f virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x2fb56df7 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x2fc3210e device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x2fc46fb7 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2fe1a34f scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x2fe32712 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x2ff3c07f modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x3006faa1 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x303cbdb4 __efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x3040cdef spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x304a09ab alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x305554a5 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x305c659d md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x30896b69 percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x309bc582 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x30abb98f device_attach +EXPORT_SYMBOL_GPL vmlinux 0x30af2419 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x30ca1e8f da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30dfe994 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x3113b683 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x313183e9 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x316ec199 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x317b5a3a preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x317d387c da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x319b0d00 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x31a5b348 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x31a80cbd i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x31b8125e regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cdd3ae irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x31f5b8c2 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x31f75b6b yield_to +EXPORT_SYMBOL_GPL vmlinux 0x31fb01ad xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x31ff0712 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x3227d361 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0x323ff439 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x324f5473 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x32560012 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x328c7930 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32b2e626 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32c01e93 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32cb74c0 xen_swiotlb_sync_sg_for_device +EXPORT_SYMBOL_GPL vmlinux 0x32ccc516 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x32cdcd74 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x32e26694 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x3310bf11 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x334729b5 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x33684060 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x33759919 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3375acb6 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3376d911 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x338b0742 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x338f5b85 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x33bbfe57 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x33d03cae pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x33d29ff2 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x33d8def6 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x33fde676 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x3404c44b pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x34075711 device_del +EXPORT_SYMBOL_GPL vmlinux 0x3442b65e ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x344a675b __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x344c64ea devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x346a97dc crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x348cdfbd kick_process +EXPORT_SYMBOL_GPL vmlinux 0x3491fcad regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x34e3426d pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x34eb2d63 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x34fd24b6 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x35476230 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x35509b2c of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x358c5328 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35b28bd6 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x35f682ae sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x36312a6d subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x364948c7 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x3690d807 xen_swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36e00c88 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x36f63718 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x37151230 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x3733874d md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x373d786c page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x3766fe4f __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x376cb619 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x3790ed65 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x37a7ebcb iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x37bcd461 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x37d339dc kvm_get_dirty_log +EXPORT_SYMBOL_GPL vmlinux 0x37d4e80d __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x37db2921 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x37df5835 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x37fa4cd7 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x382e7f97 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x384b1f84 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x384f1929 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x385c723d tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x387caa03 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x390af4d3 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x3933dd13 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x393466e5 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x3951b455 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x3977ec77 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x39bf7676 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x39e7a469 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x39f6988b sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x3a046650 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x3a12db72 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a29acbf pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x3a310ffa swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a58d246 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x3a660320 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x3a8563d3 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x3a8eed12 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3a9ddda0 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x3aa869c2 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x3aacd758 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x3abde36f pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad0e201 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3b713eb1 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x3b77429b dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x3b7f6179 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x3b811be0 efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x3b887ade __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x3b99e529 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x3bb8e276 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x3bbdb575 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x3bc7b385 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x3bde61bd scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x3be7558e flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x3be8547e dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x3bf464f8 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x3c059d9b usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x3c0e427e pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x3c3e4b88 __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x3c65b7f6 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3ccd337e extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x3ccf4afb queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3ce405d7 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x3cfac4e6 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x3d04efd7 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3d0c2d69 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x3d0e3fec pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d75c588 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3d8624fd usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x3da6327e bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3dbec3d4 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e102665 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x3e154882 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x3e48a05a cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ef7dae8 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f105037 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x3f1f18d3 pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x3f1f1e41 of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0x3f5fa113 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x3f68e4f8 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x3f79927c subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f7a497c input_class +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3f8d3cba of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x3f97b17b tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x3fbb229d smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x3fde38c2 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x40101437 clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4028f56f fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x40297cf3 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x4034ccdf sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x4059765a relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x4081eec9 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x409cf3de bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x40a108b6 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40c8a1c4 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40dfaed4 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x40e1fb52 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x40e6b6ff kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40fb1404 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x412e273b ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x4139330f __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x41476cbc usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x4180230a devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418c3fe4 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x41930494 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x41af7d8f __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x41b98edc fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x41c26be9 extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0x41cdacae usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x41e25fdc fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x41e7eea1 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x4213a51a efivar_entry_set_safe +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x42385ed4 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x42509238 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42783529 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42940fdf ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x43265a45 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x43613e58 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x438ded05 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x43a1fad5 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43b466b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x43c2a786 __cpu_clear_user_page +EXPORT_SYMBOL_GPL vmlinux 0x43e15a30 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x43e2d3c5 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x441bfeb7 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x442c238b stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x4435152f __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44b8fb54 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x44c2c2f2 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x44ffb815 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x450fb522 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x4543c7be ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x45569b8f tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x45590680 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x45591934 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x45615ed9 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4576337f atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x45844649 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x45a10b1d xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d07c5a devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x45d6dbfb rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x45dbcdf9 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x45dc4491 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x46073e9b __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x461a2e5d clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x463d24ea ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x46403683 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x464be052 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x4658d6bf irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x46632e5a mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46945575 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x46bdcd5d clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x46d94634 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x46e7c54b pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x4712b052 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x47199d0f ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x471daf86 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4756ae96 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47631609 extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0x47766926 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b52feb arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x47c11012 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x47f33cc2 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x4837a2ce cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x486a0051 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x4871afe2 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x488fc1be blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0x489c7901 __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x48b403ea alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x48f3925b devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x491319c6 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x496122fd gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x496ec7bd dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x497d6caa crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x498b0d59 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49ad9557 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x49b264c7 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x49c053a2 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x49cc2d41 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x49e0fd21 __cpu_copy_user_page +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a39c3b1 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x4a52eeee ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x4a90160e bprintf +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ab0e91d bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x4b48fcd1 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x4b49e58f crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x4b87bc30 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x4ba2632d crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x4bc417da scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x4bf66350 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4c02e486 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x4c30b3e9 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c58395b i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c8ce40e serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x4cb4c331 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ce230e4 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x4d182022 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x4d1b063d crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x4d6102ac stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x4d6a1ef3 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x4d76f586 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x4dc5d7f6 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x4dd25a87 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x4dd739fa tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4df5a7f6 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e10f20d kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x4e113519 elf_hwcap +EXPORT_SYMBOL_GPL vmlinux 0x4e12fd02 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e5bc051 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x4e76df5c iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x4e77959d regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x4e968856 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x4eac245c fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4ebb55b8 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x4ebddb59 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x4ec9e606 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x4ed12c47 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f26944c gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x4f3cc848 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x4f59275f inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6aadc1 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x4f843c4c tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fb714e3 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x4fc1ac89 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5005b69e btree_update +EXPORT_SYMBOL_GPL vmlinux 0x5008cee6 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x500d41f6 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x505d53ab debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x508151d0 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5099d1d7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x51133f8f shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x5138b05f fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x5142e208 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x51479687 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x51757728 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x5191bd3c efivar_work +EXPORT_SYMBOL_GPL vmlinux 0x51cbe3a7 xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x51cdebb1 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x51ecc632 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x5203f4c4 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x522f538b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x522fb476 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x5233e0c0 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x523806b1 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5240f624 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x5269dd56 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x52a0837a aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x52a08577 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52abab9f debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x52c9e891 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x5305ac87 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x533b1b0f inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x53539186 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x53c4776e pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x53cb2800 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x53f5c050 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x540c2138 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x540fe320 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5427f33a kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54a40b98 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x54b61562 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x54c4d152 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x54dd702b of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x54f6515d ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x54fa5dfa usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x552a38b8 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x553250a9 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x55369c2e disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x5537c4c3 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x553c5823 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x5567026d device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x559dedac ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x55d81670 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x55da336d ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x5606adb5 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x561805ad tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x561b731f kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x561c6a57 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x5622f624 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x562e3879 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5645a1bd usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x5658b5e8 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x565d85da balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x568286a3 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x568e861b regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56aba6e3 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x56c3e3a9 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x5727d75b device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5756f394 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x575c5f94 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x575daa51 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57b75b3c anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x57d28636 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x58254eb3 xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x582e1f74 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x583109a2 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x5838e6c3 __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x585918ff scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x587db59b get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58c94b45 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op +EXPORT_SYMBOL_GPL vmlinux 0x58e4665e hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x58f0bb48 kvm_vcpu_block +EXPORT_SYMBOL_GPL vmlinux 0x590e645e devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5928ca55 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5951c9b3 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x596f46ac sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59c4d3dc init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x59ccde31 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x59d80451 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59eb1e6c pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x59ed5322 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x59f1281a devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x59f45d81 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a3a91ae usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a97890f crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x5ab72b75 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x5acb2091 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x5ace4fa2 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x5ae1c9f0 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5af648cf system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0x5b028016 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x5b2f2348 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x5b57ff9a pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5bbc310b xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x5bc42027 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x5bcd36c9 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x5bd60ff8 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x5bd6764e arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x5bfad4c5 gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x5c5b5b50 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x5c66e90c efivar_run_worker +EXPORT_SYMBOL_GPL vmlinux 0x5c6ca3a4 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x5c801542 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5c93c4a6 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x5c94c70d syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cae2136 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x5cbee3eb call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x5cfff0a7 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5d031587 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x5d1098c6 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0x5d12be73 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d31678a of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d5da84f usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x5d61d0e4 efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x5d63271d ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x5d77952d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x5d969b86 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x5d97d8d0 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x5d9a0c47 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x5db21522 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x5dfa74e0 __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x5e3bdf40 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x5e3de43a pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x5e459857 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e596235 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f26b31e pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x5f2ae8b0 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x5f2bad53 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f4a5438 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x5f4ccc93 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x5f625657 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x5f6c3a1a driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5f6c89ba crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x5fae898b i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x5fba7f52 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x5fd296df usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x5fe0b4cd rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x5ffa1629 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x6043ef98 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x608e68dd platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x608f7081 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a16711 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60b129a1 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x60cd4211 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x60df9252 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x60fdbb5b ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x612f6072 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x617b4ced kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x6183ff15 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x61d198c3 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x61f9e6c9 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x61fbe868 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x620912f9 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x620985f2 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622e3ffe __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x623ad6b7 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x62744014 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x62e5bd35 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x631f2e71 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x632c70f6 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x6331efac __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x6346c3f8 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x634b187a usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x635ef450 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x637752aa ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x6385e19a ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x63a85be2 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x6415d13e ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x641fbdc0 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x642126c7 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x643462a0 component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x645ae239 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x646f582c blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x6470287d spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x649cff8b da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x64bf5812 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x64c93397 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x64f0391c crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x65237f2e usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x652c3049 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x652e5220 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x6559efe0 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x6576e947 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x6581298f arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x65a8974a spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x65aff140 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65e8a7aa pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x65ef5466 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x6604cc49 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x6635e15e pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x66388fa2 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x664f7d3b dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x667c590b __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668960ef __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x66ab55c2 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0x66c27b8a pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x66cb84d9 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66fa6433 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x67092899 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x671b6435 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x671f87c2 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x6744cb5d blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6768a24c raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67977c3a __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x67b633d9 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x67be806d xen_swiotlb_unmap_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x67c50755 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x67cd3688 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x67dc9ddf shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x68070122 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x680f35d9 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x680f515a of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x68330060 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x684085c0 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x684593e9 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x6857b529 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x68754420 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x6890dca7 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x68a9c0a3 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x690093e2 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x691418df pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x695de9e9 percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6983ee42 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x69a2bbc8 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x69df3615 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x6a1d274b pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x6a23e614 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x6a441db8 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a885846 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x6a9aba39 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x6adef97d ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x6ae0a642 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x6ae0deb2 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x6af9aede tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x6b0b52f6 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b2194ed securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b2b76c6 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6b5ceac2 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x6b67d366 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x6b731346 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b93bf60 inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x6bb138ab crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x6bd0c0dc __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c211498 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x6c4311fd __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c88a319 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x6c9044b0 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x6c92e3ef efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb37577 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6ce014dd ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x6cf74f4e wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x6d1eac0e ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x6d2785b5 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x6d2a689b of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d4c029d wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x6d67733e pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x6d68eded ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x6d8fc9a9 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x6dbc1d58 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x6dbf62b6 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x6df8f4cd pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e0fc833 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x6e105acd of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x6e24748e uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e64b568 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6eb84015 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x6ed29b8b devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6ee5ec4e of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x6f1b05e9 irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f33285f pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x6f36f606 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x6f4ddfe5 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x6f4fb0ad __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x6f5e2030 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x6f6369e3 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x6f64d9b5 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x6f7bf1f5 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x6f7c0980 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x6f7d3783 user_match +EXPORT_SYMBOL_GPL vmlinux 0x6fa61f60 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x6fafe3c8 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x6fb9f89e regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x6fcb4f41 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x6fce84bf adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6fd2a7b7 __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6fe980ff posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x701b434c skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x70256c7d fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x7047e5ea ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x7064da8b btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x70651ad4 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x707040ce input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x7073170e tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x707b0623 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x707d5f65 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x70912bfa kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x709200e6 xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x7094592f mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x709772ae pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x709fbdc2 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x70a2f295 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x70ab5e66 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x70bc4e18 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x710291ce debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x71037570 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x711895bc pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x711f7fb4 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x714648bc of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x71496233 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x717f21cb debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x718a8166 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x7195c9d7 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71b70ee7 get_device +EXPORT_SYMBOL_GPL vmlinux 0x71c95c31 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x71cdf874 __efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x71d41b2f tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71f30465 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x721afbdc crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x72225112 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x7236f1e6 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x724b9dd6 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7283128e pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x72873711 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x72910f48 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x729320c5 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x72bcf17d usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x730bddf1 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x73170fbe regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x7323cec9 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x733ded46 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x73510609 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x736e48b1 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x736e609e regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x73798dc8 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73cd272a usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73ddf5e2 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x73e62548 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x73e66565 __clk_register +EXPORT_SYMBOL_GPL vmlinux 0x73fc3cdb ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x742def44 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x74460c43 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x7449f47c ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x744edafb max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x748cc50a ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74aac2e6 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x74b4034b bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bcb3e8 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x74bebea9 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x74db55bb __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x74ff945c rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x750af49e ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7514695e default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x751ca489 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x751eef56 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75258b33 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x752b4e41 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x7542542b sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x75501e8f thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x755e2aaf blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x757b49d2 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x757d0721 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x757d77ec usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x75c226ec task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x75d57521 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x75e19748 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x75ea03e7 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x75f6bb34 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x7615a2a9 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x761badc7 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x76448634 xen_swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x76456795 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x76489562 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x769ab18f tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x76cb51be request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x76ce0088 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76d3277c skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x7701cf20 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x7711529a of_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7717f81f blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x773830be device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x7739be64 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x775341e2 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x77578d4c kvm_vcpu_init +EXPORT_SYMBOL_GPL vmlinux 0x7757ce9d da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x77588664 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x7775ed7c crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x7789fd91 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x77a4abf5 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x77a8205a dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x7803e251 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x781006ad noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x781a9c15 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x78368c02 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x787f00c2 xen_swiotlb_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x78909ded class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x78c9dc18 of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0x78d8ae7f ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x78d9bcb1 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x78ded84b of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x78e3c96f pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x78f84e4a usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x79021ed9 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x79285afb extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x79415647 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x79f61e6a set_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7a085634 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x7a28dac0 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a319404 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7a38d009 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x7a39a5ee crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x7a48bbf3 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x7a50fd77 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7aa4ddf6 efivar_entry_set +EXPORT_SYMBOL_GPL vmlinux 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x7aa72294 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x7aa78031 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x7abb421a tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x7ae57417 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b15a3ff regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x7b1af5da fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x7b2163bd HYPERVISOR_tmem_op +EXPORT_SYMBOL_GPL vmlinux 0x7b24d07c sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x7b3fc191 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x7b4c712b platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b567bae skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x7b8472bd arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7bcc7b39 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x7c147be2 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x7c1c11c2 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x7c2a8749 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c3b07f4 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x7c3ef1fe device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x7c5571fd securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x7c98ee28 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x7cb0c6e4 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd27c2f ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce0fb93 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ce5d3da sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ceeb5c2 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7cf9c0d2 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x7d2a279d free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d4c1eba regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d6b3a10 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x7d6ff424 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x7d8e8a6c skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x7d9d4642 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db9083e sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x7dca0518 HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x7dcba2bc wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x7dcefe29 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de2a11d device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x7e2a9bb9 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x7e329a9e ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x7e5cfce1 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e7770b9 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7ec16677 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x7f292733 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f38d5cc bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x7f6dee88 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x7f9a5c3d devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x7fd38778 armpmu_get_max_events +EXPORT_SYMBOL_GPL vmlinux 0x7fe84249 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0x7fed4484 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x801f41bc disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x80357887 hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x80698a68 pci_ioremap_io +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80aab6c7 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x80b5ef6e cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80db006b ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x80de201c crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x80e53f35 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x80e8df76 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x80fda925 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x814101ca md_run +EXPORT_SYMBOL_GPL vmlinux 0x8148c24c usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x81493e40 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x815438ba __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x8177c972 regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0x8197ee44 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x819aeb52 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x81d5fccf ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x81e7d095 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x8207109e xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x82083485 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x8214fa4d dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x822c615d show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x823398f0 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x8233dc10 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x8237e604 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x8267d8ac srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x827243cd devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82958ff0 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x829ea12a pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x82a010c2 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x82b1e60b hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x82c23842 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x82d65a61 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82dddf9c dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x8307d52b devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x830dea6a relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x832c106a ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x83402f08 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x83471955 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x836ae9a5 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83b028ac serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x83fc98a1 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8431880e da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x843f4b9e efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x846174d6 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x8467867a ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x847d5b7a virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x8487a2b6 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x84b32c0b wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x84e82101 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x84f6f60f sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8512fcda security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x85466628 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x8556b452 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x85ad9ccb uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x85b005cc i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85e24079 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x85e52834 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x860bfd26 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x861a3490 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x863e73d9 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x866fb127 devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868a07a2 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x868c87f1 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86b4a128 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86bce1f1 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x86cfe6e0 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x86e73357 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x8702e548 process_srcu +EXPORT_SYMBOL_GPL vmlinux 0x8704a841 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x8720e58a __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x8732a585 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x876649a7 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x876c301e debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x878315a2 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x8786f496 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x879bb275 of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0x87df5965 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x87eb4ce3 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x880195d8 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x880248a4 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x88084b52 pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88111b4f put_device +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x88235922 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x8834564a list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x88489528 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x88505099 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x8850ec97 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x888935fa alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x889ba9a6 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88aef2f5 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88ccf7c2 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x88db7fb3 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x88e680bb ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x890700a0 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x890755f4 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x891a4783 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8920fd97 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892c69ea spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x8959ba17 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x89bae59b debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bff491 xen_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x89c0982a ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x89cb4e2a pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x89d01df6 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x89e80acc ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x8a252b9b spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x8a288fc2 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x8a37f0b6 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8a388135 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x8a41a966 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x8a44c147 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x8a453ecb pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8a559846 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0x8a5a50ce devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x8a6290bc devres_get +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a877b69 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x8a894a2a elv_register +EXPORT_SYMBOL_GPL vmlinux 0x8a9f6109 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x8ab5a735 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8aca1806 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x8ad37be2 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b0bc28e ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x8b1487c6 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x8b485555 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x8b4fa5b9 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8b66f9e0 xen_platform_pci_unplug +EXPORT_SYMBOL_GPL vmlinux 0x8b71e249 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8b87d23b crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8bb6bc31 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x8bec608b tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x8bf632cc fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c2494f3 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x8c25a890 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x8c335c57 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x8c659b6c btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8c82d6b8 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x8c90c872 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x8c94220d pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x8cc88d27 gfn_to_pfn_async +EXPORT_SYMBOL_GPL vmlinux 0x8cce0109 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x8ced51ae dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x8d14642f usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x8d36c088 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x8d59b966 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x8d6b604e __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8d721d26 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x8d86836d __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8def2cfa device_create +EXPORT_SYMBOL_GPL vmlinux 0x8df01180 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x8e2c1998 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x8e3584b0 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8e611bed i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x8e749d5f nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x8e87e15d cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8e9f2683 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x8ea91f96 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8ec3f7da hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x8f1cb52b dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x8f2249c4 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x8f2c92b6 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f7583d7 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8f8a365c ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x8f8f953e crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8faac947 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x8fbc2487 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x8fc33802 regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x8fdc79c2 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x9020ca8d blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x9070c80a ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x9071b2d3 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x907a4cdd crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x9085cfc6 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x90900cc6 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x90954e18 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90c2f6b9 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x90d136b3 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x911bd44a xen_swiotlb_map_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x913898b0 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9143de67 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9190f2f8 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x91ac9bb9 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91df8c38 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x91e07b15 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x92053c24 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x920aacca nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x9219d3df napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x924d5616 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x9264ddda irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x9266d72a bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x926f3d00 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x926fbe57 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x92967209 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x92c90f9b arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x9309a41f usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x934efa11 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x9358bdd4 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x93881d7b blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x93afedec irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x93fc418c pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x940c509b kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x9419e02e sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x942d7ae6 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x943a6068 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x9496e364 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a14570 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x94bbe482 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x94d26871 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x94db7966 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94f28615 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x94f5108f wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x95032a13 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9518a2c1 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x95529af1 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x957b060e xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9591a935 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x95aad08f pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95db0ee1 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x9600c681 regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x96032ccd pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9625e652 klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x964a743b pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x967296bf blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x96772016 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x96a10dbf usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x96c5570f regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x96cbb3ee thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0x97000ce0 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x97402a72 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x975ad10f dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97f1c558 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x9813c572 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x981d8f43 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x982f7817 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x983591f5 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9850b394 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x9868a552 kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x9871387a device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98b50f64 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x98bc7622 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x98ea5d7c xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x98fcb90c ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x993b3e92 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x9942607e mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9953b0ff pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x996ada05 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997a8f0e da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x997ff420 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x99a9a774 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99d4d281 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x99d84655 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x99ec0c2f wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a3c8cd0 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a923583 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x9a9f7f9b fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x9abc2a17 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ad1df38 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9aef9aea efivar_entry_set_get_size +EXPORT_SYMBOL_GPL vmlinux 0x9af9da48 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x9b18126d sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x9b42698b pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x9b4dc464 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x9b6237f5 xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b6a29fa hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9b6e1412 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bd763d4 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf30ce0 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x9c0080f9 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x9c045a10 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x9c136725 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x9c4ae6a0 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9c78f411 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x9c94ffd4 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x9c96ff71 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x9c9d979b of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x9ca920a8 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x9caea284 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x9cb4227b wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x9cb6c72e da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cf28323 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x9cfb4a2c usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x9d030b99 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d182f0b fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d6c6967 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x9d6d5d6b inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x9d842357 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x9d9cd5b9 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9dc370ba regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0x9dd64832 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x9de76000 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x9e16ea71 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x9e1a10d8 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e563572 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9e61ddc9 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x9e626b8b __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x9e9d7908 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ea61f06 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x9eb80eb9 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ef7dfda btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9ef95052 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x9f218fae clear_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9f26f5bd vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f54cf49 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x9f57cef4 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x9f5c1f34 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x9f80ec98 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x9fa9d81d sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x9fbbc9e9 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x9fc05dda ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe79076 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x9fe8315b regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ffc260b crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa0174474 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0xa0208e02 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa0863baa relay_close +EXPORT_SYMBOL_GPL vmlinux 0xa0906180 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xa0b9916c regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xa0f27ee1 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xa0fc32c7 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xa1045b8b dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa11a63ba tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xa11aaf5d skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xa122686f pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa14bb4e9 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0xa17802e1 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xa17b2b4d list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0xa17bac5f fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xa1a9eac8 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xa1c1530a of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xa1cf5585 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xa1f626d5 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xa1f79553 xen_create_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xa1f8046a ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xa1fac281 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0xa205cd6c led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xa20ee07a subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xa234d817 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xa247d621 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xa24d5b32 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0xa25f7e50 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0xa2662363 clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0xa2682f99 __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa268a5ea regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa29bfa5e fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xa29e5d68 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xa2b48d16 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xa2b9c993 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2e3427e fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa3027645 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xa3067ec6 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xa334e5ff irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xa33d6beb page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0xa348fa96 napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa367c931 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a7d7dc virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c22e74 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xa3c5d220 device_register +EXPORT_SYMBOL_GPL vmlinux 0xa3d86d55 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xa3e58789 efivar_validate +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3f7bf0b power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xa4101224 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa4558a12 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xa459de31 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xa45be7bd xen_swiotlb_set_dma_mask +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4904e75 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xa49b9ebf sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xa4dc1257 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xa5165233 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xa51ffa60 dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0xa52686ac user_describe +EXPORT_SYMBOL_GPL vmlinux 0xa5449d2d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa56840e3 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xa56cc00b usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa57386e7 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xa580a817 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa5bca1fc efivar_entry_size +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list +EXPORT_SYMBOL_GPL vmlinux 0xa6549cbf irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xa66ea6ad handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xa6873223 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xa6876fe8 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xa6878bab regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b7a034 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xa6cde396 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa72aa4c4 of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0xa72ca125 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xa749b21f cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0xa74de555 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa7538a79 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xa78c9eea platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa78e324b phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xa7a8ccb6 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa7bdc654 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xa801b359 efivar_entry_iter_begin +EXPORT_SYMBOL_GPL vmlinux 0xa81506f2 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xa850dafc idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa88925e6 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0xa892f45f irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xa900f1aa virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xa9406936 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xa9430e0c crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xa9454566 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xa945ab41 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xa950c756 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xa96ca1ef devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0xa977c1cb tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa990aefa netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9a8bfae __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xa9aef2e1 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xa9b02eac wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9e2e87c attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa13750c devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xaa1c1da9 _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0xaa312806 kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xaa357185 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xaa7dfa4e device_move +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaadc2b2 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xaad349e2 napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab0e3225 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab2c17b9 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab646ff8 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab8ceced gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xab9355ce dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xabab79ed usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xabc6f2a6 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xabcaf6dc device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xabcbc35b sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xabced1aa trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0xabd4158b seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0xabf3b2c9 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xac077355 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xac0cabaa sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xac0dab08 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xac0eae5b devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xac3586ba xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0xac3592da stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0xac828e13 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xac93846b single_open_net +EXPORT_SYMBOL_GPL vmlinux 0xac959229 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xacbe4be4 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xad0048c6 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xad039c54 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xad091ae4 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0xad532620 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xad92d773 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xadb177d0 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadce9420 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae0b1474 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xae29aba2 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xae3b0b40 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xae5c94a7 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0xae66827b perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae8aa931 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xae96618a crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xaeddc743 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xaef09212 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xaef8598b ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xaf0f9a80 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf41c67b kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0xaf657bab regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xaf809395 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xaf8b50b8 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xafa0a1ef tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafc97bc9 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xafdc11b9 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xafe5730b led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xb0034706 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb00ddb05 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xb020199e usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb0398aed mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb0b246ef sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0f906c0 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xb122ac7f __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb1494b15 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xb1506d0e led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0xb156f22f tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xb16bc5b8 amba_apb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init +EXPORT_SYMBOL_GPL vmlinux 0xb183782a locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb1a7811c ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xb1ac6c4f regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1fc9e09 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0xb20ae1ce tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb22520f8 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xb227f014 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb260bfa5 unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xb2662250 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xb2b0eee2 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xb2b169ff of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0xb2dc9e65 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb347bb2c work_busy +EXPORT_SYMBOL_GPL vmlinux 0xb376f672 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xb39d72a8 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xb3a0aa78 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xb3bc710d of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xb3e5794e usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xb3e7dc8c pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xb3f2d03e xen_swiotlb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xb3f3233a br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xb3f3898e usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb3f424ef crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xb43d1991 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb442d07a __netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0xb46af994 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xb4842934 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb48cfbba virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xb49eea49 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xb4a9cfa6 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xb4b45a51 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4c87073 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xb4cb075c fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eb5332 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb53da862 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xb5661754 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xb57da0e8 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0xb57ec438 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xb5848bae __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb58e17b3 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb59b8323 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5be2e0c cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xb5c81d69 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5ea934b proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb612e2c7 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb630ee07 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xb63bdcc0 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xb64b6500 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0xb65067ce shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xb652bd63 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb68d4d9d crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xb6a498bd replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6bf3a09 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xb6c09d87 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xb6e476c8 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xb6e820c3 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb70b966a get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xb7293900 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xb755a446 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xb76896f6 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xb78452d8 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xb78d210e rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xb79913e7 component_master_add +EXPORT_SYMBOL_GPL vmlinux 0xb7b93f1f sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb83c5392 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xb87a43c7 blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xb8c33c1f ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xb8ce371b pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xb8d6a43f component_del +EXPORT_SYMBOL_GPL vmlinux 0xb8dd782d i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xb8dd9d01 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xb8eb8e1a thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb90a4e96 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb9486a51 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xb94e03ef pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xb94e718c sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb960c544 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xb98080b1 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xb9984857 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb9a83c87 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xba031a9c ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xba0ffa80 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xba1fbb53 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xba29cc70 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba955c96 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xbacbc9df usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xbad1e3a7 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb1f0a74 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xbb422df8 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xbb76728c key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xbb8fc8e7 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xbb922750 single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xbb9cb59b iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xbbb621ec of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xbbbbef2c devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbf1ab7a unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xbc107c87 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0xbc392df2 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xbc5ad3af posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbc7d7c4f ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbccb6156 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xbcedefe1 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xbcefe213 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xbceff311 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xbd01b181 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0xbd10f233 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xbd18d980 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbd36e766 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xbd4721a3 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xbd4c62b4 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xbd501369 kvm_clear_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd6302e5 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xbd646a84 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd6e2fd8 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xbd96fbc4 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xbd97efd2 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xbd9ec784 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xbdbc85f3 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xbdd0cbee phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe22140a usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xbe241646 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0xbe4749ae shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xbe4d6ce7 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xbe7eb66e __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xbe95f183 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeade8f8 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbecc3165 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0xbefd95fb thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0f0a08 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xbf125142 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xbf518bac devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xbf79a4cd xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xbf8de37f pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0xbf9f7020 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xbfa0040a usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xbfa3f642 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xbfb63d1b swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc3261b __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xbfcfcf67 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xbfd59889 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xbfd77b24 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0xbfdcbc70 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0xbffb43d2 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbffdad62 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc0021a97 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xc015c65f devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xc01e3a87 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xc02cb92c mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xc036bc24 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xc03a654b memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0xc05a7762 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0cebf34 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0dfec01 mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0xc0f0dfa9 xen_swiotlb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xc0f6f897 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc107ac6e devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xc1106948 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xc11b4470 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc14c2824 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0xc14d9de4 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xc14fc786 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc1655934 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18e2b24 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xc1e627d3 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xc1ea24e0 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xc1f696f3 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xc1fc178a phy_put +EXPORT_SYMBOL_GPL vmlinux 0xc227ed74 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22ae8eb regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc26bd2d3 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc281d1e1 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xc299c0cb tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0xc29c2573 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xc2bd7249 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xc31b2fb1 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xc3278006 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc352cb02 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xc3600546 of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xc3662cbf clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xc368ff52 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc37ad668 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xc385cb58 perf_num_counters +EXPORT_SYMBOL_GPL vmlinux 0xc3b047b5 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc40f3fb9 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xc4249dcb register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc432b81d irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xc43522fb ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xc4408242 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0xc44dff75 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4814036 xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4959a6c usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xc4acb637 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xc505c3cf ping_close +EXPORT_SYMBOL_GPL vmlinux 0xc5221d60 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc5371510 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc549a06c __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xc55fcaba power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc57e0255 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xc580473e of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0xc5a48b25 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xc5a74233 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xc5aecf7d ref_module +EXPORT_SYMBOL_GPL vmlinux 0xc5b77f71 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xc5c7440a vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xc600284d ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xc60cf20d arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xc60f4c54 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc610eb8c irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc639232e usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc6407778 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc670f243 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6b3e01e lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xc6d725ce usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xc6ee1e55 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc708b8a4 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc7402334 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc7456954 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0xc76659a1 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xc766e1b2 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc768e479 of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0xc798e89a input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7f23c2c gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xc826f125 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xc83693f9 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xc84c08b7 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc89e11a8 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8c5b508 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8ec278c perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0xc8f456f8 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xc8fde994 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc91b1c07 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xc91f1402 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xc9282128 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xc94d84d5 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc956c419 sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0xc958cee1 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc991bb0a scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xc99e3942 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xc9b1c154 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc9d5622b serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca28adc6 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac2dd76 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xcad1cfbe crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcad6289a crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xcae7f3cd of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xcaec0d45 of_fixed_factor_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xcafb1730 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xcb11e21c sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb205a1a kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb6e24de usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xcb8e8a84 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xcbd5eede stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xcbdd6d92 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc035ab8 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xcc0d358f __efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc364c83 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xcc787626 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xcc84a62e pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcc9c954e ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xccc48c7c usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xcd0d720f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xcd463cf4 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xcd61a60a smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xcd70a8ae xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xcd7af788 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xcd7d157d __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcda5f725 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcda76cba fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xcdab03a2 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xcdbc663d pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdf47af4 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce28291f debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xce2b0b1d regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce5029cc __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xce55991a debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xce580e86 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xce67c0f0 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce6fcfe8 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0xce7e7fa3 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xce99ec89 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcec9b98b usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xcecc0cc9 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xced0a37e fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xceec727a usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcefe184c thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcf074054 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0xcf1469f2 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xcf15bf99 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0xcf18ea59 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0xcf34b755 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xcf3be310 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xcf3fffb1 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xcf42c3e9 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xcf51442b watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf5c1bf6 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0xcf76fef4 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xcf796aba of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfbcd700 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfcaa6f9 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xcfda5a4f register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xd001e486 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xd02149e1 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd03b4bb9 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +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 0xd0769dc3 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xd087a4b1 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xd0aebdf6 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd0b63aef xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0d750c3 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0xd127653d rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xd1492d4d usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd17f3e40 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xd1e0bd93 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xd1f8d6e8 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xd20b95bb of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd231a95f tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xd2531761 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xd253dc06 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2a92d8c scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xd2ab202f usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xd2adadb2 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xd2bf9758 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xd2c7c9db pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xd2d0806e sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xd2d4f626 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xd2e30b0b amba_ahb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0xd2f848fd devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd30fe937 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xd315fbfc ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xd32a46fe md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0xd33ec64a dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0xd3426601 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd36c9792 phy_create +EXPORT_SYMBOL_GPL vmlinux 0xd37afcb6 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xd38e19e6 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xd3ab5c06 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xd3e3c617 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd40fe9e2 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xd41230b9 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd427723a regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xd434a949 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd45f3c12 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xd4626ff8 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xd463caa0 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd4679214 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xd490b3d3 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xd49b8f81 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd4a40fba __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xd4bf9121 efivar_entry_remove +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cb6c0d stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xd51c476b key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xd58700bb __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5c1d950 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xd5d7ca16 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xd60e30e0 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd618e7bc kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0xd61e9067 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd63425f6 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0xd63f9eec sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xd670f167 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6767a1e input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xd67ee1fc blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xd680322a blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xd6896776 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xd69243b7 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0xd6b4f361 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd6c26487 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xd6cd1bd4 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0xd6f5d7b2 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xd6faba91 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xd7000018 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd711c63b unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end +EXPORT_SYMBOL_GPL vmlinux 0xd7400ba7 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76cfdf0 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xd76f2e8b cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd792294d klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7e2ddb2 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xd7f050c9 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xd7f2e112 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd80616c2 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8236a65 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xd8338634 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xd8440eba devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xd84715de usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd8509f9d pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd884e9b8 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd89d25f3 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xd8a831a6 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xd8af5e9f power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xd8be5db9 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xd8f6fd1f da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xd8f80712 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xd8fb689a __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xd9210c47 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xd9337a05 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd94b8094 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xd94c8e8d of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xd94cfdc7 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd96de4bc tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xd9820dd6 of_fixed_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xd9876eb5 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xd9f4f367 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xda04b057 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xda166b72 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0xda370db0 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xda372b55 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda704822 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xdac2aae9 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xdad4cd63 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdadf72d8 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xdae2297a regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdaf8e9af skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xdb023716 extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xdb34eb2a ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xdb5b69e4 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xdb7540ba phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba39d73 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xdba69e74 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xdbc7b70c pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbffa9b6 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xdc02a754 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc22754b vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xdc2a3cac inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xdc32f9c3 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xdc7d0625 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc893cdd irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0xdc95e9ca ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca573bf usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xdca971c2 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xdcb1be6e of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0xdcbee86d devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0xdcfeda6a sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xdd001970 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xdd02f4e0 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xdd0a031b __class_register +EXPORT_SYMBOL_GPL vmlinux 0xdd0ad5ff devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd1d9122 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdd2db981 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd584397 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xdd5b1cd5 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xdd64c56a spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xdd7e1c9e cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xdd81591e platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xdd92be23 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xde0b3102 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xde217194 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xde23ae6e skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde443f69 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0xde4ef259 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xde6eb0c9 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xde70d25f genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0xde9ef3fd regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xdea1ab88 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xdebc0902 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdebe5aea simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xdebfafaa usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xded0c11d rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1619e6 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xdf1d684a devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xdf36a3a5 amba_apb_device_add +EXPORT_SYMBOL_GPL vmlinux 0xdf5caa9b dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xdf90e02c crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0xdf99cb40 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xdfa9689e sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xdfbf7a71 of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0xdff6b2a0 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe0219c02 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xe027a564 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe044cf8c ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xe05026bc crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xe07fc7f0 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xe08a981f bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0xe0ab6638 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xe0aeb9f7 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xe0b2791a pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xe0b27c04 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xe0bb8645 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe0c5701f debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe100ef1c usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xe10656f0 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xe113c873 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xe11b2731 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe1203463 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe12c8804 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xe138efbd __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xe15382cd clk_register +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe1b59b5d phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0xe1bdd59b clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xe1c9402a tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xe1e2c6de platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe1f2c1a1 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xe1ff037d mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe2039c48 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xe220c4fa blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe24d9c73 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0xe28caddb devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xe2c35136 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe2cd999c crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xe2d3356b xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xe3029609 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe323a072 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe35fbb82 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe3807bac of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe38e04fa evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xe39138ce efivar_entry_find +EXPORT_SYMBOL_GPL vmlinux 0xe3a87d9d device_add +EXPORT_SYMBOL_GPL vmlinux 0xe3d55fca ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xe3db74c7 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xe3f07ad1 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xe4126253 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0xe4135e0d kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0xe414f9e8 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe445cd4c __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe458df3e regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xe45a949e scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xe4779703 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe48712ce posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4b66ff3 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe4b743ab md_stop +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4d7c6f4 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xe53d056d klist_next +EXPORT_SYMBOL_GPL vmlinux 0xe549a23e netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xe56018df device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xe56c0c1d dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xe56c861f PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xe578be85 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xe57abfc8 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5902cf8 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xe59152d1 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe59286cb shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xe5d8b39b swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xe620a873 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe627dd46 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xe638048a kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0xe650bfe2 component_add +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe65adcdd bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xe6652068 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xe6752b22 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xe6816e3f i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xe6953ba0 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xe6b9b5d2 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xe6baa6a4 __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xe6c3324e regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe718ebe5 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xe72b36d4 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xe7434dc5 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xe74c32dc sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe77c25a8 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xe78ff454 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xe7919c75 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0xe7a261f1 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xe7a39c90 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xe7a56c4a ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xe7c4664b dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xe7d7443b blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe809b51e xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xe80f03ae xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe8156484 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe841fbc9 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe8563e67 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe89b6de2 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xe89bd243 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe8a96073 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe8bb2936 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xe8c08401 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xe8defbca fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xe8f01ab1 __mfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0xe90bb33d unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe90e6ea2 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xe9104bba __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xe9134b8c of_css +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9547807 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe9608641 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xe971b3f4 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0xe9903192 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xe999bf52 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xea033984 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xea09d4d4 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xea0f00ce input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xea1179fd amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea51ce5a __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xea628c20 bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xea704b65 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xeae41507 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb2798f7 xen_destroy_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xeb2eb288 efivar_variable_is_removable +EXPORT_SYMBOL_GPL vmlinux 0xeb3ef01d arm_pm_restart +EXPORT_SYMBOL_GPL vmlinux 0xeb51dc9e max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xeb60d844 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xeb7bd458 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xeb820cab irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xeb8a84ab trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xeb9d8a13 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xeba26b41 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xeba8f873 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xebae18b1 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xebc76bcf dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xebd1f9a0 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xebd60f61 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xebd8ac48 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xebdd3909 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec08d443 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec22a951 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec556c74 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xec8d1424 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0xec986210 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xece3ac49 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xece7cf7a find_symbol +EXPORT_SYMBOL_GPL vmlinux 0xecefc068 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0xecf9c93b __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xed230f23 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xed7ecaa9 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xed93eaf9 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xed96056c tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xeddc0931 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xedfb60a5 rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0xedfca34b debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee444c9e invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee8c1657 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0xeec54ec2 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xeeceba8b device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xef21726b cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xef33d997 ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xef613740 use_mm +EXPORT_SYMBOL_GPL vmlinux 0xef678294 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d007a sigset_from_compat +EXPORT_SYMBOL_GPL vmlinux 0xef747aca crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef84e6b0 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xef8f5a59 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xeff992c0 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xf00e913f pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0xf01741c7 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xf0597b87 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xf08b7ba6 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0xf0bcfbe5 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf12e6504 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xf12e696f gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0xf1637b48 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xf1819b34 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1a3251c rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1a6c46c ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1d15c94 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xf1f9b3ca hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf21553c5 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf23d3401 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf27cf588 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xf29f2dcb rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xf2ca6d38 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xf2ccbccc register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xf2d237e2 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xf2d3da49 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xf2d807c2 bus_register +EXPORT_SYMBOL_GPL vmlinux 0xf2d91256 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +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 0xf367ad1e uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf391a77d usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xf39cbda3 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xf3a4f7b0 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf453bbbe tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xf4831ef7 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4a388d6 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0xf4b37139 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xf4bf61fe sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xf4d8f3f3 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xf4e04bb2 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xf4e84e42 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf5103727 find_module +EXPORT_SYMBOL_GPL vmlinux 0xf51040b5 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xf51094b6 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf5118fcb sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xf53419a5 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf55981e2 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xf55e28f9 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xf566b5aa fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xf56f3046 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf5851b8d cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xf592ac45 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5c12de1 devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xf5c32018 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf5dad1c7 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xf5ec115a bgpio_remove +EXPORT_SYMBOL_GPL vmlinux 0xf6327e84 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0xf656f5e8 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf67aef4a hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xf6bca11f perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xf6cd6856 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf707fe98 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xf720130a md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xf724690c regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf7442a55 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xf746f778 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xf7545061 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0xf76877eb crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xf771bbf6 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xf77494f0 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xf774f96c digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xf7be20b8 thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7ca1e10 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xf7d42206 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf7d75b98 xen_swiotlb_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xf7e26fb2 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf8244afa platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf8371b2e xen_swiotlb_sync_single_for_device +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf895c058 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xf8a9c396 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf8bbc5a1 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0xf8bc1282 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0xf8c402bf kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe011b sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf9285c87 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xf929c3c7 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf93bdfaa dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0xf9476868 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf9877e21 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xf99841c4 blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf99b0b38 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a6653d scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xf9d95cf1 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xf9f06772 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xfa12ff66 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa317d79 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa49a96a hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xfa741865 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfb0a45bb usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xfb199d94 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xfb1c078b class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xfb22bc6c cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb45dd8b led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xfb4b6cfa rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb7a7967 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xfba363ff sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbef3ca6 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc04e5af sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc28dcaf pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xfc35af60 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xfc39dec1 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xfc44eef9 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xfc55a3a9 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfc5dc24d sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xfc6f592c crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xfc8059cd irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfce2b131 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xfcec1730 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0xfcf311df regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xfd10965b devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xfd2959e1 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd7aa271 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfd7e2bcf blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xfda020fb ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xfdbe6d74 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xfde3378d pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0xfdf17803 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xfdf2f1a7 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0xfdfcdcdc proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe9da55c virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xfecdf9b7 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed4fd32 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfedce5a4 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xfedd158b fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xfedf9a9c get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xfef2bc28 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xfef69b86 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfefae6c5 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xfefe6b17 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff4a490f blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0xff5857b1 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff68741f rtc_set_mmss --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/arm64/generic.compiler +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/arm64/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu/Linaro 4.8.2-19ubuntu1) 4.8.2 --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/arm64/generic.modules +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/arm64/generic.modules @@ -0,0 +1,3767 @@ +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ablk_helper +ac97_bus +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7180 +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aes-ce-blk +aes-ce-ccm +aes-ce-cipher +aes-neon-blk +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +ahci +ahci_platform +ahci_xgene +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +ak8975 +algif_hash +algif_skcipher +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +ambakmi +amba-pl010 +amc6821 +amd +amd5536udc +amd8111e +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avmfritz +ax25 +ax88179_178a +axp20x-regulator +b1 +b1dma +b1pci +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bw-qcam +bypass +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +clk-max77686 +clk-qcom +clk-s2mps11 +clk-si5351 +clk-si570 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +configfs +contec_pci_dio +cordic +core +cp210x +cpia2 +cpu-notifier-error-inject +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_isa +das08_pci +das16m1 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +ddbridge +de2104x +decnet +deflate +defxx +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dme1737 +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt3000 +dt3155v4l +dt9812 +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efi-pstore +efs +egalax_ts +ehci-platform +ehset +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +eni +enic +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fealnx +ff-memless +fid +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fixed +fl512 +fld +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +fsa9480 +fscache +fsl-edma +fsl_lpuart +ft1000 +ftdi-elan +ftdi_sio +ftl +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +gcc-msm8660 +gcc-msm8960 +gcc-msm8974 +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +generic +generic-adc-battery +generic_bl +genet +gen_probe +genwqe_card +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-ce +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +g_zero +hamachi +hampshire +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +hostap +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hwa-hc +hwa-rc +hwmon-vid +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-nomadik +i2c-ocores +i2c-parport +i2c-parport-light +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-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-xiic +i2o_block +i2o_bus +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ib_mthca +ib_qib +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icplus +icp_multi +ics932s401 +idmouse +idt77252 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imon +ims-pcu +imx074 +imx_thermal +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +it87 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +kafs +kalmia +kaweth +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +kvaser_pci +kvaser_usb +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +mf6x4 +mfd +mga +mgc +michael_mic +micrel +microread +microread_i2c +microtek +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmcc-msm8960 +mmcc-msm8974 +mmc_spi +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +nct6683 +nct6775 +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_labpc +ni_labpc_pci +nilfs2 +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvidiafb +nvme +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_mmc_spi +ofpart +of_xilinx_wdt +ohci-platform +old_belkin-sir +omap4-keypad +omfs +omninet +onenand +opencores-kbd +openvswitch +opticon +option +or51132 +or51211 +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +parkbd +parport +parport_ax88796 +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 +pc87360 +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcm3724 +pcmad +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcwd_pci +pcwd_usb +pda_power +pdc_adma +peak_pci +peak_usb +pegasus +penmount +percpu_test +pfuze100-regulator +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +physmap_of +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +pl330 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +ptlrpc +ptn3460 +ptp +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-lp3943 +pwm-pca9685 +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-pl031 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7706h +safe_serial +salsa20_generic +samsung-keypad +samsung-sxgbe +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 +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sdhci +sdhci-of-arasan +sdhci-pci +sdhci-pltfm +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +sdr-msi3101 +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sha1-ce +sha2-ce +shark2 +sh_eth +sh_mobile_ceu_camera +sh_mobile_csi2 +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skd +skel +skfp +skge +sky2 +sl811-hcd +slcan +slip +slram +sm501 +sm501fb +smb347-charger +sm_common +sm_ftl +smm665 +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-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-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +soundcore +sp805_wdt +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssd1307fb +ssfdc +sst25l +sstfb +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vexpress +vf610_adc +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videodev +viperboard +viperboard_adc +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_pio2 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vringh +vsock +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wcn36xx +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-privcmd +xen-tpmfront +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgene-enet +xgene-rng +xgifb +xgmac +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yurex +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/armhf/generic +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/armhf/generic @@ -0,0 +1,17411 @@ +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0x276b2f72 private_AES_set_encrypt_key +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0x6c62e582 AES_decrypt +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0xc30fcbed AES_encrypt +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0xcf024ae9 private_AES_set_decrypt_key +EXPORT_SYMBOL arch/arm/lib/xor-neon 0x0f051164 xor_block_neon_inner +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0x427bbef9 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0xc5611f8a 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 0x0036f4fe pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x2af30d29 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x593a1356 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x5ec12281 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x6b32b858 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x83d36624 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x8a794dff pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xaa2d75a3 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xdb9774c2 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0xe4d0f9cf pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xe717feb9 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xf5a1d87f pi_write_regr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x079dcccf ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1357ffb0 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50c3d706 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa27e23c7 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xed5f1f53 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x18d9f51e dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x250d5d91 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x59d4875a dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x693ff251 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x7ca9458a dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xa8f231ae dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/pl330 0xba02dfb8 pl330_filter +EXPORT_SYMBOL drivers/edac/edac_core 0x7795d2d3 edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x00c6d26c fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04dd92ce fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x129cc5d2 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x14fb7e8c fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x151e7c0d fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1f567424 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x27188e60 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2d06ac16 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2d7e6567 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a1d69ca fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4cef7b87 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d5d4eca fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4e7e5081 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x58e5497a fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5b6fa951 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5e0b21d9 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x66526563 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x76c3b0e5 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7b21a658 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e431b14 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x85fc9f44 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x87278fed fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8bbf6e3f fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90c4aac0 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9c5bff1a fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc89a33b9 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd1367fe2 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf2a88b5f fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfbf4ae0c fw_iso_context_start +EXPORT_SYMBOL drivers/fmc/fmc 0x3c696e00 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x40e54120 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x53af1e96 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0x71b1fa47 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x759c604e fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xb3e1394e fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0xc397dd3a fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xd374e6ea fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xda73513c fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0xf0b0273b fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xf0e97cde fmc_show_sdb_tree +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x1d294bc8 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00ac7427 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00d49c7d drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x014b0a07 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x015d9f34 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x036412b0 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04264bc1 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0495ce1a drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04b14f7c drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04f68e04 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x056e07dd drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x058c6c23 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x096a3d13 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09841806 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09a791a6 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09d609b8 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a3279fa drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0aee3cd0 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c867478 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c8bb583 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cf879bb drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d01e323 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d63d823 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ec527fc drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10327329 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11522601 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12143df9 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12dddcb8 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x131778d1 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1330cffe drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x139d99d1 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13cdaadb drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1759a71a drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18069f91 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x198d391c drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1aacd67c drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b04cce9 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b7d8fbd drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c1cb982 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dffae44 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x213e77eb drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23a7b630 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26cfcf2a drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2832ed50 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28a46dbc drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28e61c03 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28f21fda drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f12e89 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b0f68cf drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b6d171e drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cd300fa drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d2dcf00 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x304d1ceb drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b7dcf3 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31f092d3 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33a65e48 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x353e0ec9 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35cbb9fb drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3622801c drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a200ee2 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7bd4c drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dccd5e3 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f1d14b7 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4202c185 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x421ae5dd drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42fd73fa drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x433f36a0 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43f23d53 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44e13ceb drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44eb767a drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44fb2564 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4620141e drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48b2a5f4 drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x495aa767 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49b467ec drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a354437 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4abcfc43 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7fa589 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51615c1e drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x531b76bb drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55aef854 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56f54e7b drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57da7b04 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a268d54 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5def9875 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60c330c1 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61743bc6 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61b711f5 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x628113eb drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62d4e35d drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x643e2d0d drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65b803e6 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66857f74 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x677624d4 drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67ba6186 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e78d421 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6eb84dab drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ed40754 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f23f640 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7621b364 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79ae8f35 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a7061fc drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b795ec4 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c6853d8 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c71667b drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fb24fef drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x801f0cf6 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x816d1772 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x838b89f0 drm_panel_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8549556b drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8619c2eb drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x879bf085 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89b10ed5 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a1a1c85 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a46c3c2 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a58a008 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bb0e057 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c23bd37 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb92f3 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e1fa331 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93074f44 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x933a35ae drm_panel_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9393cf6b drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x945bdfb5 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95fcdccd drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x966d8dc3 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d60d8d0 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d6ba2a9 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9eb213e8 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9efc26a3 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa04c8c0f drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa101b204 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa21bf705 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6539b4d drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7b2081e drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa87bf2f4 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa87c6b4f drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa1a6e72 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae65c990 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf137439 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0b031a6 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb22b821a drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3247bd7 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb44db9e0 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4d1f25c drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9ee22da drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb2e97a8 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd31f739 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd906dde drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbebdc12a drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbec039de drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf503345 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfd427b3 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc186cbae drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1a5f0a7 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc222d8c1 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc52e81d1 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5606ee5 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc78cb49e drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9a2f735 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb2ac03a drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb534c1d drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb6e4443 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb9c37b2 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccf355d9 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce1dd4f9 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce42ba82 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd25592b9 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd27d4bff drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd309bc7b drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4c093a8 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6a5c089 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd865e36a drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb5a5852 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc468542 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd8cec1b drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdedbcf2a drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf787f0e drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfba805b drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe169ff3f drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe484e562 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7d36191 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb4dba32 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee2e395c drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeefb595d drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef034013 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf033bd1d drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1af249d drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1ef3ea0 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf24929c3 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf349dfc3 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4200df6 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4cdd55f drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf52cd001 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5c7a682 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5d0c739 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6e168b0 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9be1ca4 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcbf7ee2 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfed48143 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x003373ad drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00b7187c drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x015e540c drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x034c3e96 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03f0a00d drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06e79950 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15026ed4 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1bb37c95 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1cf04e2f drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x280301df drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3baf6e72 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x453e1001 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c2986f2 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4cb144a5 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x514b3585 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51d63077 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x574001bc drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a2631a7 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62831950 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x648468b8 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x649ab130 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65841bb9 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x670cb726 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69f5f7c7 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x701b501f drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x78b20fbc drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a72a554 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9196c9d5 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96d76486 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa158b81c drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4380e3c drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5fb6194 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa81ee565 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab687cb5 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae30b4e9 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafd7cfdc drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba2dc119 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba46fff6 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc130c293 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5785c50 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9c68467 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd26e5b0c drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3151879 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd45f367f drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd95456b5 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd9f0461e drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5aacb57 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeaf07080 drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xecc623db drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed2c0d12 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x8f595927 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xf00853fe drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xf9890a85 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0055f9b2 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x062d8313 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x06cc8244 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x07269a3c ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0de51ce0 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132b05be ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x136ec7fa ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x182e1c01 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x20e36978 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x272174e8 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x298efec2 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2c7fac9b ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3064dd1a ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x310e2fb7 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x363f75aa ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3c6593da ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3fbb0741 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x419c43c7 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4628b006 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x46f9473b ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x47daf2ef ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4c552b9d ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ded495f ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ef8a60e ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x50eee0ec ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x530a9121 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x56c729b8 ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5b729de7 ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cf59609 ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x65816822 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6730b8de ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b1d568 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x68a93d79 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69251399 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6965c135 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6bd11725 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c0ec969 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6d260ebf ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x705ec1b7 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7175260f ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7f45a468 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8589758d ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86bb8a6c ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x881d655e ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x88f3b5f0 ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8b363741 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x93e8d44a ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa1fbf48c ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa770d17a ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xae6bb91d ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb1af7bea ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb9dc1a26 ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbcd2d4b0 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbcdbd64b ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2c96ed8 ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc825ef3f ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc968d68f ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd303c2fe ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd49ec1d0 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdd1d9734 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe3c220e4 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xea13f486 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xefc4df0d ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd7484d3 ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfe8cc064 ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x05a5a0d0 host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x062f6282 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x267778ca host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x26c86838 host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x31f86462 host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3c441fb2 host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x43799a4e tegra_mipi_calibrate +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4a8c050b host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x586aac5e host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x64483c21 host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x66c475f3 host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x68f51a20 host1x_channel_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6c2738f0 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72a94f40 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x854e1c3e host1x_driver_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8f35db79 host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x95ad0dd1 host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa0481869 host1x_syncpt_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa158b6e7 host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xac15cde0 host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc060ccc3 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc3ce33ab host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc3def455 host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc6152ae1 host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd16b123d host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd580ab75 host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf64d1b6d host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfa613848 host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfb6b870b host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xff892cee tegra_mipi_request +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xd6b87d42 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x52a52bfe i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x7853c0fd i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x790edd49 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x2a448d10 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xa57e4b34 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x47757d55 amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x56bd3a58 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xc8f664d7 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x0802b91f hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x1ad21e5c hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x295afc61 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x3369785f hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x7e06443b hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xe5b8c7c5 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x1b66ff56 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x5ba941d8 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xe431fea0 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x003db6c9 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0bf5fedc st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2602ba32 st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2c8d8db8 st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x38a8d24b st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x5d2fb136 st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x63dd9d29 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x692d0833 st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7861fa21 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x84e8abad st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb559558b st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xbf85f387 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xcb142327 st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd33e37d3 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd52fc5dc st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd6ae8a72 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe5d726dc st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x33b367f4 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0xce73820f st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x54473edf st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xb92ce583 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x317c6528 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x76b04a10 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x13471124 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x1be712f1 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x2116ad00 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x22e9cf10 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x2552083f iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x324a9809 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x41a8f55a iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x4ebdd843 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x53638a88 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x645e8711 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x6b1637be iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x75081c91 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x7d096e78 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x7e367a92 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x844804c8 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0xa7db9627 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xaa5360ac iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xb04e0ffc iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xc442d216 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xc9c1a5a2 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xdb5be4ac iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe66c230f iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xf1c2c47f iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x15858553 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xe286ceeb iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x24fa8e66 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xaa5e7942 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x30240d2b st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x35829b67 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x1a431564 st_press_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x7d1a0be6 st_press_common_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x45bbba01 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x5347cc38 rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x7df81f32 rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xd9ba435c rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x08f208ac ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0f4f6881 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2358a3e1 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3912bd48 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x76a9444d ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x89ab1f4f ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8b83b205 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x91e7c48c ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb10aef06 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb7762eac ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbc979e35 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd8d5924f ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd9da17b2 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xda57f2bf ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe24396be ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe3a1f2f0 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfbdbf532 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x017dd374 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x049816b4 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x077c1b42 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c04cbed ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d36934b ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x134aa032 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14478dee ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1dea1a79 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f28878d ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x252d9332 ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e5933fc ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x356669d8 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35998be1 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35facfd4 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36f30899 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x371fc6a9 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4682d8db ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5da7ab31 ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e9dca97 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f51bf68 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x605b285c ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x617f5b4c ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6384201f ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68101d40 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68f16afc ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7169ef76 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74a6fffa ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a79602 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75ad4928 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76e04359 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x772c143f ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x785b41fd ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79454ce1 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79b867e4 ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x838d6fbf ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83cb00f0 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8638e2b4 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x87792ec3 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e99c279 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8fa464da ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93408905 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93465f49 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9883724d ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ac1e00a ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e317843 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa33b9492 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3b23a71 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa452e89e ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8af0830 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa977e996 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab6bad8f ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xade3a29d ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0b2e850 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb24266ed ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4b25818 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb586b828 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc10f748e ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1b56e14 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4318e76 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7fe6803 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc88be8cf ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8b777ef ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8fb5ae8 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbcac850 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd06ae76f ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3740ece ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3f5b724 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4d4882e ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6cb9689 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda3cec38 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb5bb527 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdcdbc282 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd538b7a ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0511aae ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe17e9033 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe90f6917 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xefe3d498 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3884cae ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa185894 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc007fec ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd7f6369 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x1312de60 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x1b164a56 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x211a4276 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x4fc388da ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x68b5a556 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x802ea755 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x896221ea ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xb33b849f ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xd11ce9cd ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xdabf9669 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xf1e9e4ac ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xf80ead61 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x3ff916be ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x804f7f45 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9e7aad54 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xa1dda90c ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xb05025da ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xbb4f347d ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xd9bc7b7a ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xde9e1b2c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xeeac2824 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x00829d17 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x029dd342 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0d746110 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x290aed91 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2e44e1c1 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x44fd251e iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5038f538 iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8f7eaa76 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb99187df iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xdee877d7 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe07947d0 iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe8527428 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf5695ec5 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xfdb8f8d5 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x15a11aa4 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x167e494c rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2bb6a66b rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x45a2abf1 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4b31a3e6 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x55306f8d rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5e6a2aa1 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7177fad0 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x72efaac2 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x74f7c535 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8a0c87e7 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8a826308 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x90717807 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9bc63140 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa80aa948 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xba65e69d rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc2649ceb rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc67823b4 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe3d6716a rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe65fb858 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xebbdcd63 rdma_resolve_route +EXPORT_SYMBOL drivers/input/gameport/gameport 0x54930e0f gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x66716a88 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x915e0443 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x984079d9 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa987b6c7 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb00ae89c __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xba5f66b8 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe6f66613 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xeeb02260 gameport_stop_polling +EXPORT_SYMBOL drivers/input/input-polldev 0x3ad71a7a devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x8350bcd9 input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x85326032 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xdbc4e88f input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xf6508f5f input_unregister_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x80f78aee matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x0dde439f ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x15fc9456 ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0xc93848d4 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xd460e106 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 0xaf6f0259 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x14ccd8b4 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x1709c13b sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x449d5cfc sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x4af172bf sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x74da4882 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xddf0518a sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x1e0c424f ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xe62f02d6 ad7879_pm_ops +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x05336e8d capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x0692a90b attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x0b98aa78 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4a40ed5c capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x56a7fe23 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x5791825e capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x64478fd8 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xcadc620c capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xee0b1174 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf34f5554 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0798c17f b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x2e9206e2 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x42af2b86 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x4bfa4c32 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x55dd62c1 b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5da980d2 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x60579293 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x6c4fd4b3 b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8f33e20c avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa6a5d6a5 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb09431e3 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xc2cd4fc3 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xd6201efe b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xeb33b394 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf5f27362 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x3897adba t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x53901914 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x66d824e2 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x77b75555 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x7d7c00f5 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x8641fe78 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x9d554cf2 b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xa309f143 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd1435013 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x28adf0a2 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x39bd986a mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x492b580e mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x6b2d7a69 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x1751a8ad mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x7a3dfbbd mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xa75133fd hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x042f86b3 isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x2f87386a isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x8a455005 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xb2cbe335 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xf2a8c8df isacsx_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x0188f176 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x30d7788f isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xb0448add isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x083c3c30 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0c1a9a60 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0c4ab4cb recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x15bb5f41 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2cc1749e bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3cd82f48 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4bf92283 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4cc5cdf2 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x53291f0b queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x533d2f4f get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6186942a mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6f41bad7 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9115d408 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa0db030f recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa72754a6 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xae9ce0e7 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb399a99b mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbf827687 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc5f935c4 recv_Dchannel +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 0xd77db8c5 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xef718487 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf4205cde dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfbb7602a mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x02e7bbdd omap_mbox_restore_ctx +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x035a7f85 omap_mbox_register +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x0d1dc296 omap_mbox_put +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x6375013e omap_mbox_get +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xb2a9cd1a omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xd2f24622 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xdbc75fe3 omap_mbox_unregister +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xe4175446 omap_mbox_msg_send +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xf519ad1b omap_mbox_save_ctx +EXPORT_SYMBOL drivers/md/bcache/bcache 0x10dc0d06 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0x21c7828c bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0x3361c614 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x66d28e22 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6969b5d8 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x700c2033 closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7b55ca4f bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9e8b3cee bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa46aedd2 closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa6b9e178 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0xab2d2b84 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xad29a6f5 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaec09a2b bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaf77343c bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xb8d21ada closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc04554f7 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca580595 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe47e0829 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xf8fd4bac bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-bufio 0xa7978f56 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-log 0x096567b2 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x8c8b4cfe dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xb2dfdef6 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xf033fee6 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x021805cc dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1498d207 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x2aba4a1f dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3db46b79 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x49946074 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x89d5a1e5 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/raid456 0x3d865b17 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x02a38bfb flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x11e0963d flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1dcb90eb flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x46009950 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x672ccf8d flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x686698b7 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x735bebe1 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x82f64318 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9f6bc882 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb4b150a8 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe6e4ec25 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xead70f82 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf94802ce flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x324fa127 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4bc11eba btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xb791e781 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe03f6f75 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe07555e3 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xeb76fce1 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x894d23b2 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x42c6d69a tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0xaf33d012 tveeprom_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x05624e5e dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x09d558fb dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1dd6fcbb dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x23d7691f dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x27ea3975 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x344908d4 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3656cb10 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x36f1d973 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x396d1c95 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b9020e0 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x629f9d31 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x72180695 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x75f350ba dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8633f37b dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9224ce46 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9386eba8 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x95259684 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9c19040b dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9ed099e4 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa0969d21 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa49fff17 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa839a155 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa9d2e6bc dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xaf304df4 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb022e960 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc26e1374 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc6210b5e dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd128dc54 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd3d6ad5b dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd8befc73 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb1a8bd4 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdc094c39 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf45b7c03 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf48116c6 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfa42a60e dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb15ba2e dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfc6114da dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0xa66af246 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x0a71a256 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x120301a0 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x566a3918 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x09d99849 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1d50616b au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x36bb91cc au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc28d03a9 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd996e0fb au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xddd80499 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe4ea69d5 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf69e3787 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xfbb2dce2 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x128f81fe au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x952b442b bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0xd754fea5 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x65917194 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x26509f5e cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x26a1b9b7 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xd6fc76e3 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x2669f948 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x4e7562da cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x6faa4774 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x13191580 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x22e32bba dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x50cda6f2 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x570ad780 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x7a680f5b dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x8700dac4 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x00df1556 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3c925037 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3d8c6406 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x50a9745f dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x97b05b9a dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa4e82ade dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa81ab58b dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xae4eacb9 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb98ddd98 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbb54cc9b dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe29dee7e dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe75d2dee dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xeb2a1e55 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xef6655d7 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xef8d6522 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xe0faee4a dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x287660fe dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x9ace74d6 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa726ad27 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xcd77141c dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xdb5f62b2 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xe9f91d03 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xae63e7dc dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xcbc0c484 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xd141d5c5 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xf4c15a16 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x02f6eb2c dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0551e3f1 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0a26637f dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x153830ad dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x17d17314 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x337c0913 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x65ff36a8 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6635bc3b dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8fed1f4c dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9d64a027 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa9790318 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xb0bc5bd8 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc8751038 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe081e63a dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe95ab21a dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf41c9676 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x0a0943dc dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1fd553c8 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2b47dab4 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x372cba4f dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x401ad048 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x5b4714de dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8240c1c6 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8af4170b dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x906cf658 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x99d5e666 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xaafb69ca dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xae1b1b89 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb0ecf53a dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xbd5ddac4 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xdf80a1c1 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe62c8c2d dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe7c25a33 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf5578915 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xfee97735 dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb73d9c91 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc0ca72a8 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xcbff8c82 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xd965555d dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xf02de555 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x4a72db8b drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xe1891072 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xf8ee0183 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x74ebc8c8 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0xc8f39058 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0xcc48e30a dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x4100a24a ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xdc63f855 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x5df29a8c isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x3205bff1 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x17dea2bd itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xaffec9a8 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x4106c7b8 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x360bcb1a lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x9624f5b6 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x6bbf870d lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x51709088 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x0f7bf119 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xd2ceb607 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x86463674 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xda3fd8fb m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0xeb6268e4 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x4b4786f4 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0xff9efe37 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xb2190222 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xe50bbac8 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0xa9b6030d nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x277ff735 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x03cb970d or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x1bafba64 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x1acf53f8 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xff690745 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x3605ab98 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x6cc54e5b rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x8118cb51 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x37ad65f8 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x3fe9d365 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x6f837ed5 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xddc36b58 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xa7445165 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x8fd4bea2 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x9ce7a0f4 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xe5d058ed sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xfd4f6319 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0xfbc879d6 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x711223ae stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x3bacee8f stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x18f64fc3 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xf121f705 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x4c4eb4ef stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x9989886a stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x1f1a8fb8 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x0f0069de stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x5d424037 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x524b2ec9 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xce5dde5a stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xaf6ca5cc tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xd72b1bda tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x2f3163ba tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x54807938 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x71923f1b tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x0f9fc878 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xbb1b8ad9 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x3d6afae1 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0xb7598805 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xcfa83e5f tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xe89e0da1 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xe1fb0aaa ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xd1698221 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x83a3b2ca ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x5785b952 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x152c7df5 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xa721c2dd zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x0bf012d3 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x3e806dd8 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x87a52292 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8921cc4a flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa631b387 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc9afcafd flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xec10de36 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf23407dd flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x00133ba0 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x553dfdad bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xb284a910 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xb7a2555c bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x06662b2c bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x345d0f3e bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8721508f 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/dst 0x16764987 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x19d511a9 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3977b3c0 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x85cb8b7f write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x9ff09514 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa3767d1a rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc2f02143 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe36600ce read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf7af0088 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xafcac9b3 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x21ed180e cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x36d28e86 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x579c51ef cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x7314d25f cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x81ad5685 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x1eac672e altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9afbd36a altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xcdcdf07a altera_pid_feed_control +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 0x0f1b7890 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x55a42797 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x6b761b74 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x77c000c0 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x80af51bc cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xeb816a3a cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x729a25af vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xb9e5a477 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x056c79c6 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x0c65b142 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x1afe9fa1 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x90e231cb cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x0db36de8 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x135e6506 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1a0000ce cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3955c2e6 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x57d27ef9 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x5a797789 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0bcc81e6 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0e21837f cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x14531e47 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1a28da61 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1a7ab415 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1df09ec9 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3300d003 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x33fb4fb8 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4fbf4da9 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x59a57a14 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5cfede79 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x71782f6f cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x73b1430e cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x85d92ada cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8a89da26 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x90b49f75 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9df0ae68 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa27bf4fd cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xae9e8cea cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdfbfdbf4 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xec4a2cd6 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf1e6f4f1 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x05bb4210 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1ef386b8 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2db672f4 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3181d182 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x391ca3fe ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3d01fa52 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3f181e22 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4b0312d1 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4e3eeb01 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4fd4b7fa ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x50c32f9a ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x73d10693 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x87fd4f14 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa4477ec8 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb1e250d1 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xdc32dd8f ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe9eea851 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x027d0ddb saa7134_set_dmabits +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 0x353877a1 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x427ebf1a saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x529bb612 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7617c0c3 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x85b04203 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb2155b41 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbaada905 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc4f7dbc8 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xcd9f7e60 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe5d10f12 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf8834bed saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xa292f000 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/platform/davinci/vpfe_capture 0x594219e6 vpfe_register_ccdc_device +EXPORT_SYMBOL drivers/media/platform/davinci/vpfe_capture 0xb5f4d560 vpfe_unregister_ccdc_device +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x088ccec9 vpss_select_ccdc_source +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x319709a6 vpss_clear_wbl_overflow +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x54146824 dm365_vpss_set_sync_pol +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x6e5b5413 vpss_enable_clock +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x72f7c8bb vpss_set_pg_frame_size +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x749bf2c9 dm365_vpss_set_pg_frame_size +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x7517e8d7 vpss_dma_complete_interrupt +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x95f8c400 vpss_set_sync_pol +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x1a9349e8 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x2841e025 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x452c0dd5 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x59a880a2 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x6416ef36 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x6b1bb5c8 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xba959221 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xdb13c114 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe481f0f3 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x027d2dc8 soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x690bfd01 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xa69eccf5 soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xfd52d1da soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/radio/tea575x 0x850603ec snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa86fe2ea snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xc10bc08b snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd1e36959 snd_tea575x_init +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x1091f5b9 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x26e8d9a4 lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x30004378 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x6674bc82 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x7f02ee84 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xa1f978ff lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xdff0def4 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xe06fbaf2 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/rc-core 0x83b4391b ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb623a92a ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x0be693d2 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xbd6c7836 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x33acc9f2 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x44808e56 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xa5b36a78 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x9d8912fb fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0xc331e7f4 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xacaf12ed mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xdf9ef840 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x2b826ab5 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x38291b50 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x92197b41 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x1b0061d2 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x13436232 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x137160b6 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x52dbb8fd tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x850a56e2 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0xc8dfe21c it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x30fc7e39 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x43c4a036 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xb0745ae0 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xefdda40a cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x034efe6d dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x2061ad43 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x40a189ca dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x49d23ab7 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x64c5dc6f dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7859b1db dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9df0bab4 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xabb05336 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xfc645cad dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x0bb59ce6 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x1645005c dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x46ae439e dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x549a78ad dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xbe8c14a0 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xc77f18f4 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xd7812477 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xa3b21212 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 0x03be1bd3 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1a0ed074 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8c2e0dd1 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93fd6781 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9ab59841 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa3584e07 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb4d3a019 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xbfa874b2 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdb6e3524 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe2f26363 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xef83fd48 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x7609c53b em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xb3a4f4e8 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x177dbc18 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3602123b gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3cd35385 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x557f3fce gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x7d7495d9 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8de89acd gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb7aaf33f gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc3bee7fa gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x23fde32a tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x734c5a75 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xbe0e0d9f tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x81e8e9b6 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xaa2fe87c ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x64ecb158 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x66f5dbd7 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xd8eecaf1 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x1ee8eacb videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x5e56e901 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xc030bb36 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xd414e488 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xd96daeef videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xf09b8da2 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x1906c5df vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x36ab3e07 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x461c7d51 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x5c309753 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x5ce64ff5 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xd2efbb60 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xed8c221e vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x069cfbb5 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0ca8ea33 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0d209a31 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0f11938c v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11af9398 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1477db94 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x189d8aed v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x255d42ff v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2ba81f07 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2d11c4f5 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x310bc91d v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35d56bf1 v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3945f0cb v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3972ba3e v4l2_ctrl_modify_range +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 0x4159f5e0 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x41c01c3a v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x49e7ee83 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4f5f25b8 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5cb6efaa v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x60401534 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x61b0c614 v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x62999076 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x664f007a v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6928a961 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6a826933 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6c669c22 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x706ba25b __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x76017d48 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x767e1fe8 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7740e1bb video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x79b29120 v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7b8d01c0 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8094df60 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x930f7e8e v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x94ab40d6 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x97bbf3b7 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9911914f v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9c37cf69 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9da49e46 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9fec57fb v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa1838494 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa435f615 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa76d25ea v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaaf3d981 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaf1290d3 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb156db89 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbacb19af v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc75c5a80 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc92c2b75 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc95939bf v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xca45ab3f v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcacc7f44 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd7ae948 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcf83158f video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcfd446e3 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd4c30f9d v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd8aee831 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd90fe3e5 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb11fad7 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3820a5f v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe6976af7 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe9e00697 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xec10c202 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xec7359ea v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xef94ded4 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf8dee30e v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf957590e v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0cdded7e memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x342c844c memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5b5c17c8 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7752a6ba memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8c9b5da4 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x927fd785 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa1ddda06 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb0c55851 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xbbb1860d memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcf71e2cd memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf8fd3f00 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf8fe87c8 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfbb914bd memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfe3d202c memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0111b6a4 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0753c9cf mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x11383cdc mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x16acf896 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x17ae06d4 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1d5be696 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x25715be5 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x288e8a4f mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2bcc0a41 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2c6d2253 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2e785afc mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x369503d8 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5c3a913f mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5fe34d91 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x71872157 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7f4dc5d0 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x87dc8690 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x89769bef mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8b377614 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x96e5f900 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa02db5b6 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaf24def2 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb139bfbc mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb5f060ca mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd36f4d9b mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xde848ec0 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe989c91a mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf3fb0556 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xffeeda6e mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x07f0e0e0 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x09538658 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2777563a mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x315f4051 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x31d5a490 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x57d6ae5f mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5ac80882 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x60987c6a mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x76bf03f7 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7cf3206e mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7edcc3d7 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x86209bb6 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8641d731 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8efae9da mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x92649f60 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9d767e0b mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb42d6eae mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc100bcb6 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcc42a5a8 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd6c7e4c1 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd7a48b95 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdc4d0396 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe45c9916 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe8710fa8 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xeb0b6b1e mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xed5b3f67 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xed81cff4 mptscsih_info +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x0026e8be i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1ce1d12c i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x31aec7de i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4b7775b6 i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x532d07da i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x627fef0e i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6bde53c3 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x806bf73e i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8c6a04b1 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x92e86b24 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x92ff1a13 i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x96b7e092 i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x9b2dabe5 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb9534cbc i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc1237c58 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd432011b i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe3525b60 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe5a2cebc i2o_iop_find_device +EXPORT_SYMBOL drivers/mfd/cros_ec 0x0fb95858 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0x6c9b991d cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0xbde41613 cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0xce93eda1 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0xdc67aa62 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x3d824108 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x420f1a4e pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0cc3818c mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x245818e3 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3465f431 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x48a0c2d8 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4d753a20 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5ab9c761 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6701e654 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7768ae56 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8765988e mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc04efd7a mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe0e44f82 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xef5d156c mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf5b7e403 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/tps6105x 0x74fce98c tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xc7d7a790 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xc8795f6c tps6105x_get +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/misc/ad525x_dpot 0x88dfda7d ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x9d02177a ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x8a05ed90 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x32d1ba64 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0x4b9e0186 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/ioc4 0x1e4431f6 ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0x2ec81c7f ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x0624fb30 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x14f5b1d6 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x3dac9c56 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x4db0d470 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x5dec4d54 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x624b2383 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x8e932ffd tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xa4063264 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xc41042cf tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xd1ba532c tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xe471098f tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xf34cc548 tifm_free_device +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x34d707d0 dw_mci_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x80e7a8c6 dw_mci_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x991247d6 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xf5c07913 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x077c4f23 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x432a9434 tmio_mmc_host_resume +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x5cd1fd6f tmio_mmc_host_probe +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x66d9002e tmio_mmc_host_remove +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x6d3deee9 tmio_mmc_sdcard_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x6d6d0c39 tmio_mmc_host_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x7a6fd700 tmio_mmc_sdio_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xeefadf25 tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xf02062dd tmio_mmc_card_detect_irq +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x2f8a18db cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x31842fd6 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd027444c cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x965a851b mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xc0080fa3 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/nand/denali 0x752424a6 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/denali 0xe3184e6b denali_init +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x43b9a1c6 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x98ee52d1 onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x9b1986d7 flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xbd860d29 onenand_default_bbt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x10ffb82d arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5781aa54 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5853ee8a arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5b433e2e arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6c89646f arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x88f71f22 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x8c79bca1 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x943cc77c arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd5c457f8 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xdc96f092 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x49a69c8d com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x6f285c28 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xbbfa1827 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x21c6d1ef NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4f45f190 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x51565cfb ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x83f04bb5 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xce9956ce ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd5852380 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd9904670 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xda781f23 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe3130798 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe486fd0f __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x9e234c7c bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xf387c558 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x02f9f72d t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0bfcb8eb cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1a30696c cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x249161b3 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3335d1f7 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3ae65dc0 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x405f25ae t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5a89e50f cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6378f3fe cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9d9b1113 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa834afe1 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xafd53e96 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc746ddbc cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcaa3e817 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd982419e t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe7904c06 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c7b42e7 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x17d6bcc4 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x23b56e65 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x31c9213c cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4a78905c cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4e6b7187 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x52a716bb cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x52f9394f cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x555da4a8 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x55e06784 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5a49fed9 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x662e3238 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7014a26e cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8d2b2d2f cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8e46939e cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8e635159 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8f861418 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0c21417 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb616dfdc cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcbe3ef30 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcdc8398d cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcdfe0ff2 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd0cb94b6 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd6a0894e cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe69a0a95 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe7477621 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf28a2fe9 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf6469e7c cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x57480a7a vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc1417322 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcb381215 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x585ccdce be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xaf5c8a4d be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0182fdb7 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ef253ef mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b52611d mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f328fd0 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x378a8b90 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x460f9959 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4692825f mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5cfde6a9 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68449853 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6be30b3c mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75725c38 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a4c646b mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8dc69a13 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa30aaaf4 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3ea854c mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7fc16ab mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba6be041 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc01a0f74 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccaeed13 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcfaf8788 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb106b08 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbddc4f2 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe499b38a mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5d819db mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed7421f9 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6803d8a mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04a5e652 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x054ebffa mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06e30aba mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07396904 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x213bef30 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2593afa7 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x289aac86 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3447b33b mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55ec3414 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5685a063 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e8bda44 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ef32cac mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f3226d8 mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79cf8346 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b5bfac3 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d5f8ba8 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82511d3f mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x84105c3b mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e2bea19 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a10f435 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0706a13 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa42b8e1a mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa94bc5b6 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1c74b2e mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc78ab205 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2c7a479 mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde450077 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6b86464 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6d3eec7 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x0869bfcd hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x4750edbe hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x8fc106c5 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xaf15b6c4 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xc5a098b8 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4035bb53 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x5ddf5863 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x643d1e9e sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x906458d8 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xa02ac670 irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xa7c277ec sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xbe83c298 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xc134e1b4 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xcf78cfeb irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xebf4c7de sirdev_put_instance +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x35fb1575 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x7f48f832 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0x6d844cb5 vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x2c944d7b pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xa86584f4 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xf07c223c register_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x95dd6361 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x29a1ead1 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x36733448 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x440092ae team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x5017a454 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x738da3f0 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x7afc8fb8 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xebe439dc team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xf7eefe83 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/wan/hdlc 0x54c0cb1a hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6dd17535 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7b941a00 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9d334069 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xaf8608f3 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb815caa9 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xbf82b8c2 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd84822f8 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe3322a1c hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe65a3a98 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xeea30cc3 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x747264a8 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x110e0a5c ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x20b8eb11 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x52067038 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x58ccd669 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6fdc5e2f ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8ca6da76 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8edaf041 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x929e3020 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe037d7dc ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe1add3eb dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe3d12af0 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe7e72ba3 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x16979b12 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x379808a0 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x429b6951 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4315950b ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa54ff084 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfcb329a3 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x201dc331 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5a928595 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6df036e7 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x776f5c2d ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x94b7be1f ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb90dc174 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc1faf129 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc5b72d1c ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfb07145e ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xff6b33ff ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x03d2cc65 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x197d6556 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x28696149 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3dc54ed6 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x40e1f364 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x66895d75 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x66a52d1d ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x69c1ba6a ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x95f35edf ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x969bc751 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbb9b0e6c ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc4f9dd08 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcc19bfba ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd3330d60 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xef2c81d1 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf3bb1fab ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf9dd22f5 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfac1dee2 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01ce908a ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x058d8d9b ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06482b1f ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09cd12ad ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0b5a7f58 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d5c9b93 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d797dcb ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x107e3960 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x128ec107 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b9e1239 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1bf08f30 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2416ac02 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x247d27fa ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2766817f ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27f051a3 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2cb8e9fc ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x322ac5c9 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x332f3fcf ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x37d4ac15 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3cae33ef ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e59d496 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e951215 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f12e78f ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4570caa6 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ac13003 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b32ab62 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d8485a4 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f4e6c91 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x528aa027 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5375dcfa ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x549c8a56 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55fde57a ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x566873bf ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56eb95ae ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57732ce9 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ddc8b1c ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e474d93 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63849de0 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a3d6085 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d1921e0 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e960b4b ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x717184d2 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x734659ef ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x754f7328 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x78d60154 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7c718876 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d6c0aea ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7dd4c74a ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81a001b1 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x84a7715b ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x869b8d54 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x87b0784b ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8862fcac ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a1b8495 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c417ef0 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8fd4d6fa ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92077af0 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x963d4d9e ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x97f0326d ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x98df5818 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x998de5db ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d45f85a ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9da227ed ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9fcbca1b ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa0bdc741 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2e17f83 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa35de897 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa36f2da3 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3db00ab ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6ddcbdf ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa7aa1fd8 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9b8437a ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaa98c03a ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xada0b27e ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xadab10c6 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0413f1d ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb07d706f ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb2700098 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb61c12bc ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb735bdf9 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb741b018 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8780a01 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb9abd92f ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbbc1b2d6 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0800c24 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce999fca ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcedb47d5 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcefe2b97 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf949e9e ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd79fdd8d ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8ea6485 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda29c0f7 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdcfa1eb4 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xddcd2e09 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe069d019 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0842a7c ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6a87883 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7ac7012 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfdbd8575 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfdd05ce0 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfe27cf3c ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfe376390 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfeb45c33 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/atmel 0x34adef9e init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x396b653f atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0x8bb02ca8 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x10fecdd1 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1327d061 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x20a77aa3 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x2e18c8a6 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8349c6de brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8cd98f9b brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x98461201 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa373a0fd brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xacebf5e4 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xcbd69b4d brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xcd791bab brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xcea733ca brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd266246d brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x09daf693 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0c27ecf9 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x329897f1 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x40c9974e hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4706f5ed hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x48838344 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5f3d3f36 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6154f21e hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x651ea4ea hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6d062fac hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x712eb53f hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x733e9810 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7f7387fe hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x81abff7b hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8749936f hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x89ab83f7 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa35ab77b hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb1ffb005 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbbe2e237 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xcc277929 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd23ff398 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd4fa7752 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xdee9d369 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xeed3bfff hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xef629827 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x08b0bb4f libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0cfa9e2b libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0dbb1959 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x11525d98 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1cfacd26 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1d024d99 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2218a853 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x33007e95 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x394dfecc free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3e15b926 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3f842d08 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x48429fc9 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x64a36b55 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x6ad86ee2 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8607ddf5 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x91def60e libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x996fde6e libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa575e491 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb84113d1 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xece8c931 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf4aa11eb libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x01a7a75f il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x020e049d il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x02887c97 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0aa3b9ca il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x11e187e4 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x133086f9 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x14320c1f il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1498c423 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x19c22081 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1b0d39f4 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1b385b55 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x213df144 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x222167fb il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x250e9138 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x28085bce il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2acedfd4 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2b0c5e39 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2bcfa343 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2bdff21d il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2d2ad199 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2f3ae4c6 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x311861ff il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3286a4f2 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x337d7488 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x33ca92ec il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3553eb7d il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x366d726c il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x37df59b0 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3a755da8 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3c04a970 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3cd691c1 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x409000f0 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x45b8e8d7 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4be3107a il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4c3ac897 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4c76eb03 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4cda629a il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4dd785f8 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x55a5fe4b il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x55e5feca il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x56356967 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x568abb49 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x57a3bc83 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x581dea65 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x58f36f44 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6003852d il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x630e838e il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x64bb46ff il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68711e77 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6fbb71e1 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7294a85d il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x774ed704 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x78509baa il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7b1501a9 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7f025290 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7f3c77f0 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8829eb07 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x93129d76 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x97a23d76 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9ac05c8a il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9fc4c2ba _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa525e0e0 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa7ac86a3 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa8f2c1f9 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaa25b2be il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaaac3fb8 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xabad5a35 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xae91549e il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb210328b il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbbf5a105 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbf94d8d4 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc1a67fc9 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc1bb3cfe il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc2eadf24 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc306c180 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd3812c57 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd4bbca01 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd5643bf0 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd7277f84 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdac36401 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe2423b4e il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe4b32bb8 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe5a6b934 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe7801187 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe79f5af3 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe8c51a99 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe91011cb il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe93f8e83 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xefa3ebb9 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf0d21395 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf18a583d il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf445f51e il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf5ba0e8c il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf63a917e il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfa0248ef il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfc28083c il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfc916b95 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfc94968f il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xff9f7f2c il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x084b4719 __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x39483213 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x57a72d66 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x5c04aae1 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7fd93860 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8dcc4441 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xaec44e29 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb54212ab __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xbc905f54 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xcf2b88e0 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda9416fc __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe9fb9634 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf161b336 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf5eccf84 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x07a5d8da alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0b45df0b orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0ca5ce9a orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x190023bc orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x33af58f9 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x518ee2d6 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x53ee8a40 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5599c3a1 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x55d13c1b free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5bfb0c47 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5ddf98c8 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x6e55dc76 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa1dfcecd orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xae3a0f56 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe2ed68e1 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe9b7269c orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xeb3e02bf __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0xd3d411b8 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x04cfd0b6 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1400931d rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1aa0c0ef rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x23d4ca07 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x298a2e79 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3173442e rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x327991bb rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3747b337 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3cfad6c4 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4253b5a3 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x47c6c58d rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4a428190 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4e67146e rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5110344f rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x52140f0f rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5279b5a5 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5835154f _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5dcc7499 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x678e851a _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6824e061 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x72c44f71 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7dba9db5 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x818619d6 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8dd5b93d rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9a21a98a rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9b2910a1 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9d16170a rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9e457e8b _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa455050f rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa7a3ab59 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xae919f36 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb539e219 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbd18d76f rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc5dad811 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc620d4fa rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcaebda94 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd52e1171 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd73a0792 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd8b344a5 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xde2f7961 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe8c6897e rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x091b7a26 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x3758251a rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x710d28de rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xf10c153b rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x324c66f5 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x4d3dc3bc rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xbdfa1863 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xc46af7c8 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x031504d4 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x03df7ee9 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0f980fdc rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2318417f rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x23a3aa63 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x279d6147 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4986aed3 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5116b1d6 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5d7dfc74 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x66329964 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7eb2fe27 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7f4a83a5 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa9eb269b rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc6f0098f rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xcbaee085 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd78da859 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdf59e39e efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe0338434 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe77f20dc rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe90354cc rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xeb8ed5a4 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf637951c rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf75a2fc8 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x26c40e76 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x2b6d7e32 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x5a0a4f49 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x7627de1f wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/microread/microread 0xcc5e607d microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xf8d8974c microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x244259a0 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xeda04f59 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x269c19ba st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x3d82cc4a st21nfca_hci_probe +EXPORT_SYMBOL drivers/parport/parport 0x04309903 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x0f23485d parport_read +EXPORT_SYMBOL drivers/parport/parport 0x2a6a8472 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x2b5578b3 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x341d024a parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x358f8ca2 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x58bd2597 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x5b05d426 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x663ba4cd parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x6a57dcae parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x848cbc45 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x88dfb647 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x960281b4 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x972ba537 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x97e8faa1 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x9dd6e7e6 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xa70467b2 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xb791f758 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xba354f7e parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xc057f257 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xc2f4af58 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xc5595947 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xca97a5b1 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xcbbc28a1 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xcc2ca9fa parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xccf5f938 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xde0b5220 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0xdfcf3a74 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xf83a2a16 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xfba4ed29 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport_pc 0x350fae86 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xf0243cde parport_pc_unregister_port +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x31edd98f rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x84ae6070 rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x946a9f72 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xb0c030bd rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xbb3f6e19 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xc1fe9035 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xc6e4cb78 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xf88931b7 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xfe3c759c rproc_vq_interrupt +EXPORT_SYMBOL drivers/rpmsg/virtio_rpmsg_bus 0x3a064fc1 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/virtio_rpmsg_bus 0x6ac1b14d rpmsg_send_offchannel_raw +EXPORT_SYMBOL drivers/rpmsg/virtio_rpmsg_bus 0xe0acdc45 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/virtio_rpmsg_bus 0xed3c49c3 register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/virtio_rpmsg_bus 0xff855fc1 rpmsg_create_ept +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0dd00327 fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3daa3af6 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3e9240e6 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x44210fce fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x52d73c55 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x629584f6 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8e6ae773 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb70d3388 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbb305d8e fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd1bff484 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd2e8cd26 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xec02e894 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x015ae732 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x01aee406 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0221cd7e fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0b42752e fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0e8a7839 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0f28347d fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x14d30bb3 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x154bea12 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x157be185 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1af06d00 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2ee8d32d fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2f0362ec fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x308a2054 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x31a3b440 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x386021e7 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c114c04 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3ec3e941 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x46b12338 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x591759c1 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5b2afacb fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5befb836 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6331c4a6 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6d3c5e8d fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7418df5b fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7e2b785d fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x836de520 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8483f263 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8d816f33 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x91a61038 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x94ae7fa3 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x96377b60 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9651ec15 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9a08f25b fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9b492537 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d0ab87c fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa20e5c87 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa677be5e fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa6b8b77b fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa7975b30 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb1d55cbe fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbd5f93af fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbdf72e92 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbe9fca2c fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc6d56625 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc81bb900 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd05a8dd5 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd2512318 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe2c5234d fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe83436d3 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe88daca0 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebb91688 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xff6a03ab fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x7c8dc147 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xa7dd6e7d sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xb27807ed sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xc87ccdfb sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x485595e4 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0128306e osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0687de23 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x088e8c38 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x13e6d9ed osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1d28d88d osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x208ab1d9 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x22d61705 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x50e7d04b osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6177e428 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x61af0d0c osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6aa96d37 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x77e385ac osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7a3a8cc7 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7af29512 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x83eeece5 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x97f8dc25 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x98589b86 osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9dd23f5b osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9e62f181 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa19b7a9a osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa7935b0a osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xad19404b osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xadc129a2 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb418382f osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb47f81ae osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb6f87684 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbb5ae289 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc428ffaf osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd0d2020a osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd4c1e45d osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd5203394 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd7beb4b7 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd9e75e23 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xda77c257 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdb75f9a4 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xedd32e10 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/osd 0x30962206 osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0x51f1e23a osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xa986151d osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xc310a0ef osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xeb891798 osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0xf63b8b8e osduld_register_test +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x12cd7a9e qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x19bbce9a qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x20a684da qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4c280f2e qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x89810d73 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8b9de5dc qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb27334d8 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbc24c7a0 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xda270c1e qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe914fc18 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xebb93a11 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/raid_class 0x51108a5e raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x6f8822bb raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xa34414b5 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3536cf81 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x44eed66f scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4fcb12f1 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x70882a9c fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x73a8a478 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7429928d fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x812516a9 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x970ca93d fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbbcf2b32 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc0f93673 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc300d0f8 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdd4c8179 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xeb8772c2 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x11002723 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x11776b31 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1a2ca1a8 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2419fe34 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3fd5117e scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5a1501cd sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x62f4ee1b sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x73d6b5b1 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7946452d sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8f0f1d57 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x97feae83 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9b6a2169 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa5172166 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa7bd639c sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaa86727c sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaff61e94 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbb29b727 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc22b63b5 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc6e7cfca sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd2f1821e sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd3015a6f sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdbafd460 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdc63d1cb sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe79b7eb0 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xea7ea494 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xeb1773af sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf0f9d9bb sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf36dcaea sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x348263a7 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3d230451 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x47840085 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x57aa59e8 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x6946e980 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x2a2dbe8c srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xaaafc599 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xb9d1abb1 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xbf6a181b srp_rport_put +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x24e57952 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x94020e12 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xb1e1a264 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x0b1a6200 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x19e36ed3 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x1b89f522 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x1bf66fb6 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x507da04e ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x53920497 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x5fa2d1d0 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x61c573f9 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x64c47963 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x6b3e2625 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x95721121 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x95fe0c6b ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x9d32bf59 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x9eb31dec ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xa7885c4e ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xad3fbb2f ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xb868de91 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xbb885735 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc4cfa68f ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd8c0cd63 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xf2fe05db ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x0591859c fwtty_port_get +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xdeebb1c3 fwtty_port_put +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x4cdcc484 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x0f9f6cc7 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xc3a812f7 ade7854_probe +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0914f43f lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0a917599 lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1121b71c lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2a6f8637 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x324b2949 lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3558e584 lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4bb00492 lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4f9cb871 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x663cf84a lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7e37154a the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaab91b0a lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb3f63527 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbafe62f5 lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe8e9edbd lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe9a36982 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xee7d0a23 lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf28b1655 lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xfafecf86 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xfcc5c9b4 lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x10e3bfdb seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x20ee45d8 client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x43340247 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x51dbdbb6 client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x9b47125e seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xaef41428 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc7e9548d seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x490c0917 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x788f487d fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x96596fae fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xa56fd322 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xae034292 fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xe3a5865a fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xe91bc792 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x00c881f6 cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0389f857 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0c68bc45 cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e311d38 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f10432d upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10b7e9c3 cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10fd50ae cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x151e7546 cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17feee1f libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1c7ec980 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x22319718 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x23f6f445 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2637a660 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2e5044c7 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2efcc0e6 cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2f85ad89 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x333e7cfb libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x339b461a cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3834f243 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x38fde09c cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44688a0a cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44728d76 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48193550 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x482deff7 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b123f3a cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b36347f libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4d89e988 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x55d18175 cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5a785762 cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ca50414 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dd2e495 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5df8c623 cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5f1168f7 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x63be5b7f cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x647a7b6d upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6867d50c libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c9b4713 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x75600a04 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x790dbd66 cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6a5b3c cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7efeed53 libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fedaf21 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x81bef0ce add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x828d16a2 cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83e75430 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x89b2ddc3 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x89dcbafa cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8d3622c1 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8dda96cb cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x92f54077 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x93611067 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x96727837 cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9ba0a835 libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9c3313cb cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9ea331f4 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f03708e cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa256e060 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa28a6757 cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9a5cf4e cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xabc53bf1 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xac0f67e3 cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xafdb46d6 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb2ae1633 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb336ee38 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb473e79e cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbc275420 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc514e721 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xca24b2dc cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcafda950 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb2160d3 cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc7e1d13 cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xced1fed2 cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf90528c cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd1319447 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd13befa9 cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd3965252 cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd5396536 cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd66d427e cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xda09d370 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdab33534 libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdce448d0 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf675bc7 cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdfcd8209 upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe45b62ff cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6d83cf8 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe9fb8f38 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xee92bb75 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf0246bf2 cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf372d1c2 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf560b366 cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf782fbe6 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfa0d98ca cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfbc928bd libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfbd3438b cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfbfbdc46 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfde479b0 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x35e0740a ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x83a3ab2b ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xe403b71b ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xe951dc4b ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x13ae19f7 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x37815018 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x8d69201c lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xa1663172 lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xd7578204 lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xd82fecfb lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x5de01627 lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x6758cfc8 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x85d40144 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xa877e5f5 fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xccac475c pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xce04982a fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xd94212be lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xdd12a33d push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xdf623799 lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xefed0260 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xf5c4184b fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xfc857f78 fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01186135 lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x027a26f5 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02bb0b50 cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02e99c9e cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03030402 lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0303d592 class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03cf5f96 lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03eec363 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04048925 lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0445b7b2 llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05419f79 dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05af1920 dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05c064b2 cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05e2124d dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05f84e88 LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x067e009d obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0693a4bf class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x076d66ee cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07dce930 class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x082af043 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08d8bf75 lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09edfc3e llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a71cf45 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b132ba0 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bb6ab46 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0caef029 cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ce1f0fb cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cf99bff dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d11e481 cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d27a841 lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ea6b8d5 llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ed28e4e lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f3d4020 cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe11104 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fed4a02 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10fe3a13 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12327757 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x134267d2 cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1387d4e9 lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13b05564 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1476b8c4 lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x147cdba4 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1562b865 llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x156741df cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15849eab cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1586abef cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x18735131 llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19572da4 class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19b19e93 lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1af9fded llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b6b53b0 cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b952454 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1bd8378e lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c854e1d lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c931d61 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1cc487c7 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e38ec54 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f3dfb0d lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f92de72 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fd6b840 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20437539 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20d73adf cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2121ebd5 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21307495 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x228167e3 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23f8b849 lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2440961e llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x250e5b91 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25448e2e class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25525746 dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2586747d lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x259ebac6 obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x268ac7ad llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275f7df1 cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x279e884b llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x291965ee lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2930f721 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2967755e dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b4c48e9 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b959b32 lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bcdf07e class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c1a22e1 class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d5782a1 cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2de95539 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e61865c cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2fb03885 dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2fdc2e04 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3016bf71 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3038913a cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30732e31 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30970e94 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30cd00c6 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x31140bbe capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3171e7ee cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32cc2e36 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x341002dd cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x342abbb1 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x342c5ed4 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34caf674 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x350189aa lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35479a11 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x360740cc obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36405956 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3642df13 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36e83fe2 lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x371e6480 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37d44435 cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39f19393 cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a005065 dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a0c5ff5 cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a7f270d md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ad15978 cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3afbb62b cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3be99d68 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d62a978 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e9917e8 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ef6615e llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x426bf9de cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42e9315b dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4309ea4a cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43c3426d cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43c7ce6f cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44241e9f lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44948780 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45014b00 lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45a5774a class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4649b2ca cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47666a8e dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x477ee556 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47eb9e81 class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4862f2b3 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4884caca llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x492ca90f dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x496c55f0 llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a29223 lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a072f44 lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b2d781d class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b7bda3e obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c593a3e cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c97abc5 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d2e074c lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e3d8ca9 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f9d91bf class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fba4346 dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fc75fa6 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fff191a lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x505413c6 lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x505bcd28 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50fee9cb llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52776be9 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52ee33b8 cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52f63fe4 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x534e60fb cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54fcec25 class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5627cce8 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x566b8468 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x569b7276 lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x577ae788 class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57d82bdf llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58d6309a lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x594ab3e7 local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59778352 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x599c58a8 cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59be96a8 obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a61af13 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a64d92d lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5aadb72f llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b0557c1 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b0e28c6 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c24bea8 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c5bfba7 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cb60281 cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cd70027 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed48f94 cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f0471b3 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x620c04be lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6283ac49 obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x637239ac lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63d440b1 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x641106c3 local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x650b8c9a local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65250e42 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x655dd3cc cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x657c1533 lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x668997d0 cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x671c269a lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6733eef0 llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68ca6cb9 lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68fd47c8 lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x699bd270 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69eef430 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a216ae4 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6aa48e1a cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b61ec8a cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b8a7c05 cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b92a0c7 cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bb6d421 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6be84439 cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c2c716e class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d5c21c7 cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6df2b1fd cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e0cf13e lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f3e6225 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fa04736 dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fd06828 capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70734ef5 lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x708a6a1e cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70ca8290 cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x716eeade llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x719924f1 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74a0013a cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74aa95cf lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x751d80bc dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7840f670 lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78526321 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x788901ea local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c808ab7 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d35b762 class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7dcc56ec lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7df000be local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e075080 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e08a0ac dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e354b1e class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e4a06ed cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e6f171a lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e82b44b cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f2db847 lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f2fbf4c lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f9237e5 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8075bc08 lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x809e3a7b lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80b76875 cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x817b2309 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x818a1284 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81f87c9b obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x825f0bd5 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82721081 llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82a6ce21 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8323e40e lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84a47b06 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84edc464 lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8622d206 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x864fd32d cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x865100a1 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87896bbe cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87b7bde8 lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x883d4deb class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88be1f82 cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89d4a82d llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89ef3e75 cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8abb54cb dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8bd634dc cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c382ae1 cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f1f7f80 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f468cdb lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x901a9a8c lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90c8d327 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x912172b7 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92d11aba cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94677235 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94e37ab3 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x954e0da2 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9792fca9 lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x996052ca llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x999d5381 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c7b29c8 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ca706c7 cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ea88750 lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fa0124a obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fa591b2 lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa08c36b7 dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa19e66f0 llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1a65cc6 cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1acca27 class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2de1af8 cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3060771 lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa317cdc3 cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa32b7085 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4335379 cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa461f903 cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4888e08 cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4d37669 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4e41895 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5ac79ae llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6067c22 lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa614cbb7 lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa64d6f11 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa686e9d8 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa862d221 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa89c36fd cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa901eb73 lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa99cf4b7 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa9bdfd49 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa1cc943 llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa40cdf8 lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa4433ab cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa9509d0 lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa9f914a cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaac1990b cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaad44884 cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab85820d llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabe13a18 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac505bd4 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad1ac65a obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xadb96348 cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xadc5033f cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xadfb0f3b cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae331a8c class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaec1bf11 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaef187c9 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0a598f9 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb2768727 cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb319db6d class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb33e9942 capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3dd3960 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3ea4c32 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4769abe cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb510bdef cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb565d635 cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb596f646 lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6f2ad0e llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb73a34da llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7fbc9ff class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb886e909 dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb971bd05 obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb9966a3f cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb99dfed9 lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb9dc6c04 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbab2079b cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb757758 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbcd9e688 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd00edf1 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd56dddf cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbdbace05 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe803404 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbed7276e cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf9e695e lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfacfc87 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0f6dd85 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1442d0f llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc199d986 cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc19ac20a cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1b9a319 lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc22f02f2 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc310eed2 cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc34e080a class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3f282c2 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc42fda15 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc568652c cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc582abfe cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc77dc8df class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc781d4b1 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8128221 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc97c5c3a cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9b3c667 dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9bcedc0 lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9db0598 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca857562 cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb22b739 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb90c8b6 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd8a604e lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce0265e6 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0103eae cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0a4ac3d llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0b6995d lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1bba150 dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd446affd local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd470df66 lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5732141 cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5e512ab cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd689f3e0 lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd68baf5e cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd6b737de cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd912da9a dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9ff80b3 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda74761c lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdab5df1d cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd4f375e local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde10b8a7 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde290d53 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde39c7b1 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7600d9 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdeb2334f lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdeb617fe cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf588b1d cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf61bffc class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf652e21 llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe0c18482 cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe0ce6ab1 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe0e2dcc3 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe161349a cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2c240fe lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe393e7d9 lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4984987 dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe57dcf9d class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe640e842 lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8c2820a cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeaf1c620 cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3375d1 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb36e019 obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee29101e lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee59cf50 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeefaf398 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef1dc4df cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefc91479 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefca76e5 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0c6f547 cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0d62478 class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1727840 lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1ebf3e5 cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2006b0d class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf24bd4b0 lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf4fe6903 lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60cce3f cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf6529c0e lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf6dc837a cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf72812af cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf72f5ec7 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7992316 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7a696c8 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7ddc407 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7f42641 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf843c054 class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8601070 cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9068329 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa83c6a4 capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfacedca3 lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfae3b01a dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbc552af cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd23c692 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8c30e6 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8f5cf4 lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe030853 lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe71934c cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe77f38b lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfefffd9d obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff1e8b05 lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfff6f733 dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0240cd3f ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x046c857c ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x049d918b sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x04d90a5c client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x05dfdc50 lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06a45a79 req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08e63b64 ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095932b9 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x098f06c3 ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09cc0cdd ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09dfca1e sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac54708 lustre_errno_hton +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0d007db8 lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0d5ab44a req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0f22f331 __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0f5e18cc client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12775261 lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x127cf22c ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12a6305a sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13d95be0 ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13e6bbaf ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1496e59d client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x16254ec4 sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x16bfbf8f ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17788e5a ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17ebe987 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x186625ce ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18905651 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c829bce ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f752f00 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20fc0510 ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244ef065 target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24f92271 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f426f0 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x27399e1e ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x280cc970 ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2849e76e ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2938e8fc ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2965f0ef ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29880bc7 ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2b0799dc ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ba2c623 ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2da0cbc5 req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2db264db ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e38a034 ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2eb6242c ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f2707f2 lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302f3a66 ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3310dc32 __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x34455d8d req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3670c4eb lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3679ca4f sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x388e9897 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x390fe211 sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a71ee17 ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3aa694cd ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bef57fb ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c76dda2 sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d862b9b ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x411df488 ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x416f4b3f ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41cddf61 ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4284e363 ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43302960 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x437bcde8 ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4498158d ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44e20d85 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45168652 lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x456ba428 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x464badba ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x46ec8e30 ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4802d0a0 sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x487fe3ae sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x49780d98 ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x49bdff11 ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x49cd5b7c lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4aa4663a req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4ba8bd5f ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4bf8ed00 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c417d83 ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d5722fe llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f49aa24 ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f96d63b req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5411ccdf req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ab3395 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5506c6a3 ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x55e9a319 ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x576be87a ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5934d9d7 req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59edcbf2 ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a8a2be6 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5acec8d1 ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5be4fa0d unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c59f1cf client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e3346ca ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6da245 ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ee5c269 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6022bb16 ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61517e63 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6186c228 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61b4e188 sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6300f77f ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x642c4cbe sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x661a567e ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x662d00bd ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a90a49f ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6bbf6b58 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d283058 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d81a31b ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e4f5587 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f3f4bb7 ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7127130f req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x71d6e502 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x71f3c96f ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x726f5942 ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x72b05b08 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74b3c938 ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74e08725 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7529dde4 ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7726caf9 ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78478f30 ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7927fbdc req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a242eab ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80be7e1d sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x831185d1 target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x83467889 lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x847f9848 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x84b8f94d ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86039c35 do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86764640 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88d85184 ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x894518f0 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89ec9a94 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e018217 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e3a272c ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f89c9bc ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x93318e2b client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x949ae9c0 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x956100e4 ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95777945 ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9646c13f req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x99b29f45 ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bd34c4d ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9c437e97 ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d6e66f3 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9f2a0d11 ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9f55213a ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9f7eb6d5 ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fd3bab0 ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa053b89c req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa1d50c8a ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c381d0 ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa75cca99 ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa93628de req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab23bba7 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xabcbed93 ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xac5c1892 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xac89b5e0 sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xacc5c5d7 req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xad1ca15c sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xade0eb74 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf8aed59 ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0cc41ea ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0e4babf ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb153cfb0 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4384b71 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6c84c0e sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb8fef8b7 ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb916a5b8 lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd378160 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbdbbd101 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbeb7e023 ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06a171c ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06b3804 client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0e43729 __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2432db0 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2d5d548 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc3191dc3 ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc39f3980 ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc3edf2e0 req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc49d4697 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc5afc128 ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc61e4026 req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc6c3cc79 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc806e31a ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb7ddce5 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcbd90f46 lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcc23db5b req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce56bf11 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf468e21 client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcff27710 ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd0e8bb82 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd21642aa _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2d1c6a8 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2d85501 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd42da4cf sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd43c0e53 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd57b192c req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd5ee54e7 ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd5f1c40d ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd78cd227 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8ec4aad ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb3d068b ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdc8b1cc1 ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf6bb4bb ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdfc3ba28 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0832736 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0b7fe3f req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe197be33 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe2f12560 ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe3d9b111 ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe400ebc9 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe48bb77d ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e8169b lustre_errno_ntoh +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6724052 ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6987168 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe72d3495 ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7ca195a ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe919b669 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec262c53 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedb54ce9 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0006f3b ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf007fe7d ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf133195e sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf2c7f793 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf2e97680 ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3648ca6 ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3ed7ef8 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf5766f6e ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf65183fd ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc186744 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd58e126 sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfdc7e417 sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfe0d788a sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff80e3ae ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffde6028 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0xc26d7b09 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x42a05f6b go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x4b7069f6 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x70e323e1 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xa925831c go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xbf1fe19b go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xcc8cbf66 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xd20617a5 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xe42ce239 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xef4e510f go7007_alloc +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0xfef1a6f9 rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x6c2297eb nvec_write_sync +EXPORT_SYMBOL drivers/staging/nvec/nvec 0xe7be0ba0 nvec_write_async +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x00884caf rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x01866b3b HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02eab155 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x038b60d1 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x10e30726 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x141301e7 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1bfc5880 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2299c8d8 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x230a2998 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x24ab7dec rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2a570a43 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2e71d267 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2ef0ff7f rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2f68cb42 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x311f43b6 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3ad46212 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3e64ba53 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4446b1bd rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e608d0b rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4ecb4581 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x510fce60 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5580ba42 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x63d0bd55 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6f371263 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x73dba7ef rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x77bc2e31 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7d389ea1 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x81c1171e dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82f28108 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8e74ef53 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x98f7ad5d rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9ed8e501 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9f7720ab rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xab0b4576 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb8614b95 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbadbd555 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbcf6689b free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc503aa44 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcc71dd02 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd2a73152 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd7de1559 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdd0599c2 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe01ef3fb rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe21f4d59 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe35595b5 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe844cfca rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xec3783c0 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf4ffed7a rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf5ad7e38 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf924a97a rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x097a4ee7 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x13346c95 stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1f411bf1 stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x39996bd2 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3c7fadee stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3ec2c7e3 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3fc57ffe stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x46a944d6 stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4acf6bbd stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x58fe230a stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6bff2a62 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x71185b19 stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x729cfe5a stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7cda6bee stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x956a3304 stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa0b0de35 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa642c832 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xbcffcc4b rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc58517e2 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc597f64e rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd1303d9c stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd17de4cd stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe7ab01bc stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe8fafb77 stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xedfcbc7f stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfe8b366c stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1047c060 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x163c1a2c ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x19f0b543 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1d60dcb9 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2814f173 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2abbb14c ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ea5cc1b ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2f7f4acd ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x30f9ac78 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x378f269f ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbb989d ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbf5b45 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3dfd23ef ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3f20ae3c ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x431c49b8 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4bc95e53 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5206f4ff DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x58cb4370 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5c6f83ce ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x60ee85c6 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x632f03dd ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x66e35a2d ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6809608c ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c32c8b5 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6d6cf2f3 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6e45bcbe ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x81c4efd2 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x84f3f07e Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x85ab2894 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8a853f25 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8b8824e0 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8f00be58 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x99976e0d ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9edd47c7 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa9b73576 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb6bc5069 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbbe35ad2 ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbd082cc4 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc660bd26 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcb3fb79d ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcf7ac133 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdeb3cae7 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe29a1fa2 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe5f71da2 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe6c2362c ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe915b77c ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeab0b71a ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xef8ea194 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf05050aa ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf05e0076 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf062476f ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf28359ac ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf828cf60 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf9b1fc5a ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfdbd469c ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xffb7c99c ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x4599052f xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x6ffa8b9d xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xc624cb5b xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xd9883b4a xillybus_endpoint_remove +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x004e2e24 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x010bc098 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x14252bc7 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3699049a iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3be0d8d8 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3da50b52 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3f521538 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x49c0d421 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4a34166b iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6f5e7302 iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7bd0e241 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8fb4007a iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x938a1128 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9ceb225a iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9e181f45 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa9a52d5b iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb532676a iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc263bf09 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc7b957b3 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xca4d0345 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcee10868 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd47fefbc iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe745e9a0 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeb10628b iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeb9b7fec iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xef286556 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf40d592f iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfde230ba iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/target_core_mod 0x01fc17de fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b8151c0 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x10dc3490 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x15fe14d0 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x1630c002 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x1af438e7 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e52fe16 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0x205e0968 sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0x2a31e447 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x30101d54 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3205390c spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x33b2715f sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x33cbea74 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x36cae802 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x379a6713 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a2679dc transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x3cecef48 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x40a59dcf core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x40bb57ae transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x40c82e2a __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x47b809e2 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4adf7c1f transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x52e3966c core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x57126a58 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c240cca iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x5e1b9dbe spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f6bcf82 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x67ced421 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ac83e96 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x6e5f9815 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ebb441d target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x71e03b4a target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x72ddcfd0 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x74ff6aa6 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x75d63aef transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x774e13ea sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x7804ffca target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x79a1956a transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a6204b3 sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0x7c253bfd target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e74b998 iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x825d89a7 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x83bd2812 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x84f99860 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x85584821 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x8925b724 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8d2d50ab target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x900b8c80 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x945842c0 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x9866d631 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x996decba transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xa38cbd45 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xadea0cfb transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xb1a3aeeb target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb5e3bed5 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xb8a08b74 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xb8f81ebf core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb90c1fa2 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xbb602f4d iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xbee96ea8 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xbf482191 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xc39d6c0f target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc4cb10e8 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc899f3b7 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xc99f009f target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xcde1e66e target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xced2d98b core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xd2ce697e core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1faa6b3 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xe6add1fa sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xed108e95 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf55ff797 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0xf7ed4743 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xf99e76e4 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xfe6e1c51 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xd7eda7d3 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x7416895c usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x5c2b8297 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x15f9fbe4 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x16a586b1 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x185a0370 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x275d0ea0 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x56d6db58 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7a89a8ee usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x90978b29 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x97ef15b8 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xbf3849e4 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc8ddd191 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xce490a98 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xcf438a97 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x5ac2589e usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xb388facc usb_serial_resume +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_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 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd11d2709 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xfc7dcad2 vringh_getdesc_user +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x2aabfb83 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x506c4be7 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x5e6b701f devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xed84a3d1 lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0780003e svga_tileblit +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 0x5467a046 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6db1a803 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x740e2030 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xac790c85 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xbe2cd58e svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd69b83a4 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +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 0x99de2329 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 0x6acf0b7f mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x14232fc3 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x761c26c5 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xeac6f74c matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xae8516ac DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xc387eb05 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xc80e33d3 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xef025c9f DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x19732273 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x906162c8 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x44479d07 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb062d6fc matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xc2b567ac matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xd858be2d matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x2cb087ee matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xd7f3a2fc matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x74591d61 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xb1aa9717 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc274efd8 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcbd5421d matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xe87d2f54 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x49c91207 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x5422ba7f w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x5ee520f0 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x6f4246d0 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x9ce1d5f8 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x57543d72 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x618515ab w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x7ebbec55 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xf0adc347 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x2b821b90 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x337332f3 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x8b6c373b w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xd569acb2 w1_remove_master_device +EXPORT_SYMBOL fs/configfs/configfs 0x1b71c40d configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x3f805c3f config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x7da30d20 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x8ef55049 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0xa20e6039 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0xbb9b4ad4 configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0xbce00a08 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0xd1e9c7b0 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0xd905fc00 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xd9e62278 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xed79a23c config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xef6f3857 config_item_get +EXPORT_SYMBOL fs/exofs/libore 0x013ad130 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x1b60234f ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x4dfd57e8 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x6728fb6d ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x739fd38e extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x85046328 ore_read +EXPORT_SYMBOL fs/exofs/libore 0x941fc890 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xaba28ea4 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0xc57da568 ore_write +EXPORT_SYMBOL fs/exofs/libore 0xf143acfe ore_check_io +EXPORT_SYMBOL fs/fscache/fscache 0x0beb2a19 __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x1831e410 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x1cafa1fc __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x1d3bc489 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x233873ea __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x25631afd fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x273eb8ba fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x362928f4 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x3d0d0b2b fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x5d995a6c fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x5f2f9139 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x67704fbc __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x679b9adb fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x6c7124e2 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x71d26334 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0x72df85e0 fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x7cf66192 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x82f549f2 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x88b7491d __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x8b6d286a __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x93b5cd5d fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x961f3019 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x9b73dcc5 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0xae10e7dc fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0xb47d7c3c fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0xb9f23bf2 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xc22a6e08 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xc596dd73 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xce9e71f4 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0xdaabba22 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xdf259fbd __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xdfab3dc0 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0xe2f8cb75 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xe62af933 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xe6c8d9a8 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xe71a8e0b __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe72ba2bf fscache_add_cache +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x2372286d qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x4e1e9dcf qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x65574a40 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x6b6ad4b2 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x973828ae qtree_release_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0x66213969 crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x07dcce01 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x0d657ee1 lc_committed +EXPORT_SYMBOL lib/lru_cache 0x272b7bf8 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x30aa8cd7 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x3dd65bcb lc_put +EXPORT_SYMBOL lib/lru_cache 0x491bd152 lc_set +EXPORT_SYMBOL lib/lru_cache 0x4bc03f5e lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x51884fff lc_get +EXPORT_SYMBOL lib/lru_cache 0x53414d7d lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x613bc317 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x69b1ed33 lc_del +EXPORT_SYMBOL lib/lru_cache 0xb8e12c48 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0xb9de7744 lc_create +EXPORT_SYMBOL lib/lru_cache 0xd68274b6 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xf25a1900 lc_find +EXPORT_SYMBOL lib/lru_cache 0xf51732de lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xfb1791a1 lc_try_get +EXPORT_SYMBOL lib/lz4/lz4_compress 0xcbc5d521 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x26c3aa22 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x6d5f6836 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xa55d32c8 unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x99e909f2 make_8023_client +EXPORT_SYMBOL net/802/p8023 0xece024f3 destroy_8023_client +EXPORT_SYMBOL net/802/psnap 0xa5ff0c4f register_snap_client +EXPORT_SYMBOL net/802/psnap 0xfb2914f0 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x02c5fade p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x0412fb03 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x052200d3 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x0eddb48f v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x0fe66398 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x146b1928 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1472e59b p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x1cce9cba p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x1dbd2e01 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x21915882 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x32690847 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3970c896 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x3acd2d8d p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x42cd3da7 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x45946329 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x5070aece p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x6089192e p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x6e7642a3 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x7c1e76d1 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x7eb6adc8 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x86a35191 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x8b0f7de7 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x92cc8ed6 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x946a211d p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x94e1c7b6 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x983e98b2 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x9846ddc0 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x99b28ac5 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x9addbba1 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x9ce58e4f p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0xa6f22d6d p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xba95eb04 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xbcff0320 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xc1a05d5a p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xc1ea1195 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc8869a11 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0xcd5babfe p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xd5741db2 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xdff8f752 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xe3cd8dc0 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xeb70c6a3 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfd00db4b v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x2f4af293 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x467859db atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xbc9a8396 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xc26392f8 aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x43eea8b1 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x45ded18a atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x52995e4d atm_charge +EXPORT_SYMBOL net/atm/atm 0x6df46691 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x74cecdf6 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x8465caf3 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x89315f13 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x9dacbdf9 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa424451b atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xcf61b6ab atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xd5ac1b8d vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xe426355f vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xed95fcfd register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xf1774b53 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x044ba3a6 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x64c9f640 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x713afae1 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x898018e7 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xb5881152 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc33de302 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xd917ea35 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0xdab3cdb4 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xe73fcfe8 ax25_send_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x024b5c16 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x06b0cabf bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x06f9a231 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x084f2aa9 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2a8a8793 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x45841f1b bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4b98c599 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x516f2cac bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x56330ea6 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5f565c49 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x73dc7378 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x749cb57c bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x80a65f79 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x88b0ac1a l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x892941a3 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8a1d0d4c bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9174ff2c hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9a7eb56e l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa1d5cedc l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa23b2ae4 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xac653c5f bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xae3ce4d2 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbb8d0608 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbd82f92a bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbe45cdbb bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc305479b hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc3f1ee65 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc0a0b50 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc3ef9c1 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd57a18f1 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7ec4d40 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdd8645b1 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe427efa7 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe8c83f92 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xecbd8cd1 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf865d269 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfe314a95 hci_conn_check_secure +EXPORT_SYMBOL net/bridge/bridge 0x5a1ce790 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x9175b125 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xc12d744f ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd66cb072 ebt_do_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 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a13fe60 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x7831c742 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xac3e1fde get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xc12fd554 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xcc81811f cfcnfg_add_phy_layer +EXPORT_SYMBOL net/can/can 0x001a514e can_rx_unregister +EXPORT_SYMBOL net/can/can 0x19f039b0 can_send +EXPORT_SYMBOL net/can/can 0x5a5d396c can_rx_register +EXPORT_SYMBOL net/can/can 0x6d5b809e can_ioctl +EXPORT_SYMBOL net/can/can 0xbd70634a can_proto_register +EXPORT_SYMBOL net/can/can 0xc4f344f8 can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x03c056aa ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0fbad7d1 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x12c2d870 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x20907874 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x2170e9eb ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x22385466 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0x24b17fb4 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x293ab095 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x3936f4d8 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x42f26fec ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x506da924 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x52c1a7b5 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x58ac54bd __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x58b27033 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x69d591c9 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6e4b9348 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x6faa216b ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x6fc81ffe ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x70ca287b ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x71225b00 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x7671cfc5 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7a4ff1e8 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x7af22596 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x7bbbd6ae ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x7c276ac0 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x7cb96c4a osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x7e501bc9 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x7eccb16a ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x7fa3726d ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x883e9052 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x8ba4b2fa ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x8bb888e4 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x8c320a0e ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x8d37f314 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x8dad11f6 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9bbeb622 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x9d04722e ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0x9f7cd729 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xa05a434e ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xa71f0117 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xa78ce923 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xa8744817 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xa9cb807c ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xaa253e6c osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xaa72df19 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xaadda319 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xab18c3eb ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xae78cb42 ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0xaee33986 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb340fcd5 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xb5396631 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb74b3077 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xb75efc06 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xba67e7c8 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc0e89538 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc0f609e3 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc4d8ca92 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc6585ea6 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xca0279a3 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xcb02353d ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xd1150c84 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd2d7a0ca ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xd4f3c7c5 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xdc992b19 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xdf13c62a ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xe0631c33 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe481b31e osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xe55d9bcd ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xe7fb5c49 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0xe9bac6a0 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xed96e5d1 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xef2443f9 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0xf06e64b3 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xf1d5fabc ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xf345581b osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xf3b67dd3 ceph_client_id +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xe2648f2f dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0xdf0b6e54 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x32ad3b83 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x44747cda wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x44910e82 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x4cd80c18 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x4ec3eea7 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x4fca20da wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x75ca9c4f wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa76a6c5a ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xaeae9ddd ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xca8ca063 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xdc9fb43e ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xec2bcf04 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xfcd95457 wpan_phy_find +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xe747f5c3 ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x09b309f0 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x66ea61a6 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xeac0962b arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x926e86b8 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xa8ae988b ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xcca9d9a7 ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0xb876a81b xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xf5b8b016 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2b188e40 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xbcf6c401 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x692ff064 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x8adaed6d ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xf0caecac ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x206332e6 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0x3e053df7 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x650c8be6 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x9b31dfa7 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x1af148e4 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x2bc10a9b ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x3f05ff8c ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x508ce809 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xbfc90021 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xc611957e ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xdd2309ae ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xf950fc65 ircomm_flow_request +EXPORT_SYMBOL net/irda/irda 0x00625b6f irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x04899670 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x17a491c5 irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x1b7153ae irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x22ae9fc0 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x31ca71ba irlap_open +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x36cad55b hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x37791344 hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x40edb1ad irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x41cf9413 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x55a350f6 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x565047c5 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x57d3f5b7 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x63e5be8d irlap_close +EXPORT_SYMBOL net/irda/irda 0x6492e28c hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b76aa70 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x731cec71 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0x73804971 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7b4e9931 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x7e67ca6e irias_new_object +EXPORT_SYMBOL net/irda/irda 0x8982c8d9 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x8a44dd5e hashbin_new +EXPORT_SYMBOL net/irda/irda 0x90ddb6bd hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x91fb9df0 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x95ae062b irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x9739be23 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x996a3da1 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x9ffda243 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0xa2382ad3 iriap_close +EXPORT_SYMBOL net/irda/irda 0xb1dd43df async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0xb3c13d7f irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xbf7dd554 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xbfa7c08d hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xc416936f irttp_data_request +EXPORT_SYMBOL net/irda/irda 0xc477368d irias_find_object +EXPORT_SYMBOL net/irda/irda 0xd5f77ac6 iriap_open +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xefd19ef9 irttp_dup +EXPORT_SYMBOL net/irda/irda 0xf199cba4 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xf69dabbc irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0xfaa2bbec irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xfad288a9 irlmp_data_request +EXPORT_SYMBOL net/l2tp/l2tp_core 0xdb6a3279 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x2c70e809 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x31ccb675 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x3a08ba46 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x4efdca7c lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xb4228fce lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xd5d63204 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xea9b2fa0 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xf31af887 lapb_connect_request +EXPORT_SYMBOL net/llc/llc 0x1f126458 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x42d54443 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x442473e1 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x62b36df0 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x70923bc5 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xc4a8619f llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xd09159aa llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/mac80211/mac80211 0x0158c1c4 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x03853acc ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x039cc955 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x066b27a8 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x0cf9221a ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x0f0d99c4 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x18c95944 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x209bddb2 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x252f7128 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x279c92fc ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x3372c3d4 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x33cf0705 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x35f4f577 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x3692a6a3 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x3c12c95c ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x3d49633d ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x40fc08f9 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x42442ca6 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x427e04ef wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x45818ecf rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x49ec7c9e __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x554dbc4e ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x573187ee ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x58ca8c50 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x58ebf863 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x60e84538 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x61a85168 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x65055236 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x65c2df0b ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x6b4b5e8c ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x6bfafd23 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x6feb5a8f ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x71879532 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7681ff33 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x88ac0d16 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x88f42861 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x8a16f0cb ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x8ed7401f ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x902addef ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x93a19fea ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x9b9bf8b3 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x9dcd05c3 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xa8bb2c7f ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xaba727b1 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xabbcbdf1 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xae0f8267 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xb141e155 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xb4a20a0b ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xb60a473e ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xbae6dbed ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xbdf821d4 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xc7ffccf3 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xc823bf25 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xca900459 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xcbfa5499 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xcdddbaf4 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xd1467241 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd29369c9 ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd6ddd96b ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xdee79c6e ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xe8619ea8 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xe9b910db ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xecff5d41 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf5497f7c rate_control_send_low +EXPORT_SYMBOL net/mac802154/mac802154 0x0adb53db ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0x2d46c674 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x3ebfa492 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0xa3a0860b ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0xbcfcb336 ieee802154_unregister_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x076034f7 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4e1e5641 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x691c96a2 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6b514ee1 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6e1ef9c2 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x71c0ff78 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8e32db31 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb8338831 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xba11a6d9 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd88c4fb3 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe3cd9292 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xef847f5e unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf9a8ff84 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfc38be66 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x106d4654 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x2adc761a __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x6fb72c98 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x093a63bb nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x7b99fd93 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x889c1281 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x8e0803bd nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xabc0c69d __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xbbd86d8a nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x3bb7c8ae xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x43c8ec42 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x467e8519 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x4ebbfee8 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x635d5171 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x9725231a xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xad60b934 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xcecfb1d9 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xe32d8642 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xeb8e300f xt_register_matches +EXPORT_SYMBOL net/nfc/hci/hci 0x12417b9e nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x1a18a6b6 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x1c424ca5 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x1dfba597 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x356c8653 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x4738f0a8 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x5310ad09 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x5d04bb21 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x7733996f nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x806b7561 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x81e8bcf7 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x8a3fe5ce nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x8ce51d6a nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x8f12518f nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x98045dd9 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x99b406ce nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xae6b5672 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xf3b23425 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x63926d65 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x85f76b9a nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x9e10b987 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xb8b674d7 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xdb4eef5d nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xe1961cfc nci_set_config +EXPORT_SYMBOL net/nfc/nfc 0x07922af4 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x22c963e1 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x28922851 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x3a2afb7e nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x3a71af7c nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x451941db nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x5938347b nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x5fe9b44c nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x6036c3a7 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x724e37ad nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x80be9f93 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x8c1f6350 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x9621b9ac nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xa15d27d5 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xc2d08662 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xc946be46 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xcc2be947 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xcc2c206a nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xdcb2d8f3 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xea4ecd01 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xf0cbe3d1 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc_digital 0x52d8a6fc nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x90bf9297 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xcaffe8ae nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xcf582a23 nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x00dd5ad6 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x0ebe2bf8 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x15aa69ae phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x2167d804 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x62f372ae phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xdf26e7ff phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xfa4d2835 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xfba9f0b1 phonet_stream_ops +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x2565a853 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x3fdb9277 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x52c4222c rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5416d401 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7f017ba4 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x80cfe4ae rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x854ed613 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x860d928e rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x931208a6 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x98e4acda rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xab7cd8c1 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xcb1c5cfc rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xcc9aa854 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd6666971 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf5f93f17 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/sctp/sctp 0x22b7f374 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x332a97bd gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xa6cd8104 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xc111077e gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x4459d6ef xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x920e867f xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xf8b95dca svc_pool_stats_open +EXPORT_SYMBOL net/wimax/wimax 0x616a6d60 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0x7a167c81 wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x02481755 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x02f7823d cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x09d8e64d wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x0a335dc8 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x10725808 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x130e3149 ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x144cc635 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1dce5a2a cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x20b4f738 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x21f87e56 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x23a3cd87 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x2cde2abf cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x41347ac5 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x470dbec8 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x498a26cf cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x4b68b4a4 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4c0b5d8f cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x4c4c4a48 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x4dc39be9 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x508297b9 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5dceaa1c cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x6185ac4f __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x673e1f49 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x73553a41 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x7a5d473f cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x7a9c3c95 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x7c67d944 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x7cfed446 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x81598800 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x81c6dd51 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x84af44ee cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x87ea8fb3 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x8a012f2b ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8aae2f59 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x8e12bc29 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x8f63f989 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x8fe19746 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x96410608 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x97c97b52 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x993e558d cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa4710efe cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xa4c22e91 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xa64a4ec0 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xa8956361 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xadf49d5b cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xaff38d2c cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xb1d81a5a cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb2968364 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xb67aefee cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0xb77d03ff __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xbc7d955e cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xbc8b8763 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xbd87f06b wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xc0cd6279 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xca029d50 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xce8a8679 cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xcf98434a cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xd567dfd6 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xd800f04a cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdbf9c748 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xde919fac cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xdfc48945 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xdfe8c6e4 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0xe519ea2e cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xe578cdc0 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xe5b0d222 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xe6942468 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xe7cd8835 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xe97a8f07 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xea108ebb cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xed8d9bfe cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf0801679 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xf0f8cc14 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xfac73e28 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xfd6adc3e regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x0f78f51a lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x21882c61 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x338e4745 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x6d6704ea lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xd2b19b16 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xec0ae576 lib80211_crypt_info_init +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x5bf7a94c snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x008e16af snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 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 0x7a943388 snd_seq_event_port_attach +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 0xc29c5568 snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xd2dd717e 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-device 0x39a79922 snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6401ad93 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x127b30fb snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x1cdc0812 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x59eb74ae snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8102ed2f snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb11ba32d snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb2c7f684 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xea0e5748 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xed42580b snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x9e14e662 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd-hwdep 0xbb19a937 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x05993ddc snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0738ac83 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0cf0d88d __snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1e461f08 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2356cf85 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x355fb59a snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4067a8f2 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x44a6ccdd snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x71e29dd5 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8744ede6 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa2f74a1d snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xab5ab758 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbc851c1e snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc0f30776 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc44d0f73 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd443d128 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd9ff4ecf __snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe7e151b5 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xec588a91 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x380af5b7 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 0x226c5538 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4084f7b1 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x81c4529c snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8acea1e8 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa45e1533 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa47fab92 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd35dffbd snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf101f075 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xfcabb0ec snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x00b79f0e snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x03f6b721 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x16774263 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x564d4adf snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x76404e2c snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xae7cce63 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb81ac9e2 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd2d3d7a7 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe99f8618 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x075e35e6 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x119d59dd cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x16df34c2 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x17633c58 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x18732637 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2ed2b9f1 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3f9c13fa fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5dcdef80 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x63f255d5 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6572f277 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6ca24bbf amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6fcb10e6 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x70ac8e11 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x71adb43b amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7f56aede fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x808a7b71 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x89046599 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8fb873cb amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x94c9fdda amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x959b35a7 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa4b2c886 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xaeffbfca amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb20958be snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xba1ec32b fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcc0a0eda fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd5d17783 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd6fe9680 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe2b1cb05 amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe6ef50c4 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xec1782e7 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf7659360 cmp_connection_check_used +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x022a548b snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x05839667 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x509f5be7 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x6d6301cb snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x6e3b7103 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc6d6e1d9 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x68c623fc snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xa47677bf snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xb712f0ce snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xe6e53073 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x02d2894d snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xda0bfc64 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x1a1d66a9 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x266b933c snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x4f2abdc7 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x67e6d822 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa860cbc8 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xe3c6de1a snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-i2c 0x7146a685 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x77279da5 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9c5924de snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xa2ca0333 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xcc8d4bf3 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xefdaaa05 snd_i2c_sendbytes +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x245cf869 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x27251a32 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x33728d36 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x397e1656 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4a87d64e snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x524cf06e snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5b4fd2ed snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6463471d snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x70677c17 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x77f72ded snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa5b7cdb2 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xaeeadbbd snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd92e8009 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe0dbf98d snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xec12bc9f snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf03bda95 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfb86164a snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x0bde06cd snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1378cef9 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3ed5f25d snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x70ff254b snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x82c88468 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8dea7903 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8f4f468e snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xcf8dbecb snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd5d6d0e2 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x225e072c snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x295f9d1d snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x915763ae snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x07821bb4 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1b22b0f9 oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2fa8f045 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x357cde43 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3c16b9b5 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3f65b743 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x434442a1 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4656e76c oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4cb65d8a oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4dfa150d oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x60a6ce0b oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x81b2d238 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8a73e821 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb926a4fd oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbc7399d6 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc75a787e oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd034c94f oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd56a4d09 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe3577545 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xeb30651f oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf1b69138 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x54c35ea6 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x797ac046 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x79aec9fa snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xb8ffb2bd snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xeefbe1cc snd_trident_start_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x538bbede process_sigma_firmware +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x48056c31 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x8bcb81d3 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x0b478dba fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x14cc2e57 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x1803af30 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 0x7295a644 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xbd8d4d3d snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xc6a8ad35 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xd29bccaa snd_emux_register +EXPORT_SYMBOL sound/synth/snd-util-mem 0x01c05687 __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x05a6ce21 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2487c494 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2bfbb987 __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x72d20a14 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x903a065d snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x976996c5 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xeb066730 __snd_util_memblk_new +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x38b6decd snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x001ee95a imx_ssi_fiq_base +EXPORT_SYMBOL vmlinux 0x003ed69a __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x004c743a rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00b9cb06 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x00ce7166 input_grab_device +EXPORT_SYMBOL vmlinux 0x00d32f6d seq_escape +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x011a9e53 elf_hwcap2 +EXPORT_SYMBOL vmlinux 0x011f050a __napi_schedule +EXPORT_SYMBOL vmlinux 0x012142f4 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x014c2f30 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x016474ec pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x01757d73 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x018499fe vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x0186e2de smp_call_function_many +EXPORT_SYMBOL vmlinux 0x01a3d310 omap_set_dma_channel_mode +EXPORT_SYMBOL vmlinux 0x01a7054b pcim_iounmap +EXPORT_SYMBOL vmlinux 0x01b17b0c skb_copy +EXPORT_SYMBOL vmlinux 0x01b7fd59 dispc_read_irqstatus +EXPORT_SYMBOL vmlinux 0x01de782a tty_port_close_end +EXPORT_SYMBOL vmlinux 0x01e381bf __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x01ea132e dispc_runtime_put +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x02196324 __aeabi_idiv +EXPORT_SYMBOL vmlinux 0x0221e5ab of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x022fccdd inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0x023f8785 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x023fda2c dcb_setapp +EXPORT_SYMBOL vmlinux 0x024bf88f omap_modify_dma_chain_params +EXPORT_SYMBOL vmlinux 0x02573b36 omap_disable_dma_irq +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL vmlinux 0x02876990 igrab +EXPORT_SYMBOL vmlinux 0x028fed32 d_lookup +EXPORT_SYMBOL vmlinux 0x029a5747 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x029c0863 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02aea414 register_filesystem +EXPORT_SYMBOL vmlinux 0x02b3756e bio_copy_data +EXPORT_SYMBOL vmlinux 0x02ce4485 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02ef23f7 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x02ef742b percpu_counter_set +EXPORT_SYMBOL vmlinux 0x03026722 mempool_alloc +EXPORT_SYMBOL vmlinux 0x0325df42 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x03292401 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x033e2ea0 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x03487688 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x03635439 edma_stop +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03b95e62 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x03ba39b0 v7_flush_user_cache_all +EXPORT_SYMBOL vmlinux 0x03bd6b05 misc_deregister +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03c0e9ee sock_register +EXPORT_SYMBOL vmlinux 0x03cdfe17 tcp_close +EXPORT_SYMBOL vmlinux 0x03f23828 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x04564a3e inode_add_bytes +EXPORT_SYMBOL vmlinux 0x045f0b1b scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x04856820 audit_log_start +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x04cda566 snd_interval_refine +EXPORT_SYMBOL vmlinux 0x04e0b1b9 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea70ae scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x04f1e15f netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x054b2cd1 sock_from_file +EXPORT_SYMBOL vmlinux 0x0551338b amba_release_regions +EXPORT_SYMBOL vmlinux 0x055522b0 register_netdevice +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x057f9789 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05a74242 search_binary_handler +EXPORT_SYMBOL vmlinux 0x06158b14 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062a11c5 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0657c372 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x06607f92 dss_feat_get_supported_outputs +EXPORT_SYMBOL vmlinux 0x066dae8a block_truncate_page +EXPORT_SYMBOL vmlinux 0x066e8fba dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x068d3981 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x068e6754 mii_nway_restart +EXPORT_SYMBOL vmlinux 0x06baad3f sock_setsockopt +EXPORT_SYMBOL vmlinux 0x06ceec8e security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x06ef9e59 netdev_emerg +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x072a8f8d __set_fiq_regs +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0736019f netif_carrier_on +EXPORT_SYMBOL vmlinux 0x073733d3 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x0739e41a d_path +EXPORT_SYMBOL vmlinux 0x073bce87 edma_write_slot +EXPORT_SYMBOL vmlinux 0x074417b3 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x076845fc file_remove_suid +EXPORT_SYMBOL vmlinux 0x07a4b576 flex_array_free +EXPORT_SYMBOL vmlinux 0x07a7c9f9 of_phy_connect +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07c2cd1f bdput +EXPORT_SYMBOL vmlinux 0x07c55fea get_unmapped_area +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07cf9099 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x081f3afb complete_all +EXPORT_SYMBOL vmlinux 0x08268d70 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x082caea2 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x0833902a dump_page +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0840fc4a mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x08485a6c follow_up +EXPORT_SYMBOL vmlinux 0x085ee6d9 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x086ee27b kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x0882fd76 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x08ba30ac bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x08cebcec fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x08f8db7a jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x08fe3a16 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x092de903 security_path_symlink +EXPORT_SYMBOL vmlinux 0x093a1ebd pps_event +EXPORT_SYMBOL vmlinux 0x0943dcea cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x09502115 free_netdev +EXPORT_SYMBOL vmlinux 0x0965190e inetdev_by_index +EXPORT_SYMBOL vmlinux 0x09767008 __bread_gfp +EXPORT_SYMBOL vmlinux 0x097ec1ff _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x0985bc0e default_llseek +EXPORT_SYMBOL vmlinux 0x098a7957 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x099babf1 blk_requeue_request +EXPORT_SYMBOL vmlinux 0x09b2ffe6 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09cf1b46 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x09cff143 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x0a0786de udplite_table +EXPORT_SYMBOL vmlinux 0x0a19ae68 tty_kref_put +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a316bc7 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x0a3bb75f sk_capable +EXPORT_SYMBOL vmlinux 0x0a440ec5 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x0a468425 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a6ff26a from_kprojid +EXPORT_SYMBOL vmlinux 0x0a7994e9 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0x0a9c1a2d input_register_handle +EXPORT_SYMBOL vmlinux 0x0aa1122b __bio_clone_fast +EXPORT_SYMBOL vmlinux 0x0aa13d05 __raw_readsw +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acd753a snd_ctl_free_one +EXPORT_SYMBOL vmlinux 0x0acd888a inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x0aceebc7 dss_mgr_set_timings +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad43493 load_nls +EXPORT_SYMBOL vmlinux 0x0adfab73 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x0ae71a0d blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0x0ae824ac pci_bus_type +EXPORT_SYMBOL vmlinux 0x0aeec83d dev_set_group +EXPORT_SYMBOL vmlinux 0x0af0ff88 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x0af26890 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b107492 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2ff1eb ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b57155e tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x0b5c7abd sk_ns_capable +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7868fe bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x0b8eeed1 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x0b9f3942 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x0ba82676 mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bcf6dc7 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x0c088b18 neigh_lookup +EXPORT_SYMBOL vmlinux 0x0c1920d0 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x0c45517b init_special_inode +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c6738bd contig_page_data +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0ca0a407 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca54fee _test_and_set_bit +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cc9ce4b tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x0cd8ce8f __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x0ce0d878 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x0cfefe1e percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x0d010b6a iterate_mounts +EXPORT_SYMBOL vmlinux 0x0d1c9f6f __elv_add_request +EXPORT_SYMBOL vmlinux 0x0d2467da filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x0d35b692 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x0d3f57a2 _find_next_bit_le +EXPORT_SYMBOL vmlinux 0x0d4d7a32 _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d62873b rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x0d63ed82 clk_get +EXPORT_SYMBOL vmlinux 0x0d7b188b tcp_ioctl +EXPORT_SYMBOL vmlinux 0x0d8382b9 netdev_state_change +EXPORT_SYMBOL vmlinux 0x0d8b6fe1 snd_pcm_lib_write +EXPORT_SYMBOL vmlinux 0x0d983ab8 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x0d9f5bb5 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0daf49ac sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x0db0e623 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x0dba191e netif_carrier_off +EXPORT_SYMBOL vmlinux 0x0df2f47d kill_block_super +EXPORT_SYMBOL vmlinux 0x0df69d31 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x0dffaa85 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x0e05ff74 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x0e0f06e0 __sb_start_write +EXPORT_SYMBOL vmlinux 0x0e302f25 dev_get_flags +EXPORT_SYMBOL vmlinux 0x0e323fa7 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x0e345794 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x0e4c1a47 omapdss_register_output +EXPORT_SYMBOL vmlinux 0x0e545e88 d_delete +EXPORT_SYMBOL vmlinux 0x0e691b0f of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e6eb537 sock_release +EXPORT_SYMBOL vmlinux 0x0eaf451e hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f1a790e fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x0f2169b5 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x0f3ed997 mount_pseudo +EXPORT_SYMBOL vmlinux 0x0f497d64 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f5467d1 ip6_xmit +EXPORT_SYMBOL vmlinux 0x0f71110f block_write_end +EXPORT_SYMBOL vmlinux 0x0f94e08e nand_scan_tail +EXPORT_SYMBOL vmlinux 0x0f9a5195 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x0fa2a45e __memzero +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0ff178f6 __aeabi_idivmod +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x0ffc79d7 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x0ffe4dfa serio_interrupt +EXPORT_SYMBOL vmlinux 0x101849e9 snd_pcm_release_substream +EXPORT_SYMBOL vmlinux 0x1025f000 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x102684fb omap_dss_get_output +EXPORT_SYMBOL vmlinux 0x102a10f0 kobject_add +EXPORT_SYMBOL vmlinux 0x102ce41d pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x10468010 pci_pme_active +EXPORT_SYMBOL vmlinux 0x105cae65 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x105de59d write_cache_pages +EXPORT_SYMBOL vmlinux 0x106ddf04 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x1090e734 generic_show_options +EXPORT_SYMBOL vmlinux 0x10ad6ed8 pci_choose_state +EXPORT_SYMBOL vmlinux 0x10b3a706 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x10b5e27e snd_pcm_hw_param_last +EXPORT_SYMBOL vmlinux 0x10b62095 pci_get_device +EXPORT_SYMBOL vmlinux 0x10c27164 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x10cc3f0d register_netdev +EXPORT_SYMBOL vmlinux 0x10d557ec qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x10d65a84 nand_scan_ident +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x110314d3 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x11045843 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x11076ae3 omapdss_register_display +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11254860 dmam_release_declared_memory +EXPORT_SYMBOL vmlinux 0x11257311 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x112748bd omap_vrfb_adjust_size +EXPORT_SYMBOL vmlinux 0x112852c7 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x1128dc41 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x112c4384 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x112c53a3 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x1134ba4d inet_del_protocol +EXPORT_SYMBOL vmlinux 0x11479a3b __frontswap_store +EXPORT_SYMBOL vmlinux 0x114b18af lookup_bdev +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1184ecc9 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x11858bb8 devm_clk_put +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x1192657b mmc_request_done +EXPORT_SYMBOL vmlinux 0x119b50e7 elf_check_arch +EXPORT_SYMBOL vmlinux 0x11aadc26 elevator_exit +EXPORT_SYMBOL vmlinux 0x11c91f32 omapdss_default_get_recommended_bpp +EXPORT_SYMBOL vmlinux 0x11d0a936 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x11d4a5e1 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x11d6a160 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x1200d1c7 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x1205c2be seq_path +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1258a73a inet_register_protosw +EXPORT_SYMBOL vmlinux 0x125c392a sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x126cbbac register_framebuffer +EXPORT_SYMBOL vmlinux 0x12743e3a pci_enable_device +EXPORT_SYMBOL vmlinux 0x1279b9de __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x128ebdc0 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x1291b302 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12b66654 vfs_getattr +EXPORT_SYMBOL vmlinux 0x12c07e21 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x12c6467a file_open_root +EXPORT_SYMBOL vmlinux 0x12d052bf of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12e09fcb nf_log_register +EXPORT_SYMBOL vmlinux 0x12e9b6fd blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x12ecb7d2 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x131dfa0d __nlmsg_put +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x132b8d09 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13315729 flex_array_alloc +EXPORT_SYMBOL vmlinux 0x134528c4 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x1345a0ed dqget +EXPORT_SYMBOL vmlinux 0x1366b328 snd_ctl_find_id +EXPORT_SYMBOL vmlinux 0x13693b73 dev_mc_add +EXPORT_SYMBOL vmlinux 0x137192fd padata_add_cpu +EXPORT_SYMBOL vmlinux 0x138c5e41 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x138eb22c seq_read +EXPORT_SYMBOL vmlinux 0x13987a58 swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x139dc343 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x13a34ba6 bdget +EXPORT_SYMBOL vmlinux 0x13a35402 i2c_master_send +EXPORT_SYMBOL vmlinux 0x13a362c3 led_blink_set +EXPORT_SYMBOL vmlinux 0x13b15653 snd_ctl_find_numid +EXPORT_SYMBOL vmlinux 0x13b8166b vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x13b8ecd6 kobject_put +EXPORT_SYMBOL vmlinux 0x13bb6a62 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d6e226 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x13eb3e0c dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x14225fba sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x144ade77 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x145a177f nand_bch_init +EXPORT_SYMBOL vmlinux 0x14679771 dquot_resume +EXPORT_SYMBOL vmlinux 0x146ad054 serio_open +EXPORT_SYMBOL vmlinux 0x14ace146 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x14c9a943 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x14d4a9c5 _change_bit +EXPORT_SYMBOL vmlinux 0x14e6f5b1 vfs_llseek +EXPORT_SYMBOL vmlinux 0x14f3cdb2 simple_readpage +EXPORT_SYMBOL vmlinux 0x151afce6 may_umount_tree +EXPORT_SYMBOL vmlinux 0x151ecb0f iov_iter_init +EXPORT_SYMBOL vmlinux 0x1529c9ba pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x15441b73 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154ff71c neigh_parms_release +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x1557e340 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x157bb195 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x158244b4 __kfree_skb +EXPORT_SYMBOL vmlinux 0x1594682a iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x15a4ea29 account_page_writeback +EXPORT_SYMBOL vmlinux 0x15ac4853 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x15e378d2 of_iomap +EXPORT_SYMBOL vmlinux 0x160b0fbe bio_chain +EXPORT_SYMBOL vmlinux 0x161d9e3e netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x162ccc0c lg_local_lock +EXPORT_SYMBOL vmlinux 0x162f20ba consume_skb +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x16361217 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x1655467d devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x166fa9ef __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x167a92f0 registered_fb +EXPORT_SYMBOL vmlinux 0x1683a50b radix_tree_delete +EXPORT_SYMBOL vmlinux 0x16bb3820 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL vmlinux 0x16c1a256 touch_buffer +EXPORT_SYMBOL vmlinux 0x16c3238f blk_get_request +EXPORT_SYMBOL vmlinux 0x16fc30fb set_device_ro +EXPORT_SYMBOL vmlinux 0x1720f51a skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x174afb1a __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x175d5fa8 module_put +EXPORT_SYMBOL vmlinux 0x175e52c7 register_cdrom +EXPORT_SYMBOL vmlinux 0x1784f057 dispc_ovl_set_fifo_threshold +EXPORT_SYMBOL vmlinux 0x179518ce ip_fragment +EXPORT_SYMBOL vmlinux 0x17a142df __copy_from_user +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17b6193b neigh_ifdown +EXPORT_SYMBOL vmlinux 0x17be8612 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x17c0ddc6 ps2_command +EXPORT_SYMBOL vmlinux 0x17fa2f78 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x18038865 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x181e2990 arm_dma_zone_size +EXPORT_SYMBOL vmlinux 0x18398d8b scsi_scan_target +EXPORT_SYMBOL vmlinux 0x183f88f4 fb_get_mode +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x18804f0f omapdss_find_mgr_from_display +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x1892387e qdisc_reset +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18ba64d4 snd_seq_root +EXPORT_SYMBOL vmlinux 0x18bd76a4 _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x18bdce76 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x18c2227f cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x18c9ae5c dss_mgr_unregister_framedone_handler +EXPORT_SYMBOL vmlinux 0x18d7066b pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x18de369e dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x18e2e5df scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x18fd92b3 md_register_thread +EXPORT_SYMBOL vmlinux 0x18fe2656 netdev_change_features +EXPORT_SYMBOL vmlinux 0x1906e11c sock_create_kern +EXPORT_SYMBOL vmlinux 0x19610e1f cpu_all_bits +EXPORT_SYMBOL vmlinux 0x1973340b dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x197893be nonseekable_open +EXPORT_SYMBOL vmlinux 0x1978f408 update_time +EXPORT_SYMBOL vmlinux 0x197dc3b3 omap_set_dma_src_burst_mode +EXPORT_SYMBOL vmlinux 0x197fd920 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x1980fd46 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL vmlinux 0x198903bd key_reject_and_link +EXPORT_SYMBOL vmlinux 0x1992a9a8 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19aa547e flush_signals +EXPORT_SYMBOL vmlinux 0x19b83dee fsync_bdev +EXPORT_SYMBOL vmlinux 0x19bb11b6 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c099a2 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x19cc002d sock_i_ino +EXPORT_SYMBOL vmlinux 0x19d184c0 put_io_context +EXPORT_SYMBOL vmlinux 0x19ecbb07 __breadahead +EXPORT_SYMBOL vmlinux 0x19f5809b dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0x19fd655b shdma_cleanup +EXPORT_SYMBOL vmlinux 0x1a11273c led_set_brightness +EXPORT_SYMBOL vmlinux 0x1a20c540 omap_vrfb_supported +EXPORT_SYMBOL vmlinux 0x1a2e2881 eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x1a3348d5 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x1a65f4ad __arm_ioremap_pfn +EXPORT_SYMBOL vmlinux 0x1a89b57f lock_sock_nested +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad1f2e7 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b041a3f swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b130f48 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x1b341592 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x1b5a28ab jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b79a71e of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8e9b83 snd_pcm_suspend_all +EXPORT_SYMBOL vmlinux 0x1b9bdff8 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bb7283f generic_write_end +EXPORT_SYMBOL vmlinux 0x1bd16a9b ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x1beef490 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x1c0805bd seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x1c262cef mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x1c5100b0 __nla_reserve +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c62b0f7 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x1c6c28d4 simple_rmdir +EXPORT_SYMBOL vmlinux 0x1cabf96b blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x1cade819 snd_register_oss_device +EXPORT_SYMBOL vmlinux 0x1cba0c22 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x1cd0ebb9 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x1cfb04fa finish_wait +EXPORT_SYMBOL vmlinux 0x1d002ec3 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL vmlinux 0x1d050221 snd_ctl_notify +EXPORT_SYMBOL vmlinux 0x1d090e94 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x1d1d027d snd_timer_interrupt +EXPORT_SYMBOL vmlinux 0x1d3a4534 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1d458556 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x1d624a2e omap_dss_get_overlay_manager +EXPORT_SYMBOL vmlinux 0x1d64b2f0 kernel_read +EXPORT_SYMBOL vmlinux 0x1d7a3e06 init_task +EXPORT_SYMBOL vmlinux 0x1d8bb410 snd_jack_report +EXPORT_SYMBOL vmlinux 0x1dab0e62 vme_slot_num +EXPORT_SYMBOL vmlinux 0x1db7dc40 pgprot_kernel +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dec5da1 update_devfreq +EXPORT_SYMBOL vmlinux 0x1df9e7cf omap_dss_put_device +EXPORT_SYMBOL vmlinux 0x1dfcd1c0 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x1dfe7a3d blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e11b0f7 put_tty_driver +EXPORT_SYMBOL vmlinux 0x1e1d4292 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e357b63 vfs_write +EXPORT_SYMBOL vmlinux 0x1e4b3882 devm_iounmap +EXPORT_SYMBOL vmlinux 0x1e513881 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e758c3d netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x1e7bd0ec md_done_sync +EXPORT_SYMBOL vmlinux 0x1e8b6ec6 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb20a38 fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ec4247d __d_drop +EXPORT_SYMBOL vmlinux 0x1eeb848e __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x1f0277be proto_register +EXPORT_SYMBOL vmlinux 0x1f1ea6c1 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0x1f20554f make_kuid +EXPORT_SYMBOL vmlinux 0x1f23cdf5 put_disk +EXPORT_SYMBOL vmlinux 0x1f69e152 pci_release_regions +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1f8a0bc0 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x1f8c38ac follow_down +EXPORT_SYMBOL vmlinux 0x1f8ecae1 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x1fab5905 wait_for_completion +EXPORT_SYMBOL vmlinux 0x1fb11fe4 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc97b2b alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2030ae9e ppp_input_error +EXPORT_SYMBOL vmlinux 0x20421305 on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x204b93d7 dma_mark_declared_memory_occupied +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x205ec8de omap_dispc_register_isr +EXPORT_SYMBOL vmlinux 0x205ff811 __block_write_begin +EXPORT_SYMBOL vmlinux 0x206a8b62 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20804c4c tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x20a3e374 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x20a73994 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20b81c34 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20e37d0d sock_recvmsg +EXPORT_SYMBOL vmlinux 0x20e60447 nobh_write_begin +EXPORT_SYMBOL vmlinux 0x20e9daa0 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x20f76916 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x211331fa __divsi3 +EXPORT_SYMBOL vmlinux 0x21217716 dma_common_mmap +EXPORT_SYMBOL vmlinux 0x213ec987 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x21497493 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x214b764c md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x214e1998 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x2157965d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x216781f0 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x218594bb mmc_release_host +EXPORT_SYMBOL vmlinux 0x218abc52 register_sound_dsp +EXPORT_SYMBOL vmlinux 0x21a066f4 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x21a2c583 bio_put +EXPORT_SYMBOL vmlinux 0x21af0dee pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x21f7eb8f claim_fiq +EXPORT_SYMBOL vmlinux 0x21fd645a atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x221f04f5 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222fa684 lg_global_lock +EXPORT_SYMBOL vmlinux 0x2232a8a5 mempool_free +EXPORT_SYMBOL vmlinux 0x223cc898 omap_vrfb_max_height +EXPORT_SYMBOL vmlinux 0x2256fafa div64_u64_rem +EXPORT_SYMBOL vmlinux 0x226dbab7 dput +EXPORT_SYMBOL vmlinux 0x22738c89 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x2277d558 mx53_revision +EXPORT_SYMBOL vmlinux 0x22800b10 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x22830711 edma_clear_event +EXPORT_SYMBOL vmlinux 0x228a7385 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22ca12a8 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x22dfdd06 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x22ed252c bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x22f5e6b0 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x23015889 __seq_open_private +EXPORT_SYMBOL vmlinux 0x23135147 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x232bfb8f sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x233058fb inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0x2331c3f6 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x236c9e0f request_key_async +EXPORT_SYMBOL vmlinux 0x239f7afc scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23a9f214 __page_symlink +EXPORT_SYMBOL vmlinux 0x23aa49d3 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23f0cbd0 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x23ff9539 wireless_send_event +EXPORT_SYMBOL vmlinux 0x240ddbea dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24231636 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x2426c3d0 tso_start +EXPORT_SYMBOL vmlinux 0x24286dbc xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0x243385c0 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245a4b78 thaw_super +EXPORT_SYMBOL vmlinux 0x246827b6 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x2470b37d clk_add_alias +EXPORT_SYMBOL vmlinux 0x24783e66 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x24796d41 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x24a4c3a1 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x24a4f131 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL vmlinux 0x24af6a62 bio_advance +EXPORT_SYMBOL vmlinux 0x24b86336 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x24c26c5c bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x24d7b4eb cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x24e63437 snd_ctl_remove_id +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x251ef49a tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x2527a087 vme_slave_set +EXPORT_SYMBOL vmlinux 0x252872ab dm_kobject_release +EXPORT_SYMBOL vmlinux 0x2533daa1 napi_complete +EXPORT_SYMBOL vmlinux 0x254b83dd led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x25540332 inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0x25543eba kill_litter_super +EXPORT_SYMBOL vmlinux 0x2555c6ec tty_port_init +EXPORT_SYMBOL vmlinux 0x2555d34e zpool_register_driver +EXPORT_SYMBOL vmlinux 0x255acb5f tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x256f5a51 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x257a9de8 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x257fac24 mount_bdev +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25919dfc snd_pcm_hw_refine +EXPORT_SYMBOL vmlinux 0x2594b1c2 km_is_alive +EXPORT_SYMBOL vmlinux 0x2599da8e names_cachep +EXPORT_SYMBOL vmlinux 0x25a06b07 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x25a580ce nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x25b6f606 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x25c2cf43 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25f673fc gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x25fddfa2 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x261beecc unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x262bd708 lock_rename +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x26414d49 prepare_creds +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x2659588f genlmsg_put +EXPORT_SYMBOL vmlinux 0x26694c37 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x26695728 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x26854c66 amba_driver_register +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26bd8346 kernel_connect +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26e95f73 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x26fb2ece pci_request_regions +EXPORT_SYMBOL vmlinux 0x27225375 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x27404896 d_alloc +EXPORT_SYMBOL vmlinux 0x275ef902 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x27732b62 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x27734765 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0x277ba701 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x2781ec66 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27965bfa sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x279f2e03 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x27a640cc tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x27a7b241 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c608e0 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x27c69043 key_put +EXPORT_SYMBOL vmlinux 0x27c7a665 tcf_hash_search +EXPORT_SYMBOL vmlinux 0x27d6cee0 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x27dcdb04 skb_dequeue +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27f0a8ff snd_get_device +EXPORT_SYMBOL vmlinux 0x28118cb6 __get_user_1 +EXPORT_SYMBOL vmlinux 0x2811c3c2 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x283146cb nf_log_packet +EXPORT_SYMBOL vmlinux 0x285db2a9 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x2883d417 of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0x28871298 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x2887fa1c poll_initwait +EXPORT_SYMBOL vmlinux 0x288d6e5e free_buffer_head +EXPORT_SYMBOL vmlinux 0x2890538a skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x289606b8 __alloc_skb +EXPORT_SYMBOL vmlinux 0x289e5925 noop_qdisc +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28c5c710 build_skb +EXPORT_SYMBOL vmlinux 0x28d300b6 dev_uc_init +EXPORT_SYMBOL vmlinux 0x28d6861d __vmalloc +EXPORT_SYMBOL vmlinux 0x28f88fd5 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x290d7f29 kdb_current_task +EXPORT_SYMBOL vmlinux 0x29134703 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x291d43ad bio_map_user +EXPORT_SYMBOL vmlinux 0x29331091 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x2940651a skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x2949c110 dev_alert +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x2978974a ilookup +EXPORT_SYMBOL vmlinux 0x298dff94 fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x299ca1aa kobject_get +EXPORT_SYMBOL vmlinux 0x29aaefda snd_pcm_mmap_data +EXPORT_SYMBOL vmlinux 0x29b1c366 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x29e1b020 ida_simple_remove +EXPORT_SYMBOL vmlinux 0x29ee232c dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x29efc064 dev_close +EXPORT_SYMBOL vmlinux 0x29f4c3d8 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x29f505f9 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a11ae6f __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a3aa678 _test_and_clear_bit +EXPORT_SYMBOL vmlinux 0x2a4fc990 pid_task +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a7cac99 pci_add_resource +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2aa3860a inet6_release +EXPORT_SYMBOL vmlinux 0x2aa48ba8 tcp_connect +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2ae9172b videomode_to_omap_video_timings +EXPORT_SYMBOL vmlinux 0x2ae92f88 snd_pcm_notify +EXPORT_SYMBOL vmlinux 0x2aed811e kernel_bind +EXPORT_SYMBOL vmlinux 0x2affead8 blkdev_put +EXPORT_SYMBOL vmlinux 0x2b056bef mmc_can_erase +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b12925d cpumask_next_and +EXPORT_SYMBOL vmlinux 0x2b162a29 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x2b26a87f xfrm_input +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b3436d5 pci_request_region +EXPORT_SYMBOL vmlinux 0x2b3e46da cdrom_open +EXPORT_SYMBOL vmlinux 0x2b40269a nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x2b4e956e mempool_create +EXPORT_SYMBOL vmlinux 0x2b585a97 __secpath_destroy +EXPORT_SYMBOL vmlinux 0x2b7ec04e tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x2b7fd509 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bd55eca devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x2bddcb7a generic_block_bmap +EXPORT_SYMBOL vmlinux 0x2bdf42ac phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2be106bb scsi_register_driver +EXPORT_SYMBOL vmlinux 0x2beb7ab2 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x2bfa353e ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x2c04f480 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c20f6f9 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c261a87 soft_cursor +EXPORT_SYMBOL vmlinux 0x2c382bcd loop_register_transfer +EXPORT_SYMBOL vmlinux 0x2c4b28d3 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x2c5231d8 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x2c60f67d mount_nodev +EXPORT_SYMBOL vmlinux 0x2c7c8e9a pcibios_min_mem +EXPORT_SYMBOL vmlinux 0x2c81ec75 __irq_regs +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2c9732f8 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x2c988955 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x2ce04c09 vme_lm_request +EXPORT_SYMBOL vmlinux 0x2cef7998 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x2cfea4a3 netdev_crit +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d241104 lock_may_write +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d5cc42c serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x2d6031c7 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x2d6507b5 _find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0x2d6d4ae5 __free_pages +EXPORT_SYMBOL vmlinux 0x2d7351fc scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x2d770676 dispc_mgr_go +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d8ca4c2 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2db6ffff mxc_iomux_v3_setup_pad +EXPORT_SYMBOL vmlinux 0x2dd9a36b flex_array_shrink +EXPORT_SYMBOL vmlinux 0x2de7d73b phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2df2fe33 dev_get_stats +EXPORT_SYMBOL vmlinux 0x2dfd31dd jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x2e061f08 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x2e11532a generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x2e12d098 vfs_fsync +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e3450bb cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x2e3d6ec4 find_get_entry +EXPORT_SYMBOL vmlinux 0x2e3f8175 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x2e49e0f9 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x2e56aa77 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x2e5810c6 __aeabi_unwind_cpp_pr1 +EXPORT_SYMBOL vmlinux 0x2e610547 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0x2e7787da ___pskb_trim +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ed05f89 key_validate +EXPORT_SYMBOL vmlinux 0x2edafe1f tc_classify +EXPORT_SYMBOL vmlinux 0x2edbc743 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x2ee3bd5b rt6_lookup +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f031946 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f204eb2 arp_tbl +EXPORT_SYMBOL vmlinux 0x2f2693ac dquot_alloc +EXPORT_SYMBOL vmlinux 0x2f3fe02b scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x2f771747 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x2f81fea4 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x2f821875 sock_wfree +EXPORT_SYMBOL vmlinux 0x2f82d48d jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x2f9c9544 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x2f9ca51e ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fb9d408 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0x2fd37a61 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x30094a80 skb_push +EXPORT_SYMBOL vmlinux 0x300a78bd dma_release_declared_memory +EXPORT_SYMBOL vmlinux 0x30136211 of_clk_get +EXPORT_SYMBOL vmlinux 0x30166013 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x3017d3d5 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x301b57cc scsi_unregister +EXPORT_SYMBOL vmlinux 0x303f0789 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x30599cee ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x30638644 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x3067bb4d neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x3082a0b3 dss_feat_get_supported_color_modes +EXPORT_SYMBOL vmlinux 0x308aad56 omap_vrfb_min_phys_size +EXPORT_SYMBOL vmlinux 0x30a277b5 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30b65a5f devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0x30b71200 blk_peek_request +EXPORT_SYMBOL vmlinux 0x30bb2348 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x30f64119 send_sig_info +EXPORT_SYMBOL vmlinux 0x30fa150e locks_copy_lock +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x310e8b1f ata_port_printk +EXPORT_SYMBOL vmlinux 0x31118670 bioset_create +EXPORT_SYMBOL vmlinux 0x312824e0 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x312b4eb4 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x312c59be free_user_ns +EXPORT_SYMBOL vmlinux 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL vmlinux 0x313fe419 security_path_truncate +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315ba5f7 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x3178a4c6 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x31805f80 __net_get_random_once +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x31974a34 ps2_init +EXPORT_SYMBOL vmlinux 0x31a54536 tty_vhangup +EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x31b634e1 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x31c5f9cc md_unregister_thread +EXPORT_SYMBOL vmlinux 0x31e7eb1d stop_tty +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x31f283e4 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x3216809a snd_timer_open +EXPORT_SYMBOL vmlinux 0x323647e1 genphy_config_init +EXPORT_SYMBOL vmlinux 0x32481544 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x326afd58 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x328a05f1 strncpy +EXPORT_SYMBOL vmlinux 0x328cad1e vme_bus_num +EXPORT_SYMBOL vmlinux 0x32907b91 idr_remove +EXPORT_SYMBOL vmlinux 0x32b85f8c bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x32df477c pci_pme_capable +EXPORT_SYMBOL vmlinux 0x32f23b4d __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x32f75664 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x3316845e idr_get_next +EXPORT_SYMBOL vmlinux 0x33194801 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x3330a47d gen_pool_free +EXPORT_SYMBOL vmlinux 0x3331082c fget +EXPORT_SYMBOL vmlinux 0x3339224b inet_frags_fini +EXPORT_SYMBOL vmlinux 0x33533c47 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x335deb34 send_sig +EXPORT_SYMBOL vmlinux 0x3368cc98 find_vma +EXPORT_SYMBOL vmlinux 0x33690478 phy_connect +EXPORT_SYMBOL vmlinux 0x3371de30 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x33782d75 dquot_acquire +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x3398683c remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0x33b0a804 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL vmlinux 0x33b6680c input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33be8be8 snd_timer_global_register +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33de0370 dev_mc_init +EXPORT_SYMBOL vmlinux 0x33e4b8f9 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x33e6693b blk_execute_rq +EXPORT_SYMBOL vmlinux 0x33eb455c kern_unmount +EXPORT_SYMBOL vmlinux 0x33ec3f6b generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f8b2c5 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x33f97267 mpage_readpages +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341dbfa3 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x34231ede pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x344398c9 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x344b7739 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x3452f4cf scsi_init_io +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x346cce42 add_disk +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x34869971 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34e6e538 dquot_disable +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f6c4f1 irq_set_chip +EXPORT_SYMBOL vmlinux 0x35060526 padata_do_serial +EXPORT_SYMBOL vmlinux 0x3507a132 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x352acb61 inode_set_flags +EXPORT_SYMBOL vmlinux 0x35329dab pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x353c4569 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x353de98f cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x353e3fa5 __get_user_4 +EXPORT_SYMBOL vmlinux 0x35426005 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x354bf872 d_drop +EXPORT_SYMBOL vmlinux 0x3556d3c5 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x355a4416 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x357ca87d generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x3598341c __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x35adc2d1 do_splice_from +EXPORT_SYMBOL vmlinux 0x35aeff61 snd_pcm_new +EXPORT_SYMBOL vmlinux 0x35bb973a mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x35f4984b set_create_files_as +EXPORT_SYMBOL vmlinux 0x35f836de skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x35fbd6a1 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3612c10f tmio_core_mmc_enable +EXPORT_SYMBOL vmlinux 0x362172ae snd_card_new +EXPORT_SYMBOL vmlinux 0x3623c4e5 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x363ed9c3 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x3642ac77 eth_change_mtu +EXPORT_SYMBOL vmlinux 0x36470187 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x364f3da0 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x36898115 vfs_writev +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36cafa80 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x36d1fa67 xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x36e51853 inet6_bind +EXPORT_SYMBOL vmlinux 0x36f80549 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x371a7835 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x372bf131 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x3733304c bdi_destroy +EXPORT_SYMBOL vmlinux 0x3744b472 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3750b235 sock_rfree +EXPORT_SYMBOL vmlinux 0x37772f2d simple_lookup +EXPORT_SYMBOL vmlinux 0x37874d1d phy_device_create +EXPORT_SYMBOL vmlinux 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37b6c084 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37d3d297 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37f22dc2 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x37f2b817 nf_register_hook +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x37f7b0c2 tso_count_descs +EXPORT_SYMBOL vmlinux 0x380a900c mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x381446ac scsi_remove_target +EXPORT_SYMBOL vmlinux 0x3819b6f9 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x38315af8 simple_setattr +EXPORT_SYMBOL vmlinux 0x38412ee3 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x3875a2d1 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388e5a03 udp_proc_register +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 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38bbc5c6 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x38beb846 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x38cf5685 sk_common_release +EXPORT_SYMBOL vmlinux 0x38d30e1f dst_alloc +EXPORT_SYMBOL vmlinux 0x38e359ff neigh_destroy +EXPORT_SYMBOL vmlinux 0x38eec83e of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x38ff6d41 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x390156bb thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x391165f3 kobject_init +EXPORT_SYMBOL vmlinux 0x3924dd56 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3941cbba mmc_detect_change +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x39685816 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL vmlinux 0x39730d06 atomic_io_modify +EXPORT_SYMBOL vmlinux 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL vmlinux 0x39c01b83 dev_driver_string +EXPORT_SYMBOL vmlinux 0x39c1a244 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x39c8cc2e poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x39f3de7e key_alloc +EXPORT_SYMBOL vmlinux 0x3a0de8fa skb_seq_read +EXPORT_SYMBOL vmlinux 0x3a49ba42 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x3a7791bd kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3aac9569 mxc_iomux_v3_setup_multiple_pads +EXPORT_SYMBOL vmlinux 0x3ae09429 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x3ae0d248 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x3b15dc8e phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x3b77b0d1 unregister_netdev +EXPORT_SYMBOL vmlinux 0x3b8db3e6 dm_io +EXPORT_SYMBOL vmlinux 0x3b902c50 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x3b91f3af snd_free_pages +EXPORT_SYMBOL vmlinux 0x3b93e772 inet_bind +EXPORT_SYMBOL vmlinux 0x3b964e06 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x3bae7dbb scsi_scan_host +EXPORT_SYMBOL vmlinux 0x3bbf46ea vga_base +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3be97e40 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x3bf13855 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x3bf4d08c scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x3c01d7ed set_security_override +EXPORT_SYMBOL vmlinux 0x3c104f09 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x3c2c5e74 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c49c0e8 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x3c55f8d0 scsi_device_get +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c846da0 dss_mgr_disable +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3d08b2a4 __blk_end_request +EXPORT_SYMBOL vmlinux 0x3d095653 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x3d3c540f elf_hwcap +EXPORT_SYMBOL vmlinux 0x3d5195a9 ip_ct_attach +EXPORT_SYMBOL vmlinux 0x3d5b3163 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x3d8741bb generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x3d953d8c set_disk_ro +EXPORT_SYMBOL vmlinux 0x3d97e0d8 skb_pull +EXPORT_SYMBOL vmlinux 0x3d98e6ec pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x3d9e8d8e pps_unregister_source +EXPORT_SYMBOL vmlinux 0x3db33116 sk_alloc +EXPORT_SYMBOL vmlinux 0x3dba3402 sg_miter_next +EXPORT_SYMBOL vmlinux 0x3dbf097c pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x3dc62af5 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0c6cda dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x3e2ac6ca d_find_alias +EXPORT_SYMBOL vmlinux 0x3e2b5c1a finish_no_open +EXPORT_SYMBOL vmlinux 0x3e2deae4 tty_unlock +EXPORT_SYMBOL vmlinux 0x3e35d3ed bdev_read_only +EXPORT_SYMBOL vmlinux 0x3e56dbb9 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x3e6f0891 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x3e884f4b vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e91c66f dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x3e967257 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x3eae46f4 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x3ed36529 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x3ed4fed2 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3edc40c5 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x3ee1d77c blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x3efb55da xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4547b7 account_page_redirty +EXPORT_SYMBOL vmlinux 0x3f5b67d5 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3f63ded2 set_cached_acl +EXPORT_SYMBOL vmlinux 0x3f67d87b page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x3f6f8cc9 start_tty +EXPORT_SYMBOL vmlinux 0x3f91f774 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x3fab3ca9 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x3fc464ab posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x3fc89d1f locks_init_lock +EXPORT_SYMBOL vmlinux 0x3fcdba4b __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x3ff405fc blk_put_queue +EXPORT_SYMBOL vmlinux 0x400de501 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x4011ccb9 seq_putc +EXPORT_SYMBOL vmlinux 0x401c1701 audit_log +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x405c80f0 tcp_prequeue +EXPORT_SYMBOL vmlinux 0x407136b1 __put_user_8 +EXPORT_SYMBOL vmlinux 0x407a3275 omap_start_dma +EXPORT_SYMBOL vmlinux 0x407a5d5b netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40ad3abc neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x40b3f295 input_reset_device +EXPORT_SYMBOL vmlinux 0x40b6b016 simple_release_fs +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40ce485b mempool_resize +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40ed524a _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x40f07981 __ashldi3 +EXPORT_SYMBOL vmlinux 0x4103b577 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x4107064a ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41504012 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x4157fcc7 flow_cache_fini +EXPORT_SYMBOL vmlinux 0x416d1c28 user_revoke +EXPORT_SYMBOL vmlinux 0x417817c9 twl6040_power +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41968c51 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x4197417c snd_device_free +EXPORT_SYMBOL vmlinux 0x419ced34 skb_clone +EXPORT_SYMBOL vmlinux 0x41d81d87 phy_stop +EXPORT_SYMBOL vmlinux 0x41df92b8 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x41e5ec26 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x4202a689 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x423d81ed ida_pre_get +EXPORT_SYMBOL vmlinux 0x4242cbed swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x4298b775 v7_flush_kern_cache_all +EXPORT_SYMBOL vmlinux 0x429be6d3 remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42bfaab1 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL vmlinux 0x42e8f4fc __dquot_transfer +EXPORT_SYMBOL vmlinux 0x42f3dcac xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x42f97a95 mtd_concat_destroy +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4305180e dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x43098fbf kill_pgrp +EXPORT_SYMBOL vmlinux 0x4323b27e mmc_fixup_device +EXPORT_SYMBOL vmlinux 0x43301a48 simple_write_end +EXPORT_SYMBOL vmlinux 0x43389e93 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x435ffd0c unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x4371605a xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x437389b3 unregister_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x43827fa5 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43941766 sound_class +EXPORT_SYMBOL vmlinux 0x439719fc d_move +EXPORT_SYMBOL vmlinux 0x439e7e83 omapdss_output_unset_device +EXPORT_SYMBOL vmlinux 0x43b5ee16 mount_single +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x43f35d93 vme_register_driver +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x441555fd truncate_setsize +EXPORT_SYMBOL vmlinux 0x441ed159 omap_get_dma_src_pos +EXPORT_SYMBOL vmlinux 0x4423bb83 scsi_print_command +EXPORT_SYMBOL vmlinux 0x442495c9 tmio_core_mmc_resume +EXPORT_SYMBOL vmlinux 0x44287b17 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x443c707a inet_ioctl +EXPORT_SYMBOL vmlinux 0x443d7f5e snd_card_file_remove +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x4443c1be mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x444732cc unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x4449b581 scsi_device_put +EXPORT_SYMBOL vmlinux 0x4457a236 ppp_input +EXPORT_SYMBOL vmlinux 0x44643b93 __aeabi_lmul +EXPORT_SYMBOL vmlinux 0x4468579b tty_port_put +EXPORT_SYMBOL vmlinux 0x44807b70 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x4484edf7 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL vmlinux 0x44da5d0f __csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x44dd3d8d completion_done +EXPORT_SYMBOL vmlinux 0x44e38a67 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45501709 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x456e3be3 arm_coherent_dma_ops +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x459d2cef __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x45a3abbe dma_sync_wait +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45bda0d5 system_serial_low +EXPORT_SYMBOL vmlinux 0x45c99506 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x45d4ae71 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x45fa45fc snd_register_device_for_dev +EXPORT_SYMBOL vmlinux 0x45fe2b2a scsi_execute +EXPORT_SYMBOL vmlinux 0x4606a089 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x4626dd2c inet_getname +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x463cd89a mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x4644fde7 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x4650f81d proc_mkdir +EXPORT_SYMBOL vmlinux 0x4651eb68 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x465757c3 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466a3703 skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x46727a68 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x46739fc0 cdev_init +EXPORT_SYMBOL vmlinux 0x467c0b27 phy_driver_register +EXPORT_SYMBOL vmlinux 0x4687f52c dev_mc_sync +EXPORT_SYMBOL vmlinux 0x468fc31a generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x46a5e6ca __lock_buffer +EXPORT_SYMBOL vmlinux 0x46d3b28c __div0 +EXPORT_SYMBOL vmlinux 0x46dcbd2b zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0x46f19939 omapdss_output_set_device +EXPORT_SYMBOL vmlinux 0x46f60f6a register_quota_format +EXPORT_SYMBOL vmlinux 0x46fa5e9a twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x474c96ed padata_start +EXPORT_SYMBOL vmlinux 0x4751a24e prepare_binprm +EXPORT_SYMBOL vmlinux 0x475b3a99 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x476e031f jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x47862aeb d_obtain_alias +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x47a8fb53 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47be943d xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47d0bfb2 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x47e70229 v7_flush_user_cache_range +EXPORT_SYMBOL vmlinux 0x47f757de elf_platform +EXPORT_SYMBOL vmlinux 0x48008b57 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x481a1a25 fb_blank +EXPORT_SYMBOL vmlinux 0x481c1ec1 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x481ce6ce cpu_active_mask +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x482cfabb tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x4832d269 account_page_dirtied +EXPORT_SYMBOL vmlinux 0x48373940 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x48446d0d zero_fill_bio +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x48643550 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x487a4460 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x4884210e snd_card_register +EXPORT_SYMBOL vmlinux 0x488bd2f4 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x48a5b067 __machine_arch_type +EXPORT_SYMBOL vmlinux 0x48adba46 snd_pcm_set_sync +EXPORT_SYMBOL vmlinux 0x48b54f4e neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48d4d57b jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x49278534 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x493ff6be frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x4977cdc5 elevator_change +EXPORT_SYMBOL vmlinux 0x49925d0d snd_info_create_module_entry +EXPORT_SYMBOL vmlinux 0x499cb58c prepare_to_wait +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49cdce77 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x49de1949 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x49ebacbd _clear_bit +EXPORT_SYMBOL vmlinux 0x49fab204 set_blocksize +EXPORT_SYMBOL vmlinux 0x4a0f11c6 of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x4a2156d9 seq_bitmap +EXPORT_SYMBOL vmlinux 0x4a2630ac kmem_cache_create +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a39e5a1 omap_set_dma_src_params +EXPORT_SYMBOL vmlinux 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL vmlinux 0x4a57b339 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x4a7d944e bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x4a7fb243 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x4a9bf0c7 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x4aa0a103 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4abd59e1 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x4ac990bb sk_filter +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b015768 snd_iprintf +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b25a948 elv_add_request +EXPORT_SYMBOL vmlinux 0x4b347b76 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b524f1d cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b777b76 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x4b7c1a16 snd_pcm_lib_writev +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bb02ab2 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x4bb0778e vm_stat +EXPORT_SYMBOL vmlinux 0x4bb5329f dev_remove_pack +EXPORT_SYMBOL vmlinux 0x4bb9d791 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x4bcf03a4 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x4bd6e422 setup_new_exec +EXPORT_SYMBOL vmlinux 0x4bdf3257 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x4be7fb63 up +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bf31cb8 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x4bf72604 cdev_del +EXPORT_SYMBOL vmlinux 0x4c006827 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c12844f flow_cache_init +EXPORT_SYMBOL vmlinux 0x4c233a44 _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c33081d omapdss_compat_uninit +EXPORT_SYMBOL vmlinux 0x4c47e791 bio_clone_fast +EXPORT_SYMBOL vmlinux 0x4c5fc58c _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x4c6a417e __scm_send +EXPORT_SYMBOL vmlinux 0x4c715762 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x4c7aa57f omap_dss_find_device +EXPORT_SYMBOL vmlinux 0x4c7e73ea pci_iomap +EXPORT_SYMBOL vmlinux 0x4c86184b remove_wait_queue +EXPORT_SYMBOL vmlinux 0x4c8e0863 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x4c8f2334 eth_header_cache +EXPORT_SYMBOL vmlinux 0x4c908360 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc2854d tegra114_clock_assert_dfll_dvco_reset +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cec0ea4 mb_cache_create +EXPORT_SYMBOL vmlinux 0x4cfb9200 read_dev_sector +EXPORT_SYMBOL vmlinux 0x4d04aef2 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d1a5a78 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x4d3190e4 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d3f91ec xfrm_register_km +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d621e04 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x4d83b295 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x4d8dfe9b gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x4d9274f1 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d98c08e d_set_d_op +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL vmlinux 0x4da37cc6 skb_make_writable +EXPORT_SYMBOL vmlinux 0x4de2d72c security_path_chmod +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4dec6038 memscan +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e045650 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x4e34186e inet_listen +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e3ee17b kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x4e408721 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x4e47319a del_gendisk +EXPORT_SYMBOL vmlinux 0x4e506013 omap_dma_link_lch +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6a7aeb lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e9ce9f9 edma_link +EXPORT_SYMBOL vmlinux 0x4e9e9d25 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x4ed10d0c devm_gpio_request +EXPORT_SYMBOL vmlinux 0x4ef2e878 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL vmlinux 0x4ef459a4 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL vmlinux 0x4f149b13 __pagevec_release +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f206c08 nla_append +EXPORT_SYMBOL vmlinux 0x4f2f80bc unlock_buffer +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f3bbe8d devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f63ddae down_write +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f8b0002 snd_pcm_open_substream +EXPORT_SYMBOL vmlinux 0x4f9c0983 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x4fa53f1e vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x4fd1b0c5 nla_reserve +EXPORT_SYMBOL vmlinux 0x5006c8d9 napi_get_frags +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x500b1055 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x503b06fc __skb_get_hash +EXPORT_SYMBOL vmlinux 0x50423ac2 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x5046ccfe in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x50523be1 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x507f89b1 unregister_console +EXPORT_SYMBOL vmlinux 0x50862935 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x509817cf vprintk_emit +EXPORT_SYMBOL vmlinux 0x50a5b366 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x50a73bd2 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x50b66bcb radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x50ccff03 omap_dma_set_prio_lch +EXPORT_SYMBOL vmlinux 0x50d5612e dispc_mgr_get_sync_lost_irq +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50e63197 I_BDEV +EXPORT_SYMBOL vmlinux 0x50fdf107 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x510a3ba5 bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x51133021 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x51150c03 mount_ns +EXPORT_SYMBOL vmlinux 0x511746c1 dump_fpu +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x511ca2c0 i2c_release_client +EXPORT_SYMBOL vmlinux 0x512b9515 mii_link_ok +EXPORT_SYMBOL vmlinux 0x513c4862 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x51402a11 snd_unregister_device +EXPORT_SYMBOL vmlinux 0x514d0589 backlight_device_register +EXPORT_SYMBOL vmlinux 0x51612303 kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x5169161d omap_free_dma_chain +EXPORT_SYMBOL vmlinux 0x51741a89 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x51908eb8 __raw_writesl +EXPORT_SYMBOL vmlinux 0x519bec74 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x51d559d1 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x51dc0522 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x5200ed86 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x523a68de mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x52734a0b blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x52853787 netif_skb_features +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x528d0c14 idr_init +EXPORT_SYMBOL vmlinux 0x52a732ef pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52bb841c atomic_io_modify_relaxed +EXPORT_SYMBOL vmlinux 0x52d56505 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL vmlinux 0x5301ccbe mddev_congested +EXPORT_SYMBOL vmlinux 0x530a9c6e nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x533864eb security_inode_readlink +EXPORT_SYMBOL vmlinux 0x5347b49a amba_device_unregister +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x53ad2c29 release_firmware +EXPORT_SYMBOL vmlinux 0x53cdc022 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x53da6853 sys_imageblit +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5412fde6 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x541aa20b __get_page_tail +EXPORT_SYMBOL vmlinux 0x5427c433 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5440f76a i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x545a2cd2 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x547077ec __wake_up_bit +EXPORT_SYMBOL vmlinux 0x547ce898 dispc_read_irqenable +EXPORT_SYMBOL vmlinux 0x5486886c i2c_use_client +EXPORT_SYMBOL vmlinux 0x548a150a __module_get +EXPORT_SYMBOL vmlinux 0x549304c1 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54ada972 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x54c90038 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x54cb48a9 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x54d1f3c9 __register_nls +EXPORT_SYMBOL vmlinux 0x54db52ef mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54f0f135 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x54f6830a omapdss_get_default_display_name +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5526eb45 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x553bf875 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x5579d24c elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x5599b0af ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x55b22913 usbnet_manage_power +EXPORT_SYMBOL vmlinux 0x55c27f23 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x55fbcbf3 netdev_info +EXPORT_SYMBOL vmlinux 0x560147fd edma_unlink +EXPORT_SYMBOL vmlinux 0x5603c01d path_nosuid +EXPORT_SYMBOL vmlinux 0x56099c72 kthread_stop +EXPORT_SYMBOL vmlinux 0x561ee777 keyring_clear +EXPORT_SYMBOL vmlinux 0x56258228 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x5661a279 vc_cons +EXPORT_SYMBOL vmlinux 0x56789ac5 omap_set_dma_color_mode +EXPORT_SYMBOL vmlinux 0x5689afe7 dispc_ovl_enable +EXPORT_SYMBOL vmlinux 0x56b53915 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x56bc2f15 dispc_ovl_set_channel_out +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d3d609 icmpv6_send +EXPORT_SYMBOL vmlinux 0x5700a025 blk_end_request +EXPORT_SYMBOL vmlinux 0x572dcdaa security_task_getsecid +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x57375d67 ip_options_compile +EXPORT_SYMBOL vmlinux 0x574c3c78 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57582ce5 inet_del_offload +EXPORT_SYMBOL vmlinux 0x57600c8c tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x5763daab inode_init_always +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x576e02c2 proc_create_data +EXPORT_SYMBOL vmlinux 0x5776e8f4 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x57975c6b tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x579e173a qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL vmlinux 0x57f88837 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x5806e0fb __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x5819c089 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x58234ec1 kern_path_create +EXPORT_SYMBOL vmlinux 0x582e2226 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5847d02e get_thermal_instance +EXPORT_SYMBOL vmlinux 0x58516557 omap_set_dma_src_data_pack +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x5879e116 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x589f6770 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x58b66c1b bdi_register_dev +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58b7878a dev_err +EXPORT_SYMBOL vmlinux 0x58c2d1c8 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x58c77d50 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x58d633c7 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x58ec734f __serio_register_port +EXPORT_SYMBOL vmlinux 0x58ee0a22 kernel_sendpage +EXPORT_SYMBOL vmlinux 0x58f7e577 snd_device_register +EXPORT_SYMBOL vmlinux 0x58fa4c54 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x59177721 vfs_link +EXPORT_SYMBOL vmlinux 0x592128a9 touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0x5925c808 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x592985ba mdiobus_register +EXPORT_SYMBOL vmlinux 0x59306a2e dev_change_carrier +EXPORT_SYMBOL vmlinux 0x59347c20 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x59378a20 tty_register_device +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594e1317 __modsi3 +EXPORT_SYMBOL vmlinux 0x59598b6b genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x595c103c i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x59817430 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x598542b2 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x598cd828 udp_table +EXPORT_SYMBOL vmlinux 0x599ea6a6 input_unregister_device +EXPORT_SYMBOL vmlinux 0x59a17bfc tegra114_clock_tune_cpu_trimmers_high +EXPORT_SYMBOL vmlinux 0x59a36b66 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x59a41cc6 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x59bdc5b5 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0x59c08ff0 __tcf_hash_release +EXPORT_SYMBOL vmlinux 0x59d29dab v7_flush_kern_dcache_area +EXPORT_SYMBOL vmlinux 0x59d8223a ioport_resource +EXPORT_SYMBOL vmlinux 0x59e5070d __do_div64 +EXPORT_SYMBOL vmlinux 0x59f9d7fa amba_find_device +EXPORT_SYMBOL vmlinux 0x5a025ce4 brioctl_set +EXPORT_SYMBOL vmlinux 0x5a36927e xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x5a4ab157 dm_register_target +EXPORT_SYMBOL vmlinux 0x5a552917 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a7a6ee1 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x5a7f5c07 input_register_handler +EXPORT_SYMBOL vmlinux 0x5a975239 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x5a9c993e sock_kmalloc +EXPORT_SYMBOL vmlinux 0x5a9cc518 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x5aa2b661 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x5ab95797 ihold +EXPORT_SYMBOL vmlinux 0x5abf58af udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x5ae5be44 lg_lock_init +EXPORT_SYMBOL vmlinux 0x5ae7403b page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x5af66355 tty_write_room +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b004c83 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x5b04be5a disable_fiq +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b2cc0a6 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x5b37b4b4 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b4e8025 simple_dname +EXPORT_SYMBOL vmlinux 0x5b4eaef7 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x5b60e21b mpage_writepages +EXPORT_SYMBOL vmlinux 0x5b6b5d84 vfs_symlink +EXPORT_SYMBOL vmlinux 0x5b7670f5 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x5b890164 vmap +EXPORT_SYMBOL vmlinux 0x5b9ebc17 kill_pid +EXPORT_SYMBOL vmlinux 0x5bb9daec __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x5bc1373c of_translate_address +EXPORT_SYMBOL vmlinux 0x5bc96276 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x5be72af7 fasync_helper +EXPORT_SYMBOL vmlinux 0x5befa8a4 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x5bfbe52b up_write +EXPORT_SYMBOL vmlinux 0x5c265cba sg_init_one +EXPORT_SYMBOL vmlinux 0x5c2c978c sock_create +EXPORT_SYMBOL vmlinux 0x5c3934d8 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x5c5b95b1 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x5c62b876 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x5c6f7e91 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x5c8173b9 kill_bdev +EXPORT_SYMBOL vmlinux 0x5c8efd40 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x5c9284a0 processor_id +EXPORT_SYMBOL vmlinux 0x5c97a0bd fput +EXPORT_SYMBOL vmlinux 0x5c97ea7c proc_set_size +EXPORT_SYMBOL vmlinux 0x5ccbb4fb filemap_fault +EXPORT_SYMBOL vmlinux 0x5ce32154 arp_create +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d402d76 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d4b6f66 secpath_dup +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d56c1c0 input_open_device +EXPORT_SYMBOL vmlinux 0x5d574fa7 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x5d5e091a xfrm_init_state +EXPORT_SYMBOL vmlinux 0x5d731193 d_alloc_name +EXPORT_SYMBOL vmlinux 0x5d82283b thaw_bdev +EXPORT_SYMBOL vmlinux 0x5d895f42 dev_addr_del +EXPORT_SYMBOL vmlinux 0x5d905f02 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x5d9cbc0a simple_rename +EXPORT_SYMBOL vmlinux 0x5dd53d74 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x5ddd71b9 tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x5de776cf skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x5dedee29 htc_egpio_get_wakeup_irq +EXPORT_SYMBOL vmlinux 0x5dfec88a submit_bio +EXPORT_SYMBOL vmlinux 0x5e1a0754 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x5e24d6b3 check_disk_size_change +EXPORT_SYMBOL vmlinux 0x5e2eacdc get_disk +EXPORT_SYMBOL vmlinux 0x5e390233 genphy_read_status +EXPORT_SYMBOL vmlinux 0x5e39e6ed input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x5e4f8290 __getblk_slow +EXPORT_SYMBOL vmlinux 0x5e5132e5 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x5e60eb27 omap_dma_unlink_lch +EXPORT_SYMBOL vmlinux 0x5e7011c3 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x5e721daf pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL vmlinux 0x5e8a4944 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x5e8bd103 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x5e957833 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5ea4df6a tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x5eaa8510 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x5eaacc43 blk_make_request +EXPORT_SYMBOL vmlinux 0x5eacaa5f dst_release +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ebc66eb netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x5ecc37d8 __lock_page +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed355d3 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x5ed3d5b2 dma_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x5edf0cda pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x5ee7a233 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0c1b1a dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x5f15d8ee cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x5f271ad5 tcp_check_req +EXPORT_SYMBOL vmlinux 0x5f27323c _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x5f2b2e2b ip_defrag +EXPORT_SYMBOL vmlinux 0x5f30a4af tty_mutex +EXPORT_SYMBOL vmlinux 0x5f4ed055 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x5f6c119b snd_pcm_limit_hw_rates +EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f78e47d pci_dev_put +EXPORT_SYMBOL vmlinux 0x5f98e281 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x5fa6b827 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x5fc32214 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x5fd268cb radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fead411 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x5ff11cc3 pcibios_min_io +EXPORT_SYMBOL vmlinux 0x5ff30d38 d_validate +EXPORT_SYMBOL vmlinux 0x5ff353f1 skb_checksum +EXPORT_SYMBOL vmlinux 0x5ff96985 omapdss_unregister_display +EXPORT_SYMBOL vmlinux 0x5fff0c38 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x60055baa dispc_mgr_get_vsync_irq +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6012b0a3 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x6018ddec netif_receive_skb +EXPORT_SYMBOL vmlinux 0x601c1cff sync_blockdev +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6021e8e5 snd_timer_global_new +EXPORT_SYMBOL vmlinux 0x602518b6 vfs_read +EXPORT_SYMBOL vmlinux 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x60541702 edma_alloc_slot +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60c9890b snd_info_create_card_entry +EXPORT_SYMBOL vmlinux 0x60d7f11a __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60ee7822 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x60f7f1a3 security_mmap_file +EXPORT_SYMBOL vmlinux 0x60f91a25 block_write_full_page +EXPORT_SYMBOL vmlinux 0x6104e295 wait_iff_congested +EXPORT_SYMBOL vmlinux 0x61050c4d outer_cache +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x613f330b of_get_next_parent +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x615b5fda mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x61715bbe fb_pan_display +EXPORT_SYMBOL vmlinux 0x617a218d __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x6192e57d inode_get_bytes +EXPORT_SYMBOL vmlinux 0x61b3560c cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61f50829 irq_to_desc +EXPORT_SYMBOL vmlinux 0x6205347f shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x621c91a9 do_map_probe +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x624f0aaa blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x625cd251 __nla_put +EXPORT_SYMBOL vmlinux 0x6263e0c1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x626afc60 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x627a4a1a neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x62814090 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x629be72f eth_header_parse +EXPORT_SYMBOL vmlinux 0x62a68a48 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x62aacc63 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x62b8c375 release_sock +EXPORT_SYMBOL vmlinux 0x62db22b7 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x62ee0615 dma_pool_create +EXPORT_SYMBOL vmlinux 0x62ee8000 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x62f2635b cad_pid +EXPORT_SYMBOL vmlinux 0x62f4b13f bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x631053dd jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x6314d9be clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x633847db scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x634e6176 seq_puts +EXPORT_SYMBOL vmlinux 0x63505a84 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x63698fec fddi_type_trans +EXPORT_SYMBOL vmlinux 0x636b3461 omap_dss_get_num_overlays +EXPORT_SYMBOL vmlinux 0x6380fd6b pci_match_id +EXPORT_SYMBOL vmlinux 0x639ca668 generic_file_open +EXPORT_SYMBOL vmlinux 0x639e721a vm_mmap +EXPORT_SYMBOL vmlinux 0x63af3812 d_rehash +EXPORT_SYMBOL vmlinux 0x63cf4a74 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x63dc33e1 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f96ab3 vme_dma_request +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x6415e62e omap_dss_pal_timings +EXPORT_SYMBOL vmlinux 0x64289604 register_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x6434ca01 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x6447e8ef pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x6455bdbb xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x648b4183 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x64901b9e ip6_frag_match +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a22ff0 dispc_mgr_set_lcd_config +EXPORT_SYMBOL vmlinux 0x64a878b8 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x64a8e3c4 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x64b4dd56 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x64b4e318 try_to_release_page +EXPORT_SYMBOL vmlinux 0x64bc0d5d __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x64d354d0 vfs_setpos +EXPORT_SYMBOL vmlinux 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651623f9 dev_trans_start +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65466939 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x6554a945 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x6555b773 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x65694f18 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x6570535a sock_alloc_file +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x65c95e82 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65da39f4 request_firmware +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x660b458f tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x66227eae vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x66245e6c snd_dma_alloc_pages +EXPORT_SYMBOL vmlinux 0x6634793d textsearch_destroy +EXPORT_SYMBOL vmlinux 0x66552993 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x6687a3f8 fb_class +EXPORT_SYMBOL vmlinux 0x668c0241 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66a09bd2 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x66a79471 alloc_file +EXPORT_SYMBOL vmlinux 0x66a9ae98 seq_open_private +EXPORT_SYMBOL vmlinux 0x66c13296 mntget +EXPORT_SYMBOL vmlinux 0x66c45ecc locks_free_lock +EXPORT_SYMBOL vmlinux 0x66e83d0b mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x66f9f04a fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x6704184c neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x6736fd53 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0x674b4eaa unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x676bbc0f _set_bit +EXPORT_SYMBOL vmlinux 0x67742ca4 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x67a64af6 register_sound_special +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67e539f0 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0x67ff4f87 input_allocate_device +EXPORT_SYMBOL vmlinux 0x68066e1e dispc_mgr_set_timings +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x682054aa sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x682e3d02 of_get_min_tck +EXPORT_SYMBOL vmlinux 0x682e752f tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x6861b87f proc_remove +EXPORT_SYMBOL vmlinux 0x686d5653 finish_open +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68869bae panic_notifier_list +EXPORT_SYMBOL vmlinux 0x6888032b key_revoke +EXPORT_SYMBOL vmlinux 0x68949cdb snd_info_free_entry +EXPORT_SYMBOL vmlinux 0x689d5769 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x689e1ee1 uart_resume_port +EXPORT_SYMBOL vmlinux 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL vmlinux 0x68b5ac42 tty_devnum +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e43a7b fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x68fe021e ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x690559d6 netlink_set_err +EXPORT_SYMBOL vmlinux 0x690d5306 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x6915eb38 down_interruptible +EXPORT_SYMBOL vmlinux 0x6921fa6a blk_stop_queue +EXPORT_SYMBOL vmlinux 0x69285a02 tcp_seq_open +EXPORT_SYMBOL vmlinux 0x6933e2a9 __break_lease +EXPORT_SYMBOL vmlinux 0x69475c88 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69b6f8d9 omap_set_dma_transfer_params +EXPORT_SYMBOL vmlinux 0x69ce4756 phy_attach +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69d45b86 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x69d64468 phy_init_eee +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a09703d freeze_bdev +EXPORT_SYMBOL vmlinux 0x6a137295 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x6a33a510 mutex_lock +EXPORT_SYMBOL vmlinux 0x6a48a17d sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a6b4cec nand_scan +EXPORT_SYMBOL vmlinux 0x6a709f57 nla_put +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6aa8d54c vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x6acae2a9 vfs_unlink +EXPORT_SYMBOL vmlinux 0x6af127e1 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b612db8 da903x_query_status +EXPORT_SYMBOL vmlinux 0x6b637971 dst_destroy +EXPORT_SYMBOL vmlinux 0x6b70d74e vga_tryget +EXPORT_SYMBOL vmlinux 0x6b9c646c skb_tx_error +EXPORT_SYMBOL vmlinux 0x6ba609e7 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc9a70e vme_slave_request +EXPORT_SYMBOL vmlinux 0x6bda0385 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6bf048bd nf_reinject +EXPORT_SYMBOL vmlinux 0x6bfb8901 set_anon_super +EXPORT_SYMBOL vmlinux 0x6c0bdf99 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x6c131c6d __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x6c165fa0 would_dump +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c46ab88 security_path_unlink +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c5c4a21 new_sync_write +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6cdd4d wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c90405b nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x6c9a17c4 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x6cb9d220 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d107d71 omap_dss_ntsc_timings +EXPORT_SYMBOL vmlinux 0x6d254f71 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d2f7f73 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d464175 __sg_free_table +EXPORT_SYMBOL vmlinux 0x6d4b0574 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x6d630748 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x6d662533 _find_first_bit_le +EXPORT_SYMBOL vmlinux 0x6d7956b2 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x6d8837bd gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x6d8fb791 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x6d907607 neigh_table_init +EXPORT_SYMBOL vmlinux 0x6d98a110 gen_new_estimator +EXPORT_SYMBOL vmlinux 0x6d9af0d4 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x6d9eccfd dev_activate +EXPORT_SYMBOL vmlinux 0x6db6e259 datagram_poll +EXPORT_SYMBOL vmlinux 0x6ddb8b59 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x6dedd758 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6dfa6899 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x6e06b667 blk_complete_request +EXPORT_SYMBOL vmlinux 0x6e1d9240 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x6e2d2de4 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x6e426711 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x6e6514ed radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6e716c6a mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e900a14 dump_skip +EXPORT_SYMBOL vmlinux 0x6e94ba31 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6eb8a611 bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0x6eb9a6c0 tty_lock_pair +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ec072ea ether_setup +EXPORT_SYMBOL vmlinux 0x6ec9ccdb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL vmlinux 0x6f097660 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f68538b dev_open +EXPORT_SYMBOL vmlinux 0x6f8d3adb proc_set_user +EXPORT_SYMBOL vmlinux 0x6fa4e83b __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x6fa5be93 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcdb121 single_open_size +EXPORT_SYMBOL vmlinux 0x6fd24e79 bio_copy_kern +EXPORT_SYMBOL vmlinux 0x6fdbe48d elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x70097aa0 nand_bch_free +EXPORT_SYMBOL vmlinux 0x700bd9a0 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x7010ec63 submit_bh +EXPORT_SYMBOL vmlinux 0x7015c5a6 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x7037375c scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7062b4cd cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x7086cdbb netlink_ack +EXPORT_SYMBOL vmlinux 0x7089a81e __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x7093e835 noop_fsync +EXPORT_SYMBOL vmlinux 0x709e9260 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x70a79e81 bio_map_kern +EXPORT_SYMBOL vmlinux 0x70aded0c udp_ioctl +EXPORT_SYMBOL vmlinux 0x70b79968 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d4d682 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x70d78bc9 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x70e39dae dss_uninstall_mgr_ops +EXPORT_SYMBOL vmlinux 0x70e5e893 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x70fb6a91 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL vmlinux 0x711d506e tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712ed37b radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x713b2e8e snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL vmlinux 0x7142c63c edma_free_slot +EXPORT_SYMBOL vmlinux 0x714f3f67 ptp_clock_event +EXPORT_SYMBOL vmlinux 0x716770c1 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7175ba47 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x719da96e mmc_put_card +EXPORT_SYMBOL vmlinux 0x71a04467 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71c90087 memcmp +EXPORT_SYMBOL vmlinux 0x71ca6dbd deactivate_super +EXPORT_SYMBOL vmlinux 0x71f65175 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x71f7fc97 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x7205a84e tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x720e1700 snd_timer_resolution +EXPORT_SYMBOL vmlinux 0x72350130 ___ratelimit +EXPORT_SYMBOL vmlinux 0x723f1b03 kunmap +EXPORT_SYMBOL vmlinux 0x7253706c rwsem_wake +EXPORT_SYMBOL vmlinux 0x728155ff blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x7296d8a2 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x7298b7ad inet_shutdown +EXPORT_SYMBOL vmlinux 0x729fc9e0 kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x72b20b98 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x72b23c56 generic_writepages +EXPORT_SYMBOL vmlinux 0x72b48d16 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x72b5b2b7 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72b9302d blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x72d29e7d pci_release_region +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x73052fdb alloc_disk +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731b81f1 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x733c6f4f skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x73494a0e dispc_ovl_setup +EXPORT_SYMBOL vmlinux 0x734ce0ab mfd_add_devices +EXPORT_SYMBOL vmlinux 0x73596e2f udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x739205af netif_rx_ni +EXPORT_SYMBOL vmlinux 0x73989207 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x73a58c9a tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x73d7df66 block_read_full_page +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x73f779df snd_pcm_lib_ioctl +EXPORT_SYMBOL vmlinux 0x74022af7 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x740dea11 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x7413a125 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x743700fb pci_bus_put +EXPORT_SYMBOL vmlinux 0x7439e214 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x743dd7e1 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0x744131a1 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x74641aad down_read +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x74764642 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x748116e2 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x74828b78 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x749c5ac2 inode_permission +EXPORT_SYMBOL vmlinux 0x74a8d620 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x74b14eba seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x74ba5183 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c33ccb netif_napi_add +EXPORT_SYMBOL vmlinux 0x74c365df bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x74ce05b8 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x74e46dac imx_ssi_fiq_tx_buffer +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f6ff7c ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x74fa022d edma_trigger_channel +EXPORT_SYMBOL vmlinux 0x74fb2462 md_integrity_register +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x751b0854 keyring_search +EXPORT_SYMBOL vmlinux 0x7524c9c7 elm_config +EXPORT_SYMBOL vmlinux 0x752b39f8 seq_release +EXPORT_SYMBOL vmlinux 0x754842c7 fb_set_var +EXPORT_SYMBOL vmlinux 0x754e366a padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x755b2298 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x7567d381 __get_fiq_regs +EXPORT_SYMBOL vmlinux 0x757fffab dev_addr_flush +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x7596967a scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x75990c25 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x75a12362 bmap +EXPORT_SYMBOL vmlinux 0x75a5dcb6 notify_change +EXPORT_SYMBOL vmlinux 0x75b54539 new_inode +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75c7f4bd blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x75ce0348 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x75d3fcdd mii_check_link +EXPORT_SYMBOL vmlinux 0x75dd0462 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x75dd98ab tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x75fee7fd __raw_writesb +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x762a7faa always_delete_dentry +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x76620285 ns_capable +EXPORT_SYMBOL vmlinux 0x7693b0e5 bio_unmap_user +EXPORT_SYMBOL vmlinux 0x769ccb5f tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x76b41ae9 mdiobus_write +EXPORT_SYMBOL vmlinux 0x76bd3c8e do_sync_read +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76c1ba84 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x76c485d8 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x76ccde54 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x76cf47f6 __aeabi_llsl +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76e45881 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x76eefbb6 simple_fill_super +EXPORT_SYMBOL vmlinux 0x76f6adb0 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x76f6c5ef kmalloc_order +EXPORT_SYMBOL vmlinux 0x770103d7 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x7730de8e netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x77365d44 cdrom_release +EXPORT_SYMBOL vmlinux 0x77408360 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x774135f4 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x774b7ded lro_receive_skb +EXPORT_SYMBOL vmlinux 0x774ed038 cont_write_begin +EXPORT_SYMBOL vmlinux 0x77572809 dump_emit +EXPORT_SYMBOL vmlinux 0x775bf0b5 pci_set_master +EXPORT_SYMBOL vmlinux 0x775ff7ca tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x77620bfa mpage_readpage +EXPORT_SYMBOL vmlinux 0x77630e95 phy_device_free +EXPORT_SYMBOL vmlinux 0x77642d0a dquot_enable +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x779e4f50 snd_ctl_new1 +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77f10028 blk_start_queue +EXPORT_SYMBOL vmlinux 0x77f3c1f2 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x77f4616e tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x782271ef __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x7838d609 edma_filter_fn +EXPORT_SYMBOL vmlinux 0x783a10e4 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x783d3cdc tty_port_close +EXPORT_SYMBOL vmlinux 0x785101af sock_no_poll +EXPORT_SYMBOL vmlinux 0x7866f869 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x78779c0b set_fiq_handler +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x7885a43e input_get_keycode +EXPORT_SYMBOL vmlinux 0x788fe103 iomem_resource +EXPORT_SYMBOL vmlinux 0x7893cd66 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a0b901 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x78a60d06 __ps2_command +EXPORT_SYMBOL vmlinux 0x78a74708 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x78d45d32 dev_mc_del +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78fd3bc5 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x7917addf backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x791f0a17 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x7983addf __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x79a5456a blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79ab52b6 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x79b3cd5c snd_jack_set_key +EXPORT_SYMBOL vmlinux 0x79ccb23a invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x79e36f82 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x79e4e587 inet_put_port +EXPORT_SYMBOL vmlinux 0x79fa1deb imx_ssi_fiq_rx_buffer +EXPORT_SYMBOL vmlinux 0x79fa68ea of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x7a0513f8 tcp_prot +EXPORT_SYMBOL vmlinux 0x7a087739 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x7a103fa0 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a29cd9a km_policy_expired +EXPORT_SYMBOL vmlinux 0x7a346d86 mntput +EXPORT_SYMBOL vmlinux 0x7a34d51e security_inode_init_security +EXPORT_SYMBOL vmlinux 0x7a3c7333 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a4a79f9 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x7a54354e __dst_free +EXPORT_SYMBOL vmlinux 0x7a8f3990 iget_locked +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a985ffb pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x7a990484 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aab6ea6 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7abb9878 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x7ac496df serio_unregister_port +EXPORT_SYMBOL vmlinux 0x7ac99dc7 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7aefa1d9 d_make_root +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL vmlinux 0x7b03a7fd generic_setxattr +EXPORT_SYMBOL vmlinux 0x7b0c70ad set_groups +EXPORT_SYMBOL vmlinux 0x7b1ade38 lz4_decompress +EXPORT_SYMBOL vmlinux 0x7b35f9df sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b69936e address_space_init_once +EXPORT_SYMBOL vmlinux 0x7b719cfa netlink_broadcast +EXPORT_SYMBOL vmlinux 0x7bef473c freeze_super +EXPORT_SYMBOL vmlinux 0x7c0ae5c6 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c21555d dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x7c240bbf create_empty_buffers +EXPORT_SYMBOL vmlinux 0x7c421735 nf_register_hooks +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4b966b do_SAK +EXPORT_SYMBOL vmlinux 0x7c515df5 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x7c53d5f1 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x7c5a0cde input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x7c8040cc security_path_rmdir +EXPORT_SYMBOL vmlinux 0x7c8932af blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7ca3d57d posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cc035a7 __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cc9ae6e sock_wake_async +EXPORT_SYMBOL vmlinux 0x7ce133f5 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d292bb5 abort_creds +EXPORT_SYMBOL vmlinux 0x7d636868 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d778b7e phy_start +EXPORT_SYMBOL vmlinux 0x7d7a8b44 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x7d9a4a9b vm_insert_page +EXPORT_SYMBOL vmlinux 0x7dc0d7f0 acl_by_type +EXPORT_SYMBOL vmlinux 0x7dccc294 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e06b478 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x7e0a0ea7 elv_register_queue +EXPORT_SYMBOL vmlinux 0x7e0bb42d try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x7e2e11c6 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x7e391929 flush_kernel_dcache_page +EXPORT_SYMBOL vmlinux 0x7e3d3dff bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x7e5bf83f snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0x7e63e6b1 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x7e6fa3ef tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0x7e9efe8e complete_and_exit +EXPORT_SYMBOL vmlinux 0x7ea515c1 security_path_rename +EXPORT_SYMBOL vmlinux 0x7eb64080 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x7ecaa126 snd_pcm_hw_rule_add +EXPORT_SYMBOL vmlinux 0x7ee7f093 dispc_ovl_compute_fifo_thresholds +EXPORT_SYMBOL vmlinux 0x7eee40f4 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x7eeea9e4 set_binfmt +EXPORT_SYMBOL vmlinux 0x7ef98d06 sock_no_connect +EXPORT_SYMBOL vmlinux 0x7efcb2fe dev_mc_flush +EXPORT_SYMBOL vmlinux 0x7f17274e dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f33a63b omap_get_dma_chain_dst_pos +EXPORT_SYMBOL vmlinux 0x7f45058c simple_link +EXPORT_SYMBOL vmlinux 0x7f50187c snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f63b31e _memcpy_toio +EXPORT_SYMBOL vmlinux 0x7f8453b1 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x7f9a99e4 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7ff6645d kthread_bind +EXPORT_SYMBOL vmlinux 0x7ffd43c5 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x800aebfa tcp_make_synack +EXPORT_SYMBOL vmlinux 0x800e4ffa __muldi3 +EXPORT_SYMBOL vmlinux 0x8011939a mipi_dsi_driver_register +EXPORT_SYMBOL vmlinux 0x8019e3b7 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x802b6a8a blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x804aabdf idr_is_empty +EXPORT_SYMBOL vmlinux 0x805022c6 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x807e68c8 iterate_fd +EXPORT_SYMBOL vmlinux 0x8086ea50 generic_readlink +EXPORT_SYMBOL vmlinux 0x808b5a28 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x808cf221 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x80a8c2a9 netif_device_detach +EXPORT_SYMBOL vmlinux 0x80c2afb1 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cbb554 shdma_request_irq +EXPORT_SYMBOL vmlinux 0x80d170a5 omapdss_default_get_timings +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d81308 omap_vrfb_release_ctx +EXPORT_SYMBOL vmlinux 0x80daaa79 dss_mgr_enable +EXPORT_SYMBOL vmlinux 0x80f50fe5 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x80fb3ffc inet_stream_ops +EXPORT_SYMBOL vmlinux 0x80fe6c68 ip6_route_output +EXPORT_SYMBOL vmlinux 0x81037292 abx500_register_ops +EXPORT_SYMBOL vmlinux 0x81415fde pcim_iomap +EXPORT_SYMBOL vmlinux 0x814393bf register_sound_mixer +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x8152918b posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x817d85f4 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x819b861c xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x81a2c2b4 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x81a2ece8 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x81a68dbf udplite_prot +EXPORT_SYMBOL vmlinux 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL vmlinux 0x81be6ca9 snd_pcm_new_stream +EXPORT_SYMBOL vmlinux 0x81cbb70b dqput +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x82081885 pagecache_write_end +EXPORT_SYMBOL vmlinux 0x820bc6da pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x824a4367 tmio_core_mmc_pwr +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x8262b882 tcp_child_process +EXPORT_SYMBOL vmlinux 0x827f4333 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x82847329 get_fs_type +EXPORT_SYMBOL vmlinux 0x82a61a2d xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82dc2f36 cap_mmap_file +EXPORT_SYMBOL vmlinux 0x82ece2e0 ps2_drain +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x830b5e9d __devm_request_region +EXPORT_SYMBOL vmlinux 0x8320bea8 __umodsi3 +EXPORT_SYMBOL vmlinux 0x8332638a scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x83469b7a input_set_keycode +EXPORT_SYMBOL vmlinux 0x83590276 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x835e6c91 dss_install_mgr_ops +EXPORT_SYMBOL vmlinux 0x83660652 blk_get_queue +EXPORT_SYMBOL vmlinux 0x8375d79d ida_destroy +EXPORT_SYMBOL vmlinux 0x83823eb6 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x83882b81 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x839cdf99 edma_resume +EXPORT_SYMBOL vmlinux 0x839d1668 clocksource_register +EXPORT_SYMBOL vmlinux 0x83a236a8 seq_pad +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83af673a input_inject_event +EXPORT_SYMBOL vmlinux 0x83b6b818 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83cdaa03 kernel_accept +EXPORT_SYMBOL vmlinux 0x83d70683 edma_start +EXPORT_SYMBOL vmlinux 0x83e045c6 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x83fa7692 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x841b72ce __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x84283330 inet6_protos +EXPORT_SYMBOL vmlinux 0x8436832d devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x8438b505 framebuffer_release +EXPORT_SYMBOL vmlinux 0x843f52cf of_platform_device_create +EXPORT_SYMBOL vmlinux 0x844f06e8 ilookup5 +EXPORT_SYMBOL vmlinux 0x8464d5de snd_cards +EXPORT_SYMBOL vmlinux 0x8464e21f blkdev_get +EXPORT_SYMBOL vmlinux 0x84762e0d scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x8490ca28 snd_pcm_period_elapsed +EXPORT_SYMBOL vmlinux 0x84924632 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x84a69fdc vme_slave_get +EXPORT_SYMBOL vmlinux 0x84b183ae strncmp +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x8507c553 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8517c397 udp_add_offload +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x8531bf58 input_close_device +EXPORT_SYMBOL vmlinux 0x8537d985 make_kprojid +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x8541f29c skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x854e1c0b sg_nents +EXPORT_SYMBOL vmlinux 0x8552c6b2 dispc_ovl_check +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85765fee omap_enable_dma_irq +EXPORT_SYMBOL vmlinux 0x859c6a53 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85d54788 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85ec6ed6 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x8631008e fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x8638a3e4 eth_header +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x867f8034 security_path_mknod +EXPORT_SYMBOL vmlinux 0x86860195 dss_feat_get_supported_displays +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x8699d4c8 invalidate_partition +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86b9bf28 pagevec_lookup +EXPORT_SYMBOL vmlinux 0x86c47736 sock_no_accept +EXPORT_SYMBOL vmlinux 0x86d9113e __neigh_create +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x87232a7a end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x872fc9cf pipe_lock +EXPORT_SYMBOL vmlinux 0x8737868b omap_dss_get_overlay +EXPORT_SYMBOL vmlinux 0x874eaf70 sock_i_uid +EXPORT_SYMBOL vmlinux 0x87524c98 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x875c9c9e register_console +EXPORT_SYMBOL vmlinux 0x875f8b12 sk_dst_check +EXPORT_SYMBOL vmlinux 0x8767b0ba nobh_writepage +EXPORT_SYMBOL vmlinux 0x876b60d5 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0x8771057a iunique +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x87842c92 set_nlink +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x879af762 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x87a73075 i2c_transfer +EXPORT_SYMBOL vmlinux 0x87bf9ba2 blk_put_request +EXPORT_SYMBOL vmlinux 0x87d331f6 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x8819f527 clear_nlink +EXPORT_SYMBOL vmlinux 0x881a02f5 padata_alloc +EXPORT_SYMBOL vmlinux 0x883393ab shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x88941f9e __frontswap_load +EXPORT_SYMBOL vmlinux 0x8898b5a5 of_get_pci_address +EXPORT_SYMBOL vmlinux 0x88a8ccf2 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x88b03aac scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x88bb6e15 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x88bc0a03 commit_creds +EXPORT_SYMBOL vmlinux 0x88c1eedc pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x88f18417 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x88f73140 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x8927c9a5 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x893cb2d2 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x89461354 simple_write_begin +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x8981bd03 shdma_reset +EXPORT_SYMBOL vmlinux 0x898e37cd mpage_writepage +EXPORT_SYMBOL vmlinux 0x89a3c4f4 omap_get_dma_chain_index +EXPORT_SYMBOL vmlinux 0x89b157a0 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89dd54e3 dev_addr_init +EXPORT_SYMBOL vmlinux 0x8a03eacb default_file_splice_read +EXPORT_SYMBOL vmlinux 0x8a05589c amba_device_register +EXPORT_SYMBOL vmlinux 0x8a0f4230 rename_lock +EXPORT_SYMBOL vmlinux 0x8a1aafeb d_instantiate +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1c5455 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x8a2e8d50 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4fa83b __aeabi_llsr +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a5caf4d skb_queue_head +EXPORT_SYMBOL vmlinux 0x8a5d7936 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a903f63 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa1502e inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x8aba4bcc sk_stream_error +EXPORT_SYMBOL vmlinux 0x8acf5db1 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x8aff6d36 bioset_free +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b454c3b done_path_create +EXPORT_SYMBOL vmlinux 0x8b5e2665 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b893a73 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x8b8b6451 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x8b8fae95 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x8bb385f1 do_truncate +EXPORT_SYMBOL vmlinux 0x8bbab4d1 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x8bc59112 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x8bd9e2a1 get_super_thawed +EXPORT_SYMBOL vmlinux 0x8be8925a do_splice_direct +EXPORT_SYMBOL vmlinux 0x8beea391 inet_frag_find +EXPORT_SYMBOL vmlinux 0x8bf4baf5 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x8c1dd9ec lock_may_read +EXPORT_SYMBOL vmlinux 0x8c207c83 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x8c233757 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x8c2ee486 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x8c2f1849 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x8c4d6523 omap_dma_chain_a_transfer +EXPORT_SYMBOL vmlinux 0x8c5fe183 snd_pcm_hw_param_first +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c705b8c edma_clean_channel +EXPORT_SYMBOL vmlinux 0x8c77f918 vfs_open +EXPORT_SYMBOL vmlinux 0x8c871396 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x8c8ee339 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x8ca0a887 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x8cd8c339 omap_free_dma +EXPORT_SYMBOL vmlinux 0x8cdcd412 rtnl_notify +EXPORT_SYMBOL vmlinux 0x8ce1124b set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x8cecefe5 of_device_alloc +EXPORT_SYMBOL vmlinux 0x8d0470d8 drop_super +EXPORT_SYMBOL vmlinux 0x8d134c39 idr_replace +EXPORT_SYMBOL vmlinux 0x8d1ec884 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x8d1feee2 dma_supported +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d3e11bd tcp_poll +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d5d4e21 blk_finish_request +EXPORT_SYMBOL vmlinux 0x8d614ba6 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x8d6b2ce1 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8d6f81b4 __div64_32 +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d80b3e4 do_sync_write +EXPORT_SYMBOL vmlinux 0x8d8b6353 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x8d8c0bdb rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x8d9ebedd rtnl_unicast +EXPORT_SYMBOL vmlinux 0x8daf17a5 get_io_context +EXPORT_SYMBOL vmlinux 0x8db069bd add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x8dc63406 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x8dcff6e2 __pv_offset +EXPORT_SYMBOL vmlinux 0x8deaf98c dget_parent +EXPORT_SYMBOL vmlinux 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL vmlinux 0x8e37c50e ps2_begin_command +EXPORT_SYMBOL vmlinux 0x8e43667f __skb_checksum +EXPORT_SYMBOL vmlinux 0x8e865d3c arm_delay_ops +EXPORT_SYMBOL vmlinux 0x8eac7d1f km_new_mapping +EXPORT_SYMBOL vmlinux 0x8ed543ae __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x8eddd7e7 register_sound_midi +EXPORT_SYMBOL vmlinux 0x8f045d1c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x8f0fcf02 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x8f18b5d6 tty_do_resize +EXPORT_SYMBOL vmlinux 0x8f4a5f51 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x8f4dc7cc __f_setown +EXPORT_SYMBOL vmlinux 0x8f53f9f0 simple_empty +EXPORT_SYMBOL vmlinux 0x8f551c54 genphy_resume +EXPORT_SYMBOL vmlinux 0x8f595b11 snd_major +EXPORT_SYMBOL vmlinux 0x8f678b07 __stack_chk_guard +EXPORT_SYMBOL vmlinux 0x8f71d9cd netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x8f88c9ce snd_timer_start +EXPORT_SYMBOL vmlinux 0x8f95e7d0 input_set_capability +EXPORT_SYMBOL vmlinux 0x8f994d4c inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x8fa4130a omap_set_dma_callback +EXPORT_SYMBOL vmlinux 0x8fb855cd snd_unregister_oss_device +EXPORT_SYMBOL vmlinux 0x8fba3b7e tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x8fc81010 init_net +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8ff52522 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x8ff89cdf mmc_add_host +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x9016d90f of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x90184a63 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x9045185b jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x904e1328 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x90884687 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x90acc52b __inode_permission +EXPORT_SYMBOL vmlinux 0x90b02236 pci_enable_msix +EXPORT_SYMBOL vmlinux 0x90c44afc jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x912b07c9 inet_frags_init +EXPORT_SYMBOL vmlinux 0x913bfca2 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x91621d6a allocate_resource +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x917e71e0 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x919029aa __readwrite_bug +EXPORT_SYMBOL vmlinux 0x91abdf70 snd_ctl_make_virtual_master +EXPORT_SYMBOL vmlinux 0x91b5348d snd_ctl_add +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91ceace7 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x91eb711f skb_pad +EXPORT_SYMBOL vmlinux 0x9213f1ad vfs_readv +EXPORT_SYMBOL vmlinux 0x9216d784 dquot_operations +EXPORT_SYMBOL vmlinux 0x922c0c03 snd_ctl_rename_id +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923e4cb7 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x92489e57 seq_release_private +EXPORT_SYMBOL vmlinux 0x926a4088 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x9276ce28 edma_set_dest +EXPORT_SYMBOL vmlinux 0x927918a9 elevator_alloc +EXPORT_SYMBOL vmlinux 0x929542bd abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92ba6f1f swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x92cc4860 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x92defb8a dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x92ec5d1b dispc_mgr_enable +EXPORT_SYMBOL vmlinux 0x92edf752 update_region +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x931fdd11 netdev_printk +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x9330cb9f sg_alloc_table +EXPORT_SYMBOL vmlinux 0x93354e57 tcf_hash_check +EXPORT_SYMBOL vmlinux 0x933586f8 cpu_user +EXPORT_SYMBOL vmlinux 0x934406c9 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x93672816 ipv4_specific +EXPORT_SYMBOL vmlinux 0x9374614c block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x9392a89c mutex_trylock +EXPORT_SYMBOL vmlinux 0x93963a85 dss_feat_get_num_mgrs +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b57b40 request_key +EXPORT_SYMBOL vmlinux 0x93bb6c39 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x93ceccfe netdev_warn +EXPORT_SYMBOL vmlinux 0x93dd151c lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x93f5d34b __destroy_inode +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x94098ff8 snd_interval_list +EXPORT_SYMBOL vmlinux 0x94205154 vm_event_states +EXPORT_SYMBOL vmlinux 0x9428af7c __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x942f1128 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x944b46cc tty_unthrottle +EXPORT_SYMBOL vmlinux 0x945d19aa bdi_register +EXPORT_SYMBOL vmlinux 0x945d9612 try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x947706e0 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x94924392 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a904e9 __napi_complete +EXPORT_SYMBOL vmlinux 0x94b2590f vme_free_consistent +EXPORT_SYMBOL vmlinux 0x94c28b29 vme_master_request +EXPORT_SYMBOL vmlinux 0x94d3da68 rtc_lock +EXPORT_SYMBOL vmlinux 0x94e1316c proc_symlink +EXPORT_SYMBOL vmlinux 0x94e3fa14 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x94e808f2 user_path_create +EXPORT_SYMBOL vmlinux 0x94ee91fb phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x953f7aec pci_reenable_device +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x9558c7e4 dma_mmap_from_coherent +EXPORT_SYMBOL vmlinux 0x95622f41 down_timeout +EXPORT_SYMBOL vmlinux 0x9581f6a2 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x959d572e input_release_device +EXPORT_SYMBOL vmlinux 0x95d61c17 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x95dbe078 __get_user_2 +EXPORT_SYMBOL vmlinux 0x960dfaf5 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x9624a0fc bio_add_page +EXPORT_SYMBOL vmlinux 0x963e13ec jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x96556e7a pwmss_submodule_state_change +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x966119fd snd_timer_global_free +EXPORT_SYMBOL vmlinux 0x96644c1f km_query +EXPORT_SYMBOL vmlinux 0x9665b1ce dev_disable_lro +EXPORT_SYMBOL vmlinux 0x966a749d devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x96b39b6e omap_start_dma_chain_transfers +EXPORT_SYMBOL vmlinux 0x96baf9a9 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96dfcb16 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x97255bdf strlen +EXPORT_SYMBOL vmlinux 0x97307149 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x97371f7c __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x9737b700 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x975232ec path_get +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x976e3025 km_report +EXPORT_SYMBOL vmlinux 0x976e700f down_trylock +EXPORT_SYMBOL vmlinux 0x9793c93a dispc_mgr_setup +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97a78557 __scm_destroy +EXPORT_SYMBOL vmlinux 0x97be6185 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x97c1e6d9 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0x97d6202e freezing_slow_path +EXPORT_SYMBOL vmlinux 0x98082893 __copy_to_user +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x983f9a24 wake_up_process +EXPORT_SYMBOL vmlinux 0x98512fa9 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x987c11c7 __pv_phys_pfn_offset +EXPORT_SYMBOL vmlinux 0x98831c13 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x98a60334 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x98ae6ec8 migrate_page +EXPORT_SYMBOL vmlinux 0x98d8f543 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x9938e324 mmc_cleanup_queue +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x994971cd dev_add_offload +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x995942d4 of_dev_put +EXPORT_SYMBOL vmlinux 0x996c4d30 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x996d8d46 pci_iounmap +EXPORT_SYMBOL vmlinux 0x9987e19d page_symlink +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999c3148 __raw_readsb +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99aea009 of_device_register +EXPORT_SYMBOL vmlinux 0x99bb8806 memmove +EXPORT_SYMBOL vmlinux 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99e6ef8e snd_ctl_register_ioctl +EXPORT_SYMBOL vmlinux 0x99f58330 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0x9a168884 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x9a1a5d1c bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a437487 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x9a48ab5c copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x9a623142 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x9a720713 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x9a8318ef v7_coherent_kern_range +EXPORT_SYMBOL vmlinux 0x9a92e719 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x9aa1ad79 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x9ab3cf2e netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x9ac74cd4 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9afff29e tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b3896d5 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x9b67a926 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b822e79 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x9b8b0c82 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x9b8cf612 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x9b9166e1 scsi_add_device +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9baafb19 neigh_update +EXPORT_SYMBOL vmlinux 0x9bb1f665 follow_down_one +EXPORT_SYMBOL vmlinux 0x9bbe88b3 flex_array_put +EXPORT_SYMBOL vmlinux 0x9bce482f __release_region +EXPORT_SYMBOL vmlinux 0x9bda4bb4 edma_set_src +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9c030927 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x9c0bd51f _raw_spin_lock +EXPORT_SYMBOL vmlinux 0x9c1102eb devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x9c32635a vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x9c3737fc __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x9c622600 aio_complete +EXPORT_SYMBOL vmlinux 0x9c731590 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x9c97082e edma_pause +EXPORT_SYMBOL vmlinux 0x9c9e409a bitmap_unplug +EXPORT_SYMBOL vmlinux 0x9c9ec2a0 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cba3c37 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x9cca1c22 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x9ccc960d __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x9ce329af pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x9ce70a9e neigh_app_ns +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d669763 memcpy +EXPORT_SYMBOL vmlinux 0x9d6c5542 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x9d72039c shdma_init +EXPORT_SYMBOL vmlinux 0x9d90f95f __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x9d918ef5 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL vmlinux 0x9dadb557 scsi_host_get +EXPORT_SYMBOL vmlinux 0x9db0110f dm_unregister_target +EXPORT_SYMBOL vmlinux 0x9df870fc kobject_set_name +EXPORT_SYMBOL vmlinux 0x9dfe7307 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e1710a1 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e4380c3 keyring_alloc +EXPORT_SYMBOL vmlinux 0x9e4a39e4 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e672ff6 scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e78b4c3 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x9e7ebf9b generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x9e8f246a sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x9e9356ad check_disk_change +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9f192c0c inode_needs_sync +EXPORT_SYMBOL vmlinux 0x9f229182 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x9f275cbb pagecache_get_page +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f3e6952 scsi_put_command +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f491e5d ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x9f5b818a security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x9f823cea dispc_mgr_is_enabled +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fbbf2a0 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x9fce8b96 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x9fd73011 filemap_flush +EXPORT_SYMBOL vmlinux 0x9fd7cda1 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fed4f55 fs_bio_set +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00eb15b ioremap_page +EXPORT_SYMBOL vmlinux 0xa03d7861 snd_ctl_replace +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05763c0 devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0xa0576437 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa05d12d1 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xa05e5ffa xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xa05e9fe4 pci_select_bars +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0831c89 dma_release_from_coherent +EXPORT_SYMBOL vmlinux 0xa087bf28 softnet_data +EXPORT_SYMBOL vmlinux 0xa0966e4b unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa09672a5 tc6393xb_lcd_set_power +EXPORT_SYMBOL vmlinux 0xa0aae687 imx_ssi_fiq_end +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b8e0e7 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xa0b9400a lru_cache_add_file +EXPORT_SYMBOL vmlinux 0xa0c1dfd8 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0f0cc05 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa10d947c input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xa11bf287 dma_find_channel +EXPORT_SYMBOL vmlinux 0xa120ce77 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa123a232 generic_getxattr +EXPORT_SYMBOL vmlinux 0xa1270926 snd_jack_new +EXPORT_SYMBOL vmlinux 0xa1384b35 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14b3f5d flex_array_free_parts +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa15fe327 simple_transaction_get +EXPORT_SYMBOL vmlinux 0xa192813b idr_for_each +EXPORT_SYMBOL vmlinux 0xa199181c elm_decode_bch_error_page +EXPORT_SYMBOL vmlinux 0xa19e39ca tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1b9932a nf_afinfo +EXPORT_SYMBOL vmlinux 0xa1c03d74 of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1d55e90 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xa1f0ebea bit_waitqueue +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa213b05c d_prune_aliases +EXPORT_SYMBOL vmlinux 0xa23e4697 d_invalidate +EXPORT_SYMBOL vmlinux 0xa23e88c4 nand_correct_data +EXPORT_SYMBOL vmlinux 0xa25dd55b single_open +EXPORT_SYMBOL vmlinux 0xa2623ff4 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2864a03 nand_calculate_ecc +EXPORT_SYMBOL vmlinux 0xa29aa2a9 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xa2bfd5b0 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0xa2c380a9 key_type_keyring +EXPORT_SYMBOL vmlinux 0xa2e13cf4 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xa2e2e678 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa31e44ba edma_free_channel +EXPORT_SYMBOL vmlinux 0xa32c275d padata_stop +EXPORT_SYMBOL vmlinux 0xa32db5a0 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL vmlinux 0xa33c47e6 dquot_commit +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa35444e4 dispc_write_irqenable +EXPORT_SYMBOL vmlinux 0xa37e78b6 flex_array_get +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa38585ee mmc_align_data_size +EXPORT_SYMBOL vmlinux 0xa3959544 override_creds +EXPORT_SYMBOL vmlinux 0xa39fcd5d skb_find_text +EXPORT_SYMBOL vmlinux 0xa3beeb04 blk_free_tags +EXPORT_SYMBOL vmlinux 0xa3bf2a3c bio_init +EXPORT_SYMBOL vmlinux 0xa3c4cc14 scsi_get_command +EXPORT_SYMBOL vmlinux 0xa3c6688a of_parse_phandle +EXPORT_SYMBOL vmlinux 0xa3db2ab2 kernel_write +EXPORT_SYMBOL vmlinux 0xa414882d add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xa418949d blk_init_queue +EXPORT_SYMBOL vmlinux 0xa42dbfac max8925_reg_read +EXPORT_SYMBOL vmlinux 0xa43a7016 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa4414ac5 dquot_drop +EXPORT_SYMBOL vmlinux 0xa458f7a8 save_mount_options +EXPORT_SYMBOL vmlinux 0xa45bd670 force_sig +EXPORT_SYMBOL vmlinux 0xa4610bc6 omap_rev +EXPORT_SYMBOL vmlinux 0xa46c1c66 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xa46d1f0f unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa48f5b09 omap_dma_set_global_params +EXPORT_SYMBOL vmlinux 0xa4946527 dquot_transfer +EXPORT_SYMBOL vmlinux 0xa49e750c __scsi_put_command +EXPORT_SYMBOL vmlinux 0xa4a1ea4d __netif_schedule +EXPORT_SYMBOL vmlinux 0xa4ae1d63 of_match_node +EXPORT_SYMBOL vmlinux 0xa4b42c55 omap_set_dma_priority +EXPORT_SYMBOL vmlinux 0xa4c6b5dd i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xa52b50e5 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xa533ef63 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0xa5371d8d dev_notice +EXPORT_SYMBOL vmlinux 0xa5406425 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xa541a066 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa56ae82e devm_ioremap +EXPORT_SYMBOL vmlinux 0xa56c5c3a __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xa58fea9d mempool_destroy +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5a633b9 sg_last +EXPORT_SYMBOL vmlinux 0xa5cef8ad release_resource +EXPORT_SYMBOL vmlinux 0xa5d0ddf1 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xa5f5a367 __put_cred +EXPORT_SYMBOL vmlinux 0xa5f9df01 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xa6148e58 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0xa6159bdf netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xa6191238 scsi_ioctl +EXPORT_SYMBOL vmlinux 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL vmlinux 0xa61e4362 omap_request_dma +EXPORT_SYMBOL vmlinux 0xa61fd3c8 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xa623230f md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa652c4ef __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xa65a86f1 padata_free +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6879a10 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa6ba813b vfs_mknod +EXPORT_SYMBOL vmlinux 0xa6bab23d dqstats +EXPORT_SYMBOL vmlinux 0xa6c4c2a9 vfs_create +EXPORT_SYMBOL vmlinux 0xa6d9159e rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0xa6e530c5 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xa6e93fa0 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0xa705b6f7 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xa7160f5d simple_getattr +EXPORT_SYMBOL vmlinux 0xa7262ef0 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xa734a3e9 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa7400fe1 netlink_unicast +EXPORT_SYMBOL vmlinux 0xa7531dbb dev_add_pack +EXPORT_SYMBOL vmlinux 0xa754f5d5 dma_alloc_from_coherent +EXPORT_SYMBOL vmlinux 0xa77fe359 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xa78d5a13 scm_fp_dup +EXPORT_SYMBOL vmlinux 0xa7961589 unlock_rename +EXPORT_SYMBOL vmlinux 0xa7aa3f65 dcb_getapp +EXPORT_SYMBOL vmlinux 0xa7dcdce2 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xa7e343af skb_checksum_help +EXPORT_SYMBOL vmlinux 0xa7f40a95 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xa7f85243 vme_bus_type +EXPORT_SYMBOL vmlinux 0xa7fdf3a4 snd_pcm_lib_free_pages +EXPORT_SYMBOL vmlinux 0xa80eff52 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa83f5e79 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa849628d tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa8683eea sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa8864d10 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xa887dc6a netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xa888908b serio_reconnect +EXPORT_SYMBOL vmlinux 0xa89afc37 kern_path +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8b94357 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xa8df8aa7 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xa8ee4c16 bio_integrity_free +EXPORT_SYMBOL vmlinux 0xa8fc1b06 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa91248b3 redraw_screen +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa940a65f dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xa94fc8e9 devm_gpio_free +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa9656bc7 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xa9669c9c pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xa990c52a netif_device_attach +EXPORT_SYMBOL vmlinux 0xa9bf50ea read_cache_pages +EXPORT_SYMBOL vmlinux 0xa9c165b7 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9da8ea2 generic_listxattr +EXPORT_SYMBOL vmlinux 0xa9deca4c filp_close +EXPORT_SYMBOL vmlinux 0xa9ee71cb __devm_release_region +EXPORT_SYMBOL vmlinux 0xa9effda5 __first_cpu +EXPORT_SYMBOL vmlinux 0xaa01690c pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0xaa0fb99b clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xaa42735a flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8494b7 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaa94d4f2 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xaa96a8d4 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xaa9b46aa dst_discard_sk +EXPORT_SYMBOL vmlinux 0xaa9c5867 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0xaab6596e xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xaabb89f2 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xaac5a498 sock_no_bind +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaaeb21fe netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab03a699 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xab239ace ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xab24be2f jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xab25f94d should_remove_suid +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab7603e7 imx_ssi_fiq_start +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab96f351 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xaba3ad0c radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabf43d2a qdisc_list_add +EXPORT_SYMBOL vmlinux 0xabf9e8e8 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0xac099dd3 pci_bus_get +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac1bcf56 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xac2d593c pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xac3574cf blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xac390091 dev_base_lock +EXPORT_SYMBOL vmlinux 0xac398912 flex_array_clear +EXPORT_SYMBOL vmlinux 0xac48ac97 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0xac4c1f50 from_kuid +EXPORT_SYMBOL vmlinux 0xac73304f rtnl_create_link +EXPORT_SYMBOL vmlinux 0xac7a5ea6 unregister_nls +EXPORT_SYMBOL vmlinux 0xac8d896a padata_do_parallel +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacab8b5f __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xacb31857 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xacc3cc43 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacd1c6ee flush_dcache_page +EXPORT_SYMBOL vmlinux 0xace28099 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad01a304 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad2d7ace bio_endio +EXPORT_SYMBOL vmlinux 0xad39150f phy_attach_direct +EXPORT_SYMBOL vmlinux 0xad41b3e8 scsi_register +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad9c19bb lro_flush_all +EXPORT_SYMBOL vmlinux 0xada4d76c path_is_under +EXPORT_SYMBOL vmlinux 0xadb3c00c simple_pin_fs +EXPORT_SYMBOL vmlinux 0xade296b6 vga_put +EXPORT_SYMBOL vmlinux 0xade71353 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL vmlinux 0xadf42bd5 __request_region +EXPORT_SYMBOL vmlinux 0xae1de940 scsi_remove_device +EXPORT_SYMBOL vmlinux 0xae5631cb dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xae650e8a serio_rescan +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae77a595 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0xae85a27e radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xaeb230c1 f_setown +EXPORT_SYMBOL vmlinux 0xaeb9a688 iterate_dir +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaece8184 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xaee2fd26 skb_split +EXPORT_SYMBOL vmlinux 0xaef52683 con_is_bound +EXPORT_SYMBOL vmlinux 0xaf040074 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xaf077762 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xaf09e824 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xaf118fc5 skb_queue_purge +EXPORT_SYMBOL vmlinux 0xaf1f4408 snd_device_new +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf50e76d elf_set_personality +EXPORT_SYMBOL vmlinux 0xaf525353 register_qdisc +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf66648a of_get_address +EXPORT_SYMBOL vmlinux 0xaf6faf37 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xaf748a04 mount_subtree +EXPORT_SYMBOL vmlinux 0xaf81ef63 register_key_type +EXPORT_SYMBOL vmlinux 0xaf8aa518 system_rev +EXPORT_SYMBOL vmlinux 0xaf8de64e clear_inode +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafadf221 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xafbfcc88 ptp_clock_register +EXPORT_SYMBOL vmlinux 0xafc419ea ac97_bus_type +EXPORT_SYMBOL vmlinux 0xafc8ba96 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xafdab8a1 netdev_notice +EXPORT_SYMBOL vmlinux 0xafed8302 inode_init_once +EXPORT_SYMBOL vmlinux 0xaff25b85 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xb0047d90 _dev_info +EXPORT_SYMBOL vmlinux 0xb007b9a1 arp_find +EXPORT_SYMBOL vmlinux 0xb00d2c81 simple_statfs +EXPORT_SYMBOL vmlinux 0xb038463e fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0xb04cf0fe lg_local_unlock +EXPORT_SYMBOL vmlinux 0xb0508e83 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0678ebb xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xb0717472 sk_wait_data +EXPORT_SYMBOL vmlinux 0xb07d2489 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xb094f332 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xb098903a bh_submit_read +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0ac58a9 pci_platform_rom +EXPORT_SYMBOL vmlinux 0xb0b037a7 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0d14f2d blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e96ff2 fget_raw +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb12fc06f mmc_start_req +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1696838 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xb1796eee km_state_expired +EXPORT_SYMBOL vmlinux 0xb189a664 blk_run_queue +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1b0d5ab pci_dev_driver +EXPORT_SYMBOL vmlinux 0xb1b89f58 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1d38722 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xb1d9aabd lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1df70a1 md_write_end +EXPORT_SYMBOL vmlinux 0xb1e36e73 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xb20feb2a skb_trim +EXPORT_SYMBOL vmlinux 0xb2142b6d kfree_skb_list +EXPORT_SYMBOL vmlinux 0xb22202e8 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xb232d874 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xb23f725c ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xb2557d8e mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb285858c dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xb29b9d73 napi_gro_receive +EXPORT_SYMBOL vmlinux 0xb2b31771 dev_crit +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2ce4825 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0xb2d1be07 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL vmlinux 0xb2f955bd nand_scan_bbt +EXPORT_SYMBOL vmlinux 0xb31526ee sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xb319bb41 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0xb3295825 snd_timer_notify +EXPORT_SYMBOL vmlinux 0xb32d7b7e radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xb342e850 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xb347e3b7 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xb367c984 mxc_set_irq_fiq +EXPORT_SYMBOL vmlinux 0xb37e7e4c qdisc_list_del +EXPORT_SYMBOL vmlinux 0xb3a46573 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xb3e07117 dev_uc_add +EXPORT_SYMBOL vmlinux 0xb3f1dc36 snd_timer_continue +EXPORT_SYMBOL vmlinux 0xb3f542da phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4398d9b vc_resize +EXPORT_SYMBOL vmlinux 0xb4484da9 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xb448f188 mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb4799ef3 seq_printf +EXPORT_SYMBOL vmlinux 0xb47c1750 snd_mixer_oss_notify_callback +EXPORT_SYMBOL vmlinux 0xb497b29e netdev_update_features +EXPORT_SYMBOL vmlinux 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL vmlinux 0xb4bb43b0 key_payload_reserve +EXPORT_SYMBOL vmlinux 0xb4c5af69 elv_rb_add +EXPORT_SYMBOL vmlinux 0xb4c8f38a omap_dma_chain_status +EXPORT_SYMBOL vmlinux 0xb4e8f7db free_task +EXPORT_SYMBOL vmlinux 0xb50757c2 tcf_em_register +EXPORT_SYMBOL vmlinux 0xb507a4e4 snd_ctl_unregister_ioctl +EXPORT_SYMBOL vmlinux 0xb5198b77 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xb51b0662 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0xb51c5a94 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb567428a have_submounts +EXPORT_SYMBOL vmlinux 0xb5684e29 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb574bc6e snd_pcm_lib_read +EXPORT_SYMBOL vmlinux 0xb57f606b sk_reset_timer +EXPORT_SYMBOL vmlinux 0xb5941745 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xb594daca bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b2d404 generic_make_request +EXPORT_SYMBOL vmlinux 0xb5bdbd24 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xb5c00014 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5cc8728 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xb5d9454c printk_emit +EXPORT_SYMBOL vmlinux 0xb5ea042f kmap_to_page +EXPORT_SYMBOL vmlinux 0xb5edf5d2 kfree_skb +EXPORT_SYMBOL vmlinux 0xb5f63eb4 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xb5f641be blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0xb60ab220 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xb6237716 snd_pcm_suspend +EXPORT_SYMBOL vmlinux 0xb63778a3 inode_init_owner +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b37250 ll_rw_block +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6d69f32 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0xb6eae533 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xb6f7d886 get_super +EXPORT_SYMBOL vmlinux 0xb704549b bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0xb723248b generic_read_dir +EXPORT_SYMBOL vmlinux 0xb72bb2ce posix_unblock_lock +EXPORT_SYMBOL vmlinux 0xb73c896d pci_claim_resource +EXPORT_SYMBOL vmlinux 0xb745641b d_genocide +EXPORT_SYMBOL vmlinux 0xb74b616b gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0xb76f00bf dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb791f6e4 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xb7a0fe73 omap_dss_get_next_device +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7ba76c7 __aeabi_unwind_cpp_pr2 +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7e11590 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xb7f21774 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xb8180c55 __register_chrdev +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb838603c d_add_ci +EXPORT_SYMBOL vmlinux 0xb83db463 of_dev_get +EXPORT_SYMBOL vmlinux 0xb864ef9f textsearch_unregister +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb8977950 fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0xb89bf4ff current_fs_time +EXPORT_SYMBOL vmlinux 0xb8aa2342 __check_region +EXPORT_SYMBOL vmlinux 0xb8ab39d8 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xb8b00392 posix_lock_file +EXPORT_SYMBOL vmlinux 0xb8ce3fb5 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb8e8b6e9 neigh_for_each +EXPORT_SYMBOL vmlinux 0xb90a15f4 pci_find_capability +EXPORT_SYMBOL vmlinux 0xb924dde6 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xb9273555 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0xb92a3168 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xb930bcf5 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xb947f91e touch_atime +EXPORT_SYMBOL vmlinux 0xb955e13b dquot_destroy +EXPORT_SYMBOL vmlinux 0xb95f98d6 _memset_io +EXPORT_SYMBOL vmlinux 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL vmlinux 0xb96563ae cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9968b07 blk_fetch_request +EXPORT_SYMBOL vmlinux 0xb99aaa18 init_buffer +EXPORT_SYMBOL vmlinux 0xb9a8f03b omap_stop_dma +EXPORT_SYMBOL vmlinux 0xb9acd3d9 __put_user_2 +EXPORT_SYMBOL vmlinux 0xb9cc2b2b new_sync_read +EXPORT_SYMBOL vmlinux 0xb9e7c76d bio_copy_user +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9ffc1ec module_layout +EXPORT_SYMBOL vmlinux 0xba096731 fb_find_mode +EXPORT_SYMBOL vmlinux 0xba1c6ad9 kill_anon_super +EXPORT_SYMBOL vmlinux 0xba2ec4da input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4ae097 enable_fiq +EXPORT_SYMBOL vmlinux 0xba4f6ec2 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xba50b2e1 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xba6ab99b neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xba7d870a __mxc_cpu_type +EXPORT_SYMBOL vmlinux 0xba8c0903 netdev_err +EXPORT_SYMBOL vmlinux 0xbaa756c8 try_module_get +EXPORT_SYMBOL vmlinux 0xbad8953b tty_set_operations +EXPORT_SYMBOL vmlinux 0xbafe13aa sg_miter_start +EXPORT_SYMBOL vmlinux 0xbafeee36 dispc_runtime_get +EXPORT_SYMBOL vmlinux 0xbb1d4817 bio_split +EXPORT_SYMBOL vmlinux 0xbb41fc9f scm_get_version +EXPORT_SYMBOL vmlinux 0xbb495f4f pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xbb54955a set_page_dirty +EXPORT_SYMBOL vmlinux 0xbb587e44 iterate_supers_type +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb65f80a n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xbb72d4fe __put_user_1 +EXPORT_SYMBOL vmlinux 0xbb7c118a i2c_register_driver +EXPORT_SYMBOL vmlinux 0xbb86f0a8 mmc_can_reset +EXPORT_SYMBOL vmlinux 0xbb8dd5ac tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbba390c6 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL vmlinux 0xbbad0e63 of_get_parent +EXPORT_SYMBOL vmlinux 0xbbb5ee7b devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0xbbec9613 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0xbbf139f2 snd_timer_pause +EXPORT_SYMBOL vmlinux 0xbbf2fdd0 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xbbf9c91e usbnet_device_suggests_idle +EXPORT_SYMBOL vmlinux 0xbbfa40af security_path_link +EXPORT_SYMBOL vmlinux 0xbc06179c register_gifconf +EXPORT_SYMBOL vmlinux 0xbc0f4858 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xbc10dd97 __put_user_4 +EXPORT_SYMBOL vmlinux 0xbc1a7b4a fb_show_logo +EXPORT_SYMBOL vmlinux 0xbc4196fc sync_inode +EXPORT_SYMBOL vmlinux 0xbc47b723 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xbc48feae mmc_remove_host +EXPORT_SYMBOL vmlinux 0xbc5d6f34 __register_binfmt +EXPORT_SYMBOL vmlinux 0xbca5cb34 dev_alloc_name +EXPORT_SYMBOL vmlinux 0xbcaed0d9 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcd7dccd genphy_suspend +EXPORT_SYMBOL vmlinux 0xbcdd4db5 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0xbce8a632 tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0xbcf1cb7a filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xbcf5d89c uart_match_port +EXPORT_SYMBOL vmlinux 0xbd14ce1d pci_map_rom +EXPORT_SYMBOL vmlinux 0xbd410d7f xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xbd452bfe kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xbd53f2ac pci_fixup_device +EXPORT_SYMBOL vmlinux 0xbd5c32d1 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xbd68558a scm_set_boot_addr +EXPORT_SYMBOL vmlinux 0xbd6a1b51 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xbd76874f kset_unregister +EXPORT_SYMBOL vmlinux 0xbd7d1703 __inet6_hash +EXPORT_SYMBOL vmlinux 0xbd805518 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xbd840fab vfs_statfs +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd9703b5 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xbdac1eb7 lockref_get +EXPORT_SYMBOL vmlinux 0xbdaf7f82 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xbdb0dbfb dentry_unhash +EXPORT_SYMBOL vmlinux 0xbdba9828 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xbdcabb81 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xbdd80c65 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xbdedb6b2 irq_stat +EXPORT_SYMBOL vmlinux 0xbdf2580d __raw_readsl +EXPORT_SYMBOL vmlinux 0xbdf3278d gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xbe04d1f8 netif_napi_del +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe15146e snd_pcm_hw_constraint_step +EXPORT_SYMBOL vmlinux 0xbe169123 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe3918fa bio_clone_bioset +EXPORT_SYMBOL vmlinux 0xbe3cd62b mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0xbe4dd646 cdev_alloc +EXPORT_SYMBOL vmlinux 0xbe532a74 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xbe59cdb7 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xbe63ee40 request_resource +EXPORT_SYMBOL vmlinux 0xbe6fbff0 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xbe79f1ea from_kgid +EXPORT_SYMBOL vmlinux 0xbe7cbdda i2c_master_recv +EXPORT_SYMBOL vmlinux 0xbe8860a8 dispc_mgr_go_busy +EXPORT_SYMBOL vmlinux 0xbe8fb90c dispc_mgr_get_framedone_irq +EXPORT_SYMBOL vmlinux 0xbe92ca25 pci_find_bus +EXPORT_SYMBOL vmlinux 0xbed53ce4 no_llseek +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbeed10c0 read_code +EXPORT_SYMBOL vmlinux 0xbef1d419 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef6c442 snd_pcm_kernel_ioctl +EXPORT_SYMBOL vmlinux 0xbf26ccc5 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xbf35cdb9 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xbf6109c7 of_n_size_cells +EXPORT_SYMBOL vmlinux 0xbf6c3f29 noop_llseek +EXPORT_SYMBOL vmlinux 0xbf751b38 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xbf75ea6c tegra114_clock_tune_cpu_trimmers_low +EXPORT_SYMBOL vmlinux 0xbf7bf3ca pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf81b43d generic_removexattr +EXPORT_SYMBOL vmlinux 0xbf84edca clone_cred +EXPORT_SYMBOL vmlinux 0xbf867a79 drop_nlink +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfaf28aa bio_phys_segments +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbffb36a0 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xc0005aee devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xc0056be5 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc02f6829 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL vmlinux 0xc0346b83 snd_card_free +EXPORT_SYMBOL vmlinux 0xc034b15a mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xc0583e71 sk_net_capable +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc0a6a8c5 omap_set_dma_dest_burst_mode +EXPORT_SYMBOL vmlinux 0xc0a98385 profile_pc +EXPORT_SYMBOL vmlinux 0xc0cf916d pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xc0cf95f9 omap_vrfb_request_ctx +EXPORT_SYMBOL vmlinux 0xc0e2722c mdiobus_free +EXPORT_SYMBOL vmlinux 0xc0f1ca4e sk_receive_skb +EXPORT_SYMBOL vmlinux 0xc1088d7f put_page +EXPORT_SYMBOL vmlinux 0xc10924a8 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xc1135064 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xc1182b7f gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xc11b3eee writeback_in_progress +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc11dbc68 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc14476c9 mtd_concat_create +EXPORT_SYMBOL vmlinux 0xc14b8751 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xc189cd95 swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0xc19c0987 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xc1ae6427 page_readlink +EXPORT_SYMBOL vmlinux 0xc1b82d22 register_shrinker +EXPORT_SYMBOL vmlinux 0xc1bc2425 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1defa9e scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xc1df5f37 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1edc282 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xc2081a83 gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0xc2165d85 __arm_iounmap +EXPORT_SYMBOL vmlinux 0xc22b22a6 set_user_nice +EXPORT_SYMBOL vmlinux 0xc255c065 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc25f0b88 dev_printk_emit +EXPORT_SYMBOL vmlinux 0xc268ed63 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xc26a3ea7 d_splice_alias +EXPORT_SYMBOL vmlinux 0xc2a068fa neigh_direct_output +EXPORT_SYMBOL vmlinux 0xc2cdef80 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e62721 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xc2e72fac dss_mgr_disconnect +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc31165ed dev_remove_offload +EXPORT_SYMBOL vmlinux 0xc314e45e revert_creds +EXPORT_SYMBOL vmlinux 0xc31753c3 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0xc31b05a2 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xc32cff9e __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc3844874 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xc395340e page_put_link +EXPORT_SYMBOL vmlinux 0xc3c2046d complete_request_key +EXPORT_SYMBOL vmlinux 0xc3c9d78b d_find_any_alias +EXPORT_SYMBOL vmlinux 0xc3d1fa4d edma_alloc_cont_slots +EXPORT_SYMBOL vmlinux 0xc3d3a130 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xc4152b42 pci_disable_device +EXPORT_SYMBOL vmlinux 0xc41ebd73 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc42019b9 input_unregister_handle +EXPORT_SYMBOL vmlinux 0xc45a881c fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0xc45c9587 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xc48fe0cb swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4d8d971 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xc4dd0836 bdi_init +EXPORT_SYMBOL vmlinux 0xc4ebba7a blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xc4f76ce2 tty_unregister_device +EXPORT_SYMBOL vmlinux 0xc51eb239 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0xc51fbdde block_write_begin +EXPORT_SYMBOL vmlinux 0xc52da066 omap_set_dma_dest_params +EXPORT_SYMBOL vmlinux 0xc52fe9cc dev_uc_sync +EXPORT_SYMBOL vmlinux 0xc5496940 mdiobus_scan +EXPORT_SYMBOL vmlinux 0xc5564a71 __bforget +EXPORT_SYMBOL vmlinux 0xc5657a74 d_tmpfile +EXPORT_SYMBOL vmlinux 0xc5718627 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0xc5768490 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xc57cfa33 kunmap_high +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc59894a0 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5aeaa2b dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc6079a77 dcache_readdir +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc635ba67 km_policy_notify +EXPORT_SYMBOL vmlinux 0xc662bb0d filemap_map_pages +EXPORT_SYMBOL vmlinux 0xc66fa6a6 ida_remove +EXPORT_SYMBOL vmlinux 0xc67d47f8 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0xc6c075a1 udp_seq_open +EXPORT_SYMBOL vmlinux 0xc6c71ee5 snd_card_disconnect +EXPORT_SYMBOL vmlinux 0xc6cbab7d mmc_erase +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6e76c67 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0xc6ef4f91 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xc7007ee1 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc73cb85e icmp_send +EXPORT_SYMBOL vmlinux 0xc74d6446 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc76720b0 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xc771d062 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xc77c5a7d dev_warn +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc795ce13 scsi_finish_command +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a07574 simple_unlink +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7a69540 console_start +EXPORT_SYMBOL vmlinux 0xc7a9157a genl_unregister_family +EXPORT_SYMBOL vmlinux 0xc7bcbc8d add_wait_queue +EXPORT_SYMBOL vmlinux 0xc7c9a48f tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xc7d16608 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xc7d1f1ae i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xc7dd51ce make_kgid +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc80bcaf9 kill_fasync +EXPORT_SYMBOL vmlinux 0xc8165af2 may_umount +EXPORT_SYMBOL vmlinux 0xc82d13a5 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc837da82 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc841cd78 shdma_chan_remove +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc85002dd adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc89276aa __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0xc8a1d78e inet_recvmsg +EXPORT_SYMBOL vmlinux 0xc8b372eb netlink_net_capable +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8d3d995 ps2_end_command +EXPORT_SYMBOL vmlinux 0xc8db906f do_splice_to +EXPORT_SYMBOL vmlinux 0xc8fbfd4f cdev_add +EXPORT_SYMBOL vmlinux 0xc903a695 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xc936bde6 module_refcount +EXPORT_SYMBOL vmlinux 0xc93a2f4d edma_free_cont_slots +EXPORT_SYMBOL vmlinux 0xc9561a58 fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc98ea405 __neigh_event_send +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9ab4621 snd_card_file_add +EXPORT_SYMBOL vmlinux 0xc9b4056c __module_put_and_exit +EXPORT_SYMBOL vmlinux 0xc9b57159 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xc9b8c308 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0xc9c1a4de get_user_pages +EXPORT_SYMBOL vmlinux 0xca0614b4 omapdss_get_version +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca28d4fa of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xca2bedd6 blk_recount_segments +EXPORT_SYMBOL vmlinux 0xca2dcd0f inet_release +EXPORT_SYMBOL vmlinux 0xca32eb62 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xca388503 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xca4423c9 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xca4d95a9 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xca52faf3 ip_getsockopt +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca895695 sock_update_memcg +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcaaa30bd __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xcaba1059 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0xcaddbd7e edma_set_dest_index +EXPORT_SYMBOL vmlinux 0xcaefc80d inet_csk_accept +EXPORT_SYMBOL vmlinux 0xcaf15380 proto_unregister +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb21b041 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xcb2efa4d netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0xcb3e17c8 dev_addr_add +EXPORT_SYMBOL vmlinux 0xcb466063 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xcb5ad677 nand_bch_calculate_ecc +EXPORT_SYMBOL vmlinux 0xcb607473 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xcb674f24 lease_get_mtime +EXPORT_SYMBOL vmlinux 0xcb6b8d24 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xcbae8235 downgrade_write +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbd8ea5a tcf_register_action +EXPORT_SYMBOL vmlinux 0xcbee6439 ida_simple_get +EXPORT_SYMBOL vmlinux 0xcc0277c1 udp_del_offload +EXPORT_SYMBOL vmlinux 0xcc15add8 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xcc173a3f devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xcc186e9e dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc28178f dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xcc47bda9 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0xcc4effad buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5bc3a3 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xcc5dedd9 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0xcc6541d6 of_get_property +EXPORT_SYMBOL vmlinux 0xcc76ca85 snd_card_proc_new +EXPORT_SYMBOL vmlinux 0xcc96bf60 inet_accept +EXPORT_SYMBOL vmlinux 0xccac8564 iget5_locked +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccdd594e simple_transaction_release +EXPORT_SYMBOL vmlinux 0xccf3d49e netpoll_setup +EXPORT_SYMBOL vmlinux 0xccf4e880 lock_sock_fast +EXPORT_SYMBOL vmlinux 0xccf6edd0 down_read_trylock +EXPORT_SYMBOL vmlinux 0xcd059152 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xcd081233 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd30b95a tmio_core_mmc_clk_div +EXPORT_SYMBOL vmlinux 0xcd45eda4 scsi_host_put +EXPORT_SYMBOL vmlinux 0xcd555b3c blk_init_tags +EXPORT_SYMBOL vmlinux 0xcd63c845 __aeabi_lasr +EXPORT_SYMBOL vmlinux 0xcd73e1b6 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xcd7c435c max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xcd9bd1a4 dquot_initialize +EXPORT_SYMBOL vmlinux 0xcdb0567a sock_init_data +EXPORT_SYMBOL vmlinux 0xcdbc3946 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcaa112 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xcdd6cea2 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xce03c5f1 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xce174a29 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2ae1db bio_reset +EXPORT_SYMBOL vmlinux 0xce2b36a8 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xce388620 snd_timer_stop +EXPORT_SYMBOL vmlinux 0xce392a1b serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL vmlinux 0xce46be2d tc6393xb_lcd_mode +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce75e5ca __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xce7ed40a qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xce991d42 mutex_unlock +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceaea30a inode_change_ok +EXPORT_SYMBOL vmlinux 0xcec83210 mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xced41dd6 snd_pcm_link_rwlock +EXPORT_SYMBOL vmlinux 0xcedba69f pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xceea428c msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0xceed7f85 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xceff4e04 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xcf3567c0 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xcf4ea3af mnt_unpin +EXPORT_SYMBOL vmlinux 0xcf536982 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0xcf54012a netlink_capable +EXPORT_SYMBOL vmlinux 0xcf5835ba bdi_unregister +EXPORT_SYMBOL vmlinux 0xcf66a8d9 inet_add_offload +EXPORT_SYMBOL vmlinux 0xcf81b132 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xcf834e8a netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xcf84375c snd_ctl_remove +EXPORT_SYMBOL vmlinux 0xcf88625f mempool_create_node +EXPORT_SYMBOL vmlinux 0xcfd8d838 map_destroy +EXPORT_SYMBOL vmlinux 0xcfe4eac6 simple_map_init +EXPORT_SYMBOL vmlinux 0xcfe51307 of_find_property +EXPORT_SYMBOL vmlinux 0xcfe59a2b blkdev_fsync +EXPORT_SYMBOL vmlinux 0xcff6b676 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0xd01519fd uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xd01593dd max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xd017733e mmc_free_host +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd03168d4 setattr_copy +EXPORT_SYMBOL vmlinux 0xd03aa106 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xd045ecbb sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xd04f2d9f snd_jack_set_parent +EXPORT_SYMBOL vmlinux 0xd06ebfe9 load_nls_default +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd07e20ab inet_sendpage +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0c7252b pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xd0d2999b swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0f41c36 of_phy_attach +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd100acbd _raw_write_lock +EXPORT_SYMBOL vmlinux 0xd1067ba7 dispc_ovl_enabled +EXPORT_SYMBOL vmlinux 0xd107e012 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xd108ccd9 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xd10b3f0e mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xd1157735 release_and_free_resource +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd123e254 __sock_create +EXPORT_SYMBOL vmlinux 0xd134f7c9 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xd137dd08 pps_register_source +EXPORT_SYMBOL vmlinux 0xd13a3427 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0xd14cfeef simple_open +EXPORT_SYMBOL vmlinux 0xd15508bd udp_set_csum +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd1a53551 omap_dss_find_output_by_node +EXPORT_SYMBOL vmlinux 0xd1c1269d elevator_init +EXPORT_SYMBOL vmlinux 0xd1cc7123 skb_copy_expand +EXPORT_SYMBOL vmlinux 0xd1db5dcc devm_clk_get +EXPORT_SYMBOL vmlinux 0xd1dbdc4c tcf_em_unregister +EXPORT_SYMBOL vmlinux 0xd20b7c3b vme_irq_request +EXPORT_SYMBOL vmlinux 0xd21556bf tty_name +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd23054f5 snd_pci_quirk_lookup +EXPORT_SYMBOL vmlinux 0xd247455f iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xd250948d console_stop +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd257f499 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd2680deb omapdss_find_output_from_display +EXPORT_SYMBOL vmlinux 0xd26c2e2a seq_write +EXPORT_SYMBOL vmlinux 0xd2753d42 mnt_pin +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd280e302 blk_delay_queue +EXPORT_SYMBOL vmlinux 0xd28b53d3 inode_dio_done +EXPORT_SYMBOL vmlinux 0xd29b1698 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xd2a941d4 sg_init_table +EXPORT_SYMBOL vmlinux 0xd2af138b reservation_ww_class +EXPORT_SYMBOL vmlinux 0xd2af63bc jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xd2c662a4 PDE_DATA +EXPORT_SYMBOL vmlinux 0xd2d1571b dev_emerg +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e0476b pci_restore_state +EXPORT_SYMBOL vmlinux 0xd3005949 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xd312c9e2 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd3372f2f jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xd33fd03a dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0xd34a1cb4 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xd34ee2a2 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xd37072c3 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0xd378fc35 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xd38a8837 _snd_ctl_add_slave +EXPORT_SYMBOL vmlinux 0xd39ac228 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xd39ffc5d phy_detach +EXPORT_SYMBOL vmlinux 0xd3ade1b2 snd_info_register +EXPORT_SYMBOL vmlinux 0xd3ae9ac3 dm_put_device +EXPORT_SYMBOL vmlinux 0xd3d02ac7 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xd3dbfbc4 _find_first_zero_bit_le +EXPORT_SYMBOL vmlinux 0xd3dde89e remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xd3de8290 is_bad_inode +EXPORT_SYMBOL vmlinux 0xd3e254e5 pci_clear_master +EXPORT_SYMBOL vmlinux 0xd3e6f60d cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xd418e1c0 adjust_resource +EXPORT_SYMBOL vmlinux 0xd43aa6d9 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xd44dbba4 dss_mgr_set_lcd_config +EXPORT_SYMBOL vmlinux 0xd46210ed netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xd4669fad complete +EXPORT_SYMBOL vmlinux 0xd4c82eac snd_pcm_lib_readv +EXPORT_SYMBOL vmlinux 0xd50f9469 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xd53daa02 get_gendisk +EXPORT_SYMBOL vmlinux 0xd54b5537 find_lock_entry +EXPORT_SYMBOL vmlinux 0xd5603d95 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xd56e9485 omap_set_dma_dest_index +EXPORT_SYMBOL vmlinux 0xd5771832 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xd57a8fdd tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xd588e558 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xd58e2368 of_allnodes +EXPORT_SYMBOL vmlinux 0xd594a518 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xd5aa0fef xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xd5b0fbce usbnet_link_change +EXPORT_SYMBOL vmlinux 0xd5c0ea65 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xd5c5ff75 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd5fa46f4 vga_client_register +EXPORT_SYMBOL vmlinux 0xd61347c6 register_sysctl +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd61bb78a netdev_features_change +EXPORT_SYMBOL vmlinux 0xd61d64c0 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xd627480b strncat +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd64b3f1e ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xd653610b of_device_is_available +EXPORT_SYMBOL vmlinux 0xd65782b1 udp_poll +EXPORT_SYMBOL vmlinux 0xd657ef9e omapdss_default_get_resolution +EXPORT_SYMBOL vmlinux 0xd65b8c1f input_unregister_handler +EXPORT_SYMBOL vmlinux 0xd66a8291 register_sound_special_device +EXPORT_SYMBOL vmlinux 0xd67aad0c misc_register +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd6b0c79a netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xd6cdd0c5 end_page_writeback +EXPORT_SYMBOL vmlinux 0xd6dae403 vme_irq_generate +EXPORT_SYMBOL vmlinux 0xd6de35f5 dentry_open +EXPORT_SYMBOL vmlinux 0xd6e71b1a dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xd6ecd9c1 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fb175b i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xd7045d23 blk_rq_init +EXPORT_SYMBOL vmlinux 0xd70972cd snd_ctl_boolean_stereo_info +EXPORT_SYMBOL vmlinux 0xd7223ca6 sock_no_getname +EXPORT_SYMBOL vmlinux 0xd723161e __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xd74289f9 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0xd75b7f03 ata_link_printk +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75e8909 generic_write_checks +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd76a0aa1 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd77ed513 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xd78025ae gen_pool_create +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7a24d06 scsi_register_interface +EXPORT_SYMBOL vmlinux 0xd7cf6350 register_exec_domain +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f4c00a install_exec_creds +EXPORT_SYMBOL vmlinux 0xd8176e29 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xd8252048 security_file_permission +EXPORT_SYMBOL vmlinux 0xd838cfd0 input_free_device +EXPORT_SYMBOL vmlinux 0xd85cd67e __wake_up +EXPORT_SYMBOL vmlinux 0xd85d1756 dev_uc_del +EXPORT_SYMBOL vmlinux 0xd8a4e2fb generic_permission +EXPORT_SYMBOL vmlinux 0xd8c5761f dmam_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8f194b5 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0xd8fe1523 shdma_chan_probe +EXPORT_SYMBOL vmlinux 0xd90a6a4c kmap_high +EXPORT_SYMBOL vmlinux 0xd927e7d8 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92f2b30 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xd94c85a4 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xd955d2b7 omap_set_dma_dest_data_pack +EXPORT_SYMBOL vmlinux 0xd95a6c4b mmc_register_driver +EXPORT_SYMBOL vmlinux 0xd97028ee sock_wmalloc +EXPORT_SYMBOL vmlinux 0xd97bb0d3 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0xd97edd47 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd99312be ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xd99965dd pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xd99ad579 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xd9df083d ab3100_event_register +EXPORT_SYMBOL vmlinux 0xd9f172dc mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xda1cef3a shdma_chan_filter +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda3c53a0 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda539912 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xda5e7d81 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xda6f96c1 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda90e73d sk_mc_loop +EXPORT_SYMBOL vmlinux 0xda92bf90 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xda99bb11 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdaa861fa vme_irq_free +EXPORT_SYMBOL vmlinux 0xdaa899bc jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xdaafc807 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xdad45cc1 init_page_accessed +EXPORT_SYMBOL vmlinux 0xdad9e4ba xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0xdade2c5a snd_ctl_boolean_mono_info +EXPORT_SYMBOL vmlinux 0xdae5953e dss_mgr_register_framedone_handler +EXPORT_SYMBOL vmlinux 0xdaec00f0 release_pages +EXPORT_SYMBOL vmlinux 0xdaf13ceb tty_check_change +EXPORT_SYMBOL vmlinux 0xdb2ae6f0 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0xdb40297f tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0xdb4292e4 omap_set_dma_params +EXPORT_SYMBOL vmlinux 0xdb5bc430 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb6d2735 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xdb7305a1 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb77bffd mapping_tagged +EXPORT_SYMBOL vmlinux 0xdb7aea83 generic_fillattr +EXPORT_SYMBOL vmlinux 0xdb93b838 dispc_free_irq +EXPORT_SYMBOL vmlinux 0xdb9bdf1b dss_mgr_start_update +EXPORT_SYMBOL vmlinux 0xdbad0a03 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xdbb16fe9 snd_pcm_stop +EXPORT_SYMBOL vmlinux 0xdbc0c854 mmc_get_card +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc21fb90 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xdc342a14 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc942659 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xdc9d022e dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xdca9ed48 edma_read_slot +EXPORT_SYMBOL vmlinux 0xdcac2e3b scsi_reset_provider +EXPORT_SYMBOL vmlinux 0xdcaca780 scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xdcad250f neigh_seq_start +EXPORT_SYMBOL vmlinux 0xdcadc77b dev_deactivate +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcb28950 tcp_proc_register +EXPORT_SYMBOL vmlinux 0xdcba34b0 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xdcbba9fd __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xdcc08a7b unlock_new_inode +EXPORT_SYMBOL vmlinux 0xdce228e5 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd17edb9 register_md_personality +EXPORT_SYMBOL vmlinux 0xdd202cd0 arm_dma_ops +EXPORT_SYMBOL vmlinux 0xdd24aeb9 md_flush_request +EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr +EXPORT_SYMBOL vmlinux 0xdd32a9fe do_fallocate +EXPORT_SYMBOL vmlinux 0xdd3916ac _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xdd5f27b3 sock_edemux +EXPORT_SYMBOL vmlinux 0xdd687a32 snd_card_set_id +EXPORT_SYMBOL vmlinux 0xdd7703f7 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xdd8731eb down_write_trylock +EXPORT_SYMBOL vmlinux 0xdd97dd0b tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0xddbf821f arp_send +EXPORT_SYMBOL vmlinux 0xdddfcd8b twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xddea948b mmc_power_save_host +EXPORT_SYMBOL vmlinux 0xddfca778 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0xde0df409 make_bad_inode +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde15c042 omap_set_dma_src_index +EXPORT_SYMBOL vmlinux 0xde1b66b7 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xde2faf34 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xde3338de pci_scan_bus +EXPORT_SYMBOL vmlinux 0xde38f242 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xde437252 snd_pcm_hw_constraint_list +EXPORT_SYMBOL vmlinux 0xde692d94 omap_get_dma_chain_src_pos +EXPORT_SYMBOL vmlinux 0xde8b76f3 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde953f60 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xde9c926f blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0xdecd290c crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xded177a3 km_state_notify +EXPORT_SYMBOL vmlinux 0xdef0f2a0 eth_type_trans +EXPORT_SYMBOL vmlinux 0xdef3514e __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xdf0e538e revalidate_disk +EXPORT_SYMBOL vmlinux 0xdf155015 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xdf2b3f4d bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf387f22 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xdf3f2fee page_address +EXPORT_SYMBOL vmlinux 0xdf4b3b89 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf7d99c8 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfaa9cee blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xdfabe0ff scm_call +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfd91ce9 omap_type +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe0001c9e tty_hangup +EXPORT_SYMBOL vmlinux 0xe00cfde8 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0xe01002bd pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xe02bd6e1 skb_store_bits +EXPORT_SYMBOL vmlinux 0xe03230b6 udp_disconnect +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe0697abf vfs_rename +EXPORT_SYMBOL vmlinux 0xe06aabc2 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe085cb20 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xe094ef39 sg_next +EXPORT_SYMBOL vmlinux 0xe0a04b8d of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xe0a10dc2 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0xe0ad7797 __frontswap_test +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b38a9f set_bh_page +EXPORT_SYMBOL vmlinux 0xe0b4edc8 __invalidate_device +EXPORT_SYMBOL vmlinux 0xe0b69d06 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0ca5dee sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xe0d4bb09 replace_mount_options +EXPORT_SYMBOL vmlinux 0xe0d9ffbd skb_append +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe127fb18 down_killable +EXPORT_SYMBOL vmlinux 0xe14576aa inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe18916cf snd_pcm_set_ops +EXPORT_SYMBOL vmlinux 0xe1904477 dquot_release +EXPORT_SYMBOL vmlinux 0xe1949a23 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xe1b00053 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xe1f0ab3a _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xe1fbd712 pci_save_state +EXPORT_SYMBOL vmlinux 0xe1ff20b5 ppp_dev_name +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe21a6daa inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xe2336c51 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xe237e75d pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe24399e6 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0xe2469f14 nobh_write_end +EXPORT_SYMBOL vmlinux 0xe2497206 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe25c6545 inc_nlink +EXPORT_SYMBOL vmlinux 0xe26171b2 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xe284b0c0 set_bdi_congested +EXPORT_SYMBOL vmlinux 0xe292fb9f gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2bed152 scsi_print_result +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2e8c6ca phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xe2f137b4 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe300c44f kset_register +EXPORT_SYMBOL vmlinux 0xe3017d5d __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xe337fbb6 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xe350402e swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xe36600c4 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xe373c709 omapdss_unregister_output +EXPORT_SYMBOL vmlinux 0xe37693fa skb_unlink +EXPORT_SYMBOL vmlinux 0xe37d10ae omap_dispc_unregister_isr +EXPORT_SYMBOL vmlinux 0xe37f4c90 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL vmlinux 0xe3939745 ping_prot +EXPORT_SYMBOL vmlinux 0xe398d38f of_device_unregister +EXPORT_SYMBOL vmlinux 0xe3b161a6 kernel_listen +EXPORT_SYMBOL vmlinux 0xe3b5d8ec snd_pcm_new_internal +EXPORT_SYMBOL vmlinux 0xe3d27866 open_exec +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe413be4a memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xe429b248 elv_rb_find +EXPORT_SYMBOL vmlinux 0xe43274bc proc_dointvec +EXPORT_SYMBOL vmlinux 0xe43e9caf sock_create_lite +EXPORT_SYMBOL vmlinux 0xe4582e04 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xe4707bd3 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xe471a5c9 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xe47656f2 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0xe4890f29 __init_rwsem +EXPORT_SYMBOL vmlinux 0xe4c80097 cacheid +EXPORT_SYMBOL vmlinux 0xe4cfdfce __cleancache_put_page +EXPORT_SYMBOL vmlinux 0xe4dfb7c9 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xe4f97411 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe5445af6 omap_get_dma_dst_pos +EXPORT_SYMBOL vmlinux 0xe54a12b4 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0xe568c525 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL vmlinux 0xe56e053b security_path_chown +EXPORT_SYMBOL vmlinux 0xe57361dd __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe582f13f get_mem_type +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5b59257 snd_timer_new +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe61d880a posix_test_lock +EXPORT_SYMBOL vmlinux 0xe63477e2 elv_rb_del +EXPORT_SYMBOL vmlinux 0xe64099cd unregister_quota_format +EXPORT_SYMBOL vmlinux 0xe65055e2 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0xe65af7e7 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xe66452ab dql_init +EXPORT_SYMBOL vmlinux 0xe6744a89 omap_clear_dma +EXPORT_SYMBOL vmlinux 0xe67a520b dquot_file_open +EXPORT_SYMBOL vmlinux 0xe68579c1 netdev_alert +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe6a09bc4 kmap +EXPORT_SYMBOL vmlinux 0xe6a3afcc key_task_permission +EXPORT_SYMBOL vmlinux 0xe6adca8b bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xe6b49550 of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0xe6c3ebb0 __raw_writesw +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe7075b97 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xe707d823 __aeabi_uidiv +EXPORT_SYMBOL vmlinux 0xe710e44f generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0xe7278fde scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xe73fa189 of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0xe74068e4 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xe74d20c3 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xe7588391 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xe75e34ec __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xe77729b1 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0xe77d702d security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xe78b95b3 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7b4a073 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xe7bfbf7c find_get_pages_contig +EXPORT_SYMBOL vmlinux 0xe7c9859f tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7daea50 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xe7e15910 dispc_clear_irqstatus +EXPORT_SYMBOL vmlinux 0xe7f55ca7 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xe7f62be5 get_tz_trend +EXPORT_SYMBOL vmlinux 0xe8087f37 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0xe80b510a block_invalidatepage +EXPORT_SYMBOL vmlinux 0xe8459b80 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xe8481452 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xe84d394a scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xe851bb05 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xe86acaed phy_find_first +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe880fff4 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xe884434e neigh_table_clear +EXPORT_SYMBOL vmlinux 0xe898bfba crc32_le_combine +EXPORT_SYMBOL vmlinux 0xe8a614d3 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0xe8b9a3d4 mx51_revision +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c69f0d jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xe8c95b36 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xe8cfce09 tegra114_clock_deassert_dfll_dvco_reset +EXPORT_SYMBOL vmlinux 0xe8da0ce6 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xe8e349a0 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xe8e8f5ed blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xe8e90356 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0xe90b1481 __scsi_add_device +EXPORT_SYMBOL vmlinux 0xe912da6b unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe91756a6 sk_free +EXPORT_SYMBOL vmlinux 0xe917fd0c tty_port_open +EXPORT_SYMBOL vmlinux 0xe92e273f security_inode_permission +EXPORT_SYMBOL vmlinux 0xe9314317 inet_select_addr +EXPORT_SYMBOL vmlinux 0xe932cce8 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xe9454442 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95e00cf flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0xe9693c1b inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xe9874c72 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xe9909f4e xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xe9a5b587 iget_failed +EXPORT_SYMBOL vmlinux 0xe9a91515 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0xe9a94d24 seq_vprintf +EXPORT_SYMBOL vmlinux 0xe9b290c6 omap_dss_find_output +EXPORT_SYMBOL vmlinux 0xe9c177e4 skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xe9dd7ced give_up_console +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9fe8f7f sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea1f5b88 samsung_rev +EXPORT_SYMBOL vmlinux 0xea2fe8e6 neigh_compat_output +EXPORT_SYMBOL vmlinux 0xea35d097 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xea518a41 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xea54c40a gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea83c994 generic_setlease +EXPORT_SYMBOL vmlinux 0xea897291 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xeaab0d3f skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0xeae5172c get_cached_acl +EXPORT_SYMBOL vmlinux 0xeaeb51a9 md_write_start +EXPORT_SYMBOL vmlinux 0xeb1b120e omap_set_dma_write_mode +EXPORT_SYMBOL vmlinux 0xeb1d6c43 uart_register_driver +EXPORT_SYMBOL vmlinux 0xeb2aeac5 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb4e19f9 inet6_getname +EXPORT_SYMBOL vmlinux 0xeb4fad73 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb5a6770 key_unlink +EXPORT_SYMBOL vmlinux 0xeb5c5bf7 snd_power_wait +EXPORT_SYMBOL vmlinux 0xeb6fe37d inet_addr_type +EXPORT_SYMBOL vmlinux 0xeb80359f get_acl +EXPORT_SYMBOL vmlinux 0xeba9c9b0 unregister_key_type +EXPORT_SYMBOL vmlinux 0xebba7543 cpu_tlb +EXPORT_SYMBOL vmlinux 0xebbf779f block_commit_write +EXPORT_SYMBOL vmlinux 0xebca5e72 flush_old_exec +EXPORT_SYMBOL vmlinux 0xebd49683 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xebd7fd37 vga_get +EXPORT_SYMBOL vmlinux 0xebef605b sock_no_listen +EXPORT_SYMBOL vmlinux 0xebfdcbdf system_serial_high +EXPORT_SYMBOL vmlinux 0xec0df99f snd_dma_free_pages +EXPORT_SYMBOL vmlinux 0xec1aa6ef memzero_explicit +EXPORT_SYMBOL vmlinux 0xec2247eb inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xec446bc7 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xecbcb8bb radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xecd2a39f jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xeceed50f loop_backing_file +EXPORT_SYMBOL vmlinux 0xed00d0b1 up_read +EXPORT_SYMBOL vmlinux 0xed03e884 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xed10d5e0 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0xed16f5ef textsearch_register +EXPORT_SYMBOL vmlinux 0xed491211 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xed4e4295 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xed50097d tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed5dec62 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xed64fb52 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xed72c2c2 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xed74daaa scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xed854dac omap_stop_dma_chain_transfers +EXPORT_SYMBOL vmlinux 0xed85ea53 key_invalidate +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedab7843 lock_fb_info +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc7f4ec dq_data_lock +EXPORT_SYMBOL vmlinux 0xedd9106d __ashrdi3 +EXPORT_SYMBOL vmlinux 0xeddfd6e6 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xee1d83cb md_check_recovery +EXPORT_SYMBOL vmlinux 0xee2bc2d0 omapdss_is_initialized +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee32f1bf generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xee3496c3 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0xee4b6928 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xee4ce24a sk_stop_timer +EXPORT_SYMBOL vmlinux 0xee590d0c flow_cache_lookup +EXPORT_SYMBOL vmlinux 0xee5f6c07 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xee6bffef tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xee715ef8 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xee871c1b genphy_update_link +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee971269 get_task_io_context +EXPORT_SYMBOL vmlinux 0xee98f6b8 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb2dc77 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xeed3635b proc_dostring +EXPORT_SYMBOL vmlinux 0xeedb6d55 mii_check_media +EXPORT_SYMBOL vmlinux 0xeedf9c5a tty_register_driver +EXPORT_SYMBOL vmlinux 0xeee1f02f dev_load +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xef2ebacd __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xef342003 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xef45bd2a path_put +EXPORT_SYMBOL vmlinux 0xef460e07 empty_aops +EXPORT_SYMBOL vmlinux 0xef547cee dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xef6d0b91 unlock_page +EXPORT_SYMBOL vmlinux 0xef7ac408 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xef9f25ef vm_map_ram +EXPORT_SYMBOL vmlinux 0xefb66a95 omap_request_dma_chain +EXPORT_SYMBOL vmlinux 0xefc9d661 snd_component_add +EXPORT_SYMBOL vmlinux 0xefcf3143 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefd6cf06 __aeabi_unwind_cpp_pr0 +EXPORT_SYMBOL vmlinux 0xefd8085b of_get_mac_address +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefec312f omap_get_dma_active_status +EXPORT_SYMBOL vmlinux 0xeff2a855 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xeff63135 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xeffc37ea truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0045c47 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xf00c4bd5 dev_printk +EXPORT_SYMBOL vmlinux 0xf01654dd devm_free_irq +EXPORT_SYMBOL vmlinux 0xf03d674a i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xf049f46a __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xf05bd283 processor +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf064c5ee xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xf0707b0a of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0xf0740cbc netif_rx +EXPORT_SYMBOL vmlinux 0xf074f592 pci_get_class +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf0895367 omap_video_timings_to_videomode +EXPORT_SYMBOL vmlinux 0xf09d9a05 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0abb8eb bdevname +EXPORT_SYMBOL vmlinux 0xf0b6e93a inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0xf0caf3d1 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xf0cbc530 phy_disconnect +EXPORT_SYMBOL vmlinux 0xf0d291e2 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xf0d58527 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xf0d68ed6 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0xf0d84af1 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf10d6955 phy_print_status +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf14ee054 read_cache_page +EXPORT_SYMBOL vmlinux 0xf1751090 bdgrab +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19e9355 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xf1a42bc0 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xf1a8c480 ata_dev_printk +EXPORT_SYMBOL vmlinux 0xf1abd234 write_inode_now +EXPORT_SYMBOL vmlinux 0xf1c98376 udp_prot +EXPORT_SYMBOL vmlinux 0xf1ca5a10 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1dc8214 dss_mgr_connect +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1e0b260 edma_set_transfer_params +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ea6f1c __bswapsi2 +EXPORT_SYMBOL vmlinux 0xf1f94307 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xf2041751 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf218e573 unload_nls +EXPORT_SYMBOL vmlinux 0xf23f9b03 file_ns_capable +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2525071 generic_perform_write +EXPORT_SYMBOL vmlinux 0xf27e8012 msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2a9cf00 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2b8143d fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xf2c7ee5c unregister_qdisc +EXPORT_SYMBOL vmlinux 0xf30e64b6 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf3194703 bd_set_size +EXPORT_SYMBOL vmlinux 0xf331bc55 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf3487a3f omap_dss_get_device +EXPORT_SYMBOL vmlinux 0xf35072c0 devfreq_add_device +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35eb4a3 serio_close +EXPORT_SYMBOL vmlinux 0xf376e66f skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf395a437 __blk_run_queue +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3a0f59b ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xf3a6b72d blk_start_request +EXPORT_SYMBOL vmlinux 0xf3b5cd2b tcf_hash_create +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3c3de74 nf_log_unset +EXPORT_SYMBOL vmlinux 0xf3ca65eb of_get_next_child +EXPORT_SYMBOL vmlinux 0xf3d400f5 phy_device_register +EXPORT_SYMBOL vmlinux 0xf3d6b9e3 sys_copyarea +EXPORT_SYMBOL vmlinux 0xf3e7b854 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xf3f0b947 kmap_atomic +EXPORT_SYMBOL vmlinux 0xf3f11ae1 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xf40019c0 tegra114_clock_tune_cpu_trimmers_init +EXPORT_SYMBOL vmlinux 0xf40b2297 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xf4117764 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xf41578a2 dm_get_device +EXPORT_SYMBOL vmlinux 0xf41ef2db __sb_end_write +EXPORT_SYMBOL vmlinux 0xf43fa421 seq_lseek +EXPORT_SYMBOL vmlinux 0xf441c535 fd_install +EXPORT_SYMBOL vmlinux 0xf449a325 tso_build_data +EXPORT_SYMBOL vmlinux 0xf452cc90 skb_insert +EXPORT_SYMBOL vmlinux 0xf458b6ee nand_bch_correct_data +EXPORT_SYMBOL vmlinux 0xf473ffaf down +EXPORT_SYMBOL vmlinux 0xf4a09321 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xf4a4ff96 __mutex_init +EXPORT_SYMBOL vmlinux 0xf4a7fc6d omapdss_compat_init +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4bde867 lookup_one_len +EXPORT_SYMBOL vmlinux 0xf4d098de sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f60db4 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xf4f71fc3 gen_pool_alloc +EXPORT_SYMBOL vmlinux 0xf51b20a0 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xf537c858 kobject_del +EXPORT_SYMBOL vmlinux 0xf53944eb ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf54c51a2 dma_pool_free +EXPORT_SYMBOL vmlinux 0xf5579543 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xf5592529 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xf564412a __aeabi_ulcmp +EXPORT_SYMBOL vmlinux 0xf564f061 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xf56fee35 follow_pfn +EXPORT_SYMBOL vmlinux 0xf572eab7 tty_lock +EXPORT_SYMBOL vmlinux 0xf59358bd kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xf59a8ca5 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xf5aff868 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xf5bfaf07 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xf5c36b95 dump_align +EXPORT_SYMBOL vmlinux 0xf5e8dd3a netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5f5c08b sys_fillrect +EXPORT_SYMBOL vmlinux 0xf5f6ed22 seq_open +EXPORT_SYMBOL vmlinux 0xf623dd0b ptp_clock_index +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf64dbff6 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xf66916d9 nand_unlock +EXPORT_SYMBOL vmlinux 0xf681b01b blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf682d4b4 blk_register_region +EXPORT_SYMBOL vmlinux 0xf6851d5f register_sysctl_paths +EXPORT_SYMBOL vmlinux 0xf6b7de31 backlight_force_update +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6c4c370 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xf6ca75dc genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xf6ccdae1 skb_put +EXPORT_SYMBOL vmlinux 0xf6e13805 amba_request_regions +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f3cef6 omap_vrfb_setup +EXPORT_SYMBOL vmlinux 0xf6f5d907 of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xf6fc4c23 get_phy_device +EXPORT_SYMBOL vmlinux 0xf715df8b user_path_at +EXPORT_SYMBOL vmlinux 0xf7271948 edma_set_src_index +EXPORT_SYMBOL vmlinux 0xf73292d0 vfs_rmdir +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf74ba3ce from_kuid_munged +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf7802486 __aeabi_uidivmod +EXPORT_SYMBOL vmlinux 0xf795fc13 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xf79c2f0f tty_throttle +EXPORT_SYMBOL vmlinux 0xf7aaeddc ida_init +EXPORT_SYMBOL vmlinux 0xf7ae21ac check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0xf7b12aee __next_cpu +EXPORT_SYMBOL vmlinux 0xf7bf3f50 msm_iommu_get_ctx +EXPORT_SYMBOL vmlinux 0xf7c81f19 __find_get_block +EXPORT_SYMBOL vmlinux 0xf7e8152b blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf80933fc tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0xf80f2d5b kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf8173fa1 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xf82604c5 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82e68c1 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf833781c of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0xf83f0295 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xf84f5e6f ata_print_version +EXPORT_SYMBOL vmlinux 0xf853bbca omap_vrfb_map_angle +EXPORT_SYMBOL vmlinux 0xf854fe26 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xf8624aee inet_frag_kill +EXPORT_SYMBOL vmlinux 0xf87d193d phy_init_hw +EXPORT_SYMBOL vmlinux 0xf889a6e5 filp_open +EXPORT_SYMBOL vmlinux 0xf8916244 file_update_time +EXPORT_SYMBOL vmlinux 0xf8957c06 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xf8975575 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xf8a82914 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xf8bd8a7a arp_xmit +EXPORT_SYMBOL vmlinux 0xf8d8657e phy_start_aneg +EXPORT_SYMBOL vmlinux 0xf8ea1800 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xf8f7c9c5 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0xf8fbb4f0 __bad_xchg +EXPORT_SYMBOL vmlinux 0xf92d6bd0 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf936c490 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xf941ad00 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xf9427374 dispc_request_irq +EXPORT_SYMBOL vmlinux 0xf94818ae __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xf98f0914 __genl_register_family +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a85d4d kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xf9b5f791 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xf9c367e0 iov_pages +EXPORT_SYMBOL vmlinux 0xf9d584ce __brelse +EXPORT_SYMBOL vmlinux 0xf9e5dbcc security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xf9f20e5f pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xfa24e9a0 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xfa52dca3 rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0xfa576065 md_error +EXPORT_SYMBOL vmlinux 0xfa57c224 nand_lock +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa923f94 nf_log_unregister +EXPORT_SYMBOL vmlinux 0xfa967501 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xfaa55d91 key_link +EXPORT_SYMBOL vmlinux 0xfab37410 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0xfac68eba arm_elf_read_implies_exec +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacb38f3 pci_dev_get +EXPORT_SYMBOL vmlinux 0xfacd2e14 pgprot_user +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xface64f8 empty_zero_page +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaef29f5 of_match_device +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb2a572c nf_log_set +EXPORT_SYMBOL vmlinux 0xfb2c95e8 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xfb2cd14a dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0xfb53c73c bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xfb67f022 input_register_device +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb715217 bdget_disk +EXPORT_SYMBOL vmlinux 0xfb7d2eea sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xfb7d9c45 __udivsi3 +EXPORT_SYMBOL vmlinux 0xfb8ae00a i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfb961d14 __arm_ioremap +EXPORT_SYMBOL vmlinux 0xfb9d755f genl_notify +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbb9eebd tty_free_termios +EXPORT_SYMBOL vmlinux 0xfbc65498 input_event +EXPORT_SYMBOL vmlinux 0xfbca1e4e __get_user_pages +EXPORT_SYMBOL vmlinux 0xfbd0d947 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xfbe518b0 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0xfbefef46 sget +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc108c94 write_one_page +EXPORT_SYMBOL vmlinux 0xfc123f14 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc4fee5e devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xfc530727 kfree_put_link +EXPORT_SYMBOL vmlinux 0xfc56ec1c ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfc70cab3 pci_get_slot +EXPORT_SYMBOL vmlinux 0xfc84817b lease_modify +EXPORT_SYMBOL vmlinux 0xfc94ab0f poll_freewait +EXPORT_SYMBOL vmlinux 0xfc97bdf0 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcc84501 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xfce86a52 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd257b4d blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0xfd305341 walk_stackframe +EXPORT_SYMBOL vmlinux 0xfd33b5fa cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xfd5683b9 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd7fc067 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xfd8c5afc release_fiq +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfda2f6e8 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0xfdaac903 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL vmlinux 0xfdb3d153 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xfdcf845b input_flush_device +EXPORT_SYMBOL vmlinux 0xfde7c6c9 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xfdfacd7c skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe116de9 pipe_unlock +EXPORT_SYMBOL vmlinux 0xfe18a799 single_release +EXPORT_SYMBOL vmlinux 0xfe20da3d truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xfe3fa1bc iput +EXPORT_SYMBOL vmlinux 0xfe40bf95 dss_feat_get_num_ovls +EXPORT_SYMBOL vmlinux 0xfe420e7a fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xfe4e14ff truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xfe54cb6a __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe66aefa phy_register_fixup +EXPORT_SYMBOL vmlinux 0xfe6b24c3 qdisc_destroy +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfea58b74 qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0xfeb06bf0 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0xfeb44e65 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xfeb5ce24 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xfebe4354 mdiobus_read +EXPORT_SYMBOL vmlinux 0xfec474a9 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xfeca7590 radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee2494d grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xfeeb14df kernel_getsockopt +EXPORT_SYMBOL vmlinux 0xfeec519d pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xfef04629 snd_timer_close +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xfefb6077 edma_alloc_channel +EXPORT_SYMBOL vmlinux 0xff064fee gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xff08740d sg_miter_skip +EXPORT_SYMBOL vmlinux 0xff16c688 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xff18fc14 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff4d71a7 dev_change_flags +EXPORT_SYMBOL vmlinux 0xff5b44ca __quota_error +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 0xff781fd9 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xff7f0f92 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xff7f78ea ip_setsockopt +EXPORT_SYMBOL vmlinux 0xff83c0f6 snd_card_free_when_closed +EXPORT_SYMBOL vmlinux 0xff8cbb1f idr_destroy +EXPORT_SYMBOL vmlinux 0xff8eab29 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffb94ef0 _test_and_change_bit +EXPORT_SYMBOL vmlinux 0xffbfadd0 tc_classify_compat +EXPORT_SYMBOL vmlinux 0xffcbcb9a jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xffd1a2ce mem_map +EXPORT_SYMBOL vmlinux 0xffd2cf99 omap_dss_get_num_overlay_managers +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffdb82bc sg_free_table +EXPORT_SYMBOL vmlinux 0xfff682f2 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xfff7954c jbd2_inode_cache +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x16055636 ablk_init_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x19b1247b ablk_init +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x463b4233 ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x6b725776 ablk_exit +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x8ef8b315 __ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xb9af3cf9 ablk_set_key +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xe2c46c00 ablk_decrypt +EXPORT_SYMBOL_GPL crypto/af_alg 0x58123959 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x67040240 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x7bea22dd af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x9539edc5 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x9ab43941 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x9fb2a03e af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0xcffa916d af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xd954ef95 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0xe6f97cca af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x1b0b1e0a async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x49415b16 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xeffc04eb async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x6b5a5a6d async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xea3251d6 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x09768f7f async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1313e61c async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x5490487c __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xe3f38301 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x38eb73f7 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x6056c9d7 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x63c5c300 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x2dba39d5 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x85abac5d cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x388215f2 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x38958230 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x3ecd3e6b cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x4ad76774 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x4d187f60 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x6f1fd956 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x73bce56d cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x7cb701c0 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xbfa48232 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xde21bbf1 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/lrw 0xfb7a6f32 lrw_crypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xe7013f9d serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe5ed5492 twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0xcffa8b0c xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x56a85dcf __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x4ddac6a1 sis_info133_for_sata +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/bcma/bcma 0x03564b05 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0b81f0a4 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x13dcbcad bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x156ee050 bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2a0b0327 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2e42fcf0 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x397e92e6 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3c1d4db0 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x42cecc22 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x46480038 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x53b3f924 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x61fc6c24 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x62dd382b __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x99bc1b48 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9ef39de3 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb0bbedc3 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb3e225f6 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb6d1fc57 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc0532a36 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd2e56808 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe6a68c02 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf65b8758 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfe653e7a bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1e491811 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1ee7639b btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7fa9d39b btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8bfbf70d btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9a4e1d51 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9ecb128b btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa9770048 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xab9f9c61 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe546eb66 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfeeda988 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0978114f qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x129ac65e clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1c5a105c qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2253bb80 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x29150a6d clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2bb8202d qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x41026928 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4c59852c clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4d489bce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7df982c2 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f141ab4 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f2fd77b clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93e21c99 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1305df3 clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1d46d06 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa6199a2d devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8cb8432 clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xed116921 qcom_cc_remove +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeecd55bc clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf89297ed clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfb36fd32 clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/cpufreq/arm_big_little 0x63030539 bL_cpufreq_unregister +EXPORT_SYMBOL_GPL drivers/cpufreq/arm_big_little 0xe3388ba2 bL_cpufreq_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x4bff4315 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x571ac476 dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x6e9b4490 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x748ed946 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x8713dcb9 dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x03358508 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0dd8dcb2 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x10e76261 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x17c27c1b find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x20219c7f edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x23ed2eec edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x251dd89e edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x406fa846 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4442702e edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4b9b6796 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5079ee9f edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7a2fca22 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7cdb9c19 edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xacbce9c7 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb6bb724a edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbe1083d2 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbe34df84 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc5991987 edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd22a7f71 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xde3aa36e edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe919cc8c edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xebadbdfd edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf394a5d9 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x3c2f432b __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x80e36469 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0794aa18 drm_gem_cma_prime_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x11af2e1d drm_gem_cma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1825e589 drm_gem_cma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1bdf5eae drm_gem_cma_describe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2902b106 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x383e259a drm_gem_cma_prime_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x410d44eb drm_gem_cma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x49518ec1 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x64b0c8e4 drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6aac4d59 drm_gem_cma_prime_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6da808a5 drm_gem_cma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x85a0c57e drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9e7e8426 drm_gem_cma_free_object +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa631bb62 drm_gem_cma_prime_vunmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc49c05aa drm_gem_cma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe8dd0179 of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfee3e54b drm_gem_cma_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1148b623 drm_fbdev_cma_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x774a0a70 drm_fbdev_cma_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x99e99531 drm_fb_cma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb2c912af drm_fbdev_cma_hotplug_event +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xcc337fd5 drm_fbdev_cma_restore_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xf116511e drm_fb_cma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xf58babb2 drm_fb_cma_debugfs_show +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0x016de8cd exynos_drm_subdrv_close +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0x2bedfb30 exynos_drm_subdrv_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0x40d16817 exynos_drm_subdrv_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0x5b9b830a exynos_drm_device_subdrv_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0xd0dee6b6 exynos_drm_device_subdrv_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0xef8adfd3 exynos_drm_subdrv_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x188f5030 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x7db89847 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xd8b62d7b ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0498642f ipu_cpmem_set_image +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0b191630 ipu_idmac_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0d1b385b ipu_idmac_enable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x11e58bd0 ipu_csi_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x11ff1ad1 ipu_dc_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 0x14a40b02 ipu_smfc_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 0x191d39e4 ipu_idmac_channel_irq +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x199bd5c8 ipu_dp_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x1b4ac33f ipu_wait_interrupt +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x1ba497eb ipu_pixelformat_to_colorspace +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x1c2a50ba ipu_cpmem_set_high_priority +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x20f872c1 ipu_smfc_map_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x21a98c8d ipu_cpmem_set_yuv_planar +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x25aaf41a ipu_ch_param_read_field +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 0x32d1b28a ipu_cpmem_set_yuv_planar_full +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x3a91cef0 ipu_idmac_wait_busy +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 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 0x53de277c ipu_di_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x54412ef6 ipu_get_cpmem +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x5bcd7c4e ipu_idmac_channel_busy +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6741b9f9 ipu_idmac_set_double_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6a3bf140 ipu_module_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6ce1d2e2 ipu_cpmem_set_fmt +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6de3b843 ipu_idmac_select_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7068e939 ipu_dc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7666bda8 ipu_cpmem_set_yuv_interleaved +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x88911ccb ipu_module_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8bc20da6 ipu_dc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8d36b2b6 ipu_idmac_get_current_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x920d4538 ipu_ch_param_write_field +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x94c092a3 ipu_cpmem_set_format_passthrough +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x99a0ef07 ipu_drm_fourcc_to_colorspace +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 0xa36ee673 ipu_dc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa4b0cabd ipu_dc_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa55d0bb4 ipu_di_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb228bf1e ipu_dp_set_global_alpha +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb578373a ipu_map_irq +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb5d0dff4 ipu_csi_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb7fac7d2 ipu_dmfc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb94ca95a ipu_dmfc_init_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xbbffd73d ipu_dp_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc1e8cc10 ipu_idmac_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc43cff11 ipu_smfc_set_burstsize +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc848c5d7 ipu_dmfc_free_bandwidth +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc96ceb92 ipu_smfc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc97e7a0f ipu_di_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xcd050fe9 ipu_idmac_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd5055dd9 ipu_dmfc_alloc_bandwidth +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd76f8c51 ipu_di_init_sync_panel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xdb9dee14 ipu_dp_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xe300a959 ipu_dp_setup_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xe38d0a7e ipu_srm_dp_sync_update +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 0xf47d0183 ipu_dp_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf7d99d69 ipu_dc_init_sync +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf9163de4 ipu_cpmem_set_format_rgb +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf9ed222e ipu_dp_set_window_pos +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0245be33 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x024a4207 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0cdafdd3 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1fd5fab7 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x244164d0 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x273a5763 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3070f7a7 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x349d63de hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x35218f87 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x35b30a1b hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4126598a __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4b2a930d hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4d8458c1 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x509a4aef hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x50b982f0 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5cb06e95 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6165ad28 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6b54ebea hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ca8dd78 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8e79c8fe hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ed57cfa hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x95a1a338 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa074ef00 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa4b4864c hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb92ccb3c hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbf5f87df hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc0eea0e3 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc1805bb7 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcab734ce hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdd4ccdea hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe4aeee55 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe6cd74f8 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe96bf0dc hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe99654d3 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xea774b0d hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0xfae73d82 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x0d39253e roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x197428ca roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x22ea1a5f roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x342ed5ae roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x52ed459e roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xfa0707b1 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x287ac064 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x34350973 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x46585886 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x56244f79 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6ea14687 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7a79ca8f sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x938f6471 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xcd617cc9 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xfff0694c sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x2f5b37c4 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0x20cf7aa5 ssip_slave_stop_tx +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0x33e97121 ssip_slave_running +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0x4a601ca1 ssip_reset_event +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0x67f69a71 ssip_slave_get_master +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0x68142564 ssip_slave_start_tx +EXPORT_SYMBOL_GPL drivers/hsi/controllers/omap_ssi 0xc72f71cf ssi_waketest +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x19da57cc hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x21976c3f hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x28b34670 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x34897245 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3bf11f07 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x46e78829 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4c2f9c36 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x69b8966c hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x845e9c76 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8c9f3a50 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8cbb9fdf hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x92fe9f2f hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x93fa3845 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9433583c hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb2552f24 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb9979534 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc9553343 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd204db30 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x06838249 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x0cf24c7d adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x1de4d913 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x0857dc15 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1a8d32c2 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x295f3b1d pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2a48d392 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2f064250 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x6af9174d pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x9b436a2f pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x9f4b5a75 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xc51c9f7f pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xcf5e6df5 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe081fe3c pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe7369ca8 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0x0215a718 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0x05a32abc hwspin_lock_free +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0x2060b105 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0x33876d31 hwspin_lock_get_id +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0x441dc98a __hwspin_trylock +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0x550fa27f hwspin_lock_register +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0xd8ebe8af hwspin_lock_request +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0xe5672c90 __hwspin_unlock +EXPORT_SYMBOL_GPL drivers/hwspinlock/hwspinlock_core 0xf085fc01 hwspin_lock_unregister +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x07c9d1e6 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x08f439a3 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x2b4906b6 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x63459831 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x9590361d i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x97f1e1aa i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xa0187500 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xa0ecb780 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xbae7dc37 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x54ee8922 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xba99dcce i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xd7c75d6c i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xfb4746e3 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x1df782cd ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x2acb122a ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x72ff4c9b ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x73042520 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x765a37d3 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x7fee5da2 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x84e2126a ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x9245eff1 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xc2deaa0d ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0ac0a740 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x178f6f7f adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x1bf2d66c adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x3c976fad adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x68c69206 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x6f5b530c adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x7bbb480c adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x824f3eb2 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9768619d adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa479aacb adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xe7b59149 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xede418a2 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x03daffb3 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x03f22a00 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0f048262 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x15712adb iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x231e9a33 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x271e2b80 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x272247e2 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2f348fa5 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x303ac3c8 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x38493fea iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4cf12b9b iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5387dd41 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x65ae5496 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6a4a6053 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7f29904c devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x833a24bb iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x866962e5 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x88cdd494 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x90b640d9 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x91dc4393 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa2393219 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb106c457 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb482f2a9 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xba54699d devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbac1e3fe iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc10120ea iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc1a81654 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc88945e5 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd2c0a4b6 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe204a543 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe54995be iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe927f864 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf1cae29c devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x3df1a9e5 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x83dbf41d matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x483e8343 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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/touchscreen/cyttsp4_core 0x17239bd5 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x849ec353 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xc53a9b43 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xba7d4182 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xd38e3425 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xe7ce87b2 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x2437466f cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x49eeab25 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x42c336aa wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5f7d2bf0 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x8ce207d0 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x93d72b6e wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa758e377 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xaa859ef3 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xadb1f079 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb2fe91b2 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc406d161 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd0e32f11 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd76dbe5e wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xed03c7a1 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x10774f0b ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2dc529ea ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x34ef9bd3 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x763468ec ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x7747a594 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8ba674ec ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9c62e38b ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xcd895237 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd76ef270 ipack_device_init +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x02102097 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x040739c2 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x1da67876 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2606ef19 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x29d64577 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3c025e93 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6efd1449 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7371ecb6 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7c749451 gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7f556d68 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x909121ae gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xca332615 gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd485400b gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe2dde6ba gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe3f2ce27 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf2c4a4c2 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xff76dbcf gigaset_freecs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x18b7f8e8 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5a0ebc87 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5cabe754 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6f1584d9 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x9973281d lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa641ad96 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa8c23fba lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc6dee46c lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc730df8b lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe3ce03b4 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf4c3202a lp55xx_deinit_device +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/mcb/mcb 0x0cbe6b8b mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x0ead515b __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x385892be mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x3ec88dd4 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x49ca3dd3 mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5b84521f mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x6a3906e7 chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x6aee49c4 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x7733b764 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9ad4c4fa mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xb33c1ee3 mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xb888fdb5 mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xf9cca8f3 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xfb5e961f mcb_bus_put +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x038d4400 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1bf19a28 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x20b0dcba __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x23a39c93 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2db90065 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x32a854e2 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x33685aee __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x386e0aec __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x43f797c7 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x56d844d9 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x65c69d18 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6f318137 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x73856a24 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7c7a26dc __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x824f349d __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8531a000 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x86192e50 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x87a79df0 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f336079 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x90293fb5 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x903dcb57 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x94c4008d __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9aacde96 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d01a77b __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb0f4bf93 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd2be2929 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9cf1106 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb00ad98 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe7e528bd __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf2037566 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd1d6dbc __tracepoint_bcache_gc_copy_collision +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 0x32022967 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x349d8cce 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 0x7ae4c1cb dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8b2cc676 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xacafcaf3 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 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcb583936 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd1906ed9 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x4ec34d83 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +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-cache 0x0334daa3 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0f5b939f dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x345ddbfb dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65891300 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xb0e250e3 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xc8aeedab dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xe8261d69 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xa53247ce dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xbffc6406 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 0x07bde606 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x09472122 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x2df1979b dm_rh_delay +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 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x79b5d0d7 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 0x82b7d8ec dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x869f1fb3 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xadec297e 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 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x150c85ce dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x33c03da6 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x619701dc dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x80da995e dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +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 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbe0497aa dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x127a3f1a md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x52f5842b md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x3a09d1a0 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x19510706 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x2d512350 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x4ac15e9d saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x811179a4 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9649538c saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa9d92c5d saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb91c18b5 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcc53134a saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xdc7dd8b0 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe9eb48bd saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x768cfec2 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x7a494163 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8f052121 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xda14112a saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe5a293b2 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe8431ec0 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xfff507ae saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x10f1edba smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2daf8b12 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3a4d949d smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3d56bb20 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3ff7e88c smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5ff0a185 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x63222b29 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6d009c68 smscore_onresponse +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 0x84dd6731 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8f717708 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x95b7f8a7 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x96790ff0 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9f40ce3f smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xacf8efb7 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb2b45f8f sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc8d15235 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd07061f2 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe359b3e7 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xf47f5d05 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x701036d8 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x07ebf807 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x0cae4e2a media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x2054df68 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x2af94619 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x39125cc5 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0x4258717a media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x479d8071 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x61a82509 media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0x68fd61c5 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0x6c0207f4 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0x7708656e media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x93568049 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0xa25a14ed media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0xba0a1191 media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0xc9d501d8 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0xd96a1713 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0xdabef88f media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0xee59213a media_entity_get +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x22b040a1 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x04a4b880 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x06031af6 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0f393317 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x19b7b7ad mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x60924d34 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x62270d47 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x648cad34 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7c369861 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x87e16c70 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xac35c599 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc3c4cfb3 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc8594424 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xde0a5f6f mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xded7c09e mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdf1a0b55 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfb3b7171 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfeb24e67 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x04d55892 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x053b8b0d saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2d85210c saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3742f384 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3f53413a saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5ecb8473 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5fafbfa1 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x69fe27f6 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x77847ab5 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7a78da61 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7be0d6ed saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x97ea894a saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xaf1c7bde saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb53868a9 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb9358685 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd39a53a7 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd75c5319 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd83f390e saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xeb66f24b saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf5702bb0 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x0a6d62a9 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x2cc217e3 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x3166ecd3 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x5bdf7da9 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x66e61c37 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x98aa8fd9 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc08d5938 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x1621d12d omap_vout_try_window +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x22f8138b omap_vout_default_crop +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x4b2c720b omap_vout_new_crop +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x5e554755 omap_vout_new_window +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x6750bc9a omap_vout_new_format +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x927728f8 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x9dacbe12 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x015d707c rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x091b029a rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x09294ac5 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1fef7534 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3199ef4a rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4c6ba150 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4d061872 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x591e1772 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7360709f rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x757bfce9 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x80008a77 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9078aae3 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x97cc9cdd rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa4204564 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb1b4bc51 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbca0ea35 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbeb2fc58 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcae66ada rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcf472924 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x66aa0dd3 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x93374f69 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xcfa86421 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xa19adb61 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xfca7ab13 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xc35cbfb8 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xaf18bc81 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xbfa9fa6b tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xd8524250 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x133b6868 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xf3ca9434 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x534ca8ae tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xb7c24207 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x0d06d02f simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1460e169 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1f971920 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2c8ce0f7 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3cb64674 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x62117444 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x78486486 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x873f3d0d cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9a0c5669 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbcd31646 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc30e545b cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc73fd7a7 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd4142beb cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdbaefa36 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe15ab43f cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe6820de4 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe69506b1 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xeec59b8f cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf3c87ebc cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf791b738 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xa16fbf7f mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xddd4461a mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1c9a6aa3 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1f888153 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x285664b5 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x29e99180 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4adddd2d em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4b761af3 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x58722bb0 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x67ec3f02 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6cdf4d63 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d2df229 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x756db87e em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7d225766 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x934eaf7b em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb483e798 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd7a3b73b em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd90ecbb4 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf69e25ee em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf9e8da5c em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x13fb4ae1 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x74920934 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xa9adbe2b tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdfc5653b tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x0e4825b0 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x39e34454 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x60c3c15f v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x64287496 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7de0c608 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x892b7eb3 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x02939220 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x16a0378f v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1c476346 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3382f839 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x34793f5f v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3e418b78 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7289a6e0 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x78e3fffb v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7bdd844b v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x833b47d7 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8ead2871 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8fee11e0 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x971ff6a2 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x99c3efab v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa5903d4f v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa9ae2ee0 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xab346178 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbcf26e75 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbfa726d5 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc3a54d1e v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcdf71585 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xeb6b44b5 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xefca6ffe v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf7816e8c v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x221e64c0 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x29b365c3 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3b769032 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4010ba5f videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5aee404e videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5e9d9631 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x64b48c22 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x699aebac videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x91850c83 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9a87a8a1 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9ff01541 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa4ec3287 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa888e6e9 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaa50eaa7 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb06ce519 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb3f560f3 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb460f8d9 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc0111039 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd06b2d0c videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdcf1811b videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe1cde4c1 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe2d3d160 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe46234e1 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xebf0a978 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x833a3a6e videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xd6f92e65 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xe1778751 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x215f5d79 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x2baf4c6a videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x361d348a videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x4dee346a videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x5ae89c7c videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x88e8910a videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x93696e39 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xde1a58e2 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe984b39c videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x637e956d videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xdb339ad7 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xeaec1d66 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x010386da vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0950478b vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0bde1cad vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0c6d08c5 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1dec16b3 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x217dfc81 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x360f20cb vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x41d53acf vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x458a9554 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4e494183 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4febe221 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5d3c1c90 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5e44e7de vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x608e7162 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x61f93d09 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x649dc5cc vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6cb7b704 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x72350431 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8039ff10 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x85b110e0 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x87ba9d15 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9574488b vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x983d45f2 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9aa22807 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9f807691 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa4f2516d vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa83fc49a vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb0fc7a2a vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb1dd9052 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb509c61a vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbfadeb19 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd56632f3 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdd9fe902 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdf35c146 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf4c1a5a2 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf8b0f3fc vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfb8527f3 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfe3be98b vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x8853612c vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x9f87f23d vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0xd7f4a265 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x25b3f6f2 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x3f5ba526 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x8e2af4a8 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xb77cf788 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x44d21b48 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x03783171 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x08a2f78f v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0a442d39 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2999ffad v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2bafec27 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x34f79775 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x38021fed v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x50f08ef7 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x526623e1 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x565fedf5 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e851be0 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6eaf4df7 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x726ab833 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x72c1d757 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7e3da7af v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x86f90c1c v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8c20f4b8 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa3fe28b9 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbbef99dc v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc36843a5 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc9798453 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcceaeb22 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd25a19ce v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde919182 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdee4b556 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe20cba87 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf91c8ced v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x07c2c61d i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x465bd2b6 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x534a0938 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x577eef30 i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x76d9d50b i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x8bfe4f61 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb8f5a83f i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xfd05b117 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x14c94477 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x1d928062 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x84f3901d pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x13594bb9 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5ac57429 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x86af1c13 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8b103366 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9fb33848 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb00e5403 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdb28c9ec kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdd8f82c5 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x0384afab lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x3699d067 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xef21de15 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x188f048d lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1caf1e72 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x40a7a77f lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x597e9483 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x729f2be7 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x739faa25 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xcb75e152 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x18a05db7 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x6ae2e515 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x852cc8d6 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x833edb09 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb6f37fe2 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd937bf8c mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe446c1aa mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe4d0fa21 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf64934c2 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x08e4c6f2 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x177f8d11 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1ba95d78 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3c832c09 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3cbdc3de pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x514f27e0 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7d172736 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7e7a6d84 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe4a45866 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf5a4cf0e pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xfbb653b2 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x304505e5 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x4131ea11 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x67f88b1c pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xa6e4b85e pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xdaf10371 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe3f7124d pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe8cb5381 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0aeca191 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0bc02c6b rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2056274d rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2ad0514f rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x34653edf rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3693434e rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x380afda4 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3e62160a rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x43c471aa rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x45c4bf07 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6612ba97 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6637605d rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x800dae4b rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x91a4b8bd rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x925bcf51 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc2ae8c1e rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc4f5f4a8 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xcf72c7a2 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd74f3c7f rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xdfcde539 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xec226bc0 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x0148e5f3 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x1580462b rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x1f40f9e3 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x3d0ecae7 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x944a1d6b rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x9e5ecebe rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa3a1a5d4 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xb9913ea6 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xbb0bf069 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc89042be rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xd673533f rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xe1e17202 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xf73d41dc rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x06d8604a si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x09bb16f4 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x09feeaa7 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1c61bb5b si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x243b894a si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x245e5577 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x364da811 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x40959bb9 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x41e6adb0 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4644f84e si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x48137c44 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4fc66b19 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x538ded66 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x57220982 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x588a0a4f si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x67309f86 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6fcd7c91 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x785fa06f si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x795575f5 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x961af9aa si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x96e30dd1 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9b97c5d1 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb309445b si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbcdf20e6 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbe623f4d si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc0260fcf si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe0ecc394 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe3c114a2 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe401e84e si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe46dfe21 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe4a5e9b9 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xec2115ea si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xed9cdba5 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf90dff0e devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0x6dadcc39 ssbi_write +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0xd8119598 ssbi_read +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x2c2f7255 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x6f4f47a5 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x8c5d22f1 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xd2b25f01 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x1be6c1db tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x4338a1df tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x90b4db02 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xe0ab1762 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x2a9367e9 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x77fa8b5a tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xc8eb4bbd tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xdca740a1 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x6146d325 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x0e830c4e cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x20ceb71b cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x573c0ae4 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xe539c65d cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x61af0352 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6ff5275e enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xab45ab55 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc46f2f3e enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc57f7525 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd5b534cf enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf9fec036 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x05318b28 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x0aa606d8 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x19dfd078 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x51daf21d lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x65cbca17 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x87107ebc lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x97990051 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe7cb41ab lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x154a6be8 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x16833e0b st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x16ae1592 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x79bc6402 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xd16ff8dd dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x48bae9de cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x7793cc36 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x8a8de9a0 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x1c147536 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x62463ee6 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xefedbab0 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xf9c03845 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x09d412bf cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x53e09988 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x9be2c199 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0xe1b4c2b9 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x098551b2 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x6bdca626 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x86eb3697 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3b3a80a9 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4d6addf8 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x56bc887c ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5d8d6ba6 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6db77c2a ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6eda58e4 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x71860efa ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7c49ce2e ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x97b866f0 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa545fb68 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb3b73303 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd9f25acf ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe0fdbb47 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x2d31f071 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5cb7a1ce unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa6425b7f c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb9b1d0af c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xe6394c59 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf700b8f7 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0d9d3168 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x1bf8bea1 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x1c9d3e9e alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x1d6f93d7 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x42442161 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x474f67d6 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x56884fc0 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7d1376d8 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x88600d5c alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x97f58fee safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9d9d2491 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbb147c73 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbdc9b1fb register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xc5aa554a alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xd807d160 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xda9d36d9 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe19a27d9 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x952a6e2b register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xb50a92b3 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xbcd01278 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xcca2befd unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x2551ceac alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8968fa21 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xd54a8de1 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xd8d913e4 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x014c3015 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01746979 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05e75797 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x078f5808 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x083af7fd mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cdfa9f5 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f79e1bd mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11e42d17 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13924d5e mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1462817b mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15844e21 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1671ef99 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18ee3e30 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2213c5d5 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23cd973d __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x261df260 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2706ff39 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d55af4a mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31a1ce41 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37ef08e7 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38c3966f mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x390b86ce mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c54ed52 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d590319 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d91e412 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3da70a3c mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3dab1705 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4028f439 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x425da41c mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4379988d mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46bc4d11 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x483dd590 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4858f350 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x496396d3 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a044a52 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a199e7b mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x535e6f68 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5629da6a mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5855a508 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bc0c681 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c73e0d5 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e3b0700 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e7a6886 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x619bb6ec mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63208bdd mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67f4c3d7 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69cc5f0f mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b0d54be mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70713918 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7097f66a mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70fcad7d mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73686a1f mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76bdab61 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77808a79 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bee3be7 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e50be88 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ed96f3d mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x833efd88 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89cc96e2 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a349cd2 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8aafe440 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c8c2e08 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f06bef0 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9189aa66 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9483705e mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97dc65bc mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b91feb0 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2a3535c mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad049873 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4e3daa0 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5541fe1 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb63531f6 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb78182b5 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8a2072d mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9863bef mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9e2cb29 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc5bc1c1 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6ea87dd mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccb65ab8 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd531197 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2bf8eb4 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd60a9be2 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd70bdb14 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7ad002e mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc1f58c6 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd272fc4 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd75fb49 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2cc681e mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe415f594 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4556b61 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe47df946 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe67d965d mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe73fdf2d mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7e0c0bd mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea14c7c9 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecc74f83 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf27e06e6 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf361381e mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3fcef35 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5d332cb mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfaeabf68 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb971a64 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbeb4d9b mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcfadca8 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe2f772a mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bdf2616 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1836f1a9 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1932bd60 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ae63dae mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x402ec73e mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73f26899 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x939ded5b mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9505eb68 mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96120d40 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d9bda94 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc48aa1aa mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc52271dd mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd48142dc mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec95d4c2 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0569a29 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf543a3f1 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfdefc5f5 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x1d9ade35 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x4badecee macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x686f78aa macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x70aeaf32 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvtap 0xd7ef0a6f macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0xdaae02a5 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x297543b3 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x343cf021 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x5a8b64e3 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x86b35f6d usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4f8cc859 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9c5ac301 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xb7b7fafa cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbe3257de cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc47c0e34 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xca30c255 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd16f7e33 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf4c941da cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x3d544d22 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x4d9c0aa5 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7acb0f14 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x872ddc35 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xb2a9e6d2 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xd34b7c95 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x10d080dd vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x162b0333 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x24efa977 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x9806b18a vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xac3f0489 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x173c070c i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1a906a3b i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x22c11779 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x44979805 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4df970d4 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x6052fef4 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x6a260923 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7fd8856b i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x80f9e3d9 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x8ad83344 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x963cf055 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xcb84f8d5 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd3e12d99 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdd6e9ce4 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe1be678e i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf5c1c294 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x4d6e68a0 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x5e4e962e cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xd35ac328 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xdfe6c0a0 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x7d28b176 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x36d93f26 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xcabb5aad il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xe738b955 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xec91674c il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xfaa97365 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x02d9de2b __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x15252f57 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x194202ee iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3bbe69b7 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3eb464cf iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3f0b9a6d iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3f9838fe __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5a10d898 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x659ae6c3 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6739dd37 iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7b22ebc5 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7dcfd9fd iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x86acf2f2 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8a9e985e iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x92e64568 iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa18671e4 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb52b103f iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xbdc76fbd iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xbfb94e88 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc11ddd6b iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xde84d34c __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe11f9eaa iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xeb9e692b iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xedaa07cc iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf5032a20 iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf7c76ca5 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xfbc6363d iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x02b61a35 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2aec29d7 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2d7a31c7 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x3f660331 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x523fbd14 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x55f69263 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x58bb7003 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5bd64ee9 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x96e14189 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9b9f398b __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9f9421c5 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xaa968543 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb241f183 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xcfcff984 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd1acc806 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xddab277f lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x07c3f351 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x49219ed5 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x6218baf9 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x8c1b8fa5 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x9b728490 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xa45af487 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xab151860 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xbb09b748 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x2fd6a357 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xa57c7e28 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2950dca1 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x32b32c32 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x45051e14 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x60c7c447 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x756705c9 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x82cfa14f mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x88599346 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa7c19fba mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa847e76a mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb5dcdcb3 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb66d103d mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe43253aa mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe898e9e5 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf4b30059 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x21ae007f p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x53781dbb p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x61a1b307 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x684ffbc9 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x73fb4f82 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x85682131 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xa7cd9b0e p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xc937b5c7 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xdc252fa1 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x1e245da5 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x20a17df0 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x67279e5d rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xfe95391a rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x00dc40ce rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x028dba0e rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x034b4e69 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0480fa5b rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x139dd6cd rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x16ad8767 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x26f546fa rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2b1456a9 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2e819853 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x445a44a5 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x44c296fe rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x457931cd rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5ea9e793 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x674b989a rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6c68ffd9 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x78b9382a rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7fcda1f6 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x80aa7d3a rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x86314206 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8b6596c2 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8b7538a8 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x909f53c2 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9be00fcc rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9d642d69 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa6134d8b rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa63b3f14 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xaa97d9f5 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb5d4f04a rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbffbfd15 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd4ad9e71 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd62b912d rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xdf4e0697 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe3ce1357 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf09d82bf rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf4e2cf02 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfe327cbb rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xff29f2a5 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xffb0847b rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0c36eb97 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x141ee4e9 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x1a29ba16 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x346e0077 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x3dacaba4 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x6ad21c77 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa495c0ca rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xbc449c97 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xcaa2ff14 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xdddcc6d7 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xf499644d rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xf4d5fead rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xfc75b1fe rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x01c6a0e4 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x036d5f98 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0fce6b49 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1108db4f rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x125db0d3 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x24d28cf4 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2afdd177 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2b0ae37e rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2de8697d rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2e922be4 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3103e447 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x31d26779 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3245f168 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3438dfde rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x423cab90 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4b49259d rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4f1d6f1d rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x584c24b7 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5c063e7c rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x62561d8b rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x67580d58 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6ef28ba6 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x74614159 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x838fc707 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x88fa90d0 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9cf99ad9 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb1097822 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb8d07e96 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbad47ba0 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbbb17273 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc0d2514d rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc784c3bf rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcc0838e9 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcfdaa279 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd45517c4 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd5029a4c rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdb4c9dd3 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xec1be11c rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xeca4aa4a rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf1f83a84 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf782837a rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf7e43e9f rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf9662e69 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfa8409f6 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfd56908f rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfd9a7a46 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x235b5185 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x306c10d7 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x34552551 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x817624ae rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xd8917cc1 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x038fc3ca rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x0dcd206e rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xf6407d7a rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xfb353aef rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x1673e620 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3e954833 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x538c5e5d rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5f1792ab rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x69281e4c rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7afe208f rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8235316a rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8ec2afdc rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x9076d435 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb97660e0 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xce335828 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xcf9ef83a rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd5b8d811 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xde6cd37f rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf5c88898 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xfbd40fda rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x50fdb002 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x743c06dc dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xaa2ec772 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd10fa53a dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x07603f22 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0b769355 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x152ee260 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2b175b7a rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2e8b749a rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x34e7296e rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3ce6fe4d rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x42002a62 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4a1de4f7 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x573787f0 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5db7bd93 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6881599b rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6aefe32e rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x70d54d25 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7998e5cb rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7cf93b9f rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8635e8b1 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x899f5074 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaea979e8 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd693bb7a rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdf2630c8 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe2b80392 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe81ce5db rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf3de8ea4 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf9b6d84a rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xfe97e340 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xfebc0bc1 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0c344676 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x1549dec7 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x1f7aada8 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x246f8269 rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x2d882d91 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x487a8cef rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x59e077f0 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x64483bb6 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xa4d2653d rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc7fdf670 rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xcc3ba8f4 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd260aa59 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe2d8d090 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe5e6f19e rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe87148cd rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf0a5fa39 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf354ad6c read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xfc4286ee rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x9dd88c58 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xc994c495 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xf6450923 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0f63e62b wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x103c6a50 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1c8b6e27 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x244e68a7 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x26d2c641 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x27b4e72e wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2b4359e6 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x322af9ae wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3fcee430 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x47b14638 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4933921f wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x499ea01a wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4f71ffdc wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x54a6f479 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x57e87b61 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x683db1ba wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x68d1e730 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6a8e6a09 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6e134797 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6e2e570a wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6f3372bf wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x80516b0a wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85db7d00 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x86e58b55 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8703a29c wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x87ef3e56 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x918233ef wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91da5146 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9378e86f wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9b0b3a3f wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9da8dd86 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa224efe7 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa3164d3d wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaeecf89c wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc1d88196 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc56281a5 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcc6eae73 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcf7a348e wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd493b805 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd7586278 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe99ee6a1 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xede9ccb8 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x1912b0f6 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xc22e0738 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xd6bfa392 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/phy/phy-omap-control 0x933d7589 omap_control_phy_power +EXPORT_SYMBOL_GPL drivers/phy/phy-omap-control 0xbd4f01ca omap_control_usb_set_mode +EXPORT_SYMBOL_GPL drivers/phy/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x5004c547 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x6f128117 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xb71eaaba pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x596bb652 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x747b9d0b mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x820d74a2 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xe083b292 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xfc95f7f4 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x0932ac05 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x0d81be65 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3210466f wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x4faa99ab wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x60b5548a wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x844730d9 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x923ef754 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x01a6b9c0 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x086c8e2b cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x09ccc4b4 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x09dd1788 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0c855d98 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x188e7387 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1cdf7dfa cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1d0ebf1f cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1db7195e cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x207c5c31 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x221cb7eb cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x246a555a cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x25965955 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x35fd58d6 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a039848 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x40bb85cf cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x45d86d44 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x51b62bf4 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x522d6d4d cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x55f211f8 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x57b303b6 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5f171265 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x632f4119 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x70389e87 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7b71a9ae cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7cb72c9b cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x95a0fb93 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x99f70d37 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa111bcfc cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa5663799 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa79230ed cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa9831df7 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xab88a7bb cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc114c8c4 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc50a9267 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc58dce5c cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd1fcaf48 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd8594c9b cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdd152332 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xde0b22e1 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe321bed2 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe677ae57 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe9daed19 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf7aa78be cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x664d70c9 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x7aa50ada scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x8fb19a8c scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xa45c8b33 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xbb8863d7 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xdf4560ef scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xe00de722 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0747ed3c fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3274c1ec __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3af166ba fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x40f1d35c fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5fb5e391 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x62140d87 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x667c6faa fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7d547a66 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x88aec32e fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x95503095 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb43b212f fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc6f03c73 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc98c3b9b fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd2a513a3 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe0270242 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xee8a1317 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x185b5021 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x3862b36a iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4b8bc649 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x5c65755a iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf8ccc351 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf98aaf06 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x002be9fb iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0c49fe4d iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x19bf430d iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1d905ced iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x20d2691b iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2462e1df iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2589c35d iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x266577c2 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x290bf337 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x365a7e8b iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3f000653 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4054f846 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x41858861 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x44ebf72e iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x499a2b81 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5dbba4a8 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x68cf4aeb iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7041da50 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7b035e18 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7c998c9c iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x84ea9b12 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x85482d29 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x90a50402 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x970381b4 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa05ff194 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa42c12b0 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa9cbe7f9 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaeb9ad73 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbba49f8e iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcc447648 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcf5e38fe iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd1eec983 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd3d66b36 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd49dccbd __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd5af7e56 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd5fc8428 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd64fb931 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe43e91f2 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe9d86254 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfa0cfa30 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfd2bdffe iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfe2f3314 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xffbbd706 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0c64e8b8 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0f982b88 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x37b61bd7 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4b1eb16c iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5abed139 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5d427b18 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x74f39729 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa0acf83d iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa8fb4bfb iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbd1f74cf iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbff30d98 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc7b2e108 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xde86fb02 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe92b92a3 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf0fa6d48 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf43b99c6 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfb9c495f iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x20678244 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x25ebd0cf sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4594f6b5 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4bfa7e8b sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4e101495 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5af9fffe sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5c57d381 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x600f8490 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x66316783 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x67c93de1 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6dca1566 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x714ebe51 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x86322e4b sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x88e53376 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb64b91ec sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb7c12a4e sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbc061eab sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbca82502 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd40322a0 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xde14031b sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe41d839b sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xefa872f2 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf018a432 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf80ba4b4 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfb5d5acc sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x415e415d srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x8464b961 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x8d4d7019 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xe882b398 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xf0b11c14 srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xf6717197 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x19f19f02 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x30b37301 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x3ed72f48 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xa7f53569 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xb2abd5ae scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xb2c720cd scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xc1789fb0 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xd3d2b50e scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xf6176785 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0eaaa5b8 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x118dc9c4 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x13544c0b iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1861d5eb iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x19dc018e iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x19e6194b iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x214cfd2d iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x25ebc891 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x26b285bb iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x37d6d787 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x398484ea iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3b9349f0 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x45d9dcff iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5b02cf31 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5c3f49cb iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6082d1b9 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65dd1461 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x66ade3bf iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6bfe04c9 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6c88c0fd iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6d11c817 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6f9e73e2 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6fbc8b45 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x714d521d iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x77940d52 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x846319c8 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8814b293 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8bdf32f7 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x95136f20 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa8e6cd1c iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xad9d7a55 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb872b467 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd16f886a iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3e90c34 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd85df0ac iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdc2a0a68 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe9fa9b4b iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xed093959 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf1cbfecb iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf4184494 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x31ff5226 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x41e62a17 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x7556d00a sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x9ef15865 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_srp 0x0a29eceb srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x0c88d274 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5b172e20 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x6e952494 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc64514bf srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd920d1f5 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x1cd75a27 ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x45aee877 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x6ee6dbba ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x7578cdcf ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xa3d88d02 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xa654cc18 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x3f217e49 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x62939b41 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x9f439a2c spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xcd893cc6 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd3331722 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x30ce61a3 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x6a5350f6 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x80655bee dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xac5a4242 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xfc45b66c dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0a691dc3 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x25c7c34b spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2a637622 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x449f9a7c spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x479cc748 spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4d38fa24 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x554edc7a spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x575108b3 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7712feb9 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7d21a8a5 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x80cc9558 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x826f24fc spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x98839660 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb3077a4c spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc4856ce8 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe09b58a3 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe36f0971 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf7e9ca02 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x14b575e0 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x00de0a3e comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0174004c comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x069c1de2 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1342eb5a comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1388aa61 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x142f7d74 comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1b2abcb4 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2590c57d comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x29d3812b comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x37ba6f02 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3a238bbb comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3aa662b5 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3d31d9b3 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3d46c5df comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x410e180a comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4be00a1e comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4f56ed2e comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5360ce26 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x582d3045 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5f156ec5 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6a174504 comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x74da9966 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7d0eb0d1 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8344ec3e comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x994db94d comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x99a8e464 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9ce52917 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa2269cf0 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa25315b6 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xaea39e70 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb6113320 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbaae2cc3 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb866fac comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc39e13b8 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc9c8f50d comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcb9e7657 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdca3af53 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdd27d29b comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xebbb1dc3 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf4eb66dd comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfba297ff comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfdb8452e comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfead9104 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x0fdfa86e subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x40d1a683 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xdcb4423d subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x4e9f136b addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x2160fc9b amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x99f121fd amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xf1002012 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x42e06ace cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x8c827398 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xa9962c90 cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xaed0f3d1 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xfa99d204 cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x8df88b22 das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x008daab0 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0906593c mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0f5452b8 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x19765a62 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x205f3d43 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3631100d mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x37a2d38f mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x50c6c6ba mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x52799297 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x56cc0adb mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x66d394d9 mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x894adae4 mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8baa2e89 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x919201ac mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa15e4e85 mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa3659292 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa4a139d1 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb32be101 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc35dc75a mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd98ceaf9 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xde285115 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe73ece5c mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x700d789b labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x0e00a8c2 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x2fa0f563 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x4a6333e6 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x9c02bca2 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xa014083d ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xb5cad472 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xcaaf162e ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xe36e74a7 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x71498b85 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xbc3ae06f ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xc8692769 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd63ab820 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xed74956c ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xef2265be ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x1fcc4230 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x4d5dc515 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x52377aea comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x664d7b8c comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x95b711ff comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xad1c1eba comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xcc1aef58 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x1751cb8d adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x06467093 imx_drm_encoder_get_mux_id +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x1cfe024a imx_drm_crtc_vblank_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x37707c0a imx_drm_crtc_id +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x419b08de imx_drm_handle_vblank +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x48c25f2c imx_drm_add_crtc +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x4b6f071a imx_drm_connector_destroy +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x5f056ff0 imx_drm_crtc_vblank_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x5ff74dd8 imx_drm_panel_format +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xb056fc2e imx_drm_panel_format_pins +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xcd87e030 imx_drm_encoder_destroy +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xd652b5a4 imx_drm_remove_crtc +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xe325e0a4 imx_drm_encoder_parse_of +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x0e79ad18 nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x12347b49 nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x7dd144e5 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x74800f80 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x7a6e0a25 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x802fc8ee synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x818a56be spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x86442336 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb2978dbc speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb29aa2d4 spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb3f2fd3d synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbabffa5e spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc0c5cd1e spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcc705ec2 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd750c2f7 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x38a86957 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xcb263eab uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xea009221 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x52927d29 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xf8896431 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x3c94bf04 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xe29b49cd ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xc3a2886a dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xd1171e98 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3c4b046b usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4316ea82 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x44391a3e usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x48b5b361 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x690e67cc usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6ab5bcb4 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7632850e unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x79234bdf usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x83aa6d6b usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x860af4d5 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x86e35a70 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x876237f2 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8dafd544 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9c259fac usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa87d00d0 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb99a102b config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbf57dc6f usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xca0339cb usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd712f232 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdbdd7dfb usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdf3e4b91 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe027a4b7 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe1b94795 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe8ae7e3f usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xec1cc2a3 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfa355b5f usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfad0a57d usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfb034e21 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfb41a22d usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x1a57ab0d gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x1cb9d64e gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2f1a7f33 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x3023c356 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x419cb52f gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x52662bab gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x5aa92429 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x620d5e06 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8d7fffac gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x926f04aa gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x9dd60383 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa107fd5e gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa54a5bed gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa8a3cc95 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xb7441033 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb4dc4465 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb9c516c6 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xce29ba00 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xd4246440 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x6c269f6f ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x7442404a ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xb5b3778b ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0367c51b fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x04840b52 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2b8af22b fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4c9aa44d fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x5ab9cb7a fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x61448b72 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6a18cfb3 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x86339c3d fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x98efe5ef fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xcaea3e19 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xdb784fa3 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xdf08baa4 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe8b6fd12 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xed42f8dc fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xfea8fcfb fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x03d1f16c rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x191e83f3 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x31aef21d rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb2bb8754 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x79f6e3bd ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xc364568f ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1567150c usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x4c41468c usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x4e9dee2a usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x55f078f7 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x648a6607 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb6e7449a usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xc91131fd usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xccaea0d9 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xfa6dce75 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/musb/omap2430 0x6fb55e1f omap_musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-am335x-control 0xc4f24f66 am335x_get_phy_control +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xe05eedd3 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x070e83ac tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x2743400b tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x3d854864 tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x4866267e tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x24b6d55e usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x030568fd usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1d6f443b usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x227d959f usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2fcfd234 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3f054516 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x47a8d537 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4c4d237f usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x53324c5a usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x55fae86b usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5b5ce219 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5cf47a90 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x75935030 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x777458d6 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7a4a7580 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8ec81c79 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x94e967f4 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb735f8fe usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd8572fae usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe7f3ed9a usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfd93f43a usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xffdca8d3 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x27b640b3 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x27c7089d usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x36585751 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3da18314 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3e242124 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x414b2bdd usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x420fcb96 usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x4d75194b usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x59daa8c7 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6a8c06d5 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6d9ea3fc usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8c03fdf1 usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8c3b2be7 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9b2f4cc5 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb2114697 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbae04d9e usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbaf172a6 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbdba1708 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc8268e70 fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd540da56 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd90dcd0f usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xed75f18f usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf52e2dd2 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x002553c5 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x004c7fea usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x05016d37 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x14e016b8 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x221d5e7d usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x35cd8d24 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5d63ff7b usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7716fc2d usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9004e79f usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x950c419b usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x97f3ffe6 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9f1f18a6 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/wusbcore/wusb-wa 0x32a29e4f wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x3e078441 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x497029aa wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x76a83b0a wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x7e2be033 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc543b60e wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xd9b9b321 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xdbf764b9 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf4654c3f wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x177bb522 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x28a17fc7 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x777adbd8 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xa795441f wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb5e2f0ee wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc750dedd wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc862c84a wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xdd770465 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe1017197 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe23b73f9 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe47ad1ed wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xefa3054b wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfd342a3f wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfda09477 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x7aebd544 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x890616a6 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xd5b86709 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x1c8e22b5 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x37dd9073 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x72a387f7 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xa20a68ba __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc5a391c1 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc6e9e549 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd6af6153 umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xf3ed0b96 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x03eebbd5 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x05a2b8b5 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8aad57 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d6bfa4a uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x36d8ed5d uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x468b10e1 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4e93564c uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x587ddcdc uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5cdf5574 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5e4bc088 __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x66751a90 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6c692464 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x73ce6ac1 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x76754f30 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7dcfcd23 uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x817edf8f uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x81ca36f5 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8374754a uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x913c6eb8 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x97695700 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9b269e50 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa06a0a8d uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xaf8b06b5 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb28c79eb uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb373dd32 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb6836009 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb7a7f91d uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc0819ab1 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc351aa8d uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc52724f3 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xcc7e7c56 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd2609e11 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd31d68f2 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd4e59d6f uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd820467b uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdff8647d uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe1716f06 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe47acdb5 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xede60a68 uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf33f5d38 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf901456f uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/whci 0x69c97013 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x167596a8 vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1e2838ea vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x525c2f0b vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x74a02c58 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa23b6f9c vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe529bf63 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x091d451f vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0a8f3cf1 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0ede2f07 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1351364c vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2cf28d80 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x32bcc5e8 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3bfa452f vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x401e30b8 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4167ec50 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x418ea619 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6b2e3701 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7ebc1bb5 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x89395964 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9d87b28d vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9ef6d091 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa2d2cb59 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa56a6618 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb2b320e1 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb74180ed vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbe54e414 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc31da190 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc985b571 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcf2aaf33 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd308a69d vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd82c5181 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd934aac0 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdae2195d vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe3381509 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf20ced01 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf71c991b vhost_work_flush +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x00f6c4d4 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x87771e64 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x8b93cc3c ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x8f2ded30 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xbc631ed7 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xd386da8f ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xfeb1e7c5 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x0235b837 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x340e26cb auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x60eb2594 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x9d6db27f auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xafd81340 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xc4f15ffa auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xc7f64d61 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xc88abbdd auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xf46f9c34 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xfa16ffdd auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xa05851dc fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x71bca0dd fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x872c7c63 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0x06b14473 sh_mobile_meram_cache_alloc +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0x2f90730a sh_mobile_meram_cache_update +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0xa33b8100 sh_mobile_meram_alloc +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0xa39cc9d1 sh_mobile_meram_cache_free +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0xe035ed56 sh_mobile_meram_free +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x6f698f95 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x9b5df7ee sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2db40814 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3468c8cc w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3cd0058b w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x42542bd7 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c28f142 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7d416160 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa64e2cc4 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb1e9ff15 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xef4d2afb w1_reset_bus +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x722b4be1 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xbd9c1c58 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xe46bb58d dlm_posix_get +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x025bca0c locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0d53a436 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1aa64a0c lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6599d5e4 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x8836409d nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc4d05805 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd290c0cb nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xda588ab2 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfc5bd1c0 lockd_down +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00973461 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x062b511e nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x06d85d3d nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x06ed1618 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x088e56d5 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ca3ee1f nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x107882a3 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10f1b990 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1291961f nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16dfe365 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x172d5924 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18953710 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18cfd5cd nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18f2f4a6 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18ffeb65 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1906a1d6 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a3d00ab nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ec6b06f nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x21d8923d nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23444597 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x235daae4 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24f131a7 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28c5de7c nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a185c55 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ca556ba nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2cb3cac8 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f925960 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30728c5c nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x366463ce nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37b0cf28 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37b44a24 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39d64bfe nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c564b17 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca7ba0f nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f8ac83e nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x427bf7f1 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x427eefb8 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4396f52c nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4af4e3e9 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4be797bc nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d5505fc nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d9d01b7 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ef1b8cd nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x504d5590 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52e17b5a nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53061176 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5932f626 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b3be83a nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c2652bf nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5da35a25 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63b8d3b4 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6918db0d nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6923b133 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ba2bcc4 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6cafc416 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d18f2be nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x704d67d5 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x732ee8c4 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73589b61 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79bd225f nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81446f5d nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84bb4844 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8cf677e2 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e5ab14e nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ea6b9ec nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ed47bc2 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f7f2f0b nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91af5212 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x939b5b21 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96de55f3 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98fcc183 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a2d0737 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b38dfac nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b7632a2 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d12d55e nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e311186 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ee632fb nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa51f875 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa953640 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacbba1fd nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xade8c6b8 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaeff4273 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0b93d74 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb162aa55 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2273050 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb37e08ef nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6d6b707 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7b165d5 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9aaba5b nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc228ae8 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe3a8432 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1711a36 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1f92450 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3b7f4c6 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5c65b7a nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6d3bc84 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6ec80d6 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc76bbaee nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc02a453 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2c3db17 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3d3469b put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4d3c86d nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdbc53a4f nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdbe5a1ff nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdcbf0dbd nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdda42468 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde33f287 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe28d696d nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe33afc32 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe713fdd8 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeae34c79 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee1c73bd nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0e0eec0 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4359c75 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5b272cd nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5b6ba1d nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9eb609b nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfac83b54 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb11ee37 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd95c4e8 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe159093 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01b1058d nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06bcc5c4 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b231b47 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0c355e9e nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1006a3c6 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x112c1de6 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e4b4847 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1ffccf80 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x21e25534 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2693e074 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2933ac51 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40536a5a __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x415928cb pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e270d55 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x50777ef8 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a0032a7 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x62ecbe96 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6698e9ab nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x685c37d1 nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c0b46f9 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6f6c05c3 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x736a7675 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x79f8550f pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ba5bdfd __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8321267c nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x876e887c pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9767f19d nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9e2a00c4 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa182aaf7 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa62c2ca9 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa9dcc545 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3ad8ea8 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4425a4c __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc551c03d pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc8f4257e nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xceadc556 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd67d6979 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd94c9d87 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdfa84076 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe27f49ce pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe32ffe13 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed91128c pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5dce011 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfdf5f600 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x09ca3825 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x74555cbd nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0d3c1818 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1ad535bf o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2ccc2fbb o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x3be40308 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x3da0d94b 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 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x7221de84 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa007779b o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +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/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a9a1c4f dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x88e16d44 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x8e3e2e87 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xad79d369 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb53322d3 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xbc7bf8ee 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 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x54a6e75b ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x57f1866e ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x832ab18d ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x21cb65f7 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0x8d38897c _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xa41133e7 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x52fa89a7 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xe7e37f82 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL net/802/garp 0x6250682c garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x89f1f609 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xa2db04fc garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xa38aa2d7 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xd58eadbd garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xf0104e84 garp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x2caca9a0 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xabf3f2dd mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xacc4b6a4 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xb5b97170 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xd15c1781 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xe0b39566 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x15d5179d stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0xaa20e926 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x6b4a6c7c p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xf8f77877 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 0xc7978719 ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x9ee64c64 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1d4d2708 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4ccb0b39 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0237f911 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x08937156 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x09a123b7 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0dd5b5d9 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0f16822b dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2005c7ea dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2b69dfb5 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x31b1ee44 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4a430cf9 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4dd5f954 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4e35fa79 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x56607f18 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5723a57e dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x596cd345 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5bad54b0 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6481d4b8 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x66531fa5 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6aea8eb7 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6c2663a0 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6c977a31 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x786a699c dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x88c750a1 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8c60edcc dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9fed93ca dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa629fb63 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xac5d3a74 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb4d2e9e4 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb90ca374 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbbb1171f dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcbae9fac dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcd56d823 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdceb540d dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdcf15ce2 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf20ac5fa dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x0ed451ee dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x49e83b31 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x54afa0e6 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa5ddad20 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc49e08dc dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xcba57778 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x349ea115 register_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7d7cb084 unregister_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x6dfd07e0 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xee533b86 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x1ba1d998 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x21e5b6c6 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa0c83e9e ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xbb6272dd ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ipv4/gre 0x2dfd7a51 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x45bc2647 gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0x811f39cb gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xac866bd9 gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0xd845fdca gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2b18712e inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x403d55e5 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x538a5dbe inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7c0ba3ef inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x83402d98 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xcd68e24f inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0f986c31 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x269969e7 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x35d9d761 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3982f156 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4bb20bb4 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6c593851 ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x75a3df9d ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8e3829ac ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9e92ac3d ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa1afe16e ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xafce2673 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb7224913 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdc00292e ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x58fe0cfb arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xcb8511fa ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0xe089df95 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x6c3784b2 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0xfad8bace nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x06236ec0 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x417d5704 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5ef8d8aa tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xae809ff8 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xd5f5be2a tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x5212ed72 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x829816ac ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xa408a1be ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xa76691fe ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xbcc830bb ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xe1176b7f ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x89d94cc6 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x97b57af2 nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x318bd63c nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x065943e6 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0adc861f l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1950a2e2 l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x28d7b96a l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3234b5d6 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3a53f6f9 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x504dbb2c l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5eeebf4d l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6a3dddfe __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6a7f4dbc l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7a2416f7 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa908c2a7 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc3439863 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe80422f5 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf81c4dca l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfae04f79 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x61b91e95 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x05c4e61f ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0e93848d ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x105f2ad8 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1ed07d8c ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2245bec1 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2f391363 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x308cc4e9 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6895bcc2 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6aa96162 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x734c2e6e ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7e40f6ad ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7f03612c ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x97734068 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa845fe7e ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x082e28a2 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x191ebf24 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x37909890 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3e776aa2 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x50a242e8 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5e32676b ip_set_name_byindex +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 0x88e3265c ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x89f88971 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 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb625bdd1 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbb43f08b ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc0a7a486 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc734301e ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe169f3d3 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe5d0f93a ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe9440f59 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x2b3b863f ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x2b3f2f97 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x519c2e68 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xc01bdcec unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0143be60 nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01df6487 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0392e0fd nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x04713e4a nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x07cfd8c0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x08b31cf8 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ffbb40c nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x17a4fa5e nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ae477d2 nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2231c64f __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2344c9aa __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x237d7ce0 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x30fd808b nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x31a4827f nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x336936ef nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3394531a nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3786eea7 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3a83762e nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c7953f7 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ef04342 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x413cad66 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x467884b3 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4b7fe55f nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x50291f14 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x571ac020 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b902469 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c2d1a2c nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7281399e nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x730acfe4 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73c5fa29 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x795ef116 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x796c1d42 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x79f05065 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b263a34 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7c546a18 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8174310b nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a76f160 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8bdcc9eb __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e4d384c nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e9bf760 nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9118b33b nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x92a42aee nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9651ffc1 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c6f2244 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9d52ddda nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa0fa600 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xacf9093f nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xafb11b23 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb20244bc nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb25ef791 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb35ef304 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb6a54c6c nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb9f88193 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbfcf3f3b __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1fdeaf5 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc2abd2fd nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc30203bc __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd6c256a nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce3f9a53 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd212c86b nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd2783466 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd28da8b1 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4ba730b nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd59080d8 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdab13b08 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe0878e93 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe37e1a7a nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe4133170 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe9e5aeab nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeabdfefa nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xebd10e0b nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec061e8a nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1426d42 seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf17a0684 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf2c63114 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf331f066 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf7084b47 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x0c5cd9a9 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x90b1c72a nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xe1e0c550 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x015826a4 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x12cad34a nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x12d5938d set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x25f73525 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x5c8b4731 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7b00b0e1 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7b0f502e get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7d6fd553 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8f811cdf set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa1a9f7b0 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xfcf5c753 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x46311f89 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x74316124 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xacab6460 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xb2304c63 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xd6cf5249 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xed4de840 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0235f772 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0b99e0d4 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x35269023 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x49ce2bea ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6bacd6fd ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x828cbc86 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd113b58e nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xfaa01025 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x102aafb1 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x111fcbd2 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2cb03abd nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3ff1cb68 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4efc623d nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7cafbf5d nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8f4aabae nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xadd55f64 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcb925ade nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf1dd62b5 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3b529249 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa2c74a98 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1926b135 nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x19982e87 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x48b76a21 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x49bd8fec nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5c0cb381 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5f87d5be nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6710e38d nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x677a7fe1 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x72d07d40 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x907b6737 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa4a8dcf0 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd1336737 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfdf66bd6 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0136aa83 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x35c5970b nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4148ae56 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x7bf5c728 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xbf888eaf nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc9672214 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd274671d nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x4eef015d nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x96b373ca nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x589fde85 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x07c4a8c2 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x12220a5a nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x2ecb7a08 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x5d349a89 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xec8d0fef nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xee52858f nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x3f46a8b2 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xeba1ba70 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1bc51dcf xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2ba9e3f1 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x32530b04 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x69cfbdbf xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6ee6ad30 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x813bdcb1 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9f38bc4f xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa93a3f87 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xba8489dd xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcc3cace2 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdb7205b0 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe5f8004a xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf8e7b981 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x57909dc1 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd0f26ea3 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x0672c1a5 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x4fd65dbd nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x68ce0b92 nci_spi_read +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x05a77e9d rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x11cddb3c rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x23a1baf2 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x30fae121 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x330c963f rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x4622b59b rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x46d56830 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x51e0a81d rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x84cbc46f rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x8a505856 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcd1a64 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xa373c772 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xa47b97ca rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xa5ebf6bf rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xaae1e0ff rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xbd46428b rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc475f746 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc642cc2c rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xc982f4f1 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xd440f2be rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xdbb92c23 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xe2c5793f rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0xe30e5a50 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xfb63f8b3 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x592e5b9d rxrpc_register_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x5b11d599 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00413800 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x3b25ab71 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x7b29c642 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x014a01ba xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x020fdafd cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x025f2406 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03781c20 rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06580c40 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a9100a9 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c8f4dbb rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e12c8c0 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f410647 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10e5cd5b svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1137da14 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1212d997 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12c586c5 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13c19647 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1578576a xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a53ca6e svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a9b4c26 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bcf2282 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cb447f3 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fabcc8e svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20679f59 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21f33ad6 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2689dce4 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2750ed01 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x286f777e rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b45b6fd rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bba9727 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e0dc456 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e457af7 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8b98d7 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31dfdbae xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31ec9856 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33c344bf svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3506ec34 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36f0fed8 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3788383b svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37f03c6d xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39e422d7 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d3fa1fb rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3de3bc58 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ebc8242 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x469d2a4c xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46df3f82 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47e22f63 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48169f66 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4834afea xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4897cd13 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49ea436f xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b75d0af rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bb65f34 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ebefc60 rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f1e0968 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5226a83e auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52335495 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x557f0697 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55a84584 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x566794f5 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57975d21 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57a3d3a7 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58032f22 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5bc60096 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d6334c0 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60741bb3 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60f91e95 rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64d8004c xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64ff74f4 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6542875c rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65f1975f rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65f3c7d7 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69239321 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a960f7c svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6addf502 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cd949ba svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e488e9f sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ed494ae rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f437ea3 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70b25b79 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73858c71 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x748285a6 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77a5a080 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78e8adb0 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b99bc3e auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7be2cd67 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7cdf4056 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ed6c0ec rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f12748e svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f58c055 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f7ce4e6 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80a8fb9a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8104fa6c rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x811b0d1c xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82f16edf sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82ff01a7 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83885887 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x863c51a3 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x878d3d11 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87fe18c6 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88d9daf1 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b3bc73f rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b6305a2 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8beef76c rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d208d4c svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e34b99c sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e7b365c svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fa0bc10 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x924f919c xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93710f06 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x942d7a53 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x947baddc svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96741298 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97c55e98 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x981fad97 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99fa25d1 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b31b634 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b5c8819 rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b826e7a xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d528bdb rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dea9119 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f857b7c rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa045fa57 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1f6fefb rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa23767f5 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa564a88b xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa683ac8a svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6f22ae5 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa992c528 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa9d7a4e sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaac42225 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab936672 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacf1f446 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad980360 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae0375a2 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae265c13 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae7b6475 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf30e201 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf476f31 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf719fd3 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaff11f29 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb01967b9 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb27db8c3 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb44ccc74 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb488b61e read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb659fb6a rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7b8797d svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7def1e8 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba7671f2 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe05b455 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfe1c536 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1238e23 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc194a2ed rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1a29469 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2653ebd rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4a74d2b xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5d2b73e csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc66a2ae6 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce54e3ff xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcffaec22 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0f40939 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd50fc4fe rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd64de559 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6b9873e rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7c60ff1 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda624a9c xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcecc175 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf251dd6 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe339d7c5 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4d86b5c xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe61ce7cb rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe73d0eb3 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe91d3f78 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9ed6c18 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeafb2864 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec89cdc4 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed24f0ff svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee209b1b svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee386307 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee6179bc bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefe987c9 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf286c786 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf28a0c6a xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf393a46c xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4732855 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5be2426 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6efffa5 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfaa1968e rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb5f8e2f svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdba9e36 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe96ee3b xprt_write_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x28234a3f vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2d79ce8e vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x74e91915 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9334c75a vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa93f5e97 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaa59a360 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb913285a vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc19e6397 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc383e7e2 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd3ea6ca1 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xddfb83e0 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xef1feb9f vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf263a4b1 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf45fdd4a vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf593c40a vsock_pending_work +EXPORT_SYMBOL_GPL net/wimax/wimax 0x17beee7d wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0x204b9fb4 wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2fd22c01 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x587322de wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x6763bf61 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0x7210c98e wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x73ea3f34 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x794f5071 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x7b7d4f0e wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x99fdd221 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa353d8d5 wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0xb82a473a wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf2a6e437 wimax_msg_data +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x02eba707 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0620587f cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0a9856aa cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x23ba4dea cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3b486461 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3e436ab8 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x400986d9 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6c6f04ef cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7b787fe2 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x816a9ea6 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8b9070a2 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa2c50fe4 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf37db046 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x2505b22a ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x36fcaa9e ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x44867e63 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xa3f2f8dd ipcomp_input +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x54701915 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x722be313 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x7ad408a3 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x9f233d9e snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb3ddbb84 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb8c2f158 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x002d99d9 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00f73789 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x032eb48b snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x03a564f9 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04e34cb6 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x06055dd5 snd_hda_mixer_amp_switch_info +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 0x07455efa snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x088bf155 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0cfdcd95 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e51336a snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f781714 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x100db2ff snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x116d06f1 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x13ed43e5 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x151984f5 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x19539314 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1a98892b snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1df5e0fb snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ea96a2a snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21c0832b snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24ba8bd2 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29c1848b snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a732620 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ab19339 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2bb18e69 snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c0772a9 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d00c09f snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d36e725 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2da9f60e snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2de7f089 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2fb1befb snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ffcab1b snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3025e6b8 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32ff38cf snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x374d57a7 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x383110e7 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b4cd830 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3befdb34 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d4a2493 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d8186de snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3e3b17c4 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41f826c4 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42286cc8 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4523e84d snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x459aa23a is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47e63804 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48251ae7 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a3aa116 snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d95f073 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e9e95c9 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x51ccea13 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5221891b snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x557c5e05 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55ddd7a8 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x57821bca snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x579030ca snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58a3e4f0 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59c4b2a3 snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a6ee2e3 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5b25fddc snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5c82fd28 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d487e69 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5db7b50d snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60091852 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60ce01e4 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x64ae3c2f snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x64f66d53 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67a46b12 snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6c039257 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6dfd62a6 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f9342ec snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x741e295d snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a27cbd6 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7eb7e017 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x80fd8d2c snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81084eba snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86a097d0 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x87508f3b snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x885efc87 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x893c3a7a snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b43a9b4 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c9419da snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8d270015 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ee87ca8 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x91c79fdc snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98576a3f snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9863d373 snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98924768 snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ae022d6 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9eec9f09 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0425c16 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa074733f snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0ae5fb3 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa24bf2b9 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa38e12d2 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3e0c202 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaac4114c snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xae70c71e snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf1d587d snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf3d134d snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb06bdd8c snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb30de08f snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb44a8a08 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb54034d2 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb8c24afe snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd09d222 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc194fa0d snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc36254ba snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc38959ae snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc4aadc38 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc663270a snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc8a7691 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd03e22db hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0af9fa1 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7f88a94 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd866dedf snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xda131445 snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb453527 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe0725464 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe2c02f46 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe30b2fd4 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe38d6d06 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4220a32 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4c2c954 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xecbe7851 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xecd6c7b8 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee841cb6 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1b1f593 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2abd551 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf43c9f49 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7850a35 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd0c4d2e snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x075be268 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x16af5ae9 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x38dc0c38 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 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8aae03c0 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8e13c48a snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9108d77e snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x94b6dbab snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa3d55c6c snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xab020002 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xadb7d7d6 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb42e2059 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc2bfb18c snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc7b2783b snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xca5db002 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcd5140da snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd053d314 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe10f8b35 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe54a1d13 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe5f52d84 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf6165f1a snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0xcc071fe6 snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x0e649ee1 azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x21d86a84 azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x498ad6ff azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x50159de4 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x695461c6 azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xaf8b8664 azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xaff65ba8 azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xc0eb843f azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xc8017b99 azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xd14be29d azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xda473125 azx_stop_chip +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x39d08864 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x41acf806 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xbec03ace atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x134c8e39 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x375ad98c cs42l51_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x91ce68fc cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x5dca70e4 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x6ae0edf5 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xb41d6077 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xe3d6d701 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98095 0xd3e0edfa max98095_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x40dccb3f pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x82b05d7e pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xca14e0e3 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xf9a1ad73 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x7f68b24d rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x14b0d914 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x673d2a2e tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xc6a47531 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x0465d8b5 twl6040_get_hs_step_size +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x19c90cf4 twl6040_hs_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x3f335456 twl6040_get_clk_id +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0xf47d7753 twl6040_get_dl1_gain +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0xff801c31 twl6040_get_trim_value +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x00862e55 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x0771d313 wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x0a032bdd wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x16cb5e3b wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x2f173dd0 wm_hubs_hpr_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 0xaf09a1b6 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xfd1ee1d5 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xfe0eec09 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x0b79fbab wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x71b5544b wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xbfee5729 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xe6711ede wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/davinci/snd-soc-davinci 0xb168314f davinci_soc_platform_register +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +EXPORT_SYMBOL_GPL sound/soc/omap/snd-soc-omap-mcpdm 0x9d6bb2ba omap_mcpdm_configure_dn_offsets +EXPORT_SYMBOL_GPL sound/soc/samsung/snd-soc-idma 0x776c599d idma_reg_addr_init +EXPORT_SYMBOL_GPL sound/soc/samsung/snd-soc-s3c-dma 0xb769455f samsung_asoc_dma_platform_register +EXPORT_SYMBOL_GPL sound/soc/samsung/snd-soc-s3c-dma 0xc264e1fc samsung_asoc_init_dma_data +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x0fc97b52 tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x7c2c77b1 tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xb2303389 tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-utils 0x6e3c1e02 tegra_asoc_utils_fini +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-utils 0x9fbd2b23 tegra_asoc_utils_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-utils 0xa40539c5 tegra_asoc_utils_set_ac97_rate +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-utils 0xdf9d6101 tegra_asoc_utils_set_rate +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra20-das 0x0d54c9b9 tegra20_das_connect_dap_to_dac +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra20-das 0xb52cfca4 tegra20_das_connect_dac_to_dap +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra20-das 0xbced7431 tegra20_das_connect_dap_to_dap +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x04ecb471 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 0x72a91a91 tegra30_ahub_allocate_rx_fifo +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 vmlinux 0x00139cfb rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x001c6a02 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x002d3e13 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x003aee85 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x005797f6 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x00900af4 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00af6549 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x00b3c89a arm_iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x00b5438b usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x00c238bd subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00db507c usbnet_write_cmd_async +EXPORT_SYMBOL_GPL vmlinux 0x00e0d270 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x010b8a86 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x01163835 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x0137ba6b pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x01516fcd ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x016161ef ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x017e4187 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x018edcce cpdma_ctlr_dump +EXPORT_SYMBOL_GPL vmlinux 0x01b5b2e8 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e61732 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x01f28028 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x01fd3917 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x0214e1f6 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x02359f2b __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x0236daed ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x025034a8 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x0270331e usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x02b0f0aa vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x02b5953a bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x02bcd0c2 omap_dm_timer_set_load +EXPORT_SYMBOL_GPL vmlinux 0x030f1ae8 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x032c91c8 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x03326755 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x03368ab1 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0353d2f4 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x036dab25 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x03741546 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x037bdd91 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x037ee795 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL vmlinux 0x03880cb2 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x03906475 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x0397f054 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x03beed3c dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03ca0959 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x03cab772 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03e73282 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x03f3521c __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x0402b504 __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x04081c15 sdhci_alloc_host +EXPORT_SYMBOL_GPL vmlinux 0x043c9806 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x0445a121 usbnet_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04901180 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x04911469 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x04aa54e6 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x04b71130 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x04bbb913 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x04ea5cdf __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x0503e6f2 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0511e601 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x0513349a unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x0514fe29 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x0516f37d stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x0525a044 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL vmlinux 0x052b4c08 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x05352029 omap_dm_timer_trigger +EXPORT_SYMBOL_GPL vmlinux 0x053b5468 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x0549e9b4 tegra_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05542702 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x05742752 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL vmlinux 0x057564a6 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x057f52b7 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x05a4a172 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x05b21fd2 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x05e75907 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x06438115 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x0649ee95 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x0653ec8c tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0665f7ba regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0675cd50 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x067a49ae pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x069de644 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x06ae2f56 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x06d549e6 pinctrl_free_gpio +EXPORT_SYMBOL_GPL vmlinux 0x06e7eb83 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x06e9e4db snd_soc_jack_new +EXPORT_SYMBOL_GPL vmlinux 0x0704d7e8 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL vmlinux 0x0716384b pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x072e82bb iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x07455fa9 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x0752bc14 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x076e765e of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x07a6ad28 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07cc6d28 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x07e85622 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x07f20e1d dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x0833f76b transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x08682312 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x086f5e31 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x08922864 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x0899f091 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x08e49647 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x0902c2b6 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x09082261 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x090debb7 snd_compress_register +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0920376c devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x093714ff pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0946fd6a md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x0952af60 fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x097d9edc unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x097f5f29 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x0980de96 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x099e3978 amba_ahb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0x09b7ab11 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL vmlinux 0x09bfa6c6 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL vmlinux 0x09c7b154 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x09d34fca omap_dm_timer_set_pwm +EXPORT_SYMBOL_GPL vmlinux 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x09ffaacc bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0a166534 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x0a21da83 usbnet_write_cmd +EXPORT_SYMBOL_GPL vmlinux 0x0a272bd7 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x0a826cfb ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0a8755fe driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0aa2a40a input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x0aadf767 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x0ad40a2f power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x0adae1cf thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x0af24659 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b3ac685 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x0b3ef8f5 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x0b71d01b gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x0b9dd50e inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0ba8374b __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bbae511 return_address +EXPORT_SYMBOL_GPL vmlinux 0x0bc22cb1 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x0bcbacfd class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x0bdc955d snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL vmlinux 0x0bea7666 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x0beb2223 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x0bebdab1 of_fixed_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0x0bf4137d usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c01a510 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c3c9cd7 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL vmlinux 0x0c4b290e srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0c54da3a arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x0c6f2a7e register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0cadd51e i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cd51313 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x0cd65ae8 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x0cd9dcab transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x0ce0486b ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d07f83b bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0d0d6f0d ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x0d2260e3 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x0d2e07b4 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x0d4a138a snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL vmlinux 0x0d4b8755 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x0d84e58d snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x0d8c947d ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x0d8f3bca bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x0d911994 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x0d949eda rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x0db7da96 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0dbfbe50 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0df2335d usbnet_stop +EXPORT_SYMBOL_GPL vmlinux 0x0df3c697 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL vmlinux 0x0e1e77cb user_read +EXPORT_SYMBOL_GPL vmlinux 0x0e32e343 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x0e50a80f skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x0e5459c6 samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x0e61a7b6 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x0e65cde3 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x0e66c1c1 vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0x0e6c6b9f musb_dma_completion +EXPORT_SYMBOL_GPL vmlinux 0x0ea89e70 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x0ed36b2f call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0eda5a92 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x0eedef6f usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0f1f55b2 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x0f2e92b7 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x0f348d29 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x0f3bfbee rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0f3cc3cc screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f945c5b skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x0fbf84d9 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL vmlinux 0x0fc3bd35 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x0fd5a5d7 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x0fe65e8c synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x0ff9af09 cpdma_ctlr_int_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1026c1d9 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x102bd6e3 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x10470b49 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x106b19fd adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x106fd005 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x10709743 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0x109f0a56 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x10ae14ec list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x10df9503 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x10e105e9 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x110b8e7d pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x1116722d gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x111a8f74 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x112cb75b attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x11324184 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x11447f05 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x11671722 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x117ad79f mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL vmlinux 0x11896f29 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x11d90b58 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x11ebd9cb pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x11f844a6 of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0x1202d6b8 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x122a3634 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x1230c0e3 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL vmlinux 0x1241a2c1 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x12499970 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x125d89cb usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x126fb8a4 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x128feab6 omap_dm_timer_set_int_enable +EXPORT_SYMBOL_GPL vmlinux 0x12acb7e6 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x12b2719b devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x12e19811 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x12ecc402 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x1308f65c bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x13354608 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x134edd3c power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x135df5a4 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x136811de ahci_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x13777254 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x137c92bb crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x138e4e46 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x1398d368 ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x13b89dee pinctrl_request_gpio +EXPORT_SYMBOL_GPL vmlinux 0x13bb0d37 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x13bf408c sdhci_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x13d34e4a snd_soc_component_write +EXPORT_SYMBOL_GPL vmlinux 0x13db5b08 context_tracking_enabled +EXPORT_SYMBOL_GPL vmlinux 0x141907a3 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x142e2305 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x1432c3cd of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0x1435a7da ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x147be070 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x14b33c37 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x14ce9e7c dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x14e01093 snd_soc_info_volsw +EXPORT_SYMBOL_GPL vmlinux 0x151e56ab device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x1525f36d __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x153ab8da md_run +EXPORT_SYMBOL_GPL vmlinux 0x15702179 component_add +EXPORT_SYMBOL_GPL vmlinux 0x15755ee5 snd_soc_put_strobe +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x15b52291 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x15c7ba76 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x15cdc250 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x15dafdc5 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL vmlinux 0x15eb73cd usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x162c6e3a pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x1634a2b4 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x163d8540 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x1668eb66 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x167de96c trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x16a0eb05 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x16a56c9d regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x16ab37ef __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0x16ae247f sdhci_free_host +EXPORT_SYMBOL_GPL vmlinux 0x16b9c614 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x16e41e0d ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0x1717a05d omap_get_plat_info +EXPORT_SYMBOL_GPL vmlinux 0x172cf91e sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x1791b870 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x17ac62fa snd_kctl_jack_report +EXPORT_SYMBOL_GPL vmlinux 0x17c744c0 genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0x17ecaa63 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x18044649 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL vmlinux 0x1805c770 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x1827c439 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x1838f275 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x1845b8c2 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1855a7e7 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x185db9e4 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x18642c70 clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x189c5c0c __mtd_next_device +EXPORT_SYMBOL_GPL vmlinux 0x189c78d6 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x18b03da5 of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0x18bcd335 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x18bfcc1a tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x18cfcfa1 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x18e7e1cc pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x18e82d89 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x191e7a6d get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x1970a78d device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x197c5adf snd_soc_component_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x19928635 mv_mbus_dram_info +EXPORT_SYMBOL_GPL vmlinux 0x199c4ee2 sdhci_set_clock +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a550f5 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19bb60d1 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a3d444f scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x1a4f1273 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x1a512a6c __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x1a59527c usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x1a5a0cac snd_soc_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x1a5c6a52 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x1a5f9c93 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x1a65920b omap_iommu_arch_version +EXPORT_SYMBOL_GPL vmlinux 0x1a6b5825 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1ab9137b blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x1ac41fb7 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x1acd7ba9 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad2fd0e rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1af15027 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x1af666cc dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x1b040e6c device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1b3193ff gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x1b3261e0 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b5e77f4 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x1b5ef8cd rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x1b659000 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x1b73c6ca ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x1b80e25c con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x1b85625e of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1bb5fc26 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x1bc22411 __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bf55172 split_page +EXPORT_SYMBOL_GPL vmlinux 0x1c0f5659 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x1c10960e __clk_register +EXPORT_SYMBOL_GPL vmlinux 0x1c115f8a irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x1c1e23d5 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x1c27807c pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x1c4e831c snd_soc_bytes_put +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c6686b7 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c996ce8 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x1cb2617c __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x1cb4ade1 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x1cf9c048 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x1d130a16 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x1d1aa351 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1d1d2ab2 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x1d20d967 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x1d55210d component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d70d2ba of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7cb586 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1d8a18ff disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x1dac34ff iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x1db7f151 snd_soc_cache_read +EXPORT_SYMBOL_GPL vmlinux 0x1dc40b54 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x1dc8bf7b kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x1de6dcfa of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0x1df43548 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x1dff3226 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x1e10b2fa list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1e13c3da irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e6b000e usb_add_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0x1e6cc653 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x1e7135ba cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e864844 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e952495 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb3109f tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x1eb428e0 usbnet_resume_rx +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebd95cc __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec4000d bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x1ecdbff9 omap_dm_timer_write_counter +EXPORT_SYMBOL_GPL vmlinux 0x1ed00a63 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x1ef3b0fa class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x1f17b216 omap_dm_timer_enable +EXPORT_SYMBOL_GPL vmlinux 0x1f1c5c09 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x1f23e9b5 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x1f432784 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x1f55a05e __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x1f793f57 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x1f8037a4 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8aeb74 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fb316ef omap_dm_timer_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x1fbe2102 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fd5ce22 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x203493d3 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x20446d04 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x2065a468 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x20858694 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x209da883 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c8f1b0 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x20f55923 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2101fd64 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x211f558d register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x21243325 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x21376279 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x214d2476 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x218d66b3 extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0x21939dce ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x21950af3 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x219b8598 user_update +EXPORT_SYMBOL_GPL vmlinux 0x21ab1f69 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21c123a5 mtd_block_isbad +EXPORT_SYMBOL_GPL vmlinux 0x21e063f9 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x21eba81c omapdss_of_get_next_port +EXPORT_SYMBOL_GPL vmlinux 0x2221df5a ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x2229b343 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x222a82ac sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x222e9f18 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL vmlinux 0x22540346 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x2263c74e ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x2264fde9 sdhci_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x2265f6ff dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x2266b267 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL vmlinux 0x226a674d atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2277ae44 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x22803c94 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x228f5c5f serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22a3e9db __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x22e06dc0 of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0x22e77841 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x22ff452b regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL vmlinux 0x2349b943 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL vmlinux 0x234d73e3 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x2352e01b regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x236904e2 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x236aebaf snd_soc_component_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x2370dd98 usbnet_get_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2392bc6e pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x23c1acd1 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x23e04b08 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x23e6c16c snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL vmlinux 0x24050dff crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x2419db25 clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x241e5fc3 snd_soc_dapm_free +EXPORT_SYMBOL_GPL vmlinux 0x24415ac4 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x24660530 __put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x2471b9f4 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x248f90fe dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x24aa69c1 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c3567c of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x24e1ca57 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x2517a4ef usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x253ccf0f devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x257855bd get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x257faccd fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x25aaf24a __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x25c4f5bf clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25e1ac86 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x25e4fa8c btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x25f70ee2 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x260049e1 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x262e06c4 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x264143da __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265f5b10 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x2664fbe1 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x26667480 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x267092b5 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x267e30fd security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x26891961 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x26a1cff9 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x26adb815 thread_notify_head +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c547c0 bL_switcher_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26c64f88 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26d9260e nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x26e0b761 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x26f2d0ef key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x26f3c771 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x26fa3023 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x270a16c0 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x2717b273 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x272671e3 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x27268b37 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x274b6e84 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x274b93f7 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x275a4c36 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x276d4af4 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x2776b74e usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x278f5d99 snd_soc_component_read +EXPORT_SYMBOL_GPL vmlinux 0x27af238e snd_soc_dapm_sync +EXPORT_SYMBOL_GPL vmlinux 0x27c13471 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27c522f0 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x282482e5 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x2828e846 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x283e623b snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28d8d602 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x28e61ef4 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x28f3b620 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x2941c780 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL vmlinux 0x29704220 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x2971291d ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x2972d4d6 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x297d975a snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL vmlinux 0x298b7aad ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x29a095a3 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x29de25f1 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x29e473ea user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x29f7baec regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x2a08b0c8 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x2a0e8402 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x2a26a5b7 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2a504ad2 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x2a526c6f aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x2a6095ad pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0x2a60a15d snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a97f474 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x2aae107c regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x2ab18ed4 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2ab888e9 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ad9d326 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2b0876da kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x2b5ac838 device_create +EXPORT_SYMBOL_GPL vmlinux 0x2b5b1d10 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x2b7c5472 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x2babe81f __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x2bdbab96 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x2bfa56eb wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x2c157f55 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c56f6d5 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL vmlinux 0x2c7ca8c2 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c87ecff cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x2ca1260e hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2cb1761f pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x2cdf9d6b snd_soc_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2cf9a235 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2fbc36 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x2d3fb5b0 mtd_get_device_size +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d61fc4f ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x2d7a99ab usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x2d8f9885 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0x2da46095 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x2dc938b9 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x2dd48cdf pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x2dea1a8a of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x2decca0d sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x2e1715cb thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x2e278f88 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x2e2c30dd balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e365664 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e51765a omap_dm_timer_set_load_start +EXPORT_SYMBOL_GPL vmlinux 0x2e7fc11b nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x2e9670c0 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec525a4 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x2eec10a6 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ef6b5bf smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x2f0c4740 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1a9f47 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2fa8367e crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x2fd14b2e ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x2fd5e7ef tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x300614bd inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x300cf1bd sdhci_add_host +EXPORT_SYMBOL_GPL vmlinux 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL vmlinux 0x30335db2 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x30463f5e usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x3051f7e5 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3059f5fa crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x3075fe8d ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0x30819460 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x308b4ef3 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30a68475 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x30b174e4 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x30c6df80 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x30cd3f84 pinctrl_utils_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30e04dbb aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x30eb7f00 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x30fa1130 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x3106e389 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31362582 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x314b8f52 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL vmlinux 0x314e92b8 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x31590df6 usb_del_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0x317ad215 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x31842eb7 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x3184deea omap_dm_timer_read_status +EXPORT_SYMBOL_GPL vmlinux 0x3188fede of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0x31985e4a device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x319f271a regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c0df8f pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d51dff sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x31e25b93 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x31e37c03 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x31e59935 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x320111a7 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x320b72a2 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x32197baa usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x3228b3e4 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x322df9d1 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x3243133d find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x3243edf5 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x32531729 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x326a31ad snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0x3277249e regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32a6e1e7 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0x32a7469a pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x32b1d2ea crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x32b2e626 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c454bb vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x32f76320 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x33053b77 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x331465bc usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x331d2768 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x33412e70 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x3351d629 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x3375acb6 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3383a665 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x33cfda24 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0x33e3823f blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x33eb3795 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x341643ba omap_dm_timer_modify_idlect_mask +EXPORT_SYMBOL_GPL vmlinux 0x34255739 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x3455589a crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x3459e360 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x347055a0 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x347682ce snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x34a975a4 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34b0cb93 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x34bf1bcd snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x34cfb4a5 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x34e8e682 snd_soc_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34f59026 sm501_unit_power +EXPORT_SYMBOL_GPL vmlinux 0x3505e503 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x351e2049 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x35387855 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x353fc240 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x35668bbe unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35978ed7 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x35b8ac95 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x35cb2cf9 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0x35d659a4 of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x35f3fa22 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x3605efb3 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x361a1c19 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x3630f507 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x36362fdc regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0x36624535 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x36971a12 __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a85a39 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x36aa55bf crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x36ae83ef raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x36b6d202 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x3731ed67 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x374da868 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x377257a1 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x378894aa fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x37978ed7 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x37a9e797 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x37afd236 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x37daa890 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x38028d8a pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x380a23ce ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x381939e7 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x383ab319 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x3848a97f of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x384e3061 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x384e498f mmput +EXPORT_SYMBOL_GPL vmlinux 0x385989bc omap_iommu_save_ctx +EXPORT_SYMBOL_GPL vmlinux 0x386bd1c7 i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x386cdb3c ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x388c6887 snd_soc_write +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38b61c44 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x390836b0 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x390c659d of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x392bbdbc blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x392c4c5d da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x39348477 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x396bad54 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x397c524d debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x39a54bbe page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0x39ab5ab7 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0x39b4cdd8 omap_uninstall_iommu_arch +EXPORT_SYMBOL_GPL vmlinux 0x39d9e633 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x3a228093 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a2f3f90 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a5f5667 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x3a7b7cb9 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x3aa546f1 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x3ab06bc6 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3adeef42 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x3aee38fb sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x3af03093 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x3afe299b sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x3b0f6b28 snd_soc_register_platform +EXPORT_SYMBOL_GPL vmlinux 0x3b12959c devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x3b318a6c xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x3b31c0a1 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x3b3c27d6 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x3b727d96 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x3b79ec55 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x3b84fb1e remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x3bbce025 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x3bd011d9 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x3bd457e5 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x3bf7deb9 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x3c036440 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x3c145325 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x3c1f31f3 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x3c2fbfbe clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x3c39a750 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x3c4e81bc pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c831441 arm_check_condition +EXPORT_SYMBOL_GPL vmlinux 0x3c8f27f7 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3cb3d1d8 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cfdf157 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL vmlinux 0x3d0effc0 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x3d3324d4 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d53096a of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x3d720058 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x3d7f8d74 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x3da24d31 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x3da6b248 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x3dabc273 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x3db26785 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dcfd23a usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e0f8887 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x3e51f624 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x3e6aee54 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x3e6d7624 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e7d36ed mtd_is_partition +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3e9c0f6b edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x3e9d149d i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3eb4d851 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x3ebd9f59 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x3ed31883 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x3ed6bb9c usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL vmlinux 0x3ee9bc38 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0x3efa624a usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f05151a tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x3f158196 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x3f19a6aa ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x3f1acdb1 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x3f1b3052 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x3f38d93f snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL vmlinux 0x3f51a98c pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x3f730af6 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x3f93b6c3 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x3f98c1f1 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x3fbc34ac extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x3fc4dca1 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x3fe26d04 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x3ff6262b xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x4015e2a2 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x4027633d __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x4036ac9c dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x40893c5e devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x408f473e dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40c831dc kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x40cfab66 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f1861d regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x4107fa58 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x413b89d3 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x41442b12 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x4177cdee bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x417d42e9 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41ad98b4 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x41b4d2a4 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x41bb836c usb_gadget_set_state +EXPORT_SYMBOL_GPL vmlinux 0x41e45710 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x41ecf29a __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x41effe33 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x41fd30df pm_genpd_add_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x421b4b36 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x4224348c virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x422aeb4d devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x4266a2b6 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42acf495 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x42b364ef scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x42b4f4bb clk_register +EXPORT_SYMBOL_GPL vmlinux 0x42bfd4e6 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x42d9fa36 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL vmlinux 0x42e243d2 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x42e6d3bf ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x42e884a1 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x430b4b94 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x430df725 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x431b54b2 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x431c0ac5 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x4325afd8 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x432cf1d2 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x434a3786 dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x434cf733 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x43681a8e __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x438c12b6 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43a57661 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x43abb310 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x43cbc7db sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x43e6e677 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x4448b825 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4456783d devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x4466cbac usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x446c1335 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x449fb916 snd_soc_jack_report +EXPORT_SYMBOL_GPL vmlinux 0x449fedb8 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x44bfb46f ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0x44c0fd30 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x44cc306c snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL vmlinux 0x44d393d7 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x44da484d __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x44f283cb __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x44f57d35 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0x451e5959 mtd_read_oob +EXPORT_SYMBOL_GPL vmlinux 0x45361f1e ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4537f3e6 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x4541cea9 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x4541e15b rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x45569b8f tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x456a1ade mtd_writev +EXPORT_SYMBOL_GPL vmlinux 0x456a9571 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45a972a6 imx_pcm_dma_init +EXPORT_SYMBOL_GPL vmlinux 0x45ba1367 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d71226 usbnet_read_cmd +EXPORT_SYMBOL_GPL vmlinux 0x46066e5b perf_pmu_name +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x461ee5c3 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x462bad9c udc_attach_driver +EXPORT_SYMBOL_GPL vmlinux 0x46311101 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x463d24ea ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x4649a86c scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x4653ab17 snd_soc_add_platform +EXPORT_SYMBOL_GPL vmlinux 0x466e1b46 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x468f64a3 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x46af6e58 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x46c9a5f9 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x46d0bf46 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x46d39e03 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x46f39489 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x470017eb device_rename +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x474bb417 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x475b732d irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47667e4c spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b862ae ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x47c95a97 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x47c9cdaa securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x47cc49ee component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x47ee09dc inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x48611c20 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x48bfb5ac dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x48c5a919 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x48ca8947 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x48d1f461 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x48e65b78 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x48f74195 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x48fca3fa arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x48ff9fd0 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x4901b44a __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x4903b134 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x4946da71 omap_iotlb_cr_to_e +EXPORT_SYMBOL_GPL vmlinux 0x496581d9 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x497e617f regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49a69e56 snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0x49d84b2c mtd_point +EXPORT_SYMBOL_GPL vmlinux 0x49e77cd5 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49eeb1ad posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x49eef5e5 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x49f23aff __module_address +EXPORT_SYMBOL_GPL vmlinux 0x4a0778c8 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x4a0a0c78 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x4a154ac4 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x4a26f805 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x4a45f72c mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x4a66adeb netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x4a9edea8 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL vmlinux 0x4aa1bde4 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ab1a16b usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x4ab51aa1 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x4acf50ff pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x4ade48ef dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x4b0a5ce3 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x4b1d7d4d deregister_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0x4b204f91 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x4b462824 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4b6a2b19 snd_kctl_jack_new +EXPORT_SYMBOL_GPL vmlinux 0x4b6f7a74 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x4b7b7977 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x4b8b93b9 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x4b9b6b0c ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x4b9f0a2c put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x4baf1ab2 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x4bafcdd8 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4bb1841d usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x4bc4c06c __pm_genpd_remove_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x4bcb40ea get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x4c00bc96 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4c163f87 omap_dm_timer_set_match +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c47ec15 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x4c4b3d8b sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x4c52ce19 sm501_misc_control +EXPORT_SYMBOL_GPL vmlinux 0x4c536f9d __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x4c57f783 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c7b7c86 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x4ca4d65b crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x4ca52b67 usbnet_defer_kevent +EXPORT_SYMBOL_GPL vmlinux 0x4ce04929 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x4cfec2f3 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x4d094f8c inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x4d38f1e0 bL_switcher_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4d3939be ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4d55baf9 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x4d5696d4 snd_soc_read +EXPORT_SYMBOL_GPL vmlinux 0x4d673469 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x4dd739fa tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e2b1303 dapm_mark_io_dirty +EXPORT_SYMBOL_GPL vmlinux 0x4e32ae61 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4e340f03 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e4b33eb relay_open +EXPORT_SYMBOL_GPL vmlinux 0x4e6feb99 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4e8e2a5d i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x4ea6c5a8 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x4ebbd3f7 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0x4ecab8e2 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f088197 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x4f212ee5 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f94c274 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fa09a3d alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x4fa7d394 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x4fcfc483 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5003ea21 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x50138165 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x501b648b unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x501bc067 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x504c08f9 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x50899e91 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50941f18 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x5099d1d7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x50a42693 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50beaa4d device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x50c16b6f ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50cbff9d power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x50d83e36 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50ead92b free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x510a16a2 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x512cf16c wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x516c7374 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x51b5fd90 mtd_table_mutex +EXPORT_SYMBOL_GPL vmlinux 0x51c1a29b omap_dm_timer_start +EXPORT_SYMBOL_GPL vmlinux 0x51c64a5b kick_process +EXPORT_SYMBOL_GPL vmlinux 0x51f1731d sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x5200c3b4 usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52144bf0 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x5238f3bf tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x52390800 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5245a054 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x524def82 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL vmlinux 0x52614107 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x526df402 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x528816e0 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52a88233 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x52b6239e platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x52babf56 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x52c0d5d8 scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x52caf064 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x530aedb3 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x530f900c pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x5319e103 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x533541de is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x5359ac15 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x539ba0cd da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x53b6ffbc crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x53cb2800 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x53d55bfd pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x53f33a36 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x54134e7c sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541df74e mtd_unlock +EXPORT_SYMBOL_GPL vmlinux 0x5421c7cb crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x543e3561 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x544aab61 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x545fec86 percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54bd3cd2 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x54e2ea2f blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x552e912f inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55535e78 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x555a2da8 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x556f6083 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55e8ddac usbnet_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x55f04c21 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x560b9350 blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x561b93ab ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x56500005 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x5666b0f9 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0x567e1a93 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x56892767 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56c8fd42 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56f87916 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x576156bc virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x577bc7e0 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x578d0e5e mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a5cf95 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x57a6c791 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x57e509c2 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x57e50b14 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL vmlinux 0x57ef62ea snd_soc_platform_write +EXPORT_SYMBOL_GPL vmlinux 0x58032a80 omap_iopgtable_store_entry +EXPORT_SYMBOL_GPL vmlinux 0x580e4a3e elv_register +EXPORT_SYMBOL_GPL vmlinux 0x581cb47f nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x58351ef1 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x5879c468 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x587cf82d crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x58814921 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x589c5fab regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58c501e4 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x58ff84bd ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x59092c69 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x593586e9 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x594a9c8b pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x596b999c max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x59ab6259 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x59b54b8a platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x59c49eb5 swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5a0039fa snd_compress_deregister +EXPORT_SYMBOL_GPL vmlinux 0x5a04b0ee seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x5a1e63a2 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x5a1e6f29 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x5a1f6cc6 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5a49355c sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x5a755465 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8f213c cpdma_ctlr_eoi +EXPORT_SYMBOL_GPL vmlinux 0x5ab96a3e pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x5ac98e88 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x5acf6567 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x5adbb45d of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x5ae68c83 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5af40f4b phy_create +EXPORT_SYMBOL_GPL vmlinux 0x5affdea4 of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x5b1d1255 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x5b447013 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5b576f73 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x5b6ebcd7 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5b720ee6 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x5b756c86 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x5b82544b omap_dm_timer_set_int_disable +EXPORT_SYMBOL_GPL vmlinux 0x5b8340c9 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x5ba7649d devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x5bb679b6 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x5bef3bab ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x5bf6bea5 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x5bf97ba3 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x5c0897ce crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x5c0c71f7 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5c122eb6 omap_dm_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x5c2fe4a5 cpdma_chan_stop +EXPORT_SYMBOL_GPL vmlinux 0x5c36d332 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x5c48e87d da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x5c4c2109 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x5c784e74 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cb3f837 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d3e1523 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x5d51bcf7 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0x5d53fea2 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x5d70da20 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x5dc50415 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x5dcac7d0 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x5dd24204 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x5de3455e dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x5de64794 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x5e0901a6 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x5e204d8a powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e71af87 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x5e7ee80f ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0x5e8a3bec class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x5e99b030 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x5e9b5554 nand_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x5eaa7a23 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5eb75910 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x5ebb310e ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x5edc8ced crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x5ee82644 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x5eeb578a kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x5efe8eb0 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x5f1760b0 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f4abe9f tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5f544221 device_move +EXPORT_SYMBOL_GPL vmlinux 0x5f7a0979 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x5f7c1c80 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f91aa73 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x5fbf8a8e netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x5fcfdc8d sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x5ff1d94f usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6026b7d9 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x602a2179 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x6032df78 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x6066520f __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x6070dd6c sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x6072e114 usb_phy_generic_register +EXPORT_SYMBOL_GPL vmlinux 0x6075d0c7 omap_tll_init +EXPORT_SYMBOL_GPL vmlinux 0x609abd72 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x609c5cd7 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a8a63b ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x60a977e9 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x60e772c4 put_device +EXPORT_SYMBOL_GPL vmlinux 0x610f57a1 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x61145825 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x61199640 usbnet_tx_timeout +EXPORT_SYMBOL_GPL vmlinux 0x612094c3 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x613beb79 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x613dad29 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x617fef85 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x61b73b70 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x61cc65de snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL vmlinux 0x61e7226a usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x61fdddc1 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x620fbe5e sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x62143851 snd_soc_cache_write +EXPORT_SYMBOL_GPL vmlinux 0x6229c7e0 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622e3ffe __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x62434a76 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x6254296d da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x629c768b wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x62c086f8 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x62cf04e1 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x62d1efa6 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x62e0c10c snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x62e31fb5 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x62ef534e snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL vmlinux 0x6325580b sm501_find_clock +EXPORT_SYMBOL_GPL vmlinux 0x633e8db1 snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0x635956e7 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x6368f949 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x63715aac register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6382c0af regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x63cc27c1 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x63d1e55a ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0x63d712e9 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x645c6d9e debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6478e2e5 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x64a1588b find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x64a33392 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x64c121d7 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x64cb73c0 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x64ef1732 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x64fe653b relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x65079092 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x651942d1 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x651a471c spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x6529e026 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL vmlinux 0x6553bae6 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x655fcb8c icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x658c6629 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65c6e278 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65dc2d18 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0x660c8c6a ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x6610b84b ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6691f63c __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x670bf9a6 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x67128609 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x67217875 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x674a511c i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6751b905 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x67643d26 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x677fd0f8 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67c0fee2 register_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0x67c19f82 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x67ebce8c crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x680e29d3 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x6820a111 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x68367e92 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x683f6d40 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x6854cea8 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x6887fffa fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x6896e64d scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x68b96319 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x68ba5882 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x68bcec80 device_reset +EXPORT_SYMBOL_GPL vmlinux 0x68e0f612 of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x68e47b2c cpdma_ctlr_destroy +EXPORT_SYMBOL_GPL vmlinux 0x68e56654 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x68eae78b thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x68eecf1f kill_mtd_super +EXPORT_SYMBOL_GPL vmlinux 0x68f84198 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x690e964f of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x692c3d35 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6944dbb1 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x6945de77 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x694be42a usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL vmlinux 0x6964dbde tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x6967d3bf unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x696b65b3 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69841dfa devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x6994d79a extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x69986867 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x69c9de5f sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x69e82a47 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x69f55db8 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x69fc8a29 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6a00b3bb tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x6a0d8aa1 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a16f7cb amba_apb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a23e6fa regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x6a2fdc80 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL vmlinux 0x6a314f1d dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x6a36a33e amba_apb_device_add +EXPORT_SYMBOL_GPL vmlinux 0x6a441db8 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6a48ccdc ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x6a4eb7ff crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x6a5dcbd1 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a74309e __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x6a9cbd47 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x6ab59b1a clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b3f30cc regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x6b4c899a ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x6b587484 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x6b659ec4 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x6b6d49d8 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b987d14 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x6bab9458 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x6bb27c36 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x6bbf3a03 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL vmlinux 0x6bc66dde dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x6c055b2f rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c17c18d pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c239ff6 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x6c34ee9a __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c8017ab ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cc78c5c set_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cd97da6 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL vmlinux 0x6cfeee66 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x6d2daad0 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d3c5899 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x6d40ef92 snd_soc_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x6d48905f usbnet_set_msglevel +EXPORT_SYMBOL_GPL vmlinux 0x6d5140ef pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x6d625734 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x6d86e5a4 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x6d87346a bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x6db14e89 of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x6dd39799 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x6de15f24 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x6decce3f pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x6e0b964b __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x6e176a6f sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x6e2abbba ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x6e2cf510 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x6e54b3d4 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6eb6a451 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x6eb7c036 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x6ecb70ed xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x6ee88d04 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x6f1062b8 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x6f151a10 usbnet_status_stop +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f2bbd5f usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x6f4b6403 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x6f6136ff xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x6f98f7e7 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x6f9d9d45 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL vmlinux 0x6fe0e222 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6fe97a39 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x701e6fe3 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7033a307 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x70458817 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x7058674b pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x707ddb3e ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x70c001e4 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d85f89 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x70e1319f use_mm +EXPORT_SYMBOL_GPL vmlinux 0x70e9eb2c udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x70eec93e snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL vmlinux 0x70f6c81f bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x70fd63b3 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x71008581 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x71062514 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71160f46 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x7130d572 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x71388a8b inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x7139fbb5 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x716502d4 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x718a0866 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x71a49f04 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x71d1fc09 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x71d5c8f1 nand_release +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71f6f553 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x7200b029 regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x7203ab67 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x7249457a sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7291019b __cci_control_port_by_index +EXPORT_SYMBOL_GPL vmlinux 0x729ec05e usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x72e4831e mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x730bd0c7 asic3_write_register +EXPORT_SYMBOL_GPL vmlinux 0x7323eb22 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x734fc41e pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x73510609 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x7354fe75 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x739a6cde _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0x739aa089 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b2249e ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x73b32444 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x73b56457 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73f16ce1 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x73ff59c4 usbnet_get_settings +EXPORT_SYMBOL_GPL vmlinux 0x74207953 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x7425d659 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x742def44 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x742fc9ab __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x7430d227 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x74351fc1 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x7441f22e serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x74628570 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7469f9d2 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x748f8c24 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x749fb3b5 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0x74b416f0 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c29525 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x74c8a4c0 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x74fcadff add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x7522dd55 wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x753a2f3a usbnet_change_mtu +EXPORT_SYMBOL_GPL vmlinux 0x754f04be dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x756e6f23 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x75790bdf pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x758de01f __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x759c7351 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x75a5c86b irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x75b14c23 deregister_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0x75b4ecb5 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x75ca93bb component_master_add +EXPORT_SYMBOL_GPL vmlinux 0x75f5461f cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x75fda5e7 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x761e0aca btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x7639cc22 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x764928a2 cpdma_chan_create +EXPORT_SYMBOL_GPL vmlinux 0x766307b3 omap_dma_filter_fn +EXPORT_SYMBOL_GPL vmlinux 0x7664a908 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x76766e9f crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x767c1d7e __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7688c5e5 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x7689dd04 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x76a66a29 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x76b7cb8b iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x76bb28d1 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76e826a1 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x771b17f6 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x771d963a bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x7720c696 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x7727c996 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x772ad22c usb_string +EXPORT_SYMBOL_GPL vmlinux 0x7735732d crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x7755a11f pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x777ac45a __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x77881722 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x77dfb0a8 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x77ec0566 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x77f2bc92 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x7802a03d pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x78111a1f xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x78368c02 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x783dfb90 mtd_unpoint +EXPORT_SYMBOL_GPL vmlinux 0x7840b42c hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x7872c567 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x78a73ba0 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x78aeae21 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x78b50587 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x78e1ec78 component_del +EXPORT_SYMBOL_GPL vmlinux 0x790ac2a8 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x791062a8 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x79302936 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79601150 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x79834017 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x79ebc401 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x79f5e3a3 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL vmlinux 0x7a07e442 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a319404 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7a40d1cf list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x7a7608f7 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7abb36a3 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x7abd6c6a regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x7ad04308 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x7ad9b799 snd_soc_component_init_io +EXPORT_SYMBOL_GPL vmlinux 0x7ae644b2 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x7b0b7786 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x7b0c3beb page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b5e1fa6 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x7bb4b112 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c56b443 usbnet_open +EXPORT_SYMBOL_GPL vmlinux 0x7c6582a5 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x7c6a49ce unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x7c6ba2e6 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x7c96a807 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x7cab7ad6 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd53493 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d11c84c skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x7d1ab30a skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x7d2797d7 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x7d2dbb01 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x7d2e383c bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x7d3300c2 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d3ced9c uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7da3f122 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7dd2204c max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7dd3d671 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7dfaf5b9 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x7e069650 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x7e09917d scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x7e11f493 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x7e3269f0 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x7e56ab9f bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x7e5b0a90 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e730a24 snd_soc_remove_platform +EXPORT_SYMBOL_GPL vmlinux 0x7e8a0f31 omap_install_iommu_arch +EXPORT_SYMBOL_GPL vmlinux 0x7eb8e606 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x7ecae0e4 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x7ed68941 asic3_read_register +EXPORT_SYMBOL_GPL vmlinux 0x7edbeb7b crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x7edf879b napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0x7ee64d04 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x7f0a83b2 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x7f13ceb3 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f60e837 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x7f6b7545 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x7fab5350 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7fae8ec1 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7fbb5711 probes_decode_arm_table +EXPORT_SYMBOL_GPL vmlinux 0x7fc9dc9c fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x7fd23fde omap_dm_timer_disable +EXPORT_SYMBOL_GPL vmlinux 0x7feef8d0 user_match +EXPORT_SYMBOL_GPL vmlinux 0x7ff659b5 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x8010d2c6 percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x806a3657 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8073090d srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x8090cb30 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x809652ff fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x80a65392 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x80bb9724 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x80c5d887 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x80cffd7f unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80d9cf70 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x80ee6243 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x80f6732a clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x8109de69 usb_gen_phy_init +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x8117f999 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x812ab5a0 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x812affab ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x814453ac crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x815f4ca0 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x8164836a omap_dm_timer_free +EXPORT_SYMBOL_GPL vmlinux 0x8176ff64 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x81853c99 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x818da637 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x81a5a90e snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL vmlinux 0x81f695f0 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x820802ea sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL vmlinux 0x820b4300 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x8210d0f6 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x82124f9b cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x8220f1d8 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x825b55f2 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x825dca6c tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x8265a37e mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x828880bc imx_pcm_fiq_exit +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82e509fc device_del +EXPORT_SYMBOL_GPL vmlinux 0x82e84619 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x82ef15bb xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x830f9305 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x831f632a iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x833b1131 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x83661c83 mtd_panic_write +EXPORT_SYMBOL_GPL vmlinux 0x8377b983 sdhci_reset +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83afae11 clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x83b47d87 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x83b75fe7 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x83ba422d raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x83cf92c5 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x83d977ed extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x840177e5 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x8425dd86 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x84301717 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x843364f3 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL vmlinux 0x84522c55 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x845389e2 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x84868ab2 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x8488d2d6 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x8496f4b9 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x84a3dffb rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x84cac36b inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x84fd73ee blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8508868d blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x851ef344 of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x85877c45 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x85939315 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x85b4ba4f component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x85b78067 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85d81f69 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x860849d9 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x86100350 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8615cbb4 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x861bffe0 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL vmlinux 0x862b9816 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x86510b97 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x866d9196 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x86866879 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868a07a2 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x86a1467f gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x86b2d5c5 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x86d74f0e ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x86e317a3 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x86e85892 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x86f09545 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x86ffbf0b hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87434232 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x8758bb01 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL vmlinux 0x877317ca inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8784f442 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x878d4522 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x879ae30d uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x880c18fa ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x88197bc4 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x885c520e rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x886039cd regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x886eb94f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x88718968 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8899fef8 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x889f2214 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88ad6282 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88c77609 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x88f6b28e arm_iommu_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x88fd4142 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x8907ce9a pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x890beca4 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x89174414 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8918ba99 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x89218d75 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892665d4 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x8948924b devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x895eee09 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x8964e61e thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x89b59072 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x89ba5054 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c915e3 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x89d461e4 mtd_add_partition +EXPORT_SYMBOL_GPL vmlinux 0x89eb9cdd class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x8a0f9d54 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x8a2b9a4a ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x8a32188f lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x8a6548b9 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x8a8874d2 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8aa3d459 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x8aacc917 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x8ab45984 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8abe40ea sdhci_pltfm_free +EXPORT_SYMBOL_GPL vmlinux 0x8ac7e956 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x8afccf10 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x8b179110 mtd_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8b1ede47 usbnet_get_msglevel +EXPORT_SYMBOL_GPL vmlinux 0x8b376404 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x8b75be43 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x8b775d3a __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x8baae829 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x8bca3729 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x8bdb95b9 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x8beb2182 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8bed4cf2 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x8bffd841 __get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c5c3b1f ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x8c606196 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c6b9f3f of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x8c73eab2 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8c8b7ea0 snd_soc_unregister_component +EXPORT_SYMBOL_GPL vmlinux 0x8cdf5c84 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x8cf6e074 usbnet_skb_return +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2370e0 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x8d2dd6a5 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x8d3eb5d9 of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x8d49593b pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x8d53aa30 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x8d6318bc wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x8d667bb6 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x8d6b604e __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8d82fcd3 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x8d8921b7 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL vmlinux 0x8da17b42 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x8dbe6e0b omap_mcbsp_st_add_controls +EXPORT_SYMBOL_GPL vmlinux 0x8dbec0bb ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x8dc321bc irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x8dc8971e irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x8dccf7e1 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8e08e30c tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x8e097287 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x8e0ccb39 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x8e102782 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x8e102d1d snd_soc_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x8e2b25c2 videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x8e35b07f simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x8e53ca8f crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8e746394 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x8e7894bd __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8e9b8b55 xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x8e9ba0da fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8ed34b5b pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8ed6be2a dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x8ed95b71 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x8effcabb relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x8effebd3 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8f0327e4 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f306438 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x8f43b094 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x8f4e873a regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x8f6b0a6a ping_close +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8fa3ee86 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x8fcbc904 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x8fd64ad7 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x8fd8295f invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x8fdc79c2 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x8fdd4c79 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x8fe22787 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x8fe5ea63 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x8ffbc808 sdhci_set_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x900063dd __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x902f3403 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x9040384b usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x90403921 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x90553e94 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x905b90e7 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x90660e88 skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x90a026b9 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90a47125 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x90bbbd4c usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x90e6053a ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x90e66d47 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x91193224 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9129ecbd cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x9148eb68 mtd_erase +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cf6c57 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x91d15d9e tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x91fb28ff gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x9232538a snd_soc_platform_read +EXPORT_SYMBOL_GPL vmlinux 0x9248c9d6 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x926d6160 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x927acb22 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL vmlinux 0x927d1f43 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x92af9b69 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92eff2f1 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x92f3c8a9 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x934eed22 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x935ea089 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x9369afeb of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x93721d03 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x93a33286 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x94102952 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x94199230 snd_soc_cnew +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x943f67e4 omap_dm_timer_write_status +EXPORT_SYMBOL_GPL vmlinux 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL vmlinux 0x946f3714 mtd_del_partition +EXPORT_SYMBOL_GPL vmlinux 0x9490f239 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL vmlinux 0x949334db cpdma_ctlr_start +EXPORT_SYMBOL_GPL vmlinux 0x94a32e16 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94b3096a devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x94b6e127 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x94e1823c hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x94e6c438 omap_dm_timer_request +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x950713ea of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0x951a53e0 __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9526095f phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x9547511e iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x954e4328 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x9550f064 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x955a88ee ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x9586a6ed cpdma_chan_get_stats +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c578a0 ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x95c86de9 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x95e08220 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x9605acce dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9634bb6c clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x96546f04 omapdss_of_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9687a2bd pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x968b1f87 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x96994f12 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x969a21c5 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x96a3144c register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x96d3fccf need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x96da8297 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x96f787c1 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x96fea0b8 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x970a0368 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x976e527f sm501_modify_reg +EXPORT_SYMBOL_GPL vmlinux 0x976ff7b0 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0x97704c40 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x97a3ec56 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x97abda25 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e002de cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x97e72bf5 amba_ahb_device_add +EXPORT_SYMBOL_GPL vmlinux 0x9803c7ea regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x980da554 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985d5be6 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x9869333e unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987d3ef3 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x988aac1e mtd_block_markbad +EXPORT_SYMBOL_GPL vmlinux 0x98c9f584 klist_init +EXPORT_SYMBOL_GPL vmlinux 0x98e2397f irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x98e637bd of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x98e9ad60 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x9910cbe6 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x99492027 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x9984ee20 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x9991e91f unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9997ef63 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x99988cc4 tegra_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0x99ca1c7c pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a41a5b2 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x9a45507e subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x9a4b2c4f inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a94460b spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x9a9be26a snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac74aa9 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ad76579 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x9ad96d44 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x9ae429a3 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af60753 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9af7b6ff tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x9af94356 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x9b2d27bf __cci_control_port_by_device +EXPORT_SYMBOL_GPL vmlinux 0x9b2f29e9 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x9b30f199 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x9b4487a5 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x9b620da1 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x9b7c0eda usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x9b85ac75 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x9bd6d3a3 find_module +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf89d45 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x9c05a48c sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x9c06ac4b swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x9c0a02a1 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x9c1b90f2 omapdss_of_find_source_for_first_ep +EXPORT_SYMBOL_GPL vmlinux 0x9c24b70d smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x9c2a46d4 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x9c3e5b59 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9c7036b5 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x9c9d8edd virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x9ca4e9e5 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ccf92ac ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x9cdc9867 cpdma_ctlr_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdd68e4 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x9d030b92 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x9d0c15a4 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d1b8a4f blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x9d49a941 skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x9d700459 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x9d74e9e7 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x9d7c651e thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d7ebb97 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9d87c790 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x9d8e7c76 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9dbb28b3 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x9de364ff fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e025440 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x9e165c2f crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e67400d fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x9ea556f8 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9eb5bc6b blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed5f5e4 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x9ee35284 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ef853f1 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL vmlinux 0x9f4ac577 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9f83ab45 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x9f9024c0 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x9f933ac2 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x9f9fe786 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x9fa8ef3d devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x9fc50884 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ffbf833 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x9ffe54b8 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xa0085d53 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xa00968f8 __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xa01567e3 rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0xa02452a3 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xa033df40 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xa069128d rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0xa0a41d7f led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xa0aa0446 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xa0c3bbd7 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xa0cbe12f pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xa0cdbbfc crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xa0f30fb7 pm_genpd_dev_need_restore +EXPORT_SYMBOL_GPL vmlinux 0xa111c8a7 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa1139512 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xa123c304 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa13533cf ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xa1426ac0 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xa14452c3 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa14d82c6 of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0xa156fb50 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xa170f050 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xa1734187 sdhci_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0xa188de39 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xa1bed040 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xa1ced6f6 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xa1d4e792 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0xa1f474bc usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xa2056628 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL vmlinux 0xa20ed2b1 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xa225dc3e shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xa265a72d devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa26e17a7 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xa27923f6 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL vmlinux 0xa29918f7 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xa29ee366 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xa2a6c586 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xa2aaf831 input_class +EXPORT_SYMBOL_GPL vmlinux 0xa2b9c993 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2ccebb7 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa39b2881 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a41eb8 blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xa3aee43b ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xa3b67508 omap_pcm_platform_register +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3e46483 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3fa63fb ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa3ff5a02 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xa4015566 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xa4234808 mtd_write +EXPORT_SYMBOL_GPL vmlinux 0xa4637640 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xa46a9115 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0xa46d35b2 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4959014 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xa49cb936 ref_module +EXPORT_SYMBOL_GPL vmlinux 0xa4cc85a8 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xa4eafcf1 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0xa525030a extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0xa528e614 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xa52fea21 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xa53d6127 of_display_timings_exist +EXPORT_SYMBOL_GPL vmlinux 0xa5449d2d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa5554e4b serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0xa56b54fe usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa58a7fc0 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xa5a96717 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xa5b2c0f7 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0xa5b52803 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL vmlinux 0xa5d041a2 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f7608f unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xa5f8854a usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xa6185b29 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa625cf95 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xa64dbb32 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0xa66706cc proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xa6784e6d mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xa6911e49 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6cb71ff vtime_common_account_irq_enter +EXPORT_SYMBOL_GPL vmlinux 0xa6d733c2 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6ea8ac4 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xa701a111 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa72eb7b7 clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xa74e4fe2 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa7623f51 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa7675892 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xa79b6e74 snd_compress_new +EXPORT_SYMBOL_GPL vmlinux 0xa7aefb6f disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xa7baefaf ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xa7cb47ec ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xa7e8c261 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xa7fdc51d syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa809a1f4 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xa84113dd get_mtd_device_nm +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8532208 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0xa8553b18 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xa8607b42 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xa878a3da register_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0xa896d2f7 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xa8b1d545 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xa8bc717e percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0xa8e98132 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0xa90598f6 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xa90b4998 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xa90e726f __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xa91a9f8e register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xa91d05eb snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0xa92e1cd0 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0xa9626ca3 of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xa96a74ee cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xa97079f9 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xa970ecbb pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xa97a3887 vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa9864100 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xa995b3c6 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xa99d959d devres_find +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9ad7810 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL vmlinux 0xa9c00c9b subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xa9d9874c ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9eee1a4 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xa9f2853c ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xaa128196 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xaa1866aa dapm_regulator_event +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa3024fa of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0xaa310deb of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xaa419ee8 of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0xaa44acff omap_tll_disable +EXPORT_SYMBOL_GPL vmlinux 0xaa45009b usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xaa4a4875 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xaa52acc8 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xaa55afb4 sdhci_get_of_property +EXPORT_SYMBOL_GPL vmlinux 0xaa7ca7df ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0xaa7e136a regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xaaa2b999 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab45034 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xaabadc9c inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xaabb845c gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xaabf0a1b register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xaaee034b devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xab22442f rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xab2ccef3 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab5c92dc sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab810300 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL vmlinux 0xab941eb1 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xab945a16 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xab9f52be snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL vmlinux 0xaba6f292 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xaba7c0c0 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xabd1326d snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0xabd42f69 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xabd734bf pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL vmlinux 0xac36f58a thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xac6acb1b regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xac73ab57 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xac7cd995 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xac7d67e6 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xaca2f997 get_device +EXPORT_SYMBOL_GPL vmlinux 0xacacfcba get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0xacc19391 device_add +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xad074d2f securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xad249f85 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xad2f34b3 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0xad3c4622 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0xad3f6f1f unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xad5fcabb usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xad7327d9 napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xad7786a1 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xad7da554 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xad81236c pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xad8f0aea pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xad973e88 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xadc02b86 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xaddb40d2 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xaddbd7e5 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xadecc005 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae10b640 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL vmlinux 0xae2c5f88 arm_iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xae2d0d06 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xae381c1d serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae8aa931 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xae8c0cac extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xae9e311e eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xae9f9d59 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xaebbaa0c get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xaec9ee8f bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0xaed92649 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xaef28411 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xaf04c1cc omap_dm_timer_request_by_node +EXPORT_SYMBOL_GPL vmlinux 0xaf2c770a ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf891603 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xaf8f00b1 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xafa1bbca get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xafad9f57 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xafde2382 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xaff31483 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xaff5620f da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xb001aef5 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0xb01f85ad scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xb0277034 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xb02850c6 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xb0388abb regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xb04687d2 pm_genpd_syscore_switch +EXPORT_SYMBOL_GPL vmlinux 0xb04b4a7a platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xb050f329 init_rs +EXPORT_SYMBOL_GPL vmlinux 0xb057c837 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb072c5ac __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xb07bffef devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xb085d882 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL vmlinux 0xb08f76e8 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xb091d990 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xb092e9d5 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb0b22a04 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0bfd7d2 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb0d07a9b dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xb0d12212 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xb0da615a snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0xb0de100c blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb10405dd zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xb11ee9dc omap_dm_timer_set_source +EXPORT_SYMBOL_GPL vmlinux 0xb125ceb2 cpdma_control_set +EXPORT_SYMBOL_GPL vmlinux 0xb139c606 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb185110f device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb19cfb02 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xb1ab2cea scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1b38a11 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1c24aba ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xb1d1627b usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1ed8407 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xb20eb159 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xb2149d65 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2282dbc tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xb22a875d pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0xb22cd956 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xb246bf09 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xb256ccc4 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xb25bffae ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xb2690939 soc_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0xb27fa92a driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb2861262 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xb2a3c14e filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xb2c485a4 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0xb2e1f94b pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2eb1da9 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0xb2ef4331 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xb30fc9b5 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xb31cf61c ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xb3269196 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xb3326212 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL vmlinux 0xb36df1a5 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xb38079f1 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xb391baa2 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL vmlinux 0xb3b1b4cb snd_soc_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0xb3c8c71a sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xb3d5918f blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xb3f2038b lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xb3f62b5f pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xb3fab779 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xb4298ef4 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xb438bd5c of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xb438d25c dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xb45281c0 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xb45b2bff usbnet_probe +EXPORT_SYMBOL_GPL vmlinux 0xb472e45a ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xb47c9c71 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0xb48b6fa4 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL vmlinux 0xb49c68b7 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xb4b44b3f srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xb4b5f1fe usbnet_resume +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4ba3269 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xb4bbe1f1 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xb4ca6ba7 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xb4cf0322 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb4d994c8 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xb4e5fc05 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb527d5b4 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb5342c4b class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb56e5302 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xb571568f da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xb573a4fc page_endio +EXPORT_SYMBOL_GPL vmlinux 0xb5741965 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5ab97d6 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5ed1ac2 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xb5efd4f9 thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5f86edf ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb63e3c70 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xb6701eb6 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb684d053 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb7009fdc spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xb712cd44 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb719ba55 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xb72995e4 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xb73bc197 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xb7485576 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xb771e6b7 bL_switch_request_cb +EXPORT_SYMBOL_GPL vmlinux 0xb77cb0a8 cpdma_chan_submit +EXPORT_SYMBOL_GPL vmlinux 0xb789bd2a ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xb79c4778 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xb7a01ae5 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xb7a28ee5 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xb7a6774b tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xb7acd701 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xb7b0ab49 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb7ca925a regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xb7f547ae mtd_erase_callback +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb7fc6aaf devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xb8154c97 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xb82566eb omap_tll_enable +EXPORT_SYMBOL_GPL vmlinux 0xb8346aeb percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb857622a led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xb86013a2 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xb871f605 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xb87e2f2e devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0xb8a371ab da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xb8be6a50 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xb8c4d3b7 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xb8c9532a md_stop +EXPORT_SYMBOL_GPL vmlinux 0xb8d053e6 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xb8e33b1a arm_iommu_release_mapping +EXPORT_SYMBOL_GPL vmlinux 0xb8e7c81b __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb936da78 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xb9521c4c bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb95f09ea da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xb96f3bc5 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xb972a0cc usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9e48a55 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0xb9e87b94 bL_switcher_trace_trigger +EXPORT_SYMBOL_GPL vmlinux 0xb9fe5208 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba4341ae regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xba4de53c extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xba68a6ca regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xba6e8c0f iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0xba705f89 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xba830d61 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xba919947 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0xbacc7dab adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xbae9f3de wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xbaee4625 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xbb01ede5 imx_pcm_fiq_init +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb11cfba klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xbb18c8d6 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xbb21a3c2 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xbb2a75dc tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xbb3c254a samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL vmlinux 0xbb602577 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0xbb759d1f ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xbbba6721 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL vmlinux 0xbbbccc16 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xbbc28f42 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xbbcba754 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xbbcc3dd3 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xbbcd57af __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbfd7f67 musb_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xbc1d15b1 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xbc52b84e crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xbc5967c1 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xbc5de3ed ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xbc78858e regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xbc88efc3 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0xbc8c0224 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcbaa80a __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce77f86 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xbce852a8 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xbceff24e irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xbcf89ab6 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xbd10d966 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xbd1adf01 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbd1b8be9 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xbd3d9efd napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0xbd46d46f usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xbd4c7d8b pci_ioremap_io +EXPORT_SYMBOL_GPL vmlinux 0xbd4f0031 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd7113f1 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xbd71f72c crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xbd73a503 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xbd7c92b5 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xbd9e72f4 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xbdab9230 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL vmlinux 0xbdcd3c34 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdde2f82 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xbde5d6b5 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xbdf512de free_bch +EXPORT_SYMBOL_GPL vmlinux 0xbe06f5b5 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0xbe1290dd cci_ace_get_port +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe2e2741 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xbe325930 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xbe7d7ed8 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeaa31c3 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xbeaeedde ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf1b8335 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL vmlinux 0xbf46da65 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xbfa66fc1 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xbfb171ca system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0xbfbb5e6f usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbcddf8 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbfbfd809 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0xbfef9c45 omap_dm_timer_set_prescaler +EXPORT_SYMBOL_GPL vmlinux 0xbffab712 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc017a74a dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xc01f56d9 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xc03a654b memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0xc03b5426 of_fixed_factor_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xc04ded0f crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0xc050ba28 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xc06b72c0 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc07e0791 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0xc081c246 bL_switcher_put_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0a11ab4 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0xc0a60e2e ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0bff35e usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xc0cae238 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0e4b92c hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc1104460 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc11d0dcf extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0xc134088b single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xc16f1495 usbnet_status_start +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc1caf5bd snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL vmlinux 0xc1ee720f __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xc1f607f3 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xc1f8056a tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xc213df8f pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc234a8e7 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xc2469155 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xc254b01c raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0xc26ba0dd balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2bfb0a4 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xc2c6f87e regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xc2e81f62 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xc305816a ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc307bfcc clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xc30b3a36 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0xc310decd usb_gadget_unmap_request +EXPORT_SYMBOL_GPL vmlinux 0xc327fe65 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xc32bb36f tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xc33c9324 snd_soc_get_strobe +EXPORT_SYMBOL_GPL vmlinux 0xc33fb33e ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3471c4a fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc358b75b usbnet_set_settings +EXPORT_SYMBOL_GPL vmlinux 0xc3695b19 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc37ae78a rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc385cb58 perf_num_counters +EXPORT_SYMBOL_GPL vmlinux 0xc38f2c4a vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0xc391f9a6 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc39dab0c perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xc3b391b8 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL vmlinux 0xc3b93bba klist_next +EXPORT_SYMBOL_GPL vmlinux 0xc3cac039 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3eda33f pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xc3f1097d ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc41e0178 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xc4257042 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42a953a snd_soc_unregister_card +EXPORT_SYMBOL_GPL vmlinux 0xc42b1051 i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0xc45385df dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46986c2 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4d87509 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xc4ea7c97 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xc4f1e63f sdhci_pltfm_register +EXPORT_SYMBOL_GPL vmlinux 0xc518fb48 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xc5418460 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xc57347be omapdss_of_get_first_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc57825cb devm_snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0xc585ffa2 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xc59965e8 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xc59ae1c3 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc5d37180 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc5d5513e cpdma_chan_process +EXPORT_SYMBOL_GPL vmlinux 0xc5dbbf48 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xc5f35f40 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xc5fd8864 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc61aee4b usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xc626308a driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc649229a clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xc64cdf67 __class_create +EXPORT_SYMBOL_GPL vmlinux 0xc64fd62c usb_gadget_map_request +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc6609296 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6777381 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xc6795776 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0xc685c037 cpdma_check_free_tx_desc +EXPORT_SYMBOL_GPL vmlinux 0xc688e1be ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xc68aa090 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xc68f0563 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xc69120a1 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0xc699208e ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xc69b2120 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6f06136 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xc6f8a792 usbnet_get_link +EXPORT_SYMBOL_GPL vmlinux 0xc7104d3b iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xc72bd0da __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xc72c4fe2 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc765eccd dapm_clock_event +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c3796d regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7cc3432 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xc7cffa67 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7fc723d rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL vmlinux 0xc83b0d22 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xc86145a9 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc8917cc3 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xc8a1f09f bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xc8a9c291 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8ae2f87 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xc8ae8ba4 of_css +EXPORT_SYMBOL_GPL vmlinux 0xc8c2fddf da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xc8d31279 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xc8d5ea68 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8e19221 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9291335 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc9419bd1 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xc945fd2a sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca0397de pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0xca064d4e dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xca0fbec2 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xca37653a snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL vmlinux 0xca50455a task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca84a99e arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0xca8d7660 mount_mtd +EXPORT_SYMBOL_GPL vmlinux 0xca8f36ff n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xca94248f regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcad2e933 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xcaecf375 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xcb10cffd anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb30a669 mtd_lock +EXPORT_SYMBOL_GPL vmlinux 0xcb34df8e usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xcb35b083 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb494824 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcb702457 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xcb74cdbc snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL vmlinux 0xcb8d263a inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xcb923ee3 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xcb96b76d vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xcbbaf331 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xcbd9fee9 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xcbe1a030 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc1717ce ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xcc1e080d led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc2a69d9 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0xcc78beb2 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcc9370cf platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc987207 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xccb8b5e4 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xccbfe1a2 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xccc83d6f palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0xccce72cd pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd3750b hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xccd7a43e regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xcceeddd0 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xccf80b64 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xccf8f9e2 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xccf98a87 snd_soc_cache_sync +EXPORT_SYMBOL_GPL vmlinux 0xccfbf370 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xccfc8bf2 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xcd02e93d spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xcd114d99 usbnet_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcd132493 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xcd4e923c snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL vmlinux 0xcd61a4d5 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL vmlinux 0xcd73c45f fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcda6b2e8 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd0308b virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce3738bc regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce47bf3a ahci_shost_attrs +EXPORT_SYMBOL_GPL vmlinux 0xce4c2ac2 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xce522aa9 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce7166fe rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xce8cb857 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xceef4c6f dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0xcef3f804 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf7a75fe regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xcf81f3f8 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xcf8e68e4 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xcf9eeaf7 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfc7e8d1 device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0xcfd4ee69 mtd_device_parse_register +EXPORT_SYMBOL_GPL vmlinux 0xcfd81ddf wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xcfdab2c2 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xcfdd13d1 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xcfece3c3 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd000a317 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xd023bbed pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd04c48b0 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xd05f82b2 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd065ddde arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd06ff81f ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0xd07b689a ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xd08772be debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xd0a41df2 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd0b3a982 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xd0b8d4d3 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0d371ad regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd0e1a150 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xd0e90fc9 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xd1456fec mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0xd146de94 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xd1499e58 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd14f4341 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL vmlinux 0xd1605465 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd1690d09 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xd1822f0b cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd1acd211 omap_dm_timer_get_fclk +EXPORT_SYMBOL_GPL vmlinux 0xd1c509d1 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xd1cad373 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xd1d2fb49 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xd1e36304 sm501_set_clock +EXPORT_SYMBOL_GPL vmlinux 0xd1f0a011 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xd20843af dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd215729e __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0xd21635c0 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd2257a68 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xd2585715 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2b35989 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0xd2c244f3 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xd2cc7bce ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xd2d0a8af ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xd2e20ce9 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xd2fb1586 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xd302397a tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0xd308350a bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0xd327334a thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd3413e4c phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xd3470837 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xd36f7bcd xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xd3a9f21b rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0xd3b06cfa ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xd3e8e001 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd40dd2a5 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0xd4129a50 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xd4144128 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd4205e6e class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44c2f38 cci_disable_port_by_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd45eb980 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd48494ef omap_iommu_restore_ctx +EXPORT_SYMBOL_GPL vmlinux 0xd4859ab2 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd4903406 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xd49f61de vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cfb696 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0xd4e0f619 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xd503e3a0 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xd5060de0 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xd5259cf7 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0xd534c0e1 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xd53da4e3 omap_dm_timers_active +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5837896 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0xd595eb1e spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd5a8e733 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5c9eaf1 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL vmlinux 0xd5df58d5 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xd600a7fc ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xd61f012f mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd6373d6f crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xd63854c1 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0xd644fa9e ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xd668ff12 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xd67127e0 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6a12a9f pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0xd6a2374c task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xd6a6ed6f regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xd6af2b02 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xd6dd1d7e i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xd6e66b9f wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd6ffb24b crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd717d149 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xd7338559 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xd73bd599 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xd766150b ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd788742d perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0xd7a1ea5c devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xd7c09ab9 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7dbf1b1 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xd7f73113 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xd8037e3e usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xd812d498 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xd815a78c ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd81ffcd3 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8355bfa ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd84b215d dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87bf14e ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8a13f41 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xd9176f9c subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xd92000af fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd94aa457 display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0xd94cb82d driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xd9577c66 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9761e91 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xd97d8852 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0xd98be576 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xd9c0d4fb mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda1404a6 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xda19869e pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xda1c4b76 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xda20cf84 skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xda399b14 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda8161b9 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xda8c7525 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xdab19362 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xdab84919 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xdae02c14 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xdae715e0 videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xdaeb8a77 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb023276 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xdb2f3874 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb34acf7 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xdb59ba0d nl_table +EXPORT_SYMBOL_GPL vmlinux 0xdb7e6af6 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba50802 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xdbabbe94 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0xdbe95ee9 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc1ae253 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xdc214131 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xdc21f6aa __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xdc2243f7 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xdc4144e8 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xdc461430 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc8cb701 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca1317a spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0xdcae7fab snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL vmlinux 0xdcc78737 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0xdcf8e0b3 snd_soc_bytes_get +EXPORT_SYMBOL_GPL vmlinux 0xdd0f8330 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd1066ec fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd3fd0b5 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xdd63a2fe led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xdd6e89aa usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xdd6f4df2 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xdd786b50 rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0xdd7fe6a9 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd84c329 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xddb74883 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xddbd2772 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddccd893 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddd9c048 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xddefbf42 usbnet_pause_rx +EXPORT_SYMBOL_GPL vmlinux 0xde0246dc get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xde0b3102 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xde1683c2 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xde298422 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xde2a200b devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xde2c5a6e alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0xde3c73d6 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xde49e77a ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xde58235f sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xde6ae2e3 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xde70f135 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xdea816c6 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xdea9da83 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xded375ce relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xded5e1c5 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0xdeeef93d ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf2b2fda cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xdf4734de ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xdf552918 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xdf56d816 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xdf682231 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xdf81d16c tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xdf87bbf5 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xdf88346a sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xdf88605b ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xdf9a5d97 ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xdfb7f3a5 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe014890c da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe017ff6e dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe06e4157 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe07bc210 snd_soc_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xe07ca631 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xe07f3bb4 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL vmlinux 0xe0f6f7e6 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xe11669d3 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe1232098 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0xe13cf923 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xe16591ab stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xe1700816 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe18baba8 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xe18ca6eb wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe191cb6d crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe193f9eb omap_dm_timer_stop +EXPORT_SYMBOL_GPL vmlinux 0xe1a320d6 mtd_read +EXPORT_SYMBOL_GPL vmlinux 0xe1c5b07e pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xe20248c1 irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xe202c457 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe2163083 tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xe2212fca snd_soc_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xe258ce87 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe26825df list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xe27bd42a tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0xe29e2021 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xe2b16c03 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xe2b3681b platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xe2bcc6b4 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe333c88c vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xe33bc241 unregister_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0xe340add7 iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0xe3411dd0 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xe3415f4b ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3591e88 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xe36e39bf pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xe374bdcb devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe385fe2c wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3972745 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xe3a54036 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xe3a760a0 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xe3bbd8c2 usbnet_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xe42e1f70 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe43bac11 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0xe46aad4f max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xe48aa88a gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe49d469c usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xe49fbb49 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xe4c22565 cpdma_chan_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4d0eb66 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xe4f43a65 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xe4f7000f posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xe50f1c70 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe54261a2 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xe57c2d64 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe591fb06 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0xe5b005bd snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL vmlinux 0xe5b06b36 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xe5cfe8af kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xe5d594f9 sdhci_send_command +EXPORT_SYMBOL_GPL vmlinux 0xe5f9d095 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xe6034c34 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xe6313515 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xe63b8a24 cpdma_ctlr_create +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe68a9bbb trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xe691e327 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xe69e594a ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0xe6ba33bd tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6d3f45d bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6e5f219 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe6eb115d inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xe6faa188 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xe7038321 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xe7294f19 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xe74c7830 snd_ctl_activate_id +EXPORT_SYMBOL_GPL vmlinux 0xe764488a alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe769fe74 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xe7741248 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xe77ae9d3 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe78aeaeb ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xe79f751c dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xe7bb45b0 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe8000898 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe803a295 snd_soc_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xe804d618 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xe806d32b snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe852e156 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xe85a08f9 pin_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe866bf97 snd_soc_limit_volume +EXPORT_SYMBOL_GPL vmlinux 0xe87be49b pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xe8b24d08 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xe8b3ca10 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xe8bcb0bc sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xe8bec875 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe8fceb06 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe946e70d sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xe9547ac5 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe997a768 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xe9a153aa tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0xe9a3be5e wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe9aa4525 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xe9b68a71 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xe9bdca82 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xe9cf62b4 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d4c9af sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0xe9f626d3 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0xea00436b regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xea0f28e8 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xea115028 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1bb291 bL_switcher_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xea3943ca ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xea3f11f5 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea43355b gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea82648b rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xeaa78db7 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xeab0199a __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xead0755c pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xead0df92 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xead344a2 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xeafcba66 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb3ef01d arm_pm_restart +EXPORT_SYMBOL_GPL vmlinux 0xeb466cd5 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xeb4eb5a0 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xeb55e248 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0xeb5a7f0d __netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0xeb60d844 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xeb6337e0 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xeb671f9c omap_dm_timer_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xeb6c2157 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL vmlinux 0xeb8a84ab trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xebaab1ac fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xebc8b252 phy_put +EXPORT_SYMBOL_GPL vmlinux 0xebd516c0 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xebd6d520 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xebf2b28c ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xebf3097c snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec1d7c1c snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec46a2b2 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0xec4b1e1e debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xec6dbb9b ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xec9479f7 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeca8539c device_register +EXPORT_SYMBOL_GPL vmlinux 0xecb1ea21 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0xecd81ac6 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xecd93be4 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xecfd8761 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xed06b916 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xed22e376 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xed2b98cc ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xed6f6c6b inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xed850a5b perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xed90c8c0 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xede498d3 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee30bcb1 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xee30f105 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xee4f3181 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6e8218 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xee713ae3 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xee7b32c3 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee870ccc spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xee8d7539 cpdma_chan_start +EXPORT_SYMBOL_GPL vmlinux 0xee932fb9 get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xeea348d9 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xeeaa2895 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xeec323a9 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xeec8be34 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xeed2ab82 sdhci_pltfm_init +EXPORT_SYMBOL_GPL vmlinux 0xeedd739a usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xeefaf4cb usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xeefebcdf crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0xef02e95c driver_register +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef5a18e3 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xef66075c usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef71e492 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0xef86fc57 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xef88b1e0 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefab3225 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xefd1256a regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xefd31102 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xefe5505e sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xf00d58f7 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf056f8b3 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xf05d2294 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xf0603654 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xf08da927 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xf09be4ab crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xf0b1d93d omap_dm_timer_request_by_cap +EXPORT_SYMBOL_GPL vmlinux 0xf0c68c26 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xf0d783b8 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xf0d98b2c dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xf0ddb128 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf0fba2be regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xf0fe93a3 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xf108d525 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xf12a2fe8 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xf12caf22 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0xf163161a ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf18f8235 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xf195d9b8 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b6cabb usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xf1fcf793 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xf215ecc0 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf25d68a4 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf28a4c43 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xf2d30aff cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xf2d3b988 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2f5c2ba bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0xf2fc7f6e __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf3094c03 bgpio_remove +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf32efaf7 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf335d054 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xf33e48d0 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xf345d818 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xf35fd902 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0xf36bbd58 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xf36e06c5 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xf37720c5 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3bc8dfc snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL vmlinux 0xf3c6ce0d snd_soc_resume +EXPORT_SYMBOL_GPL vmlinux 0xf40cc5bb kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xf432562a exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xf4375ac0 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xf4567c39 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf467ec23 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xf47adbaf samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4b1c01d phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf4c58b55 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xf4e8f652 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf501533f ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xf51d454f snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54e03aa spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5642f8a snd_soc_register_codec +EXPORT_SYMBOL_GPL vmlinux 0xf57e4085 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xf57ecb20 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xf57f4209 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bca0cc regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf5e97164 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf62fffcd regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf6348805 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0xf634b070 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xf650d400 sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0xf67659f5 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0xf697488d usbnet_get_drvinfo +EXPORT_SYMBOL_GPL vmlinux 0xf6bb1161 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xf6cf4b4f usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f108ec sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0xf7145273 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xf73d93de inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xf74235ba devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xf74af9d9 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xf76b0a59 read_current_timer +EXPORT_SYMBOL_GPL vmlinux 0xf7918f6c ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xf7b1d3cc snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL vmlinux 0xf7c9e1c3 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xf7ed2582 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xf8067a29 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf838dcef modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xf846506f irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf84c57b7 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf89f4e17 register_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0xf8c07753 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf8cf8214 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8e73118 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf92fb444 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf932316c cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf93af156 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xf95515bb gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xf9556fbb adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xf958342b blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xf95e7668 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xf9608cda tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xf962548a pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0xf9765508 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf99bf631 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9b22768 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xf9b4cfd7 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9cbafeb mtd_is_locked +EXPORT_SYMBOL_GPL vmlinux 0xf9e2aac2 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xf9e45dc0 of_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xf9f4fa4f bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xf9fb98c0 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa01098b devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa28b9ad del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0xfa8fcdc8 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xfac9830e i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xfad36eb3 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0xfb2b5a43 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb32e324 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xfb571afc blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0xfb57d723 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xfb5ac49e snd_soc_bytes_info +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb94f014 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xfbb9efe5 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbe78498 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xfbe9a758 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc15c84f crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xfc182aec regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfc1e9966 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0xfc2661b6 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xfc36acf5 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0xfc5df6be gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xfc806d49 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xfc8574bd pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfcb4da8d cpsw_phy_sel +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcdb4034 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0xfce64909 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xfd0d238e arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0xfd2d90ec ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0xfd41c7ce btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xfd45d27a fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xfd59dab1 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xfd7e9bf5 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xfd8d40e9 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xfd9c8e88 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xfdbacee6 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xfdee8046 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xfe4fdd08 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xfe599bd0 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0xfe6c9c4f perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfea67e78 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xfebb18e0 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0xfec34da9 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0d016c pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xff0e57ec ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xff116319 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff5cda7c wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xff822f0b tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xff86f13e regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xff8af040 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xffa598e4 list_lru_add --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/armhf/generic-lpae +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/armhf/generic-lpae @@ -0,0 +1,17297 @@ +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0x276b2f72 private_AES_set_encrypt_key +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0x6c62e582 AES_decrypt +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0xc30fcbed AES_encrypt +EXPORT_SYMBOL arch/arm/crypto/aes-arm 0xcf024ae9 private_AES_set_decrypt_key +EXPORT_SYMBOL arch/arm/lib/xor-neon 0x0f051164 xor_block_neon_inner +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0x7aa79dda suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x24cedc6b 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 0x00e5dfc4 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x0103fbdc pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x04fe4ee8 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x1c20b8c7 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x2e2ddb5a pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x588db88b pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x5c8f1b50 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x67d6d250 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x96ec50cf pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xb3e93412 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xf4275beb paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0xfb189043 paride_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4d09043c ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd181cb56 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6a96bb5 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe9729446 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xedfd5d81 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x0289b68b dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x20c08a6b dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x235c8208 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x4c9d4070 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x94555f19 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xec0424ec dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/pl330 0x326db1c6 pl330_filter +EXPORT_SYMBOL drivers/edac/edac_core 0x6282f9ec edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04dd92ce fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bd51442 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x13986a71 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1d334727 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1efc7b1e fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x300b3f9b fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x47a12a6d fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d5d4eca fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6ef9f8b7 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7065a878 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x71265655 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7254fb2c fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x72a30f5b fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x78818a37 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e431b14 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8a2a93d1 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9167d3c3 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9a082f91 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa0f0b01b fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa2021db5 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa7aee88b fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xabae2a2e fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaee4169f fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb277d7b6 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb4e9b16d fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb6dad816 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb7302516 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd4b3218c fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdd28aec0 fw_core_add_address_handler +EXPORT_SYMBOL drivers/fmc/fmc 0x3c696e00 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x40e54120 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x53af1e96 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0x71b1fa47 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x759c604e fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xb3e1394e fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0xc397dd3a fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xd374e6ea fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xda73513c fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0xf0b0273b fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xf0e97cde fmc_show_sdb_tree +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0xabe74db2 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03b1842e drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x040c23d6 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04151613 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04a076cd drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06641e31 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07583a4e drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08be41b4 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09cc94c6 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a8f1f29 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c967141 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7f75d0 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e81fcd7 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ec527fc drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +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 0x10cd8266 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1225d761 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12560495 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13cdaadb drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1677edd6 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17b55d14 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18289a16 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a251d2d drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a3a5474 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b04cce9 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1baf6c25 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c8ae0af drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e9d4734 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f7b2497 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x202b35f5 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x207cc8a1 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20ed41cb drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x217b2e1a drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x239c85ff drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29a5a62c drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c6f96ca drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cd6fce1 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e23195d drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fbe894c drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x301101c1 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3309c3a4 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33317d27 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x376226ac drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39c28e54 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a2adf34 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ace8f3f drm_panel_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e012504 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f74c4df drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x435dd266 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x439ce2ff drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4aaf3f8f drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b50fd85 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7fa589 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ccc14e3 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e34708a drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e4b1fa4 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e8f8377 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5169864f drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52dd6dac drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52eadcfb drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53775f35 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x571765d1 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57511187 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5886d460 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b2314ab drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c12be66 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e0fa159 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f5de1a6 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f956b84 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61a600b4 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x625bc562 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63bf13e0 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x680960d1 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x687abdfd drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x692b5c7b drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a186ded drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a6f989b drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b470dcb drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c4a5b73 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ca59805 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e2f20d3 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e8db0e5 drm_panel_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e96207a drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7129a54c drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71de2848 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7378394e drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x757e008c drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78c47432 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79b11451 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a8ecccc drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ac6c7e7 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7afda3e5 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81256e22 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x830e02a4 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84e98178 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8522680b drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85e78e17 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89f56b2e drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bb0e057 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de05185 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e143e60 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e6a2731 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f60f9c3 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9189ff88 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x927ed459 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92c60d9b drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92de7a07 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x949bc362 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x955aae77 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95d0309e drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95fcdccd drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x968a0c82 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97244068 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98507608 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99fce7cc drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a245542 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a5e8053 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b399ef4 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b5a2725 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9bb51a2a drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e76ff6a drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9efc26a3 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f04cfbf drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f2acd03 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ff8959f drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa18f3b83 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa29539b0 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3c93041 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa42a095c drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa51f22c9 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa66890c1 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7254c38 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa871535f drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa896c986 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9cafec8 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa1a6e72 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab1de3f5 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabe67ac6 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0xada38521 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xadff052f drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3e0a8ec drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3ecc3e2 drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb528dea1 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6df8c50 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7bb227f drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9877fbc drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9a48d3e drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba25e553 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb46ab3b drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcff3004 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdc2419a drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe01ba37 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe515cf3 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3a343f7 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5776ac5 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5b9726f drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5ba039a drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc811f430 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc90c7e3a drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcba2efee drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc76db1b drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd05caa1 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd172a7b2 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd195d70e drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2b2d778 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2b881a3 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2e0ba58 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3be5185 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd70772fc drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7d22061 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdabf7bd7 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb5a5852 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbff467b drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddff09b9 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0a441ba drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe35b20ab drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe37f6bea drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4011bb2 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5bc1cad drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe62cde18 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe69d8ade drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7f087d9 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a1e35b drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea0fa088 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb839d85 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebf18568 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedfe90b9 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf25f2f6a drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3aade5a drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf45430d2 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf73697c6 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9bbabfb drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9be1ca4 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa650031 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa8da33a drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfac51316 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb12b9e0 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdbd9277 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdbfade3 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffdaff44 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04513602 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0687e143 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x083a7d88 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x083d25de drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x125de075 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1449029a drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x245d0ed2 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x271e1abd drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d7f122b drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3308619d drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ea4754a drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ee06024 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4150012a drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x463eb4b8 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ba650be drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5135f3a3 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52b94a62 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x56ed3758 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a0d6408 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5cd0bc88 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x697e0f3f drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6bd62602 drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70d8eb15 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7297318c drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f7dfba0 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7fef0c3f drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84ae0ccf drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e131634 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x942d6118 drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x968879e9 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d6b6acc drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafc0537a drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb68b07ed drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc23043d9 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9334533 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf546b91 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0542e99 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd2ee515b drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5efa025 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd822ed49 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd85a5eb4 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1d9f7eb drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe33424ec drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe53c5549 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe73089d5 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe83b05f3 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2e43d82 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa9b24dc drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb877dd9 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfd367462 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x01b76224 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x4bb43b25 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x8bbbf208 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x015db929 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x038bcb2d ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x04543041 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x074b365c ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0da3e1b5 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0e6fa649 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0ebe7ba2 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132b05be ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x136ec7fa ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1b542a35 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x23f6e66e ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x28538a7d ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x30488b95 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x305c25c5 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3396ea0c ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4201023a ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x43ec2ee3 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4517833e ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4628b006 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x47fd2f73 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4a08529d ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cf59609 ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x63575a21 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x64f392df ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b1d568 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c0ec969 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6e5cb2b5 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7127e96b ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7b09f921 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80082906 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x823122a2 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8589758d ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86bb8a6c ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d31af16 ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa830dbfa ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa8c601c1 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xadd3efe3 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xae87b61d ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb3eb8e3f ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb53d2e83 ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb883f65c ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbaa33f90 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbb7004ea ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbc280b59 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbc8a9c22 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbe783bc7 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc26490ff ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc968d68f ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcdc2b8e7 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd342c33e ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd34c2491 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7a58f52 ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8798062 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdd44ee58 ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe0a206ca ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe0becd60 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe70cf5d6 ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xed65736f ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xefc4df0d ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf2b6d43a ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf758de83 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf93146f9 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbbb4ee1 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd7484d3 ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfe8cc064 ttm_vt_unlock +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xd6b87d42 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x5343171c i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xae704f3f i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xccf112ff i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x03c10d41 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x52f22017 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x380f6e22 amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x1634ca60 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x7288bcd5 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x34af19d6 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x8f59c583 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xa6e2a380 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xaf119a28 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc9fbcf3b hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xe8a38a45 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x6e378929 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x8abe9fcb hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xd61b90c2 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x03d481b9 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0dd39dce st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x120e0dba st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1d4c4f09 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1eb65c48 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2415b0c2 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x29cc7f44 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2abc827d st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2ed9b4aa st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x46ba881b st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x53702ef3 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x550f5ae9 st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6afac3ac st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x72f504b9 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x88ce798e st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe63d33ef st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xea6a7f16 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x7ec5a874 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0xa5c3bcfd st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x727672ab st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xa540e89b st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x494d6247 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xd6a58508 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x05141a7f iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x0ca0259f iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x105e562c iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x11833e96 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0x13471124 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x22e9cf10 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x2aa49918 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x2b38e88b iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x324a9809 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x4ebdd843 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x60c812a4 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x645e8711 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x6b1637be iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x75081c91 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x79b6bfd5 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x844804c8 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x84921aab iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x865dafe1 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xc007d598 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xc8402a1d iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xc9c1a5a2 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe4fd5458 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xee545a2c iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x15d2c350 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xe4ce84ee iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x2bdcf1e9 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xb9ecd30a iio_kfifo_free +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x1b3dd4e4 st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xfe921820 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x297c04fe st_press_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xa9ca7541 st_press_common_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x45bbba01 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x5347cc38 rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x7df81f32 rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x990a664f rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1496fbe2 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x22fd8e9c ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x26f50b7d ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5718a1ab cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x70073e2d ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x709b95ef ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x86b7dc06 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8cecaf69 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x98e19508 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa5d731aa ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbf0eb8c8 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc5bb8b41 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xdb985ec6 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe245d8c0 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe6de0f63 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe87e5338 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xea4a5314 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x005163c5 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0498b164 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07304bd7 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0df0e4f0 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e577a20 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10cbb64d ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x116169c5 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11c6df7d ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1457abac ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14d82832 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x169cfb89 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1721c174 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ae20e43 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bc7503c ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bf74739 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cd95718 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x238027cd ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2dd23d50 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3023e10b ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34e3280e ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x358ff4b4 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x394a04a0 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c75f53f ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4fe5be46 ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56979fa3 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5819a45d ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b1e2584 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fd68a9e ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64905e6b ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67d38080 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67f8066f rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68d65ac7 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f974aad ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6fe1c7a3 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ffd86a9 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75ed60e5 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7707bb0c ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78647fca ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7bb9f77c ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c34411b ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fa52591 ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81be6db6 ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x877a0e18 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88b23d51 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b49d8c0 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b86bc8d ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bd9f635 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa23ef515 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa40166f5 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa559928e ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa988144a ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2e4f4e7 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3e9130e ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb521cde6 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb96a472b ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba3984f8 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba997d99 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc68931b ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0885ed1 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc200cd80 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4740e86 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbcc34a3 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd85e75ac ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd95acc05 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9cb9a6d ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdac1f252 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb0ae06e ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd5f3791 ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdeed535b ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1aad4ee ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2295112 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe57d98cc ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5a73bd0 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe681672e ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb0bbddc ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0d42571 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf27443ff ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf60e5c00 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf84e2311 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb298072 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xffbd05e3 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x059dd835 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x1beb047a ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x22eb98c5 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x36398996 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x46a817e5 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x474a05f1 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6dd82f2e ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x8237f2c8 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x8a4d25bd ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xca961edd ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xee0b2155 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xffa73afc ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x1549380f ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x3117d3ee ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x49b7b8e8 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x6bc7e488 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9e7aad54 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xbe9901f5 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xde9e1b2c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xe5c69a9b ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xfe399fc7 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1acdf27f iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2d56b85d iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x358b608c iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x680b4f79 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6eb33e44 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x71bda8b6 iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x75a74ca2 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91f4de5f iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa06b0bed iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xae894300 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcab9cae1 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xdaa35390 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe0a13584 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xefc342a8 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1f9ac3ad rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x24009644 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2fb06755 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3c9fefae rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3df85b8f rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x48757e59 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4dc7b012 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x609b90bd rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6a97143f rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8b5fe22d rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9294c7d7 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9434030d rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaaa6ef07 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb2e6ca06 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb526eeb9 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc7efb50f rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc92f2d50 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd08b5b07 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf1233972 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf32ba525 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf673367d rdma_init_qp_attr +EXPORT_SYMBOL drivers/input/gameport/gameport 0x043e1d29 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x064a46fc __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7338ac18 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x9796ca4d __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa3281a8e gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa67085b7 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xdbb91cfd gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe3af30c4 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf71aafaf gameport_stop_polling +EXPORT_SYMBOL drivers/input/input-polldev 0x3ad71a7a devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x8350bcd9 input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x85326032 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xdbc4e88f input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xf6508f5f input_unregister_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x80f78aee matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x0dde439f ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x15fc9456 ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0xc93848d4 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xd460e106 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 0xaf6f0259 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x14ccd8b4 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x1709c13b sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x449d5cfc sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x4af172bf sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x74da4882 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xddf0518a sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x151bb8a1 ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x6d20e873 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x08da3e71 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x13288f96 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x696346b7 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7b38612b capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9592b41d capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb6781857 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc339909d capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xcd300691 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe5e5ae09 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf3fabce8 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x00c9f909 b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x02186026 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x07e1f911 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3818c5ea b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x566b9d20 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5864423d b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x58e15b93 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5d4afe51 b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x947d36e4 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9a468f9a b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xbb51102d b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xcfb3686c b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xd6a9a53e b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xe08df198 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfe899cf3 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x1b13990a b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x33b22086 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x47fb0a42 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x4f256382 t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x7250532e b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x8c35dc9f b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xc2006a13 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xc59cdbe6 b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xe8cd1a07 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x26d4fd42 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x418eb913 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xcd85764b mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xff8cf130 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x8df14e40 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xa0f93674 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x8e8e4c4a hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x183dd607 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3825a15b isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x9415c863 isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xb73ade54 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xc3bbbeb3 isac_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x404907c5 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x96eed462 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xca2c8848 isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03224876 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x123466ef recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x19ff1d18 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1ec91ce2 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2214f903 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2bc5a5f8 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x358bdcbe mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x36fb2677 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4ad08270 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x55078834 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5c8f6140 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5ceb0496 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x82857932 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa2928562 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xaacead41 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb75e4b96 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb8152d5e queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcbceef1f bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd1d05008 get_next_bframe +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 0xd8ebcab5 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdcaf1f74 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xef66f2fc mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf91ca507 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x0c20dd54 omap_mbox_register +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x33da416d omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x47f5bee0 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x49c590a2 omap_mbox_msg_send +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x4fc23520 omap_mbox_get +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x55d41226 omap_mbox_save_ctx +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xdbc75fe3 omap_mbox_unregister +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xdd57068d omap_mbox_restore_ctx +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xf1e58a60 omap_mbox_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x10dc0d06 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1c1591af closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1d1ae967 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x21c7828c bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0x29cae70e closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x3361c614 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x66d28e22 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6969b5d8 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7b55ca4f bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9e8b3cee bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0xab2d2b84 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xad29a6f5 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaec09a2b bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaf77343c bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc04554f7 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca580595 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd3e9aa5f closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe47e0829 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xf8fd4bac bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-bufio 0xa7978f56 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-log 0x26254cba dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x47f00482 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x4dd4146e dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xcc43cd44 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x0910feff dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x281122bd dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x5bfcd89b dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x63cf93a5 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x760073f1 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x78e0e4b1 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/raid456 0x01951584 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1746bc5f flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x38e9f4e9 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3a166b3b flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5339fed3 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x6f3ac3af flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb3c2fce3 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc5bba8f5 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xce629b6b flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xdd090378 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xef334908 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf0b20394 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf8abccc3 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfa0a1e28 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x03e825ef btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe21cc165 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1390b15e cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7c3924cf cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xb7701efc cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xfde1fa49 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x00995513 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x33d2ccba tveeprom_read +EXPORT_SYMBOL drivers/media/common/tveeprom 0x404e016c tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0738af87 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x084a381e dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x09d558fb dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1e3a326e dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x23d7691f dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x25cb08f0 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x292dd9cf dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2e79f9c8 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x344908d4 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3656cb10 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x396d1c95 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3f2a8d64 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x41820d93 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4adbaf5f dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x629f9d31 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x72180695 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x82d4a7a0 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8633f37b dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8b8d9be5 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9386eba8 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x97298b1d dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9c19040b dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa839a155 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xaf304df4 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc2dc514f dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc48bbabe dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc6c5b6b5 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd363fa6c dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb1a8bd4 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdc094c39 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdc52208f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf48116c6 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf78e6f48 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf7be6ce3 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfa42a60e dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfa772a19 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfee055dd dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x4a8e49a0 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x504810ba af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0xd26b91ea af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x51f9aec2 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x300df53d au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x462b21b4 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4ecf3a95 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5cd56852 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x67e7b361 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x70fcff8d au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x8edc71a0 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe34d90aa au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe917c7c5 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xe4b1ea04 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xe096ffd9 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x3f9b73f3 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x3106a31e cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0xce9f1208 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x91e61b51 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xe21b46c9 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x196d62fc cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x4d96b696 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xdfaca075 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x93f647c5 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x25183622 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x374acf69 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x6c94b568 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xacc62efc dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf315494c dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0c1cbcfb dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2bc05298 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x671099b8 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7bb76a1b dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7f77b7f9 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x81f40812 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8aa7af0f dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9bb38cd6 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9f9ede11 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb1b45268 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc1481975 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcfbcf2e3 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd5a031b7 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdd38028b dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf8a6d6be dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x7d915835 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x132b061e dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x96be1f6b dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x9e3c4ed6 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xcc0d3c52 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xd00a37c8 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xdf3a08ab dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x08d071b9 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x43685c2a dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x4bf196c0 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xb31a6ea5 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x14f50c7e dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x1b0665a3 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x2a026a18 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x36785422 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x429fa916 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6d8b19d5 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8371e2d1 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8e456f35 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x91b622df dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x95f1a248 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9a249794 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9b18217b dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xb161cd8a dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xba5a63d4 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xbd0ee857 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xfdb456b9 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x081607c9 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x106e1282 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x18feb519 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x5a91a37f dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x5c1a579b dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x5dcac58d dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x5df45a4e dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x63cdb4b8 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x68529384 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9f42c350 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9fbd256b dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xaa2991d5 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb9439c66 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd50c5212 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd9aeaa86 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xdceb9f70 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe4733c13 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf2614061 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xff56f5db dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x04ea161f dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0cd276be dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x4b7c6d13 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xa2c13d51 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xf3ebc23e dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x7681eef5 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x10eb9254 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x98c4c3a3 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0xf8f5391a drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x778e5128 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x13c3fc1b dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xd7b73010 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x5c6019dc isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x379d3161 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x22fdf847 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x5e5b014b itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x81f4fce0 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x1f5316b9 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x4a14d21b lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0xa671656d lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x2a73d6d2 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x0a4653a3 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x69fdb38c lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xa3dc0aef lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x29480a07 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xad88ee8a m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0xffc204c3 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x2319f621 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x95ffd490 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x88e48bbb mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xe236bf64 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0xf9f17a16 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x142833bb nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x538cee16 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x5f401f56 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x3261a14e rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xfc8ad309 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x23e541c2 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xb1b75b7c rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xd58f19db rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x6d94d714 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0xfb2deb15 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x4d1fa9e7 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xde20bf14 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x96800b17 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0xdb436c28 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x895b8c15 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xf06c740c sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x57eb9633 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0xffc8c384 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x1dcfd978 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x9a9c8693 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x5afe68b3 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xc673691b stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x64e04659 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xb1277adc stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0xe963e16c stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x8ea4810a stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xbdcdc796 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xe8f432e0 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x4797e2ec stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x06dd3262 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xc38b77fd tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x56858ab3 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x0d7396cb tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x2861d0e8 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0xd5ef5f15 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x9511bf91 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x1de66ed6 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x5f960553 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xb81f082e tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xf4a61c34 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x6bce843f ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xd5693873 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x71bd3d7b ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x3de493f5 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x463c993b zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x7cbd855b zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xeaa8e130 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x1880289d flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x550013cb flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8cfff6f1 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x93b493ae flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa8e27c07 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc60e00c1 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xddce907f flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x84140667 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xafdb314b bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xb4bf04db bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xcc54a584 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x0cf56639 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x1cb49624 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 0xe5643902 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x27a36289 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3dcf00d7 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4569bc95 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x62ca64d2 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7134010e read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7374717a dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xec35d448 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf47e4b98 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf73646ac dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x79c0b125 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x03758f88 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x133a6090 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x23048c9a cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x6ea57499 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x74192e63 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x548a7017 altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x5f84a86d altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x773e6df6 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +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 0x25caaa40 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44dee5cc cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x56aa0887 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x89c03fef cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa637d121 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe2da226f cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x2dc1db5f vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x82d295c3 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x337fba9f cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x7736dafd cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa6f4f64a cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xad3fde6b cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x54f96189 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x571b79a3 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x57989167 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x94c68130 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xb539ee6b cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc934c45b cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x06c5253c cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1a3d3c34 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1f9c2905 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2437e3b8 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x257f9fa1 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x36d18dc6 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5836b3df cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6f4c621e cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6f6a4d85 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x77f4453c cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8bcb8a4f cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x95ff7163 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa7241b37 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xae3ba48d cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb2df718e cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbe1e8155 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc2abb080 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc5ebdf37 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xde32e4f3 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xeeebf538 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf3a0bba3 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf9bf69e9 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x04202030 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1aadec21 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x237bca48 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3eb00066 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x500e1385 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5eb676f6 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6b01e130 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7d13bd0c ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x999bebee ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa69e00cd ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xaee4d78c ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb07cfa36 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb7cc5a0a ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc2c021de ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcfc26599 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd7fd7583 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xeaeac904 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0abc6525 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x256e597e saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x40efec54 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x50843e48 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6a95eb08 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x80317c68 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x92f07b58 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9ca4749f saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb409a7c2 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb8f36cbc saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbaa5527a saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xca25d846 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xa30277ba ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x28d9ef26 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x39ed5613 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x65334720 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x69c622a6 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x7021fc5f soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x7d3e98f1 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x96a0bcee soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xa5d10d77 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe9cd8310 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x00ee0bc4 soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x3a5c5502 soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x61a7ca2a soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xf09e6ef3 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/radio/tea575x 0x4a22ccfc snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x7e3adf30 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xaa8a4e2d snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd0b32232 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x2dbfef8d lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x40b7a073 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x5757f4ee lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x5c5ba01b lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x67061dda lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x9790db9f lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xbe41403a lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xec90cdba lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/rc-core 0x15887d75 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x61908d4e ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x3a21acaa fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xeeaa56bd fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xb3439bb7 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xb9bcfc38 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xc1f62782 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x4c8347ea fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x123bb2e5 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xe477458c mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x0411d6a6 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xf00d4453 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0xbf60db91 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x1e078a93 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x9c49a113 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0xd6148164 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xa9ce7c9f tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x13b8ab6c tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x7d71ed6d xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0xb9cd5ef4 it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0xf4384649 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0xf2aac498 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x56c7ec1f cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xa3e4f2ee cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x261ccf2e dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x2f3c5324 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3e868822 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x536893fe dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9e6f48ad dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb2b09e6c dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xcb80f712 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd01542db dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xef55b96c dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x124881b0 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x4b6d734b usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x72142183 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8fa3775e dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x9d5914d9 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xb56623e1 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xec24fb48 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xc9223a1f 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 0x21f74f98 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3dafef6c dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x64fa9d2c dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa4ac3a4a dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xabfe04cc dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xae116df1 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb0445e67 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb12923ae dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd7fbf839 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe2a866b0 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf1f8b6e1 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x778ef35c em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xace3f06d em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x19bed675 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x389c81c5 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3cadbaed gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6938e410 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xdad256d5 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xec48714a gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xff8711cb gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xffd691e1 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x409ee262 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xcba60edd tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xd8953b24 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x072465ce ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x2ce36404 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x10dc12f6 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 0x53f05b50 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xa6371b44 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x03270948 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x0d6f2ad3 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x607e69c3 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x6cecdfcd videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xe176cd6f videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xe321b0cf videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0xbefd5e76 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x201d5f9f vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x61d3bc2c vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x745b7fec vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xa729f37d vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xc95f7046 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xcd3fada5 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x069ee7a4 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x07bd7883 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0b8860ab v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0c0cec50 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x10599888 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1119cf47 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x15f568e1 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16220502 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16b8ebc8 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x17c24ac3 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x18a6f1fc v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1a22e61c v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1d2dc637 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1ed08e45 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x223711a7 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x22dee6b8 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x24e91a1c v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x270a3dd7 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2d4d6945 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2e08cb4b v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2fdb22aa v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x347f9c80 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x379beb86 v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3980c5c9 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3a2a2aa2 video_ioctl2 +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 0x466e65d5 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c92bca9 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x51325945 v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5163ba59 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x55e86ba3 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x566c7029 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x57a4377a v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5a098a95 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5e52da85 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x616e8b17 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x64cba36e v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x65a9921f v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x767cd325 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x79b29120 v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8059c18b v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x81a31b92 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x87b23ac5 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8e8eeeff v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x97cb0549 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9974572e v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa646aca1 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa779a8cc v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa8d67039 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xad3538a1 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb87be647 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc1db4e22 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc3d11fdd v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc74573d4 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xccde346f v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd29f68dc v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd30d48c8 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd49b5892 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdbc12863 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdbde0f32 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe12a60e0 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe1bbb780 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe53a59fd v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe635b2ad v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe653dc3f __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe97b66ec v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeb78910c v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3a898ce v4l2_clk_get +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1f79a7c5 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5be83131 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5c8d917a memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x64eef3e9 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x71c6e38f memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa5987a36 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa84a738b memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb6d62945 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc5332d67 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcb5490f5 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe1e5c3c2 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe96fa947 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfa5c2735 memstick_new_req +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x098b3c0a mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0a84f058 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0d43f462 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x126b03cc mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x13b5f0a7 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2127c720 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3984e9e5 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3c0dda09 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3fda4cb2 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x47a76533 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4a8a6182 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5620ec24 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5f2ea388 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6af81976 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x790fb8ed mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7f1d30f2 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x819ad515 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x82178488 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x83e6a7c1 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8449d146 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa8009f65 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb3f57c39 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb7d0dbf3 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbf11c48d mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc6615930 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf182a8c2 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf2703b93 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf863c76c mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfd987660 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0e25115d mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x12e48f55 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x134bf5a7 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x14424d45 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1d797f30 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1d96c2a6 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2473d35a mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x24741078 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x282d1f49 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3078581c mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x349d7e3a mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3b87aeb7 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x43d51cca mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x510b80d9 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x53c36b03 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x613d90da mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x647f9e04 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6681559d mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x714f7e66 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x898b4b4b mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa74c2686 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb32ecd17 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc93bbf23 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcf7f2681 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd0e6b98b mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdcbdcfc1 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe12bb711 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x09647d99 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x141ce0f4 i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1d75e57e i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x26ba50c0 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2d31026d i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x36539168 i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x42033c64 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4de0fcec i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x56fa59c9 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6cc983bd i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x75a16e4b i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x888e5c85 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa6cb9215 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xac8d352a i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe4ca0c2d i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xeb66b688 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf6b18215 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf9d41624 i2o_device_claim_release +EXPORT_SYMBOL drivers/mfd/cros_ec 0x0fb95858 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0x6c9b991d cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0xbde41613 cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0xce93eda1 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0xdc67aa62 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x3d824108 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x420f1a4e pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0cc3818c mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x245818e3 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3465f431 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x48a0c2d8 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4d753a20 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5ab9c761 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6701e654 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7768ae56 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8765988e mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc04efd7a mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe0e44f82 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xef5d156c mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf5b7e403 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/tps6105x 0x55f1c2df tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x56653b97 tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xe3a153c6 tps6105x_get +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/misc/ad525x_dpot 0x88dfda7d ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x9d02177a ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x8a05ed90 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x0274b36c c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0x1dc934cb c2port_device_unregister +EXPORT_SYMBOL drivers/misc/ioc4 0x4afcb807 ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0x55d39d84 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x04ec67ba tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x2fcac6ae tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x368881e5 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x3f2e7286 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x5d7d63ab tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x8c30a1a5 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x8c54ee99 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xbc690700 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xdfbb5651 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xe27cfa28 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xf6d1d90e tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xfcb8d646 tifm_unregister_driver +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x147e4e71 dw_mci_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x63e7aa8f dw_mci_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x64446194 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x85cee44c dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x07b8dad9 tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x0a3d808d tmio_mmc_host_resume +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x2831e9f7 tmio_mmc_host_remove +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x301604fc tmio_mmc_host_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x6d3deee9 tmio_mmc_sdcard_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x7a6fd700 tmio_mmc_sdio_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x7cd85566 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xe3f45b40 tmio_mmc_host_probe +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xf02062dd tmio_mmc_card_detect_irq +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x01e3c3a9 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb88360d1 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xcaf2d14d cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xaa4e249c mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x17d4e450 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/nand/denali 0x1db2f722 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/denali 0x50a4f60e denali_init +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x34a1955a onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x96f5b5eb onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xc5ac8d6b onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xc631c137 flexonenand_region +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x169f83f9 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x53930966 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x54e81e7f arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x8d92f19b arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xaf5e7ad1 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd907fb78 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xec2e08ec arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xeda29758 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xef89a307 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf8ed9374 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x0f861d83 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x8f0d9ac1 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xa82100d6 com20020_found +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0427ac81 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x44d0cbc1 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x751aaf71 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x76646815 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7b520ebe ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xbaf8b03d ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc611512d ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd1fd36d2 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xdf209743 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf35b89b4 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x1b3f9bf4 bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xf32b5161 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x012bfc69 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x06c6c675 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0b042af7 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2622d8a4 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x294a49f9 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x33c74049 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3ace810e cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x459618fc dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x546fc599 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5ea284a9 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7e44ae61 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x95c0673d cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x991e94f8 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbfc62434 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc1a4fa6d cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf4d8b714 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c7b42e7 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1d9782b3 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x28cd9422 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2db55c2d cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2e4f3353 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x31c9213c cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x42ab058b cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5535701e cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x662e3238 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67b6a741 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67e094f6 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7014a26e cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x72d02faf cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x75fb0e4a cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0c21417 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa99f01fb cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xabd7b809 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xad51048b cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb64add38 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb889ce58 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc5b9e86d cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcdfe0ff2 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xddb7c527 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe1203707 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe3291d53 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe6783266 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xead2affa cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfb66ea41 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x8edb5c5e enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf50a7121 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf7974262 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x0c9f257c be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x0e1d451d be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06b969f0 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x074546d6 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x123376a2 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x166a4f44 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f45d167 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3851cd5c mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x386c0be0 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f321a15 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46dcb64d mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61ff95c9 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66863628 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69349980 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69869d4a mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a8c887e mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75109371 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bb0b653 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b53efbd mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4b4d646 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7d6921e mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2426dc3 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc99c854 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec623abc mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee215594 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6e22e58 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7d0d224 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcaba6fe mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c444937 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11951eb6 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15dad04d mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a4657e4 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b412f8f mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2361ef44 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2548c8cc mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x290b3c2c mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d335845 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40ebe227 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4318db72 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45dca75a mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46756919 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x505c431d mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ba6c5fc mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6db8147b mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e06feb8 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70c83d26 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c85582f mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e82159f mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9af4c9ee mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6b61216 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc11db79 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xccf464e5 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0c1cc9a mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde6883f1 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9c26a7f mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9e4cd7d mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee3dd54d mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x40c1b2d3 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x584d4441 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xacf46634 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb2cb2909 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xc5d8fa75 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x0760d759 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x2ba47069 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x38cbed96 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x5e915bc0 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x79373588 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x83720523 irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x9903f29b sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x9c82c4d9 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xc7a0c079 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xee15fd89 sirdev_write_complete +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xdd2910ab free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xf52f4443 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0xa8220d2f vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x211b9957 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x91190af7 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x9535b38f register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x961c046f sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x5252144a team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x67ec0fca team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x7165f803 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x729257cc team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xad5d02cf team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xc406e3a9 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xc90d9d96 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xecfd321b team_option_inst_set_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x09b90477 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x18a4dedc unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x390a2179 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4ba0d31a hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x82e6dd17 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xbb589142 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc26db7a4 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd9a86a4e hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe39a99f4 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe4746bfb detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe9aac932 hdlc_open +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x21a9256f i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0355c0ff ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x06ab1343 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x14b154e7 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x14c0e11c ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1525ad04 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1c48dcb0 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x46f9b4fe ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4e4b134b ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdd1a130f ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf218803f dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf339ca65 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xfa65a897 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x17e8c0ee ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x49d101d5 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x511dd4b7 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc94208ae ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xddada5b2 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf456ebb9 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x421a8145 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x668640a4 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x82039a2c ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x84cf28f7 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8d2ac166 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 0xbfc8d2a5 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc79629d2 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd06901b4 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd205fd32 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe2008019 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0be07a29 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0fca4f2a ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x100db77d ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x42a5b783 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4d211380 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6ab2ad69 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6abd358c ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6ff36f94 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x788d98a4 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7ca903e6 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x80013980 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa70514f8 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa8377918 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 0xd58befce ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xedbf9389 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf36a042f ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf38ca174 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf582af3d ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0052e0dc ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01837e6b ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0497ae48 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0589fd96 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x05b688e8 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06ae754d ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x085e2f51 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08adaa1b ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08eb126e ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0976f105 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1594402f ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15a38088 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x18d5b96a ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a300e11 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2253b04e ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25e19d87 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2cbc74d4 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2cf3c1c4 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f6ac14d ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x386b4463 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3983003b ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c2714f7 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3fc965b5 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4179e673 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x43166ea1 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4457b5c0 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x44f91f4d ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4776b1ca ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x495a6fac ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x499cbd82 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a451554 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c4aad8b ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d9003df ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f7c9aac ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5185b8a0 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52513daa ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56601f78 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x577f9857 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5898cedb ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a17589c ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ab5787a ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d41f491 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d933ab3 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f503b32 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x623d37bc ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64336c60 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x67168f2e ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x699615cd ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b01b86f ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b5067d9 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6cd24db5 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6db462d1 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x706e75f3 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x71dbbae4 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x74775fc9 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x759f1306 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x759f7c01 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7bf86fe8 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d639441 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e39d9f5 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e4886c3 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ea2857a ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83422a0a ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x846bd382 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b0bdea6 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8bfa4f34 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8cc63337 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f67d767 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8fc287b8 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91bf4c04 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93eadcc5 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94f25c07 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x96ae6d75 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x99cb542a ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d664602 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa62583a8 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaa2d7b42 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf468949 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb651b935 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbcbc63a2 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd3d2403 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0603ba7 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc39aac6f ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc52e9ffc ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc545e957 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5c3a0e6 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5ffb658 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7f35e83 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8559e16 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca3ae42e ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcba04959 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcdc66ff2 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd17b4b6c ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd36065e9 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd4d01632 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6c48814 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd76a0aa6 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3fb18dc ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeb1c4105 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeb495fb5 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xedcf5e00 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf50b5ab8 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf84b88de ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/atmel 0x1a2e5330 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x47b7d6f1 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0x4e6ea436 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x05a0b068 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x083f8e0e brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1d5c45e4 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x3c89ab88 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x7de0ae8b brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x862338a7 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x955a4444 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9d97c278 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa387a00a brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xc492c026 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xcc241716 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd0bbe830 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd8ac9d25 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x06daf997 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1acf585b hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1c977b64 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x27bdbf46 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4933ffdb hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4bdac52e hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6d50f032 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6dbe433c hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6f3d67e4 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8c6f5ae4 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8ddc26c1 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8f0e3776 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8fff206b hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x91928e70 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x946100d3 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x95cb5178 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa45270c3 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xaf3fd2c8 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb772f36f hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc9637033 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xcb917fd1 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe38b90f8 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xeeed965f hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf1ab7dfa hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf6bc8068 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0cb808e4 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x12794154 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x27375dbd libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x34be7ae4 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x431a0f3a libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x4aa0a4f0 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x4f398318 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x51f0c277 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7b14c437 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8fabaeef libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9b27fe32 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9d28f5bb libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa54f219d libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xad8c253a alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb396815a libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xcef403cf libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xdd164479 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xdd29e81d libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf26fe2ed libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf68259c5 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xfa5a7128 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0268691c il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x028aae97 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0663a3e8 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0df4cffe il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x12adbdc0 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x15b8f72f il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x18c70af9 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1a8c9c86 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x23ad2ce0 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x24cd4290 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2658651b il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x27277ad7 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x27b16ee1 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x281499e9 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2a519682 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x310fdbd5 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x328d536e il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x36f3d059 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3bf1381e il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3c692a8b il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3d3b8414 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x44829579 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x45e5108f il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x48c113d8 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4b64c9b5 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4def7308 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x51afff9f il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x545ad6f1 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5592d8d4 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x559cb420 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x55c43d91 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x59e25c50 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5fde2a58 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x617c4444 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x63c206be il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x65bccfdc il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x679224c2 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6a3b0531 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x72f9f4eb il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x73ce59a0 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x744f47a2 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x75f60941 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x764200b3 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x78982a77 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x78a63f01 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x79953d79 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7b08d532 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7fc5bb05 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x858a2616 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x88782671 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x89a54323 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8db248f6 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8f389f20 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8fa237f5 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8fca20ee il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x94cb63e6 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x995ffdaf il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9d767144 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9fc78500 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa237d6f6 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa3282571 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa35a6988 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa3701c1c il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa7da52b5 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa90c43f6 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaa5de65b il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaa8aaa73 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xac6b41a5 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xacc91a51 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xacdb8cf7 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xae43a15f il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaf98f05f il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb81fe2e8 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbb94e1e2 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbcbc54d7 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc420288c il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc852cf4a il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcaf222d0 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcd5464ce il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcfbb9b94 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdfe1c497 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe09d7339 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe1820cdc il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe31b8b76 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe35c7896 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe3986114 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe62c903e il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe918e465 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xea2ec189 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xead280b6 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xeb8cc7f5 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xece842e7 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xed1421a3 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xed43fe32 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xef94cd2d il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf14aece4 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf78e6f78 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfd8553c7 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x084b4719 __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x39483213 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x57a72d66 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x5c04aae1 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7fd93860 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8dcc4441 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xaec44e29 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb54212ab __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xbc905f54 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xcf2b88e0 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda9416fc __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe9fb9634 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf161b336 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf5eccf84 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0bd59890 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x16c542b5 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x344d2775 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3983c9f4 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4b0f6150 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x58ef6b79 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5bfb0c47 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5c15ca47 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x654b9cf9 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x69619ab3 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x778a0460 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x99daf8fa orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa3537cb7 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xaaee3835 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xad47b2b7 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe8e1fb29 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xf44d9d87 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0x7d1045d8 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0d52759d rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0fdbdb87 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x147c3fba rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1b18672d rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2498deb4 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2b9c7ccd _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x30441de2 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x33ceedd0 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x36ba60ab _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3eb04607 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x45b6a088 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4d2e25a7 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4f7f6877 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x558c1e19 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x585ea962 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5fe374d3 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x607cb6a3 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x69d1a1c3 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6a5c2aaa rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x723b258a rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x736d917a rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7b9d5723 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x82ce2165 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x86d486c7 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x882002ac _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x88be66d5 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x911d2ecc rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9f86b594 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa13692b3 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa2929e80 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa9129415 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xac7f0fe3 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xaea9363c _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3e7a8a8 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc29af7cd _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcbccedef rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd05cd069 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe0fbcd44 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe6ddd5b6 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe8ac432c rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf52f86a6 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x3d3150d0 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x66ef3775 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x9d6bf71f rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xbb4192b6 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x143b9351 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x3306e02b rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xa310e479 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xa5044f11 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x02af6e4d rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x16a97389 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x195bd6ab efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x25fe0ba7 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x363196a9 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4309ec79 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x59c57c58 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6b42d347 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x73183422 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7f72c7c6 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x8065d08e rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x97064ae1 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x999f1c9c rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbd4ae7ce rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbe6a658f rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc6e036c3 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc7be8453 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc889a880 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd048034c rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd93f4302 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe9d82ee6 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xeae23131 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf87666f8 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x021cc5e3 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x838642dc wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x914a7d58 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xbc0ec029 wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/microread/microread 0x3ff280f9 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x4bc3761f microread_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x7461ffc0 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x98cfd49e pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x1ced82e7 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xc4cf3e5d st21nfca_hci_probe +EXPORT_SYMBOL drivers/parport/parport 0x08bb48bb parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x12990409 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x223cd1ab parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x27faeb37 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x2aae85d7 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x2bead397 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x3ec04caa parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x539b2d89 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x5684a4dc parport_read +EXPORT_SYMBOL drivers/parport/parport 0x5ad217cd parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x917d5dc1 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x92521dd2 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x93040133 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x94b11abd parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x95f01005 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x98b909b3 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xa8b57ccf parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xb40c834c parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xb57a4932 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xc3d1a71c parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xc5ce5a56 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xc9f0d52c parport_write +EXPORT_SYMBOL drivers/parport/parport 0xd308697b parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xd6c42e07 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xd7984446 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xd982c914 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xea255f2c parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xef32f229 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0xf4118a5f parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xfdcba9bf parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport_pc 0x8465d2d8 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x9a4a3938 parport_pc_probe_port +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x594a0ef4 rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x6810b133 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x6b24b74f rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x91005e02 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x9235dff9 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x93c560cf rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xcb471935 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xd8ffd488 rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xda5e6a1f rproc_add +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1e043ce6 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2613f759 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x26fdf356 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3b55f894 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x40a1f195 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4106c647 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7ff9b0d2 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x847cb4fa fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb133d87d fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbaa81ce5 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc5b85407 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xde0c9f4c fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x015ae732 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x01aee406 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0509f00e fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0a6081e4 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22960e4c fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2c860667 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2cf1c3b2 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x31b1ad02 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x34d9f256 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x371d37c4 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c114c04 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3f70f0ce fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x43bba0b3 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4414af06 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x48918350 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4baf3655 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4e58983f fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x545cb5d5 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x591759c1 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5e2088bb fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5fdf208b fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6140c0af fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x65c77e03 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6b4f81de fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x70ec8945 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7d28640c fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fdfdbb5 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x85e6cdae fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8e62974e fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x98b90eb3 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d70fdfb libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9f57f08b fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa7975b30 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa885f239 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb29fbf93 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb8a9a71a fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbd11a819 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc1e14d76 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcace9469 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcf872db6 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd05a8dd5 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd0d8c85d fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd497a4bc fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdc661866 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe1eab48b fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebb91688 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebfb69d1 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf2b33680 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf2f4e2f3 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf3bf7931 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfb134514 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfb4f0a6e fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x658623e1 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x98557ce2 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xcc33c2a7 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xdec1a915 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb40eae0a mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0b6d6885 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0f48796f osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0f892ca8 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1b1621c6 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x218c2467 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x287e86b8 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2b18e378 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2caf68d1 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x31cc6f9a osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3752bc09 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4b5cecf0 osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x589dabd8 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5ac02ece osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6121f0a4 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6ef273bf osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x72ee7941 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7cc8c368 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7ea53241 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8075573d osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x85deb10a osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8b5c2455 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8f3d6733 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x920b1b14 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa12922be osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa7802498 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xad7d34ac osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xae2839fa osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xaf50d00f osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb4eaa132 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbaaa9203 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc1b39534 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc5d06e87 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xce1d71ed osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xde292a1e osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe217e298 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe241fca9 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x62d11c35 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0x80a2efef osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0x97996f15 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xab6e097a osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xacc3515d osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xb1760f28 osduld_device_same +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3c46e34a qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x59726ade qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5d3a96f7 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5fb6e694 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7a3c7ad0 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x81da2f62 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9b884ee2 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb04c991b qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb191f321 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb8174520 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xba484570 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/raid_class 0x1876d58f raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0x5dd8e538 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xcdddd49a raid_component_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x108773ca fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x132a1de3 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x174c16d9 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3f7b6447 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x40dc0295 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x64563201 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6eb0db17 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8229cc6b fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x856fcd0c fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8e444c48 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x94b4bb38 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa63ab3d7 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb37014e0 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x00693c7d sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x096570f4 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0a938de7 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0cc2840e sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0d6e64c7 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0dfec2ac sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x141387ed sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x24adf858 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2db0a2c5 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2f36fc68 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x35ab76f4 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4498eb2c sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4d9cb739 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x52e466c7 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5feef4f6 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x649edd46 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6896cc94 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7b9e41e1 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xac46baf5 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb028401a sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb03c8037 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb6b2d07b sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb7098471 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcd4c4a6e sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd6bcd476 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe78f0d33 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xee58bd10 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xef5241d4 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x2a015885 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x753be4c2 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x77e15588 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xab80e162 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf0788c5b spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x3e070db7 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x6b22bc42 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x8bbf40fb srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xaeeda4c0 srp_rport_put +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x162f4005 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x282bd21f ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x8e15baa3 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/ssb/ssb 0x06475636 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x17d83fe3 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x1d3a4753 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x1d9a1aa2 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x218d1397 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x27322b13 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x357ed707 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x398f15c2 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x4ca39cc1 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x5118452c ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x56ee356d ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x70565f69 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x7c91c374 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x83353f4c ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x9a107efb ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xb9e4a14f ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd7cdb583 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xda3501ac ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xdc0fb24d ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xdde64575 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xde7608b2 ssb_device_is_enabled +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xb1b95519 fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xff6b2854 fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x8a759c12 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x0f9f6cc7 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xc3a812f7 ade7854_probe +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x01576fc8 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x34e3a76b lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3558e584 lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x37a26db6 lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x40a8aabf the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4bb00492 lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4f9cb871 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61ae6298 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x829638d4 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9f0f4334 lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaec40b62 lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xc379d22c lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xcbc63c65 lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xd2998131 lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xdb704c65 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xde82bc70 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe43e1a1b lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf2dbe326 lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xfa256f55 lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x16c362fb client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x5fb58f17 seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x800ab0de client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x8559c558 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc0bf1adc seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xd8cd2b8a seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xe920d4f3 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x091e9530 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x16321195 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x1f72890d fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x2b27c602 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x7bd21ab7 fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x8e01e1fc fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xd2a01846 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x00332b23 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x00c881f6 cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0389f857 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0c68bc45 cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e311d38 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f10432d upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10b7e9c3 cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10cb20f6 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10fd50ae cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x151e7546 cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1580a7da cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1c7ec980 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x22319718 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x23f6f445 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2637a660 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2e5044c7 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2efcc0e6 cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2f85ad89 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x339b461a cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3834f243 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x38fde09c cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44688a0a cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44728d76 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48193550 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x482deff7 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b123f3a cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4d89e988 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x55d18175 cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x571a5b7f libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5a785762 cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ca50414 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d62e5e3 libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dd2e495 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5df8c623 cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x63be5b7f cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x647a7b6d upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66d4280b libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67e570f9 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c9b4713 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6ecc404f cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x716aa41d libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x743565a2 libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x75600a04 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x790dbd66 cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6a5b3c cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x81bef0ce add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x828d16a2 cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83e75430 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x89b2ddc3 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x89dcbafa cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8d3622c1 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8dda96cb cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x92f54077 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x931f4f6a libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x93611067 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x96727837 cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa256e060 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa28a6757 cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9a5cf4e cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xabc53bf1 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xac0f67e3 cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xafdb46d6 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb2ae1633 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb336ee38 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb473e79e cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbc275420 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc48eca9f libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc514e721 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc5ca9c03 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xca24b2dc cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcafda950 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb2160d3 cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc7e1d13 cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xced1fed2 cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf90528c cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd1319447 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd13befa9 cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd3965252 cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd5396536 cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd66d427e cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd89772e5 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xda09d370 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdce448d0 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf675bc7 cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdfcd8209 upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe45b62ff cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6d83cf8 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedec9035 libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xee92bb75 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf0246bf2 cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf372d1c2 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf782fbe6 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfa0d98ca cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfbd3438b cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfbfbdc46 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfde479b0 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x7931c865 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xc1203667 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xd515d7c5 ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xf14568b4 ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x37815018 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x4052403b lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x6480969b lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x81f693c5 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xbf3ac3c1 lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xd7578204 lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x053a5826 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x31bb707e l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3dbe826b pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x5200f48b fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x5426020c push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x5825b21b fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x5de01627 lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x85d40144 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xc871ef70 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xd7e0360f fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xd94212be lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xdf623799 lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x002e2ee2 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00616c85 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0229e148 dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0306fcbd llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03c4f4e8 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x041eed22 lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04212823 dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05af1920 dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05f84e88 LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05fea4d8 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x066821fc llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06f59d4c class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0947cafd cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09696410 cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a6b1586 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0adbd7d2 cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b3f3032 cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bb6ab46 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bc08dc7 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cdf2e31 obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ce0ae56 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cf99bff dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0dcd30ea cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0eea6fd2 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fddcd72 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11b47e69 class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11b6a8e4 llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11c95cb3 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11d5f380 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1476b8c4 lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14f175d4 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1574094a cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15972ddc cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1698803e cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16bab3a8 lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17179ff3 cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17e63e0f lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17f55cbe cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1911c7e1 dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19b19e93 lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b38a0d2 llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b899f84 cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ba3a2f5 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c5f9860 cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1cc487c7 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1dbbe43f lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1dc6e08d lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1de7cd25 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e6dd0e1 dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f021023 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f3dfb0d lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f609fbf llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20437539 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x205d0bec cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20d4e9ee cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21044dcd llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21307495 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21d63d0f cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x228167e3 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x22ac5db3 cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2345daa3 class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2390df2a obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23a1cb63 cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23f8b849 lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x259ebac6 obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x266b7f04 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26dee81a lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2780b2ad lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27c3651d cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2820575e llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x28443774 obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x287927d3 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x288cb2f5 lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x28c8770e obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x290a2b6d llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a0b24cf cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a88c411 cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2aad313d dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2adc8684 lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2aec5766 cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2af4d2d0 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b0cbf60 cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b4c48e9 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bf5d5f8 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d5860f2 cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2dcbbdce class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ea17a0d obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f678c95 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3048102b lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x304a9ce0 cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x319b58dd cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32c5c73b cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32d6cc66 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x331267d2 llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3344fd9c local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34391b36 lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34caf674 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x356d879a cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35e2e63d dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x373160a5 cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3879ca96 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a005065 dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a48d42f cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a4a5df9 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b60b037 cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b94c0ef cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c73bc2e obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ddc1bb4 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3dec99e1 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e63e701 cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eaca7b4 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eb38277 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3fc36c75 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40a4155e lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41f049aa cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x428704d2 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43a16e67 cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44f11c2a lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45209951 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45958cda llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4606c79b class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4654ed0c class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x469db16b lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46b40d9c local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46cbcf33 llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46e58308 class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47519d33 lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48090ab8 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x486e3cee class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48a07c25 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48a3629f lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a29223 lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49b239ba llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49bc3f66 cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49d82bcc class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4aaa6837 class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ba2127c cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bc3ce59 llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c5b0acb obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d2e074c lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d33ccc2 cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f84a099 cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fba4346 dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50191cd8 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5032de63 lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x515ac536 dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51b3f72c cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51cc64f9 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5292ff61 local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52bc438b cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52c078b6 llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52e52f5e lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x533342a9 cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5420374c cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5627cce8 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x56a46a90 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x576803c4 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57e0c167 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5951ac6d class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5953b604 cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x598324d2 lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x599125ab cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a47cf17 cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a64d92d lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ab3d705 cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cf638ba cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d678bd5 lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e2f96f2 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e63bcb0 class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x607103c4 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x62a7dd80 lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6330a508 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x636a96d0 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x637239ac lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63d440b1 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6631a45a class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6764ed7a cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68522599 cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6968a970 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6974d69f cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6985e2e2 llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x699bd270 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69fac534 class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6aa48e1a cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6acb1a77 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6baa65c8 cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6baca9d7 lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bb6d421 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c0d382f lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c9d3c9d obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e213f7f cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e4adacf lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e5759bd dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f32fb70 cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f3e6225 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fc4b23f cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x71c3dcc1 class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x727b7516 cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x727d53a1 cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x730aa016 cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7317f25e cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74aa95cf lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7547d755 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75eff663 cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x768d5980 lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76b0ffb1 capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x779020ee class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7840f670 lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7848563f llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7948c28b lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79c7a27e lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b3539dd class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bbe5bcf lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7be5c78d lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c17ded7 local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ce900b1 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7dd73ba1 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e538af3 lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e7128e2 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e750370 cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7eb61896 llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ee2e6b5 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f9237e5 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f988172 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f9de7a1 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8020923f cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81235d63 cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81a89e75 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81b38665 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81bd8bce lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82c39d99 class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83000969 cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x832c35ad cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83a7f1e2 lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83bd5bb4 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84301bc3 cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x848c4546 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84cee3f7 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85abd7b9 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85b4c61c class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x865843c4 class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x874a281d lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87ed1f41 llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8864abdc dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89141fe2 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8993c52a cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89c0f8a6 lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ae2505a llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ae516f9 lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b12ba09 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b49a2f1 lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c2df341 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c923bff cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8cb27fca class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d2268fb md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f5c3300 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90640e51 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9073ccae lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90bf8976 capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90c8d327 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x918af9a7 lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92830bb0 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92cadc39 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x941249e2 capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94520b86 cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94677235 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x949ac3de lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94ac852b llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95150495 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95269781 lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x957797ec cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9653ee7f capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96b5fc4f lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96b877f3 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x974a66a6 llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x988cc44d dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x989dca58 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x98df4a33 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9921f91c dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9aa52264 lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9abdec81 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9cc3075b lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f501b11 cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f5efaf0 lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa012c1d0 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa139f5c4 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa376b47d dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa37935e8 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3a1d1f8 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4335379 cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4cf0da3 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4de16e5 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5f9692b lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa66bfbce class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa67ea7ca lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa696ebaf lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6cd2c20 class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6fa42d6 cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa862d221 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa86bb0b6 cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa9304c13 cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa980b848 lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaaafbd32 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaac0b89a cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab39bd98 class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab61e19b cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab68f8be lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabb780c4 cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad0d4980 cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae18194b lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae56de81 cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaea8d957 cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xafb719f8 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb18079b9 cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb18bd37a class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb19209df local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb2ad8a42 cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb319db6d class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb38bc375 lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4fed923 lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6fbbb2b dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7115692 dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb742f748 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7dc9154 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7ec379e dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba23b23e cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb0da25c class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc8939cd class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbca2d987 obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbce537c2 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbde2a25b llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe642a94 llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf802afd class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf9e695e lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfca6551 lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfdc329e lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc049aaa7 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0f6fa2f lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc11d39a8 cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1b9a319 lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1e4e859 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3831248 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc385e756 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3bcd425 cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4b34a33 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4e75f44 lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc54feb22 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc77cecee lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc7ca601c llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc871a89b cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8bc0b56 dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9b3c667 dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca652c9e lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb10584e lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb171af9 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcbc489fb lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcbf9391e llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc010155 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd6daaee cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd8a604e lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xceb95ef9 cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcec551e1 lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xceea4ebf lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xceeb0093 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0103eae cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd074f4c6 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0b6995d lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd14caea4 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd155b354 cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1ae3e64 cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b48b6b llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd357d236 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd379c3de cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3a66eeb cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd51a831f cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5813dff cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd58425d4 lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7273865 cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8df072c obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd971966d cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9b9ebd7 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5e42dd cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda74761c lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb253364 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde290d53 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde972018 dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xded0e85b cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe001bb1a dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe02aa7da cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe148b908 lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe18a63f1 lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe26b9937 lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2bfab63 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3135f00 cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3b3501a lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3d0cf42 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe44dc153 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe45985db lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe46a44be cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe534fa96 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe69f5a1a llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe811062e cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8de1643 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e6d0d4 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9003b14 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeaf527e1 llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed22bd6a dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefc564c7 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf001b451 lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0605619 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf159d768 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2873210 llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2af5986 lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2c10034 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf33ff396 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf59bf7c7 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf6529c0e lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf71e151d cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf74dc877 cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7f42641 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8fe2a03 cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf94521fb llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf98f9c45 cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf991f119 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9bec550 llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9f093c3 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa01308d lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa67fe8a llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa886322 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb7cef47 lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfcd706a6 cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd4cc853 obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd72f7af lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8f5cf4 lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdb0cc9f lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbef0cc llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfec54e02 local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff96fe8a dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x006d468c ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cfd76f __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0240cd3f ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x026eee7a ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048ea232 ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x04f15d48 ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x054bd59a req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x05786263 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0882c64b req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09cc0cdd ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09eea276 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a00aad1 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a00d33b ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac54708 lustre_errno_hton +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b1dcf86 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c780fce sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0db7ae5e ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0e842687 sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0fae9803 ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10fdc3ce ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x110bb966 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x110e01ba ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x133847ed ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13ea9a18 ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14863f7c ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x153d954b req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x16abbce9 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x16bfbf8f ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x16d77da0 ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18208782 ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18d52b6b ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6e0389 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1b65e9b1 ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d565388 ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f752f00 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2139dd0e ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x240fc581 ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x253be464 __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x266b0fa7 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2802138c ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29410ee2 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29a294f8 do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ba2c623 ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c30deb2 ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2db264db ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ef8edad sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f3b669e sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ff198c5 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x304a27a8 sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x32b1ebe8 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x333bbc96 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x36573f76 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x371f61dc sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x375a1c06 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x383bf26c ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38ec5546 sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a71ee17 ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3aa694cd ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d2e21b9 sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x434601b7 ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44e20d85 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x46101978 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x46d6447c client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47765667 req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4794b70d ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47ffb52d req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x49780d98 ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4bda0585 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d6dbacd client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f0c6a8b ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x509ab0a5 ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x526dbff4 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53cec02b lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54c03b26 ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x559fdcb8 req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x55acd4e4 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x55b66e5b ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x568700ca ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x57343c1f ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x581f3c2d client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x587cd03d ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x58832aa7 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x58acdbf1 ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c5aaac9 ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c69c52e ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f6cc070 ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fadaa33 ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fb4c421 _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6057595d ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6118dd6c ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61e97d4c ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x63725da7 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6410b170 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64bee7d8 ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64d38d92 ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x65335258 ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6599c163 lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x66299e91 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x66e166a1 ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x672ce7c8 sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x693210c5 req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69940da5 sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c0485c7 ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d0e52af ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e4f5587 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ebc85f0 ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f96a662 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x71d9cc45 lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7388b995 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7529dde4 ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x758ee897 ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b7a7df target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76ea7d3a ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77f05ad8 sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78353b28 lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7888c7b5 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78b05f94 ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78b31925 client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78f29156 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a200162 lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b2fe4dc ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c223f09 ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d56e643 sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7ec74cfa sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8056b864 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x848e126f ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x84afc961 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x884ad634 client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89882c02 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89c22d0f req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89ec9a94 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a45f9af ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ab4143e ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8acc314d ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cfd74d4 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e66f535 lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e7bff36 ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x90a311f5 ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9114c475 client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x935774c1 ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x939635c6 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x93be622a __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x96c93482 lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x97200a6d lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x972a923f ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x98eecd96 sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x99e051f2 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a4169d6 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6307fd sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b63e10f ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d33d5af ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9e97dd0f ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9f9b9d12 ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fe2b03e sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa07229f1 ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa1c557ff req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2e51891 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa39838ff ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa438c9bc ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4f346c6 req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6be3094 req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6f43f05 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa72824ad sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa866bd05 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa92d7e25 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab890b6d req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xac2335c3 sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaec7a4d5 ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf632ebc target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0e4babf ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2407b87 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6fdb63a req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb798734c ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xba5c0cea ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbbfedfcd ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe569617 ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbeabe372 req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbeb7e023 ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbeff1609 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2a18474 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc3594553 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc4bd48a5 ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc620bfb8 ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc6cb7a90 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc99e2b49 ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc9a1788e ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcbcec799 ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcbfeddfb ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcdc7ee79 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcebcc824 ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3a5d39f client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3d08fba sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3e6dbeb lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd615e94c lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7483459 ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd96da9f5 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9def720 ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9e3b8d6 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdaf37ddb ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb83cdf1 ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdceedf74 req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddf9c2fd ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555637 sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xded3e73e req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0832736 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe121d174 ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe270e39c client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe2f8a7db ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe38c5ce4 ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe3f372f0 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe4d94107 ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e8169b lustre_errno_ntoh +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe72d3495 ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7d5dad8 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeb0d6e5d ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed240738 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed3c6599 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeddf64fe ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeecd7843 ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef6a5eed ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1c597b7 ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf2c7f793 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf383ecac ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf5766f6e ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf5871807 ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8016792 ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf897f0a5 ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfaa24acb ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb1f2cf0 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfbc06c9a ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc186744 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfcb79b7a sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfccca887 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfdf44d0f ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfe2c4c76 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfeca39d5 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0xcb55e57b cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x01339403 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x0ebd7a5a go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x2700e58f go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x3c6e2ceb go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x4e1ca448 go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x760087c8 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x77357608 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x80380b14 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xf4cb567c go7007_update_board +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0x635081cd rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x04abab70 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x05475a6a rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x07c05661 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0886f59b rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0c561f2e rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x140ac949 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x151b27e7 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x15317364 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x17cbd872 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x17d8816c rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1a0cd187 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1db69cbf rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x377d1ae4 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4eb50a8c rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4f4b6889 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x518045ae rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5252a4bd HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x57c7aec1 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5bf7a027 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x615e7e25 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x617f11b0 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x62a110a0 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x64e1bf28 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6717ba65 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x69cac488 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6d9591d8 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7752ec47 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x81e8bef9 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8d04ac10 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x972079ed rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x98f19057 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9a866e60 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa2bb7182 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa9a6135e rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xadcb0bb7 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb138aa5d rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbb095cc2 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc07585a3 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc843c677 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce76eb28 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd0f2fa23 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd3462562 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xec44078c rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xec6e530f rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xede4fd14 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xee94f819 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfb94f525 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfc187a01 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfefc5ff4 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xffb9c717 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x06b27614 stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0deed846 stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2e975710 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x38d3181c stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3feb0bbd stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x43f6c246 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x498f26dc stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x49e38b17 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4f277398 stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5e6bc4fe stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6c78b180 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x74e5ab7d stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x804ab087 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x85651d9f stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8e0e994c stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa7eaa0e5 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xaa5cd6ca stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xad5db511 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xadbcff6a stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd225ef34 stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xdc7526b4 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe1796002 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe945c9ef stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf43291df rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfa8d5f96 rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xffb4d31e stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x009f454d ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x02e573c1 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x04fedeeb ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x07d0a608 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0b822152 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0fe40163 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x21e94a71 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x24510a68 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x273cf6fd ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2af0719a ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2b4a6b87 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2d725f19 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2f96d410 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x324b9db9 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x33dc0edc ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbb989d ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48981987 ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5418cc14 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5fc2dfb8 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x644495d0 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x679188da ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c309058 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c32c8b5 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6e137cba Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x775ccea4 ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7920955e ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7f07f219 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ffa41bb ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8faf5f4c ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x936ee103 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x97afef09 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x99720285 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9c64f0b0 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9da8d9dd ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb3c2dee4 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb4649fa8 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb82702bf notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xba8e80c4 ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbf02f849 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc2364f03 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc2ed44c6 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc4c2ea3e HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc9ac4404 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc9b083ff ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd134ba62 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd2906a57 DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd5af8517 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd83be787 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdb69bdc9 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe1fd18ec ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3960507 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe64236fa IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe8629028 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xec9e6ba4 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf3f0a193 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf45673be ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x06e4424f xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x2db62073 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x68b97169 xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xe27d9694 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x03ea409d iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x057c5d46 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x139b4af5 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x15e1ad69 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1a56e6cb iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1cf99d4a iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2891547c iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2c1e21c1 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2c309647 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3452aa34 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x373a4f92 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3ccc5ee8 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4bb06c5a iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x534aecfc iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6edf17a5 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7170eea0 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7574d54c iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7a8d6bb8 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7e1e558a iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8455158b iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9295dc28 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaa79cda6 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaf60987e iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb2f6a3b4 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbc3ebe01 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc6a6776e iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe419fb8a iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf0f74ad1 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x042b1089 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x085ea6ec core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x0a560d04 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b091ec5 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x0ef92231 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x11db3dfd iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x12d07a96 sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a6914ed fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x1ed07f65 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x206417ea transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x21276f5b sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x29101a38 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x291ee812 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x2dcb01a9 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x2fa0f94c sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x34c9a95a core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x39a8d484 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a50cf0d spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c2a6c60 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x419168ae target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x41ad2c50 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x42e09d6c iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x45dfe721 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x47e37868 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x4e975d9e __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4ec81d5a target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x50eb53cf target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x51125477 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x528395bc target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x537c5328 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x567a670e transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x586afba4 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x5a46cbb2 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c1c56dd core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5d11bdbb transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f86284d core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x62a32c9b transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x645f69f8 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x67ed4113 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x6e5f14d4 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x70eec314 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x745ae962 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x7b36b8db transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x82301d67 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x87d9644d target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x897b8de4 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c8223c2 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x93533187 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x98648189 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x9984e472 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a46cbcf target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x9d58e1df transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x9ffeac07 iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xab468f74 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xaee2708b sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2cd41e6 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc1c7752 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe616d14 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xbfd94d9f transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc4a6ae6d transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xcb217dba target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0xcc03d4ba transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xce0b28c4 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd2eb8520 sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0xd49bc58e target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd5fafaf9 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xdbb3ca37 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xe70b60e1 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7234dea core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf4987e26 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xf65e7423 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xfbb4da11 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc46495b target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xfcdb91e4 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0xfe95d07d transport_subsystem_register +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x7dec9d1b usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x125950ed usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x27da32fb sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x019531e4 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x060142b9 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x315f5883 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x469e671c usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x48df4480 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7be8abb4 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x895091ef usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xac2ce239 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xba034942 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc8011328 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd2246cdd usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd4b081b0 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x23bc0d97 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xaa4cca40 usb_serial_resume +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_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 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd11d2709 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xfc7dcad2 vringh_getdesc_user +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x090d434e devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x131934ee devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x7a1c026a lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x7e2f3371 lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0e70b74d svga_tilecopy +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 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x86766027 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x87c6de6c svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x987d332b svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xa23c6b06 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xa76df404 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb801e95b svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +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 0x82fca746 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 0x38ff11aa mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x1c4b2281 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x393ee476 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x3de58663 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x6e3e2efc matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xcfdb5460 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xdb041de1 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xe4ddd1a6 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x5a271fd0 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xedeb7f92 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x816c6043 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xe759f708 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf2552b61 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xfe65a989 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x2ef3527f matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xa7674530 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x36a7da6e matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x972743f8 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xa8dd4ec2 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcece8885 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xe827d94e matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x4bd6f313 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x5422ba7f w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x5ee520f0 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x6f4246d0 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x9ce1d5f8 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x57543d72 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x618515ab w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x7ebbec55 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xf0adc347 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x195fce4c w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x1c0ec468 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xe6d83753 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xfd53bd8e w1_register_family +EXPORT_SYMBOL fs/configfs/configfs 0x1b71c40d configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x3f805c3f config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x7da30d20 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x8ef55049 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0xa20e6039 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0xbb9b4ad4 configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0xbce00a08 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0xd1e9c7b0 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0xd905fc00 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xd9e62278 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xed79a23c config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xef6f3857 config_item_get +EXPORT_SYMBOL fs/exofs/libore 0x024bdf38 ore_write +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x3f0c8a0c ore_read +EXPORT_SYMBOL fs/exofs/libore 0x412a40b4 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x44c6c3b8 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x694c32cc ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x7ccaa7c1 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0x7f78efd7 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xa8cb14eb extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0xc18033ac ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0xfcca617b ore_create +EXPORT_SYMBOL fs/fscache/fscache 0x083c3aea fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x09432ebb __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x0a131b90 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x0a2b62db __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x0ced342e fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0x0da10661 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x11abee8c __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x11de3cf4 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x120eb40d fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x20f4dce2 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x25631afd fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x2be1759b __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x35ebe6f4 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x418d3e8d fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x43f21ae3 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x4ec62e06 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x4f34dc1c __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6475fc44 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x67fc0d78 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x69a62703 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x6f69100e __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x7a802949 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x7dc80d0e fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x91175e31 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xa1362f5c __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xac025622 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xbd81a76f fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xc2540e08 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xc917c810 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xd848ce0c fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0xdc776733 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xf21fd77b fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xf624d9bf fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0xf95ffdc3 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0xfb7ccb36 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xfd5b7d31 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xfeba1552 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x2372286d qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x4e1e9dcf qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x65574a40 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x6b6ad4b2 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x973828ae qtree_release_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0x66213969 crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x07dcce01 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x0d657ee1 lc_committed +EXPORT_SYMBOL lib/lru_cache 0x272b7bf8 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x30aa8cd7 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x3dd65bcb lc_put +EXPORT_SYMBOL lib/lru_cache 0x491bd152 lc_set +EXPORT_SYMBOL lib/lru_cache 0x4bc03f5e lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x51884fff lc_get +EXPORT_SYMBOL lib/lru_cache 0x53414d7d lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x613bc317 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x69b1ed33 lc_del +EXPORT_SYMBOL lib/lru_cache 0xb8e12c48 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0xb9de7744 lc_create +EXPORT_SYMBOL lib/lru_cache 0xd68274b6 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xf25a1900 lc_find +EXPORT_SYMBOL lib/lru_cache 0xf51732de lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xfb1791a1 lc_try_get +EXPORT_SYMBOL lib/lz4/lz4_compress 0xcbc5d521 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x26c3aa22 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x04355165 unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0x3a641503 register_8022_client +EXPORT_SYMBOL net/802/p8023 0x52cc10c4 make_8023_client +EXPORT_SYMBOL net/802/p8023 0x59ccddf4 destroy_8023_client +EXPORT_SYMBOL net/802/psnap 0x01e30408 register_snap_client +EXPORT_SYMBOL net/802/psnap 0xdbfdb249 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x03357518 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x0376772f p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x05a6c997 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x0610bc58 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x075d0098 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x080f3ccb p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x0bb908e4 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x0cc42c11 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x14bb94a5 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x15a7dc8d p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x1943c1f2 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x22a792b3 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x24d46863 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x2a0c2252 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x2f684558 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3a3390cb v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x45946329 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x49e3a5a6 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x54c1dbeb p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x55a6eefa p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x626579ca p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x67686886 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x677518d3 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x6d7e5791 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x7130be9d p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x73843528 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x89e18ce3 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x8baed951 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x8bcefa9a p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x9169f114 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x95170395 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9ce58e4f p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x9e29ea67 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xb1cc12d1 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xb4a155c4 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xd7c78330 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xdcf6a394 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xdd5e5506 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xea414285 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfbfbf913 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xfd250a0c p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/9p/9pnet 0xff95e0fd p9_client_read +EXPORT_SYMBOL net/appletalk/appletalk 0x0eac3a1d alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x1bd0c900 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x20348a96 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x6f83a0f0 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x02b28ecc atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x47439558 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x4e62b239 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x5cecc3ad vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x64dfa6af atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x656eb6e7 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x75eba521 atm_charge +EXPORT_SYMBOL net/atm/atm 0x801c696e vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa03b81cc register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb19c2e50 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xc9e4b31e atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xe0af6088 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xe943b62e atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xf1774b53 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x1da3fea7 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x2189304c ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x2ca3e786 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x2eae8547 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x30f59e5f ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x52dad07c ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x7688bff3 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x85f71b44 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xdb64935a ax25_header_ops +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0015a181 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1c6a7682 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1fe65355 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x24965454 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2bd8c5d0 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x30b8ad35 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x35384b10 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x46d2c85f hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4c5a3aaf hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x500476e6 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5ab633ee l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5bea085a bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5c457fd7 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x61e454dc hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x64012680 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x712c47b3 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x735d8841 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x73fefec0 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7a5944c2 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7d1bc77b __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x86a3bade bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x881ed907 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x93d0fce9 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9d5519a0 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa086ca4e hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbba3be70 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbf3f3412 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc099faf4 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xca34b386 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcb2dc76f bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdcd5a5e0 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xde2dec60 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xde4c445a bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdfe3d029 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe1a8a017 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfc72c91d bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfd2e6435 bt_accept_enqueue +EXPORT_SYMBOL net/bridge/bridge 0x0309c2fc br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x52a9f52e ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xf2c4c0da ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfc377b6e ebt_do_table +EXPORT_SYMBOL net/caif/caif 0x06a06801 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x1505d907 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 0x4053a307 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xa3686c8d caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xda096a1d cfcnfg_add_phy_layer +EXPORT_SYMBOL net/can/can 0x08b68327 can_ioctl +EXPORT_SYMBOL net/can/can 0x3567c306 can_rx_register +EXPORT_SYMBOL net/can/can 0x3cdc81d6 can_proto_unregister +EXPORT_SYMBOL net/can/can 0x600d2ac2 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x8c4fdad0 can_send +EXPORT_SYMBOL net/can/can 0x9ee4983d can_proto_register +EXPORT_SYMBOL net/ceph/libceph 0x0427d10c ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0a8cdcd4 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x0aa83af2 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x0e14a4bd ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x0f1d6963 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x113994c8 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x17d8b094 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1f37bd33 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x22385466 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0x29892798 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x2a5b7180 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x2c644982 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x2cacf0a6 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x2d8448ce ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x2ec108f6 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x2f9edf13 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x30d4c7b9 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x3525456f ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x3658eceb ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x39c29ec3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3b0bb8b2 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x3b388b3e __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x417173f8 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x427e8237 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x47e5fe08 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x54143dc6 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x55f6068a ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5a63ef94 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5b52ddba ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x5e665222 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x60bfe87a osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x61d7f84c ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x68e9c8e8 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x691b7a92 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x6943b479 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x74ca34e7 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7cec37af ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x7cf70250 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x7d86e697 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x7e435411 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x80a2b724 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x81640786 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x82e25c81 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x8d2162c5 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x8da8d642 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9afc1a82 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x9f3629e3 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0x9f75a929 ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xa5988321 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xadf7954a osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xaf25fcef osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb04940b4 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xb1c5918c ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xb2dea512 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb6de9a75 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xbcb98417 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0xbd98a677 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0xbfba35bf ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xbfff4f1a ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc5594aff ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcc1b8871 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xcddfed32 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xcf205181 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd60e616f ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd6cd867f ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xd86db65e ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0xdd0a67e4 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xdd16eb1d ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xe19dff8a ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xe55d9bcd ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xe738c7ee ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xeacc0aef osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xee9d0d44 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xfadc83b1 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xfb8616ec osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xff4373ae osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xd6fe6100 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0xc330c261 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x074f629b wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0ed2ff12 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2bc6a42b ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x35aa0d6c ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3bc3034c wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7267efb7 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x76c1aa40 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x8905d3ea ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9354ffe2 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9bef308d ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xac039e0e wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0xcb7f3e38 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xd11e703d ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x2ea8811e ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x17678e93 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xa4bb419f arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xaf42959e arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x5bec0559 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x97ebb704 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xc8f107ac ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x7cbf7f99 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xc78dccb8 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xadb7352a ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb11f4fe0 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x5f6d528c ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7c9e4014 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x93fb8331 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x4ffeb60c xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xfca9a50e xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x39ea6f3c xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x6959e768 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x0f041bc3 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x65c80dd6 ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x6b0cbb81 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x73cdb72b ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x7d49b751 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xbba8dbfd ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xec167fcd ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xfc26e0b0 ircomm_data_request +EXPORT_SYMBOL net/irda/irda 0x03bb60a8 irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x057d81f1 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x087b64d8 async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x17a491c5 irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x3070ac4c iriap_open +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x36cad55b hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x37791344 hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x3add389f irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x435b52a1 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x58122ad1 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x590db856 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x5b99aa2d irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x6492e28c hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x67c14805 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b76aa70 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x71490ea7 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x731cec71 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x76454fa8 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7a4cbb5e irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x7dc560a5 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x7e67ca6e irias_new_object +EXPORT_SYMBOL net/irda/irda 0x8982c8d9 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x8a44dd5e hashbin_new +EXPORT_SYMBOL net/irda/irda 0x90ddb6bd hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9ffda243 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0xb3c13d7f irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0xb455f349 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbd96746d irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xbf7dd554 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xbfa7c08d hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xc477368d irias_find_object +EXPORT_SYMBOL net/irda/irda 0xc4997fbe irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0xd275d78e irttp_data_request +EXPORT_SYMBOL net/irda/irda 0xd5c30e53 irttp_dup +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe3bfb474 irlap_close +EXPORT_SYMBOL net/irda/irda 0xe4b1a1ca irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xee6133d3 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0xf199cba4 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xfb9e4032 iriap_close +EXPORT_SYMBOL net/irda/irda 0xfc943925 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0xffe5e598 irlap_open +EXPORT_SYMBOL net/l2tp/l2tp_core 0xd8e8f821 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x07bd6bd6 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x18cdee33 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x27b11a06 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x47930d65 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x7e74c3ac lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x7ed43dd3 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xcee61dd6 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xd6c1146a lapb_connect_request +EXPORT_SYMBOL net/llc/llc 0x019c0c0b llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x06561dce llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x15782335 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x56ad4f60 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x66694813 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xc79c3330 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xd10e51f3 llc_sap_close +EXPORT_SYMBOL net/mac80211/mac80211 0x008e1138 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x02fdb374 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x07098c6f ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x09000642 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x14414ecd ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x169b32ce ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x24f0a164 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x25e1a82c ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x2b7f5696 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x363304ae ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x3df9b5f7 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x484909a8 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x507e5809 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x51b8b78f ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x51e03795 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x5390e0bc rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x571b3933 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x58d9ac4e __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5da3d248 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x5f4021a5 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x642507ec __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x68dd4056 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x6e603019 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x71a40020 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x794fbb69 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x7e1edc33 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x7e2b07be ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7f34727c ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x8758baed ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x8fd60e26 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x90a3a3a8 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x912cc876 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x97a8c697 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x986a6d10 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x9b2ea76d ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x9e3d4c99 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xa02498a0 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa551b186 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xa65d9d54 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xa7870ebc ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xa99ffc0d ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xaf516fb8 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xb3099b9e ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xb30b587c __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xb4ff9d77 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xb54780be ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xb5a06821 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xb5ff4a3e ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0xb945ab3d ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xc2bfad7b rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xc3e98577 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xcb2cf44f ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xcf2e1ba5 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd23c9693 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xdce2c5ed ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xde4c6bf6 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xe1d3af88 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe94c6932 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xeb09f28e ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xec9d1145 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xed3f96b9 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xf391224e ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf4ccfa94 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xf9dc675b __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac802154/mac802154 0x24025dea ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x307ad023 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x7afcce64 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0x8c6d2aec ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0xcf385f82 ieee802154_unregister_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0245f93a ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0472470b register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x115287bd register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1751453a ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x55e4035f ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9222b88f ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa2e94dea ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xacaaaed0 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb120c364 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc770907e unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcca3dd15 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdfeb3364 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe12349b6 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe38a1b6e ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x019cb222 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x8be4d10a __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xc56c4116 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x2931d8cc __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x49bb780e nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x73e3d9f9 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x77293333 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xee0d00b5 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0xfb92fb37 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/x_tables 0x087f9242 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x37573476 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x3c369904 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x4076cde3 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x4170595f xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x447f13f5 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x7bcd5435 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x891aa4f1 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xb4f35866 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xe1ba7ec8 xt_register_targets +EXPORT_SYMBOL net/nfc/hci/hci 0x0abe31bf nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x2a2779f7 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x2d344f88 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x3b57ed92 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x53884274 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x5561ff10 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x5a5706ae nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x68898ef8 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x80066477 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x890e3797 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x8f684116 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x900c83c1 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xbee07b2a nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xc68602f4 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xc8aa0830 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xcc93dcd8 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0xdb89ce98 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xe79c3bf6 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/nci/nci 0x3a0e9cb6 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x9393afc8 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xaa17aef1 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc064eaba nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xc74b3c89 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xf21bf81a nci_register_device +EXPORT_SYMBOL net/nfc/nfc 0x2e0e77c8 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x2f942712 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x33581fff nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x47ec6e28 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x4f8607a2 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x53020d42 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x567e71db nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x60a858ef nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x63f3e1b6 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x6f06f414 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x78e4fb66 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x7af7ae52 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x821650b9 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x9ad16168 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xa1bd477a nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xa63ff738 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xbd812b2c nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xcff53bf0 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xeaed218f nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xf2ca8d71 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xffb3aaec nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc_digital 0x03e94e4e nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x47625e3a nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x738bdd96 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xbe661c30 nfc_digital_free_device +EXPORT_SYMBOL net/phonet/phonet 0x29531f7c phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x4fdaa663 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x6126546d pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x81b1ea72 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x912bca39 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xa20b756f phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xeaca17d9 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xfe8d7f2e pn_sock_get_port +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1cc9db85 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x285e4f7b rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x33d23ed0 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4f7c9710 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x525f9c43 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x8300267a rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x838974e5 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x84340151 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x844281de rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x8d1da6fe key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x90fef7f3 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x9b122f0d rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xaef0be13 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xe97fcf10 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf943c1a8 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/sctp/sctp 0x5a84f24e sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x5229f0ec gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x5db9ac4a gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xbaf7150c gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x4fb3c9d1 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x860677f5 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x8eec3657 xdr_restrict_buflen +EXPORT_SYMBOL net/wimax/wimax 0x3d4ec9f9 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0xc7ceacb5 wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x02e30505 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x043c3819 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x049d7a66 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x070d8816 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x08c7384b cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x09fd994c __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc84cf9 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x0d7438d8 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x0de60cc0 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x11707d01 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x1182a232 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x12ce3514 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x145c4775 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x16792592 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x17f4b444 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1c6a222a ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x1d246ff9 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x2304b560 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x2b95be78 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x30518ee9 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x355cf5a9 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3dc70cf1 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x3f1953af cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x3f8324cd freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x4318b2b2 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x43a64142 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4513cf02 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x4ccf7193 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x51012a73 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x545362f4 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x571e7500 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x58aa2f50 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x5f6f3b5e ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x5f7a7f42 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x61e5dd32 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x6d70e9e6 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x6e492d3f cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x7010477d cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x73361f2d cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x7550ff3d cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x796b870e cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x81638ed7 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x83de379e cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x85121c00 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x8580dc68 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x88c5374e wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8b476ceb regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x8d8cebac cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x8f2a9857 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9dbd0199 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa3c87cd7 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xa54e6124 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xa9199720 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xaaf0d815 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0xab4f5be7 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xb5757130 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xb6d92e69 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xb8ef50d9 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xb9520b0a cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xbdbe3a8b cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xbf5d7217 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xca61bcec ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xca75e1e7 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xcd692e07 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xceaa1a53 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd1d49caf ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd54a4900 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xd89bcb20 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xe290c023 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xe444aad8 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xe6521e48 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf0b68b21 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xf2588673 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xf9247c87 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xfc155bf7 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x05372215 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x4efe451b lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xc2fd1d5f lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xcecb6445 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xd96a814c lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xfe9c3f47 lib80211_crypt_info_free +EXPORT_SYMBOL sound/ac97_bus 0x03aebdcb ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x3b7b3764 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 0x2aceb405 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 0x49f30a64 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0x5e9b02f8 snd_seq_kernel_client_enqueue_blocking +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 0xc2f7b5aa snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be 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-device 0x0d08c28f snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xba1dd650 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x127b30fb snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x1cdc0812 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x59eb74ae snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8102ed2f snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb11ba32d snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb2c7f684 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xea0e5748 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xed42580b snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x6fea6379 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd-hwdep 0x921f93fe snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x04f0c9f8 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x23cb56d2 __snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x281f0e13 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2a382bb3 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x360be8cc snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x58db5651 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x647ec688 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6a736375 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x75a4b5a1 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x76fe0538 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8b5bba93 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9012502d snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa03b1a7a snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa79d0fe2 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb3599805 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc6e321ae snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc8e17c2a snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf268824d snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfd226f1a __snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x1dc04758 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 0x059c062c snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x3156e58c snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x3c9ddfdc snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x457cec22 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x73e0d1a8 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb9c235d8 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xbb5a3706 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc89b88e6 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xccdb7db0 snd_opl3_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x3c6655b3 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6d30dfa4 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x78e1d2c2 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x93651148 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xae8f3726 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xaf78c546 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb1d1bb20 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf55a1171 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf951335a snd_vx_load_boot_image +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0c2d7b11 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0e6406ad fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x15c511f7 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1d71ea68 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1dabe33e amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3569f30f amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x35b5072b fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4c8c587a avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x58f77efe avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5b2aca7a amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x668326a0 amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6cb2e032 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7545700f amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7afe295b cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7c38e8c6 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x90a758d4 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa2ca75c6 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xab6675be fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xad5bc1ed amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xadeabd7f iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xaf36fcaf cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb7c2129e fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc0a2e25b amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcb026458 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd8e2614e fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd8ef0dd9 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdca7c2ae amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xde6dc8cd avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe0f671a7 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe84654e9 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xff5011ab amdtp_stream_start +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2bd7a45a snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9561db84 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9ea2923f snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9fd4ab9f snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa4c16a9f snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xe0c48ebf snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x26592451 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x2b954991 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x533e0837 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x77dcad02 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x341202e2 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x79efc306 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x25efa968 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x3fb10d04 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x66178b4c snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x989c4b81 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x9e628c96 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xaa52edb1 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-i2c 0x2ab1d31a snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x5a0ca64a snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x5c01422d snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x671c972b snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x86f84634 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xabed77a6 snd_i2c_device_create +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x059ee6ca snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3960fcac snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x739fb5b9 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x74644856 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x960e7c23 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9d72173f snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa6e25cdd snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbb0cb1bc snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbdbd59af snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc34a3ddc snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xca7aa0be snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xce0a9e22 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd083cb0f snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd888fa76 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xebd9a382 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfa49f751 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfa83cb0e snd_ac97_update_power +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x252276ab snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x56e4ec33 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x59da549d snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x68490834 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x82049ebb snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa6d99d36 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb7a6dcb8 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc25f90ac snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xeb32cfb2 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x7e2c1632 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x855b8d6f snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xfbe998cb snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x05019c3e oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0fdb65ff oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x14ae953a oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1a342bc2 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1bb91150 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1df4a71c oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2dd5528f oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x45cbd7ba oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x53adb652 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5af9523a oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x65136524 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x791ace55 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8ace9bc1 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8f7cd46b oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa2f55d6a oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa9499f7b oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xadb59c83 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbe4782cf oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc158ae68 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcabf468e oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd1ba5b74 oxygen_write8 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x27526a68 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x345ee813 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x9158d0d3 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xbc4eb39e snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xcd9c9d59 snd_trident_stop_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x5af88dc2 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xf5c1bba5 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x55a890bd 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 0xb2125a13 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xc570f72b snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xd34600eb snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe7bd8435 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xffa3d85f snd_emux_register +EXPORT_SYMBOL sound/synth/snd-util-mem 0x666f06ca snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x69e196cd __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x724b0f6c __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x8121e080 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x89abea20 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xb751da56 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xcee84c06 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe0ca41cc __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 0x66e8fc0a snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x0005e00e blk_get_queue +EXPORT_SYMBOL vmlinux 0x0008af5b devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x003e3464 bdput +EXPORT_SYMBOL vmlinux 0x006ed7db find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x0083e836 lease_modify +EXPORT_SYMBOL vmlinux 0x0092c908 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x00ce26d4 tty_free_termios +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x00fcb0aa block_write_end +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x0106789c put_io_context +EXPORT_SYMBOL vmlinux 0x01127bf9 tc6393xb_lcd_set_power +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x011653b5 lro_receive_skb +EXPORT_SYMBOL vmlinux 0x011a9e53 elf_hwcap2 +EXPORT_SYMBOL vmlinux 0x012537ab generic_listxattr +EXPORT_SYMBOL vmlinux 0x012c9f3b __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x01441a68 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x016a803f init_net +EXPORT_SYMBOL vmlinux 0x016fdd0d tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x0186e2de smp_call_function_many +EXPORT_SYMBOL vmlinux 0x01a3d310 omap_set_dma_channel_mode +EXPORT_SYMBOL vmlinux 0x01adf5f4 get_io_context +EXPORT_SYMBOL vmlinux 0x01b7fd59 dispc_read_irqstatus +EXPORT_SYMBOL vmlinux 0x01c9988b scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x01ea132e dispc_runtime_put +EXPORT_SYMBOL vmlinux 0x01ea7af6 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x01f77f2a snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x02196324 __aeabi_idiv +EXPORT_SYMBOL vmlinux 0x0221e5ab of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x02300ac4 have_submounts +EXPORT_SYMBOL vmlinux 0x0233ba08 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x024bf88f omap_modify_dma_chain_params +EXPORT_SYMBOL vmlinux 0x02573b36 omap_disable_dma_irq +EXPORT_SYMBOL vmlinux 0x02604144 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x02609591 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0272f3e3 dm_register_target +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027c465d jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02c25daf pipe_lock +EXPORT_SYMBOL vmlinux 0x02c2d78f __destroy_inode +EXPORT_SYMBOL vmlinux 0x02cf6b0d ___pskb_trim +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02ef742b percpu_counter_set +EXPORT_SYMBOL vmlinux 0x02f36128 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x03026722 mempool_alloc +EXPORT_SYMBOL vmlinux 0x030be7d5 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x030cd937 pps_event +EXPORT_SYMBOL vmlinux 0x0317a3b3 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0342a67d sock_release +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x03635439 edma_stop +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x039923e1 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x039fabde pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x03a3fe67 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x03ba39b0 v7_flush_user_cache_all +EXPORT_SYMBOL vmlinux 0x03bd6b05 misc_deregister +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03cbf8ea audit_log +EXPORT_SYMBOL vmlinux 0x03d97f9c security_path_mkdir +EXPORT_SYMBOL vmlinux 0x03ecfe1a kvm_read_guest_atomic +EXPORT_SYMBOL vmlinux 0x03f9f0ba get_thermal_instance +EXPORT_SYMBOL vmlinux 0x03fa7f4d vfs_link +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x03ff9d6d jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x04074d15 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x0413ed92 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x041a6312 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x04387132 finish_no_open +EXPORT_SYMBOL vmlinux 0x044036c0 snd_pcm_set_sync +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044b3f78 should_remove_suid +EXPORT_SYMBOL vmlinux 0x045c8e43 simple_release_fs +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x04cb3191 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x04cda566 snd_interval_refine +EXPORT_SYMBOL vmlinux 0x04d08dd1 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04f3223c xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x0512da81 bdevname +EXPORT_SYMBOL vmlinux 0x051effd2 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x052afb34 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x053cb5e9 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x05588a25 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05950839 lock_rename +EXPORT_SYMBOL vmlinux 0x05c7623c netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x05fb9cf7 dqput +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x06179b7f phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x06325e3c pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06607f92 dss_feat_get_supported_outputs +EXPORT_SYMBOL vmlinux 0x067ab8e9 generic_removexattr +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x0687a2a8 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x06944fe1 snd_pcm_hw_param_last +EXPORT_SYMBOL vmlinux 0x06cf4d29 input_event +EXPORT_SYMBOL vmlinux 0x06d5b725 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x07033239 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x07349b3e cfb_copyarea +EXPORT_SYMBOL vmlinux 0x073bce87 edma_write_slot +EXPORT_SYMBOL vmlinux 0x0767c0e1 kill_litter_super +EXPORT_SYMBOL vmlinux 0x0784a6f4 pci_release_region +EXPORT_SYMBOL vmlinux 0x0790e0f3 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x07a4b576 flex_array_free +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07cf9099 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x07dc9829 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x07e54191 netdev_crit +EXPORT_SYMBOL vmlinux 0x07e5a110 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x081f3afb complete_all +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x082d226b update_time +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x087a0d75 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x0893e171 nand_lock +EXPORT_SYMBOL vmlinux 0x08a53cea xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x08b99b60 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x08bcf1a1 sk_net_capable +EXPORT_SYMBOL vmlinux 0x08d8a77c __i2c_transfer +EXPORT_SYMBOL vmlinux 0x08e03303 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x08e08992 bio_copy_kern +EXPORT_SYMBOL vmlinux 0x09462b4d inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x094e1f6d flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x0966f082 find_get_entry +EXPORT_SYMBOL vmlinux 0x097ec1ff _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0998c227 blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x09a7890f blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x09b71570 vm_map_ram +EXPORT_SYMBOL vmlinux 0x09b71b33 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09cf1b46 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x09cff143 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d5d5cf tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x09f87f7d __page_symlink +EXPORT_SYMBOL vmlinux 0x0a0786de udplite_table +EXPORT_SYMBOL vmlinux 0x0a10da15 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a2c3dab snd_timer_resolution +EXPORT_SYMBOL vmlinux 0x0a3050d9 mapping_tagged +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a5671a9 snd_info_create_module_entry +EXPORT_SYMBOL vmlinux 0x0a6554ca pci_scan_slot +EXPORT_SYMBOL vmlinux 0x0a711a7e from_kgid_munged +EXPORT_SYMBOL vmlinux 0x0a79a5b5 dispc_ovl_check +EXPORT_SYMBOL vmlinux 0x0aa13d05 __raw_readsw +EXPORT_SYMBOL vmlinux 0x0aa86199 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x0aaac19a dquot_scan_active +EXPORT_SYMBOL vmlinux 0x0ac8a8ff vme_bus_type +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0aceebc7 dss_mgr_set_timings +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad43493 load_nls +EXPORT_SYMBOL vmlinux 0x0adfab73 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x0ae67ccd sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x0b0840af dev_addr_add +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b3cf329 notify_change +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b5eb056 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7819af vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x0b9a5f71 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x0ba04db7 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bcf3b72 dev_err +EXPORT_SYMBOL vmlinux 0x0bd89746 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x0be15fa4 snd_get_device +EXPORT_SYMBOL vmlinux 0x0c1bf88b blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x0c285cce snd_mixer_oss_notify_callback +EXPORT_SYMBOL vmlinux 0x0c2edc2d rtnl_unicast +EXPORT_SYMBOL vmlinux 0x0c3e05d5 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x0c42b82b km_is_alive +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c5f77fe gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c708ffe mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x0c837c9e pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x0c88bf33 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca54fee _test_and_set_bit +EXPORT_SYMBOL vmlinux 0x0caaf232 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cc1ce5f ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x0cf18481 vme_master_request +EXPORT_SYMBOL vmlinux 0x0cfefe1e percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x0cff789b d_set_d_op +EXPORT_SYMBOL vmlinux 0x0d1c3733 audit_log_start +EXPORT_SYMBOL vmlinux 0x0d3f57a2 _find_next_bit_le +EXPORT_SYMBOL vmlinux 0x0d4772a1 mmc_free_host +EXPORT_SYMBOL vmlinux 0x0d4d7a32 _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d63ed82 clk_get +EXPORT_SYMBOL vmlinux 0x0d707c9f twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x0d904d8a uart_register_driver +EXPORT_SYMBOL vmlinux 0x0d90a839 eth_header_cache +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dd87b3a crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x0decb2cb dma_alloc_from_coherent +EXPORT_SYMBOL vmlinux 0x0e0f8011 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x0e1ac3b1 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x0e23132b input_free_device +EXPORT_SYMBOL vmlinux 0x0e449096 bio_reset +EXPORT_SYMBOL vmlinux 0x0e4c1a47 omapdss_register_output +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0eaf451e hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0eb106b3 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed7599a pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x0edd71ef dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x0ef5fa50 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0effdc9f mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x0f2b9d03 kunmap +EXPORT_SYMBOL vmlinux 0x0f35ddc3 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x0f3b0fc5 __d_drop +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f5ce31c mii_nway_restart +EXPORT_SYMBOL vmlinux 0x0f95275e netdev_info +EXPORT_SYMBOL vmlinux 0x0fa2a45e __memzero +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fb3ccc9 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x0fb9dbfa mddev_congested +EXPORT_SYMBOL vmlinux 0x0fca90d1 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x0ff178f6 __aeabi_idivmod +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x1003afc3 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x100ab071 neigh_for_each +EXPORT_SYMBOL vmlinux 0x101b2977 proc_mkdir +EXPORT_SYMBOL vmlinux 0x102684fb omap_dss_get_output +EXPORT_SYMBOL vmlinux 0x102a10f0 kobject_add +EXPORT_SYMBOL vmlinux 0x105ddbc7 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x109b0dda init_buffer +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x11076ae3 omapdss_register_display +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1125206d dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x11298f2f framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x113da077 __dst_free +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11750ec7 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x11819028 get_user_pages +EXPORT_SYMBOL vmlinux 0x11858bb8 devm_clk_put +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x119b50e7 elf_check_arch +EXPORT_SYMBOL vmlinux 0x11a28cf6 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x11c6d61b pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x11c91f32 omapdss_default_get_recommended_bpp +EXPORT_SYMBOL vmlinux 0x11cbe6e8 of_phy_attach +EXPORT_SYMBOL vmlinux 0x11dc19e5 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x11e83700 blk_get_request +EXPORT_SYMBOL vmlinux 0x11f08cf8 dquot_acquire +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x12030702 bio_endio +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1212beae snd_card_set_id +EXPORT_SYMBOL vmlinux 0x1231d7e0 snd_timer_start +EXPORT_SYMBOL vmlinux 0x12385f26 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x123920bf scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x123a1dc7 sys_fillrect +EXPORT_SYMBOL vmlinux 0x125e9320 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL vmlinux 0x126638de frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x1275b674 posix_lock_file +EXPORT_SYMBOL vmlinux 0x12811ad0 blk_complete_request +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12b7da34 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x12d052bf of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x12d6bfb2 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12db9ac4 PDE_DATA +EXPORT_SYMBOL vmlinux 0x12edb59f dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x130c01bf unregister_netdev +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x132c1a42 sock_update_memcg +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13315729 flex_array_alloc +EXPORT_SYMBOL vmlinux 0x1392fa80 fb_get_mode +EXPORT_SYMBOL vmlinux 0x1393d878 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x13a362c3 led_blink_set +EXPORT_SYMBOL vmlinux 0x13b8ecd6 kobject_put +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13db8a8c phy_connect +EXPORT_SYMBOL vmlinux 0x13eefc32 vfs_readv +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13fd6e93 locks_free_lock +EXPORT_SYMBOL vmlinux 0x141d18e1 prepare_binprm +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x14221c1a swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x1429e6c2 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x1436fad3 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0x1458692f vm_insert_page +EXPORT_SYMBOL vmlinux 0x145ed1f1 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x14910b85 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x1491f111 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x14a1f25e dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x14a82bbf xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0x14a9cc4c scm_detach_fds +EXPORT_SYMBOL vmlinux 0x14d4a9c5 _change_bit +EXPORT_SYMBOL vmlinux 0x14eb9810 would_dump +EXPORT_SYMBOL vmlinux 0x15055d8b xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x1536459a console_start +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x156f7e62 __inet6_hash +EXPORT_SYMBOL vmlinux 0x1584359a __elv_add_request +EXPORT_SYMBOL vmlinux 0x1589c363 pci_find_capability +EXPORT_SYMBOL vmlinux 0x158fe4d8 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x15a446c5 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x15ab2c62 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x15ab39f8 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x15af54ee dev_addr_del +EXPORT_SYMBOL vmlinux 0x15b41c69 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x15ca73b0 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x15d27292 __skb_checksum +EXPORT_SYMBOL vmlinux 0x15e378d2 of_iomap +EXPORT_SYMBOL vmlinux 0x15e4ec8f __seq_open_private +EXPORT_SYMBOL vmlinux 0x15ece4d9 vfs_llseek +EXPORT_SYMBOL vmlinux 0x162ccc0c lg_local_lock +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x16361217 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x16513871 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x1651aeef elm_config +EXPORT_SYMBOL vmlinux 0x1655467d devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x1671d088 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x16766435 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x1683a50b radix_tree_delete +EXPORT_SYMBOL vmlinux 0x16855a72 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x169ad103 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0x16b31013 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x16b6074e devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x16f163dc bio_map_user +EXPORT_SYMBOL vmlinux 0x16f3224a sk_wait_data +EXPORT_SYMBOL vmlinux 0x16f92d17 elevator_init +EXPORT_SYMBOL vmlinux 0x17288d99 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x1735364d sock_i_uid +EXPORT_SYMBOL vmlinux 0x1743ce0a arp_tbl +EXPORT_SYMBOL vmlinux 0x17453653 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x17584487 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x175af499 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x1764174d bdi_unregister +EXPORT_SYMBOL vmlinux 0x1778a0b2 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x177a366c scsi_host_put +EXPORT_SYMBOL vmlinux 0x177bcf25 dma_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x1784f057 dispc_ovl_set_fifo_threshold +EXPORT_SYMBOL vmlinux 0x17a142df __copy_from_user +EXPORT_SYMBOL vmlinux 0x17acd17f mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17de497e qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x182e3f3b ps2_command +EXPORT_SYMBOL vmlinux 0x18338140 snd_pcm_new +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x18804f0f omapdss_find_mgr_from_display +EXPORT_SYMBOL vmlinux 0x1888d62a generic_ro_fops +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x18960cf1 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18a4334c mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x18bd76a4 _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x18c2227f cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x18c5a6f0 tcp_close +EXPORT_SYMBOL vmlinux 0x18c9ae5c dss_mgr_unregister_framedone_handler +EXPORT_SYMBOL vmlinux 0x18d1b4f5 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x18eb7328 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x192c43a8 udp_set_csum +EXPORT_SYMBOL vmlinux 0x193d434f free_user_ns +EXPORT_SYMBOL vmlinux 0x1940b374 kmap +EXPORT_SYMBOL vmlinux 0x195416ad padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x19610e1f cpu_all_bits +EXPORT_SYMBOL vmlinux 0x1967b1fe blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x197bd396 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x197dc3b3 omap_set_dma_src_burst_mode +EXPORT_SYMBOL vmlinux 0x197e99b9 padata_do_serial +EXPORT_SYMBOL vmlinux 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL vmlinux 0x1994fa3b d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a3584b dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x19b1a026 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c35dc2 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x19e31aaf pcim_enable_device +EXPORT_SYMBOL vmlinux 0x19ed2de2 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x19f5809b dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0x1a064f2a find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x1a11273c led_set_brightness +EXPORT_SYMBOL vmlinux 0x1a3954d8 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x1a4fc2c7 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x1a65f4ad __arm_ioremap_pfn +EXPORT_SYMBOL vmlinux 0x1a6e79bb snd_card_register +EXPORT_SYMBOL vmlinux 0x1a702944 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL vmlinux 0x1a852901 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x1a90b2bd input_allocate_device +EXPORT_SYMBOL vmlinux 0x1a955122 amba_request_regions +EXPORT_SYMBOL vmlinux 0x1aaadcc1 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x1ab5bbda truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x1abd9127 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad1f2e7 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b21cfe4 filemap_flush +EXPORT_SYMBOL vmlinux 0x1b530b36 fget_raw +EXPORT_SYMBOL vmlinux 0x1b5b7b5d pci_release_regions +EXPORT_SYMBOL vmlinux 0x1b6306a7 udp_proc_register +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b643c64 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x1b6b1e22 unregister_console +EXPORT_SYMBOL vmlinux 0x1b717146 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x1b79a71e of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b957b22 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x1b9bdb1c write_inode_now +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bee63c3 kill_pid +EXPORT_SYMBOL vmlinux 0x1bf76df4 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x1c333879 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x1c35f27d unregister_filesystem +EXPORT_SYMBOL vmlinux 0x1c423644 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x1c444fdb pci_pme_capable +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c64f6f3 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x1c6fdb85 rt6_lookup +EXPORT_SYMBOL vmlinux 0x1c8d21b0 dev_deactivate +EXPORT_SYMBOL vmlinux 0x1ca2fb02 ata_port_printk +EXPORT_SYMBOL vmlinux 0x1cfa4e67 lock_may_read +EXPORT_SYMBOL vmlinux 0x1cfb04fa finish_wait +EXPORT_SYMBOL vmlinux 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL vmlinux 0x1d0417a3 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x1d2609f2 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x1d289148 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x1d385b9f blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x1d3a4534 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1d588b22 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x1d624a2e omap_dss_get_overlay_manager +EXPORT_SYMBOL vmlinux 0x1d66705f inet_addr_type +EXPORT_SYMBOL vmlinux 0x1d6d8e62 neigh_compat_output +EXPORT_SYMBOL vmlinux 0x1d80587f tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x1db59514 elevator_change +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1df13a3a snd_pcm_mmap_data +EXPORT_SYMBOL vmlinux 0x1df18e39 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x1df9e7cf omap_dss_put_device +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e086d03 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x1e09d2db snd_pcm_hw_refine +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e2b6747 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x1e489eaf pci_clear_master +EXPORT_SYMBOL vmlinux 0x1e5638c7 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x1e64d538 unlock_page +EXPORT_SYMBOL vmlinux 0x1e6bdbc5 __lock_buffer +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e8215af free_buffer_head +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ebcc116 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ed15089 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x1ee3ba90 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x1eeacc00 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x1eeb848e __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x1ef96f6d amba_device_register +EXPORT_SYMBOL vmlinux 0x1efe4da7 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0x1f147537 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x1f3022f7 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x1f3b42c6 snd_ctl_replace +EXPORT_SYMBOL vmlinux 0x1f6cee75 kernel_connect +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1f85cb21 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x1fa91ef7 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0x1fab5905 wait_for_completion +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd25156 md_check_recovery +EXPORT_SYMBOL vmlinux 0x1fdd1e6e snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL vmlinux 0x1fe1a7f5 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x1fe7f4c6 do_map_probe +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x1fef387d blk_rq_init +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x20185972 pcim_iomap +EXPORT_SYMBOL vmlinux 0x20346663 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x20421305 on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204f3445 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x205ec8de omap_dispc_register_isr +EXPORT_SYMBOL vmlinux 0x2068e72f redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x206ea59c mark_page_accessed +EXPORT_SYMBOL vmlinux 0x207166ad jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20910fa5 snd_ctl_remove_id +EXPORT_SYMBOL vmlinux 0x2092f218 amba_find_device +EXPORT_SYMBOL vmlinux 0x20a3e374 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20c52e64 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20d5e549 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x20d834b9 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20f77517 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x211331fa __divsi3 +EXPORT_SYMBOL vmlinux 0x21220636 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x2127cfda key_unlink +EXPORT_SYMBOL vmlinux 0x212c72d6 tty_vhangup +EXPORT_SYMBOL vmlinux 0x21309af5 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x213a8823 cpu_tlb +EXPORT_SYMBOL vmlinux 0x213c34e5 scsi_put_command +EXPORT_SYMBOL vmlinux 0x214f8c83 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x216494e6 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x216c7a81 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x21797094 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x2189d30e jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x2196c709 dma_supported +EXPORT_SYMBOL vmlinux 0x2201db14 dentry_open +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222fa684 lg_global_lock +EXPORT_SYMBOL vmlinux 0x2232a8a5 mempool_free +EXPORT_SYMBOL vmlinux 0x2256fafa div64_u64_rem +EXPORT_SYMBOL vmlinux 0x226c4b1b scsi_host_get +EXPORT_SYMBOL vmlinux 0x2275ff60 fd_install +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x227cd5e8 module_layout +EXPORT_SYMBOL vmlinux 0x227fc288 map_destroy +EXPORT_SYMBOL vmlinux 0x22830711 edma_clear_event +EXPORT_SYMBOL vmlinux 0x22882f23 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x229cf630 bio_chain +EXPORT_SYMBOL vmlinux 0x22a42125 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x22b2e64c __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22bea253 i2c_transfer +EXPORT_SYMBOL vmlinux 0x22cdb847 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x22ce649c deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x22d115e0 del_gendisk +EXPORT_SYMBOL vmlinux 0x22dfdd06 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x22ef5046 add_disk +EXPORT_SYMBOL vmlinux 0x22f633cb generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x230da5af snd_info_create_card_entry +EXPORT_SYMBOL vmlinux 0x2311ee1b neigh_parms_release +EXPORT_SYMBOL vmlinux 0x231af740 netif_napi_del +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x235c4117 __lock_page +EXPORT_SYMBOL vmlinux 0x2385b299 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x23890623 mdiobus_free +EXPORT_SYMBOL vmlinux 0x238a4ed0 put_disk +EXPORT_SYMBOL vmlinux 0x239e3d2d msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x23a16ca2 user_path_at +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23aa49d3 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x23b1a48e scm_set_boot_addr +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c85503 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23d6126b rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x23ebd268 get_disk +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x241260fe kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24225092 proc_symlink +EXPORT_SYMBOL vmlinux 0x2422adf3 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x242ed716 end_page_writeback +EXPORT_SYMBOL vmlinux 0x24375ea7 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2470b37d clk_add_alias +EXPORT_SYMBOL vmlinux 0x2474f9e2 follow_down_one +EXPORT_SYMBOL vmlinux 0x247e6baf dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL vmlinux 0x24cdc0c5 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x24cf2d48 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x24d7b4eb cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x24debcb4 of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x24e259a1 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x24e89400 pci_enable_msix +EXPORT_SYMBOL vmlinux 0x24ebb9c7 snd_timer_global_free +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x2503387f scsi_register_interface +EXPORT_SYMBOL vmlinux 0x25048a08 new_sync_read +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x2529383e setattr_copy +EXPORT_SYMBOL vmlinux 0x252d3a7d of_dev_put +EXPORT_SYMBOL vmlinux 0x2530504e pci_disable_device +EXPORT_SYMBOL vmlinux 0x254b83dd led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x25540332 inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x259790a7 ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x25a582f9 mount_bdev +EXPORT_SYMBOL vmlinux 0x25aa6dad max8998_read_reg +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25d257dd __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x25dad8a0 of_device_register +EXPORT_SYMBOL vmlinux 0x25e156a8 seq_bitmap +EXPORT_SYMBOL vmlinux 0x25f673fc gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x260db1ff abx500_register_ops +EXPORT_SYMBOL vmlinux 0x261b6333 generic_readlink +EXPORT_SYMBOL vmlinux 0x2629c7ab netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x26317aee simple_fill_super +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x2662b72c dma_pool_create +EXPORT_SYMBOL vmlinux 0x26695728 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x26770825 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x268285b8 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26bd75be snd_device_free +EXPORT_SYMBOL vmlinux 0x26c2058b jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x26dd8223 nf_log_packet +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x27082dce arp_xmit +EXPORT_SYMBOL vmlinux 0x271a986b new_sync_write +EXPORT_SYMBOL vmlinux 0x27209bba iterate_supers_type +EXPORT_SYMBOL vmlinux 0x27326e96 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x27348aeb dev_uc_del +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x275b0396 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x275ef902 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x2762642f simple_rmdir +EXPORT_SYMBOL vmlinux 0x276a7ec1 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x277b6781 vfs_read +EXPORT_SYMBOL vmlinux 0x27847622 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x279399e9 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x279da1d5 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27fa5a16 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x28118cb6 __get_user_1 +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28477a5a usbnet_link_change +EXPORT_SYMBOL vmlinux 0x285b5a7f dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x285f5ffc scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x286fcbde udp_disconnect +EXPORT_SYMBOL vmlinux 0x287dc41c scsi_execute +EXPORT_SYMBOL vmlinux 0x2883d417 of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28aa87e0 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x28bc8044 pci_select_bars +EXPORT_SYMBOL vmlinux 0x28ce274a pci_dev_driver +EXPORT_SYMBOL vmlinux 0x28e0a98e ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x28e64b5e mmc_start_req +EXPORT_SYMBOL vmlinux 0x291b8f1d __ip_dev_find +EXPORT_SYMBOL vmlinux 0x291f799e tcp_connect +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x2966ba82 page_address +EXPORT_SYMBOL vmlinux 0x2969b301 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x296bc2d5 netif_device_detach +EXPORT_SYMBOL vmlinux 0x29805ab4 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x299ca1aa kobject_get +EXPORT_SYMBOL vmlinux 0x29e1b020 ida_simple_remove +EXPORT_SYMBOL vmlinux 0x29e91a5b unlock_rename +EXPORT_SYMBOL vmlinux 0x29f0bb8c tty_set_operations +EXPORT_SYMBOL vmlinux 0x29f9feed lease_get_mtime +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a00e208 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x2a031c0b snd_info_register +EXPORT_SYMBOL vmlinux 0x2a0c84a5 no_llseek +EXPORT_SYMBOL vmlinux 0x2a2bad6a xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a366fa0 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a3aa678 _test_and_clear_bit +EXPORT_SYMBOL vmlinux 0x2a5b8be2 ip6_route_output +EXPORT_SYMBOL vmlinux 0x2a6b3779 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x2a6df626 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a98aeb2 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x2a9e870e blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2ad6ff3d page_put_link +EXPORT_SYMBOL vmlinux 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL vmlinux 0x2ae61a89 tty_hangup +EXPORT_SYMBOL vmlinux 0x2ae9172b videomode_to_omap_video_timings +EXPORT_SYMBOL vmlinux 0x2af52700 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b12925d cpumask_next_and +EXPORT_SYMBOL vmlinux 0x2b193ef9 __nla_reserve +EXPORT_SYMBOL vmlinux 0x2b290d1d snd_register_oss_device +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b4e956e mempool_create +EXPORT_SYMBOL vmlinux 0x2b4ea21c mount_nodev +EXPORT_SYMBOL vmlinux 0x2b4f9ab4 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x2b535236 netlink_ack +EXPORT_SYMBOL vmlinux 0x2b7056a0 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x2b7d2cc5 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x2b7e1f18 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x2b89ac4a blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba1b203 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bae571b nlmsg_notify +EXPORT_SYMBOL vmlinux 0x2bbde7cf dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x2bca0b58 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x2bccf165 icmpv6_send +EXPORT_SYMBOL vmlinux 0x2bcfa6ec neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x2bdf42b9 input_release_device +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2be5587e udp_poll +EXPORT_SYMBOL vmlinux 0x2be9e357 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x2bf8b245 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x2bfbc606 single_release +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c14c79b bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x2c23d382 install_exec_creds +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c39165d input_unregister_handler +EXPORT_SYMBOL vmlinux 0x2c39f4ba xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x2c7c8e9a pcibios_min_mem +EXPORT_SYMBOL vmlinux 0x2c81ec75 __irq_regs +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2c9732f8 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x2c988955 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x2cbdea77 tty_register_driver +EXPORT_SYMBOL vmlinux 0x2cbef125 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x2cc64f3c __serio_register_driver +EXPORT_SYMBOL vmlinux 0x2cef28c3 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x2cf502aa ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d145021 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x2d21c305 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x2d23fe4f backlight_force_update +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d47e3b1 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x2d4eb5f1 register_md_personality +EXPORT_SYMBOL vmlinux 0x2d60b652 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x2d6507b5 _find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0x2d6c0b02 __register_binfmt +EXPORT_SYMBOL vmlinux 0x2d71918a generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x2d770676 dispc_mgr_go +EXPORT_SYMBOL vmlinux 0x2d83a4b0 snd_pcm_new_stream +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d8e727d writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2daad783 sk_common_release +EXPORT_SYMBOL vmlinux 0x2dba6c88 sg_miter_start +EXPORT_SYMBOL vmlinux 0x2dcd8233 qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x2dd1e7f1 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x2dd9a36b flex_array_shrink +EXPORT_SYMBOL vmlinux 0x2de70478 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2e0b245c tty_unthrottle +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e3f8175 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x2e45a1e7 do_splice_direct +EXPORT_SYMBOL vmlinux 0x2e45a4e7 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x2e48e600 __tcf_hash_release +EXPORT_SYMBOL vmlinux 0x2e52879c elv_rb_del +EXPORT_SYMBOL vmlinux 0x2e5810c6 __aeabi_unwind_cpp_pr1 +EXPORT_SYMBOL vmlinux 0x2e9f34be netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x2ea4b9e5 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x2eb99ab5 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ecde5fc posix_test_lock +EXPORT_SYMBOL vmlinux 0x2eea0769 pci_find_bus +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef37c79 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2ef9d428 tty_port_open +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f07cae0 inet_frag_find +EXPORT_SYMBOL vmlinux 0x2f09bdc0 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x2f393200 fb_find_mode +EXPORT_SYMBOL vmlinux 0x2f4cf17f tcp_disconnect +EXPORT_SYMBOL vmlinux 0x2f5685a9 vfs_setpos +EXPORT_SYMBOL vmlinux 0x2f74cb76 snd_pcm_new_internal +EXPORT_SYMBOL vmlinux 0x2f918658 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x2fa9dc47 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x2fac25cc md_register_thread +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fd126f3 freeze_super +EXPORT_SYMBOL vmlinux 0x2fdae7fe xfrm_input +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe8279c shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x3003dd44 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x300a6168 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x30136211 of_clk_get +EXPORT_SYMBOL vmlinux 0x301b8a18 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x30793a8f km_policy_expired +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x3082a0b3 dss_feat_get_supported_color_modes +EXPORT_SYMBOL vmlinux 0x308ce880 inet_bind +EXPORT_SYMBOL vmlinux 0x30930312 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x30a5a586 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30b65a5f devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0x30bdbd8f inode_add_bytes +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x3103256f blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x311b921b bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x312824e0 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x312a68d1 of_phy_connect +EXPORT_SYMBOL vmlinux 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL vmlinux 0x31336868 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x316598b1 check_disk_size_change +EXPORT_SYMBOL vmlinux 0x31805f80 __net_get_random_once +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x31aaa27a generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x31abec1e complete_request_key +EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x31d3d171 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x31d683da sk_free +EXPORT_SYMBOL vmlinux 0x31e71bd7 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x31fd934c dput +EXPORT_SYMBOL vmlinux 0x320427c0 input_set_capability +EXPORT_SYMBOL vmlinux 0x320e87a6 km_query +EXPORT_SYMBOL vmlinux 0x32304bf4 send_sig_info +EXPORT_SYMBOL vmlinux 0x323baab6 tc_classify_compat +EXPORT_SYMBOL vmlinux 0x3250b931 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x3251221c nand_bch_calculate_ecc +EXPORT_SYMBOL vmlinux 0x327b4361 vfs_unlink +EXPORT_SYMBOL vmlinux 0x328a05f1 strncpy +EXPORT_SYMBOL vmlinux 0x32907b91 idr_remove +EXPORT_SYMBOL vmlinux 0x329636b7 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x32af4b68 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x32b0312e __pci_register_driver +EXPORT_SYMBOL vmlinux 0x32b7ccfe get_mem_type +EXPORT_SYMBOL vmlinux 0x32ef1b56 init_special_inode +EXPORT_SYMBOL vmlinux 0x32f7f521 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x3316845e idr_get_next +EXPORT_SYMBOL vmlinux 0x33308304 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x3330a47d gen_pool_free +EXPORT_SYMBOL vmlinux 0x333a215e vme_irq_free +EXPORT_SYMBOL vmlinux 0x334f085a gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x33583fbf kfree_skb +EXPORT_SYMBOL vmlinux 0x336fd613 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x33737fa6 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x33b6680c input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33d5a8a0 finish_open +EXPORT_SYMBOL vmlinux 0x33d7de26 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33e51aba mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x340663eb tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x3412bed2 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x3414219a snd_pcm_lib_read +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341dbfa3 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x34335129 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x3433e10a mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x34364ac2 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x343ac646 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x344b7739 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x344ba290 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x3458267d __sb_end_write +EXPORT_SYMBOL vmlinux 0x345ee506 mmc_request_done +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x346c1be9 generic_writepages +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x34794e4c backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34b080bf neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x34b8c674 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x34de82ae kmap_high +EXPORT_SYMBOL vmlinux 0x34df395a bitmap_unplug +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x3507a132 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351e843b devm_iounmap +EXPORT_SYMBOL vmlinux 0x353de98f cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x353e3fa5 __get_user_4 +EXPORT_SYMBOL vmlinux 0x354082ae devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x3548d666 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x3548d6df netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x354e1a31 dev_crit +EXPORT_SYMBOL vmlinux 0x3572e3ca dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x357d32eb i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x35996fd4 __frontswap_test +EXPORT_SYMBOL vmlinux 0x3599eb93 tty_name +EXPORT_SYMBOL vmlinux 0x35b1b998 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x35bb973a mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x35c9678e mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x360f4610 generic_show_options +EXPORT_SYMBOL vmlinux 0x3612c10f tmio_core_mmc_enable +EXPORT_SYMBOL vmlinux 0x3637e322 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x3690bee2 input_grab_device +EXPORT_SYMBOL vmlinux 0x3691136e nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x3696c079 kern_path +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36ce7432 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x36d2764d xfrm_init_state +EXPORT_SYMBOL vmlinux 0x36e8a425 __kfree_skb +EXPORT_SYMBOL vmlinux 0x36ef9618 snd_pcm_lib_write +EXPORT_SYMBOL vmlinux 0x371758db blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x37382252 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3759c668 dm_put_device +EXPORT_SYMBOL vmlinux 0x37715eea pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x377269e8 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x377b07f1 _snd_ctl_add_slave +EXPORT_SYMBOL vmlinux 0x3795a9d8 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL vmlinux 0x379da42d generic_file_fsync +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37b8d318 dev_activate +EXPORT_SYMBOL vmlinux 0x37bd7476 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c7cd1e dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x37e4deba generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37ef39bd scm_fp_dup +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x3805dffc __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381ccc13 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x382342d3 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x3840ca2c tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x384fad32 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x38590f12 vme_bus_num +EXPORT_SYMBOL vmlinux 0x387aa46e get_fs_type +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388c1d30 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x388e0fa0 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x38967d11 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x389ecf9e __bswapdi2 +EXPORT_SYMBOL vmlinux 0x38a4972e register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38dcd7e4 snd_timer_pause +EXPORT_SYMBOL vmlinux 0x38dcef05 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x38de18f9 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x38eec83e of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x38f531cd thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x3909bbb8 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x391165f3 kobject_init +EXPORT_SYMBOL vmlinux 0x3911fa1c blkdev_get +EXPORT_SYMBOL vmlinux 0x3924dd56 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39442e1e swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x39472710 pps_register_source +EXPORT_SYMBOL vmlinux 0x3962fcdf generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL vmlinux 0x39730d06 atomic_io_modify +EXPORT_SYMBOL vmlinux 0x3976656f sync_blockdev +EXPORT_SYMBOL vmlinux 0x3979c1ff skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x39b91831 generic_read_dir +EXPORT_SYMBOL vmlinux 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL vmlinux 0x39dd0fae dev_add_pack +EXPORT_SYMBOL vmlinux 0x39e323b2 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x39f3364d revalidate_disk +EXPORT_SYMBOL vmlinux 0x3a066692 vfs_getattr +EXPORT_SYMBOL vmlinux 0x3a0d1840 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL vmlinux 0x3a151f61 bmap +EXPORT_SYMBOL vmlinux 0x3a3137d2 seq_open_private +EXPORT_SYMBOL vmlinux 0x3a435b7a proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3a9fec68 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x3ab658db prepare_creds +EXPORT_SYMBOL vmlinux 0x3abc041b snd_pcm_lib_readv +EXPORT_SYMBOL vmlinux 0x3ac7339d bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x3b03da07 stop_tty +EXPORT_SYMBOL vmlinux 0x3b0d0144 phy_driver_register +EXPORT_SYMBOL vmlinux 0x3b19578c nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x3b7a31e2 generic_permission +EXPORT_SYMBOL vmlinux 0x3b892770 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x3b917214 cont_write_begin +EXPORT_SYMBOL vmlinux 0x3b91f3af snd_free_pages +EXPORT_SYMBOL vmlinux 0x3b966f27 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x3bacb74b set_device_ro +EXPORT_SYMBOL vmlinux 0x3bb0cb12 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x3bbf46ea vga_base +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bd4fb86 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x3c2d0170 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x3c31c768 key_link +EXPORT_SYMBOL vmlinux 0x3c3d3976 __genl_register_family +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c5bec12 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x3c79d3c7 simple_statfs +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c846da0 dss_mgr_disable +EXPORT_SYMBOL vmlinux 0x3c950364 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x3c99e0a1 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cb3931b sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x3cc7a350 dquot_release +EXPORT_SYMBOL vmlinux 0x3ce46efa security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce55862 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x3ce69120 blk_peek_request +EXPORT_SYMBOL vmlinux 0x3d16bb3f blk_requeue_request +EXPORT_SYMBOL vmlinux 0x3d2e5009 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x3d3c540f elf_hwcap +EXPORT_SYMBOL vmlinux 0x3d67b291 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x3d684412 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x3d6a1529 __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd8f186 __arm_ioremap +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e4652b5 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x3e72f4be of_phy_find_device +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3e95e924 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x3ea2d3a8 udplite_prot +EXPORT_SYMBOL vmlinux 0x3ea897af pci_dev_put +EXPORT_SYMBOL vmlinux 0x3eaa7126 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ee43f3d blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x3ee49c1d blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x3eebac64 snd_unregister_device +EXPORT_SYMBOL vmlinux 0x3ef9e7cf simple_transaction_read +EXPORT_SYMBOL vmlinux 0x3efff7ab pcim_iounmap +EXPORT_SYMBOL vmlinux 0x3f0d42f1 simple_empty +EXPORT_SYMBOL vmlinux 0x3f1c7d6a scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x3f372bfd fb_blank +EXPORT_SYMBOL vmlinux 0x3f3873a3 noop_fsync +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4cdbcd tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x3f5b67d5 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3f7b6bd1 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x3f8031c2 free_netdev +EXPORT_SYMBOL vmlinux 0x3f87ae0f pci_remove_bus +EXPORT_SYMBOL vmlinux 0x3fa9cff8 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x3fab3ca9 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x3faf5f74 pci_bus_type +EXPORT_SYMBOL vmlinux 0x3fc29566 tcp_poll +EXPORT_SYMBOL vmlinux 0x3fda3bab xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x3fe3c93c max8998_write_reg +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3fec4734 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x3ff168b9 dev_get_stats +EXPORT_SYMBOL vmlinux 0x400f624f sk_receive_skb +EXPORT_SYMBOL vmlinux 0x40173dca mpage_readpages +EXPORT_SYMBOL vmlinux 0x402b13a1 keyring_search +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x402da965 tty_write_room +EXPORT_SYMBOL vmlinux 0x403e561e generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x407136b1 __put_user_8 +EXPORT_SYMBOL vmlinux 0x4077755c writeback_in_progress +EXPORT_SYMBOL vmlinux 0x407a3275 omap_start_dma +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40ad3abc neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x40b05492 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c97b25 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x40ce485b mempool_resize +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40ed524a _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x40f07981 __ashldi3 +EXPORT_SYMBOL vmlinux 0x40f74a68 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x41454f8b freezing_slow_path +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41862ad4 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41b06479 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x41c1c584 revert_creds +EXPORT_SYMBOL vmlinux 0x41c58083 vfs_write +EXPORT_SYMBOL vmlinux 0x41e2bc10 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x41f03cae phy_device_register +EXPORT_SYMBOL vmlinux 0x420cf5c0 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x42157aa9 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x423d81ed ida_pre_get +EXPORT_SYMBOL vmlinux 0x4255bcef get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x4289e23a md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x428b8be0 edma_filter_fn +EXPORT_SYMBOL vmlinux 0x4298b775 v7_flush_kern_cache_all +EXPORT_SYMBOL vmlinux 0x429bca7a page_symlink +EXPORT_SYMBOL vmlinux 0x429bd8d6 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42aedd86 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x42ba3157 qdisc_destroy +EXPORT_SYMBOL vmlinux 0x42bfcb38 block_invalidatepage +EXPORT_SYMBOL vmlinux 0x42ec4bef xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x42ed2de1 d_drop +EXPORT_SYMBOL vmlinux 0x43015383 cdev_add +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x431afef3 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x4323b27e mmc_fixup_device +EXPORT_SYMBOL vmlinux 0x43253cd1 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x43397f0b pci_claim_resource +EXPORT_SYMBOL vmlinux 0x433b02e8 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x43489cfe dev_notice +EXPORT_SYMBOL vmlinux 0x43495a64 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43897128 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x438ab6bb vme_register_driver +EXPORT_SYMBOL vmlinux 0x438da943 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x439b1fc0 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x439e7e83 omapdss_output_unset_device +EXPORT_SYMBOL vmlinux 0x43bbc974 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x43e4d12c dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x43f9e1e3 tcp_prot +EXPORT_SYMBOL vmlinux 0x440152b0 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x4404583e mb_cache_create +EXPORT_SYMBOL vmlinux 0x440db559 d_tmpfile +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x442495c9 tmio_core_mmc_resume +EXPORT_SYMBOL vmlinux 0x442bf92b tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x443bb455 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x44569ec8 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x445b8fef d_validate +EXPORT_SYMBOL vmlinux 0x446317b4 consume_skb +EXPORT_SYMBOL vmlinux 0x44643b93 __aeabi_lmul +EXPORT_SYMBOL vmlinux 0x44da5d0f __csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x44dd3d8d completion_done +EXPORT_SYMBOL vmlinux 0x44e82326 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x4501e14a i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x450c6130 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x45203df2 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45afc88b alloc_disk +EXPORT_SYMBOL vmlinux 0x45b02b13 mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x45bda0d5 system_serial_low +EXPORT_SYMBOL vmlinux 0x45c6c7ef simple_lookup +EXPORT_SYMBOL vmlinux 0x45d9097f bioset_free +EXPORT_SYMBOL vmlinux 0x45e242c9 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x45eac0dd gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x462e58c3 shdma_chan_remove +EXPORT_SYMBOL vmlinux 0x46434fc4 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0x46437dbf acl_by_type +EXPORT_SYMBOL vmlinux 0x464edc55 snd_ctl_free_one +EXPORT_SYMBOL vmlinux 0x465757c3 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x4669e800 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x4681e19e fb_show_logo +EXPORT_SYMBOL vmlinux 0x46b61af3 inet6_bind +EXPORT_SYMBOL vmlinux 0x46c3c3fa scsi_register +EXPORT_SYMBOL vmlinux 0x46c6832e vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x46ca246c omap_get_dma_src_pos +EXPORT_SYMBOL vmlinux 0x46d3b28c __div0 +EXPORT_SYMBOL vmlinux 0x46de7745 devm_ioremap +EXPORT_SYMBOL vmlinux 0x46ef40b8 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x46f19939 omapdss_output_set_device +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x4708e746 vfs_statfs +EXPORT_SYMBOL vmlinux 0x47173a31 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x47176770 input_inject_event +EXPORT_SYMBOL vmlinux 0x472128df snd_timer_notify +EXPORT_SYMBOL vmlinux 0x473816a0 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x477c6392 udp_seq_open +EXPORT_SYMBOL vmlinux 0x477eab43 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47bb5b33 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47bd23bb inetdev_by_index +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47d0bfb2 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x47d2f4ef mdiobus_register +EXPORT_SYMBOL vmlinux 0x47d8a778 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x47e70229 v7_flush_user_cache_range +EXPORT_SYMBOL vmlinux 0x47f757de elf_platform +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x481c1ec1 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x481ce6ce cpu_active_mask +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x4841a4f9 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486e5850 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x487a4460 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x488884ac register_framebuffer +EXPORT_SYMBOL vmlinux 0x489ce913 swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x489e8ea5 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x48a5b067 __machine_arch_type +EXPORT_SYMBOL vmlinux 0x48acd545 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48bad4c5 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x48d68381 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x48daab61 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4927fcfa jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x49679fb2 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x497ef862 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x4994f4b5 napi_get_frags +EXPORT_SYMBOL vmlinux 0x499cb58c prepare_to_wait +EXPORT_SYMBOL vmlinux 0x49a044c0 put_page +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49c1a815 edma_set_src +EXPORT_SYMBOL vmlinux 0x49e64a80 udp_ioctl +EXPORT_SYMBOL vmlinux 0x49ebacbd _clear_bit +EXPORT_SYMBOL vmlinux 0x49f2eeb9 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x4a0f11c6 of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x4a21e967 bdget_disk +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a39e5a1 omap_set_dma_src_params +EXPORT_SYMBOL vmlinux 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL vmlinux 0x4a57b339 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x4a7c42ae neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x4a7fb243 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x4a814592 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x4a883335 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0x4a8d7acc simple_write_begin +EXPORT_SYMBOL vmlinux 0x4a9533a6 get_gendisk +EXPORT_SYMBOL vmlinux 0x4aa46b9f bio_clone_fast +EXPORT_SYMBOL vmlinux 0x4aab6549 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x4aadf5ef phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4abe75a9 mpage_writepage +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4ad3ea0c find_lock_entry +EXPORT_SYMBOL vmlinux 0x4ad75dec inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x4ad9e4c4 tc_classify +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b015768 snd_iprintf +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b3a8f6b sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b64f166 simple_dname +EXPORT_SYMBOL vmlinux 0x4b6c572c dev_open +EXPORT_SYMBOL vmlinux 0x4b6e0718 i2c_master_send +EXPORT_SYMBOL vmlinux 0x4b93ceb4 fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4baf6598 register_sound_special +EXPORT_SYMBOL vmlinux 0x4bb0778e vm_stat +EXPORT_SYMBOL vmlinux 0x4bcf03a4 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x4bd37894 vfs_mknod +EXPORT_SYMBOL vmlinux 0x4be0d369 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x4be64d26 d_delete +EXPORT_SYMBOL vmlinux 0x4be7fb63 up +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bf8e2f2 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c233a44 _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x4c2a5178 kern_unmount +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c33081d omapdss_compat_uninit +EXPORT_SYMBOL vmlinux 0x4c4db7fa setup_arg_pages +EXPORT_SYMBOL vmlinux 0x4c5fc58c _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x4c715762 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x4c7aa57f omap_dss_find_device +EXPORT_SYMBOL vmlinux 0x4c86184b remove_wait_queue +EXPORT_SYMBOL vmlinux 0x4c8ffa23 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc72cd7 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x4cc73f01 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4ce906f6 dev_uc_add +EXPORT_SYMBOL vmlinux 0x4cf05ee1 poll_freewait +EXPORT_SYMBOL vmlinux 0x4d05887a msm_iommu_get_ctx +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d2ad99c dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x4d3a5cac dev_set_mtu +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d59c9c9 get_task_io_context +EXPORT_SYMBOL vmlinux 0x4d66500b netdev_printk +EXPORT_SYMBOL vmlinux 0x4d725727 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x4d789eb4 netdev_update_features +EXPORT_SYMBOL vmlinux 0x4d9321b3 get_cached_acl +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL vmlinux 0x4dac4862 find_vma +EXPORT_SYMBOL vmlinux 0x4db8f3cb scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4de35fac tcf_exts_change +EXPORT_SYMBOL vmlinux 0x4dec6038 memscan +EXPORT_SYMBOL vmlinux 0x4def550e blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4df7f2ff eth_type_trans +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e506013 omap_dma_link_lch +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6a7aeb lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e9ce9f9 edma_link +EXPORT_SYMBOL vmlinux 0x4ea918bb __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x4ed10d0c devm_gpio_request +EXPORT_SYMBOL vmlinux 0x4edcca2a skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x4ee6cbf4 snd_pcm_notify +EXPORT_SYMBOL vmlinux 0x4ee735f0 vfs_symlink +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f1cf67b filp_open +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f4912f0 get_phy_device +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6d01df dquot_quota_off +EXPORT_SYMBOL vmlinux 0x4f7fe920 sk_capable +EXPORT_SYMBOL vmlinux 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4fc2bbcf mii_link_ok +EXPORT_SYMBOL vmlinux 0x5000d13a pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x5002b312 flush_kernel_dcache_page +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5010ab7e rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x505b5b3c mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x507115cc __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x50760270 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x5097cd9f nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x509817cf vprintk_emit +EXPORT_SYMBOL vmlinux 0x50b07b88 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x50b2152d ptp_find_pin +EXPORT_SYMBOL vmlinux 0x50b3ceb9 phy_stop +EXPORT_SYMBOL vmlinux 0x50b66bcb radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x50ccff03 omap_dma_set_prio_lch +EXPORT_SYMBOL vmlinux 0x50d5612e dispc_mgr_get_sync_lost_irq +EXPORT_SYMBOL vmlinux 0x50d82aaf nand_correct_data +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x51159a96 dev_change_flags +EXPORT_SYMBOL vmlinux 0x511746c1 dump_fpu +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x51289273 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0x51342def dev_set_group +EXPORT_SYMBOL vmlinux 0x513fa4af vme_slave_request +EXPORT_SYMBOL vmlinux 0x514a32d5 follow_pfn +EXPORT_SYMBOL vmlinux 0x5158f096 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x51612303 kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x5169161d omap_free_dma_chain +EXPORT_SYMBOL vmlinux 0x517f67fb pci_bus_put +EXPORT_SYMBOL vmlinux 0x51908eb8 __raw_writesl +EXPORT_SYMBOL vmlinux 0x51a48740 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x51abe342 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x51acac69 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x51afd09d follow_down +EXPORT_SYMBOL vmlinux 0x51d559d1 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5203456e aio_complete +EXPORT_SYMBOL vmlinux 0x5203eaa4 user_revoke +EXPORT_SYMBOL vmlinux 0x520db112 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0x520fa1ee sync_inode +EXPORT_SYMBOL vmlinux 0x520fdcfd edma_set_dest +EXPORT_SYMBOL vmlinux 0x521964e0 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x521bbe33 netdev_change_features +EXPORT_SYMBOL vmlinux 0x523a68de mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x525178dc mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x527170a3 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x52822d49 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x528d0c14 idr_init +EXPORT_SYMBOL vmlinux 0x529d8cf6 km_new_mapping +EXPORT_SYMBOL vmlinux 0x52b1a86a setup_new_exec +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52bb841c atomic_io_modify_relaxed +EXPORT_SYMBOL vmlinux 0x52c36e69 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL vmlinux 0x52f4d63f page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530ed37e tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x5347e054 bio_init +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x537e760b eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x538b8e25 read_cache_page +EXPORT_SYMBOL vmlinux 0x538e279c security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x53c5f0cc padata_free +EXPORT_SYMBOL vmlinux 0x53e78a7d register_quota_format +EXPORT_SYMBOL vmlinux 0x53fa1267 up_write +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x541aae11 dev_driver_string +EXPORT_SYMBOL vmlinux 0x5439e1e9 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x543a4bad copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x543d2557 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5450f353 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x545d467b pcie_get_mps +EXPORT_SYMBOL vmlinux 0x547077ec __wake_up_bit +EXPORT_SYMBOL vmlinux 0x547aa08d km_policy_notify +EXPORT_SYMBOL vmlinux 0x547ce898 dispc_read_irqenable +EXPORT_SYMBOL vmlinux 0x54887146 nand_calculate_ecc +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54c8933a netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x54d1f3c9 __register_nls +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54f6830a omapdss_get_default_display_name +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x551f3168 arp_send +EXPORT_SYMBOL vmlinux 0x553896ab _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x555c7e48 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x559c1da5 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x55a0de74 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x55cbc108 dquot_destroy +EXPORT_SYMBOL vmlinux 0x55dfc9a1 security_path_symlink +EXPORT_SYMBOL vmlinux 0x55ee0e0e set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x55ef27df kern_path_create +EXPORT_SYMBOL vmlinux 0x560147fd edma_unlink +EXPORT_SYMBOL vmlinux 0x560c5211 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x56258228 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x562a15e7 netdev_features_change +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x563cd957 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x56476cad release_pages +EXPORT_SYMBOL vmlinux 0x566914f9 netpoll_setup +EXPORT_SYMBOL vmlinux 0x56789ac5 omap_set_dma_color_mode +EXPORT_SYMBOL vmlinux 0x5689afe7 dispc_ovl_enable +EXPORT_SYMBOL vmlinux 0x56bc2f15 dispc_ovl_set_channel_out +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56dc84c3 clocksource_register +EXPORT_SYMBOL vmlinux 0x56e00ec8 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x56e12270 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x56efda1f devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x56ffbbd3 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x572bc468 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x573374d7 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x5744f5c5 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x5755f0cb vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x577fb905 d_splice_alias +EXPORT_SYMBOL vmlinux 0x57849d59 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x5789919c scsi_scan_target +EXPORT_SYMBOL vmlinux 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL vmlinux 0x57a82093 empty_zero_page +EXPORT_SYMBOL vmlinux 0x57abca4f mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x57c2a130 snd_pcm_period_elapsed +EXPORT_SYMBOL vmlinux 0x57cd6ca2 block_truncate_page +EXPORT_SYMBOL vmlinux 0x57e2d012 dst_discard_sk +EXPORT_SYMBOL vmlinux 0x5807fef2 tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x5814f05f end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x58160603 __scm_send +EXPORT_SYMBOL vmlinux 0x582fa53c netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x583137a4 account_page_writeback +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x584da837 kernel_listen +EXPORT_SYMBOL vmlinux 0x58516557 omap_set_dma_src_data_pack +EXPORT_SYMBOL vmlinux 0x5857b7cd pgprot_kernel +EXPORT_SYMBOL vmlinux 0x58613e5c tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x58a30919 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x58a51236 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x58a5bf45 clone_cred +EXPORT_SYMBOL vmlinux 0x58ae20cc dev_mc_flush +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58ba6bcd crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x58c77d50 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x58ca187d dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x58d633c7 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x58f5a11d unlock_buffer +EXPORT_SYMBOL vmlinux 0x59034fb9 snd_ctl_boolean_mono_info +EXPORT_SYMBOL vmlinux 0x59052a73 dev_uc_init +EXPORT_SYMBOL vmlinux 0x591bfa79 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x592128a9 touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0x592ccb45 amba_driver_register +EXPORT_SYMBOL vmlinux 0x5944f040 pci_request_regions +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594e1317 __modsi3 +EXPORT_SYMBOL vmlinux 0x59586d5b path_is_under +EXPORT_SYMBOL vmlinux 0x595bf4f8 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x59603467 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x596563d6 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x5967183b sock_recvmsg +EXPORT_SYMBOL vmlinux 0x596e09c6 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x598542b2 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5985e7bf tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x598cd828 udp_table +EXPORT_SYMBOL vmlinux 0x599428bc ilookup5 +EXPORT_SYMBOL vmlinux 0x599b176e simple_write_end +EXPORT_SYMBOL vmlinux 0x599c53d2 nand_scan_ident +EXPORT_SYMBOL vmlinux 0x59bdc5b5 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0x59d0ccac devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x59d1a2ea nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x59d29dab v7_flush_kern_dcache_area +EXPORT_SYMBOL vmlinux 0x59d7d44d pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x59dfc90b skb_seq_read +EXPORT_SYMBOL vmlinux 0x59e5070d __do_div64 +EXPORT_SYMBOL vmlinux 0x5a0a84cb tcf_hash_check +EXPORT_SYMBOL vmlinux 0x5a13e137 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x5a1fa93e scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x5a28cb72 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x5a34e783 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x5a4a36cd i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a5a0ac1 snd_ctl_unregister_ioctl +EXPORT_SYMBOL vmlinux 0x5a75938c pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x5a77c94d mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x5a83d182 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x5aa57585 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x5aa5b096 mii_check_link +EXPORT_SYMBOL vmlinux 0x5ab76bdd blk_init_queue +EXPORT_SYMBOL vmlinux 0x5abfdab1 inet_ioctl +EXPORT_SYMBOL vmlinux 0x5ad18252 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL vmlinux 0x5adf6cc9 thaw_super +EXPORT_SYMBOL vmlinux 0x5ae5be44 lg_lock_init +EXPORT_SYMBOL vmlinux 0x5aeb91d5 dma_release_declared_memory +EXPORT_SYMBOL vmlinux 0x5afe3c9b bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b039a62 init_task +EXPORT_SYMBOL vmlinux 0x5b094f78 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x5b0c5f4b bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x5b0fb03e fb_set_suspend +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b639df6 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x5b65ce04 default_llseek +EXPORT_SYMBOL vmlinux 0x5b68f9a1 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x5b82035b blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x5b9c8c85 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x5baad097 netdev_err +EXPORT_SYMBOL vmlinux 0x5bae9183 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x5bc1373c of_translate_address +EXPORT_SYMBOL vmlinux 0x5bc5bcce datagram_poll +EXPORT_SYMBOL vmlinux 0x5bca5623 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x5bfb070c mem_map +EXPORT_SYMBOL vmlinux 0x5c12fb44 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x5c28f732 __breadahead +EXPORT_SYMBOL vmlinux 0x5c2f5d19 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x5c3daef0 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x5c4505b1 bio_map_kern +EXPORT_SYMBOL vmlinux 0x5c532abf __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x5c56595c ipv4_specific +EXPORT_SYMBOL vmlinux 0x5c79ef36 igrab +EXPORT_SYMBOL vmlinux 0x5c7a061e bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x5c9284a0 processor_id +EXPORT_SYMBOL vmlinux 0x5c991a31 softnet_data +EXPORT_SYMBOL vmlinux 0x5ca3869c bio_split +EXPORT_SYMBOL vmlinux 0x5cd91d89 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d0872a2 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x5d144faf file_ns_capable +EXPORT_SYMBOL vmlinux 0x5d230eb8 set_user_nice +EXPORT_SYMBOL vmlinux 0x5d37d15e sock_i_ino +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d55214e pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x5d8056bf bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0x5d9f7df6 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x5db5b552 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x5db7d2f8 new_inode +EXPORT_SYMBOL vmlinux 0x5db87dd4 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x5dca85a5 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x5de2c7f9 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x5de45bcd inet6_protos +EXPORT_SYMBOL vmlinux 0x5dedee29 htc_egpio_get_wakeup_irq +EXPORT_SYMBOL vmlinux 0x5e01acf8 serio_open +EXPORT_SYMBOL vmlinux 0x5e275027 skb_unlink +EXPORT_SYMBOL vmlinux 0x5e282e2c simple_transaction_get +EXPORT_SYMBOL vmlinux 0x5e39e6ed input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x5e3a9dae snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL vmlinux 0x5e60eb27 omap_dma_unlink_lch +EXPORT_SYMBOL vmlinux 0x5e721913 pci_set_master +EXPORT_SYMBOL vmlinux 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL vmlinux 0x5e8b8106 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x5e91f5f3 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ee7d1aa elevator_exit +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f1a46f9 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0x5f27323c _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x5f276c46 read_cache_pages +EXPORT_SYMBOL vmlinux 0x5f386a38 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x5f4c8049 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x5f64e3b0 inode_dio_done +EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f7ad423 snd_pcm_open_substream +EXPORT_SYMBOL vmlinux 0x5f84a3aa snd_timer_new +EXPORT_SYMBOL vmlinux 0x5fc023ae __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x5fc2c76b get_super_thawed +EXPORT_SYMBOL vmlinux 0x5fd268cb radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fecab26 of_device_unregister +EXPORT_SYMBOL vmlinux 0x5ff11cc3 pcibios_min_io +EXPORT_SYMBOL vmlinux 0x5ff96985 omapdss_unregister_display +EXPORT_SYMBOL vmlinux 0x60055baa dispc_mgr_get_vsync_irq +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x601ab8dc submit_bio +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x601f7f3d set_nlink +EXPORT_SYMBOL vmlinux 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x60379f17 cdrom_open +EXPORT_SYMBOL vmlinux 0x60541702 edma_alloc_slot +EXPORT_SYMBOL vmlinux 0x6056e4d8 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x60875be0 dma_common_mmap +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60b86f61 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x61050c4d outer_cache +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61313ef1 sock_create +EXPORT_SYMBOL vmlinux 0x61327f1e dst_destroy +EXPORT_SYMBOL vmlinux 0x61350595 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x61368456 rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x613f330b of_get_next_parent +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x6154ff46 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x617a218d __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x61a1c926 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x61a67bad snd_pcm_stop +EXPORT_SYMBOL vmlinux 0x61b1cba8 blk_delay_queue +EXPORT_SYMBOL vmlinux 0x61b3560c cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c29398 mtd_concat_destroy +EXPORT_SYMBOL vmlinux 0x61c680f0 bioset_create +EXPORT_SYMBOL vmlinux 0x620164ff jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x620228be pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x62184ace rtnl_create_link +EXPORT_SYMBOL vmlinux 0x621b646f netif_carrier_on +EXPORT_SYMBOL vmlinux 0x62253294 dquot_file_open +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6263e0c1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x626757cb set_groups +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62756615 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628c3989 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x62aacc63 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x62c74c93 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x62d88183 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x62f8d679 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x631f3759 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x636052a3 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x636b3461 omap_dss_get_num_overlays +EXPORT_SYMBOL vmlinux 0x637746ef lookup_bdev +EXPORT_SYMBOL vmlinux 0x6381339c rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x63921167 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x63c3a4ba arp_create +EXPORT_SYMBOL vmlinux 0x63ceb966 dst_release +EXPORT_SYMBOL vmlinux 0x63cf4a74 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x63df679a dcache_dir_close +EXPORT_SYMBOL vmlinux 0x63e3e199 key_revoke +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x6415e62e omap_dss_pal_timings +EXPORT_SYMBOL vmlinux 0x642c4f82 truncate_setsize +EXPORT_SYMBOL vmlinux 0x6457669e ip_ct_attach +EXPORT_SYMBOL vmlinux 0x646739c3 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x646da76e kmap_atomic +EXPORT_SYMBOL vmlinux 0x64998adc snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a22ff0 dispc_mgr_set_lcd_config +EXPORT_SYMBOL vmlinux 0x64a878b8 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x64b63825 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x64c58864 kthread_bind +EXPORT_SYMBOL vmlinux 0x64e2a042 make_kprojid +EXPORT_SYMBOL vmlinux 0x64fddff5 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x65013d71 submit_bh +EXPORT_SYMBOL vmlinux 0x65085830 snd_power_wait +EXPORT_SYMBOL vmlinux 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x651a6d04 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x65282f04 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65466939 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x654a416d shdma_request_irq +EXPORT_SYMBOL vmlinux 0x65549bc2 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x6565d33f scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x65673d05 up_read +EXPORT_SYMBOL vmlinux 0x6578c486 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x659384d0 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x659c634a path_put +EXPORT_SYMBOL vmlinux 0x659ea790 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x65a38c73 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x65a5a00f pci_restore_state +EXPORT_SYMBOL vmlinux 0x65b1adff try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x65d431f9 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65f18c3c mutex_unlock +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x662b2324 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x6634793d textsearch_destroy +EXPORT_SYMBOL vmlinux 0x663a21ed dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x6643dee9 cdrom_release +EXPORT_SYMBOL vmlinux 0x6657205c blk_free_tags +EXPORT_SYMBOL vmlinux 0x66803430 may_umount_tree +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66d85c3e security_path_truncate +EXPORT_SYMBOL vmlinux 0x67385933 dget_parent +EXPORT_SYMBOL vmlinux 0x6739ce84 snd_timer_continue +EXPORT_SYMBOL vmlinux 0x6744a2f1 dev_load +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x676bbc0f _set_bit +EXPORT_SYMBOL vmlinux 0x676fb84e dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x6775edd1 keyring_alloc +EXPORT_SYMBOL vmlinux 0x6789f75d __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x67b1f079 serio_close +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67cebd71 mmc_release_host +EXPORT_SYMBOL vmlinux 0x68066e1e dispc_mgr_set_timings +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x680c1f61 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x6818ac9a of_get_mac_address +EXPORT_SYMBOL vmlinux 0x682e3d02 of_get_min_tck +EXPORT_SYMBOL vmlinux 0x68341d02 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0x6853a563 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x685c123a ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x687663ab end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68869bae panic_notifier_list +EXPORT_SYMBOL vmlinux 0x688b01bc truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x6896c1b4 mpage_readpage +EXPORT_SYMBOL vmlinux 0x6898e90c kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68cbae42 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68f5696e padata_do_parallel +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x6915eb38 down_interruptible +EXPORT_SYMBOL vmlinux 0x692162a7 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x6928eb6f inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x693fb4db dev_change_carrier +EXPORT_SYMBOL vmlinux 0x6944fdab phy_detach +EXPORT_SYMBOL vmlinux 0x6959209b __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x6961a2e9 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x69658f5b dcache_dir_open +EXPORT_SYMBOL vmlinux 0x696c6785 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972f481 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x6982d15b md_integrity_register +EXPORT_SYMBOL vmlinux 0x698bc570 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69a618ab check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0x69a709ee scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69b6f8d9 omap_set_dma_transfer_params +EXPORT_SYMBOL vmlinux 0x69be689d cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69ee6926 d_alloc_name +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a14185d scsi_scan_host +EXPORT_SYMBOL vmlinux 0x6a47bea4 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a8ed516 nf_register_hook +EXPORT_SYMBOL vmlinux 0x6a93fd43 nla_put +EXPORT_SYMBOL vmlinux 0x6a97f025 sock_create_lite +EXPORT_SYMBOL vmlinux 0x6ab93109 snd_pcm_set_ops +EXPORT_SYMBOL vmlinux 0x6abf1f50 tty_do_resize +EXPORT_SYMBOL vmlinux 0x6ad799d6 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x6aff1cbd ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x6b041c20 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b0db40f tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b1dce05 pci_enable_device +EXPORT_SYMBOL vmlinux 0x6b2a5bc0 brioctl_set +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b34f95c dma_mmap_from_coherent +EXPORT_SYMBOL vmlinux 0x6b4fc772 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x6b607c50 __devm_release_region +EXPORT_SYMBOL vmlinux 0x6b886530 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x6b8c92bc qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x6bbedb49 __module_get +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd5f06e __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6c032a56 ping_prot +EXPORT_SYMBOL vmlinux 0x6c063ca1 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x6c068e1f page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c4f6060 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c653217 tty_port_init +EXPORT_SYMBOL vmlinux 0x6c6cdd4d wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6cc46577 release_sock +EXPORT_SYMBOL vmlinux 0x6cd91ba7 elm_decode_bch_error_page +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6ceb1e7d tso_build_hdr +EXPORT_SYMBOL vmlinux 0x6cfeec11 tcf_hash_create +EXPORT_SYMBOL vmlinux 0x6d098ff1 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d107d71 omap_dss_ntsc_timings +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d29aac7 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d464ab7 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x6d630748 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x6d662533 _find_first_bit_le +EXPORT_SYMBOL vmlinux 0x6d963840 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL vmlinux 0x6d98a110 gen_new_estimator +EXPORT_SYMBOL vmlinux 0x6d9c633b skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x6dc18360 dquot_resume +EXPORT_SYMBOL vmlinux 0x6ded7e59 lro_flush_all +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6dfaada3 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x6e0adcd6 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x6e1d8be6 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x6e235318 __get_user_pages +EXPORT_SYMBOL vmlinux 0x6e3db082 d_lookup +EXPORT_SYMBOL vmlinux 0x6e6514ed radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6e6b298f swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea99f1e security_d_instantiate +EXPORT_SYMBOL vmlinux 0x6eb4b33e sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x6eb796b1 pci_get_device +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ec4e745 seq_write +EXPORT_SYMBOL vmlinux 0x6ec9ccdb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x6ecaf425 netdev_state_change +EXPORT_SYMBOL vmlinux 0x6ee0002d snd_pcm_release_substream +EXPORT_SYMBOL vmlinux 0x6ee1a6ae elv_register_queue +EXPORT_SYMBOL vmlinux 0x6ef6828e fb_set_var +EXPORT_SYMBOL vmlinux 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL vmlinux 0x6f0409ec netlink_capable +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f40b5b4 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x6f41ce00 __blk_run_queue +EXPORT_SYMBOL vmlinux 0x6f50fc55 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x6f54991f key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x6f5db1c1 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x6f652431 from_kuid +EXPORT_SYMBOL vmlinux 0x6fb1b601 generic_file_open +EXPORT_SYMBOL vmlinux 0x6fbbf0eb mutex_trylock +EXPORT_SYMBOL vmlinux 0x6fbdc8c2 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x6fc253de sg_miter_stop +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fedfac9 nobh_writepage +EXPORT_SYMBOL vmlinux 0x6ff600a4 skb_queue_head +EXPORT_SYMBOL vmlinux 0x6fffe87f __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x70097aa0 nand_bch_free +EXPORT_SYMBOL vmlinux 0x700bd9a0 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x701b3f0a dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x704df044 tso_count_descs +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x70576db0 ppp_input +EXPORT_SYMBOL vmlinux 0x7058c501 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x705fdcaf remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x7062b4cd cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x7078dcea scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x7087995d iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x709121e2 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x70b259ba mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x70b3086b md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x70b7b3ea tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70e39dae dss_uninstall_mgr_ops +EXPORT_SYMBOL vmlinux 0x70e5e893 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x70e8a37b md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x70f32422 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x70f6ad71 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x71011ec9 dump_align +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712ed37b radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x713ec52e jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x7142c63c edma_free_slot +EXPORT_SYMBOL vmlinux 0x714d36fd try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x716589c0 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x716fb4e0 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b0172d pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x71c90087 memcmp +EXPORT_SYMBOL vmlinux 0x71ddec4c pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x71f65175 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x71f98549 tty_check_change +EXPORT_SYMBOL vmlinux 0x7220cc48 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x72332b70 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x72350130 ___ratelimit +EXPORT_SYMBOL vmlinux 0x72512154 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x7296d8a2 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x729e3a25 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x72a12fea __neigh_event_send +EXPORT_SYMBOL vmlinux 0x72b5b2b7 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72e11e6a xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f347e3 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x72f96b4a ps2_init +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731b81f1 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x7322cd9c __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x7340c68b filp_close +EXPORT_SYMBOL vmlinux 0x7368d028 ppp_input_error +EXPORT_SYMBOL vmlinux 0x73713cb6 kill_block_super +EXPORT_SYMBOL vmlinux 0x7381bccc kfree_put_link +EXPORT_SYMBOL vmlinux 0x73896361 proc_remove +EXPORT_SYMBOL vmlinux 0x73a5766e pagevec_lookup +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x7428c05a loop_backing_file +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x74735d42 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x749d06d8 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x74afae97 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x74b7d9ae bh_submit_read +EXPORT_SYMBOL vmlinux 0x74bf6516 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74ce05b8 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x74dfff05 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74fa022d edma_trigger_channel +EXPORT_SYMBOL vmlinux 0x7502ebfb ip_getsockopt +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x750b8a23 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x750cd953 __scm_destroy +EXPORT_SYMBOL vmlinux 0x751efbbd sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x753d437d cfb_imageblit +EXPORT_SYMBOL vmlinux 0x753fecee down_read_trylock +EXPORT_SYMBOL vmlinux 0x7549893e bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x755b8b0f input_flush_device +EXPORT_SYMBOL vmlinux 0x756be7d0 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x75850d01 __vmalloc +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x75a5238f noop_qdisc +EXPORT_SYMBOL vmlinux 0x75ae8a3f memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75c43591 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x75c519cd vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x75ef99b6 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x75fee7fd __raw_writesb +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760a5e60 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x761a98e6 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x7622b44f blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x76342428 file_update_time +EXPORT_SYMBOL vmlinux 0x763e7f9b uart_suspend_port +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x764f4a66 mount_subtree +EXPORT_SYMBOL vmlinux 0x765a14ec uart_add_one_port +EXPORT_SYMBOL vmlinux 0x766ddd6a ip_fragment +EXPORT_SYMBOL vmlinux 0x76af1e09 proc_set_user +EXPORT_SYMBOL vmlinux 0x76b9dae3 irq_set_chip +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76cf47f6 __aeabi_llsl +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76f42848 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x76f6c5ef kmalloc_order +EXPORT_SYMBOL vmlinux 0x770ac242 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x770bd857 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x772ecdae genphy_read_status +EXPORT_SYMBOL vmlinux 0x7741f8b4 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x7760526c scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x776d4b20 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c4ce06 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x77dc0873 iunique +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x7833deb2 pgprot_user +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x784ec992 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x786c6130 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x78971449 km_state_expired +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x789f29eb posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x78b52e07 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x78c25d57 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x78d0d1c2 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x78d2a320 noop_llseek +EXPORT_SYMBOL vmlinux 0x78d54225 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e0edf3 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x78e24f27 padata_stop +EXPORT_SYMBOL vmlinux 0x78eeb9a0 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x7902f00f tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x7907918c mount_single +EXPORT_SYMBOL vmlinux 0x791dbbd0 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x7952b440 cpu_user +EXPORT_SYMBOL vmlinux 0x79559138 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x796d4211 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x797b6dc3 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x79856915 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x799985d0 scsi_unregister +EXPORT_SYMBOL vmlinux 0x79a40b9f mount_ns +EXPORT_SYMBOL vmlinux 0x79a626a3 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79b8fc65 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x79bf2860 snd_card_free_when_closed +EXPORT_SYMBOL vmlinux 0x79c9760c input_register_handler +EXPORT_SYMBOL vmlinux 0x79d617a3 __free_pages +EXPORT_SYMBOL vmlinux 0x79de081a abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x79fa68ea of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a4c2071 iterate_mounts +EXPORT_SYMBOL vmlinux 0x7a541d33 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad404c3 dev_mc_init +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL vmlinux 0x7b06b09f cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x7b1ade38 lz4_decompress +EXPORT_SYMBOL vmlinux 0x7b2a1f30 shdma_init +EXPORT_SYMBOL vmlinux 0x7b3b6cea cad_pid +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b712ac1 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x7b87d438 sk_filter +EXPORT_SYMBOL vmlinux 0x7ba11fe4 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x7bb01393 blk_register_region +EXPORT_SYMBOL vmlinux 0x7bb5256a dump_emit +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c15d9ae serio_unregister_port +EXPORT_SYMBOL vmlinux 0x7c20903a dev_get_flags +EXPORT_SYMBOL vmlinux 0x7c366781 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c5a0cde input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7cae4081 snd_pcm_limit_hw_rates +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cc035a7 __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cc83719 snd_device_register +EXPORT_SYMBOL vmlinux 0x7cdfafaa set_page_dirty +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce6be61 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x7ce9cd60 pci_save_state +EXPORT_SYMBOL vmlinux 0x7cf124bd __bread_gfp +EXPORT_SYMBOL vmlinux 0x7cf28951 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7d08275d d_make_root +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d0fce31 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d2e2d9f sk_mc_loop +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d8c9a82 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x7dac446f tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x7daf904e starget_for_each_device +EXPORT_SYMBOL vmlinux 0x7dccc294 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x7de6b693 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7dfbbfd9 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x7dfe1fd7 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x7e336e26 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x7e3e09ea in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x7e5cd859 names_cachep +EXPORT_SYMBOL vmlinux 0x7e5cef0f scsi_device_resume +EXPORT_SYMBOL vmlinux 0x7e60eb8d __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x7e6624f7 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x7e6fa3ef tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0x7e76e53a bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x7e789b92 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x7e7926b6 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x7e7ba6e4 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x7e86a839 dmam_release_declared_memory +EXPORT_SYMBOL vmlinux 0x7e96b38d i2c_release_client +EXPORT_SYMBOL vmlinux 0x7e9efe8e complete_and_exit +EXPORT_SYMBOL vmlinux 0x7e9f76cc dst_alloc +EXPORT_SYMBOL vmlinux 0x7eb1b392 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x7ec3ba6f __register_chrdev +EXPORT_SYMBOL vmlinux 0x7ed46947 blk_put_queue +EXPORT_SYMBOL vmlinux 0x7ee69159 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x7ee7f093 dispc_ovl_compute_fifo_thresholds +EXPORT_SYMBOL vmlinux 0x7effd475 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0x7f08bddc vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f33a63b omap_get_dma_chain_dst_pos +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f63b31e _memcpy_toio +EXPORT_SYMBOL vmlinux 0x7f7d4fa0 page_readlink +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fee1e06 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x8004082e inet_csk_accept +EXPORT_SYMBOL vmlinux 0x800e4ffa __muldi3 +EXPORT_SYMBOL vmlinux 0x8011939a mipi_dsi_driver_register +EXPORT_SYMBOL vmlinux 0x8013da96 nobh_write_end +EXPORT_SYMBOL vmlinux 0x801c186c skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x80235de3 follow_up +EXPORT_SYMBOL vmlinux 0x803692b2 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x804aabdf idr_is_empty +EXPORT_SYMBOL vmlinux 0x806e02e5 md_flush_request +EXPORT_SYMBOL vmlinux 0x80abb9a8 init_page_accessed +EXPORT_SYMBOL vmlinux 0x80aee52a pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x80b2d311 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d170a5 omapdss_default_get_timings +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80daaa79 dss_mgr_enable +EXPORT_SYMBOL vmlinux 0x80ebee86 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x80fdbbc3 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x8131f840 generic_write_end +EXPORT_SYMBOL vmlinux 0x813493a4 snd_pcm_suspend +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x81604481 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x8169100d locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x81697bd0 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x8179e5d8 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x819114f5 tso_start +EXPORT_SYMBOL vmlinux 0x8192ef54 inet_frags_init +EXPORT_SYMBOL vmlinux 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL vmlinux 0x81c9c893 neigh_destroy +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e55ea8 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x81f3caf8 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x82101373 blk_stop_queue +EXPORT_SYMBOL vmlinux 0x822063cc pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x824a4367 tmio_core_mmc_pwr +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8259336f blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x8259e2f2 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x8260cfd2 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x826c50cd dma_release_from_coherent +EXPORT_SYMBOL vmlinux 0x827175f3 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x827660f5 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x828093c1 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x82850b00 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x82a1c0fe dma_find_channel +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82b4f714 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x82d8cdba __find_get_block +EXPORT_SYMBOL vmlinux 0x82e71d98 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x82ee7947 netif_napi_add +EXPORT_SYMBOL vmlinux 0x82f4fa4c blk_fetch_request +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x831ad6b8 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x8320bea8 __umodsi3 +EXPORT_SYMBOL vmlinux 0x832469d0 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x833f4de2 __get_page_tail +EXPORT_SYMBOL vmlinux 0x833fe45e security_path_rename +EXPORT_SYMBOL vmlinux 0x834fc274 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x835e6c91 dss_install_mgr_ops +EXPORT_SYMBOL vmlinux 0x8375d79d ida_destroy +EXPORT_SYMBOL vmlinux 0x8387dd1a input_unregister_handle +EXPORT_SYMBOL vmlinux 0x8388a7ef path_nosuid +EXPORT_SYMBOL vmlinux 0x838ac4e9 put_tty_driver +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x839cdf99 edma_resume +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83bf069b phy_print_status +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83d70683 edma_start +EXPORT_SYMBOL vmlinux 0x8415dcc4 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x841a0375 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x843406db dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x8438995c module_refcount +EXPORT_SYMBOL vmlinux 0x8449c4d6 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x848eda56 phy_attach +EXPORT_SYMBOL vmlinux 0x84b183ae strncmp +EXPORT_SYMBOL vmlinux 0x84d54f7a netdev_warn +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x8528030c override_creds +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x854ff4a7 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x856909ad kdb_current_task +EXPORT_SYMBOL vmlinux 0x856b110b cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x856cb848 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x85701dbf snd_pcm_suspend_all +EXPORT_SYMBOL vmlinux 0x85765fee omap_enable_dma_irq +EXPORT_SYMBOL vmlinux 0x8590828d phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x85a6a8ad rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x85a95a65 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x85aae228 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x85ae9309 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bff8d6 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x85c2efac pci_reenable_device +EXPORT_SYMBOL vmlinux 0x85de6b30 fget +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85ed2107 get_acl +EXPORT_SYMBOL vmlinux 0x85f09025 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x85f7dda8 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x86028e8e xfrm_lookup +EXPORT_SYMBOL vmlinux 0x860802e7 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x861a2ebf redraw_screen +EXPORT_SYMBOL vmlinux 0x861e64ed __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x8681381d set_bdi_congested +EXPORT_SYMBOL vmlinux 0x86860195 dss_feat_get_supported_displays +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868bd687 dquot_drop +EXPORT_SYMBOL vmlinux 0x86940efb mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86aa5852 __quota_error +EXPORT_SYMBOL vmlinux 0x86c7659f skb_clone +EXPORT_SYMBOL vmlinux 0x86cd214b mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x86e8c335 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x86f08b9c netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x86f40d42 register_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x87059cad nf_log_register +EXPORT_SYMBOL vmlinux 0x8705e70a inet_put_port +EXPORT_SYMBOL vmlinux 0x8714a95e tso_build_data +EXPORT_SYMBOL vmlinux 0x87187641 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x8755d205 d_genocide +EXPORT_SYMBOL vmlinux 0x876f29ee jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x8778b4e2 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x87af7466 dquot_commit +EXPORT_SYMBOL vmlinux 0x87dca957 nla_reserve +EXPORT_SYMBOL vmlinux 0x87f8350a xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x8800ab0a down_write_trylock +EXPORT_SYMBOL vmlinux 0x8801ff4a dev_printk +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x8827b0e1 abort_creds +EXPORT_SYMBOL vmlinux 0x8829cbb5 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x882dab9d sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x882e1e03 usbnet_manage_power +EXPORT_SYMBOL vmlinux 0x8831609c kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x884b01e0 drop_super +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x886fcf85 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL vmlinux 0x8898b5a5 of_get_pci_address +EXPORT_SYMBOL vmlinux 0x88a35a76 blk_end_request +EXPORT_SYMBOL vmlinux 0x88a992ca security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x88c093f6 qdisc_list_del +EXPORT_SYMBOL vmlinux 0x88f06923 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x88f17247 request_firmware +EXPORT_SYMBOL vmlinux 0x89077fd9 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x892e464a proc_create_data +EXPORT_SYMBOL vmlinux 0x895d1b03 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x895ffdfd fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x897c202f mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x897f9a68 genphy_config_init +EXPORT_SYMBOL vmlinux 0x899c8809 scsi_add_device +EXPORT_SYMBOL vmlinux 0x89a3c4f4 omap_get_dma_chain_index +EXPORT_SYMBOL vmlinux 0x89a84519 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89c7ee21 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89f82b26 register_netdevice +EXPORT_SYMBOL vmlinux 0x8a0f4230 rename_lock +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1c5455 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x8a488dbe i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4fa83b __aeabi_llsr +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a588727 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x8a6c3686 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x8a6fa238 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a7e532b nf_log_unset +EXPORT_SYMBOL vmlinux 0x8a833b30 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa03208 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x8aa14cad xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x8aaa2570 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x8ac0a73a fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x8afaa344 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x8afc1b7a jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x8b032f41 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x8b0fecc3 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x8b2a6724 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b695ef2 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x8b760484 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b903f08 neigh_lookup +EXPORT_SYMBOL vmlinux 0x8bb50eaa mmc_cleanup_queue +EXPORT_SYMBOL vmlinux 0x8bfaa918 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x8c37bac0 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x8c399898 sock_no_poll +EXPORT_SYMBOL vmlinux 0x8c4d6523 omap_dma_chain_a_transfer +EXPORT_SYMBOL vmlinux 0x8c501b06 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x8c57f0b4 pci_platform_rom +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c6c08db tty_kref_put +EXPORT_SYMBOL vmlinux 0x8c6e39f3 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x8c705b8c edma_clean_channel +EXPORT_SYMBOL vmlinux 0x8c8354c4 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x8cb66ef9 request_key_async +EXPORT_SYMBOL vmlinux 0x8ccb9cab pipe_unlock +EXPORT_SYMBOL vmlinux 0x8cd8c339 omap_free_dma +EXPORT_SYMBOL vmlinux 0x8cdf37c7 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x8ce84b75 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x8d134c39 idr_replace +EXPORT_SYMBOL vmlinux 0x8d169148 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d40f000 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x8d41facf jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x8d4bd496 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d6b2ce1 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8d6f81b4 __div64_32 +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d755fb8 do_splice_from +EXPORT_SYMBOL vmlinux 0x8d7bae5e dentry_unhash +EXPORT_SYMBOL vmlinux 0x8d8b6353 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x8d8fd1e9 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x8da39827 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x8dbd4da6 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x8dcff6e2 __pv_offset +EXPORT_SYMBOL vmlinux 0x8dd87aac bio_integrity_free +EXPORT_SYMBOL vmlinux 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL vmlinux 0x8dfb00d0 simple_unlink +EXPORT_SYMBOL vmlinux 0x8e154afe jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x8e307bc9 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x8e46abfa register_console +EXPORT_SYMBOL vmlinux 0x8e4ba4f0 __put_cred +EXPORT_SYMBOL vmlinux 0x8e65df43 clear_inode +EXPORT_SYMBOL vmlinux 0x8e828c62 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x8e865d3c arm_delay_ops +EXPORT_SYMBOL vmlinux 0x8e89bcb8 simple_open +EXPORT_SYMBOL vmlinux 0x8e89c464 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x8ea7b57f account_page_redirty +EXPORT_SYMBOL vmlinux 0x8eaa3af6 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x8eaec1e1 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x8efa9f10 search_binary_handler +EXPORT_SYMBOL vmlinux 0x8effa54a may_umount +EXPORT_SYMBOL vmlinux 0x8f045d1c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x8f08ff20 nand_scan +EXPORT_SYMBOL vmlinux 0x8f148244 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x8f2143e3 proto_unregister +EXPORT_SYMBOL vmlinux 0x8f452862 ip6_frag_match +EXPORT_SYMBOL vmlinux 0x8f48855e tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x8f595b11 snd_major +EXPORT_SYMBOL vmlinux 0x8f5cd022 netdev_notice +EXPORT_SYMBOL vmlinux 0x8f678b07 __stack_chk_guard +EXPORT_SYMBOL vmlinux 0x8f6c8fb1 tty_port_put +EXPORT_SYMBOL vmlinux 0x8f861915 dma_mark_declared_memory_occupied +EXPORT_SYMBOL vmlinux 0x8f8e6327 blkdev_put +EXPORT_SYMBOL vmlinux 0x8f96005e jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x8fa4130a omap_set_dma_callback +EXPORT_SYMBOL vmlinux 0x8fbc3310 wake_up_process +EXPORT_SYMBOL vmlinux 0x8fc918d4 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x8fd14f0f nf_afinfo +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fdfc65a dquot_free_inode +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x900991da pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x9016d90f of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x90695906 vme_free_consistent +EXPORT_SYMBOL vmlinux 0x9078c048 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x90b4eb8d md_error +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x90cf259a snd_dma_free_pages +EXPORT_SYMBOL vmlinux 0x90ee9d8c downgrade_write +EXPORT_SYMBOL vmlinux 0x91119075 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x918de05e try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x919029aa __readwrite_bug +EXPORT_SYMBOL vmlinux 0x9190fd5f fsync_bdev +EXPORT_SYMBOL vmlinux 0x91b4fe3a current_fs_time +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x920caa26 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x921647c1 sk_dst_check +EXPORT_SYMBOL vmlinux 0x921add7f snd_dma_alloc_pages +EXPORT_SYMBOL vmlinux 0x923abcef tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923b259e grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x924ccbbe skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x926a4088 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x928d6348 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x92907260 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92d60414 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x92e9f51a dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x92ec5d1b dispc_mgr_enable +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930e52b4 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x9318377d kmap_to_page +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x933506c1 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x9353bcf8 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x9370566f __ps2_command +EXPORT_SYMBOL vmlinux 0x9374e35e iov_iter_init +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93831150 seq_pad +EXPORT_SYMBOL vmlinux 0x9389a687 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x93963a85 dss_feat_get_num_mgrs +EXPORT_SYMBOL vmlinux 0x93a11f66 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x93a58f3c sock_kmalloc +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93a9cd74 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x93ab9180 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x93b379ce simple_getattr +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93bf8233 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x93c6c435 simple_map_init +EXPORT_SYMBOL vmlinux 0x93c9936c simple_transaction_release +EXPORT_SYMBOL vmlinux 0x93d1833a serio_rescan +EXPORT_SYMBOL vmlinux 0x93d89170 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x93dd151c lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x93e4b811 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x93ea567b inode_change_ok +EXPORT_SYMBOL vmlinux 0x93ec426e dev_uc_flush +EXPORT_SYMBOL vmlinux 0x93f8d819 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x94098ff8 snd_interval_list +EXPORT_SYMBOL vmlinux 0x940fa9c4 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x9413df2e blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x944a52c4 mnt_unpin +EXPORT_SYMBOL vmlinux 0x944bfe71 security_path_mknod +EXPORT_SYMBOL vmlinux 0x946224cd bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x94864892 scsi_print_command +EXPORT_SYMBOL vmlinux 0x9493bd25 i2c_use_client +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94b238ae do_SAK +EXPORT_SYMBOL vmlinux 0x94c9229b sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x94d3da68 rtc_lock +EXPORT_SYMBOL vmlinux 0x94e30a09 loop_register_transfer +EXPORT_SYMBOL vmlinux 0x94e41391 wait_iff_congested +EXPORT_SYMBOL vmlinux 0x94eaecd8 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x9508604f netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x950a5477 down_read +EXPORT_SYMBOL vmlinux 0x950f2148 inet_release +EXPORT_SYMBOL vmlinux 0x951c019b serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x95210343 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x9526d130 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x953bd91f security_inode_permission +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x9549b216 md_write_end +EXPORT_SYMBOL vmlinux 0x954f2d11 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x95622f41 down_timeout +EXPORT_SYMBOL vmlinux 0x9562d1d5 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x9596fb92 snd_card_disconnect +EXPORT_SYMBOL vmlinux 0x95a0f4d6 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x95ac7541 snd_jack_set_parent +EXPORT_SYMBOL vmlinux 0x95cb9a0e inet_shutdown +EXPORT_SYMBOL vmlinux 0x95cfe796 pci_map_rom +EXPORT_SYMBOL vmlinux 0x95d6a729 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x95dbe078 __get_user_2 +EXPORT_SYMBOL vmlinux 0x95f4dd41 generic_make_request +EXPORT_SYMBOL vmlinux 0x95fbe6c7 input_unregister_device +EXPORT_SYMBOL vmlinux 0x960dfaf5 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x961299fd gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x962bd5f5 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x966ac19b sock_rfree +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x968d8517 skb_insert +EXPORT_SYMBOL vmlinux 0x969b296a tcp_ioctl +EXPORT_SYMBOL vmlinux 0x969d0f10 arm_coherent_dma_ops +EXPORT_SYMBOL vmlinux 0x969e398e ata_link_printk +EXPORT_SYMBOL vmlinux 0x96b326f9 sock_no_connect +EXPORT_SYMBOL vmlinux 0x96b39b6e omap_start_dma_chain_transfers +EXPORT_SYMBOL vmlinux 0x96bd471b blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x96c51278 dmam_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96eb56d6 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x97255bdf strlen +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x976384f3 release_firmware +EXPORT_SYMBOL vmlinux 0x976e700f down_trylock +EXPORT_SYMBOL vmlinux 0x978af6ad key_type_keyring +EXPORT_SYMBOL vmlinux 0x978d483f netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x9793c93a dispc_mgr_setup +EXPORT_SYMBOL vmlinux 0x9798bd35 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x979b2dc3 fb_class +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97c14004 snd_card_file_add +EXPORT_SYMBOL vmlinux 0x97c1e6d9 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0x98082893 __copy_to_user +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x982be9e3 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x982bfc22 dev_add_offload +EXPORT_SYMBOL vmlinux 0x98432d12 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x98457d4c sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x985aba09 nand_scan_tail +EXPORT_SYMBOL vmlinux 0x9864a5d6 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x986bce86 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x9874e187 snd_unregister_oss_device +EXPORT_SYMBOL vmlinux 0x987c11c7 __pv_phys_pfn_offset +EXPORT_SYMBOL vmlinux 0x98b061e3 pci_get_class +EXPORT_SYMBOL vmlinux 0x98e45306 bio_add_page +EXPORT_SYMBOL vmlinux 0x98eac832 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x98ef6337 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x991e83a5 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x992461ec user_path_create +EXPORT_SYMBOL vmlinux 0x9926567c md_write_start +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x9945c678 dcache_readdir +EXPORT_SYMBOL vmlinux 0x994f9846 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x996c4d30 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x996cbac0 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x99794e66 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x99800868 phy_init_eee +EXPORT_SYMBOL vmlinux 0x99893ce6 send_sig +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999c3148 __raw_readsb +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99bb8806 memmove +EXPORT_SYMBOL vmlinux 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99f58330 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0x9a137185 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a254140 cdev_del +EXPORT_SYMBOL vmlinux 0x9a32c1dc skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x9a425094 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0x9a45b81f ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x9a623142 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x9a68bf1f dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x9a6acc3c serio_reconnect +EXPORT_SYMBOL vmlinux 0x9a75b902 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x9a7b6a0f from_kuid_munged +EXPORT_SYMBOL vmlinux 0x9a8318ef v7_coherent_kern_range +EXPORT_SYMBOL vmlinux 0x9a94a758 deactivate_super +EXPORT_SYMBOL vmlinux 0x9a9a2ff2 km_state_notify +EXPORT_SYMBOL vmlinux 0x9ab04665 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x9ae43c6a pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9b1f8e3a blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b67736a __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x9b68f91c scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b762cf6 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x9b7fdcc2 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba152d9 invalidate_partition +EXPORT_SYMBOL vmlinux 0x9ba37bc5 dquot_initialize +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bb0ee98 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x9bbe88b3 flex_array_put +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9c0bd51f _raw_spin_lock +EXPORT_SYMBOL vmlinux 0x9c1102eb devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x9c1403e3 bio_phys_segments +EXPORT_SYMBOL vmlinux 0x9c19aece sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x9c30d658 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x9c3737fc __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x9c3d1ebb gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c5b4457 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x9c5e8968 write_one_page +EXPORT_SYMBOL vmlinux 0x9c6e5d3a swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x9c97082e edma_pause +EXPORT_SYMBOL vmlinux 0x9c9ec2a0 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb2e117 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x9cb5e0bb skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x9cb6f17e i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x9cba3c37 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x9cdfc660 blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0x9ce8cc33 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d21b442 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x9d2ba0d9 bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x9d31a8a8 __blk_end_request +EXPORT_SYMBOL vmlinux 0x9d36cb20 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d55456c inode_init_always +EXPORT_SYMBOL vmlinux 0x9d669763 memcpy +EXPORT_SYMBOL vmlinux 0x9d7a4b8b __bforget +EXPORT_SYMBOL vmlinux 0x9d90f95f __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x9dad41b3 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x9dc27941 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x9dcea292 neigh_update +EXPORT_SYMBOL vmlinux 0x9dd3bdf3 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x9df60ba7 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x9df870fc kobject_set_name +EXPORT_SYMBOL vmlinux 0x9dfe7307 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e0ab182 d_add_ci +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0eea6e ll_rw_block +EXPORT_SYMBOL vmlinux 0x9e1f1a73 kill_fasync +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e29876a netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x9e2bfc9b phy_start_aneg +EXPORT_SYMBOL vmlinux 0x9e4b3747 sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e6c0667 snd_component_add +EXPORT_SYMBOL vmlinux 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e77f37d fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ebfe7ca set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9f2a9bbe vga_get +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f41e6a3 mount_pseudo +EXPORT_SYMBOL vmlinux 0x9f431f53 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f491e5d ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x9f6fbb96 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x9f727884 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x9f7fa6c6 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x9f810f89 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x9f823cea dispc_mgr_is_enabled +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa33950 amba_device_unregister +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fc0e1fd serio_interrupt +EXPORT_SYMBOL vmlinux 0x9fd7cda1 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe265f4 genphy_resume +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa003e992 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xa0365988 mmc_erase +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05763c0 devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa0698cf6 do_fallocate +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa0724cae skb_checksum +EXPORT_SYMBOL vmlinux 0xa0781640 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa08a93a5 skb_pull +EXPORT_SYMBOL vmlinux 0xa0966e4b unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa0a47744 ptp_clock_event +EXPORT_SYMBOL vmlinux 0xa0aab1be udp6_set_csum +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0c1bdc9 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e37b86 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xa0e886af mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0f5e71c abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL vmlinux 0xa0fe0ce0 dev_mc_add +EXPORT_SYMBOL vmlinux 0xa1072025 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa10d947c input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa14056f2 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14b3f5d flex_array_free_parts +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa151eebc set_binfmt +EXPORT_SYMBOL vmlinux 0xa1540a94 dquot_disable +EXPORT_SYMBOL vmlinux 0xa1739f7d snd_ctl_make_virtual_master +EXPORT_SYMBOL vmlinux 0xa18608dd ps2_drain +EXPORT_SYMBOL vmlinux 0xa1912bce dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xa192813b idr_for_each +EXPORT_SYMBOL vmlinux 0xa1a38186 pci_iounmap +EXPORT_SYMBOL vmlinux 0xa1af12f5 unregister_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c03d74 of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1d55e90 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xa1dbe18a snd_ctl_rename_id +EXPORT_SYMBOL vmlinux 0xa1e8e569 i2c_register_driver +EXPORT_SYMBOL vmlinux 0xa1f0ebea bit_waitqueue +EXPORT_SYMBOL vmlinux 0xa1f5933b jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa2179b3f soft_cursor +EXPORT_SYMBOL vmlinux 0xa21de79d iov_iter_advance +EXPORT_SYMBOL vmlinux 0xa22cb5cb register_sound_dsp +EXPORT_SYMBOL vmlinux 0xa2509bc6 phy_disconnect +EXPORT_SYMBOL vmlinux 0xa2629562 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xa2658b9a invalidate_bdev +EXPORT_SYMBOL vmlinux 0xa269ec53 locks_init_lock +EXPORT_SYMBOL vmlinux 0xa27ccf9e mdiobus_write +EXPORT_SYMBOL vmlinux 0xa27deec0 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2928c55 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xa29aa2a9 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xa29ca044 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xa2a1b2fa sock_create_kern +EXPORT_SYMBOL vmlinux 0xa2e13cf4 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa2fab6e3 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xa2fe13a8 dma_async_device_register +EXPORT_SYMBOL vmlinux 0xa3141b72 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa31e44ba edma_free_channel +EXPORT_SYMBOL vmlinux 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL vmlinux 0xa337a8f5 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xa33a2130 submit_bio_wait +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa35444e4 dispc_write_irqenable +EXPORT_SYMBOL vmlinux 0xa36d2ae0 replace_mount_options +EXPORT_SYMBOL vmlinux 0xa37e78b6 flex_array_get +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa396f41e xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xa3998a78 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xa39f69e8 sock_no_bind +EXPORT_SYMBOL vmlinux 0xa3a4f1f3 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xa3b1811a tty_lock +EXPORT_SYMBOL vmlinux 0xa3b54fea pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0xa3b65666 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xa3c6688a of_parse_phandle +EXPORT_SYMBOL vmlinux 0xa3fb9892 pci_dev_get +EXPORT_SYMBOL vmlinux 0xa41152ad fasync_helper +EXPORT_SYMBOL vmlinux 0xa414882d add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xa41adae4 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa4610bc6 omap_rev +EXPORT_SYMBOL vmlinux 0xa467b6c1 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa47abbad dm_io +EXPORT_SYMBOL vmlinux 0xa48f5b09 omap_dma_set_global_params +EXPORT_SYMBOL vmlinux 0xa4ae1d63 of_match_node +EXPORT_SYMBOL vmlinux 0xa4b42c55 omap_set_dma_priority +EXPORT_SYMBOL vmlinux 0xa4d8df0c flush_signals +EXPORT_SYMBOL vmlinux 0xa4fe651e generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0xa50d08c6 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xa520e59a devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xa52664b4 genphy_suspend +EXPORT_SYMBOL vmlinux 0xa548b70a blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xa54d044a snd_timer_global_new +EXPORT_SYMBOL vmlinux 0xa54e995f neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5551b5c __alloc_skb +EXPORT_SYMBOL vmlinux 0xa55ff4b0 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0xa5674f4b blk_end_request_all +EXPORT_SYMBOL vmlinux 0xa576fb90 f_setown +EXPORT_SYMBOL vmlinux 0xa587f64b tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xa5899bea force_sig +EXPORT_SYMBOL vmlinux 0xa58fea9d mempool_destroy +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5adc063 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xa5b89364 key_validate +EXPORT_SYMBOL vmlinux 0xa5ded478 napi_gro_receive +EXPORT_SYMBOL vmlinux 0xa5f76294 kthread_stop +EXPORT_SYMBOL vmlinux 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL vmlinux 0xa61e4362 omap_request_dma +EXPORT_SYMBOL vmlinux 0xa62efb9e abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63a85e8 blk_finish_request +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa66fd757 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa67b93e2 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68aa080 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa6b20670 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xa6b9590c vme_slot_num +EXPORT_SYMBOL vmlinux 0xa6bab23d dqstats +EXPORT_SYMBOL vmlinux 0xa6d9e321 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0xa6ef8d29 dqget +EXPORT_SYMBOL vmlinux 0xa6fb92b3 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xa7004630 vfs_open +EXPORT_SYMBOL vmlinux 0xa7019769 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xa71f3a69 generic_perform_write +EXPORT_SYMBOL vmlinux 0xa7301c96 done_path_create +EXPORT_SYMBOL vmlinux 0xa734a3e9 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa7379729 __neigh_create +EXPORT_SYMBOL vmlinux 0xa73e1030 __mutex_init +EXPORT_SYMBOL vmlinux 0xa74e097e snd_ctl_notify +EXPORT_SYMBOL vmlinux 0xa761f6b3 mntput +EXPORT_SYMBOL vmlinux 0xa7898627 dquot_alloc +EXPORT_SYMBOL vmlinux 0xa7927f2f dev_mc_sync +EXPORT_SYMBOL vmlinux 0xa7ad82bf usbnet_device_suggests_idle +EXPORT_SYMBOL vmlinux 0xa7c39266 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xa80b0035 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xa80ffef0 mutex_lock +EXPORT_SYMBOL vmlinux 0xa8232591 ata_dev_printk +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa823bd57 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa8778e73 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xa87dd00a gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8be9e4d jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xa8c54db1 give_up_console +EXPORT_SYMBOL vmlinux 0xa8ca2ed5 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xa8d08231 dev_warn +EXPORT_SYMBOL vmlinux 0xa8da2ad9 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xa8dd2fff padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xa8f55c85 sys_copyarea +EXPORT_SYMBOL vmlinux 0xa8fe4f88 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa92357d8 register_filesystem +EXPORT_SYMBOL vmlinux 0xa9302310 generic_getxattr +EXPORT_SYMBOL vmlinux 0xa935150c scsi_ioctl +EXPORT_SYMBOL vmlinux 0xa94fc8e9 devm_gpio_free +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa97201ac bio_alloc_pages +EXPORT_SYMBOL vmlinux 0xa99ef4ee __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0xa9a05f0d d_instantiate +EXPORT_SYMBOL vmlinux 0xa9a7adff vga_tryget +EXPORT_SYMBOL vmlinux 0xa9a8b8d7 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xa9aa9cae tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9cd4085 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xa9effda5 __first_cpu +EXPORT_SYMBOL vmlinux 0xa9f830a3 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xaa012b12 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xaa1bcfb5 simple_setattr +EXPORT_SYMBOL vmlinux 0xaa25829a neigh_connected_output +EXPORT_SYMBOL vmlinux 0xaa25c4f2 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0xaa437021 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xaa50dbbd jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xaa569290 __getblk_gfp +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa76d0d9 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xaa7d49c9 inet_listen +EXPORT_SYMBOL vmlinux 0xaa8317ac __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaaa2d862 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xaab559dd sock_no_getname +EXPORT_SYMBOL vmlinux 0xaabb50f9 ether_setup +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab034d90 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xab042f3b i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xab4882b9 snd_register_device_for_dev +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab690c91 __netif_schedule +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab772f3d tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab7d9d78 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xab7f4a6f skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0xab8a5791 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xab9f0dcf snd_jack_new +EXPORT_SYMBOL vmlinux 0xaba3ad0c radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xabc3cfff __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabd3743e ns_capable +EXPORT_SYMBOL vmlinux 0xabdcefb0 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xabef8542 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0xabf55583 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xabfb3807 __getblk_slow +EXPORT_SYMBOL vmlinux 0xabfcc47f skb_dequeue +EXPORT_SYMBOL vmlinux 0xac032208 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xac069648 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac390091 dev_base_lock +EXPORT_SYMBOL vmlinux 0xac398912 flex_array_clear +EXPORT_SYMBOL vmlinux 0xac46ba98 mnt_pin +EXPORT_SYMBOL vmlinux 0xac6bf679 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xac7178dc d_find_any_alias +EXPORT_SYMBOL vmlinux 0xac7a2d02 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0xac7a5ea6 unregister_nls +EXPORT_SYMBOL vmlinux 0xac7a6b4d tty_port_close_start +EXPORT_SYMBOL vmlinux 0xac814d32 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xac9c7668 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xac9cab85 sound_class +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb415c4 omap_dss_get_overlay +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xaccf9f91 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xace14a91 bdi_register +EXPORT_SYMBOL vmlinux 0xaceb0549 key_task_permission +EXPORT_SYMBOL vmlinux 0xacec6c9a snd_ctl_new1 +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf65adb abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad18ecfb pci_choose_state +EXPORT_SYMBOL vmlinux 0xad2d3ec8 touch_buffer +EXPORT_SYMBOL vmlinux 0xad4b643d truncate_pagecache +EXPORT_SYMBOL vmlinux 0xad5c76b6 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xad74a6b9 sock_from_file +EXPORT_SYMBOL vmlinux 0xad74f2c9 security_file_permission +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xadc8930b ip_defrag +EXPORT_SYMBOL vmlinux 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL vmlinux 0xae03d022 irq_to_desc +EXPORT_SYMBOL vmlinux 0xae1eebfa fddi_change_mtu +EXPORT_SYMBOL vmlinux 0xae35e849 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xae4c36ec tcf_action_exec +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae77a595 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0xae85a27e radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xaea8e238 set_security_override +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaec8ee88 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0xaece04f6 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xaedc90b7 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xaf09e824 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xaf2bf41c inet_accept +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf44cb1f simple_link +EXPORT_SYMBOL vmlinux 0xaf50e76d elf_set_personality +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf66648a of_get_address +EXPORT_SYMBOL vmlinux 0xaf8643d4 snd_cards +EXPORT_SYMBOL vmlinux 0xaf8aa518 system_rev +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf946c22 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xafaa2a2f skb_copy_expand +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafb3aa5b vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xafba49b7 bio_put +EXPORT_SYMBOL vmlinux 0xafc8ba96 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xafd91509 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xafdc5cd9 filemap_fault +EXPORT_SYMBOL vmlinux 0xafdf1682 generic_setlease +EXPORT_SYMBOL vmlinux 0xb0086e95 mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0xb00f2e5e iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xb0289a3c register_sound_special_device +EXPORT_SYMBOL vmlinux 0xb0404582 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xb0451fce sk_release_kernel +EXPORT_SYMBOL vmlinux 0xb04cf0fe lg_local_unlock +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0637531 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0xb07793ce tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0xb097101e seq_path +EXPORT_SYMBOL vmlinux 0xb09cc214 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0xb09d4f76 ip_options_compile +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0c85bf7 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0xb0cb263d vga_client_register +EXPORT_SYMBOL vmlinux 0xb0cd1225 set_blocksize +EXPORT_SYMBOL vmlinux 0xb0d70f7d input_set_keycode +EXPORT_SYMBOL vmlinux 0xb0dcdd3e netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0f57a60 do_sync_write +EXPORT_SYMBOL vmlinux 0xb104a1a4 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xb10befa4 single_open_size +EXPORT_SYMBOL vmlinux 0xb110d54c scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xb1137aff inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xb11e9ebb mmc_put_card +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb1254171 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb13127b0 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xb13fe481 lock_may_write +EXPORT_SYMBOL vmlinux 0xb1450676 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb15f4f30 set_create_files_as +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb17783e9 ab3100_event_register +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1a00ab2 rtnl_notify +EXPORT_SYMBOL vmlinux 0xb1b06cd5 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xb1b89f58 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1d9aabd lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1dcf244 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xb1dffe9f delete_from_page_cache +EXPORT_SYMBOL vmlinux 0xb1ebec7a snd_card_free +EXPORT_SYMBOL vmlinux 0xb1f11e6b mpage_writepages +EXPORT_SYMBOL vmlinux 0xb1f749ae inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0xb210b994 zero_fill_bio +EXPORT_SYMBOL vmlinux 0xb211d6a2 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xb21d85d0 dcb_getapp +EXPORT_SYMBOL vmlinux 0xb22a5541 seq_release +EXPORT_SYMBOL vmlinux 0xb267f714 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb2b93cb5 keyring_clear +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2ce4825 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2d4b1a8 arm_dma_zone_size +EXPORT_SYMBOL vmlinux 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL vmlinux 0xb3240c7e xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xb32d7b7e radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xb338fd90 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xb3463405 swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0xb35afc17 pci_iomap +EXPORT_SYMBOL vmlinux 0xb37169cd neigh_table_init +EXPORT_SYMBOL vmlinux 0xb374e2a5 mmc_get_card +EXPORT_SYMBOL vmlinux 0xb377593e inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xb37cc3d3 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0xb38e1c40 __frontswap_load +EXPORT_SYMBOL vmlinux 0xb39054be __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xb39063f5 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0xb3bb6cd0 padata_add_cpu +EXPORT_SYMBOL vmlinux 0xb3d804d0 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xb3db39b0 iterate_dir +EXPORT_SYMBOL vmlinux 0xb3ddc49b seq_read +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3ff9758 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xb4008a59 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0xb42243a3 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4285bd4 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xb42dba5d n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xb444b3b2 unregister_key_type +EXPORT_SYMBOL vmlinux 0xb4482ec3 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0xb4707472 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb480f4a7 netif_carrier_off +EXPORT_SYMBOL vmlinux 0xb4919b69 sget +EXPORT_SYMBOL vmlinux 0xb4b76de9 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL vmlinux 0xb4c74d1b scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xb4c8f38a omap_dma_chain_status +EXPORT_SYMBOL vmlinux 0xb4dd791e iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0xb4ebc478 default_file_splice_read +EXPORT_SYMBOL vmlinux 0xb5196925 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xb5198b77 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xb51b0662 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0xb5273e54 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0xb536a4a5 snd_card_file_remove +EXPORT_SYMBOL vmlinux 0xb53d877e alloc_fcdev +EXPORT_SYMBOL vmlinux 0xb5400cd1 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb5684e29 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0xb56e318d snd_card_new +EXPORT_SYMBOL vmlinux 0xb57147d4 padata_alloc +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5c00014 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5d5839f of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xb5d9454c printk_emit +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb64997e3 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xb66e5665 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb6920697 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6963b47 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6c1fee8 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xb6c2dcde kernel_write +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6d22d58 proto_register +EXPORT_SYMBOL vmlinux 0xb6d6c235 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xb6e80392 nf_reinject +EXPORT_SYMBOL vmlinux 0xb6f28d64 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xb6fb23b4 sockfd_lookup +EXPORT_SYMBOL vmlinux 0xb70440c6 tcp_proc_register +EXPORT_SYMBOL vmlinux 0xb706c9b4 skb_queue_purge +EXPORT_SYMBOL vmlinux 0xb71a03b9 inet_frag_kill +EXPORT_SYMBOL vmlinux 0xb7200c82 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xb72bda17 sock_init_data +EXPORT_SYMBOL vmlinux 0xb7316545 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xb74c9193 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xb74e15d4 genl_notify +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb78e35fb input_get_keycode +EXPORT_SYMBOL vmlinux 0xb7a0fe73 omap_dss_get_next_device +EXPORT_SYMBOL vmlinux 0xb7ad1dad inet_frags_fini +EXPORT_SYMBOL vmlinux 0xb7b60784 nf_log_unregister +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7ba76c7 __aeabi_unwind_cpp_pr2 +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7cae87b flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0xb7cca91f from_kgid +EXPORT_SYMBOL vmlinux 0xb7f2cbe3 blkdev_fsync +EXPORT_SYMBOL vmlinux 0xb80f3ce8 save_mount_options +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb81c17eb udp_del_offload +EXPORT_SYMBOL vmlinux 0xb832d8d3 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xb844d71b sk_alloc +EXPORT_SYMBOL vmlinux 0xb84536a0 phy_start +EXPORT_SYMBOL vmlinux 0xb864ef9f textsearch_unregister +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb8a33c8d bio_endio_nodec +EXPORT_SYMBOL vmlinux 0xb8cc03fe mtd_concat_create +EXPORT_SYMBOL vmlinux 0xb8ce3fb5 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xb8d3338c xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb95607a9 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xb95f98d6 _memset_io +EXPORT_SYMBOL vmlinux 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL vmlinux 0xb98512e6 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9977915 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xb997f0bd rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xb9a3afc0 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xb9a8f03b omap_stop_dma +EXPORT_SYMBOL vmlinux 0xb9acd3d9 __put_user_2 +EXPORT_SYMBOL vmlinux 0xb9bf1370 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9edca05 register_cdrom +EXPORT_SYMBOL vmlinux 0xba19d26a phy_init_hw +EXPORT_SYMBOL vmlinux 0xba3d90dc nf_ct_attach +EXPORT_SYMBOL vmlinux 0xba3fd2cc sg_miter_skip +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4a427a wireless_spy_update +EXPORT_SYMBOL vmlinux 0xba4c4d18 commit_creds +EXPORT_SYMBOL vmlinux 0xba4f6ec2 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xba5438a3 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0xba5d152a netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0xba636531 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xba7717c4 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xba9f3c5b md_finish_reshape +EXPORT_SYMBOL vmlinux 0xbab02014 address_space_init_once +EXPORT_SYMBOL vmlinux 0xbab1f304 tty_port_close +EXPORT_SYMBOL vmlinux 0xbabef233 snd_ctl_add +EXPORT_SYMBOL vmlinux 0xbad1e791 dev_alert +EXPORT_SYMBOL vmlinux 0xbae2c603 shdma_reset +EXPORT_SYMBOL vmlinux 0xbaf301b7 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xbaf48c71 d_invalidate +EXPORT_SYMBOL vmlinux 0xbafeee36 dispc_runtime_get +EXPORT_SYMBOL vmlinux 0xbb2340c4 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xbb41fc9f scm_get_version +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb686c25 skb_tx_error +EXPORT_SYMBOL vmlinux 0xbb72d4fe __put_user_1 +EXPORT_SYMBOL vmlinux 0xbb85ccf3 nobh_write_begin +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbad0e63 of_get_parent +EXPORT_SYMBOL vmlinux 0xbbd02a07 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xbc0368da remap_pfn_range +EXPORT_SYMBOL vmlinux 0xbc075b36 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xbc0e8fc4 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xbc10dd97 __put_user_4 +EXPORT_SYMBOL vmlinux 0xbc195d19 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xbc213c1e fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0xbc3b1d3b jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xbc6d7c92 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xbc8e2269 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xbc8e39c2 register_exec_domain +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbce6138c ppp_dev_name +EXPORT_SYMBOL vmlinux 0xbce7bd86 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xbce8a632 tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0xbcf75b42 tcf_register_action +EXPORT_SYMBOL vmlinux 0xbd0fde07 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xbd5c32d1 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xbd6413b4 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xbd76874f kset_unregister +EXPORT_SYMBOL vmlinux 0xbd791ffc gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd987551 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0xbda70e0e generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xbdac1eb7 lockref_get +EXPORT_SYMBOL vmlinux 0xbdad0db2 secpath_dup +EXPORT_SYMBOL vmlinux 0xbdaf7f82 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xbdba9828 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xbdbc5f92 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xbdd00d79 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xbdd0a9ed pci_request_region +EXPORT_SYMBOL vmlinux 0xbde7165e scsi_block_requests +EXPORT_SYMBOL vmlinux 0xbdedb6b2 irq_stat +EXPORT_SYMBOL vmlinux 0xbdf2580d __raw_readsl +EXPORT_SYMBOL vmlinux 0xbdfbda7c cfb_fillrect +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe1f4a94 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe2d0058 d_path +EXPORT_SYMBOL vmlinux 0xbe475731 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xbe84129d call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xbe8860a8 dispc_mgr_go_busy +EXPORT_SYMBOL vmlinux 0xbe8fb90c dispc_mgr_get_framedone_irq +EXPORT_SYMBOL vmlinux 0xbe943db5 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xbeac3984 read_code +EXPORT_SYMBOL vmlinux 0xbec2afd6 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xbed88c2e ip6_frag_init +EXPORT_SYMBOL vmlinux 0xbed8e3f1 path_get +EXPORT_SYMBOL vmlinux 0xbed91e05 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xbedb32e5 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbef278f2 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef510b1 eth_change_mtu +EXPORT_SYMBOL vmlinux 0xbf0ffd25 sock_wfree +EXPORT_SYMBOL vmlinux 0xbf117a6f scsi_remove_device +EXPORT_SYMBOL vmlinux 0xbf123e70 inet_recvmsg +EXPORT_SYMBOL vmlinux 0xbf124878 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xbf2b0f78 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xbf32597f vc_resize +EXPORT_SYMBOL vmlinux 0xbf4b748f neigh_app_ns +EXPORT_SYMBOL vmlinux 0xbf6109c7 of_n_size_cells +EXPORT_SYMBOL vmlinux 0xbf70eda6 phy_device_free +EXPORT_SYMBOL vmlinux 0xbf71dba7 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xbf741928 scsi_init_io +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa392ed snd_device_new +EXPORT_SYMBOL vmlinux 0xbfc5c05f set_bh_page +EXPORT_SYMBOL vmlinux 0xbfdc5f70 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xbfe48c6e open_exec +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbff1c69f registered_fb +EXPORT_SYMBOL vmlinux 0xc0056be5 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xc01f166a netif_device_attach +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc038b15b scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc07815a3 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc089af35 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xc089f00e sock_no_mmap +EXPORT_SYMBOL vmlinux 0xc099ff93 from_kprojid +EXPORT_SYMBOL vmlinux 0xc0a6a8c5 omap_set_dma_dest_burst_mode +EXPORT_SYMBOL vmlinux 0xc0a98385 profile_pc +EXPORT_SYMBOL vmlinux 0xc0a9da00 vm_event_states +EXPORT_SYMBOL vmlinux 0xc0ac54d1 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0xc0d1df8f sock_wake_async +EXPORT_SYMBOL vmlinux 0xc0dc02c9 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xc0e649f1 alloc_disk_node +EXPORT_SYMBOL vmlinux 0xc0ea8f42 netdev_alert +EXPORT_SYMBOL vmlinux 0xc11395db in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xc11c8df4 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc12a68c2 kunmap_high +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc14baf50 inet_del_offload +EXPORT_SYMBOL vmlinux 0xc150af98 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xc16ce7cc tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xc17ecac6 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xc183806c alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xc1b82d22 register_shrinker +EXPORT_SYMBOL vmlinux 0xc1bb22f8 bdgrab +EXPORT_SYMBOL vmlinux 0xc1c4ac82 vfs_create +EXPORT_SYMBOL vmlinux 0xc1c5f3cf nf_register_hooks +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc200cf40 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xc204deaf tty_mutex +EXPORT_SYMBOL vmlinux 0xc2165d85 __arm_iounmap +EXPORT_SYMBOL vmlinux 0xc23755f3 mntget +EXPORT_SYMBOL vmlinux 0xc23be461 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc2619328 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xc26fe45c phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0xc2971987 update_region +EXPORT_SYMBOL vmlinux 0xc2c8ef6f snd_pcm_hw_rule_add +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e72fac dss_mgr_disconnect +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc33e0fed snd_jack_report +EXPORT_SYMBOL vmlinux 0xc33f590b console_stop +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc3acebef kill_anon_super +EXPORT_SYMBOL vmlinux 0xc3b3f884 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xc3cb8bc5 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xc3d1fa4d edma_alloc_cont_slots +EXPORT_SYMBOL vmlinux 0xc3d57a1c sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xc3e18d98 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0xc3f9dbd2 block_read_full_page +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc4290d0f uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xc44d5f01 flush_old_exec +EXPORT_SYMBOL vmlinux 0xc455f746 __napi_complete +EXPORT_SYMBOL vmlinux 0xc456cd05 dev_addr_init +EXPORT_SYMBOL vmlinux 0xc459f94a tcp_check_req +EXPORT_SYMBOL vmlinux 0xc46f108c tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xc4874ffe __pci_enable_wake +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc49faa3d tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xc4a2ca69 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xc4b4fc9c bio_clone_bioset +EXPORT_SYMBOL vmlinux 0xc4d8d971 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xc4e62895 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0xc52da066 omap_set_dma_dest_params +EXPORT_SYMBOL vmlinux 0xc541732a snd_pcm_hw_param_first +EXPORT_SYMBOL vmlinux 0xc585dd08 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc5939abe kernel_sendpage +EXPORT_SYMBOL vmlinux 0xc5982b52 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5aba175 kernel_accept +EXPORT_SYMBOL vmlinux 0xc5c7347f jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xc5ce2d26 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xc5df672c block_write_begin +EXPORT_SYMBOL vmlinux 0xc5e73758 lock_fb_info +EXPORT_SYMBOL vmlinux 0xc5ec6057 elevator_alloc +EXPORT_SYMBOL vmlinux 0xc5f78c0e of_dev_get +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc605a7e0 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc64e354e skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xc659c9c0 blk_init_tags +EXPORT_SYMBOL vmlinux 0xc66fa6a6 ida_remove +EXPORT_SYMBOL vmlinux 0xc6719099 netif_rx +EXPORT_SYMBOL vmlinux 0xc67a3d94 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0xc690bdb2 md_done_sync +EXPORT_SYMBOL vmlinux 0xc69bc69f iget5_locked +EXPORT_SYMBOL vmlinux 0xc6ab8d8b scsi_remove_host +EXPORT_SYMBOL vmlinux 0xc6c018e3 flow_cache_fini +EXPORT_SYMBOL vmlinux 0xc6c0fa8b tcf_hash_insert +EXPORT_SYMBOL vmlinux 0xc6c6d684 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6f58567 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xc6f741f5 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xc71c70dd __brelse +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7895fd4 eth_header +EXPORT_SYMBOL vmlinux 0xc793a8ca bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ac9c43 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xc7b0ef54 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xc7bc2ecd sk_reset_timer +EXPORT_SYMBOL vmlinux 0xc7bcbc8d add_wait_queue +EXPORT_SYMBOL vmlinux 0xc7cd2754 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xc7de75a8 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xc7df52c3 tcp_seq_open +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc801dfe5 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xc804f94f snd_seq_root +EXPORT_SYMBOL vmlinux 0xc8210d22 write_cache_pages +EXPORT_SYMBOL vmlinux 0xc8224460 seq_printf +EXPORT_SYMBOL vmlinux 0xc82349c2 locks_copy_lock +EXPORT_SYMBOL vmlinux 0xc827bca0 __break_lease +EXPORT_SYMBOL vmlinux 0xc82f4eba pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84be69c __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xc850d2ed elv_rb_find +EXPORT_SYMBOL vmlinux 0xc852f04c remove_arg_zero +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc87966cd sys_imageblit +EXPORT_SYMBOL vmlinux 0xc8887ab6 update_devfreq +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8a926dd generic_file_mmap +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8ec0da8 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xc8f9622f register_key_type +EXPORT_SYMBOL vmlinux 0xc904d0b3 vfs_rename +EXPORT_SYMBOL vmlinux 0xc90940ac xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0xc91b3851 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL vmlinux 0xc934987c seq_lseek +EXPORT_SYMBOL vmlinux 0xc93a2f4d edma_free_cont_slots +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc98e0edc __nlmsg_put +EXPORT_SYMBOL vmlinux 0xc995eb6a register_netdev +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc997bd07 blk_run_queue +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9b5be41 amba_release_regions +EXPORT_SYMBOL vmlinux 0xc9b646de tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xc9c6a977 sock_no_accept +EXPORT_SYMBOL vmlinux 0xca0486e7 scsi_device_get +EXPORT_SYMBOL vmlinux 0xca0614b4 omapdss_get_version +EXPORT_SYMBOL vmlinux 0xca0688e8 icmp_send +EXPORT_SYMBOL vmlinux 0xca0dc5c5 dump_page +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca15a78d dcb_setapp +EXPORT_SYMBOL vmlinux 0xca1a16a0 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xca27364a skb_queue_tail +EXPORT_SYMBOL vmlinux 0xca28d4fa of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xca33d074 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xca3d3d4d input_register_handle +EXPORT_SYMBOL vmlinux 0xca545a18 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xca58377b tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca630883 input_register_device +EXPORT_SYMBOL vmlinux 0xca6a08db vlan_vid_del +EXPORT_SYMBOL vmlinux 0xca83598b ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xca8c4cbd dm_get_device +EXPORT_SYMBOL vmlinux 0xca92cc58 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcacc64d9 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xcaddbd7e edma_set_dest_index +EXPORT_SYMBOL vmlinux 0xcadf0464 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcaf9cb87 skb_copy +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb2074ba unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xcb2380fd dev_mc_del +EXPORT_SYMBOL vmlinux 0xcb447df1 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0xcb466063 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xcb488883 of_device_alloc +EXPORT_SYMBOL vmlinux 0xcb717ee9 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xcb88c744 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xcb975a0e i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xcba5a8e5 framebuffer_release +EXPORT_SYMBOL vmlinux 0xcbb39dc8 simple_dir_operations +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc73787 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbd2f570 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xcbee6439 ida_simple_get +EXPORT_SYMBOL vmlinux 0xcbf4e69d shdma_chan_filter +EXPORT_SYMBOL vmlinux 0xcc206040 scsi_finish_command +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc38ebcc ihold +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc6541d6 of_get_property +EXPORT_SYMBOL vmlinux 0xcc754cae do_splice_to +EXPORT_SYMBOL vmlinux 0xcc8736e8 get_tz_trend +EXPORT_SYMBOL vmlinux 0xcc98e034 iget_locked +EXPORT_SYMBOL vmlinux 0xccb38aec twl6040_power +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccdc2642 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xccfde623 unlock_new_inode +EXPORT_SYMBOL vmlinux 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd2db7fe seq_putc +EXPORT_SYMBOL vmlinux 0xcd30b95a tmio_core_mmc_clk_div +EXPORT_SYMBOL vmlinux 0xcd63c845 __aeabi_lasr +EXPORT_SYMBOL vmlinux 0xcd6bc878 skb_store_bits +EXPORT_SYMBOL vmlinux 0xcd751d09 skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xcd796a00 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0xcd7989ff __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xcd81b026 vfs_fsync +EXPORT_SYMBOL vmlinux 0xcd85fd76 touch_atime +EXPORT_SYMBOL vmlinux 0xcd869dea blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xcda415f1 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xcdbb0b15 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdf4ed9f dev_printk_emit +EXPORT_SYMBOL vmlinux 0xce097e3c xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce39bccd blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL vmlinux 0xce3e908a fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0xce473d33 clear_nlink +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce8b39ea md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xce9c3ca6 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xced41dd6 snd_pcm_link_rwlock +EXPORT_SYMBOL vmlinux 0xceed7f85 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcef58fbf pskb_expand_head +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf0e2da4 d_rehash +EXPORT_SYMBOL vmlinux 0xcf408e0e ata_print_version +EXPORT_SYMBOL vmlinux 0xcf45abf7 security_path_unlink +EXPORT_SYMBOL vmlinux 0xcf57abf3 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0xcf62b511 skb_push +EXPORT_SYMBOL vmlinux 0xcf6f6814 of_platform_device_create +EXPORT_SYMBOL vmlinux 0xcf7e67fe i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xcf88625f mempool_create_node +EXPORT_SYMBOL vmlinux 0xcf8d9add dm_unregister_target +EXPORT_SYMBOL vmlinux 0xcf9ad285 flow_cache_init +EXPORT_SYMBOL vmlinux 0xcfc71bb7 ilookup +EXPORT_SYMBOL vmlinux 0xcfdb89fd blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xcfe05be3 do_truncate +EXPORT_SYMBOL vmlinux 0xcfe51307 of_find_property +EXPORT_SYMBOL vmlinux 0xcfeb6f47 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xcfee0d44 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xcff6b642 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xcff6b676 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd0340837 sock_no_listen +EXPORT_SYMBOL vmlinux 0xd059d521 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xd06ebfe9 load_nls_default +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd079f7f4 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0xd09a9f9b rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0b5af75 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xd0b6421b request_key +EXPORT_SYMBOL vmlinux 0xd0d2f0ac inode_permission +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0d5a9ed rwsem_wake +EXPORT_SYMBOL vmlinux 0xd0da3d75 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xd0dcf09f fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0xd0df3cfd tty_lock_pair +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fccff7 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xd100acbd _raw_write_lock +EXPORT_SYMBOL vmlinux 0xd1067ba7 dispc_ovl_enabled +EXPORT_SYMBOL vmlinux 0xd10b3f0e mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xd111c853 _dev_info +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd122134c kernel_read +EXPORT_SYMBOL vmlinux 0xd141ca4f vme_irq_request +EXPORT_SYMBOL vmlinux 0xd14baa9a vga_put +EXPORT_SYMBOL vmlinux 0xd159d6ff vme_lm_request +EXPORT_SYMBOL vmlinux 0xd15f39b1 pci_pme_active +EXPORT_SYMBOL vmlinux 0xd1720e53 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xd17a8ca7 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd1a53551 omap_dss_find_output_by_node +EXPORT_SYMBOL vmlinux 0xd1a863b1 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xd1b3b72c inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xd1b5c70e file_open_root +EXPORT_SYMBOL vmlinux 0xd1b71edf snd_pcm_hw_constraint_step +EXPORT_SYMBOL vmlinux 0xd1c6adaa mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0xd1cc911b inet_stream_connect +EXPORT_SYMBOL vmlinux 0xd1d191f2 nand_bch_init +EXPORT_SYMBOL vmlinux 0xd1d742f4 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0xd1db5dcc devm_clk_get +EXPORT_SYMBOL vmlinux 0xd1e0f0f4 mdiobus_read +EXPORT_SYMBOL vmlinux 0xd1e3643e security_path_chmod +EXPORT_SYMBOL vmlinux 0xd1f0b3e2 dump_skip +EXPORT_SYMBOL vmlinux 0xd1fa7882 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xd1fd1d85 security_path_chown +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd224c87c nand_bch_correct_data +EXPORT_SYMBOL vmlinux 0xd237290c dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xd238da55 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xd2397cd4 __inode_permission +EXPORT_SYMBOL vmlinux 0xd24742a9 sock_edemux +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd261be34 snd_pcm_hw_constraint_list +EXPORT_SYMBOL vmlinux 0xd2623215 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xd2680deb omapdss_find_output_from_display +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd295c232 tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0xd2990123 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xd2a61c86 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xd2af138b reservation_ww_class +EXPORT_SYMBOL vmlinux 0xd2b9d975 input_close_device +EXPORT_SYMBOL vmlinux 0xd2c87c70 inode_init_once +EXPORT_SYMBOL vmlinux 0xd2d1ea88 inode_set_flags +EXPORT_SYMBOL vmlinux 0xd2d7d583 kernel_bind +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2edbfe2 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xd30ad19f con_is_bound +EXPORT_SYMBOL vmlinux 0xd31aa378 inet6_getname +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd31e99e1 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xd32acbff tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xd3337e16 vmap +EXPORT_SYMBOL vmlinux 0xd35134b5 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xd36a4fee dev_uc_sync +EXPORT_SYMBOL vmlinux 0xd3751d81 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xd3b4d439 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xd3bd11ab bdev_read_only +EXPORT_SYMBOL vmlinux 0xd3c32dba skb_find_text +EXPORT_SYMBOL vmlinux 0xd3dbfbc4 _find_first_zero_bit_le +EXPORT_SYMBOL vmlinux 0xd3de8290 is_bad_inode +EXPORT_SYMBOL vmlinux 0xd3e6f60d cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xd3ebdba8 snd_info_free_entry +EXPORT_SYMBOL vmlinux 0xd3f753fa pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xd43f1dfc start_tty +EXPORT_SYMBOL vmlinux 0xd4423646 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0xd44dbba4 dss_mgr_set_lcd_config +EXPORT_SYMBOL vmlinux 0xd4629b10 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0xd4669fad complete +EXPORT_SYMBOL vmlinux 0xd47b4c5a scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0xd49dce39 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xd4c49337 bd_set_size +EXPORT_SYMBOL vmlinux 0xd4e79e58 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0xd4ed8402 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xd4ede4d3 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0xd4f86675 d_find_alias +EXPORT_SYMBOL vmlinux 0xd513918c seq_release_private +EXPORT_SYMBOL vmlinux 0xd5290a4d tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0xd55cb906 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xd56e9485 omap_set_dma_dest_index +EXPORT_SYMBOL vmlinux 0xd56f3807 generic_fillattr +EXPORT_SYMBOL vmlinux 0xd58186aa nf_log_set +EXPORT_SYMBOL vmlinux 0xd583bcd5 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xd58e2368 of_allnodes +EXPORT_SYMBOL vmlinux 0xd5919bb7 dquot_operations +EXPORT_SYMBOL vmlinux 0xd593db51 locks_remove_posix +EXPORT_SYMBOL vmlinux 0xd5a8daf7 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xd5b5dafd phy_find_first +EXPORT_SYMBOL vmlinux 0xd5c5ff75 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0xd5c99c56 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd61347c6 register_sysctl +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd627480b strncat +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd63690dd elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd653610b of_device_is_available +EXPORT_SYMBOL vmlinux 0xd657ef9e omapdss_default_get_resolution +EXPORT_SYMBOL vmlinux 0xd6660446 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xd668e294 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0xd67aad0c misc_register +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd69d832e backlight_device_register +EXPORT_SYMBOL vmlinux 0xd6bc92dc inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xd6cdf549 fddi_type_trans +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd7321c6a gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0xd74289f9 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd770f6da phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd78025ae gen_pool_create +EXPORT_SYMBOL vmlinux 0xd7829cd6 ppp_unit_number +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7b19632 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xd7be086e mdiobus_scan +EXPORT_SYMBOL vmlinux 0xd7c52cca snd_pcm_lib_writev +EXPORT_SYMBOL vmlinux 0xd7cefaaf snd_timer_interrupt +EXPORT_SYMBOL vmlinux 0xd7d909c3 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f0c305 nla_append +EXPORT_SYMBOL vmlinux 0xd8178a50 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd81b0ccd pci_bus_get +EXPORT_SYMBOL vmlinux 0xd82f4425 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xd8394ab4 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0xd84649da dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xd852d53e dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xd85833cb __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xd85cd67e __wake_up +EXPORT_SYMBOL vmlinux 0xd85df069 input_open_device +EXPORT_SYMBOL vmlinux 0xd890c3c4 mmc_can_reset +EXPORT_SYMBOL vmlinux 0xd8a28ddf neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0xd8b60194 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xd8b6a3b9 dev_trans_start +EXPORT_SYMBOL vmlinux 0xd8da227b __blk_end_request_all +EXPORT_SYMBOL vmlinux 0xd8dcd653 register_sound_midi +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8f88ce4 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92c3c3a __napi_schedule +EXPORT_SYMBOL vmlinux 0xd933cd3c blk_make_request +EXPORT_SYMBOL vmlinux 0xd9350d21 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xd937bb8a security_task_getsecid +EXPORT_SYMBOL vmlinux 0xd955d2b7 omap_set_dma_dest_data_pack +EXPORT_SYMBOL vmlinux 0xd95de732 rfkill_alloc +EXPORT_SYMBOL vmlinux 0xd97edd47 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9861f87 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0xd99ad579 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xd9b29cdc snd_pcm_lib_ioctl +EXPORT_SYMBOL vmlinux 0xd9b93c92 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xd9e526bb simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xd9f172dc mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xda0354c1 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda3cb45a tty_port_close_end +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda5040c7 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xda65fd89 __f_setown +EXPORT_SYMBOL vmlinux 0xda6a6507 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xda6e2166 bio_unmap_user +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8997fb fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda91a6d1 wireless_send_event +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdaafc807 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xdad6cecd proc_set_size +EXPORT_SYMBOL vmlinux 0xdae47905 security_inode_readlink +EXPORT_SYMBOL vmlinux 0xdae5953e dss_mgr_register_framedone_handler +EXPORT_SYMBOL vmlinux 0xdaf5dfd8 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0xdb0faef2 napi_complete +EXPORT_SYMBOL vmlinux 0xdb2ae6f0 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0xdb384d73 genlmsg_put +EXPORT_SYMBOL vmlinux 0xdb4292e4 omap_set_dma_params +EXPORT_SYMBOL vmlinux 0xdb540e6e i2c_verify_client +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb69b540 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xdb7305a1 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb93b838 dispc_free_irq +EXPORT_SYMBOL vmlinux 0xdb96816f tcp_child_process +EXPORT_SYMBOL vmlinux 0xdb996acf tcp_make_synack +EXPORT_SYMBOL vmlinux 0xdb9bdf1b dss_mgr_start_update +EXPORT_SYMBOL vmlinux 0xdbacd62e generic_write_checks +EXPORT_SYMBOL vmlinux 0xdbb4f54d poll_initwait +EXPORT_SYMBOL vmlinux 0xdbb50e3b devfreq_add_device +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbd06f4b remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xdbd24542 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xdbdecbfa genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xdbdedc25 genphy_update_link +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc05b0e6 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xdc127c4a pagecache_write_end +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc42d808 processor +EXPORT_SYMBOL vmlinux 0xdc4837ce snd_pci_quirk_lookup +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5633d0 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xdc6cab61 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xdc7a9ff5 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xdc8ca5f7 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xdc9e372d flush_dcache_page +EXPORT_SYMBOL vmlinux 0xdca9ed48 edma_read_slot +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcc92a30 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xdcf0faf7 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xdd098cfa set_anon_super +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd0cd76e netdev_emerg +EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr +EXPORT_SYMBOL vmlinux 0xdd3916ac _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xdd3a26db ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xdd3ee885 eth_header_parse +EXPORT_SYMBOL vmlinux 0xdd4b968a jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xdd4cb106 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xdd5d34e3 I_BDEV +EXPORT_SYMBOL vmlinux 0xdd75ed47 inode_init_owner +EXPORT_SYMBOL vmlinux 0xdd98ec72 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL vmlinux 0xdd9e00d2 mmc_add_host +EXPORT_SYMBOL vmlinux 0xddab6d4c scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xddbcf622 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xddd00a88 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xdde488c6 netif_rx_ni +EXPORT_SYMBOL vmlinux 0xde061a7e drop_nlink +EXPORT_SYMBOL vmlinux 0xde0df409 make_bad_inode +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde15c042 omap_set_dma_src_index +EXPORT_SYMBOL vmlinux 0xde692d94 omap_get_dma_chain_src_pos +EXPORT_SYMBOL vmlinux 0xde89296b skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xdec1d658 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xdf002545 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xdf18af86 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xdf220ae0 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf54e420 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xdf5e38dd seq_vprintf +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf8f5ce8 inet_select_addr +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfa90e8a inet6_add_offload +EXPORT_SYMBOL vmlinux 0xdfabe0ff scm_call +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfd91ce9 omap_type +EXPORT_SYMBOL vmlinux 0xdff29d6b mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe02cdff8 d_alloc +EXPORT_SYMBOL vmlinux 0xe030db12 tc6393xb_lcd_mode +EXPORT_SYMBOL vmlinux 0xe0412796 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe0a04b8d of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xe0ae1d35 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xe0ae67ec sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xe0aee30f tcp_sendpage +EXPORT_SYMBOL vmlinux 0xe0afc7e5 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xe0afedee free_task +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b60db5 lock_sock_fast +EXPORT_SYMBOL vmlinux 0xe0b9e204 sg_miter_next +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe127fb18 down_killable +EXPORT_SYMBOL vmlinux 0xe17131b9 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe187a3ba pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xe1b86194 snd_pcm_kernel_ioctl +EXPORT_SYMBOL vmlinux 0xe1c1fd23 key_put +EXPORT_SYMBOL vmlinux 0xe1c8e182 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xe1f0ab3a _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe20ef47d mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe26cf2e3 cdev_alloc +EXPORT_SYMBOL vmlinux 0xe28d1b59 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xe28fdd37 dispc_ovl_setup +EXPORT_SYMBOL vmlinux 0xe2939f77 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2a490b1 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xe2c2b8fe inet6_release +EXPORT_SYMBOL vmlinux 0xe2cdbfd9 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xe2d14ca6 blk_put_request +EXPORT_SYMBOL vmlinux 0xe2d226ed bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe2fc89fc md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xe300c44f kset_register +EXPORT_SYMBOL vmlinux 0xe303ace7 snd_pcm_lib_free_pages +EXPORT_SYMBOL vmlinux 0xe31a400e pci_read_vpd +EXPORT_SYMBOL vmlinux 0xe358a592 padata_start +EXPORT_SYMBOL vmlinux 0xe37288fe skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0xe373c709 omapdss_unregister_output +EXPORT_SYMBOL vmlinux 0xe37d10ae omap_dispc_unregister_isr +EXPORT_SYMBOL vmlinux 0xe3d107fb cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3d77554 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0xe3dfbecb genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xe3e53836 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xe40861d5 block_commit_write +EXPORT_SYMBOL vmlinux 0xe413be4a memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xe416062b __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xe42d2c18 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xe431204b unregister_exec_domain +EXPORT_SYMBOL vmlinux 0xe43274bc proc_dointvec +EXPORT_SYMBOL vmlinux 0xe435acd9 scsi_print_result +EXPORT_SYMBOL vmlinux 0xe44eb877 arm_dma_ops +EXPORT_SYMBOL vmlinux 0xe492531a xfrm_state_add +EXPORT_SYMBOL vmlinux 0xe4b7c18e pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xe4c80097 cacheid +EXPORT_SYMBOL vmlinux 0xe4e79220 __invalidate_device +EXPORT_SYMBOL vmlinux 0xe4ee5496 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xe4f3023a kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xe50bd980 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xe50d1146 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xe5164bc2 cap_mmap_file +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe54cf797 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0xe55100ee ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xe554b0ca ps2_begin_command +EXPORT_SYMBOL vmlinux 0xe5574361 pci_get_slot +EXPORT_SYMBOL vmlinux 0xe55f803d ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0xe563a94b bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL vmlinux 0xe56abd45 inet_getname +EXPORT_SYMBOL vmlinux 0xe57361dd __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xe576bf26 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe57cf599 tty_unlock +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe592381f try_to_release_page +EXPORT_SYMBOL vmlinux 0xe5b59fbb bdi_destroy +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe61a552b pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xe61fdc18 netlink_unicast +EXPORT_SYMBOL vmlinux 0xe622c2d4 elv_rb_add +EXPORT_SYMBOL vmlinux 0xe6344536 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xe6427cf6 udp_add_offload +EXPORT_SYMBOL vmlinux 0xe66452ab dql_init +EXPORT_SYMBOL vmlinux 0xe6744a89 omap_clear_dma +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe6960dad d_move +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe6b49550 of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0xe6c3ebb0 __raw_writesw +EXPORT_SYMBOL vmlinux 0xe6ccdb08 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0xe6dc3dfd inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6f14103 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xe6f17fbc i2c_clients_command +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe7075b97 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xe707d823 __aeabi_uidiv +EXPORT_SYMBOL vmlinux 0xe70aa12d vm_mmap +EXPORT_SYMBOL vmlinux 0xe7102d7b dev_remove_offload +EXPORT_SYMBOL vmlinux 0xe72b054d pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xe73d540a pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xe74292ba elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0xe75bbf9f ptp_clock_register +EXPORT_SYMBOL vmlinux 0xe760d747 inet_sendpage +EXPORT_SYMBOL vmlinux 0xe764b464 arp_find +EXPORT_SYMBOL vmlinux 0xe790afc3 omap_get_dma_dst_pos +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7b2f1b4 i2c_master_recv +EXPORT_SYMBOL vmlinux 0xe7bda350 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d5fc3a kill_bdev +EXPORT_SYMBOL vmlinux 0xe7d71922 shdma_cleanup +EXPORT_SYMBOL vmlinux 0xe7e15910 dispc_clear_irqstatus +EXPORT_SYMBOL vmlinux 0xe7ebdc15 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xe7f0f727 pci_match_id +EXPORT_SYMBOL vmlinux 0xe809ddf9 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xe814ad06 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe82858b6 bio_advance +EXPORT_SYMBOL vmlinux 0xe839f28e generic_setxattr +EXPORT_SYMBOL vmlinux 0xe851bb05 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xe854662a pid_task +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe8915be1 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xe898bfba crc32_le_combine +EXPORT_SYMBOL vmlinux 0xe898eaed vfs_writev +EXPORT_SYMBOL vmlinux 0xe8a571ec phy_device_create +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c53494 iterate_fd +EXPORT_SYMBOL vmlinux 0xe8ef5db3 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xe9018332 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xe9083077 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0xe90b340d swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xe912da6b unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe93c5090 sock_register +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95e00cf flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0xe975fb9c set_disk_ro +EXPORT_SYMBOL vmlinux 0xe98b1fb7 kill_pgrp +EXPORT_SYMBOL vmlinux 0xe9a5b587 iget_failed +EXPORT_SYMBOL vmlinux 0xe9ae78d2 dquot_enable +EXPORT_SYMBOL vmlinux 0xe9b290c6 omap_dss_find_output +EXPORT_SYMBOL vmlinux 0xe9b64c98 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xe9d36ec9 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xe9e5597b inet_add_offload +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea19736a netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xea1f5b88 samsung_rev +EXPORT_SYMBOL vmlinux 0xea27bde1 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xea2ea115 __sb_start_write +EXPORT_SYMBOL vmlinux 0xea3e5c54 snd_timer_stop +EXPORT_SYMBOL vmlinux 0xea5950bd __secpath_destroy +EXPORT_SYMBOL vmlinux 0xea68ba72 ip6_xmit +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea9869ab copy_strings_kernel +EXPORT_SYMBOL vmlinux 0xeaa00ba4 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xeab05c11 skb_trim +EXPORT_SYMBOL vmlinux 0xeac14d27 register_gifconf +EXPORT_SYMBOL vmlinux 0xeaf06b6f ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xeb07377d security_mmap_file +EXPORT_SYMBOL vmlinux 0xeb1327b6 skb_pad +EXPORT_SYMBOL vmlinux 0xeb1b120e omap_set_dma_write_mode +EXPORT_SYMBOL vmlinux 0xeb26e7f3 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3a46a8 single_open +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb652ceb sk_ns_capable +EXPORT_SYMBOL vmlinux 0xeb8b32d1 thaw_bdev +EXPORT_SYMBOL vmlinux 0xebabbdaf free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xebc454ee check_disk_change +EXPORT_SYMBOL vmlinux 0xebd5c26e cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xebd69fa0 snd_ctl_remove +EXPORT_SYMBOL vmlinux 0xebdba2c2 __block_write_begin +EXPORT_SYMBOL vmlinux 0xebf68cd8 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0xebfdcbdf system_serial_high +EXPORT_SYMBOL vmlinux 0xebfe7c2e tty_port_destroy +EXPORT_SYMBOL vmlinux 0xec1aa6ef memzero_explicit +EXPORT_SYMBOL vmlinux 0xec489aac tcf_em_unregister +EXPORT_SYMBOL vmlinux 0xec4d83ce snd_jack_set_key +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec94a61c elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xecb8c1a9 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xecbcb8bb radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xeccd4956 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xece30702 do_sync_read +EXPORT_SYMBOL vmlinux 0xece6773e pci_set_mwi +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xeceff169 udp_prot +EXPORT_SYMBOL vmlinux 0xed016f1e down_write +EXPORT_SYMBOL vmlinux 0xed028659 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xed16f5ef textsearch_register +EXPORT_SYMBOL vmlinux 0xed3d18b0 simple_rename +EXPORT_SYMBOL vmlinux 0xed44f3ac scsi_host_set_state +EXPORT_SYMBOL vmlinux 0xed45d205 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xed4be005 skb_split +EXPORT_SYMBOL vmlinux 0xed4e4a69 __scsi_add_device +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed67240f security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xed682649 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xed6f9b46 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xed765661 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xed80aef7 netlink_net_capable +EXPORT_SYMBOL vmlinux 0xed854dac omap_stop_dma_chain_transfers +EXPORT_SYMBOL vmlinux 0xed8b6a49 netlink_set_err +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc55e8f neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xedc7f4ec dq_data_lock +EXPORT_SYMBOL vmlinux 0xedd9106d __ashrdi3 +EXPORT_SYMBOL vmlinux 0xedf52886 bdget +EXPORT_SYMBOL vmlinux 0xee1569ac snd_ctl_find_id +EXPORT_SYMBOL vmlinux 0xee1a6bbd generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xee2bc2d0 omapdss_is_initialized +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee329874 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xee44cf36 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xee4d69a8 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xee5012bf blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xee5d0fa4 elv_add_request +EXPORT_SYMBOL vmlinux 0xee715ef8 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea383fd bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeed3635b proc_dostring +EXPORT_SYMBOL vmlinux 0xeed53004 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xef0120cc skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xef24fb4c migrate_page +EXPORT_SYMBOL vmlinux 0xef28ab82 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xef562cde snd_timer_open +EXPORT_SYMBOL vmlinux 0xefb66a95 omap_request_dma_chain +EXPORT_SYMBOL vmlinux 0xefc32caa uart_match_port +EXPORT_SYMBOL vmlinux 0xefcf3143 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xefd07a2f km_report +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefd27541 input_reset_device +EXPORT_SYMBOL vmlinux 0xefd6cf06 __aeabi_unwind_cpp_pr0 +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefe324ed scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xefe36b9b dev_get_by_index +EXPORT_SYMBOL vmlinux 0xefec312f omap_get_dma_active_status +EXPORT_SYMBOL vmlinux 0xeff97e7a empty_aops +EXPORT_SYMBOL vmlinux 0xefffcf5b snd_ctl_find_numid +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf01654dd devm_free_irq +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf0354ab1 __scsi_put_command +EXPORT_SYMBOL vmlinux 0xf03e479f key_invalidate +EXPORT_SYMBOL vmlinux 0xf0454a30 make_kuid +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf06702a7 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xf0707b0a of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf0895367 omap_video_timings_to_videomode +EXPORT_SYMBOL vmlinux 0xf08ff028 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0b57148 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xf0b6e0ef tty_register_device +EXPORT_SYMBOL vmlinux 0xf0d291e2 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xf0d68ed6 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0xf0dc0419 qdisc_list_add +EXPORT_SYMBOL vmlinux 0xf0dc80eb dev_close +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0efbca2 bio_copy_user +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0fdb7f0 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf1070af6 set_cached_acl +EXPORT_SYMBOL vmlinux 0xf12c8f4a ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf14c66a9 fb_pan_display +EXPORT_SYMBOL vmlinux 0xf153aff2 nf_getsockopt +EXPORT_SYMBOL vmlinux 0xf15f8095 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xf1751090 __frontswap_store +EXPORT_SYMBOL vmlinux 0xf175bc85 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0xf1852de3 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19e9355 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xf1bf6643 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xf1c4065f cdev_init +EXPORT_SYMBOL vmlinux 0xf1ca5a10 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xf1cf772a writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1dc8214 dss_mgr_connect +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1df353c scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xf1e0b260 edma_set_transfer_params +EXPORT_SYMBOL vmlinux 0xf1e3e84f read_dev_sector +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ea6f1c __bswapsi2 +EXPORT_SYMBOL vmlinux 0xf20c2d4b tty_throttle +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf20dd1a6 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xf218e573 unload_nls +EXPORT_SYMBOL vmlinux 0xf21cc54a blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0xf23cd102 build_skb +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24d6267 nand_unlock +EXPORT_SYMBOL vmlinux 0xf2616a95 nand_scan_bbt +EXPORT_SYMBOL vmlinux 0xf269b1cc twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xf27c0425 account_page_dirtied +EXPORT_SYMBOL vmlinux 0xf2802bd0 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xf2915ecf mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2a9cf00 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xf2a9eeec scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2b6daf0 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xf2c9d7e3 tcp_prequeue +EXPORT_SYMBOL vmlinux 0xf2fac9a2 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xf30d0007 blk_recount_segments +EXPORT_SYMBOL vmlinux 0xf31084e8 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf32b72e5 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf3487a3f omap_dss_get_device +EXPORT_SYMBOL vmlinux 0xf34ef9c6 blk_start_queue +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35961ea snd_card_proc_new +EXPORT_SYMBOL vmlinux 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3ca65eb of_get_next_child +EXPORT_SYMBOL vmlinux 0xf3d04933 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xf3f541c2 block_write_full_page +EXPORT_SYMBOL vmlinux 0xf40b2297 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xf419af69 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0xf4232f87 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0xf43249ea tty_devnum +EXPORT_SYMBOL vmlinux 0xf433de7f netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xf44faf7d rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xf4673472 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xf46788e9 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xf473ffaf down +EXPORT_SYMBOL vmlinux 0xf48cfbd3 contig_page_data +EXPORT_SYMBOL vmlinux 0xf4a2fd86 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xf4a7fc6d omapdss_compat_init +EXPORT_SYMBOL vmlinux 0xf4ba33be fs_bio_set +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4c91009 skb_make_writable +EXPORT_SYMBOL vmlinux 0xf4df51a2 security_path_link +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f71fc3 gen_pool_alloc +EXPORT_SYMBOL vmlinux 0xf4f76fd2 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xf4f7929f fput +EXPORT_SYMBOL vmlinux 0xf50e68a5 skb_put +EXPORT_SYMBOL vmlinux 0xf5104f31 seq_escape +EXPORT_SYMBOL vmlinux 0xf5175da6 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xf53704c5 uart_resume_port +EXPORT_SYMBOL vmlinux 0xf537c858 kobject_del +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5514ce0 ioremap_page +EXPORT_SYMBOL vmlinux 0xf564412a __aeabi_ulcmp +EXPORT_SYMBOL vmlinux 0xf585edd9 scsi_device_put +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5b02c33 pneigh_lookup +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf604ce23 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xf6132402 make_kgid +EXPORT_SYMBOL vmlinux 0xf6310d18 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf671137d jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xf679e678 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6851d5f register_sysctl_paths +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf6b1001b blk_sync_queue +EXPORT_SYMBOL vmlinux 0xf6b31df6 of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6ca2d58 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf707f8a1 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xf70f1ebb try_module_get +EXPORT_SYMBOL vmlinux 0xf71f2ca3 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xf726e643 snd_timer_global_register +EXPORT_SYMBOL vmlinux 0xf7271948 edma_set_src_index +EXPORT_SYMBOL vmlinux 0xf7290dc6 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xf72ceea0 skb_append +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf744c139 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf77ac8a9 qdisc_reset +EXPORT_SYMBOL vmlinux 0xf7802486 __aeabi_uidivmod +EXPORT_SYMBOL vmlinux 0xf7835957 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xf78a9485 iput +EXPORT_SYMBOL vmlinux 0xf79815f7 lookup_one_len +EXPORT_SYMBOL vmlinux 0xf799ebca ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xf79b5c3c dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xf7a31f18 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xf7aaeddc ida_init +EXPORT_SYMBOL vmlinux 0xf7b12aee __next_cpu +EXPORT_SYMBOL vmlinux 0xf7d51880 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xf7f7ede3 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf81fabdc pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xf822e028 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf833781c of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0xf8385fd1 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xf83e5cee pcie_set_mps +EXPORT_SYMBOL vmlinux 0xf8814d1f __devm_request_region +EXPORT_SYMBOL vmlinux 0xf884b5a5 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xf89104fb snd_ctl_register_ioctl +EXPORT_SYMBOL vmlinux 0xf8abe67c tcf_hash_search +EXPORT_SYMBOL vmlinux 0xf8bde71a blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xf8fbb4f0 __bad_xchg +EXPORT_SYMBOL vmlinux 0xf905c510 key_alloc +EXPORT_SYMBOL vmlinux 0xf90bbbc8 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xf9280b5a inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0xf93213e7 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf9427374 dispc_request_irq +EXPORT_SYMBOL vmlinux 0xf968bd1e twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xf96ed5ce get_super +EXPORT_SYMBOL vmlinux 0xf97b7d0e seq_open +EXPORT_SYMBOL vmlinux 0xf97ca6cc md_unregister_thread +EXPORT_SYMBOL vmlinux 0xf98bd031 register_qdisc +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c367e0 iov_pages +EXPORT_SYMBOL vmlinux 0xf9d45d6a __sk_dst_check +EXPORT_SYMBOL vmlinux 0xf9e409e6 vme_dma_request +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xf9eb8184 da903x_query_status +EXPORT_SYMBOL vmlinux 0xfa032d8a xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xfa0ce03a seq_puts +EXPORT_SYMBOL vmlinux 0xfa181763 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0xfa21c20f jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xfa3e2c82 ps2_end_command +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa62a1ff nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xfa814d06 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xfa87010e inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xfac68eba arm_elf_read_implies_exec +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfad28d99 inc_nlink +EXPORT_SYMBOL vmlinux 0xfadd4f8f xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xfae3d94b __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaef29f5 of_match_device +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb050f34 __sock_create +EXPORT_SYMBOL vmlinux 0xfb169d88 tcf_em_register +EXPORT_SYMBOL vmlinux 0xfb2ff4cf inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0xfb52509b clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xfb5b353a bio_copy_data +EXPORT_SYMBOL vmlinux 0xfb6255f7 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb7d9c45 __udivsi3 +EXPORT_SYMBOL vmlinux 0xfb9066da blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfb9d4f14 blk_start_request +EXPORT_SYMBOL vmlinux 0xfba2bff6 __serio_register_port +EXPORT_SYMBOL vmlinux 0xfba6ea9e dev_emerg +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbd1df9f netif_skb_features +EXPORT_SYMBOL vmlinux 0xfbda41be scsi_get_command +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc2e3a91 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xfc37b7af __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3a02d2 snd_timer_close +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfc671a30 shdma_chan_probe +EXPORT_SYMBOL vmlinux 0xfc6d67fd scsi_register_driver +EXPORT_SYMBOL vmlinux 0xfc899786 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xfc90d442 tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0xfc938dcc simple_readpage +EXPORT_SYMBOL vmlinux 0xfc982b34 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xfc984ee3 nonseekable_open +EXPORT_SYMBOL vmlinux 0xfc9cb3cd devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xfca5654e vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcc1268f truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xfcc18e77 module_put +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcd88f34 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xfce493eb file_remove_suid +EXPORT_SYMBOL vmlinux 0xfce6ac68 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf7a030 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd048300 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xfd127517 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0xfd305341 walk_stackframe +EXPORT_SYMBOL vmlinux 0xfd33b5fa cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xfd5683b9 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0xfd5cf9db __pagevec_release +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd7bc6c8 dquot_transfer +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdd81cbf __init_rwsem +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe3bd656 __nla_put +EXPORT_SYMBOL vmlinux 0xfe40bf95 dss_feat_get_num_ovls +EXPORT_SYMBOL vmlinux 0xfe546983 register_sound_mixer +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe97de55 freeze_bdev +EXPORT_SYMBOL vmlinux 0xfe9eb8c8 eth_rebuild_header +EXPORT_SYMBOL vmlinux 0xfea0ce8f alloc_file +EXPORT_SYMBOL vmlinux 0xfeb56be0 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xfebefd07 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xfec0ae32 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xfec1fdbd sk_stream_error +EXPORT_SYMBOL vmlinux 0xfeca7590 radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xfed97a2d xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xfefb6077 edma_alloc_channel +EXPORT_SYMBOL vmlinux 0xff064fee gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xff100844 bdi_init +EXPORT_SYMBOL vmlinux 0xff1257ad vc_cons +EXPORT_SYMBOL vmlinux 0xff1b20a6 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +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 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff8cbb1f idr_destroy +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffb94ef0 _test_and_change_bit +EXPORT_SYMBOL vmlinux 0xffc5bb75 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xffc81935 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xffd2cf99 omap_dss_get_num_overlay_managers +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffe8ca6b netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xfff6f73a mii_check_media +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x3c8c49db ablk_init +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x57b3d78e __ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x75771875 ablk_exit +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xa782238b ablk_init_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xbaeb8319 ablk_decrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xe106869c ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xe8838753 ablk_set_key +EXPORT_SYMBOL_GPL crypto/af_alg 0x0dcd6b91 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x3821751d af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x87d96f04 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x8ff8802e af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0xaa6b7234 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xc160699c af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xd954ef95 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0xe7612f19 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xf86a0add af_alg_complete +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0xc0bba038 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x57cfc35d async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x66582254 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x01a49ad0 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xf52485de async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x3bcfa72f async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x3cc86d15 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x9930a1a5 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xdc80eaec async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x71ac6626 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x9d4365a0 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xdbf4d44b blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x2dba39d5 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x85abac5d cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x1b0b0389 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x3176fc62 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x64252690 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x675b210e cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x7d8bf869 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xc52e37f0 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xe4d722fe cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xe702547b cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xeab4c7c7 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xfbd40922 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0x98aabb74 lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xe7013f9d serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe5ed5492 twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x64e511b5 xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x4fa27492 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xde10d18d sis_info133_for_sata +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/bcma/bcma 0x03cdb95b bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0a8319f8 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2e0b4f9d bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x31fcd2d3 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3895aa4f bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x45588b70 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4df82566 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x53ddcf37 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x69004a2d bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7b1647c6 bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7ba2bd15 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7e097510 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8fb2262b bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9ac07328 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa94a6faa bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa9a05326 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xaf49e9ac bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc24de771 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc9fe302e bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xda65c42f bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe7d56319 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xea19ca91 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfbafa20d bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x128fd188 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x14208694 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2f78e521 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4964f788 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x58ce2584 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xae9707fa btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xcba160b6 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xcbc87099 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xeaecd08a btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfa3b7b3a btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0bd5f6b7 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x129ac65e clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2253bb80 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x29150a6d clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x41026928 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4c59852c clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4d489bce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x51651188 qcom_cc_remove +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x581f7904 qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7df982c2 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f141ab4 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f2fd77b clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93e21c99 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1305df3 clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1d46d06 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa6199a2d devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8cb8432 clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeecd55bc clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf0172430 qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf89297ed clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfb36fd32 clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/cpufreq/arm_big_little 0x63030539 bL_cpufreq_unregister +EXPORT_SYMBOL_GPL drivers/cpufreq/arm_big_little 0xe3388ba2 bL_cpufreq_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x706c96b7 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x71e3b1b4 dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xac83a72b dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xcf9148e1 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xe0179986 dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0914c093 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x17b1e6fd edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x235cda11 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2909c727 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2bb7b53f edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x308f7ea5 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x37881aa2 edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x507e670c find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x562cda58 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5812a8fc edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x68efaeb3 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6aaffed0 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x71c83140 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x83564511 edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa9775ba2 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb80d3604 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xdcfe179f edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe5551d33 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe787ea24 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe88471e3 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xec5e4e0d edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf1d046f8 edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf5208980 edac_device_del_device +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x3c2f432b __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x80e36469 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x007d2df2 drm_gem_cma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0e798b3c drm_gem_cma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x125f5507 drm_gem_cma_prime_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x27ecc048 drm_gem_cma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x292cf795 drm_gem_cma_prime_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x33686186 drm_gem_cma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4534c994 drm_gem_cma_describe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x49518ec1 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x628b77eb drm_gem_cma_free_object +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x673f9196 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x71863f62 drm_gem_cma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x84c2f404 drm_gem_cma_prime_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8c9f2bfe drm_gem_cma_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd6aae253 drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe15dc616 drm_gem_cma_prime_vunmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe484656c drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe89dd895 of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x01a12c0c drm_fb_cma_debugfs_show +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1148b623 drm_fbdev_cma_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x9f510bc9 drm_fbdev_cma_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb2c912af drm_fbdev_cma_hotplug_event +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xcc0929f1 drm_fb_cma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xcc337fd5 drm_fbdev_cma_restore_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xda4fb309 drm_fb_cma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0x14816066 exynos_drm_subdrv_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0x1b8b1e4f exynos_drm_device_subdrv_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0x6ecffe76 exynos_drm_subdrv_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0x7fe178b3 exynos_drm_device_subdrv_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0xa38e5a67 exynos_drm_subdrv_close +EXPORT_SYMBOL_GPL drivers/gpu/drm/exynos/exynosdrm 0xf1864703 exynos_drm_subdrv_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x5e14d909 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6a808236 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x76d50dda ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x00119d50 ipu_smfc_set_burstsize +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0135f2c8 ipu_smfc_map_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x03835eeb ipu_idmac_enable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x076bad96 ipu_csi_disable +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 0x15ec2ba5 ipu_di_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x16a71759 ipu_smfc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x16d09b86 ipu_dc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x192ddded ipu_idmac_channel_busy +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x199bd5c8 ipu_dp_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x1ba497eb ipu_pixelformat_to_colorspace +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x21a98c8d ipu_cpmem_set_yuv_planar +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x25aaf41a ipu_ch_param_read_field +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x2eef1ee5 ipu_dp_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x2efc36bf ipu_idmac_select_buffer +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 0x32d1b28a ipu_cpmem_set_yuv_planar_full +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x332c99d8 ipu_idmac_get_current_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x3a879e52 ipu_dc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x3dd0cd7b ipu_idmac_channel_irq +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 0x4c179b49 ipu_dp_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x4c4fd726 ipu_csi_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x51475e87 ipu_dmfc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x53de277c ipu_di_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x60f9e1e8 ipu_idmac_wait_busy +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x618a63ed ipu_cpmem_set_image +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6c9bd47a ipu_dp_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6ce1d2e2 ipu_cpmem_set_fmt +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7068e939 ipu_dc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7666bda8 ipu_cpmem_set_yuv_interleaved +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7733ce5b ipu_get_cpmem +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8c83db83 ipu_smfc_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x920d4538 ipu_ch_param_write_field +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x94c092a3 ipu_cpmem_set_format_passthrough +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x99a0ef07 ipu_drm_fourcc_to_colorspace +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 0xa4b0cabd ipu_dc_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa747d597 ipu_di_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa8321d83 ipu_idmac_set_double_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb228bf1e ipu_dp_set_global_alpha +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb94ca95a ipu_dmfc_init_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xba8788be ipu_srm_dp_sync_update +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xbcc85f38 ipu_wait_interrupt +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xbeceaf75 ipu_dmfc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc149affc ipu_dp_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc2ab8def ipu_map_irq +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc848c5d7 ipu_dmfc_free_bandwidth +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc97e7a0f ipu_di_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xceb1f190 ipu_module_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd5055dd9 ipu_dmfc_alloc_bandwidth +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd76f8c51 ipu_di_init_sync_panel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xdb237ce5 ipu_idmac_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xe1fd75a0 ipu_dc_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xe300a959 ipu_dp_setup_channel +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 0xe8decb08 ipu_module_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xea373d7c ipu_idmac_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xeb7e4a57 ipu_cpmem_set_high_priority +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf30cf4a3 ipu_idmac_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf7d99d69 ipu_dc_init_sync +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf9163de4 ipu_cpmem_set_format_rgb +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf9ed222e ipu_dp_set_window_pos +EXPORT_SYMBOL_GPL drivers/hid/hid 0x024a4207 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1cb307a2 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x205aa591 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x22cb3555 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2aaad7df hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2f991c12 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3364549d __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x35218f87 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x363fbf2e hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x44f27f8e hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4b2a930d hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x51e9a93c hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x52f33aa3 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x604eba61 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x66f501d5 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x77cb82a6 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7c20cdb3 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7e6cde64 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x85569775 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ed57cfa hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x93405b0f hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9b5385e0 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9beac09e hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa880ebbc hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb69994cd hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcab734ce hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcbfc5d7d hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd0f5a953 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd6a6f798 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xde711f87 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe4aeee55 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe99654d3 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb018902 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb516d55 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb981fd9 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0xf2d57a7d roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x3caa73f9 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x65cf9482 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x68faf821 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x6db6b1e0 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xbb1ad000 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xcb43c5f1 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x08e2c6c2 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x287ac064 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x34350973 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x46585886 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6ea14687 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7a79ca8f sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x938f6471 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xcd617cc9 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xfff0694c sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x514239d8 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0083cdca hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x09595003 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x30b5b4ae hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x49be6e58 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5e5b8f84 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5f640ef0 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7895179a hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x78e926ed hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x86cf2385 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8fd34350 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa3de5f79 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xaf4768a6 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbeeda2ad hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc79407a5 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcce8f7f7 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd6856402 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xda9d046f hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe86b754f hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x06838249 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x0cf24c7d adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x1de4d913 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x0c65fe03 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1e48db2b pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x35ddfdf3 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x438a7bf8 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x51b6d87b pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x6068bee9 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x7b10479a pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x9f590777 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xddadfe63 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xddfa6116 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe58a0ca6 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xf2269634 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x00f55b3a i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x15f20ad5 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x39c70a95 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x93fe97f3 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xc9833be0 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xcf92f104 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xd3b3b58d i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe37173a9 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xfbc2a548 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x0984d0d0 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xe7cad8ae i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x5c8d1c30 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xdd1c2b8e i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x0802a6e5 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x30a8a8ad ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x408950f8 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x72df89e6 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x8458ba2e ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xbee11ba6 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xcfbe93d2 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf22fb0ca ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf34c3301 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x11da18c2 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x48087618 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x4b2ab039 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x4c7c0392 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x55583a73 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x648aa141 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9a723b5e adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xb6b47c28 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xbe3f8f1c adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xcae74866 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd62b2156 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xde3c8ff9 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x09d47a24 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0d5dd0ea iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x15712adb iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x271e2b80 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x272247e2 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x303ac3c8 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4cf12b9b iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a321fbf iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a4c7576 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5ca79e16 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5f84f1bf iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x60e1d76a devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x65ae5496 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6a4a6053 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7bc7d264 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7f29904c devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x833a24bb iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x910512e1 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x91dc4393 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x94920ea0 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa13f9df0 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa2393219 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb106c457 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb482f2a9 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbfd367b8 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc1a81654 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc88945e5 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xda7649ac iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdf57655a iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe54995be iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe927f864 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf1cae29c devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf5a9b294 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x3df1a9e5 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x83dbf41d matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x483e8343 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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/touchscreen/cyttsp4_core 0x733eb5b8 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x94d90a99 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xeeadf1f1 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xba7d4182 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xd38e3425 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xe7ce87b2 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x5eaa6bd6 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x6da6c77f cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x028d5d66 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x08aaa4da wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1514b980 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2bc6ef85 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x50649456 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x80e16fb5 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd9beb91e wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe8f85e50 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xeab8f17a wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xee763241 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf3f907b3 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xfb19f562 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x017aab74 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1850194d ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x3cc8cd95 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4620f06d ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x50b401f6 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5bf8270a ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9c67fb93 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xb83e9f42 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xfbd170ee ipack_device_init +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x245961ed gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2f3ad559 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x378502f0 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3a1dd190 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3d7a28db gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x63a53fe1 gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x67f98f4a gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7e2f36da gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x87be96fe gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9d5cd32d gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb4b0a551 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xbf9fef7e gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xcead0aa2 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd26e9fb2 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xdf68ba27 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf9cc4ffe gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xfd2f7ea3 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0cd2688a lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x15b4615f lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2318d402 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2617af96 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3932e210 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3abb4219 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6ad062be lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6de314ea lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x87a215ba lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xda23cdec lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xfd5fc2dc lp55xx_update_bits +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/mcb/mcb 0x1152c58d mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x262d9509 __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x26c1caaa mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x42926441 chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x575f583b mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x609cf7e5 mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x6ea34256 mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8d7b847b mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x988f7feb mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xcbd6cc82 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe2e961bc mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe357d161 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xfa37faad mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x038d4400 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1bf19a28 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x20b0dcba __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x23a39c93 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2db90065 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x32a854e2 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x33685aee __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x386e0aec __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x43f797c7 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x56d844d9 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x65c69d18 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6f318137 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x73856a24 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7c7a26dc __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x824f349d __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8531a000 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x86192e50 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x87a79df0 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f336079 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x90293fb5 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x903dcb57 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x94c4008d __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9aacde96 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d01a77b __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb0f4bf93 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd2be2929 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9cf1106 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb00ad98 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe7e528bd __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf2037566 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd1d6dbc __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1c47c35d dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x26e09e01 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 0x5101d5e5 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x510ea929 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5df2d049 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 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe1ff21e8 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe9d82f79 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd36990c4 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +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-cache 0x1464960d dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x465557c0 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x51d46e23 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x8deef180 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xc97334fd dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xdcada700 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xe8ed3099 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x14eff36a dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x4e60fd10 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 0x09472122 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x0e1ae574 dm_rh_delay +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 0x43a32cc6 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5d0289b4 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 0x9e714ddf dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xada244fc dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc54bb1bf dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x150c85ce dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x258d2e67 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x33c03da6 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x619701dc dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +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 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbe0497aa dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x2aa2c195 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x3159f643 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x8967db6c md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0cdd5cd7 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x28d0b3ae saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3aa5a69c saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x4ced0ff3 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x60b779c4 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x63d64b28 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x876a40b6 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9002c477 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x946703cd saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xba994b33 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3811c408 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3ed526b9 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x5290e203 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x84da32ba saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xaad45e90 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xbb1774a1 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xebed0cfd saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x086cdc1a smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2b9ae2b0 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2d6df046 smscore_get_board_id +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 0x54a6d245 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x591df660 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5fa9dc07 smscore_register_client +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 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7f22e15d sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9dd0512a sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa6fb8cec smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xaf094686 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb490e6c2 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe0546601 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe11552c7 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xea10b108 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xec46ad1b smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf81b0580 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfcabd407 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x1cb0d053 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xdeb04e2e tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x07ebf807 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x0cae4e2a media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x2054df68 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x2af94619 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x39125cc5 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0x4258717a media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x479d8071 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x61a82509 media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0x68fd61c5 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0x6c0207f4 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0x7708656e media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x93568049 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0xa25a14ed media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0xba0a1191 media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0xc9d501d8 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0xd96a1713 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0xdabef88f media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0xee59213a media_entity_get +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x54f5d540 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x079791bc mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0aceae67 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x18dda4be mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x26ad55ca mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2b24ae5d mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2f9d3f91 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x43dd81ec mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4e57f260 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4f70c6a2 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6b4655c0 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x759afd2d mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9205c4d7 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9b173d9f mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc1c96b0b mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xda8d5734 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf2e83de4 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfbfac4ac mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1ec374eb saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1f93b3d8 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x271ea17e saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x39279a6f saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x43c52475 saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4bb4a310 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x50403739 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x53758498 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5d234228 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x64aab8e2 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x71b7a9e9 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x73fd0df5 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7707635d saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7af5de80 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9ffb2037 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc3f1f8f1 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd6c447b4 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe164429b saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe5ca7222 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfc919b05 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x11f2569e ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x1990599e ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x53516cf0 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6fb35540 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8ae026ba ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xaeec3cfd ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xef44d5f4 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x4fc87658 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xb3c1b649 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0039bb69 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x015d707c rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x091b029a rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x174af052 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1845ae46 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3930d9ac rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3a6047ad rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x581ac038 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6e079b44 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x757bfce9 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7c29ed1e ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x878c7b8c ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8ed6e5c1 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcb79f6a3 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcb8f164b rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe0ff3d22 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe5e86031 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf7719fd7 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfdea90c0 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x2e725ab2 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x16567f0b microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xb79ab9a6 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xe796d72e r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xfcccce3a tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x718d3e15 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x2ee1ab67 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x3fae1a14 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xfd9b1e63 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x2856d3b2 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xe17ada56 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x667f753d tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x6c5e0581 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xd0fef1f4 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x01eb4c2b cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x065ddadf cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0bc0fa66 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x35446550 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x55e6d967 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5bbeabcb cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6fb2ac7f cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7026cec9 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7b4a15d6 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x92aefeff cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x93ded973 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa4c6b4b2 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xab54a0b6 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xaf0d0788 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcb121d01 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd5897af3 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdc2ac3bf cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xebdf2e99 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf77e8651 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x1db18d66 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xc6ae7e14 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x040bb006 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2235a02b em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x27b82cac em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3a73cb82 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4173f3cf em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6adefe52 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x736d897b em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x76efbb9a em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8a30ff6d em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x982533b7 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa4b88dcb em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa5596b0d em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcf16266c em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xddd3348f em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe601852f em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe6d9b34b em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf8321057 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfa4766be em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x0a337aad tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x94877df6 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x9bacd8d8 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xc463f529 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x2e48b2e9 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x38fa6660 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x393a5201 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x598359de v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x728ccd57 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xd5dfce7b v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x04a4378b v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x08d3b371 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x149c7ff3 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x15f1384d v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x22bbed77 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2d8d6b0d v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x359a5ddf v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3a522469 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3dfecadd v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4190db4a v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5822a472 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x68e60554 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6d280f03 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x722173dc v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x78d89b44 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x808d3aa7 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc1d521f3 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcbab0175 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcd168289 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd1ede31d v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd3064f58 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd5fc4821 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdb2a4484 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xed3bf860 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0edde4b2 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0f9941e2 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x31251781 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3e16e05b videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4b1e8943 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4d89ed41 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x57f351bb videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6a20ffb1 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x93043484 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaa52bfbc videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xab9eabc9 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xadd589a3 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb6ba89bb videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb7427c07 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbe4f36bb videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc0b2e6fd videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc1366604 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcc60ddd7 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd074883b videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd093ec54 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd3bea555 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xde5ba833 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xef4095af __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf556afbe videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x078a8716 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xc4e7346f videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xf13d921f videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x141dd05a videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x2aec5038 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x5317142c videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x8d485267 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x96008b6e videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x9e4586e7 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe316f986 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe443cc89 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xfe0b5dbf videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x00737690 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x7a84cdd3 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xd82fad30 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x11aa1431 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1d387523 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x226ddfe0 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2451e2e6 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x28d314c0 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2f666992 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x45265ab4 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x49909061 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4e948e9d vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x54436bcd vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x61d1a050 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x661f1892 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x703e16c7 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x71e8c8fb vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x72afe8e9 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x752be815 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7b58eb74 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8065f6d0 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x81ebb771 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x841b87d5 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8b9d981b vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x942d6d02 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa0bd2ff4 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa17b0563 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa2ec30ff vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa4adef5d vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb2e8b83f vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb32c4682 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb80a1558 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc3704489 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcd68cc0b vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe443cdbf vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe8c21398 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xefa3877f vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xefb129ff vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfc3ca2a4 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfcaca02b vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfd14b091 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x9295e7d6 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xfccdfb29 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x9cfacb2e vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x4fd1bdfb vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x7146209c vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x9a5bc909 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xc73cf254 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0xa5978d39 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0047f7c4 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x03783171 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x272c0af7 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2999ffad v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x34f79775 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4367748c v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x441b7eed v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x57300313 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5e2a8c17 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65f5f95e v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x666538f5 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6d3ea529 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6eaf4df7 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x726ab833 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x78f21856 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8076de05 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8100abc6 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8d7e28f1 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaccca121 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb213f014 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbf3323c9 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc36843a5 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd715e5ce v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdae13d43 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe20cba87 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed073bd0 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf07ee416 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x0d0a5646 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x28164735 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x3e3502b8 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x4a35fdab i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5c14d507 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xbe75709e i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xc2e46dc8 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xe70245e2 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x00092cb4 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x2ff07f6b pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xffd3ed73 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x13594bb9 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5ac57429 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x86af1c13 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8b103366 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9fb33848 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb00e5403 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdb28c9ec kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdd8f82c5 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xaf0addd5 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xb1c12f49 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xb9a99fd0 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x188f048d lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1caf1e72 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x40a7a77f lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x597e9483 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x729f2be7 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x739faa25 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xcb75e152 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xeead0a0b lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xf72ee9f6 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xfda0409b lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x833edb09 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb6f37fe2 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd937bf8c mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe446c1aa mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe4d0fa21 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf64934c2 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x00e6bba6 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3967d248 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x43e1f047 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5bdfd7d3 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5e704692 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6854d67a pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x886b7385 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8c7db1ca pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa3367c60 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa5647763 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa903df10 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x403333f1 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xab411527 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x2b1c5ed5 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x327502dd pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x40a3e533 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x7533a70c pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xa0448643 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x03c38a48 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x14ede264 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2d806b20 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3824bc54 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3ef15846 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x49a80a5e rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4b09b819 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x56582ff9 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x66c34926 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6c2dcf77 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x747e5fb4 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x81c90c4d rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x99b7aef8 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9af98759 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xad9efedd rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb73f36ab rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb8ef11e2 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc6e2b82a rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd28c57c0 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe232eaa6 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf063548e rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x00c096a5 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x0262bf94 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x06b7b977 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x1110373e rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x441bf344 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x4a6e3d9b rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x63537381 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x8c46566f rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x9a3e6049 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xaa65ca20 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xb3aca509 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc378d2bc rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xf6941b45 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x073e53a9 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x08eec3b8 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1d2b327a si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x20279d43 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x215696c8 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x34b8b288 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4767d6e7 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4d1ede76 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4d2a6b8d si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x56b6b746 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5c422cc9 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5e132139 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x63ddc684 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x68449c1d si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6be62ecc si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6e01dd7c si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x72a79557 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x744837ac si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7c8b636f si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8c95d851 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x958854d2 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9e7d931a si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa2012abf si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb1844f58 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbea5c327 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xca467b2f si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd20eb7f3 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd296ba20 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd320f9d1 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xddaa4825 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdf27078c si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xeed066b0 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf65b524e si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfc39375a devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0x6dadcc39 ssbi_write +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0xd8119598 ssbi_read +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x4ec65ce2 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x5fafc2ab am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xb4a6a3fd am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xfc3b3d25 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x0a22e914 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x31380c3f tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x3847fc7a tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xc8b01ff1 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x2b8db2a9 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x9940ee24 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xb686617c tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xfe318c87 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x10de5369 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x4c7cc8cc cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x64daabee cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x7b3abe49 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xeda45e2f cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x61af0352 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6ff5275e enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xab45ab55 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc46f2f3e enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc57f7525 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd5b534cf enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf9fec036 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x0ab6c012 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x140bb028 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x3899d9db lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x569f20db lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x7d689b4f lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x7ffc8624 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8255abc7 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8cd7b5cb lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x154a6be8 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x16833e0b st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x3add417f dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xc0764919 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xd4c75d30 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x5a236a10 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x650a4ff8 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x98146a6e cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x3fd8b45a cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x418aff8a cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xcc217bdc cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xeb59bb8b cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x06be1a42 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x2466807c cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x895ae609 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x0f973bd6 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xcfac647e onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xe1ae8e74 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xb484d5f1 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x10052110 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1a4f0d6c ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x27dcb067 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x35b55bd7 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 0x5759e86d ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6512c585 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x65fb6b92 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6cd1ff83 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85646844 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9659c95a ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xba56f95f ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcfde3ec7 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe103fccf ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x47936c80 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x47fb08ef alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x69a523ab unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x715f8889 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb803a664 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf55e9b71 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x096bdb4a alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x16a9167c alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x1ecb082d safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x34b2b595 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5393e9bd register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x688759db can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x691aca55 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x698af3be can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6f50ae0e can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7889efe5 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x84571acb unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x8e5bb897 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa14ee274 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa88f1b1e can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb389fe2e close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb40dd13a free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xde273fda alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x033885f4 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x0a1944a4 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x28c2d25a unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xee4b8233 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x22cd6cfa unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xb19eb463 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xdc0ca0e4 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xfd992b69 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01106b5a mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03b06d1b mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03fd01a3 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x075a90a4 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c743a66 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13530ca2 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x158552e0 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16951b9b mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16ff636f mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17f7c536 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1bd0c6e5 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c9be7ab mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25fbc047 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x267f1801 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27b39d7c mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28e80815 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d0324f5 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2da5328e mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e8cf9ef mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2fe886a3 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33cff5c0 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34522fc0 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x352f6b29 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x362958c8 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3dff295f mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43e4cf03 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44b82535 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46baadf9 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47be66fd mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4977ddc4 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4dc7123f mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e0d1ed0 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50edb049 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x536aa342 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53bba278 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55354153 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5605c2ea mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a6ff225 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bfb8955 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ca8f467 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63bfbd04 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64c22860 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6fd1810c mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x737a73ed mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x797fcef8 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bfa839b mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e1e333a mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e909300 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81257bf9 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84397979 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x878bf94d mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c034ca3 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8cb81c88 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ddb7a69 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x935eafa3 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9375f834 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bcd3038 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d218232 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e82ef6a mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2fe10ac mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa46864ea mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4fc4845 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa698f37 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaaa921a7 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad50360c mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf6d1229 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb060a855 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3846a1d mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb47bc221 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4c20543 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5207fb6 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb83c669a mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb907cd8e mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd9b4469 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc13cf377 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3decd91 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4048f8b mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7eb6eb7 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9473b0c mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcafe14a6 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb1da5e9 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce4c24c7 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2c25e8d mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd39beaf8 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3e2c004 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4087617 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4e21c13 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5d6f894 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd640145a mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdcd9af65 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd53af5c mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe025cc01 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1288aaf mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe400d566 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4089803 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe68067c6 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe996423e mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebc53962 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0774824 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf194c64f mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3ce9fe1 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5662aad mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf82049ff mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf87d0873 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff31a6d9 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x034402f7 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x305ea090 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31308ab7 mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3df9fd85 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x496cd473 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x569cb4b5 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x743d3693 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7adad97a mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa62df9d6 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbef5a229 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xceec0836 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe78ab54b mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec031717 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec0e43ef mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf26529e9 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc8572dc mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x0a357b8c macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x87e0e9a1 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x9a1c78ed macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xf0ea1140 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvtap 0xf2b64282 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0xbafdb7a5 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x89a4147b usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x8d8180e8 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9477e8f9 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xbedb4511 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x65d151ed cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x661e608e cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x74b97076 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7917c629 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xb0e5d7c9 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc48b9dbe cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc5ae430e cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xea37a20e cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x303f6907 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x4d163078 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x5ffba690 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xcf726223 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xd6e5c3f1 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xfffd40a9 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x07c60289 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x35775b82 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xb093396b vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xc9454014 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xf22a7e67 vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x0400b11d i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x04613439 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x26913227 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x30d3c814 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x35a09702 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x44dbff17 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x5131c079 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x53dda6bb i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x62685e19 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x86a59b83 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9e3e7a86 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9e6ab038 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa404387e i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa6381135 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbbd24e64 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xeb15c312 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x5598fd7d cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x90a27bef cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xb5f24754 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xee69583c cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0xee1f8b37 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x04e8f545 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x2de08db9 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x751ef4f7 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x872c8f95 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xbb8038f3 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x03beee1c iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x194202ee iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x239f9fd7 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x25836f94 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x30877890 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3355108c iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3bb1ac67 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3f0b9a6d iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x53aeb83d __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5a10d898 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5ef7bbff iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x64d69932 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x68a6cb9e iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6bcd7476 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x896524ae iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x92e64568 iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x92ff0017 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa4be87b4 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa54de5fa iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa76dc494 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb0d2a07b __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd62b5e2d iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe11f9eaa iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xec979b53 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xed7bbdc4 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf5032a20 iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xfd6e030c iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x0bc6a114 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1860daf3 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x296ac79d lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x395219e6 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x42f0415d lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x768eab06 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x81602913 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8327516c lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8572f12c lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x85731423 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x979e5769 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x993de6a0 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb2d95993 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xe348a344 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf51cb440 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xfad0d7e3 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x38c7e5ad lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x51590395 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x59db07d6 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xbd762315 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc1aca68b lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc2ddf1b3 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xcb3cd9bc lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xdf3882f5 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x3c37a0eb if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xd488425e if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x0db4e768 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x261b4320 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x34240db0 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x5c3ed07c mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x84ecb86e mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa0f9461e mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xbd97f687 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xcd4266c6 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xcefb2d71 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xd6849860 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xda2cdf1f mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xdac8c55f mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xde99d133 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xfe32c892 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x4743477d p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x5ace241a p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x62fbeb25 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x7dc989ef p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x89d486e8 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb297b940 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb3e87ae5 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xbd4027bc p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xd4144175 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x55173d59 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x81efaef6 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xe6755633 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xf0d844c4 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x03b3b668 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x03e4a1f9 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x05ca9b34 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x09cc44d2 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1553f1b2 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x15e057c7 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x235efb6b rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2b17e4b3 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x32dd2bf9 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x35e6835f rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3817f04c rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3dec8150 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4175a7b6 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4f7c3b6c rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x529a0db1 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x542db1b1 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x64b021dd rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6fea4c37 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x70af5457 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x773beea0 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7bb9dfd9 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x958e97dd rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9b856f24 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa0ab0c59 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xacad4886 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb47d32b1 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb858b068 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc2ad1099 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc9e55cf0 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcba459b9 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd55253e9 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xdaf224f0 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xdf4df4b7 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xeafdc208 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf4372aed rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf579a0d8 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfbce99d5 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xff172fc7 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x155481bc rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x1ae7a59f rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2e57c87f rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x353c0da7 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5d2d722b rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x6876028c rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x6aad09c2 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x70a6fe9a rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x74af9133 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x7ff4c9d9 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa52077fb rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa991d4dc rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xbb6fed21 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x04352c4d rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x06942b53 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x09ef9652 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0c556d2e rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1dac3d73 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x21a8066b rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2350d7a1 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x23d117cd rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x255211a1 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2ae9e1a2 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2d9d57b8 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x33fecfc1 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x34d66d1a rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3a0e85da rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4ea88dcd rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x52944fd9 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x573b2263 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x57473a4a rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x593c7e46 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x59775254 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x67d4af6a rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6d8c3af2 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x82244b7a rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x83e4381e rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8a396567 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8b2ef2c4 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa00689d9 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa8c8fe1b rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaaa82a5d rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaf6c397c rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xba6b574b rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbbecbb4e rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc2302850 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc6613580 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc945c790 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc9ad976a rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd14ec487 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd46e5c68 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdd0388b3 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdf60f5e4 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xec87b473 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xeeb16411 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf20a6746 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf67acbc9 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfd96adfb rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfddb2c09 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x02f426eb rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x3e38ef26 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x43e6ad1f rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x586b31d1 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xbf3ae6c4 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x1b6a53d0 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x71b96a09 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xbbd2c06f rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xf0b6aae4 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x08081557 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x1e00704b rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2299e538 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x26131497 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3ec67972 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4f4bfd27 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x517bd4ab rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x65edc5ec rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x67b47130 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7e1f689b rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x844a9c3c rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x9a490762 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa681aa03 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa9c51ce2 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb5dde006 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd78e0f2b rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0fc098b8 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3483c2dc rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x41b3c516 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc6f286ff dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x00104da6 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x002685ed rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x073e530d rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1a98c519 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1aaac757 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2c3b29fb rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2ec033a3 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x336145c9 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x38393382 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x38fc1381 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x473f4d32 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x63889d37 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x63c21c97 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6d3bba3c rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x79319eca rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x84b3ddc6 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8ddc3b94 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9125e4d0 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9cf3f218 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa4a8ee3d rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xcc92db39 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe066cbb0 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe446f199 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe52e91ee rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe6024736 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf70cee1b rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf7fb6177 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x2d882d91 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x2fba5a7c rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x3ce0c63d rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x61e543f8 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x73a2cb0a rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7ad6702a rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7fe5a25c rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x8031e8ac rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9c8c382c rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb20cb75a rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb440740b rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb929ad9f read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xbf453685 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xbfd65e59 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc9c4e812 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe105c28d rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xed1194db rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf69e92dd rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xa791ca7d wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xdc9752b3 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xf9417ccd wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0279a5eb wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x109d32f4 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1b5c17e4 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1c1caeeb wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2436d72e wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2c97d9fd wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2ffcbef7 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x33c7d9cf wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x369884fc wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x37ffc4f4 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3d0587a2 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x41c2ae25 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x45ceb698 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x473278b1 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4a341212 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x516163af wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x54df76f9 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x66b539e8 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6b1199d7 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x777cc68b wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x78783bf6 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7a1875f9 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7ab52af4 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x84286ac0 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8fb2ff0e wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x902cbdba wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91da5146 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9ca29439 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9e449f75 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xabef9f80 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xacdb8709 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbd9ae27c wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc08db8e3 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc30ca9e0 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd542299d wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdb4eb84c wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdc55850a wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xde5b9b20 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe3ea48ec wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeb3b429d wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeffd2756 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf3213da9 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x89318135 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x8a791047 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xcf520132 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/phy/phy-omap-control 0x933d7589 omap_control_phy_power +EXPORT_SYMBOL_GPL drivers/phy/phy-omap-control 0xbd4f01ca omap_control_usb_set_mode +EXPORT_SYMBOL_GPL drivers/phy/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x3daa4331 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xb69e7f4e pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xde366051 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x36e11769 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x90b354eb mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xa4cb6af8 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xe1ab7a09 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xff0aec9e mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x15a7d5e3 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x6427f5e9 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xdbfb6c55 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xf423f547 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xf5861af1 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xf828c8f2 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x82465c67 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x02611d6e cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x13c14710 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x16a2acb3 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x21c05fe6 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x23255e85 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x23960561 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x269b1b23 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x270b195d cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3273067e cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x34dc004c cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3569899a cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x35d6727c cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x427c9e5e cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x434f5869 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x48ffcc83 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4ec37019 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x545fbf05 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x65fc3988 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x66ab2915 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x68cf6605 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x692892b9 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x701cfbb6 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7b40e132 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7f3a2855 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x814d7c5c cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x817f1710 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x88dfa7ae cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8ae85a36 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8b4903c6 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8dc64afb cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x947e01b3 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa028024f cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa96aa128 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xac0f0698 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb2b00020 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb31701bf cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb61c72cc cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc35cfc16 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xca469d12 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd9cf60ca cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdf762186 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe7802170 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe7fc396c cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf1c3cd8a cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x0fc2a79e scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x44af170c scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x758dc09c scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x9592ff15 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xb03f1ad1 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xbaa7ea44 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xbb9b5fad scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x06ca6eb9 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x38c9e3ea fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x449c212a __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5775b426 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x57bd3e3e fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6951d752 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x921a662e fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xaff1a629 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb09658d6 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb270180a fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbad37390 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc050368c fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcc220b4b fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xce7bc9a9 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe813d4cf fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfd0c5e27 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x185b5021 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x3862b36a iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4b8bc649 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x5c65755a iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf8ccc351 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf98aaf06 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x00a3cb34 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x04d07abe iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x05a27e2f iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x05b1ba53 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x08acdb73 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1aa65f54 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2246c6f9 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x29c04bc5 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2b42b2d7 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x30122895 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x33626a25 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x41f9115c __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x42be87b2 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x42df3120 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4e882c59 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x626add20 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x63b901c6 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x68127981 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x683affbc iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x688d5028 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6c8567b5 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x73ab92c9 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7cef7a85 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x803b5099 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x82a04326 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8b5f6f80 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x90cb785c iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x94e1fe42 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x98b67cd1 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9db6c237 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9efcf972 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa4347bd6 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa932b962 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb27533bc iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb55bc8e1 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbced0dd8 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc30fa2d5 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcde20b65 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcf8981a3 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd548cb9b iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdaf9c861 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe1d2516d iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb63964e iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x124763b7 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1843b6e5 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x22c7213b iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x242c9fc5 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x302eab9b iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x389e6cd4 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x440247f6 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x440c4719 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5ec2dc98 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x66e99dce iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6b69fc44 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x76855d18 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x80045fc7 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xaf721107 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcb36fae2 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xda1277df iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe74a4f1e iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1d27d23e sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1d3498d6 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x32d1c675 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x47e25645 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5d1dbb07 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5e6a3f08 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5f5224cd sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x655d555c sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x670afc06 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x717c9857 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7376b68c sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7e9b91e4 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8cfec94d sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9058d112 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x98cd7d19 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9c8b1fcd sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa14863ca sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xae0862c0 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc5b2d4e4 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc75ac610 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd60a0041 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xde1f9f0c sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe0009933 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xeb0a5d7e sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfb3bbc49 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x0f978c8a srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x188d2c4c srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x36ddc4e4 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xb4f97507 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xb606bda4 srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xdda02a68 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x068bf6e2 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x15eab472 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x344b6f72 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x5d2277d3 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x9c3fbe06 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x9e6dbcfe scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xa79e18fb scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xad1a4876 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xff9d3b7a scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x066e451f iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x06d62348 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x152737a4 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x165ec7ac iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1995b7d9 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1af581f5 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x21409956 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x220d18d5 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2223836f iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2809b46e iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2a855428 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3fbbf378 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x411f81c4 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x435cfc26 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x510cce90 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5e58181c iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6445f3c1 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6576b352 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65b94600 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x68d610fa 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 0x6e35c51c iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7423db5e iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x769889b4 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x76f493ad iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x780df02f 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 0x8d4107bc iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x928b8825 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9aed70bb iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9f299ad5 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xafb26086 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb2286386 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb22ac597 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbb445367 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc45e8d2e iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd1f846dc iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda1d2996 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xea8881d1 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xefda52b4 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf3fb7651 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf6939fe1 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x4deeb636 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x535344f2 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x8e1a70d6 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xfea74d49 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5185cefd srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x534ea578 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5ae1efe2 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x8b6560bd srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xb81a1078 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xde62869d srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x03b0592f ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x37691a2c ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x4daf214d ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x7c70b995 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xbef6ac02 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xf11618c0 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x115f3dc7 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x613d3a5c spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xac5fad60 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd5d2ac45 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xedc920c3 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x197c443a dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x405a72f3 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x9310bf61 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xb268b549 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xd3f03780 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0a691dc3 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x25c7c34b spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2a637622 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x449f9a7c spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x479cc748 spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4d38fa24 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x554edc7a spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x575108b3 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7712feb9 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7d21a8a5 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x80cc9558 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x826f24fc spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x98839660 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb3077a4c spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc4856ce8 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe09b58a3 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe36f0971 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf7e9ca02 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xbdaac702 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x08188ad1 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x083c2d02 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cb5c01b comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x15091e34 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x150e64fa comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x17f6ebbf comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1f49371a comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x283db157 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2d73c0af comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x396510a5 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3cb21a44 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3e8ba75f comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x473f3eab comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5010a111 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5fef2f41 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x635eb1b9 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x67e5bacd comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6b1bfe2a comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6b55089a comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6e26378b comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6e5410fb comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7111a667 comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x79b4d22c comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7d08c410 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x83ede9dd comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x84907425 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8ef089fe comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8fded449 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x92d201d8 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa1af3110 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa58440ae comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa8dea1ca comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xafe94c5d comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc11d9fa5 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc6fa900e comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd4ca16bc comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd5bcf0ca comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdd113dc1 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe7d1fa9b comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf2ad4f9a comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf3faad49 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf6c8ee6c comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfd685809 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x3d230e62 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x807753e0 subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xd6ebd4c6 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0xab359b43 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x03e8055b amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x20e7f384 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x913181ad amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x3231249e cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x7be4c315 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x8722446c cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x93399955 cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xcb5b53a0 cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x7589694e das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x09b2aeed mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0af03e92 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x12e7bc61 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x20414ab8 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x21c7c33f mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x28f40d48 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2dafd19e mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3609fbdb mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6102c838 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x74bee2f3 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7c701a09 mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8531f43b mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x974a476c mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9e4011f3 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb04b07fc mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb17406dd mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xbbd3e77c mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc7fc7f77 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xca8464f7 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xde03d6be mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xec01e847 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xee6e9095 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x4f5dc3f1 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x120851ab ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x1e2688b4 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x2e5a2f99 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x47451db2 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x62bb8334 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x8e0bfd2b ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xc15b3ed4 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xf6747351 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x33ed5b77 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x56705777 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x9394c3fb ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xc4390fc9 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xcb093cdc ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xe292c12d ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x32c3de22 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x58fda43c comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x91747a8c comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xb60acdea comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xcbb79db9 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xe8524f37 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xfb943981 comedi_open +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x674da90f adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x1cfe024a imx_drm_crtc_vblank_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x33786437 imx_drm_encoder_destroy +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x355e422a imx_drm_add_crtc +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x37707c0a imx_drm_crtc_id +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x419b08de imx_drm_handle_vblank +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x587f10eb imx_drm_panel_format_pins +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x5f056ff0 imx_drm_crtc_vblank_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x6afa34dc imx_drm_encoder_parse_of +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x75039f9b imx_drm_connector_destroy +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x83afcdda imx_drm_encoder_get_mux_id +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xd28b7467 imx_drm_panel_format +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xd652b5a4 imx_drm_remove_crtc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x1c23c11c spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x396fc95f synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x81ff0cbf spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x86442336 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8ec1c3aa spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x98eab95b spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xaf4f0c77 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb2978dbc speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc64c73e8 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc9a198a8 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xea5d47ad spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xf4d8cb4c synth_remove +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x0159a347 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x86b6f95d __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc5cc7a1f uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x0d473204 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xb52efae7 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x3e701b1f ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xdab37962 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x36b5ecf1 dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x69b8a8d6 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x06c1e420 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0cbe6ba3 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0cd8a87d usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x17cc3961 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1a50edf1 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1a8d311f usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x25e4703c usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3a3d2f5b usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6e9dbf0c usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7223aadd usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x737a9120 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7d914127 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x827db0ea usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x88b1749b usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa8636205 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xad6a8cdf usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb0b5c6f5 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb0d067a3 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb1428887 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb51d1f21 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb6bf386c usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xba7cac12 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc8307238 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe1e5aa0e usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe27cf35f usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeab5b9bb usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf3b47f48 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfa6c1bfc usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2336744c gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2454705c gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x3d10c5d8 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x423d431c gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x462810ab gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x717c0b59 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x7408e563 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x7f6d27a5 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x81b17267 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8fb3846e gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x99a68313 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xb876e902 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xc51e333a gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xfd36c3fb gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xfdfe94d6 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x10dd5e4d gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x303b2dd7 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x095130ba ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x3f70ab48 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x9c548c83 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x448be076 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x44e1a6c6 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4569b354 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4634102f fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4d498f14 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x560e487b fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6c7b0a3b fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x8b8acfe1 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x8de553f8 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9cc6ddf2 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa7380f22 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb0539bb4 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc23eb556 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc6d91731 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd282f86d fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x1c4896df rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x43213e03 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9082b48f rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xbfb68d49 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x44afd9dc ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x62754e64 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x2de16f74 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x652e2146 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x76745630 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x7bcb0d59 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x83f0d720 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x87631c8d usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x949b4e4c usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe3c08412 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xed8bd831 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/musb/omap2430 0x6fb55e1f omap_musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-am335x-control 0xc4f24f66 am335x_get_phy_control +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x9588306d isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xfe8f1ab9 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0449a723 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0d5f3dae usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x26f240b7 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2a9efea2 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2d00e084 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x55d78f5f usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x59226746 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x635b093b usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6e9ba7fb usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8ad78ed5 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8c534548 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9763c16e usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa94bf7ca usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa9560535 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb96f6cb3 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc03c2985 usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc07fa20a usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc7e01ef2 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xca97ed19 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe7a169e4 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf6f38f26 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x013ea99a usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1d86987e usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2391ee4c usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x24e121c5 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3fa7654b usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x4479fcf7 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x60532533 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x668ff17b usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6a4bbf5f usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6eb6c91d usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6f4eb81b usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x81d3d60a usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x91e26acc usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9e482585 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9f6c8b4c fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa1ed18a9 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbe7483e5 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc11c6181 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc8020073 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd0d37051 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd6f04684 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd719b5cf usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe164e62f usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x28aeccac usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x364f55f8 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x43df1781 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x45e36b16 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4ddd0e95 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5f322648 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x907ea173 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x950418ea usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc2973079 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xccf5c811 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xda084bd8 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe04738f4 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x083f3bcb rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x20a00b60 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x4c2286e8 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x546c61dc wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x6e3d9671 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x7ad8ccf2 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc543b60e wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xe6076e83 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf4654c3f wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x133058dc __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x43b41368 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x4d7429ce wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x5e02ae86 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x651105de wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x698a72d1 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x79c54b21 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f1eb5be wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xa8b2ea66 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xa968410f wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xaa0f5ffa wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xac0d5a74 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc555a806 wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xd7937474 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x1c7953a8 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x5d0fe3f1 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x6ceafe46 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x1da7a065 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x2ec2cfd1 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x615f53e8 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x967e0651 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xbf998a84 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xdc977de2 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xe2d56edc umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xef2aae5b umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x081c2e3b uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8aad57 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b9f1ed7 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0c1956cc uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1960bcbb __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1ea23d85 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x270f83af uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2d8190ee uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x30f4dd5d uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3298d6c8 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x410c60c4 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x43990109 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4616e2d8 uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4ad699d3 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5517aa68 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5de2f7a8 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5e4bc088 __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6059d2b2 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x665c945e uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x67ff29ca uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x69adbea8 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x706589f7 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x70678115 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x70faddc3 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x725620cf uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x73faae74 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7dcfcd23 uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8cc89f9f uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x974e74ef uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x97e41cdc uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb6f152e6 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbd5e50e3 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbf9cc1ab uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc853579f uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc9d130a7 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc9e35b1e uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xcb325be8 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe1716f06 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe7979008 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf4b10492 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfa825cbc uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/whci 0x5a6bd312 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x19393b35 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1b2fb60e vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xae77b6ba vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb32817f8 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb7513ddd vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xdb2abb8f vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x064713e2 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0ae3a204 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x20b99179 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x212a593c vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x30ee83b1 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x32bcc5e8 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3671ad78 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3b224fc3 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4889f1f5 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6f721529 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7c8ef6a9 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x949f4004 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x97a6d155 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x99ba1a5e vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9df6c411 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa2a7e143 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa83703c9 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb103dded vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcc5d79d0 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xce568c72 vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd42774c5 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd537d091 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd7412c78 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdcbef83a vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdcedb58b vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe14de142 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xea4d2245 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xec07591b vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeffb7a67 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf0b2297e vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x04dedf37 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x0660eb55 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x1286fe89 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x1e0a070a ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x2140de1d ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x68ac2aeb ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x93e4b755 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x0dcb7b5e auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x0dcfa825 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x4e5f78ad auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x62dd39e8 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x7320f0b9 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xb30b8b29 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xc7940642 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xf2653805 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xf857f389 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xfca29bde auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xf3895160 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x21d29a4a fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x24a838a9 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0x8f438b10 sh_mobile_meram_alloc +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0x8fe4c3c1 sh_mobile_meram_cache_free +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0x91eff1a3 sh_mobile_meram_free +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0xb53a0e3f sh_mobile_meram_cache_alloc +EXPORT_SYMBOL_GPL drivers/video/fbdev/sh_mobile_meram 0xeec0eb57 sh_mobile_meram_cache_update +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x1362888b sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x48fa8372 sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2db40814 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3468c8cc w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3cd0058b w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x42542bd7 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c28f142 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7d416160 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa64e2cc4 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb1e9ff15 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xef4d2afb w1_reset_bus +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x01a1951e dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x229224dc dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xb57d88ea dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x39a09c65 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x470ba30e nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x53b3b99d lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x583f0053 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6332607d nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x8e81787b lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x982ce490 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa4fc1d3a nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc2399b9a locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0108fc29 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x01836257 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0183defe nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x033a6939 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03520987 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05099d11 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07c00b57 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0fed5d71 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13cbb5a2 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x144c1e0a nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14f1b469 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c4f3078 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2250f3ef nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2297ab38 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x272a58cc unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x276db537 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27a696aa nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x287c7804 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x298a07fa nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b06c1fa nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2bab5aa9 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d57f10a nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d583e63 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f63993e alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3299593e nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34b5bc7e nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34f18706 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3694db55 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a704bc6 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c9e4b4f nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4072b62e nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x410b87c0 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41d187da nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x466b2895 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47318c0d nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47b800fe nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ec1b0cc nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50ae0e8c nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55925b6e nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ac99a0c nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b5d8be1 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c45e664 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f1583cc nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f2e6e62 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f7bb254 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x602ff2e3 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6047ef6a nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60797f6d nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62ea0286 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x650e4bfe nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x657362b8 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ac0cbe1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6bb7e21b nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c648e8e nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6df660a6 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73af6503 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76423835 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7723fae5 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x777fe200 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cf80843 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7df20e8e get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f8fddb9 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83a14610 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84db7014 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85192664 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8591ca7f nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85afd8e8 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8aafc265 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b197974 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d96e619 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e85d7b2 nfs_initiate_commit +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 0x933a529a nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9745e694 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ac140ff nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c6a7422 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f8d0456 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa0edb675 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa11653b6 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8f09243 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaae85fc9 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab72a790 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xac98f49c nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xadc8b70c nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb16e5baf nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb190dafa nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1abfcf9 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb282108f nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3081036 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba047a37 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd5d4415 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc08bfceb nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc236994f nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ee306e nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc686e720 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8eb1f7f nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca29a74e nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd084596f nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0ef589e nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd45d6425 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd49ebc9c nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd565285e nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd575fe84 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd68b72b3 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6b3f21e nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6c08c49 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7017c80 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7c77c91 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd85b3ed6 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9d0ba36 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda2ec3c0 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdebe413e register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdef34387 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf119685 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe5eab470 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xefb9c95b nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeffd6161 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2f8b365 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5adb552 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb33d878 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd17a221 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff60c11a nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03e20c02 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0638bc99 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x070dacbc pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x07262704 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x14d99562 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d562418 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1dfb7b11 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20977d97 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x236dbffb nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x23d8bc3a pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x33b33c25 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x37c0437a pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3f6fda42 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40536a5a __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x42dca66a pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x46439900 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c52681a pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x54033acb pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ecfdeb4 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x611fe714 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6395c2bd nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78374e5f nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ba5bdfd __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ed1a8dc pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8a8fd22e pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8c8e4bac nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x92c5ce1f nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x998f538c pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9e88dbe6 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa4846dc2 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb257bda5 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4425a4c __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc5aa4808 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc642eeb8 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc854ffed pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd8fd64c9 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe0131457 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe6e67d13 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe7d4a8fd nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xea718f4a nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeb26a7df pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf2763b5f pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf4e69b32 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfcc0f166 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x17f9e85d nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x9c330d49 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a64774 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x67461bcc o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x8a4a8540 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb5bfbf23 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc0f1bf41 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc430a88a o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +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 0xf42a1d1f o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x0d43fd33 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x8f572177 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa06ba5d1 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa7dc34d8 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 0xeaf77674 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xf68713a1 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x54a6e75b ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x57f1866e ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x832ab18d ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xb0dd5e60 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe977c0f7 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf0b2ac3a _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x52fa89a7 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xe7e37f82 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL net/802/garp 0x04cc0b4b garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x3101423e garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x38b3f5da garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xae689cd1 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xcf8f9d43 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xd2993ccf garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x1a5d6b58 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x304ee8d7 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x8575c367 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xb01db8d8 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xb8020893 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xd52284e6 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x6ec81e44 stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x99b8f92b stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x533cf13a p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0x6eec6dfb 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 0xb11232a1 ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x37650de1 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0xacf42389 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf6136a65 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0354dff0 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x09a123b7 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0x10d43e7a dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d33a684 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x22ca4114 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x22ce9b84 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2914e626 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2d0ee636 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x32a400b1 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3f058017 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x410d7847 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5a8a2adf dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f7e0cff dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x60bada25 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6c5b16d8 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x70d00ebe dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x765c751f dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80726ade dccp_create_openreq_child +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 0x9a87f7a2 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9eeda937 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xafe4bca8 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaffa313f dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb52e5075 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb577facc dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb8b27e88 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbb0ff230 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbd17a076 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc7bb4500 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd60339e4 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe91dcca7 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf0d2301e dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf4c1f1f2 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfe7ff60b dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfeacd583 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x1fc71291 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x34f924fa dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3ea34ebf dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4067df22 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb0ef5a21 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd0d23e3d dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x24de251b unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xaf24812b register_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x6609dc73 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x86b96965 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x10b3011e ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x791dc06e ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x9330d578 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe0964a5c ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ipv4/gre 0x1771cdc6 gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/gre 0x27b85614 gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0x541795ab gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0x87b6e730 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x8d7b0a36 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x074e0ef1 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0bcad4d7 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0ee459ca inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x70a9bc74 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x84c16071 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xfb13484f inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3cb5a001 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3edc3c6b ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x45516fad ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x512898fd ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5f5d085a ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x610bb9e3 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x84ec5642 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9b49a99e ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa3fefb51 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbb15021c ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc4c7a8e9 ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xef2df523 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf6cd9f40 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xba192bfa arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x1cd95f86 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x16241b32 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x360ea6de nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0xd2facdc5 nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1541c155 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1d7f7c96 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x39d41565 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xccd59d8c tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xdd804084 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x1c3f4c53 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x892414b7 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x9288dc3b ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xc123ea37 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xdf3fcc61 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x6fff88e5 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0xb482a12e nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x8f8cac02 nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0xc81a6dc5 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x09333af2 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0cecb7e7 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4d4b3048 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5fe0f5dc l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x850c5963 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x94ded856 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9bcda3a7 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbc79b289 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc3aff3ef l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdba69a5d l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe700d316 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe9a6abe8 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf0ac350e l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf2b540d7 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf7da8e0d l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfbb5532e l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xbcbb45c0 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x08dee4a6 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2a3635d2 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x43224de5 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5c093071 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x76b9ea5d ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9ca14566 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa0c8a6f8 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa3361df8 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xae471e1d ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc9aea891 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd3b560c0 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe32d5e2a ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe5c1d540 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xef5c3c7c ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22a9a741 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x23b5e597 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x28f679e9 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x316fde1f ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x46774df3 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x62f4fd3d ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 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 0x85003db4 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x929edfc7 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa092c411 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa4875c7a ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xacb8e15e ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc412e69c ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc9af5bde ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd14eeec9 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf42b4992 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x135090ae ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x1aa27e13 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x551d2c16 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd2dfdcfd register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06f79b2e nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x07cfd8c0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x09664a77 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0fcc57c2 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0fe034a6 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1192a901 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x11a8892a nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1612bab9 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x17703c42 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1c711c24 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1dc201cb nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x247c1408 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2532f755 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x25465ec0 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x284bc924 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2bb51844 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c5079ee nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x347afbd7 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3480089e nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x34b0aaf7 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x38eba33f nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3b5028f5 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d098d53 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x414899d1 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46cd4c4d nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e5b910d nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x50334856 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x52cb4fea nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54d24deb nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x552f08fb nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6162c847 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6288a408 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x63920862 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x69dd5e5d nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6a722194 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b37ea1a nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6bcbc67e nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c21a581 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x734e0c7b nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x745bd768 nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x746d7e7a nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x765b4545 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x875f6e45 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x887f0409 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x88b85643 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8cad3567 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x93fe0f07 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9503affb nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa0db1496 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa31f7292 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac2d53da nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xacba7cf1 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb22077be nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb2c57ff6 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb7bc346e __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb9ec6b3d nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb6e40c5 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbf591471 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1c3caf3 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc2abd2fd nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc620b5a8 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc76cc30a seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcc220f8d nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd21ad307 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd34321bb nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd41dc84b nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd45bb823 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4de54c1 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd91bd39e nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe127e765 nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe14798ba nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xedbd3f94 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xefd619c8 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1c098b9 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf3ef436d nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf40a2c17 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6290d57 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x0501e2fb nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x58592dac nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x95b78aa1 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x150095ed nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x48e6eb64 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x54ab8bb7 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x54c4dc4d nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x598a265d nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x87dcfb10 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb03ed473 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd24b5294 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe2674376 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf3ceadfe set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x5135c66d nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x232fffab nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x870eea8a nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x893c6e01 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xaca88b35 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x005314a2 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x7a05cfef nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x363d733d ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6b10d585 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7c4c9c1f nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9e813301 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xbac297a6 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xec88c5d3 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf9a9b5ce ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x2115fb58 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x979b28b9 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x183737f2 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2cccc157 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x31d72a5a nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x40f1c8e3 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4a50ab20 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbd436ca8 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc344d5a2 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf4711c48 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfba09a11 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x2efdb6db synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe7f04d73 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x19bdd816 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1c559f1c nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x25a4399b nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41d3fcac nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x493caf35 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x62d561da nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6869ffd0 nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8428c6eb nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb6b6c836 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc5015eef nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcaf84ace nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdb1f6396 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xee2b94f5 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x24c3c5d1 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x48cf7eda nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x70bcabe1 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x817ab4ab nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x86949f54 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa3625138 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf44c8da0 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x83134bf5 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xeb92ec0b nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x379b4576 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x0cb99d91 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x0dd16a71 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x2455f7cd nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x4a4261b2 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x75acd0a0 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x7ed1c5e8 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x2e8b5b36 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xb79c3d40 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x009a5a29 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x05685948 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x05d0709a xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x064e50fa xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2c74a75f xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5510bc63 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x62829874 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x65a4dd52 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7aff367f xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9a9bee9d xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb5a426dc xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb82b5f07 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe9f16785 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x57909dc1 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd0f26ea3 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x39290661 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xb25c9c0e nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xb769b958 nci_spi_send +EXPORT_SYMBOL_GPL net/rds/rds 0x0062dbf0 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x01423639 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x03c3a67c rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x0886300a rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x10fbbc02 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x1732e00a rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x32efe36e rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x4c18d775 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x635a5ee5 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x888498f9 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x88e2722b rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x9120dcc7 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x984acd23 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0xb595f125 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xba3ea7fb rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc511ce1a rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0xc642cc2c rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xc741e086 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xcb36eaa3 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xd1ac8c48 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xdf87dcb3 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xe0b2010c rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xe51e5f0e rds_message_addref +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x16e1cfbb rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xf29a05bd rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x5354c15b svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb2036a9a gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf11fa134 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01417e9f rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x014f4fdb auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01b44585 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0226e210 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03c2e4c5 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +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 0x0a3f44d7 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a83a62b rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b053feb rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c90526f xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ce3d8fe rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x126b6529 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12c586c5 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13534b73 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13b6c731 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x157e3d25 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1787df09 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1867435b xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a4b7552 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c37302f svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cb447f3 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e68022c rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e7d77d4 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20f15ef5 rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x234618a3 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26b5bde1 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x271a2c4e xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2750ed01 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27784be1 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x284f6edb xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a581f6c svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2aa29fa5 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2abad03e svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b775096 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bc3537a rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ed03bd7 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ee11c55 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ef5df16 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30a50d5f rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30e01008 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30f62d0e svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x325d766c xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39513b1b rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ab9eaca sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b34f700 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c493119 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d8f8a49 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e1b1743 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x411492bb svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41d5c20e xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x434ec6b0 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x442704ab rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x445e263b rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44bb9824 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x453110ca svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45c65fa8 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45efd791 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x474ed0e4 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4eab7694 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4eeb470b xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fe997f6 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x500c6daf rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x511ea545 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52692326 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x561e268a rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5691032f unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56e67e55 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5abfb973 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c367245 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c96cd83 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d1960cf rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5dca9668 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e8af0c5 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x614fbf4b xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x618c1bbb _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x622832ea xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x626dc26b cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62df997b rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64585a01 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x671d75e0 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x675ca13d svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67f75f20 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a6a1c03 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b9db97d rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cff9118 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e6fcb5e rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6eddaf13 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70d51e9b __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7104d9aa sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73f0f184 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75c0f4a3 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77902f0a xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7895968d svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78dfae30 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7925675d csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a408f9b svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b1b41c1 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d04a7b4 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7eec777c xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x804c66cb rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80a8fb9a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81a9409b rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82075ba0 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x873fdcb5 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8819653c rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88f30cb1 rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b3bc73f rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c70d751 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c8b5ae1 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fb5732f put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9007bae8 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91cf401c rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x922423ed svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92724deb svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92c1d01b svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98fb06c8 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ae0a43b xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b9ec310 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ba9546d xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ecfeff8 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1fce2e0 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa268954b xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa319d65f rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3b491c9 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3fb0053 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4f73812 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5f736d6 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa683152f xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7027a78 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa78c5850 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7d26d53 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab02e4bf sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac601475 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacef8866 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae6cdf04 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb034c16f xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb110eeee rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb114376f svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb358d23b rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb39a3abb rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb42cf38f rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4ace921 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7368bf8 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb745d646 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb79776c1 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7d3cc85 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7fef43e sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc4dceea rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc7610a9 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf0f8dbc rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf3f0cf8 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf95964a rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc02c96b8 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2536087 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2ad6139 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc33f5b67 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4691e61 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc48aa915 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8527538 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca150919 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcbd939d8 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc1f69c0 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd7483e2 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcdf5e3ee xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf3bd7e9 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd07fbc1d xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2063500 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd251ae08 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd333ea08 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd406b911 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd47dcb6d xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd543ccbe xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd68034f0 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd89d5889 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda8163c4 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb2063dc svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfd41e54 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe10c91aa rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1b410b6 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1bff5d8 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe77cf66f rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea7eebd9 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeaa97892 rpc_call_async +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 0xeff7cadb rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5847171 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf87a737b xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb1ffebd rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb374ecf xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfea85043 rpc_peeraddr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c85ac22 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e0fce70 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x14f03da3 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x183dd3b8 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x210f5b0e vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4f2930ad vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x74e91915 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x81464cb7 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8b14912e vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8e444c88 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9d6cd03b vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc377f0eb vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe84b640d vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf46cde42 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf593c40a vsock_pending_work +EXPORT_SYMBOL_GPL net/wimax/wimax 0x0f5a045c wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1b9c9127 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x332663d9 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x375aaaeb wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x529363fa wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x7732bf3e wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x99a26aa6 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0xb615556f wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0xd031d632 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe0440245 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xee6c8852 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf48e46ca wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xffbd1a92 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0c4b37f9 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0fa247fd cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x311ae859 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x39949732 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x42f02fab cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x64e6f980 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa69e338a cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbab60285 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbc124b0b cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd53c35ca cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd8918142 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf127455d cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf281d092 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x0697e17d ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x1982bfa9 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7d3ba8d3 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x8903eaed ipcomp_input +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x381f895c snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x7a48f551 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x865ddd5f snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc3f85761 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf42c4a45 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf663a5ea snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x02074bad snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04ab9ed6 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x062fa108 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x06752c4f snd_hda_mixer_bind_ctls_get +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 0x0872fb22 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x114bd9d4 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1783ce02 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e7d601e snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f7e9b3d snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f81aa2b snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f99eb96 snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23aa1d36 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x269154b1 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x274f96ea snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x283e50cc snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x289e8130 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29fd062c snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a993d62 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x348d7bef snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x350ab3e2 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3546979c snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3659bda7 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3788d8e6 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x382f8fac snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d6f69b3 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ec325aa snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45361f4c snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45d12285 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x472b879b snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47685fbc snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b5212c8 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4c23f820 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e6581c5 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f37b3c8 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f88d333 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x50f8b80f snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x51e2c168 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5259a5ba snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55cec5bf snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58390844 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5901ba08 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5961237e snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x599c4ede snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a850fce snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5b461e2a snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e94265c snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x62360f67 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x628f8cdc snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x641d6085 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x69f8f67f snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ba92009 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6becc0b5 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ccc48cb snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cd50c3b snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d66340d snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6e269e2e snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72614314 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76cdb4f4 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76e41503 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x770977a5 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7858370f snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x78741752 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79bfc858 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e311642 snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e7fae17 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7fe13afc snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x80b063e7 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84250a8c snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84b1a22d snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x866db98c snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b23f07c snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e16387e query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e2feca5 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8fafeebf snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9373ac86 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x950a115b snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x986d598e snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x99b6af5c snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9beba534 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9cab7743 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1f0944a snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa36e0493 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa373c9a6 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa622f8c6 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa71ecc71 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa88032f6 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xac374385 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xae40aae4 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaed1d9fb snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0a4bca3 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb373c974 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb6732971 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb940d8d9 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9c8aa87 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9dba7dc snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb4531d4 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb66858a snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc207d45 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbfa4cb08 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbfdd6416 snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0ac4a4d snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1aa4cfd snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc43d1aad snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7297b29 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc887feb6 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb8854b2 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc5a2bf4 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcca1cd26 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd062fede snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd11447e2 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd19178e5 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd29b08ee snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5f71c14 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6b3d85c snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9b90cca snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdab3b6f1 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb5482af snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd6b176e snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde20b3b7 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf494d2a snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6b1c3db snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9446162 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9e72b85 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xecb19e2b snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xedf72e29 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee2175a4 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf3c1a060 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4181da5 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf77dd6cd snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfba4379f snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc82c7c6 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffd8288c snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x05c35e4b snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x39e95697 snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5c77201c snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5e9502af snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x63795dac snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x74604a85 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x769321a4 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x85edd70c 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 0x8a80a087 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8e962e10 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa27cd274 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa59f44ad snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xae523e24 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbe0fe6c0 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc845e143 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd3cd0e12 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd5b22925 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe51fa9a9 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfb5dcde0 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfd99f801 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0x192faa0b snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x0f9c9d5c azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x1ad94ad0 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x309419ec azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x538132b1 azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x5e5d0660 azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x8a637151 azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xc2b33181 azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xe5c0e3b6 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xedbdbf22 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xeed1ed33 azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xff8ae2aa azx_get_position +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x3d4f6e3f atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x97876a6d atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xe58ad13f atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x375ad98c cs42l51_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xbd69260e cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xcc7ee70b cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x01ccc8b7 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x322a0906 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x85186f7d cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xeac099f3 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98095 0xb04be054 max98095_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x2268c137 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x2693c441 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x32b346d2 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xec2d7a49 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xf9c82316 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x37afcbbe tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xcca4b6e1 tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x225fface wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x25df44f7 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x300e050c wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5bad100a wm_hubs_hpr_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 0x627173e1 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 0x98c4ec1e wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa22cfea6 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xec5401d8 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x978cd480 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x5f461e10 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x0ee21081 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x5a25f8b5 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/samsung/snd-soc-idma 0xade84e1d idma_reg_addr_init +EXPORT_SYMBOL_GPL sound/soc/samsung/snd-soc-s3c-dma 0x5303676c samsung_asoc_init_dma_data +EXPORT_SYMBOL_GPL sound/soc/samsung/snd-soc-s3c-dma 0x7a367b7d samsung_asoc_dma_platform_register +EXPORT_SYMBOL_GPL vmlinux 0x001937b7 register_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0x001faa73 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL vmlinux 0x00337417 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x004d338d pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x005431be sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x005d940c amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00af6549 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x00c238bd subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00c92d20 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x00e0d270 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x0144f133 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x018e0dfb regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x019992ca spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x019b6491 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x01b5b2e8 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x01b7517b cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01ca6450 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x01ce541a posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x01cecc9e ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x021252d1 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x0232afe5 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL vmlinux 0x0236daed ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x0239411a pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x026355b6 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x0264bef0 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x027f2322 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x028059b6 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x02b952a4 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x02f6142d crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x030f0067 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x031800b6 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x032e7df2 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0343c4d2 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x0345555a ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x03528fa1 gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x03582948 gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x03670a16 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0368c4b6 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x03880cb2 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x03a77818 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03ca0959 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x03cf0275 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x03dcc174 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03e91d15 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x03f02515 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x0402b504 __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x0430f46f sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x043c9806 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0455f62f blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x047e56f9 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x04800bf9 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x048a446c ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04901180 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x04b43991 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x04ea5cdf __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x04f5f17f posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x0503e6f2 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0511e601 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x05211372 omap_pcm_platform_register +EXPORT_SYMBOL_GPL vmlinux 0x053392ce find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05542702 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x05683677 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x05753214 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x05cbf847 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x05e00652 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062e3ffb inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x06438115 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x06441eec regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x064d5157 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x0675cd50 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x067a49ae pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x06828487 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x069164d1 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x06ae2f56 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x06d549e6 pinctrl_free_gpio +EXPORT_SYMBOL_GPL vmlinux 0x06eb0196 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x06fc65b8 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x072ff1b1 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x073a270f ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x07455fa9 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x076e765e of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x078e0475 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x079414b1 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x07a70e08 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b39302 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07cc6d28 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x07d9e194 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x0833f76b transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x083a5681 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x083c1991 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x085cfd2d skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x086462a5 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x0886f91f snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0899f091 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x08c355ca dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x0902c2b6 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0936eade ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x093b7fc7 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0952af60 fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x095d4944 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x097d9edc unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x09a4243e arm_iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x09c7b154 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x09d1bf8f ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x09e3353e seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x09ffaacc bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0a275f5e anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x0a495c99 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x0a7eaf1c gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x0a7ee7df ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0a8755fe driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0aa0dcb3 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x0aa826b4 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x0abe63f0 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x0ad40a2f power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b026f2d of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b168d08 sdhci_free_host +EXPORT_SYMBOL_GPL vmlinux 0x0b3660e2 sdhci_pltfm_init +EXPORT_SYMBOL_GPL vmlinux 0x0b3ef8f5 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x0b472da7 snd_ctl_activate_id +EXPORT_SYMBOL_GPL vmlinux 0x0b84f008 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x0b8cc002 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x0ba8374b __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bbae511 return_address +EXPORT_SYMBOL_GPL vmlinux 0x0bc22cb1 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x0bc76803 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x0bcbacfd class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x0be94166 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x0bea7666 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x0bebdab1 of_fixed_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0x0bf7650c clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c02e5f2 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c562368 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x0c8fdaf5 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x0cb55e3e ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x0cbf16af pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cd2649a shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x0cd5e766 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x0cd9dcab transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x0cdee0dc inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x0ce2300a snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x0ce9cda5 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL vmlinux 0x0cee1723 unregister_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0x0cf93378 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d0b59a3 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x0d0cdc49 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x0d22049c of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x0d2260e3 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x0d56f413 musb_dma_completion +EXPORT_SYMBOL_GPL vmlinux 0x0d8f3bca bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x0d9053a7 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x0db531b1 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x0dbae74e mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0e09f6ac vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x0e359de4 __netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x0e3dc05e event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x0e3e6fe4 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x0ea89e70 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x0eab7ef5 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x0ed0ece2 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x0ed36b2f call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0eda1514 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x0eda5a92 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x0edb30d7 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x0f0d8d98 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x0f229af3 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x0f2c55e4 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x0f3bfbee rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0f73cbe4 mount_mtd +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f809361 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x0fafdc9a crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x0fb98e91 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x0fc1af10 get_mtd_device_nm +EXPORT_SYMBOL_GPL vmlinux 0x0fc3bd35 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x0fd516dc ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x0fd5a5d7 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x0fe65e8c synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x100b8d70 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x10111391 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101801a6 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1026c1d9 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x104cbe24 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x104cc161 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x10638d37 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x106d829e usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x10709743 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0x10823c2a serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x10947d2f pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x109b4449 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x10ae14ec list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x10b7d1f9 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10d885e8 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x111877fe ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x111a8f74 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x112716c8 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x112cb75b attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x11300711 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x11470d12 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL vmlinux 0x11480eb3 genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0x114d460a __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x11671722 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x116adb77 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL vmlinux 0x116d0cd6 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x117299ca dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x11781bad perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x11b9b94d sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x11d28407 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x11d90b58 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x11e6df7a ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x11ebd9cb pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x11ec0779 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x12000c26 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL vmlinux 0x1202d6b8 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0x121779b8 ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x122850a0 clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x122a3634 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x12499970 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x124df4cc netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x125d89cb usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x1270882f of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0x1276ca88 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1293ffe3 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x129739eb regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x12b2719b devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x12ba1818 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL vmlinux 0x12c15a42 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x12c90ab8 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x12d8be8b crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x12e3b969 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x12ef5c6a regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x1308f65c bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132fcc1c vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x134d5cc9 mtd_erase_callback +EXPORT_SYMBOL_GPL vmlinux 0x134edd3c power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13777254 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x13797882 nand_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x1383bb7b virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x13906b40 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x1397b149 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x139ae3b8 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13b17f3b dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x13b89dee pinctrl_request_gpio +EXPORT_SYMBOL_GPL vmlinux 0x13d48f0a __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x13db5b08 context_tracking_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13e1bbce of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x13fc1a56 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x14017cfd relay_close +EXPORT_SYMBOL_GPL vmlinux 0x1406fa17 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x1435a7da ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x143f215d rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x144b439a omap_dm_timer_disable +EXPORT_SYMBOL_GPL vmlinux 0x144eb8ca snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL vmlinux 0x1453a3fd pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x147e1096 __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x149ba457 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x14aaa197 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x14ac35be max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x14ce9e7c dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x14dac785 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x14eead6e crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x14eee367 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x15031acb blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x15093c4b usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL vmlinux 0x1525f36d __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x152790e8 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x1535580e crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x15529cef ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x15702179 component_add +EXPORT_SYMBOL_GPL vmlinux 0x1580cbd1 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x15c3a628 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x15e5cec3 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x16199f6f shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x1668eb66 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x1672b9b6 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0x167a92d8 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL vmlinux 0x16b9c614 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x1717a05d omap_get_plat_info +EXPORT_SYMBOL_GPL vmlinux 0x1717e28c mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x171990a4 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0x1731a84f dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x175affe6 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x176bbb14 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x176fdb03 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x177dcea5 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x17ffb9ce inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x18060e39 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x180a2666 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x182383a8 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x18282d21 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x18291748 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x18333614 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x183cadb5 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x184b26e2 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1856fc1a sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878e50d dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x1881faea __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x18b03da5 of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0x18bcd335 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x18beb2fc sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x18d1b659 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x18d9ad4b snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL vmlinux 0x18e7e1cc pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x18f59d39 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x193edbbf snd_compress_register +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x195940fe cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x198cc17b tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x19928635 mv_mbus_dram_info +EXPORT_SYMBOL_GPL vmlinux 0x19985a58 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x199bec1e pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19be5ca2 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x19ca64e5 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x1a078aec skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a5d52d2 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x1a65920b omap_iommu_arch_version +EXPORT_SYMBOL_GPL vmlinux 0x1a7dea08 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1a9c05f1 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x1aa9f41a device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x1aaa03cb vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x1ab2ec75 snd_soc_register_platform +EXPORT_SYMBOL_GPL vmlinux 0x1ab68c47 device_del +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1aed793b max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x1af666cc dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x1b3193ff gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x1b3261e0 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x1b4ec8e8 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b60b02f scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x1b69692f usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x1b85625e of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8a320d user_read +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1bb5fc26 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x1bba2441 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x1bbfd79f sdhci_pltfm_resume +EXPORT_SYMBOL_GPL vmlinux 0x1bc349a9 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1c275934 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x1c4fe2b3 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c6db4c9 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c8e5b88 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x1c9ed072 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x1ccfcbfb sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x1cf479b4 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x1d1a99b9 usbnet_probe +EXPORT_SYMBOL_GPL vmlinux 0x1d37aef1 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1d4f9d9c irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x1d55210d component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d5d8ba7 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x1d63346d tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x1d6514f1 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7cb586 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1d9bddf6 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x1daeeb48 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x1dba0266 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x1dc40b54 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x1e076721 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x1e0a3d9f ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x1e10b2fa list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1e13c3da irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x1e2453b4 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e3ee8ec irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x1e488227 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x1e564cb3 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e5fdbad tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x1e609173 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x1e6cc653 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e864844 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb16bd5 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec4000d bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x1ed00a63 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x1ef3b0fa class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x1efd3587 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x1f1c5c09 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x1f432784 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x1f55a05e __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x1f6bade3 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x1f793f57 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fa263f2 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fcfea40 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x203fac1b ahci_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x20506c5b usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x20696c39 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x209da883 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20db8b88 rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL vmlinux 0x20dfa17a snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL vmlinux 0x20f55923 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2101fd64 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2108192a pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x211f558d register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x21243325 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x21333ab9 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x21376279 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x218d66b3 extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0x21950af3 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x219afa38 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21ad0f14 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x21aee62b fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x21b11203 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x21c0cb14 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x21c5d9c1 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x21eba81c omapdss_of_get_next_port +EXPORT_SYMBOL_GPL vmlinux 0x22203297 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x222babbc snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL vmlinux 0x22335641 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x223c8480 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x2261fc38 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL vmlinux 0x2265f6ff dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x226a674d atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2279756b xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x228ff793 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22a4d375 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x22c328e6 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x22c47b03 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x22ff452b regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2305d6e7 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x2308e121 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL vmlinux 0x233a6a43 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x2352e01b regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2352fc3a snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL vmlinux 0x23687765 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x236904e2 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x236bda7f snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL vmlinux 0x236d49e0 omap_dma_filter_fn +EXPORT_SYMBOL_GPL vmlinux 0x23726631 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2392bc6e pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x23b02646 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x23b1ca07 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x23b9268b find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x23e04b08 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x24149430 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x243b8291 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x244b6bb6 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x245ef35a usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x2471b9f4 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2477fa26 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24b5a743 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x24c60b89 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x24c8eb9d unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x24cad8c4 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x24ea71fb __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fb2fbd mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x2501d8d2 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x25124eaf regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x253ccf0f devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x2550d5ed device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x25689ab6 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x2570b95f posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x2572f17a i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x257adeb8 ahci_shost_attrs +EXPORT_SYMBOL_GPL vmlinux 0x25b6559e usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x25e4fa8c btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x25f0dfc8 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25f8140c perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x261f04f1 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x262c4b33 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x262e06c4 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x263c6b9e pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x2650f86a thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265cf98e ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x26667480 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x267808e5 napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x268f7522 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x26a46934 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x26adb815 thread_notify_head +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c547c0 bL_switcher_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26ccdeb6 snd_soc_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x26d92be3 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x26e0b761 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x26f90e30 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x27097cf2 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x272f110b ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x279c274d regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x27a80c9a balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27e2662b proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x27e4ced7 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2842e3a6 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x2854b213 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x2869ef8d blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x286b0095 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x28725950 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x2872e489 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x28857ba2 amba_ahb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28d00f75 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x28dfe434 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x28fa1774 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x2933b25b usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x2933d730 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x294cae33 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x295731e1 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x2962cd05 kvm_vcpu_cache +EXPORT_SYMBOL_GPL vmlinux 0x298e2701 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x2999c145 find_module +EXPORT_SYMBOL_GPL vmlinux 0x29a0d142 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x29a65c21 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x29b14a7e blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x29de25f1 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x2a0e8402 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x2a243c29 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x2a504ad2 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x2a6095ad pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0x2a66a8a2 sm501_set_clock +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a67c0e3 sdhci_pltfm_register +EXPORT_SYMBOL_GPL vmlinux 0x2a8758f5 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x2a8afec4 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x2a924d20 nand_release +EXPORT_SYMBOL_GPL vmlinux 0x2ab18ed4 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2ab4945b snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ad9d326 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2b002725 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x2b20f34c omap_iopgtable_store_entry +EXPORT_SYMBOL_GPL vmlinux 0x2b2a5b07 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x2b5b1d10 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x2b6b912c dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x2b7a2923 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x2b8d2280 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x2babe81f __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x2bcfc86e dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x2bdd78c4 snd_soc_info_volsw +EXPORT_SYMBOL_GPL vmlinux 0x2bed7714 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x2bfa56eb wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x2c09fc6e snd_soc_info_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x2c157f55 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x2c1d9d67 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c6a7178 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c9c71e5 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x2c9f56ff ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x2ce120d3 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2cec2943 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x2d15711a crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d26aeb9 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x2d2c1e0b ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d851f27 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x2d9a7495 mtd_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2d9ef24a pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x2dc1854a pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x2dc21655 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x2dcf3181 udc_attach_driver +EXPORT_SYMBOL_GPL vmlinux 0x2dd40338 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2dd48cdf pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x2deace0c ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x2e1acb4d thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2e278f88 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e478c53 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x2e518a28 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x2e558836 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x2e5ccf91 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x2e7763a1 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x2e7f5a9c of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x2e9670c0 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0x2e9cfad7 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec525a4 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x2ed741ee platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x2ee5ed83 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x2ef6b5bf smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x2efc7c50 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x2f0c4740 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f2aec75 snd_soc_cnew +EXPORT_SYMBOL_GPL vmlinux 0x2f2c356c ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f4b991e __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0x2f8b9821 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x2f93c491 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x2fa0c511 snd_soc_resume +EXPORT_SYMBOL_GPL vmlinux 0x2faf3d54 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x2fb9d930 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x2fc1ac36 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL vmlinux 0x30178143 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x30227cb7 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x302f7c8c __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x30335db2 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x3051f7e5 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x30706e2d ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x30819460 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30b71e18 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x30cd3f84 pinctrl_utils_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30eb7f00 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x30fd4699 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x3113d7ec usbnet_get_drvinfo +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x313b6a41 snd_soc_unregister_component +EXPORT_SYMBOL_GPL vmlinux 0x3157dd73 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x317552b6 usb_gadget_map_request +EXPORT_SYMBOL_GPL vmlinux 0x317ff3c6 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x319f271a regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x31a1f63c usbnet_status_stop +EXPORT_SYMBOL_GPL vmlinux 0x31a96daa sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x31ab1b50 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x31bfeabc exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c0df8f pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d60c64 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x31e40ff9 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x322ac457 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32924a4d scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x329fcecb omap_iommu_save_ctx +EXPORT_SYMBOL_GPL vmlinux 0x32a7469a pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x32b2e626 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32f76320 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x33053b77 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x3312877c thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x33412e70 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x336bb786 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x3375acb6 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x337b7cab ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x33a85f79 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x33b6f146 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x33cac1b4 kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0x33d964ec usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x33dd9e65 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x34040718 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x341643ba omap_dm_timer_modify_idlect_mask +EXPORT_SYMBOL_GPL vmlinux 0x34520fd5 get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x34564487 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x346c1996 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x347682ce snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x34855e3f kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34c5efac tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x34d1f75b get_device +EXPORT_SYMBOL_GPL vmlinux 0x34e46236 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x3538c143 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x354f1ed9 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x3561230e usbnet_tx_timeout +EXPORT_SYMBOL_GPL vmlinux 0x35851495 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35981087 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x35a2a3cc dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x35c573e6 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x35d09ba8 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x35d6850d crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x361a1c19 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x3626aece register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x3628e0c6 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x362f6700 of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x3634773d usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x36624535 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x366b089e blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x366b1646 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x366c68ac pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36b6d202 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36c87886 snd_soc_suspend +EXPORT_SYMBOL_GPL vmlinux 0x36e6529d bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x370412a6 dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x371a5db6 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x3727f82f __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x373967db ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x3759252a snd_soc_lookup_platform +EXPORT_SYMBOL_GPL vmlinux 0x3764b001 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x376b3381 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x378b52f2 omap_dm_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x378decac snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x37967a3f of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x37a9e797 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x37b2a44b net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x37b4fa30 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x37b5659d fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x37ba7e7e key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x37ceb3b6 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x3805cd55 __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x3808aa04 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x3846b62a rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x3848a97f of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x38642f35 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x387b9d05 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x38949d8e usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x38a4c0a4 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38d5367a pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x390c659d of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x39279341 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x39513296 mtd_panic_write +EXPORT_SYMBOL_GPL vmlinux 0x3961c156 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x3962dc3f of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0x39accbd7 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x39d0bb29 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x39e1e410 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a4616c9 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3a49391a crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x3a493cd7 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a58dedf omap_dm_timer_start +EXPORT_SYMBOL_GPL vmlinux 0x3a677dfd usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x3a70f840 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x3a769e09 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0x3a7b7cb9 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x3a9119f6 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x3aa67ef7 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3aae1afe gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3adeef42 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x3aee38fb sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x3b12959c devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x3b1983ab tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x3b25415a ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x3b8f2f5c sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x3b937cc1 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x3b981f7f task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x3bd457e5 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x3bdad5ea ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x3bf6a633 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x3c036440 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x3c511c96 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x3c54e8a2 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x3c66e81b usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x3c831441 arm_check_condition +EXPORT_SYMBOL_GPL vmlinux 0x3c837f82 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd8bf87 snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0x3cfd8493 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x3d0d9498 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d407c6d dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x3d44e8a6 regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0x3d53096a of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x3d5705e9 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x3d686d88 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d7e0b4a ping_close +EXPORT_SYMBOL_GPL vmlinux 0x3da6b248 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x3db26785 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dee1102 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3dfc7220 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL vmlinux 0x3e122496 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3e9c0f6b edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x3ebf4fe5 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x3ed31883 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x3ed35876 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x3ed5a9df blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3ed634fe __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x3efac2ed single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3efb4e8b gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x3f40c811 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0x3f51a98c pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x3f68da09 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f8a33dd vtime_common_account_irq_enter +EXPORT_SYMBOL_GPL vmlinux 0x3f9d28b9 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x3f9d6d1f crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x3fbc34ac extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x3fbd7d62 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x3fc6c82c snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL vmlinux 0x3fd5d07a blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x4018c0c1 devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x4027633d __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x40291861 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x407a4423 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x40956b8e request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x409903eb usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40b09ca3 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x40c0946b dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x40cfab66 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40e6a0d8 __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x41081a52 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418b5894 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x418dcccb pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x41ad98b4 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x41c1751d crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f6e7b6 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x4225759d __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x422aeb4d devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x42324222 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x4275ec8b pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4286e7b9 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x428845bf __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x429f6b8d spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x42acf495 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x42b2a446 kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x42bfd4e6 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x42dd85e9 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL vmlinux 0x430b4b94 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x430cd8ae usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x431b54b2 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x432c5510 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x432f799b serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x435d47f0 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x436e86ff tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x43a4a627 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43a6fe9d ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x43b466b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x43d5d521 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x43e6e677 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x43f2fd56 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x43fe76f2 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x441fcafb clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x44257c31 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x44320481 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL vmlinux 0x443c1de7 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x444c53fd device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x44551704 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x4456783d devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x446c1335 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x449ff49b ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x44e8d5a4 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x4541cea9 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x45569b8f tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x456a9571 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x458d2ab6 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x458e4da8 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x45909fd7 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x45b4e5f3 cci_ace_get_port +EXPORT_SYMBOL_GPL vmlinux 0x45ba1367 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d74eac __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x45e165c7 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x45ec4fd8 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x45f42843 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x46066e5b perf_pmu_name +EXPORT_SYMBOL_GPL vmlinux 0x460a7b63 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x461264c0 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x4631bb09 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x463d24ea ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x46598c0d each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x465b1444 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x466fb373 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x469fc89b crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x46a31866 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x46af6e58 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x46b78237 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x46c9a5f9 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x46cf64b1 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x46f39489 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x46ffff10 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4730a96c add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x47378fde __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x47526243 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478c7539 snd_soc_bytes_get +EXPORT_SYMBOL_GPL vmlinux 0x47a655be device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47cc49ee component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x47e0e71d snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL vmlinux 0x47ecd553 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x47f08622 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x480af1ac blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x487691f8 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x489da440 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x48ca8947 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x48debfaa wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x48f25b27 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x48f6e064 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x4903b134 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x49211138 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL vmlinux 0x49234ece perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x4928802a ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x493d54eb regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4946da71 omap_iotlb_cr_to_e +EXPORT_SYMBOL_GPL vmlinux 0x4961dcd8 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x4968fe0e dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x49693e62 snd_soc_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x4979e67c securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x498e2eff device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49c21490 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x49e39cae rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49ebbac5 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x4a457eae wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x4a7307c2 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x4a734fc0 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL vmlinux 0x4a808568 mtd_read +EXPORT_SYMBOL_GPL vmlinux 0x4aa24cc6 usbnet_pause_rx +EXPORT_SYMBOL_GPL vmlinux 0x4aac3820 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ab1a16b usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x4ac43826 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4b023a72 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x4b0db511 amba_apb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0x4b15856c inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x4b2887f7 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x4b343ce2 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x4b432824 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x4b49f92f pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x4b6d47ba raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x4b6f7a74 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x4b7430b8 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x4b74c47a setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x4b7b7977 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x4b840413 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x4bafcdd8 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4bbfaba2 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x4bcfafd4 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x4bf4da2e __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x4bf5c4bf iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x4c00bc96 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4c0281d8 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x4c054057 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x4c13b4e5 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4c286f10 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x4c28cd74 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c3f1c5f debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x4c47ec15 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x4c50a7d2 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x4c51d75f fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c776db4 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0x4c94f358 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x4c958618 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x4ca802fd snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL vmlinux 0x4cb57968 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL vmlinux 0x4cb93c99 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x4cf508d4 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x4d094f8c inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x4d180f9a snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0x4d243f06 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x4d38f1e0 bL_switcher_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4d7d7384 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x4d8d77a4 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x4d9ef5d1 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x4da8c9cb ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x4db38f3f ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x4dc16db8 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x4dc3ad7b cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x4dd33dab __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4dd739fa tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4e0619c7 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e47f3c9 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e7074b8 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0x4e75a332 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x4e8ecf0f gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x4ed0dad1 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x4ef086e7 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f1bbdcb split_page +EXPORT_SYMBOL_GPL vmlinux 0x4f374323 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x4f45a42e posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f7e79e3 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x4f94c274 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fa09a3d alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x4fb10a79 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x4fb1a282 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x4fbec941 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5004e3e1 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x501bc067 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x50700034 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5099d1d7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x50a42693 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50cbff9d power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x50ce314e unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50eb5f3f usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x510fe739 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x512376a2 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x512cf16c wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x514041f5 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x515ebe81 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x51901d58 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x5190654e ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x519e9088 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL vmlinux 0x519f44b1 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x51abcb6c devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x51d720b5 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x51f1731d sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x5200c3b4 usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x5202a7ca tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x520c1ba6 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x522a7aa4 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x523a12fa debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x52944490 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52ad5dad ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x52c43c46 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x52ca4c2c pm_genpd_syscore_switch +EXPORT_SYMBOL_GPL vmlinux 0x52e64f8b kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x52ed79ed inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x536e81f7 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x5377ce34 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0x537f0b58 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x538ee1c6 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x539ba0cd da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x539f7ce8 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x53cb2800 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x53d55bfd pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x53da8743 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541d2ad2 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5421cb32 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x54366fee ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x54473cc4 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x544aab61 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x545fec86 percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x546c8748 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x548e6d1f sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x548ec5cd usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54b81520 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0x54baeab9 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x54e8c2ac omap_dm_timer_write_counter +EXPORT_SYMBOL_GPL vmlinux 0x54f27a09 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x54f66262 pm_genpd_dev_need_restore +EXPORT_SYMBOL_GPL vmlinux 0x5500f11a clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5557529c __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5585bf1e snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL vmlinux 0x55888a20 input_class +EXPORT_SYMBOL_GPL vmlinux 0x55ac4363 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x55b96df5 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x55e53f3d raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x55f04c21 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x56066cfc __clk_register +EXPORT_SYMBOL_GPL vmlinux 0x56100efe raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x5610529d of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x561336cd ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564f04cd put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x5659ff75 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x5666bf3c crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x567e1a93 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x567fdb55 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x568f8316 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56955acc __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x5720ed66 snd_soc_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x572cc5c8 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5746129f usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x577c406c single_release_net +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a245a1 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x57d436a2 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x57d7022a fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x5811e6e4 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5844ddb8 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x58489eca da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x586eac81 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x58732d74 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x5874824b pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x5879c468 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58aa97e3 omap_dm_timer_set_int_enable +EXPORT_SYMBOL_GPL vmlinux 0x58d7603e of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x58d85461 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x58e96a71 sdhci_send_command +EXPORT_SYMBOL_GPL vmlinux 0x59299440 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x594a9c8b pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x59606fa5 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x596b30b0 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x598feb3f ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x5993c03b ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x599e9951 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x59ab6259 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x59d4a27b sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eaddca ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59f9d4df spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x5a135913 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x5a1da2ae omap_dm_timer_read_status +EXPORT_SYMBOL_GPL vmlinux 0x5a1f6cc6 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5a26e0df gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x5a43e1b9 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x5a49355c sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x5a5ec066 arm_iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x5a755465 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5ab909c0 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x5ab96a3e pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x5acf6567 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x5ad25a81 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x5ad40200 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0x5adbb45d of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x5ae68c83 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5ae7a2b3 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x5af40f4b phy_create +EXPORT_SYMBOL_GPL vmlinux 0x5b055c80 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x5b066008 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0x5b1949e4 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x5b2fa60d kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x5b43ed4d ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x5b47d09d usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x5b7d498e udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5bae7bc6 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x5bd3bb42 of_css +EXPORT_SYMBOL_GPL vmlinux 0x5be3c70a sm501_modify_reg +EXPORT_SYMBOL_GPL vmlinux 0x5be7615f rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5c19c68d sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x5c3ba4f5 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x5c598180 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL vmlinux 0x5c5f887b cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cb37271 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x5cb3f837 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x5cc164d3 __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5cdbd7e3 usbnet_write_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5cf45dbf of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x5d0bbee0 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d1aa48d snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL vmlinux 0x5d36739a tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x5d3a8a23 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x5d5644e4 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x5d603470 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x5d683680 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x5d7ecc05 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x5d95a3c7 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x5dbbc3f2 vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0x5dbf4405 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x5dd0f16b snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL vmlinux 0x5dd24204 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x5deb50ce input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x5df83773 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x5e204d8a powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e72b62b dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x5e8a3bec class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x5e99b030 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5eb75910 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x5ed19b1b gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x5ee7d7d8 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5ee82644 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x5f0f700e tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f2da4e1 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f428aca snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0x5f4abe9f tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5f4ba2b1 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x5f6b9228 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x5f7054e6 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x5f7c1c80 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f8bafaa __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f97e023 i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0x5fc55bcc pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x5fcfdc8d sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x5fe51b7d sdhci_get_of_property +EXPORT_SYMBOL_GPL vmlinux 0x6032df78 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x604186ed kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x6070dd6c sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x6075d0c7 omap_tll_init +EXPORT_SYMBOL_GPL vmlinux 0x6080158a usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x6083cf0c pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x609abd72 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60b28996 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x60d1b075 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x60ecf62c snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL vmlinux 0x613dad29 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x61522e7c tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x6158ee2d tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x615ff0a9 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x617fef85 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x61b73b70 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x61bd6a2a ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x61dfadad swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x61f31f0a ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x61f4d53d ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x62074500 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622e3ffe __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x6263bf78 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x628bda52 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x628fe456 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x62c8364f kvm_vcpu_block +EXPORT_SYMBOL_GPL vmlinux 0x62da6f9f snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0x62db1cb1 sdhci_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x62e31fb5 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x62e6f2c2 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x630246ce shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x630c33a0 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0x633da780 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x6340d776 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x63624956 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL vmlinux 0x63720f51 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x63806904 mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0x6392c67a pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x63a59760 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x63b510c2 devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x63cba223 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x63d712e9 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x64206231 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x645299ae vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x646f7a7d dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x64921559 ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x64b6f95b pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x64c29f4f usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x64c625bf irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x64d24989 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x64f0ef16 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x65427f7b crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x655fcb8c icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x65833860 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6594545e crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x659a8d3f skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65c0f985 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6619567f serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x663200e9 pm_genpd_add_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6634d691 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x664435df dapm_regulator_event +EXPORT_SYMBOL_GPL vmlinux 0x66481a46 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x66805cd6 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x6683519b sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668c9fe2 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x6691f63c __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x6693f0b9 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x66c27d32 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x66cdd434 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e4b97f devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x66ff9a34 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x67128609 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x6718e76b sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x67217875 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x67643d26 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x67690af1 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x67879133 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67ac726c regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x680cba05 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x6820a111 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x68802f71 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x68b96319 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x68bcec80 device_reset +EXPORT_SYMBOL_GPL vmlinux 0x68e0f612 of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x68e83318 devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x68f8019b platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x690e964f of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x6943c77b mtd_erase +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x694be42a usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL vmlinux 0x6953fc8a snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69841dfa devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x6994d79a extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x699ba4b0 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x699d3df8 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x699dc0c0 sdhci_alloc_host +EXPORT_SYMBOL_GPL vmlinux 0x69c574ae shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x69f41c0f dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x6a16c097 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a199047 usbnet_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6a441db8 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5ec4b3 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a68383c cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x6a9c7d52 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x6a9dd03c rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x6ab18e52 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x6adc2e5b usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b2f4068 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x6b394e21 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x6b3a3c97 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x6b49ab52 kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x6b587484 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b8b942b ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x6bdcb815 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x6bddd1c4 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x6bdfd42c dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c17c18d pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c233869 kvm_clear_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x6c470d4f kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c6c31d9 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x6c819194 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x6c9a4a4a lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cc78c5c set_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cd6b38a snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d34ff62 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x6d42057b tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x6d4857c6 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x6d4fe4f6 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6d5140ef pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x6d51abc6 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x6d69d80b usb_string +EXPORT_SYMBOL_GPL vmlinux 0x6d838e77 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL vmlinux 0x6d86e5a4 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x6d9b90f1 snd_soc_write +EXPORT_SYMBOL_GPL vmlinux 0x6da0dd4d scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x6da67ec6 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x6dc44748 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x6dd5e323 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x6de84ede key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x6decce3f pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x6e13b28b usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x6e545991 omap_dm_timer_request_by_node +EXPORT_SYMBOL_GPL vmlinux 0x6e54b3d4 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x6e6915c4 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0x6e717b66 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e82fbf4 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6eac5c6d omap_dm_timer_trigger +EXPORT_SYMBOL_GPL vmlinux 0x6ee88d04 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x6eea626f musb_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x6efffa35 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x6f1a6e66 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f266a4c pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x6f312939 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x6f65d648 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL vmlinux 0x6f7320ca aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6f851f41 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL vmlinux 0x6f96a255 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x6fb939eb sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL vmlinux 0x6fc59b8b arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6fe68e06 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x6febc85e usbnet_resume +EXPORT_SYMBOL_GPL vmlinux 0x6fed475f dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff897fc stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x700fc7a5 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x7038584e dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x704ce6b3 regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x7053a7e6 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x7058ddd4 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x707e4782 regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x709a4375 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d5b92d usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x70d85f89 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x70ed210e ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x71008581 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7127f3c2 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x7139fbb5 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x715904ba wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x716502d4 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x716a7764 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x71741f62 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x717e84db sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x71835787 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x718abe02 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0x718be356 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x718e6a50 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x719328ab debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x71a105ad ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x71aab5ec __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x71c39339 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71ee98ae debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x720b71d2 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x722383a7 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7289e082 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x7290bdf9 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x7291019b __cci_control_port_by_index +EXPORT_SYMBOL_GPL vmlinux 0x730bd0c7 asic3_write_register +EXPORT_SYMBOL_GPL vmlinux 0x7323eb22 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x73510609 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x7354fe75 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x737401d9 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x7397fb79 usbnet_set_settings +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b32444 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x73b5d5b6 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x73bdc1f2 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x740a59ba ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x74213197 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x7425d659 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x742def44 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x7430d227 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x74628570 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7469f9d2 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x74747691 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x747b96a4 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x748ece52 omap_dm_timer_enable +EXPORT_SYMBOL_GPL vmlinux 0x749378da platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74d7d729 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x74eb6215 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x7505db2c init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x7522dd55 wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75289d52 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x75459a9e usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x7549cfd2 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x754f106d kvm_vcpu_uninit +EXPORT_SYMBOL_GPL vmlinux 0x7560871e thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x75715862 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x7573faf0 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x75790bdf pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x757cebd6 dapm_mark_io_dirty +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x75a5c86b irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x75c1bb9e regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x75ca93bb component_master_add +EXPORT_SYMBOL_GPL vmlinux 0x7604bb29 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL vmlinux 0x7611db89 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x761e0aca btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x7633f521 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x7650f785 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x766f26d7 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7688c5e5 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x76aa0046 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76d50566 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x77026187 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x771629f6 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x771d963a bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x7720c696 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x773b210e mtd_writev +EXPORT_SYMBOL_GPL vmlinux 0x773c1a3e pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x7745e8b2 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x774d3a9e kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x7760149a device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x7768db58 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x7780c37a kill_mtd_super +EXPORT_SYMBOL_GPL vmlinux 0x77a39b10 omap_dm_timer_set_int_disable +EXPORT_SYMBOL_GPL vmlinux 0x77d5b8c3 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x77d68d4d usbnet_defer_kevent +EXPORT_SYMBOL_GPL vmlinux 0x77f7818b vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x78024101 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7803eb70 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x7816dc60 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x78300d2f snd_soc_component_write +EXPORT_SYMBOL_GPL vmlinux 0x78368c02 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x783f4000 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x7840b42c hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x784970e4 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x788f07b3 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x78b31f88 __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x78bc1607 snd_soc_read +EXPORT_SYMBOL_GPL vmlinux 0x78e1ec78 component_del +EXPORT_SYMBOL_GPL vmlinux 0x78f37709 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x790ef7dd blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x7913eb95 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x79167f06 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x7940cf00 sdhci_add_host +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x79a74e91 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x79cd6e6c bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x79d0207d samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL vmlinux 0x79ebc401 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x79f760bc ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x7a008022 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a319404 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7a40d1cf list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x7a7608f7 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7acb9299 usbnet_change_mtu +EXPORT_SYMBOL_GPL vmlinux 0x7ad04308 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x7adc5279 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7ae3fb5a module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x7aff0c1c usbnet_get_msglevel +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b282d90 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x7b29b4d0 amba_apb_device_add +EXPORT_SYMBOL_GPL vmlinux 0x7b52dda7 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x7b795f60 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0x7b81084d generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x7bd2d0c0 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x7bef9984 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c58fe50 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x7c5bbccc iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0x7c6a49ce unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x7c826e49 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd53493 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cdbd71f relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf6a65d ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7cfa50ac elv_register +EXPORT_SYMBOL_GPL vmlinux 0x7d106f9b snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL vmlinux 0x7d2dbb01 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x7d2e383c bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d53590a sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d6b37d0 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x7d84b485 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x7d90ae55 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db478a6 register_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7df718a4 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x7e0bd645 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x7e25103e cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x7e4b1f5a rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6477be rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7e66a14a preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7e6ec15d tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x7e738e93 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x7e9c1885 mtd_is_locked +EXPORT_SYMBOL_GPL vmlinux 0x7ed68941 asic3_read_register +EXPORT_SYMBOL_GPL vmlinux 0x7ee390b1 omap_dm_timer_request +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f60e837 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x7f997de0 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x7fab5350 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7fae8ec1 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7fbb5711 probes_decode_arm_table +EXPORT_SYMBOL_GPL vmlinux 0x8010d2c6 percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x801fe32c hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x80624f82 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x8065dfe2 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x80698a68 pci_ioremap_io +EXPORT_SYMBOL_GPL vmlinux 0x808bfcbe tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a65392 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x80cffd7f unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80ee6243 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x80ef8c68 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x80fe63d8 omap_dm_timer_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81257605 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x813f5427 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x8172bac4 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL vmlinux 0x8173acef ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8176ff64 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x81853c99 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x819953a5 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0x81dbd6b3 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x82124f9b cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x8218f105 fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x82353e31 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x823c4f83 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x823d2488 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x824b4728 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x825847d5 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x825e1ff8 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x829f7601 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x82a814a9 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82e1c176 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x82e84619 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x82fbe3a7 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x8309e77d xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x831c3575 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8388e022 sdhci_set_clock +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83b47d87 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x83bd6918 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x83ca839c ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x83cf92c5 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x83d977ed extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x83e69940 mtd_block_markbad +EXPORT_SYMBOL_GPL vmlinux 0x841f725e regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x8425dd86 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x844781b4 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x844bf04b debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x845389e2 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x846f7c8c crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x847e57c3 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x847fe23d da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8484774d snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x84daebed __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x8503f4c0 arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x851bfce1 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x851ef344 of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x853d43b1 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x85427fef fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x8544a641 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x85485313 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x855e177e sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x856ce3ea regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x8576b821 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x85877c45 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x85b365b6 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x85b4ba4f component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x85b78067 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x862b9816 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x862eec26 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x8650ccf0 omap_install_iommu_arch +EXPORT_SYMBOL_GPL vmlinux 0x86847390 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x8685e6ba usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868a07a2 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x869f5fbd i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x86c4a187 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x86c76e61 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x86e85892 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x86ebd15f tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x86f1d979 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f83c1b amba_ahb_device_add +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x86f95766 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x86fdf750 put_device +EXPORT_SYMBOL_GPL vmlinux 0x86ffbf0b hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x8724c84b ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x8726e81a ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87434232 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x8749c55e tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x8781c7ed tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x8784f442 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x87cef952 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8816b468 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x88197bc4 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x881d8164 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x883bba88 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x883c247b rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x886410a3 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x886eb94f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x88718968 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x888ba203 xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x8897e82e gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x88a1fa94 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88aea465 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88b6597d sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x8905c182 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x8907ce9a pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x89192c8c da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x891e2705 snd_soc_cache_write +EXPORT_SYMBOL_GPL vmlinux 0x89218d75 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892665d4 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x892dc8a5 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x898f4a3d serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x899cc77d ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x89a26dd7 samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x89ad5e62 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x89b9ff42 mtd_lock +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c4323b tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x89c915e3 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x89e81257 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x89eb9cdd class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x8a0a85af omap_dm_timer_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a0f9d54 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x8a2c2ee6 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8a41721c mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x8a45835d crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x8a4a2c6c apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x8a505d17 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x8a5985c7 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x8a5b0a64 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x8a673c64 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8a8874d2 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8a9c6230 sdhci_pltfm_free +EXPORT_SYMBOL_GPL vmlinux 0x8aa21ec8 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x8aa2f1b2 of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x8aa4155f usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8abe78c1 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x8ace767c ping_err +EXPORT_SYMBOL_GPL vmlinux 0x8add0d77 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x8ade54db usbnet_set_msglevel +EXPORT_SYMBOL_GPL vmlinux 0x8af91656 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x8b0199e4 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x8b2a7c96 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0x8b2f7640 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x8b4939f8 snd_soc_component_init_io +EXPORT_SYMBOL_GPL vmlinux 0x8b775d3a __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x8b86d287 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x8b95f55d set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x8baae829 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x8bacee20 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x8bca10dd da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x8bed4cf2 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c221f3b ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x8c361448 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x8c41dfad vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x8c4705cf rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8c579d1b __cci_control_port_by_device +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c674f56 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x8c6b9f3f of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x8c777567 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x8c91ca0b iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x8c9949fd devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x8cdf5c84 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x8cdf9bee cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x8ceb1aee pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2dd6a5 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x8d3a3b06 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x8d3eb5d9 of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x8d49593b pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x8d53aa30 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x8d6b604e __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8d6fb443 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x8d82d322 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x8d99cbfa snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL vmlinux 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL vmlinux 0x8dbe41db inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x8dc321bc irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x8dc8971e irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x8dc98436 sm501_unit_power +EXPORT_SYMBOL_GPL vmlinux 0x8dcc3eea unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x8dde9c8a bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x8dedce58 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x8deeedba snd_soc_remove_platform +EXPORT_SYMBOL_GPL vmlinux 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x8e2b25c2 videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x8e33f761 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x8e39b38c vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x8e7894bd __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8ed34b5b pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8edbfadc usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x8eec9c37 snd_kctl_jack_report +EXPORT_SYMBOL_GPL vmlinux 0x8effebd3 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8f006cde _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0x8f0327e4 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f11c447 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x8f176301 mtd_point +EXPORT_SYMBOL_GPL vmlinux 0x8f180811 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x8f1f20d2 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x8f292b0e perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x8f34a90e ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x8f4806c3 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8fdc79c2 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x8fdd4c79 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x8fe5ea63 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x8fe85c7e user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8ffc839c fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x9046de67 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x9059b9f9 sdhci_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x906bc26c disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x908c179a device_create +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90af7728 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x90d24885 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x90e66d47 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x91040af8 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x9114e0d3 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x91193224 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x912a53ce md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x9147d1f4 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x914932ec sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x9164f9d3 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91929d1a arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x91a2d133 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x91a59c46 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91f42cf6 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x92347577 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x92347d93 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9272e12e sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x92a45371 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92be302d crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x92d2ac22 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92de74ec mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x92e8b33c crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x9318e48a get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9319c25d crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x935ea089 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x938e4038 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x939dd7fd snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x93ce531e omap_dm_timer_set_prescaler +EXPORT_SYMBOL_GPL vmlinux 0x93d0e1cf skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x940b4c9e skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x94137716 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x941af4b6 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x942e9ee0 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x943c5df5 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL vmlinux 0x9467c982 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x9488d6ef devm_snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94b3096a devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x94e1823c hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x94e8e972 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x95033046 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9526095f phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x9535f61a sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x9564f420 register_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0x9576f8a2 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95b02266 put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c06f2a debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x95c4dd9f spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x95ce0ea4 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x95f2585a kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x95f29b4b blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x9605acce dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x96155f6a blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9627bee7 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x96348329 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x9634bb6c clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x9652ee79 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL vmlinux 0x96546f04 omapdss_of_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9660a86a pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x96626497 __module_address +EXPORT_SYMBOL_GPL vmlinux 0x9667f623 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x96700f32 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x967fa08a ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x968b1f87 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x96a32f0f spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x96a68b7e evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x970a0368 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x97365062 omap_dm_timer_request_by_cap +EXPORT_SYMBOL_GPL vmlinux 0x976a3cec sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x97704c40 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x9772d6f4 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x979f21fe xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x979f811f snd_soc_component_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x97a3ec56 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x97a779a9 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL vmlinux 0x97aaae86 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL vmlinux 0x97abda25 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x97b423b1 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x97c89351 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97fec1f2 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL vmlinux 0x980e0c7d usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x9812a881 usb_add_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0x981b37ef __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98363a1c __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x986e98b3 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987d3ef3 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x989c9021 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x98c1f3e3 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x98c9f584 klist_init +EXPORT_SYMBOL_GPL vmlinux 0x98e2397f irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x98e7cb5f use_mm +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x9903f1a3 __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x9910cbe6 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x994f589f ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x995a52c6 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x995c6d6a usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x996c6fbb sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x998fe00c free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x9991e91f unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x999258c4 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99b19c7a omap_dm_timer_set_load_start +EXPORT_SYMBOL_GPL vmlinux 0x99b9c777 dapm_clock_event +EXPORT_SYMBOL_GPL vmlinux 0x99c106d6 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x99d18d31 usbnet_suspend +EXPORT_SYMBOL_GPL vmlinux 0x99d38779 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x99dbc9ed ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x99e0438d mtd_unpoint +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a45507e subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x9a4d06bb usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ae095e7 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9b2f29e9 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x9b30f199 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x9b3bf10a devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL vmlinux 0x9b3e765a kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x9b46c9f0 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x9b4f1db2 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x9b6d32fc __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x9bc8bad8 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c118ea2 of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0x9c1a1f99 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x9c1b90f2 omapdss_of_find_source_for_first_ep +EXPORT_SYMBOL_GPL vmlinux 0x9c1f4788 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x9c3e5b59 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9c425b94 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x9c5d0e37 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x9c5d8981 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x9c7ada2d dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x9c8b2e94 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x9c947b68 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x9ca2f263 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9ca400fe find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x9ca7924d fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cd1f3c3 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x9d0c15a4 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d13f348 usb_del_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0x9d1e00ce tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x9d25ddcd regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x9d321f01 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x9d3f2687 omap_dm_timer_set_source +EXPORT_SYMBOL_GPL vmlinux 0x9d7c651e thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9d91e070 ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9db647af device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e09f5f3 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x9e1d54f0 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x9e374e9b platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x9e4306d0 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e512166 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x9e594a9e snd_soc_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x9e67400d fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x9e69525d mtd_add_partition +EXPORT_SYMBOL_GPL vmlinux 0x9e6b797b dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0x9e6cd811 mmput +EXPORT_SYMBOL_GPL vmlinux 0x9ea4c6c0 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x9ea556f8 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9eb2fd6b __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x9ebf1f29 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ee383f8 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x9ee75280 mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x9efb4bc6 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x9efbc83f sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x9efe2ab8 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x9f21a213 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x9f304165 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9f44f086 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x9f9024c0 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x9f933ac2 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x9fa8ef3d devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x9fb81e2c fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x9fbbc3d7 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL vmlinux 0x9fc2fb9b regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff5a978 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x9ff64c34 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x9ffe54b8 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xa0073e0a ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xa0085d53 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xa015ddd8 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xa0174a1d usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xa02452a3 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xa02d2b7b of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xa033df40 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xa05deab6 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa06e8126 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xa0792d74 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa0874da6 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xa0a41d7f led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xa0c1fca7 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xa0cc2996 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xa0cf6739 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa0d70252 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xa111c8a7 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa11afc65 snd_soc_bytes_info +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa12f7094 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xa16ecdc1 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xa17f4b58 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xa17f9e84 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xa188de39 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xa196b5cb usbnet_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xa19d6575 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa19ea510 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xa1c4f995 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa1ced6f6 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xa1e4fc7d snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL vmlinux 0xa1ea7787 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xa210f636 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xa2203cf7 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xa22a096f page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xa22db981 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xa23173e7 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0xa23319f6 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xa24e27e1 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xa265a72d devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa27376ec blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL vmlinux 0xa2900a79 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0xa29377db usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xa2a03c91 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa2b9c993 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2d625da device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xa3574745 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xa36e553d pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa396fc65 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3bf3304 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xa3c382bf of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa405a435 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xa42092a0 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xa427e7b7 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0xa4424a57 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xa4434a1e usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xa46ee1b9 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa49ba029 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xa4a1cf70 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xa4a45468 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xa4b4762e tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xa4c29345 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xa4e52dbe tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xa4e965a0 usb_phy_generic_register +EXPORT_SYMBOL_GPL vmlinux 0xa4eafcf1 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0xa4ee8ad9 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xa50c726e tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0xa525030a extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0xa5289cec dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0xa528e614 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xa52fea21 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xa5308ad0 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xa53d6127 of_display_timings_exist +EXPORT_SYMBOL_GPL vmlinux 0xa5449d2d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa59040d3 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xa5a58538 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xa5ae2572 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0xa5b2c0f7 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0xa5bdac17 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5e836f4 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xa5e9dce1 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f8854a usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xa600300d ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xa6090ba9 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xa619589c usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa6669ea7 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xa66c9f56 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa68cf2c9 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6a3a2b2 usbnet_status_start +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6c031e8 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xa6d733c2 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa70d6abd usb_gadget_unmap_request +EXPORT_SYMBOL_GPL vmlinux 0xa71997da ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa726a068 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xa728bf34 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xa729fb9c gfn_to_pfn_async +EXPORT_SYMBOL_GPL vmlinux 0xa74e4fe2 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa778b592 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa78fbb52 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xa78fc44f __pm_genpd_remove_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xa79061df snd_soc_add_card_controls +EXPORT_SYMBOL_GPL vmlinux 0xa7a96d88 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xa7ab9f5e ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0xa7baa4ea otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0xa7f65e5f ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xa7fdc51d syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa83f18e8 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85233a8 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xa86c95a0 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0xa8726bb2 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xa87f0956 usbnet_open +EXPORT_SYMBOL_GPL vmlinux 0xa88e7c63 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xa896d2f7 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xa8971bd5 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xa8987453 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xa8bc717e percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0xa8d39272 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xa8e98132 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0xa8ebe5d9 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xa8ef4ef7 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xa903abff snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL vmlinux 0xa9471edb usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xa9626ca3 of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xa970ecbb pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xa97b07fe get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa9870abf snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL vmlinux 0xa99d959d devres_find +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9aef2e1 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xa9bdb5bc mtd_block_isbad +EXPORT_SYMBOL_GPL vmlinux 0xa9c00c9b subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9e89299 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xa9f509c3 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xaa1e9fae snd_soc_limit_volume +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa2c11ae relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa44acff omap_tll_disable +EXPORT_SYMBOL_GPL vmlinux 0xaa4f45cd crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0xaa76dba9 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0xaa7e136a regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xaa8029ab snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0xaaa2b999 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab45034 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xaabf0a1b register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xaaee034b devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xaafb027c ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xaafcac6f kvm_vcpu_init +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab2e5262 snd_soc_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xab403545 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab797ea1 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL vmlinux 0xab941eb1 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xab945a16 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xaba7c0c0 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xabcfa5ab hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xabd734bf pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xabd749d6 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL vmlinux 0xabe83d2b pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xac1143ad dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xac33ca63 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xac54ff16 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xac62ca3d modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xac95d798 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xacc9dea2 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xad249f85 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xad27e2b9 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xad2f34b3 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0xad3e9633 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0xad87a393 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xad8f0aea pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xada27b95 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xada8bf3a ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadcaf7ff usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae14b0b8 usbnet_read_cmd +EXPORT_SYMBOL_GPL vmlinux 0xae14d80f kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7e8b5c virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xae8aa931 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xae8c0cac extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xae9f9d59 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xaea9fae2 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xaec9924d __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xaef2966a shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xaf31adac tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf406953 i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xaf6df586 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0xaf7b779e scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xaf851662 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xafa76d39 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafad1501 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xaff744b5 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xb009dc01 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xb02850c6 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xb0388abb regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xb050f329 init_rs +EXPORT_SYMBOL_GPL vmlinux 0xb0701154 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xb07bffef devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xb091d990 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xb099d8d5 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xb0b17607 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xb0b1f817 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0d96042 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb10f22d2 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xb1128321 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb15a6922 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xb17eb2f6 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb18356a2 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xb183eadd pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb18f2d30 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1b38a11 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1bfecbd shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb2149d65 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb22fdbca __put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xb2317027 omap_dm_timer_set_pwm +EXPORT_SYMBOL_GPL vmlinux 0xb24e7275 clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb2642276 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xb27fa92a driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb2c485a4 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0xb2c85918 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb33e2199 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xb34d06b1 sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0xb352c6b7 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0xb3690fc7 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xb3723c3d spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xb384e541 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xb3a3ae0a fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0xb3c04a03 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb3c5973b perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xb40d22d0 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xb40d2fec pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xb41e08b4 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb4204176 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xb438bd5c of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xb43c0e93 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xb46df1ca swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xb48b5956 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xb48ca240 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4c4c623 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xb4ca7231 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xb4cf0322 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb4e5fc05 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4f0d73d posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0xb505578e snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb5342c4b class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb55c3ae2 omap_dm_timer_set_load +EXPORT_SYMBOL_GPL vmlinux 0xb571568f da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb59665a7 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xb5a0043c __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5a388c4 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xb5b2201c iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5d87320 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5efd4f9 thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb60c3afe crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xb621efe3 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb64389e2 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xb64b0ea9 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xb655f9ce fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xb6701eb6 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb6a84515 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xb6a8e686 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6e3bbf1 irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xb6e3e3da regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6ee60ea snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0xb6f40b77 omap_dm_timer_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xb712cd44 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb771e6b7 bL_switch_request_cb +EXPORT_SYMBOL_GPL vmlinux 0xb774d40e kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xb77d26f4 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xb7863e1b ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0xb798e76c napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb7fc6aaf devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xb82566eb omap_tll_enable +EXPORT_SYMBOL_GPL vmlinux 0xb82e363f dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xb8306348 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xb8346aeb percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8544fe8 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0xb857622a led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xb86997e7 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xb86e296c snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL vmlinux 0xb87b3e7f amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xb8a371ab da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xb8c383d8 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xb8c43945 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xb8c4d3b7 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xb8d2f4e2 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb950dc9a regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xb9521c4c bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb95f09ea da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xb97c44be pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb98ddd35 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xb99c364f wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0xb9a3cfdb __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9e3c3fe disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xb9e87b94 bL_switcher_trace_trigger +EXPORT_SYMBOL_GPL vmlinux 0xb9e95377 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xba0756b0 clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xba1efe0e sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba35ae55 omap_dm_timer_get_fclk +EXPORT_SYMBOL_GPL vmlinux 0xba4a22ac skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xba4de53c extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xba68a6ca regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xba9190c4 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL vmlinux 0xbaab7508 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xbab43470 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xbae73176 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xbae9f3de wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xbaee4625 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb11cfba klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xbb3bc802 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL vmlinux 0xbb5388a1 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xbbc28f42 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xbbd3c100 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbd91295 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xbbf5fb98 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xbc167389 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xbc1941cf spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xbc1d15b1 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xbc4061bf skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xbc41fec5 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcbaa80a __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0xbcc47982 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xbcca1016 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce4c1de pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xbceff24e irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xbcf89ab6 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xbd17544d crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xbd240240 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xbd3b9cdb inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xbd4d6fa3 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xbd5057dd tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbda6bc2d usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xbdcd3c34 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbddb1b77 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xbdde2f82 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xbde33c09 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0xbdedde94 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xbdf512de free_bch +EXPORT_SYMBOL_GPL vmlinux 0xbe06f5b5 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe2e2741 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xbe625e64 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xbe781a5d snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xbe7d7ed8 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xbe92d6e0 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbed2b3e3 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xbedb0c33 clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0d0a52 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xbf8a3955 usb_gadget_set_state +EXPORT_SYMBOL_GPL vmlinux 0xbfa66fc1 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbcddf8 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbfe62e6d snd_soc_dapm_sync +EXPORT_SYMBOL_GPL vmlinux 0xc000207e crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc00f095a snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL vmlinux 0xc01f458c omap_uninstall_iommu_arch +EXPORT_SYMBOL_GPL vmlinux 0xc01f56d9 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xc02012b7 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0xc03a654b memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0xc03b5426 of_fixed_factor_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xc03ed577 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xc05e4ff3 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0xc06dc493 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xc07e0791 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0xc081c246 bL_switcher_put_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc098af00 mtd_get_device_size +EXPORT_SYMBOL_GPL vmlinux 0xc09c958f bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xc09ee7b3 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc11d0dcf extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0xc13a62d4 device_add +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc1ba99b9 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xc1ee720f __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xc213df8f pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc224349c fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2469155 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2835886 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xc28ec8d5 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc28fa57f snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL vmlinux 0xc2912485 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc2bfb0a4 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xc2c6f87e regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xc2ded548 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xc307bfcc clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xc32fa2e8 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xc33e25a6 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3695b19 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc37ae78a rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc385cb58 perf_num_counters +EXPORT_SYMBOL_GPL vmlinux 0xc391f9a6 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc3b93bba klist_next +EXPORT_SYMBOL_GPL vmlinux 0xc3bef19e crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3d107ac ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xc3eca2e9 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc408ec98 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL vmlinux 0xc40fbb03 samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL vmlinux 0xc412a19e page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xc41e0178 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42d4f37 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xc43b6685 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4810df3 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc49d2a05 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc4a1453c usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL vmlinux 0xc4b0fb0c lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xc4bd268d inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xc4ec62b2 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xc5418460 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xc54e74f7 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xc55c4c99 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xc57347be omapdss_of_get_first_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc585ffa2 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xc589ebba usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xc59ae1c3 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc5bb2071 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xc5c751db usbnet_get_link +EXPORT_SYMBOL_GPL vmlinux 0xc5d37180 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc5dbbf48 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xc5eabbe3 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xc5ebd580 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xc5fd1104 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc63685d8 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc649229a clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xc64cdf67 __class_create +EXPORT_SYMBOL_GPL vmlinux 0xc65aec14 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc68aa090 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xc698c3d4 mtd_device_parse_register +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6c50595 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xc6dc5522 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xc721e3da dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xc7240e96 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc784bcdc crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a844a7 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7cc3432 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xc7cffa67 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7e1c3fd usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc81c48ce mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL vmlinux 0xc83b0d22 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xc840a491 snd_compress_deregister +EXPORT_SYMBOL_GPL vmlinux 0xc84dbdf3 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc88a4bed __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xc8a9c291 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8b79f14 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xc8be8aea pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xc8c2fddf da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xc8d5ea68 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc9027ff4 iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0xc905be6f usbnet_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc918c691 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xc9254c26 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xc945fd2a sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc9906c00 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc99fd436 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xc9d70f16 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9ef6141 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0xc9f3818f of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xc9fecc20 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xca0397de pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0xca0b92b2 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xca10a8d0 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0xca14926b __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xca475ad6 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xca5a783b ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xca7a6511 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca8f3f87 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xcaa93608 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xcab35a40 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcafc5d28 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xcb10cffd anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcb1456bc ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb257250 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xcb2c6dc2 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb494824 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcb702457 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xcb8ab211 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xcb8f0736 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xcb9780db regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xcbdca729 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xcbdf9b00 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcbf9bf73 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xcc1e080d led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc2aa2d9 omap_mcbsp_st_add_controls +EXPORT_SYMBOL_GPL vmlinux 0xcc498db9 sdhci_reset +EXPORT_SYMBOL_GPL vmlinux 0xcc696d89 usbnet_resume_rx +EXPORT_SYMBOL_GPL vmlinux 0xcc75a87f omap_iommu_restore_ctx +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xccb4f649 pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0xccb8b5e4 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xccbfe1a2 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xccc4ff40 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xccce72cd pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccec1ffb snd_compress_new +EXPORT_SYMBOL_GPL vmlinux 0xccfc8bf2 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xcd02f90b samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL vmlinux 0xcd329026 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0xcd656911 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xcd6c1b8b srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcde15171 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xcdefad50 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce12ede7 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce8428c2 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xcea63266 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xceaac3ec user_match +EXPORT_SYMBOL_GPL vmlinux 0xceb9907a debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xcec4207f debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xcec54bdf virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xced2615a dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xceea00e5 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xcf05c03c platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xcf1a8356 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xcf399e1f platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf6531c7 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0xcf757432 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xcf761ec5 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xcf86f933 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xcfaac0be sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfb91916 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfdf3a3f ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0xcfece3c3 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcff26975 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0xcff75ce0 snd_soc_unregister_card +EXPORT_SYMBOL_GPL vmlinux 0xd0169e2d ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xd023bbed pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0xd027e1f9 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xd03941b3 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd068356c snd_soc_jack_new +EXPORT_SYMBOL_GPL vmlinux 0xd06c9ede usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xd0a41df2 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd0a88616 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c2c1c7 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xd0c46e27 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd0e1a150 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xd0ee2859 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd105530a __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xd10af836 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0xd11dea42 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xd14685e7 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd165e831 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd1690d09 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xd1822f0b cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd1896536 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xd190353f tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xd1a836d4 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xd1bffba5 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd1c509d1 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xd1c8d39f usbnet_get_settings +EXPORT_SYMBOL_GPL vmlinux 0xd1f0a011 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xd1f4ce6a tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd1fe2da5 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd237f4f8 skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xd23d53c5 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0xd2436dc4 __mtd_next_device +EXPORT_SYMBOL_GPL vmlinux 0xd24529c4 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd24f7c8d snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL vmlinux 0xd25325cb alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xd271fc65 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xd2727d14 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2778091 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xd29949d0 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2ab233d regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd3002dfe devm_snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0xd308350a bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0xd3124f21 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xd3279bb1 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd3413e4c phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xd3470837 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xd349273a ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xd3697503 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xd3a70a85 user_update +EXPORT_SYMBOL_GPL vmlinux 0xd3aa59da ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xd3b16b29 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xd3c5c268 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0xd3da2c5d mtd_is_partition +EXPORT_SYMBOL_GPL vmlinux 0xd3dae9b6 snd_soc_dapm_free +EXPORT_SYMBOL_GPL vmlinux 0xd40216c3 of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd4205e6e class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44c2f38 cci_disable_port_by_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd4597bd4 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0xd45eb980 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd48477d2 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xd4859ab2 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd4b2bb4e iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4e0f619 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xd50023ff device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xd51046e1 snd_kctl_jack_new +EXPORT_SYMBOL_GPL vmlinux 0xd53d8cc6 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xd53da4e3 omap_dm_timers_active +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd573c90d mtd_del_partition +EXPORT_SYMBOL_GPL vmlinux 0xd57fe7ed scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xd596fef9 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xd5a5ea4d vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0xd5a8e733 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd5acc931 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5d10401 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xd5eb0d4a set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xd5ef3cdd snd_soc_jack_report +EXPORT_SYMBOL_GPL vmlinux 0xd5fba899 skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0xd618fb86 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xd6662f95 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd682b0e9 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xd6a62be1 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xd6b05451 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xd6c3b724 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xd6c9dc32 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd6d5562f dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0xd6e66b9f wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd70af2f9 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xd717d149 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xd72aa565 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xd74eb1e7 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL vmlinux 0xd753c73f of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xd75508f8 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0xd768e925 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd788742d perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0xd7a2561c scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xd7a48388 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0xd7a63ca5 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xd7bd452e iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7e40048 device_move +EXPORT_SYMBOL_GPL vmlinux 0xd7e9375f usbnet_write_cmd_async +EXPORT_SYMBOL_GPL vmlinux 0xd7f73113 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xd80e10d7 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xd8112488 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd81ffcd3 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd840ec50 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xd8646269 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xd866e346 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xd875e0ac snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd883d70c ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xd892d41b sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0xd8a7e171 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xd8b793d6 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xd8c062b1 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xd8c321d1 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xd8ca97ad snd_soc_cache_sync +EXPORT_SYMBOL_GPL vmlinux 0xd9097006 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xd9176f9c subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xd926a7ac device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xd929a7fd pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xd92d887f alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd94aa457 display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0xd94cb82d driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xd9577c66 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xd964a99d irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9b67876 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xd9e804e3 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xd9e89dba gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xd9f2d0ad platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda87561b ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xda8c7525 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xda970b79 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0xdae715e0 videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xdaf05676 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdaf77d22 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xdb027794 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xdb2d7582 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xdb2f3874 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb3050df skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xdb535397 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xdb69a1d7 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0xdb7332a1 of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdbabbe94 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0xdbc4bbfc fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xdbd2fcca serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xdbdc0d15 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0xdbe77074 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc1ae253 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xdc21f6aa __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xdc33f8e6 snd_soc_bytes_put +EXPORT_SYMBOL_GPL vmlinux 0xdc461430 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xdc7e487c rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcb81e86 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xdcddad68 usbnet_skb_return +EXPORT_SYMBOL_GPL vmlinux 0xdd0f8330 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd296aa1 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd63a2fe led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xdd6488fe ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xdd7fe6a9 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xddbb4f6e __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc72cf5 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xddccd893 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddd9a31b ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0xddfbc3ea unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xde0b3102 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xde1a1ab1 omap_dm_timer_write_status +EXPORT_SYMBOL_GPL vmlinux 0xde2a200b devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xde2c5a6e alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0xde4bb700 kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xde6ead00 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xde752b37 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xde85f68f kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xde89a705 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xde8dbd87 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xde9e41c7 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdea9da83 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xdecb6020 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xdedcc8d8 __get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf25146e usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xdf682231 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xdf808718 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xdf87bbf5 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xdf88346a sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xdf8c0373 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xdfaa2258 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xdfacc991 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdfb7f3a5 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0xdfc1bd10 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0xdfc7b123 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xdfd37ac1 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe025a0ca regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xe02e2908 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe0530fa1 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL vmlinux 0xe06e4157 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe079c27c sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0xe07ca631 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xe099bf37 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xe1248fe3 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xe125c645 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xe12c4ae0 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe1592bf1 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe15ea424 kvm_get_dirty_log +EXPORT_SYMBOL_GPL vmlinux 0xe16591ab stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xe166871b i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe1936a84 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xe1ac22cd iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xe1bef74f crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xe1edb9ea sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xe1fee24c sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL vmlinux 0xe2011c22 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xe2163083 tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xe24f2030 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xe26825df list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xe2b16c03 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xe2d28c33 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xe2de2fbd arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xe2ea0e04 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe314323f map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xe32e75c7 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xe3442204 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL vmlinux 0xe374bdcb devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe3797ae6 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe390f13b ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xe39b7a7c ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xe3a54036 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xe3a760a0 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xe3ce5329 usb_gen_phy_init +EXPORT_SYMBOL_GPL vmlinux 0xe3d6a288 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3ebe92c mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xe41cb671 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xe429d06e tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xe42e1f70 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe45f5b01 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0xe467fbde ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xe4907aa0 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4cf43fd mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe4d0eb66 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xe4e00aa6 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe53dcee7 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xe558d1a4 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xe57b19e7 ref_module +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5b06b36 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xe5cfe8af kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xe5d0de2f cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xe5d3ed06 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xe5f55468 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xe60e2456 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xe618b222 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xe63ae8b4 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL vmlinux 0xe649ec96 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe65a6bd0 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xe668652b usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xe6a04859 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xe6a9e7ee ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6e70a9f sdhci_remove_host +EXPORT_SYMBOL_GPL vmlinux 0xe6f03b61 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe7056208 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe7216a8d usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xe73fdd0a get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xe757eaec md_run +EXPORT_SYMBOL_GPL vmlinux 0xe76231d4 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xe764488a alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe769d3a5 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xe77bfa99 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0xe7a54016 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xe7dc3b75 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe820f816 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85a08f9 pin_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86c620b iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xe87ccbe4 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xe8840e17 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xe8a1b3ea snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0xe8a246f3 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xe8adbeff tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe8d25339 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xe8d4f7c4 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xe8e1d68e perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xe8fceb06 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xe90c2b3d crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xe934186c device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe956e020 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xe96471cc arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xe997a768 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xe9a3be5e wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe9c0d129 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea145710 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xea1bb291 bL_switcher_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xea1d6919 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xea3f11f5 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea41d387 usbnet_stop +EXPORT_SYMBOL_GPL vmlinux 0xea43355b gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xea44948d nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea5bc327 snd_soc_put_strobe +EXPORT_SYMBOL_GPL vmlinux 0xea5e090d aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xea6d87aa fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xea6fb935 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xea9a568a snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL vmlinux 0xeaf17cc4 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0xeafdff2e omap_dm_timer_free +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb28de2c sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xeb3ef01d arm_pm_restart +EXPORT_SYMBOL_GPL vmlinux 0xeb4504c3 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xeb466cd5 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xeb4eb5a0 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xeb527932 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xeb5e0977 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xeb5eb471 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xeb60d844 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xeb6c2157 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL vmlinux 0xeb8a84ab trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xebb44a91 arm_iommu_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xebc107d6 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xebc8b252 phy_put +EXPORT_SYMBOL_GPL vmlinux 0xebd6d520 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xebfeec95 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec3f1670 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xec419cc7 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xec55181d unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xec57ebcc da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xec6963cc device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xec6d4cbf crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0xec7d6fdd ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xec9479f7 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xec9df960 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xecbfe677 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xecf22b15 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xecf480c6 mtd_table_mutex +EXPORT_SYMBOL_GPL vmlinux 0xecfa1659 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xecfd8761 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xed06b916 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xed1b6eaf register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xed284eed snd_soc_get_strobe +EXPORT_SYMBOL_GPL vmlinux 0xed50ac40 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xed6d1a2e debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xed7840cf fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xed9ecd92 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xedb37804 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xedb9c393 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xedcf6078 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xedd6aa31 usbnet_get_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xedf7b5e2 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee0de6df __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xee30039a spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0xee30bcb1 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xee4b201b tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xee4c837f snd_soc_platform_read +EXPORT_SYMBOL_GPL vmlinux 0xee4f3181 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0xee558a1c snd_soc_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee71fd44 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL vmlinux 0xee731d30 snd_soc_component_read +EXPORT_SYMBOL_GPL vmlinux 0xee7b32c3 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee814b3b usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xee83111f blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xeee1bf20 bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xeee33991 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xef02e95c driver_register +EXPORT_SYMBOL_GPL vmlinux 0xef21f16c ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef41a80c blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xef475859 sm501_misc_control +EXPORT_SYMBOL_GPL vmlinux 0xef66075c usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef71e492 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefab3225 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xefabf6c1 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xefad584d fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xefc1b349 snd_soc_add_platform +EXPORT_SYMBOL_GPL vmlinux 0xefd1256a regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xefe5505e sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xeff8b31c mtd_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf00c5808 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xf00d58f7 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf01b7bca snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL vmlinux 0xf0603654 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xf069476a ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xf06d6f88 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf08333c1 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xf09a7a92 deregister_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0xf0bdf000 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xf0c3e4a7 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0xf0d6e4cf snd_soc_cache_read +EXPORT_SYMBOL_GPL vmlinux 0xf0d98b2c dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xf0e7e11e usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xf0f47f2e arm_iommu_release_mapping +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf101a5d1 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xf10fa9aa crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0xf1252352 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xf12caf22 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0xf12e1028 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xf138ff6c __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xf1436bf9 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0xf144bb10 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xf1660147 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1abb356 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1fcf793 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xf215ecc0 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf252e382 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xf260a243 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf27eb772 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xf28a4c43 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xf28b062f pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xf2921b7d cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xf2afd7e8 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xf2c2655a thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2f5c2ba bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0xf2fc7f6e __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf3094c03 bgpio_remove +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf323d5ab tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf336916e regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xf34ad75a ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0xf3585ca5 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0xf35b0767 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xf36400fa of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0xf3675ec2 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xf376c54e regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xf37720c5 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3b1eff4 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3e1a1cb dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xf3fee6a7 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xf40cc5bb kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xf467ec23 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xf481837f usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xf48fbc6e scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xf491a989 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf49dc6ee blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0xf4b1c01d phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf4d4db2a sdhci_set_bus_width +EXPORT_SYMBOL_GPL vmlinux 0xf4db8e0f ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf5007c9f pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xf510f252 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xf5354389 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xf5361ed4 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xf53c8a82 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54c7eb6 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf56b30ae register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xf57f4209 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xf583190c thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bca0cc regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf5d4f168 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xf5dfd95b task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xf5e97164 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf5f6f6a1 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xf62167ae __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf63e2485 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xf65b8aaa clk_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6bb1161 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xf6d8b4fe ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xf6dd52d7 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6ecdce0 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xf704c70a system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0xf7145273 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xf715beb0 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xf7187deb mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0xf71ef66a rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xf72622f0 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xf7306afd register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xf74235ba devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xf7494df7 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xf7607f0f devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xf76b0a59 read_current_timer +EXPORT_SYMBOL_GPL vmlinux 0xf76ca189 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xf78e9a63 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xf7907c5d ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xf79557d8 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL vmlinux 0xf7b5dae1 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xf7e9e795 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xf8067a29 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf8307678 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL vmlinux 0xf8405b61 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xf846506f irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf860eab7 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xf87129bf device_register +EXPORT_SYMBOL_GPL vmlinux 0xf878a93d trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf88e1779 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xf8a92fb1 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xf8abbfa9 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xf8d47586 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf932a3de kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0xf9475964 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9b22768 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xf9b2f54e __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xf9b662de crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xf9bbd84f platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9cb05b9 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf9e45dc0 of_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xf9fb98c0 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf9fc31d2 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xfa1c25b5 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa28290a snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL vmlinux 0xfa288e3b snd_soc_unregister_codec +EXPORT_SYMBOL_GPL vmlinux 0xfa4a894b uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xfa4aba7b sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xfa55ee0a blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xfa6b1aef __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xfa84386b usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xfac89266 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xfad36eb3 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0xfb11a085 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL vmlinux 0xfb22e48f __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3d54ac __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xfb57d723 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb86fd0d elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfb94f014 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xfb969687 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xfba8c603 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xfbabe384 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xfbb9ae15 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc3e30c blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xfbe9a758 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xfbf155d9 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xfbf6d5a7 omap_dm_timer_set_match +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc1e9966 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0xfc2661b6 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xfc50b3fb sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0xfc806d49 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xfc84bb22 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xfca992d6 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL vmlinux 0xfcad196f usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfcd6b269 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcdb4034 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0xfcf34f3d sm501_find_clock +EXPORT_SYMBOL_GPL vmlinux 0xfd1a7e8e mtd_write +EXPORT_SYMBOL_GPL vmlinux 0xfd3affe8 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xfd41c7ce btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xfd525bfa snd_soc_unregister_platform +EXPORT_SYMBOL_GPL vmlinux 0xfd59dab1 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xfd7f26b1 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xfda8b26d da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xfdb64d91 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xfdd30b4f regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xfddef479 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xfdee8046 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xfdef421d pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xfe59b37a soc_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0xfe5e5305 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xfe765ba0 clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfe792a76 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xfe981e28 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfebe5f03 snd_soc_platform_write +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfeee169b serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xfeef183a ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xfeef7f9a debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff13e7bb unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xff1aae2f snd_soc_register_codec +EXPORT_SYMBOL_GPL vmlinux 0xff22c59f get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xff3b62d9 mtd_read_oob +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff5cda7c wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xff7df209 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xff86f13e regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xffa598e4 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0xffafc19c filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xffb20cc9 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0xffb7b829 ata_link_next --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/armhf/generic-lpae.compiler +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/armhf/generic-lpae.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu/Linaro 4.8.2-19ubuntu1) 4.8.2 --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/armhf/generic-lpae.modules +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/armhf/generic-lpae.modules @@ -0,0 +1,3920 @@ +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ablk_helper +ac97_bus +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7180 +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aes-arm +aes-arm-bs +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +afs +ah4 +ah6 +ahci +ahci_mvebu +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +ak8975 +algif_hash +algif_skcipher +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +am35x +ambakmi +amba-pl010 +amc6821 +amd +amd5536udc +amd8111e +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +armada +arm_big_little +arm_big_little_dt +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796 +axp20x-regulator +b1 +b1dma +b1pci +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bL_switcher_dummy_if +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpck6 +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btnokia_h4p +btrfs +btsdio +bttv +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bw-qcam +bypass +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +clk-max77686 +clk-qcom +clk-s2mps11 +clk-si5351 +clk-si570 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmtp +cnic +cobra +coda +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +configfs +connector-analog-tv +connector-dvi +contec_pci_dio +cordic +core +cp210x +cpia2 +cppi41 +cpu-notifier-error-inject +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs89x0 +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_isa +das08_pci +das16m1 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +ddbridge +de2104x +decnet +deflate +defxx +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9000 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dme1737 +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt3000 +dt3155v4l +dt9812 +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-exynos +dwc3-omap +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_mmc +dw_mmc-exynos +dw_mmc-k3 +dw_mmc-pci +dw_mmc-pltfm +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edac_core +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +ehci-msm +ehci-omap +ehset +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +emif +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +encoder-tfp410 +eni +enic +epat +epia +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +exynos_adc +exynosdrm +exynos-gsc +exynos-rng +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fealnx +ff-memless +fid +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fl512 +fld +flexcan +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fsl-edma +fsl_lpuart +ft1000 +ftdi-elan +ftdi_sio +ftgmac100 +ftl +ftmac100 +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +gcc-msm8660 +gcc-msm8960 +gcc-msm8974 +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +generic +generic-adc-battery +generic_bl +genet +gen_probe +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_multi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-msm-v2 +gpio-pca953x +gpio-pcf857x +gpio-rcar +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +g_zero +hamachi +hampshire +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +highbank-cpufreq +highbank_l2_edac +highbank_mc_edac +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hix5hd2_gmac +hmc5843 +hmc6352 +hopper +hostap +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hwa-hc +hwa-rc +hwmon-vid +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-exynos5 +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-platform +i2c-piix4 +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tiny-usb +i2c-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-xiic +i2o_block +i2o_bus +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ib_mthca +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icplus +icp_multi +ics932s401 +idmouse +idt77252 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +impa7 +ims-pcu +imx074 +imxdrm +imx-hdmi +imx-ipu-v3 +imx-ipuv3-crtc +imx-ldb +imx_thermal +imx-tve +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +it87 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k3dma +kafs +kalmia +kaweth +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr2_nvm +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mailbox_omap2 +mantis +mantis_core +map_absent +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max63xx_wdt +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +mf6x4 +mfd +mga +mgc +mg_disk +michael_mic +micrel +microread +microread_i2c +microtek +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmcc-msm8960 +mmcc-msm8974 +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msm +msm-rng +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +mv643xx_eth +mv88e6060 +mv88e6xxx_drv +mv_cesa +mvmdio +mvneta +mvsas +mvsdio +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +nct6683 +nct6775 +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_labpc +ni_labpc_pci +nilfs2 +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsp32 +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvidiafb +nvme +nvram +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_xilinx_wdt +old_belkin-sir +omap +omap2430 +omap4-keypad +omap-aes +omap-des +omapfb +omap_hdq +omap-mailbox +omap-ocp2scp +omap-rng +omap-sham +omap_wdt +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +orion_nand +orion_wdt +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +panel-dpi +panel-dsi-cm +panel-ld9040 +panel-lgphilips-lb035q02 +panel-nec-nl8048hl11 +panel-s6e8aa0 +panel-sharp-ls037v7dw01 +panel-simple +panel-sony-acx565akm +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +parallel-display +paride +parkbd +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 +pbias-regulator +pc300too +pc87360 +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcm3724 +pcmad +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +peak_pci +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-am335x +phy-am335x-control +phy-bcm-kona-usb2 +phy-gpio-vbus-usb +phy-isp1301 +phy-msm-usb +phy-omap-control +phy-omap-usb2 +phy-rcar-gen2-usb +physmap +physmap_of +phy-tahvo +phy-ti-pipe3 +phy-twl4030-usb +phy-twl6030-usb +pinctrl-apq8064 +pinctrl-ipq8064 +pinctrl-msm8x74 +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +pl330 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pm8921-core +pm8xxx-vibrator +pmbus +pmbus_core +pmc551 +pmcraid +pmic8xxx-keypad +pmic8xxx-pwrkey +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptlrpc +ptn3460 +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-lp3943 +pwm-pca9685 +pwm-renesas-tpu +pwm-samsung +pwm-twl +pwm-twl-led +pxa27x_udc +pxa3xx_nand +qcaux +qcom_bam_dma +qcom_gsbi +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +raw +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar-audmapp +rcar_can +rcar-du-drm +rcar-hpbdma +rcar_thermal +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-pm8xxx +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3c2410_wdt +s3c-fb +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s5p-g2d +s5p-hdmi +s5p-hdmiphy +s5p-jpeg +s5p-mfc +s5p-mixer +s5p-sdo +s5p-sii9234 +s5p-sss +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7706h +safe_serial +salsa20_generic +samsung-keypad +samsung-sxgbe +sata_highbank +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 +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci-dove +sdhci-msm +sdhci-of-arasan +sdhci-pci +sdhci-pxav2 +sdhci-pxav3 +sdhci-s3c +sdio_uart +sdr-msi3101 +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sha1-arm +shark2 +shdma +sh_eth +sh_flctl +sh_irda +sh_keysc +sh_mmcif +shmob-drm +sh_mobile_ceu_camera +sh_mobile_csi2 +sh_mobile_hdmi +sh_mobile_lcdcfb +sh_mobile_meram +sh_mobile_sdhi +sh-sci +sht15 +sht21 +shtc1 +sh_veu +sh_vou +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811-hcd +slcan +slip +slram +sm501fb +smb347-charger +smc911x +smc91x +sm_common +sm_ftl +smm665 +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd-aaci +snd-ac97-codec +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-oxygen +snd-oxygen-lib +snd-pcxhr +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-armada-370-db +snd-soc-atmel-pcm +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l51 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsi +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-i2s +snd-soc-idma +snd-soc-imx-audmux +snd-soc-kirkwood +snd-soc-max98090 +snd-soc-max98095 +snd-soc-omap-hdmi +snd-soc-omap-hdmi-card +snd-soc-pcm +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-rcar +snd-soc-s3c-dma +snd-soc-samsung-spdif +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-smdk-spdif +snd-soc-smdk-wm8994 +snd-soc-smdk-wm8994pcm +snd-soc-snow +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-soc-wm8994 +snd-soc-wm-hubs +snd-sonicvibes +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +sp805_wdt +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spi-cadence +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-orion +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qup +spi-rspi +spi-s3c64xx +spi-sc18is602 +spi-sh-hspi +spi-sh-msiof +spi-ti-qspi +spi-tle62x0 +spi-xcomm +spmi +spmi-pmic-arb +squashfs +sr9700 +sr9800 +ssb +ssbi +ssd1307fb +ssfdc +sst25l +sstfb +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +st-asc +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sudmac +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink_gt +synclinkmp +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +test_bpf +test-kprobes +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +ti_hecc +tilcdc +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti-soc-thermal +ti_usb_3410_5052 +ti-vpe +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmiofb +tmio_mmc +tmio_mmc_core +tmio_nand +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vexpress +vexpress-spc-cpufreq +vf610_adc +vfio +vfio-pci +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videodev +viperboard +viperboard_adc +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_pio2 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vringh +vsock +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wcn36xx +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xor +xor-neon +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yurex +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/armhf/generic.compiler +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/armhf/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu/Linaro 4.8.2-19ubuntu1) 4.8.2 --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/armhf/generic.modules +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/armhf/generic.modules @@ -0,0 +1,4014 @@ +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ablk_helper +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7180 +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aes-arm +aes-arm-bs +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +afs +ah4 +ah6 +ahci +ahci_mvebu +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +ak8975 +algif_hash +algif_skcipher +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +am35x +ambakmi +amba-pl010 +amc6821 +amd +amd5536udc +amd8111e +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +armada +arm_big_little +arm_big_little_dt +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796 +axp20x-regulator +b1 +b1dma +b1pci +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bL_switcher_dummy_if +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpck6 +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btnokia_h4p +btrfs +btsdio +bttv +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bw-qcam +bypass +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +clk-max77686 +clk-qcom +clk-s2mps11 +clk-si5351 +clk-si570 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmtp +cnic +cobra +coda +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +configfs +connector-analog-tv +connector-dvi +contec_pci_dio +cordic +core +cp210x +cpia2 +cppi41 +cpu-notifier-error-inject +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs89x0 +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da8xx-fb +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_isa +das08_pci +das16m1 +das6402 +das800 +davicom +davinci_emac +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +ddbridge +de2104x +decnet +deflate +defxx +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm644x_ccdc +dm9000 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dme1737 +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt3000 +dt3155v4l +dt9812 +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-exynos +dwc3-omap +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_mmc +dw_mmc-exynos +dw_mmc-k3 +dw_mmc-pci +dw_mmc-pltfm +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edac_core +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +ehci-msm +ehci-mxc +ehci-omap +ehci-tegra +ehset +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +emif +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +encoder-tfp410 +eni +enic +epat +epia +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +exynos_adc +exynosdrm +exynos-gsc +exynos-rng +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fealnx +ff-memless +fid +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fl512 +fld +flexcan +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fsl-edma +fsl_lpuart +fsl-mph-dr-of +fsl-quadspi +fsl_usb2_udc +ft1000 +ftdi-elan +ftdi_sio +ftgmac100 +ftl +ftmac100 +fujitsu_ts +fusb300_udc +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +gcc-msm8660 +gcc-msm8960 +gcc-msm8974 +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +generic +generic-adc-battery +generic_bl +genet +gen_probe +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_multi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-msm-v2 +gpio-pca953x +gpio-pcf857x +gpio-rcar +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +gpmi_nand +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +g_zero +hamachi +hampshire +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hifn_795x +highbank-cpufreq +highbank_l2_edac +highbank_mc_edac +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hix5hd2_gmac +hmc5843 +hmc6352 +hopper +host1x +hostap +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hwa-hc +hwa-rc +hwmon-vid +hwspinlock_core +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-exynos5 +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-platform +i2c-piix4 +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tegra +i2c-tiny-usb +i2c-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-xiic +i2o_block +i2o_bus +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ib_mthca +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icplus +icp_multi +ics932s401 +idmouse +idt77252 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +impa7 +ims-pcu +imx074 +imx21-hcd +imx2_wdt +imx6q-cpufreq +imx-dma +imxdrm +imxfb +imx-hdmi +imx-ipu-v3 +imx-ipuv3-crtc +imx_keypad +imx-ldb +imx-sdma +imx_thermal +imx-tve +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +it87 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k3dma +kafs +kalmia +kaweth +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr2_nvm +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mailbox_omap2 +mantis +mantis_core +map_absent +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max63xx_wdt +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +mf6x4 +mfd +mga +mgc +mg_disk +michael_mic +micrel +microread +microread_i2c +microtek +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmcc-msm8960 +mmcc-msm8974 +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msm +msm-rng +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +mv643xx_eth +mv88e6060 +mv88e6xxx_drv +mv_cesa +mvmdio +mvneta +mvsas +mvsdio +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mx3_camera +mxb +mxcmmc +mxc_nand +mxc_w1 +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +nct6683 +nct6775 +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_labpc +ni_labpc_pci +nilfs2 +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nokia-modem +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsp32 +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvram +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_xilinx_wdt +ohci-omap3 +old_belkin-sir +omap +omap2 +omap2430 +omap3-isp +omap3-rom-rng +omap4-keypad +omap-aes +omap-des +omapfb +omap_hdq +omap_hwspinlock +omap-mailbox +omap-ocp2scp +omap_remoteproc +omap-rng +omap-sham +omap_ssi +omap_ssi_port +omap-vout +omap_wdt +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +orion_nand +orion_wdt +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +panel-dpi +panel-dsi-cm +panel-ld9040 +panel-lgphilips-lb035q02 +panel-nec-nl8048hl11 +panel-s6e8aa0 +panel-sharp-ls037v7dw01 +panel-simple +panel-sony-acx565akm +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +parallel-display +paride +parkbd +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_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 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcm3724 +pcmad +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +peak_pci +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-am335x +phy-am335x-control +phy-bcm-kona-usb2 +phy-gpio-vbus-usb +phy-isp1301 +phy-msm-usb +phy-omap-control +phy-omap-usb2 +phy-rcar-gen2-usb +physmap +physmap_of +phy-tahvo +phy-tegra-usb +phy-ti-pipe3 +phy-twl4030-usb +phy-twl6030-usb +pinctrl-apq8064 +pinctrl-ipq8064 +pinctrl-msm8x74 +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +pl330 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pm8921-core +pm8xxx-vibrator +pmbus +pmbus_core +pmc551 +pmcraid +pmic8xxx-keypad +pmic8xxx-pwrkey +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptlrpc +ptn3460 +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-imx +pwm-lp3943 +pwm-pca9685 +pwm-renesas-tpu +pwm-samsung +pwm-tegra +pwm-tiecap +pwm-tiehrpwm +pwm-twl +pwm-twl-led +pxa27x_udc +pxa3xx_nand +qcaux +qcom_bam_dma +qcom_gsbi +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +raw +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar-audmapp +rcar_can +rcar-du-drm +rcar-hpbdma +rcar_thermal +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-hid-sensor-time +rtc-hym8563 +rtc-imxdi +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-mxc +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-pm8xxx +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tegra +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3c2410_wdt +s3c-fb +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s5p-g2d +s5p-hdmi +s5p-hdmiphy +s5p-jpeg +s5p-mfc +s5p-mixer +s5p-sdo +s5p-sii9234 +s5p-sss +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7706h +safe_serial +sahara +salsa20_generic +samsung-keypad +samsung-sxgbe +sata_highbank +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 +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci-dove +sdhci-msm +sdhci-of-arasan +sdhci-pci +sdhci-pxav2 +sdhci-pxav3 +sdhci-s3c +sdhci-tegra +sdio_uart +sdr-msi3101 +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial-tegra +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sha1-arm +shark2 +shdma +sh_eth +sh_flctl +sh_irda +sh_keysc +sh_mmcif +shmob-drm +sh_mobile_ceu_camera +sh_mobile_csi2 +sh_mobile_hdmi +sh_mobile_lcdcfb +sh_mobile_meram +sh_mobile_sdhi +sh-sci +sht15 +sht21 +shtc1 +sh_veu +sh_vou +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811-hcd +slcan +slip +slram +sm501fb +smb347-charger +smc911x +smc91x +sm_common +sm_ftl +smm665 +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd-aaci +snd-ac97-codec +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +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-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-oxygen +snd-oxygen-lib +snd-pcxhr +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-armada-370-db +snd-soc-atmel-pcm +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l51 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-davinci +snd-soc-davinci-mcasp +snd-soc-dmic +snd-soc-eukrea-tlv320 +snd-soc-evm +snd-soc-fsi +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-utils +snd-soc-i2s +snd-soc-idma +snd-soc-imx-mc13783 +snd-soc-imx-spdif +snd-soc-imx-ssi +snd-soc-imx-wm8962 +snd-soc-kirkwood +snd-soc-max98090 +snd-soc-max98095 +snd-soc-mc13783 +snd-soc-omap3pandora +snd-soc-omap-abe-twl6040 +snd-soc-omap-dmic +snd-soc-omap-hdmi +snd-soc-omap-hdmi-card +snd-soc-omap-mcpdm +snd-soc-pcm +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-rcar +snd-soc-rl6231 +snd-soc-rt5640 +snd-soc-s3c-dma +snd-soc-samsung-spdif +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-smdk-spdif +snd-soc-smdk-wm8994 +snd-soc-smdk-wm8994pcm +snd-soc-snow +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-tegra-alc5632 +snd-soc-tegra-max98090 +snd-soc-tegra-pcm +snd-soc-tegra-rt5640 +snd-soc-tegra-trimslice +snd-soc-tegra-utils +snd-soc-tegra-wm8753 +snd-soc-tegra-wm8903 +snd-soc-tegra-wm9712 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-twl6040 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wm-hubs +snd-sonicvibes +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +sp805_wdt +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spi-cadence +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-fsl-dspi +spi-gpio +spi-imx +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-orion +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qup +spi-rspi +spi-s3c64xx +spi-sc18is602 +spi-sh-hspi +spi-sh-msiof +spi-tegra114 +spi-tegra20-sflash +spi-tegra20-slink +spi-ti-qspi +spi-tle62x0 +spi-xcomm +spmi +spmi-pmic-arb +squashfs +sr9700 +sr9800 +ssb +ssbi +ssd1307fb +ssfdc +ssi_protocol +sst25l +sstfb +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +st-asc +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sudmac +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink_gt +synclinkmp +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tegra-drm +tegra-kbc +tegra_wdt +tehuti +tekram-sir +test_bpf +test-kprobes +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +ti_hecc +tilcdc +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti-soc-thermal +ti_usb_3410_5052 +ti-vpe +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmiofb +tmio_mmc +tmio_mmc_core +tmio_nand +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vexpress +vexpress-spc-cpufreq +vf610_adc +vfio +vfio-pci +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videodev +viperboard +viperboard_adc +virtio-rng +virtio_rpmsg_bus +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_pio2 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vpfe_capture +vpss +vringh +vsock +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wcn36xx +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xor +xor-neon +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yurex +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/fwinfo +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/fwinfo @@ -0,0 +1,799 @@ +firmware: 3826.arm +firmware: 3com/typhoon.bin +firmware: 6fire/dmx6fireap.ihx +firmware: 6fire/dmx6firecf.bin +firmware: 6fire/dmx6firel2.ihx +firmware: a300_pfp.fw +firmware: a300_pm4.fw +firmware: a330_pfp.fw +firmware: a330_pm4.fw +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: 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/QCA988X/hw2.0/board.bin +firmware: ath10k/QCA988X/hw2.0/firmware-2.bin +firmware: ath3k-1.fw +firmware: ath6k/AR6003/hw2.0/athwlan.bin.z77 +firmware: ath6k/AR6003/hw2.0/bdata.bin +firmware: ath6k/AR6003/hw2.0/bdata.SD31.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.bin +firmware: ath6k/AR6003/hw2.1.1/bdata.SD31.bin +firmware: ath6k/AR6003/hw2.1.1/data.patch.bin +firmware: ath6k/AR6003/hw2.1.1/otp.bin +firmware: ath6k/AR6004/hw1.0/bdata.bin +firmware: ath6k/AR6004/hw1.0/bdata.DB132.bin +firmware: ath6k/AR6004/hw1.0/fw.ram.bin +firmware: ath6k/AR6004/hw1.1/bdata.bin +firmware: ath6k/AR6004/hw1.1/bdata.DB132.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: atmel_at76c502_3com.bin +firmware: atmel_at76c502_3com-wpa.bin +firmware: atmel_at76c502.bin +firmware: atmel_at76c502d.bin +firmware: atmel_at76c502d-wpa.bin +firmware: atmel_at76c502e.bin +firmware: atmel_at76c502e-wpa.bin +firmware: atmel_at76c502-wpa.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_2958.bin +firmware: atmel_at76c504_2958-wpa.bin +firmware: atmel_at76c504a_2958.bin +firmware: atmel_at76c504a_2958-wpa.bin +firmware: atmel_at76c504.bin +firmware: atmel_at76c504-wpa.bin +firmware: atmel_at76c505amx-rfmd.bin +firmware: atmel_at76c505a-rfmd2958.bin +firmware: atmel_at76c505-rfmd2958.bin +firmware: atmel_at76c505-rfmd.bin +firmware: atmel_at76c506.bin +firmware: atmel_at76c506-wpa.bin +firmware: atmsar11.fw +firmware: atsc_denver.inp +firmware: av7110/bootcode.bin +firmware: b43legacy/ucode2.fw +firmware: b43legacy/ucode4.fw +firmware: b43/ucode11.fw +firmware: b43/ucode13.fw +firmware: b43/ucode14.fw +firmware: b43/ucode15.fw +firmware: b43/ucode16_mimo.fw +firmware: b43/ucode5.fw +firmware: b43/ucode9.fw +firmware: bc4fw.bin +firmware: BCM2033-FW.bin +firmware: BCM2033-MD.hex +firmware: bcmfw.bin +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.8.19.0.fw +firmware: bnx2x/bnx2x-e1h-7.8.19.0.fw +firmware: bnx2x/bnx2x-e2-7.8.19.0.fw +firmware: brcm/bcm43xx-0.fw +firmware: brcm/bcm43xx_hdr-0.fw +firmware: brcm/brcmfmac43143.bin +firmware: brcm/brcmfmac43143-sdio.bin +firmware: brcm/brcmfmac43143-sdio.txt +firmware: brcm/brcmfmac43236b.bin +firmware: brcm/brcmfmac43241b0-sdio.bin +firmware: brcm/brcmfmac43241b0-sdio.txt +firmware: brcm/brcmfmac43241b4-sdio.bin +firmware: brcm/brcmfmac43241b4-sdio.txt +firmware: brcm/brcmfmac43242a.bin +firmware: brcm/brcmfmac4329-sdio.bin +firmware: brcm/brcmfmac4329-sdio.txt +firmware: brcm/brcmfmac4330-sdio.bin +firmware: brcm/brcmfmac4330-sdio.txt +firmware: brcm/brcmfmac4334-sdio.bin +firmware: brcm/brcmfmac4334-sdio.txt +firmware: brcm/brcmfmac4335-sdio.bin +firmware: brcm/brcmfmac4335-sdio.txt +firmware: brcm/brcmfmac43362-sdio.bin +firmware: brcm/brcmfmac43362-sdio.txt +firmware: brcm/brcmfmac4339-sdio.bin +firmware: brcm/brcmfmac4339-sdio.txt +firmware: brcm/brcmfmac4354-sdio.bin +firmware: brcm/brcmfmac4354-sdio.txt +firmware: BT3CPCC.bin +firmware: c218tunx.cod +firmware: c320tunx.cod +firmware: carl9170-1.fw +firmware: cbfw-3.2.3.0.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: cpia2/stv0672_vp4.bin +firmware: cs46xx/cwc4630 +firmware: cs46xx/cwcasync +firmware: cs46xx/cwcbinhack +firmware: cs46xx/cwcdma +firmware: cs46xx/cwcsnoop +firmware: ct2fw-3.2.3.0.bin +firmware: ctefx.bin +firmware: ctfw-3.2.3.0.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: cyzfirm.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-si2168-02.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-xc5000-1.6.114.fw +firmware: dvb-fe-xc5000c-4.1.30.7.fw +firmware: dvbh_rio.inp +firmware: dvb_nova_12mhz_b0.inp +firmware: dvb_nova_12mhz.inp +firmware: dvb_rio.inp +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-lme2510c-lg.fw +firmware: dvb-usb-lme2510c-rs2000.fw +firmware: dvb-usb-lme2510c-s0194.fw +firmware: dvb-usb-lme2510c-s7395.fw +firmware: dvb-usb-lme2510-lg.fw +firmware: dvb-usb-lme2510-s0194.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: 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/boot2.fw +firmware: edgeport/boot.fw +firmware: edgeport/down2.fw +firmware: edgeport/down3.bin +firmware: edgeport/down.fw +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/emu1010b.fw +firmware: emu/emu1010_notebook.fw +firmware: emu/hana.fw +firmware: emu/micro_dock.fw +firmware: ene-ub6250/ms_init.bin +firmware: ene-ub6250/msp_rdwr.bin +firmware: ene-ub6250/ms_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: htc_7010.fw +firmware: htc_9271.fw +firmware: i1480-phy-0.0.bin +firmware: i1480-pre-phy-0.0.bin +firmware: i1480-usb-0.0.bin +firmware: i2400m-fw-usb-1.5.sbcf +firmware: i6050-fw-usb-1.5.sbcf +firmware: icom_asc.bin +firmware: icom_call_setup.bin +firmware: icom_res_dce.bin +firmware: ipw2100-1.3.fw +firmware: ipw2100-1.3-i.fw +firmware: ipw2100-1.3-p.fw +firmware: ipw2200-bss.fw +firmware: ipw2200-ibss.fw +firmware: ipw2200-sniffer.fw +firmware: isci/isci_firmware.bin +firmware: isdbt_nova_12mhz_b0.inp +firmware: isdbt_nova_12mhz.inp +firmware: isdbt_pele.inp +firmware: isdbt_rio.inp +firmware: isdn/ISAR.BIN +firmware: isi4608.bin +firmware: isi4616.bin +firmware: isi608.bin +firmware: isi608em.bin +firmware: isi616em.bin +firmware: isight.fw +firmware: isl3886pci +firmware: isl3886usb +firmware: isl3887usb +firmware: iwlwifi-1000-5.ucode +firmware: iwlwifi-100-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-9.ucode +firmware: iwlwifi-3945-2.ucode +firmware: iwlwifi-4965-2.ucode +firmware: iwlwifi-5000-5.ucode +firmware: iwlwifi-5150-2.ucode +firmware: iwlwifi-6000-4.ucode +firmware: iwlwifi-6000g2a-5.ucode +firmware: iwlwifi-6000g2b-6.ucode +firmware: iwlwifi-6050-5.ucode +firmware: iwlwifi-7260-9.ucode +firmware: iwlwifi-7265-9.ucode +firmware: iwlwifi-8000-8.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_pda/keyspan_pda.fw +firmware: keyspan_pda/xircom_pgs.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/usa28xa.fw +firmware: keyspan/usa28xb.fw +firmware: keyspan/usa28x.fw +firmware: keyspan/usa49w.fw +firmware: keyspan/usa49wlc.fw +firmware: korg/k1212.dsp +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_cs.fw +firmware: libertas_cs_helper.fw +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: matrox/g200_warp.fw +firmware: matrox/g400_warp.fw +firmware: me2600_firmware.bin +firmware: mixart/miXart8AES.xlx +firmware: mixart/miXart8.elf +firmware: mixart/miXart8.xlx +firmware: mrvl/pcie8766_uapsta.bin +firmware: mrvl/pcie8897_uapsta.bin +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/sd8897_uapsta.bin +firmware: mrvl/usb8797_uapsta.bin +firmware: mrvl/usb8897_uapsta.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_ap-3.fw +firmware: mwl8k/fmimage_8366.fw +firmware: mwl8k/fmimage_8687.fw +firmware: mwl8k/helper_8363.fw +firmware: mwl8k/helper_8366.fw +firmware: mwl8k/helper_8687.fw +firmware: myri10ge_ethp_z8e.dat +firmware: myri10ge_eth_z8e.dat +firmware: myri10ge_rss_ethp_z8e.dat +firmware: myri10ge_rss_eth_z8e.dat +firmware: ni6534a.bin +firmware: niscrb01.bin +firmware: niscrb02.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: prism2_ru.fw +firmware: prism_ap_fw.bin +firmware: prism_sta_fw.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: r128/r128_cce.bin +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_mc2.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/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_mc2.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_mc2.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/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_mc2.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/PALM_me.bin +firmware: radeon/PALM_pfp.bin +firmware: radeon/PITCAIRN_ce.bin +firmware: radeon/PITCAIRN_mc2.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/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/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/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/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_mc2.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/TAHITI_uvd.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_mc2.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: riptide.hex +firmware: rp2.fw +firmware: rpm_firmware.bin +firmware: rsi_91x.fw +firmware: rt2561.bin +firmware: rt2561s.bin +firmware: rt2661.bin +firmware: rt2860.bin +firmware: rt2870.bin +firmware: rt73.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: rtl_nic/rtl8105e-1.fw +firmware: rtl_nic/rtl8106e-1.fw +firmware: rtl_nic/rtl8106e-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/rtl8168g-2.fw +firmware: rtl_nic/rtl8168g-3.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/rtl8192cfw.bin +firmware: rtlwifi/rtl8192cfwU_B.bin +firmware: rtlwifi/rtl8192cfwU.bin +firmware: rtlwifi/rtl8192cufw_A.bin +firmware: rtlwifi/rtl8192cufw_B.bin +firmware: rtlwifi/rtl8192cufw.bin +firmware: rtlwifi/rtl8192cufw_TMSC.bin +firmware: rtlwifi/rtl8192defw.bin +firmware: rtlwifi/rtl8192eefw.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/rtl8723fw_B.bin +firmware: rtlwifi/rtl8723fw.bin +firmware: rtlwifi/rtl8821aefw.bin +firmware: sb16/alaw_main.csp +firmware: sb16/ima_adpcm_capture.csp +firmware: sb16/ima_adpcm_init.csp +firmware: sb16/ima_adpcm_playback.csp +firmware: sb16/mulaw_main.csp +firmware: scope.cod +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: sndscape.co0 +firmware: sndscape.co1 +firmware: sndscape.co2 +firmware: sndscape.co3 +firmware: sndscape.co4 +firmware: softing-4.6/bcard2.bin +firmware: softing-4.6/bcard.bin +firmware: softing-4.6/cancard.bin +firmware: softing-4.6/cancrd2.bin +firmware: softing-4.6/cansja.bin +firmware: softing-4.6/ldcard2.bin +firmware: softing-4.6/ldcard.bin +firmware: solos-db-FPGA.bin +firmware: solos-Firmware.bin +firmware: solos-FPGA.bin +firmware: sun/cassini.bin +firmware: symbol_sp24t_prim_fw +firmware: symbol_sp24t_sec_fw +firmware: tdmb_denver.inp +firmware: tdmb_nova_12mhz_b0.inp +firmware: tdmb_nova_12mhz.inp +firmware: tehuti/bdx.bin +firmware: ti1273.bin +firmware: ti1273_le.bin +firmware: ti1273_prele.bin +firmware: ti_3410.fw +firmware: ti_5052.fw +firmware: ti-connectivity/wl1251-fw.bin +firmware: ti-connectivity/wl1251-nvs.bin +firmware: ti-connectivity/wl1271-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-3.bin +firmware: tigon/tg3.bin +firmware: tigon/tg3_tso5.bin +firmware: tigon/tg3_tso.bin +firmware: tlg2300_firmware.bin +firmware: ttusb-budget/dspbootcode.bin +firmware: turtlebeach/msndinit.bin +firmware: turtlebeach/msndperm.bin +firmware: turtlebeach/pndsperm.bin +firmware: turtlebeach/pndspini.bin +firmware: ueagle-atm/930-fpga.bin +firmware: ueagle-atm/adi930.fw +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/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: usbduxfast_firmware.bin +firmware: usbdux_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: vxge/X3fw.ncf +firmware: vxge/X3fw-pxe.ncf +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: wavefront.os +firmware: whiteheat.fw +firmware: whiteheat_loader.fw +firmware: wlan/prima/WCNSS_qcom_wlan_nv.bin +firmware: xc3028L-v36.fw +firmware: xc3028-v27.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: yamaha/yss225_registers.bin +firmware: zd1201-ap.fw +firmware: zd1201.fw +firmware: zd1211/zd1211b_ub +firmware: zd1211/zd1211b_uphr +firmware: zd1211/zd1211b_ur +firmware: zd1211/zd1211_ub +firmware: zd1211/zd1211_uphr +firmware: zd1211/zd1211_ur --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/i386/generic +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/i386/generic @@ -0,0 +1,18144 @@ +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x4c878322 iosf_mbi_modify +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x6d1d5d9b iosf_mbi_write +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x932493a8 iosf_mbi_read +EXPORT_SYMBOL arch/x86/kvm/kvm 0x4894d49e kvm_cpu_has_pending_timer +EXPORT_SYMBOL arch/x86/kvm/kvm 0xaffdb5b6 kvm_read_guest_atomic +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x254e5667 scx200_gpio_base +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x35a3c008 scx200_gpio_configure +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x8cfa375c scx200_gpio_shadow +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x907665bd scx200_cb_base +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xd147583a acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0xd67e424e acpi_video_unregister_backlight +EXPORT_SYMBOL drivers/atm/suni 0x7d2e686a suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0x8476ff3e uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0x2653e501 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 0x04977efd pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x1e32e9f7 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x50f62c40 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x5a4a8972 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x68e2d16e pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x91f12653 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x9f36f3f3 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xa0f60baa pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xb4f4d9da paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0xbe559d41 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xd9549201 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xfef2026e pi_write_regr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x22e204a8 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x3add327b ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x72d300e0 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x7920ddca ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x93fe2126 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nsc_gpio 0x237f0a48 nsc_gpio_dump +EXPORT_SYMBOL drivers/char/nsc_gpio 0x2e021037 nsc_gpio_read +EXPORT_SYMBOL drivers/char/nsc_gpio 0xf0a4d8a0 nsc_gpio_write +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x37432d43 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x78d5ff79 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x80c4b956 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xbe5f6df7 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xd15d8125 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xf33d7ace dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/ioat/ioatdma 0x72beb744 ioat_dma_setup_interrupts +EXPORT_SYMBOL drivers/edac/edac_core 0x307779c1 edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04dd92ce fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0e8cf23f fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1b4ee936 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x217e254a fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x25edb9e3 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3ddeeebd fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3f575984 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x47f04241 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4bdbdaba fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d5d4eca fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4e2ad544 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4f441c0f fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x59e8cf2b fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x66007fe4 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x663d2fed fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6a96eda9 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6a9c38e5 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7d8461a4 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e431b14 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x892025d5 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8d96706d fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa94ac8f6 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb38941d4 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb67adab2 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbcbd6fb3 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc639de58 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc8f7c303 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe0333b94 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xeb9980b4 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firmware/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/fmc/fmc 0x288ec6de fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0x3df9a12c fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x634561a7 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x68ced138 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x88212608 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0xa848e64f fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xa9ebf67a fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0xd02af2ef fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xd1dab08f fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0xf56357b5 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xff6d0ba8 fmc_reprogram +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x2dc6d4f8 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01a74694 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01f50aee drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0223db27 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x023c87bf drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02a1ed58 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02e3fc5c drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03448be9 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0371a215 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03d1b9cd drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04493cce drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x045a91e8 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05967c06 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x059ab2e9 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06757e05 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x087860ee drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x096097c5 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a219aeb drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ec527fc drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +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 0x11441082 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1349c692 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x137cece8 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13cdaadb drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16d46afb drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x186bd9ad drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b91442a drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c620ea3 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d37dffe drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ea0b04f drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f09c910 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f36b727 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x205822a9 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2277c2c9 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22aa15af drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2350ef36 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23e872d2 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x248d3d0f drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26068e98 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26ed971a drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2769a2b7 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27e1e259 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29bb6e84 drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a14bf9e drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c30253d drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x300b6f1e drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3178ba83 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x333e81e9 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x342308ef drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x347c55ed drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3772776f drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x380602d9 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a056ffa drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a88eaae drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cc0a6e3 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cec31fc drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ced008f drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f1ebe30 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4148d6d1 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x422e9fae drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x426b6355 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44cd7549 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45b7f976 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x467f1643 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46fa2423 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x472ede3b drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47be9172 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47c76f21 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48f2d2c4 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49182509 drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cf64026 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e9f1b2d drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ebc23d7 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ec6ac65 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f74ea20 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f9f0c6c drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50b3fd3a drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52a99e24 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52fb4843 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53692f53 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x553b749c drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55d726a5 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56d00d69 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57518065 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x599517b0 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59c7c9f3 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a9d84cd drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ac13f92 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c1da97a drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cc057d1 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cd577ae drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5dc2cffa drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61986af8 drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61d71e19 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6285a9c8 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63277f4e drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65f4271d drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69c55769 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a75ecda drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b37e3de drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b5af5ed drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c091e5c drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cd2d404 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d595331 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70861829 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7116c702 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7646544e drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7867b067 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a161837 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b946379 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dbb3bd7 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e11d565 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x819426b8 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8258bf42 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82c2d38e drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8317894b drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83417e0d drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85fa3a88 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87614311 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d207a25 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d66647a drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e45fd1d drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fe65cbd drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x902c275e drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90e6e691 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x932f9269 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93b67559 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93e40be0 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94665bfc drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9574be34 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9682430a drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97a38de9 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b20ed08 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9efc26a3 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa01adba4 drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa256f546 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3107605 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3416a36 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5b8ba0c drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa71acaeb drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa97b442d drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab93e6f6 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xacb69ab6 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad23eaf7 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0b7ae27 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0d9c99d drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb373df5b drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb48cd9ec drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5fa7d2c drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6891678 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8c8df77 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb976061d drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbb939ed drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdcd539f drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfecf871 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc07137c3 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0c3b075 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0dd912e drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc242d599 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3c4d7b6 drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5cfa47c drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7f42fa5 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8b18914 drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca3e82f5 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcae1be35 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc20852d drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc232847 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc5a35b9 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd2d46c1 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf7a02e2 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd17b7b40 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2c07ea4 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd36d600b drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3e654d0 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4c99d59 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5a35c98 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd985ec62 drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9bd22bf drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda581ea9 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb3f473b drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb5a5852 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc66721a drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc96fbcd drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcd5947d drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe279a2d7 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe32ce042 drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ede015 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe46257eb drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6724592 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe81d6c78 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe909d8ce drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe968acf5 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea1b0ecb drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebc08b2a drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecba62a8 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed04d4d5 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed267e85 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf09869dc drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0da0cb6 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf32a39a3 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf45a9b40 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7317390 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7e81a22 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd452a97 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01abf409 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x023e4f8f drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d916a7b drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1470c761 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15eb1544 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a9e9516 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1cb4da63 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f0d7d6e drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2045f00c drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x221d64fd drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2540d760 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2800629e drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2db205ba drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2fa6094d drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x354b9368 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3863fa0a drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3afc9def drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ce396a1 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x46954e0b drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x506a3467 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x57670ef9 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ce07377 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x67b4938f drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6c86a2ce drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6caef36f drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e5fb937 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f469600 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d3e4920 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84a60c7c drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84b9b08b drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x882e14fb drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8c95b835 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x928f9de3 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97b28b18 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4344f7f drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf85d264 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafe639f7 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb738ed9e drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8c65827 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf6f9d59 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc437f865 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcbbb9eb0 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf6442cb drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcfb984c3 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3a5e2e1 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd86c8ae3 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1d9818d i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3bfd306 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf85565be drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc576fc4 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x1b76c86e drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x59ac2769 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x94e3010d drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x004c4364 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x05d59462 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x07c45a3c ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0afabe7b ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0dab1b4b ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0fdb5560 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132b05be ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132bf31c ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1528ee62 ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1618c9cf ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x189434a6 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1ba4e68a ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1bc154c6 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x237d618c ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x23e6a3df ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x266d8a60 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2d401fb5 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2f43c254 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x33d9ba2f ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x48af1e09 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ad779ef ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e578cd9 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ecaf6f4 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5403c8d9 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a299512 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cf59609 ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6019c13c ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x62323adb ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x669c263f ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b1d568 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6ea758e6 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6ec2ea50 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6fa7ca4e ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x767a9784 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7a3c6a7b ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7aeaeba2 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81f230e8 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x82377476 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x82490b62 ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84f36086 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8cad3cc2 ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x98927d34 ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa15a4f44 ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa6a2022b ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa6fd38af ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa9556334 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xac26b0b8 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xacec0942 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xae6281b6 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaec7a903 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb6b9218d ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xba333f0b ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbfde3993 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc11d4903 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2251f21 ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd458762b ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd6766877 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7a41a37 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8dbec7a ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdc85c891 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdfde4e37 ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe346746d ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe7339439 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xef66b906 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf1056a65 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf4486fdd ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfa552dfd ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xffcb8d9b ttm_read_lock +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x5a1f56d7 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xe25ab07f vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x8fc87617 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x2157c3aa i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x510ab9da i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x52399143 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x0d94e406 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xd9fc527d i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xc153ed4a amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x0a143e60 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xa748a373 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x3ceb84d5 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x72e99402 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x81bd8b62 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xe06f17ae hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xf492f811 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xf4c7a6d8 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x2fe62a39 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x3776b866 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xf73517fc hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x19075eb5 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x25bb4c81 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x41739434 st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x4420d206 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x47736509 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x69bf3ef7 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7b159841 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x842445fd st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x90c334af st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x94c73931 st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xa57b92ef st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb4a5d7d5 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc7a2154c st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xdd1fc3ce st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe063c6cc st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe48059e7 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe656e634 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0xad322bfb st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0xc89b7ead st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x1fcece64 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xe02bb363 st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x61d66631 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xcb910e41 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x01abf5bb iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x03efbdd0 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x0a7c2633 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x0dd6d9fa iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x1a7437a5 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x1bf68212 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x21db7e51 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x247c77c9 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x4fc14a20 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x50fe251e iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x534106d9 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x576d82e5 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x579aedb3 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x58b347ef iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x5bdd434e iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x62d667a3 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x6e72d953 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x83b83de6 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x8aab392c iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0xbaaad695 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xc573af01 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xee3e2744 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xf327c734 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x08f4efb3 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x1274d041 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x2ecc15fa iio_kfifo_free +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x3762d610 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x52d42d0e st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xb158d9e7 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xd83c4ea9 st_press_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xf9b458e5 st_press_common_probe +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x4992bc9b rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x71f3076f rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x8ed679ff rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xc0bf4edc rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2e3c3d4d ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x43284f03 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x713f90f6 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x83344ee7 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x84cff90f ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x89d4d408 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x936b51eb ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9c1d35a4 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb9673622 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc4c65dcf ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xcdebd51d ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd12dea92 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd13e0806 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd60ed00d ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xda95d533 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe6f084cb ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe7d90632 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x002ba8d7 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02342819 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0237ccd0 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x046fc548 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05670979 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x068a53ec ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08c13bef ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b0f0f0a ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d967103 ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10e24aaf ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12864159 ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14e49dfe ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x150113a9 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b1924a4 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2659fc7b ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28aa0a83 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a7acebf ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ab132fc ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b78934a ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ba481b4 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f1edf5f ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3366e8a1 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x350bc429 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3558dfc9 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3613c8c9 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b5fb3bc ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3cf3c651 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a88b457 ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ff17059 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x563c0298 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x575a7c4a ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57927897 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5828f103 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x583e4317 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58bfbc3d ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59442e07 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f41f1ed ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x632896dd ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f43bb71 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x723ea48c ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7bed1ed3 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7cf386c6 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8411c7e0 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x845006a9 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x859b78a8 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b679803 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b9d7831 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f4aa639 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96053f85 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x961e5721 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa029d837 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa64c287f ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa849c895 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa476a12 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab9d1acd ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafd1c70b ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6737d35 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7e55d12 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9952e31 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd81abd1 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf22ea4f ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1246585 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1d50e34 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7d94561 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9216536 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9d8c3b4 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd020a0d5 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd238a3ed ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd33e7ac0 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd93c5125 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbdf24b1 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe33b736f ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe888d6f2 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea0c67cb ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1144d2c ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2e5ad87 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3e48672 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf43ff0ee ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf852b6f3 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8d65588 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xffe071e3 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0880c6f5 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3d371279 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3d38f447 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x4ba513f2 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x5744c875 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x5bb8ea66 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x99042c4b ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa99f34a0 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xbded5ea1 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xbe0f7258 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xe1c7eab6 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xf5d0cb60 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x297db768 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x5407a264 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x60d400c9 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x6d40dd2c ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x6e44fd9f ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8001438f ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x97fcb9d5 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9ae3f03a ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xff57e57e ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3dc2fddd iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x409a8f03 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5d6cfbee iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x66b37535 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x765c0bef iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x76b4966b iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7c04ee21 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7c553bda iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x87431f05 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x95fedcb0 iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb014ca14 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xbe5343f8 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcb524965 iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd5427407 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x07755fb8 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x099cfad8 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x142971f8 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1f3528a8 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x21b57161 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3ef1f62f rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x42a1f3e6 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5b0faaac rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5d5577bc rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6f911903 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x88493701 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x889de994 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8c940334 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x965b88f6 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa005060e rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb26fdd33 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc0135632 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd239179a rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe0ce51ff rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe359b2d3 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xeb2c19be rdma_resolve_route +EXPORT_SYMBOL drivers/input/gameport/gameport 0x36544b95 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x369837c3 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3c73f8e1 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5ad8163a gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x635fccd5 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa2a2df64 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb5e8fc2b gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc85cd1a9 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf1e4a56e gameport_start_polling +EXPORT_SYMBOL drivers/input/input-polldev 0x324385c4 input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x45326d06 devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x71567662 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xa3da9548 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xc5faab5f input_unregister_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x08366afc matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x8d711469 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x979d5db4 ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0xe8c1ef77 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xf0ff20df ad714x_disable +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x265822f5 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/sparse-keymap 0x21796cae sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x5728a6c9 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x59ef28a2 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x6c1bce11 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x89173afe sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xb0e96da6 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x7e4784ed ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xb35bc250 ad7879_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x229cf405 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4c436be3 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x5c9a4f25 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x5fea26d8 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x61975dc4 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x720fda11 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x97097f3d capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb978e268 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf557adbb detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf9a37a64 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0f4534f2 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x233c515a b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x241f257b b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x402a1786 b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x796c2a6c b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x7aae500c b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x7b51272f b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8f929bf2 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x97e5235e b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xae5caf27 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb784d61f b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb7c35ccd b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xbcec6959 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xd5bfeed2 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xefe5d6d8 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x098edf32 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x18663355 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x1c2d0a27 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x2ed56ae9 t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x5d53a7ee b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x70dcd04e b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x7387b445 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xb846f39e b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xc9353f30 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x1a1b6d23 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x3f2a58a3 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x45ab9a8d mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x8effdcb5 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x07546a0c mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x86bd8d1e mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07581779 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x36bcadad isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x42f5cf6b isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x9ae6e491 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xd822027d isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xe63e0688 isacsx_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x492101cc isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x80b9fdf5 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xb927b710 isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x19318a24 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2886ec58 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2b3c9cec mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x32b6244d get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4319ccb7 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5de29a31 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x68d18fc1 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x70bc193e mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x70e23397 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x73e99b85 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x73f813fb recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x79233d9a recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x80c25e5a recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x86056681 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8cb3724c recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9fc78d91 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc355f6ae mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc8f1e260 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xca5310ed mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xce903232 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdece7c4a mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe1a49ce4 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9a89654 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x10dc0d06 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0x40479cf1 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x66d28e22 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6969b5d8 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7287715b closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7b55ca4f bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x835e4fe2 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x925d57d1 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x97c08712 closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9e8b3cee bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0xab2d2b84 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xad29a6f5 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaec09a2b bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaf77343c bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xba8d10e3 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc04554f7 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca580595 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd371ee58 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe47e0829 __bch_bset_search +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-bufio 0xa7978f56 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-log 0x0140ec5e dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x1a525e6e dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x7bfe8d01 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xa79a9c26 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6fe5113b dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x8e1d8bf9 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x90af1683 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb1d3991e dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe5f98e6e dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf1cdd337 dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0xc3d93fe6 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x091bf447 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x12ad08ea flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x28c7ae93 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x6bb9bacc flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x92922776 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9699603b flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9ee18f92 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa972df1c flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb5a7b417 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb5a92972 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe6a37ab6 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf7907d76 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfdaa6a05 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7dfc6fb8 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xad4d3310 btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x6324bf64 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x6c8a7c2f cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7766aef9 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x868ecf45 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x35502640 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x6343b79e tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0xf2b97867 tveeprom_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0e0f52e2 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x101a29b8 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x196f1ac1 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1a255839 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x237f7910 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x269a618b dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2b30f5e2 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x300f2abb dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x34b38a8d dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x37a6afe8 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4c70c35a dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x55acae68 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x58edd782 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6016ce55 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x673de918 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x69bb422c dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74f1aefe dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x78f91b1e dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7cec31f2 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7f8c2bbd dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x811e0206 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8e89d548 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x987dcfde dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa6b23c94 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xad35c431 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb598d151 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb72b5fa0 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb8118c5c dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbab4435f dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcc32dc7e dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcefc9484 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd3ee7530 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb3c4d2d dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb491fca dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe50abf03 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfbc949b0 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfcc0ed9c dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x00cbd7ce a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x88928a68 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0xb83cc05c af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x08265760 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x2bfdd2e8 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x2de2b84b au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5b8863ba au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x662c76ff au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x69638cfe au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbdc9fc91 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xed2fbcd1 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf5fade40 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xffb5fd7a au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xca1c87be au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xa9f65688 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x03051211 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0xddcf1131 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0xf20173ea cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x239d7b81 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xf72aa7dd cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x813b5f68 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x6ebbc24e cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xd0791bea cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x8a57d790 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x051a1838 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x06f5cf08 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x11fd277f dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x45a2f789 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x5d89374b dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0e3279bc dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0e7c0b04 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x23039e04 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2536b6f0 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x39daa9ad dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5c220478 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x60ee82c7 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7c183a4a dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7c3c5b2f dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc853a8e4 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd0795fc1 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd723ecac dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd90b6c1d dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xee74d2f7 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf39249de dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xbeba1c9f dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x471209f7 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xc5c521e2 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xc5f3ad95 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xf306aa2e dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xf4b324c8 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xf5d89fce dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x046f5e8b dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x380a26fc dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xe1009b14 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xfd6ea311 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0a0b20cf dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x1b676734 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x20a36423 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x22888f71 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x287066cd dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x601fb46d dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6c8883d8 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x723247ed dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x782c7a51 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x87838795 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8ba3835b dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9f4ecde1 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa21b0497 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xaafec0d1 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xad4a5679 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc73a330f dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x03df6884 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x064e2d34 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x0a8a5a14 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x0abc9ed3 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x0ffbc52e dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1076fbe4 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x17ccf1ea dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1b6dbff0 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2f3767b6 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2fe1b88e dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3215d3f6 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x325cf6a1 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x32713194 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x51b45494 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x526518b9 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x67e5925a dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x89924d02 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa57fa497 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe2426278 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x13f0a6f0 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x5242a7d9 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x531b4770 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x77cf6333 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x8ba9fbc9 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x5bab4087 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x391571f1 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xd982845a drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x6e117e25 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0xc982e31c ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x547d46c2 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x3089cfae ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xa3940233 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xc8d5e5ab isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xf88797b9 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xf41b088a itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x228c5751 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x48179d3c l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xbb3a1e3c lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x749ab268 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x343be574 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xddcbed9e lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x6c7e94e7 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x928c2c55 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xc6cc9a17 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x1c3210cc m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x8ecc8b9a m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0xf159cd60 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x6e1e7221 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x4a8fe97e mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x1cf8e422 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x88d37fe3 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x5857786a nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x22aeebe3 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x78ff5bbd or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x0957e8c3 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x61657e75 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x3946abf4 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x9a5a2f3c rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xd44b8bfb rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0xb54e4dc6 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x61c90e01 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x43cf1268 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x75d1152a s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x97ebd1c7 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x378ade07 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0xd10b4119 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xa83cb900 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xdf969456 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x4f0a0e35 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xf470a7d4 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x259656d7 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xc97e14f7 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x2a35c22f stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x5fd60fd4 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x8a113351 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x90c01327 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xb6c47317 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xb9fd9834 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x6177eb6d stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x87f624d1 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x31ae3466 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xb285f8a4 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xe6e3e258 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x02668746 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x2774c165 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0xe0f72ce4 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x36691420 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x1d8836a3 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x630864b1 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x09a5f668 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x2daf2813 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xa668a0a9 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x65abf5c2 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xfe5060c0 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xc6053544 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x8d22a3e3 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x6ee81621 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x3fc30e64 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x0f0b717a flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x42eceeb9 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x5c047d74 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8ce97b4b flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa84acea0 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe85f8020 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf00a0f72 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x65d55c63 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x91c896ea bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xb4baf507 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xe62ea7db bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x149d3d79 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x3a9c51b9 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x3ae7fc2a 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 0x0a34f284 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x151d147d dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4847e637 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x53b0b369 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7672d2c7 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8840dbf3 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa2210e13 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xbc5b24b0 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xdf981262 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x6576e8ec dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x62f21025 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x6dce1c99 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x75f53108 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x980a00c9 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf3d77e88 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x306e4485 altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xafed29a7 altera_pid_feed_control +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/cx23885/altera-ci 0xf8e5c079 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x7473dd1a cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa43861dd cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa6354f05 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb392424d cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd0fdc693 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xfb124c2c cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x3bd2bab5 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x7d8624d5 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x077b5f9d cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xbb78516e cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xd64c6ba6 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xdbe7debd cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x15429b04 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x19a5b872 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x58d5efb2 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x6464ee72 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x868bc890 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8da90bb0 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x053a3b1c cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x177f3eb5 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3152630f cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x32a79559 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3c445184 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3ec5d4e7 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x407cc78e cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x40b100ab cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4690a4dc cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x55952437 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x803133c2 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x80ff83a4 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x846c1995 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8dca8ddb cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9c25dff1 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb9d058da cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbdff869f cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd8c5e8b8 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe08f11bc cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe5f19756 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xed02e3bd cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xef613976 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x001e01d3 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0e5fdc28 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x122eb08d ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1caf001d ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x34f73611 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3a77faea ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3a82b5c5 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3ecfa32e ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5bcf3d21 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5d36f169 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7b3244d0 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8f955333 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x97fb0207 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbcd978d9 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc39a4858 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf902df0e ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfa536148 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1c6df9e6 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x297b8502 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9ea6dfd4 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xade21737 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb8572d05 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xba5015c4 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc57dac59 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xca66bf47 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd22c257a saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd5862e83 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf23a0c4b saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf745f5cb saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x1b949c5d ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x0f9bf337 videocodec_attach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x1fdf4383 videocodec_unregister +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x63465562 videocodec_detach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xe7312a58 videocodec_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x1565a2d0 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x384ba196 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x4ff78ed0 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x5c9c8e7d soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x92394684 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xc7518b0a soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xeb77ca1c soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xec0ff45e soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xf60a918c soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x47a66cd0 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x7b74077b soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xd58e221f soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xe41c4520 soc_camera_client_scale +EXPORT_SYMBOL drivers/media/radio/tea575x 0x22f946dd snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x72c0285e snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa4bd8f69 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa79c13f0 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x22fbec48 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x25d837f8 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x2dfed0d4 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x4c188bc1 lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x5bad33ce lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x6eb145ad lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x9a9a9bbb lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xa4a96e6d lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/rc-core 0x0ed4c84c ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0x151ced55 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x3d7b1bb5 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xf28f5776 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x3af41719 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xaae20be2 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xe6fabcac fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x796993b5 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x27d166ba max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x58ea2730 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x1ede333a mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xeac2a1cf mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x255bf4f5 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x88e3cdac mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x06728e77 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0xdd3987a7 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x204da512 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x972479ed tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x04c618d5 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0x766fc0fc it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x6edca35d xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x3a772688 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xd7bcdf70 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xe3c576ee cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x08206d6a dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x083438d7 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x451e083f dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6ca1d2c2 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xafdc9514 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb962156f dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xbe3ffc1b dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc6b1c6f3 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe2be7c08 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x1dac7db0 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x6ee8f482 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x71647ccf dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8401ac59 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x9ff08445 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xdf3cf32d dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe3a2da06 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x66b671cb 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 0x0049c867 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x03473c2a dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x409cf2c2 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x6da6ab58 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x81422867 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8a828709 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8c76a369 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x928a37cc dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9504627e dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x96132e69 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x988645e4 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x3302fd6a em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xff024650 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x39ba3eb5 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x43ebee5f gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5cfa2553 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8f4168db gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xaaccf088 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb86991dc gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xe87e09e5 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xeed21ddc gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x1e38b987 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x5ee4c386 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xaee76873 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xcbf375c2 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xe0347408 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x41d49d47 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 0x88ebbca9 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xfc87c4a4 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x2b504319 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x2c8422ac videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x6505a9c4 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x89f49c6a videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x960b985d videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xc9ce4484 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0xc6d292f5 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x07619d61 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x23ad3ea5 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x3d8d5cd7 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x5c369c92 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x7c6a4679 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xbe2e804d vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x000b4002 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x07dc6fa0 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x09328df2 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0e1e4d95 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x104a2f8a v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x12e58500 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x14498146 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1b327289 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x260227c2 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x265536d9 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2cc0b552 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x357cab3b v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35f1d38a v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x37a4cd4e v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x39737460 v4l2_ctrl_g_ctrl +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 0x3be1b479 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x42db9451 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x48d06d4a v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4d105ace v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x541407b2 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x56f26e9f video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5c403ddb v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5ea03e4a v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5f5f86e3 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x63bedb7a v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x661544a6 v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x678cc72a video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x69a75c44 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6e69d052 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6ecd51a7 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x71b6bae2 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7241f614 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x76c447a2 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x781be345 v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7abd7f49 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7c080e5f v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x81028320 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8210b58e v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x863f02c8 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8a8b13b0 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9442f8a1 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa26b48df v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa3096141 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa62b3400 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaf338d43 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77e8b31 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb79c01b4 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb8b86ff2 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb954b1a6 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc11603d v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbd631fce v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbe81f946 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc1173f24 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc29eb5f1 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc64f7027 __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc7b14d64 v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb652c38 v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdfd8cd97 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdfe9e7aa v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe09b1a6b video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe9f5e30b v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xea1836a2 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xed9fff87 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf19738b6 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf5a79068 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf745daae v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0e973259 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x23e07758 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x263f7314 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3b4d86dc memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3de38f06 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x53358cf5 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5c57c24d memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x762d800d memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x93bc4c37 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa5987a36 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc23fc256 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc383a183 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe2f2ed59 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x05de938e mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x06e83782 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0a3148a7 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0dadbc99 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x16e5195e mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x20416c1e mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x25ec9739 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2ecad8b1 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x33224329 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x36b09dc9 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x40e19d29 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x46bf1437 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x46d91e85 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4e8e3f18 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x65057d61 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x71d50e15 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7aa048a1 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x80f555cf mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x93f97fd4 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9fe572e0 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa2bf04cd mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa6f93bc7 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xafebc36d mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0586b08 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdab49c24 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe1cb9469 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe7414f24 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf69b90b0 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf92eaa03 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x114c3ed0 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x166246f4 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1f6b62b1 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x28041ade mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3b6c005e mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x46e32897 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4adef20f mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4eafc638 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x532d8398 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6768b5b1 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6790156f mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x689d8582 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x68e62ca0 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6d7090f7 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7048e0de mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8703d646 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8a907903 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x94c070fb mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9ec8c401 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa60fdc77 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa650a021 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa9f79beb mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xacc526ba mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb85df2b0 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc28e9a82 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcca693a3 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf8dea97d mptscsih_io_done +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x01a0f9f0 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x02daf359 i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3219e1d9 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x33d06f8c i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x44afa229 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5b44e09f i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5bf1ff07 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x608d6330 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7011d527 i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7756910d i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x77d7ff3d i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa75a9be0 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa7934b83 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xaa07388c i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd1ead42f i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe1ef7393 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf0d03d77 i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xfb1b985f i2o_event_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0x048e04c2 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0x16672a8b cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0x2ba41e17 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0x3d7b2f63 cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0x6afa1831 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x095a1268 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xd14c52ae pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x194f99f5 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x32d20695 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4a8b9cb6 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4d7a1b9c mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x71148a70 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7569c4cc mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x772461a6 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x89111ac0 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa2977caa mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa9048f4f mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xca5c9e4b mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xef2fbc25 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf04b8b8e mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/tps6105x 0x2ef5e520 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x420f34b8 tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0x5032415a tps6105x_set +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/misc/ad525x_dpot 0x686f9159 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x911bcd77 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x0ee9ae83 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x3a9ce200 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xf11108b1 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/ioc4 0x4326c27f ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0x51eaafdc ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x1d959e0c tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x2c2aebf7 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x42df88a7 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x53e27bb2 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x8bc58c24 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x91252c18 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x9722988f tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xa7fa7392 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xb163f68b tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xcd44b6e1 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xdfccb247 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xe5db4126 tifm_add_adapter +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0x7ecd4684 mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x47c0d1b8 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x7053d0ea cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd65bf56b cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x11d4f229 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x2f69c228 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x7a57b7da map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xafc6ff6f register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xd0beed48 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xb5d86f1a lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x576336db simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x376fa8c4 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xca340824 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/denali 0xccab273f denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0xd46ec963 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x21542479 nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x23240422 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0x5ee426f7 nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0xbc0328f8 nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0xecf1b800 nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xfbed75a5 nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x3c8263af nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xada40c75 nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xfc2e7ab3 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x2b5fdca3 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xa292c2db nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x147d05ba flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x14affc23 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x576356eb onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xaa8e8c45 onenand_addr +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1e2ddc64 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x264ce623 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x392b68e0 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3eb9c888 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4e4f40cb arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4f0ee95a alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa3012743 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa7f1b6e7 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xddba8c5c arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xebd19ea1 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x3f7877a4 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x86f31ccc com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x9edf880d com20020_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x02cd47eb NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x11eb436e __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1f31b5d5 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x2852c5ec ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x410c9e4b ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9e0872a9 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa4d0228e ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xac56e175 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xcc1888df ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xfed76985 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x06d7de24 eip_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x0f17bac8 eip_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x11bef6e1 NS8390p_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x6954563f __alloc_eip_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x99c03fd7 eip_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x9a438a81 eip_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xa2ee00ff eip_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xa43375c8 eip_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xa5c62ebc eip_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xace7fbbf eip_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xb9e775c5 eip_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x1226ee3a bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x6d93ff8e cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x00935392 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x047d9331 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x30faf3f2 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3b0f4373 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3c1bdb26 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x49b3f52a cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6f4f236d cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x75e14a5d cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x850a2970 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8571eb48 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa1cbb3df cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xaabb7334 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xaf73e6bf t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb9707d15 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbe58a1ec cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xea4f2d74 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x008b0454 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x035dee96 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x09a63ff3 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c370fb9 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1d2fdb cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1bbb832f cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x237036f9 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3fc554d7 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4b937cb6 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4c77a512 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x57710d49 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x58d3100b cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x62843e5a cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6a5be5fe cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x76b3e468 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9189ed76 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x919dcf33 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x91effd8c cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xad0eda8b cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaebd9612 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb69eef88 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbd078da2 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbd89b4b2 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcd848c58 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcf6d51a4 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd4c4fd1f cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd6e703c1 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf27b01e9 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0fc6659f vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcbe18887 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf362892e enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x97a9d614 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xec79be10 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x011d7ddc mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ec13bb9 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15f78bdb mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20de3402 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d638b87 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3511838e mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3715c5eb mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a6efea7 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x405674ee mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5871d814 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59fd4f8a mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d9b9605 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x748f18f0 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77284e43 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e145bce mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81abb3bd mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c6071e7 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e131e59 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c278254 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb360b66a mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb549e2d9 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6d8ee28 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdca11bcd mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea18a366 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeeffecdf mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf319cbf4 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x007c1ff3 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04f5a8fe mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x08f0af68 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cb2a6ab mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11438aaf mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ab523a7 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22eb3657 mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x319ffd39 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32058a07 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3bdf4a25 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54b993d1 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ec5a5af mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x659b63dc mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70de3d42 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x743a241b mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c56e271 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81a82d99 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89f98699 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa4af8b19 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbace35d8 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5a0adf1 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb083bc9 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce942404 mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6fc7201 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6f38f60 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeaa892e1 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6481797 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7417248 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaa8467a mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x086099ee hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x16fe5090 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x32e84a43 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x7ca80a32 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xcf0843b5 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x0fc5c243 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4a7af5a6 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x76674d0c sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x7feddb2c sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x83cb3a67 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xc5e440c5 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xcdf671a1 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xd9e0b4bd irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe672d033 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe86c245c irda_register_dongle +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x01ca0fcb mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0x1079f146 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0x35d293db generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0x47d840c6 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x6717d3be mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x6f516dd9 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0x704253e0 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0xe9577792 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x28ec4e3b alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x470a4c96 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0x29e9a2bd vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x289b863b pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x7f707ce3 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe94b6f3f register_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xe9a649eb sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x046a3acf team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x1e55d2f4 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x27984fb1 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x31ddecee team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x34a96e08 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x7e00c568 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x969218fb team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xf9fc2797 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/usb/usbnet 0x5104d246 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xa80f6332 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xd3707c5a usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2cf9ca66 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x3f9872c0 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x47906d66 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x489ac131 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4c65ac99 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7c5167d0 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x99b2eaa6 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9eca063e hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa88f5ca7 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa8e68b4b attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd2e1c8c5 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/z85230 0x02a948c6 z8530_null_rx +EXPORT_SYMBOL drivers/net/wan/z85230 0x10c78988 z8530_dead_port +EXPORT_SYMBOL drivers/net/wan/z85230 0x2c016a9c z8530_sync +EXPORT_SYMBOL drivers/net/wan/z85230 0x2fa53858 z8530_describe +EXPORT_SYMBOL drivers/net/wan/z85230 0x4daca07b z8530_sync_txdma_open +EXPORT_SYMBOL drivers/net/wan/z85230 0x56d218cd z8530_nop +EXPORT_SYMBOL drivers/net/wan/z85230 0x5cd24d29 z8530_hdlc_kilostream +EXPORT_SYMBOL drivers/net/wan/z85230 0x63b56a02 z8530_sync_txdma_close +EXPORT_SYMBOL drivers/net/wan/z85230 0x64865b7d z8530_sync_open +EXPORT_SYMBOL drivers/net/wan/z85230 0x827362e2 z8530_shutdown +EXPORT_SYMBOL drivers/net/wan/z85230 0x8affe5cc z8530_sync_close +EXPORT_SYMBOL drivers/net/wan/z85230 0x9972fd59 z8530_init +EXPORT_SYMBOL drivers/net/wan/z85230 0xa9ae4140 z8530_sync_dma_open +EXPORT_SYMBOL drivers/net/wan/z85230 0xd25a81c7 z8530_sync_dma_close +EXPORT_SYMBOL drivers/net/wan/z85230 0xd4ffebf0 z8530_interrupt +EXPORT_SYMBOL drivers/net/wan/z85230 0xe3d80064 z8530_hdlc_kilostream_85230 +EXPORT_SYMBOL drivers/net/wan/z85230 0xfbe84cd8 z8530_channel_load +EXPORT_SYMBOL drivers/net/wan/z85230 0xff69f6ce z8530_queue_xmit +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0xb4ea3e9d i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x40493322 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x8919332c stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xf6e47f3d reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x152cd35f ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1618de02 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x29838785 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x31b84e32 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x343be80e ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3b53781d ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4fa4e7d9 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x61161b56 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9e3a70bb ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb35b8cef ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd6733076 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdaf3e7a0 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4065434c ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4a09d369 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5d05579f ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc080ce17 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc0e0307f ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc49fd793 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0fe3869e ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2bc20116 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3bf48154 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5801031d ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x718a9258 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8a03d219 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb32bae51 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb401458c ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe08c5050 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe2a5bd0d ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x210d3e1f ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x245f4a9a ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41fbd447 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x44748e79 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x47cb49ba ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7f9e6d02 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7fa4e47f ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8489d842 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8d2ef0e4 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x941c3d2f ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9c1804b5 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xaadbd0ab ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb20b3c26 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc0d8c5de ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcbcc1ef0 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 0xd66e746b ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xecc0df03 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xecc88155 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x00509c9d ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x012f8fad ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x015bd76b ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01987577 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02b31c17 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x04431835 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c59a76b ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x106e4828 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10c1203f ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15c30582 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x17f95389 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d8e02a3 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1e43d353 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1e5e741c ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24f72ab2 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x258d7c8a ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29c3ef40 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b10a267 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2bfc3e97 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f0ea124 ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x310e67e7 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x335b9628 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34aebced ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x353d03b2 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35e32be6 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x375f258c ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x379a8fa0 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e7b3816 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4121b618 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42bcdde4 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x44407876 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x45503ad3 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x45d37386 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x476f224b ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x485a1c8f ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x529dfcfd ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x536811c7 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5580bbb7 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5791bd64 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a214160 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a61f8af ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f26bb9e ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6432f011 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6628d3fc ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b5713a1 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f6e225e ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f882230 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x727fe0d6 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x755929d3 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76968b19 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x779371b9 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77fdff9a ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7cc64cd5 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e8b348f ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7fef1975 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x808ca20c ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x84321278 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x88b3acd2 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x88e9d66a ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x88ebb026 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89061a1d ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fb9bf5 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x920b2020 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92770db8 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94e440b2 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9dea9395 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa0a44833 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa45a6b2d ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaaf02f95 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xabfa4b81 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaccf4476 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb1260850 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb3eac5fc ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba263766 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbddea0f8 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc084440d ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc3578e62 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc41793f1 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc6a18f29 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8959b48 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd242b147 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd243b89c ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd717b1d9 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd973c078 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfcf9ebe ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfd96881 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0e8f8de ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2fc587e ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5633704 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe9a5f72d ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe9af7546 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea8d229a ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecc75978 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed951358 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee5858b5 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee9e5d4a ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf09547c4 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf189026a ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf1a980a8 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa9eeba0 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfadede05 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc779a97 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfdc7b34d ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/atmel 0x5cc118a3 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0x72a47e26 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xface6007 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1f30646f brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x234ebc47 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x57f0501b brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x623326f5 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x678ffd43 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xbc4a4a56 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xbe818dae brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xc38b42b7 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd3eb9370 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xe588bac9 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xe71fb13d brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xec1e128b brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xfd149f86 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2f436a51 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x35fb9a69 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4cab9807 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x573634f1 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x58acca06 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5959e8ab hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x66bbd2b6 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6b4b2a92 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6c208e7a prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x76ee284c hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x863d79f3 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x97940311 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9da69ddf hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9f65f7d8 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbbfe6354 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbd774f8f hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbdc9bb71 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd29a2499 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xddec1b28 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe02ec64b hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe8a38038 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe9a510ec hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xeb6c32e6 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf6a15eb5 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf85c42ac hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x20a916d1 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2bbff26d libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2f6a311d libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x4349c0ce libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x55b62209 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x57c68a92 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5f21b205 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x70e8a589 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x83b7e833 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9faecbe8 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa2083ade libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xae127744 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb6d4de23 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb8289316 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc18ec7b2 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc624ad2e alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xcf0973c1 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd5fb0149 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe2bd3559 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf4b74a48 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf5ad458d libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0036f676 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x01332477 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x01e93ec2 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x06f9314e il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x07186a86 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x074699ce il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0991478b il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0c9c6047 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0da9faca il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1181797f il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x127113da il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x14132589 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x164b11a8 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1a505477 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1e6ee6d6 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1fe3bedb il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2077fbdd il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x24f84752 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2cadc170 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2d6e931a il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2f1811cc il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2fe1b50b il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x31024334 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3b637160 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3be091b0 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3c482ba2 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x40b016c1 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x413e05f4 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x43139b15 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4327ff70 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x43525a92 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x49fa4d03 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4cb162ba il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4e673af2 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x51348f31 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x51e7d85f il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x54096b23 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5ab370a9 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5cf7c112 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6229a641 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x66101e67 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6649ac2a il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x66763158 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6ca89378 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6d3bb556 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x731f293c il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x761475a7 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7a0f1901 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7a6d209e il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7ad3deb1 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7e4a455f il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7e86508d il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7fbe1c0e il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8001509e il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x80f3114c il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x82929536 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x84708683 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x85cd5880 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x86dc2347 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x897efa30 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x89dfe963 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8dc011b2 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8feb485a il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x94932074 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x94f4a847 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9a29c913 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9a717865 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9fbefe03 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa62743c1 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa7d44a7a il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xad43a814 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb2fddaae il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb8862bec il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbffd6869 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc0b4b081 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc0b7e941 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc505f77b il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd02c9003 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd37f757b il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd4342a53 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd83974c3 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd9e40268 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdb3e142f il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdc39a4e3 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdfb5d7fa il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe0129d51 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe0ca88da il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe31b13a0 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe616e4df il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe79b9926 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xeb200999 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xed8bb0d8 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xee42e127 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf1b713dc il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf2eba9d4 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf6be7a4e il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf8047a13 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfaf2e72f il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08ee1e7d __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0d9eb5ff __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0e7bc05f __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x201337b4 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x249e4b06 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x36dcef55 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x4919d1a5 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x67381a2a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x79e9bf26 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7edec07d __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8bfcc307 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x9a12c9c5 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xc0827b2f __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda36f3a4 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x2cc4183d free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x30ce0cc0 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x35324a33 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4adbba92 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4b80159e orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x753949f1 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x96941094 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9d0b87b4 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa99f01fe __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb0a1ae80 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc2abbae3 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc3963ef9 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd4773c85 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd60a6c8e orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe6f10890 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xec37222a orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xedb6d1be orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0x22a86259 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0f807eca _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x132c0cc5 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x159b9803 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1b1cd556 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2223ba94 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x323d1da7 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x37c5b101 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x48e347f5 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4ca3a14e rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x57fc0d1c rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6202f701 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6304463b _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x67cb5907 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6ffae58a _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x723c01de rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x776eceb9 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x78dd83e4 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x798c143a rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7a38762a rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x919e5d53 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9221fe66 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x96fbb75c rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa0fe78c9 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa52f4b25 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa72e6712 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbd376007 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbd683f80 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc0eb4a5a rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc4db391e rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd2d694a8 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd369346d rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd8c9696b rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd8d16a77 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd8fd0077 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdb3c8802 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdddd07f3 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe65d6dcb rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe8e692a8 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf12e1c34 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf1b7decc rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfbe61744 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x0aaa0727 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x6f163384 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x9ae7bf08 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xd51d59e9 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x0a85a954 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x4a25a557 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x91f1d1c4 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x9796af52 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x199dea87 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x30c64d65 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x52cf1b1f rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x53bc45d5 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x55049105 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x626892cc rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x63550b10 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x63b1e6c3 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6a941084 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x8c890cdf rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x90602097 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9a84c525 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc0c54976 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc1afc300 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc8f12b4f rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xca3e3b1f rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd15c344d rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdfea53fb rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe311355c rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe9e053d9 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf8f81a45 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xfb4ec812 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xfc928cff rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x0630448f wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x51febfe8 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x5daca8bf wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf2f4e9ce wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/nfc/microread/microread 0xb4477d16 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xf070cec7 microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xb9dd920f pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xf66791de pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x2677c0a5 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xa733aff7 st21nfca_hci_probe +EXPORT_SYMBOL drivers/parport/parport 0x014236bd parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x0fc08511 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x19567c99 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x1fdf4f97 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x29c3241b parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x3bda0b90 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x4604b4be parport_read +EXPORT_SYMBOL drivers/parport/parport 0x4757f429 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x4a3c86d5 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4eb24865 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5e8353d2 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x60a64fa3 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x619723f3 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x6596c511 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x75d60a2c parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x8944ab87 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x8a054709 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x912e02da parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x94ac448d parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x965f0c2b parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x9b8b7b65 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x9da369c6 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xa8e6bd66 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xb6e24966 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xba05b626 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xc3e291aa parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xd2315212 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xd49a92f4 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xe2883463 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xf09fd6f3 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport_pc 0x39defced parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x7f9e0f41 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x12e5cbfb pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x142b244b pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x21ff12a3 __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x245f2deb pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x261c2d10 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2e8bd990 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3206779f pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x39910fcc pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x39e091ea pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4d799f45 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x536d01c8 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x71f07f32 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x762bfb18 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x923860dc pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x9ebd898e pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa590f77c pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe9a1c364 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xeddc021f pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfcfd6c8c pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x28018652 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x36a5fd85 pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3cb1c49f pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x667cc1e5 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x90827a74 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x91a1b33e pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9a8aa93d pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xace9421f pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb3068582 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb6f26303 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xca9cb527 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x508b13d4 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x9511cc60 pccard_static_ops +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0x5bb1e117 sony_pic_camera_command +EXPORT_SYMBOL drivers/pps/pps_core 0x07de6b81 pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0x7165493d pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0xae89900c pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0xd0f75fdd pps_unregister_source +EXPORT_SYMBOL drivers/ptp/ptp 0x223cfd66 ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0x6b31455f ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0x8fc896ce ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0xd9231017 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0xfc4a2994 ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x0f2a4934 pch_tx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x20d91d8d pch_src_uuid_lo_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x6b768178 pch_ch_control_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x6d4fa20d pch_ch_event_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x764ef2d5 pch_ch_control_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xb039fb76 pch_ch_event_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xbe410bfa pch_rx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xc604a7e5 pch_src_uuid_hi_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xcf6d2feb pch_set_station_address +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x269b6dd1 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x27e17cdd rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x887a2e62 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x9756045a rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xc319cad1 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xcd687cf0 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xd5d7e3b7 rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xd86008dc rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xdad19ff1 rproc_put +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0x79ada9db NCR_700_detect +EXPORT_SYMBOL drivers/scsi/53c700 0xdef8e30b NCR_700_release +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x020b1c2f fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x26d1b079 fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x41fa1d42 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x422e5e61 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4b3775e3 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4f20e65a fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x576bf0e8 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6cb3e690 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xaa8ad5f5 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb5284a04 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xcba74c4b fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd8714ae7 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x007bf364 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x015ae732 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x01aee406 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0534eb5b fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0e98b7c0 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x133b9d47 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x15b0998d fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1d6a6cc9 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x20207890 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x26dc094f fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2a1dafb3 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2dcbc241 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c114c04 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c2d7af1 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3ef7f75d libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x426dbe2d fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4428e04d fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4af35b4f fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4b4d59d2 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4dbaf632 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x591759c1 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x60102f52 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61f39ca0 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x62644043 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6aeca3a6 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6be9e598 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6ccf6972 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6e206346 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c5b6670 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x88673864 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8ac9a059 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8eb2c186 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d0dd031 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa48b0a15 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa7975b30 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaa4dc683 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb02800c0 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbdf21cbf fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xccf30c58 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd05a8dd5 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9a49178 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xda17bf9a fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdef524ff fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdefb6c5f fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe43bcf82 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe59856ed fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe965cf71 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebb91688 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf043fe28 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf595f8a2 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf682aac2 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa0989a9 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x7b3d9548 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xb2d7ae4b sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd2e74204 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe8300024 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xdabc15ab mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x03e21222 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x06c3d635 osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x08b2c36d osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0b714aa7 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x150c5ef1 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1a3efedb osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1d423173 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2101a4b3 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3e98261b osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x45f2ba86 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x472d81ac osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4daada93 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4e2ac86f osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x52755400 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x57f7e831 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6391afc6 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6b7a8f38 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x72e021f7 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x794fb87c osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7bbdd684 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9986a2a8 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9caaca10 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9d170f31 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb34d0af3 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb7ce9f9f osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbf71af1b osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc0262471 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcd51c3d4 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xce1be05d osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd251fa8f osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd61e5c9b osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe41bb567 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xeaa215e2 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xed9638fd osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xee3509f0 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xef721472 osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/osd 0x03553dca osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x03fdda9e osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x608c0fc6 osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xc3e31803 osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0xe66b0528 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xe93a0984 osduld_device_info +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0b725035 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2dd093ce qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x41dd40e0 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x44e4cdf2 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x56c7f608 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x89e9292d qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8c8eb569 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa36106e2 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbd77ff21 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd8f962c7 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf9cf5e92 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x00512ffd qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x188e44f3 qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x32694b89 qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x9c0cad51 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xb86aa01a qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xbc6dd075 qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0x347cc93b raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x6e5b1836 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x90ec86ff raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x01ce589b scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0a13a89e fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1bd9878b fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x26d0ce44 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x294d78de fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2a2e6a97 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x59ec786f fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xaae613a2 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd9b6bc3f fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe574dd89 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe6b43ab7 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe6e7f4f0 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xffdf3092 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x07d69d78 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1bcebc34 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1ce34b16 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x28713324 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x379fd832 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3e8b232e sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4c795f79 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6fe3da64 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x769d118b sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x86b3ecb3 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8c71e775 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9ae30ba6 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9b3a4f10 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9ef52c5b sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xba2042be sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbc4d8581 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc7ee801b sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc94a8a27 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdcf8bc23 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdcf8bfd7 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdf0d5dda sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe19061c3 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xea34f92c sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf1416bb0 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf4c84fee sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf554e483 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfbcf3589 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfcf7cc4f sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x403f422c spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x455493b2 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x6506d392 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x901133ea spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xa95465f1 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x2a6bc86b srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x579a6c2c srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x5d3fd33e srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x79d61a66 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x07e64fea ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x98c1e797 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xbb083ce1 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x0a5b9139 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x253b45bc ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x2b00bf15 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x354e3081 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x3741b174 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x38cf19a0 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x448dce7a ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x48c2e5e3 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x796bd7aa ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x82bfc72d ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x8507357d ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x9a3c0425 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x9f7f2013 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xa061190e ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xb76f93c4 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd2a12dc5 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xd35bf04a ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd4c3f1ac ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xed65c487 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xf3ccc1c3 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xf7014165 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x3bb5bdcd fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x4af3a9c3 fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xd99771c5 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x47c0d55d ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x50be894c ade7854_probe +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1dcc8276 lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x244afffb lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2f19b027 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3558e584 lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4bb00492 lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4f9cb871 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5279de87 lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58033824 lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x669f1b3c lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6ea6d11a lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x70cb77ef lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x91a52237 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9f41238d lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa5c5f683 the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa68bd8b8 lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbde354c2 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbfe10e60 lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xc640e947 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xfe9b0332 lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x04895a04 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x493c5b7b seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x4ffdaabc client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x6ce0770e seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x87058f0b seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x888130b7 client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xfce5f889 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x32506f89 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x37e15085 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x3b5daa2c fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x66884d3d fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x8f019c24 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xbe5f4299 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xd01524f0 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06080832 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0686ac99 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x092b64c4 cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0bd91e30 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0d5eb9bc libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e12bbcf libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e4820ab cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x106bddb0 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10841c27 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x108d2e2b cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x117c8a95 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x15565c7f cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x16bcf9da libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x23f6f445 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27c55a45 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x287af0c4 cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2efcc0e6 cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3834f243 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x38828b92 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3962e3ee cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3a62a183 cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3e5f3102 libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3f0d9281 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x40641717 libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x413056d8 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4193ad29 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x425fe152 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x42e22feb cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x43ba073c upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44688a0a cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x477c0fa3 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4d89e988 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x52e9cfc1 cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53b383e4 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53d97f12 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x56238c27 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ce62c0e cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5eb1c46c cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x60fe4dbf upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x659a8ab6 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65d49735 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x68497dbf cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x687788c4 cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c605eaa cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6e4775ba upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7468c8af cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x752858fb cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7582e484 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7757e85a cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7778be6c upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x78613e9d cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7aa41dcf cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d93cded cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x84222905 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x85af4045 libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x85b0f216 cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x86187fc4 cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8e61d47b cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8eb5c5ba cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8ec59d0e cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x912ce33f cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x92cdc0e0 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9d553188 cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa711aec5 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xaaf59b75 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb0f5766e cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb43456f1 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb47e30b9 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb53b5569 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb883b006 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb8897bad cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbada117b cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbe94cb96 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf10ebb7 libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc18d7d29 cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1ef96c3 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc53890de add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc7058c33 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc77a24c3 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcfcfe7b0 libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd04809a6 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0d8d08a cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd5da541d upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdcf510d5 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe07ee534 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe4e0272b cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe5835e3d cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe5ef8062 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe82a3767 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeccafa5c cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedb0e2dc libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedea2450 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeee952be cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf2c02048 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf372d1c2 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfcfdfdc4 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x290fe9d3 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x74b4589f ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcddc6e20 ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xeb55f6e0 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x0245fbe7 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x034024cd lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x06465a20 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x37864f1f lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xe6e80339 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xfe9f4af1 lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x06b06e85 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x2946ebc6 fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x388b3263 lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x5a33963f pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x91edfb23 lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x95e4392b lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xa5992178 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb3d4d0cf lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xbacaa499 push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xd816863a fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xf7d769c8 fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xfdb21420 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00da0134 lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00eb544d lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01faf669 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x023e4495 lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02694ac3 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02b38f54 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x040cae6c cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0460b0a4 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04ae854c cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x058e64b7 lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05a9d7bb lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05af1920 dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05f84e88 LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06436082 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x073d788c lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x079add8f class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x080297ba lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0852fb64 llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x085d4d9e cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08624450 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08bdc73d lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08ddc775 lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x096afdd1 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a3f5753 llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a6d96a6 cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0af71457 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0af7a7c1 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b052d75 obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b490f68 cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0c2919b2 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cf99bff dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d88ca1f lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0dcc33ec lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0dd69402 class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ed7164f llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10b30c9d lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1103bd62 cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1186c9c5 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11ad7f20 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12300adb cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12c358c9 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x139c3177 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14456f0d dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15162b2c class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15a45b44 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15d4f9b4 dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x161bfb39 dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16c59156 cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17f6183f lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x18325ea5 lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1847214c lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x186b951d lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x186e1037 lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1890b949 lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1910ba62 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a1f4be0 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a2e5c7d cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a46b233 lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a9aaec6 cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a9f8387 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1aab03e7 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b619194 cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b62ff75 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b84f6c2 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1bae5d2c class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c83f859 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e58416c cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e7dc63b cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f0a65f8 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20b071d5 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21307495 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x216237f7 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2275a3ee cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2357926b class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23694798 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x24ab205b lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x24cdc113 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x259ebac6 obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26167897 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x261fa0fa cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26bb9dea cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26e79cc0 lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x286f14f0 llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x286fa873 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2951b126 cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x298f1e7a llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x29bad437 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a5fe009 cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2aa96ed1 dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b31c20c lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b4c48e9 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b95d80c lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bcb02ba lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2be9b3c1 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c2221c7 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c55dce3 llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d73beee lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e001d18 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e0a2963 lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e3286c6 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e638440 lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ea3df94 local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x305cb66a cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30ae144f llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x312b6a80 lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32084114 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x325a429b dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x333f5122 llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x340020bf lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34c916c5 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35526d19 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x361a0225 llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3637aa98 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3655a621 lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36bdda30 lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36efd299 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38d66b78 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x398fff8d cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39f16a3b dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a005065 dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3aeda4f3 llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3afcd2c6 class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3bab7b0f dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3bc59c8b cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3bcb3ca5 cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d026ec6 cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d1913c4 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3da672fa cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e103dd9 dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e99cc6b class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f1006a8 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40b21e67 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41dd80b7 cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x429da97d cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x438db35b lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x444a527d class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44f80699 local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45042441 dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46a7b25d class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4760779c lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x484d326f cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4873413c cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x491dd544 llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a29223 lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49e2eaf5 cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49e44fcb cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a8b3e5e cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c8f1571 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c938a33 lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4cd6f7aa llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d221e6c lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4dd4daa7 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ddd81a3 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e4bb222 cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f17a76f cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f2d7d4d cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f968295 lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4faa0d81 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fba4346 dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x503734fb dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51bd3992 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5391b441 lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x53e7017a cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5454464d cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55087ea0 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5632d20c cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58c8759c llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59789bd8 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59a2509f obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b7954a8 cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c2fd25d cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cc6ef09 capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ce58a53 lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d2456b3 cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d3f5aa2 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d718fff cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5daaaa13 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5eb0cf6c cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed8095c local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f9ad301 dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6006b8ba lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x603646e1 cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60634b1c cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60960dd9 cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6108b1d3 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61154b43 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61c8726e lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x622e8672 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x626b2cda cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x637fe2c3 lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6399fbca cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64ef1721 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x658ec762 class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65d2b993 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6627116c class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x663073c4 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x668588b2 lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67428fce lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677e66a9 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67b02f51 obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69eafbc5 cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a8d99a6 lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a912db3 cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ac550bc cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bb6d421 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bd5e1f2 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d302585 lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d5f5a99 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6da2d59f lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e4a37ae llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ebfd8a7 llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f3e6225 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x707dcef9 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70acd738 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70d52656 class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7384c84a cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73a734bf lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x745ae1e5 cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x757872bd cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x767238a6 lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76c9c18d cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7780c32b cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77975c90 lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77b0c49f dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x785b41d7 cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79546ff3 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79cf061d lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ae3ac2b cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7aeb94ef lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b2ca900 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b6d1fab lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c5363a5 cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c6c5432 cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c7e77ba cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d3efbfa dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ef66ea0 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fa28113 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80320e64 llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x807093cc cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x809d33c7 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x819726fa cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8231afe2 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x824fd151 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8315f877 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83865284 cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83a04656 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83c4d41c lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x841d3897 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x842956a9 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x852a5343 cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85637e7d cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85c2acf5 class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x866f3e55 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x868b0b6a llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x868f634e llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b4dc767 class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b597e9b cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c21d4ea cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8cf8f696 dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d00bd8b dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d23c8a7 class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d81ef5c cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e827849 llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ea78b41 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8efa07d0 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f01f3b2 capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90c1c2e5 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91de5c3d cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9207e1a3 class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93786db7 class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x946bb7a4 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94b02f10 cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9548b3b4 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9669d107 class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x968b8f23 class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96ca0b6f cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96ec412b lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x993fda1a lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x996086b7 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9966125b cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c677d11 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f284119 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa202326e lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa209607a lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa224863d cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2344177 cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa269a2a2 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa28d30e0 cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa297166b lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa31d707c lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa36a21b1 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa36b99d2 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3e13497 cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4708d0a llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa473c256 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4c19049 lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa60f2c66 llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa63d4e36 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa704bf9a lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa73a7676 cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa79dc95e cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa80d7260 lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8766a0f cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa887b8f7 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8b8b90b llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa33831c lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa57edf3 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab2b5441 lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab33f9e7 capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac41239d cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac9eadcd lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacbf37f9 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae579f7f lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae7f742e cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf40b9ff class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf9b194c cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0349331 cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0391455 dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0d9ba8a lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb12a1641 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb29be716 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3cdfd41 cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb3d9e906 cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb441920a cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb46fb451 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb486f2cd cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb491ff67 cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb614569e lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb629fd47 cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb66680b6 class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb865853f cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb90285b7 cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb973be1f cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb9c58bd1 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb106f47 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb58758f cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb6cbd74 cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbce1aa81 lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd1713bc class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbdb9231d lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe16d43e lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe7ec6d0 class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf8640b1 llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc024e7f8 lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1cdfc8f cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1f73324 lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc224df1f dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2ac114d lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc353408d lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc378f1d8 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4c2967e lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc537e76b lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5c337bc lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5f68dde cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc619a266 lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6ee6b38 llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc7d3d521 lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8f2d827 class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc96a3a7d cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9b3c667 dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9d475ca dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb597ab3 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc082d8b llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc22b5d0 capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc913b64 lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd8a604e lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcddce367 cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf2cbbcf local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd00e1765 cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd032467a capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd05c1e3d class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd05effec cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0b6995d lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd15c2867 obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd18e4a24 lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1aef7af lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3fae289 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd539445b lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5f3c47a cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd608ae91 llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd630bfe9 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd63d3fba cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd6aa1bec llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd6ece604 lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd78c51e5 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd88b31b6 local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd90100f3 llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda89c253 cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdad0d5cd cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdad6bc09 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb200734 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde86e5e3 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe427414d cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe48cd5fb lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4a6276e dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5055d07 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5721f3a llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5752020 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5a6e716 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5cd9656 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5fe7188 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe999d321 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9bb05a8 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea933f22 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeabaecb8 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeabcbfd7 dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeaec7b29 lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb2d3dda cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xebf208c5 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xecc9f3ad lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed137d46 lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed4236a9 cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1f41841 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf202958a cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2572de8 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3349720 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3f08504 lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf441c77a lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf4b4590c local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5736141 cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf640fe76 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf6c9e323 obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7c97609 cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7fd395c lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf852eaca lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf94fccf8 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9f2e94b cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa046993 cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa1080e6 lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb2e6b3b class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc465d38 obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7b5359 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd189657 llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8f5cf4 lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdc6bf9d class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff4a3260 cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xffd7c151 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xffe76971 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00244127 ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0074b1b1 ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d0c5aa sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x012618ba req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x013fb22e ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03ad1158 ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x084ca248 ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x085558f2 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0e106e7f sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0e39e1c0 req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13ac8824 ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x163e73c0 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x167f9ca7 ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x171a2768 ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x174872ed ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17fb35bf ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18cf0b43 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c779f2 sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19e32502 ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1aa8c74b sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c7f663f ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c80355a client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d04bd9d target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f68c620 ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d08668 ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x21437875 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x216e9da0 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x217f9b44 lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219d7145 ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2281d2bf lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x23da4f94 ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x259ba464 ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25b76145 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25c8a77d ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25fe0ffb target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x299d5d25 ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2b3c15d1 ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d542283 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d5e0633 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d643c27 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2de50e4d ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f19465f ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x30396a43 req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3069b623 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31858d36 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31ed52d7 ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3997f72b ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x399d962c ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bd9de44 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d4ae012 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3e7a5bcc ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ea8a04b ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3eaed993 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f62f3bc ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43230f52 ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4374cc07 sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45fc7b37 ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x467168dd req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a1e5e44 sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a492362 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a72baae client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b124192 ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b66a09c ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4bfb3743 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c0b3f2c ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c99006f ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7e0b5e ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e17e1cb ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4fe6d1b5 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x500e666c req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x512f3170 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x51d60cf6 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56ea9311 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x57b6dc72 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x57e794c1 ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5807b43e ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5935572e ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59aeea81 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ae83013 ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b3e50bc ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5bb25212 ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c4997d1 sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5d4a4255 ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e411c9d req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60f04a81 ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61520979 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61b8263b req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62649948 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62b911c4 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6513905c ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x652052d2 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x66c5a8b1 ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a0388b2 req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6be063ab ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d3a8109 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d9150b0 ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6dae4cc4 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e4314d4 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fa1d298 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fab9969 lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73fc0265 ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7572321d sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75b7d225 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7735f45a sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x775856a5 ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78764157 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x79974bea req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b59bad8 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7cdd2c5b req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d242204 ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7e1374af sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7e801693 ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f11c8ad ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7fe50425 ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80d77dbd ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x827c9fde sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8919e043 ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a288182 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b239d46 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8bdf76e4 req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e33d41d ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f5c2b0b ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9009b379 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9091ef8a req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x92da5b9b ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9397df36 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x98431afc lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x989a2415 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x99201a4b ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x99dd6f3c ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a7a1f3e ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ad73c80 ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bac9064 ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9c260f3b _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ef53cec ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fc88251 ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fd80ed3 ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa15803f4 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2d5d735 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa51bd7f1 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa57d4216 ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6dd7e7b sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa72fdb31 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8f702bd lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa957e102 ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9f62fd8 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab04c04d __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab45d2e9 ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xabe3770a ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xade1fda4 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaedd6344 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf0f46dd ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf2c81ef ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb014cee4 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0718cdc ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0dbefad client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2c7eebf ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2dfce1d ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb32b6a66 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb5e45358 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb81b4528 sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9a2652d ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9d8b384 ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xba727b46 ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbbb254c2 ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc538b79 ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd9d34e3 ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbdb3aeb6 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0d9eb27 ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc100eaa0 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc1594514 ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc38978f6 req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc4a3d48d sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc593388e ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc5fb9219 lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc92a016d ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca52d66f ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca9fc79b client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcad9b650 lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcbfab336 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcd5dce28 ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce88ed55 ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd1265ded ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd251cc42 __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd27a3738 ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2f60f45 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd4101a2b ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd4e4707f ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd72d5a7c sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd836abd5 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9f05fb6 ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda226932 req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2bd374 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb239886 ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd2f9792 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde19cead ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdea5bee3 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdfba570a ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe01db4d0 ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe1424851 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe14bda40 ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe17dd515 req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe288626b sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe2c0e31c ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe3151825 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe323f764 sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe3e3d681 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe66c21e5 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6815493 ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6a20b53 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeac3d183 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed9370cb __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xee4c6c12 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef243f2d lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf07e1765 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0929846 lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1e766ff sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf2e960d7 sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf37dda41 sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3f701ae ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf40b5d12 ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf48d0be4 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf4af3adc client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf51ab3d6 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf536a1c0 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf72275ec ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8290be4 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf96120f1 req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb7ee2b8 do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb9ed961 ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc858f2a sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd00390c ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd045541 client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfdd7a9fb lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x1d20e3b1 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x07bbed43 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x127222f5 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x147d492b go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x2bc2d4b3 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x4bb4fb81 go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x80769167 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x8403ba78 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xe7cf042f go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xe9d6fa39 go7007_update_board +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0x8c2164b1 rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0013e848 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0aa45fac rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0cc88c7f rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x170e8cb8 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1855754e rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b5a55a3 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1c22151f rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1f0910d2 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x20c1dd2e rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2ec93b62 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3b4d978c rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3bc6fd01 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3c008806 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3d439c41 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3e52c64c rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x44c30aa4 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x52390d9a rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x55e0659f rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x563d9697 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5f0796b1 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x61f11723 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6357cc7f rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x73234399 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7c7b97cd rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7f788ce8 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x869b9a92 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8a29ca9e rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8e2406ba rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9537a207 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb1d46669 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb3611047 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb38adc97 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb5a43e48 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xba0fd220 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbfbf3151 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc358827e rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc58cd40e rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc95408b0 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcddb8486 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd235fceb rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd7f1beed free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd9cb32e0 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdadeaf93 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdc5bced3 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe0920100 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe61e2871 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xec7402d1 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf1268d6a rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf7558138 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfa859493 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0090667a rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0a7de08c stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x12ff214a rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1fc9cb7d stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x25e99b1d stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x353f3ccf stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x46912300 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4d18b972 stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5a2c6dda stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x65d9f67b stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6607b500 stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x66c46d3c stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x753c4b4d stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x929f8e10 stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x95415d49 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa62f9e3a stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc14384b9 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc3e0f7f0 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc53f64c3 stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc56d28e0 stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc73c3311 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xdb5194bd stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe1d850e5 stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xeb1e6b3c stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xedd05fa9 rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf5a641e0 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x036be656 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0603771b ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0ac9cdef ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1148a19c ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1766faed Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1d91bd29 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x23c01462 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2715c62b Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x29bf60eb ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x37a92c4e HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3a712e66 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbb989d ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3d384639 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3e476fea ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3eb8d00f ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3ff5c12e ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x431a9543 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48baa546 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4a288ea0 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4d61e6ff ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x50ab007f ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x527c216e ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5848538b DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5c551776 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x60838729 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c32c8b5 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x77d6c2cf DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7e783b2f ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x81ef1631 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x84ca6f0a ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x85dd6702 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8b7d9875 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8d574ad3 ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8dee74b2 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x94358601 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x95f93628 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9955c050 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9aaf45d2 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa83d7ce0 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa896287d ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb5a8106d ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc11e9e6e ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc765d492 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcad2c670 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcbee7d7c ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd4b06677 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd69f2bc5 ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd7ba460d ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd871c8d2 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdc95af08 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe4a8bac0 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xef4c04f2 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf16743c3 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf2cdaf9b ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf508c4ee ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf6ffdea8 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x71ea57ed xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x8c2f5e16 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xcafe3875 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xf846684f xillybus_do_cleanup +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x014e10ac iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2ab10a91 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2c8ef543 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4cf6c34e iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5482c295 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5780f239 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x58d7721f iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x622f8ac1 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7334af67 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7a6e0529 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7de10fd7 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x837ec0c7 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8d385e13 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8da11dd9 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8df7db1a iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9b4fad3c iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa51190bc iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa8034187 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb2c10c6e iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbb12873c iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbec1ff76 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc51ab82c iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc899bf22 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd0f857a1 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xda20e9fa iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdbb7513b iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe66fb19f iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf84bf3bf iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x06039d8f transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0834c23b transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x087d4941 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x105b65df iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x1325b36a target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x148b402f iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x17800e0e target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1dcacde0 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x32560ea0 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x334fd878 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3379f3e3 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a39c250 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3d1215a5 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x4139eb3b target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4b4c6f2c iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x50693e1e target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x51c9c8c7 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x53bad15a sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x53e03eb5 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x54882873 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x552aa0d7 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x58918f7b target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b88b2eb sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x5df464f0 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5e24e902 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x645dcced target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x64e5eedd core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x6656ae24 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x686f6efc spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x6aa16890 sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ea5de68 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x7243505a spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x72743368 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x78f029a3 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a965d45 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x7bd3e92f sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0x7d94cefa __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x82163d8f target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x84c5b6d8 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0x85012d9a sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x87471b8e target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x8761e62f transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ab6726f fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x8f04ed2d target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x924ea3b3 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x945a0928 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9879250c transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b2e7574 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9f431d17 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa3cf75d4 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xa476bb32 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xa6499367 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xaf24a86e transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xafb583e4 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xb17acfb8 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb67ca2e7 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xb75d93e9 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xb97198e9 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xc3ddaff6 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc4d46712 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xc8e87f76 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9f26ba4 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xcda4a2a3 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xd25e256d transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6ddeb0a transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xd95dedf6 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xddb84798 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xe060f15e sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7a33946 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xea04a1fd core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xeaae9ff0 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0xedc4a7b9 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf1ba9133 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xf26f824a core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xf7c42c33 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x8e064747 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x7156be79 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xf4dd8882 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1c016ec3 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x432afdef usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x724023ef usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x75414009 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x79fd60e9 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x82dce0f1 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa82553c3 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xacbb04d2 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb31b734f usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xdff81595 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xef21d55e usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf04f07b3 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x15e67d10 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xc6896d09 usb_serial_suspend +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_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 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd11d2709 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xfc7dcad2 vringh_getdesc_user +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x1009dc0a lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x21671467 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x4c860c84 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x6a5553ce 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 0x35df5454 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x49965dfc svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x52cac9ed svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x61f6aebf svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x633fa3f7 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x7d201c47 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf5559d81 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x3727bb13 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x78e7170a sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x8a4f9fbd sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x01d82f2d 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 0x1288a7fd 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 0x1030c4f0 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x9173e95d g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xf4d6c203 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x0e080212 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x246fdb3b matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x90cd5b55 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xa2e7f77f matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xd8a28e20 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x5aea7d22 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x48e011e7 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x967008f5 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xcb808889 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xe1c37927 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x590fd2d4 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x6180fbfb matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9a6ca936 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xa3b112a1 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xbb2107d6 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xe7407080 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xfbe36bdc matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x9985b17d mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x27616d7b w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x4a00c337 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xa74017b0 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xb361ef80 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x4917e135 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xc7907e26 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x3be59b2b w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x5dc35403 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x123f16ff w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x7ce510d9 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xab505412 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xb59536b1 w1_unregister_family +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xa78bd894 iTCO_vendor_pre_set_heartbeat +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xb5f20875 iTCO_vendor_pre_keepalive +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc4f657bf iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xdc6effc9 iTCO_vendor_pre_start +EXPORT_SYMBOL fs/configfs/configfs 0x1072405a configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x11231ba4 config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0x3a1fe73c config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x57c98de7 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x5bc29d83 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x770812a0 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x7f01bd82 configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x8e86dbae config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0xbc6e9ef8 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xef4fe21c config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0xf42d513d config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xfbb3f3fe configfs_depend_item +EXPORT_SYMBOL fs/exofs/libore 0x047c9e7f ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x5d163094 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x61d87995 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x67ea42f7 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x6c7e736a extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x899b5a8a ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0x91bd14cc ore_write +EXPORT_SYMBOL fs/exofs/libore 0x9cc0b01a ore_create +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xcec25858 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0xd83919af ore_read +EXPORT_SYMBOL fs/fscache/fscache 0x043c6fec fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0x044a0945 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x2487d66a __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x2ea14e05 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x3600df73 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4b8aad5a __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x50cb279c fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x52a19505 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x570363ea fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x5a138e34 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x665fe04e __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x69a6755b __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x6cb400aa __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x7187bfbb fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x74f6926f __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x789e9d05 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x7b04780e fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x8c3249a5 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x8fd346b3 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x96df499b __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x978c6e66 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x9d1cdc69 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x9fa231ca __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xad6e7b92 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xada0eab4 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xbc3c2069 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xc00ce2fd __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0xcad2645a __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0xcdc5a405 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xd05f4977 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0xd41ddd9f fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0xe10cb2db __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xe11e23b6 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xf2594c13 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0xf2fb1206 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xf56de793 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xf7848ed4 fscache_add_cache +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x02baf752 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x7cbf2873 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x831c9183 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa0f5bc03 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xb0029f16 qtree_entry_unused +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0x66213969 crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x02a48c95 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x06bb2155 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x0e6849a2 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x2faebe01 lc_get +EXPORT_SYMBOL lib/lru_cache 0x4571b57f lc_put +EXPORT_SYMBOL lib/lru_cache 0x4caad36d lc_del +EXPORT_SYMBOL lib/lru_cache 0x5819b6e7 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x5995c5d5 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x59f9e522 lc_find +EXPORT_SYMBOL lib/lru_cache 0x64f17c4b lc_reset +EXPORT_SYMBOL lib/lru_cache 0x6f491be4 lc_create +EXPORT_SYMBOL lib/lru_cache 0x71cd05f9 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x8b8f9c02 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x99a30c10 lc_committed +EXPORT_SYMBOL lib/lru_cache 0xa1dca79c lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xcaf1666b lc_set +EXPORT_SYMBOL lib/lru_cache 0xeacd36d2 lc_seq_dump_details +EXPORT_SYMBOL lib/lz4/lz4_compress 0xcbc5d521 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x26c3aa22 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x573fb3c5 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x90314ffb unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0xcf71c075 make_8023_client +EXPORT_SYMBOL net/802/p8023 0xe725631c destroy_8023_client +EXPORT_SYMBOL net/802/psnap 0x9ebae724 register_snap_client +EXPORT_SYMBOL net/802/psnap 0xd94d6fb0 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x00d5e776 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x06dafb80 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x0ca74505 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0e50586b p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x18677321 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x1bec4cda p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x22c0ed55 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x24186907 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x2b477f16 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x308e2143 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x322c8fe7 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3818e3ea p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x39ae344f p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3f169630 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x4aa73abe v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x4fcb946a p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x5549b5e3 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x55f08b4b v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x59d13251 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x648bcc51 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x6bb69443 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x6feebeec p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x713a72e2 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x77d7b369 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x798b5408 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x80198ac5 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x81731c3a p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x94a15418 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9673db26 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x99e96293 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xa3e7797f p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xadc9bc52 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xae968c7f p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xbbaca043 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xc4568bba p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xc5aa12e6 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc971abd2 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xccb615fc p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xcd4c034c p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xdcd04452 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xdf0d2e00 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe8fc0af0 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x20368412 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xba285ee4 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xcbba5c47 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xf034be72 alloc_ltalkdev +EXPORT_SYMBOL net/atm/atm 0x05fd3cf9 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x0cba38ec vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x2460ccb1 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x2528e827 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x777a458c atm_charge +EXPORT_SYMBOL net/atm/atm 0x8f87a064 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xabb35e70 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xabd36aa5 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xb364d314 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xb763a041 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xc79ade50 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xcd7f7b41 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xec22c7bf atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xf1fbf6cd atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x58db70ca ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x66d4536f ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x7054350a ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x82aa3f81 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc348888b ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xcb107e09 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xd2a2f196 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xf7d21680 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0xfd900c19 ax25_rebuild_header +EXPORT_SYMBOL net/bluetooth/bluetooth 0x003fb04d hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x01bef452 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x05b12b5f hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1b44bf14 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1bcaa907 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2a7c6dbb bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2c4234b6 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2f601b07 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x34cec036 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3b17fcaa hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x52387030 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5319a1df bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x571f507e hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5e057513 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x631851d2 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x635ae825 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6e4880d1 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x708a752f bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x723d4d6f bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x72449d51 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7f13435a bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7f3dac71 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x840e3fc8 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8812a827 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8985fba1 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8d3dd591 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa10029c5 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb2e91126 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbe60a19e l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc12fa9b3 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc2361934 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc653db57 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc8033753 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc9a5a664 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd52bd078 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe07b8f86 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf03bde7f hci_get_route +EXPORT_SYMBOL net/bridge/bridge 0x9ca83e57 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x4f1b2c10 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xacc9532d ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xf334fb4d ebt_register_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x41f3e39b caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x54986272 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xa1ae9159 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xd27c5db3 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xdafe5332 get_cfcnfg +EXPORT_SYMBOL net/can/can 0x381a354f can_rx_unregister +EXPORT_SYMBOL net/can/can 0x41b69f83 can_ioctl +EXPORT_SYMBOL net/can/can 0x95642656 can_proto_unregister +EXPORT_SYMBOL net/can/can 0xb41d6777 can_rx_register +EXPORT_SYMBOL net/can/can 0xc329daa0 can_send +EXPORT_SYMBOL net/can/can 0xf882f781 can_proto_register +EXPORT_SYMBOL net/ceph/libceph 0x002f5f45 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x069184bb ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x08063318 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x0815b627 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x11a35191 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x161f4d1e ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1afa3a77 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x1bc9b87a ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x1bff24db ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x1d8a5a37 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x20646028 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x267a3add osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x275eab9e osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0x2b367b42 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x2d74a9b1 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x34bd4dc6 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x3622c3a1 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x39f348f7 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x3a92d337 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3b1f895b ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3bf2e799 ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x3fd3f05a ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x420fa770 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x448baf77 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x4502c6b8 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x462ccd6f osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x48abdbd2 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x4e2e0224 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x51969c9c ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x57e77e7c ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x59d38c0d ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x5d79434e ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x5f9ca491 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x63c3192a ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x66bdbff2 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x68c81a75 ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x6a027895 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x6a9cd666 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x6ab6456e ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x714d6993 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x71d5553c ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x73e59dd4 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7bcb2f69 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x80af44bc ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x87802b5b ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x924da0c8 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x941464a9 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0x9fdbcd91 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0xa11db788 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xa30760c0 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xa4638086 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa71c2bec ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xae78ecd4 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb261509b ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xb289d59d ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xb511219c ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb6964ab5 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc68bc47a ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xc6911b86 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xc7f8119c ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd47846e4 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xd5f7062d ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0xd6f640a7 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xdcfe4fb2 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xde449b60 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xdebdb19c ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xe2505a69 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe55d9bcd ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xe5da3fb7 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xe79e2c6a ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0xeb083093 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xeef86c7e __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xf03732a4 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0xf2a0126e ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xf7cf0e10 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xff482759 ceph_con_keepalive +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xba2a883c dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x3660c310 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0c2b7d66 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2269eb55 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2d7bf19f wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x36cfc930 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3a671d7c wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x576007ca ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7206c9e3 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x820f318c ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa982d8a7 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xaead3db0 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xc9cdf61d wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xec507e07 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf81c1396 wpan_phy_alloc +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x794d898e ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x409e7082 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x9675fb2c arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xe5de08eb arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x71824b70 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x91ec9900 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xade023de ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x5d7ef929 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xfd9f9a13 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x318981e1 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x7a10e215 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x3bf7514f ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x4df0f2b2 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x6c268203 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x503a912b xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xfcad6bcc xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x63b384cf xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xb5af7d10 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x119cb498 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x2a3c1bdb ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x32ab1441 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x39f9ccf2 ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x3d2582cd ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xe16c6186 ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xecdf21fb ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xf167efc1 ircomm_close +EXPORT_SYMBOL net/irda/irda 0x01dbeb0e irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x0bab6037 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x1709962c iriap_close +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x2158f3e6 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x23a2eee7 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x241e7071 iriap_open +EXPORT_SYMBOL net/irda/irda 0x258d89ba irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x2f6cb1f8 irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x359de411 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0x3786af19 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x3b0a2ab6 irias_find_object +EXPORT_SYMBOL net/irda/irda 0x3b9bdefe irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x3d890aec async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x428321fa hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x4400cc6c irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x48d17824 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x4c7289c8 irlap_close +EXPORT_SYMBOL net/irda/irda 0x53e7ea13 irlap_open +EXPORT_SYMBOL net/irda/irda 0x5930f4b5 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x62acf28c irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x648c7478 hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x66befff2 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6de4973a irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x70d63cbc alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7aa65f8c irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x7d54adaf irias_new_object +EXPORT_SYMBOL net/irda/irda 0x7e888704 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x7ff509a2 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0x8cd99be0 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0x90fb40e4 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x9772a7a5 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9c4d3eda irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x9e326eb3 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xa16e234d irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0xa370c681 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc0bee29c hashbin_new +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe5b107cd async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0xe613f97e irttp_data_request +EXPORT_SYMBOL net/irda/irda 0xeb2aa56b irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xee9d0a80 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0xf2ee341a irlmp_connect_response +EXPORT_SYMBOL net/l2tp/l2tp_core 0x7079f3ff l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x166b395e lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x2bb08b5f lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x3a645f16 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x4db9cc29 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x59350cd7 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x80fc77e8 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xa9cd4511 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xb9abd4c0 lapb_disconnect_request +EXPORT_SYMBOL net/llc/llc 0x1337d1c5 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x2a522062 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x35b045d1 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x44485d2f llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x65658b5b llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xd6116e08 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xeb9c1184 llc_add_pack +EXPORT_SYMBOL net/mac80211/mac80211 0x0138b324 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x07cd8b71 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x09d62916 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x0ec143f0 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x0f21307f ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x160e1787 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x16c4e999 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x1736de9f ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x17390a21 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x192e4947 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x1979af22 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x2283a62a ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x2fee6f91 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x333e2dbe wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x487ba049 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4b042043 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x4c1233be ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x4df009dd __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x4e3d67a8 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x4e6bb2d0 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x5232e9d2 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x539ae43f __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x6707486d ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x6cad186d ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x6f7fc010 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x7018d49d ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x70860039 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x7507a22d ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x79ba016f ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x7bf6cd96 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x89249a70 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x8e46fc91 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x8e777eb1 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x8e9328be ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x963f0d82 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x9b70ce07 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x9b80ac64 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa180da63 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xa27594b1 ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xaae14859 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xb14e65b4 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xb53774a9 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xb95607fe ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xbb400eaf ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xbc19e6a5 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xbced4112 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xbf6a686c ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xc0331cb1 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xc2a2d5d5 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xc9c1cf73 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xcaf37b73 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xcca6e7d3 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd37e7d10 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xd4496350 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xe14c5d58 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xe4da8a80 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xe4eee7dd ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xee4ab772 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xeeaedb51 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xf1c3cbf3 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xf2b401b0 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf5d2c95d ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xf7106565 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xfe99f373 rate_control_send_low +EXPORT_SYMBOL net/mac802154/mac802154 0x0bd27942 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x12da52e4 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x84acf915 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0x9c6ca240 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0xa61bbd0f ieee802154_unregister_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0ff29364 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x209444af ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x21c81c00 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x32886500 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x344732a6 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5bb0d84b register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7204f1f7 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb803f1a0 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe0ae5d50 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe19ed56e ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe6c91878 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xed32ce45 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf11ae39a ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf4cc6c1e unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xc1a18ccc __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xe5b3ae96 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xe9288171 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x0dfd1a4d __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x34265867 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x37727d1e nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x393b5863 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x66a00ad8 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0xa8a0c6c9 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/x_tables 0x05ea5b00 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x4a86beb7 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x5dc59c2a xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x680d4dbd xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x6f5ce35e xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x8263bbad xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xada9f7f0 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xe84ad598 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xead05c17 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xf4ccf301 xt_unregister_target +EXPORT_SYMBOL net/nfc/hci/hci 0x18c9fc1a nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x1ad95b08 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x2c582efd nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x39f43942 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x53b71e9d nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x5d8f4c22 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x86bdd314 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x8c583526 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x96b03830 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x9afe691e nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x9ebd92ce nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xa6ce664f nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xadbb8c9c nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xc0460c96 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xe96057fc nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xee6130f8 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0xefb88cc0 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xf0c9fc30 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x25af8965 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x4121928b nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xb891ead2 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xe3c3eccb nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xfc96036b nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xfd6ee398 nci_recv_frame +EXPORT_SYMBOL net/nfc/nfc 0x049b48e8 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x160704fe nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x1665c78e nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x2dc4c8f0 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x590f051a nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x7060dfb9 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x7f176eb4 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x81d65e57 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x85729f86 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x86358e68 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x87fadb74 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x92f3fe7b nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x939d9df7 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xb0683ec9 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xc0437114 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xc458affe nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xc752ae22 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xd8ffa9ea nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xdc85a78b nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xe269726f nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xeb06164c nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc_digital 0x059534fe nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x2635f148 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x28aa15fb nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xa66d1926 nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x639f320c phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x91a234ba phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x99b8bfec pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xd73a3702 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xeaf0f23a pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xeefa25e9 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xf68cf6f3 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xfc5fba77 phonet_proto_unregister +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0194271b rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x02bdd40f rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x06aaeab1 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x49f5e7bf rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4e2c2db9 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x6b740846 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x837e606f rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x8439437a rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x8de145b2 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x95ebdfac rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xb17dca3a rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc07524c0 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc99476d1 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xe368d4d8 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xef6e59df rxrpc_kernel_accept_call +EXPORT_SYMBOL net/sctp/sctp 0xb2023cfd sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x0b120e9c gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x9f5e64fa gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xfb271e83 gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0xa7f18f1c xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xc98eaa94 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xcf22a284 svc_pool_stats_open +EXPORT_SYMBOL net/wimax/wimax 0x79668aca wimax_reset +EXPORT_SYMBOL net/wimax/wimax 0xe997b190 wimax_rfkill +EXPORT_SYMBOL net/wireless/cfg80211 0x001d987f cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x03ed2dea regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x0421b488 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0c496563 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x0c5f7a20 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x113a5e6d cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x17570c21 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x20242b4f cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x2640acb4 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x26982bb8 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x2a266303 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x2b0c9096 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x2d0821c5 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x2d1c9a67 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x2d5f2ab5 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x335948d2 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x34b276a8 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x35f84d1f cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x3ac1d1ed cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3ddeca56 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x3e3eb50b cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x3e56ee40 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x49d15038 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x4cd456ee cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x554b7fff ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x5a1f8f27 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x60fc2ec5 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x6410c359 cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x688e8750 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x69d3d57f cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6bf781da cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x6cd68c22 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x6f826ebb cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x757d9f95 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x7d425da8 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x7e79e221 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x801c1b0d cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x80fb240b cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x837a455f ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x95ee0656 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x99d072b0 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9f1a0ae5 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x9faa24f5 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa4b9b16c cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xa5bd1c47 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xa847a7f5 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xa91b55d8 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb290ce5f freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xb3ace98a cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xb5cca83a wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xb7ace593 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xb91dbdb2 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xbaf4223c cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xbb541e47 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xc08171b7 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xc22e97c2 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0xc2f7762f ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd0d68cbd cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0xd37ba2f3 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdcdb9a93 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xdea447a7 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0xe0a88004 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xe1d69f67 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xe20061a6 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xe2a3600a cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xe393131d cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xe5c669a2 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xe63e28fa cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xe6bdc7fc cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xea24bb22 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xef3d8dab cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf484b072 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xfa831c5a __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xfbbac4f0 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xfc0cd0a8 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x09bb4b11 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x0df06e4f lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x47f45c86 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x8bfe2d5c lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xbd98733a lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xf2e2d128 lib80211_crypt_info_free +EXPORT_SYMBOL sound/ac97_bus 0x6bdb5e37 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x2b5cdb50 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 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 0xac5d5c5c snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb485739b 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 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xd317c4ec 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 0xeee1011e snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x155e687a snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc266fcd6 snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x2b51b084 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x350963b4 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7f62d029 snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x83914b9a snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x92ee6bb0 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x9e7d3f0f snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xbc141dfc snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xf2bf1549 snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x81a52095 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x037c22dc snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x0b846127 snd_jack_set_key +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 0x1bd86d4b snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x296ee27b snd_info_register +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x3201b5b0 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x3255e0bb snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x3552baac snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x38f4b129 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3b116dd2 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x3f37379f snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x473e26d4 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x54439fc4 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x56da75b0 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x62f090f0 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x67bdcbac snd_card_register +EXPORT_SYMBOL sound/core/snd 0x6957c5f9 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x69f11f62 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x6aa226cf snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x6ad0b2b6 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x6f6800bc snd_card_new +EXPORT_SYMBOL sound/core/snd 0x70750efd snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x73dee431 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x7726043c snd_device_register +EXPORT_SYMBOL sound/core/snd 0x7de8233d snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x8543f338 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x895f91aa snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x8f738d10 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x8f9b092b snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x9ddc2eea _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa1dda87b snd_cards +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb45e2ab0 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xb51d55ae snd_get_device +EXPORT_SYMBOL sound/core/snd 0xbadfda2d snd_card_free +EXPORT_SYMBOL sound/core/snd 0xc39b9d42 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xc3b6605a snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xc4f2fb73 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xc7ec5821 snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0xcc30d8c2 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL sound/core/snd 0xd277a775 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xd40928b9 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xd92b5077 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xdbd43ca3 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xdece5cd1 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xe318b079 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xeda92f75 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xf6e60396 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0xfaeec0b2 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd-hwdep 0xe796bd1f 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 0x0af8e230 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0x126bef9f snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x13bdd8f1 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x1806581b snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x20424e2a snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x23c58b37 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x312e9a53 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x3328ef56 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x361d96d3 snd_pcm_hw_constraint_step +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 0x3b91f3af snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x3bade3af snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x3be4c5b1 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x476a11db snd_pcm_sgbuf_ops_page +EXPORT_SYMBOL sound/core/snd-pcm 0x48710555 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5554f2c8 snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0x5779b770 snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x5997041f snd_pcm_suspend_all +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 0x69a44b1b snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x711cbb19 snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x72059498 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x72236918 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x7285f21a snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x78889c4a snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x7b45753d snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x855e86c5 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x86f471e2 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x874502d8 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x8da72ebe snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x8f67c9ca snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0x8ff6bb0f snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x9a6085ca snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x9b1fb287 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xae666100 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xae800bad snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0xb20c8a51 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xb707f2b6 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc203fb0e snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xc26cc045 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xc4475554 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xc82b8ebc snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xc8f6391c snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0xd0469fdd snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xd70a635b snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xd738db8e snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0xdcb7d947 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xee0e54ec snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf71991dd snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xf832cda0 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xff2c738d snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-pcm 0xff93b473 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0053433d snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x057802bd snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x095ead09 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0e0cf65d snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x18ce7578 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2684116e snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x28441aa7 __snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2fc090fd snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x30808baf snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4ff069a9 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5934fddc snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x63e6c00c __snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6ce8b2a3 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7f7c1361 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x95a49676 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb09f588e snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc28161b8 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd6cfe15c snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe9d45994 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-timer 0x07da18a0 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x1027561e snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x3f0aa4ed snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x4dcfede3 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x556cf588 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x55965946 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x651d1c1f snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x65e0fb2a snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x91bbc3d1 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x92818a0e snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xb33f7286 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xb859b563 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xbf7581c8 snd_timer_global_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 0xc76d760f snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x0b1ee14c snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x0fcc9240 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x20c687b5 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5781fd64 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x656c5ff4 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x848339ef snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa0eb5387 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xabe48ab8 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd0068111 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x17e2c0a3 snd_opl4_read_memory +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x6044b360 snd_opl4_write_memory +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x8aae717a snd_opl4_read +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0xbe6f8551 snd_opl4_write +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0xf06e4013 snd_opl4_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x382b3af8 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x62a8e817 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6793fefb snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x7dc5f6ce snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa5d6898e snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xae360965 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb249f0c7 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe1c0361a snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe462589a snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x024b7332 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1b6df3d2 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2cb793ec fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x33243200 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x34e476c4 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3fe74ce0 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5fe64b81 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x636f13f5 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6419922b amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x67ced5a7 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6a590864 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x989f09cc amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9bc75ea5 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa17df7c9 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa26419d3 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa62c0b2c cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa9c8eeac fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xafda36d2 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc272d8f7 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc5aaa089 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc75e28b3 amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc9bdb838 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd5a87acc snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd9f64b86 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xda79e653 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdd43b7f0 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe084a091 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe4c5ceed avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe587ceb3 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xec240026 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xec879634 fw_iso_resources_destroy +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x4397e5de snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa20c46b9 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc8f7e91c snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xcdd286fe snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xdddca15d snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf7877470 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x0f8a1eb2 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x1aecce6f snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x2123dfdb snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x7c64045e snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xc471a348 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xe1c0f2a9 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x5dddfbc0 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x9074e8f1 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xbd934afe snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xe3c4e6c5 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x1828206b snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xf73b81c2 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x14017823 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x48fa510e snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x71271d82 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x79310e89 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x8a7342e7 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xb3950bf3 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x1334f826 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x354093e2 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x6616be5a snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x7bcf654a snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xe5d90fbb snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xf9ab5937 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-tea6330t 0xaface9f0 snd_tea6330t_update_mixer +EXPORT_SYMBOL sound/i2c/snd-tea6330t 0xfbcd9bb5 snd_tea6330t_detect +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x4108a0c6 snd_es1688_pcm +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x47218128 snd_es1688_mixer_write +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x4e2856b1 snd_es1688_mixer +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0xa250a441 snd_es1688_create +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0xe19a9df8 snd_es1688_reset +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x08c4854d snd_gf1_look8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x11bf5143 snd_gf1_mem_alloc +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x1bf1e763 snd_gus_use_inc +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x1c1ce117 snd_gus_interrupt +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x1e007d16 snd_gf1_ctrl_stop +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x2085a48a snd_gf1_i_write8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x3f4f1e57 snd_gf1_look16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x3fc6b8ba snd_gf1_write_addr +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x40e4e4cd snd_gf1_stop_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x46db8d67 snd_gf1_lvol_to_gvol_raw +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x5bd9b150 snd_gf1_delay +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x6bef60e9 snd_gf1_free_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x6eb51869 snd_gus_create +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x77a8d80d snd_gf1_i_look8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x78c6e331 snd_gf1_peek +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x8215a9ca snd_gf1_write8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x8b46f5fb snd_gf1_poke +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x8d34de24 snd_gf1_rawmidi_new +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x957842d5 snd_gus_dram_read +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x964fe53c snd_gf1_pcm_new +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x9e60f6a7 snd_gus_use_dec +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xa184b50d snd_gus_initialize +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xa2ccac01 snd_gus_dram_write +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xa42aae71 snd_gf1_mem_lock +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xb7b6b188 snd_gf1_mem_free +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xbe63af90 snd_gf1_alloc_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc283d0af snd_gf1_mem_xfree +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc43a5527 snd_gf1_atten_table +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xca61a51e snd_gf1_write16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xd399f134 snd_gf1_dram_addr +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xdd19bb75 snd_gf1_i_look16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xf41ec52b snd_gf1_new_mixer +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xf9a65377 snd_gf1_translate_freq +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x08a2d6bc snd_msnd_send_word +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x0e096be3 snd_msnd_init_queue +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x3fcb6d71 snd_msnd_send_dsp_cmd +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x48611d42 snd_msnd_disable_irq +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x48e788c0 snd_msnd_enable_irq +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x4b754097 snd_msnd_dsp_halt +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x50cd4bfe snd_msnd_pcm +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x75026b24 snd_msndmidi_input_read +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x85945fad snd_msndmix_setup +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x9c0cb9cd snd_msndmix_new +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x9c1c6558 snd_msnd_DAPQ +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xaef82f43 snd_msnd_upload_host +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xaf54d628 snd_msnd_DARQ +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xf166e3e1 snd_msndmix_force_recsrc +EXPORT_SYMBOL sound/isa/opti9xx/snd-miro 0x3d84194b snd_aci_get_aci +EXPORT_SYMBOL sound/isa/opti9xx/snd-miro 0x6804d590 snd_aci_cmd +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x06d9c59d snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x20714746 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x227dbe57 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x57a9e11f snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x6b8a24ed snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x6d1a12f3 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x6fc27569 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa500a9be snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xacc1767c snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xaf185d52 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb16-csp 0x21a2e4f1 snd_sb_csp_new +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x6b423cec snd_sb16dsp_configure +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x7ab0a448 snd_sb16dsp_pcm +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0xb88482a7 snd_sb16dsp_get_pcm_ops +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0xe0b3f690 snd_sb16dsp_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x1da12f5d snd_sb8dsp_midi +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x85dde897 snd_sb8dsp_midi_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0xc36d4fb3 snd_sb8dsp_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0xd9491b42 snd_sb8dsp_pcm +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x0c975664 snd_emu8000_dma_chan +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x2e02759a snd_emu8000_poke_dw +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x3284f43f snd_emu8000_peek +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x3d1998eb snd_emu8000_update_equalizer +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x75a2716c snd_emu8000_load_chorus_fx +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x79c5737f snd_emu8000_update_reverb_mode +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xb07ea3eb snd_emu8000_load_reverb_fx +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xb8debda4 snd_emu8000_poke +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xb9223f6b snd_emu8000_peek_dw +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xc5126e68 snd_emu8000_init_fm +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xd1f0fd41 snd_emu8000_update_chorus_mode +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x134596c3 snd_wss_pcm +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x2286afc8 snd_wss_chip_id +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x253d7bf5 snd_wss_timer +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x2ee40d34 snd_wss_overrange +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x3b4d42fc snd_wss_mce_up +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x3c396ddb snd_wss_get_pcm_ops +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x4de114c8 snd_wss_get_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x7661ac76 snd_cs4236_ext_in +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x7708a1af snd_wss_put_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x7916e9d6 snd_wss_info_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x7b202637 snd_wss_interrupt +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xacc7aebf snd_wss_mce_down +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xb682e7ab snd_wss_in +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xb84a1022 snd_cs4236_ext_out +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xc87d92c6 snd_wss_create +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xcf67e6b9 snd_wss_get_double +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xd8f20c90 snd_wss_mixer +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xe26fd180 snd_wss_out +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xf58e53de snd_wss_put_double +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xf7105980 snd_wss_info_double +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x04dc05fa snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x123105e6 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1d1d4853 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2d67a90e snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x33015707 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x41562617 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x48554a77 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x49955f2f snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x747ae757 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7788f5c4 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x854d320b snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x875de923 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa98a8d1a snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc119557c snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcd13b461 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcdd57cac snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xda8f88da snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0x9a0df4de hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1a08ea31 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5a561f41 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x856dac25 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8d55a7c2 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x93468634 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa9fb8d4f snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc4dfec6c snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd57a72fe snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd63b97ec snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x62c5d0a8 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x98244067 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xd442c9d3 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1a0c567f oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2c1c885a oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3262716d oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x33f0037b oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x46c47d88 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4cdc6bbf oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x76978097 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7913d12d oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7aa09ed6 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7eaf110b oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8b80a646 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x95b4d7d3 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa87c50ad oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xabade776 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbf6cb237 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcda2a400 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd575e95e oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xddc986bf oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe2aa3ff4 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe3619581 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xff532e60 oxygen_write16 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x6978415f snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x76f434b1 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x7d2e88ee snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x85eaa69a snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf4f95605 snd_trident_free_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xd323be52 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x524d97a9 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x3995ea88 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x422310d7 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x457f95c0 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x4d74a2a5 sound_class +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xa9867db0 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xdaad2e98 register_sound_midi +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x1b5e09ce snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x2eed59d3 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9148c471 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xc0fe81fb snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe1918e2b snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xf71a60ec snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x00ef6e4a snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x191519f3 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x45b685ef __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x478c5cc8 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x7787afd6 __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc5b3ede6 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe083d033 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xf569c639 __snd_util_memblk_new +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 0xa4736562 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x000f3532 dm_put_device +EXPORT_SYMBOL vmlinux 0x001fc253 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x0037ed3f blk_rq_init +EXPORT_SYMBOL vmlinux 0x003f8faf i2c_del_driver +EXPORT_SYMBOL vmlinux 0x0044c994 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x004a8bb0 cdrom_release +EXPORT_SYMBOL vmlinux 0x004ebda8 fsync_bdev +EXPORT_SYMBOL vmlinux 0x0055cc77 pci_request_regions +EXPORT_SYMBOL vmlinux 0x005fedf0 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x009879b4 uart_resume_port +EXPORT_SYMBOL vmlinux 0x00a51b9c give_up_console +EXPORT_SYMBOL vmlinux 0x00c1aba8 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x00ca9227 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x00ce0d94 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x00cea8a4 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e41710 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x00e86ee4 downgrade_write +EXPORT_SYMBOL vmlinux 0x00f119dd con_copy_unimap +EXPORT_SYMBOL vmlinux 0x00f27221 d_alloc_name +EXPORT_SYMBOL vmlinux 0x010040c5 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x0112c9ef nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x012726d3 new_sync_read +EXPORT_SYMBOL vmlinux 0x01285f73 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x0131ccc3 write_one_page +EXPORT_SYMBOL vmlinux 0x013435b6 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x0159b0e9 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x016cddcd dma_common_mmap +EXPORT_SYMBOL vmlinux 0x019c1a89 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x01a21177 registered_fb +EXPORT_SYMBOL vmlinux 0x01a6d277 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x01cd2a3c tso_build_hdr +EXPORT_SYMBOL vmlinux 0x01e019be devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0x01f4d67b default_llseek +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x0214b9e5 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x02507c4b lookup_bdev +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x026fa976 set_nlink +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x029444f0 native_read_tsc +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02aaf6f3 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x02b5731d bio_reset +EXPORT_SYMBOL vmlinux 0x02c0e9d4 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02f61716 lock_may_write +EXPORT_SYMBOL vmlinux 0x02fb2de9 key_put +EXPORT_SYMBOL vmlinux 0x031d27df neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x03286383 pci_map_rom +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03351e0b bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x034bd280 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x034e04aa xfrm_register_km +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036d91df pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x0371cd15 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x0384d6ab blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x03b580eb wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x03be66fd blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03c89c6e invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x03cbd883 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x03dbb8ed phy_register_fixup +EXPORT_SYMBOL vmlinux 0x03e284cb i2c_master_send +EXPORT_SYMBOL vmlinux 0x03e49f36 kill_pid +EXPORT_SYMBOL vmlinux 0x03e9aadd dev_printk +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x03ff5ab8 sk_free +EXPORT_SYMBOL vmlinux 0x041b8262 dump_align +EXPORT_SYMBOL vmlinux 0x0420d6fb tty_port_destroy +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x042a7735 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x043d7cf8 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x043f2ed2 dma_mmap_from_coherent +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044ca268 skb_copy +EXPORT_SYMBOL vmlinux 0x046c3c99 generic_getxattr +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04e62020 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x0508f6eb devm_free_irq +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0545db64 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x054b4bdb __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x05549b84 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x0565767a mmc_add_host +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x0595f22b ps2_command +EXPORT_SYMBOL vmlinux 0x05b89346 generic_permission +EXPORT_SYMBOL vmlinux 0x05bd4d91 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x05cd57b4 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x05e4304f init_buffer +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062455c8 I_BDEV +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06382929 mmc_request_done +EXPORT_SYMBOL vmlinux 0x0639d483 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x063ba289 address_space_init_once +EXPORT_SYMBOL vmlinux 0x0647c78c elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x06582f56 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x06712489 account_page_writeback +EXPORT_SYMBOL vmlinux 0x0674f3e5 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x06789bea kfree_put_link +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x068c7263 ioremap_cache +EXPORT_SYMBOL vmlinux 0x06c0dae5 __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x06cbab62 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x06d2f086 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x06fcc5c1 scsi_add_device +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x0704aecc nf_log_unregister +EXPORT_SYMBOL vmlinux 0x0704c005 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x070d1b3e follow_down_one +EXPORT_SYMBOL vmlinux 0x071fb3a5 netdev_update_features +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0735bac8 genphy_config_init +EXPORT_SYMBOL vmlinux 0x073dfa12 generate_resume_trace +EXPORT_SYMBOL vmlinux 0x075073f4 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x075da698 seq_open_private +EXPORT_SYMBOL vmlinux 0x07608604 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x076ffa99 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x0776a5ca keyring_alloc +EXPORT_SYMBOL vmlinux 0x078b0650 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x078c2000 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x07985ced from_kuid +EXPORT_SYMBOL vmlinux 0x07a4b576 flex_array_free +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07aa3290 acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d50a24 csum_partial +EXPORT_SYMBOL vmlinux 0x07e9333d sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x07f5d52e unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x08100a23 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x0825c48a bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08570648 arp_find +EXPORT_SYMBOL vmlinux 0x08585b02 dcb_getapp +EXPORT_SYMBOL vmlinux 0x085ddebd tty_unthrottle +EXPORT_SYMBOL vmlinux 0x085f782c idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x08640217 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x0868ea1f ppp_dev_name +EXPORT_SYMBOL vmlinux 0x0897287b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x08a3d6dd jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x08bf826c _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0x08c2498c d_splice_alias +EXPORT_SYMBOL vmlinux 0x08c78d5f fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x08df3d62 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x08f1f193 fb_set_var +EXPORT_SYMBOL vmlinux 0x0901a42c xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x090ddc1d find_lock_entry +EXPORT_SYMBOL vmlinux 0x091fb5cb init_special_inode +EXPORT_SYMBOL vmlinux 0x092ec18b sock_edemux +EXPORT_SYMBOL vmlinux 0x0936c167 dev_mc_init +EXPORT_SYMBOL vmlinux 0x093db915 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x0943ecee __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x095115b7 generic_make_request +EXPORT_SYMBOL vmlinux 0x097079ea uart_register_driver +EXPORT_SYMBOL vmlinux 0x097bf156 icmp_send +EXPORT_SYMBOL vmlinux 0x098b26cc fs_bio_set +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09ce0b03 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d5af5e swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x0a0f475b nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a2aa0ce proc_remove +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a3bae94 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a4ba69c mutex_unlock +EXPORT_SYMBOL vmlinux 0x0a56d356 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x0a5b7464 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x0a67eedc pnp_possible_config +EXPORT_SYMBOL vmlinux 0x0a73848d zpool_register_driver +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a844fce blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x0a899e14 udp_set_csum +EXPORT_SYMBOL vmlinux 0x0aa0578c blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x0aa2ab7f remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x0aa3dc3e d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x0ab4c143 tcp_poll +EXPORT_SYMBOL vmlinux 0x0ab4e501 first_ec +EXPORT_SYMBOL vmlinux 0x0ababb75 get_super +EXPORT_SYMBOL vmlinux 0x0ac435ee kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x0ac525e6 register_sysctl +EXPORT_SYMBOL vmlinux 0x0aca91ad pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ada143d bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x0afb6154 clocksource_register +EXPORT_SYMBOL vmlinux 0x0b048a2e end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b28028c tcp_child_process +EXPORT_SYMBOL vmlinux 0x0b333e36 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x0b3f28b8 agp_create_memory +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b65d421 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b8618ef blk_put_request +EXPORT_SYMBOL vmlinux 0x0b8c71b3 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x0ba1d1a6 idr_is_empty +EXPORT_SYMBOL vmlinux 0x0ba3f137 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0x0bae63f5 set_trace_device +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0beafcde gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x0bf8e41f netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x0c0c4d08 d_genocide +EXPORT_SYMBOL vmlinux 0x0c102ae7 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x0c366211 kobject_init +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c4a635d vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c6fd063 __elv_add_request +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c92d07a bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca7b7a8 acpi_check_region +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cd18715 qdisc_reset +EXPORT_SYMBOL vmlinux 0x0cdb7d12 __kernel_fpu_begin +EXPORT_SYMBOL vmlinux 0x0cf177fa dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x0cfb11c1 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x0cff53a8 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x0d112142 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x0d17554a tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x0d3dda14 acpi_get_type +EXPORT_SYMBOL vmlinux 0x0d43dc4e con_is_bound +EXPORT_SYMBOL vmlinux 0x0d47c146 pnp_find_card +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d80af28 vga_get +EXPORT_SYMBOL vmlinux 0x0d854949 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x0d9b5e0b twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dd8fd3c tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0x0dfdfc2f simple_fill_super +EXPORT_SYMBOL vmlinux 0x0e08ff15 security_path_rename +EXPORT_SYMBOL vmlinux 0x0e2a6e8e sock_wfree +EXPORT_SYMBOL vmlinux 0x0e372bbe d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x0e46dee5 posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x0e47dab0 generic_writepages +EXPORT_SYMBOL vmlinux 0x0e54deef simple_getattr +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0eaf451e hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed6319f __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x0ede9e0b security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x0eeb763f seq_release +EXPORT_SYMBOL vmlinux 0x0ef9c6df mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f051013 efi +EXPORT_SYMBOL vmlinux 0x0f09b84c pci_disable_device +EXPORT_SYMBOL vmlinux 0x0f362b50 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f52a642 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x0f5a8745 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x0f5b9acd mmc_put_card +EXPORT_SYMBOL vmlinux 0x0f657db8 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x0f86d881 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fbba865 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x0fbe4124 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0x0fc55dd4 __lock_page +EXPORT_SYMBOL vmlinux 0x0fd00a68 acpi_clear_event +EXPORT_SYMBOL vmlinux 0x0fec11a2 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x0ff593ce scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x10172263 fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x102c56de irq_regs +EXPORT_SYMBOL vmlinux 0x103359b5 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x10415918 do_sync_write +EXPORT_SYMBOL vmlinux 0x1042d41d pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x1047f0e0 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x10517d7b serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x10949f70 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x10ab7e68 down_killable +EXPORT_SYMBOL vmlinux 0x10ac6553 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x10b8d261 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x10bf0c84 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x10d707b6 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x10d77326 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x11063bae deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11251025 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x1129bcc4 tty_register_driver +EXPORT_SYMBOL vmlinux 0x1146179e vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0x11505307 elv_rb_find +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x117bdc9f ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x1185fe79 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x11887dc0 ida_remove +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x1194549f tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x119ac98a copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x11a22073 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x11ae3661 dev_err +EXPORT_SYMBOL vmlinux 0x11d50722 __devm_request_region +EXPORT_SYMBOL vmlinux 0x11dcd8c0 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x11dd01ad intel_scu_ipc_command +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x1233c666 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x12358ef4 gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0x123ffe76 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x125ab6f3 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x126c4293 inet_addr_type +EXPORT_SYMBOL vmlinux 0x1270ee78 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x12898792 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x128a5cf9 complete_all +EXPORT_SYMBOL vmlinux 0x128d3fb0 check_disk_change +EXPORT_SYMBOL vmlinux 0x12905484 skb_queue_head +EXPORT_SYMBOL vmlinux 0x129ab510 sk_capable +EXPORT_SYMBOL vmlinux 0x12a1b633 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12baf7ba xfrm_lookup +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x1305a28a truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x130758d4 new_inode +EXPORT_SYMBOL vmlinux 0x130b7123 mpage_writepage +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13315729 flex_array_alloc +EXPORT_SYMBOL vmlinux 0x133d4282 poll_initwait +EXPORT_SYMBOL vmlinux 0x1351168d vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0x1370f027 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x13a24196 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x13be2651 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d9c222 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x13ee5847 bio_advance +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13f7141a simple_lookup +EXPORT_SYMBOL vmlinux 0x1413022a tty_lock +EXPORT_SYMBOL vmlinux 0x14200a75 lock_sock_fast +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x143ec28f dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x14739179 scsi_finish_command +EXPORT_SYMBOL vmlinux 0x14898601 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x14a78365 x86_hyper +EXPORT_SYMBOL vmlinux 0x14c26d89 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x14d3d634 simple_statfs +EXPORT_SYMBOL vmlinux 0x14d6b57e generic_file_llseek +EXPORT_SYMBOL vmlinux 0x14e3f448 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x14e93450 scsi_print_command +EXPORT_SYMBOL vmlinux 0x1502f6de clear_nlink +EXPORT_SYMBOL vmlinux 0x150389d6 acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0x153a8361 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x1565dc1b sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x156f0434 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x1573814a gen_new_estimator +EXPORT_SYMBOL vmlinux 0x157e027b ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x1587e0af clocksource_unregister +EXPORT_SYMBOL vmlinux 0x15a9a102 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0x15cd7970 dquot_commit +EXPORT_SYMBOL vmlinux 0x15d55b50 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x15db5169 input_unregister_device +EXPORT_SYMBOL vmlinux 0x15dfaafb cont_write_begin +EXPORT_SYMBOL vmlinux 0x160b9acf pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x160ea4c8 sfi_disabled +EXPORT_SYMBOL vmlinux 0x1616cb30 acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x164cbc7a lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x1657c33f ppp_channel_index +EXPORT_SYMBOL vmlinux 0x165e0ab6 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x1683a50b radix_tree_delete +EXPORT_SYMBOL vmlinux 0x1685d9c9 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x168b5907 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x16e08555 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x16ea5d9f lockref_get +EXPORT_SYMBOL vmlinux 0x170838cf tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x170c25ee acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x1724cda7 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x17286ce3 rtnl_notify +EXPORT_SYMBOL vmlinux 0x1729e51a xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0x1731a0d5 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x17339b76 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x17583556 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x17698ced release_firmware +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17b5dd25 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x17f1a3fa udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f3f5b7 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x1807527b inet_release +EXPORT_SYMBOL vmlinux 0x1826f089 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x182930a4 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x18641b93 freeze_bdev +EXPORT_SYMBOL vmlinux 0x187716dd replace_mount_options +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189855ab mount_bdev +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18a626c8 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x18abd3e5 dev_uc_add +EXPORT_SYMBOL vmlinux 0x18c0bbf0 ps2_drain +EXPORT_SYMBOL vmlinux 0x18d96501 atomic64_dec_if_positive_cx8 +EXPORT_SYMBOL vmlinux 0x18dddc9b swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x18e6df7a iterate_fd +EXPORT_SYMBOL vmlinux 0x18f1d007 blk_get_request +EXPORT_SYMBOL vmlinux 0x19111cd4 elv_register_queue +EXPORT_SYMBOL vmlinux 0x1966cbdc dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x19687c5e __register_binfmt +EXPORT_SYMBOL vmlinux 0x1978f7c0 page_readlink +EXPORT_SYMBOL vmlinux 0x198c8324 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x19908c89 __nla_reserve +EXPORT_SYMBOL vmlinux 0x199bd6e6 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a502ff get_user_pages +EXPORT_SYMBOL vmlinux 0x19a9e62b complete +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19be634c xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x19c09034 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x19e45380 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x19f1e8d5 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x19fae67a pci_pme_active +EXPORT_SYMBOL vmlinux 0x1a008123 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x1a01dd1d pci_iounmap +EXPORT_SYMBOL vmlinux 0x1a05e1b0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x1a0f9e51 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x1a1c296e block_write_end +EXPORT_SYMBOL vmlinux 0x1a3330a3 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4c3b21 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x1a4fea3f lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a652ce6 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x1a8f64e4 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x1a9bc3a9 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x1aa53f19 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x1ab9f919 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x1ac41544 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ae50770 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x1afb1aaa acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x1afcbe7c __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b0ac272 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1b1113e1 input_register_handle +EXPORT_SYMBOL vmlinux 0x1b1d12c7 dqput +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b24c3e9 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x1b38aaf4 neigh_destroy +EXPORT_SYMBOL vmlinux 0x1b570d23 acpi_warning +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b76c7be xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b95c747 send_sig_info +EXPORT_SYMBOL vmlinux 0x1b9a75e6 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1ba38e17 elv_rb_add +EXPORT_SYMBOL vmlinux 0x1ba92de1 pci_restore_state +EXPORT_SYMBOL vmlinux 0x1baf60d8 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x1bd220bc blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x1bfcc692 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x1c01c437 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x1c18803d __get_page_tail +EXPORT_SYMBOL vmlinux 0x1c3cec22 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x1c4a0d18 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x1c559758 tty_mutex +EXPORT_SYMBOL vmlinux 0x1c5cbc27 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x1c65e81b netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x1c6ac5ad tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x1c845d00 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x1c8a04b0 acpi_reset +EXPORT_SYMBOL vmlinux 0x1cbae37d alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x1cd4cd06 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x1cfc270b pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x1d1ccaba __genl_register_family +EXPORT_SYMBOL vmlinux 0x1d1f5f6b file_remove_suid +EXPORT_SYMBOL vmlinux 0x1d2080e6 tty_kref_put +EXPORT_SYMBOL vmlinux 0x1d430066 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x1d63d7f1 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x1d68872f sock_no_bind +EXPORT_SYMBOL vmlinux 0x1d83a3ab cdev_del +EXPORT_SYMBOL vmlinux 0x1db75bec phy_init_eee +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dddf58a tty_port_close +EXPORT_SYMBOL vmlinux 0x1de74f72 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0x1df69455 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x1df912b1 idr_remove +EXPORT_SYMBOL vmlinux 0x1dfb95f9 sock_from_file +EXPORT_SYMBOL vmlinux 0x1dfc52cc blk_start_queue +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e0c2be4 ioremap_wc +EXPORT_SYMBOL vmlinux 0x1e1fbde1 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e53d50f blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e780a7b mmc_detect_change +EXPORT_SYMBOL vmlinux 0x1e79c5bf setup_new_exec +EXPORT_SYMBOL vmlinux 0x1e828ba6 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x1e8d7e94 input_free_device +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea8f51d vme_register_driver +EXPORT_SYMBOL vmlinux 0x1eb8af36 mpage_readpage +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ec98b2f sock_no_mmap +EXPORT_SYMBOL vmlinux 0x1f0f87d7 md_check_recovery +EXPORT_SYMBOL vmlinux 0x1f2a7b69 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x1f3bcfd4 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x1f566bb9 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x1f57f962 bio_split +EXPORT_SYMBOL vmlinux 0x1f5f978e napi_complete +EXPORT_SYMBOL vmlinux 0x1f6d7853 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x1f7dd525 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1f9c6747 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fcbbc96 phy_start +EXPORT_SYMBOL vmlinux 0x1fcc05a3 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe02311 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x1fff628f pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x2005e68a acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x20092385 acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x201719cb mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x202291ba pnp_register_driver +EXPORT_SYMBOL vmlinux 0x202f4e92 acpi_extract_package +EXPORT_SYMBOL vmlinux 0x203a5742 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x2045ce83 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x2081f6bb kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x208739f6 acpi_load_table +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20a8ea86 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20c6192f intel_scu_ipc_ioread32 +EXPORT_SYMBOL vmlinux 0x20c6909f simple_transaction_get +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20dfe21e put_tty_driver +EXPORT_SYMBOL vmlinux 0x20f25bef input_close_device +EXPORT_SYMBOL vmlinux 0x2108590f down_write_trylock +EXPORT_SYMBOL vmlinux 0x21249199 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x2140b169 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x2174d043 request_key +EXPORT_SYMBOL vmlinux 0x217bdd37 vga_con +EXPORT_SYMBOL vmlinux 0x2199337a down_timeout +EXPORT_SYMBOL vmlinux 0x21ac0ba1 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x21e0ea22 acpi_get_id +EXPORT_SYMBOL vmlinux 0x21e747e2 set_binfmt +EXPORT_SYMBOL vmlinux 0x21fb443e _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x2216888a mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x221979fb pci_get_device +EXPORT_SYMBOL vmlinux 0x221f9767 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222fffc2 ida_simple_get +EXPORT_SYMBOL vmlinux 0x22353fce phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x22462206 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x2256fafa div64_u64_rem +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x228a368e fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x22980c1a iget5_locked +EXPORT_SYMBOL vmlinux 0x22a0e61b splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22ce3b33 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x22dad63c inet6_release +EXPORT_SYMBOL vmlinux 0x22dfdd06 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x22e8b7b5 ip_defrag +EXPORT_SYMBOL vmlinux 0x22eae10d eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x22ed3476 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x23082105 drop_super +EXPORT_SYMBOL vmlinux 0x2309bd54 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x231b46bd textsearch_prepare +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x2328d422 deactivate_super +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x2355e69e generic_listxattr +EXPORT_SYMBOL vmlinux 0x2367192a scsi_remove_host +EXPORT_SYMBOL vmlinux 0x23908bbc kobject_set_name +EXPORT_SYMBOL vmlinux 0x2391e211 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x2396ea1c thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23d67b5a scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x23d869ae pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x23f9a4f7 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24002ab0 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x242c0a5e set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x244640ee skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x248501c5 elevator_init +EXPORT_SYMBOL vmlinux 0x24914df0 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x24d269a7 __free_pages +EXPORT_SYMBOL vmlinux 0x24d5e6db sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x24d74926 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x24d7b4eb cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x24df6f35 inode_dio_done +EXPORT_SYMBOL vmlinux 0x24faa293 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x2508e9cf d_alloc +EXPORT_SYMBOL vmlinux 0x250d30f3 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x25146ac0 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x251ffc93 dqget +EXPORT_SYMBOL vmlinux 0x2524fbdb elevator_change +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x255328e9 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x255dfe2c drop_nlink +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258357d2 agp_free_memory +EXPORT_SYMBOL vmlinux 0x25c2abef sock_rfree +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25c9e150 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x25d8dcb0 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x25dec641 set_bdi_congested +EXPORT_SYMBOL vmlinux 0x25f837d5 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x260ed0aa dma_alloc_from_coherent +EXPORT_SYMBOL vmlinux 0x263b58bd blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x26685e49 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x268cad79 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x268cc6a2 sys_close +EXPORT_SYMBOL vmlinux 0x26aad5b3 down_read_trylock +EXPORT_SYMBOL vmlinux 0x26b49635 pci_bus_type +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26bcfa9c acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0x26d9e25c d_invalidate +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e2ae4b jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x26e2e1e4 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26fadf94 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x26fc7a62 bioset_free +EXPORT_SYMBOL vmlinux 0x26fceb38 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x26fd6ad4 tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x2717cdde netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x27187d72 __skb_checksum +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272d394e mtrr_del +EXPORT_SYMBOL vmlinux 0x273af48c gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x277be6b8 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x277ca424 mnt_unpin +EXPORT_SYMBOL vmlinux 0x2782ab12 revalidate_disk +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27888f9a qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x278f0330 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x27a4b523 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x27a5dfcf pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x27ae7d0c ec_transaction +EXPORT_SYMBOL vmlinux 0x27b14f76 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c079cc ata_dev_printk +EXPORT_SYMBOL vmlinux 0x27c6268c scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x2818c2f3 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x284c79ea mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x287eb99e up_read +EXPORT_SYMBOL vmlinux 0x2897ffc0 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28b715a6 isapnp_cfg_end +EXPORT_SYMBOL vmlinux 0x28c88e6a PDE_DATA +EXPORT_SYMBOL vmlinux 0x28e48d75 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x28e5237f udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x28f098ae dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x28f405a4 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x291d9d92 set_anon_super +EXPORT_SYMBOL vmlinux 0x291fb558 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x29667fac pcie_set_mps +EXPORT_SYMBOL vmlinux 0x297d4007 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x29aae76c pci_choose_state +EXPORT_SYMBOL vmlinux 0x29bb8735 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x29bd12b2 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x29cdff80 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x29eae81d sk_wait_data +EXPORT_SYMBOL vmlinux 0x29ec5333 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a06a636 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x2a0794a5 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a4d7de0 pcim_iomap +EXPORT_SYMBOL vmlinux 0x2a516f1b bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x2a5def2f intel_scu_ipc_iowrite32 +EXPORT_SYMBOL vmlinux 0x2a67c223 netlink_set_err +EXPORT_SYMBOL vmlinux 0x2a6f67f9 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x2a734b8f iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a913f34 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2abab2c8 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x2ac5b537 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0x2ac638fa key_revoke +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2af647de generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b32c686 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x2b5aa5a0 isapnp_protocol +EXPORT_SYMBOL vmlinux 0x2b768a4e mount_nodev +EXPORT_SYMBOL vmlinux 0x2b803318 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x2b8e916d dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x2b90588c mmc_can_erase +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bb55d6e acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x2bbf96ae freezing_slow_path +EXPORT_SYMBOL vmlinux 0x2bee868f filemap_map_pages +EXPORT_SYMBOL vmlinux 0x2bfeb410 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x2c04df03 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x2c0c08aa blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c3b9bf0 may_umount +EXPORT_SYMBOL vmlinux 0x2c72baea audit_log +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2c93c821 inet_listen +EXPORT_SYMBOL vmlinux 0x2c9b2758 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x2ca319a6 wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x2ca74471 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x2cee200e ata_print_version +EXPORT_SYMBOL vmlinux 0x2cef12f8 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x2cfe6bd9 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d144e21 rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d37342e cpu_online_mask +EXPORT_SYMBOL vmlinux 0x2d421a8c net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x2d4f7843 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x2d510a0d rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x2d67a2fa set_disk_ro +EXPORT_SYMBOL vmlinux 0x2d6b3b69 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x2d7ec0b5 netdev_notice +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d9a0987 pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x2da408b6 udp_poll +EXPORT_SYMBOL vmlinux 0x2da4504c do_sync_read +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2dbe70f9 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dd9a36b flex_array_shrink +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2dedc4c2 acpi_format_exception +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2e01f4c4 mdiobus_free +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2a9f8e ht_create_irq +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e382320 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x2e4a10d1 console_stop +EXPORT_SYMBOL vmlinux 0x2e4b3270 sock_create_lite +EXPORT_SYMBOL vmlinux 0x2e739eef scsi_get_command +EXPORT_SYMBOL vmlinux 0x2e8fddc0 vme_master_request +EXPORT_SYMBOL vmlinux 0x2e923853 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x2e9b072e xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x2ec43d2a agp_put_bridge +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ed5d797 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x2ee4c241 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x2ee7ce08 override_creds +EXPORT_SYMBOL vmlinux 0x2eebf6a1 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef05255 dev_mc_del +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f32d857 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f69bc9d kdb_current_task +EXPORT_SYMBOL vmlinux 0x2f814176 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x2f9bac58 tty_port_put +EXPORT_SYMBOL vmlinux 0x2fb29bff security_path_mkdir +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe25656 pnp_find_dev +EXPORT_SYMBOL vmlinux 0x2ff234d6 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x301154cc dm_register_target +EXPORT_SYMBOL vmlinux 0x3013c922 inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x303cefb8 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x306b3dce pagecache_write_end +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x308d6ea5 pci_enable_device +EXPORT_SYMBOL vmlinux 0x308f5832 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x309ece4d __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x30a411b1 vmap +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30df81b6 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x30e40481 update_devfreq +EXPORT_SYMBOL vmlinux 0x30e6995c xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x31036cfe d_set_d_op +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x3119fd1b filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x311b45a0 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x312824e0 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x313600eb __kfree_skb +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x3149ebee netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x31852133 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x31897935 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x31af4ca3 ping_prot +EXPORT_SYMBOL vmlinux 0x31b07eb0 udp_proc_register +EXPORT_SYMBOL vmlinux 0x31b34fbb blk_put_queue +EXPORT_SYMBOL vmlinux 0x31c21326 free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x31e76b57 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x31f33ea5 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x31f68577 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x3202435a wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x32047647 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x321b9110 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x322cb5a8 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x322f1ed1 path_put +EXPORT_SYMBOL vmlinux 0x324a2fa0 seq_pad +EXPORT_SYMBOL vmlinux 0x324f2dac eth_header_parse +EXPORT_SYMBOL vmlinux 0x3256f10b dev_get_by_index +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x3264c895 dquot_transfer +EXPORT_SYMBOL vmlinux 0x326e934b __put_cred +EXPORT_SYMBOL vmlinux 0x3275a936 input_event +EXPORT_SYMBOL vmlinux 0x3284a8d0 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x328e12fb block_invalidatepage +EXPORT_SYMBOL vmlinux 0x32b0a962 unregister_key_type +EXPORT_SYMBOL vmlinux 0x32cea339 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x32d0b484 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x32d974e2 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x32f35408 __napi_complete +EXPORT_SYMBOL vmlinux 0x3336a5f4 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x33383895 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x33481e37 inet_put_port +EXPORT_SYMBOL vmlinux 0x336ff1c4 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x3374ce8e sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x338e743c scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x33a58f9f sock_register +EXPORT_SYMBOL vmlinux 0x33b55f8f tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c085fd netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33cf8ce1 clk_get +EXPORT_SYMBOL vmlinux 0x33d37f15 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x3413893b invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x342f60fe apm_info +EXPORT_SYMBOL vmlinux 0x3437d4a9 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x343a850c inet_del_offload +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x346d4a39 seq_puts +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x34876b5f jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34ae7626 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x34b922c5 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x34bafe5a skb_checksum +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34fadd93 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x3501126e vm_map_ram +EXPORT_SYMBOL vmlinux 0x350f8b19 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x351032e3 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x3515272c netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351938c7 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x351d30b4 blk_run_queue +EXPORT_SYMBOL vmlinux 0x35215f5c filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x3524a869 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x353ad7a6 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x353de98f cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x353e21e3 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x35843850 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x358cdfac kmap_atomic +EXPORT_SYMBOL vmlinux 0x35b40909 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x35c9e939 filp_close +EXPORT_SYMBOL vmlinux 0x35e0a7fe dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x35f62d4b devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x3602bfd9 down_write +EXPORT_SYMBOL vmlinux 0x36050cf1 x86_dma_fallback_dev +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3626de60 jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x3639a5f1 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x363a38c4 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x3655d1c9 agp_copy_info +EXPORT_SYMBOL vmlinux 0x366acb47 serio_open +EXPORT_SYMBOL vmlinux 0x3678e001 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x367c5531 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x367f8a8f inet_sendpage +EXPORT_SYMBOL vmlinux 0x36aad357 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36c6af51 intel_scu_ipc_iowrite8 +EXPORT_SYMBOL vmlinux 0x36d41267 pci_select_bars +EXPORT_SYMBOL vmlinux 0x36e31471 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x36e4aa0a jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x36e4ada7 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x36e85d41 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x36fdf7ff skb_push +EXPORT_SYMBOL vmlinux 0x3702fda1 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3760d1a7 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x37799aeb rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x37a4999f genphy_resume +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37bb56f1 dump_skip +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37d2f589 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37e494c5 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x37e7151c default_file_splice_read +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x37f7ae44 padata_do_serial +EXPORT_SYMBOL vmlinux 0x38099e13 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x381144a9 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381ccc13 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x3847538d kill_bdev +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x3853c5cd blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x3872be72 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x387d7177 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388799f6 unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x389d63fd queue_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38b4a1d4 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x38b9db1c vm_mmap +EXPORT_SYMBOL vmlinux 0x38ce3d67 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x38e52d7e build_skb +EXPORT_SYMBOL vmlinux 0x38e914b6 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x38edb323 proc_create_data +EXPORT_SYMBOL vmlinux 0x390ed1bc sock_kmalloc +EXPORT_SYMBOL vmlinux 0x391ac239 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x3921da28 lock_may_read +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x393a188f bdi_init +EXPORT_SYMBOL vmlinux 0x39459f04 mpage_readpages +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x39504d91 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x39573ad2 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x398899d3 netlink_unicast +EXPORT_SYMBOL vmlinux 0x39a055f3 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x39ad02fc ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x39b54f10 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x39bf6e4f jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x39bf9eab from_kgid +EXPORT_SYMBOL vmlinux 0x39c17cca devm_iounmap +EXPORT_SYMBOL vmlinux 0x39c812d3 dev_set_group +EXPORT_SYMBOL vmlinux 0x39e486b6 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x39e7b92b vme_bus_type +EXPORT_SYMBOL vmlinux 0x39eb230c init_net +EXPORT_SYMBOL vmlinux 0x39f71d0f irq_stat +EXPORT_SYMBOL vmlinux 0x3a013b7d remove_wait_queue +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a32839e intel_gtt_chipset_flush +EXPORT_SYMBOL vmlinux 0x3a4c4503 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x3a5d49cd dma_ops +EXPORT_SYMBOL vmlinux 0x3a6433b2 pnpbios_protocol +EXPORT_SYMBOL vmlinux 0x3a7856fb xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x3a7f9a52 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3ac90158 simple_dname +EXPORT_SYMBOL vmlinux 0x3af7fb21 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x3afa2828 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x3b201620 machine_real_restart +EXPORT_SYMBOL vmlinux 0x3b23a38e __destroy_inode +EXPORT_SYMBOL vmlinux 0x3b3bb9f6 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x3b89aea1 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x3b8cf4de tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x3b93fc9b may_umount_tree +EXPORT_SYMBOL vmlinux 0x3ba38a55 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x3ba60231 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x3bb9b251 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3be5ed90 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x3bf35106 kill_fasync +EXPORT_SYMBOL vmlinux 0x3c0f5eea __sock_create +EXPORT_SYMBOL vmlinux 0x3c18e7a6 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x3c2e98a7 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x3c2fb43c delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c652acd blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x3c73f532 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3ca9f79f skb_tx_error +EXPORT_SYMBOL vmlinux 0x3cabc7f7 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x3cb3931b sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x3cba5fc3 __find_get_block +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cedba45 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x3cf3f229 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x3cf49300 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x3d1a40b2 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x3d36fd5b gen_pool_alloc +EXPORT_SYMBOL vmlinux 0x3d5930ee up_write +EXPORT_SYMBOL vmlinux 0x3d6aef58 security_path_mknod +EXPORT_SYMBOL vmlinux 0x3d7c1ed7 msrs_alloc +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3dc5e856 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0d7319 mmc_free_host +EXPORT_SYMBOL vmlinux 0x3e202307 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x3e242719 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x3e2ae3a8 acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0x3e3a00a1 dm_io +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3e97c02c vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x3eaf5329 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x3ebcc6ba tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ef371a6 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x3ef78d80 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x3eff5ac2 intel_scu_ipc_writev +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f3f9138 finish_open +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f49e34c skb_find_text +EXPORT_SYMBOL vmlinux 0x3f4b8fde ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x3f63e1fe __brelse +EXPORT_SYMBOL vmlinux 0x3f9f868f __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x3fa58ef8 wait_for_completion +EXPORT_SYMBOL vmlinux 0x3fb10dcc phy_device_create +EXPORT_SYMBOL vmlinux 0x3fb2a71d i2c_release_client +EXPORT_SYMBOL vmlinux 0x3fd46540 tcp_connect +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff16b9b __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x3fffd808 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x4009cc66 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0x4013acf5 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x4028a42f xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x402db59c pci_read_vpd +EXPORT_SYMBOL vmlinux 0x403897ca zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0x403a15f1 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x404aefaa neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405bc5d9 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x4066f509 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x407b41d5 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x4097fa45 acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b76839 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c84b01 vc_cons +EXPORT_SYMBOL vmlinux 0x40c89d46 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40db869a tty_port_close_start +EXPORT_SYMBOL vmlinux 0x40df8e61 cpu_info +EXPORT_SYMBOL vmlinux 0x40e1cda1 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x40e27cff pci_bus_put +EXPORT_SYMBOL vmlinux 0x40fef7bb netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x411f1968 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41547232 security_path_chown +EXPORT_SYMBOL vmlinux 0x41590fb2 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x41777ecf cdev_add +EXPORT_SYMBOL vmlinux 0x41862ad4 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x41887425 get_io_context +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x419da068 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x41a997b3 __get_user_pages +EXPORT_SYMBOL vmlinux 0x41b4a8ab mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x41b6875a generic_file_mmap +EXPORT_SYMBOL vmlinux 0x41bc3fcb vc_resize +EXPORT_SYMBOL vmlinux 0x41d6cb07 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x41e25703 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x41f800d8 do_splice_from +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x42350e8d ucs2_strlen +EXPORT_SYMBOL vmlinux 0x424fc911 ihold +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x4292364c schedule +EXPORT_SYMBOL vmlinux 0x4298a8e1 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42b3da7e ilookup +EXPORT_SYMBOL vmlinux 0x42bece95 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x42c6de99 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x42c8de35 ioremap_nocache +EXPORT_SYMBOL vmlinux 0x42edf2d2 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4308b9d3 pci_get_slot +EXPORT_SYMBOL vmlinux 0x431b661b bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4364ee45 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x436b1c8d agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438c5342 d_find_alias +EXPORT_SYMBOL vmlinux 0x43980414 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x439ac9e0 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x439cb751 pv_lock_ops +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x44112018 sget +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x44a07a0c phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x44a0f1a6 netif_device_attach +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44daa00e input_open_device +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f1606d down_trylock +EXPORT_SYMBOL vmlinux 0x44f5478a dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x4502bcf5 audit_log_start +EXPORT_SYMBOL vmlinux 0x4503812e tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4578661a _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45bd0fab set_create_files_as +EXPORT_SYMBOL vmlinux 0x45bdff4e blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x45df2f7d tty_name +EXPORT_SYMBOL vmlinux 0x45e0657c unregister_netdev +EXPORT_SYMBOL vmlinux 0x461c73de padata_start +EXPORT_SYMBOL vmlinux 0x4629334c __preempt_count +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x4632dc3d elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x464caadc neigh_lookup +EXPORT_SYMBOL vmlinux 0x464e5ade max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x46599273 vme_bus_num +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x466d0b99 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x467595f8 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x468bcda6 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x4699cd65 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x46a850a3 del_gendisk +EXPORT_SYMBOL vmlinux 0x46af4a88 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x46de4804 set_pages_wb +EXPORT_SYMBOL vmlinux 0x46df135a get_cached_acl +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x4713faaa vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x4722ba39 udp_add_offload +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x475d43f5 revert_creds +EXPORT_SYMBOL vmlinux 0x475f010b acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x4771b52f dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x477bfb75 cad_pid +EXPORT_SYMBOL vmlinux 0x47875160 skb_append +EXPORT_SYMBOL vmlinux 0x478d10b2 ht_destroy_irq +EXPORT_SYMBOL vmlinux 0x4792c572 down_interruptible +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47a3ff91 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x47aca7d4 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x47b128b4 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47c9e99d dput +EXPORT_SYMBOL vmlinux 0x47f3b4f0 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x4800c37e empty_aops +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x48197a40 dst_destroy +EXPORT_SYMBOL vmlinux 0x481cb9ab acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x4825f3af mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x484867ba d_delete +EXPORT_SYMBOL vmlinux 0x484b18fd __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486d2f29 dqstats +EXPORT_SYMBOL vmlinux 0x489d3922 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x48a959d2 __neigh_create +EXPORT_SYMBOL vmlinux 0x48b38940 ip_fragment +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4915c398 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x491666f6 tty_hangup +EXPORT_SYMBOL vmlinux 0x491ba7e7 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x493b5b02 consume_skb +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x497ba960 invalidate_partition +EXPORT_SYMBOL vmlinux 0x49960269 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49d522d8 twl6040_power +EXPORT_SYMBOL vmlinux 0x49e1974c ppp_register_channel +EXPORT_SYMBOL vmlinux 0x4a121371 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x4a260784 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a619f83 memcpy +EXPORT_SYMBOL vmlinux 0x4a94183d xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x4abb6c5a pci_find_bus +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4acca852 proc_set_size +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4ae03dcc submit_bio +EXPORT_SYMBOL vmlinux 0x4aedc2f4 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afdb3fd d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b49add0 __pagevec_release +EXPORT_SYMBOL vmlinux 0x4b4e8911 sock_no_getname +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b6f1fd3 __sb_end_write +EXPORT_SYMBOL vmlinux 0x4b8e0ea2 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x4b957523 bio_init +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bb0778e vm_stat +EXPORT_SYMBOL vmlinux 0x4bc4d5a5 __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x4bcf03a4 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bf7b27d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c1b40db elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x4c276b32 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c3c85c3 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x4c478a6f tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x4c4fef19 kernel_stack +EXPORT_SYMBOL vmlinux 0x4c5bd663 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x4c5c0803 install_exec_creds +EXPORT_SYMBOL vmlinux 0x4c7de125 pci_request_region +EXPORT_SYMBOL vmlinux 0x4c8c7a23 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x4cabeac8 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc93667 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x4ccb5620 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cdbedc7 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x4cf2b21f ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x4cfc00b2 set_bh_page +EXPORT_SYMBOL vmlinux 0x4d1fcf01 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d556e23 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x4d71fa75 md_integrity_register +EXPORT_SYMBOL vmlinux 0x4d82ebdd security_task_getsecid +EXPORT_SYMBOL vmlinux 0x4d921c18 vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x4d969bdc mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da7f9c2 blk_free_tags +EXPORT_SYMBOL vmlinux 0x4da818f0 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x4daa360a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x4db7fef9 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e64cbe5 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x4e66d1e0 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e796c3a seq_write +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e8ef5e4 start_tty +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eaa4558 seq_path +EXPORT_SYMBOL vmlinux 0x4eabf6a6 security_inode_readlink +EXPORT_SYMBOL vmlinux 0x4edb7cb2 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x4f114bce rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f3b307c blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6b400b _copy_from_user +EXPORT_SYMBOL vmlinux 0x4f783f30 acpi_read +EXPORT_SYMBOL vmlinux 0x4f7fc646 unload_nls +EXPORT_SYMBOL vmlinux 0x4f8b5ddb _copy_to_user +EXPORT_SYMBOL vmlinux 0x4f9101cd cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x4fa9c1e2 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x4fba4295 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x4fd87f50 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fdf8e8f unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x4fe53b53 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x50177b87 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x50223e8c pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x503a220d simple_empty +EXPORT_SYMBOL vmlinux 0x504c2266 contig_page_data +EXPORT_SYMBOL vmlinux 0x50529870 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x507dd45f mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x50821801 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x50835f5b ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x509053d2 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x50917232 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50b66bcb radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50e385f7 proto_register +EXPORT_SYMBOL vmlinux 0x50eedeb8 printk +EXPORT_SYMBOL vmlinux 0x50f47087 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x50fd1555 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x510be180 security_path_chmod +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x51612303 kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x516ff4cc netdev_change_features +EXPORT_SYMBOL vmlinux 0x5177ddaa sock_i_uid +EXPORT_SYMBOL vmlinux 0x5186518f profile_pc +EXPORT_SYMBOL vmlinux 0x519d9837 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x51f5c751 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x52006d56 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5206459c proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x52095e19 acpi_get_data +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x521c2963 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x522b5ed9 serio_interrupt +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5251f47f scsi_remove_device +EXPORT_SYMBOL vmlinux 0x525e026f acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0x526c7ad5 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x526f4e56 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x527447f2 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x528df5ff bio_copy_user +EXPORT_SYMBOL vmlinux 0x52a5abe2 skb_pull +EXPORT_SYMBOL vmlinux 0x52b22e7a generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52b97b2e remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x52efa994 inet6_protos +EXPORT_SYMBOL vmlinux 0x52fc2747 vme_slot_num +EXPORT_SYMBOL vmlinux 0x5301be22 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x530b1e4c rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x532dde82 skb_insert +EXPORT_SYMBOL vmlinux 0x5330e7a0 phy_disconnect +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x5335e0a9 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x533a32d0 input_grab_device +EXPORT_SYMBOL vmlinux 0x534aa50b inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x538136aa xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x5383f34b _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x53873592 block_read_full_page +EXPORT_SYMBOL vmlinux 0x53baee95 set_device_ro +EXPORT_SYMBOL vmlinux 0x53d2ac67 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x53dbe12b padata_alloc +EXPORT_SYMBOL vmlinux 0x53e2bbd2 user_path_create +EXPORT_SYMBOL vmlinux 0x53e6f5b2 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x53f2ef10 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x53fc68e2 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5413d1c9 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x54152e04 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x541c56d6 amd_northbridges +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544b0c11 acpi_lid_notifier_register +EXPORT_SYMBOL vmlinux 0x544e4cb8 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x545d102e mb_cache_shrink +EXPORT_SYMBOL vmlinux 0x545d1bef backlight_force_update +EXPORT_SYMBOL vmlinux 0x5464d3f6 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0x5478392d mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x548ee540 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54acafc0 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x54adfc5b pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x54d730e5 kernel_bind +EXPORT_SYMBOL vmlinux 0x54da9e98 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6faf1 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552ccd2b generic_setlease +EXPORT_SYMBOL vmlinux 0x55399f37 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5549926a kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5568db72 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55b23398 input_allocate_device +EXPORT_SYMBOL vmlinux 0x55c014b3 inode_init_once +EXPORT_SYMBOL vmlinux 0x55c2944f elevator_alloc +EXPORT_SYMBOL vmlinux 0x55c8c53e __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x55cd83d9 input_register_handler +EXPORT_SYMBOL vmlinux 0x55cda4d6 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x55dbeae1 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0x56200ee7 skb_store_bits +EXPORT_SYMBOL vmlinux 0x562ea572 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x5654d916 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x5665a815 thaw_super +EXPORT_SYMBOL vmlinux 0x5676a3e5 intel_scu_ipc_ioread8 +EXPORT_SYMBOL vmlinux 0x56902f16 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x56a7095c vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x56abdb88 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x56c42b44 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d75899 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x56ffceb5 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x5705088a __vmalloc +EXPORT_SYMBOL vmlinux 0x570977b6 generic_file_open +EXPORT_SYMBOL vmlinux 0x572aaf7a truncate_pagecache +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x5741ec45 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575af70c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x575cbef3 md_write_start +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x5772cb8d n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x579fbcd2 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x57c6509f blk_init_queue +EXPORT_SYMBOL vmlinux 0x57e305fe scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x57efa4d5 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x57fb54fb swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x580b185b tcp_seq_open +EXPORT_SYMBOL vmlinux 0x582742a7 vfs_read +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x584738f9 rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5857b8f5 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x5859c3cb simple_pin_fs +EXPORT_SYMBOL vmlinux 0x585ad691 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x586103be acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x587472f2 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x587a1117 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x588db1ee mapping_tagged +EXPORT_SYMBOL vmlinux 0x589eea57 kernel_read +EXPORT_SYMBOL vmlinux 0x58a13a19 fput +EXPORT_SYMBOL vmlinux 0x58b57ce1 dst_release +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58fef6f8 ist_info +EXPORT_SYMBOL vmlinux 0x591479c6 vfs_llseek +EXPORT_SYMBOL vmlinux 0x5935ccc5 xfrm_input +EXPORT_SYMBOL vmlinux 0x593cfd96 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594c4204 netdev_printk +EXPORT_SYMBOL vmlinux 0x5955faed tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x599d488c flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x59a1e4ea simple_write_begin +EXPORT_SYMBOL vmlinux 0x59b72fed eisa_bus_type +EXPORT_SYMBOL vmlinux 0x59bc9609 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0x59bf9bd4 __frontswap_test +EXPORT_SYMBOL vmlinux 0x59f702f9 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x5a00046a tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x5a132f12 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x5a2aa62e __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x5a2d88df _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x5a4514dc jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a5d11de scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x5a658b4f __bio_clone_fast +EXPORT_SYMBOL vmlinux 0x5a7a5ac1 x86_hyper_ms_hyperv +EXPORT_SYMBOL vmlinux 0x5aa1cf8d key_alloc +EXPORT_SYMBOL vmlinux 0x5aa791d8 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x5ab0cda4 nf_log_unset +EXPORT_SYMBOL vmlinux 0x5ac376a5 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x5aca5ba1 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x5ad0e358 dev_add_offload +EXPORT_SYMBOL vmlinux 0x5af19eab agp_enable +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b271d86 acpi_video_dmi_promote_vendor +EXPORT_SYMBOL vmlinux 0x5b27cdd7 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x5b3d6f13 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x5b3de983 touch_buffer +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b3fdbfc acpi_pm_device_run_wake +EXPORT_SYMBOL vmlinux 0x5b4de806 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x5b950bea xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x5bae6549 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x5bbf1fd2 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x5bc23cbf wake_up_process +EXPORT_SYMBOL vmlinux 0x5bc8d583 copy_from_user_overflow +EXPORT_SYMBOL vmlinux 0x5bcaecd2 do_splice_direct +EXPORT_SYMBOL vmlinux 0x5c004643 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x5c0726d2 filemap_flush +EXPORT_SYMBOL vmlinux 0x5c0be36b fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x5c2d2993 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x5c2df855 misc_register +EXPORT_SYMBOL vmlinux 0x5c2e3871 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x5c4b2b6e dma_set_mask +EXPORT_SYMBOL vmlinux 0x5c545234 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x5c54a747 follow_up +EXPORT_SYMBOL vmlinux 0x5c561402 xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0x5c5bebc1 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x5c894dcc udp_prot +EXPORT_SYMBOL vmlinux 0x5cbfc427 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x5ce39f39 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x5ce77124 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d223a72 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x5d351836 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x5d360901 blk_fetch_request +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d45b1bc pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x5d4b780d i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d74dbcf pnp_range_reserved +EXPORT_SYMBOL vmlinux 0x5d8d9230 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x5d9993d3 md_flush_request +EXPORT_SYMBOL vmlinux 0x5d9bf3d3 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x5da01454 seq_read +EXPORT_SYMBOL vmlinux 0x5db41a37 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x5dc6c8c9 __napi_schedule +EXPORT_SYMBOL vmlinux 0x5dce6b75 complete_and_exit +EXPORT_SYMBOL vmlinux 0x5dfbf863 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x5e21218a idr_replace +EXPORT_SYMBOL vmlinux 0x5e272d4e blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x5e368741 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x5e41c6dc vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x5e6d76ec lease_modify +EXPORT_SYMBOL vmlinux 0x5e897cf5 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x5e8f8e13 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb904ba _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ee46603 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f03c4cc alloc_fddidev +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0c3d93 get_agp_version +EXPORT_SYMBOL vmlinux 0x5f1a4ccf intel_scu_ipc_update_register +EXPORT_SYMBOL vmlinux 0x5f27544a mempool_destroy +EXPORT_SYMBOL vmlinux 0x5f2d1b22 irq_to_desc +EXPORT_SYMBOL vmlinux 0x5f2dc828 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x5f44b06e xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x5f7b8b20 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x5fa306db sk_mc_loop +EXPORT_SYMBOL vmlinux 0x5fd268cb radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fe41fb6 percpu_counter_set +EXPORT_SYMBOL vmlinux 0x5ff1d51b xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x5ff42b08 acpi_video_get_capabilities +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x600f21fd pcim_iounmap +EXPORT_SYMBOL vmlinux 0x6016d89a inet_select_addr +EXPORT_SYMBOL vmlinux 0x601ee9ff fb_find_mode +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602ed00d acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x6042549c seq_printf +EXPORT_SYMBOL vmlinux 0x60657a61 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x606d9d91 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x60744549 dev_addr_del +EXPORT_SYMBOL vmlinux 0x607cbece __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60a80580 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x60b86f61 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x60c18687 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60e1f6f5 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x60e2dff3 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x60fd1459 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x61109ef2 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61378c4b netdev_info +EXPORT_SYMBOL vmlinux 0x614383c0 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x614dc253 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x6151ce8a unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x616a412c udplite_prot +EXPORT_SYMBOL vmlinux 0x617bbf8e make_kuid +EXPORT_SYMBOL vmlinux 0x619b187b add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x61b3560c cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61ba452d __ps2_command +EXPORT_SYMBOL vmlinux 0x61d6df19 release_pages +EXPORT_SYMBOL vmlinux 0x620253b4 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x62049256 acpi_disable +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6215ff5a xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x6225546e add_disk +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622fa02a prepare_to_wait +EXPORT_SYMBOL vmlinux 0x6237f6b5 acpi_enable_event +EXPORT_SYMBOL vmlinux 0x6241a2ab __copy_from_user_ll_nocache +EXPORT_SYMBOL vmlinux 0x624b1169 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x6270c23a sock_create_kern +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x6289e3e7 tty_register_device +EXPORT_SYMBOL vmlinux 0x6297c365 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x629b8daf bio_map_kern +EXPORT_SYMBOL vmlinux 0x629ff2d1 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x62a17eb2 ata_port_printk +EXPORT_SYMBOL vmlinux 0x62a3e3e7 mutex_trylock +EXPORT_SYMBOL vmlinux 0x62cf1f15 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x62d88665 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x62f0b96b check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x632f22bf keyring_search +EXPORT_SYMBOL vmlinux 0x6331b737 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x636a5691 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0x6381f384 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x63857c08 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x63a01291 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x63a6bcc9 acpi_map_lsapic +EXPORT_SYMBOL vmlinux 0x63ae0138 intel_gtt_get +EXPORT_SYMBOL vmlinux 0x63b89553 kmap_high +EXPORT_SYMBOL vmlinux 0x63c1bebd scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x63c3e2f0 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x63c3fec5 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x63e2bc8d f_setown +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x64181f61 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x643cb0a5 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x64481ec9 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x6449fd41 acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0x645b9d0a dev_uc_flush +EXPORT_SYMBOL vmlinux 0x648a49be d_move +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x649b2b17 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x64a248ef pagecache_get_page +EXPORT_SYMBOL vmlinux 0x64a405ae dmam_pool_create +EXPORT_SYMBOL vmlinux 0x64a4b84d cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x64eae7ad set_memory_array_wb +EXPORT_SYMBOL vmlinux 0x64fa7693 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x65008c8d dev_remove_offload +EXPORT_SYMBOL vmlinux 0x65033a08 flow_cache_fini +EXPORT_SYMBOL vmlinux 0x65093f41 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x650a9d6a blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x6511e038 inc_nlink +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x653c56e7 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x655f1ab0 set_memory_array_wc +EXPORT_SYMBOL vmlinux 0x65605215 unregister_console +EXPORT_SYMBOL vmlinux 0x6565d33f scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x656bed92 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x658d7722 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x65a295bb atomic64_xchg_cx8 +EXPORT_SYMBOL vmlinux 0x65a69e38 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x65b416db dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x65d1602a ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x65d484d3 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e30f49 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x65f371a3 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65f8b031 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x6611c08c request_firmware +EXPORT_SYMBOL vmlinux 0x66355efc vprintk +EXPORT_SYMBOL vmlinux 0x663f7cd0 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0x66449ef8 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x66742d9c buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x66846d88 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66ac6e81 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x66c9eae4 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x66de5128 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x67276a85 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x673c746a bitmap_unplug +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x675080d3 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x6772bcdd jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x67741dfd udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x6788a460 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x6789152c __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x678c09eb mb_cache_create +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67dcffb7 lg_lock_init +EXPORT_SYMBOL vmlinux 0x67e32c3e uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x67e88cfb vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x67ec2165 kernel_connect +EXPORT_SYMBOL vmlinux 0x67ed6cc9 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x67f72102 idr_init +EXPORT_SYMBOL vmlinux 0x67f7403e _raw_spin_lock +EXPORT_SYMBOL vmlinux 0x6808a5bc netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x680ec6f5 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x6839bbcd vfs_rename +EXPORT_SYMBOL vmlinux 0x6849374c tcp_prot +EXPORT_SYMBOL vmlinux 0x68565224 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x685fadd7 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687baa6b inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x687cc2ab generic_write_end +EXPORT_SYMBOL vmlinux 0x687f12c9 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x68851218 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x68aedf13 ip_ct_attach +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68d1c84f pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x68dfc59f __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e2f221 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0x691001b5 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x692a05a3 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x6936e73c nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x694055cb bdev_read_only +EXPORT_SYMBOL vmlinux 0x694ce8d9 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x69911d4b ida_init +EXPORT_SYMBOL vmlinux 0x699f4480 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69bd5b4d mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0x69c7f96a pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69dc2b16 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x6a01d457 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a083c26 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x6a1d0ea6 skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x6a2771ef dump_page +EXPORT_SYMBOL vmlinux 0x6a27bfce csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x6a32a21d __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x6a3d8fec inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x6a48e16b percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x6a52222b __devm_release_region +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a66ccb3 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a7da6bf tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x6a9b4e2b pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6ad45943 __block_write_begin +EXPORT_SYMBOL vmlinux 0x6ad85887 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x6ad95e66 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6afaa54b tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b23fcbc agp_bind_memory +EXPORT_SYMBOL vmlinux 0x6b28dff7 prepare_binprm +EXPORT_SYMBOL vmlinux 0x6b3edb56 kobject_del +EXPORT_SYMBOL vmlinux 0x6b548d9f dst_discard_sk +EXPORT_SYMBOL vmlinux 0x6b670276 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x6b7aff13 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x6b9af2e3 request_key_async +EXPORT_SYMBOL vmlinux 0x6bbdfd66 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bdaba6a mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6be65084 __frontswap_store +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c2e3320 strncmp +EXPORT_SYMBOL vmlinux 0x6c369165 neigh_compat_output +EXPORT_SYMBOL vmlinux 0x6c390294 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x6c40c421 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c836ccf __blk_end_request +EXPORT_SYMBOL vmlinux 0x6c8e52cf scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x6ca5b0f8 __net_get_random_once +EXPORT_SYMBOL vmlinux 0x6ca70f89 nobh_write_end +EXPORT_SYMBOL vmlinux 0x6cb0ed9c dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x6cb47f6e skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x6cbf1502 vga_switcheroo_set_dynamic_switch +EXPORT_SYMBOL vmlinux 0x6cd5ffe3 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6ce36467 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d26a3bf serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d341f3b jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x6d4962fc zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x6d5e14e7 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x6d8657dc bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x6d895ffa do_truncate +EXPORT_SYMBOL vmlinux 0x6dc44165 writeback_in_progress +EXPORT_SYMBOL vmlinux 0x6dd93d15 cdrom_open +EXPORT_SYMBOL vmlinux 0x6dda52a5 sock_wake_async +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df33ae5 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x6df4200d set_pages_x +EXPORT_SYMBOL vmlinux 0x6e1ce0a8 seq_vprintf +EXPORT_SYMBOL vmlinux 0x6e48dc02 __scm_send +EXPORT_SYMBOL vmlinux 0x6e51ac2e _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x6e6514ed radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6e6568c3 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x6e65f2dc rtc_lock +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea2e7f5 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x6ea34a86 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x6eb2c2f5 dev_deactivate +EXPORT_SYMBOL vmlinux 0x6eb6cbac phy_device_free +EXPORT_SYMBOL vmlinux 0x6eb91fc5 try_module_get +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ebe5a66 key_task_permission +EXPORT_SYMBOL vmlinux 0x6edc61cd inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x6ef274f1 have_submounts +EXPORT_SYMBOL vmlinux 0x6f102b7c input_register_device +EXPORT_SYMBOL vmlinux 0x6f199d27 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f27de3d jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x6f3181c5 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x6f458652 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x6f4c6b71 lg_local_unlock +EXPORT_SYMBOL vmlinux 0x6f4d27ac ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x6f556bdb acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x6f665832 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x6f7edc72 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x6f8954c6 security_path_symlink +EXPORT_SYMBOL vmlinux 0x6fa58bab generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x6fb703d8 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x6fc0a6b4 read_code +EXPORT_SYMBOL vmlinux 0x6fc88391 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6feb2039 acpi_write +EXPORT_SYMBOL vmlinux 0x6ffd738d file_open_root +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702e5a73 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x70337d6d tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x703d7c40 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x70577509 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x7062b4cd cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x7088ce72 printk_emit +EXPORT_SYMBOL vmlinux 0x708a9f23 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x708c5713 __page_symlink +EXPORT_SYMBOL vmlinux 0x70a69e00 ip6_route_output +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70cbf683 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d1bb83 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x70d1f8f3 strncat +EXPORT_SYMBOL vmlinux 0x70d718f8 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x70d8ab82 acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0x70df548c pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x710ec95a md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x7114a71f bit_waitqueue +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712ed37b radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x7133d920 tso_count_descs +EXPORT_SYMBOL vmlinux 0x715b41bf md_done_sync +EXPORT_SYMBOL vmlinux 0x716571ae vme_register_bridge +EXPORT_SYMBOL vmlinux 0x716715cc truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71c8b476 sock_no_listen +EXPORT_SYMBOL vmlinux 0x71d77f5a set_user_nice +EXPORT_SYMBOL vmlinux 0x71dc7e6a cdrom_check_events +EXPORT_SYMBOL vmlinux 0x71eb819a xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x71f65175 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x71feb166 generic_write_checks +EXPORT_SYMBOL vmlinux 0x720ae72a ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x7221a287 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x72274a1d tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x723378a3 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x723a29b9 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x72682b01 sock_no_poll +EXPORT_SYMBOL vmlinux 0x72890a1c ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x729f883e agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x72ac85c5 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x72af56e5 fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b5b2b7 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72b88ca2 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x72be06d9 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x72bf2140 mtrr_add +EXPORT_SYMBOL vmlinux 0x72d227b6 genphy_suspend +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72e0c4cb posix_test_lock +EXPORT_SYMBOL vmlinux 0x72e6cded blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f3aa32 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x72f4b5fc proto_unregister +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7335fa3d inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x733a5f2a inet_stream_ops +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x73437dfd inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x7358dedd skb_trim +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x7368f642 softnet_data +EXPORT_SYMBOL vmlinux 0x738803e6 strnlen +EXPORT_SYMBOL vmlinux 0x739728b8 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x73ab1d61 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x73be5cfd tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x73c56c28 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x73d28049 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x740ee03c filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x7413793a EISA_bus +EXPORT_SYMBOL vmlinux 0x74166f49 netlink_ack +EXPORT_SYMBOL vmlinux 0x741e079b con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x742c9522 seq_putc +EXPORT_SYMBOL vmlinux 0x743b4ae3 atomic64_inc_not_zero_cx8 +EXPORT_SYMBOL vmlinux 0x74514826 dma_mark_declared_memory_occupied +EXPORT_SYMBOL vmlinux 0x7454928d mnt_pin +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x748f0f87 dma_find_channel +EXPORT_SYMBOL vmlinux 0x74bb2181 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74ce05b8 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x74e57486 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x74e5c98f ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74fd0f2d pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x7505743d tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x7505e8b0 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x750e88dd ps2_init +EXPORT_SYMBOL vmlinux 0x7512124b vme_irq_handler +EXPORT_SYMBOL vmlinux 0x75271716 save_processor_state +EXPORT_SYMBOL vmlinux 0x7531e3dc acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0x7537521f __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x754b7bc4 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x755aa236 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x757217a3 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0x75746dbe blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x7591746c genl_notify +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x75bb675a finish_wait +EXPORT_SYMBOL vmlinux 0x75bc549a x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75d02b41 notify_change +EXPORT_SYMBOL vmlinux 0x75d21809 vprintk_emit +EXPORT_SYMBOL vmlinux 0x75e7fdff set_pages_nx +EXPORT_SYMBOL vmlinux 0x75ec9bf2 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x75fa21b0 led_set_brightness +EXPORT_SYMBOL vmlinux 0x75fbdefd acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760cbe40 dev_close +EXPORT_SYMBOL vmlinux 0x7628f3c7 this_cpu_off +EXPORT_SYMBOL vmlinux 0x762add85 atomic64_inc_return_cx8 +EXPORT_SYMBOL vmlinux 0x7633f177 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x765c7ea4 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x765fc67b dcb_setapp +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x769e06d7 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x76ae01fe inode_set_flags +EXPORT_SYMBOL vmlinux 0x76aed00a scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x76ba84b3 vme_dma_request +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76c889ac ns_capable +EXPORT_SYMBOL vmlinux 0x76d0616c udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76e1f1de register_key_type +EXPORT_SYMBOL vmlinux 0x76e54a30 vfs_symlink +EXPORT_SYMBOL vmlinux 0x76f67bf1 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x76f6c5ef kmalloc_order +EXPORT_SYMBOL vmlinux 0x770a0036 isapnp_cfg_begin +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x771e7d9b blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x772f9eec __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x7737d448 register_console +EXPORT_SYMBOL vmlinux 0x773ded2c tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x7740dd5b sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x77636d43 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x776ad7a3 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x777f05e8 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77e3bf96 iget_failed +EXPORT_SYMBOL vmlinux 0x77e7900d __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x780dbee2 skb_pad +EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt +EXPORT_SYMBOL vmlinux 0x7811672e scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x78131ebb inet_frags_init +EXPORT_SYMBOL vmlinux 0x782567ec memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x78270537 filp_open +EXPORT_SYMBOL vmlinux 0x783841d9 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x78639ff5 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x7863aa29 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x78674f0a redraw_screen +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x788175ff neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x78947f6e nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78bb2011 dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0x78d1eee6 bh_submit_read +EXPORT_SYMBOL vmlinux 0x78d60183 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x78db38d3 proc_dointvec +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f19f09 inet6_bind +EXPORT_SYMBOL vmlinux 0x78f2a95a xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x79068fda acpi_install_method +EXPORT_SYMBOL vmlinux 0x790b00d1 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x79163dd1 d_instantiate +EXPORT_SYMBOL vmlinux 0x79175886 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x7960cf5f netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x79650fee __getblk_slow +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x79844228 serio_close +EXPORT_SYMBOL vmlinux 0x798c5436 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x798fd647 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79b01c40 read_dev_sector +EXPORT_SYMBOL vmlinux 0x79ce45f7 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x79cecc05 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x79e1b356 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x79e77d57 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x79e7dd49 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x79eee7c8 alloc_disk +EXPORT_SYMBOL vmlinux 0x79fd04ba acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x7a02afcc devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x7a1306a1 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a228b68 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a3ee1eb kfree_skb +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a54f34a mmc_can_discard +EXPORT_SYMBOL vmlinux 0x7a58ea02 generic_read_dir +EXPORT_SYMBOL vmlinux 0x7a82cb47 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7a8c1deb load_nls +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a9bf88d udplite_table +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ac5239c __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7aec9089 clear_user +EXPORT_SYMBOL vmlinux 0x7af4c892 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7b134ddf acpi_get_name +EXPORT_SYMBOL vmlinux 0x7b13f9a2 dev_warn +EXPORT_SYMBOL vmlinux 0x7b1ade38 lz4_decompress +EXPORT_SYMBOL vmlinux 0x7b3ab1a5 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x7b3e6b6a flow_cache_init +EXPORT_SYMBOL vmlinux 0x7b51a97b dma_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x7b52a859 wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7b583e31 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b7092c5 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x7b8dceb8 dquot_initialize +EXPORT_SYMBOL vmlinux 0x7b8ea67e eth_header +EXPORT_SYMBOL vmlinux 0x7b9ec4a8 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x7ba0d5b9 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x7ba875e3 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x7bbb0fca sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x7bf3af5e i2c_register_driver +EXPORT_SYMBOL vmlinux 0x7c0488da get_unmapped_area +EXPORT_SYMBOL vmlinux 0x7c12c43c i8042_install_filter +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c5415ec bio_unmap_user +EXPORT_SYMBOL vmlinux 0x7c583f15 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c68a171 udp_del_offload +EXPORT_SYMBOL vmlinux 0x7c7429a2 pv_mmu_ops +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7c9b4237 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cb7ca99 vfs_link +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cc65427 inet_getname +EXPORT_SYMBOL vmlinux 0x7cd8b6fa dcache_dir_close +EXPORT_SYMBOL vmlinux 0x7cdcbdbe nf_log_packet +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce83365 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d22e3da phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x7d253c96 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x7d2a5269 aio_complete +EXPORT_SYMBOL vmlinux 0x7d300f86 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x7d4f600d eth_mac_addr +EXPORT_SYMBOL vmlinux 0x7d5d5341 idr_destroy +EXPORT_SYMBOL vmlinux 0x7d66a688 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d94f746 acpi_os_write_port +EXPORT_SYMBOL vmlinux 0x7d9f4789 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x7dbc2e57 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0x7ddcd346 mntput +EXPORT_SYMBOL vmlinux 0x7ddce031 path_is_under +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7dfa4078 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x7e2108d8 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x7e393b38 pnp_is_active +EXPORT_SYMBOL vmlinux 0x7e4898f8 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x7e5e301e genphy_update_link +EXPORT_SYMBOL vmlinux 0x7e73706f tcf_action_exec +EXPORT_SYMBOL vmlinux 0x7e95322e serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x7ebf4efa inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x7ecb001b __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x7ed33233 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x7ee73c0c memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0x7eecbe94 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x7f15b840 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f68bf1c devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x7f6c7191 dev_change_carrier +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe54856 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x7fe9b81a netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x8052c9bc phy_driver_register +EXPORT_SYMBOL vmlinux 0x809f1455 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x80bcb02b tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d9ca85 paravirt_ticketlocks_enabled +EXPORT_SYMBOL vmlinux 0x80e37908 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x80e77587 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x80f00a1f __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x8109ccbb lro_receive_skb +EXPORT_SYMBOL vmlinux 0x810bdfe2 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x81472677 acpi_get_table +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x814f82bc __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0x8150c0ba mempool_resize +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815c56d0 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x8162f233 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x8168192a dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x816be61b pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x81792a0d devm_ioport_map +EXPORT_SYMBOL vmlinux 0x81bfafcd __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81f6cd57 no_llseek +EXPORT_SYMBOL vmlinux 0x8206de10 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x821f5657 tcf_em_register +EXPORT_SYMBOL vmlinux 0x82280baf km_policy_notify +EXPORT_SYMBOL vmlinux 0x8235805b memmove +EXPORT_SYMBOL vmlinux 0x8240a6b2 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x824342f4 kset_unregister +EXPORT_SYMBOL vmlinux 0x824594b7 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0x824963f0 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x82588c77 sock_create +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x8266a3ac remove_proc_entry +EXPORT_SYMBOL vmlinux 0x826a93d7 fget +EXPORT_SYMBOL vmlinux 0x826cff2a tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x8282a026 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x829eadc1 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0x82a4e4de max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82d7ae84 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x82de3e29 inet_accept +EXPORT_SYMBOL vmlinux 0x82f980ad sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x82fcfebc dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x830a1a85 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x830e547b ioremap_prot +EXPORT_SYMBOL vmlinux 0x8329e6f0 memset +EXPORT_SYMBOL vmlinux 0x832df688 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x833c03aa acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83ac1d25 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x83b0a611 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x83b67143 blk_init_tags +EXPORT_SYMBOL vmlinux 0x83b96211 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x83c3b48b inode_init_owner +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83da48a7 send_sig +EXPORT_SYMBOL vmlinux 0x83eeb153 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x8417f512 acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x84207e5a dev_activate +EXPORT_SYMBOL vmlinux 0x843024d1 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x843c0cd5 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x8440d74b single_release +EXPORT_SYMBOL vmlinux 0x84598833 input_flush_device +EXPORT_SYMBOL vmlinux 0x847e0986 __module_get +EXPORT_SYMBOL vmlinux 0x84be886f completion_done +EXPORT_SYMBOL vmlinux 0x84e548f7 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x84e8f9de dm_kobject_release +EXPORT_SYMBOL vmlinux 0x84fbc8bd page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x85533433 make_kprojid +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8568256f vga_switcheroo_init_domain_pm_optimus_hdmi_audio +EXPORT_SYMBOL vmlinux 0x8580399e blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x859a2b64 should_remove_suid +EXPORT_SYMBOL vmlinux 0x85a36939 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x85a37e3c i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x85af7af0 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85b672a2 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x85c8a325 bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x85cfbd57 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85f1e683 __seq_open_private +EXPORT_SYMBOL vmlinux 0x85f4477d mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x861fba98 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x8637c1f2 __inet6_hash +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x8681495e file_update_time +EXPORT_SYMBOL vmlinux 0x8686659e block_truncate_page +EXPORT_SYMBOL vmlinux 0x86892390 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86988b90 mmc_can_reset +EXPORT_SYMBOL vmlinux 0x86a2f0ae dmam_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86aec7c7 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x86f1cfbe free_task +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x8733dad6 dm_get_device +EXPORT_SYMBOL vmlinux 0x8737d3ba try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x8742e42d writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x87524cf5 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x875297ad vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x875883f2 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x876dafc3 ec_write +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x877a93ba serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x877fd871 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x878ec650 __invalidate_device +EXPORT_SYMBOL vmlinux 0x8796dd1a seq_bitmap +EXPORT_SYMBOL vmlinux 0x8798e453 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x87a99399 blk_end_request +EXPORT_SYMBOL vmlinux 0x87aaddf8 wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x87b010c0 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x87fadae7 single_open +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x882dab9d sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x885eb68f neigh_seq_next +EXPORT_SYMBOL vmlinux 0x885ff18e tcf_hash_search +EXPORT_SYMBOL vmlinux 0x8862c49f i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x8875cbb0 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x8877bc4e __frontswap_load +EXPORT_SYMBOL vmlinux 0x888c344b xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x88994ebf rename_lock +EXPORT_SYMBOL vmlinux 0x889ae9a6 d_tmpfile +EXPORT_SYMBOL vmlinux 0x88a262de brioctl_set +EXPORT_SYMBOL vmlinux 0x88a27a57 kthread_stop +EXPORT_SYMBOL vmlinux 0x88c5efbb __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x88cef575 migrate_page +EXPORT_SYMBOL vmlinux 0x88e7e9b9 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x88ef9a19 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x891e537b skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x89279ebc tty_port_open +EXPORT_SYMBOL vmlinux 0x892b26a0 set_memory_nx +EXPORT_SYMBOL vmlinux 0x892c2ab0 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x894abec1 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x8953f8ff __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x89670c77 dev_emerg +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x898266e5 tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x8982ed33 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x899dc699 set_pages_uc +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89c4a59c update_time +EXPORT_SYMBOL vmlinux 0x89c603bc skb_queue_purge +EXPORT_SYMBOL vmlinux 0x89d17f5c keyring_clear +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89ddbefc pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1c5455 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a5e532f vfs_mknod +EXPORT_SYMBOL vmlinux 0x8a775949 tso_build_data +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a7d5819 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x8a80d7a5 acpi_error +EXPORT_SYMBOL vmlinux 0x8a820afb d_add_ci +EXPORT_SYMBOL vmlinux 0x8a921070 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x8a932ed0 dquot_alloc +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa4a8e0 kmap_atomic_prot +EXPORT_SYMBOL vmlinux 0x8aab0f9c key_unlink +EXPORT_SYMBOL vmlinux 0x8ab1766f eisa_driver_register +EXPORT_SYMBOL vmlinux 0x8ab6db85 inet_frag_find +EXPORT_SYMBOL vmlinux 0x8adaa277 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x8af01853 tc_classify +EXPORT_SYMBOL vmlinux 0x8b0b8ceb read_cache_page +EXPORT_SYMBOL vmlinux 0x8b18496f __copy_to_user_ll +EXPORT_SYMBOL vmlinux 0x8b226a81 acpi_video_dmi_demote_vendor +EXPORT_SYMBOL vmlinux 0x8b23a69c mdiobus_register +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b50576b udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x8b5f4a2e IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b65b3bc elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x8b6d4f6a inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b920248 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x8b97d679 d_rehash +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b9ae34d mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x8bab0bbc dev_get_flags +EXPORT_SYMBOL vmlinux 0x8bce0847 free_buffer_head +EXPORT_SYMBOL vmlinux 0x8be4a17f ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x8beaf377 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x8bf15362 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c23ff5b pci_scan_slot +EXPORT_SYMBOL vmlinux 0x8c266d34 dcache_readdir +EXPORT_SYMBOL vmlinux 0x8c48d520 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x8c50f885 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c858ca4 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x8c99dc9b mdiobus_write +EXPORT_SYMBOL vmlinux 0x8caa451c pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x8cbae005 free_netdev +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cc83144 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x8cd6b700 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cf2a46f pnp_get_resource +EXPORT_SYMBOL vmlinux 0x8d11c751 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d37c5d1 fb_class +EXPORT_SYMBOL vmlinux 0x8d386a1f __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d6b2ce1 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8d6f81b4 __div64_32 +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d8d96c6 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x8d91ca51 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x8da1a3cb acpi_remove_interface +EXPORT_SYMBOL vmlinux 0x8dab839d simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x8daf8c42 dql_init +EXPORT_SYMBOL vmlinux 0x8db0f483 km_new_mapping +EXPORT_SYMBOL vmlinux 0x8dc6e564 restore_processor_state +EXPORT_SYMBOL vmlinux 0x8dd3fdbf __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x8df98af8 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x8e0018fc bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x8e002cda acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0x8e00b276 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x8e0d66f4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8e139860 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x8e248ecd md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x8e37a8b6 vfs_unlink +EXPORT_SYMBOL vmlinux 0x8e4c9fba qdisc_list_add +EXPORT_SYMBOL vmlinux 0x8e4dece7 iunique +EXPORT_SYMBOL vmlinux 0x8e69ea7d tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x8e888ec3 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x8e912e65 i2c_master_recv +EXPORT_SYMBOL vmlinux 0x8e94cb1b check_disk_size_change +EXPORT_SYMBOL vmlinux 0x8ea993b7 ip6_frag_match +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8ebe9125 noop_llseek +EXPORT_SYMBOL vmlinux 0x8edaf76a pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x8edf5c31 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x8ee56ec5 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x8f0206ea page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x8f045d1c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f622736 bio_put +EXPORT_SYMBOL vmlinux 0x8f748d19 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x8f7a7ad4 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0x8f8ea7b4 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x8f98a128 blkdev_put +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fa4ce1a bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x8fb5a4fd kmap_atomic_to_page +EXPORT_SYMBOL vmlinux 0x8feafea0 iget_locked +EXPORT_SYMBOL vmlinux 0x8ff4079b pv_irq_ops +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x902cb4e5 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x904349b0 devm_clk_get +EXPORT_SYMBOL vmlinux 0x904409c6 acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x904c61f7 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x904db5d4 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x904fe627 dev_change_flags +EXPORT_SYMBOL vmlinux 0x90695906 vme_free_consistent +EXPORT_SYMBOL vmlinux 0x90795ad4 bio_chain +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x909115b1 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x9092cc59 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x9098ba9b inet_frags_fini +EXPORT_SYMBOL vmlinux 0x90a63a91 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x90d06d6b vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x9101edc6 queue_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9129390a blk_get_queue +EXPORT_SYMBOL vmlinux 0x9131cb48 vfs_readv +EXPORT_SYMBOL vmlinux 0x9141ec9e proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x914bdca5 __tcf_hash_release +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9162af39 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0x9162d886 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x91635c47 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x917a6439 tty_devnum +EXPORT_SYMBOL vmlinux 0x918e5a5a sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x91967e8e xen_selfballoon_init +EXPORT_SYMBOL vmlinux 0x91b15334 __break_lease +EXPORT_SYMBOL vmlinux 0x91cd11d6 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x91f1ddcb intel_gmch_probe +EXPORT_SYMBOL vmlinux 0x91f5bbfa abx500_register_ops +EXPORT_SYMBOL vmlinux 0x9218206b napi_gro_frags +EXPORT_SYMBOL vmlinux 0x92277170 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x9236b294 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x923964e4 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x9241d984 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x92897e3d default_idle +EXPORT_SYMBOL vmlinux 0x9299f90c module_layout +EXPORT_SYMBOL vmlinux 0x929b829b arp_send +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92b4fd66 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x92ebc3c7 simple_setattr +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9310305e inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x93383f18 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x934742a9 acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x9380abeb agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x93982a77 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x93986342 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93cb70b5 locks_init_lock +EXPORT_SYMBOL vmlinux 0x93d455b4 blk_make_request +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x94284f49 udp_ioctl +EXPORT_SYMBOL vmlinux 0x9438d3b0 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x9445bf32 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x9449f582 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x94510a2c unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x946ffe68 do_SAK +EXPORT_SYMBOL vmlinux 0x947218ae tcf_exts_change +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a15621 bdget +EXPORT_SYMBOL vmlinux 0x94b541b5 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x94b66dc8 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x94c7ea5f km_state_notify +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x950a5d06 noop_fsync +EXPORT_SYMBOL vmlinux 0x950f2d8f nf_ct_attach +EXPORT_SYMBOL vmlinux 0x9510eecd set_groups +EXPORT_SYMBOL vmlinux 0x95395301 acpi_exception +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95559c8a xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x955758f5 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x955c5b2c iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x958af0b6 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x958af883 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x95a7c64f locks_free_lock +EXPORT_SYMBOL vmlinux 0x95aade78 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x95b3442b scsi_host_put +EXPORT_SYMBOL vmlinux 0x95b91498 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x95bd6e26 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0x95c8e05a md_finish_reshape +EXPORT_SYMBOL vmlinux 0x95d8fc99 dmam_release_declared_memory +EXPORT_SYMBOL vmlinux 0x95fbac00 skb_unlink +EXPORT_SYMBOL vmlinux 0x960909c6 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x9609f0db __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x960dfaf5 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x963f6134 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x9661b47b dev_set_mtu +EXPORT_SYMBOL vmlinux 0x96638da8 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x96713e8d scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x9674bb32 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x967e53a0 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d563af generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x970b00c4 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x971422a6 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x9733e70f fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x974c4cf1 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x974f94db __secpath_destroy +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x975a6145 simple_readpage +EXPORT_SYMBOL vmlinux 0x975c0283 release_sock +EXPORT_SYMBOL vmlinux 0x976f96f2 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x97974a87 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a32f75 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97b4500c __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x97b59586 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0x97b5e8db scsi_execute +EXPORT_SYMBOL vmlinux 0x97c5bd0a acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x97c882ec flush_old_exec +EXPORT_SYMBOL vmlinux 0x97dae9d9 dev_get_stats +EXPORT_SYMBOL vmlinux 0x97dcef29 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x97de0ddd acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x97ee161c __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x97fc1161 fd_install +EXPORT_SYMBOL vmlinux 0x980b4f5d skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x988a603e page_put_link +EXPORT_SYMBOL vmlinux 0x988ed85d set_memory_x +EXPORT_SYMBOL vmlinux 0x9890669d netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x98ae20a7 noop_qdisc +EXPORT_SYMBOL vmlinux 0x98b3ba66 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x98ceb40b dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x98eef795 netdev_state_change +EXPORT_SYMBOL vmlinux 0x98f55d48 thaw_bdev +EXPORT_SYMBOL vmlinux 0x98f91a11 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x99233c32 cpu_core_map +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99ae5026 inode_change_ok +EXPORT_SYMBOL vmlinux 0x99cd349f prepare_creds +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99cea4d5 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99fa6737 simple_rmdir +EXPORT_SYMBOL vmlinux 0x99fadafd nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x9a0bb07a dquot_quota_on +EXPORT_SYMBOL vmlinux 0x9a12c23b wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x9a1dfa7a devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a233a90 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x9a316afd ip_getsockopt +EXPORT_SYMBOL vmlinux 0x9a3d0c59 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x9a6a83f9 cmos_lock +EXPORT_SYMBOL vmlinux 0x9a8e2654 nonseekable_open +EXPORT_SYMBOL vmlinux 0x9acb0eac pci_disable_msix +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9b006c2a devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x9b13ea63 dev_uc_del +EXPORT_SYMBOL vmlinux 0x9b19c97b netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x9b33ccae pci_match_id +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b56f22b tcp_close +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b7ec3c9 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x9b815851 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x9b9c14c2 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba1b213 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bba024e dquot_drop +EXPORT_SYMBOL vmlinux 0x9bba5484 pci_iomap +EXPORT_SYMBOL vmlinux 0x9bbe88b3 flex_array_put +EXPORT_SYMBOL vmlinux 0x9bbeba46 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x9bc0d78a scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x9bc31f80 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x9bcb8a95 kmap +EXPORT_SYMBOL vmlinux 0x9bd06e9b pagevec_lookup +EXPORT_SYMBOL vmlinux 0x9be6f19f dev_add_pack +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bed42ae fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x9c118626 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x9c2a30a0 skb_clone +EXPORT_SYMBOL vmlinux 0x9c2c944a __copy_from_user_ll_nocache_nozero +EXPORT_SYMBOL vmlinux 0x9c3a5026 gen_pool_free +EXPORT_SYMBOL vmlinux 0x9c4675cc rtnl_create_link +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c5230ac dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x9c7d866b skb_dequeue +EXPORT_SYMBOL vmlinux 0x9c837a8c set_page_dirty +EXPORT_SYMBOL vmlinux 0x9c8ecd26 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0x9ca2e219 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9caeec41 blk_start_request +EXPORT_SYMBOL vmlinux 0x9cc6ac78 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x9cc866e2 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x9ce9b655 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d3116bc ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x9d33ef5e acpi_enable +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d57778b nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x9d88abea tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x9d90f95f __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x9d974ebe tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x9dae1ef4 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x9db26fa3 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x9dc3fefe current_task +EXPORT_SYMBOL vmlinux 0x9de6f669 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x9dfe7307 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e046aa6 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e22e177 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x9e363b6b acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0x9e4168bd mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x9e4b053b dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x9e4b3747 sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e75c99b mdiobus_read +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e90e614 nf_register_hook +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ea7ce64 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9edc0ef4 serio_rescan +EXPORT_SYMBOL vmlinux 0x9ef024f1 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x9ef0ffb0 uart_match_port +EXPORT_SYMBOL vmlinux 0x9ef2d7f8 bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x9efa1f8c blk_peek_request +EXPORT_SYMBOL vmlinux 0x9f1febcc mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x9f22212e posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x9f29fde1 kern_path_create +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f491e5d ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x9f5c04a7 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x9f6bb958 mntget +EXPORT_SYMBOL vmlinux 0x9f854b27 kill_block_super +EXPORT_SYMBOL vmlinux 0x9f8be8d6 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa00e6e is_bad_inode +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fcac4c9 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x9fd7cda1 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe2e911 km_is_alive +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9ffcf751 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xa0046c7c try_to_release_page +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa00f4cab blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xa01dd46f blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0966e4b unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa09cb664 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xa09e6992 ether_setup +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0bb8354 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0cf7ea0 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xa0d0b25a proc_set_user +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e24563 get_gendisk +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa11fec46 pv_cpu_ops +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa143a693 finish_no_open +EXPORT_SYMBOL vmlinux 0xa14b1f9c dquot_destroy +EXPORT_SYMBOL vmlinux 0xa14b3f5d flex_array_free_parts +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa18531a2 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xa186322d load_nls_default +EXPORT_SYMBOL vmlinux 0xa193eec8 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1cd8c3c __f_setown +EXPORT_SYMBOL vmlinux 0xa1fcdd89 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xa20c9ae9 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa23f95cf seq_lseek +EXPORT_SYMBOL vmlinux 0xa24cb872 nla_append +EXPORT_SYMBOL vmlinux 0xa2566f76 dquot_operations +EXPORT_SYMBOL vmlinux 0xa25ab103 kthread_bind +EXPORT_SYMBOL vmlinux 0xa26f0873 scsi_print_result +EXPORT_SYMBOL vmlinux 0xa280c483 led_blink_set +EXPORT_SYMBOL vmlinux 0xa28111db blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2c002c7 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa2ff0ffe dma_release_declared_memory +EXPORT_SYMBOL vmlinux 0xa30c6b4a agp_allocate_memory +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa31e9739 inet6_getname +EXPORT_SYMBOL vmlinux 0xa3203da4 ppp_input_error +EXPORT_SYMBOL vmlinux 0xa320f991 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0xa325055e dev_base_lock +EXPORT_SYMBOL vmlinux 0xa330f0b3 get_phy_device +EXPORT_SYMBOL vmlinux 0xa332dddd register_exec_domain +EXPORT_SYMBOL vmlinux 0xa33d9a48 acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0xa3425679 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa350a8f8 set_memory_array_uc +EXPORT_SYMBOL vmlinux 0xa363dab4 udp_table +EXPORT_SYMBOL vmlinux 0xa37e78b6 flex_array_get +EXPORT_SYMBOL vmlinux 0xa39f7d23 netif_carrier_on +EXPORT_SYMBOL vmlinux 0xa3b76908 kernel_sendpage +EXPORT_SYMBOL vmlinux 0xa3b99d6a eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xa3db34c3 mem_section +EXPORT_SYMBOL vmlinux 0xa3e2fb87 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa3ee489b pci_release_regions +EXPORT_SYMBOL vmlinux 0xa3f33229 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xa408581e d_lookup +EXPORT_SYMBOL vmlinux 0xa40d907b kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xa41fb162 vfs_open +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa44ba130 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0xa46ce1f1 __register_nls +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa4792b95 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xa479c60a scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0xa47c4fff phy_print_status +EXPORT_SYMBOL vmlinux 0xa47cfd26 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4d8362f sock_kfree_s +EXPORT_SYMBOL vmlinux 0xa4e41bad __pci_enable_wake +EXPORT_SYMBOL vmlinux 0xa4eb4eff _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xa4fcb7c1 devfreq_add_device +EXPORT_SYMBOL vmlinux 0xa50211dc inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xa50dc219 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xa50fafbc scsi_register +EXPORT_SYMBOL vmlinux 0xa512377d pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xa51cdfe8 __FIXADDR_TOP +EXPORT_SYMBOL vmlinux 0xa51f18a3 bio_add_page +EXPORT_SYMBOL vmlinux 0xa51f8174 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0xa53a3fd8 kernel_listen +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa56418c6 tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0xa5886c95 lookup_one_len +EXPORT_SYMBOL vmlinux 0xa58f721b poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5a49b71 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xa5bf4dd3 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xa61ef510 phy_device_register +EXPORT_SYMBOL vmlinux 0xa62e5902 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xa62e6e4f acpi_get_table_with_size +EXPORT_SYMBOL vmlinux 0xa63464b5 alloc_file +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa668c635 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa67207e7 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa67da660 mempool_alloc +EXPORT_SYMBOL vmlinux 0xa67e2845 dq_data_lock +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa6b13658 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xa6bd63ca acpi_bios_error +EXPORT_SYMBOL vmlinux 0xa6cb322e kernel_getpeername +EXPORT_SYMBOL vmlinux 0xa6d0b6b0 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xa6ee6525 backlight_device_register +EXPORT_SYMBOL vmlinux 0xa705ffc8 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa71e7463 __first_cpu +EXPORT_SYMBOL vmlinux 0xa733f178 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa78bf687 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xa795b61c add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xa799d86d iput +EXPORT_SYMBOL vmlinux 0xa79dca28 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0xa7cbc746 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0xa7cf6c2f atomic64_dec_return_cx8 +EXPORT_SYMBOL vmlinux 0xa7de759a generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xa7dff973 vfs_statfs +EXPORT_SYMBOL vmlinux 0xa7e8d2cb get_super_thawed +EXPORT_SYMBOL vmlinux 0xa7f3b4b6 simple_open +EXPORT_SYMBOL vmlinux 0xa81e1a80 security_mmap_file +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa82eaf51 down_read +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa8751d37 set_blocksize +EXPORT_SYMBOL vmlinux 0xa879167f _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xa87d1f50 dev_addr_init +EXPORT_SYMBOL vmlinux 0xa8817e63 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xa8847683 simple_rename +EXPORT_SYMBOL vmlinux 0xa88855e6 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8bc5f62 key_payload_reserve +EXPORT_SYMBOL vmlinux 0xa8cec9b5 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa905b3a0 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0xa9140013 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa91b5561 acpi_video_backlight_support +EXPORT_SYMBOL vmlinux 0xa92845c8 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xa941dcec tty_write_room +EXPORT_SYMBOL vmlinux 0xa954a438 sk_release_kernel +EXPORT_SYMBOL vmlinux 0xa96208fb fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xa975b78b inet_frag_evictor +EXPORT_SYMBOL vmlinux 0xa9a8e17f arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xa9bb3c48 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9c697ec agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xa9c6b23f padata_stop +EXPORT_SYMBOL vmlinux 0xa9de5c86 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0xa9f3c22d names_cachep +EXPORT_SYMBOL vmlinux 0xa9f60e99 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0xaa1e100d jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xaa2cf933 page_symlink +EXPORT_SYMBOL vmlinux 0xaa2d091d iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xaa4a1a17 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xaa5dd764 cdev_init +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa7b7813 nla_put +EXPORT_SYMBOL vmlinux 0xaa8fea18 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaacf4211 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab28271c i8253_lock +EXPORT_SYMBOL vmlinux 0xab301c09 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xab551fad acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab6edd70 misc_deregister +EXPORT_SYMBOL vmlinux 0xab73394f icmpv6_send +EXPORT_SYMBOL vmlinux 0xab74952d input_reset_device +EXPORT_SYMBOL vmlinux 0xab770678 rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab9b5473 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0xaba3ad0c radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xaba8b0d0 vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0xabb917a2 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xac0b585f netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac2d2fb8 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xac398912 flex_array_clear +EXPORT_SYMBOL vmlinux 0xac3bfd6d dcache_dir_open +EXPORT_SYMBOL vmlinux 0xac506eef mmc_start_bkops +EXPORT_SYMBOL vmlinux 0xac5202bd sock_release +EXPORT_SYMBOL vmlinux 0xac58ea5e acpi_unload_table_id +EXPORT_SYMBOL vmlinux 0xac677318 kill_pgrp +EXPORT_SYMBOL vmlinux 0xac81750f km_report +EXPORT_SYMBOL vmlinux 0xac81df86 commit_creds +EXPORT_SYMBOL vmlinux 0xac9ba82b fb_blank +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacd954de tcp_check_req +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacfc133e mount_pseudo +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad13c689 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xad486bd3 dev_mc_add +EXPORT_SYMBOL vmlinux 0xad4b1ac2 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xad6d25ca napi_gro_flush +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xadce4a1a xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xadfa35e2 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xae18d680 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xae1c5fb3 bio_alloc_pages +EXPORT_SYMBOL vmlinux 0xae26f8f3 pnp_start_dev +EXPORT_SYMBOL vmlinux 0xae307ea1 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xae37bf17 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xae37f9ea prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xae4a8caa eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae77a595 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0xae85a27e radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xae8c34b3 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xae9c1e1c flush_signals +EXPORT_SYMBOL vmlinux 0xaea54f6c nobh_write_begin +EXPORT_SYMBOL vmlinux 0xaea976a8 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xaea97c23 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0xaeb64c62 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaedb4912 __mutex_init +EXPORT_SYMBOL vmlinux 0xaef29d5c datagram_poll +EXPORT_SYMBOL vmlinux 0xaef6cbfe max8998_read_reg +EXPORT_SYMBOL vmlinux 0xaf00739c dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0xaf051745 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xaf0fcc16 tcf_hash_create +EXPORT_SYMBOL vmlinux 0xaf17bb95 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xaf19cf33 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xaf240dcc skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xaf360e70 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4b1540 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xaf5443c8 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xaf611eac amd_nb_misc_ids +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf7448dd xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9c8fed __cleancache_put_page +EXPORT_SYMBOL vmlinux 0xafa49d89 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafeba61c dev_mc_flush +EXPORT_SYMBOL vmlinux 0xaff15e8b dma_release_from_coherent +EXPORT_SYMBOL vmlinux 0xaffcf3f5 input_release_device +EXPORT_SYMBOL vmlinux 0xaffd26b8 unlazy_fpu +EXPORT_SYMBOL vmlinux 0xb014836b security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xb01b1db8 intel_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xb0207ecf ___ratelimit +EXPORT_SYMBOL vmlinux 0xb02e0c5d skb_copy_bits +EXPORT_SYMBOL vmlinux 0xb04b413f filemap_fault +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb067f634 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xb07191cd pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0xb09c6435 write_cache_pages +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0bd1bce eth_type_trans +EXPORT_SYMBOL vmlinux 0xb0cbaadd __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e404a9 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0xb0f71681 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xb105b0ce poll_freewait +EXPORT_SYMBOL vmlinux 0xb11ef4a7 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb132ad8b pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xb154e0f9 bd_set_size +EXPORT_SYMBOL vmlinux 0xb158a019 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb165330e input_unregister_handler +EXPORT_SYMBOL vmlinux 0xb1724d42 register_framebuffer +EXPORT_SYMBOL vmlinux 0xb181baaa agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0xb190af29 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xb196a5c3 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb19bf730 simple_unlink +EXPORT_SYMBOL vmlinux 0xb1bc6aad bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1cfad22 rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xb1d9523e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1ec9579 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xb1f34a8b tcf_hash_check +EXPORT_SYMBOL vmlinux 0xb20d49b4 kill_litter_super +EXPORT_SYMBOL vmlinux 0xb213e683 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb241cccd mount_subtree +EXPORT_SYMBOL vmlinux 0xb261c50a mddev_congested +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb2824b2c phy_stop +EXPORT_SYMBOL vmlinux 0xb2885f70 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0xb2980116 pipe_lock +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2d26b4d do_fallocate +EXPORT_SYMBOL vmlinux 0xb2d3da57 dma_pool_create +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2f5e7db pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb302389f neigh_update +EXPORT_SYMBOL vmlinux 0xb3245538 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xb3271835 vfs_getattr +EXPORT_SYMBOL vmlinux 0xb3284531 acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xb32d7b7e radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xb3374a3a __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xb33be118 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0xb341358d alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xb341cf85 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xb34ef535 x86_hyper_vmware +EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit +EXPORT_SYMBOL vmlinux 0xb3693227 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xb39b038a dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xb39ff8f2 scsi_device_put +EXPORT_SYMBOL vmlinux 0xb3b09577 simple_dir_operations +EXPORT_SYMBOL vmlinux 0xb3b330b9 elv_rb_del +EXPORT_SYMBOL vmlinux 0xb3cd98e3 tty_free_termios +EXPORT_SYMBOL vmlinux 0xb3d976be inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xb3e0590d acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0xb3ea03c7 sk_alloc +EXPORT_SYMBOL vmlinux 0xb3f00a5d padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3ffbf58 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42f1a73 fb_show_logo +EXPORT_SYMBOL vmlinux 0xb430646e inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xb4390f9a mcount +EXPORT_SYMBOL vmlinux 0xb45578b8 memscan +EXPORT_SYMBOL vmlinux 0xb45e2991 input_inject_event +EXPORT_SYMBOL vmlinux 0xb45ee337 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xb46a8fdc _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47d143b loop_backing_file +EXPORT_SYMBOL vmlinux 0xb4c1d1e3 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0xb4f40458 clk_add_alias +EXPORT_SYMBOL vmlinux 0xb5229392 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb54d051d dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xb55a6670 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xb56662cc alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb5853ecd __sb_start_write +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b663eb fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5cd24e7 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xb5d2679b pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xb5d32277 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xb5daff03 dquot_enable +EXPORT_SYMBOL vmlinux 0xb5fd3604 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xb5fd4884 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xb60bea3a netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xb60ec1f7 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb625b40d bprm_change_interp +EXPORT_SYMBOL vmlinux 0xb636fc7f tty_unregister_device +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb6761a72 arp_xmit +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb680a066 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb68afd2a security_inode_permission +EXPORT_SYMBOL vmlinux 0xb691c963 __serio_register_port +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6abfe10 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6be4b75 vme_slave_request +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6dd3043 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xb6e41883 memcmp +EXPORT_SYMBOL vmlinux 0xb6ed1e53 strncpy +EXPORT_SYMBOL vmlinux 0xb6f580fb kill_anon_super +EXPORT_SYMBOL vmlinux 0xb6fb131a dquot_resume +EXPORT_SYMBOL vmlinux 0xb704bcf0 account_page_redirty +EXPORT_SYMBOL vmlinux 0xb7089a9d vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xb7106d4d dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xb71a10f9 inode_init_always +EXPORT_SYMBOL vmlinux 0xb7253729 setattr_copy +EXPORT_SYMBOL vmlinux 0xb7318833 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xb7351bef elv_add_request +EXPORT_SYMBOL vmlinux 0xb758b225 acpi_disable_event +EXPORT_SYMBOL vmlinux 0xb75da7a9 dquot_disable +EXPORT_SYMBOL vmlinux 0xb7710a14 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb7980f55 user_revoke +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7bccbca pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7de95dc netdev_emerg +EXPORT_SYMBOL vmlinux 0xb7f00861 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xb7f55ecc atomic64_add_return_cx8 +EXPORT_SYMBOL vmlinux 0xb804f320 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb8214861 blk_requeue_request +EXPORT_SYMBOL vmlinux 0xb848cbd3 kernel_accept +EXPORT_SYMBOL vmlinux 0xb85d5cfa truncate_setsize +EXPORT_SYMBOL vmlinux 0xb86612b2 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb87996f3 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0xb8993ac6 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0xb8cd55ee jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8dd61c1 touch_atime +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb8f80e91 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xb8ff3894 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xb90c6c8b qdisc_destroy +EXPORT_SYMBOL vmlinux 0xb91b0af6 ip_options_compile +EXPORT_SYMBOL vmlinux 0xb91e5234 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xb93e7a7c pci_dev_put +EXPORT_SYMBOL vmlinux 0xb94e5f95 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0xb971b7c9 path_get +EXPORT_SYMBOL vmlinux 0xb977f602 scsi_host_get +EXPORT_SYMBOL vmlinux 0xb9827e34 unlock_buffer +EXPORT_SYMBOL vmlinux 0xb984a663 __lock_buffer +EXPORT_SYMBOL vmlinux 0xb98876ca scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb98c1e8e unlock_new_inode +EXPORT_SYMBOL vmlinux 0xb9909959 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xb99949c3 agp_backend_release +EXPORT_SYMBOL vmlinux 0xb9b828ce dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xb9beb38a cdev_alloc +EXPORT_SYMBOL vmlinux 0xb9d2a047 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fd2205 add_efi_memmap +EXPORT_SYMBOL vmlinux 0xb9fdf867 iov_iter_init +EXPORT_SYMBOL vmlinux 0xba2d8594 ec_read +EXPORT_SYMBOL vmlinux 0xba35a118 register_md_personality +EXPORT_SYMBOL vmlinux 0xba3766f1 key_link +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba74856f arp_create +EXPORT_SYMBOL vmlinux 0xba74dfd8 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xba877c53 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xba88f2f8 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0xba9c0e99 simple_release_fs +EXPORT_SYMBOL vmlinux 0xbad361be sk_stream_error +EXPORT_SYMBOL vmlinux 0xbae13e27 km_state_expired +EXPORT_SYMBOL vmlinux 0xbaeaac58 d_validate +EXPORT_SYMBOL vmlinux 0xbaeae61a scsi_remove_target +EXPORT_SYMBOL vmlinux 0xbb0d9d42 generic_readlink +EXPORT_SYMBOL vmlinux 0xbb1e5b26 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0xbb402e41 would_dump +EXPORT_SYMBOL vmlinux 0xbb49d67e pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xbb51d551 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb605498 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0xbb7110ec gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xbb754791 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbba1f18d sock_no_connect +EXPORT_SYMBOL vmlinux 0xbba4cf33 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xbba93678 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xbbbcb524 generic_perform_write +EXPORT_SYMBOL vmlinux 0xbbe97662 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xbc047a1b scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xbc12c07f force_sig +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc435770 dump_stack +EXPORT_SYMBOL vmlinux 0xbc45d8d7 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xbc490ca7 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xbc5b6cab __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xbc9212d8 sk_filter +EXPORT_SYMBOL vmlinux 0xbca331e6 fddi_type_trans +EXPORT_SYMBOL vmlinux 0xbcacfb27 simple_link +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbccd5b61 dev_crit +EXPORT_SYMBOL vmlinux 0xbcd1bb9a vfs_mkdir +EXPORT_SYMBOL vmlinux 0xbcda4585 tty_port_init +EXPORT_SYMBOL vmlinux 0xbcff4fc8 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xbd126246 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xbd13bcac __scm_destroy +EXPORT_SYMBOL vmlinux 0xbd13e260 eth_header_cache +EXPORT_SYMBOL vmlinux 0xbd1a93f2 bmap +EXPORT_SYMBOL vmlinux 0xbd34d016 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xbd490d01 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xbd79ecb9 pci_get_class +EXPORT_SYMBOL vmlinux 0xbd86c7bd generic_setxattr +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd92c689 netif_rx +EXPORT_SYMBOL vmlinux 0xbdaf5b07 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xbdaf7f82 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xbdb7aeec _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0xbdb7e1bb locks_remove_posix +EXPORT_SYMBOL vmlinux 0xbdba9828 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xbdbf6c36 rt6_lookup +EXPORT_SYMBOL vmlinux 0xbdcb1ac7 dma_async_device_register +EXPORT_SYMBOL vmlinux 0xbde288eb input_set_capability +EXPORT_SYMBOL vmlinux 0xbded2647 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xbdee9788 blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0xbe06c86d devm_ioremap +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe1cc39e ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe4a7816 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xbe8c37d9 intel_scu_ipc_simple_command +EXPORT_SYMBOL vmlinux 0xbeb98bea find_get_entry +EXPORT_SYMBOL vmlinux 0xbec30d05 x86_match_cpu +EXPORT_SYMBOL vmlinux 0xbecbfae6 kobject_put +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefdb6f6 skb_put +EXPORT_SYMBOL vmlinux 0xbf022a3a shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xbf1cce8a __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xbf26d7a8 register_netdev +EXPORT_SYMBOL vmlinux 0xbf3d18e6 idr_for_each +EXPORT_SYMBOL vmlinux 0xbf43d38e inode_needs_sync +EXPORT_SYMBOL vmlinux 0xbf4d2371 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xbf559596 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xbf6a1ff8 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8b39e9 isapnp_present +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbf9bded8 ilookup5 +EXPORT_SYMBOL vmlinux 0xbfa1602a kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0xbfb3b202 get_acl +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xc01d29f2 account_page_dirtied +EXPORT_SYMBOL vmlinux 0xc01eed33 __copy_from_user_ll_nozero +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc03e44a1 pcibios_set_irq_routing +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc07424be bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0a9da00 vm_event_states +EXPORT_SYMBOL vmlinux 0xc0c313f3 kobject_add +EXPORT_SYMBOL vmlinux 0xc0cffd92 input_get_keycode +EXPORT_SYMBOL vmlinux 0xc0de08ef udp_disconnect +EXPORT_SYMBOL vmlinux 0xc0e7468c fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc13eebce netif_napi_add +EXPORT_SYMBOL vmlinux 0xc1798031 _dev_info +EXPORT_SYMBOL vmlinux 0xc187d45b __bforget +EXPORT_SYMBOL vmlinux 0xc18b1158 __dst_free +EXPORT_SYMBOL vmlinux 0xc1905f07 bdevname +EXPORT_SYMBOL vmlinux 0xc1b29dc3 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xc1b82d22 register_shrinker +EXPORT_SYMBOL vmlinux 0xc1cb9bfd set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xc1d25c12 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1ff983b bdput +EXPORT_SYMBOL vmlinux 0xc2102e30 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc25db109 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xc25f6f6f padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xc261ef50 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xc2650909 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0xc280a525 __copy_from_user_ll +EXPORT_SYMBOL vmlinux 0xc293a804 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2df4cfc fasync_helper +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc33acee9 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0xc36f3050 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xc38906de get_task_io_context +EXPORT_SYMBOL vmlinux 0xc389cd92 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xc39873e1 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3e5cbf8 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xc3f7feb5 __inode_permission +EXPORT_SYMBOL vmlinux 0xc3fa6a59 memchr +EXPORT_SYMBOL vmlinux 0xc40115db padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xc40c7761 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xc41e8f7a wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc41f50ba nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0xc427b1e3 scsi_device_get +EXPORT_SYMBOL vmlinux 0xc42b0b7e pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xc44c232f blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0xc4554217 up +EXPORT_SYMBOL vmlinux 0xc470e3c3 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xc47d4337 blk_register_region +EXPORT_SYMBOL vmlinux 0xc4863420 security_file_permission +EXPORT_SYMBOL vmlinux 0xc492b664 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xc4930c17 pci_clear_master +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4cda0b4 rfkill_alloc +EXPORT_SYMBOL vmlinux 0xc4dff692 page_address +EXPORT_SYMBOL vmlinux 0xc4ff6c44 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xc50d64a8 sk_receive_skb +EXPORT_SYMBOL vmlinux 0xc5137552 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0xc54ef8d3 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc5595262 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xc575b7a3 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xc576078f tty_unlock +EXPORT_SYMBOL vmlinux 0xc57ab7bc proc_dostring +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a5f85f napi_get_frags +EXPORT_SYMBOL vmlinux 0xc5a8f4d4 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xc5b2de5e swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xc5d8f146 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5f5af35 seq_release_private +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc61525aa d_find_any_alias +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc634ccf1 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xc63cc125 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc65a884f ppp_input +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc6645b42 mempool_create_node +EXPORT_SYMBOL vmlinux 0xc673713a tcf_hash_insert +EXPORT_SYMBOL vmlinux 0xc67ddff1 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xc67e0a2b unlock_rename +EXPORT_SYMBOL vmlinux 0xc6a20d94 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0xc6b23120 intel_scu_ipc_iowrite16 +EXPORT_SYMBOL vmlinux 0xc6b368d3 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6cdd6a3 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xc6cf40eb eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0xc6d2c402 vga_tryget +EXPORT_SYMBOL vmlinux 0xc6dfd047 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xc6f1e2a2 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0xc71a9f30 __bread_gfp +EXPORT_SYMBOL vmlinux 0xc71af4c6 __register_chrdev +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7255adf __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xc729551b phy_find_first +EXPORT_SYMBOL vmlinux 0xc72ea9cc ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xc73fe64e ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xc74297bd pci_save_state +EXPORT_SYMBOL vmlinux 0xc7495412 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc75a58e9 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xc768de19 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc77c8c8a get_tz_trend +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc78c52dc fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0xc78d87cc dev_mc_sync +EXPORT_SYMBOL vmlinux 0xc794e54d path_nosuid +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a165f4 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7aa500c skb_queue_tail +EXPORT_SYMBOL vmlinux 0xc7d2d7e8 x86_hyper_xen_hvm +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc7f55698 pci_dev_get +EXPORT_SYMBOL vmlinux 0xc807af8a mmc_release_host +EXPORT_SYMBOL vmlinux 0xc8104257 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xc8186bd5 new_sync_write +EXPORT_SYMBOL vmlinux 0xc8276a79 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc84077c8 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc86f06dc make_bad_inode +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc888ce61 pci_release_region +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8bc3ce5 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xc8c9cfc9 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xc8cd390d sg_miter_start +EXPORT_SYMBOL vmlinux 0xc8e77cbf tty_throttle +EXPORT_SYMBOL vmlinux 0xc8ea51e6 __d_drop +EXPORT_SYMBOL vmlinux 0xc8ec113b dquot_release +EXPORT_SYMBOL vmlinux 0xc9334884 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xc94154f6 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xc944b66c serio_reconnect +EXPORT_SYMBOL vmlinux 0xc956f593 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xc95d3856 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96c77fd register_filesystem +EXPORT_SYMBOL vmlinux 0xc995fe75 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a592e9 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0xc9ac00a2 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xc9d1394b bdi_register +EXPORT_SYMBOL vmlinux 0xc9dfb8f7 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0xc9e080a1 seq_open +EXPORT_SYMBOL vmlinux 0xc9e3dd52 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xc9f0053b swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0xc9ff0b6e dump_emit +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca3e2f47 bdgrab +EXPORT_SYMBOL vmlinux 0xca52eb40 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca65bbdb xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0xca8acc78 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca992eee from_kprojid +EXPORT_SYMBOL vmlinux 0xca9d621b tty_vhangup +EXPORT_SYMBOL vmlinux 0xcaa54294 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xcac6afb4 dev_printk_emit +EXPORT_SYMBOL vmlinux 0xcacb2bb1 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xcacb8f48 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xcaefa908 kunmap +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb07f41d unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb2caf4d blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0xcb529429 file_ns_capable +EXPORT_SYMBOL vmlinux 0xcb5d33b0 idr_get_next +EXPORT_SYMBOL vmlinux 0xcb60a499 soft_cursor +EXPORT_SYMBOL vmlinux 0xcb63f202 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb796f05 netif_carrier_off +EXPORT_SYMBOL vmlinux 0xcba172e0 ab3100_event_register +EXPORT_SYMBOL vmlinux 0xcbae6c7a acpi_lid_notifier_unregister +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcc016b2e dma_sync_wait +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc4d1bfb atomic64_read_cx8 +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc570822 simple_write_end +EXPORT_SYMBOL vmlinux 0xcc668154 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xcc680620 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xccaa3ec7 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xccbfc4e7 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xcce01914 vme_irq_free +EXPORT_SYMBOL vmlinux 0xcce7c767 d_drop +EXPORT_SYMBOL vmlinux 0xcd1471d2 nobh_writepage +EXPORT_SYMBOL vmlinux 0xcd1da2fd module_put +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd33f463 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xcd449121 tcf_register_action +EXPORT_SYMBOL vmlinux 0xcd51563f fb_pan_display +EXPORT_SYMBOL vmlinux 0xcd5d7759 vfs_setpos +EXPORT_SYMBOL vmlinux 0xcd681a1a __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xcd69b1b5 follow_down +EXPORT_SYMBOL vmlinux 0xcd736f2a tcp_prequeue +EXPORT_SYMBOL vmlinux 0xcd749c28 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0xcdbdfb55 wireless_spy_update +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdc40fae panic_notifier_list +EXPORT_SYMBOL vmlinux 0xcdc911e8 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xce04a569 mmc_get_card +EXPORT_SYMBOL vmlinux 0xce11331d ida_pre_get +EXPORT_SYMBOL vmlinux 0xce17d5a9 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce4904a4 acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xce49e7c0 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xce4c82fb dev_driver_string +EXPORT_SYMBOL vmlinux 0xce54553d genlmsg_put +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5f5bde pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xce6767fd find_vma +EXPORT_SYMBOL vmlinux 0xce88efb4 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xcea34915 init_task +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb61597 kobject_get +EXPORT_SYMBOL vmlinux 0xceb6fa5c vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xceba5e4b register_netdevice +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf0bdf4e register_xen_selfballooning +EXPORT_SYMBOL vmlinux 0xcf1502c1 inet_add_offload +EXPORT_SYMBOL vmlinux 0xcf256445 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xcf39cdd8 blkdev_get +EXPORT_SYMBOL vmlinux 0xcf40b819 fb_get_mode +EXPORT_SYMBOL vmlinux 0xcf504924 nf_log_set +EXPORT_SYMBOL vmlinux 0xcf5956c1 mem_map +EXPORT_SYMBOL vmlinux 0xcf6a91fd try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xcf6cfe1f msrs_free +EXPORT_SYMBOL vmlinux 0xcf7d62ab user_path_at +EXPORT_SYMBOL vmlinux 0xcfa20356 dst_alloc +EXPORT_SYMBOL vmlinux 0xcfad63ef __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xcfb0a89c blk_stop_queue +EXPORT_SYMBOL vmlinux 0xcfbeee62 put_page +EXPORT_SYMBOL vmlinux 0xcfc54859 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xcfc5c6cf sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xcfd024bb ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xcfe05d4d register_kmmio_probe +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd01d8a7b rwsem_wake +EXPORT_SYMBOL vmlinux 0xd02e72c3 invalidate_bdev +EXPORT_SYMBOL vmlinux 0xd0307d8a ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xd03b7150 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd0a2047f abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0c6056d kern_unmount +EXPORT_SYMBOL vmlinux 0xd0cdfb82 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0d8621b strlen +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd10570e8 write_inode_now +EXPORT_SYMBOL vmlinux 0xd1087a3b jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd136e52d mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xd138d7e7 register_qdisc +EXPORT_SYMBOL vmlinux 0xd1424e69 dma_supported +EXPORT_SYMBOL vmlinux 0xd1606b43 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xd1652a93 acpi_info +EXPORT_SYMBOL vmlinux 0xd16731df blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xd169d4e7 tso_start +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd1847fa1 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0xd18b6eb2 acpi_unmap_lsapic +EXPORT_SYMBOL vmlinux 0xd18ca215 nf_register_hooks +EXPORT_SYMBOL vmlinux 0xd18db407 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd197113c swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xd1ace253 textsearch_register +EXPORT_SYMBOL vmlinux 0xd1cf293b __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd21e76f4 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd2329de3 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xd2498210 eth_change_mtu +EXPORT_SYMBOL vmlinux 0xd24dc335 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd266efe7 mempool_create +EXPORT_SYMBOL vmlinux 0xd271b433 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xd27635fc kunmap_high +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2a4eb94 dev_notice +EXPORT_SYMBOL vmlinux 0xd2a60a8d pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xd2af138b reservation_ww_class +EXPORT_SYMBOL vmlinux 0xd2ba138f pci_set_master +EXPORT_SYMBOL vmlinux 0xd2c9c1cc dquot_file_open +EXPORT_SYMBOL vmlinux 0xd2d696c4 dev_alert +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e6a582 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xd300a98c init_page_accessed +EXPORT_SYMBOL vmlinux 0xd300b7fd dev_open +EXPORT_SYMBOL vmlinux 0xd315b532 abort_creds +EXPORT_SYMBOL vmlinux 0xd31be418 __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xd3210b28 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xd328ceef __ht_create_irq +EXPORT_SYMBOL vmlinux 0xd3291db1 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xd331ca2a neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0xd333411f netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xd38acf7c audit_log_task_info +EXPORT_SYMBOL vmlinux 0xd3918b5e dev_addr_add +EXPORT_SYMBOL vmlinux 0xd394275d devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xd3b41c59 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xd3dcc34f xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0xd3e6a54c inode_dio_wait +EXPORT_SYMBOL vmlinux 0xd3f78dd8 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0xd413c8cc qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xd466f491 secpath_dup +EXPORT_SYMBOL vmlinux 0xd46d122b netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0xd48321d8 blk_recount_segments +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4900d5b textsearch_destroy +EXPORT_SYMBOL vmlinux 0xd497c6c1 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xd4a462eb acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xd4bb3e24 put_disk +EXPORT_SYMBOL vmlinux 0xd4da7b8e skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xd4e4d988 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xd4e7acc6 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xd509f35e cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xd50fef48 acpi_detach_data +EXPORT_SYMBOL vmlinux 0xd524e2f8 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0xd55bddb9 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xd562f45d jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xd56837ea elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xd5691100 put_io_context +EXPORT_SYMBOL vmlinux 0xd5986fbd end_page_writeback +EXPORT_SYMBOL vmlinux 0xd5c12213 blk_delay_queue +EXPORT_SYMBOL vmlinux 0xd5e258c1 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xd5e4cc48 acl_by_type +EXPORT_SYMBOL vmlinux 0xd5f19e49 tty_do_resize +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd5fc169d tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0xd6124bc3 scsi_init_io +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd6204c56 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xd62353c4 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd62f2e95 nf_log_register +EXPORT_SYMBOL vmlinux 0xd638fd14 phy_connect +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd650d990 __nla_put +EXPORT_SYMBOL vmlinux 0xd669701c starget_for_each_device +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd692816e scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xd6944b05 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6bfcf35 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xd6c2a64d arp_tbl +EXPORT_SYMBOL vmlinux 0xd6c4cd2f ida_simple_remove +EXPORT_SYMBOL vmlinux 0xd6e96595 netdev_err +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd7018159 inet_ioctl +EXPORT_SYMBOL vmlinux 0xd7044f96 netif_device_detach +EXPORT_SYMBOL vmlinux 0xd70c48ff tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xd72fe113 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xd732fff7 bio_clone_fast +EXPORT_SYMBOL vmlinux 0xd7592b00 complete_request_key +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd778388a security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd77c2d36 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xd77c395e pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd795810a da903x_query_status +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7a56ec3 kset_register +EXPORT_SYMBOL vmlinux 0xd7b2514c i2c_transfer +EXPORT_SYMBOL vmlinux 0xd7b5d7f4 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xd7bd3af2 add_wait_queue +EXPORT_SYMBOL vmlinux 0xd7c0778f sk_net_capable +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd809112d dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xd80bc710 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xd8149f84 stop_tty +EXPORT_SYMBOL vmlinux 0xd831893a seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xd83282c2 lro_flush_all +EXPORT_SYMBOL vmlinux 0xd8328fdb xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xd838f046 block_write_begin +EXPORT_SYMBOL vmlinux 0xd8446ed2 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xd85833cb __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xd89af844 input_unregister_handle +EXPORT_SYMBOL vmlinux 0xd89bd630 tcp_proc_register +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8be1532 elevator_exit +EXPORT_SYMBOL vmlinux 0xd8be5bd7 dev_uc_init +EXPORT_SYMBOL vmlinux 0xd8c03224 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xd8d54110 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8ffe0e3 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xd9091363 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd94322e7 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0xd9532a4d inet_shutdown +EXPORT_SYMBOL vmlinux 0xd969b2c7 amd_e400_c1e_detected +EXPORT_SYMBOL vmlinux 0xd9770560 dev_load +EXPORT_SYMBOL vmlinux 0xd97c8150 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd990546c lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xd9abefb6 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xd9c0e142 unregister_nls +EXPORT_SYMBOL vmlinux 0xd9d3c55a skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0xda058d8e fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0xda08c0d7 pcibios_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xda0e2b50 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda272961 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda4dca8c tcf_em_unregister +EXPORT_SYMBOL vmlinux 0xda6e06df framebuffer_release +EXPORT_SYMBOL vmlinux 0xda705381 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xda791bf4 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda8f2787 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xda8fd495 isapnp_write_byte +EXPORT_SYMBOL vmlinux 0xda9821fa kernel_write +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdaceac13 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xdad2808c scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xdae79e8d genphy_read_status +EXPORT_SYMBOL vmlinux 0xdaf19c86 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xdb0a2172 ps2_end_command +EXPORT_SYMBOL vmlinux 0xdb0ffa95 neigh_for_each +EXPORT_SYMBOL vmlinux 0xdb245f08 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0xdb56f71d pci_set_power_state +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb7305a1 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb774eee tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xdb77ccfd km_policy_expired +EXPORT_SYMBOL vmlinux 0xdb85132b cfb_fillrect +EXPORT_SYMBOL vmlinux 0xdb861555 dquot_acquire +EXPORT_SYMBOL vmlinux 0xdb8db3e2 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xdbac0704 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xdbb54587 pci_bus_get +EXPORT_SYMBOL vmlinux 0xdbba87f8 seq_escape +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbcec637 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0xdbd345b4 uart_add_one_port +EXPORT_SYMBOL vmlinux 0xdbe49856 d_make_root +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc049fd3 vfs_fsync +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc570f62 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xdc57f532 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xdc60974d fsnotify_put_group +EXPORT_SYMBOL vmlinux 0xdc8e70e0 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xdca27d89 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xdcb3bca5 dev_trans_start +EXPORT_SYMBOL vmlinux 0xdccbb751 netif_napi_del +EXPORT_SYMBOL vmlinux 0xdcd8dbc9 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xdce0c803 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xdce7c8ea sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xdcfbfd7d udp_seq_open +EXPORT_SYMBOL vmlinux 0xdd000ee8 devm_gpio_request +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd1a2871 down +EXPORT_SYMBOL vmlinux 0xdd2a548d cap_mmap_file +EXPORT_SYMBOL vmlinux 0xdd754bb3 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0xdd8a348c nf_unregister_hook +EXPORT_SYMBOL vmlinux 0xddc0d918 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xdde01b4a sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde164665 inet_csk_accept +EXPORT_SYMBOL vmlinux 0xde16dc16 tboot +EXPORT_SYMBOL vmlinux 0xde1c3fe9 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xde26f478 clear_inode +EXPORT_SYMBOL vmlinux 0xde2cfb95 phy_init_hw +EXPORT_SYMBOL vmlinux 0xde2fe472 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0xde623e33 generic_show_options +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde94820f skb_make_writable +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdedb4e17 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xdee52639 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xdeea5405 md_write_end +EXPORT_SYMBOL vmlinux 0xdeffb8bb bioset_create +EXPORT_SYMBOL vmlinux 0xdf0da3cc acpi_get_devices +EXPORT_SYMBOL vmlinux 0xdf0f8198 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xdf12a927 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdf1335e0 __alloc_skb +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf32715e ata_link_printk +EXPORT_SYMBOL vmlinux 0xdf32eac9 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xdf33ab68 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xdf4fc797 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf641a62 netpoll_setup +EXPORT_SYMBOL vmlinux 0xdf6a8b4b neigh_connected_output +EXPORT_SYMBOL vmlinux 0xdf6e7d4b inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xdf701cf2 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xdf74b4e1 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xdf87d6d1 inetdev_by_index +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfa42a34 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe0235873 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xe028c4e2 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xe02db3a4 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe05685bf _raw_read_trylock +EXPORT_SYMBOL vmlinux 0xe057678a iterate_dir +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe06bfe46 register_cdrom +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe08efe69 mdiobus_scan +EXPORT_SYMBOL vmlinux 0xe09552bb __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xe0a16a20 intel_scu_ipc_i2c_cntrl +EXPORT_SYMBOL vmlinux 0xe0ac8bd2 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b45f45 security_path_truncate +EXPORT_SYMBOL vmlinux 0xe0c01264 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xe0cbc77c phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xe0de15d4 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xe0f8dc38 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xe12efc2d pnp_device_attach +EXPORT_SYMBOL vmlinux 0xe1380c90 phy_attach +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe1581cb7 nla_reserve +EXPORT_SYMBOL vmlinux 0xe1677073 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xe167b26b __breadahead +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe17cd608 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xe180b7b1 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0xe18eff8a _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe19ecd2d wireless_send_event +EXPORT_SYMBOL vmlinux 0xe1d324dc fifo_set_limit +EXPORT_SYMBOL vmlinux 0xe1e314a1 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xe1e9422e filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe21c7b92 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe23d7c3b truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xe247d7a9 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe24ec14b copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe26da502 security_path_link +EXPORT_SYMBOL vmlinux 0xe2707c25 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0xe2880553 dump_trace +EXPORT_SYMBOL vmlinux 0xe28ef773 clone_cred +EXPORT_SYMBOL vmlinux 0xe28f1ccb ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xe295d906 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2c9b892 pci_biosrom_size +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e01eea bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0xe2e0e8c7 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2ecebe4 search_binary_handler +EXPORT_SYMBOL vmlinux 0xe2fa43bf tc_classify_compat +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe30525d5 mutex_lock +EXPORT_SYMBOL vmlinux 0xe3154fff i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xe319eb24 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xe31baa8d bio_phys_segments +EXPORT_SYMBOL vmlinux 0xe31c93cd xfrm_register_type +EXPORT_SYMBOL vmlinux 0xe35d2beb console_start +EXPORT_SYMBOL vmlinux 0xe3938584 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xe3b9a9cd _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3def6ae posix_lock_file +EXPORT_SYMBOL vmlinux 0xe411c787 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xe41c75e3 nf_afinfo +EXPORT_SYMBOL vmlinux 0xe435032d blk_complete_request +EXPORT_SYMBOL vmlinux 0xe445db4a acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe45f60d8 __wake_up +EXPORT_SYMBOL vmlinux 0xe47ad873 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe4a6217d ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0xe4ef8fec pipe_unlock +EXPORT_SYMBOL vmlinux 0xe50f904f intel_scu_ipc_ioread16 +EXPORT_SYMBOL vmlinux 0xe514bacd vga_put +EXPORT_SYMBOL vmlinux 0xe518880e tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xe5208918 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52a907c lock_rename +EXPORT_SYMBOL vmlinux 0xe530d757 acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xe5331db7 sock_update_memcg +EXPORT_SYMBOL vmlinux 0xe5479b68 vga_client_register +EXPORT_SYMBOL vmlinux 0xe552388b rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0xe5588e63 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xe571c9de bio_endio +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe59a0119 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0xe59f5718 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe62bb2de simple_transaction_release +EXPORT_SYMBOL vmlinux 0xe645ff28 bdi_destroy +EXPORT_SYMBOL vmlinux 0xe6479a10 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xe64d98fe rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xe657d5d1 phy_attach_direct +EXPORT_SYMBOL vmlinux 0xe68b2076 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe69771d1 scsi_unregister +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69fc1bc netif_rx_ni +EXPORT_SYMBOL vmlinux 0xe6b0e7c8 pci_enable_msix +EXPORT_SYMBOL vmlinux 0xe6b37c1a blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6f3ed0f mount_ns +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe6feb2a8 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xe7064d85 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xe716baed acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xe7217a80 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xe735a428 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xe74d209f key_validate +EXPORT_SYMBOL vmlinux 0xe767a624 __blk_run_queue +EXPORT_SYMBOL vmlinux 0xe774f2e4 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xe781b5f6 intel_scu_ipc_readv +EXPORT_SYMBOL vmlinux 0xe78440c2 vme_irq_request +EXPORT_SYMBOL vmlinux 0xe7877101 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xe78bf588 dentry_open +EXPORT_SYMBOL vmlinux 0xe799b491 irq_set_chip +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7b61d91 wait_iff_congested +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7f9b6a1 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0xe802b3d7 inet_bind +EXPORT_SYMBOL vmlinux 0xe809a076 ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe832736b netdev_warn +EXPORT_SYMBOL vmlinux 0xe8490829 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xe851bb05 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xe87025f0 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe88e7a93 lg_global_lock +EXPORT_SYMBOL vmlinux 0xe8935a6e loop_register_transfer +EXPORT_SYMBOL vmlinux 0xe897d9e0 vfs_create +EXPORT_SYMBOL vmlinux 0xe898bfba crc32_le_combine +EXPORT_SYMBOL vmlinux 0xe899a662 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xe8a29608 agp_bridge +EXPORT_SYMBOL vmlinux 0xe8b68849 wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8cad1e8 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xe8e88950 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0xe8eef41f bio_copy_data +EXPORT_SYMBOL vmlinux 0xe8f88db8 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95e00cf flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0xe96681cb tty_lock_pair +EXPORT_SYMBOL vmlinux 0xe97483b2 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xe98ba341 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xe9946a60 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xe997667b wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xe9d4ef72 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xe9f1df0d __init_rwsem +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea07583d swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea1f0083 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xea25547e register_gifconf +EXPORT_SYMBOL vmlinux 0xea5e6e52 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea7b8a44 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xea7bc689 bdi_unregister +EXPORT_SYMBOL vmlinux 0xea7c8dd0 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xea80efd9 register_quota_format +EXPORT_SYMBOL vmlinux 0xea90bdd3 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xea98873f __neigh_event_send +EXPORT_SYMBOL vmlinux 0xea9a442b netdev_alert +EXPORT_SYMBOL vmlinux 0xeab90db3 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xeac39f6d set_pages_array_wb +EXPORT_SYMBOL vmlinux 0xead13722 dm_unregister_target +EXPORT_SYMBOL vmlinux 0xeadc5184 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaff39bb bdget_disk +EXPORT_SYMBOL vmlinux 0xeb1f5e5f make_kgid +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3a8215 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb58b6c7 current_fs_time +EXPORT_SYMBOL vmlinux 0xeb7df94c xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xeb96fe14 padata_free +EXPORT_SYMBOL vmlinux 0xebaefddf vme_lm_request +EXPORT_SYMBOL vmlinux 0xebb203d1 block_commit_write +EXPORT_SYMBOL vmlinux 0xebbb4e8d bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xebc718b7 netlink_net_capable +EXPORT_SYMBOL vmlinux 0xebd3b61e bio_copy_kern +EXPORT_SYMBOL vmlinux 0xebfa7e5a ll_rw_block +EXPORT_SYMBOL vmlinux 0xec0cf466 scsi_put_command +EXPORT_SYMBOL vmlinux 0xec1aa6ef memzero_explicit +EXPORT_SYMBOL vmlinux 0xec3ca53a processors +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec65343b ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xec8b597f skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xecb721f1 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xecbcb8bb radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xecc538cd qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xeccd3e0c acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xecde449f blk_sync_queue +EXPORT_SYMBOL vmlinux 0xece2277e napi_gro_receive +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xeceac0e2 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xecee2c15 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xed0b4318 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xed106c4b phy_start_aneg +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed75eb21 neigh_table_init +EXPORT_SYMBOL vmlinux 0xed7e1295 gen_pool_create +EXPORT_SYMBOL vmlinux 0xed83debc phy_detach +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedac1721 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc3e118 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xede170f3 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0xee0154e9 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0xee092c9c serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xee1d729b __i2c_transfer +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee404132 inode_permission +EXPORT_SYMBOL vmlinux 0xee57b728 input_set_keycode +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee8039cb devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea7ad95 netif_skb_features +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeec2c7cf ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0xeecd7dd5 skb_split +EXPORT_SYMBOL vmlinux 0xeece90d8 sync_blockdev +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xeef60e7f get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xeefc0903 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xef2865b6 save_mount_options +EXPORT_SYMBOL vmlinux 0xef6c0eea devm_clk_put +EXPORT_SYMBOL vmlinux 0xef6ca07e unlock_page +EXPORT_SYMBOL vmlinux 0xef71dcee pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xef844aa0 set_security_override +EXPORT_SYMBOL vmlinux 0xef85f9c3 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xef8a2869 blkdev_fsync +EXPORT_SYMBOL vmlinux 0xef98be48 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefca012b elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xefcfeb41 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefd550ad sync_inode +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefe099c3 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xeff2558c in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf0261459 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0xf02c9364 __netif_schedule +EXPORT_SYMBOL vmlinux 0xf04c6c04 dget_parent +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf062576b ucs2_utf8size +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf086351c sock_no_accept +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0b602dc phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xf0cb082f __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xf0ce7d50 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xf0d68ed6 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0f6b0ba mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit +EXPORT_SYMBOL vmlinux 0xf129415e inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xf12b8558 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0xf12d331c lg_local_lock +EXPORT_SYMBOL vmlinux 0xf136592c kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xf13b5df2 module_refcount +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf14c3d17 netdev_crit +EXPORT_SYMBOL vmlinux 0xf164da8f __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xf181c95d generic_removexattr +EXPORT_SYMBOL vmlinux 0xf18242e1 atomic64_set_cx8 +EXPORT_SYMBOL vmlinux 0xf19161d4 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1faac3a _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf2221cbc netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2b8ec05 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xf2c15c46 i2c_use_client +EXPORT_SYMBOL vmlinux 0xf2eafea4 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xf2ed98ae kern_path +EXPORT_SYMBOL vmlinux 0xf2ef8a60 block_write_full_page +EXPORT_SYMBOL vmlinux 0xf312cb9d ucs2_strsize +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3651955 agp_generic_enable +EXPORT_SYMBOL vmlinux 0xf373455a nf_getsockopt +EXPORT_SYMBOL vmlinux 0xf373821f proc_symlink +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3986b06 acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0xf3b49b4b cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3c6d2c5 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xf3ce34bf pcim_pin_device +EXPORT_SYMBOL vmlinux 0xf3d513f2 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0xf40b0d47 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xf40b2297 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xf424aa88 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xf437a27d scsi_ioctl +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf4441469 blk_finish_request +EXPORT_SYMBOL vmlinux 0xf446ce72 qdisc_list_del +EXPORT_SYMBOL vmlinux 0xf492acdb pci_find_capability +EXPORT_SYMBOL vmlinux 0xf495b225 open_exec +EXPORT_SYMBOL vmlinux 0xf496f401 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xf49cc5f6 sock_init_data +EXPORT_SYMBOL vmlinux 0xf4a1e9ee dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4d2ab11 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xf4eed844 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0xf4f03eae agp_free_page_array +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4fa8071 dev_uc_sync +EXPORT_SYMBOL vmlinux 0xf502d273 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0xf5051445 padata_add_cpu +EXPORT_SYMBOL vmlinux 0xf508c16c i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xf51ae235 touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xf51ebd18 read_cache_pages +EXPORT_SYMBOL vmlinux 0xf521e9b2 lock_fb_info +EXPORT_SYMBOL vmlinux 0xf536814d sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xf536d22e acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xf53cd7a8 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf55f9289 vfs_write +EXPORT_SYMBOL vmlinux 0xf561bb3c unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xf56dfcd2 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xf56f1e72 dentry_unhash +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5b10e67 acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0xf5da8b75 follow_pfn +EXPORT_SYMBOL vmlinux 0xf5e1aec0 fget_raw +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5eda5f1 qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0xf5eea9b2 sk_dst_check +EXPORT_SYMBOL vmlinux 0xf60d283e __locks_copy_lock +EXPORT_SYMBOL vmlinux 0xf6161a64 sg_miter_next +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf64dc80a blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xf6580b10 zero_fill_bio +EXPORT_SYMBOL vmlinux 0xf671b883 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0xf6792a64 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf68ba52f jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xf6b9d302 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xf6b9ed7d phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6e228af sock_i_ino +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf726d02f atomic64_add_unless_cx8 +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf745cb16 atomic64_sub_return_cx8 +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf76f3217 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xf77e89d5 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0xf7d3a145 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0xf7e37635 __wait_on_bit +EXPORT_SYMBOL vmlinux 0xf7f1d35d pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf8050fac acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xf81096ea blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf814152e posix_unblock_lock +EXPORT_SYMBOL vmlinux 0xf81ee498 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xf820a849 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xf825ba71 freeze_super +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf828c835 update_region +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf87f1f94 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xf88e0ee2 acpi_get_table_header +EXPORT_SYMBOL vmlinux 0xf8b1070a mmc_erase +EXPORT_SYMBOL vmlinux 0xf8fc7f6f set_cached_acl +EXPORT_SYMBOL vmlinux 0xf9082e61 get_fs_type +EXPORT_SYMBOL vmlinux 0xf926223f pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf9391246 bio_integrity_free +EXPORT_SYMBOL vmlinux 0xf940a328 __next_cpu +EXPORT_SYMBOL vmlinux 0xf943a743 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xf945bbba md_register_thread +EXPORT_SYMBOL vmlinux 0xf9461e5e gen_replace_estimator +EXPORT_SYMBOL vmlinux 0xf9518147 single_open_size +EXPORT_SYMBOL vmlinux 0xf97456ea _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xf97766c1 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xf979850c sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0xf9956164 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9aaf5b0 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xf9c367e0 iov_pages +EXPORT_SYMBOL vmlinux 0xf9c9c280 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xf9fec4c1 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xfa1cd4fa md_error +EXPORT_SYMBOL vmlinux 0xfa30957c mempool_free +EXPORT_SYMBOL vmlinux 0xfa309e80 __quota_error +EXPORT_SYMBOL vmlinux 0xfa5705ee scm_detach_fds +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa68420a netlink_capable +EXPORT_SYMBOL vmlinux 0xfa92485c key_invalidate +EXPORT_SYMBOL vmlinux 0xfaac562c get_disk +EXPORT_SYMBOL vmlinux 0xfab62ec2 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0xfabec797 ipv4_specific +EXPORT_SYMBOL vmlinux 0xfac7a2f1 vm_insert_page +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaf54f73 remap_pfn_range +EXPORT_SYMBOL vmlinux 0xfaf67dc5 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb0443fb acpi_get_parent +EXPORT_SYMBOL vmlinux 0xfb06cfff twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xfb0f1b59 ida_destroy +EXPORT_SYMBOL vmlinux 0xfb28eb99 acpi_device_hid +EXPORT_SYMBOL vmlinux 0xfb5908aa __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xfb665bbf pci_platform_rom +EXPORT_SYMBOL vmlinux 0xfb66a376 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb80c7a0 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfba9a12c do_splice_to +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbb841c3 km_query +EXPORT_SYMBOL vmlinux 0xfbccf99d jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xfbd1878f kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xfbe03cbe tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xfbe12f69 inet6_add_offload +EXPORT_SYMBOL vmlinux 0xfbebfadf iterate_mounts +EXPORT_SYMBOL vmlinux 0xfbf6651a gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc16cc2a generic_fillattr +EXPORT_SYMBOL vmlinux 0xfc32e718 kmap_to_page +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc449653 netdev_features_change +EXPORT_SYMBOL vmlinux 0xfc4a66c8 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0xfc562165 acpi_run_osc +EXPORT_SYMBOL vmlinux 0xfc62997c mount_single +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfc8399d0 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xfc872fd1 get_ibs_caps +EXPORT_SYMBOL vmlinux 0xfca27529 tty_set_operations +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcac0d40 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfccbab2e sk_common_release +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd0192da gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0xfd0b85c6 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xfd2a34d4 submit_bh +EXPORT_SYMBOL vmlinux 0xfd33b5fa cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xfd431b0a key_type_keyring +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd7bd4ac find_get_pages_contig +EXPORT_SYMBOL vmlinux 0xfd8717a9 d_path +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfda92fba mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdc3a427 tty_check_change +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe047ce6 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0xfe12977f simple_transaction_read +EXPORT_SYMBOL vmlinux 0xfe15bb65 proc_mkdir +EXPORT_SYMBOL vmlinux 0xfe18de61 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xfe1bb991 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xfe2b21c5 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe66f1cb eth_validate_addr +EXPORT_SYMBOL vmlinux 0xfe736332 security_path_unlink +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe82401c disk_stack_limits +EXPORT_SYMBOL vmlinux 0xfe87c6f6 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xfe8991f4 ip6_xmit +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfeb2f4c7 pid_task +EXPORT_SYMBOL vmlinux 0xfec3b57e bio_map_user +EXPORT_SYMBOL vmlinux 0xfec68a70 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xfeca7590 radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xfed77008 mpage_writepages +EXPORT_SYMBOL vmlinux 0xfed8d032 igrab +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee99022 skb_seq_read +EXPORT_SYMBOL vmlinux 0xfef39011 mmc_start_req +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff0a9094 done_path_create +EXPORT_SYMBOL vmlinux 0xff14b37c rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff1f6a87 free_user_ns +EXPORT_SYMBOL vmlinux 0xff2b84df pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xff37f3ee pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xff43979a nf_reinject +EXPORT_SYMBOL vmlinux 0xff480992 dump_fpu +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff908940 vfs_writev +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffb9f713 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffe243f2 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xffed4456 from_kuid_munged +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-i586 0x7060bf0a crypto_aes_encrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-i586 0xe409b491 crypto_aes_decrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x0417ca60 glue_cbc_encrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x4ada7c35 glue_ecb_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x8603bf26 glue_xts_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x88af46f2 glue_cbc_decrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x8f02ac4d glue_xts_crypt_128bit_one +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xbca7a230 glue_ctr_crypt_final_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xd5558162 glue_ctr_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-i586 0x28afd262 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-i586 0x6f068d90 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00aaf935 kvm_disable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00b6a0fe kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x03ac25fe fx_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x07c7fea4 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x08e07813 kvm_vcpu_block +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x09500507 kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0bc780f4 kvm_mmu_sync_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0cf6b320 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0fd14f06 kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x106e5381 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x108bf658 kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1208d2dc kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12a57737 kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x13aae530 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x141a501c __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x18e257ab __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a4342a5 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a801c13 kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1acdf6fe kvm_mmu_get_spte_hierarchy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1bd7fe86 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1c31f955 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d7f614a kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1eab36b0 kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f9bbc7f kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x21d73122 kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x22df141b kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2433d6fd __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x244de93b kvm_write_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x24c64fdf kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x264fcbae kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2eac3cc3 kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2ed87de9 kvm_mmu_unload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f636c31 kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x317f9e6b kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x37bffc40 mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x38680875 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x38900d40 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3921c54e kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3b48c254 kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3e3b5bfb kvm_mmu_flush_tlb +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ee59a92 __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4010d718 kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x41ebd3cf handle_mmio_page_fault_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4463a257 kvm_mmu_unprotect_page_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x454c86bc kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x457eced7 kvm_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x46590523 kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x490d392d gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e1369a7 kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x50cc7c4e gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x54b078ba kvm_mmu_unprotect_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x54ba1406 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x57d71312 kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x593c49ad kvm_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5f638161 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x62d7d00e kvm_fast_pio_out +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64020e10 kvm_set_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6c3ee2d8 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6c42b79e kvm_get_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6d7b8059 cpuid_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6de67c2c kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ffab4f2 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74cf49c8 kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x763ed40d kvm_set_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x769c3d17 kvm_before_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x789391b0 kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x81ab1fee kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x831327da kvm_max_guest_tsc_khz +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x84ceb28c __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x87c6bf87 kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ab038fe kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8b9e3c49 kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8bb03e6e __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8be7f191 kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ce4f3ab kvm_enable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8efa67da kvm_inject_pending_timer_irqs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x90f1092c load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9832bcf3 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a216313 kvm_define_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a2ed401 kvm_mmu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9b9b610e kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0ec3a0a gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1a6ff09 gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa61a547c kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa66062a5 kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7458c65 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7d8f5d1 kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7e93190 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa8836074 kvm_init_shadow_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaac7c868 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xab0e6597 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xacf7f97c gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xad39b43b kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xae52fccf kvm_after_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb111f39d kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb274a9ed kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb284eed4 __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb2a65cca __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb5311d0b kvm_inject_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb7921b4a kvm_x86_ops +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba755f75 kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba9ed435 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc2b538e __tracepoint_kvm_nested_vmrun +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbf05ab76 __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbf20d177 kvm_require_cpl +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbf7c05e8 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc8e261a5 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xca428901 gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcb67ce10 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce499a5d x86_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcf470ce5 kvm_read_guest_page_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcfabd0ba kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0459e67 kvm_has_tsc_control +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0b2727a kvm_mmu_set_mask_ptes +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd1c2253d kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd5150e1a kvm_set_xcr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xda7023b6 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb853b3b gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdbac74cb kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1232152 kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1f33590 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe48a866e kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe8203ce3 kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9790e86 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9890c57 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9d5df49 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeba1c4b7 kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf5ab2e65 kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf5ac95d7 kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfac0061e gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfe2a99f1 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfe93613e kvm_inject_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xffa2da4d kvm_get_guest_memory_type +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x21d3d66e ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x23b821e2 ablk_init_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x28a8413c __ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x5561a5b7 ablk_decrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xa1a75e1e ablk_init +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xb585e7e5 ablk_set_key +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xd31837f2 ablk_exit +EXPORT_SYMBOL_GPL crypto/af_alg 0x0d1bafcd af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x0f6641cd af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x35d1b644 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x4b86f7e6 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x7e7cde9c af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0xad3bc159 af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0xbd3d53f9 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xf3f6d02b af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xf65a67f6 af_alg_release +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x8f5c0dd4 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xa28e45f8 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xc0266380 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xe52b4db3 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xe8dc3621 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1c9407a5 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x5071269d async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x71f8954d async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x7d5ac04d async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x4070e92f async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xe4167c1e async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x6e09ef1a blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x70f005bb cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xdd4b38c5 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x4504f713 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x4b7000d9 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x6f0cdd49 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x780de65b cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x7b8f97a0 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xafccb06f cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xb7b893cc cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xd12785ba cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xefca92ee cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xf24b9e7e cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0x42edb17b lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xf3c65526 serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x301227be twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x21708352 xts_crypt +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xb9a141b0 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xe1372311 acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/acpi/video 0x3c65037d acpi_video_verify_backlight_support +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x17bf0b74 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1d5c3e9d ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x46cb9922 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x48b230f7 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4ff2975a ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8110914a ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9f51f3eb ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa28f699a ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa9ce3d58 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xacb4dacc ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb629f1f8 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbefc0e6d ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbfdcfdea ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xce390ecb ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcf3b0169 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xde6c4704 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe6b8b77b ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xeabea26a ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xeed8cee6 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xeeed5554 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf92ccf1e ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x12fd6839 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x2a2bfe41 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x5bee1540 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x64129578 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x664db3f9 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x77a6051c ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x82c1f837 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9cc4a773 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xbef65c82 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xdea501a2 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe3a23a59 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x1b636957 __pata_platform_probe +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/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/bcma/bcma 0x04ed0ec2 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2558f473 bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2de8107d bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x46298b20 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4cc8f4ab bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5057e4ce bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x50a477bf __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5aa8aba5 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5f3370aa bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x62e94300 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7afc49ae bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x86ff4474 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9094f3ea bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x92e84a2e bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9822737c bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa1df173a bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa7085ee5 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa7ccfcfc bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb6aa71e3 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc2d299f6 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc693b016 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc8084aba bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf55b0879 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x06427f53 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4a70e2a7 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5d5a4765 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7584107c btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9f8c5f51 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xca4607a5 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xcad2b19d btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd5bbc284 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe2a2c46a btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe7269c83 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/char/scx200_gpio 0x6ec54d3c scx200_gpio_ops +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xc09f2ad1 ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x13705271 dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x31a2c8df dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x3919c98f register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x5ec448f3 unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x72ae1a62 dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xac34ecec dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0xd4efba19 free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xda654a5f alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xe163e138 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x0831782c dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xaa2faf20 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb280b5be dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb767f79d dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xfe32e81b dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x01596f93 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x039929dc edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x13f85626 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x14dbb000 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x203bbe99 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2b90ac53 edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x33151142 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x397ae096 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3a16e728 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3fb24f95 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4275109f edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x48ff6c56 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4f54957b edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x67bf0ec4 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6ff5bb5a edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7037ea6f find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7bec973e edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x80ecf6de edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x987f569a edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x9d65a291 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xde18cb87 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xfaf6c7ea edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xfe424985 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x14878009 amd_report_gart_errors +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x21626132 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x737912b3 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xb30b7e56 amd_decode_mce +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x013fbdac cs5535_gpio_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x93f8fe67 cs5535_gpio_set_irq +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xc0bb404a cs5535_gpio_setup_event +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xd3bd9300 cs5535_gpio_isset +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xe07c0954 cs5535_gpio_clear +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x1fef0bd0 bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x88d024eb bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x48bf0ecb __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x87ee505e __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x25f1a279 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x389bd1ec drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa6113113 drm_class_device_register +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 0x15a270d4 i915_release_power_well +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 0xa89ea1e9 i915_request_power_well +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xb76bf2ac i915_get_cdclk_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x14f46989 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x600bd464 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xc9574bc7 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/hid/hid 0x01a00d95 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x172e079b hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x24f4bc7c hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x277eb124 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3f378dcd hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x43767acd hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x548ba9d1 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x57201753 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x58fbe87b hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x59899e81 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x599c506c hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x599fbcb4 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5a6597b2 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5b7aa845 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5d59725b hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6f8a411e __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x71001a16 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x714e8574 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x76527362 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7de47147 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9aa87e01 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9cf12bf1 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa5d67812 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa6fa9794 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa808c8cf hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaf607579 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb03ca779 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc91013f9 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcc42237c hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcf62856f hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd223a03c hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd6d78fca hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd8dd4703 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb6d4a0d hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf0253704 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x7994bcd7 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x0f5247c6 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x1c26951b roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x2b2a016b roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x2cde5097 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x489d8e7f roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x8d93d659 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0e861e40 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1aaabd53 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x26b279ca sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3a6e1b1b sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x80bc69d7 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x85b7dd7b hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd17ca05a sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd4572052 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd51d984a sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xd03a4b83 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x300ce323 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x338d8e98 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3f06b1a5 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4536dfc8 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x511840ba hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6cf81a94 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x74a71f64 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x75bdc04e hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8161440d hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9d2f27e4 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa9b67c69 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xad1fe8e4 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc1ea4f03 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcdfec01e hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcec8f425 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd8be8813 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd9572435 hsi_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x212ce437 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31567aaa vmbus_sendpacket_multipagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x358fafa5 vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3776313f __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x57f545a0 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x66f57bf6 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x84a1b070 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8ce9efd0 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x97d4ee98 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc703e4f8 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc875ce9c vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xca4a7ec5 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe9dffa4c vmbus_are_subchannels_present +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf3cdc3e9 vmbus_get_outgoing_channel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf45dd651 hyperv_mmio +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x7daa97d0 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x8550a3c5 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xca67fce4 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x0001b137 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2460abaa pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x28e467cd pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x2c441a8c pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x9f941c71 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x9fe0ab57 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa3a75f6c pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xcef19fa4 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd276e109 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xda105567 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe5d4d3e8 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xeb72f090 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x11bff7b6 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x14877948 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x2e21df04 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x712203f6 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x787943c3 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x8966156f i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xafb95b11 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xbe0ca7c8 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xc9317f8e i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0xd22de2c8 nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x4167803b i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xcdf05dc1 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x3d71adef i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x6d90a55a i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x1371b63c ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x47cf5868 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x6252191a ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x7eb960a5 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa140e0db ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xbd1db884 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xcff148a0 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xd8ac61a9 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xe6163140 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0066e89e adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x02bb7268 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x15eef1e0 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x3551f38b adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x5bc134c6 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x71f71f1e adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9106a74e adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x95507f53 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xbaf66520 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xbf9960c8 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xcc6008fe adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xdcc33d70 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x00f28e8d iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x070c6647 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x09c6d056 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0c982f6e iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1645fdc5 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x19d5572c iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x22e5b78c iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x269fd08b devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26b068b5 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2f69b188 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x35b408d5 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3b46f708 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x60ca54a0 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x60e37fc6 devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6ac4e48d iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7cf0199b iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7da7261c iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7feca182 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x800f9508 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x85b27bc4 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8fe43326 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x951409a5 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9c547451 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9d0fd63c iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb2a6e1dd devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb6b153c1 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc1d75c36 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc954957b iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcb02815f devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcc276294 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd97167e1 iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe681a5e1 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfc054527 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x929019cd input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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 0xf72f19b9 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x6304c393 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xaf5d87bd cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xe83e85fc cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x16130493 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x8113ef0d cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xf58d1503 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x726ff7d5 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xe27baecc cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x054bf567 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1d14c119 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x241ab0f1 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3c23d92d wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4696d661 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x52604117 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x98abf1ae wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb905f885 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcc00dcdd wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcd6c867b wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd1bec187 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd87350bd wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0bdbd322 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2281593a ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2dc434bd ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x42bc4212 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x558298e7 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5fe397b1 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x81b30d9c ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x85e7b5e8 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xab1a53d4 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x15b7339c gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x289cde68 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2b987da2 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4ac1624b gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5039754b gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x56bfd7b2 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6278b100 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x794927ab gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8c34c9c4 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8fb43ee2 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa8caf785 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xbe15798a gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc2b423de gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc3fb20be gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xdd4b8457 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf72564c8 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xfdd37cd1 gigaset_start +EXPORT_SYMBOL_GPL drivers/leds/dell-led 0x86fd1ffb dell_app_wmi_led_set +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0a8a0f9c lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2195de5a lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x40a56d0d lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x41e90a6d lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x43373c3a lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x856012b5 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa7d04785 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xae7dfa29 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd337d879 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe35978c1 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf8763af7 lp55xx_write +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/mcb/mcb 0x029288b1 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x293bc0e6 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x2faad0bf chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x38966912 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x4f8a9eef mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5029f7c0 mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x55ac1815 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x72a8ed40 __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x745fb3ae mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9975df6b mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xa18a72b8 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe5122b52 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xead0864a mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x10e06e97 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x155ea9c7 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1822fd23 __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1f2ba9ac __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x260d47cf __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x27831e89 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2dec45e0 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x347aebe1 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x41c861f0 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x480dc606 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x49856e5a __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x50e8c39f __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x574ba881 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x628eb712 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6770a402 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x785cfc9f __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x91f2af34 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09069a3 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa591c5d6 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa6890b59 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaf60c34b __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb950d2ae __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbd4b89b6 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce0e6218 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd40fba32 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdc5ea5a5 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf58ce244 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf5bcbdc7 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc1d5275 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfcdf28c9 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xffc308e4 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2a6668a6 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 0x38ee0a3b dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4fba6b01 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x97640432 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9b9fcc18 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xabe6d69c 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 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd32263f0 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x889ff798 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +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-cache 0x22bd0d23 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x43a50ab9 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5a147260 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x68faea67 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x8b5a287c dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf96f6492 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xfe64fdda dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xbc9d6271 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xe5354dbb 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 0x09472122 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x1fc48d7b dm_rh_dirty_log +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 0x6cd67d1e dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x6fa41ddc dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x94ddbe3b dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf0b1c418 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf6092e9f dm_rh_delay +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x150c85ce dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x33c03da6 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x619701dc dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x7d406396 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +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 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbe0497aa dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0xcfb259bf md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x199f0d08 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x4b0fd520 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0fd1ba32 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x555f4361 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x61be0672 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x664884d8 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x74c6a2d3 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9a019408 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbed0928c saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcb0bb2bd saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcdac139d saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd3f3f52d saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x048b3ab1 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x28c317c6 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x33876ead saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xa6ff3e5d saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc38f8b26 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc9c01df2 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xdef92fbf saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x036d2e97 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0d22d051 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3c482e67 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4b1381f4 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5a30fb3c smscore_unregister_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 0x76892c02 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7f954676 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8aeec50f smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x945fd1c1 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x95a5e551 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9e314fd0 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa05b014e sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcf0bd98f smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd7e58e8f sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe050b508 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe85b7da4 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xed28ede9 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x202eb1b1 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xd0a46482 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x0119d5f4 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0x1fe97470 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x27d5d085 media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0x404f1f73 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x4a322eb9 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x55c250b6 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x5768fe43 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0x59ba5b95 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x7bf7abd1 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x7ec78486 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0x8202689e media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0xa54e07ec media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0xb082d84d media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0xb7e04e2e media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0xc9a3baa9 media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0xd48eea5d media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0xdc1fc620 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0xe5453324 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x25c6fa00 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x237fe32d mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x366f84f9 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x41c69fd3 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4f0a6be5 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5d06dbb1 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x62643083 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6e25cb2e mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x88e004ff mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8b9df47a mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x90f034e8 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9bdca0bb mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaa74688d mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb78420e6 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbaa7efc7 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc5ba2cfc mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xea1ae973 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xea597801 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0b72b5c5 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1164f058 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2f3a2a49 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x365f6d6d saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x54ac429c saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5a01d454 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6306804d saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x75ab9032 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x775e4aea saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7d2f41ff saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8237560f saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8aaa55c4 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xab2755ab saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xae65b46b saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb1fbca02 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb21dbfed saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc051b8bd saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdab4bb8e saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfbff63af saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfe2e9ce1 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x09c23566 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x297eb59c ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x5b75c980 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x99231f4e ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc3571f5d ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xcc92ace4 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf2e3ad7d ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x0300af5d radio_isa_match +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x309b5bb0 radio_isa_probe +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x515a6720 radio_isa_pnp_probe +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x944eb311 radio_isa_remove +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0xb57e96da radio_isa_pnp_remove +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x65248d16 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xad27c483 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0b93f54c rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1bfdc05f rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2554ad84 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x38fc2b6d rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x563dd775 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5bdddff4 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x607baab3 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x86dbfaa9 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8702e551 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8c3e30ff rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x907ba9d0 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x91f7fc43 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xad402848 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc8002648 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd0366749 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd66f75ad rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf5645493 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf58449d2 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfd1f204a ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x92ef380e mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xaa803edc microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x54216eb7 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x32818d0f r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xedf12159 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x79aa3625 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x8d3f1418 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xcb2119e6 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xc9b76b3f tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x3a0340c8 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x74ba7931 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x7e0b96fb tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xb5e07606 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x9bf7a6d2 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x01601ab0 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0489e1df cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0519d56e cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0e97dbee cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x20bd9609 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x20eecf11 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x39d7f8fe cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x431fd5c9 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x61d044c7 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x62bb9018 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6ab6db80 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x85120d8a cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x943b9170 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb6654063 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb8e69d7d cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbe2cbdb9 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdaad5e37 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xde71a98c cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdfb43eae cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x68dfb691 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x41a42998 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x11fecd43 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x14450535 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x18a9c2a2 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x231565aa em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x24736109 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x26bf421f em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3b3655ed em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x655f6ac3 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x66a7d73f em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x71f6bddf em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8d84a3e9 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8fd7898e em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa3e3c1a1 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa580f95f em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbd2c7cec em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc1773fbb em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd39641db em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd6f8fa93 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x1a1056df tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x7171d033 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x9749025e tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xb6cb1e1a tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x3d221ede v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x53c5329a v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x687852a8 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x9706fac8 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xca817e4a v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xecb2c1c2 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0efaf003 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0f68d41e v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x11f48154 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1d13b431 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1edb630a v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2d796d3e v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3d43ab5b v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3fb33fde v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x54eb0026 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5c8aa486 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x61948695 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7ea833c3 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8c868b2c v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8cacf2be v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8fe5f8c6 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbb33992a v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdfcfa03c v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe1c1250b v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe2499819 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe467f354 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe56a486b v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe71aa3d6 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xeb68aff4 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf05ab56a v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x05dd5454 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x093e8780 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x238f023f videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2592c0d5 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3060bf5e videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x40624a6c videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x407cfec6 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4bf89735 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4daac488 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5a053b4c videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5d27c6c7 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x66ceef3d videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x758ce9f3 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x76c9b1af videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x811282b1 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8449d995 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x93968331 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9a05114e videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9e69c490 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9ebf875a videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb94cf4bc videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcbd44374 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xec1d1d07 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfa58d279 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x51b94901 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x6485f720 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xb05c00b5 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1e3571a9 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x2cd87d35 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x2db85003 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x305a4932 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x7259d5a1 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x8ebcb446 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x8f6d342f videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x976f9375 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xea1deb09 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x0279c9bc videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xade91954 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xefc86871 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x096fbaba vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0b631cfa vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0fd0e650 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x10338f74 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x16901603 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x16c8a3c2 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x24b40213 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x33e671f1 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3a9c2023 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3c17f20c vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3dfffc0c vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x47919bef _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x52334dcd vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5247a4ed vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x53c29f73 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5c6db9ea vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5cddab19 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6586a3ea vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6936cd76 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7b17a5eb vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7bbdcbb0 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7f3cbb21 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x80fa71cc vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x84e626fb vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9c2f789a vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa2f22883 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa5631723 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb077b971 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb3cf3281 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbe6f64bb vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc295b252 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd0cf29d4 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdb78a9da vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdbb36701 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdcea46e2 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe32e63ab vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf0ff5413 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfd6d9e1d vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x15cf0ee1 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xa029e306 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0xd2deac42 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x22d402be vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x26516f4b vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x7e8319c6 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xfd889d1d vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0xe1dd842d vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x01518127 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x20e701f0 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2492801b v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2a2b8dc5 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2a6e08df v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2cbbdb39 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3cb52cbd v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3eedd199 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x45a8da46 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4c533570 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x57067b2a v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5bd58317 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x798a23c1 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7b82a2c9 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7bcc4be5 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x850bc7d6 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9b89d43d v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa22735f8 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb182158e v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbb9bc2ad v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbfe8c0d6 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc67bbc1c v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xca5a6517 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd31617c2 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd66caa7d v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xead7f8d5 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfb966e73 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x184fc9e1 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x331811af i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5906aaba i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5907591d i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x83ae5d28 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x840d7560 i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x958e05d5 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xc8f62374 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x209ec4fc pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xa760870a pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xdf7b692e pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x12110077 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x1ab82ef2 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x23f9879e kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x574ce541 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8cbde6be kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xbf3ba968 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xe81a8a76 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xeeb6e854 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x417ad2d4 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x917b1d86 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x95694f33 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x0f568d6a lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x72c50909 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x740402d1 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x77352fc6 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb1decffc lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb5e1da06 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd46f9977 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x8cd772c1 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xc20258ed lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xcee28619 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x09d13ae1 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x0a481a1e mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x1bdecf89 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x22a75358 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5b6484a9 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa2b4d40b mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x043b9df6 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1b948e9c pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x27a2c0a8 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2dfbedf6 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x31f64f46 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7bbe971b pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9e3c5497 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb1e6a3d8 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb6ca38e4 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc05630b2 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc8c8bae1 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x6ba81593 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x9cd89aa2 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x2b17ee7b pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6e1f8a23 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xb90052f3 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xf0346abd pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xfcc0b1ad pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x198c0f61 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2cc82f21 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x33967c17 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x346ec8ff rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x38530d8d rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3a067a96 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3c68ec8f rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x433da6f1 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6571cf52 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x7994af48 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x923b3b35 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9b258088 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa183a9d0 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa755d5fa rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb23c1a96 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xcf2e0d54 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xda53a1a4 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xdf92a2ab rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe5a45639 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xee22bfae rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xfa75c3a3 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x0ff1ecd2 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x3fc43aff rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x44525568 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x513c7577 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x530b3217 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x59f2a298 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x60fef4a7 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x7a8e03f6 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa027a6a3 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xb9e6fe5b rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xdaca862c rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xe32e248f rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xe750450e rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x03d8e6a1 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x04bf3c6b si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1b8ce86b si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x206c0a01 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x21b4d6ca si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x297759b5 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4a8f82cc si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4ecba6a6 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x53e4f47c si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x54044ccd si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x57a958b0 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5e51cd2b si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5fd50a2b si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x60f79e82 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6ee51ac6 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7acfac43 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7aff74d6 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7c2f520b si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8703d9e0 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9263b6f5 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x93e3c889 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa03d0852 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xad48e121 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xaec7deba si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb23ed241 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc7dcc46d si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xda7b7e04 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdc08527e si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe4b67064 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe559e130 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe77b14c6 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfe0dc54a si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfecc8cdb si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfecde8bd si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x1e84a213 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x509c3d30 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x5b03df3f sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x7631327d sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xaa67fa7e sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x04013678 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x3ea3b3aa am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x57c28fa5 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xcbbdea1b am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x586aef4b tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x7edb936b tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x931a7fb3 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xff649910 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x1b302232 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x4f45c53f tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x7d69a2c3 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xd16b6b7a tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x89752957 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x0b605dc3 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x1e18e17d cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x8c41c4cf cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x9756f6cd cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x16ac379a enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x502ec05e enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x767b4d3c enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x7d386865 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9f301992 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb3ee0f41 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc29440e9 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x483c7a68 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x5c6fa5c4 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x7666fd99 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb43b5dad lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xbdbb85d6 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xcd7b422d lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe36db3bf lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf8f99daf lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0a81ecd2 mei_cl_enable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x17d71f8c mei_cl_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x346c453d mei_cl_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x37877e20 mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3d0b3d4d mei_cl_remove_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4fdfb840 mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x52ece9ea mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x5409e0fd mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6ddc5004 __mei_cl_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6fa702f6 mei_cl_disable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8224a20d mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x89841d1f mei_cl_register_event_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x898ee6b8 mei_fw_status +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8d450846 mei_cl_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xad115a23 mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xae7e0b24 mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb4ed2e49 mei_cl_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc577ca91 mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xdaa8ebe1 mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe9d4dffb mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xea215c7f mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xedc421d4 mei_cl_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xef865ac6 mei_cl_add_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf36731b6 mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf5c83dca mei_start +EXPORT_SYMBOL_GPL drivers/misc/pti 0x19f09b98 pti_release_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x23bde487 pti_request_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x52a78e81 pti_writedata +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x154a6be8 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x16833e0b st_register +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x0f6680ea vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1152e318 vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x13aa5a5d vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1872c7af vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1a195863 vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2e30d970 vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3ef56cd5 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4b630dac vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4c498e60 vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ea2ccbc vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x50a255c9 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x677c36d0 vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x69ef87ff vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x6bfa603a vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x6cc1a5f7 vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x722d488a vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7d540b50 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x8b8ad67a vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9624c58c vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9973b9b2 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9d16164a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbbcb4c48 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xccbb53d1 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xcf5ed7ef vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xdac94780 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe7e7c107 vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x016460cb sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0fa5b6ec sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x198e29f7 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x22b0cd10 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5057c470 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6e8f842f sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x718fff10 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8d656194 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x988faf3d sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9c148157 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa0980efd sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xad6f1e98 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbf0e806e sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbfd50bfa sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfc4e2672 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1c15728e sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x3e793abc sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x4167f90c sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x51176f8b sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x73f7c0c8 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8fe1cc44 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x99b43643 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xab1c2893 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc9beb330 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x03fa881d cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x3cd3adf5 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xc1cd8863 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x63716c59 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x9088a3df cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xeedae80f cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xb2805986 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x1281c687 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x2219fcf4 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xb3bd92a7 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0d4ef847 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0f8d5cd6 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x10e018ba mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x148643d6 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1b6719b9 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2402f215 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2c9fddbd mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2d741232 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3efdb2b7 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5694eb0f mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5ab6e5f3 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5bf5adf7 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5c20cb8c mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x61296f07 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x627d4448 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6a018db0 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x73b6f8f5 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7aabb03a mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8678e546 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x89f74f09 register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ae2068d mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x94485652 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9826badc mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa7022109 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xae25f7bb mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb1196a2c mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb2828d53 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbabb44a5 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbb435976 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbb79c38f __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbe856751 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbf9b6932 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcf2963fa get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcf5f6a6e mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd308b1bd mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd9b61e87 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdfb8b045 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe666ba8b mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf429c2b2 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf6275c22 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfa67782d mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x15548335 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x708ba4ec register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x8a0107d5 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xb74596fe del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xde94abfc add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x9b1c3aec nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xc71a62fa nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0xc2240cbf sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x521f456b onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xa40b71a0 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x1126cc7a spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x02059ff3 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0f62a9d1 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x378ec823 ubi_leb_change +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 0x5910be1d ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x775f0bdd ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7a5d8ec7 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb08baaa5 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb6582e61 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xccc3a401 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe41d2425 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe93e8c1f ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf782102e ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfd6c9e03 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x13629995 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x3542dd62 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x3d47075d c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4f4bc626 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb48087ce unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xdcca5a18 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x05293992 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x1c8e6410 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2fc48644 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x36fc7e25 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x37dbd388 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x43b7b1f7 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x57de972a alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6e09860f alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x74bf155c safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x890df36c close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa4352385 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbd6d53f4 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xc1bf5734 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xc39749d5 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xd0f3a132 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xdff125a9 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe1205b85 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x3e524c50 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x752400db free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x7b3cb21e alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xbaee4013 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x1cf315c1 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xbbee128c free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xc0206689 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xce11c190 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00a67cf6 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x047d8e10 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06b12718 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0716a104 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08e8ba2e mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09b34d4b mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e74a44f mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ebeaf77 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10025be7 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x123e601a mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x125cfbdd mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1282f08a mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16f6ae51 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x170b7b3c mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1bd493d9 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c487df1 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2025cad9 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x209ba62e mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20dd7bdb mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26e296d7 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2852a99a mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2972d1d5 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2991af85 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ee5e6da mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f0be22a mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x313fe9a1 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x344140d0 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x352c5176 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39dae111 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a9e94c1 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3cc03ba0 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d45d043 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4109b058 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x412d36ab mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4204a36e mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4bceb38c mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f986c58 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51601243 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58f04903 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5903346e mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b95f8bd mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c621451 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63294e1d mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64aede06 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x652d76a1 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68dfdd9c mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69a51ccb mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c20eea9 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e9d0382 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75f64c21 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77b97eb2 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e93fecb mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80f42b8e mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81ea561d mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83bf156b mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x857bcec8 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x875cd595 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88af9461 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88dfa9f8 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89299408 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b7548bf mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d4a8a4c mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9126de6c mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x989e1e47 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ca5811e mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ceea176 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa18961c4 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa82a798e mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa2debc6 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae970629 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf1638ef mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb49a6f58 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7f21838 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb865ea64 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb92a71bf mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbef4b429 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0b6104a mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1af4e26 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2df99dc mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc64d2c79 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6bb2f7e mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc759ad1b mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8787bb5 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8f9af70 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca3ad998 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1a9fb21 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4e86ba9 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5dde62d mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe054fcf6 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe06de337 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1ab8e71 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe26e77f5 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2c97f0f mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe428100e mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7244a73 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe80a6391 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe867b4a1 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe8fc0d8d mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea38a34f mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef25245a mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5a56bd3 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf60433d2 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf76d0e7c mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7957d52 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbb47dc1 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06e3d318 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0711a38a mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b64234b mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33581e67 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3715d08e mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c267b57 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45ae5f4d mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a70e2d4 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6fc5ca54 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79ab7ad0 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e6fb21c mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90ff634c mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac67c9c5 mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4b2a4bd mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe893f359 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefb30458 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x7643f033 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x8d628099 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xaa5eae63 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xb70b1fae macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x06a930c5 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3ecc3611 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xa5d28d7f usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb309457d usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc72f8afc usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0b559464 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x27546f6d cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2cc5dfdb cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x35a5c3e7 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x63d6f78f cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9f2dccd1 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xaf91590c cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xdda217fe cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x38e15f5c rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x3d6a7ce0 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7bc55992 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x94713c42 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe5ff52ac generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe70a3b3d rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0643959d usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0faf84c7 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x234613ee usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x23677b9a usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2b2c866d usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x31f713a9 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3284b41d usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3d44df8e usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x43cf972e usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x473d8087 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x48e64cbf usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5a9d49d0 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x64efcee7 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x66a17751 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x68b5b51e usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6e8f1b5a usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x76076896 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8e60ffc8 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x91b58099 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x970f41da usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9aa5de0e usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb3c6d808 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc81271fe usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc8eab61d usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc9e9a5b9 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd2d8afec usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdfbcf282 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xebc073ea usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf32abc18 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf7762d0a usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf77c7ffd usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfc78bc1d usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x0de570b4 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x38db4c3a vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x57419cca vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x7ff02cba vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xfb751316 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x03058706 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x0f2893ec i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x18658ebc i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1997f0a8 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x40e2edee i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x47c73947 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4c1053fd i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x60803ecf i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x6d2ec22d i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x76344baa i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7da4fe3a i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xae95e119 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb1dafc0d i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd7159f3f i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdddc0688 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe64c83c0 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x2f8f32e0 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x6f2c2115 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xc5c02976 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xcc0a01fe cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x9a31b5ad libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x2d4f12eb il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x4c299b53 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x843fc1c5 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x9b550667 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xd739f209 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0b885849 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0ccd9ff0 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x116e348c iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x15b6e2c0 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x215daec5 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3e0dc6e3 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x437bc9d8 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x49ab4a97 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4e6b1199 __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6101306b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6c2a9a4b iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x75a4ef9b iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7afe7492 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7b10ebd7 iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8caceb62 iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x994845c0 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9c0ce1a4 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb354ee4f iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xbeb3e9cd __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc8d9f1ec iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcea0b361 iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd33b6b64 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdad3ac6c iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe356650a iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe6de44bb iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xecbd34ac __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xfafc9b2a __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x07742a67 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2d024b06 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4132a33a lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4a3b0099 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x560a4c22 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7265d4ef lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x792019e6 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x81a30507 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x84f08216 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8ee56d77 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa2635832 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xcc840146 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd42234b3 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd79bdec3 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd98d238e lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xdad6f4a6 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x657f00a5 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x7fcb522a lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x8656da6f __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xab82d6b7 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xcdd83e32 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xce9615f6 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xdc2332c0 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xe4798772 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x5cecf259 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x7669b80c if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x065463e2 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x09977b76 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x45e4e1e2 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x4ef1dfc2 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8b6badff mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8f702a0b mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xaeefa4eb mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb95aa000 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xbb58f8ad mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xbfcd29ab mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xcccafb8f mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe54d7230 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xeb96b42f mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xfc1f8356 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x2c1bd766 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x2ee2d4ba p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x5f371b40 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x6d7fe2fb p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x79c77237 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x9cf78cfd p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xa9083d6e p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xc951e131 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xe3106b66 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x28dec9cc rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x3363e463 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7b4588f0 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x85fa981d rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x002904b2 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x05765fc9 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0f72e809 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1d42fb24 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x21a449e7 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x22ad347e rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x39ced677 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3c8d1836 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3d62dc07 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x480af682 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4b3cbbce rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x58f224c7 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5b64c9cc rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5c5049a0 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5ee49b2a rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x605071d5 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6c901125 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x73774c7b rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x78f705b6 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8796461f rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8d85f575 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa10e0dbe rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xaf90bbb8 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbb4b71dc rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc0296bc5 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc0c785a9 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc3ae241d rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc42f24ee rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc4d4ac96 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xca480c96 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xca61b9a9 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcc248d6e rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd8c12649 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xdf176191 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xec01608c rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfca6b4ab rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfde7d4d2 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xff30bb3d rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x047d4f76 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x06a9fe8c rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0f989d6e rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x176b9c67 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2c115c0e rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x6e30aad3 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x96ab46df rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa50a0899 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xaaae2dc3 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xafdfe865 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc5d9659d rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xcc2059a2 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xf37bb734 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x045ac010 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0ffa680c rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x11a8cb73 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x13b40a04 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x17565663 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1bb9c532 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1de9157d rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x202ac2b7 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x25d2e4c7 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x261bcd77 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x28455056 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2af5987d rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x353708a0 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x405753c3 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4cebedcb rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x52a0ae67 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x532d1320 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5778f396 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5c29c36a rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x636a9668 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x868beb44 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8c7f11ac rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x99d505b2 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa11acbe9 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa307dd80 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa4163d47 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa6caa9a4 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa9ce1122 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb6b988da rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb9964382 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbbe816cf rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc9f9526f rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcb75619b rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xccdcfd4e rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd210ca29 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd3b5c91f rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdb825379 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe64756ea rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe998669f rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xebf28539 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xec22b964 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xec8c4e80 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xef1ae534 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf34e470b rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfd2f173e rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfe44e0ff rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x2378b3f8 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x4426982b rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x6c4f93d1 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x9d8f7292 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xe9c04eb6 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x0ee8264a rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x4bc0e4e0 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x9fec035d rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xc9dfc0b7 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x08753f38 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2f9bcf7d rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x35343c83 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x46269bce rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4d53dafc rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4ff0ed7f rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5f2b257c rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8a2d7313 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb8ec7fd1 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xbd9d6059 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xcd23685c rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xcec48076 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xe0b8ae90 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xe0f094b6 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf39af308 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf69cb9dd rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x02d18fd6 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x248b8879 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2bfb8a53 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8166aef3 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x020eeae3 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x02e8ad66 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x08a371ef rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0f48ba81 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1b636881 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2395f6ca rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x23e09afc rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x254e4dfa rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x43aaca20 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x473d4774 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4e737d48 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4f7e3a05 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x585d50eb rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x73a3e1bc rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x759e4949 rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x904d1978 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa045c309 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb1f985e7 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbccb4fd9 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbd7eff50 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc6285bfe rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xcddb58f2 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd9db8bde rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdc5ea815 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xea9ccf7a rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf3292dd4 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf3e8f5e3 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x07e80ef5 rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x1f58dc08 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x21a3d022 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x3f39f543 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x5485cdae read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x5f8c90f9 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x613e9f2b rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x649fb0f5 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x758c46bd rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x79ccadc6 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x80577ec8 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9976b1cf rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc2fd5d50 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc71b89b5 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe7f5f28d rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf08e90e2 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf6a99abf rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf6f1f650 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x4948233d wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x838704ad wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xd7acd32e wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x03dae473 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x05e5e89d wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0a70efda wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1335b64f wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x138dfcf3 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x17600ae5 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2433e590 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2a39da6e wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x305b9aab wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x32cacbd2 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3f250a67 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4233d927 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x43c88219 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x515cefc3 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x57b30bb3 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x622ea51e wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6f92aabe wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x70ef6785 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x78410bbe wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x785ef554 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7a2acdd2 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7dcaea6d wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7e95a0f7 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x86e80609 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8dafa7cd wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8eebd48d wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91da5146 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa1d05de5 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa25f230d wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaed5d2c6 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb33ebca6 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb71d1ae0 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb835774c wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbcf37943 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbcff4ab6 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc0f4698b wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc87b194b wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd1c27b5e wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdc6a7a09 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdcfcef4d wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf489d625 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfc1c0e1c wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x0029c967 nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x3b577068 nfc_mei_phy_disable +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x645e3bee mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x7543cd78 nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x8b4e7b3b nfc_mei_event_cb +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xe82e19a5 nfc_mei_phy_enable +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x7279f712 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xc8ab441d nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xe8804071 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x1d8bf3b7 ntb_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x3f052a33 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x5ae32be2 ntb_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x77ae9ef1 ntb_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xfe897ddd ntb_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x01a9921a asus_wmi_register_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x8f01e66d asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-rbtn 0x51552fca dell_rbtn_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-rbtn 0xa060fe7d dell_rbtn_notifier_register +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/thinkpad_acpi 0x706cdcef tpacpi_led_set +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x3ecf6cfc wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x64ebe677 wmi_query_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xa9b7afd8 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb5a6ebe2 wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc5e3dddf wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xe2426710 wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x8ac00759 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xa54b089a pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xc72fd42a pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x08ba7be8 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x74981353 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xd2fedc24 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x2a9971c5 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x644aad85 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7a91b3e5 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7bda4d84 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7c4a6011 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xa04fa1d1 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xd845d725 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x049bf357 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0878502b cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x08fc3245 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x12239602 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x13e99788 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1cf65a58 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x35d0a359 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3ac4d5c1 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3f9011e9 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x44754592 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x460878fd cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x46633b1c cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x477f4665 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4c87b1df cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x56cac6ec cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x57e3c77c cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5c52fe85 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5e897827 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x64bfe6e0 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6d91855a cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7669f99e cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x776f24a5 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7e12c64b cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7ed64b89 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x80fb7edd cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x89ae5569 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8a1cfb80 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8b46cda6 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x92b973e9 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x971c4947 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x980a16f5 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9a35ab00 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9c2df733 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa5bbedd3 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb439a8f4 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb79e4f7a cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc1bc6a5e cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xccc654c7 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xce728b76 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd43b1a1c cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd616493c cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdc844463 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe87a7804 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf8d5742d cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x0d0cdaf7 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x1acc8afe scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x1e1b8b36 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x5d957834 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x93413c00 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xca0137d0 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xdaa0669e scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x01102cbd fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1ef997c7 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3a1f5b7e fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4afb37d8 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5b55b93d fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x71c586aa fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x834f7e56 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9174c112 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9ea0b01b fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa5a0ce7f __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xac579511 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbd2ab632 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcb0d6ad4 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd28fb86a fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd92eea7a fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf40fa3a8 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x48f91915 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa37d631c iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb39f698a iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb9044812 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xea4851df iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf12b352e iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x032db8b5 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x04389a0d iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x04c49d36 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x06067f88 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x11bcca51 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x14a119a7 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x163fa846 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x187483b7 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1b7dfc12 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1c3e3e1c iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1e047e19 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x222bd93b iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x245eb801 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x44a75638 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x49c56642 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x563821bb iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x655b28ae iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6be4245b iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6d961d4e iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x73428599 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7e4ffd5b iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8b3c3f3a __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8dc1199e iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9ac2854c iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9e6a7d92 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9f20f464 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa437460d iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa62f84ca iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa6e05516 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa7d502e6 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa8ac5d22 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xab1808fb iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb2f9eddc iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb4131fe9 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb67e6b03 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb74dba59 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc00e2943 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc17baff1 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc56daf8a iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd00b6aa1 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd4770d82 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf4a10e29 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfe04f3b3 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x18db51c5 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1dffb0bf iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x26364a85 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x307b5495 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x314d1bb7 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x60a2f9b6 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x611806f7 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6be29870 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x793606e2 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x87c03651 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xac19b675 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xad3190fb iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb7498cb7 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc6370174 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd69f3269 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf1c30bd6 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfe93d206 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x16ea7642 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3e498102 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x41dbe98d sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x42fe2cff sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x464b558e sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x472d37db sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x478fccc7 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4a899fe3 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x54065727 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x68598c8d sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x879910cb sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x87d0000f sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8b1245c4 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9ecef854 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa5cb8d98 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa6fc585d sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xada707b5 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc0389d4c sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xca0610e0 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xce9b672c sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd65e4179 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe20c402e sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe884639f sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xecf54368 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xff6e1451 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x2566d952 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x392e2420 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x8fcb8862 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xb1db6d5e srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xd173c574 srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xdd5dc7e0 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x098e1400 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x48567f6f scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x564080f3 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x8857c8d2 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xb7472bb3 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xd25aa0e0 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xd4287e69 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xe8f35bea scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xf1d08cf3 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x01509dbf iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x05a1d1a7 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x08dea9a5 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x14ddd7fa iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2b3a2d56 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3063b22c iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x33d1a0a1 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x35364404 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x47f03b88 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4bfc858c iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x586d9dea iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5c8f3a62 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6e36947d iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6e450cc1 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6ed38567 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x718a48d4 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x73d62e52 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7815d0bd iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x804a178c iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x82c30726 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x82ffbbd2 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88c658eb iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9c39990b iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9dde414a iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb488df96 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb9efc358 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc3a4f2cf iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc51a7290 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3db14b9 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe0995b77 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe1e20bee iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xec35ee0b iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xec57d958 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xec905a4e iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf3378fce iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf45cf9b7 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf4d92a74 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf60f5d77 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf7592af3 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfeb69a79 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x1348e9ce sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x3e5e8d36 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xcb88dd47 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xcda391f4 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_srp 0x043035b2 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1a5d4efb srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x3dd6e4ba srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x52fb90a7 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa7f3da6c srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc83f2449 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x3dffea88 ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x858b0f67 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x8800c2a2 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x99f8cc17 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xe41ec9f7 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xec73c6cc ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x1da1b0e5 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x81a71f6e spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xc0482d83 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xcaf12dd5 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xdf950bcf spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x293d178c dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x3c760183 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x432a1fd5 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x4c557fb9 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xae7ddab6 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x458d6328 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x483c3e7c spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x56805094 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5aed7f95 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5ef278e2 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x68d03dcf spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8cb3dea9 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa3418107 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc4bd63a3 spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd25fc4c6 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd32dc046 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd79c8d6c spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdd7ad522 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdef08945 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdf5c599f spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe06a04f5 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xed6dc9fc spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf2f93955 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xb24666c8 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0d65b24d comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0fbcd4f8 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x20416836 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x219a7695 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x231cb558 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x24516ad4 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x27d9e390 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x366b8458 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3c3fb820 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3ebc764b comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3ed97fd0 comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x49c2762a comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4b490896 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4d8335c9 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x53e67de4 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x614ff465 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x61dc5587 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x67f738f9 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x683bc3ec comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6fb41734 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x72604aa7 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x74333fcd comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7ef18f82 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x81e03d84 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x88cbe5a7 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x92de06a1 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x952275a3 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9586e576 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9b14324c comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa25a95b7 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa3a84842 comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa57ae8b9 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa74f427c comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa7d4532c comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa87f4ac7 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xabf4bffb comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb1af6b9d comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb6fb87c6 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb7fb1352 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb8e1a67d comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbc406978 comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbe93d44c comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc25744e3 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc55b1ec4 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc81919d8 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xccc0ae9a comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcce6517a comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe154756e comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf689eee9 comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xffd34189 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x93de3c0b subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xa939fdb1 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xeb8054d3 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x0b76bd49 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x11280991 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x4f62cc4f amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xfb436163 amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x37cca283 cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xa9af5b63 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xc1a78e72 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xc1ad46cb cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xf0a35180 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xb32ef85a das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x048f2194 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0f0a7d71 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0f6461ae mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x13b34b85 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x19c160af mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1bd7865e mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1bdfe334 mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x26f5118a mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x35808b41 mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3611d94a mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3df26ce9 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7d0c16bf mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7dfcb1b9 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x82999743 mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x987677f8 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9b42bfeb mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9bcdf9a1 mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xea80bb30 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xedabe93b mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xef7c2388 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xefe47cf0 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf927c961 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xf64c5792 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x27dd6e16 labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x3c44d03e labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x466d86b8 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x5930d66f labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xd2bc71b5 labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x3502616c ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x4e022e6f ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x4f43b7d4 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x759ab82d ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x85883ca4 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xbb9a060a ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xd60b9339 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xe51da056 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x05cfbba6 ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x1bfa254f ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x2453c59f ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x30623be0 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xa58d2241 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xa81b7a05 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x15918017 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x254dbf20 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x2c968ef8 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x4c81bf01 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x50c63d03 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xc50365e6 comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xc6bb749c comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x59504ad2 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x074b35b5 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0c4a8af0 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x1c436f2c spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x221aa529 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x3214c22e spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x3bd62dbf spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5ec2edf9 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5f23a9c8 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb79cb2b8 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc8395604 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xce56e8c5 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd44f3726 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x032b5a3b uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x7ff05f29 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xaad675af __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x11a9b5c9 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x3fff824a usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xb7d43fb5 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xd82c5158 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x3f0556c5 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x4c32342e dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0534cccc usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x12dba7ab usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x19a1fef3 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1b2ed814 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x369cc0eb usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3a22ef7e usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x531a2812 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5857f6de usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x688ada7b usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6b0396dd usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x769361e1 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7fff691c usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x871bff00 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x91c4e74b unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9b27fc0e usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaa69bec7 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xae18ca94 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb0bd1902 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb265a225 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb6a57c49 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb71b261c usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb7fb6d01 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd76b587a usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdcbed0a2 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe17056f3 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe948143e usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeb98922b usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf04ad0ac usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x01758b9d gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x0546c3dc gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x11d009c2 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x11e8340d gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x3100e487 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x42d6ebd2 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x4ee39609 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x5c5ce964 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x63c5ff01 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x69d6c34b gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x6dbc4822 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa7d43878 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xb5369462 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xcb75123f gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xed669070 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x2e7ca1de gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x3fe92928 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x0472e6d2 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x0c17d511 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x24b4d001 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x4858532d udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x570783d4 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x8955fc67 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xb32f672b usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xd6f1cf19 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xe96563f5 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x2268b804 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x52c4a927 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x767f75c4 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x43e632a4 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4be9a77b fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x5039e8b5 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6630bb72 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7154f6b2 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7bb85a00 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x875e5f20 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x8a5c4518 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x936c222e fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd144ecfe fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xeb67b658 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xef162c63 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf275624f fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf41e90e1 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xfbbfaadd fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x70c324fc rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xc6fd892b rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xe27be744 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xff81f26b rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x46c9c679 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xc9b99dcb ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x193e9162 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1f66784f usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x41bf34ff usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x5aad1d1e usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa6db0002 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb73e4e56 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xd655a0fe usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xed3235fa usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf3244e94 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xecd6a949 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x1f7e9b77 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x368c3211 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x5158c7e3 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x6cf08b85 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xb99b64a8 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x1ecfc96b isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x06b492af samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x16e70a1a samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x3c77bea8 samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x7aaf9c2e samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x88e7b867 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xa3dcfff0 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xd3c2aa98 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x4b0f75a1 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x08430d92 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0c1b939b usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1b5bd6ce usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1d6f3531 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1d704f7b usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2569c464 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x381f3691 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3e78c540 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4a3ed2ca usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x56ccc472 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5deb40fc usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x83b71991 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x882f2862 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x896be7ac usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa0148328 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa238d567 usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc6d6ae9d usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc9d1b58f usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcf46bc5c usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfd361af9 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xffe7cf17 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0d582b8e usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1651f714 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1855a3b6 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x196cd8a7 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1ce4fd82 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2249976d usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2e8f17ef usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x33ae78f6 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3d21d9ec usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x41c767ae usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x45b1c581 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5f1723a6 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x667ddb17 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x760e7c60 usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7cd2a92b usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x805b7d7d usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x950a6f3b usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb5ae75f5 fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb6b9c4b9 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc6f6e89e usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xce8fccc5 usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xdc5acd78 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf6424a37 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0ab8a182 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1d7c0ee0 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x38a7ca3f usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3be7826b usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4e9b8213 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x572f4eff usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7910f6b0 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 0xe6c1770e usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe873ecea usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe99228ce usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe9ec9bbc usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf03ad3ff usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x01bf4cd4 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x2fbca601 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x55e7f63c __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x5a8ae1a1 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x96d7a871 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xae4f30c0 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc543b60e wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xe7984250 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf4654c3f wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x12e3842d wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x19e80f8a wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3a6fc1ce wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3f040c7e wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3f7e3954 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x4fe06636 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x640d030a wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x79957b08 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x962fb3f2 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x9d5641f8 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc5e3949b wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xd49cc84d wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xd8bfea21 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf640ffab wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x38c5d42f i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x7e8168a9 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xbf38cead i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x083725ed umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x2fbd02ad umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x45a2e24a umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x5f4757d5 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x6b0768c3 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x6ed65cf3 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc6eca659 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xce944460 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x07519a0d __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0a5a7822 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8aad57 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0db3527e uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x123860c0 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x14ecda7e uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x17ba229a uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1b1388db uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x22fbd8b7 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x253ddd90 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2bbcf3fb uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3d830a0f uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4b494c25 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4c347e14 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x53c8a627 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5a24dee4 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5bf2eb6a uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5e4bc088 __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x697638b8 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x74406af2 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x756ee612 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7dcfcd23 uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7e7a10e8 uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9d45caba uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa91f6613 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xabae42d2 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xadd2c9e6 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb7ed6a00 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbc2de3ca uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc10cab2a uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc333e217 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc430ad96 uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc4afc0eb uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd73f0b7b uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd7fd17f2 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd9704bad uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe1716f06 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe2bdff4c uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe991eb72 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xee0372ea uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf73ee323 uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/whci 0xad076850 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x04f46da3 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x06d7c430 vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x85339f4c vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xbdb35695 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd2e50445 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd93435f3 vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x127fab18 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x16b8faa1 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x20a80941 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x25117af0 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2c70c1d3 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x36209bcb vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x40a2eacf vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4201d809 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x45c2b736 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x46d0e1ef vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x58d53791 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5d0f433d vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6084fa3e vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x69974944 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7065d56d vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7e6964fe vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x82b83f80 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x883a7685 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8989d8b4 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8d020e74 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9d389ae6 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9f0e5a2c vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbef5280e vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcae33fda vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcc6bf4ab vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd460b810 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd6507aaa vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdd451cfe vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xebcc5595 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf65576b3 vhost_poll_init +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 0x2610dc2d ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6a4852b0 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x7dd990e4 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x8f96dc67 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xacfb3a78 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc006f42e ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xd1287198 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x2671bf37 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x3339b7fc auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x33ecc78b auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x37fef898 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x45a513f1 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x5f110184 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x690e9474 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x6f65fa81 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x78e13c26 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x7f689547 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x3ed75e30 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x4743e1d7 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xe3c91b4a fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x1576687e sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x18ca49a9 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 0x22a7af24 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x292da7a2 viafb_irq_enable +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 0x340452a0 viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x79e6190a 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 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2d7997a6 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4b830d3d w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x56ed2f3d w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x69588ea5 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x77bbaa9c w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9a73f8fb w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9ad92561 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa20a9056 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb138e5a9 w1_write_8 +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x0ef2ea0a xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x5d769d3a dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x6b00dda4 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xb9c7270d dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x588cdfc9 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7367415c locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x966775c9 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9f2952ad locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xbe20d7df nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xbe22ebf2 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc3288358 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xeeeca368 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf1880050 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x059d767b nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ad592c1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b31cebe nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0bc8d5b0 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c13fe06 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c3c58a9 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0cab8b4f nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0cc66181 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0cf6dc2f nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0fda90e8 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x115c4d0b nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14ebf0de nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1704e690 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b0a84af nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d42b840 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1da46f30 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20ee03dc nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2106f0d9 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2856d906 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a0f8d82 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b494f2c register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b54ba8c nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2dd357eb nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x323185cc nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32f282b5 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34c97783 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3646d992 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39173542 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3918670e nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3986fc59 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39a23530 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a7c5b64 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b74dee0 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41cac46b nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x438730e1 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x469dd83d nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49142db3 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b69f3f9 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4bc7c1f6 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d3ebf2f nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4db48862 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x512efe5e nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53eb4f98 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x547dbfb4 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x560984ad nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b2eb142 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ed6c6fd nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f5bcf8e nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x613530ae nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62d1489a nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x668abd50 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66d7993f nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ae0624c nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d3d020d nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f677f8a nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7059e58c nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70d73b2d nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72fe40cc nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74ee3435 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7922270a nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7aadf2ae nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ae426d1 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b1a0806 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d83c798 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f265368 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x806ff54a nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81567957 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81b24ce7 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85c563b5 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c6afef9 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e4f1c43 nfs_statfs +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 0x9680fb1d nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99148e37 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9944377d nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a374319 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e5f0e38 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa0ca0d5e nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa28e6639 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa72114ed nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7764fd6 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9214b92 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa949d602 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabd07c84 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2d70f08 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3318e3d nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb828ce18 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8909a03 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9644692 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcce4827 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbff4dd43 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6436d99 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc77b5c90 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc784a6d7 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc88d0a5c nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc9385b56 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd048e18 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd7e7507 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce4b707e nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2a1615f nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3dc957b nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6119f39 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf554dac nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0a79352 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe16ced56 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2b9b8b7 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2d6eb73 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7c07973 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7c533a7 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8d7130d nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeabe7706 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec057893 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xedf08b8a nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee6639fe nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef9fbf98 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3461f08 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf39584fd nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf496838b nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf607192d nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9dfef8b nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe1f93e3 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff86aaae nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0e35eb52 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1186d181 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x11bda27c __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x12d0c55b pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x13322456 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1472edbd pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x177d7edf pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x180bcf0d nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1b47917f pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x33b8d447 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x46306bee pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e76dc33 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x510f54a1 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a26dd5e nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5afc0718 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5b5ec626 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x60e33e54 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x618cda0f nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x64ae93d0 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x665fa50e __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a1cc596 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x71007487 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78aea29a pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7c548d3b nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e726caf pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x83b440ff nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x83c63428 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x862ab900 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8c3525e3 nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9b8f4793 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa3dbd118 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xab93bd4a pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb677c682 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8342473 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbeb13b2b nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9672241 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9a1ad6a nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb813e84 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc1bc0e8 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1d5d697 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4addceb nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec45aacd pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xedbc86de nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc5c377c nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x8cb2d51b nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb9dec1d7 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x01d1cda1 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x18a155a2 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x26dbb81f o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x49c0f219 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x778c248f o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb7ed6bad o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd71f2753 o2nm_node_put +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/dlm/ocfs2_dlm 0x04d6907a dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x1d520201 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x75eea815 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7825cf95 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb0c3fc7c 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 0xe16753dc dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xab01b6dd ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe6dfd053 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xfa5596e1 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xddf27d6c torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0xe1dbeaa9 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xe39bb060 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xa2b0e587 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xd9ca0490 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x270fa2ff garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x32f808b4 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x40a3ad32 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x9901039f garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xa359af9b garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xe26e01f6 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x194e92d4 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x3150da76 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x5907691f mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xa8a9019d mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xba0f961d mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xd72512d5 mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x23d9e4b5 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0x63ca7a8f stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x43b38ccb p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xc852ad9c 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 0x37b87e15 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 0x23881039 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x977a4f1e br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbf0a459f br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0264e79e dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x06597ca3 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0d021f89 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0e6be9b0 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1f54f07a dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x27c8baae dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x295c9503 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x33ab717f dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x371deaee dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x385dd483 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d7c32cd dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x566c2fc0 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x57f39c27 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x647bbfb4 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x65336583 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7065b3e2 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7bde0208 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8eb68a86 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9aa6b065 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaf44d51f dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb0ddc8cd dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb54cc3ab dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb78c4fc6 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbdb083db dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbed0fbbd dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc0819897 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xca9bea74 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xde36870a dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdeacf335 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe397313d dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe9696e95 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeb18de3b dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf7dbeb2c dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfa4dfc3c dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x0ce0f365 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x207b662e dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x49c2df60 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5623e32b dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x843653fc dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x89e56eed dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1cf000da register_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x50fe123c unregister_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x65551fbc lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xae37bff5 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4ba93c24 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb8ef8417 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xeaf22542 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf8642569 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ipv4/gre 0x013f6734 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x02e90abb gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0x4b314cb4 gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/gre 0x56bde4c4 gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0xa9283c29 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2d2f60a4 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x4d753ac8 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x9095a78e inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb8a69304 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xcf5da8ae inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd3d89ee7 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0fbd2103 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2512a8e5 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3e197a08 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4d8c4e98 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x714d58aa ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7e4d00e3 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x831f153d ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x96761e8f ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9fa6c941 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc0477278 ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xcfd05110 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe88abf3c ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xeb4ae9ab ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x8d11a375 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xacf49315 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0xc22d4a5f nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x0191f895 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0x52ded85e nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4695909d tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x528bcd0b tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x81edd1ef tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xbb66a685 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xeb468ae7 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x235bf51f ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x3c947795 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x810631fe ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xa1846b26 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xed6cec90 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xb1359675 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0xefb66452 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x06038365 nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x9349a64d nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0224b900 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x07c724d5 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x15328692 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2ba6d42e l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x391eded1 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x563ee4cc __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x57917068 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x585edfe1 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5e2663da l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x704da135 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x98640dfc l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xba145585 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc6cc4f4b l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd058dab0 l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe65379fe l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xef647b6c l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x73a77f9a l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1659056e ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x23bf5b0d ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2c968021 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4813ac6f ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5f911838 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x705d0bc4 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7a78fba9 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8251924d ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8378ef21 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x876e0bf6 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x94b04287 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb0425584 ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb62cddea ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcd0c0ba9 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x031cfaea ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1345828b ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x16af9e11 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x369168ed ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x58fe4c0f ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x71667ac9 ip_set_add +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 0x8c198c10 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x917dd082 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e8bdc78 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 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa9912ca9 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb53feece ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc9bbe8a8 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdb7185c8 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf1bce684 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xff520aa1 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x2a34c682 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5919fc88 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x6723cdf8 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe44dee19 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0871444e nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0977dbe8 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c361e3b nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c951b21 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0fe1f4f5 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x11f3cccd nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20f7a8a9 nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x24f6e387 nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x29b22e52 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2e017954 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3577fb96 seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x388a5a4e nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x39ca8c79 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3b5c1152 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46e97c56 nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49484418 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49f74346 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ca52b75 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4eb3d207 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x52d9f0be nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5414636c nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54b03322 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54f354a9 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x55a82e7a nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56aef814 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x580565f6 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5904bdb9 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x593da950 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x59dec425 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x59f1d1e9 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f194abd nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5fb00fb7 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x653ffdac nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6d866d35 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6f933aa8 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6f9bf554 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x74a1a01c nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x74cbbe53 nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77696acb nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85039880 nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x871eb0e1 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d308258 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e0cead1 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ea3e84a nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91534168 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91a74298 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91d3889e nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9dc17bba nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa429aacd nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa668c65f nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7e81c4e nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8658a5a nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa9281eeb nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa94da96a nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac5106df nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb14b3b13 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb854d715 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbd20ab0e nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbfa09b57 nf_ct_helper_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 0xc42d0f4b nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc5488e22 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc629c5a3 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc76dcffa nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb5d7b1b nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd248d8ec nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda8b7453 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb886f98 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdc4b23b8 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd3e9427 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd9c5269 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdf491dc3 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea5d23f2 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xefaa30eb nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf3ff077f __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf85962cb nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf9e6eac2 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfc530d75 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x3c20586c nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xaef886e6 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x0a04fb2a nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0827d9f5 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0b99b5da set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x35adceb5 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3a3e8890 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x48427447 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x5c873631 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x6fd0941d nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcf4d2dfe set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd09c7ac4 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe83c2182 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x04a28762 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x96e858da nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xa1d078e9 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xb7cba249 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xeab29738 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x1ca10956 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x2e1d8a27 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x08ac11f1 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x21133d69 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5480719d ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x92bb70d2 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb9447a4f ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xce4fb090 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd288377a nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x80d39073 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x9ecb4afc nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x15fac936 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1d0880ef nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x55d5da91 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6eb4f184 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x825e89b9 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbc81ddc0 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc8fbfac3 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe3c08d31 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf2998ad0 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6effbf82 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7021f38e synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0381bbd0 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x08b84273 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x113b1cf1 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2f516b89 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x355428a6 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x44204202 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6daac3bb nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x81e2a66d nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x97ddbcc5 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaa01cd97 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaeb3df75 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xedaec7c0 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfbd8532f nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x22549558 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5b65ddb4 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa7595ada nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa7964812 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb386f0c7 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xbfb93a28 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xe6837b35 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x426edef1 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x82bd5775 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0xc6fe8a49 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x300a3af7 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x484a12a5 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x56eba5c2 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xbd0a3418 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xde9d20f2 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xea5ab064 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x252aa21f nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x4acf994f nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0a80147e xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x10dab631 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2750fb46 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x484330b7 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x54a9ae22 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6bc4337c xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6fb3e6bd xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8a0fc328 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa6b0d7c4 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xaab3fed3 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbad64c9d xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc07833cc xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd0785a56 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x3a099777 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xf4e9cb5d xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x7af3acf4 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xaf5d4755 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xb07938d2 nci_spi_send +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x031c33b0 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x145aeea9 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x17af00f2 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x21a4535e rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3a1229ce rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x44b74309 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x5de89ea4 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x68b31bac rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x9207aacd rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x97deb61e rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x9bd74e39 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xa62db457 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xab38be79 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xab648cc7 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xb1d8f692 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc7f4a5f9 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xc9dd75b7 rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0xcbe1105f rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xce50d08d rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xd3299722 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xd6a67f11 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xde81eb1e rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xef20e514 rds_conn_create +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x19faec17 rxrpc_register_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x224ddb5a rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x3d52aab9 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x7f515906 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa18600a9 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00cc687a svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01a55bc1 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x032213e2 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03280918 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04143a51 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0418ff2e svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04e4401a rpc_destroy_pipe_data +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 0x069eb0db rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06b776dd svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07db013e rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0923384a cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0aa7eb55 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ac659d2 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ad0a391 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d724c5f svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e6880c8 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0efad36d rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fd162e7 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x111d66f2 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x126f3c8c xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1279f6f7 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12cf3190 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x157eac67 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15df5a80 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16e8d732 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x172bd06e xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1750f4a1 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17e92d54 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17f08c1a rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b8a47bf write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ba389c8 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e028c05 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21062228 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22efdded rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24129433 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25c91fba rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25e957c6 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b2fd6bf xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d59a857 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3098c4e0 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31431656 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x316bab00 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31b52c9d svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32b7471f xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32c359a3 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x344cdb15 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37299e17 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39be8bc3 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b4e3134 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c066256 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c98e984 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d8c7d40 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3dc41abd xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f867bb2 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40423dc8 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43a5ca71 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43e40d64 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46ff55a6 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49efec2b xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c6a91d6 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c7a532f rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c99d0e2 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cfd27f0 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d9a7fc9 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4eb278db xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x506e2e72 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5343caa2 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5476fcda rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54a1e064 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54ae49c1 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59b9978b xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c8c643c xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d4b16b7 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d8111e6 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5db4b1cb sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61d22ab8 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65c71639 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x660a0796 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66167d33 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6997e89a _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d56f44a cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7097d829 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70b32602 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73a87951 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7713a60f svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b88cb3a rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c85cca7 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f82ac84 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8096a708 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8182bcdd xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83200fa9 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83961a67 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83cdee9c rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85acbbbe read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x866e3136 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x868f356e rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8952dcbb rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89949d53 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89e2a72f rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ca4ea5e cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d582090 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d774d5a svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e0434f6 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x918b7566 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x918d6219 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96845dca xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99e0ae79 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a561f42 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a5fd4f0 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9af4639a rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9afdc849 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b6a416f rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9caf5904 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d4898ab svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dd34d7a rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa02be97f rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa18c5bfc rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa195c90d xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa283d84a xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5a0d6e3 rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa907e7fd svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac1c5e8a rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad69d88e rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0116611 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3f06468 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb50ce326 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5f90e09 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6bcec4a sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb96391bb rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba975cea csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbafaceb7 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcd512a6 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe6e5333 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbeb2edcf xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf0019ef rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf7384f1 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfe925ec rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc003d61b svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc286296e rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2cd3659 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc30cfb93 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4374574 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4b37a49 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc61449c2 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7d9c6a7 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8d6a6ca svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc90997dd rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc928136e gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc96d0474 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc98189f7 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9fd2217 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca4f9f2d xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca895b96 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf811707 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1a3b466 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1be6bbf rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1fac759 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2425ae8 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2822b74 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd34e6d4a svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3693f2d xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5504347 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7b0eb23 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd84ddafa svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0abbfe8 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3d18d04 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7663033 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7905cad xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7e2605d rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe93ce1d2 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed18cbdb xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed37eb51 sunrpc_init_cache_detail +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 0xf0ee6d4d svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2f041cd xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf544bd4d svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6038737 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf62d9a9f rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf72c4464 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8b0dadb rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf992ab63 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf992fc21 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb0ce9e3 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbb737cf rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfcc42ce3 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe892710 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfeb3ca66 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff388fb3 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff4a6b9c rpc_localaddr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1a8db6f3 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x257cb8f5 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x396f67c1 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5462823a vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x57e054fc vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x74e91915 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7abe0e36 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8bb94430 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8ed75295 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb9e2f0a1 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc82b3b1b vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcacf3ca4 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd1e724dd vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf18c3d82 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf593c40a vsock_pending_work +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1522ca19 wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x24076dc3 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0x28432a3e wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x42ddb1e9 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x4fd83892 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x7077b118 wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x74fe7a6f wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x7edde897 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8682ea7d wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xabdf8e11 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc9483c78 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe51a331c wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf110488a wimax_dev_rm +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x03cff3e6 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x04051fe3 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0de32e26 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x26d9527a cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x363a162a cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6befc362 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x740b1669 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x954f40ef cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9cd59da0 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcc04540c cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xdb814701 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xdc5ae7c8 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xdfcb57a7 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x4e834b98 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x705461e5 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x974ff5eb ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xea00821d ipcomp_destroy +EXPORT_SYMBOL_GPL sound/core/snd 0x35caf630 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x582d0cc2 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x6d558930 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x783cee1d snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0x94471ce5 snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x1d2c5965 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x944f8b56 snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xeb777f84 snd_compress_deregister +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 0x18970efa snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x67885d43 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0d3c4290 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2a0ffc89 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3a96811a snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x665239db snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9631059f snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x97a44950 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa2c7652f snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xbc0b223d snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc02a42f9 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd2ce0f89 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xdc6b9e47 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x008d4c05 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x727c9ed8 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xabdeb3ec snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xaf4307b9 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc5e22d54 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd62bfcdc snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x03a3622c snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x047da64b snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x05da2fcd snd_hda_bind_sw +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 0x07714b7c snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x093de591 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d26b954 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d644329 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d720983 snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e1f161b snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0ef2991e snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x11060dcf snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1375b796 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x16e22835 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x179386cd snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x18096d4c snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1a8be5d3 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1fd995fa snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x202ad1be snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28b146bd snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a3068b1 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2aa041d7 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b03160d snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c917068 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f58eb00 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3155d1fc query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34363ba0 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x36228e40 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3811536e snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ccbed3b _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ceca907 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3eb6df18 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x422df551 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x425c183c snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4407442d snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x464294e0 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x474e3f90 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x476b7449 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48e6d27a snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49ce122e snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4aca4445 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e870223 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x534efc43 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54a105b0 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5751668a snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58d71182 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d1f6017 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e861c3a snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e87aa40 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60507a1b snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x611ddda8 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x62813be1 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x62ae24d6 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6350ec46 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6767f49a snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x686185f6 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b17c499 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6bc82a69 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cfa74ac snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fb258a3 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fc8989e snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x721d8398 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74fb2373 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x759ba994 snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a6fbff0 snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a90dcb3 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7f5e14d7 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81debec1 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x823ecabe is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84326d40 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89c44b08 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c0a720b snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e6ef8a9 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e921358 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x91ad6971 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x974c68dd snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x979364e6 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0b5b0ef snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0f07536 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa24eace0 snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa32ca868 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5e4f14d snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5e7946b snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8d8045d snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa95c3ea8 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaddd06e7 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf0c345d snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb077e6ab snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2f9d5bd snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb315ab6e snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb4d04335 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb569021d snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc672830 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbddf739d snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbfc6044d snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc25b6ec3 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5b5e774 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc631b76f snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc97e11f1 snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9bebd16 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb345460 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xccb15ef0 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1dd3dd3 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd231cf67 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd3a59dd2 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4307149 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd624ec56 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd680dcb0 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd804d254 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd87d75c1 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd97a703e snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdaa50343 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb498ab3 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc564e2b snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd140110 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xded0330d snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe2866d3e snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe74d5d79 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe7ed7419 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9b07bdd snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9b612d8 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea1c0610 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea26a254 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xebe1644e snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xecbaaffa snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee59aa21 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee78781e snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf528add5 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf6f04d61 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfa1fbe6b snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfac87418 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb2cd32f snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb2cd3e7 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x09661523 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1583c80f snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x220e96b0 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x338a1ea7 snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4e5d48c8 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x60e4731c snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x624fb657 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6738317c snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x73d940e6 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x82d6020b 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 0x8b381edb snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x977343ba snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x992cc26e snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb294ea87 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe4bec09b snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xedb0d87e snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xee397629 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf9874cf8 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfafd0aa3 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfe244c27 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0x70c49095 snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x28796b7b azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x2bb90e44 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x2d7e3971 azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x3275f48e azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x46ee0149 azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x4eb100e8 azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x7da6650c azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x892c79c0 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x9767251d azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xb0817aaa azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xbd5e299b azx_stop_chip +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x5cdf95a3 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xb14a3e4d atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xdd5e1605 atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xaa49b5c3 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xb58252d6 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xc78d5512 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x5fb7562a max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x029905ff pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x52729761 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xcc22ff33 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xd1fe401b pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x7f68b24d rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x47949783 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sn95031 0xb1c4af85 sn95031_jack_detection +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x327ed062 tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x6a0f9a3c tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x63a9d74b wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x36cf5b42 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/intel/snd-soc-sst-baytrail-pcm 0x1ff4c5b8 sst_byt_dsp_suspend_late +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x29d2947d sst_byt_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x4970b7a1 sst_byt_dsp_wait_for_ready +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x653720f2 sst_byt_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xa4365c67 sst_byt_dsp_suspend_noirq +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xbcd737a8 sst_byt_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x04b79691 sst_mem_block_unregister_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1b5e8b82 sst_shim32_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1bb41260 sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x2b48c0d2 sst_dsp_reset +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x305b73f9 sst_dsp_ipc_msg_rx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x34086ea7 sst_memcpy_fromio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x36fb8196 sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x3c93a088 sst_module_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x3f6d8412 sst_module_get_from_id +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x3f985454 sst_dsp_shim_write64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x3ffa97c4 sst_block_module_remove +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4a045773 sst_shim32_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x52548517 sst_mem_block_register +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x54f8eb91 sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x5b9c923f sst_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x5cbb2de2 sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x644daec8 sst_dsp_shim_update_bits64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x6495d515 sst_dsp_outbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x6a71a277 sst_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x6d6d4499 sst_dsp_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x6f60c423 sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x78bbaf09 sst_dsp_shim_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x7c6abeb8 sst_module_insert_fixed_block +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x7f4a5db3 sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x80979b6e sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x84a4a61a sst_dsp_shim_read64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x8585ee24 sst_dsp_inbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x85d4e86b sst_dsp_ipc_msg_tx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x8f79626a sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x9be71c8c sst_mem_block_free_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x9d0a67d9 sst_fw_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa3504a77 sst_fw_free_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa4481691 sst_dsp_dump +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa7f598a2 sst_mem_block_alloc_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xacfc8b34 sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xb008cfaf sst_dsp_shim_update_bits64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbcec5387 sst_shim32_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xcb4b68bf sst_fw_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xcf1512a3 sst_fw_reload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd9a2c94c sst_shim32_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xdd46b3cd sst_module_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xdd9d8cb2 sst_memcpy_toio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe31cb446 sst_fw_unload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xf9808376 sst_dsp_shim_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x49d78f3a sst_hsw_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x8126f07e sst_hsw_device_set_config +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x836393c5 sst_hsw_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-mfld-platform 0x46c0cd90 sst_unregister_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-mfld-platform 0x97f581a8 sst_register_dsp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x017be4fa snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x057b45f7 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x06b3b2d1 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x071cfcea snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0ec99af0 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f27f775 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10caeca8 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x11eeed44 snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x125eb508 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x133f12d9 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x146c0f88 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x149e51ad snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14bdcd2e snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x151bcc48 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c02e57b snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1da05ee3 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e85f7bb snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ebd8207 snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x20ff8f55 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x228858e5 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23884d80 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x255dd612 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2601d96f snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28891de5 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a119136 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c2189bb snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c7763cc snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d973ce1 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x356300a4 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3acb3a0f snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b6dffb4 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d273191 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x408cdcd8 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x417a1fc0 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4275738f snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x443b28bd snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45c9c40b devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45f7c72f snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4aa7e4c8 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4bd984fb snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fee5ddc snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5156e9a4 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53fcc201 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54df6760 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x55065f19 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x561952fb snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x564f7c45 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56c6b113 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x570aaa5b snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58b7a0fc snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x592ce5de snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d5dd24d snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5eac4d97 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ecb5eca snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ef96b29 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f7b0fa7 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x604b2857 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63018277 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6379866b snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6507a667 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x678192e0 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ddb67b5 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7180cb44 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7705ea8f snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x780b2d4d snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7831ba33 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x788f370e snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7acac33d snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ba172e1 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7baf98ed snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e56e4d9 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f6f6c12 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8387a119 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8493187a devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x877f2264 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88a4e27b snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88e3c6c6 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a04afc2 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c661bde snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d633540 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8de34fce snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94cfafd0 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94ea32b9 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97274858 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97d256ed snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b3964de snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9cca1fbd snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d5933c9 snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e604442 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e8abda5 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f7ba234 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa15a8273 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4063036 snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5d7ddfd snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7475b09 snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7ca3d18 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9562f1b snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9e8fb30 snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabfc019f snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb14c56bc snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb15ba66d snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1a8d489 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5cc2903 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7fefb1a dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb843b56d snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb84a77b6 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbcb5b5fa snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe0252b6 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe898fe3 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1e9d816 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc9bbd86d snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb13fd1d snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbefdb41 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc9e25f5 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce401a95 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd25ae2d4 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd32c5229 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd472be30 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd52c16dc snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5af4b50 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd820fb0e snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdae9f82d snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdbc159ff snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc2d4da7 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe00ea9a8 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2a3d2d2 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe390e258 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3f6d0f2 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe81bfa0b snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe83820f1 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea03dde4 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeca3663d snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefd1c669 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf02f2cbd snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1eabff5 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf28b2b7d snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2a50052 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3226c7c snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf54be4f0 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf97cc7b8 snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa680cae snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb33efe7 dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff239093 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff643ddc snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfff0da60 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x0052e4a3 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x00794365 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x009dea8d wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x00be022b component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00c5320e usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x00ca76ea tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x00e5b66f dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x01170331 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x0141f39a __remove_pages +EXPORT_SYMBOL_GPL vmlinux 0x0170cb6c efivar_work +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x0192eb16 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x01a3febe iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x01d11a05 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0207506b xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x0207ae90 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x020c992b relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x0211caa1 xen_swiotlb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x021be339 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x0229ee08 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x0236daed ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x023be575 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x026d8e61 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x027b6e9f __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x029240ed cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x02b00f07 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x02f9c324 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x0325a969 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x03338eb2 swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0339115f irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x033cf663 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x034230ce sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03627fdb swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x03b40bfc extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03c2ae82 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x03c9c1c0 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03e7d45f input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x04010670 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x04083167 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x040da930 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0445210b percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x047a070c dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04945108 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x04b7d3ec ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x04bf26af ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04fcd235 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x0511f414 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x054366f5 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05628e21 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x05f7bf29 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x060d1064 set_memory_ro +EXPORT_SYMBOL_GPL vmlinux 0x06117909 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x061335cc tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x06167ab2 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x06376250 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06695f0b regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x066bb575 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x0681ec96 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x06826e7e usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x06963c36 intel_msic_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x06a4f6a0 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x06af561c tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x06d549e6 pinctrl_free_gpio +EXPORT_SYMBOL_GPL vmlinux 0x06d61045 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x06dac898 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x06f3329e fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x070562d3 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x07388414 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x0747fdcd irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x074b9b19 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x075a956b __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x078c0137 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x078d0b3c regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x079e4724 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07c3149a usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x07f300c3 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x07fc478e acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x0805790d iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x081908e6 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x082b479f clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x082b9fe6 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x082cd25a tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x084e9fc0 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x08d0da5f perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x08ebd1e9 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x093c4e0e blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0945eb3a ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0948ce6f locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x09496396 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x0957d6d5 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x0961e509 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0962d0e8 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0964b213 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x0975cdd9 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x098e853d ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x099d4109 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x09b96a78 isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x09e7f35e dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0x0a062162 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x0a0f62ba pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x0a14fc69 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x0a198318 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x0a499b34 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a4c29d7 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a59aa50 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x0a5b4e30 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x0a71ee61 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0aab1302 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0ac20303 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x0ac6abea clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x0ad25e6d dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x0ad5e36f spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x0ad639d4 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b282262 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b59390b __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b7f8a0d rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b875daa key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bc948ae simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x0bf0c49a sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c1b3439 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c3d1701 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c80e3fe efivar_init +EXPORT_SYMBOL_GPL vmlinux 0x0cbcdb4f usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cde6050 mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x0cf16671 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d252053 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0d2b4560 percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x0d496a70 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x0d5be1b8 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x0d64b0c8 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x0dc7d63e xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x0dd96b81 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de88c1f debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x0defbc1e bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x0df62d70 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0dfdc26e cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x0dfe718b sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e3dc3c0 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x0e5cf2bd usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x0e75c690 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x0e8883de ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x0eb01c94 acpi_dev_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0ef00a17 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x0f13ce74 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f34c83f ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0f3b60bb usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x0f58fb86 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x0f5fc514 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f7d715a regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x0f913d30 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x0fa138de xen_hvm_need_lapic +EXPORT_SYMBOL_GPL vmlinux 0x0fa6e1e4 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x0fc01e9f static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fcc7bc2 xen_swiotlb_map_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x0fdfd63e btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x0ff16357 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1016dc2f platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x102c7316 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x1047c455 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x1068ae55 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x1076fcdc __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x108b94d8 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x108ea8d4 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10a5252e usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x10cecac6 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f879f2 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x1100f59c phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x1102133e evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x112a2557 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x1136c548 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x11402661 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x114f1a20 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x1156b611 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x11618f03 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x118422f1 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0x118d1313 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x11f59b39 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x120712cf irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x120d469e vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x1225d2cf sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x12416b36 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x124ce037 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1266a8b6 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x1267cf05 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x12787bfd regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x12857563 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x1297e772 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x1302a887 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x130bd388 check_tsc_disabled +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x131f2970 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x131f344b pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x132fc939 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0x135f6a01 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1367a7a3 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x137fef86 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x1388974f blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13b656aa __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x13b89dee pinctrl_request_gpio +EXPORT_SYMBOL_GPL vmlinux 0x13ce998c fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x13cfda11 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x13f3e3fb klist_init +EXPORT_SYMBOL_GPL vmlinux 0x14130e09 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x141f3507 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1435a7da ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x1445b5c8 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x145784d1 gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x14725450 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x1480954a pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x149e220b ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x149f9b0c evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x14c18d8a usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x14d425da pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x14d85047 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x14de0846 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x14e6ea98 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x14fc0c63 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x15010e1f arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x150270c7 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x15568631 lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x1581fa2e xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1589949e crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x15b0606e e820_any_mapped +EXPORT_SYMBOL_GPL vmlinux 0x15bc3008 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x15c7f482 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x15dd6e0a usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x1607bd97 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x160ccbe6 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x162bf512 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x165b2bc8 acpi_dev_pm_detach +EXPORT_SYMBOL_GPL vmlinux 0x166d13df __add_pages +EXPORT_SYMBOL_GPL vmlinux 0x1687bcf3 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1695271b device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x16afc38a usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x16c3f816 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x16f7affb devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x170cb348 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x172ad19d pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x1746f98e __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17c1c642 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x17d3b042 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x17d3ee51 napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x17d9e12c rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x17f4cd62 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x1802e105 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x1823f155 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x18249794 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x18432233 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x185defff skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x185e54e5 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x185fd867 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x1862c0f0 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x1864632c pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x18940523 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x18a27f34 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x18a82960 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x18b68f8c inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x18ca8c5e wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x18d3b31c dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x18d879da ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x18ff9218 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x19106cfe inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x1929fbf6 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x19433f25 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x19496284 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x195e32cd pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x195e8eb9 sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x1975eb4f acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x199668fa device_move +EXPORT_SYMBOL_GPL vmlinux 0x1998f973 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19e3e816 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a710874 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x1a73fef7 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x1a89d37c gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1aaeac04 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x1ab80b38 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1b08e1fc get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x1b1f2bda speedstep_get_freqs +EXPORT_SYMBOL_GPL vmlinux 0x1b254753 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x1b2fc12a xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x1b3e7ccc ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x1b41d229 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x1b4e8db3 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1b50f4aa wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b693b81 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bcff083 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x1bd9cffd __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x1bead384 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x1c191629 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x1c25797f fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x1c361bd0 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x1c4babd5 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c55c91b __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5f9c08 ref_module +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c91426b inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x1c9d72b0 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x1cbbabb0 usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x1cd322b9 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x1cd8aac8 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x1cdf1b2c device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x1ce98df1 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x1cf63239 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x1d459685 xstate_size +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d73c293 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7cb586 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1d8fb3bb acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x1daa04d6 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x1dbeb035 user_match +EXPORT_SYMBOL_GPL vmlinux 0x1df3ceeb device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x1df99827 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x1e1a902f kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x1e39ccf5 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e4adddc sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e5a9b54 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e654d62 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x1e6db6ba ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e81df1f crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x1e825a30 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x1e8e67fe find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e99dfed xen_swiotlb_unmap_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec8d672 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x1ecf2ffa key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x1ede6448 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x1ee19c11 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x1eeb30a0 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x1f0d77e8 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x1f1f21e0 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x1f44d83a crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x1f4e8510 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x1f61fc95 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x1f698f09 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x1f7f6fac register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8a8781 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fe6bd0d pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x1ff4698f pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x2027a02d platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x20325f4c device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x203914d6 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x20671650 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x20847f21 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x209e1039 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x209ec764 xen_event_channel_op_compat +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20b529a8 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x20b59701 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20d4a18d __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x20ee9197 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x2137bcee subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x2157577b sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x2186cb21 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x21a40d4e ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x21a9ce26 extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21d73052 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x21f2cf47 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x21f9010b put_device +EXPORT_SYMBOL_GPL vmlinux 0x2213837f wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x221920f5 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x221d403b usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x2264ed7d print_context_stack +EXPORT_SYMBOL_GPL vmlinux 0x2268b264 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x226a0f8b rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x2291dc10 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x229cea54 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x22a5cb6a sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x22ade200 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x22b970b9 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x22d923ad xen_swiotlb_sync_sg_for_device +EXPORT_SYMBOL_GPL vmlinux 0x22f49050 apic +EXPORT_SYMBOL_GPL vmlinux 0x22f8e6af ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x23048011 __intel_mid_cpu_chip +EXPORT_SYMBOL_GPL vmlinux 0x2308bc0f disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x231ad90c pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x23501641 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x235c9c2b bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x2366a2c0 errata +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2392bc6e pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x23a59a07 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x23e142e7 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x240580a9 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0x24108829 of_css +EXPORT_SYMBOL_GPL vmlinux 0x2422bf0c pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x245c02eb crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x246d1258 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x247e5b55 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24a82377 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c119e0 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24ced480 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x251ef319 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x25389f08 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x253da787 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x254d974e list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x25859fa9 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x258b3ee4 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x2596815a do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x25a2a506 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x25a885de regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x25d7616c irq_free_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x260f9614 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x2613f96c ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x262fc1fa acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x2642272f blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x26903dcd scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x26965721 slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c8c96a clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26df4d13 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x26eb0688 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x2702da66 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x2707751d regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x276d8b8e dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x277012a6 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x2784fd3a pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x279cb985 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27ddb33d acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x27e2db17 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x27e4cccb crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f9b6a1 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fd4672 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x282a3a78 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x283d408d rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x284d6422 ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2876c33a platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x288c9c50 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28ba45ca regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28bb6710 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x28d1bbdf blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x28de2551 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x28e124d2 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x29059b53 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x293f073e vrtc_cmos_write +EXPORT_SYMBOL_GPL vmlinux 0x2940df8f usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x296a97e9 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x297ff76d device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x2986ba22 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x298d32fc pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x29ad4b40 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x29df1a15 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x29f9a9b4 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2a156cbe crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x2a3bd303 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x2a5d7d59 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a8c3cfd regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x2a9041d3 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x2a97b03e dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x2aa4aeec da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x2ac36de7 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2b06a4db cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x2b67f096 speedstep_get_frequency +EXPORT_SYMBOL_GPL vmlinux 0x2b6aa57c acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2b86a7cc raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x2b8f7567 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2b96316a efivar_variable_is_removable +EXPORT_SYMBOL_GPL vmlinux 0x2ba69d94 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x2bc9a93c dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c5e4a84 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x2c6a0410 xen_set_domain_pte +EXPORT_SYMBOL_GPL vmlinux 0x2c7838b5 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c85a8ba pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2ca0bc52 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2ca2c7bf arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x2ca3f952 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x2ca4acd1 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ca9d851 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2d178835 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d3b248b led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d421b2d crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x2d56ebdb pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x2d596e6d crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d9f2ce3 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2db65f68 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x2db95708 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x2de68db9 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x2e13af45 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x2e1448b0 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e46b7c1 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x2e60e96a tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x2e8b6c8c __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2eaea7b5 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ee34ced ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x2efdd263 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2f040c29 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f22c0b9 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x2f253766 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f6d18a7 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x2f7ce43f usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x2f813187 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x2f857551 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0x2fafdb15 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x2fb15879 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x2fbd24d7 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2fe1d6dc xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x2fe36eae vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x2ff61a49 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x3017caec ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x304380cc __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x3047f62f device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x30495c39 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x3068ae75 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30a8bf79 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x30b5e0be blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30e1f89e alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x30e3e64e regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x30ed5d6a devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x310382d5 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x3113257b request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x3136c9ea get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x3143a545 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x315af740 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x315bb54e __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x31631449 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x31683eff ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x3168cce0 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x317d59a6 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3189e8b7 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x31a47209 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cae272 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x31cf5c1a vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x31d44f91 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x31d88626 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x31edef8c thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x31f498a9 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x32056c39 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x3212e2b6 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x3229d976 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x322a0422 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x322f3511 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x3251b3c6 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x3267a466 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x3286b3f1 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32924a4d scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32b2e626 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32b92e83 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x32be2b45 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32e3304b ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x32fd4b62 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x33162036 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x332d58fd fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x333228ec intel_msic_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x333746e2 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x33460799 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3348431c __clk_register +EXPORT_SYMBOL_GPL vmlinux 0x3352a478 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x33655159 xen_pcpu_hotplug_sync +EXPORT_SYMBOL_GPL vmlinux 0x3365a7f4 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x337da197 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x33928028 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x33b96e5d apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x33c5de0a regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x33d5fffa __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x33e0451c sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x33e7aadb __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x33fe4c55 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x34416fa0 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x34576ff1 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x346bf42b tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x346fbf66 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x347682ce snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x34829df8 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x34ab25cf dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34d1ca3d crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x3523c9e6 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x353063a1 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x356519d8 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x356c9d4a component_del +EXPORT_SYMBOL_GPL vmlinux 0x3581f995 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x359effeb ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x359fa240 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x35abfbe7 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x35ae694f crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x35d5b4a3 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x35d5d7b7 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x35e393e9 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x35f3ae51 unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x35ff3b1f udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x360e2de8 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x361c11ee ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x3641bdf4 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x367ada02 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x36853003 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x368fe87c dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a19221 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x36a664da sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36ba2551 intel_scu_devices_destroy +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36c38b24 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x36c73ebc blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x36fdfa7d kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x37115a8d __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x371e1301 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x371ec2ff ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x37319cd9 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x3775fdae usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x379de6f5 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x37a73161 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x37d12511 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x37d515e1 device_add +EXPORT_SYMBOL_GPL vmlinux 0x381a152d skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x382f7ad1 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x385f2109 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x3862d9ad i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3873e2f2 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x387794a8 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x3892021b vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x389f089a acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38e96192 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x38f0f9e8 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x38f9794f spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x39010838 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x390a4a82 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x39270d14 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x3927cc41 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x39438626 acpi_dev_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x39729a8e unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x39814c6e tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x39962a12 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x399a571f pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x399a966e ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x39dec3b2 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x3a14f87d ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x3a1cc958 napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a2bf775 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x3a34f79d __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x3a35c63a spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x3a3d2c9b dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a6b6e36 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x3a6f013b tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x3a827042 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x3a8a055a mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3aa2ba9f regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x3aa834fb inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x3aba725a rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3aecec18 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x3b0387b0 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x3b196bcb blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x3b2c7a2a inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x3b3f95d7 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x3b7145bb apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x3b81fdd0 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0x3c45fbed srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x3c460949 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3c6fa2c4 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x3c84199b bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x3c8f4428 clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3c9bc4e3 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x3ca99aa7 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x3cad7863 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cf04db4 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x3cf97e5d pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x3d004c70 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x3d026d7d crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x3d1cd4b6 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d54e515 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x3d754365 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3d900722 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x3db1aaad regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x3dbc0869 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x3dc4e1f6 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dd27cc9 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dec9b13 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0x3df2d6ee ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x3dfcf706 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x3e1f1e08 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x3e2e3b47 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x3e46a07d powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x3e5687da tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e757637 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x3e7f0dfc __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3eb8ba97 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x3ebcc02f efivar_entry_size +EXPORT_SYMBOL_GPL vmlinux 0x3ec33adc dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3eda8b84 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f18a37a usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x3f228ced put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x3f229c4c oops_begin +EXPORT_SYMBOL_GPL vmlinux 0x3f241fe0 iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x3f54e18c max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x3f582889 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x3f6f108e regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3fdeb21e ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x3fe29184 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x3ff83542 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x3ffb1dce ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x4015d76e spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x401ea064 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x401fc486 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x404425d3 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x405ae3d6 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x408b2925 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40da51c0 clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x40ecec6f pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f3f2e8 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x41349e36 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x413d8bc4 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x41611d38 xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x4181aea9 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x41f7762a ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x4213a51a efivar_entry_set_safe +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x42778c67 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x429b28e4 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x42a62bfb anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x42c989ff iomap_atomic_prot_pfn +EXPORT_SYMBOL_GPL vmlinux 0x42d3d183 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x43298d3d acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x43336b61 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x43844029 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x438ff7f8 rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x439521d2 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x43a52bc1 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43a94fbe gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x43cd4131 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x43ddc228 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x43eccff6 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x43fb2447 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x44236a83 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x4478b47c iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44a8ac3c clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x44c18cb7 perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x44cc9c55 klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x44d803ee device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x44f70838 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x4512b086 intel_scu_devices_create +EXPORT_SYMBOL_GPL vmlinux 0x45294c34 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x456f28bb cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x45755440 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45841216 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45bf6589 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x45c416bb fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x45c485bf crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45e9f103 find_module +EXPORT_SYMBOL_GPL vmlinux 0x460dea5d ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x460f31aa rodata_test_data +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x46102b66 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x4617ad98 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x4620e5f5 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x463d24ea ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x4641caf4 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x465860fa xen_swiotlb_sync_single_for_device +EXPORT_SYMBOL_GPL vmlinux 0x465ea78b irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x4668c56b usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4674e44f sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x4685455d regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4692a617 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x46bbd7b9 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x46c71325 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x46ce80fd component_master_add +EXPORT_SYMBOL_GPL vmlinux 0x46d95871 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x46dd0bde ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x46e971c4 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0x47081a36 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4770bc12 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x47993af4 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47f16cad acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x482221d8 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x48346034 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x4857b967 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x4866927c arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x48682db9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x4891df70 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x48ca8947 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x48d587b8 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x48e216fb tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x490a8df6 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x490d7d93 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x491071ad clk_register +EXPORT_SYMBOL_GPL vmlinux 0x495c49af dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x496cff1b acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x499372f7 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x49d695fe sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x49d6f0a4 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f299c8 xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x4a066267 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4a120552 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x4a2b974d gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x4a3c3cf9 microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4aaf9619 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4ad0035c regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x4afb573b vrtc_cmos_read +EXPORT_SYMBOL_GPL vmlinux 0x4b217d50 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x4b2a88b0 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x4b58df3d sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x4b79cdbb ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x4b81573d pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x4b86bd6c ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x4bdcd46e ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x4c10d14d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x4c16f764 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x4c2a472b __static_cpu_has_safe +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c6df815 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c7b5a1f ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x4cbfc205 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x4cddba06 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4ce614c1 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x4cf3f59a bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x4d089caa pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x4d144c59 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x4d92f54e get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x4db94d99 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x4ddf933b bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de55323 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x4e0bcb80 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e224f7e system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e3f52d1 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x4e44e9e2 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x4e4b138d blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4e57723d apei_read +EXPORT_SYMBOL_GPL vmlinux 0x4e5fa7ee __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x4e6c6575 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x4e70213e gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x4e74e625 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x4ea1b382 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x4ea53974 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x4eb5f5ac clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x4ebff7cd md_stop +EXPORT_SYMBOL_GPL vmlinux 0x4ecbcdef blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x4ee6ea7e xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f25de50 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x4f3066a7 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x4f4230b5 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x4f503ca8 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f63a1bb usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f77ea61 use_mm +EXPORT_SYMBOL_GPL vmlinux 0x4f80df3e led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x4fc52e8d __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x4fc85617 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x4fc96fb9 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x4fd161a0 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdb1b8a xen_swiotlb_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5000b8df user_read +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x5053e0b1 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5072f3db adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x507de8c6 add_memory +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50a132dc led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50c71304 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50e0d07d regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0x50e3f1a2 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x510873b3 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x511eb4fa sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x513a662d blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x518dfe52 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x51a0d2e3 __efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x51ac85b4 iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x51dd8715 efivar_entry_add +EXPORT_SYMBOL_GPL vmlinux 0x51e3baf7 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x51e657bb blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x51ea16c7 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x52042dd9 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x520e5526 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52212010 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x525b1986 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x525cbf07 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x527c861d pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x528faad8 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x529b0d10 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52c933ef devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x52e43c51 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x52f65f53 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x5313d174 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x53877ffa pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x5391b3b0 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x5392cc60 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x5394cd60 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x539d56e2 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53afe826 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x53d9826c sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x5428aa13 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x547a8cc8 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x548c3164 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549ceb09 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x54b8ac68 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x54c110e7 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x54e7710b init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x54f20546 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x5505dcdf balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x550bf44f ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x551c82fd rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x551f4152 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x555fae07 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x558e6260 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x55ab51ff class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x55b18d55 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x55b4d9bd ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x55c5447d skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x55e9f701 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x55edd53d unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x55ffc2fb regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x560dd387 hvc_remove +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 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x5654f836 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x56602da8 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x5669c550 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5686a016 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56947347 dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56b96283 fpu_finit +EXPORT_SYMBOL_GPL vmlinux 0x56d12ad0 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56ddcd2c dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56f0e341 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x57195c0a fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x57343253 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x57395c93 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x57520d16 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x5791949a __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x57928c56 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a0d748 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x57a2dc54 genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0x57a608e3 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x57c12902 pinctrl_utils_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x57d18956 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x581456fd kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x5839fc62 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x5842d16d hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x584e4ce1 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x585704ab aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58f51fbe pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x591a64dd ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5958df8c ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x5968c8f6 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x5974ea79 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x5977db54 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x597a7235 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x59ce7241 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x59dd5876 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5a00fb96 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x5a05a828 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x5a1e865a irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x5a27d6fd ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a3d4421 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x5a42e701 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x5a441ebd efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x5a5590f3 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x5a635486 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x5a79c7b6 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5adc9de2 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5afa6258 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x5b1de61e iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x5b3cee1d __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x5b417896 _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0x5b727e07 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x5b7f0e09 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x5b8c28ac ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x5b8d1fb0 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x5b8d8f12 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x5b980da4 init_fpu +EXPORT_SYMBOL_GPL vmlinux 0x5babf842 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x5bba456d inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x5bc6a3e6 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x5bd59ecd eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x5beb55a3 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5bf66184 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x5c66e90c efivar_run_worker +EXPORT_SYMBOL_GPL vmlinux 0x5c68182e pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5c860651 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x5ca11782 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cb97f59 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x5cf3a478 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x5cf3d598 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x5cf9b3a0 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d14e202 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x5d248713 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d48a650 m2p_find_override_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5d89f125 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dd77d79 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x5de0278e reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x5e074f15 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x5e49af80 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e557fd6 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x5e58779b acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x5e70a9b1 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x5e7ad2b2 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x5eaa7643 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x5ebc54f4 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x5ed79758 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x5ef2f60a driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x5f0b5e0e device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x5f164f1c pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x5f1fa449 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f687487 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x5f6af76e irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x5fb49dbb tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x5fc27be9 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x5fca52f1 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe7d8f4 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x60408511 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x6049ca58 efivar_entry_set +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x605da51e __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x606ea611 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x60930d37 save_mc_for_early +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60affbaa register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x60b423b9 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x60bfcdc7 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x60c3a1ef usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x60cd73ed pv_apic_ops +EXPORT_SYMBOL_GPL vmlinux 0x61066966 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x61335ea5 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x614cc5d2 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x61675617 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x61682fb6 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x61724450 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x617784cc ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x618f64dc rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x61bd9a5a smp_ops +EXPORT_SYMBOL_GPL vmlinux 0x61cd5e3e i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x61f3e4ef blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0x61fa3a56 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x62051b5c __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6235a5df dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x623803c8 hest_disable +EXPORT_SYMBOL_GPL vmlinux 0x62499d12 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x624c34e6 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x624e668d __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x62607d41 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x62627c8e scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x62683f7d acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x62966f34 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x629c9f50 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x62a27c79 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x62d6e9f6 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x63224d4d phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x632f488a tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x635ec980 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0x6365d5e7 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x63786849 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x63840815 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x638874ca sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x63b399be tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x63bd6ec9 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x640a7303 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x642af3fc add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x64abc97c perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x64b52dfa iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x64b7069e apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x64c33cf4 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x64ce5135 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x64dddf56 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x64e1b2ab regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x64f39880 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x64f77e88 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x64f8b0ec rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x652d702a pci_get_hp_params +EXPORT_SYMBOL_GPL vmlinux 0x653cb02d intel_msic_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x65403db9 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x6546c7b9 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x6547964b regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x654f3935 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x658c8186 amd_get_nb_id +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65c14289 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65e640de ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x65ff2579 get_matching_microcode +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6627eec6 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x662c780f sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x66384b07 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x6654eac3 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x667918b7 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66a5e218 skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x66aee7b5 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x66d713ae sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66dbceb6 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x670469f6 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x673f9b16 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x67554bdb fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x67643d26 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x6770e699 device_register +EXPORT_SYMBOL_GPL vmlinux 0x678ddba1 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67c83d4f ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x67d1c722 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x67d57587 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x67dda7b1 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x6812cf8d __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x68242a18 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x6831a4e2 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x68396ace regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x684d7601 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x688ead29 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x68956406 static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x68b1bf3b pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x68ba21f8 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x68de85d1 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x68e30a78 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x68e994fc regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x6913829b inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x6931745e crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x69320f28 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x693afbeb led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x695f1fa2 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697f9f84 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x6985554e md_run +EXPORT_SYMBOL_GPL vmlinux 0x69891b46 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x69b3318c devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x69c45ff7 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x69e748fb mmput +EXPORT_SYMBOL_GPL vmlinux 0x69f0fcb1 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x6a07f55b handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a19ca36 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x6a2a6a19 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x6a4eaf20 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a89d74b crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x6aac4581 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x6aae2c1e component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x6ab97481 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6abcc7d5 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x6ac2091e __class_register +EXPORT_SYMBOL_GPL vmlinux 0x6acad21f acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x6acae710 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x6adaba7e bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x6adc9512 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x6aed21fd balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x6af2ca4d rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b1d4a0d spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b366335 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x6b448639 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6b611853 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b831a9f class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6b932544 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x6b96bfb9 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x6bc224fb rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x6bd0880b tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x6bd89278 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x6beecd02 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x6bf1b90d dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1251fd apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c37fb0e blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c6ac0d3 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x6c749afe __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6c8695e0 efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x6c97e6b5 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca7aacd fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x6cc87b33 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cd891a4 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x6ce6f25f ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x6cfd1f4e xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x6d2161ba tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d339861 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x6d3c13f1 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x6d634a98 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x6d6c24ac class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x6d971450 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x6db45309 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x6db73b7e serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x6dce288c usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x6de015b6 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x6dee9b9a queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x6df0daf1 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e1b8b35 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x6e3b19fc crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e6ac568 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x6e782c23 iomap_create_wc +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e903ad8 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x6e92d114 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x6eb9df60 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x6eff3d6e platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x6f0550c5 devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f3fab05 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x6f5d1d28 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x6f621646 __netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x6fbe8318 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x6fe01eae pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6fef7012 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x70012259 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x70201233 unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x703dbec2 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x705e2341 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x7067651c devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x70825112 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x708405d0 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x7097c287 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x709d5d8c da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x709e4cee __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x70a1c0b7 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x70a8d06c device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x70bb651d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x70c28b50 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70fcf336 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x71018586 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7128e85e sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x714f3475 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x714f9ece flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x717ade6c ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x718ebe08 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x719726b2 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x7198df01 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0x71a49087 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x71d42753 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71e83aa0 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x72114b22 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x722115d9 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278c863 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x72837ff0 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x729a788f pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x72a8b795 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x72ad353f fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x72bafe16 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x73117c36 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x7312a7b8 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x73268bb3 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x732cd7c6 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x73510609 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x735b1cd6 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7366de1f pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x73805624 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x738fd248 intel_msic_reg_update +EXPORT_SYMBOL_GPL vmlinux 0x73928778 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73a5aa64 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x73c49809 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x73c6be8f component_add +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x7405ff68 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x74167f07 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x743c1c94 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x74739858 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x748febf7 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x749c8aeb rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c08941 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x74cbe785 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x74deb10c used_vectors +EXPORT_SYMBOL_GPL vmlinux 0x74e19401 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x74f14e39 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75588841 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x75b8ed39 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x75c2b9f1 memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x75e423b0 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x760e21a0 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x7625c8c1 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x764db923 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x7658d9bb generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x767cefc0 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76974c64 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x76a0ca67 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x76b4b0bc ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76e64ec6 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x76f94f53 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0x76fae488 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x76ff9ee1 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x774a9c96 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x775a6ef5 kvm_read_and_reset_pf_reason +EXPORT_SYMBOL_GPL vmlinux 0x7788e03e task_xstate_cachep +EXPORT_SYMBOL_GPL vmlinux 0x7790adc0 aout_dump_debugregs +EXPORT_SYMBOL_GPL vmlinux 0x77bfe28e blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x77c5ce35 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x77d5cfa0 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x77e20a48 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x781c6eca hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x783e3e7f ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x7874fd84 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x789c0e95 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x78b74fe8 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x78bdb213 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x78ea227b acpi_bus_no_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x78f334f4 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x78f52857 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x790d4139 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x795de6f6 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x79763252 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x79876f72 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x79908702 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x799818df crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x79a71c48 kernel_stack_pointer +EXPORT_SYMBOL_GPL vmlinux 0x79abad42 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x79d01bdc cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x79d472ce blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x79da3238 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x79e69460 intel_iommu_gfx_mapped +EXPORT_SYMBOL_GPL vmlinux 0x79efb4e4 efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x7a02be36 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x7a05c92e inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x7a19adf8 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a319404 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7a4c1438 pv_info +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7ac8e5b0 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ad2b8a1 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x7b01f725 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b0fd67b bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b304cd4 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x7b8982cb sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7bd66d15 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x7bff4171 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c838212 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x7c9cd86f irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7cb5d3fa fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x7cb82e6e devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x7cbcda22 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7ccc8492 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7cd076e6 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cdd28d3 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf98485 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x7cfeb946 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d4112a3 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x7d560b53 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5ca254 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x7d5e0c88 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x7d8f770b sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x7da3bb8c eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x7da4d764 set_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7dc0179b posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de774fe platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x7dfecfa6 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x7e0601eb cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x7e15f6f6 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x7e29df8c i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x7e57aff5 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e7801a8 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x7e9365d9 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x7eb9981c pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x7ed2235a __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x7ee4bda6 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x7ef7063e ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7f02f1e9 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x7f15ff8f ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f6aa59b usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x7f710b72 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x7f86070e wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7f87f0c0 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x7f915244 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x7fce0465 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x7fd748aa devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x800936d1 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x805d6969 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x805d6997 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x806746d1 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80918e32 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x809d2235 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x80aa7bc4 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x80acccca acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x80b59950 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x80ba5db9 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80dcacbd sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8125923e unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x8129ac5f inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x81682541 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x816c7aae platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x8182209e tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x81853eae usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x81c024d2 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x81d48ff0 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x81da704f tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x81e4d30c hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x81e64b93 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x8263b11a devres_get +EXPORT_SYMBOL_GPL vmlinux 0x826d1270 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x827038e9 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x8286dd83 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x828bd83a mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82c8577d ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x82ca811d rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x82d0bdb8 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82dbec19 erst_write +EXPORT_SYMBOL_GPL vmlinux 0x82f89884 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x8315f5df regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x8334a02e pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x833e04cd pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x835dd1f4 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x838044cb pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x8383af90 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x83888189 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x838ad89c extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83992d22 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x83a5ae2e __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x8421339b phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x844cedbe register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x844df745 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x8450da43 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x84678a3e regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x84d4f5f7 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x84d5082a debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x84df0942 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x84e839a9 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8510473b transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x8513b9b9 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x85188545 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x851ddcb1 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x851f3ee2 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x85526eef usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x85547dc3 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x856629e7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x8576dfda hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x85977a58 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices +EXPORT_SYMBOL_GPL vmlinux 0x85d173f0 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85d9c22c devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x85eac9d1 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x860dfec0 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x86194d13 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x862d7833 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x8641cd1d ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x864e4825 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x8654be58 hv_remove_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0x86570ded inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x865f0d89 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x867438b8 xen_swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86aa16e6 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x86b91b65 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86c852d0 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x873d244f xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87403700 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x87526aaa rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x875b506b crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x87706fbe rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x87984b16 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x87a9917d wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x87b91219 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x87bb6e64 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x87bfd236 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8822fb26 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x882c1c69 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x88303497 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8831f8b1 kmap_atomic_pfn +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x885a66d1 acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x88846fa0 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x88891879 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x8899758f regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x88aaaf02 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b0844e btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x88b0a884 __efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88bd1ad8 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x88cb1ed6 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x88d9e35e ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x88ed06fb ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x890e8de9 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x8947949e ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x8956aeae apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0x8973120b uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x8980d550 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89ccefc7 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x89ce8d66 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x89dbdcc1 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x89e50280 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x89f0a644 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x89f1c9c6 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x8a2dd824 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x8a4747c7 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a4a538b pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x8a559846 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0x8a59f4b1 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control +EXPORT_SYMBOL_GPL vmlinux 0x8aa0b118 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8abbae25 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8ac5cf81 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x8acf03f6 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x8ae0fcc4 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x8ae64bce mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b22afa6 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8b24c884 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x8b25c11c fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8b266109 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x8b32880b edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x8b6b51d1 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8b719c2e ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x8badbc2f reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0667ae virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c0ad087 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x8c21ed4a devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x8c369466 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x8c4021e2 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x8c4eec7c pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x8c5da14e phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c6ca38c wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x8c867107 xen_swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8c899df8 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x8c9a4e27 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x8cbf692e thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8cd9f935 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0x8cf64f6f crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d3b1186 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x8d3b5c2a rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x8d70f375 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x8d7273d4 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x8dea073e fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x8dfcc553 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x8e08f412 __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x8e16ac14 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x8e223dbf clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x8e32f7d4 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x8e45dacb platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8e60df7a __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x8e67ffaf regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8e6fb116 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8ea1ad31 xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x8eac454b pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8edfb574 injectm +EXPORT_SYMBOL_GPL vmlinux 0x8eeca158 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x8effebd3 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8f2af8fb crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x8f2b8c81 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x8f33007d blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x8f57105b ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f7d9816 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8f9ddf91 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x8fb473cb skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x8fbd6aee usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x8fda5b9c fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8fdf545d crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x8fffe9dd gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x9009602a acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x902b39f5 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x902c1a03 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x9050900d dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90a2b512 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x90a43876 m2p_remove_override +EXPORT_SYMBOL_GPL vmlinux 0x90da7d6d sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90e5a91d pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x91002d96 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9157db3a thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x915802fe pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x9160fc30 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x91750caf rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91b67d52 iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91dcf687 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x91dd9378 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x91e1f3ea fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x91e65142 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x91e745a2 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x91ff8400 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x920f7159 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x92252751 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x922a99c5 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x925c62fd tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x925e61f9 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x926bbf5d __put_net +EXPORT_SYMBOL_GPL vmlinux 0x929c467f btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92d058e0 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e57d22 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x92fa4666 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x930ac737 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x93180757 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x9324e78e acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x932b1fcf invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x93351641 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x933d8538 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x93532980 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x93dc5992 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x93f92cd6 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x942daede __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x945bdce5 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x9467354f xen_swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x94753845 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x947875fd regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x94835f35 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94c318be apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x94d1420a bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x94e0032d pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x94e03c1a usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x94eb64fa iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f4df7f wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9506a04a part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x9518e6e7 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x951adb2c regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x95260543 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x955335be skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95a18445 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x95ad12d6 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95e939d0 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x95f6d293 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x9604592d fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x961bc57e bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9635813c ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x964a54c8 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9669d896 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x967fae69 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x9687639b blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x968f7730 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x96d837b8 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x96de46f6 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x96de5368 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0x97085ec0 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x970f933a regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x976785c7 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x976d159e skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x976d30ba pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x977b9bac ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x97a3ec56 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x97a681b7 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x97b093dd btree_update +EXPORT_SYMBOL_GPL vmlinux 0x97bcf25b fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x97d5681e devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x97db1691 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x98006de0 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x98105471 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x986ee058 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987b2c80 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x98820b41 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x989ecb7d regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98a6c086 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x98be05fb devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x98d0a0dd invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x99349088 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x994b6612 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x997f8963 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99aebd9c dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x99ba22b1 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x99eb0283 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a26c229 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x9a2f94a8 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x9a3e636a uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a468ed4 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0x9a47ca28 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x9a5d9868 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x9a61e3d8 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a873a23 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a9824ef btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9aa404a4 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x9ab63b16 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ad82902 __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0x9ad9222d cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x9ae2f4f0 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af98b5c class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x9b2ae73a tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x9b4471af regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x9b4babae fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x9b5c2385 percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0x9b720312 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0x9b88daf8 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x9b8a743f blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x9b8cf015 irq_alloc_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba8d62b vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x9babf390 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x9bd72b78 apei_write +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bfbcdb1 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x9bfce7ff extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0x9c04a47a inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x9c165b51 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x9c1ad60b agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x9c20b1a7 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9c210ca5 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x9c279d4a led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x9c2e4b66 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x9c3ab78a tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x9c568e5b blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x9c5c0b59 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x9c6375bd class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9c7ceb9f dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x9c8a2a39 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x9cbcbae7 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cd0184d init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9ce31140 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x9d017ce4 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x9d030b99 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d0ca2a4 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0x9d0e97a3 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d150953 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d624d46 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9d62c898 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9daf0b37 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x9dcfaf53 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9dec825a devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e00d7cf inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9e0d1dfc ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9e12efc5 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x9e21c4e5 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x9e3f4eaa tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x9e43d858 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e52b16f ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x9e63a51c usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x9e666960 xen_swiotlb_sync_single_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9e8cc85a dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x9eab3e0c simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x9eb8916d pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x9ebff902 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x9ec70d4d xen_swiotlb_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed597e5 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed5f1c7 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x9edcb1ca blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x9ee1cf33 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x9ef1369d __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x9f00ea07 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x9f212dc4 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x9f2acfb1 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x9f43c374 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x9f593076 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x9f90cc3f user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x9fa19476 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x9fb6e32f __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x9fc3a95f intel_scu_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa017e89e blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xa0208e02 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa03a3795 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa0650cb0 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xa08166ac __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa0a467a0 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xa0bdfc06 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xa0d9a4b6 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa117948f uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa1839896 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa18b58a1 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xa1b05ecb ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0xa1b06507 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xa1bd7822 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa1ca37ff sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xa1f1a4b4 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xa1f64451 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa1f79553 xen_create_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xa203d6e7 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xa20ff085 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0xa2219ebd relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xa2544a80 single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xa267f1aa relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xa26b1115 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa26fc794 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xa2724163 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xa2b9c993 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2ccfe92 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xa2ead702 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa31ca301 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xa3302a59 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa3611304 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xa366e7d9 ping_err +EXPORT_SYMBOL_GPL vmlinux 0xa37fb69f serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a69c9f wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xa3aa7e54 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xa3b15485 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3b95cc5 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xa3c997f4 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0xa3d26a4a pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xa3e35020 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xa3e58789 efivar_validate +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa43872ef ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa453214b kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xa466de38 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0xa46bc7a6 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xa479cf43 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4b08b90 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa4b5c213 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xa4b68c79 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0xa4d58669 math_state_restore +EXPORT_SYMBOL_GPL vmlinux 0xa4edb54d regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xa4f489e8 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa517ed0e isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa53f4187 xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0xa543a8e3 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xa5b52f46 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xa5c0cd6d ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xa5c2a391 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5e7d9b3 xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0xa5ecf93f ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f83a37 print_context_stack_bp +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list +EXPORT_SYMBOL_GPL vmlinux 0xa644ee32 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa6654582 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xa66e9ee6 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xa68ef42b m2p_add_override +EXPORT_SYMBOL_GPL vmlinux 0xa69340be tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xa6946ddb kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6a4d7eb device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6c66f02 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6f9e320 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xa70d4659 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xa710e8bb sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xa7149a6c sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa728339a __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xa7298271 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xa73cffb8 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0xa73d160c blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa742e256 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xa7451182 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xa74959d3 rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0xa74c2639 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa76c257c fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xa7ecad9c usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xa7ee2804 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xa7f05cac phy_put +EXPORT_SYMBOL_GPL vmlinux 0xa7f2bf7a crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xa7fcb545 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xa801b359 efivar_entry_iter_begin +EXPORT_SYMBOL_GPL vmlinux 0xa836cda0 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa88a4908 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xa8bfce31 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xa8c9694b wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xa8dc5c97 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa901ec53 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa934e36b component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0xa93b70e5 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xa94f9a2d crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa99c9216 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9a61b1f init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9af08cf led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xa9c55598 input_class +EXPORT_SYMBOL_GPL vmlinux 0xa9d03a2e register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9f293e6 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa183e3b md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xaa1a8eb4 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaa25b731 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa305d26 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xaa41dce1 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xaa60e0ff rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xaa84f923 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xaa86d023 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xaa934558 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xaaa746de __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaabda49a usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xaace7c1e ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xaad3bdb1 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xaaf256af skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xaafeed43 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab1dcc6d blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab2b391b module_mutex +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab5c70d6 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab8a20cc register_mce_write_callback +EXPORT_SYMBOL_GPL vmlinux 0xab945a16 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xaba0a367 clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xaba64b8f blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xabaaa9bb rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xabaadb6c tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xabd16c98 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xac1d0879 i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0xac39e1a5 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xac448d1b device_del +EXPORT_SYMBOL_GPL vmlinux 0xac55b29f skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xac6af4ad bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0xac83f045 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xac9a95be __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xac9ce195 kvm_async_pf_task_wait +EXPORT_SYMBOL_GPL vmlinux 0xaca3b39f disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xacafa8e7 vector_used_by_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xacd7bf91 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xacf85d89 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xacfb1668 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xacff9e2b __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xad410531 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xad455ad5 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xad7d1f37 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xad8d8ab0 xen_physdev_op_compat +EXPORT_SYMBOL_GPL vmlinux 0xadc174cc ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadd1301a ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xadde8e2f debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xadefc646 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xadeff33d usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae0c5249 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xae13fd26 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0xae21d75f devres_release +EXPORT_SYMBOL_GPL vmlinux 0xae252749 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xae526ca7 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xae6991ca rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7c5411 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xae8d1354 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xaea68a11 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xaec8ebf9 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xaed00cfe extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0xaee01737 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xaefe448a crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xaf25d0d1 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xaf2ec567 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xaf4cd6d3 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xaf546e11 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xaf7c6212 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xaf82e449 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xaf9807c6 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xafa3b7b2 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xaffcf78c virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xb00e9d67 devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb02b947a pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xb03645bd virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xb03bf5c9 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xb03d76f5 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xb04418f0 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xb06edb8d input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xb0735297 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xb090a018 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb099559e pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xb0b47b3f crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0d6dd39 split_page +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0f6e173 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb10f4305 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb14f1bf4 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0xb1719b9c __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb18ee602 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb1a76f5b rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xb1ac6557 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1e0f682 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb206e356 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xb2110a94 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xb21d70cd iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb246f243 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xb252e326 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xb2562aca i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb26c454d power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xb26f55d5 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xb28f8bc1 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xb2a04833 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xb2adff6b crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xb2bb5547 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xb2c65176 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2ecb4aa ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xb301014a user_update +EXPORT_SYMBOL_GPL vmlinux 0xb31646d1 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xb3196bee xen_swiotlb_set_dma_mask +EXPORT_SYMBOL_GPL vmlinux 0xb31f7a79 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb33f14ac device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xb36a8587 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xb38fab8b rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xb3eb45ef clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xb4216be7 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xb42445c5 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xb4511adb pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xb47fc721 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb5266dd7 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb5540300 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb576ba5a blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xb579be15 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5936f30 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5a1cd9c pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xb5a1f74e ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c058 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5fefd2f ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xb61580db idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb6212caa alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6489c72 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb66421b2 acpi_str_to_uuid +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb67c64fd __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xb6856ad1 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xb6a4b940 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6bc4701 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xb6bc49a9 __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xb6ca9855 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xb6cf6321 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xb6f2c578 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xb718f2f9 sfi_table_parse +EXPORT_SYMBOL_GPL vmlinux 0xb74170c9 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xb75a9e0d event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xb7a2e931 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xb7b8445f kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7eab114 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xb7ef55b0 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xb7f0c74c sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb8168ac1 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb86bcceb klist_next +EXPORT_SYMBOL_GPL vmlinux 0xb8970df6 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xb8a0ae4c unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xb8a58c05 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8c206f6 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xb8c652ed kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0xb8ec0068 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xb8ede8b7 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb8f0031e tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb921012c pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xb945e6ec devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb94a703e usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb978708e iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xb9967135 get_device +EXPORT_SYMBOL_GPL vmlinux 0xb999f00c alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb99f9d40 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xb9a380d0 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xb9a860d4 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9e6e463 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xb9e90e26 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9ea91c0 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xba0c891c dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xba1e22a6 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba38ea07 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xba43012d rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xba46ef04 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xba56bf2a crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0xba5a0790 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xba667e2b get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xba901583 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0xbaafd9dd inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xbabcb51f xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xbac680fe dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xbac80db2 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xbac9bd04 __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0xbad42777 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xbae486bc tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0f7196 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xbb1758fb inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xbb1a7ce8 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0xbb2e61c5 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0xbb58b814 iomap_free +EXPORT_SYMBOL_GPL vmlinux 0xbb7362b0 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xbb95a006 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xbba50646 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xbbaa6184 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbd157b1 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xbbd4f657 xen_pcpu_id +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbdd04c8 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xbc14a62a usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xbc161124 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbc52fb84 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xbc78afc5 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xbc886a15 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xbc93e5c3 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xbca0201a sfi_mrtc_array +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcb08ae0 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xbcb23fc6 sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0xbcb6bef5 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbceab0cc kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xbd270acd do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd743cfe cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xbd96d1ea napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0xbd999db7 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xbdb257ba hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0xbdb62d84 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd5f10f apei_hest_parse +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe18a7fd usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xbe5b6228 clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe68cc39 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xbe797e48 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0xbe9c93ce usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xbea3a420 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbed9f71a sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xbee1c7fe extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xbef67ffc wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbfb1be70 hv_setup_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfd2c37a netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xbff65266 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xbfffa292 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc02a3544 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xc0398de4 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc05b6f52 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0900fcf acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0c0c055 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0dbb58c driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0ed7fdb irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc0f48e6b acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc0fe1ea5 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xc1123d0a alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc11c665e sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc1245cbf ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xc126ee8f get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc12ac91d spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0xc13a35df event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xc13ab292 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xc1500b30 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xc15addd8 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc161abe4 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc171c1d4 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17c28cf extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xc17fb6fd regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xc1807db4 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc18cae70 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xc1a9a68a powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xc1c301c1 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xc1d7aedc crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xc205fa4e synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc216036a device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22b839e usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xc2481069 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc26f783e dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2841bf7 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0xc2e93a2b xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xc2eec6c3 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3470cc6 efivar_entry_remove +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc39c3b95 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc3ab9540 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3cf4e6d ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xc403b744 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc4179aa4 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc4298f51 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xc44ac462 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xc4501c55 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc4566da4 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc47d66a8 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc48388dc cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0xc4884659 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xc48889cd serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4b0a7b8 __module_address +EXPORT_SYMBOL_GPL vmlinux 0xc4c2f2b2 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xc4fed572 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc5439502 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xc55505e2 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xc5609f8e sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xc56b5c03 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xc56e2e30 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xc570d988 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xc5718c8e wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc57b825d devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xc588082c efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc58a4006 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xc5a90c12 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xc5b4a83e gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0xc5bab3fe btree_init +EXPORT_SYMBOL_GPL vmlinux 0xc5c947b9 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0xc5d37180 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc5e95be6 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xc5f03f09 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc6293458 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc669c188 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc68aa090 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6d13e91 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xc6dc1971 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xc6e1d11d devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc732767e list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0xc73adfec tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc74ccf36 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xc77dac95 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc78f2634 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xc795d22c replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7c9a5da irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xc7cfbeca crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc7da2d95 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc8150712 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xc81af43c power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xc81dbe20 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0xc8228569 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xc83880c3 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xc83bdebd regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xc84314e0 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xc860db53 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc887981c pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xc889d9fb wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc8907f02 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8aeca16 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xc8c08cdb regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8e158b0 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xc8e59f25 bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xc8fc0b8a rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xc901df50 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc90a248d raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xc90c9ffd acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc93989df regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xc943e6b9 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9812879 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xc9976dee regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0xc9a8ab2c scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9df58e8 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca3b20a2 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xca6c57e0 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xca6f31e7 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xca7155f3 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xca8c43f8 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xca9ca4de __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa2f092 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcad20e1b da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xcb0048dd xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xcb04a3c9 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xcb13efaa regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb1beffd wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xcb1e8655 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xcb3b6fb1 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb4aa8ad pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcb6e916c acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xcb8599c4 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xcbac925c spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xcbc272a6 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xcbcb391c __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0xcbe7f29b raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcbef0c54 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xcbf472e3 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xcc0aed2b __efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc3e83b2 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xcc474845 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccea4e34 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xcced69dd scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xcd0d720f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xcd1516df register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xcd32b3be blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0xcd38c6d2 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xcd3bd473 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xcd81a1df devres_find +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcdbee289 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd5cee8 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0xce0830d7 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce255793 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xce31687e usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce8e14a2 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xce96cc2e xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0xce9ff748 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xceaf5d2d skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xceb3da49 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xceb7f9b8 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xcebb3a1f attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xcedd079e cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee6bb78 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xceebac28 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xcef1dd0e perf_check_microcode +EXPORT_SYMBOL_GPL vmlinux 0xcf0b2b3c usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xcf21bb26 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xcf391c8c srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xcf483a32 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf5e8af0 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0xcfb1766a virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfbe42ed usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xcfc43764 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xcfc62f27 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xd026ddca perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xd03896e4 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +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 0xd084263e rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xd0aa63a2 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c466ef pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xd0e9186a pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xd0f4e8ff pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xd0f7857d platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xd10b114c regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd111022a subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xd11f5468 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xd1437e43 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd14f5bcf percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd1507e59 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd1681007 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xd1853a38 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xd18fd431 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xd1a5bb2e dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd1b01710 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xd1b7b712 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xd1da1a41 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217ce9f wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd239f997 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xd24ab6a2 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xd254381a perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xd2630e39 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27924f0 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0xd2a14bb6 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2c58ab2 apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0xd2d4dac8 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xd2dd1f0f gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xd2e32a5e ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd2f1f91e vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xd3353ef2 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xd36d3dfb devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xd38f2793 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xd3b05ed6 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xd3b1e992 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xd3c7f707 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd404fd07 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd42acd3c bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xd43975d3 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd4562768 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xd45970e0 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xd485d1fc blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4de320f aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xd4f6e0a9 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xd4f703ff pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xd5038acd regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd52a55e9 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xd544e902 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0xd54f244b simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xd550560f __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd561b01f rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0xd585bf3b ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xd597da84 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5cf9dff __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xd5dec430 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xd5ed6dd1 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd5fc2405 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd607e53a regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd62ba05b pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xd62c7891 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xd63ea182 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xd6466b47 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6758891 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xd67f5217 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd6a1b0fc da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xd6ae42ed __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xd6afd1f9 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd6c2e04b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xd6ed3a8e cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end +EXPORT_SYMBOL_GPL vmlinux 0xd74ae7fd device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd7a0f159 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xd7ab2c0c speedstep_detect_processor +EXPORT_SYMBOL_GPL vmlinux 0xd7ac2541 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7da7d5c exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xd7ef1050 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0xd7f4016d powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xd8058ef0 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xd8146628 clear_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8250a5c iounmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd86df7db regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd895b18a sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xd8b62de6 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xd8fe0d3f da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xd919806a amd_cache_northbridges +EXPORT_SYMBOL_GPL vmlinux 0xd91ce577 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xd932a5f9 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xd93a9459 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xd93d2ef1 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xd9403d4a usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd945b7e4 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xd94b737e erst_read +EXPORT_SYMBOL_GPL vmlinux 0xd95305e9 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9826f48 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xd9abd468 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xd9c5f6b5 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda2784a4 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda62a2d1 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xda920d67 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xdac7bbfd iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xdad6bff7 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xdae4985c fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb042ba5 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xdb265b37 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xdb50269d usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xdb6e5b75 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0xdb6faa44 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xdb7c5362 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba4ad93 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0xdbbc81dd iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdbbe5ecc sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xdbc9ca12 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xdbefcd64 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc0d811d __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xdc0ea962 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc366659 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xdc59a32f wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc676e86 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xdc679495 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0xdc73ef79 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdc777eee leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc8988d0 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9df41a devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcc055b2 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xdcd51dd6 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xdce7b510 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xdd2b7ba5 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd3dc3aa inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xdd606ff6 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xdd794d33 phys_wc_to_mtrr_index +EXPORT_SYMBOL_GPL vmlinux 0xdd8a851d efivar_entry_set_get_size +EXPORT_SYMBOL_GPL vmlinux 0xdda6c814 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xddb2d3b9 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xddb401fd raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xddb5de2b list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xddb63077 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xddb6fe6f task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xddbb0438 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xdde2a0f9 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xddeef741 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xddfd5950 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0xde0417dd input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xde0b3102 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xde1960d0 extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xde1ddc09 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xde5c01ec of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xde6045a2 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xde700124 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xde747356 intel_msic_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xdeca1f53 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xded67d82 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xdf0e3500 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf1cdd4c clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf2af64c alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xdf363c8d usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdf3b4cf9 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xdf3c2d5e virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xdf451cf9 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xdf66ca81 ucode_cpu_info +EXPORT_SYMBOL_GPL vmlinux 0xdf825b5c cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xdf97860e sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xdfa1fd06 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xdfb3756f devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xdfb57603 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdfe30d2b usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xe003e044 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe02b7a1d blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe03dca14 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xe056d1df acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0xe06e52a8 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xe07204a8 __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe08b2e6a posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xe0bce00f find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0d039bf tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0xe106a740 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe13786be vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xe140d2c2 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xe14db7f9 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xe158b4b0 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xe17337ac irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xe174598c usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1ef45cd usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xe1fca926 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xe2135097 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xe22e98e2 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xe26e46f0 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xe2712709 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe29e51a8 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xe2a4775c regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe2c76a8f devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xe2cbc98e ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xe2e208f6 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xe2f2b308 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe3296f37 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe34c0d7f mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe3544c16 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xe36c5942 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3a6a43a blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3e73b69 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xe40fc154 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe41ef27d pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe439815c erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xe4494da8 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xe45c2468 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4c331b6 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4e16586 efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0xe4e1842f iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xe4e68bc8 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0xe53ac38f alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xe53d3b17 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xe54412a0 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xe54dcf15 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xe54ddf0b crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58eec1f unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe596ca94 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xe598647a usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xe5b3f528 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xe5ca59f0 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0xe5ed8be1 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xe6237c68 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xe63d87d5 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xe648c3da device_reset +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe668539e pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xe67f9bf1 pin_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xe691b57f xen_swiotlb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xe699e9f2 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xe6b491af spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe6f8c96f __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xe6fd34e6 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xe7220089 __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe7a0e5b0 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe7cacdf9 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xe7ed4e96 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xe7f50668 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe7fa6d9c shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe8066cfa tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe82b9d57 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xe8332938 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8839a5d crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xe89263ac rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xe8b9807f regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xe8bed223 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe8c5aaa6 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xe8c9955f gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0xe9371cc5 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xe93b7d1d usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe964bc5f usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xe96da0e7 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d68573 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea134d4f sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xea181e43 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea4dcd09 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xea6ac26c rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xea8fd85b ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xeadb7632 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xeb13d006 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xeb19ecdd pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb2798f7 xen_destroy_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xeb31e508 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0xeb33924e vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xeb370805 __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xeb3a4fb0 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xeb4fa0e6 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xeb5a1899 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xeb5fb111 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb8a84ab trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xebc87d3f xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0xebda1374 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xebe78ab5 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xebf46525 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xebf87598 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xebfe134a serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec1f7567 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xec20b40d devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xec21aa71 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec2af728 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xec432db4 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xec5477e5 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xec631f34 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0xec7d3f71 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xec8dfb4a power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xec97bc47 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xecc8432d transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0xecec66fb tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xecfafe6b pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xed22e200 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xed459a2d iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xed547a68 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xed5a7a51 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xed815502 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xeda6f9f8 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xeddb6f45 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xedf197be inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xedf3f1f1 do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0xedfd670b bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee54c1a8 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xee5690dc __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee731f65 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xee79facf input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xee7ec155 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xee8e66d0 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xee9ee812 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xeeb59222 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xeeb689c8 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xeee33e31 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xeee49558 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xeeeea831 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xef0f0d5a devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef23d470 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xef2909df irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xef2cb73b serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef58c195 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef730ca1 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef78cc21 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xef7fe43e spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefc42d1f rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0xefc69a92 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xefe32a8b extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xf00793a4 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xf031af50 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf0375c0f each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xf054ac97 intel_msic_irq_read +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf06cdb19 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xf07c5836 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf083df1a kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xf08582ea ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xf08f8c30 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xf09b745e apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xf0a734dd rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf0ab1df9 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf1167321 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xf1363acd regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf13ccba6 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xf155d8b1 acpi_dev_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1a0bcf3 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xf1ad464a clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xf1b07f0b xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b551d9 ibft_addr +EXPORT_SYMBOL_GPL vmlinux 0xf1c02de7 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xf1f595fb dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2309852 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xf23148a4 cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0xf2702297 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xf2759e7c kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf2b6920e extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf2bedb77 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xf2c7710b __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0xf2c85436 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xf2d02ad5 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xf2dd20d4 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30561d8 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +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 0xf335a6cd virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0xf352a039 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf38eab33 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xf399b772 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf3af3498 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf3af5909 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3c1ebb8 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0xf3db8791 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xf3dcbd6a ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf3e31742 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xf3fc65c4 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xf41fd6b2 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xf46c391d x86_hyper_kvm +EXPORT_SYMBOL_GPL vmlinux 0xf46e0afa phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xf4865b3c crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xf491c2b7 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4b641ef crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0xf4df8d0f scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xf4e88ed6 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xf4f70e14 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xf4f91faf scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf549b614 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf565b00f thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf565c40b key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xf571fb0b i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bebe67 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xf5dce98f phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf5f19a06 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xf606c95f serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xf638e36a thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf63ef88d clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xf64f3451 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xf653c7f2 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf65c64db usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xf6bad05f get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f85bb7 __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf70582c5 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf70b14e7 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xf7322bc8 pv_time_ops +EXPORT_SYMBOL_GPL vmlinux 0xf74ea007 device_create +EXPORT_SYMBOL_GPL vmlinux 0xf78a442e ping_close +EXPORT_SYMBOL_GPL vmlinux 0xf78e26c0 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf7a0c73c usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xf7af6149 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7d07b7d pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xf7d89eea acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xf7daadc3 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xf7dec122 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xf7e017c7 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xf7ee66e8 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xf7f29cea acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf831f7e7 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xf83b50a8 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xf842b3c0 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf8445de5 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf874c547 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf8875885 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf8a809ba dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0xf8a8f40f mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8ebf155 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xf8edb8f1 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xf8f0e661 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xf8f2e14e dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f851a2 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf9032b13 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xf91446dd fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf92ebca1 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf93d9958 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf9451c36 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xf962f492 xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0xf970a7e4 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xf9765833 dmi_match +EXPORT_SYMBOL_GPL vmlinux 0xf97666a0 set_memory_rw +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9ad4071 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d5f8cc pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xfa075fb6 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa3e5c29 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xfa4287ef net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xfa42ecbb cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xfa5aaa97 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xfa794859 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xfb0b0f69 efivar_entry_find +EXPORT_SYMBOL_GPL vmlinux 0xfb1edd3e inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0xfb2ded03 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb39ca9f register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xfb542560 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xfb5741b0 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xfb64b230 acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb83db03 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xfba319a6 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xfbb538b5 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbd7cd1b md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xfbee5589 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xfbf4b421 acpi_dev_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc2458f0 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc2d9dfa ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc3ce4e7 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xfc4c6cd7 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0xfc4f4953 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xfc968c8b apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0xfca01a0f tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0xfca57621 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfd05464b klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xfd399064 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xfd3e5c64 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xfd3fc007 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd6e9d05 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xfd70e84b __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd796356 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xfda33cc8 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xfdcebeb0 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xfddd954f led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xfded2d10 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xfdf6ecf0 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfdffaf9e crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xfe540493 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe835374 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xfe8a06b0 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe9f4ae8 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xfeb2612c acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xfec40b08 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed857c7 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfeed6fa9 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfeff054f acpi_subsys_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff586ed1 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff9b4405 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xffe86c09 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xfffe566d ohci_hub_status_data --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/i386/generic.compiler +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/i386/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.8.2-19ubuntu1) 4.8.2 --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/i386/generic.modules +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/i386/generic.modules @@ -0,0 +1,4304 @@ +3c509 +3c515 +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +53c700 +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_accent +8250_boca +8250_dw +8250_exar_st16c554 +8250_fourport +8250_hub6 +8255 +8255_pci +8390 +8390p +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +abituguru +abituguru3 +ablk_helper +ac97_bus +acard-ahci +acecad +acenic +acerhdf +acer-wmi +acpi_extlog +acpi_ipmi +acpi_pad +acpiphp_ibm +acpi_power_meter +acquirewdt +act2000 +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +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 +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +advantechwdt +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aes-i586 +aesni-intel +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x +aha152x_cs +aha1542 +aha1740 +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +ak8975 +algif_hash +algif_skcipher +ali-agp +alienware-wmi +ali-ircc +alim1535_wdt +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +ambassador +amc6821 +amd +amd5536udc +amd76x_edac +amd76xrom +amd8111e +amd_freq_sensitivity +amd-rng +amilo-rfkill +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apanel +apds9300 +apds9802als +apds990x +apm +apple_bl +appledisplay +apple-gmux +applesmc +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arcfb +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3935 +as5011 +asb100 +asc7621 +asix +ast +asus_atk0110 +asus-laptop +asus-nb-wmi +asus-wmi +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati-agp +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlas_btns +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1isa +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_aout +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpck6 +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c101 +c2port-duramar2150 +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +ccp +ccp-crypto +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfag12864b +cfag12864bfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +chromeos_laptop +chromeos_pstore +cicada +cifs +ci_hdrc +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +ck804xrom +classmate-laptop +clearpad_tm1217 +clip +clk-max77686 +clk-s2mps11 +clk-si5351 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-isa +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +compal-laptop +configfs +contec_pci_dio +cops +cordic +core +coretemp +cosa +cp210x +cpcihp_generic +cpcihp_zt5550 +cpia2 +cpqphp +cpu5wdt +cpuid +cpu-notifier-error-inject +c-qcam +cramfs +cr_bllcd +crc32 +crc32-pclmul +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +crvml +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs5535-mfd +cs553x_nand +cs89x0 +csiostor +ct82c710 +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +dcdbas +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +dell-laptop +dell-led +dell-rbtn +dell_rbu +dell-smo8800 +dell-wmi +dell-wmi-aio +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dme1737 +dm-era +dmfe +dm-flakey +dmi-sysfs +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +donauboe +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155v4l +dt9812 +dtc +dtl1_cs +dtlk +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +e752x_edac +e7xxx_edac +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +ec_bhf +echo +ec_sys +edac_core +edac_mce_amd +edt-ft5x06 +eeepc-laptop +eeepc-wmi +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efficeon-agp +efi-pstore +efs +ehset +einj +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +ene_ir +eni +enic +epat +epia +epic100 +eql +esas2r +esb2rom +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +eurotechwdt +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +fintek-cir +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fschmd +fsl_lpuart +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +gen_probe +geode-aes +geode-rng +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +glue_helper +gma500_gfx +g_mass_storage +g_midi +g_ncm +g_NCR5380 +g_NCR5380_mmio +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-addr-flash +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-cs5535 +gpio-da9052 +gpio-da9055 +gpio-f7188x +gpio-fan +gpio-generic +gpio-ich +gpio-ir-recv +gpio-it8761e +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-pch +gpio-rdc321x +gpio-regulator +gpio-sch +gpio-sch311x +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +gx1fb +gxfb +gx-suspmod +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdaps +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hecubafb +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hgafb +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-hyperv +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hostess_sv11 +hp100 +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hp-wireless +hp-wmi +hsi +hsi_char +hso +hsr +htc-pasic3 +htcpen +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_storvsc +hv_utils +hv_vmbus +hwa-hc +hwa-rc +hwmon-vid +hx8357 +hyperv_fb +hyperv-keyboard +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-eg20t +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-ismt +i2c-kempld +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-nforce2 +i2c-nforce2-s4985 +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-isa +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-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i3000_edac +i3200_edac +i40e +i40evf +i5000_edac +i5100_edac +i5400_edac +i5k_amb +i6300esb +i7300_edac +i740fb +i7core_edac +i810 +i810fb +i82092 +i82365 +i82860_edac +i82875p_edac +i82975x_edac +i8k +i915 +ib700wdt +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmasm +ibmasr +ibmpex +ibmphp +ibm_rtl +ib_mthca +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +ichxrom +icn +icplus +icp_multi +ics932s401 +ideapad-laptop +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ie6xx_wdt +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +in2000 +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int3403_thermal +int51x1 +intelfb +intel_ips +intel_menlow +intel_mid_battery +intel_mid_dma +intel_mid_powerbtn +intel_mid_thermal +intel-mid-touch +intel-mid_wdt +intel_oaktrail +intel_powerclamp +intel_rapl +intel-rng +intel-rst +intel_scu_ipcutil +intel-smartconnect +intel_soc_dts_thermal +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioatdma +ioc4 +io_edgeport +iosf_mbi +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +iris +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +it87 +it8712f_wdt +it87_wdt +iTCO_vendor_support +iTCO_wdt +itd1000 +ite-cir +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-amd +kvm-intel +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lanai +lance +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-clevo-mail +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-net48xx +leds-ot200 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-ss4200 +leds-tca6507 +leds-wm831x-status +leds-wm8350 +leds-wrap +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmc +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +logibm +longhaul +longrun +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltpc +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxfb +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +machzwd +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mce_amd_inj +mce-inject +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdacon +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-me +mei_phy +mei-txe +mem2mem_testdev +memory-notifier-error-inject +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +meye +mf6x4 +mfd +mga +mgc +michael_mic +micrel +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mixcomwd +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msi-laptop +msi-wmi +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxm-wmi +mxser +mxuport +myri10ge +n2 +n411 +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +NCR53c406a +nct6683 +nct6775 +ne +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +nettel +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni65 +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc_gpio +nsc-ircc +nsp32 +nsp_cs +ntb +ntb_netdev +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nuvoton-cir +nvidiafb +nvme +nvram +nv_tco +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_xilinx_wdt +old_belkin-sir +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +padlock-aes +padlock-sha +palmas-regulator +panasonic-laptop +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +parport_pc +parport_serial +pas16 +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cs5520 +pata_cs5530 +pata_cs5535 +pata_cs5536 +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_isapnp +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_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sc1200 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc110pad +pc300too +pc87360 +pc8736x_gpio +pc87413_wdt +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcbit +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_can +pch_dma +pch_gbe +pch_phub +pch_uart +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pms +pn533 +pn544 +pn544_i2c +pn544_mei +pn_pep +port100 +poseidon +powermate +powernow-k6 +powernow-k7 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +pti +ptlrpc +ptn3460 +ptp +ptp_pch +pvpanic +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-lp3943 +pwm-lpss +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quickstart +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r82600_edac +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-aimslab +radio-aztech +radio-bcm2048 +radio-cadet +radio-gemtek +radio-i2c-si470x +radio-isa +radio-keene +radio-ma901 +radio-maxiradio +radio-miropcm20 +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-rtrack2 +radio-sf16fmi +radio-sf16fmr2 +radio-shark +radio-si476x +radio-tea5764 +radio-terratec +radio-timb +radio-trust +radio-typhoon +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +radio-zoltrix +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-bq32k +rtc-bq4802 +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-hid-sensor-time +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-mrst +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +salsa20-i586 +samsung-keypad +samsung-laptop +samsung-q10 +samsung-sxgbe +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 +savage +savagefb +sb1000 +sbc60xxwdt +sbc7240_wdt +sbc8360 +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sbni +sbp_target +sbs +sbs-battery +sbshc +sc +sc1200wdt +sc16is7xx +sc92031 +sca3000 +scb2_flash +scc +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +scx200 +scx200_acb +scx200_docflash +scx200_gpio +scx200_hrt +scx200_wdt +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +sdla +sdricoh_cs +sdr-msi3101 +sealevel +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent_generic +serpent-sse2-i586 +serport +serqt_usb2 +ses +sfc +shark2 +sh_eth +sh_mobile_ceu_camera +sh_mobile_csi2 +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sim710 +sir-dev +sis +sis190 +sis5595 +sis900 +sis-agp +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slicoss +slip +slram +sm501 +sm501fb +smb347-charger +smc9194 +smc91c92_cs +sm_common +smc-ultra +sm_ftl +smm665 +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1816a +snd-ad1848 +snd-ad1889 +snd-adlib +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als100 +snd-als300 +snd-als4000 +snd-asihpi +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt1605 +snd-azt2316 +snd-azt2320 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmi8328 +snd-cmi8330 +snd-cmipci +snd-compress +snd-cs4231 +snd-cs4236 +snd-cs4281 +snd-cs46xx +snd-cs5530 +snd-cs5535audio +snd-cs8427 +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emu8000-synth +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1688 +snd-es1688-lib +snd-es18xx +snd-es1938 +snd-es1968 +snd-firewire-lib +snd-firewire-speakers +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-gusclassic +snd-gusextreme +snd-gus-lib +snd-gusmax +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-intel8x0 +snd-intel8x0m +snd-interwave +snd-interwave-stb +snd-isight +snd-jazz16 +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-miro +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-msnd-classic +snd-msnd-lib +snd-msnd-pinnacle +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3sa2 +snd-opl3-synth +snd-opl4-lib +snd-opl4-synth +snd-opti92x-ad1848 +snd-opti92x-cs4231 +snd-opti93x +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb16 +snd-sb16-csp +snd-sb16-dsp +snd-sb8 +snd-sb8-dsp +snd-sbawe +snd-sb-common +snd-sc6000 +snd-scs1x +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-sis7019 +snd-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-max98090 +snd-soc-mfld-machine +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-rl6231 +snd-soc-rt5640 +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-sn95031 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sst-acpi +snd-soc-sst-baytrail-pcm +snd-soc-sst-byt-max98090-mach +snd-soc-sst-byt-rt5640-mach +snd-soc-sst-dsp +snd-soc-sst-haswell +snd-soc-sst-haswell-pcm +snd-soc-sst-mfld-platform +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-sscape +snd-tea6330t +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-us122l +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-wavefront +snd-wss-lib +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +sony-laptop +sonypi +soundcore +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntpc +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_decpc +speakup_dectlk +speakup_dtlk +speakup_dummy +speakup_keypc +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-topcliff-pch +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssfdc +sst25l +sstfb +ssu100 +ssv_dnp +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sworks-agp +sx8 +sym53c416 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t128 +t1isa +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc1100-wmi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcic +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thinkpad_acpi +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timbuart +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tlclk +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmem +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +topstar-laptop +torture +toshiba_acpi +toshiba_bluetooth +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm_infineon +tpm_nsc +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +tscan1 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +twofish-i586 +typhoon +u132-hcd +u14-34f +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +ultrastor +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +usnic_verbs +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vfio +vfio_iommu_type1 +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-camera +via-cputemp +viafb +via-ircc +via-rhine +via-rng +via-sdmmc +via-velocity +via_wdt +video +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmlfb +vmw_balloon +vmwgfx +vmw_pvscsi +vmw_vmci +vmw_vsock_vmci_transport +vmxnet3 +vp27smpx +vpx3220 +vringh +vsock +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977af_ir +w83977f_wdt +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +wafer5823wdt +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wd +wd7000 +wdt +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +winbond-cir +wire +wishbone-serial +wistron_btns +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wmi +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +x38_edac +x86_pkg_temp_thermal +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen-tpmfront +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xillybus_core +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +z85230 +zatm +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/i386/lowlatency +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/i386/lowlatency @@ -0,0 +1,18156 @@ +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x4c878322 iosf_mbi_modify +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x6d1d5d9b iosf_mbi_write +EXPORT_SYMBOL arch/x86/kernel/iosf_mbi 0x932493a8 iosf_mbi_read +EXPORT_SYMBOL arch/x86/kvm/kvm 0x541ca0d3 kvm_cpu_has_pending_timer +EXPORT_SYMBOL arch/x86/kvm/kvm 0x8a8697a6 kvm_read_guest_atomic +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x254e5667 scx200_gpio_base +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x35a3c008 scx200_gpio_configure +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x8cfa375c scx200_gpio_shadow +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x907665bd scx200_cb_base +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/video 0x33e821a5 acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xd67e424e acpi_video_unregister_backlight +EXPORT_SYMBOL drivers/atm/suni 0x4634cb57 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0x0b70a52f uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0x2653e501 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 0x13310a15 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x19a78874 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x416d69c0 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x57d276b3 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x598b3012 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x5b8a5dca pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x65d368d3 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x9178c799 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xb3f78947 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xbdb28d63 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xdc659d9a pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0xee06e5c6 pi_disconnect +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aac9dce ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x2328fda2 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c968c19 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x97f460a2 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xce931b6b ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nsc_gpio 0x237f0a48 nsc_gpio_dump +EXPORT_SYMBOL drivers/char/nsc_gpio 0x2e021037 nsc_gpio_read +EXPORT_SYMBOL drivers/char/nsc_gpio 0xf0a4d8a0 nsc_gpio_write +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x37432d43 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x78d5ff79 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x80c4b956 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xbe5f6df7 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xd15d8125 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xf33d7ace dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/ioat/ioatdma 0xd7939965 ioat_dma_setup_interrupts +EXPORT_SYMBOL drivers/edac/edac_core 0xabce2ab6 edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04dd92ce fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0e8cf23f fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1b4ee936 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x217e254a fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x25edb9e3 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3ddeeebd fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3f575984 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x47f04241 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4bdbdaba fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d5d4eca fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4e2ad544 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4f441c0f fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x59e8cf2b fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x66007fe4 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x663d2fed fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6a96eda9 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6a9c38e5 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7d8461a4 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e431b14 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x892025d5 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8d96706d fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa94ac8f6 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb38941d4 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb67adab2 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbcbd6fb3 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc639de58 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc8f7c303 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe0333b94 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xeb9980b4 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firmware/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/fmc/fmc 0x288ec6de fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0x3df9a12c fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x634561a7 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x68ced138 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x88212608 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0xa848e64f fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xa9ebf67a fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0xd02af2ef fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xd1dab08f fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0xf56357b5 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xff6d0ba8 fmc_reprogram +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0xb5e364aa ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x013833c0 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01e2222b drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03736493 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05dc3a3f drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0666ddfb drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08670d49 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09a55d67 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b7b917c drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d0e822f drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd99601 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e062ee1 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ead93d4 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ec527fc drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +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 0x1140a302 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11441082 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11bb77fa drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12276218 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c880ea drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13cdaadb drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14500d31 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1893af58 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a46f602 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c18ccf2 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dd3a56c drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e919cfb drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ef63db1 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f86f36c drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x205822a9 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x205d8302 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2060a8da drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2233294f drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x238c9000 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23cf5c2c drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2561a03c drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25a7f94d drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25accd29 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x277febad drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ba6e04b drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cd4d776 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2df3baea drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fd20a1e drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3156231f drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x337c469c drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3450ee90 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34a9994b drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34ebed7f drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x352c4618 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36449f88 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39cc8b31 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e8c775d drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fe7f08d drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40c102e3 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41e0f281 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x421dd29d drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46bdb2dd drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49603596 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a01c444 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fc508df drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x514c27fd drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x527ce1a0 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53cbfd63 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5625f331 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56c7c68f drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57a37acd drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57fc041b drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5810c630 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59b53266 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c3b3895 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cfdeef0 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d6ce3a9 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e73637c drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6140c25b drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x621b5544 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x631f1793 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63277f4e drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x637340f5 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63c6c973 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63e2de24 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x668bdf38 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66967abc drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b25a472 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f0b513d drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f20725f drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fa0165f drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x704aa902 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x705e2c54 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7131c1c7 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x722a6034 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73e9b1b6 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74d46ef7 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7694601d drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78811213 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78859142 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ba39b24 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d258b59 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d32974d drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d87b303 drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ec2c688 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x840cb89e drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84454e6c drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8533c5c1 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85ab32b7 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x874adc23 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x881e2d21 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88d2fc03 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88d715e1 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a19204a drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a399ae0 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ba6bf20 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bec20bd drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e32f684 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fadacc3 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9060cbee drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x916668e3 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93a3386e drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x951aa43c drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x956a1718 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96566fec drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x974fce17 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x975c6122 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98b35777 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c564637 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dc37208 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9efc26a3 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f842f36 drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa32809fb drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38e5435 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa61f0218 drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa632ee5e drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6ab05f6 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8c58677 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8ff328f drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa98398f6 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa99e76aa drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa7931a9 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab0ef96f drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab2de4fe drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac6f43f4 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaccc160f drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xace5fe01 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad6c2779 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0288df5 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0b6091e drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1e29c1d drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7931614 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb93e58bc drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc420a24 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd6fdc42 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfecf871 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0e238f6 drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1d447c1 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc28a1e5a drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc57da255 drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5f66244 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7e8b2a9 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca1d8bc3 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd2d46c1 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce333133 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcee18fd1 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf7a02e2 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1a22aca drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1ca0bad drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2943aaa drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd34bf2d8 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd732762b drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda3ecd3e drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda6287d7 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdae32cd8 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdaf4276b drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb5a5852 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd102ba8 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd56b155 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddf0f8ec drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf569a5c drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe01cadee drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe054944b drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe07f7f19 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0885607 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe10173b9 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe165d63d drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe17dda13 drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3d72a95 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3e06c4b drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe47e6172 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe520fe8a drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5263f34 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5c812a2 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe78c7634 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8179230 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe91421ce drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea9285dd drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec15c000 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeec43c9d drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefb7e43b drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf19ee15a drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4783172 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5e04bdd drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf801aa93 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8ce68cf drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbfb3ffa drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdd1bfcc drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff468259 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03a4433e drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f33143e drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x10bd103f drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x115f9caa drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12057673 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12df1483 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x152c3c76 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a078744 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a673e3d drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b519f43 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f1127ff drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21c11436 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2380ce8d drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x24220495 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x292dab4b drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x293937f1 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x328185d5 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x362b10db drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b49a320 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3db5a457 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4161bc4b drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43fd36fa drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b1e93ff drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x50a8c1df drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f83c32b drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5fe1a4fd drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x60f56d34 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62aa985c drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f2b3d66 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75e858d0 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x790b47aa drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x859dc72e drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86b08317 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x90069c2d drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x900919f6 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x974acca3 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98107312 drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4484753 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4a62338 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8fb7fbc drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9aaa241 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc694b9d drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd7c05ac drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1e39044 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdfd8bd59 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe8bc7b41 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf04468f9 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9c53675 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfcc30114 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff3b8830 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x6a773d49 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x915ff698 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xae9112ba drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x01751102 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x07c45a3c ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0f93218e ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132b05be ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1528ee62 ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1ba4e68a ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1ca7f8b4 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x23e6a3df ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x266d8a60 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b3d5dec ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x38f6580d ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3928cf0a ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x393b15e4 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x395c2785 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3bd03d74 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3c8c3219 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3d1789b1 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3f1708cf ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3ffccfdb ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x45f0c919 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x482425ac ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4b49001d ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d0ab32e ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5264768e ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x54dbef21 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cd66c06 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cf59609 ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6019c13c ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x61da06d0 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x66374278 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x669c263f ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b1d568 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a95069b ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x707390d0 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x71264d89 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x725e2304 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x749fde0a ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7aeaeba2 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7b7efa69 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7dd5560c ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x814d5a3b ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81f230e8 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84f36086 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8c9c7550 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8cad3cc2 ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x91c6ae29 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x93228799 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94d63fc7 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9bdb4e83 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9ce1b31b ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d537414 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa6a2022b ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb1723bc5 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb6b9218d ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xba333f0b ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc1ee1b77 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2251f21 ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2fa8949 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xca546a2f ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcbec64fe ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce3739af ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd741b7f7 ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7a41a37 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdc85c891 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe7a0319f ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe85fb215 ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe95c6f79 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xffcb8d9b ttm_read_lock +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x31cad41c vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xa0718e2e vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xf475677f sch56xx_watchdog_register +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x47157f6e i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x543a543d i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x7a56180f i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x48fcef31 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xaed88fe9 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xf458025e amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xbae0c0af st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xfa06ddb3 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x3ceb84d5 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x72e99402 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x81bd8b62 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xe06f17ae hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xf492f811 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xf4c7a6d8 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x2fe62a39 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x3776b866 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xf73517fc hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x087fc974 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0ce6789b st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1e77de6a st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x24402295 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x49fa7614 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x57adf397 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x5ff43a5f st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x777c8015 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7be749fc st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8c747910 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x93125b58 st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x958a7227 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc7b56d02 st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xcfb029b6 st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd49e3d3f st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe9fd9175 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xfb6c8723 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0xf2159339 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0xc6e59c0c st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x986341af st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xb5f90a1d st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x1ac5a7b1 adis_enable_irq +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xd97e405c adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/industrialio 0x0dd6d9fa iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x0e7bad71 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x1bf68212 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x247c77c9 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x42ec6927 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x4b9ff87e iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x4fc14a20 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x54783386 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x576d82e5 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x5bdd434e iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x612a5e9c iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x6fe0438a iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x7d38c4e1 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x83b83de6 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x89f195e9 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x8a3e11e6 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x9a51f273 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xa053db3e iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0xa75e4af5 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xbaaad695 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xc573af01 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xd10466bd iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xfd43bd20 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x08f4efb3 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x1274d041 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x2efc45ad iio_kfifo_free +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x315c67ff iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x0eebef35 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xaa31c31a st_magn_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xf33b2d70 st_press_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xf40473dc st_press_common_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x4dccdd9c rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x71f3076f rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x8ed679ff rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xc0bf4edc rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x14403e26 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2e7faa6d ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2f4eaff1 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x306643c4 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x52fe4a6e ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5e2b07cc ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6345a95b ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6e105d00 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x760b8de9 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x88e8d4c2 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa3ded969 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbebe3b6a ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc68b0704 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd54bdf61 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd556d45c ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd7094a7f ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe531e41d cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x01e7dc5e ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x03d4ef1d ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x068a53ec ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09e8212c ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10b99a03 ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12f3de93 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14e49dfe ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x156e33a3 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a030980 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b1924a4 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b4b2a96 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ccf03e8 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d2b5b7e ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25230c6c ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2bf2e1d9 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c49eecf ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31206885 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x350bca1b ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x351f6947 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3799c7e3 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3939f095 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b5fb3bc ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41e9b9cd ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x421f79a3 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46ffca73 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5097b69c ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x511df9c1 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52695eb0 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x559e03b4 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5743425c ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x599a94e9 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59dedf96 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b191e6e ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5bf64a3d ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5dc10936 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6137bf3a ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61b023fc rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x654c0b58 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68ca0e9e ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x691b4481 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d5ef787 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f43bb71 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b5b38f8 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d53e5cb ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7db76192 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7eae5dbe ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ff4d763 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95b4716a ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b5991e3 ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9dec464e ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ffdb095 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa029d837 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa99c1437 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa11cf23 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1712409 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1ba97af ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb260bd24 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9d41667 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbbfb64b4 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc10a406d ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc14b8513 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3899c37 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc614e412 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9cc7976 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcab4bdc5 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb93f560 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccaa5c90 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd7d74f0 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf795fe0 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda49dbbb ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0f22448 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1282205 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe47d77ff ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea3a61a9 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1451c86 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf31d26b3 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8c096c8 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9afe156 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9df386f ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc7a25b9 ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfcd90e3a ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0880c6f5 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3d371279 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3d38f447 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x4ba513f2 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x5744c875 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x5bb8ea66 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x99042c4b ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa99f34a0 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xbded5ea1 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xbe0f7258 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xe1c7eab6 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xf5d0cb60 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x297db768 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x5407a264 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x60d400c9 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x6d40dd2c ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x6e44fd9f ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8001438f ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x97fcb9d5 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9ae3f03a ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xff57e57e ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x04dbc01a iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x04e4793d iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ae753ff iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0e388fbf iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1329c576 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x16ffc660 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2f396be0 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4faeda81 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x51328735 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x517c4f4b iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x602424da iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x66e27ca1 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6afbefc6 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe88ed8c2 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x06bf0b89 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x093cd53b rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x186e5269 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x48a94891 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x499b481d rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4df16d24 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x519e9c63 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x552200f3 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x56351962 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x689f58e1 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7bf66d96 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x820ed9fb rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x83bc9ffe rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9edfbadc rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa43ef37d rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb28bbd0c rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc0db6888 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc3b6a3be rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd101a491 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd38fa553 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd88f6fed rdma_accept +EXPORT_SYMBOL drivers/input/gameport/gameport 0x065d5283 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1249ee9d gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3665b7c0 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x45dd58e5 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x6bd509cd gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x9fb81efa __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb139b15f gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd2193f7e gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd9818fe6 gameport_start_polling +EXPORT_SYMBOL drivers/input/input-polldev 0x324385c4 input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x45326d06 devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x71567662 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xa3da9548 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xc5faab5f input_unregister_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x08366afc matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x8d711469 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x979d5db4 ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0xe8c1ef77 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xf0ff20df ad714x_disable +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x265822f5 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/sparse-keymap 0x21796cae sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x5728a6c9 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x59ef28a2 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x6c1bce11 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x89173afe sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xb0e96da6 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x0b21df1a ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x2a590335 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04995050 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x192ec0ee detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2c6763d4 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x3b2f89bd attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4eaf523b capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x65187d3d capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6bf4c05d capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x93a9f448 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa92bbff7 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc8987dce capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x18160126 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x4a0c70dc avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5fb0d70e b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x7ad6e4d2 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x7ef250fa b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8690b4d7 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8bd504a3 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x913a5d58 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x915c95b1 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x98472c66 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb65b5ba3 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xd1763896 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xd31fba89 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xe24354fb b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa1ab7d7 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x358891b7 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x669dc17c b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x75383756 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x8156ee9c t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x979f21f3 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xc241eba4 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xc40a19f5 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xdf240f86 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xf0719adc b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x235687c0 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x532b97f8 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x7c55fde6 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xbd97962c mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x1d28170d mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xee3d504b mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xd198554f hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x05c6d87f isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x0dcb4799 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x50a4039c isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x5942ea45 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xd0a14877 isac_irq +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x0c35f818 isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x2afa6f0a register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x7fa960a6 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0fd1228d mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2714b75e recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3d9630b5 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x42d377c8 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x43e62a92 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54c22ac5 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x587ece38 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x71bd0965 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x76a4291f mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7743d45c mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7a1234e5 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7f2ccc74 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8117ef6a bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x824d386c mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c0d8b81 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa7c33cd3 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb218f255 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb57122a9 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb5f751e8 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb96c7051 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbb69b23d mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbc312d2a mISDN_initbchannel +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 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xeee00507 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x10dc0d06 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0x2c4b11dc closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x2f8bd5f4 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x40479cf1 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x66d28e22 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6969b5d8 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7b55ca4f bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x835e4fe2 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9710c7c8 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x99c4f9e0 closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9e8b3cee bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0xab2d2b84 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xad29a6f5 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaec09a2b bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaf77343c bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc04554f7 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca580595 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd371ee58 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe47e0829 __bch_bset_search +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-bufio 0xa7978f56 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-log 0x0e2dd021 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x4b06bd1b dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x5d7f7094 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xcdbb4314 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x10991561 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6f1dca6f dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x70751a15 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc8839b89 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xddcffab5 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe2c907a9 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/raid456 0x29def020 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x05e2ddfe flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0d9b69c1 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x14af5d49 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1e4c38b1 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2097dcf7 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x420a02af flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x47a7b7bd flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x71a04fbd flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7270c6a2 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7f905519 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x90c4c932 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd69a0cd7 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfd60667a flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7dfc6fb8 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xad4d3310 btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x44c23d53 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x6ceb576a cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xa3b9a73a cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe68d6b8d cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xa59ffc3d cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0xa52aa606 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0xe4324c2c tveeprom_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x090a03d9 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0e0f52e2 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x101a29b8 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17f22aa7 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x185b414e dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x196f1ac1 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1e86c70d dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x237f7910 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2b30f5e2 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x300f2abb dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x367a1b35 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x39005852 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4c70c35a dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4d9d36ea dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x56ada927 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x58edd782 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x64e9c875 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x66a496a9 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a05f452 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x71d2d5c3 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7e4e29dd dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8ac5f2ff dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x987dcfde dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb598d151 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb72b5fa0 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb7fca84e dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb8118c5c dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc14ac1eb dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc2e15f7d dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcc32dc7e dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd00ed7e7 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd3ee7530 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xda8b0582 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb3c4d2d dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xed1c9e3d dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf27d765b dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfcc0ed9c dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x422a5e88 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0xb2b8f676 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0xb18c9760 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x3d3fd564 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1483b32f au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5882336e au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x61a1c31f au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9192b976 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xad6eb5e1 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbe0a2011 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc8c00353 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xcc36ae67 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe607e11e au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x72949a6f au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x0996630a bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x75ac5841 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0xef8880d7 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x84a839ba cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x3ccc8e0a cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x96873ab6 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x7ada2fc2 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x090c99bf cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xb0bf941d cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xf43bac73 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x40679c65 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x5a67d597 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x8bb1ed29 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x9ef408ca dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc7a9f67f dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0b10c39a dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2a32a22b dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x35f1ae89 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x51991f1a dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x71621186 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x81f46c26 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x87d29631 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8eec16ab dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc18ba8a1 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc93794cb dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd553f3dc dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdeb3461f dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe1dbd364 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe7917dfb dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe831e2a3 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x0a211f88 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x23779012 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x6278e734 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x8da173cd dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x9a020f1d dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa035c202 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xbd2375a1 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x6ac329f5 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x79f42554 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x917642a5 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xc9a39130 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0382a488 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x47f463b2 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x56aa913b dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6c91d40f dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x73c7dc52 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x867051da dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8a6de415 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x95237463 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9aefe0d0 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa9b5fdb9 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa9deff5e dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xb0c2ce54 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc314b2f7 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc9bdf060 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd388094e dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf5e11259 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x05a2665a dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x19b181c5 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2425db6a dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2b476e97 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2c71e2db dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3428e0c7 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x67dc2eb3 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x70939d4c dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7e99a54e dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8a10cb7b dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8fcddbad dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa0f934eb dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc5772cb5 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xce27aaed dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xdbcfe9e8 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xdcc45e70 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xe37e090c dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xed52de5d dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf296fc4d dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x145794e4 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x22024122 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x4bdd8f96 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x598fc7ec dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xe2b1abcf dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x5240e9ef drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x7420971f drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x80e10fc8 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x4983a358 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0xeca6bb6e ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0xdbb457dd dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x7ea53ce3 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x7cd705ca isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x4552214f isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x13af36a1 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x6be60da6 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x0b0d9a1e ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x297441fe l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x4a5f66a6 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x428cdc03 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x69db776c lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x7ee88b99 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xb16416f9 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xd94f4039 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x8ac98914 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xee8e14d4 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x106f2850 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x7ee6b7a8 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x046dc2af mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x24ee8544 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x35b8c576 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x82f1bb8c nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x9debf836 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x288c2f8c or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x596f7e10 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x18e510d5 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xb810fc20 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x0b013a12 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x5e20bd54 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xb461631e rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x8f6431d8 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x8054cd02 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x231c1b5a s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x9aba903d s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xe54aadff s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x05cd4fe1 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0xb6d15308 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xcfe6ab11 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x6d293d77 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0xe2820c68 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xf8fe4c24 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xe2a03fd0 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xeb145c79 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x7fac6e61 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x4e64f7c2 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x9ba3cb47 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x5b3962b9 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x60777d40 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xf735dc29 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x0929dcdb stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xe1aac2d0 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xbe82f199 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x2c265b6e tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x84106c18 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x1a7f3b16 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x3f6d7d35 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x7d0afcb0 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x1fe8d96f tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x298dbc89 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x15a12ee1 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xfb19f270 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x1e3230bd tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x7b6ffea4 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xc823f79f tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xe1d61ece ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xac7685ca ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xc3287458 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x81620d4b zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x2ce4c337 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x2bdbe387 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x3e607877 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x41cd4cef flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x56a259da flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x5a6e1090 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc10110d7 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf761fdd1 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x31007c0b bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x73dcc427 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf82d21b4 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xfb816ff1 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x6efe4ae7 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xae316675 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xdca8a9ef bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0c0798d5 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1c024616 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3a5e39a5 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3f85d522 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4a0bff3a read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4fac17e4 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa83e791b dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xcddd6130 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe07764e3 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x0eabb13e dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x266a70d8 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x3324b344 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x5b7e72ee cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xed5650db cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf995aef5 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x11d5bb01 altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x183e413f altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x87e20fd8 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +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 0x1618db5d cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x346bfcc8 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x39039314 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4f432ad3 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xbd469193 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcc8eef02 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x1624c42f vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xc19e275c vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x6ad08847 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x81b4e365 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x85f50132 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x8646fb4d cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x206b4b8e cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2b0eb59d cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3a50af40 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x433ee30e cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xadde5393 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc7b70693 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0e55c8e4 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x16ff6642 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2a04bc16 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2e729ffd cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x35241b41 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x39dcc149 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x437bf134 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4a5e7bfb cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x50a96706 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x786bd1c1 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x92282ebc cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa153822b cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa1ed83d2 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xca754978 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd0f3f0dc cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd5f55b46 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe53c0b28 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe9dd0075 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xedfe7117 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf03efdbb cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf14942f7 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf7f26d8c cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1f5cc006 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6e033a8d ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6ffb0e6d ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x863701c2 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9659b4b5 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa8d1eeb5 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xaaf23014 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xaca87ceb ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb8814335 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc55453d8 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe5dc2d02 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xec117dd2 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf29c6f50 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf8b63bb9 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf951f331 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfc68fc12 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xff2cd555 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x07f2d7ae saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0d39763d saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x11a29801 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x155889ac saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5640f803 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6ec4e70e saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x810e6ef8 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd0dc89ff saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd4ff067b saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xed0c1c1d saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xef25ccf2 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf6e5c282 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x5b740821 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x0f9bf337 videocodec_attach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x1fdf4383 videocodec_unregister +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x63465562 videocodec_detach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xe7312a58 videocodec_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x76be2cd1 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x9d59297f soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x9e2aab89 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xa386b3a3 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xb9fd6e4e soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xc8c96c78 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xca70b5c1 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xdbc2ab97 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xfeb4cef9 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x064accd1 soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x4cab6ed6 soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x94c40932 soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xc30a178f soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/radio/tea575x 0x468a6401 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x49253e4f snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x6675b8c2 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa3f9c05c snd_tea575x_exit +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x0692aaf9 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x5ead708a lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x81f3e83c lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xbe573d86 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xcbcf46ea lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xe7ab7fca lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xe93a577b lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xfa0d9ab0 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/rc-core 0x0dbee264 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x4f1da4f8 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x10f6d8fd fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xf199d54f fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xbd6c3f02 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xd48e7001 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xfb2c7e07 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc2580 0xbaf9efa4 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0xe4411aab max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x5280faa7 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xc4df2677 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x30c3b482 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x764adedc mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0xaf7110d1 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x5563a45e qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x44d90e0c tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x481392a4 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x359d601f tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xaea269d6 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0xc35e1422 it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x8f41605e xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x451a7f86 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x11600615 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xe261d242 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3a6028d9 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x61d1c34b dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x65c809a0 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x69423467 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7443ff34 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x74ebc37b dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7c908deb dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x869a348d dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xeea7fc6c dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x054c75ea dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x36e6d314 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x5a89f5b3 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x89fabd69 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xed3ecfe4 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xee82f2d8 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xf8eec924 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x4d85e8e4 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 0x02ac4a09 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x034806d0 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x0a1543c4 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2bc10f68 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x30904ba7 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x82700b80 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc4760dbb dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe6a89e71 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xecab27f7 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf1862a05 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf503f82c dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x6fa74a89 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xcbf9dfd4 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x05c47b01 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3aaa8909 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x459bd096 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x56306230 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9b853b6f gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9ed7e43c gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xd8436f99 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xfc51228b gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x0e6a5b94 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x43a5ec7d tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x7110fd3d tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xd46a4ed6 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xffad4f1c ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xacb1073b v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xb8a3a20d v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xeba3eaeb v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x1f5601e1 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x21b2d6cb videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xa628ac3f videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xb1972f55 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xc10126ed videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xc4a067ee videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x1a12755d vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x05e9a4ef vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x2015fec8 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x6be79552 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xbed5d18d vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xcb9c6f51 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xfdfb49f1 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x03ea9674 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0905fff2 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0b1023c7 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0e8afe86 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x118b6c95 video_device_alloc +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 0x16d88ce6 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1b885edc v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x238ee00a v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x24e2423a v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x274c561b v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x278b5464 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2bd57b5d v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35b23bb3 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x362ecaba v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3978613a v4l2_ctrl_sub_ev_ops +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 0x3ef4239a v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3f74777f v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x409837c1 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4712a18f v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4d3b862c v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4e413f06 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5008ec53 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5f52b1bc v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5feb0d36 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x624615ee v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6511c45f v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6899a786 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6fadf494 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6fd66c8b video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7500d3cf v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x79d7df43 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7edc6b60 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x80dbbbc8 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8124aa85 v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8373e5d3 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x87f88ceb v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8e80e59d v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x91b876f7 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x930f8460 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x950863ed v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9b7402c4 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9e65467c v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa0b1ce5f v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaa5b1155 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xab258f28 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb2b8086b v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb6d6de58 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbd4aa8a9 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc22a09af v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc6fdc322 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc760781f v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc96e6529 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcc557b74 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd294cf46 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd71de1fb v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xda1a8a18 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe4ef2419 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe56f3930 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xecb94b77 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf0eefd59 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf2e2cbc3 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3e69109 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf754d11f __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfb15e50c v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff43570a v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff9ecb8c v4l2_ctrl_notify +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0e973259 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x23e07758 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x263f7314 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3b4d86dc memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3de38f06 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x53358cf5 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5c57c24d memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x762d800d memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x93bc4c37 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa5987a36 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc23fc256 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc383a183 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe2f2ed59 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x03619c5f mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x03ba0a92 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1163b605 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1bb95b14 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1dc6d559 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x28ba78cb mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x40330bea mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x44213b82 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5ea0791e mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x63a69788 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6d4613b5 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6f2fdbbf mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6fc93518 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x72231d49 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x78c916ec mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8df87f0d mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9c0062ca mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9fa9a558 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xad6897d2 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb7eeadc7 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc7c96cb4 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcf4a4b9c mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd24b680d mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdce8335f mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe0c2e845 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xefdc2e0c mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf78ffe65 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf89507c7 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfd539275 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x06099242 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1d76c8bf mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x28c0ea53 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2a7c49a3 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x417c87d4 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x42fa26ed mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x430b232c mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x575edae5 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5f5c8ce5 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5fd26922 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x66bb72f8 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6ab018ef mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6bfeee91 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7232bf00 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x746d38b7 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7d0227f1 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7d2c4ecc mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x83011fdc mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x92789377 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9c331295 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbb4e14bc mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcf552ca5 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd411ff57 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd7214d33 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe0a78f1a mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe581a14d mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xee0cf6a3 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x01a0f9f0 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x02daf359 i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3219e1d9 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x40ce9658 i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x44afa229 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5b44e09f i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x608d6330 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7011d527 i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x73d2288f i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7756910d i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x796e9056 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x9bac4448 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa2e49fa5 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa75a9be0 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xacd3d493 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbdd6bde8 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe1ef7393 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf0d03d77 i2o_driver_unregister +EXPORT_SYMBOL drivers/mfd/cros_ec 0x048e04c2 cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0x16672a8b cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0x2ba41e17 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0x3d7b2f63 cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0x6afa1831 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x095a1268 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xd14c52ae pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x194f99f5 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x32d20695 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4a8b9cb6 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4d7a1b9c mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x71148a70 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7569c4cc mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x772461a6 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x89111ac0 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa2977caa mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa9048f4f mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xca5c9e4b mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xef2fbc25 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf04b8b8e mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/tps6105x 0x98eefff0 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xd8ad786d tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xd92a0247 tps6105x_get +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/misc/ad525x_dpot 0x686f9159 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x911bcd77 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x0ee9ae83 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x6dcf2c46 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0x76f07182 c2port_device_register +EXPORT_SYMBOL drivers/misc/ioc4 0x4326c27f ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0x51eaafdc ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x1d959e0c tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x2c2aebf7 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x42df88a7 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x53e27bb2 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x8bc58c24 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x91252c18 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x9722988f tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xa7fa7392 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xb163f68b tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xcd44b6e1 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xdfccb247 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xe5db4126 tifm_add_adapter +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0x3ed1624f mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x021b7b21 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x697b4505 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf936869b cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x11d4f229 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x2f69c228 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x7a57b7da map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xafc6ff6f register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xbce8f819 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x0ce715df lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x576336db simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x98b4bd4b mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xf4fa4fb6 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/denali 0x623ff53f denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0xe0cf66ae denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x235cf24d nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0x385a324f nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0x4b2d891f nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x83e134d6 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0xb273e1d3 nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xf5778f3f nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x2d6b110d nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xb42d27cb nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xd6d1e2d0 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x949d79be nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xa386725c nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x4ef9dbc5 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x9eb1af14 flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xd18109a0 onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xeeace592 onenand_default_bbt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0312198a arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2201a4db arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x445e68ef arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5d9f9c24 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x70e209ed arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7b8ea731 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb33c1ba4 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc142e7ca arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe97b64c7 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xeb757b45 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x1056e32e com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x2e1179f0 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x87e27beb com20020_found +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x30524085 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5128ea0d ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x583c0743 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5ad6708d ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6e1d1ede ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x8fe52253 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa86a6993 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb3ed03c1 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd9a8b859 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xff87b647 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x27b9d857 eip_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x31a2144f __alloc_eip_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x6fe401f8 eip_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x71b4c95b eip_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x99c03fd7 eip_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xabdcc699 eip_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xb6d9887d eip_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xbd9ee247 eip_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xec7917e9 eip_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xeebfde1a NS8390p_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xf9bafccd eip_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x7e513b46 bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x79f230ef cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x29b22f02 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2ede1319 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x37ca7ca4 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x39faedbd cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3b645a69 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x488e9e65 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4a4e43d3 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6b4389d7 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x80ff79c1 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x997cc90c cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9ae1f724 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9db7253f t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xab465464 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd7b7cd0e cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfcbdfbd4 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfd60cbcc cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x15a06fe6 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2ef23643 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3e3a5ac5 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3fc554d7 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4b937cb6 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50170d26 cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5588dbdf cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6c2c6173 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6eaf95ea cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7c8e3156 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8e418f50 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x919dcf33 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9ba143fe cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9df896e5 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa4aa3232 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa5a19b30 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xac60f314 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xad349a6a cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcbe07f88 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcd848c58 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcfc25177 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd4c4fd1f cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd8db5504 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe12108c6 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf06779f7 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf27b01e9 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf962bbb0 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf96a5cdd cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4129ac4b vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x6423dd9a vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf864ed6d enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x1db7f027 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xc6b7e1e7 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cfadc4f mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12050a43 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x183afa1c mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24e63441 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3057b444 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3201838f mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4031a5c3 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x405fa994 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43901a1b mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47d2394d set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68343e6b mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x685d5c21 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a0981a5 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78afe3d7 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80010b1f mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81b245b7 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97175bb1 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb232651f mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba27a186 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1a9ce5b mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc906273a mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1c9cdb1 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9e43b60 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec9b5146 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xface79ca mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd9f11d5 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0184a361 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ceae49c mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2118c438 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2bfa4faa mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cca3ed4 mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x331f8a9b mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d80146d mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44f4fef1 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a3182fa mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b603d5d mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x660c80e8 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b229f90 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7daf29e6 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8440ae3d mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x881be22a mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91688909 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a0f6e5c mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab611ae6 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xafc24014 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb67ecfa6 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc62ad592 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9dc5297 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd161981b mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd30d1ceb mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8494a73 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5eaba28 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee3f2744 mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf82218f0 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8784509 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x0ccceae5 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x28054e38 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x4d2cb785 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x99c212cd hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xbe726f9e hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x04e53c82 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x0687bd80 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x10dd465c irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x3354d028 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4bc20fee sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x646fd7e7 irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x8c19bb7d sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xbf07abfd sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xd96a424e sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xeb4bc929 sirdev_raw_read +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x07977ac6 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x3be6cdef mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x5eef00ed mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x985964c1 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0xa3887359 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0xa93bb056 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xccaa99a7 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0xd514a89e mii_link_ok +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x971b0a0a free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x9eb26ccb alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0xeb868a6e vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x06965029 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x5aebf57d pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe5991e2a register_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x10e3bede sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x45284915 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x5c7f2c7a team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x65416061 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x72ff5de5 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xabe24989 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xb7170170 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xd3fec963 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xd7ee8728 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/usb/usbnet 0x55db460e usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0x6911f21f usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x6e0d7de1 usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x16a09bad attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x214cbb42 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x23b7188b detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x56c9303d alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x639586a2 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x828709c4 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x82fe47dd hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xaabb7b07 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd6121465 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe87d3139 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xea254e00 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/z85230 0x09a4da63 z8530_nop +EXPORT_SYMBOL drivers/net/wan/z85230 0x0d571db8 z8530_sync_dma_open +EXPORT_SYMBOL drivers/net/wan/z85230 0x10c78988 z8530_dead_port +EXPORT_SYMBOL drivers/net/wan/z85230 0x1d3092b1 z8530_sync +EXPORT_SYMBOL drivers/net/wan/z85230 0x241f8afc z8530_shutdown +EXPORT_SYMBOL drivers/net/wan/z85230 0x326e88ed z8530_null_rx +EXPORT_SYMBOL drivers/net/wan/z85230 0x4363c12f z8530_sync_close +EXPORT_SYMBOL drivers/net/wan/z85230 0x5254683a z8530_channel_load +EXPORT_SYMBOL drivers/net/wan/z85230 0x5cd24d29 z8530_hdlc_kilostream +EXPORT_SYMBOL drivers/net/wan/z85230 0x7962fcbb z8530_queue_xmit +EXPORT_SYMBOL drivers/net/wan/z85230 0x9075b6cf z8530_sync_dma_close +EXPORT_SYMBOL drivers/net/wan/z85230 0x9e343f6a z8530_sync_txdma_open +EXPORT_SYMBOL drivers/net/wan/z85230 0xc1564cad z8530_init +EXPORT_SYMBOL drivers/net/wan/z85230 0xcdd406df z8530_sync_open +EXPORT_SYMBOL drivers/net/wan/z85230 0xd4ffebf0 z8530_interrupt +EXPORT_SYMBOL drivers/net/wan/z85230 0xd8a93259 z8530_describe +EXPORT_SYMBOL drivers/net/wan/z85230 0xe3d80064 z8530_hdlc_kilostream_85230 +EXPORT_SYMBOL drivers/net/wan/z85230 0xf83b6615 z8530_sync_txdma_close +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x2def4862 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x5a8aa326 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x67680cd6 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x9aaeb5bb init_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1591eedc ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3de7a9d5 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x412b584e dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4429f079 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x50078802 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5086e044 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5cf5a82d ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6a7381ba ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd8764ced ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe0be3ba7 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe8d43e3e ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf8a444de ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x115e96ab ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6bb41b8e ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xafb3045f ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb0a76337 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeb9e1353 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf08e9128 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x060c3143 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1f2e3d60 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27d6da42 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x418f9cb6 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4d609c6c ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x60c6ed17 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6feef3be 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 0xbda0f32b ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xddb0278a ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf234c3dc ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0a2ab003 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x141c4e57 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2761d860 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x278ecbe0 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3059f6a2 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x405325c4 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4c370630 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4dcaeec9 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6878b76e ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x758e0b77 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x78b75dc3 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8378235e ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x91cf843b ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb041aaf5 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbbbc34fe ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc757e76c ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd5e300b7 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfcd1ec7f ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0462d08d ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06bdee2c ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0847d706 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08c09bab ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ab78e63 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0bb0c4ba ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ca28b35 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d9ed6fd ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1102d0b1 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1205fe36 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15c49dfd ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x178883cb ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b1a40d0 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d843249 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2220f374 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x231e7453 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x273456c8 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a8e064f ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2cbf6d83 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ce96cfa ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d845a9f ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30a1b1ad ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x312f2bb0 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x39e38a07 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3ff767dd ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b029a83 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bed6026 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4fa51d94 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x506a281f ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x547b2f1e ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x550c1a58 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55642446 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55a4519b ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55ef9786 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x584cfd24 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x58c33786 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59b6b277 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6825c0e7 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6927c9fc ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ba9381b ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6bb03dd5 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c6b89db ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d57fb2c ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x705e54fc ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7256c00d ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x765df9aa ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e1cf32a ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ecf3788 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f3bcd1f ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x817f4f66 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x835b29ea ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x843e1af1 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x84c1b244 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85b9c931 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e7ca125 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x910cbb6e ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x96a47c28 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x989f15ed ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x98e4b5a1 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c8e6160 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9da7e0fa ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa0269658 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa1b1a81f ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa26857ec ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2a73d7f ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa42df8a7 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa829eba5 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa83edc4b ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab8b4de7 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb1405111 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb44d6e25 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5f9b576 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb663729f ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbad0cf00 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc01a0160 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc1a8af99 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2ecb84b ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5707b90 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5d111ce ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf90a381 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd16f52de ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd582a611 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd767a617 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8ad0a03 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd352f7e ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf587034 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfa08211 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfac3220 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe09e44d2 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe345bedf ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe40452dd ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe590dd22 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7e779dd ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8a25429 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe97fc6a2 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xedc1cb9b ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xedfad1b8 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0fdf1b0 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf62d3fa7 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf65e617d ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6916298 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7f4e1d1 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf806f1cb ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/atmel 0x2ac377e5 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0x6a739038 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x9d28e16e stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x2985787e brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x48b9c085 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x5166007e brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x64f34aa6 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa1483787 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa43b7814 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xbf274696 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xe4635c69 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xe9c4df84 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xe9f48110 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xf5807291 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xf8b8a105 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xfefbd9ca brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x014555be hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x119998d0 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1b6c252d prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1ca8bf5e hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x20f10f60 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x257c00b2 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x299c7014 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x29b72460 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3c637207 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x48963da2 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4d2b12e7 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x501c4e86 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5b41af23 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6061da30 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x60c4c1ca hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6519b7f8 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7018a049 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x73c5731c hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc530906b hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc9b78fbc hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd203b830 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd5dff6a8 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe6e855c4 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf5de1b12 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xfafe23ed hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x102c8622 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x10d4e385 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1cc3c912 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2ec022d6 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x614f6c4b libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x638a4357 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x75e22f01 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x78a7ce92 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7dd547ac libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8b64abc6 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8e81a3d5 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x99b7ca75 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9adcb7e2 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xbaaf2eb8 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc1ce4163 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc5af26c3 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd3150e02 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf8fbeba9 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xfad53963 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xfd078566 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xfdc068d8 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x00a2e564 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x02e4c53e il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x037f883a il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x075486fc il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x09167e20 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0b1d1f5b il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0e5529a9 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x11d9af3b il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1289b819 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x13898384 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x16ecf890 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1894cb2b il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x198b3df4 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1d6c6c34 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1dff1944 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x20a51761 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x295e0220 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x347ec110 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x35dcd54f il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3702d4b7 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3ed8d063 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x48103f0d il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4a2b5053 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4ecc284e il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4f8a1bc1 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x57a769b6 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x57afb531 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5cbfd46a il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x61e97b63 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6426df58 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x660319d5 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6a6d4198 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6dc5b439 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7092d642 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x758d8cfa il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x778dcb9f il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x77fd7760 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x781668e5 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7e211c65 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x83bdea19 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x85f97a09 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x877ff1e5 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x88d165c0 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x89668830 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8a55ab03 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8b94ea81 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9358e1d8 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x943a70f8 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x953879a8 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x97b208bb il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9841f404 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9b14135f il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9bc77deb il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa2361ea5 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa363abe8 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa419379c il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa760e2be il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa9cca35e il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xad1e5627 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xae4e6d58 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb02d21bd il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb487a658 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7e782f7 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb8c28289 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbdfd4937 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc0edfe89 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc1628bf4 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc3404808 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc3861503 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc8f2ba92 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcc964674 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcd80fda7 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcf1c8e26 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd4567c35 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd7a39acf _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdb0e73ff il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdb32966c il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdbf9f46c il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdd767e2e il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdde49549 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xde0be89e il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf538f89 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe17b5364 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe3416c4e il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe70ee914 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe75582a2 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe7e93635 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xea20427e il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xef0e6242 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xef645eb7 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf45c9f2f il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf45f694e il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf5b67ed7 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf6272aca il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf63418ea il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf9d0f5bb il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfba61092 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfcb4c817 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08ee1e7d __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0d9eb5ff __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0e7bc05f __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x201337b4 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x249e4b06 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x36dcef55 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x4919d1a5 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x67381a2a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x79e9bf26 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7edec07d __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8bfcc307 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x9a12c9c5 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xc0827b2f __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda36f3a4 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x048539a9 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0e950949 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x13fe2df0 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x57fc1b27 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5c2382c2 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x71cf0846 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x80e90643 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x8d3ff0ad orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9050767a __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x930a580d __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9d0b87b4 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xad85c63d free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb5fafc5c orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd9863d9d orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe6390f56 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe76dc8a8 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xf632273d orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0x99f7f707 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0362af43 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x133b9610 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x139b676c rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x19b72e87 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1b613e6a _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1c8d2d3e _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1c96c48f rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x284bdff7 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2f2d455d rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x343f1240 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x49b27517 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4b4afcce _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4edcf754 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x557a3bbd rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5b292eae rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5dc17994 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5dedd462 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x681358a2 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x689e5688 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6a169b10 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6a27dbfa _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6e63e1b1 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6f615dc7 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6f9a2559 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x79a16053 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x81923ddc rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x86a9f83b _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8dbb3e4a _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8fec08fe rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9bc46c59 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9e01db26 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa48ce554 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xaf5a2d05 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbaa5f2e6 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbaa9c905 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc6387941 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd58a4506 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xec8cb3b3 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf50195c1 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf6598903 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfa161bad rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x3a17ee9d rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x492c7c69 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x9255d69e rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xf78750da rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x12422bdd rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x2d09ca81 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x5a531f60 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xca74e49f rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x03573151 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0364126c rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x051c3235 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x087bad12 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x14ad6170 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x23df2865 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2e77a54f rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4788597a rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x51e2de31 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x531962e3 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x61b54d05 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6eb34449 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7da4f664 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x81831071 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x87cb8c67 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x972a8744 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa03844b2 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa5061187 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa8d73b24 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xcbe3ddbd rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdc80d66d rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf0657b8a rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xfb10c144 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x1f7cd9a8 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x62e0f1fa wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x9228d59f wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xb598330c wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/nfc/microread/microread 0x299143de microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x5b11c155 microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x9b90eccc pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xe5c1bb5a pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x5f6adcea st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x67722cf5 st21nfca_hci_remove +EXPORT_SYMBOL drivers/parport/parport 0x0332d0fa parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x078fbece parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x0a8a278d parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x1e4fee5f parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x239cc431 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x2d9df6b0 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x39f789d9 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x3fe6834d parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x41c06b86 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x43e73048 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x657c24d1 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x685c50c9 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x783a5b6a parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x87129d90 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x89a15bba parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x8c341584 parport_read +EXPORT_SYMBOL drivers/parport/parport 0x8d65b8d4 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x8e78fcfb parport_release +EXPORT_SYMBOL drivers/parport/parport 0x97cc6b7c parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x9db0c6af parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xa095cce8 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xa481d3cc parport_claim +EXPORT_SYMBOL drivers/parport/parport 0xa801a76d parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xaee669d4 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xaf52cc35 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xc52553a7 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xc8ecb781 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xee14e0d5 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xf6948096 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xf9e76ce6 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport_pc 0x8539a9d5 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xdc380cd7 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0a2740b4 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0b0120b4 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x264a3920 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2970e52d pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2b44acd7 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2c7cfafc pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x35e41803 __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3b74180d pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3efd3cdf pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x61f35377 pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6312222b pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x927ef431 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x989b2c7a pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x9c1785d9 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xab73749e pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xaea29e7c pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb59122d9 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbdfa3e48 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf1405354 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x27147d74 pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x2774916d pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x31c4741c pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6c9c7826 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6fccf0b1 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x72d661d0 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8f0b252c pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x90d5573e pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x93a69b22 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc95c92e0 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xd92bf8e8 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x2a2dabf7 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x76115386 pccard_static_ops +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0x5bb1e117 sony_pic_camera_command +EXPORT_SYMBOL drivers/pps/pps_core 0x560f2b29 pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0x5615d827 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0x6e574ebc pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0xe4ff94d3 pps_register_source +EXPORT_SYMBOL drivers/ptp/ptp 0x1ddec0e4 ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0x4719daf9 ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0x59e6c735 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0x6c471f66 ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0xbbd72348 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x0f2a4934 pch_tx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x20d91d8d pch_src_uuid_lo_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x6b768178 pch_ch_control_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x6d4fa20d pch_ch_event_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x764ef2d5 pch_ch_control_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xb039fb76 pch_ch_event_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xbe410bfa pch_rx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xc604a7e5 pch_src_uuid_hi_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xcf6d2feb pch_set_station_address +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x269b6dd1 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x27e17cdd rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x887a2e62 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x9756045a rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xc319cad1 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xcd687cf0 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xd5d7e3b7 rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xd86008dc rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xdad19ff1 rproc_put +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0x64101d5e NCR_700_release +EXPORT_SYMBOL drivers/scsi/53c700 0xf5dc8382 NCR_700_detect +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x239c6c9b fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x38ec274b fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4d04dad2 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x56602422 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x654c6033 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6e011d46 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x92d1c67b fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9a8cd9cf fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb10063e2 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb9935f56 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe427bdad fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfc368ecb fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x01037cc1 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x015ae732 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x01aee406 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0834cb1f libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0c6a41ca fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0ec5c0f6 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0edf0dfb fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x10edf13c fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x26199682 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2a523a8b fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2ae132a3 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2e863800 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x39f705c0 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b4582b9 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b95dc05 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c114c04 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c71f0c3 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4387bd43 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4660f0b3 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ac02dda fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x57b28034 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x591759c1 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5e0f624e fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5fd55b2a fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x63ce39b0 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x650e7f12 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x65ab03b3 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6a658300 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6d3b24c4 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x722bc491 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x74ae826f fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x76811af7 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7899bf79 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8ebecf9b fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa148aaa3 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa7975b30 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0e806a8 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb316232b fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb4e50796 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb555d521 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbcd38bad fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc9752c35 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc9d70f45 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd05a8dd5 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe09deb9c fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe12fb71f fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe67992b2 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe7a2ece5 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe7db191d fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebb91688 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xef66ac07 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf22d41a3 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x3c1ca9fc sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x96f67d15 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd799bece sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xfa23dfc6 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xfed2985b mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x08b3e86e osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x093061be osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x10856c8c osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x10bacebd osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x17025b04 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x19423dab osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1eb3815d osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x35257ccf osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3a819c5f osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3aefc6e9 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3b8d7512 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x483b1869 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5115ca68 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5c0e90fb osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x67645334 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6bb383aa osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6ec05b3d osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x79fd1bd4 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7ede8e4d osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x80befa80 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x899142a8 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8dde8594 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8ee9c6d5 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8fbe0f64 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x99d03528 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbb15f9a3 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc3b0fdb5 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcabd9005 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd107e993 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd1b48965 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd6fb8b03 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdfa28179 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe0fee64f osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xeff84ea2 osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf0ee8333 osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf6f475c9 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/osd 0x06893e6d osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0x3933dc12 osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x3de909f6 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x453e0673 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0x52be259c osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x812ca27b osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0719688b qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x12b72823 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x246e21bc qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3aa4d462 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5082f313 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x51379841 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8a1e5b00 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa53ad869 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xceca1483 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe2342707 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe4b40d58 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x098658d2 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x65522500 qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x661ef53b qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xa5dd666b qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xc55e565d qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xfbe6d15f qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/raid_class 0x03f44fe2 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x33c552a5 raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0x80fa2bbf raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x35e0539d fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x59a40116 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5dcbffeb fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5f656fca fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6a029e9d fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7271bd18 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7a04cc5c fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x80d84150 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x86fd01fb fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x94a12520 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcc3b83eb fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe2c90867 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf97ed356 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x042661f4 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x07c8664a scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x12ec01d3 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x252d5d0c sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x29f7d839 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x39545a04 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4ee2a3b2 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4f464da2 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x551391a9 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x57063d7f sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5b906304 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5d185db9 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5db4d810 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5fc067d9 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x67b19aed sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x79513b5a sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x85ecda6b sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x94cc169c sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x985df1f0 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x995246a7 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xabd06920 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb0dbeafd sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc2d86cf9 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd9ba6b29 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xde9842de sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xecfa11e7 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf8f06434 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfa55912b sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x2509cfef spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x31bbca7d spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xc4a760b6 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd0013804 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xdce5831f spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x5381d37e srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x8354958b srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x8592e124 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x9dfabebd srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x1fc657eb ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x2723450f ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x2a9fc4d1 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x0f9af96a ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x2b7c05c4 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x3bfbd240 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x3f87da74 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x6c5caf46 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x70f6302d ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x84e5cbc3 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x8507357d ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x9626c8cf ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x96cb3ebc ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x9a3c0425 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xb1fd12ed ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd35bf04a ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe76db4dc ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xe8b132e9 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xf3ccc1c3 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xf547118c ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xf7014165 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xf8cbc12b ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xf9e05bd0 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xff3ad5c6 ssb_bus_suspend +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x6e0f8a67 fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xe353e0e8 fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x22abd6b7 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x47c0d55d ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x50be894c ade7854_probe +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x324ebd31 lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3558e584 lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3cef0e93 lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x444c628e lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4bb00492 lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4f9cb871 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5d6d5144 lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x612eba1e lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x651c5ae8 lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x660d952b lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x80d51780 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x858f417d lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8be3ca36 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x918d056f the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x96c00d78 lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x99147c2a lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa50151f1 lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba7d7d31 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe7cbf7f2 lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x029b21be seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x04f2596c seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x33b83aa7 client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x46b97cff seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xbf6f4145 client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc08cefe2 seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xdcd0b8f4 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x08e50886 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x24182a29 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x347ed7ea fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x76316aa5 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xa721ac61 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xe2491bf0 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xe3385709 fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x012b6622 libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06080832 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0686ac99 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x092b64c4 cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0bd91e30 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e4820ab cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x106bddb0 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10841c27 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x108d2e2b cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10ecd8eb cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x115670d3 libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x117c8a95 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x15565c7f cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x23f6f445 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27c55a45 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x287af0c4 cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2c6e667c cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2efcc0e6 cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3834f243 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x38828b92 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3962e3ee cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3a62a183 cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3f0d9281 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x413056d8 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4193ad29 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x425fe152 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x42e22feb cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x43ba073c upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44688a0a cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x477c0fa3 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b0178aa libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4d89e988 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x52e9cfc1 cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53b383e4 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53d97f12 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x56238c27 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c5885f9 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ce62c0e cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5eb1c46c cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x60fe4dbf upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x68497dbf cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x687788c4 cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c605eaa cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6e4775ba upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x752858fb cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7757e85a cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7778be6c upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x78613e9d cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7aa41dcf cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d93cded cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7ddf5372 libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x84222905 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x85b0f216 cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x86187fc4 cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8e61d47b cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8eb5c5ba cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8ec59d0e cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x912ce33f cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x92cdc0e0 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9d553188 cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2d76323 libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa711aec5 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa86a473f libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xaaf59b75 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb0f5766e cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb43456f1 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb47e30b9 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb53b5569 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb6bb55d3 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb705aa77 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb883b006 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb8897bad cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbada117b cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbe94cb96 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc18d7d29 cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1ef96c3 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc53890de add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc77a24c3 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0076feb libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd04809a6 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0d8d08a cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd1297971 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd5da541d upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdcf510d5 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe07ee534 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe4e0272b cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe5ef8062 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe82a3767 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeccafa5c cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedea2450 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeee952be cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf2c02048 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf372d1c2 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfc105422 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfcfdfdc4 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfd224520 cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x50995f48 ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x70d79186 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xb896ef6f ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xf623714d ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x06465a20 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x0e18e3c7 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x37864f1f lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x99e3f798 lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xdcc00291 lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xe903c61e lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x1d0ab56f lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x270eec1d fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x388b3263 lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3fc97d47 push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x4a3db4a1 fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x6f2698e2 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x91edfb23 lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x9785bee7 fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xa5992178 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb3d4d0cf lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4b64aef fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xd7b6d8f8 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00104410 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00a23927 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02c9ec92 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03288f11 obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0345df2c cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03d78b7c dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0431f6e1 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05af1920 dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05f84e88 LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07850e7b dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08546ca1 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08b4a993 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x08b4d4a7 class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0968d2ff class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x096fe390 llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x09f35179 llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0c7e1bd1 obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cf99bff dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d487b5a dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0dcc33ec lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0efd93c1 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0faa65e1 class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1013f216 lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x102a1a09 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10b30c9d lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11f58c0f capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x124dc87c cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13109bd7 cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x134d1509 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13afeb2c cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13e1d5db lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x148dfcc4 dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1493ec9e lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14d53093 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15569cdd lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16640da3 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16b058f3 llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16ef599b lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x176d2b47 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17f6183f lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a031dfc cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a19b70f cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b193ab6 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1cb19f9e cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1d364215 dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1d6feb29 llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1d983ebf dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1eb7aa90 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f1e3bae lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fbf92f2 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x208bdc3d lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21307495 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21319e77 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21dae0c1 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2257e7b3 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x232d8b10 cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x259ebac6 obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25df8e66 llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x29611365 cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b151a70 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b4c48e9 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b57906d llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ca3b62f llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e37da23 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2efcc515 cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f0f9915 class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f4f8e4c cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30298b8d cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30a3a160 cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x31064222 obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x325de773 cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x331ae424 cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x338f6c60 lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33effd48 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x343dd3ff cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34ded957 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35526d19 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x358750ea cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35fc880b class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36a2eca9 cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36dd7ccd dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3737d742 cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37d333bf llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39dd1a6d cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a005065 dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a0f4698 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a54d745 lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3aa5c160 cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b66ab55 lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3bdbf29b lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c044613 cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c77aba9 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d73df45 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d745e02 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e8acc1c lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41b934f5 cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41f6bd23 class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42e66ee3 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x434d299f class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4395716b lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43d23389 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x448c471b cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44f3453d obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4566ac3b cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45707903 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45d7ea2d cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4629aee7 cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46e49d84 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46ef273a dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4760779c lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x484d326f cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48851b9f cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48d7a6f5 cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48df7ed2 llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4926046e cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a29223 lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a3508fc llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac84f84 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b3e030c dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b48e9ce lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b96e6c9 cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4cff9492 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e23f4c9 cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e6396c5 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4efb4aad llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f1630c2 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f1eadc7 cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fba4346 dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x519286bd lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52c07bdb cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54308805 cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x554cf083 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55f06227 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x582cb2d3 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a5f7c42 class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5aae41c5 cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ba400d0 dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5baad731 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5cea4d2c cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d3f5aa2 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d48aa24 lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ec50072 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ee48e91 dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f14e3b6 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f40b965 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60a6c351 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61249528 lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x615e116b cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61ddd262 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x62c7ed24 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x62d89fc0 cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63f10af2 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64ebe2b3 local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6522f606 cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x658c6ee1 llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6598fc95 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65d2b993 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x666a1ea8 lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67428fce lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dbb445 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68795910 dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68fb55a0 lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x699c45a5 lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a4edba7 llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b4a474c cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b6be7b3 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b84283e dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bb6d421 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bce345d cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d897dda lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d92d75e lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6da2d59f lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6db09c86 local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e2950a0 cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6eafac87 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f3e6225 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fb77959 lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fe458e3 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fe939ed llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x715ea858 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x722d232a lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x723ff1a1 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x725271ba lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x729838a2 lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7300362b class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73935bc3 cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7415e6b0 cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742c38aa lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7436a73f cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7513f49f class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76811b47 lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76a41c78 cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7763221b lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x776dbd3c lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79e7452a lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b1be2c3 cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c70a341 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7cca9312 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d8a8338 class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ef66ea0 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x816db2d9 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8231afe2 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82c6c43e lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82f7784d cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8315f877 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x845f253b lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85592740 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85e9bb94 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x866484fc cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87ce9c71 lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8862d1fa cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88757a3c class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8908086f class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8969896f cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ad6f9e8 lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b831385 cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b937bde llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8bb3c3ae lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c2916b0 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d4652a7 lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d6a823c lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ef5a9b7 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f3fe6d8 capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8fe7f9e8 dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90072248 cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9015a749 lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90acdfb8 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91875e43 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x920f4748 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92f98595 cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95c05987 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9634608d cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x963b186a class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9685f8f6 cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96e37ad4 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x98087a46 class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x986ddb74 dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x987f343b class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x996086b7 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a523e4a cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b26719d cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b67651c obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c024332 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c3f4172 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c492b1a llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dc64b6e lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e660ee8 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f8d3734 llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ffa1b33 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0cce57c cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0eddc6b lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0f0faf0 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa11c24e0 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa19d982b class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1d32976 cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa209607a lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa28d30e0 cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2fe0da2 lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3fb78b9 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa53db6e3 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5d572f4 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6e5344c lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa704bf9a lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa79dd294 cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7c915ef llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7dbe135 local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa83a28cf lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa8aae99 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab0c49f9 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab2b5441 lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacb27287 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad053358 class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad47500f cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad5a349d lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad9da3d7 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xadb4f0f4 class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae815bb8 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae989837 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaeb2ea57 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf035a4a llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf1f6639 lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf67f2b6 cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0138258 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1cb020f lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb218018c lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb2b4e2f1 capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb2de0932 class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb431fe96 cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4ce1e91 lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4fedea0 dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5efa22d lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb614569e lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb72478df capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7841b6e cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7ea47d9 cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb851d88e dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb86b433a cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8969870 cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8cb1525 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb952bbce cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb983b7d1 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb9a21101 class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb9cdbbb2 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba8bf642 llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbaf2ad84 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc5e92f9 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe16d43e lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe4bf196 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbea08348 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbec1b752 lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfa65cc8 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0315262 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc06928c3 dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0967d67 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1adeab7 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1c12d7e cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1f0cc3b cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1f73324 lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2c7951e cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc35bf1f6 cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc362caa3 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3645d4a cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc378f1d8 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4770156 cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4b17d50 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4c2967e lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4d7c4d4 class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4e4a755 cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4f8c2ff dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc55dc7ff cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5f63b93 lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc615d470 cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6c868c4 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc7386cfb lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc76ac868 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc7ee40f0 lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc889e36a lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8db3371 obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8f3bacc cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9b3c667 dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9f7f93d llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca0b6f25 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca4ff9e0 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca951291 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcaa8cb4d cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcbb026d7 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcbc64b3b cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc42abee lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc913b64 lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd8a604e lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce3c732a lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce8cac9c dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce99e4ae lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf9d3e87 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcfc81af3 cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd032467a capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08e294d cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0b6995d lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd19fedb9 cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1c90194 lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd281d74f class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3408b88 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd361aa1f cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd36e48ad cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3abd5a5 lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd3d5071b class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd420308a cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd4773e71 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd47ece16 cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd4bd513e lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd539445b lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd656f5bd cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd6c30b6a llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7783078 cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8106a24 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd811b446 class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9095ba7 cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda67f9ed cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdbd1b0b1 lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcef9db3 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd5ea71d llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd6320b6 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd7c4034 lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xddef055c cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde1f9e69 llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde968c12 lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe0b4b594 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2a18b0c cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4161f87 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4386ea2 lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4935528 cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6e3a04f lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe716a3ec cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe72cacf9 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe770be45 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7cb4953 class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7e39322 lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe804ef9f lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe811a209 local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8904a47 lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8a3ca3e llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeaf64454 local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb2d3dda cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb79e023 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec43eff0 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed3e7ee8 lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xedb7aa6d cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeddc98a7 cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef59f331 cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefb8328d cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefdc8ea0 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefef0578 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf05c1448 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf11c4913 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf146e598 cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1e7f5ad lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1f41841 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1f9c420 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2c7a38c cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3f08504 lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf441c77a lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf4fd9a6a local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf525247f lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5ef63a7 cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf705ed5c class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7b8b9a7 lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf87a1723 cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8fd9d52 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9fcb473 lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb2e6b3b class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb981c8d lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbfe7e89 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc6adbff cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8f5cf4 lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfed86128 dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff32f696 class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff4ff0f9 cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff5d00ec cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00b8ecd2 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x028626da ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03dee041 req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0479d615 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x04818840 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x059d26e7 sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0820b26e sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08d228fe req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x092d6552 target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09331a0f sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ae54376 sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0afbe677 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0d5ca317 ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ed47ae6 ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x124974dc __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6dd44 ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13642164 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13ac8824 ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13c7a8e9 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14bb89e4 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x174872ed ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1787a5e5 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a06be39 lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1afaf23c ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1cf7749f ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d59af00 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d72a113 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e1e01a8 ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1fa7827c ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x22d0d3d1 ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x259ba464 ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25f3eb4a ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x28329544 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x288d1efc req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2992a417 ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x299a4346 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2be94194 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c2915ce ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c510a14 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e3b1af8 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0ea289 ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x305c341b req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x333c9107 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x338af513 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x36e6227b _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b62cbcd target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3be85de0 ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3defd34b ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3eaed993 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f537cc1 ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f891965 client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3fa2b08a ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3fceb8b6 __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x42519114 ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44a23828 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x457bf845 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4595a9ed ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x461779a8 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x46da26d7 ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x474320c0 sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47be2ffb req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48b4d044 ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a0fcf34 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4af30e0d ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b81d7a9 ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c0b3f2c ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c99006f ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d47e10a sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d82670d ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4df6759d lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e2bbffa lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eeb2a56 ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4fdd0d87 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x503b646a ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50fda490 ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5226b5b3 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5367fefe ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54907e5f ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54b56e72 sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5534bccc req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x570a8ad2 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5801ff34 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5871f67e ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59f933dc lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b13d99a ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b3e50bc ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6162759f client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x638493f9 ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64c0c379 ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64d8adf8 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x65158366 ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x652052d2 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x658722da ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x659e30db req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x681e3216 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c61c760 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d031447 req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d05c1bc ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d3a8109 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d4292a3 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f593c29 ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x72f3ddfd ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7337abcb ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73caabcd ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73fc0265 ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74d6fe48 lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74e2ec0f ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76de534c ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76f429b6 req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x786c010e ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78cfcff5 ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c57c27c ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d0680e7 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d18c8e3 ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d242204 ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d39445c ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x808bfa8a ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x81ac9fbd ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x81ae0dfd sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x81b8fa81 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x83c18372 ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x878ef9ab ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8848b7b4 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89c0b805 ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a06fcc5 ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d1d9065 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ec17d52 req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ed78d69 sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f5c2b0b ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f6fc894 lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8faa3cdc ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91c478b6 ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9384cc5d target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9444a02a lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95a3f8dc ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x98356117 ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x99145a99 ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x99c93ae9 sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a01b884 ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a10de08 ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a38664e client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a5d9564 lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9c241ad9 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9e6a8fcd ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa72564c7 ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa72fdb31 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa748abde ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8b60d72 ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xad22dd79 ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xadcb003c ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xae548b5c ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf0f46dd ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb021ce32 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2ff7140 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb34fd858 ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb3b31a63 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb498fcd2 ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4b7c162 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb70ca3a5 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7e19967 ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb8a49e21 ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9275e2d ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb94f9e05 ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xba295192 __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbb1fa6a6 ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbb21b096 ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbcb50d2c req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbdac7b62 ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf3361c5 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf568fdb lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc1230146 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc46a4dda ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc510426d sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc593388e ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7a53df2 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8d04f85 ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc99d61af sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcffdfd14 sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd01863cd ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd26d8cdb req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2f60f45 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd39f5a84 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd4e4707f ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd5de3cc0 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd637a0b3 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6655ba8 req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6f8d279 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd870640d req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8e163b6 ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8eb1346 lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9c2d814 sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2bd374 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda43441d ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdaa08ff7 ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdab16ce9 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdac61572 ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb8ff565 sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddfc34a0 ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde68513d sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe243c180 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe3595ef9 ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe400249c do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6ad2058 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe78c6270 ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe8288b23 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe84c9165 ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeac3d183 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebdca63b req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec0a96bc sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec528708 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed0b0b8a ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed9680d4 ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xee4c6c12 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef777648 client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef98d904 ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xefa58d0c ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1f99945 ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf2f91af8 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf37bb2e7 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf437e60e req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf4916102 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf5d7bfa1 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf63a19a2 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf886946b ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9a91f0d sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb160673 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfbb924bf client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfbc212c9 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc37dff2 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfccce440 req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfddec196 ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfde05b6e client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfe573508 sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff54d49f ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0xfb7b5899 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x0207bfc7 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x3001a3e0 go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x39edc316 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x59c5ff4e go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x5e046794 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x6644ebc7 go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x6f11d7dd go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xa7ac5f71 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xff972912 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0xb2698d21 rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x05ef116f notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0a369433 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0ca43cfa rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x153ae287 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1c4be579 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22a8b605 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x26b03fdc rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2b762e2e rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x307e0a75 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3c2361fd rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x45daa4d1 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4aad6d8d rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4d40f09f free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x50e6b4b8 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5a296316 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x610c5157 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x634bbffc rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6d6b7c6c rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6dd1d5c5 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6ea150d0 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7b25818e rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7f83ca1f rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x80ce65fc rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x83498e0e rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8858a060 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x89a7a1be rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8cb99781 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x93926fa2 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9725c25d rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x99214511 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9aa71a21 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa3a45735 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa554f994 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa589f44b rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa66a48e4 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa95dd61b rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xab2686ad rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb305633f rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbc182ac0 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbeb671ba rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc222df19 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc3dddec7 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd68d40c1 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xda59f27b rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe0009cb5 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe15cf9d4 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe4348763 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xee561856 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf588d899 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfdac2ff0 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0a324a1a stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0cbfd59b stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0d18c292 stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x18ea400c stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1fcb2725 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x217660bc stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x29c43bdb stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x33b9abb8 stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3eda3f72 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x40abe5bd stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x42bbcbff stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x538aac29 stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6350eaf2 stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6619de63 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x705e2aa9 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x82f3ed05 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8a6a7aa4 stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8e617def stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x9af5717c stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x9f3b7a29 rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa238bf2a stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xacb5b584 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xcbbbce8b rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd47368a8 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xeafcb187 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf86dbe7e stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0596d566 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0a081b91 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0ad81217 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0cb1f2a5 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0e9d4567 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0f17b8be ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x15d4fef0 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1aafe62f ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1c97895c ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x27f14930 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x296a19ea SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ccbe674 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2e235128 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x335699ce ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x342ec733 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbb989d ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x41d92301 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4582122b DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4caed16f ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x534204f8 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x57ae25a6 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x586bfbcd ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5890bae5 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5abe2266 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5d029020 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c32c8b5 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x705cab2a ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7061c6a2 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7766ce5e ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x82f96c34 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x83eb77e8 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8a1f0e5c ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8dc60687 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x95453acc ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x98170f02 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x986a2165 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x98c0599f ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x993b2777 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9a9656a7 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9dfa6c6c ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9dfe3592 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb951323b ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbd753396 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbdc06448 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc2d00b28 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc95d1706 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc9f3f8a5 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcecaf585 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcfefea1f ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd1669ffd ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd23a1661 ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd5e1dbf2 ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd6eceb50 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe5dd4533 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf09f6fff ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf601a0fa notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x385c9d9c xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x8bef7468 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xa3f9a831 xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xaa441c60 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x156cc20f iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x200b7151 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x267bfdf9 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2c389cfb iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2d322933 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3a86e65a iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x43b71b8f iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x538d7412 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5751f515 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5cb5f498 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x67cae8a7 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7bf9ec34 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8362367b iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x89d3fea6 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9181de39 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9b370809 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9dafbcf7 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa1a60732 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa29d1c9e iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb4e95d81 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbbf46b25 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcc97ed4b iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd56d36d9 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd6580eee iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe7afdd03 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xedf6acd6 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xee6a1f7d iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf6a309c8 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x03727922 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x04e12845 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x06e9bac4 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x086a5b3c core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x086fe205 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x0dc577a2 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x10ca0274 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x11f43d59 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x14c561c5 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1568c0d9 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x15831c10 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1602ea72 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x16cf9d7f transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1b55b532 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1f958d0d target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x201add84 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x20e3ddc5 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0x2329500a transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x232d3cdd target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x2655fbf9 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x335c6b91 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x3430a2c2 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x3497f78c core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x36953adc transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x41e881c1 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x444acc3e spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x45341bb4 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0x4e9c52ce sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x5229f885 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x541d6d1f __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5df45d27 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x612d9cea iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x615f09b4 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x6755bb14 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x6f7214aa fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x74a1d2c4 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x766ef30f sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0x7cb92f4a fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x84ee2927 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x8be3934d sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x93039bea target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x955f3e72 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x9831bff2 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a334b92 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x9bc6d15e sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x9cd4ae5b target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x9d393d0a core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xa0017112 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xa225e8e5 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa25d4597 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xa72616b2 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xa8c45a5f sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xab9b4e57 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb49af933 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xb957016c sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0xbb985128 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xbf91ee1d core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0xc6e0fd03 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcb83146e transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xcc3e9536 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xcd98cea6 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf00e006 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xd11ba827 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xd45213f3 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xd695af29 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6fccf6b transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xdc40ef97 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xde1f6c6f target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0d8ee3c target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xe3d9adb3 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe47e0466 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xe58a269c transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xeb4bfa32 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xef62d19e target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xffc9457f target_complete_cmd_with_length +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xa367c1d6 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x7156be79 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x1283fe0b sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0edcdb6d usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x14d301b2 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2a8b8456 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2bca9806 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3d619859 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x414115fa usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x8e310aa9 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb2d9c425 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb61a32e1 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xbcb102c6 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xdafa2642 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xebd94946 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x54670879 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x757733a4 usb_serial_suspend +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_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 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd11d2709 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xfc7dcad2 vringh_getdesc_user +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x294d894a devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xa70fa50d devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xb09c48b2 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xc95217f4 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 0x2b7f906d svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x47010d34 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x73b8a8c9 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x75689386 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb897de68 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc228cd0d svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe9ebc834 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x4bcdc70a sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0xf5089b93 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0xaa494d03 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 0xcec55110 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x894e17a6 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xa0074f9a g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xc66aa209 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xf74f5081 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x111f796a matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x6ab1f44e DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x7226ab63 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xb3d9c80e DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x5c081e63 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xa39ef7ed matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x00dc8d6b matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x3cbff8e7 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x433bf31e matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x78d86279 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x86a43c49 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xa73a3c0d matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x187a424e matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6e205a17 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x7cb75979 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xbeda0099 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf16ba970 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x741c9f75 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x27616d7b w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x4a00c337 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xa74017b0 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xb361ef80 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x4917e135 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xc7907e26 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x3be59b2b w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x5dc35403 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x00dc1e84 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x094a2da9 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x63b2f36a w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xff2d3370 w1_unregister_family +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xa78bd894 iTCO_vendor_pre_set_heartbeat +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xb5f20875 iTCO_vendor_pre_keepalive +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc4f657bf iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xdc6effc9 iTCO_vendor_pre_start +EXPORT_SYMBOL fs/configfs/configfs 0x1072405a configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x11231ba4 config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0x3a1fe73c config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x57c98de7 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x5bc29d83 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x770812a0 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x7f01bd82 configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x8e86dbae config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0xbc6e9ef8 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xef4fe21c config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0xf42d513d config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xfbb3f3fe configfs_depend_item +EXPORT_SYMBOL fs/exofs/libore 0x2591c89c extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x2e8acee5 ore_read +EXPORT_SYMBOL fs/exofs/libore 0x33a09c9e ore_write +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x4c31378a ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x62b55293 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x8581cec0 ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x88dccad1 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x8e3c9c06 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xa87a7bc5 ore_create +EXPORT_SYMBOL fs/exofs/libore 0xf8a0f514 ore_check_io +EXPORT_SYMBOL fs/fscache/fscache 0x080a3a33 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x0c663604 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x10869f7d __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x11cbbd3c __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x130c71a5 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x15485f1f __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x29cfc854 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x2ea14e05 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x2ec873ca __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x3c36029b fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x41ab07cb __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x41d4f57e fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x4263b1c8 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x4cf46cb0 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x65a977a4 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6651d137 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x7ad9a1ee __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x8313d092 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0x83a218de fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x85b6f300 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x88348c81 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xb0567b1a fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0xb14c01c9 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xb87adb00 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xb9a8f930 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xbb6ecdb2 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0xbd3d164c __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xbe2d8645 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbf9d3ced fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0xbfe88864 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xc7760f5c fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xd084acac __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0xd71b4e57 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xdec7f18d __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0xef38af7e __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0xf2bc8475 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0xfbfa3a62 fscache_io_error +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x02baf752 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x7cbf2873 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x831c9183 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa0f5bc03 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xb0029f16 qtree_entry_unused +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0x66213969 crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x02a48c95 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x06bb2155 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x0e6849a2 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x2faebe01 lc_get +EXPORT_SYMBOL lib/lru_cache 0x4571b57f lc_put +EXPORT_SYMBOL lib/lru_cache 0x4caad36d lc_del +EXPORT_SYMBOL lib/lru_cache 0x5819b6e7 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x5995c5d5 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x59f9e522 lc_find +EXPORT_SYMBOL lib/lru_cache 0x64f17c4b lc_reset +EXPORT_SYMBOL lib/lru_cache 0x6f491be4 lc_create +EXPORT_SYMBOL lib/lru_cache 0x71cd05f9 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x8b8f9c02 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x99a30c10 lc_committed +EXPORT_SYMBOL lib/lru_cache 0xa1dca79c lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xcaf1666b lc_set +EXPORT_SYMBOL lib/lru_cache 0xeacd36d2 lc_seq_dump_details +EXPORT_SYMBOL lib/lz4/lz4_compress 0xcbc5d521 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x26c3aa22 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x2d19ad5c unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0xcc73d657 register_8022_client +EXPORT_SYMBOL net/802/p8023 0x496d56c7 destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0xea068843 make_8023_client +EXPORT_SYMBOL net/802/psnap 0xf4ddebfc register_snap_client +EXPORT_SYMBOL net/802/psnap 0xfad54be9 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0cdb59d3 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x0d5d7bdd p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x110a234c p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x134b72ac p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x18e93270 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x198186f5 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x203b2c4c p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x20c3862a p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x26390d07 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x297a305a p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x313da009 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x39ae344f p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x3b93323f v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x4475813d p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x46170221 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x4d75f713 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x50da6814 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x5131a3f5 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x5329fec5 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x54757be2 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x59da8c97 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x63c43900 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x65b0dd3a p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x6a694271 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x76f4680e p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x8e4b9209 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x919f118a p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0xab2e4966 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xc2f4c49c p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xc4498708 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc971abd2 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xd37f14b1 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xd51bb214 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xd7291001 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xda968898 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xe4c2ee47 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xeeb43382 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xef7382b8 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf4a63ce3 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xf8fba4ed v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xfc95603b p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/9p/9pnet 0xfec5ea04 p9_client_mkdir_dotl +EXPORT_SYMBOL net/appletalk/appletalk 0x4aecdc1e alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x6903fbe0 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xc4ad64f5 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xc7e59234 atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x07d63ddd vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x0fbedf1c atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x3311f05a atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x4d128b5d atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x4fc9de07 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x6163ed2b register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x752f26c6 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x797d84ca 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 0xc0c9d4c2 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xc4f2f119 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xcd7f7b41 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xd9b09bf1 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf586d8d3 atm_charge +EXPORT_SYMBOL net/atm/atm 0xfd5fffb0 deregister_atm_ioctl +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x1fe5bdb6 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x3c64575a ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x50b05223 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x7345bef2 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x8f181b8a ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xb7b2e7f4 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xb89cf755 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xde2f334e ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0xf4cb3cf9 ax25_linkfail_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x01a5c946 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x075450dc hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x17cdb19e hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1e7648b9 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x233ea1a9 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x245454bb l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x26675694 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2dedad8d hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4163a3a3 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x419267b5 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x45dcd832 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x542c9051 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x55989a7c bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x57ff767e bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x65d1781c hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x737785a6 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x78f4abe2 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8c58359a l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8f444c4e hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x983222c8 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa06a7c7c bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa7002882 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb5807566 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb865d583 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbaff5a99 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbf5e8df9 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc091b526 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc25430f6 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc39bb591 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc3cafb4e hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc63dface bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcf758c39 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd297a63d bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd62736a5 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdec98c25 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0xedc7400b bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfb5f4ba4 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bridge/bridge 0x3107bde9 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x0af2435e ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x21b9bb27 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7c02cbf0 ebt_unregister_table +EXPORT_SYMBOL net/caif/caif 0x0a09a97f 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 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xa5c3aea9 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0xac7c7ecb cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xb5a7ea3b caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xf6041533 get_cfcnfg +EXPORT_SYMBOL net/can/can 0x02034edc can_send +EXPORT_SYMBOL net/can/can 0x6bf669f7 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x860ed668 can_ioctl +EXPORT_SYMBOL net/can/can 0x8f0d9ef8 can_proto_unregister +EXPORT_SYMBOL net/can/can 0xafab8491 can_proto_register +EXPORT_SYMBOL net/can/can 0xdc6693d8 can_rx_register +EXPORT_SYMBOL net/ceph/libceph 0x00cfe887 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x030d7ce7 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x065b4fca ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x094fc190 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x0ca4dd79 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x1565151c ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x1659e9ce ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x18b4ff20 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1acf294c ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x21905ab3 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x219bd657 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x230a73be ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x26e77a57 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x296fd1b1 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x2c8c40e2 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x356e0a57 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x35d4ed20 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x36513327 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x3707e62a ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x39a36d57 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3cfa1c49 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x3d18c538 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x3e1b448d ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x41bbc9d3 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4b0e8fea ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x541befc3 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x55b83cc8 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5cc8af12 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x62023c32 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6973e733 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6d2369dc ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x732fa49e osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x73aafad7 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7a4043d7 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x7b00f2e0 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x7c1f8d09 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x7f82cf30 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x80be2747 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x8234a7de ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x874de5be ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x8b474666 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x8deb6cad ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x8f49aa03 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x91880cf4 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x922d6180 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x98791e2e ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9a9523af ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x9c69481b ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa141a85b ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xa39a3fe3 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xa6605594 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xa9d4653a ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xaf021c7a ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xaf459adf ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb497292f osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb70d1506 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0xb7a94d8c ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xb8d60304 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xbbf4f921 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xbc28b966 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xbee789e6 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc2dc3608 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcd22a950 ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0xcd293b13 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd1e0e5f2 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xd25e8c19 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xd29bd923 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd34ab39f ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xd47846e4 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xde93b62b ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe55d9bcd ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xe64b7a39 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0xeb2a432c ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xeebd4ac4 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xf1270ac5 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xf62548ac ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xb556d18d dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x54054827 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1c99a531 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1f5a6f63 wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2497bd9e wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x75f13452 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x805a5f95 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x81fdc6d4 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x88022e7b wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa6936271 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb9e5b594 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xc83e2936 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xd775bffa ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf7e520ac ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xfb092d4c ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x382ecbed ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0359a41b arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x1fa64ea2 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x5d031e0d arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x830b20df ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x9d6ab2dc ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xe97dcccf ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x8342c3da xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xf545e1d1 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x50b454e6 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x69610567 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x33206441 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7b60229e ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7db779f0 ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x26d4af0e xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x6bea7f70 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xb432e047 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xcfb06be3 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x47efecb8 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x530f7dab ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x65a63e54 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x684e493b ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x7b65fa40 ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x996dcc6e ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xc09748f5 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xcdb7c517 ircomm_close +EXPORT_SYMBOL net/irda/irda 0x01dbeb0e irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x0bab6037 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x14667d2b irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x16358eeb iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x190aa302 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x1f349338 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x1fc64796 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x23a2eee7 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x31bb8560 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x3393596f irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x359de411 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0x3ab8ce69 iriap_close +EXPORT_SYMBOL net/irda/irda 0x3b0a2ab6 irias_find_object +EXPORT_SYMBOL net/irda/irda 0x3b9bdefe irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x3f7494b5 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x428321fa hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x48d17824 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x62acf28c irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x648c7478 hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b5ec290 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x70b67733 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x71551f62 irlap_open +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7d54adaf irias_new_object +EXPORT_SYMBOL net/irda/irda 0x7ff509a2 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0x8cd99be0 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x9287ab85 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9d1585dd async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x9e326eb3 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xa1dcc017 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0xa370c681 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbcf28ffb irda_notify_init +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc0bee29c hashbin_new +EXPORT_SYMBOL net/irda/irda 0xc2d4feaa irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0xc830f1cb irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0xcbb014b4 irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0xcc0a17ab irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xde829e01 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0xe2c789e7 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf4d8e451 iriap_open +EXPORT_SYMBOL net/irda/irda 0xf585f168 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0xfa794cef irlap_close +EXPORT_SYMBOL net/l2tp/l2tp_core 0xad230787 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x590180dd lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x64cbb32c lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x695aadaa lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x7a69f27f lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x8724c470 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xb0b9413e lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xc127dfeb lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xf765f22e lapb_connect_request +EXPORT_SYMBOL net/llc/llc 0x0d4a562c llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x2699eca3 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x3def5e5c llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x3f0fe31e llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x4f1101f2 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x5f66a181 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xc9dd0cc9 llc_add_pack +EXPORT_SYMBOL net/mac80211/mac80211 0x05c3e7cc __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x063132c0 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x067a4212 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0ab53f9c ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x0c5a0669 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x109bcefb ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x10d13b4c ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x15397dc3 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x16e25b81 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x1c17d151 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x1d92e179 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x20271d6d ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x2249a112 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x30b4a072 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x327286dc ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x32f6ee3e ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x365a0237 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x3740c577 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x47512e88 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x47af6c42 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x48ce1be8 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4d1f11ed ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x5130ae1a ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x56d95ac8 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x58ec3489 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x59ec0354 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x6458516b ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x6bcc7e22 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x6ccba1e6 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x703ae722 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x763e8f3e __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x7aa7d89d __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x85d31163 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x85f83660 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x886a95e8 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x8aecaea0 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x9108b4af ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x9238b750 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x98118f7b ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x9c736c7f ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xa6653d94 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xba302233 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xbaf631f1 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc1aa59ef ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc3a541a6 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xc3c195db ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xc79df2f7 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xcc480926 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd29b54bf ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xd7b9f935 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd7f27760 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xd9f4d162 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xdd728ad7 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xdfdffcd6 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xe6044755 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xe74df191 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xea76de4b ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xeac47bfa ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xec48aed5 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xec4ac090 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xf387cc34 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf62e5d05 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xf7025bff ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xfb7d9bc3 ieee80211_queue_work +EXPORT_SYMBOL net/mac802154/mac802154 0x10ef5120 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x5473d688 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0xdb9a2960 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xe0eb55be ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0xfea9f039 ieee802154_free_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x08d3894b register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4470fc1d ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4660a588 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4a6fd143 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4ef6d1ee unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x63202f2f ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x64e4ffdf ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x70a92c84 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7ff5e241 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x88e3496c register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x944240be ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9b1d95e0 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdadb473c unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xef0a8f68 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x25d609b1 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89c491bf __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xcd41202f __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x237839a2 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x741c6df9 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xa2528b6e nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xaac08c57 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xad6f42af nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xcf2969df nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x26d5924c xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x2fa746b2 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x424fa238 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x543bafb3 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x87325e48 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x992a8eb1 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x9d4aa25f xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x9f0e0a39 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xc01de504 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xcb9c3688 xt_unregister_target +EXPORT_SYMBOL net/nfc/hci/hci 0x00e13518 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x01b0f337 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x2f3db371 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x308677d9 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x373f173d nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x3f3e1141 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x480efbea nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x57e99c24 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x5c894946 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x7d6bbba0 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x81f7914f nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x8a8683b2 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xa0b9481b nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xb69b63d7 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xb7a32492 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xc2a3c314 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xe043a4ab nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xe81433e2 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x1a920900 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x56b3e773 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x9dc926ac nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xb0cb75b9 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbca40e8c nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xcf90a6d0 nci_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x11bc62e0 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x1e8ac8f5 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x2db3e91a nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x3c3e617d nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x42c5930d nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x491eed0e nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x4cd74ae6 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x510af147 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x6a2e7b86 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x7a86cbea nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x7c3018c6 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x8e14bb33 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x97b59860 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xa132160b nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xa38c4548 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xb5432894 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xe77df404 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xec3922a5 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xece72aab nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xed30a717 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xfd56e616 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc_digital 0x214b9ce6 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x8504dbd4 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xa0692b4b nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xd23a57d7 nfc_digital_register_device +EXPORT_SYMBOL net/phonet/phonet 0x2ef23ce4 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x324f7e54 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x47155877 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x6104d9ae phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xc15b497b pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xc7c0aab5 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xdfe20955 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xf889adf1 pn_sock_get_port +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x06d964bf rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x15f29745 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x16d3e236 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x2d80820a rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x2f1502ea rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4b2762bb rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4d560e5b rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x795f7b99 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x82109bda rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x86cc6ed9 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x97fc5fde rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xb504a8d4 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd3a88982 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xdf8514a2 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xecd9ced5 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/sctp/sctp 0x64e9dbfd sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xaa6ab291 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xb00e9377 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xd442d4bc gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x91ee2bb0 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xb01e94b3 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xb85030d5 xdr_truncate_encode +EXPORT_SYMBOL net/wimax/wimax 0x365239b0 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0xd1d08954 wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x033d9b21 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x06debe1c wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x08fdea75 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0cadbd7a cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x0d26ff23 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x0db7bd77 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x0dcde45e cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x127fb5df cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x13e921fa cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x14739ab8 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x20c04d59 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x23cc4616 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x251db1a3 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x27e207d1 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x2d74f65d cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x30e614e8 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x33aec618 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x39f84018 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x4a98ea4c cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4d0beebd cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x52596689 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x57e17d6e cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x58dbbd39 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x59bf0037 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x5b59f39e cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x61933a02 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x63366eb1 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x64506c1e cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6aeb6450 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x6b166039 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x70147ee3 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0x74791f73 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x75347121 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x7704316a wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x79661ccf ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x7aa0b265 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x7e302ea3 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x82dac510 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8b751f61 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x8dee776f cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x8eb172ea cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x9091c278 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x912c2758 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x920be94b cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x9591afa4 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9e9ec3be cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa30ed3c8 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xa7441f56 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa9806aac ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xa9d1ed6e cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xaf92faea cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xb238c09e cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xb50eec16 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xb90d5ddd ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xb95d62ec cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xbcbeffe6 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xbd9fcd6f cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xc3f08c3d cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xcc7b8a93 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xcdb8f874 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd184534e cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xd2496fbf cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xd345b609 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xd5c7ef5c cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xd8c910ce regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xde7bf015 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xde876fcc cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xe0a84e86 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xe97deaeb wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0xec8d4597 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xee8d4ad3 cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf75e841a cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xf780b8ec cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xfd83ce08 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/cfg80211 0xff307bef cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x57afbbfd lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x63136293 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x6bfc2175 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x6c2e4c1d lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xbec37cb4 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xd766b190 lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0x6bdb5e37 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x0c02b351 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 0x50755899 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6475ab48 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 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xd168f12b snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xffda50ec snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x876b432b snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xfcbc37d2 snd_seq_device_register_driver +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 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x2b51b084 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x350963b4 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7f62d029 snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x83914b9a snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x92ee6bb0 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x9e7d3f0f snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xbc141dfc snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xf2bf1549 snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x5e2b3e9b snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0a90332a snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0x10b2344c snd_card_free +EXPORT_SYMBOL sound/core/snd 0x16cf326a snd_card_register +EXPORT_SYMBOL sound/core/snd 0x18ceb83b snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x18e7a902 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x191e88cf snd_dma_pointer +EXPORT_SYMBOL sound/core/snd 0x19652cea snd_info_register +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1c5736ae snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x1e36e21e snd_get_device +EXPORT_SYMBOL sound/core/snd 0x208f109c snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x34d2b06d _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0x372d4705 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3a65eced snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x3ff66661 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x4253fb4c snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x4864b9c4 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x5aef1dbf snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x5f3a524c snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x61cab3fe snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x65907075 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x6a665554 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x6a6ada98 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x6d5c7df1 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x7545134d snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x7d29b5f6 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x84333186 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x8832c3dc snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x8a78c4ee snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x90093e8a snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x92c0b04c snd_card_new +EXPORT_SYMBOL sound/core/snd 0x9acd5146 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x9cb076b6 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa45182e4 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xab1d05d0 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb984fd69 snd_cards +EXPORT_SYMBOL sound/core/snd 0xb9fdc02f snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xbb7c4a7f snd_device_new +EXPORT_SYMBOL sound/core/snd 0xbe04ef22 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xc1384038 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL sound/core/snd 0xd2956ea5 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xd61c840d snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0xdb2e53bf snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xdc86c57e snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xe5a0b388 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xe98bcb08 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xf1b1bcb7 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xf27587b9 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xfe648572 snd_seq_root +EXPORT_SYMBOL sound/core/snd-hwdep 0x55fee953 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0128ef9b snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x0308298b snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x07f8eaf8 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x09d7f52f snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x0d62ea40 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x0f9ec0df snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x13bdd8f1 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x1a72efa3 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x1c2da9a0 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1d28bec3 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x201a1582 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x20424e2a snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x2a3a4110 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x3388a839 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x35b9b9de snd_pcm_lib_readv +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 0x3b91f3af snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x3de1e285 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x46c8265a snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x472258db snd_pcm_sgbuf_ops_page +EXPORT_SYMBOL sound/core/snd-pcm 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x4fb5349c snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5c838ef0 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x63628b98 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x65adf72b snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x666aa1d8 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x69a5b869 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0x69b987d5 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x78c2affa snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x866f6354 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x894eeddf snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x8db73b08 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x8ea8d629 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x975405a6 snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0x9b1fb287 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x9b65b873 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xa4068b9b snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa8d8776b snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xaa945778 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xab28e32d _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xaca431ff snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xaeab7c0f snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xaf7123ab snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xb8afb0bc snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xb9f73ade snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xc8693dcd snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xcb4e67b0 snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0xd0469fdd snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xda0f7c5e snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xda4b5517 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xee7f6b7c snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf71991dd snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0115237e snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x10f83ef9 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x19b87534 __snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2de563fc snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5abfecbb snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5bd5c3a6 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x62685b87 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6720f963 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x72a8ca9e snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8e1ea359 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9150af70 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9d0343c0 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb1f402a8 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb53e3ac9 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbeb1c0e3 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd380d26e snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xee69e462 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf8ce2b8b __snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfdc20f56 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-timer 0x07e4a771 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x130939ce snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x1ef4148b snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x289ef317 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x56c43035 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x7d4ddc1b snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x84918323 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xa8f37c4c snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xc90eaf36 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xce393e1d snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xd01185a5 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xeec93961 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0xefcc148c snd_timer_stop +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x51209840 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 0x3637165a snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4f9ca0f3 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5efe82f6 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x60645072 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x77203e99 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x84092d52 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8e7b2f1b snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa29a97f5 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xfc1ec256 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x00a4324b snd_opl4_write_memory +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x42baa7d3 snd_opl4_read +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x6ecf879d snd_opl4_read_memory +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0xc7224303 snd_opl4_create +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0xe5ded804 snd_opl4_write +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x019d2275 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x386f7f7f snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x561a7586 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x87de6f9c snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9a734049 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb0586232 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd6d97df9 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xeae3b61b snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf00964f8 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x03fb29e7 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x113ad7ab amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x177322eb avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1a153541 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1b1b6c84 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4353ce72 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x47380adc amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4c22cbe8 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x56e6032a cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5a82b32d fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x67ced5a7 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6f38a97a cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x743ff3fe amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x75898084 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7fbbb2b2 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7fedb105 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8dd9feb3 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9d2eda82 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa0219b75 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbac994b6 amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc59bdf2a amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc71120c1 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd049b426 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd5a87acc snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd85040e1 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xda79e653 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe1598ce3 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe3d0e529 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xeee51c81 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf2f11089 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfcaffe2d avc_general_set_sig_fmt +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x5ee96eaf snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x7ce9a3b7 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x99ec0fc6 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9f5f750b snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd833fc6b snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xe5a9a8b5 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x482087e0 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x6b9fe086 snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x78ce917a snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xb0650899 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xb384d87f snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xcf4bd981 snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x2c2e4dc8 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xacdd175e snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xc73c5cc8 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xe9dc6b23 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x330143f4 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x43b02db8 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x33a6e783 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x40fae6c1 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x65f6fb7a snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x924510e1 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa6dc1640 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xbc7273a0 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x2d12232e snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x4bb08b8b snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9f1b1ee0 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xc225685a snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xcbee8e0f snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xf6a1275c snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-tea6330t 0x3d8484c4 snd_tea6330t_update_mixer +EXPORT_SYMBOL sound/i2c/snd-tea6330t 0x68bdc4da snd_tea6330t_detect +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x6acd9453 snd_es1688_mixer +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x96214880 snd_es1688_mixer_write +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0xa7f6dbe0 snd_es1688_reset +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0xb3d1cba8 snd_es1688_create +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0xfb90604a snd_es1688_pcm +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x197c128d snd_gf1_ctrl_stop +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x1a72dced snd_gf1_i_look16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x1c1ce117 snd_gus_interrupt +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x208d2d45 snd_gf1_look8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x2cb46fbc snd_gf1_mem_xfree +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x3c83d60b snd_gf1_look16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x449053eb snd_gf1_mem_lock +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x46db8d67 snd_gf1_lvol_to_gvol_raw +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x59942d37 snd_gf1_alloc_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x5d01e15f snd_gus_use_dec +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x73496677 snd_gus_dram_read +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x76ba42ae snd_gf1_i_write8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x779131d0 snd_gf1_mem_free +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x84063b52 snd_gf1_dram_addr +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x91807fa5 snd_gf1_rawmidi_new +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x9b06bd0a snd_gf1_poke +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x9bbe6cc8 snd_gf1_peek +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xac905f99 snd_gf1_translate_freq +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xba51ca81 snd_gus_create +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc43a5527 snd_gf1_atten_table +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc4d21617 snd_gf1_i_look8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc588fd87 snd_gf1_write8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xcc76a850 snd_gf1_write_addr +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xd297567b snd_gf1_mem_alloc +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xdc74cbb8 snd_gf1_pcm_new +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xdceee469 snd_gf1_delay +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xdeb0663e snd_gus_dram_write +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xe1da71c9 snd_gf1_write16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xe68e72d9 snd_gf1_free_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xe952f003 snd_gf1_stop_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xefa9eea6 snd_gus_initialize +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xf2a00c10 snd_gf1_new_mixer +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xf7b9dbbc snd_gus_use_inc +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x0e096be3 snd_msnd_init_queue +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x4320a8e9 snd_msnd_DAPQ +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x4ff985dd snd_msndmix_setup +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x5892dc57 snd_msnd_upload_host +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x65bb40d5 snd_msndmix_new +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x75026b24 snd_msndmidi_input_read +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x75a08bf6 snd_msnd_DARQ +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x86ae6e12 snd_msnd_dsp_halt +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xa1605f65 snd_msnd_pcm +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xaf283562 snd_msnd_disable_irq +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xb5987df7 snd_msndmix_force_recsrc +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xbed3a0a8 snd_msnd_enable_irq +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xe0dbe7ca snd_msnd_send_dsp_cmd +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xf96b1367 snd_msnd_send_word +EXPORT_SYMBOL sound/isa/opti9xx/snd-miro 0xd07b3630 snd_aci_cmd +EXPORT_SYMBOL sound/isa/opti9xx/snd-miro 0xeb5aa14a snd_aci_get_aci +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x1f4dbcd6 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x29aa3ea0 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x8f03fabb snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x957dc620 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9772d54c snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa17d3431 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc37a8feb snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc4f282ac snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc5d68ee9 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xf8d39ca1 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb16-csp 0x55db10ed snd_sb_csp_new +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x3353aa70 snd_sb16dsp_get_pcm_ops +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x75a35e4f snd_sb16dsp_configure +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0xdfc1f166 snd_sb16dsp_pcm +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0xe0b3f690 snd_sb16dsp_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x3ec5af65 snd_sb8dsp_midi_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x480af6bc snd_sb8dsp_midi +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0xa2900bf8 snd_sb8dsp_pcm +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0xd8aad4ac snd_sb8dsp_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x12cc3f33 snd_emu8000_dma_chan +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x222b523a snd_emu8000_poke +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x379eb00a snd_emu8000_update_reverb_mode +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x777adc3f snd_emu8000_load_chorus_fx +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x7bb8d66d snd_emu8000_load_reverb_fx +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x8985b279 snd_emu8000_init_fm +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x8b10918a snd_emu8000_update_equalizer +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x96240fc4 snd_emu8000_peek_dw +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x9d29efa3 snd_emu8000_peek +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xd68ed640 snd_emu8000_update_chorus_mode +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xea75d00d snd_emu8000_poke_dw +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x013f0100 snd_wss_timer +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x1b47c072 snd_wss_put_double +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x39bc9761 snd_wss_get_double +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x41cabecd snd_wss_chip_id +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x4763217f snd_wss_get_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x54146092 snd_wss_overrange +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x580e228b snd_wss_create +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x655c7db0 snd_wss_in +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x6598766c snd_wss_put_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x6f2e36c1 snd_wss_mce_up +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x7b202637 snd_wss_interrupt +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x8bd8c991 snd_wss_info_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xa0d3243e snd_wss_pcm +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xacc1d5a1 snd_wss_out +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xb83f3d32 snd_cs4236_ext_in +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xbf9b0421 snd_wss_mixer +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xc32f4a00 snd_wss_mce_down +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xc98b67c0 snd_cs4236_ext_out +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xdfbd6955 snd_wss_get_pcm_ops +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xe5126a9c snd_wss_info_double +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0174d5e4 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0cdc2481 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x18d2bd98 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1d13c436 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x31279a8d snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3f7e4cff snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x437bf9f1 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x57fff7c1 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x58016bae snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8209d75e snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x861ee640 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8cdfbb36 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb92b1494 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc9dbca55 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcc3adfba snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xeebed392 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf9739538 snd_ac97_resume +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0x9a0df4de hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x0b06ab5c snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x225d8547 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4b6fe21a snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x61ae0224 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x674b33cb snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x71940889 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb8715a51 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xcbb922ff snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xdb327ed1 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x8facd6fa snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xb1921489 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xdb006d0c snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1316c80f oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1bb23d40 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x253bd95b oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3c93368c oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3c9d5b22 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x41142302 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4cdc6bbf oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x522b07f2 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x59fffc81 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6857be87 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x80640c1a oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x823a8c39 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x840ac9f6 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9e1ffdeb oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb6c3daf7 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd0ca03b6 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd38531f0 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd67f769b oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe45afcd1 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe4f879fc oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe8643c35 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x05781d4c snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x6617f2c1 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x7882d48b snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xc5c0fa66 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf0fafa6e snd_trident_alloc_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x3d334782 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x5a2be8db fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x1582a553 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x6dd752c4 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x9568a201 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xe5b2bd50 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xf26c3cb8 sound_class +EXPORT_SYMBOL sound/soundcore 0xf87886e6 register_sound_midi +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x0926220b snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x53cfaa68 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x6861b045 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xa9f0d2b4 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xb427ee59 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xd4e4e188 snd_emux_register +EXPORT_SYMBOL sound/synth/snd-util-mem 0x21ac9e86 __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x642bc4ee snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x8f26890f __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xa5c17633 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xaaaa6e8b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd95371a2 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe0d8fa9e snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xf35860c6 snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x0d1b0342 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x0074ced9 fb_get_mode +EXPORT_SYMBOL vmlinux 0x007e1235 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x007ec6d9 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00a315fe __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x00a3f9b3 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x00a6f0ca skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x00ae3d9e prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x00b7ca4d skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x00becb4e simple_unlink +EXPORT_SYMBOL vmlinux 0x00d30035 fb_blank +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x00f119dd con_copy_unimap +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x010d337d input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x01555286 set_page_dirty +EXPORT_SYMBOL vmlinux 0x01570881 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x0169a498 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x016cddcd dma_common_mmap +EXPORT_SYMBOL vmlinux 0x0172e8bc vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x01d16b5c force_sig +EXPORT_SYMBOL vmlinux 0x01dd1d00 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x01e019be devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0x01fcefa0 i2c_release_client +EXPORT_SYMBOL vmlinux 0x01fe6d9f netif_receive_skb +EXPORT_SYMBOL vmlinux 0x020fc2d7 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x0210e9dd __scsi_put_command +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x0240c740 read_dev_sector +EXPORT_SYMBOL vmlinux 0x02582279 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x025d091c dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027f046d dev_get_stats +EXPORT_SYMBOL vmlinux 0x0287d54e km_policy_notify +EXPORT_SYMBOL vmlinux 0x0292e817 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x029444f0 native_read_tsc +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02ac16a1 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x02bd907a agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x02c24fba __nlmsg_put +EXPORT_SYMBOL vmlinux 0x02d29476 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x02e8bb03 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02f48fdb agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x030647d1 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x031d27df neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x03286383 pci_map_rom +EXPORT_SYMBOL vmlinux 0x0330c5cf blk_finish_request +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0341f632 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x0354dd44 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036d91df pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x0375df04 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x0377b03e gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03a02042 __netif_schedule +EXPORT_SYMBOL vmlinux 0x03b580eb wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03e92f11 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x03f13643 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x040fc5e2 down_write_trylock +EXPORT_SYMBOL vmlinux 0x0414d4a9 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x042ef84e dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x043823e1 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x043c8ed0 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x043f2ed2 dma_mmap_from_coherent +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044eb53b blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x045c6e04 skb_pull +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x048ff17a __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x049de81a key_unlink +EXPORT_SYMBOL vmlinux 0x04c01bb7 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x04d33f44 d_splice_alias +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x0508f6eb devm_free_irq +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0526f496 have_submounts +EXPORT_SYMBOL vmlinux 0x0530bd4b blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x056a2f2b PDE_DATA +EXPORT_SYMBOL vmlinux 0x0574d16a dm_unregister_target +EXPORT_SYMBOL vmlinux 0x057c80c4 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05c48cdb dev_close +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0626a3c4 current_task +EXPORT_SYMBOL vmlinux 0x063310f9 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x0633c05a ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06621bf7 vga_tryget +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x068ac474 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x068c7263 ioremap_cache +EXPORT_SYMBOL vmlinux 0x069c23d2 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x06a691aa blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x06aacb0d __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x06c0dae5 __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x06c1ed51 put_io_context +EXPORT_SYMBOL vmlinux 0x06d0c265 security_path_link +EXPORT_SYMBOL vmlinux 0x06d2f086 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x06dfba9a pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x071af6aa tcf_hash_check +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x07281ffd pci_match_id +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073dfa12 generate_resume_trace +EXPORT_SYMBOL vmlinux 0x0746e26c rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x075da698 seq_open_private +EXPORT_SYMBOL vmlinux 0x07608604 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x077623ef simple_write_end +EXPORT_SYMBOL vmlinux 0x07886faa kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x079bcaf0 vm_map_ram +EXPORT_SYMBOL vmlinux 0x07a4b576 flex_array_free +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07aa3290 acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x07b0895c mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d50a24 csum_partial +EXPORT_SYMBOL vmlinux 0x07d8a3b8 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x07fbe000 pci_release_regions +EXPORT_SYMBOL vmlinux 0x080c35dc set_binfmt +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x085c5f80 scsi_get_command +EXPORT_SYMBOL vmlinux 0x085f782c idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x0869ba67 console_stop +EXPORT_SYMBOL vmlinux 0x0895b866 inet_shutdown +EXPORT_SYMBOL vmlinux 0x0897287b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x08a132c7 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x08bf826c _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0x08ee6144 posix_test_lock +EXPORT_SYMBOL vmlinux 0x090153bb fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x0956add2 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x095e4a77 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x09622948 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x09635c07 padata_add_cpu +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x099858e5 agp_generic_enable +EXPORT_SYMBOL vmlinux 0x09ac634a xfrm_init_state +EXPORT_SYMBOL vmlinux 0x09ade11a simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x09b0b34c agp_create_memory +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09ce0b03 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09f54e28 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x09fb27a0 serio_open +EXPORT_SYMBOL vmlinux 0x0a16fe6a twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x0a1abaa8 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a2d2167 iput +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a56d356 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x0a5b75be agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x0a5ba38b sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x0a67eedc pnp_possible_config +EXPORT_SYMBOL vmlinux 0x0a6a1e6c dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x0a73848d zpool_register_driver +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7760a9 __quota_error +EXPORT_SYMBOL vmlinux 0x0a78f41c bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x0a915f37 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x0a98a109 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x0aa5e963 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x0aa9b76e blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0x0aabb368 check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0x0ac525e6 register_sysctl +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0adeaf6f blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b18a9da netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b1c8ded sock_register +EXPORT_SYMBOL vmlinux 0x0b3607cd sock_no_mmap +EXPORT_SYMBOL vmlinux 0x0b44b570 replace_mount_options +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b59a9d4 ata_link_printk +EXPORT_SYMBOL vmlinux 0x0b670e11 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x0b680e02 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b804f08 sock_no_listen +EXPORT_SYMBOL vmlinux 0x0b83f3ae input_unregister_handler +EXPORT_SYMBOL vmlinux 0x0b8f67d0 __destroy_inode +EXPORT_SYMBOL vmlinux 0x0ba1d1a6 idr_is_empty +EXPORT_SYMBOL vmlinux 0x0ba820e0 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x0bae63f5 set_trace_device +EXPORT_SYMBOL vmlinux 0x0bbb1fca neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0be5703b mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x0beafcde gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x0bff7432 update_devfreq +EXPORT_SYMBOL vmlinux 0x0c081ec7 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x0c297ef8 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x0c366211 kobject_init +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c5c004e dev_warn +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c7c29a8 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c97894d get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca7b7a8 acpi_check_region +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cc6d6ea scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x0cdb7d12 __kernel_fpu_begin +EXPORT_SYMBOL vmlinux 0x0cfd12e6 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x0d090cb1 proc_symlink +EXPORT_SYMBOL vmlinux 0x0d1336ac blk_run_queue +EXPORT_SYMBOL vmlinux 0x0d1fe797 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x0d3dda14 acpi_get_type +EXPORT_SYMBOL vmlinux 0x0d47c146 pnp_find_card +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d561e04 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x0d5dc616 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x0d6773cd tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x0d9e7ff2 __d_drop +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0da3c8eb default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x0da40938 do_truncate +EXPORT_SYMBOL vmlinux 0x0da66d04 thaw_super +EXPORT_SYMBOL vmlinux 0x0dbf8f47 writeback_in_progress +EXPORT_SYMBOL vmlinux 0x0dcab115 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x0e15c6a6 eth_header +EXPORT_SYMBOL vmlinux 0x0e40a8cd input_close_device +EXPORT_SYMBOL vmlinux 0x0e40d4c8 i2c_transfer +EXPORT_SYMBOL vmlinux 0x0e692d44 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x0e6b1bd8 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e90b2ee tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x0e9610b4 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x0eaf451e hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0ebe1f18 should_remove_suid +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed0afd5 init_buffer +EXPORT_SYMBOL vmlinux 0x0ed768c1 bio_reset +EXPORT_SYMBOL vmlinux 0x0eeb763f seq_release +EXPORT_SYMBOL vmlinux 0x0eee761e finish_no_open +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f01e607 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x0f051013 efi +EXPORT_SYMBOL vmlinux 0x0f3fa947 vme_irq_free +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f75270a locks_free_lock +EXPORT_SYMBOL vmlinux 0x0fa26126 request_key_async +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fb55931 give_up_console +EXPORT_SYMBOL vmlinux 0x0fbf47c1 simple_rmdir +EXPORT_SYMBOL vmlinux 0x0fd00a68 acpi_clear_event +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x1010cb78 bdi_register +EXPORT_SYMBOL vmlinux 0x101314ae __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x1019b3ab inet_frags_init +EXPORT_SYMBOL vmlinux 0x102c56de irq_regs +EXPORT_SYMBOL vmlinux 0x10411535 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x10a38716 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x10ab7e68 down_killable +EXPORT_SYMBOL vmlinux 0x10b0485c get_fs_type +EXPORT_SYMBOL vmlinux 0x10d99f21 __getblk_slow +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1115816c dm_register_target +EXPORT_SYMBOL vmlinux 0x11259a5b lock_may_read +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x11279b18 fb_find_mode +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x1165f835 inet_release +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1185fe79 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x11887dc0 ida_remove +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x11afa9cb locks_copy_lock +EXPORT_SYMBOL vmlinux 0x11c9471c acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0x11da623a blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x11dd01ad intel_scu_ipc_command +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x11fd8fad pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x11ffc7bd vfs_setpos +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x12157f88 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x12358ef4 gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0x123f97e8 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x1252a6b3 vga_client_register +EXPORT_SYMBOL vmlinux 0x125aed3d swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x126c5f24 d_make_root +EXPORT_SYMBOL vmlinux 0x1279ee09 bd_set_size +EXPORT_SYMBOL vmlinux 0x12898792 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x128a5cf9 complete_all +EXPORT_SYMBOL vmlinux 0x1299abdf __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12a528b8 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12de1748 dquot_file_open +EXPORT_SYMBOL vmlinux 0x12eae0d0 block_write_full_page +EXPORT_SYMBOL vmlinux 0x12eee40b netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x12f1bc61 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x1308e86b blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13315729 flex_array_alloc +EXPORT_SYMBOL vmlinux 0x1342b3b3 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x13441654 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x134b6ade udp_del_offload +EXPORT_SYMBOL vmlinux 0x137860bd __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x137d0dca blk_free_tags +EXPORT_SYMBOL vmlinux 0x137f7e82 skb_pad +EXPORT_SYMBOL vmlinux 0x13864744 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x1392fd03 sock_update_memcg +EXPORT_SYMBOL vmlinux 0x13c3cfc8 da903x_query_status +EXPORT_SYMBOL vmlinux 0x13c65d62 brioctl_set +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x1413772e tcp_poll +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x14289310 pipe_unlock +EXPORT_SYMBOL vmlinux 0x14352fbf cdev_del +EXPORT_SYMBOL vmlinux 0x1455d453 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x148d4006 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x14a78365 x86_hyper +EXPORT_SYMBOL vmlinux 0x14b4efa7 dev_driver_string +EXPORT_SYMBOL vmlinux 0x14bac13c rt6_lookup +EXPORT_SYMBOL vmlinux 0x14d76297 dcb_setapp +EXPORT_SYMBOL vmlinux 0x14da0090 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x14df9255 input_grab_device +EXPORT_SYMBOL vmlinux 0x150389d6 acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0x152a53b7 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x15437530 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x155960bd gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x1573814a gen_new_estimator +EXPORT_SYMBOL vmlinux 0x15827fc3 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x1584987f blk_execute_rq +EXPORT_SYMBOL vmlinux 0x1592c272 netdev_emerg +EXPORT_SYMBOL vmlinux 0x15af4562 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x15c14bce inet_select_addr +EXPORT_SYMBOL vmlinux 0x15c9ad37 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x15e2a530 d_add_ci +EXPORT_SYMBOL vmlinux 0x15e6fc4d abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x15f74f02 mmc_get_card +EXPORT_SYMBOL vmlinux 0x160b9acf pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x160ea4c8 sfi_disabled +EXPORT_SYMBOL vmlinux 0x1616cb30 acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x164cbc7a lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x165ddf8b sk_ns_capable +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x167ffe39 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x1683a50b radix_tree_delete +EXPORT_SYMBOL vmlinux 0x168b5907 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x16ea5d9f lockref_get +EXPORT_SYMBOL vmlinux 0x16ee5cc2 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x170b298c mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x170c25ee acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x17402524 tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x174d29c3 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x1769f93c tcp_prequeue +EXPORT_SYMBOL vmlinux 0x17782976 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x177f1e6b sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x17a97d1e blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f3f5b7 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x180f7041 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x1826f089 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x1880beae blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x188ca3b4 iov_iter_init +EXPORT_SYMBOL vmlinux 0x1893fe81 dev_mc_del +EXPORT_SYMBOL vmlinux 0x1898037d pci_set_master +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18c2569d xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x18cc1c83 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x18d96501 atomic64_dec_if_positive_cx8 +EXPORT_SYMBOL vmlinux 0x18ea0c4b swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x19422179 register_netdevice +EXPORT_SYMBOL vmlinux 0x195d1656 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x1963a198 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x19768223 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a9e62b complete +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19ed3d81 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x1a01dd1d pci_iounmap +EXPORT_SYMBOL vmlinux 0x1a04df61 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x1a05e1b0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x1a0a53ca __dst_free +EXPORT_SYMBOL vmlinux 0x1a185254 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4fea3f lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a732b47 make_kprojid +EXPORT_SYMBOL vmlinux 0x1a8de40a tty_unlock +EXPORT_SYMBOL vmlinux 0x1a944b73 acl_by_type +EXPORT_SYMBOL vmlinux 0x1aa53f19 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad00adf pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x1ae0fd22 ns_capable +EXPORT_SYMBOL vmlinux 0x1afb1aaa acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x1afbfd18 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b0ac272 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1b114460 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x1b15bce9 ll_rw_block +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b29a32f bio_copy_user +EXPORT_SYMBOL vmlinux 0x1b2d6d6d napi_gro_receive +EXPORT_SYMBOL vmlinux 0x1b47db1e rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x1b4b2ae7 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x1b570d23 acpi_warning +EXPORT_SYMBOL vmlinux 0x1b623651 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b68d927 abx500_register_ops +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b8d2d5f sock_no_bind +EXPORT_SYMBOL vmlinux 0x1b8e88fa try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1ba4cb2b nf_log_unset +EXPORT_SYMBOL vmlinux 0x1ba7b34f poll_initwait +EXPORT_SYMBOL vmlinux 0x1bab5502 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x1becf96b i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x1bf1c64a mdiobus_read +EXPORT_SYMBOL vmlinux 0x1bf385bd agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0x1bfcc692 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x1c01c437 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x1c0a7ba2 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x1c36f623 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x1c3811f3 km_new_mapping +EXPORT_SYMBOL vmlinux 0x1c51fd02 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x1c5cbc27 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x1c680a7c bio_add_page +EXPORT_SYMBOL vmlinux 0x1c714e1f ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x1c8a04b0 acpi_reset +EXPORT_SYMBOL vmlinux 0x1cad61ba mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x1cae5b2a pci_set_mwi +EXPORT_SYMBOL vmlinux 0x1cc2b3da agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x1cf3ecd4 dev_open +EXPORT_SYMBOL vmlinux 0x1cffd675 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x1d0110ee iterate_fd +EXPORT_SYMBOL vmlinux 0x1d07868f pci_save_state +EXPORT_SYMBOL vmlinux 0x1d0fc87f set_pages_nx +EXPORT_SYMBOL vmlinux 0x1d3d1af4 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x1d407a69 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x1d51c0e4 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x1d52979f netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x1d65edc9 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x1d73a1b5 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x1d8a8d39 genphy_update_link +EXPORT_SYMBOL vmlinux 0x1d9ef1e4 free_task +EXPORT_SYMBOL vmlinux 0x1dada481 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x1db77546 dev_printk +EXPORT_SYMBOL vmlinux 0x1dc34133 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1ddbd5ff __nla_reserve +EXPORT_SYMBOL vmlinux 0x1de74f72 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0x1df057f1 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x1df82db1 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x1df912b1 idr_remove +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e0c2be4 ioremap_wc +EXPORT_SYMBOL vmlinux 0x1e23b85f genphy_resume +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e51933b ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x1e5217fd dquot_commit_info +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e911790 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x1e963a97 dquot_drop +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb35105 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ec661d4 put_page +EXPORT_SYMBOL vmlinux 0x1ef12aac sock_no_connect +EXPORT_SYMBOL vmlinux 0x1f1baed2 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x1f321063 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x1f400cbe pci_clear_master +EXPORT_SYMBOL vmlinux 0x1f5d776d __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x1f7dad7f __napi_complete +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1fb30a61 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x1fb50e29 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd66061 lock_may_write +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x1ffb47bc capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x1fff628f pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x2005e68a acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x20092385 acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x202291ba pnp_register_driver +EXPORT_SYMBOL vmlinux 0x202a98a8 vme_lm_request +EXPORT_SYMBOL vmlinux 0x202f4e92 acpi_extract_package +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x2064cece blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x206cc0a2 cdev_init +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x2074e270 input_register_handler +EXPORT_SYMBOL vmlinux 0x208739f6 acpi_load_table +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20b5514a mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x20c1db8a skb_split +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20c6192f intel_scu_ipc_ioread32 +EXPORT_SYMBOL vmlinux 0x20c9948c pci_bus_type +EXPORT_SYMBOL vmlinux 0x20de87ef uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20ea029a swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x211542b7 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x2116542a jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x212e8602 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x21506d51 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x21568bdc mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x2158e659 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x21701cd6 bioset_free +EXPORT_SYMBOL vmlinux 0x2174d36f pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x217b30a8 __ps2_command +EXPORT_SYMBOL vmlinux 0x21845cc2 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x2186cbca tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x2199337a down_timeout +EXPORT_SYMBOL vmlinux 0x21aad88e copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x21cc12fc icmpv6_send +EXPORT_SYMBOL vmlinux 0x21e0ea22 acpi_get_id +EXPORT_SYMBOL vmlinux 0x21e44dc2 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x21fb443e _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x221979fb pci_get_device +EXPORT_SYMBOL vmlinux 0x222237e0 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x2229d870 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x222bc102 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222fffc2 ida_simple_get +EXPORT_SYMBOL vmlinux 0x223137f8 input_allocate_device +EXPORT_SYMBOL vmlinux 0x2256fafa div64_u64_rem +EXPORT_SYMBOL vmlinux 0x226595f6 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x227145e7 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x227bf91b vga_put +EXPORT_SYMBOL vmlinux 0x2283879f tty_register_device +EXPORT_SYMBOL vmlinux 0x22888e60 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x229b9074 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x22aa0f2c scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x22acac2e dev_printk_emit +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22cadee6 alloc_disk +EXPORT_SYMBOL vmlinux 0x22dfdd06 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x230561f8 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x231b46bd textsearch_prepare +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x233bf6a2 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x23424057 ata_print_version +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x235d4825 serio_rescan +EXPORT_SYMBOL vmlinux 0x237dee8a registered_fb +EXPORT_SYMBOL vmlinux 0x23895e3b vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x23908bbc kobject_set_name +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23d0a1b0 register_quota_format +EXPORT_SYMBOL vmlinux 0x23f6f4e2 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x2428e458 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484cc51 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x24d7303c __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x24d7b4eb cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x24ecc5b9 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x25170d3a tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x2553334c tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x2577bdbe get_task_io_context +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x2584c05d ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x258957cd dev_alert +EXPORT_SYMBOL vmlinux 0x25ad6341 inet6_protos +EXPORT_SYMBOL vmlinux 0x25c17fa2 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x260ed0aa dma_alloc_from_coherent +EXPORT_SYMBOL vmlinux 0x260fa4fd km_state_expired +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x268134a3 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x268378f0 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x268cc6a2 sys_close +EXPORT_SYMBOL vmlinux 0x26ae8c4f scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x26b78a34 default_llseek +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26bcfa9c acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0x26c7faa8 __sb_end_write +EXPORT_SYMBOL vmlinux 0x26c9917e phy_driver_register +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26ece8af cont_write_begin +EXPORT_SYMBOL vmlinux 0x26fadf94 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x26fcb31a writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x26ff749d skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x2702f392 agp_free_page_array +EXPORT_SYMBOL vmlinux 0x270bfef7 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x2728c503 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x272d394e mtrr_del +EXPORT_SYMBOL vmlinux 0x2731bb21 fb_pan_display +EXPORT_SYMBOL vmlinux 0x27404762 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x27527b00 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x276e50d9 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27888141 cdev_alloc +EXPORT_SYMBOL vmlinux 0x27a59903 nf_log_set +EXPORT_SYMBOL vmlinux 0x27a5dfcf pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x27ae7d0c ec_transaction +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bd8f87 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x27c29bcf tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x27c4833c genphy_read_status +EXPORT_SYMBOL vmlinux 0x27cec33c mmc_remove_host +EXPORT_SYMBOL vmlinux 0x2812dbad scsi_register +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28299df4 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x2835c180 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x28446469 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x2864602d jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x2876983b __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x288acc54 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x28a299ce vfs_readv +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28a548a6 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x28b715a6 isapnp_cfg_end +EXPORT_SYMBOL vmlinux 0x28f05bc7 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x29148594 netif_napi_add +EXPORT_SYMBOL vmlinux 0x2931e8a9 __nla_put +EXPORT_SYMBOL vmlinux 0x293a75d1 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x298a5508 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x298d65ab vc_cons +EXPORT_SYMBOL vmlinux 0x29983917 bio_copy_data +EXPORT_SYMBOL vmlinux 0x299a1ffd kill_block_super +EXPORT_SYMBOL vmlinux 0x29b722d5 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x29c00ba0 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0x29f0bc18 bio_phys_segments +EXPORT_SYMBOL vmlinux 0x29f8869a bdi_init +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a02645d key_link +EXPORT_SYMBOL vmlinux 0x2a09e4a9 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x2a0eb372 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a3c38c0 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x2a49ad78 names_cachep +EXPORT_SYMBOL vmlinux 0x2a4d7de0 pcim_iomap +EXPORT_SYMBOL vmlinux 0x2a5def2f intel_scu_ipc_iowrite32 +EXPORT_SYMBOL vmlinux 0x2a6f0bbe dst_release +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a7f847a mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x2a800241 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x2a933ae7 napi_complete +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2ab08da5 mmc_can_reset +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2ae159f7 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x2af67220 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x2b09232d blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b4cab2f bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x2b53598f iov_iter_advance +EXPORT_SYMBOL vmlinux 0x2b5aa5a0 isapnp_protocol +EXPORT_SYMBOL vmlinux 0x2b5b893e scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x2b76ec84 mntput +EXPORT_SYMBOL vmlinux 0x2b815682 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba4a606 qdisc_list_add +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2ba811ee tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x2bb55d6e acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x2bfa4a93 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x2bfeb410 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c81bfec phy_stop +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2ca319a6 wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x2ca72a08 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x2cb0b87e md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x2cb18b29 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x2ccfda15 unregister_key_type +EXPORT_SYMBOL vmlinux 0x2cd0de37 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x2ce481a6 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x2cfcd747 md_check_recovery +EXPORT_SYMBOL vmlinux 0x2d063b12 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d144e21 rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d37342e cpu_online_mask +EXPORT_SYMBOL vmlinux 0x2d3a2d14 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x2d4fc150 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x2d768648 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x2d7b7c89 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2da3e5f7 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2db78030 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x2dc59d3f sync_blockdev +EXPORT_SYMBOL vmlinux 0x2dc5c99f __find_get_block +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dd9a36b flex_array_shrink +EXPORT_SYMBOL vmlinux 0x2de2c4b6 uart_register_driver +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2dedc4c2 acpi_format_exception +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2df25f22 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x2e188927 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e24b7e1 write_inode_now +EXPORT_SYMBOL vmlinux 0x2e27b8a6 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x2e2a9f8e ht_create_irq +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e324137 eth_change_mtu +EXPORT_SYMBOL vmlinux 0x2e3f5856 key_validate +EXPORT_SYMBOL vmlinux 0x2e5e567e vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x2e7a98ca dev_addr_init +EXPORT_SYMBOL vmlinux 0x2e94a4b2 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x2e97e796 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x2e9b8140 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x2ea58226 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ed7d71b simple_transaction_set +EXPORT_SYMBOL vmlinux 0x2edf3311 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2efd44ba __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x2f0232aa bio_advance +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f0e8c64 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x2f139072 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x2f287056 new_sync_read +EXPORT_SYMBOL vmlinux 0x2f376c99 dquot_operations +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f4b8be6 clone_cred +EXPORT_SYMBOL vmlinux 0x2f5d0a02 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fb9da82 netif_rx +EXPORT_SYMBOL vmlinux 0x2fc9a261 generic_getxattr +EXPORT_SYMBOL vmlinux 0x2fda9136 key_task_permission +EXPORT_SYMBOL vmlinux 0x2fde432b d_alloc +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe25656 pnp_find_dev +EXPORT_SYMBOL vmlinux 0x2ff8d451 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x300b9862 release_sock +EXPORT_SYMBOL vmlinux 0x30103686 acpi_pm_device_run_wake +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x304b1f69 swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x30508fd4 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x30550574 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x3057a412 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x306e3987 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x307018e2 dev_set_group +EXPORT_SYMBOL vmlinux 0x30738754 backlight_device_register +EXPORT_SYMBOL vmlinux 0x307ac02c update_region +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x307fe3ab kthread_bind +EXPORT_SYMBOL vmlinux 0x30956980 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30ae07b2 dst_alloc +EXPORT_SYMBOL vmlinux 0x30b00a7d dquot_acquire +EXPORT_SYMBOL vmlinux 0x30bb7937 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x30bbc722 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x30bf15d4 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x30de4048 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x30e5a978 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x31008c80 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x3121d48f scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x312824e0 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x31414a44 simple_getattr +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x31565150 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x315d0404 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x31a721d2 block_truncate_page +EXPORT_SYMBOL vmlinux 0x31e76b57 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x31f35679 nonseekable_open +EXPORT_SYMBOL vmlinux 0x3202435a wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x32032004 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x32197bb1 empty_aops +EXPORT_SYMBOL vmlinux 0x32324134 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x32453b1e first_ec +EXPORT_SYMBOL vmlinux 0x3249dfc3 sk_wait_data +EXPORT_SYMBOL vmlinux 0x324a2fa0 seq_pad +EXPORT_SYMBOL vmlinux 0x324ee4f8 sock_rfree +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x32654890 kill_fasync +EXPORT_SYMBOL vmlinux 0x327d1271 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x329728f5 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x329776c0 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x329b5b0a pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x329fa7bc netdev_features_change +EXPORT_SYMBOL vmlinux 0x32b9018c tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x32cea339 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x33009f7f clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x330728bd tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x330ae19d __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x332421d0 mutex_lock +EXPORT_SYMBOL vmlinux 0x334e7ae2 filemap_fault +EXPORT_SYMBOL vmlinux 0x3364b4e9 bio_map_user +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33cf8ce1 clk_get +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33e01751 framebuffer_release +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fb2ed4 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x34070c89 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341ec29f generic_file_llseek +EXPORT_SYMBOL vmlinux 0x3427f820 sock_wake_async +EXPORT_SYMBOL vmlinux 0x342f60fe apm_info +EXPORT_SYMBOL vmlinux 0x3433210f sk_reset_timer +EXPORT_SYMBOL vmlinux 0x3437d4a9 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x344404e2 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x34475cd1 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x346d4a39 seq_puts +EXPORT_SYMBOL vmlinux 0x346ef5f8 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x3493638f skb_make_writable +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34c30e30 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x34c8f9b6 tty_lock +EXPORT_SYMBOL vmlinux 0x34e3c308 sock_i_ino +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f3eac2 security_inode_permission +EXPORT_SYMBOL vmlinux 0x34f91db4 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x3501ea6c balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x352c914d blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x353de98f cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x353e21e3 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x35a6c9d6 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x35bf0d5c devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x35ddf91e input_register_handle +EXPORT_SYMBOL vmlinux 0x35e64817 sock_no_poll +EXPORT_SYMBOL vmlinux 0x35f62d4b devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x35f8ae17 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x36093c6a dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3620ac80 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x3656eb7b key_reject_and_link +EXPORT_SYMBOL vmlinux 0x367c5531 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x36aad357 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x36b02071 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36c6af51 intel_scu_ipc_iowrite8 +EXPORT_SYMBOL vmlinux 0x36e4ada7 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x36edf370 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x37414066 dev_get_flags +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374a902e module_refcount +EXPORT_SYMBOL vmlinux 0x375b32da fasync_helper +EXPORT_SYMBOL vmlinux 0x37691586 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x37720502 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x377e34db xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x377eecbc __scm_destroy +EXPORT_SYMBOL vmlinux 0x379880cd cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x37aa0d31 __bforget +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37bb3fca rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x37bbff83 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x37bef72a iget5_locked +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37bf747f get_gendisk +EXPORT_SYMBOL vmlinux 0x37d1dfe6 ihold +EXPORT_SYMBOL vmlinux 0x37d4cd1c dma_async_device_register +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37dbcce2 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x37e494c5 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37ee3258 mpage_readpages +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x38099e13 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x380a81ea locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x381144a9 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381c8cf0 bio_split +EXPORT_SYMBOL vmlinux 0x381ccc13 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x382e9edf i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x383d4abc bdev_read_only +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x385e40ce free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x3867618e pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388799f6 unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x3888d758 proc_set_size +EXPORT_SYMBOL vmlinux 0x3888db36 skb_find_text +EXPORT_SYMBOL vmlinux 0x388a64bf sock_init_data +EXPORT_SYMBOL vmlinux 0x389417ca ether_setup +EXPORT_SYMBOL vmlinux 0x389d63fd queue_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38d7c10a file_ns_capable +EXPORT_SYMBOL vmlinux 0x3910e168 agp_bind_memory +EXPORT_SYMBOL vmlinux 0x3925e3ec nf_log_unregister +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3944732a security_path_symlink +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x39504d91 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x3958583f dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x397e0f1c downgrade_write +EXPORT_SYMBOL vmlinux 0x39a055f3 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x39ac54fc bio_copy_kern +EXPORT_SYMBOL vmlinux 0x39c17cca devm_iounmap +EXPORT_SYMBOL vmlinux 0x39da2543 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x39dcba8d pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x39f14e5c scsi_register_driver +EXPORT_SYMBOL vmlinux 0x39f4e035 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x39f71d0f irq_stat +EXPORT_SYMBOL vmlinux 0x3a013b7d remove_wait_queue +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a1deda1 eth_header_parse +EXPORT_SYMBOL vmlinux 0x3a32839e intel_gtt_chipset_flush +EXPORT_SYMBOL vmlinux 0x3a4779c5 set_nlink +EXPORT_SYMBOL vmlinux 0x3a59dca8 set_device_ro +EXPORT_SYMBOL vmlinux 0x3a5d9e01 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x3a8230f3 mpage_writepages +EXPORT_SYMBOL vmlinux 0x3a82819c filemap_map_pages +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3ab2dc55 input_free_device +EXPORT_SYMBOL vmlinux 0x3ab9dd47 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x3ac13419 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x3ae8a672 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x3b06593d xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0x3b080756 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x3b1b7486 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x3b201620 machine_real_restart +EXPORT_SYMBOL vmlinux 0x3b327ad8 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x3bb3818b mdio_bus_type +EXPORT_SYMBOL vmlinux 0x3bbaff3f bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x3bbb00a1 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x3bbc30b6 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x3bc8aeed __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3be95c1e netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x3bf3a5a7 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3c1cca6b bioset_create +EXPORT_SYMBOL vmlinux 0x3c20126d generic_removexattr +EXPORT_SYMBOL vmlinux 0x3c2e0df8 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c5cb68e dquot_alloc +EXPORT_SYMBOL vmlinux 0x3c6a0559 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3ca8537d i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x3cb3931b sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x3cd6c8e2 elv_rb_del +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3d0dbb43 invalidate_partition +EXPORT_SYMBOL vmlinux 0x3d1743c5 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x3d36fd5b gen_pool_alloc +EXPORT_SYMBOL vmlinux 0x3d4367b4 sock_create_lite +EXPORT_SYMBOL vmlinux 0x3d43aad9 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x3d5ce4fd tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0x3d6ea295 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x3d7c1ed7 msrs_alloc +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3db4bd62 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dce1b25 follow_down_one +EXPORT_SYMBOL vmlinux 0x3dd58164 netlink_unicast +EXPORT_SYMBOL vmlinux 0x3df168f4 __lock_buffer +EXPORT_SYMBOL vmlinux 0x3dfae5be d_validate +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0b3e9d i2c_master_recv +EXPORT_SYMBOL vmlinux 0x3e0e3f6d get_io_context +EXPORT_SYMBOL vmlinux 0x3e242719 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x3e2ae3a8 acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0x3e784052 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x3e80a014 pagecache_write_end +EXPORT_SYMBOL vmlinux 0x3e84aef0 nobh_write_end +EXPORT_SYMBOL vmlinux 0x3e8782bd acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ef371a6 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x3ef52cb6 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x3ef78d80 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x3eff5ac2 intel_scu_ipc_writev +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f1040e7 nobh_write_begin +EXPORT_SYMBOL vmlinux 0x3f20bc2d scsi_device_resume +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f54a5ff pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x3f8b9189 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x3f93b67a swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x3f9f868f __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x3fa2b2a6 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x3fa2f938 mapping_tagged +EXPORT_SYMBOL vmlinux 0x3fa58ef8 wait_for_completion +EXPORT_SYMBOL vmlinux 0x3faae3ab jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x3fbeb692 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff2f9fd pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x4016b371 security_mmap_file +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x402ff2ea acpi_device_hid +EXPORT_SYMBOL vmlinux 0x404462c3 get_super +EXPORT_SYMBOL vmlinux 0x4049d941 filp_close +EXPORT_SYMBOL vmlinux 0x404eebb7 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x407b6ccd truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x4091c880 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x4097fa45 acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a43ae0 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c42a3b xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c89d46 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d6b8b0 make_kuid +EXPORT_SYMBOL vmlinux 0x40da7bae generic_read_dir +EXPORT_SYMBOL vmlinux 0x40df8e61 cpu_info +EXPORT_SYMBOL vmlinux 0x40e27cff pci_bus_put +EXPORT_SYMBOL vmlinux 0x40e36d5c jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x40ec97e6 pci_request_region +EXPORT_SYMBOL vmlinux 0x40f5ba16 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x411c4f75 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x411f1968 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41666198 backlight_force_update +EXPORT_SYMBOL vmlinux 0x41862ad4 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41a1d5b4 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x41b60d47 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x41d11395 sk_receive_skb +EXPORT_SYMBOL vmlinux 0x41d6cb07 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x4200bc29 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x4208ebd7 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x420d902a bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x420f0f24 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x42299fdc mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x42350e8d ucs2_strlen +EXPORT_SYMBOL vmlinux 0x4253cc56 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x4260d470 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x427a19b2 find_lock_entry +EXPORT_SYMBOL vmlinux 0x42892b6f sock_create_kern +EXPORT_SYMBOL vmlinux 0x4292364c schedule +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42a854ae xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x42b9aa33 netdev_change_features +EXPORT_SYMBOL vmlinux 0x42c8de35 ioremap_nocache +EXPORT_SYMBOL vmlinux 0x42e8fd6a netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x42f36825 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4308b9d3 pci_get_slot +EXPORT_SYMBOL vmlinux 0x43155ad6 send_sig +EXPORT_SYMBOL vmlinux 0x4329907b simple_transaction_release +EXPORT_SYMBOL vmlinux 0x432af1eb ps2_begin_command +EXPORT_SYMBOL vmlinux 0x43504b08 lease_modify +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4356a31f netdev_warn +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x436cd6e2 d_set_d_op +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x439cb751 pv_lock_ops +EXPORT_SYMBOL vmlinux 0x43b1ee2d dev_change_carrier +EXPORT_SYMBOL vmlinux 0x43bef27d save_mount_options +EXPORT_SYMBOL vmlinux 0x43d87fd5 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x43e443ac jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x4400ae49 kill_litter_super +EXPORT_SYMBOL vmlinux 0x440ab3fa generic_permission +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x441e5bd7 register_key_type +EXPORT_SYMBOL vmlinux 0x442a8e23 d_path +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x44456522 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x444bf591 inet_frag_find +EXPORT_SYMBOL vmlinux 0x445c0963 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x445e3a1a scsi_host_get +EXPORT_SYMBOL vmlinux 0x44673d8d disk_stack_limits +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44aba6f2 __scm_send +EXPORT_SYMBOL vmlinux 0x44b0f151 inode_dio_done +EXPORT_SYMBOL vmlinux 0x44bbd37e unregister_binfmt +EXPORT_SYMBOL vmlinux 0x44c483fc tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f1606d down_trylock +EXPORT_SYMBOL vmlinux 0x44f4dc35 dev_uc_add +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x4516eeed jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x451d09c4 __bread_gfp +EXPORT_SYMBOL vmlinux 0x4534d77c twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x456f14f5 bio_endio +EXPORT_SYMBOL vmlinux 0x4578661a _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x458ceb9e add_disk +EXPORT_SYMBOL vmlinux 0x45922efb max8998_update_reg +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45aebbc1 set_security_override +EXPORT_SYMBOL vmlinux 0x45b22b77 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x45d44c29 genphy_suspend +EXPORT_SYMBOL vmlinux 0x45dbb065 udplite_prot +EXPORT_SYMBOL vmlinux 0x45e288b8 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x45e82c00 posix_lock_file +EXPORT_SYMBOL vmlinux 0x45e928c3 __block_write_begin +EXPORT_SYMBOL vmlinux 0x45ed4df8 fput +EXPORT_SYMBOL vmlinux 0x45fb4287 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x460a5ecb __skb_checksum +EXPORT_SYMBOL vmlinux 0x46103743 dentry_unhash +EXPORT_SYMBOL vmlinux 0x46232456 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x4629334c __preempt_count +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x46301551 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x463f6b3a dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x46461d06 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467ea9ec phy_drivers_register +EXPORT_SYMBOL vmlinux 0x468bcda6 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x4693d2db dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x46fb1540 vme_bus_num +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x4706046a sk_net_capable +EXPORT_SYMBOL vmlinux 0x47230dbe filp_open +EXPORT_SYMBOL vmlinux 0x472797e9 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x47317243 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x475f010b acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x476cd274 dquot_enable +EXPORT_SYMBOL vmlinux 0x477d2905 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x478d10b2 ht_destroy_irq +EXPORT_SYMBOL vmlinux 0x4792c572 down_interruptible +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x47983646 bio_integrity_free +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47e904cb ps2_end_command +EXPORT_SYMBOL vmlinux 0x47ed7b74 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x481436fb blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x4818abca do_splice_direct +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481cb9ab acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x482d0ce4 release_pages +EXPORT_SYMBOL vmlinux 0x48484c43 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x4856b3df default_file_splice_read +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486c9114 try_module_get +EXPORT_SYMBOL vmlinux 0x486d2f29 dqstats +EXPORT_SYMBOL vmlinux 0x48887948 dst_destroy +EXPORT_SYMBOL vmlinux 0x488cc307 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x4891ecf5 keyring_clear +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c50bd6 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x48dae52f blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x48ec861a pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x49209d2e phy_attach +EXPORT_SYMBOL vmlinux 0x492d8af5 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x499ad562 input_unregister_device +EXPORT_SYMBOL vmlinux 0x499b00e9 complete_request_key +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49bc9cce __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x49cae859 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x49cfc374 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x49d49a9f ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x49dcef8d unlock_page +EXPORT_SYMBOL vmlinux 0x4a13d3cc inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x4a1d6918 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a4b8dad blk_put_queue +EXPORT_SYMBOL vmlinux 0x4a51e9ec inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x4a619f83 memcpy +EXPORT_SYMBOL vmlinux 0x4a859405 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x4abb6c5a pci_find_bus +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4ae9a96a __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x4aeed763 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x4af65504 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b0b4e22 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x4b1e4794 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b4f34e6 set_user_nice +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b76b5b2 override_creds +EXPORT_SYMBOL vmlinux 0x4b7910aa ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x4ba28060 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x4bac21ba udp6_set_csum +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bb0778e vm_stat +EXPORT_SYMBOL vmlinux 0x4bbdc273 __register_binfmt +EXPORT_SYMBOL vmlinux 0x4bc4d5a5 __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x4bcf03a4 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bf15a56 tcp_close +EXPORT_SYMBOL vmlinux 0x4bf7b27d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0x4bf7e315 pv_cpu_ops +EXPORT_SYMBOL vmlinux 0x4c0e39ce free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c2d6001 elv_add_request +EXPORT_SYMBOL vmlinux 0x4c4fef19 kernel_stack +EXPORT_SYMBOL vmlinux 0x4c6b51f0 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x4c85b63f bdget +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cd9ce70 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cf4b2a7 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x4d21a164 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x4d21df5c vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d5a5aa8 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x4d70b49d security_inode_init_security +EXPORT_SYMBOL vmlinux 0x4d773b6e mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x4d9152b3 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da051c5 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x4daa360a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x4db3584a vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0x4dcdcb2d bh_submit_read +EXPORT_SYMBOL vmlinux 0x4dd2dabf pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x4dd5f944 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4df84740 sk_capable +EXPORT_SYMBOL vmlinux 0x4e02dbb7 phy_init_eee +EXPORT_SYMBOL vmlinux 0x4e0b70fd xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x4e0d22ea skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e507391 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x4e588983 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x4e5b4596 inode_permission +EXPORT_SYMBOL vmlinux 0x4e64cbe5 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e71a9e9 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x4e7624cd ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x4e796c3a seq_write +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e8ef4d3 dget_parent +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eaa4558 seq_path +EXPORT_SYMBOL vmlinux 0x4eb0ee41 new_inode +EXPORT_SYMBOL vmlinux 0x4ebce2d3 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x4ed319fb forget_cached_acl +EXPORT_SYMBOL vmlinux 0x4eeff2e6 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x4f051aef kernel_sendpage +EXPORT_SYMBOL vmlinux 0x4f080144 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f1de157 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x4f29b718 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x4f2a4db5 register_qdisc +EXPORT_SYMBOL vmlinux 0x4f335c3a vfs_rmdir +EXPORT_SYMBOL vmlinux 0x4f338b10 from_kuid +EXPORT_SYMBOL vmlinux 0x4f34dd57 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6b400b _copy_from_user +EXPORT_SYMBOL vmlinux 0x4f783f30 acpi_read +EXPORT_SYMBOL vmlinux 0x4f7fc646 unload_nls +EXPORT_SYMBOL vmlinux 0x4f8b5ddb _copy_to_user +EXPORT_SYMBOL vmlinux 0x4f8c3d50 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x4f94f872 udp_poll +EXPORT_SYMBOL vmlinux 0x4f9bc245 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x4fafb5bd bio_init +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x501f94d1 inode_set_flags +EXPORT_SYMBOL vmlinux 0x50223e8c pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x50306ca9 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x50460c51 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x504c2266 contig_page_data +EXPORT_SYMBOL vmlinux 0x50529870 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x50638b64 tso_build_data +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x50820d8c jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x508aaceb generic_block_bmap +EXPORT_SYMBOL vmlinux 0x508f29bc scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50b66bcb radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50ed26a2 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x50eedeb8 printk +EXPORT_SYMBOL vmlinux 0x50fd1555 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x51051bdc netif_napi_del +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x511d2a4c xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x5128e95b module_put +EXPORT_SYMBOL vmlinux 0x51612303 kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x5186518f profile_pc +EXPORT_SYMBOL vmlinux 0x51ad60ea netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x51bd8231 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x51f5c751 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x52006d56 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x5200d2b0 skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5206459c proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x52095e19 acpi_get_data +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x52279e15 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x522db88e try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x523944ac insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x52585a1f wait_iff_congested +EXPORT_SYMBOL vmlinux 0x525e026f acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x52921eb1 skb_put +EXPORT_SYMBOL vmlinux 0x52a47a8c register_cdrom +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52bdbf92 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x52c131f9 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x530b1e4c rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x5313aba7 file_remove_suid +EXPORT_SYMBOL vmlinux 0x53191a81 d_rehash +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x532c2795 km_report +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x5337b9c0 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x53451d1f register_filesystem +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x536438f4 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x53671f95 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x536cddc4 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x5370cb4c netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x5383f34b _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x538db163 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x53915882 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0x53f2ef10 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x54077128 generic_listxattr +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x54152e04 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x541c56d6 amd_northbridges +EXPORT_SYMBOL vmlinux 0x54323779 md_write_end +EXPORT_SYMBOL vmlinux 0x54363c8d scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5440f19b twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x5448524f ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x544b0c11 acpi_lid_notifier_register +EXPORT_SYMBOL vmlinux 0x545366e5 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x5464d3f6 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0x5468a60e ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x54864155 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x5487d9f3 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x548dbe95 dev_emerg +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54c2722f mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54fb1f4c __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x5500c31f dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x550b573b __i2c_transfer +EXPORT_SYMBOL vmlinux 0x550cb63a qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x550d4d89 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x553eafd3 dump_trace +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x55502df1 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x555bb55a udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x55858ded __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55af6f39 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x55b1521b mmc_release_host +EXPORT_SYMBOL vmlinux 0x55bc169d neigh_compat_output +EXPORT_SYMBOL vmlinux 0x55ca8f61 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x55e97662 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x561891ea tty_name +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x565954e5 truncate_setsize +EXPORT_SYMBOL vmlinux 0x5666760e dev_add_pack +EXPORT_SYMBOL vmlinux 0x5676a3e5 intel_scu_ipc_ioread8 +EXPORT_SYMBOL vmlinux 0x567a583a devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x56b30518 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56ebfae3 bdi_destroy +EXPORT_SYMBOL vmlinux 0x56fa5a76 clear_nlink +EXPORT_SYMBOL vmlinux 0x5705088a __vmalloc +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x57339d77 send_sig_info +EXPORT_SYMBOL vmlinux 0x5749e1cf swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575ada4c vme_slave_request +EXPORT_SYMBOL vmlinux 0x575af70c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x576a7992 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x57807c93 tcp_child_process +EXPORT_SYMBOL vmlinux 0x579fbcd2 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x57a51dc6 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x57aaa566 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x57ccad79 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x57ee09d5 mpage_writepage +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5843596f kmap_atomic +EXPORT_SYMBOL vmlinux 0x584391bd page_address +EXPORT_SYMBOL vmlinux 0x584738f9 rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x585889a9 inet_del_offload +EXPORT_SYMBOL vmlinux 0x585ba170 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x585df3e0 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x586103be acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x5869616d kmap_to_page +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58b98c09 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x58c4f245 release_firmware +EXPORT_SYMBOL vmlinux 0x58d345fb inet6_getname +EXPORT_SYMBOL vmlinux 0x58dc7bb6 drop_nlink +EXPORT_SYMBOL vmlinux 0x58e65536 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x58f1d347 ata_port_printk +EXPORT_SYMBOL vmlinux 0x58f9f819 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x58fa3dee page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x58fef6f8 ist_info +EXPORT_SYMBOL vmlinux 0x591cab84 down_read_trylock +EXPORT_SYMBOL vmlinux 0x5922acdd fs_bio_set +EXPORT_SYMBOL vmlinux 0x59494c67 __inode_permission +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x5963c5cd __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x59765eb1 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x59a3fa4b phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x59ac090a mmc_can_erase +EXPORT_SYMBOL vmlinux 0x59b72fed eisa_bus_type +EXPORT_SYMBOL vmlinux 0x59bc9609 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0x59bf3762 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x59c44c65 vfs_statfs +EXPORT_SYMBOL vmlinux 0x59cc7c27 flush_signals +EXPORT_SYMBOL vmlinux 0x5a0898de kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x5a16638f sk_common_release +EXPORT_SYMBOL vmlinux 0x5a2574d1 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x5a2aa62e __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x5a2d88df _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x5a3bb160 __free_pages +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a496c86 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x5a4e7a06 input_set_keycode +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a5a7dd2 bdget_disk +EXPORT_SYMBOL vmlinux 0x5a6f04c5 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x5a7a5ac1 x86_hyper_ms_hyperv +EXPORT_SYMBOL vmlinux 0x5a7c2eaf __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x5ab5d9eb netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x5abe6289 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x5ac376a5 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x5ac7870d mmc_request_done +EXPORT_SYMBOL vmlinux 0x5ace0696 vfs_create +EXPORT_SYMBOL vmlinux 0x5ada04dc fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x5ae87b22 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b271d86 acpi_video_dmi_promote_vendor +EXPORT_SYMBOL vmlinux 0x5b328f72 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x5b3a6977 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b588627 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x5b79399a security_path_chmod +EXPORT_SYMBOL vmlinux 0x5b8042fa input_flush_device +EXPORT_SYMBOL vmlinux 0x5b836685 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x5b980e40 set_pages_uc +EXPORT_SYMBOL vmlinux 0x5baa28ae __f_setown +EXPORT_SYMBOL vmlinux 0x5bc8d583 copy_from_user_overflow +EXPORT_SYMBOL vmlinux 0x5bdf4fbe fb_validate_mode +EXPORT_SYMBOL vmlinux 0x5c1b0587 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x5c24da14 sg_miter_next +EXPORT_SYMBOL vmlinux 0x5c2df855 misc_register +EXPORT_SYMBOL vmlinux 0x5c545234 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x5c874fa0 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x5c89be31 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x5cae4dd1 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x5cb05c63 bmap +EXPORT_SYMBOL vmlinux 0x5cd2c0d0 kmap_atomic_to_page +EXPORT_SYMBOL vmlinux 0x5cd2edcb iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x5ce39f39 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cecc43f set_blocksize +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d044dea lro_receive_skb +EXPORT_SYMBOL vmlinux 0x5d17d89b jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x5d23783e blk_start_request +EXPORT_SYMBOL vmlinux 0x5d31e2c9 dev_mc_init +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d4b780d i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d5ca18b udp_seq_open +EXPORT_SYMBOL vmlinux 0x5d5dfe59 ps2_command +EXPORT_SYMBOL vmlinux 0x5d5fd1bd generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x5d74dbcf pnp_range_reserved +EXPORT_SYMBOL vmlinux 0x5d8b2991 __alloc_skb +EXPORT_SYMBOL vmlinux 0x5d982eab blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x5da01454 seq_read +EXPORT_SYMBOL vmlinux 0x5db9dd2f dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x5dcdc7f2 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x5dce6b75 complete_and_exit +EXPORT_SYMBOL vmlinux 0x5dd57224 write_cache_pages +EXPORT_SYMBOL vmlinux 0x5e18df9f tcp_release_cb +EXPORT_SYMBOL vmlinux 0x5e21218a idr_replace +EXPORT_SYMBOL vmlinux 0x5e31e2fc blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x5e6e18c1 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x5e847048 write_one_page +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb904ba _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x5ec61c57 submit_bh +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f024ca4 security_inode_readlink +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0fd3e6 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x5f1a4ccf intel_scu_ipc_update_register +EXPORT_SYMBOL vmlinux 0x5f27544a mempool_destroy +EXPORT_SYMBOL vmlinux 0x5f835928 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x5f8d4d56 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x5f906614 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x5fcdbcb1 tty_throttle +EXPORT_SYMBOL vmlinux 0x5fd268cb radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5fd6cdf6 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x5fd83783 pci_select_bars +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fe27e01 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x5fe41fb6 percpu_counter_set +EXPORT_SYMBOL vmlinux 0x5ff396f1 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x5ff42b08 acpi_video_get_capabilities +EXPORT_SYMBOL vmlinux 0x6005ca67 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x600f21fd pcim_iounmap +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6026a2cd generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x602ed00d acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603b43d9 alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x603d0d2f blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x6042549c seq_printf +EXPORT_SYMBOL vmlinux 0x6052d325 __breadahead +EXPORT_SYMBOL vmlinux 0x606a4a60 scsi_execute +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60a80580 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x60b3e522 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0x60b6d14a from_kprojid +EXPORT_SYMBOL vmlinux 0x60b86f61 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x60cf1efa nf_setsockopt +EXPORT_SYMBOL vmlinux 0x60d9d643 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60ecd0e9 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x60fca292 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x614383c0 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x6165081c vfs_unlink +EXPORT_SYMBOL vmlinux 0x619264c7 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x619b187b add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x61aca191 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x61b3560c cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61b88ec1 dquot_destroy +EXPORT_SYMBOL vmlinux 0x61c6f946 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x61d56c0d dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x61da7ab7 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x62049256 acpi_disable +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622fa02a prepare_to_wait +EXPORT_SYMBOL vmlinux 0x623510b3 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x6237f6b5 acpi_enable_event +EXPORT_SYMBOL vmlinux 0x6241a2ab __copy_from_user_ll_nocache +EXPORT_SYMBOL vmlinux 0x62524dcf mark_page_accessed +EXPORT_SYMBOL vmlinux 0x62578968 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x627a3855 i2c_use_client +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62896ace blk_register_region +EXPORT_SYMBOL vmlinux 0x62a2cdc9 may_umount +EXPORT_SYMBOL vmlinux 0x62adbede acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x62b66dee mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x62bfc693 page_symlink +EXPORT_SYMBOL vmlinux 0x62e8aeec read_cache_page +EXPORT_SYMBOL vmlinux 0x62f05730 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x62fb612f inet_listen +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x6353fe80 netif_device_detach +EXPORT_SYMBOL vmlinux 0x636a5691 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0x637858ba nf_hook_slow +EXPORT_SYMBOL vmlinux 0x6384fc30 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x639cd2a0 d_move +EXPORT_SYMBOL vmlinux 0x63a01291 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x63a6bcc9 acpi_map_lsapic +EXPORT_SYMBOL vmlinux 0x63ae0138 intel_gtt_get +EXPORT_SYMBOL vmlinux 0x63c94d9e module_layout +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x643babd7 pagevec_lookup +EXPORT_SYMBOL vmlinux 0x643cb0a5 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x6449fd41 acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0x6452b510 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x6453b4e2 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x645d1f8f dma_ops +EXPORT_SYMBOL vmlinux 0x646a6190 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x647de741 put_disk +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a16b96 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x64a4b84d cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x64ba889c end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x64bf6ef0 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x64c8e1df skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x64ca8f08 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x64db0dfb security_d_instantiate +EXPORT_SYMBOL vmlinux 0x64dc22b5 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x64eae7ad set_memory_array_wb +EXPORT_SYMBOL vmlinux 0x64f97028 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x64fa7693 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x6508ba5c bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x6530a95b inet_recvmsg +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x6544f0a4 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x654c7ce4 path_is_under +EXPORT_SYMBOL vmlinux 0x655f1ab0 set_memory_array_wc +EXPORT_SYMBOL vmlinux 0x65635e05 dev_uc_init +EXPORT_SYMBOL vmlinux 0x6565d33f scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x65952eda bio_chain +EXPORT_SYMBOL vmlinux 0x65a295bb atomic64_xchg_cx8 +EXPORT_SYMBOL vmlinux 0x65a69e38 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x65ae1581 kern_path_create +EXPORT_SYMBOL vmlinux 0x65b0ee33 dm_get_device +EXPORT_SYMBOL vmlinux 0x65bcd3d0 get_disk +EXPORT_SYMBOL vmlinux 0x65c80521 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e2a20e swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x65f371a3 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x661e428a x86_dma_fallback_dev +EXPORT_SYMBOL vmlinux 0x662b6235 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x66355efc vprintk +EXPORT_SYMBOL vmlinux 0x663f7cd0 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0x66435808 init_special_inode +EXPORT_SYMBOL vmlinux 0x66460c5a mmc_register_driver +EXPORT_SYMBOL vmlinux 0x66535fc7 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x6656c8b4 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x6660258b ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x668234d3 km_policy_expired +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66990810 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x669cba0d clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x669d0530 tcf_em_register +EXPORT_SYMBOL vmlinux 0x66a579e8 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x66ac337e xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x66aed9c7 skb_insert +EXPORT_SYMBOL vmlinux 0x66b8d3be __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x66b9e67f xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x66c4b0f9 elv_rb_find +EXPORT_SYMBOL vmlinux 0x66f3de7b dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x66fa3375 vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0x66fec2a3 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x6710275e __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x674c5e68 scsi_device_get +EXPORT_SYMBOL vmlinux 0x674e5c31 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x67519ad4 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x675b9395 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x676ac3cb sk_release_kernel +EXPORT_SYMBOL vmlinux 0x6771a9bb inode_add_bytes +EXPORT_SYMBOL vmlinux 0x67784d3f mntget +EXPORT_SYMBOL vmlinux 0x67b03cfa pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c9caaa unlock_buffer +EXPORT_SYMBOL vmlinux 0x67db9df8 sock_create +EXPORT_SYMBOL vmlinux 0x67dcffb7 lg_lock_init +EXPORT_SYMBOL vmlinux 0x67f65634 blk_complete_request +EXPORT_SYMBOL vmlinux 0x67f72102 idr_init +EXPORT_SYMBOL vmlinux 0x67f7403e _raw_spin_lock +EXPORT_SYMBOL vmlinux 0x67fc05ed simple_transaction_get +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x6852dbfb jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x6856eec9 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x686a6f03 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x686cde93 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x68705f9d grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687baa6b inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x687f12c9 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x68b23b49 dma_find_channel +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68d069d9 setup_new_exec +EXPORT_SYMBOL vmlinux 0x68d8b75e blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x68dfc59f __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e2f221 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0x691001b5 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x691d11f6 ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x69371fa7 pci_choose_state +EXPORT_SYMBOL vmlinux 0x693896e5 set_groups +EXPORT_SYMBOL vmlinux 0x6944587e jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x694d1b17 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x6959e1ae scsi_print_sense +EXPORT_SYMBOL vmlinux 0x695a47e5 vm_insert_page +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6983dde0 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x69911d4b ida_init +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69c7f96a pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a0fbccb kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x6a20c9ad zero_fill_bio +EXPORT_SYMBOL vmlinux 0x6a27bfce csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x6a48e16b percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a6e553e __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6ad85887 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ade9337 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x6af3444b sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x6af5ed59 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x6afdefbc path_put +EXPORT_SYMBOL vmlinux 0x6b01ab4d __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b13fb59 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b3edb56 kobject_del +EXPORT_SYMBOL vmlinux 0x6b53a8e2 dump_skip +EXPORT_SYMBOL vmlinux 0x6b5e30b5 vfs_symlink +EXPORT_SYMBOL vmlinux 0x6b692220 register_xen_selfballooning +EXPORT_SYMBOL vmlinux 0x6b89a0d3 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x6b8f1399 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x6bbdfd66 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x6bc2a659 cad_pid +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd149ef arp_create +EXPORT_SYMBOL vmlinux 0x6bd5d574 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x6bdcb718 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6bfb2d47 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x6c009a51 poll_freewait +EXPORT_SYMBOL vmlinux 0x6c04302a vme_bus_type +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c23b650 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x6c2e3320 strncmp +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6f4f6b bdgrab +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c70b25d blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x6c88116f bdevname +EXPORT_SYMBOL vmlinux 0x6ca5b0f8 __net_get_random_once +EXPORT_SYMBOL vmlinux 0x6ca76fa3 md_error +EXPORT_SYMBOL vmlinux 0x6cd38c4f __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6cddcc4f blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0x6d05bbba scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x6d0a026d wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d4962fc zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x6d519ad1 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x6d6f037f xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x6d77be2b xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0x6dbd627b scsi_scan_target +EXPORT_SYMBOL vmlinux 0x6dcc52cd blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x6ddc1e2b unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x6ddc7b89 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x6ddf9f41 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6def85b4 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x6df07b1d __napi_schedule +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e0c5284 kunmap +EXPORT_SYMBOL vmlinux 0x6e1ce0a8 seq_vprintf +EXPORT_SYMBOL vmlinux 0x6e1fa7a4 kill_pid +EXPORT_SYMBOL vmlinux 0x6e3bf49e scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x6e3d35a2 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x6e3dd5e1 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x6e51ac2e _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x6e6514ed radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6e65f2dc rtc_lock +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e9b08b5 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea2e7f5 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x6eab8386 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x6eacb6aa input_event +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6eddb827 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x6efeeb3b simple_setattr +EXPORT_SYMBOL vmlinux 0x6f0366e8 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x6f199d27 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x6f1cf041 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f2cd6c5 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x6f3e0802 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x6f4aaddb __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x6f4c6b71 lg_local_unlock +EXPORT_SYMBOL vmlinux 0x6f556bdb acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x6fa01e32 cap_mmap_file +EXPORT_SYMBOL vmlinux 0x6fbb83dc fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fccb9e0 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x6fde4fc3 input_register_device +EXPORT_SYMBOL vmlinux 0x6fdfd657 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x6feb2039 acpi_write +EXPORT_SYMBOL vmlinux 0x6ff50076 generic_make_request +EXPORT_SYMBOL vmlinux 0x6fff6aa6 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x70253c60 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x702ab04f kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x703b3e82 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7062b4cd cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x7067381c gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x707f93dd preempt_schedule +EXPORT_SYMBOL vmlinux 0x7088ce72 printk_emit +EXPORT_SYMBOL vmlinux 0x708c84f7 vme_dma_request +EXPORT_SYMBOL vmlinux 0x709209f6 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x709cc245 user_revoke +EXPORT_SYMBOL vmlinux 0x70b7787c jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70cf44e1 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d1f8f3 strncat +EXPORT_SYMBOL vmlinux 0x70d8ab82 acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0x7107b6e2 clear_inode +EXPORT_SYMBOL vmlinux 0x71102715 dquot_initialize +EXPORT_SYMBOL vmlinux 0x7114a71f bit_waitqueue +EXPORT_SYMBOL vmlinux 0x71215d81 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712ed37b radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x712edb36 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x7138edb9 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x7161aab3 dm_io +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717d3e49 dma_supported +EXPORT_SYMBOL vmlinux 0x719b45f1 generic_readlink +EXPORT_SYMBOL vmlinux 0x71a2a1ef security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71c2737d update_time +EXPORT_SYMBOL vmlinux 0x71f65175 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7206b809 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x723f0a4c unlazy_fpu +EXPORT_SYMBOL vmlinux 0x724d727e max8998_write_reg +EXPORT_SYMBOL vmlinux 0x7282b0c4 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b5b2b7 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72b88ca2 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x72bf2140 mtrr_add +EXPORT_SYMBOL vmlinux 0x72c13ee1 vc_resize +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f3aa32 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x72fcbeb9 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x730eb0ec posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x73261b5a eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x7331b961 kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x734f062b tty_vhangup +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x736b4ade _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0x738803e6 strnlen +EXPORT_SYMBOL vmlinux 0x73a96c43 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x73d2ffff backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x73d8c023 pipe_lock +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x7410791a dev_set_mtu +EXPORT_SYMBOL vmlinux 0x7413793a EISA_bus +EXPORT_SYMBOL vmlinux 0x741e079b con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x742c9522 seq_putc +EXPORT_SYMBOL vmlinux 0x743b4ae3 atomic64_inc_not_zero_cx8 +EXPORT_SYMBOL vmlinux 0x74514826 dma_mark_declared_memory_occupied +EXPORT_SYMBOL vmlinux 0x747119bc neigh_table_init +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x748d3e06 tty_devnum +EXPORT_SYMBOL vmlinux 0x74a3aba9 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x74b14089 get_agp_version +EXPORT_SYMBOL vmlinux 0x74bb2181 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74ce05b8 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x74d2002f dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x74e5c98f ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f846ac kill_pgrp +EXPORT_SYMBOL vmlinux 0x74fd0f2d pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x75271716 save_processor_state +EXPORT_SYMBOL vmlinux 0x7531e3dc acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x753c1208 loop_backing_file +EXPORT_SYMBOL vmlinux 0x75579a6b register_gifconf +EXPORT_SYMBOL vmlinux 0x757217a3 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0x758d3e49 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x75a24e63 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x75bb675a finish_wait +EXPORT_SYMBOL vmlinux 0x75bc549a x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75d21809 vprintk_emit +EXPORT_SYMBOL vmlinux 0x75d85f27 dev_add_offload +EXPORT_SYMBOL vmlinux 0x75fa21b0 led_set_brightness +EXPORT_SYMBOL vmlinux 0x75fbdefd acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760da260 deactivate_super +EXPORT_SYMBOL vmlinux 0x7628f3c7 this_cpu_off +EXPORT_SYMBOL vmlinux 0x762add85 atomic64_inc_return_cx8 +EXPORT_SYMBOL vmlinux 0x7630cc86 mb_cache_create +EXPORT_SYMBOL vmlinux 0x7636a8e8 netdev_info +EXPORT_SYMBOL vmlinux 0x7640aaff agp_copy_info +EXPORT_SYMBOL vmlinux 0x7642446f xfrm_register_type +EXPORT_SYMBOL vmlinux 0x7642e412 inet6_release +EXPORT_SYMBOL vmlinux 0x76458744 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x7649a374 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x767a6ac7 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x769e06d7 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x76a418af sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76f6c5ef kmalloc_order +EXPORT_SYMBOL vmlinux 0x76fdd9b5 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x770a0036 isapnp_cfg_begin +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x772f9eec __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x773df447 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x77540c08 down_read +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77a06d14 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c78505 blk_peek_request +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77e3bf96 iget_failed +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt +EXPORT_SYMBOL vmlinux 0x782567ec memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x7861099c dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x7862ff84 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x7863aa29 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78ad60b7 inet_add_offload +EXPORT_SYMBOL vmlinux 0x78bb2011 dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0x78d3ac16 padata_stop +EXPORT_SYMBOL vmlinux 0x78db38d3 proc_dointvec +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f0d447 prepare_creds +EXPORT_SYMBOL vmlinux 0x79007963 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x79068fda acpi_install_method +EXPORT_SYMBOL vmlinux 0x790b00d1 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x792f15ad swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x794d77bb input_reset_device +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x79a5e2a6 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79ad908f noop_qdisc +EXPORT_SYMBOL vmlinux 0x79ce45f7 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x79e94659 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x7a047f63 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a2ab32d blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a346c74 key_type_keyring +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a4ad31e inetdev_by_index +EXPORT_SYMBOL vmlinux 0x7a67bc3e __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x7a7bbba8 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x7a82cb47 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7a8bece6 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x7a8c1deb load_nls +EXPORT_SYMBOL vmlinux 0x7a8ec0ca generic_delete_inode +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a97ef87 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x7a9bf88d udplite_table +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab2e2d4 simple_write_begin +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad215b0 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7adf34b5 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x7adfb981 con_is_bound +EXPORT_SYMBOL vmlinux 0x7aec9089 clear_user +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7b0c84e5 __neigh_create +EXPORT_SYMBOL vmlinux 0x7b134ddf acpi_get_name +EXPORT_SYMBOL vmlinux 0x7b1ade38 lz4_decompress +EXPORT_SYMBOL vmlinux 0x7b51a97b dma_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x7b52a859 wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7bb82cf5 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x7bca0a5b xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x7bd657c8 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x7c0ff1bd no_llseek +EXPORT_SYMBOL vmlinux 0x7c12c43c i8042_install_filter +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c1a3354 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x7c2816f9 mount_pseudo +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4940f5 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce83365 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0x7cee6692 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7d02e0c7 nla_put +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d242f19 install_exec_creds +EXPORT_SYMBOL vmlinux 0x7d2b947a kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x7d3f8953 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x7d4927d6 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x7d5d5341 idr_destroy +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d82a1bc blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x7d8da104 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x7d94f746 acpi_os_write_port +EXPORT_SYMBOL vmlinux 0x7da69f0f security_path_chown +EXPORT_SYMBOL vmlinux 0x7dbc2e57 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0x7dc98247 generic_write_end +EXPORT_SYMBOL vmlinux 0x7dd8a441 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e23963a ip_defrag +EXPORT_SYMBOL vmlinux 0x7e393b38 pnp_is_active +EXPORT_SYMBOL vmlinux 0x7e52ee39 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x7e5c538a generic_file_open +EXPORT_SYMBOL vmlinux 0x7e5fd56a twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x7e796b2d copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x7e7baa8f abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x7e82982c sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x7ea7e621 lookup_bdev +EXPORT_SYMBOL vmlinux 0x7ebf4efa inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x7ecb001b __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x7ed33233 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x7ee73c0c memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0x7f06cba8 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x7f1199eb scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f5af97c blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x7f62024c xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f7d086a serio_interrupt +EXPORT_SYMBOL vmlinux 0x7f80289b skb_trim +EXPORT_SYMBOL vmlinux 0x7f8258f9 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x7f937089 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x7fccfcf7 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7ff70cd4 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x800fe383 done_path_create +EXPORT_SYMBOL vmlinux 0x80128780 migrate_page +EXPORT_SYMBOL vmlinux 0x802ab09d cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0x8042d876 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0x80550a98 pv_mmu_ops +EXPORT_SYMBOL vmlinux 0x8083f9ef ip_options_compile +EXPORT_SYMBOL vmlinux 0x808c3a11 generic_setxattr +EXPORT_SYMBOL vmlinux 0x80a5c1ef udp_prot +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d46ee5 bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d9ca85 paravirt_ticketlocks_enabled +EXPORT_SYMBOL vmlinux 0x810bdfe2 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x81158eb1 nf_log_packet +EXPORT_SYMBOL vmlinux 0x813e611a xfrm_input +EXPORT_SYMBOL vmlinux 0x81472677 acpi_get_table +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x8150c0ba mempool_resize +EXPORT_SYMBOL vmlinux 0x8156806a mount_subtree +EXPORT_SYMBOL vmlinux 0x8159bca8 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815c56d0 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x81792a0d devm_ioport_map +EXPORT_SYMBOL vmlinux 0x818eb188 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0x81907069 phy_init_hw +EXPORT_SYMBOL vmlinux 0x81b474b9 skb_checksum +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81d6bb91 dcb_getapp +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e25278 sk_alloc +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81f64ee5 qdisc_reset +EXPORT_SYMBOL vmlinux 0x81fbfe93 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x8228f9d3 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x8235805b memmove +EXPORT_SYMBOL vmlinux 0x823c5d88 stop_tty +EXPORT_SYMBOL vmlinux 0x823ea8bb dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x824342f4 kset_unregister +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8257d33b sock_release +EXPORT_SYMBOL vmlinux 0x8259efa9 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x8268820f d_lookup +EXPORT_SYMBOL vmlinux 0x82720c5f __blk_end_request +EXPORT_SYMBOL vmlinux 0x827ba265 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x8293c401 up_read +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82b6e69b phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x82c3aa3a dquot_commit +EXPORT_SYMBOL vmlinux 0x82d84e82 request_firmware +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x8305a59c tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x830e547b ioremap_prot +EXPORT_SYMBOL vmlinux 0x8329e6f0 memset +EXPORT_SYMBOL vmlinux 0x83304236 ip6_route_output +EXPORT_SYMBOL vmlinux 0x833c03aa acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x833f5d43 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x8346fc82 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x836c5ae0 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x8383bbe0 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x838f313f __sb_start_write +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x83a33604 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83a6d39f ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x83b6b725 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x83bff034 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x83c1332a phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83d6c09f tty_set_operations +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x8417f512 acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x842f5162 set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x84358915 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x843fb5b6 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x8440d74b single_release +EXPORT_SYMBOL vmlinux 0x8459fa9e blk_requeue_request +EXPORT_SYMBOL vmlinux 0x84625c82 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x846f4f78 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x84748705 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x847dbbde d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0x8489eee7 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x84be886f completion_done +EXPORT_SYMBOL vmlinux 0x84e548f7 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x85409e29 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x856207fb skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85853416 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x85a36939 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x85ad2998 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85c9351d create_empty_buffers +EXPORT_SYMBOL vmlinux 0x85daf1be scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85f1e683 __seq_open_private +EXPORT_SYMBOL vmlinux 0x86076362 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x8614340a blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x861fba98 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x86314b67 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x8690ccc5 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x86a2799f simple_transaction_read +EXPORT_SYMBOL vmlinux 0x86a2f0ae dmam_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86ca3699 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x86ec9971 alloc_file +EXPORT_SYMBOL vmlinux 0x86f2ae77 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x86f872d5 __devm_request_region +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x8700ff56 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x87464fd1 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x874d795e vlan_vid_add +EXPORT_SYMBOL vmlinux 0x876dafc3 ec_write +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x8796dd1a seq_bitmap +EXPORT_SYMBOL vmlinux 0x8798e453 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x87aaddf8 wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x87cf5477 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x87deb247 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x87f74425 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x87fadae7 single_open +EXPORT_SYMBOL vmlinux 0x87fb259c sg_miter_start +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x882dab9d sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x88503dae nf_register_hook +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x885b2c97 do_sync_write +EXPORT_SYMBOL vmlinux 0x8898fcbb elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x88994ebf rename_lock +EXPORT_SYMBOL vmlinux 0x88bb9525 check_disk_size_change +EXPORT_SYMBOL vmlinux 0x88c96d8a bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x88ef9a19 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x88f0be69 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x88f663c2 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x890a0fd5 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x892b26a0 set_memory_nx +EXPORT_SYMBOL vmlinux 0x8953f8ff __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x895bcb49 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x89714576 path_get +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x898266e5 tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x898d08f4 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x898fca35 __init_rwsem +EXPORT_SYMBOL vmlinux 0x89a3ae39 kfree_put_link +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89c1ce83 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89ddbefc pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x89ec045d file_open_root +EXPORT_SYMBOL vmlinux 0x8a16a9e3 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1c5455 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x8a1cb96b __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x8a225d22 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a648583 pci_dev_put +EXPORT_SYMBOL vmlinux 0x8a67ea9e fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x8a6d2509 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a7d5819 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x8a80d7a5 acpi_error +EXPORT_SYMBOL vmlinux 0x8a9971d7 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa40eab get_thermal_instance +EXPORT_SYMBOL vmlinux 0x8ab1766f eisa_driver_register +EXPORT_SYMBOL vmlinux 0x8ad3c415 i2c_master_send +EXPORT_SYMBOL vmlinux 0x8ad7ff03 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x8b034461 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0x8b18496f __copy_to_user_ll +EXPORT_SYMBOL vmlinux 0x8b226a81 acpi_video_dmi_demote_vendor +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b42b96c swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b4bd15c cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x8b5f4a2e IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b6acb73 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x8b6b441f generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b906f99 do_splice_from +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8baaf131 inet_ioctl +EXPORT_SYMBOL vmlinux 0x8bd571be touch_buffer +EXPORT_SYMBOL vmlinux 0x8bf725bb i2c_verify_client +EXPORT_SYMBOL vmlinux 0x8c01c13a blk_get_queue +EXPORT_SYMBOL vmlinux 0x8c045af6 blk_delay_queue +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c23ff5b pci_scan_slot +EXPORT_SYMBOL vmlinux 0x8c417876 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x8c46bab6 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x8c4c1988 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x8c4d129e bio_put +EXPORT_SYMBOL vmlinux 0x8c4d8170 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x8c5dc368 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8caaa73c devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x8cb3a2e5 blk_init_queue +EXPORT_SYMBOL vmlinux 0x8cbaeff7 ppp_input_error +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cd11bd5 phy_disconnect +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cef75b8 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x8cf2a46f pnp_get_resource +EXPORT_SYMBOL vmlinux 0x8d05242e __inet6_hash +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d42db34 do_splice_to +EXPORT_SYMBOL vmlinux 0x8d4aaeef scsi_unregister +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d61a3f6 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x8d6b066f __devm_release_region +EXPORT_SYMBOL vmlinux 0x8d6b2ce1 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8d6f81b4 __div64_32 +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d871f0d d_tmpfile +EXPORT_SYMBOL vmlinux 0x8d8d96c6 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x8d8f2fdc kmap_high +EXPORT_SYMBOL vmlinux 0x8da1a3cb acpi_remove_interface +EXPORT_SYMBOL vmlinux 0x8daf8c42 dql_init +EXPORT_SYMBOL vmlinux 0x8dc19e99 napi_get_frags +EXPORT_SYMBOL vmlinux 0x8dc57109 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x8dc6e564 restore_processor_state +EXPORT_SYMBOL vmlinux 0x8dc75d5e blk_stop_queue +EXPORT_SYMBOL vmlinux 0x8dd626d5 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x8ddc3ba8 tcp_connect +EXPORT_SYMBOL vmlinux 0x8de57277 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x8de63484 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x8e002cda acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0x8e0d66f4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8e139860 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x8e3d818b sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x8e7b8e1d uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x8e83c846 dst_discard_sk +EXPORT_SYMBOL vmlinux 0x8e888ec3 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x8e95f184 elevator_change +EXPORT_SYMBOL vmlinux 0x8e9d61d1 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8ec6e128 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x8ed02513 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x8edaf76a pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x8ee4dbdd request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x8f0218bd softnet_data +EXPORT_SYMBOL vmlinux 0x8f045d1c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x8f1060e4 path_nosuid +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f3bc370 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8f4c8028 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x8f82207c pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fa832dc mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x8fc022b5 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x8fc89903 blk_init_tags +EXPORT_SYMBOL vmlinux 0x8fd7c6d3 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x8ff4079b pv_irq_ops +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x90057b7c dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x90081a3e neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x904349b0 devm_clk_get +EXPORT_SYMBOL vmlinux 0x904409c6 acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x9048fa94 agp_enable +EXPORT_SYMBOL vmlinux 0x90695906 vme_free_consistent +EXPORT_SYMBOL vmlinux 0x906cd34f input_get_keycode +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x908c777b blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x9091e2ea bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x9092d285 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x90fe41e5 padata_start +EXPORT_SYMBOL vmlinux 0x9101edc6 queue_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x91250056 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x912ea148 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x912eb1c5 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x9141ec9e proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x914284e0 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x91478b6e genl_notify +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x918faad9 try_to_release_page +EXPORT_SYMBOL vmlinux 0x91967e8e xen_selfballoon_init +EXPORT_SYMBOL vmlinux 0x91c1694e kernel_listen +EXPORT_SYMBOL vmlinux 0x91c4cfe6 account_page_redirty +EXPORT_SYMBOL vmlinux 0x91efb525 blk_get_request +EXPORT_SYMBOL vmlinux 0x921a1629 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x9250bbed init_net +EXPORT_SYMBOL vmlinux 0x926f1d83 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x9277d2a4 audit_log +EXPORT_SYMBOL vmlinux 0x927f207c tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x92897e3d default_idle +EXPORT_SYMBOL vmlinux 0x928d0edb dcache_readdir +EXPORT_SYMBOL vmlinux 0x92980376 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x9298db96 secpath_dup +EXPORT_SYMBOL vmlinux 0x92a59f9d dquot_free_inode +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92b42582 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x92cb9cf8 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x92d27214 kthread_stop +EXPORT_SYMBOL vmlinux 0x92f7a802 redraw_screen +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x93190f1e mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x932aadda tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x93367860 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x933cf483 skb_store_bits +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93bde421 simple_link +EXPORT_SYMBOL vmlinux 0x93ce8eb5 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x93d88e1d inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x93e98399 netif_device_attach +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x94014eef mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x9438d3b0 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x94450842 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x9449d351 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x9462e1bb i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94aa1930 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x94b541b5 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x94b66dc8 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x94c1c746 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x94e02edf fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x95105542 register_framebuffer +EXPORT_SYMBOL vmlinux 0x95125ec3 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x95152d5e tcp_make_synack +EXPORT_SYMBOL vmlinux 0x95276732 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x95395301 acpi_exception +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95468fb9 simple_readpage +EXPORT_SYMBOL vmlinux 0x955b3579 mnt_unpin +EXPORT_SYMBOL vmlinux 0x956e6450 get_cached_acl +EXPORT_SYMBOL vmlinux 0x95a97866 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x95b21fd7 proto_register +EXPORT_SYMBOL vmlinux 0x95bd6e26 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0x95c373f5 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x95d8fc99 dmam_release_declared_memory +EXPORT_SYMBOL vmlinux 0x95e52c00 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x95e8a9d7 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0x95f6e5e1 register_netdev +EXPORT_SYMBOL vmlinux 0x960dfaf5 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x96166f73 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x963a6592 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x963f5b70 arp_xmit +EXPORT_SYMBOL vmlinux 0x9655b4ce free_netdev +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x967a166f blkdev_put +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x96933042 mount_nodev +EXPORT_SYMBOL vmlinux 0x969af0cc vme_slot_num +EXPORT_SYMBOL vmlinux 0x969c928c open_exec +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96f0e965 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x9751beca blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x975880e4 nf_afinfo +EXPORT_SYMBOL vmlinux 0x975aa39b mddev_congested +EXPORT_SYMBOL vmlinux 0x975d2b00 fb_set_var +EXPORT_SYMBOL vmlinux 0x976f1c2f rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x977435cd pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x977b5030 ilookup +EXPORT_SYMBOL vmlinux 0x977ca041 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a4ee78 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97b4500c __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x97b59586 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0x97bde474 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x97c5bd0a acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x97dcef29 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x97de0ddd acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x97ee161c __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x980b9dc9 generic_writepages +EXPORT_SYMBOL vmlinux 0x981e739e tty_write_room +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x9829d460 datagram_poll +EXPORT_SYMBOL vmlinux 0x982a559e noop_fsync +EXPORT_SYMBOL vmlinux 0x982ddf0a pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x98503a08 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x985d07ce blkdev_get +EXPORT_SYMBOL vmlinux 0x98623a3a sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x987e2711 lookup_one_len +EXPORT_SYMBOL vmlinux 0x988ed85d set_memory_x +EXPORT_SYMBOL vmlinux 0x9893f109 filemap_flush +EXPORT_SYMBOL vmlinux 0x98b3ba66 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x98cc0735 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x98db10c5 __frontswap_store +EXPORT_SYMBOL vmlinux 0x98e6da98 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x99233c32 cpu_core_map +EXPORT_SYMBOL vmlinux 0x9931cc9f sock_i_uid +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x9950e729 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9955aa68 pci_find_capability +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x995fe663 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x998a3532 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x99977b27 get_tz_trend +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x999fc6eb cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x99acb521 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x99b32f61 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x99b566f5 udp_disconnect +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99eb90df __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x9a00f0ee blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x9a0f88d7 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x9a15ae3c elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x9a1dfa7a devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a24f637 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x9a49650d blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x9a6a83f9 cmos_lock +EXPORT_SYMBOL vmlinux 0x9a72805d __scsi_add_device +EXPORT_SYMBOL vmlinux 0x9a82ed59 md_register_thread +EXPORT_SYMBOL vmlinux 0x9ab0713b bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x9acb0eac pci_disable_msix +EXPORT_SYMBOL vmlinux 0x9ad399e1 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9aee92c1 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x9b20ded1 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x9b263136 tty_hangup +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b384ebc tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b514cb7 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x9b57f937 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x9b5d0483 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b7792df scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x9b815851 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x9b8c36a0 file_update_time +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bba5484 pci_iomap +EXPORT_SYMBOL vmlinux 0x9bbb4ca5 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x9bbe88b3 flex_array_put +EXPORT_SYMBOL vmlinux 0x9bbeba46 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x9bd4da87 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x9bde8c1e do_sync_read +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bf93f3f mmc_free_host +EXPORT_SYMBOL vmlinux 0x9c017156 elevator_init +EXPORT_SYMBOL vmlinux 0x9c2c944a __copy_from_user_ll_nocache_nozero +EXPORT_SYMBOL vmlinux 0x9c2f1f79 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x9c382c57 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x9c3a5026 gen_pool_free +EXPORT_SYMBOL vmlinux 0x9c43a432 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c4bd68e phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x9c5230ac dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x9c69dd64 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x9c730bd0 blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0x9c8cde1a mdiobus_write +EXPORT_SYMBOL vmlinux 0x9c8ecd26 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb1d2ad phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x9cc57a26 dquot_disable +EXPORT_SYMBOL vmlinux 0x9cc866e2 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x9ce35f52 elv_register_queue +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cf3565d jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d33ef5e acpi_enable +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d4a2c9c kernel_accept +EXPORT_SYMBOL vmlinux 0x9d6e8552 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x9d75e9d4 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x9d876129 vfs_rename +EXPORT_SYMBOL vmlinux 0x9d88807b xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x9d90f95f __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x9dc47087 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x9dfe7307 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e01fdca udp_set_csum +EXPORT_SYMBOL vmlinux 0x9e06c786 bio_clone_fast +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e1842f8 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e21a2a6 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x9e363b6b acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0x9e3979d3 dentry_open +EXPORT_SYMBOL vmlinux 0x9e3ec092 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x9e3ed9c6 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x9e44b512 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x9e4b3747 sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x9e4f8877 fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e560983 __frontswap_load +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e7de351 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x9e88cef2 vga_get +EXPORT_SYMBOL vmlinux 0x9e8e7787 security_path_unlink +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9eba1017 scsi_add_device +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ebe836d dquot_resume +EXPORT_SYMBOL vmlinux 0x9ebed155 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9ed3393a dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x9ed56f29 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x9eda54d4 tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x9f05a2bb scsi_device_put +EXPORT_SYMBOL vmlinux 0x9f05b1be xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x9f1b676f inet_addr_type +EXPORT_SYMBOL vmlinux 0x9f26d922 __kfree_skb +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f3441a9 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x9f3fb2d8 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f491e5d ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x9f5f41f2 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa00e6e is_bad_inode +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fb8ece9 phy_start +EXPORT_SYMBOL vmlinux 0x9fcac4c9 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x9fcfd046 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x9fd7cda1 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ff5b1b0 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa00f2ec1 mmc_add_host +EXPORT_SYMBOL vmlinux 0xa0156563 pci_dev_get +EXPORT_SYMBOL vmlinux 0xa034876c devfreq_interval_update +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa0450434 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xa0460cbf __put_cred +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa051cfb7 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa062f8aa bio_integrity_endio +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0966e4b unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa0a30562 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b1d702 keyring_search +EXPORT_SYMBOL vmlinux 0xa0c71fde vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0fdabd5 phy_detach +EXPORT_SYMBOL vmlinux 0xa0fe3d88 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0xa1071258 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa113b992 ip_ct_attach +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa12220b8 sock_wfree +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa143fd89 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xa14b3f5d flex_array_free_parts +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa15b3c16 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xa16f68d5 dev_uc_del +EXPORT_SYMBOL vmlinux 0xa183090f iterate_dir +EXPORT_SYMBOL vmlinux 0xa186322d load_nls_default +EXPORT_SYMBOL vmlinux 0xa1974ef1 md_flush_request +EXPORT_SYMBOL vmlinux 0xa1b232ec uart_get_divisor +EXPORT_SYMBOL vmlinux 0xa1b32390 dquot_transfer +EXPORT_SYMBOL vmlinux 0xa1b54f84 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1ec5c00 serio_close +EXPORT_SYMBOL vmlinux 0xa1fcdd89 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa22a4911 flush_old_exec +EXPORT_SYMBOL vmlinux 0xa23e9d8a pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xa23f95cf seq_lseek +EXPORT_SYMBOL vmlinux 0xa250b1b6 sock_no_accept +EXPORT_SYMBOL vmlinux 0xa2615262 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xa26d9b60 kfree_skb_list +EXPORT_SYMBOL vmlinux 0xa280c483 led_blink_set +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa28ea0a9 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xa2a550a0 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xa2c002c7 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xa2c0a89d skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xa2c30f2e tcp_parse_options +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa2feda33 phy_device_create +EXPORT_SYMBOL vmlinux 0xa2ff0ffe dma_release_declared_memory +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa31ecc1d __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xa325055e dev_base_lock +EXPORT_SYMBOL vmlinux 0xa3252e45 bio_alloc_pages +EXPORT_SYMBOL vmlinux 0xa33d9a48 acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa350a8f8 set_memory_array_uc +EXPORT_SYMBOL vmlinux 0xa363dab4 udp_table +EXPORT_SYMBOL vmlinux 0xa3745d6c request_key +EXPORT_SYMBOL vmlinux 0xa37e78b6 flex_array_get +EXPORT_SYMBOL vmlinux 0xa3ac58ed serio_unregister_port +EXPORT_SYMBOL vmlinux 0xa3cae476 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xa3db34c3 mem_section +EXPORT_SYMBOL vmlinux 0xa4358df0 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa44ba130 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0xa458aa07 get_phy_device +EXPORT_SYMBOL vmlinux 0xa46ce1f1 __register_nls +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa4792b95 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xa4993640 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4eb4eff _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xa4f3fdd6 input_set_capability +EXPORT_SYMBOL vmlinux 0xa500f718 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xa512377d pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xa51be530 sockfd_lookup +EXPORT_SYMBOL vmlinux 0xa51cdfe8 __FIXADDR_TOP +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa554ca3e xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xa578ae0e jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xa5925392 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5a365d5 kernel_read +EXPORT_SYMBOL vmlinux 0xa5b07837 sget +EXPORT_SYMBOL vmlinux 0xa5d7b0b2 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0xa5deb4e1 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xa5e5dba6 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xa60a358b blk_start_queue +EXPORT_SYMBOL vmlinux 0xa62e6e4f acpi_get_table_with_size +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa63ffd15 rtnl_notify +EXPORT_SYMBOL vmlinux 0xa647e1fe ab3100_event_register +EXPORT_SYMBOL vmlinux 0xa65c01f7 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xa6660ba2 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0xa66718d7 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa67da660 mempool_alloc +EXPORT_SYMBOL vmlinux 0xa67e2845 dq_data_lock +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa6b13658 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xa6bd63ca acpi_bios_error +EXPORT_SYMBOL vmlinux 0xa6e58eff tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xa705ffc8 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa70fabfa bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0xa71091ce skb_clone +EXPORT_SYMBOL vmlinux 0xa71e7463 __first_cpu +EXPORT_SYMBOL vmlinux 0xa71ed22b blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xa72d4001 padata_free +EXPORT_SYMBOL vmlinux 0xa72e17e1 tty_port_open +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa7863d03 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xa78ad64c inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0xa79dca28 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0xa7aa2dc7 set_create_files_as +EXPORT_SYMBOL vmlinux 0xa7b4e136 netdev_err +EXPORT_SYMBOL vmlinux 0xa7c95c4e icmp_send +EXPORT_SYMBOL vmlinux 0xa7cbc746 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0xa7cf6c2f atomic64_dec_return_cx8 +EXPORT_SYMBOL vmlinux 0xa7eb5d94 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0xa7ee5756 page_put_link +EXPORT_SYMBOL vmlinux 0xa7fb2b7e vfs_llseek +EXPORT_SYMBOL vmlinux 0xa806db9e skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xa8218859 security_path_truncate +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa830c835 sock_no_getname +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84398b7 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xa861b642 page_readlink +EXPORT_SYMBOL vmlinux 0xa862d045 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa879167f _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xa87a87bc fddi_type_trans +EXPORT_SYMBOL vmlinux 0xa8893703 d_drop +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8a80d70 search_binary_handler +EXPORT_SYMBOL vmlinux 0xa8c214cc scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xa8c237c3 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa91b5561 acpi_video_backlight_support +EXPORT_SYMBOL vmlinux 0xa929607d mmc_can_trim +EXPORT_SYMBOL vmlinux 0xa950af23 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xa96553b2 user_path_create +EXPORT_SYMBOL vmlinux 0xa97b3887 padata_alloc +EXPORT_SYMBOL vmlinux 0xa9860c0a set_pages_array_wc +EXPORT_SYMBOL vmlinux 0xa9a8e17f arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xa9bbf3ab sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9ccb10e mpage_readpage +EXPORT_SYMBOL vmlinux 0xa9d25f9f account_page_writeback +EXPORT_SYMBOL vmlinux 0xaa0ddb17 kern_unmount +EXPORT_SYMBOL vmlinux 0xaa224f0f iunique +EXPORT_SYMBOL vmlinux 0xaa2442ab skb_checksum_help +EXPORT_SYMBOL vmlinux 0xaa3aa698 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xaa3d0141 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xaa622b87 vfs_link +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa7f9c58 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xaa82e1e2 do_fallocate +EXPORT_SYMBOL vmlinux 0xaa8fea18 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaa94311a __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xaaae7cf2 lock_sock_fast +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaf55daf security_task_getsecid +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab105951 devfreq_add_device +EXPORT_SYMBOL vmlinux 0xab28271c i8253_lock +EXPORT_SYMBOL vmlinux 0xab3540eb xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xab429941 scsi_remove_host +EXPORT_SYMBOL vmlinux 0xab551fad acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab6edd70 misc_deregister +EXPORT_SYMBOL vmlinux 0xab770678 rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab849b7e tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0xab92c3cc ipv4_specific +EXPORT_SYMBOL vmlinux 0xab97b98c notify_change +EXPORT_SYMBOL vmlinux 0xaba28b6b devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xaba3ad0c radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xabadd2f0 nf_log_register +EXPORT_SYMBOL vmlinux 0xabb1f02e bdput +EXPORT_SYMBOL vmlinux 0xabb917a2 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabe5fa84 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xabe726ed bio_integrity_advance +EXPORT_SYMBOL vmlinux 0xabede87e tso_count_descs +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac1f98b3 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xac2d2fb8 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xac398912 flex_array_clear +EXPORT_SYMBOL vmlinux 0xac3a2872 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xac49a46f inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xac4d4c49 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xac4f03f8 tcf_hash_search +EXPORT_SYMBOL vmlinux 0xac58ea5e acpi_unload_table_id +EXPORT_SYMBOL vmlinux 0xac60c2af register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xac7317f4 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xac7ea55b set_bdi_congested +EXPORT_SYMBOL vmlinux 0xac98fc0f from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb9f096 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad095d9a pagecache_get_page +EXPORT_SYMBOL vmlinux 0xad13c689 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xad173a46 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0xad337144 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xad4b1ac2 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xad76e9f9 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0xad831e11 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad898ea1 inet_put_port +EXPORT_SYMBOL vmlinux 0xad8ef878 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xae0da1a6 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xae1e6542 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xae21ee9b tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xae26f8f3 pnp_start_dev +EXPORT_SYMBOL vmlinux 0xae387e45 proc_remove +EXPORT_SYMBOL vmlinux 0xae47126a vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xae487e1a lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xae6106a4 phy_print_status +EXPORT_SYMBOL vmlinux 0xae6e82db unregister_cdrom +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae77a595 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0xae85a27e radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xae939f86 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0xaea976a8 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xaeb51187 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xaeb9d520 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaf00739c dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0xaf05ee63 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xaf1df934 dev_addr_flush +EXPORT_SYMBOL vmlinux 0xaf396d74 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4b1540 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xaf5443c8 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xaf611eac amd_nb_misc_ids +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9a83ad mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xaf9c8fed __cleancache_put_page +EXPORT_SYMBOL vmlinux 0xaf9d1719 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafbc14f5 netdev_notice +EXPORT_SYMBOL vmlinux 0xafe2beb8 phy_start_aneg +EXPORT_SYMBOL vmlinux 0xaff15e8b dma_release_from_coherent +EXPORT_SYMBOL vmlinux 0xb005cca9 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xb00e118a __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xb01b1db8 intel_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xb01bd4ca neigh_seq_start +EXPORT_SYMBOL vmlinux 0xb01d4837 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0xb0207ecf ___ratelimit +EXPORT_SYMBOL vmlinux 0xb038ab58 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xb043b48c mmc_flush_cache +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb06d9243 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xb07191cd pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0xb0828b58 eth_header_cache +EXPORT_SYMBOL vmlinux 0xb086e376 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0d1f013 mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1516d8e register_console +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb186acca get_unmapped_area +EXPORT_SYMBOL vmlinux 0xb18dd33a nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1ab041c xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1cfad22 rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xb1d85061 skb_seq_read +EXPORT_SYMBOL vmlinux 0xb1d9523e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb1dafc34 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb26cf7cc max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xb27822c9 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xb27d13ee uart_match_port +EXPORT_SYMBOL vmlinux 0xb27d8e7d uart_suspend_port +EXPORT_SYMBOL vmlinux 0xb2883ce7 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xb28da520 eth_rebuild_header +EXPORT_SYMBOL vmlinux 0xb2970eb9 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0xb2a6c149 mmc_start_bkops +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2ec4125 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb302e3e6 md_done_sync +EXPORT_SYMBOL vmlinux 0xb31c2032 inet_bind +EXPORT_SYMBOL vmlinux 0xb3245538 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xb3284531 acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xb32d7b7e radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xb33be118 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0xb34c3a30 tty_mutex +EXPORT_SYMBOL vmlinux 0xb34ef535 x86_hyper_vmware +EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit +EXPORT_SYMBOL vmlinux 0xb35b957c posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0xb3a4ae4f dquot_quota_off +EXPORT_SYMBOL vmlinux 0xb3aae4a9 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xb3ae5824 scm_detach_fds +EXPORT_SYMBOL vmlinux 0xb3ae6adf pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xb3e0590d acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0xb3e86750 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xb3f0f07e fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb4162258 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42603de cdrom_open +EXPORT_SYMBOL vmlinux 0xb429b2b6 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xb43315b2 phy_device_free +EXPORT_SYMBOL vmlinux 0xb4390f9a mcount +EXPORT_SYMBOL vmlinux 0xb44c2e9a nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xb45465d0 set_pages_wb +EXPORT_SYMBOL vmlinux 0xb45578b8 memscan +EXPORT_SYMBOL vmlinux 0xb45b9315 jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0xb46a8fdc _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb48c56d7 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0xb490d2a5 __tcf_hash_release +EXPORT_SYMBOL vmlinux 0xb492e490 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xb4c67e1f agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xb4f40458 clk_add_alias +EXPORT_SYMBOL vmlinux 0xb5229392 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range +EXPORT_SYMBOL vmlinux 0xb541360c scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb55ab051 dev_err +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb582831b phy_attach_direct +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b42b27 sock_alloc_file +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5d2679b pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xb60fedf0 xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0xb615704f pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xb6218368 freezing_slow_path +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb64300ff sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xb673c71a pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb690c8c9 input_release_device +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69ecd4c __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6db4ad1 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xb6df2e34 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0xb6e41883 memcmp +EXPORT_SYMBOL vmlinux 0xb6ed1e53 strncpy +EXPORT_SYMBOL vmlinux 0xb71faee3 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xb73fccaa __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xb758b225 acpi_disable_event +EXPORT_SYMBOL vmlinux 0xb76b0859 phy_find_first +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb7890cb5 vfs_write +EXPORT_SYMBOL vmlinux 0xb79fec08 set_pages_x +EXPORT_SYMBOL vmlinux 0xb7a69953 revert_creds +EXPORT_SYMBOL vmlinux 0xb7aaabb1 __get_page_tail +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7bccbca pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7df8135 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xb7f55ecc atomic64_add_return_cx8 +EXPORT_SYMBOL vmlinux 0xb7fd37c9 tso_start +EXPORT_SYMBOL vmlinux 0xb8024194 nla_append +EXPORT_SYMBOL vmlinux 0xb8131750 tcf_hash_create +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb825ddc0 pci_disable_device +EXPORT_SYMBOL vmlinux 0xb829e086 __register_chrdev +EXPORT_SYMBOL vmlinux 0xb836d8fa md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xb8603812 noop_llseek +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb8b268e0 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xb8c50c2a blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xb8d1338a qdisc_list_del +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb903009c neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xb9333ea2 nf_reinject +EXPORT_SYMBOL vmlinux 0xb94059a3 netlink_capable +EXPORT_SYMBOL vmlinux 0xb94e5f95 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0xb971bff9 scsi_host_put +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9ddbad2 tty_register_driver +EXPORT_SYMBOL vmlinux 0xb9e37d34 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fd2205 add_efi_memmap +EXPORT_SYMBOL vmlinux 0xba073c35 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xba11e533 kfree_skb +EXPORT_SYMBOL vmlinux 0xba26f213 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0xba2d8594 ec_read +EXPORT_SYMBOL vmlinux 0xba37ce8a blk_make_request +EXPORT_SYMBOL vmlinux 0xba433d59 __genl_register_family +EXPORT_SYMBOL vmlinux 0xba43b1fd security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba51b591 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0xba5515e6 scsi_init_io +EXPORT_SYMBOL vmlinux 0xba5d945a freeze_bdev +EXPORT_SYMBOL vmlinux 0xba5e40d0 generic_setlease +EXPORT_SYMBOL vmlinux 0xba674372 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xba999d52 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0xbac3115f kern_path +EXPORT_SYMBOL vmlinux 0xbafad620 setattr_copy +EXPORT_SYMBOL vmlinux 0xbb0937f6 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xbb47cf1e neigh_table_clear +EXPORT_SYMBOL vmlinux 0xbb49d67e pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb942d9a blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbb996db8 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0xbbcb4762 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0xbbe2dc8f padata_alloc_possible +EXPORT_SYMBOL vmlinux 0xbbe86160 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xbc0cc1f8 follow_up +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2199f3 irq_to_desc +EXPORT_SYMBOL vmlinux 0xbc32e6bc simple_open +EXPORT_SYMBOL vmlinux 0xbc358c13 vfs_mknod +EXPORT_SYMBOL vmlinux 0xbc3689ba i2c_clients_command +EXPORT_SYMBOL vmlinux 0xbc3af9ec vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xbc3ed43e kmap_atomic_prot +EXPORT_SYMBOL vmlinux 0xbc435770 dump_stack +EXPORT_SYMBOL vmlinux 0xbc5bcf01 inet_getname +EXPORT_SYMBOL vmlinux 0xbc755590 iterate_supers_type +EXPORT_SYMBOL vmlinux 0xbc7990c7 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xbca13606 netif_skb_features +EXPORT_SYMBOL vmlinux 0xbca60137 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xbcb3d143 simple_statfs +EXPORT_SYMBOL vmlinux 0xbcb48b7f jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xbcbeed30 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xbcc1c402 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbd17d3ee ip6_frag_match +EXPORT_SYMBOL vmlinux 0xbd22c740 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xbd3b4916 __get_user_pages +EXPORT_SYMBOL vmlinux 0xbd4c6266 dev_addr_add +EXPORT_SYMBOL vmlinux 0xbd748e65 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xbd7642d4 __invalidate_device +EXPORT_SYMBOL vmlinux 0xbd79ecb9 pci_get_class +EXPORT_SYMBOL vmlinux 0xbd8b7740 down_write +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbdadaee6 eth_type_trans +EXPORT_SYMBOL vmlinux 0xbdaf5b07 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xbdaf7f82 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xbdb7aeec _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0xbdb8ee37 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0xbdba9828 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xbdcc0e28 alloc_disk_node +EXPORT_SYMBOL vmlinux 0xbdccb6f6 current_fs_time +EXPORT_SYMBOL vmlinux 0xbde6a538 security_path_mknod +EXPORT_SYMBOL vmlinux 0xbde7a4aa gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xbe045719 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xbe06c86d devm_ioremap +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe4e1bde inode_init_always +EXPORT_SYMBOL vmlinux 0xbe50acd2 processors +EXPORT_SYMBOL vmlinux 0xbe82e579 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xbe8c37d9 intel_scu_ipc_simple_command +EXPORT_SYMBOL vmlinux 0xbe9c20c0 tcp_prot +EXPORT_SYMBOL vmlinux 0xbec00d2b inode_dio_wait +EXPORT_SYMBOL vmlinux 0xbec30d05 x86_match_cpu +EXPORT_SYMBOL vmlinux 0xbecbfae6 kobject_put +EXPORT_SYMBOL vmlinux 0xbee20e9d arp_send +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf074bbc dquot_release +EXPORT_SYMBOL vmlinux 0xbf3024d0 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xbf3d18e6 idr_for_each +EXPORT_SYMBOL vmlinux 0xbf545f15 arp_find +EXPORT_SYMBOL vmlinux 0xbf6a1ff8 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf888458 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xbf8b39e9 isapnp_present +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfb46798 d_genocide +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbff2866c agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xc0022dcb unregister_netdev +EXPORT_SYMBOL vmlinux 0xc01026ef pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xc014101a dev_load +EXPORT_SYMBOL vmlinux 0xc01eed33 __copy_from_user_ll_nozero +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc03e44a1 pcibios_set_irq_routing +EXPORT_SYMBOL vmlinux 0xc050cbb5 submit_bio +EXPORT_SYMBOL vmlinux 0xc0540a60 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc06c4804 vme_irq_handler +EXPORT_SYMBOL vmlinux 0xc073e9ff netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc07e6c9c neigh_connected_output +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc0829580 thaw_bdev +EXPORT_SYMBOL vmlinux 0xc09f0827 clocksource_register +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0a9da00 vm_event_states +EXPORT_SYMBOL vmlinux 0xc0c313f3 kobject_add +EXPORT_SYMBOL vmlinux 0xc0cdbeb9 tc_classify_compat +EXPORT_SYMBOL vmlinux 0xc0d32c04 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xc0dbb2cb irq_set_chip +EXPORT_SYMBOL vmlinux 0xc1092737 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xc1144f9f blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc132eca7 phy_connect +EXPORT_SYMBOL vmlinux 0xc1791e5d vga_switcheroo_set_dynamic_switch +EXPORT_SYMBOL vmlinux 0xc17ea3bd xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xc193de61 set_anon_super +EXPORT_SYMBOL vmlinux 0xc1ad5a47 vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xc1b29dc3 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xc1b82d22 register_shrinker +EXPORT_SYMBOL vmlinux 0xc1c9e5b3 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xc1d6246e __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1dfb1c2 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xc1e12a6b vm_mmap +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1e73879 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xc1e82bee serio_reconnect +EXPORT_SYMBOL vmlinux 0xc2085e77 vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0xc213100c netdev_printk +EXPORT_SYMBOL vmlinux 0xc2148f3b simple_lookup +EXPORT_SYMBOL vmlinux 0xc21ab258 blk_put_request +EXPORT_SYMBOL vmlinux 0xc229b821 vme_irq_request +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc25d282b swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0xc2640b31 tc_classify +EXPORT_SYMBOL vmlinux 0xc276b039 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xc276bac7 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xc27a262c flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0xc280a525 __copy_from_user_ll +EXPORT_SYMBOL vmlinux 0xc2893154 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xc293a804 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xc2b6f306 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xc2b7af12 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2d79a5a skb_copy +EXPORT_SYMBOL vmlinux 0xc2e40189 genphy_config_init +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f400f0 free_buffer_head +EXPORT_SYMBOL vmlinux 0xc2f45b45 sync_inode +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc32b8cc2 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xc33eb1cf proc_create_data +EXPORT_SYMBOL vmlinux 0xc369757c bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xc36f3050 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xc382117f uart_resume_port +EXPORT_SYMBOL vmlinux 0xc382d3be __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0xc39674bb __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3ad75bf tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xc3cfd6f8 console_start +EXPORT_SYMBOL vmlinux 0xc3f3d4c9 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xc3f6e536 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xc3fa6a59 memchr +EXPORT_SYMBOL vmlinux 0xc401d671 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xc40aebde sk_free +EXPORT_SYMBOL vmlinux 0xc40c7761 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xc41a2efa pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xc41e8f7a wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc42e5dc6 kernel_bind +EXPORT_SYMBOL vmlinux 0xc43b3346 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xc43d8b22 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xc44041b9 remap_pfn_range +EXPORT_SYMBOL vmlinux 0xc4554217 up +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4a2082c up_write +EXPORT_SYMBOL vmlinux 0xc4add8de kdb_current_task +EXPORT_SYMBOL vmlinux 0xc4d4ddba i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xc4e02989 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xc4e0ade2 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xc4f5488a lock_rename +EXPORT_SYMBOL vmlinux 0xc5137552 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc5794004 fget +EXPORT_SYMBOL vmlinux 0xc57ab7bc proc_dostring +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5d5c220 mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0xc5d85ce8 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e588bd kmap +EXPORT_SYMBOL vmlinux 0xc5e610fc soft_cursor +EXPORT_SYMBOL vmlinux 0xc5f5af35 seq_release_private +EXPORT_SYMBOL vmlinux 0xc5f81ed6 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xc5f8e8d8 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc637fb46 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xc63cc125 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc640b53b iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xc64ec6a9 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0xc6521a62 locks_init_lock +EXPORT_SYMBOL vmlinux 0xc658dedd ip_fragment +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc6645b42 mempool_create_node +EXPORT_SYMBOL vmlinux 0xc66f69fc jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xc6885e22 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xc6977636 vga_con +EXPORT_SYMBOL vmlinux 0xc69f1365 ps2_init +EXPORT_SYMBOL vmlinux 0xc6b23120 intel_scu_ipc_iowrite16 +EXPORT_SYMBOL vmlinux 0xc6b368d3 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6cdd6a3 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xc6cf40eb eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0xc6e2f81d invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xc6e79024 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xc6f1e2a2 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0xc6f48ec3 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xc6fafc84 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xc7087f85 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc7606525 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xc768de19 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc798a67f fget_raw +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a165f4 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7b5e0f8 dev_crit +EXPORT_SYMBOL vmlinux 0xc7bc3eca blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xc7cef772 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xc7d01378 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xc7d2d7e8 x86_hyper_xen_hvm +EXPORT_SYMBOL vmlinux 0xc7e35c73 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc7f6dfcc tty_lock_pair +EXPORT_SYMBOL vmlinux 0xc7f758b7 netdev_alert +EXPORT_SYMBOL vmlinux 0xc7ff1507 follow_pfn +EXPORT_SYMBOL vmlinux 0xc80e261b aio_complete +EXPORT_SYMBOL vmlinux 0xc81617bd mmc_erase +EXPORT_SYMBOL vmlinux 0xc8276a79 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc8392115 km_state_notify +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc8432fce block_write_end +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc86d6799 ___preempt_schedule +EXPORT_SYMBOL vmlinux 0xc86f06dc make_bad_inode +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc88bb2db new_sync_write +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8a97a61 rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0xc8ad0bd7 cdrom_check_events +EXPORT_SYMBOL vmlinux 0xc8afd9e1 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xc8b106be napi_gro_flush +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8cdd482 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0xc8ece33c max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xc8f57151 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xc8fc204b skb_dequeue +EXPORT_SYMBOL vmlinux 0xc912f4fa dcache_dir_open +EXPORT_SYMBOL vmlinux 0xc915c617 udp_proc_register +EXPORT_SYMBOL vmlinux 0xc91e5ca3 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xc9387285 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xc951cb94 vfs_writev +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc95e2a54 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc98ebe71 neigh_destroy +EXPORT_SYMBOL vmlinux 0xc9953750 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc999e984 inet_accept +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a0c34e key_invalidate +EXPORT_SYMBOL vmlinux 0xc9a21c8d scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xc9a592e9 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0xc9bb0f1f blk_fetch_request +EXPORT_SYMBOL vmlinux 0xc9cb7446 scsi_dma_map +EXPORT_SYMBOL vmlinux 0xc9dada3f xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xc9e080a1 seq_open +EXPORT_SYMBOL vmlinux 0xc9e39225 dev_addr_del +EXPORT_SYMBOL vmlinux 0xc9e43094 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xc9f14026 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0xca0072be blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xca0c5384 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca45cc19 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xca465073 ilookup5 +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca8018e5 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xca8acc78 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcaa52043 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xcaabe110 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xcab751dd skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xcabd537e pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xcad03043 xfrm_lookup +EXPORT_SYMBOL vmlinux 0xcaed8631 inc_nlink +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcb002b72 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb07f41d unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb0dabc2 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xcb151f81 arp_tbl +EXPORT_SYMBOL vmlinux 0xcb4cda3e consume_skb +EXPORT_SYMBOL vmlinux 0xcb5d33b0 idr_get_next +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb78b611 __page_symlink +EXPORT_SYMBOL vmlinux 0xcb898e36 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0xcba5d083 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xcbae6c7a acpi_lid_notifier_unregister +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbe3d1a0 vme_master_request +EXPORT_SYMBOL vmlinux 0xcbec2b93 ppp_input +EXPORT_SYMBOL vmlinux 0xcbf99b1f xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0xcbfaab5d ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xcc2344fb vfs_getattr +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc28a076 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xcc2c6a8b inode_init_owner +EXPORT_SYMBOL vmlinux 0xcc4d1bfb atomic64_read_cx8 +EXPORT_SYMBOL vmlinux 0xcc4d777c kernel_write +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc50240c kunmap_high +EXPORT_SYMBOL vmlinux 0xcc5577be scsi_put_command +EXPORT_SYMBOL vmlinux 0xcc5d8a76 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xcc63f50a read_cache_pages +EXPORT_SYMBOL vmlinux 0xcc64d347 build_skb +EXPORT_SYMBOL vmlinux 0xcc96d87d devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xcca22f7a blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xcca592ad cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccc4c221 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xccdf4abb acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xccf91a29 elv_rb_add +EXPORT_SYMBOL vmlinux 0xcd18cedb address_space_init_once +EXPORT_SYMBOL vmlinux 0xcd1ed273 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd2f3f0d phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xcd36826b blkdev_fsync +EXPORT_SYMBOL vmlinux 0xcd398707 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xcd537cd6 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xcd5a0596 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xcd749c28 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0xcd76d976 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xcd9a4cbe d_instantiate +EXPORT_SYMBOL vmlinux 0xcda863cf find_get_entry +EXPORT_SYMBOL vmlinux 0xcdaf06d8 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdc40fae panic_notifier_list +EXPORT_SYMBOL vmlinux 0xcdc937ee mnt_pin +EXPORT_SYMBOL vmlinux 0xcdcc0dcc napi_gro_frags +EXPORT_SYMBOL vmlinux 0xcde26471 scsi_finish_command +EXPORT_SYMBOL vmlinux 0xcde9e241 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xcdf86c29 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xce11331d ida_pre_get +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce289f31 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0xce4904a4 acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce60c463 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xce88efb4 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xce8beb2d phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xce982217 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xcea16224 netdev_state_change +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceacf56e d_delete +EXPORT_SYMBOL vmlinux 0xceb61597 kobject_get +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcef84241 simple_rename +EXPORT_SYMBOL vmlinux 0xcefc00e4 __frontswap_test +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf31a8a1 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xcf3c3a87 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xcf3d6740 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xcf58fca0 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xcf6b4ee9 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xcf6bbc8c agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0xcf6cfe1f msrs_free +EXPORT_SYMBOL vmlinux 0xcf7033f4 bdi_unregister +EXPORT_SYMBOL vmlinux 0xcf735c20 _dev_info +EXPORT_SYMBOL vmlinux 0xcf795034 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0xcf7bb2ca tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xcf838492 agp_backend_release +EXPORT_SYMBOL vmlinux 0xcf8fa9da pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xcf9f12c6 agp_bridge +EXPORT_SYMBOL vmlinux 0xcfe05d4d register_kmmio_probe +EXPORT_SYMBOL vmlinux 0xcffa9e45 end_page_writeback +EXPORT_SYMBOL vmlinux 0xd0131f18 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd0239b26 simple_dname +EXPORT_SYMBOL vmlinux 0xd02b8b67 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xd02c8b84 submit_bio_wait +EXPORT_SYMBOL vmlinux 0xd03cc9f2 del_gendisk +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd074a897 proc_set_user +EXPORT_SYMBOL vmlinux 0xd08eff05 udp_ioctl +EXPORT_SYMBOL vmlinux 0xd0a23044 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0c091ba generic_perform_write +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0d8621b strlen +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0f9fb4d __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd1088b32 finish_open +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd12d73f0 blk_recount_segments +EXPORT_SYMBOL vmlinux 0xd138275e netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xd1592289 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xd1652a93 acpi_info +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd1847fa1 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0xd18b6eb2 acpi_unmap_lsapic +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd1ace253 textsearch_register +EXPORT_SYMBOL vmlinux 0xd1bebc46 revalidate_disk +EXPORT_SYMBOL vmlinux 0xd1c4f0e8 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xd1dff147 __brelse +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd2254951 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xd2329de3 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2533095 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd2630913 inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0xd266efe7 mempool_create +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd286308f md_integrity_register +EXPORT_SYMBOL vmlinux 0xd2921481 d_alloc_name +EXPORT_SYMBOL vmlinux 0xd294f616 unregister_console +EXPORT_SYMBOL vmlinux 0xd2a20e9a tcp_proc_register +EXPORT_SYMBOL vmlinux 0xd2af138b reservation_ww_class +EXPORT_SYMBOL vmlinux 0xd2c3baa5 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xd2c5b23b __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xd2d1b3d3 get_super_thawed +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2ddc848 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0xd2e09217 scsi_print_result +EXPORT_SYMBOL vmlinux 0xd2e6a582 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xd2fba3d5 from_kgid +EXPORT_SYMBOL vmlinux 0xd311b69f try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xd31cef4f sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xd328ceef __ht_create_irq +EXPORT_SYMBOL vmlinux 0xd32df875 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xd35ad076 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xd3747fa5 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xd39534b4 fsync_bdev +EXPORT_SYMBOL vmlinux 0xd39d6322 key_revoke +EXPORT_SYMBOL vmlinux 0xd3cc7392 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xd3d6255b directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0xd3e6b816 locks_remove_posix +EXPORT_SYMBOL vmlinux 0xd433d20d __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xd44d95ab mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xd45c9b01 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xd47d1c90 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4900d5b textsearch_destroy +EXPORT_SYMBOL vmlinux 0xd4981749 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xd4b4bd3b skb_append +EXPORT_SYMBOL vmlinux 0xd4ca81a9 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xd4fc66ea sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xd50fef48 acpi_detach_data +EXPORT_SYMBOL vmlinux 0xd51a7bdd blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xd5303ad4 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xd54bb8a7 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xd57efc73 wake_up_process +EXPORT_SYMBOL vmlinux 0xd58be911 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xd58ce8f9 ps2_drain +EXPORT_SYMBOL vmlinux 0xd597637a mount_ns +EXPORT_SYMBOL vmlinux 0xd5af8057 dev_change_flags +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd6041365 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0xd6063c87 dput +EXPORT_SYMBOL vmlinux 0xd60b565a dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xd6146888 pid_task +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd62e2042 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xd637e7d5 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd64b675e proto_unregister +EXPORT_SYMBOL vmlinux 0xd65c9283 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xd6706ec7 vmap +EXPORT_SYMBOL vmlinux 0xd6791bde tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xd67a62ea find_vma +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd6b0b3b2 security_path_rename +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6c47287 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xd6c4cd2f ida_simple_remove +EXPORT_SYMBOL vmlinux 0xd6cf9e23 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f664e4 netpoll_setup +EXPORT_SYMBOL vmlinux 0xd71d01bb phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0xd72c817e tty_unregister_device +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd75f5868 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xd76920a7 elevator_alloc +EXPORT_SYMBOL vmlinux 0xd76fc347 inet6_bind +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7980617 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0xd7a56ec3 kset_register +EXPORT_SYMBOL vmlinux 0xd7a7714f input_open_device +EXPORT_SYMBOL vmlinux 0xd7ae664e vfs_open +EXPORT_SYMBOL vmlinux 0xd7bd3af2 add_wait_queue +EXPORT_SYMBOL vmlinux 0xd7c8f86a blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e79d75 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ef2961 sock_from_file +EXPORT_SYMBOL vmlinux 0xd8021a92 register_md_personality +EXPORT_SYMBOL vmlinux 0xd82fb5e6 neigh_for_each +EXPORT_SYMBOL vmlinux 0xd831893a seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xd83728d4 init_task +EXPORT_SYMBOL vmlinux 0xd850f8dd end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xd8577dc5 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xd85833cb __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xd8596795 wireless_send_event +EXPORT_SYMBOL vmlinux 0xd8605506 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8aab1f6 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0xd8ca6ff1 tty_port_close_end +EXPORT_SYMBOL vmlinux 0xd8d54110 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8e9bdb6 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xd9091363 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0xd90c53c5 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xd9289e44 vfs_read +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92b4589 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xd93ca5f5 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xd94322e7 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0xd94f2ae2 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0xd969b2c7 amd_e400_c1e_detected +EXPORT_SYMBOL vmlinux 0xd983c345 dump_emit +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98a8348 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xd990546c lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xd99aa4e2 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xd9a0a805 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xd9b2e2da tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0xd9be4677 mutex_trylock +EXPORT_SYMBOL vmlinux 0xd9c0e142 unregister_nls +EXPORT_SYMBOL vmlinux 0xd9dfc126 netlink_ack +EXPORT_SYMBOL vmlinux 0xda08c0d7 pcibios_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xda0c4fb3 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda72ece4 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda855977 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda8fd495 isapnp_write_byte +EXPORT_SYMBOL vmlinux 0xda8fd5d7 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xdaa22ccf sk_mc_loop +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdabfa290 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xdaeb5034 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xdb1257d5 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xdb1437cc proc_mkdir +EXPORT_SYMBOL vmlinux 0xdb17c0f1 scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb7305a1 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdbb54587 pci_bus_get +EXPORT_SYMBOL vmlinux 0xdbb786ce skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0xdbba87f8 seq_escape +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbdbe783 page_follow_link_light +EXPORT_SYMBOL vmlinux 0xdbe1bd1f tty_free_termios +EXPORT_SYMBOL vmlinux 0xdbfe0e0d netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xdc030512 phy_device_register +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc388975 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc4fad7a elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc544e3e phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xdc570f62 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xdc57f532 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xdc7aefcd dqput +EXPORT_SYMBOL vmlinux 0xdccbd5d2 __elv_add_request +EXPORT_SYMBOL vmlinux 0xdcccf498 km_query +EXPORT_SYMBOL vmlinux 0xdcd4fe15 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xdcd7695b generic_show_options +EXPORT_SYMBOL vmlinux 0xdcf25998 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xdcf847a9 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xdd000ee8 devm_gpio_request +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd1a2871 down +EXPORT_SYMBOL vmlinux 0xdd29b169 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xdd466785 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xdd59b117 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xdd5cc4e8 inode_init_once +EXPORT_SYMBOL vmlinux 0xdd5e936c xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xdd70af35 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xdd892836 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xdd965941 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xddd86392 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xde06492c kernel_connect +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde16dc16 tboot +EXPORT_SYMBOL vmlinux 0xde1af2c4 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xde2fe472 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0xde40d68e inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xde5e5340 netdev_update_features +EXPORT_SYMBOL vmlinux 0xde69bf3b iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0xde6eafad set_disk_ro +EXPORT_SYMBOL vmlinux 0xde8b9208 dump_align +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9a4fad devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xde9a5ddd security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdea86628 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xdef30ea1 max8925_reg_read +EXPORT_SYMBOL vmlinux 0xdeff25e9 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xdf06ad0f dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0xdf0da3cc acpi_get_devices +EXPORT_SYMBOL vmlinux 0xdf12a927 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf323755 mem_map +EXPORT_SYMBOL vmlinux 0xdf34c245 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0xdf3b1afd block_commit_write +EXPORT_SYMBOL vmlinux 0xdf4fc797 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf66c9d0 skb_queue_tail +EXPORT_SYMBOL vmlinux 0xdf68260b mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xdf6d2e0d inode_get_bytes +EXPORT_SYMBOL vmlinux 0xdf701da3 pci_release_region +EXPORT_SYMBOL vmlinux 0xdf795b82 pci_restore_state +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfa13f02 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xdfada741 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfcbed48 padata_do_serial +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe00d4419 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xe01ee1e7 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xe030a54f __lock_page +EXPORT_SYMBOL vmlinux 0xe04856be jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe05685bf _raw_read_trylock +EXPORT_SYMBOL vmlinux 0xe05f73c0 blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe06544f6 I_BDEV +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe0a16a20 intel_scu_ipc_i2c_cntrl +EXPORT_SYMBOL vmlinux 0xe0ac8bd2 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xe0ae6c05 uart_update_timeout +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0c01264 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xe0e72cb7 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xe0f3dc53 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0xe0f82c9c ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xe115ebcc tty_port_put +EXPORT_SYMBOL vmlinux 0xe123d84a __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xe129484c mmc_of_parse +EXPORT_SYMBOL vmlinux 0xe12efc2d pnp_device_attach +EXPORT_SYMBOL vmlinux 0xe1376b78 mdiobus_register +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe162c43a netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe1761e9e max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xe18d3b98 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xe18eff8a _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe1adbd10 ping_prot +EXPORT_SYMBOL vmlinux 0xe1c38992 prepare_binprm +EXPORT_SYMBOL vmlinux 0xe1eba764 f_setown +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe20c3f43 touch_atime +EXPORT_SYMBOL vmlinux 0xe21a958d genl_unregister_family +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe23faf6f kill_anon_super +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe25248f0 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xe26dd83c __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xe274a02e netif_rx_ni +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2b8c775 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2da0dbe dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xe2e74f95 follow_down +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe2faea94 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xe2ffbd8a blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0xe3018f78 tty_port_close +EXPORT_SYMBOL vmlinux 0xe319eb24 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xe320d3e3 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xe3403662 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xe348d7e7 __sock_create +EXPORT_SYMBOL vmlinux 0xe3618e35 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xe3b7be99 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0xe3b9a9cd _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xe3d3984b make_kgid +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3d8c2e9 audit_log_start +EXPORT_SYMBOL vmlinux 0xe3f70402 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0xe3fb61b4 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0xe426914a rfkill_alloc +EXPORT_SYMBOL vmlinux 0xe430ba5e alloc_fddidev +EXPORT_SYMBOL vmlinux 0xe445db4a acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe45f60d8 __wake_up +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe487704d fd_install +EXPORT_SYMBOL vmlinux 0xe48903d5 dm_put_device +EXPORT_SYMBOL vmlinux 0xe4b4a58a pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xe4cf01b1 register_exec_domain +EXPORT_SYMBOL vmlinux 0xe50f904f intel_scu_ipc_ioread16 +EXPORT_SYMBOL vmlinux 0xe5208918 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe530d757 acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xe54f58ba dev_remove_offload +EXPORT_SYMBOL vmlinux 0xe5542843 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe58f7900 dev_activate +EXPORT_SYMBOL vmlinux 0xe58faaa4 tty_port_init +EXPORT_SYMBOL vmlinux 0xe59a0119 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0xe5afe43e ip6_xmit +EXPORT_SYMBOL vmlinux 0xe5bf5834 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe64d98fe rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xe6515a5b skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xe660b4cf set_cached_acl +EXPORT_SYMBOL vmlinux 0xe683fbdc tcp_check_req +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69ec271 neigh_lookup +EXPORT_SYMBOL vmlinux 0xe6aa7e24 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xe6b0e7c8 pci_enable_msix +EXPORT_SYMBOL vmlinux 0xe6ea228f lock_fb_info +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6ed9bbb elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xe6ef6953 fb_show_logo +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe70b25aa xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xe716baed acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xe71c6127 sk_filter +EXPORT_SYMBOL vmlinux 0xe7640bc2 key_put +EXPORT_SYMBOL vmlinux 0xe781b5f6 intel_scu_ipc_readv +EXPORT_SYMBOL vmlinux 0xe7955c4b neigh_direct_output +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7ce3c9e netdev_crit +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d94c1d tcf_register_action +EXPORT_SYMBOL vmlinux 0xe814ab97 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xe81835c0 block_write_begin +EXPORT_SYMBOL vmlinux 0xe81e2f55 put_tty_driver +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe829ac96 neigh_update +EXPORT_SYMBOL vmlinux 0xe851bb05 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xe851e1b1 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xe85bc977 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xe86f2163 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xe87025f0 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe88e7a93 lg_global_lock +EXPORT_SYMBOL vmlinux 0xe898bfba crc32_le_combine +EXPORT_SYMBOL vmlinux 0xe8a9fc6e remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xe8b68849 wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8cb6ef2 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xe8cba5e3 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xe8e80de8 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe91923d6 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xe93f66ea blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xe93fd1fa blk_end_request +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95e00cf flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0xe960dc55 dump_page +EXPORT_SYMBOL vmlinux 0xe997667b wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xe99a81c6 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xe9e01a40 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xe9f39703 abort_creds +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea2c1831 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xea3c6883 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0xea43d506 bdi_register_dev +EXPORT_SYMBOL vmlinux 0xea537222 ppp_dev_name +EXPORT_SYMBOL vmlinux 0xea6612e1 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea7b8a44 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xea8f31bc scsi_remove_device +EXPORT_SYMBOL vmlinux 0xea8f6f35 __blk_run_queue +EXPORT_SYMBOL vmlinux 0xea90bdd3 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xeaa767ff read_code +EXPORT_SYMBOL vmlinux 0xeabd576b sg_miter_skip +EXPORT_SYMBOL vmlinux 0xead9a573 may_umount_tree +EXPORT_SYMBOL vmlinux 0xeae01e9d ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xeae15104 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeb082de4 mount_bdev +EXPORT_SYMBOL vmlinux 0xeb2a6642 __secpath_destroy +EXPORT_SYMBOL vmlinux 0xeb33a07f inet_add_protocol +EXPORT_SYMBOL vmlinux 0xeb348f44 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb38295e input_set_abs_params +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb6a80c6 would_dump +EXPORT_SYMBOL vmlinux 0xeb7e6681 vfs_fsync +EXPORT_SYMBOL vmlinux 0xeb839b6e mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xeb8d0af8 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xeb9ffd4b loop_register_transfer +EXPORT_SYMBOL vmlinux 0xebb957be bio_endio_nodec +EXPORT_SYMBOL vmlinux 0xebd2c0ef pci_biosrom_size +EXPORT_SYMBOL vmlinux 0xebed484f fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0xec04362d block_invalidatepage +EXPORT_SYMBOL vmlinux 0xec12d857 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xec16169c blk_rq_init +EXPORT_SYMBOL vmlinux 0xec1aa6ef memzero_explicit +EXPORT_SYMBOL vmlinux 0xec27b041 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec5f8f11 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xec8fee18 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0xec95de09 unlock_rename +EXPORT_SYMBOL vmlinux 0xec9c54ee sk_stop_timer +EXPORT_SYMBOL vmlinux 0xec9d3468 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xeca96b86 nobh_writepage +EXPORT_SYMBOL vmlinux 0xecb721f1 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xecbcb8bb radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xecc41a48 sock_edemux +EXPORT_SYMBOL vmlinux 0xeccd3e0c acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xecd39157 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecec7193 agp_free_memory +EXPORT_SYMBOL vmlinux 0xecf954f4 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xecfb9c2e tty_kref_put +EXPORT_SYMBOL vmlinux 0xed05c235 generic_fillattr +EXPORT_SYMBOL vmlinux 0xed0f0643 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xed1934e5 iget_locked +EXPORT_SYMBOL vmlinux 0xed3c5735 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xed46d42b pci_read_vpd +EXPORT_SYMBOL vmlinux 0xed567796 drop_super +EXPORT_SYMBOL vmlinux 0xed571800 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0xed5831a4 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed7e1295 gen_pool_create +EXPORT_SYMBOL vmlinux 0xed87b889 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xed9deef2 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xed9f5658 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc07ca0 bio_map_kern +EXPORT_SYMBOL vmlinux 0xedc3e118 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xedccd47e sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xede170f3 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee360c02 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xee3e28ac tcp_read_sock +EXPORT_SYMBOL vmlinux 0xee4f73b2 __pagevec_release +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee8039cb devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb54e5f skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xeeb6ccdf inet_sendpage +EXPORT_SYMBOL vmlinux 0xeec2c7cf ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0xeedc6b87 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xef0f6fc3 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xef1c2b33 iterate_mounts +EXPORT_SYMBOL vmlinux 0xef262c64 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xef55a1a0 inode_change_ok +EXPORT_SYMBOL vmlinux 0xef663ca1 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xef6c0eea devm_clk_put +EXPORT_SYMBOL vmlinux 0xef7f3da1 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xef83a234 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xef8628e4 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xef9a749d bitmap_unplug +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefbd92ed commit_creds +EXPORT_SYMBOL vmlinux 0xefc7d1f6 cdrom_release +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefe099c3 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf03a1d30 genlmsg_put +EXPORT_SYMBOL vmlinux 0xf044217b remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf062576b ucs2_utf8size +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf07125f1 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xf079f2c2 udp_add_offload +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf088c5d8 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0acf97b inet_stream_connect +EXPORT_SYMBOL vmlinux 0xf0b4f570 cfb_copyarea +EXPORT_SYMBOL vmlinux 0xf0cd1290 simple_release_fs +EXPORT_SYMBOL vmlinux 0xf0ce7d50 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xf0d57758 init_page_accessed +EXPORT_SYMBOL vmlinux 0xf0d68ed6 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0f2884b intel_gmch_probe +EXPORT_SYMBOL vmlinux 0xf0f3f911 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xf103f18f dev_trans_start +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit +EXPORT_SYMBOL vmlinux 0xf12d331c lg_local_lock +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf156780e __mutex_init +EXPORT_SYMBOL vmlinux 0xf15b643f vme_register_driver +EXPORT_SYMBOL vmlinux 0xf17526ab lro_flush_all +EXPORT_SYMBOL vmlinux 0xf17e1d18 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xf18242e1 atomic64_set_cx8 +EXPORT_SYMBOL vmlinux 0xf18b32fb simple_fill_super +EXPORT_SYMBOL vmlinux 0xf194e177 twl6040_power +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1a13a5b simple_empty +EXPORT_SYMBOL vmlinux 0xf1a27d4f vga_switcheroo_init_domain_pm_optimus_hdmi_audio +EXPORT_SYMBOL vmlinux 0xf1aaf7cd devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f0cd81 sk_dst_check +EXPORT_SYMBOL vmlinux 0xf1faac3a _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf22bd8f1 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xf2357e0f security_file_permission +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf248ffa8 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xf28c1168 set_bh_page +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2aee556 skb_tx_error +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2d41958 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0xf2fc020d xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xf30b0e6a freeze_super +EXPORT_SYMBOL vmlinux 0xf312cb9d ucs2_strsize +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf31ed621 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xf32ac887 block_read_full_page +EXPORT_SYMBOL vmlinux 0xf3323444 nla_reserve +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34c1a3d in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35fd141 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xf385b643 free_user_ns +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3986b06 acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0xf3a07f7d kill_bdev +EXPORT_SYMBOL vmlinux 0xf3a70bd3 __module_get +EXPORT_SYMBOL vmlinux 0xf3aa4317 get_user_pages +EXPORT_SYMBOL vmlinux 0xf3bb155a skb_unlink +EXPORT_SYMBOL vmlinux 0xf3bc92b5 get_acl +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3c5e4db d_prune_aliases +EXPORT_SYMBOL vmlinux 0xf3e317ef jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xf40b2297 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xf427b88e xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf44e348b tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xf4661061 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xf46b1d64 skb_push +EXPORT_SYMBOL vmlinux 0xf49a9523 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xf49d7c73 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xf4a420a5 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4cc6d14 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0xf4ec7420 tty_do_resize +EXPORT_SYMBOL vmlinux 0xf4eed844 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f5e34c mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0xf4fd08c3 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xf502d273 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0xf5103311 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xf515ddc6 flow_cache_init +EXPORT_SYMBOL vmlinux 0xf51ae235 touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xf5283b37 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xf536d22e acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xf53cd7a8 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5401b69 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0xf56930ed mount_single +EXPORT_SYMBOL vmlinux 0xf5788f4a km_is_alive +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5af0bc1 pci_enable_device +EXPORT_SYMBOL vmlinux 0xf5b10e67 acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0xf5cc8579 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0xf5d180fa __break_lease +EXPORT_SYMBOL vmlinux 0xf5df40ae i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5f68895 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xf6123e95 mdiobus_free +EXPORT_SYMBOL vmlinux 0xf626db2e generic_write_checks +EXPORT_SYMBOL vmlinux 0xf6370c48 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf6678325 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf68f4d07 dma_set_mask +EXPORT_SYMBOL vmlinux 0xf693984d bio_unmap_user +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6cb6f17 skb_queue_head +EXPORT_SYMBOL vmlinux 0xf6dbd3df pci_request_regions +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ff458e user_path_at +EXPORT_SYMBOL vmlinux 0xf6ffdd97 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xf71a7d7e key_alloc +EXPORT_SYMBOL vmlinux 0xf726d02f atomic64_add_unless_cx8 +EXPORT_SYMBOL vmlinux 0xf727ca44 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xf73efa70 igrab +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf745cb16 atomic64_sub_return_cx8 +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf785b148 elevator_exit +EXPORT_SYMBOL vmlinux 0xf7b0a04e qdisc_destroy +EXPORT_SYMBOL vmlinux 0xf7caa47f blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0xf7d0ea30 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xf7e37635 __wait_on_bit +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf8050fac acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf813d802 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf858b130 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xf85eb7ed tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xf87f2e0d insert_inode_locked +EXPORT_SYMBOL vmlinux 0xf88e0ee2 acpi_get_table_header +EXPORT_SYMBOL vmlinux 0xf8988761 cdev_add +EXPORT_SYMBOL vmlinux 0xf8a6acef acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xf8af58ef netif_carrier_on +EXPORT_SYMBOL vmlinux 0xf8c1b4b2 nf_register_hooks +EXPORT_SYMBOL vmlinux 0xf8d10200 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0xf8e60a80 dma_pool_create +EXPORT_SYMBOL vmlinux 0xf8fd0455 pci_pme_active +EXPORT_SYMBOL vmlinux 0xf926223f pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xf9264abe agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xf92dd8e6 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf940a328 __next_cpu +EXPORT_SYMBOL vmlinux 0xf9461e5e gen_replace_estimator +EXPORT_SYMBOL vmlinux 0xf9518147 single_open_size +EXPORT_SYMBOL vmlinux 0xf97456ea _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xf980710e fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xf98bea01 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0xf9956164 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c1210b serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xf9c367e0 iov_pages +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xf9ea6f9d agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xfa1c8fd5 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xfa29740f md_write_start +EXPORT_SYMBOL vmlinux 0xfa30957c mempool_free +EXPORT_SYMBOL vmlinux 0xfa3d7390 mmc_start_req +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa5a3b8f flow_cache_fini +EXPORT_SYMBOL vmlinux 0xfa84fa2a inet_del_protocol +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfad74328 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xfaddbce9 fb_class +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaec9ec8 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xfaf6702f ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0xfaf76746 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xfaf7b415 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfafed404 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xfb0443fb acpi_get_parent +EXPORT_SYMBOL vmlinux 0xfb04a8c3 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xfb0f1b59 ida_destroy +EXPORT_SYMBOL vmlinux 0xfb14152d netlink_set_err +EXPORT_SYMBOL vmlinux 0xfb665bbf pci_platform_rom +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb776dd2 __serio_register_driver +EXPORT_SYMBOL vmlinux 0xfb80c7a0 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xfb8e3aa4 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xfb901e1c rwsem_wake +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbc66a46 dev_deactivate +EXPORT_SYMBOL vmlinux 0xfbc985fb pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xfbd1d298 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xfbe88840 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0xfbfd7278 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc07f870 mfd_add_devices +EXPORT_SYMBOL vmlinux 0xfc13f991 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xfc255045 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc51e5af d_invalidate +EXPORT_SYMBOL vmlinux 0xfc562165 acpi_run_osc +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfc872fd1 get_ibs_caps +EXPORT_SYMBOL vmlinux 0xfc8782cc tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xfca7e503 tty_check_change +EXPORT_SYMBOL vmlinux 0xfca93f82 sk_stream_error +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcac0d40 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0xfcbd679f tcp_seq_open +EXPORT_SYMBOL vmlinux 0xfcc030a4 pnpbios_protocol +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfccaa50f dev_get_by_name +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfcfc7b3f dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xfd0192da gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0xfd084a61 dev_mc_add +EXPORT_SYMBOL vmlinux 0xfd27fbed account_page_dirtied +EXPORT_SYMBOL vmlinux 0xfd33b5fa cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xfd46ac41 dev_notice +EXPORT_SYMBOL vmlinux 0xfd4ecb95 d_find_alias +EXPORT_SYMBOL vmlinux 0xfd539883 ps2_handle_response +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfdaff448 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdc15d59 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xfdd36248 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfdfe794b vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe047ce6 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0xfe1225d4 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xfe29b199 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xfe310a2a security_path_rmdir +EXPORT_SYMBOL vmlinux 0xfe3594b3 check_disk_change +EXPORT_SYMBOL vmlinux 0xfe44d7de tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe940a1c scsi_print_command +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfea712c1 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xfeca7590 radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfef8c090 keyring_alloc +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff2b84df pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xff30bb20 input_inject_event +EXPORT_SYMBOL vmlinux 0xff37f3ee pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xff480992 dump_fpu +EXPORT_SYMBOL vmlinux 0xff520710 do_SAK +EXPORT_SYMBOL vmlinux 0xff644fd5 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff84ac01 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0xff89aba9 mmc_put_card +EXPORT_SYMBOL vmlinux 0xff8ccae9 start_tty +EXPORT_SYMBOL vmlinux 0xff90a1ce mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xff95aebf alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xff9984b2 __serio_register_port +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffd383b7 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xfff321f0 dqget +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-i586 0x7060bf0a crypto_aes_encrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-i586 0xe409b491 crypto_aes_decrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x08211549 glue_ctr_crypt_final_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x0fb70eb4 glue_cbc_decrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x501a196f glue_xts_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x834a798e glue_cbc_encrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x8f02ac4d glue_xts_crypt_128bit_one +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xbf2f4c1e glue_ecb_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xc852225c glue_ctr_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-i586 0x28afd262 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-i586 0x6f068d90 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00aaf935 kvm_disable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00d8eeeb kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x08e8f58b kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0971fc03 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x09b7e4ec kvm_read_guest_page_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b064548 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0f1b3964 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0f22e2c1 kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12f0eaf4 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x16294ecd kvm_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17b5df57 fx_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x18e257ab __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x196f5db6 __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a34922c kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a4342a5 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1c838451 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d836b11 kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2123741d kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x22df141b kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2433d6fd __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x268ec9ba kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x26a103e0 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x270cbebd kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27496e17 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x285f413f handle_mmio_page_fault_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x29d9c82f kvm_inject_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f636c31 kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x317f9e6b kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x325a5201 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x387df799 cpuid_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3a0da231 kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ee59a92 __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3f6d0737 kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3fc0fd9c gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x40f04d0e kvm_x86_ops +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x40f28cd4 kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x43be21ab kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x47e52dd9 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4c31503b kvm_mmu_flush_tlb +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x503159d1 kvm_write_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5b688c5e gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d9642da kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5f00e03a kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x62959600 kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x63d8a573 load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64020e10 kvm_set_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64d04ca4 kvm_mmu_unload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64d27013 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6532d20e kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x66112a04 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x668db245 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x66949fd9 kvm_inject_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6c5aa345 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7068c8ab kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x710c5e85 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7592a361 kvm_set_xcr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x76d9cd2b kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x781ff4b0 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x79efd4e9 kvm_mmu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7cb0e89f kvm_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7cddd999 kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x81595aef kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x831327da kvm_max_guest_tsc_khz +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x84ceb28c __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x869e52f1 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ab2d8b8 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8bb03e6e __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8c8663c1 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ce4f3ab kvm_enable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8d44c8e0 kvm_mmu_sync_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e831a2d kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ef2ba80 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x933a26a8 kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9381ea43 kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x96d0c0d4 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x99bfae99 kvm_set_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a216313 kvm_define_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9d660b47 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9e13f503 kvm_mmu_unprotect_page_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0ec3a0a gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa17bb3cd kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa3649a8a kvm_mmu_unprotect_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa8ca4128 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaac7c868 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xacf7f97c gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xad76ea10 kvm_before_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb151cc80 kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb1d57d1e mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb284eed4 __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb2a65cca __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb41e63bd kvm_after_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb5464a58 kvm_mmu_get_spte_hierarchy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb97eb246 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba9ed435 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc2b538e __tracepoint_kvm_nested_vmrun +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbef15b7b kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbf05ab76 __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc0f8227d kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc2a6c6ec kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc3358090 gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc395c7c6 kvm_inject_pending_timer_irqs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc96fe089 kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcb67ce10 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce95f65d kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcf301a9d kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0459e67 kvm_has_tsc_control +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0b2727a kvm_mmu_set_mask_ptes +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd32d96f4 kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd3679199 gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xda607859 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdad4dd62 kvm_get_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb15407a kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdd366397 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1232152 kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe2b8ae86 kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe341547b kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe433b1d2 x86_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe783f58d kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe8075f11 kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe8daecd7 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe951eeb0 kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9790e86 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe991b314 kvm_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe998be4f kvm_vcpu_block +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeca9f332 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf74bc086 kvm_fast_pio_out +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf79f6d0d kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf7bffade gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf82ee977 kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfa02b8fb kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfa1235d6 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfab77bba kvm_require_cpl +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfd1469e1 kvm_init_shadow_mmu +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x09b51650 ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x1e6807cf ablk_decrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x69f4e94f ablk_init +EXPORT_SYMBOL_GPL crypto/ablk_helper 0x9529bc80 ablk_init_common +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xa7f2a44f ablk_exit +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xd200c768 __ablk_encrypt +EXPORT_SYMBOL_GPL crypto/ablk_helper 0xe79e01bc ablk_set_key +EXPORT_SYMBOL_GPL crypto/af_alg 0x331169ce af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x3522e6b2 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x38198e77 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x3cca8476 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x4bdad35a af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x63673f99 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x7e7cde9c af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0xee0fd5ce af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0xf701a82c af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x8f8e16b2 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x08f5de4d async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xbb2abbab async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x2eafe352 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x92d0f3d9 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1c9407a5 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x5071269d async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x71f8954d async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x7d5ac04d async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x4070e92f async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xe4167c1e async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x6e09ef1a blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x70f005bb cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xdd4b38c5 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x04daec27 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x26219066 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x2f1c7863 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x3cae6ca3 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x47e8f90c cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x4acce10b cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x59ac88c2 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x74a4fb7f cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x87e00df4 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xc3ae3da7 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0x64060fbe lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xf3c65526 serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x301227be twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x6849017b xts_crypt +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xb9a141b0 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xe1372311 acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/acpi/video 0x3c65037d acpi_video_verify_backlight_support +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0121f1a0 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x171ebdf9 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5acc257a ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x61901f65 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6ed0a027 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7108fe49 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7503bd66 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7f7f2fa1 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8b546fb2 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8f2a87aa ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x971eb6c8 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9868b406 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x99b34889 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9e071c51 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa2aae73c ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb25f2659 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc7ad5232 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xef0f4a27 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf1406e1d ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf9c6d137 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfb1b23f4 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x078d2e13 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0c7534c3 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0c8c92a7 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0f99329f ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x1f65ec22 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x364a6c3b ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x3935fb15 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9e9de1a3 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb372aa13 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc740535c ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe632b04b ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x7172195a __pata_platform_probe +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/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/bcma/bcma 0x04ed0ec2 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2558f473 bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2de8107d bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x46298b20 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4cc8f4ab bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5057e4ce bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x50a477bf __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5aa8aba5 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5f3370aa bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x62e94300 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7afc49ae bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x86ff4474 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9094f3ea bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x92e84a2e bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9822737c bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa1df173a bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa7085ee5 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa7ccfcfc bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb6aa71e3 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc2d299f6 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc693b016 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc8084aba bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf55b0879 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1d5deba6 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3ba02902 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x56c78ab6 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7fb72aaf btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9e361b09 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xc3c0723b btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd50f3acf btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfc772071 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfe2a4c39 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfed067d6 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/char/scx200_gpio 0x6ec54d3c scx200_gpio_ops +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xcc2c943e ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x13705271 dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x31a2c8df dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x3919c98f register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x5ec448f3 unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x72ae1a62 dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xac34ecec dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0xd4efba19 free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xda654a5f alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xe163e138 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x0831782c dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xaa2faf20 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb280b5be dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb767f79d dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xfe32e81b dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x09870033 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0bd051cf edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0dfa0ba8 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x12019537 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1afe22cf edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1f030db9 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3dc50d39 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4ab21975 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4c098cde edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5591eec3 edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x887ba3cd edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8bcb355d find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8e19d2ec edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x9541506d edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa0e1ead0 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xad1fde22 edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xae8956fc edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd0c9f210 edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd26590b5 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd66d2f00 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe14e45e4 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf2fdb92f edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf6a746dc edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x14878009 amd_report_gart_errors +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x21626132 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x737912b3 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xb30b7e56 amd_decode_mce +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x013fbdac cs5535_gpio_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x93f8fe67 cs5535_gpio_set_irq +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xc0bb404a cs5535_gpio_setup_event +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xd3bd9300 cs5535_gpio_isset +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xe07c0954 cs5535_gpio_clear +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x1fef0bd0 bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x88d024eb bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x48bf0ecb __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x87ee505e __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x024d95bd drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9bbf936a drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xacf56321 drm_vm_open_locked +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 0x15a270d4 i915_release_power_well +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 0xa89ea1e9 i915_request_power_well +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xb76bf2ac i915_get_cdclk_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x40442cd4 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xb8543c0e ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xbd1e6931 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0591cb41 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0ed96736 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1550b995 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x210aa256 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3183e331 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x38f8abaa hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x401a20d2 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4607e25e hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x599c506c hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x662743a0 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x687506b8 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x687962d7 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x714e8574 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x76527362 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7a837083 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x83031748 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8a6292fe hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8cd26578 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x900fd544 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9646438d hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9afe96ac hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa2a9324c hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaf607579 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xafbe00cc hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbb722444 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc91013f9 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc9117d11 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd06ce33b __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdd8b2b28 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe0d6afa3 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb6d4a0d hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xecbb7429 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf0253704 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf5f165a0 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf704c5b0 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0xbff72519 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x0117b074 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x029947f8 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x8fcbc19c roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa6d7a1b6 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xacabba40 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xff662554 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0e861e40 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1aaabd53 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x26b279ca sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3a6e1b1b sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x80bc69d7 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x85b7dd7b hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd17ca05a sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd4572052 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd51d984a sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x6c28b64a hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x300ce323 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x338d8e98 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3f06b1a5 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4536dfc8 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x511840ba hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6cf81a94 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x74a71f64 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x75bdc04e hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8161440d hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9d2f27e4 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa9b67c69 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xad1fe8e4 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc1ea4f03 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcdfec01e hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcec8f425 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd8be8813 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd9572435 hsi_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x061e1242 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x06278dea vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x10436c95 vmbus_are_subchannels_present +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1d675530 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x358fafa5 vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4ee6ddc1 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6a822391 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7b15c818 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x839849b3 vmbus_sendpacket_multipagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9353e665 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb0e4bf46 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xbe0707a5 vmbus_get_outgoing_channel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf3a2a971 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf45dd651 hyperv_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf9c7a38a vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x7daa97d0 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x8550a3c5 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xca67fce4 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x091369cd pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x167eb960 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x18a97a33 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1f2d4be7 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x23e3f864 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x29a8f766 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x32aa2995 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x36c4c17f pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x76fbb9d8 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x9840458a pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xc89852e4 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xda89013b pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x250ff877 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x28049d0c i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x291646d9 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x34527120 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x9493815a i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xb048a89c i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xcbc800e0 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xdc1f4235 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xf0ec010b i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x8736dffa nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x51c90fa5 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xda746f17 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x7ce2780d i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xd2a8557a i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x2aa4e44a ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x5c583d02 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x5fa2727d ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x5fbf0b0b ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x6a1cef32 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x6feb8be9 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x90b97329 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa0eea48f ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xecc27730 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x1c857746 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x4ce3ed06 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x5a5703da adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x6158fe51 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9cd15f18 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa01bbfa5 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xc339b5e8 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xca7ec8a8 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd0ea103c adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xdc558f08 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xee344ced adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xffa89987 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x00f28e8d iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x03b5a52b iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x065a832d iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x070c6647 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x09c6d056 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0b4dc1cf iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x125656dc devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x143f92aa iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x19d5572c iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1e609ca8 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26b068b5 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2f69b188 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x47e6d142 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x60ca54a0 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6ac4e48d iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7da7261c iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7feca182 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x83e77c47 devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x85b27bc4 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8fe43326 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x94b07d65 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x951409a5 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9c547451 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9d0fd63c iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaa789890 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaa91a5fa iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaec103f1 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb2a6e1dd devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb6b153c1 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd6f96c65 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xefcb15e0 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfc054527 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfe984e6f iio_enum_write +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x929019cd input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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 0xf72f19b9 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x33fd5b65 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x715fd5e7 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x8c3118b6 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x16130493 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x8113ef0d cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xf58d1503 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x09122c6f cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xfa53565c cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x264e9997 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x34591dcd wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3e0a1a5b wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x574ad49a wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7c9811c7 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x89ccd5cf wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x8a5dbc9e wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa89e87d5 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd31285ed wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xef1e079f wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xef290e2b wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf2a01ac5 wm9712_codec +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0bdbd322 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2281593a ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2dc434bd ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x42bc4212 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x558298e7 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5fe397b1 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x81b30d9c ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x85e7b5e8 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xab1a53d4 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x077a1064 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x19c15b13 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x1bfb03ee gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2490ac5e gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3838e399 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3a9a2ef5 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3fd0d877 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x46d7bc5e gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4ba789c8 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x51be1850 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x57cfe626 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x66721819 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x757ffd51 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa1c1e1d9 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xac4610c4 gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xec957bab gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf81cf716 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/leds/dell-led 0x86fd1ffb dell_app_wmi_led_set +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0f4113f5 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x250798d8 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x292b407b lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2a0711e5 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2c8f7934 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x78bbf8fd lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x79910174 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x86f4b9a3 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb5348c13 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd38afbbe lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xdb965090 lp55xx_write +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/mcb/mcb 0x029288b1 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x293bc0e6 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x2faad0bf chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x38966912 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x4f8a9eef mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5029f7c0 mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x55ac1815 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x72a8ed40 __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x745fb3ae mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9975df6b mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xa18a72b8 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe5122b52 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xead0864a mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x10e06e97 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x155ea9c7 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1822fd23 __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1f2ba9ac __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x260d47cf __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x27831e89 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2dec45e0 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x347aebe1 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x41c861f0 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x480dc606 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x49856e5a __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x50e8c39f __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x574ba881 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x628eb712 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6770a402 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x785cfc9f __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x91f2af34 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09069a3 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa591c5d6 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa6890b59 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaf60c34b __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb950d2ae __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbd4b89b6 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce0e6218 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd40fba32 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdc5ea5a5 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf58ce244 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf5bcbdc7 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc1d5275 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfcdf28c9 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xffc308e4 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x11381a85 dm_cell_release +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 0x331417af dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6a0e0a02 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x82d84803 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xccff8b84 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd802e90d dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xfd168190 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x43688007 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +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-cache 0x37db2cb6 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x40f0f483 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4ef18f54 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x7d4f4dd6 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xcae074af dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xcff3ad3a dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xd6640604 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x952c0297 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xac62443b 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 0x09472122 dm_rh_dec +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 0x42be28b1 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x54edbd43 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5a2ad2ca dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7744a70a 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 0x896b0fff dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x8e3a62f1 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x150c85ce dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x33c03da6 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x619701dc dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +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 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbe0497aa dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe08e09e3 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0xda109a28 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0xf06c5ae2 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x860bf296 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x14a0f380 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x2d8d8efa saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x37c2e067 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x391c4ae6 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5d9f68f4 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6bb767d6 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x965444ed saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcc82c4b1 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xdb7cb3db saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfc51c539 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x04d788e7 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0a4cd0fc saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0ee7f76f saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x2c6fbe48 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x45a908b1 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x68fffda2 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xeb453e3b saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0771b202 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0c29e876 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0d23dda2 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2fd82137 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x433511ab smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5370fc13 smscore_start_device +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 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 0x8fa43ac8 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9200284b smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbf5c40a1 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc836549c smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcf497c42 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd0c937a8 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdd974006 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe369c9fe smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xeca51763 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xed00e583 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xff1c531b smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x5687fbe1 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xb17aaa85 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x0119d5f4 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0x1fe97470 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x27d5d085 media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0x404f1f73 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x4a322eb9 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x55c250b6 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x5768fe43 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0x59ba5b95 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x7bf7abd1 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x7ec78486 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0x8202689e media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0xa54e07ec media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0xb082d84d media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0xb7e04e2e media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0xc9a3baa9 media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0xd48eea5d media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0xdc1fc620 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0xe5453324 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xdf49f0f8 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2b3fa65a mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2eb30a34 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3769cc99 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3ee708dc mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x48b1bda4 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6a470adf mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x78b8c75b mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x79ca7ddc mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa0697a42 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa11bc0c5 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa53bbd0a mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa9d0c78d mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbf0b8e3f mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcab3acad mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcbc1162a mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcc0fb8aa mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe0e1599d mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x150596cb saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x242fd938 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4454755e saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x55af759a saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5efd1e1f saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x665aa88c saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x72b6fbd7 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8708192f saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x94d2b9ba saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9f5a0316 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa589ff6b saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa7deb6bf saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa81aa3f5 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa87cfa14 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbe9e1338 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcff5fa81 saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd5d74034 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xda1587a8 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xee3ef695 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf426f2c1 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x57c21873 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x63a1da8e ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x86c88190 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xb1b336c2 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xb1b76ccf ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc9cad164 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xcf612ca9 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x0116fe59 radio_isa_pnp_remove +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x1a754f31 radio_isa_match +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x8c007727 radio_isa_pnp_probe +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x905fbbfa radio_isa_probe +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x98cb9585 radio_isa_remove +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x29206bad radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xb71e63ce radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0b93f54c rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1bfdc05f rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2554ad84 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x31f7a806 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x38fc2b6d rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x563dd775 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x607baab3 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8c3e30ff rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x907ba9d0 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9781c21f ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x99b3414d ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xad402848 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb68ad8ea ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc8002648 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd0366749 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd66f75ad rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xee2f1f5e ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf5645493 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf58449d2 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x9885e599 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xbff79b97 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xbae9b5c2 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xd30df321 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x91bb834f tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xdb7b69b0 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x135e37c6 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xd8365ad6 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x568edf20 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xcdeebafa tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xd5895ba2 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x187d37c3 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x91818d91 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xa1a878ff simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x24b175d0 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2e55f249 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x351c1322 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x38ca9c66 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x42bd7537 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5f878526 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x639a8d46 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7128132e cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x714d7596 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x800ace6a cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x913e4e70 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9ad96e07 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa2c72ac0 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa40b26ec cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbd230c5b cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc2f0629c cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc535f060 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xce4a07c3 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe25de311 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x9844cfc2 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x2c419961 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x039e2d1f em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0fb387d1 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1064f971 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3f7d1194 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x56bacd81 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6c492731 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x866329ed em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x88e48893 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x91ece53e em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x92fe4512 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9eacd62e em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa80c5e94 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbcf34dc2 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc7cc53e4 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe6d5c229 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xeb7e24bc em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf72dc0b7 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfea7e09f em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x44a2a458 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x79df0001 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xa997aca3 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xaa328899 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x4a0766d5 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x50b48568 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x70588e7b v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xac494198 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xc7d327ca v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe94aaffe v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0627e04c v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1cb1bbc0 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2fdedde7 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x31a9dfcf v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x34e01a54 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3e321ada v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x40382028 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x41af6286 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5026ca2d v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x58243bf8 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7bd7d67a v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x80e2af69 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x82ed9761 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x85809029 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x921a77f2 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa0a52577 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa8ffa2d3 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa9099012 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xadaa98f7 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaf0f3607 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb8d2e94e v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbc61b494 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd11c631f v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf5ffedbc v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0a1fa339 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x12a2e5e3 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1a68c6c3 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x24012be8 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x27a929b8 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x307dc876 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x317db97e videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3306709e videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x442c6831 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4e578708 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x611808fe __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x636baa43 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7c7f59b9 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7fafd2ce videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x808d4eb6 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x845582dd videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x908d412a videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9d13d7a4 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xab8e877d videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xafff224a videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc4929329 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe3227650 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe3e82b23 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf84cf541 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x5cbcaca9 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x8e7b6dea videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xe23442d5 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x158099d8 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1ad1af6f videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x7e354aa8 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x82c6a202 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x941b106a videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa7b25219 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb087b7f2 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xc633d5ed videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd8202f13 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x0db46d10 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x10817a55 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xa0edbadb videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x02361a76 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2ec8a6d2 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2f07a76d vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x34f1c615 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3506c631 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x37d3562f vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3988302b vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3e0742b0 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x416f317d vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x488d7e65 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x495f12d5 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5eaf4a66 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5fa3c00c vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x684c8073 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6d83f6c5 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x79b11a64 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x82307e7b vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8eda1778 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x980b9ec2 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa5ac24b8 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb0041d21 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb456d902 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb775904f vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb87e4e32 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb8cf72a6 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbfaaecd1 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc118c236 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc5d3ef8e vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc7d7fd1c vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xca4a2d2e vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe7bb1a8f vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe9cabf82 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xeabd41d3 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf3269c0f _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf338299b vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf364405a vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf8f1fcf0 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xff8c6ca3 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x9b818943 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xb38b9c2e vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0xee3a31a4 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x2894d851 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x2997bfc3 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xd30ccd35 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xf12a096e vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0xa88827fd vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x191f801f v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x283b4b6f v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2920d752 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2a2b8dc5 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2e80d957 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b228369 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4c533570 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6586c80e v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6dfc1391 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7b82a2c9 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7fabb197 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x89dba3ff v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8aa95910 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8dff38df v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8e0c61c6 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9b89d43d v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9eb17d59 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa7b6faab v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa9782c37 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb182158e v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbad4aef5 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbb9bc2ad v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd5a9be72 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd66caa7d v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdacebf90 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe411a871 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf599cc16 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x184fc9e1 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x331811af i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5906aaba i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5907591d i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x83ae5d28 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x840d7560 i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x958e05d5 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xc8f62374 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x78739c8d pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xcf49686d pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xf4fee060 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x12110077 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x1ab82ef2 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x23f9879e kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x574ce541 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8cbde6be kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xbf3ba968 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xe81a8a76 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xeeb6e854 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x0d22a161 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x558a0a6a lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x83c4347e lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x0f568d6a lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x72c50909 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x740402d1 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x77352fc6 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb1decffc lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb5e1da06 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd46f9977 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x2c1cc307 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x601157f8 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x84673b29 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x09d13ae1 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x0a481a1e mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x1bdecf89 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x22a75358 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5b6484a9 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa2b4d40b mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x12282dcd pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2467c6a9 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4eb1874e pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5c353e16 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6c053789 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x97cdf609 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xacaf4fca pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd998ba31 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd9dd37a4 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf1db239d pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xfde22553 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x20268493 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x4f0ef508 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x9130014c pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd1bb254b pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xde7be91a pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe4dfbfa3 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xef2d6a9c pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x17be124c rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x206507ff rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x20fd6b37 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x273769bc rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2e895c12 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3319da0c rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3595bd05 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x38534428 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4e53cf74 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x67b65dd3 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x71bf3e41 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8455b45f rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8dffe6c7 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa0d1adda rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa110a5f2 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa595a3c2 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb022caad rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb3854c88 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xcde20856 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd911ecbf rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xfd1981e1 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x5be89941 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x61383792 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x621e55f2 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x875031e5 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x950c105f rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x9be32b69 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa8ed430e rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xadc09b14 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xb23f80d8 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xbbfe9e19 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xbe697e0c rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc6a79e21 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xca4f0d5a rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x01183abc si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0c55b503 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0e4d64d1 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x135a2f54 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1e35f7d0 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2984e612 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2a436c61 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2d0c690c si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x360257de si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3b34e176 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x47ca8d3c si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x568fb874 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x59229e97 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5e48862b si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x65d3a262 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x78f95896 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8af0a1de si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8cad033a si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9858dc21 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9b31fe11 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9fed5245 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb1a60003 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb1c53b60 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb695b1f2 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb834ae4c si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb86ed2eb si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb9df0d75 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc7281e9c si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcb5d39b7 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd0d883e9 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdc75e82c si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe611b77d si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf97a4962 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfc0eda4c si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x10ada1a3 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x24a8b468 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9f7075ba sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xb3bda7a0 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xe0edeab0 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x3f3e33a8 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x79ed704c am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x8b1e520c am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xe25a54bc am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x556da12b tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x90a51316 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xa663fc3d tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xb31df9a7 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x116ab9d7 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x936b9466 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x94c05819 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xdd377104 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0xebc41afc ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x11988b03 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x3ab23093 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x742eebc8 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xefed3aea cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x16ac379a enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x502ec05e enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x767b4d3c enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x7d386865 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9f301992 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb3ee0f41 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc29440e9 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x072f4897 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x546ff962 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x74d3a4c4 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x86821713 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x951e92d6 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x9eaf7d27 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x9f63c7f2 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe370a972 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x148000a9 mei_cl_register_event_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x2fcc3a82 mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x309f7a76 __mei_cl_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3e79f2ff mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x441149a0 mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x453e5c27 mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4a717920 mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x53e32729 mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x5a6a1e8a mei_fw_status +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x65bf6b10 mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6d2323fd mei_cl_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6fdefeca mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x7b3ee1f3 mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb0bfb818 mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb15a77bd mei_cl_enable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb34bf631 mei_cl_remove_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb97cc2c8 mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xba969950 mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc6cfb1da mei_cl_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd2d6b4f5 mei_cl_disable_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd832af52 mei_cl_add_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xdb780f2c mei_cl_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe0213897 mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe242bf86 mei_cl_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe292e049 mei_cl_recv +EXPORT_SYMBOL_GPL drivers/misc/pti 0x19f09b98 pti_release_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x23bde487 pti_request_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x52a78e81 pti_writedata +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x154a6be8 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x16833e0b st_register +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x0f6680ea vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1152e318 vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x13aa5a5d vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1872c7af vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1a195863 vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2e30d970 vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3ef56cd5 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4b630dac vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4c498e60 vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ea2ccbc vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x50a255c9 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x677c36d0 vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x69ef87ff vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x6bfa603a vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x6cc1a5f7 vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x722d488a vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7d540b50 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x8b8ad67a vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9624c58c vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9973b9b2 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x9d16164a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbbcb4c48 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xccbb53d1 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xcf5ed7ef vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xdac94780 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe7e7c107 vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0682a899 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1ce6e98d sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x22bf11bc sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2dce1f0e sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x47d7cb70 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x684dfc88 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x74fa1dd4 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x83ed0a21 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9a2f7597 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xacc8433f sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc1a49c6e sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc3b4925c sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc54a5339 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc5d0e3b1 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xeb9a6f7b sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x0c630972 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x599335ac sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x71a5177d sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x7d56f54b sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x96de88a5 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa8d32251 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xce1ff0d1 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd1cf154c sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xdb3a1d2c sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x14f0a688 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x2bd98360 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xd6c7a6f6 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x14341e64 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x999f9a32 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xe7cdd1e2 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xa58a7713 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x3a6d1815 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x49c167d9 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xb40fd28f cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x04586ee6 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x070194d5 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x117ede96 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x19a10e21 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1fba36c1 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x203e995a get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x23d363bf mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2402f215 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2ac3d1fb mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2acaa81a mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3213f33d mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x382abe0d __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x394d334e mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x49c735ae mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4c9c772f __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x51c344fa mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x59c6b36c mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5c29c48b mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5d5e05ff mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x61296f07 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6598e19b mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6a018db0 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7616fdfa mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7c10bb35 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x81525491 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x89f74f09 register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x94485652 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x984caeb3 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9a985c58 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9b0a2d92 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9ea50f7a __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa90bbafc mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb2828d53 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbabb44a5 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc83714ee mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcf5f6a6e mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd5a22ca8 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe0e95281 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe23f24bc mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf097dabc mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf6275c22 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x4652fd0a register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x61f738d6 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x879fbb0f add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa259ba24 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xac035262 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x16dd702f nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x3a01d29a nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x1af3499f sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x202e194a onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xa920231d onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xf4ddba08 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x06ced94d ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x07a9f5fb ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0d65d7a2 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1346e8bd ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x233ba54c ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2e8ffd7e ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x30cb0d04 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5b65806d ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7d864072 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x97c3d341 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc5a197ba ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdcb1d30f ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdffb8d7f ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x25bf5821 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4010d69f free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5f249b72 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x75e9ae39 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa56009ce c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb94b3f28 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0a79f816 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0c7eed0e alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x29ca1d20 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x42b22f97 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5c8f8624 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x67db5d59 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6862e576 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x791a30ae alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x8231d2f8 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9097d149 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x92927730 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb9e34854 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbafff53d can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbdf43efe can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe6e70c4b can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf6df4563 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf8d383cc open_candev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x02392454 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x1b085f97 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x74ce25ab register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x7c2fa7ed alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x42c2b6e2 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x65c283ea free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x926c370f alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xa6e10df1 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0631a31d mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07038ea1 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0768dd5b mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x097b4f0d mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09efed39 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0aa8188d mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ca9dac7 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0eb0f8e0 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x116b483c mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x132d471f mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1392aacc mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15309641 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e5e3c05 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x215ae15e mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x232e1df0 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24d4f5a3 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25d06d8f mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26f11c06 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28066b00 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x286c970a mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a20071e mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b27650a mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2cd15bed mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f5b2e23 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x348f24c5 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3521fcfd mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x357fd70b mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c0828ed mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40482861 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43333956 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43a0f0eb mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44e79f1e mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4574f69f mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4687e7e2 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a30b0b8 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e10e596 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4eccaf7f mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f44c4e6 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54049593 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54644ad0 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x582b9c85 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5880cdb3 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bce9428 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e911bbb mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5eb90a0f mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f189e6c mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60a380f5 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61b4ba79 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61edc50a __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x640d02c0 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x659c125b mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x681e9366 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69914c29 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c2f311e __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c588a3d mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f2046f6 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f96601f mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ff10509 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73e7f9ca mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76862591 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7693b1ec mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76ecfcb9 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76fb7848 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x774c42f9 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ac6201e mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7cabbca7 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fb0edbe mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fd0cabd mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90a4f838 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90d9d5bb mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97f7473c mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98d904e5 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a0f384c mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9fb17e16 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa108f279 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa79a8d62 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa19c4dc mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf7d2d18 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0007bbe mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb16b3461 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb209ce6b mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbafb5c64 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdecc508 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc27bdfda mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4f8d042 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc90586c4 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc986af61 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccffc784 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcddd13ad mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3112ef5 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5e934b6 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd72073ba mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd83b7db6 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3812088 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe86c8d52 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecf00ed6 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef73af83 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefcdfcfd mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf156261b mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf213029d mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf44806fc mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5ecc519 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa820305 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb3e717b mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc87d84b mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09b9d799 mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c51d0df mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d1d6b39 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2dff8774 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x348e804d mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f011a8d mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e0c6cb0 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53b59a78 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x555e5416 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a09f169 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c07b01d mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90d97945 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdf0294e mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc87bf094 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdbe42f33 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfad8edcb mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x380e80ba macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x719ecbf4 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x7574a34f macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xb991ed76 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x6d3eff63 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x0ba89b36 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x22c79749 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x7216421f usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x8c42c86e usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1f74c3d2 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x317b6c33 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x53372020 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x59de13c6 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9ba68e4f cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xca2b0f3e cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd49aa26d cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe3a878e3 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x14290219 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x16e9641d rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x19eb6a85 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x1d0a8ca2 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xc317a3c5 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xcdef3fb9 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0134276a usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0a204ec6 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0c9d5d48 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x110ebad1 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x28c88693 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2c9c8fd7 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x30bc48d8 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4588e4e6 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x52953029 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5c013ba9 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x67943a5c usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6e15aceb usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x72c3a305 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7fd79409 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x849c3a7b usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x981434c0 usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9982ffac usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9b793cab usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa168edde usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xab89f9ea usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb3b4eaed usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb61a2c18 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc6a3fbd5 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd381fe7a usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd8d23978 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdbdcfc32 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdcff9a2e usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe58d0eba usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe640bcd1 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xec251c88 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf10c845c usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfd0ab188 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x37b7cb89 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x8299e648 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xaf49ef8e vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xbd2febb2 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xea86e76c vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x00ecb362 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x11b0f06b i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x369e2163 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4127b36a i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4a50cd7d i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x5af382a2 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x62aae968 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x63005baa i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7f1a7bb9 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7f41408d i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x806246cd i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x87013686 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x95456272 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9aaeb78a i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc1464397 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf8719ccb i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x2cf1dc11 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x81d30a28 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x9bb49706 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xaef93ac4 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0xa7e3d6c8 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x013ac169 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x24ef4e1a il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x4952c7ad il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xaa1a1155 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xac8b202a il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0cd77623 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x215daec5 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x251deace iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3e0dc6e3 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3f89440a __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3f9e5d79 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x46ffee5f iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5489b167 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5d370c04 __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5d97a230 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x60c01282 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6101306b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6435dec9 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x68f8b339 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7acbd489 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7b10ebd7 iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8105828a iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x83548a16 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8caceb62 iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa0d181bd iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaf8f0be0 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcea0b361 iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd685b61b iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe1292281 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe8c70d2a iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf208e74c iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xfda097a0 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x0f8b5b30 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x112fe6ed lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x21615d05 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x3cfe31cb lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x54fc2117 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x56375324 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x753daa17 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x800a6e01 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x872021bf lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x891c81f7 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa9d865bf lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb83ed0a3 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd439242e lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd73356ee lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xdde08776 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xeac6d7ad lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x3750b9cc __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x37b88c9e lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x4c276a6b lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x78426d4f lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xa9abe871 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xe39f3bf5 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xedc72dd8 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xf04a2ad3 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x8b96c233 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xb7541ecc if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x0c6c7ff2 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x12f0368a mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x20b663e3 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x29a45333 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x4c1861e4 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x6a12c6be mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x829e5984 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa2e01616 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb2bab5d1 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb730bc50 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xcd928148 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xdc57867c mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xef796580 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf8e6db3c mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x0ced2cbe p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x1ab37c20 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x246fcb7c p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x474c55bc p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x47a57f4d p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x5fcdd1b7 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x6bbab41f p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x8c3c20b9 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xf23585e2 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x3e7e845b rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x428e006a rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x528e45b0 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x6fc45299 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x026704fb rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x04c4dcb5 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0978fef4 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0f2c4595 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1696501c rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x172f4bfc rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x20066473 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2acab425 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x343f5118 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3ecb23c1 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x43026425 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x48b457bd rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x53832d1c rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x59d53116 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5ba72b81 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5c0a841b rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x65316610 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6da17df8 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6f26d2c2 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x77991557 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x83b3e273 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x83ee6889 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8bd12b0f rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8cd95116 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8fbf13da rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x952e0153 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9667311b rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x998f3d9e rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa8d0ca69 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xac98d290 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc1220e4b rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc58c4927 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd7fee650 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe0775957 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe79829b3 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe962c872 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf40691c2 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfdb3a94a rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x01c8b34c rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x15a5bc58 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x1789a5b1 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x1d1fef2c rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x229de71f rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2c73df09 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x51de3eb3 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x538eff2f rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x6e4419e3 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x707654ac rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x9963c502 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc7b77446 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xffbeabd6 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x037e9bac rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0474ca5d rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x05ae2a0e rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0952ff1b rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x11400342 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x177e45eb rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1e6586e5 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1fe11b73 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x219303f9 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x25a5181f rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2b67b302 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3631541f rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3e3a1793 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x487d77af rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4bb1a7dd rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5110292a rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5382ea21 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5e4a6746 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6437f032 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x69af7cc1 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6f095cfb rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6f3a5089 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7285f610 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x72e61d6d rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x83de77a0 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x86f64700 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9033e76e rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x91a85c7e rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9a081d89 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa90e70c3 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa9e0b418 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaa22161b rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb4917a3e rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc5f4ab0b rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcb789eb1 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd1029d04 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd664cafa rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xde819a38 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe0bf2e54 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe0c9dfc2 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe3b56776 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xed8c22cc rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xef1043b8 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf2483692 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf2b3a511 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf4216903 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x15cce7bb rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x52c7d151 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xa5d8c3a1 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xdbf9ded7 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xef432336 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x05f06983 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xbf3ac031 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xf5241ca1 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xf9322122 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x086af83b rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x107693ab rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3fd07fda rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x43da9549 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x48ae76ef rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4f715128 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x53b25aec rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x59ba4652 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5b1e44ea rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x64db1bd0 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6a6bc563 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x758a16c2 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb00044a6 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xbf41560e rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xccbb5cf2 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf6fe538d rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x06f4f0e9 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x45a78fe9 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5ce93730 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb89cb9af dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x001d43f1 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0fd76f8d rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x13ef6c98 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1890bac6 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1a63ada3 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2c1fc9f3 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x366f96da rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x38e1e3cd rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3def191c rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x51aa04bb rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x53fc7954 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5a477b28 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5f5e88f8 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6b10f0c6 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6c1b1d22 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6cab614e rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6d8ca063 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x707ab3cf rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7bdf4999 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x81bc89b6 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x887aa5ca rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x98790d8f rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9b9059d2 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb6ccb757 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc732f6bd rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe744ce09 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf46168fb rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x00f29027 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x15e4ed73 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x26f1060f rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x2a9a6e46 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x32fea9a3 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x5c6c0cf5 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x606d51d4 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x613e9f2b rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7c8ae719 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7e57227b rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x80f95fb1 rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x93f814f5 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x97f1da33 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb775a1f4 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc7ae4b12 rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xcd621f4d rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe0357156 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe94aed6e rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x5c7c21b7 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x7d0db51d wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xe520619b wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x05f60a63 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0b367ab2 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2d27a484 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3066da0f wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x33e0e22c wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x34fde577 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x40f256b3 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x460e1db3 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x46e245c2 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4e8912d0 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x52f36ddc wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x599ea38d wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5a4abf08 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5d6c8d16 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x643629bc wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x674dc2ce wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6a88eb50 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6bd4d9dd wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7840d2d9 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7efe2952 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x823ae027 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x829841ac wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8996c03a wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8c01c7a4 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8c7963e8 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8f00c715 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8f4feb15 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x90a305b6 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91da5146 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x99389c5f wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa6407ee7 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xab57a61e wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb211af89 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc3f9523d wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc79ae9ca wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc82f8349 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcc5158ce wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd3b56c9c wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdffc5d8b wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe0271969 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xed262298 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf5400082 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x3b577068 nfc_mei_phy_disable +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x4da3b661 nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x645e3bee mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x8b4e7b3b nfc_mei_event_cb +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x998cf5d1 nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xe82e19a5 nfc_mei_phy_enable +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x2b787823 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x75ab1811 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xba5f4976 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x1d8bf3b7 ntb_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x3f052a33 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x5ae32be2 ntb_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x77ae9ef1 ntb_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb 0xfe897ddd ntb_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x947953c2 asus_wmi_register_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0xf447ffd3 asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-rbtn 0x51552fca dell_rbtn_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/dell-rbtn 0xa060fe7d dell_rbtn_notifier_register +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/thinkpad_acpi 0x706cdcef tpacpi_led_set +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x3ecf6cfc wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x64ebe677 wmi_query_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xa9b7afd8 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb5a6ebe2 wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc5e3dddf wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xe2426710 wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x3ceca9b6 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x818d5f01 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x88f74aeb pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x1a183a4b mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x4c938acb mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x5a824b33 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x1a365943 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x532b2676 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x69b97397 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7a3ddc32 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7d365abb wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb89f45b2 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x7e42277a wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2be6cc72 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2e3fe374 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2f3b3fb3 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x30cab99d cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x32fc728e cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3e34918a cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x420bbdbe cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x44e52dd4 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4752e711 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4f0b4d71 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x51c897e9 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x58a2c218 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5dfb890b cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x601b2770 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x66d78a17 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6e8c3788 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6ea9999e cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7e20faa5 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7e5a6dcf cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x897fa2fe cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8af7898f cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8f0e17c0 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8fdd84bb cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x93bd71a1 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x967e9b95 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x97a9b595 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa34c9645 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa3c71d9c cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaeffe171 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaf2c8277 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xafc178c1 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb8f2f7b6 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc04389b3 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc08ba638 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc54e4b7e cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xccf41f87 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd1babf6d cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe135a80f cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe16a5366 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe3912563 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf3b3d381 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf4752670 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf8b5d8ba cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfdc7ff7d cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x37ec8490 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x4e91cb98 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x6780faab scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x76e9b5e1 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x819df5b2 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xa50da0ec scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xdf41210b scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x34e881ae fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3964e5cc fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x45cf829c fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x55c89a16 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x765b9aef fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7acf9625 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7d23e75d fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8b681f43 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x92fb0f01 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x96546994 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb6212347 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbc047e18 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc1b469c0 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc246b44a fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd77fdb3d fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfb04dc07 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x48f91915 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa37d631c iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb39f698a iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb9044812 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xea4851df iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf12b352e iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0277bc03 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0399afe6 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x03ca932d iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x04392f64 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x05cba68b iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x079121a4 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1439a873 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1d961cdc iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3cb26100 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3e65bfd6 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5656cb84 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x567011b7 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x582bafcc iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x628d405d iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x635f76a2 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x68b38c67 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6b7044c1 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6d3c9db1 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6fb2be03 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x701418b5 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x72759ecc iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x739d3d72 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x771a0422 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7f5f65de iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x82375fb8 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x830b274b iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8f9de6e8 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x95127518 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb898f5e1 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc07607a7 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcd31717d iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd41828ab iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7f26a0c iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdbf6f0e7 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdc74e1a4 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf1f27c65 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf23a3313 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf2989f6a iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf611c624 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf63e964a iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf64704d9 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf6b07ffe iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfa7b0674 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x037348db iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2db7e540 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5012266e iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x561760e9 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5f7c5036 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x611d9497 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x77d70bc0 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7d7ed500 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7fcec441 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x80e81505 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8eebc1ae iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9b83134c iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xacd6a1bc iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb9c46662 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd49cb386 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd69002d8 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe3840952 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0e52f386 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x242bd572 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2b3f3c9e sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2ccc5c11 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2f1ab5dc sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x36386228 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x37479444 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3b4cf9a0 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4d440cf3 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5130b32d sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5297dfed sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5ee94985 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x70dcfbff sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7bfd8569 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x84e32b40 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x88e33682 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa154cd85 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa35c02d8 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb5fd9ff5 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc9df7f39 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcbd4962a sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcd5eba3e sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdb5b50c6 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf4dcedab sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfbcdb7e9 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x68c7804e srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x793a1548 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xa1e377e3 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xa40fb2b6 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xadbdad3a srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xe8b8294a srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x141107d6 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x1c22ebb8 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x3af17456 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x40fc8053 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x6c2442f1 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x6c320ffc scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x9422bda2 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xe2f2f329 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xfaacbd9d scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0108ed79 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x06e5269c iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x08ed0fc0 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0d4ed1cc iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x132ff016 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1e80b255 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x27bfae7d iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x289e24a2 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x350da702 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3563174a iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4043966b iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x431227e9 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x442254fb iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4b4bd5d8 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x51fccd6e iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5984993a iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5b1b7247 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x61077a97 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x63dc15c4 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x67330480 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x67c0a622 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6960550b iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x870c0d40 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x978070a7 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9b753d41 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa9d4ac7f iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb52dd8b6 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb66cca8f iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb921f530 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc3032b8b iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc518f77d iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc5406dfd iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2c43db6 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd820b78d iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd99c6874 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdd9595dc iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe8ba9f11 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xecec808a iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf38342a6 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf45ddabc iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x06c8a6ff sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x1ecc1900 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xbbb1325b sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xec6f0df2 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1d7767c4 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x3510fa43 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x52c96ab1 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x61b55207 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xcab35b71 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd1104c90 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x0438f9bb ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x5ab05141 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xa1b0bfcd ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xd6b1ec80 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xdaaa4964 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xec4532c5 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x0bde9f4f spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x0e3daab0 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x20934025 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7a9ccbd3 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xc175b382 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x0f900611 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x41281d12 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x7dd96cdf dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x9d474fc8 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xa7983d6c dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x458d6328 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x483c3e7c spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x56805094 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5aed7f95 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5ef278e2 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x68d03dcf spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8cb3dea9 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa3418107 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc4bd63a3 spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd25fc4c6 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd32dc046 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd79c8d6c spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdd7ad522 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdef08945 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdf5c599f spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe06a04f5 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xed6dc9fc spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf2f93955 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xb24666c8 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd7d124 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0fbcd4f8 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1bbe771a __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x219fd702 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x231cb558 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2bb69657 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2bc265ca comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2d344cde comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2fed523e comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x31071911 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3ed97fd0 comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4535cf50 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x499758d8 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x49c2762a comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4b490896 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x53e67de4 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5aa85609 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5fba94cf comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x61dc5587 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x683bc3ec comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6fb41734 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x711facd1 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x72604aa7 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x74333fcd comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x76a330ef comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x88cbe5a7 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x906cc400 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa6051f4f comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb1af6b9d comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb2acc5ea comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb481d50d comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb5c00733 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb8e1a67d comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xba801139 comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbc406978 comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbcd6a2a3 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbee7cd23 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc5000016 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc70dd7a7 comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xccc0ae9a comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcd82a4ed comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd8d5a617 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xda95a872 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb1e99ed comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe1dc609f comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe1ed4c28 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xed429183 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf08bc1f3 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf8a3e7c3 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xffd34189 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x93de3c0b subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xa939fdb1 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xeb8054d3 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x0b76bd49 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x11280991 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x4f62cc4f amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xfb436163 amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x37cca283 cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xa9af5b63 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xc1a78e72 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xc1ad46cb cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xf0a35180 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xb32ef85a das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x048f2194 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0f0a7d71 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0f6461ae mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x13b34b85 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x19c160af mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1bd7865e mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1bdfe334 mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x26f5118a mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x35808b41 mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3611d94a mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3df26ce9 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7d0c16bf mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7dfcb1b9 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x82999743 mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x987677f8 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9b42bfeb mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9bcdf9a1 mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xea80bb30 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xedabe93b mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xef7c2388 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xefe47cf0 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf927c961 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xf64c5792 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x27dd6e16 labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x3c44d03e labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x466d86b8 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x5930d66f labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xd2bc71b5 labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x3502616c ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x4e022e6f ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x4f43b7d4 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x759ab82d ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x85883ca4 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xbb9a060a ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xd60b9339 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xe51da056 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x05cfbba6 ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x1bfa254f ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x2453c59f ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x30623be0 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xa58d2241 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xa81b7a05 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x11dcf1cc comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x305bc645 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x391f70fd comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x627294d9 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x7b498247 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x8bb6864c comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xc6970115 comedi_open +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x4486a5ca adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x05a0ebd4 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x1c436f2c spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x3bd62dbf spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5f23a9c8 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x6156ef25 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x7cc3cf17 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xce56e8c5 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd4e1fbc3 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xdcf22341 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe71e9c44 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xecf98da8 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xfa148d44 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x01cc6519 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x394120a9 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xbf2488d0 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x3d908af7 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x7301500f usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x2a54075f ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xb0c7ef85 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2867b22e dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xcb3cba74 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x065848d2 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x19f3af6b usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1b2ed814 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x28120492 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2af4a6d6 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x369cc0eb usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3a22ef7e usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3b7c395e usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3d13a3bc usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4b5c9d18 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x50fae5b1 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5857f6de usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x61cf595e usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6659558c usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x688ada7b usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6b0396dd usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x74aa25ed usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7a9e6f61 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7fff691c usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x91c4e74b unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9b27fc0e usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9e43c064 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xae18ca94 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc6512e50 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe17056f3 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe948143e usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeaccf63d usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf4ad8c55 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2e41c316 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x36f413fe gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x3832a98b gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x530f2178 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x59ae1e72 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x5f8ff712 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x78136607 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x932f5cb3 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x9c7685c1 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xbb813160 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xbce6825b gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xc754a871 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xcf669d5d gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd898b280 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xfe494d8d gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x14bf4146 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x5aca2800 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x0472e6d2 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x0c17d511 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x24b4d001 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x4858532d udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x570783d4 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x8955fc67 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xb32f672b usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xd6f1cf19 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xe96563f5 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x02002307 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x975ba70c ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xbb238303 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x008e2564 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0134b2c8 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x37125835 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4c5d1093 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4f912ac3 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56e0da47 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x5af7887e fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6c2480ca fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x8108e888 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x91680d56 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9799db10 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x98a46535 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb929441a fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc811f8d5 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe657435b fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x14b82476 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x549760c9 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xcb137299 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xe98e8d55 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xb4e6e6b8 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xbc9eba6d ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x217a93e2 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x402c7a93 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x854b7b0a usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x8b558d38 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xd08b5901 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe39739f0 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe64d3417 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe7537be9 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf74bfe90 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x81feb7e2 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x1744f923 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x1c1f27c3 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x29611286 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x55a0259d usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xd635d2c5 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x63f325fc isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x04a9b9bc samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x06ecf170 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x1a74fb2c samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x37e58d72 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xb6d99527 samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xb6da04d6 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xc8639700 samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xb97966b8 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x041a9b64 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0d2cb557 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1f2bd3fd usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x364c5327 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3b05dba5 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4ec156ca usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5bae0c7d usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5f2b42a2 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8cd16166 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8d6e2db1 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x951fb61b usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb08004d8 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb5934544 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbd86b670 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc4614c23 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe76a1463 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe8c63781 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xed537b82 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf1a6495d usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf215687a usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfd65f6ad usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x03ec3f4e usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0f959903 usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x166fd756 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bab29d4 usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1eda4ada usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x23251e5f usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2d871070 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2ed78ba2 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x67f8322a fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x772bef69 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x831c2cdb usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8615b5aa usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8f1c55e5 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9a210299 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9ee83754 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xacc799ed usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb5d0c3ff usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbefb0b2e usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xda71bd46 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xde907c6a usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xdf6b7509 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe0bd3aef usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf5f9e1b1 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0fedf38b dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x24c07dae usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3efaaf2b usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x67486e88 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7fd9e034 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8a23c03a usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8b6c4614 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9f448849 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbb5f9210 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc5cbed29 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xdfe027c5 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe4f3b20d usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x4df235b1 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x871d0af9 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x8d6f1931 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x9b00bc1c wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xaa34dc49 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc543b60e wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xdf4d1903 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf4654c3f wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xfa6d39e7 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x12b76eab wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x148fdbf3 wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x1f7ddabe wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x37e9f432 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x403f4499 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x603ed0f5 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x710d554c wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc17a4374 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc4fcbc2d wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc8994a22 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xcb690e37 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe38d47d3 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf8a748f8 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfd6e719a wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x25d116b8 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x3647e2e3 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xfd203721 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x083725ed umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x2fbd02ad umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x45a2e24a umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x5f4757d5 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x6b0768c3 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x6ed65cf3 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc6eca659 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xce944460 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0449ed2a uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x05c53433 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8aad57 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x11812b68 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x157b0d1a uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2f931ee4 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3a01d63f uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3ec70335 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4993c6c7 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4ca3a71d uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x526022f9 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x54c4bc81 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5abf0c05 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5d47d88f uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5d63a2a9 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5e4bc088 __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x73e81231 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x784202a3 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7dcfcd23 uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7fdc6d7b uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8770b2fe uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8b5d1c05 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x90491027 uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x979531e1 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9aec91b9 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9bd11203 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9e1b5811 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9fdb5bd9 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa2fa4b91 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa62b0067 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbd5d0092 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc1cd2c02 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd1bf84d2 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe12866ef uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe1716f06 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe439d53d uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe631049d uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xebdb9e1a uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf1f2651c uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf62d1560 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf7b6caae uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/whci 0xad076850 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2f8f9aa4 vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4bed8fd2 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x68cc5248 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8ff2245e vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb86585f7 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd5fba0e1 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0270641a vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0311f737 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x10e0a96d vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1af217c2 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x312a4490 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x365fcd23 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4283d05a vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x436976b6 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x43aafbd2 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x451a303f vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x45c2b736 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x46abea06 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x488b44ec vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x53194372 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x55ef1003 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5d2ce261 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6b9e2926 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x72c323be vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x945147a0 vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa08bc060 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa9f5bf6d vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xadc7492c vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb46d9e5a vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbe201dd7 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc315b70e vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd289c58c vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd6f9e304 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd87a78d0 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf42ae683 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfc648a91 vhost_dev_has_owner +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 0x1ed12e37 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4257ae5b ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x65604326 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa551238c ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xad960137 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xce16b8bf ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xfe0c66bf ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x1b340b34 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x2dfb804f auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x4fcfa587 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x57df9c12 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x82c0f22a auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xbf91a52a auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xcff7e018 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xe2aab853 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xea959126 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xfbfaa096 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xe398e46f fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x33923f13 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x5cf1e768 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xca16b1bd sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xcb3b340b 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 0x22a7af24 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x292da7a2 viafb_irq_enable +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x306dfe33 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 0x79e6190a 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 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2d7997a6 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4b830d3d w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x56ed2f3d w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x69588ea5 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x77bbaa9c w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9a73f8fb w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9ad92561 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa20a9056 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb138e5a9 w1_write_8 +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xfe0e3cf7 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x318069b4 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x42e55583 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xb685f0df dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x07f7018d nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x14064dcb nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x25fc8643 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4e7cdd7e nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5482760e locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x618c4b7f locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc32f886d nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc4686591 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe0c8bc47 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x01090575 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02bc88ff nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03d05b3f nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x082addca nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e8c3375 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x119f667d nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x120f08d6 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x152176ef nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17c09cbe nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b83358b nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b8fcd1b nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ed046d3 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f351501 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x255954b0 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29deebf2 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a309214 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a961bb6 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b6121e1 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b8a1f1d nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x302c3d61 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x309da7b5 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31c5004b nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3306b23b nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x338672f4 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33877733 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x347d4ce1 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34e2ed4e nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x368ddf7e nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37c6215f nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b9a37bf nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3bb26ae8 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3cfd8d73 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d44a20c nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e64f633 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x447ccc87 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x467645af nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x483d14ff nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4be18955 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c84c2ad nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cae9d7a nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d416aff get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ff91975 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x529d8068 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53123f08 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5398447b alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5533c323 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x553be3ed nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55401226 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x560e29fc nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58541fa3 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5cdb6ad9 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x661add0a nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68572bf6 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6968d8dc nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6b245599 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ce587a3 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72558e97 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x796f19f3 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7bb75f4e nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c52c7b0 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ca0fcfe nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ca2ffc3 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ef8323a nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f80ba9a nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f9bdcee nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84450ca2 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8491ae56 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x853a706c nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8acc35ec nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b8071e3 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90f058b6 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91f99222 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x936d8182 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x959522df nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96c8d4a9 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97f0f405 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9883a30e nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a42bd7f nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b53e389 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b758064 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2e0051e nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3391b6a nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa547380b nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8faf1f4 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaab808f4 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab81289f nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xac6189d5 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xafbcaed0 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb57068f8 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb681e618 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbaf5896e nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb4ba406 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb4c3e8e nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc7675b1 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbce3574f nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc34a1fba nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc45ea7a4 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc57e86de nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc977eb0d nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc25c945 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce699d3c nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xced2b30b nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1c9f9e6 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3269e78 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4b07003 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6112e62 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd71ec0ad nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc0ded40 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdcbc8b5f nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf5a09ee nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe26a807b nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe64daff0 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebbd7208 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeeb607ce nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf871f0c9 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8766005 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8e4a141 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf91e2322 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd452c05 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe35dc99 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffb34d52 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b8e5f2 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b12cbe0 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x11bda27c __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x22dd6eca pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27306810 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29b9aed7 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x319f6d2e pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x35d179e0 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x385050cd pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3eb8a5fb nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4159828f nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x42f6a462 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4339cb67 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x56b38de6 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x665fa50e __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x673247f2 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69887914 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a827762 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6dc0b5c1 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6f79b4fd pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x70fbd01d nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x72b452eb pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x72b7ae3b _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ba98fa7 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x808941dd nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82ee4580 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x88f1d763 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b14950b pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8bb88fbd nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8c455849 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9bb2fc30 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9c18160e nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa31a18b5 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaf188036 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb93395c5 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba2a3d93 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xca8a3139 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb813e84 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe18f9347 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xead1df6a nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf625786e nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7a0e3a2 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf9bffaa8 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfebab78c pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x8cb2d51b nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb9dec1d7 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2515c3b0 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x25a64d0f o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x25d5745c o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x508e2c7e o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x651e7530 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a96bd3 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x8a5c8233 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +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/dlm/ocfs2_dlm 0x087e8734 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x662a2c17 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9a8c0985 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xaaff984a 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 0xef5b19ec dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xffee582b dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xab01b6dd ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe6dfd053 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xfa5596e1 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x5d7ebb3c torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x606e979a _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf2c4914c _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xa2b0e587 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xd9ca0490 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x0fea1246 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x1d6a6bab garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x37d05c62 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x8bf10932 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xb70626b2 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xcbf25f42 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x1836c174 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x64e6948e mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xa1c890e2 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xa6c062df mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xb901287f mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xe8c03da7 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x9126a489 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xcff161a0 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x1859f228 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0x20b43d1a 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 0x5e99ffb8 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 0xd423ec46 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4d394ed3 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xac1127f2 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x075d90c1 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x09fab8c4 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0fb55c44 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x13b5a07b dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1cbc51f7 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2882b88e dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x304f26ad dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x38dd2478 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d13a86a dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x41412f23 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x41791ddd dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x496c2072 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x49dc1fdc dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4d570356 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ef86093 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x587edfae dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5953f24b dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f53b04e dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6b801392 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80dbcaff dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8eb68a86 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9d3d5ed1 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa41f4338 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa56ec6c1 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa75a0688 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbb81d358 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc4a1b611 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc4c4f473 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcb2a0d22 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdd6929c4 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe190545a dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe411f3b1 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe94ac295 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf02e5a58 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x1c794c29 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x52d50176 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x98813ddc dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9c4618b0 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf8255f79 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xfd5213ce dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x404f6856 unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xff6a232c register_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xa7504257 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xfdebec45 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x0e13427e ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x71053d13 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x7c7de1e0 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb3cdc8c0 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ipv4/gre 0x29461df4 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x3b46dfb4 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x57ab319a gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0xa7a748c7 gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/gre 0xadee1807 gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x14a6606e inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2d63eea1 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x4ea63ae7 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7cbe7975 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc4c326dc inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc992e5fd inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2cfeff44 ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x39b00722 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4252a3de ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x63ea7b21 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9fe20c30 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa8147dd1 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb93381dd ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbed40813 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xce32120e ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xcec693a8 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd40e9a58 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd50b3a7d ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdbc3c733 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x7c45c08b arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x587d5739 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x6e7fc492 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x49a7ddbc nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0x4ffbc52f nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4ee8dc86 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4efb9cce tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x549b6221 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xd29bb6bb tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xdc11f4c0 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x23faf60a ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x7baa12a0 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x91d9ce89 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xb338194e ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xb7227a10 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x6691b8c0 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x6cdc52d7 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0xe1b233c5 nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x1ea21a1f nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x09acd765 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x144d36dc l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x228dbbbf l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2d52494b l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4a512040 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5f3fc21f l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6258f279 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x789f1e07 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x897fafcc l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8ad9e80f l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x91167c1d l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x91a0688c l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x937dc913 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9f0b2669 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa265ab04 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb8239d16 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xd18e90cb l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x00d5113e ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x04fbbe59 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0e98d19f ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x249fb4de ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2b8469c3 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3461c09e wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x44570c77 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4680131e ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6e9e54f9 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ed86b54 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8b1239f9 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x97a1a9c9 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc4f5f8f5 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe2be87cb ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x13880e06 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x20c3c821 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x29a78321 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3841c52e ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3ab2c6a1 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3fda9ed5 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5ca87944 ip_set_type_register +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 0x7932b3c4 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x865d85a3 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9d67a784 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa1ef0937 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb23ae088 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb5430b15 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbfc1b33a ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd158eacb ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x795baccc unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x9d11b507 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xde0de640 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xdf6d51e3 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0271f807 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0288321e nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x038810fb nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0691b288 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x07bca8c0 nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x08a7bfe2 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c951b21 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0cc3380c nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0e2832aa nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x15113fcd nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x17b43f54 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1deac7c2 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f8491d7 nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x211e6e4e nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d6790c8 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2fd73b98 nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x30479a85 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3185624b nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x325305e2 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x34060806 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3548ac3f nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x35b804a8 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3765ca28 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37bc6606 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3bdf9fe6 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x402a5cc4 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x45bcfe9b nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x531810bc nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x58039b8b __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x580565f6 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61cf83f7 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x633af1d9 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65ba94dd nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x66f1c661 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6953b117 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6a54a927 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6cecaf44 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x748c53ba nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x76878aef seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7796bdb8 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x79735f5d __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ce0eed3 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7cf29f2d nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ec25e10 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x800b5830 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x81578e12 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x874de2e5 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8bb78bb7 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8fb4b122 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x920138fa nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x93f6a69a nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x94274476 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97cf6ff2 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9ddd5cdd nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9fdbba20 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa1c0c418 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa4c372a1 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa53d82a5 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf828523 nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb0261a57 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb86312b5 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb973b848 nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb9be5fb2 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc03e7610 nf_ct_helper_expectfn_find_by_symbol +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 0xd0d5f7d4 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd1728d99 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd2114b7a nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd2979eb0 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5f436e0 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9c816de nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xde471ffa nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe624bcac nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeaf52b98 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed02d53a nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0c51f62 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0fb0a1f nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff1e4b1e nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x70862e91 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xd2d48d6f nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xda0abd07 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0dc63dc1 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x13dae04d nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1a1307a2 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x27f0d45d set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x42519bdd get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4ecf5bc1 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x56b2681f nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7754738a set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8dbbb3e2 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb4929067 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x469b35e6 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x301411a1 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x4e67a5b2 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x841ef0a1 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xcdb0c91e nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x0366418f nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xb0270b51 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x2fca36ad ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4edc4d51 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5004c1a2 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x739144fe ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x76fcd514 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7d491768 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc0482f4f ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x54b1e091 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x135a9d86 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x679c52cb __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x73003a16 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x80160a65 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x835d3c2f nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb6dc1ae9 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb8d1a60d nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd1569765 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe10ddd54 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf0a65d25 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7173cd52 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf35682b3 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x222a19f4 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2a1ce031 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2f6a411e nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3f522f92 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x53ea9f10 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6e0ed95f nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x78544ce2 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x78b1f302 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7fe43885 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8bc290f0 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb2279c4b nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd91e0a55 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe7a3c6fc nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1f963ac7 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x48af7b16 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x70f99bae nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa8b2d97d nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb63c11e4 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xcea25a68 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb5e4768 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xd695094a nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xe5abba32 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x5bfff599 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x35c329bf nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x56f79fc1 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x7e493875 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xa3eef8d6 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xbd15b379 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xf0a5de78 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x795a32c1 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe5469516 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x06089ea9 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x382221d7 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x66f02acd xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7dd61c77 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8e690fbb xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x95450e60 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c38546c xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb5625101 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd4c5088f xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe1a062ac xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xed79dde3 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6f2f87f xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf9775e35 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x3a099777 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xf4e9cb5d xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x00782ca6 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x2bd07659 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xba07c5aa nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x069edc07 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x1824f773 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x2a8ed461 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x442ec327 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x5c070592 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x614553cc rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x63394426 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x63396b2a rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x6ab17931 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x752dae05 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x8413e3df rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x8d345646 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x8d99b77f rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x97deb61e rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x9fe4d4a5 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xb1d07155 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xb3b4e0b9 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc89d7497 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xc9f30d68 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xcc145fee rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xcfdbca6f rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xdb342d49 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xe4c48e2a rds_inc_init +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x4f61a5ec rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x69dec629 rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x720e39cf gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x988081de gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa24422cf svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01bfe9a2 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x032213e2 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03e766bb xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x053b01e6 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 0x06c80f56 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b0475f6 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b3421c8 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0dcf002e xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0df875c2 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e11b379 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e3f6694 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e7b7a5c rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1061a28d xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11671953 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x120feb1a svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12231a22 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12d2dc9e xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x135bafd4 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14a349cc xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x157eac67 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16acde5a xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16b2c8ca rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17241432 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x176c15b3 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x177dbabd rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19c1e4ee svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1aa711fc rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x221313f3 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x226fd886 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x227d59d7 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x276ca58f write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ab6a74e rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b1f8383 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b724f76 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f27539b rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32db1c21 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32df8f58 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x337e6a86 rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x348c10db xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35cc7781 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36ca3339 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36d51137 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37cd7175 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a4c7b87 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a4d6e27 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b4b3aa1 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41bea232 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41f0b145 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x463d6f49 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46a1e613 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4747f09c svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47a2f289 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49970a75 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a749ed3 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ab86ba6 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ad8bedf xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ae2a0ea rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b82d9d3 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b9bd3d2 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3918c7 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fb7a5ab rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51fae078 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x527382f1 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54ae8776 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55bbf4ef rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5654a61b rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5663ef56 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x595d0d9b _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59ad05dc sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5befbcf1 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d24a389 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d8111e6 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e1ebb22 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x615f609e rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61624671 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x621e5e0f svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x626ffa93 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64e5080f cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6591464d rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65c71639 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x666de1bb rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66b9af50 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67b31dd3 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68a04491 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x691673da xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6abd5753 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6abdaf22 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cb3b9f1 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cc8ee44 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dda07d0 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77ccf058 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79a8ec06 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a82f7ee xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ace3b9c svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c8d2ebc rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e38475e xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f110abb rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x824dd6fc xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85aac34a svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8897285a xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8899d033 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ce90046 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f4c0215 rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x903057f7 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90b6e7e4 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90dcab24 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92f3fd09 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9433131e unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95859cd1 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9588b6e1 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96bb033b rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97d2b8a9 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98da6d3b rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ae93a49 xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b5e51a1 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b8a9fda rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bb3adb9 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9befbf93 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c606bbc rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c63c11e rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d99ca97 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0f46ed5 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2bddb40 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa348f951 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3f32c90 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa519c01e rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5a80001 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa600f13f xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6171167 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa857d29e rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac6b4fd0 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad18c19d rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaed46f5f rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0116611 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb17555df rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2ece2ad xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb39fa224 rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3acfbe1 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb50ce326 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5384b3e rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb62a6412 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6d0e95b rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7c36eb3 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8972e32 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd3f2394 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe566a7b __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe6e5333 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc29a7fd4 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3a87379 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3cc6094 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6993ca5 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd9e4a67 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce64a6e6 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce7ae283 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xceecb875 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd431adea rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5504347 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd899a93b svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda05db99 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbf05bb6 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd4e0e75 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdec66b33 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf1e0fff bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf9614ae cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1f9dd21 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5efe9b2 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7212505 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8234b97 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8bd91ec svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec48483b rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec8b0df7 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecee4294 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed4f765a xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee6bfd02 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1c58deb sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2b4ded5 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf397134a rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf51b7ec5 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5332d3c xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5504387 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf56e33ad svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf72c4464 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c3403c svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7f6cc37 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf952c29c rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb0ce9e3 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbb737cf rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe065876 xdr_init_encode +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x44cf535c vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4c160326 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x581b63d6 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5dc043c2 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x74e91915 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa0cc0558 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa43a2fd8 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xabd27c72 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbf3a422e vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd4fa7321 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdbda3331 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdd70c523 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe8e5f8c6 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf0edb27e vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf593c40a vsock_pending_work +EXPORT_SYMBOL_GPL net/wimax/wimax 0x680dcc12 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x70d5a181 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x796fc18b wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x88ab4d06 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8f6727b0 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0x920620c4 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa3544ad1 wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa6a09d9e wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc51b8218 wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xd9807314 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe0158ba2 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0xed229469 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf677deb5 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x11a5f7d6 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3574cd2b cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4907c3fa cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x74714fbc cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9e8e788a cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xaf02c99e cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc0434fa3 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc66a20bc cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd63de635 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe9306cea cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf127fb05 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf2c38174 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfd95c831 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x094159ee ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x46dcf72a ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x8cbad743 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xdda277d9 ipcomp_init_state +EXPORT_SYMBOL_GPL sound/core/snd 0x0268c9cf snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x40e6b678 snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0x700b66f0 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x83181ce5 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x9826a1f6 snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x5bb9744f snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xa5831de4 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xe2e04094 snd_compress_deregister +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 0x9d25c25d snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xdea80cb8 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x03a54090 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x05ced5f5 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3fe21548 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x436f219e snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x57dd8dbd snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x682925f6 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x70596220 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9ed168fe snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9f05071e snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xbd5fb581 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe0ed0055 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x055effb4 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x2aad4d79 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x42f646cc snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x94159d17 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xa8aa9466 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xbed98d0c snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x01459d46 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x02f9f88a snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x07da6444 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09c62891 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b2e2a51 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e44c5d8 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x11adaad1 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x13b2aa39 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x171e0744 snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x18119bf3 snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1c7f48bd snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d51cf1f snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f32c830 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1fd9bfdc snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21b247b6 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x237a1778 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24cc8d04 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x266911b1 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a28a9c2 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a38508c snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b11ae9b snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d04663a snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x313f64c4 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3324f423 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x37cc6e15 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x383e3a29 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x39449387 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3bfe44d9 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4048e9bb snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42d952ae snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x437edfa9 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43cd352f snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x44526e60 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45e54667 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e2c851c snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4fea31ec snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ffcb646 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x516ad662 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x53d61f40 snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55192917 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x568cee45 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63c2f8b2 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x669d0e4a snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6762f602 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x69d9e715 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6c47943c snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cbaef04 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ee427fd snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7008af9c snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x71abe30e snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x71d76833 snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x73a290c2 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76a664b7 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76cdfb2f snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7852c862 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7af9ab85 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7bf611e2 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x80bde645 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8171633d snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82849ead snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85315969 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x87444273 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x88f4ad03 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8a00463a snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b5dd399 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8bf930f2 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c361674 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8eb01dba snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x904304d6 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x91705614 snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x92a7c827 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x92f8ad85 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9663efd5 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9acf8a8a snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9cb4d9a4 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d9def5b snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e1a6a1c snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa19bf89b snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3adca4a snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa421e87c snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa451795c snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9907da7 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa992759e snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa0c1d80 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xac0f99ef snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xad94c86e snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb1d0fd04 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb250d4c2 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3f48cb6 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb8d41351 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb93a66f4 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd85d75a snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc252959d snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3e64642 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc4b224ba snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc4c56f80 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc4f8a1ec snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc542eeb4 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc557e55b snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5b418cc snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc986b662 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf2d47bc snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0ea7005 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd22012f5 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd2f2b270 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4770861 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4b91d71 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5340751 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5997f70 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd94197fb snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9ae7028 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdbe83ba8 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc2b471e snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde6df9e7 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf2c404d snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe0681b25 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe36b7cf4 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe73083fe snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe99ebfe2 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec024f45 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xecb8d2ca snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xedaccb67 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf14e837a snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1b0e6b5 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf482d09e snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7bd96d4 snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb2b174f snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb864a18 snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb915cdc snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd850ad0 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff7b97d9 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff81ad9a snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x030cec95 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0c951521 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x19763561 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x245ad0f6 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3baf17c3 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x402e41f3 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 0x7c2e4c6e snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7f4f6662 snd_hda_gen_line_automute +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 0x8cf71688 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8d163316 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x922268ce snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9b113f3d snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb3683c4e snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb3e423d6 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb7d0ad4b snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdf41cdb8 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xeae298ab snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xedad91df snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf8fedfa6 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfdf569d7 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0x906106f3 snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x017a976b azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x108cb236 azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x11698c6b azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x1911195a azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x3531066f azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x361fb776 azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x3ec87d2a azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x48b52f61 azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x5aee724f azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x94669c38 azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xd54f306f azx_codec_create +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x5d4424fd atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x5fd4b888 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x819be851 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x1835b7a2 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xb09f2165 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xc8afe04f cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xda90aa2e max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x41b95547 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x69e48d0d pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xc6e9229d pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xf94a375a pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x7f68b24d rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x4953cdcd _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sn95031 0x04669449 sn95031_jack_detection +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x332edd01 tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xa606a03a tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x89714a9b wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xb53c101a wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/intel/snd-soc-sst-baytrail-pcm 0x0b4a5de5 sst_byt_dsp_wait_for_ready +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x1ea4c6cb sst_byt_dsp_suspend_late +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x20622bbb sst_byt_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x77e02b8e sst_byt_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0x7b6d8078 sst_byt_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-baytrail-pcm 0xd29b1e38 sst_byt_dsp_suspend_noirq +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x0a706092 sst_dsp_ipc_msg_tx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x0d386b28 sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x0dab60c7 sst_dsp_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x17fc6cff sst_mem_block_unregister_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x180f349c sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1b5e8b82 sst_shim32_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x1f0eded8 sst_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x3de7720a sst_mem_block_alloc_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4174efa2 sst_dsp_boot +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x451f12ab sst_memcpy_toio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x46e4957e sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4920f5aa sst_module_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x4a045773 sst_shim32_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x57bd2b8d sst_dsp_inbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x5e8a66db sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x6123a9ba sst_dsp_shim_update_bits64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x62ef7565 sst_fw_unload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x66b7ceda sst_memcpy_fromio_32 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x743d14c3 sst_dsp_shim_update_bits64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x76e047c6 sst_dsp_ipc_msg_rx +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x81aa8660 sst_module_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x8c602964 sst_dsp_dump +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x8d9bf9a3 sst_dsp_shim_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x90d2132c sst_dsp_shim_write64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x9821829f sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x9891a8cb sst_fw_new +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0x9aeda20d sst_mem_block_register +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xa66bd884 sst_mem_block_free_scratch +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xb04be80d sst_fw_reload +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xb3c52419 sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xb3fd41c7 sst_dsp_shim_read64_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbcec5387 sst_shim32_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xbe869043 sst_fw_free_all +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xcedb86d8 sst_dsp_reset +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd599c268 sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd6c1b386 sst_dsp_shim_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xd9a2c94c sst_shim32_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xdd3286b5 sst_block_module_remove +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xde80edf8 sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe0d8ef13 sst_module_insert_fixed_block +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe7381664 sst_fw_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xe7fabd22 sst_module_get_from_id +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xeb708bc2 sst_dsp_outbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-dsp 0xfc26dd74 sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0x8126f07e sst_hsw_device_set_config +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0xacaa3d86 sst_hsw_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-haswell-pcm 0xc45db268 sst_hsw_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-mfld-platform 0x4d9c546f sst_register_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/snd-soc-sst-mfld-platform 0x7e5e2419 sst_unregister_dsp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00f3e50a snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0492dd96 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x101005d1 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x114d8074 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14c3f6a0 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15ba2aaa snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x16412b80 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x186c8687 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18d77507 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1998c11f snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a0665df snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1af7c23c snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1dc01073 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1fc6c9d8 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x20e8cec5 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2263beb5 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x230aec96 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2579f3a6 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2684947f snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26921e3a snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28cbde99 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2bd8cf20 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e432042 snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ebe793d snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f60ec02 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x316082b4 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x318cb780 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3396ad93 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34373fd4 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3736b17e snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39cfd54a snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a0e6588 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3added46 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b06428a snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b5c3816 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x40071549 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x407731aa snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4104c17a snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41d5a919 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x428484ab snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x456e8e3e snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45fd6a51 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a71391e snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ac95a17 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ac96d5c snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b140ff9 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f22273d snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x505a65c1 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x519d9012 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x557d1710 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b7a3012 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c0a531b snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ccd19b5 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ef448fb snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f1666fe snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5fdef8d1 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6171e120 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61c20e00 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x622ca880 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62b35bb4 dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x634a0044 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x634dd4f7 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64a500cd snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6aa8ba3e snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b091782 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b0a039f snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b1dd7ad snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6cc9b15b snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6df10723 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6fc29234 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7117e609 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7575fd71 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x767075f3 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x77bd2ec0 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ae5d3e4 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b7cf567 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d15fdb3 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d52fccf snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88851bc0 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88b5e1d8 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8acca1a0 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8dc55e80 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f733de9 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8faf1589 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92cf16de snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x941c6321 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x949eb440 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x950f70c6 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x959b0323 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x96cced4c snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9791a132 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b15f1da snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d245764 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1b9d683 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa57f2e1d devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa67ee53c soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa810b1da snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa96aaf99 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9bc0099 snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9fed64f snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab77ddb5 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xacfec3d0 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad1980de snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae28731b snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaeff2472 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf08abc3 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb17d4767 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5ecccf1 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb926a60c snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd93d00e snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbfa7c923 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc08580d3 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc7ea7973 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc827497f dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc9a7bdb4 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcaf4fb3a snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbae0a43 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcdb81545 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf93a33c snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4663785 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd58a3fc2 snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5ea62d3 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd9bdecba snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc356725 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdfeabaf1 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe04fd521 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2ae033a snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe63e5cd8 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe7d9e788 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8bfb81d snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe98d8b11 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb67bc72 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xedbf2170 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xedd47f72 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeef2e7bf snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf275c807 snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2a9c740 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2d72043 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf70b0ea0 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf88f903d snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf898e295 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9cc01be snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb907e0e snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfcaf5656 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff7fb902 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0023f051 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x0096a1ff crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x009dea8d wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x00a38fd9 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x00abffb0 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x00be022b component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00d2793b pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x00e5b66f dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x0106e8db thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0107de75 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x01170331 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x012382df get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x0126a2a1 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x01277e7c ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x0128830b usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x013de9a7 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x0170cb6c efivar_work +EXPORT_SYMBOL_GPL vmlinux 0x017ecd8c set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x0180ff62 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x018b1008 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x01a3febe iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x01d11a05 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01eb2c23 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x0211caa1 xen_swiotlb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x02191120 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x021b2628 acpi_dev_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x021be339 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x021e4fcf clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x0229ee08 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x02366c76 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x0236daed ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x023be575 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x02447e50 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x02a6e689 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x02cd739e input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x02da576f da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x02e24fdd ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x02e51c81 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x02f7075e cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x03119af8 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x0337f089 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0339115f irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x034230ce sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0371e485 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x0397f8f7 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x03addc04 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x03b40bfc extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x03b799d4 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03c1a101 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x03c2ae82 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x03c3d727 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x03cdd7bb fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03ef39fe spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x040da930 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x041b9c4e acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x042b9cfb aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x04434aa2 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0445210b percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x0473b384 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x047a070c dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04bf26af ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05669a07 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x0597fec8 of_css +EXPORT_SYMBOL_GPL vmlinux 0x05b37c18 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x05d8a7f5 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x060d1064 set_memory_ro +EXPORT_SYMBOL_GPL vmlinux 0x06117909 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x06167ab2 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x0620ac98 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x06367edf module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06796aff blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x0681ec96 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x06888cdb xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x06963c36 intel_msic_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x06a1a922 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x06a4f6a0 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x06d549e6 pinctrl_free_gpio +EXPORT_SYMBOL_GPL vmlinux 0x06d61045 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x0747fdcd irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x074d3dd3 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x077539c7 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x078522e6 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x078c0137 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x078d0b3c regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x079e4724 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07d2f6b9 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x07ef5600 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x07f300c3 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x07fc478e acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x0805790d iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x082b9fe6 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x08967686 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x08c3eef5 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x08ebd1e9 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x09121238 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x091718d8 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0932d7a4 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0946838c ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x095b80cc fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x096248d5 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0962d0e8 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x099ca9bd inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x09b96a78 isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x0a062162 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x0a093ce5 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0a32f1de blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x0a5de0b7 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a6920a1 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0aab1302 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0ac20303 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x0ac5c8a7 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x0ad25e6d dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x0adac092 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b3c3420 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b59390b __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b875daa key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bdfa74b __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c2094d8 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c4a5efc ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x0c4e0190 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c80e3fe efivar_init +EXPORT_SYMBOL_GPL vmlinux 0x0c8e2b3f tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0ccb16fe xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cf16671 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d053f69 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x0d124fd6 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x0d2772f6 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0d2b4560 percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x0d3abf88 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d5be1b8 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x0d71d8f6 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x0d8509d2 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x0dc02fa8 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x0dc7d63e xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x0ddacde5 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0defbc1e bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x0df62d70 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0dfbd9fb regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x0dfdc26e cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e23a299 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x0e2516ac nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x0e26e32c crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x0e2dab54 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x0e5ece0e sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x0e6ed1b0 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x0ed6fac4 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0ef00a17 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x0f0f4de9 napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x0f13ce74 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x0f17a783 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x0f2d2112 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f5fc909 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f892cbc acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x0f913d30 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x0fa138de xen_hvm_need_lapic +EXPORT_SYMBOL_GPL vmlinux 0x0fa9e158 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0fc01e9f static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fcc7bc2 xen_swiotlb_map_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x0fdfd63e btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x0ff5a8b2 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x0ff89cf4 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1047c455 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x10724b27 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x108ea8d4 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10dddf1f register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x10e26d50 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f043ae blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x10f879f2 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x1100f59c phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x110c9cb7 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x112a2557 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x112a5cd1 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x113563eb fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x1136c548 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x11402661 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x114f1a20 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x11819865 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x118d1313 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x119963fb xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x119a841a perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x11f59b39 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x11f9ddd8 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x120712cf irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x1233b5f3 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x126b5745 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x1297e772 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x12c66535 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x12c91888 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x12ca7891 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x12d83b84 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x12e1dea6 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x1302a887 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x130bd388 check_tsc_disabled +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131cb0af rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x131d7b20 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x131daea7 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x131f2970 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x132fc939 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0x133bda2b i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x133d342b debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x135c4cc8 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x135c788c dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x137733b7 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x137b9d70 pci_get_hp_params +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138d3c2b pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x139fcefb usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13b656aa __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x13b89dee pinctrl_request_gpio +EXPORT_SYMBOL_GPL vmlinux 0x13f3e3fb klist_init +EXPORT_SYMBOL_GPL vmlinux 0x140043b2 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x142aac2f cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x14346b64 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x1435a7da ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x1445b5c8 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x145784d1 gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x145a3484 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x1480954a pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x149dec42 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x14c32fd2 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x14c8a452 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x14fc0c63 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x15010e1f arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x150396d1 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1515b3d3 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0x15197eea udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x1520e6b6 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x152236ad inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x1548ddf9 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x155422d8 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x15568631 lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x157f60f6 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x15808b74 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x159a9771 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x159ee65b tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x15b0606e e820_any_mapped +EXPORT_SYMBOL_GPL vmlinux 0x15c17691 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x15e374de gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x15ec6f9c kick_process +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x162bf512 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x1639effa ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x16bd1bf3 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x16f7affb devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x170cb348 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x172ad19d pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x173347dc blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x1746f98e __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x174c7cb0 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x177f8f87 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x179da508 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x17d38f9b unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x17d3b042 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x17d9e12c rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x1802e105 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x18428b31 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x18493e11 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x185e54e5 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x1862c0f0 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x18940523 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x18a27f34 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x18adc3ab ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x18c2a8b8 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x18ca8c5e wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x18ff9218 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x19039726 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x190e960e ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x1911f20c sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0x192c5b88 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x19496284 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x1986ece4 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x1998f973 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b0a7b7 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19d9b921 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x19ea8973 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a3dd2da blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x1a5dcb50 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x1a5e12e9 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x1a66d8b9 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad0efb7 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1b1f2bda speedstep_get_freqs +EXPORT_SYMBOL_GPL vmlinux 0x1b260859 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x1b4890b2 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x1b50f4aa wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b7a3780 acpi_dev_pm_detach +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8d3178 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1ba1fba4 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ba86f30 find_module +EXPORT_SYMBOL_GPL vmlinux 0x1badf1bc usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bd7557e blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x1c191629 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x1c4ed05d blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c55c91b __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x1c5b0aaa usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5bb6a7 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x1c71f5fa usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x1c7f4164 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c8181b1 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c91426b inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x1cbbabb0 usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x1cd60b63 mmput +EXPORT_SYMBOL_GPL vmlinux 0x1ce98df1 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x1cf63239 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x1d003dc0 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x1d054629 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x1d1c140e gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x1d3d04ac rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x1d459685 xstate_size +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7cb586 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1d8fb3bb acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x1dd91643 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x1dec2e7a pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x1df99827 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x1dfd601f __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x1e1a902f kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e5a336a serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e81df1f crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e99dfed xen_swiotlb_unmap_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x1e9cb595 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec3ff68 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1ec8e272 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x1eec8219 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x1efe682e skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x1f1eebf1 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x1f1f4718 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x1f274f5d fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x1f66956b regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x1f78ad9e ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x1f7e761a devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x1f7f6fac register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f988056 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x1fa07e37 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x1fa2f4a0 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x1faa1f33 regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x1fbcaa19 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x2024bf67 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x2032ae1d __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0x203ed842 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x20418eab cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x2043d038 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x20671650 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x20847f21 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x209ec764 xen_event_channel_op_compat +EXPORT_SYMBOL_GPL vmlinux 0x20a53d12 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c1f971 clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x20d09cf6 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x20d4a18d __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x20ee9197 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x2137bcee subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x21519e4b regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x217ab7bd fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x21825590 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x218f377d xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x219f7f25 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x21a3433f wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x21a9ce26 extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21c338e3 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x21c84767 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x21e44456 skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x21fec05c ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x2213837f wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x221920f5 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x22613f19 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x226428f9 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2268b264 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x22700fa1 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x22852f46 __clk_register +EXPORT_SYMBOL_GPL vmlinux 0x2291dc10 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22a18957 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x22b970b9 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x22d3cf41 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x22d923ad xen_swiotlb_sync_sg_for_device +EXPORT_SYMBOL_GPL vmlinux 0x22f49050 apic +EXPORT_SYMBOL_GPL vmlinux 0x23048011 __intel_mid_cpu_chip +EXPORT_SYMBOL_GPL vmlinux 0x2307c92f crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x2316c18e ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x231ad90c pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x2366a2c0 errata +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2392bc6e pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x23b6753e rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x23be0f9d ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x23e142e7 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x23e76b91 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x23ea4d2e disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x240580a9 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0x242033d0 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24a1c380 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x24a694b0 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24b65a54 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x24b85378 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x24c119e0 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24ca64a1 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x253da787 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x254d974e list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x256fec5c sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x25c01e18 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x25c6cb2c platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x25d7616c irq_free_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x263ea09f clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x26484383 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2667e2f9 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x26965721 slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x26b296fd blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26bfd979 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26df4d13 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x26eb0688 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x26ebdb5c usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x26eedacb __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x2709b42c kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x273b19db page_endio +EXPORT_SYMBOL_GPL vmlinux 0x2761c5ed regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x2767b958 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x2767c50c acpi_dev_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x279cb985 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27d3561d uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x27ddb33d acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x27f0cf3a __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f9b6a1 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fd4672 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x2811b655 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x282a3a78 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x283d408d rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x285185dc device_create +EXPORT_SYMBOL_GPL vmlinux 0x285cc0cf xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x28f858fa __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x29059b53 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x290a643a __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x293f073e vrtc_cmos_write +EXPORT_SYMBOL_GPL vmlinux 0x295b3ecd crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x298d32fc pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x299f7a83 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x29a0d85a ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x29aa8e6b skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x29ac950a devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x29ad4b40 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x29cf35a1 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x29e04daf usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x29ef1939 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x29f36c04 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x29febd63 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x2a3bd303 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x2a5f1162 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x2a61663e fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a81251f crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x2a9d1ba5 clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x2ac36de7 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2aed8471 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x2b36464a usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x2b3cdf4c device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x2b67f096 speedstep_get_frequency +EXPORT_SYMBOL_GPL vmlinux 0x2b6eee40 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x2b8f7567 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2b96316a efivar_variable_is_removable +EXPORT_SYMBOL_GPL vmlinux 0x2c018cd9 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x2c1a0610 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x2c1cfb3f crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c383613 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c397ba4 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2c6a0410 xen_set_domain_pte +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2cccaa33 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x2ccd2832 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2cd162bf thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2cf02a48 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x2cfc8f8a ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d309a31 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x2d3b248b led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d4dd191 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x2d56ebdb pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d7c1887 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x2d826426 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x2d918d05 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x2d9f2ce3 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2da28fb8 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x2db95708 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x2de68db9 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x2e13af45 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e30a35a fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e46b7c1 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x2e8b6c8c __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2eb64062 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ed66f14 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x2ed9319d wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f0e49d8 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0x2f14338b crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x2f174005 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x2f21e1a6 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f857551 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0x2fb9ad72 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x2fd6ee36 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2fe1d6dc xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x2fe83472 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x303d3f81 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x303e6ded rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x304829a2 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x30515628 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x3068ae75 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x30705ff5 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x3088379d acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30b345f3 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30d09f65 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x30ed5d6a devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x31035bd2 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x3119e0ca crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x315bb54e __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x31631449 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x3165c2e9 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x3172a82d __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x317d59a6 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x31863dca ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cae272 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x31cf5c1a vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x31d44f91 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x31d88626 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x32056c39 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x320eb420 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x321821da securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x322f3511 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x325eb368 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x3268a54e regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x32754260 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x32816a8a cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x32837530 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x328b47f5 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x32924a4d scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32b2e626 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32d82593 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x32ddd5b6 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x32ee5a81 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x32fd4b62 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x3310ee6d unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x333228ec intel_msic_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x33655159 xen_pcpu_hotplug_sync +EXPORT_SYMBOL_GPL vmlinux 0x3369c876 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x33b055c7 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x33b96e5d apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x33e0451c sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x34416fa0 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x3451d561 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x34576ff1 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x346fbf66 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x34734692 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x347682ce snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x3495bba8 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x349e655a regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34b2bc35 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34b6274e irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x34bbe4ba crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x34cabf0d pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x34d36e6d pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x34e38532 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x350ed4ab napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x35179d7a gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x352b05d8 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x352d27aa regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x356c9d4a component_del +EXPORT_SYMBOL_GPL vmlinux 0x35776956 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x3581f995 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x359b3982 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x359fa240 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x35ac2bfe regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x35b71471 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x35e353ce ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x35e393e9 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x35f3ae51 unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x360e2de8 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x367224e1 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x3672792b ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x368d4172 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a664da sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x36a6e3fe sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x36a9cdbd blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x36ac4114 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36ba2551 intel_scu_devices_destroy +EXPORT_SYMBOL_GPL vmlinux 0x36ba73e5 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36c14672 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x36e2fe17 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x3709c5a0 smp_ops +EXPORT_SYMBOL_GPL vmlinux 0x37115a8d __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x37967a69 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x379de6f5 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x37b08e08 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x37ba930f crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x37ce88c8 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x37e95957 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x38005a2c rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x385f2109 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x38615c13 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x3863d9ea tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x387794a8 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38be5ea5 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x38e96192 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x38fe81f5 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x39010838 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x390a4a82 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x391c00b5 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x39270d14 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x393133eb disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x3970878c ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x39783db7 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x39819746 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x399a571f pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x39af47c0 put_device +EXPORT_SYMBOL_GPL vmlinux 0x39dec3b2 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x39fe46a9 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x3a1a2c17 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a616caf debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x3a7861a9 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x3a892796 __remove_pages +EXPORT_SYMBOL_GPL vmlinux 0x3aba725a rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3ada9ddf i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0x3af4be6d device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x3b0387b0 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x3b06d5b8 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x3b4daaf7 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x3b5fb0a2 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x3b7145bb apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x3b875abf scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x3b8891af alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x3b9c38bb crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3c4ec354 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x3c5602e6 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3c6fa2c4 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x3c73478a vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x3c7d54d6 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x3c84199b bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x3c8f4428 clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3ca606c6 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x3cad7863 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x3cad81ee sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x3cb8f867 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x3cc3c18d thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cf04db4 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x3d004c70 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d5e404b acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dcb66d2 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dfcf706 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x3e1ce1f7 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x3e1f1e08 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x3e46a07d powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x3e611a1d __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x3e6aa7fe user_update +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e757637 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x3e7f0dfc __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x3e7f2c07 clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ea56c10 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x3eb8ba97 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x3ebcc02f efivar_entry_size +EXPORT_SYMBOL_GPL vmlinux 0x3ed100a8 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x3edecca5 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f16874f request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x3f1cd566 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x3f229c4c oops_begin +EXPORT_SYMBOL_GPL vmlinux 0x3f58a033 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x3f80bd77 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3fc4e7bb regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x3fd1d523 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x3fd36188 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x3fdce8d3 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x3fdd3649 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x4006b461 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x402389d5 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x405d1c68 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x407399ef scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x409069b3 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x40ab6ea1 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40b0b820 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40e60d4b platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f41afc pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x4113b2fc simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x411f9dd3 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x41515043 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x4153b3fc ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x41611d38 xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0x417ba620 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41a70a66 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x41ae7ec1 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x41b0e314 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x41fd2ab0 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x4207e6a5 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x4213a51a efivar_entry_set_safe +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x4265cf21 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x426fad95 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x4275c40c fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42bd6e87 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x42be1738 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x42c83039 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x42c989ff iomap_atomic_prot_pfn +EXPORT_SYMBOL_GPL vmlinux 0x42d3d183 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x42d4cfe6 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x42e4723c cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x42ff4368 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x4316cd26 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x43323796 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x4336fe6c usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x43506194 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x43526a2f serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x435f49e8 single_release_net +EXPORT_SYMBOL_GPL vmlinux 0x4374a203 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x43788b7e crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x43844029 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x43a52bc1 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43e93feb regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43eccff6 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x43fbb8ee tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x4403877e kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x440a862f register_mce_write_callback +EXPORT_SYMBOL_GPL vmlinux 0x440b40bf da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4438ae91 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x444320ec tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x446d2900 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x4478b47c iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44a8ac3c clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x44cc9c55 klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x44e64fc7 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x44f772b0 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x4512b086 intel_scu_devices_create +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x455fa3ac dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x4563be2e ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45c0a66e eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45e0de59 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x45f1d4b7 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x460f31aa rodata_test_data +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x4617ad98 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x461a3e67 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x4636b08a skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x463d24ea ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x465860fa xen_swiotlb_sync_single_for_device +EXPORT_SYMBOL_GPL vmlinux 0x4658a59c task_xstate_cachep +EXPORT_SYMBOL_GPL vmlinux 0x465c22b8 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4685455d regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x468df8a6 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x46912515 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x469b1134 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x46be1f26 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x46ce80fd component_master_add +EXPORT_SYMBOL_GPL vmlinux 0x46e55efb crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x46f8110f usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x47081a36 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x47366b64 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x4761604b pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47af8a76 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x47b48843 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x47b62419 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x47cb941c debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x47e56f98 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x47e938b2 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x484afcea pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x4855ff55 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x48682db9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x4891df70 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x48ca8947 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x48d587b8 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x48e06b22 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x48eaca47 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x48eb454f ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x48eddf0b xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x490888aa put_pid +EXPORT_SYMBOL_GPL vmlinux 0x490a8df6 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x4923c5b8 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x493e82a8 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x495a93c1 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x49637d49 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0x4963cce4 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4977c97d ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x49780779 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x499372f7 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x49af209f unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x49d695fe sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49ed9ac3 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x4a120552 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x4a241a9a regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4a3c3cf9 microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a4f121c blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x4a71521c thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4a8eb5c5 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x4a9e1952 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4aaf9619 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4aafa18b ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x4ac4a5aa ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x4af9712f ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x4afb573b vrtc_cmos_read +EXPORT_SYMBOL_GPL vmlinux 0x4b010651 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x4b0f2074 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0x4b1170b4 xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x4b217d50 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x4b40dd12 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x4b795d1b dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x4b81573d pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x4b967153 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x4bc73703 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x4c07821a device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x4c10d14d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x4c10f983 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x4c16f764 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x4c2a472b __static_cpu_has_safe +EXPORT_SYMBOL_GPL vmlinux 0x4c31a4c8 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c39c08a skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x4c487140 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c68eba5 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x4c6f93e6 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c8787f9 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x4c96d8ba posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x4c975e83 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x4ce59384 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4ce9a771 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x4cf3f59a bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x4d410c00 mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x4d6647d8 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x4d68ad71 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x4d9d963d regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x4db07086 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x4db90408 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x4de07c55 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4df0f155 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e3ec5d6 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x4e44e9e2 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x4e4eed81 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x4e57723d apei_read +EXPORT_SYMBOL_GPL vmlinux 0x4e61446d tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x4e74e625 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x4e7e73b3 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x4e864711 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x4eaff3c9 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x4eb12512 init_fpu +EXPORT_SYMBOL_GPL vmlinux 0x4ebcd733 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x4ed11e9f ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f1ed4e4 i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x4f4169a6 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x4f4230b5 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x4f527d96 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f5f0066 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x4f62e0e3 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f80df3e led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x4f816a5a ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x4f8a46e5 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x4f97191f tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x4faf4883 split_page +EXPORT_SYMBOL_GPL vmlinux 0x4fb2d4b8 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x4fc52e8d __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdb1b8a xen_swiotlb_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x503c3bcd dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x506ce71c cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x507de8c6 add_memory +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x508c5c05 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50a132dc led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50d92834 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x512a5641 use_mm +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x5188d471 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x51a0d2e3 __efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0x51ac85b4 iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x51cbe4af debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x51dd8715 efivar_entry_add +EXPORT_SYMBOL_GPL vmlinux 0x51df7e8d gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x51ea16c7 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x5215edd2 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x521e90e5 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0x52212010 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x5221b610 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x524d3eae usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x525cbf07 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x527c861d pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x528a3e7f xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52ab452a scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x52c933ef devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x52d0bcd6 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x5313d174 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x53167e7b inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x533dd19c adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x53861586 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x5391b3b0 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53afe826 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x53fd4e0d restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x547a8cc8 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x548c3164 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54a0bbfb usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x54b8ac68 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x54bf0355 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x54e5d477 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x54fd2106 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x551c82fd rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x552a635d inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x552b8712 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55479224 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x555194c9 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x55627d89 blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x55683060 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x558472f3 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0x55ab51ff class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x55ab880d spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x55d11f42 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x55e9f701 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x55edd53d unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x56128207 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x56165be7 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x562d289e regmap_init +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 0x564ddca0 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x5654f836 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x5669c550 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x566ab545 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56947347 dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56b96283 fpu_finit +EXPORT_SYMBOL_GPL vmlinux 0x56d102a9 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56ddcd2c dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x56e3b7f0 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56edb7d2 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x5706fbb3 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x57343253 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x574eca82 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x57520d16 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x575253e8 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a0d748 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x57a0f046 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x57b474da sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x57b83baf fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x57c12902 pinctrl_utils_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x58047c13 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x5811d3cb user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5839fc62 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x583c7d28 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x5842d16d hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x585704ab aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0x587cbf75 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x58888746 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58fbfb83 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x59347eaf disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x593cf1db ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x59507b0a sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x5977db54 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x597a7235 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x59815a75 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x59822977 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x59bb2b00 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x59d0d456 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59f05c20 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x5a00fb96 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x5a1e865a irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a2c1dd1 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5a441ebd efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x5a5590f3 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x5a67a3e0 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x5a75648e ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x5a7bebf3 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a84033e rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x5a867da3 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x5a93b9e4 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x5a9a9f3a ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x5ab79f9a da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5ad31b51 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x5aeca2a4 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x5aedfdaf __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5b1de61e iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x5b8a20ec usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x5b8d1fb0 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x5babf842 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x5beb55a3 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5c116941 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x5c42fe83 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x5c510fbc crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x5c66e90c efivar_run_worker +EXPORT_SYMBOL_GPL vmlinux 0x5c68182e pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5c78250b arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x5c804da6 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x5c880ec3 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cb3e5f0 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x5cb842df sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x5cb97f59 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x5cf3a478 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d14e202 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d48a650 m2p_find_override_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5d881a9d sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dc1afff evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x5dc6f88c device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x5dd29101 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x5dd77d79 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x5de0278e reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x5df589d7 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x5e074f15 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x5e3293f3 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e557fd6 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x5e6f6318 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x5e7e49d3 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x5ebd6124 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x5eefb65b da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x5ef2f60a driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x5ef31282 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f3fae15 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f58257e regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5f796f9d usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x5f80ddf4 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x5fb0a565 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x5fb0ab44 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x5fb49dbb tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x5fbdcfba unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x5fc27be9 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x5fc6f817 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x5fd356f9 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe05828 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x5ff0a847 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x5ff63d34 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x600617e1 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x60074bb0 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x603516a2 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x6049ca58 efivar_entry_set +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x606ea611 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x607496d2 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x608dd958 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60930d37 save_mc_for_early +EXPORT_SYMBOL_GPL vmlinux 0x6096719f uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60affbaa register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x60c1ec3b crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x60cd73ed pv_apic_ops +EXPORT_SYMBOL_GPL vmlinux 0x60d6033b __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6122e756 __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0x615994ef __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x61675617 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x616b6632 devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x61b62d78 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x61bf10f5 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x61e58892 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x61fa3a56 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x61fd5a16 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x62051b5c __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x620783a4 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x6214dc67 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x621c1a21 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6235a5df dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x623803c8 hest_disable +EXPORT_SYMBOL_GPL vmlinux 0x623a2351 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x623f6390 skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x624b12a9 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x62966f34 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x62acff05 intel_scu_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62c3269e __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x62c4db1d thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x63054fdf inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x63224d4d phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x635ec980 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0x63786849 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x638874ca sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x63bd6ec9 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x63c996dd clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x63fbb807 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x6401b493 device_register +EXPORT_SYMBOL_GPL vmlinux 0x6409aff0 device_move +EXPORT_SYMBOL_GPL vmlinux 0x6417a515 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x641f1e48 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x64b52dfa iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x64b7069e apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x64c33cf4 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x64dc1ebd ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x64f23f36 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x64f8b0ec rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x650fc584 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x653cb02d intel_msic_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x655663e6 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x6580d3a6 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x6588e186 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x658c8186 amd_get_nb_id +EXPORT_SYMBOL_GPL vmlinux 0x65a573d7 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x65a7571e sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65c14289 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d7a177 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x65ead4ae usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x65f3a38a __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x65ff2579 get_matching_microcode +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6627eec6 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x6638be19 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x66691eeb pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x667918b7 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66cc82ee regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x66d779c8 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x66d871e5 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66dbceb6 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x6705014b modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6729fbad ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67410f54 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x6748d038 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x6748deeb __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x674df4df ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x67643d26 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x6812cf8d __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x6830bfec device_add +EXPORT_SYMBOL_GPL vmlinux 0x6831a4e2 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x68396ace regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x6876800a fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x68956406 static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x68a72481 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x68e994fc regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x692dffc2 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x693afbeb led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x695f1fa2 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x696a19bc pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6982d24a gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x69891b46 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x698fbef9 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x69b3318c devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x69b8587b __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x69d8c64d kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x69f725fc regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x69f871ee blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a19ca36 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x6a2a6a19 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x6a4eaf20 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a8d9d44 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x6a9a5a88 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6aa0c713 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x6aa6bc39 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6aa98b1c securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6aae2c1e component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x6ac2091e __class_register +EXPORT_SYMBOL_GPL vmlinux 0x6acad21f acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x6adaba7e bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b306d1e __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x6b333644 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x6b448639 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6b68b831 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b831a9f class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6b89c65a alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x6b8a0765 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x6b8f05f8 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x6ba66b9d ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6bacc65b regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0x6bc224fb rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x6bd0880b tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x6beecd02 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x6bf1b90d dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1251fd apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x6c17ed30 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3bb73d xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6c45e37a pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c69fbdc da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x6c6e0675 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x6c749afe __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6c7fa5c2 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x6c8695e0 efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0x6c8e0dae tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x6c97e6b5 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x6c986002 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb1a318 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x6cb99cdb da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x6ccd26ce eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x6cd01671 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cd891a4 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x6d09b0b2 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d339861 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x6d59b2f6 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x6d5ea871 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x6d5fe755 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x6d634a98 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x6d6c24ac class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x6d7fdf84 device_del +EXPORT_SYMBOL_GPL vmlinux 0x6dca4e2c regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x6de27728 __module_address +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e06ad60 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x6e17269f crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x6e379d06 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x6e3888b5 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x6e3b7290 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e5a7634 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x6e6b4195 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x6e74caeb usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x6e782c23 iomap_create_wc +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e903ad8 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x6ec4d5e3 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x6ee05712 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f2ecc11 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x6f3fab05 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x6f44874b sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x6f559e4a regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x6fab7f6b thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0x6fbe8318 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x6fdc3243 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x6fe01eae pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6fe692cf pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x6fef7012 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x70115526 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x70201233 unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x7026dce7 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x703fcecd usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x70525699 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x70642d68 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x70825112 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x708350f6 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x708405d0 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x7091e2ad __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x70bb651d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70e98f9e blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x713e77d7 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x7198df01 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0x71b0da1c crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x71b23f62 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x71b2b26d tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x71c10918 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71e83aa0 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x71f81082 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x7235c83e tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x7239c0c6 __add_pages +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x72837ff0 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x729a788f pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x72a1d9b1 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x72f9cffa usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x730df969 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x73117c36 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x73268bb3 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x73510609 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x735b1cd6 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7366de1f pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x7379e96e fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x738193fd gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x7389c181 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x738fd248 intel_msic_reg_update +EXPORT_SYMBOL_GPL vmlinux 0x7398a25c crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c6be8f component_add +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x74167f07 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7420b98d ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7451c7b7 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7474c9b4 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c08941 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x74cbe785 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x74d01e46 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x74deb10c used_vectors +EXPORT_SYMBOL_GPL vmlinux 0x74edb5e1 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x74fd71d2 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x75075e0b od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x75959a78 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x75b8ed39 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x75c2b9f1 memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x7625c8c1 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x764db923 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x766da5f1 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x76729cfe perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76ae6d46 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x76cb11de spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76da4b79 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0x76fae488 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x76fb8d25 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x77058ebd rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x771aebb0 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x7747eb4b acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x774a9c96 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x775a6ef5 kvm_read_and_reset_pf_reason +EXPORT_SYMBOL_GPL vmlinux 0x7768dd8b usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x7790adc0 aout_dump_debugregs +EXPORT_SYMBOL_GPL vmlinux 0x77d5cfa0 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x77e20a48 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x77ebb82f spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x7815f00a fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x781c6eca hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x783b9e32 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x7849715a clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x785158ef part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x787d40e2 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x78a45f79 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x78a7c031 md_run +EXPORT_SYMBOL_GPL vmlinux 0x78bdb213 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x78d14626 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x78ea227b acpi_bus_no_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x790d4139 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x79195941 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7923eb64 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x793c8827 __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x794e926a sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x79763252 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x799c43d7 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x79a71c48 kernel_stack_pointer +EXPORT_SYMBOL_GPL vmlinux 0x79e69460 intel_iommu_gfx_mapped +EXPORT_SYMBOL_GPL vmlinux 0x79ed80c6 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x79efb4e4 efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x7a02be36 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x7a1c9b94 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x7a2a7145 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a319404 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7a4c1438 pv_info +EXPORT_SYMBOL_GPL vmlinux 0x7a5cbf91 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x7a8d7895 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7a97c9cf thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x7a9d3548 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0x7a9d7cb4 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7ac6b678 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x7ac8e5b0 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ae24e57 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x7af57161 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b0fd67b bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b304cd4 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b9b3c0a mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7bfad7b7 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x7bfb45bc cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7bff4171 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x7c084bd9 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x7c2a6f4b tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c838212 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x7c9cd86f irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7cb82e6e devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd13acb usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf2e0ed sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x7d087702 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d541825 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5ca254 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x7d7c2884 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7da4d764 set_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7dab0f06 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7dc1272c ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7dc92a3d ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7e15f6f6 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x7e353be8 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e91f844 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x7f09b2fb ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x7f2123bb balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f2ef674 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x7f310ab5 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x7f4af6dd usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x7f4b5a34 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x7f4e8283 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x7f5ff11b sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x7f89a959 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x7fd748aa devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x800f8a69 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x805c7ba9 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x805d6969 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x807803f1 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x807a3a8b regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x80825b4a __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x808b6463 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x808f84cf gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x80b1bcc2 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x80d23439 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80e32742 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x810df587 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x812849a4 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x81288fff ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x8154322c crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x8182ae59 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x81e4d30c hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x81e64b93 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x8258b140 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x8262a27e sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x8263b11a devres_get +EXPORT_SYMBOL_GPL vmlinux 0x828a19d8 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82ca811d rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x82d0bdb8 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82dbec19 erst_write +EXPORT_SYMBOL_GPL vmlinux 0x82f89884 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x8334a02e pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x833e04cd pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x835c4a9b __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x8368e580 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x838ad89c extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83a5ae2e __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x83c58c91 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x8421339b phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x844df745 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x8450da43 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x84528a5c __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x848f65ce irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x84ad78ee platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x84b1de2a ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x84e839a9 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x85096d04 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x8510473b transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x851f3ee2 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x855101b0 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x85526eef usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x856629e7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x8576dfda hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x85aa8d9c inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c35a7a blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x85c3d9fb acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x85c3fb70 rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85d9c22c devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x86194d13 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x862d7833 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x862ec9ca usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x864361c0 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x8654be58 hv_remove_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0x865a6060 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x867438b8 xen_swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x867c7cfa sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86a3b43c usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86aa16e6 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x86f67d54 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x86fb648f i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x86fce1cc pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x870279d7 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87403700 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x87706fbe rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8776f85a ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x87810a94 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x87984b16 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x87a9917d wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x87bb6e64 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x87c82851 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x88034d64 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x88138d3b blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x882bcb99 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x8831f8b1 kmap_atomic_pfn +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8843383c user_read +EXPORT_SYMBOL_GPL vmlinux 0x88519bd5 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x8854b252 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x887008cd ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x8884694c zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x88846fa0 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8892f69e device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b0844e btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x88b0a884 __efivar_entry_delete +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88bd1ad8 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x88dd9f46 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x88edee37 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89476fb2 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x8956aeae apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0x89876e94 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x89b45ac6 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89dbdcc1 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x89dc20b5 acpi_subsys_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x89f1c9c6 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x8a319bf0 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x8a4747c7 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a559846 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0x8a5711a0 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x8a580958 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control +EXPORT_SYMBOL_GPL vmlinux 0x8a7cc480 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0x8a9a51bc relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x8a9ae99b pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ae0fcc4 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x8aef916b thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b17101b regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x8b22afa6 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8b32880b edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x8b41de71 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x8b5861f4 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x8b5e0fc8 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x8badbc2f reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x8bd8f2c3 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x8bebd91d debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0667ae virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c070800 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x8c1e1c95 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x8c4eec7c pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x8c550765 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x8c5da14e phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c867107 xen_swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8c9a4e27 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x8cabaadc ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x8cd9f935 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0x8cda26a1 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d320a8b skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x8d3b5c2a rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d70f375 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x8d7730b5 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x8dc9f420 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x8e16ac14 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x8e223dbf clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x8e32f7d4 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x8e60df7a __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x8e64393b vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x8e67ffaf regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8e752c6e platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x8e753225 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x8e996608 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8eac454b pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8edfb574 injectm +EXPORT_SYMBOL_GPL vmlinux 0x8effebd3 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8f061a61 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x8f35c13d pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x8f5ea887 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f7d9816 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x8f7ee81e i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8fce5a2b usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x8ff36cdc tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x9009602a acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x902b39f5 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x902c1a03 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90a43876 m2p_remove_override +EXPORT_SYMBOL_GPL vmlinux 0x90b7cc54 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x90c07250 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90e5a91d pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x91330003 sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x914b1692 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x915802fe pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x915d7b15 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x91625662 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91b67d52 iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0x91c49e8d page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91f3890f sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x922a99c5 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x922bc2ae ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x924208e8 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9258fcf9 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x92598daf pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x925c62fd tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x925e61f9 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x92851249 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x929c467f btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x92a256be sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92d058e0 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d75e36 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e06ea1 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x92e395fd ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x93144e2e unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x9324e78e acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x933e8330 devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x9359e358 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x93732157 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x937c13b2 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x93dc5992 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x93e733a7 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x93ecca73 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94392764 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x944e9978 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x945d125f ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x9467354f xen_swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x94835f35 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94c318be apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x94c76177 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x94eb64fa iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f4df7f wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x9557897c device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95ad12d6 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95d2b768 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x95df4f8e inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x95e939d0 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x95ebc5d7 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x96281141 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x96479bca usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x966d8970 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x967617a9 i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x96d0de7d invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x96d4b2e7 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x96d837b8 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x970f933a regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x974c2e5d spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x976d30ba pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x97807f55 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x97a3ec56 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x97a681b7 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x97b093dd btree_update +EXPORT_SYMBOL_GPL vmlinux 0x97b2047c ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x97db1691 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x98008e64 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x98105471 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9892d355 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x9898d2ee pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x989b9ecc lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x989dce62 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x98aa410b rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x98be05fb devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x98e2b568 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x991c8f84 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x99327224 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x99353728 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x993fb461 xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x994b6612 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x99749dbb crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x9983aca9 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99ba2a28 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x99c8e3ce tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x99c9e5bb inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1f8bc0 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x9a26c229 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x9a2c2c59 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x9a61e3d8 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a62e933 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x9a873a23 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a9824ef btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9aa404a4 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x9ab63b16 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9acaece7 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x9ad9222d cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x9ae2f4f0 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af98b5c class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x9b081bdb crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x9b30a578 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9b458a0d ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x9b5c2385 percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0x9b720312 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0x9b88daf8 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x9b8cf015 irq_alloc_hwirqs +EXPORT_SYMBOL_GPL vmlinux 0x9b96fd6d ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x9b9805ec crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9babf390 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x9bae3523 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x9bd5732c dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x9bd72b78 apei_write +EXPORT_SYMBOL_GPL vmlinux 0x9bd8b7cf regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf66b12 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x9bfce7ff extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0x9c20b1a7 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9c279d4a led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x9c2e4b66 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x9c475eb8 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x9c6375bd class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9c7aa9d0 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x9c87b00b ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x9c937d44 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x9ca46c79 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x9cc116bc blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ccdc892 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x9cd0184d init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9d030b99 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d0b93be dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x9d0ca2a4 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d26e595 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d62c898 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9d663c5c sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x9d7af623 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9d9d6ce7 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9daf0b37 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x9dcfaf53 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9dd91477 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x9dddf129 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x9dec825a devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e08c5be __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9e309718 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e50e2e2 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x9e548f8a xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x9e666960 xen_swiotlb_sync_single_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9e730f82 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x9e817c09 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x9e8cc85a dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x9ea11eb5 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x9eb8916d pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x9ebff902 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x9ec70d4d xen_swiotlb_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x9ed46c11 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed5f1c7 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x9ee1cf33 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x9f212dc4 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x9f451112 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x9f7cdf8a bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x9fa19476 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x9fc0ada9 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa0208e02 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa0470e8e serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xa04fa73f swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xa05bd46f tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0xa0641b5d fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xa06e05b6 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xa0aede66 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xa0bdfc06 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xa0f2e007 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa1161ce4 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xa12670b1 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa13e24bc ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa172d122 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xa17b6990 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0xa17e7883 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa1839896 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa1945645 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xa1bce19e __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xa1bd7822 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa1ed23ae acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xa1f1a4b4 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xa1f1b37f ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xa1f79553 xen_create_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xa20ff085 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0xa2199d42 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xa22a72d1 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0xa2327e67 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa255c48d xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xa26b1115 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa26fc794 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xa2724163 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xa2887043 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xa2b9c993 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2dc5f0b inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0xa2ead702 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa2f357f1 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xa3064d80 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xa3302a59 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xa349565a _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0xa34d435c dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xa352fdfa i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa37fb9d2 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xa385e10a scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa3991b98 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c61ed4 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xa3d26a4a pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xa3e35020 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xa3e58789 efivar_validate +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3fe8fe0 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0xa40d3f7d bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0xa42800cd debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xa432ed4c __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa453214b kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xa463508d tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xa466de38 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4896569 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xa49d932e unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xa4ab0ba3 rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0xa4b699b8 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xa4cef665 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xa4d58669 math_state_restore +EXPORT_SYMBOL_GPL vmlinux 0xa517ed0e isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa5344b13 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xa53c5a6f blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xa541dc2d crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0xa54f0481 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xa573f8b9 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xa57a5315 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0xa57cb1ab sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0xa5872d06 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xa5b3f3e1 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xa5c684d6 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5e7d9b3 xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa62892c6 efivar_sysfs_list +EXPORT_SYMBOL_GPL vmlinux 0xa63372d1 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa66390f9 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xa66c8f31 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa68ed8a7 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xa68ef42b m2p_add_override +EXPORT_SYMBOL_GPL vmlinux 0xa6946ddb kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6c2bdbf platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xa6c6a9c5 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xa6c85f00 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6ec41fd wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xa7171665 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa72729aa ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xa73532e3 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xa738129a regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa7650192 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xa7c68954 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xa7de41e3 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa7f05cac phy_put +EXPORT_SYMBOL_GPL vmlinux 0xa801b359 efivar_entry_iter_begin +EXPORT_SYMBOL_GPL vmlinux 0xa836cda0 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xa84726a1 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8bfce31 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xa8c3d8c8 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xa8c9694b wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xa8e65ce9 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa901ec53 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa934e36b component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0xa93d4f62 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xa948531b blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xa9711c0a sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa981b11f srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9af08cf led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xa9c69ac8 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9f293e6 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa155f92 __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xaa29e043 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa41dce1 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xaa4be1a2 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xaa5672c7 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xaa60e0ff rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaacd1243 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab2a6933 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab688af4 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab754f98 relay_open +EXPORT_SYMBOL_GPL vmlinux 0xab8f9cc1 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xab945a16 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xabaaa9bb rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xabbabff5 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xabd331b7 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xabd78cab apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xac34f5c6 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xac3f2e61 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xac42a15a usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xac5914b5 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xac83f045 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xac85f6c7 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0xac9a95be __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xac9ce195 kvm_async_pf_task_wait +EXPORT_SYMBOL_GPL vmlinux 0xacafa8e7 vector_used_by_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xacbb8251 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xaceb06a7 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xacfb1668 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xad13b201 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xad215251 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xad410531 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xad45eb52 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xad524a48 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xad7a6749 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xad8d5e57 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xad8d8ab0 xen_physdev_op_compat +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadc985d5 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae0eb62d genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0xae13fd26 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0xae1628ed cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xae21d75f devres_release +EXPORT_SYMBOL_GPL vmlinux 0xae48cf25 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xae492525 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7c5411 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xae7ccded __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xaea68a11 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xaec26f25 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xaec8ebf9 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xaed00cfe extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0xaee6ac3a ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xaee6c923 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xaef01090 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xaefd1b04 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xaf075476 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xaf25d0d1 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xaf2ec567 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xaf2fcaf0 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xaf4cd6d3 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xaf546e11 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xaf66c51d acpi_dev_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xaf84689a fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xaf893dd1 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0xaf8b1ccf cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xaf96d41d device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xafe71317 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xaffcf78c virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb02b947a pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xb03645bd virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xb061e986 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0xb0735297 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xb07b1282 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xb086d4d9 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xb08dbfbf regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xb099559e pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xb0a740cc xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0xb0a77085 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xb0a97e81 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb127d62c ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xb1328886 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb1461b9d swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0xb14f1bf4 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0xb172ffac efivars_sysfs_init +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb18ee602 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb1a76f5b rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1b1706d ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1e0f682 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e8a98a usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xb202d345 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb206e356 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xb21d70cd iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb220c96a usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2585900 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xb26c454d power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xb26f55d5 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xb27b432b __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xb28b82b1 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xb28f8bc1 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xb29c9579 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xb2aeddd0 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xb2c65176 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xb2c71a02 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xb2d28e6a device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xb2d9d50b register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2fbd400 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xb3196bee xen_swiotlb_set_dma_mask +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb3258f1b usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xb3340bf1 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xb35d1e01 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xb388c88f pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xb38fab8b rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xb3b8068d da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xb3ca0dd5 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb3cc1785 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xb3cf731e vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xb3d19098 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xb3e50541 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xb3f54613 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xb3ff739d cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb401afd7 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xb4152042 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xb4868583 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xb4ad3bc5 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb5250658 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb52c239f ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xb5352816 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb5540300 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb5794116 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xb583b5ef regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xb589c09b ref_module +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5aea407 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb61580db idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb6212caa alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb65527ee security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xb65dcfe8 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0xb66421b2 acpi_str_to_uuid +EXPORT_SYMBOL_GPL vmlinux 0xb678f65f cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb67c64fd __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xb684fb25 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xb6856ad1 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xb6918bd5 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6bc4701 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xb6bc49a9 __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xb6e491a8 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xb6e9f636 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xb6f25433 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xb6f2c578 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xb6fffdc8 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xb7167ffb crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0xb718f2f9 sfi_table_parse +EXPORT_SYMBOL_GPL vmlinux 0xb71f7b2d xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb7363a00 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xb737337d ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xb74deba0 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb77f6bfb adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7b0259d wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7f0c74c sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb8200df2 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xb85a1934 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xb86bcceb klist_next +EXPORT_SYMBOL_GPL vmlinux 0xb8790fd0 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb8a58c05 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xb8acc1f4 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8e18476 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xb8ec0068 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb904a279 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb91a49a0 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xb921012c pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xb9292054 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb978708e iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xb999f00c alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb99f9d40 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c4fb9a ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xba0c5ebe crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba43012d rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xba5a936c wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xba901583 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0xbab9ab03 get_device +EXPORT_SYMBOL_GPL vmlinux 0xbac80db2 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xbacf3fb3 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xbaf5da16 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb2703c9 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xbb2e61c5 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0xbb58b814 iomap_free +EXPORT_SYMBOL_GPL vmlinux 0xbb7362b0 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xbb95a006 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xbba6f68e mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbd4f657 xen_pcpu_id +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbc47d863 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xbc793ab3 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xbca0201a sfi_mrtc_array +EXPORT_SYMBOL_GPL vmlinux 0xbcaa303b blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcc61bc5 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbd099dd1 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd772a11 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xbd795078 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0xbd8c64a8 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xbd999db7 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xbda72f66 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xbdb257ba hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0xbdb62d84 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xbdcd8661 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd5f10f apei_hest_parse +EXPORT_SYMBOL_GPL vmlinux 0xbddbca71 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0xbde04ea3 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xbde0671d pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe37cc68 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xbe4cf9cd spi_async +EXPORT_SYMBOL_GPL vmlinux 0xbe5e8e6d device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xbe68cc39 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xbe7717fb regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xbe797e48 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0xbe7d9f3e usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xbe8c4667 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbea80d51 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xbeab6fbb ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbee1c7fe extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xbef67ffc wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf053622 xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0xbf175754 user_match +EXPORT_SYMBOL_GPL vmlinux 0xbf1eb53d get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xbf23355e raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xbf4426d9 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xbf447da8 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xbf6a1aa1 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xbf740d9a swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xbf7bb72f __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xbfa3bcbd shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xbfb1be70 hv_setup_vmbus_irq +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc029b855 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xc02a3544 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xc0398de4 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc05b6f52 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc08f52a4 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xc0900fcf acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0c0c055 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0dbb58c driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0ed7fdb irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc0fe1ea5 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xc10f4203 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xc1123d0a alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xc113d203 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17c28cf extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc1a9a68a powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xc1ab7f23 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xc1b6fb18 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc1bdceae fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xc1c20fd5 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xc1c25bf1 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xc1e64d65 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xc205fa4e synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc20bdc2b cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xc2219233 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xc223d899 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc23bb524 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xc24cd196 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xc2577cab __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc2677b92 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc29980ae __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xc2e76feb mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xc314dffd __put_net +EXPORT_SYMBOL_GPL vmlinux 0xc32cbf41 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xc32cc75f task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xc3300d6c ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0xc333cee1 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3470cc6 efivar_entry_remove +EXPORT_SYMBOL_GPL vmlinux 0xc349ba4f dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xc370a8e5 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc387652d usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xc39c3b95 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc3ab9540 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0xc3b27755 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3f646e2 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xc3f99d14 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xc3fb44d3 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc41cca17 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc4501c55 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45b88a2 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xc46f46a7 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xc46f603b fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48388dc cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0xc4884659 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4aeec07 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xc4f6332e device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xc516b94d __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc5439502 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xc55505e2 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xc5609f8e sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xc5718c8e wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc57b825d devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xc57db7aa skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xc588082c efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc58f8641 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc5bab3fe btree_init +EXPORT_SYMBOL_GPL vmlinux 0xc5d37180 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc610336c serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc621fc68 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xc6293458 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc64a0bf4 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc68aa090 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6d13e91 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xc6d942c0 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc732767e list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0xc73adfec tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc74e994f __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xc75aa2d3 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xc78f2634 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xc79641c4 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7c9a5da irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xc7e02dec usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc81af43c power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xc81dbe20 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0xc82c8c22 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xc83880c3 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xc84314e0 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xc8754b97 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xc8798454 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc887981c pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xc889d9fb wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8aeca16 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xc8bb048b sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8e0bfc9 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0xc8e59f25 bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xc8e5a13a sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xc8fc0b8a rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc915edbb regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xc93953c5 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95b8c49 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xc95cc914 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc96a985b aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xc98fa83a event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xc99f3b0b input_class +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9d07307 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f6a570 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xca1696f4 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xca6b54cc crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xca7954de md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xca8bd9ae ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xca9e8c5e usb_string +EXPORT_SYMBOL_GPL vmlinux 0xcaa2f092 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xcaa92178 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcad20e1b da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xcae5e95e crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xcae6090c dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0xcaec086c ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcb0e6037 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb1e8655 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xcb261e7a dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb4aa8ad pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcb5ba52c call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xcb8599c4 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xcbb1ef4e sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xcbb7a990 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xcbe9d7c5 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xcbea2292 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcbf8870e ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xcc02dadc scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xcc0aed2b __efivar_entry_get +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc3e83b2 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xcc4430d6 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xcc785fd0 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xccc72e78 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xcce14a02 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xccea4e34 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xcd00325e device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xcd0d720f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xcd1516df register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xcd3bd473 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xcd5f2156 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xcd81a1df devres_find +EXPORT_SYMBOL_GPL vmlinux 0xcd8cd602 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce532d4b shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce8e14a2 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xce9ff748 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xcea537a5 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xcebb3a1f attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xced527b7 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xcedd079e cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee530e5 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xcef1dd0e perf_check_microcode +EXPORT_SYMBOL_GPL vmlinux 0xcf019b9e hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xcf4eb18c find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf7844e4 devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcf833a37 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xcfb1766a virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc43764 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xcfc62f27 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfce7568 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xcfe56541 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd005d86b ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xd01e59f6 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xd023e47e ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd038b520 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xd03a2bd3 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd03c91df tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd04a8f57 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xd064ffc8 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd067d70e usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xd084263e rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xd0aa63a2 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0xd0ba7da5 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0f4e8ff pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xd111022a subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd14f5bcf percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd1507e59 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0xd15b91ce ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd190aea8 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xd193a0fd clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xd1980d05 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xd1a4f840 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xd1a5bb2e dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd1b05f74 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xd1c7a48c posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xd1e49831 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd21525cc tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xd217ce9f wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd239f997 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xd260a7f8 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xd26596e9 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd28f305a pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd2a14bb6 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2bf2bd8 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0xd2c58ab2 apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0xd2d4dac8 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xd2e70bf7 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xd2f25143 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xd3353ef2 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xd349bb52 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xd3553e64 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xd36d3dfb devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xd396ad67 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xd39dbf6f crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xd3a8eb78 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xd3b1e992 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd46d1a43 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xd4983197 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4f6e0a9 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xd4f703ff pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xd5075c3f mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xd50aa5de unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xd516da90 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xd51e9b9d regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xd52a55e9 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xd544e902 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0xd550560f __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd561b01f rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0xd57caf15 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xd597da84 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5ed6dd1 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd5fa0216 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd5fcfe3d uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xd61f4dcf cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xd628fce0 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xd62ba05b pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xd63d9f11 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xd6466b47 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xd670fd04 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd676aa05 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xd67f5217 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd682398c netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xd69ae5f2 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0xd69b4f23 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xd6a0e26b fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xd6a1b0fc da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xd6b86bd5 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xd6c2e04b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xd6ed3a8e cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0xd6fb0ef4 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd6fbdd70 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd7011659 acpi_dev_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd722ca36 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7399d2a efivar_entry_iter_end +EXPORT_SYMBOL_GPL vmlinux 0xd75ad0a1 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xd75edee2 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76afc49 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd781cb82 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xd7ab2c0c speedstep_detect_processor +EXPORT_SYMBOL_GPL vmlinux 0xd7d5f7aa ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7f4016d powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xd8146628 clear_foreign_p2m_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd821e4a7 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xd8250a5c iounmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd8324b7a __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xd86ebc26 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd8784a30 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd895b18a sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xd8b9763f exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xd8fe0d3f da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xd919806a amd_cache_northbridges +EXPORT_SYMBOL_GPL vmlinux 0xd92c06e6 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd945b7e4 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xd94b737e erst_read +EXPORT_SYMBOL_GPL vmlinux 0xd95ca959 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd978641a blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xd9826f48 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xd99155fd tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd99d577c noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xd9c5f6b5 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xd9d01efb spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda07bcce __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xda3e1ee5 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda87c4c9 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdad9f438 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xdae125d7 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xdae3babe init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdaf5d6eb md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xdb0a8b84 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xdb3907ed sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xdb48169c debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xdb5d34e0 rcu_batches_completed_preempt +EXPORT_SYMBOL_GPL vmlinux 0xdb6e5b75 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0xdb7c5362 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb9c63bb crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xdb9e63b2 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xdba4ad93 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0xdbb80e80 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xdbbc81dd iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdbd653ab regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xdbefcd64 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xdbf58298 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xdbf6e68b regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc0ea962 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc4fdc88 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xdc59a32f wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xdc644290 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc777eee leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9df41a devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcc055b2 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xdce7b510 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xdcf244cd crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd45fff6 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xdd4f02b5 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xdd794d33 phys_wc_to_mtrr_index +EXPORT_SYMBOL_GPL vmlinux 0xdd8a851d efivar_entry_set_get_size +EXPORT_SYMBOL_GPL vmlinux 0xddb5de2b list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xddb63077 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc94948 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xddc97c3c tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xddcddac6 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xde0b3102 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xde1960d0 extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xde1ddc09 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xde1e97c2 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xde232e6a register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xde2a92cb regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xde370832 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xde38f4e7 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xde5c01ec of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xde6045a2 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xde747356 intel_msic_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xde813ae2 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xdea68a02 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xdeb1ff03 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xdeefec6f bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xdf082a0f scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xdf0acc10 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf150d26 print_context_stack +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf2af64c alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xdf3b4cf9 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xdf3c2d5e virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xdf451cf9 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xdf4e3597 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xdf64a6a7 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xdf66ca81 ucode_cpu_info +EXPORT_SYMBOL_GPL vmlinux 0xdf807693 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xdf94b752 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0xdfa1fd06 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xdfb3756f devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xdfb57603 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdfbedcaf ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xdff7c33e crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xe003e044 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe0188418 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe04fb4bc devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xe05e3e6c gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe060cc58 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xe0663e1b device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe09a20b6 system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0xe0b61237 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0c787ef crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xe0f3aebf usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xe0fc7108 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe11a7137 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xe13801c8 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xe13cab7c inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0xe140d2c2 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe17b68ac scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe1819613 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xe1a0ea1d i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1e1dc93 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe1fca926 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xe2135097 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xe21f18ff sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xe225dacd pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xe26e46f0 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xe2712709 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xe2712b7e usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xe278037e max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe298ac2e clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xe29e51a8 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xe2a4775c regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe2c76a8f devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xe2e589b6 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xe2ff9e25 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe3110476 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xe31ab9ab clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xe3296f37 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe3360fe5 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0xe34c0d7f mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3f19fb6 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe40fc154 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe439815c erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xe44620b1 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xe4494da8 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xe45e47fd kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4c331b6 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4e16586 efivar_entry_iter +EXPORT_SYMBOL_GPL vmlinux 0xe4e1842f iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xe4e68bc8 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0xe4f607e2 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xe53ac38f alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xe53d3b17 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xe5713c95 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe589255e unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe598647a usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xe59a9856 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xe5b3f528 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xe5d9504b file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xe5ed8be1 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xe5f8a6a5 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xe61a5f34 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xe61d0be4 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xe635510f __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0xe643f548 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe648c3da device_reset +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe660b903 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xe668539e pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xe66fa86f is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xe6761d01 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xe67f9bf1 pin_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xe691b57f xen_swiotlb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xe6a75497 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6f1784a tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe6fd34e6 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe73ccb43 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xe752f5fe usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76994a3 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xe77ad188 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xe78878e7 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0xe7920dd0 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xe7cacdf9 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xe7eb2ffb ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xe7ed4e96 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xe7f82a57 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe82b9d57 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe874bd39 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe8b9807f regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xe8bed223 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe8c37784 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xe8f46140 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0xe90ad340 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xe925f799 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xe928dae2 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xe93347ac usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xe9390806 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xe93b7d1d usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xe93c4719 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94ff5bb raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xe96da0e7 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0xe98a8f13 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xe9987657 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xea0a81d3 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea134d4f sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xea19a9aa lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea4638d1 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xea4a6471 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xea534383 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xea6ac26c rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xea770ef2 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xea78b3c2 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xea85f833 __netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0xeab86858 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xeb198145 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xeb19ecdd pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb2798f7 xen_destroy_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xeb33924e vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xeb370805 __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xeb3a9d60 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xeb7909d3 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xeb8275e9 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb8a84ab trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xebb97374 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xebc0d309 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xebda1374 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xebe78ab5 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xebf46525 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xec0fb828 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xec0fdb19 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec4d6a58 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0xec631f34 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0xec8dfb4a power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xec90467a acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xec97bc47 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xec99e2c5 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0xecbd811e irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xecc8432d transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0xecf22022 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xecfb473b fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xed071c09 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xed459a2d iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xed547a68 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xed5a7a51 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xed709def __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xed958d40 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xeddb6f45 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xedf3f1f1 do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0xedfd670b bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee3333aa dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xee4a010b dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0xee4ec557 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee88812d tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xeea2c06c sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xeed0be8b get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xeede675e mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xeeeea831 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xeef1dc49 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xef0078f0 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0xef0f0d5a devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef23d470 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xef25afae ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xef2909df irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xef37e9e0 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef54ad0b ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xef58c195 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xef5cafac ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6cc343 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xef730ca1 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefaa018a __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xefbfbbd3 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xefe32a8b extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xf000bb5b ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xf00793a4 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xf054ac97 intel_msic_irq_read +EXPORT_SYMBOL_GPL vmlinux 0xf0563df3 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf0a734dd rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf0d7bd0f fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf0f8913d evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xf0ffda75 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0xf12a7778 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xf1363acd regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf13ccba6 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xf15828b4 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xf1831156 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf18979a4 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xf190bec8 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xf1950026 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0xf1a0bcf3 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xf1ad464a clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b551d9 ibft_addr +EXPORT_SYMBOL_GPL vmlinux 0xf1c02de7 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xf1da5092 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xf201977b invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xf208eb31 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf23120c7 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xf23148a4 cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0xf23f11aa regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xf24b7041 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xf271ea23 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf287a9e2 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xf28a4713 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf2b6920e extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf2c85436 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xf2df3fac spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xf2efda2e ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf32f38d9 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf335a6cd virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0xf34561c6 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xf3463662 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xf352a039 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xf37f3959 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf38e9c1d netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf399b772 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf3b40eed pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b62b58 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf3db8791 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xf3e31742 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xf3ee812b ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0xf3fc65c4 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xf41fd6b2 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xf42aba2e ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xf4352b7f acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0xf45edf83 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xf46c391d x86_hyper_kvm +EXPORT_SYMBOL_GPL vmlinux 0xf46e0afa phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4e88ed6 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf5098c13 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xf51ea386 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf52cf15c ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xf5455a01 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf565c40b key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xf571d013 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf59f6214 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5aeb692 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xf5bebe67 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xf5da91c1 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xf5dce98f phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf5f19a06 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xf64f3451 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xf678b067 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xf67da14d sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf6b44357 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xf6c090b1 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xf6c6a238 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xf6ddfbc8 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xf6e49bc7 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f26acc scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf70582c5 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf70689c8 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xf7322bc8 pv_time_ops +EXPORT_SYMBOL_GPL vmlinux 0xf7437a29 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xf751f4ac disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xf7639735 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xf78d2f30 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xf79aec9b tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7d07b7d pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xf7daadc3 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf8255b4b ping_err +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf8442a65 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xf867147c ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf89a976b cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xf89c9cc8 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xf8a493cc bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xf8a809ba dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0xf8b194c9 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf8e12ccd debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8edb8f1 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf91950ba usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xf9265c14 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf93d9958 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf95345a0 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xf962f492 xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0xf97364bb udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf9765833 dmi_match +EXPORT_SYMBOL_GPL vmlinux 0xf97666a0 set_memory_rw +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a590b1 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf9a5c975 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0xf9ad4071 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xf9c831a2 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9cd20e2 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xf9d5f8cc pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xf9ea77cf rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xf9f3249a blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xfa0a5bf5 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa5a92d1 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xfa5aaa97 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xfa86d121 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfaddb5b1 iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xfae8c6fc xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xfaec7f37 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xfb039987 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xfb0b0f69 efivar_entry_find +EXPORT_SYMBOL_GPL vmlinux 0xfb0c08d9 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xfb163069 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xfb19af6d ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xfb2c15cb __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb39163a print_context_stack_bp +EXPORT_SYMBOL_GPL vmlinux 0xfb5741b0 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xfb64b230 acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb6fc041 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xfb83db03 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xfba319a6 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xfbaec017 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xfbb3a875 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc5a5ea pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xfbee5589 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc1e8fe2 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xfc236f8b regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xfc2458f0 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc4f4953 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xfc7a1b08 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0xfc968c8b apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0xfcabf4da inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcdb0db0 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xfcf5dfeb rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xfd05464b klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xfd16a138 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xfd251605 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xfd396d0e acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0xfd3e5c64 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd62238e platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xfd70e84b __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfdb1055b regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfdcebeb0 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xfddd954f led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xfde151f5 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xfe03b393 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xfe5536e8 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe7a2493 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfec55d76 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfece69da blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed38539 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xfed857c7 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfeed6fa9 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff004891 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff2b2ceb blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xff336b72 xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0xff3377dd perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xff3b9bdb elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xff586ed1 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff8499b3 ata_sas_scsi_ioctl --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/i386/lowlatency.compiler +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/i386/lowlatency.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.8.2-19ubuntu1) 4.8.2 --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/i386/lowlatency.modules +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/i386/lowlatency.modules @@ -0,0 +1,4303 @@ +3c509 +3c515 +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +53c700 +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_accent +8250_boca +8250_dw +8250_exar_st16c554 +8250_fourport +8250_hub6 +8255 +8255_pci +8390 +8390p +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +abituguru +abituguru3 +ablk_helper +ac97_bus +acard-ahci +acecad +acenic +acerhdf +acer-wmi +acpi_extlog +acpi_ipmi +acpi_pad +acpiphp_ibm +acpi_power_meter +acquirewdt +act2000 +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +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 +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +advantechwdt +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aes-i586 +aesni-intel +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x +aha152x_cs +aha1542 +aha1740 +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +ak8975 +algif_hash +algif_skcipher +ali-agp +alienware-wmi +ali-ircc +alim1535_wdt +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +ambassador +amc6821 +amd +amd5536udc +amd76x_edac +amd76xrom +amd8111e +amd_freq_sensitivity +amd-rng +amilo-rfkill +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apanel +apds9300 +apds9802als +apds990x +apm +apple_bl +appledisplay +apple-gmux +applesmc +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arcfb +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3935 +as5011 +asb100 +asc7621 +asix +ast +asus_atk0110 +asus-laptop +asus-nb-wmi +asus-wmi +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati-agp +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlas_btns +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1isa +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_aout +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpck6 +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c101 +c2port-duramar2150 +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +ccp +ccp-crypto +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfag12864b +cfag12864bfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +chromeos_laptop +chromeos_pstore +cicada +cifs +ci_hdrc +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +ck804xrom +classmate-laptop +clearpad_tm1217 +clip +clk-max77686 +clk-s2mps11 +clk-si5351 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-isa +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +compal-laptop +configfs +contec_pci_dio +cops +cordic +core +coretemp +cosa +cp210x +cpcihp_generic +cpcihp_zt5550 +cpia2 +cpqphp +cpu5wdt +cpuid +cpu-notifier-error-inject +c-qcam +cramfs +cr_bllcd +crc32 +crc32-pclmul +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +crvml +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs5535-mfd +cs553x_nand +cs89x0 +csiostor +ct82c710 +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +dcdbas +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +dell-laptop +dell-led +dell-rbtn +dell_rbu +dell-smo8800 +dell-wmi +dell-wmi-aio +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dme1737 +dm-era +dmfe +dm-flakey +dmi-sysfs +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +donauboe +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155v4l +dt9812 +dtc +dtl1_cs +dtlk +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +e752x_edac +e7xxx_edac +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +ec_bhf +echo +ec_sys +edac_core +edac_mce_amd +edt-ft5x06 +eeepc-laptop +eeepc-wmi +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efficeon-agp +efi-pstore +efs +ehset +einj +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +ene_ir +eni +enic +epat +epia +epic100 +eql +esas2r +esb2rom +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +eurotechwdt +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +fintek-cir +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fschmd +fsl_lpuart +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +gen_probe +geode-aes +geode-rng +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +glue_helper +gma500_gfx +g_mass_storage +g_midi +g_ncm +g_NCR5380 +g_NCR5380_mmio +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-addr-flash +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-cs5535 +gpio-da9052 +gpio-da9055 +gpio-f7188x +gpio-fan +gpio-generic +gpio-ich +gpio-ir-recv +gpio-it8761e +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-pch +gpio-rdc321x +gpio-regulator +gpio-sch +gpio-sch311x +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +gx1fb +gxfb +gx-suspmod +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdaps +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hecubafb +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hgafb +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-hyperv +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hostess_sv11 +hp100 +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hp-wireless +hp-wmi +hsi +hsi_char +hso +hsr +htc-pasic3 +htcpen +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_storvsc +hv_utils +hv_vmbus +hwa-hc +hwa-rc +hwmon-vid +hx8357 +hyperv_fb +hyperv-keyboard +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-eg20t +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-ismt +i2c-kempld +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-nforce2 +i2c-nforce2-s4985 +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-isa +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-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i3000_edac +i3200_edac +i40e +i40evf +i5000_edac +i5100_edac +i5400_edac +i5k_amb +i6300esb +i7300_edac +i740fb +i7core_edac +i810fb +i82092 +i82365 +i82860_edac +i82875p_edac +i82975x_edac +i8k +i915 +ib700wdt +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmasm +ibmasr +ibmpex +ibmphp +ibm_rtl +ib_mthca +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +ichxrom +icn +icplus +icp_multi +ics932s401 +ideapad-laptop +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ie6xx_wdt +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +in2000 +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int3403_thermal +int51x1 +intelfb +intel_ips +intel_menlow +intel_mid_battery +intel_mid_dma +intel_mid_powerbtn +intel_mid_thermal +intel-mid-touch +intel-mid_wdt +intel_oaktrail +intel_powerclamp +intel_rapl +intel-rng +intel-rst +intel_scu_ipcutil +intel-smartconnect +intel_soc_dts_thermal +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioatdma +ioc4 +io_edgeport +iosf_mbi +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +iris +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +it87 +it8712f_wdt +it87_wdt +iTCO_vendor_support +iTCO_wdt +itd1000 +ite-cir +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-amd +kvm-intel +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lanai +lance +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-clevo-mail +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-net48xx +leds-ot200 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-ss4200 +leds-tca6507 +leds-wm831x-status +leds-wm8350 +leds-wrap +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmc +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +logibm +longhaul +longrun +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltpc +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxfb +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +machzwd +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mce_amd_inj +mce-inject +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdacon +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-me +mei_phy +mei-txe +mem2mem_testdev +memory-notifier-error-inject +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +meye +mf6x4 +mfd +mga +mgc +michael_mic +micrel +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mixcomwd +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msi-laptop +msi-wmi +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxm-wmi +mxser +mxuport +myri10ge +n2 +n411 +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +NCR53c406a +nct6683 +nct6775 +ne +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +nettel +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni65 +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc_gpio +nsc-ircc +nsp32 +nsp_cs +ntb +ntb_netdev +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nuvoton-cir +nvidiafb +nvme +nvram +nv_tco +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_xilinx_wdt +old_belkin-sir +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +padlock-aes +padlock-sha +palmas-regulator +panasonic-laptop +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +parport_pc +parport_serial +pas16 +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cs5520 +pata_cs5530 +pata_cs5535 +pata_cs5536 +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_isapnp +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_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sc1200 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc110pad +pc300too +pc87360 +pc8736x_gpio +pc87413_wdt +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcbit +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_can +pch_dma +pch_gbe +pch_phub +pch_uart +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pms +pn533 +pn544 +pn544_i2c +pn544_mei +pn_pep +port100 +poseidon +powermate +powernow-k6 +powernow-k7 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +pti +ptlrpc +ptn3460 +ptp +ptp_pch +pvpanic +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-lp3943 +pwm-lpss +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quickstart +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r82600_edac +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-aimslab +radio-aztech +radio-bcm2048 +radio-cadet +radio-gemtek +radio-i2c-si470x +radio-isa +radio-keene +radio-ma901 +radio-maxiradio +radio-miropcm20 +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-rtrack2 +radio-sf16fmi +radio-sf16fmr2 +radio-shark +radio-si476x +radio-tea5764 +radio-terratec +radio-timb +radio-trust +radio-typhoon +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +radio-zoltrix +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-bq32k +rtc-bq4802 +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-hid-sensor-time +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-mrst +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +salsa20-i586 +samsung-keypad +samsung-laptop +samsung-q10 +samsung-sxgbe +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 +savage +savagefb +sb1000 +sbc60xxwdt +sbc7240_wdt +sbc8360 +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sbni +sbp_target +sbs +sbs-battery +sbshc +sc +sc1200wdt +sc16is7xx +sc92031 +sca3000 +scb2_flash +scc +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +scx200 +scx200_acb +scx200_docflash +scx200_gpio +scx200_hrt +scx200_wdt +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +sdla +sdricoh_cs +sdr-msi3101 +sealevel +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent_generic +serpent-sse2-i586 +serport +serqt_usb2 +ses +sfc +shark2 +sh_eth +sh_mobile_ceu_camera +sh_mobile_csi2 +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sim710 +sir-dev +sis +sis190 +sis5595 +sis900 +sis-agp +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slicoss +slip +slram +sm501 +sm501fb +smb347-charger +smc9194 +smc91c92_cs +sm_common +smc-ultra +sm_ftl +smm665 +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1816a +snd-ad1848 +snd-ad1889 +snd-adlib +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als100 +snd-als300 +snd-als4000 +snd-asihpi +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt1605 +snd-azt2316 +snd-azt2320 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmi8328 +snd-cmi8330 +snd-cmipci +snd-compress +snd-cs4231 +snd-cs4236 +snd-cs4281 +snd-cs46xx +snd-cs5530 +snd-cs5535audio +snd-cs8427 +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emu8000-synth +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1688 +snd-es1688-lib +snd-es18xx +snd-es1938 +snd-es1968 +snd-firewire-lib +snd-firewire-speakers +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-gusclassic +snd-gusextreme +snd-gus-lib +snd-gusmax +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-intel8x0 +snd-intel8x0m +snd-interwave +snd-interwave-stb +snd-isight +snd-jazz16 +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-miro +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-msnd-classic +snd-msnd-lib +snd-msnd-pinnacle +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3sa2 +snd-opl3-synth +snd-opl4-lib +snd-opl4-synth +snd-opti92x-ad1848 +snd-opti92x-cs4231 +snd-opti93x +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb16 +snd-sb16-csp +snd-sb16-dsp +snd-sb8 +snd-sb8-dsp +snd-sbawe +snd-sb-common +snd-sc6000 +snd-scs1x +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-sis7019 +snd-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-max98090 +snd-soc-mfld-machine +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-rl6231 +snd-soc-rt5640 +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-sn95031 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sst-acpi +snd-soc-sst-baytrail-pcm +snd-soc-sst-byt-max98090-mach +snd-soc-sst-byt-rt5640-mach +snd-soc-sst-dsp +snd-soc-sst-haswell +snd-soc-sst-haswell-pcm +snd-soc-sst-mfld-platform +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-sscape +snd-tea6330t +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-us122l +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-wavefront +snd-wss-lib +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +sony-laptop +sonypi +soundcore +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntpc +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_decpc +speakup_dectlk +speakup_dtlk +speakup_dummy +speakup_keypc +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-topcliff-pch +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssfdc +sst25l +sstfb +ssu100 +ssv_dnp +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sworks-agp +sx8 +sym53c416 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t128 +t1isa +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc1100-wmi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcic +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thinkpad_acpi +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timbuart +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tlclk +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmem +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +topstar-laptop +torture +toshiba_acpi +toshiba_bluetooth +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm_infineon +tpm_nsc +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +tscan1 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +twofish-i586 +typhoon +u132-hcd +u14-34f +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +ultrastor +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +usnic_verbs +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vfio +vfio_iommu_type1 +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-camera +via-cputemp +viafb +via-ircc +via-rhine +via-rng +via-sdmmc +via-velocity +via_wdt +video +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmlfb +vmw_balloon +vmwgfx +vmw_pvscsi +vmw_vmci +vmw_vsock_vmci_transport +vmxnet3 +vp27smpx +vpx3220 +vringh +vsock +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977af_ir +w83977f_wdt +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +wafer5823wdt +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wd +wd7000 +wdt +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +winbond-cir +wire +wishbone-serial +wistron_btns +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wmi +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +x38_edac +x86_pkg_temp_thermal +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen-tpmfront +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xillybus_core +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +z85230 +zatm +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc-e500mc +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc-e500mc @@ -0,0 +1,17100 @@ +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0x68ec0554 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0xc241f2a0 uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0x53201afd 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 0x22e88319 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x308fadb0 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x4f506438 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0x549d0fb0 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x6e1864f5 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x7f2550fb pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x95a89df9 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0xa023d333 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xa1a2e964 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xa7efa512 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0xf338455f paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xfd2784f8 pi_connect +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0bb0e7c5 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x716555c0 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa08d6fd8 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa65ead01 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaf5a8eb2 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/crypto/caam/caam 0x1c758e97 caam_get_era +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x0b13f4a9 gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x1bae6a2c caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x467a3289 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x64a73390 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xaf7ee144 caam_jr_strstatus +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xe6314f2e caam_jr_free +EXPORT_SYMBOL drivers/crypto/talitos 0x7e492152 talitos_submit +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x237c899a dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x79c983ba dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x8a0a6e04 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x905b2b20 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x98df59a1 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xa50777f1 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/edac/edac_core 0x3e93eb56 edac_mc_find +EXPORT_SYMBOL drivers/edac/mpc85xx_edac 0xba81f42e mpc85xx_pci_err_probe +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04dd92ce fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x19c17eed fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1fda5c4b fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x22727c2e fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x229e3e3c fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d5d4eca fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x54d8ada5 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x57dcfa25 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x685ce265 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x70c98097 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x73484083 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e431b14 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x968cde5c fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x99482868 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9d4f8b72 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa1b3682b fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa1c853dd fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa2637d67 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaeb51b68 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbaf9b392 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbc480971 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbffec1ba fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe2093a3a fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe2213bb5 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xeb9a1bbb fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf1e8ace7 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf5a0d120 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf8d823e7 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfb65ee02 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/fmc/fmc 0x008be463 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x18ffe593 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0x2cac4ddb fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x4c118622 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x5bf2429b fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x8c22a695 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xc28c05c8 fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xcb8a12ca fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0xe1be7d70 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xecf76703 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xf5586d0f fmc_device_register_n +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x46b3e331 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03dcf736 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05ef251a drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06fd5a1a drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0de7d01d drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ec527fc drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ff27a54 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x113806e3 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1395527f drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13cdaadb drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13f462af drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15537686 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x156f0f5c drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x169b4694 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16a08682 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x184e1883 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19847f32 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b284986 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b8a9651 drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d677e95 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dac3adb drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f26b0a1 drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x209b3ec3 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20a95153 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20c4e6b1 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2117c46d drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2362c68d drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x248dfee2 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26c47def drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29544545 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29ad006c drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b1484f6 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c3fa325 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cae1923 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cdfa555 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e45e29b drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f0b064f drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30d0166b drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33c254eb drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3514f347 drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3518b240 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3536a2ec drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x359c917e drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35a3f4ca drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36a3be8b drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x383ed3db drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x390b3a37 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39b175b4 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c0037b1 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c6ca735 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb7c564 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f26dbd9 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4003cef2 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4017b36d drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40ff333b drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41e696b2 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x447ab9e2 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45547b2c drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x457d1b2b drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45b461fd drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x479a3f29 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48cc48b4 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x492f4032 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4aab41f2 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c619d40 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f15b414 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f44e300 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fffab53 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5079018e drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50ad1aeb drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51ede286 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x546f3265 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x567d7237 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57977ccf drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5842abc0 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58f0739f drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58f5fd06 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58fbb1f7 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c0c0489 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6078dcd5 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62112c59 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65fe5bc9 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x661bb4d9 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6820de79 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x689907ab drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69487331 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69f4f3aa drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a85c45d drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6de0448e drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ee0867a drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f1be31f drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fca1ca7 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x713f4de0 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71ada60c drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x726de212 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x766413c3 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76f14c42 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x775f7f4a drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77f219ab drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x780d38e3 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a2d8df6 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b6b54be drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d50bfb9 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d5fb3ad drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f69f9df drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82850343 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85834e54 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85a0a230 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87eca5fa drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x881eed7b drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ae18163 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b2f4cdd drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b544524 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b5b4bf3 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c02ff7b drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c27cab9 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ce75372 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x914e9731 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91ced910 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x932ba9ea drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94277e03 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96932b31 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96cffd69 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x979b2bc0 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9aee608d drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9efc26a3 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f29c7f6 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7af44f drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0c4b42a drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4e55cac drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa908dead drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad5aa3d1 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaeb41e65 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf9487af drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb16c18ef drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb192a11e drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb252342d drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2b4d1eb drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3ca7f23 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3d727f0 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3f3580e drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb44610f5 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb48e30b8 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb732ff2f drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb84d40e4 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8c15571 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbc3c5d0 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd68586e drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdac5c0d drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2a245e4 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2c1bf1a drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2ccc545 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4435cca drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5521928 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7f7cc11 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc96c8ea3 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca5c59d2 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcba0546e drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcec158f0 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd08562ea drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd10218e5 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd344896d drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd54d8c5b drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a880a5 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd951dac8 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9684e24 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb5a5852 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcc90ad6 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd2b6b68 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd66eccc drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd92ae26 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdeae27fa drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdebd91a9 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0cc150f drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3efd532 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe436977b drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe64d647b drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7012816 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecd96d0e drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xede473c9 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeded4b12 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee3084c0 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee64badd drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef5e1d86 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf07d0cf8 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf219f21d drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf29e4b52 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf39c92b8 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3dc78e4 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf418e258 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf67892a0 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6ca09c0 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6d3a423 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6edb3e2 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf72a5eed drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf799d33e drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7f9b24a drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf879e120 drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9d5569b drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb4ef390 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc34ad60 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc63cc55 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfceeba8b drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x025a2e16 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x095e3c0b drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a6344a6 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0bb662eb drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d63fdd1 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21c05647 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x24425990 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x279b8c0f drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x294ee467 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x339fb1fd drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37353b4d drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3927b755 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3eb2673e drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x40a52e34 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a0b924a i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4dc190f2 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51a1ed3a drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51ad8fdd drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x576dc9a0 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62861c58 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68e75824 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6922a952 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6cac51a8 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70253884 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70737067 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x757d6780 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f9da1f5 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x81a489c3 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83c400eb drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88919de2 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8bc18b0f drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8bdb6b6c drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99379a93 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xad9394fb drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae1c0223 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb02332d2 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb02f3c65 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb119ce8e drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbdfcbdf drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbfda4611 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8e424f0 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8a2dacb drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd9cd6ae drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0a1735f drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec0bab38 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2df9b3f drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf689f996 drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfaff850f drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfbb58640 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfff18d8b drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x615dc3c4 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xc0ac69da drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xea5d0cf3 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x02f73237 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0e2b0636 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0f4a8cf2 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x11c201bf ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132b05be ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x207c4f25 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x27b1ffb3 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x27ddb238 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x28ea7d25 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x31e14c64 ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x33fae687 ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x38da7c57 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3989eeab ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x433cd6c4 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4b71b13d ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4f15b810 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x532a2946 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5964e010 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a8fdfea ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cf59609 ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x61803246 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x62c27972 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x63781ac9 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x661dfc09 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x66954ea2 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b1d568 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x687bf691 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69500aeb ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6b1f365e ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x74485217 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x74b75284 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x786a2363 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7babfd27 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d55da85 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7fc8ab3a ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84a13931 ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89a443de ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8af0f846 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d14adbf ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x978b694d ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9f6b1e88 ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2a129fd ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa315cde1 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa73de2a9 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa8d20bc2 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb5aad59d ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb83c6470 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xba80b8c7 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5f0c2da ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcb6b68e0 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcbb7fa90 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcc24b103 ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd1af3633 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd557e2cf ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd64cd323 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7f51742 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd88fa9cd ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe02e2130 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe1d89550 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe59738d5 ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe76d536e ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe7e35d55 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xea9eb91f ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xecdfde6c ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf12fc4bf ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbbbd466 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfc90d1cd ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd19b92a ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xa92a0ddd i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xdd1f9661 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xe5807ffa i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x9d28acb0 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xdcc786a2 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x984fafb2 amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x14b5ed9c st_accel_common_remove +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xab5ad5b2 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x33a050ca hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x3bfe4463 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x8ecda19c hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x91b61d8f hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xb32e658b hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xf9929731 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x42559d56 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xa298a00d hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xe408b34a hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x02a76a0f st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1e06ccaf st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x29aeac63 st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x3dd8099a st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x4e1f5e3a st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6c850f6e st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x6e36af11 st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x84ace218 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x87dff425 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8a9df31b st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x93817014 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x98b58fd3 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x9a697a31 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd5b10353 st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe2dc4800 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe9217eaa st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xf2bd3687 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0xe9cf5f6a st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0xdb3406e6 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x7f74cfdf st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xf7d58445 st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x009b9542 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x58efd59e adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x01e35ee2 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x1374c0d3 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x21d37944 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x25fba964 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x2c5365d2 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2dd38332 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2ea93561 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x2ee08de2 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x30cf4359 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x41c3eeaf iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x4a978728 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x5b1b232b iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x5cabc0ec iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x6f8efdc0 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x8de49c7c iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xaed4f303 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xb3a815fb iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xbbafdbcf iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0xd074d56e iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xef35e60a iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xeff423fc iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xf1c94a51 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xf39f2a80 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x4d68c806 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xf3231961 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x3388140d iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x714c4db9 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x23f31a24 st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x70580f91 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x2911cdff st_press_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xe7c6f108 st_press_common_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1ea5767b rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x32a8402c rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x59252c9d rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x93c7caf9 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0004aa9c ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x00bcd6dd ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x07cff309 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x14e593f2 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2477cfbe cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5d778c6b ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x72f766b3 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7c391cd6 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8d02d4cc ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8ddf0ea9 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x918675d9 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb6328381 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb9fb2403 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc4e9bc52 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc8cecd0d ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf06b5c31 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf392d1df ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0310e181 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05b0e15d ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c3017b5 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c7465bf ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10ecfae2 ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1152b976 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13a9ee7b ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17726557 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18404d98 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x184ce2c2 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b87108f ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22901807 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26716947 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x286ff336 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x342ce748 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3640eba6 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x382f9ff0 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b5a1378 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3bec8472 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e425fc9 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x465057b9 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x486d16d6 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c8055b6 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e042b9c ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e7916c0 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ccf06a6 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6125c93c ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x62bdf2ab ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a6bbe03 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6deafde9 ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70afba26 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7113130d ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7124fe1a ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72dc5c42 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7794d934 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f036133 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f23cdfb ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f437434 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80beeded ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8467cdb9 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8bceb804 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98dbf360 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b17cca4 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ea9e116 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0a4594f ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa13e967f ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa16353be ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa529bb39 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7dc2e19 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8db100e ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac63bfd7 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad43490e ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae815483 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1c88e70 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3a10cdf ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb54fffae ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb98830c5 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2b168ec ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6593e2e ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcadaaa35 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbf5cc49 ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd07c2ed6 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2871438 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd82aa439 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd87c298b ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdadd2393 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf8ec3f6 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1a57235 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe29e3229 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2f2264e ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe386f52e ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeaf63996 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2cde207 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf31bc30e ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3afea2a ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf490b15f ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4fa9218 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf56bb2f9 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9449aa0 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb4cede1 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc57c9c4 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x06ac79e5 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x09fc3c01 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x13a8898b ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x184f4dfe ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x42d5d308 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x4ce3cbd1 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x77a54cf9 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x869d07d5 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x9575318c ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xdb659a5e ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xdfeb4016 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xe226cb9f ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x1c3233f2 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x1d1fc43d ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x4c1c5ebb ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x5328d7a6 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x89f25c14 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8c4e7500 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9a1cd50d ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xa529cdad ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xb3ea8355 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x15b90e23 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x26e8fac3 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3863ab9a iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3cb34c8e iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4339bbc6 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x57e90ba2 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x74b7a1a6 iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9ab2cf2b iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9ec14bc0 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xbcfd8ab7 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe5a745bd iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf1bb4ae9 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xfd56ae1c iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xff53ff9a iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0e3426ef rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x164ddfaf rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x16562d9e rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x190cf0ee rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4369e8f0 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x45c5b55c rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5a87891d rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5f54dc4a rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6be2327a rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7fde6b5e rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x81b6948a rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x831ba7fe rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9159a49f rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x93344da7 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9dfa6c44 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaa2e28cc rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbff9d7df rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc5305976 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd130420e rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdb7c4c14 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf49dd0af rdma_join_multicast +EXPORT_SYMBOL drivers/input/gameport/gameport 0x2655f76a gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3d3477a4 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4ea9c4d3 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x6d437133 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x870687b5 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8d44fe74 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb864b5bd gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xdb78787f gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xdcd93f16 __gameport_register_driver +EXPORT_SYMBOL drivers/input/input-polldev 0x72240c0d input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x7340dd93 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xd7f29f34 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xde09003d devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xe7d4e6eb input_unregister_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xf8aa979a matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x0cd864d3 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x62e15aa4 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x9d9d279f ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0xb5fc1185 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 0xb7859c87 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x319f11e5 sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x9dd4b4eb sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xae69ed51 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xaf35b0c8 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xeb60aa11 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xed49997b sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x24c773cf ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x49c17729 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x0f4f0a71 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x1d453172 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x21587266 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6e35ee2e capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7834bc99 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x89065452 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc0acf862 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc2899817 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf13fbb1c capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfc33b67a detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0fb07194 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x118f5e56 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x11c6b133 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x2ac4d7a6 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x36863923 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5d1dfb5b b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x6af08036 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8eddba36 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9c329024 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9e0a376e b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xae249c55 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xbb171250 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xd4e08abc b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf316390a avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfadb1788 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x2a063e99 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x2f206509 b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x4492da77 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x6c9346db b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x89d0db6b t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x8e8e6a09 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xad93d5e9 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xcd451cae b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xe2abc47a b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x32d58f1e mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x527a9b5b mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x6d5609d8 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xf497d761 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x0c769078 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x734588ff mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x6c88e34b hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x34aabcd2 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x403b7d9b isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xca1a7ed8 isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xe77da2be isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xfcf90222 isacsx_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x0228502b isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x0b2abd79 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x5f4528d5 isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x147a087a mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x18d94ff5 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x19ce0b12 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2b4da5c4 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2e9c0ca4 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x59b6ea4e get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5de4464b create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x65b545b3 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x69f121b5 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x893da05b get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9cf3db8f bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa76edd2b mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xaa7c90b8 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xabb3930d mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb00b95ec bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb283d44b recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb4150593 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbc5d0dac mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc912dc43 mISDN_ctrl_bchannel +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 0xe2ba5da6 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xebb080a8 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf0b1a09b mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf1e1c5bc mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x078254a1 closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x0c4d0956 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x10dc0d06 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0x66d28e22 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6969b5d8 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7b55ca4f bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9e8b3cee bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0xab2d2b84 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xad29a6f5 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaec09a2b bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaf77343c bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xb6768ea8 closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc04554f7 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc0b9ef00 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca580595 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe2ccfc19 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe47e0829 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe67c2d16 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe7b3754e closure_sync +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-bufio 0xa7978f56 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-log 0x2444c295 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x454da2ad dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x47370226 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x4d21d67b dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1a037082 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x56df99aa dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x57d2cded dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x95b9fba2 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9e0870cb dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa8b189e0 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/raid456 0x07bcfe1a raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x07bd87b4 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1335e20c flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x39f3643e flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x61f15c1c flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7630ec55 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7886916c flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x85c2ca64 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x963d57bc flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9dac72b0 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbb7a9bb5 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd77e8af2 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd9c0f15c flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xdcdd33f5 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4aadcdd3 btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x93920e1d btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x479d5e4c cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x99c2a42a cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x9c8c8c0e cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe38dc4dc cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x04d3f5e2 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x41a9b1d5 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x849d6cb0 tveeprom_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x037ff177 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08e49f8e dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18875c5f dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x19591134 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x22d6ce4a dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x28470e93 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x28ee2ae8 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3a2cdd28 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3bb659e6 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3f7224d5 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x404e021f dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4286ed65 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x45e8300a dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4cdf6041 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4d3b9a9c dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x501da161 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x50a5c259 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x584ebd7f dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6604bdc9 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x78d62338 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7ba5d8bd dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7dcf808e dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x89392a12 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8e47dce5 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x909e6020 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x99d9198d dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9ded08fa dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa529126a dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa8f480ab dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xad0b68d8 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb16e2610 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb81b47a3 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xca1653f2 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb576668 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe389ae49 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe9d1854a dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfca6d1d6 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x8ce50a9a a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0xc4149746 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0xa8c75f2f af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xad87f3d3 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x0001910d au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1f1b947e au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3e31c9fe au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4a352a10 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x981a3a0a au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9a2ca841 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xeb1903df au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf3ddc7de au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xfa01dc3e au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xbb7949c4 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x69e0988f bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x0d536243 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0xfb7aab26 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0xfc5703b8 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x1dbe8c5f cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x9ce7571c cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0xd2e21e8b cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x21daffd8 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x3df950cd cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xde509ccf cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x4b6615ba dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x8e86c28d dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x904eb219 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xb045078e dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xd92fe5ca dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x02d3173d dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x18f68d5f dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x19a3cc03 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1cbb3615 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1f9a0cdc dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2a605f0a dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3a152be2 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x42e39acf dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4543e232 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x454a1e79 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x740a80f7 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa87252e3 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb73744e3 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdf629331 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf4312a8f dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x59b5a8cc dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x0936ed54 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x0fae4b04 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x7609a39d dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x828f34c4 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xacfa30e2 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xc16f02da dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x1587733a dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xb2fb92a0 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xba8f8612 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xef81ffe7 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x10467ae8 dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x200f748d dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x35c17e09 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3efabbec dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4d8a903c dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7804e029 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x81a5dd11 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8fe3b6f8 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x95d76096 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa6d71ddd dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xdaaddb98 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe1dfca41 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe36e4a77 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xea27ec9b dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xeb9077db dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf0a8807f dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x0c817ba8 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x20dfad45 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x28706dd6 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x31275f1c dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3551a27f dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x4348f8b0 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x478d75cd dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x59f57e77 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x5a531df7 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6a31a029 dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7fd0c2e5 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x900bfa13 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9b8aa697 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa2ad32bc dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa62146ba dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xaa382c63 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb56603d5 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb6eabbed dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc8217752 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0c571d5c dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x17fbed3d dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x5c09d2e3 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xa34fbf5c dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xd5e113bf dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x3e9fb69f drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x885fab6e drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xb6a5ae2a drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0xa39c5983 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x86a604e4 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0xcfa77d23 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x83cf80f2 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xbbcb2eb3 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x1f43ed7e isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x6b266ac1 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x9891b3ba itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xdff11444 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0xb87a6023 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x20a91cc2 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x0638b2fb lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x56240876 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x1e730db4 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x7ae7db82 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xb83635c4 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xdbea1307 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x05114780 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x8486a271 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x7afde913 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x552cc270 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x224e0dd5 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x68ad3966 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x42ff550a nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xaeaa08d4 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xe882c10a or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x129e7d4e or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x7fb3b816 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x8ce53552 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x1ff311e3 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x85309b39 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xa191e8c1 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0xf9c850e8 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x60d8868d s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x02291d04 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xae4f594f s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xcd1c9ab2 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x113f6410 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0xcf587e32 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xb66f862b sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x1ab38429 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0xfd99820d stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x16ee6753 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x6f119a59 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x5f967706 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x54d9240c stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x29325f01 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xfcf56384 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x0df93e8a stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x2660b86c stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x578c37d0 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x80bc9427 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x14e7ce2f stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x1f99ccd7 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xb8cfd14f tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xbbb481d1 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x9e8b55f3 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xbb9913d0 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0xbc0d2a7b tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xcb145735 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x7c4fde6f tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x6d5e14e3 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x1086a124 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xd8bf9474 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x7f74d65f ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xd73879fa tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x1ecb9004 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xfd378515 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x907bfd01 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x406f0698 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x52040e8a zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x06c38f59 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x505ab963 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x65cfa62d flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc06ca107 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc8743e8a flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xcec80af6 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe59b7445 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x0a3fe93b bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x112e9a43 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x2373a9b8 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xeabc95cf bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x1ea87b1a bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x71d2b8a4 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 0xe4e76cdb bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x37ebbede dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3da6991c rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4268242f dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6d9e4515 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8f177018 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb1ce87e0 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd8b14017 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf4968cff read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfdf946c7 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x17d3ef2a dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x0ce7c75a cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x59eb847b cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x5fdf9c1f cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xca55e394 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf3558c99 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x35b590bf altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xb6717d4b altera_pid_feed_control +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/cx23885/altera-ci 0xf7fc8f4a altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x2609142d cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x28750975 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x88ffc13e cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x96f176aa cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x9ace29e9 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb0797c8b cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x103236d1 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xff3af926 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x21a3865e cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x44c39631 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x59d17b00 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x9a9fc51d cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x119a6021 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2f01bfda cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x67816acd cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8c3c20d3 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xba26b5eb cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc52531da cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x09705cb4 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1d3b9768 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x262e0895 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x28ec22a8 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2dc72c8d cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4062f6c4 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x725de293 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x79fcd201 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7f7628c0 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x82f974ba cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8a720aa8 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xacd28957 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xad85ef6a cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb9a9ea8a cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbaa9f5a1 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc7b96f43 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcda7d3b3 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe09fde63 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe4f5b4e6 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe7a9d86f cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xec278ccc cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfb517e5f cx88_core_get +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3d85aa0b ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3e00bbd7 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3f50340a ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5c7d02d6 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5e35b115 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x601830c1 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x613a175c ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x67bd749c ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x79900efb ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7e9f2435 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9621049a ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb1a049ed ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc10e22e1 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd3f2dfee ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd726f6f2 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd976f286 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe0f6c276 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x040422dd saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0a783336 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0ff6e815 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x11201c21 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x23bd2fe8 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x369e1be6 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x55b990fd saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x950f9e74 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x96ae4ed6 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc02f0f4b saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xcf3131ae saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd19b9e18 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x6a6b534e ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x667a2697 videocodec_attach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x9a351e69 videocodec_register +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x9cf03e3b videocodec_unregister +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xfc9fa45b videocodec_detach +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x0257b96f soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x08ac6770 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x11ee3402 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x5c26c4f5 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x72cc3def soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x783be235 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x92796566 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x9b122e8d soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe6f1487a soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x2d5c6acc soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x5224b13c soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xb290f18f soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xe2703c4a soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/radio/tea575x 0x18ab83c7 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xaac575fe snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xabfe56d1 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xf59f25d2 snd_tea575x_init +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x1472e484 lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x28f7b093 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x5d47cf07 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x727c65b1 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x7f3f3072 lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x85958738 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xf4cfd49f lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xff013c15 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/rc-core 0x1899f910 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xc8c9ae4b ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x8133af57 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x6c2bd41b fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x181e09d7 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xbcc0e838 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xfee540bd fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x25f90a95 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x7b41ff9a max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x44bd74e2 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x1d82451d mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xe99ed7e8 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0xd8fa53ab mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x456eea0a mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xfbd32929 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0xab3307f5 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xc186da58 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x547a5df7 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x1def4219 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0xa22761df it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x6fcd2bd1 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x5c029cc2 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x66230084 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xbb332a16 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x000a93dc dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x19369f5a dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x539b43e5 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7b425562 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7c0d96de dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x805fb68d dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc73a71f1 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc9e41ca0 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xdb8b7ead dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x00ff73a1 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x1bfb4599 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x387c5dd7 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x3fea751d dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8d7f9f75 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x9448a473 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xa263bfd9 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x5c9cd1da 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 0x28fc7774 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x44a86a57 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x44d19ca6 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4f3e714f dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x624ba9b2 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8664e8de dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xab0d7745 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb494f12f dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xbc3fda19 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdab4dfff dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdb0da30a dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x76131980 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xd3688220 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x0e583e9d gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x317dcb75 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x33c28cfb gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5cb02adc gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x63e7be02 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x730e77d1 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb2b22e21 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xdb998967 gspca_resume +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x672d4473 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x806df472 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xca7d4da9 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x14817909 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x3f4678c3 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x1522e7a9 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x375b5462 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 0xaea01035 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x6ca91b38 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x8c2a2218 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xd3e15b14 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xd665595b videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xd6fe6821 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xe3dc3155 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x1978bd1d vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x4ef6c696 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x5bb3a6db vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x689ed0de vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x84b805c8 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xba83b4a6 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xd29635d5 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x007ba497 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x00fea489 v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x12bcc120 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x148acb84 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1ade96db video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1defa43b v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1e44ec9c v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1ff700c9 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2e9f5f2e video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2f57ecf2 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32c3d140 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3885e4d7 v4l2_ctrl_new_std_menu_items +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 0x3d23073c v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x433f4587 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x493aeb6d video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4ac420a8 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x541163a9 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5725f292 v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x576b4f4a v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5beeec8e v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6105a8a6 __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x619d8147 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6355cd1a v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6799baec v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x689efc51 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6f88d734 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x73a5cfa7 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x73ce6ef9 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x753c31fc v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x75ca0620 v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x79ee0340 v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a11c921 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x86163a44 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x88f64d47 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8a8c3612 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8dd58677 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x92a91025 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x94ed6e33 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9d482dbf v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa1514939 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa3718896 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa372fcdd v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa385d746 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa3e9a533 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa46b79d0 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa78db46a v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb2bdb5fd video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb90ad4ff v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc2529a79 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xca2d91f0 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd6e6404 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd0109d24 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd6ff8b72 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd8c51bda v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb190cb2 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xde4af354 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe643cc13 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe794bbc3 v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe8e5cee5 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xefa5bcf3 v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf0d3ee34 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3545467 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf416d7cd v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf5b40273 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf7b7aa42 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf8f170dd v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xface0df2 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/memstick/core/memstick 0x07efe332 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x15927d10 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3f08c7fe memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5f2b3688 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6576e78d memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8481075d memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x92228cbf memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9368e638 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa289d826 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa5987a36 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xadac5ee7 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xff2f8091 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xff62216a memstick_new_req +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x15e7f589 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x18acb6fb mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2021c1c0 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x28cbea4b mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x31b95540 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3813650a mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x44c4f37d mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x49574a9a mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4c5ad952 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5e02edf8 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5fd4385e mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6209ad32 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6fa8b005 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x71325f5e mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x89e12500 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8f3f595c mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x95959d26 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xadfd22a1 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb11eef2d mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc3816294 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc3c529dc mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcf318514 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd21fcd9b mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd3b56229 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdc18be54 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe3985d2d mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe4578f2c mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf0893cb9 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfa88bfbc mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x19f168cf mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x292f446e mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x40a679d0 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x41da3529 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x46660eff mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x49b2eda8 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5183db69 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x521b7a9f mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5dc68715 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6b0d6467 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x78e5b1cb mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x791fdd01 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7d85df0f mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x909df65b mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x94b3fc29 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x94d47254 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x94ea8719 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9a2d36c3 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb3adb1a6 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb9120b50 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc705e656 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcee53195 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd0994297 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd8877d0f mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe3039f80 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf960daf9 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfd5430f5 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x0a3ed390 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x0bc9008a i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x26ea1671 i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5347f21d i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x733d7392 i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7940286a i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7d0112d2 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x88808735 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8c092725 i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb0696066 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb71eae3c i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb79ce8d4 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbea0d986 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbf385123 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xcb6a4af6 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xcc3d64b5 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xce9b9a5f i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf1888295 i2o_parm_table_get +EXPORT_SYMBOL drivers/mfd/cros_ec 0x06826c3c cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0x193a0d3e cros_ec_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0x3c3ca66e cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0x6a57b473 cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0xad4ed6d5 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x5a518a8a pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xbb3fdb67 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x05f7d40d mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x23ebcb87 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x28d0e87f mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3032b61d mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3186d82f mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3986f820 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x51ac1949 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7e1c17f5 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x80834b23 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa775bc33 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb86dc469 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc6d6aa6f mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe412ea38 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/tps6105x 0x4069be94 tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x5a5658d2 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x7d6d5c57 tps6105x_get +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/misc/ad525x_dpot 0x95d71a4f ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xea7e3dec ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0xc2fbe073 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x96fbbdf7 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xdb63699a c2port_device_unregister +EXPORT_SYMBOL drivers/misc/ioc4 0x61aba5b5 ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xa8d31f9a ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x008cd33c tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x192ac980 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x43e55fe9 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x5565ae7e tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x98eda338 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x9998f925 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x9cdf4bb3 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xa4213d7d tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xbb0983fe tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xe4414ca9 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xf54c1f65 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xfeddd012 tifm_map_sg +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0xd76dc297 mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x00b38efd cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x05a27255 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xa8af25eb cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x0c19ee8d register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x11d35733 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x7008e23a unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x7bec0ac8 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xab68d059 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xb10b1d4e lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xe00494d7 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x01ffd173 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xcc9c2057 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0x28c46212 denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0xf3b69bdc denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x05ca5392 nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0x38c8c230 nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0xbe35fc20 nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0xd3064629 nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xe4eb23ae nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xf3671bb7 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x723683d3 nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xa09e2245 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xc9811f68 nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xacdd0d5a nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb6bd294a nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x28a56d5c onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x5e820ca8 flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x8bb3726e onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xea4dc091 onenand_default_bbt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x17631983 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3106024c arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4120f9e0 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x76f16a2e arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7eedb450 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x83cd3687 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa7781876 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xaef1f88d arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xce632d71 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe836baf5 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x3d10c894 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x4f6e3ebe com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x6f93cc9b com20020_check +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0fb95d3f ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4d06438c ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5ea2dc35 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7ee52932 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x82409abf NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x866e837a ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa4d433f5 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc5913aaa ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xca4b3aa4 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xca938b45 ei_open +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x5e9b48c1 bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x7667fd18 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0d4e691a cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1c40e104 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4c245fb8 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x57f0c65c cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6066c071 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x902f7029 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa86fcc56 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xae80f262 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb36527cf t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc12be194 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc7d7c2f1 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd0395773 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xdacd9c86 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xdd31bd67 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe900f98d cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfbc5ff4f cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x02db5e6f cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0bcc754d cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x134a85d0 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x16710ce7 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1f8a684c cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x285abd2e cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2f358e54 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x36f1efd4 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x434b9989 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4c2e3573 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6138ecbb cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x678785c7 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6e2f6ec6 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x710f20bc cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x78d4f8be cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x795527b0 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7ea46d6d cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8001c690 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8028aeb7 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x983999ef cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb56f5f9a cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb9e9849f cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbce7d85f cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc4f4c775 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc67c90ed cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xde578b06 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdf52a9a5 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf55dff29 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x7513d2b5 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x77c2346f vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xb2241388 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x060f5a50 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x87b5a8a1 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/freescale/gianfar_driver 0x79f28897 gfar_phc_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0de8c91f mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1734b176 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1cb8f5b5 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24121c47 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24382def mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29c46043 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d7b9025 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d90a594 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36c048da mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3aff514f mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48bd15a1 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49fd8f36 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c1a7a57 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d2ae273 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ab8872a mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71cf9505 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7514a458 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bb74f30 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e6123de mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9756428e mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1e22641 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbeb96e84 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccdee64f set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd08b4bc1 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2fa2e44 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3b57c55 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0021d099 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x056bdaa2 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10c77dc3 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11a1dba0 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e2bad0d mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1fad77e5 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24165dfa mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e80f1fb mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x377deaca mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39e40be9 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bc7fa9a mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5054de27 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b658173 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d5160b4 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x735bedd0 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e5dcc27 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ec57fb5 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92ea792f mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97d52b3f mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c7fb99f mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0a50292 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa816fdf5 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb082d2f1 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb25b1169 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc63cfb04 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc915a047 mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4647444 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeba8b54d mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7103b32 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x90f37560 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x95452153 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xa995ce38 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xdf6349eb hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xff109411 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x60483078 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x62d552e6 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x6606d40a sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x7dc52b68 irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x8af8714a sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xa896a90f sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xcb6e2a71 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xd78407ad sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xf1733bd2 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xffc4aecc sirdev_receive +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x1fcba3ed mii_check_link +EXPORT_SYMBOL drivers/net/mii 0x4eebd1b2 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x625c3a40 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0x8c957046 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0x8f5a9552 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0xe8100b4d mii_check_media +EXPORT_SYMBOL drivers/net/mii 0xf2813ff6 mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0xfe93c40d mii_check_gmii_support +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x2f698776 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x6ca7db8a free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0xad5868fa vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x172fb5cc pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x7eb686f2 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe225e1d4 register_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xb8ee7ddd sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x1294212c team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x2ea67765 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x44567f96 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x479ea91e team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x55f0b6e9 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x7666c433 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xa0a3e380 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xb0e6ad2d team_mode_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x0cf61d48 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x31b6b87f usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xe354c7e8 usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x26b5e2e9 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4635dccf hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7ad2757d detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x910a1e06 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x936f12c9 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb6c97195 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xbc3609a6 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xda43bba8 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe0325fd6 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe4161db1 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe9dbdf13 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x6b8cb038 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x48950fa6 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x97c8f513 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xab7e8062 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0949c965 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3eec8eff ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x409f239a ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x439f6235 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x47bdc62e ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x53adb726 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x55d4d1fe ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa8836f7f ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb88e0c15 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe5da1f69 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xead4869a ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf2c78a29 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x06eb7fd8 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x474bd821 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb7123126 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbcbc796c ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc45bb035 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd3df56e0 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x24c8a116 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x53f7bafd ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6ff51c19 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8403f1fc ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x87387860 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 0xdadc0304 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe27cc1ef ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe3f96407 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf0a48a9f ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf567c148 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0855f4b2 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0a16c6c5 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1aca60de ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x337a806a ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4debf8fb ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4f1a7f4e ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x633906b1 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x73ebb1c6 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7f75a1bf ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x828a5ba3 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x899cd6fa ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9450f6b0 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa5fe893d ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb2f40879 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd40e2acf ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xde6075a8 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf03d978e ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf065b982 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03dac571 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x041ef3b5 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07a7445c ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0927a8fb ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ec000d0 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0fdb8de8 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1293db2a ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x14536c8e ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x196557bc ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1ec36909 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f9f96bc ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20cce8f4 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2318528f ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x246a0598 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x271a7b94 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28d357d4 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x299f2853 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a0d1f3b ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a13c54e ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ad06a63 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c6d7b17 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d23af3d ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ee27575 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30653d39 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30d41962 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x318cb194 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31a9073b ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31e7ea64 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x37eb2611 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c27581b ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c62709f ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e393ec0 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f2952fa ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x45607cac ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x500221e5 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52602a3d ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52bee476 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52db69db ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x533aa9e7 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x559ab662 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x560f91a1 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x572968e9 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59b0874a ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ab13a34 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c4c1442 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d3c5a72 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x691861d1 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a3b7878 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e13f644 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e6eedd8 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ea1623b ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f7b950b ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x764cd41f ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7da32b38 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81083953 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x86a528ce ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x883f50cd ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89252662 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89e81b8f ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b40a61a ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c302700 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e917046 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ee94bf8 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8eebc0fd ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8eee5fbb ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f96ace0 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93e2598b ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x944c15bf ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x97a8f28a ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x991b915f ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c290c8d ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9cda1b72 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ecd3c28 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa37f9ecd ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3c63c8d ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa4477b2a ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5f19847 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad98f607 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb03c3177 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbcc0d51c ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd78e082 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbdcceb20 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc10223f6 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc3e7fd20 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc993d20d ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf924ce5 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd0e03f8a ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd41ee7a0 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd44227d3 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd81956b9 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd957aab4 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9dbd15c ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5faade2 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7f24d45 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8b6abb8 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe915fa04 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeb59911a ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef4bf0df ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0696246 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4a0d533 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7a3b313 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfd54730d ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfd8f5481 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/atmel 0x0256f078 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x4e0e47c7 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0xa1faa6c4 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x0c4a995a brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x3a415a67 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x4661760d brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x471ed231 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x63fc1fd3 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x86dcb890 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa6c83b31 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xc790fd42 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd5576254 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd948cbec brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xe157a4c5 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xe6703a9c brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xeeb12a1d brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1f4f4007 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2cfa8831 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2f89e22e hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x31451df3 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x318303d3 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x360e0e55 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3be9f9c9 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3ea0c72b hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4cb486c1 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x810eaef0 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9df5f18e hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xae61cb14 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbd113d28 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbf172c80 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc96cde48 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xcc169f81 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd857625f hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe19fedbc hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe29385f3 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe5530fcb hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe7cb9ecf hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xee514619 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xefdcc140 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf0eb4145 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xff7a8541 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0bd1c2dc free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x10203baf libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3a846aea libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x42a1c608 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x499bc866 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x53c906be libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x63d07a0c libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x64868e31 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7ba0ef33 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa39a2fd5 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa3c8ffa7 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa449efcb libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb59ce04e libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc55ff69a libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc605fb99 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xca3934d9 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xce8268e6 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd64f8012 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe448db40 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xedaa19e1 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xeee6478b libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x043668ac il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x04480735 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x049b65ac il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x09bba6ae il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0abc626b il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0da95198 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0f1c913d il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0f53b073 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x147cf7fa il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x168cdd81 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x169f3cae il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x178f7878 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x19212a81 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1c805e49 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1de523de il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x20a55a87 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x22c16ee0 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2354f554 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x24f34f31 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2dac294b il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x30685fd2 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x32e4bef1 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x34385601 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x36e7921c il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3aa12431 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x41472818 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x425dfcc8 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x43e54d18 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x457af836 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x45b9c3b3 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x46c92816 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x48e97f89 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x49f0cd7b il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4c991f18 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x56740941 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5b43986c il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5b793929 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5d55fc32 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x61520d0c il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x62a19bf5 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6435341a il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x67f7efab il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6a71b045 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6bdf0353 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6c1e4515 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6c9a64aa il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x71eb7cb6 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7a60bd4c il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7e9c42aa il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7eb12f0d il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x80bb0c01 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x85f26c00 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x87c7c56d il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8bd03d86 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8d226ec6 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x94a52a82 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x956002b1 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x95ea5a5f il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9619a0e5 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa307617b il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa4f77664 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa708492c il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa7876e4e il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaa69474f il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaecf9805 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb0937657 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb184b0f2 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb3fd0bd4 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb8c49961 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb93627a9 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbe25750e il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc04c6193 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc0db92d5 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc175b5c1 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc222a28b il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc3b4bb5a il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc8fe80c7 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcb8eb2bb il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcc1339c4 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd42efa10 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd4c1fb21 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd4db1cf6 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd67a9f2a _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd6e320fa il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdc25d9cc il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf71839d il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe03e458a _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe68901f8 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe6e588bd il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe833d212 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xef5f51bd il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf49614f6 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf49e7bba il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf6597d61 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf69afd22 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf7c65d63 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf93e68e2 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfbff3104 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08ee1e7d __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0d9eb5ff __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0e7bc05f __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x201337b4 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x249e4b06 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x36dcef55 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x4919d1a5 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x67381a2a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x79e9bf26 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7edec07d __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8bfcc307 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x9a12c9c5 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xc0827b2f __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda36f3a4 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0699fe9f orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0d8999ec orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x15948607 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1a8f6446 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x22f4f99f orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x32485f77 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3cde59dc orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x442d4b5b orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4b282d01 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5dea5bf1 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x72433cc1 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x73f134c1 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x803d1930 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb6f47c72 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc1277a39 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd6122dba free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe244891d orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0xf5ddcf3d rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x039bc274 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x055e98bb rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0e533169 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0e87ae94 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x14cdf944 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1758b46c _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x17ee2c13 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1d64f4a5 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2318eb35 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x27ca4428 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x29a333b9 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x35708c54 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3e80a34a rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x488bd808 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5879379a _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x61b9fa2c rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x780b44da _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8092f5e7 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x80f9c47c _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x83e7f2fb _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x84c1f015 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9d3b99e6 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9d5c3675 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa25a2810 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa4ca02d3 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa992386c rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xaf36d6e7 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xaff73f57 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb45ec920 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbb5deb07 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbc88d8de _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbc89a60e rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbf3a01d7 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc11adff2 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdff3432e rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe2f1042b rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf4273b9d rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf599dffa rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf999f416 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfce85f36 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfe95a2c4 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x1fd6c802 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x4c91de9a rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xa2896908 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xe3143138 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x297443c3 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x538c8205 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x9684a95a rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xc45f7763 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x15d65468 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x211907be rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2453ef7e rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2498b738 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x25898be5 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x260b3700 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3e7a50aa efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x46413848 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x63727d0a rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6b55608d rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x80d82b7a rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9872bf3c rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9d9c0bbd rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa5170634 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa55132dc rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xaab96637 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb2d4c9e8 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb3382619 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb6f6ed22 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbe8b829d rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd9e4f2d2 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe8b031a3 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe9c69a5e rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x68430409 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x84b23c46 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xa2b1224b wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xc907ad71 wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/microread/microread 0xa5e4e4df microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xf004c92a microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x3331f63e pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xa1cc7fa9 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x3cadc05b st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xcdd118a1 st21nfca_hci_remove +EXPORT_SYMBOL drivers/parport/parport 0x11f1871c parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x1a5b1302 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x2881a1aa parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x2fb61275 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x31b1bf8f parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x381a8ede parport_read +EXPORT_SYMBOL drivers/parport/parport 0x39e44942 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x3c4093ce parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x3ccf1d10 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x3d2b9356 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x41f954f4 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x4438ae9d parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x4c7b5759 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4ecb21b9 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x51edb1a2 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x55ebb9dc parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x6b841037 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x6f0a253c parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x78f8e47c parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x9524887d parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xa15ede18 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xaac1f78e parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xc7c9f99b parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xcd235130 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xd101cbfe parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xd2440c8c parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xdf76a612 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xe13f9e78 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xf1e83857 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xf4b26b6f parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport_pc 0x754d471d parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xc4dc226f parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x02716d19 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x183903b9 pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x1cbb8a0f pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x24c7a137 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x26e4788b pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x31be716f pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3cd3ac3e pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5a23b308 __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5a5427b6 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5f931942 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6e7fdbe3 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7cd2ed29 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x856dfc04 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x94657828 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb6797c13 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xda6f6323 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe73a2012 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xee8c0ef0 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfa4901f0 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0746c380 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0996a5b2 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0afd9b25 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x54a24c37 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x580f3e99 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6c564b21 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8e281864 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x93d4076e pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x957271bd pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9fbb7131 pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xea3e90cc pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x5d7fc1b6 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xe703ffe1 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pps/pps_core 0x3eda7ad1 pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0x6e1e1ec7 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0xc403c518 pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0xd2644c6f pps_unregister_source +EXPORT_SYMBOL drivers/ptp/ptp 0x1aa6a381 ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0x4879aa37 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0x75f7490b ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0xc75858bf ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0xc81ca435 ptp_clock_register +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x00cdceed rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x07ea9f14 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x317bdacb rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x619db93e rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x6f515cf7 rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x6fd2dde4 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x94a35b33 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xcdc6f61f rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xee2c2c79 rproc_del +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x338ef301 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x33978e03 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4d31a806 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5299f7ae fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5be4f31d fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x60c40dcb fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x78ce572c fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x804ccb8e fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x977cbe61 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xaf9d2f1d fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf2894d1b fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfcb63ee6 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x08f1e5b9 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x10ba8fe7 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x166d6be0 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x18d191ac fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2e618ea3 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x349b0624 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x37dbdbd8 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x38ca883f fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3ce8cc9c fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3e71842d fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3f1eea2d fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4a8eabe7 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x52b505c9 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x571e60e8 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x59345e3b fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5df0652e fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x60c47fc1 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x65d735b9 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6cb7b7bd fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7080c946 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x72a684e1 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7434b263 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x746bacc9 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x790632b9 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f66e16b fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f91894a fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x899442e0 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x916b4146 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9200b618 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9578e7f6 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x98db4e02 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d063503 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa0bae191 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1b06f87 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1b863e4 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa2bb95e9 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa6a4d175 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaa47d09d fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaf59b658 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc7feba01 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc9fb5398 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xce579379 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xce83c41a fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcfb61d41 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd8df8c21 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xea6fc564 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xefd3e48e fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf0ee5513 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf21658e0 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf36af98c fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf3b7d18d fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf7f4fd68 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4fb16473 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x6777a021 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xb04e19c1 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xf8608aaf sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x4bbd5cfa mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x02eee2eb osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0353c095 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1703b409 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x26f67dbe osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x28391c01 osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2b35210a osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x38a4087b osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3989e71b osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3fc7b27a osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x485f0022 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5663ca87 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5c9dc549 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5e1aa9d1 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6038f373 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x670c5cf7 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x675bf5cb osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6bdc8dc2 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6f0e65a7 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x75bb3376 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7c5edcec osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7dc55e0f osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x80a3e01b osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8238bc9a osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x91d37053 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x96021247 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb05d4b22 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb2a19fb7 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbb6c4af9 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbed2d824 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd58e4078 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdb7856e6 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdf93a290 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe4bd0aaa osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf13276e2 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf1bbd498 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf9ba581e osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/osd 0x2f945890 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x93832abd osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0xc14d16ec osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xcbe3e2e8 osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xebf0111c osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0xf7f0234b osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x38ab9521 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x43b12e14 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x44f5e62e qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x46b535ea qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4c884b0f qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5f9cc7c9 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x936c6d8c qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9d14062f qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9ef1f1d9 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa0b2fb3f qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe68007e4 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x118fb87e qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x2ba745f9 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x2e6e7a27 qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x584538fd qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xb75cea1e qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xdc10aacc qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0xc0292552 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xcaade12c raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xcc9e56ba raid_component_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0216218f fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x05cd24cb fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x124e974b scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x270dd2f5 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2f4604eb fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3cf76ca0 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x527dea57 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5580046d fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x55858c7f scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x75193a12 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8c039e10 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe22ac488 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfef484b0 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x062fe1bf sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1b9d4ae9 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x23f07320 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2dcc8408 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3595510a sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x37ed931b sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3b2529cc scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3b826783 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4b8f446d scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4dfaf107 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5294d7a8 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x59d9575f sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6554ab30 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6e3f75b1 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7c2e4a6d sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7d1b715c sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x945c8be1 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa3187c66 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd4a672a6 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd88d30d5 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdca3fbf3 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdd2178a8 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe4353e4c sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe8ca6adb sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xec232e92 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf5584386 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf89aa612 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfd3d452a sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x2127a4cf spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x219996c1 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3be2a435 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x50f1414b spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x6e36e71d spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x33590b47 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x49108d6d srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x6c36899e srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xbdddeb4d srp_rport_get +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xc1832902 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xe3270601 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xfdff18fa ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x24ae0cf8 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x48029ac8 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x5705a02b ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x5e3d8974 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x652fd115 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x84cc54f1 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x863fd1e1 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x90e7b0bc __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x9356235b ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x939d5b18 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xb084ad4b ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xb0aef404 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xb9913e77 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc0a2b741 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc95c74f4 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xcfd66537 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe8c14825 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xeab4dda0 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xec9f8648 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xf6183f03 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xf8d49518 ssb_bus_suspend +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x6ebebad9 fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x9da11500 fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x3a3aa7ff adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x4fbe00e8 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xdc91e881 ade7854_probe +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x05f7cb6b lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x166117b5 lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1f228729 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x23dcf1e4 lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x26e98b44 lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3558e584 lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3d6cf324 lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4097a647 the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4bb00492 lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4f9cb871 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x53800699 lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6dc046f1 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6facb5a5 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa297c482 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xab840162 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xacd8be2f lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb77494bc lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba037bf5 lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xc45ccd0b lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x055d9370 seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x18ddca83 seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1a40026a client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x5b7ce979 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x767ae97c client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x8cad8198 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xda864b59 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x51cad2f8 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x7aa75152 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x7fa0470e fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x897a1269 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xa75e9bb6 fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xccb25bd8 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xe6e8be8b fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06401e01 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08917712 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0d1b8a30 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e4820ab cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x117c8a95 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x123b6908 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12c54b77 cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x15565c7f cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x18c503cd cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d41c4c0 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1e8cdb47 cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x21e7e7ff libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x23f6f445 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x277e62bd cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x29aafd0c cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2a641ef9 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2efcc0e6 cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2fb7eae8 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3834f243 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x38828b92 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3a62a183 cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3a8ddbc0 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c175323 libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3e5e7727 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3f0d9281 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4087e2b4 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x413056d8 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x42e22feb cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44688a0a cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x468989ea libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x468bace1 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b982291 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4d89e988 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x52e9cfc1 cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53b383e4 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5b20921a cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ce62c0e cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6158b3d4 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62f56738 upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x63b4967a cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x68497dbf cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c4cadc8 cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c605eaa cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7190502f upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72f4e5f9 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x73216b33 cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x75161168 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x752858fb cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7562cd14 cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x76d54983 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x771695b1 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x785b7372 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7a47b94d cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7bb788cb libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7c73bc4b cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d93cded cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7dfb7dba libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x841679dd upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x87f3bb87 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c6be9ab cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8e61d47b cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x949221dc cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa1cbf250 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa711aec5 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xaaf59b75 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xaafa9f42 libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb00dfd91 cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb53b5569 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb883b006 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbab577e8 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbada117b cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbbd3d9fc libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1708189 cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1b20836 cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc77a24c3 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc9b78bb4 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf678304 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0aa642a cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0d8d08a cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd2965f33 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd46225d8 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd48d8f72 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a0e60e cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7bbf963 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7c4f765 add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdd4ac3fb libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3b1a8b9 cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe561f65c libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe94553b9 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeccafa5c cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeed48ba7 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xefbf6d86 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf2c02048 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf372d1c2 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf5e4a175 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfacb8667 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x26398b96 ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x29b068c3 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x59ee8d3a ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xb293bc18 ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x22533310 lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x27095531 lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x51234d0a lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x5286a3d7 lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xa288d560 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xef8ea783 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x24e1671d lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x25407868 fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x33fd8b2f push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3bcbdc4b lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x4d8d6dfa lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x8553b369 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xa953b6a0 fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xbc98df85 fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xcd553921 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xce996af4 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xef93bd7e lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xf27efbd8 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00a3257a cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x010607cd lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x018f41af lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01c940ee cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01f57173 cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01fa998c lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x020ac604 obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x027d1a71 class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02f17640 dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x038b6ef6 cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03ed4846 cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x040a0a1b class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x043cec50 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05821f97 lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05af1920 dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05f84e88 LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0650050a cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x072e0407 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x078fb292 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0836daca lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a063d05 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b0f735b llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b3f68b5 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ba467cb llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0bcac7a0 lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0c79b8bb lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cc45714 local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cf99bff dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d33c3d7 cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e196427 class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0eb21503 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f37c906 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f81f599 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f977907 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x117f74a8 cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11830092 cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13efaa54 lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14030d89 lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x143396c9 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x145582c0 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x146b281b lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x172f691b llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17feb48a cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a3ddb4d cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ac6c6df cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b333830 cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b378e76 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e1b3a31 cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f425869 llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fc47dfc dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x205fc1b0 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x211e36b3 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21307495 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21c75ca8 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23b3fea3 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x241aad39 dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x249fa7e2 llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25379160 llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x259ebac6 obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25a294d3 lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25ac6d24 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26046e36 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26685e33 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26b806c4 cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x279ed92c cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x298001b7 llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ab7d396 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b4c48e9 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bca7e0e lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bd07e2d cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bf68dfd obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ce4c505 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f4cb539 class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f9d82d7 cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2fd55cbd class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30023c6d cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x309ba9ac cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x318ff9de cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x341cfa6d dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x342db6eb class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34d1bea7 cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3627d773 capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37101939 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38253040 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38a8a777 class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39771fb5 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39c8580f class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a005065 dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a1dc09f cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a54cd76 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a6894b8 class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3cdad42c cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d658ba0 cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d785d08 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d98660e class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3da2aa39 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x404bd7a7 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40b70822 cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x417b48ca lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x425525b5 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43a13f38 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43e19563 lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43f496f9 lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x448ddb81 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e9b7eb dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x457814d0 lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46d74dc1 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4891d4f0 local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48958e5a lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x490e715f capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a29223 lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49dbab77 dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a236ac0 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b06ddab lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b5372e8 llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bf356ca lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bfab159 cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c33ae67 cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c4806f3 obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c566897 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c78cc05 cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4de36f3c lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4def3091 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e0faea6 cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e10c2c1 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ea8d916 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fba4346 dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5161a4c2 lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51e595bc lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x522917c8 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5303b923 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5326771e dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x56360d6d class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x565d0cca cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x56de96e0 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57038f6b cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57b5bc04 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57b630f5 cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58c42626 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58cffd3b lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5953bbeb cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59a8a1e5 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ad8082b lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c279771 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c63d659 lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5dc912ac lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5df10293 cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e93341f lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5eeee316 dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f71558c llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6078ca86 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60b4cc91 class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61a2359c local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6249c515 llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x624ffe24 lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x62700172 cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x62d0dd68 llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x640d78e6 cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64413057 cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x648a7f66 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x649cf2ea cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64e8890c llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65570dcb dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65ac5edb cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x666671e9 lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x66bc539f class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67682362 lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67724a85 cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68469445 lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6942c38a obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x694d6d7c llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69f21742 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69f6e649 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a9362a8 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b0052e7 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bb6d421 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bd72ae7 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c2d7b63 cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e162972 llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f3e6225 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fb75ddf cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fbc09eb cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7016b384 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72210620 dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7407812e lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7519f618 lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x767d8f47 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x768223be lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76a2561b cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7820cb84 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x783da6ec lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7880cb62 cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78a6f33e llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79634ba8 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ad9b174 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bc12d2a lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7be24ec9 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c2c542f cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c689ffd local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c6f270d cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7caffa85 llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7cd2d007 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7de35c85 lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x804bc1f7 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8056c8d6 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x805d200e lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8132daa9 cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81e66927 cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x825aa1fd lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x82601ade cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8275962b llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83b067cd cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8473a376 cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x84ed9e3d cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85d8ec95 cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x864a3c61 lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87c12914 lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88b87068 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88f02bd4 cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x891054f1 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89914966 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89bd5a64 lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ab24914 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c59010c cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8c92ea70 cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d658ed0 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e80e05f cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ed2afe5 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ee4e469 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f1902c0 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f63792f cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8fe88afb cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9005fe77 cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x908d9013 cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90c7ecd7 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91082fea class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x910fa3e1 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x917ea084 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91e90256 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9282b367 lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x933f96bb lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93779144 llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93859814 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9505c895 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95b9008c cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1b7fc1 cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b3527b6 cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c373011 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c4272e4 class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c6693ca lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c68e40a cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c9f9b27 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d07cbbc cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e5031e6 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e66c926 dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fedbdb0 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa179a3b4 lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1c4bf64 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa256ef1d lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2c90d30 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2f9da71 cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa32a5f05 cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa48c4a30 lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4cb0be6 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa593fd9e cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5af693b lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa68a518b obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7c8ec49 llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8981d93 cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa9510748 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa98ffe1a cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa996bc69 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa0d121b cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa6cb348 cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaae8253e lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaaedf718 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad3c7236 local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad46733a llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xadc106b4 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae5eba1c lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaebadc35 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf4942c7 cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb086d1ac cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb17c8529 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b8d558 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1e03a87 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1e5af75 lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb2eac4c8 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb450b9a0 class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb46f426d lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4c48abb lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4eebd41 dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb53efe94 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb62f0de9 cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb632bd35 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7274c81 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb72db2a5 lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba21d0a8 class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba2df274 lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba6e65f5 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba731540 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbadc9ca6 cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb51f1ed lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb63d434 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb7c1251 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbccb1a59 lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbdd7364e lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbde6959f lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe530cdc cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe82ee86 llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbefc59f3 cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf6b051c cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfe4bb28 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0017de4 lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0954007 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1777e2c dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc19e7bad obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1bc4aaf cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1ce1b20 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc20741c4 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc22d04d7 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc33ad34d cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3daff01 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3f47474 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5471c09 llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc576ceb2 cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc61631da cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc74407f8 cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc75432c1 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc76e846d class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc86820e5 cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc937d912 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9b3c667 dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9b70ac6 lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca73cc2f class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcaaf538f lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcad02bac cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcaf9a845 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb39ae88 llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcbd397c7 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc5f4ff7 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc63d61b lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc65d509 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc73e51a class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccd5c400 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd2569ed cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd8a604e lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcdd2f85d local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcde1fe86 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce02cb2c cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce0978ec class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce9f0075 cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcea80679 llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcec47486 class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0451768 cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0b6995d lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1976e40 capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd2787717 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd2a8a371 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd2b4e1b3 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd356337b lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd4832aef class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd4964f4e cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5d2ed7f dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd71546fc llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd75afa3c cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd78c4cc8 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8ff1276 lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda49ee81 llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdab0d698 dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb94ffcc cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdbc727c7 cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcfac77b cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd0b1828 class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd29ab6b lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdda3d949 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdeb7a6b2 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf8a2c1f lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdfdd644d dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe12ead1f cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe159e3c6 class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe17ab02b capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe19580e7 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe497ac94 cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe50abd4d lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5a047db lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe64cc98a cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6f1dd56 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe71e6401 obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7a27246 local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7b7c111 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7f289fe lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8145ae9 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe821a2e2 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8d662f2 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe95cf5de cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe97a46fa cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9987be9 cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeac905f3 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeacec47c lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xebf84ba4 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec6689bb cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec76847f lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xecf66dca cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed1afd34 cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeddbbea4 cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee8cb1ee lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee9ffbec cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeec4245b lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef246ccf dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0aab251 lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0e8c5af lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf104a431 lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1b30d3a cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf271e504 class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2b45ddb lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3de5da0 cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf467d389 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5537e6c dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5773720 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7401982 class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf82ec21c llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf84e387e obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8fe5c50 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf94b0db7 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9c98d9a cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa287b47 lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfab2c2cb llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb217e01 lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd29c64c cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd5f6817 cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd865d24 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8f5cf4 lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe16597e lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe301eaf cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe34cf9f class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe4d6e63 cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff9455ea llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x02d58cb9 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03d2d9c7 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x041b093b ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x061796b7 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x067cd35a ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06ce0607 ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a74f0d5 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a9bdf9d ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac54708 lustre_errno_hton +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b35048b ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bd72243 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0d12658a ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0e6d5c37 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0f3423e2 ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x135808bd lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1369c2ad lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14ae66c0 ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x16636a60 ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x16abafcb ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1872f7bd ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1b46500e llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1cd69350 req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x21bdff48 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x223ff083 ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x229576a2 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x22a25783 sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2419567d ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2539a719 ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2777d9de ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29120dcd ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x293b6aa4 ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a1768f5 req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d5166e5 ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e81c255 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2eb53d9c ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fcfd829 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3085a27e ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x30890823 sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x32fefbdb sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x332d3096 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x337ccf15 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35b08888 ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x37302f89 ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38e1dee5 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b76222f ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bb3d3a8 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bf39133 lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d592439 req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3eb7609b ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x405c513c ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4313e47a ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x46ab1355 client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47fe927f ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x483d7700 ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48c8db55 client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x49634c30 ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a53d6d0 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a83c1 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b051ac1 ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4cee0cb1 ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50071434 ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52151926 ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53af62fc ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54f3d4f3 ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5524bec2 client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x572a0ca2 ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x57d35685 sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x57f78638 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x58b723ec client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5999e4e7 ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59a7b91a ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b957258 ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c2f14b3 ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5cb3fa07 ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5d6ee730 client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec194e8 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fd909d0 sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6083bd73 sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x617b3c64 ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x633e9dee ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x63f356a7 ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64b85643 ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x656a7f67 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x657b00b7 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x66171005 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6632c172 ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x67459397 req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x67e9e36f ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x683243bf ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6859ff18 lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68afe318 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6aeb9a39 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b50bd6c sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6cd5c214 sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6cf66018 ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6e670abb ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ea4746b ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73e4e5c9 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75241d8a ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77c26aa5 ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78dda197 ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a377b5d req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bcc0659 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7ee999b3 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7fbedf2e ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x81fe5db2 ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x82264097 ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x82487dba ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8343319e ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x858718f0 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85c1944a __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x873cfc50 sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87e17910 req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87f975d4 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8815c6be ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x887489d5 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88965bf9 sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a4345b1 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ae1bc7b ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d1f6d8c lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8db7dbcf sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e1dcd4d _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e480ec3 ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f334b31 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f6f8d3a ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91fd7352 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x92968c07 ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x94d0abd5 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x966325e9 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x98810ac8 ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x99558ba0 client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a51b34c ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a9adf61 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9cfbb164 lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d120b58 ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d2e8fbe ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb63143 req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa00fc7c1 ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa08af0db req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa282dc17 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3867ed6 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa44e76ae do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa56daf39 ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa66888dd ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6781f9d lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa790dd94 ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa86e02d0 ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8c58ed2 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9ecb6d1 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaa901e2f ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab52bf4d ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab5c38ed ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xacf276cb ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xad6d041a ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xadca0847 req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xadd77e8e __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaec219fa ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf02d861 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0167971 sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1d4515c ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb20d8424 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb28d5cfc req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2cbb74c __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb42e343d ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb498f705 sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb5cf6d8e ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb81e8139 sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb8658569 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb87ff00f sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb90e7b01 ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb928e027 req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9ed183f client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd622721 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe44be55 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf1a8579 sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0623b5f ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0670697 lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc14ef39e lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc1b7360d req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2ac1eae req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc47bc898 req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc5a8ade1 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc78a5464 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7c4e964 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc93ecabe sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc99f8523 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc9d40f92 ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcae55c61 ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb16107d ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcbb61228 ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcc8b0b5f ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xccebd895 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcdeae9ac ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce8cc860 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcfaede28 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd0c88610 ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd5962b2f target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd81cbf21 req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9494b41 ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9c700b4 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda266276 ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda9d7240 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdacdbe0d lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdba23da1 ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcd416bf ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd4c7820 ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde7092e3 ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdebe5158 ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe3df7f5d target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5c6346e ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5c839d4 req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e8169b lustre_errno_ntoh +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe8e89249 ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe953e955 ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xea8997e9 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeae33534 ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebc2f8bb ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebc6a166 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec7cbb2e ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeca29b49 sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xee180b19 ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0269c39 ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0dfd1e1 sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf158ea34 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1cdbea5 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1fa208e _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf2af94fb ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf388ca56 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7abfb20 target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb444a98 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfbe6ad75 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfcfc294e unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfe1158fc sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff2b5341 ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff405fa8 ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff4c693a ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x7ec98748 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x458e40ba go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x67e79255 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x6ac0d9c0 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xa34e6360 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xafae6cd0 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xba21d5f5 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xcb9bd6dd go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xd283477d go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xf9f7ca09 go7007_update_board +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0xf832bbcf rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0018449e rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x002cb51a rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x026e5584 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0ad90f1a rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0cb1c5e9 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0e5e0f52 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x162c42c7 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x178b7a9c HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x17a7ef48 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1ca1ac98 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1d4c3c15 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x20b61d84 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x21aed238 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22aaeb4b rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x23575084 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2bb67a81 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x41e6383f rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4262d5d8 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x51a35192 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x54b32409 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x59f15e91 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5e6c412d rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x61a79a7f rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x67f17fcb rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6de6b03f rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x71e90e1f rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82b6feb4 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8ece4bb1 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x99a76967 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9e969bdb rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9f531bbe notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9fa9f2b2 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb000c952 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbcb41ab9 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbd264440 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc1f9c805 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc6fa5515 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc888ef5d rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcb2720ed rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcbcb8d67 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcf8c3323 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd79a23bf Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe2a97f73 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe38f2b6e rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe86834f7 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe8f0b4f0 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xea1e25ed rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf57f6189 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf95e0d11 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfb04b578 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1b23bdda stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x20ccb5da stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x22f7912e stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2f68b79c stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x42c78132 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x44605e90 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x46eb810c rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4ef6a1ca stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5b18425a stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x645def82 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x74fa2c6d stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x77f665c8 rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x7e4cebbd stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8b235f45 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8b5b86ae stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x91d44c72 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x9eae1992 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa1a4f799 stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb3af9c38 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb6cd6006 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb8588be7 stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xcb3ea527 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xcf8379dc stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe8438825 stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfbf1d6b8 stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfc9b1035 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x05dd87ad ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1087b952 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x13cc18f2 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1f796ffc ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x24f853cc ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x26654692 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2a320181 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2a5d197b Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2d24028d SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3a918a9e ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbb989d ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x40bca92a ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x42441d6a ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4a272329 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4f2ebfb4 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5030c83d DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x518a3d48 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x557acab1 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x58b32247 ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x59de3520 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5ad58b9c ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x60c13998 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c32c8b5 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6e0b6bd5 ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6ef7db33 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x742e7a23 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x755523d5 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7648d3f8 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x76644f58 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ce27b4a DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7e0aa398 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x81ac46de ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8ebaf755 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x93845c79 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x93c80f4f ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa4eedc42 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa7fe75c4 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaa4be59f ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xac80ca6e Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xad9190bf ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaf63c855 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb0d2fb6b ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb7510cf4 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbd9958f6 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc6cf41ba ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc9b0cb47 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xca132f56 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xccecd964 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd1e41742 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd93b3756 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xddfa5795 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe67891c4 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf0960a3d ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf8760c75 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf9de87a6 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfe1ca0c9 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x13114693 xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x1799c6fb xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xa910c39d xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xd551d546 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0a2de4a5 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0fd74d01 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x13b844ad iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x164d3377 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2e16ec9a iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x34fa3098 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x47fb8f4e iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5980dcf7 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5be6c30b iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x62f1646e iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6b0a9d16 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6b445698 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7ad9b313 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7eb0e47f iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8d540f7a iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x92de13e0 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x96b6f01f iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9c0adf10 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa58d1f50 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa70d322e iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbd34f113 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc301e317 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcc4ec0fb iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xda626e82 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xde1021a1 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xefc86e6b iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf1e640fc iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xffea7e7e iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/target_core_mod 0x0081eb1b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x0237c2a4 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x02547a9b transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0665ec85 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x106b90ac target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x11326fd9 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x1182b200 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x127f534d spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x1702b916 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x1b18d9e6 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x207511b8 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x2319f096 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x26475e59 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x282977e0 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x2bd85a3d iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x2ed84d85 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x31fd6ea7 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x333155b2 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0x34c81443 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x382814ec iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x383b4843 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e993f4f spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x3f7bad6f transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0x4172024f target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x429b08ca sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x452d59c6 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x5270e37a core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x53f7e5c9 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x5738189e target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x5949c857 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b8c196a spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x6a000afa core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c0a7e00 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c2f5544 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x749926a6 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x7912c9fb transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a369222 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a6611b7 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x7b68fe1b sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x7bd64390 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7d6e2264 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7d731cb1 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e940193 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x81e78a9a sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x889ffb91 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x8a16bc6e transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8cdaac2a target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x910671b4 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x918cd2ea sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x9820c421 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9cc45b01 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x9ef9225d sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0x9f35109d target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x9ff7ae98 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa922da18 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xac01b017 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xb34653fa fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xb9ad3a99 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xbbbd3432 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xbbe5fb05 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xbfb466c8 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xc069a474 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xc72e74c5 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xcd3d1224 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xce02e560 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xd085c8c2 sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0xd2a33641 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xd463f2c5 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xda6ea01e transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0xdb07769f transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0bee84a core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xe5b304e2 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xecc72f4f transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf16b2774 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xff1366b1 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xc4dba7c5 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xac2542cb usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x255eb42e sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x412afe86 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x52ae8927 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5a808bad usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5daff174 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x754c5cf9 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x78e75bf8 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x88555f55 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x974aec8f usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd3dbbe56 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe2c259c9 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xed5282bb usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xef23df41 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x5ca0d05f usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xd087a8c2 usb_serial_resume +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_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 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd11d2709 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xfc7dcad2 vringh_getdesc_user +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x57f8f384 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x8a1f7d67 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xb65bca99 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xec5de0bc devm_lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x15ab8b29 svga_settile +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 0x35838fa1 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x3cd3351a svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x61483549 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xaff52904 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1d906d5 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdc411423 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +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 0xf1aca93f cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x3c8f635f g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x6e723021 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x8586a690 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x153ec53c DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x18fadbdb DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x286cae4f matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x361b75e7 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x628cf8c2 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xc1f11761 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x46a20ad9 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x7249f2b4 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x7991e601 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xd50806b7 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xaa171d45 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xc4c2d450 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x0b9b8c95 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x1a40a3ed matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x35cebe71 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x666275bd matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xd677628d matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x6f895f88 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virt/fsl_hypervisor 0x45fd1882 fsl_hv_failover_unregister +EXPORT_SYMBOL drivers/virt/fsl_hypervisor 0x77c9b191 fsl_hv_failover_register +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x7c2131cd w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x7ef3d184 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x9eb151ee w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xfd00b0d1 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xc0cfd386 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xe595cd38 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x74d7cda3 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xdb831880 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x15468eb5 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x6b78657d w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xb9042472 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xba22e3be w1_unregister_family +EXPORT_SYMBOL fs/configfs/configfs 0x0376c3a7 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x10c12bc8 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x5771d578 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x5e128a4f config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x6fc3609f config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x7781d95d configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0xb4b87bbe config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0xc6dd13c5 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xc9cd8fc8 configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0xe9af8459 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0xf3911b97 configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xfeab8136 config_item_init_type_name +EXPORT_SYMBOL fs/exofs/libore 0x1c7b887d ore_write +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x3bef1f0f ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x48d98170 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x66673db1 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x7e000e19 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0xa2eed3a4 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xd15a2d81 ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0xda2bce68 ore_read +EXPORT_SYMBOL fs/exofs/libore 0xe1332c92 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0xec42eabf ore_check_io +EXPORT_SYMBOL fs/fscache/fscache 0x0aaeb6d2 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x0f69c284 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x1b9b3a79 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x220623ef __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x23a17f1d __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x2dd92806 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x311f92c6 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x3ce7b17d fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x3f91a577 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x4ef2a634 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x56bc796b __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x58c69746 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x5d64c4cf __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x5ddfa767 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x72453d95 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x89573daa __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x8d85fe38 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8f478e2e fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x91cc8989 __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x9563f334 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0x99757f18 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0xa1995333 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0xa233c75b fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0xa2949c72 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0xa3b0ffb8 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xa4109a66 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0xb3032c76 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xc4c6d7d2 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xcff19efc __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0xd8991d35 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xdbfe5545 fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0xf225491e __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf7548d47 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0xf7eaf675 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0xf95f67fe fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xfab638b5 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xff04cc8a __fscache_register_netfs +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x766b9d7a qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x9eae4e8b qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xe08310c1 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xe7590212 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xf4dc741f qtree_entry_unused +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0x66213969 crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x1af7c1ab lc_set +EXPORT_SYMBOL lib/lru_cache 0x3e4513d6 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x451422e2 lc_find +EXPORT_SYMBOL lib/lru_cache 0x54c8b850 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x5d9c22a2 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x5f2906e4 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x61686dbd lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x6ef9e83d lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x82f8dea9 lc_get +EXPORT_SYMBOL lib/lru_cache 0xa00980ea lc_put +EXPORT_SYMBOL lib/lru_cache 0xafc622ac lc_reset +EXPORT_SYMBOL lib/lru_cache 0xb549be41 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0xb87912e1 lc_del +EXPORT_SYMBOL lib/lru_cache 0xc56b602b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xed1fc6eb lc_create +EXPORT_SYMBOL lib/lru_cache 0xed2761b2 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xff0470ab lc_committed +EXPORT_SYMBOL lib/lz4/lz4_compress 0xcbc5d521 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x26c3aa22 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0x7456cc61 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x1dd92299 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x79e892a1 unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x85f86335 destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0x8a6540c4 make_8023_client +EXPORT_SYMBOL net/802/psnap 0x07d2c452 register_snap_client +EXPORT_SYMBOL net/802/psnap 0x9a8c8326 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x041aacb5 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x0e5383ae p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x0f630f6f p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x121792e6 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x1217a2b5 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x177df058 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x1afdd502 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x1b70b283 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x21841e48 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x23ea8c7f v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x2a5295ce p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x397be899 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x39a88e2f p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x3bdc7d33 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3cab00fa p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41868acf p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x542c8956 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x69179ba2 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x694e39ec p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x764d23fe p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x78b37cd1 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x7a5505b8 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x8015370b p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x86abbbfb p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x936b72a5 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x969c1e62 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0xad164467 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xb6a8b50d p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xb932343c p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc7a73ca9 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xcdc4e4e8 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xd218d03e p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0xd8418e47 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe7700d8b p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xecaed94c p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xf05a656f p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xf0d5c3bf p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf2951a0d p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf516b319 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xf582c744 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xf61dc9ae p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xf9382ab5 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0xa4cc9257 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xc4f4701d atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xf76fcf2e atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xfa830f63 alloc_ltalkdev +EXPORT_SYMBOL net/atm/atm 0x00ba9062 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x2ba6b60b register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x38208bf5 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x65b82cd3 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x72110507 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa6074f11 atm_charge +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xab072958 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xc138865a vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xc15b9477 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xca87b453 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xe1d8a43f atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xea009ad0 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf6d9b33b atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xff251f89 atm_dev_signal_change +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x13f2ea94 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x22d17842 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x4cc4ef45 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x67a8107b ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x6fec29d8 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x73ed8cc0 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x75da9ae5 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xbc75436d ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xbf6e7a46 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0a1bc7ec bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x15aa7f2c hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x16462854 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x179fa9cb bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1b54749e hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x23ab17be hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2d09e697 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2e65e0d7 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x337adf1a hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3455d825 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x39fc26ee hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x49e19eb4 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4a0c7f8d bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4c6c2a1d bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x592c2261 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x670ab33e __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x687bbe9f bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6d1259e3 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x70c7b3ce bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x88140e7d bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x89d80b7a l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8f3acf86 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x938aae65 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x970db59c hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9a359806 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb619cc49 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb7417e7c l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb8e658db bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbc01dfca bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc318b46b __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc9244cfc l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc9588931 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xca994349 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc75549a l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe1142b86 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe4d6a957 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xff4a22f5 bt_sock_poll +EXPORT_SYMBOL net/bridge/bridge 0x874a32ee br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x288bf0cd ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xdbeb7676 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xe254055a ebt_register_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x49c3e1d5 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xa17ef950 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xa58fb1ac get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xcc76d789 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0xe978d0b3 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/can/can 0x0aae6c76 can_send +EXPORT_SYMBOL net/can/can 0x33d607c8 can_proto_register +EXPORT_SYMBOL net/can/can 0x50bbce16 can_proto_unregister +EXPORT_SYMBOL net/can/can 0xd69ac588 can_ioctl +EXPORT_SYMBOL net/can/can 0xee686590 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xf7d67a55 can_rx_register +EXPORT_SYMBOL net/ceph/libceph 0x01c4dffa ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x03d16ecf ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x05f503ef ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x0751d274 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x07daf9db ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x08a1fcc3 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0d01c0ef ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x0d1a5f59 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x17ca1bcf osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1a921e75 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x1b090c2c ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x1e65959c ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x1f9feaaa ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x2098834b ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x273faaad ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x2c1e4af2 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x2dfc6cca ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x2ff10a09 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x3293224d ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3f48431d ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x401cd607 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x42016af6 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x44a73934 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x46ecfcd7 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x48243894 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x4901a231 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x497ccdf2 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x499e98b7 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x4a753519 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x4daf63d7 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x55fdbe7d osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x58aa2905 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x5f937758 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x5fceea72 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x608fd294 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x63157391 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x702e3e26 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0x7731d201 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7bb34e14 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x7bf51aec ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x7ca8ca4b ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x7e444fe0 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x8663371b ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x9083b8a1 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x95ff1bf4 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x96e6fb35 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9e65272d ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa0830f82 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xa44641af ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa51597ef ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xa7b0e779 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb21ad83c osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb5b98196 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xbb02b755 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xbb59ac4a osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xc1220b7f ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xca60d2b1 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcd362402 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0xd1675c2b ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd2ea3d4e ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xd5901096 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xd988fe7f ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xdb5f3314 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xe1a7a0d6 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe314d459 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xe55d9bcd ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xe6b3703d ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe7ae18b5 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0xeb267a7d ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xeb66921e ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xec483d3a ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xecd817b1 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xf0896b7b ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xf5be978f ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xf95f8798 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xfc4fe02e ceph_pg_poolid_by_name +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xc028f573 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x26931f21 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2bae194e ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5b68fe9f wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5cdc8ec1 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7a5f6e5f wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x910ca18c ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xcbe232f3 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xd0296dd9 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xd2476cb5 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xd465dc2d wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe9148c67 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe9d0edba ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xee643821 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf3fca954 wpan_phy_find +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xe11d5005 ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x448e2295 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x5135d17d arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x6a31a224 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x56831b69 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb1a2f1ec ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xdd7d47df ipt_unregister_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x9afd42f4 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xb9323092 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x734a591d ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe4b4248a ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x4b7a9d56 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xaa2417a2 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xf75024e1 ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x7056d132 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xc198f6f5 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x3747bea1 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xd5a9359b xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x07571839 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x0bad31f0 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x2c7d9405 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x2dcf9efc ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x330ec2f7 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x42200ead ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x96403c02 ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xbca92801 ircomm_connect_response +EXPORT_SYMBOL net/irda/irda 0x0064e0ea hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07745fdb irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x0bd4a2b3 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x114eedd2 async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x127d9c2c irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x15a6ab7c async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x1e6cade0 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x29e1cf53 iriap_open +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x3e56064f hashbin_new +EXPORT_SYMBOL net/irda/irda 0x414ff719 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x55df13eb irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x601bda46 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b5fbcef hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x6e0ab3c7 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x71f04ba0 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x733a1d23 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x780c1503 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7cc13642 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x85d88217 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x868559d9 irlap_open +EXPORT_SYMBOL net/irda/irda 0x8b8682fd irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x8cfb1076 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0xa0c45718 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0xa1d41e58 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xa89285f1 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xa96a75bf irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0xaa557515 irias_new_object +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc68e43be irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0xc8e7d7cf iriap_close +EXPORT_SYMBOL net/irda/irda 0xcead7dbb hashbin_find +EXPORT_SYMBOL net/irda/irda 0xd2108314 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe07ce1f9 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xe3463529 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xe35ddd03 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0xe3bde43e irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xe78dd21c iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf0a694a1 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xf5876b95 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0xf5d85ac2 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0xfd113457 irlap_close +EXPORT_SYMBOL net/irda/irda 0xfd960874 alloc_irdadev +EXPORT_SYMBOL net/l2tp/l2tp_core 0x9b4a0c46 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x1fc654f3 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x23528bb5 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x291a49d6 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x2c033e72 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x2d1e5e64 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x60591bc3 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x88b49e28 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xaf8f299e lapb_getparms +EXPORT_SYMBOL net/llc/llc 0x0899c2d2 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x5c3d4893 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x5c7855ba llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x97770493 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x9f73f591 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xaf5e7005 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xd51f9fdb llc_sap_close +EXPORT_SYMBOL net/mac80211/mac80211 0x0be03d10 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x0c01a721 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x14b32112 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x14d76950 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x18fd4348 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x20d79099 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x22c88bae ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x242e7783 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x248ba126 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x28f1f838 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x345ae722 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x3a857b33 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x3ddc97b7 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x4663b552 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x496fdae2 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4b213644 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x4e63c5b7 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x50a5c9bc ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x515995f6 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x56476731 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x58972851 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x59e982d8 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5c423f9e __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x6858f3a3 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x6df83434 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x74cc0f37 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x74d14592 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x74ee9dbf __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x754c4861 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x7abbda9a ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x7fdb5d1b ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x869145b8 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x872ba41d ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x884bbdee ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x8e3cd2aa ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x921a8b8c ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x948b8967 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x9a6ea1bb ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9a8718a5 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x9bbbbcb7 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xa33b4794 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xa9d66ff9 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xac01056a ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb01bc881 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xb1b4065c ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xb2f4e37a ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb476367c ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xb6eb144c ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xba458121 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xcb1ad0d2 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xced38cc3 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xcf9d5972 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xcfa1468f __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd5fa6756 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xde9eb28e ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xe510806f ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xe618a304 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xe89b4566 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xefcf6c38 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf944b0d6 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xf9a2de44 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xfb149474 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xfc1feb32 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xfd26b755 ieee80211_radar_detected +EXPORT_SYMBOL net/mac802154/mac802154 0x180fc428 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0x75e0a05c ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x8b170fc7 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0xe97d4c38 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0xee18c80b ieee802154_unregister_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1304a2a4 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x18003176 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x38463c33 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4a3dce19 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x66e239d8 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7664f20f ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7a238d33 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x99d818f2 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa967145c ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb8aef810 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd09eb4f3 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd30c11e8 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xda41592a ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf55ff111 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x4381beb4 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x59f999e8 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xdcb9e689 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x06380602 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x0893a6b0 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x09b962a8 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0xadc0fccc nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xd0f3afe7 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xe4f2c346 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/x_tables 0x068c6cf8 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x2a065f1a xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3c0a30bf xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x4debb3e3 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x81760aa6 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x85bc1530 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x8c54757a xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x96ffc07f xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x997b4534 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xc47788e2 xt_register_target +EXPORT_SYMBOL net/nfc/hci/hci 0x0b2872c1 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x0e56b0f0 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x226890ef nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x476f68d2 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x4bbdaf0a nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x5729990c nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x5dfc3980 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x68fd8274 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x7147e137 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x7cb23fc7 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x9b944823 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x9ffa05b7 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xb0bbd117 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xb5e752f8 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xbad9f729 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xd1f02ebf nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xe254343e nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xf284966c nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/nci/nci 0x2e666470 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x335ef05f nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x98a62af0 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xa30baed8 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xdbbb151c nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xf10e1d38 nci_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x02af7ac6 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x05e3b00c nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x07ece0d1 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x08f32489 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x13be69ae nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x1730c607 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x28626873 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x3ad764d7 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x408da984 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x40c748a4 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x413a761e nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x53fd5183 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x6337bff1 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x68bc0a02 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x8a108b22 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x92c1de0f nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xa5d22986 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xadc39efe nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xb3f24b56 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xc031c6dd nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xf6190988 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc_digital 0x3d11a530 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x4c08af23 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xb6fb704f nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xd87b2646 nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x066dcc1e phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x095e5ee5 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x1b96e301 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x3e24b729 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x9cdd76ab phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xa22ef9f7 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xbb6986c6 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xe6c2a671 pn_sock_get_port +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0d415cb4 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x188ce9ae rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1e21cbc3 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1e2836df rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1fac132c rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x332f9c7f rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x3b9ed094 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4e2a9e04 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4f9dbb9a rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x814237ba rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa3f9d316 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xaee62048 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc9a873d8 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd4d503f0 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf3ea7c5e key_type_rxrpc +EXPORT_SYMBOL net/sctp/sctp 0x83638970 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x1cba018e gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x454e4233 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x6e52c6e0 gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x5fc790ac xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x64361062 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xe1dd2506 svc_pool_stats_open +EXPORT_SYMBOL net/wimax/wimax 0x2c0e5124 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0x98e04eb4 wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x0364377f cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0a0abf25 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x0bd2601a wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x102fc67d cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x11aa98f8 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x1611d695 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x176b1779 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1ca05eeb cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x1f2473e9 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x23629531 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x2617b4c1 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x27e5180b cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x2808e784 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3dbefad2 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x432b313f wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x46719594 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x473123d1 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x47d7c74a cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x49d26df1 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x4bd9ded0 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x4c940752 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x52c20e21 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x54be6584 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x54cc897e cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x579b508a ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x61b601eb wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x63a204d5 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x64d8a3be cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6711529f cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x67be11aa cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a3c8f90 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x6e50c8fa ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f067087 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x807e8302 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x8563ac1b wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x882ff987 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x924ecb8a ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x99fe42fd cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x9a503fcb cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9aea5801 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x9da46b1b cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x9e242e7e cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa218a7ce cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xa23ac3aa ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xa466f4dc cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xa5e9ad2e cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xacc21268 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xb17e679a __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xb31d87f7 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0xb3f427c0 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xb61607ca __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xbb8a4f74 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xbccb757d wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xc412261b cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc6a26065 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xc7402450 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xcb3ba2c0 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xceddb8c5 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xcef7ee47 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xcf56da8f cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd571c356 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xd87efdcd __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xda874fa4 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdb370d5d cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdc97ab4d cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xe2df40b1 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xe5e45254 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0xe9460a6b regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xeba57812 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf1ace583 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xf319a6e1 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xf49c7f2a cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xf7d9a000 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xfb78ac02 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xfd8632e4 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x0a6b72b4 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x2d5e2a57 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x35331e83 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x4351eaf7 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x79b1f9cb lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xfe06642a lib80211_get_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xbd97f450 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xad13485c snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x108f2832 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 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 0x535e04ed 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 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xc7827a4a snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xc8b947ad snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be 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-device 0x3086665e snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xf0727b75 snd_seq_device_new +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 0xf0a1fdb3 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 0xd7c7afcc snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe60fb228 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xecbde43c snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xf035f7b0 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x02954617 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x05137120 snd_jack_set_parent +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 0x1dc56cd8 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x1ecaf580 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x25867d44 snd_cards +EXPORT_SYMBOL sound/core/snd 0x27c32419 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x27f3fca9 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x2aea27d2 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x36638d3e snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x3700d6e8 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x37912186 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x38eca391 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x44238848 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x460d3547 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x46bb8f0c snd_card_register +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x4eae438f snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x55848039 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x65ab0ed3 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x70187fa3 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x75a72292 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x7e490865 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x8331b2fc snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x833241fb snd_info_register +EXPORT_SYMBOL sound/core/snd 0x83df9ff7 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0x8ba73c1e snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x8c55a48c snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f56c62d snd_component_add +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x8f713581 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x95ac476c snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x9e1cb417 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa4a68283 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0xa84e7330 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb3f34ec9 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xc8397f6f snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL sound/core/snd 0xce8e1cca snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xd0aad94e snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xd6d45525 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xdda19be7 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xdf732298 snd_get_device +EXPORT_SYMBOL sound/core/snd 0xe05ef1ab snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xe420a7a2 snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0xe6b704ef snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xed8e9f53 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xefe4ede5 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xf5fdd737 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xf70096f7 snd_device_register +EXPORT_SYMBOL sound/core/snd 0xfd5b8e7e snd_register_oss_device +EXPORT_SYMBOL sound/core/snd-hwdep 0xf4add9fd 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 0x072b7986 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x0d1f491e snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x14322c58 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x1b69e1c1 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x297bca53 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x30675922 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x30a42f83 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x38e762dc snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3b91f3af snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52c68981 snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5350f154 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x5a9f4f83 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5b96e612 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x5dc96ab2 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x63a620eb snd_pcm_hw_param_first +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 0x6df22eef snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x6e5c3824 snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x70ea053f snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x7c541593 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x80cc91af _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x811b5611 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x886b64b7 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x8bbf1a7c snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x8c766d3b snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x95ae5e83 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x98e524f3 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x9a86e111 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xa3674b40 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xa516e672 snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xadd5564e snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xb86eb26b snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc38bd7e7 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xc7176dcd snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0xcececfa7 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xcf7afc03 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xd02afd26 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0xd0c46502 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xd14a5085 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xd421ebe9 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xd5fb21a2 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xd6289d95 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0xda8f0eef snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe8af6b9e snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xe901539f snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xebe9c222 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0xf045793e snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf686c189 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xfd57a2a6 snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x00c064e5 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0614a028 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x07d1af42 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x17a7ea12 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x18ab4e28 __snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1cbd71b0 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x263e17aa snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x28e687d3 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x40f3f3c9 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x42cd73fd snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4da48ebe snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x50d4b13b snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x50d4ed66 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5e9dd131 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5f7a005e snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9d26e602 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa38082a1 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xcae4c08a snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd36e470d __snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-timer 0x34abdc2a snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x3d1a386c snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x4aac83f7 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x5b3534f2 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x669bbebf snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x86c3a753 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x947a841a snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xcc491ba6 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xce7212eb snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xe6e3384d snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xe73a7825 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xf76d766c snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xfce9ab89 snd_timer_resolution +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xdd6ad761 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x36d53591 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x39389a17 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x43949d86 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x51fc6404 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5fde04f6 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x817e655c snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa9efaf70 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb960d67a snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xde1f2b50 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x01f7f8db snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x5557da6b snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x688a1216 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x753e6233 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa9877a4f snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb9601df9 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xbd4f1c6c snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xcbbc861a snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd75b0746 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0298cd34 amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0ddf3227 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0e9933c8 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x16d8da3b avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x19919c4c amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2494e5d6 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2d8aa034 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3188e144 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4191663b amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4400f8a3 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x50f32bf7 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x568bd02e fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x595f25a8 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x808d112d iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x86eef953 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8fa6a676 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x92a33272 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9381f75a cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9590db3d amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9a4c1b3f fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9f527836 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa008af01 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa1be0ed4 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa57b3b55 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa8d2e232 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb0d4ff39 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb76b774a iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc5ede6df cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc7e9480e amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd1286644 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd9a29e1a cmp_connection_destroy +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x10f75c45 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2bfaf231 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x32626ba7 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x7550bd85 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd95de171 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xe3c58103 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x42bfc22c snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x43c1f307 snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x8be321a5 snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xb1027548 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xd89e634f snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xde36a02e snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x44952f1b snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x6cfa460f snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x866dbc0b snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xf8995bd2 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xbc52d43c snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xd2cc401e snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x1a0e9780 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x37e06f62 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xc5de253d snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xd1232de1 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xf2cc1512 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xfa2dfb61 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x36a5aeae snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x3acec1a0 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x84c03621 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x95c22ead snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xa4faec94 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xb840a2f0 snd_i2c_device_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x2b334fc1 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x336c01e4 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x7c6f58aa snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x7f30f014 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x8b884eb2 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xbac72d74 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xca4d9974 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xd68bfb91 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xe255710d snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xe828ff02 snd_sbmixer_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x06d45f39 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0b199085 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1a85d5a0 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2b4910a6 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x30169c37 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3ef62217 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x425f7410 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4b064634 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa1ecebe5 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa8d9b82e snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xaa8cbfdd snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xad19bea7 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbcdabbcb snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd27863b5 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd35017c6 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe6201d2f snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf1a2e929 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3b905d63 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x429540fe snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4b4ea086 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x62d2358b snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x7bb9adf7 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x9e97031b snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc8815132 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe5169465 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xfd458f61 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x2e138bdd snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x4b1bbb64 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xf3b1730d snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0258cf1c oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2b0a1c40 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x333fab83 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x46486d03 oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4cbc06e9 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x551d3c7d oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x56bf07ca oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6473ebb8 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x69e73662 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6dc31b9f oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x80c9e6c6 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8aeaa35a oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa19c79b7 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb218bf0e oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb6d3ea26 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbece95cb oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbf04bfaa oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc7ef3c78 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd9e50534 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xecb71bab oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfd4e5fe8 oxygen_write8 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x369dba38 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x4cf7e23c snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x667f658a snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xc57115cd snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf5850996 snd_trident_start_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xdbaf571d process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xe9ff7010 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x0a9e5bbc register_sound_midi +EXPORT_SYMBOL sound/soundcore 0x23fb8741 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xad8dd124 sound_class +EXPORT_SYMBOL sound/soundcore 0xae148578 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0xb0e1b890 register_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xf10a0ced register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x6a18eda5 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x8d289c60 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x97406eee snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xcc74d03f snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xecde59f1 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xf4ae8345 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x18661d00 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x26e22877 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a167805 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x4b287ca2 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9691a327 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc1af9ee8 __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xf4eaf855 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xfd63ff06 __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 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xef773deb snd_usbmidi_create +EXPORT_SYMBOL vmlinux 0x001bcc2a ilookup +EXPORT_SYMBOL vmlinux 0x002f1cf4 of_create_pci_dev +EXPORT_SYMBOL vmlinux 0x0041ece3 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x004d886c genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00a1217f key_task_permission +EXPORT_SYMBOL vmlinux 0x00d5492a bio_reset +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x0106c9ce crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x010882df __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x010bb865 seq_lseek +EXPORT_SYMBOL vmlinux 0x011257d4 simple_statfs +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x0133fac0 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x0139d790 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x018f2a03 do_splice_from +EXPORT_SYMBOL vmlinux 0x01abc639 __register_binfmt +EXPORT_SYMBOL vmlinux 0x01b5b1f7 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x01c4c1a4 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x01f5bc29 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x0207e6dc generic_removexattr +EXPORT_SYMBOL vmlinux 0x0230b4d4 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x02339f01 tty_port_put +EXPORT_SYMBOL vmlinux 0x0256825d xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x025688e3 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x0259886b fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027598e0 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x027922a9 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x0279ca2e input_set_keycode +EXPORT_SYMBOL vmlinux 0x0287497f mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x029304ee tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x02965ba9 bioset_free +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a62ac6 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02af16ba xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x02b3369d __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x02c2e1d9 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x02d7d054 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x02ebeb5d ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02fc2098 set_security_override +EXPORT_SYMBOL vmlinux 0x02ff6ed7 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x031457a7 lock_may_write +EXPORT_SYMBOL vmlinux 0x03254545 bdget_disk +EXPORT_SYMBOL vmlinux 0x03305ba7 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x033103d3 __lock_buffer +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x0369e5b0 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x03731d41 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037e7460 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x037f9b66 update_region +EXPORT_SYMBOL vmlinux 0x038aa5eb __blk_run_queue +EXPORT_SYMBOL vmlinux 0x038da372 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x03ae953f vme_bus_num +EXPORT_SYMBOL vmlinux 0x03afb497 __scm_destroy +EXPORT_SYMBOL vmlinux 0x03bc3de0 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03d8aa85 of_match_node +EXPORT_SYMBOL vmlinux 0x03e1da2e inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x03f2e47a __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04074f48 ioremap +EXPORT_SYMBOL vmlinux 0x04131331 simple_write_begin +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x0479f31c dev_disable_lro +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x04a9f2be blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x04d0df5a netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04f0a194 d_set_d_op +EXPORT_SYMBOL vmlinux 0x04fa6869 dump_emit +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0530dede _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x0537256c unregister_netdev +EXPORT_SYMBOL vmlinux 0x055ba187 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x056c8e0e mb_cache_create +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05a514a1 _insl_ns +EXPORT_SYMBOL vmlinux 0x05b3afa7 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x05b928ec give_up_console +EXPORT_SYMBOL vmlinux 0x05bbcfca ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x05cdb778 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x05d0c40b dget_parent +EXPORT_SYMBOL vmlinux 0x05e08b6d flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x05e99d4c pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0638c1e1 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x0645c2a8 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x065020b8 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x065fabbf __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x0675c7eb atomic64_cmpxchg +EXPORT_SYMBOL vmlinux 0x067d021d page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x067e33b3 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x06bbb24a mempool_resize +EXPORT_SYMBOL vmlinux 0x06bc86a8 mapping_tagged +EXPORT_SYMBOL vmlinux 0x06f2725c bio_init +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x0716f2b4 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x07176dd4 of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0x07210448 vfs_open +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0744b15e request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x074ac525 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x074e9213 down_killable +EXPORT_SYMBOL vmlinux 0x0770f90d bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x0775a720 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07adfd9f udplite_prot +EXPORT_SYMBOL vmlinux 0x07b1783a get_user_pages +EXPORT_SYMBOL vmlinux 0x07bc2dc8 local_flush_tlb_mm +EXPORT_SYMBOL vmlinux 0x07cadb53 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07cf5502 netif_napi_del +EXPORT_SYMBOL vmlinux 0x07de2a29 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x07f32d30 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x0805bdeb dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x081e5c23 tty_lock +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x0832f485 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08453297 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x084659be blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x084e14dd __breadahead +EXPORT_SYMBOL vmlinux 0x084f63e7 devm_ioremap_prot +EXPORT_SYMBOL vmlinux 0x086d8cdd irq_stat +EXPORT_SYMBOL vmlinux 0x088e3f10 pci_dev_get +EXPORT_SYMBOL vmlinux 0x08a530e3 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x08b19f80 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x08daecc3 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x08df9457 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x09034d28 dev_load +EXPORT_SYMBOL vmlinux 0x0903ef62 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x091720d2 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x092cfb07 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x094f5f0f tcp_close +EXPORT_SYMBOL vmlinux 0x095fef9b skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x097b7b01 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09b5fa09 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c67afb flex_array_get +EXPORT_SYMBOL vmlinux 0x09c6f751 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d332b2 __mutex_init +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d94f9f rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x09da3905 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x09e3401e tty_port_close_end +EXPORT_SYMBOL vmlinux 0x09eaa03f netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x09ec0500 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x09f22202 d_drop +EXPORT_SYMBOL vmlinux 0x09f9d99e blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x0a0f4471 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a27eeab vc_cons +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a68e780 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x0a879115 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x0a8d5c6b nf_log_register +EXPORT_SYMBOL vmlinux 0x0a929aa2 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x0a9a0fb8 init_net +EXPORT_SYMBOL vmlinux 0x0aa86579 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad183db netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x0ad3db7a km_state_expired +EXPORT_SYMBOL vmlinux 0x0ad437b1 from_kuid +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b0e4c18 user_path_at +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2f306d skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b4b3569 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7f2fe0 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x0bb83b26 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bbe453a set_bdi_congested +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0be4a5d6 fb_find_mode +EXPORT_SYMBOL vmlinux 0x0bebad4d sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x0beec9a8 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x0c0549d2 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x0c12e626 __debugger_bpt +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c48ae8b dmam_pool_create +EXPORT_SYMBOL vmlinux 0x0c4cee50 vfs_link +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c5b5b3b scsi_register_interface +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c69116d kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c9b6089 nvram_get_size +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cc3958b fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x0cd98c42 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x0cf7bc94 kdb_current_task +EXPORT_SYMBOL vmlinux 0x0d08e304 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x0d19cca1 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x0d3dd61e dma_async_device_register +EXPORT_SYMBOL vmlinux 0x0d461710 path_put +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d998e0a blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0da8c8f4 netdev_printk +EXPORT_SYMBOL vmlinux 0x0db8cde0 xfrm_input +EXPORT_SYMBOL vmlinux 0x0dc0ace0 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0x0dd03639 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x0dd071ab sock_edemux +EXPORT_SYMBOL vmlinux 0x0dd1e388 eth_change_mtu +EXPORT_SYMBOL vmlinux 0x0dfef70c xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x0e16c759 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x0e212938 bio_map_user +EXPORT_SYMBOL vmlinux 0x0e2561fb max8998_write_reg +EXPORT_SYMBOL vmlinux 0x0e38c338 simple_fill_super +EXPORT_SYMBOL vmlinux 0x0e4ece6a netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x0e50a578 skb_trim +EXPORT_SYMBOL vmlinux 0x0e55b469 eth_header_cache +EXPORT_SYMBOL vmlinux 0x0e5921af page_address +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e7c50df kill_bdev +EXPORT_SYMBOL vmlinux 0x0e7f4d0e nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x0e8cd071 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x0e8f30f6 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x0eaf451e hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0eb41745 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ee84ec4 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f026e27 default_file_splice_read +EXPORT_SYMBOL vmlinux 0x0f079b11 bdi_init +EXPORT_SYMBOL vmlinux 0x0f205538 phy_init_eee +EXPORT_SYMBOL vmlinux 0x0f24cf88 blk_stop_queue +EXPORT_SYMBOL vmlinux 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL vmlinux 0x0f3562ef dst_alloc +EXPORT_SYMBOL vmlinux 0x0f436210 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f589a06 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x0f5faa7e wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x0f81027d qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x0fa789e3 tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x0faa98a3 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fb8410a clear_inode +EXPORT_SYMBOL vmlinux 0x0fbdd027 ps2_command +EXPORT_SYMBOL vmlinux 0x0fc0fc75 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x1001b939 phy_device_free +EXPORT_SYMBOL vmlinux 0x1017de8b phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x101aa0a6 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x10234922 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x1053d1af jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x105ba35e pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x105fb653 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x107a962c xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x107ea2b1 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x108d8c4e pci_iounmap +EXPORT_SYMBOL vmlinux 0x1094827a kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x1098d897 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x10c5506d mmc_free_host +EXPORT_SYMBOL vmlinux 0x10cf456e __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x10e6f946 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x10fa78a1 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x10fe6700 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x1100e1b4 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x11360bc5 fs_bio_set +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x1168f3ef of_phy_attach +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x117e20e0 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x1180cf8d inode_permission +EXPORT_SYMBOL vmlinux 0x1182d83a cpuidle_disable +EXPORT_SYMBOL vmlinux 0x118539c5 ip6_route_output +EXPORT_SYMBOL vmlinux 0x1189bd8e pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x118feac9 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x119441f5 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0x11a74834 __module_get +EXPORT_SYMBOL vmlinux 0x11b205c3 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x11d4358d i2c_del_driver +EXPORT_SYMBOL vmlinux 0x11d5b16d agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x11e75c69 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x11ebc43c input_free_device +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1217f0db netif_rx +EXPORT_SYMBOL vmlinux 0x124c3c9a neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x1258900b netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x125a05e2 mntput +EXPORT_SYMBOL vmlinux 0x126f6cdd jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x1279f792 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x127d199c padata_start +EXPORT_SYMBOL vmlinux 0x12a19ccf mdiobus_scan +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12c2e84a blk_delay_queue +EXPORT_SYMBOL vmlinux 0x12ca3f79 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x12d948f1 __seq_open_private +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12e910ee i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x12ec8418 inet_add_offload +EXPORT_SYMBOL vmlinux 0x12fabc19 pci_set_master +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x132a384c xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x132ee2a5 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x1341a61f read_dev_sector +EXPORT_SYMBOL vmlinux 0x1348e916 do_sync_write +EXPORT_SYMBOL vmlinux 0x134b1d51 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x13657400 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x137a9cb1 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x138a9655 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x139b624a pci_reenable_device +EXPORT_SYMBOL vmlinux 0x13affbda percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x13b6ca06 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d4329e dev_change_flags +EXPORT_SYMBOL vmlinux 0x13dfe5d9 find_get_entry +EXPORT_SYMBOL vmlinux 0x13f3cf85 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x1402e036 vfs_getattr +EXPORT_SYMBOL vmlinux 0x140631fc dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x1407c6e7 kmap_prot +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x142593cc sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x1432efc6 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x145d7023 thaw_super +EXPORT_SYMBOL vmlinux 0x14673ab6 tty_throttle +EXPORT_SYMBOL vmlinux 0x149d1cfa abort_creds +EXPORT_SYMBOL vmlinux 0x14d6ac04 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x14f9c039 vfs_write +EXPORT_SYMBOL vmlinux 0x14fe5981 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x14feb45a fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x15006b50 input_allocate_device +EXPORT_SYMBOL vmlinux 0x150f6c92 i2c_master_send +EXPORT_SYMBOL vmlinux 0x152440c8 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x154c40b7 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x15938b81 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x15cb08f2 tso_build_data +EXPORT_SYMBOL vmlinux 0x15d3fd60 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x15d90eb5 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x15eb2c75 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x16055af7 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x161a5029 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x161d0033 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x16439b8c alloc_disk +EXPORT_SYMBOL vmlinux 0x16540bbc __cmpdi2 +EXPORT_SYMBOL vmlinux 0x165940fe vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x16815eca blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x1683a50b radix_tree_delete +EXPORT_SYMBOL vmlinux 0x1697c51e cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x16a097be xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x16a951ac tty_port_destroy +EXPORT_SYMBOL vmlinux 0x16ab77cf bh_submit_read +EXPORT_SYMBOL vmlinux 0x16ac0f76 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x16ceceeb generic_file_fsync +EXPORT_SYMBOL vmlinux 0x16cf6214 elv_register_queue +EXPORT_SYMBOL vmlinux 0x16dff0a6 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x1700b4a6 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x17093159 input_unregister_device +EXPORT_SYMBOL vmlinux 0x17196f92 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x172a71fd __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x17361980 check_disk_change +EXPORT_SYMBOL vmlinux 0x174a6672 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x174ca516 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x17648396 dev_base_lock +EXPORT_SYMBOL vmlinux 0x176daa32 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x176fef01 tty_devnum +EXPORT_SYMBOL vmlinux 0x178cdadf mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x178e178a unload_nls +EXPORT_SYMBOL vmlinux 0x179c0024 neigh_table_init +EXPORT_SYMBOL vmlinux 0x17aa156a __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17c0c3c9 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x17c24835 of_dev_get +EXPORT_SYMBOL vmlinux 0x17dd3965 mdiobus_write +EXPORT_SYMBOL vmlinux 0x17e28473 fsl_upm_run_pattern +EXPORT_SYMBOL vmlinux 0x17eba253 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f4a3f1 f_setown +EXPORT_SYMBOL vmlinux 0x18018124 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x180bd208 dev_uc_init +EXPORT_SYMBOL vmlinux 0x1812db6f dev_add_offload +EXPORT_SYMBOL vmlinux 0x1819141e tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x1826f089 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x182701ba fsync_bdev +EXPORT_SYMBOL vmlinux 0x182a4ad9 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x18853558 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x189d2ed8 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x18ae8f75 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x18b8f274 update_devfreq +EXPORT_SYMBOL vmlinux 0x18bcb6f9 dev_uc_del +EXPORT_SYMBOL vmlinux 0x18fd9cf2 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x1902d3e7 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x19110faf kfree_skb_list +EXPORT_SYMBOL vmlinux 0x19111a40 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x191322e7 drop_super +EXPORT_SYMBOL vmlinux 0x192f444a textsearch_register +EXPORT_SYMBOL vmlinux 0x1938d462 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x1959b45a kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x19647e4c pagecache_write_end +EXPORT_SYMBOL vmlinux 0x199ca812 may_umount_tree +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a5d942 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x19b3dfa1 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c05f1b pci_request_regions +EXPORT_SYMBOL vmlinux 0x19c98401 audit_log +EXPORT_SYMBOL vmlinux 0x1a111a41 ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x1a20a1d7 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x1a32175a ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x1a3f4856 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x1a48d340 dcb_getapp +EXPORT_SYMBOL vmlinux 0x1a4fe954 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x1a78ad7e in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x1a813a9c dev_trans_start +EXPORT_SYMBOL vmlinux 0x1a8a354a dquot_scan_active +EXPORT_SYMBOL vmlinux 0x1a8c2d1d tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x1ab87fa2 iget_failed +EXPORT_SYMBOL vmlinux 0x1ac5129a sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad023f6 tcp_check_req +EXPORT_SYMBOL vmlinux 0x1ae103ea follow_down +EXPORT_SYMBOL vmlinux 0x1af62a99 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x1b00cc99 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b0ac272 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1b132009 rename_lock +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b34ef66 eth_header +EXPORT_SYMBOL vmlinux 0x1b4a9ba5 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b7b3fb6 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1ba7c24e mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x1bb01208 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x1bc4ff03 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x1bca2b59 load_fp_state +EXPORT_SYMBOL vmlinux 0x1bdbf874 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x1bef343a pci_enable_msix +EXPORT_SYMBOL vmlinux 0x1c0446ec revalidate_disk +EXPORT_SYMBOL vmlinux 0x1c18aaad iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x1c20dbd3 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x1c2bdfe7 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x1c5251d4 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x1c80de9c ip_send_check +EXPORT_SYMBOL vmlinux 0x1cba9c66 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x1cbe4984 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x1cdc52f0 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x1d01ceea security_path_truncate +EXPORT_SYMBOL vmlinux 0x1d0f4af9 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x1d1dc1b2 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x1d4cfb07 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x1d88dd67 inet_shutdown +EXPORT_SYMBOL vmlinux 0x1d8eaa9e jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x1d9a4d51 backlight_device_register +EXPORT_SYMBOL vmlinux 0x1d9ec18c of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x1daee28a percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1e234116 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e33b040 register_console +EXPORT_SYMBOL vmlinux 0x1e4753cd pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x1e4ee3b6 km_state_notify +EXPORT_SYMBOL vmlinux 0x1e537ff8 vfs_writev +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb10a61 tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x1eb6cbd1 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ef3a40a tty_port_close +EXPORT_SYMBOL vmlinux 0x1ef725bc set_nlink +EXPORT_SYMBOL vmlinux 0x1f007515 may_umount +EXPORT_SYMBOL vmlinux 0x1f1f3479 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x1f21dc87 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1f819e25 scsi_print_command +EXPORT_SYMBOL vmlinux 0x1f9cd536 __nla_put +EXPORT_SYMBOL vmlinux 0x1fa71ae8 lock_sock_fast +EXPORT_SYMBOL vmlinux 0x1fa88e87 inet_release +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fbd8fba max8925_set_bits +EXPORT_SYMBOL vmlinux 0x1fc2e6b7 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200885f7 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x2009b35d bdevname +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2017e2d1 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x201e008f copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x20645005 sget +EXPORT_SYMBOL vmlinux 0x206687ad cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x208163ed sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x2086cbbf clocksource_unregister +EXPORT_SYMBOL vmlinux 0x20a1d4a8 fb_pan_display +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20cee97b pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20ec21c3 pipe_lock +EXPORT_SYMBOL vmlinux 0x21047e0f jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x211ef5c7 kfree_skb +EXPORT_SYMBOL vmlinux 0x213be189 request_key_async +EXPORT_SYMBOL vmlinux 0x214031b8 search_binary_handler +EXPORT_SYMBOL vmlinux 0x215c17b9 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x216f6f6b tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x2180bef9 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x21ae8a0e find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x21b03dc5 override_creds +EXPORT_SYMBOL vmlinux 0x21b69149 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x21bcc41d phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x21cfcd32 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x21dbcced blk_start_request +EXPORT_SYMBOL vmlinux 0x21e2a7ad tcp_proc_register +EXPORT_SYMBOL vmlinux 0x21f3dc15 cpm_command +EXPORT_SYMBOL vmlinux 0x21fba512 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x2206eb5c jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x220bea74 d_delete +EXPORT_SYMBOL vmlinux 0x221fee10 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x222a4d08 nf_register_hook +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x223bdf68 simple_rename +EXPORT_SYMBOL vmlinux 0x2256fafa div64_u64_rem +EXPORT_SYMBOL vmlinux 0x2264a4d6 generic_write_checks +EXPORT_SYMBOL vmlinux 0x2267c938 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x2275f4cb __skb_checksum +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x2278e94b slhc_remember +EXPORT_SYMBOL vmlinux 0x22b16867 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22d273e9 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x22dfdd06 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x22e8036d key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x22eaa5de __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x2316f309 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x2327127a inet6_add_offload +EXPORT_SYMBOL vmlinux 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL vmlinux 0x23406454 fget_raw +EXPORT_SYMBOL vmlinux 0x23490158 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x234cf988 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x235a777a generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x235b3728 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x235e90f3 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x23639d2b tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c9e796 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x23caed94 of_find_property +EXPORT_SYMBOL vmlinux 0x23f2243d mempool_free +EXPORT_SYMBOL vmlinux 0x23f4ff4a i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x23f744ea phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2400aa39 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x2412fc21 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x24191f25 free_netdev +EXPORT_SYMBOL vmlinux 0x2420ba0f dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2472f0e0 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x247768cd kill_litter_super +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x24919ea1 led_blink_set +EXPORT_SYMBOL vmlinux 0x24a7131e dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x24d32e88 d_move +EXPORT_SYMBOL vmlinux 0x24d7b4eb cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x24ed1f39 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x24f00380 ida_init +EXPORT_SYMBOL vmlinux 0x24f416b8 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x24f66eda d_instantiate +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x2501eb5d of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x250d409e do_splice_direct +EXPORT_SYMBOL vmlinux 0x251823fc netlink_net_capable +EXPORT_SYMBOL vmlinux 0x251d3e74 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x251e183c init_buffer +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x252fcb3c ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x25314450 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x256601f8 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25a3cea1 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x25a4f1d2 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x25b0a098 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x25c2221d __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25f1dbef seq_vprintf +EXPORT_SYMBOL vmlinux 0x25f3bd2e atomic64_xchg +EXPORT_SYMBOL vmlinux 0x261c3e33 input_register_handler +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263cf5c8 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x26477c07 __vmalloc +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x26657508 skb_split +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x268db5a3 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x26a0e889 backlight_force_update +EXPORT_SYMBOL vmlinux 0x26a250cd pci_set_mwi +EXPORT_SYMBOL vmlinux 0x26b760c4 slhc_init +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26c09f1a __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x26d74688 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x2702add2 blk_peek_request +EXPORT_SYMBOL vmlinux 0x2730609e flow_cache_init +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x2771d7ff ida_get_new_above +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27904db8 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c52bd0 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27e1cc7a nf_reinject +EXPORT_SYMBOL vmlinux 0x27e61678 kobject_set_name +EXPORT_SYMBOL vmlinux 0x27edde07 dquot_alloc +EXPORT_SYMBOL vmlinux 0x28142a52 seq_escape +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x283256fa block_invalidatepage +EXPORT_SYMBOL vmlinux 0x286ae3b9 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x287352b6 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0x289db3ee idr_remove +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28b5ba83 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x28d570b8 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x28e3bfc0 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x28e9817b netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x28f784f5 __debugger_break_match +EXPORT_SYMBOL vmlinux 0x2927ed0d set_anon_super +EXPORT_SYMBOL vmlinux 0x2949887e neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x2970a926 fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x297177cd clear_nlink +EXPORT_SYMBOL vmlinux 0x2990a979 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x299b4d41 mount_pseudo +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a46aa22 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x2a724319 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2a7a6888 kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x2a7cc8cd jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x2a86f053 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2aa91987 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2ae575fd mmc_fixup_device +EXPORT_SYMBOL vmlinux 0x2aee5016 posix_test_lock +EXPORT_SYMBOL vmlinux 0x2af7d397 new_sync_write +EXPORT_SYMBOL vmlinux 0x2afe117e mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b280f28 tty_port_open +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b41adfd pci_claim_resource +EXPORT_SYMBOL vmlinux 0x2b483c4f tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x2b694994 sock_no_getname +EXPORT_SYMBOL vmlinux 0x2b8dacce mmc_detect_change +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2b9f1505 iov_iter_init +EXPORT_SYMBOL vmlinux 0x2b9f9049 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bb3534e kill_block_super +EXPORT_SYMBOL vmlinux 0x2bb7e849 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x2bbab229 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x2bbee671 bio_advance +EXPORT_SYMBOL vmlinux 0x2bc61da1 program_check_exception +EXPORT_SYMBOL vmlinux 0x2bd91fc4 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x2bdf809a dev_mc_del +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2c13bcb2 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c1f6c87 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x2c20b38b __f_setown +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2820a5 __netif_schedule +EXPORT_SYMBOL vmlinux 0x2c3a486d of_platform_device_create +EXPORT_SYMBOL vmlinux 0x2c3a5943 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x2c5199e0 keyring_clear +EXPORT_SYMBOL vmlinux 0x2c5b6235 key_alloc +EXPORT_SYMBOL vmlinux 0x2c7b1fca down_timeout +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2cab146a __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x2ccbf396 rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x2ce76293 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x2cec4e6e netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x2d0fc979 ata_print_version +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d22afca iget_locked +EXPORT_SYMBOL vmlinux 0x2d27b6e1 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d37342e cpu_online_mask +EXPORT_SYMBOL vmlinux 0x2d3a923d security_mmap_file +EXPORT_SYMBOL vmlinux 0x2d5ac568 of_device_register +EXPORT_SYMBOL vmlinux 0x2d7d5b8c __bforget +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2dc0e0fd scm_detach_fds +EXPORT_SYMBOL vmlinux 0x2dd6c0ad phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x2dd7daea dev_mc_init +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2df54520 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x2dfc0075 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x2dff9ac0 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x2e08acf9 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x2e0c8b1d serio_open +EXPORT_SYMBOL vmlinux 0x2e0d6cd7 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x2e172331 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e380ef8 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x2e4f626e seq_printf +EXPORT_SYMBOL vmlinux 0x2e60eeaf xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0x2e6bbe19 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2edaddc3 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f04e7f1 skb_store_bits +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f22f7df generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x2f28a421 devm_free_irq +EXPORT_SYMBOL vmlinux 0x2f320de1 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x2f539e38 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x2f55c469 bio_copy_data +EXPORT_SYMBOL vmlinux 0x2f6eee82 names_cachep +EXPORT_SYMBOL vmlinux 0x2fa6017f blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fcd91fa bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x2fd504ca simple_setattr +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x30222888 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x30386bcf tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x304f65e7 blk_requeue_request +EXPORT_SYMBOL vmlinux 0x30719655 kthread_stop +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x307dfc57 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x30845cdf cdev_alloc +EXPORT_SYMBOL vmlinux 0x308fa520 dev_alert +EXPORT_SYMBOL vmlinux 0x30a41da5 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30b81901 register_filesystem +EXPORT_SYMBOL vmlinux 0x30b8b35c cpu_to_chip_id +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x3106f742 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x310aa34f ppp_channel_index +EXPORT_SYMBOL vmlinux 0x3124a889 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x312824e0 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x312d3bba irq_to_desc +EXPORT_SYMBOL vmlinux 0x314151b4 inet_listen +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x314b2be0 lookup_one_len +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x315fe3d2 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x31819ab4 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x318fccaa security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x319d780a simple_link +EXPORT_SYMBOL vmlinux 0x319d8e26 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x31c3efea get_super_thawed +EXPORT_SYMBOL vmlinux 0x31c6204e pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x31efd857 mach_twr_p1025 +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x32043331 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x320c5566 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x321d3391 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x322060bb vfs_fsync +EXPORT_SYMBOL vmlinux 0x32258dd7 dev_warn +EXPORT_SYMBOL vmlinux 0x323055c9 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x324ef693 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x3254094f flush_tlb_page +EXPORT_SYMBOL vmlinux 0x3270c876 dev_addr_del +EXPORT_SYMBOL vmlinux 0x328a05f1 strncpy +EXPORT_SYMBOL vmlinux 0x328cce65 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x32ab0a67 blk_get_request +EXPORT_SYMBOL vmlinux 0x32c51a7f pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x32cf2fb1 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x32d37f1a unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x32f3ffad generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x33323d7b napi_get_frags +EXPORT_SYMBOL vmlinux 0x3334e91c gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x33355381 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x333953a2 dev_addr_add +EXPORT_SYMBOL vmlinux 0x333c3ad5 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x33412a9e request_firmware +EXPORT_SYMBOL vmlinux 0x33497276 unregister_nls +EXPORT_SYMBOL vmlinux 0x3349b629 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x335c60f0 __tcf_hash_release +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x3397a4d7 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x33a3ba89 flush_icache_user_range +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c5e11a tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x33c7271e blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33d668c2 inet_select_addr +EXPORT_SYMBOL vmlinux 0x33d92392 __serio_register_port +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f9a132 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x344adbd5 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x344df0dc udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x3457e6d6 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x345b1493 blkdev_get +EXPORT_SYMBOL vmlinux 0x3462d594 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x349bd448 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a447d2 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x34afd1ce bio_endio +EXPORT_SYMBOL vmlinux 0x34b8aa95 arp_tbl +EXPORT_SYMBOL vmlinux 0x34e4cb57 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f8c68e make_bad_inode +EXPORT_SYMBOL vmlinux 0x350ef470 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x352c8609 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x353de98f cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x35582dfb sock_no_accept +EXPORT_SYMBOL vmlinux 0x3573f4f7 pci_find_capability +EXPORT_SYMBOL vmlinux 0x358018e8 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x35a12391 mmc_can_reset +EXPORT_SYMBOL vmlinux 0x35aa6f89 msi_bitmap_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x35b53f84 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x35bcdc52 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x35c5e3c2 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x35cbddd8 vfs_symlink +EXPORT_SYMBOL vmlinux 0x35d1af61 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x35f28e39 security_task_getsecid +EXPORT_SYMBOL vmlinux 0x35f6adb7 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x3607bcf9 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x3618cb2d ida_destroy +EXPORT_SYMBOL vmlinux 0x36269db4 get_gendisk +EXPORT_SYMBOL vmlinux 0x362cc6d3 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x362ef5e2 kunmap_high +EXPORT_SYMBOL vmlinux 0x3632d1b3 km_report +EXPORT_SYMBOL vmlinux 0x3636c328 up_write +EXPORT_SYMBOL vmlinux 0x366f6d27 idr_destroy +EXPORT_SYMBOL vmlinux 0x36815df7 gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0x368273ec ping_prot +EXPORT_SYMBOL vmlinux 0x3683ad2a simple_empty +EXPORT_SYMBOL vmlinux 0x368afefd of_n_size_cells +EXPORT_SYMBOL vmlinux 0x369b7d37 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x36a273fa scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x36b0e732 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x36b76029 set_disk_ro +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36c0ed35 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x36cc192d fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x36cd41dc skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x36d79a9d pci_remove_bus +EXPORT_SYMBOL vmlinux 0x36e2f310 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x36e998f7 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x36ef9fbb tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x36f5d994 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x371d2130 check_legacy_ioport +EXPORT_SYMBOL vmlinux 0x37365e47 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374a3730 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x375e8d06 input_close_device +EXPORT_SYMBOL vmlinux 0x3783b95d crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x3791d39b sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x3793d5f4 input_flush_device +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37d07ad3 tty_unlock +EXPORT_SYMBOL vmlinux 0x37e0153d flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x3809f4d2 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x380a4e9a nla_append +EXPORT_SYMBOL vmlinux 0x381144a9 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381ccc13 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x3854c498 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x387a21ca vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3889f70d genphy_resume +EXPORT_SYMBOL vmlinux 0x38a12e90 sock_no_poll +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38b2d511 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x38b825d1 idr_replace +EXPORT_SYMBOL vmlinux 0x38cac36d bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x38dbe953 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x38e4c0a5 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x38f748c9 get_cached_acl +EXPORT_SYMBOL vmlinux 0x38f93866 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x38fb9933 tty_std_termios +EXPORT_SYMBOL vmlinux 0x3909e45c dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x39311606 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394bda11 sock_no_listen +EXPORT_SYMBOL vmlinux 0x395af5d1 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x398e0fb7 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x39a20e16 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x39b03509 ip_options_compile +EXPORT_SYMBOL vmlinux 0x39ba7223 __invalidate_device +EXPORT_SYMBOL vmlinux 0x39c8e47e simple_rmdir +EXPORT_SYMBOL vmlinux 0x39cbc397 dev_driver_string +EXPORT_SYMBOL vmlinux 0x39cdf63c wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x39e4187c __find_get_block +EXPORT_SYMBOL vmlinux 0x39fdbf98 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x3a25fbc9 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x3a320eff dev_mc_flush +EXPORT_SYMBOL vmlinux 0x3a444b7b cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0x3a58c66a scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x3a6bda72 console_stop +EXPORT_SYMBOL vmlinux 0x3a83de38 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x3a8755a4 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3a9dd284 vga_tryget +EXPORT_SYMBOL vmlinux 0x3ac34e71 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x3acd47f7 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x3af38329 __bread_gfp +EXPORT_SYMBOL vmlinux 0x3b17c14a consume_skb +EXPORT_SYMBOL vmlinux 0x3b1e3f50 scsi_add_device +EXPORT_SYMBOL vmlinux 0x3b1ea7e1 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x3b23b555 netdev_features_change +EXPORT_SYMBOL vmlinux 0x3b2ccb9c pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x3b4724e7 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x3b59c465 nf_register_hooks +EXPORT_SYMBOL vmlinux 0x3b5bb4d1 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x3b615a21 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3ba9e0bd fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x3bb8ac4a ilookup5 +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3be1fa80 devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0x3be8513a blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x3bf980ae touch_buffer +EXPORT_SYMBOL vmlinux 0x3bfe105c copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x3c2f897e generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x3c32abd9 registered_fb +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c652b24 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3c78fd04 vme_dma_request +EXPORT_SYMBOL vmlinux 0x3c7a9223 block_write_end +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c82c025 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x3c83b61f of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x3c89b184 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x3c99e8cd write_one_page +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cb3931b sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x3cc4b0dc lg_lock_init +EXPORT_SYMBOL vmlinux 0x3cc91f58 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x3cd86c15 account_page_writeback +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cffd163 cur_cpu_spec +EXPORT_SYMBOL vmlinux 0x3d19a375 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x3d4e96b4 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x3d4ec6f7 dput +EXPORT_SYMBOL vmlinux 0x3d5ce223 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x3d5dc249 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x3daa7223 mount_bdev +EXPORT_SYMBOL vmlinux 0x3dab1780 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x3dc02a4e flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e129f8a security_path_chown +EXPORT_SYMBOL vmlinux 0x3e2b6394 kobject_get +EXPORT_SYMBOL vmlinux 0x3e50036f phy_attach_direct +EXPORT_SYMBOL vmlinux 0x3e85bbc6 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e8dc5b8 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3ecf6c10 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ee3f83b bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x3ef1d0d8 ip6_xmit +EXPORT_SYMBOL vmlinux 0x3ef8b680 vm_map_ram +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f054e32 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x3f0b6a43 md_register_thread +EXPORT_SYMBOL vmlinux 0x3f23753a free_user_ns +EXPORT_SYMBOL vmlinux 0x3f26d988 sock_rfree +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f73aacc __sb_end_write +EXPORT_SYMBOL vmlinux 0x3f7bf78a mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x3f87d098 __dst_free +EXPORT_SYMBOL vmlinux 0x3f8e90b7 bio_split +EXPORT_SYMBOL vmlinux 0x3f9bc43d con_is_bound +EXPORT_SYMBOL vmlinux 0x3fa8ec60 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x3faaadd4 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x3fb1cf71 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x3fb7959b ps2_drain +EXPORT_SYMBOL vmlinux 0x3fd62223 __put_cred +EXPORT_SYMBOL vmlinux 0x3fe0d1c0 slhc_free +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff8e495 lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0x3ffb8e33 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x4008ed93 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x4021406d __scm_send +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x406674a6 __kfree_skb +EXPORT_SYMBOL vmlinux 0x40733b6a scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409819ed nobh_write_begin +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40beb95b gen_pool_free +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c18819 dcache_readdir +EXPORT_SYMBOL vmlinux 0x40c634c1 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40cd601d simple_transaction_set +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40f1ad10 tb_ticks_per_jiffy +EXPORT_SYMBOL vmlinux 0x40f712bc __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x40f94a80 vme_slot_num +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x4159c38f ioremap_wc +EXPORT_SYMBOL vmlinux 0x4172a5e6 kern_path_create +EXPORT_SYMBOL vmlinux 0x4180c58a generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x41862ad4 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x419fc579 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x41aa4303 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x41b0a7b1 udp_proc_register +EXPORT_SYMBOL vmlinux 0x41bdca6c neigh_seq_next +EXPORT_SYMBOL vmlinux 0x41d0c8ad notify_change +EXPORT_SYMBOL vmlinux 0x41f03ea1 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x41fdd228 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x423acdce seq_read +EXPORT_SYMBOL vmlinux 0x42450578 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x427c70af unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x4281311f dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x42984e87 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x429df0bf inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42a8d204 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x42b0fbd0 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x42b22442 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x42b869a5 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x42c3540e kobject_init +EXPORT_SYMBOL vmlinux 0x42ccd222 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x430e8d53 neigh_lookup +EXPORT_SYMBOL vmlinux 0x431097a3 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x431ba6c3 i2c_release_client +EXPORT_SYMBOL vmlinux 0x433753b3 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x436eadd3 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438b9f0c inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0x43a01f90 complete_all +EXPORT_SYMBOL vmlinux 0x43afe6dd from_kuid_munged +EXPORT_SYMBOL vmlinux 0x43d84da1 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x43edbf8d tty_register_device +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x44697a46 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x447d480a inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x44ac9178 simple_write_end +EXPORT_SYMBOL vmlinux 0x44b2b183 kill_pid +EXPORT_SYMBOL vmlinux 0x44e22464 vfs_readv +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44ea2f7d i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x44eb192e wait_for_completion +EXPORT_SYMBOL vmlinux 0x44ee7f8e ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x44f87caa blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x451878d5 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x4526280e cont_write_begin +EXPORT_SYMBOL vmlinux 0x453264c0 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457a74f5 inet6_protos +EXPORT_SYMBOL vmlinux 0x458d55f7 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x4596db6a sys_sigreturn +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45adf01d tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x45b9927a dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x45bc9567 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x460174e6 pci_bus_get +EXPORT_SYMBOL vmlinux 0x4608e364 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x4612c59d down_trylock +EXPORT_SYMBOL vmlinux 0x4617f69c padata_free +EXPORT_SYMBOL vmlinux 0x461ebfa0 __copy_tofrom_user +EXPORT_SYMBOL vmlinux 0x461ee41b tty_port_init +EXPORT_SYMBOL vmlinux 0x462345e1 xmon +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x4635bb62 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x4637b3f8 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0x463b80bc tcp_disconnect +EXPORT_SYMBOL vmlinux 0x46493beb inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467afd58 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x468bcda6 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x468fcf16 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x469c2bcc __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x469e637c kthread_bind +EXPORT_SYMBOL vmlinux 0x46c2a623 sock_update_memcg +EXPORT_SYMBOL vmlinux 0x46d12956 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x46f40e48 module_refcount +EXPORT_SYMBOL vmlinux 0x46fb6b3b set_user_nice +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x47295ee2 pci_choose_state +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x474499e4 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x4747440e __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x4760e066 md_done_sync +EXPORT_SYMBOL vmlinux 0x47779531 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47cba763 blk_run_queue +EXPORT_SYMBOL vmlinux 0x47f57ee2 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x47f81702 mnt_unpin +EXPORT_SYMBOL vmlinux 0x47f96888 touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x480bea84 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x48367584 vga_put +EXPORT_SYMBOL vmlinux 0x48404b9a remove_wait_queue +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486704a2 vga_client_register +EXPORT_SYMBOL vmlinux 0x4888c001 d_make_root +EXPORT_SYMBOL vmlinux 0x488d85bb rtnl_notify +EXPORT_SYMBOL vmlinux 0x489d5feb __quota_error +EXPORT_SYMBOL vmlinux 0x48a771c5 cpu_core_map +EXPORT_SYMBOL vmlinux 0x48b47421 try_module_get +EXPORT_SYMBOL vmlinux 0x48b547b5 __frontswap_test +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c852f9 elv_rb_find +EXPORT_SYMBOL vmlinux 0x48cbca82 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0x48df56ca nla_put +EXPORT_SYMBOL vmlinux 0x48e387d0 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x48fabfbf gen_new_estimator +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x490dff4a __sb_start_write +EXPORT_SYMBOL vmlinux 0x491b6741 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x49549edd vfs_rename +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x49723e3b mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x4983f9da account_page_redirty +EXPORT_SYMBOL vmlinux 0x498452bf nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x498f01c9 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x49a97cd7 padata_do_serial +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49c5fa29 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x4a1fd88f neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x4a208971 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x4a2ae1e6 dquot_acquire +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a60bff1 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x4a6b0fb4 __napi_schedule +EXPORT_SYMBOL vmlinux 0x4a779890 touch_atime +EXPORT_SYMBOL vmlinux 0x4a957a7a tso_count_descs +EXPORT_SYMBOL vmlinux 0x4a9dc312 flush_old_exec +EXPORT_SYMBOL vmlinux 0x4aa11c2e uart_register_driver +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4ac24aed scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x4acc7acd vme_slave_request +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4ad001d9 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x4ada2dc1 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b0b5cb2 kernel_read +EXPORT_SYMBOL vmlinux 0x4b154104 seq_bitmap +EXPORT_SYMBOL vmlinux 0x4b187934 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x4b1a58aa netdev_update_features +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b2b596b netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b489645 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b8326ff ida_remove +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bb0778e vm_stat +EXPORT_SYMBOL vmlinux 0x4bcf03a4 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x4be00ac4 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bed99b3 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x4c11435a _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c11ad2d blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x4c15913d scsi_put_command +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c501e24 down_write +EXPORT_SYMBOL vmlinux 0x4c70bd3b ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x4c77a720 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x4c8504cb mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc4806c dev_activate +EXPORT_SYMBOL vmlinux 0x4cc52cd4 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x4cd6907d netif_receive_skb +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4ce9572b simple_lookup +EXPORT_SYMBOL vmlinux 0x4cec7949 do_fallocate +EXPORT_SYMBOL vmlinux 0x4cefe481 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x4d1589e6 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x4d39d656 unregister_console +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d42b7da of_get_property +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d71004a __cpm2_setbrg +EXPORT_SYMBOL vmlinux 0x4d73e5b6 set_bh_page +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9ca31a block_write_begin +EXPORT_SYMBOL vmlinux 0x4db7bfdb neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x4db99293 dst_destroy +EXPORT_SYMBOL vmlinux 0x4ddce8b2 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4dec6038 memscan +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e437137 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x4e5634dc crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x4e624d1c km_is_alive +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e7e1ab2 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e9dffb5 ip_fast_csum +EXPORT_SYMBOL vmlinux 0x4eb28fcf ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x4ebcf0df mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x4ec4fd68 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x4f17ac7d __inet6_hash +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f1cdf97 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x4f218f86 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f535b04 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x4f548bf2 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x4f56bf9a d_alloc_name +EXPORT_SYMBOL vmlinux 0x4f65d59a fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6e2708 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x4f7883e4 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x4fbc67f3 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x4fc0ee01 of_match_device +EXPORT_SYMBOL vmlinux 0x4fdbe218 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe99583 atomic64_dec_if_positive +EXPORT_SYMBOL vmlinux 0x4ff3273d xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x4ffd3e55 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x50097bab down_read +EXPORT_SYMBOL vmlinux 0x50359189 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x50384baf vgacon_remap_base +EXPORT_SYMBOL vmlinux 0x505c4b5e km_new_mapping +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x506e1f70 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x506e8ff7 ata_link_printk +EXPORT_SYMBOL vmlinux 0x509817cf vprintk_emit +EXPORT_SYMBOL vmlinux 0x509f22e4 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x50b66bcb radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x50b7dc40 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x50c48a00 vme_register_driver +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50f30b0b dev_deactivate +EXPORT_SYMBOL vmlinux 0x51035a3e pci_read_vpd +EXPORT_SYMBOL vmlinux 0x51163d7d sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x51191643 kmap_to_page +EXPORT_SYMBOL vmlinux 0x5140ed82 tcf_hash_create +EXPORT_SYMBOL vmlinux 0x515e042d read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x515e24a7 flush_instruction_cache +EXPORT_SYMBOL vmlinux 0x51612303 kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x5180e2ca ether_setup +EXPORT_SYMBOL vmlinux 0x518370d9 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x519b0da3 finish_wait +EXPORT_SYMBOL vmlinux 0x51d71284 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x51dbb819 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x5201b9fc xfrm_lookup +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x52681d22 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x528d0c0f __break_lease +EXPORT_SYMBOL vmlinux 0x5293208a pci_get_class +EXPORT_SYMBOL vmlinux 0x529a845b __elv_add_request +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52c0bde6 netif_napi_add +EXPORT_SYMBOL vmlinux 0x52c0d637 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x52c46a42 lookup_bdev +EXPORT_SYMBOL vmlinux 0x52d129ac inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x52deb20b tcf_hash_check +EXPORT_SYMBOL vmlinux 0x52e88549 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x52ef774d bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x52f55d2a ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x52fecb5b jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x533ed3c2 irq_set_chip +EXPORT_SYMBOL vmlinux 0x534409e8 pci_domain_nr +EXPORT_SYMBOL vmlinux 0x53503816 skb_dequeue +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x537a9c08 __page_symlink +EXPORT_SYMBOL vmlinux 0x5386f55e devm_ioremap +EXPORT_SYMBOL vmlinux 0x53ebab1b _outsl_ns +EXPORT_SYMBOL vmlinux 0x53ebe4e3 skb_unlink +EXPORT_SYMBOL vmlinux 0x53ed76a6 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5412c7c7 up +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5446c38c __scsi_add_device +EXPORT_SYMBOL vmlinux 0x54802ce0 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x549c5391 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x54a8767c ppp_input +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552550b8 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x5537566d redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5551cfb9 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5568c553 complete +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x5577ef9e udp_table +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55c3fd6b pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x5613c90c pid_task +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56371e25 pci_restore_state +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x5647ad99 new_sync_read +EXPORT_SYMBOL vmlinux 0x564a7809 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x565add9e ps2_end_command +EXPORT_SYMBOL vmlinux 0x56651365 inet_del_offload +EXPORT_SYMBOL vmlinux 0x5668cd3b __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x568b2a16 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x56a10763 csum_tcpudp_magic +EXPORT_SYMBOL vmlinux 0x56a28872 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x56c398b7 netdev_err +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56dbf029 dqget +EXPORT_SYMBOL vmlinux 0x56e3fcc8 tty_vhangup +EXPORT_SYMBOL vmlinux 0x56f7ced5 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x56fabe09 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x5747cabe elevator_change +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575af70c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x578b97ee release_pages +EXPORT_SYMBOL vmlinux 0x579b0e49 dump_align +EXPORT_SYMBOL vmlinux 0x579fbcd2 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x57a5079a kernel_accept +EXPORT_SYMBOL vmlinux 0x57ee777f blk_end_request +EXPORT_SYMBOL vmlinux 0x57faf202 iput +EXPORT_SYMBOL vmlinux 0x580af63b try_to_release_page +EXPORT_SYMBOL vmlinux 0x58208ad5 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x582a4747 cacheable_memcpy +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x58623807 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x58682508 iterate_dir +EXPORT_SYMBOL vmlinux 0x586ff6c0 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x587f0ad7 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x588c5374 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58c41fed elevator_alloc +EXPORT_SYMBOL vmlinux 0x58c9b145 generic_setxattr +EXPORT_SYMBOL vmlinux 0x58e74989 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x591241d0 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x593efaa1 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x5945dda5 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x59514dfb bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x5958db49 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x595d0946 empty_zero_page +EXPORT_SYMBOL vmlinux 0x5968833f genphy_config_init +EXPORT_SYMBOL vmlinux 0x5980c5b3 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x59b3378a completion_done +EXPORT_SYMBOL vmlinux 0x59b8c90b block_write_full_page +EXPORT_SYMBOL vmlinux 0x59c3b991 simple_unlink +EXPORT_SYMBOL vmlinux 0x59e3e8c8 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x59ef6322 blk_recount_segments +EXPORT_SYMBOL vmlinux 0x59f399b4 set_binfmt +EXPORT_SYMBOL vmlinux 0x5a046c89 swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x5a469e8d dev_get_by_index +EXPORT_SYMBOL vmlinux 0x5a4f1ab8 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x5a520162 skb_pad +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a60193e xfrm_register_km +EXPORT_SYMBOL vmlinux 0x5a78cbec mmc_get_card +EXPORT_SYMBOL vmlinux 0x5ab67931 do_IRQ +EXPORT_SYMBOL vmlinux 0x5ac2640c scsi_register +EXPORT_SYMBOL vmlinux 0x5acea53a jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x5acf1640 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0x5aef7f4b i2c_clients_command +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b0f668a i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x5b0fe833 key_invalidate +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b1c9b8f d_genocide +EXPORT_SYMBOL vmlinux 0x5b22d9d0 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x5b268a77 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x5b2a0099 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x5b39988e ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b457c9d nla_reserve +EXPORT_SYMBOL vmlinux 0x5b4be703 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x5b6d25df jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x5b842794 jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x5b9828c5 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x5b9ae4fe tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x5bcef123 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x5bf0055a add_disk +EXPORT_SYMBOL vmlinux 0x5bf63794 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x5c206346 pci_save_state +EXPORT_SYMBOL vmlinux 0x5c221dd2 pci_clear_master +EXPORT_SYMBOL vmlinux 0x5c37f319 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x5c482e47 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x5c560909 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x5c6f8649 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x5c71478c netlink_capable +EXPORT_SYMBOL vmlinux 0x5c854209 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x5c8edf20 up_read +EXPORT_SYMBOL vmlinux 0x5c92f8b9 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x5cbf6d1e security_path_mknod +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cec777b d_validate +EXPORT_SYMBOL vmlinux 0x5cedb8b4 kobject_put +EXPORT_SYMBOL vmlinux 0x5cee525a devm_clk_get +EXPORT_SYMBOL vmlinux 0x5cf48cf2 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf9a05e xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x5cfba7c0 ab3100_event_register +EXPORT_SYMBOL vmlinux 0x5d04d5b1 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x5d0b8450 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x5d32891a always_delete_dentry +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d58efa0 convert_ifc_address +EXPORT_SYMBOL vmlinux 0x5d72c76a __getblk_gfp +EXPORT_SYMBOL vmlinux 0x5d7512a7 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x5d9670f0 tty_check_change +EXPORT_SYMBOL vmlinux 0x5db6ba96 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x5dd7b9d7 write_inode_now +EXPORT_SYMBOL vmlinux 0x5de6a516 kern_path +EXPORT_SYMBOL vmlinux 0x5df1f2d9 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x5dfe2348 sys_fillrect +EXPORT_SYMBOL vmlinux 0x5dfe8896 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x5e1a86ad load_nls +EXPORT_SYMBOL vmlinux 0x5e27321b register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x5e2b6232 km_query +EXPORT_SYMBOL vmlinux 0x5e2fde07 inet_ioctl +EXPORT_SYMBOL vmlinux 0x5e31f414 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x5e384384 mount_ns +EXPORT_SYMBOL vmlinux 0x5e3a8a9c __wake_up +EXPORT_SYMBOL vmlinux 0x5e47bd42 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x5e50929e __get_page_tail +EXPORT_SYMBOL vmlinux 0x5e529b19 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x5e5548e5 soft_cursor +EXPORT_SYMBOL vmlinux 0x5e5bb0e1 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x5e64f81c xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x5e6c4edb devm_clk_put +EXPORT_SYMBOL vmlinux 0x5e7f380b __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x5e81c837 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb0401e proc_dostring +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb98124 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x5ebf5ddd put_disk +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ee23da7 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x5ee2a09b ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x5efec5cc blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f518f12 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x5f5b09bf sk_receive_skb +EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f8a2728 isa_io_base +EXPORT_SYMBOL vmlinux 0x5f91b3e3 page_symlink +EXPORT_SYMBOL vmlinux 0x5fd268cb radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5fd50c68 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fddc9f4 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x600fa2e2 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6030dd19 bio_chain +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x60604585 fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x6064e431 padata_add_cpu +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x607cbd01 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x609866d3 cdev_add +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a8fb06 try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x60b86f61 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x60bae1af netdev_change_features +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60df54ef skb_make_writable +EXPORT_SYMBOL vmlinux 0x60f3623f mpage_readpage +EXPORT_SYMBOL vmlinux 0x6109faf4 __devm_request_region +EXPORT_SYMBOL vmlinux 0x6119faac __init_rwsem +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x6135166e netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x61681224 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x6193e93d inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x61b3560c cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x61b70427 of_device_is_available +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61beeb15 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x61d8408e set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x61de9982 bio_clone_fast +EXPORT_SYMBOL vmlinux 0x61e1d6d7 prepare_creds +EXPORT_SYMBOL vmlinux 0x61e3cc2b d_rehash +EXPORT_SYMBOL vmlinux 0x61e6ebd8 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x61eef2c9 _insb +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6243986b jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x624ae98e devm_gpio_request +EXPORT_SYMBOL vmlinux 0x62523168 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x62538167 slhc_toss +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x627a6024 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x627b1444 free_task +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x6282c88f blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62a003f6 clk_get +EXPORT_SYMBOL vmlinux 0x6302b933 tc_classify +EXPORT_SYMBOL vmlinux 0x63134a55 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x63231951 gen_pool_create +EXPORT_SYMBOL vmlinux 0x63381dcb generic_ro_fops +EXPORT_SYMBOL vmlinux 0x637154a0 netif_rx_ni +EXPORT_SYMBOL vmlinux 0x637c2845 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x637f2a37 of_allnodes +EXPORT_SYMBOL vmlinux 0x638c8d73 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x63ae69ea sock_sendmsg +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63eef207 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x63f72c04 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x63fbeaff netdev_state_change +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x64110771 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x6440dbe7 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x6452675a kobject_del +EXPORT_SYMBOL vmlinux 0x645c38ec tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x647006ec twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x64745935 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a4b84d cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x64b2b02a netdev_info +EXPORT_SYMBOL vmlinux 0x64e7cf03 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x65027fdd __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x653e34c3 bitmap_unplug +EXPORT_SYMBOL vmlinux 0x65400222 __irq_offset_value +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x6556a214 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x6565d33f scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x656eb651 down_read_trylock +EXPORT_SYMBOL vmlinux 0x6575e8ff genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x657714c9 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x657d4e45 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x6584c777 get_super +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x6595f925 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x6597ed46 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x65aefa00 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x65b92412 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x65bb58a2 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x65ccc08d unlock_rename +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65eec0f1 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x66301d47 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x6631e25d tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x66349871 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x663b921d blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x6641ce14 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x664364de neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x6693c2ca netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x6699c8e5 netlink_set_err +EXPORT_SYMBOL vmlinux 0x66c39e07 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x66c77a41 proto_register +EXPORT_SYMBOL vmlinux 0x66d6ee29 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x66dea41e tcp_child_process +EXPORT_SYMBOL vmlinux 0x67007c17 blk_put_queue +EXPORT_SYMBOL vmlinux 0x6707c44b lro_receive_skb +EXPORT_SYMBOL vmlinux 0x670807e1 tso_start +EXPORT_SYMBOL vmlinux 0x671be1d1 scsi_device_put +EXPORT_SYMBOL vmlinux 0x671ef9d9 __genl_register_family +EXPORT_SYMBOL vmlinux 0x672d1786 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x676cc6be md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x67ae8507 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67deb0ca blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x67e1ccaa tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x67e2243e scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x67fc0d22 bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x68609857 complete_and_exit +EXPORT_SYMBOL vmlinux 0x6862b04c poll_freewait +EXPORT_SYMBOL vmlinux 0x686b28ca bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68ca6ef2 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e6900d skb_copy_expand +EXPORT_SYMBOL vmlinux 0x68f47f52 security_path_rename +EXPORT_SYMBOL vmlinux 0x6908532a devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x691918eb sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x691fb8d4 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x693038f6 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x69402865 tcp_prot +EXPORT_SYMBOL vmlinux 0x6947a9a2 simple_dname +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x698fe30a dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69a5b20f input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x69a6eb1b iov_iter_advance +EXPORT_SYMBOL vmlinux 0x69a7ce39 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69ae9b21 ihold +EXPORT_SYMBOL vmlinux 0x69bda61d scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69d7e5b8 __debugger_ipi +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x6a031c82 dqput +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a16938f invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x6a36b43e install_exec_creds +EXPORT_SYMBOL vmlinux 0x6a3af4d1 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x6a4ffc32 open_exec +EXPORT_SYMBOL vmlinux 0x6a514359 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a602e5b blk_finish_request +EXPORT_SYMBOL vmlinux 0x6a61f874 to_tm +EXPORT_SYMBOL vmlinux 0x6a740c54 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a80a3f5 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x6a8867c7 stop_tty +EXPORT_SYMBOL vmlinux 0x6abc91cf iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x6ac472bc km_policy_expired +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6ad6606b devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b13deea dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x6b1a1515 seq_open +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b27e1c1 serio_close +EXPORT_SYMBOL vmlinux 0x6b2ce04c d_obtain_alias +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b3366d8 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x6b51948e pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x6b5710f5 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x6b5e2e9c netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x6b70f4d3 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x6b83f0e9 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bceaebc gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x6bd7c7e4 tcp_seq_open +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c3113bf blk_make_request +EXPORT_SYMBOL vmlinux 0x6c39c98c inode_dio_wait +EXPORT_SYMBOL vmlinux 0x6c3a6f6f put_tty_driver +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c54d4a3 netif_device_attach +EXPORT_SYMBOL vmlinux 0x6c565a54 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c71164d tcp_read_sock +EXPORT_SYMBOL vmlinux 0x6c8154a6 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x6c87ac23 path_is_under +EXPORT_SYMBOL vmlinux 0x6ca1d1a4 atomic64_read +EXPORT_SYMBOL vmlinux 0x6ca5b0f8 __net_get_random_once +EXPORT_SYMBOL vmlinux 0x6ca80dc0 of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0x6cb37127 flex_array_clear +EXPORT_SYMBOL vmlinux 0x6cc4be30 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x6cc6168f simple_transaction_read +EXPORT_SYMBOL vmlinux 0x6cc703d1 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x6cdb1712 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6ce8732a mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x6ceaf37e blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x6cf94d3d of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d109415 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d2b0573 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x6d64299a fb_validate_mode +EXPORT_SYMBOL vmlinux 0x6d6d1383 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x6d6eeb9d i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x6d740223 flex_array_put +EXPORT_SYMBOL vmlinux 0x6d79d27a tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x6d862190 register_cdrom +EXPORT_SYMBOL vmlinux 0x6d9b8108 deactivate_super +EXPORT_SYMBOL vmlinux 0x6da6007c tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x6da928f4 _insw_ns +EXPORT_SYMBOL vmlinux 0x6dc27b7d copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x6dcb6d9a phy_detach +EXPORT_SYMBOL vmlinux 0x6de2f144 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e04f396 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x6e23cdd9 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x6e2b4352 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x6e379526 kernstart_addr +EXPORT_SYMBOL vmlinux 0x6e3f5724 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x6e6514ed radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6e6a8655 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e9824ee neigh_destroy +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6eb74dff proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ecfebab mmc_can_discard +EXPORT_SYMBOL vmlinux 0x6edac357 scsi_init_io +EXPORT_SYMBOL vmlinux 0x6ee8bd37 seq_release +EXPORT_SYMBOL vmlinux 0x6ef50e02 udp_del_offload +EXPORT_SYMBOL vmlinux 0x6f0a065e scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x6f0aa465 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x6f16f5b8 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f244276 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x6f27027c scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x6f303ae4 pci_get_device +EXPORT_SYMBOL vmlinux 0x6f356953 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x6f3e02ef flush_tlb_range +EXPORT_SYMBOL vmlinux 0x6f4a32ca tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x6f4ca279 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0x6fa5cf48 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x6fa6ba1a vfs_llseek +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd344fb __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x6ff1af36 bioset_create +EXPORT_SYMBOL vmlinux 0x6ff7e46c dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x701dcfc2 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x7036809b inode_set_bytes +EXPORT_SYMBOL vmlinux 0x703eb223 misc_register +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7062b4cd cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x706e4a87 blk_get_queue +EXPORT_SYMBOL vmlinux 0x7071e0cc pcim_pin_device +EXPORT_SYMBOL vmlinux 0x70793a1e ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x70b0b4c6 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x70b857dc dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d888b7 __debugger_fault_handler +EXPORT_SYMBOL vmlinux 0x70e2c14c zpool_register_driver +EXPORT_SYMBOL vmlinux 0x70ff0f60 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x711f2495 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x71279f3d sock_i_uid +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712ed37b radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x713d6179 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x7151234b tty_free_termios +EXPORT_SYMBOL vmlinux 0x71637360 elevator_init +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717dfcb4 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x71a48a6b nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71c90087 memcmp +EXPORT_SYMBOL vmlinux 0x71cef8a5 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x71f65175 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x722ff5b3 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x72426050 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x7250c96f icmpv6_send +EXPORT_SYMBOL vmlinux 0x7275f6ff agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x7284f0ad xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x729d512b vm_event_states +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b5b2b7 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72d1be5c jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x72d4c23c fsl_get_sys_freq +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72df3fef swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x72e78fe3 d_invalidate +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x7311c6f8 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731c237e devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0x733b2383 next_tlbcam_idx +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x73485814 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x734e1324 mmc_request_done +EXPORT_SYMBOL vmlinux 0x735d8503 add_wait_queue +EXPORT_SYMBOL vmlinux 0x736118c9 key_link +EXPORT_SYMBOL vmlinux 0x73710a3e dqstats +EXPORT_SYMBOL vmlinux 0x737b59f2 send_sig +EXPORT_SYMBOL vmlinux 0x73837be6 of_get_next_child +EXPORT_SYMBOL vmlinux 0x738f5aca uart_resume_port +EXPORT_SYMBOL vmlinux 0x73934990 save_mount_options +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x73fde1d2 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x740351a3 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x7419227a phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x743f067f jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x7456f50b ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7476501c elevator_exit +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x7486502c md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x7486a650 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x74ab48a6 filemap_fault +EXPORT_SYMBOL vmlinux 0x74bc44f6 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c21a87 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x74ce05b8 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x74cf9d29 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f64ad6 redraw_screen +EXPORT_SYMBOL vmlinux 0x74f744dc wireless_send_event +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x751c2917 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x752fa812 follow_up +EXPORT_SYMBOL vmlinux 0x7538728f cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x7544a922 arp_find +EXPORT_SYMBOL vmlinux 0x7553f7c7 kill_pgrp +EXPORT_SYMBOL vmlinux 0x755c91eb inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x756dd160 start_thread +EXPORT_SYMBOL vmlinux 0x757f088f cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x75994700 add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75f81bba filp_close +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x76100c6a do_truncate +EXPORT_SYMBOL vmlinux 0x76298cec __nlmsg_put +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x76601821 force_sig +EXPORT_SYMBOL vmlinux 0x76996a63 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x769e06d7 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x76a0d7e8 unregister_key_type +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76c2ced2 vmap +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76dc499e sock_no_connect +EXPORT_SYMBOL vmlinux 0x76dcf8f1 security_file_permission +EXPORT_SYMBOL vmlinux 0x76e700d7 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x76f234b1 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x76f6c5ef kmalloc_order +EXPORT_SYMBOL vmlinux 0x76f80fe1 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x76ff864a bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x7726a71a dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x773138db of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x7784f386 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x77956851 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77b851c4 cacheable_memzero +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77cea0e8 d_splice_alias +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77e96040 skb_find_text +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77f73ffa skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x78191c44 tty_name +EXPORT_SYMBOL vmlinux 0x781ff4fb pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x7823f4b2 should_remove_suid +EXPORT_SYMBOL vmlinux 0x782567ec memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x782afd7a ata_dev_printk +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x784641be jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x78512283 inet6_release +EXPORT_SYMBOL vmlinux 0x785f9ab2 dquot_operations +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x7886d2f8 setattr_copy +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78bdb428 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x78d6e24e pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78dfd7d4 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x78e39b46 pci_release_regions +EXPORT_SYMBOL vmlinux 0x78f9e8cc lease_get_mtime +EXPORT_SYMBOL vmlinux 0x790df6ca __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x7925d691 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x792a0147 rwsem_wake +EXPORT_SYMBOL vmlinux 0x793e9d19 load_nls_default +EXPORT_SYMBOL vmlinux 0x794d0647 input_open_device +EXPORT_SYMBOL vmlinux 0x79503ce2 mach_p1023_rdb +EXPORT_SYMBOL vmlinux 0x7967570c bdi_unregister +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x79724f08 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x797c8e82 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x797e73d4 mmc_add_host +EXPORT_SYMBOL vmlinux 0x7980b795 dma_set_mask +EXPORT_SYMBOL vmlinux 0x799bfaf9 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x799f247c kset_register +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79b7fe07 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x79f47ba8 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a1a0f34 igrab +EXPORT_SYMBOL vmlinux 0x7a2708e3 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a2a7b87 PDE_DATA +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a4fe671 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x7a641b03 locks_free_lock +EXPORT_SYMBOL vmlinux 0x7a791e65 acl_by_type +EXPORT_SYMBOL vmlinux 0x7a7bb5d6 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab158a2 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7b095abe qdisc_list_add +EXPORT_SYMBOL vmlinux 0x7b0d0aa6 sock_release +EXPORT_SYMBOL vmlinux 0x7b15b4a2 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x7b1ade38 lz4_decompress +EXPORT_SYMBOL vmlinux 0x7b3f6205 pci_match_id +EXPORT_SYMBOL vmlinux 0x7b448d10 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x7b456243 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b822a29 blk_start_queue +EXPORT_SYMBOL vmlinux 0x7b8933bc ip6_frag_init +EXPORT_SYMBOL vmlinux 0x7ba2c0ef read_code +EXPORT_SYMBOL vmlinux 0x7bc7aab2 scsi_print_result +EXPORT_SYMBOL vmlinux 0x7bdb7012 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x7be4827c pci_dram_offset +EXPORT_SYMBOL vmlinux 0x7bf648d7 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x7bf9bd08 mach_ppa8548 +EXPORT_SYMBOL vmlinux 0x7bfd8343 would_dump +EXPORT_SYMBOL vmlinux 0x7c003aef _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x7c076bf8 simple_readpage +EXPORT_SYMBOL vmlinux 0x7c0e8619 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x7c11b51d scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c227861 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x7c4372d4 down_write_trylock +EXPORT_SYMBOL vmlinux 0x7c44b451 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4d94d9 scsi_unregister +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c9291d1 csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x7c95b880 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7c9b5ab6 clk_add_alias +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cc41b26 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cd4a090 pci_get_slot +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce582cd dev_alloc_name +EXPORT_SYMBOL vmlinux 0x7cecbb71 sk_stream_error +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d28eb44 pagevec_lookup +EXPORT_SYMBOL vmlinux 0x7d5c3a7c __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x7d66c817 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d7c6793 sys_copyarea +EXPORT_SYMBOL vmlinux 0x7d7f5fc6 ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x7d85f331 update_time +EXPORT_SYMBOL vmlinux 0x7da47e28 skb_tx_error +EXPORT_SYMBOL vmlinux 0x7ddcfaa3 lock_may_read +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e05c084 set_blocksize +EXPORT_SYMBOL vmlinux 0x7e2dee67 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x7e3c9046 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x7e49f281 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x7e7d537e security_inode_readlink +EXPORT_SYMBOL vmlinux 0x7e87227e slhc_compress +EXPORT_SYMBOL vmlinux 0x7e9a553c netdev_emerg +EXPORT_SYMBOL vmlinux 0x7ea1e129 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x7ea8f58d clear_user_page +EXPORT_SYMBOL vmlinux 0x7eb425bd inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x7ec03840 vfs_setpos +EXPORT_SYMBOL vmlinux 0x7ecb001b __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x7ee73c0c memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0x7f0a5aea dev_mc_sync +EXPORT_SYMBOL vmlinux 0x7f0b0bbf mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f314abf dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x7f5eab3b get_unmapped_area +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f71bd7f kmap_high +EXPORT_SYMBOL vmlinux 0x7f8a4a8f key_put +EXPORT_SYMBOL vmlinux 0x7f92cf7e input_inject_event +EXPORT_SYMBOL vmlinux 0x7fb690fb mmc_release_host +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x8005191f netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x8019c74a of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0x801e32ab get_task_io_context +EXPORT_SYMBOL vmlinux 0x805b303b insert_inode_locked +EXPORT_SYMBOL vmlinux 0x8065e1be scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x80669c69 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x8092d619 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x809ce01d dev_set_group +EXPORT_SYMBOL vmlinux 0x809fa442 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x80a27e0f unregister_filesystem +EXPORT_SYMBOL vmlinux 0x80c99e2b nobh_write_end +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d69d7b arp_create +EXPORT_SYMBOL vmlinux 0x80e427f9 freeze_super +EXPORT_SYMBOL vmlinux 0x80e69cdb blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0x8100374d scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x810188b9 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x81172ef3 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x8117b82e qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x813cba7c noop_llseek +EXPORT_SYMBOL vmlinux 0x81443734 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815c56d0 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8164b0a2 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x816cf40a blk_put_request +EXPORT_SYMBOL vmlinux 0x818b02c8 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x818d4549 dma_common_mmap +EXPORT_SYMBOL vmlinux 0x81a07f4e _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x81af08e0 __neigh_create +EXPORT_SYMBOL vmlinux 0x81d59319 finish_no_open +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81f02327 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x81f88ba9 set_create_files_as +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x8244bfad scsi_finish_command +EXPORT_SYMBOL vmlinux 0x824c0c39 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8252877f poll_initwait +EXPORT_SYMBOL vmlinux 0x82590b9c pcim_enable_device +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x826544cb __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x82830292 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x829ae0aa backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x82a2f739 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82e35e3e input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x82e5a238 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x82e9383d scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x8300a615 netdev_crit +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x8312b1cc md_check_recovery +EXPORT_SYMBOL vmlinux 0x8322b19b vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x8367ef72 of_get_next_parent +EXPORT_SYMBOL vmlinux 0x837653bb tty_unlock_pair +EXPORT_SYMBOL vmlinux 0x837f43f1 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8394b126 register_md_personality +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83b1f870 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x83be8e3e agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x83bebbf4 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83d4e0fa __pagevec_release +EXPORT_SYMBOL vmlinux 0x83e63685 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x84093dea kernel_sendpage +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x84206f31 key_unlink +EXPORT_SYMBOL vmlinux 0x844404cf ISA_DMA_THRESHOLD +EXPORT_SYMBOL vmlinux 0x845791d3 kill_fasync +EXPORT_SYMBOL vmlinux 0x84704b10 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x848730b3 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x84874c14 mntget +EXPORT_SYMBOL vmlinux 0x848b9545 cad_pid +EXPORT_SYMBOL vmlinux 0x84900bb7 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x84a30b27 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x84b183ae strncmp +EXPORT_SYMBOL vmlinux 0x84bc012e blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x84bd69bf dq_data_lock +EXPORT_SYMBOL vmlinux 0x84dc76d4 genl_notify +EXPORT_SYMBOL vmlinux 0x84e18dc2 fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x84ff8e52 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x850d635c genl_unregister_family +EXPORT_SYMBOL vmlinux 0x851453d4 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x8526734f nf_afinfo +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x8550a715 dquot_enable +EXPORT_SYMBOL vmlinux 0x85612dee get_pci_dma_ops +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x857f8031 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x858f020a dst_release +EXPORT_SYMBOL vmlinux 0x85a64a07 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x85aef907 dquot_transfer +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85b9778d dma_sync_wait +EXPORT_SYMBOL vmlinux 0x85c99a3f pci_fixup_device +EXPORT_SYMBOL vmlinux 0x85cc9d26 secpath_dup +EXPORT_SYMBOL vmlinux 0x85ccb2bb inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x85d47bdb prepare_binprm +EXPORT_SYMBOL vmlinux 0x85d67f79 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85f4ef23 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x86010069 phy_print_status +EXPORT_SYMBOL vmlinux 0x860c62ab nlmsg_notify +EXPORT_SYMBOL vmlinux 0x8649845e dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x866f9ecf kobject_add +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868cf217 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x869029fe i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x8696ca2c generic_getxattr +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86d3af5a input_register_handle +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x870e5e3e abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x872006c1 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x87308727 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x875be2c9 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x87628374 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x8764d8e8 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x87970aa5 bio_unmap_user +EXPORT_SYMBOL vmlinux 0x8798e453 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x87a7fc9d input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x87c50089 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x87c5fd56 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x87e2ea2c starget_for_each_device +EXPORT_SYMBOL vmlinux 0x87e42710 find_vma +EXPORT_SYMBOL vmlinux 0x87e882a6 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x87f87709 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x8813f7fe sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x88279f25 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x882a5ae5 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x882dab9d sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x8836581f netlink_unicast +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x8871a9c2 vfs_unlink +EXPORT_SYMBOL vmlinux 0x88a7b8e8 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x88c07290 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x88ce0a54 commit_creds +EXPORT_SYMBOL vmlinux 0x88d82caa bio_copy_kern +EXPORT_SYMBOL vmlinux 0x88eebcdf bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x88f6ed79 proc_set_size +EXPORT_SYMBOL vmlinux 0x88fbd0b1 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x891fbb10 mempool_destroy +EXPORT_SYMBOL vmlinux 0x89241222 skb_append +EXPORT_SYMBOL vmlinux 0x8934c06e skb_push +EXPORT_SYMBOL vmlinux 0x893d8fbf generic_make_request +EXPORT_SYMBOL vmlinux 0x894bcacd serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x8953f8ff __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x89797060 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x898439cb security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x89942ccc d_add_ci +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89b08104 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x89b77415 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x89c4775e rtnl_unicast +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89d7e7ab vfs_read +EXPORT_SYMBOL vmlinux 0x89fa36ba gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x8a00a5d8 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x8a06ec6a sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1c5455 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x8a289402 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x8a2a83e3 kset_unregister +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a830f3b udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8a99ba25 mach_bsc9132_qds +EXPORT_SYMBOL vmlinux 0x8ab4079e atomic64_add +EXPORT_SYMBOL vmlinux 0x8ab9590e scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x8ac23fac tty_port_hangup +EXPORT_SYMBOL vmlinux 0x8ac7a295 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x8ad1bdc0 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x8ae2be3f blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x8ae39d31 pci_iomap +EXPORT_SYMBOL vmlinux 0x8afce28e shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x8b2cc84a kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b5859c6 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8ba9ab45 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x8be1f056 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x8bf2ae1f fsl_lbc_addr +EXPORT_SYMBOL vmlinux 0x8bf83fbb agp_bind_memory +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c2ce3eb block_read_full_page +EXPORT_SYMBOL vmlinux 0x8c395616 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c6538c7 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x8c8f7da3 qdisc_destroy +EXPORT_SYMBOL vmlinux 0x8c95971e keyring_alloc +EXPORT_SYMBOL vmlinux 0x8c9ba7dd seq_open_private +EXPORT_SYMBOL vmlinux 0x8c9ca706 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x8cae5d8e jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x8cae9909 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cc9e536 mutex_lock +EXPORT_SYMBOL vmlinux 0x8ccba396 sys_imageblit +EXPORT_SYMBOL vmlinux 0x8cd19d03 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x8cfab3b3 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x8d015dd4 __bswapdi2 +EXPORT_SYMBOL vmlinux 0x8d055db7 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x8d1a6507 set_cached_acl +EXPORT_SYMBOL vmlinux 0x8d2b65d4 brioctl_set +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d6b2ce1 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8d72be25 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d808a25 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x8d9c6a42 get_agp_version +EXPORT_SYMBOL vmlinux 0x8da2dda5 netdev_notice +EXPORT_SYMBOL vmlinux 0x8db9e3d5 user_path_create +EXPORT_SYMBOL vmlinux 0x8dcd3664 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x8dd14182 write_cache_pages +EXPORT_SYMBOL vmlinux 0x8dd2611c pci_enable_device +EXPORT_SYMBOL vmlinux 0x8ddd08d1 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x8de0b5ac mempool_create +EXPORT_SYMBOL vmlinux 0x8e0d66f4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8e2b26a5 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x8e2c9eff tcp_shutdown +EXPORT_SYMBOL vmlinux 0x8e3d35f5 dev_open +EXPORT_SYMBOL vmlinux 0x8e470fb5 md_write_end +EXPORT_SYMBOL vmlinux 0x8e502055 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x8e5f01b2 tcf_hash_search +EXPORT_SYMBOL vmlinux 0x8e6d1271 dev_close +EXPORT_SYMBOL vmlinux 0x8e888ec3 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x8e8d58da diu_ops +EXPORT_SYMBOL vmlinux 0x8ec04552 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8ecd57a8 make_kuid +EXPORT_SYMBOL vmlinux 0x8ecd84ad dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x8ee141a5 have_submounts +EXPORT_SYMBOL vmlinux 0x8f045d1c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x8f0afe6e tcf_register_action +EXPORT_SYMBOL vmlinux 0x8f796a28 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x8f85f835 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x8f9a9c34 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x8fa16f79 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x8fa9b38a sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x8fbf37e0 profile_pc +EXPORT_SYMBOL vmlinux 0x8fc205d3 dev_emerg +EXPORT_SYMBOL vmlinux 0x8fd551e2 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x8fded254 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x902c1766 mem_map +EXPORT_SYMBOL vmlinux 0x903443f3 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x9048309b tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x90501868 transfer_to_handler +EXPORT_SYMBOL vmlinux 0x90695906 vme_free_consistent +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x90a05d3f ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x90a641d3 skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x90da3a98 __nla_reserve +EXPORT_SYMBOL vmlinux 0x90e146c2 trace_seq_putc +EXPORT_SYMBOL vmlinux 0x910eb854 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x912eecd8 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x914156ed neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x9149ecf9 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x915ddd24 scsi_host_put +EXPORT_SYMBOL vmlinux 0x915e1208 tb_ticks_per_usec +EXPORT_SYMBOL vmlinux 0x916665b9 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x917d28d0 new_inode +EXPORT_SYMBOL vmlinux 0x918b4d22 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x918fa9b7 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x919d1163 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x91a20dca tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x91c1b852 bio_phys_segments +EXPORT_SYMBOL vmlinux 0x91cb9155 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x91cbfa8b pci_find_hose_for_OF_device +EXPORT_SYMBOL vmlinux 0x91d00842 page_readlink +EXPORT_SYMBOL vmlinux 0x91fe39e1 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x9221ba1e remove_proc_entry +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x9242cdeb __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x9249a347 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x925503a2 register_gifconf +EXPORT_SYMBOL vmlinux 0x925c41b6 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x92886449 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x9289346e tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x92969f27 of_get_parent +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92b63bec ns_capable +EXPORT_SYMBOL vmlinux 0x92b6538e pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x92bc0f0f fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x92bc220b lockref_get +EXPORT_SYMBOL vmlinux 0x92c3b1d0 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x92ca181a __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x92e69603 of_iomap +EXPORT_SYMBOL vmlinux 0x92f3e0c0 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x92f7a5c4 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x931bd81f agp_enable +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x9323c295 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x93256645 dma_find_channel +EXPORT_SYMBOL vmlinux 0x932d98c1 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x934e6bde sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x937c878d ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x938bea95 vm_mmap +EXPORT_SYMBOL vmlinux 0x938faa5f mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x93922bbd xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b0c669 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93c2850c mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x93c36802 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x93fcc070 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x940bcc08 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x942bacf2 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x9448e70c nf_hook_slow +EXPORT_SYMBOL vmlinux 0x944b230e devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x945140f4 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x945cfaa4 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x9469c8a8 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x946bd74c in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x9474fc4e iterate_supers_type +EXPORT_SYMBOL vmlinux 0x949194b6 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x9497b566 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x94b541b5 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x94b94a3c posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x94d84df9 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x94e10cac netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x9504e4ad bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x9514151a _mcount +EXPORT_SYMBOL vmlinux 0x95174f71 machine_id +EXPORT_SYMBOL vmlinux 0x9518cb3c pci_bus_put +EXPORT_SYMBOL vmlinux 0x9524b0ae _outsb +EXPORT_SYMBOL vmlinux 0x9525153d user_revoke +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x955ac08b __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x9571ff55 get_fs_type +EXPORT_SYMBOL vmlinux 0x9580732f phy_device_create +EXPORT_SYMBOL vmlinux 0x95e61a43 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x960dfaf5 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x96198fee of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x961cce51 single_open +EXPORT_SYMBOL vmlinux 0x962e24fa scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x962edc25 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x964da87a blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x96799e56 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x96a98be3 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x96c920f0 invalidate_partition +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96e4ff32 kfree_put_link +EXPORT_SYMBOL vmlinux 0x97255bdf strlen +EXPORT_SYMBOL vmlinux 0x9748927f _outsw_ns +EXPORT_SYMBOL vmlinux 0x974d2493 pci_map_rom +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x9766faaf serio_rescan +EXPORT_SYMBOL vmlinux 0x976b1881 netif_skb_features +EXPORT_SYMBOL vmlinux 0x978438c2 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97b4500c __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x97b7a337 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x97c98b6b agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x97eafe1c mmc_of_parse +EXPORT_SYMBOL vmlinux 0x9803b138 tcf_em_register +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x9876ee63 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x9887fd05 bio_integrity_free +EXPORT_SYMBOL vmlinux 0x98ad3d5b pci_disable_msix +EXPORT_SYMBOL vmlinux 0x98da35ed kernel_bind +EXPORT_SYMBOL vmlinux 0x98e3b88c i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x98fe7882 DMA_MODE_READ +EXPORT_SYMBOL vmlinux 0x9903d46f km_policy_notify +EXPORT_SYMBOL vmlinux 0x991305c2 sk_filter +EXPORT_SYMBOL vmlinux 0x99207caf vme_irq_request +EXPORT_SYMBOL vmlinux 0x99388af6 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993b5ec8 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x996af73a xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x996d00dc dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x9982437c inode_change_ok +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x99993dc2 generic_write_end +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a93dcf neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x99afe916 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x99b11ccd vme_irq_free +EXPORT_SYMBOL vmlinux 0x99b75889 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x99bb8806 memmove +EXPORT_SYMBOL vmlinux 0x99ca29bd netif_carrier_off +EXPORT_SYMBOL vmlinux 0x99cb849c mach_corenet_generic +EXPORT_SYMBOL vmlinux 0x99cc3551 bdev_read_only +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d0e9b8 get_acl +EXPORT_SYMBOL vmlinux 0x99e67673 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x9a0e5398 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x9a17d0af security_path_symlink +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a22d07b udp_prot +EXPORT_SYMBOL vmlinux 0x9a2a850a inet_put_port +EXPORT_SYMBOL vmlinux 0x9a3fd07a sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x9a626734 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x9ab3633d abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x9ad8d309 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9b0475af jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x9b071c51 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x9b0b2f15 serio_interrupt +EXPORT_SYMBOL vmlinux 0x9b16e277 __register_nls +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b42dc0f abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x9b6cc970 lease_modify +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b74551d dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x9b955434 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba25981 framebuffer_release +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bb21ec9 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x9be31be7 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x9be6d2cb phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x9be6e4c8 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bf2e4f3 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x9bf48f86 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0x9c04ac46 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x9c199399 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x9c23b329 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x9c3c2b93 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x9c3f3992 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c4aaedd vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x9c83e5c0 i2c_use_client +EXPORT_SYMBOL vmlinux 0x9c87c533 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x9c96225d jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x9ca21b4d inet6_getname +EXPORT_SYMBOL vmlinux 0x9ca6412d blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb5dffa inet_sendpage +EXPORT_SYMBOL vmlinux 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cf34ca0 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d144fb9 truncate_setsize +EXPORT_SYMBOL vmlinux 0x9d14983a ppc_enable_pmcs +EXPORT_SYMBOL vmlinux 0x9d367f08 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d669763 memcpy +EXPORT_SYMBOL vmlinux 0x9d6a54c2 flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x9d72229b fsl_ifc_find +EXPORT_SYMBOL vmlinux 0x9d7534c6 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x9d7ce8dd _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x9d8199ea dquot_initialize +EXPORT_SYMBOL vmlinux 0x9d90f95f __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x9da29cc2 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x9ddf686c inet_del_protocol +EXPORT_SYMBOL vmlinux 0x9de117eb ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x9dee9a84 cpm2_immr +EXPORT_SYMBOL vmlinux 0x9def26e3 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x9df97fe4 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x9dfe7307 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e180d67 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e25f322 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x9e275191 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x9e4b3747 sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e529f30 del_gendisk +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e8722ea kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x9e88e7e7 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ecaeef3 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9f15cce3 __get_user_pages +EXPORT_SYMBOL vmlinux 0x9f21b2ab serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f49ba14 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x9f60f747 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x9f6868f0 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x9f70d452 fd_install +EXPORT_SYMBOL vmlinux 0x9f7f925f dma_direct_ops +EXPORT_SYMBOL vmlinux 0x9f911629 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9c8677 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fbb248c nonseekable_open +EXPORT_SYMBOL vmlinux 0x9fcaa34a xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe49008 skb_checksum +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00608ac rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xa00b9041 tty_port_close_start +EXPORT_SYMBOL vmlinux 0xa020b900 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xa0213e4d cfb_imageblit +EXPORT_SYMBOL vmlinux 0xa02cc45d dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa0709538 security_path_chmod +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0966e4b unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa09e48b3 i8042_install_filter +EXPORT_SYMBOL vmlinux 0xa0a1a47b __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0dd52d7 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ec0e48 sock_i_ino +EXPORT_SYMBOL vmlinux 0xa0ef2abb alloc_file +EXPORT_SYMBOL vmlinux 0xa0f0674a vme_bus_type +EXPORT_SYMBOL vmlinux 0xa0f26a10 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa103ba0c napi_gro_frags +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa13e783b inet_addr_type +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14b2c9e ip_fragment +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa1551a2a udp_disconnect +EXPORT_SYMBOL vmlinux 0xa15f673b scsi_target_resume +EXPORT_SYMBOL vmlinux 0xa1751fa6 agp_free_memory +EXPORT_SYMBOL vmlinux 0xa175eb05 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xa1775c19 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c6f81b init_special_inode +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c99385 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xa1d95dee tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xa1f8fe75 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa23381fa scsi_device_resume +EXPORT_SYMBOL vmlinux 0xa2345be8 finish_open +EXPORT_SYMBOL vmlinux 0xa240b3a8 mdiobus_register +EXPORT_SYMBOL vmlinux 0xa24f4439 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xa2796cd4 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2910042 current_fs_time +EXPORT_SYMBOL vmlinux 0xa29a6677 lock_fb_info +EXPORT_SYMBOL vmlinux 0xa2a60037 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xa2bbed37 crash_shutdown_register +EXPORT_SYMBOL vmlinux 0xa2cc7866 account_page_dirtied +EXPORT_SYMBOL vmlinux 0xa2eccfbb sock_no_bind +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa2f0c45e xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xa2f3b3d3 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xa303d1ff dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa36e3c23 replace_mount_options +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa38e691a ioremap_bot +EXPORT_SYMBOL vmlinux 0xa3964b5e get_io_context +EXPORT_SYMBOL vmlinux 0xa39b4cf2 udelay +EXPORT_SYMBOL vmlinux 0xa3a368ad padata_do_parallel +EXPORT_SYMBOL vmlinux 0xa3abc422 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa3ad4221 tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0xa3baa3c7 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xa3c2e134 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xa3cbda45 genlmsg_put +EXPORT_SYMBOL vmlinux 0xa3e2efd5 phy_init_hw +EXPORT_SYMBOL vmlinux 0xa3e75545 flush_tlb_kernel_range +EXPORT_SYMBOL vmlinux 0xa3f74767 iunique +EXPORT_SYMBOL vmlinux 0xa4374fc5 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa4404d9a security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xa4425f19 vga_con +EXPORT_SYMBOL vmlinux 0xa44696b6 downgrade_write +EXPORT_SYMBOL vmlinux 0xa4484220 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa4a897a0 kmalloc_caches +EXPORT_SYMBOL vmlinux 0xa4a94d26 find_next_bit_le +EXPORT_SYMBOL vmlinux 0xa4b09c6a filemap_flush +EXPORT_SYMBOL vmlinux 0xa4b90608 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4c0dc0e i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xa4caf3ba netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4e86640 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xa4fdd977 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xa514c282 iterate_mounts +EXPORT_SYMBOL vmlinux 0xa51a4c59 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xa525a2a1 switch_mmu_context +EXPORT_SYMBOL vmlinux 0xa53973d9 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0xa5508212 input_release_device +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa555f64f skb_pull +EXPORT_SYMBOL vmlinux 0xa56b8ab2 flex_array_free +EXPORT_SYMBOL vmlinux 0xa5701658 md_integrity_register +EXPORT_SYMBOL vmlinux 0xa58a90c6 xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa59b405e mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xa59e40fd __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xa5ab54b5 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xa625f3f2 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xa62d1916 dquot_resume +EXPORT_SYMBOL vmlinux 0xa631c623 i2c_verify_client +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa6563515 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xa65972b8 _memcpy_toio +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa6747d17 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa699c50a blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0xa6d5370a netdev_warn +EXPORT_SYMBOL vmlinux 0xa6d75697 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xa705e25b tty_do_resize +EXPORT_SYMBOL vmlinux 0xa713c6b5 tty_hangup +EXPORT_SYMBOL vmlinux 0xa71e7463 __first_cpu +EXPORT_SYMBOL vmlinux 0xa720678c lg_global_lock +EXPORT_SYMBOL vmlinux 0xa7297a12 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa73fe565 ppc_md +EXPORT_SYMBOL vmlinux 0xa74f4e9b ida_simple_get +EXPORT_SYMBOL vmlinux 0xa751b8e6 inode_dio_done +EXPORT_SYMBOL vmlinux 0xa751d769 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xa75cd051 pci_pme_active +EXPORT_SYMBOL vmlinux 0xa76ff280 udp_ioctl +EXPORT_SYMBOL vmlinux 0xa78d9eb7 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xa7a182a7 flush_tlb_mm +EXPORT_SYMBOL vmlinux 0xa7e94902 kmap_pte +EXPORT_SYMBOL vmlinux 0xa7ee3135 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xa7f0e74d phy_attach +EXPORT_SYMBOL vmlinux 0xa807f788 ppp_input_error +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa83995d0 __destroy_inode +EXPORT_SYMBOL vmlinux 0xa83d69f5 elv_add_request +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa846ca67 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xa8493dac check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa8744d0a inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xa875423a napi_gro_receive +EXPORT_SYMBOL vmlinux 0xa89464b7 __ashldi3 +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8ab3b25 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xa8b9186e scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0xa8d3fb5b dst_discard_sk +EXPORT_SYMBOL vmlinux 0xa8d93fa7 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0xa8e3e247 vfs_statfs +EXPORT_SYMBOL vmlinux 0xa8e53e24 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xa8fa1b53 scsi_host_get +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa9273e1a epapr_hypercall_start +EXPORT_SYMBOL vmlinux 0xa9497cce genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xa94b0d2c __secpath_destroy +EXPORT_SYMBOL vmlinux 0xa9571d6d DMA_MODE_WRITE +EXPORT_SYMBOL vmlinux 0xa97bbef5 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xa9843f16 genphy_read_status +EXPORT_SYMBOL vmlinux 0xa9847d7e pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xa9895d74 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xa9aedbea filp_open +EXPORT_SYMBOL vmlinux 0xa9b394bd blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xa9b3c763 init_page_accessed +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9c91e0a bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xa9d6d740 rt6_lookup +EXPORT_SYMBOL vmlinux 0xa9e9b791 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xaa009230 cdrom_release +EXPORT_SYMBOL vmlinux 0xaa2c3003 start_tty +EXPORT_SYMBOL vmlinux 0xaa46e87e lg_local_unlock +EXPORT_SYMBOL vmlinux 0xaa50a894 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6c47d0 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xaa6e4df5 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa6fe467 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xaa72777e blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaa98050f seq_release_private +EXPORT_SYMBOL vmlinux 0xaaa2a1f1 __alloc_skb +EXPORT_SYMBOL vmlinux 0xaaab8067 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0xaacf8898 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaae591a9 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xaae67918 blk_init_queue +EXPORT_SYMBOL vmlinux 0xaaf6afdd devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab0d155e do_splice_to +EXPORT_SYMBOL vmlinux 0xab0da2f3 put_page +EXPORT_SYMBOL vmlinux 0xab0e1244 dquot_destroy +EXPORT_SYMBOL vmlinux 0xab130960 sk_common_release +EXPORT_SYMBOL vmlinux 0xab1e0b71 from_kprojid +EXPORT_SYMBOL vmlinux 0xab2c1552 dev_notice +EXPORT_SYMBOL vmlinux 0xab674b7b con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6970df ata_port_printk +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab6f8e25 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab7999c3 proc_set_user +EXPORT_SYMBOL vmlinux 0xab85c309 inet_accept +EXPORT_SYMBOL vmlinux 0xab93d23c iget5_locked +EXPORT_SYMBOL vmlinux 0xaba3ad0c radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xabbee83d agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabdafa9c __block_write_begin +EXPORT_SYMBOL vmlinux 0xabf7867e agp_create_memory +EXPORT_SYMBOL vmlinux 0xabfd9189 kvm_read_guest_atomic +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac26b820 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xac2de418 udp_poll +EXPORT_SYMBOL vmlinux 0xac37a752 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xac4ae058 blkdev_fsync +EXPORT_SYMBOL vmlinux 0xac6509ac arp_xmit +EXPORT_SYMBOL vmlinux 0xaca0ef4f generic_setlease +EXPORT_SYMBOL vmlinux 0xaca3bc10 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacc0d94a of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xacc5b5d2 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xace841ce bio_map_kern +EXPORT_SYMBOL vmlinux 0xaced7bb3 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacfb6e24 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad196f86 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xad4c1d0c invalidate_bdev +EXPORT_SYMBOL vmlinux 0xad5426e2 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xad63dd40 udp_set_csum +EXPORT_SYMBOL vmlinux 0xad6ba841 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xad7b5f6c lru_cache_add_file +EXPORT_SYMBOL vmlinux 0xad7d8f8c blk_queue_bounce +EXPORT_SYMBOL vmlinux 0xad8256bb devm_iounmap +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xadac70ee decrementer_clockevent +EXPORT_SYMBOL vmlinux 0xadd1e971 alignment_exception +EXPORT_SYMBOL vmlinux 0xaddd4770 __debugger_iabr_match +EXPORT_SYMBOL vmlinux 0xaded5389 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0xadf0811d get_baudrate +EXPORT_SYMBOL vmlinux 0xadfa7f77 da903x_query_status +EXPORT_SYMBOL vmlinux 0xadfdd194 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xae452c6a skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xae545f06 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae77a595 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0xae78e7f9 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xae81a31b mmc_start_req +EXPORT_SYMBOL vmlinux 0xae85a27e radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xae89e138 follow_pfn +EXPORT_SYMBOL vmlinux 0xaeac3d8a sk_stop_timer +EXPORT_SYMBOL vmlinux 0xaeb35f03 phy_connect +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaed5cbe4 netif_carrier_on +EXPORT_SYMBOL vmlinux 0xaeda1b0a skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xaee05f02 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0xaef25817 module_layout +EXPORT_SYMBOL vmlinux 0xaf063510 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xaf2d872c prepare_to_wait +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf456faf eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xaf5667f7 vm_insert_page +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf7ba498 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9340a7 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xaf9cef80 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xafa3d910 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafff3d1d mempool_alloc +EXPORT_SYMBOL vmlinux 0xb04241b4 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0616783 security_inode_permission +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b42c46 fb_blank +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0cdaea6 fget +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb1002ffb is_bad_inode +EXPORT_SYMBOL vmlinux 0xb1013812 blkdev_put +EXPORT_SYMBOL vmlinux 0xb10868c5 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xb10f22a3 key_reject_and_link +EXPORT_SYMBOL vmlinux 0xb11bd48f aio_complete +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1313a03 of_phy_connect +EXPORT_SYMBOL vmlinux 0xb154c8f5 dump_skip +EXPORT_SYMBOL vmlinux 0xb15bd8fa tb_ticks_per_sec +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb1817a3b netif_device_detach +EXPORT_SYMBOL vmlinux 0xb1819e95 register_framebuffer +EXPORT_SYMBOL vmlinux 0xb18cfc8f cfb_fillrect +EXPORT_SYMBOL vmlinux 0xb192acfd writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1a7a824 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xb1b2c075 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c6e787 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1d1a155 inode_init_owner +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1f85c83 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xb233762c atomic64_set +EXPORT_SYMBOL vmlinux 0xb23d95a4 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xb24fcade __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0xb251109f skb_clone +EXPORT_SYMBOL vmlinux 0xb251df4c skb_try_coalesce +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb27a7ad8 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xb28b3351 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xb2a196b0 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2c79e96 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xb2d10a88 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2d87cdb dm_io +EXPORT_SYMBOL vmlinux 0xb2e4f24d iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xb2f14a37 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xb320919d cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xb32d7b7e radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xb32ff151 netpoll_setup +EXPORT_SYMBOL vmlinux 0xb3422419 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xb3682511 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xb36b6f81 mount_subtree +EXPORT_SYMBOL vmlinux 0xb3f4c815 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3fb498b devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xb40eef6e unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb427d519 register_netdevice +EXPORT_SYMBOL vmlinux 0xb44115c0 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xb442b924 file_open_root +EXPORT_SYMBOL vmlinux 0xb44c274c fb_get_mode +EXPORT_SYMBOL vmlinux 0xb46a4c48 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xb46fbc01 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb48d0922 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xb49d100f __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xb4b9985f mmc_can_erase +EXPORT_SYMBOL vmlinux 0xb4c9db36 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xb4d25758 inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0xb52fbcfa inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb55d84cb of_device_alloc +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57b9d29 nf_log_set +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5af9ad7 input_event +EXPORT_SYMBOL vmlinux 0xb5bbbb5e swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xb5d9454c printk_emit +EXPORT_SYMBOL vmlinux 0xb609ce3d wait_iff_congested +EXPORT_SYMBOL vmlinux 0xb610fb4d d_find_alias +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb62dd8a0 complete_request_key +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb6576e5b pci_disable_device +EXPORT_SYMBOL vmlinux 0xb6599b9a machine_check_exception +EXPORT_SYMBOL vmlinux 0xb6667d80 dev_addr_init +EXPORT_SYMBOL vmlinux 0xb670db65 find_lock_entry +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69cca9e input_grab_device +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6cb548b kernel_setsockopt +EXPORT_SYMBOL vmlinux 0xb6dbc7af inode_needs_sync +EXPORT_SYMBOL vmlinux 0xb6f45f55 i2c_register_driver +EXPORT_SYMBOL vmlinux 0xb70ccb42 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xb7159524 dcb_setapp +EXPORT_SYMBOL vmlinux 0xb741115c blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0xb753bcc8 __ashrdi3 +EXPORT_SYMBOL vmlinux 0xb7622e1e devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xb76a82f8 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb798699c thaw_bdev +EXPORT_SYMBOL vmlinux 0xb79a4e1a store_fp_state +EXPORT_SYMBOL vmlinux 0xb7a99781 __irq_regs +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb80c835e ps2_handle_response +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb8460998 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xb84a4e89 phy_stop +EXPORT_SYMBOL vmlinux 0xb84c9a50 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xb84e65b3 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xb8674a59 vfs_mknod +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb8b5ac04 devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb90de1a8 generic_permission +EXPORT_SYMBOL vmlinux 0xb91b851d phy_find_first +EXPORT_SYMBOL vmlinux 0xb93587ad pci_assign_resource +EXPORT_SYMBOL vmlinux 0xb936bbce writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xb95ef9c1 ps2_init +EXPORT_SYMBOL vmlinux 0xb96661ef pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0xb96e2f64 kernel_connect +EXPORT_SYMBOL vmlinux 0xb9881403 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9bfd2b6 inode_init_once +EXPORT_SYMBOL vmlinux 0xb9c1b9c7 giveup_fpu +EXPORT_SYMBOL vmlinux 0xb9cbb0f3 tcp_parse_options +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9ea4138 generic_read_dir +EXPORT_SYMBOL vmlinux 0xb9f16c4d scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xb9fa9122 proto_unregister +EXPORT_SYMBOL vmlinux 0xb9fb02fb xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xba070e24 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0xba3b081a seq_pad +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba5a5108 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xba6ce501 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xbaadba1e generic_writepages +EXPORT_SYMBOL vmlinux 0xbab55456 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xbabcb43a padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0xbacb6284 mutex_unlock +EXPORT_SYMBOL vmlinux 0xbae71a77 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xbafa0592 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xbb093358 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xbb0daf35 inet_bind +EXPORT_SYMBOL vmlinux 0xbb5a37ca seq_putc +EXPORT_SYMBOL vmlinux 0xbb5aba1c devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb5e68cc agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0xbb66a37e dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xbb8afc28 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbb9f59d3 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xbba99022 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xbbceaf33 __brelse +EXPORT_SYMBOL vmlinux 0xbbcfdaab xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xbbe59fdb led_set_brightness +EXPORT_SYMBOL vmlinux 0xbbfa49be dev_remove_pack +EXPORT_SYMBOL vmlinux 0xbc00dbca qdisc_reset +EXPORT_SYMBOL vmlinux 0xbc19164a from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xbc1cca10 flush_signals +EXPORT_SYMBOL vmlinux 0xbc316de4 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0xbc350549 sk_dst_check +EXPORT_SYMBOL vmlinux 0xbc4f2624 input_register_device +EXPORT_SYMBOL vmlinux 0xbc55e7e3 alloc_disk_node +EXPORT_SYMBOL vmlinux 0xbc61ab46 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xbc743780 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xbc8e144e ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xbc988c9b skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbd1ac13f tcp_poll +EXPORT_SYMBOL vmlinux 0xbd201490 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xbd5e0fa3 agp_copy_info +EXPORT_SYMBOL vmlinux 0xbd7bf884 simple_transaction_release +EXPORT_SYMBOL vmlinux 0xbd803510 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xbd83f369 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd93119c thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xbd9e5d49 __lshrdi3 +EXPORT_SYMBOL vmlinux 0xbdaaee3c migrate_page +EXPORT_SYMBOL vmlinux 0xbdaf7f82 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xbdb74e9e invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xbdba9828 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xbdd245dd __blk_end_request +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe3346f5 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0xbe4f27ff __frontswap_load +EXPORT_SYMBOL vmlinux 0xbe5c42ca mmc_erase +EXPORT_SYMBOL vmlinux 0xbe60196e pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xbe74e7f8 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xbebabf0f netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xbed060d8 pci_select_bars +EXPORT_SYMBOL vmlinux 0xbedd6bd9 bdput +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef7910b path_nosuid +EXPORT_SYMBOL vmlinux 0xbef85b6e dev_printk_emit +EXPORT_SYMBOL vmlinux 0xbefd9d6f ___pskb_trim +EXPORT_SYMBOL vmlinux 0xbf0f85ee ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xbf3b7e89 __lock_page +EXPORT_SYMBOL vmlinux 0xbf5026a2 icmp_send +EXPORT_SYMBOL vmlinux 0xbf5738f4 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf925c42 idr_init +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa9b20f inet_frags_fini +EXPORT_SYMBOL vmlinux 0xbfb8b0b7 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfd324c5 path_get +EXPORT_SYMBOL vmlinux 0xbfd8510c mpage_readpages +EXPORT_SYMBOL vmlinux 0xbfd906a2 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xc01cd752 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xc02c91de pcim_iomap +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc0322344 neigh_compat_output +EXPORT_SYMBOL vmlinux 0xc0364eb1 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0xc04f6785 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xc056d2af mach_c293_pcie +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc07013f8 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc07ca769 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0a8ef36 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xc0a94fcc security_path_unlink +EXPORT_SYMBOL vmlinux 0xc0fec49e misc_deregister +EXPORT_SYMBOL vmlinux 0xc1019ac8 sg_miter_start +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc13a10dc flex_array_alloc +EXPORT_SYMBOL vmlinux 0xc14113d0 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0xc16b33a4 napi_complete +EXPORT_SYMBOL vmlinux 0xc189fbf7 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xc1974a8a xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xc1b1032e vfs_create +EXPORT_SYMBOL vmlinux 0xc1b82d22 register_shrinker +EXPORT_SYMBOL vmlinux 0xc1d89375 build_skb +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1efdc86 pci_release_region +EXPORT_SYMBOL vmlinux 0xc21d4377 mdiobus_read +EXPORT_SYMBOL vmlinux 0xc22a8931 inet_frags_init +EXPORT_SYMBOL vmlinux 0xc22c161f skb_insert +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc24bb948 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xc253f961 of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0xc2550b01 pci_find_bus +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc2701b7c d_lookup +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc3227385 bd_set_size +EXPORT_SYMBOL vmlinux 0xc34a47b6 inet_getname +EXPORT_SYMBOL vmlinux 0xc368849f nvram_sync +EXPORT_SYMBOL vmlinux 0xc37d2cd3 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xc380c1a6 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xc39a4f53 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xc3a2218d kill_anon_super +EXPORT_SYMBOL vmlinux 0xc3cb20b0 page_follow_link_light +EXPORT_SYMBOL vmlinux 0xc3d12214 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc4422c87 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xc44b7bad inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0xc45755de find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xc4697426 key_validate +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc47cdf9c _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xc484a7bf balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xc4865dbf dev_add_pack +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4a2f4be tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xc4a699f2 dev_uc_add +EXPORT_SYMBOL vmlinux 0xc4d86ebf max8998_update_reg +EXPORT_SYMBOL vmlinux 0xc4f1096e dquot_file_open +EXPORT_SYMBOL vmlinux 0xc4fbab66 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xc4fc88d1 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0xc501fabf ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xc5174593 register_exec_domain +EXPORT_SYMBOL vmlinux 0xc518438b cap_mmap_file +EXPORT_SYMBOL vmlinux 0xc51c44f6 dma_pool_create +EXPORT_SYMBOL vmlinux 0xc52dcfdf revert_creds +EXPORT_SYMBOL vmlinux 0xc547cf4f pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc55c2a9d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xc55de23c percpu_counter_set +EXPORT_SYMBOL vmlinux 0xc581176b mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc58e601e __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a9dd0c flow_cache_fini +EXPORT_SYMBOL vmlinux 0xc5b1d517 follow_down_one +EXPORT_SYMBOL vmlinux 0xc5b45cb8 phy_start +EXPORT_SYMBOL vmlinux 0xc5ccb198 register_netdev +EXPORT_SYMBOL vmlinux 0xc5d299a4 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e023d8 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc610312b pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xc629acb0 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc663b075 __ioremap +EXPORT_SYMBOL vmlinux 0xc681924b generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0xc68a0931 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0xc69c0fc7 of_get_min_tck +EXPORT_SYMBOL vmlinux 0xc6a03df7 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xc6a0b1f0 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xc6b22c71 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6edf585 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xc6f7dac3 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xc7022c82 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0xc713414a _dev_info +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc73408bb blk_complete_request +EXPORT_SYMBOL vmlinux 0xc73e172e netpoll_print_options +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc768de19 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc77a08f1 kmap_atomic_prot +EXPORT_SYMBOL vmlinux 0xc77eb49b cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7898275 flex_array_shrink +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7be86b8 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xc7bf0640 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc7ec6f15 d_alloc +EXPORT_SYMBOL vmlinux 0xc7ee9326 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xc7ef5d74 get_phy_device +EXPORT_SYMBOL vmlinux 0xc801c5c4 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xc8276a79 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xc82b0423 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8571bcb idr_for_each +EXPORT_SYMBOL vmlinux 0xc85de708 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8910bf3 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xc89294d6 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8a28448 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xc8ad8aea fifo_set_limit +EXPORT_SYMBOL vmlinux 0xc8b10b48 tcp_make_synack +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8c5b056 gen_pool_alloc +EXPORT_SYMBOL vmlinux 0xc8d119ea seq_write +EXPORT_SYMBOL vmlinux 0xc8f175e8 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xc9115956 of_scan_pci_bridge +EXPORT_SYMBOL vmlinux 0xc93fbc54 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc97e20ef bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9c414a4 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xc9c9847b mdiobus_free +EXPORT_SYMBOL vmlinux 0xc9d8bc32 iterate_fd +EXPORT_SYMBOL vmlinux 0xc9fd9ac5 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca17e348 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xca1e770f of_get_address +EXPORT_SYMBOL vmlinux 0xca21111e tcp_init_sock +EXPORT_SYMBOL vmlinux 0xca22096e dentry_unhash +EXPORT_SYMBOL vmlinux 0xca2a659d mpage_writepages +EXPORT_SYMBOL vmlinux 0xca2b1cd6 ida_pre_get +EXPORT_SYMBOL vmlinux 0xca39a26f agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xca3b1f6d sync_blockdev +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca6cdd2a scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xca72a560 seq_path +EXPORT_SYMBOL vmlinux 0xca91d334 pci_device_from_OF_node +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9609fb release_sock +EXPORT_SYMBOL vmlinux 0xcaa97aa1 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xcaa9ccc6 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xcaab80bb local_flush_tlb_page +EXPORT_SYMBOL vmlinux 0xcab231eb jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xcacd272d atomic64_sub_return +EXPORT_SYMBOL vmlinux 0xcace6297 idr_is_empty +EXPORT_SYMBOL vmlinux 0xcada243b pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcaff4742 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb15b92b scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xcb250247 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xcb53996e pcie_set_mps +EXPORT_SYMBOL vmlinux 0xcb7f34b8 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbe34a4f ip6_frag_match +EXPORT_SYMBOL vmlinux 0xcc0931e6 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xcc17504d _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc3dbef9 inc_nlink +EXPORT_SYMBOL vmlinux 0xcc4fd23e loop_register_transfer +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc670129 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0xcc8a514a tc_classify_compat +EXPORT_SYMBOL vmlinux 0xcc8f4a93 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccc33edc alloc_fcdev +EXPORT_SYMBOL vmlinux 0xccc6b214 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0xccc87fe8 inet6_bind +EXPORT_SYMBOL vmlinux 0xcd0529c7 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xcd0acf03 pci_bus_type +EXPORT_SYMBOL vmlinux 0xcd160f55 blk_register_region +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd2a5751 bio_add_page +EXPORT_SYMBOL vmlinux 0xcd42535c dquot_commit_info +EXPORT_SYMBOL vmlinux 0xcd7b289b elv_rb_del +EXPORT_SYMBOL vmlinux 0xcd7d7e9b bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xcd86c87f __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xcd929537 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xcd9a9a9b make_kprojid +EXPORT_SYMBOL vmlinux 0xcda6f30d bio_copy_user +EXPORT_SYMBOL vmlinux 0xcdbdb1c8 fddi_type_trans +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdca0917 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xcdccc07b udp_seq_open +EXPORT_SYMBOL vmlinux 0xcdeffa00 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xcdffea26 drop_nlink +EXPORT_SYMBOL vmlinux 0xce26666e __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce4083c2 d_path +EXPORT_SYMBOL vmlinux 0xce4191c3 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0xce497412 proc_create_data +EXPORT_SYMBOL vmlinux 0xce53267d simple_release_fs +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce6f3c1f dev_change_carrier +EXPORT_SYMBOL vmlinux 0xce834962 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xced1a183 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0xced7a4cc padata_alloc +EXPORT_SYMBOL vmlinux 0xcef35960 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf0f078a __devm_release_region +EXPORT_SYMBOL vmlinux 0xcf1d7646 isa_mem_base +EXPORT_SYMBOL vmlinux 0xcf3025cb inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xcf905daf sk_ns_capable +EXPORT_SYMBOL vmlinux 0xcfacde19 free_buffer_head +EXPORT_SYMBOL vmlinux 0xcfc39b36 mddev_congested +EXPORT_SYMBOL vmlinux 0xcfdd0194 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xd007301c xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd023e22d jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xd02e318d filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0xd02f2605 bdi_register +EXPORT_SYMBOL vmlinux 0xd03015af vlan_vid_del +EXPORT_SYMBOL vmlinux 0xd03ba6a3 msi_bitmap_free_hwirqs +EXPORT_SYMBOL vmlinux 0xd040d499 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd0911218 inode_init_always +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0a9dc66 vga_get +EXPORT_SYMBOL vmlinux 0xd0c34ce9 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xd0d118e9 __d_drop +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0dbdefc tso_build_hdr +EXPORT_SYMBOL vmlinux 0xd0dd06e7 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0xd0df8534 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fe0f6a blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd112dfb1 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd1261da4 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0xd15c8d40 blk_fetch_request +EXPORT_SYMBOL vmlinux 0xd17f8f4c phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd18c6c21 validate_sp +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd1d6bc4f padata_stop +EXPORT_SYMBOL vmlinux 0xd1dba1e5 bdgrab +EXPORT_SYMBOL vmlinux 0xd1e3f3c4 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xd1ef37f9 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xd21bd2a1 single_release +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd24629f4 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd257b917 input_get_keycode +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd2609eaf bio_endio_nodec +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd27ca24e skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xd29a1edb of_translate_address +EXPORT_SYMBOL vmlinux 0xd29f46ac clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xd2af138b reservation_ww_class +EXPORT_SYMBOL vmlinux 0xd2cc492c empty_aops +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2df8eea sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xd2e85bae register_qdisc +EXPORT_SYMBOL vmlinux 0xd2f18f23 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xd2fc19bd proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd3268d4d bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xd3404597 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0xd34cce05 sk_net_capable +EXPORT_SYMBOL vmlinux 0xd3633d1d set_groups +EXPORT_SYMBOL vmlinux 0xd368b0ba blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xd374e13b input_unregister_handler +EXPORT_SYMBOL vmlinux 0xd37fbd28 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xd38b5fd4 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xd38fecba inode_set_flags +EXPORT_SYMBOL vmlinux 0xd3aa7c10 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0xd3bee460 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xd3bf7020 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0xd3db5092 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0xd3ecaa09 clocksource_register +EXPORT_SYMBOL vmlinux 0xd3ed3818 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xd3f7aec7 clone_cred +EXPORT_SYMBOL vmlinux 0xd40ba79d devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xd41c2686 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xd4a593fb serio_reconnect +EXPORT_SYMBOL vmlinux 0xd4a6152a block_truncate_page +EXPORT_SYMBOL vmlinux 0xd4acac9c skb_copy +EXPORT_SYMBOL vmlinux 0xd4c277dd get_disk +EXPORT_SYMBOL vmlinux 0xd4d9ed44 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xd4f02c6a tcp_release_cb +EXPORT_SYMBOL vmlinux 0xd4f3e2fe tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xd5474d0a fb_set_cmap +EXPORT_SYMBOL vmlinux 0xd559d133 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xd5b2e52a single_step_exception +EXPORT_SYMBOL vmlinux 0xd5e8444a __div64_32 +EXPORT_SYMBOL vmlinux 0xd5efc636 skb_seq_read +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd606503d register_sysctl +EXPORT_SYMBOL vmlinux 0xd60d9f38 inet_frag_kill +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd627480b strncat +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd637dea6 bdi_destroy +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd65e1cf5 generic_perform_write +EXPORT_SYMBOL vmlinux 0xd6644be0 scsi_remove_device +EXPORT_SYMBOL vmlinux 0xd667b037 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xd680a325 mfd_add_devices +EXPORT_SYMBOL vmlinux 0xd683693e md_write_start +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd68b5e0f __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xd69761b8 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xd69b30e0 atomic64_add_unless +EXPORT_SYMBOL vmlinux 0xd69be6da phy_device_register +EXPORT_SYMBOL vmlinux 0xd6a1693c netlink_ack +EXPORT_SYMBOL vmlinux 0xd6a18e3c register_quota_format +EXPORT_SYMBOL vmlinux 0xd6d63e9d lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xd6e3eac7 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xd6e52f10 skb_put +EXPORT_SYMBOL vmlinux 0xd6ed2ddf skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd7190b12 md_flush_request +EXPORT_SYMBOL vmlinux 0xd71e8b5a fput +EXPORT_SYMBOL vmlinux 0xd726c2a1 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xd7448203 vc_resize +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd7613ba6 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xd761a383 ioremap_prot +EXPORT_SYMBOL vmlinux 0xd7663845 blk_execute_rq +EXPORT_SYMBOL vmlinux 0xd76a86a9 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xd76d776c nf_ct_attach +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd780beb7 neigh_update +EXPORT_SYMBOL vmlinux 0xd78d01bd fsnotify_put_group +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7d7fab5 tty_register_driver +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f2e947 sock_wake_async +EXPORT_SYMBOL vmlinux 0xd7f3fabf jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xd8047d71 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xd8121d26 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xd81f57ce __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xd835c951 address_space_init_once +EXPORT_SYMBOL vmlinux 0xd84c8e4c pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xd85833cb __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xd86a5da4 generic_file_open +EXPORT_SYMBOL vmlinux 0xd8873615 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xd891d9a2 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd89e75ea eth_mac_addr +EXPORT_SYMBOL vmlinux 0xd89e9c4b __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xd89fc2da genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xd8a34e32 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0xd8b7e3eb ppp_dev_name +EXPORT_SYMBOL vmlinux 0xd8c9cb67 make_kgid +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd904b528 pci_dev_put +EXPORT_SYMBOL vmlinux 0xd9087692 sock_register +EXPORT_SYMBOL vmlinux 0xd908d2c7 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xd92239e1 unlock_buffer +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd9367c5b neigh_for_each +EXPORT_SYMBOL vmlinux 0xd9498b22 proc_dointvec +EXPORT_SYMBOL vmlinux 0xd94a011d pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9bac924 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xd9bbe3ef blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xd9d47a4b init_task +EXPORT_SYMBOL vmlinux 0xd9ee9ec2 tcp_prequeue +EXPORT_SYMBOL vmlinux 0xda1d1f57 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xda1e30db generic_show_options +EXPORT_SYMBOL vmlinux 0xda21d2c9 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdabc1ea8 fsl_lbc_find +EXPORT_SYMBOL vmlinux 0xdaebc638 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xdaf31c79 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0xdb01198e fsl_upm_find +EXPORT_SYMBOL vmlinux 0xdb183dea twl6040_power +EXPORT_SYMBOL vmlinux 0xdb4041c1 read_cache_pages +EXPORT_SYMBOL vmlinux 0xdb44b35f powerpc_debugfs_root +EXPORT_SYMBOL vmlinux 0xdb52b096 put_io_context +EXPORT_SYMBOL vmlinux 0xdb5fbfd2 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xdb682397 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb765409 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0xdb858fb5 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xdba309e9 input_reset_device +EXPORT_SYMBOL vmlinux 0xdbccb492 kernel_write +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbcdb116 alloc_fddidev +EXPORT_SYMBOL vmlinux 0xdbd25678 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc147094 uart_update_timeout +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc48d37a dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc56a71c xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xdc6d5608 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xdc78dd39 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0xdc9498dd down +EXPORT_SYMBOL vmlinux 0xdc9534ce forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xdc9bbb68 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xdca45ddb console_start +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcc2e915 dev_printk +EXPORT_SYMBOL vmlinux 0xdce562bb skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xdcfd2e70 release_firmware +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd13b318 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr +EXPORT_SYMBOL vmlinux 0xdd4e955b tty_write_room +EXPORT_SYMBOL vmlinux 0xdd521ecf mmc_put_card +EXPORT_SYMBOL vmlinux 0xdd6456d4 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xdd9d0e81 dquot_commit +EXPORT_SYMBOL vmlinux 0xddabdb98 audit_log_start +EXPORT_SYMBOL vmlinux 0xddbd02a4 datagram_poll +EXPORT_SYMBOL vmlinux 0xdde23882 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xde022b92 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xde0ae7ef tty_lock_pair +EXPORT_SYMBOL vmlinux 0xde0d9d9b __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde1c1388 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xde43b5b5 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xde4473ff dquot_drop +EXPORT_SYMBOL vmlinux 0xde48e9ca _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xde53de4e tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xde54bb39 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0xde692b25 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xde83e908 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdecb852e lro_flush_all +EXPORT_SYMBOL vmlinux 0xdecee702 security_path_link +EXPORT_SYMBOL vmlinux 0xded15387 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0xded1cad3 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xded588d5 send_sig_info +EXPORT_SYMBOL vmlinux 0xdee4773e pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xdef47d09 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xdefa34bc simple_dir_operations +EXPORT_SYMBOL vmlinux 0xdefa8c4f __cleancache_put_page +EXPORT_SYMBOL vmlinux 0xdf13fcea dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2fe602 sk_capable +EXPORT_SYMBOL vmlinux 0xdf4d6112 eth_type_trans +EXPORT_SYMBOL vmlinux 0xdf53cbb6 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf590186 loop_backing_file +EXPORT_SYMBOL vmlinux 0xdf5b9a92 setup_new_exec +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf64fdee buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xdf6de012 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xdf6e4957 __napi_complete +EXPORT_SYMBOL vmlinux 0xdf6f52df truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xdf70f1ea dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xdf744858 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xdf780147 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xdf908cfb blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf982790 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0xdfa07e09 bdget +EXPORT_SYMBOL vmlinux 0xdfb2bee4 fsl_lbc_ctrl_dev +EXPORT_SYMBOL vmlinux 0xdfbaaf73 dquot_disable +EXPORT_SYMBOL vmlinux 0xdfcb1c7e __bio_clone_fast +EXPORT_SYMBOL vmlinux 0xdfdabb66 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xdfe0f15d __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xdff43ed4 __debugger +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe01c6a2f dev_remove_offload +EXPORT_SYMBOL vmlinux 0xe027a130 dcache_dir_close +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe054d772 agp_bridge +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0e97be4 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xe0fb6e64 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe12d01e1 phy_driver_register +EXPORT_SYMBOL vmlinux 0xe12dc2eb mpage_writepage +EXPORT_SYMBOL vmlinux 0xe13185ca rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xe1353cdc uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xe1356cfa get_tz_trend +EXPORT_SYMBOL vmlinux 0xe138f806 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xe14aaa7f blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xe14ee618 mach_qemu_e500 +EXPORT_SYMBOL vmlinux 0xe1595a75 flush_dcache_icache_page +EXPORT_SYMBOL vmlinux 0xe16dfda5 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe1a9b9a7 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0xe1c84542 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xe1cbbce5 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xe1cc9f5c xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xe1d14722 blk_free_tags +EXPORT_SYMBOL vmlinux 0xe1d9b716 elv_rb_add +EXPORT_SYMBOL vmlinux 0xe1da7d10 fasync_helper +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe20bc7ec adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL vmlinux 0xe2327917 of_device_unregister +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe249b561 scsi_device_get +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe2517cec phy_disconnect +EXPORT_SYMBOL vmlinux 0xe2620f1e generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xe2970ba7 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2be5498 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2ee2d99 generic_readlink +EXPORT_SYMBOL vmlinux 0xe2f3140d submit_bio +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe308054c scsi_print_sense +EXPORT_SYMBOL vmlinux 0xe32ade84 cdev_init +EXPORT_SYMBOL vmlinux 0xe33bce09 netdev_alert +EXPORT_SYMBOL vmlinux 0xe36343bc eth_rebuild_header +EXPORT_SYMBOL vmlinux 0xe36f7890 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xe3a7eb65 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xe3cf0022 ll_rw_block +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3d91dfd unlock_page +EXPORT_SYMBOL vmlinux 0xe3dddc1f sk_wait_data +EXPORT_SYMBOL vmlinux 0xe3ee8fe5 i2c_transfer +EXPORT_SYMBOL vmlinux 0xe423a669 xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0xe44668e2 __free_pages +EXPORT_SYMBOL vmlinux 0xe4611e1a xfrm_state_update +EXPORT_SYMBOL vmlinux 0xe464d9be mutex_trylock +EXPORT_SYMBOL vmlinux 0xe467c5b5 dump_page +EXPORT_SYMBOL vmlinux 0xe4681c67 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe4abfa70 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xe4fb96e8 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xe4fe8ca1 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe514f5d9 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe53e4237 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xe5665f0d textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe58b1e74 sk_free +EXPORT_SYMBOL vmlinux 0xe5988e89 ppp_unit_number +EXPORT_SYMBOL vmlinux 0xe59b4713 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0xe5bc95f2 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe603b863 mnt_pin +EXPORT_SYMBOL vmlinux 0xe6041096 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xe615bc88 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xe62062aa posix_lock_file +EXPORT_SYMBOL vmlinux 0xe620f2dd sock_from_file +EXPORT_SYMBOL vmlinux 0xe62bd33f i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xe6366d61 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xe64c6794 __register_chrdev +EXPORT_SYMBOL vmlinux 0xe66452ab dql_init +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe6bb4fe8 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xe6dbc88a input_set_capability +EXPORT_SYMBOL vmlinux 0xe6dd236d clear_pages +EXPORT_SYMBOL vmlinux 0xe6e2576b ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xe6e7e12d neigh_app_ns +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6ee691c register_key_type +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe71316b3 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xe7256fc5 of_dev_put +EXPORT_SYMBOL vmlinux 0xe7323ddf input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xe74d1276 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0xe772cad9 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xe792487b __inode_permission +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7abb03e agp_backend_release +EXPORT_SYMBOL vmlinux 0xe7afe593 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0xe7b66d33 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xe7ba32e4 nf_log_unset +EXPORT_SYMBOL vmlinux 0xe7c84014 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0xe7ce7439 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d97e57 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xe7db62c9 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xe7e6cfc1 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xe7e981ed blk_rq_init +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe82cc752 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xe833fa77 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xe834e4d4 ipv4_specific +EXPORT_SYMBOL vmlinux 0xe851bb05 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xe87f511e tcp_connect +EXPORT_SYMBOL vmlinux 0xe898bfba crc32_le_combine +EXPORT_SYMBOL vmlinux 0xe8a283e8 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xe8b25e6f nobh_writepage +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8bfccfb blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0xe8f7ad84 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xe8f96cdd dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xe90378a4 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe921174a I_BDEV +EXPORT_SYMBOL vmlinux 0xe92b6675 __sock_create +EXPORT_SYMBOL vmlinux 0xe92f3871 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xe9378d58 idr_get_next +EXPORT_SYMBOL vmlinux 0xe94760f1 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9550fb5 eth_header_parse +EXPORT_SYMBOL vmlinux 0xe997f90f pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xe9adadde d_tmpfile +EXPORT_SYMBOL vmlinux 0xe9b640b8 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xe9c1a986 single_open_size +EXPORT_SYMBOL vmlinux 0xe9c79c19 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xe9d191e5 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xe9f1ae5b vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea0fc1a2 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea3fa987 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xea433a52 ip_defrag +EXPORT_SYMBOL vmlinux 0xea45fbd2 dquot_release +EXPORT_SYMBOL vmlinux 0xea5ac3d2 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xea5b8c53 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xea682e11 sock_create +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea968c96 ___ratelimit +EXPORT_SYMBOL vmlinux 0xeaa5a59c of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xeabea96e mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0xeacbf4b1 file_ns_capable +EXPORT_SYMBOL vmlinux 0xeadc2ead eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xeae4a8de twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xeb058b46 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xeb05ed00 sock_create_lite +EXPORT_SYMBOL vmlinux 0xeb1c4adf dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xeb33d5eb dev_get_flags +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb4cda2e cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xeb4ff92d twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xeb50851b mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb615b93 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xeb7820b8 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xeb88e878 wake_up_process +EXPORT_SYMBOL vmlinux 0xeb8a0fef cdev_del +EXPORT_SYMBOL vmlinux 0xeb945e41 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0xeb947104 md_error +EXPORT_SYMBOL vmlinux 0xeb9db97c pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xebcaf1cb __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xebd7c8d2 proc_remove +EXPORT_SYMBOL vmlinux 0xebffa77e vme_master_request +EXPORT_SYMBOL vmlinux 0xec070261 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0xec1a32a5 dm_register_target +EXPORT_SYMBOL vmlinux 0xec1aa6ef memzero_explicit +EXPORT_SYMBOL vmlinux 0xec1f868d kernel_listen +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec67a683 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xec7584ab sk_reset_timer +EXPORT_SYMBOL vmlinux 0xec76755e fb_show_logo +EXPORT_SYMBOL vmlinux 0xec872793 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xec8ad421 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0xecae725e request_key +EXPORT_SYMBOL vmlinux 0xecbcb8bb radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xecbf6a9e xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xeccd8f46 module_put +EXPORT_SYMBOL vmlinux 0xecdd70f2 file_update_time +EXPORT_SYMBOL vmlinux 0xece26d65 vme_register_bridge +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xece89c87 file_remove_suid +EXPORT_SYMBOL vmlinux 0xed076f24 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0xed153102 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xed17e4fd sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xed1e1183 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xed48e31a __ps2_command +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed8c7d3f blk_integrity_register +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedaa355b __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbba5c8 vme_irq_handler +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc410d0 udplite_table +EXPORT_SYMBOL vmlinux 0xedd05e81 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0xedd34c79 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xede8c7bc tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xedee5aac of_get_pci_address +EXPORT_SYMBOL vmlinux 0xee03e0ff proc_mkdir +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee33d9cf scsi_dma_map +EXPORT_SYMBOL vmlinux 0xee35f8b9 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xee560146 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xee5c6cd5 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xee5ec66f read_cache_page +EXPORT_SYMBOL vmlinux 0xee5f057a vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xee7076ee blk_init_tags +EXPORT_SYMBOL vmlinux 0xee79d654 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea29f5c blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xeea83889 vme_lm_request +EXPORT_SYMBOL vmlinux 0xeea98c09 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeadaf47 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xeeb49716 simple_open +EXPORT_SYMBOL vmlinux 0xeec64553 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xeee1e7df wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xeefd9af0 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xef066688 i2c_master_recv +EXPORT_SYMBOL vmlinux 0xef1a0ddb devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xef227e8f skb_queue_tail +EXPORT_SYMBOL vmlinux 0xef52d02d sg_miter_next +EXPORT_SYMBOL vmlinux 0xef531b9a bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0xef580a28 uart_match_port +EXPORT_SYMBOL vmlinux 0xef603909 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xef6d3083 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xef72e228 swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0xef7f83c2 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xef8ca99f dev_get_stats +EXPORT_SYMBOL vmlinux 0xef8f6230 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xef93d78f kern_unmount +EXPORT_SYMBOL vmlinux 0xefba0396 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xefc8df37 fb_set_var +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefde1bbe flush_dcache_range +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf016b4be devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf019478c mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xf04a49c3 noop_qdisc +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf0771fb5 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf0874712 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0a34598 from_kgid +EXPORT_SYMBOL vmlinux 0xf0a5fdde blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xf0b251b1 freezing_slow_path +EXPORT_SYMBOL vmlinux 0xf0ba4b97 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xf0d68ed6 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf10ca3e7 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11cd6ce down_interruptible +EXPORT_SYMBOL vmlinux 0xf13aae6a of_parse_phandle +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf16dc802 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1a11a53 sk_alloc +EXPORT_SYMBOL vmlinux 0xf1a177c1 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xf1a6dcff mac_find_mode +EXPORT_SYMBOL vmlinux 0xf1b4d3b2 dev_set_mtu +EXPORT_SYMBOL vmlinux 0xf1bc7f95 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xf1c6607e xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xf1c7e580 sock_create_kern +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1dd5f6f keyring_search +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1e06df1 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f2ac34 noop_fsync +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf210bd41 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xf222defb __ip_select_ident +EXPORT_SYMBOL vmlinux 0xf22881e8 lg_local_lock +EXPORT_SYMBOL vmlinux 0xf22b2592 simple_getattr +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf25f07c0 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0xf2687727 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xf2764141 lock_rename +EXPORT_SYMBOL vmlinux 0xf27735a6 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xf29fa234 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2b33b35 block_commit_write +EXPORT_SYMBOL vmlinux 0xf2ba8bde qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xf2e037e5 freeze_bdev +EXPORT_SYMBOL vmlinux 0xf2eccbc8 no_llseek +EXPORT_SYMBOL vmlinux 0xf2f97328 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xf30968c0 sock_wfree +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf31d2818 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0xf322a206 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf336bccc pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3880cd5 abx500_register_ops +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3c1c254 rfkill_alloc +EXPORT_SYMBOL vmlinux 0xf3c5e625 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0xf40b2297 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xf41fc25e call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xf43dfce7 tty_mutex +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf4449388 timer_interrupt +EXPORT_SYMBOL vmlinux 0xf4719575 sock_init_data +EXPORT_SYMBOL vmlinux 0xf4997158 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xf49e8088 dentry_open +EXPORT_SYMBOL vmlinux 0xf49f3d1e scsi_host_set_state +EXPORT_SYMBOL vmlinux 0xf4a2f190 set_page_dirty +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f22c9a xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xf5080533 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xf5093a06 contig_page_data +EXPORT_SYMBOL vmlinux 0xf50fc443 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xf51a43ed tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xf5222143 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0xf52321e0 atomic64_sub +EXPORT_SYMBOL vmlinux 0xf53aef28 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf55513af pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xf57beb84 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xf58e8b7d bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xf59f32f2 page_put_link +EXPORT_SYMBOL vmlinux 0xf5a085c4 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5a62ecc _memset_io +EXPORT_SYMBOL vmlinux 0xf5e1558d crash_shutdown_unregister +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5ebe22d sock_alloc_file +EXPORT_SYMBOL vmlinux 0xf60ca664 of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0xf62d0a2c sync_inode +EXPORT_SYMBOL vmlinux 0xf62eb052 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf655a5f4 done_path_create +EXPORT_SYMBOL vmlinux 0xf6640750 __getblk_slow +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf68d6dc1 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0xf693c411 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xf6a0ecbc tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xf6b3a4e2 do_sync_read +EXPORT_SYMBOL vmlinux 0xf6b499e5 devfreq_add_device +EXPORT_SYMBOL vmlinux 0xf6b5bb73 neigh_connected_output +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6d8086c default_llseek +EXPORT_SYMBOL vmlinux 0xf6d814fe filemap_fdatawait +EXPORT_SYMBOL vmlinux 0xf6dc6ee2 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf70384d7 __debugger_sstep +EXPORT_SYMBOL vmlinux 0xf712fd38 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xf71521ba atomic64_add_return +EXPORT_SYMBOL vmlinux 0xf717862f skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xf71e5413 qdisc_list_del +EXPORT_SYMBOL vmlinux 0xf7294eb9 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0xf7346563 pipe_unlock +EXPORT_SYMBOL vmlinux 0xf7381878 arp_send +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf79d7cab __frontswap_store +EXPORT_SYMBOL vmlinux 0xf7a44b22 locks_init_lock +EXPORT_SYMBOL vmlinux 0xf7c4724f dev_err +EXPORT_SYMBOL vmlinux 0xf7c5af91 dev_mc_add +EXPORT_SYMBOL vmlinux 0xf7d809eb inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xf7e79700 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xf7f53b51 tty_set_operations +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf810bae7 agp_generic_enable +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf844ec0c devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0xf84e9c02 do_SAK +EXPORT_SYMBOL vmlinux 0xf868ed17 mount_single +EXPORT_SYMBOL vmlinux 0xf8787b5a blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xf89cce3a sg_miter_skip +EXPORT_SYMBOL vmlinux 0xf89e184d devm_gpiod_put +EXPORT_SYMBOL vmlinux 0xf8b6879c scsi_get_command +EXPORT_SYMBOL vmlinux 0xf8d30e63 genphy_update_link +EXPORT_SYMBOL vmlinux 0xf8d8b157 tty_kref_put +EXPORT_SYMBOL vmlinux 0xf8e398fc memstart_addr +EXPORT_SYMBOL vmlinux 0xf8f42d98 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xf8f66acd pci_request_region +EXPORT_SYMBOL vmlinux 0xf908cdca softnet_data +EXPORT_SYMBOL vmlinux 0xf9224f94 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xf9228003 get_immrbase +EXPORT_SYMBOL vmlinux 0xf9272e73 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf940a328 __next_cpu +EXPORT_SYMBOL vmlinux 0xf95210ba pci_platform_rom +EXPORT_SYMBOL vmlinux 0xf97c4126 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a633c3 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xf9acaa3c pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xf9b4079c dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xf9c367e0 iov_pages +EXPORT_SYMBOL vmlinux 0xf9e17962 mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xfa05718f mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xfa0fe9f7 agp_free_page_array +EXPORT_SYMBOL vmlinux 0xfa11a4da deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xfa24f4c8 mount_nodev +EXPORT_SYMBOL vmlinux 0xfa2a9553 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xfa3835f5 submit_bio_wait +EXPORT_SYMBOL vmlinux 0xfa3c0e9e set_device_ro +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa686462 skb_queue_head +EXPORT_SYMBOL vmlinux 0xfa9b7a51 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0xfab95a73 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacb5c62 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfad251eb jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xfadfa082 scsi_execute +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfae69e0e seq_puts +EXPORT_SYMBOL vmlinux 0xfae8eace generic_listxattr +EXPORT_SYMBOL vmlinux 0xfaeabd71 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xfaebd8fc udp_add_offload +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb2ddda9 key_revoke +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb6e3a8a kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xfb80ef1d dm_get_device +EXPORT_SYMBOL vmlinux 0xfb876a96 submit_bh +EXPORT_SYMBOL vmlinux 0xfb8e01fa vlan_vid_add +EXPORT_SYMBOL vmlinux 0xfb931523 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfba34b1a __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xfba80de0 bio_put +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbcedf08 scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xfbe69bd9 inet_frag_find +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3b160f mempool_create_node +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfc9dccb7 nf_log_packet +EXPORT_SYMBOL vmlinux 0xfc9e0761 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xfca642a7 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0xfca7ac6c pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfcfba893 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xfd0bf8e4 of_clk_get +EXPORT_SYMBOL vmlinux 0xfd184edd pci_set_power_state +EXPORT_SYMBOL vmlinux 0xfd27dd2f __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xfd2ef274 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0xfd33b5fa cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xfd5e57be security_inode_init_security +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd849fbd __serio_register_driver +EXPORT_SYMBOL vmlinux 0xfd97e19b end_page_writeback +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfda31047 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xfdb6cedc _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfded48ed enable_kernel_fp +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe170e10 writeback_in_progress +EXPORT_SYMBOL vmlinux 0xfe2a9bdb proc_symlink +EXPORT_SYMBOL vmlinux 0xfe2ebaf0 locks_remove_posix +EXPORT_SYMBOL vmlinux 0xfe556e1e genphy_suspend +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe79811d ip_ct_attach +EXPORT_SYMBOL vmlinux 0xfe7ab7cf key_type_keyring +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe811082 check_disk_size_change +EXPORT_SYMBOL vmlinux 0xfe822d55 get_brgfreq +EXPORT_SYMBOL vmlinux 0xfe934fb6 fb_class +EXPORT_SYMBOL vmlinux 0xfeca7590 radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee53945 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xfeee411d generic_fillattr +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff08a8db dev_crit +EXPORT_SYMBOL vmlinux 0xff0d2d1c cdrom_open +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff23e7e6 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xff3c57c6 bmap +EXPORT_SYMBOL vmlinux 0xff555fc8 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6dea25 smp_hw_index +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffabcec8 dm_put_device +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL_GPL crypto/af_alg 0x20c61599 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x53f2845b af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x58716898 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x7faf5bab af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0xb0fc99cb af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xb43f772f af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xb65f0b58 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xc11f2a82 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xf5a96c54 af_alg_complete +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x75a59051 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x27d96ed5 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xf4d31768 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x5c567fe0 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xc85ba882 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1eb38ae1 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x63df6377 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xdbc4e9f3 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xefee1452 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xa0694032 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xbbd95cce async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x6a79d4fc blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef2807a9 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x727ec8af cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x0ed78143 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x29bb7f51 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x371de513 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x5405ac32 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x5a7de120 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x63c17224 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x65e46f6a cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x97d95f59 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xea20c577 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xffa25667 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0x4e9f286f lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xf4e20f39 serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x02a38f3e twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0xc087ee89 xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x06d53759 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2187fcb1 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x267757fd ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2dcbd914 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x30d1d8c1 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3682dab0 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3fde85ea ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x515c255c ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5938ec57 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5a47704d ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x676bcda0 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x779ce257 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x93e2263a ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x982f6e3d ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9f3485ab ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa8efa54c ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd0275a62 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe032acee ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xee07ccfb ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf754d38d ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfa4c0ff1 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x067bf49f ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x3dc59de4 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x45f0dfe2 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7b4c41a0 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x8815b079 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9874c1cd ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xae2dfcb9 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb8467327 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcc3eed1b ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe98ba59a ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xfdfa3b4d ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xc6546deb __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x097082aa sis_info133_for_sata +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/bcma/bcma 0x029aa74a bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0541ca6a bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0e8ecb5a bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x12a34865 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x36598f2a bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x477bb973 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5fb45b3a bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x678e7d67 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x69e0a4b6 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x75d9dd4a bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8c8e124b bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9163ce27 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x97e7e9f5 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9e238465 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9e4a01e7 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb124ef26 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb5bfe427 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbcc35f93 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd064fe0e __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe1a94d4d bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe819ba28 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe9d89e9f bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfd2b2d1e bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x14622461 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2d0e77cd btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3c6da9aa btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6a0d8fd1 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x86ce7fb7 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8eb3ed5c btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xae73dd17 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe4b2a387 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xec020b0d btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf6123dd7 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x129ac65e clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x137ff671 qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2253bb80 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x29150a6d clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x41026928 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4c59852c clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4d489bce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7ca88e14 qcom_cc_remove +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7cd80f1b qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7df982c2 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f141ab4 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f2fd77b clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93e21c99 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1305df3 clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1d46d06 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8cb8432 clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeecd55bc clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf26bcb44 devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf89297ed clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf8e8ea29 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfb36fd32 clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x32a32720 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x59f33645 dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x9c9977ad dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xa39b36ac dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xbfbe5584 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x4d86707b vchan_init +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xb99eafd2 vchan_find_desc +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xf13d0d03 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xf272d68e vchan_tx_submit +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x02866540 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x172e9bb3 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2eedf6f9 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x311f330a edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3a259c32 edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x40cbdb3e edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4b3bd2ee edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4f7c1ea2 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5531457c edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x626ddb63 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7b488913 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x906f8ec5 edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x908eb866 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x935cbe41 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x96c36d0a edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa1517036 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb2b47dfc edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc6c6271a edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xcb6aa043 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xdb25dba9 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe3e70663 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf5188fd2 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf667eaa6 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x6764084e bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xc7567779 bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x3d3b6f2f __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x64e1d8e5 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x001b7a35 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x71ed0f43 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd9e02a26 drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x866059f3 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xa96fba3b ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xe0611335 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0cb1c67f hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x13f1911d hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x197f4081 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x25cbf720 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x30fcc78c hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x372f6801 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3c916b71 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x41af580a hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x50bbb67c __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5a6689a6 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5d21962c hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x65d4e123 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x68a31dd9 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6c14298e hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7e6cb141 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x80f17aab hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x925e5129 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9670239f hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9872bb4a hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa5f69647 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa7110df9 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa7311e12 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaaa7e498 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb061e5e9 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb3dd194c hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb5de8111 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc651bf43 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd535f4c2 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xde0ea056 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdec2f489 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe73ff236 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe8ac1557 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb02eb69 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xecdece8d hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf61589bc hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x450d111e roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x15883200 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x1fe76997 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x9f4f7914 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xcff2b3a1 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xea67a1e8 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xeefe8fc7 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x03398807 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x044616db sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5667d564 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7fdb283e sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xbadf5345 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xbb349157 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xcee974dd sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd46f3cdf sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf7a8f9ca sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x303db29a hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0cf79296 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x13fa8118 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1bdb1ce9 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1f4c2abb hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x20dab433 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3a0af23a hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x49cf22d3 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5c759e0e hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5cfd5494 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x73f20c89 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x79e32b1a hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x88776719 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x89a39836 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x964073ae hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa47ce6fb hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa8474647 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd0f600da hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf5fe91c8 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x01c4673d adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x1f803ef4 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x9c6dad01 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x01f4f098 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x0336304f pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x15d19ac6 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x29e2ec00 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x420df3a1 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4718da65 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x7ab0890b pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x9793bfc4 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xacf6ec84 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xc3dee69a pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe06e76c6 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe5e9647f pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x1485463c i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x31d1b975 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x3e7bf088 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x4d43cc61 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5d6aad15 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x605796a5 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x6502c335 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x7f4c6c82 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x7f5bb445 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x1b0081f8 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xd314a175 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x0aeb4835 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x3111a07a i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x0710a98e ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x0c28917d ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x2b5eb24f ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x566a5dc2 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x83b80c0e ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x9f8a1f24 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xaa0708b6 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xc9530ca8 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xe4417334 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x05d4141d adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x15e9d990 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x26dea71a adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x51ec0559 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x600277d8 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x81fa2a43 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x890f4f09 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x8a808e03 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa2fca8e6 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xc95c7e1c adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xca632506 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xf1ea27da adis_reset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x00a5674f devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0156f6c2 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x04e32336 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x15023f61 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x25b35220 devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26740961 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x332a1f38 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3e98fda4 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x40152bb2 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4529774a iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x45b0f883 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x51bedad8 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x53f35ff1 iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x59cff5f2 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a14aff7 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5ea09fda iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x65e05a4e iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x66fccf19 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x75d33cae iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7b5ef7c6 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9553844f iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x956e98d1 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa3b22bca iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa932d064 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc287424f iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd1b1bf47 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd2479894 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd38a02fa iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd99e0b2b iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xde0a2ef4 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe3314724 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf4600eb4 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf56ba942 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xa2c58e41 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x73f4bd94 matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x9b7329d1 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x3c8b76be cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x481085d9 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x7fb1b848 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x431aa2fb cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x7af32004 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x9a8629be cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x304cc116 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x35a43fd2 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x039c02fa wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2cd9ce77 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3dc9b2d8 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x512f4e6e wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x90197a17 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd34b9a7f wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd99ee8f5 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdf576a68 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe073cee9 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe23ee839 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf5fa1abd wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xfdcdd3b3 wm9705_codec +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2780a7bf ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2fece35f ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x3331564a ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x757b9ba8 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x794ca9af ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8ab94efb ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa25acb72 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xafc521e0 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf11e48e9 ipack_put_device +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x02b416a9 gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x0f2fbe94 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x1c3fb121 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x231bd9b7 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2b3059ad gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2eaf6da3 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3f841ecd gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4d5e968f gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5d182cbb gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x611b20f0 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8044c0f7 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x932823f3 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x93ca989c gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc04594fe gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc987d2e5 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xeb956bd5 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xfbd794d4 gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0e17b4b6 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x176aeed8 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x19d18e2f lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3a83ce16 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7d33c40f lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x82442fa8 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xafbc6828 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbac96f98 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbf7b0597 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf54ebdff lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xff954707 lp55xx_update_bits +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 0x19141993 wf_unregister_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x2346bd20 wf_register_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x2e432766 wf_find_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x4e26cc13 wf_unregister_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x51a5b013 wf_find_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x58dce3bf wf_get_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x75147afa wf_set_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x94765fac wf_critical_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xa2f19a49 wf_is_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xbcace2a5 wf_unregister_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xe292843a wf_register_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed752f54 wf_put_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed82a14f wf_clear_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed843ce3 wf_get_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xf3b6d610 wf_put_control +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x09e42acb chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x0a668efe mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x34baa5ad mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x43b4a60a mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x4d2fa52d mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5450a242 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x6b5a9796 mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x71a0d72a mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x75ee7fca mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8913cf8b mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xa3a247cf mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xdd0d00c7 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xea55fc84 __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x10e06e97 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x155ea9c7 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1822fd23 __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1f2ba9ac __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x260d47cf __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x27831e89 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2dec45e0 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x347aebe1 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x41c861f0 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x480dc606 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x49856e5a __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x50e8c39f __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x574ba881 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x628eb712 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6770a402 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x785cfc9f __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x91f2af34 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09069a3 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa591c5d6 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa6890b59 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaf60c34b __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb950d2ae __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbd4b89b6 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce0e6218 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd40fba32 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdc5ea5a5 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf58ce244 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf5bcbdc7 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc1d5275 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfcdf28c9 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xffc308e4 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x021b2fc9 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x171357e5 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4849b108 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x55f1abdb dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x639a14d2 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 0x79ed548f dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebf68875 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x4d6a59aa dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +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-cache 0x2c1fda52 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x8c8707ee dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xcd86f7f8 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xd0c7683a dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xe0784dd2 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf0e2de1f dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf2104edc dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x338b5da6 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x75c16b51 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 0x09472122 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x0c9ab95c dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x32c28a85 dm_region_hash_create +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 0x5f6d40de 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 0x994b0a7e 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 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xaa18d177 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf1abcdb6 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x150c85ce dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x33c03da6 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x619701dc dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +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 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbe0497aa dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xff9a29a0 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x32ed5c5c md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x88c4f92d md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x8cf5b5e8 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1a11c3e1 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x2c37de62 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3a0df536 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x968496a4 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9e16c584 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9fbf3b62 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbb5ef342 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd01d0dab saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xdccd6f5a saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe86ce20a saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x2722b422 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x78783a45 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x79fabbe0 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xa989358f saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb6e4d44d saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc7944287 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf3c6b0df saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x030862e5 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0e9cfb52 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +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 0x4b338aec smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5d081e51 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5d11f5ac smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x63222b29 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x68379bba smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6858c619 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6da4131c 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 0x756d966d smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8315c3fd smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8479a151 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x91f9b318 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb612a694 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdaa936a3 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe2de6a1e sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe951919d sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xeccd896f smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x2e78c1e3 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x72175d51 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x14f6680e __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x1bc7966a media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x4a0acc0a media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x5a356b9a media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x652f04f3 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0x798f9f2a media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x7b8051a1 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0x7c55d385 media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0x88995f57 media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0x8e9e4d74 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0xa9649de9 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0xc1d807dd media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0xc35337cd __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0xd8d9c61b media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0xe50c2dd2 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0xe795e136 media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0xf10bcca0 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0xf9826c3c media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xf58d74ac cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0881c1ce mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x261aabe8 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2a14cb5d mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2de07f53 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x32d3dffe mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3385a50a mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3eddbf4b mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5262f22f mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6a9e7542 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7c4a7714 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8b2fe55c mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa3efdb03 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xafe1bbb6 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbdcbeb64 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc4b0178c mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xee5bae33 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfa0e2dee mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1f30dd35 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x20843233 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2668df73 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x536e2f01 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x55d6acc0 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x76bd838a saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x781d904b saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7b2fb740 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x804fdcba saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8156acf1 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8a6ad233 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9131be11 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x92636077 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb35f8cbe saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcecdd044 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcfdbd772 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd23cf71a saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe726b50f saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe8a5060b saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfd855e5c saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x21cf6998 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x2c18ecc6 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7813099c ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8babcb5c ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x90a815cd ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd31e9a11 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xe6c4bb34 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x201bff38 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xa5617420 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x05dbb14a rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1175ac08 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1a7cc17b rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20e72280 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x26ecc229 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2d965eb7 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3895b7b8 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x45372500 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x55330507 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6ad0c672 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6deba85e rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x72eb1535 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x95593b1a rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa7a159b7 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xce28b136 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe1aa17ea rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe391a593 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe95dc84e rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe95f11f0 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x8eb86bdc mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x823015ce microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xe997e785 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xb8b0a0fa r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xfe36a359 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x94bb6830 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xa2e10c54 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xdf980bbc tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x981c5fff tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x14845071 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xeecf9910 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x156e5a5f tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x508c8642 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xda1b1c01 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x018ef4fb cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x075956b0 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0951cfe2 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1d08f062 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x42724e23 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x541149f2 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5b0c26c0 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x61b34f69 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6ad00665 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7bbd8fc3 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8d84d01d cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9042ad26 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9fcdaa6c cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa1d9b26f cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xca20f11f cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe1f5e0a7 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe34a8f52 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe3d466c3 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf96d8f63 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x883d4828 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x545c9cbc mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0247d241 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x055e7df3 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x05c12654 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x398c72b8 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3d618f36 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3d9612db em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3e0caf89 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x41daec24 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x480e82e0 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5df8bd83 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x622f3678 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d289f5d em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x907c1c72 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa491e706 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa62d4e2c em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc512b902 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe12ce9e6 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf74421f7 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x61a93134 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x9770b2da tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xbb0709f5 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xc26fc2e1 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x34aefb0a v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x45ed1361 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x58775a34 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xc7c701ec v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xca2b5f15 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xeaabbc4a v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0d0316df v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x15803c4a v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x34fe0a6c v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3aad2a77 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4aabd511 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5dd1f129 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x650c5bff v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6b2729bc v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x79f4881c v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8545dc6c v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x897fb9c5 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9580bebc v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa3f2ae9e v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa4710427 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb7f73d28 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbc5d4d28 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc56b25ef v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc8b39c75 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xceefe184 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe2ed76c4 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe3f8b2af v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe7e1a4eb v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf69f2fb0 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf761cddd v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x112fdb1f videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x19d93d63 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x22e4decf videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x288281e4 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2a8600ef videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x31aa6ad2 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x32df5a2a videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5bdc4fc7 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6ed5dca9 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8319edc8 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x84836d8f videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa1baf7a9 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xad85730a videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb012776f videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc29d4c4a videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc4897491 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcfc3fdc2 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd396a205 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe7db200e videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xefb812aa videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf490a0b8 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf8317518 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf86ccbbc __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfea75013 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x0b43f8f2 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xd646b75a videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xe5874763 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1dbdd42d videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x66f3735f videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x6cb7a914 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x7d0c1122 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x8557bfa2 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x93d4b2e8 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-dma-sg 0xac5864e8 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb93895f8 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xf70fc0dd videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x50b5685d videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x70560c60 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xafdf5bf2 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x046780bb vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0d54b7c7 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x239568dc vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2893382e vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x37e73873 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x394155ff vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4e6ed8e6 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5117a028 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5825f1a9 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5b526c6e vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5c4ff640 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x65e253af vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x66462eb0 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7d4f604e vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7da479e0 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x828f3a5b vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x85657a5d vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x857c0878 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8c7ca6f9 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8cd0482c vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x99b95b3c vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9d5e0d09 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xaa8d9bb7 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xaab585a7 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xafde2325 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb04606a2 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb0ecd505 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb864a4df vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbb6ca740 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc119f59b vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc3507552 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc48a123d vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcc9a1f94 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd2e67d19 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdfd969c8 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xecfc95d9 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf32c8458 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xffa10bd5 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x03d0ca3c vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xed9753eb vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x1ccfb4c5 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x1802b6e3 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x9f61b742 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xd9c22537 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xe3aed51e vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x92cf83b6 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x048b85b4 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x392f0b1f v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3c7f8a2d v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x45643a95 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5837b72e v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x69c7ab97 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a30b8cc v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6aa7467e v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7598a909 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x87c52621 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8e1150dc v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8fc53ccd v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa031ffa8 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa196e1d1 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa7fc96e5 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb31bf0a5 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb462ccfc v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc1a122db v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc2617b86 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc8403d68 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc7ed2e2 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd4d6befd v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd6d4bf12 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdbc34ba6 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf035e7cb v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf60c2e0b v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf93493f9 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x20b517f7 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x4e721f0e i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb09f669d i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xbe61ccd6 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xc9dcf14a i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xcb5fe3bc i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xce603e49 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xe6a36434 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x8a8dccbe pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xa9b82024 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xeab3081b pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x2a091b62 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x4601e603 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x67e68604 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6e808c0a kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x820a2cb7 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xac9507e8 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xd0621be7 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf041a5c1 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x01f7bfad lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x41e531c6 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xd3911a86 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1b2754d8 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x3a57d991 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x46be2f0c lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4d0eef22 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xbef0d1c3 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc603d558 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xea48770d lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x45491fa3 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x7f099c4e lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xdcf3b0fa lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2ceae032 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x449888e2 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa1394bf5 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xc8136cf2 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe18300d5 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf38cf5bd mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x14b47a0d pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x72269a95 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x73721799 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x86394faa pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x930a9b98 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xaa69f34c pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb5c17714 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xcc584842 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd3cdbca8 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd6248d7f pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xfba8ade8 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xbf4c7f1f pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xe8f6b693 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x0590169f pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x2af8d40f pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xeea3ac57 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xf2350dc8 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xfe319671 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0753ece1 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x214ffd82 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x303b2a37 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x49d55ea8 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4a65e1f1 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x525e6365 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6764beff rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x72d637e7 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x82a57210 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x84bdefbc rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8ae2faa4 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8bba48fb rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8ec78621 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9f1e9961 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb7d155e4 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xbf75823d rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc0622e4b rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc5b00ab8 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc6af433e rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xea076576 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xfd6f13d2 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x0929f7c6 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x30fce765 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x53b2f8e8 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x80607121 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x81b66cfa rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x89280e32 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x91af82a9 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa5ea7e26 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xcd7c35ed rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xe93ee3aa rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xeaa83ef2 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xeace2cf8 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xfd0eca75 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x02014e86 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1a1d9a67 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x22ffd73b si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2cf096e0 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3d6373c4 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x45288f50 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4b680424 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4f31caee si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5813a71b si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5a0fd400 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5c73ed4e si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x63c470f7 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x66b99889 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x68bfcaa8 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6af608c0 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x784a11f7 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x99d9723e si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9c6a8aa5 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9d8f4ac0 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9fa3c257 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb1113d0a si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb1f8a0a9 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb31a09e9 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb59652f1 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb5cb3308 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbc3aeeb4 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcd70e768 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd526ff4d si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdd1df34c si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe3438dbc si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe3f52862 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe8d1dbda si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf2393449 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfa9e0e8c si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x1403d817 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x2f2fe526 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x3eb55803 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xd7b6bb87 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xf653a30f sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x5e9808de am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x94b42a9a am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xa6ec290a am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xad2eb346 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x2c5792c4 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x69b9c7f7 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xd66df728 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xedd7c25b tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x1d94a878 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x70fb5edc tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xa0b5c13d tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xc308e1af tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x562a28ba ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb5b9e1bb cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xcb77dc65 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd964b284 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xe4902da3 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x33789017 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x38d2cfb7 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x665c8e63 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x71bbd51e enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x916289c9 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xcb26b391 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xdb7c1666 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x116d18bc lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2a8668fb lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x33865ad1 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x3ac02d15 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x5e792bfc lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb085f516 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xfae1ee63 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xfe302472 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x19ba695c st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x4754d139 st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x167a2524 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3a333a67 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3badf400 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x70a7f9ff sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7cf8bec3 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8886910b sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa598e525 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa5e38a2b sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xac255d09 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc013ea78 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc31ccdc0 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc495da4b sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcaaa51ef sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd4ad671b sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfa912f0b sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x0348cbee sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x60d5589b sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x7097fbb6 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x778d569c sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x7a3a78d5 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x9103ed45 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x93bae607 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa95118ec sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd9e8311a sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x4ccb7dcd cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x73e25825 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x8efc7db3 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x3ff54836 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x41a703e6 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xb25ecc60 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xfdb1ac56 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x11e0e71f cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x1dcbffa4 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x407f13cf cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x08c347e6 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x09120f02 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x09a4981d kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0fca24c3 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x12784009 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x13c30004 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1eaa7c49 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x25e2bf0d mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x263ad923 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x32d0b119 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4cf57f78 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x62fdca57 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x77c68671 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7b84daae mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8656daa0 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8bcf40e8 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8d6ca3b9 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x90a517bc mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x90b5ebd6 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9e77dda0 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9fb6d394 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9fe7e707 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa6e5281c register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xac289d5d mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaca373d8 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb48ed72a mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb4a37304 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb71c1a28 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbec364d1 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc330643f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcc2888a1 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd1a4c367 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd6190094 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd84745f1 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdb050194 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe7efb043 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe8028f7f mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf39906a9 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf86ccafc mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfa05c804 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xff56e90a mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x0ef4f53e del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x10f7bf10 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x9bc1ae99 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xc6a17da0 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xddfcadfc deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x32f03e2c nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x561ba0f8 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x8dd106f0 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x516fe6ba onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x76faa72b onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x7e0c6056 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x055a1505 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0f288538 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1334e2e6 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1398b0ae ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x51365d91 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6785e8eb ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x756136d2 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x98a3518b ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xaac4c436 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xbcdb79bd ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc6e866ee ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd7fd6964 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdf6e3e97 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4b12ffc1 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x66f4e859 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x80540f4a register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa057b81e free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa0f46c9b alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xebf78216 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x046f93b6 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x1e051b6f can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x35eb58aa can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x3a9964e8 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x3b51862c can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7edfe476 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7f8fd962 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x80179cef alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xabc33e6f alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xaed3bb6d unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb6ae8f90 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xc147da51 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xcb68cdd6 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xd4bfda0a safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf28d6ca0 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf8e7eb4a alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xfdb87319 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x82d3b144 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x9a4ff919 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xb971f7b5 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xbb579cdb alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x083d45f8 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x7f2fb7df unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x9a254a03 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xaa7b8826 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x007ce051 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02350be5 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0246e98d mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08d06356 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x096b9675 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a67a9aa mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0bee55db mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cafe83c mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x121eb5b2 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15c5e7c7 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x177c0ba9 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18599584 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x198c6157 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ad7d981 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20ae98b4 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28738a57 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2bc13e22 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x305a0c66 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31e1a109 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x321c31ae mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x344692e8 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3580385f mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x373e60ce mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38195ba0 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b78f5b9 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x413198a6 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42424388 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x437bf8cf mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43c16cc8 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4584d801 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47bcef40 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4bbe54dc mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4cde5c74 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ce0ae2c mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5298356a mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54c5b407 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a89aba3 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b94b405 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f78e225 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6165fed7 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64e96698 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6763eba2 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x683c4000 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71dfae81 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x734a6a1d mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x738000fb mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x749415a4 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7534ef1a mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7865e3d8 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78fb7b1f mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79c1cc75 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7db30128 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81d191a5 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8332c0ff mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83d93f14 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85ba4f62 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85fe7193 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88d2db70 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ae85a53 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c117ce3 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8de1d45e mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90706269 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9487dfb9 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a3e6703 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa24e44a2 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5ac1aed mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5fb3797 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa967518b mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa2a063c mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaac58e31 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaba885d8 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad9c92c0 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2c7bd6c mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3fbceed mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb47adaa2 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb57f66e7 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7e17223 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc182612 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd2a171d mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf4d04b6 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc28fc597 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc724c488 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc858b96c mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcac85ee5 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0b1c30e mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2914a55 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3171fe3 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3ce2db0 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6bf99ee mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd70c210d mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7217d32 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8f53c45 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe10ad731 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec05e32e mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed029683 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf031a45d mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf05c7b87 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3c068d4 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf50b41f7 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5751156 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf792d017 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8fcd9e3 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf946ce15 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa3f008f mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdbe45f7 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0253b13a mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2380d8d4 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x251f00bc mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x311f7da7 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35666fb8 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47ebc1ce mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60b205dc mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78b942a1 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d0f24a9 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d58e763 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9980efdb mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a8c3930 mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa4f8c5d3 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8282d23 mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca863aae mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcdb6b515 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x2697385e macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x29e7422a macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x4ddb9b5f macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x8a91217d macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x71205e56 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x70d6565d mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x190bfe91 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x642aae44 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb1503c6e usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc3d2962d usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x082bd797 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x20cbe89b cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4384ccfd cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa5cb0cee cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd03664e6 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd0c3fdf2 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd25ef287 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xfa0367d5 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x013e179f rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x350331c0 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x8f9d0268 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xcbb69a60 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xd3196285 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xd4b2b643 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x19726bb1 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x254e1ca6 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x325a1a7b usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4ad7542b usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4cb32dd1 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4fdc7aaa usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5602df18 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x59e4cd5d usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5a8c67cb usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x63a602bb usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6f7a73b9 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x73bf59ed usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x75f8a1be usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x79d47971 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7a88ce3d usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x81334971 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x82d99b45 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8755bac2 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8cffc8b3 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x94d63171 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x956bec18 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9d908b72 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa61ba643 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa81e0ddd usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaa683d33 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xad7877ad usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc2cdf4dd usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc8da1393 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe15ca9ec usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe911712d usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf402a4d4 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfd6e78ca usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x039de14e vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x534c42a9 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x53d7487c vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xd03b5d8a vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xe29d7df0 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x010f28ec i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x13257b1f i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1dd8d78f i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1fab15f6 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2787f7c1 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x33b3343d i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x78d9d973 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x90920ef9 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xaf9472fc i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbe324c54 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbee8e585 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc237bd8b i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc5458ee9 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdac36a6d i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe3013e55 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf52a81bf i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x013f0796 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x1b295d34 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x2f1c26e2 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xe06426cc cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0xdae338b6 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x05242fee il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x1540a491 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x7fa9e9cf il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x8ed28ea3 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xc9f4ce1c il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d556623 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1291ef1b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1ac36ff0 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1bdd135a iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1f685ae3 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x2216e13a __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x26435f9c iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x29505a6b __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x2ea8b0aa iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x32e72d6c iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3d548dab iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x58bac3a7 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x70f29814 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x77321e0e iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7cb634ee iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9f6576be iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa921a40c __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaa6d08eb iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb223986d iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc33b9412 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc6184a1b __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc67c31ed iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc84cbf33 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd48518ae iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd702b376 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd8fa2447 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe4744104 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x17f1303e lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2528e7f9 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2c90516a lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x34418c86 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x541b2029 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5584ea15 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6194d69c lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6fabcafe lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x745ab94e lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x755402cd lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7fb6293f lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8a83b182 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x97611167 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd484ec4b lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xfcfa90e8 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xff54dded lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x4db9861a lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x7ec93f85 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x83a58f5e __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x88159348 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x9f77f3bb lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xaa023d94 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc0777751 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xd36d977b lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x019aa3c9 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x84406d66 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x020fb0b6 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x10c19160 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x244bd69c mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x30345385 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x3643f01c mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x60c389b9 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x874b0f87 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x967d1990 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa250a91c mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xcaae5f4a mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe1344056 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf60033cc mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf7b4be68 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xfa5ba48a mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x3d7c352f p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x7466590f p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x7af41561 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x880df948 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x8938e4a3 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xaa2c63f8 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb2b8f2c1 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xf07d31f1 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xf8c32e48 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x533ac137 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x686a91db rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7516f2d4 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcf4c3269 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1467ab13 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x14d457e1 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1f9c233c rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x223572b8 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2ac2a1fc rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x31b3ca1c rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x34f99dfd rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x357fa146 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3b7d9f41 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x41800da2 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x46a80e52 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x50495d4e rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x51119fc8 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5c223e33 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5ec36d5d rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x61f3b1c5 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x657f2713 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6d63bbdd rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6e10a189 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6f0c4315 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8383d6b0 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x85e08d65 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8e8d95e8 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x90355dff rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x905c3284 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa107be68 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa3cd6772 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa9408619 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb3cc3a76 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb4821788 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb59dd61b rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb6be6d20 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xba06fc7c rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbe301b2f rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbf994a90 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc5a45cba rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xed3b171e rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf2966427 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x03540c90 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0b7b6364 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x14ba12b3 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x462f8e15 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x4e493ee4 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x63ecf902 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x936a9658 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xb87cb2ff rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc5366431 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd2bf825b rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xdb1adca5 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe5445b29 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xefce216c rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x068e0734 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0e3870e6 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0e482869 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0fff6baf rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1f0a1c60 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x20dca657 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x26bdb975 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2889f255 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x29257447 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2f69de33 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3131027f rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x339e205e rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3925c703 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4b3fc019 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4f7e8812 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x50e04d54 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x514408c5 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x58c79303 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x64ff322b rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6625f12d rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6d3d4de6 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x708f4a2b rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7383cbf1 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7476ba4d rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x79e3f27f rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x84dc92cd rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8fe4d31f rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x93f8f1d2 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x98be3a8e rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x99f7fa3f rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa018a399 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa8b0d667 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xac41f970 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb37d6395 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb7a9a9b2 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc2051876 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc7a485fe rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc94bbbcf rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xce3b4823 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdeefd4d4 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe9dcb91d rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xee4c4b60 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf1b0eba4 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf9305773 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf9b67821 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfae7683e rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x36a27d9e rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x481202e2 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x53a57d7c rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x8dc1abfc rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xccb611ea rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x0f3a5953 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x3c96ccaf rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x6f1169ac rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x835dcaf5 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x0815da58 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x10e7fd6f rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x1969607a rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x406faf2a rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x410997f7 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x45338a4f rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x45d0d1e1 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5da63984 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7874379a rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8258b175 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb2eff122 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc8b7d095 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc8e88313 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xcb820a6c rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xcf115088 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd05321cf rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6098f44f dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x74ee1f9a rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x858b8e2f dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcfb63c47 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x03a11618 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0e850f84 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x119dd73c rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2b0cabc5 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4289175e rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x45574f0d rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4f18ff93 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x523588ca rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x535db9ed rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x53a1c00e rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x572b14dc rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x57c1eb55 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x73712a8e rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x76188934 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x81ef9163 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x936ca051 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x99817155 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa854aedd rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbbf73c9b rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbc16dd79 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdb254cac rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdbe693c5 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xdc61dd7b rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf021cc81 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf0457829 rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf67d169a rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xff935a68 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x056f2f9e rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x064608ef rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0d0b6636 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x3803725b rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x471141ec rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x629a0089 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6636a922 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x78505f64 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x940e0589 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xa395cdc9 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xa3e31818 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xa4f61589 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xaa7c223e rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xcda59262 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd7c5f47a rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe8812450 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe8f6e100 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe9f7ae9d rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x1af2d0cf wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x8dbe6447 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xcbe3102f wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0417b66e wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x041fa2c5 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0763f896 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0c96a8ad wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0e71024d wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0e7893e1 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x14f96e10 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2132ccea wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x24695ec2 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x344cc9ec wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x37cf39e6 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x39d36e2c wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3af372a4 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x42c07367 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x55db10cd wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5ff65cf9 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6c9b526f wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85a05108 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85c142c2 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8d94453e wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91da5146 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x970cbe42 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa248c476 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa25fc4d3 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa2b4449e wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xabeb7c41 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xad0cde04 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb21ae672 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb367b10d wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb6c2d151 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb8de64dc wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbdc36e8d wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc120ccc5 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcacc3a67 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd160b4af wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd7bec6e2 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xde73857d wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdfeaa89d wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe048cead wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe70c1722 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe8ebad73 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfc5e1487 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x5a941d5f nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xa69b5370 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xb6dc9676 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x331bcd11 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x67b24912 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x7bd4d142 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x1500285a mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x1c5f6745 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x4d63673c mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x9d368198 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xbec13383 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x09e28102 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7154a1ef wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x898a37e6 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x9b232ad5 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xa7032bed wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb32ed514 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xe9915c33 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0902bae5 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x13a27521 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x13d2c38c cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x15560026 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1ccae5f0 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x21fd76b8 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x251e9e37 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x365f86ce cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x40d5f5bf cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x452480bc cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x478908a2 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x47c3f17b cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4ad4d75e cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x56d56ef5 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5bb1a112 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5fc1971c cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x616fb73c cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6606dd5c cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x67829080 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6bf04d26 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6ff47665 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x70463b9c cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7620776d cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7f0fe634 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x83c47ed7 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x85a92bdc cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x887ab0ec cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x89ae0753 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8b8a6ece cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8ddee7d4 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x95e0bf45 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9bc76163 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa05f34d6 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa3f0b10e cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xafc4e900 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb3c4959f cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb911a0b1 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc6c0ada4 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc9f12094 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd48da329 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xda97b4a6 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe405d9b5 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf2901c99 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfd87d658 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x221704cc scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x49c83dd4 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x68db8e88 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x7164e339 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x934aa67f scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x93aae865 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x9ccf5c18 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x051f90fb fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x122b4fce fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x16886d5b fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2bb113ef fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x43694342 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x47d543ea fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x480ee92a fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4a11842b fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4d442135 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x798c4f27 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7e79fe33 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x947a53cc fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9b7db75d fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa7e26ecb __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc2865d67 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe5c50076 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x3269b3d8 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x671da1fc iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9eeda152 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa21fc8ba iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xe401e905 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xfc7b16dc iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x05a68b30 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x142cc8db iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x16f6afc2 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1f367ba2 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x24b7adde iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2646be0e iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x26e1b9e7 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2dc6c57a iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x32cb9fc6 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3e749a44 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3e9486e2 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x44b798e1 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x46805247 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x54469e02 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5789fbe3 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x57d834a8 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x58406114 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5dea8149 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5f793233 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x626eebae iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x63618144 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6e1bde1d iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x73f92137 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x747c5c7d iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x79b69cde iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x807259bc iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x819a7899 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x83b0f96a iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8742206b iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8a8fdaa2 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9476b64c __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9f6486e0 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa6dd0a9f iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xabae04a4 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb2696b4a iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbb0071df iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcd6b1c13 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd15f88ef iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd2bc0a10 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd9722558 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdf13c220 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe41ba457 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xffe03dfd iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1f48e331 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x26ffbd89 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x31e4dd51 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x37cd659f iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4369cf6b iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x57ef2949 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x58cca4a6 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5dd3ff07 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x72422ac4 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7458f8a0 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb12dfc1e iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb7975ad3 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb930650f iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcb3bb90a iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xdf0085dc iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf3de8688 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf976567c iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x05230985 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0f713537 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x125ae028 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1ec54a17 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x246ed47c sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2d291c23 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2f45efe2 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3a9f8842 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3d9955d8 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x45611b14 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4ba710c1 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x65bc4230 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8a863a20 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x93b98d4b sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa3c69b3f sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaebe1fc6 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb36bdfac sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb511894f sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc1775c03 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc97cecb0 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd3fbb12f sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdde502f4 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xde97920c sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe074229a sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfdb73efd sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x08799c14 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x3e5c4202 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x46a6cd80 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x4f1e7f13 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x51373705 srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x6e3b9c82 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x5e9f1b2e scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x6fc77fd6 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7bfeaafc scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x840e4cba scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x8593efdb scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x876a27a6 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xba15af05 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xec4bd1e6 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xfd275524 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x050e13a5 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x09542eaa iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x14684515 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1b15288f iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2370857d iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2fd8ab9e iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x362fbfb3 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x37264ad0 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3b102445 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3fafe250 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x441d235c iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x48cba8a4 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4c23fb60 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4e987e8a iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x64df24a6 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6ed5ecb1 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x75b362e7 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8caf38c8 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8f11f0f3 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x90636169 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x92d9075a iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x97966d27 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x98ce7014 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3cebe7b iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa711c9c7 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab5f36f8 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb53f5677 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb8f670c7 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbb08d50b iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc0997f56 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc73f4c25 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc9d3fb6c iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xccff417f iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcfe0d04d iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe30e7a97 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe3bc6455 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xecf68728 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf4be14f0 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf6b179cb iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfbf1d959 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x730f0716 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xbecff114 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xef4e3755 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xfdf5382d sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x0644e1d0 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x3c860570 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x8869a48c srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc6d6cc88 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd29d585f srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd70ad7f5 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x11812b76 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x2089a038 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x22ffce79 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xc9be3696 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xf37b4e22 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xfa20f906 ufshcd_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2196c0c9 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x57af186a spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xe1dcf13a spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xf312affd spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xfad416a2 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x0690cd9c dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x4835c0ca dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xc94c1908 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xeda3ec9d dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xfd013ef6 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x00f2feb5 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x021839cb spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0b75e1f7 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0cac7ede spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0ce565a4 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x15ce3d40 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1fe155d3 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2aafcda9 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x31032db7 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5a504dfe spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6d6dec2f spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7f6fbd0b spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x82371dd6 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x89555737 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa29006e4 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb6abb473 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xee1e3a8f spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfd1d5ff4 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xcb27475c ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0609b227 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x13bcf5d9 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x14de2bb3 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1793166a comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x17dde575 comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x24420c59 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x27ba253b comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2b255616 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x52c637d8 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x54353661 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x56a89529 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x61c0ecee comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x62221940 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x65396fbc comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6c2daded comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7abeb1b2 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x80cdacb7 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x874d0e71 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8f279821 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8fb909bd comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9d00bdd2 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9fddfbaa comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa171c9fb comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa3e5b74c comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa577c16b comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa7a1863d comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xad0eb364 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xada8c58a comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb7a963d7 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb7eac7a9 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbfb850b4 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc2da1615 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc477294a comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xca796297 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xca80bf81 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcb78672f comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcbc44c3d comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcce078bd comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd1f6c83f comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd96ed03e comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdf2d93e3 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xebbcc58e comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xeca3a2eb comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf14ead84 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf30c071d comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf426897e comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf4aeedf5 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf5925d76 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf638ed8c comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf6c1b410 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x197ae52c subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xa4be346c subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xd863139e subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x8a16f85f addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x3251ffee amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x33ad59a7 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x5ec05d55 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x48241df4 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x71bd7220 cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xb1258365 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xc9bee06f cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xf04bfb99 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x2e48214d das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0e8bcbda mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1533491b mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x16275dfb mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1b926399 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x26abd1ba mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x318842c0 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x69da13b2 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x79fd9daf mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x99a922a9 mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x99ed04a2 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9e10129e mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9f7dce71 mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa396888b mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xbdab6855 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xbf46e5a7 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc15b8be6 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xdc38348c mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe1bdcc3e mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe760379d mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xeaeddca4 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf8d3d15a mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfdce4fde mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x0a82f479 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x27163334 labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x3ca3b613 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x61cc615a labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x9c701bfa labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xdb762d3c labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x2185b2cb ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x2f4ee9b4 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x5af86343 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x6eae9efd ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x9c37caba ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xd4bad6cf ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xda64f855 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xdad83fb6 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x12ac238b ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x12b6913b ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x1bbc69b2 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x46e98c5b ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x980dd3a6 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xc4a02102 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x01ec0f30 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x1b03e138 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x22372792 comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x3d0a77b6 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x5ab3e046 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x5c20d45a comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x648e92df comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xf03826a8 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0ef1d765 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x2e3f09d2 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x325ee9da spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x36c40861 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x37c83e0e spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x7308c241 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x7d1ce373 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x84f4f1c2 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9d3bbf48 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb35aaab9 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbbcfffc spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xdd09e542 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x1d2f36e3 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x2b293a6d uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x321dba79 __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x0f73ee6d usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x81b473b4 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x2170c09f ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x27298f2f ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x277aa92a dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2c741ef1 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x038474df usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x246e7a08 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2bd3f5e1 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x38904ba0 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4387759f config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4c2ea088 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x575de50d usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5ebc3599 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6da90083 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x77752e71 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x77a29436 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x787663fd usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7da2e048 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8b11e10f usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8cb94684 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x90bfae8e usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x948a2ef7 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa0b7ab1e usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa472beac usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb0a0f370 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcb2fbe53 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdbdd19d7 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe30e17d3 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe60ef56b usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xea828dfe usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeee51bab usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf38b6a19 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf9b31d0e usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x0d1420b0 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x1037cbb2 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x19c29180 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x1c3ef848 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x215ea3d0 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x4999d250 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x54045cf8 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x54cc6a99 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x5aa12f67 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x7d2734fc gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x94af04b3 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x989fd2ce gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xbc5e04b3 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xc2db52ca gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xc6e258cb gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x542a2f26 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xe35aa1a3 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x285ad0ee usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x6bcb5100 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x8415ed80 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x97cd1f72 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xa1a9ee16 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xa487772a usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xbcdb57ac usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xe6afd351 udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xef84a16e usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x14a0ebfb ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x56443cdc ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xe74607a4 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2e52e20d fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x3afb30be fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x43e8cfa0 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x5934b3cc fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7b94afea fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e5d0f83 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7fdff070 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x8773045d fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x8923a4a3 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa9ad42d6 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb3d75f44 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc1408002 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf1f5a29e fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf99994d2 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xfcd5b255 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3f089a99 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x7046a11f rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x8a5060c1 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9d16b399 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x709ea3ed ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xe59d3f88 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x10f5f9b4 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1e668b32 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x428b4b1f usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6cedabaa usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x861c62ba usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x8ddba208 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb51a6c57 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xd8a694c5 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xea16acab usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xeac586e8 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x08fffcfa usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x8594f8bc usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xb37cc850 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xcb09611f usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xd58583a9 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xdd2c1348 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x293a0ea5 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x320e7c45 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x4716d534 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x699ad3d9 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x7f5da36d samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x95e45684 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x9eb89d0a samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x98c9b88a usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x02a0858f usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0d24e534 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1b6e9358 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1c3627ea usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4a85f63b usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x646cdac2 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x687a4157 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6a939278 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x78ac855f usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8819f6b2 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9b68f50b usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9e93f09d usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xadde7021 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb7e1ce85 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc6d3b081 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd96bfd76 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xdec15d40 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xefcfa538 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf69d38c7 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfb500a48 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfbc65ddc usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x27c9ab16 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2ac6c14d usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3311a422 fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x4091ea32 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x4c34e800 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6336c0a6 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x63d1c6ff usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6810da99 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x83d39d58 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x84a75848 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x84c0ca70 usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x88da1c01 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9327ade3 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9b705f6b usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9c28b153 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa7064154 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xaa223002 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xadf9610b usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc5c6a742 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xcddc26ff usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd66b64c2 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd8f6e954 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xef947e0a usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x13b3e378 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1f7fa4a2 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x2115804e usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x28a6ef48 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x52960925 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x71da9f86 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x779983a5 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x98736874 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x99a6e706 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb7fe163b usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe0f4a047 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf0be1e90 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x00d54500 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0e90dd14 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x158b1309 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x4b2a3de3 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x5fc9f324 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x8eeda215 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc543b60e wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xd0408509 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf4654c3f wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x1e287ca8 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x2315d52c wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x2521065a __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x2cdcdccf wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x307af066 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x30a5a661 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3417b43e wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x37a9e887 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x56047eab wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x58a323b8 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x72aba320 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xbfb03384 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc6fc872d wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfd59e4a8 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x3cc2ab89 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x9f99119a i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xb2dba747 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x0159f3e2 umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x5f5d7ed5 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x74c58f71 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x99ec02ec umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xad2335c6 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xdea29454 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xe7ba46b7 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xfa8d62ab umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x02381045 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8aad57 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x14edca0d uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x18284353 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x20f1e57f uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x26e880ea uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2e7e5af8 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x30c7b923 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3a00e789 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x43139338 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4fa17609 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x55afe3fe uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x56e43651 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x58672999 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5932f838 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5e4bc088 __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x61578543 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6fb7018e uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7430a692 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7ce44c12 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7dcfcd23 uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8f6c9b9b uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x91b0cf6e uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x922d1011 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9534403e uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x967b1e52 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9b554493 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa68d7a55 uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb087960a uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb787b153 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbb739695 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd36a23f3 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd4614f88 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd9071a07 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdca6e9b5 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe1716f06 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xed5e7ffb uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xee920cc3 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf96ce94d uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfda9ff41 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfe0bb5db uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/whci 0xc7d24270 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0369811c vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x08ef3892 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0b4c7301 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0f83b2fa vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0f98e8aa vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0fd0e2da vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1b5e5fcf vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1e0389d1 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x38f994af vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4bac2e93 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4d3defb3 vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x555eb615 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5a999d07 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5becd42a vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x67e2825e vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6a0c47dd vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x890cea3a vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x966d290a vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0f81e37 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb37a6659 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb93137bb vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbb1b48a7 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbce55d8b vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd62cea3a vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe41df215 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe5b9b6a8 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xed12b92a vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf64d59fb vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfae855a8 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfbcdcdd6 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x21cd7a42 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x23f7f616 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x2528f51c ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x285b6be8 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4ed02c55 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6a137459 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa1149088 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x15e75a3d auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x5eff4758 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x6a887d71 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x98c69135 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x9afd2783 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xbe02bf93 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xc64aa142 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xe521be6b auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xec6d2a79 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xf4bce306 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xa6e4e456 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x23a109a4 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x5c0bb8b9 sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0513269d w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1cf08fac w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x47ebeeaf w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x94c01de6 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc5f3fa21 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe7499c07 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xee9efe06 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf6af1f2a w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xff2a1b41 w1_reset_select_slave +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xb2ab0505 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xe59891c0 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xe63f57e3 dlm_posix_get +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0cf0846b lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x27ed36f0 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x406c5102 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x69eeb924 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x73c49d6d lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc1b557c6 locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe90e0e09 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe910f57e locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfa3554c4 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x01116d8c put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x019d2780 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07558c6c nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09231143 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0936748b nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b9dd9bc nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0be816f7 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c7b6f94 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10b381c9 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x126a8d09 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1bae6df7 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f9ffa92 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x245031a5 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x271d18e9 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29846f32 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b375318 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b844a32 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2cd5e026 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d0a77a8 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3268fa05 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33b4192c nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33f5278f nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x360071df nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3667016a nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37e1cd37 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c79e7fb nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c943473 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46541ad3 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4704db7d nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x498940c6 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c7ceb73 nfs_sops +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 0x59221d9e nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ab990b3 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5be3678d nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e8ab404 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61e41b04 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62058e30 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x644bd933 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x646d9124 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66579292 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66cf7d05 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71a3b50b nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73a31b65 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75f8a1fe nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76779697 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76b33c44 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77038ca3 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x777cd506 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c5f0b9f nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cb5840c nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d5f3c7c nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f93f987 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7face37a nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85f35184 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85f4c4a6 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x893d01bd nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d438cd5 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x913d1ab6 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99b6233b nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a1268a6 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ed09b73 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa81cc756 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa83f4092 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa9b2f23 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa4acd1 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab04381c nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab10737d nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab4d27cd nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab7f1f6c nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabff7b95 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xadc06e9b nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb293e1aa nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2d4f160 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3c88f12 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb725d3d8 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8439d85 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9fe4875 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba20839c nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbdaf5476 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe4f2441 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe643529 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf2b9281 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc16cfb54 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc181641a nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2f565fd nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc39ceee0 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5f3c048 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6cf919a nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc91d9f33 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce3b7107 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0f49773 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd12c7c2c nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6a6f0eb nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb80a9c1 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb9dfa28 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd58e732 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde0449a6 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0d9b0eb nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4dd2efe nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe5d9f3ea nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6106068 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe635c6c3 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6e8c15e register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe87f5674 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8e2bb78 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9a15b31 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea36bdf6 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed2e161e nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xedd076d1 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xefc378d1 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1373a4f nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf17f6c13 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf62511c8 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf698a4f3 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9005ef6 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb3c28dc nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfdbcac07 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe34d277 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe43644a nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff2c9a43 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff805f99 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0313ee14 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03613ad4 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06f7394e pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b21d873 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0e43d161 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1032d5c2 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x11bda27c __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c0e8866 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f5323c9 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2fb21608 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2fc7d981 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x35848bd7 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x383628ed nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3dc8cb09 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x482eabd2 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x49ffc7ab nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c8e61dd pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5032cf2f pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x58702d19 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x665fa50e __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6900f38c nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6ac9901e pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x70662f28 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x749f5993 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x761a6d7f pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7fc48c41 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x81db64fa nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x89f77d84 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9d8c511e nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f9a4d6a nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa0c5be36 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbae10ac0 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3e7e604 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4810ff0 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcbf35076 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd254e070 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6a794d2 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9ff474f nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb813e84 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdcb842a5 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xde5079ac pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe2d80ba0 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe62ef4f1 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe88de309 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x49c52aa5 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xafaea63c nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x417dd43d o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x45515a0c o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x487bfc95 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5190edf2 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e2cb012 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa1ef22dd o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb8783fa8 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +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/dlm/ocfs2_dlm 0x25729e0f dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x3e5f8fa9 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x72d7a803 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 0x89ef4e49 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa905ccfc dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb13118ae dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x03d147cc ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa1e9f62a ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xce1acfa1 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x0c31c6c4 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x6d18a78a torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf4c1f2af _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x6eada5b6 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xe2240f2d notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x1b17063c garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x5c4e502f garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x7f04743f garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x8489571f garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xa496e929 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xcf7f0819 garp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x18057b4d mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x58b2c0aa mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x64b70fcd mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x9e1e9859 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xaa6a67f6 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xb72b27ea mrp_request_join +EXPORT_SYMBOL_GPL net/802/stp 0x778d8637 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xaa7875d1 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x7b49efb5 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xf71adb6a 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 0xf9ad09cf ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xdf185acd bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0d7e0fb2 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7d6e4c7a br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x040e0b17 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x096e0309 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x13f03778 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1491f4ae dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x184b6002 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1c9538a4 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x232fa0f0 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x31db6e64 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3bfeb6b1 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d71c7cd dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x460100ea dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6f92447a dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7751e69b dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7ae086db dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x83afbfa1 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8a9745a2 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8ad39791 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8d189e11 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9650b244 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9af1c866 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9cd14550 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9ec07c92 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2178ecd dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa26d6233 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa60b260c dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa87cf225 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa87e0d86 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc0b7b890 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd6efbcf0 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd874b628 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe0dc0bc8 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe744687e dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf75ef593 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf96aa658 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x1bfdcc65 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x30db493a dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xce21c751 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe02a9403 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe20136f3 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xed2b86d1 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x43499f6a unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdeb7146d register_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x13b5d0e9 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xd3ca7c3e lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x0696a7b5 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x07652fd4 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xc87357b4 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd58dfa29 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd86bf49d ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ipv4/gre 0x111145c0 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x483de193 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x6cef07ef gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0xa7f4f284 gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/gre 0xa8a1ea7d gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1a14d995 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1ff179b2 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x777c24b5 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb496d089 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc93bda33 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd3b5cd85 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x006dc9fa ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0ecf110a ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0f3a7903 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x214e49ba ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2f0235c8 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x358df986 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4d52d9ec ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6db93233 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x79019a93 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7fa930dd ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x978775e2 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe5aa4d82 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xee168d25 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x912b2221 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x4e7f2808 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x4382c6a6 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0xfba56b28 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0xc5d3eb2e nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x3088be85 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x444b6e4f tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x649e4dad tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x9e941a54 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xebaf2938 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x18b05a16 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x7de2b207 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x99aec176 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xd2954e8e ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xe0271435 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xd11765d8 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0xd9a3bb79 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x43919cff nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x277bcf02 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0764174a l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x16c72cd5 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x188acfb4 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1f6e12b9 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x40f08d5a l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4fa25541 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5879c299 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5a4ff970 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5e792951 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb01638e7 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbbf64782 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc82b6217 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd8139c01 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe288ed99 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe614f421 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfc607747 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x24ef8aef l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2a7f8cd2 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x32b4563e ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x34897961 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3ef3dbff ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4597eb68 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x476bf97a ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6ee22f7d ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x71021561 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8e646ec0 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x961dadaf ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa88df460 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xaeb974b2 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc46c6dca ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd78ea85f ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x102d5076 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x300a031f ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x35942ddc ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4062f4e3 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5a68d02d ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5b36d727 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x62903263 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6817f147 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7ead1654 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8209e382 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9a1145d5 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9cc94adb ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xada9c516 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe41e77f9 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf541cbcd ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x01c88f34 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x1cff43cc ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x1f8366fc register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x751f490b ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0498069b nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x05e1dfb1 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0a111252 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0e6914ad __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x171d6834 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x173ae68f nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x19d403d1 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x25dd19e1 seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2be26153 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2be4dfda nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3027dda7 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x33726fb6 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36602af1 nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3a14acc5 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3baef76c nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e153b2c nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ebaaa5b nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x431483e4 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44cf87eb __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4b86a75e nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e2c81b4 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f36ad7f nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5599dba0 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5a749761 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5b1d4b06 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d86e3d8 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e726926 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x602e642f nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x63746ac6 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x64875410 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67c8ee6b __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b29656f nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c440ba4 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6d488e8e nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6f600b91 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x733af9f3 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73c6d1e7 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x74a2dbe8 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x768ad026 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x784fad9a nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7999e513 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d9cfda3 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7e4be716 nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ffe099d nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x854266a7 nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a66c4fc nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a9e7fbb nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ae86d80 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e179412 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x93545c6c nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9bbb64a1 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9d07be52 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa9a9b9d0 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb0c3a649 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb0c7c7b2 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb27cd01c nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb714ccc6 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb79d018c nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb9df9a7 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbd9aa4f6 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbdf241fe nf_conntrack_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 0xcda789ca nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xceb9890e nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd0fb1792 nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd138e23d nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd176cbc9 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5090734 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9e8e0c1 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xddf99736 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe3709c2f nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe8bb740d nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xebae9858 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf3863e34 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf92a6c63 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfc51ece1 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe8a25d8 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff40b965 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xe245c4c5 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xb2b7244a nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xf9a6f108 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1dc8d98a get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x22540611 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x2f02d323 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3d17d3a1 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4fe67dd1 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8e1f4055 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa15f237d nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa27a9eb8 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa91ce13b set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd96d8882 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x599b8ad9 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x19f0e62c nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x3f8235f8 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x9abca171 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xd1de0efe nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xb0b6a4a9 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xf764b98c nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x20543a51 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x23b73d8f ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x3df83074 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4c1abcdd ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x91cb8570 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc995dcef ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf917ea1f ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x1e0784c6 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xff25606c nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x025069fb nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x057342ae nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x080e63b6 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2ed3c4a4 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x761d7c56 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8e939de2 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9e5a2a97 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc1713aca nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd6904634 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x43b7a370 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5f339439 synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x996e206a synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x061d202c nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a0cae95 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1b4789a6 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x32efc8e8 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4d048ff2 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa81f655b nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaa437038 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc22bf790 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd4fff2a2 nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd637efd4 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd7b75e65 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe6308d2a nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xebedc398 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1f773a34 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x76355dd8 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc2f09729 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc49f9257 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xeccdd2c1 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xfbbe95cd nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xff6db629 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x4c19aff2 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xa55914ff nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0xbae52495 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x1548273e nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x9a2b37da nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb75bb00d nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xbb733263 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xcc49d0d9 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xfdf35173 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x0227c4f4 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xdd048461 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x19ddb94c xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1c0ea878 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2e6fb97e xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5c0ccb8a xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5e4b03a0 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6547e7f9 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x68ee43f6 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x707a9090 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7ace308 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb7f4e409 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcb7f923e xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd30f2e9f xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd8e4bb3d xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x00204983 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x482b6a12 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x0a6bb6ff nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xa0306c29 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xa2cf97ec nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/rds/rds 0x00685545 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x036a24f5 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x28f957a2 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2ebfc5d3 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x38272c1c rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x39e6c56b rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x3ffe2ecf rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x6ac3863a rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x725658be rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x72f91c4a rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x868998fa rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x8d433080 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x8e23c7d2 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x955f5441 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x9e2b3495 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xa111fba9 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xb73408c3 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xcc8d98d0 rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0xd045d805 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xd1f660d1 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe4a7e4fc rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xebb8ee02 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xf00fdbe9 rds_info_register_func +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x6463b527 rxrpc_register_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xd0688ab9 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x4c74e975 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x87efb78d gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8aa015d1 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00d7c74f xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0369211f rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0419b890 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04921d37 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0637281f __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07423d96 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x089e8132 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09327ccd sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x099864be xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c400253 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0dc1ed8d sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ebe031e svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x106ca481 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x149544b3 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1536440f svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16c1c435 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x197b519c svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a082b91 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ed0384a sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x201643cd svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x206374ff rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2335a679 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25764522 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28773bfa rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x290d6b6a rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x290fae1e rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a92f519 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ad86508 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ae9d220 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cd2b5f5 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cfdd06f svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f82b14d cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x321eea16 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35448c65 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35fd4805 rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36eda8df xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x394a719e xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39c59a52 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a40aa70 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b58d210 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c5d32cb xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42fa7867 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x435d37f5 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4360767a xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43960c93 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x443fd403 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44681a44 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46467b79 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afb205d svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b01eca4 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b708653 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d9d63bb xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50072e7d xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5052169d rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50743398 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50ca5ed1 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x529cc51d cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54159c5d rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x552eb542 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58a9c9cb rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59516620 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59eaf74d svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a9c0c6c xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5dede1d6 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e476af6 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ec7c596 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fec1068 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6129b681 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63047651 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x638be327 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64c6c9a3 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6770f789 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67fa50af unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68f02267 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69d47321 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b1d6917 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b90d21d rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c17079c sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ddb44c8 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fc7ef8f xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70c93d1e rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x711094bf xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x716aec55 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72851319 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x735bb60b cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x760564b7 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7708ced9 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79148f10 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d2ac7d9 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ee10f89 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f4a490b rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83de1c11 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x848d8b4b rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x869b3cf8 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8812e8ac rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ad8370b cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d1055ba sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d8bde12 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e460fb3 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f2c5530 rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x911cd508 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x912ab0fd sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92dbfc8e xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9563c0c6 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95ff4d1e svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96dcdef1 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a3651f5 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c75ed21 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d15c0c4 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9db654b7 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dd4bf3a rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e3fcaaa rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f3c9757 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa014f351 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1d88e9b xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2ea8226 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4df1fcb rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5612a56 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5fcc285 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa881f773 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa5a9b29 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac2905eb rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac2b4fe8 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadfcb7f3 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf641fbf xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb89beaa0 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb96ba609 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba963336 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcebd4d9 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcf44be9 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf3ab614 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2fc999a svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc34e4d00 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4f7c6aa rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5281d53 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5a64955 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc64a9175 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc81f9bdd read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc828a960 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc901b3eb svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9d7601a xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca77e88d svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcdadca0c rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcea52be9 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd089b302 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1fbecb0 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd293e174 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4dd7e8e xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5192818 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd535a29f xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd84e61f9 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8f3c30a rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb70e6d9 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde2d5bdd rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde4e4fd6 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdefc8f1d svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf5996eb svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe009f2b9 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe061b172 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1d4a555 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe536aec4 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5c7c3c3 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5ce29c9 rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7d34f28 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe816d0b5 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea92155a rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xead05555 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb8b1e85 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeddc383d rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef070f06 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef232b02 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf155aab8 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2026511 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf27b01e5 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf32a2b0f svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf42c9f06 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4431307 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf49bd845 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf54dd34c rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf56c3de1 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf91c69fd gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc3832fd svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc5b1d3c rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe06408e xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe2cfc2a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe84133f rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe93c468 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff7ba48c svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffe7688d rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2a24aa27 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x31b74b49 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x61b632d6 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6f12d6f3 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x74e91915 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7b80bdf3 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x84f4f1fc vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x91edb73d vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9a3af56d __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa69b18a6 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xae2a4937 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbe4c0be1 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc89b0f34 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xeb5eb3e5 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf593c40a vsock_pending_work +EXPORT_SYMBOL_GPL net/wimax/wimax 0x03107f9f wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x04872ccc wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x0e4f008b wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1e13da6f wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x69b25cf8 wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x78cfc7d0 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8d024093 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0xaf23ecd8 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc7f6c781 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc85bc808 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe58411d1 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe9152978 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0xef8db24f wimax_msg +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0019a697 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1ca53571 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x327d802d cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x39e94c2e cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4479851a cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4f5de33d cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x705243eb cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x725ceed1 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb1ffcaa8 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbe024830 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd9ec2cb2 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xdcb1b5c5 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xedbe6f21 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x3fc6f7f5 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x5a23f9f6 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x99bfff12 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xdd7d7937 ipcomp_init_state +EXPORT_SYMBOL_GPL sound/core/snd 0x21278a7f snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x76ca75be snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xab6565d3 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xcbb48647 snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd 0xf1188fff snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x5f87636f snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xa751687f snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xfe4c643a snd_compress_deregister +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 0x7e2ee1ed snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xf3385d73 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x283dc918 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x434cc626 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x45ca37b7 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5434d535 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x696228d9 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x69d762fd snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7eae6bc6 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x8ac65f4a snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc1cd65c1 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc7cbcbe2 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xebbf3ee9 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x5130ba72 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x646498ef snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x6c9ba159 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc1a3c5d1 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xdf12bc5b snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xfc265cca snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00b5a265 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x02ffc71e snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0463bba3 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x05663ce1 snd_hda_register_beep_device +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 0x06a6361f snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0852ed9f snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b7ec73e snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d926c8f snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x116fee5c snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x142a0db7 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x16abd3f8 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x176a2af3 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x17ee5b68 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1c8a97a6 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20088279 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22b02396 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25324535 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x261287b9 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x263d4f2b snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x287d63a7 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28d9dd1e snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x291321a6 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a8dbb97 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ae2fd74 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c0d50d5 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2fb54c79 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x30e33a31 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x30eb18dd snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33cce124 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38504b74 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3c546cd6 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3fbfaa8f snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4064986a snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41cdef83 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x449c072a snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a97ee84 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4c8fd3f6 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d51a5ef snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x50c82f02 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x525c8f9c snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52d4f1f6 snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5ac90acf snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5cac0669 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5cefe6af snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d3e473e snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x606e6d58 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63d3c849 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x652fa8f0 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65f7aee6 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x66576176 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6c80887c snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fa9060e snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x701e2ef8 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7392d2c0 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74ab6daf snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76f979bf snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x774beeb3 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b19872b snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7f6e3cf3 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7f70e541 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8179cf8d snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81f2ee67 snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82559695 snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x827af144 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82828d76 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85fb2b8d snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86b7da67 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86c1ea05 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86cd7bff snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x87ddce08 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x896bc43a snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89802e26 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c4aaccf snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8d6eb814 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8d8cf506 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9150585b snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93c01300 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x95a502a2 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9976c2f3 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a6145cb snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e189843 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0abd233 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa32de281 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3a0bc97 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5af2d19 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaaa2294d snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xabf4558f snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xac29da2e snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xacf55a1b snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xadbef432 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xadcc518a snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf7c9e4e snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb12cad15 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb386b0b8 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb5bd9a91 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbac4c486 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbbbc1dfd snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2547b05 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xca217e28 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb5e4b7c snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd04ba847 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1b8be08 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1b8f120 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd374a22c snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4379a24 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd680ee8a snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf4e1c7c snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe066f090 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe13a0194 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe178b943 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe39c5f16 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe39e13bf snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe404fc4c snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4c1b69a snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe78cc6bd snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9d6c3fb snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea1d47ce query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea99a914 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeaff90ad snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xedbbbbaa snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef41166c snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf0a5c337 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2b2c84f snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4bf1397 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5ed8ab3 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf683078d __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9af8a60 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc639d15 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc9139a2 snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfcf41bf1 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfeffab71 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffed0010 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0606652d snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1a01e546 snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3faa35b2 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x473db2ea snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x48a973e8 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4a7ea309 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4ab5ee6e snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5632e8e3 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5ba5902d snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5cd28810 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5efbccfc snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6acf2ca2 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x75d201af snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x97d114ed snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xacb97e50 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd5b21090 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xda34f45e snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdd8f3149 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe253b8bb snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfe2e523c snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0x859bb989 snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x1c4c45bd azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x2931d90c azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x46609fef azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x53b600c6 azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x804eeb64 azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x8488bc26 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x87ebcf0d azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xd54900a5 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xd580fee2 azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xe751a1ef azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xf7d3d462 azx_stream_stop +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x5c3568a4 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x9001bb3a atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xc710e766 atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x432b7f4b cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x959e9ccd cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xe68ea8c1 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x0d959f35 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x7ea234a2 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x8fdf1998 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x9491968a pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x08ed4ca9 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x15c78f56 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x90b79e09 tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x9fa1faea wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x1af0c44b wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/snd-soc-core 0x03874ff1 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03c7c3e2 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x040a0cfb snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x06d86d11 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x089e06d9 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a522c54 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0aa9b873 snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d3d50ce snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1183490c snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x132bb002 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1639c0bf snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x16620dc2 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a5d4ff6 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f2de36d snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x207db481 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x20dd6bf4 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26b9a077 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28990d48 snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29ee8abe snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a00b717 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2acfa54f snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31b715c9 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3496b0c8 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x35a3580a snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38d81756 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a6fcb55 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e96b756 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3fcf3794 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4142e9ae snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41db9d8e snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41df7cfa snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4844fcfe snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x487bbd9f snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48a6cee1 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x493f1d60 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b25c6b7 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b69df92 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e453058 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ea8727c snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x50d3911c snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53167a0d snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57011c88 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57664110 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57fb32b0 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58d5a797 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58ed331e snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5997f814 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5bcb88cb dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c5dbb31 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c76b14c snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5da21692 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6160f4ab snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6246b16b snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6259cc30 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62d1ec7f snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65864fe1 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68f21dad snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x697d4e14 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c1159dd snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e03bc57 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x725ec944 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x733b01e5 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76462626 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x778daba8 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79cef97b snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a271eb3 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c8d71f8 snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7cd1840b snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7debe7f7 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f4257fc snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8080f35f snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8603b9d2 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ae1b4d2 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8b1c1d48 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bd45c10 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c862c59 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d467ad6 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x920f6336 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93951809 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94c546cf snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99e945ef snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a5b4053 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9cfe8cce snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa26d3cbe snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa31ad118 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4dc1746 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaaeddd08 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaba9043a snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabf6b625 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf55873c snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf82e37c snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1c1e385 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb22a9244 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb3bcb8af snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5024359 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb50a8784 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb52e8d9b snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5978ded snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6ac0c3f snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb73c6b29 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb80fe190 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8ff3f5b snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb84d587 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc6a0c6d dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdefcb8a snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc082a459 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0f813cd dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0fd1146 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3f626a9 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4e30e62 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc7cd6036 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 0xc945c044 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc94f051f snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb6b75a6 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbac4c40 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc285b41 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc8e6b73 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd19f5d7d snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd81acab1 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda4e90e5 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda7335b1 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc15fc7c snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xddddb8bd snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe04112c8 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe728a065 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8d00fef snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe93ceb61 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea207633 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea9c6b91 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeab3f567 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeccbb312 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xed1308ab snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xedefca58 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0a5899b snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1df2668 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2d41187 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2fd0609 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf57226ed snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7862db4 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9e1a123 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9f224f5 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbe784e1 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfcb475f0 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff032bf5 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff03fbd7 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL vmlinux 0x000da176 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0x005f39d8 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x009ea223 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x00a8de7e crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x00b7b5ae pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x00f663fe ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x011339bf class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x01177348 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x011d1c06 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x0153adcf relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x015938b0 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x016f0930 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0195fba9 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x01a9c94a usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0203f963 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x020d0ba6 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x021ebfda btree_update +EXPORT_SYMBOL_GPL vmlinux 0x024fdd9b led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x0260b1ba max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x026836c5 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x02970070 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x029d8a85 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x02a4ebed devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x02a57441 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x02e9af73 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x0322eb98 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x0329e23a cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0347b70c cpu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x03495ec8 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x035c71e3 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x036503c5 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x03a9c30f sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03e1dca9 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0454ed51 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04961630 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x0498dff8 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x04a697c3 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x04b5549c __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04e195b1 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x050f6f92 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x0522567c blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x0546bef8 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x054a26e5 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x055e6208 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x057e01ff tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x05829293 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x0597b2ba __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x059cba11 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x05a0211f usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x05a50cf4 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x05bd8548 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x05c649aa sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x05e9822d kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x05ff2296 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x0619378d da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x061dee59 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x062528a7 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x06291e14 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x0682d7e8 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x070f9666 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x0734c240 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0784e527 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x0788fe0b pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07e76ae1 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x07e884ed device_rename +EXPORT_SYMBOL_GPL vmlinux 0x07f300c3 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x087346e9 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x088c54d5 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x08d9cb6e fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x08dec635 mpic_subsys +EXPORT_SYMBOL_GPL vmlinux 0x08ee91ee put_device +EXPORT_SYMBOL_GPL vmlinux 0x08fb3d54 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x091c824a machine_power_off +EXPORT_SYMBOL_GPL vmlinux 0x091e54d8 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09238a5a crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x092ee348 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x0936233b usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x094dfee4 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x09574f70 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x09599d6c dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x0962d0e8 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x09719a98 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x0972c525 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x097e1b05 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x0982cc52 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x098d08ae agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x098e4f90 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x09cd49aa usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x09f66bf4 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x0a12f0d1 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x0a4b64eb pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x0a51ae5b virq_to_hw +EXPORT_SYMBOL_GPL vmlinux 0x0a9c0c3e blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0ab863b7 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b26576a trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x0b59390b __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b5e7805 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b6f18fe perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x0b6fd8d4 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x0b7b7f86 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x0b811e99 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x0b9f14b0 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x0bf12f8f ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0b9ac6 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c0e2635 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x0c21e87a irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c765094 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0c8fc5a3 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x0ca737f6 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x0cb1d139 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cdbd6d9 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x0cf7429d ref_module +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d07fb6e rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x0d14b37e ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0d221996 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0d706d2e rh_set_owner +EXPORT_SYMBOL_GPL vmlinux 0x0d7c033d pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0d85237d pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x0d8ef471 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x0d991c9a unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x0dc9546c pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de06988 cpu_first_thread_of_core +EXPORT_SYMBOL_GPL vmlinux 0x0df81e54 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x0e148a8b blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x0e261905 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x0e52e36c usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x0e626628 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0e70b4eb pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x0e8777b9 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x0eb2d9ff ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x0eb480b7 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0ec1f9ea get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x0ecf9c57 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x0ed58a09 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0ee33c01 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x0eebbb04 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x0ef5ed4a hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0f1e1ee5 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0f3216d3 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x0f508315 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0fa6ae73 kvmppc_kvm_pv +EXPORT_SYMBOL_GPL vmlinux 0x0fab45e3 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x0fb96eee sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x0fc01e9f static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x0fcab942 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0ff93371 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x103a24a4 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x103dafbb max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1088130b balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x10bf503b phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x10cfba75 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x10e72b75 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10fa59fc list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1114011d threads_shift +EXPORT_SYMBOL_GPL vmlinux 0x111a0a67 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x1143d323 cpu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x1168cf68 flush_fp_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x118fd400 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x11b44f7d virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x11be4ad3 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x11fd43b9 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x120ad3f1 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x122ae6e4 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x127bbc57 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x1280b43a regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x12a18b9c bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x12bf9984 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x134cc4d5 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13698084 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x136a4ee6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x136c7c27 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x136fc22b bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13e5ea13 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x13eff9c0 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x140d4aa2 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x142326cc usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x144c7354 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL vmlinux 0x14542979 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x146efc97 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x14734259 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x148aad39 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x14a408b0 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x14a6f830 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x14b96cf4 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x14b9ae7b clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x14c5db3f extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x14d100c2 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x14d47921 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x14db5966 skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x14f12d73 of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x15027abb pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x15235bc1 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x15422dfc srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x15608c78 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x15651977 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x157102f6 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x15a329b8 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x15a3d9a4 kvm_vcpu_init +EXPORT_SYMBOL_GPL vmlinux 0x15c21e5e nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x15c9a1c6 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x15f6a6ac devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x15f95154 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x16189946 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x162a487c get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x166016b0 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x168803a1 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x168cb065 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x16911632 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x169be502 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x16cbf599 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x16fcdd6a sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x1726fda9 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x1736daec adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x17475c0f ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x17690801 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17ebb57c preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x17ee09e5 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x17eecd35 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x18023902 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x18050cee crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x1807ffaa wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x180e9945 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x181e8722 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x1833feba component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x18391527 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x183c89ea cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x189482da regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x18a27f34 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x18bc818d dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x18c13b13 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0x18f55462 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x18f721dc ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x18f83ec8 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x18fafef8 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19079553 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x191260c2 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x191710aa dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x19423a68 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x195524ec usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x195b8103 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x195c364d hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x195d81f4 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x196a9437 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x197284aa evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a5ae8d pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19be47ba devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x19c54e54 user_read +EXPORT_SYMBOL_GPL vmlinux 0x19caca69 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19ecd272 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a109c15 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a392925 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x1a3e27bd pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x1a5249c7 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x1a762e6e dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x1a8469a9 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x1a8c5907 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1adc14ee driver_register +EXPORT_SYMBOL_GPL vmlinux 0x1ae9d63a tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x1aed3ca2 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x1afa4118 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x1b0e4510 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x1b34e28b skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b6f7a87 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1bab249b rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x1bc62f2e platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x1bdd0754 rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x1bfcd010 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x1c2c2b95 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x1c377a34 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x1c39acda dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x1c47e217 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c6b0f92 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x1c6bdfc1 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x1c6d04e3 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c8c1ab0 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x1ca5268d device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x1ccf478f disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x1cf01139 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x1cf82066 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x1d18559c regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x1d37b695 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x1d3fef14 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x1d4dd8a1 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x1d53e1ac crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d69a03e smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x1d6ec76d ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d8aca4e xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x1d931549 kvmppc_handle_load +EXPORT_SYMBOL_GPL vmlinux 0x1da23788 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x1da30b5c crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x1da62633 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x1da89706 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x1dcb79ee device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x1df10373 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x1df611da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x1dfbcf4c mpic_msgr_disable +EXPORT_SYMBOL_GPL vmlinux 0x1e25e346 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x1e306269 kvm_get_dirty_log +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e830c5b rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb58e01 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec7643b pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x1ed1017a kvmppc_handle_store +EXPORT_SYMBOL_GPL vmlinux 0x1efe0616 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x1f149e37 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x1f379a19 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x1f51eff6 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x1f69027b vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x1f71150a rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x1f828205 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fc03a03 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1ffb4ca1 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x2022de46 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x20376bea regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x204f612f vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x20718c94 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x209bc4d0 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x209c8bdf hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c174c4 use_mm +EXPORT_SYMBOL_GPL vmlinux 0x20cc464d usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL vmlinux 0x20e38bf1 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x210f8fe5 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x21404890 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x2147fdc3 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x219e77ab tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x21b6ad23 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x21d2cb6a usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x21ffdb4d regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x22430a75 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22be46a5 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x22c3b666 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x22cb0792 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0x23020d8a gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x2306e05b device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x2325487e setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x23359a68 rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0x2344f138 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x23569896 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x2359a959 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x235be60f sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x237b56d2 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x237cf548 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2392bc6e pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x23a71b66 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x23c3b576 kvmppc_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0x23edbcec key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x242d5249 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2466c2e2 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x247c50b7 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24a71cf9 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x251626b9 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x252506ed sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x252b711d tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x2547bc1f pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x254ba29b sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x254dd6d6 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x25665269 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x256f4280 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x25847aff i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0x258611b8 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x25a49bfd phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x25a503ba pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x25aa96bb pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x25b31f18 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x25c33c65 of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x25db3006 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x262ba8c2 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x263ac3e9 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x263f2d2f __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x264201da da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x26599074 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x268efd43 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x2691412e boot_cpuid_phys +EXPORT_SYMBOL_GPL vmlinux 0x26af87c8 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c8013d of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x270a13a2 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x272b811e pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x273a11a3 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x27612ba1 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27cc5a70 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x27e0962f rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2808645f blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x28271cfe unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x28342bb8 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x285a5f9d percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x288a92c8 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x28c008d8 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x28f818bd virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x28fc9c0e fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x2900e469 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x291253a6 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x292c9add pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x294efef1 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x295f8718 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x2963ac92 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x296f2e09 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x296fd3b2 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x29b01a86 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x29b0311c unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x29bb1670 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x29eb4427 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x2a01aec0 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x2a2243fb crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x2a353bc1 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x2a5977f5 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a75927a get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x2a75f768 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2a76d306 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x2a9fb860 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x2aab7a57 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2aace22f sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2ad0a4db stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2b02d38a ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x2b0bed66 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x2b1e8fd9 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x2b37140d pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x2b4403d7 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x2b56adae sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x2b5c303b smp_send_reschedule +EXPORT_SYMBOL_GPL vmlinux 0x2b607170 ktime_sub_ns +EXPORT_SYMBOL_GPL vmlinux 0x2b60fd79 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x2b7a574f md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x2b7a7d43 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2b9cd36d balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x2ba586ab regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x2ba6ef42 i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x2bffca15 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x2c063eb3 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c33bb61 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x2c544992 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c97c085 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x2cad5cae sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x2cbf8ef0 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x2cd7a3e6 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2ced2eb5 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d36c57b rh_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d554446 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x2d58a6fa crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d925be9 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x2d961c2d kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x2d980887 of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x2dc4bcc3 devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x2dc5a6d1 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2dd8ff73 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x2deb440b clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x2dfe279f of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e544875 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x2e8d2c46 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x2e8ea2ad register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x2eb18d0e md_run +EXPORT_SYMBOL_GPL vmlinux 0x2eba26a6 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2f01b5aa __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x2f03b570 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f225cb3 kvmppc_pr_ops +EXPORT_SYMBOL_GPL vmlinux 0x2f2848b6 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f462dee __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x2f496659 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x2f52badf find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x2f6199d9 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x2f7617d0 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x2fc52762 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x2fd29008 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x2ffb5ff7 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x300de714 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x300f5a6d get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x302470b1 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x303a5259 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x304e4f4b dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x3050ec18 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x30690844 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x308de68e user_match +EXPORT_SYMBOL_GPL vmlinux 0x308e3c4b crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30b8e2f7 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x30c2a6aa usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30d4bde3 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x31099395 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31640d77 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x317749f3 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x31a9475c platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x31afb391 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31c7b434 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x31e0a1d8 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x3209de93 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x321ad2e2 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x32554796 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x32804475 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x3283bf54 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32924a4d scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329b5523 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x329d9da2 of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x331135b3 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x33165ca7 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x3354b5a5 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x33694ee8 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x3369dcdd crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x337786fa usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x33a3126d blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x33b4bf46 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x3433b96b pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x3446d6ba wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x345427f8 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x347682ce snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0x347f3087 mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34cd64dc dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x34d2701b driver_find +EXPORT_SYMBOL_GPL vmlinux 0x34f5528a blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x34f74054 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x34fa8972 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x352bc657 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x35649a62 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x3582d3aa transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x358b60ef crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x358fb103 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35971fa6 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x35985226 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x359918b5 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x35a5a7ce debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x35c7bbe5 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x35c9e1cd gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x35e4a072 of_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x362b0437 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x3651a4e1 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x365ff01e sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x367eab38 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x3684ec90 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a01e23 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x36a64e5c percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0x36b641b8 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x36ba2c19 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x36bb3abc devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36cfb140 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x37266849 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x372abfcd irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x3744869e input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x37481319 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x3751a614 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x37521adf pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x37549d37 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x3754dc48 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x375f26c0 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x377b831c pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x37d2c2c5 rh_dump_blk +EXPORT_SYMBOL_GPL vmlinux 0x37d9b2ef regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x3823651f key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x38519b1b crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x385d97a3 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x3861458f of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x3863fbb4 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x38798605 component_add +EXPORT_SYMBOL_GPL vmlinux 0x38884cc8 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x38a8c080 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38ca7527 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38d2d491 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x38da7250 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x38db96e1 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x38de79ed blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x38e4e975 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x3903a189 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x39173761 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x39200001 mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0x3929f42c wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x39465509 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x394d2998 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x395c25e4 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x395e6b4b spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x396c2300 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x39995188 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x39e68f8b pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x39e76aa8 devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x39ed897d clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x39fa9d77 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x39fec522 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x3a23eafe fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a52f7ea ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a57b5ea alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x3a77bb53 find_module +EXPORT_SYMBOL_GPL vmlinux 0x3a80690d component_del +EXPORT_SYMBOL_GPL vmlinux 0x3a992e30 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x3ac9b3b3 input_class +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3b1006fa usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x3b24f41a palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x3b4062e9 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x3b428db6 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x3b62307f class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3b65a115 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x3c0a5b0a tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x3c1de7bd skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x3c360f39 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x3c3d8b93 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x3c56d04a blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3c7ff5fa device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3c9a6e60 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x3cad7863 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x3caecf70 xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x3cbe724b __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd94d0a ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x3cf61dd5 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d6ba233 kvmppc_emulate_mmio +EXPORT_SYMBOL_GPL vmlinux 0x3d7318dd root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d9b0990 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x3dbcd968 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dcd4f6e ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3deb64bd cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x3dedddfe subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x3df1c67c crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x3df53ea8 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x3df59f19 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x3df7ac62 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x3e15a5f2 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x3e3c1b36 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x3e58e11d phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e757637 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x3e7c863f ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ebd2b58 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0x3ec5e18c class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3ed596c0 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x3ee6ad7f blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f0194a4 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x3f0989ef sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x3f280518 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x3f64dfe8 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x3f7badf8 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3f8aead6 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x3fbe18f2 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x3fea8d25 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x40013156 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x40824b6b shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x4086172c power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x40864fcc usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40c1b5d1 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x40c3ac78 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x40c99733 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40e33c6b scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x412e2921 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x413ce97e crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x41690eec __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x417acabd device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41892fbf wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x41c95c84 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x41e20441 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x41e4d60d isa_bridge_pcidev +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x420f8b0d tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x424b8c95 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x425c1c0b ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x4267511d debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428ebd76 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x42913b44 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x42945c73 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x42a75be5 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x42b56dc4 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x42c7af9f fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x42d2c73a user_update +EXPORT_SYMBOL_GPL vmlinux 0x42d8618e of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x42e73535 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42f0853b devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x42f1623c blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42f5578b raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x432ae44b regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x435f4a6f da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x4381e670 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x43969dbe rh_alloc_fixed +EXPORT_SYMBOL_GPL vmlinux 0x439e049a regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x43a4d45c map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43b466b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x43b7c213 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x43c9a90b clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x43e53c57 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x4411178c netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x4439aac4 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x444cbdae dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x448ba6ca clk_disable +EXPORT_SYMBOL_GPL vmlinux 0x449cba96 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x44c246dd regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x44e39c8c dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x44e8cb85 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x44ead863 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x4500846d evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x450fa9e9 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x45429877 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x454e9ab3 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x45628e44 arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45bcb322 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45c216bb shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x45cfde44 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x45eac5c3 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x4626d41f bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x463d24ea ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x46534a4a inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x465d0a45 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4688c96a usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46bbc507 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x46eec084 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x46fd0b2a ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x471423fd br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x473e14e3 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x47425708 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x475cb78b da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x477a8e70 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x47864477 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478bc513 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x47903272 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b010ff crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x47b73e0b platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x47cd2315 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x47cdb423 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x47dd256d pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x47efba2d srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x481196ec usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x4819acdb wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x4853de9f dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x48541d2a ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x48729371 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x489467f9 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x48a33fb2 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x48ab54ab irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x48b3f41f led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x48ca8947 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x48eb7a22 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x48ee23ce devres_release +EXPORT_SYMBOL_GPL vmlinux 0x492eb5ef rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x494ca200 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x4989a4ce unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49b84750 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x49e4342f save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x49e4f904 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x49e84c78 clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f0e16b pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x4a09af18 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x4a2881f0 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x4a2f2518 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x4a34be1d ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x4a427a25 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x4a584f7e tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x4a6ff8bb ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ac3925a device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x4accaee1 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x4ad3154c class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x4adbfc35 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x4add3671 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x4ae976d8 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x4b0691f1 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x4b269a62 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x4b4ab4a9 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x4b4ddf91 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x4b5d16fe of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x4b7872a3 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x4b98827c rh_init +EXPORT_SYMBOL_GPL vmlinux 0x4ba4fa04 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x4ba6e17f queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x4bc8d03b sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x4bd68648 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c06d05f subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x4c0b4fc5 __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x4c0fe019 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x4c34c95d thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c71a673 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c75ba88 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x4ca9fe48 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x4cdd4f71 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x4d01e794 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x4d04ad43 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x4d08d637 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x4d2d3d30 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x4d4889dc pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x4d4a30cc dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x4d6958c4 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x4d961d32 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x4db68b47 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x4dd6c383 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e460d68 device_create +EXPORT_SYMBOL_GPL vmlinux 0x4e650db5 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x4e69eeb9 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x4e754f5b fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x4e7e5f40 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x4e8fd791 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x4eb71e60 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x4ebdbfff sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x4ec2c928 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x4ee97c2c pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x4ef3417e kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4ef60cd6 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f5a3af2 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72173c alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x4f881b16 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x4f89fc30 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x4f8db801 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x4f8f46aa pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4fa63190 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x505cd77e kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50c55a36 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50fd092f put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x5139f89d dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x51403443 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x514f1990 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x51510036 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x51846493 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x518f02d2 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x5193f554 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x51a468a5 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x51a70db8 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x51b4ecc2 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x51b65a26 rtc_lock +EXPORT_SYMBOL_GPL vmlinux 0x51c92483 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x51d37356 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x51f656f7 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52119f72 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0x52142110 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x52212010 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x5248b077 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x529c4978 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x52a1de7e rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x52dd4e37 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x52f616f6 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x52fb49f2 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x5301578d kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x531ab484 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x53296a33 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5335dd11 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x53420114 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x53450ef8 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x536edb58 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x537c94b0 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x53a1b67f mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x53ad1031 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x53e2b284 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x53e91eef devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x53f22a8f devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x53f4dc8d clk_register +EXPORT_SYMBOL_GPL vmlinux 0x53fac6bf tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x54158081 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x543958ee of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x544a1fd9 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x544cf6a4 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x546c5565 ppc_tb_freq +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x5485155a ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549897b3 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x5498ce71 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x549cebd9 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x54a0717d gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x54e3b21d dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x54eeb895 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x54f10948 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x54f43282 early_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x54ff4ee8 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x54ff60c8 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x55203398 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x5529bf12 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x552de501 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x554194ae crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x555ff1c2 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55ab6c45 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x55b02daa power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x55b0f30c of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0x55b65d9f pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x55d09490 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x55e5ac14 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x560b4851 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x561fcb9e sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5645110e __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x5663de45 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56948e46 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56c922fb napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e6aef0 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56ebf292 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x56ec4c35 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x570448e9 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x571c3bc4 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x5732b80a wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x573b44ce cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x5745470a sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x57977394 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57f13d51 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x57f46435 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x580f5665 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x58275b23 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x582c9718 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x582dcff2 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x58890a29 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x5892f832 release_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58cde45a put_pid +EXPORT_SYMBOL_GPL vmlinux 0x58f086b5 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x590fd021 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x594be3cc user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x595802e1 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x59747f46 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x5993d23b devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x59c76ba9 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59efe48f bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x59f14049 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x59fe78ee virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x5a1b1398 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x5a2c3e5c debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x5a33509e ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x5a45f80e fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x5a66c530 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x5a7869fc stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a7dddb3 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x5aabdd23 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x5ad31d05 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x5ad9be69 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5aed3a68 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x5b0d97e2 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x5b386710 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x5b463863 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x5b47f8cd shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x5b62a88d pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x5b8107fa class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x5b817534 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x5b868df7 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x5bb9a79a ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x5be01dd1 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5be3a75a gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x5bf24e59 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5c04fc23 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x5c2e2e8b usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5c3a2121 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x5c4ffe46 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x5c8baf6f get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x5ca06bb9 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x5ca11457 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0x5ca72fea wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cf94674 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x5cfb95f7 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5d0f7537 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d65d4ce sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x5d71007a key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x5e3641b1 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x5e3df016 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e5211ad regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x5e58d577 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0x5e68332b regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x5e85a19b dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x5e8e1e13 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x5e93df06 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x5ecef2ad bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x5ed7a3ea rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x5efffa5e crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f4fbcb9 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x5f80d7c4 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x5fab9975 thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5fc86000 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x5fd51e39 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x5fdd7251 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x5ff46452 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x6005f08a udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x601bbd92 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x607140ef xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a2c7f7 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60afad92 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x60b428f5 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x60be45dc regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x60f0463b irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x6115e428 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x6122be1e vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x61263eb9 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x612b34e8 kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0x612e9326 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x61521575 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x61525876 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x617969ed ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6193d18a of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x6195d164 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x61a90c54 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x61acb772 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x61aed8e6 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x61ecb09d __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x61f2fb22 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x61f62850 single_release_net +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622ef0b8 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x6290d195 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x62bc63ce ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x62cd09bc rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x62e3e59f clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x62e7ddb3 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x62efbf9f usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x630a2966 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x631d6499 gfn_to_pfn_async +EXPORT_SYMBOL_GPL vmlinux 0x6335a3b1 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x636640c7 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x638865ea relay_close +EXPORT_SYMBOL_GPL vmlinux 0x63c37c04 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x64034f31 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x6405e2d4 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x6425125a edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x6428da4f rh_attach_region +EXPORT_SYMBOL_GPL vmlinux 0x644c9878 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x6495f7e0 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x65130d3b gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x6522ba0a ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x653f636d __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x65765052 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x657b3997 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x657d6e82 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x6593bab2 led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x65a02699 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x65a9eeb2 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x65b10cf5 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x65b7d0f8 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x65c68d59 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d63fcf ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x65edef8e aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x65f9bffa wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x65fc0997 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x665a130d sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x66670a92 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x666f8dea blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x66a44fcb ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x66afb53b unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66ef1211 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x6704968d device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x6707eb66 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x671c298e disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x67643d26 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a81db3 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x67abb141 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x67f25daf tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x67fd8688 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x6812cf8d __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x68172418 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x686c86f3 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x68723d05 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x687e42ea usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x68956406 static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x68984ca1 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x68b3a00d __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x68dd8daa __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x68ed33b0 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x68f6f49a crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x69006101 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x697525cb regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x697a420c timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697cbbb4 threads_per_core +EXPORT_SYMBOL_GPL vmlinux 0x6981209d regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x698e75d5 clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x69adacca blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x69be09f7 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x69c3ed59 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x69f39711 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x69ff0d24 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x6a187edd pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x6a18aea2 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x6a27a09e pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a810ba3 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6aace275 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x6aaf4498 cpu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x6ac5e5b6 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x6ac6fa39 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x6ace754f of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x6ae519ef usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x6af3592a device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x6b05b43d blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x6b09f68d devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x6b18302c pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x6b1dcaaa rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b48a910 switch_booke_debug_regs +EXPORT_SYMBOL_GPL vmlinux 0x6b744fd1 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0x6b7bda4b skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b864a09 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x6b89ede9 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x6ba18fba regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x6bb35bbb ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x6bb6839f set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c3a58c6 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x6c3fad2f inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c73e5d9 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x6c749afe __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6d08a0a7 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d4cf285 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x6d56845c regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x6d77663c usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6d8d2067 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x6db49898 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x6db85d96 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x6dd980d8 of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x6debb7a4 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x6e006092 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e1fdd19 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x6e242d32 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x6e34f2a0 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6ea702eb usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x6ea8d995 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x6ec75440 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x6ed3ea05 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x6ee5160b driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x6ee979ea ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6eea271d phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x6eea58e6 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x6ef2f78c __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f2b6af2 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x6f2b7eed mmput +EXPORT_SYMBOL_GPL vmlinux 0x6f456e5c sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x6f746e90 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x6fb79c3e __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x6fe89bf7 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x6ff1bc3a regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x70289921 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL vmlinux 0x7032d866 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x704bacc2 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x704ffd3a devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x7065d700 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x70b5a87a disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x70b8421b posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x70bb651d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x70c52291 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70da088d wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x70ff4f0e ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710e2629 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x71151d83 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x7124535e task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x7126229d wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x71286001 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x71508a02 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x715934b3 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x716846a7 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x7170f4f4 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x718babd6 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x71a5f6c8 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x71aa475c blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x71bdbad2 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71f864c9 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x72032329 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x72132f80 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x7221a551 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x726f6ebc device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x729485e7 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x72982580 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x72987e99 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x72a6045b smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x72b7c87c crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x73039f2d sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x73510609 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x737e0454 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73c887c5 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73d93bc8 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x7409595b regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x740eeb94 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7413712e dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x742c74fd __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x74356867 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x744dcbb0 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x747042e6 device_reset +EXPORT_SYMBOL_GPL vmlinux 0x74766f78 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x749851ad xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x74b1977a regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74e24a4e ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x74e588ab devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752929dc rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x754a357d pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x7559421f pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x7564eb4a component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x75671076 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x758b294e file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x75a238fd rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x75aaf179 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x75baef02 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x75c2b9f1 memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x75f2a044 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x762c8dcc sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x7649805b __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x764cffc2 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x766229e1 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76e2cbfd powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x76ebc963 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x770c5baa ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x771a9f46 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x7722f1c2 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x77493769 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x774bcb84 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x774e5d45 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x779fe830 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x77b27db2 of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0x77dfb7fa anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77ecb6b6 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x77fe104f ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x77fff27b nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x7806c786 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x780bd7bd serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x781168d5 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x7815b392 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x783397ea rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7834a6f6 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x78368c02 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x7871f11c usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x788479a1 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x78caf2ab __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x78d60b91 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x78dfd0e1 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x79104bf6 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x797886fd pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x797f199e iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x799017ff of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0x79909d50 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x79bfe3e4 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x79c480da rh_dump +EXPORT_SYMBOL_GPL vmlinux 0x79cfba69 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x79d9f119 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x79db79ce scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x7a231ccb extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a810c1a dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x7aa6857f cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7ad6ede1 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x7add0b96 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x7aec486c crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x7aed6e9c wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x7b0b3dcd usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1263a8 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x7b17f51e regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b28ee72 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x7b3be82b usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x7ba48a90 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7bd5875d unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x7bee9269 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x7bf041a0 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x7bf7f526 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7bf85d96 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x7c0a03a3 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c436cb4 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7c6520b1 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x7c68a6f6 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7c7c6b28 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x7c99b84e ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x7cadc960 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7cb13af1 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd07940 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd3cc41 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cfc817e fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x7d0b664b vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d425dc0 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7d467fc3 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5bd759 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x7d78ad25 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x7d7c76b5 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db46634 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x7dd12fac register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x7dd21940 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7dd238d8 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x7dd90e1c rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7dedc3c0 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x7e17ba7b klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7e45e044 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e874224 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7e95a569 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ea41dfc pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x7ea8429a pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x7ebdb0dd irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x7ed25b9a fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x7ee1a526 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x7ee5d6a6 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x7f008202 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7f010ea2 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x7f1611c5 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f5016e8 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x7f69dde3 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x7f747cbd sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x7f7bc710 klist_next +EXPORT_SYMBOL_GPL vmlinux 0x7f845234 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x7fc672f8 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x7fd6fa5b rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x80322916 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80bd7582 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80d9d41e syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x81103889 wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x81858c86 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x81991bc8 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x81c2da7e ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x81c44509 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x82479a15 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x8265ded1 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x827246db fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x828552ac blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x828da5b9 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82ac8354 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x82c5fb81 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82fd2d50 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x8313b1c8 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x8325befa dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x836d61d0 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x838738bd cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x8396cde9 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x83a5ae2e __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x83baa814 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x83bce72f vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x83d327e6 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x83e393de __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x83f8dd8f clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x8405880b i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x840a768e pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x84169e17 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x841da239 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x841e55ba regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x843606eb crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x844892b8 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x845e15f7 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x84834c4a of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x849ea378 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x84aa451c ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x84b612be usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x84ea9797 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x84fca53f regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x850adfdc fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x8512de44 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x85588dd1 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x8560d9ed pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8562699e usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x856629e7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x856eae92 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x857df747 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x85803ae9 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x858a1bc3 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x859baa63 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x85a4f789 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c444a9 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85d80ad7 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x85d93de1 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x85d9a5c3 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x85db5ff7 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x85e5152c bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x85e5bbf6 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x85ea434e usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x860b303c ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x86292664 kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x866c3ee6 i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86cc23d5 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x86fa1377 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x86fb7844 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x87276ca2 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x8729a70a usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x8735e82d blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x8741073a fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8744beea devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x8767427e sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x8772dab9 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x8777931a platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x877ad796 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x87984b16 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x87a1e2f7 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x87baa561 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x87c0e8da devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x87e6a0c2 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x8804af3d usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x88104dce devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x881add33 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x881e8c3b crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x882d62d8 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x88596b0b security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x885c9da9 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x88711180 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8874cb9c crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88bb4976 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x88f792ae tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x891443ed powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x894b9b39 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x8954a234 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x8987754d crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x8989a99f regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x899f58ee subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c07b58 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x89ef7c67 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x8a97fcfa __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x8a9a8f73 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x8a9d99b7 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ad33b29 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x8b12c09d bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x8b30b190 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x8b41e1f3 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x8b54a0c9 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x8b70e8ea __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x8bd685f7 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x8bf20943 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x8bf58918 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x8bf75715 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x8bf9d378 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x8bfb8ab8 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c339dbb devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8c434d52 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c6773db sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x8c711614 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x8c79ec18 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x8c7c02da regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x8c7f82a2 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x8c9662b0 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x8c9bc4ea crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x8cc8e4d9 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x8ce3c487 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x8d14a659 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x8d4c0911 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x8d6140be ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x8d632fd9 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x8d823e94 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x8d8ebe75 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL vmlinux 0x8dd29949 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x8dfd5821 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8e1b788e register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x8e3f5572 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x8e582fc0 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x8e60df7a __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x8e614285 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8eb6fdb6 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x8effebd3 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8f050b75 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f20a78c rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x8f210780 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x8f39fb4e rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f71cdba rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x8f7f800d tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8f8773ec adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x8f890e3b usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x8f8b824e crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8f92dd5b rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x8fa495ac clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x8fbe6aa2 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x8fcbb0de crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x8fd59bee usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x8fd7ae6c of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x901c550d led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x902be875 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x904b0fce list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x905ae08c ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x9077d5ea usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90ccfd81 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x90d973b4 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x90ef5743 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x91062d3a clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x911e319a devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x912d722c event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x914e18c0 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x914f33b9 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x918b63de fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x9193814b irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cb1234 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x91d791e9 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x91dfacfc ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x91ec0d1d pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x91fdffb7 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x91ffd41e ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x920785c6 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x921e1461 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x921eff72 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9257597a ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x928efe6a do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x92a11de5 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x92a28b0f of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0x92b150e1 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92c29d54 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x92c448ac unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d9da2b init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92f6950b pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x9319f2d8 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x931b9118 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x931fc6cc ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x933e0411 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x934551e4 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x934cf9c1 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x935182dc transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x93a2cb47 reserve_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x93d97cb7 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x940a095a regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x941c922c scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9433e58f ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x943a14d8 __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x9441f94b pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x948bf87a perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x948eabaf sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x949832e5 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94bef108 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x94d48f7c blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x94df9537 of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f35106 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x95087078 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x9509cd12 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x95688bff regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x958bcaf3 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95bd6f97 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x95d35201 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x95ded9c8 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x95f94d5e is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x964c77d9 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9655b911 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x965ee1fc disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x96800038 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x96b73644 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x96da4d8c inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x96e654df devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96e861dc sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x97121001 kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x97355f35 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x973e3e2c tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x975b60a2 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x97615cd6 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x977779c2 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x978c6828 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x97a3ec56 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x97dddea1 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97f7fb1c regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x98216db4 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x982198bf rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x982ad9d0 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x982cd486 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x983c7494 rh_detach_region +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9856866d usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987a7954 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x988de2d6 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x989b5202 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x989dd626 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x98cd5dd7 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x98d78e14 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x98f060ee gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x99203e6e crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x994b6612 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x99552be1 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9968d8b6 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x99701f37 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x997ca016 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99bdbc25 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x99c23264 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x99e8939c usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1d4aa9 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x9a384a48 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x9a49d937 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x9a4dd4be irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9aad6540 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9ab2122e regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x9ac98da6 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9b05e376 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x9b0b0e5d ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x9b4034e8 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9b503766 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x9b7259cc wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x9bd8bab1 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x9bdd3192 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x9be072af rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9be421f2 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf9d6ad perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x9c1a085b trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x9c215712 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x9c457cf9 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x9c580fd7 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x9c5e87b7 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x9c67b111 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9c729b36 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x9c77a668 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x9c77cd29 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x9c7cd61b regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x9c879ec5 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x9c94bb45 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x9ca4f237 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9d030b99 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x9d03d0df ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d2143e3 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x9d29e971 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x9d31ab10 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x9d327b5d napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x9d33e10f disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9d6f79a1 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x9d735dc5 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d830f97 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9d9b689d wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9dd03754 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x9dd35ea2 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x9de723a3 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x9de9bc7a ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x9dfa1625 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e14bed6 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x9e2672f6 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x9e3f3008 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e6e8efe uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x9e732070 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x9ed39637 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed89f53 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x9f07cbde fsl_rio_mcheck_exception +EXPORT_SYMBOL_GPL vmlinux 0x9f088dd7 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x9f2d7aee usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x9f3da222 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9f4307f0 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x9f466731 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x9f859933 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9f9b8ba6 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9f9d9c68 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x9faf23c8 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd3256c rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x9fd65e8d usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x9fe829d6 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9fef818a inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xa01e4238 __clk_register +EXPORT_SYMBOL_GPL vmlinux 0xa0208e02 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa02ecb27 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xa03f07c6 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xa041cf61 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0xa0569fda clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa0a27fff pci_address_to_pio +EXPORT_SYMBOL_GPL vmlinux 0xa0a4e0e4 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xa0fc167f ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xa11010f4 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xa113589e usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xa12b2b32 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa16e44f8 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xa1853028 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xa1bd7822 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa1ef67cd eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xa207da7c regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa2082322 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xa241fcbb ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa26c74c3 split_page +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa28aaf29 rh_create +EXPORT_SYMBOL_GPL vmlinux 0xa28ea032 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2e789c8 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa2f1d71a pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xa32c296c led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xa32feedb regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa340db5b led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa3433d77 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xa3526d20 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xa357d56e ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xa371b947 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a2d9af walk_system_ram_range +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3d49616 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xa3d8ec37 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3e81a58 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xa3f2f2d3 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xa402ccf9 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xa424a5d9 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xa4468927 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa458186e iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xa47b444a add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xa47e4dcc locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xa47ff2ac devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa480c0b0 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48db900 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xa48f0863 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xa4e7a28d pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xa5207e31 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xa5290621 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xa5a30fdd ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xa5b00659 ppc_proc_freq +EXPORT_SYMBOL_GPL vmlinux 0xa5bee63f invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xa5c53497 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xa5d7ea50 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xa5dbccbb of_css +EXPORT_SYMBOL_GPL vmlinux 0xa5dff8f9 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5efe460 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xa5f02f46 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xa624be07 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa63547d4 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xa65ab315 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xa65c09d3 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xa67386f9 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xa67449e8 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0xa6753332 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0xa6920c45 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xa69ca605 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b6da45 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xa6c0190e clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6cd18a5 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6fa82a3 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa73f7b57 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xa74659ab ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa7bc6bb0 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xa7bdbba9 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xa7c0eb5e srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa88bd503 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xa8902b71 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xa89dcc23 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xa8cb0ab5 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xa8fde85b bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0xa9074700 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xa9226ff5 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xa92992b9 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xa967e3d7 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa999bf8f sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xa9a3be92 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9aef2e1 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xa9b79df3 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa9d46751 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9fbc58b swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0xaa17a2e2 rh_alloc_align +EXPORT_SYMBOL_GPL vmlinux 0xaa28a9d6 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa678716 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaa85fe9e virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xaaa7e6db irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaad1de9 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0xaacee416 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xaafb93d8 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab59d373 kvmppc_free_lpid +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab5a69df stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xab5b7eb6 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab87b8b4 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xab945a16 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xab98d0b9 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xabaa6933 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xabb380bd i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xabb3a583 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xabb5f399 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xabbaea59 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xabd183fa pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xabd28495 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xabeb1dc7 skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xac124efc regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xac19bfd6 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xac22e9f4 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xac326440 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xac3e317e kick_process +EXPORT_SYMBOL_GPL vmlinux 0xac4b0ef7 ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0xacc8db02 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xace2c9b7 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xad1c8043 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0xad43e161 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xad46d3f8 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xad48f4c4 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xad530efe pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xad64e3fb sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xad77d13a devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xad7d0471 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xad80ec73 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xad85bf7b task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xad8619de kvmppc_emulate_instruction +EXPORT_SYMBOL_GPL vmlinux 0xad9880b2 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae16232e regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xae2c0527 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xae5fb5cd __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7f4781 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xae8aa931 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xaea0c78a da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaea51f78 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xaef43c92 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xaf07a2f5 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xaf1362ed __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf1a74d0 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xaf1c9f81 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xaf2de14d posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0xaf370105 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xaf49adbd vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xaf654d47 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xaf7809d4 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xaf943e16 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xafa425b3 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xafc839d0 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xafd76d40 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xb016f861 extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xb01d14c3 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xb03907bc of_fixed_factor_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xb056f350 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb07f5b80 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xb0913148 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xb0a0d6df of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xb0a2d813 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb0a54b7c irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0xb0b7145c ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0ba7b4d perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xb0c6bb9c usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0f7806a blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xb108316a sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb149bf12 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xb1572dff pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb1868d77 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xb1a6a27a stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1d639a5 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xb1d90b4e page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xb1e0028b spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e6cc90 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xb200b6c5 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb201d966 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xb20a3c8d vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xb2127bcd rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb22534fd __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xb2256567 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xb2560f7e ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xb2785986 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xb293c758 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xb2a266c3 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xb2ed5f33 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xb3160a46 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb33f960d pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0xb34979f5 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xb36bd1bc extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xb3855a23 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb38629bd register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xb3d3bd61 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb3e0c12c blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xb3f282da serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xb3f38b3c pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xb45ff1f9 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0xb4accb63 pcibios_finish_adding_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4d53d7d __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xb4d92441 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb4e10212 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xb4e6ec93 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb5085628 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb544daf4 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xb54a8977 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0xb54d7a61 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5a11470 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xb5aa10af atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5ba446a fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xb5c8edf4 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5f525c6 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xb605b97c hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xb60b5707 of_i8042_aux_irq +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6290020 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xb633af6a __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xb63d117b usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb67c64fd __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xb68a769a raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6b6b762 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xb6bb7d21 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xb6be3eb4 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xb6ee0ca8 genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0xb70a09e3 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xb70effc1 blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xb74181ba thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb758213e dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xb75c0c5f ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xb786e77d percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb7888615 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xb79775f8 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xb79fb656 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xb7a3c211 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xb7dd8555 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb7fead23 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xb8032dcf gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xb8073895 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xb809b9ee md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xb819eb24 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0xb81af715 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xb822d5ea usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xb8408c53 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xb873c961 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xb87a95bf device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb8941238 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xb89a12d4 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xb8b0c14e of_scan_bus +EXPORT_SYMBOL_GPL vmlinux 0xb8b6b911 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb903cb1f key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xb90f64c1 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb9aa5583 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9fd97d1 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xba0fca46 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xba2b6c84 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba2f9b34 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xba5a2913 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xba86ea23 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xba986441 kvm_vcpu_cache +EXPORT_SYMBOL_GPL vmlinux 0xbaa82a42 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xbab7e70f wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xbad59a47 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xbb0150ac rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xbb01aee0 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb36247c sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xbb4e2cbe register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xbb5fde37 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xbb885753 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0xbb96fa18 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xbb9a6658 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xbb9cf6cd ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xbbc0a84c n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xbbc7f966 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbe5eb96 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xbbe6fb83 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xbbfc1d6a wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xbc136db4 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xbc4408ba arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xbc9c3a46 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcb75a2d devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xbd04b305 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xbd224fae dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xbd5b0207 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd82c844 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xbd8d498e tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xbd99d5b9 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xbdaf484e devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd9085c max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xbddaa78d rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xbde07c45 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xbdfaa1cb device_attach +EXPORT_SYMBOL_GPL vmlinux 0xbe05456c usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe2a114d __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xbe329184 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xbe5d3353 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbe7da6ed blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbed10620 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xbeef07b3 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xbef3a8da da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf13a417 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xbf1831aa kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0xbf1cc04b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xbf821f22 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xbf9e461f usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xbfac17fa tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbea772 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xbfc5a55b sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xbfeb2be9 thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0xbff5dd74 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xbff872bd clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc024fc69 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc0279d69 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xc02bec3c usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc0493501 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xc05f71f0 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc061367e mpic_msgr_get +EXPORT_SYMBOL_GPL vmlinux 0xc065a455 cpu_core_index_of_thread +EXPORT_SYMBOL_GPL vmlinux 0xc07f80d6 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0982136 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xc0a37b91 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d1e59d inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0de8899 device_del +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0ee616d inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc1008bb7 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc1283811 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xc12d30cc cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xc1692b09 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc1754f2d debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc18b6392 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xc18d2060 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc19d000d blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0xc1b67b1e posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xc1c1ba96 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xc1c4287f driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xc1ca1abb shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xc1ca914b call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc1d0918a clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xc1d36ceb fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xc1d88e40 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xc1edbbc0 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xc1fb1679 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xc21b88a7 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xc228f9c5 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc24e1b3e ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc282f12f phy_init +EXPORT_SYMBOL_GPL vmlinux 0xc2c21f67 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xc2c25342 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc2e80900 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc33724f7 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc39f51bc usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xc3afc23c regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3d43b01 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xc3e0f7ac need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc40ad99c sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc431c513 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc4639aed generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xc46d877e schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc48d0c1f subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xc49a7839 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xc4e8308c md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xc4ea228d regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xc4f1abcb regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xc4f3ba79 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc596749d regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xc5a2c19f idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc5d37180 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc5fb0e50 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xc606cd3c boot_cpuid +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc619dd2c ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc6443220 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xc65b02f7 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66b8696 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xc68aa090 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xc68aa252 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6cd2201 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xc70e4b59 kvmppc_claim_lpid +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc73adfec tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7671f59 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc7823679 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xc79940e0 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7b0918b pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7da17be timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0xc7dedf50 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc811379d dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0xc83c1cb7 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xc87f7050 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xc885d278 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xc89d7da9 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc909fa62 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9163e8a percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95f7b4e fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xc96bb165 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc97d96d7 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xc97e9bff register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0xc98083b1 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xc9c26c6b device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xc9e15ac3 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f9b197 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xca1b77a6 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xca531cf1 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xca649f5f rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xca6c0592 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca9bd8bd regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xcab06c25 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xcab6b8bf ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcafac77e kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0xcb01d639 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xcb043309 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xcb064a91 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xcb0fe198 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb43aebe regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb593dc8 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xcb74d524 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xcb7d1ee2 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xcb92a912 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xcb975e9d irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xcba169fe __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xcbb85b41 of_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xcbc75867 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xcbc98d5d bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xcbeb8f3d devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc0cdb0b pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xcc0f1009 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcc169b0b cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc44961f kvmppc_alloc_lpid +EXPORT_SYMBOL_GPL vmlinux 0xcc5ae01e usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xcc81f06e ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xccce453f crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xcce94f80 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xccfba3de uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xccffb985 device_move +EXPORT_SYMBOL_GPL vmlinux 0xcd0c1e8a inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xcd1e99a9 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xcd80dbbb of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd994e5e crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xcdb01877 ktime_add_ns +EXPORT_SYMBOL_GPL vmlinux 0xcdc0c772 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xcdc9b6d5 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcddff3d0 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xcde1385e class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xcdf41e68 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xcdf92e96 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xce09e63d raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xce0b7fb5 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce872ffa ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xcea4b5af regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcf02fe7a noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xcf0b76eb find_linux_pte_or_hugepte +EXPORT_SYMBOL_GPL vmlinux 0xcf2e3759 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xcf385f85 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf55c718 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xcf7ae6c4 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xcf8150a7 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcf9be986 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfbbec78 __netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfd9a317 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xcfea3727 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xd02b73f1 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xd02b9a58 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xd03bd3a1 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd06231d3 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0a150b9 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xd0ad1e99 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd0b2c7eb remove_irq +EXPORT_SYMBOL_GPL vmlinux 0xd0b308fa fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xd0be1610 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c7b13a pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xd0d77ad0 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xd0fea1b2 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xd114838c regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd11d261a inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd12551d3 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xd148a0ca dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd14bfc4b mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd19688d3 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xd1a52b76 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xd1b2a0e6 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xd1da0fc9 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xd1f4ba7e kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0xd1f819da da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd20e50a1 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xd211d329 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd22a7769 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0xd23c32d6 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2832f76 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2bc2fcc scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xd2c6653a raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xd320e660 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0xd3404464 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xd34d33d0 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0xd367394c bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xd3688e33 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xd3afa91b inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xd3be8540 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xd3ea0da6 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd409bc17 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xd41393a2 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xd41edcdc rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd4208f7b ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd458215c sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xd4965863 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0xd4bd1fa8 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4eaedec do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xd513ddbf timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xd58cdf4f netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5d605fe get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xd5ec587b usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xd5f0c209 clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xd61d4279 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xd62d249f con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xd638fe02 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xd6716481 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd699f4e4 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd6c2e04b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xd6e7de2a kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd7126900 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xd74d0ad1 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xd7670af8 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77b2fa4 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd7ad4e71 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd80069c5 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xd81bc247 _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd81f2afb da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd84f565d __module_address +EXPORT_SYMBOL_GPL vmlinux 0xd85b2c5e __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xd873e8aa pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd876f1c3 sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8c1b210 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xd8c1e1f9 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xd8fad687 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd8fbdf3a i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd902c829 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xd9163d8a add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xd93c5613 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd93fcfcf regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd944d8f9 ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0xd9577e29 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd97e984f relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xd990bc7b clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xd9bde8fe of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xd9da5517 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda0a4d22 mpic_msgr_enable +EXPORT_SYMBOL_GPL vmlinux 0xda24acf1 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0xda2d6e8b usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda4ba714 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xda8bfaaf unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xda8cb2e5 threads_core_mask +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb01b0a2 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xdb289a73 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xdb78937b extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb932e8b kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xdba4ad93 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0xdbc79f06 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc04b3f5 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xdc722086 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc946af7 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcbc61ba __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xdcc69f06 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xdcd3efeb __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xdcd48651 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xdcd9873e regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xdcdca673 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0xdce5eebc ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xdce7b510 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd37d677 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd729424 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xdd766fdf fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xdd817977 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xdd90f2c3 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0xdda9f5c1 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddcede9f mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddd699b9 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xdde8676b devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xdded9cdc ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xddfdb0c6 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xde15ab55 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xde721f30 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0xde97403a crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xde9cba4c rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xdef28cb3 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf2ba3a6 of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xdf2fad11 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0xdf533be7 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdf60bfaa apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xdf66ba4d ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdfd5cbdc __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xdfd8dad0 of_fixed_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xdfd9a11c power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe019e2e8 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe036b3e9 mpic_msgr_put +EXPORT_SYMBOL_GPL vmlinux 0xe03a2da2 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xe049dd5e __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xe04e5a12 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xe05d70c0 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xe05e9c18 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe06d643b regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe06dc82c crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xe082cc0c kvmppc_hv_ops +EXPORT_SYMBOL_GPL vmlinux 0xe08742ae of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0a365f4 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0xe0e5efc5 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xe138b4dc usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xe15019cd sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xe15d497c pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe1671bce vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe17db554 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xe1962d81 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xe19a994c ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xe19eb1c4 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe1b01511 cpu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xe1b44c9e nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c2ac84 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xe1d0c06a da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xe1e14faf register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xe20ed472 kvmppc_prepare_to_enter +EXPORT_SYMBOL_GPL vmlinux 0xe2283ecd usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xe22dafcc pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe2718a93 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe27acbe9 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe30fac88 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0xe316b343 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xe3277f01 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xe35281a8 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe37510fc crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3bb3b69 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe438657a devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xe480eda0 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe4845a67 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4c031f8 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe5121ae5 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xe53f91fd __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xe5498190 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5ce22c8 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xe5eff324 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0xe61db486 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xe62db41b usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe6690680 kvm_vcpu_block +EXPORT_SYMBOL_GPL vmlinux 0xe6800144 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xe6b5771a __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6cc6d60 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xe6d94368 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xe6dc6b34 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6f26b7b usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xe6f3aff8 __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xe7145917 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xe7212b8f preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe7291ebd ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0xe7331020 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xe74db6f6 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe76066f7 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76c3222 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0xe79fc5a0 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0xe7a3e7c1 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0xe7e4fa9d sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xe7f01908 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xe7f18b3c threads_per_subcore +EXPORT_SYMBOL_GPL vmlinux 0xe7f52b53 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe7f98294 system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe842c9a0 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85c55e7 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe85cba73 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86616f9 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xe86b1ec5 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xe8813988 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0xe88d8b46 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xe89f6308 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0xe8a802fa da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xe8cfcf81 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0xe8dacdb2 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xe8e185fc usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xe91ab8dd debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe91e773e led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xe926db08 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe980e920 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xe997fe9b devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9a488cd pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9e753f2 __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xea086a35 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea2d62f7 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xea31527e replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xea3f9330 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea458ab9 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xea464b55 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xea70a654 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xea7b4f2d xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xea7d7f6a pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xea8a3663 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xeaaa12f2 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xead5492e dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xeb1a2b99 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xeb1a7e6e fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb2ff8d4 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xeb5bba57 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xeb81b6b1 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xeb82f961 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xeb87296a rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xeb8ae736 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeb98215e cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xeb9bf198 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xebb49e1c platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xebca0751 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xebe8bb86 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xebf431fa tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xec07fda6 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec1f36ae dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec3a5acf tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xec718765 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xecbc8f7b ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xecd2df02 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xed03165c ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xed1f945e usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xed652639 extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0xed7402c9 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xed7f06ef class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xed8d8729 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xedae8f6d crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xedc2994d ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xede9c7cd virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xedf1096f relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee03e120 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xee2be7b7 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xee4a5923 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xee592f46 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xee63cfa9 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee94ea2b user_describe +EXPORT_SYMBOL_GPL vmlinux 0xeea95808 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xeecd93fa sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xef136556 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xef2c9941 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef422dca alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefad9263 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xefbafff1 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xefc6c2cd tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xefc956ba kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0xefda2e78 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xefee4cc5 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xeff6a8f8 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xf0031f61 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf01c34f4 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xf04c97dc cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xf04d1995 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xf0542614 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf066f9e7 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xf06e12fb __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf08033c0 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xf093d4b9 __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xf09ed3ee unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xf0cc7555 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xf0ded2aa i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xf0f36548 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xf0f94f9c attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf10b122d devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xf111a7e3 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xf13bdea7 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xf14e56aa cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xf158f170 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xf1833bec srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf19ae157 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xf1a62b6f of_i8042_kbd_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b69cf5 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xf1f5906f spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf206b4fc sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf21e82aa get_device +EXPORT_SYMBOL_GPL vmlinux 0xf21ede15 ping_err +EXPORT_SYMBOL_GPL vmlinux 0xf223841d tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf293711a device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xf2943516 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0xf2b22290 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xf2c5c397 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xf2d66cc3 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xf2d91662 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0xf2e8bd8a of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf3012f6c rh_free +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33b4ea9 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf33e89b5 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf397779b dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3c069fa gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xf3c22e48 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xf3c70c5a adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf3d77c9a blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xf3e5b229 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xf3e68814 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xf3eb5c78 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xf3fcb272 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xf40d1b5d arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0xf463b667 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf471b63d tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xf482ec70 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4c7aaca proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xf4da3546 kvmppc_init_lpid +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf5060e38 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf5128c86 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xf5298bae extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0xf529aac0 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xf53a4cae ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xf544d417 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf550f3af attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf57a9bb3 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xf599ed1c simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bcf1b2 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0xf5c221e2 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xf5e7f053 rh_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf5f3c7d5 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xf5fb0cd4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xf61613c2 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf61b4cec vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xf61c2847 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xf6414496 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xf690a013 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xf6ad8d4c pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6ec940c scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xf727c185 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xf7283e1b seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0xf7353d51 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xf7580a59 device_add +EXPORT_SYMBOL_GPL vmlinux 0xf766b008 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xf7b3f398 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xf7b7081e tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0xf7cd43c7 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xf7ee40cf inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf8409386 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf8463384 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0xf87eb160 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf895f21d crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xf89d57d0 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xf8a6a400 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xf8abbe2d ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xf8c5931d find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xf8cb111f ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8f341d2 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f3d190 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf9154bff inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xf929f1e9 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf93adb35 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xf93b473f netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xf992dc73 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xf99d7d35 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d4ffa7 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xf9dd962f aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xf9f61bcb usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xf9f9e2bc crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfa169125 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa29f8c5 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xfa2e47cb tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xfa447e39 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xfa59abf6 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0xfa5d008c hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xfa6c79e5 kvm_clear_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xfa925e7e tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xfa9ec86f devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0xfaa8403e ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xfaafee88 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xfab60503 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xfab788f3 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xfabcb434 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xfacc4d32 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xfaccc133 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xfad84bd1 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xfadaafc6 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3c3c9b dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0xfb4a8941 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xfb52b77d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb83be33 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xfb83db03 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xfb845767 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xfba03186 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xfba3f4a0 component_master_add +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbdefff8 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xfbe5726f mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfbf4a624 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc3c4297 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0xfc662359 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xfc7079df lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xfc7af4ff ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfca623ad hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xfcb1fa7d shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcded87f device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xfd23214f __class_create +EXPORT_SYMBOL_GPL vmlinux 0xfd5cbcc6 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xfd715867 device_register +EXPORT_SYMBOL_GPL vmlinux 0xfd725638 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xfd887503 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xfd88b4e4 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xfdb9878e of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0xfdbbd699 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xfdbf6964 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0xfdd68c6d fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xfde3a145 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0xfdfccfe0 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xfe045728 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xfe151acf blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xfe4ad766 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xfe565537 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0xfe7369e4 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xfe74e380 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0xfe8478d3 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0xfe880042 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xfe93d923 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe9c2ec9 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xfeb1af5b __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed34170 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff124e5e vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xff1d8dbe led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xff1fae6b __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xff23015a fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xff24b258 extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0xff40a8b0 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff5c4347 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xff667eb2 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0xff8862d7 rh_get_stats +EXPORT_SYMBOL_GPL vmlinux 0xff95a20b sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xffa685e5 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xffa815aa ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xffaaae78 of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0xffe0c0e5 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xfffe390c pci_hp_remove_module_link --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc-e500mc.compiler +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc-e500mc.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.8.2-19ubuntu1) 4.8.2 --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc-e500mc.modules +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc-e500mc.modules @@ -0,0 +1,3911 @@ +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ac97_bus +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +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 +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x_cs +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +ak8975 +algif_hash +algif_skcipher +ali-ircc +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +ambassador +amc6821 +amd +amd5536udc +amd8111e +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpck6 +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c4 +c67x00 +c6xdigio +caam +caamalg +caamhash +caam_jr +caamrng +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +clk-max77686 +clk-qcom +clk-s2mps11 +clk-si5351 +clk-si570 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +configfs +contec_pci_dio +cordic +core +cp210x +cpia2 +cpm_uart +cpu-notifier-error-inject +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +donauboe +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155v4l +dt9812 +dtl1_cs +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edac_core +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +ehset +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +eni +enic +epat +epia +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +flexcan +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fs_enet +fsl-diu-fb +fsldma +fsl-edma +fsl_elbc_nand +fsl_hypervisor +fsl_ifc_nand +fsl_lpuart +fsl_pq_mdio +fsl_qe_udc +fsl_upm +fsl_usb2_udc +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +gcc-msm8660 +gcc-msm8960 +gcc-msm8974 +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +genet +gen_probe +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gianfar_driver +gianfar_ptp +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-generic +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +gxt4500 +g_zero +hamachi +hampshire +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hwa-hc +hwa-rc +hwmon-vid +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cpm +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mpc +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-ocores +i2c-parport +i2c-parport-light +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-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +i82092 +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ib_mthca +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icplus +icp_multi +ics932s401 +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +imx_thermal +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +kafs +kalmia +kaweth +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +ll_temac +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmc +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +mf6x4 +mfd +mga +mgc +michael_mic +micrel +microread +microread_i2c +microtek +mii +mii-bitbang +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mmcc-msm8960 +mmcc-msm8974 +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpc85xx_edac +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +musb_hdrc +mv643xx_eth +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +nsp32 +nsp_cs +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvidiafb +nvme +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +ofpart +of_xilinx_wdt +old_belkin-sir +omap4-keypad +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +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_pcmcia +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 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +physmap_of +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +ppa +ppc-corenet-cpufreq +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptlrpc +ptn3460 +ptp +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-lp3943 +pwm-pca9685 +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc_cmos_setup +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-generic +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +samsung-keypad +samsung-sxgbe +sata_fsl +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_sx4 +sata_uli +sata_via +sata_vsc +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci +sdhci-of-arasan +sdhci-of-esdhc +sdhci-of-hlwd +sdhci-pci +sdhci-pltfm +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +sdricoh_cs +sdr-msi3101 +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sgy_cts1000 +sha1-powerpc +shark2 +sh_eth +sh_mobile_ceu_camera +sh_mobile_csi2 +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slip +slram +sm501 +sm501fb +smb347-charger +smc91c92_cs +sm_common +sm_ftl +smm665 +smsc +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb-common +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +soundcore +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssd1307fb +ssfdc +sst25l +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +sysv +t1pci +talitos +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vf610_adc +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-ircc +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virt-dma +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vpx3220 +vringh +vsock +vsp1 +vsxxxaa +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83781d +w83791d +w83792d +w83793 +w83795 +w83977af_ir +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +windfarm_core +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xilinx_emaclite +xilinx_ps2 +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +zatm +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc-smp +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc-smp @@ -0,0 +1,17010 @@ +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0x42d84cdf suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0xa286fe43 uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0xcd465c2a 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 0x1fa25fea pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x24c7c90b pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0x2ddbd1e7 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x4ef727fe pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x538c17da pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x7eab91bc pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x908e293e paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x9a39607a pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xa453a5e2 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0xb5ce8880 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xc7441d5c pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xca88c081 pi_init +EXPORT_SYMBOL drivers/char/apm-emulation 0x129e74f2 apm_get_power_status +EXPORT_SYMBOL drivers/char/apm-emulation 0xdf3329b8 apm_queue_event +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1cf7d8b0 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x2a8fb67b ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x42ba296f ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74b241fc ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd55636de ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x30de5893 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x47ac0d3e dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x90ea8173 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xa202e5b3 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xa3a90642 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xfad5e2a2 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/edac/edac_core 0x6b30f348 edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0339676c fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04dd92ce fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f96f8c6 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1180fc41 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16b52777 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x21b01a4d fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2a886bd8 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2d21d9c6 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2df9393e fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3dec5b00 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d5d4eca fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x51bb6275 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x569e89f6 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5e5187b3 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65694aa1 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x67f4b571 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6d7e7f82 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7b797678 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7d9728b2 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e431b14 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa8167b0f fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbc2f371c fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc24e2e57 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc6449f2d fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xce6f1da1 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdadf4b74 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdc940fcf fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe4626218 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfd733330 fw_core_handle_response +EXPORT_SYMBOL drivers/fmc/fmc 0x0227db9d fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x08b1c793 fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0x3cda2204 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x462e62bb fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x4f37e5ff fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x557e82ee fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x557ef9cb fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0xa7137e9d fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xc39d25e7 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0xe168e110 fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0xede59428 fmc_reprogram +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x7125c405 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0003cc34 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00356929 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x006fd1c1 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x019ad806 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01ea754c drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02842f5d drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04a60e0f drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0731943f drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x095afbc9 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09ec2d9d drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a1fa6a5 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cfff69f drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ec527fc drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd65d1d drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11025a75 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c0341e drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13cdaadb drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1449b508 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14d0354f drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14d193d0 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1957cd84 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1970d9dd drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1aa707c6 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b3bfcd5 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bc41fdd drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e0050b6 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e072175 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e89d1a0 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e8a1391 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20a89bfc drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24139df6 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x250ef49d drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x258ff4cf drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2916667d drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29ad006c drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ba9d8eb drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d35a430 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f02644d drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f0b064f drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f73f691 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b152f8 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x350c4cef drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35868ec3 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36f6520c drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x392beb88 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d67439f drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eca8b84 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42695f98 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42982a62 drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42dd34fd drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42f6aa43 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46145c30 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4648600d drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46639264 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4923ab1c drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a6faf73 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c5c64e0 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c68291d drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ddd6377 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ebf2a2d drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x508084d0 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51893ec0 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54105adc drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x543f0e14 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x560cc24b drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57eb70f0 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58b83649 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a268d54 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cabc226 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5dce7864 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5faa8cd8 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x628bfa72 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62c2dc12 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x636a4792 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65cceb81 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6644ab05 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66d12f5a drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67978c13 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67a75a4e drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6913e11b drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d99ec47 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71fb8f6b drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x731e3312 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x744fbd82 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x748074fd drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74b9ad22 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76a553ce drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7869dfb8 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7af25c8d drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b08b20d drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d83cb8c drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e423b8d drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e4b498b drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e8dfa26 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fd247f6 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8091509c drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82cdb947 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x838a42b2 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86f33b64 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87b2451b drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x883092a0 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8839813a drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88f9409e drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b8d7cee drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b960fff drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c7a336b drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e3421f6 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90be9499 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93ece038 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x944737ac drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96304b6a drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98f3c167 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9abd8ebc drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b5fd12e drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9efc26a3 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1f5be35 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2490c02 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2716e80 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3ab0e9d drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4655727 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa621c5c4 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7327dc5 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa955dff9 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa97f0d95 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa0c5a78 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaba8cafc drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac3e3615 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac4dce54 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad42fcbb drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0c143b1 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0ce9605 drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb25c7c58 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb47cfe5b drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb57fe82f drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8379e28 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8948168 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb974a036 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb1d0d1c drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb31cb68 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb4c18aa drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdc7ee16 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1616812 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3729736 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4666b11 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4906727 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7e1f328 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7f7cc11 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc985037b drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcad3e45a drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb77de89 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc27a957 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd4190ef drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdfda62e drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcec158f0 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd125e6ba drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd431b6e6 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd463d7e6 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd493c108 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4c02bb3 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5de8dd2 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5e1d96b drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7602fa6 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9b7e0a4 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb5a5852 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc15f008 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc8feb91 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc98471c drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd043eb4 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde9a3ab8 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfed8254 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0890345 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe180afcc drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2e2cc3b drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe313226d drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe33c1708 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3c856a8 drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3f231da drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6dcb521 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9a20afb drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9a7db25 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9f74afe drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea0402ad drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed4feb23 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed8a8e17 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee031392 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee181f85 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee76cd35 drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeed3e230 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeedfea7e drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef9802b3 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefdcca1e drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf07f645f drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0f3bdf8 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1ecdb5a drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf219f21d drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2a2578a drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6d3a423 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9929b18 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa7f3769 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd2df13c drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd465a48 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd6d908c drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffb1cfda drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01df47ac drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x05acee06 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06453ab2 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0bc0695a drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c64e363 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0eb5c18e drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a2cc968 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b1f3935 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x23e3b4ad drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e321066 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3015489a drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3294736d drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3299dc50 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36624f45 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3801f203 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3d293441 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b10389c drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4fc912c1 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x547f6669 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61e58c79 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b78d2e6 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d983911 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6dda45ad drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x715a82fb drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75b52280 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75cee7f8 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x769caeb9 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7fd5c196 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x81101bb0 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8787a332 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x897b7af0 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92cee2d4 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95168ba8 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d8dd77a drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d95be2b drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9fb9ca0f drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa79abde4 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac34ad18 drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb37c0c05 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbca46b15 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8c74fc5 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb4a3522 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf4efcd1 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1bebd67 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdfe79de5 drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0c389c1 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe40f2f12 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec50ab49 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5b8fa8d drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfde69014 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x85ed9ad0 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x91ab278e drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xc25fdf92 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x019d7213 ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x05a05b21 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1099f5f6 ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x11997d74 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132b05be ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x17b55409 ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1d04d36a ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1da07e80 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21cfea4c ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x27d7c482 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x28a3a225 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b9304fb ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x385f0ffc ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x42067005 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x44631059 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x47262cc9 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4edc4623 ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4feab503 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5817aa23 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a8fdfea ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cf59609 ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5d08e053 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5eb05cb4 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5eeca33a ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x62c48dc6 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b1d568 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69030a02 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6bb22874 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7389c2b8 ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7752f595 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7affd7e1 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d55da85 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7fb4e4ba ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80edd042 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84a13931 ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8863a1fe ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89a443de ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8c9ad7da ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d14adbf ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9686e3b1 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9b9b716c ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa1ca4654 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2a129fd ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa73de2a9 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa819359a ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaeee9f33 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb83c6470 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbbf17205 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbfef87c8 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5f0c2da ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc69f95d8 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcbd93ea2 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7f51742 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe0deb18a ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe537023d ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe62dcacd ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe869d55b ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xea564c1f ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xead1a256 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeb0f9f16 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeb6e29f8 ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeef27d6d ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xef63eed3 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf2e9b65a ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf358471d ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf976bcbb ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd9f8c7a ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfdf4a85d ttm_bo_clean_mm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x783675c1 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x9ebc0ae8 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xc8c129ab i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x50b128ad i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x538e1d2e i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xd960b3fe amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x0cd03095 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xb3ed98c3 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x17262d4a hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x37f3fa30 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x4378732d hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x4710be95 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x92d2d625 hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xe26c024a hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xa0496a4c hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xd5d3de9d hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xec8cf806 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x01e184aa st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0d8802e4 st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x1ba58387 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x5223d099 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x573db509 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x852d482a st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8beb4f9b st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x9439ba18 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x99954282 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xac39023f st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xae8c9351 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb61b623c st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xbd7f1aba st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xbe8b276b st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc34e2816 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc9063d92 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xff8f9f09 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x31977082 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0x109b7c8e st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x97af70c0 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x9b5dd8fa st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x13935b8a adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x2e0ac376 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x1545c8dc iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x2a5e1482 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x34fddec2 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x379c3873 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x38fe5bf5 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x3aa330d2 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0x5734ae2e iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x635db8a5 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x7ee56f99 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x8ae45cfa iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x8e0cea5f iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x8eb064e9 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x9718d58e iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x9d1ec42e iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xb55de1f1 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xbd61661a iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xbebb75b7 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xc2066d12 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xc34aa3c5 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xc569f5e5 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xc632c07b iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0xdac04000 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0xde4498ef iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x5d7c3114 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xeed72d97 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x0f08a9b8 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xdf478d79 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x27f8ab06 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x533e3c92 st_magn_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x38204783 st_press_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xfc46f583 st_press_common_probe +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1ea5767b rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x32a8402c rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x59252c9d rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x5dec8753 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x08c18c56 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0cd89973 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x36bf0716 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4702ef17 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x47cb4c88 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4b9e110e ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x62d486cf ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6cf60b13 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x71145b65 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x84b984d9 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x921ee378 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9885c4cf cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9af6e202 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc7ea9b34 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd52a5f42 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe911ecee ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xebde522e ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02c99303 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a2d7f02 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d7a1ec9 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1025fc08 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c0411ba ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cae239e ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23afb50c ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2442c81f ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27c4ce76 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x286e6864 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2bb7488e ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e816b94 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2fdeaa63 ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3034c64a ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31fcc7b5 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x381b27cd ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38c200e2 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c94e37f ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f872139 ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47714f13 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ae67266 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b326d91 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ca36acc ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52f75efa ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53878a97 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x552b060f ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59ebef63 ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b67ec6c ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f75d550 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f929b51 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f9411dc ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67edbc23 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68625514 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x687f58bd ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e40c9bb ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7286dcfd ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ef0149b ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x819109cb ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8308a581 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8672ca9f ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9047f27a ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90fb20c9 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x927cb1bd ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98fec520 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99c48e1d ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9cc89c54 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa07d7a07 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1d8d72a ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa422feb6 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5eb15af ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa61adf84 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7142146 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa42fdb5 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf5cbf89 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb62ccd83 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6d60a23 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9575621 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb96f2cbb ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb99fd50f ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba7c127d ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb04b6ed ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbdac1ed5 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe8a93b3 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc62af4fc ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d607fb ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca2c2a21 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb45e7f2 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb649b7e ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1783299 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde2cb144 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1ee9919 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4adb265 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5dec4ee ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7878421 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb2759a0 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3b10ed9 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6551ae0 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa64eca6 ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfba279be ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe607a3c ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfecf2b42 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0f5f8464 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x31b39409 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x58373dbd ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa39e9446 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xae13dd16 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xca468ce7 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xce6ffd41 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xdf48da7b ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xe993fa75 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xec2eaa8d ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xf50b3070 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xf856333b ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x2950f9e8 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x2afbe7b6 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x4ac90f45 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x5328d7a6 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x649e187f ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x93aff263 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9a1cd50d ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xc7921fd4 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xe0f4ad68 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x03f4f0a8 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x228b2743 iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2e23b26a iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x538a6e84 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5d48aa2d iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x609e08ac iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x711e8841 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7b4c71a5 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8d9184e9 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x997eb558 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xdb49919e iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe12ba54e iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf290c8d0 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf8fdd0ec iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1134dbe9 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1a7781b1 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x20e9c828 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2444a0f7 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x438a15bf rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x48e46193 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x51a433a9 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x56e1a4c1 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5796aec8 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5fad41a9 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7ad0defc rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7dabcaf7 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x84a3e2fb rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x85906333 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x989520a9 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9984f3ec rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdd974e8d rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe167302c rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe3baadcd rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xed710332 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xee533044 rdma_set_afonly +EXPORT_SYMBOL drivers/input/gameport/gameport 0x007c2b5b __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x51b42f81 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x65206fcd gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x67c9a72c gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x70e891f0 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7a36ac5f __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x80f21cfb gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8ba4a7f9 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd07c50e7 gameport_unregister_port +EXPORT_SYMBOL drivers/input/input-polldev 0x23245446 input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x3a41d378 input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x640853e2 devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x84f7b859 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xa18bde55 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xb9b608f0 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x02770987 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xde52582b ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xdf036cd6 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xe9db8631 ad714x_remove +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 0xfb42a95b cma3000_init +EXPORT_SYMBOL drivers/input/sparse-keymap 0x16522f3a sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x1a19558e sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x255075d5 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x831a0e28 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xb7dce594 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xceb7777d sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x09d2c27c ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x9e0715ad ad7879_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x180ed952 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2c9e7764 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4ee37da9 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x789c2964 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x84fac07d capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x905766ac attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb179ef11 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xda113ab0 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xeb4aa32b capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfa061640 capi20_put_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x266a5394 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x36db37b7 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x4519c98a b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x56f5360e b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5e1aba5f avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x89227d18 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9e448456 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa3c182e1 b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa3df968c b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa7fc2f78 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xaa26ced1 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xbb21f7b4 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xbe061374 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xc8bef459 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf94b54b6 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x051b308f t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x1586f53e b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x44baa33a b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x48d4ee92 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x52ab50cd b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x63f21714 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xa225d21b b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xcd0d14e5 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xfa8c6f2b b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x02a21ef0 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x21752729 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x5a9cfac0 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x8001e211 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x345c7f6e mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xef7aee8b mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x680942cc hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x154732a9 isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x34f5f49f isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x4a84ff5c isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x512c424b isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xa51462a6 isac_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x1651fc1f register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x41d1ea2b isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xd22d9729 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0469cd6c dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0f1c792f recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1ffa023d mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3eb65476 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3fe597de recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x49d470d5 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5093ee33 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x552c6cbf recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x61527595 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x65aa0c3a mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x66746858 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x700d5595 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x76ed5d88 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x908fb98f get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x95946b2e mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c8fec9f mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb2e70079 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb93beb61 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xca41b85e 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 0xd7d82dc4 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf1a96774 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf4e31221 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf7336894 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x0c4d0956 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x10dc0d06 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5a9e7a9e closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x66d28e22 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6969b5d8 bch_bset_init_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7b55ca4f bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x989b1e52 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x9e8b3cee bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0xab2d2b84 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xad29a6f5 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0xade3e823 closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaec09a2b bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xaf77343c bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc04554f7 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc0b9ef00 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca580595 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd54e4def closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe47e0829 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe67c2d16 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-bufio 0xa7978f56 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-log 0x9bba06c3 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xa7370fd5 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xeef7dc4d dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xf41a13be dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1a5409a2 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1f93b88f dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x279a79ef dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa70b05f1 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xaaf983ef dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xbbd2c6ae dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0xfe5160df raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x14116f84 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x25a6e0bb flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x26c36413 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2f1a4ea0 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5480cd29 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x58fdfeaa flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5d40bd09 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x84fd183e flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8e9803cd flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xac6078e1 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbbe0846b flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xceed27a9 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xda033b63 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x22ce9e82 btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x9fd388d7 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x4cfd50f9 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5f7c513c cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x6b816146 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe34cd911 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x9d04f354 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0xca222649 tveeprom_read +EXPORT_SYMBOL drivers/media/common/tveeprom 0xdd21dd7b tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x01495495 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x06af9afc dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x10e070c6 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x19591134 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x22d6ce4a dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x23dd1d2b dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x252f2875 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x28ee2ae8 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2c5decf5 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2cdab18b dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x309f8458 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x371be800 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x38597129 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3f7224d5 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x484f1bb9 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4d3b9a9c dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x58333467 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6287f5ad dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x76e760bb dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x78d62338 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7ba5d8bd dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8d7cb268 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8db0db07 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8e47dce5 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb367efbf dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb8c0ec9e dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc00bf469 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc28462e7 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd5871b52 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd5f68174 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb576668 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xde4be5bd dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe8d0c2c2 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xefc528ba dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf5d26462 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf9344acd dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xff41c43c dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x7db67eb1 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x08dbb961 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x995f15e9 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x17bf977a atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x03ad4bc1 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x167b7ff0 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x337e9297 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4715eabf au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6acef6de au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x753523bf au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x8d7b6801 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa1718d62 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd8a0ba7d au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xa9c0f901 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x2a764b95 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x8c3dd4a5 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0xda621239 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x7d39b55e cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x5113af76 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x67734a58 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x6bd6c581 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x1a7d155e cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x863678e7 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xc176ea37 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x39bca240 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x40865824 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xac357ae4 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xbef408b6 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc3155ca5 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0250b458 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x116666c3 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x319ae60f dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x36fbd6fb dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x59b72217 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x63bbf766 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x862bc211 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x90fbec6a dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbc5f051a dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc70a4841 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc91076c7 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcd3656d6 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe4ab2cd8 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf2730c1e dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf3a26e7f dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xe521bcf5 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x23945fe8 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x2eaa1c1c dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x438d063c dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xdac94f6d dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xf1c4d931 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xfad0067c dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x31973f78 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x5ca41841 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x7aef2263 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xa702a95e dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x13a698d9 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x196a9f19 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x30211aa1 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x401762d7 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4195643e dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x48072bdd dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x5210c7b4 dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x57f95c3b dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6d7c6240 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x73a09345 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8e4ab035 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x962d884b dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc0eb56ed dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc101990c dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc8ef48d5 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe81bc44e dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x324bef17 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3e85b340 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x4c67acdf dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x52820eb5 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x530d2f9d dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x65c00588 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x79986b06 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7bafe3c0 dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7d2269bd dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x81f9f73c dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x84f7320c dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8cff3e11 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa0e3adfc dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa28ff2d1 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb5cfc52f dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xba13ef80 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd7f948b7 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xfd57af3e dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xfe503635 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x1a655370 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x354521b8 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x420ddaed dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x5694c6cc dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xcb5de5d9 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xae16d737 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x5a101ea0 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xf5505ebb drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x6ff0af5e drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x5fac663a ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x12aa3057 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xc4242d63 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xd9d2644e isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x48f65516 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xe389916c isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x34dc198e itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xef9061a7 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x784743c6 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x68da0a62 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x11a24551 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x606985f9 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x3775f475 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xbeb0f9de lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xd3178648 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x4336433e lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x01f1c67f m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x37c9dbbc m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x6301ac6e mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x9bb69f8a mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xd9c7e731 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x8f4a3f34 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x0ee1fa51 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xadf8a762 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xa49c6e51 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x1ff04400 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x1a9f467b rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x372a1d78 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x26ee0406 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x3eeba8fc rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xfb4f37dc rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x35077ecf s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x4e0580b4 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x15807165 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x83c0861a s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x1ccf63ce s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x3027dd0f si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0xfa4266eb sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x83759ef2 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x00286732 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0xf81d3168 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xbb4f9ef6 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x461279a1 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x28297227 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xa6af7aa7 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x4c1ea16c stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x99d99de9 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0xa8eceaef stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x2d6b8b84 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xb03b6088 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x38892326 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x88d921ca stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x607ee879 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x0b80a882 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xdbfca1c6 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xda431487 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xff5152a4 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0xe88ea6d5 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xfb7522d6 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xa305f1ab tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0xec30a205 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x146620db tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xb3119bde tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x8381408c ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xd2bcca9f tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x57779f8a ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x33add8ef ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xb8f9ff23 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xc48b705f zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xe640395c zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x00aa72ae flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x047a4fc4 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x2007e7e8 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x44edafcb flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x61eca335 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x99c360c0 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9dcfd43f flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x742d752e bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xaa0da3ad bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xc1c1096c bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf3ae8faa bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x779dc3f0 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x7b19b00c bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x85d822fa 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/dst 0x111992c5 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x193e5ea1 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2a53c0c9 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3bcf24e5 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5de6aa53 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7c4f246c dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd6f19e55 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf41eaa89 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xff262267 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xc4502bec dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x0c0b35fc cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x8f8772a0 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xa7bd1809 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xaa7f2404 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xeee75383 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x1e445915 altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6f41877c altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +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/cx23885/altera-ci 0xee077199 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x047a62dc cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x2b63db8e cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x38c5b3f5 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa13171ef cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xdf22ede8 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xeb487867 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x7067d830 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xea07bc14 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x900939ab cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc03c5cfd cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xd022063b cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xd6c1b473 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2d07bbe3 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x41ee425d cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x45ba8cbe cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xcd19126f cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd9f98a79 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xfc288f53 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0250da02 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x124e5a17 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x202ad6f1 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2f88388a cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x456379f5 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x479aa3c2 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4c439a48 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5ead1c74 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5f23a512 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x636ff7f7 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6466bd2b cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7885f86d cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7ac41eeb cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x94d54d73 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa53e07ca cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xade8a291 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb16476ab cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb25492da cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbfbaa55f cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf0ee4c67 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf7724384 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfe065be4 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1600b5af ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x181a971f ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1b641948 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x21bd272a ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3a32c734 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3b99864e ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x52afd5e8 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x78903f1d ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7d78d17b ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x972d7374 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9c234716 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa650d165 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb9e119ed ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc2cb0fca ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcb059201 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe1d3184f ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe904fb8b ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x02b75255 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x12e18d63 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x469e44c9 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x648b85db saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x65f39621 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x67049f79 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x67ad2776 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9bc9b827 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb7eff6b4 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbc8622e0 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd4b4353f saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd8ee8ff5 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x662a892d ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x3bde3d3f videocodec_attach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x4c5312ef videocodec_unregister +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x522c538b videocodec_detach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x6a3f7cf2 videocodec_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x03d051ed soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x06cc43bf soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x4245c98c soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x5ae2c9db soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x6834e846 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x725d382b soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x96fad75e soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xbffad3a9 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe59423e6 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x0c7dd2f0 soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x97c6cd26 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xc45399ed soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xe0145bdf soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/radio/tea575x 0x1237828e snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa3dcf407 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe24b31f3 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xec99c5a6 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x36ba3eda lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x6ddd35ef lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x9eedb253 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xa416911a lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xb9a8e9e1 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xe519f524 lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xe60d0ea8 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xeb52ddb6 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/rc-core 0x5e77a3d5 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x705f1de6 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0xb022c69c fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x910abbb2 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x9e46f487 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xe1c33645 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xf817fb1e fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc2580 0xde406fe2 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x80f89aed max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x191bf5bd mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x839c1d78 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x77808f8d mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x5f6c3a7a mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x89021cd7 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x7c4540f8 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x06d9590d tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x79b36d59 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0xcab05e66 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xd1ac956f xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0xc906d253 it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x41102de8 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x91320cba xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x472606c5 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xc20ab1a2 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x23cbd2a7 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x2d16d7b3 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6ad8c13b dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x8cbdd200 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xaf2be703 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb5b8a14c dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe6611e84 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xeb2ede54 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf00efffe dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2811a19c dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x5453f13f dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x56db40c1 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x5953a99a dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x6079f8b0 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x814c8176 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xb5c72a2c usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xb18c92f7 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 0x056b9975 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x188617f4 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x212a98a3 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3763c004 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x52ad2218 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5e02cc19 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x91e5ab37 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb5945206 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc82fc962 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdb26902c dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe73e9c70 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x76fb3190 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xb3fc4974 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3a064a70 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4058f59c gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x58761194 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x64705d22 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8c836631 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb9e268b8 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf157fce1 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf851cfbc gspca_resume +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x4cd7f83d tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xc9794623 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xe88f018c tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xdd78df9f ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xf6bfde55 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x821f7475 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xa77068d3 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xff30dad4 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x0cc1c334 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x32fea5b4 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x37c53583 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x5a29055b videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x6444bea7 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x813ccca8 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x32ed63c8 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x4007f862 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x5fb19885 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x6608af40 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x8931fa74 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xab7f0232 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xcd844a90 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x03fe48d5 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0b2b38b2 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0b786583 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0fb955f9 v4l2_ctrl_g_ctrl +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 0x1697c221 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x19e6ea07 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1a97c836 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x22c01e00 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x246270c8 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x25a3c25f v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3450fc12 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3af0588f v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b381a20 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3e2daab9 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3feed0d8 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x45b0d855 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c722fc6 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x52b98fe0 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5931543b v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5ec420fa __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x68772043 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x695723df v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6d693364 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x70b3775f v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7582a9e0 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x82fa091d v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8cb6738a video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x93cfa345 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x971e8c64 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x973572ef v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x99e76782 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9b7425e2 v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9bf25073 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9fa915c3 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa5c9addf v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa840c646 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaa34259b v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xae289dfd v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaec0f532 v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xafd6d162 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb2299198 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb2e662d1 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb6d78a5b v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbb66c09c v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcb427916 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xce22aa2e v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd0a5a1df v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd2599b2b video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd46bf575 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd5278b1c v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd5bbaffb v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd6254e7c v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd7351e81 v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd8f3d14f v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd9868b2f video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe094eb7b __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe1662f40 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2e12ec7 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe4fd4b36 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe554b17a v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe851009e v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xea25e8e4 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xef3eae9a v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf2b09522 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf2c6ac44 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 0xf33f2ffe v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf9d0b010 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/memstick/core/memstick 0x05196d89 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x16797bb2 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2d831280 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3a56f3ab memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x43f8fbcf memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5b5c17c8 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x635e07a3 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7fa01f86 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8b28ccab memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8c9b5da4 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x97249e5c memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb1998bec memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb85cb0ef memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xce87bfa6 memstick_new_req +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0ef41ce1 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x149052b7 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1e19ea3a mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x237bab48 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2b2b1764 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2cdd619a mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x39d52ffc mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3a05b45c mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x48db9c1f mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4d48226d mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x544b9772 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5dd25b5c mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6550dadd mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x66084803 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x740b5b2a mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x75db8a9b mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7b100258 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x88e59e9e mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9d9895cc mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa2347cd6 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaed70529 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xba270631 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc591bd61 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd826dc5a mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xebb82a8a mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xec64aa68 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf4cb08ae mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf708dccf mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfc5ec468 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0a71c68c mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1b0f23d7 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1befebb9 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x20e83931 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x409f1bd3 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4e8b6fd6 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x535d907e mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x54f2c303 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x754be95c mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x76bd5131 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7ff11e3d mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x80706555 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x89159293 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8f26888c mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8f9263b6 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xab72c4c1 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb5bba9e4 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb7c6a74d mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb85781d8 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xce9075ed mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd10ed6d6 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd14c5746 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe4653d65 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xef3b8c31 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf2b82b33 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfacf792d mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xff9d4773 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x03022330 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1b150e21 i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x30b18e13 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x364382e8 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x49568812 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x56f33dde i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5d701baa i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6accdd74 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6c119182 i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7ba86a4e i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8ece82ec i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x915dcb0b i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x94fac784 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa10e06fc i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd2dd61c8 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe784660f i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf336b286 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf4dddc3b i2o_parm_field_get +EXPORT_SYMBOL drivers/mfd/cros_ec 0x0eaab496 cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0x54e1d81b cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0x5c0d8c58 cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0x9aaff474 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/cros_ec 0xc0f40f23 cros_ec_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x0591c9c4 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xbcb54285 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x05d7d22b mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x109f039a mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1d16a962 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x32810b55 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4a750d71 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x54da7940 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6562ec64 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6b477138 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x854c7b41 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc67c9889 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xdde6cfc5 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe06609db mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf6e5c97a mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/tps6105x 0x97593efc tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xa0759632 tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0xcf3ae829 tps6105x_mask_and_set +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/misc/ad525x_dpot 0x2979a830 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xa375865a ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x196cbdc2 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x14aa6c12 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xb8234280 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/ioc4 0x33739733 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0x76b2ceb0 ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ef2b2c3 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x10fd6307 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x1b06a3d4 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x1c5ae84a tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x47c846a4 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x58877d07 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x5e2e97c7 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x697a9a9a tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x7e4c70eb tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x98e44819 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x9ecd7ef2 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xb8fa24f9 tifm_register_driver +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0x4f4395e5 mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x1753fb0d cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x588af602 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x91bd042d cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x0344e862 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x123ffc1f unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x8a8b9b33 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xd22f39ab do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xf8edb6b3 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x1cc3784e lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x829a6957 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0xd4132ed8 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xdc9b0177 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0x07958edc denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0x7bd2ed7c denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x1be72308 nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x3c612c03 nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0x7d2de39d nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0x84a9533e nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0x9f700e4d nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xb863d34f nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x003d2123 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xb46ce913 nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xe6b2fd47 nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x760575a3 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xd4e14a91 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xb45058e4 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xb8276acf onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xc10dfb0f onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xe484e9e2 flexonenand_region +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x10337612 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x10e90dc8 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x118f0e5c arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x45f134cb arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5931a513 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x61b8855a arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x686dd666 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7144276b arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x814251cb alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc314354c arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x048d03ed com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xab620ee1 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xe14ecf2d com20020_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x354ccc8b ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x572ad13a ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x69946ae2 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x69ccabf3 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6c7c18e6 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x700297bc ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x99782b07 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa0907e73 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb875c47f ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xcf7d885d ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0xa9f13b00 bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x9458c66d cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x011f5c48 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x09597be1 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0972189a cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1026398d cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1f87f1db cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3b95d449 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x52e587c6 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x64e88d82 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6622ad29 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6d4b49d8 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6e1e7ed6 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x71dd96c3 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x90344c89 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa1e4d9f7 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc129bb66 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd0425d03 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0ceb9656 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1cd2e875 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x30e56351 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x37cc153f cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6cec7bef cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7910d58c cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x82b1e1aa cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x841b715c cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x84ce48e1 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8a54836b cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9b1a9a35 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9c695bdf cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9df3feb5 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0a0f132 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa7a3e732 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xac11c531 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb6582918 cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb717a289 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbc0f0641 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc637d25c cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd10604e9 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd40f9628 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xde515cb1 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe0bbd575 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe43689e9 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeab7175e cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xefa77053 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfe33a8a7 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1008dc7a vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x3b5423c6 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x3cb31730 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xa84d1f38 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xaab67680 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b204f24 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11b61293 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x139e3881 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1827d014 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1936c203 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ac28518 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27b32183 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32c01914 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34c42319 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x423e7b3f mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x512a8051 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x533e90c4 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60f77d1e mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66cfeff1 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69351ef5 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d687248 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x936c25b7 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95d06946 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad81e358 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae110a81 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2576bd0 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0f05471 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc49e90da mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc61c670 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe06a9f0d mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf85d0288 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ba57513 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0dfc28f8 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cf0fb72 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ecb8c9e mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21814c7e mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27c999be mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ad87047 mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x446551c4 mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48569bfb mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b72bc89 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50f44bfd mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5247a73c mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56299afb mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67326748 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6eed5ab0 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f8304cb mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76c51ca7 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x773cf05e mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7eba7cdd mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x881f070f mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91d19f1d mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac7e04b3 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5c556aa mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2fcfa6c mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5c8e22c mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc801b8e5 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcaafb4ce mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5075b75 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8ae5b83 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x27fd44dd hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x6bfbef57 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb66d21fc hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xc3c8e59a hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xdcc3c7f6 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x3193f6d4 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x31bdfd56 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x3c62ba52 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x6f2c7e64 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xad41a9ad sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb811c61b sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xc6fff34d irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xd14c630f sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xebc4eddd sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xef3a3ddf irda_unregister_dongle +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x0831f2c8 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x1484fe6c mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x1baacc08 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x2c002f86 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0x54ecd70f mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0xa37b9efa generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0xa767915b mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0xca0c3ee4 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x90c8f63f free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xa26d3f0d alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0xd3284663 vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x5d2dbc8d pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x9cd68188 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe1d427bc pppox_ioctl +EXPORT_SYMBOL drivers/net/sungem_phy 0xaa5d3b47 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x0fc69130 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x52196771 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x67f037e4 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x728fe8a0 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xbda43d32 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xcb1e1995 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xeb694620 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xfa3ba675 team_mode_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x514b38fc usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x635b8500 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xc491c9ec usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x14e085eb hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4580cf68 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x53fcd846 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7a1bea48 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7fcad524 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x936f49bd hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd26c503c attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe60f8c50 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf40b8a99 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf6276eb0 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf6951e0a hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x60fc9f70 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x7ba12205 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xbe0728b6 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xc12fcb91 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x02065e21 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0aa66112 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x11f4f233 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x421cfb68 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6b5b958c ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x86f2add9 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xae62f64d ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xaf66d7f1 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbdf7409d ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd543769d ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe7c8ce20 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xfa7b1d80 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1439073b ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4f184710 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x560ec462 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9130ce32 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb7aa4536 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc6098e36 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1e49bcdf ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x23109259 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3435b50c ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x36c6d7b9 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5e100ccf ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x814b3d26 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8b64bc98 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 0x99acced1 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xac44f99a ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd7963ac2 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x077da0a3 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x085c4322 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2293b4fa ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2f473a2b ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2ff3c295 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x38b31001 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x42739c89 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4335062a ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x53a71c45 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x622aae4e ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x68610748 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9e03a937 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xaaac0ffb ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb21e578c 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 0xdaa23039 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdf870e23 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe3d95eb5 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf0a5a422 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02879608 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c845d6e ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f283679 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1035b136 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10eaa2fe ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1797381e ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19ce163b ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a22981f ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c6df093 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d8fe7c1 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1e89c744 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x207b180a ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20cfe5af ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25499c58 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28f15e8d ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2af3a214 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c652855 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3172aae0 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31d384b8 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3529e470 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35946afa ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x360014ea ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x393b3303 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b951f6b ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3fb915a4 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x405f7be9 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4314a143 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x446146b9 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x476b6d9e ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4977e51e ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5412c3e0 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54508540 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55dc91f2 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x594c42cc ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5bebf512 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5dacab88 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x66fc04a7 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a3461fd ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6bf0e9bc ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c93eca5 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6cbac4e1 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6df252f8 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e407a42 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e77b6aa ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f2c91ed ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70a3fd72 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70b14b40 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x735eb528 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x737b8ed3 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75a288ef ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7612bae4 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x764e437d ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77673fbb ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7c476fcb ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82219b7b ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x890bb863 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x897b6461 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c24b2cd ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8cd33623 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f932d25 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9089a906 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9522db50 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x963ac48c ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2c661fa ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa58fb7e1 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6aa5fed ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa8ba202f ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb022f916 ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb08d13e5 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0d3c025 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb1d47b1d ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb291b6a2 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb301b2aa ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb4d047c0 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5d7f897 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb7a21b11 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb9683309 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb7155b0 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc0eed1a ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0900de9 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5082486 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca70b683 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce68806c ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd12945a8 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1fa6f44 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd886619d ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd89fcfd5 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9c50027 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb0072a8 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb222035 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdbf1571e ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf3df59c ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2f9219e ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe317b268 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe45c4ba0 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe4669b09 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeda88b79 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xefe57b29 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf247d8e1 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf32dba4b ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf541be92 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8ade512 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb20d044 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/atmel 0xb03bfffe stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xb6a0b175 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xd69b3b68 atmel_open +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x4cbe8d65 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x54dff916 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x60d223a4 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x63795f09 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x6889587f brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x68fdf1c1 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x7d51e1f8 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x80e2bb32 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8296b737 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xae8c0e75 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xb20b68ab brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xbdaa283c brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd1fdb47c brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x29d663d3 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2db77bb3 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x32822f28 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x485db7fc hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4cd80918 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x612d16c3 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x643488af hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x703d8002 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x742e7cd4 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7529c29c hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x876467dc hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x95ee2837 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa10ca724 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb72e7f6a hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbd38ac26 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc909dbda hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc976386b prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd0ada744 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd921e862 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe14d3d37 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xeaf9b99f hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xec103801 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf217c38d hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf9840595 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xfe2b70f9 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x01a6634d libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x29bf672e libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2ebb6b05 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3598f5b9 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x392480a7 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x508e5613 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5e0d6822 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x66419026 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8587fcc1 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x93642c09 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa5ca547f libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xab22266a libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb2cf8e0b libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xbfe93f8f libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc9fa922d libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe6786504 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xea9b16dd free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf0a9acb4 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf784c418 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf8231323 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xfb0aea7c libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x00174469 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0350e718 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x05745b76 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x101b345a il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x13763d62 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x15ddc368 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x18321099 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1951e734 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1afaeb8c il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1ba88799 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x27b2c56f il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2fdba02a il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x36f82f26 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3727ee6c il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x398537a1 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x40e05e96 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x427acbb1 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4448f0f3 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x46d7d3fb il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4799274a il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4c3ac897 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x51bbeb39 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x526b61df il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x59e823ce il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5c8b516f il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5daa8b74 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x62b511a7 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x641a42de il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x66421f4c il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x667a241b il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6a054b0e il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6cde7c07 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6d274cc6 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x704dd58f il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x715ab44b il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x759ba863 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x767480fc il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7674c378 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7700ee2b il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x79692109 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7a420f9b il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7e8d97fa il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7ead2d31 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8050166d il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x83135929 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x875d33df il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8d456c3c il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x93b1a0c8 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x96896d3e il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x98dd0a3b il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x98e91ae6 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x99afaa2c il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9aa67e5a il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9e8ac24f il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa0678c2d il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa16e51cf il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa1b34184 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa3a683f5 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa4d669c5 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa59be0b4 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xac5b7b17 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xae55de5e il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb1217633 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb2a38c85 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb2fdfe4c il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb318e7a1 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb951357a il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb96ee682 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xba5f5cc5 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbc45f0a9 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbcb53ec3 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbd860f81 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbe946493 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbfe5971f il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc45ec4a6 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc4a7c9a1 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc593797d il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc951bf85 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd4a0c455 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd4aea553 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd531c1be il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd8326370 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd9bc0ec9 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdca5522d il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe5b37e68 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe704cb7d il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe7894a4a il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe8be917f il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xeb908cfa il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xee1bc271 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xefbc086c il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf23a333a il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf350a25d il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf4f2e66d il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf6f5ee8f il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf8726af3 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf8b760fe il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfc117c0c il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfddefd0e il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08ee1e7d __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0d9eb5ff __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0e7bc05f __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x201337b4 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x249e4b06 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x36dcef55 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x4919d1a5 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x67381a2a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x79e9bf26 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7edec07d __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8bfcc307 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x9a12c9c5 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xc0827b2f __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda36f3a4 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1680e420 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x30f0c498 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3509a4c3 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x47edcda2 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5dea5bf1 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x608851b4 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x67b7b464 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x6b0119ef orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x749852c4 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x86a7ad23 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x94dbfccf orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9c6db697 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9e2e8ff5 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb9f0c295 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xce8c4b8b orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xee3faa38 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xfe057adb free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0xb231b344 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x043b7506 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x059adadf rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x08654101 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x10e9c5a6 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1c4cc630 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1d001784 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x24b885d9 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x33d0e5e2 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3ff108c2 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x57051eb9 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5ef0c3de rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6b3cee2e rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6e5cbb11 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7169b14e rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x75b300f5 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x772510c6 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x78160193 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7edf9de6 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8337605c rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x87b7ce47 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8f1eb65d rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x99ddbb6e rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9d30b54c rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xab590e22 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb0b248e7 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb255e50d _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb6d8e8c0 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbbaae986 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc61a77a6 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc677dd83 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc6c12ef5 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd1a18057 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd20fac8b rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd3c89801 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdaf398d5 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdfae2635 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe76f1335 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xecf41c1a rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf16810af rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf214a4f5 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf673a546 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xb390deb5 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xcbefc5bf rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xd05c24a1 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xdf8fa538 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x506c5c4e rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x50b2ba02 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x6035b15e rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xecae13ba rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0c7bbc31 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1bc53d44 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x26366c2c rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2f1d4e68 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x32b21882 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x337cbe36 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x37af61cf rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x430e2869 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x43cd7444 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4fab7007 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x634d15d1 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x8e81ee09 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9e63d49c rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa0503f98 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xab9093ef rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xac16007e rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb4cc0432 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbc693b78 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbe3dc09c efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc3421a01 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xde470d03 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdf2f9abe rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xeae7f5d0 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x2110e43b wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x4528882f wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x6dc0792b wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x7ef2727b wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/microread/microread 0x6dbd4cf2 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xf96ec104 microread_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x8f57433f pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xa6aed3b5 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x24b89a79 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xfee8d52a st21nfca_hci_probe +EXPORT_SYMBOL drivers/parport/parport 0x186214e2 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x202b16c0 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x21f37060 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x366c98e3 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x39ff9d8e parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x3b9b20d5 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x4169465f parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x4cad3cca parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5dae03ef parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x67e22ad5 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x6b7085d3 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x6dbd0dd7 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x71fb26bb parport_release +EXPORT_SYMBOL drivers/parport/parport 0x769fba44 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x9469f047 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x9bfe05b8 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x9fed2cb1 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xa3a9c2b7 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xa4a9b8ec parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xa8a27737 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xad8999e8 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xbd133540 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xc081fbae parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xc33199b1 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xccf862aa parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xcfa27c71 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xe1c7e45f parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xe58ad5f5 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xe5e9813d parport_read +EXPORT_SYMBOL drivers/parport/parport 0xf66a7075 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport_pc 0x85bbf067 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xc1a3bef5 parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x09b65371 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x12d22efe pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x16cd4107 __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x1e6d66d4 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3ebf4134 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x41eef5ef pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x45a2feda pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x504ae852 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x597ce8ac pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6103c4db pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x65f718c7 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xaa4c3072 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xad64a83c pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb29aaf3a pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb745f588 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xda57bfe1 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xdc8961ab pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe75f4c72 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf86ecdf9 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x03e2fd3c pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x11aada18 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x2d71579b pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3b58e9ec pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3f3f6ae2 pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x45d45930 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x722934d7 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x91d983d6 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xdb8453f7 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe4afd456 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xefb0ea4b pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x1e1086bc pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x9f45ef9d pccard_static_ops +EXPORT_SYMBOL drivers/pps/pps_core 0x2b6b7976 pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0x32d3e19e pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0xc005608c pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0xe4523459 pps_lookup_dev +EXPORT_SYMBOL drivers/ptp/ptp 0x00a89367 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0x6dd0eb93 ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0xdb7c6e9d ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0xf457c1aa ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0xff4af687 ptp_clock_register +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x8f09acfe rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x99baa7b2 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa0c5071b rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xad7a409f rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xd154b29d rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xda7d757c rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xe1786f65 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xed2041f8 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xff318631 rproc_shutdown +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0d386ef7 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x282534c3 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x286caa2e fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3a6e7d40 fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x82ea3d38 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x83605f3e fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9f564033 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb14b0bab fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb74327af fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xdf81b478 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe1fba7fc fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xeb9c6b48 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x02aab81a fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x02e88995 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x07543a78 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0a2ae400 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x14703b25 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x21b1908c fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22af5551 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x23e692af fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x25722c20 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x269a4ea1 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3167136a fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x37dbdbd8 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4805f788 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4adeaed4 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4bcf6d54 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x519fb906 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x51b92fee fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x54cf24f8 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5d8bc841 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5df0652e fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5df2de06 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x60c47fc1 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7080c946 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x77db11cc fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x790632b9 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c409d11 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7dec0ec0 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8411f2ad fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x916b4146 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa094b059 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xac92f79b libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xadd9fc7e fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb32b361f fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb4a90071 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb563a8b5 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb5be22de fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbdcfc39f fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbfaf7583 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc030c782 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc87a7534 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc9782612 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc9fb5398 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd008beeb fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdcd119f4 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe489fd0f fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe78cbb7d fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xeefefe5a fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf1141929 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf259951b fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf2df4415 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf2e2f6a0 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf703fe33 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x240a7f27 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x6d1cf684 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe02957ee sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe3622ecc sas_wait_eh +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x41974796 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x11d1774d osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1326c2ea osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x155c849c osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1fb40ebe osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x22ff4f7c osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2ceda10c osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x38de8f80 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x39915e13 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3bb48776 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4295366c osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4603c8af osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4faba337 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x55ea1e4d osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5d9ea35d osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x60fe80ae osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6719aba3 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x69c1c29f osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6b992c4d osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6ee298eb osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x72734135 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x75f3d10c osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x77325d12 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x843ad0e4 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8b2f7a46 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x96398f97 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9c35e363 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa00419e3 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa9349710 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xac2f2acf osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc9af80e3 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcdc8e079 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd3645857 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe5bd28a4 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xef1ecaa8 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf7177db8 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xffa11b4a osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/osd 0x1949be65 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x8dec5a59 osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xad352b07 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xb7ae130a osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0xcdeeca30 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xdddbb752 osduld_device_info +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x09426c34 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x18cf7cd0 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2407ce82 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x409c32fb qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x611eaadc qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7470146c qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x862c72e8 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x938c61cf qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa51ed054 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xaa468b72 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdbd49f85 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3d33c118 qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x539714da qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x78bd71fd qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x84a40cbf qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x8cdddb8c qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x93ca5d92 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0x6709cca7 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x8ed4912d raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0xaecf7e1d raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x496ad395 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x587a2201 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5ddea0c0 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6b8a2948 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x736e5d9a fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7df04458 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa2d6b7ca fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xada39f73 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xba7acebb fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbf8a758b fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc6ceb97d fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcc01df0e scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf6c2a319 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0c7ca30b sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0f07879d scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1ccc0b47 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1d4544e1 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1d4c92d0 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x20b30c51 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2df9671a sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2e61950e sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3ffa2a69 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4e83bc64 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x542d999e sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x67732030 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6cefcb6f sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x73339681 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x758b50da sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7c7e666b scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8cbd3159 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x93ce49b6 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa8ed3183 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb962562f sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbfb5099d sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc5559cb2 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd28daae8 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd44e30c2 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd4d873c4 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdfd0943a sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe6f7f3bc sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf22e2083 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x71f9bce9 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x76304435 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xa18b461a spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xdc945207 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xe78627bb spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x59186cbe srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x5d4662f2 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xde9b7426 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xff05d694 srp_rport_put +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x06562009 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x2e35be6e ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x6dcbdad5 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x01b40701 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x1090f044 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x11080426 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x18a0bacb ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x19e83051 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x2bc54c9d ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x2ebea337 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x4a1edcaf ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x4ca92533 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x56c386da ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x6aebface ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x87f871e9 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xa9822ff2 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xbae7801f ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xbc2a0637 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd4b09e5f ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xd7d9f516 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xdf3e4e35 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xecd61b83 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xedfd0a75 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xf6be5d11 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xbea5860f fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xeb283880 fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x38b57dfb adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x03c7b9e4 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x1ba280ad ade7854_probe +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0270324d lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0333a336 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x082a6491 the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0ce8f49e lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x20bd7a93 lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x22a37ee6 lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x28464651 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x32d76d59 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3558e584 lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f34b79d lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4bb00492 lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4f9cb871 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x52285d8c lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5a5d46b3 lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6e8bb54e lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x713ca08f lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x98317576 lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xc4021f0e lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe3ac4837 lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x5a632af0 client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x6a3bd8d5 seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x9e1c9d09 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc0d33c48 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xde247cda seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xe77e8341 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xf0d4a505 client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x247e96c1 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x57031bfd fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x5e8b9ed5 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xa0cd5f36 fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xad72c0a0 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xed5efff1 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xfe1d23a8 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x00c881f6 cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0389f857 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06401e01 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0735d9ca libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08917712 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x095b0c9e cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0c68bc45 cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e311d38 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x10b7e9c3 cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x123b6908 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12c54b77 cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1477e81e cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x151e7546 cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1c8eccc6 cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d41c4c0 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1e8cdb47 cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x23f6f445 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x277e62bd cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x28c09de7 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x29aafd0c cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2a641ef9 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2d2d2d29 libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2e5044c7 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2efcc0e6 cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2f439265 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2fb7eae8 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3834f243 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3e5e7727 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4087e2b4 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44688a0a cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44728d76 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x468bace1 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x482deff7 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b982291 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4ce95435 libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4d89e988 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5a785762 cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5b20921a cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3316ca libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5df8c623 cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6214e888 libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62f56738 upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x63761e18 libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x63b4967a cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c4cadc8 cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f28ef7b libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7190502f upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72f4e5f9 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x75161168 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7562cd14 cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x771695b1 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x785b7372 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7a47b94d cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7c73bc4b cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8286ffa5 cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x828d16a2 cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x841679dd upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x87f3bb87 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x949221dc cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa1cbf250 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa28a6757 cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa8d5c7f7 cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xac0f67e3 cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb00dfd91 cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb16e49d3 libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb30889f8 libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb473e79e cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbab577e8 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbc275420 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1708189 cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1b20836 cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc9b78bb4 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb2160d3 cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf678304 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf90528c cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0aa642a cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd1319447 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd2965f33 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd48d8f72 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd5396536 cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7bbf963 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7c4f765 add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdce448d0 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe45b62ff cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe94553b9 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeed48ba7 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xefbf6d86 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf0246bf2 cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf372d1c2 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf40dd17f libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf5c01486 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf5e4a175 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf63a3d8d cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf782fbe6 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfa0d98ca cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfacb8667 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x1585b5b5 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x29e0574a ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x2c37a844 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x9db61894 ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x27095531 lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x37b0fc0c lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x8c16e677 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x9d8b04a9 lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xa288d560 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xeee8750d lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x24e1671d lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3bcbdc4b lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x4bbe5974 push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x4d8d6dfa lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x8553b369 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xacb49dd4 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb1a13cd2 fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xca28d0ea fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xcc975b76 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xe26c0fde l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xf39876a6 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xfac41725 fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x02d67875 capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05af1920 dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05f84e88 LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x072e0407 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07483a27 cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07a98b95 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07c80cc7 lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0836daca lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0903d2cc cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a0c358f llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a8f14de class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0aae778f lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b01a3aa cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b62362b lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0be73e45 class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0ca4c7ed class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0cf99bff dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e2e33c8 cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e35f4fc lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e9d7473 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0eb684d2 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f53c123 cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f6ebecf cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10b133d7 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x10d523c4 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x117f74a8 cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11d1388b class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x121f33b0 cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x125f15cc cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12e8d54e class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14c804c4 lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1560eccd cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15c7ad62 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15e8ab2a cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16e40642 llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16f106de cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17082270 cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x18c569f3 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19bda983 cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19fe625a cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a331528 dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1a974f9a lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ace0ac3 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ae66665 cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b9de312 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1bbb8963 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c0fc214 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c124e55 llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e5be569 lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ed7ce7b lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f3ca440 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1f48d9a9 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fe62614 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x211e36b3 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21307495 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2147f353 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x218db65b llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21d218c1 cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21e36acd lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21ff8339 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x222c32f4 local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2249910e cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2265d008 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x228221b9 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x22e037d9 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23121a53 cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2341df4d cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x235b069f cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23ca958f lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25108261 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x259ebac6 obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x265e62d9 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26ba5d92 cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26de2af3 lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27c01714 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x286086e7 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x29727cbf cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b08188e cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b4c48e9 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bed1464 dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c64c5bc lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c940704 lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2cdd6ab3 local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e01001e lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e2745fa cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e9304ee cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ef569e4 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3054d85b cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x310e8160 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x31e5056e class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x321b0fcc class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32e0576c cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36212228 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3632f29a lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36646dbb cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38a14524 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38d4739e dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39639cfa cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39c8580f class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39fbabf0 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a005065 dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a06f71d cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a2b7c49 lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a83a41a class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3bde23ee cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c3a5c21 class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ce04b2e class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ce9e2c1 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d32a9e7 lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d4442f3 lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3da035fc llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3da2aa39 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e243c5c obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3fb8483a class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4008770e lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4008e901 cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4020c7c0 class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x404bd7a7 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40daa4ca class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40ff4e95 cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41e97d91 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x42a46437 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4303e606 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x437d3fc1 cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x439bfe4e cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44f4c2ce cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4567b582 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45c0e81c llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x45d9402b cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46784f3e lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x470dca63 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4720bfc8 obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x480dd2fc cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x487f2e03 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4889d769 capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x488fe5b7 cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x491bd181 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a29223 lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49d7be84 cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4baf3fbb cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bf356ca lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4cb27346 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4cc8d02e lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4de36f3c lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f42b54d cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f49f2e0 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4faf0926 class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4fba4346 dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x504660c9 lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x518e8bcd cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51ce4717 cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51e2459c llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x523ec07c llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x52a817af llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x534b5167 cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x53654aec llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54982e66 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55c97f03 llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x55f686b7 cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5654c9bc cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x56b55b6d llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58c9239c llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5953bbeb cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x599628bd lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b0bbbe2 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b0dd3cd class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b305a4e dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bd8562d lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d58a55b lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ddb3266 cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e73c9f4 lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e93341f lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fd7d800 cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60ca81f4 lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60eb38f9 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x613eda2f cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x61abaadc cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x624ffe24 lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63050a19 cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6342574e cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63a90738 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63fe510b lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6405d05b class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x644f33e7 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x648a7f66 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64cc5594 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x660a9f48 lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x661fdf5c cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68b66821 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68e09fb6 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68ef615c cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x690590b8 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x698b4df0 cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a19f7ae lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a2b6b2a lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a9362a8 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b16062f lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bb6d421 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c80df07 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d53d311 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d6b4585 dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6daac9f8 cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f19b16b lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f3e6225 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f4deac1 cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f6e3f4a cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x706272f3 llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7082b708 cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x71573666 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72495deb cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x733abdb6 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73a66d2b cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73c1dd46 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7426bbcc lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x744c081e obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74bbfbc4 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74d0ded8 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74fda931 dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7519f618 lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752dd0c2 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75703ecd lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x76d9e2bf lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7717992b cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7843c694 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78b9a9f5 obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79a0efc5 class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7abf7b75 lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b44a62a lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b6b1711 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b6e4235 lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bc12d2a lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c27f0bb cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ca0742d cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7cbba530 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7df1133d cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f00ddfb obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f05e431 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f1430ff cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f2c3f1f lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f2ed728 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f38b7b5 cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f9ea947 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x800d2234 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x812f722f class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x824fc0bc dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83ba675a llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8561c20a dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85c269c5 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x86f06df8 cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87c038c1 class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88278893 dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x884585fc cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88850f31 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88a2e728 lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88b87068 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88c98a8b lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x891054f1 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x892ba48d dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a98ee7f capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8adb5cd4 lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aeeb95d class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8cc19e00 class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d658ed0 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d7d894d cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e13448e cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8eb45088 dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8fe7fba2 cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8fff8b19 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9036c9c2 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x904011c0 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90471686 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x906c24b1 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90c30aec lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90d6dfd4 obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90f6025e local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91727bf8 cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91d16c87 lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9234ffbb dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x924ab0bd lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92a357cb llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x934a94d1 cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93859814 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93e95cd2 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93ffaff4 obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x944e432c llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94c0b930 cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94f5792f cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9505c895 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95d278eb local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x963c6f9e lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x96c2fd19 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x979e0fab lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9823fbb8 local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x982e0a05 llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x98a6801b lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x997fa541 lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b044cd8 lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b0530f3 lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1177fc cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d319077 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e0eafa9 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e7cb85d cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f1e6ca9 cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fc8cfc3 llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9fcf5990 cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa05cbbcd lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa07074dd cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0a5298c cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1637ded lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa27b58c5 class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2a15064 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2a32332 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3dc0fa7 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3e5be8f llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa417415d llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa47df110 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa48c4a30 lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa71ccc28 dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8adc175 lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa98a48d2 lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab27aeb3 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab9da536 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabcea158 class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xacf672e1 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xadafaeb3 dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xadf40e24 llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaeadc449 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf34d4be cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf9aa817 cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb016c0af lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1368d92 dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1e5af75 lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1eb9fd4 cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb299e33b cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb32f3351 cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb39b7826 cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4e18218 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4fd1c98 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5fb6cae class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb62f0de9 cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb67c8d00 cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6d8bf3a lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ebf9c4 local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb732f3cd lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb77e6405 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb79dbcf2 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb89d6f32 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbb579de2 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbbd804f7 cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc675c0b lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc9a2f87 llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbeb0dace cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf21912f cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0954007 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2dccac9 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2ebfcd3 cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc40b3ea0 cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc642c28f cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6a2c769 cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc86dbd86 lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8affdbf cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9541189 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc961db22 cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc97e1a97 lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9b3c667 dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xca97c34e dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb17339d cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd468369 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd8a604e lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xce02cb2c cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcea9158c dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcec5314f lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0b6995d lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd36c17f7 cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd418df87 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5036d48 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd868bf3f class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd924f8bf lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb7494b9 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc5ec9d3 cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdd1d5410 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdda3d949 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde2bd07c lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde6d6635 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdec9dc55 cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe0f8dce5 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2208386 lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe23bbfc3 cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2de6633 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe40c98a2 local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe430240c lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe480ba36 lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4ed0129 cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6c2bfb8 class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe75cbdf3 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe835fae3 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe86e0149 cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8a3ca60 cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9029420 obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9fa4748 cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea22b6e6 lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea69261f class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeacec47c lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb450edb llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb596172 dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb71db3c llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec2148fa capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec76847f lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed085750 llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee7f643a cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef56289e lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef8c077b llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefbd7326 dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xefed5f75 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf06a27fc cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf13fc1fa cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf14dd827 cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf190b1a7 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf191d592 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf196d045 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1dfe7d8 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf41a8c0f lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf4e493f7 cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf50c5b1c cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf53b8afb cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5773720 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5c4eea6 dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf90d01f1 llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb7aada4 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbe3dbf7 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc29f0c6 cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd3d1bbf llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd8f5cf4 lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfda54189 cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe16597e lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe5f2f6a cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfeaae88e lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff1fedf3 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00277123 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00ac56c5 client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03d2d9c7 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0504d4e4 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0507e8a1 sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06bc4bf5 ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x09c15bb6 target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a4e55e0 ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac54708 lustre_errno_hton +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b3348d4 ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b43ef09 ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b6c3e44 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bc80e21 sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0e78a83c ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0e9abfc1 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ea734c1 ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1073b3f0 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10ed997e ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1140c6d9 ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1381a131 ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x13ca66bb ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x143661fa ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15eb6e88 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x191970f1 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19db28bd client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abb3bb4 ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bc07bb4 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bc2b084 req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c850d58 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1cac5fc3 lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e933922 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20a23ff9 ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2113eb56 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x224da7c2 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233a9bb9 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2365865f ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24a67586 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25adbd75 ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x27dce7a7 ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29b19c8c req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a7c842a ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c8cf730 ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2dc01e77 __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ddbf23d req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f30c254 ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x303c2da9 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3085a27e ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31c80720 ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x32eba7bf ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x369abbc8 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x370c86fb lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x37563325 ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x37b92d16 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a5490e7 req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a633cb4 lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ae397fc req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3de777bd sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3e64d836 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4010cf46 ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x40721d9d sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x407773f7 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41ca9ab8 ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x42070036 sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x433aa898 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x447dd974 sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47c59e4c ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47cc5dce sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x496d71bb lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498e2496 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x49e0ff73 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a4239b2 ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b4976ee ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f18d054 ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4fa31874 ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50aaad7f ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x51022d27 req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x51aa5046 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x559abb0f ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x55e778c4 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56dc4d81 client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56dd1439 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5984ff15 ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59a7b91a ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a6b80d3 ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca4ee02 __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5d8367cf req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x619e73f2 ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61b17e94 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6388db81 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x639bd401 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x63f356a7 ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x643ed51c ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x657b00b7 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x682d09a4 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x683243bf ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c0e6819 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6de765a3 sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x71ede3eb ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73bd1ca3 ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73e4e5c9 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x740b6f6b ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7450d6ec ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74a245e9 req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c13a39a ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c812cdb sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7cca99d9 ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7e6a89ce sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7ee3139f sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f09f3ea req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7fbedf2e ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8110a2fb ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88f1cbf3 ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a4345b1 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ef1c3e1 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ef463a1 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91844089 sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x93749f97 ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x93b455be sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95a8de30 ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x965b5d22 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x966325e9 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x96f37d27 ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x97b00e10 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x97e0517b ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x97efb5b3 ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x983300f4 ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x98c0ba0a ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9aab0a0a ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9ab70875 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b77f309 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9cb77d57 ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d2e8fbe ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9dc5ee5d ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9dd7c8ce ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2e4614a ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa46d3cbc sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa48c07ef ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5dcc7c1 ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6482b99 ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa66888dd ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7750733 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa79b82a3 req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7cf0d8a ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa82b73ea ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8d69f85 ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8e1b616 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa95aeddd ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9757d05 lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9ecb6d1 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab5ad390 do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb012323d ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb15bbedb req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1d38feb ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb33fe257 ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4987846 ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb5853b15 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb5d13126 ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb62b0614 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb66d4bd6 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7d7f454 ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbcea00e4 sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd622721 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd88f4aa ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe44be55 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe67e2bd ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbfda6fba req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc05a3b7b ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc062c0af client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc25bb12e ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc3a21fc0 ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc78a5464 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7c4e964 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8c63f53 ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc90224e9 sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc90e2ca2 client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc9f150d9 _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca8d9b5b ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcadb883c sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb16107d ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcc596d13 lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcd895a23 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcd8fc8f0 sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce526930 ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce847589 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcef6571b lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf5e0d0e ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcfd6fbce sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd0a12a8a req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd419ec3f client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd546a23e ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd618a579 req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6846e61 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6ab84bc ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd78c80e4 sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7e1658b ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7f27324 ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9468334 sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb36853d llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb524af9 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf8b1b3 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddf29d9f ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddf6cebb ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdfcf5d43 ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe1a4d132 ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe1fb967e __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe2833188 ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe3612da8 client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe4524d5d lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe4fdbd6b ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5073ba4 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e8169b lustre_errno_ntoh +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6861277 sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe8869a01 ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe93ba5e1 target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeaa59272 ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec1c60d0 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecb87671 ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed9d52ab ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeed036cd req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef8ff42c ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf05a933c ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf128f9ad ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf16f934d req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf2ac9a92 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf557760e ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8ce51de ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf90c4f97 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf96ae6db sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa26fdab lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa66099c lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb444a98 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb89db79 req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb9b2f90 req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfdf8f869 req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfec6f3a9 ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff2b5341 ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0xbcfd60d4 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x0a85fed2 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x13e81539 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x28372279 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x2bb2296e go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x4c97170b go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x546c5310 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x8ce0b499 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xd79ea433 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xfa13163e go7007_alloc +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0xb104a3cf rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x07424309 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0c0f2600 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0efa1925 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x129b4024 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22e903eb free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22fd77e9 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2a8c373c HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2df78e8b rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3228bb8f rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x376c9a21 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3a85188f rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3c85251c rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3dd8db7e rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3fa4a96b notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x428a5a5e rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x49ebcfcf dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5b81d002 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5bc8ba7a rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5e437570 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7f6079ed rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82b412ea rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x91d69ce5 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x97c92908 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa1225fba rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa32092e0 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa3c3288d alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa3d7609f rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa408b2ed rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa78edba2 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa842f340 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaa84944c rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xafbb8c5e rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb55ba148 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xba6f0f07 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbff7f7c4 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc1f88886 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc2172120 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc3aeed1b rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc6d6642f rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc6ef5ab3 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc9b23392 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xccc273dc rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd6415caa rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd9c8bd1e rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe630297a rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe7cc562e rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe9445c55 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xea5383d4 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf7b77ea5 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xff9881b0 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0cee8c78 stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0d5709db stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x169c4720 stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1796cf0f rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2d777697 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x31596071 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x330687d6 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x56a254fb stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5c9b3d27 stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x62ef686b stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6eeeefb6 rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x79f2418a stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x80a61a00 stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x80afc517 stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x811154ba stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa4f71470 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa7bd036b stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xaa7b1eab stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xce967115 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd699822f stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xdc0fd566 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe264ef49 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xeb16f1c8 stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf80a7068 stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfd443a61 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xff9f52e0 stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0021e79c ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x005fdb86 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x008f5a34 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x01e7abe9 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0cb83e3a ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x149f00bb ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x17893ebd ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x18ce74a2 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1d1c42c2 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x269b8875 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x35fa567f DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbb989d ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x42926017 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4393334b Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4bce8b1b ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4ca915ee DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x525018bc ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x52fd9233 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x568b05bd ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x56e040f1 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c32c8b5 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6e6f925b ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x827a3082 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8ae292de ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8b861b05 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8e520a61 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x984aad3c ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x98ea45c2 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9c085d04 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa15c504e ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa5c62dc0 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa94cd1af ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaa7f72e6 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xabd65a91 ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xadf4ce6a ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb72d21f0 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb9c0484a IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbeb0b251 ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc2f866ba ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc61a7e7c ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc6f7b188 ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xce3d0e92 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd10bd276 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd194387d ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd2f72903 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd36abfd4 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd5080b31 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdcfd3eba Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdcfedbaf ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xddcb75a2 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xea749d10 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeeb4eeb1 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf552b1bc ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf7cc7330 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfda5ec29 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xffd40eb8 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x09f2076f xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x4b822c75 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xab219362 xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xd2ecb701 xillybus_init_endpoint +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0095a48a iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x070fea77 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0b3a278a iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1570e6ea iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x160ed47e iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1669c5b6 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1670c141 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2f805d74 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3581885a iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x358bd91d iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x47c610ab iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5581fb3d iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x605fc4c2 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x60d92073 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6cd1cc7d iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6eb4010c iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8cf196e9 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x921ac813 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x964018d6 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa8c3fc12 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xadb6419f iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc030b005 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc42ef5ba iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd0558385 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdfbfda08 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe0ff0435 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe9dccbea iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xed1c55d9 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0914bf9f spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x0d075472 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x1fee8c52 sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0x220f5db3 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x239d1c59 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2430496d fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x2530abbc sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x27bd95ea target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x286d73bc core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x2ab470e6 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x2e6e3f71 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3017af0d core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x311e1303 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x31472fd1 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x328914cb transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x336f85d6 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x3372790f sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x347b02b9 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x348b1e2c core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x3519d282 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3b32b023 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x3b89d650 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x3ffa71ee transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x43f8ae98 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x470b5e46 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x47591292 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d2e0c14 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x54960376 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x54980c75 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x556502c7 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b1d3efa __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5e8042f6 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x61a2ba83 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c5ba762 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6e5c0ab1 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x6f1ef936 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x79e1f5fc core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e18c028 sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0x7fc0a693 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x956811f6 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x9eb1df06 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x9feaaa43 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xa2f9933f transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xa4e07a6b target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0xa6c2b131 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xa82397a8 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xad62d3f2 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xaeb1c89e target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xaf18ebe2 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0xaffc4c88 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xb49a7da1 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb50843b1 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xb593f695 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xb850ff6b core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb93ac2ed target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe0f3c11 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc2a01b96 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xc410bc9b transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0xc613f8fe target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9fa6906 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xca8e7edd target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xcfdc5fce target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6553bb9 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xdf0fe800 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xdfe8f33e transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xe27f9a84 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe53a220f transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xe716b461 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7c71040 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xec60db62 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xed8288a4 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xedb5d93d target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xeeceb77b transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf967d714 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xff38d75a iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xeb19df27 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x6e3d07c2 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x27b9eae4 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0dc74b08 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1d83e536 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x460718bc usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x46bc455d usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x66b070be usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x699c424d usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x793b5121 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9db65390 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa65fd6e7 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe291bd87 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xeb84493d usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xfe8c2bbb usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x253ce1f5 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xf96ae5b6 usb_serial_resume +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_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 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd11d2709 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xfc7dcad2 vringh_getdesc_user +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x69df3ab6 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x6dda4550 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xac818432 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xbc1e3b6e 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 0x46c9aa3b svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4c44c868 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8c7c52fa svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc7918ee5 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd204d15a svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xea270627 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xebf7f05c svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x5ada06c9 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x5eaae701 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x47e913d1 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 0x93655177 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x7f20ea32 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xe8847f04 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xf20bfcd4 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x099c74c6 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x116e6cae matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x91c67fef matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xd1617eaa DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x275c833b matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xea6bce19 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x403e52b8 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x585250c4 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x7ea496d2 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf34a6317 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x17c560c8 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x96fe2399 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xac71cc7c matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xace7c653 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xbef44859 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xdd683bcb matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf9224edc matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x6e865c32 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x67663ac4 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x710cb5f3 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xa334f572 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xea3a7c8a w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x0834b528 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x2dca3433 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x5c39eb7f w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x800deb93 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x0f0f37fa w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x59d08f4f w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xa749ba20 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xd18e7b63 w1_add_master_device +EXPORT_SYMBOL fs/configfs/configfs 0x374ca166 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x477e5da7 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x4f421cdc config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x6555f482 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x66f8d3b4 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x73d0d006 configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x7aa995ed config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xa171339e configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0xae99e279 config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0xc512adc9 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0xc5c27d9a config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0xf4a98aaf configfs_register_subsystem +EXPORT_SYMBOL fs/exofs/libore 0x00ef632c ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0x0db1c902 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x2f28931d ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x36a9048b ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x47754f9f ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x7404fced ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x9f4a962f ore_read +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xc7451f26 ore_write +EXPORT_SYMBOL fs/exofs/libore 0xdc58d4ec extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0xfc365fe3 ore_create +EXPORT_SYMBOL fs/fscache/fscache 0x009e4266 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x04b10056 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x058d4271 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0x0a35b2a0 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x0f8eeb71 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x0f95f2af fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x12c87960 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x15995643 fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x17604759 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x21a61f83 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x263ee49e __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x2a4922d8 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x38ef5f1e __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x419bfe6b __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x484f8524 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x4db975c8 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x5252b56e fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x5f124bb4 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x715c73b4 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x7184b0b5 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x723736b6 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x72453d95 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x77f00ca6 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8dccc43c __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x90657b59 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x9a2b3e61 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0xa435c951 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0xa51bead5 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xb16ea05f __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0xc547f9b4 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0xcb4a5869 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xd7b576f7 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xe2c0dbc5 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xeeb1422b __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0xef03ef74 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xfe48564f __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xff05bbab __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x039804de qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x29d5edb7 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x96af57e4 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xb2eae3c3 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xca0aae16 qtree_write_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0x66213969 crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0aa3baaf lc_put +EXPORT_SYMBOL lib/lru_cache 0x0e19d52e lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x15a47daa lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x29d470c3 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x304d6950 lc_get +EXPORT_SYMBOL lib/lru_cache 0x515a3dee lc_create +EXPORT_SYMBOL lib/lru_cache 0x70f5b066 lc_set +EXPORT_SYMBOL lib/lru_cache 0x7453f5d7 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x7669c65b lc_committed +EXPORT_SYMBOL lib/lru_cache 0x804a76f2 lc_reset +EXPORT_SYMBOL lib/lru_cache 0x8ec97d71 lc_del +EXPORT_SYMBOL lib/lru_cache 0x947640ed lc_find +EXPORT_SYMBOL lib/lru_cache 0x9f188d69 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xb298fc1b lc_destroy +EXPORT_SYMBOL lib/lru_cache 0xb45eee59 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0xc68d15a9 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xfc0e61c7 lc_index_of +EXPORT_SYMBOL lib/lz4/lz4_compress 0xcbc5d521 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x26c3aa22 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0x7456cc61 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x36790553 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x9d374c28 unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x3023a04a make_8023_client +EXPORT_SYMBOL net/802/p8023 0xf403568b destroy_8023_client +EXPORT_SYMBOL net/802/psnap 0x49a39744 register_snap_client +EXPORT_SYMBOL net/802/psnap 0xd94ae114 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x027e4f36 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x041aacb5 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x0b827c63 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x0d0730f2 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x0e42b3bd p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x0f630f6f p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x13b2db16 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x1563c6a2 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x1ebfb7d3 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x232d18c4 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x2488b61e p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x2e4b7566 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x5a3f9111 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x5a4ea169 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x5a8317cd p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x5aac80ed p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x5cea3f4f v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x5e81185f v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x6f5af632 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x79eddfb1 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x8cc56b99 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8e3ffd57 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x8e48a254 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x8e4a3359 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x8e69db89 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x971678ef p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x97d37ec7 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x9927a595 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x9c7df24a p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xa5f6cbb8 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xa65f03cd p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xb4515fa6 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xb66b6a1f p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xbad145d2 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xd7499f9e p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xdafe877b p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe361e7b1 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe85de4fc p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xed44f547 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xefecab30 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xf38ee2c7 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf56b8218 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x46b392fb atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x4e4c9f90 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x749614f5 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x8417baf5 aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x139f8cfd atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x179e5402 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x4e740ce1 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x63bd761f vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x6e828610 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x7563835e atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x80061dfe register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x8034b1df atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xca87b453 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xcee347af vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xd37746e7 atm_charge +EXPORT_SYMBOL net/atm/atm 0xd49018ab atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xe3920bb9 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xeb3f1317 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x2bf0e0bb ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x3c124164 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x718bb90d ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x73eb6c53 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x7f527b46 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9a3fdab2 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xa5e47908 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xf810f988 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0xfdd2f408 ax25_send_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x038217ce hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x08809eca bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0c8754c8 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0f6b345b bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1d7be56c bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x25d16232 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x277c5f03 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2ac7d810 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x316a9f28 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3210b3e1 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x48a252ba bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4e880fe7 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x510d087d hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5d625e05 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6251f3a7 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x731ea984 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b57ce95 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7ca2fcb3 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x827c27e5 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x84163c26 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8cdc4a58 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x945ec32f l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x952c9892 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9790a575 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x99610014 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa4415718 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xabdde2f9 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb82d3d15 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbb38d127 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc5d34bcf bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdaff0184 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdd790630 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xee16814c bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xef616835 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xef66f190 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf1ba560e l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfa5723b9 bt_sock_wait_state +EXPORT_SYMBOL net/bridge/bridge 0xe36f4573 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7d1aff01 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x9bf11b35 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xaf169056 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 0x318150fe 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 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xbd1974e9 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0xc52fcf2c caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xe68ac3a6 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0xfe435a60 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/can/can 0x232fdcce can_rx_register +EXPORT_SYMBOL net/can/can 0x48730e75 can_proto_register +EXPORT_SYMBOL net/can/can 0x8238f495 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xa2b3a040 can_ioctl +EXPORT_SYMBOL net/can/can 0xcac86c6d can_send +EXPORT_SYMBOL net/can/can 0xf06fb83c can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x01586e2b ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x015b0801 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x02af53c3 ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x0315216f ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x0327dd21 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0e8dde25 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x12a56f17 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x1395dfea ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x160a5629 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x17a80af9 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x18fbcb04 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1b9ca746 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x1bb4bc5a ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x1bd749c0 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0x1daba126 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x1f59ce49 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x22466790 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0x27573a77 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x2ad2881b ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x3403b74d ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x380afaf2 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x3a87b988 ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x401b19c8 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x405e0988 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x44c30963 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x473ad344 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x4e00566d ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x50040430 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x585727b6 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x59791b5e ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5e47f82b ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x61b68747 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x621ef420 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x623843c3 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x62ef988c ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x75399b59 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7f2e9662 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x8368d4ec ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x84c42538 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x88ed0fc4 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x8c49e88d ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x8fbd999d ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x94fc1e96 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x9672f9ea osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0x9fcaf822 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xa9dce44f ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xadc7290e ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xbd02537b osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xbdf1e4e2 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xc099723e ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xc29b19a2 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcaeb8064 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xd23f6b3d ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd2ea3d4e ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xd6735bb1 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xd820d4a0 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xd859788d osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xd98a9c22 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xdb64335c ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xdf6ad2c3 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xdf773ba4 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xe244614b ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xe55d9bcd ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xe901925d osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xe9975152 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0xe9a11aab osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xeb4f198f osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xebec03ab ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0xedc4baad osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xf37a76ce ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xf49171a1 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xf4aa24c6 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xf81de2cc ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0xfaa57e5d ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xfebeb209 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xffa469bf ceph_client_id +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x2820983e dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0xb8db03fa lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0f0514eb wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1ed0c6cc wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x221b7326 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2aa7a498 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x47f14430 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x49f3b8f7 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x777f70c2 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9112373f ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x99ea6099 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9dba6dc6 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xee0da96b ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xfce0cb11 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xff93d8e9 wpan_phy_find +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xf67657cb ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x1060aff3 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x6c85a53e arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xdbfa46d5 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x02bcb9ef ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x05d0f23c ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xf8bb0bb9 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x9ae2dffe xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xf0e47177 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x40574318 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd812eb1c ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x18ca02a9 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x726196b0 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xbd57aa70 ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x386cf490 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x5e746c20 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xcfb39b15 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xf0ee537d xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x010cb937 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x01f179da ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x3bf3f3fe ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x4010b9ee ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x606c3272 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x7ed619fb ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x83a612c6 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xcdbc9af5 ircomm_open +EXPORT_SYMBOL net/irda/irda 0x0064e0ea hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x11892165 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x1457083e irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x18e5b987 iriap_close +EXPORT_SYMBOL net/irda/irda 0x1e6cade0 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x1fbdc16d irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x28e7c24b irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x3e56064f hashbin_new +EXPORT_SYMBOL net/irda/irda 0x42860f72 irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x54576ab6 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x579a06d9 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x5ba19500 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x601bda46 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x622c3a4e iriap_open +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b5fbcef hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x6e0ab3c7 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x7099fb20 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x79961876 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x8154dae9 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x85d88217 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9bb6e4f1 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0xa1d41e58 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xa32cb218 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0xaa557515 irias_new_object +EXPORT_SYMBOL net/irda/irda 0xb2be9952 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xbf3338e4 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xc68e43be irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0xce0741bb irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0xce3b4a5e irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0xcead7dbb hashbin_find +EXPORT_SYMBOL net/irda/irda 0xcf3b6427 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0xd2108314 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xdce6c4da alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe3463529 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xe3bde43e irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xe4e86e78 irlap_open +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xef9cb984 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0xf0a694a1 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xf14398ea async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0xf39b7fe0 irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xf5876b95 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0xfcb95329 irlap_close +EXPORT_SYMBOL net/l2tp/l2tp_core 0xa7384f58 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x179e4fb0 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x2cd756de lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x379700ed lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x5ead429a lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x8e812e28 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x8ea38f1c lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x8f6c6517 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xc4e0db52 lapb_connect_request +EXPORT_SYMBOL net/llc/llc 0x0958eb5f llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x109d4572 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x1a280831 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x3e37fd4d llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x55d9fa8b llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xa312fff9 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xb6ffc4c6 llc_sap_close +EXPORT_SYMBOL net/mac80211/mac80211 0x02a5b3bd __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x03e3098a ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x08bd91dc ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x09b4c841 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x1065e032 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x1b243cb1 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x1ea434a5 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x2320d709 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x2aa456e7 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x30c2ddbd ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x30f0d295 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x31c3ba29 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x399ac7a2 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x3f844581 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4b0e1e17 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x5675b454 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x58427fd5 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x590031ec ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x5bde761f rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x6024f3fd ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x6072d70d ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x7061a715 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x74350a81 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x76be39b3 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x774cf73f ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x79b68f4e ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x7d520254 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x8190110d ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x83b1a781 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x85e57fb1 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x8b4d5f03 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x933d1335 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x971c5000 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x994d9bb3 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x9eb18954 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xa0738cbf ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa24c6275 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xa56d8815 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xa63dd00b ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xa68a7c10 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xa9f92c47 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xad47ae63 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xb06a50d1 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb1d8ec8d ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xb39a80e0 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xba767bac ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xbb9eded3 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xc1ad042e ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xc32d3d1f ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xc502194d ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc6c219ff rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xccf42cac ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xcfde9ed6 ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd076eb2c ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xd7df51ff ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xd85fb79f ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xd92ececb ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xde098699 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xdf6874ed ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xe2353c1d ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xe467e0b1 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xe999f9f2 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf80461af ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xfea73ea2 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac802154/mac802154 0x2831fda3 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x5c05a4c0 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0xb71c495f ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0xda250738 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0xff58a392 ieee802154_register_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1c1e73d0 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x384fb59f ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3c7c2e1b register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3ea7cbd4 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x48d5999f register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x628d874f ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8062d629 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x91917075 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x953e4723 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x96dba7eb ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x99d3e929 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc0dca1a9 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcc17002b unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf759ab23 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x0b852290 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x92c0856d nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x9a5b4e27 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x2fb34d9d nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x55119ba5 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x8ec81f09 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x90b5e1a9 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0xa5ffe6a1 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xed7bf201 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x0945b579 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x0b534f1c xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x14b48f05 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x2c6dd141 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x47e8179e xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x5bf80112 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xa23b29b3 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xb5fd8200 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xc37a2dae xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xe7d9af45 xt_register_target +EXPORT_SYMBOL net/nfc/hci/hci 0x01b2869d nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x1908ca49 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x1dd09f41 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x34ecb65c nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x3972815a nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x7b5f046e nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x8285aeeb nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x9729fc5f nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x982b418c nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x99959480 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x9b5b8b00 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xadbcaf83 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xaffc6539 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xd36208ea nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xebd93444 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xecfce811 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xf05793dd nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xf7111635 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x0f1f440e nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xcd874499 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xd3238e06 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xdf7485f7 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xea5babf5 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xf22755ad nci_register_device +EXPORT_SYMBOL net/nfc/nfc 0x05265401 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x05fb06a3 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x19faa5f3 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x240e127b nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x35ffb3e0 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x422b5062 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x505da00d nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x5dc03da4 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x6e08de67 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x7269b056 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x7d49d0df nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x8985fe70 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x8ce6401e nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xc5cad671 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xc7c7f671 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xcaab2ce8 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xdb865fcf nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xdecf1549 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xe3653596 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xe4535a61 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xf81bf4be nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x08cd0313 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x7a66ddd7 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xade4aa7a nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xbe71c319 nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x326d79cd pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x593fe3c3 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x59780c3b pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x627b384c phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x920d7903 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xb319f37c pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xc4e83d75 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xe1dc1068 phonet_header_ops +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1157b01d key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1fe4b614 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x2940b65f rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4b786b54 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4c1a3873 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x56ff3e2e rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7a4bda78 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x8b38c575 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xab445f2f rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xb3a585ef rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc730a7b2 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xcc8f55db rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xda3bb2a3 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xe1a845e2 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xecd49a5d rxrpc_get_null_key +EXPORT_SYMBOL net/sctp/sctp 0x5f8fae79 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x340075bd gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x39116196 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xe1e5edae gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x3ef6aaef svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x73831413 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xf8c3d3c4 xdr_truncate_encode +EXPORT_SYMBOL net/wimax/wimax 0x69289933 wimax_reset +EXPORT_SYMBOL net/wimax/wimax 0xcf90e483 wimax_rfkill +EXPORT_SYMBOL net/wireless/cfg80211 0x00d7a625 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x019d4cb6 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x177033fa cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1d1d3541 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x1e790211 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x1edeb064 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x2083116e cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x220aad26 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x2686c001 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x271cdb72 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x2b6438d7 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x2ddf8738 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x363d3cfc cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x3f70aac7 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x40d0301b cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x43300c4f cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x43ee2d80 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x4745ba97 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0x4ecde913 cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x511afbaa cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x5b14f367 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x64ee6f94 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x6d99412f wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x6f3b35df cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x702ef877 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x7c20e50a cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x7dcb0912 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x7deaf19a cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x829ea3a4 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x86484004 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x9258b8ed cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x94134bd5 ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x9481cd32 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x97e1289d cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x97ef759f wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x98af192f cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x99529f87 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9b7e9bd4 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x9c1fd36f cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x9f556756 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xa0118343 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa153c47d cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa95d2371 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xaab21038 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xac79288c cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xb1355802 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb8dd4c8a cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xbaac96f6 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xbd99eb97 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xbda639b1 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xbfe3b1e7 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc87bd69f cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xc8f1cfca wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xca75f1ec cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xccf7d7ab __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xcdd3074d cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd18e3285 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd50c64db cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xd929ccb4 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdd252e5e cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xddcfa02e ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xde064377 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xdfb08eeb cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xe0f800f6 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xe119df13 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xe59dd2c1 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xe75511ce wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf4c39d55 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xf7708727 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xf7f9016b wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xf8f36302 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xf95affae cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xfa148d04 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xfe53645b cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xfea6d6bf cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x902c30dd lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xa16df2de lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xa2216cda lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xdcd9ce2c lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xf047ee4a lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xf3ae656a lib80211_crypt_delayed_deinit +EXPORT_SYMBOL sound/ac97_bus 0x6c80b8eb ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xab647bf7 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x0fc69be9 snd_seq_event_port_attach +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 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 0x80a4b0d2 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x9c54806c 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 0xbc45cf18 snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be 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-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc6d18314 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xe4e38d4e snd_seq_device_new +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 0xf0a1fdb3 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 0xd7c7afcc snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe60fb228 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xecbde43c snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x21e63423 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x10cc5f74 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x131256dc snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x15a717f5 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x15c3dee0 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x15e6eeaa snd_ctl_make_virtual_master +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 0x1bdca42f snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x213bdeac snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x21bf9176 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x297cbc6e snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x2a21d196 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x2aa62f5e snd_get_device +EXPORT_SYMBOL sound/core/snd 0x2c9629b3 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x3052f607 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x487be7ac snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x48d2d939 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x5249be21 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x62262538 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x69e026a7 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x6b058fd4 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x6ef14130 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x74e57b93 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x8652d23c snd_device_register +EXPORT_SYMBOL sound/core/snd 0x8c38c79f snd_device_free +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8e95c53e snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x8ed8cc0c snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x90738a1a snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x94fa1c63 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x95619e20 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0282da9 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa227587b snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xa2da1bcd snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xa726e1a6 snd_info_register +EXPORT_SYMBOL sound/core/snd 0xa7a28062 snd_cards +EXPORT_SYMBOL sound/core/snd 0xac26f106 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xad2bc2c0 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb9285e1c snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xb95c8602 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL sound/core/snd 0xd066f83f snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0xd1157735 release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xda5f90d3 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xdb358145 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xe4f84f65 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xec6f973e snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0xee73ab08 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xf10bd675 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xf4bd397b snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xf865b9a0 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xfe73ed9f snd_jack_new +EXPORT_SYMBOL sound/core/snd-hwdep 0x9cab6b8b snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x039b07e3 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x03b9ed80 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x07234204 snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0x08ac8bc5 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x0cc4d7a1 snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x0d89058f snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x0e0097cf snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x0f92346f snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x1477da5c snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x14e31d3e snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1dba6b02 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x1f6faed2 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x201a4041 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x2254cf80 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x2f957a0b snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x3775ec00 snd_pcm_lib_mmap_iomem +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 0x3b91f3af snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x46902a43 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x505421e4 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x556b8ee0 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x56bb03bd snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x5fae39b4 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0x62ea7fca snd_pcm_open_substream +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 0x6e326813 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x7043163d snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x7752fb28 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x7f838970 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x8fab8e80 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x9a3a08cb snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0xa1e9d012 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xa1f814a6 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xa5ab1a5a snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xa61616a2 snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xade8972a snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xaef437e9 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xb79aefd0 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc7b25398 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xca281960 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xd2631771 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xd2eab31d snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xd5fb21a2 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xd64d0d3e snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xe2dcba0d snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xf02fbcda snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0xf230c451 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf57c993f snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xfd845860 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xfde91b00 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4a24341d snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x50ae6606 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x51e09e7a snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x52a4f888 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5a143a75 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5e7cb246 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6a5b790d snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6fa4f4b9 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x73195136 __snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7601b444 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x82065922 __snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9a15b537 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xabf1aec8 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xaed49f67 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd2201aa1 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd455153a snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdf37a4c1 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf3286e88 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf853e516 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-timer 0x34b399db snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x355f49cc snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x4032c1de snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x524b5358 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x60f4ce76 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x697851ca snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x7a0acb6e snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x7f069c97 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x8f9c1917 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xba13cb35 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xcd36e955 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xf45bef55 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xf4caa279 snd_timer_notify +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xb0fd8fbc 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 0x27f92a44 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x34e5dcb2 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4ae813e5 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x6aff8fdf snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x71f618ae snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x86610a3a snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x98cee3f5 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa65ebdf5 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xac41573b snd_opl3_reset +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x057c15ec snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1cf3bedd snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x309c3110 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x39362eb8 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x480925e1 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x5f01834b snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x827204e2 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8a910c55 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa9353dee snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x012e0706 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x04559a25 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0a902153 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x313111ce amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x33a0dcd7 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x47e9fe5d amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4b2a7538 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4eff18c9 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x693c09d1 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6f14156f amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6f9d2033 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x720fb9f0 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x72f645ee fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x74d9d496 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7c62928f cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7cf0d520 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8d1e7eec amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x911dfd1c fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9322fdce iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x960d298f amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9655f151 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9b6a183e cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa5319ed2 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb3eff556 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc7cd668f cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd09c9e2d iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd3ce9c80 amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd585f7a5 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe481e8bb fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf3ff0c2e fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfa2775fb fw_iso_resources_update +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x29488632 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x69bd582d snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x74899da7 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9d7bb2df snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa44d5f50 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xdd602b50 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x34e1e886 snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x8b55a377 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x923d66f4 snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xa641eab1 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xba2ac9f2 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xf4b6eb82 snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x07c13de4 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x7ff66b13 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xb277ed45 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xccdfff17 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xee67fc76 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xfb601796 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x4178aa68 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x55c6be55 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa40cbc5d snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xafd77a51 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xb9c8199f snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xff92ca50 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x04509446 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x768aa03e snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xa536cce3 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xa614e110 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xaee6b80b snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xafca33ba snd_i2c_readbytes +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x37264ddc snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x3df114c3 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x4fce4d50 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x5d45ecc1 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x897b589a snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9f08ecdf snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xae0157c1 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xb49993fc snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xba8f97ac snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xcc3d8659 snd_sbdsp_reset +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0b214cf9 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1026b4a2 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x172c237e snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1904d30e snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1bcf7b9a snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x28388b12 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3005083d snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4cb1ba05 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x53db8cb2 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5fc35919 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7a1768ee snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x932487e2 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x95ff4cd7 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa5b9bf7e snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc1007a59 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc3a5c152 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe175b9d6 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x065d3da7 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1be3b5c8 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x39c2c6b0 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3fdd82d0 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5e2e9dd2 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x71d5ab3b snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa4db97b6 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xed6c6711 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xfb4acbae snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x76d04b3d snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xc79f6702 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xe0fa90af snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x006253f2 oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2772f244 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3f914637 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x413f980f oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4e50d07a oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4f57a5c9 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5ad1137f oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6274457d oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x64947dee oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x72a8e0dd oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8e1ca010 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9614dc4b oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa39b79b0 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa8472879 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb52df6dc oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb67e2a16 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc3c1c0eb oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xca65236f oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcf15b8c9 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd0e46c6d oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf13e2ac4 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x52063430 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x625bc25a snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x9a57d35d snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xc42faff2 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf62241ae snd_trident_stop_voice +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xdfd4d068 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x8d381d29 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x03469c28 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x2f34974d register_sound_midi +EXPORT_SYMBOL sound/soundcore 0x545791c3 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x54597d5a sound_class +EXPORT_SYMBOL sound/soundcore 0x55a39cd6 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x8a54ce84 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x2ecc69da snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x426c594d snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x6042d6d3 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 0x8c7a96cb snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x94fb6234 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe477b192 snd_emux_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x06c980e9 __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x408c1ff0 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x61947d98 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x754de9ed snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x82af92cb snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x941814e6 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xb3f556cb __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd7bdb675 snd_util_mem_avail +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x3dd455f3 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x001394de devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x00277d8e dev_printk +EXPORT_SYMBOL vmlinux 0x00354cc4 inet_accept +EXPORT_SYMBOL vmlinux 0x003ed69a __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x0040b972 do_SAK +EXPORT_SYMBOL vmlinux 0x00697bc7 km_is_alive +EXPORT_SYMBOL vmlinux 0x006a7423 netdev_crit +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x008afbb8 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x008bb325 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x008e6bcd __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x0096e4ea twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x009e1d6f __invalidate_device +EXPORT_SYMBOL vmlinux 0x00b3426f phy_detach +EXPORT_SYMBOL vmlinux 0x00c2305b jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x00d565ab blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00d87f3c start_tty +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x00e9c617 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x00f1e719 do_splice_to +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x0102057a frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x0106038b abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x0114ccfa datagram_poll +EXPORT_SYMBOL vmlinux 0x012a97fc xor_altivec_4 +EXPORT_SYMBOL vmlinux 0x013558e5 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x01435753 vfs_mknod +EXPORT_SYMBOL vmlinux 0x014a639a seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x0186e2de smp_call_function_many +EXPORT_SYMBOL vmlinux 0x019aad75 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x01dfb2cf i2c_transfer +EXPORT_SYMBOL vmlinux 0x01e8cadf get_cached_acl +EXPORT_SYMBOL vmlinux 0x022fb630 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x025744bd tty_port_init +EXPORT_SYMBOL vmlinux 0x025cc539 nf_afinfo +EXPORT_SYMBOL vmlinux 0x02620f90 bio_copy_user +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027b360c pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a5a818 phy_init_hw +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02c37f24 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x02d9e097 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x02de7780 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02f7e714 free_user_ns +EXPORT_SYMBOL vmlinux 0x030256a7 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x0313a1a7 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x03234265 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x0329152a d_invalidate +EXPORT_SYMBOL vmlinux 0x032b88ee dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0347643b sock_no_bind +EXPORT_SYMBOL vmlinux 0x034ba092 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x0358b21d register_console +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0361fb71 single_open_size +EXPORT_SYMBOL vmlinux 0x0362d499 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03892501 prepare_binprm +EXPORT_SYMBOL vmlinux 0x039801ec of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x03be2763 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03c62457 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x03cc4923 find_get_entry +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x04587cf6 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x0484b5d1 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x049546d3 tcp_seq_open +EXPORT_SYMBOL vmlinux 0x04b2658b neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04eaffd6 mach_chrp +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x05262d41 inc_nlink +EXPORT_SYMBOL vmlinux 0x052fe688 key_type_keyring +EXPORT_SYMBOL vmlinux 0x0530dede _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x053b5690 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x05449836 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x055219f7 sock_register +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x058bba8f __skb_checksum +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05a06ef5 of_get_next_parent +EXPORT_SYMBOL vmlinux 0x05a21b6d inet6_protos +EXPORT_SYMBOL vmlinux 0x05a514a1 _insl_ns +EXPORT_SYMBOL vmlinux 0x05aff4dc sk_mc_loop +EXPORT_SYMBOL vmlinux 0x05b0b7e8 pci_pme_active +EXPORT_SYMBOL vmlinux 0x05b457cf fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x05c2eba4 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x05c3fa58 of_device_is_available +EXPORT_SYMBOL vmlinux 0x05c98965 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x05cb02e3 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x05cdc398 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x05d5c935 serio_rescan +EXPORT_SYMBOL vmlinux 0x05dc7cb1 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x05e32c3b make_kuid +EXPORT_SYMBOL vmlinux 0x05f229a9 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x060351c7 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x061496ae dev_change_carrier +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061894ed agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063d2b34 save_mount_options +EXPORT_SYMBOL vmlinux 0x06431141 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0x065496b9 md_write_end +EXPORT_SYMBOL vmlinux 0x066ba488 submit_bio +EXPORT_SYMBOL vmlinux 0x0675c7eb atomic64_cmpxchg +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x069183f6 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x06b55823 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x06bbb24a mempool_resize +EXPORT_SYMBOL vmlinux 0x06c4bd77 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x06d63b31 sk_net_capable +EXPORT_SYMBOL vmlinux 0x06f2cce1 netdev_state_change +EXPORT_SYMBOL vmlinux 0x06f3dc0b commit_creds +EXPORT_SYMBOL vmlinux 0x06f9bff4 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x0706a26d input_event +EXPORT_SYMBOL vmlinux 0x07154a5a xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x074e9213 down_killable +EXPORT_SYMBOL vmlinux 0x075de7fa input_grab_device +EXPORT_SYMBOL vmlinux 0x0779110e inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x0784bbd7 set_create_files_as +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ed8e6a sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x08052c4c tty_check_change +EXPORT_SYMBOL vmlinux 0x0805b75e dev_uc_add +EXPORT_SYMBOL vmlinux 0x082a0cf3 __napi_complete +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x084705c9 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x0866562c twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x08949f67 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x08df9457 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x08f34e49 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x09233596 generic_getxattr +EXPORT_SYMBOL vmlinux 0x0929680b vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x0959e291 kern_path +EXPORT_SYMBOL vmlinux 0x096ac249 simple_write_begin +EXPORT_SYMBOL vmlinux 0x097af42e md_check_recovery +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09a2594a md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c67afb flex_array_get +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x0a158dec pcim_enable_device +EXPORT_SYMBOL vmlinux 0x0a194455 blk_free_tags +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a33c31d set_nlink +EXPORT_SYMBOL vmlinux 0x0a3cb16a mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x0a3eb854 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a53ea4d pci_scan_slot +EXPORT_SYMBOL vmlinux 0x0a7cdfcd dma_find_channel +EXPORT_SYMBOL vmlinux 0x0aadb06e scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x0ab99c9a filemap_map_pages +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad63c81 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x0ad69b79 netif_device_detach +EXPORT_SYMBOL vmlinux 0x0ae1c5ff release_sock +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b240b88 __break_lease +EXPORT_SYMBOL vmlinux 0x0b2e0aaa dquot_release +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b5b03e4 vc_cons +EXPORT_SYMBOL vmlinux 0x0b6cb8a1 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x0b6fcd5b down_read +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7cbe42 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x0b948c40 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x0b94c438 of_scan_pci_bridge +EXPORT_SYMBOL vmlinux 0x0b9655c4 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x0b97b24a pci_claim_resource +EXPORT_SYMBOL vmlinux 0x0bb3f3d6 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0c0cfea0 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x0c12e626 __debugger_bpt +EXPORT_SYMBOL vmlinux 0x0c1aea43 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x0c23e032 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x0c3c61ce skb_find_text +EXPORT_SYMBOL vmlinux 0x0c3d75fb inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c501ffd dquot_enable +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c88e54f key_payload_reserve +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c967edd dev_addr_init +EXPORT_SYMBOL vmlinux 0x0c9b6089 nvram_get_size +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0d004c8b security_path_chmod +EXPORT_SYMBOL vmlinux 0x0d32af29 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x0d3d59b3 address_space_init_once +EXPORT_SYMBOL vmlinux 0x0d4bce61 udp_del_offload +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d6ea942 sync_blockdev +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dbf38b8 mol_trampoline +EXPORT_SYMBOL vmlinux 0x0dc0ace0 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0x0deebd20 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x0e081c25 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x0e110278 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x0e1503d3 mount_pseudo +EXPORT_SYMBOL vmlinux 0x0e3e1391 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x0e4ba2fd build_skb +EXPORT_SYMBOL vmlinux 0x0e6c0512 kmap_atomic_prot +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e8ea283 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x0e8f30f6 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x0ea23365 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x0ea3aed2 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x0eaf451e hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed90d3f xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x0ee66f75 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x0ef20db1 kernstart_addr +EXPORT_SYMBOL vmlinux 0x0ef72512 vga_tryget +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f0d8da3 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x0f27507f generic_listxattr +EXPORT_SYMBOL vmlinux 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL vmlinux 0x0f4846ef bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x0f4bcbcc tty_port_put +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f5f184e tty_throttle +EXPORT_SYMBOL vmlinux 0x0f5f698c kmem_cache_create +EXPORT_SYMBOL vmlinux 0x0f5faa7e wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x0f61b7b4 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x0f75e95f netdev_emerg +EXPORT_SYMBOL vmlinux 0x0f7bcdef qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0faf7ce7 framebuffer_release +EXPORT_SYMBOL vmlinux 0x0fd831ab devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x0fe8c486 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x0fea1c9f vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x0ff7adc3 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x1058b4c3 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x1059d49a blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x1076270c uart_add_one_port +EXPORT_SYMBOL vmlinux 0x109ae8e0 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0x109e5f6a nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x10df59aa __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x10df5efd filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x1104e5d9 follow_up +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x113fb049 phy_init_eee +EXPORT_SYMBOL vmlinux 0x115e2e24 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x11663cec adb_register +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1182d83a cpuidle_disable +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x1190509a ip6_frag_init +EXPORT_SYMBOL vmlinux 0x119ac0f0 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x11a6e6a0 __module_get +EXPORT_SYMBOL vmlinux 0x11ca48e6 __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x11f9a990 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x11fa681d security_path_chown +EXPORT_SYMBOL vmlinux 0x120b1b25 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x12161ed0 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x12620b95 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12b44685 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x12ba22d5 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12e5ef0c rtas_set_power_level +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x132b53da pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x132f75f1 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x134374e5 __sock_create +EXPORT_SYMBOL vmlinux 0x134d09c3 netdev_warn +EXPORT_SYMBOL vmlinux 0x13765333 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x13affbda percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d8fdc8 bio_init +EXPORT_SYMBOL vmlinux 0x13ed4828 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x13f2afd6 request_key +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13f52e31 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0x1407c6e7 kmap_prot +EXPORT_SYMBOL vmlinux 0x14193c76 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x141c3588 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x143a633a pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x14405e8b of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0x1485f515 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x1542ef4d file_open_root +EXPORT_SYMBOL vmlinux 0x154bedf8 mutex_lock +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154e3a67 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x1553c782 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x15689645 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x1570d69b genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x158b1ea2 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x158b85bd del_gendisk +EXPORT_SYMBOL vmlinux 0x15a121e8 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x15a6608e inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x15bbbd95 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x15d3fd60 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x15da3011 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x15dd91e5 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x1606ef99 __alloc_skb +EXPORT_SYMBOL vmlinux 0x160bd45c rtas_token +EXPORT_SYMBOL vmlinux 0x161d0033 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x1647db44 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x16540bbc __cmpdi2 +EXPORT_SYMBOL vmlinux 0x166906de pci_device_from_OF_node +EXPORT_SYMBOL vmlinux 0x1683a50b radix_tree_delete +EXPORT_SYMBOL vmlinux 0x169e767e request_key_async +EXPORT_SYMBOL vmlinux 0x16a1c96d kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x16a6210a scm_detach_fds +EXPORT_SYMBOL vmlinux 0x16efa998 blk_init_tags +EXPORT_SYMBOL vmlinux 0x171c250a dev_emerg +EXPORT_SYMBOL vmlinux 0x1726aa6f shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x1731794e agp_create_memory +EXPORT_SYMBOL vmlinux 0x173286f3 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x173d80e8 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x174afb1a __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x17648396 dev_base_lock +EXPORT_SYMBOL vmlinux 0x17689cdf rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x17742715 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x177e8748 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x1784d9b3 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x1785358a xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x17a50c5a scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x17aa156a __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17b8abd7 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x17e28473 fsl_upm_run_pattern +EXPORT_SYMBOL vmlinux 0x17e67ae1 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x17e67ce8 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x17ea6ab9 vga_con +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x1804b07e misc_register +EXPORT_SYMBOL vmlinux 0x181d3fd6 pcim_iomap +EXPORT_SYMBOL vmlinux 0x182319c4 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x1826f089 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x18363bbc bdev_read_only +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x1848f7d4 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x184af678 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x1861312e rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x18764f58 noop_fsync +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x18928ed2 read_code +EXPORT_SYMBOL vmlinux 0x1896b38b neigh_connected_output +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18b56609 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x18c2227f cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x18d07323 bio_copy_kern +EXPORT_SYMBOL vmlinux 0x19111a40 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x19129b53 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0x1945b3b6 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x194bd090 init_page_accessed +EXPORT_SYMBOL vmlinux 0x19610e1f cpu_all_bits +EXPORT_SYMBOL vmlinux 0x196c3995 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0x19750c5e pci_bus_type +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19bb11b6 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c7ec3a iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x19ce7513 netlink_set_err +EXPORT_SYMBOL vmlinux 0x1a024e60 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x1a0cbe81 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x1a111a41 ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x1a1a810a nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x1a2afbfb init_buffer +EXPORT_SYMBOL vmlinux 0x1a3a0955 da903x_query_status +EXPORT_SYMBOL vmlinux 0x1a4d228f __blk_run_queue +EXPORT_SYMBOL vmlinux 0x1a597a3a dquot_free_inode +EXPORT_SYMBOL vmlinux 0x1a63bd14 simple_dname +EXPORT_SYMBOL vmlinux 0x1a63c650 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x1a683c83 finish_open +EXPORT_SYMBOL vmlinux 0x1a701171 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x1ac3793e km_policy_notify +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1aec8916 xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x1af62a99 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x1afc68ad vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b0ac272 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1b0eefc7 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x1b132009 rename_lock +EXPORT_SYMBOL vmlinux 0x1b259794 skb_push +EXPORT_SYMBOL vmlinux 0x1b275b8d of_parse_phandle +EXPORT_SYMBOL vmlinux 0x1b321bdd led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x1b36e1d1 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x1b57edc1 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b75e3fe tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b877cdd registered_fb +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b9c5057 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1ba4bdd9 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x1bbbf456 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x1bc4ff03 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x1bca2b59 load_fp_state +EXPORT_SYMBOL vmlinux 0x1bd86927 i2c_master_send +EXPORT_SYMBOL vmlinux 0x1c043fb4 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x1c072384 pci_platform_rom +EXPORT_SYMBOL vmlinux 0x1c077f9e pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x1c20a36c pci_reenable_device +EXPORT_SYMBOL vmlinux 0x1c2a311e thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x1c5b2c15 pmu_wait_complete +EXPORT_SYMBOL vmlinux 0x1c5e6e9f fb_blank +EXPORT_SYMBOL vmlinux 0x1c708008 scsi_host_put +EXPORT_SYMBOL vmlinux 0x1c7b6a0b __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x1c80de9c ip_send_check +EXPORT_SYMBOL vmlinux 0x1ca75bdc padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x1cba435f sock_no_accept +EXPORT_SYMBOL vmlinux 0x1cc3dd47 twl6040_power +EXPORT_SYMBOL vmlinux 0x1cd9e123 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x1d04441a sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x1d187e43 sock_rfree +EXPORT_SYMBOL vmlinux 0x1d2e00ae deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x1d67f328 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x1d6c7396 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0x1d80eabb clone_cred +EXPORT_SYMBOL vmlinux 0x1d8ed99a dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x1daee28a percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x1dc059ae pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x1dc0f66e udplite_prot +EXPORT_SYMBOL vmlinux 0x1dc176d5 brioctl_set +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd0fdae __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1e036a2a __bforget +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e3fdf3d vme_irq_generate +EXPORT_SYMBOL vmlinux 0x1e64c436 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e8f2d34 ip_ct_attach +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea6372d lookup_one_len +EXPORT_SYMBOL vmlinux 0x1ec17df7 bdput +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ed29723 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x1edac007 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x1ee3a409 dquot_acquire +EXPORT_SYMBOL vmlinux 0x1ef0fbe1 inode_change_ok +EXPORT_SYMBOL vmlinux 0x1f31561b dump_align +EXPORT_SYMBOL vmlinux 0x1f332e1f mapping_tagged +EXPORT_SYMBOL vmlinux 0x1f3343de sock_create_kern +EXPORT_SYMBOL vmlinux 0x1f5a24ce input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x1f5bb0a5 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x1f6c4a9b prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x1f6c5d18 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x1f6d4de4 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1f9cf321 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x20030ecd ioremap +EXPORT_SYMBOL vmlinux 0x20077cc6 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x201abf89 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x201ce665 genphy_resume +EXPORT_SYMBOL vmlinux 0x20421305 on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x20650415 pci_release_region +EXPORT_SYMBOL vmlinux 0x2065c898 skb_store_bits +EXPORT_SYMBOL vmlinux 0x206e55af vfs_write +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20a68013 would_dump +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20b69f3f xfrm_register_type +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20fcbb4f rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x210816a2 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x211a51cc sock_no_connect +EXPORT_SYMBOL vmlinux 0x2120b5d6 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x21285c95 macio_enable_devres +EXPORT_SYMBOL vmlinux 0x214919cc sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x214fdaf2 generic_file_open +EXPORT_SYMBOL vmlinux 0x2157965d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x216036cf md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x2160a313 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x21714707 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x21abc88e mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x21d07381 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x21d73549 icmpv6_send +EXPORT_SYMBOL vmlinux 0x21e4c17b simple_dir_operations +EXPORT_SYMBOL vmlinux 0x21fc9ce0 lock_sock_fast +EXPORT_SYMBOL vmlinux 0x220221fb xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0x22107dd5 dev_change_flags +EXPORT_SYMBOL vmlinux 0x221750c8 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222f82fa twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x223705c8 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x224ae65b ata_print_version +EXPORT_SYMBOL vmlinux 0x2256fafa div64_u64_rem +EXPORT_SYMBOL vmlinux 0x2269418e neigh_parms_release +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x2278e94b slhc_remember +EXPORT_SYMBOL vmlinux 0x227eb824 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x228022eb kernel_getsockname +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22d28bf0 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x22d5aea8 md_done_sync +EXPORT_SYMBOL vmlinux 0x22dfdd06 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x22e4e25a inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x231070d6 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x232dd10c tcf_em_register +EXPORT_SYMBOL vmlinux 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL vmlinux 0x233b25a0 dentry_open +EXPORT_SYMBOL vmlinux 0x235e90f3 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x2365db83 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x2368e57a __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23cfee5f vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x23e70677 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x23f11742 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x23f2243d mempool_free +EXPORT_SYMBOL vmlinux 0x23f66ed4 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x23f7475b devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x240dbce9 misc_deregister +EXPORT_SYMBOL vmlinux 0x24188bb4 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x247c6b98 generic_perform_write +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x24865354 __tcf_hash_release +EXPORT_SYMBOL vmlinux 0x24a414a2 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x24bc82eb security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x24cfefb8 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x24d2f612 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x24d6e98e ps2_handle_response +EXPORT_SYMBOL vmlinux 0x24d7b4eb cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x24f00380 ida_init +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x251e781f sk_stream_error +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x2527a087 vme_slave_set +EXPORT_SYMBOL vmlinux 0x25286556 lro_receive_skb +EXPORT_SYMBOL vmlinux 0x25363c76 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x253a097e pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x253d77cc scsi_print_sense +EXPORT_SYMBOL vmlinux 0x2553de6f blk_delay_queue +EXPORT_SYMBOL vmlinux 0x255d7c18 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x2567e3de tcp_ioctl +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25cef76f dma_async_device_register +EXPORT_SYMBOL vmlinux 0x25d3c4ca ip_setsockopt +EXPORT_SYMBOL vmlinux 0x25d764be genl_notify +EXPORT_SYMBOL vmlinux 0x25ea32f0 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x25f3bd2e atomic64_xchg +EXPORT_SYMBOL vmlinux 0x260da996 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x2616ea23 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x2622bf5e poll_freewait +EXPORT_SYMBOL vmlinux 0x262e0323 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x26304aeb inode_permission +EXPORT_SYMBOL vmlinux 0x2632d826 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263d6150 pmac_register_agp_pm +EXPORT_SYMBOL vmlinux 0x26477c07 __vmalloc +EXPORT_SYMBOL vmlinux 0x264a6b5f tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x266e5e71 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x269ab88d dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x26af04d2 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x26b21897 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x26b760c4 slhc_init +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26f8c639 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x271241b2 set_bh_page +EXPORT_SYMBOL vmlinux 0x27222386 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x2724c4e5 key_revoke +EXPORT_SYMBOL vmlinux 0x27255d91 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x27282e07 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x272c9acd pmu_battery_count +EXPORT_SYMBOL vmlinux 0x273fb4d6 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x27409254 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x27438c8b __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x2743d610 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x2771d7ff ida_get_new_above +EXPORT_SYMBOL vmlinux 0x27726eae dev_remove_pack +EXPORT_SYMBOL vmlinux 0x2783b741 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x278c2e2f input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bd941e input_free_device +EXPORT_SYMBOL vmlinux 0x27be6010 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x27c5bba7 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27e61678 kobject_set_name +EXPORT_SYMBOL vmlinux 0x2811623f path_put +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28213084 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x2848ee5a proto_register +EXPORT_SYMBOL vmlinux 0x28938300 proc_create_data +EXPORT_SYMBOL vmlinux 0x289cf16c blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x289db3ee idr_remove +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28ec50ea request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x28f784f5 __debugger_break_match +EXPORT_SYMBOL vmlinux 0x29049fc8 notify_change +EXPORT_SYMBOL vmlinux 0x2945457e try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x294b6877 of_phy_attach +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x295ddf4e agp_enable +EXPORT_SYMBOL vmlinux 0x29a8164f pci_disable_msi +EXPORT_SYMBOL vmlinux 0x29b1c366 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a093673 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a385b49 inet_release +EXPORT_SYMBOL vmlinux 0x2a5c1e83 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x2a6f5317 single_open +EXPORT_SYMBOL vmlinux 0x2a7cac99 pci_add_resource +EXPORT_SYMBOL vmlinux 0x2a93e1fe simple_fill_super +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2ac533a1 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x2ace422c dev_trans_start +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2adedbec swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x2af2f9bb fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x2afc812f tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x2afe0080 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b12925d cpumask_next_and +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b2f897a blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x2b51d6e7 textsearch_register +EXPORT_SYMBOL vmlinux 0x2b7c5592 con_is_bound +EXPORT_SYMBOL vmlinux 0x2b990873 __seq_open_private +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba6a14f inet_add_protocol +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bc61da1 program_check_exception +EXPORT_SYMBOL vmlinux 0x2bceda81 md_error +EXPORT_SYMBOL vmlinux 0x2bde1bdd i2c_release_client +EXPORT_SYMBOL vmlinux 0x2bdf625d page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x2c0268dd blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c24fc7c dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c5f0476 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x2c6092d6 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x2c79c052 input_unregister_device +EXPORT_SYMBOL vmlinux 0x2c7b1fca down_timeout +EXPORT_SYMBOL vmlinux 0x2c7bdac6 poll_initwait +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2c9014f8 security_path_rename +EXPORT_SYMBOL vmlinux 0x2ca853bc ps2_drain +EXPORT_SYMBOL vmlinux 0x2cab2720 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x2cf0dadd sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x2d0c0f72 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x2d0f891f udp_proc_register +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d258c86 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d9c06fa pci_select_bars +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2dba884e pci_dev_put +EXPORT_SYMBOL vmlinux 0x2dbafd35 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x2dc0e42c blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0x2dcf1563 scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x2de6d42b load_nls_default +EXPORT_SYMBOL vmlinux 0x2de74b22 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2defa3dc neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x2e2a216d pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e2eab54 generic_permission +EXPORT_SYMBOL vmlinux 0x2e35b1a5 get_user_pages +EXPORT_SYMBOL vmlinux 0x2e365137 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x2e3c07ae mnt_pin +EXPORT_SYMBOL vmlinux 0x2e43c9fb fb_find_mode +EXPORT_SYMBOL vmlinux 0x2e46caa8 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x2e5a9414 __find_get_block +EXPORT_SYMBOL vmlinux 0x2e73b1ab insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x2eac81d2 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2eebf883 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2ef91e30 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f125778 decrementer_clockevent +EXPORT_SYMBOL vmlinux 0x2f15414e d_validate +EXPORT_SYMBOL vmlinux 0x2f156782 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x2fae96de rtas_data_buf_lock +EXPORT_SYMBOL vmlinux 0x2fb00fb2 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fc595c7 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x300d74ed arp_find +EXPORT_SYMBOL vmlinux 0x301ce095 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x301f1fe6 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x3020be2c tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x303d14f2 mmc_get_card +EXPORT_SYMBOL vmlinux 0x305c32dd seq_pad +EXPORT_SYMBOL vmlinux 0x30600f62 sock_no_getname +EXPORT_SYMBOL vmlinux 0x3072fac1 set_groups +EXPORT_SYMBOL vmlinux 0x307a59a6 register_netdevice +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x30a2d825 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30a80a77 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x30b8b35c cpu_to_chip_id +EXPORT_SYMBOL vmlinux 0x30c37fca gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x30c66ac8 __d_drop +EXPORT_SYMBOL vmlinux 0x30cde048 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x30fe005f end_page_writeback +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x312824e0 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x312a46bf scsi_remove_device +EXPORT_SYMBOL vmlinux 0x313094b7 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x313b7916 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0x31400b4e kernel_bind +EXPORT_SYMBOL vmlinux 0x3142de10 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x3147fd32 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x3156f6fc sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x316e0dce skb_free_datagram +EXPORT_SYMBOL vmlinux 0x3176ccdd sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x317d8727 fsync_bdev +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x31b08858 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x31dfa51e ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x31f00626 genphy_update_link +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x31fb306c arp_create +EXPORT_SYMBOL vmlinux 0x3209fb86 locks_free_lock +EXPORT_SYMBOL vmlinux 0x3213d275 get_super +EXPORT_SYMBOL vmlinux 0x322efafa fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x32451461 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x32668d21 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x327b9c1b pmu_poll_adb +EXPORT_SYMBOL vmlinux 0x328a05f1 strncpy +EXPORT_SYMBOL vmlinux 0x329b6975 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x32b43468 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x32bb4530 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x32e5e50b pskb_expand_head +EXPORT_SYMBOL vmlinux 0x32ea65d3 __getblk_slow +EXPORT_SYMBOL vmlinux 0x32efa80e pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x3316563e __inet6_hash +EXPORT_SYMBOL vmlinux 0x3321a832 napi_get_frags +EXPORT_SYMBOL vmlinux 0x332d79ec abx500_register_ops +EXPORT_SYMBOL vmlinux 0x33510497 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x335b894e udp_set_csum +EXPORT_SYMBOL vmlinux 0x33794f84 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x337ed013 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x3392197a skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c30ccd agp_find_bridge +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33c98c67 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x33cbbbef pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33e795c8 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x34011d66 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341dbfa3 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x3422c5be iov_iter_init +EXPORT_SYMBOL vmlinux 0x3433d909 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x344adbd5 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x346a204b xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x3493e97b scsi_init_io +EXPORT_SYMBOL vmlinux 0x34957f43 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x34987ff3 tcp_poll +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34d3cea3 backlight_force_update +EXPORT_SYMBOL vmlinux 0x34d47612 kthread_stop +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x350b30c2 send_sig_info +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x352313b7 pci_dev_get +EXPORT_SYMBOL vmlinux 0x35258162 macio_request_resource +EXPORT_SYMBOL vmlinux 0x353de98f cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x35828daf alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x35aa6f89 msi_bitmap_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x35c32767 xor_altivec_2 +EXPORT_SYMBOL vmlinux 0x35c76c2d seq_vprintf +EXPORT_SYMBOL vmlinux 0x35cc8e9f agp_bridge +EXPORT_SYMBOL vmlinux 0x35d94cab abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x35e77129 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x35e9042a bdi_register_dev +EXPORT_SYMBOL vmlinux 0x35fbd6a1 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x36116af8 pci_iounmap +EXPORT_SYMBOL vmlinux 0x3618cb2d ida_destroy +EXPORT_SYMBOL vmlinux 0x361b768f security_file_permission +EXPORT_SYMBOL vmlinux 0x3635f5a9 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x366f6d27 idr_destroy +EXPORT_SYMBOL vmlinux 0x36810547 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x36985c63 kernel_write +EXPORT_SYMBOL vmlinux 0x369f6c0b devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0x36a33dd4 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x36a82aae __dquot_transfer +EXPORT_SYMBOL vmlinux 0x36b0e732 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x36b9d3f5 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x36bc211b sk_ns_capable +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36be467a skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x36c17cd6 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x36c28c92 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x36cde316 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x36dc9fb0 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x3700b2c5 netdev_update_features +EXPORT_SYMBOL vmlinux 0x3703b923 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x370a3860 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x3719d35e dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x371d2130 check_legacy_ioport +EXPORT_SYMBOL vmlinux 0x37294558 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x37383edd rtas_get_power_level +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x37502454 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x3756f339 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x376a1d5c alloc_disk +EXPORT_SYMBOL vmlinux 0x37acbdc3 tso_count_descs +EXPORT_SYMBOL vmlinux 0x37ae672e get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37b80455 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x37bd270a devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37db2fe1 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x37e0153d flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37e83315 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x37f01148 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x37f27fcb pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x37f6fee5 fsl_lbc_find +EXPORT_SYMBOL vmlinux 0x380214a1 __sb_start_write +EXPORT_SYMBOL vmlinux 0x381144a9 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x38138696 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x3817573e dev_crit +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3845dbfc inet_frag_find +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x3853d1b3 swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x385414ce seq_putc +EXPORT_SYMBOL vmlinux 0x3866584b pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x386d88af kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3899c133 d_instantiate +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38b825d1 idr_replace +EXPORT_SYMBOL vmlinux 0x38bd844d adb_client_list +EXPORT_SYMBOL vmlinux 0x38e42439 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x38f7b1dc netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x38fb9933 tty_std_termios +EXPORT_SYMBOL vmlinux 0x39193fca inet_select_addr +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3941d421 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x3943037d mddev_congested +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3954fa38 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x39556d55 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x39617e6f nf_reinject +EXPORT_SYMBOL vmlinux 0x396da022 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x3970b485 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x39879cce tc_classify +EXPORT_SYMBOL vmlinux 0x3993eed1 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x39a52f74 __get_user_pages +EXPORT_SYMBOL vmlinux 0x39a7d0dc tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x39bb2b86 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x39cdf63c wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x39db4424 mmc_free_host +EXPORT_SYMBOL vmlinux 0x3a1e5a74 dcb_getapp +EXPORT_SYMBOL vmlinux 0x3a2dfc4b mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x3a2fb137 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x3a427a78 pid_task +EXPORT_SYMBOL vmlinux 0x3a4b0e34 vme_slot_num +EXPORT_SYMBOL vmlinux 0x3a553ffd noop_llseek +EXPORT_SYMBOL vmlinux 0x3a6618e7 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x3a6a115f bdi_register +EXPORT_SYMBOL vmlinux 0x3a814841 of_phy_connect +EXPORT_SYMBOL vmlinux 0x3a90696e tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3a9c6ce0 user_path_create +EXPORT_SYMBOL vmlinux 0x3aa67b76 input_register_handler +EXPORT_SYMBOL vmlinux 0x3aae2aea phy_register_fixup +EXPORT_SYMBOL vmlinux 0x3abf6aab dev_mc_del +EXPORT_SYMBOL vmlinux 0x3adb94c8 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x3aefe744 km_policy_expired +EXPORT_SYMBOL vmlinux 0x3b097fe6 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x3b0dadef serio_interrupt +EXPORT_SYMBOL vmlinux 0x3b117535 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x3b54da7b register_filesystem +EXPORT_SYMBOL vmlinux 0x3b615a21 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3b63fd28 dev_notice +EXPORT_SYMBOL vmlinux 0x3b89fa4b padata_add_cpu +EXPORT_SYMBOL vmlinux 0x3bb0d2b0 ping_prot +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bd403ef generic_block_bmap +EXPORT_SYMBOL vmlinux 0x3be84343 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x3c215cb2 tcf_hash_search +EXPORT_SYMBOL vmlinux 0x3c394e22 agp_free_page_array +EXPORT_SYMBOL vmlinux 0x3c3bfb64 eth_change_mtu +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c511402 softnet_data +EXPORT_SYMBOL vmlinux 0x3c59bac1 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x3c652b24 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3c9fcb1e flush_tlb_range +EXPORT_SYMBOL vmlinux 0x3cc4b0dc lg_lock_init +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf310da gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x3cffd163 cur_cpu_spec +EXPORT_SYMBOL vmlinux 0x3d231257 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x3d356afa tty_register_device +EXPORT_SYMBOL vmlinux 0x3d4b11b9 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x3d89aabf zpool_register_driver +EXPORT_SYMBOL vmlinux 0x3db87152 dma_common_mmap +EXPORT_SYMBOL vmlinux 0x3dc02a4e flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e008294 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x3e0dea3c block_write_end +EXPORT_SYMBOL vmlinux 0x3e1349f8 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x3e201a40 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x3e2b6394 kobject_get +EXPORT_SYMBOL vmlinux 0x3e36a4bd sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x3e531aa8 seq_printf +EXPORT_SYMBOL vmlinux 0x3e620bf0 machine_id +EXPORT_SYMBOL vmlinux 0x3e6c12a7 netdev_info +EXPORT_SYMBOL vmlinux 0x3e6fa666 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x3e889e27 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e9520d7 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x3ea9d30e try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x3ec90704 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x3ed2b7d8 security_path_truncate +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ef2c4a2 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x3ef778da ihold +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f2f2374 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x3f406a3b enable_kernel_altivec +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f6a5d37 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0x3f6eb8ea jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x3fabd7e3 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x3fb1cf71 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x3fb6208e phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3fe0d1c0 slhc_free +EXPORT_SYMBOL vmlinux 0x3fe55b9d devm_gpio_free +EXPORT_SYMBOL vmlinux 0x3fe5c6ef devfreq_add_device +EXPORT_SYMBOL vmlinux 0x3ff15243 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x3ff8e495 lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0x3ffe6287 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x400f0aa6 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x4027a2a7 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x40299939 seq_puts +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x40364920 i2c_use_client +EXPORT_SYMBOL vmlinux 0x40536050 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x405cb851 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x40708f62 inet6_bind +EXPORT_SYMBOL vmlinux 0x40775759 drop_super +EXPORT_SYMBOL vmlinux 0x407bd6db mpage_writepage +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40abd96c sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x40beb95b gen_pool_free +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c2232e filp_open +EXPORT_SYMBOL vmlinux 0x40c45062 seq_write +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c72968 dev_open +EXPORT_SYMBOL vmlinux 0x40cd838e sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d33a0d kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x40d719d5 ps2_command +EXPORT_SYMBOL vmlinux 0x40f1ad10 tb_ticks_per_jiffy +EXPORT_SYMBOL vmlinux 0x40f8a2a3 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x41033e6b __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x4107002d clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x410d2938 bio_add_page +EXPORT_SYMBOL vmlinux 0x4135298d dcache_dir_open +EXPORT_SYMBOL vmlinux 0x41375ace clear_inode +EXPORT_SYMBOL vmlinux 0x4138c4b9 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x414415aa skb_insert +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x415fd5a5 sg_miter_next +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41973fff load_nls +EXPORT_SYMBOL vmlinux 0x419a98bc xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x41a12410 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x41b0ef47 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x41f88ef0 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x41fd6d47 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x4209fd33 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x4219a86b set_blocksize +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x42798ed3 cad_pid +EXPORT_SYMBOL vmlinux 0x427ad793 of_get_property +EXPORT_SYMBOL vmlinux 0x429be6d3 remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42c172d7 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x42c3540e kobject_init +EXPORT_SYMBOL vmlinux 0x42e219e5 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x42fac055 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4327dd21 f_setown +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x43855952 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43958f3d vme_irq_free +EXPORT_SYMBOL vmlinux 0x439f202e alloc_disk_node +EXPORT_SYMBOL vmlinux 0x43a01f90 complete_all +EXPORT_SYMBOL vmlinux 0x43be628f generic_setxattr +EXPORT_SYMBOL vmlinux 0x43dd06d2 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x4425fa4c iov_iter_advance +EXPORT_SYMBOL vmlinux 0x4432df3e rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x443567c7 bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x444d2d5b mb_cache_create +EXPORT_SYMBOL vmlinux 0x445e48fa iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x44729bba blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x44785ba5 scsi_get_command +EXPORT_SYMBOL vmlinux 0x44795e78 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x4483fd1f kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x44870ae5 block_read_full_page +EXPORT_SYMBOL vmlinux 0x449fc1a4 seq_path +EXPORT_SYMBOL vmlinux 0x44c5e944 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44eb192e wait_for_completion +EXPORT_SYMBOL vmlinux 0x44fe5949 audit_log +EXPORT_SYMBOL vmlinux 0x45025b49 __frontswap_store +EXPORT_SYMBOL vmlinux 0x450462e8 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x450fd5a9 sock_i_ino +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x455f4c31 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x45613990 d_rehash +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457df51c vme_master_request +EXPORT_SYMBOL vmlinux 0x4596db6a sys_sigreturn +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45ce127a fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x45f81a45 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x45f9653b skb_tx_error +EXPORT_SYMBOL vmlinux 0x460e5a23 do_sync_read +EXPORT_SYMBOL vmlinux 0x4612c59d down_trylock +EXPORT_SYMBOL vmlinux 0x461854bc mdiobus_write +EXPORT_SYMBOL vmlinux 0x461ebfa0 __copy_tofrom_user +EXPORT_SYMBOL vmlinux 0x462345e1 xmon +EXPORT_SYMBOL vmlinux 0x4629d5cb dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x4638066f pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x463ad661 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x465757c3 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x4667724a have_submounts +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467d248d __sk_dst_check +EXPORT_SYMBOL vmlinux 0x46a046cb pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x46d12956 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x46d17494 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x46f7f950 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x46f86344 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x46f99272 generic_write_end +EXPORT_SYMBOL vmlinux 0x46fe3bb8 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x470f9df0 tcf_hash_check +EXPORT_SYMBOL vmlinux 0x47297748 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x4767583d jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x477fe624 input_allocate_device +EXPORT_SYMBOL vmlinux 0x478b8e0d get_thermal_instance +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c19612 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47f58b80 register_cdrom +EXPORT_SYMBOL vmlinux 0x47f7b437 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x48005121 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x480f1254 bio_clone_fast +EXPORT_SYMBOL vmlinux 0x481ac2d8 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x481ce6ce cpu_active_mask +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x48404b9a remove_wait_queue +EXPORT_SYMBOL vmlinux 0x4857f8be agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x487a4460 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x4881c11f fb_get_mode +EXPORT_SYMBOL vmlinux 0x4881efab pmac_get_partition +EXPORT_SYMBOL vmlinux 0x48865858 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x489baaff dquot_destroy +EXPORT_SYMBOL vmlinux 0x48abd70d iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48fabfbf gen_new_estimator +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4912ff20 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x4929f4ed kill_pgrp +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x495cdb2c twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x4984f5e7 netif_rx_ni +EXPORT_SYMBOL vmlinux 0x499c7dee inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x49a61aaa netlink_ack +EXPORT_SYMBOL vmlinux 0x49aedf28 inet_getname +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49bdd05b devm_gpio_request +EXPORT_SYMBOL vmlinux 0x49dc5744 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x49e0a12b genphy_suspend +EXPORT_SYMBOL vmlinux 0x4a1ad17e of_iomap +EXPORT_SYMBOL vmlinux 0x4a2d6a48 seq_read +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a46ee2f bio_advance +EXPORT_SYMBOL vmlinux 0x4a5f6272 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x4a6b3f20 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x4a6d3224 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x4a7ade99 dquot_commit +EXPORT_SYMBOL vmlinux 0x4a7f8f57 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x4a91650c backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x4a9b95b2 pci_clear_master +EXPORT_SYMBOL vmlinux 0x4aa9cbbf jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x4aaa6ecc write_cache_pages +EXPORT_SYMBOL vmlinux 0x4aae8d14 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x4ab4986e tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4adb312d kunmap_high +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b257fff uart_suspend_port +EXPORT_SYMBOL vmlinux 0x4b284d1d pci_request_region +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b41da81 netif_napi_add +EXPORT_SYMBOL vmlinux 0x4b44276c kernel_listen +EXPORT_SYMBOL vmlinux 0x4b483aeb tty_port_hangup +EXPORT_SYMBOL vmlinux 0x4b4ac7d6 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b662e9b ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x4b7e0071 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x4b802dcc tcp_disconnect +EXPORT_SYMBOL vmlinux 0x4b8326ff ida_remove +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bb0778e vm_stat +EXPORT_SYMBOL vmlinux 0x4bb7464f gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x4bcf03a4 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x4be3ff18 skb_checksum +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bed99b3 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x4c0f7712 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x4c11435a _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c22ab6a pci_assign_resource +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c39ea91 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x4c61c7f8 dev_addr_del +EXPORT_SYMBOL vmlinux 0x4c725cc5 dev_mc_add +EXPORT_SYMBOL vmlinux 0x4c7ea09c fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x4c8303a1 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x4c874428 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x4c8bb5a6 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x4caacd37 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc41d49 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x4cc65d4d simple_link +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cf144f0 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x4cf18f8f genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x4cf4b606 flush_signals +EXPORT_SYMBOL vmlinux 0x4cfbcc1b migrate_page +EXPORT_SYMBOL vmlinux 0x4d1c8182 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d4df6b2 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x4d5e76cd mfd_add_devices +EXPORT_SYMBOL vmlinux 0x4d7c706c xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x4d83b295 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x4d8c5116 get_disk +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4dae726b cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x4db7bfdb neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x4dbdd37c blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x4dd04ecb inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x4ddd212e unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x4de019ba kernel_read +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4dec6038 memscan +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4dfb00a6 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x4dfcfd5a dev_activate +EXPORT_SYMBOL vmlinux 0x4e03741d dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x4e2ee174 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x4e2f9950 vme_bus_num +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e4bb392 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x4e64d500 of_device_unregister +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e709f30 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x4e767899 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e86e24e free_task +EXPORT_SYMBOL vmlinux 0x4e9dffb5 ip_fast_csum +EXPORT_SYMBOL vmlinux 0x4ea061e9 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x4ea3e2ad swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x4ec64670 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x4ed42cd9 md_flush_request +EXPORT_SYMBOL vmlinux 0x4edc35dc dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0x4ef2ddc8 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x4f0a75e0 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f63511a inetdev_by_index +EXPORT_SYMBOL vmlinux 0x4f66aadf path_nosuid +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f70fd95 dma_pool_create +EXPORT_SYMBOL vmlinux 0x4fb78e09 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe99583 atomic64_dec_if_positive +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x501736dd bio_split +EXPORT_SYMBOL vmlinux 0x502181f6 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x50384baf vgacon_remap_base +EXPORT_SYMBOL vmlinux 0x503b54e6 simple_empty +EXPORT_SYMBOL vmlinux 0x504a91ec touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0x5057b384 vme_bus_type +EXPORT_SYMBOL vmlinux 0x50604d0d sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x50679d8e udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x50929e2d of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x509817cf vprintk_emit +EXPORT_SYMBOL vmlinux 0x50b66bcb radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50fdf6f3 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x50ffb24f lock_may_read +EXPORT_SYMBOL vmlinux 0x5109bc19 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x511ebf9a fddi_type_trans +EXPORT_SYMBOL vmlinux 0x515e24a7 flush_instruction_cache +EXPORT_SYMBOL vmlinux 0x51612303 kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x51952023 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x5195696b inet_frags_fini +EXPORT_SYMBOL vmlinux 0x519b0da3 finish_wait +EXPORT_SYMBOL vmlinux 0x51dc410e sock_recvmsg +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x51fcd3fd dev_close +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x52111270 elevator_alloc +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x52213829 rt6_lookup +EXPORT_SYMBOL vmlinux 0x5222f1bc bdi_unregister +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5250ef58 nla_reserve +EXPORT_SYMBOL vmlinux 0x5256d48b vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x527830ff pmac_xpram_read +EXPORT_SYMBOL vmlinux 0x5280a4a3 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x5296dec3 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x529df2d7 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x52ab2e9b dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52bec895 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x52c0a218 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x52c1b118 inet_del_offload +EXPORT_SYMBOL vmlinux 0x52c22523 pci_find_hose_for_OF_device +EXPORT_SYMBOL vmlinux 0x52d8e408 filp_close +EXPORT_SYMBOL vmlinux 0x52e0a4e8 kern_unmount +EXPORT_SYMBOL vmlinux 0x52e69df9 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x5310d223 udp_poll +EXPORT_SYMBOL vmlinux 0x53154c6e read_cache_page +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x5361bd2e netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x537bb5f7 register_exec_domain +EXPORT_SYMBOL vmlinux 0x537ea39b of_platform_device_create +EXPORT_SYMBOL vmlinux 0x538a19a0 inet_addr_type +EXPORT_SYMBOL vmlinux 0x53aebc01 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x53b15d2d dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x53d698d6 inode_set_flags +EXPORT_SYMBOL vmlinux 0x53dc3015 block_commit_write +EXPORT_SYMBOL vmlinux 0x53e577c7 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x53ebab1b _outsl_ns +EXPORT_SYMBOL vmlinux 0x53efd21d blk_start_request +EXPORT_SYMBOL vmlinux 0x53f58d24 tcp_prequeue +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x541221f2 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x5412c7c7 up +EXPORT_SYMBOL vmlinux 0x5413c5a1 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x5419644f cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54520b8a pcim_iounmap +EXPORT_SYMBOL vmlinux 0x5461f3dd inet6_getname +EXPORT_SYMBOL vmlinux 0x5485e058 down_read_trylock +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54aa7697 __kfree_skb +EXPORT_SYMBOL vmlinux 0x54c145ca kill_anon_super +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54fb5bb9 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x550412df agp_copy_info +EXPORT_SYMBOL vmlinux 0x550a2812 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x5516fba2 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x55467ede fsl_upm_find +EXPORT_SYMBOL vmlinux 0x55551ffd ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x5564210d input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5568c553 complete +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x5577ef9e udp_table +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55a55e08 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x55b82537 complete_request_key +EXPORT_SYMBOL vmlinux 0x55c308a9 names_cachep +EXPORT_SYMBOL vmlinux 0x55d11e2d elv_rb_add +EXPORT_SYMBOL vmlinux 0x55e29eb1 of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x560c7d73 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x56116350 account_page_dirtied +EXPORT_SYMBOL vmlinux 0x56197f18 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x5632516e input_set_capability +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x563c02b7 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x5652b8fc phy_device_create +EXPORT_SYMBOL vmlinux 0x565a3ee2 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x565fd0c8 sk_dst_check +EXPORT_SYMBOL vmlinux 0x566f1696 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x567835e6 down_write +EXPORT_SYMBOL vmlinux 0x567dcdda macio_release_resource +EXPORT_SYMBOL vmlinux 0x56a10763 csum_tcpudp_magic +EXPORT_SYMBOL vmlinux 0x56c2b95b rtas_progress +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56f82116 new_inode +EXPORT_SYMBOL vmlinux 0x571e4d16 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x5730c4e3 abort_creds +EXPORT_SYMBOL vmlinux 0x573868ec devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x5749407d vfs_writev +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57595f1a kfree_put_link +EXPORT_SYMBOL vmlinux 0x5760ef9a vfs_open +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57785b4e __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x57a8ad9a padata_do_parallel +EXPORT_SYMBOL vmlinux 0x57bf7db6 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x57c08e9a d_make_root +EXPORT_SYMBOL vmlinux 0x57d831d3 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x57f34090 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x582a4747 cacheable_memcpy +EXPORT_SYMBOL vmlinux 0x582f8392 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x58623807 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x587c6508 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x589d76d4 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x58af4d95 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58d6e933 up_write +EXPORT_SYMBOL vmlinux 0x58d88784 irq_to_desc +EXPORT_SYMBOL vmlinux 0x591241d0 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x592e9d19 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x5942e862 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x59446467 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x595b717f blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x595d0946 empty_zero_page +EXPORT_SYMBOL vmlinux 0x5963e50b sock_from_file +EXPORT_SYMBOL vmlinux 0x598a9104 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x5995df7f phy_start_aneg +EXPORT_SYMBOL vmlinux 0x59b3378a completion_done +EXPORT_SYMBOL vmlinux 0x59b493e5 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x59d2d366 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x59d380c8 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x59d8223a ioport_resource +EXPORT_SYMBOL vmlinux 0x5a1a2125 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x5a2903d7 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x5a2dc4c3 elv_rb_find +EXPORT_SYMBOL vmlinux 0x5a3fb6e6 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x5a50228a i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a60dc3e mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x5a97bfca bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x5a9a54b8 bio_map_user +EXPORT_SYMBOL vmlinux 0x5ab67931 do_IRQ +EXPORT_SYMBOL vmlinux 0x5adbaf8b elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x5adfea2a netdev_alert +EXPORT_SYMBOL vmlinux 0x5afdafd8 secpath_dup +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b0a301f submit_bh +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b1b1438 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x5b2267bd netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x5b23ddc3 ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x5b3353e4 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x5b39988e ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b43f1f1 rtas_service_present +EXPORT_SYMBOL vmlinux 0x5b46abb7 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x5b55f0a2 simple_rmdir +EXPORT_SYMBOL vmlinux 0x5b623d03 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x5b63f05b ppc_md +EXPORT_SYMBOL vmlinux 0x5b9828c5 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x5bb3fb07 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x5bb9daec __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x5bf63794 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x5bfb4fa5 default_file_splice_read +EXPORT_SYMBOL vmlinux 0x5c12aae8 pci_save_state +EXPORT_SYMBOL vmlinux 0x5c265cba sg_init_one +EXPORT_SYMBOL vmlinux 0x5c37f319 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x5c3f72e2 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x5c41e0dc devm_ioport_map +EXPORT_SYMBOL vmlinux 0x5c8f2b26 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x5c8f5125 user_path_at +EXPORT_SYMBOL vmlinux 0x5cb7f7b0 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x5cbcf4ec netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cecc275 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x5cedb8b4 kobject_put +EXPORT_SYMBOL vmlinux 0x5cf5111b pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d0ac5af generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x5d18c450 qdisc_list_del +EXPORT_SYMBOL vmlinux 0x5d2d2270 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x5d3cdab2 of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d5a2f69 dev_uc_init +EXPORT_SYMBOL vmlinux 0x5d5b28fd fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x5d7813b9 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x5d791c85 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x5d7f732b jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x5d866485 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x5d953b71 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x5da90cec seq_open +EXPORT_SYMBOL vmlinux 0x5dabbc69 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x5dadc516 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x5db13735 page_readlink +EXPORT_SYMBOL vmlinux 0x5dbdd058 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x5e071d40 stop_tty +EXPORT_SYMBOL vmlinux 0x5e184f1d register_md_personality +EXPORT_SYMBOL vmlinux 0x5e27321b register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x5e3a8a9c __wake_up +EXPORT_SYMBOL vmlinux 0x5e529b19 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x5e55c098 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x5e8e9b6b devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5ea5f3cd scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x5eb0401e proc_dostring +EXPORT_SYMBOL vmlinux 0x5eb0f4c4 note_scsi_host +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb51dd4 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x5eb91052 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x5ec500ab sock_edemux +EXPORT_SYMBOL vmlinux 0x5ecbeb5f mmc_can_erase +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ef714e0 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x5ef77733 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f05db60 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f5cfbbf security_path_rmdir +EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f8a2728 isa_io_base +EXPORT_SYMBOL vmlinux 0x5f90d0c9 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x5fcd5689 generic_fillattr +EXPORT_SYMBOL vmlinux 0x5fd268cb radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5fd5dfe0 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fdc0815 set_bdi_congested +EXPORT_SYMBOL vmlinux 0x5fe81899 proc_mkdir +EXPORT_SYMBOL vmlinux 0x5ffc3eca __dev_getfirstbyhwtype +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 0x603a69ab blk_rq_init +EXPORT_SYMBOL vmlinux 0x6053988c sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x6065cb58 ps2_init +EXPORT_SYMBOL vmlinux 0x6066f828 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x6074f557 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x6097298a pci_bus_get +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a0b551 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x60a9cbbd generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x60bb7f46 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x60c749e2 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x60d88d00 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60e4467a simple_transaction_get +EXPORT_SYMBOL vmlinux 0x60e504bc input_release_device +EXPORT_SYMBOL vmlinux 0x611900bf ata_port_printk +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x6134f8e7 vfs_setpos +EXPORT_SYMBOL vmlinux 0x61421c27 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x616b825d dql_init +EXPORT_SYMBOL vmlinux 0x616bbbfd pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x61758649 dcb_setapp +EXPORT_SYMBOL vmlinux 0x61787a82 register_qdisc +EXPORT_SYMBOL vmlinux 0x6184c305 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x618f106e ata_link_printk +EXPORT_SYMBOL vmlinux 0x619b8e14 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x61b3560c cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61b96584 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x61c0eac5 ppp_input_error +EXPORT_SYMBOL vmlinux 0x61d72017 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x61eef2c9 _insb +EXPORT_SYMBOL vmlinux 0x61fe6502 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x62013392 __get_page_tail +EXPORT_SYMBOL vmlinux 0x6209a1ba pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x6212c689 dget_parent +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6224618e qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x623d2b51 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x623d7182 _chrp_type +EXPORT_SYMBOL vmlinux 0x62538167 slhc_toss +EXPORT_SYMBOL vmlinux 0x6267fd78 drop_nlink +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x628332e8 pmu_power_flags +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x6288076c dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x62adc8af kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x62bc04aa phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x62cba473 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x631777f5 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x63231951 gen_pool_create +EXPORT_SYMBOL vmlinux 0x63498b55 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x6349e724 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x63769eba vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x6377a9eb blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x63823b6a pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x63a9fb32 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x63ad5a0f follow_pfn +EXPORT_SYMBOL vmlinux 0x63ada05f file_remove_suid +EXPORT_SYMBOL vmlinux 0x63cd5205 md_integrity_register +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x642a642e powerpc_debugfs_root +EXPORT_SYMBOL vmlinux 0x64340ea8 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x64457691 sock_update_memcg +EXPORT_SYMBOL vmlinux 0x6452675a kobject_del +EXPORT_SYMBOL vmlinux 0x646cc6ab pmu_poll +EXPORT_SYMBOL vmlinux 0x64921020 validate_sp +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64b34ca3 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x64e3e716 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x64e42289 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x6537ec0f pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x65400222 __irq_offset_value +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x655e0e64 agp_free_memory +EXPORT_SYMBOL vmlinux 0x6570c919 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x65a1e323 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x65a9f82b devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x65b17fbf blk_register_region +EXPORT_SYMBOL vmlinux 0x65bb58a2 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x65c93720 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x6603d44e clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x661e71f9 sock_no_listen +EXPORT_SYMBOL vmlinux 0x66227eae vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x666a9590 vfs_link +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66942c5a serio_open +EXPORT_SYMBOL vmlinux 0x66952e81 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x66a6fbdb buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x66aa43b2 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x66abf96c rtas +EXPORT_SYMBOL vmlinux 0x66cb3ff9 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x66cbf14b pmac_xpram_write +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x67402210 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x676f5e45 bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x677a9418 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x679be74c sock_alloc_file +EXPORT_SYMBOL vmlinux 0x67aaa8f9 bdget_disk +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c66cce vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x67da5442 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x67e2358e inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x67ea8ca2 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x67ee7d38 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x6830e1d5 ip6_route_output +EXPORT_SYMBOL vmlinux 0x68409925 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x68609857 complete_and_exit +EXPORT_SYMBOL vmlinux 0x6860bb6f simple_unlink +EXPORT_SYMBOL vmlinux 0x68627a6f padata_do_serial +EXPORT_SYMBOL vmlinux 0x686cbf17 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x6882eb27 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x6884b4e6 qdisc_list_add +EXPORT_SYMBOL vmlinux 0x6893da5f __mutex_init +EXPORT_SYMBOL vmlinux 0x689ce6dc touch_buffer +EXPORT_SYMBOL vmlinux 0x68a1d383 phy_device_free +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68dcb753 seq_bitmap +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x692508f5 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x6933fe7c dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6983569a loop_register_transfer +EXPORT_SYMBOL vmlinux 0x69977eb9 nobh_writepage +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69ac1793 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69d7e5b8 __debugger_ipi +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69ed5dc1 unregister_console +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a0407b0 current_fs_time +EXPORT_SYMBOL vmlinux 0x6a307fd8 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x6a597e89 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a61f874 to_tm +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6aa2b051 no_llseek +EXPORT_SYMBOL vmlinux 0x6aaeb1d9 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x6ac44deb netdev_change_features +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6adeb9c4 km_state_expired +EXPORT_SYMBOL vmlinux 0x6ae828f3 udp_add_offload +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1993fa iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b1e0731 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b4c14c1 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x6b636951 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x6b7481b9 dm_get_device +EXPORT_SYMBOL vmlinux 0x6b89f2ca mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x6b8be37d netlink_net_capable +EXPORT_SYMBOL vmlinux 0x6b9f1b65 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0x6bab0db8 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bceaebc gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x6bd365a6 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x6bd7e770 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6bdd57a6 register_gifconf +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6bfd18f2 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x6c0ee9c5 padata_alloc +EXPORT_SYMBOL vmlinux 0x6c1bba92 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c5c0cc7 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x6c5f9d8d finish_no_open +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6db399 keyring_search +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c7581b5 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x6c797702 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x6ca1d1a4 atomic64_read +EXPORT_SYMBOL vmlinux 0x6ca5b0f8 __net_get_random_once +EXPORT_SYMBOL vmlinux 0x6ca84838 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x6ca9c624 d_alloc_name +EXPORT_SYMBOL vmlinux 0x6cb37127 flex_array_clear +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6ce6f77b inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x6ceaf511 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d27c585 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d464175 __sg_free_table +EXPORT_SYMBOL vmlinux 0x6d740223 flex_array_put +EXPORT_SYMBOL vmlinux 0x6d81bf59 tty_lock_pair +EXPORT_SYMBOL vmlinux 0x6da28658 sync_inode +EXPORT_SYMBOL vmlinux 0x6da928f4 _insw_ns +EXPORT_SYMBOL vmlinux 0x6dab3072 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x6db084f6 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x6db4c09b __nlmsg_put +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e032c1c jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x6e2e8ab2 set_disk_ro +EXPORT_SYMBOL vmlinux 0x6e6514ed radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e9927d7 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea7d1f6 send_sig +EXPORT_SYMBOL vmlinux 0x6eaa7ba1 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x6eb0d18f uart_register_driver +EXPORT_SYMBOL vmlinux 0x6eb74dff proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x6ebc4e8d scsi_put_command +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ed6241e __sb_end_write +EXPORT_SYMBOL vmlinux 0x6f09c74f gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x6f0a19d3 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f2959d3 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x6f4b6f7e skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x6f6386aa inode_dio_done +EXPORT_SYMBOL vmlinux 0x6f7db73c mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x6fc1ec17 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x6fc40bdd blkdev_put +EXPORT_SYMBOL vmlinux 0x6fc4762a devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x6fcb7749 kernel_accept +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd7b54d iget_locked +EXPORT_SYMBOL vmlinux 0x6ff7241d inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x6ffbd5cb netif_device_attach +EXPORT_SYMBOL vmlinux 0x7005a465 blk_fetch_request +EXPORT_SYMBOL vmlinux 0x70180045 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x7027a08c mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x70341392 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x70341b9c __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x70348fc2 __frontswap_test +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7062b4cd cmdline_parts_free +EXPORT_SYMBOL vmlinux 0x706c9f5b key_unlink +EXPORT_SYMBOL vmlinux 0x7074d43f security_path_link +EXPORT_SYMBOL vmlinux 0x70762468 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x707655b1 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x7081dad4 ilookup5 +EXPORT_SYMBOL vmlinux 0x708dde5f d_genocide +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70c04370 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x70cdbfdc cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x70ceb572 input_register_handle +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d888b7 __debugger_fault_handler +EXPORT_SYMBOL vmlinux 0x70eedfe3 vme_slave_request +EXPORT_SYMBOL vmlinux 0x70ef7dea dquot_resume +EXPORT_SYMBOL vmlinux 0x70f86c70 pmu_queue_request +EXPORT_SYMBOL vmlinux 0x70fd5d16 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x70ff2be5 __elv_add_request +EXPORT_SYMBOL vmlinux 0x710ca3f6 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712ed37b radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x713f1580 pci_find_capability +EXPORT_SYMBOL vmlinux 0x714548ed fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x714c7c2a md_write_start +EXPORT_SYMBOL vmlinux 0x71592114 bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0x715c29d5 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x7162c94f mnt_unpin +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x718ddaa5 security_mmap_file +EXPORT_SYMBOL vmlinux 0x71999d55 mutex_trylock +EXPORT_SYMBOL vmlinux 0x71a37138 tty_vhangup +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b0b3c7 open_exec +EXPORT_SYMBOL vmlinux 0x71bcb2e3 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x71c90087 memcmp +EXPORT_SYMBOL vmlinux 0x71cc947d netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x71f65175 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7200b6ce dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x7216304e ip_check_defrag +EXPORT_SYMBOL vmlinux 0x721757c1 ps2_end_command +EXPORT_SYMBOL vmlinux 0x721f2306 kfree_skb +EXPORT_SYMBOL vmlinux 0x72664057 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x726fff4a pmac_suspend_agp_for_card +EXPORT_SYMBOL vmlinux 0x72936d7d padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x72aca902 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b5b2b7 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x72b81e2b downgrade_write +EXPORT_SYMBOL vmlinux 0x72cf77c6 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72df84c3 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x7304d83b force_sig +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7338dd96 set_page_dirty +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x7349f9a9 input_reset_device +EXPORT_SYMBOL vmlinux 0x7353693f proto_unregister +EXPORT_SYMBOL vmlinux 0x735d8503 add_wait_queue +EXPORT_SYMBOL vmlinux 0x73710a3e dqstats +EXPORT_SYMBOL vmlinux 0x73724908 padata_start +EXPORT_SYMBOL vmlinux 0x73a7540a scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x73e195f9 generic_write_checks +EXPORT_SYMBOL vmlinux 0x73e1b507 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x73f1db3e page_put_link +EXPORT_SYMBOL vmlinux 0x7403a481 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x7405f6f8 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x7424b169 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x7436d8e0 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x743bd575 neigh_destroy +EXPORT_SYMBOL vmlinux 0x743d9c4d con_copy_unimap +EXPORT_SYMBOL vmlinux 0x7442aa8e pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x7443dd5e dev_load +EXPORT_SYMBOL vmlinux 0x74464447 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x744de201 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x746acfbc inet_stream_connect +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x74728846 key_validate +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x749b4731 kthread_bind +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c858c0 keyring_alloc +EXPORT_SYMBOL vmlinux 0x74ce05b8 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74fe8730 sys_ctrler +EXPORT_SYMBOL vmlinux 0x750389e7 elv_register_queue +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x751c2917 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x751ca1a1 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x752b920f of_get_address +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x75474e98 serio_close +EXPORT_SYMBOL vmlinux 0x755f1cc8 sock_release +EXPORT_SYMBOL vmlinux 0x756dd160 start_thread +EXPORT_SYMBOL vmlinux 0x75756af2 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x75994700 add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x75ad7e93 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x75b390e6 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75cb1210 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0x75d319fb tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x75e9add2 agp_generic_enable +EXPORT_SYMBOL vmlinux 0x75f665b7 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x760046d6 tty_mutex +EXPORT_SYMBOL vmlinux 0x7609e60a pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x7661ed4b d_prune_aliases +EXPORT_SYMBOL vmlinux 0x76666fa0 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x769d13c3 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x769dfd3b dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x76b5490b clocksource_unregister +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76cb2dc8 of_device_register +EXPORT_SYMBOL vmlinux 0x76d05e0d kernel_sendpage +EXPORT_SYMBOL vmlinux 0x76d22625 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76f234b1 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x76f5b2af tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x76f6c5ef kmalloc_order +EXPORT_SYMBOL vmlinux 0x77090d1f dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x7720afaa blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x773a26f9 dquot_operations +EXPORT_SYMBOL vmlinux 0x77485d09 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77b5b0e3 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x77b851c4 cacheable_memzero +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77bd12a0 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x77c2e6a4 tcp_prot +EXPORT_SYMBOL vmlinux 0x77d6a64a mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77f07709 blkdev_get +EXPORT_SYMBOL vmlinux 0x77f227c0 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x78016a46 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x7807e477 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x78240137 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x782567ec memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x783315fc __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x78638b7f inet_add_offload +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x788fe103 iomem_resource +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78ea138f blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x790cdda4 pci_iomap +EXPORT_SYMBOL vmlinux 0x790df6ca __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x790e0011 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x791e330a directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x794868e0 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x794ba2d6 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x794dc9ee udp_prot +EXPORT_SYMBOL vmlinux 0x795993c7 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x7983f2c5 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x7983f4db blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x79882d3f scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x7988844d netlink_capable +EXPORT_SYMBOL vmlinux 0x7997e33a blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x799b9978 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0x799c2ccd of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x799f247c kset_register +EXPORT_SYMBOL vmlinux 0x79a4c68f __skb_get_hash +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79ab408d mount_single +EXPORT_SYMBOL vmlinux 0x79bb87a3 account_page_redirty +EXPORT_SYMBOL vmlinux 0x79bd109f xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x79c8524a lock_sock_nested +EXPORT_SYMBOL vmlinux 0x79d3cb62 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x79d5c39d udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x7a01322e from_kuid +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a18c817 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a3d3909 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a9a1cd7 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x7a9e6133 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa3fca4 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7abb5355 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x7ac742b7 of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x7ac955c5 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad14715 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x7ad1fcde fifo_set_limit +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7aeb8725 search_binary_handler +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7b042ed2 irq_set_chip +EXPORT_SYMBOL vmlinux 0x7b1232be kill_fasync +EXPORT_SYMBOL vmlinux 0x7b1ade38 lz4_decompress +EXPORT_SYMBOL vmlinux 0x7b209c24 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x7b2a531b sock_create +EXPORT_SYMBOL vmlinux 0x7b362f17 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b75a5fb tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x7b845914 keyring_clear +EXPORT_SYMBOL vmlinux 0x7bc1fd17 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x7bdb333a bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x7bdf651a pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x7be4827c pci_dram_offset +EXPORT_SYMBOL vmlinux 0x7be8a28f nonseekable_open +EXPORT_SYMBOL vmlinux 0x7c003aef _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x7c06c11a tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c33873e mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c474253 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x7c55d987 iunique +EXPORT_SYMBOL vmlinux 0x7c7e4e77 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x7c874a7a pci_disable_msix +EXPORT_SYMBOL vmlinux 0x7c8dd3f3 key_invalidate +EXPORT_SYMBOL vmlinux 0x7c9291d1 csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x7c9392ba led_blink_set +EXPORT_SYMBOL vmlinux 0x7c96c4e3 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7d0d7917 mmc_add_host +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d1f5caa mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x7d207215 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x7d301676 dst_release +EXPORT_SYMBOL vmlinux 0x7d50045a release_pages +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d7f5fc6 ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x7d910a90 fb_class +EXPORT_SYMBOL vmlinux 0x7d99fb2e inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x7da54eeb of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x7daea625 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x7dc97879 rtas_get_error_log_max +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7df0a45d of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x7df0d448 dquot_file_open +EXPORT_SYMBOL vmlinux 0x7dfc01ce of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x7e3b2a53 up_read +EXPORT_SYMBOL vmlinux 0x7e49f281 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x7e626da8 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x7e682118 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x7e7b0fdb scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x7e87227e slhc_compress +EXPORT_SYMBOL vmlinux 0x7eac3cc5 d_add_ci +EXPORT_SYMBOL vmlinux 0x7ec88130 dev_uc_del +EXPORT_SYMBOL vmlinux 0x7ecb91f7 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x7ed254ee neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x7ed46e9b neigh_compat_output +EXPORT_SYMBOL vmlinux 0x7edf564d dqput +EXPORT_SYMBOL vmlinux 0x7ee73c0c memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0x7ef5e970 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x7f0243b0 tty_register_driver +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f33d6ce __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x7f3888ea tcf_hash_create +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f7bd436 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x7f97b344 inet6_release +EXPORT_SYMBOL vmlinux 0x7fdb3ff6 write_one_page +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe7bb85 __napi_schedule +EXPORT_SYMBOL vmlinux 0x8001f14f of_get_pci_address +EXPORT_SYMBOL vmlinux 0x800c3d53 vfs_statfs +EXPORT_SYMBOL vmlinux 0x800da20a blk_stop_queue +EXPORT_SYMBOL vmlinux 0x8017620e nf_log_unregister +EXPORT_SYMBOL vmlinux 0x80276695 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x8032a182 inet_put_port +EXPORT_SYMBOL vmlinux 0x8043da07 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x80495306 __dst_free +EXPORT_SYMBOL vmlinux 0x806fa1c1 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x808cc58a wireless_spy_update +EXPORT_SYMBOL vmlinux 0x808cd036 generic_setlease +EXPORT_SYMBOL vmlinux 0x80a49c1e arp_tbl +EXPORT_SYMBOL vmlinux 0x80bad3d6 phy_attach +EXPORT_SYMBOL vmlinux 0x80c379c9 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cd7183 __nla_put +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e4f784 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x80e6e8b6 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x80eec9f5 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x80f6eaef phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x80fa78a7 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x810b204f tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x810f4f3d phy_connect_direct +EXPORT_SYMBOL vmlinux 0x812415d0 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x813d6302 __blk_end_request +EXPORT_SYMBOL vmlinux 0x813ecfce i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x816b2b8b __pagevec_release +EXPORT_SYMBOL vmlinux 0x81819480 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x8188f305 pci_get_slot +EXPORT_SYMBOL vmlinux 0x81a07f4e _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x81b35305 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x81c0a84f rtas_set_indicator +EXPORT_SYMBOL vmlinux 0x81ccabab ip_defrag +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e628b7 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x81e9f9cc udp6_csum_init +EXPORT_SYMBOL vmlinux 0x81ec5524 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x81f5ded4 skb_append +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x823c29de key_put +EXPORT_SYMBOL vmlinux 0x82469d2b writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x8296436f nlmsg_notify +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82b61184 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x82bf8217 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0x82e5a238 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x83276ca7 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x832bd718 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x835d12ee netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x839233cb dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x8392e3e8 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x839c1ccd inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83aef97f __genl_register_family +EXPORT_SYMBOL vmlinux 0x83af5cdf input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x844404cf ISA_DMA_THRESHOLD +EXPORT_SYMBOL vmlinux 0x84490514 simple_lookup +EXPORT_SYMBOL vmlinux 0x844b265a input_set_keycode +EXPORT_SYMBOL vmlinux 0x846df4f4 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0x84a37455 unlock_rename +EXPORT_SYMBOL vmlinux 0x84a69fdc vme_slave_get +EXPORT_SYMBOL vmlinux 0x84b183ae strncmp +EXPORT_SYMBOL vmlinux 0x84bd69bf dq_data_lock +EXPORT_SYMBOL vmlinux 0x84c523b2 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x84f64d85 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x84fa7bb3 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x84fda2b6 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x85021cb7 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x85062050 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8515b3d5 ip6_xmit +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x851c4d2d cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x8541bccc intercept_table +EXPORT_SYMBOL vmlinux 0x854229c3 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x854acc0c scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x854e1c0b sg_nents +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x856b7c11 scsi_host_get +EXPORT_SYMBOL vmlinux 0x8580a6af mmc_release_host +EXPORT_SYMBOL vmlinux 0x858f6490 audit_log_start +EXPORT_SYMBOL vmlinux 0x85ad30b0 kill_block_super +EXPORT_SYMBOL vmlinux 0x85b1f638 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85b62a84 bdevname +EXPORT_SYMBOL vmlinux 0x85c4dd05 vfs_symlink +EXPORT_SYMBOL vmlinux 0x85d802ad sock_sendmsg +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e0b9e2 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x85e4de4d nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x86022df1 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x861ad606 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x86525ff8 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x865dec38 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x866f9ecf kobject_add +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86908aa3 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x869b70da pagevec_lookup +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86ac3516 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x86b4782e dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x86b668cf icmp_send +EXPORT_SYMBOL vmlinux 0x86db1cbb rtas_flash_term_hook +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fecaf2 __neigh_create +EXPORT_SYMBOL vmlinux 0x871059bd xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x871dc286 genphy_read_status +EXPORT_SYMBOL vmlinux 0x874a2623 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x8798e453 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x879fa31c mount_nodev +EXPORT_SYMBOL vmlinux 0x87adb1f0 cap_mmap_file +EXPORT_SYMBOL vmlinux 0x87d55127 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x88132fac jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x882e1007 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x8847d9ac module_layout +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x88544b8b tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x8879e2f4 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x8881034a proc_remove +EXPORT_SYMBOL vmlinux 0x88a3a601 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x88a7b8e8 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x88bf1ca3 udp_seq_open +EXPORT_SYMBOL vmlinux 0x88c01888 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x88dbe5c4 put_io_context +EXPORT_SYMBOL vmlinux 0x88e25152 check_disk_change +EXPORT_SYMBOL vmlinux 0x891fbb10 mempool_destroy +EXPORT_SYMBOL vmlinux 0x8949eaa7 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x894dcaf7 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x8952546f dquot_disable +EXPORT_SYMBOL vmlinux 0x8953f8ff __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x896fe468 vfs_readv +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x89797060 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x8982ffc4 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x89989c87 alloc_file +EXPORT_SYMBOL vmlinux 0x89a70fa3 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x89b3107b isa_mem_base +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89db7bef generic_show_options +EXPORT_SYMBOL vmlinux 0x89e6d1a1 nf_log_packet +EXPORT_SYMBOL vmlinux 0x8a068570 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x8a06c36d nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x8a1332f8 file_update_time +EXPORT_SYMBOL vmlinux 0x8a18d8e1 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1c5455 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x8a2a83e3 kset_unregister +EXPORT_SYMBOL vmlinux 0x8a2ac05a __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x8a330296 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x8a332c1b scsi_execute +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a6ee011 cdev_del +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8ab4079e atomic64_add +EXPORT_SYMBOL vmlinux 0x8ad2814d pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x8af2e9b9 dquot_transfer +EXPORT_SYMBOL vmlinux 0x8af876f3 invalidate_partition +EXPORT_SYMBOL vmlinux 0x8af9ab92 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x8b0b371b put_tty_driver +EXPORT_SYMBOL vmlinux 0x8b1282c6 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0x8b16a5a7 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x8b1ec5cb pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x8b23d59a lease_modify +EXPORT_SYMBOL vmlinux 0x8b26f798 dev_get_flags +EXPORT_SYMBOL vmlinux 0x8b33d2a5 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x8b3f4987 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b4b22a9 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b95a037 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x8baed736 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x8bb59266 skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x8c05523f input_get_keycode +EXPORT_SYMBOL vmlinux 0x8c07dae3 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c1dd64c rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x8c295547 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0x8c3daf4b cont_write_begin +EXPORT_SYMBOL vmlinux 0x8c545781 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c6bbb50 __netif_schedule +EXPORT_SYMBOL vmlinux 0x8c971c6b d_obtain_alias +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cd984d3 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x8d015dd4 __bswapdi2 +EXPORT_SYMBOL vmlinux 0x8d27b337 follow_down +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d48e18b page_address +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d6b2ce1 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8d6fcc53 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x8d72eb11 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d7c251e ppp_input +EXPORT_SYMBOL vmlinux 0x8d7f9e97 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x8d805e50 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x8d87e22e tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x8da09cbd dev_remove_offload +EXPORT_SYMBOL vmlinux 0x8ddea5cc skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x8de0b5ac mempool_create +EXPORT_SYMBOL vmlinux 0x8df5da63 memstart_addr +EXPORT_SYMBOL vmlinux 0x8df73d8a do_sync_write +EXPORT_SYMBOL vmlinux 0x8e0d66f4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8e21ebd0 simple_release_fs +EXPORT_SYMBOL vmlinux 0x8e53f9b9 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x8e78c361 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x8ea245eb jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x8ec04552 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8f045d1c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x8f43c64c page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x8f824dd0 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x8f85f835 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x8f8fcb97 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x8f997ff1 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x8fb1a32e unregister_binfmt +EXPORT_SYMBOL vmlinux 0x8fb87377 __secpath_destroy +EXPORT_SYMBOL vmlinux 0x8fbf37e0 profile_pc +EXPORT_SYMBOL vmlinux 0x8fc93556 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x8fcad9fe inode_init_once +EXPORT_SYMBOL vmlinux 0x8fd9f642 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x8fdfe705 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x8fee31e8 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x9048309b tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x90501868 transfer_to_handler +EXPORT_SYMBOL vmlinux 0x9053ad6e sg_miter_start +EXPORT_SYMBOL vmlinux 0x90569171 dquot_alloc +EXPORT_SYMBOL vmlinux 0x905bef06 cdrom_open +EXPORT_SYMBOL vmlinux 0x907cbe65 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x90823ac1 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x909c1957 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x90b121f5 km_query +EXPORT_SYMBOL vmlinux 0x90c5ba08 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x90d2b5ff sk_capable +EXPORT_SYMBOL vmlinux 0x90e146c2 trace_seq_putc +EXPORT_SYMBOL vmlinux 0x90e2ef58 nf_register_hook +EXPORT_SYMBOL vmlinux 0x90eb7951 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x90f16451 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x90ff1a7f dma_set_mask +EXPORT_SYMBOL vmlinux 0x911860a8 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x91237f56 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x912557ce rtas_busy_delay +EXPORT_SYMBOL vmlinux 0x9140ee2c vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x915cb0bd ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x915e1208 tb_ticks_per_usec +EXPORT_SYMBOL vmlinux 0x91621d6a allocate_resource +EXPORT_SYMBOL vmlinux 0x9168c033 rtas_get_sensor +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x919d1163 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x91a9cab3 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0x91cf3802 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x91f2f737 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x91f4e026 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x9252cb5b input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x925cb155 sock_i_uid +EXPORT_SYMBOL vmlinux 0x928e4722 key_link +EXPORT_SYMBOL vmlinux 0x929a238d of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92bc220b lockref_get +EXPORT_SYMBOL vmlinux 0x92da33e3 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9309de94 cuda_request +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x9330cb9f sg_alloc_table +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x934db3f8 do_truncate +EXPORT_SYMBOL vmlinux 0x935d7fb3 arp_xmit +EXPORT_SYMBOL vmlinux 0x93608f49 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93a6db94 __lock_buffer +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93cd1284 dst_destroy +EXPORT_SYMBOL vmlinux 0x93d2477c mmc_register_driver +EXPORT_SYMBOL vmlinux 0x93d90429 blk_requeue_request +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x94205154 vm_event_states +EXPORT_SYMBOL vmlinux 0x94214a6e __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x9432690f devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x944b0a36 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x946a5161 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x946dd155 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x94730644 d_alloc +EXPORT_SYMBOL vmlinux 0x94756c01 may_umount_tree +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949f2835 __register_nls +EXPORT_SYMBOL vmlinux 0x94b2590f vme_free_consistent +EXPORT_SYMBOL vmlinux 0x94cbd061 dql_reset +EXPORT_SYMBOL vmlinux 0x94d81907 make_kprojid +EXPORT_SYMBOL vmlinux 0x94f10413 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x94fdc0c0 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x950c7860 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x9514151a _mcount +EXPORT_SYMBOL vmlinux 0x9524b0ae _outsb +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95731124 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x9573fa0a flush_old_exec +EXPORT_SYMBOL vmlinux 0x959540dc put_page +EXPORT_SYMBOL vmlinux 0x95a361ee swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x95af5c91 redraw_screen +EXPORT_SYMBOL vmlinux 0x95bec2dd tcp_shutdown +EXPORT_SYMBOL vmlinux 0x960419d4 blk_get_queue +EXPORT_SYMBOL vmlinux 0x96048872 agp_bind_memory +EXPORT_SYMBOL vmlinux 0x960dfaf5 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x96162421 kdb_current_task +EXPORT_SYMBOL vmlinux 0x96196476 unregister_key_type +EXPORT_SYMBOL vmlinux 0x963bf24a eth_type_trans +EXPORT_SYMBOL vmlinux 0x96531fa3 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x96aaf460 bio_copy_data +EXPORT_SYMBOL vmlinux 0x96acd5a8 mpage_writepages +EXPORT_SYMBOL vmlinux 0x96affd2a scsi_add_device +EXPORT_SYMBOL vmlinux 0x96b5987c init_special_inode +EXPORT_SYMBOL vmlinux 0x96bb1c59 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x96bbeea0 iget5_locked +EXPORT_SYMBOL vmlinux 0x96bdc767 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x96c47079 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x96c7dbea i2c_master_recv +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d6eece napi_gro_flush +EXPORT_SYMBOL vmlinux 0x96dbcca2 ioremap_prot +EXPORT_SYMBOL vmlinux 0x971701e2 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x97255bdf strlen +EXPORT_SYMBOL vmlinux 0x9748927f _outsw_ns +EXPORT_SYMBOL vmlinux 0x974e6684 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x97578483 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x97799ddb tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x97955f4b security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x9796f05a dump_emit +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97b1ac20 vm_map_ram +EXPORT_SYMBOL vmlinux 0x97b4500c __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x97e7bca7 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x97f32362 update_devfreq +EXPORT_SYMBOL vmlinux 0x97f7a242 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x97fae8e1 vga_put +EXPORT_SYMBOL vmlinux 0x97fd467b __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x981b6761 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x982b4207 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x983348e0 ll_rw_block +EXPORT_SYMBOL vmlinux 0x9837dc83 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x986480b2 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x987826df dput +EXPORT_SYMBOL vmlinux 0x987dfea7 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x98833d7d dm_io +EXPORT_SYMBOL vmlinux 0x9885daa9 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x989dabaf page_symlink +EXPORT_SYMBOL vmlinux 0x98b17ada dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x98c42a18 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x98d68f5a dev_add_offload +EXPORT_SYMBOL vmlinux 0x98d71c6a scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x98e262b8 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x98f34cc6 ns_capable +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x98fe7882 DMA_MODE_READ +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x994ee7c6 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x997bf823 eth_header_parse +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99ab1c58 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x99afe916 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x99bb8806 memmove +EXPORT_SYMBOL vmlinux 0x99c1d214 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99ee2955 mpage_readpages +EXPORT_SYMBOL vmlinux 0x99fb2293 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x9a06222f unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x9a117438 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a626734 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x9a747dc3 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x9a81ae5f pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x9a8c4b76 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x9a944efb gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x9a963da8 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x9a983c9a vme_irq_request +EXPORT_SYMBOL vmlinux 0x9a9ab0b5 simple_statfs +EXPORT_SYMBOL vmlinux 0x9aa5896e pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x9aa90e8a agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x9ab7f7e8 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9b21d8cb try_to_release_page +EXPORT_SYMBOL vmlinux 0x9b225e82 follow_down_one +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b3c1c2f iterate_mounts +EXPORT_SYMBOL vmlinux 0x9b4b85ab dcache_readdir +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b74e8f6 get_acl +EXPORT_SYMBOL vmlinux 0x9b7aaf76 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x9b92341a security_path_unlink +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba4954f alloc_fcdev +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bce482f __release_region +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9c0fb975 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x9c12b9d0 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x9c131640 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x9c4aa16e mach_powermac +EXPORT_SYMBOL vmlinux 0x9c5f0b51 empty_aops +EXPORT_SYMBOL vmlinux 0x9c77f932 dma_direct_ops +EXPORT_SYMBOL vmlinux 0x9c82eefd neigh_for_each +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cc16544 block_invalidatepage +EXPORT_SYMBOL vmlinux 0x9ccc8aeb __frontswap_load +EXPORT_SYMBOL vmlinux 0x9ccc95ef jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cf2d034 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d0aa55b vga_client_register +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d14983a ppc_enable_pmcs +EXPORT_SYMBOL vmlinux 0x9d27b234 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x9d28b0fa bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d3abf22 tcp_child_process +EXPORT_SYMBOL vmlinux 0x9d3b389d security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x9d3c8ff6 sock_wfree +EXPORT_SYMBOL vmlinux 0x9d3cb046 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x9d451e0e xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x9d669763 memcpy +EXPORT_SYMBOL vmlinux 0x9d6a54c2 flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x9d7ce8dd _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x9d8845ca mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x9d90f95f __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x9db03244 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x9de26863 neigh_update +EXPORT_SYMBOL vmlinux 0x9de87fc6 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x9df18ae1 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x9dfe7307 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e0a0506 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e106239 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x9e14a75f of_dev_put +EXPORT_SYMBOL vmlinux 0x9e1b0b1c phy_drivers_register +EXPORT_SYMBOL vmlinux 0x9e1bdb20 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x9e1cfc90 ioremap_wc +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e2856a3 pci_restore_state +EXPORT_SYMBOL vmlinux 0x9e307472 lock_fb_info +EXPORT_SYMBOL vmlinux 0x9e393127 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e57dde0 generic_readlink +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e672ff6 scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x9e727aa2 flush_tlb_mm +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e9325be blk_start_queue +EXPORT_SYMBOL vmlinux 0x9e97375d rtas_busy_delay_time +EXPORT_SYMBOL vmlinux 0x9e988bb3 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x9e99865a i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9eca0b57 scsi_register +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9edbaf20 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x9f0e552a PDE_DATA +EXPORT_SYMBOL vmlinux 0x9f0e85c9 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x9f209bfa read_dev_sector +EXPORT_SYMBOL vmlinux 0x9f29ef50 scsi_finish_command +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f595353 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x9f5f49ac blk_integrity_register +EXPORT_SYMBOL vmlinux 0x9f72926f set_cached_acl +EXPORT_SYMBOL vmlinux 0x9f911629 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fc2817e genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x9fd0be65 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa001f5dc udp_disconnect +EXPORT_SYMBOL vmlinux 0xa00750ca blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xa007c9a1 vmap +EXPORT_SYMBOL vmlinux 0xa00d75fa __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa0740b48 inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0966e4b unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa09a7d42 elv_rb_del +EXPORT_SYMBOL vmlinux 0xa09d60c9 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xa09d7d0e bio_integrity_free +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0d6615b xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xa0da9119 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0f2d066 security_task_getsecid +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0fd30b7 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xa0fd3fa9 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xa105357c pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa11c6529 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1360ce8 I_BDEV +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14e7515 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa1554e85 padata_stop +EXPORT_SYMBOL vmlinux 0xa16c5a25 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xa16d2514 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa1a58488 netpoll_setup +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c99385 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xa1d18590 free_netdev +EXPORT_SYMBOL vmlinux 0xa1e36ee2 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xa1f8fe75 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xa20448c4 clear_user_page +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa2183b0a serio_unregister_port +EXPORT_SYMBOL vmlinux 0xa21995b4 dev_set_mtu +EXPORT_SYMBOL vmlinux 0xa257354e kill_litter_super +EXPORT_SYMBOL vmlinux 0xa27c7786 writeback_in_progress +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa28c522c seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xa291bd57 nf_log_register +EXPORT_SYMBOL vmlinux 0xa29a3463 simple_readpage +EXPORT_SYMBOL vmlinux 0xa2bbed37 crash_shutdown_register +EXPORT_SYMBOL vmlinux 0xa2c93071 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xa2d32628 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0xa2ddad59 lookup_bdev +EXPORT_SYMBOL vmlinux 0xa2e9b598 console_start +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa2ef6e68 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xa2f5fea0 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xa3032b9c unload_nls +EXPORT_SYMBOL vmlinux 0xa303d1ff dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xa316757a netlink_unicast +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa32ccee2 revert_creds +EXPORT_SYMBOL vmlinux 0xa330bf2c fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xa34a6ba6 pci_release_regions +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa38911c3 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0xa38bf196 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xa38e691a ioremap_bot +EXPORT_SYMBOL vmlinux 0xa38ef846 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa39b4cf2 udelay +EXPORT_SYMBOL vmlinux 0xa3a196db tc_classify_compat +EXPORT_SYMBOL vmlinux 0xa3abc422 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa3da663e sk_free +EXPORT_SYMBOL vmlinux 0xa3e35334 simple_open +EXPORT_SYMBOL vmlinux 0xa3e75545 flush_tlb_kernel_range +EXPORT_SYMBOL vmlinux 0xa4269306 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xa4272516 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa4686e82 skb_queue_tail +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa4765b4a blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0xa48a273c xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xa495beb0 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xa4a2a96b vm_insert_pfn +EXPORT_SYMBOL vmlinux 0xa4a94d26 find_next_bit_le +EXPORT_SYMBOL vmlinux 0xa4b6fe42 aio_complete +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4bd4b63 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xa4bf8184 elevator_exit +EXPORT_SYMBOL vmlinux 0xa4c4f783 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xa4c7c6cf tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xa4d37017 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa5022169 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa50d5d56 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xa52a3b90 release_firmware +EXPORT_SYMBOL vmlinux 0xa52a99cb backlight_device_register +EXPORT_SYMBOL vmlinux 0xa546ed82 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5553053 prepare_creds +EXPORT_SYMBOL vmlinux 0xa56b8ab2 flex_array_free +EXPORT_SYMBOL vmlinux 0xa56d2b5d lro_flush_all +EXPORT_SYMBOL vmlinux 0xa56e78d1 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5a633b9 sg_last +EXPORT_SYMBOL vmlinux 0xa5cef8ad release_resource +EXPORT_SYMBOL vmlinux 0xa5d46944 lock_rename +EXPORT_SYMBOL vmlinux 0xa5ed88d6 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xa5ede99b update_time +EXPORT_SYMBOL vmlinux 0xa5f32486 is_bad_inode +EXPORT_SYMBOL vmlinux 0xa5f355f7 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xa6308aca dev_warn +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa652c4ef __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xa65972b8 _memcpy_toio +EXPORT_SYMBOL vmlinux 0xa65e90da tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa687d42f xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa6ac6f68 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xa6c95239 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xa6f6e1ec dev_deactivate +EXPORT_SYMBOL vmlinux 0xa7040a5d scsi_print_command +EXPORT_SYMBOL vmlinux 0xa7173033 block_write_full_page +EXPORT_SYMBOL vmlinux 0xa720678c lg_global_lock +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa73adb8f vme_dma_request +EXPORT_SYMBOL vmlinux 0xa74f4e9b ida_simple_get +EXPORT_SYMBOL vmlinux 0xa7780dbd __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xa78d9eb7 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xa7c94e69 igrab +EXPORT_SYMBOL vmlinux 0xa7d178d3 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xa7d4c035 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0xa80a3551 tty_free_termios +EXPORT_SYMBOL vmlinux 0xa811dd3d mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa82c46db bioset_integrity_free +EXPORT_SYMBOL vmlinux 0xa8396554 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa845e990 nf_log_set +EXPORT_SYMBOL vmlinux 0xa84638c2 bio_chain +EXPORT_SYMBOL vmlinux 0xa84d6589 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xa861ab6e __ioremap +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa89464b7 __ashldi3 +EXPORT_SYMBOL vmlinux 0xa8a19f21 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xa8b1e6d9 inet_sendpage +EXPORT_SYMBOL vmlinux 0xa8d2dbbe unlock_buffer +EXPORT_SYMBOL vmlinux 0xa8d9e1fc mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa90f3567 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xa9121b0d max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa9253333 set_binfmt +EXPORT_SYMBOL vmlinux 0xa9273e1a epapr_hypercall_start +EXPORT_SYMBOL vmlinux 0xa942d72f skb_seq_read +EXPORT_SYMBOL vmlinux 0xa9571d6d DMA_MODE_WRITE +EXPORT_SYMBOL vmlinux 0xa966d390 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xa97dd286 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xa983609f pagecache_write_end +EXPORT_SYMBOL vmlinux 0xa9b98535 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xa9c3a99e put_disk +EXPORT_SYMBOL vmlinux 0xa9c47de7 pci_find_bus +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9c8fe63 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xa9ce7004 flush_hash_entry +EXPORT_SYMBOL vmlinux 0xa9ced001 of_match_node +EXPORT_SYMBOL vmlinux 0xa9cef2ca neigh_seq_next +EXPORT_SYMBOL vmlinux 0xa9d7180c register_framebuffer +EXPORT_SYMBOL vmlinux 0xa9eb1b19 tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0xa9ecbf1b sock_kmalloc +EXPORT_SYMBOL vmlinux 0xa9effda5 __first_cpu +EXPORT_SYMBOL vmlinux 0xa9f5aa61 revalidate_disk +EXPORT_SYMBOL vmlinux 0xa9f774da scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xaa1006bc get_io_context +EXPORT_SYMBOL vmlinux 0xaa261bdb sock_wake_async +EXPORT_SYMBOL vmlinux 0xaa3513d2 phy_connect +EXPORT_SYMBOL vmlinux 0xaa46e87e lg_local_unlock +EXPORT_SYMBOL vmlinux 0xaa4df512 pmu_batteries +EXPORT_SYMBOL vmlinux 0xaa6622cf tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6e4df5 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaac1e234 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xaace360d scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0xaad187f2 skb_copy +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaafa9031 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab0bb1d8 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xab16abb8 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xab1a4f5f blk_end_request +EXPORT_SYMBOL vmlinux 0xab386767 find_vma +EXPORT_SYMBOL vmlinux 0xab5c85e0 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xab645b47 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab7ddae7 key_reject_and_link +EXPORT_SYMBOL vmlinux 0xab862fb7 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xab876380 blk_complete_request +EXPORT_SYMBOL vmlinux 0xaba3ad0c radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xabb52bc7 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabfa132d dev_mc_init +EXPORT_SYMBOL vmlinux 0xac06fc17 sock_create_lite +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac166118 ip6_frag_match +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac26b820 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xac2993bb tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xac53cf93 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xac6f861e netdev_err +EXPORT_SYMBOL vmlinux 0xac706332 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0xac792957 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xac7e7f9d seq_escape +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacae36f5 bio_put +EXPORT_SYMBOL vmlinux 0xacc5b5d2 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacd07be0 get_tz_trend +EXPORT_SYMBOL vmlinux 0xacdd4efe mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xace45716 give_up_console +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacfdde30 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xad0250ff vfs_getattr +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad0778a3 kmap_to_page +EXPORT_SYMBOL vmlinux 0xad42871b try_module_get +EXPORT_SYMBOL vmlinux 0xad4f638e tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xad50cebb i8253_lock +EXPORT_SYMBOL vmlinux 0xad5c0dc3 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad890c9f sock_no_poll +EXPORT_SYMBOL vmlinux 0xada0232b xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xadd1e971 alignment_exception +EXPORT_SYMBOL vmlinux 0xadd79bea touch_atime +EXPORT_SYMBOL vmlinux 0xaddd4770 __debugger_iabr_match +EXPORT_SYMBOL vmlinux 0xadf42bd5 __request_region +EXPORT_SYMBOL vmlinux 0xae07bc25 proc_set_user +EXPORT_SYMBOL vmlinux 0xae3a657a jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xae3d8cb6 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xae3e1452 security_path_mknod +EXPORT_SYMBOL vmlinux 0xae4e37d6 tso_build_hdr +EXPORT_SYMBOL vmlinux 0xae545f06 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae73fafe fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xae77a595 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0xae7d2b86 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xae85a27e radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xaeab809f simple_setattr +EXPORT_SYMBOL vmlinux 0xaec62b26 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaf04399f __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xaf063510 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xaf111b02 led_set_brightness +EXPORT_SYMBOL vmlinux 0xaf21a41c pci_enable_msix +EXPORT_SYMBOL vmlinux 0xaf2cc53e mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xaf2d872c prepare_to_wait +EXPORT_SYMBOL vmlinux 0xaf3cef6d tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf3e8a3e devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xaf4ac768 generic_read_dir +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf772a3e netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xaf8dd96e blk_finish_request +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9340a7 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafb8f673 blk_peek_request +EXPORT_SYMBOL vmlinux 0xafc75183 __inode_permission +EXPORT_SYMBOL vmlinux 0xafff3d1d mempool_alloc +EXPORT_SYMBOL vmlinux 0xb000794d generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0xb025c9c8 nobh_write_end +EXPORT_SYMBOL vmlinux 0xb04241b4 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xb046305f scsi_dma_map +EXPORT_SYMBOL vmlinux 0xb053a4a6 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb063b82f __serio_register_driver +EXPORT_SYMBOL vmlinux 0xb06b8591 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xb06fdf71 napi_complete +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0c03c81 phy_stop +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0fdd7e8 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xb101ddcb clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xb1023f33 skb_make_writable +EXPORT_SYMBOL vmlinux 0xb10ea6b1 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xb12118cd vm_mmap +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb135b7f9 done_path_create +EXPORT_SYMBOL vmlinux 0xb1431e28 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xb1437dc4 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xb15bd8fa tb_ticks_per_sec +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb17bb6db dentry_unhash +EXPORT_SYMBOL vmlinux 0xb1924ff9 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1b3bc29 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c6e787 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb1ce62c5 bio_unmap_user +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1e70978 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xb20c95b2 wait_iff_congested +EXPORT_SYMBOL vmlinux 0xb22fe1ef input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xb233762c atomic64_set +EXPORT_SYMBOL vmlinux 0xb2555186 cdev_add +EXPORT_SYMBOL vmlinux 0xb25afc93 __getblk_gfp +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb2741bbf contig_page_data +EXPORT_SYMBOL vmlinux 0xb2984da1 agp_backend_release +EXPORT_SYMBOL vmlinux 0xb2a0f002 input_unregister_handle +EXPORT_SYMBOL vmlinux 0xb2b6be2d mount_ns +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2f9d0bc pipe_lock +EXPORT_SYMBOL vmlinux 0xb2fc478d of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xb31526ee sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xb32c9a48 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xb32d7b7e radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xb349b3e1 tty_unregister_device +EXPORT_SYMBOL vmlinux 0xb355b33b __lock_page +EXPORT_SYMBOL vmlinux 0xb38c86a6 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xb38fc703 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xb3973a81 inode_set_bytes +EXPORT_SYMBOL vmlinux 0xb3c5c231 mmc_request_done +EXPORT_SYMBOL vmlinux 0xb3c87c23 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0xb3c9f124 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xb3d4ba13 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb3df5bfd lock_may_write +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb422e127 nf_getsockopt +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42f4598 fget +EXPORT_SYMBOL vmlinux 0xb442775a dentry_path_raw +EXPORT_SYMBOL vmlinux 0xb4590edd mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xb46cee1e free_buffer_head +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47e9d2d mutex_unlock +EXPORT_SYMBOL vmlinux 0xb4a80867 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xb4f35e9d rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xb51eba7a mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xb523556d ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xb53a4336 kmap_pte +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb54b8882 km_state_notify +EXPORT_SYMBOL vmlinux 0xb569fc88 get_fs_type +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb580e477 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0xb59a4bf6 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xb5a3488a i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5aef8ed napi_gro_receive +EXPORT_SYMBOL vmlinux 0xb5b40c47 input_close_device +EXPORT_SYMBOL vmlinux 0xb5b8845d nla_put +EXPORT_SYMBOL vmlinux 0xb5d45638 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xb5d9454c printk_emit +EXPORT_SYMBOL vmlinux 0xb6034bcc phy_find_first +EXPORT_SYMBOL vmlinux 0xb6180299 __put_cred +EXPORT_SYMBOL vmlinux 0xb6248508 get_agp_version +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb64975d3 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xb6599b9a machine_check_exception +EXPORT_SYMBOL vmlinux 0xb65d768b generic_ro_fops +EXPORT_SYMBOL vmlinux 0xb66a4464 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xb67270f0 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6841c31 neigh_table_init +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a37c78 mdiobus_free +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6aadd02 filemap_flush +EXPORT_SYMBOL vmlinux 0xb6ae1f23 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb72bccdb tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xb74e2551 kill_bdev +EXPORT_SYMBOL vmlinux 0xb753bcc8 __ashrdi3 +EXPORT_SYMBOL vmlinux 0xb75c6118 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xb76b8fa2 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb7777a44 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xb787d0d5 request_firmware +EXPORT_SYMBOL vmlinux 0xb79a4e1a store_fp_state +EXPORT_SYMBOL vmlinux 0xb7a59a33 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xb7a99781 __irq_regs +EXPORT_SYMBOL vmlinux 0xb7aa591e posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7d03ffb blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xb7e070bf iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xb7f0ff44 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb830635b textsearch_unregister +EXPORT_SYMBOL vmlinux 0xb84da0ff tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xb86f64cd dev_get_stats +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb8930670 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0xb8941b79 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xb8978885 seq_open_private +EXPORT_SYMBOL vmlinux 0xb8a4ee6f __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xb8aa2342 __check_region +EXPORT_SYMBOL vmlinux 0xb8ba59f9 i2c_register_driver +EXPORT_SYMBOL vmlinux 0xb8ce498d ppp_unit_number +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb8f0b33c bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xb8f88563 generic_make_request +EXPORT_SYMBOL vmlinux 0xb9053805 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0xb913832a blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xb933b165 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xb9371466 path_is_under +EXPORT_SYMBOL vmlinux 0xb93c1596 get_pci_dma_ops +EXPORT_SYMBOL vmlinux 0xb976054c dst_discard_sk +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9915001 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0xb9958ad3 generic_writepages +EXPORT_SYMBOL vmlinux 0xb9a853d5 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0xb9c55e4f path_get +EXPORT_SYMBOL vmlinux 0xb9ccb86a d_instantiate_unique +EXPORT_SYMBOL vmlinux 0xb9d0dd43 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba5d8ba4 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xba66f720 of_find_property +EXPORT_SYMBOL vmlinux 0xba711b13 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xba885636 fput +EXPORT_SYMBOL vmlinux 0xbaaf0078 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xbac05228 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xbac0a21d scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xbb15ebbd consume_skb +EXPORT_SYMBOL vmlinux 0xbb4c396e alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xbb59e26d flow_cache_init +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb82142a noop_qdisc +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbb9a723c gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xbba56b75 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xbbb081c5 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xbbc45008 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0xbbe3772f sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xbbfff317 new_sync_write +EXPORT_SYMBOL vmlinux 0xbc06b04f netdev_notice +EXPORT_SYMBOL vmlinux 0xbc316de4 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0xbc3d5ef3 may_umount +EXPORT_SYMBOL vmlinux 0xbc446d46 sget +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcf150f9 xor_altivec_5 +EXPORT_SYMBOL vmlinux 0xbd446580 __brelse +EXPORT_SYMBOL vmlinux 0xbd803510 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xbd8d541d flush_hash_pages +EXPORT_SYMBOL vmlinux 0xbd9024b8 inet_bind +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd94e3f9 proc_symlink +EXPORT_SYMBOL vmlinux 0xbd9e5d49 __lshrdi3 +EXPORT_SYMBOL vmlinux 0xbdab5c8b phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0xbdaf7f82 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xbdb70bef setattr_copy +EXPORT_SYMBOL vmlinux 0xbdba9828 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xbdcdbd08 dev_alert +EXPORT_SYMBOL vmlinux 0xbdd38d93 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0xbddfd077 fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0xbde972fa atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xbe036db4 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe1542e3 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0xbe27e7a7 __register_chrdev +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe349397 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xbe48772b jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xbe635af7 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0xbe63ee40 request_resource +EXPORT_SYMBOL vmlinux 0xbe68ff2a skb_copy_expand +EXPORT_SYMBOL vmlinux 0xbea217cb unregister_netdev +EXPORT_SYMBOL vmlinux 0xbed9d259 replace_mount_options +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbeeb9a63 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf196f18 cdrom_release +EXPORT_SYMBOL vmlinux 0xbf1afe91 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0xbf3f3a0f phy_disconnect +EXPORT_SYMBOL vmlinux 0xbf48a985 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0xbf68e780 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xbf7336b3 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xbf7a8031 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xbf7b623e set_device_ro +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf925c42 idr_init +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbf9e1dfb tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xbfa5af20 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xbfb8b0b7 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfca4979 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbff6e361 mdiobus_read +EXPORT_SYMBOL vmlinux 0xbffc90d7 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xc005e1b3 tty_devnum +EXPORT_SYMBOL vmlinux 0xc0234f0b kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xc02388d2 input_flush_device +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc07dc9de tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc09c5e60 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xc0a17322 clocksource_register +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0bba1f0 get_super_thawed +EXPORT_SYMBOL vmlinux 0xc0cfa84b forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xc0d01935 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0xc0d84ced cuda_poll +EXPORT_SYMBOL vmlinux 0xc1093e0b vfs_read +EXPORT_SYMBOL vmlinux 0xc10a638c single_release +EXPORT_SYMBOL vmlinux 0xc110eac1 dquot_drop +EXPORT_SYMBOL vmlinux 0xc118aecb d_set_d_op +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc13a10dc flex_array_alloc +EXPORT_SYMBOL vmlinux 0xc1ab83b4 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xc1b82d22 register_shrinker +EXPORT_SYMBOL vmlinux 0xc1ca69d6 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1dd4a7f adb_request +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc21a956d agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xc21e5f06 mpage_readpage +EXPORT_SYMBOL vmlinux 0xc2258dce blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0xc233cd2c of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc24647ee jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xc251009c bitmap_unplug +EXPORT_SYMBOL vmlinux 0xc251c2ea iterate_fd +EXPORT_SYMBOL vmlinux 0xc25237ad vfs_unlink +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc2589941 pci_get_device +EXPORT_SYMBOL vmlinux 0xc2740785 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xc2774cbb sock_no_mmap +EXPORT_SYMBOL vmlinux 0xc2c4913b unregister_quota_format +EXPORT_SYMBOL vmlinux 0xc2d0f76b bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0xc2d40b97 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc316a24c genlmsg_put +EXPORT_SYMBOL vmlinux 0xc326b604 devm_ioremap +EXPORT_SYMBOL vmlinux 0xc33c4185 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0xc341476f tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0xc343b973 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xc35f4a46 bio_phys_segments +EXPORT_SYMBOL vmlinux 0xc368849f nvram_sync +EXPORT_SYMBOL vmlinux 0xc3948553 ip_fragment +EXPORT_SYMBOL vmlinux 0xc3a2928e pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xc3b282ca generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0xc3baf7e9 security_inode_permission +EXPORT_SYMBOL vmlinux 0xc403d78e clear_nlink +EXPORT_SYMBOL vmlinux 0xc4048046 dm_put_device +EXPORT_SYMBOL vmlinux 0xc413e419 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc42e33bb sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xc4321157 blk_make_request +EXPORT_SYMBOL vmlinux 0xc44d0a70 mount_bdev +EXPORT_SYMBOL vmlinux 0xc45755de find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xc47cdf9c _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xc48353aa phy_start +EXPORT_SYMBOL vmlinux 0xc48c53ac override_creds +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc49c9a32 macio_request_resources +EXPORT_SYMBOL vmlinux 0xc4b037b0 pmac_resume_agp_for_card +EXPORT_SYMBOL vmlinux 0xc4bec136 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xc4cd5527 fsl_lbc_ctrl_dev +EXPORT_SYMBOL vmlinux 0xc4db22af scsi_block_requests +EXPORT_SYMBOL vmlinux 0xc4f508dd serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc55c2a9d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xc55de23c percpu_counter_set +EXPORT_SYMBOL vmlinux 0xc563392a bio_clone_bioset +EXPORT_SYMBOL vmlinux 0xc5718627 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0xc5876616 blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc58c2a31 dump_skip +EXPORT_SYMBOL vmlinux 0xc590e90d i2c_verify_client +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5b9f17a simple_rename +EXPORT_SYMBOL vmlinux 0xc5bbfe6a tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xc5c7c98a __breadahead +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5dcfb61 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xc5e0507e phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xc5e06ef3 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xc5e2d808 eth_rebuild_header +EXPORT_SYMBOL vmlinux 0xc5e4394f of_get_min_tck +EXPORT_SYMBOL vmlinux 0xc5e618a5 truncate_setsize +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc5ff1cdb pneigh_lookup +EXPORT_SYMBOL vmlinux 0xc62188c1 macio_dev_get +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc63bf705 sk_alloc +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc6734749 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xc6875097 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xc697be10 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xc6983198 mdiobus_register +EXPORT_SYMBOL vmlinux 0xc6aa9835 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xc6b22c71 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xc6bf3356 inet_frag_kill +EXPORT_SYMBOL vmlinux 0xc6c5cc5c dquot_quota_on +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d6d5e4 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xc6fdac5f unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0xc7113b8e scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc724c114 filemap_fault +EXPORT_SYMBOL vmlinux 0xc754e812 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc7599b7a blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xc75efff3 fasync_helper +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7898275 flex_array_shrink +EXPORT_SYMBOL vmlinux 0xc795e23e cpu_core_map +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc79e6a02 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0xc7a07690 cdev_alloc +EXPORT_SYMBOL vmlinux 0xc7a487be dm_register_target +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7c173cd serio_reconnect +EXPORT_SYMBOL vmlinux 0xc7d044d0 sk_wait_data +EXPORT_SYMBOL vmlinux 0xc7d8506a __bread_gfp +EXPORT_SYMBOL vmlinux 0xc7dc4219 __block_write_begin +EXPORT_SYMBOL vmlinux 0xc7ec0223 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc808a293 inode_init_owner +EXPORT_SYMBOL vmlinux 0xc81c2ef2 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0xc8276a79 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc8342f3c truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8508729 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xc8571bcb idr_for_each +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8961c48 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xc8982451 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xc89b1c07 eth_header_cache +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8c5b056 gen_pool_alloc +EXPORT_SYMBOL vmlinux 0xc8d0c6db dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xc8eca547 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xc8ee89a7 skb_queue_head +EXPORT_SYMBOL vmlinux 0xc8f4d3b5 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0xc8fee79e pci_match_id +EXPORT_SYMBOL vmlinux 0xc90fd742 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xc9122a7e tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xc92158fa bio_map_kern +EXPORT_SYMBOL vmlinux 0xc93fbc54 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96cc89c iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xc97608e0 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0xc98b4434 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xc98d4fe8 nf_log_unset +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9b8c308 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0xc9bb7c63 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xc9dd490f xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xc9ddc5e3 dqget +EXPORT_SYMBOL vmlinux 0xc9e6cdf1 vc_resize +EXPORT_SYMBOL vmlinux 0xc9ec5a79 get_gendisk +EXPORT_SYMBOL vmlinux 0xc9f17f50 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca293e37 vfs_llseek +EXPORT_SYMBOL vmlinux 0xca2b1cd6 ida_pre_get +EXPORT_SYMBOL vmlinux 0xca3b28c6 store_vr_state +EXPORT_SYMBOL vmlinux 0xca546935 tty_port_close +EXPORT_SYMBOL vmlinux 0xca55659b scsi_device_resume +EXPORT_SYMBOL vmlinux 0xca55ddf5 blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca813aba blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xca825895 pmu_suspend +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcaa80ce8 set_anon_super +EXPORT_SYMBOL vmlinux 0xcab46d5c do_splice_from +EXPORT_SYMBOL vmlinux 0xcab5fa80 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0xcacc4e09 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xcacd272d atomic64_sub_return +EXPORT_SYMBOL vmlinux 0xcace6297 idr_is_empty +EXPORT_SYMBOL vmlinux 0xcacf0693 read_cache_pages +EXPORT_SYMBOL vmlinux 0xcad08e48 mmu_hash_lock +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb20acac tcp_read_sock +EXPORT_SYMBOL vmlinux 0xcb38e5d9 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0xcb5f58f1 __devm_request_region +EXPORT_SYMBOL vmlinux 0xcb69e5aa flow_cache_fini +EXPORT_SYMBOL vmlinux 0xcb774023 key_alloc +EXPORT_SYMBOL vmlinux 0xcb8520f3 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xcbbe12e0 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc8da8c scsi_device_put +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbcad9ef pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xcbcecb19 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xcbd76608 bdi_init +EXPORT_SYMBOL vmlinux 0xcbd9fba3 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xcbdfadb0 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xcbe0ed9b ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xcbfd7c53 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xcc17504d _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xcc19abe9 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xcc214c98 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc286bb7 posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0xcc3cf76d ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc8b32d8 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xcc9f207c qdisc_destroy +EXPORT_SYMBOL vmlinux 0xccbcc722 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xcccd28d9 pci_domain_nr +EXPORT_SYMBOL vmlinux 0xccd1af76 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0xccd48722 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0xccf5f16d in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xcd0529c7 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xcd1f9064 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd5507ec ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xcd5d19d8 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xcd6ab95a dquot_scan_active +EXPORT_SYMBOL vmlinux 0xcd70b464 ilookup +EXPORT_SYMBOL vmlinux 0xcd73ca18 skb_split +EXPORT_SYMBOL vmlinux 0xcd86c87f __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xcd9a1091 sk_stop_timer +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdc58e12 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xcde1c93f xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xce277528 flush_icache_user_range +EXPORT_SYMBOL vmlinux 0xce283752 locks_init_lock +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce340f63 of_device_alloc +EXPORT_SYMBOL vmlinux 0xce409cda pmac_set_early_video_resume +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce6813a4 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xce96e56d __neigh_event_send +EXPORT_SYMBOL vmlinux 0xcea594f6 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb26a44 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xceba6701 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xced1987f sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xced7b80a key_task_permission +EXPORT_SYMBOL vmlinux 0xcee9ffff tty_lock +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcef8ab5d __skb_tx_hash +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf0a6319 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xcf3025cb inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xcf34ad4c ipv4_specific +EXPORT_SYMBOL vmlinux 0xcf4fce77 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xcf7c18e3 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xcf8da2f1 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xcf92e6c8 __ps2_command +EXPORT_SYMBOL vmlinux 0xcfa14e0d blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xcfc1298b check_disk_size_change +EXPORT_SYMBOL vmlinux 0xcfcc6c49 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0xcfd7d61c neigh_direct_output +EXPORT_SYMBOL vmlinux 0xcfe29e3d jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xcfe6de79 blkdev_fsync +EXPORT_SYMBOL vmlinux 0xcfe8d9e9 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xd0026534 seq_release +EXPORT_SYMBOL vmlinux 0xd002cc8c xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xd00695fd mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd037889f sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xd03ba6a3 msi_bitmap_free_hwirqs +EXPORT_SYMBOL vmlinux 0xd066effe devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xd06e7fc5 new_sync_read +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd08ba22d padata_free +EXPORT_SYMBOL vmlinux 0xd08c2316 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xd0a45fa5 pmu_enable_irled +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0b6c41c kernel_getsockopt +EXPORT_SYMBOL vmlinux 0xd0d31055 km_report +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0d572cb elevator_init +EXPORT_SYMBOL vmlinux 0xd0e37006 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xd0ee0c7f scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fa9cf8 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd10f5a0b blk_run_queue +EXPORT_SYMBOL vmlinux 0xd112ddef pipe_unlock +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd1262886 rtas_data_buf +EXPORT_SYMBOL vmlinux 0xd132e286 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xd16c9526 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xd16d1be0 max8925_set_bits +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd1d2f9cf d_find_alias +EXPORT_SYMBOL vmlinux 0xd1de016b tty_name +EXPORT_SYMBOL vmlinux 0xd1e3f3c4 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xd1fa5f64 km_new_mapping +EXPORT_SYMBOL vmlinux 0xd1fc6c95 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xd20b1b12 pci_get_class +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd23f2af8 tcp_proc_register +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd281d205 macio_release_resources +EXPORT_SYMBOL vmlinux 0xd2936bb5 flush_dcache_page +EXPORT_SYMBOL vmlinux 0xd2a1ddfa module_put +EXPORT_SYMBOL vmlinux 0xd2a941d4 sg_init_table +EXPORT_SYMBOL vmlinux 0xd2af138b reservation_ww_class +EXPORT_SYMBOL vmlinux 0xd2bd7914 fb_show_logo +EXPORT_SYMBOL vmlinux 0xd2cd1ef3 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xd2d3d857 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2de5677 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0xd2f17556 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xd2f2b142 vme_register_bridge +EXPORT_SYMBOL vmlinux 0xd2fc19bd proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0xd3187da4 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd32d9ec4 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xd336b28e __free_pages +EXPORT_SYMBOL vmlinux 0xd38747ac jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xd390df46 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0xd3924141 add_disk +EXPORT_SYMBOL vmlinux 0xd39a48e1 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xd3b29bd0 skb_put +EXPORT_SYMBOL vmlinux 0xd3cfbe2d netif_carrier_off +EXPORT_SYMBOL vmlinux 0xd3e6f60d cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xd409383c pmu_request +EXPORT_SYMBOL vmlinux 0xd418e1c0 adjust_resource +EXPORT_SYMBOL vmlinux 0xd4373884 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xd4696147 xfrm_input +EXPORT_SYMBOL vmlinux 0xd47499f4 file_ns_capable +EXPORT_SYMBOL vmlinux 0xd475b221 __scsi_put_command +EXPORT_SYMBOL vmlinux 0xd47915e7 tcp_close +EXPORT_SYMBOL vmlinux 0xd49aea27 bh_submit_read +EXPORT_SYMBOL vmlinux 0xd4af7648 bmap +EXPORT_SYMBOL vmlinux 0xd4b0f6b3 flush_tlb_page +EXPORT_SYMBOL vmlinux 0xd4cb66b6 dev_set_group +EXPORT_SYMBOL vmlinux 0xd4de02e6 dev_addr_add +EXPORT_SYMBOL vmlinux 0xd4fd704e vfs_rename +EXPORT_SYMBOL vmlinux 0xd521ee92 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xd52c0594 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0xd54966d7 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xd54d6221 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xd55aad41 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xd5739acd scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0xd577239f fs_bio_set +EXPORT_SYMBOL vmlinux 0xd58a040a ppp_dev_name +EXPORT_SYMBOL vmlinux 0xd5b2e52a single_step_exception +EXPORT_SYMBOL vmlinux 0xd5e3c408 of_get_next_child +EXPORT_SYMBOL vmlinux 0xd5e76b68 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xd5e8444a __div64_32 +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd606503d register_sysctl +EXPORT_SYMBOL vmlinux 0xd612a336 make_bad_inode +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd61c11e9 security_inode_readlink +EXPORT_SYMBOL vmlinux 0xd625eb06 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xd627480b strncat +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd657a9d3 security_path_symlink +EXPORT_SYMBOL vmlinux 0xd6764740 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd6902f7f __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xd690b9de vme_lm_request +EXPORT_SYMBOL vmlinux 0xd69b30e0 atomic64_add_unless +EXPORT_SYMBOL vmlinux 0xd69c416c vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xd6d63e9d lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xd6e49567 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f9f372 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xd70048be __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xd70a59d1 vga_get +EXPORT_SYMBOL vmlinux 0xd754a7ca inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd76c2fe9 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd77facfa pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xd78213e0 __page_symlink +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd79c3f67 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xd7ac7783 netdev_features_change +EXPORT_SYMBOL vmlinux 0xd7ae0668 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0xd7af7437 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xd7d3e72e vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xd7d474ce thaw_super +EXPORT_SYMBOL vmlinux 0xd7e20d65 d_drop +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7fbd3d4 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xd80cb718 giveup_fpu +EXPORT_SYMBOL vmlinux 0xd8189039 seq_lseek +EXPORT_SYMBOL vmlinux 0xd81da3b3 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xd834d015 mmc_put_card +EXPORT_SYMBOL vmlinux 0xd837825a do_fallocate +EXPORT_SYMBOL vmlinux 0xd84343f4 devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0xd846ac4e set_user_nice +EXPORT_SYMBOL vmlinux 0xd87f7de8 blk_put_request +EXPORT_SYMBOL vmlinux 0xd8803ed8 tty_unlock +EXPORT_SYMBOL vmlinux 0xd88b960a scm_fp_dup +EXPORT_SYMBOL vmlinux 0xd89bdcef jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a34de1 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0xd8a56ff4 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xd8a59e7c phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xd8c559c2 vme_register_driver +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd913381e scsi_print_result +EXPORT_SYMBOL vmlinux 0xd9240ff0 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xd92514ca agp_special_page +EXPORT_SYMBOL vmlinux 0xd92731b0 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92de42f scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xd9365307 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xd93cbda3 switch_mmu_context +EXPORT_SYMBOL vmlinux 0xd93e5e14 tso_start +EXPORT_SYMBOL vmlinux 0xd9498b22 proc_dointvec +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9a60709 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xd9a65133 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xd9bac924 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xd9c5a95f register_netdev +EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xda0d8589 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda288419 mem_map +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda4857d0 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda887f8f udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdac0c7df pci_enable_device +EXPORT_SYMBOL vmlinux 0xdac6ee3e dquot_initialize +EXPORT_SYMBOL vmlinux 0xdadc4b8a sk_common_release +EXPORT_SYMBOL vmlinux 0xdaff7345 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xdb2b95e0 check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0xdb309591 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xdb582d8c macio_unregister_driver +EXPORT_SYMBOL vmlinux 0xdb5e2f13 sk_receive_skb +EXPORT_SYMBOL vmlinux 0xdb60015a ip_options_compile +EXPORT_SYMBOL vmlinux 0xdb67a88d flush_dcache_icache_page +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb7409e3 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb871216 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0xdba30ff2 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0xdba8f0d5 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xdbaff849 unregister_cdrom +EXPORT_SYMBOL vmlinux 0xdbc450f8 simple_write_end +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbde84e1 inet_frags_init +EXPORT_SYMBOL vmlinux 0xdbe11c8a phy_device_register +EXPORT_SYMBOL vmlinux 0xdbef3ce8 udp_ioctl +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc483f44 inet_listen +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc594309 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0xdc7f78aa netif_rx +EXPORT_SYMBOL vmlinux 0xdc8160da blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xdc907903 vfs_create +EXPORT_SYMBOL vmlinux 0xdc942659 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xdc9498dd down +EXPORT_SYMBOL vmlinux 0xdc960756 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcdfab02 of_allnodes +EXPORT_SYMBOL vmlinux 0xdce8303d tty_unthrottle +EXPORT_SYMBOL vmlinux 0xdce871cc scsi_device_get +EXPORT_SYMBOL vmlinux 0xdcefb9a5 pmu_resume +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr +EXPORT_SYMBOL vmlinux 0xdd3baeb6 posix_test_lock +EXPORT_SYMBOL vmlinux 0xdd47b9d9 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0xdd4e2ea1 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xdd71d067 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0xdd7ca56d key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xdd9d1e90 block_truncate_page +EXPORT_SYMBOL vmlinux 0xdda0875b mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0xdda2084f filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xddbdc649 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xddcdcd6d uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xdddde655 _dev_info +EXPORT_SYMBOL vmlinux 0xdddf0f29 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0xddf2fdca scsi_remove_host +EXPORT_SYMBOL vmlinux 0xde00ff14 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde1af55f i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xde2182b0 __f_setown +EXPORT_SYMBOL vmlinux 0xde48e9ca _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xde5aa96b cdrom_check_events +EXPORT_SYMBOL vmlinux 0xde8e88b1 mac_find_mode +EXPORT_SYMBOL vmlinux 0xde91448c load_vr_state +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdedd5cd6 do_splice_direct +EXPORT_SYMBOL vmlinux 0xdedd7f43 __scsi_add_device +EXPORT_SYMBOL vmlinux 0xdee81ce9 inet_shutdown +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf326510 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xdf4395b2 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xdf53ddff serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf57ce67 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf71564b netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xdf853a0b skb_pull +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdff43ed4 __debugger +EXPORT_SYMBOL vmlinux 0xdff56e64 adb_poll +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe000469e d_splice_alias +EXPORT_SYMBOL vmlinux 0xe017f198 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0xe01ab028 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xe048e0cd ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe05607a4 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe061945f tcp_parse_options +EXPORT_SYMBOL vmlinux 0xe064ebbf inode_init_always +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe078f78f account_page_writeback +EXPORT_SYMBOL vmlinux 0xe094ef39 sg_next +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b45942 devm_ioremap_prot +EXPORT_SYMBOL vmlinux 0xe0d6c62e blk_init_queue +EXPORT_SYMBOL vmlinux 0xe0ee3442 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0xe101fb8d delete_from_page_cache +EXPORT_SYMBOL vmlinux 0xe1021b1f dev_driver_string +EXPORT_SYMBOL vmlinux 0xe10c1d40 mntput +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11b50b0 __serio_register_port +EXPORT_SYMBOL vmlinux 0xe11de078 dev_add_pack +EXPORT_SYMBOL vmlinux 0xe12a7010 __nla_reserve +EXPORT_SYMBOL vmlinux 0xe1438ed1 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0xe14f9726 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xe16c6dc2 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe18e8213 dump_page +EXPORT_SYMBOL vmlinux 0xe197dfd2 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xe1a77ffb xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xe1b386b5 devm_iounmap +EXPORT_SYMBOL vmlinux 0xe1cc4e25 of_get_parent +EXPORT_SYMBOL vmlinux 0xe1cd1da8 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe20bc523 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xe21d5c3c bioset_free +EXPORT_SYMBOL vmlinux 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL vmlinux 0xe234c86c xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe243df63 invalidate_bdev +EXPORT_SYMBOL vmlinux 0xe244613c pcie_set_mps +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe24e50b8 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0xe24f7d25 qdisc_reset +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe2661e42 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xe290f9d4 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2b8d8ea sockfd_lookup +EXPORT_SYMBOL vmlinux 0xe2be5498 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xe2c7b760 d_lookup +EXPORT_SYMBOL vmlinux 0xe2d42785 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2db8e9d register_key_type +EXPORT_SYMBOL vmlinux 0xe2e6cd6e generic_removexattr +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe30e5f8c vm_insert_page +EXPORT_SYMBOL vmlinux 0xe33656d7 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xe3370d9e tty_hangup +EXPORT_SYMBOL vmlinux 0xe3373778 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xe33e8db1 register_quota_format +EXPORT_SYMBOL vmlinux 0xe3470a52 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xe3575a33 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0xe35af13b dev_uc_sync +EXPORT_SYMBOL vmlinux 0xe372e0c1 phy_print_status +EXPORT_SYMBOL vmlinux 0xe3828c35 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xe385f660 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0xe394d975 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xe3a1cfdc __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xe3b7e107 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0xe3cb2258 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xe3d2f869 eth_header +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3e5c91e tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xe4095b40 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xe40e5e77 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xe416f3f4 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xe43172cf scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xe4444eeb pcie_get_mps +EXPORT_SYMBOL vmlinux 0xe45814ee of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0xe45d74cb sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xe45f95d0 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xe46c49af netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xe47da783 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe4916108 pci_set_master +EXPORT_SYMBOL vmlinux 0xe49eaaba bdgrab +EXPORT_SYMBOL vmlinux 0xe4aa5d97 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xe4bc1c1d mmc_start_req +EXPORT_SYMBOL vmlinux 0xe4c667c4 of_translate_address +EXPORT_SYMBOL vmlinux 0xe4da2c4f dma_sync_wait +EXPORT_SYMBOL vmlinux 0xe4fe8ca1 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe5078cc0 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe537cb49 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xe53cf370 inet_ioctl +EXPORT_SYMBOL vmlinux 0xe55f3a14 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5795442 kmap_high +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5bca751 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d26265 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe5f19434 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xe6488a10 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xe6687285 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0xe679026d remove_arg_zero +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69d0460 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xe6c438e3 deactivate_super +EXPORT_SYMBOL vmlinux 0xe6cf84f2 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xe6dd236d clear_pages +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6f1b461 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xe6f41471 sk_reset_timer +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe702b823 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xe71242a9 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xe715bbd1 mntget +EXPORT_SYMBOL vmlinux 0xe72b7bd4 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xe72e3568 __devm_release_region +EXPORT_SYMBOL vmlinux 0xe73263b3 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xe74aba0d neigh_lookup +EXPORT_SYMBOL vmlinux 0xe778f6b3 rwsem_wake +EXPORT_SYMBOL vmlinux 0xe78707bf nobh_write_begin +EXPORT_SYMBOL vmlinux 0xe792cda5 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0xe7936380 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xe79ac1de pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xe79c3bdb generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xe7a08039 wireless_send_event +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a75f7a fd_install +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7b20478 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xe7bf317d fsl_lbc_addr +EXPORT_SYMBOL vmlinux 0xe7c70b79 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xe7c84014 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0xe7ce7439 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d588ad acl_by_type +EXPORT_SYMBOL vmlinux 0xe7f2eac6 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xe7fe67d9 netif_skb_features +EXPORT_SYMBOL vmlinux 0xe81448b6 pci_choose_state +EXPORT_SYMBOL vmlinux 0xe82cc752 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xe82ffcdd tso_build_data +EXPORT_SYMBOL vmlinux 0xe83d8000 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xe84c6c28 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xe851bb05 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xe898bfba crc32_le_combine +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c12ad3 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe92c9e0b security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0xe931d775 from_kgid +EXPORT_SYMBOL vmlinux 0xe9325d21 tcp_connect +EXPORT_SYMBOL vmlinux 0xe9378d58 idr_get_next +EXPORT_SYMBOL vmlinux 0xe94e42a2 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe96140c3 iget_failed +EXPORT_SYMBOL vmlinux 0xe9bbb0a9 tty_write_room +EXPORT_SYMBOL vmlinux 0xe9d7fb59 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xe9e26dd6 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xe9e4e888 page_follow_link_light +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea15b698 __register_binfmt +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea3627b2 set_security_override +EXPORT_SYMBOL vmlinux 0xea3ff74b dst_alloc +EXPORT_SYMBOL vmlinux 0xea6fb00b d_path +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea968c96 ___ratelimit +EXPORT_SYMBOL vmlinux 0xeab7bc97 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xeabd4e74 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0xeae43210 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0xeb08d3cb find_lock_entry +EXPORT_SYMBOL vmlinux 0xeb1e2940 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xeb2c5a22 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xeb30abae scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb46c9d3 unregister_nls +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb73709e twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xeb87409b scsi_unregister +EXPORT_SYMBOL vmlinux 0xeba2a1f7 rtas_indicator_present +EXPORT_SYMBOL vmlinux 0xebb14f4a wake_up_process +EXPORT_SYMBOL vmlinux 0xebb44296 pci_request_regions +EXPORT_SYMBOL vmlinux 0xebb6b097 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xebc98008 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xebd453de skb_try_coalesce +EXPORT_SYMBOL vmlinux 0xebe01fe8 nf_register_hooks +EXPORT_SYMBOL vmlinux 0xebe3da8d module_refcount +EXPORT_SYMBOL vmlinux 0xebf48a24 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xebfdcffc truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xec1aa6ef memzero_explicit +EXPORT_SYMBOL vmlinux 0xec244ee9 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xec2ce06f devm_free_irq +EXPORT_SYMBOL vmlinux 0xec2cf1d4 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xec43759d down_write_trylock +EXPORT_SYMBOL vmlinux 0xec514566 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xec5e7b67 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xec8e2dbd kill_pid +EXPORT_SYMBOL vmlinux 0xeca57422 thaw_bdev +EXPORT_SYMBOL vmlinux 0xecad6539 init_net +EXPORT_SYMBOL vmlinux 0xecad6c4c cdev_init +EXPORT_SYMBOL vmlinux 0xecb16544 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xecbb926f xor_altivec_3 +EXPORT_SYMBOL vmlinux 0xecbcb8bb radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xecceb29a skb_trim +EXPORT_SYMBOL vmlinux 0xecd39530 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xece6bbbd sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xed1aebb6 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xed1defc9 of_match_device +EXPORT_SYMBOL vmlinux 0xed204458 netdev_printk +EXPORT_SYMBOL vmlinux 0xed3a619d freeze_super +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed61c722 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xed63522d __scm_send +EXPORT_SYMBOL vmlinux 0xed67b964 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbcad2f locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc410d0 udplite_table +EXPORT_SYMBOL vmlinux 0xeddbb474 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xedde4282 ip_getsockopt +EXPORT_SYMBOL vmlinux 0xedf3f580 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xedfb899a skb_pad +EXPORT_SYMBOL vmlinux 0xee07eff3 macio_register_driver +EXPORT_SYMBOL vmlinux 0xee104cc8 loop_backing_file +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3496c3 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0xee38f43f dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xee5544ff pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xee59412f adb_try_handler_change +EXPORT_SYMBOL vmlinux 0xee705926 mmc_erase +EXPORT_SYMBOL vmlinux 0xee78bb09 mmc_can_reset +EXPORT_SYMBOL vmlinux 0xee7bc7c1 ab3100_event_register +EXPORT_SYMBOL vmlinux 0xee857ce9 elevator_change +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee928049 __scm_destroy +EXPORT_SYMBOL vmlinux 0xeea27e86 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeed17bf6 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xef32e39a get_phy_device +EXPORT_SYMBOL vmlinux 0xefa2e63d proc_set_size +EXPORT_SYMBOL vmlinux 0xefcc47a1 bd_set_size +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefde1bbe flush_dcache_range +EXPORT_SYMBOL vmlinux 0xefdfae06 dev_uc_flush +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf003e416 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xf0212078 tty_kref_put +EXPORT_SYMBOL vmlinux 0xf022621b locks_remove_posix +EXPORT_SYMBOL vmlinux 0xf024d5bc from_kprojid +EXPORT_SYMBOL vmlinux 0xf037f1b6 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf0872de9 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xf08dce00 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xf096c86e inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0b1f7ab pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xf0d23c00 uart_resume_port +EXPORT_SYMBOL vmlinux 0xf0e38109 nla_append +EXPORT_SYMBOL vmlinux 0xf0ea5d49 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xf0ed683a sock_init_data +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf1084ef7 genphy_config_init +EXPORT_SYMBOL vmlinux 0xf10ca3e7 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11cd6ce down_interruptible +EXPORT_SYMBOL vmlinux 0xf120872a dql_completed +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf166f79f udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xf1692d3f dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0xf17d8334 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xf183d626 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xf1855051 user_revoke +EXPORT_SYMBOL vmlinux 0xf18dd55e i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19e9355 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xf1b31cc7 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xf1d4e5fc skb_dequeue +EXPORT_SYMBOL vmlinux 0xf1d63cfa soft_cursor +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1e06df1 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf2009b76 of_create_pci_dev +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf222defb __ip_select_ident +EXPORT_SYMBOL vmlinux 0xf22881e8 lg_local_lock +EXPORT_SYMBOL vmlinux 0xf22c9f24 skb_clone +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf25089bb bio_reset +EXPORT_SYMBOL vmlinux 0xf25ac022 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xf261f53b devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0xf27563cb irq_stat +EXPORT_SYMBOL vmlinux 0xf291631d input_open_device +EXPORT_SYMBOL vmlinux 0xf292a617 tty_set_operations +EXPORT_SYMBOL vmlinux 0xf299187f update_region +EXPORT_SYMBOL vmlinux 0xf29eaea1 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xf29f1ec9 skb_unlink +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2ab8b8e dev_err +EXPORT_SYMBOL vmlinux 0xf2b02046 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2d3148e unlock_page +EXPORT_SYMBOL vmlinux 0xf2e67cd5 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xf2f7b22b console_stop +EXPORT_SYMBOL vmlinux 0xf3128a89 pci_map_rom +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf322a206 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf337f463 input_inject_event +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34ce5e6 pci_disable_device +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35fc66b inet_register_protosw +EXPORT_SYMBOL vmlinux 0xf36109c0 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xf37f0f0b jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3a00438 posix_lock_file +EXPORT_SYMBOL vmlinux 0xf3a3fc91 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xf3a5ca6d macio_dev_put +EXPORT_SYMBOL vmlinux 0xf3adc4a3 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3c94af4 kmalloc_caches +EXPORT_SYMBOL vmlinux 0xf3de9380 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xf3e7ec38 bdget +EXPORT_SYMBOL vmlinux 0xf3eb6dc1 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xf3f025e7 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xf40b2297 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xf4162b92 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xf43f7e13 mount_subtree +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf4449388 timer_interrupt +EXPORT_SYMBOL vmlinux 0xf4570fbc ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xf45a2308 tcf_register_action +EXPORT_SYMBOL vmlinux 0xf4726cab fb_pan_display +EXPORT_SYMBOL vmlinux 0xf48266ef mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xf48cec9e should_remove_suid +EXPORT_SYMBOL vmlinux 0xf4a90083 pci_bus_put +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4e80987 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf5025895 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xf50613d3 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0xf511d630 tty_do_resize +EXPORT_SYMBOL vmlinux 0xf5222143 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0xf52321e0 atomic64_sub +EXPORT_SYMBOL vmlinux 0xf533bad4 md_register_thread +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf543da1f simple_getattr +EXPORT_SYMBOL vmlinux 0xf54c51a2 dma_pool_free +EXPORT_SYMBOL vmlinux 0xf55a845a __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xf5635cae end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xf580b8a4 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xf5a085c4 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xf5a62ecc _memset_io +EXPORT_SYMBOL vmlinux 0xf5a98c06 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xf5e1558d crash_shutdown_unregister +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf61f1b87 vfs_fsync +EXPORT_SYMBOL vmlinux 0xf62409c4 blk_put_queue +EXPORT_SYMBOL vmlinux 0xf6351c33 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf64a7a75 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xf6572ad3 kern_path_create +EXPORT_SYMBOL vmlinux 0xf65d8d2b ___pskb_trim +EXPORT_SYMBOL vmlinux 0xf66c96c0 ether_setup +EXPORT_SYMBOL vmlinux 0xf67f4ed0 gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6c40fe0 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xf6dc911f of_find_node_by_name +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf70384d7 __debugger_sstep +EXPORT_SYMBOL vmlinux 0xf70e484c skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0xf7124b0e arp_send +EXPORT_SYMBOL vmlinux 0xf71521ba atomic64_add_return +EXPORT_SYMBOL vmlinux 0xf73c23cf phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf74f67e3 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf78287c1 __destroy_inode +EXPORT_SYMBOL vmlinux 0xf78c8c0c bioset_create +EXPORT_SYMBOL vmlinux 0xf7a1dbec dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xf7b12aee __next_cpu +EXPORT_SYMBOL vmlinux 0xf7bce1bc genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xf7c8da19 tcp_check_req +EXPORT_SYMBOL vmlinux 0xf7d39948 freeze_bdev +EXPORT_SYMBOL vmlinux 0xf7e3e5ee phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf89025b4 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xf897b8ee dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xf89c6043 __quota_error +EXPORT_SYMBOL vmlinux 0xf8c25c12 __init_rwsem +EXPORT_SYMBOL vmlinux 0xf8f48b0f seq_release_private +EXPORT_SYMBOL vmlinux 0xf908b516 setup_new_exec +EXPORT_SYMBOL vmlinux 0xf90bd733 uart_match_port +EXPORT_SYMBOL vmlinux 0xf91239e3 bdi_destroy +EXPORT_SYMBOL vmlinux 0xf9152199 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0xf9156f5d phy_attach_direct +EXPORT_SYMBOL vmlinux 0xf9277082 d_delete +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf9362cf0 blk_get_request +EXPORT_SYMBOL vmlinux 0xf9425229 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xf95245e5 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0xf95b04d5 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9aef078 iput +EXPORT_SYMBOL vmlinux 0xf9c1797c input_register_device +EXPORT_SYMBOL vmlinux 0xf9c343dc ata_dev_printk +EXPORT_SYMBOL vmlinux 0xf9c367e0 iov_pages +EXPORT_SYMBOL vmlinux 0xf9ce6f2b write_inode_now +EXPORT_SYMBOL vmlinux 0xf9ddf70b dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xf9f048e9 get_task_io_context +EXPORT_SYMBOL vmlinux 0xf9f67155 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xfa10c2e7 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xfa2907dc create_empty_buffers +EXPORT_SYMBOL vmlinux 0xfa434ecb sk_filter +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa6f608c tty_port_open +EXPORT_SYMBOL vmlinux 0xfa7d31aa zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0xfa81c17e alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xfa8245f8 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0xfa871da8 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0xfa9ed216 netif_napi_del +EXPORT_SYMBOL vmlinux 0xfaa55765 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xfaa882f2 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xfaac451c blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xfac3933e sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfad9993e pci_scan_bus +EXPORT_SYMBOL vmlinux 0xfada3a0c kernel_connect +EXPORT_SYMBOL vmlinux 0xfadb5750 pmu_unlock +EXPORT_SYMBOL vmlinux 0xfae04a12 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaebbeca bio_endio +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfaff68f0 fb_set_var +EXPORT_SYMBOL vmlinux 0xfb0da2f0 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xfb241058 blk_recount_segments +EXPORT_SYMBOL vmlinux 0xfb33b1b0 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xfb44670e __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xfb532ffe sg_miter_stop +EXPORT_SYMBOL vmlinux 0xfb5d25d6 block_write_begin +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb869e52 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfb9e50de generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbb30d7c pcim_pin_device +EXPORT_SYMBOL vmlinux 0xfbbebb57 elv_add_request +EXPORT_SYMBOL vmlinux 0xfbcb4183 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0xfbd14f68 d_tmpfile +EXPORT_SYMBOL vmlinux 0xfbdfe345 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xfbf1dd84 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc076773 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0xfc2010c2 phy_driver_register +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3b160f mempool_create_node +EXPORT_SYMBOL vmlinux 0xfc45bb66 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfc8e64bd generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xfca1d86b d_move +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcac7a50 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcc49359 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xfcd87534 of_dev_get +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf28b90 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd01eadc inet_frags_init_net +EXPORT_SYMBOL vmlinux 0xfd0c5038 adb_unregister +EXPORT_SYMBOL vmlinux 0xfd2681f0 fget_raw +EXPORT_SYMBOL vmlinux 0xfd2f0007 giveup_altivec +EXPORT_SYMBOL vmlinux 0xfd33b5fa cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xfd4b99e2 default_llseek +EXPORT_SYMBOL vmlinux 0xfd51244f skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd8410ab mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xfd92b624 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfdad7391 init_task +EXPORT_SYMBOL vmlinux 0xfdb6cedc _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfded48ed enable_kernel_fp +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe3d5ef6 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xfe46b3a4 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe7c00a9 install_exec_creds +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe88dc12 make_kgid +EXPORT_SYMBOL vmlinux 0xfe8dea00 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0xfe8ff5d6 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xfe994b36 iterate_dir +EXPORT_SYMBOL vmlinux 0xfeca7590 radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfef32975 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xfef9de10 rtnl_notify +EXPORT_SYMBOL vmlinux 0xff1765c7 rtas_call +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff36a892 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xff48ef0d blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6dea25 smp_hw_index +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xff9f95b8 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffdb82bc sg_free_table +EXPORT_SYMBOL vmlinux 0xffe4d93f scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xfffb25d8 scsi_register_interface +EXPORT_SYMBOL_GPL crypto/af_alg 0x0b02c34d af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x0fdbcfd3 af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x20da074e af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x3b422ffe af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x58716898 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x64097141 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0xa0e8c46c af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xa96ebcac af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xe5d3895e af_alg_register_type +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0xf95dc0c9 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x68654982 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x861e03e7 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x7c1f5eb3 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x822597b3 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x02472e64 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xa07fb583 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xab3c0ceb async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xe836d2c8 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x5aa8638b async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x8b1e5b06 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xf1d8cdac blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x762e7d1b cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xfe298762 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x0785164b cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x15e35378 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x47f3acbd cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x65549b9c cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x693e1a1d cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x7050d5b7 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x9974914c cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xd9339cd4 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xe79d1bf9 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xee4a4b83 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0x7251021a lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xc7ee5fed serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x7f786cac twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x46fd9f27 xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x06a29989 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x071b4f35 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0d5966bf ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x17815479 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2ff10706 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3405b4ae ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3bfc77f2 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x44bfa51c ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5440eaae ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x790177e6 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7b5c7158 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8b38a8ad ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa0b9d834 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xad056e8f ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbbf075aa ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcfe0111b ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd295b327 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xdb6f0f3a ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe62e2a72 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe9071d53 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf08d2a59 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x1a01d39b ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x8a313b20 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9a3b03e9 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9c59aa7b ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xce874761 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xce894fd0 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcf567efa ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd3b1b97f ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xdde382e9 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xedcf7b31 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf8b541cd ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x2b78de2c __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x82fd7e4a sis_info133_for_sata +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/bcma/bcma 0x037ba306 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0b8b4c3a bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0cee6199 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1e5a0ac7 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2bb70cc0 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2e002b12 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x40281591 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x463f26af bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x53804474 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x65514df7 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7fec35ef bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x883f1942 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8de14a96 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x918cb049 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9a1ad958 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb0c5b535 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xba247d6b bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xba76e8a7 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbce8f606 bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc9a7c57e bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd929f358 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe5831e27 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfcf4fea9 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2713225b btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2858199d btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3b677a78 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x405fc097 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x53f7b2b1 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xc2b141ae btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd6314425 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe23d4cba btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe250ab10 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xebf2a6a3 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x17cf6a59 dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x2acdb861 dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5c62d501 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x8e51285d dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x9e609c08 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x262fa0b1 vchan_init +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x26676542 vchan_find_desc +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x8371222e vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xd9371e4f vchan_tx_submit +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x00e66615 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x074bada3 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0e0e9405 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x15bd2430 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x342f6920 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3f09de04 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4544ea25 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5017bd12 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x52829066 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x67ace0fa edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6ca1810d edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x868276de edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8869ddbe edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8fd9b340 edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x94915133 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x94bb6252 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb3783b0d edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb98a8b4a edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbcdddff5 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xce2b8682 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd18b9cad edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd6fac36c edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xef4512cf edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xba30bccf bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xc42718b7 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x0da48807 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x3c3eafa7 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x655664fe drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb8e0eae4 drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf6b39b6d drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x4eced2c4 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x718b92aa ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xb48471fa ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0013f205 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x09d4ebed hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0e9c2e39 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1b3adea0 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x31cb1b38 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x33195032 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x39181e04 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x402810ac hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x455a6fa5 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x45a77159 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x56c64f3b hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5eac20ab hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x62bc29b1 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x62cc3bda hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6e33e659 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x75a4c596 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7a29dd16 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7bc472a2 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7e79e363 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8235a5ad hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x84f6d905 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b2abf4d hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x91c99f30 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x92a50d51 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb046c6f4 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb144cae1 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb1a8fd22 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbe54d65a hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc4e4a0e3 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcd66c25c hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcea1bd7b hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd38797e1 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd60792a2 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xefc6221c hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf5766652 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x57780fcd roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x4bf79a8f roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x544f672d roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x67a2ea49 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x97c0ae13 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd6157a41 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xe92a01c7 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x06cc00de sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7154aabe sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x9a3e505b sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa7b1b8ae sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xba48ef30 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc2e5afe2 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd7c8c9e6 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xdb1ed338 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xff2b10e2 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x3bd6b1e4 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x093b1633 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0a3bfa55 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0c0c6e49 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3e51c43c hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x542ae9cd hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x66ab596e hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x708ecd78 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7730ff3e hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9888411d hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa20d20fb hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcbc2d34e hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcf0a3678 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xdc194dcd hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe668473d hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xed0a07fb hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf2529eb4 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf87bbe9b hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf93d98eb hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x214a019d adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x28183650 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x28f53a97 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x17716a4f pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x18bc2f04 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x21a64134 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x3208b14d pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x7ccc9a1b pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x843ca6aa pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x888f2ff8 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xae66a6ce pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd287df37 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xdd40eaa0 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xf39729df pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xf680412b pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x166b3ad6 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x3cf73a3b i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x3fa70939 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5c406715 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xad0ccfb2 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xb3f611ce i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xb527e589 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xcf0d2f7f i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xdaa5b08e i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x3db2b5fe i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x8cbd8b64 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x79bc9f66 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x7fb1cd23 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x65ea55e3 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x66ea48f6 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x725e4616 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x81379e63 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x831cf520 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x8aa38d06 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x8ecb9abd ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xe4a7725c ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf00b8588 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0827328a adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x15e5364c adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x3d05820a adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x3f3a85c7 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x558ab0fc adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x7667e47e adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x7f571f2f adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x98a0b6aa adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xb6373853 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xcb953b06 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xdb296d80 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xfbb700ac adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x04af32d2 devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x095238b3 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0b4e6aa2 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1419cf6f iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1f64bc22 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a12559e iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x47d5872b iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a3cfdc9 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5bc8c9f3 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x65bba920 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x68a81c73 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x698d51f1 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6daa28b8 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x794d3125 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x81a57368 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x82a99a76 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa1003d54 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa59e07b4 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa9730350 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xac8619d4 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xada9e78a devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb2c8232f iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb952dfa8 devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbff1cfdc iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc0aefff3 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc2c86bfd devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcaab04f5 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcb9907a2 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd02e99e9 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd742f14d iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xde139345 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe7b7b8cd iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfce81205 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x1d66f62f input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0xd30ee9d4 matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x23168855 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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/touchscreen/cyttsp4_core 0x23b2df1e cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x7226fb09 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xd7a4c5c3 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x2539b720 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x26bef24f cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x8a1191ab cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x15292f08 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xd9e50637 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x040c852b wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0ea56cbc wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x17ba8361 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x297e5bf4 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x39a3def3 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3f3bf51a wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x462b9ecb wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x640e058b wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd3065336 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe89824ea wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe8b7c337 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf509de6d wm9712_codec +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x53603e02 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x56359753 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x6cbdc29b ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x74d78743 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x761296bc ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x894ca09c ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9c2c198f ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xab181ad6 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xaf976edf ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x181a5c00 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3433e842 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4e3e37e3 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x563c6789 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x590580e0 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5eb5c7a9 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5f7e1d8b gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6957ee4b gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x754ce1fb gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7554f22f gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7bd64e37 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x89968d48 gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x983b2f80 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa68557c9 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xce5cf9cc gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xde2aeb29 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf680ae71 gigaset_stop +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x04b95e15 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x30422269 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x4b0ed56d lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5dc34439 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x74510a37 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7a8e7187 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x81e536af lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x841921ff lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc0ba301b lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc538eae7 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd80e8714 lp55xx_is_extclk_used +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 0x5051f78c wf_get_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x566280b7 wf_get_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x69ec4437 wf_register_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x75147afa wf_set_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x94765fac wf_critical_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x9559aa59 wf_find_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x9e471855 wf_unregister_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xa2f19a49 wf_is_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xa711eee3 wf_find_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xb678920b wf_register_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xbcace2a5 wf_unregister_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xc97a45e0 wf_put_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed82a14f wf_clear_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xf17610aa wf_unregister_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xfd600cd3 wf_put_control +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x015a58da mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x262c3364 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x2be59ec7 mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x3a2dc14e mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x4418fc24 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x59b11d33 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x826c6a3f chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8861375e mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8c64d947 mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x98508298 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xc46e826e mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe4a95170 mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xf8fea2f3 __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xf9cca8f3 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x10e06e97 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x155ea9c7 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1822fd23 __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1f2ba9ac __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x260d47cf __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x27831e89 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2dec45e0 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x347aebe1 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x41c861f0 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x480dc606 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x49856e5a __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x50e8c39f __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x574ba881 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x628eb712 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6770a402 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x785cfc9f __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x91f2af34 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09069a3 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa591c5d6 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa6890b59 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaf60c34b __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb950d2ae __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbd4b89b6 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce0e6218 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd40fba32 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdc5ea5a5 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf58ce244 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf5bcbdc7 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc1d5275 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfcdf28c9 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xffc308e4 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x02300960 dm_cell_release +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 0x4a40356b dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa1a46254 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa9cb0a32 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xba5254ee dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xbde1f7af dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe806b361 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd6ab5717 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +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-cache 0x006219c9 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1de7fdc7 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x55a7d0e4 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x766e3efb dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x8840cb84 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x93af7723 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xad4c1f47 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xd862c47e dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xe62424e4 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 0x01fe700b dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x09472122 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x1d346ccf dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x1d744336 dm_rh_delay +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 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 0x9d2618d4 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 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xb5a836fd 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 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8073e13 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x150c85ce dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x207a4ce6 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x33c03da6 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x619701dc dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +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 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbe0497aa dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0xfc066ef1 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x18d94b21 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0xb7acef0b md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x312f808e saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x4ce28d1f saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7b8808b6 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7dd93863 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x814ce454 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8a31b1ec saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8d701735 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9ac1b232 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb98591e5 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xdb9b91e8 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x28fd27ff saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x5c0c7a96 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x5dcd16e0 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb18d8adf saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xd88c27f4 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xfc47eb1d saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xff95adb1 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0bdbad1b smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x127a0727 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x18d50b9c smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3387bf65 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 0x63222b29 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7b17b213 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x80e4f4d3 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x814e292a smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8632a211 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x872d96b2 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x896e8726 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x94738aa4 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa6005439 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa7994233 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc38848fe smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xeca58ed4 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf7d5a5b7 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfd469bb1 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xaf167705 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x9672b3e9 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x22a773f9 media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0x431896c1 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0x5630b05b media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0x5afdec5c __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x76579a81 media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0x8fabb1f7 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x913744f9 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0xa0d082b3 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0xa168089b media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0xa6f73b0d media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0xaf99e3c6 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0xb4e85fac media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0xbbd21be6 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0xd344e50a media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0xdbd7eed2 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0xe1ebb34c media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0xe91edd85 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0xe91fe84a media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xfa2b887b cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2416f1ff mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2e175276 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x55cd257b mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5aacff6b mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x705d18cc mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x83d5158f mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x84028470 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8d3411f8 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9f50946b mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb273e60f mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb5ead2c5 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc5eeefa6 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe48ae366 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xebeb3976 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf0a87865 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf85718d6 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfeba65ea mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x072312d0 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x097b5b24 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0bc7a0cb saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0e4b9feb saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1d686c5a saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x429b82b4 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x58bb1d52 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x78476544 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x82d1a555 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8fa16841 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa1a48688 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb23f8423 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb6ed745d saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc74a56c6 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd59bdb1c saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdba27394 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdbbcc9aa saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xde1fec04 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xded1c524 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfbf6faeb saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x0794234d ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x3bc05d61 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x3d7c9c48 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4ab1be34 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xb015801a ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xe3638fe3 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xef527f3f ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xd5fa392e radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xf66a4594 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20e72280 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x23863ee8 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x371a6d01 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3895b7b8 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5044ebdf rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x59bb1a24 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5a1badf9 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5d52f394 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6aec4c3d rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x75397ab2 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x892817fa rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x99d6965c rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcaf13ba8 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd8053028 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xdbdd5cb3 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe1aa17ea rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe4dd6f88 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xee437773 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xef4c7cad ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xd31eea83 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xbfed04aa microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x397a42d7 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xc7f4c6fc r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x41fa552f tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x242fa8e5 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x0c4d233e tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xe0ff0961 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xa4ede000 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x2659dd6b tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x906026b6 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xbb792171 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xd468f085 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xca44734a simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0343c8d6 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0927fceb cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0d567465 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x19a1bfa2 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2f474cd8 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3ae353d8 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x493b67dc cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4989ecac cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5c07e952 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x61ddd309 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6f3a3266 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x71412002 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x761045ea cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x76de1b3f cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x831ac64c cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x84a30a7d cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa37cd6af cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdbdd926a cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf22eb270 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x27a7bec6 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xdb2faa6d mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x106a6eab em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x10e49cbb em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3092a624 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x31b3963e em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5e602bec em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5f68ed3f em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9337bcb5 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb2aeeff0 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbf1fdb6e em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcca0fc89 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcf1fd986 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd3001f1a em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdd32485b em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xde1a437b em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xecd771df em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf8295239 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfb56eddb em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfe02e7a8 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x6e660ed8 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x6f39f766 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x84f73a85 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xddcdc459 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x07fee4e2 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x158ff6dd v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x774f7756 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x85b55c3b v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xb86bab5d v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xdec9c779 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x060a7433 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0b403657 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x117b18d5 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1fb90c95 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2d012b17 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3390efd4 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3db1f6c3 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5e3b3c39 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x764d7482 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x971bd514 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa2232c62 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa8efbb7b v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb4b522b4 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb50df353 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb6f7544f v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc153db75 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc4c3a3d9 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc818d57d v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd5651e0a v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd5eb56d8 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd95ef451 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdb270e50 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdc04ad30 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe34c2e38 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1f3b9708 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2afced0c videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3aa8bad0 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x43f58f07 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x52280665 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x524b339d videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x69c6832c videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x70da541f videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7ef019ea videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x819f5ca9 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x840e5459 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x85f779ce videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa360b45c videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa5750794 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xabaaee92 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb079a9f6 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb95d51d0 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc3b42b1b videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd0c7ca32 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd827e8b8 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd9bc3804 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdd1a6489 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfa82c419 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfef043a3 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x61b63f64 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xcb421c8a videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xea3a5815 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x0eb44641 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x227a43c2 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x438d3719 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x6b69b1fe videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x7acfaec4 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x86c7b5fa 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 0xaba1e089 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xec7ceebf videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xee70acfe videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x56d3da1d videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x9ffa8d2f videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xe2e92aee videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x06792739 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x07372869 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x14ee6304 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1f50598c vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x26f793bb vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x271431a3 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x29aa4d8c vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2d127b15 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2e971aef vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2f3df6b1 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x32837f35 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x34a13197 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x36120f0f vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x36d88bd5 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3d22aa5d vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3e3c11c7 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3ec10474 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4819383f vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x544a2593 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x699c9e12 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x72f122b8 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x79f9fc8d vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8595b2d2 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8737150c vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8984600f vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x97ca2388 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa00f3bce vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa6a66c8d vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb1fa5e65 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc27a25ec vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc9be36af vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcb2e0510 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd2dd3c49 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd56bb7d6 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xda017aba vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf0da25f2 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf3bf4d88 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf71c8363 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x92e63267 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xec114ddd vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x1083f366 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x03bfb658 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x1b97d9f4 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x90e5dd5a vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xcef3f819 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0xdd1c3da3 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0d0c897e v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1004f5e0 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1498a394 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x20c7fc03 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2107bdef v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x21b9e73a v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4ac6c1f0 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b8e6d4e v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4e7257c0 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4fed12a8 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x59793a29 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5a645712 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6f1c6581 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x704bf863 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8b58711f v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa112478d v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa21a5e86 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaf17bd61 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb61e98d6 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc9967e64 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd1043041 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdbee3a4b v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdf6ce77d v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe096b00b v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe8790759 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfbd0961a v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfedd6665 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x3252768c i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x545749a2 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x6066b69f i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x6efe9c4b i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x7eb5c26c i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x90f032e2 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xbd0436ed i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xd5e58ceb i2o_pool_free +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x0231308c pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xb527ba6b pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd9e1a360 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x05e48c80 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x13c3231d kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x1b2998ad kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x22569804 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x43035443 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x592293ed kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x87036973 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xbdaa4aba kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x1aa8e03d lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x95257300 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xdd7ec234 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2871e59e lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4949e952 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x571a2e1b lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x62110ddf lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x7842b57e lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x8e736bcd lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb28cee6c lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x10c3d86f lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x4a903200 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x8b730914 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x80e666e3 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa37f5b4b mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xac3839ac mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xbe37ccc4 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xcdfd166f mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xec82728c mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x377938bd pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x404e830d pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7af51b03 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x95793fd2 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9a2503a3 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xaf9ff36e pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc3d3ea15 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdbfeb418 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdff75b12 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe5c96843 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf0983da6 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x280212a7 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x5ea86c2e pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x48690838 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x5162a2f0 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x8fb8ebcd pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x9979a691 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe3bf5a9a pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x03609c90 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1232c8bc rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x136324a3 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x271e1b71 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x41732d91 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4f2da5ac rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x58f4ec4f rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x59788837 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6adb9b92 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x71f5d1a6 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x79d4312f rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x99927663 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xab318b2a rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb36c006c rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb798043d rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xdb425a1d rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe3102beb rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xebdd2177 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf3cc4c2b rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf854c9fc rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xfc5d6f78 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x0a2404f6 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x290d7803 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x2b10f2ad rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x4871b932 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x64b49120 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x6c1e9430 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x73901ab4 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x807045f4 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x914ccc05 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x96a9e297 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x9a390c9e rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xbe55710a rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xf0a9878e rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x045394a1 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x063d901a si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x089ebac6 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0ea96a89 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x236cc2a8 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2b1a5aac si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x371802d2 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3c738386 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3d48e5d5 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x408a60fb si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5e61e6f6 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x70607273 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x81ae2e2b devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x830268f4 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9022ccd1 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x925b7928 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x97a4c4cd si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa903354f si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xab781f4c si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xabf42797 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xad8bdebc si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xae668601 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb01060db si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb2376c05 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbade1fdc si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbbb71ac2 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbd65a565 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc8bb5c21 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcdd397e3 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcf0aef16 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd49d6011 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd9f75975 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe48a5f5a si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf8c2238c si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x063a3900 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x1db30e91 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x409e6d32 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x692da381 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9e49f149 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x25bd6b64 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xd87530a5 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xe450a16b am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xfcb0d87c am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x7dfcc6a6 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xae11981b tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xc5d8defe tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xdbd2307a tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x12a64b23 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x361730a1 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x8fcb6e54 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xdaaac282 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x4d4b41f9 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x5914cf64 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x94cc2f64 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x9ac21f74 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb9885b46 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x31da87ea enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x473b6597 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4eda44bd enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6bc449cd enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x8ad98f90 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xae50f9d1 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd9d0a560 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x3da62a00 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x3e6f68c7 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x426a6045 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x6c140ed7 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb03ea063 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb8ae5c5a lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc1f0ca7a lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc691e1d3 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x19ba695c st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x4754d139 st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0a7a34a3 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x29e54a01 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2ec52ff5 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4ec9cd49 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x69330d57 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8aaae1d8 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9c9eac04 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa835823b sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xac812383 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbcbe19fd sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc2f1b33f sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc3b1aad2 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd281126e sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xda42571b sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe8ae3aa4 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1a88024d sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x22de40cf sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x26a9b2f5 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x582f07e9 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8968ee4e sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xbfbfdf5a sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc7946124 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd85e1395 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf12de0d7 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x4c8700b0 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x8eb000ce cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xb1992526 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x6d1b071a cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x9ee2c89c cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xe0b0834c cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x3fcad155 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x381876f4 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x46e8bf00 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x96bb2e2d cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x00bc80ae __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1c74dcd1 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x20d993bc mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x219552fc kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x32a3c277 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3557bf78 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3ba2fea4 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4019ef3f mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4d50c4df deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x54eabd57 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x56b66b2a mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5ce17020 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6b80b55d put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6d4475aa mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6dbc887a __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x74afefbb mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7ca14622 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x87e80dd8 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x950286b6 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x96888d38 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9f3c9f1d mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa1726d1d register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa27ff259 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa5673015 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa62d754d register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xab7ddbe4 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xad680660 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb873dc1b mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc3464066 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd37ed535 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd63c2c49 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd874eff1 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd892ca2d mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdba3892b mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdd4c2631 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe731d2fa mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xecc9e70b get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf0e9b454 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfc70550f mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfd56a60e mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xff0f396d get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x20eb4c1d register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x87c399c7 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xacb8d3ee mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xf5a654ad deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xf9b33776 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x1d9afaeb nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x778fb8bc nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0xf609a6c7 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x52fdba42 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xfff54a84 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xc49255c4 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0181f6bf ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x04f44ef1 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x08db0c88 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x327ac9f3 ubi_leb_change +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 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x83602a6c ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb004fad0 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb773d7bb ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xbf1e1c7b ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc60b13c8 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xca5e8e06 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcc8a8e2a ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd515c535 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe8e53b65 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x3636135c register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5abe0707 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x65b01025 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x6f6af96e alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x85dc7c5b unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xe4437c83 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x046a85e6 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x125f7860 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x1e4b7896 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x3622b1c9 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x45cb5cb7 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x521bc0f4 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x58cfbf82 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x78ea16d9 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7a07b2b6 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7c177b76 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x8c7c42ce devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x96bcefa4 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9e708747 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xab0feff9 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xcc9551d3 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xdcee28c3 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xde16f0f8 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xb564a716 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xd363ee3f unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xea46feab alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xeaa71a2d register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x07b3a3eb register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x26f8a0b5 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8ed1dc21 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xc597dcf9 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x002f954b mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0286572b mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02e41464 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04b786d0 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07594235 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0adbc318 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0bcad8a4 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0db6a8f8 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e61feec mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e825b33 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11f8e12d mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15b8d7db mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1615b4cf mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a7e62e5 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b21a1c4 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x202b692c mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2104db9e mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x216a546d mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22a7d545 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24a2fd14 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x275afb93 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27e6c637 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b926f94 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2bf1a144 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3805f1da __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x387065fd mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39ba06d6 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f93803c mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41235072 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4157f3d7 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49879a81 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4af31443 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d886f04 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4da2c0f5 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e5fb1c8 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51612d11 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x522eddd6 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53e7e8aa mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54112d70 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57a9aee5 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b520b22 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c04aba3 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d045436 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d42c2a8 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ef03237 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64dfcd30 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66456101 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66f60605 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x694f51bd mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6bc7bf59 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c5798b6 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77a16841 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b8d2db2 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bab1284 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e7d7fd7 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81d5cedf mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82ff780d mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87fb54ab mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88403bac mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x934b6d80 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99dc2a94 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9af604ba mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa025edb8 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2e20e30 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5bc1991 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa47b17a mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaaa2ccab mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf60cd5f mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9a1a6c9 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9ad60da mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9d02826 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1809493 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3ec8c06 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4ab509b mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4e6dad6 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc50fa910 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc70e3d14 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc87b12d3 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc91b1193 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc944f5b8 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb94f278 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcecdb996 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf92f8cc mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd357bb96 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3bb03eb mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4d8c643 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7cf158d mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc7fe488 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf14e057 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1a40368 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6aece2c mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6b6ccb6 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe86880fc mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe8c470ac mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9c44cdc mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea46a628 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb7f8c04 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecd83a65 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf041c084 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf28041e4 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3ef8229 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf71a1ec1 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf78a7021 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7aaffd3 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfeddbc03 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a8740fe mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0da2b6d2 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12b5054f mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c2c6c15 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x237934f8 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x303a903c mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ff17514 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x436148bd mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52b791ca mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90aba03c mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97918ecc mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d50ff56 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d9bda94 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddda65be mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7edd1fa mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfeb21d6f mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xffb7305b mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x42d8413a macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x7caf0760 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x8b04bab5 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xc5a5ac67 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0xf0040e31 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x4b35ab2c mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x37b35f3d usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x394dbe3a usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x6ab01235 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x759f1122 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x8933e66a cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x99120445 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa14b744a cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc7ada3d7 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd9ed3af2 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe6a4a8fa cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf59bfdb6 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf5c2589b cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x1e558191 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x426258d4 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x5b56e0d5 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x67c7beb3 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x8fe2f6d0 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xfb1a68da generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x057a6e6e usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0a9d0812 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0ca79b00 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x13117d98 usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x13d72384 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x14c13481 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x18ee02f0 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1c45b40b usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2c8a68dc usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x32b3098c usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3bd3b31f usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3e2fabd5 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4ed4cf16 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6a1916d9 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6ecda623 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7ea4b933 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x86b0343b usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8dcb4957 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x91cb276b usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9d029f4b usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa95e0328 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaa31f6ac usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbea3e0ea usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbf0a4493 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc148da80 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc697fe89 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc8c2da66 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd28983a9 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdae19787 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe587b7d3 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe9b5c823 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf10c0301 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x14763e74 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x15f5e334 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xaacdf63c vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xc8d34e01 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xcdfccfbe vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x0938a289 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x0e9a6e55 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1263d05e i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x3c212d0b i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x3cf12d51 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x443d3be1 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4589f802 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x467fe479 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x72d0eb3b i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9b346da1 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb3a67d0f i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb982dbd0 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd661522f i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xeff007ca i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf2a1f79b i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf48c484e i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x168344da cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x390d5c58 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xa2014e51 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xe8a31283 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x8b893337 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x05ce0299 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x1a07fd57 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x216d0bd4 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xba6cf347 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xf84c957b il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d556623 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0f8ae94d __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1291ef1b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1ac36ff0 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x21e96b6e __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3d548dab iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4054a499 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4350165c iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x56dde548 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x65360be2 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x81e22e4b iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x82b5444f iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x84cf0851 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8694822c iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8df58b91 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x962d5e71 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9c52ff47 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa11edb63 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa9cdbe23 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaa6d08eb iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xbbd35743 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc67c31ed iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd81a10ae iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe2391d73 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe291257e iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xfd91f7b6 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xfdb955bc iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x38893eeb lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x3d1759f0 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x3d98b8fa lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5989933e lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x75130859 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x760399d8 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x79e23916 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x81850586 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x91385f8d lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9d467575 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb8030f1f lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb95771f7 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd8c288a1 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xe9ca6840 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xe9d12069 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf13c4ec1 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x0a2be12b lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x2dcf4fd3 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x44f2ffc3 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x89dc2177 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x92f5be48 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc32eda27 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xe744a879 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xf80214ac lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x30d3bdb1 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x3c6cbe87 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x42abbc59 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x6c5ad1cc mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9bddc09f mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xa812fa94 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xad60645c mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xae9e735a mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb4e30d0f mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xd3829426 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xdd49bb9c mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe859b727 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xeb2fde30 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xed6319f7 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xed78e749 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf3744ae6 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x027bbd6b p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x3857fbb3 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x65b50b25 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x686ccc1e p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x820069d9 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x9c027559 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb9cb03dc p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xdcca4382 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xebe2cb00 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x2a463e45 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9692172b rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xb9e9f9ca rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xec6465f4 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0c4227e5 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1789ea56 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x190b5dc6 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1af899b9 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1e37981e rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x24651f06 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x28a01e7a rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x352ad8c9 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3a646e88 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3caa43f0 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3f4941d3 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x407310ab rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x41798ade rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4898dee0 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x48ecc7bc rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5435ed37 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x576fd4a9 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x59910305 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5e9a2058 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x613c2227 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x68a31980 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x725ba309 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x73d05b80 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7a143100 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7bc8638e rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x998423cb rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9ff9d3b9 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa46244f5 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa4a9ac7b rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xaedcea44 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb60e8c79 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc44ab744 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xca7781be rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd7e958f4 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe5e9f196 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf2b5aa81 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf6b393d5 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf7525045 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x23c4d76b rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x341ea657 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x3b12a03f rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x470c6314 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x4940bf29 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x796aa569 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x83586731 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x8cd0bc95 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xad41930d rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xada124d2 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xbc7e738d rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc8658781 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xf89a082f rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0ea55ce1 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x22f80db4 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x235226f5 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x31ab823c rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3a0ac425 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3cb40fea rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3f1bb7a5 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4138429d rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x435c17a8 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x44a2c8d8 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4a5c27c6 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4f175dbd rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x57697c6f rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x58967254 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5c2fe548 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6021f872 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x62f6f25d rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x723aa57c rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7f405bf6 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x809d3bef rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x83c6a885 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x861fb88f rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8d126d1b rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9682215c rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9f8b54d9 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa0b90dea rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa2ad3a27 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa3011d7b rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa914f9bf rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa97053cf rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaabc1152 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaad6b0b3 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xabbee1c6 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xad423b3c rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xadaa2f03 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb6102610 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcc5f0d39 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcdc61ab8 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd1a9b1f6 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdd0ac4d2 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe3d9f650 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf726078d rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf7c9dc36 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfa23ac57 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfb86ce1e rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfc006720 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x31132e05 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x5c4d2324 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x6c99082a rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xe3047819 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xe59f2c3d rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x71594412 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xc0966abe rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xdde9e27c rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xe11515d1 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x02c22f87 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x0856b9a6 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x0934541e rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x0d16a131 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2b1c44f1 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x34cf7371 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x481e2137 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5b82d1ad rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5d41d7b9 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x70c78d58 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8b2cdf71 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xaa1b2deb rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb76376e3 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xdbd00553 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xe3b51f52 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xfb66c3d9 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0d6a0fa8 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x31489099 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x33b82f97 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf5116104 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x08a4df8a rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x10b4ee7d rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x12e64893 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x17477bad rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x20324e4d rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x34b642cf rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3d03c29e rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3e1c3aca rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4855169b rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4a43940e rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5cc14662 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x656cfd27 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6938989c rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x70dd5526 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7a3d7bdc rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x814c1b7f rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x894318c2 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x914c439f rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9e0fda0d rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc4e2e46c rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xcc155f27 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd0caae07 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe0f1527e rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe858d631 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf1a19e1a rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf39a20b3 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xfc410af7 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0310fb28 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x03241f0c rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0b34284f rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0d0b6636 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x1c73226e rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x20cfd87a rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x4f48d07a rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x61decf0f rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x64eb1652 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6b630a26 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x920ac038 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9ab10b92 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9cc87898 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xa49ba362 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb595b660 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc917c696 rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe31cdabd rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xed61c748 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xeb37de01 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xf5033b68 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xfb0a171e wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x05f422b6 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0c5ff887 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1819db15 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x18e560d3 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x194387dd wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1ed52145 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x25b2c6cf wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x27a77027 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2b4184fc wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x334641c9 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3f9b68ba wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x420a71cc wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x437a22c8 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4bff732a wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4f27db7f wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x597334e8 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5b0e3503 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x61371f5f wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x61779ca8 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6985b1b4 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6ca257ab wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x73ffb680 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x83d1cd59 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x84eac2da wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x863e67fa wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8723a1b8 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8a6546cc wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91da5146 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x95bef721 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9d95e23d wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa71f53e0 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xafe2f94b wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbcd98d28 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc2f40cac wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc75e326b wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcec5f56b wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xed9629c9 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xef3f3737 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf5563741 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf6ed811b wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfca9820a wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfdf39215 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x553c5674 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x979b5827 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xfdb9cde1 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x0b716dc3 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xacf60763 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xb067e1ad pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x453bb72c mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x79252cb2 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xcf3aa402 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xcfe66723 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xea355183 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x784d043d wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xaf0562b8 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xc5ad4d2b wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xc88a720e wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xd738b7fc wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe8d4f520 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x7c70eb93 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x04747d5f cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0be68e22 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0c9e0dd2 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x109b97ee cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x25fbf15c cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2845ad9f cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x28ff3995 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2ebb9dec cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x336f7fe4 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x34e18fed cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3ae22264 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x458f735e cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x48c4c6b7 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4ba64e0c cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4e66b2d9 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4fac6be7 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x58e73b61 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5aa18710 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x60d485be cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x65656ee8 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x71b9abc6 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7346bf0c cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7850bdef cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x800ecc06 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d03d391 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x914b7f1d cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9371b49a cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9453d724 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x97c8fd60 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x97dfe326 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x99947f6a cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9d6e29d3 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa009c9c4 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa8a57565 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa93b977c cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb7742ccc cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb88cf98e cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbf4c3a17 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc4172dd6 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdf8ed8f4 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeda39633 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf10b0ab2 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfa2e1e67 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfe77283b cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x4bec16c4 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x5cf83983 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x9554230f scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xc6967ad7 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xe05b2391 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xe32f160b scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xfdb7b505 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0519a0a1 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0915ccd5 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x11fa39bc fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2dc70a84 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x44d31d8d fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x59bfb462 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x62a95079 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x89e0e5da fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9ace54bd fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb9b3d1e7 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd2a2b18f fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd37ad9c4 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdb5dd4ee fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xecf32f3b fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf365f44e fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfb503f58 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x04a3df4b iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x54f1dfcf iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x72ff16d8 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9714d5c8 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xac0c9b82 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb0994483 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x04202226 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0de2919e iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x124a72ac iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1d503022 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2116b758 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x282c7ddd iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x28972e0c iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x28f34ac0 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x327b442e __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x33853946 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x34312831 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x405f46d1 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4a05e1f8 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4a7cdc34 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4be1e72d iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4ea65ee2 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5577aaae __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x62abc6c7 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x63eafefb iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x68bfdef2 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6bd63fc8 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x722a7413 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7397b9b9 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7a6b6716 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x803a7ed5 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x83a0f68e iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8579ffa7 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8ce57ee9 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x995d0cb2 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa7520f76 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaa072671 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaa7160d0 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xada9b52f iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb4ca10b7 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb5f45858 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb8c56cc8 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbaec290a iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbd6e4ec6 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xce8f2423 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd43ff3e6 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdeb336fb iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe7ef2b4d iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf10e50ff iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x16e50541 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x17b1dfff iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1f2eb407 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x27aee8b1 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2dcc67c1 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4586506b iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x59dbbdcf iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7026dabe iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x78f23124 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9ba77792 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9c3b1c96 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa20c085d iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xad6ad83d iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb5f111f8 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd2bed9fd iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe56badc2 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfc837f09 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0d6be96b sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x10fe8bd6 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1795c20d sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1a7f78e3 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x25599be1 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x26197a19 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x27b92269 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x35d4472b sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3b25e1d6 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x52b3400a sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x58ed6ef4 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5a9ea0c0 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x61c123d1 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6232daf6 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x64ac1527 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6c218274 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6c5dc5fa sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6c8b94f1 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6e70b5f2 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7fb41a82 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8bea59e6 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb3ddd15c sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcb2183ab sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd11ee303 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe8c8c11a sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x294a5b66 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x7a201b2c srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x81f52e71 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xa8aaa158 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xbbe05a6e srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xbeaf4100 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x00b89aad scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x015379f3 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x36408154 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x6a73365f scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x6b6c469c scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x8be0a3a6 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xc344e17f scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xec168177 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xf962184d scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0254a9f6 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0bcf20fb iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0ea9d330 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1440cdf3 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15f52dd1 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x194f827b iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2560d1e1 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x29c3de7f iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x325764b4 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3f7ca97e iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x40428097 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4995a2c0 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4b6d6733 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5804087f iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x645c6b16 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x64e02c31 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x75077bdd iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7c131fea iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x80c7bc6e 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 0x86e0a468 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88d7dfce iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x96d3a690 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x97e55fa8 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x99577335 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa0b0f4c8 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa87b6af8 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaac204e4 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xade43393 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb21cde0a iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbde042dd iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbf583e4a iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbff99f21 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc0175999 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc806b642 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda0932db iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe321668f iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe7fc0706 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf4ad7b80 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf5ec2445 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf8a5cb60 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x2c9e1161 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb64cacf3 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xf0f2905c sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xfd09775e sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x51d754a7 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x7aa0e11d srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x939ca0e5 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd6c3aeaf srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf8e5451b srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf958060b srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x078b4a9c ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x1c171c5f ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x20b83828 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x528181eb ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x78067f5f ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x7e05e144 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2d4a878f spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x557aab32 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x622f3895 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x716a4cc7 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xb2d9c63e spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x474fcec0 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x5ad63a89 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x62db8568 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xb2f20328 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xb9823802 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1b50ba6a spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1be30b84 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2f391b7b spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x355a33a2 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x44b49477 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x70d28a2f spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x87a41877 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x916ad212 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb2f64e39 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbb5bcecc spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcb514b34 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xce1d1055 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd9826976 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdbe380a1 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xeecdb454 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf9ec4ba8 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfb59bea7 spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfe76b3e1 spmi_register_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xe7fa61f0 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x00410b7a comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0273fbb9 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x039cb730 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0ccc9e21 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x17191c4d comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x18a1bbd3 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1b293055 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1faec275 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x24b07ef4 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x26886843 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x29fe3f98 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2bd66272 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2c3aec60 comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2cf4a806 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x49cbda4a comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4a65097d comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4e80d35f comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5ac337a3 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5d4bbf6f comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x73539b20 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7b05d7a7 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7f7ce060 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7fa50e4e comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8afc62c6 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x94004e68 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x95f1dd5e comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x96f9456a comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9ed06aa9 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa6ea173f comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xaf4e8015 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xaffca847 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb35a542c comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb8fb34c3 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbacca89d comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbe6730da comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd8f36707 comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd979bdf1 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdc7216dd comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdf150e72 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe26f5fa3 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe40ae548 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe5b30596 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xea6e04f8 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xecce1905 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xedec9bed comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf004e7dd comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf621e8e7 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xface2a1a comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfb1fa754 comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xff38e82b comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x294b6e33 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x7cbae0b8 subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xd7b6e1c1 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0xc2eb8f2e addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x88f8a997 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xa3440410 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xf2f69665 amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x181778c9 cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x51dcb3e7 cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x5aa05bfb cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x63aef72e cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xff41968d cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x3f61b5ff das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x032216b1 mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0ceef884 mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x13974ee7 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x149ec573 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x347d93ee mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4d0ed2b1 mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5401316a mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x55841762 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x709da492 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8f1c6edc mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8f365f2e mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x917a104f mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x950676cb mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa137a1e7 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xaa2fecde mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb07e21d3 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xbdf468b2 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xd42fb9dc mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xdaaeecf2 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xdd045439 mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xeb6d789a mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf1a2d158 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x5082c9dd labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x24bae30c labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x473753a5 labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x5a807cd0 labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0x9d9675e1 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc_isadma 0xf5e6a6a2 labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x90c1d85e ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xa69fd597 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xaad4ac8b ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xad8ac27d ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xb4aca3b8 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xc861aed5 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xca94e1b1 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xcded2ec1 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x0dd3c0c4 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x34d8bede ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x603a62b4 ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x7ed550c0 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xe0814726 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xfacf14e5 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x24b3bdbd comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x795f6fb8 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x7efaf343 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x9a852413 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xaba34b2f comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xb9705a2c comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xe900cabc comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xcf6e4c17 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x07d4d38d spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x07fec771 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0ef1d765 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x31fb9b28 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x51db951e synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x544f26f8 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x593f6136 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x69bf00cb spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x88af0c4e spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8f5ae9a8 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb35aaab9 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc7c686db synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x1f539980 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x7348ee21 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xe4e739d4 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x7dd5fb16 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x97357070 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xb8f67527 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xbea18a57 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x13577878 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xdd940173 dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x15c2333a usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x17042140 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1786c047 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x263e7a6e usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x29bf8a99 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4daa45f9 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x583360f2 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6367b42c usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8396d0bc usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x860af4d5 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x885b595d usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8c6ff938 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94cb85ff usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9cf89292 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa5b5bfd2 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xafe4b174 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc10d733d usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc34fbee1 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc6d3e6e8 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcb03e2d2 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcda51cbc usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xce1ac15f usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2a9e75b usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe04c9e40 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe5ff7152 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xecb095aa usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf321426b usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfa71ea30 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfd6be0d2 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x1105bf4c gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x11c72935 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x14625e22 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2456237d gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x2908b813 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x39963a54 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x40594b87 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x88fee6bf gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x927971fe gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x9f9070b5 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa45c08c1 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xb576a2b2 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xc4eaaa34 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xde907bd8 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xf5cfdbb1 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x238d7f4f gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x88307138 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb9c516c6 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xce29ba00 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x15508662 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x1618b6be udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x38a2a298 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x9d087b91 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xb84bba2c usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xde7f0aa0 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xe7f0b761 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf2f67032 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf89cc3ce usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x2b94e975 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x47ea7e38 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xe33bce79 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x138f3564 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x15c9bfad fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1eb55d48 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2ee544c4 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x5d193598 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x63c98893 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x70b249b5 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7979fcd2 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa1734a1d fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xab185ec6 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xac7fea8c fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xce60f940 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe7e66c0a fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xedd0ec48 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xfb71d578 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x6b40b2e6 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa4bc3734 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa622c9e8 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xdcb995a6 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x48271165 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x8a934b97 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x05ecbd25 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x28feec63 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3117cafc ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x8ac2b7bf usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x9c8776ea usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa3a3f0ab usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xee6fe968 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf5e86ddb usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf8f2a52c usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x4f68d2ed musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x4e251e6c usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x5ebbf706 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x678af042 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x8a3a8559 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xda8b5005 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xfa68c292 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x11c30100 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x1f8ffd2b samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x236be1ba samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x426b2bb1 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x60f00f25 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x6b0b8404 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x75decec7 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x873c6ff0 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x041f4a90 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0cc2a3ed usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0fea740c usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1a731971 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1a83f98e usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2be3c00a usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2efa8e03 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3d3b8292 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x470f2c13 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4a17e7be usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x532d53c9 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5420e9d0 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5f9f664b usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x634fb62c usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6b04b639 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x767dbdff usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x785b81fd usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7877efbc usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8f711900 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9800af26 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe0696baf usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x045e38c3 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x09a5ec73 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2548d37b usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2bb4c8c2 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3175a882 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x589b5bf1 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5a784e3a usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5a995373 fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x61622201 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6a38928b usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6cc1803c usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7081356f usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x75aa01cb usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7d6a47f4 usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8ae945c6 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x94a4f336 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9b1db398 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb164f390 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc3425acf usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd153160b usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe24d3185 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xebb88c07 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf2987ed2 usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x05e22d51 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x2ba2212d usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3e5a21d8 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4340facb usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4ecaf522 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x842c576f usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8597af43 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8f4a3fa1 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa94b1733 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb6718e28 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbafdf7d3 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf375c7d1 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x4bfd1f29 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x715056d6 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x7d9ad2ec wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x8eb0659d __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x910bce2c wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xc543b60e wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xe2c47b42 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xee46def2 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf4654c3f wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x2f36328e __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x42213f99 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x423deb6c wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x435a1f30 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x4e031217 wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7c1715f4 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7d10dab7 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x85de7268 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xa3a5d00d wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb551f5e9 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xec9226c2 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf768f3d5 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfcd2cc97 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfdfde4a1 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x0d4e8246 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x981fadc9 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xbaf90dce i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x368d7336 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x511c1954 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x5d24c30c umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x908fbf3b umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc024e2d2 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc7691bb1 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd0df5e4c umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xe9452c5b umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0912b149 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x09351ea5 uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8aad57 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x123582fc uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x12510e7f uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x139d78ba uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x14e63779 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x24e007bc uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x324816aa uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x38b50e12 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3c6cd6f2 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4898710f uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5183ef68 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x53bdcf7b uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5bbd2ff2 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5e4bc088 __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5fc09cec uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x676afdf8 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x73ddf2ca uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7dcfcd23 uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8a55168b uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8b9019a0 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa26b80ea uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa583d261 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa98b36a6 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xacc18b1f uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb4bd1603 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc1b2105e uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc1f3fdc5 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc5d1a6ab uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc73cbd95 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc8760964 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc952031b uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xddd1ffc3 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe1716f06 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe3b6f888 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe3f6979d uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe93608b3 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf0a84f19 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf4ef8328 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfc0645d3 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/whci 0xa772e46b whci_wait_for +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x11d488a7 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x11fee7b7 vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x21684a1f vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2af8b808 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x338f5b80 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3bf09b9a vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x41110600 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4111ce39 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x50eaa053 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x56478f83 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5dcdaaac vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6923bcb4 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6b621feb vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x71c1840e vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x74e944eb vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x767ab943 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x805ab6cd vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9289a7cc vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9a47564e vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa453d710 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0f81e37 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb48e94bf vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb730dab4 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbc1419ac vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc1b96ec3 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcd9014a6 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe0f09f61 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xef3f3890 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf7ad0984 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfbfb4beb vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x010d6bf5 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x02668aed ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x0297f2ef ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x11662faa ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x36d03067 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5f2aed8f ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa4e1c965 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x06b43b72 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x496cfc04 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x528d9710 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x7a6c4232 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x8074808a auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x9a59cd74 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xc3e9aa55 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xdb348d61 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xf6859c8b auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xff141aa1 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x92d511f8 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x09a0c61d fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x79d441d5 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x3c7c07f6 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x7f6b18dd sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1645527b w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1e5f7e7c w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2bb83835 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2cecaac8 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4c42a667 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5f913a9f w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8a36c7bc w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe21ac4e5 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf2b90212 w1_read_8 +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8088c110 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xe262bba8 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xed1ce48b dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3353e1d5 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5e88597e lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x65b76590 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7ab23d49 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9985fa9b locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xdb6f953c nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe88ff454 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xefae13c9 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xefce0559 nlmclnt_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x030ddf23 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04249966 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05450f13 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0598ee75 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x078e7683 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x089440e3 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c3b5144 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10f4e8b4 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11d60acc nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x146f5544 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1542cc89 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18155623 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x181b746d nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18e1db35 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1fcbcae7 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x209318ff nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2320147b nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23f97808 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26adc0f1 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x283e473e nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d620228 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e7d3b26 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31872e5d nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31d702f5 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33ac06df nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34698c69 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34ca5463 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x385816f0 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d012eb0 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3fec3918 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x404898be nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x406c0dd2 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43fb30c8 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47c960ea nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a2758a4 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4eefaacb nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52599da8 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x525e6401 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x548f96c1 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x574ba9f0 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a874cb9 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5bfb27c2 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c3c5cf7 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f7b904c nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x616e93a1 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62b0f8b9 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63161612 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68007c90 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x691ab97b nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c8e81d4 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ca63598 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d3bbba6 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f010bb4 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f5328e7 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7083cff9 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x723dd506 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74135f72 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x741a14c3 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b79d1fc nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x848f9398 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85488542 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8848bb72 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8bb8f721 nfs_file_splice_read +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 0x94a92c5a nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96924011 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97e8ff71 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x991f89e0 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99d8f7c6 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a321a8e nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa019b068 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1e495b7 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa25d2117 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa62bc1a2 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6be6df1 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa81c560c nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8277455 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0a41611 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb151a677 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3e83647 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3fb38a1 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb42667ee nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4a3c3d6 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5a0939e nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6c290b7 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7a40e3d nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9d778ba nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbca44998 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbdb21bee nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe671542 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbee7e11f nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0e31b29 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0f1b21e nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc16e3c98 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2ec7396 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc49ead33 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7af5ab8 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc9f78751 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca07e72f nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd6ecf4f nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7e7e35a nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc242185 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0ca4e96 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1cdb922 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3693ae4 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe61c7071 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe63c16f0 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7d2bfdc nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe859d415 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe96c5f3b nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebf55847 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xecba41af nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef717821 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef750b95 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4f36cea nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6bebab5 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6d75607 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf95410da nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa932ad9 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfce0617a nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe380845 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe7f59c3 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ab04c30 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b4366ae nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x117f2139 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x11bda27c __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1484a5b9 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1b287cfc pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29a26c7b nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c24b772 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32c131b0 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x34979d03 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a99c5b2 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3dfa4ef7 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x457d14e9 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4a893b20 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b131a96 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c752dba pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x55e394d9 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x62e836c3 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x665fa50e __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x670ba5cf nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6f2c6a21 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x79636dd5 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a5b13f0 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x812efc6c pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x89ad941b pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x89fed023 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x937b418a nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9c4420f6 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb88181ed pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbc169eab nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbd0f1bd7 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3045c9d _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc613edd2 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc712a5a7 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc77f2c9d pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce859364 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd07f02a8 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd3320d69 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd3817f16 nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb813e84 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe26d06fd nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe3c0a2f3 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe9fc29f2 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfd9b854c pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x02965374 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb0d3c8c8 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x8aef4fff o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa5df7ca8 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb43fea35 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb89570b2 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc1890b2f o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xdf45351f o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf5bf1809 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x37b5241f dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x738903aa dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x76bbcd92 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x94bf7391 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xaae87c78 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 0xee0f5af0 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x2771f99f ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x32efe74c ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xab63042f ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x3d535983 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x74653950 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0x995a9769 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x96b0e811 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xa1eac027 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x43192507 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x5d946664 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x7a93fef6 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xbf25c9d1 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xc860d13b garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xd7b97a49 garp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x32da89b9 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x57c5080b mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x6022d636 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x976e8cae mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xb26b28cc mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xc638c24e mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x1282aecf stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xab41daaf stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x8c4a9ca5 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xcc597990 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 0x02c26efe 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 0x1134a2e5 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x79e1cc61 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf1e5f8ad br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x10fc644e dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x13c7db77 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1f4eab39 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x20445a3d inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x26a345ca dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x38d0adb7 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4274900b dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5c83866f dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5d7642b5 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5d9fb29b dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6a98efdf dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6e375083 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6e7e4c10 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x70a4b511 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x786295e0 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x93621644 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9b69b3f4 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa09d8d45 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa27d66d4 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa38bdac1 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaa6a7c73 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb4cc7139 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc0b7b890 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc300fc08 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc6b6a612 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd07ba9aa dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd956da7b dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xda25db3a dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xee5a523c dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf1ae198c dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf8bec850 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfa49651c dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfc9a92b6 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfdc22bc5 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x0d326dec dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x47fd028e dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x65e18a51 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x808c13c4 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x96f0a812 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xdb006f23 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1efb3480 unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x60280df4 register_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x0b670b4f lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xb02592d0 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x5f2167fc ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xc1c01391 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xc3876b2d ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd58dfa29 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd8f5423d ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ipv4/gre 0x7d5dbf1e gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb341814a gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xbfd9b02c gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0xeb8c131b gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xf56acc6f gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x31e52dbd inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3a5c59cb inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x4dc05bba inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x67c1fc7d inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xda29d61c inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xfe49a62a inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0a71ff95 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x19a49603 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x33a70552 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x47eee886 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5bb30afd ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x80015351 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9d9f1077 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa369d8fe ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb8325f66 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc1309e00 ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd1e161b1 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf4fc698e ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfcda1b39 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xa5925997 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x0ddffaae ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x310b4015 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x6f002101 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0x9678f74a nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x167f1001 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x6efaa26a tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7ce1a13b tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x81663856 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xff63e2d8 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x1b71c9d2 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x20d81555 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x3cf935d4 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x85658dd4 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xc4b60d89 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x71e08c16 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0xa0362c27 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0xdd9df856 nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x5140b339 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x02769f36 l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0bb0e120 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1043778b l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x324333ce __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x35a651a8 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3d33aa10 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3f4e19b4 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4e90bb6e l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x512ae22f l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x66ab15f3 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6b002e2b l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8c11ecae l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8c6756fa l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb9aa5dd7 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd11d2bf5 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xea9ad6a1 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xf4ff3cb2 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x08ac517b ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1d756114 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2f101769 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x689c7744 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6bcb362b ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x72e470ca wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xaf7a5fff ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb536f06e ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcea86e42 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd10e9685 ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd7cbd157 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe657d9de ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf1d8280d ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfb9385e5 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x19d19d03 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x31ec18c1 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x35fe644a ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x42c5ef89 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4671c375 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x52f417cb ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5d0d53ac ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x613e7b4b ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x70a601f1 ip_set_type_register +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 0x90d2c43d ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9effa4cf ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa9931485 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb1b16d94 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb54f2013 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc944270e ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x073e4705 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x0ae9adff unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x87ad073e register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x97bcf21b ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x019e1803 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x038c0d5d nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x04c102ed nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x08ea6f6f nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c91ff23 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x15cd0f56 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1647b26d nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x194eb411 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1c695e1b nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x227f32a7 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x23d932e3 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x258540ad nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x27a2c715 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28365869 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2f402206 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x32b04a89 nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x348411af nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x378ca856 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3b0683e6 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x404500d9 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x41343260 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4bfb6196 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x521891c7 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5230310d nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x532a2eac nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x55e185e0 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5dbd08ec nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x688365ef nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6d932969 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e602ff0 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73043348 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78c85f3c nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78e75103 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x79cd0314 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85ebe82c nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89f4c9f9 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a374719 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a66c4fc nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d3c4049 nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8dd093e0 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e9b1157 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x913bed4a nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9147c09d nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x970b8dc4 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97658f66 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b8329c0 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c2a53de nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c97f595 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9cb2b153 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa30d8fc8 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa95378b3 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf2b268b nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8d33603 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbdeaaacb nf_ct_l4proto_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 0xc51fc01a nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc611c82f __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xca88373f nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce7bcd6f nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xceaffc48 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf02ef40 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd299c4ca nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda0710f6 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xde5ffc8a nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe1f01daf nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe2642dd5 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe61bb111 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe954c40e seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeac8493e nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed1c076c nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed4b209c nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef6707de nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0cb994e nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf210ada6 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf7b475f6 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf7d1c02d nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfb378091 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff40b965 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x8ff7708a nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x5e398c37 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x61290659 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0d51d53a set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1696d314 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x2644e442 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3c712a51 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x5172ad9e nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x71bed302 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc042c071 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc4aee803 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc65eb6ee nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xdfe383be set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x7d317691 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x397e73fb nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x80b7e281 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xde649869 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xed6a927b nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xb57b812a nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xeaea0941 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x12bdb464 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x3eaaccbf ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x56dbfd40 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x76602f49 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7d6f827e ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x958b21b0 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb82e1a4d ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x5bb3b90c nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x698af240 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x023056fd nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x20544c4c nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3506e5e5 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3f5b6e8a __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x77991acc nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb7800a4d nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc126c5e0 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe476553a nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe6f0b336 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5f339439 synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa1e985df synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe8347fa3 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x16635b9a nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x17b1b0b2 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x23a6a352 nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2e538f97 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4c9a7741 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4e7ad9a7 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7d859f85 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8a3c2013 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x98d810df nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb4cfac87 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbf556f0c nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd8e7f91c nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe14a57db nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5abe3d44 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x6b2f9575 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x76ceb5c7 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x7e3642fd nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x9f5e7b15 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb94f4d48 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd7d946af nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x027fa67e nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x347bba8c nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0xc9e1ae36 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x83850eae nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x9c6a7055 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xde4ffdc8 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xebff0388 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xf4d1348e nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xfa5a07c7 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x250a1862 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xb263c74a nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0e03a866 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x13db183a xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4132ce57 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4c1632fe xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4d4604b5 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x537ec0e6 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5b07cd96 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6e5d7dc0 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6eb93acd xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7e2dd5be xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7f865b38 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9f82241d xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfb418535 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x00204983 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x482b6a12 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x27f140dd nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x60d42c2c nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xfb7c54a5 nci_spi_read +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3e36149e rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x4432a28d rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x4622b59b rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x5a16082d rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x5c08c7d5 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x62ca7c49 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x675c3cdb rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x6ac3863a rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x716fb4dd rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x773e1a0f rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x8a52110c rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x9caf6364 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xa9e38172 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xa9fe0d0a rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xac0d8332 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xac4ea978 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc5d77454 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xc685d836 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xc82b54ff rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xc8df6b6f rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xdbcc7a97 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xe287b50f rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xea490e0b rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0xef182c25 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x9a73c463 rxrpc_register_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xaf0f2284 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x292087aa gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x965c0d8e gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xcb9ee0a9 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01b063aa rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x023c5c0b xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02a5deb4 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x039e65c3 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03ef3b7b rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +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 0x0660b0f9 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07af67ef sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0819e84f sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08e05d41 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a86643e svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bd5b07a svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0dc788cc svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x111162d7 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12bd2a7d svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x152a801e rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17763268 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18e663b7 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19a61cef rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bc2990f xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c7a44e9 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cea3f72 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d3df11d rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x206374ff rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22131354 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22a7f280 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x231d6129 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23cd545a xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2421a284 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25282736 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x258a155f rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26dbaeeb rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29c459cc rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29d452b4 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e0a5066 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e2c4c2e rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e65227c svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f94058e rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ff42349 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30c4da33 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x326c0f00 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32742605 rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34155f90 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35448c65 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35a13d71 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x374ee6c6 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3932ce04 rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a40aa70 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a557262 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c59837d xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e8f0434 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x410fb223 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41e40ef0 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42fbe908 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4398883a xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4650f8ef rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49a10eb2 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ac0babc rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d78c86f __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d9df167 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ef29545 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f4114b4 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55d68a61 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x569cc53d gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5710ca10 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x581645db xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c1e6c6d rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c71749a xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61df415f rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62bb18be cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63da43b7 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x644f465c rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64c8e163 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x650c5328 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x678ab3b9 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69210e90 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69a70e0c xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a7f7391 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b5ddc00 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b8fd9fe auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b93e71e xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c763ee6 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d111d21 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70eb40f2 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73148161 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74dfb17c unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75bf8e8c xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7708ced9 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x774e421a rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b1708b9 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c23c28a rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ec9012e rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82d920b2 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x848d8b4b rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87c20dec svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88afef43 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d37cffb svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e87e107 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ef02165 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91c823a8 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93167747 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94303860 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x946382fc rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x956b3996 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95da455c xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96ef6180 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9795ad6e xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x979b93a1 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98a8b2a5 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d14c36d svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f972808 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9faec18a rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0b3c834 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa16ca9c5 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3b21d8f rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4a5f7f8 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa80e8466 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9247532 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa1a9c38 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab4e10c1 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab90a34a svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac110c15 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac4a1781 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacd0091c rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad58f243 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf15ba07 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4a0476c xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5a7cb4a xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb98e3fdb xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba2cf5a4 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba7a6997 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbab139f3 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb8826e1 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd03168a svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc11279cd rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc293f6ae xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc413f130 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5273f59 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6d12954 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6d21142 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8112b82 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc94f70ff xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd7f7b4c svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd9cb4c7 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcdbb5458 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xceaea427 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2416f12 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd44d5de5 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd62ef05b rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6fa55ec xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd777d7dc svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd86c4578 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9cc2e00 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda70c4cb rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc0ed240 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde83dafb svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfd12a22 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0cde7eb svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe10f70b6 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1472a01 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe18b52ad rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe35d3a39 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe49e7d17 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe507e742 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5235a93 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7acbc77 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7d63780 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8fea078 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea34231e rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea6a71ab rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed8845b2 rpc_malloc +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 0xeecc05bc rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef9befd8 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf170170f rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf35e683f rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf40f4668 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf50582b6 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf648b8a7 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf667117d rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf67ba45d xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6ada8b8 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf74a6856 rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf83201d8 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8733fe2 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8b7ce16 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8ba0aa4 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf93c598e svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9a337c9 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdf5fd23 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe2cfc2a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1a929c5d vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1cc439fe vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x27c088c9 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x321dc5a9 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x389ec32e __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x68e39314 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x696f7c32 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6f1bba1c vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x74e91915 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x811f9e17 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8496ff01 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8b008d20 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa3d97654 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbca9f893 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf593c40a vsock_pending_work +EXPORT_SYMBOL_GPL net/wimax/wimax 0x0476a06b wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x219416bf wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x233d4e9e wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2dec0370 wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x32de26da wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x3db5c0af wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x4a82a1f5 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x783f0c4c wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x79f872bb wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8feddac4 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe889d545 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf3c9e294 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xffb0291d wimax_dev_init +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x06c74265 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x18f367d2 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x21ea44e0 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x346600b4 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x46d9aed4 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4eb13372 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x64529b02 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8a239d52 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8ce0f658 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x94193d48 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x98976fc0 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd61a99b2 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf679b80f cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x47979c88 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc13e1f03 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf7aab94c ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf89ded59 ipcomp_input +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x0248df0a aoa_snd_ctl_add +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x0d2b8734 aoa_get_card +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x2797192d aoa_codec_unregister +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x44b5a611 aoa_fabric_register +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x4c8110e5 aoa_fabric_unlink_codec +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x641e18b3 aoa_snd_device_new +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x715ea87d pmf_gpio_methods +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x99e1d308 aoa_fabric_unregister +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0xb722d5de aoa_codec_register +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0xf6b60e20 ftr_gpio_methods +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x03d4d0e4 soundbus_remove_one +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x11872c1a soundbus_unregister_driver +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x4761eec2 soundbus_dev_get +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x710569d6 soundbus_add_one +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0xcd012628 soundbus_dev_put +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0xf729b75a soundbus_register_driver +EXPORT_SYMBOL_GPL sound/core/snd 0x06088386 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x623ac523 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x81307be3 snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0xc48d8751 snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd 0xf02190b3 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x260840e3 snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x375612a1 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x9be781bf snd_compress_register +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 0x0ea9c3ea snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6a05514c snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x04dc56b7 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0b3368b4 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0d90ae51 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x45f08192 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4c4f87f6 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6cbf5c49 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x96965dbc snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xbf12c2b8 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc2d9308f snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc3fa56f8 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe8331a9f snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x3b190b97 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x68c4c69d snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x7fe7fed7 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x88a8b7f7 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x9c3b7061 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xad4b29f8 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x01647703 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x057381eb snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x06e851ef snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x08037a1b snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0cb6b9a2 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0ddfbd3c snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e4a92a6 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x130eb185 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x138935f9 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x142fbcc3 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1636df99 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x172be6e6 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f285fff snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1fae0753 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21a6e74d snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21e5c5fc snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x267479cb snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x26a5f03d snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x273b0b3c snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x27cb0e86 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2cf41326 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ed57dfb snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x30f759e4 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32468e45 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x35f2262b snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x373edb56 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3942a6f2 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a187157 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ca7be2d snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42051028 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43b80532 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x44379c3a snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x46203c16 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x483303ee snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d7622bc snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e744e7a snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4feed64e _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x513b7bb0 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x51aab340 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x527d75ef snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5524f54d snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5621e0c9 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x593d82e8 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a966d89 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d1261be snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f433e59 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6636c901 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6deb6891 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fbbfd31 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x710b5836 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x71b36d8d snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72627353 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x738d1ee7 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x744c1e92 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74f9caa5 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x770675a1 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a3472f0 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d97aa92 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e77e48d snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e9b7939 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x838d2bd9 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83be2791 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84693edf snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85102528 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85dffa12 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x876eb6c9 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x884343b8 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x888bc52e snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89017dbf snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8bd5259d snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f2e6fb8 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x91ca61c8 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x928fb9bf snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x92ee0eb7 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x933b48ef snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x942c83f5 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x96725c3a snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97eae6f7 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98d0ff09 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d2cc251 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0075388 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa02528c7 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0f27959 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa11954da snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa466c31c snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa638eb90 snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0bebb9b snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb58bef5f snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb917f960 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb95d3225 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbbb8ca09 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf038a3a snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc15713bc snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1a438d6 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc524108f snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc748a9d9 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7f1175d snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9e7ba29 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9eb60bd snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xca7bca9b snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcacf6ed1 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb26f181 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcbc1c045 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xccbf3909 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf2a3835 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd00da42b snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0964523 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd2f6790e snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd318e12e snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7709671 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7ebce5e snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd84402ad snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdba7692b snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd6aa127 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf7537c4 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe1b150de snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe1fdf988 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5c9f053 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe70b0503 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe8a6b47e snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe8f85d06 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xebc2ea2c snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee0328e6 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf24ebd3c snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf55fa8f7 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5ec16d1 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf70c507b snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7abc302 snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7eff9e4 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9fc5779 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfa9e8830 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb3a2306 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1375e3bd snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x208d1710 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x22f5cf9d snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3aa98362 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x43e887ea snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4abd51bf snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5935dc76 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6d10ff89 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7087bc69 snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x88a1a2c7 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x900bfd64 snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9c7d9153 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa7914816 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa9a3cb2d snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb36aed3e snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb74f92ca snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd3c108e4 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd99e63a0 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf7a38f3b snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xffc8f01c snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0x0513b527 snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x1322674b azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x206b9be8 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x404c7853 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x4aadd826 azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x4c89a9b0 azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x54868797 azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x60200267 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x6d999035 azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x9a95d35f azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xc33c0c4a azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xc4b66039 azx_mixer_create +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x3ada73fa atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x5a3ce02f atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x9693de42 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0db75627 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x193a4a83 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xccd3e7a0 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x5662d752 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x8a8642b2 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xa79169f8 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xe1ca02f5 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x64565538 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xf3d21360 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xf51f37e2 tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x07d7b850 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x8fb16369 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/snd-soc-core 0x025aad38 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03cab3b1 snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04c6ddde snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05a53970 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0628dc34 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08483737 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09a74195 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b095c4c snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c7546c6 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0dec3439 snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1494d5f5 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x164d2d66 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17534f84 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17eb0749 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x182a75e0 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18376d82 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1bfda2bc snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d260cc6 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ea12690 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1fc77057 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x20c8669e snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x242a5cf5 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x282a4c74 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a60d52a snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a7a9170 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c6c1542 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2de036ea snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30759b90 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3478b018 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34d8d8c7 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x357b49d8 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d99e6c9 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x405ec26c snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4be41781 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4bee4dd3 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x50824bcf devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52b37d1f snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5321e2bf snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x55958189 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56acd9f7 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57376203 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5945d0e5 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x596ca7dd snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5979d592 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59ed2a60 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a6d4944 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5af10d79 snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c84d221 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60662757 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6244124b snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62587051 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64260d7e snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x659a7803 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6677f8ed snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67b1e823 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c95540d snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6cfe9b9c dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71971eb6 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72d4b897 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x74642ccf soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75c30616 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76864376 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81cbdc3b snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86419807 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ac64d7f snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bdbfd09 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d8c8a7e snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x90797cf7 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91aba0c0 snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91cf2a78 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91debf1f snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x925d5028 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93198bb3 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94106784 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x95fe9a99 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9926281b snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99f53684 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a2a01eb snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a95a957 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9cfcb827 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa121a340 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1d4bea1 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa327ca86 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa38e4e8e snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa52241df snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa92b7534 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9f1ded0 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9fde5be snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaab09904 snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab29e081 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab3cd296 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac674639 snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb104b67d snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb3ba4235 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5e18fc3 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9074a6b snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb976ca90 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc49d72b snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe643c7c snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0bc407e snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1178842 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc13460cc snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1dc2a75 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2267bcf snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc29eb61e snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3808ea5 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3deaaca snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc885b54d snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb7b3c5e snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcce97e4b dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd63d87e snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcdd4b81f snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xced1ce3c snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd169b62d snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd24d7366 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4aa410e snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4dfab77 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5c5d4d0 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd60e1251 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6ff66c8 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd9e029f2 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda1c59ef snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb66a807 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe04a30bf snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe23b58fd snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4bbf8cc snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe63fb143 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe7c38163 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8df6afa snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9861b79 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea8cb53a snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xebb17722 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xebbd0237 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xebfbac95 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeea31cb4 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2a926d4 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf375d0cd snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7d6feb5 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7fae1fc snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9332317 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf97f5971 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa187698 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa5f0600 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfea4b17b snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff0e3c0e snd_soc_jack_report +EXPORT_SYMBOL_GPL vmlinux 0x00170555 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x00255433 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x002f8e66 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x00319f73 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x00341017 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x0062e436 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x00761bde gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x0093c0a0 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x00a7e0d3 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00e5c452 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x00e860e0 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x01274a8a regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x012cc980 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x013df146 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x015ed8ed ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x01765899 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x0195fba9 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x01a74970 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x01bd1073 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x01cc1f90 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x01e17200 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x021ebfda btree_update +EXPORT_SYMBOL_GPL vmlinux 0x023f0e77 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x025e68c2 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x0291ab49 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0x02b0e097 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x02e0ce3e usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x02e6eda2 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x02f16bca ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x0313fe6d crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033f6685 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x036503c5 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x038da0e5 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x039dba08 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03c3aca9 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x03c75a5d regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x03cd4ee6 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x03d11c97 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x04235adb usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x042bb245 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x04600c0e evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x0464f270 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x0482e455 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04900945 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x04961630 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x04b5549c __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04d11e99 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x04fd3d8d unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x050f6f92 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0565aa9f __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x0586df30 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x059fae50 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x05a1bf59 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x05d7a04c ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x05e9822d kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x05ec2da2 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x05f06458 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x05f83565 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x061dee59 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x06353ece ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x07002712 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x0704306c wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x070599b6 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x071db596 rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x075771b0 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x078a45ec gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x079d7546 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x07a3a043 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x07a99a23 gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07d60419 i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x0800b521 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x08582f0b lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x08607995 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x0880d65c devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x088e8baf regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x088ff3c1 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x08962ff9 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x08ac233a regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x08fccf48 component_add +EXPORT_SYMBOL_GPL vmlinux 0x0917cc67 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x091c824a machine_power_off +EXPORT_SYMBOL_GPL vmlinux 0x091d8e0e max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x099e417e gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x09aefe22 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x09b195ec of_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x09cd08d0 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x0a400d36 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x0a51ae5b virq_to_hw +EXPORT_SYMBOL_GPL vmlinux 0x0a8d0c7a ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x0a9ee9cf ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0ab5cb22 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x0ab62c45 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x0aebc889 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x0af79a3b transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b001f6b md_run +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1c7c16 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x0b59390b __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b77ee28 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x0b9a5718 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0bb28dea virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x0bb93616 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x0bebecec rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c14d165 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x0c1f66d7 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x0c2c347d srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c44991d pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x0c4d0dc3 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0c7a8608 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x0c829017 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x0c9cf785 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x0ca0ff95 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x0ca737f6 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cda07fb ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x0d217dc5 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x0d2d0990 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x0d3c389e __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x0d693796 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x0dcc741d pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x0dcf9d9e debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0ddebdb7 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x0de06988 cpu_first_thread_of_core +EXPORT_SYMBOL_GPL vmlinux 0x0dfdf92b da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x0dfe15bb find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x0dffed5b ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x0e2cce32 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x0e6137f1 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x0e7a2104 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x0ea8e854 __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0ef290f2 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x0f2ac69a event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x0f556f88 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f9660d8 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x0fc01e9f static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x0feb4607 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x100854d3 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1060cbff locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x10691a9e wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x1095565f ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x109d47f5 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x10c469f2 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x10c4cdce rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x10eadcf7 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10fa59fc list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x10fac7bb phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x1101c95d regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1114011d threads_shift +EXPORT_SYMBOL_GPL vmlinux 0x11143d7b fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x1189d452 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x11be4ad3 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x11d19321 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x11d63294 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x11dc8d73 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x11f93fe9 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x1200f722 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x121b316b platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x12283d50 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x128b7936 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x12912cf5 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x12bc04a1 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x12dc7323 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x12e19510 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x12eb1615 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x12ee03f5 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x12f8ca2b crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x13092393 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x13354608 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x133d27cc dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x13495919 pmac_backlight +EXPORT_SYMBOL_GPL vmlinux 0x134fc28a rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x13530212 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x13613f48 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x136a4ee6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x1386a4f2 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x13980414 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x13e24da5 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x13e5ea13 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x14318fdb fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0x1433db0f netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x144fcd21 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x1497c0b2 device_move +EXPORT_SYMBOL_GPL vmlinux 0x14aee6bb dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x14dcb022 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x15105333 pmac_i2c_match_adapter +EXPORT_SYMBOL_GPL vmlinux 0x1511b1f3 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x15198cd0 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x15269081 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x154f07ca sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x155de17e pmac_i2c_find_bus +EXPORT_SYMBOL_GPL vmlinux 0x1563fd6d ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x156f7678 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x1583eb33 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x1585d550 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x15868029 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x15c21e5e nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x15fd3148 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x16382d3a raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x163f663e relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x164b6a5a fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x164cf1f2 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x166e868d sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x167e366d crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x16813a32 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x1681e017 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0x16ac302c sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x16c58306 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x16dafe79 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x16e7d917 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x17099264 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x17104ec8 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x174c873f fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x179a9731 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x17a931d3 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x17b4fe1e pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x17dc310f debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x17de55ac regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x180362b0 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x181a19d8 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x181c2fe4 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x18343de2 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x183fa767 lock_media_bay +EXPORT_SYMBOL_GPL vmlinux 0x184f6f83 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18570516 pmac_i2c_xfer +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1872ad85 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x18931e29 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x18a27f34 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x18f995bf vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x1903ebad fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x190f352d da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x19129e78 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x195c364d hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x1974cdf7 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1990d5f0 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x1996e3fe get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a792ca of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19e0efbd fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x19fb4e20 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x1a05efb7 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a12a004 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x1a31760b pcibios_finish_adding_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a33065c sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x1a722431 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x1a8c5907 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x1a918583 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1ab2bd6f stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1af41793 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x1afa4118 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x1b0610cd tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x1b0a9af3 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x1b0ff35c fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x1b4b35cc pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b562228 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x1b641dba fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1b9b36d8 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x1b9cb80d get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x1ba9ea27 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x1bab249b rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x1bb4fc98 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1bc37a6e adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x1bd856eb fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x1bfbd2d0 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x1bfd53ba inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x1c09a3c2 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x1c105b02 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x1c11530c pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1c19dd05 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x1c465683 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x1c4c0568 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c70239d i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x1c725855 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c843504 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1caa638e unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x1cc15213 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x1ccaf6e7 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x1cf82066 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x1d0dfe80 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x1d186ba1 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1d1b3eb9 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d67ba93 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1dec0319 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x1df76280 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x1dfbcf4c mpic_msgr_disable +EXPORT_SYMBOL_GPL vmlinux 0x1e1a2373 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1eef85e3 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x1f169aef pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x1f1df809 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x1f225ffd inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x1f74ea0a virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fb55ca1 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x1fbb8630 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x1fbfd8fe spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fee4dfd pmac_i2c_get_dev_addr +EXPORT_SYMBOL_GPL vmlinux 0x2001e963 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x2039bf52 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x203a7d3a flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x2049bab8 __destroy_context +EXPORT_SYMBOL_GPL vmlinux 0x20509321 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x2067b025 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x2083fdd8 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x209378a0 of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0x209bc4d0 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x209c8bdf hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x20a6f268 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20df0580 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x20e9f5b6 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x20ea8f82 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x20edc832 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x210c5d47 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x21160dfa debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x211c7ceb sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0x212fc88b bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x213c0b36 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x214968a9 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x21545741 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x2165d743 of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x216eebe3 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x21c0b38f sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x21c50115 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x21cb9e6a usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x21e2f36d regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x220dd4f9 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x22171752 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x221a490c transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x221bea76 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2222c757 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x2241017e sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x2257f763 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22b1a252 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x231b692d __netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x231e292d pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x2327d703 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x23580bed regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x2373bb8e sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x2378d0f8 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23885df5 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x238c03ce ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x2392bc6e pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x23992e4f platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x23a7e000 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x23af7af8 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x23df6804 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x2406dae3 pci_address_to_pio +EXPORT_SYMBOL_GPL vmlinux 0x240eaf27 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x24420344 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x244c423d rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2480b9ff ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x2496272c devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24da7fb9 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x251a9e8d ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x25240fe5 sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0x25295f6d adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x252b56c1 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x253f65a3 arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0x254119a6 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x25574a24 pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x2578d6b9 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x2579c01c dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x25a3a892 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x25cf778d usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x25dbb1e8 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x25f9b4c7 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x26084c9d power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x26130dc5 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x26190030 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x26390591 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x26787329 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x268efd43 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x2691412e boot_cpuid_phys +EXPORT_SYMBOL_GPL vmlinux 0x26a3ed52 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26ec94f6 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x26f3157a debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x2738a340 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x274f1bc3 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x27626712 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x2789824e crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x278c7c04 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x27aed56b ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27c9a1a3 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x27d5fb91 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x286ddc10 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x28a9769d platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x291b2121 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x2966d2f7 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x29ae1008 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x29b9fbb4 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x29bb5427 device_reset +EXPORT_SYMBOL_GPL vmlinux 0x29c0986c ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x2a0c500f pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x2a0f5fb9 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x2a10b302 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a8dde1a apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x2aa97bcd sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ae2a42d do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x2af3ee3d rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2afb1550 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x2b0771db regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2b30410a pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x2b5c303b smp_send_reschedule +EXPORT_SYMBOL_GPL vmlinux 0x2b607170 ktime_sub_ns +EXPORT_SYMBOL_GPL vmlinux 0x2b644e0c blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x2b6d983a pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x2b7908a0 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x2b7a574f md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x2b970898 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x2b9b1232 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x2baa0976 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x2bb00714 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2bcb3282 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x2bd53f0e regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2bd5dd41 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2bd73fb6 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2be40d5c cpu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x2c0ee301 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c2bbbe1 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x2c51798d blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x2c78d465 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x2c7d441b ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c97c085 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x2cc3e675 pmac_i2c_close +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cec5a15 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2cf64e55 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x2cfcda1b kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2a7503 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x2d323e6c crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d76a91a xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x2d81a72c pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x2d8eba82 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x2d92e7fe da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x2dafb524 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x2dc5a6d1 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2dca2ada clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x2dcbffbf spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x2dea6552 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x2deffd15 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x2e0db97f bus_register +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e67e7d5 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x2e69417b xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x2eaf4341 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x2eb506d3 swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ef19a23 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x2ef6b5bf smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x2f054c9b dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f429ccf fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x2f6edf2d usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x2f9ac0a1 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2ff0cafe raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x2ffb5ff7 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x300044c0 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x300d50b4 pmac_i2c_get_bus_node +EXPORT_SYMBOL_GPL vmlinux 0x301b52e2 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x304fd3e5 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x3050ec18 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x30786b31 device_create +EXPORT_SYMBOL_GPL vmlinux 0x3078c75c led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x308c0fd1 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x308d76fc dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30af4748 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x30c0acf0 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x30c6bbcc dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x30cc0112 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x30ce340e dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30d97843 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x30dd5043 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x30e70783 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x31023f03 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x3111056b spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x312656d4 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x314d33bd skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cc774e led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x3208d368 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x3224f6fc usb_string +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3269b3a7 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x32c3626b device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32d26c28 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x32e04fca pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x3315239f ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x332b0618 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x33302631 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x33416746 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x3344e357 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x3363ec0c ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0x33678fdf irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x337145d4 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x3373f0f7 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x337786fa usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x338b8b2e usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x338c1d43 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x33bca27f fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x33d2759e tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x33dcaaed set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x33f275af blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x3408646c pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x340c903a of_scan_bus +EXPORT_SYMBOL_GPL vmlinux 0x34494695 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x3458ef43 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x3459b2bc dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x347682ce snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x348d8617 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x34a3017d ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34bb108c ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x34d38db0 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x350f2a4a sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x355c80f4 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x356bb868 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x357b5130 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35b1d02b iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x35d44bb0 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x35d574cc pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x35ef6542 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x3602a45e da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x362db70a devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x3652dcf7 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x3655365e usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36d40ec1 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x374a49dd blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x375e8133 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x3770f3a7 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x3792b4fc da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x37a45d70 mmput +EXPORT_SYMBOL_GPL vmlinux 0x37b130e5 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x37bf6796 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x37d9e8e6 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x37fd0214 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x382a5f70 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x3833ccef vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x3869b9c8 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x386bc68a sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x38701024 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x38813d4c pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x38a120bc reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x38a31245 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38b4802a irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x38e8aee3 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x391a5718 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x3929f42c wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x3958174b regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x397b565f wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x398145d6 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x39a1129e devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x39a78e47 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x39a87402 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x39cad58a fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x39d1d8e6 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x3a02a6fe __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x3a0be3df ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x3a268e3f napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a2eb5ae serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x3a34ea53 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x3a4975fa regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a56393a regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x3a7d51ca of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x3a7ec4ca syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x3ab398d7 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3ade56b3 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x3af1d0c3 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x3b348711 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x3b3cb293 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x3b531005 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x3b557e35 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3b5678b1 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x3b600cb3 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x3b9e1b08 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x3bb4f6fc pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x3bc5f8a0 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3cad7863 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x3cb872e3 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd14cff regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3d033199 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d04653a vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x3d0966a0 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x3d234ff1 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d437066 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df48504 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x3df59f19 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x3dffd866 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x3e0df1a4 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x3e0f3486 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x3e1339c0 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x3e1424c0 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x3e4e81e9 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x3e56b451 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f01bdaf dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x3f07bb9d percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0x3f096422 of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0x3f137a6f pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x3f478c80 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x3f8a1f70 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x400609db of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x401afec9 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x401c4c15 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x40649ac6 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x408b0b97 xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x41121788 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x41404cb5 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x41436ce4 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x414a0dcc usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x41529e2b phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x41621797 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41892fbf wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x4192dcbb serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x41930cbf pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0x41b6cac9 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x41deee70 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x41e197ec ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x420d29e3 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x420ef15c rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x4236ac82 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x4238fe73 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x42477ea2 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x425989f0 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x425c1c0b ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4289bec9 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x42963c97 put_device +EXPORT_SYMBOL_GPL vmlinux 0x42a15016 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x42a805fc init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x42adb3cd rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x42b364ef scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x42c96b90 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x4312969c agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x43212051 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x43704cc3 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x437395ac device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x4387ce16 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x439c9932 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43c57573 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x43e0a35a dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x43f091b7 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x43f0a0dd usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x4401e8dd regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x444998db blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x445f4e9d ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x44618fad tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x4466bc71 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x446a61b1 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x4479f93d usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x448119f7 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44a620a0 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x44ed7c80 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x44eff47d percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x44f0c3d7 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x451414e9 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x45198f99 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x451d8790 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x4535bc11 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x453ef0c9 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x4544ac13 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x454dfbe4 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x4574ff1e virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45a3659c netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45df5d2d component_del +EXPORT_SYMBOL_GPL vmlinux 0x45e3d8b1 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x460bdcd1 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x4624b58d cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x463d24ea ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x463d746b exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x463db60e subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x463de588 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x467663e6 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x4688c96a usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x469282f0 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x46b2c361 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x46b8e3c3 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x46e6c484 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x4703631e mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x4712c6cc balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x47179e0f pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x471dad65 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476a5a8c spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x479185d3 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x4791b46e class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x47a19c56 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x4810b34c crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x481c60ee cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x485625d9 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x487520fd input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x487ceedb simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x4880e8f5 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x48a415b8 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x48a7c310 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x48ca8947 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x4913ae9e __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x4943a338 __init_new_context +EXPORT_SYMBOL_GPL vmlinux 0x496c6da4 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x4978faba usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x499516b3 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x499e1431 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x49d4ec24 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x49e35970 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x49e6e002 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a00eda6 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x4a0bccda usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x4a2547c2 threads_core_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a5b68ae sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x4a6f096a sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x4a7e5c4d ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ac6d0cc fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x4b5a73bc rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x4b5d16fe of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x4b85dcfe device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x4b9992f9 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x4b9fd0d8 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x4baaa7e3 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x4bcdd9ce usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x4bf0f830 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x4c1296da irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x4c2522b9 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x4c29cdbe add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c5c558b pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c6057b8 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c7e1f41 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x4c8ed03d sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x4c9339a4 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x4d15f30b xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x4d1a6f8e usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d24931f pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x4d2f990d __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x4d4805d4 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x4d593330 user_read +EXPORT_SYMBOL_GPL vmlinux 0x4d917730 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4d9ef002 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x4da6db6f regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x4da983e4 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4dad8d34 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x4dc17fe6 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x4dc444d9 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4e098055 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e2212bb crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e650db5 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x4e7a833d tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x4ea3747d usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x4ebc7198 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x4ec3f6cf power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f22a3d2 regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x4f58c0cf of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f645083 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x4f651124 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72173c alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x4f881b16 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x4f89fc30 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x4f8ec012 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x4f98f27c regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x4f9cbcf0 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x4fc42fb2 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fd7f8dd crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fddc09e ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x50047fe5 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x501400a3 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x502c3b0c usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50a8c7c9 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50d30be1 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x50d5d4e5 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x51269f49 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x514816fe blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x5158667c ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x5160f2ca of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x5173e74d ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x517952ab pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x51840872 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x51846493 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x518b429f ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x51b65a26 rtc_lock +EXPORT_SYMBOL_GPL vmlinux 0x51d25e52 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52119f72 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0x52142110 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x52212010 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x523281b6 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x52479057 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x52992e9b da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x52ba2f0a crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x52c0d5d8 scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x52d1926d ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x530ecbe9 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x5335dd11 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x53cc5759 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x53cd2494 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x53df1838 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x53fdb71b fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x5401e745 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54497c18 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x54578bd7 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x546c5565 ppc_tb_freq +EXPORT_SYMBOL_GPL vmlinux 0x546cc1c6 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54e600f8 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x54edebf1 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x54fab58b inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x550db5f0 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x550f9e4b __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x552d8993 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x553a537f __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x554c45e0 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x5566f90d tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55bc69bb class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x55f3e967 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x55f93623 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x55fa0c09 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x563199af locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x5645110e __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x565656f4 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x565f5c28 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x5671c4f7 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x5679a619 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x569cc360 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56b6d502 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x56c34dca regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56fe6067 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x571251b8 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x5792498b find_module +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57abc9a2 pmac_backlight_mutex +EXPORT_SYMBOL_GPL vmlinux 0x57c2376d edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x57fb20bc tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x5825bc3e uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x58293710 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x58316878 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x583fb7ee balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x58711710 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x587bc9af init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x5892f832 release_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5897a719 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x589f340a scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x590244ba debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x590fd021 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x59223dfa shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x592e96f5 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x5945a679 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5960b520 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x5974c5cc use_mm +EXPORT_SYMBOL_GPL vmlinux 0x5979737b spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5986c387 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x59870832 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x59b13f42 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x59b9b97c ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x59cd5f85 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59f257f7 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x59fe92b6 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x5a1bf592 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x5a2cfe46 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x5a3b496b pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x5a3b6270 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a895240 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0x5ace3451 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5ae0132c regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x5af28050 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x5b0d97e2 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x5b12c36d bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x5b3bbf95 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x5b50d0d5 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x5b8b261b pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x5bb00702 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x5bb1e2f7 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x5be3a75a gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x5bfae1b1 pmf_do_functions +EXPORT_SYMBOL_GPL vmlinux 0x5bfdbae4 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x5c001cda ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x5c1007a5 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x5c1f4e8f fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x5c687b42 pmf_register_irq_client +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cbf896e replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x5cc287e8 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x5ccf1ffa usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x5cd0d24f rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x5cdd111b usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x5ce7324a rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x5d02b257 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x5d0874af regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d317894 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x5d324221 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x5d49a9a6 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x5d4f9062 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x5d51bcf7 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0x5d62ec27 skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x5d64cf3c pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0x5d6cb604 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x5d74715b __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x5d9ee8fa crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x5dbf4a27 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x5dc2174d ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x5ddd6d65 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x5e0ac858 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x5e11a977 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0x5e2a8114 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x5e3cf066 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e802edb register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x5eaf8147 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x5ec76a44 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x5ef05cad __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f465664 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x5f7f3e48 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x5f81fdeb sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x5f942f9c usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x5fbbabc7 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x5fdbad06 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x60148384 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x601ed05c clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x602ffc40 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x6050dbed regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x6054c9ee pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x60560041 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x6062cab1 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x60812754 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60b07ae6 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x60b26e21 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x60bc138d pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x60c7c211 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x60e4d24d crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x60ec3399 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x6116f2d3 of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0x6127f4eb percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x61327345 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x613cd825 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x61a90c54 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x61b52404 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x61b76af3 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x61be0975 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x61be95c1 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x61da1628 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x61e8ccda sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x61f278f4 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x6216bd73 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0x621ee96e skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62491f71 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x624e02a9 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x624e6cae ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x6256c6d8 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x627870ef blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x62852046 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x6307164e ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x630fca7f usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x6311070b ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x63344290 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x6334e7ff device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x6366b111 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x63854b24 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x63b8de05 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x63f3cfa6 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x642ff7a1 component_master_add +EXPORT_SYMBOL_GPL vmlinux 0x6453f77c pmac_has_backlight_type +EXPORT_SYMBOL_GPL vmlinux 0x6498187f macio_find +EXPORT_SYMBOL_GPL vmlinux 0x64a46b53 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x64eda18b tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x64ee1c2f devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x64fbfe61 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x6504fb4c platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x651ba010 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x653c4155 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x6547ca84 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x658252d7 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x659907de of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x659cdc32 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65f4f11c __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x65f9bffa wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x660c09a7 regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x66232f9c dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x6633a70d crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x66511a84 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x665a6f39 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x66713ff7 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6681302f rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66a0fafb each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x66aebc7b usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x66afb53b unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x67258d06 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x67288546 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x673473f7 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x67508e56 _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0x675c12c2 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x67643d26 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x677c8194 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67e6cfd3 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x67fd04cd regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x6812cf8d __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x68399dd1 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x684fc802 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x685c5ab7 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x6880c87f spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x68956406 static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x68b52d4f regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x68b75cf7 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x68ee2360 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x68f2a6ad crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x69194e1b __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x691f819d sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x6948b192 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x694b02e9 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x695fd7bb shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x6962062e of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x6979256d pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x697a420c timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697cbbb4 threads_per_core +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x699a7acd devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x69ac94db dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x69af9779 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x69b1f015 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x69c9342f pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x69cca481 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x6a0065de serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x6a1e02cd early_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x6a210f65 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x6a340dbe task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a6ca0e9 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x6a6e80e0 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a87cbd7 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x6aa5a6b0 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6ad41ada irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x6adcf06d ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6b0d1696 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b2c3b28 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x6b4e8891 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b859b0c spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x6b8a0f25 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x6b9c2f1d mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x6b9d396f platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x6ba1f59e regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x6ba886a7 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c1bbdae ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x6c1dd587 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x6c366ac4 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x6c38d5f8 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x6c3fc639 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c6bfa9d ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x6c749afe __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6c78b59e uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x6c7a5432 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x6c8cc625 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x6c964f00 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cae7c0f debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6ced0cab blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x6cfb5db2 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d5171d3 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x6d53bd39 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6d6e7194 fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6d83d33a usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x6d8d2067 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x6d9c297d pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x6db9f76b pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x6dc24c75 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x6de6786f put_pid +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e375cd0 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x6e6b3f79 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x6e7ac76c device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6ea385e8 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x6ec60a3c crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6ece4feb driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f30f926 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x6f36c3fa ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x6f6dfb18 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x6f6fdefa pmf_get_function +EXPORT_SYMBOL_GPL vmlinux 0x6fb61fa0 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x6fbdeb21 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x6fc18c77 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x6fcef88b cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x6fcf8728 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x700e794f ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x709bcbaa sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x70b12d2d crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x70b5a87a disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x70bb651d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x70bde16d crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70dfc2fb devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710e2e45 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x715d3e96 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x717512e0 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x717ca6c8 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x71929b5b __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x72275bcb class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x725a856d attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7286a1f9 check_media_bay +EXPORT_SYMBOL_GPL vmlinux 0x72c861f6 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x73345ba2 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x73466cdf skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x734e9cc1 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x73510609 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x735f9213 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x737af005 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x738c7c89 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x739aa1a1 pmac_i2c_setmode +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b9189c ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73e51035 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x73f1ad6e inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x7409fc82 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74994a24 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74e5a37c noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x74e5b28b ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x74fddfa7 ref_module +EXPORT_SYMBOL_GPL vmlinux 0x750e90de ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75276fd4 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x755b2137 split_page +EXPORT_SYMBOL_GPL vmlinux 0x75665528 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x7597860e usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x75a7ef93 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x75c2b9f1 memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x75d17d0b pmac_i2c_open +EXPORT_SYMBOL_GPL vmlinux 0x75e9bb48 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x75f2a044 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x75f56d7b extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x75f859b2 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7628e4bd aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7649805b __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x764c6e1e devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x769673dd usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x769e9155 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x76aa8e59 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x76ce0d0c ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76ebc963 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x76f07605 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x76f0bb3b ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x76f5c70e relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x76fa2785 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x771473c3 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x771a9f46 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x775a064e edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x775c9618 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x77600226 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x779cc680 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x77d93dbc dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x77f3d4e4 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x77f50e81 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x780da8eb regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x782dd071 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x786dbf79 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x78825c67 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x7887ce0c devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x78b6b7e5 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x78cbf0ac sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x78d32f91 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x78d6a334 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x78db67cb __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x78e3982b __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x7903c83d rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x7928a082 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x792f7d61 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x7935c0fb evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x795b8db3 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x7960e626 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x79aea160 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x79bacffe unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x79bcfaef bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x79d4da10 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x79de2047 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x79fcd031 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x79fd9917 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a2f909b con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x7a399dfc crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x7a4a1c11 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x7a64a9d2 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x7a7545dd devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x7a812923 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x7a88ab7d part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7aab7eeb debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7ad6ceee debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b0f2127 find_linux_pte_or_hugepte +EXPORT_SYMBOL_GPL vmlinux 0x7b10bff4 devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x7b1759f9 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b4481de pmac_low_i2c_lock +EXPORT_SYMBOL_GPL vmlinux 0x7b649aec md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x7b6b044d inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x7b8c39cf pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x7bb43d03 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7bd5875d unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x7c079762 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c3b5fa8 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x7c54561b ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7c7a32e3 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x7c892ea3 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x7cac9bc4 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd23204 blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ce63835 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf51a16 of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d482fd9 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x7d56b8d3 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d7c76b5 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7d8c3297 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db83450 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x7dd12fac register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7e17ba7b klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7e52659f dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x7e5570a3 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e693fbc rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x7e75d2f2 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x7e78b9b6 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x7e797a39 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x7e84fb44 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x7eed2858 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7f008202 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7f198796 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7f5125bf tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f78d59f pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x7f7bc710 klist_next +EXPORT_SYMBOL_GPL vmlinux 0x7f8ab35e __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x7f9535d2 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x7fa29a1b perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x7fc39fcf iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x7fc4bf8d irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7fc672f8 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x7fd9b080 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x7ff64948 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x7ffe2c85 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x8015b0ed of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x8028d6e9 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x802936c8 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x80735260 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x8080cb11 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80907876 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x809b1ce6 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x80fe7323 of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8120b84a pmac_i2c_get_adapter +EXPORT_SYMBOL_GPL vmlinux 0x81336b3f wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x8138d23e crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x813f18a4 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x815e955c class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x81607f34 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8170e55c ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x8182ee7f ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x81898bec crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x81b5a402 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x81ef6456 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x8200146a phy_get +EXPORT_SYMBOL_GPL vmlinux 0x8222f914 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x822952a5 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x82347929 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x8239379e usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82b38303 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x82bd0c8c sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x82cc74c3 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82de94fc crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x82e02bd2 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x82f0cf30 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x832d6795 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x83489bdb dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0x834f16b8 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x836d61d0 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83a5ae2e __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x83b3361c usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x83ba98bc dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x83e666eb irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x83fb4677 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x8412a45a exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x841da239 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x842a4b4d pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x842fc7df pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x843e22b5 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x846b2d49 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x84a2e015 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x84c0413e gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x84c17973 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x84dfa37b sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x84e27ace vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x84e4892e dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x85241368 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x85274583 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x85284d0c i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x853eeb44 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x85443ae5 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x856474f8 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x856629e7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x856d6fc5 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x8582ef8d tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x858aad81 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85e4bed0 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x85e8e07d register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x86207169 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x8648b449 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0x8654e56d crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x8691a869 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x86a641bf bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x86b172cd arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x86b85548 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x86bd6f34 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x86ceeff1 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x86da18e0 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x86f1d4e4 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x87173bea netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x87217ad9 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x876be86c rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x877ad796 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x87973bbe clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x87984b16 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x87989b09 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x879cedb1 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x87b62340 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x87ba9ca5 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x87c29c59 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x87e23f31 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x87ea005a devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x8804af3d usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x88421a70 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88d3c5a9 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x89065535 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89532fb8 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x89594d83 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x895e091b extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0x89730a53 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x89925825 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x89b98848 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89d2cbfb crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x89d65e07 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x89f1404c of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x8a660792 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x8a7329af inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x8a9b78fe devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x8aa03b5e crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x8aade093 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ae2ca00 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x8b2178d6 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x8b2a9d60 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x8b3a25bb bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x8b3c88e8 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x8b4a83a1 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8b4ea86d system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0x8b5b6d9c dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x8b5d44e7 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x8b70e8ea __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c1b5f10 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x8c1d724f hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x8c38595d cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x8c42a807 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c7e4405 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x8c86c9fd usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x8c959c22 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x8cc245c0 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8cd05505 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8cd1a0ea sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x8cd2f41b pmf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x8cf5678d tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x8d1b755d blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x8d35bbe1 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8d37fdcf pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x8d415fb8 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d4d591e component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x8d745927 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x8d7c7ded of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x8da17b42 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x8dbaf600 extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0x8dbd205e irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x8dd24e2a ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x8ddf4f5e dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x8dfc743c ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x8dfd5821 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8e5003d0 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x8e5b0fec get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x8e60df7a __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x8e6d1097 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x8e7c2eb7 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x8e8a89b2 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x8e9849ba pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8eb5999d of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x8ecd6e02 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x8ee24590 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x8eecb8a8 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8ef21c8f pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x8effebd3 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8f01fdc2 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x8f050b75 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f19a2da __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x8f6826af wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f8ea5d2 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8f975ee3 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8fbf98fe extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x8fcffb1f pmf_put_function +EXPORT_SYMBOL_GPL vmlinux 0x9036c471 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x9046f2b6 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x904b0fce list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x9056ca15 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x9077d5ea usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x909e994e usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90b123c7 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x90ef5743 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x90fffe92 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x91029860 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x9119dd3b wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9134d2b1 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x9180a906 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x9185c23d led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91979cf5 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x919d6d2d crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x91ac5e65 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x91beb9f2 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91f982ba dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9221bdc4 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9227c374 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x925caffa wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x926c4acc regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x9270de2a fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x92a348f4 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92bdee10 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x9335f2dd phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x934c0475 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x93a2cb47 reserve_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x93d25731 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x93f96059 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94202a9c sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x94433d13 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x949073b8 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9497f2b2 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94c1de7a ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x94db072e transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x94db84d1 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f179a7 pmf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x94f32909 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x952b0ab4 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x953159ef fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955d43c2 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x955d957f subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x956e039d md_stop +EXPORT_SYMBOL_GPL vmlinux 0x95720acf crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c5d94b skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x95d1d55d root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x95da0d4f __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x95e41c8c inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x962f9cb2 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x9643f8df led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0x964d70a9 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9655b911 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9668d609 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x966944a8 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x966bddc0 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x96838016 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x96acc0f2 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x96ae060a devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x96b98ea9 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x96c580a9 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x96eddef6 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x96fa8a9e spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x97086142 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x9725c99a perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x97570acc irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x975969a6 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x977410a7 blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x977e552b crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x97979f77 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x97a09c87 dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x97a3ec56 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x97c14831 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x97c64b1b max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x97d1f76b sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e05d9f spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x97e70849 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x97e963d0 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x98080e4b da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x98083fc4 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x9827ad30 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x982cd486 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x98509f49 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98567bff regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x9867989d regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x986edb15 mpic_subsys +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x9905c84c sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x993a364b of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0x994b6612 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x997c2172 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x997c2f21 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x99a25a85 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99ac2b98 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x99c412fc devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x99e38b03 pmf_call_one +EXPORT_SYMBOL_GPL vmlinux 0x99ef676b usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x9a0ad2ac fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a30e7a6 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x9a49d937 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x9a7b57dc __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x9a87a350 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a937b4c pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x9aa4f90a max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x9aad6540 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9ab5c2a0 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ad68a27 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af47c57 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x9b05e376 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x9b764b2c i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x9b78e976 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x9be421f2 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c4136fc crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x9c498840 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x9c5e47be md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x9c71a053 of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x9c832997 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x9c924a23 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x9cabfaa1 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cf23d73 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x9cf458cf stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x9d04c411 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d2b1880 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9d458300 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x9d55f423 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x9d66f70d kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9da82cc8 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9df875b1 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e0de240 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e579070 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x9e6e2da1 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x9e96ef94 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ee06523 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9efacb57 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x9f092b67 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x9f74a711 pmac_low_i2c_unlock +EXPORT_SYMBOL_GPL vmlinux 0x9f78a50a pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x9f78a8d2 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x9f859933 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9fb02dde transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd8d0e1 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff0f27c device_register +EXPORT_SYMBOL_GPL vmlinux 0xa013d40d inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa028d560 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xa02d5064 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xa03dd5a2 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xa0545082 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xa06eebd5 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xa0855de9 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa09f7a16 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xa0a3d2d7 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xa10eaed1 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xa11cea59 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa1680b89 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xa16be549 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xa1a4b1d6 flush_altivec_to_thread +EXPORT_SYMBOL_GPL vmlinux 0xa1ab51dd blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xa1bd7822 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa1be7b05 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xa1c4a1f0 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xa1e227b7 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa2019e6c cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xa20992da get_device +EXPORT_SYMBOL_GPL vmlinux 0xa2676577 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xa268cada invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa2708382 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xa2771e66 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xa2842444 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xa2ac0c96 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2e6ad2f debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xa2ec5d1c pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xa30cad72 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa3265f82 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xa34142ae skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xa3518027 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xa357d56e ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa39410c6 of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a2d9af walk_system_ram_range +EXPORT_SYMBOL_GPL vmlinux 0xa3b37226 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xa3b90e97 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c62198 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3e81a58 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xa3f77c01 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xa40d00db ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xa457b8d0 irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xa45c9240 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xa47757a3 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa49bfa53 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa4a22a6e regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0xa4a84a3d srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xa4ce521d wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xa4d5e37c ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xa500c356 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xa506526d devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xa506b678 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xa52033aa da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xa525251f crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0xa54f1400 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xa558941c ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xa5a73b57 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xa5acb41f scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xa5b00659 ppc_proc_freq +EXPORT_SYMBOL_GPL vmlinux 0xa5c926ef virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xa5cba58f sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5efe460 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xa5f5a627 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xa608cec0 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xa61f9b54 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa6621cc7 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xa66d4fae regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xa6787348 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xa6791286 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xa6888d7c devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6af7d3c gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xa6b0c31b blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6bc233e page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e54bb6 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xa6ea81d1 of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa739baac __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xa74aabff crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0xa7513d1d __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa79a92e2 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xa7d477fa dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xa7fbd647 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa801acce of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xa8039125 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xa80a528d reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xa818fdb6 cpu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xa82afbf3 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa86043bb blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa8cbfebe blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xa8efcb22 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xa93de462 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xa95808a5 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xa96e9196 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa997e8f9 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9a83966 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9f2bf88 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xaa123286 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa83d61e __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xaa84fd4b device_rename +EXPORT_SYMBOL_GPL vmlinux 0xaa852313 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xaa8549bd spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0xaa9a2ac6 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaac544bd regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xaaca5be8 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xaad72d9c rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0xaaf86b5a i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xab025c26 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab3e8de6 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab87b8b4 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xab945a16 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xab9b6bf3 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xaba1b18c proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xabc03b43 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xac102c7f sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xac4b0ef7 ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0xaca5c43e md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xacc44057 user_match +EXPORT_SYMBOL_GPL vmlinux 0xacddf913 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xace01f21 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xace89310 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xacea26cf driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xad07c01a of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xad1bf7c4 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xad1f41f2 device_del +EXPORT_SYMBOL_GPL vmlinux 0xad2a34f6 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xad2da868 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xad3b0e9a crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0xad824b9f of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xad948186 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada0c073 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xaddad784 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae17a055 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6b43b4 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xae73d614 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xae7955ad dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7f4781 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xaec1f642 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xaedf3012 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xaef0d8f9 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xaf27c824 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xaf27fde3 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xaf337e1d cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0xaf4d6677 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xaf6c1d54 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xaf852fcc get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xafac7837 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xafbfc106 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xaff64b2b fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xafff6ada dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0xb05a0edf pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0xb05d27cf devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb06ede91 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0913148 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xb0992005 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xb0b1c57d key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c9a560 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xb0f58acc class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb1093403 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xb11f4a32 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb159a95d ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb1636c72 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xb16f9c10 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xb17843aa ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xb180721e usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1d7b570 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xb1dd0201 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e50797 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xb1e88738 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2256567 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xb2493e87 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xb256d0d9 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0xb26a0cc5 single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xb293c758 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xb2b8fc6b rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb2c362d5 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xb2deed43 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb312616e __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xb312b70f sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xb31799c5 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xb337e37d __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xb36703ac fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xb36a779b spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xb39787ad ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xb3aecd94 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xb3d64d4c tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xb3d86d17 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xb3fb7761 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0xb3fcf4f9 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xb40291a6 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xb430a583 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xb46687b6 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xb466bfc5 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xb483c9e5 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xb4a75c1e ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4d53d7d __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb51c5863 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xb51eccd7 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb5211d23 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb5395a77 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0xb539b851 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb567f131 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xb578225b __module_address +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5aa10af atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5c8edf4 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5e89ff0 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb5ef06c8 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5f27102 of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0xb60b5707 of_i8042_aux_irq +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6550c11 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xb6573096 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb67c64fd __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xb680c6b2 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xb680e1b5 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xb69e1315 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6bc05c8 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb6ca0a03 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xb6cccca6 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0xb7051001 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb716a095 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0xb7542763 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xb7951f5f pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xb79fb656 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xb7d2b2c9 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xb7dac9c0 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xb7dd8555 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb809b9ee md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xb80c637c dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xb827e0b2 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xb82fd32e ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xb84d55d2 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xb84fe40b __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xb859b2df bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0xb85cbfba pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xb8611a10 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb875ffff ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xb886b274 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xb894c6db regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xb8ae7aea __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xb8b28226 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xb8b814fd of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xb8d6fb1f wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0xb90c07bc wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb981d444 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xb98c9c66 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xb99b8837 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xb9aa01b8 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c3e862 napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d4adee bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0xb9dda22c regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0xb9fd5887 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xba158769 rtas_cancel_event_scan +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba36c926 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xba4b7920 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xba60b07e __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xba65f427 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xba7d5960 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0xbad71631 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xbadb77d3 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xbaf575e6 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0a4630 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb3f8826 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xbb553f1f rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xbb5bf158 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbb607d13 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xbb65f56f class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xbb66e970 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xbb7cd930 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xbb885753 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0xbb9cf6cd ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xbba22943 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xbba7a3e8 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbc91ae48 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xbca67cac led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbcaa6ad9 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcc168bd sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xbcfd778e ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xbd3abff1 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xbd4712c7 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd6a1890 flush_fp_to_thread +EXPORT_SYMBOL_GPL vmlinux 0xbd70b5af bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xbda2f8d0 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xbdc1cc2e unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd54bca shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xbe009fff serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xbe1221da wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe1f4f5c devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0xbe2712bc percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbe485acb blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0xbe5fa7f5 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xbe82c095 cpu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0xbe9bac8e device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbec048d6 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xbec56b6c of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0xbecdae83 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xbee8f13f crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf1cc04b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xbf2cadde tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xbf4d6d61 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xbf80ab83 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xbfa87ca9 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xbfb2c4f1 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfd5a31d blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xbfe1d3d6 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xbfe7fd32 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xbfe96adf pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc01643b2 of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xc02119f7 user_update +EXPORT_SYMBOL_GPL vmlinux 0xc02bec3c usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc04469f0 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc061367e mpic_msgr_get +EXPORT_SYMBOL_GPL vmlinux 0xc065a455 cpu_core_index_of_thread +EXPORT_SYMBOL_GPL vmlinux 0xc07f80d6 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xc07fd957 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0aca6e3 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0dd61b6 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0f7fc88 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xc108329b ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc14dbc49 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0xc1660812 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17c95d3 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc1ca914b call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc1e027e7 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc200cb81 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xc20c529f register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xc215fd40 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc223be19 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc23ebb39 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xc24c4e0d devres_get +EXPORT_SYMBOL_GPL vmlinux 0xc258ebac inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2af2d3e pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xc2b1b70c blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc2b5c783 pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0xc2c25342 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc2c95cc8 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xc2e3edc6 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xc2fca381 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xc30b3a36 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc35c8ea3 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xc35db437 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xc369d55d extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc3a3827c da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3d7b1d0 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc4273811 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc44b45fa unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46647dd blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xc46d877e schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc497c259 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xc4ad52bb component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xc4b85c86 genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0xc4e51e1a ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xc4e90a9f regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xc5000e0c usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xc5134002 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xc51c39f7 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xc51edfb1 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc5207dc3 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0xc52c12dc crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xc53f43fc crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xc544bca8 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc54da032 cpu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc581c63a debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xc58ee5e2 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0xc5a14881 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xc5a2c19f idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc5a5a9b1 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc5b4a357 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xc5d37180 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc5e3479b inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xc5fc763f debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xc6062a08 wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc606cd3c boot_cpuid +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc640902d pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc65e1ec5 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0xc68aa090 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xc68aa252 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6ac09c0 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xc6ac24ef subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xc6e5b6d8 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xc6f33ea9 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xc714462b ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc72e0bf4 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc72fc257 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xc73adfec tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7717a7e usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc77bbc4f pmf_find_function +EXPORT_SYMBOL_GPL vmlinux 0xc791c482 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc798e78d __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a6031a dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7c8b370 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xc7da17be timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7edd6c0 of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0xc7fc3f60 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xc81b2417 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0xc82f1d1d usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xc8495ada device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xc859273a gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0xc886f1d1 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8db92df fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95624bc of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xc963790f __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc97e9bff register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0xc98f87fc unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xc9bba068 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xc9bdae41 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xc9e7ff81 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca0e32e4 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xca468bdf devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xca72ef65 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xca74bcb1 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca8b7289 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcaccfd0a skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0xcb15617b cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb3767f7 pmac_i2c_get_controller +EXPORT_SYMBOL_GPL vmlinux 0xcb457eb1 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb4c877f usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xcb90f5a8 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xcb9b5c6c sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc000937 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xcc0f1009 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcc1882e8 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xcc1b8648 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc3e5458 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xcc4863b9 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xcc4951e1 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xcc634db6 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xccbb211b page_endio +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccdbec35 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xccf82114 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xcd432c4d blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xcd449b6c dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd990b7a key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xcd9d986f usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xcdb01877 ktime_add_ns +EXPORT_SYMBOL_GPL vmlinux 0xcdb305b0 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcbc607 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xcdd2a43f usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xcdfcbdc4 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xce0aa925 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce20db3b wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce6268c1 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce7b430f pmac_i2c_adapter_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xce840856 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xcea31924 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcec976ae component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xced8445b ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xced8b4bd irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee41ab3 thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0xcefc0d5f irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0xcf03cf21 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xcf07d35b hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xcf3c6f51 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf92aa71 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xcfa0c0d2 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xcfaf59fb shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc516c9 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfd9a317 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xd00e5c0a bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0xd0384246 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd07cd92f input_class +EXPORT_SYMBOL_GPL vmlinux 0xd09b6382 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xd0a0f2c5 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0f1ed8a pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xd11b733d device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd14bf5ed rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd1677ea0 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0xd16987a4 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd17549dc ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xd1822f0b cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd196a86b perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xd1c7346a regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xd1ffe5bb __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd247d74c perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xd25d3f84 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xd26161bf usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27adb03 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xd2820524 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xd2a3ee56 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd309d27f platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xd31f1760 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0xd339296e rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xd33df381 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xd34149a1 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xd342c408 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xd34d1142 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd36da48f usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xd38ba206 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xd3a196eb ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3a28eaa vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xd3a2cb24 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xd3a2d64f sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xd3a88bef sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xd3b7deb2 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xd3e3ad08 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xd3e8f05a of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd4378e18 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd4692a7c rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd46bf5d3 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xd46ccbf0 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xd46f091b ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xd47207c3 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c1488b led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xd4c8d565 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xd4d1e02b device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xd4e6573b pmf_do_irq +EXPORT_SYMBOL_GPL vmlinux 0xd4ec142c pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xd50d8e08 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0xd51017a0 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xd5138e3d anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xd513ddbf timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xd5147591 unlock_media_bay +EXPORT_SYMBOL_GPL vmlinux 0xd5214e2e pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xd5383361 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd54a8936 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xd552ea15 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xd577eda7 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xd5876f3f devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xd5925bc0 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xd592d16f relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xd5bae750 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd6024935 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xd61ba2e9 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xd624500e device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xd6402cf8 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd65bd2cf skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67ee2d8 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xd68b512b rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0xd6acce26 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd6c2e04b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xd6d4f43b __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xd6fad87f fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd734007d ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xd767a36a inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd774d52b virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xd77b2fa4 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd77d3ef9 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xd77d80a6 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xd798df54 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xd7b93f16 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7ecb20c pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xd7f8026c usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xd80070c8 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd82d8438 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xd835260c pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xd835fb88 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xd846754f bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xd847296c rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd890577f __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xd8edff72 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd93b2da3 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd944d8f9 ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0xd9465f44 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd98acbf8 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xd9ab7534 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xd9e82cbe rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda0a4d22 mpic_msgr_enable +EXPORT_SYMBOL_GPL vmlinux 0xda2f5fab register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xda3ab751 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda66ad16 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xda9ff739 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xdaaf6338 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xdac48a94 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0xdac70412 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xdaeedc4f thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb74b1e5 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba4ad93 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0xdbb98f48 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc08bdaa hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xdc0e155b regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xdc1105d3 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xdc461430 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xdc648a14 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xdc6b83f9 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc8a113e phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcb58929 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xdcd6dc61 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xdce7b510 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xdd0562bc pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xdd158339 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd520ccd debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xdd605632 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xdd729424 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xdd7a309e power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xdd9f5c1b devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xddaaf6d3 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0xddb12e47 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xddbab7e7 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc30f5c pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xdddf7c5b spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xdddfb6d3 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xddf953b2 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xddfdb0c6 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xde26747e ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xde3f1b16 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xde562248 __class_create +EXPORT_SYMBOL_GPL vmlinux 0xde784473 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xde865fa6 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xde88b9d4 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xde8cdf92 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xdea2ee24 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xdeb0ebd8 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xdecf6aaa hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdee174d8 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xdf085189 __class_register +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf194dfd ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xdf4f8168 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf510978 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xdfb5742f tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0xdfc61e8a __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0xdfc91f2e ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe00cfaa4 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe014d5f0 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe036b3e9 mpic_msgr_put +EXPORT_SYMBOL_GPL vmlinux 0xe07ca631 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe08f523b ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xe097868d simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xe09fe38a perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xe0c62bc2 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xe0cdf6a0 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xe0f0778b sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xe109f761 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xe11621a5 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe142afa5 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xe14971e9 of_css +EXPORT_SYMBOL_GPL vmlinux 0xe16591ab stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe183904f tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xe185099e usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c42f55 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xe1dfedd8 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe2000c5e ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xe24e56cc hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xe2592e54 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0xe2907306 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xe2927c83 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe293cb89 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xe2d48c32 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xe2d9f2a9 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xe2ecc708 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe30731f5 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xe30fac88 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0xe316b343 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xe324ef07 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xe3329691 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xe3446159 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xe35fd385 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe388ec38 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0xe39207bb ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0xe3987ddf rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xe41188a0 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4316757 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xe4404314 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe474bd4b usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xe48b8c46 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xe4971680 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4b63ad0 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xe4c031f8 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4cd3bdb dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xe50eb5d5 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58d04f8 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5a82eae i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0xe5c9262f ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe5ccdf64 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xe6289f11 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xe635f76e pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xe6424c97 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe6554c6e debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xe65d28cc device_add +EXPORT_SYMBOL_GPL vmlinux 0xe671f33c pmac_i2c_get_channel +EXPORT_SYMBOL_GPL vmlinux 0xe6b5771a __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe707f445 pmf_unregister_irq_client +EXPORT_SYMBOL_GPL vmlinux 0xe7145917 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xe7149473 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0xe72200c9 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0xe7238f3a key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xe73f1838 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xe746b9e0 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe773bbb3 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xe7903e56 regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0xe79c5eda bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe7eaac49 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xe7f18b3c threads_per_subcore +EXPORT_SYMBOL_GPL vmlinux 0xe7f8786a default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe8595178 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xe85c55e7 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8790181 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xe879f82e rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xe87b162d get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe881628d iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xe889c5e0 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe89bf9d8 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe8a0dde5 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xe8a8aa1e sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xe8cf0074 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xe8f9093a pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9453ad7 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xe95e05ef scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xe972ca5f dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xe972d9c2 thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe988c4d1 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xe98a9a7a da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xe98c8778 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xe9a188c9 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xe9ae1be4 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9f3d606 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xea117f79 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea2d62f7 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xea3e89e2 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea6c54b5 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0xea8cc533 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xeae43f51 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xeae61c1f thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb18a487 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb364950 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xeb36f652 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0xeb593381 pmf_call_function +EXPORT_SYMBOL_GPL vmlinux 0xeb78b07f power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xeb8ae736 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeb98215e cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xeb9825e5 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xeba09bb7 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec13bc91 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec2f1a42 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xec3f8c31 relay_open +EXPORT_SYMBOL_GPL vmlinux 0xec6a6a7d devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0xeca4d9d1 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xeca5331f set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xecb850d4 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xecd05c01 relay_close +EXPORT_SYMBOL_GPL vmlinux 0xecd6b4af scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xecd8af53 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xecda8bd1 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xed23a658 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xed49b263 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0xed510a9a max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xed539f9c dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xed77a3c9 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0xed95cb20 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xedb89793 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xedc2994d ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xeddcf35c show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xedebc4de ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee3ad6e2 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xee4a6e8c isa_bridge_pcidev +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xeed251d2 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xeedd102d device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xeee55fda pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xeeffefa4 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xef2c3066 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xef32a522 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef422dca alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef716d2f platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xef772773 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xef8bf7f3 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xef9a3410 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xef9c5d7e rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xef9fedae blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefad0846 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xefe214dd ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xefe44856 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0xeff02dcd crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0xeff896fe tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xf011b546 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xf023ff05 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf03978f6 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xf0400e14 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xf0616dd5 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xf0629f21 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf063d518 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xf069d6c0 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xf07910b3 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf09c552e ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xf0e05197 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xf0f5b4b9 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xf0fc6b5b dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xf10a31ff rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xf10dce71 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xf111fd49 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xf113d774 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1156fef ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf1343258 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xf1357798 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xf158f170 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xf1789150 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf18d7f7d of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xf1a62b6f of_i8042_kbd_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1c60208 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xf1ee1c8a regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xf200da2d of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf2194793 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf239db9b sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf288aa42 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xf2a35826 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xf2aebc52 dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0xf2e43cd5 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf32a4b93 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf3672388 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xf37a2a47 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3856ae1 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xf39d62b0 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3d02ada pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xf3dcc0e4 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xf3f37b79 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xf3f6759d class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xf40ae87b dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xf4133667 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf4197675 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xf41c1e1e cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0xf431f0d5 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0xf4357e65 rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0xf44e7195 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xf471bc57 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4b0d504 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xf4c0dd63 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xf4dfe662 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xf4e9744f rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf4fc7159 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xf54502c6 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf567ca34 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xf5737c5e blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xf59059f2 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf59d064b ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bcf1b2 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0xf5fb0cd4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xf60f003a usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xf6473afc usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xf6707b91 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xf6b3da6c usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xf6b8a398 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6fb3b33 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0xf6fea679 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xf70991bb pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xf72dff13 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xf7620cdc tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xf7ab3245 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xf7bf097c mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xf7f4efe0 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xf815e543 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf8409386 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf846506f irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf8749730 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf8983ddf ping_err +EXPORT_SYMBOL_GPL vmlinux 0xf8d40e12 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf901027d __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0xf904d9f6 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf9154bff inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xf923a8c9 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0xf92583cc cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf93374ef da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf97fdbfd of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9b9aded trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xf9c82d82 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9ccabe4 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xf9dcb398 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa2790dd cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xfa3c6799 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xfa54d361 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xfa59d2af sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xfa5d008c hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xfa76d246 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xfa776b8c scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xfab60503 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xfad76000 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xfae1c26b arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0xfae44b2e transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0xfb2b0d7f __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0xfb2bafd9 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb49c56c device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xfb525dfc pmac_i2c_get_type +EXPORT_SYMBOL_GPL vmlinux 0xfb52b77d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0xfb533c10 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfb64faa8 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xfb6c9b54 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfbb02146 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0xfbb21612 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc57781 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xfbdf8679 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0b7b0d power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xfc44b1a7 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xfc509004 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xfc6de0d6 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xfc6efe48 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xfc9a6df0 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0xfc9b1e00 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xfcc99c20 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xfccdda39 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfce23239 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xfcfaa8cd ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xfcffb4e1 pmac_i2c_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xfd1939fa pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xfd2ae741 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0xfd2d152d of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xfd968b80 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xfde6a82a devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xfdf3641d rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfe14e70e regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xfe1e5c12 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0xfe38e730 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xfe3f26dc rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xfe5c4b65 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xfe85f09c pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfefb5cd9 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0615a9 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xff47b143 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff644c97 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xff6cb2b6 extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xff96cb56 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xffcec580 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0xffd82e9b raw_seq_stop --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc-smp.compiler +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc-smp.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.8.2-19ubuntu1) 4.8.2 --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc-smp.modules +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc-smp.modules @@ -0,0 +1,3903 @@ +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ac97_bus +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +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 +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x_cs +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +airport +ak8975 +algif_hash +algif_skcipher +ali-ircc +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +ambassador +amc6821 +amd +amd5536udc +amd8111e +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams +ams369fg06 +analog +anatop-regulator +ansi_cprng +ans-lcd +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +apm_emu +apm-emulation +apm_power +apm-power +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bma150 +bma180 +bmac +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpck6 +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +configfs +contec_pci_dio +cordic +core +cp210x +cpia2 +cpu-notifier-error-inject +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +denali +denali_pci +des_generic +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +donauboe +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155v4l +dt9812 +dtl1_cs +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edac_core +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +ehset +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +eni +enic +epat +epia +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +flexcan +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fsl-edma +fsl_elbc_nand +fsl_lpuart +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu_ts +fusb300_udc +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +genet +gen_probe +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-generic +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +gxt4500 +g_zero +hamachi +hampshire +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hifn_795x +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hwa-hc +hwa-rc +hwmon-vid +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-hydra +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mpc +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-ocores +i2c-parport +i2c-parport-light +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-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +i82092 +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ib_mthca +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icplus +icp_multi +ics932s401 +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +imx_thermal +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +kafs +kalmia +kaweth +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +ll_temac +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmc +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac53c94 +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mace +mac-gaelic +mac-greek +mac_hid +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memstick +mena21_wdt +men_z135_uart +men_z188_adc +mesh +metronomefb +metro-usb +mf6x4 +mfd +mga +mgc +michael_mic +micrel +microread +microread_i2c +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +musb_hdrc +mv643xx_eth +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +nsp32 +nsp_cs +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvidiafb +nvme +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +ofpart +of_xilinx_wdt +old_belkin-sir +omap4-keypad +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +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_pcmcia +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 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +physmap_of +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pmu_battery +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptlrpc +ptn3460 +ptp +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-lp3943 +pwm-pca9685 +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +rack-meter +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc_cmos_setup +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-generic +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +samsung-sxgbe +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_sx4 +sata_uli +sata_via +sata_vsc +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci +sdhci-of-arasan +sdhci-of-esdhc +sdhci-of-hlwd +sdhci-pci +sdhci-pltfm +sdio_uart +sdricoh_cs +sdr-msi3101 +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sha1-powerpc +shark2 +sh_eth +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slip +slram +sm501 +sm501fb +smb347-charger +smc91c92_cs +sm_common +sm_ftl +smm665 +smsc +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +snd-aoa +snd-aoa-codec-onyx +snd-aoa-codec-tas +snd-aoa-codec-toonie +snd-aoa-fabric-layout +snd-aoa-i2sbus +snd-aoa-soundbus +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-powermac +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb-common +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +soundcore +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssd1307fb +ssfdc +sst25l +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +swim3 +sx8 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +therm_windtunnel +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +uninorth-agp +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vf610_adc +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-ircc +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virt-dma +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vpx3220 +vringh +vsock +vsp1 +vsxxxaa +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83781d +w83791d +w83792d +w83793 +w83795 +w83977af_ir +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wdrtas +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +windfarm_core +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xilinx_emaclite +xilinx_ps2 +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +zatm +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc64-emb +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc64-emb @@ -0,0 +1,17017 @@ +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0x31398536 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x5e8060ea 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 0x0e308b9f pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0x10076fb1 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x2a89023b paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x5fed0479 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x6b8a77c7 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x72a56a2f pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x80569a7a pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xa577434d pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xae047b8f paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xde95d5bf pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0xe7e49342 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0xeb07b253 pi_do_claimed +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x3625e565 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x68356408 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x98f54f3c ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa4e9984b ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xef452a7e ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/crypto/caam/caam 0x1c758e97 caam_get_era +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x33a47a4c caam_jr_strstatus +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x53cc3cb2 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x5c216c3c caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x689b7b6c caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xc59e37d5 gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xc5ec6e2d split_key_done +EXPORT_SYMBOL drivers/crypto/talitos 0xec52bb4b talitos_submit +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x40db95d7 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x483c442f dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x4f09a9d6 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x60577df0 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x9c19dc7a dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xc18e7821 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/edac/edac_core 0xa1d956bc edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0313e4bb fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04d0f641 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x084974a7 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7d6af8 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x14a88f84 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1bd8f6ce fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1cf51153 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x253efb3b fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2fd63bd4 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x431c61ed fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4bd2a1e0 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4cf3438c fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4dd6f5db fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x60cae5e5 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x645b715f fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x67f0bab6 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8f17b44f fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9884743e fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x988cd444 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa389690a fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbf7e9cfd fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc9f6d960 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcd1964ed fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd117bf6f fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf3eec0d0 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf4437e3b fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf6e98aaa fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf97d37f8 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfb80e3f1 fw_send_request +EXPORT_SYMBOL drivers/fmc/fmc 0x460c65a5 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0x4af23a29 fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0x6e7d270c fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x9ba70cc6 fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0xa226e0a9 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0xb7335741 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xc770be32 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xdb922d42 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0xe1152ee6 fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xe85a3999 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xf4f1b9bc fmc_reprogram +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x184e7a56 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x004c866e drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x007167e9 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00ddd94e drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x018faa5a drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03614302 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0370d237 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x076c2ef9 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0854a75e drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0x089f4100 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ddac6d9 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f776cd2 drm_vma_node_is_allowed +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 0x111c5b86 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x128a8996 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x130756d1 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x131b092b drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13788d7f drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15874933 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x160caa75 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x179b8f36 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x181b7b2b drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18ac858f drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18f512bf drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a2120d6 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a532471 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1aa95062 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b47fdcb drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bbadaf6 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c7fb0b7 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ffb1980 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b37c60 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2260145c drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2400c169 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x240ab2fd drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26d3ed95 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26e46847 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2753ea0d drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x285e247a drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29517e98 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29ad006c drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a46b2e4 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ad5d559 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2de9c5fe drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e94bf14 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f0b064f drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x301ec38e drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x350f2f0d drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36604d68 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x374af66a drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39579feb drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab2c7df drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c301be5 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3df42c4b drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dfd830b drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ec5ffda drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f71f113 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4024efd0 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40cfd4fd drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x431fc954 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45474aac drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46974efc drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46a82e3b drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46d39b3c drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x475ba629 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48c03882 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b421166 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cee90a2 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d339703 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d642879 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e3cf652 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e8e3165 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4efdec4d drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f7afd42 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4facac0d drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5041d3fc drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50defd4e drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x512c6f41 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x518ece95 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x538070f0 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57364a2e drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x576b3a31 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x580f9225 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x590c9526 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x594ecf90 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5aa681ec drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b75abbd drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bce7052 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bf087ef drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c00664a drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7318dc drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60b4ad78 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61fbc694 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63955370 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64c2a276 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65f2728d drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6762d456 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67becce0 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67e1c98a drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x693845ea drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69dc2eff drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c670086 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc3c29e drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d159bb8 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ef1d106 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75eb580d drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x779c0d25 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x790cd8f0 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7973ddf0 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79db0ef5 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ab5fa51 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7af27ff4 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b041aa8 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d98e818 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ea8ef39 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80510251 drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80a8fe97 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80c1e14d drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e773e4 drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x823ceea9 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88838e9d drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92db97bd drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93bde045 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96112148 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ab4eaca drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c1a3354 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9de9136f drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ebc4426 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa14f5cd0 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa245af1b drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3a02e8c drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3a79fb8 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7f9860e drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8057c55 drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa80cadb1 drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa87c6ca0 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab13e211 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xacf4966c drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4a2e9d drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae3ac1f0 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae644d09 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb258b92a drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2f49309 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5540008 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb567fabe drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5fd3744 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb66e7aff drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6a8ad12 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb11a718 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdd65c68 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdd8a1e9 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe3a83ff drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbee155c8 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeecc319 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf503c48 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc06ef79f drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc740bfd0 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7f7cc11 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb5fd78d drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbdd5102 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc12f855 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccf04c17 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce3ec7ad drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce878a33 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcec158f0 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf708b5a drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcff57ae4 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd33ad4bf drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4a9e2dc drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd75a5eae drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd83c87bf drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd96ecb69 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb95cbe7 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd722c33 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0e8e5d2 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe120f62e drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe13a3033 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe347a4e8 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe469f070 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4900a1a drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe51f93e7 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5eb4d7b drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeabbd4f0 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebd6b0cc drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecf78af6 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee9b0299 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf04b4229 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf112e1ba drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1d10301 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf219f21d drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2ce05b5 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3772c38 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3a4d248 drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf476ea75 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf547c259 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf55cfacd drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf56cb6e0 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5e3a06f drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5f4b2c6 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6d3a423 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfabe2ad2 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb118602 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbe1504b drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc0d0df3 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc6d1ffe drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd49e2c8 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe7f196c drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00d78d9e drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01c2f619 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08c9a4ae drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1914ae65 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19805214 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2046f183 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26ad7841 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28f9d5b5 drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2aa30230 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30fecac5 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b6a3a43 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c36cc62 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4110cc3e drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x498bc5d8 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b43912d drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x505aa22e drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x551abba4 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b46f84c drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77a7cb30 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x793b9bed drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7954dab4 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ed5c2ab drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ee5426c drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x904146e7 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0a0ef5d drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1a26128 drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2824b38 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa48ce933 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa94d2eae drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf4160af drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3ec9d94 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb946c6bf drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9c563fe drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbcfcd2e3 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd778f5a drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0aeb6aa drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda1f3813 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda78fbdb drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc79c79e drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1ba6e6d drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1bea199 drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe46c6c35 drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec92567b drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf4133a7d drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf7b05dfb drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf80ddf20 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf84b2d8b drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfaa5c4cc drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc53bef4 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xffee4727 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x0bd3ee42 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x1ff70e04 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x914028e0 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x00554344 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x033fef6c ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x05ffa28b ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0cfcf52f ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0d734176 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x13346350 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x145fde33 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x174a0129 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x258bc3e6 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2a203ca3 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2be145a9 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x360d00ea ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3672464b ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3817a6c9 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3c1ae722 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3d5c827b ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3d6fc70d ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x41b6bc33 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e8dd264 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x52e269a3 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5482d660 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5536d045 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x564e1aee ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x572e90e0 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x59fbe631 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a6a98f7 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a8fdfea ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5c60fbd2 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6f1c80f0 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7217ec49 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7678f835 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7cfd6873 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d55da85 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7dab821b ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84a13931 ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89a443de ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d14adbf ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d548f31 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8dd76590 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x952e1178 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9b7c298a ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa228d577 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa28d6aa9 ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2a129fd ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa384722d ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa64bfe5f ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa73de2a9 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xad0bdd7b ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb6c1da25 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb6ec39ee ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb79a3640 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb7f0d60c ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb83c6470 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb876a73a ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbb9e5d65 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbc45d027 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5685938 ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5f0c2da ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc61b11c6 ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce789483 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd4526eca ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7f51742 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xddfaf7c2 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe030bd1a ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe21221f4 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe427e687 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeef5858f ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x10958828 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x22c43adf i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x431286b8 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x8c584dd0 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xfac23a7d i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xea8c414f amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x7346a82c st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xd93ec9e2 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x0a599590 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x1007d873 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x12252815 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x13776dff hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x398b12cd hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x572c8e7f hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x76102311 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x8b6bd295 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x91aa2631 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x016117c0 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x037bff81 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0d300654 st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2435e66f st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x61e258d2 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x83e8c229 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8a106a73 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x901397d7 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xa02d8d9b st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb6c67c0b st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe0260401 st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe1bfd686 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xe52d0234 st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xeb4dca31 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xfa76978a st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xfd828f81 st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xfe4aca21 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x383898d1 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0x90e18a4e st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xc37486c5 st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xcdbc3e04 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x748934d2 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xe50b16c7 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x011b4352 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x0810ec35 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x10c3597a iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x1f88a7bc iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x20ba2b89 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x28aa7e73 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x324247fe iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x3d131d8d iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0x4b938d90 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x6ba6bc21 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x6eacb477 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x72113ded iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x7e9b7c25 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x93c6dd02 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x9c0ff35d iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x9f9838cd iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xa776241c iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xa9ca912a iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xbd40dd2d iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xce79afda iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0xd8bbc755 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xeeb1c8bb iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xfd81afed iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x37f64ed3 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xd585594d iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x2683868c iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xe49a2d9e iio_kfifo_free +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x69cf097e st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xb2435a3d st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x6625b4aa st_press_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xc4aca261 st_press_common_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1ea5767b rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x32a8402c rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x59252c9d rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xa6967dd2 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x10076215 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x139a4e62 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x21e75309 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3574c9f3 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4cc28d48 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x519c7884 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5db703f2 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7e06db11 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8e3aa987 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9acafd62 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa380668f ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb4a802eb ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc6fb0c8a ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd2079d9f ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd993747b ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf6f5b478 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf7bc8464 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f61bb0a ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10d01054 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x110ac749 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13ae0a17 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15c374df ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16490560 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x166f8c44 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c9efc4f ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1dd12fdb ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2547512f ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x271f73cd ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a7db74a ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2aa546e1 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e899d43 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30129bff ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x302f54dc ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31569319 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x341ac987 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3538fd47 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3686921b ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3882b0ce ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a1d513d ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42697fa5 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x438da1ce rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4beefbb0 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c04b332 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c643dd2 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x513a1d4b ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x517abff9 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5192ee0d ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51f4dcc6 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5347dd14 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54def049 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e6ff11a ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5efea31c ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f69d268 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x660bb61c ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6701ea3c ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6746de6f ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c00c6e6 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7006e99b ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x722f6dc0 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x767736cd ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a52c7c9 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83bac9d9 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x87dd7378 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e670906 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f1ca8d0 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f1d5c8e ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92a57bd4 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94eb98ae ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa32e72c0 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa50bba06 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7f3c6ed ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa953b1a1 ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab7e8e43 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad04337a ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae100851 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf7ffd94 ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0554c80 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1f7c61e ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9052ce4 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcca99ead ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccef0c51 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf914e3f ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd191fff5 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1b1cf42 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8982cd4 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbd73513 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4191dd5 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5c91782 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe602c3cc ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8bc2e44 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9cee736 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb35277b ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebca131e ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec70f3d2 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeda5832c ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf36f8f06 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfdf90039 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff9b6ec1 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x1078e93c ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x1f3335b4 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x38cee451 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x4c23e6ca ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6163aae6 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6837006e ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6be5c881 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x97448fe0 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xd79d84bf ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xe020e1a4 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xe45fd2ba ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xedd2d470 ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x06091d9d ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x2f727557 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x5328d7a6 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x5415336f ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x6b21285f ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9a1cd50d ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xd5b23df1 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xdc360da4 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xe4b69e9e ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0815325f iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x216c07a7 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x25e847da iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x26d20b94 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x33ea3728 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x40ab846b iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x48509d64 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa1d65252 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb68561f3 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb6a14a34 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb89039fa iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xdb87b644 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe218a2ae iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xed0ce717 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0092c977 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0bdfa951 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x17ed7d18 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3e8a2cb5 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4b1eda8b rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4d94dbb3 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4e679e38 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x640475d8 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6aa42f89 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x93cca46f rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb4e984ba rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb539cd45 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb567b19d rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb8784dc6 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb96d2713 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbbef3c19 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdbb3ffba rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf259891d rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf2764613 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfde28acb rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfe8c3e1d rdma_leave_multicast +EXPORT_SYMBOL drivers/input/gameport/gameport 0x0af3ccf2 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x13ed9ced gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x326dc889 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3f056f86 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x52d9559c gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x52f820c9 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe8a559e6 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xea1accc4 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf8624936 __gameport_register_port +EXPORT_SYMBOL drivers/input/input-polldev 0x1afcfc66 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x464d42c2 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x50a4518c input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x53e343e2 devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x9a8a0066 input_register_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x81813f20 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x1bb08a54 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x2d264e2c ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0x445aec57 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x9c77ee3b ad714x_disable +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x74ce8a8f 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/sparse-keymap 0x267bcdaf sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x2822033e sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0x3e404cc1 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xb113a2e5 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xe92b6e6d sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf994efb0 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x81719ef2 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xd6814e8d ad7879_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x1f3ebc4a capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4bbe32bd capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x522baf70 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72b95094 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa77b07b7 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xadf29c34 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb96fde56 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xdb15c91d capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xdefbdff8 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xeb42671f capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x00987650 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0a297112 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x182da8dd b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x1b703aab avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x2019d1cf b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x35b9f476 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3f3d78ef b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x533e757d b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x862d4cc9 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8d3b925d b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9c3d9277 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb0189eb0 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xc88fff3e b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xccd35b78 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xefbad679 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x30c9d352 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x40e75879 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x44714d37 b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x60c7ce72 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xb31f75a1 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xb3cfd2de b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xbd464669 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xbdf7d783 t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd2a84f2c b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x54525c5d mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x6d5485df mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xbe65e092 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xd62d6cff mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x19e28c29 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xaea766cd mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x1d4ed158 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x24612d77 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x32f686a5 isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x33232ef1 isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xc626ff90 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xeab622fe isac_init +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x28d4365f isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x518d3c4f isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xa5f86d89 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1266220b recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1cebb8cd bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3088dd01 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x33f0d842 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3bee19e0 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4686c6a3 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4ac79815 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4c165514 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x504d0cff recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5e01ff27 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x71814895 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7ee7b858 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x88ab4299 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a8780dd dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x97dd9e23 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9bed3895 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa2bf3618 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xac90f597 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb4e9463f mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc1c75fd7 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xce81c094 mISDN_freedchannel +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 0xe8379b4d mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfc2a30d8 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1d89bd11 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1f529ce8 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0x26481f26 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x440b4830 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x44a37d62 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x489bcb68 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0x4b3da3a6 closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5b59b856 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7daccb73 bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0x8833b0e8 bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa3c5c702 bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xb40e89a1 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0xc64de5af closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca5df778 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xce47a6d9 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd2813054 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdf892351 bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe67c2d16 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xec6f33d0 bch_bset_init_next +EXPORT_SYMBOL drivers/md/dm-bufio 0x268682d2 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-log 0x3a005bc0 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x4bd19c54 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xb5291ad0 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xd68a9aa2 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x2822669e dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x60914f2c dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9b1613a6 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xbda8b55a dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe8066d62 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf704e793 dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0xd0240d48 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x27aec850 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x34a19562 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x416d75e5 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x578ffe26 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7996acc0 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x87a2fd3d flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x98ec490c flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa1890924 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xab22f732 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xacaaac6c flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb9e113b1 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xdaefc285 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xdcfd2e49 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xc58671c7 btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xd43e121e btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x594f6da2 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x76822ba0 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xa6a7c7a4 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xbed17d25 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x44012743 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x762b02ce tveeprom_read +EXPORT_SYMBOL drivers/media/common/tveeprom 0xea7402a5 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0025be3f dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x02311a69 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x086ff1bc dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0bb3d7fc dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x32706276 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3a0463e2 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x56ec62c5 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5c0ea535 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a01fcda dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x70af1058 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x72fe5f2d dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x75045205 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x754bfa35 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x78db694b dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7abf4797 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7f4f9b54 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x85a5e7d3 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x85c9e21d dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8e0ee027 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x90bdb174 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9bfe9bf6 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9fb75eb5 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa96fbdde dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xad851460 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xba181b6f dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbe5bccf4 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc11f4ce7 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcb42c222 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcf589e8c dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd8f7184c dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xea1c72e0 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xec45fda6 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xee046243 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf0baf17b dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf28e7431 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf29e23bc dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf9aada05 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0xe7ce5241 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x591043dc af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x39c408fc af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xa7216bb9 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x2c5fd704 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x306cd6cb au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x87779e53 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x91e6e81c au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbe0368cb au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xca061e15 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd0eaf023 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd2efb4cf au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xdaa973c4 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xd85e6c12 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xd6f394d1 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x5800ffc9 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0xfc06051f cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0xa9049e32 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x08de1aaf cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xde44311f cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x2835aded cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x0c5ca41f cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x163eb8fa cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xb1796b9d cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x16b19ff8 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x2be88da2 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x397fd8de dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x50c9f0bb dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x6607a4ae dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x12634f53 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x21ab8489 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2ae61f7e dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3fd8517c dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x413d14a9 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x48635cf4 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4d83695f dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x50065af7 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x581905c3 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5dacd7b2 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc345d616 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdef5c857 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf4069823 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfcf07335 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfe107a4e dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x2f98f8ad dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1a483392 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x4da18d45 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x707f827d dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x8a962955 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x8c9cb701 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xb69511f0 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x0a1fc708 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x0a7c987f dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x32801d59 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xb2b76259 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x06583cc5 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0e44e243 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0f225e7b dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x1e002002 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x42eb0f45 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x439626a2 dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x48826c73 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x5c486aa6 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6c52c15a dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9425590d dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa074fb74 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc195e77f dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xcc1a19c1 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe1482873 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe78f45ea dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf755e57e dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x0f2b7685 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x179b9dd0 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1b5c4582 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x233c7b07 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x23c5636a dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2a5e16f6 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x324c04fb dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x4469788b dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x67bb90dd dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x708bffef dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x71ff570c dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9432203a dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9734356f dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb8c9742f dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xbacab00c dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc2bc4654 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc33fbb6e dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd45a0e1e dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf4d30422 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x14d56eb8 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x3d88042c dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x8a30d93a dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xe529ea96 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xf8ccb25c dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xfc1361c3 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x6e5129f5 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x90503e4d drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0xc6b93b1d drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0xc37c6bc2 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0xe1521b70 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x9cccf539 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x66d541b3 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xed0f1856 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x9bdb6ab2 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x89fb93be itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xa845aa1f ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0xb01bf416 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xd9366cf7 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x396e2e20 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x64f27af2 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x2254f010 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x30df1f14 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x69f412ed lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xa28ac429 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xd046e223 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0xebaf6461 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x70705c70 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x52e399fc mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x49c15521 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xffd018c1 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0xcb1d3909 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xed7cf91b nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x6160ad09 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x99d4d15e or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x3f996805 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xbd40c180 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x188fbfda rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xa84f48fc rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xed7b72b9 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x64cc8472 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x92ecc124 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x9feaad9d s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xc11d56bf s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xede3955b s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x1643ca29 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0xae9eeccf sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xd7a914d6 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x782f7d73 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0xe2257400 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xb993a442 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xf6a06b8f stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x6ed1949f stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xe2a8844c stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x69188f12 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xbcdfb397 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0xbffc6ade stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xcca05151 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xf1187e88 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xa9d1e289 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x454da92d stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x2073c8fe tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xd7e6175f tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xf7ca4314 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x091b052c tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x2c09430f tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0xb3f6e13c tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xbca0e96e tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xd4495085 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x380d8969 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xc5d10487 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xe38b3738 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xe6f46589 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xc8848ff7 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x16e432ff ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xfaf8de99 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xbd35dc28 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x261a654b zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xd62f7845 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x0be9fd80 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x23ef7b44 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x530cbd87 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x620292cc flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8b57c681 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa1c14419 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf012cf7d flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x139612f1 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x7d46650c bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xc95152a2 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xef414e67 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x0dd7ba1e bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x3935d44c bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x93b22af3 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x52688132 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x52bfc607 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x67dee687 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x91fa4c05 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xaa4f056a dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc8159b96 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd55aaaf1 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe72e3f40 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf053b8fd read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x554ecf9f dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x29f01b40 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x68e0d1a1 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xa499ccb8 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xa9a39d31 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb99e9afe cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x04b7e1a6 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x0a9e7ac1 altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe2263e94 altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x01e0585b cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x0b4fff09 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x490e6d06 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x75e10fb7 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x7ab33ccd cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x9cf45dee cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x0164ab5f vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x631e0c5d vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3e7a9839 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x4f6e915b cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x6faca49a cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x8fc6bc8d cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x17124375 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x36d53ee7 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa4b61596 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa5b3faee cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xb4fef0c6 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xefe78288 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x13381ecf cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2070ba9c cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2ef2211c cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x34a89fd4 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x40e4fc34 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4868081b cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4a383d1c cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4ec41588 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5132214a cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5ce95888 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x63962aaf cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6850446c cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6fd44ade cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x86f069f7 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9068340a cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x90b7afe6 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa8162fe7 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb7f3112c cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbae92f41 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd072c348 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe7046320 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xecc7983d cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0c73dc5f ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x65323eea ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x67b656a7 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x70905520 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x80b84fee ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x91c5fd9f ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x99f1b179 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9c54beaa ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9f35bac8 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa1977b25 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa59f8eda ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xab7bf867 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb27ce097 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb2d70b30 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb58b851c ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcafe7953 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xea0ac393 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x07345e8f saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0cc91aad saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x31ce2532 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x53ef48a8 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x55fdbe97 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x59da8bb4 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6739bead saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x858d6f91 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x85a398e4 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9d028d94 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb659c01e saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf4dcd307 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xf124147c ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x1028e489 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x31389918 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x56c9d846 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x8c9ca8ce soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x97f8603f soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xa218cc80 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xa4a934e5 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xb7a587c1 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe5750d8b soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x171ce820 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x2e0f7288 soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x6a57828a soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xaeebc400 soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/radio/tea575x 0x001d3b74 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa35de8b1 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xbb7f93fa snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xdbd96438 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x16e557ce lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x1e5213ac lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x570473a1 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x60d3f291 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x77d9b699 lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x8ff31c6a lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x95bc0ae6 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xcb48a33b lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/rc-core 0xa5c6b69c ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xc8766dce ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0xc3bedd3f fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xe047bbe4 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x1eeb60df fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x55a94512 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x91ccb7ef fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x87669f91 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0xd9de6a9e max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xa0b474b2 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xa02ad797 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x54364562 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x98f37cfb mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x204b8894 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xbbda0679 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0xaa6f49ce tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xe8ebacf6 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x825e6b1d tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x9ea4afdb xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0x2ace4b0f it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x9df96c78 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x086f6926 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x75d5b840 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xcbe9216d cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x11fdbe29 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x40eff70b dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x46ef21b1 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6ce0b118 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x8584ecd6 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xca44302a dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xeb8b4afe dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xef67c072 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xfa1b4684 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x414e1055 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x51256d34 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x51c16419 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x6043fc37 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x6a4e589c dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x72741e12 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xb9699e61 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x1076cf43 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 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 0x158f73c8 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x37a80271 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3ac1c134 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x90234a61 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9cde12e4 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9ff53228 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xbfe51775 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc27b1f09 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc9ed0411 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd86d629c dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xfbb20cbc dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x3799a91a em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xc54dadbd em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1aca2c7f gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5a340373 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x7986fd43 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa1595dfc gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc4bb1953 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xd33a4321 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xde313b3b gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf4920fc3 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x46b5a2ba tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xd0babf66 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xd61fddc0 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xdb507410 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xf09775da ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x6797499b v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x916bee04 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xa8837dfb v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x2fd5f3bf videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x328211d2 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x935b616e videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x99e851d5 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xbf05a2f4 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xf3731d5a videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0xe283ec27 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x3ad18a95 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x42185515 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x707b07d0 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x765f6896 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x834925ba vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xf1224832 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x03484aab v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x065479a6 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x085d355d v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x131f16c3 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x15442279 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x180dc28a v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x18dcb9e5 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x198a9a0e v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x235c571f __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2563df6d v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2c2e4f28 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x30182df1 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35d8c8d2 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3a4f5e3b v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adddeea v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3eb77141 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x44ead42b v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x45fc6710 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4a3a84d3 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c5fd0e8 v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x537de68a v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x59b15ea2 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x631794b3 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x63ad9741 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6a2c028b v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6d816eec v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x705b0610 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x752321f3 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x782f8bf3 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a59025f video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a922831 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e0f8c0d video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e51d454 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x823b2be8 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x82d0f70f v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x82d45394 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x83104829 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b797729 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8bd54613 v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8c909a87 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8d2351e6 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8d52b7e8 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x917a0e54 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x91f2f8be v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x95b32299 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9794e5c4 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa5e7d8e1 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa785e437 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaad881fe v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xab508aed v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb0a49c4b v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb463cf5b v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb73f5565 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb7d1456e v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb8109f68 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc2b9c60 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc2d0ea82 __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc635ce6a v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc892c35a v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc9cf9577 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcb212584 v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcc2d465d v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb55a354 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdfc21d0e v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2bf8a2a v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe5786f93 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf6b59259 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0a9fa780 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x116117b3 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x389bbeac memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3ab36cfd memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3ca1594f memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x87f9f8fc memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8ca7246c memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9393e16c memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xaeb208df memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb2c22a63 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd153dfeb memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc07e67e memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xeb379207 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0942ea5b mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0cffe149 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x12527c60 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x133d159c mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3728fc32 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4124e99c mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x45636fa8 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4ae269d7 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4c6ee23d mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4e160c5f mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x52ff2402 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5441db4c mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x56578c67 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5f56f9c5 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6364adb2 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x68953ecd mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7cddf68d mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x836a37c9 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x87b619b3 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x985c9669 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9e9bf0c6 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa7d6de38 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaf56423c mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaf83fbdf mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb0e971eb mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb4e70911 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd27d6137 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe2b47a25 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf6ef3b99 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x01572840 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0196733b mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0612a168 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x076df418 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x11a4cb56 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1b6c0175 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x43720e6c mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x45778a29 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4ee0570b mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x57fd01c7 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x65e1c5c1 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x740bd690 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x778e63ef mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x80046bfb mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x81d65a00 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8e80224b mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8f76558b mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x94b880a1 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9c77c8d5 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa4fd8ffb mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa7ff18ec mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbfcb68e2 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc220065f mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdbba5878 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe359585f mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf9628186 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfabb0684 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x0f79ac43 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x210df3fb i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x294043bc i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3a25d915 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3b344146 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x56094e96 i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x56d9dd7f i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x597e94f4 i2o_cntxt_list_get_ptr +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5d6cb0f9 i2o_cntxt_list_add +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x61fd5aa9 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x630ae592 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7ed9bd83 i2o_cntxt_list_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa1b50d78 i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa2ce4f84 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbbf13689 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc8354c8f i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xccfc1405 i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd6d6b4d8 i2o_cntxt_list_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdf06b013 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe3d82b67 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf68a4401 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xfab4bed3 i2o_exec_lct_get +EXPORT_SYMBOL drivers/mfd/cros_ec 0x6a4a952b cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0xa6fe2cd2 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/cros_ec 0xe60b3cc0 cros_ec_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x2f29e30c pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xe7c35629 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x085e107e mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1d573ef0 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1e984dfc mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3d879452 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x40a85967 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa3561baf mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xae6c5aae mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb811626f mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbce02e4e mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd59bf907 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe5222758 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf3cfdf0b mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xffc620e3 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/tps6105x 0x360e1146 tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0x45fb4ef8 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xdb33b2b5 tps6105x_set +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/misc/ad525x_dpot 0x7edef98a ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xc52477e4 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0xebe6945d altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x3ae73564 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0x87fe86b8 c2port_device_register +EXPORT_SYMBOL drivers/misc/ioc4 0x06a1402e ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0x95442fab ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x00a65abe tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x31b2e3e3 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x3cee90d3 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x3dc8299d tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4e3eb41e tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x55449d16 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x722c50cf tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x78fcf980 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xa8c2ec46 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0xcee1fb5e tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xe3211eec tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xe4681b3e tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xfa02a8f8 tifm_free_device +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0xdeb852fb mmc_cleanup_queue +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x159f26d6 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x31a41ebd mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8ac030ce cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb55a2345 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xe302160a cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x25eee30a do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x76646098 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xa9eaec70 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xfb909f4a unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x997c1047 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x47432424 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x6fcb391c simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x0deb85be mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0x340a8ef6 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0xbfe065c7 denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0xe51e5bc8 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x22b30e7e nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0x294525a5 nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0x6f164515 nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x89fa316b nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0xa03e1f13 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0xbe66fecc nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x372a837a nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x60a65798 nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xacb33952 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x0924d45e nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xc2c8c41c nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x7d057cbc flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x8c76e12b onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x8f3c83af onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xde6b0179 onenand_default_bbt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x17159e71 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1f294516 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x584a993f arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x723ddfbc alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x768abb0a arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x8525b765 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xab391146 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xae16881c arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc9d3e084 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf30938b6 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x03d4f21c com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x6029bf75 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xc18f082d com20020_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6bf4aa5c ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7f2e0c61 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9ce78903 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa4208413 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb0f54d27 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb8ddfa8e NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd342b814 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe0a21b0c ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe7b7fc3e ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf2230675 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x24ad6678 bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x47f782c1 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x042b37b6 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x05195f58 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x18b12abb t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2ef97da5 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2f11de55 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x342ef2a2 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5cbbe5e6 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5f0d2f54 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x609ecb1a cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7706801b cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8b875722 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9c4facc0 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb3965e93 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbcd292c7 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd9e2ee97 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe089b655 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x165d4525 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1c119dd4 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x23a06cf8 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2d0575e2 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2f358e54 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x36b320f9 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x434b9989 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4c2e3573 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4c5cccf8 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6088a9c8 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6e2f6ec6 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6f165584 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x854038b9 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8638a916 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x92857c6b cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa1476599 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb6c6af48 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbe3030c4 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc4f4c775 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc9c2d128 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc9e775c6 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xca9257bb cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdce8d4f2 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xedd3c3a3 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeeb50f96 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf55dff29 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfa3b9b01 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xff80be5e cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9a45ed0d enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xdd5c7c49 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xe97a6d06 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x22c0c947 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x3fb6bcad be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/freescale/gianfar_driver 0x79f28897 gfar_phc_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12023898 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a751d93 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2162d326 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x258486f4 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e93c35c mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3bda46ec mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43f507ed mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47b6f0e8 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a0e15b9 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77a3525d mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a5aa36f mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x815900ad mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa14a51ab mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3a17501 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7cb8c27 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0a891f5 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb83eeda8 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1f1d870 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc359b15d mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9257ffc mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcbf911bf mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4dec63b mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde69c642 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf81df087 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9f72d85 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffa07785 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0401198f mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05894d1a mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0fe8557b mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a5dc3a5 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34df9f15 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x440dfdb6 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46eef4b2 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e13b7d4 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x500b9268 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58d816d0 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62d45830 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a5aa1a0 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6abd0e18 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x704d3198 mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e83d9e0 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9021c177 mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1f39332 mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa484ecac mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa508685b mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb865b4f9 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc565eb32 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5d7b8c8 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc82f0119 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcaf013d4 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd55fd0d9 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdbd9c384 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0916431 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf60cf164 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfefbe47d mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x0c49ddcc hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x41c97d55 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x640952a1 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x8c87aa75 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x92cd8631 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x40df7b09 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x679215a7 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x7df5ab49 irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x85a086ec sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x90c949a0 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xa7a371f5 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xba34ea33 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xc7915d28 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xcf0b8260 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xf0a20e49 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x011dba2d mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x023e63ea generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0x15d3df52 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x55ea5184 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x747b0af7 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0xa9efc20f mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0xcbb7fc12 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xdf94bf37 mii_check_link +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x11d9216e alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xce396d1d free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0x8c5b130a vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x362423a1 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x7593c59d register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x9543d278 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xf7d9fc0d sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x20dc5eda team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x3db89b95 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x4aed6b0f team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xba11c2a7 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xbe9835ef team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xc77a8abe team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xc847b5f2 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xe4d55019 team_mode_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x46927199 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0x6bb6fd81 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xfcd1bb5c usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x18c76e51 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1cc29cc6 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9c7198f8 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9dfddc70 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa6d984ed alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xaff6ec76 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb3c04a56 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc1c83303 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc620b29c register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xefec45b5 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf066585f attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x0817deee i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x0336fe87 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x5b22158d init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x74bc6238 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x07556b5a ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1245a161 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x20392ee4 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3ef12577 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x448ce2fb ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6bee1975 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6f08881a ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x768d8d34 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x969d45d5 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcb049ec1 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe132b267 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xff971d56 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1840af9b ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x18f7573f ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa003607e ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbcf20af0 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc6106367 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcdb24af4 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x090032eb ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0b946a61 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0c63905a ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0d7fef77 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5fd3699a 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 0xac81e011 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xaee33e53 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe0ccb946 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf5fe3623 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfc65f96b ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2001a06c ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x287483ec ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2c29ae81 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x307dfbbe ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x33a78ef3 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3e3f6f34 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x43b29f2f ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5d49f4e3 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x67c19203 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6d046cc9 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7ba81f87 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8893f65c ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x96aaa5f8 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa46917cb ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbfd68819 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc77b1f58 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdc0b284e ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xea8417df ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0080aa9d ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x00cf7c5a ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x071b9991 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c7817f5 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d08fc56 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d7eb4ce ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x145703d3 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1bceb036 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1e46893c ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1ea9ee41 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f9a010b ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x21cbfde6 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24084e0a ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x247e1172 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x263c62d0 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2aad4f8c ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ed87823 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x345d857e ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36e2b78f ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b009efb ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d898cd5 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x414bf6cb ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42a42fe9 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5296e551 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55a4d4e5 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55ad0485 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5690d170 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57dbc419 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x58d8a020 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x591098b1 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5bf91b18 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c986b4a ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e75e694 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x602e29e9 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63101a9b ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6388d7e3 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64931d89 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6cf913fe ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e4ac5a9 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70dd31b8 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x71ffe762 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73048824 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73333b4c ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7443c7b1 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a4200ba ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7cd00b66 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e07b020 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e822e8e ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f207723 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f288e00 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8215c784 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x885bb7d3 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x88a5423a ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x88e3f6e3 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b43f492 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8cf0fac5 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x922f607a ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9351b196 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93b18da7 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x99464d24 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e1ac2e3 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f3975e9 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f3db8bf ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2e60f2f ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa4645cbd ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa7e4ac0d ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9ca3c64 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9fb5104 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaaf7f53c ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab9cacf3 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb860255f ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8cd5849 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd9cdb1c ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe99ca9f ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf81e095 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc09666e5 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc886ede4 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xccb1c43d ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcfb9378a ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd22eb9cd ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd43b0134 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5b8a7ef ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd65b993b ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9617390 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd4b059a ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xde541469 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfc9d3ff ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe034ebb6 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe242b653 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5ec20a7 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe6e9b0a8 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe862156c ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8b482c1 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8cb375b ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea37be64 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xebcc32b2 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed444aba ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf1145e78 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3482c03 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf98f3a86 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb3ca6c4 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc9a1d0e ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff9a98be ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/atmel 0x127ad043 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x59483a53 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xa4755f6a atmel_open +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1fdfaf9b brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x30d640ff brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x39f0f3fc brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x3e9b975d brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x5c8bb43e brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x6d4a08cf brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x6e42039b brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x81b0ced5 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x83790b42 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa87b6bf6 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd155d470 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd37e1710 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd8cc84c7 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x075d9a29 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1723ac32 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x180dd7ae hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1d8dd225 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2ad006dd hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2b26a75c hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2b32fdd8 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3e0e93fd hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x446d6690 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5143089c hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x604d8b1f hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x647c637e hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6847c733 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x6c93f19d hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7ab05e23 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x83497b66 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9e43d84b hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa5c56784 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd610abee hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xdcaaee7a hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe184a994 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf3e105ad hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf7c9573d hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf9882bd7 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xfa2dfd11 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xff52932d hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x039485bc free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x042de7d2 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0a2c4423 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2325b1e9 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x28647095 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x28f4f388 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2ac5fd3d libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2ae02ff3 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3028415e libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x35dfa43e libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5081c810 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x679845c0 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x811d2c68 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x819d13aa libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xcdba2bea libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd00a93f7 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe1e27ed2 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe5064076 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf18b1ed2 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf72f0ff4 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf9bbc40d libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x030a9a02 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0aaf9207 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0b1b6b46 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0b60974b il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0bf39d8f il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0c936f8d il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0e54c365 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1660612f il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1bceca66 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1cc6acb7 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1d8a55ca il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1e6d3947 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x21f3f6d8 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x289da762 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2dc30103 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2f6ad6b5 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x34443592 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x355f5f04 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x36309859 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3f83bc2f il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x40dc26f0 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x41659863 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x41857080 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x449ac273 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x472d6677 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4808fe07 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x49557f2c il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4cbbc0d3 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5062834d il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x521f1e0e il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x54d6efc0 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x55e8b189 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x56931eb7 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x56941480 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x57d4d5ee il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x58544cb6 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x62ae9a86 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x65977f14 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x67cdb357 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7175b8a1 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7872558e il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7d9cacd4 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7eccaa8f il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x83d87c2c il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x87a6f527 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x885bc3ca il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8887e969 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x88e55aa1 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x88efc878 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9c2a5968 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9d93fd54 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9edb3e42 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9efddf8d il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9fda0cf6 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa03d8b6b il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa0b2ab4d il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa0f23a7e il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa1cd52a2 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa2b2417c il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa5e88774 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa9bd9a04 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xacd6f81d il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xad1c5ed9 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb0320bf9 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb03c0469 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb0a7aa60 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb0b7b823 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb56e63c2 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7f8c5bc il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbae8c29b il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbb7ac789 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbbe5bc08 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbfe33aba il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc0784a1f il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc0cf4f9b il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc411475e il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcabd97f0 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcdc07fec il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcf640e4c il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd0619178 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd59566c8 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd7f19cc2 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd8654e0f il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd901693b il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdbe133fe il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdc6ac2a1 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe473ce6e il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe5d63c35 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xed06351b il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf071410a il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf18c2d56 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf3169455 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf3f852b0 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf569fbd3 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf98f083d il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfbb18d05 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfbd37387 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08dd8699 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0c50fa2b __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x1ecc5465 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x2f7b7e55 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x3b9d00d6 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x675bcb86 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x779dd6f5 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x85c1bb84 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8de37664 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x954eb7a7 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x963a6f8a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb8f7026f __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe2dcc8de __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf9ec6bdd __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x2b7e24f9 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x41ea7345 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4aef381f orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x51a4bf41 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5632a7de orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x57e2c6b8 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5dea5bf1 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x7df71320 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x7ece4c65 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x83b96b90 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa0ccb81c orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xaaca2789 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd1b8444a orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd23098b9 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd5a1dac9 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd9ba4504 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xea5e3f2d orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0x6629012e rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x06c160e6 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0a87d2e9 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0b5a5445 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0cac5453 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x15052bad _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2352579b rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x26e7f549 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2f6992a3 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2fc3ce8b rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x384e5bde rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3fed59c7 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x440c7d81 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5b42ec51 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x639175a2 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6652737d _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7567f3a3 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7e38699d rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x82368d22 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9b4f5cb7 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa1b12139 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa31b3316 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbcb88fb5 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbe7951e7 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc7cfe055 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc96d66c5 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcec738a0 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd3309b4f rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd37e9d02 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd5b43bc5 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd70c2b39 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd9868999 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xddd484e4 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe4064822 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe80e5c71 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe89ce24d _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xee12d9eb rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xeee20a42 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf1c75a3f rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfad0f310 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfc915547 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfd9f4d2e _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x12f6929a rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xd5a49277 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x2287302f rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x5f86233e rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xc19db4d4 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xeddff38b rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0216d276 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x04bb4374 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x05c50add rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x24cdbfe4 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x38c87574 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3a472395 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4f7d1bc3 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x551a465e rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5af239b3 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5c704773 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x664cd0e4 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x66630e7a rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x80e1193f rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x91979ea1 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x99aba5ee rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa9fb3c4f rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbce0bf5b rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc718a557 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xcb963c05 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xcd65e817 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdc5178ea rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xedfc0ea2 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xfad0aa57 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x0020e20d wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x611cdab3 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xbb4f70ea wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xdcee5438 wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/microread/microread 0xa75a7bd6 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xaedc2805 microread_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x69abced3 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xc327a4c9 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x22012dac st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x6fbbdd0f st21nfca_hci_remove +EXPORT_SYMBOL drivers/parport/parport 0x096ad552 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x0b5fa0ee parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x0bd1ed39 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x13521d75 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x13df99e9 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x18fb2cd0 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x2c720b20 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x3ab1cc6d parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x45a98c54 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x47e279e0 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x483952c8 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x4b4e1f15 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x513aab51 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x58013e5f parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x6957119c parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x697da06b parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x87920968 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x98937118 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xa3e2cde3 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xb05d8ce9 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xb1864a53 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xb7a7344f parport_read +EXPORT_SYMBOL drivers/parport/parport 0xc49b1850 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xcfffd0cc parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xd65a6acc parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xe2337996 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xe2683732 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xe4614e07 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xe523ee66 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xfa4aeb1e parport_register_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x6d4e9045 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x813e5d4c parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x13057c5e pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x36085daf pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x3b97a22c pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x56c2a7c1 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5a3189ea pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5cb181ac pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x60f5c0bf pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x65cc11ce pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x74b77a1e pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x75cfa74e pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8df50207 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa53104c5 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xaf64902d pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb4b15f24 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc1daa861 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xcf2ce270 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe4bfd908 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe7fe3aef pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xee87dd9c __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0387728d pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x2a5a89ad pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x42990cc2 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4f700ad2 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x62a13e6d pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6311dc0d pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x80032679 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8b5e4002 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x90105ad8 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xd36f9aad pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf0cc3b7c pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x586806c8 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xbe047ef0 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pps/pps_core 0x290350ee pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0x5216d873 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0x5ee0bd21 pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0xb87438d6 pps_event +EXPORT_SYMBOL drivers/ptp/ptp 0x21a140c1 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0x2e92e632 ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0x568c7034 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0x86196c1d ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0x93174f22 ptp_clock_register +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x1dda860b rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x4741c05a rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x56951a50 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xaa8cadae rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xaec3e899 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xc55a92c0 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xe04a2e9e rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xe29ccd67 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xfa1a0f9b rproc_put +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x007c68ea fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x04267712 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0afed5e3 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1c9fb12e fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2b0edfdb fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2fea5ab5 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3cdc8f8a fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x46066e14 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x86c5d47e fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd64c738b fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf86fd335 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfaa73c0a fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x00817c5a fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x068d9d94 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0a35446f fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x11e78795 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1a1ee2eb fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x238aa8bb fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x25140078 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x25f83afb fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x29a17fae fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2ba84193 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2c1d4086 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2f27be3e fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x39cb2681 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b47ee83 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x45e5632c fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x608418f2 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6121cd60 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x69a53de3 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6aa31e09 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6b79e7f0 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6bb637ce fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6eea5a7e fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fdf8720 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x87e9fbda fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8d526115 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x93c2fd7e fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x96a6eaba fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9932c0a9 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x99a430c6 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa0a16176 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa62e6fbb fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xac79851f fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xae89607b fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaec045ea fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0f82435 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb583a97e fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb60839a4 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb608c398 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb82a9120 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc4cd8830 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc4e73eef fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xceedb2c7 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd2f49c5b fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd82f49fa fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdd425599 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xde92cd49 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdf913a77 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe52f9cd2 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe6b2480d fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xef397957 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xef58b40e libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfe89f1fe fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x3f5e14b2 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x84236922 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xa8ca58a7 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xb3f38129 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x40c691b5 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0682fa9d osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x13560b35 osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x18ee1a70 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1ba78ae1 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x20e5ce33 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2465eeec osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x301487b6 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x335caea1 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x37dc13f5 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3bc36534 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4125bde1 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x454c15eb osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x49ed69ee osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4c2ef829 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x50fda0b4 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x541cef61 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5686429b osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x695e6de2 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6c925347 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6d69bdfb osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7e46203e osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8d3168a5 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x97a6d6fb osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9d7dd359 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa7f7e402 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb716b8dd osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbad3c7c4 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc39693d9 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcb4b9d23 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcf5a5639 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd418c593 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdad70e03 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdfd2275f osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe0adf92e osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xec159f24 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf3c12908 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/osd 0x026edc04 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0x57e70515 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x9947c79a osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0xc93ea3fc osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0xe1687ceb osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xf5f7724a osduld_register_test +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x04a87d9e qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x13047761 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x17555028 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x17856ce8 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1af6d24a qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2aec7a59 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3fd5fd8f qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7d94cd2f qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbabfad6c qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd58b6490 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe52701bb qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x016193a4 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x126bd340 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x55ab8bd0 qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x65b85ab8 qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x8728a731 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xb97cd6e0 qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0x2ae81fac raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0xbe999c82 raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xda901f32 raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3a551ec0 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x47f0b867 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x491f046e fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x528a312f fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x80d0f3d5 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x85f87d4e fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9137f036 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x92c275fc scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9e088ea9 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa574ce43 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xab7d95fa fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd0dd4477 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf9a332db fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x03bcfd02 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x04eb1d1d scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0a8b20d3 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x14143339 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x17634ce8 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2d330036 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x352b37e4 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x41b2ace0 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4474b665 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x614a8710 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x716b1f49 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7540d82d sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x80547479 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x80c2887e scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x83c9b876 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8d3e90e7 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x92c348b5 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9ca244e1 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9d26bd1b sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa6948939 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaaca84cc sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcdbedf35 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcf4cdf9a sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd42d22ac sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd57499a1 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdfaf953a scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf64f0185 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfb57c04e sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x07d065a3 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x703af851 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x73986d35 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x79add2fd spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd3fc0e30 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x78ce3038 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xa3abe28a srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xd48ea5ec srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xec0d3195 srp_rport_put +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x1fa9569e ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x9cfa1e38 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xcd647fdd ufshcd_runtime_idle +EXPORT_SYMBOL drivers/ssb/ssb 0x07f21c1f ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x2a66ff38 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x2edc4966 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x3bb1b496 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x3d3fda5c ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x50eb1343 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x65ff3b0e ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x81f36ce5 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x8749b831 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x8ffa7b21 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x99f8a4db ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x9f5ea107 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xb99de9d6 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc8f78bff ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc9051d2a ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xcae5d0c6 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xcbc5e8b1 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xdbcd0d10 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xf33a45ac ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xf92d966e ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xfa14eae5 ssb_bus_powerup +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x3d4e9f3d fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x88d7135a fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xbf35b166 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x5648b1ad ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x89c7372f ade7854_remove +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0264d470 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0363b57a lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x03d72b29 lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1280c0b0 lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x253ddbbf lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2d8f4f43 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4df1e87c lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x565e0da5 lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f2b0fea lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7127e489 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x964269eb lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa01abe7d lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa3d61f8d lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa662002f lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf485232 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xca0f27e2 lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xd479a94a lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf4d41691 the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xff86c2ca lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1f486240 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x3c18eeb1 seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x7eedb355 seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x911fafa0 client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xbc92c5a3 client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc06e2925 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xf3c93da8 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x05e9731f fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x5030b6b0 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xa00d334b fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xd52f7da5 fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xda808463 fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xde2d909a fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0xfd6255ba fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06401e01 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08917712 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0d1b8a30 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0e4820ab cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x117c8a95 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x123b6908 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12c54b77 cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x15565c7f cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x18c503cd cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d41c4c0 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1e8cdb47 cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x277e62bd cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x286b9d1e libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x29aafd0c cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2a641ef9 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2fb7eae8 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x361e82d4 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x38828b92 cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3a62a183 cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3e5e7727 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3f0d9281 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4000c07c libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4087e2b4 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x413056d8 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4186b7f4 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x42e22feb cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x468bace1 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b982291 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x52e9cfc1 cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53b383e4 cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5b20921a cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5ce62c0e cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62f56738 upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x63b4967a cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x68497dbf cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c4cadc8 cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c605eaa cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7190502f upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72f4e5f9 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x75161168 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x752858fb cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7562cd14 cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x769d3dfa libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x771695b1 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x785b7372 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7a47b94d cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7c73bc4b cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7d93cded cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fb17905 libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8104f516 libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x841679dd upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x87f3bb87 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8840f591 cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c6be9ab cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8e61d47b cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x949221dc cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9619bc16 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9aa92403 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9e420643 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa1cbf250 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa711aec5 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xaaf59b75 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb00dfd91 cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb53b5569 cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb883b006 cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbab577e8 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbada117b cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbb972619 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbc85cfa2 cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1708189 cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1b20836 cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc77a24c3 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc7b5a9d8 cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc9b78bb4 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcbf0d6cc cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc58b244 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce97c785 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf678304 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcfbb8385 libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0aa642a cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0d8d08a cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd2965f33 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd46225d8 cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd48d8f72 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7bbf963 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7c4f765 add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdfecb98d cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe94553b9 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xea411f63 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeccafa5c cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xee39135e libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeed48ba7 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xefbf6d86 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf2c02048 cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf5e4a175 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfacb8667 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x1467b422 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xc738801c ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xd7b3dee2 ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xf67a03b7 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x27095531 lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x4da09090 lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x7935d02a lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xa288d560 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xb7e9e45f lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xd9a895e0 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x03514e83 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x11ccf2a1 fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x24e1671d lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x355755fc pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3bcbdc4b lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x4d8d6dfa lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x5cc8579b fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x60c5167d l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x68c1ecef fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x8553b369 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb3cdd61b push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb84ee1c8 fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0068a546 cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00b93967 class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01858796 cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01d62498 llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03095478 lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x034137c3 cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x034d42ea cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03ad7a15 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03e380be cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x04295957 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x048784da cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0516658b cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0523a177 cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x05fc1b4c class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x072e0407 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0836daca lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x095ab9f4 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a0b7b89 obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a21bb07 cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b1892e5 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b2eb7e7 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0c1300ea cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0dc0626d llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11056ade dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x117f74a8 cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x123e5b5b dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x12b508b4 lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x139c2316 lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13f9f2c4 lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13fd42f2 cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x142a8e5f class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17622b71 llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1792a10d cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17e49e0f lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x184b7a7b cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x19425fbb cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ab661c7 lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1c504ecc cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1cbcec57 cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1cc37073 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1dbeb989 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1ee0898f llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fb1e085 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1fe94ba9 dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x211e36b3 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2188425d obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23c3e985 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x23fdc993 lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2471975b obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x252dfc15 llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x255aa007 dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x25ac1daa llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x265354dc lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x266d4a81 lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x276c0205 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x276e2110 cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27966801 dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x295a7589 llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x29ba168b lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x29f6acf9 cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a736cf2 cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2af3a820 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b1b98a7 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b447234 cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bc254a8 cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ca68278 cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2cbd1481 lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d31ce61 lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2eb954b1 class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ef15268 llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f6cec78 lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30760556 dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32092362 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3275e14d llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3283bde9 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32ba7a38 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33c151e3 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33cd62fd cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3420adac lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34dc200b local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36a06628 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x36a264b8 obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x381f5241 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38499930 lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38791854 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38d5be74 cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x393222a8 cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3986bcea cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39c8580f class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3a74a4db llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ac0e822 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b62279b llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3c51a631 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d783e9d llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3da2aa39 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3da4814d lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eab7bfe LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ebce825 class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3ecab070 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f0fd32d class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f1c95a0 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4006f69c lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x404bd7a7 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x417d9e04 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41807b3e dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41a74aaa lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x430f16d6 lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x452bf500 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x452f559a lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4595593a llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x489ad617 cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x48fe49e9 class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4aae7b2c cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4acec736 cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b3d4955 lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b85bd7c cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bf356ca lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c190aad lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c1d3961 cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c4c700b obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ca8b500 cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4db4cd1a class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4de36f3c lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ee79025 cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4eea5d55 capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x503650ed cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x513816da cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51444724 local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x51871e4a obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x521b12ff lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x531b8e0b cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x537708d7 cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x53812caf cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x540b15b4 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x56a38039 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57fb1687 cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x582b013d dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5876211b __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x589ccefe cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5953bbeb cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59b6d69f lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a4db629 obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a5bac1a cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d6a5cd1 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d7ff4b4 llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d854cb5 lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5dbae9ed cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5dff6fb1 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e473f62 cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e76744d llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e93341f lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ea072fc dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f431548 cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x601715c2 llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6063c39d class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60a82caf lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x618b8847 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x624ffe24 lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x62e159e7 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6359bf26 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x63f323dc cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x648a7f66 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64a4d1ce cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64eb895a lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x659eca30 lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65c0cd3c lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x675244fa dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68e8632e lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x68e9e449 local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a047b33 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a1d7340 llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a35c30a lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a52c91e llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a9362a8 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ac0d6ae lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6b6e39bb dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bbc6fa8 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c19dbf6 cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c8b3042 class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ca6b685 cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6d3773ae cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e39f6f2 lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6eac7a76 dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ece638c lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6f6881ad llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fcb4233 cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x701a2c0f class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x702d77a9 lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x708fea8a dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70b58cfa cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x70fe87b8 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x71630a12 cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x71cee205 lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7301dd93 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x739eaf69 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73d63d74 cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x73d9a00a cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7519f618 lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7550ce96 cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7571618c lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75d3435b cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75d87b63 cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75e4824b dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7610ecbb cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x773ab6fa lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7812a3a7 cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78f89e94 cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x793bdf86 obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79d6652b class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7a72fa97 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ab27485 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bc12d2a lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7db19513 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e16dd23 cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f7d7cd9 lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80d0c61f cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80f878f6 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x812a7e80 dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8248e711 class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x827249ad lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8424e499 class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x847ed240 lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8503c454 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8524d2f3 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x86abe294 lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87a0b5fc cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8871a01c cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8883bbf3 dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88b87068 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x890f3463 lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x891054f1 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a615305 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d45d957 cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d658ed0 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d956e61 cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d994c59 cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e10e6d6 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e764659 cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e868151 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e9c3c60 cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8fddbb4d local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8fe93813 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90aec162 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x923c42d8 cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9254d61c llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93859814 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9386ca01 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93bcebae cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9449aa4a cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9505c895 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95138063 cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x960e9119 cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x989d4e20 llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x99253d79 class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x993581bd cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x993ede6f lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x996b6795 lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a2bafbd cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9a5a65f9 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9aaba4c5 cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c0d9a90 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c2a1f84 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ca054cc lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ca84023 cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e9f67ec dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f23d603 cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f439fd8 llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa00c1ba1 lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0636ea0 cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa123397e lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1d65ac7 class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa203f6e5 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2e5aaa4 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3751bde llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3a8af28 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3d63fbd cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3dd7f69 lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa48c4a30 lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa49e672f lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa4f74b2e iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5d17554 obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6c0d0f6 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6e2f721 cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa727f183 lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7713aae cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa84e867c cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa86c7700 lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8a43808 cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa963d44b cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa9d2988c class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaacb3aff class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad659386 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae45052c lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaec9b84a capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaef14dc0 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf57ffa4 llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xafebb322 llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xafedea29 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0e5fc0d cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb18155c2 class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1e5af75 lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1f241d0 cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb2c37db7 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb385d518 cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb4283b5c lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb440552b cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb47f0c5b llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5308759 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5aff02a llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb635af9e dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb662a2fd cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6df9d98 cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6f12c4e class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb79a14c0 cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7f60532 lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb824c417 llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb91829d8 lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb93640a3 cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba0d8f3a class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba3356c9 lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbad82b88 cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbadc85cc local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbcb0b573 cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbd62bc99 cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe0bd429 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbef28dee cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbfa9b32e cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbffd2f68 dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc00dcd87 cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc014cb57 class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0954007 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0c5217f lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0cef588 dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1849586 llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc18d06cf lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc23d8e1a cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc42a167e lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc47542a8 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc4aa5469 llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc506795e md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5782b09 local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc7664f0f lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc76f2690 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc7ce07d6 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc81fb720 llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc9cbe44a cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb26c879 cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc2b3cb4 llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcc512a05 dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccfe36df dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd9f4947 class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcdfcf8a3 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf26c906 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcfb92bc8 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd06e2333 class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd15227cb lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd29b429f cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd47fdd84 cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd480e508 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd52dd7b8 cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5df6b8b cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7af51a3 cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd856a737 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9c14d03 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda241143 cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda3690da cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda7aa9dd lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb6798de class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc079327 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc9086c3 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc9671f4 cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdda3d949 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7df27a cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdea9c415 cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdf7c52e7 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdfbea4d4 capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdfc7b08f dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe09545e5 lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe17cb784 cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe348f8ac lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe349a2f8 lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3992075 lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4445f73 cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4532e2c local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4772a2c class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe59812fc obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe5c92ace lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe686ddc0 lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe72bc145 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe75e8cc9 lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7e7d159 lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7efccaa obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe80a4fd5 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe86a98ce cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9a71bf9 lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea1b7261 class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea43c7ae class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea5c2dc8 lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeacec47c lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb9e5fb7 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec76847f lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xecb86e3f dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xedfe907c lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee4837b5 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee740f65 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee9de398 lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf025c597 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf02f861c cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf043119a dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0bc63bf cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0f5484c obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1584f72 cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2776f0b cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3bc5b9d dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf507ca61 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5745f58 class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5773720 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf6467ac0 lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf64bed24 dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf6a193b0 capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf6d145ea lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf717092d dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7670439 cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7a5157d lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8f4b49f cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf96a28f2 lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf96d0fb3 cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfad9bb33 lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfb35ca6b cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc037ba0 llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc0c448a cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd17105c class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd5ae2f8 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbdf5f7 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe16597e lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe826292 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfeff4ee0 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xffaa87db class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0008c2b6 ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x017e20d9 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01864916 ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x023ac30e ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x02ee18c2 ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0310e326 req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x034d2827 do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03d2d9c7 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x04b5d40c ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06ce3d69 ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0715607d target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07481c04 req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0888980b sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08925c03 llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac54708 lustre_errno_hton +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0d46fc53 ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0da9169e sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0e246a15 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0f0e2b48 client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10be31c7 client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x11a0ae54 ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x120ceb7b ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12744f41 ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x128b3131 _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12bb42f6 ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14a7d6f5 req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15025146 ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x16001c67 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x16af7934 ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x175fb3ff ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19203680 llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c27c7dd req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ccf050d ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d4bd885 lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f07ee02 ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f2380e1 sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f8bf93b ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20344bb8 __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x211c549f ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x229289f3 sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x22abb546 lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2352b526 ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25f92152 ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x268e20aa sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2863997f ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x288907ec ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x28c45d52 ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c56a0b8 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e6706a3 ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3085a27e ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x321d46dc req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3241570d ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33b8065c ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x346a1207 sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x34a41e3f ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x356c14e5 ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38375c16 client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x384fb15b ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x392f410f sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39792ed2 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3aa6667a target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b43d2f7 req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3cce0e3e ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ea23d74 sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3eddce11 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f25d33a ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41432c4f ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x422fd5ac ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x459f2b01 sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4754aa8b ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b542726 sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4bff965b ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4da980a8 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4df352cf sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e429c8c sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e46aec6 ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50756372 ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50802fcf ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5181e027 ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52a2841c ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53f0ad51 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x550b9149 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56b49708 ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x57747025 lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x57cd4cf8 ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x58440467 ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59a7b91a ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5aed9008 ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b78cdd8 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c903dfd sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ce269d2 ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5cf4eeb1 sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5dc24dd6 ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x63f356a7 ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x648931a3 sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x657b00b7 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x67a94ff9 __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x681713d6 ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x683243bf ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6880a7b9 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69f820fc ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a4f9352 req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6bb458b0 ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c49973a req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ffd5be3 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73596b0a ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73e4e5c9 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7813539d ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x795b6acb ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a1e62b9 req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b7c175e ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c01c5cb ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c98c0dc ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7da9c170 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7db0c5d7 sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7eeade05 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f064edf sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c8b42 sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7fbedf2e ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x812b966e ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x820cb1e6 ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x82e61051 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x840d0c22 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8586664c ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x872d1799 ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87ee2037 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a05e26f client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a4345b1 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a5dd2cf ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a8b7df2 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8c6cae61 sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e3cdeb0 req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x92468bbc ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x925abbfe sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9363b7f5 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x944135f0 ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x957a3830 ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x96477409 req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x965feb0e ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x966299ee ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x966325e9 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x96a9f0b9 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x96fda6a5 lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x97eae848 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x992909c5 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9aae295c ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9c044e1c ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9c1cb89f ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9c916c52 ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d2e8fbe ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9e12ed62 client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa0f3f9a9 sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa44adc1e ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa52aec6d ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5dabf0c ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa62cce40 sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa66888dd ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa67a9b20 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8c439e5 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9ecb6d1 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab9718ce client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xad61290b ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xade65eed req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xadfb7ac4 ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf395ec5 ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb21bfc95 req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb225adde req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb24beb02 sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb38a4908 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb394750c lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb3a6c5db ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb5ca5009 ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb64e3c70 sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb69aaf33 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903eb99 client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b1653c sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9efcc23 ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xba95c8d2 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbb331d6d ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd622721 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd9a505c ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbdf1953c req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe44be55 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbea82b6f ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0e29252 ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc1db8712 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc274c218 ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2a22dab ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc34c69e1 ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc3b041b2 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc662e23d ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc6ed7c9b ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc78a5464 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7c4e964 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc81b60ba lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8993e60 ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca76583e lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb16107d ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcbd81fed ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xccb32785 sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcce612f8 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd0c6ff5c lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3ad32e2 ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd4b13983 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd5fd3805 ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7e1acc4 ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8231932 ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9117098 ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda13afda lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda7b061e lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde78dfa6 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe08da8d6 ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe1a5f0d8 __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe22c7d34 ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe2cb1f08 ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe48fde7d client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe4e81598 ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e8169b lustre_errno_ntoh +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe607b1cf ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe8e4f713 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeada3fb2 req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeb144792 ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xee2423de req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeef76b69 ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef00e758 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf09ac2fa ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf10b6b8c ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf11525dd sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf12611ba req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf24f3294 req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf631ff99 ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7b87018 _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf92210ee ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb444a98 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfeb3c4c9 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff2b5341 ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x99738903 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x0c6d07e1 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x0c9fe5b3 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x3b8dcbaf go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x3ccb8a2f go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x70f5e8b7 go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x74480c47 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x792afc40 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xb7eb6c10 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xc2b6fc7c go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0xf8c48183 rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x01218b55 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x060e1bc9 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x119e707e rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1751625a Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1ef80211 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1f7f6493 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x20973262 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x264b9d36 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2bfc4e62 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x333df949 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3b45bfdd rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x42fe5219 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x47debc69 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x51159fdd rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6fc07e45 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x725f8d0d rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x72bb116e rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7588d1fa rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x77587474 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7ce4fb1b rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82afb31b rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8a0aa436 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9494a9b9 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9597a7d5 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x96f52007 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9980ae07 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9bfa7664 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa0a1ef45 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa6b1d270 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa8ddc272 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xabbe8413 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xae8fe340 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb4687c99 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc2245cb8 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc4400fe3 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc624bace rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc80050b6 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcc2874a6 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce8477f0 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd29c9d4d rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd2a1af33 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd3ba2133 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd5f24a01 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdad37f92 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe062357e rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf3045e46 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf90babf7 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfa85aaa7 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfd482ec5 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfffca639 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0630aba0 efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1c13e7d2 stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x22a1e668 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x23669dd4 rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x33db6c18 stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3fdaaa5c stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4dbb636b stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6165d477 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x62f69ffb rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6846c67e stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6d1a0e37 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x6e4d3b20 stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x87908a18 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8c17d800 stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8dce4ba4 stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x99b7aade stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xa3d87eaf stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xacc62476 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb24c43f6 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xba1a789e stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xba3b448d stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe09b1b9c stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe3a193cf stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe77364f8 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf8929f7d stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xfdd8fcee rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x09570a8b ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0a0118ed DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0fa9c2cd ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x207b7de3 ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2422a7a5 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x24a6054b ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x26bd54ca ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ac524fb ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ff020f9 ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x32f9c8f5 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x34252df6 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3e46ac42 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3ea006f9 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x579404e7 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5cba4936 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x65588b6e ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x74ccb62f HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x75f68e99 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x774e9835 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x78a795bc ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x810432bf ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x85b09f02 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8773bbaf ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x879c18cc ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8a2e0c34 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8b10befd DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8e8acb2e ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9051b034 ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x908dc122 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x961cf125 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9fff1b09 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa18bee1c Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa3a96355 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa8c44cf8 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb1c4e12f ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb5c94b2e ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb610db35 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbca0513b ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbd466718 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbe3a0d90 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1f7bae7 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc9e5b96f ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xca8b6f42 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcb6529b0 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd782874e ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdf14624b ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdf8cefea ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe1107653 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe1e0d6a6 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe218a8f2 ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xec2c4530 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xed92f064 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf4dc0435 ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf4fea4ff ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf87e17f9 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf9f88bf5 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x56b0fce8 xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x5c4d727f xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xc0baa2da xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xc93ecdf7 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x041c0631 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x05ef201e iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x20ee578b iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4bc3f9ff iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4ce192f8 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x507d7d74 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x56efe3f3 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x65ee8bf3 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8088a8d2 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x86a3376c iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8a3e48eb iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8d1b3f35 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x902b27d4 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9ddc6d51 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9e0b70ac iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa361b705 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xacb8bf3d iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xae9c45d2 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbb1a8592 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc4ec5f09 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc8554bf2 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xca958fb6 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd5d99035 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xda92afee iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdfe669ba iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xecb70c76 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf4721146 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf57e381c iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/target_core_mod 0x024a93e1 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x07548778 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x07a4e54f target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x12ae05f3 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a11d0a4 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x1f05bdd9 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x29822560 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x2f37e013 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x3234ef0f transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x3bfad442 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c8d1ec3 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3f40b337 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x42af7523 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x45cdf447 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x45da3fd6 sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x466580b1 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x470517b2 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x49f514db core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x4c3d6e16 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4e4cf00a fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x52c867cb target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x53f26391 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x573c4d83 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x5acaf9db core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x5ba52ea9 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c9b00f5 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5ecf96bc target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5ed04f09 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x603f7164 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x65913dd6 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x687b5221 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x695035ab iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x699bd98b target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ce21272 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x6fee3102 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x70aaf80d transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7276b698 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x74aca910 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x789a59c2 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x7b7f2d21 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x82d36aba transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c56ea14 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x9000809d spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x95a1b053 sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0x97b91592 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x9d6e0c1f core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0xa1518923 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xa46d5cb2 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xa478cdb8 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xa83445b2 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xa9dfcc6c target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb1f7a384 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xb211867d transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2159554 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2a6609c transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xbcdbbccc transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xc3f7b9a4 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0xc7241d17 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xd101fc67 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xd2fa8c98 sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0xd40d9d2d core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xd4d4e445 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xd980729a transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0c303c5 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xe4ca92f2 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe62384f1 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xedd3135e transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xef4ae2a4 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf4668b0a core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xf4fc1958 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf919ad97 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xf9aaba16 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xf9d1d60c target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xfacb86ba spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc87b2db sbc_execute_unmap +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xe378237c usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x51173801 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xe004666b sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x06df524e usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5e3179b3 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x849096a6 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9ebc9fad usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa8673080 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb1c246c4 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xbfbc834f usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc43f0df6 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xebe66e1d usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf1f73986 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf2fcff96 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf8c76cfa usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x7b4b2182 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xf3f9ca0b usb_serial_resume +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x2eae4a2a vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x76bd9a5d vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x59025a8b devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x7ad1a5cb devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x81998f61 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xc9a30d19 lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0823f6c9 svga_tileblit +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 0x39fcd1bf svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x5cbd021c svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6bace7f1 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x94bf87b4 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc6fa0fb3 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf65d74c8 svga_tilefill +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 0x9a657069 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x096a7c28 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x3ff9f233 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x4252ab7e matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x61f0e7a6 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x9b824267 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xcad0767c DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xeacd2b7d DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x95ef2305 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xd757a21f matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x4ec8b0c5 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x51d90aeb matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xc2eb0582 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xdc9cf061 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x11a6532a matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x3b5ac9e1 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x04c51814 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x20f661ed matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x50673bbe matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x54c7fee6 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xdae346b2 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x269f52db mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virt/fsl_hypervisor 0x45fd1882 fsl_hv_failover_unregister +EXPORT_SYMBOL drivers/virt/fsl_hypervisor 0x77c9b191 fsl_hv_failover_register +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x274dde97 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x79b35e10 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x7d5e0b6c w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xf98615de w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xe0f012d5 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xecfb835b w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x39d632a1 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x71a65ca4 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x2a54b160 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x70a15494 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xa23975e0 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xec08dd55 w1_unregister_family +EXPORT_SYMBOL fs/configfs/configfs 0x103c392d config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x1caa3efd configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0x5e3326f3 config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0x993f2b77 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x9ddf146a configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xa5b91b4a config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xc7cb0752 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0xca4e866e config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0xd1284a19 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0xeb84119a config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0xf391259c configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0xf73e3b01 config_item_init_type_name +EXPORT_SYMBOL fs/exofs/libore 0x05c8ee54 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x41174c18 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x51d56e82 ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x5a100458 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x6f8d7fd1 ore_write +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xbd36e029 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0xc5a385bf ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0xe2646c77 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0xe354a525 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0xeea42dc7 ore_read +EXPORT_SYMBOL fs/fscache/fscache 0x08bee6c6 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x0eeabbb2 fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0x1c81a858 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x241634d9 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x343bff56 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4fcd1ee3 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x55a2807e fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x58a4bdbb __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x66f25fb7 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x72453d95 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x776089cb fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x7d148ef3 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x7d66eaaa fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x7fdb979a __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x99d7ffb0 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x99e6ba1a __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9c0ab3eb __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x9cca8f83 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xa2e6e120 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0xb3ed6eeb __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xb99e9d0b __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xbc4dd902 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xbd08f33f __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xcb0c02d7 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xcb96273e __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xcbbb57b0 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xd146bb00 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xdccc2813 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0xdf0512f3 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0xe125ac1d __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe7a6ba5c __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xea7c5b6f __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0xeab7d15c fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0xed59ced6 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0xed656320 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xf0f61a64 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf9ec6640 __fscache_check_consistency +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x0d98d771 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x36aa1813 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x3c801cf6 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xd4f1163b qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xf404e58e qtree_write_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x1a703ba1 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0x6d356209 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x56329ecc crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd09b2cba crc8 +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x129badc0 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x29dcac59 lc_reset +EXPORT_SYMBOL lib/lru_cache 0x2fdaba0a lc_get +EXPORT_SYMBOL lib/lru_cache 0x3377b17a lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x6b53a30f lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x6b85815a lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x8a6307a5 lc_put +EXPORT_SYMBOL lib/lru_cache 0xaaefface lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xaeac8e7e lc_committed +EXPORT_SYMBOL lib/lru_cache 0xb2169041 lc_create +EXPORT_SYMBOL lib/lru_cache 0xb82e759e lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xc1e42f57 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xc7114172 lc_set +EXPORT_SYMBOL lib/lru_cache 0xd174c3a2 lc_find +EXPORT_SYMBOL lib/lru_cache 0xd51c553b lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xfef4eca3 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xfff6dedd lc_del +EXPORT_SYMBOL lib/lz4/lz4_compress 0x0c222eb5 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x682a23e0 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0x7456cc61 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0x9f0fad64 unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0xdfb8e2b9 register_8022_client +EXPORT_SYMBOL net/802/p8023 0x3579dc55 destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0xbc1782db make_8023_client +EXPORT_SYMBOL net/802/psnap 0x4ee132cf unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x62c45ecb register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x00979f94 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x01f56ca0 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x046c2437 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x0bb0ca76 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x17dee41b v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x1bfb60f2 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x1e7c6312 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x1eb5e8c5 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x25044f0b p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x29e88c33 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x2b6dfe34 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x2c61ef49 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x3268d427 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3917b4f1 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x3aeaa2d6 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x4714d5fb p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x4a703fb3 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x53d58a07 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x591f9586 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x6aab8d77 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x6ca366c0 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x7576d532 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x76ccf6dd p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x795a25bc p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x8accaf44 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9bcff613 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa32a9851 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xa5de2a08 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xa7627f03 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0xa9ba569c p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xab6467d3 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb957edd5 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc36837da p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xc47da82d p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xcec78f65 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xdb8581b1 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xe1e86026 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe2e684d8 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xeae9f4bd p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xeec40e45 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xef65a44d v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xf1515302 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf560b612 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x719d58dc aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xafbec07e alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xd40ea3ff atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xf62d353d atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x3dd5d335 atm_charge +EXPORT_SYMBOL net/atm/atm 0x40821afd vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x549eb98b atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x5f5ded42 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x62f78f9c atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x726f02d5 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x8cc459f1 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x8d5b044e vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x90d19f0b atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x928212e6 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x963096a9 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb42d22e2 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xca87b453 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf56e8586 atm_dev_lookup +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x36f3ff61 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x3e8279f8 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x46ecc0ec ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x80605d4d ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9a26b247 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc938d30a ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xcf79f863 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xd3dcbfe2 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xf898ba56 ax25_send_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x02212ae6 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0d5c8bf4 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0ec0693a hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x28e14fa8 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x29141d96 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2f097d69 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x367cd8b8 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3cb60edb bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4ad8f2fa l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4f4100eb hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5b3b8527 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x625665b9 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x68782bed hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6fb99d48 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x743adf7d hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7a7283d5 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x808aeae1 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x846f140e bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x85cd285f bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x85fe7521 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8ef1815a bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x904c7e6a l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9941fd68 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9e9eb7ea hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9f722884 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaa6595e3 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xacf79156 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xae030651 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc0949505 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcaf74b0a hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcd1fec6f hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd47aa8ad bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe00ea7ca bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe0f5afcd bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xee47214b hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf9f3abc1 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfb128dc9 hci_unregister_cb +EXPORT_SYMBOL net/bridge/bridge 0x5907619f br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7c210452 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x889cb995 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xc8f82aa7 ebt_unregister_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x298ccabc caif_enroll_dev +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 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x7f87473e get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9b22c844 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xba3399e8 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xf1237919 caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x0acdaea0 can_rx_register +EXPORT_SYMBOL net/can/can 0x0c9826ee can_proto_register +EXPORT_SYMBOL net/can/can 0x9ddac37f can_rx_unregister +EXPORT_SYMBOL net/can/can 0xc1966f15 can_ioctl +EXPORT_SYMBOL net/can/can 0xf796bc39 can_send +EXPORT_SYMBOL net/can/can 0xfa85acc1 can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x08663226 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0d61c270 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x1395070a ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x13c842a2 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x2530b77d osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x291345b0 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x2be9b3d7 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x2c8dedaa osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x2f9f96df __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x2fa67ab9 ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x31b64f47 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x32c4846d ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x353683d0 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x38a4ff5e ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x38b6a58e ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x3aa1f539 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3abf3b9e ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x3b5a392a ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x400cd935 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x419a33b5 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x42542cf7 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x46d53979 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x46d80541 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4a19e5bd ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4a283545 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x4d7bb46a ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x519a6547 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x53fce06e osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x543505dd ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5801fe55 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x587565c1 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x5a6385ff osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x5c88bb32 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x5f7b818e ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x5ffadf89 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x644417e2 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x649a52b8 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x66293e2c ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x674e84e2 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x6988371b osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6fcdafef ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x7168baf8 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x745b585b ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x7531c787 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x7579ca03 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x77b8a2a4 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x7c7588ba ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x7f0190de ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x81eae1b6 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x8356a13d ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x8c228259 ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x8c248cc2 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x8dfd9b26 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x914e8935 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x922478c6 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x930320df ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9b1d8fd9 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x9c646a61 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb03b04df ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xb07c2a54 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xb12e03cb ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xba246e81 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xbbef71f3 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xbc479b51 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xbfeed353 ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc6a71771 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xc7649f02 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xc89640ef ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcf08ef31 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xd24836e4 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd2ea3d4e ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xd8514ef1 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xe47f5b49 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0xe7897286 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe9e5eb63 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xea598808 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xeb1ceac5 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xed229339 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xee719bd1 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0xef24dbe1 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xf2b67dd8 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xf5774cba ceph_pagelist_truncate +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x0660b599 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0xed786788 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1f8cb21a ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x25d07987 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2f3a5d77 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x38ea1ee5 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x4da1c689 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x533e9c1e wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7741f8f1 wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7cb0d394 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x99e65fdd ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xc945e9bf wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe2745b75 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe4542d20 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xfe382965 wpan_phy_find +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x9fbf6ffa ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x967bfe0e arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xae445176 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xf3db8d1e arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x0e15c327 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x275e4e7b ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb4d7e10d ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x7dff41d3 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xeaa91eb2 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x23a68202 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x494c4dca ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x1eeb0d4b ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x6a8ea9cc ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x89b8ede9 ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x0db1c50e xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xaf24fdbf xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x040a6200 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xa6bf26dd xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x18a9c579 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x1bd48c97 ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x58a2b7c6 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x903b7a29 ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xc06dacb5 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xc1b8e736 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xdf222cf6 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xe1a00c60 ircomm_flow_request +EXPORT_SYMBOL net/irda/irda 0x0064e0ea hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x1df8765c irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x1e6cade0 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x31506fde iriap_close +EXPORT_SYMBOL net/irda/irda 0x32f3313b alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x337dbaed irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x35762551 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x3b692927 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x3e56064f hashbin_new +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x50b883e5 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x55de264d irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x5ac5b39f irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x601bda46 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x615b75ba irlap_open +EXPORT_SYMBOL net/irda/irda 0x678bb246 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b5fbcef hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x6e0ab3c7 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x84932a5a irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x85d88217 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x86d98d8e irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x8713e1ed async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x8c688677 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x8d0439cd iriap_open +EXPORT_SYMBOL net/irda/irda 0x8fc46990 irlap_close +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0xa1d41e58 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xaa557515 irias_new_object +EXPORT_SYMBOL net/irda/irda 0xb5fc1265 irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc68e43be irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0xcead7dbb hashbin_find +EXPORT_SYMBOL net/irda/irda 0xcf852c98 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0xd2108314 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xd6e0c3ce iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0xd923bbfd irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0xdd96381b irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe088f904 irttp_dup +EXPORT_SYMBOL net/irda/irda 0xe3463529 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xe3bde43e irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xeaf3e4b0 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf0a694a1 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xf38fdb78 irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0xf5876b95 hashbin_remove_this +EXPORT_SYMBOL net/l2tp/l2tp_core 0xdbb56b90 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x0f5e0c0c lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x1f2f3a8b lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x421f7372 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x444dc750 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x903db755 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x930f06db lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xa702d370 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xece7c689 lapb_setparms +EXPORT_SYMBOL net/llc/llc 0x14dac03b llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x159ac1e5 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x28f87684 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x2f31c223 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x38bfab36 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x55bde435 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x7ab8e555 llc_sap_open +EXPORT_SYMBOL net/mac80211/mac80211 0x00f6fe3d __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x03e32f92 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x07946eb1 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x112cb227 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x17f980a7 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x1cd3f4cc ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x1d08452e ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x1f67a1ad ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x244c897b ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x24db520f ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x2540c7de ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x25d3e358 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2748f45d __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x2a5e4f65 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x2bce3acc ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2e2f9a4d rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x2f670682 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x3489f9f7 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x39cb91de ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x4161da74 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x479af1b6 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4b971464 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x4f9c2dc7 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x525a4b61 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x54870b3e ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x636b3837 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x6e6a181d ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x75690dd7 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x76effb79 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x777ee19f ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x7d7ea44e ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x7f11011a ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x88765b11 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x8f821239 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x9953f677 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x99714cea ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x99a37c43 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x9b059cf6 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9edd339b ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x9eeef29a ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xa2640409 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xa2aa320d ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xaf220acc ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xb20a8840 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xb6adc6eb ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xb9caf8aa ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xbb069eb7 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xc36d1c61 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xc8196efb ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xc9383c5b ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xc9c3f642 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xcf80b24c ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xd15c4888 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd2bd879f ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xd40b8196 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd4ba0de0 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xe299638b ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xe53f0912 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xe8c9167b ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xeb851a08 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xf31fb353 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xfa383a54 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xfa879400 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xfad81f31 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac802154/mac802154 0x8e5d3683 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0x92baef93 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xd2227c01 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0xeb888292 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0xf4e636ac ieee802154_alloc_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x13ae532e register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x13dbbd9c ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2909ab75 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2e5f0098 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x34fdcfac register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4d5f6988 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x50f2cef4 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x65d3224d ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7116454d ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7ba1ca6e ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9a260801 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa145f686 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xea32e35b ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xee065a2f ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x64b16275 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x6e4725d3 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x83463978 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x070f53bb nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x18f36654 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x44636bda nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0xa7035545 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xbf34877b __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xf3bad62c nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x253e8b44 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x254e1598 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x2d73091c xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x40be4ebe xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x5b1a8535 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x6a026cdb xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x9408e07d xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xbf1fcbed xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xce044db2 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xd7698d06 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0xfe7af8e7 xt_register_matches +EXPORT_SYMBOL net/nfc/hci/hci 0x0ee79018 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x19b1be8d nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x23ce22a9 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x23e5f1ed nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x24948fd5 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x272b6b58 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x2bf1d41b nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x2d87d7bc nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x501493e2 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x5c40ecd6 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x89c4f0a6 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xb84125be nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xcdabf092 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xcdd896c2 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xd245dc43 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xd9c54cd0 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xdadb79e2 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xfda501bd nfc_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x2e9a404d nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x74562a42 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x8caee385 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x9f022c44 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba3e67b6 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xeeed7394 nci_recv_frame +EXPORT_SYMBOL net/nfc/nfc 0x1718d792 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x1f0e2491 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x29b837df nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x43735ec3 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x49c069d3 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x6296e845 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x6d691c0f nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x705b096c nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x73fb14ef nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x8444ca98 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x97b8753c nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xa6678e95 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xaca3ac90 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xb403d374 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xbe76f404 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xc85a2f58 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xcc9aa999 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xd9b52950 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xdeeaa418 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xe10edf05 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xf6a81657 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc_digital 0x35c2cf7b nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x6ffb0498 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x731aca2f nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xeb8aeba3 nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x084d20d4 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x1cc58d0e pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x2f711243 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x45b8798b pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x901db9a4 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xa60647ce pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xcdba7566 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xd277f952 phonet_stream_ops +EXPORT_SYMBOL net/rds/rds 0x7505d413 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x06e93dca key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0c1cb035 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0cadd81b rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1d143da5 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x21c1fdcb rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x3f42122c rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4b0487d7 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa6c87f6a rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xaa11f94d rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc28086cb rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc3372e0d rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc43f2b68 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xcbca0ec7 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xcdb610fe rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xff556640 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/sctp/sctp 0xc88d5dbe sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x02d807eb gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x03081901 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x463ac583 gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x20a018de xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x3b052623 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x7d46d9e4 svc_pool_stats_open +EXPORT_SYMBOL net/wimax/wimax 0x46339661 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0x7698c23f wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0f702df3 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x10205772 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x16daee21 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x16f85440 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x181ba542 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1a8c9170 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x1b3e034f ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x1fc7bd4f cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x25e2d68a ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x277d8992 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x3848166d cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x3b48e0c4 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x3c0a7451 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x3f34695c cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x3fc8ca8f cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x3ff8e81c cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x41d9d79b wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x4347ca37 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x4a940a1b cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x5e2cce7d cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x5e7a8b76 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x601e7f14 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x63e5a53d __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6497a4ef cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a1abec5 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6c91b61b cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6c9cce6d wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x6d19beb9 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x6f37c246 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x745c2e63 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x760f09db cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x76546e62 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x80fcbd69 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x82fe7119 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x87f53d20 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x8884731b cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x8e865906 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x91862ae7 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x918f29f8 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x958ff634 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9938b42a cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x997de553 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x99beeec2 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x9a033d19 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x9d975cba cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa24921f8 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xa26dab53 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0xa6eae837 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xa8e00d7b cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xb00398b8 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xb2d35f4d wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xb3398ab2 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xbc78489d cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xbd445fc3 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xbe195336 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xc1d8e70a cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xc26fddb3 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xc363ab15 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0xc5fd4f4b cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd2ccf936 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xd55bcc71 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xd800fbfa cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xd9e360f7 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xda9ce7b2 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdcd5818b cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xe1c274fb cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xe6cf0bdf cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xeb6a6283 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xee584815 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf06e979d freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xf1e5dd96 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xf258ebdf regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xfa6d87da wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xfd363b12 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/cfg80211 0xff7912af cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/lib80211 0x0ccb254c lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x1d38642f lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x45ec7c2d lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x8514a5c6 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x907261c5 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xecb056fb lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xeb96a4e9 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xb71deed4 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 0x236c037b snd_seq_kernel_client_enqueue_blocking +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 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xda472247 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 0xed6b3e65 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xfda825d9 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6c8b0b3d snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6e2d0a4d snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 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 0xd7c7afcc snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe60fb228 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xecbde43c snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x44be1a57 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x05de1b98 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x0a9fb65e snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x0c49939e snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x0cc40355 snd_ctl_add +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 0x1f2ff5b0 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x24ab65ee snd_device_free +EXPORT_SYMBOL sound/core/snd 0x2587adfc snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x281df28e snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x36687320 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x398c74a8 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x3fae74ef snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x416e22c8 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x4849ff27 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x4c54c081 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x4f2452e5 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x51047563 snd_get_device +EXPORT_SYMBOL sound/core/snd 0x5495b21f snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x58d1e63d snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x603534a8 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x6d81f568 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x70056c1e snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x773c5a1c snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x81ad7f24 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x8b536a06 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9b9c6748 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x9c68853b snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x9dd2153f snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9ee3fae1 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x9f1222e1 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa1c740d3 snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0xa4ebce87 snd_card_free +EXPORT_SYMBOL sound/core/snd 0xa593e5e0 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0xa6543979 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xaf98bdf8 snd_info_register +EXPORT_SYMBOL sound/core/snd 0xb2b043fb snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb6a30001 snd_card_register +EXPORT_SYMBOL sound/core/snd 0xb8cc61c6 snd_card_new +EXPORT_SYMBOL sound/core/snd 0xc04694c0 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0xc5842d45 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xca7c44ab snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xcad36e9b snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xcc42aaa5 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xcfd2e479 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xd8ec9b32 snd_cards +EXPORT_SYMBOL sound/core/snd 0xdc976e6c snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xe32790ad snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xec7586dd snd_component_add +EXPORT_SYMBOL sound/core/snd 0xf6e06a2e snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xfef02120 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-hwdep 0x2aa8ec51 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x02b8a172 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x046f9d95 snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x06b310c9 snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x09461cbc snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x103eddc1 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x13323847 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x182425e2 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x25e58927 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x26ae8f56 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x26af2474 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x2b0ef1a2 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x2ccfc67a snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x2e392b30 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x2e3df9eb snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x2f007a23 snd_pcm_lib_ioctl +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 0x46c8e665 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x4c27a5e1 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x57e70dc3 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x5898dcba snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x5e8f8e7a snd_pcm_hw_rule_noresample +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 0x6d2bbe04 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x6e57e957 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x80a861b2 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x818faeca snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x849a2fda snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x86c43cc5 snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x9011ba9f snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x977c9bfb snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x98b3f83e snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x9ae0825e snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xa4f0b81d snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa7369316 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xb252fc16 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xb7687ce9 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc623cb37 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xc6c8ab07 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xc816e13f _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xc91ee407 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0xcbe4cc73 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xcd327d30 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0xcf154dbb snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0xd59ec2b5 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xd5fb21a2 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xdb0e5090 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xde4f66d3 snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe91ed51b snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xe924cfd4 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xefd1e1d6 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xfbae6f78 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2b3b636e snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x334fb993 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3af080ed snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3daf46fe snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x55ae7e35 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5aa86f78 __snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6c71a2d6 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7ef959c4 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x82f827a7 __snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8adac7c3 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9adf4781 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa3e05118 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa8f92a46 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xac53cf61 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb0fa0929 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb9c9979c snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd585ef87 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xeae9d512 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xff92844a snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-timer 0x08009ccc snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x3603856b snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x37453dfe snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x3917d5d3 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x432acb5f snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x458d7c19 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x8933ebf4 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xb20f68a3 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xc641fb66 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xdb1c7e20 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xdf5946da snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xe88121e3 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xf205cd09 snd_timer_interrupt +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xf9a956a1 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x232ccd2f snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x3073d72f snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4cc7aba7 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x6b45d388 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x72f5734e snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8e8c9e26 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xadbc1b59 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc58cfcbb snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf72e1117 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2ed2fcc8 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6290bd19 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x837925f4 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9acaec68 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9cb13fa9 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc1727989 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd7aa3509 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf4e2ba19 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xfe38589a snd_vx_dsp_boot +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x066df6ab cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x074b9d83 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x13b6aaf0 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x17d781fd cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1f70e698 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x31fb31f6 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3ab1b6f3 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3b64f220 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x425665a3 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4f38c83a snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5717c938 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x766106e1 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7949a29c avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x83529737 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x89fbfa7a amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8cd32019 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9071c2d7 amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xad84a20e cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xadb325a3 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbc15e72b amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbe32400e amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbfcc99ab amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xca86c15a amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcd4cb88f avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd19d5d6d fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd3ef217f fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xde8a3e48 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe0708d91 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe827d289 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe829e782 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf318b8d2 cmp_connection_destroy +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x0dd14bd8 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x13165cae snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x1f4c1d00 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9f6094df snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd736c3db snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf35d5960 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x1f2d8de4 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x24468eb4 snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x29f11848 snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x8ba5f6f5 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xd1867d3b snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xf0a1b14d snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x33694b20 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x677e59c9 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x6ceec7a3 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xc87c3438 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x44182944 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x9f73cc36 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0b9afbc7 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x5155d758 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x54b468f2 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x70e4ecdb snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x834a5a58 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa3ccd0cf snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-i2c 0x275a45b3 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x300d8902 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x90368735 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x986574d2 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd8894682 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xeb35c427 snd_i2c_device_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x5417bc9e snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x6873e201 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x6fd180a4 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa019a0e1 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc955e0ff snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xd3159d0a snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xf4bf2594 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xf75ce350 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xfb5f1001 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xfdd9437e snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x00dfa6bf snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x01b552c8 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x15fc2b14 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2e3ac874 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x32ae0778 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3fbd0ba1 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x522d55c0 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x57bb40c8 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5dcbb8bb snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x69d9c483 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa29abf0f snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa6d962b9 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb9d00210 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd9c7aeef snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe1f86be7 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe9fb6b8c snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xeeb2211b snd_ac97_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x28263949 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x52daa7d4 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5592d517 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x66fd15ef snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x78ae6235 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x87d6b23e snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x9716516d snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb3bfcc07 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc832d844 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x194073f3 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x27d67119 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x7fded643 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x06570737 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2385459b oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x24a978bd oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x447b9b20 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4890d671 oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4d07ef39 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4fd76941 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x574b3e03 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7309e74b oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7442d444 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x87c98caa oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x979c9a3f oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9dbf579c oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9ec761cd oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xaf08ecfa oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xca56998d oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xda761e73 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdb590e74 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe5032662 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe7a1f5e5 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x5791be1a snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x8f012f73 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xd8412df1 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xecc2c0c4 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xfa20e6e1 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x949c6a29 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x9dbcddf5 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x26439cf9 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x268c8bcd register_sound_midi +EXPORT_SYMBOL sound/soundcore 0x57a22f96 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0x9f49b0dc register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xe02ad06e register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0xf9303d18 sound_class +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x0990485c snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x363e0b97 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x66f2cdae snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xa03d755b snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xb316fd25 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe344c6e9 snd_emux_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x13ec8d82 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x38c7d74e __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x3f12eb0c __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x717432f2 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x72e7f4cf __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x75606602 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xb624adc4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xdcdd90cd 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 0x9126d8c4 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x0002ee47 mpage_readpage +EXPORT_SYMBOL vmlinux 0x0006f1a1 __scm_destroy +EXPORT_SYMBOL vmlinux 0x0064af64 sys_fillrect +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00822f28 input_get_keycode +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x011124dd tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x012a97fc xor_altivec_4 +EXPORT_SYMBOL vmlinux 0x013f1f71 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x01476dac scsi_unregister +EXPORT_SYMBOL vmlinux 0x014f284e pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x017233ca blk_rq_init +EXPORT_SYMBOL vmlinux 0x017902ae input_set_keycode +EXPORT_SYMBOL vmlinux 0x0188e274 tcp_prequeue +EXPORT_SYMBOL vmlinux 0x019209d2 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x01ac4e95 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x01af1309 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x01c26176 __sb_end_write +EXPORT_SYMBOL vmlinux 0x01e6012b lock_may_read +EXPORT_SYMBOL vmlinux 0x01f2089a tty_port_close +EXPORT_SYMBOL vmlinux 0x020a54f1 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x021b2446 giveup_altivec +EXPORT_SYMBOL vmlinux 0x0229d62d netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x023b48f9 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x024bf827 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x02611bb0 key_revoke +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x026ac2c5 registered_fb +EXPORT_SYMBOL vmlinux 0x026bf9ae __neigh_event_send +EXPORT_SYMBOL vmlinux 0x02715f94 netdev_err +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0279f678 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x028a2bcd __ps2_command +EXPORT_SYMBOL vmlinux 0x028b0746 bdgrab +EXPORT_SYMBOL vmlinux 0x028e85cc devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02c2dbd0 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x02ea90ce pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x03028983 sock_wfree +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x033cb110 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x0340dcd9 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0x034951a9 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x034eb977 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x03624e41 security_path_mknod +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x0377c683 up_read +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x038814f8 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x03a37d5c dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03c8dced empty_aops +EXPORT_SYMBOL vmlinux 0x03ebda85 dns_query +EXPORT_SYMBOL vmlinux 0x03f0a92e sock_release +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x03fd3e66 __free_pages +EXPORT_SYMBOL vmlinux 0x04074f48 ioremap +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x043026a4 dentry_unhash +EXPORT_SYMBOL vmlinux 0x043b67a8 pci_find_hose_for_OF_device +EXPORT_SYMBOL vmlinux 0x04450d59 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044d1e8f iterate_mounts +EXPORT_SYMBOL vmlinux 0x046d9caf fput +EXPORT_SYMBOL vmlinux 0x047aeb81 init_buffer +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x048d775b eth_header +EXPORT_SYMBOL vmlinux 0x049b6132 sock_create +EXPORT_SYMBOL vmlinux 0x04c0266e napi_gro_frags +EXPORT_SYMBOL vmlinux 0x04e8197b swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04eb9853 proc_mkdir +EXPORT_SYMBOL vmlinux 0x04fb5343 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x05032ccd simple_write_end +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x051fc3cc blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0530dede _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x0554fe91 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x055c8559 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x057b1d62 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x0588c719 tcp_check_req +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x059ffb45 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x05a514a1 _insl_ns +EXPORT_SYMBOL vmlinux 0x05b2e939 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x05d87496 scsi_host_put +EXPORT_SYMBOL vmlinux 0x0602324b i2c_clients_command +EXPORT_SYMBOL vmlinux 0x0609d6ef blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06422a08 backlight_force_update +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x06968ef4 blk_delay_queue +EXPORT_SYMBOL vmlinux 0x06bbb24a mempool_resize +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x070e0fc8 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x0713d467 eth_type_trans +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x074e9213 down_killable +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07ad9daf neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d17cde pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x07ed20d6 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x07f225ac scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x07fc0e3f tc_classify_compat +EXPORT_SYMBOL vmlinux 0x07fd0e41 filp_close +EXPORT_SYMBOL vmlinux 0x07ff980a i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x080c225a pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x08144731 touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0x082b1f3b scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x0831c73a of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x0838e062 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x086d8cdd irq_stat +EXPORT_SYMBOL vmlinux 0x08b96e2d bio_map_kern +EXPORT_SYMBOL vmlinux 0x08cc84e7 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x08cd0e71 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x08d5ff5f phy_device_free +EXPORT_SYMBOL vmlinux 0x08dfc4cc pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x09194b42 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x091ab626 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x096ce8f8 d_rehash +EXPORT_SYMBOL vmlinux 0x0972f544 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c67afb flex_array_get +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09eaa650 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0x09f584b4 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x0a0579b1 generic_removexattr +EXPORT_SYMBOL vmlinux 0x0a0f2705 udp_add_offload +EXPORT_SYMBOL vmlinux 0x0a14bcd4 ip_options_compile +EXPORT_SYMBOL vmlinux 0x0a193d28 keyring_alloc +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a2ac054 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x0a405f6f release_firmware +EXPORT_SYMBOL vmlinux 0x0a514bb1 seq_write +EXPORT_SYMBOL vmlinux 0x0a770c34 bio_endio +EXPORT_SYMBOL vmlinux 0x0a8f0b58 __alloc_skb +EXPORT_SYMBOL vmlinux 0x0aa7d3d8 tty_devnum +EXPORT_SYMBOL vmlinux 0x0abed044 skb_checksum +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0aeb5729 __genl_register_family +EXPORT_SYMBOL vmlinux 0x0aec663e get_user_pages +EXPORT_SYMBOL vmlinux 0x0b0d5141 locks_init_lock +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b1fa44f page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x0b28aa68 fget +EXPORT_SYMBOL vmlinux 0x0b420af1 pci_iomap +EXPORT_SYMBOL vmlinux 0x0b63db2a dquot_quota_on +EXPORT_SYMBOL vmlinux 0x0b71aff7 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0bbacc29 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd06e43 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x0bddee2a read_dev_sector +EXPORT_SYMBOL vmlinux 0x0be19462 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x0bf9fe57 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x0c10e244 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x0c33b581 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c47e3de udp_ioctl +EXPORT_SYMBOL vmlinux 0x0c4e4fc5 find_get_entry +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c5a9a51 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c784838 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cc611a4 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x0cdea762 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x0d0915a5 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x0d1369a2 blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0x0d5133de gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d6c963c copy_from_user +EXPORT_SYMBOL vmlinux 0x0d6cc959 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0da59970 build_skb +EXPORT_SYMBOL vmlinux 0x0dc0ace0 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0x0dcba1f0 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x0de1e179 __destroy_inode +EXPORT_SYMBOL vmlinux 0x0e255349 seq_vprintf +EXPORT_SYMBOL vmlinux 0x0e30f98f buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x0e4fa09b clear_inode +EXPORT_SYMBOL vmlinux 0x0e5891b6 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e744744 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x0e76d966 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x0e8f30f6 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x0ea8b1ee vfs_writev +EXPORT_SYMBOL vmlinux 0x0ea8f6e0 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x0eac3fda rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x0ec4dc23 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0edf3471 udp_poll +EXPORT_SYMBOL vmlinux 0x0ee0438f generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0efd9aaf agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x0f017313 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x0f1293bd sock_no_poll +EXPORT_SYMBOL vmlinux 0x0f18abab netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f516dc7 d_make_root +EXPORT_SYMBOL vmlinux 0x0f5faa7e wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x0f638274 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0x0f9d9b07 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x0fa58b69 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x0faa6bea simple_lookup +EXPORT_SYMBOL vmlinux 0x0fada494 input_flush_device +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fb40f0f sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x0fb604be abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x0fc14028 freeze_super +EXPORT_SYMBOL vmlinux 0x0fc14473 dev_warn +EXPORT_SYMBOL vmlinux 0x0fc74154 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x10004677 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x104c0484 input_register_handle +EXPORT_SYMBOL vmlinux 0x105bed2d new_sync_write +EXPORT_SYMBOL vmlinux 0x1063c43b inet_recvmsg +EXPORT_SYMBOL vmlinux 0x107b4608 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0x107f1267 devm_iounmap +EXPORT_SYMBOL vmlinux 0x1089c433 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x10950ee1 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x109868be skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x109b315f xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x10a5fea0 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x10d9608e file_ns_capable +EXPORT_SYMBOL vmlinux 0x10e79f60 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110ab4fb noop_llseek +EXPORT_SYMBOL vmlinux 0x112537ba jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x113f7f4f devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0x11558960 __sock_create +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x116a3350 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1182d83a cpuidle_disable +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x11a8412f forget_cached_acl +EXPORT_SYMBOL vmlinux 0x11adfa9c free_task +EXPORT_SYMBOL vmlinux 0x11cd1978 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0x11d07d02 dump_align +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120e0239 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x120f79af __lock_buffer +EXPORT_SYMBOL vmlinux 0x1219ef8d i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x12249c46 of_phy_attach +EXPORT_SYMBOL vmlinux 0x1232a97f nobh_write_begin +EXPORT_SYMBOL vmlinux 0x1255d9ed backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x126df51a dst_destroy +EXPORT_SYMBOL vmlinux 0x1275ccca tc_classify +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12ac74b6 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x12bdaee7 generic_perform_write +EXPORT_SYMBOL vmlinux 0x12dfeb12 vprintk_emit +EXPORT_SYMBOL vmlinux 0x12edc24a sock_no_listen +EXPORT_SYMBOL vmlinux 0x12f8b990 scsi_get_command +EXPORT_SYMBOL vmlinux 0x130d8d79 abx500_register_ops +EXPORT_SYMBOL vmlinux 0x131c8ace dev_crit +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x1329133a generic_write_end +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13a98652 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x13b5e95f fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x13b6c885 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x13bcce42 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13e1da5a mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x1415dd16 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x144503b8 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x14508605 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x1450bf13 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x14ace234 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x14cd0bf6 kill_anon_super +EXPORT_SYMBOL vmlinux 0x14dddf75 set_cached_acl +EXPORT_SYMBOL vmlinux 0x14e4903a netdev_warn +EXPORT_SYMBOL vmlinux 0x14ef553d neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x151413f3 __lock_page +EXPORT_SYMBOL vmlinux 0x152e69fd thaw_bdev +EXPORT_SYMBOL vmlinux 0x153791ec __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x15420160 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154d6568 page_put_link +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x155a2706 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x155beecb simple_rmdir +EXPORT_SYMBOL vmlinux 0x1560cc88 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x157016aa security_mmap_file +EXPORT_SYMBOL vmlinux 0x15718e33 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x158f7ada truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x15c4b478 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x15d1dd60 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x15d3fd60 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x15d985e9 simple_empty +EXPORT_SYMBOL vmlinux 0x15ee0361 ll_rw_block +EXPORT_SYMBOL vmlinux 0x15fca866 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x160429f8 blkdev_fsync +EXPORT_SYMBOL vmlinux 0x16092c57 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x16133668 simple_getattr +EXPORT_SYMBOL vmlinux 0x161f26e7 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x162d1a88 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x1649f651 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x16b597fa sg_miter_skip +EXPORT_SYMBOL vmlinux 0x16bb45c2 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x16c0b54a ip6_route_output +EXPORT_SYMBOL vmlinux 0x171f699b audit_log_start +EXPORT_SYMBOL vmlinux 0x172193b0 skb_find_text +EXPORT_SYMBOL vmlinux 0x172f365a freezing_slow_path +EXPORT_SYMBOL vmlinux 0x17320d9c mmc_request_done +EXPORT_SYMBOL vmlinux 0x17347cf0 get_fs_type +EXPORT_SYMBOL vmlinux 0x1743414f __debugger_fault_handler +EXPORT_SYMBOL vmlinux 0x17648396 dev_base_lock +EXPORT_SYMBOL vmlinux 0x1793f685 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x17989439 mount_bdev +EXPORT_SYMBOL vmlinux 0x17a209a8 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17d986ae tty_kref_put +EXPORT_SYMBOL vmlinux 0x17e28473 fsl_upm_run_pattern +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x18099b78 phy_init_eee +EXPORT_SYMBOL vmlinux 0x180a0591 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x182ce1a1 do_splice_to +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x18447a00 key_type_keyring +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x1857aa39 proc_dointvec +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x188e4261 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18aee152 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x18b0c2cb agp_backend_release +EXPORT_SYMBOL vmlinux 0x18b5471e __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x18b8dce0 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x18bce322 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x18c07fd7 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x18c18c4a unlock_buffer +EXPORT_SYMBOL vmlinux 0x18d6bca1 locks_free_lock +EXPORT_SYMBOL vmlinux 0x18e15d9b tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x190638dd __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x190ac601 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x193b5405 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x19444627 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0x1948b8be fsnotify_get_group +EXPORT_SYMBOL vmlinux 0x19732e27 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x19949c86 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x1995cbfb clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x199ec4fb arch_spin_unlock_wait +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a40e7f of_phy_connect +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19da442c compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0x19fe68ab lockref_get +EXPORT_SYMBOL vmlinux 0x1a039a6a bio_map_user +EXPORT_SYMBOL vmlinux 0x1a05a43a jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x1a077bf0 uart_match_port +EXPORT_SYMBOL vmlinux 0x1a111a41 ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x1a2b4e27 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x1a3e20a7 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x1a45117c follow_pfn +EXPORT_SYMBOL vmlinux 0x1a5d45da dev_load +EXPORT_SYMBOL vmlinux 0x1a6c6125 mount_pseudo +EXPORT_SYMBOL vmlinux 0x1a9d17cd pcim_pin_device +EXPORT_SYMBOL vmlinux 0x1a9d9b69 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x1aa8a22d d_obtain_alias +EXPORT_SYMBOL vmlinux 0x1ab7d843 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x1ac077d6 unlock_page +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ac84ee6 pci_pme_active +EXPORT_SYMBOL vmlinux 0x1acd5e0d rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1adba205 pci_request_region +EXPORT_SYMBOL vmlinux 0x1af1aea6 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x1af62a99 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b0d4b48 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x1b132009 rename_lock +EXPORT_SYMBOL vmlinux 0x1b173c51 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b2bb50e crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x1b353088 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0x1b3d97a6 vme_bus_num +EXPORT_SYMBOL vmlinux 0x1b5de10e block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b68014f sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b89d0fb block_read_full_page +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1ba09b0e scsi_device_resume +EXPORT_SYMBOL vmlinux 0x1baf2121 pci_get_device +EXPORT_SYMBOL vmlinux 0x1bba5c92 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x1bc4ff03 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x1bca2b59 load_fp_state +EXPORT_SYMBOL vmlinux 0x1bdc26cf sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x1be2f1ef dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x1bedaa5e dev_mc_init +EXPORT_SYMBOL vmlinux 0x1bee14a1 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x1bfec830 __iounmap_at +EXPORT_SYMBOL vmlinux 0x1c32c667 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x1c3e02e4 memcmp +EXPORT_SYMBOL vmlinux 0x1c45dd29 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x1c4a9c4f __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x1c4ec2ce tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x1c521837 netif_skb_features +EXPORT_SYMBOL vmlinux 0x1c80de9c ip_send_check +EXPORT_SYMBOL vmlinux 0x1c81c7dc genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x1c9871a5 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x1ca48cd6 would_dump +EXPORT_SYMBOL vmlinux 0x1cbbb12f inc_nlink +EXPORT_SYMBOL vmlinux 0x1cea1700 ppc_md +EXPORT_SYMBOL vmlinux 0x1cf41ef3 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x1d10f7f1 register_exec_domain +EXPORT_SYMBOL vmlinux 0x1d1e54c5 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x1d4e70f9 of_get_pci_address +EXPORT_SYMBOL vmlinux 0x1d655a2b udp_del_offload +EXPORT_SYMBOL vmlinux 0x1d6c2603 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x1d6de5c9 block_commit_write +EXPORT_SYMBOL vmlinux 0x1d960b67 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x1db8f29e __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x1dbc4d0c proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x1dbd4ed9 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dc670d0 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x1dd46be6 skb_insert +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1e14b05e netlink_set_err +EXPORT_SYMBOL vmlinux 0x1e2049c4 __mutex_init +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e31c6b9 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x1e49a271 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e88288c __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ec0a3d3 secpath_dup +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ecbb012 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x1ee18fba mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x1ee9ce0d end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x1f041dba sg_miter_next +EXPORT_SYMBOL vmlinux 0x1f054176 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x1f16c652 swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x1f24a26d dev_open +EXPORT_SYMBOL vmlinux 0x1f28c793 blk_make_request +EXPORT_SYMBOL vmlinux 0x1f6ce67a sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1f6f8f73 compat_sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x1f839b62 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x1f8d21a6 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe15e63 key_invalidate +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2017a2e8 inet_ioctl +EXPORT_SYMBOL vmlinux 0x202f571d pcie_set_mps +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x205b2e99 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20a0dff3 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x20a51ca7 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20d2a86f fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x20d3d766 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20e86ece path_nosuid +EXPORT_SYMBOL vmlinux 0x210fae31 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x211293fa jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x2164505b eth_validate_addr +EXPORT_SYMBOL vmlinux 0x217cbfff of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0x21820144 twl6040_power +EXPORT_SYMBOL vmlinux 0x21875183 udp_set_csum +EXPORT_SYMBOL vmlinux 0x21cb6bb7 igrab +EXPORT_SYMBOL vmlinux 0x21f6cd5a of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x2209ca29 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x2218d5f1 md_done_sync +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x22510e15 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x22649d39 try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x22779bea agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x2278e94b slhc_remember +EXPORT_SYMBOL vmlinux 0x2285f816 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x229349bf audit_log +EXPORT_SYMBOL vmlinux 0x2294943a d_add_ci +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22ca122f sock_no_bind +EXPORT_SYMBOL vmlinux 0x22e6d209 of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0x22f4fabb fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x231eb384 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x233328ec netif_rx_ni +EXPORT_SYMBOL vmlinux 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL vmlinux 0x2342e8f2 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x234c8785 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x234faa55 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x2353970f of_device_register +EXPORT_SYMBOL vmlinux 0x235e90f3 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x23702c4e blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x23894e74 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x238d4548 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x238eb8f3 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23a77855 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23bd3467 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x23c814f9 devm_free_irq +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23e37c1a netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x23ed68f6 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x23f2243d mempool_free +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2409ae0f do_SAK +EXPORT_SYMBOL vmlinux 0x2416cc8d da903x_query_status +EXPORT_SYMBOL vmlinux 0x24195cde skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2452bae8 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x2485177d __devm_request_region +EXPORT_SYMBOL vmlinux 0x249b6b9c msi_bitmap_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x24b8d365 input_allocate_device +EXPORT_SYMBOL vmlinux 0x24cbe20b d_tmpfile +EXPORT_SYMBOL vmlinux 0x24de0af3 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x24f00380 ida_init +EXPORT_SYMBOL vmlinux 0x24fcbd5d jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x25125244 qdisc_reset +EXPORT_SYMBOL vmlinux 0x25177225 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x2533e183 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x254b15fc kobject_put +EXPORT_SYMBOL vmlinux 0x2551d26a security_path_link +EXPORT_SYMBOL vmlinux 0x25697a27 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x2576a10b scsi_put_command +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x2582c65f security_task_getsecid +EXPORT_SYMBOL vmlinux 0x2598671f compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x259aef9b netdev_info +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25e4acb4 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x25ed060c xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x260014dc elv_rb_find +EXPORT_SYMBOL vmlinux 0x26024d0a of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x262a9003 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x2632e025 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x26477c07 __vmalloc +EXPORT_SYMBOL vmlinux 0x264aaf11 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x2661c051 bh_submit_read +EXPORT_SYMBOL vmlinux 0x2665d53a key_create_or_update +EXPORT_SYMBOL vmlinux 0x2678e5ca xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x2687ec0d security_path_rename +EXPORT_SYMBOL vmlinux 0x2695ebab __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x269bed59 blk_fetch_request +EXPORT_SYMBOL vmlinux 0x269f63b0 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x26b760c4 slhc_init +EXPORT_SYMBOL vmlinux 0x26d713e9 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x26e1cfd2 clear_nlink +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26fbdc26 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x2712f4f5 crc32_le_combine +EXPORT_SYMBOL vmlinux 0x271e6a2c of_dev_get +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x275b8aff machine_id +EXPORT_SYMBOL vmlinux 0x275c2f4e freeze_bdev +EXPORT_SYMBOL vmlinux 0x2763d9d9 make_kgid +EXPORT_SYMBOL vmlinux 0x27646df3 start_thread +EXPORT_SYMBOL vmlinux 0x2771d7ff ida_get_new_above +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x278f77f4 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x27a3d235 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x27aa938e pci_reenable_device +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bc98a9 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x27c48324 of_clk_get +EXPORT_SYMBOL vmlinux 0x27d940d5 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27eb66d2 bdevname +EXPORT_SYMBOL vmlinux 0x27fa5882 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x2828a659 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x282e2451 iput +EXPORT_SYMBOL vmlinux 0x28318305 snprintf +EXPORT_SYMBOL vmlinux 0x2849044c kset_register +EXPORT_SYMBOL vmlinux 0x2859a6b6 uart_resume_port +EXPORT_SYMBOL vmlinux 0x28749b40 serio_interrupt +EXPORT_SYMBOL vmlinux 0x287f3b91 tcp_poll +EXPORT_SYMBOL vmlinux 0x2888a103 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x289db3ee idr_remove +EXPORT_SYMBOL vmlinux 0x28a2b29f radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28aa48c3 vme_bus_type +EXPORT_SYMBOL vmlinux 0x28abfe6e scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x28d3aeb0 inet_accept +EXPORT_SYMBOL vmlinux 0x28d4c753 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x28e951b1 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x2906a620 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x292eca4c vme_lm_request +EXPORT_SYMBOL vmlinux 0x2936d49f scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x2986aff6 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x2987dd06 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x29d897e5 notify_change +EXPORT_SYMBOL vmlinux 0x29f5ac13 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x29ffe370 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x2a0ec51c inode_dio_done +EXPORT_SYMBOL vmlinux 0x2a11171f mount_single +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2aa24433 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x2abb2234 dev_trans_start +EXPORT_SYMBOL vmlinux 0x2abb9aa0 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2ae844b0 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x2aea967d security_path_chown +EXPORT_SYMBOL vmlinux 0x2afa8023 icmpv6_send +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b10f443 update_devfreq +EXPORT_SYMBOL vmlinux 0x2b1178c1 tty_port_put +EXPORT_SYMBOL vmlinux 0x2b270365 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b418b12 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x2b4991ec xmon +EXPORT_SYMBOL vmlinux 0x2b75e4bc kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bdd6e28 node_states +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2be3f310 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x2bec8e79 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2d4fc5 dquot_initialize +EXPORT_SYMBOL vmlinux 0x2c512745 open_exec +EXPORT_SYMBOL vmlinux 0x2c774c4b sock_edemux +EXPORT_SYMBOL vmlinux 0x2c7b1fca down_timeout +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2c9a8cef netpoll_print_options +EXPORT_SYMBOL vmlinux 0x2c9b4e04 km_is_alive +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2d005aab register_gifconf +EXPORT_SYMBOL vmlinux 0x2d02dcca pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d2715e2 sys_imageblit +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d37342e cpu_online_mask +EXPORT_SYMBOL vmlinux 0x2d3999bc nla_append +EXPORT_SYMBOL vmlinux 0x2d484187 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x2d5c00ee agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x2d7924ba pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2da31824 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2db1846a follow_down_one +EXPORT_SYMBOL vmlinux 0x2dc2b37e __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x2de4d4b4 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x2de951d5 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2df721ab tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x2df92d22 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x2e046e70 elv_rb_add +EXPORT_SYMBOL vmlinux 0x2e075be1 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x2e0d2f7f queue_work_on +EXPORT_SYMBOL vmlinux 0x2e0f07dd sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e1efd80 dev_addr_init +EXPORT_SYMBOL vmlinux 0x2e1fb7cf dev_err +EXPORT_SYMBOL vmlinux 0x2e26b741 find_vma +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e65cd71 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x2e8453b3 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x2e8d777b fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x2e955cd7 __secpath_destroy +EXPORT_SYMBOL vmlinux 0x2e9b2191 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x2ec07aae compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x2ec9e730 of_device_alloc +EXPORT_SYMBOL vmlinux 0x2edbf298 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x2ee20ecc kernel_sendpage +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f1790a9 local_flush_tlb_mm +EXPORT_SYMBOL vmlinux 0x2f24570c xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x2f287f0d copy_to_user +EXPORT_SYMBOL vmlinux 0x2f2dd8da neigh_update +EXPORT_SYMBOL vmlinux 0x2f31ad71 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x2f65054a inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x2f6a6ab7 dev_emerg +EXPORT_SYMBOL vmlinux 0x2f6e7458 prepare_binprm +EXPORT_SYMBOL vmlinux 0x2f7d0cde seq_release_private +EXPORT_SYMBOL vmlinux 0x2fa9db67 input_close_device +EXPORT_SYMBOL vmlinux 0x2fadaa21 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fbdc215 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x2fcfee6c inet6_getname +EXPORT_SYMBOL vmlinux 0x2fd738fb invalidate_bdev +EXPORT_SYMBOL vmlinux 0x2fd73ab0 kfree_skb +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x3012d014 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x306f1ec5 scsi_host_get +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x30842ede tty_name +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30ac5d15 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x30b8b35c cpu_to_chip_id +EXPORT_SYMBOL vmlinux 0x30b9b39e unregister_console +EXPORT_SYMBOL vmlinux 0x30d2fea0 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x30d52902 dcache_readdir +EXPORT_SYMBOL vmlinux 0x30ddf721 d_lookup +EXPORT_SYMBOL vmlinux 0x30fc654c mmc_can_trim +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x311788af dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x3129e551 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x31399c2f mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x3184f5c1 security_path_chmod +EXPORT_SYMBOL vmlinux 0x318f83ee fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x319e0726 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x31d61e9a cur_cpu_spec +EXPORT_SYMBOL vmlinux 0x31ebc977 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x31ece86d netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x3208841b blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x321c3361 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x323dada2 vfs_readv +EXPORT_SYMBOL vmlinux 0x32532363 inet6_bind +EXPORT_SYMBOL vmlinux 0x3265fe62 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x32858383 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x329b40b3 dev_uc_init +EXPORT_SYMBOL vmlinux 0x32baa356 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x32c1c9ea blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x32d411b4 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x32e135bc kill_bdev +EXPORT_SYMBOL vmlinux 0x32e52565 inet_listen +EXPORT_SYMBOL vmlinux 0x32ef0520 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x331c23ac inet_frag_find +EXPORT_SYMBOL vmlinux 0x33378c8e vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x333cb37c __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x33a40d8e pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x33a78818 sk_stream_error +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33df7399 vfs_open +EXPORT_SYMBOL vmlinux 0x33e918ad dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fc499b sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3406fc0d security_path_rmdir +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x34396365 __quota_error +EXPORT_SYMBOL vmlinux 0x344adbd5 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x345b08fb jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a8b425 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x34ae3019 misc_deregister +EXPORT_SYMBOL vmlinux 0x34b8398d neigh_seq_next +EXPORT_SYMBOL vmlinux 0x34ba6a89 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x34cf7111 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351cf02b pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x351fa05d mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x353c87da netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x35ae82db vfs_unlink +EXPORT_SYMBOL vmlinux 0x35c32767 xor_altivec_2 +EXPORT_SYMBOL vmlinux 0x35d354b9 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x35d6f80b sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x35dd0523 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x35dfba0d fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x36014f78 bd_set_size +EXPORT_SYMBOL vmlinux 0x3603a07e security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x3618cb2d ida_destroy +EXPORT_SYMBOL vmlinux 0x362c5c40 dev_close +EXPORT_SYMBOL vmlinux 0x3651a7e3 blk_start_queue +EXPORT_SYMBOL vmlinux 0x36524363 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x365f8308 wait_iff_congested +EXPORT_SYMBOL vmlinux 0x366f6d27 idr_destroy +EXPORT_SYMBOL vmlinux 0x369e1115 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x36a11195 __module_get +EXPORT_SYMBOL vmlinux 0x36b0e732 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36c28c64 bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x36c45b68 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x37079736 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x3719fac9 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x371d2130 check_legacy_ioport +EXPORT_SYMBOL vmlinux 0x37329b44 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x37344510 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374b38c6 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x378e640d __f_setown +EXPORT_SYMBOL vmlinux 0x37a0097a datagram_poll +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37b16751 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37e0153d flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x3809a8a0 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0x3818fe1a mdiobus_free +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x383de370 km_query +EXPORT_SYMBOL vmlinux 0x384956dc of_scan_pci_bridge +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x38786432 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x3885e721 blkdev_put +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x389296f2 tty_free_termios +EXPORT_SYMBOL vmlinux 0x3898b949 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x3898e53f pci_dev_put +EXPORT_SYMBOL vmlinux 0x38a28f1c fb_set_suspend +EXPORT_SYMBOL vmlinux 0x38a37bf5 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38b825d1 idr_replace +EXPORT_SYMBOL vmlinux 0x38bc11bb ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x38be38a0 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x38cf3dd1 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x38fb9933 tty_std_termios +EXPORT_SYMBOL vmlinux 0x39103342 flush_tlb_page +EXPORT_SYMBOL vmlinux 0x391cb403 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x39313b07 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x396d51af inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x397e90f2 wireless_send_event +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39c9543a security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x39cdf63c wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x39d71d4e ppp_unit_number +EXPORT_SYMBOL vmlinux 0x39f97084 __pagevec_release +EXPORT_SYMBOL vmlinux 0x3a018b75 do_fallocate +EXPORT_SYMBOL vmlinux 0x3a01d002 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x3a1c9a66 dquot_alloc +EXPORT_SYMBOL vmlinux 0x3a20ff73 __crc32c_le +EXPORT_SYMBOL vmlinux 0x3a88c8eb compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3aa83eb0 read_cache_pages +EXPORT_SYMBOL vmlinux 0x3aafb7c6 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x3ac8ab22 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x3ad2b53e generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x3ae63453 arp_send +EXPORT_SYMBOL vmlinux 0x3ae853de __nla_put +EXPORT_SYMBOL vmlinux 0x3af3faa0 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x3b012edd xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x3b27735f sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x3b514795 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x3b615a21 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3b8f899b scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x3bb90a16 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x3bc5c712 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x3bcf5582 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bd405b2 pagecache_write_end +EXPORT_SYMBOL vmlinux 0x3bd7646c sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x3bea5d15 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x3c08d4db flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x3c2508c6 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x3c3f298f save_mount_options +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c483012 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x3c6799ee phy_attach +EXPORT_SYMBOL vmlinux 0x3c7e7278 bio_clone_fast +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cc4b0dc lg_lock_init +EXPORT_SYMBOL vmlinux 0x3cc6d147 request_key_async +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3d0b42e4 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x3d154d54 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x3d1cc1b9 xfrm_input +EXPORT_SYMBOL vmlinux 0x3d26df94 kernel_listen +EXPORT_SYMBOL vmlinux 0x3d4f9572 serio_rescan +EXPORT_SYMBOL vmlinux 0x3d5844b3 strnicmp +EXPORT_SYMBOL vmlinux 0x3d855b49 pci_enable_device +EXPORT_SYMBOL vmlinux 0x3d8f6d3d udp_sendmsg +EXPORT_SYMBOL vmlinux 0x3da97bfd dev_activate +EXPORT_SYMBOL vmlinux 0x3db82c2b kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x3dc02a4e flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd3914b drop_super +EXPORT_SYMBOL vmlinux 0x3ddaa8e9 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e1f2f02 __frontswap_store +EXPORT_SYMBOL vmlinux 0x3e1f57d6 dev_get_stats +EXPORT_SYMBOL vmlinux 0x3e332050 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x3e44d141 kill_litter_super +EXPORT_SYMBOL vmlinux 0x3e45558c mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0x3e49ea28 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3eb7967e ps2_init +EXPORT_SYMBOL vmlinux 0x3ebd46a7 pci_enable_msix +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ee71ee1 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x3eecfada skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f084476 PDE_DATA +EXPORT_SYMBOL vmlinux 0x3f1d2ebd of_find_property +EXPORT_SYMBOL vmlinux 0x3f3c596c d_drop +EXPORT_SYMBOL vmlinux 0x3f406a3b enable_kernel_altivec +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f467858 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x3f613e3f mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x3f69fcdd of_device_is_available +EXPORT_SYMBOL vmlinux 0x3fbf2dab scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x3fce9f6f ip6_frag_init +EXPORT_SYMBOL vmlinux 0x3fde5ee1 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x3fe0d1c0 slhc_free +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe9e1f3 proto_register +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3fec1822 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x3ff8e495 lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0x401fc48c dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x402c00da sock_wmalloc +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x407ee56a pci_scan_slot +EXPORT_SYMBOL vmlinux 0x408b2df6 fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x4095047a generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409ecb22 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a3138a bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x40a74818 seq_putc +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b3d6b6 redraw_screen +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x4112b9a5 get_pci_dma_ops +EXPORT_SYMBOL vmlinux 0x4117da1a __bforget +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x4159c38f ioremap_wc +EXPORT_SYMBOL vmlinux 0x415a62da mark_page_accessed +EXPORT_SYMBOL vmlinux 0x4178dfee pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41b615c4 ip_fragment +EXPORT_SYMBOL vmlinux 0x41cd4c38 sk_net_capable +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x425fe286 tty_register_device +EXPORT_SYMBOL vmlinux 0x42648f6e scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x4265bccd phy_disconnect +EXPORT_SYMBOL vmlinux 0x426b000b arp_xmit +EXPORT_SYMBOL vmlinux 0x426b6454 __sb_start_write +EXPORT_SYMBOL vmlinux 0x426ee189 follow_up +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42e1225f __dquot_free_space +EXPORT_SYMBOL vmlinux 0x42eb9a55 kernel_connect +EXPORT_SYMBOL vmlinux 0x42f0a8cd unlock_rename +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x430c8266 get_acl +EXPORT_SYMBOL vmlinux 0x43125e72 compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x4318a82f nf_log_unregister +EXPORT_SYMBOL vmlinux 0x4321fdf0 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x4324ad3a blk_run_queue +EXPORT_SYMBOL vmlinux 0x43319dd1 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x4334a474 inet_addr_type +EXPORT_SYMBOL vmlinux 0x433adbc1 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x434545d0 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x437c3d69 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x43806468 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43a01f90 complete_all +EXPORT_SYMBOL vmlinux 0x43ab2ec9 filemap_flush +EXPORT_SYMBOL vmlinux 0x43b83fc2 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x440087db dev_printk +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x4415901b proc_create_data +EXPORT_SYMBOL vmlinux 0x442a9d7f inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x443384b2 __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x44418e30 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x446fc328 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x448eac3e kmemdup +EXPORT_SYMBOL vmlinux 0x4494a124 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x44a5a3e4 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x44d32562 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x44d72bd5 __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x44df9683 kset_unregister +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44eb192e wait_for_completion +EXPORT_SYMBOL vmlinux 0x4504f89c vga_put +EXPORT_SYMBOL vmlinux 0x4512ec91 del_gendisk +EXPORT_SYMBOL vmlinux 0x451359bd blk_complete_request +EXPORT_SYMBOL vmlinux 0x452a85ae sk_dst_check +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x453de5fa pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x455d5658 fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x4589a00c __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x4592d916 fb_class +EXPORT_SYMBOL vmlinux 0x45a55ec8 __iounmap +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45cb0e90 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x45e17a9f udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x45ef11bb pci_remove_bus +EXPORT_SYMBOL vmlinux 0x45f990f3 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x4612c59d down_trylock +EXPORT_SYMBOL vmlinux 0x4613442e bdget +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x461ebfa0 __copy_tofrom_user +EXPORT_SYMBOL vmlinux 0x4624a850 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x464f4413 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x46503f9a pci_dev_driver +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x466de476 compat_sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x4671b4ee nf_log_unset +EXPORT_SYMBOL vmlinux 0x4671df04 bioset_create +EXPORT_SYMBOL vmlinux 0x4678da14 giveup_fpu +EXPORT_SYMBOL vmlinux 0x468bcda6 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x46ab6cfc find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x46b0973e __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x46b705e8 agp_free_page_array +EXPORT_SYMBOL vmlinux 0x46d12956 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x46db95eb pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x4703b886 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x47063266 bio_init +EXPORT_SYMBOL vmlinux 0x47119281 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x4752d0f2 mmc_release_host +EXPORT_SYMBOL vmlinux 0x475c03ea __devm_release_region +EXPORT_SYMBOL vmlinux 0x476afc0f iov_iter_init +EXPORT_SYMBOL vmlinux 0x47807e0b netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x4799de78 dcb_setapp +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47dade6f inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x47edd21d tcf_action_exec +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x481cebcd inode_needs_sync +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x48404b9a remove_wait_queue +EXPORT_SYMBOL vmlinux 0x48408aea dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x485b87f7 dquot_transfer +EXPORT_SYMBOL vmlinux 0x48779f03 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x48903116 have_submounts +EXPORT_SYMBOL vmlinux 0x4890921f blk_end_request +EXPORT_SYMBOL vmlinux 0x48953e32 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x489c4b08 mmc_add_host +EXPORT_SYMBOL vmlinux 0x48a771c5 cpu_core_map +EXPORT_SYMBOL vmlinux 0x48b82e08 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48fabfbf gen_new_estimator +EXPORT_SYMBOL vmlinux 0x4901602e nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x493f79ba devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x498b80e8 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49c64fd3 nf_log_set +EXPORT_SYMBOL vmlinux 0x49c88d5d mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x49da7020 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x49e1561c padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x49e52c65 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x4a16a0aa mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x4a2cfa4f phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x4a357624 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a4401df file_update_time +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afbbb21 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b109205 seq_read +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b6209f3 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x4b6f5043 agp_copy_info +EXPORT_SYMBOL vmlinux 0x4b70f6bf powerpc_debugfs_root +EXPORT_SYMBOL vmlinux 0x4b8326ff ida_remove +EXPORT_SYMBOL vmlinux 0x4b9ac375 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x4b9beec3 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x4ba7a287 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bbcddb1 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x4bc0476a arp_tbl +EXPORT_SYMBOL vmlinux 0x4bc3c61b iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0x4be2f0e3 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x4bed05ea __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x4bed1529 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x4c11435a _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c299548 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x4c40df86 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x4c47a471 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x4c58e55e blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x4c620338 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0x4c67a129 xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x4c689a19 md_write_start +EXPORT_SYMBOL vmlinux 0x4c6e1488 ata_print_version +EXPORT_SYMBOL vmlinux 0x4c85fe13 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x4ca9669f scnprintf +EXPORT_SYMBOL vmlinux 0x4cb0e988 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cbc5de7 release_sock +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cdb52ed compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x4cdc6a51 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x4ce4caf7 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x4d02bee2 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x4d071c3c seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x4d164199 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x4d261ca9 km_state_notify +EXPORT_SYMBOL vmlinux 0x4d26a2b5 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4dbe7d56 of_get_next_child +EXPORT_SYMBOL vmlinux 0x4dc015f3 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x4dc1e541 proc_symlink +EXPORT_SYMBOL vmlinux 0x4dd1df71 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e23d385 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e3aa569 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x4e5bd672 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6d1e04 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e701f40 f_setown +EXPORT_SYMBOL vmlinux 0x4e951b0b ipv4_specific +EXPORT_SYMBOL vmlinux 0x4e9dffb5 ip_fast_csum +EXPORT_SYMBOL vmlinux 0x4ec08cc2 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x4edd72f7 block_all_signals +EXPORT_SYMBOL vmlinux 0x4eed7892 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x4efad4f4 uart_register_driver +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f2f2cfc ata_port_printk +EXPORT_SYMBOL vmlinux 0x4f30ba00 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f49ba36 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x4f4d295d kernel_getpeername +EXPORT_SYMBOL vmlinux 0x4f5312e0 md_check_recovery +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f68f897 blk_finish_request +EXPORT_SYMBOL vmlinux 0x4f7e8fcd cdev_add +EXPORT_SYMBOL vmlinux 0x4fa1f946 tso_build_data +EXPORT_SYMBOL vmlinux 0x4fba292d blk_recount_segments +EXPORT_SYMBOL vmlinux 0x4fc3a2a0 file_open_root +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4ff8db0d qdisc_list_del +EXPORT_SYMBOL vmlinux 0x5004328b sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x503f13fb devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x5056d158 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x505f8e67 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x506bbbbd vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x50987757 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x509cb2a6 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x509ed0f1 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50b73683 qdisc_destroy +EXPORT_SYMBOL vmlinux 0x50ba769a kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x50d2592d hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x51164ad9 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x5127c981 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x512bffa2 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x514b4172 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x515d0f5d generic_ro_fops +EXPORT_SYMBOL vmlinux 0x5175e1b4 mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x518b50b3 security_path_symlink +EXPORT_SYMBOL vmlinux 0x518f62f7 genphy_read_status +EXPORT_SYMBOL vmlinux 0x519b0da3 finish_wait +EXPORT_SYMBOL vmlinux 0x51bded68 console_stop +EXPORT_SYMBOL vmlinux 0x51ef6411 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x51fb973a md_integrity_register +EXPORT_SYMBOL vmlinux 0x52021c1b scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5206d59a agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x52199ab3 submit_bh +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x5223847e blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x5232694c gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5245f6a4 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x527b07ff alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52ad164e inet_frag_kill +EXPORT_SYMBOL vmlinux 0x52b2b697 of_device_unregister +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52b7dd43 __inet6_hash +EXPORT_SYMBOL vmlinux 0x52b888ab bdi_destroy +EXPORT_SYMBOL vmlinux 0x52bb5087 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x52e29a74 inet_frags_init +EXPORT_SYMBOL vmlinux 0x52e84a46 register_md_personality +EXPORT_SYMBOL vmlinux 0x53032d41 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x53150bd6 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x533488ef vfs_getattr +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x53683626 dquot_commit +EXPORT_SYMBOL vmlinux 0x536cc847 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x53745227 skb_queue_head +EXPORT_SYMBOL vmlinux 0x5377e556 hex2bin +EXPORT_SYMBOL vmlinux 0x53906109 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x53a47f2c netif_receive_skb +EXPORT_SYMBOL vmlinux 0x53b20e27 dump_emit +EXPORT_SYMBOL vmlinux 0x53e17ab6 _dev_info +EXPORT_SYMBOL vmlinux 0x53ebab1b _outsl_ns +EXPORT_SYMBOL vmlinux 0x53fab6cb iov_iter_npages +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5412c7c7 up +EXPORT_SYMBOL vmlinux 0x54184d96 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x542b483a d_invalidate +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544f44b2 sock_i_uid +EXPORT_SYMBOL vmlinux 0x54606086 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x547ed7d0 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x548c289f dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x54a2d94d xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54d909fa pci_get_subsys +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e4445a key_reject_and_link +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ec68b1 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x54f0d193 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x55076157 bio_advance +EXPORT_SYMBOL vmlinux 0x55117a6e inode_change_ok +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5526f966 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5568c553 complete +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x55759386 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x5577ef9e udp_table +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x559df21a d_genocide +EXPORT_SYMBOL vmlinux 0x55a856a3 led_blink_set +EXPORT_SYMBOL vmlinux 0x55b413f8 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x55cbd931 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x55ccd4d2 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x55dddbc0 vmap +EXPORT_SYMBOL vmlinux 0x55fbee2b ip_ct_attach +EXPORT_SYMBOL vmlinux 0x5602b3da current_fs_time +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563c1aaa sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x5658ee1c dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x565b9066 of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x565c768d of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x566f082a uart_get_divisor +EXPORT_SYMBOL vmlinux 0x567fc6ed skb_push +EXPORT_SYMBOL vmlinux 0x56a10763 csum_tcpudp_magic +EXPORT_SYMBOL vmlinux 0x56a17146 clk_add_alias +EXPORT_SYMBOL vmlinux 0x56c08d03 dev_set_group +EXPORT_SYMBOL vmlinux 0x56c1de88 input_inject_event +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56cd3772 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x56d03e68 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x5732ca85 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x574686ad xfrm_register_mode +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575af70c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x578f9206 kobject_get +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x5799d50c cdev_alloc +EXPORT_SYMBOL vmlinux 0x579fbcd2 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x57cd45c1 dquot_disable +EXPORT_SYMBOL vmlinux 0x57f30303 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x58032632 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x580acbc1 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x582ff356 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583f7b7f vme_dma_request +EXPORT_SYMBOL vmlinux 0x584ed2bf mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x58605cc1 km_report +EXPORT_SYMBOL vmlinux 0x586d1665 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x588fae2d tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x58a042ce xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x58b43aac blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58c27691 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x58d7a005 free_buffer_head +EXPORT_SYMBOL vmlinux 0x58da6363 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x58fc3dd3 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x591605b4 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x591c8473 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x5929cc13 down_write +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x595cdcf8 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x595d0946 empty_zero_page +EXPORT_SYMBOL vmlinux 0x5967c929 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x596f7e02 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x5987189f mdiobus_scan +EXPORT_SYMBOL vmlinux 0x5991219c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x59b3378a completion_done +EXPORT_SYMBOL vmlinux 0x59cd1002 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x59d8d915 compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0x59dd5af1 loop_backing_file +EXPORT_SYMBOL vmlinux 0x59f9355a pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x5a025f7b arch_local_irq_restore +EXPORT_SYMBOL vmlinux 0x5a03bc02 bdev_read_only +EXPORT_SYMBOL vmlinux 0x5a092ca3 fsl_lbc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x5a0aaa12 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a6ec517 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a9d8753 get_task_io_context +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aa46102 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x5aa55839 page_symlink +EXPORT_SYMBOL vmlinux 0x5ad57a65 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x5af0c314 arp_find +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b01cd10 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x5b0eab49 blkdev_get +EXPORT_SYMBOL vmlinux 0x5b1be070 release_pages +EXPORT_SYMBOL vmlinux 0x5b1f4984 rt6_lookup +EXPORT_SYMBOL vmlinux 0x5b2caf99 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x5b39988e ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b4056e6 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x5b40ecbf set_blocksize +EXPORT_SYMBOL vmlinux 0x5b4e5693 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b58a481 d_move +EXPORT_SYMBOL vmlinux 0x5b6f9d4e blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x5b71ae5f frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x5b7d536a security_path_mkdir +EXPORT_SYMBOL vmlinux 0x5b8c32b7 dqget +EXPORT_SYMBOL vmlinux 0x5b9828c5 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x5bb2aac9 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x5bbaf998 set_page_dirty +EXPORT_SYMBOL vmlinux 0x5bc10524 printk_emit +EXPORT_SYMBOL vmlinux 0x5bd25d54 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x5be93c18 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x5bef098b netif_carrier_on +EXPORT_SYMBOL vmlinux 0x5bf08bdb tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x5bfd5e9e km_state_expired +EXPORT_SYMBOL vmlinux 0x5c22644d inode_dio_wait +EXPORT_SYMBOL vmlinux 0x5c37f319 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x5c6d1c79 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x5ca95c15 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x5cb9a591 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x5cdf89f4 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cf30e10 __debugger_ipi +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d18cbd0 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x5d31f2b6 do_splice_from +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d58efa0 convert_ifc_address +EXPORT_SYMBOL vmlinux 0x5d5bd88e inet_frags_fini +EXPORT_SYMBOL vmlinux 0x5d6e9ba8 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x5dad6ccf posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x5de17e26 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x5de5348f __nlmsg_put +EXPORT_SYMBOL vmlinux 0x5deea012 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x5dfec96c set_security_override +EXPORT_SYMBOL vmlinux 0x5e15425b tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x5e15aa3d pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0x5e19f2f0 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x5e2b9206 tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0x5e39c52c pskb_expand_head +EXPORT_SYMBOL vmlinux 0x5e3a8a9c __wake_up +EXPORT_SYMBOL vmlinux 0x5e7f113f vfs_statfs +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb5b0bc scsi_dma_map +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed42e1c mntput +EXPORT_SYMBOL vmlinux 0x5ed6c21a pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x5edf77f9 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x5efd212e __dst_free +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0cdd20 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x5f74c4c5 make_bad_inode +EXPORT_SYMBOL vmlinux 0x5f76f75c input_free_device +EXPORT_SYMBOL vmlinux 0x5f8a2728 isa_io_base +EXPORT_SYMBOL vmlinux 0x5fb26ef9 proc_set_size +EXPORT_SYMBOL vmlinux 0x5fd0fd7d posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x5fd4d772 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fe2a6ad blk_put_request +EXPORT_SYMBOL vmlinux 0x5fe2e4eb from_kgid +EXPORT_SYMBOL vmlinux 0x5feb6cf4 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x5ff01e79 bio_put +EXPORT_SYMBOL vmlinux 0x5fff210b forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x601e28e3 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603a4726 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x605c5949 of_allnodes +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60aac9cb file_remove_suid +EXPORT_SYMBOL vmlinux 0x60bce568 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x60c137b3 skb_clone +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60e67a67 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x60e93872 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x60eb5410 udp_seq_open +EXPORT_SYMBOL vmlinux 0x60eccb2b security_d_instantiate +EXPORT_SYMBOL vmlinux 0x60f28e7b input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x60f96028 dentry_open +EXPORT_SYMBOL vmlinux 0x60f9fda8 init_special_inode +EXPORT_SYMBOL vmlinux 0x610a4b56 dma_iommu_ops +EXPORT_SYMBOL vmlinux 0x6128085f pci_get_class +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x6132daa3 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x6133f96b tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x614bb773 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x614ca6c8 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x6153eca9 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x61555e30 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x6169a8fc load_nls +EXPORT_SYMBOL vmlinux 0x61911782 sk_free +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x619ed089 check_disk_change +EXPORT_SYMBOL vmlinux 0x61af7a33 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x61b6f47a tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61ba5a0d path_is_under +EXPORT_SYMBOL vmlinux 0x61d36ba3 fsync_bdev +EXPORT_SYMBOL vmlinux 0x61e579a5 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x61eef2c9 _insb +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x62154251 elevator_init +EXPORT_SYMBOL vmlinux 0x6216cd77 generic_file_open +EXPORT_SYMBOL vmlinux 0x62186b13 commit_creds +EXPORT_SYMBOL vmlinux 0x621cfb1c mpage_writepages +EXPORT_SYMBOL vmlinux 0x621f336f inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x62271a4c pcim_iounmap +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6229e256 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x622df8c3 clear_user_page +EXPORT_SYMBOL vmlinux 0x62538167 slhc_toss +EXPORT_SYMBOL vmlinux 0x627378b8 kernel_read +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62b94cbe bio_copy_data +EXPORT_SYMBOL vmlinux 0x62bb2b5e bio_split +EXPORT_SYMBOL vmlinux 0x62d1e927 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x62d3e013 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x62d5607b mdiobus_read +EXPORT_SYMBOL vmlinux 0x630b1228 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x630f20d2 of_match_node +EXPORT_SYMBOL vmlinux 0x63180e5f truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x63231951 gen_pool_create +EXPORT_SYMBOL vmlinux 0x63396aec __debugger_break_match +EXPORT_SYMBOL vmlinux 0x633d3783 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x633e64b7 check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0x633eca20 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x633f26cd dev_uc_sync +EXPORT_SYMBOL vmlinux 0x634f4bb8 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x63778006 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x637828bf lock_rename +EXPORT_SYMBOL vmlinux 0x637e0358 truncate_setsize +EXPORT_SYMBOL vmlinux 0x63804e8f of_dev_put +EXPORT_SYMBOL vmlinux 0x638fa9cb netdev_emerg +EXPORT_SYMBOL vmlinux 0x63978976 pci_disable_device +EXPORT_SYMBOL vmlinux 0x63b69b72 dma_find_channel +EXPORT_SYMBOL vmlinux 0x63ce99b1 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x63e7bd12 __cputime_usec_factor +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x6419bfd6 pipe_unlock +EXPORT_SYMBOL vmlinux 0x641cc231 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x642ab41e ata_link_printk +EXPORT_SYMBOL vmlinux 0x643d40bd register_netdevice +EXPORT_SYMBOL vmlinux 0x64499923 dquot_release +EXPORT_SYMBOL vmlinux 0x64533ba0 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a1be95 vga_client_register +EXPORT_SYMBOL vmlinux 0x64a4b84d cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x64a51c30 migrate_page +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64d9ec4c pci_restore_state +EXPORT_SYMBOL vmlinux 0x64e99db9 seq_lseek +EXPORT_SYMBOL vmlinux 0x650b23d6 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6517003b tcf_em_register +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x65240264 from_kprojid +EXPORT_SYMBOL vmlinux 0x65276241 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x653720f1 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x6551729c mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x6564338c nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x6568cc3d rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x6568ffd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x6585e9b6 bio_chain +EXPORT_SYMBOL vmlinux 0x659425a4 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x659759a4 __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x65a1fced jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x65a7f6ce dput +EXPORT_SYMBOL vmlinux 0x65bb58a2 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x65cb14ba bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x65d6a841 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65da135c misc_register +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65fa2949 security_inode_permission +EXPORT_SYMBOL vmlinux 0x65fe8b88 bioset_free +EXPORT_SYMBOL vmlinux 0x661dba70 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x663374df blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x663a43ed skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x66550808 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x666fc3e7 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x667f2cf4 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x6681a913 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66a42d4c stop_tty +EXPORT_SYMBOL vmlinux 0x66b20103 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x6702fcc7 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x67063e3b compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x672f716d uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x67406235 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x674c3a19 vc_resize +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x67640e0a jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x6770f04e mmc_start_req +EXPORT_SYMBOL vmlinux 0x678d9975 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x679b638a max8925_reg_write +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67e8df28 simple_rename +EXPORT_SYMBOL vmlinux 0x67f29ab5 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x680a6965 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x6812d10d phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x68570f04 user_path_create +EXPORT_SYMBOL vmlinux 0x68609857 complete_and_exit +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x6886ea0d bdget_disk +EXPORT_SYMBOL vmlinux 0x68a23a4c tty_vhangup +EXPORT_SYMBOL vmlinux 0x68a77d69 filemap_fault +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68dc47b9 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68ea14a3 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x68f39b38 nobh_write_end +EXPORT_SYMBOL vmlinux 0x68fa728e tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x68fe100d mnt_unpin +EXPORT_SYMBOL vmlinux 0x690062fa mach_corenet_generic +EXPORT_SYMBOL vmlinux 0x69101133 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6981840a bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x6988b75f inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0x69919877 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69d94c7a inet_add_offload +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a0fe9c1 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x6a1305ef inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x6a2b601b agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a61f874 to_tm +EXPORT_SYMBOL vmlinux 0x6a6d2f37 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x6a6d80ad phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x6a740c54 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a813b04 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x6ab988bd blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x6aba6c69 __inode_permission +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6b00179f phy_attach_direct +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b16d64f dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b2a989c skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b5dfe73 __debugger_bpt +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b64e55f input_open_device +EXPORT_SYMBOL vmlinux 0x6b85cf39 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x6b8d8b5b security_path_truncate +EXPORT_SYMBOL vmlinux 0x6b8f6320 compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x6b92fba3 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x6bbb35e6 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x6bbf8ea8 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x6bc0f1c3 compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bceaebc gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6be8bb7e touch_buffer +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6bfa9e0b jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x6bfe2de6 blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0x6bffd565 genphy_suspend +EXPORT_SYMBOL vmlinux 0x6c10af62 generic_fillattr +EXPORT_SYMBOL vmlinux 0x6c26f112 pid_task +EXPORT_SYMBOL vmlinux 0x6c2fbfc7 simple_link +EXPORT_SYMBOL vmlinux 0x6c35ccb9 tcp_prot +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c5ede9f set_anon_super +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c74187e jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x6c7b0ca3 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x6c83e3cd kthread_stop +EXPORT_SYMBOL vmlinux 0x6c9fa633 vga_con +EXPORT_SYMBOL vmlinux 0x6c9fd18f seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x6cb37127 flex_array_clear +EXPORT_SYMBOL vmlinux 0x6cd8c86b __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x6ce0a238 lro_flush_all +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d5a4b66 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x6d5bd30c netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x6d65329a dma_pool_create +EXPORT_SYMBOL vmlinux 0x6d740223 flex_array_put +EXPORT_SYMBOL vmlinux 0x6d982d7a __skb_get_hash +EXPORT_SYMBOL vmlinux 0x6da928f4 _insw_ns +EXPORT_SYMBOL vmlinux 0x6deb9cb0 mutex_trylock +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e0c3f20 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x6e0e5526 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x6e15eae8 scsi_finish_command +EXPORT_SYMBOL vmlinux 0x6e1c734f ab3100_event_register +EXPORT_SYMBOL vmlinux 0x6e2f15d5 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x6e5d9f55 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x6e6a01a7 skb_pull +EXPORT_SYMBOL vmlinux 0x6e6f366c fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e75d4e1 thaw_super +EXPORT_SYMBOL vmlinux 0x6e7f0fd2 cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x6e829ec0 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x6e841126 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6eb45e02 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ed24d1b of_get_address +EXPORT_SYMBOL vmlinux 0x6edb5ea2 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f301df4 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x6f32984a sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x6f71951d ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x6f9a4d2b mount_ns +EXPORT_SYMBOL vmlinux 0x6f9ce4cb phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x6faf2e42 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcbc7fd ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x6fdb167d phy_init_hw +EXPORT_SYMBOL vmlinux 0x6fe2c1d1 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x700812ca inet_shutdown +EXPORT_SYMBOL vmlinux 0x700b3edd mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0x7016b0ee vm_map_ram +EXPORT_SYMBOL vmlinux 0x70195391 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x7022be08 put_tty_driver +EXPORT_SYMBOL vmlinux 0x7025e3bf xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x704c4365 __cputime_sec_factor +EXPORT_SYMBOL vmlinux 0x7051000d fs_bio_set +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x707b06a8 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x707fb4b1 pci_choose_state +EXPORT_SYMBOL vmlinux 0x70877b2a gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x70b93761 md_error +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70caff91 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70f2c431 nobh_writepage +EXPORT_SYMBOL vmlinux 0x70f786a6 tcp_connect +EXPORT_SYMBOL vmlinux 0x70faa543 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x711a8d1a skb_store_bits +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7131c18f napi_complete +EXPORT_SYMBOL vmlinux 0x713dc880 tty_unlock +EXPORT_SYMBOL vmlinux 0x71668aab cdev_init +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71808b67 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x719b6e96 kill_block_super +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71c86941 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x71ce7d18 writeback_in_progress +EXPORT_SYMBOL vmlinux 0x7204eab7 sk_common_release +EXPORT_SYMBOL vmlinux 0x72082ae0 tcp_proc_register +EXPORT_SYMBOL vmlinux 0x720c65e9 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x7215c107 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x72205b39 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x7237af35 deactivate_super +EXPORT_SYMBOL vmlinux 0x7239995a sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x7260b0c2 mmc_get_card +EXPORT_SYMBOL vmlinux 0x727e89b7 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x7289d531 md_flush_request +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72bd7c1a __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x72c0df8e pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x72c98139 __arch_hweight64 +EXPORT_SYMBOL vmlinux 0x72d4c23c fsl_get_sys_freq +EXPORT_SYMBOL vmlinux 0x72d65b06 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72fc3d5a qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x730ee287 __register_nls +EXPORT_SYMBOL vmlinux 0x73144fac bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731a747a pci_io_base +EXPORT_SYMBOL vmlinux 0x731e9178 netdev_crit +EXPORT_SYMBOL vmlinux 0x733b2383 next_tlbcam_idx +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x73476a00 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x735d8503 add_wait_queue +EXPORT_SYMBOL vmlinux 0x7393878e tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x73a4fee4 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x73b60f3c dst_release +EXPORT_SYMBOL vmlinux 0x73b929d4 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x73ea3a64 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x73f9f0ad scsi_scan_host +EXPORT_SYMBOL vmlinux 0x740e4d77 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x741f30a7 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x74458974 cdev_del +EXPORT_SYMBOL vmlinux 0x7455c0f5 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x7470e5f2 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7483039d tcp_read_sock +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x74b3d9e0 i2c_transfer +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74cd9e85 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x751c2917 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x7522580a netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x7532588a alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x754f7368 inode_permission +EXPORT_SYMBOL vmlinux 0x757ca106 rtnl_notify +EXPORT_SYMBOL vmlinux 0x758d1808 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x7590a486 pci_bus_get +EXPORT_SYMBOL vmlinux 0x75994700 add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x75bc8d3d seq_escape +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75be6702 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x75efcab2 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x75f493f1 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7610954f input_release_device +EXPORT_SYMBOL vmlinux 0x7634ae52 names_cachep +EXPORT_SYMBOL vmlinux 0x763a7e68 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x764efae3 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x767cf39c icmp_send +EXPORT_SYMBOL vmlinux 0x76834dcf dm_get_device +EXPORT_SYMBOL vmlinux 0x7684f3a8 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x768af5db dev_alert +EXPORT_SYMBOL vmlinux 0x76972977 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0x769e06d7 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x76a581b5 new_inode +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76d02343 padata_free +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76ee30d1 clone_cred +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77534db2 up_write +EXPORT_SYMBOL vmlinux 0x775f8116 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0x7763a22b blk_stack_limits +EXPORT_SYMBOL vmlinux 0x778869e2 inet_del_offload +EXPORT_SYMBOL vmlinux 0x77907a23 dget_parent +EXPORT_SYMBOL vmlinux 0x77930e4b ps2_drain +EXPORT_SYMBOL vmlinux 0x779604ad mmc_of_parse +EXPORT_SYMBOL vmlinux 0x77961b7b tty_unthrottle +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77b3ba10 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77bd734b scsi_init_io +EXPORT_SYMBOL vmlinux 0x77c69770 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x77d47eb7 __napi_schedule +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77ff1811 fasync_helper +EXPORT_SYMBOL vmlinux 0x7809e127 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x7811d285 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x781cab14 from_kuid +EXPORT_SYMBOL vmlinux 0x782e26c6 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x782e9530 mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x784e22a3 generic_write_checks +EXPORT_SYMBOL vmlinux 0x785d0099 send_sig_info +EXPORT_SYMBOL vmlinux 0x787d72c7 generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x7889c9b9 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78b3a8bb blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x78bc5b06 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x78c715c4 seq_path +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e3e1f3 sync_blockdev +EXPORT_SYMBOL vmlinux 0x78e5ace7 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x78ea87ea cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x78ec502e lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x790df6ca __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x79130fe0 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x791531c0 __neigh_create +EXPORT_SYMBOL vmlinux 0x7918cbf6 filp_open +EXPORT_SYMBOL vmlinux 0x79268543 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x792da05c revert_creds +EXPORT_SYMBOL vmlinux 0x79569ae5 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x7966d141 __put_cred +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x797c8fa9 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7985d043 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x7989e2ca netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x7992dbc9 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x799bc5ea netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x799ce63f twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79d393d4 inode_init_owner +EXPORT_SYMBOL vmlinux 0x79d538f3 dcb_getapp +EXPORT_SYMBOL vmlinux 0x79f4da19 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x79fbc6e0 compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a1fd720 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a3c8304 nla_put +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a54dcd8 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x7a615fb5 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a98c210 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7abf55f3 pci_save_state +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7ae80c5c blk_sync_queue +EXPORT_SYMBOL vmlinux 0x7b09b878 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x7b16235f hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7b185f1e tcp_splice_read +EXPORT_SYMBOL vmlinux 0x7b2aef6c __krealloc +EXPORT_SYMBOL vmlinux 0x7b3e98ce pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x7b46c36b ns_capable +EXPORT_SYMBOL vmlinux 0x7b4a0a03 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0x7b57ce4c of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x7b592e62 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x7b763704 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x7b812164 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x7b878dd9 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x7b947233 down_write_trylock +EXPORT_SYMBOL vmlinux 0x7ba71aff __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x7bb756cc neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x7bbe2153 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x7bc95cc2 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x7bcad1bb kobject_del +EXPORT_SYMBOL vmlinux 0x7bcfc1c5 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x7bd61eb6 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x7bd74227 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x7c003aef _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x7c07ad42 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c1a03d6 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x7c298962 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x7c2d098f krealloc +EXPORT_SYMBOL vmlinux 0x7c39d1a3 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c6d7fed register_sysctl +EXPORT_SYMBOL vmlinux 0x7c7abf1d security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x7c8163ba ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x7c9291d1 csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x7c96efe4 iunique +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7c9ac32e __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x7c9e6ada sock_setsockopt +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cdb5ec6 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce595f2 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x7ceccd4d __blk_run_queue +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf3a16b put_cmsg +EXPORT_SYMBOL vmlinux 0x7d05ffb1 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d1ad9b6 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x7d5da833 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x7d635cce of_get_property +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d72903b pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x7d9ef9aa sk_capable +EXPORT_SYMBOL vmlinux 0x7da5e6a7 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x7db6d8fb __ip_dev_find +EXPORT_SYMBOL vmlinux 0x7dcfae7f down_read_trylock +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e024a9b gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x7e6d9524 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x7e83c745 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0x7e87227e slhc_compress +EXPORT_SYMBOL vmlinux 0x7e9a70b7 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x7ebe16d9 genphy_config_init +EXPORT_SYMBOL vmlinux 0x7ec44889 sys_copyarea +EXPORT_SYMBOL vmlinux 0x7ecb001b __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x7ecdc5ce jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x7edfeef0 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x7f0605ce kmem_cache_free +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f3c85b0 __bread_gfp +EXPORT_SYMBOL vmlinux 0x7f5cd94b key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f98f2f7 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x7fbd10d2 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe38f48 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x7fe945f7 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x7feff7b4 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x7ffa5963 replace_mount_options +EXPORT_SYMBOL vmlinux 0x80186af2 ip6_frag_match +EXPORT_SYMBOL vmlinux 0x801f8e15 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x802d0e93 crc32_le +EXPORT_SYMBOL vmlinux 0x804940bf jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x804dc229 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x80605e2b xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x80791a8c radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x809df48e netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x80a33d82 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x80a8405e vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x80ab406d tty_register_driver +EXPORT_SYMBOL vmlinux 0x80ba2dec get_io_context +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d95e56 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x81057058 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x8106d547 dev_change_carrier +EXPORT_SYMBOL vmlinux 0x81119dfa iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x811bcca7 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815c56d0 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x815db0e2 key_validate +EXPORT_SYMBOL vmlinux 0x816e466b tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x817b405c agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x817fac7d init_task +EXPORT_SYMBOL vmlinux 0x81a02019 lease_modify +EXPORT_SYMBOL vmlinux 0x81a07f4e _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x81ad440f pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81dc539d jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x81f18c93 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x81f775f5 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x82140ed0 dev_mc_del +EXPORT_SYMBOL vmlinux 0x821864b5 poll_initwait +EXPORT_SYMBOL vmlinux 0x8235e946 blk_peek_request +EXPORT_SYMBOL vmlinux 0x82458f7f radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x826574c3 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x8266233c block_truncate_page +EXPORT_SYMBOL vmlinux 0x827ab484 flow_cache_fini +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x82a3a4a9 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x82aa1664 neigh_compat_output +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82b7d9d9 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x82e5a238 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x82eaf5db lock_sock_nested +EXPORT_SYMBOL vmlinux 0x83010bd3 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x83034741 __scm_send +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x831ee946 eth_header_cache +EXPORT_SYMBOL vmlinux 0x832207aa inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x8322b4f7 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x83236acc ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x8349839f blk_free_tags +EXPORT_SYMBOL vmlinux 0x83536afc qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x837755e0 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x83804be9 __skb_checksum +EXPORT_SYMBOL vmlinux 0x8398694f qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83a56154 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x83bac040 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x83bfbf1a acl_by_type +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83de0937 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x83dfcdff of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x83f346d5 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x8430c2ec clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x844dd8fa __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x844e3767 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x84635466 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x84701009 kdb_current_task +EXPORT_SYMBOL vmlinux 0x8482a701 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x849fe807 csum_and_copy_from_user +EXPORT_SYMBOL vmlinux 0x84bd69bf dq_data_lock +EXPORT_SYMBOL vmlinux 0x84d24def blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x84e32816 simple_statfs +EXPORT_SYMBOL vmlinux 0x84e75ac7 console_start +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x85154cbb inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x851ab38b tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x8548b17f dev_mc_add +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85730bab fb_find_mode +EXPORT_SYMBOL vmlinux 0x85921785 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x85955afb km_policy_notify +EXPORT_SYMBOL vmlinux 0x85986227 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x859cb7ef ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x85ae6756 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x85b0169f pci_release_region +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85b7dd1c do_splice_direct +EXPORT_SYMBOL vmlinux 0x85cdddaa pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85f6c951 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x86136065 __init_rwsem +EXPORT_SYMBOL vmlinux 0x8616adb6 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x861fc5bc inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x8625ded1 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x86893bbe vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x868a0fd5 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868e6b4a __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x869c3573 sock_i_ino +EXPORT_SYMBOL vmlinux 0x86a75dc6 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x86d3c921 set_user_nice +EXPORT_SYMBOL vmlinux 0x86d3e3f7 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x86d66625 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x86dd5f28 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x86f1453c mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x86f69345 dma_common_mmap +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x8702df3d copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x870fdac6 mutex_lock +EXPORT_SYMBOL vmlinux 0x8714ab1c jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x8720ee7e ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x873a53ea __arch_hweight8 +EXPORT_SYMBOL vmlinux 0x87411021 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x874931b2 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x87b4134f tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x87e6ccf0 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x87f67ec8 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x88217b71 inet_release +EXPORT_SYMBOL vmlinux 0x882b40e4 kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x882db37f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x8835246e vfs_llseek +EXPORT_SYMBOL vmlinux 0x88403b3a bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x884f8b0c sock_no_connect +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x8861df10 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x88817f53 dev_add_pack +EXPORT_SYMBOL vmlinux 0x8883057f blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x8895f7eb create_empty_buffers +EXPORT_SYMBOL vmlinux 0x88a9a06a dev_addr_del +EXPORT_SYMBOL vmlinux 0x88ae9de0 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x891fbb10 mempool_destroy +EXPORT_SYMBOL vmlinux 0x8927f910 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x892f0394 nf_afinfo +EXPORT_SYMBOL vmlinux 0x895108f3 proc_dostring +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x8978efd3 sock_rfree +EXPORT_SYMBOL vmlinux 0x89797060 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x8996df94 ip_defrag +EXPORT_SYMBOL vmlinux 0x899deb0c of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x89a0a85b pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x89ad3b02 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89c5b7e6 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x89cf0c58 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x89d06e97 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89e7e1b7 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x89f1fdd3 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x89f7f39a i2c_del_driver +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a2c5d3a pci_select_bars +EXPORT_SYMBOL vmlinux 0x8a3a6c6b uart_add_one_port +EXPORT_SYMBOL vmlinux 0x8a427879 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a5b8217 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x8a60f051 input_event +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8ab28050 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x8ae77cde __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x8af45829 mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x8b104fea bio_copy_kern +EXPORT_SYMBOL vmlinux 0x8b1c0f21 iget5_locked +EXPORT_SYMBOL vmlinux 0x8b26fd00 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b66b706 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x8b7d00fe __get_user_pages +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b93a777 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x8baf3116 percpu_counter_set +EXPORT_SYMBOL vmlinux 0x8bca4473 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x8bf2ae1f fsl_lbc_addr +EXPORT_SYMBOL vmlinux 0x8bf37697 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x8bf74151 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c309369 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x8c50c311 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c6eddf7 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x8c7054fb tty_set_operations +EXPORT_SYMBOL vmlinux 0x8c717b51 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x8c71dc76 km_new_mapping +EXPORT_SYMBOL vmlinux 0x8cb65ee8 nf_register_hook +EXPORT_SYMBOL vmlinux 0x8cb904dd __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x8cc74169 md_write_end +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cd644e6 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x8cdf22a4 ilookup5 +EXPORT_SYMBOL vmlinux 0x8cf9109d inet6_ioctl +EXPORT_SYMBOL vmlinux 0x8d015dd4 __bswapdi2 +EXPORT_SYMBOL vmlinux 0x8d1ef5e5 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x8d2c77b3 sock_create_kern +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d41a2cd jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x8d4941aa submit_bio +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d67cd39 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x8d6f2306 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x8d6f3c96 bio_copy_user +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d944cbb copy_in_user +EXPORT_SYMBOL vmlinux 0x8de0b5ac mempool_create +EXPORT_SYMBOL vmlinux 0x8de6fddb validate_sp +EXPORT_SYMBOL vmlinux 0x8df07f74 arp_create +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8e016236 of_get_next_parent +EXPORT_SYMBOL vmlinux 0x8e24bce5 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x8e332829 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x8e5b01ee mount_nodev +EXPORT_SYMBOL vmlinux 0x8e805951 write_inode_now +EXPORT_SYMBOL vmlinux 0x8e81b094 simple_readpage +EXPORT_SYMBOL vmlinux 0x8e888ec3 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x8e8d58da diu_ops +EXPORT_SYMBOL vmlinux 0x8e8e439d i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x8ea98df9 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x8ec04552 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8edc4c1b dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x8ee0d9db neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x8ef5d3f7 mb_cache_create +EXPORT_SYMBOL vmlinux 0x8f050c9a bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x8f1fd0fa blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x8f23e494 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x8f269e03 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x8f33be7d sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x8f36692d __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x8f85f835 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x8f8e9bf5 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x8fa6f2e9 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x8fc51909 key_alloc +EXPORT_SYMBOL vmlinux 0x900d860b swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x90121ff8 mmc_put_card +EXPORT_SYMBOL vmlinux 0x9036baae dev_add_offload +EXPORT_SYMBOL vmlinux 0x906cdecb skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x90703dae ps2_end_command +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x908cfb88 tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x908f9be1 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x90a9f395 tso_start +EXPORT_SYMBOL vmlinux 0x90b908a5 elevator_alloc +EXPORT_SYMBOL vmlinux 0x90cd20fa phy_detach +EXPORT_SYMBOL vmlinux 0x90dba0d0 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x90e146c2 trace_seq_putc +EXPORT_SYMBOL vmlinux 0x91043dbb fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x91144284 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x911bd08a pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x9121bf7e key_unlink +EXPORT_SYMBOL vmlinux 0x9122a534 try_module_get +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x915e1208 tb_ticks_per_usec +EXPORT_SYMBOL vmlinux 0x915e2be9 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9168d930 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x917b5663 set_groups +EXPORT_SYMBOL vmlinux 0x91959bf6 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x9196c821 pci_clear_master +EXPORT_SYMBOL vmlinux 0x919d1163 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x919ecdec ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x91aaf62e in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x91ac822f vscnprintf +EXPORT_SYMBOL vmlinux 0x91c4d129 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x91e293bd pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x92096e2e tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x920dff3c blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x921109fa inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x922203af devm_ioremap_prot +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x925ee3c0 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x92600cd9 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x9298245a __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92acf165 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x92d050df iov_pages +EXPORT_SYMBOL vmlinux 0x92d66cc8 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x92d8c84e nf_log_packet +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9325025e dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x932d1e47 vme_slot_num +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x9344ce29 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x9348bb9a __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x937b61c1 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x938cca00 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93aeb73a netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x94010d1d update_time +EXPORT_SYMBOL vmlinux 0x94068e01 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x940d220a get_agp_version +EXPORT_SYMBOL vmlinux 0x9429bede input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x943bdef5 neigh_destroy +EXPORT_SYMBOL vmlinux 0x943dc80f csum_and_copy_to_user +EXPORT_SYMBOL vmlinux 0x9462b508 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x946b9b82 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94b541b5 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x94dc9bac xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x94e60a33 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x94f2cdb2 follow_down +EXPORT_SYMBOL vmlinux 0x94f910aa unregister_netdev +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x951126bc sock_update_memcg +EXPORT_SYMBOL vmlinux 0x9514151a _mcount +EXPORT_SYMBOL vmlinux 0x9524b0ae _outsb +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x9556a056 soft_cursor +EXPORT_SYMBOL vmlinux 0x9593c59f fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x959a02a4 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x959e1287 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x95a488a2 kernel_write +EXPORT_SYMBOL vmlinux 0x95c42a85 genphy_resume +EXPORT_SYMBOL vmlinux 0x95ef755b scsi_register +EXPORT_SYMBOL vmlinux 0x95f23ce3 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x95fbf13b inode_init_once +EXPORT_SYMBOL vmlinux 0x9601b4d8 inode_init_always +EXPORT_SYMBOL vmlinux 0x960b2bb8 alloc_file +EXPORT_SYMBOL vmlinux 0x960e8089 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x9613e1c5 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x964e2788 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x96546817 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x965ae7a9 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x965b0ffc tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x9690869c inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x9691c130 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x969ce6bd bdi_unregister +EXPORT_SYMBOL vmlinux 0x96a07af1 load_nls_default +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96b5ed19 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x96bd3cb4 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x96c49a5f dquot_file_open +EXPORT_SYMBOL vmlinux 0x96cbeb40 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d6aa81 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x96ffe341 lookup_one_len +EXPORT_SYMBOL vmlinux 0x970aa08d phy_print_status +EXPORT_SYMBOL vmlinux 0x970ae054 __invalidate_device +EXPORT_SYMBOL vmlinux 0x972d368f set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x9738e81e vfs_fsync +EXPORT_SYMBOL vmlinux 0x973fe8c7 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x9748927f _outsw_ns +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x975ac370 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x9773f4cc scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x9777ba33 textsearch_register +EXPORT_SYMBOL vmlinux 0x97868aef __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97a87c16 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x97b1fb77 done_path_create +EXPORT_SYMBOL vmlinux 0x97b916c8 read_code +EXPORT_SYMBOL vmlinux 0x97d00016 pci_iounmap +EXPORT_SYMBOL vmlinux 0x98000d83 sock_wake_async +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x9844e2a9 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x984d3950 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x9850f616 elv_add_request +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x987c1141 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x987fc124 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x98ae2fb8 fb_set_var +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98d0c5b7 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x9900422b lookup_bdev +EXPORT_SYMBOL vmlinux 0x99032569 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x99195078 vsnprintf +EXPORT_SYMBOL vmlinux 0x9919b1f6 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x998a45bb udp_prot +EXPORT_SYMBOL vmlinux 0x998ca7f8 mnt_pin +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a74876 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x99a9960a cfb_imageblit +EXPORT_SYMBOL vmlinux 0x99afe916 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x99b09d5f blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x99b2e1d9 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x99baeb8f tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d3a43c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x99e272c4 d_set_d_op +EXPORT_SYMBOL vmlinux 0x99eb104a phy_device_register +EXPORT_SYMBOL vmlinux 0x99ecd55b __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x99f4821b pci_platform_rom +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a20257e security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x9a3656ca skb_unlink +EXPORT_SYMBOL vmlinux 0x9a42431d netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x9a5ffc64 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9a626734 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x9a6c9257 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x9a799731 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x9a96e552 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x9a9941a2 elevator_exit +EXPORT_SYMBOL vmlinux 0x9ab23ec0 serio_close +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9af89f98 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9b075a2c pci_set_master +EXPORT_SYMBOL vmlinux 0x9b108f18 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x9b122074 do_sync_read +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b3af0b9 blk_get_request +EXPORT_SYMBOL vmlinux 0x9b4609c7 new_sync_read +EXPORT_SYMBOL vmlinux 0x9b5436c1 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x9b6f8ff2 __netif_schedule +EXPORT_SYMBOL vmlinux 0x9b821194 md_register_thread +EXPORT_SYMBOL vmlinux 0x9b8932e7 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba6b860 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bb596f2 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x9bbf0399 register_qdisc +EXPORT_SYMBOL vmlinux 0x9bc9ea93 tcf_hash_check +EXPORT_SYMBOL vmlinux 0x9bd08110 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x9bdd388a __frontswap_test +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bf52f9e agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x9c008ce5 __block_write_begin +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c5b5b0d tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x9c778156 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x9c819ff2 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x9c8dd233 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x9ca4b223 tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x9ca700d2 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cbf2682 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x9cc89d98 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x9cd25779 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x9cdd224b mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x9cf5a635 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d14983a ppc_enable_pmcs +EXPORT_SYMBOL vmlinux 0x9d1b9b77 input_register_device +EXPORT_SYMBOL vmlinux 0x9d1dc09f eth_change_mtu +EXPORT_SYMBOL vmlinux 0x9d2d4b8d xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x9d32043d write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d47ea3f blk_register_region +EXPORT_SYMBOL vmlinux 0x9d6a54c2 flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x9d72229b fsl_ifc_find +EXPORT_SYMBOL vmlinux 0x9d7ce8dd _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x9dd9a070 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x9df6c097 contig_page_data +EXPORT_SYMBOL vmlinux 0x9dfdf770 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x9dffb6b8 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e1a6e56 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x9e1fcdcc skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x9e2ca8f0 vfs_link +EXPORT_SYMBOL vmlinux 0x9e2f8c90 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e985b7e get_tz_trend +EXPORT_SYMBOL vmlinux 0x9e9cd910 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9eb11808 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x9eb1834e __napi_complete +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9ef6016e tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4e1036 led_set_brightness +EXPORT_SYMBOL vmlinux 0x9f4ed1e9 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x9f4faec7 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x9f5900d9 netif_napi_add +EXPORT_SYMBOL vmlinux 0x9f60a96e scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x9f66f16c scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x9f8244b5 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x9f8531b4 blk_init_tags +EXPORT_SYMBOL vmlinux 0x9f8b5afd phy_register_fixup +EXPORT_SYMBOL vmlinux 0x9f911629 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x9f92a50e end_page_writeback +EXPORT_SYMBOL vmlinux 0x9f96705e unregister_quota_format +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa414f0 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x9fc04648 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x9fc0ed27 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x9fd9b50a clocksource_register +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe227b2 flush_old_exec +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa005ff76 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xa007cd1c ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa068a62f poll_freewait +EXPORT_SYMBOL vmlinux 0xa06ce4cc is_bad_inode +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07cbab5 unregister_nls +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0942aba ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xa0a0b7fe dquot_enable +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0d79ab9 d_delete +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ec3ae7 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0ff74d6 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1220740 napi_get_frags +EXPORT_SYMBOL vmlinux 0xa12294b7 i2c_register_driver +EXPORT_SYMBOL vmlinux 0xa141220e elv_rb_del +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa1446557 agp_create_memory +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa152fb38 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xa15bd2fc iterate_supers_type +EXPORT_SYMBOL vmlinux 0xa15d6f91 pci_bus_type +EXPORT_SYMBOL vmlinux 0xa161b806 dev_notice +EXPORT_SYMBOL vmlinux 0xa1823eb9 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xa1871e80 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xa18d9670 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0xa195eeff devm_gpio_free +EXPORT_SYMBOL vmlinux 0xa1a9aa1a pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xa1b66c8d skb_free_datagram +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c99385 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xa1f8fe75 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xa202a8e5 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xa207dd36 blk_init_queue +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa2152754 netdev_notice +EXPORT_SYMBOL vmlinux 0xa224b7fc noop_fsync +EXPORT_SYMBOL vmlinux 0xa22cf36c vfs_read +EXPORT_SYMBOL vmlinux 0xa23ce827 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xa23d7b4a dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xa257eb08 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0xa26e1680 find_lock_entry +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2a335bd vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0xa2a69e72 mpage_writepage +EXPORT_SYMBOL vmlinux 0xa2b542ff d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0xa2bbed37 crash_shutdown_register +EXPORT_SYMBOL vmlinux 0xa2d53661 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa303d1ff dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa3277d5c seq_puts +EXPORT_SYMBOL vmlinux 0xa341140d sock_init_data +EXPORT_SYMBOL vmlinux 0xa348abaa buffer_migrate_page +EXPORT_SYMBOL vmlinux 0xa35dde53 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xa363fdf1 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xa365e673 skb_copy +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa39b4cf2 udelay +EXPORT_SYMBOL vmlinux 0xa3abc422 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa3aeb1ec kfree_put_link +EXPORT_SYMBOL vmlinux 0xa3d8a5df mpage_readpages +EXPORT_SYMBOL vmlinux 0xa3e09542 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xa3e75545 flush_tlb_kernel_range +EXPORT_SYMBOL vmlinux 0xa3ed3b63 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xa3f0d778 revalidate_disk +EXPORT_SYMBOL vmlinux 0xa3f1b08b iterate_fd +EXPORT_SYMBOL vmlinux 0xa3fc3d50 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xa400159f crc32_be +EXPORT_SYMBOL vmlinux 0xa427e84c phy_start_aneg +EXPORT_SYMBOL vmlinux 0xa428d646 netdev_state_change +EXPORT_SYMBOL vmlinux 0xa439b3fe unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xa4511467 crc16 +EXPORT_SYMBOL vmlinux 0xa452b12f dentry_update_name_case +EXPORT_SYMBOL vmlinux 0xa45ed55a pci_assign_resource +EXPORT_SYMBOL vmlinux 0xa4700d7b xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa47b82c0 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xa4803287 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xa48c8fc6 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0xa49c4937 kern_path_create +EXPORT_SYMBOL vmlinux 0xa4a6428c jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xa4a7ec38 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xa4a94d26 find_next_bit_le +EXPORT_SYMBOL vmlinux 0xa4b35f34 of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4bbfbb6 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xa4bdd447 __cputime_clockt_factor +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4e75707 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xa5061d21 may_umount_tree +EXPORT_SYMBOL vmlinux 0xa50afb69 may_umount +EXPORT_SYMBOL vmlinux 0xa525ece1 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xa532a2a9 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xa53ccc81 phy_connect +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55c6830 register_sysctl_table +EXPORT_SYMBOL vmlinux 0xa560341f dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xa564ed7a vga_get +EXPORT_SYMBOL vmlinux 0xa565b052 put_disk +EXPORT_SYMBOL vmlinux 0xa56b8ab2 flex_array_free +EXPORT_SYMBOL vmlinux 0xa57082b1 flush_signals +EXPORT_SYMBOL vmlinux 0xa5720114 security_file_permission +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5bdb2e7 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xa5e72efb pcim_iomap +EXPORT_SYMBOL vmlinux 0xa5f83c87 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63bdbab kvm_read_guest_atomic +EXPORT_SYMBOL vmlinux 0xa642e104 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xa65972b8 _memcpy_toio +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6842002 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xa692e5f3 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xa69e110c bdput +EXPORT_SYMBOL vmlinux 0xa69f6e8b generic_permission +EXPORT_SYMBOL vmlinux 0xa6a99716 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xa6d46c4c pci_dev_get +EXPORT_SYMBOL vmlinux 0xa6e06e2e local_flush_tlb_page +EXPORT_SYMBOL vmlinux 0xa6e69bcf pci_match_id +EXPORT_SYMBOL vmlinux 0xa70e8680 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xa70f6e19 xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0xa71e7463 __first_cpu +EXPORT_SYMBOL vmlinux 0xa720678c lg_global_lock +EXPORT_SYMBOL vmlinux 0xa72a4f32 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa74f4e9b ida_simple_get +EXPORT_SYMBOL vmlinux 0xa756b7ea jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0xa78805ed i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xa78d9eb7 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xa7b9c15c get_thermal_instance +EXPORT_SYMBOL vmlinux 0xa7cbb056 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xa7ccdab5 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xa7dd5f6a proc_set_user +EXPORT_SYMBOL vmlinux 0xa7ed5c69 compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa82f48e9 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa8618ab5 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xa8721b0e give_up_console +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8ab9363 tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0xa8fcdb72 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa90476c3 register_console +EXPORT_SYMBOL vmlinux 0xa904c42e fb_blank +EXPORT_SYMBOL vmlinux 0xa90bd9db dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xa9108ddb tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa9273e1a epapr_hypercall_start +EXPORT_SYMBOL vmlinux 0xa92a1f5b splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xa9368dac generic_show_options +EXPORT_SYMBOL vmlinux 0xa93ba88e proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xa974a060 iterate_dir +EXPORT_SYMBOL vmlinux 0xa9855078 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xa98abb63 __kfree_skb +EXPORT_SYMBOL vmlinux 0xa9933255 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xa9a07028 bitmap_unplug +EXPORT_SYMBOL vmlinux 0xa9ab201c udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9d34661 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0xa9e65458 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xa9f8dc14 rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0xaa0073b7 __net_get_random_once +EXPORT_SYMBOL vmlinux 0xaa117966 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0xaa27fca9 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xaa4525cb jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xaa46e87e lg_local_unlock +EXPORT_SYMBOL vmlinux 0xaa47259a pipe_lock +EXPORT_SYMBOL vmlinux 0xaa572199 downgrade_write +EXPORT_SYMBOL vmlinux 0xaa5c1775 __d_drop +EXPORT_SYMBOL vmlinux 0xaa6ccabc phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xaa6e4df5 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa88f929 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaaab8067 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0xaab9ce99 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xaac99e53 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xaad09fab from_kuid_munged +EXPORT_SYMBOL vmlinux 0xaad37db7 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaadb2b45 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xaae74e00 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xaaf742de irq_set_chip +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab0802ef devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xab292012 inet_select_addr +EXPORT_SYMBOL vmlinux 0xab379eb4 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xab3e612b get_phy_device +EXPORT_SYMBOL vmlinux 0xab47b57a twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xab5e2d4a vfs_rename +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab857b2f iget_locked +EXPORT_SYMBOL vmlinux 0xab86c44a dev_remove_pack +EXPORT_SYMBOL vmlinux 0xaba55805 generic_read_dir +EXPORT_SYMBOL vmlinux 0xaba9e2ff register_netdev +EXPORT_SYMBOL vmlinux 0xabba0c20 pci_domain_nr +EXPORT_SYMBOL vmlinux 0xabc08209 install_exec_creds +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabf2352b touch_atime +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac0e05ac input_unregister_handler +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac26b820 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xac450c8e prepare_creds +EXPORT_SYMBOL vmlinux 0xac62a3dc skb_put +EXPORT_SYMBOL vmlinux 0xac65c44d dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xac696854 scm_fp_dup +EXPORT_SYMBOL vmlinux 0xac70b0fa vm_stat +EXPORT_SYMBOL vmlinux 0xac7a02d8 inet_sendpage +EXPORT_SYMBOL vmlinux 0xac926dce pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xaca0b296 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb7c16a simple_release_fs +EXPORT_SYMBOL vmlinux 0xacc5b5d2 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xaccb0b34 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xacec73f3 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad01744f kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad076ce3 nonseekable_open +EXPORT_SYMBOL vmlinux 0xad09e512 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xad0b7a83 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xad0fcb52 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xad164875 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xad40fb13 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xad421770 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xad534a7d end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xad544452 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xad55bc5e vm_insert_pfn +EXPORT_SYMBOL vmlinux 0xad730b8f tcp_shutdown +EXPORT_SYMBOL vmlinux 0xad733d68 of_iomap +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad9d56d3 kill_pgrp +EXPORT_SYMBOL vmlinux 0xadc4d8fa inet_frag_evictor +EXPORT_SYMBOL vmlinux 0xadd7d74f ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xadd819d1 setup_new_exec +EXPORT_SYMBOL vmlinux 0xade07d3e flush_tlb_range +EXPORT_SYMBOL vmlinux 0xade1ee19 kernel_bind +EXPORT_SYMBOL vmlinux 0xae09840b fifo_set_limit +EXPORT_SYMBOL vmlinux 0xae23877f sock_no_accept +EXPORT_SYMBOL vmlinux 0xae338c72 add_disk +EXPORT_SYMBOL vmlinux 0xae459ab1 sk_alloc +EXPORT_SYMBOL vmlinux 0xae545f06 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xae5c75e1 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xae6d5087 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xae725389 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae82769f ppp_dev_name +EXPORT_SYMBOL vmlinux 0xaea80c0f napi_gro_receive +EXPORT_SYMBOL vmlinux 0xaed560e0 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0xaed9ac2b filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0xaf063510 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xaf2d872c prepare_to_wait +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4b7c41 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xaf5dde58 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf6ae696 kstrndup +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9340a7 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xafa9c6ac rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafb95a1f register_shrinker +EXPORT_SYMBOL vmlinux 0xafdd1a65 netlink_capable +EXPORT_SYMBOL vmlinux 0xaff2d100 kobject_init +EXPORT_SYMBOL vmlinux 0xafff3d1d mempool_alloc +EXPORT_SYMBOL vmlinux 0xb0211dee mddev_congested +EXPORT_SYMBOL vmlinux 0xb026fa32 ip6_xmit +EXPORT_SYMBOL vmlinux 0xb0303efc block_invalidatepage +EXPORT_SYMBOL vmlinux 0xb0394f1c mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xb04241b4 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xb0562295 tty_check_change +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb078f7d7 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0a43999 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xb0b3618a bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb10265b7 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0xb10a11a5 __blk_end_request +EXPORT_SYMBOL vmlinux 0xb10bd272 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1310ed8 sock_register +EXPORT_SYMBOL vmlinux 0xb15922c8 sg_miter_start +EXPORT_SYMBOL vmlinux 0xb15bd8fa tb_ticks_per_sec +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb165ef45 __irq_regs +EXPORT_SYMBOL vmlinux 0xb16aeb1b padata_do_serial +EXPORT_SYMBOL vmlinux 0xb172416b filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1a50a3d tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xb1ae7a54 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xb1b25a73 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c6e787 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1d9afe7 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb1e047ad bio_clone_bioset +EXPORT_SYMBOL vmlinux 0xb2002a83 tcf_register_action +EXPORT_SYMBOL vmlinux 0xb2056e58 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0xb216711d unregister_binfmt +EXPORT_SYMBOL vmlinux 0xb251ec8a d_validate +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb2a1f6bb xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2ee3c52 vfs_symlink +EXPORT_SYMBOL vmlinux 0xb2f37de9 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xb3366dbc dquot_operations +EXPORT_SYMBOL vmlinux 0xb340210b brioctl_set +EXPORT_SYMBOL vmlinux 0xb3660df9 tty_port_open +EXPORT_SYMBOL vmlinux 0xb37d3d37 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xb39f156a skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xb3a6fcce dev_uc_del +EXPORT_SYMBOL vmlinux 0xb3aebc9d devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0xb3b24694 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xb3cdefd1 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb4069318 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xb4076dd1 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xb4102c05 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb427ac13 inet6_release +EXPORT_SYMBOL vmlinux 0xb42f1772 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xb44b4bff ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xb4682641 flow_cache_init +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47189b5 reservation_ww_class +EXPORT_SYMBOL vmlinux 0xb4734d1a free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xb47c031e pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xb47f8b30 simple_write_begin +EXPORT_SYMBOL vmlinux 0xb49e0f4a ihold +EXPORT_SYMBOL vmlinux 0xb4a2c72e capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xb4a73ecd set_bh_page +EXPORT_SYMBOL vmlinux 0xb4aba152 generic_setlease +EXPORT_SYMBOL vmlinux 0xb4b6172a tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xb4d3d26a mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xb4f8616b proc_remove +EXPORT_SYMBOL vmlinux 0xb4fa4361 dev_uc_add +EXPORT_SYMBOL vmlinux 0xb517dd53 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xb53b0ba2 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb55624a5 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xb55b4dfe jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xb568ee16 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xb571df05 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57d99cb key_task_permission +EXPORT_SYMBOL vmlinux 0xb57f2457 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b7a2eb alloc_fddidev +EXPORT_SYMBOL vmlinux 0xb5bb3251 ___pskb_trim +EXPORT_SYMBOL vmlinux 0xb5cddabd filemap_fdatawait +EXPORT_SYMBOL vmlinux 0xb5d72e48 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xb5d80e6d sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xb5dcf515 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0xb6069d28 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xb60f1456 __elv_add_request +EXPORT_SYMBOL vmlinux 0xb6167ea1 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xb6203d64 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb6248595 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xb627f5d8 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb642e93f generic_setxattr +EXPORT_SYMBOL vmlinux 0xb64fd6d8 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xb651fb2c pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0xb65a8c6c scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xb6705c21 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb679a418 scsi_print_command +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69b389f msi_bitmap_free_hwirqs +EXPORT_SYMBOL vmlinux 0xb69d46c1 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6bffadc bdi_init +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6da0bad scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xb6e5eb34 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xb7174ea6 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xb71fc7f2 generic_getxattr +EXPORT_SYMBOL vmlinux 0xb7469d50 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0xb74cd93a sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xb75de4ce flush_icache_user_range +EXPORT_SYMBOL vmlinux 0xb76df2c4 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xb770be3e __percpu_counter_add +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb773b78f bio_integrity_free +EXPORT_SYMBOL vmlinux 0xb776b90c dquot_resume +EXPORT_SYMBOL vmlinux 0xb7836773 inet6_protos +EXPORT_SYMBOL vmlinux 0xb788fc24 drop_nlink +EXPORT_SYMBOL vmlinux 0xb794af7c generic_writepages +EXPORT_SYMBOL vmlinux 0xb79a4e1a store_fp_state +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7d75e63 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xb7ed043a netlink_net_capable +EXPORT_SYMBOL vmlinux 0xb7f75bd4 netif_napi_del +EXPORT_SYMBOL vmlinux 0xb80fa13c __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0xb841c855 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xb858e0fd swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0xb85a4f92 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb8c5d32c d_instantiate_unique +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8de02ff put_io_context +EXPORT_SYMBOL vmlinux 0xb8f270b5 pagevec_lookup +EXPORT_SYMBOL vmlinux 0xb8f7e2c9 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0xb8ff63a4 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xb91dc940 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xb91e7ed1 request_firmware +EXPORT_SYMBOL vmlinux 0xb93cc683 scsi_execute +EXPORT_SYMBOL vmlinux 0xb964510e uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb997d237 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xb9b4e181 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0xb9c2a3d9 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xb9d88129 netdev_alert +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xba1c7e25 cont_write_begin +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba55ec7b tty_port_destroy +EXPORT_SYMBOL vmlinux 0xba64c81a __seq_open_private +EXPORT_SYMBOL vmlinux 0xba856643 phy_start +EXPORT_SYMBOL vmlinux 0xba8d18a3 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xba925e28 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xbaaf5c85 kobject_set_name +EXPORT_SYMBOL vmlinux 0xbab9a2e9 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xbac1e6b9 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xbac5a851 of_match_device +EXPORT_SYMBOL vmlinux 0xbad4a603 __tcf_hash_release +EXPORT_SYMBOL vmlinux 0xbadbcf86 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0xbafb2527 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0xbafc726c netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xbb03de8e nf_getsockopt +EXPORT_SYMBOL vmlinux 0xbb0b64a3 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0xbb1f36d5 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xbb237854 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xbb296574 __register_chrdev +EXPORT_SYMBOL vmlinux 0xbb2b84f7 padata_add_cpu +EXPORT_SYMBOL vmlinux 0xbb31f690 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xbb34134a iov_shorten +EXPORT_SYMBOL vmlinux 0xbb46b51d seq_open +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb59a1e6 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb714feb tcf_hash_create +EXPORT_SYMBOL vmlinux 0xbb773dd0 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbaeb559 memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xbbb6b412 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xbbc979e0 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xbbd0a042 nf_reinject +EXPORT_SYMBOL vmlinux 0xbbee432f ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xbbf680fb skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xbbff5f8b netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xbc231b7f security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xbc270f75 inet_bind +EXPORT_SYMBOL vmlinux 0xbc316de4 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0xbc4165c1 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xbc4cfe26 no_llseek +EXPORT_SYMBOL vmlinux 0xbc5d24f5 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xbc6c4dd6 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0xbc92676c ppp_input_error +EXPORT_SYMBOL vmlinux 0xbc9f0b5c gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0xbca07b95 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xbcb467b2 pci_release_regions +EXPORT_SYMBOL vmlinux 0xbcb7345f vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xbcb8a3f4 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0xbcbdce3e dqput +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcdd26ed skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xbcf150f9 xor_altivec_5 +EXPORT_SYMBOL vmlinux 0xbd0af17f d_find_any_alias +EXPORT_SYMBOL vmlinux 0xbd30d9ed default_llseek +EXPORT_SYMBOL vmlinux 0xbd329bab inode_set_bytes +EXPORT_SYMBOL vmlinux 0xbd362611 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd591959 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xbd626871 tty_port_init +EXPORT_SYMBOL vmlinux 0xbd803510 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xbd82f642 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xbd85a6be path_get +EXPORT_SYMBOL vmlinux 0xbd89a38b end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbdbd350a inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xbdc47a55 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xbddf4cf1 blk_requeue_request +EXPORT_SYMBOL vmlinux 0xbde79da0 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xbdf9594c cap_mmap_file +EXPORT_SYMBOL vmlinux 0xbe11e701 scsi_print_result +EXPORT_SYMBOL vmlinux 0xbe22491c skb_split +EXPORT_SYMBOL vmlinux 0xbe2386c1 dev_get_flags +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe33daf4 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xbe431ba8 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xbe5193af mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xbe834570 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xbe9586b6 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xbe9776c1 __get_page_tail +EXPORT_SYMBOL vmlinux 0xbea44660 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xbeef61cf __break_lease +EXPORT_SYMBOL vmlinux 0xbef2025f remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf14c9fa vme_irq_free +EXPORT_SYMBOL vmlinux 0xbf196acf __breadahead +EXPORT_SYMBOL vmlinux 0xbf357b68 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xbf42e0e3 dump_skip +EXPORT_SYMBOL vmlinux 0xbf43d763 dev_mc_sync +EXPORT_SYMBOL vmlinux 0xbf5f8801 vfs_write +EXPORT_SYMBOL vmlinux 0xbf5fbe06 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf84d6f9 __getblk_slow +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf90731a tso_count_descs +EXPORT_SYMBOL vmlinux 0xbf925c42 idr_init +EXPORT_SYMBOL vmlinux 0xbf92c0e3 netdev_change_features +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa95dc5 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xbfabfe59 __debugger_iabr_match +EXPORT_SYMBOL vmlinux 0xbfb8b0b7 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xbfb8cc2f tty_port_hangup +EXPORT_SYMBOL vmlinux 0xbfbcea23 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfdbc13f key_link +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbffc6ecf bio_add_page +EXPORT_SYMBOL vmlinux 0xc010fd29 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xc01b5285 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xc027b27c nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc0647f00 sock_create_lite +EXPORT_SYMBOL vmlinux 0xc069d50b agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xc06c6ca1 mem_section +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc08c2f76 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xc0a23ade pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0ad6335 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0xc0af3bc7 block_write_full_page +EXPORT_SYMBOL vmlinux 0xc0cc4e7c sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xc0ee9400 pci_request_regions +EXPORT_SYMBOL vmlinux 0xc1042c19 unregister_key_type +EXPORT_SYMBOL vmlinux 0xc10ac77f agp_bind_memory +EXPORT_SYMBOL vmlinux 0xc1231987 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xc12e8c88 blk_get_queue +EXPORT_SYMBOL vmlinux 0xc13a10dc flex_array_alloc +EXPORT_SYMBOL vmlinux 0xc1468b5d d_splice_alias +EXPORT_SYMBOL vmlinux 0xc159c88e phy_find_first +EXPORT_SYMBOL vmlinux 0xc15a44c6 memzero_explicit +EXPORT_SYMBOL vmlinux 0xc164416d cdrom_open +EXPORT_SYMBOL vmlinux 0xc17335b4 dma_set_mask +EXPORT_SYMBOL vmlinux 0xc19a05d8 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0xc1a50a34 skb_queue_tail +EXPORT_SYMBOL vmlinux 0xc1cd71bd ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1ea53c3 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xc1f27b12 seq_open_private +EXPORT_SYMBOL vmlinux 0xc1f4a964 iov_iter_advance +EXPORT_SYMBOL vmlinux 0xc23a4d2c padata_start +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc24271cb gen_pool_alloc +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc25f529d xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xc272a61e pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0xc279aaa4 kern_unmount +EXPORT_SYMBOL vmlinux 0xc28835d5 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0xc2973a57 mntget +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2cb85fc of_create_pci_dev +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc3088c0e nf_log_register +EXPORT_SYMBOL vmlinux 0xc30d03c4 sk_wait_data +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc314c3d2 __cputime_jiffies_factor +EXPORT_SYMBOL vmlinux 0xc33e81ff seq_pad +EXPORT_SYMBOL vmlinux 0xc3461a6a ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xc35539c3 tty_mutex +EXPORT_SYMBOL vmlinux 0xc35b0f19 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xc3679a4a blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xc3686ad5 skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xc378113c neigh_connected_output +EXPORT_SYMBOL vmlinux 0xc39366f7 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xc3bdf127 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xc3ce58b3 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xc3fe1016 write_cache_pages +EXPORT_SYMBOL vmlinux 0xc425306c dev_mc_flush +EXPORT_SYMBOL vmlinux 0xc43743de genlmsg_put +EXPORT_SYMBOL vmlinux 0xc44c1633 blk_start_request +EXPORT_SYMBOL vmlinux 0xc4504565 d_find_alias +EXPORT_SYMBOL vmlinux 0xc450599f account_page_dirtied +EXPORT_SYMBOL vmlinux 0xc45755de find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xc473a0bb jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xc47cdf9c _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xc48307db lz4_decompress +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc49c5468 tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0xc49ccb63 con_is_bound +EXPORT_SYMBOL vmlinux 0xc4c93356 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xc4d43c07 n_tty_compat_ioctl_helper +EXPORT_SYMBOL vmlinux 0xc4e190fd pci_get_slot +EXPORT_SYMBOL vmlinux 0xc5047d8f jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xc50d50a1 ata_dev_printk +EXPORT_SYMBOL vmlinux 0xc536d910 check_disk_size_change +EXPORT_SYMBOL vmlinux 0xc549825b keyring_clear +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc55c2a9d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xc583eb97 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5b2c744 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xc5c0d387 lock_fb_info +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5df0b64 flush_dcache_icache_page +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc604d0c0 search_binary_handler +EXPORT_SYMBOL vmlinux 0xc60b2382 vc_cons +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc634d4f2 cad_pid +EXPORT_SYMBOL vmlinux 0xc63dacdf sg_miter_stop +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc663b075 __ioremap +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc674c8b4 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xc6772da2 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xc678ecfa lease_get_mtime +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d0dd53 bdi_register +EXPORT_SYMBOL vmlinux 0xc6ddf43e input_reset_device +EXPORT_SYMBOL vmlinux 0xc6e19119 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xc6e4af9a mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xc6ed11db page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xc6f66ce5 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xc70a0797 skb_seq_read +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc7592cf7 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xc768de19 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc77ae8ae __page_symlink +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7898275 flex_array_shrink +EXPORT_SYMBOL vmlinux 0xc7919c6a inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xc792930f agp_put_bridge +EXPORT_SYMBOL vmlinux 0xc794d006 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7bd7a5b swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0xc82529f4 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc83f5cfc cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8571bcb idr_for_each +EXPORT_SYMBOL vmlinux 0xc85abc52 ilookup +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc877b30c blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xc87a7289 simple_open +EXPORT_SYMBOL vmlinux 0xc885d5ec blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xc889506d user_revoke +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc897ed5c sock_no_getname +EXPORT_SYMBOL vmlinux 0xc8a9e589 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8db7ef1 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xc9061b98 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xc933374c swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xc93bea46 scsi_device_put +EXPORT_SYMBOL vmlinux 0xc93fbc54 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc978479a xz_dec_run +EXPORT_SYMBOL vmlinux 0xc9786fff mapping_tagged +EXPORT_SYMBOL vmlinux 0xc97e9da8 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xc984561a zpool_register_driver +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9c50bd2 of_get_min_tck +EXPORT_SYMBOL vmlinux 0xc9d40e09 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xc9eea780 dma_direct_ops +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca2b1cd6 ida_pre_get +EXPORT_SYMBOL vmlinux 0xca3b28c6 store_vr_state +EXPORT_SYMBOL vmlinux 0xca462806 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xca482b42 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0xca52a69c user_path_at +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca5ee09a vme_free_consistent +EXPORT_SYMBOL vmlinux 0xca6580f6 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xca748f71 clk_get +EXPORT_SYMBOL vmlinux 0xca832efe kmalloc_order +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9ee6f5 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xcaae5973 eth_header_parse +EXPORT_SYMBOL vmlinux 0xcacbf152 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xcace6297 idr_is_empty +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcaf449e9 __find_get_block +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb4a8505 scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xcb4af30c dst_discard_sk +EXPORT_SYMBOL vmlinux 0xcb70dd8a filemap_map_pages +EXPORT_SYMBOL vmlinux 0xcb7858a0 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0xcb92f51e backlight_device_register +EXPORT_SYMBOL vmlinux 0xcba04055 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xcbb008ac single_open +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc4a8ed pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbf33a1f nobh_truncate_page +EXPORT_SYMBOL vmlinux 0xcc15eb7a crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xcc173deb __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xcc17504d _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xcc17b120 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc6325de max8925_reg_read +EXPORT_SYMBOL vmlinux 0xcc637c9c pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xcc9ce2ea abort_creds +EXPORT_SYMBOL vmlinux 0xccbd34ca d_instantiate +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccc53ddf sync_inode +EXPORT_SYMBOL vmlinux 0xccd80650 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xccdd8501 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xccdef858 skb_append +EXPORT_SYMBOL vmlinux 0xcd0529c7 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xcd05f4d2 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xcd18fc61 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0xcd20667a kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd2b1b04 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xcd3403ed fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0xcd57f7b0 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xcd613810 fget_raw +EXPORT_SYMBOL vmlinux 0xcd86c87f __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xcd95bf97 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xcda998c4 km_policy_expired +EXPORT_SYMBOL vmlinux 0xcdbe0e29 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xcdbef985 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdd1b753 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0xcdd79c33 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xcdeadad7 softnet_data +EXPORT_SYMBOL vmlinux 0xcdfbe6fe down_read +EXPORT_SYMBOL vmlinux 0xcdfce74b ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0xcdffde25 write_one_page +EXPORT_SYMBOL vmlinux 0xce1992ad pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xce19c1b8 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce3b3f09 profile_pc +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce98d98e tcp_make_synack +EXPORT_SYMBOL vmlinux 0xce998b36 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceace73b jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xceae504f cmdline_parts_free +EXPORT_SYMBOL vmlinux 0xceb16ec9 scsi_add_device +EXPORT_SYMBOL vmlinux 0xcebfe3ec set_nlink +EXPORT_SYMBOL vmlinux 0xcecc7f35 tty_lock +EXPORT_SYMBOL vmlinux 0xced777cb proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xcef2e930 skb_dequeue +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf046431 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xcf057c17 d_alloc +EXPORT_SYMBOL vmlinux 0xcf0d6695 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xcf17ca14 dm_put_device +EXPORT_SYMBOL vmlinux 0xcf1b4e13 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xcf1ce765 fb_pan_display +EXPORT_SYMBOL vmlinux 0xcf25c059 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xcf3025cb inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xcf49db70 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xcf701345 lock_may_write +EXPORT_SYMBOL vmlinux 0xcf9accd0 module_layout +EXPORT_SYMBOL vmlinux 0xd0101e79 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xd0123128 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xd0156f96 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd01dbf40 get_gendisk +EXPORT_SYMBOL vmlinux 0xd054f08b read_cache_page +EXPORT_SYMBOL vmlinux 0xd06439f3 vm_insert_page +EXPORT_SYMBOL vmlinux 0xd06e6e2f sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd094a213 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd148c0e1 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xd156b3e9 aio_complete +EXPORT_SYMBOL vmlinux 0xd161ca4d cdrom_check_events +EXPORT_SYMBOL vmlinux 0xd17a3e21 simple_fill_super +EXPORT_SYMBOL vmlinux 0xd17c1ffb sk_filter +EXPORT_SYMBOL vmlinux 0xd17da8ff do_truncate +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd1acec47 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0xd1b2a41f try_to_release_page +EXPORT_SYMBOL vmlinux 0xd1cc0681 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0xd1d22180 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xd1d9ae88 complete_request_key +EXPORT_SYMBOL vmlinux 0xd2012342 paca +EXPORT_SYMBOL vmlinux 0xd206f7f8 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd225af3a __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0xd226a332 single_open_size +EXPORT_SYMBOL vmlinux 0xd240762d __brelse +EXPORT_SYMBOL vmlinux 0xd240f5e7 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xd243546c register_cdrom +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd25ef385 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd28cfff5 send_sig +EXPORT_SYMBOL vmlinux 0xd2addfe2 module_refcount +EXPORT_SYMBOL vmlinux 0xd2b09ce5 __kmalloc +EXPORT_SYMBOL vmlinux 0xd2bd9fe0 ppp_input +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2f424f5 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd327660c mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xd3277457 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xd3394a0d inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xd36257ba memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0xd3665c99 udplite_prot +EXPORT_SYMBOL vmlinux 0xd37500a5 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xd3814e93 dev_change_flags +EXPORT_SYMBOL vmlinux 0xd397f311 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xd3a64d99 cdrom_release +EXPORT_SYMBOL vmlinux 0xd3b5605d blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xd3e1dc43 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xd3f28538 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xd3f41e6e writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xd4019524 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xd40613e9 mdiobus_write +EXPORT_SYMBOL vmlinux 0xd4196f3d vfs_create +EXPORT_SYMBOL vmlinux 0xd44263fb free_user_ns +EXPORT_SYMBOL vmlinux 0xd460ca33 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xd4714d7d sock_from_file +EXPORT_SYMBOL vmlinux 0xd47a093d scsi_register_interface +EXPORT_SYMBOL vmlinux 0xd48c94fb pci_map_rom +EXPORT_SYMBOL vmlinux 0xd4975321 input_register_handler +EXPORT_SYMBOL vmlinux 0xd49f1c9c ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xd4d2179e tty_write_room +EXPORT_SYMBOL vmlinux 0xd4d6bd2b elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xd4dc3258 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xd4e4238c __getblk_gfp +EXPORT_SYMBOL vmlinux 0xd4f2de16 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xd4fbd67c page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xd5135fd4 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0xd51ecbaa fd_install +EXPORT_SYMBOL vmlinux 0xd531a7c9 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0xd5337774 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xd542f9ba key_put +EXPORT_SYMBOL vmlinux 0xd5513996 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xd559b40d textsearch_unregister +EXPORT_SYMBOL vmlinux 0xd58c7343 bmap +EXPORT_SYMBOL vmlinux 0xd5cfd33f phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xd5e16ef7 set_create_files_as +EXPORT_SYMBOL vmlinux 0xd5f0901c tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd5f8df39 set_binfmt +EXPORT_SYMBOL vmlinux 0xd5fbb05d dev_set_mtu +EXPORT_SYMBOL vmlinux 0xd60f90ed skb_copy_expand +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd6225213 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xd6269f33 of_translate_address +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd648bcda cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd64a58f0 tty_throttle +EXPORT_SYMBOL vmlinux 0xd661da67 init_net +EXPORT_SYMBOL vmlinux 0xd685c5ca free_netdev +EXPORT_SYMBOL vmlinux 0xd6866526 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd6bccb01 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0xd6bf2570 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xd6cdefd2 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xd6d63e9d lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xd6d7889e devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fd4053 __arch_hweight32 +EXPORT_SYMBOL vmlinux 0xd6fd5675 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xd707121e xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xd70b58ee scsi_target_resume +EXPORT_SYMBOL vmlinux 0xd71f4dfa sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xd724d79e abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xd7469998 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xd75031c4 iget_failed +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd761a383 ioremap_prot +EXPORT_SYMBOL vmlinux 0xd766065d kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xd7664493 ps2_handle_response +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd77f96a7 generic_make_request +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd7b79b9f mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0xd7cbddda memcpy_toiovec +EXPORT_SYMBOL vmlinux 0xd7d99883 scm_detach_fds +EXPORT_SYMBOL vmlinux 0xd7dd6bfa pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xd7e438a5 init_page_accessed +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f4a1bf get_disk +EXPORT_SYMBOL vmlinux 0xd80baa76 alloc_disk +EXPORT_SYMBOL vmlinux 0xd814cbff ps2_command +EXPORT_SYMBOL vmlinux 0xd87af6a7 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xd8843acf skb_make_writable +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8bcce49 pneigh_lookup +EXPORT_SYMBOL vmlinux 0xd8c6bcbb serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xd8cad810 register_key_type +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8f8c02d mount_subtree +EXPORT_SYMBOL vmlinux 0xd8f990ac scsi_ioctl +EXPORT_SYMBOL vmlinux 0xd8fc95c1 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xd90ef6c1 inet_put_port +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92e16ba csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0xd93891cc of_get_child_by_name +EXPORT_SYMBOL vmlinux 0xd93b6f64 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xd95efc19 proto_unregister +EXPORT_SYMBOL vmlinux 0xd96f3d3f skb_trim +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9aa6274 mem_map +EXPORT_SYMBOL vmlinux 0xd9ad5c49 put_page +EXPORT_SYMBOL vmlinux 0xd9b8a8d2 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xd9bac924 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xd9debfed blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xd9e0a0fa xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xd9e14ad0 mac_find_mode +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda332f87 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xda367e7a kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xda36af82 netdev_features_change +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda43c0cb security_inode_readlink +EXPORT_SYMBOL vmlinux 0xda6d4fb7 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda7f7420 xfrm_register_type +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xdabc1ea8 fsl_lbc_find +EXPORT_SYMBOL vmlinux 0xdac3626d blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xdac60ec6 kill_pid +EXPORT_SYMBOL vmlinux 0xdad7adff dqstats +EXPORT_SYMBOL vmlinux 0xdad88629 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdb01198e fsl_upm_find +EXPORT_SYMBOL vmlinux 0xdb246782 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xdb36190e serio_reconnect +EXPORT_SYMBOL vmlinux 0xdb44a542 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0xdb47c956 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xdb4a4124 neigh_lookup +EXPORT_SYMBOL vmlinux 0xdb5dc3ef sock_alloc_file +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb7235c8 wake_up_process +EXPORT_SYMBOL vmlinux 0xdb7444d5 set_bdi_congested +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb78d8ac eth_rebuild_header +EXPORT_SYMBOL vmlinux 0xdb86ab01 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xdbb0eb52 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xdbb495c5 i2c_release_client +EXPORT_SYMBOL vmlinux 0xdbc13a5b twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbce1fa7 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xdbeafd34 dump_page +EXPORT_SYMBOL vmlinux 0xdc000460 xfrm_register_km +EXPORT_SYMBOL vmlinux 0xdc01b748 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc1021be locks_remove_posix +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc21166e account_page_writeback +EXPORT_SYMBOL vmlinux 0xdc292ae6 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xdc30c360 input_set_abs_params +EXPORT_SYMBOL vmlinux 0xdc33bb10 netif_device_attach +EXPORT_SYMBOL vmlinux 0xdc3c41a8 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc57c0ad block_write_end +EXPORT_SYMBOL vmlinux 0xdc5ca800 update_region +EXPORT_SYMBOL vmlinux 0xdc6c97f7 tcp_child_process +EXPORT_SYMBOL vmlinux 0xdc7f42ff tty_do_resize +EXPORT_SYMBOL vmlinux 0xdc9498dd down +EXPORT_SYMBOL vmlinux 0xdcafbe56 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcc2006f input_grab_device +EXPORT_SYMBOL vmlinux 0xdcd29837 neigh_table_init +EXPORT_SYMBOL vmlinux 0xdceed030 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xdcf5b2dc kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0xdd169b61 elevator_change +EXPORT_SYMBOL vmlinux 0xdd20a442 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xdd463425 mmc_free_host +EXPORT_SYMBOL vmlinux 0xdd657342 register_quota_format +EXPORT_SYMBOL vmlinux 0xdd688498 default_file_splice_read +EXPORT_SYMBOL vmlinux 0xdd955144 __debugger +EXPORT_SYMBOL vmlinux 0xdd96a704 I_BDEV +EXPORT_SYMBOL vmlinux 0xdd9a85a4 bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0xddd627ad max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xdde4e605 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xdde83434 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde12fbd6 of_parse_phandle +EXPORT_SYMBOL vmlinux 0xde1a749c netif_device_detach +EXPORT_SYMBOL vmlinux 0xde266f10 phy_device_create +EXPORT_SYMBOL vmlinux 0xde48e9ca _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xde5f5d36 tcf_hash_search +EXPORT_SYMBOL vmlinux 0xde6151db tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0xde737139 i2c_master_send +EXPORT_SYMBOL vmlinux 0xde89e878 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xde91448c load_vr_state +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xde9bc16e block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xdea7cf0e pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xdeb80fcf sk_stop_timer +EXPORT_SYMBOL vmlinux 0xdecd1dc4 vfs_mknod +EXPORT_SYMBOL vmlinux 0xded956db __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xdefbfa96 inet_getname +EXPORT_SYMBOL vmlinux 0xdf0a382f rtnl_create_link +EXPORT_SYMBOL vmlinux 0xdf0b42fa mach_qemu_e500 +EXPORT_SYMBOL vmlinux 0xdf235d9d bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf382c89 d_alloc_name +EXPORT_SYMBOL vmlinux 0xdf40db0c path_put +EXPORT_SYMBOL vmlinux 0xdf4421b8 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0xdf53364f finish_open +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfa9198f pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0xdfb302df twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xdfcf3166 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xdfdfc4c9 get_super +EXPORT_SYMBOL vmlinux 0xdfe2ad3d blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xdfe6f64a dev_deactivate +EXPORT_SYMBOL vmlinux 0xdfec1d85 padata_alloc +EXPORT_SYMBOL vmlinux 0xdfed5988 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe005c71e __nla_reserve +EXPORT_SYMBOL vmlinux 0xe014d28e tcf_hash_insert +EXPORT_SYMBOL vmlinux 0xe041e554 seq_bitmap +EXPORT_SYMBOL vmlinux 0xe04db237 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe0593ead vlan_vid_add +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe0792619 neigh_for_each +EXPORT_SYMBOL vmlinux 0xe0a79e6d serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xe0af7d5b dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xe0af93c3 tcp_close +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0bdb8c5 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xe0cf2338 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xe0dcef02 i2c_master_recv +EXPORT_SYMBOL vmlinux 0xe0e09510 agp_generic_enable +EXPORT_SYMBOL vmlinux 0xe0fb1475 vga_tryget +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11e6c50 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xe120bfce dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0xe13eec61 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xe14fd122 kernel_accept +EXPORT_SYMBOL vmlinux 0xe154ca51 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe1791ed5 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xe17d8b7c should_remove_suid +EXPORT_SYMBOL vmlinux 0xe19e8f6a fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xe1b2fef2 setattr_copy +EXPORT_SYMBOL vmlinux 0xe1b908b9 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xe1d9636d xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xe1df46f6 ether_setup +EXPORT_SYMBOL vmlinux 0xe1e0b911 agp_free_memory +EXPORT_SYMBOL vmlinux 0xe1e6a4c7 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xe1e6af01 module_put +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe2015fa2 fb_show_logo +EXPORT_SYMBOL vmlinux 0xe20372ae radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe21d5a01 qdisc_list_add +EXPORT_SYMBOL vmlinux 0xe220ceb8 __debugger_sstep +EXPORT_SYMBOL vmlinux 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe23dff76 set_device_ro +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe272b094 cfb_fillrect +EXPORT_SYMBOL vmlinux 0xe279c6ac genphy_update_link +EXPORT_SYMBOL vmlinux 0xe2832ffb serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2a567c3 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0xe2be5498 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xe2c5b2b7 block_write_begin +EXPORT_SYMBOL vmlinux 0xe2c9faba devm_clk_get +EXPORT_SYMBOL vmlinux 0xe2d5014a blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2eecbda alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xe300143e kthread_bind +EXPORT_SYMBOL vmlinux 0xe30616d3 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xe31ba4c3 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xe32a7c23 of_get_parent +EXPORT_SYMBOL vmlinux 0xe3309238 sk_mc_loop +EXPORT_SYMBOL vmlinux 0xe3435895 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xe3826366 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xe3848e99 simple_unlink +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3afe3c9 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xe3be30aa pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xe3c49798 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3dc8617 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0xe407264a jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xe40dc5ed scsi_print_sense +EXPORT_SYMBOL vmlinux 0xe421aa52 tty_lock_pair +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe4888ed4 __serio_register_port +EXPORT_SYMBOL vmlinux 0xe48c673b balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xe49394bb blk_queue_make_request +EXPORT_SYMBOL vmlinux 0xe4ba5f93 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xe4fe8ca1 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe5102cb3 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xe51b6235 padata_stop +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe54231f1 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xe544c275 nla_reserve +EXPORT_SYMBOL vmlinux 0xe547039e uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xe5578f06 devfreq_add_device +EXPORT_SYMBOL vmlinux 0xe562b70c of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe57d5951 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe58da3ec generic_listxattr +EXPORT_SYMBOL vmlinux 0xe5bbef0e from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xe5c0f43f sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe612e035 i2c_use_client +EXPORT_SYMBOL vmlinux 0xe622d39c tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xe65e7ab4 sk_receive_skb +EXPORT_SYMBOL vmlinux 0xe66452ab dql_init +EXPORT_SYMBOL vmlinux 0xe66799cf call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69a9df4 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe6ad022b of_get_mac_address +EXPORT_SYMBOL vmlinux 0xe6b1f4c6 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xe6c0436b dquot_quota_off +EXPORT_SYMBOL vmlinux 0xe6cf40ef kill_fasync +EXPORT_SYMBOL vmlinux 0xe6df4133 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xe6e01893 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xe6ec440e lock_sock_fast +EXPORT_SYMBOL vmlinux 0xe6ecadf1 vfs_setpos +EXPORT_SYMBOL vmlinux 0xe6fbb8ee genl_notify +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe7376872 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xe74fccea devm_ioremap +EXPORT_SYMBOL vmlinux 0xe76150bc pci_write_vpd +EXPORT_SYMBOL vmlinux 0xe76a1650 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0xe76c5fb1 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xe77d1aaf of_platform_device_create +EXPORT_SYMBOL vmlinux 0xe77ec762 vme_slave_request +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a777d6 security_path_unlink +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7b9e26e ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xe7ce7439 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0xe7cfca5f inet_stream_ops +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe80a4c6e __scsi_add_device +EXPORT_SYMBOL vmlinux 0xe80c89af vme_irq_request +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe820d371 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xe833fa77 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xe83402d3 dquot_acquire +EXPORT_SYMBOL vmlinux 0xe8463b63 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0xe84b1d73 dm_register_target +EXPORT_SYMBOL vmlinux 0xe84e3d5c posix_lock_file +EXPORT_SYMBOL vmlinux 0xe88120ad agp_bridge +EXPORT_SYMBOL vmlinux 0xe89cc7bc nlmsg_notify +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c438f3 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0xe8dc1c82 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xe8e758ec blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe9252370 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xe9378d58 idr_get_next +EXPORT_SYMBOL vmlinux 0xe938ddf5 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe98adbf5 skb_pad +EXPORT_SYMBOL vmlinux 0xe999c7bf md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xe9ac0063 override_creds +EXPORT_SYMBOL vmlinux 0xe9b1e1a7 unregister_filesystem +EXPORT_SYMBOL vmlinux 0xe9c73f34 consume_skb +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea448a70 flush_dcache_page +EXPORT_SYMBOL vmlinux 0xea47e06d get_cached_acl +EXPORT_SYMBOL vmlinux 0xea510b23 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xea51fcc5 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xea537d0b nf_ct_attach +EXPORT_SYMBOL vmlinux 0xea714cb1 tcp_seq_open +EXPORT_SYMBOL vmlinux 0xea7651bb mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0xea8ac334 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xea968c96 ___ratelimit +EXPORT_SYMBOL vmlinux 0xeaa213f3 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xeaa35218 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0xeac1d6c4 devm_gpio_request +EXPORT_SYMBOL vmlinux 0xeae2c408 inode_set_flags +EXPORT_SYMBOL vmlinux 0xeaec79fb max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xeb20e8f6 fb_get_mode +EXPORT_SYMBOL vmlinux 0xeb246721 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0xeb2c83a1 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb4271e3 kern_path +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb477acc mmc_power_save_host +EXPORT_SYMBOL vmlinux 0xeb649573 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xeb6a8848 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xeb9dea36 vm_event_states +EXPORT_SYMBOL vmlinux 0xeba1def6 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xeba49fc6 dev_addr_add +EXPORT_SYMBOL vmlinux 0xebb7bcdb make_kprojid +EXPORT_SYMBOL vmlinux 0xebdde9af netif_carrier_off +EXPORT_SYMBOL vmlinux 0xebefbf7a simple_transaction_get +EXPORT_SYMBOL vmlinux 0xebf6ef83 input_unregister_handle +EXPORT_SYMBOL vmlinux 0xec068974 mmc_can_erase +EXPORT_SYMBOL vmlinux 0xec0e7124 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec5494a1 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xec6dab19 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xecbb926f xor_altivec_3 +EXPORT_SYMBOL vmlinux 0xecbeb711 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xecc5131f dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xecc9d078 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecef65c9 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xecf221f2 devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0xecf685e5 do_sync_write +EXPORT_SYMBOL vmlinux 0xed383806 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed6f5983 decrementer_clockevent +EXPORT_SYMBOL vmlinux 0xed7029f4 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc410d0 udplite_table +EXPORT_SYMBOL vmlinux 0xedc92913 phy_driver_register +EXPORT_SYMBOL vmlinux 0xede206b9 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0xedf9f6b6 vm_mmap +EXPORT_SYMBOL vmlinux 0xee04be82 mmc_can_reset +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee33223a tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0xee3ffd5f shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xee421012 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xee42bd02 __frontswap_load +EXPORT_SYMBOL vmlinux 0xee624fbd netlink_broadcast +EXPORT_SYMBOL vmlinux 0xee6ec786 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xee748bea elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xee74d1a3 dev_addr_flush +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea783ec agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeaed1ea dm_io +EXPORT_SYMBOL vmlinux 0xeeb5bd3b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xeebc0f0d pci_find_bus +EXPORT_SYMBOL vmlinux 0xeed195f5 kobject_add +EXPORT_SYMBOL vmlinux 0xeeec26a7 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xef03f27c invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xef2cb138 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xef3dbbd8 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xef779430 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefde1bbe flush_dcache_range +EXPORT_SYMBOL vmlinux 0xefeb1e3d serio_open +EXPORT_SYMBOL vmlinux 0xeff20fb4 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xeff2edbe generic_block_bmap +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf0319405 mmc_erase +EXPORT_SYMBOL vmlinux 0xf04558dc pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xf045e8bc ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0xf055bc95 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xf05bc737 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf063e990 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf06f6312 udp_proc_register +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf08aa2ee bio_alloc_pages +EXPORT_SYMBOL vmlinux 0xf08d3c29 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf0a8237a radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xf0c4388a dst_alloc +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf101918b generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11cd6ce down_interruptible +EXPORT_SYMBOL vmlinux 0xf13f3afe tso_build_hdr +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf14fd333 pci_bus_put +EXPORT_SYMBOL vmlinux 0xf1512576 start_tty +EXPORT_SYMBOL vmlinux 0xf15404ed dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xf16bc6c6 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0xf17906fc task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0xf183189b __ioremap_at +EXPORT_SYMBOL vmlinux 0xf1930b24 simple_dname +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19f72a8 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xf1a2be25 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xf1a3642f swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0xf1cf4ea9 vme_register_driver +EXPORT_SYMBOL vmlinux 0xf1d0602d devm_ioport_map +EXPORT_SYMBOL vmlinux 0xf1d3f79d single_release +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e06df1 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f6f1f0 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xf1f9c8e6 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf2168d88 __register_binfmt +EXPORT_SYMBOL vmlinux 0xf22213b3 ping_prot +EXPORT_SYMBOL vmlinux 0xf222defb __ip_select_ident +EXPORT_SYMBOL vmlinux 0xf227247c udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xf22881e8 lg_local_lock +EXPORT_SYMBOL vmlinux 0xf23f78a5 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24452ae __cleancache_put_page +EXPORT_SYMBOL vmlinux 0xf26a3726 netdev_printk +EXPORT_SYMBOL vmlinux 0xf273f6e5 account_page_redirty +EXPORT_SYMBOL vmlinux 0xf2948a52 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xf2960765 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2a827c1 posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2cd1208 scsi_device_get +EXPORT_SYMBOL vmlinux 0xf2e4e4b4 dquot_destroy +EXPORT_SYMBOL vmlinux 0xf307f739 make_kuid +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf322a206 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf33a0f07 irq_to_desc +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35ca9e8 mdiobus_register +EXPORT_SYMBOL vmlinux 0xf35f3089 tty_port_close_end +EXPORT_SYMBOL vmlinux 0xf37a139c input_set_capability +EXPORT_SYMBOL vmlinux 0xf3898cec address_space_init_once +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf39de886 blk_stop_queue +EXPORT_SYMBOL vmlinux 0xf3b39516 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3eece29 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xf3f0a5d3 noop_qdisc +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf45b99c5 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xf46ae9cc dcache_dir_close +EXPORT_SYMBOL vmlinux 0xf48fa15e i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xf4a8c6d8 bio_reset +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4bfb638 sget +EXPORT_SYMBOL vmlinux 0xf4d243c2 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xf4e005cf keyring_search +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf50a75b5 generic_readlink +EXPORT_SYMBOL vmlinux 0xf51b1522 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xf51bf88b nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf5222143 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0xf5341b39 udp_disconnect +EXPORT_SYMBOL vmlinux 0xf538165e sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf53df0a5 gen_pool_free +EXPORT_SYMBOL vmlinux 0xf540fd93 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xf54392e9 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xf54e6b92 netif_rx +EXPORT_SYMBOL vmlinux 0xf55b3b3d __arch_hweight16 +EXPORT_SYMBOL vmlinux 0xf56f3590 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xf5760cb5 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0xf5a085c4 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5a62ecc _memset_io +EXPORT_SYMBOL vmlinux 0xf5d499c3 input_unregister_device +EXPORT_SYMBOL vmlinux 0xf5e1558d crash_shutdown_unregister +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf6049a46 framebuffer_release +EXPORT_SYMBOL vmlinux 0xf61a7f0f invalidate_partition +EXPORT_SYMBOL vmlinux 0xf6264b97 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xf63315c0 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf6659934 dquot_drop +EXPORT_SYMBOL vmlinux 0xf66a2961 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xf680e262 seq_printf +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf6a8ebf5 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xf6b73c07 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6cbed5c bio_integrity_endio +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6fa4a2a netlink_unicast +EXPORT_SYMBOL vmlinux 0xf71f0c47 devm_clk_put +EXPORT_SYMBOL vmlinux 0xf7289d14 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf72bc38c request_key +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf7428156 bio_unmap_user +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf79f4bc5 flush_tlb_mm +EXPORT_SYMBOL vmlinux 0xf7a2c622 seq_release +EXPORT_SYMBOL vmlinux 0xf7adcaf3 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0xf7f7d2e4 tty_hangup +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf80de9ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8346a8f kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xf84fe2a2 force_sig +EXPORT_SYMBOL vmlinux 0xf8525194 unload_nls +EXPORT_SYMBOL vmlinux 0xf87e53d1 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xf8a467ff kernel_getsockname +EXPORT_SYMBOL vmlinux 0xf8b147b1 netpoll_setup +EXPORT_SYMBOL vmlinux 0xf8c7c300 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xf8dca4af genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xf8ed7297 vme_irq_generate +EXPORT_SYMBOL vmlinux 0xf91f3100 phy_stop +EXPORT_SYMBOL vmlinux 0xf91f3784 skb_tx_error +EXPORT_SYMBOL vmlinux 0xf9228003 get_immrbase +EXPORT_SYMBOL vmlinux 0xf940a328 __next_cpu +EXPORT_SYMBOL vmlinux 0xf988ddc2 vme_master_request +EXPORT_SYMBOL vmlinux 0xf98aa15f blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xf98d7c0f __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xf9939a2b dev_driver_string +EXPORT_SYMBOL vmlinux 0xf9974089 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9b21411 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c914cf blk_put_queue +EXPORT_SYMBOL vmlinux 0xf9d01724 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xf9dcbbcc rwsem_wake +EXPORT_SYMBOL vmlinux 0xf9de148d neigh_app_ns +EXPORT_SYMBOL vmlinux 0xfa0af8e1 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xfa110b14 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xfa11f99d get_super_thawed +EXPORT_SYMBOL vmlinux 0xfa277ef0 simple_dir_operations +EXPORT_SYMBOL vmlinux 0xfa2dfed8 lro_receive_skb +EXPORT_SYMBOL vmlinux 0xfa44ab98 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xfa52555c kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa67f4dd __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xfa8a1e30 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0xfa9db6eb __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaf6a43f pci_find_capability +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb17f6ba cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xfb1a1662 netlink_ack +EXPORT_SYMBOL vmlinux 0xfb2faecd pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xfb57f415 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xfb65b49d max8998_update_reg +EXPORT_SYMBOL vmlinux 0xfb67f50e scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb76d23a tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfb98cd48 register_framebuffer +EXPORT_SYMBOL vmlinux 0xfb9b3063 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xfba37645 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xfba58957 posix_test_lock +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc122430 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xfc1f5305 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3b160f mempool_create_node +EXPORT_SYMBOL vmlinux 0xfc5b98a7 register_filesystem +EXPORT_SYMBOL vmlinux 0xfc64b428 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xfc6862f4 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xfc6913e9 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xfc6f5b49 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xfc7e2cc8 bio_phys_segments +EXPORT_SYMBOL vmlinux 0xfc8a5848 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0xfc92ec95 set_disk_ro +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcb14b97 simple_setattr +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf286bf vme_register_bridge +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd35cf59 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xfd3d906f finish_no_open +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfd9bceb0 netdev_update_features +EXPORT_SYMBOL vmlinux 0xfda06ea5 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xfdb6cedc _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfde15ae5 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xfde7b705 mutex_unlock +EXPORT_SYMBOL vmlinux 0xfded48ed enable_kernel_fp +EXPORT_SYMBOL vmlinux 0xfdf7f772 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe339410 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xfe35aa4a percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xfe4c3bde jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe63c112 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe800e81 dm_kobject_release +EXPORT_SYMBOL vmlinux 0xfe81ddc9 d_path +EXPORT_SYMBOL vmlinux 0xfe85e796 elv_register_queue +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff036d02 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff2311be page_readlink +EXPORT_SYMBOL vmlinux 0xff29722d ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6d4b9a loop_register_transfer +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff7c8e43 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xff7d51e0 nf_register_hooks +EXPORT_SYMBOL vmlinux 0xff8ac35f dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffd8d837 of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0xffdc58e6 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xfff69a16 agp_enable +EXPORT_SYMBOL_GPL crypto/af_alg 0x0f0bf73a af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x289197b2 af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x52ccd20e af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x58716898 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x7783dc55 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x7d9314e7 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xbc3e2d9a af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xc16c42e5 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xc726798f af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xf9185858 af_alg_complete +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x9d40a998 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x64411d48 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xd4685715 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x51b5e8a9 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x60d51659 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x04b81dd2 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x34089f8f async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xa99fd462 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xdc85d23d __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x6dca0315 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xfbba7c52 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x5ac93cac blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x10ee8057 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x03098f80 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x0220df60 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x046dead4 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x0a446a42 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x0b290df0 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x68e45215 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x735bc7e2 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x8622e575 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x8d586a0c cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xa5c26a73 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xfdcc0781 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x02604ed9 lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x91ead74d serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe2da0781 twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x1c9949f5 xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x01add104 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x14cf2574 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1e7646fd ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1f9cb0db ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x30ce20be ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x35e8d7ca ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x62e87503 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6c2dd01f ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e955570 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7126db1d ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x89911112 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9ab3203b ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9bb45b0c ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xaec71c4b ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xaf4f5717 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc0a4ab2b ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe4767656 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe6a16697 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xece26676 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf000149a ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf04d8a03 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x31b4f0fb ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x8209ee75 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x92bb9347 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc0e44cc9 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcd947182 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xebdac9a6 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf8dc5132 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x654c696c __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xa74f4c2e sis_info133_for_sata +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/bcma/bcma 0x04bfc55b __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0f1c3ba2 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0f8d21de bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x230592b5 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x30516b7c bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3b23224a bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3d39e6fe bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4956ec04 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x57b1c2d7 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5d15744b bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x72a2d93f bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x928042fe bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9454e330 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x96ff7bf9 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x990f7557 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa16760c2 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xab6077d1 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xad9a9278 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbd452639 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd6751b31 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xde9a2c6a bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe9e821b7 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfdb6e5a1 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2d8527f6 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x416add39 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x66e5096c btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6cca767b btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7da4042c btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbc9c774f btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbe1696ae btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xdd2b085b btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf22cf878 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfb34b56e btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x08c016f0 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x129ac65e clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2253bb80 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x29150a6d clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x41026928 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4c59852c clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4d489bce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7df982c2 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7f434d94 qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f141ab4 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8f2fd77b clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93e21c99 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1305df3 clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa1d46d06 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa4fdc63f qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcd4c7f2a devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcea2150a qcom_cc_remove +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8cb8432 clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeecd55bc clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf89297ed clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfb36fd32 clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x243c9266 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x34a0cc87 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x3a137be0 dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x1aa84002 vchan_find_desc +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x9292a4db vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xacc99af8 vchan_init +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xf709dfa3 vchan_tx_submit +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x04dfb073 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0f1d22c0 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1bb1a3c4 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1eca584f edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x31c3360a edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x36f69cab edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x514bdb9e edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x63485983 edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7a9d124c edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7d3daff9 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8d8b9cc6 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x96991e49 edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb0ba7cd3 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb33dcfa5 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xba33d3a6 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xba6cf7e2 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc28785df edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc9c06097 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd931dcbd edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf2b81685 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf33612df edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf71d38d6 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xfa3e4692 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x6e7986bb bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xfb907861 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xd458da11 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xe6c616c6 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x12296f21 drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3f225454 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcb8352ad drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x1077b629 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x24867956 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x2df17113 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x089e23fa hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x182f21bc hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x20788e88 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x36b6f58b hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3a033254 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3db8e109 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x54815f58 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5ced5e51 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5d7acc68 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x62ce8c28 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x674efc84 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x697f43c0 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6d858477 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8449cf3c hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x884677a4 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ddabff1 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9c7910bc hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9e7d1d59 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa7d16380 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa96fc2e7 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaaec04b0 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaf11a0b9 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbe4ce4ee hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcc1a5409 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcd54357d hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcf8df3bf hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcf9e0ad1 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd06163c5 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd213a2c8 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdc77eeb3 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeaaed695 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeace0b74 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xecdd5196 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf36fc14c __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf5ee79fb hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0xe9b577ef roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x4173b15f roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x9863ca50 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xab2e9993 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xabb07fdf roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc0505a8d roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf0f44b85 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1fd2a5b3 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3bd6da69 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4bf653c6 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5422cb5d hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb871eff3 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xbdbc9927 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc344bbb2 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc4c9322e sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe8d39f06 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xc7998e5b hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x105fc701 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1e8d62e3 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x455b813a hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4bb0ae9a hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6d1d29f9 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x878cbd14 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x890b5476 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa46f66f0 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xad4e462a hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb53499de hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xce3e9f9c hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd31d97bc hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd415e792 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xda27f4f9 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xdee6edfc hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf271a786 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf52e2f6b hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xfc4359a8 hsi_event +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x38d13676 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x7e5678eb adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x052e9ba3 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x20878dad pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x733b4652 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x75e49221 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x78a8b83a pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x7fa8ccf2 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xbf7464bb pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xc38a7234 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xc78bcc37 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xcfe97410 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd168c928 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe9a519cd pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x0908a03b i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x1bd2ca97 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x50ac2bcd i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x576e5dc6 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x7fc6c5ab i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xa6e27a47 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xb741ae1f i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe0ff2d6b i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xf4c4c5eb i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xb528772a i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xc91a487b i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x1f1ff98b i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xbc991eea i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x44d77456 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x8abd5a49 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x8b0be998 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa4e0edcc ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xb8295dd9 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xbbe8bc94 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xc0c01359 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xc469a93c ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xd42c72b2 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x1764fb40 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2b8129b3 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x553b8049 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x64c98426 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x8356bf57 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x8de3ba64 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa7844d44 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa8b55f45 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xb1506851 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xed150b6d adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xf20510d4 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xf6c4e960 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x09d24a32 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x10a9ceb2 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1547ab0f iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1c584d1f iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1d998efa iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1dee024d iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2e489cd1 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x33fbec9e iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3483a003 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x36e2bda5 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x40c2b50c devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4e243103 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4f66f080 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x618f195c iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x64dc1db8 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7328f00b devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x78a228e0 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7f6da4b7 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x88cf08a4 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x898c3bb7 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8a385ea0 devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa000af23 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xad9a9fde iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb29bf73b iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb44ee164 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbe9a1912 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbead205f iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc258949a iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc3904e0c devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xce42f646 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd52658f3 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdc95f822 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdda5f146 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xa25ec12e input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0xb67b71b8 matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x50d1b8e1 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/touchscreen/cyttsp4_core 0x295e2c7b cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xde06dd11 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xdfbd8e57 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x11e1c7ba cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x29aa4c3c cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x5ceae4b1 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x04e99c69 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xa246bf20 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x40a2aad2 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x44b59b8f wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x59121925 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5aa34d18 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5d1cb788 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6039f824 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x8c08aa4c wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa46a1d40 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa69a04e3 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xab936758 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf42b9f7e wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf55882f1 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1070d1e7 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x60ebaa77 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x64600edc ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x796c9165 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8cc93e7f ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xbb310aa9 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xbe0eb771 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe1bff919 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xee2c55db ipack_driver_register +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x05d17db1 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2246534b gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2a856e55 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3fa8641f gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x44e764b3 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x51dac32e gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x57a3754e gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x739dd92c gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7940866a gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x910c638e gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9c56d3e3 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa124f93d gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xcbc68819 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xde16154e gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf1053495 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf417d3e8 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xff6f931f gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x44b591f6 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x66d97c8f lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7e8c35be lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8672f32c lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x872d7223 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x9c8daf4d lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa08f9f86 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbf871d23 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbff25a01 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd87ac291 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf03e4c2c lp55xx_read +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 0x3b8ee2c0 wf_get_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x661b8042 wf_unregister_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x665a112e wf_get_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x67d8a582 wf_find_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x6e610203 wf_register_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x75147afa wf_set_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x94765fac wf_critical_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xa0e9bc47 wf_unregister_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xa2f19a49 wf_is_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xbcace2a5 wf_unregister_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xd2f2bcf5 wf_put_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xd6624833 wf_find_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed82a14f wf_clear_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xf9d26ebc wf_put_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xfe788006 wf_register_sensor +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x049126b9 __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x082e1907 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x187aed53 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x31846a55 mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x341a0c44 chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x62c4cbbe mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x7808359d mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x7ace78b4 mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x95474b1f mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9fa24cdc mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd042b67e mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xe85c8e52 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xefb7f01a mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0ec17d44 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26062738 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fc380ce __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x40c27b88 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c49fc16 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51a15737 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x616b6217 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6907ac0d __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7be42a1c __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e532a71 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x914361f4 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9272fb0f __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x938cc2b2 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa649dd21 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb157059f __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb317649e __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb493772a __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb834c124 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbb1fc0a4 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc4fcb1e __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1474d91 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc379085a __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5aed8ad __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7eda602 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce055cbe __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe20fe821 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe24daf87 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe2ed0930 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea2303e0 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef1156ee __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc131205 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0686d80e dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8c083afc dm_bio_detain +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 0xb8b4a9e0 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc5d3151d dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc849dc86 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd652a910 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe0854ce1 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aba7f5e dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9310ba06 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9c256008 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa1d2413a dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa448e19f dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xaf60e51f dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xafbda3f3 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcbb1bae2 dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +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-cache 0x08a36b13 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x316d106d dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x52cf981f dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x7b4dbeb8 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x7b5cf09f dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x8047a61e dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2eb5191 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x67a498f6 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x82d3e576 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 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 0x3b50dd20 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4430764e dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x45ab972a dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5d01720e 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 0x7998ba27 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 0x88f4c1e9 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x9e525f36 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa68e1f06 dm_rh_get_state +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 0xc632d03a 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 0xfad9d53a dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc62ef4e dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x17c36f29 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42dbdfc3 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x49b35849 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x55b4bd4d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x827a42f4 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +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 0x9f624559 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xafeda29f dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb399d54e dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd29923fb dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf375d009 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5455120 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x7f122e5d md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x2956811b md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0xea484f6b md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0083bede saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x54f1c2db saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x69e466a7 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6f9699a8 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x82a4297c saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x836b1f69 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x843a8e5f saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x84aee04e saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa3530c70 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xda0b87a5 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x05d45135 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x7f8f417f saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x97832b27 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xacb8f283 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc37be205 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xd00b6721 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xff6a9936 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0a0d1432 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1470b97b smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x19b4cfef smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x26735d12 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x29fc15d0 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 0x3e0ad633 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3f0af713 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x41b0a3fb smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5cc56b24 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6a4d9e92 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6e51b93a sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7d352aa6 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9825495f sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbefc7a08 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc5417c67 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe119c715 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xff7c1f97 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x7b2b5c69 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xf44c66af tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x18358bdd media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x2c25cee8 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x395c14bb media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0x3c90ec75 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0x3eb5acfa media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x51201bee media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0x732c4d19 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x7aaab839 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x89f7d24d media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x976a17be media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0x9bfae910 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0xbde42d7d media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0xca2accb7 media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0xcaf29e5e media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0xcaf8e9cb media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0xcd8fae5e __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0xefd5736f media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0xfa46266e media_entity_put +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x0b1d4ab8 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x00c022a3 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0246ee48 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x137cdbe6 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1ae3b267 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2f2ef28d mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x31cf5136 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3d81583d mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x476cfc29 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5bc4b75f mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5d639282 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6552ff3e mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x78ab4a5c mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x87234c26 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8f70290f mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaf02660d mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb96bc13b mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfc41d35a mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0d203c4a saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0e59154e saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2a7247e7 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3e7e355f saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x41a22868 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5de22a9a saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6b526b29 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6c180c3d saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6f16453b saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x85b9d008 saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9e2a34d7 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9f34d6eb saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa94c39d3 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xae581225 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xafd7a51f saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb678cdaa saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xccec9db3 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdae8a753 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf8637a96 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfb68956b saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x0b18c38c ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x32703c64 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x63d2987e ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x677b15a7 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6ef12e47 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8eef2c31 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9668e357 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x0d69bdf4 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x45dc00d9 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20e72280 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2736b244 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x333eee07 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3895b7b8 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3bcc59f6 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3c6e35a8 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7b670535 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8ebd22b4 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9051c842 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9060e993 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x90e41299 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9dc1ea4a ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa1b95497 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbff81b82 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc3c9139c ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xdca05528 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe1aa17ea rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf8b08627 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfcb2fc57 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x6ab16b8c mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xfc9ed585 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x6b0aa602 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x47a1868e r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x6b95509f tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x6d89aaa4 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x404dfb89 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xe468a88e tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x7e519450 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x72f133a2 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xb0ffab33 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x36f9e591 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x3ada3a61 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x8d1c4736 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x03d20c3d cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x164d4ac7 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x425d4da2 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x482efac4 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4ed77e27 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x58b99316 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x69ac59a5 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7f82e8d8 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x90d98662 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9b71d349 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa1ec0b13 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xae1601dc cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb297de56 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb5ba29c4 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcc84bcb6 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcf3fed6b cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe5791575 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xedca58b8 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfe8b304a cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x3183aaa8 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xe90cc4ef mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1f7ffd3b em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x22504cbf em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x226495aa em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2670264f em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2ff09d47 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4cc8d698 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x561952cd em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x61c68a33 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6472d6f7 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6cf4b8ab em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9fdcedb7 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa0ac59ee em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa1706bb7 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa65bbc8b em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa8ec37b4 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xae050529 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd3232826 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe7ef17bb em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x083e03fe tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x8d21be7d tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xbc4b92cc tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdacbeb36 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x4ac21ae9 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x52934762 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x93b5feb6 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xaeea1cbd v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xbd01966e v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xcdc7916a v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x05cbba13 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1c3010b7 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1d67ccf4 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1e63c8fd v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x31f55c9a v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3d065f7a v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x486ceaab v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4961057b v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4cd8af76 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4faf3dfd v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x556d2b00 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x74e7b8d7 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x86d7f73e v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9210ff31 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x921156d4 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9bde83a1 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcee5d421 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd978778a v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdc11c5ff v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xded254fb v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xebb06651 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xef33f6c5 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf1c2dc85 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf4e199d5 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3209f2bb videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3a92080d videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x42957f21 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4a0fc24b videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6188b71d videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x754d6903 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7aeecc4b videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x81b51e5a videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x92cbee8a videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9613a626 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa84bab6d videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb705d9b0 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbf666e6c videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbfdafc21 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcd3e4802 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd025dfa4 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xda4ee64d __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdb74dde3 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe063a8d4 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe0a8b21f videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe1486ed1 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xecb76903 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf57eec48 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfff046bd videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x0c3855e5 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x3c29421f videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x9d87e4bb videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x0c9a2e50 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1cf5a027 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x4e4546ce 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 0x73d1bb20 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x7fd83484 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xbfccc9dc videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xc978547e videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd240230c videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xf0cf571c videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x0343ad50 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x64564655 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xbc51e187 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x06a1291a vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0b8c2290 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1055aa65 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1142faa7 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1d86018e vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x377fd7aa vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x49718b6d vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x512999fa vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5ea7ad2d vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x627ad4fc vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x79cb77ec vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7e3b4ca0 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8e7cb00a vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x90778d43 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x92897389 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x99da81f5 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa0e5ff87 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa233266f vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa94a75c8 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xadc9af7f vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb244d696 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb38d67a3 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb4e36121 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xba73aa19 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbcc26e2d vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbce2f6e9 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbd0fef4c vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc3011a85 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc5562d07 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd310af1b vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xda5346a5 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdbcc842d vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdcd4998f vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe7eb83b9 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf0ad1bb3 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf14ca4db _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfbfe5f90 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfc757687 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x859ff7a4 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xfc703483 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0xce99f714 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x8fb360a9 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xcdf13e6d vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xd628d7d9 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xd8f1c908 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x63c937b7 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x04063312 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1fd35464 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2e6bae32 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3afa8dcb v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4878db76 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4e7eca95 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x50053266 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x55ce915b v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x566360d1 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5a3dd992 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x68326860 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x68f8327b v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7230adcc v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x72b41651 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x84b514ec v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9513ad64 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa1b8ead3 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbcb14e53 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe448928 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbebb6f14 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc7ca74f6 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe0d03742 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe287b644 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe7c1d1ac v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeb4b938a v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeefd1b1f v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf1dbe0b6 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf44f9d03 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x0439ec6d i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x9ed88d9a i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xa5cdab93 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xafbbcb2d i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb2376121 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb963ab8d i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xd3ffa674 i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xedf4136c i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x369624fc pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x3d5ca351 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xea477f77 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x00d605a4 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x01636e53 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x0ff90144 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x22265c4e kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x2d940927 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5c5403a4 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6d0d487f kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xc6955933 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x44b5e03e lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x47444c12 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x7fd082e0 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x13164658 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x3c786114 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x75be6895 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xaef40b94 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xeaca411e lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf6a16a82 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf9a0e05e lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x54243f5a lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xaa2a35ba lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xf229d4cc lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x037fcbfe mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xbf8c2de6 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd5c33e3f mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xed3993ae mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xeda1633d mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xff3666c6 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x16d74142 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x738fb320 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x76042d3a pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8706c2ca pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa12c5cdc pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa42a7c66 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xac7ca9c8 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd2d6025b pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd8cbf5e1 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdc77c39e pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xed4af5a0 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xb40a1adc pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xb65d17ce pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x1d243bb3 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x4b47a291 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x7eb63d35 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x8d7e4d58 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x91089bc2 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1339deed rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1e9a0755 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x222b3153 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x227ef956 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x31e1f87f rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x37152ef1 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x3808cd38 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x666ee05a rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x7c9dd276 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x83a7437b rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x840e8e0f rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8b834936 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x910da9a5 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9a9c4a3c rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa7684e06 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa9cb0616 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc89962ac rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc957f43e rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd0442e92 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xee849ac8 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf538a00f rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x0af85dc8 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x3c14037a rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x3d756d6f rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x47a300d7 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x60c1e86f rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x6e9539e1 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x708dd538 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x7549247c rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x95d1f8a5 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xaa17e06d rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc8407a3c rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xccb88399 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xfa2bfb9c rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0aec4928 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0bb24cf6 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0c829252 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x11abad91 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2026195e si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x249bf339 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x28891869 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x29eb28f2 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2c6bc45e si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3bf08ef1 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3e1e1ed2 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5a0a9406 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x69b61721 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6fc5f5ec si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7248d39c si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x792da768 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x86edfcae si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8c421bb7 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8f491b44 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x95eefe26 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa0f7a690 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xaa95ed19 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb8d5309b si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb9d0a1d4 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbf15edd9 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc1d21e76 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc4189f2b si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc4c35ccc si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc86a11ac si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xda678ea9 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe3c63484 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf7cd3c0c si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfc9ccdb0 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfecc90ed si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x07d24e3d sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x2970d0b1 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x8912d8b6 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xad305141 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xfa24c558 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x7c3729ef am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x81d62379 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xc6be9c57 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xd92ae2e3 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x118107c3 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x43959b87 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x83459d57 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xcda0f90f tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x39b5a0e3 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x711b5c19 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x9b0535ca tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xc0f21527 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x71e891de ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x2908d0b0 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x80f439a9 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb1190c5a cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xde23e923 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x1cd96257 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x35cb6e34 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x871beb6a enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9c5c9ee6 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xa1c28559 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb578b87e enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe27351b1 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4ceaf1aa lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x55361237 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x84c6647a lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x88cd1bab lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x9ca7087b lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xccfe49d1 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xdff88663 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe2f64f9b lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x2bf5b110 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xc4b0347f st_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1c3b4428 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1ee3380f sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3133bfcc sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x31caa2bb sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4d385134 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5ca041aa sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5ccb1ad7 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5eee832c sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x691f1a36 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6d999228 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x96a5e76e sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa059f6b6 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa6da5897 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdbb8186d sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe7c1abea sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x07f7a256 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x207805a4 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x3075a342 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x5e3d7607 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x7f262576 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8812518b sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa5afc949 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb143a413 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc9b7b538 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x56210c27 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x690829cf cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x94160c59 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x4f1b7b69 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xbce2b4ef cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xc2b0ff3f cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xe75bddbc cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x51955bda cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x7475f2a9 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xa55950df cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x01464d6e mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x122a9233 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x23a8ec18 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2bc899b3 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2c306b28 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2fa6a002 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x31d17d18 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x385ccf09 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3f4b735f register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x43849bc5 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4785db85 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4de02bee kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x52f59063 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5cc88c4e mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6a6c7cfa mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6ba7ee7a mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6faf03c5 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7114483a mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x71bb25c3 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7278d59f get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7af7587b mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x876f1e99 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8c91c686 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8f14176b mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9da95b57 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9dfcbf19 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9ec0f7c1 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa1ffb322 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb15091af register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb3213ac7 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbca48368 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbfa1d091 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcad67105 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcd886290 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdb2b4930 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe2f0bf6a __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe7fdd986 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xec4d8926 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xed05f81d __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xee5588e3 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf45ce4bb mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x26538629 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x2fc2076b del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x6337385a mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x7f873323 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x9dab9e34 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x20c144d6 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xc58b2a26 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x98e240a6 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x4a4ca9ce onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xbea69732 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x0691fa01 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x12cdd3d8 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x323522d0 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 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x603b3edf ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x780d9ecf ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7ca52fcd ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7f17f9b3 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x82139a41 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x97ef1665 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa900e874 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xba363643 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd0610571 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xecbfefff ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfedad3f9 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x21589782 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x230b1722 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x444b0f28 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x54438a9b alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x82f6e228 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x9ebf8afb register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x04555c79 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0c421ae3 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2bf713c4 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x32bc9509 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x3e4f6c5a can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x47d5310d alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x4e5bb8b9 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x58e8e551 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6fbcef87 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6ffa6793 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x8bc6113e free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9563afae close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xaf40ffde alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbe7bba20 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe313d909 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xf7199bd5 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xff22752e devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x43b9db95 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x47b32b9c free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x6ad633a6 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xaf8289f9 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x2c39c670 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xcf55a958 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xd9c27705 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xf990c212 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x015b1812 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01a698e7 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0387b544 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06791d3b mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0be00066 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ee514ad mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11744329 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x129c2921 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14254d83 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18711918 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c56bfc0 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2165d5e3 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x232b9b31 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24b0e0e8 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x263c35eb mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26e3f8ab mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2acd8d33 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e8b0aea mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36b30d74 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38d560c1 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c12c3e8 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e62b60d mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ffc91c9 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40d4e12b mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x428c8319 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4383c428 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43d84204 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44973a6d mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54ccaeaf mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x550241b8 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56e30a9c mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x592909d4 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x597b98c2 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a336444 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a6b30ec mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a96a38e __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c89a8da mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5dfb2fcc mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ec72e1f mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61970172 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6269399d mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x678948a8 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73b5b4d9 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76ea88fb mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77b74890 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x794f2c52 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bd3d010 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7df1a845 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f945ad5 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8184bcca mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84742ea0 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85a78303 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b9f6873 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e03b615 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8fe1a77b mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90188e54 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x968c9470 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x986f453e mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b127236 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c89331f mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ecad606 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ee96ca5 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa51942d8 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa121abc mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac2cecde mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac70a16c mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0129cc9 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb04c0bfa mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0f656bd mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1d9a6d2 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2ec1d7f mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3dd14a8 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb663d122 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbacf3b53 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbcbe8858 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe3eeb56 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc247c059 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3c5f3e8 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc517c229 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7155ba8 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb6cfe36 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc86b7e8 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0ab7712 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd35ab004 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd49efd40 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbbbf134 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbe308ab mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde417eb6 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf3c7976 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdfd81506 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe00790f5 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe329ffc7 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3452bd1 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe441c1ba mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe54cfe17 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe719d8b5 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7d3ee3b mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea179cb8 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeeaa0788 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1d7fbea mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf284f6af mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf94ef8b9 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa7e39d3 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcc9e56d mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe6e1f4a mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02419a9f mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x233a53c1 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a881711 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c4d8b26 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x704eb319 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x747c55bd mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78f5909b mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8540d541 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86ede825 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa479e3ac mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9c8c474 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1617029 mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb54a0b0e mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1aba0dc mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc2e6061 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee8f5f39 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x1d0ccda3 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x3c6828f5 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x4ac94fa4 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x81c93ac3 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x5d01ebe2 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0xefb49f5e mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3129ee68 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x8fc50140 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe303f7bb usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xf314e10a usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x11c312a9 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1e270cc1 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4c87d060 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x76a40dea cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa43ecc51 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xcb445672 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xed031219 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf9cf1606 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x123fda56 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x14238fcc rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x6746079d rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x8040c5b4 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x8a252304 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xaf42d03f rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x07cee519 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0b4e0e35 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x133bad31 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1ddc8cca usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x28bedfb5 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2e1dfff0 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2f68b265 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x38a02c1d usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4f322f86 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x68cfe576 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6babaca0 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x79f619f0 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7c146480 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7c2344d7 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7d25d65c usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7e3f1044 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7f9c19f7 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x800b4539 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8a028bbe usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8a249391 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8c2d9319 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x93e7a008 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9892683b usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb120bb13 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbd6aae61 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc1beea0a usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc22f94b4 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc443c9e9 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc8df6b21 usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdfa57cd0 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe584db26 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf87dcf81 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x07520617 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x13a70ad8 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xa011a6c7 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xf808503b vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xf93bbcb6 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x0b40fb1d i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2a905a80 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2ce5c5eb i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x40f1c1ff i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x43102d65 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x5149ea88 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x609564c0 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7b004783 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x94ebcf9b i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa1fdc9cb i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xba0ec0d3 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbe1a3dc7 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xea82baf8 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xeb84f070 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xed83b279 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf588d266 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x5a916194 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x80a3861c cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xd466da67 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xf41c941f cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x9ddad1fa libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x0a96032d il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x5ebc56ec il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xd7e7a142 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xe01d04d6 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xef77514f il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d0f366d __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d556623 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x120aa514 iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1291ef1b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x18f3b6c7 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1ac36ff0 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x274cb826 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x32f79104 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3d548dab iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x53a53c7a iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5b611413 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5b69dc31 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x600fb714 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6b095fb1 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6da581a6 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x790e3371 __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9771db5c iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9a9bf5b2 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaa6d08eb iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb2f73137 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc67c31ed iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc71c9f2f iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc785e827 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xda15744c iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdd72b3f2 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe0a7c362 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xfed3b0bd iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x08c2447a lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x10d214db lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5e9f39a5 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x67ebc490 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6c7f79d9 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x76aeb794 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7e4a5b57 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x82cec114 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x90d25cb7 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa92a6506 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb65e68b1 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb78df509 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb92ad4a3 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xc0f1d724 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf10fcf0f lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf3042f80 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x2a2b9035 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x3d7e79ee lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x7a6190df lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x7aad6dcb lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x9e71cc3c lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xa0a4a110 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xa44db083 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xfc7e652d __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x340a60dd if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x97d72836 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x14ee2c42 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x20ac5fc2 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x376f91bd mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x44899595 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x6ad19985 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x7de692d1 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8f2a5ce4 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x988182c5 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9a43c438 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9fde662c mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb0d6978d mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xbdcc88d4 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xd54d9bdf mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xddcc4beb mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x0be4e71c p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x443b73b4 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x78800ae3 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x8083bab5 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x8dc01e00 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xa0bc6c30 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xccbb4e8f p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xd0012dc9 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xd2bec8da p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x3274c4d6 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x35716052 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcfcd9f73 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xf1d6279a rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0708482d rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0767854f rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0d1fd177 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0d36a9b9 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0db1f750 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1495c21f rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1fc30708 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x261a17fc rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x27a6f544 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3f289500 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x42716004 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4602fdc3 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4ace3f0d rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x50f07319 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5a2c8ec5 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x666f60f2 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x70561484 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x81da807b rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x841df88c rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x85656e38 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x93467657 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9491a745 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x99b5f0bc rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa4508141 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa9f23cff rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc4e71285 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc74a2052 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd237db82 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd40ef5f3 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe019c68e rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe364471c rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe609e0bf rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe72b401a rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf06f4591 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf27483dd rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf6f7389a rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf92e7d7a rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfc473fac rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x05f09a1b rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x31d08852 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x3cbd8d9f rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x455fadf2 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x4c49ed75 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x645f7370 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x7a276ac3 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x8b71e68d rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x9cca24b3 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa6288b99 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xbaf636fe rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xdcb3e3d5 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xefea4c64 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x084edd4c rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0a2cba84 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x10710596 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x218f633d rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x230f2bec rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x267bb5c4 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x335fe0f1 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x366e823c rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x36df6f55 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x46e7a779 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x47eb7fb3 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x47f9fd90 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x51f71741 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x549829d3 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5a358bfc rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5a8f7382 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5d913f56 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5dcca951 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5de6d7db rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x65250371 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6b88825f rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x786a8163 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7d79e007 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8206ea47 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa0b11b48 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa0f145cf rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xae253cbd rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb206bb44 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbe6ff947 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbec2b907 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc271fa24 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc3b5d24b rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc4b7d89f rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc6dab66f rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc72915a0 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc96f279b rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd19f8811 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd1c1812d rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe15ccf38 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe433b0bf rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe4b7b3bf rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe57c8a6e rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xea25fdb9 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf1896216 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf8d5e68b rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xff4c8f39 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x0b4ed5b5 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x6b3651a3 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xd177086c rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xe8f046f9 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xf0b16d46 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x048d0a1e rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x22ca855b rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x2e0db980 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xe2b024ca rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x062ee799 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x10b1f1ce rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x187396b4 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x1bda225f rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x1ea2f131 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x24e25080 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x39492661 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x59900e2f rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6783c525 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6dfb889c rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x862d2518 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8d77acb0 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa9053898 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xbf403221 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xcd5da899 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf2f90d7e rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3a4970d6 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x59b0d202 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcce99f3f dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe833d821 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x086f479c rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2cd0730f rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2e8c4682 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2f53f8af rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3ee12f80 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3fe2dd18 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x5d3110b8 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7079d3bb rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x73fcf856 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7f401b60 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x815f730b rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x88ecc720 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8a71ac1d rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8f066e7d rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x93619b7f rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x94d3bee2 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9572df45 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9bdc474a rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa8c73d11 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb068734a rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb1509c94 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd326928a rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd63724ee rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd7546c93 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xde0a4c13 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf1ab14a0 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf5fdf1ed rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0d0b6636 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x1e112225 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x220aae75 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x366b50a4 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x48ccb511 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x4cb716c8 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x4f529a4d rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6b4de810 rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6bbc1088 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x88d9d683 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x8cf9ac97 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x971f1a2a rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9d72e88c rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb0591b3c rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb2fb297a rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb3dc2be3 rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb456b249 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xcd7899c1 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xde1bcd3e rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x2f2090e2 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x40cc3e6b wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x800f690f wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x013c3a16 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x028162b9 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0bab1b4e wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x105d53ba wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x12c0bd3c wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3b0f145b wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3d9bc8d3 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x453fe9d6 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4da29fe6 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x538f75ac wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5bba350b wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x661b0c56 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6774472e wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6996d7bd wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6bfd9159 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6e63454d wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7c7ac9bd wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x819ae34f wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x851d4bc7 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x88d94973 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x90c62c0a wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9b085f85 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xac502151 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb805a0fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb81fa078 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb9a575b8 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc407bc18 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc46c98e4 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc4d89ed9 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcae4f343 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcc92e073 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcf98f2b5 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd55a7a61 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd71db2b8 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdc0196eb wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe17b8978 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe9941dad wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf4769b21 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf5cc516e wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf601276b wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfc3f2c39 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xffc234e2 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x10c75a3c nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xa67ac179 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xe1c617ec nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x0ee69802 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x141d7709 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xcc0cd82b pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x2ca0007c mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xa6d267d4 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xc6b1d479 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xd5c286c5 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xf363c7a5 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7054bc28 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x71bb69d8 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7a700903 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xd5db41e4 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xf715f0f5 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xfae07e8d wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x615b28d3 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x071b6913 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0950e84f cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0d417234 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1b479349 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x23d30d39 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x275beb2c cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x365baff5 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x366db33f cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x425e1d1b cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4c4fa6b6 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4cc052a7 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x51258193 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x52dec9dc cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x58715938 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5e26041d cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x70458823 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7b6e82ee cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7debffd0 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7e0bfa97 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7e1f145c cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x81a5ce6e cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x867c5430 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x86fa14c0 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c40deee cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d717833 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8f1cf19c cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x92f8803a cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x94b18e23 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9cf4320c cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xab28c45a cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xad5cd00e cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb232b5d9 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb2a0a6eb cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb5fe0326 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb611b7e0 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbfaee610 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd4734484 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd4eb4aa4 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5368a0c cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe74d3808 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe9269b1c cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeb17e7ab cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xec0ef199 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf5271c39 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x22a13ee3 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x3f1a6995 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x5bb9ec6f scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x80d52ba1 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x91cda641 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xd524f3e1 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xdadb663c scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x04a5e488 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x10d4b3cc fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x369e7b5f __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3b782600 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x47fc68ad fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x53eaae44 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6978843e fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7e17c4ec fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9162e0b2 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb231cf97 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb49a2131 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbbae18aa fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc4b61345 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdd8461bc fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe309abc4 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe5500da9 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x1637b6b1 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x5ff90edc iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x654b3111 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa08bad51 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb2514439 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xea4c3d44 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x00b40e36 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x01e82d16 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x04a2d661 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0778b211 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0b7a768e iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0e68815e iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x11ab5fcd iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x14e40e91 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x31f2e6d7 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x48f05c8f iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x49b62549 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4a0fb91f iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x51d31cc2 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5b22e533 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5c82e2c5 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5ebb252b iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x68b3140c iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6ebadb42 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7357ddf0 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x78ebe2b8 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8af33de3 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8ef18245 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8ff11d1d iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x95420cf4 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x96233a16 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x96df04ac iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x98a2903a iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x996e81f2 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa867bb04 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa999a85e iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xab6f9899 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb9515272 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbd03a8e1 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbd4e4e8f iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbeab5c2d iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd62c2ad0 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7a1cc57 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd83c13ae iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdb2fc200 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdff87971 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe6076ada iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe764df78 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe7927e26 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3219334f iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5a195b29 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x61ca28c9 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x679f0e63 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6c9cab41 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6f03c145 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x77c3363d iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7ab422ab iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9f28d10e iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9fcaeb87 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa37c3980 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa968b3e7 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa978ac30 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc4e597f2 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc87db6bf iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe71aa110 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfc8488a0 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x041585d4 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0742eb01 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0ef95e9f sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x136c8a94 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1b9353fd sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x31ce7dc6 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3d0df0d5 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x40749dd6 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x419c5094 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x583203c3 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6056ef15 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x687550dc sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x690e8da3 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6c00685b sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6ca797f9 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x78903474 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x96caed8d sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x98b148dc sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9df284b5 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa57ab432 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xadb386ff sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xba21dd08 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd0d8c947 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe984dae1 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf3b232ed sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x1be2576f srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x9deae32d srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xa868d628 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xb5d6f95b srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xd8d1fe61 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xf3e279aa srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x215c3381 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x489cad2f scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7df08b6d scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x928f2240 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x9d013e43 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xab055c79 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xbb9ab3c0 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xf1ffda49 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xf90b530d scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0012a0b1 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0497551c iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x05b594b5 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0d745dd6 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x10e5eb6c iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x19af86d6 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x29476284 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3d103eb0 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x473c3329 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x53e958ee iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5a2fa88b iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5db7689d iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x60efd038 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6a0bb46e iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6b922ea5 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x758b624a iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7b755abc iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7fc3a064 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8a704697 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8bf6e65f iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x98588187 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9bd3cf3d iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9fd1e27e iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xacdd33fa iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xafc45d82 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb5467e40 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb5edb979 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb80d2ea1 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcb53ccec iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcb938c56 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcce8c34b iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd17bf09d iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde3f68bd iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe848e547 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xed8b698c iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf2f4a3eb iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf54054fa iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xff2b149d iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xffa50162 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xffdb512a iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x1124f571 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x4f779738 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x687ab632 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xc84c39df 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_srp 0x0d0d3e6f srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x197d4109 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x2f9ed0e0 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x43099744 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x74fc9fa5 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf14a874f srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x04d23ce5 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x0c854a8e ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x151bbc50 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x4b8151f9 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xbf6c5bf6 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xd960ecf5 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7bb5b6b7 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7fd0f384 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x92130a75 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xc3f42a80 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xcd12100c spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x1c590a7c dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x26cd7139 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xa9e22602 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xdc0ce8f8 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xfb1d08b9 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0443dc78 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0c437523 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x150b7ac4 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x215ab3fd spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x24720f77 spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2b86d210 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x368538b6 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4744bfc6 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x47f99b3a spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x585b02e2 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x62e60d62 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6716e7de spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x75940e80 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x76ea69b7 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9a700116 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcafb4255 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd1ef3918 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe8bae24e spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x2a556ed7 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0169c50d comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x02293e09 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0715bb9a comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0d5d9e20 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x10f17767 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1266c2c4 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x153c06de comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x153fbde4 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x15bf8799 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1b8cf863 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1eb49c99 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x268658e7 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x34860478 comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3901e6b9 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3dc1465b comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4a8fdea3 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4f5176e9 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4f8e010d comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fa04ff8 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x50afc6b1 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x53c0d4b7 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x59d227d1 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x61c825ea comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x61fd4035 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6212a27d comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x634fdcf2 comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x64e6ed27 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x73563f55 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7d7fa235 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8656f5d2 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8b502ec8 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9209764d comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x956b9789 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x96cef6d7 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9a665813 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xad510275 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xad617dec comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb2405e24 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb343d1d4 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb4d30168 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb8a61b89 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbd9e8a8d comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd1467e93 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xde92826b comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe53add59 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe6fec230 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf1595a5e comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf3b9723f comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfd10face comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfd114878 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x56482ff2 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x7d4b71ec subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xf6ef63d0 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x26d92374 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xb96425b0 amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xe65f6428 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xf8a9f27b amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x0e30e38f cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x1834c748 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x300f2a31 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x66478655 cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xb1fd9c8f cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xdccbee32 das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x0612e296 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x07ee518a mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x108d3125 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1456dcc2 mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2639468b mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x374423c5 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x4456612b mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6212bdfe mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x665b3f4c mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x698bec3c mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x69f31a88 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x6a779ab8 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x710c5ede mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x7f878add mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8387baef mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9b24a99f mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb3a43792 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xbdbfb12b mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xc484f037 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xcdda6019 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xce5ee029 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xfed6fcd5 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x96aa2b0c labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x263f10fe ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x2ecf6e43 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x4ecd088b ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x68b81d45 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x6e3ad543 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xae9f2cb2 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xb0c55d98 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xc78802b5 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x044a2e60 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x57d05997 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x865b78bc ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x93a89c3f ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xae491240 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xb7896903 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x59bbee5f comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x5f5c59c3 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x9f2352bc comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xac3b7b0c comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xb0af2534 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xd81512c8 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xe6805543 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0ef1d765 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x2716fdf0 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x2e893a1e spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5570a37c spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8048706e spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x989a05f0 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb35aaab9 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc356a2c4 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcafca68e spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcfd32929 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd6c42f42 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xdd2a655a synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x01d440f9 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x2b3da420 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x4c5a8d43 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xc17a2066 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xd43711f4 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x0c9f45b0 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xf1cc3f80 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x5263858a dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x59d68350 dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0666fba5 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x21530a55 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x355da3f6 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4e524ef6 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x56a86bb5 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5e6b48d9 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x63f89a66 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x681aebae usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6b4b87e9 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x72666c0c usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x775f99e1 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x79fd46fa usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8a9ebb96 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8f21debc usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8f2fdf25 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9489487b usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xade5bee6 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb3bb7f53 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbc8745e8 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc4c0193f usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc5613f22 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xca3a42df usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcb08f81b usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd3b4bb26 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe304b98f config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf1b59ee9 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfaf0723d usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfc7ede82 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x0c291af9 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x13b1e006 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x19cdffa0 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x1e4d7a8b gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x24041755 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x57d8d280 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x5b452085 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x786792ad gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x889db56c gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x97c6e01f gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x9ba574b2 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa82a5e61 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xaa7fb84c gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xae96ff8d gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xc9c87d99 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x0f741304 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x6d753709 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x18135467 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x3a908439 udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x46b227ac usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x50d1aad3 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x5738343b usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xa46ac171 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xbafdb8f2 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xd00959bf usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xe63aad68 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x2275a39e ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x9a755626 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xf16a39ac ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x00e3fc9a fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x07d6f7bb fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x166dbbcb fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x248fe473 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2c69c558 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x371b06d5 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x49628117 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4eacdd0b fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x607c7ee4 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6b2fb6df fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc8f90e2f fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xda9e1a1e fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe55a5fc6 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xee1bb51b fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xfc06c19b fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x029e94fb rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x553702e0 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xca083d52 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xea523102 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x88862300 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x91f546fa ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x347f8b86 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x7bce0b51 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x994bcced ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x9de95710 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa5eb16fe usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa8c5a7d1 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xcdbb5e5b usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe627a43f usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe65782a7 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x76586238 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x11b85117 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x16da6e36 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x8e23d2b0 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x967e27e7 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xc27e960b usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x51f5c711 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x0a18cd4e samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x0df3a31f samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x3d951ec0 samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x41139146 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x53bc153b samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x5f21bee7 samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xa060206f samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x5d36f3af usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x24effc83 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x283a582d usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2a1ab786 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3d1597dc usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4dfe68ea usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x69662a04 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x75128c19 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x753e467f usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x779d28a0 usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x77cb4fcd usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7eab26e1 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9346de24 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9d411d59 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb43ecd27 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcebf1929 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd2d78e6c usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd3af056a usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe66b62c7 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe9c36287 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xef833e8f usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf7ca4d51 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x007afd63 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x02c625f3 usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x290d7ca8 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2af44399 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x32765ddd usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x32fd7616 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x443471e3 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x4dd3c419 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x58f4bca1 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5ac178d5 usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5cb61a3f usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5d027593 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7eeddaf9 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8f8427d1 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xaf4c8bf2 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xafab3815 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb5c44d5d usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbe08dc3a usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xddca5b10 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xeb99f848 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xedd73025 fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xefbc8979 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf4b81ac7 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x00ea773d dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x161bd964 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3094cdc7 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x44b3ffaf usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x6acc1a5c usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7625b1ed usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xcaccd214 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd0438496 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd123f8b7 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe0d10c4b usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfaf31b75 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfcd50172 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0bd816f0 wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x122f15ac wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x7f113c14 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x8fd456af wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x94dc867a rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xaf9d24f1 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xd9a70b9b wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xe04a509f wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xe24a327e rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0a670c95 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x12d3e9aa wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x1d4c88f4 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x24ffdcbd wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x2b079029 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x5298c687 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x6f8ce3a1 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7c23c3aa wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x90e5c91e wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x94a5ea3f wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xa0f5d42f __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb26c6340 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xbe0bea1a wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xea925281 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xaa87bcf0 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xe4306e35 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xf78305b7 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x508b4c24 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xa4fe109e umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xa7302cbc umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc830a987 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xca0b7a63 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xcf4e1080 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xe68406c6 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xf59a3ca7 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0eebe806 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0fc02440 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x194ee15b uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1be74b17 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x312ebb3a uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x377bd517 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3ea00463 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x41bad290 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x53787877 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x569dd531 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5c6da673 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x60701324 uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x66895ab0 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x674d6dea uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x68543c42 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6f94e26d uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x710bd2dd uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x71ea4855 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x781b8cd9 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7ae52da2 uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x816b9e92 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8a79b380 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8fd6aadf uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x953ca901 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9918a101 uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9ced03d1 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa0f8865f uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac97316b uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xacca4e1d uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb1f61ac6 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb35c3ab4 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb988bdaf uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xba87e5da uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc978f90d uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xce17bd79 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd75c37b9 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd79dcb70 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdd335e3e uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdeaa448b uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf66a1dfc uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/whci 0xa09ad307 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x08c9b683 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0a63c0c5 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0f9194e7 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x18915842 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1e1f20d3 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2603f665 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x266a87e2 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2aff6a03 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2e5d8cc1 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2e8f8f0b vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x378fded6 vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x39974ba9 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3abf21da vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x47488dd4 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5849c917 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5b4fd6d1 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6b70fe76 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x75ca2f35 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x957caeb0 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x97e2212a vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9b618cc8 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0f81e37 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb6dc3020 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcc783a83 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd5c003b3 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe70eaf43 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe8f318e9 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfbe09ca1 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfc52cc0d vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xffe31679 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x2cc5b4fd ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x7914e30e ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc2fdd807 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xfca120df ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xff041b91 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x1ee34b82 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x5d0d1f71 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x7d575fb0 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x82cfabc2 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xae6c4e62 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xdc852005 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xe3afaef8 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xe457859d auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xe8425164 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xfe85c6d0 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x76e3bcab fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x0757bf36 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xd5e62239 sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2fa6d77d w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5d88750d w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x64d68ef9 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7340fabc w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x881b1af5 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8df6621b w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xbc42c74e w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd739f696 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xde1eb0f5 w1_read_block +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x12fc4489 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc315ad36 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdbedc5ce dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1105c15b locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1552b004 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x417f103d nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5eab8e0f lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6af4ba7d nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6be2ddfa locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77bafbb0 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x95e69595 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd1fa4a25 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x01394fe2 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02385cc8 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x049b8768 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08aaecaa nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09163396 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c5c2904 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d3c2e32 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0eb525af nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11152dd8 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12ce3ad9 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14267463 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1490cce5 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x168fdd56 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16f26057 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19db767d nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19dcbd2e nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b6c226c nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ba6fc15 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ceb7a27 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d47ae4c nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2033cc57 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23c0216d nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24544e54 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24546fe6 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x274ced8e nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2aaccd3e nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2daa0c50 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31d28108 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33f45ef8 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3536e207 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x35385db3 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3740d6e1 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39d20bd5 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3bdfa394 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c948fd3 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x429d1ff4 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45df28d1 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47862378 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x492d33d8 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a3838f8 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a97ee0b nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b03e19c nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x505dc23f nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52e41289 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5340a7c7 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x568987cb nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x57ecb096 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x589dc700 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fcf05bc nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x613a0fcb nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67bd8ca9 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68a8da3e nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x69c50e28 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d253060 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6fabb15c nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x707623bb nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x748b3f9c nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74ed6143 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x780c25d6 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a0aacf8 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cf7ce92 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ffaf1b3 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84c7726f nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85624a41 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x886f654d nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9150f57d alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x93573064 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9493c16f nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94bac195 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9707ee33 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x970c10a2 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97591cab nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97750136 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x984217e9 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99189d8e nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9bd6ed51 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c849414 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa22628de nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3e11ff0 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa432f897 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6aecaa3 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa92065c3 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9ce0fcb nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaad9739c nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacc14627 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf3fe88c nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0500588 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb34f7484 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7ca3618 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb83cdc4d nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9db1fd7 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba73cd30 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba99e023 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbad9e071 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd15e809 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbdd42606 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf927430 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbfe3c1f9 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc512ca77 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7b2b053 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc955599a nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce4b2b65 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5cfcfb3 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd963b82c get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb19d9ab nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb4f29ec nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xddf8fa16 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe09e9fcd unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe27cd5ee nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe46058b7 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4c8128a nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe89379ad nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8ee19d3 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebe2bd87 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeee456c9 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef123300 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf21561db nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5b93c38 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf67262d5 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8fea686 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa42e1b4 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06c36816 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ffeced8 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2134187a pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29aa23f2 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2ae2dfae pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b54ecbe pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c995b3d nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32f70e7a nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x35fdd0cc pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3752582f nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3dfe6fe3 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4370c0af nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x471de0a9 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4739b6e1 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4ccf932a pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4d6549d1 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5162185e nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5c812f24 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x603d6965 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6314363a nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7af25027 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x81e70fac pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8aef306d nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b5b75e9 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x928811cd nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa268a091 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa3149ea8 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa4b64740 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa7d6e8a9 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa7ece623 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xacdb643d nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaf43e68c pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb527241d _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbb35c530 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc069fdf1 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4512027 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc6b79e74 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd3eb570e nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1ada1ff pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe21ba01c nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe652ecbe pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5cf14b2 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7e18bef nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfb61995e nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x529e7f06 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xf14f3697 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a28a9e 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 0x5a6fad23 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e1c76d6 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x73b78a68 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x77476043 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x9254a85f o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb33faf11 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbafa5a4d o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +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/dlm/ocfs2_dlm 0x3d7b4afb dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x4dda18ad dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x51e884e9 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb64baef3 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd1d47277 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 0xfad23a19 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4c7d6007 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcd3ef806 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xfca7f45e ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x1e3674d6 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x758ddca0 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xa3f91855 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x92c2212d notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xe6e61fbd notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xfdfcb8cb raid6_call +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x2fcae750 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x42297821 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x5756a931 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xb88e6ea9 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xe3aa4525 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xf6d934f4 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x6e580632 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x9c80d07c mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xaaf83bff mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xb2c519da mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xd22a6c1e mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xd4fb73f1 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/stp 0x67199733 stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0xd3c7166c stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x6be3d09e p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xca4141b8 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 0x6d8445ca 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 0xcb7b6d96 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd16959af br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd3105dfa br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0dd07590 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x10b62e92 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x18d531fc dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2907f470 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x31b1aff7 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x32d6551e dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3c3e26c5 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x56d0590f inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5b93cd5d dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5dd9dbc3 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5e8ff9a9 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5fdc3f66 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6c6fe8d0 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7499e282 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x76d27920 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7ba9a7a9 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x83a3adc1 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8a15755e compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9960e824 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2888a2b dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa8e72a33 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa91aa081 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaf0eb5c3 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb8534b6e dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xba75d89d dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc40104ba dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc6468875 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc74bf447 compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd2a4bca7 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd36aaef1 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd6e5f880 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd825ad13 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe1285b6c dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe59594db dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe909ad7e dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfe3aa7d9 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x7c02b1c4 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd03feed0 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe2a399c1 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xfb96fdd0 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xfdf3b5b3 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xff7270ec dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x213b6d78 register_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd2f62adf unregister_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x05518ae2 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x65675788 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x313526d4 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4a847990 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xac6b006b ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd58dfa29 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf0deca02 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ipv4/gre 0x20fec380 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x5a6dafaf gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0x6a879c11 gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0xd4a5fff4 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xf3e65e2b gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x02e4c307 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7bbbebcf inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x808bda56 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8a826857 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd02417de inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd452bdb5 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0460ebc4 ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1dd0f411 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x70654821 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x716189a7 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x770cb365 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x78d88ad0 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7ca90329 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7f37aa72 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x86e8b51d ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9fe1ed55 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb5224df6 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xcf7128b6 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd6e48199 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x5765c2a0 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x9167bd7c ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x3d241a50 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x23b6e510 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0x0e2b9c25 nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4838445d tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x6c358098 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x98fb414a tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xd87702c8 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe1282440 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x518306fa ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x63efb970 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x78ca423a ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xe20155e3 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf007627b ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x8516c28f ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0xf6cc8e4c nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0xdb6b796f nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x63c1eaf7 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x03be53bf l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x16adbace l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1b4e3018 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x25c8aac3 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x29827f8e l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x325b6dfa l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3d966283 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4fd3ce92 l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6e45b1ff l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7d488c8b l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x925bde28 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x97efea4e l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9dba6387 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb3f8f0ab l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc52eb310 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfebc9471 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xbfd3b3c5 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x00927a74 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x03694cfe ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5338520c wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x58de077b ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6ed159e8 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ce49789 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x926e67bb ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb46d1a69 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb4d3427c ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc8a9c8a8 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd6cc02ed ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe42ac337 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe6ec6f29 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfb95c1fc ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x123e35e3 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1bb19dc2 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1fbb6eb0 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2a638325 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2eeb7b84 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x76d31eb6 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 0x955928b6 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x982b83e6 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9db62660 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 0xa2b7abce ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa4375751 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa5ee314c ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xab7a15c4 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb7cc2bd3 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc1b0c624 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x559c0763 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x95462596 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd5153373 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xfe284887 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x007d1896 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0688d0de nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x080d39fd nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x09413a65 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x098d394f nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0b47bcc2 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0dccdd56 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1425efeb nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1595697d nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x16a4dd2b nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ae9a3ad nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1cf0b7d3 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f516cca nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x24eb1b65 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d0280d8 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x331f3875 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x33d53142 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x341f2309 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3469c651 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3528ead7 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3a3b5b7f nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3af68e34 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d9e065e nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x400adb12 nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x406a1775 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x486e50d7 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f84ebf8 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f983113 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x537ccd63 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56059453 seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5c69cbd2 nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e5966c1 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f6d0ef0 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x642b865f nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65169603 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65d8204f nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67cf8a44 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x69c9edae nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x70b32a65 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x70fee0f8 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x71465d9c nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x725c75f7 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75cb80cd nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b606aa8 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x80ae97ac nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a66c4fc nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d715c99 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9d69c0ae nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9d71c166 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9e4e77f3 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9ec5b5cc nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa1f69bff nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa677478d nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa77c6ec1 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb52089a3 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0e54ee8 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc3faa8d6 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc663ba5f nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc8179fe3 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc8317796 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb8a2c75 nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd3c95f0a nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6a194e0 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd86134c1 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xde8e613c nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe5e2d611 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6c234f3 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe8122f99 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe9538549 nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe9af00c2 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeb52d835 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1f44126 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf91b9a20 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf9964edb nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfa652489 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfadced67 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff40b965 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x1b51435e nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xbf0f405d nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x96bc9b3e nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x39d36fc4 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8200c1bd set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x924e5d18 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x9bcd5280 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa2cebfaa set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb9c65bec nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc0b840d4 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xde83a95d nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe6942074 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xff672279 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x43f30915 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x82f295f1 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x85b40c17 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xc73cda0c nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xf42f0cf0 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x02a304f5 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xdc33da47 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x3c95f8fc ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x46641394 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5a34c5c1 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa2185668 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb02b4a2e ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc47cf679 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf3ed2c3f nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x1a5036ab nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x0a15c4d5 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0107c8d0 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0828a504 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3879a29b nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4b05bca4 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7380735a nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8c887850 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x99380b94 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa0009bae nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb4c2bfa4 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x46d391d7 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5f339439 synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7218333c synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x09825c14 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0b54d084 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fc2cb87 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1597f1ad nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3eba1281 nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4528a4df nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x76a35cb4 nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x90609cdc nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa99e893e nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaa2f0522 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb4775748 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd87c7c85 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf9eaa29c nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x23e8e8d7 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3a5c05b3 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3f3cf859 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x6ebe9124 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc6e9ad11 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xcf80da6f nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xfa335604 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x4cc5db21 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x9c02e017 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x50ca759b nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x2c9c3def nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x95288245 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xced26bcd nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xd9c47dab nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xf01617ba nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xf4618255 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x37145b22 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xf6f4e315 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0568c1c3 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x058bce45 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0ade930a xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x161d1417 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3dcdc675 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f82f1f7 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5ffcdc99 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x61fa4afa xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x62918b56 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x63196e1d xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x691a6d69 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6ac5c504 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6acce384 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6e68a68a xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x732f0747 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x942c0350 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbb560b9d xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc4b947e1 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcd71cba5 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcf76d220 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdca7f1a7 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0b4971b xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xebb2860b xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec24fd82 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x00204983 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x482b6a12 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x3eabdc5d nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x5bf77750 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xedd21b2a nci_spi_read +EXPORT_SYMBOL_GPL net/rds/rds 0x004f1a28 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x09c7b8e7 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x0d880e38 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x12a8ce8f rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x12c57509 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x27718f4c rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x38344d2b rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x4fccc88b rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x53277f43 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x55ce6161 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x65e2b30e rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x6ac3863a rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x7bc62829 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xac096ba9 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xbb0957b9 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xbf99c92d rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc516157a rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0xc7e7aa25 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xcb7ec2bc rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0xcc02e3c8 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xd96c6e67 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe114cde4 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xeb5373a6 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xf4500e45 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xc273827a rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xe3289140 rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x08f8fcde gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x86ee0646 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xdb1090b2 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x002451b7 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01c0da16 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01da5c5f rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02608760 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +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 0x06d04fb0 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07506f2b rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07d7986b svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x080730ba xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08ba7219 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08ef2cef svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a7269bf csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0cb59f75 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f57c7f8 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1211cf72 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13b2acaf svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1425e37d rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14498159 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x147594cf put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x168ed5e0 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19ab39f4 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b175cd4 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d354755 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1df77403 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f9eba12 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x202f9047 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x206374ff rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x213e8f61 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26e46809 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2dacd204 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2db48e66 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2dd864a1 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ecdb57c cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f077443 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f5aada9 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fba8af5 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30104ec7 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30976bdc rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x328c9cea rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34e7333f svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35d18a33 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38435e4f xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387603d3 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a40aa70 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a77f416 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3afaf1c7 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b8af8ac xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d3a1eb0 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d70bbde svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f713b84 rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40c434a8 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x449c1299 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46111662 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47283349 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48a835a9 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x490442c3 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x499ae773 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d2ed516 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f6f3ee8 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x506ae5f1 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x508370a8 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53aa9fef xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x540a8ed0 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5462155c svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x570880b0 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59ec6936 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c7e4848 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ec221fa svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x601a3535 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62ca2a20 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x635d823c svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x637490d9 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6442072e rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65733275 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x659791fb xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65da6abc rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65ff7ab4 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6710e5ce xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67f0b171 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x692b2bde xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69f30289 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d6dd47b auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ef5fb8d xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f658cd4 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7027eb97 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71474443 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74c4b1ae rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7708ced9 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78a8e767 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b0cc665 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bd93548 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bfef7b9 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ca59a60 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7cb1288f rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ea47952 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f9ed69c xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80529995 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8100a025 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8116611b write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x811d5191 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x848d8b4b rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84e3edcb svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8749ac97 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x878b736e xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x882c0887 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88d0a9c7 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x891f1731 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8983d124 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x905d9495 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90fbe5c3 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91402c63 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x918953e6 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92504018 xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92a7648f rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92d488af sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95063058 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95f6ea0b rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99e7633d rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9da541ff rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9eafbbe3 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f5b1db3 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1cdf060 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2f3e45f rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa33f61f8 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa360e177 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa44c7ec3 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4a6ac42 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa66b5cc8 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8396b9d xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9c81b90 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaade18a9 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafe16858 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb02a31a0 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb07b012b rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3c6fe96 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb66d6241 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb99ed391 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbaf2cafd rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd6261d4 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf74eadb xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfac1e9f xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc240e4ae xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc35f4ab3 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3e5dadb rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc86c9016 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb1418ac rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc01431c rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xceeafb78 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd132bd82 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd26d8155 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd29b3980 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3d043a5 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd682e3a0 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6e490ab xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd845059f rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8d686bf sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9972aab rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9dfb540 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcbe8702 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xddcd1ba0 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf8706c8 rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe013e4d0 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe029bf11 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe11dbf28 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe43efe1a rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe57694f5 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5bfcb8f xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7a3e0a7 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9105364 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe96643c1 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9ae74ef xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea5511b9 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed044157 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed147dfb rpc_max_payload +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 0xeec9a9cb rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefbc4313 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefd2754d rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf148eebf xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3362bc4 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf49b1ca3 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf49b6ced svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf67e154e rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf75714e1 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf95574ef rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf98ea12c svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa230fa6 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa711145 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfddf2b06 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe2cfc2a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x184f71c6 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2bb0ff4b vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2eab3e9e __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4508177c __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x48927800 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5000d682 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x551220d4 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59d943c8 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x692ca00f vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x78cd6dea vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8491e352 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x970b77bc vsock_pending_work +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbc005cbe vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdec9ca44 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfe622e2f vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/wimax/wimax 0x02e12095 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0x262732aa wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2bae1e0e wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2e601f24 wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x36436367 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x38d846c8 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0x40fe0824 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x47b6d48b wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x8429e9d3 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x85ce64bb wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xb50a98b0 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xd0813a01 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf0dd59ee wimax_dev_rm +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x12898cdf cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x18583160 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x208a5979 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2128ba2b cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x311f58dd cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3c5cff60 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6ac1d4e3 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7365c9f1 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7c49f667 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8f96f285 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbe2675d5 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcb4e333a cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd0517149 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x6ef54bb2 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xb87bc796 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xce8f0f6b ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf495560e ipcomp_destroy +EXPORT_SYMBOL_GPL sound/core/snd 0x1ac34cbd snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x7f933c8b snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0xb7ec0870 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xba098dc4 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xff9c7a0f snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x3f4438bd snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x9a638e59 snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xb5b1d8d2 snd_compress_deregister +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 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 0xb75d11c0 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd09ce082 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x110b5ca9 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x186c1fbf snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x1be4fa47 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2a815feb snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7f5a6a83 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9f087bbf snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa02b3570 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb47b3c20 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xebcfeaf9 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xecc33dad snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xf80fb5ab snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x42c4deda snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x586293fc snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x669d163c snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x70d49ba8 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc22d14dc snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xe4d425bc snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00560960 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00994fb9 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x05f1730d snd_hda_get_default_vref +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 0x0b35d04e snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b864c13 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0c2af8c6 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d505b7b snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0de4d40e snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0fc20077 snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1a9edc8c snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b890146 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d14f138 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1eed7005 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21c69b55 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22bb026f snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25d4b4ce snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28da7ac7 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b78184c snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d795f94 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ef11cca snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x309bf12a snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x31e1f6af snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3816f4df snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x382f993c snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38a6513a snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38da185a snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x39e53b52 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ee56636 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41e032da snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43c844c6 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x46d3cdb8 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49064987 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5035c150 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x51413b70 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x526303c6 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52e9dff4 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54fbd87c snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5569af4b snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5637a9a9 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56988225 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5af11328 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5bc1ae5b snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d0c31f7 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d4c2051 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e954b95 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f4d18e3 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x621a7c5a snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x635435e2 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x669e18f0 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ba59fef snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ca7781c snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d581671 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f289038 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x703f66c8 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7362fb0c snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x743fd231 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x749ae5dc snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7853c87c snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x787a3617 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79053686 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79dc90b3 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7aa723c0 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c4523da snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x844df1c4 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86438e4d snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8701d9b8 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8723d071 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x88c49419 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b3c21b0 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b7a5d9a snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8cab39d3 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f9492e6 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9415f6a0 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x985da871 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9861dedc hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98d79b1a snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x99b84d10 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9b0c758a snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9de0cba2 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9fa45866 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa05dbeef snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa15bf91f snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa212676c snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa53cd937 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa833ea80 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8d97dda snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9b94291 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xab49ef5e snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaedcf6bb snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb03f3509 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb393a202 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3df7e06 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbeaa8c7a snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf4e9606 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2055bd7 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3e9360c snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc48670da snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc54ee235 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcac1e045 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcbafcf16 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc5525c1 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xccc82a7e snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf2b40f2 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1c330f3 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd3583b6f snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd3850bb2 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd88622c0 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd8a7e57d snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd8c2d19b snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde18b49f snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe3eefdfe snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe786f9a7 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe8801455 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeab59ae5 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb94c0dc snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda15225 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xedaa5f9d snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee0de397 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee3e5365 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeee3907f snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf0105545 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1df3a17 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2953ff0 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf3326df3 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf38e3828 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf631b35f snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7a00977 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf84fdea8 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf881cac4 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfab5251b snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb99025f snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfecc4749 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x13c669fa snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x14068766 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x161d246b snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1d8dd043 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2db579ef snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3abe2f4b snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x43e97cb6 snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5d1a3122 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6e026dd1 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x97c07fb5 snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9aaf1614 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa2f3541f snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa41127d2 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb871982f snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc28605e7 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc810e61d snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcf1fa0a8 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcf2b3bce snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdad6fdfb snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xeafd199f snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0x00f620bf snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x1177e0d3 azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x19df488c azx_init_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x3a7bb1f0 azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x672248b8 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x7ee7461c azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x830a46e8 azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x91033e67 azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xa14de7a9 azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xa881cb06 azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xd11993c5 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xf65b4c9b azx_stop_chip +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x29312ac4 atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xc2508516 atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xdf729d64 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x592b3dc9 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xa9098f1a cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xaa615d81 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x17315e9e pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x299ef0c9 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xca2ec8f1 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xf9433e27 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xd8e6ea12 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x191cfb53 tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x5be2d664 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xd859f4b9 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xc40a9a70 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/snd-soc-core 0x007af8ce snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04d1f130 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09215e1e snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b19fe9d snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e7f8b47 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x112082b7 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x11ded454 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x13c1a4a7 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x144a1a72 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14ab8718 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14c1c16d snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18213ce4 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19d3e7a2 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e6d777c snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21027234 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21bd278c snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x220cb9a3 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x224fcb8f snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x225ee02d snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x253119aa snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x257d25af snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x25ca09b8 snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28ae4c33 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29a56e7a snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c71effb snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d5ec5ba snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2dddb3ec snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e82d767 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3191ebe1 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x35fdb7be snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ac7e73e snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c13b9af dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45307955 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x475de681 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f0714c5 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f869699 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fda727c snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x508f186c snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54b445a7 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x573becb1 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5848889d snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58b3c8f3 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58bebae5 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x595be402 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5af562c8 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b8e95ab snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e3531ba snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5eae6b66 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f6bf7a5 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61e5ea86 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x620c03c3 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62d08709 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x630eabfb snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66de742c snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x678fc1fb snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6beed057 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e2fe7c1 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e603bef snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f8db893 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f9fe5a5 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x703a844d snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7155d9a0 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72e25df8 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x73ceac85 snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78d99860 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78def930 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b1040cb snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c5527d7 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7cdc8938 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d26c236 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e35fd33 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x800bc6e2 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8040422b snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80e0a28c snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83a2bc76 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x84c03820 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87a11fee snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88569c32 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88cfa61a snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88f98566 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c16adba snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ee186e9 snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8eed5f53 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f0de129 snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x90484080 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x913ab307 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92d6f52d snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x96e88c7c snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4b79081 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa816ee74 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa3a2f77 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaac23796 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab19e90f snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xacd63673 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaef3163d snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xafeeaa3e snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0bfdb5f snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb3f87345 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5d82752 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5f2fb6d snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb76fed63 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb833c793 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb440318 snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbbf2de9a dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbce85ea9 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1a4b605 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc282efc1 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3a37071 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc516a728 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6df3125 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc708d7e8 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc70ad2b9 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc806c1e4 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8b567aa snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbd0d166 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd67e908 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd588b04c snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5ed2d78 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd8081c9a snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdaa0a9e5 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdaba84a5 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb02dbe3 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdcab4f05 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe47fe0ce snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5b0d597 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6af7e57 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea161df4 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeadf43d7 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeeb14e90 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf090ec03 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf18d6a6a snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4159256 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5c01f98 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf79375e5 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9a1ff9f dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9db7f5a snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfaf1b922 snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb163d4b snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb868919 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbf963c3 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff025d60 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff11ecf2 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff4586b9 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL vmlinux 0x000a0b9a pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x001dabae rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x003b1b57 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x005f6e2e led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x006a4671 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x006bc072 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x007008f3 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x0070ef14 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x00731add dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x007c7481 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x009d83c6 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00d0fd0f device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x00ee2733 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x00fd974d tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x01276729 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x016512c7 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x01a07836 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x01b7ef7d pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x01d15faa regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e8727e relay_open +EXPORT_SYMBOL_GPL vmlinux 0x02075435 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x020be593 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x020bf90d sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x021ebfda btree_update +EXPORT_SYMBOL_GPL vmlinux 0x023ac121 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x0243698b ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x026bfd2e regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x0276737a dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x028ca835 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x02914400 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x029d28c5 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x02aab8da wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x02c3172c skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x02d3db4e get_device +EXPORT_SYMBOL_GPL vmlinux 0x02eb2814 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x0334ec6f jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03476537 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x035b1cb6 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x036503c5 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x0375a8cd ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x03936498 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x03a0eb48 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0x03bc5ee7 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03ecfad2 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x03fb2f56 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x03fe7292 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x043f4b66 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0455e4e4 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x0457d447 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04691ffe irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x047249bd scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x047a29f2 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04ac01a9 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x04ad11c0 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x04b5549c __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x04bf564e crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04e6ffe3 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x04f48905 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x050e363f pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x0527234e inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x053494cb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x054bd6f6 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05527e98 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x05646857 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL vmlinux 0x05805373 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x05b30e2b dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x05d59bc1 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x05fc2a7d led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x0611b0ba serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x061dee59 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06971fc3 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x069d8145 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x072c2a77 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x072edd79 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x075447e0 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07eca942 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x07f26308 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x07f300c3 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x07fe92ca put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x08294eea get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x083d1b5a ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x08426d5a kvm_vcpu_cache +EXPORT_SYMBOL_GPL vmlinux 0x088bfa7e cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x08903849 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x08a55baa ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x08ab6a05 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08cda3e2 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x09028f85 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x091c824a machine_power_off +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09232ed5 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x09376b10 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x093a5b53 kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09450548 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x09999386 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x09b1d6ee sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x09b986fa da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x09c1f11a ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x09c3ef53 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x09d54177 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x09d66661 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x09eaf5df ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x09f73271 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x0a0b93c0 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x0a51ae5b virq_to_hw +EXPORT_SYMBOL_GPL vmlinux 0x0a73ad22 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0a904bbc tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0ab1bf1c gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x0ab31eb5 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x0abb3f67 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x0af040a5 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x0af61505 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x0b005ea3 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b226ce3 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x0b2e636a arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x0b30309e __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x0b4d7083 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x0b60a209 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x0b959d3c add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bc4b142 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x0bd33086 use_mm +EXPORT_SYMBOL_GPL vmlinux 0x0bd61951 of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x0bdf3523 kvmppc_pr_ops +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c177e2b gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x0c230cde skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c2d8711 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x0c3ade5a led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x0c72cecf inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x0c8ba9a1 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x0ca94298 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0cb4b831 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x0cb4d3c8 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x0cbd824b of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0cd3a39b syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x0ce22300 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x0cfab835 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x0d02ebe3 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d096ba0 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x0d29c8d2 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x0d2f10b4 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x0d706d2e rh_set_owner +EXPORT_SYMBOL_GPL vmlinux 0x0d7bf2c4 device_reset +EXPORT_SYMBOL_GPL vmlinux 0x0d8d96f6 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0d912604 regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x0d9faa9d __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de06988 cpu_first_thread_of_core +EXPORT_SYMBOL_GPL vmlinux 0x0de8351b cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x0e0275dc da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x0e10a6fa dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x0e2c2809 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x0e412efa alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x0e47ee9c ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x0e515356 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x0e63ebf8 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x0e6e17db vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x0ea25eb8 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x0ecf823a static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0edf9174 device_add +EXPORT_SYMBOL_GPL vmlinux 0x0ee56d0a ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x0f0c0fe4 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x0f1b23f6 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x0f38a5c7 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0f5085f4 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x0f7497bc wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f7f4a40 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x0fa1bece clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x0fc82771 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1019e791 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x109d1b60 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x10a540f5 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x10be6b41 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f25693 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x10fa2bf4 kvmppc_handle_store +EXPORT_SYMBOL_GPL vmlinux 0x10fa59fc list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1114011d threads_shift +EXPORT_SYMBOL_GPL vmlinux 0x1140fafd __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x118a2a7f verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x119993a3 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x11ce8154 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x11ceee2b thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x11e67fae regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x11f3cd10 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x1213308c usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x1223e6e8 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x1228feb7 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1281e7e7 clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x129c1b10 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x12b0745c ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x12d7d4dd __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132101fd rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x132c8360 kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0x133c574a blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x134be48e sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0x1351342b regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1369724b transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x136a4ee6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x137ba186 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x1393dcbf rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13e5ea13 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x13e62cd1 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x13f6a4c4 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x141231d9 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1414b0cc ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x14313c32 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x1433cbc4 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x143d63fb of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0x14516de3 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x147e4447 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x14ac37ad rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x14ae715a tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x14b1c62b shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x14b6e7b1 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x14bdf0bf uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x14c323c2 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x14da84da adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x14e18242 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x14eae011 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x14ef26d9 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x1504bd6e clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x1519014c tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x1530b556 ref_module +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x15ac26c8 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x15bfa7aa usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x15c21e5e nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x15c56847 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x15cd2a0f set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x15d64ff4 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x15da0e5f ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x16225053 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x16455003 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x1652e68c regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x1661ac55 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x16f311c3 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0x170dd624 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x174f21a9 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x176172b1 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x179833d9 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x17a403e8 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x17ade362 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x17afa21f sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x17c2b010 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x17d421ee crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x17db3faf __put_net +EXPORT_SYMBOL_GPL vmlinux 0x17ef319e dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x183f675f netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x1848d7d7 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x186ba204 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x1874b814 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x187af82c ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x18c1365b rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x18e85f67 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x18ed4310 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x18f93a0b of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x190260f1 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x190d2c6f regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x195d9fc0 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x19934671 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b31344 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19c464ba reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x19cbe28c blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x19fe4bb7 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a1cfdc5 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0x1a26cd7b crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x1a29ef6e unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a526425 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x1a66be3c ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x1a729a0f system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0x1a8c5907 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ae6493b dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x1b0dac0f firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x1b1202a2 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x1b5b1a08 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1b68e709 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1b9f1889 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x1bc7e602 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1bcfbfa0 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x1bfc9004 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x1c440f22 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5adee9 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c64b962 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c851664 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c9cf06f devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x1c9f154a da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1cbce76e lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x1cdb2147 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x1cf80488 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x1d178ccd da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x1d2f80a7 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x1d4f2679 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d5f617e kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL vmlinux 0x1d6a7d34 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x1d6b64de kvm_vcpu_block +EXPORT_SYMBOL_GPL vmlinux 0x1d778f80 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1db652e9 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x1ddb5350 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x1de1bcbd debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x1dfbcf4c mpic_msgr_disable +EXPORT_SYMBOL_GPL vmlinux 0x1dfe3671 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x1e019c80 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x1e027c50 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1e165c12 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x1e2e15f6 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x1e3a6478 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e9dcad0 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x1ea63e88 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed09b80 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x1f1bd6dc __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x1f3be05d mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8cd30f sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f917be5 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fd7be73 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x1fe9e220 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x1ffd445f xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x20743da2 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x207a8d02 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x209bc4d0 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x20a5ed06 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c89014 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x20cedbea pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x20dd93fa sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL vmlinux 0x20e1f25b pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x210e4b28 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x21102007 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x2115a044 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x211f69a5 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x212d41a8 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x2132ad34 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x214f175b register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2152398d wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x21631531 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x216328e3 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x2183110d key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x218e5d85 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x21b7d653 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x21da7a23 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x21e8763a kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x21fc1438 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x2221983f pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x222922e4 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x222a7ce5 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x224decf3 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x228eaa59 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22afca69 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x22ba4e5c pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x22ca3d06 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x22fe610e dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x232251d8 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x2329f4ac sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x233923af blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x233e7add crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x234e4a92 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x239f3de1 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23aa32d4 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x23d6de09 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x23f5c439 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x24011e14 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x243c50a7 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x245cc64a sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x248edf2b kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24d132ed tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x24d4448b __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x24eae54d devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x25a1b819 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x25ccdae1 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x25ccf380 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x2604ea21 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x26497fb4 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x266f9baa kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x2677ef2d sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x26902a7c regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x26a39852 flush_fp_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c5a5cc pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26e0dc97 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x272839d1 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x2744695e usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x27529784 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x2777d3ae regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2782abe8 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x27c0c4be eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27cbcf93 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x27e5040d of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x27e9e906 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fbbb75 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x28023349 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x280b965b subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x28250dcb blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x282750ce crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x2852bb1e sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x28591bc7 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x285a5f9d percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x2863412f rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x287e54eb sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x28924bac scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28b2dbf6 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x28c028fa __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x28fe61fd devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0x293e30c8 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x293e3e8a of_css +EXPORT_SYMBOL_GPL vmlinux 0x2949ebf8 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x295c1279 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x296d85f3 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x29829add devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2984590b ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x29a16c8d spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x29e3c30c tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x29fd9f50 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x2a00abaf dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x2a3a256f tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x2a432f60 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x2a4365fd regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x2a5e4479 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x2a5e7636 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x2a8bb2e7 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x2ac23a9d regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2ac891a6 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ae35754 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x2aea523c udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2b122c12 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x2b1c5327 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x2b25897f regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x2b36892f ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x2b390fc7 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x2b499986 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2b5aea46 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x2b5c303b smp_send_reschedule +EXPORT_SYMBOL_GPL vmlinux 0x2baa4935 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x2baafc4a of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0x2bed3867 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x2bf363bb ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x2c1012cf bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x2c1095c8 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c334fc7 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x2c3da439 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c930e6f usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2cf59926 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d36c57b rh_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d3ee64d PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x2d3f9130 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d4706ee rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2dc4376e sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x2dc5a6d1 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2dc842a0 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x2df68b37 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x2e021477 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2e11e748 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x2e1cf4c3 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e3210b5 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e834ae0 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec493ff alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f3dfa9e perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f4aa386 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2f7055c9 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x2f83e8ee sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x2f8cb73a crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x2fa4f22c scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x2fa8b3b4 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x2fb665ed kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x2fd26856 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x2fdf1631 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x2fe05b75 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x2ff37849 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x2ff3d444 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0x2ffb5ff7 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x303c247c pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x309f499a ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x30be2814 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30d88ef7 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x311e55b9 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x3121ff04 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31668b0e dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x31a03ba1 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x31a16ae4 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x31bbd053 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31c86078 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x31cbedcc unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x31cd60d0 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x31ed98ee regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x31f71e80 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x320e5cee ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x321bda4d anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x32220723 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x322e8c5c ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x32601cfd crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x32664bc3 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x32690707 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32ae49fb cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32bded08 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32cafc8b srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x32da0a66 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x32fdb687 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x3310bf11 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x3343ab65 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x335986f8 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x3365d055 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x337786fa usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x337963bf unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x33884676 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x33a5a732 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x33f32e8a ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x34497d7b rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x3465fce6 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x346cb57c wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x3487527f ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x34a9f952 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x351254c4 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x351a6a32 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x351b5824 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a85e21 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x35e4a22b __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x35eeaa88 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x3608232c sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x36226c62 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x363d418b device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x366b3879 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x366fa81b crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x368a6b7c blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x368f1fea static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a64e5c percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36d82f3d __clk_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x36ddf7e5 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x36e547fc pcibios_map_io_space +EXPORT_SYMBOL_GPL vmlinux 0x36e9a7ed class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x36f1193f sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0x36f1c94f crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x36f63718 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x370ba90d kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x37153bde of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x371cd0fe dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x3724f5ab sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x37624a6c dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x377490d7 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x378522a7 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0x37d0fdb2 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x37d15a02 devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x37d2c2c5 rh_dump_blk +EXPORT_SYMBOL_GPL vmlinux 0x37f16ef5 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x3834ca5c arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x38455eab regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3848afa9 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x384e5526 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x38705d4d bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38ac3656 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x39214f32 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x39337f28 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x3935a74c regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x3980b621 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x39861846 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x39ab885a key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x39ae7431 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x39f579b6 __module_address +EXPORT_SYMBOL_GPL vmlinux 0x3a1ab227 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a2f8d45 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x3a3a27d7 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a67e1bd crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x3a73513a kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x3a823d23 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x3a9017b4 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3aab2f02 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3acec779 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x3ad0e201 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3ada1ae6 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x3af0e72e security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x3b45394e gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x3b56192f devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x3b7f3de2 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x3b81f2d4 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x3b87e948 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x3b9ffe9e __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3c3f9024 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x3c408d6a mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x3c45e1a0 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x3c59d754 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3c98da81 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x3cce59a1 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1562d virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x3d27185d sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x3d351dea irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x3d4500a0 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x3d934bc3 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x3db0353a fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dca6016 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3deb99d2 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x3e2aaabd usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x3e2d2421 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x3e43f7c2 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x3e5650dd tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3eae0f13 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3eb0fd9c srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x3ef8bf5d gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x3f47a9c7 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x3f50650f kick_process +EXPORT_SYMBOL_GPL vmlinux 0x3f53b34c user_update +EXPORT_SYMBOL_GPL vmlinux 0x3f5a1688 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x3fb14423 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3fc61c5a swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x3fc72d3d __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3fd5003c fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x3fe78757 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x3fef7431 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x3ffe6152 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x401d639a crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x403c7276 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x4059a3ef __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x405dd85b spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x405fbc96 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x4066c976 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x406819b1 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x40991270 crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40cad8e8 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40d6aa3c dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x40e574c1 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f8a437 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x410b140f of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x4157ac6a __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x415eb698 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41948c6f extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0x41962a10 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x41a6a59a cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x41c0429c tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x41cce941 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x42043ddb gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4288fec7 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x42a39198 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x42a67c6b phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x42a88d2e ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x42ac70d6 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x42b5cdad rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0x42c724aa fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x42cf6e48 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x42fc73a1 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x42fe9da2 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x4313e64a pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x4347a93e ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x43534d0d dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x436d8fa2 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x43969dbe rh_alloc_fixed +EXPORT_SYMBOL_GPL vmlinux 0x43980e5c ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x43a0cc70 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43b466b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x43f07d7e fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x43f238a8 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x43f569ab ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x44010bcf debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4412f9c0 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x441875de ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x441b17e6 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x4430c211 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x446bd6b2 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x447cbbca debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4486ee73 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x449cd3a8 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x44a98b88 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x44b0ebf4 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0x44bd9170 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x44c20aa4 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x44db3c1b tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x44fbb332 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x450fb522 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x4515ffe5 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x4518d1b8 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x45234a09 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x45322f74 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x45342d66 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x454730c9 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x457427dc bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x457febc5 need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x45873512 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x45935df4 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x45943a68 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x459fba12 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45dd774c inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x461006b8 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x463d24ea ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x46483ef2 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x46486d43 of_scan_bus +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x467e90a8 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x4688c96a usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46ba8a44 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x46e9e588 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x4700aa16 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x4711f725 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x4718ec37 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4726404e debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x475a1313 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47712290 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x47717297 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x4785697c irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x47881018 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x4797f923 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47c8bd7b rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x47d1736b rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x47ea0e04 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x47ef43bc sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x47f6295f ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x485b0326 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x485b9852 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x485eb17a blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x4869813b of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x48c921c8 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x48e04fa6 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x491453ab ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x49164137 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x4920f7c9 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x49216850 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x492c0b82 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x492c3991 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x495535f9 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x4966a33c elv_register +EXPORT_SYMBOL_GPL vmlinux 0x4979441b sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x49894f27 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49a88d71 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x49b511e8 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x49d7a12c disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a41c161 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x4a45d19b md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x4a90160e bprintf +EXPORT_SYMBOL_GPL vmlinux 0x4aa92bb2 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4abe1a16 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x4acab487 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4ad17e81 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x4af2c251 clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x4afb7bb2 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x4b062001 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x4b14f503 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x4b1d890e __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x4b4628fc ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x4b4cadef invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x4b57b3ab xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x4b98827c rh_init +EXPORT_SYMBOL_GPL vmlinux 0x4b9bde29 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x4bb46f05 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x4bb585b9 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x4bbdbc0c __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x4bc991d2 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x4bcc429b clk_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x4bda3ded fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x4c036727 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c39acf6 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x4c45fe8d pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x4c5f0dc0 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4ca641ea regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4cf660b8 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x4d292e61 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x4d5a2c73 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x4d687806 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x4d7aa959 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x4d7f8a9f mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x4d843446 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x4d922788 vtime_account_system +EXPORT_SYMBOL_GPL vmlinux 0x4da75a58 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de940e4 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x4dfa6649 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4e01539b sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x4e0f4799 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e142d7f tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x4e1ed27d ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x4e228930 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e255100 kvm_clear_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x4e4a9f5b ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x4e4ada3c class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x4e4f921e phy_init +EXPORT_SYMBOL_GPL vmlinux 0x4e61d9d7 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x4e7049a0 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x4e9c5576 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x4eadc959 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x4eb0f075 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x4eb9516b rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x4eced73c devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x4edf4769 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f0f37c4 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x4f18af4a ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x4f2d5df2 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x4f469271 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f906294 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4f95ddc9 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x4f9e60cb tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x4fb8f188 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fd98d72 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fe95bf0 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0x5041ee41 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x507b1e6d power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x509b3473 kvmppc_kvm_pv +EXPORT_SYMBOL_GPL vmlinux 0x50b888e1 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x50c03b93 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50eca038 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x512994dd cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5143136e tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x515af4b9 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x51846493 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x5195ddd3 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x51aea392 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x51b65a26 rtc_lock +EXPORT_SYMBOL_GPL vmlinux 0x51bfbf26 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x51d44c4c dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x51fe39b0 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x5205e64d disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x520e12da usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52142110 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x521b2442 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x521be484 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x522890d8 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x522f538b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x5265fbd3 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x529a76aa syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x529e0a7e pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x52b9be40 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x52c0d6b8 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x52f0b466 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x530f56af irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x531bbead ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5335dd11 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5344a031 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x5387c219 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x53a1fe43 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x53c3707b usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x53cfa774 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x53fa4e9a of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x54077c5b ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x5420fbfd ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x542e9451 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x54343e22 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5464ad08 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x546c5565 ppc_tb_freq +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x548a1c34 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x54946970 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54ab6652 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x54b1f083 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x54f8685b srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x555a5ddd ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x5567ad06 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x558def5f devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x55a0cd36 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x55db9918 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5633b752 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x5644a2a0 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x564e2cdd dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x567a094e regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56ac7d6b vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x56ba782f part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x56c4f49c of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56d8cdbf usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x572d9df0 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x575adf7d eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x575c5f94 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57e5c156 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x57fd07ba component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0x58057df5 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x583b1847 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x5858a61f pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x585a0c05 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x5892f832 release_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x589353db vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58f001f8 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x58fa6d02 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x5901b5ec devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x590fd021 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5949e83a regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x594ce2ee pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x5952b272 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x59754e72 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x597d0e17 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x5984f590 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x598ea791 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59c62350 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x59dd9fbc __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5a04b0bf dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5a1c0b0b tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x5a2d62a9 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5a48ec3e cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x5a61cd6b regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x5a62602d clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x5a76c8bd subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x5a7981b4 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a7f556c __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x5ab25e78 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x5ac2fc3a fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x5ad9f66d rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x5ae4d4eb transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x5b0b6937 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x5b108025 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x5b1350d2 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x5b7547b7 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x5b8ce290 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x5b96ed21 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x5ba07f05 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x5c3c11d4 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x5c597d83 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x5c5cd230 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cbf8437 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x5cc214ea devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5ccdc159 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x5cd0fa33 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x5ce110fc phy_put +EXPORT_SYMBOL_GPL vmlinux 0x5cf8a882 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d1cd8ee crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x5d3eb5d3 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x5d77952d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x5d785e22 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x5d8df5d2 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x5d950fb1 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x5db1c1d3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x5dba6142 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5dbc27ec arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x5dc003bb spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x5dc0ee8f __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x5dd3cd1c pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x5dd8a8ec gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x5e22008e usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x5e48fcd1 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e625aae page_endio +EXPORT_SYMBOL_GPL vmlinux 0x5ec748e9 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5ee7542e reserve_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ef71ed2 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f3506a9 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f79a98b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5f912af8 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x5f9758a4 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x5fb9550f arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0x5fbab9f4 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x5fd34dd1 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x5fde8493 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x5fe5035e __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x6024068f uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x60256b3c led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x60467b06 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x6051d669 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60aa43cb of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x60bfa659 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x61155b87 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x611de8c2 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x61359d35 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x6139a409 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x61616951 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x616b994f isa_bridge_pcidev +EXPORT_SYMBOL_GPL vmlinux 0x616baff9 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6180469a fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x6183ff15 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x618f91aa regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x61a41a77 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x61a90c54 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x61cbe491 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x61f63091 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x6216be05 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6216e21e crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622e0735 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x625f605e ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x627afc60 kvmppc_emulate_mmio +EXPORT_SYMBOL_GPL vmlinux 0x62f7559a pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x630ec9d2 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x63a2587e ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x63eb8fab disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x63ece9a6 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x63fb3eab pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6428da4f rh_attach_region +EXPORT_SYMBOL_GPL vmlinux 0x646059c6 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x646cee0e inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x647d2640 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x64b2cd36 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x6504a293 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x65234ea9 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x654df2b5 clk_register_fixed_rate_with_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x658ea09c kvmppc_handle_load +EXPORT_SYMBOL_GPL vmlinux 0x65a155aa pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65e0b2ac __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x65e8a7aa pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x65ebd2c3 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x65f22ff9 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x663eacf8 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x666c2976 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x6681609b of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x66afb53b unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x66c8bacf pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x66ca105d devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e3f238 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x66f92846 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x6702d498 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x6720f3b1 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x674487db usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x674c502c regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6756065e net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x6784d31a dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a8319e debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x67af261f perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x67b3efa4 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x67cb33ee ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x683c1cd5 of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x68599860 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x687a1d7c usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x6894ea59 cpu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x689d5988 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x68a3c92b cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x68a9c0a3 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x68b56126 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x68c3b073 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x68c73b98 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x6926dd62 __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6934134c virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x695e88c0 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x6970f36a rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697cbbb4 threads_per_core +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x69c5c3c1 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x6a026c99 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x6a18ccbd driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x6a324ecc watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a648c6d balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6ab5ce99 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0x6acb8d84 ppc64_caches +EXPORT_SYMBOL_GPL vmlinux 0x6acf48e6 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x6ada8602 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b48a910 switch_booke_debug_regs +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b88a807 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x6b93bf60 inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x6b9998bb gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x6ba0a8be __clk_register +EXPORT_SYMBOL_GPL vmlinux 0x6bbb53f0 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x6bd080c5 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x6bf0470a find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x6c032b64 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c3c7339 input_class +EXPORT_SYMBOL_GPL vmlinux 0x6c3f36be sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x6c43f1ae arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c5d228e devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x6c60b733 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x6c63e24b spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x6c8fbcc5 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cae6f11 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6d062be6 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x6d2785b5 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x6d2d4027 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d5867eb input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x6d7da933 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x6da5582d raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x6dae36e0 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x6dd8a644 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x6de273c3 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x6df8f4cd pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e0a1f08 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x6e1ce9e4 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x6e379526 kernstart_addr +EXPORT_SYMBOL_GPL vmlinux 0x6e6b47e9 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x6e7ac267 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x6e80bf31 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8fcf2e inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x6ebffade fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x6ed8a657 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x6f010b6a ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f255967 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x6f2d9d8b inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x6f334842 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x6f63c87f crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x6f6c1895 __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0x6fa96b80 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x6fb4ac08 __clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x6fb63af1 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffda4c7 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x7011f989 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x70194caa usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x702e93e4 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x702f9164 find_module +EXPORT_SYMBOL_GPL vmlinux 0x704442aa wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x7044556c blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x70704068 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x70792fa1 blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x707aecc5 pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x7082815e extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0x70889ebf __class_register +EXPORT_SYMBOL_GPL vmlinux 0x708bb83c thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70cfd534 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7153cf46 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x71604267 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x71621fe0 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71a30724 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x71ba8c48 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x71d5cbf8 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x72041f95 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x720b8720 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x72721efe regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7279a9c0 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x72854e33 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x728f2bee devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x72b61521 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x72ddf567 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x72fcb7c5 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x732d16df fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x732f67a5 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x73510609 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x739384c4 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x7398fc79 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73fed4d2 early_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x7423889d bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x742a5cb2 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x74756a4a pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x747d16c9 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x74822ab9 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752e9d6f adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x755b7514 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x757b49d2 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x7580c0f8 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x75956b1d regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x75a1545f crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x75af84ef __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x75bc791a led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x75c1c5c3 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x75cd0435 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x75d4fc69 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x75f2a044 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x75fa997b of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x75fbcf78 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x761d3263 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x76453a94 thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0x7655b167 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x7662973e security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x769c7b31 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x769eaf4b pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x76cc16f2 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76e517e3 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x76e8a895 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x76e8ad80 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x76f36e72 devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7700d0ad irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7719f8a1 __clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x773987e3 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x776d1e95 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x777e6710 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x7796c1df pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x77a3e3e4 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x77c31c00 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x77dfc3fc ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x77e36276 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x77f666de tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x77f778b9 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x7803a963 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x780e0c15 devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x781dcb08 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x78368c02 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x78699e3c cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x786ba19b fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x787346d2 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x7875addc wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7884bb4b ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x788d2aca gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x789908be bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x78c2ff4f __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x78d183f8 devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x78e4b003 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x78e57112 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x78f934ab bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x7914c240 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x793ecd1e virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x7941aae7 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x7949b1a6 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x798f9de7 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x799c0fe0 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x79a80a6f max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x79a8d6f8 wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x79b17736 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x79c480da rh_dump +EXPORT_SYMBOL_GPL vmlinux 0x79d28c6c stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x79dc7c44 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x79e3f06a blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x79ffdc0e seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x7a01df24 kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x7a0f0e17 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a32f416 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x7a34d986 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x7a7441c2 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7a88167d clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7a96ec20 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0x7aa1559d usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x7adf728b nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x7ae80983 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x7afb6e87 of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0x7b0721fb call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x7b0935c0 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x7b0e090a uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b0f2127 find_linux_pte_or_hugepte +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b1e1f88 of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0x7b292d19 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x7b481dd3 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x7b8d85ae usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x7bbf020d fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x7be1835b crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x7bfcfbf4 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7c2651ba of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c651469 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x7c685ce1 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x7c836399 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x7c9e8341 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc61fcc usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5a257 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d19b4d6 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x7d20b5af pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x7d23827e driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d6d34b4 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x7d7a6a8e devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x7d7becad kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7d7f64c4 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x7d824d09 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x7da5c1a9 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db58089 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x7dc12355 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x7dd46c06 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x7dda1e74 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7dfaa354 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x7e150bd6 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x7e17ba7b klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7e2dd48d gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x7e315674 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x7e4cd2b8 __clk_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x7e5de784 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x7e63ba4b irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e77e315 of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0x7e7afd56 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7ea9e440 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x7ebe5eba cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x7ed4fbe6 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x7ef0c92a sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x7f008202 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7f09be89 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x7f1cacc6 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x7f1e4dee cpu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x7f23ee24 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x7f2b89a9 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x7f374697 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x7f49fadb regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x7f788450 user_match +EXPORT_SYMBOL_GPL vmlinux 0x7f7bc710 klist_next +EXPORT_SYMBOL_GPL vmlinux 0x7f8b1798 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x7f9aee2b fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x7fb237c6 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0x7fe31319 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x801b7d58 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x8037bf42 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x803a149e debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x8041f48e ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x8090a365 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x80a33e97 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x80d3927f __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80ee6ec0 genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0x80efcbf8 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x8114b8d6 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81205eb1 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x81231b9f dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x81319d8e ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x814e7f50 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x8157dc52 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x81a3ebbb __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x81b9da04 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x81bb03f5 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x81d16d03 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x81db47d3 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x81e78ce1 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x8227c7a3 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x822a6606 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x822fdb46 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x82312c18 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x828cbc15 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x829b69bc edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x829f407f pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x82ae14f6 of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x82b1b863 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x82ba9a94 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x82c74365 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82e49381 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8332b3cd realmode_pfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x833eef92 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8363a4ce kvm_get_dirty_log +EXPORT_SYMBOL_GPL vmlinux 0x836d61d0 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x839008ed virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x83b57cf4 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x83c43ce3 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x83fa5601 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x83fb69b9 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x840bcee5 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x843ad84d usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x84546974 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x847710f5 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x84774fae rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x8487a04b ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8487a2b6 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x8496f676 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x84dba920 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x84fb82c5 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x8526cdb6 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8548cc0e device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x855f17b2 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x8599b733 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x85b4ab5c pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c19a75 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85dde8b5 clk_disable +EXPORT_SYMBOL_GPL vmlinux 0x85e0a2e9 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x85f1640f arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x863f7d23 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x86406691 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868ffd24 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x86a65e5d mpic_subsys +EXPORT_SYMBOL_GPL vmlinux 0x86b1e067 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x86b239b5 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x86b7b3ec __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x86d436d4 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86e3f91e __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x8702e548 process_srcu +EXPORT_SYMBOL_GPL vmlinux 0x8716108e spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x8734547a usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x873d7680 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87666627 flush_altivec_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x87a52ecb relay_close +EXPORT_SYMBOL_GPL vmlinux 0x87abb960 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x87b7e3c5 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x87d27b98 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x87fc8805 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x8804af3d usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x8812c82c regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x885b564f gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x8880fb0f trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88f208ea ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89291daf ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x89405cc8 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x894d7414 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x89678cd6 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x89985513 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c0982a ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x89f0b5a1 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x8a33aae6 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x8a504f92 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x8a9f048a arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x8aae07a5 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ad85e8d kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x8b01adbb regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8b0fbdd6 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x8b3aa4cf dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x8b505405 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x8b5cfef3 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x8b63bc87 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x8b70e8ea __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x8bb95173 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x8be6b3bc platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8be9892d regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x8bef2293 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x8bf8baad bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c215ce9 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x8c2dc391 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x8c4c85bf usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c782bc0 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x8c88f3c7 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8c8ea159 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x8ca7d77c extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0x8cea765f memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x8d03fd84 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x8d1bd323 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x8d36c088 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x8d462a49 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x8d8bb5c9 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL vmlinux 0x8dc39465 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x8dcc7f61 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x8dd4c932 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8dfd5821 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x8e2612fa tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x8e2e5003 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x8e34dbf8 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x8e37d105 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x8e6dd297 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x8e6f891a regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x8e7c13fc inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8edc3671 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x8ee5d224 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x8eeacc8e usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x8f09d0e5 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x8f22edfa wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x8f3de5cf regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x8f459f48 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x8f46fc26 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f8a365c ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8fc8ce72 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x8fcad8e5 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x8ff88a92 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x90411778 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x904b0fce list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x904d1088 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x904f2d26 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x9077d5ea usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90cbe2c7 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x90d452d0 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x9116d458 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x912467d6 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9134741e phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x913adbfb crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x91620781 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x91810d9a xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x9185623c mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x9186710f wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x918acb50 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91ab4ffb pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91e2c551 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9203e400 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x9230a465 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x92540870 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x9257ffd3 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x929b622b dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92f072b1 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x92f4e6ca crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x92fe7065 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9324b6c3 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x933fbd7d regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x934abec8 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x935bcc70 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x93b30ffe usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x93b82e24 clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x93e365fd ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x93e4b28b regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x93ec4242 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x93fc4b21 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x940963c9 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x943a14d8 __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x94483b79 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x94529c99 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x945ce575 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x94628fbc ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x948e5c05 put_device +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94d972b7 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x94e6c0ab pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94fca5a3 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x953a7615 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x954adf83 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x95742653 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x958825f3 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x959ed5c4 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x95a97a73 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x95acc862 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95bd506d reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x95e19470 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x95e7d7c0 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x95f8f3f6 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x962e519f of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x9648022f rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x964bad5a usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x966e7793 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x96a809f8 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x96b00dc8 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x96d1f691 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x96d988ec ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x96e7d9c2 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9735f061 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x973ac105 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x974128fd usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x97465f95 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x9748280c da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x975f7e81 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x9761900c __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x9780c209 component_add +EXPORT_SYMBOL_GPL vmlinux 0x97830a66 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x97a5af2f xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x97c9eff5 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97eec827 __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x97f1604d shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x9815d00a kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x981c82eb br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x9827cb87 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x982cd486 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x983c7494 rh_detach_region +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x98796cf8 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98a02a70 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x98bb2e31 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x98c8fdc1 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x98d7ec8a usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x98e9f547 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x98ef9adb balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x98f91324 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x98ff29bc dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x9907e778 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x992677df srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x992ef873 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x993a597f ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x994f5680 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9968255d vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x99756d76 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99bf72ff ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x99cb4aaf sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x99ce212e ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x99d3ec6c usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x99d846fb crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x99e596a0 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x9a07e2bf securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a3da17d devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a49d937 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x9a503ed9 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x9a6829cc spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9aa64c91 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x9aad6540 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af76319 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x9b219543 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x9b2a7625 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x9b3fbcab kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x9b5d2b17 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9b8424f2 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x9b92bf3d pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x9b9ac94f blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bd96cc7 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bee19a0 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x9c85136b blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x9c8a55de security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x9cd33c94 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9ce4993f hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x9cec81c4 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9cffd736 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x9d030b99 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d2e9195 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x9d3ed9d6 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x9d460126 md_run +EXPORT_SYMBOL_GPL vmlinux 0x9d7d628c fsl_rio_mcheck_exception +EXPORT_SYMBOL_GPL vmlinux 0x9dab5967 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9db04925 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x9db9fbd6 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x9dca986e i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x9dd0843a mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x9df86d26 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x9e291bd9 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x9e2f2315 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x9e3829dd fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e69ab92 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x9ea175ef ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x9ec6c55a power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x9ecc153d rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ef7faf2 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9f135be7 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x9f24f310 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x9f337f2c of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x9f443324 cpu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x9f81f34e blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x9fbc57e0 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x9fcb2bb5 pcibios_remove_pci_devices +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd0f983 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x9fe8f64f usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff7c166 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xa0208e02 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa02a1b9b md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xa02cd1b7 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xa0665e9a __clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xa07aac01 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa084003e gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xa0916062 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xa0a27fff pci_address_to_pio +EXPORT_SYMBOL_GPL vmlinux 0xa0ff9a22 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xa12256b4 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa1414bf0 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0xa1773fdf ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xa1d6c5f2 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xa1eaef52 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xa20205ac iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xa2284383 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xa235845f pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa271fb25 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xa28aaf29 rh_create +EXPORT_SYMBOL_GPL vmlinux 0xa2a73434 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xa2a7c5fc dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa2abd063 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2c5e4b8 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xa2da9c34 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xa322cdbb regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa32e6f43 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xa33a2966 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xa34aaf60 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xa35fa560 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xa3688ba0 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xa36ab50d ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389409e sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa3983fd5 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a2d9af walk_system_ram_range +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c7ad26 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xa3e70ab8 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3f5edf7 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa3f9fe66 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xa3fd40e2 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xa42bb279 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xa42fbf41 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0xa4543173 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4828218 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xa484a06c wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xa4f6aed3 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xa4ffba9f component_master_add +EXPORT_SYMBOL_GPL vmlinux 0xa5089ad7 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xa53636c9 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xa53b0cd0 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xa56aa1ea __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa57bd810 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xa5a1d085 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xa5ab2dde pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xa5b00659 ppc_proc_freq +EXPORT_SYMBOL_GPL vmlinux 0xa5d0716f device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xa5e0061b sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5efe460 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xa60e4c1b crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xa6181389 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa64f0b91 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xa65da17f da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xa66bd223 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0xa67a5753 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xa6835e69 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa70bb653 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa74628aa devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xa748efea pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa770552e rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xa78276cc dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xa788de98 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xa7a4705c hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xa7f249ac crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa804a0e4 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0xa8276e0b find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xa84dd5be task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8830cf1 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xa8844fca relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xa894a123 mmput +EXPORT_SYMBOL_GPL vmlinux 0xa89efd73 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xa8a86cca __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0xa8cc581a devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa8cea41d screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xa8d602a3 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0xa9092cca each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xa90ec25d nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xa9190d1c rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xa925e478 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa92fa1b3 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xa93271a5 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xa95513fb elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa974d873 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa98d345f generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xa99e8c67 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9aef2e1 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xa9ce341e usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9eccd42 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xa9f78089 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xaa00a04c swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xaa0d5ecb mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xaa0ec1ab sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xaa14c116 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xaa17a2e2 rh_alloc_align +EXPORT_SYMBOL_GPL vmlinux 0xaa4baa59 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xaa7d64f7 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xaa8e1a1d pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xaa950dda ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0xaa951dc3 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xaaa2565d irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaabc60bc devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xaac001ce dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xaac4a223 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab2d6123 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xab59d373 kvmppc_free_lpid +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab69dd72 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab85dcd5 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xabcde28f rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xac0bf05a dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xac11e0dc pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xac34b785 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xac4a1985 kvm_vcpu_init +EXPORT_SYMBOL_GPL vmlinux 0xac4b0ef7 ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0xac50f09a rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xac6e87ac usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xac744860 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xac923adc devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xacab6557 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xacbdf28c cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xacd6044a of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xace8718d blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xacefd492 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xacf9d9f2 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xacfe997e powerpc_firmware_features +EXPORT_SYMBOL_GPL vmlinux 0xad039c54 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xad1c0cfd thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xad2cba97 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xad2cc103 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xad62cabf tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xad71f8cb ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xada3ebae device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xada56fa2 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xadba2f45 of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadd56240 devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xade7857f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xade7de08 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0xade838b6 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae26bfd9 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7d43f9 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xae8aa931 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xae948d77 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xaead0643 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xaeb1de46 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xaec2726a crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xaed47d47 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xaee9d952 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xaf0f8d34 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xaf309ab9 tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xaf36e81d page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0xaf37c769 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xaf3d7a4b pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xaf81e048 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0xaf907626 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xafa6c78a noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xafc0060d virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xb006174a vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xb0474849 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xb055c6a6 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xb061b043 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb0644346 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xb06480c5 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb06e6ef9 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xb079fbac devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xb08427ee tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xb0a36700 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xb0a39e3b ping_close +EXPORT_SYMBOL_GPL vmlinux 0xb0b2fbfc class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0bafa39 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d2f29b regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xb0e4f0aa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb10627a1 split_page +EXPORT_SYMBOL_GPL vmlinux 0xb10ab37c pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xb1116072 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb15b5eca of_fixed_factor_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xb178f934 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xb17c9f59 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xb184860a crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xb190793f securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xb1914f87 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1aea116 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xb1b11839 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e5a4fe debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xb1fb1bec i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xb1fd204e napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0xb21c04e9 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb244779e rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xb25a5556 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xb28e5b2a __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xb2916b79 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xb293c758 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xb2d7af1d ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xb2fb7bd4 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xb3146ec3 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xb334a83e rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xb3370344 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xb33e6486 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xb347bb2c work_busy +EXPORT_SYMBOL_GPL vmlinux 0xb34e11d2 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xb38e3c1a gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xb3a2c0cf dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xb3bfaa5f bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xb3d6ef10 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb3e88790 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xb3f4cdb5 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xb42f3e3d attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xb45b1c2e driver_find +EXPORT_SYMBOL_GPL vmlinux 0xb48c72d2 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xb4af6084 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4c072e3 filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xb4d22ec3 of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb529b5dc clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb558d968 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xb55a70d1 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xb57d4e47 devres_get +EXPORT_SYMBOL_GPL vmlinux 0xb5848bae __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xb58a49e2 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xb58b9efb tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5a28773 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xb5a48ef7 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5aa10af atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5c1df4b sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xb5c8edf4 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5e20d83 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0xb5e96bb0 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5f87095 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xb60537c5 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xb60b5707 of_i8042_aux_irq +EXPORT_SYMBOL_GPL vmlinux 0xb619b923 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb648f9f0 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb6927183 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6b07a20 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xb6b2b7dc preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xb6ea1776 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xb6f84c7b _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0xb6f94418 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0xb722a89a dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xb73c8b6b of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0xb7809b36 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb786e77d percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb78b3cca led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb83f7a45 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xb8777c79 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xb8a0476b irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xb8b13f4a debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xb8bfe09d stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xb8c17084 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0xb8f5c95a default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb9169f13 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0xb931d7dd bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xb931f8a5 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb938a5e1 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb9a31cdf regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xb9aaf6e8 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xb9b10af0 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9ce0479 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d19e2a ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xb9d62209 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xb9d78a30 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xb9e0831d rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba7575f4 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xba7f28e4 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xba89784b rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xbadc33c7 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0c0d49 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xbb0e0120 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xbb306c72 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xbb40e909 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xbb6960c5 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xbb80539f wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xbb885753 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0xbb93cfef rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xbb9c531b perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xbb9f5156 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xbba43ed6 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0xbbcb62eb __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbc2c1bfa dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0xbc2ffff2 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0xbc6a172f crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xbc80de43 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcb9c55f device_register +EXPORT_SYMBOL_GPL vmlinux 0xbcc0397f tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xbcc5da74 skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbcc5e3ec ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xbcca4af1 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbd19c8aa hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbd4afe59 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xbd4b7769 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd7c22ee ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xbd7ff6f9 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xbd92c80a ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xbd9b79d9 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xbd9c7a21 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdfd9ddf component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe34e910 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xbe4861f7 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbe917922 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeba6d9d register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xbebf6f0f put_pid +EXPORT_SYMBOL_GPL vmlinux 0xbeda63f6 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xbefa931b fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xbefb3a20 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0481fd init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xbf13a725 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xbf1cc04b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xbf360a4f fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbf49a7b1 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xbf694a60 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xbf891a6c tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xbf97b744 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbd674d ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xbfd8cc5e ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xbfe0617a fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc02bec3c usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc03afad1 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xc061367e mpic_msgr_get +EXPORT_SYMBOL_GPL vmlinux 0xc065a455 cpu_core_index_of_thread +EXPORT_SYMBOL_GPL vmlinux 0xc0796820 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc07f80d6 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc097ed43 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xc0a2c485 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0d55635 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xc0f726a4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc130e526 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc13d6b6a clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xc154cbfd regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc15ee6be get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc1647dcc hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xc16ac8a9 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xc1722ff2 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc1998bde sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xc1a83f40 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xc1ad2b61 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xc20ca31d pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc259f8ba __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc260e83f vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xc2747230 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc29f253f pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xc2adca98 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xc2c25342 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc2e833c1 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xc2f4739e ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xc2fb8c8c srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xc30fdf41 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc311c679 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc31baa8c aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc326dd80 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0xc3284081 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc330bca8 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc38c2e87 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xc3919208 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xc39cefe4 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xc3a04e9e regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xc3abed31 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xc3c6c9cc hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3ddb789 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xc3f69b63 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4755180 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xc47fa59c kvmppc_hv_ops +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc49ecbd2 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0xc4a16a61 unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xc4a89155 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xc4acea89 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0xc4ddfd29 irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xc5232bbd shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xc52bc9d5 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xc52f14f9 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc58b97e7 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc59c6a5d shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xc59cb7d6 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xc5a2c19f idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc5c8ab0d ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xc606cd3c boot_cpuid +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc63fac2a bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xc6407778 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xc65345e0 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc6702276 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xc67c385b of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0xc68aa252 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6dc88dd usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc6e220d5 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xc6f1fff1 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xc70117e0 wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xc70e4b59 kvmppc_claim_lpid +EXPORT_SYMBOL_GPL vmlinux 0xc70f02d5 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc7406299 of_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xc76d9419 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xc779a9cb do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7adc08d uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xc7be7705 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xc7bf27b6 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xc7c30064 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xc7c34389 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7df173b pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7ee7937 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xc7ff5062 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xc813de7f crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xc83b5c7d usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xc84d1b08 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0xc8670aea relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc899c90a gfn_to_pfn_async +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8cc2246 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xc8ce3c0d of_fixed_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8e6e8fd wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xc9043187 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xc909e274 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xc911c232 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9163e8a percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0xc95615d5 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc966ff51 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc9adee70 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xc9e67316 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9fdf3a8 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xca013a54 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xca395d35 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xca47560d ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xca4e051d shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xca5ba8bb sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xca77586e regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xcab4e965 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcacba298 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcb0641ea pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xcb0948eb rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcb1365cb shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb2ead67 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xcb34a6c5 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb78eb5b fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xcb792d48 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xcb8ef148 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xcbabbefe crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcbb7f69b inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc099528 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xcc0f1009 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcc1eb470 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1de8 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xcc3ad4d7 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xcc44961f kvmppc_alloc_lpid +EXPORT_SYMBOL_GPL vmlinux 0xcc4a7c2a ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xcc4d1fdc key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xcc593956 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcc6d395a cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xccad2844 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xccbf4897 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd4835c extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0xccfb7ec3 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xcd1093a2 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xcd380d2a adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcd3bc5f3 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xcd4c0167 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xcd515e92 device_create +EXPORT_SYMBOL_GPL vmlinux 0xcd61111e regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xcd6597c4 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xcd6b1baa fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0xcd7b6e27 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xcd91230c mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9abb6f extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcd7bd3 phy_get +EXPORT_SYMBOL_GPL vmlinux 0xcde718d2 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce444a3a pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce4f7da9 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcebaef23 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xceca136e ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xced00342 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xceda10c9 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xcedeb788 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee5b191 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xcee89632 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xcf28cdc0 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xcf3f2982 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xcf463a75 pcibios_unmap_io_space +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf8365bf led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcf9b08c2 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xcfa39eca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc5b78e __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfe86bf1 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd0183395 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xd01fb423 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd01fc456 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xd03a38fa usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd049793d cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd06a5b5d vtime_common_account_irq_enter +EXPORT_SYMBOL_GPL vmlinux 0xd0ab6328 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0xd0b494d5 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0d1fc1c sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xd0d7be9a ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd165c415 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd197bc54 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xd1d8c86b fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd22f66ee sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xd232c622 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xd248ea86 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xd2608459 pcibios_finish_adding_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd291848e wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0xd2be1a80 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xd30dafd2 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xd31b603a blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0xd31f0e9d kvmppc_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0xd322a2d1 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xd328657b thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xd36af18b single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xd393a476 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd3986ffd set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xd3af7441 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xd3b37cc1 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd3c6ea8d pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd3f619be thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd3fdd08b con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xd3feede3 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd42ae4e8 gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0xd447abce extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd46638c8 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xd48322b6 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd48a7c10 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0xd49c0424 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xd4a923dc bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c9192a dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xd4da9375 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xd4e500fa clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0xd4f1eaa1 sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0xd525c019 device_del +EXPORT_SYMBOL_GPL vmlinux 0xd540df7b __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xd55e04f7 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd56b1ece __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xd57be404 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xd57d291a input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xd5887ef3 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xd58d4c5b inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd6061d98 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xd613f65d do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xd6252be5 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0xd63c9e38 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xd6604352 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xd66465e3 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6c008fb tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xd6c059db ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xd6e382a4 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xd6e653c3 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xd6f2da3a get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd6ff3228 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0xd6ff8830 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd70a41ce get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xd70e303b console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xd7312194 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xd748b1a4 kvmppc_prepare_to_enter +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd7703137 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd7a1c37e attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xd7a99979 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0xd7b5bff3 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xd7d87440 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xd8198b0b inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd820dbe1 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xd828a786 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0xd85d27c6 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xd8676383 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8b015ce extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd8c449cc of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd8ff394a debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xd92cbcfb rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xd93b1836 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0xd93bcc24 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd998262e add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xd9b7a031 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0xd9c6e350 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xd9e15a1e rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xd9e290e5 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda0a4d22 mpic_msgr_enable +EXPORT_SYMBOL_GPL vmlinux 0xda0d9f00 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xda1b9798 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda75a79b clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xda7ce773 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xda859eaa serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xda8cb2e5 threads_core_mask +EXPORT_SYMBOL_GPL vmlinux 0xda8f0d34 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xda9bb189 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xdaa40507 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xdad1e626 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xdae5b83f platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xdaf06185 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb316ce9 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xdb3bace8 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xdb4bf2c4 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xdb74f867 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xdb758f19 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb9183c6 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xdb985ca7 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xdbb82b2b crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xdbc993ff pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xdbecea0a __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xdbf4d002 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc0f0584 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xdc22915d task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xdc34063f regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xdc5c61e2 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc96ff2e dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcd24363 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xdcd53356 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xdcd9bb2c inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xdcf1aa3e mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd32487f skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd40e5bc input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdd49b196 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xdd729424 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xdd8de724 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xdda3de49 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xddb69d71 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddfeaa86 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xde0f4c8c sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xde3a540a rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xde3ecf0b sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xde4e6d82 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xde5cbfe9 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xde6cc026 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xde866139 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xde94f8b3 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xde99105c bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xdea24505 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xdea42547 i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0xdeb7c49c devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xdebf86da __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xdefc9376 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xdf066363 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf221124 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xdf8e6593 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xdfa981bd anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xdfc0b837 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xdfcb2aef pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xdfcfe737 user_read +EXPORT_SYMBOL_GPL vmlinux 0xdfe027af __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe00aa866 bus_register +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe036b3e9 mpic_msgr_put +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe08ce9e9 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xe0d17775 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xe0f372f8 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0xe1009b75 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0xe11e621e sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xe12d5dac usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xe13ef1bc regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xe1452b0a swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0xe1484a11 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xe148b383 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0xe159aa79 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xe1664d03 of_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xe1753cb4 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe17b0003 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xe17b4248 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0xe17fd554 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xe1885c44 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xe19eb058 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xe19eb1c4 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c8f9c5 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xe1e41f42 napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xe1eab1e6 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xe2010c6d tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xe2116f96 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xe214fd99 cpu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xe24be476 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xe26ce7ca sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xe29d9aa2 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xe2f1d845 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe30ccf60 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xe3484c52 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xe3525717 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe358eded clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xe360417c vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xe364d132 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3a6c009 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0xe3b64027 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xe3ccdd05 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xe3d7750e btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0xe45240c9 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xe47e0955 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xe4830fb4 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe48f1cff rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe49f906a ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe4c031f8 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe51c040f register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xe52a0f09 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe52a5c72 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xe538e6d7 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xe5540302 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xe562c008 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xe578f384 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xe57ecdb8 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe59114ae phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xe5915ffd regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xe5a0bd05 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xe5aa45d6 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xe5b68a5c alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xe5cf36ad led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xe5d62368 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xe60f4c0e add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe67fa3f6 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe699012f usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xe6af8e2c ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xe6b166ff kvmppc_emulate_instruction +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6e55952 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xe6e5eb74 of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0xe6edfa96 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0xe6f3c9ba usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xe6f5d34e seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0xe7112e53 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xe71c73c1 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xe721c5ed regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xe7472437 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xe75108ee dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xe7644fc1 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe7d80e83 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xe7de1b9a ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xe7f18b3c threads_per_subcore +EXPORT_SYMBOL_GPL vmlinux 0xe7fbe2cf rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe8219ec4 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85c55e7 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe8605ed9 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xe864d2a2 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xe87fdfae netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe886379f generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xe89bd243 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe89c55a9 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xe8d4581c usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xe8f2db3f __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xe90d276c scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0xe927ad19 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0xe92aa1ea sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xe933261d clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9453af7 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xe94de0b9 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xe955ce23 skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0xe97045fb bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xe99833e5 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9bc2d13 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9e14102 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xea066158 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea12b922 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0xea27f859 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xea37271a crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xea381ea6 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea4a3968 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xea628c20 bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xea64911c user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xeae9325d max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xeb08b664 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb1d4995 clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb2bb8d6 pcibios_add_pci_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb34e888 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xeb3f2d1d dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xeb5168d8 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xeb57f58f crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0xeb6b34b4 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0xeb6bdac5 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xeb8ae736 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xebbb36f4 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec5438a4 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xec6388f4 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xec90c0ab crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xec96e32f crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xeca62842 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xecd83660 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xece06d37 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xed07ced0 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0xed0afc76 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xed5340ce md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xed5c351f irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xed62d6a1 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xeda00cf5 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xedba0b88 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xedd6f2db skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xeded60ad tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xedfed18f handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee11ef12 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0xee1e248b fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xee2a31d9 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0xee334c78 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xee438ed8 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c13dc __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xee91c629 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xeeb2f3fe serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xeecd8356 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xeedada27 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xef268cd3 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d007a sigset_from_compat +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa4f595 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xefb6eaca usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xefbc1a02 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xefcd7933 skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xeff8400b __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xeffa6b8f __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xf01e27ef crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf01f1d8e pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xf05129bc gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xf05e0312 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xf097f613 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xf0adb55c __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf14e6f88 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xf158f170 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xf15916c5 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xf16d5dbb virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1997c8c blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xf19b870c regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf1a5b3b7 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xf1a62b6f of_i8042_kbd_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1a687af pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1c28cf9 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xf1d7daaa __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xf218a051 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2204b7e register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xf25852ea sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xf264c649 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf2a76f00 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0xf2c35005 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf3012f6c rh_free +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf31867b6 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf334167c regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xf358662e scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xf371affc fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xf37d99db dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3a67960 rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b5657f irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xf3c682c9 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xf3cdd922 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xf3ced03b component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xf3d0b1c9 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xf402f563 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf40770d7 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xf413441c inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf434f3d0 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xf436c803 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xf44086de dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf49c989b regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xf4c65d10 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xf4da3546 kvmppc_init_lpid +EXPORT_SYMBOL_GPL vmlinux 0xf4ee7a73 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf5169728 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xf536a49f component_del +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf557e75a __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0xf55d09e1 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xf586384a bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5a691de smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xf5b83691 i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xf5bcf1b2 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0xf5bf611f rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xf5e7f053 rh_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf5ebcd61 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xf6237d30 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xf665ed13 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xf667a5c3 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xf672654d __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xf68c2707 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xf69452a2 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0xf6967dca __netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0xf6cafe0f virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xf6dc75e4 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6e914af ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xf6e9ecfa usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xf6ef9910 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0xf70e5065 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xf70e717c udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xf720dfce perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xf7223b19 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xf766c383 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7a41dcb ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xf7b4c12d usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xf7d553f1 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xf7e52e67 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf8216080 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf82b2d71 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf837e0eb unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf88392ad dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xf8843bdc sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf88c2b32 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xf8b3014f rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xf8c7f178 rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0xf8e08707 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xf8e398fc memstart_addr +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf90fd192 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0xf9154bff inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xf91684e6 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xf925ab18 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf93209b5 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf942a2c6 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xf94b1223 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf99c3d76 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9aed726 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xf9b2460e mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9cdc1a1 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xf9d2611b alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf9dc5ef2 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xf9e4fbe6 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xf9f85723 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xfa013400 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xfa0271dc vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xfa0cb847 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0xfa1050b1 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa2f96fe ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xfa3726d3 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xfa3e2ec5 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xfa3e5fae ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xfa575788 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfaa7883f wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xfab60503 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xfab84a22 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfabdffb2 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xfae664b0 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xfb22bc6c cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xfb2bb31e debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb418d91 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfb422b73 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xfb52b77d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0xfb56031b debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb708f54 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xfb7fe502 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xfba7b193 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xfbb7f894 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xfbb9c4ca dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc4a8c5 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc147c20 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc6a740d iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xfc72d987 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xfcb3ccaf blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xfcb919fc usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfd095a4d bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xfd7c3205 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0xfd80b876 device_move +EXPORT_SYMBOL_GPL vmlinux 0xfd979915 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xfda3bb16 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0xfdc2b924 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xfdf2dd05 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xfe500fb3 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0xfe6944e6 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfe6a377b get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0xfe6c7d93 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xfe8e4ea1 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfef6cef8 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfeffcf09 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff204db2 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xff30eacb sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xff30f2f3 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xff44c514 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xff4628be regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xff55489e irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff8862d7 rh_get_stats +EXPORT_SYMBOL_GPL vmlinux 0xff90c16c ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xffd5a6e0 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xffe31e42 cpufreq_register_driver --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc64-emb.compiler +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc64-emb.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.8.2-19ubuntu1) 4.8.2 --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc64-emb.modules +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc64-emb.modules @@ -0,0 +1,3867 @@ +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ac97_bus +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7180 +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x_cs +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +ak8975 +algif_hash +algif_skcipher +ali-ircc +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +amc6821 +amd +amd5536udc +amd8111e +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bt3c_cs +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bw-qcam +bypass +c4 +c67x00 +c6xdigio +caam +caamalg +caamhash +caam_jr +caamrng +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +clk-max77686 +clk-qcom +clk-s2mps11 +clk-si5351 +clk-si570 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +configfs +contec_pci_dio +cordic +core +cp210x +cpc925_edac +cpia2 +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +denali +denali_dt +denali_pci +des_generic +designware_i2s +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt3000 +dt3155v4l +dt9812 +dtl1_cs +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edac_core +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +ehset +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +eni +enic +epat +epia +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +flexcan +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fsl-diu-fb +fsldma +fsl-edma +fsl_elbc_nand +fsl_hypervisor +fsl_ifc_nand +fsl_lpuart +fsl_pq_mdio +fsl_usb2_udc +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +gcc-msm8660 +gcc-msm8960 +gcc-msm8974 +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +genet +gen_probe +genwqe_card +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gianfar_driver +gianfar_ptp +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-generic +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +gxt4500 +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +hostap +hostap_cs +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hwa-hc +hwa-rc +hwmon-vid +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mpc +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-ocores +i2c-parport +i2c-parport-light +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-xiic +i2o_block +i2o_bus +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +i82092 +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ib_mthca +ib_qib +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icplus +icp_multi +ics932s401 +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +imx_thermal +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +kafs +kalmia +kaweth +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +ll_temac +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +mf6x4 +mfd +mga +mgc +michael_mic +micrel +microread +microread_i2c +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mmcc-msm8960 +mmcc-msm8974 +mmc_spi +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvidiafb +nvme +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_mmc_spi +ofpart +of_xilinx_wdt +old_belkin-sir +omap4-keypad +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +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_pcmcia +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 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +physmap_of +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +ppa +ppc-corenet-cpufreq +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptlrpc +ptn3460 +ptp +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-lp3943 +pwm-pca9685 +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc_cmos_setup +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-generic +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7706h +safe_serial +salsa20_generic +samsung-keypad +samsung-sxgbe +sata_fsl +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_sx4 +sata_uli +sata_via +sata_vsc +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci +sdhci-of-arasan +sdhci-of-esdhc +sdhci-of-hlwd +sdhci-pci +sdhci-pltfm +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +sdricoh_cs +sdr-msi3101 +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sha1-powerpc +shark2 +sh_eth +sh_mobile_ceu_camera +sh_mobile_csi2 +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skd +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slip +slram +sm501 +sm501fb +smb347-charger +smc91c92_cs +sm_common +sm_ftl +smm665 +smsc +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb-common +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +soundcore +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssd1307fb +ssfdc +sst25l +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +sysv +t1pci +talitos +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vf610_adc +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-ircc +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videodev +viperboard +viperboard_adc +virt-dma +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_pio2 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vringh +vsock +vsp1 +vsxxxaa +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83781d +w83791d +w83792d +w83793 +w83795 +w83977af_ir +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +windfarm_core +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xilinx_ps2 +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc64-smp +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc64-smp @@ -0,0 +1,17549 @@ +EXPORT_SYMBOL arch/powerpc/kvm/kvm 0x91464567 kvm_read_guest_atomic +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0x048d27cc hvcs_register_connection +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0x536d329b hvcs_get_partner_info +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0xc39c3704 hvcs_free_partner_info +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0xd0a02396 hvcs_free_connection +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0xcc6bc758 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x84c495d3 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 0x19d93d66 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x4e8f9592 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x64264de6 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x75297a97 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x757b50f9 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x8dcdb01f paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x8ffe1dfc pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x9411b82f pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x96e07d25 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xa31a2565 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xb6a1aedf pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xf5e94fa9 pi_release +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x6f215cad ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x82f23da2 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x99e1f3de ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaffaafa1 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf0a0a8fd ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x1f7a9006 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x46d757ef dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x628cd53a dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x73e8cada dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x75e15441 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x93471df0 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/edac/edac_core 0x7ed67893 edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04d0f641 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7d6af8 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x10643b33 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x17142475 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2c490227 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x41ed90fc fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x58ada4da fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5e87581a fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x645b715f fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8230ba21 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8dd41db9 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8e890789 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x93cef44a fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x94012f53 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x944dbbe5 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9abcbc2d fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xac04d2fd fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb4f3bd5e fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb578aaa6 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb6209fb1 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb6e63ff4 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc62fe6ba fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcf6f2b1a fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd374f8d7 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd6a4332b fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe0dce04f fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xee176b72 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xee8eddaf fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf25bac9a fw_core_handle_response +EXPORT_SYMBOL drivers/fmc/fmc 0x1dc6a00f fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0x2f4f1253 fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x5a3240f3 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x638b16dd fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x6e20f609 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0x70468ad5 fmc_device_register +EXPORT_SYMBOL drivers/fmc/fmc 0x8c41bf52 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x9a065241 fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xb3e0b0f5 fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0xb932eae5 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xddff43a9 fmc_reprogram +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0x3122cad5 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x002fd4e7 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0037cce9 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00f970be drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01ec787a drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09a5dc86 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09cc16b1 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +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 0x1164493f drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x116ee74c drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11a640c4 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x121d04c4 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12ee2e3c drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13f44677 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x141baf7f drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x141fea1f drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142ca784 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14e3aee4 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x150dd7b8 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16e3e3a3 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17fc1f6a drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1842cc0b drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18d3bc85 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19ec679e drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1aa90d57 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ae290f4 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d230cb4 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20487de5 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x205bc2f2 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2066d7d5 drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b37c60 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20d1d777 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2248de02 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28ea8446 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2929e005 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2949cb93 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29ad006c drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29c7d09a drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29d7b4ae drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2af90ce5 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b3b5ec2 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c4e1bc7 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d36309b drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2dd192ca drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f0b064f drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f83a49d drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f9f4717 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30c917c4 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30ed22ef drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x312de8bd drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32391879 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x334cc896 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3390c631 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a1e3c55 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3aa8faa8 drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cbcbf85 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d56e87f drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d8a6a33 drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ecd0799 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40268e12 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42b4ea7e drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x432be689 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x452c587e drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x461bffb2 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46550d75 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x473970d1 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x478d3334 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ace0f69 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bb837a4 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c24cd79 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5015135b drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x512a4c36 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52fe1d4d drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x535b4105 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5403808e drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5643f319 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x564f1b8f drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x576d99dd drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59ccc480 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ba1b3bf drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7318dc drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ed183e5 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f8e41c0 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60365dfb drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62cae245 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63015925 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6521c5e9 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69a164f1 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6be8cf8a drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc3c29e drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6daae13b drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6edc80ca drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x752d28f2 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x775ed7b2 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79cceb42 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a15e131 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b216812 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cfe8739 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7efb4290 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f5d43e8 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80b9cf8f drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81309420 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81b99461 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e773e4 drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82e2140a drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8418dde1 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84d3cc57 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8837ea1f drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89094d3b drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eea883e drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x900153cc drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x951d5c45 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95997f76 drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95f36e2a drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98a902a4 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x994a32af drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a95d1c2 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9bb9fbde drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ea34eec drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f3c8f3c drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa03c98d1 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa062632d drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa16d67f8 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa17495f1 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa18e4c93 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1c1a0a8 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2c3d873 drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa361230c drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3a02e8c drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa60cd29e drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6190359 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa66e4f5d drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa790e495 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa94ace91 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabe18dda drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabecfbae drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf7fc619 drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1fc66d5 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb26abe97 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4095ecd drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5540008 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7888cfe drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7937b70 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb82f45ae drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba6bf9ab drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba84c5b5 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbac44fca drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb1f37c7 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbca5520d drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd37f9ec drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeccc38b drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1019ceb drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc126e3ff drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc15a2632 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc18e499f drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1e791fc drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3211a79 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc48bf272 drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4f050cf drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7473846 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7f7cc11 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc860b428 drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8ac6892 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8ef5a70 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb17624c drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb8b7811 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbcc5bef drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc692ccd drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd9b15fd drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdda96c6 drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce43448e drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce5880d5 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce7f4321 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcec158f0 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0f31d31 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1da0d91 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2a7c407 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd57dd05c drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5eddb1e drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd74a0f1f drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd83b13cf drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9b86395 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda79cd9b drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbc14685 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddb0b7bb drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf5c77c4 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe03a11ee drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0c282ab drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1eab236 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe44a5e1f drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe743794b drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe835b6dd drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe92f69c6 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb096011 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebbebd77 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed992348 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeed20577 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1e5670b drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf219f21d drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4cae20e drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6342ab2 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf685a919 drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6d3a423 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7432f2d drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc990978 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff6fe410 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffb123c9 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01d6a9f8 drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0240f7a5 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x074b12a8 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09a904ce i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0baa6eee drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1833090f drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x186048da drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c05c307 drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27082e8b drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x286cde90 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b4e913a drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2c3ac7c7 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36188d34 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3654ef38 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x537d73dd drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6117affb drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62db64c3 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6de1be76 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x740279e4 drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7516d123 drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x78386bdf drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x784121d1 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79a5412d drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e95eac4 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7fafe265 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x804b0493 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8319ad0f drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a805f00 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a1005cc drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ddbe871 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa04ce4b7 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5bd0b54 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa753a44f drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9ab7bce drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb0de7251 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc19930b1 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc54454fc drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0020af4 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd39b7a6b drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5d7c353 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd9ac29c1 drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd9eba902 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde54bbac drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe46abb6e drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe46ca93f drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe89d24f7 drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe97185c3 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb5beba5 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf02b8922 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe6fd1ce drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x8de4023d drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xb98a0dc3 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xe05a1602 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0321eda8 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0dd28972 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x10f9fdf5 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x124c589e ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x125cb958 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x14ed61f8 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x170a63d0 ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21490847 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x22b765de ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2aefc6bc ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x31950dea ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x31ea4130 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x376044f2 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3954b0b9 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x39ea5d1e ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3d250c22 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x44daf339 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x487c3c6c ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ab15fe4 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d94bfb4 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e8dd264 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x52027aae ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x542429f7 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x55fe83b6 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x564e1aee ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a8fdfea ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5d3971d2 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x66f91492 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x711c919b ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x77f0cef7 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d55da85 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84a13931 ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x88e5a606 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89a443de ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d14adbf ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8f76f8a5 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x92a8ea0f ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x93099798 ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94b77628 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9fd5af54 ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2a129fd ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2ea094b ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa73de2a9 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa795e859 ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb0667342 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb2c32a6b ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb3783da0 ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb83c6470 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb9040ddf ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb936a1fa ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbad6bb1c ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbb6ae02c ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbb8914bd ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5f0c2da ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7f51742 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdcd2e09c ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe011d801 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe552d1f3 ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe87086aa ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeb61ddb1 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xee879f40 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf3a5f16b ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf6500bac ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf877407d ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf8f18361 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfb8e3593 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfba6643c ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x7c142dac i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xb34d48f1 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xf958d598 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x5873c41a i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x7895ded7 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x8e61ca14 amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x03b02b58 st_accel_common_remove +EXPORT_SYMBOL drivers/iio/accel/st_accel 0x5bf495f9 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x2d8b9a89 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x2ddbd503 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x37698fee hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x5c677958 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc93f702a hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xfc6ee9dc hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x1ed4b100 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x5c59e722 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x86d5242c hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0241f1ce st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0cdcfca3 st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x44df52cd st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x56624b40 st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x7fbef8e1 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x8612b1f6 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x90509225 st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xac03814e st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb268360c st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb505b2b9 st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb7b7194b st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xbe4a7061 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xc5aec8ab st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xcc85f06b st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xeef25f3e st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xf6247c67 st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xf77430f1 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0x01d2bfba st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0xc89624d4 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x2c17a04d st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x9442ee48 st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x41f52894 adis_enable_irq +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xe081bd23 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/industrialio 0x288201d5 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x28d93f40 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x2a63cdb8 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2e730388 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x3c4781e0 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x3f85f528 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x5144bf30 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x5c010391 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x74f73d87 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x87ddcf93 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0x881d41bf iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x9186d927 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x99baf0ac iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xb5550746 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xb662e86a iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0xb78542d3 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xc170f425 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xc264dc60 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xc54d7d51 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xc922ba71 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xce464231 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0xd27f19fa iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xef9e2534 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xb7908fa9 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xe62f60ce iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x092c671c iio_kfifo_free +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xa8e4eaa6 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x974cf35e st_magn_common_remove +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xaef75a6d st_magn_common_probe +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x4f17b1eb st_press_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xb0e7eef7 st_press_common_probe +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1ea5767b rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x32a8402c rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x59252c9d rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xc9ccc2e0 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x01a9bdcc ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1649de13 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x23dc6552 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2d47a0e9 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3d33aadf ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x72d72bd7 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7423a01b ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7dc2ee62 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x963e0795 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xafdd6cb3 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc3945220 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd3065f19 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe6c00cb9 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xea15edbd ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf140b599 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf66bd1e3 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf6fdfe68 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cc0b39 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x01943194 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x074ebd3a ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e904bef ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10b8aadf ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16b9ea7a ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x178549e8 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x180effda ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x190a865a ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bcf1191 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c34376b ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1daa3e2a ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ea8ee56 ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f4310db ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x231585b0 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x252aafbe ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27dbcaaa ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e668ae0 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31858a97 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34e8ecc8 ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34fc727c ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36513fe0 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x386c9c67 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x389144e9 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d12a6fa ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x414b091f ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53628be5 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x539ceb5b ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5603eb37 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x583c67e5 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d3aa6b8 ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fc238e8 ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ff5f163 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x640a9313 ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x700ba130 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7189813d ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e703f09 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x809eed10 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83d19310 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84fb5fc1 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85088b8b ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8515b86b ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8da146cb ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f194af7 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93edb993 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x973c6ca1 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9860d523 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x990ff3c7 ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b941927 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0bf12f1 ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2a81d37 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2f8c8a8 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa637511a ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8d5df1b ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9a31bad ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab351218 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaee1a294 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb890bf30 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc06866be ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc56ced2b ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbc1d071 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0fd3a19 ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd27af7c1 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3789f2c ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8cf6fb1 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb632439 ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc459399 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0abdf70 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2115504 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2417eba ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe39ec6fd ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe40ab76d ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe484ddae ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebd954ba ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec7e8894 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed54cbf4 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed6d7308 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf200cace ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2f37e52 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3384f5d ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf87db6c4 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0f1d893e ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x13a77cf9 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x17fafb02 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x210c66ef ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x26249850 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x4f0678f0 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x9a52ccca ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa27be4a3 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa9a277a8 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xadce49ec ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xb68eb224 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xe0f0dbf7 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x2803b8b9 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x34fdcba4 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x478f2ce9 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x5328d7a6 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x63ea14b6 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x66d54357 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x75d081c4 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9a1cd50d ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xc7a36cb8 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x01ae4873 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0498a90c iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2ae2e905 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3550f89f iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x39fd8030 iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7a14c844 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7fd62c01 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9caad58c iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa5ae7599 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb0aa5dd6 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb659037f iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc45d638b iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd95347a1 iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf5159ec0 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0a08c871 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x139fd0d0 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x14bb0f42 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x21ce4abf rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2563c9ac rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x40c44115 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4c2a5744 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x54445a09 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x557df11d rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5823f81d rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5f595769 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5fc05094 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x811a4bc5 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa81a8141 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc9126c33 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdba57520 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe9825545 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xed001ec2 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xee7efeb6 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfb28e263 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfd377412 rdma_listen +EXPORT_SYMBOL drivers/input/gameport/gameport 0x12600ea5 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x16b79f7a gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1b05b42f gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3927ac81 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4b1450e7 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4fbcb949 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x53b8c1f1 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x9b604062 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd892dc2e gameport_close +EXPORT_SYMBOL drivers/input/input-polldev 0x016b4962 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x29bb31ec devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x2a5d224a input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x9d328754 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xf2bd0c75 input_register_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xcc8caf96 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x2b9fff4a ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x484047ea ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x6c3f237c ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0xec8eab73 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 0xd79f1641 cma3000_init +EXPORT_SYMBOL drivers/input/sparse-keymap 0x168934bf sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x36a6d918 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x46e4d66e sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x73affa6d sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0xa2f5bae1 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xcccd86e2 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x0fe9031e ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x9e823bf9 ad7879_pm_ops +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x0d7af1ac capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x1191f1f3 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x1363f408 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x29699ef0 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x558d765a attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x85bc78f2 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9cc74f2a capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc372388b capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc85e9f04 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf6362c4b capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x108588d2 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3e788584 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x454589b3 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x481b8e52 b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x73be951c b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x77ddec8a b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8609d103 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8bc45d8e avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8ef8b82a b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x8f4dff92 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xacffdd1c avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xd7b6f455 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xe29359b1 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf0187a74 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf74754f7 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x0d89135e b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x39fa741a b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x4e7cdf8d b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x68b37f5b b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x9919db1a t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xbff6b5c8 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xe2c5d9f9 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xf9dbfd01 b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xff5309d7 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x70c787b2 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x843d7c7f mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x8ef7aa24 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xb799b63f mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xec858cc1 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xef31ca20 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf72fe69c hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x106e4675 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x5dee7682 isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x9889de8b isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xbeafc383 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xe5add4dd isacsx_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x7e6393dc isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x9577419d register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xbb844a1d isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x06fe8dc6 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x11a9ebc6 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1b8ea504 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1fc35ea5 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3aac3e9b mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3d0fa74d mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x47df3833 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x48ba7142 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5ac9dc24 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6c7dbbae queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x70002f35 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x87dff461 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a73b453 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x930dffb4 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9b459155 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xadbb9a5a mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb5b58ea9 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xba27e6c9 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbaca11a9 recv_Dchannel +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 0xe25a278d get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xeb0298bb bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf359b737 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfe817ed8 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x181f08cf closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1d4fa2b6 closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1d89bd11 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1f529ce8 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0x26481f26 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x440b4830 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x44a37d62 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5b59b856 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x794744ea closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7daccb73 bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0x8833b0e8 bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa3c5c702 bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca5df778 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xce47a6d9 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd2813054 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdf892351 bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe67c2d16 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xeb23ccce closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0xec6f33d0 bch_bset_init_next +EXPORT_SYMBOL drivers/md/dm-bufio 0x268682d2 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-log 0x172bfb41 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x7d24f50a dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x890618ac dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xdb449769 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x14dd4bb6 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x2b3d701f dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x35f26a73 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd338e0b4 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd7a10eb4 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xdf11977f dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/raid456 0x3a18f5d1 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x02912420 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0377618a flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1320f142 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x176e7f08 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x233b5a51 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2c6f3931 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3a5d0b3e flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x6df5bb38 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb606a65d flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xcc30c446 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xda4f9677 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe2738557 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xea5b4f15 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c1d49eb btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x9f4212f2 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/cx2341x 0x06dc7922 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1d51ced2 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7f8f40a4 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x99ad6e19 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xee1273f8 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0x8920ba15 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x9a8a240c tveeprom_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x02bda926 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x064aeebd dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0d0ec1fd dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1225c97a dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1d8ec2b9 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2457ba73 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f0ccbc1 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x32706276 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x38ef8ca9 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4064c36e dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x44a376f0 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x570ca19a dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x59013f6a dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5c0ea535 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x70af1058 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x755aeaab dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x78db694b dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7ef22b64 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7f4f9b54 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8080ebb0 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x851da00f dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x85a5e7d3 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8b98a472 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9080a9ba dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa32a3f1f dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa46df48e dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xafb28735 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcafb598b dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcf589e8c dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd857227e dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd8f7184c dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe581e783 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7980290 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe85ea956 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebfe2518 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf28e7431 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf82624fe dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x8d990c87 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0xf76caad4 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0xe21661ef af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x33f92059 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x105f6c89 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x12b29977 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3583add2 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x39c3ee59 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x926fec84 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa0e23626 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xcdb1063c au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xdd5d0e20 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf3ee48c3 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xcff64774 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xc2c0af82 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x0d09c483 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0xed756373 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0xfc0da578 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x57b204f7 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x686fac5c cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0xcd77c8ab cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x6a3e1fec cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x8d5fa950 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x9470f28d cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x1cea51a7 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x6c4907ca dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xb2451e3d dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xdcdcc6e5 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf02af092 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x275077ac dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2a20434f dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2ad3fd83 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2f0b6bde dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x55af77f6 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5b4e627d dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5fcb6c88 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6073c5a3 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7e5c392d dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x862b2c19 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9c5bf20f dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd33c772c dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd6c4adda dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf47f5d9c dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf799f4f3 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xc41049d8 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x21151c95 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x32b7570b dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x7509603c dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x9585c245 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa122084b dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xd14603b5 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x098d786a dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xabd78d74 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xe559b983 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xe7787777 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0408acfa dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0df0cd2c dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x314d8f29 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3fd3a413 dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x58ab31a2 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x708bde59 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x75ecddae dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7836d658 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x93c27738 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9b799e47 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xb1caca59 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xbb8462e7 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc61644e7 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe4d76ade dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe56bce87 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xefd680f9 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x0a6a706e dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1ad59f6e dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2788eb90 dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3092fed0 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x33a10030 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x425c6624 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x42ab21d3 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x46c68f77 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x4e628087 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x561e6a51 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x5d93acc0 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8542eae8 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x96e7f055 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9f26bd9f dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb42f4fe7 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xcffef1c3 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xdb8c8f0f dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf26cdd21 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf43a9df7 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x14bcf293 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x4a79e7c7 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x6f35106a dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xa08abade dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc7ec37a9 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xf7d30966 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x3afbcd75 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xc856fd66 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x171c10d7 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x71e38e07 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0xec59cd0b dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x24459690 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xf3d95895 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x2ad5bb34 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x873aa478 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xfb96a365 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xa86e9ee6 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x1b657bdd l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x222470b4 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0xb9bb9416 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x37d1d6ff lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x55ec087b lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x3dcb7c30 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xdaa7b625 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x9c54faac lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xe6dec9c4 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x82dbf6f9 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x2e86608d mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0xae69ed95 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xaa96cc60 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xe3dd489b mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x869641d3 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x5268f46d nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x2cebd5d3 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x4f728c72 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xa5a8a60e rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xdb227a73 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x09fcd9b6 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x13137309 rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xcb6df6e4 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0xcab06d7a s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0xc82b43fa s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x2602e223 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xf988166e s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x459c5e32 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x0730ac45 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x11ee13e3 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x68d9ebfa sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x9f203d02 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x204a9922 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x2f7f6009 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x84f00d1c stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x57c816ff stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xae2fbaf7 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x26ee7d9c stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xf3294119 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x4e5b37f6 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xae514450 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xb25b3a4a stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xb3e0406a stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xb0fa5639 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x4dea394b tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xbe9285c7 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x6a635435 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x1aa6d092 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x3fb496b1 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x750390a9 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xbc8bdd97 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xa3ab892c tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x6d04b223 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xf3492f60 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x88c53510 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x80bfd53b ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x0aeb62d5 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x65815e95 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x0672aaf0 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xa108525e zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x9e08e0f7 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x0e4b7ac4 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x298d83ef flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x2d2675c3 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x476c889f flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6ed63c4f flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8195b8c1 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc11221fd flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd8d4acc7 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x3b79e44e bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x3c2d75f5 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x57464056 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x959355a3 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 0x7a8ba88f bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x933a55a9 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xc96cd703 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x007168c9 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1f3e061f dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x66c31b4f rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6cb22d01 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7aeb4db3 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x834215c1 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xeaf9f39a read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xef158bac dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf4b5594b dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x7e1be01a dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x026d935e cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x404a8195 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x42c299eb cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x66eb3974 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x7e9eed1e cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x45ac515d altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xb2a62e2d altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xd013f453 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 0x532d2d33 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5d9a11bd cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x81b5a565 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xad447872 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcad71f8f cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd8816d23 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x3bc4b46b vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x72dcfb63 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa9bba703 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xb94c0b4e cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xba67d48c cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xe1889f98 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x05a1b789 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x13c8af36 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x25b90629 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9b81ee20 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xbb5675c7 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xee7797c3 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1975573d cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1f49f7a5 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x36a82ab1 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x440fad19 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x47dc1675 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x50adc758 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x51b490b8 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5918bd3a cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7411da5f cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8820f0dd cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x886c96e8 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x88d44cc8 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa3a16442 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa402cc0c cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb8bb43ab cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbf89988b cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc1084add cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc135bf1f cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xca4b59e3 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xed167b80 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf5345e24 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfeb3c566 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x045766c0 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0bdf8ce8 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0db0be0d ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x16756c4a ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x247ccb89 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3e7bd48c ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x53488117 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x80e73f11 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x837a3472 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8513041d ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8c5f2824 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9589ec0e ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb8180587 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc48740bf ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcd499fd5 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf2043a64 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xffd2822e 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 0x461da35b saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x511b27da saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x60da35b4 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xac712757 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xad51a506 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xafe29fce saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb22a5cd6 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbec09ff7 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd0624852 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe101def3 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe8506f90 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xff6bb152 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x40228972 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x1fa742fd soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x31da6ef1 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x3e9a179d soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x40739e96 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x4e049efe soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x573ac708 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x9bca315e soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xa1363fde soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xce38117d soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x0a8f26f9 soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xd27aec0d soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xdabbf98c soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xeff3a637 soc_camera_client_scale +EXPORT_SYMBOL drivers/media/radio/tea575x 0x5a1efd36 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x746e874d snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x7a1465fb snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xdd4eccba snd_tea575x_exit +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x239c1d34 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x5e58ace1 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x5f0c64a9 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x7606baff lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x957c772e lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xcc2bffdc lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xd687f4d8 lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xfb5d5ded lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/rc-core 0x250272df ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb4ac74dd ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x78d803cd fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x12318891 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x06be9bc5 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x2bf1cec1 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xb4c52eff fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc2580 0xb49a8aca fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0xea227fc5 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x9426273a mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x84fec587 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x70e25772 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x7f8d48ea mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0xf1eea35e mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x5ca43268 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x4e710c74 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xf2da0e15 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x44477d13 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0x219f60a5 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0x27da282b it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0xc73eeea6 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x6f36d2ee xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x5dd755d8 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xa0b6a335 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1c50da45 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x25e3f356 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x2ebfa19e dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x5a9ac013 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x8c41e3c4 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9d8d060e dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xbc603a33 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc0bfcf4a dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xfc9ea061 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x14e34bb6 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x202d85f9 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x3e7ec97b dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x3fe0f516 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x9abcc61d dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xcf1da1d9 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xcf83af1e dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x3297f70c 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 0x261251bb dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2fc21647 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4840ce90 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x621cc121 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x6f4eed36 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x7054a3c1 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x71e1a7ee dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x89a1d6e9 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8f503ff0 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xaf403cbd dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc6ff085e dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x61fb9813 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x686e05c8 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x14ba64d1 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x31eff116 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4bad6e5b gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x53aa8e51 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5eadfe11 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa308250c gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa6ee06c3 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xcbc49fd4 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x2a6ac4e9 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x2c5fdbc9 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x53dffc18 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x16499700 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x3d8e96ca ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x4106a97c 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 0x5ef5fec8 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xbc587424 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x0a8d0815 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x28be5f0d videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x5606ec36 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x56859acb videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x5d0a7a1a videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xb1f6b5cd videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x2f7c5a73 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x0b942c80 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x2277a797 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x2f3d4d63 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x5594f99b vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x8e02474a vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xabd4fffe vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x014fd1cd v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x040bbed8 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x088b337d v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0d85b6c9 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0f5fa8ef v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x10f628dc v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x119f22b6 v4l2_ctrl_add_ctrl +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 0x169971bf v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16d61cb7 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1d05506c v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1e3a769a v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b72ba8b __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2c85abef v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32a33b07 v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x33f70b41 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +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 0x3bed584f v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3c2f9820 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3f5499c2 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x42eca372 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x43e68895 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4610c13c v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4d774872 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5989fc03 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5bfd06b0 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x67bd5b31 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7207342d v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x72a82477 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x739c0085 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a0b8937 v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a9ea044 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7c4957b1 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x84becac2 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x87e2de70 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b4ef5bb v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8eca90e8 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8edac046 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9540b5fb v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x990677e8 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9a3ff9df v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa1c10d72 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2e511c0 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa3813ba3 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa48919dd v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaad2fe46 v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xadd8c41a video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb40c04e6 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb41140d3 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb4e52f67 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb543f605 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb59ec94d v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb678ab49 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbfb8b22c v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc1f6ab60 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc3111d39 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc7ad9161 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc9164198 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc932fe96 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcad4b7f4 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd864efb7 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb66fcda v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe590a602 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xebb418fc v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3441503 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf5828a34 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf7474681 v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf77ac5a6 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf793b7ae v4l2_clk_get_rate +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0b408858 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1a9fde98 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x20bce5e9 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8196c3fa memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8d9696c9 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xbece9d4a memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd2398fdf memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd48e2736 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc07e67e memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdd2259f2 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xed811fd0 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf0aa24b3 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf3e2151f memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x01042015 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0334de17 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1ec188ae mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x202b1e86 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x27c94b79 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2f7c9696 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3b4a3dfc mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x41485a05 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4d6bb9d1 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x54ac338f mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x68264d30 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7348c779 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x73c2fa4c mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x746b8a37 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x775eb095 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x859e2059 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x89eb45f8 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8a3056f9 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8efa3dbf mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xacf03138 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb1924c67 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb6e4036c mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb8533c53 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcfb9ef6a mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd1ff74cb mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd94677fd mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf2ce3fa8 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf3df55bd mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf8dcf1c4 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x06c91435 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0aa3b063 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x116c700f mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x15a75386 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x22474528 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x25c7fdac mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x26428d30 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x270c9632 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3f797b04 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x44c7f302 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4659fb09 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x570bff12 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x64556f0d mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x757760d2 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x875a2426 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8fdbaa6a mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9bd32d83 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9f4844fd mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa8ddbe2c mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb1cdc82b mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb5e3721a mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb7ba32ba mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbb0e0df5 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd40b6351 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe2a9c20b mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe75485c5 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf7f70d67 mptscsih_resume +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x11a097ef i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x19873a45 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x261cdbbc i2o_cntxt_list_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3162b47d i2o_cntxt_list_get_ptr +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4c669fb0 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5244be58 i2o_cntxt_list_add +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x65f027dc i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x6ec8d167 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x76b9e920 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7a263d41 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x91ced79d i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x9da6024c i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa5e8f144 i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xadb97cd0 i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc25ecca0 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc604f83f i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdf430ebe i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe8008e45 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf1ed9bfa i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf52ccbb4 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf5fd6234 i2o_cntxt_list_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf6aff7ff i2o_driver_register +EXPORT_SYMBOL drivers/mfd/cros_ec 0x021b83d1 cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0x4f66d7d6 cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/cros_ec 0x5ad031ec cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0x68f4a7ac cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0xbdd38e98 cros_ec_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x352bcc0e pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x957d4a4a pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0270c049 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1bc1e01f mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2d4c4a79 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2fe2ef1f mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3a5c618f mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3dfc8c2a mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7767d503 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x84d5be15 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x99815572 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9f8a6ac8 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd14a5e54 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd5c7c79d mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xfc71ae59 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/tps6105x 0x3f96e12a tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x90777b6e tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xa1753580 tps6105x_get +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/misc/ad525x_dpot 0x2890261d ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xd41ba912 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0xf9e73471 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0xc394e1d0 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xd4e68438 c2port_device_register +EXPORT_SYMBOL drivers/misc/ioc4 0x1a4f437b ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0x45591664 ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x0f96e931 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x45470c41 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x4a974841 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x4d76f4f4 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x75dd928f tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x7ccd33f9 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x9a91c8fa tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x9da8b9a8 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xa8c2ec46 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0xb708dd0d tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xc5486c8e tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xe20fd015 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xea4107df tifm_free_device +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0x2144ec69 mmc_cleanup_queue +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x7e3bf928 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x973da155 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x68a8b791 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xcc981475 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd1bb699b cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x2101cba0 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x329fe60a unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x7c0f9261 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xb69a21f5 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xf0c7b33a mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x0ba7cf44 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xbff88a54 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x68c4d439 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0x9175731a mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0x9a8da2c0 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/denali 0xf68edfde denali_init +EXPORT_SYMBOL drivers/mtd/nand/nand 0x48bc8950 nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x4b649dd2 nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0x867a1fe8 nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0x9c2c5de1 nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0xc2440ef7 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0xeccc89e5 nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x3d0a30be nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x756dde5f nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xedbd400e nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x1bfda36a nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x834bca11 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x364af47c onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xb8be38a4 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xca52ef3f onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xd0e7e94c flexonenand_region +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4a70398b arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x65f04654 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6907b585 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x831d3a56 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9889eb7b arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9ebfa7cf arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa86ab03b arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe483b029 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xffe48e2a arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xffee1d5b arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x701d4280 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xd83af9a9 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xefb3b3ec com20020_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x354249aa ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5f361da0 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x95ce9930 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa883684c ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa9437ad0 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xac8a8e4c ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb0e02280 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc0c43aa8 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xfe25ece7 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xff801347 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0xa59e5a9b bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xfaa948d2 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x16623f86 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1d088a48 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4839b99f cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x76d601a6 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8e295103 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x908b1757 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x99b19a59 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9a5671e3 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa036b7e2 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa39407b9 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa687d6b4 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbbed6fdb cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc44af562 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc65832ae t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc9265649 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfed436ef cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x09d8fab0 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f03d2c4 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1392b86c cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x19bf5cd2 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2bd9a105 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x52c27abc cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5a89639e cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5c1a671d cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x69bf7151 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7a41daa6 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7edce40a cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x98f00793 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9b1ba847 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa059d0b9 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0a7110e cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa3035303 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa47e34b0 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa877b4c5 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xad1a74f0 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc27e4746 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcf0b3e05 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd5409f8f cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe2caf7e9 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xea5e4304 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xea8174ec cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf2d3dfed cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf5e2c62c cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xff4c31f8 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x00f51478 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x923f00ec vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc14fd317 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x7f8ae85d be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x964b0f21 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x033834a5 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0edf421a mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c14d315 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1dc3391a mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a47ecd6 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b0e272a mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3cf6f6ff mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4656987c mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ee70d06 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x560aa2f7 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c9b61a8 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d46a785 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b27c0d4 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a2d42a4 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81b11e02 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2a4b4d2 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3bfc283 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa0d2cd3 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb34eb2cb mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3860dcd mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd60808f2 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6ed80a5 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb37a4e1 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef48d98a mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf492f20b mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf527a2ff mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x08d7f44c mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13076b65 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14b3b9f4 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a1fec12 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34dd5e62 mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3cdec7f2 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ebf2b75 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42acee11 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50d57aec mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5342ad39 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54d5bcb6 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5659a4c7 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68675752 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7223db51 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x745b068b mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x793805a9 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x83e8b3c0 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7425322 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc499402a mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc639dd78 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc843a2f7 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1e4b631 mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2bcc1eb mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdcbb3013 mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2c3f3e7 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2f9c4a8 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec188970 mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3710965 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa2e9c35 mlx5_cmd_init +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x0051c400 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x14e230b7 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x319459bd hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x4d2ffb1b hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xec014905 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x12fbca90 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x36cf1b3e irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4507a40e sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x61c3ef67 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x7d563ec8 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x9c39a811 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xa5a113c7 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xa65c3a7b irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb6826064 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xeaa9897c sirdev_receive +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x06ca575a mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x1680d9f2 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0x1837d15f generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0x45f2a8ac mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x691645bb mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x99c9317b mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xcd595529 mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0xeee3aa30 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x69bd52ac free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0xac195810 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0x4b2be008 vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x232b427a pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x75990fba register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xf5d6ecd3 pppox_ioctl +EXPORT_SYMBOL drivers/net/sungem_phy 0x23cc8eba sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x57517e82 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x57ebb1c0 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xb71d02c4 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xcb82c62a team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xccf85815 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xcf071b4c team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xee2f13a2 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xfb2aae8f team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/usb/usbnet 0x481b0db9 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xe81995ec usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xef16e4cb usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x16c988e8 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x274fb4e1 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x56ec3647 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5d1b53e6 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x742acf3d unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7db2abde alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x84387e2e hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa6aa2b76 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xbd901738 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf0cf43c2 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf444f342 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x4e27ea8e i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x86d7f34d reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xd4c626e0 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xfb96e2f3 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1eee57 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x251ade31 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x268fd112 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x383b458d ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x78e1ad86 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7d6cf22f ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x918cc4fe ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x948ce78b ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa005a759 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcd701acc ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xecab4c69 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf85a6589 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x176d4f2d ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x225f143e ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x55ba8389 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x577a10ea ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8f13bc41 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd0a9a823 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x51f1f3c5 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6877172f ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x767ee40b ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x7c16ebc8 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 0x9376b912 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x9c451863 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xbeeb27c1 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe1f43e52 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf1b45db1 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf7f0fd8b ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x190551b9 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x32e63924 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x37b89bee ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4d9a6a05 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x59ef7828 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x603ab16e ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6bdb2240 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa046b2e7 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb27f79d5 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc773ac3c ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd05d945d ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd3da9772 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd7a3e0ae ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe29d29c5 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xebbc7c3b ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf5d40221 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf6b2a8ac ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xff6bb9b8 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x010b14a0 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07d861cf ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08fedfbc ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09a6e805 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a4c31d5 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0dc3ddf1 ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12a9cc11 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x131feab3 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1755270f ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1788e641 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x18a2b902 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a87cb2d ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1cab4c60 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f702f27 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x273ed2da ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27e464a5 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29946ad2 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2cba7715 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34101a15 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3447c7e5 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3aa6a3b1 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x415a36d9 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x435a67e3 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x44ebda8c ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x46a28c98 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47755cc4 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47c8e4ff ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48ed0881 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bbc73b1 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50cba1a6 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52a90c78 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x576c5ac9 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59a58276 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d8f8b47 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d9d38ff ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61006297 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x632f2d67 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x637fe968 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64a77a0f ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65676da0 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6615c8c5 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x66d31b73 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x69ea6616 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e7924b4 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f4d2b07 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6fb1c6ec ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70425a85 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73575e04 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7396ce05 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76c840fd ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7deeb380 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7eb72d8f ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7fea9128 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x839f8e50 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x877bb2fd ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f05ba67 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x909b065b ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x912f6e59 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92cb45da ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9786f529 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x98ccfffd ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9a3fc940 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ae61f36 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3c599e3 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3d369e4 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5bc4737 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa7037896 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa872ac2d ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9664b9e ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf6e25a0 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb21e75dc ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb2944c77 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb3770833 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb396cfd5 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb47f968e ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb70bbe27 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba31c968 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbacc7dac ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd8b2541 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf1846eb ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc171a54a ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc249d78c ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8caf845 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcaeaa107 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2d6009c ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2e97f45 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd675aae6 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd67b85f1 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd752adf4 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8ce7315 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb59c422 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd3e4fb8 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe1e27faf ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3876ae8 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe4b0db97 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe87c3dad ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe9a2f333 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe9a54bc7 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeee8d7ce ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf17ddacb ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf50b18bb ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfad3a68f ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfdde54f6 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/atmel 0x5fbca26b atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0xc7c95e70 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xdc8879a2 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x140faa1b brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x37e17470 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x46fa22e8 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x7ecaec31 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x82d5d8d3 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9b7ee24e brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa122c800 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd5b304e0 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd93936a3 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xdce2079e brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xec6b9303 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xf4407838 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xfba8d8f5 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x14be188e hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1723ac32 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1b50be96 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x22f63003 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x294cf021 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x33961adb hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3522f4bc hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x62b83366 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x640b47ba hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x728d14fe hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x752f0d0c hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7b59a572 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7e444a4a hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7e65f259 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x82688359 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x88053684 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9a16f73c prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa5dd36f7 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xaef578e2 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb0f55c0e hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb1554e6e hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb30ac33b hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc51645f4 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd6a4c625 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xfb1d582d hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xff1e2dc0 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0c8d61b0 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0fdd8c7c libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1f4ba697 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2387a4d8 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3672d168 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x413f18ec libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x527ee799 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5a507a49 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x63e5d910 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x65d9a61c libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7c0dfd46 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x895fae6e libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x89893174 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9da1b6cd libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa5fad0d6 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb9e396be libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xba06dd6b libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xde6ee8c0 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe92d3767 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xead4cc54 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf0540f8c free_libipw +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0064ef42 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x011c6a79 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x04fab934 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x06534f04 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x06d199ea il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0a77a2ee il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0ddcaf1c il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x167d07ab il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x190dee54 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1d8f2b56 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1e0a3411 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x20404093 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2119a5de il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x246f7743 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x26e45161 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x28932aa6 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2d22eb73 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2e2aa3e8 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3380d015 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3adccc2f il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3ba7a5fb il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3df4837b il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x43a19f72 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x48bd58cb il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x49e14e60 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4a6a9fb3 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4f2c18ff il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x530714d9 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x531429b7 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5852eed2 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5abbecb9 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5bc4d918 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5bdccf5a il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6063c09a il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x63dbb3fa il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x64860cd0 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x64fbb3e5 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x666bc5ed il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x676884df il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6aed0472 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6ea0b498 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6f31e475 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x790af2eb il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7abb4631 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7ad727ee il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7dd98793 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8054430b il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x81016f30 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x874812b9 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8b5f7a41 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x90783d63 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x93eec0e1 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x94763802 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x96a878e2 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9890e275 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9a3700e0 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9f624263 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa51de817 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa6646ea1 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa950b11b il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xac9c6bcb _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaf2ec0e4 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb41daa3f il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb466c2d8 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb857e47e il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb8f9b687 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbf63e0e7 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc2bc16c5 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc4deceb0 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc66d973d il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcc8113d3 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xce0a4c7d il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd0becdd5 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd4176e75 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd5ef5091 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd7a0ed42 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xde7d375f il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdefa6bf8 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdefe094b il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe02db6c7 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe072fdb1 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe1101479 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe3464809 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe551e945 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe641e4c8 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe6d56436 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe727e283 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xef780f5a il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf10293cf il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf11530dc il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf4cec0ac il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf5a37863 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf9ec90da il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfbe9fc4b il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfdd00cc1 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfea95909 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfec5aec5 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xffe9bd15 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08dd8699 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0c50fa2b __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x1ecc5465 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x2f7b7e55 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x3b9d00d6 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x675bcb86 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x779dd6f5 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x85c1bb84 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8de37664 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x954eb7a7 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x963a6f8a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb8f7026f __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe2dcc8de __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf9ec6bdd __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x09b1a89b orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x16bb62e7 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x2aacbb4d orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x2cccb7e9 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x2dddcf63 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x34c72712 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4386a741 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4e7fc022 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x577a86fe orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5adb0f06 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5dea5bf1 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x6ca2aaff orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x7a6fa0d1 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa5dfbc88 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa8908ba1 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb4bfe890 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb8fb53e8 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0xdd2c38e6 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x01d71e4b rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x04aba954 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x07ca4432 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x092f5b6c rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x09b684ff rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x126ab411 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1baf675f rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x221763b6 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2a72748b _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2eb382f9 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2fe71129 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x33aae6d9 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x381824f1 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x47026fd4 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4d584dcf _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x52dd1391 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5466e3f0 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5ddbfdaa _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x61a60960 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x62334738 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6e133997 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x720eb015 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x721cd02c _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x85425e7d rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8bd408f3 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x998db2c1 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa6e0bb93 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb305e7b4 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb7637eee _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc2c34660 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcb6f2990 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xce97376b rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd525c303 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd6b38291 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe3a7d06d rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe463e1ae rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xedbff516 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf01f4668 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf181d34a rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf6e5112b rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf95cb657 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x016ff2de rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x2bdfc358 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x5063ac1d rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xa9bf7e43 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x065578eb rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x2275470f rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x5a784f7b rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xfd692316 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0f04376d rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x165cb9f2 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x16cdef1c rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1bf3bb1a rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2baefd98 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2fe88762 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3ced8b83 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x49ddbbc8 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5035e3b0 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6ef5a374 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x824def5d rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x8839db44 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x8c9c02fb rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x8ee420de rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9b4bae18 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xaee57db3 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbebf014d rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbfedbfcc rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc4e5ef47 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xcea187d0 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xec7b5392 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xed95d67b rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf3ab272d rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x23e533e7 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x8508271e wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xa84b66f8 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xe8feeef2 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/nfc/microread/microread 0xc78fd3f8 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xee691496 microread_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x7cb37ce0 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x8c81f628 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0x60a8642b st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xcacc259e st21nfca_hci_probe +EXPORT_SYMBOL drivers/parport/parport 0x1020e390 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x28b0e705 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x2a07db28 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x3008bef8 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x4060c781 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x46da60de parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x541261e3 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x60637a9b parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x6186a7ee parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x6343d0ed parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x68b329d2 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x90269c8a parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x90bb92b0 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x91c8fb08 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x9474285b parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x94ebb1f5 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xb68eb209 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xb9ae6e0f parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xc0676e3e parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xc1ff532f parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xc5173448 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xcc720e68 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xda4df2cf parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xee6bb1d6 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xf0ec9bdd parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xf29c0da4 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xf309ded8 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xf9cbc4a1 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xfbbb52d8 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xfdf50a1b parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport_pc 0x514fc7ee parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x7fff0e0f parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0a4caaeb __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x289cd073 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2fb8ce17 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4ab3cef8 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x53c20347 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5aaab93b pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x69c16e13 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7d579529 pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x81d87eef pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8246b2a6 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8bf7ebf2 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa6713a04 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb8a14893 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbabda578 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbbc7b1f6 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc1982161 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc7ef0c0f pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xed29a84e pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf282c1e5 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x13cd9aa1 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1a37231f pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1b672f57 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x225acefc pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x43071500 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x47b6f09e pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5ebebab7 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6c8b4d66 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x75df4c8d pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8e03a1f4 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf2d80aae pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x0ed1d4f7 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x908070be pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pps/pps_core 0x1cecdb90 pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0x5f471683 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0xdb7f5fef pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0xe8988279 pps_register_source +EXPORT_SYMBOL drivers/ptp/ptp 0x199d036b ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0x49f16e94 ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0xaf73093d ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0xd3996cf3 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0xe132f014 ptp_clock_event +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x23ecbbca rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x64800c29 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x64af2448 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x6f04ac15 rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x700dbfaf rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x7d0e23ba rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x7db4210e rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xc2673e9f rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xcbe6251e rproc_alloc +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2771fb32 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3a09308e fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x77282b55 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7981ac42 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x94ea82d0 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa7e9fd56 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb0c0917b fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd7d14dd0 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd815284c fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd89a4414 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xda524ef1 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfd7cc45d fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x060184bb fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x068d9d94 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x17d0454e fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1d00450e fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1d18da6d fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x214dd2e7 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2a1836ec fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2b0646b6 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2e145aef fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2ed76450 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x32e81b97 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x347a54f1 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x39cb2681 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3be9645a fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x49111ad7 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4da3695c fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x51e3c46b fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6121cd60 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61580a4e fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6b9313dd fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6cafdbd8 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6de1c2da fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6fed3638 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x72903d62 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7810cab7 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c3fe778 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fdf8720 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x80605984 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x83b1387e fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8feb5191 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x994e21d5 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa01a940d fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa0a16176 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa2196a19 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa8928fed fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa9f2a49e fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaec045ea fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb4a5eee9 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb9095611 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc661c8b6 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc79027ba fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd2f93de0 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd82f49fa fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe0f1ef71 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe1e6d7a2 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe3781bdd fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cb629e fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xef348e93 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf37118e1 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf5d76ee4 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfc0e1080 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfc3d95a3 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x6b094602 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x98707799 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xaccdf0f2 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd7729668 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xd959ffdb mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0f4d6b53 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x25b0f5c0 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x271977fa osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3a2841f1 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x56a356aa osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x59d8b64d osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5cbcee2b osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5dd6edf3 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x60267cc6 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x666a06bc osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x721c3c57 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x72ed35d3 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7924b473 osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x82ec237b osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x857beeed osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x86a0f39d osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8f002233 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x96733b06 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa0acc948 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa44df4f8 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa6aea42b osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb3af7ab4 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb80bba04 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbf47d2a4 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc009cda2 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc1adcd3a osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc3a38852 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc4897b21 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xca00b289 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xca2dbf7b osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd0b5c727 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd113b21f osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd52ae341 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe7ec5686 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe8c6e656 osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf201c830 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/osd 0x0f496215 osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0x568661d1 osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x848b7a47 osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0x8ea23a8d osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xa85afb22 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xf2a71f17 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2225babf qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x26ea7473 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x296698f6 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x32d12a0a qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4db9a115 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x55f9f714 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8f538a82 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa6333264 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb0ec1f05 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xcc2fd17b qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf022a1b2 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x2731387f qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x35595e5b qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x5ab0e1d4 qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x6dd4f92c qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x75f35aef qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xd36f0ab1 qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0x6491a87e raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x7fc53cae raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xe4145484 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0211fd02 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1d526c89 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1fae1961 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x28021c44 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x49fb58a2 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5cc07f5b fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x683e4452 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x90627f5f scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc4c65e8b fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd2dee34b fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdcff371c fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf090f216 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfe1c5aae fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0b295f98 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0eab57f3 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1ec7c15d sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x32c57893 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x35351dd0 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3598d266 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x363db687 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3d34abc1 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x58c38632 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5c3b755e sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5f286ca2 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x60ea0d59 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6757cd93 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6a55c50f sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6bed1a7b sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x914e200c sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x973dfed7 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x99bc2123 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa790442c sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbad464c9 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbfb17c35 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd138291f sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd423f514 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd64a7463 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdaf1565f sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe0aaa037 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf56b8046 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfe5c8aed sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x86c27396 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xc5652856 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd2b19302 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf1606d92 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf9cb44d8 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x1ec2aae4 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x690ce3d7 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0xccb490a2 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/ssb/ssb 0x24cbcf03 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x2f5c1aef ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x56fb7bb4 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x67ab9040 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x6ccbb443 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x70c9f570 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x76384ee0 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x792164ac ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x8236825f ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x9067beba ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x99b8aa85 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xa7247d56 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xa73ff4eb ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xb7b677ba ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc04c37eb __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc38c92d0 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xc5e56c68 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xcf26aeed ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe1819a1e ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xe5f6e85e ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xe95b6f9d ssb_bus_suspend +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x15070b26 fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x1cc16de1 fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x973f86e7 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x669dfbf6 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x6cb8a7e3 ade7854_probe +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0264d470 lnet_extract_iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0363b57a lnet_copy_iov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x0bce7eef lnet_counters_get +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1366b7ac LNetSetLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x13ce1671 lnet_connect +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x19670622 LNetNIInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1b191752 lnet_msgtyp2str +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1cb43089 lnet_net2ni +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x1fe16fd5 LNetGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x204b8151 lnet_counters_reset +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2aa9953d lnet_cpt_of_nid +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x2ac93e90 lnet_connect_console_error +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x33202a6c LNetGetId +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3c779ee0 LNetPut +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x3f4f5b46 LNetNIFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x473ad33b LNetDist +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x4779e0a6 lnet_create_reply_msg +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x561dad76 the_lnet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5811a721 LNetInit +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x58a1ca89 LNetMDUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x5fee352c lnet_acceptor_timeout +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x60fad05d lnet_extract_kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x61f784b2 LNetClearLazyPortal +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x64cdea3a LNetCtl +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6532fab6 lnet_copy_iov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x6f7be171 LNetEQGet +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x713ab75f lnet_set_ip_niaddr +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x722c76e5 LNetMDAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7d59a7fe LNetMEInsert +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x7fbb8cdc lnet_unregister_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x854ab844 LNetEQWait +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x85635b25 lnet_copy_kiov2kiov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x8a3064f2 LNetSetAsync +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0x9de986d3 LNetEQAlloc +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa3d61f8d lnet_iov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa8c2760b LNetFini +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xa9f320cf lnet_finalize +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa414970 LNetMEUnlink +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xaa9b477e LNetMDBind +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xb75f7953 LNetEQFree +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xba5566d2 lnet_acceptor_port +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbb4a4d49 lnet_kiov_nob +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xbf0760a2 LNetMEAttach +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xcdff4949 lnet_register_lnd +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xcfbae132 lnet_parse +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xd28acf0a lnet_set_reply_msg_len +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xdd2dfbe5 lnet_copy_kiov2iov +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xe9562e55 lnet_notify +EXPORT_SYMBOL drivers/staging/lustre/lnet/lnet/lnet 0xf1b316bf LNetSnprintHandle +EXPORT_SYMBOL drivers/staging/lustre/lnet/selftest/lnet_selftest 0x078db139 lstcon_ioctl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x1c4bb5f9 LU_OBF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x375e6f8d LUSTRE_BFL_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x5117e364 seq_client_alloc_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0x5b1b53d8 seq_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xae61cff5 LU_DOT_LUSTRE_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xb228e3d1 seq_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xc997a02f LUSTRE_SEQ_SPACE_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xd13c8915 seq_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xdb819e04 client_fid_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xdd83b6fc client_fid_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xecee2727 LUSTRE_SEQ_ZERO_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/fid/fid 0xedef28ec seq_client_get_seq +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x02b5ee48 fld_client_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x13af30af fld_client_del_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x2373cea9 fld_client_add_target +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x38e015df fld_client_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x3992d7d9 fld_client_proc_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x75aff777 fld_client_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/fld/fld 0x996e59f7 fld_client_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x000c507f libcfs_debug_dumplog +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x01db5172 cfs_percpt_atomic_summary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x03c7ae5b cfs_percpt_atomic_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x04d3ce6a lbug_with_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06401e01 cfs_hash_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x069f9bb2 cfs_wi_schedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x06b4f415 cfs_cpt_set_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08917712 cfs_hash_for_each_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x08ada613 libcfs_console_backoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0aae8493 cfs_cpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0b4b1546 libcfs_lnd2modname +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0de6c369 cfs_cap_lower +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f5eff79 cfs_percpt_number +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x0f7fcd44 cfs_cpt_set_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x123b6908 cfs_hash_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12426266 libcfs_run_lbug_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x12c54b77 cfs_hash_findadd_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x16f78ba7 libcfs_sock_setbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x17ac7833 libcfs_deregister_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1a60d439 cfs_parse_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1c97b722 cfs_cpt_set_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d41c4c0 cfs_hash_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1d5a3928 cfs_timer_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x1e8cdb47 cfs_race_waitq +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x20ef56fc cfs_cpt_set_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x21568600 cfs_cpt_of_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2663147a __cfs_fail_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2771fd3d cfs_cpt_unset_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x277e62bd cfs_hash_for_each_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x27b6d3ba cfs_ip_addr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x29aafd0c cfs_hash_hlist_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2a641ef9 cfs_hash_dual_bd_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2dbe54b2 cfs_trimwhite +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2fb7eae8 cfs_hash_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x2fe97a46 cfs_wi_sched_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x31fc5082 cfs_crypto_hash_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x32ae7fbc cfs_cpt_unset_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x361e82d4 cfs_firststr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x377f93fb cfs_srand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3848f4de cfs_cpt_unset_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x389ca502 libcfs_debug_mb +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39385fd2 cfs_percpt_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x39fdcd2b libcfs_debug_set_level +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3c1285bd libcfs_subsystem_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3d5e6098 cfs_race_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3e5e7727 cfs_hash_rehash_cancel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x3ef0d90c libcfs_kkuc_group_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4087e2b4 cfs_hash_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x411db754 cfs_crypto_hash_final +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41a15059 libcfs_sock_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x41ab33a1 libcfs_ipif_free_enumeration +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x44839bbb cfs_rand +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x468bace1 cfs_hash_rehash_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x47fdb4d1 cfs_timer_is_armed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x48f163c6 libcfs_str2anynid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4950c47d cfs_crypto_hash_update_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4a99af72 cfs_clear_sigpending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4b982291 cfs_hash_bd_peek_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x4f1f2fa5 cfs_crypto_hash_digest +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x50345570 libcfs_str2net +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5051b6d2 portal_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x509d38b0 libcfs_net2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x53e92adb cfs_cpt_table_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x54fd9a71 cfs_percpt_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x58a7ee00 libcfs_catastrophe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5946ec2b cfs_percpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5a892b2b cfs_percpt_lock_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5b20921a cfs_hash_for_each_nolock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5c013b81 cfs_expr_list_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5d3be65a cfs_crypto_adler32_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x5dce9e80 libcfs_lnd2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62289d65 cfs_array_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x62f56738 upcall_cache_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x63b4967a cfs_hash_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x64685fef libcfs_console_min_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6564c55b libcfs_console_max_delay +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x65dd9f0c libcfs_run_upcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x66136d2d cfs_timer_arm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x67398404 cfs_wi_sched_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x677a5bd2 cfs_cpt_online +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6a59b79b cfs_cpt_unset_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c4cadc8 cfs_hash_for_each +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6c905b5f libcfs_watchdog_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6dfa9ea1 cfs_crypto_adler32_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x6f928e1b libcfs_debug_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7190502f upcall_cache_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x71f662a3 libcfs_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x72f4e5f9 cfs_hash_bd_move_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x75161168 upcall_cache_flush_idle +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7562cd14 cfs_hash_del_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x771695b1 cfs_hash_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x785b7372 cfs_hash_dual_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7a47b94d cfs_hash_size_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7b0b748a cfs_ip_addr_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7c73bc4b cfs_hash_rehash +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7e6f6485 cfs_ip_addr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x7fda989d cfs_fail_loc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8151c3aa cfs_cap_raised +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x83d795e4 cfs_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x841679dd upcall_cache_get_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x857aaea7 libcfs_register_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x87f3bb87 cfs_hash_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8840f591 cfs_block_allsigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8ab81255 cfs_cpt_nodemask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8c85e4e6 cfs_crypto_hash_speed +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f12bb52 libcfs_log_goto +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x8f45f10d cfs_init_timer +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x91504e8b libcfs_kmemory +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x92e7c30b cfs_cpt_current +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x940ed192 libcfs_stack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x949221dc cfs_hash_cond_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95620e8c cfs_wi_deschedule +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x95e361ef libcfs_kkuc_group_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x97b0b9bc cfs_enter_debugger +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9879b229 cfs_get_random_bytes +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x98876f5b libcfs_sock_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9c6d26c0 cfs_cpt_table_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9e420643 cfs_restore_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9e8fb7ad cfs_percpt_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0x9f82f712 cfs_trace_copyout_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa1cbf250 upcall_cache_flush_all +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa2b68b2a cfs_array_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6b9dee6 libcfs_kkuc_group_rem +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa6ff1e5c cfs_cpt_spread_node +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa78b4d54 libcfs_sock_abort_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa8a489ea cfs_cpt_table_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9088531 cfs_expr_list_values +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xa9dc74e2 cfs_trace_copyin_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xadb8cfb0 libcfs_sock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xafa3f11b cfs_hash_debug_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xb00dfd91 cfs_hash_dual_bd_findadd_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbab577e8 cfs_hash_for_each_safe +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbb972619 proc_call_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbd5d492e cfs_timer_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xbf7a37f1 cfs_signal_pending +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc0ea7fc0 cfs_expr_list_parse +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1708189 cfs_hash_dual_bd_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1a4f1b0 cfs_percpt_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc1b20836 cfs_hash_add_unique +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc2dfd791 libcfs_console_ratelimit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc39fd2f9 libcfs_panic_on_lbug +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc3eb614e libcfs_ipif_query +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc49b1c62 cfs_percpt_atomic_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xc9b78bb4 upcall_cache_downcall +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb385db9 libcfs_debug_binary +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcb6ff89a cfs_cpt_table +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcc20e694 libcfs_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xccc45639 cfs_free_nidlist +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcd38904c cfs_wi_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xce1a88f2 libcfs_arch_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf61bacb __cfs_fail_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xcf678304 cfs_hash_bd_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd0aa642a cfs_hash_rehash_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd2965f33 cfs_hash_bd_del_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd48d8f72 cfs_hash_dual_bd_lookup_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd6a52be3 libcfs_printk +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7bbf963 cfs_hash_dual_bd_finddel_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd7c4f765 add_wait_queue_exclusive_head +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd96f406d cfs_cap_raise +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xd9bed0de libcfs_sock_getbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdab34445 libcfs_sock_listen +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde17bb8d libcfs_isknown_lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xde9c00c4 cfs_cpt_weight +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdf2789c0 cfs_curproc_cap_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdfecb98d cfs_block_sigs +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xdffc951d cfs_timer_disarm +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe311d8a6 libcfs_sock_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe3bf6897 cfs_percpt_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe6555032 libcfs_ipif_enumerate +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe75794eb cfs_cpt_bind +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe7b54314 libcfs_arch_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xe94553b9 upcall_cache_flush_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xea411f63 cfs_block_sigsinv +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xec1f56d5 libcfs_str2nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeceac781 cfs_fail_val +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xedf3a25a cfs_timer_deadline +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeed48ba7 cfs_hash_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xeeda2f35 libcfs_sock_getaddr +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xef52af97 libcfs_kkuc_msg_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xefbf6d86 upcall_cache_put_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf3174246 libcfs_sock_accept +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf440bb38 libcfs_kkuc_group_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf5e4a175 cfs_hash_bd_add_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf8a8644b libcfs_id2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xf94025d1 libcfs_str2lnd +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfa4531a2 cfs_cpt_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfacb8667 cfs_hash_getref +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfd493ddf cfs_cpt_cpumask +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xfe565fa9 cfs_crypto_hash_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xff0f98a6 libcfs_debug_vmsg2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xffcad24b cfs_percpt_lock_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/libcfs/libcfs 0xffdfb7ae cfs_hash_debug_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x4da7ac4b ll_iocontrol_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x64529329 ll_direct_rw_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0x690144bc ll_osscapa_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xcd3cde92 ll_iocontrol_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/llite/lustre 0xe9d4b414 ll_stats_ops_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x27095531 lov_stripe_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x5fcf95aa lov_lsm_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0x6ac57751 lov_read_and_clear_async_rc +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xa288d560 lov_stripe_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xee05cd0e lov_device_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/lov/lov 0xfecb75ab lov_lsm_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x0a468f1e fsfilt_register_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x0d87e8b9 lustre_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x24e1671d lprocfs_counter_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x2ef07c54 fsfilt_get_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3130fc8d fsfilt_unregister_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x3bcbdc4b lprocfs_stats_alloc_one +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x4d8d6dfa lprocfs_counter_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x776dfa9b fsfilt_put_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x8553b369 obd_memory +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0x91c36a64 pop_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xa0b3a37c push_ctxt +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xa5d72f73 l_dentry_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/lvfs/lvfs 0xb4f8ee63 lprocfs_read_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x0df21540 it_set_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5919b6d6 it_clear_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0x5ef8417d it_disposition +EXPORT_SYMBOL drivers/staging/lustre/lustre/mdc/mdc 0xfe26c5a6 it_open_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/mgc/mgc 0xdc287f95 mgc_fsname2resid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00954278 lu_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x00af6e77 cl_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x01665e34 class_parse_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0260ce93 cl_2queue_init_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x035852d0 lustre_swab_llog_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x039689ba cl_page_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x03fecc17 lu_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x057f6d4b class_find_old_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x067b9cab cl_lock_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0699b553 lu_env_refill_by_tags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06a8fe8e cl_object_glimpse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06b14f58 cl_io_submit_rw +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06cd88df lu_object_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x06df40fd cl_page_is_owned +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x072e0407 lustre_in_group_p +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07859ae2 lprocfs_alloc_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07a2b1e9 lu_site_init_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x07aa68bb lustre_swab_lustre_cfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0836daca lprocfs_register_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x083942ff class_del_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x096f2a33 lprocfs_rd_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0a88e7b1 lu_device_type_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0b513ee7 obd_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0c0d8366 lprocfs_rd_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0c7a5622 lprocfs_rd_u64 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0d981027 cl_page_list_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0df251b6 lprocfs_rd_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0e380487 cl_env_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0edfa608 cl_page_list_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0f164b8d lu_context_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x0fe91547 obdo_to_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x11495519 lprocfs_write_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x117f74a8 cl_sync_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x123e5b5b dt_directory_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1355f35f cl_page_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x13803bea cl_page_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x139b3d09 dt_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x145c7294 cl_locks_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1491dc30 lu_context_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14b29145 lprocfs_rd_conn_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14da65d3 lprocfs_free_obd_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x14e57a9b cl_2queue_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x158ca0da cl_io_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x15aae389 llog_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x163b6137 cl_site_stats_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x167859e8 cl_use_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16addbe3 cl_page_list_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x16e6a958 class_devices_in_group +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17260880 obdo_cpy_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17602dcf class_config_dump_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17c52607 obdo_to_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x17e3e31c class_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x18c3cd46 cl_2queue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b42d95a lu_object_locate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1b4f4cf9 lprocfs_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1d00fe36 lprocfs_rd_num_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1d199d6b llog_cat_cancel_records +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1e698014 lu_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x1eb8c7c5 lprocfs_obd_rd_max_pages_per_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x20212130 class_connected_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x211e36b3 lustre_idmap_lookup_uid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x214f6eff obdo_from_iattr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x21fc3cd8 class_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2211f84e cl_env_implant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x221826f1 class_parse_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x24cf035e lu_device_type_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x251fd4d4 class_disconnect_stale_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2547efae lustre_uuid_to_peer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26efa5da obd_export_evict_by_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26fd7f02 cl_index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x26ff4b58 lprocfs_rd_server_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x275cdc7a cl_env_reexit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x27a2338f lu_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2815374f llog_cat_init_and_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x285c59df dt_record_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x29119c34 cl_lock_extransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x293fe04a llog_cat_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x297cf5e0 class_handle2object +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2a866a2a class_new_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ae1cd79 kuc_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b9156ad cl_req_page_done +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2b9fb098 lu_object_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ba8e8f0 cl_page_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2bf97f82 local_file_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c5e2027 cl_page_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c644915 lprocfs_rd_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c68853f class_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2c7c2afe cl_page_unassume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2cde4fad dt_index_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2d000b89 dt_object_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2dba6632 lu_context_key_degister +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2ddbd610 lprocfs_obd_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2de98192 cl_lock_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e4e75dd lprocfs_exp_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2e84b0cc lprocfs_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2eb414d1 class_disconnect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x2f934e8e cl_page_list_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3079ce5c cl_io_iter_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x30ae9081 local_index_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3124b920 lustre_common_put_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x31c54763 lu_object_add_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3283bde9 cl_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x32ba7a38 dt_quota_slv_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33c151e3 lu_buf_realloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33c73af9 lu_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x33cc3b67 dt_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3468497d cl_lock_descr_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34945abc cl_object_attr_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x34c89d10 lu_kmem_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x35e2da00 class_unlink_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x365032fa cl_lock_enclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x37ed6e4b at_early_margin +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3841aa3c cl_lock_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x38fb0c90 class_match_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39c8580f class_handle_hash_back +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x39e6a8bf lprocfs_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3b91fc2d class_disconnect_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3d15f95a local_oid_storage_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3da2aa39 lprocfs_alloc_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e26c7d3 cl_lock_user_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e574622 cl_page_header_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3e6e9f9f lustre_register_client_fill_super +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3eab7bfe LU_BUF_NULL +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x3f25c782 obd_max_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x404bd7a7 class_handle_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x407d94d9 cl_io_submit_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40b0a1ff cl_page_list_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40b69641 llog_cat_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40c9c793 cl_lock_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x40f74a17 llog_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x41201e5e dt_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x43c20e79 cl_pages_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x447239b2 llog_exist +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x449e789a cl_lock_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44c6ef91 class_uuid2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x44e41abb lustre_posix_acl_xattr_filter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x452f559a lu_buf_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4611cd15 dt_txn_hook_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4688b074 cl_lock_is_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x46f64204 class_import_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x474ed5bd lustre_swab_ll_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x47b35f7d statfs_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x480c5a57 lustre_process_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x494cfb52 lustre_acl_xattr_merge2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49641d00 llog_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x498cb132 llog_cat_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x49a0f6ea lustre_posix_acl_xattr_2ext +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a2ab073 lprocfs_rd_connect_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4a664368 cl_io_rw_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4aae7b2c cl_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ac58713 obd_connect_flags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4b23f6dc cl_lock_disclosure +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4bf356ca lustre_idmap_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c190aad lprocfs_find_named_value +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4c4c700b obd_alloc_fail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4ca498ec dt_txn_hook_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4cb23874 lprocfs_rd_numrefs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4d13458b kuc_len +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4de36f3c lustre_idmap_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4de668ac lu_site_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4e11b987 lu_context_key_revive +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f2aee29 llog_thread_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f36cca0 cl_lock_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x4f8a4917 cl_page_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5092f536 lprocfs_at_hist_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c79856 llog_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x50c7fc36 ptlrpc_put_connection_superhack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5146687c cl_lock_unhold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x518734cc cl_io_rw_advance +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5315b4e2 lu_context_key_quiesce_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x54885f87 ldlm_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x558bec27 obd_ioctl_getdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x564e9d44 init_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x565b03af dt_index_walk +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x56e99a48 dt_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x570d09ae lustre_swab_lu_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x571848c4 class_process_proc_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x57ade8f0 local_index_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x582b013d dt_quota_glb_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x584370e8 llog_cat_close +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x586e84f8 llog_open_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5875495a cl_2queue_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58aa0dc6 llog_init_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x58da0682 lu_context_key_degister_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5953bbeb cl_sync_io_note +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x595d258c cl_io_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x59f0de18 cl_unuse_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a20d896 obd_memory_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a33650b lu_kmem_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a6229a2 lprocfs_add_simple +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5a753782 local_object_unlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b6fa23e lu_dev_del_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5b933b10 cl_io_is_going +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5bc022c5 lprocfs_dt_rd_filestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c56efec lprocfs_nid_stats_clear_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5c780492 lu_context_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d34ae0d cl_lock_mode_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d6ab4b9 lustre_register_kill_super_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5d9405f2 lprocfs_seq_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5da1475a class_conn2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5dc06a90 capa_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e1b498a dt_txn_callback_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e93341f lprocfs_oh_sum +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5e9742b4 cl_lock_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ed188a9 lprocfs_add_symlink +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f17aebd class_fail_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5f48601c dt_version_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5fe97b73 block_debug_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x5ffeaa2a llog_osd_put_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60a228ec cl_req_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x60d47a07 lprocfs_exp_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x624ffe24 lprocfs_counter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631a518d mea_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x631fd7b9 lustre_ext_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x648a7f66 lprocfs_free_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64c6cef2 cl_page_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x64d3bb9c lu_context_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x655cc0e1 cl_object_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65769934 capa_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x658df47a cl_page_gang_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x65a956d6 obd_llog_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6671e89d lu_object_assign_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67079ad2 cl_lock_closure_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6734adbd lprocfs_read_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x675244fa dt_otable_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x677fd7f9 proc_lustre_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67977b42 lprocfs_remove_proc_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67a90622 la_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x67dc223a lprocfs_remove +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6890d175 lustre_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x698e12b8 cl_page_list_splice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69b99754 cl_site_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69c42114 at_min +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x69f98ba5 class_config_parse_llog +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a3dec37 dt_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a658508 cl_unuse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a8a4ee9 cl_lock_user_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6a9362a8 lprocfs_init_mps_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6afc5cfa cl_io_lock_alloc_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6bd3d286 cl_lock_at_pgoff +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c095fe1 class_conn2export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6c674480 cl_lock_mutex_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6cab4a05 cl_object_attr_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6ce0ee4d cl_lock_delete +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6dee6ef4 cl_env_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6e9e0fe6 cl_page_list_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x6fab6ee6 cl_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x716fecae cl_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x718c7f3c cl_req_attr_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7209b8eb dt_declare_version_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x728b7b79 cl_lock_get_trust +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x72ddee4c obdo_le_to_cpu +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x737072db cl_req_page_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7393f2da lprocfs_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x742559b1 class_unregister_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74b7583b lu_object_put_nocache +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x74e2a91b cl_page_flush +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7519f618 lprocfs_init_ldlm_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x752f71a8 class_get_profile +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x753ddfea obd_exports_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75550a82 llog_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x756a77f3 class_parse_nid_quiet +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x75e67c77 cl_page_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7685ce7e dt_store_open +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x769983ba cl_page_clip +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77287acf cl_vmpage_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x779e33b5 lu_stack_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x77d2089a class_name2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78006c48 class_exp2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7802fcd7 lustre_swab_llogd_conn_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x789796a1 obd_zombie_barrier +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x78ea6d95 llog_osd_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79335484 cl_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79b184e6 lu_object_invariant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x79d04bb5 cl_page_list_move +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7b4fc57b at_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bab2bc0 lprocfs_rd_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7bc12d2a lprocfs_init_ops_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c1801a3 llog_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7c339cde cl_2queue_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7d1cc17d lprocfs_alloc_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e009616 lprocfs_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7e2a335e llog_copy_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7edcafa0 cl_env_reenter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7ef45d30 lprocfs_rd_timeouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f13927b obdo_refresh_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7f7d7cd9 lu_buf_check_and_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fad7291 raw_name2idx +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x7fe5561a obd_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8031efb8 lprocfs_dt_rd_kbytestotal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8068a1ab cl_page_own +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x806cc497 class_add_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x80fc0ab6 lu_object_header_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x816cd5ee obdo_from_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x81742d89 obd_ioctl_popdata +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x831f656c class_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x83776b8a cl_lock_state_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x846ed504 cl_page_make_ready +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8489f086 obd_alloc_fail_rate +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x849e5385 obd_update_maxusage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8503c454 lu_buf_check_and_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85aadd38 llog_cat_declare_add_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x85c7f47c class_new_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x878711e1 cl_lock_discard_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x87b88f62 iattr_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88839dc4 lu_context_exit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88b87068 lprocfs_stats_collect +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x88d1ccb1 cl_lock_mutex_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x891054f1 lprocfs_clear_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x894732cb lu_context_key_quiesce +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8976ef2f lu_device_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89b634f4 llog_cat_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x89db85ca lu_context_key_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8a1a9674 lprocfs_free_per_client_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8aa2c358 lprocfs_dt_rd_blksize +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b046cb0 cl_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8b5f4057 lu_context_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ba6e479 lustre_swab_lu_seq_range +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d253387 cl_offset +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8d658ed0 capa_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8e10e6d6 server_name2svname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8ecebb20 cl_io_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f60b762 lprocfs_nid_stats_clear_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8f67314c obd_dump_on_eviction +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x8fd6e65c cl_object_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x908ad28e lu_dev_add_linkage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90cb4813 dt_txn_callback_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x90e4c3fd class_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x91725fd1 cl_io_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x92e58479 obd_dump_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93859814 lprocfs_oh_tally +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x93b46468 lu_session_tags_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9496a10d cl_page_vmpage +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x94e28c11 lprocfs_wr_atomic +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9505c895 lustre_idmap_lookup_gid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9512d507 lustre_acl_xattr_merge2posix +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x955f5220 ldlm_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95735c6c at_extra +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95e1f5dc cl_page_unmap +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x95ec998a lustre_groups_sort +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97211e2f cl_lock_modify +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9767adce class_uuid2dev +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x97d03783 at_history +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x98fc7ab7 cl_object_attr_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x992989d9 cl_enqueue_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9b1ed9d8 obd_jobid_var +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9bc9edf1 lprocfs_wr_uint +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9be6843a cl_page_completion +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9c3af550 cl_req_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9d92ad7d cl_lock_closure_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dbb17b6 lprocfs_dt_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9dc4c1a0 cl_lock_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e599dc2 dt_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9e879395 lu_env_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9ed0488f llog_osd_get_cat_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0x9f6bc28b obd_max_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0860cf1 llog_ioctl +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0ae09ce class_conn2cliimp +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa0b8d370 class_export_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa11479b5 llog_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa160da4a lu_object_header_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1a0c497 md_from_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa1df3812 obd_devs +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa21c5ea1 obdo_from_la +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa27ed1cc cl_page_lookup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa2c55aee cl_page_own_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3682b48 dt_find_or_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3cf6d89 cl_io_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa3fb3ff1 class_export_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa409dcc9 lprocfs_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa48c4a30 lustre_idmap_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa513f7e4 lustre_groups_from_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5d79c7c capa_cpy +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa5fb234f lprocfs_write_frac_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa674c241 kuc_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6b06f24 cl_page_is_vmlocked +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa6f86855 cl_env_peek +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa704e25d cl_lock_enqueue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa7c4fc3a cl_io_sub_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa8d19c7a lprocfs_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xa9dc47a8 lprocfs_rd_kbytesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa12c914 llog_cancel_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa21b7a0 lustre_register_quota_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa22ab86 lprocfs_seq_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaa66cb5e lu_object_find_slice +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaadcdab2 llog_cat_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab1f3bee obd_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xab51fb73 class_detach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabbb2710 cl_object_prune +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabcdce9a llog_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xabf45922 capa_decrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac7f1596 kuc_ptr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xac8d6d4d lu_object_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad74436d cl_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xad9c3962 cl_2queue_assume +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae2277b6 cl_io_unlock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xae418833 cl_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xaf533504 lu_device_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb01963a6 class_uuid_unparse +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb0fb9886 cl_lvb2attr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb106c333 dt_store_resolve +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb10d5a05 cl_env_unplant +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1322085 cl_lock_nr_mutexed +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1b89b6d class_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb1e5af75 lu_ucred +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb25c3e61 lprocfs_rd_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb271ce82 cl_object_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb301df62 class_name2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb310fb51 lu_object_find_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb41998cd lustre_cfg_rename +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb46d477d llog_declare_write_rec +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb49829e8 lu_env_refill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5094a54 cl_env_nested_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb5f31909 cl_page_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb61a5a87 lustre_end_log +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb635af9e dt_acct_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb6ba5dd5 kuc_ispayload +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb743ec6a dt_mode_to_dft +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb77dfb63 lu_site_purge +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb79f9133 llog_declare_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb7eba8b0 obd_export_nid2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8286317 lprocfs_seq_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb89a6da1 obdo_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xb8ed3e5f cl_env_nested_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xba985283 lustre_register_client_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbacac922 lprocfs_write_frac_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbba21188 class_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbc9f94ed lprocfs_free_md_stats +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe1508c8 cl_io_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbe7ef4ca class_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbefac2f7 llog_backup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf6c2de8 cl_page_print +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xbf6ccaa1 lu_object_anon +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc05422b1 cl_object_kill +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0954007 lprocfs_oh_clear +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0bf7ef2 obd_debug_peer_on_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc0fd671f cl_io_loop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc12511e4 lprocfs_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc17b387d cl_object_has_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc18d06cf lu_buf_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc1c9b006 cl_page_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2294ddf dt_lookup_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc2f5bc21 capa_cachep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc318a0bb class_search_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc340e135 class_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc398374e llog_process_or_fork +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc3b2a2d4 cl_lock_hold_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc413998b dt_locate_at +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc5097810 llog_reverse_process +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc611b046 cl_lock_ext_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc65d8f91 cat_cancel_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc6da68b8 dt_record_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc8dbaa87 lustre_swab_cfg_marker +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xc925d547 lu_object_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0ab67f obd_max_dirty_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0d55e3 class_manual_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcb0e6919 lu_site_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xccf7a8de obdo_cpu_to_le +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd6d8726 lu_env_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcd7537ee get_devices_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcdfb1ae9 llog_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcedb140a obdo_cmp_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf0af83c dt_txn_hook_commit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcf715c71 cl_lock_mutex_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xcfda0b1b lu_context_enter +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd010cbf4 cl_io_iter_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd08827c0 server_name2fsname +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd0f05f09 cl_page_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd10aa042 lustre_swab_llog_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1404275 llog_declare_create +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1b1478b cl_attr2lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd1f58645 lustre_swab_llog_hdr +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd24e31ff cl_page_list_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd26548b0 cl_page_list_discard +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd2ccf5f5 cl_lock_closure_build +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd30dd6ab class_find_client_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd46ec03a cl_env_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd4a5dff5 cl_page_disown +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd516dba6 class_config_llog_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd55f9dd9 cl_2queue_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd5c923bd obdo_from_inode +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd706824b cl_io_prepare_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd70fe669 lustre_swab_llogd_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd71207b6 lprocfs_add_vars +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7a43c2c cl_lock_descr_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bc8654 obd_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7bfbc9c lprocfs_dt_rd_filesfree +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd7f7b340 cl_lock_mode_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8065bd5 cl_lock_hold +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd8753210 lprocfs_single_release +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xd9e1b65f cl_page_cache_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda1218c9 cl_object_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda23880c llog_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xda5b1ced class_find_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdac644c8 lustre_posix_acl_xattr_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdaf2ae3a local_oid_storage_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb13dce1 capa_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb682078 cl_page_find_sub +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdb9367b3 __llog_ctxt_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdc64d07b cl_req_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdcc40af0 class_check_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdda3d949 class_handle_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xddeb91cd cl_wait_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xde7d985b obd_dirty_transit_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xdea89d58 dump_lniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe028cf84 capa_encrypt_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe04814b7 class_import_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe0603f7f cl_io_read_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe089bbee lu_context_key_revive_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe1252456 cl_lock_is_intransit +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe144940b cl_req_slice_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2eb4470 class_get_next_param +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe2f0623e obd_export_evict_by_uuid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe30f3947 cl_page_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe324ab18 class_num2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3323f5d class_handle_free_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe358dbfb cl_object_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe3f3c9f8 cl_io_commit_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4738193 llog_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe4ab9952 class_incref +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe53cc64e lu_device_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe582d803 cl_lock_signal +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe6faefb5 class_put_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe71143c8 lu_cdebug_printer +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe7d83236 cleanup_capa_hash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8a55ca2 lu_context_key_register_many +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe8e84c32 class_match_nid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xe9d05dff lu_object_unhash +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xea1938ac cl_lock_weigh +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeaa20b3a obd_llog_finish +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeacec47c lprocfs_oh_tally_log2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb3f388a _debug_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeb65f659 cl_conf_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec76847f lustre_idmap_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xec7d6b85 obd_timeout_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xed5cc533 cl_lock_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xee68bc29 lu_session_tags_update +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xeeeb79fa do_lcfg +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef76f858 block_debug_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xef852fc1 cl_type_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf01e2527 server_name2index +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf0adde9e cl_page_prep +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf1a0a013 cl_page_list_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf2fd6695 statfs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf3bc5b9d dt_lfsck_features +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf4241a61 cl_page_is_under_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf490d5f9 class_del_profiles +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf5773720 lu_ucred_assert +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf60d4659 capa_count +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf65f8d0b dt_try_as_dir +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7020831 lprocfs_dt_rd_kbytesavail +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf72e8288 dump_exports +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf7ad2ac7 cl_lock_hold_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf86127a5 cl_io_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8626f44 cl_sync_io_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf864c4d1 lu_device_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf8c2df92 obdo_set_parent_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9d0d6aa class_exp2obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9e46931 cl_queue_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xf9f3216f llog_sync +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa599fa7 local_file_find_or_create_with_fid +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa7a6c8c cl_io_lock_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfa813d06 capa_hmac +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfada7757 cl_io_top +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfbea0098 lu_types_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc7f18d0 obd_pages_max +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfc8b4735 llog_is_empty +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfd68d17a class_notify_sptlrpc_conf +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdbe1557 lprocfs_write_u64_helper +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfdf7246e class_register_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfe16597e lu_ucred_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfebcc638 lu_context_key_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xff57e92d class_match_net +EXPORT_SYMBOL drivers/staging/lustre/lustre/obdclass/obdclass 0xfffc1f11 lustre_swab_ost_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/osc/osc 0x5c4940c2 osc_update_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00cb99c1 RQF_LDLM_INTENT_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x00d95039 ptlrpcd_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x01d6ef7f ldlm_pools_recalc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0279146a ptlrpc_abort_inflight +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03807c04 lustre_pack_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03d2d9c7 ptlrpc_set_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x03e9bbb1 ptlrpc_check_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x048b59d5 lustre_msg_set_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x04ffe971 ptlrpc_cleanup_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0515f93b RQF_FLD_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x054e92ae ldlm_reprocess_all_ns +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0562ccab req_capsule_other_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06112089 ptlrpc_nrs_policy_unregister +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x06b3942b lustre_swab_lov_user_md_objects +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x071fc74a RQF_LDLM_ENQUEUE_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x07605c7d interval_find +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0864636b ptlrpcd_wake +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x08bb2d27 lustre_swab_obd_ioobj +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x095587d0 lustre_msg_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a24b7a5 ptlrpc_fail_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a3130b0 RMF_MDT_EPOCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a7ae1ab ptlrpc_register_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0a9f9a9c ptlrpc_lprocfs_register_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac252b2 lustre_msg_set_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ac54708 lustre_errno_hton +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b807471 ldlm_lock_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0b9eed1a ptlrpc_register_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0bcacb5d RMF_MDS_HSM_USER_ITEM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0c2d9c43 lustre_swab_lip_header +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0ca4b56c client_import_find_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0cf343dd RQF_LDLM_INTENT_BASIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0e471e63 sptlrpc_import_flush_all_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0f856398 ptlrpc_commit_replies +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0fa0d385 client_disconnect_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x0fce9895 client_obd_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10025b4b ldlm_destroy_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x109f084c ptlrpc_pinger_del_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10af3136 lock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10b2df16 sptlrpc_conf_target_get_rules +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x10f18f20 interval_iterate_reverse +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x111bef23 ldlm_lock_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x115017f6 req_layout_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x12b6f5a3 ptlrpc_connection_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1354252c ldlm_namespace_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1483eca4 ldlm_lock_addref_try +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x14d192db lustre_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x15a3e4db RMF_GETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17053c2a ptlrpc_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x172fb86d lustre_msg_hdr_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1747d8b3 ldlm_lockname +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17582121 req_capsule_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x17950f60 RQF_SEC_CTX +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x18419365 ldlm_register_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19108a0f RQF_OST_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1973a613 ldlm_blocking_ast_nocheck +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x19c08934 RQF_LDLM_INTENT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a6a3ce9 RQF_OST_GET_INFO_LAST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1a9b76aa RMF_OBD_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1aadbfc9 req_capsule_client_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1abd3258 RMF_SETINFO_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ace4b5f RQF_LDLM_BL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ad6c330 RMF_EAVALS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1b322d51 req_capsule_init_area +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1bae0270 interval_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be1c7b3 ptlrpc_unpack_req_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1be21715 lustre_msg_size_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c203f74 ptlrpc_request_alloc_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c300d8e lustre_msg_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1c82ceaf _debug_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1d043548 lustre_msg_set_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1dc2051d RMF_SEQ_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1de9c288 lustre_swab_layout_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1e8e48a4 sptlrpc_flavor_has_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1eb2a65f RQF_OST_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee46b51 lustre_init_msg_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1ee9eb3c RQF_MDS_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x1f69e03c ldlm_namespace_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2016c94e client_obd_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2096f5b5 RQF_OST_SET_GRANT_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d57c02 ldlm_resource_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d66da4 ptlrpc_req_finished +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x20d6b82c RQF_LDLM_INTENT_QUOTA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x218a36ce ldlm_cli_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x219391ec RMF_EAVALS_LENS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x22b43bb1 client_import_add_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x233790b5 RMF_OST_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x23dcd4c0 req_capsule_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x244e5558 lustre_msg_get_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2473fd16 client_import_del_conn +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x24aafdba RMF_MGS_TARGET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2585a629 RMF_SEQ_RANGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2587513c RQF_LDLM_CP_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x25e627b0 sptlrpc_cli_unwrap_bulk_read +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x264d465f ldlm_blocking_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x269554ce RQF_LDLM_INTENT_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x26f99d16 RQF_MGS_CONFIG_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2739d07a ptlrpc_recover_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x285e5b99 lustre_msg_set_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x286188fc ldlm_lock_downgrade +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29af3345 ldlm_cli_cancel_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29b8944f ptlrpc_deactivate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29c8350b ptlrpc_request_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x29e0869a sptlrpc_get_hash_name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a63a472 lustre_swab_ptlrpc_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2a85fff1 ptlrpc_cleanup_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2b1aeb45 ldlm_lock_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2c00c60d ptlrpc_sample_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ca92fa8 ldlm_lock_decref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ccd5b87 ldlm_cli_cancel_list_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d56f168 ptlrpc_pinger_ir_up +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2d798316 RMF_MGS_CONFIG_RES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4562fe RQF_LLOG_ORIGIN_HANDLE_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2e4ca396 RQF_LDLM_INTENT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ecd7515 lustre_msg_check_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2ede89f1 ptlrpc_request_bufs_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f0e4f87 RQF_OST_QUOTACTL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2f722c73 sptlrpc_sec_destroy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x2fd2f737 lustre_msg_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x301d4fcd RQF_MDS_READPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x302937e0 RQF_MDS_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3060b9c6 sptlrpc_rule_set_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3085a27e ldlm_pool_get_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31838cb4 RMF_IDX_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x31b04b98 ptlrpc_prep_req_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3261b862 RQF_OST_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x32c56afc req_capsule_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x334eea68 sptlrpc_cli_ctx_wakeup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x339583ff sptlrpc_sec_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33b2ef6e ldlm_namespace_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x33bb7761 ldlm_typename +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x344f16ef req_capsule_server_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x35939a3d lustre_swab_fiemap +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3627c292 sptlrpc_gc_del_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x372e2d90 __ptlrpc_free_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x376fbb4c sptlrpc_req_replace_dead_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3835ab4b RQF_LLOG_ORIGIN_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3858fb94 RMF_OBD_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x386ac9f1 ptlrpc_set_add_new_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38c01799 RQF_LDLM_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x38fce533 lustre_msg_set_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3927e165 client_connect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39bd1dd4 lustre_swab_mdt_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x39f60a5f RMF_OST_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a1e4bcb __lustre_unpack_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3a491263 ptlrpc_stop_all_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ab90f6e lustre_msg_bufcount +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ac00716 lustre_swab_hsm_user_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b3ac7ec ptlrpc_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6468d2 sptlrpc_svc_ctx_invalidate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6b7cba dump_ioo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3b6ccf0f ptlrpc_pinger_add_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3bedb0c7 RMF_LLOGD_CONN_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3c63e62b RQF_MDS_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3ca50f33 RQF_MDS_HSM_CT_REGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3d7dc5f9 ldlm_pools_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dc47695 lustre_msg_get_magic +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3dddb3e2 dump_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3e11d5dc ptlrpc_unregister_service +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f034caf lustre_msg_get_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x3f752e78 RQF_MDS_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x40363867 ldlm_namespace_new +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x41008cef RQF_LDLM_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4220a257 req_capsule_client_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x423d4899 req_capsule_field_present +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43168488 RQF_MDS_RELEASE_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43705ee4 RQF_LOG_CANCEL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x43d7efc8 lustre_msg_set_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44036eda RQF_MDS_GET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x440c2a71 RMF_FIEMAP_VAL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x44250a0e ldlm_lock_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4481591d RQF_OST_SET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45d05893 lustre_swab_lustre_capa +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x45e30cea lustre_swab_ldlm_intent +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x479eabae sptlrpc_gc_add_sec +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47c75e1e lprocfs_rd_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x47f5e903 RMF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x48814c9f lustre_swab_ost_lvb_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4923a02b sptlrpc_gc_add_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x498c03c5 lustre_msg_set_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x499cfca2 ptlrpc_req_set_repsize +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4a5a2416 RMF_DLM_REQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b09ce4b lustre_swab_mdt_rec_reint +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b12880b req_capsule_client_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4b9661e4 client_destroy_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4c16832c ptlrpc_hpreq_handler +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4cc8522a ldlm_prep_elc_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4d7580d0 lustre_swab_hsm_user_item +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e1706e5 lustre_msg_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4e696b96 ptlrpcd_queue_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4eb03a6f ptlrpcd_destroy_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x4f766c3b lustre_swab_generic_32s +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50443f6a ptlrpc_init_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x50dd74f8 RMF_STRING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x52c62150 RMF_RCS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53411557 RMF_DLM_REP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x53a4a004 bulk_sec_desc_unpack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5432fc70 ldlm_lock_fail_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x54ae5021 ldlm_lock_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x555eb7fe RQF_MDS_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x56cad403 ptlrpc_save_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x588035b4 RMF_UPDATE_REPLY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x589763c8 req_capsule_has_field +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x595ab175 lustre_swab_obd_quotactl +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x596582bf RMF_GETINFO_VALLEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59a7b91a ldlm_pool_get_lvf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59a7be4b req_capsule_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x59ca398b ptlrpc_add_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a057439 interval_search +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a1fce58 ldlm_enqueue_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5a457d97 ptlrpc_request_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5af0d02a ldlm_lock_dump_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b2fe567 ldlm_cli_update_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5b6ba895 lustre_packed_msg_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c5db0af ldlm_init_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5c6a3a83 RQF_SEQ_QUERY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ca1b491 lustre_swab_close_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5caae213 ptlrpc_next_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e0b19b1 RMF_CLUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e2b7558 lustre_msghdr_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e6f435d RQF_OST_BRW_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5e80f899 RQF_LLOG_ORIGIN_HANDLE_READ_HEADER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ec3284d RQF_MDS_HSM_CT_UNREGISTER +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5ef831ee lustre_msg_get_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5f96ccdd ptlrpc_connection_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x5fc9a455 RMF_CLOSE_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6030b9bb sptlrpc_register_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6042bc15 RQF_MDS_REINT_RENAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x604e2505 RMF_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x607ec932 lustre_msg_set_buflen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x608652f6 sptlrpc_conf_client_adapt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x60cd26ad RQF_MDS_REINT_CREATE_SYM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x613d3bea ptlrpc_lprocfs_brw +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x61646e1b RQF_MDS_SWAP_LAYOUTS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x618ad203 RQF_OST_GET_INFO_LAST_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62192cf8 dump_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x62aaae3f RQF_MDS_HSM_REQUEST +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6315dd4c RMF_LLOGD_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6352a62d ldlm_get_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x63f356a7 ldlm_pool_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x63fd9129 req_capsule_server_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6443778c __ptlrpc_prep_bulk_page +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x647b6e48 lustre_swab_ldlm_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x64e7bec9 lprocfs_wr_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x653723dc RMF_LOGCOOKIES +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x657b00b7 ptlrpc_init_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6604acc7 req_capsule_filled_sizes +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x683243bf ptlrpc_set_next_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x685eeaba RMF_DLM_GL_DESC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68b8a3b8 sptlrpc_import_sec_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68cb2541 interval_is_overlapped +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68f49e5e ptlrpc_expired_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x68fa406e lustre_pack_reply_v2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6912990a RQF_OST_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x696ba811 lustre_msg_get_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x69c9f04d RQF_MDS_REINT_LINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6a3785c9 RMF_EADATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ae89557 ptlrpc_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6b6e5ea2 ldlm_prep_enqueue_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c3d5b18 ptlrpc_start_threads +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6c70737f _ldlm_lock_debug +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d72828c sptlrpc_conf_log_update_end +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6d7931cc RQF_UPDATE_OBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6ed20499 ldlm_revalidate_lock_handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6efa82b0 RQF_MGS_TARGET_REG +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f6dc736 lustre_swab_mdt_remote_perm +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6f7a9f36 ldlm_cli_cancel_unused +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x6fb92092 sptlrpc_flavor2name_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x703538e4 lustre_swab_hsm_current_action +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x71dca186 req_capsule_client_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x723d43b6 sptlrpc_rule_set_dump +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7250eba9 ptlrpcd_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x725a892c RQF_MDS_REINT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x72a5ba32 ldlm_pool_del +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x73e4e5c9 ptlrpc_add_rqs_to_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x74840056 lustre_msg_set_status +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7525445f ldlm_resource_foreach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x75a2c40d ldlm_put_ref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x76b728e5 lustre_swab_update_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77571cc6 lustre_swab_ost_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x77840c82 sptlrpc_rule_set_choose +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x784f932b ldlm_lock_fail_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7892d299 ldlm_resource_unlink_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x78bf9136 lustre_swab_ldlm_lock_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x79ed9bf7 sptlrpc_cli_ctx_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7a832f10 RMF_CONN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b158da4 lustre_swab_ldlm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b2d54f6 ldlm_cli_cancel_list +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7b93de82 ptl_send_rpc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7bbf8001 RMF_MDT_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7c4c6107 RQF_LDLM_CONVERT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d1ecd7f RQF_LDLM_INTENT_LAYOUT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d3f1fc2 ptlrpc_req_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7d41a8b9 RQF_QUOTA_DQACQ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dc0e7cd RMF_QUOTA_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7dfb3c18 lustre_msg_clear_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7e4c6a77 ldlm_cancel_resource_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4925d8 interval_expand +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f4c99b1 ldlm_expired_completion_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f5a1cc7 lustre_msg_set_type +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f6d2357 lustre_msg_is_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7f991d67 ldlm_destroy_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x7fbedf2e ldlm_pool_setup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80a9e8c3 lustre_msg_get_last_xid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x80ecb4e3 RMF_MDS_HSM_CURRENT_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x817d7f1f lustre_msg_add_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x81c69d7d llog_initiator_connect +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x81d08f2d ldlm_resource_putref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x826d3c4f RQF_LDLM_GL_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x837efb00 RMF_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x849264dd lustre_free_reply_state +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85135801 RMF_DLM_LVB +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8549b9f9 ptlrpc_disconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85a9e0d8 RMF_FID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x85eecf67 sptlrpc_get_hash_alg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8634ea8d ldlm_flock_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x863db6eb RMF_HSM_USER_STATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x867756f7 ldlm_glimpse_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x868a93fb ptlrpc_send_error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x86fa8c3b ldlm_cli_convert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8760beaf lustre_swab_ldlm_policy_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x876c2551 RMF_GETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87a8b589 sptlrpc_cli_unwrap_bulk_write +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x87bf7b3c sptlrpc_get_next_secid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88487265 ptlrpc_request_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8872f3d2 RMF_SETINFO_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x88fff52d RMF_CAPA2 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8964ff00 ptlrpc_service_health_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x89f9edf7 RQF_MDS_REINT_SETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a1ea476 lustre_swab_hsm_state_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a257736 RQF_MDS_HSM_STATE_GET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a4345b1 ptlrpc_set_add_cb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8a8dfd72 ptlrpc_at_set_req_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ab746d9 target_send_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8ac440fa ptlrpc_uuid_to_connection +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b7b3eb6 sptlrpc_cli_ctx_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8b854254 lustre_swab_mgs_config_res +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8caff122 ldlm_lock_allow_match +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8cb71d4b RQF_MDS_REINT_CREATE_SLAVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8d77ea75 lustre_msg_set_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8da3fca7 lustre_msg_add_version +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8db5ea6f ptlrpc_buf_set_swabbed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8db8012f ldlm_get_enq_timeout +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8e9abe4d RMF_GENERIC_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8f0aceac RQF_MDS_HSM_ACTION +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x8fec0451 lustre_msg_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9056e9bd sptlrpc_target_sec_part +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x919c4ce3 RMF_OBD_ID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x91cf58d3 RQF_MDS_PIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x92d34d9d do_set_info_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x937b1ee0 lustre_swab_mdt_ioepoch +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x94056ba8 ldlm_lock2desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x949e5fc7 ptlrpc_reconnect_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x94e7a04c ptlrpc_req_finished_with_imp_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9553c633 RQF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x95d08f0c lustre_swab_mgs_target_info +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x963010b7 req_capsule_server_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9660ace0 RMF_FLD_MDFLD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x966325e9 ldlm_pool_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x967bfd52 RQF_OBD_PING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9798f2f1 RQF_MDS_GETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x97f644d9 req_capsule_server_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x980fcfdc ptlrpc_connection_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x99fe2b89 ptlrpc_request_alloc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a087c00 lustre_pack_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a258886 RQF_MDS_GETSTATUS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9a6f2f6d lustre_msg_set_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9b88f6ce RMF_NIOBUF_REMOTE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb1d3d7 ptlrpc_replay_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9bb5198b RQF_MDS_CLOSE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9c40e83e sptlrpc_cli_wrap_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d03e02d ptlrpc_nrs_policy_register +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d271a4d ptlrpc_invalidate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d2e8fbe ldlm_pool_shrink +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9d7ea314 sptlrpc_pack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9db08c85 ldlm_cli_enqueue_local +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9e5c241b ldlm_namespace_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9f14c541 ptlrpc_retain_replayable_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9f281c16 ptlrpc_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0x9fb088f1 lustre_swab_lov_mds_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa10f0d3d RMF_UPDATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa12ffac8 req_capsule_server_grow +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa1407a2a ptlrpc_queue_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa163f4c3 dump_rniobuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa1881279 ptlrpc_init_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa213efce ldlm_extent_shift_kms +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa2244636 RQF_MDS_GETATTR_NAME +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa22c0086 ldlm_error2errno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa3d2a6ee RMF_CAPA1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4667e5a ptlrpc_restart_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa47787ef RMF_PTLRPC_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4a2d089 RQF_OST_PUNCH +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa4bea5ef lustre_swab_lmv_user_md +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5458dad ldlm_lock_decref_and_cancel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa5880075 ldlm_errno2error +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa62a1d5d ldlm_init_flock_export +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa66888dd ptlrpcd_add_rqset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6c436ca RQF_MDS_WRITEPAGE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa6d2ab64 req_capsule_server_sized_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7d55cc3 RQF_MDS_REINT_CREATE_RMT_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7e360b1 RMF_OBD_IOOBJ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa7ec567d RMF_CONNECT_DATA +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa8649f09 ptlrpc_request_set_replen +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9704f80 lustre_msg_get_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9c4658e lustre_swab_lov_user_md_v3 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9ecb6d1 ldlm_pool_get_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xa9edf09d RQF_OBD_IDX_READ +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xab25c61c ptlrpc_mark_interrupted +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xabbfe0fd sptlrpc_lprocfs_cliobd_attach +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xadaaaca6 sptlrpc_import_flush_my_ctx +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaddc3979 lustre_swab_lustre_capa_key +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xae5563ca ldlm_completion_ast_async +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf4e9658 RQF_MDS_SYNC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf50a0d6 RMF_HSM_STATE_SET +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xaf597538 sptlrpc_target_update_exp_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb0751fa4 RQF_LLOG_ORIGIN_HANDLE_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1b43d8a dump_rcs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1edb61e sptlrpc_sec_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb1f507ce ptlrpc_activate_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb27c2374 lustre_msg_get_jobid +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb291473d lustre_msg_early_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb2b1817d lustre_swab_ost_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb4a7ecf3 lustre_msg_add_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb512ebc2 sptlrpc_parse_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb5240386 ldlm_namespace_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb5256153 sptlrpc_cli_enlarge_reqbuf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb55efb47 ptlrpc_resend_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb5b491b7 ptlrpc_wake_delayed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb61cb95a RQF_MDS_GETXATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb68476df interval_erase +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb6aafd03 RQF_MDS_DONE_WRITING +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb720d89b req_capsule_server_sized_swab_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7767a67 ldlm_resource_iterate +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7b38189 RMF_MDT_MD +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb7fa3cc8 RMF_LLOG_LOG_HDR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb8240318 __ldlm_handle2lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb903634e RQF_OST_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xb9b631cf lustre_swab_mgs_config_body +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaa76097 lustre_msg_string +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbaed0abc ldlm_lock_allow_match_locked +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbc1370dc lustre_shrink_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd1f0ea6 ptlrpc_prep_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd622721 ldlm_pool_set_limit +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd83bc44 RQF_OBD_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbd8bf4e2 ptlrpc_prep_bulk_imp +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe44be55 ldlm_pool_get_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbe47bc7e ping_evictor_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbef769cc RQF_CONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbf98b86f RQF_MDS_QUOTACHECK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xbffd4313 RQF_OST_BRW_WRITE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc06c4670 lustre_msg_get_versions +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc073148b lustre_pack_reply_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0867da7 RMF_REC_REINT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0b08669 req_capsule_set_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc0cdf55e RMF_MGS_SEND_PARAM +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2986d28 lustre_swab_ldlm_res_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2b1af57 RQF_MGS_SET_INFO +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2be922a RMF_SYMTGT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc2cf56da req_capsule_get_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc5114004 ptlrpc_pinger_sending_on_import +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc559a634 RMF_LAYOUT_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc60a60e1 RQF_OST_STATFS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc694be4b RQF_LLOG_ORIGIN_HANDLE_PREV_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc763fabc sptlrpc_process_config +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc76db7e4 sptlrpc_enc_pool_put_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc78a5464 ptlrpc_free_rq_pool +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc79b9c67 ldlm_pools_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7c4e964 ldlm_pool_set_clv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7ca8257 RQF_MDS_REINT_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc7e47564 ptlrpc_interrupted_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xc8f586a9 ptlrpc_connection_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xca5a81ec ptlrpc_pinger_ir_down +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb16107d ptlrpc_set_wait +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2cc0cf lustre_swab_lquota_lvb +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcb2ceaff sptlrpc_secflags2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcbc0966f ptlrpc_obd_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce1a689b sptlrpc_enc_pool_add_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xce86066d lustre_msg_set_slv +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcec513c9 RQF_MDS_UNPIN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xced015be sptlrpc_rule_set_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9963db lustre_msg_get_op_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xcf9aab6a RQF_MDS_DISCONNECT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd0fc2e09 target_pack_pool_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2983334 lustre_swab_swap_layouts +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd2e0d4eb lustre_msg_get_opc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd3dae408 ldlm_it2str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd4b76cc4 sptlrpc_get_bulk_checksum +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd5139f8c ptlrpc_unregister_bulk +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd537ded2 lustre_swab_obdo +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd5e30064 req_capsule_extend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd5f17f36 ldlm_completion_ast +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd64418cb lprocfs_wr_ping +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd67a5d7b lustre_swab_update_reply_buf +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd69e0a27 RQF_MDS_IS_SUBDIR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd6c3ebfb RMF_FIEMAP_KEY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd7910326 lustre_swab_obd_statfs +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8b91b3e lustre_swab_lov_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8d51bad ldlm_cli_enqueue_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd8f06300 RQF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xd9561861 RQF_LDLM_INTENT_OPEN +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xda2ac111 sptlrpc_proc_root +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdaf4a07b ptlrpc_buf_need_swab +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb1fb0a2 RQF_MDS_REINT_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdb9d5a6a lustre_swab_niobuf_remote +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdbb99a09 ptlrpc_request_alloc_pack +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdcf910b9 lustre_swab_ost_last_id +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd0ffb04 sptlrpc_flavor2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdd30d7bf RMF_ACL +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xddc40a85 lustre_msg_get_flags +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde12d36b RMF_MDS_HSM_ARCHIVE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xde555d70 sptlrpc_enc_pool_del_user +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdee87192 sptlrpc_conf_log_update_begin +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf313cb9 ldlm_namespace_cleanup +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xdf701ae7 lustre_swab_fid2path +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe0cc694c RQF_LLOG_ORIGIN_HANDLE_NEXT_BLOCK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40e0a50 lustre_msg_get_transno +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe40f077c ldlm_replay_locks +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe46b5a16 unlock_res_and_lock +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe4ded699 ldlm_cli_enqueue +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe57bd972 sptlrpc_current_user_desc_size +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe5e8169b lustre_errno_ntoh +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe624997a ptlrpc_lprocfs_unregister_obd +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe643998e RQF_OST_SETATTR +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe6f0dc96 RQF_OST_CREATE +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7062b5f RMF_U32 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7512278 ptlrpcd_addref +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe7b9bc9a ptlrpc_schedule_difficult_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xe888dd06 ptlrpc_set_import_active +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xeabac4fc sptlrpc_rule_set_merge +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb641a8 ldlm_lock_change_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xebb64e68 req_layout_fini +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec09f8c3 ptlrpcd_alloc_work +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec226f66 ping_evictor_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xec939a00 RQF_MDS_REINT_UNLINK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecace5c1 RQF_OST_GET_INFO_GENERIC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xecbd7738 sptlrpc_unregister_policy +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed1c10d6 ptlrpc_connection_put +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed2f206f ldlm_lock2handle +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed8aea65 ptlrpc_set_add_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xed9a4d8f ldlm_cli_cancel_unused_resource +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedaab35b ptlrpc_unpack_rep_msg +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xedcb740d sptlrpc_name2flavor_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xee8c9bb4 ptlrpc_resend +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xef1aeca9 RMF_FLD_OPC +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0241d6e lustre_swab_hsm_progress_kernel +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0365ba4 ldlm_pool_init +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0380730 lprocfs_wr_evict_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf0d52b5f ptlrpc_pinger_suppress_pings +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1027254 sptlrpc_cli_ctx_expire +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1300275 _sptlrpc_enlarge_msg_inplace +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf1428f82 ldlm_pool_add +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf277c125 RQF_OST_GET_INFO_FIEMAP +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf27d49dc sptlrpc_target_choose_flavor +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf35f132b lustre_swab_ldlm_resource_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3d44370 RQF_OST_DESTROY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf3efb97b ptlrpc_request_free +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf43540b9 lustre_swab_mgs_nidtbl_entry +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf44569e4 ptlrpc_unregister_reply +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf45085e1 sptlrpc_conf_log_stop +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf5027e0b llog_client_ops +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf55c033b RMF_MGS_CONFIG_BODY +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf584a16b sptlrpc_part2name +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf596e9ae sptlrpc_conf_log_start +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf607fc23 sptlrpc_flavor2name_base +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf617ab8a lustre_msg_get_conn_cnt +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf63a3687 lprocfs_wr_pinger_recov +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf697b756 ldlm_dump_all_namespaces +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7408f84 lustre_swab_hsm_request +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf7ba40c0 RMF_MDS_HSM_PROGRESS +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf85cb27e sptlrpc_parse_rule +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf870fed9 RQF_LDLM_GL_DESC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf8fc9aad ldlm_lock_get +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9051bd6 RQF_QC_CALLBACK +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf94e41e0 deuuidify +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf973aa93 lustre_swab_lov_user_md_v1 +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ec31dc sptlrpc_target_export_check +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9ee11e2 lustre_msg_set_last_committed +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xf9f72dfc RMF_TGTUUID +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa51688d interval_insert +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfa6954ce sec2target_str +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfb444a98 ptlrpc_prep_fcset +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfc2fa83f ptlrpc_del_timeout_client +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfce4939a sptlrpc_enc_pool_get_pages +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xfd148bf8 RMF_LDLM_INTENT +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff02a0e9 ldlm_lock_set_data +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff295ff1 target_print_req +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xff2b5341 ptlrpc_prep_set +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffc807e8 sptlrpc_unpack_user_desc +EXPORT_SYMBOL drivers/staging/lustre/lustre/ptlrpc/ptlrpc 0xffe29c3f RQF_LDLM_ENQUEUE +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0xd925e961 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x049c7070 go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x486d6826 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x562b7e1e go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x7a1d70d8 go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x93738b81 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x94c3f454 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xc0eb43a6 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xceffe2b4 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xffb6c40a go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0x1cba4353 rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0121dc3c rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x030182f1 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0a120afa rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0b1bb647 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0d2a8684 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0d98ba8b rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0f1ef392 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b65a115 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x26683265 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x26ac9bad rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x28eab18e rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2c6075fb rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2d33dfaa rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2f0946ed notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3f4fc862 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x410c6779 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x48c155f6 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4bc0892f rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x55840acd free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5d4f6ba3 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5ea144a2 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x60ea3e3f rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6292006d rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x65237b8c dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x728f5ee8 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x741480d5 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7a36b48b rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7c40ae0d rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7eea5b3b rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8d1ccbbd rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8deebf9c rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa2bdff75 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xabc6ef0a rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb8f478cc rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb9a59fb1 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbc378183 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcb1135f1 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd02534c9 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd25ea4c7 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf4d538c rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe3926a97 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe3a44dc9 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe5442c17 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe840a636 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf08d66c7 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf5f27bc3 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf616b8fa rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfc05306e rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfe88dbc2 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfe9de048 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x02fd6c69 stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x03d64045 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x040c5641 stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0850fac2 stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x0a00f175 stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x103814c3 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1763b726 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1f829734 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x27f0731c stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x389e7ee8 stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x469517ef stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x673fca4b stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8435b28c efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x85089f37 stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x89c30c1e stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8c8807b5 stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x915fae1a stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xaa4fc631 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb1bc77c6 rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xba234781 stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd0b0a698 stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xddb634b3 stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xef3a035e rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf012917a rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf3b87a06 stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf76983e8 stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x07ee1cec ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0bcc1177 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1175bebd Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x11c06aa3 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x14abd8f1 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1a982bd0 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1f4234c8 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x22996719 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x260580de ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2a711df5 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x38495436 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3bcfee95 DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x47912847 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x479642ff ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48a28fe3 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4de4f663 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4e75dad8 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4f5ed655 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x535a59ce IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x55e5d9ce ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x61470061 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x628c19ac HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x67531fdf ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6dfa22b5 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6e44e357 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x76b2aefb ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7b941d47 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7cfea547 ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7f39c36b ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8d18b337 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9a4fd858 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9baf99f1 ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9c2a1d38 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9c2d7780 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa062de4e ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa065b4f6 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa8babf64 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb380a455 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbba54c2d ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1f7bae7 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc2542038 ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc3660e92 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcad27b51 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcb5a4eeb SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd049b47a ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd04edec2 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd7db4613 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xda93db7a ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xddf9637a ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe218a8f2 ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe5a69485 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe628b32e ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe770b38e ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf528302e ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfaa95401 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xff15d8a6 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x8224ba69 xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x9cadb4b2 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xd1b890f7 xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xf22865cf xillybus_endpoint_remove +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0ca02499 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1b846a6f iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x246528ae iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2ea36f7c iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x384ba4eb iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x41117125 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x447e6f45 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4be635f2 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5e5ba3bb iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6dbffc97 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x718d75e0 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x762a8890 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7e114a3e iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x95e5ad28 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9a1015ae iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9ee5e8f4 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa7212bc8 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb3643084 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb8dabaa9 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbab78de8 iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbdbeb6e4 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc3304fbd iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc3a21d39 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdea7036a iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe40e9771 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xed22fa9b iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf4cdfb44 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf77417eb iscsit_release_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x058b1ea2 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x0794d201 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x09deab8f target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0x148afd44 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x177b5351 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x189619e6 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1c6bd480 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d09e2fe transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d790fab core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x1f1c571c sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x240c70d1 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x2846cc10 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x2f758bcf target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x31fe5eac sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x362957df core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x36b6c73c target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3829ee05 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x39ddb360 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c84074e spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x41aa1334 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x4324fdd5 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x467f7ef1 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x4c9eaf0c transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x53d954fb target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x55601a1e target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x5fd8da88 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x650f950a target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x6671b9a5 fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x6afd21dc transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b53937c target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x706ef93c target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x70e22164 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x71d8aa93 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x7c498a31 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x848a48e0 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x88b01b22 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8a544292 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8bd1011e sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x8f0b36f8 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x97969e72 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x9da77905 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x9fa235bc transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa149052 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xadd5f06a sbc_dif_verify_read +EXPORT_SYMBOL drivers/target/target_core_mod 0xaf43945b transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xb01661a3 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xb1a68c52 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xb51677c4 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xb5660cfd transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xbabcc681 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xbdccb9bb __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc171dba3 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xc23ac8be transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc2da61fa target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xc49eadf8 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc7fed4ae transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xd07b2725 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xd39374ff sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6fe7285 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd7eef03c core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xdea53a8c iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xe04956fa transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe386d28d iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xe60204e9 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xebe7682e core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xef865b95 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xefa9e4b9 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf531576e sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xf99f600e fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xfa9c0fed sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xfaaeef04 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb5a4599 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xfcf6393d sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0xfe2597dc target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xffa599bc sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x02ecd831 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x7d370e33 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xe0ffe532 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x17971f7f usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x253dd6e8 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x285c22f1 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x28d9a109 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x39e3c6de usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x442c9a26 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x53289a70 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x81721dfc usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x891e0003 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9d4b4c5f usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb52e42c4 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd001d6fe usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x0c88540e usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x6eaf98cc usb_serial_suspend +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x2eae4a2a vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x76bd9a5d vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x2379f74e devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x36d94ac3 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x8c487f22 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xae22864d lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x57c3f6f6 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x5d23192f svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x72a4f66b svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x98b0ad38 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xa8007e82 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xae108105 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd3613f12 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x4b1f1005 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/matrox/g450_pll 0x656c307c matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xad822fc4 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xb26d753b matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x04d3a711 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x37da89a5 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x8c8cd95f DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xc3f3b392 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x14c86ab3 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x787da26b matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x1a89c90e matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x272ac6be matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x37b655a3 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x38d79c76 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x1acfd901 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x5ebee69a matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x7ac7a9ef matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x7d685bac matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9330e600 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xbcb00e80 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcd83f402 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0x8e3a04a8 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x09818e8c w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x41beb98f w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xb2783730 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xb8436b0d w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x14fdba58 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xcd15a734 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x7ec5af53 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x8b9e2468 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x5e4e45e0 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xba11c4b4 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xd75c5e21 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xe8d22c2c w1_add_master_device +EXPORT_SYMBOL fs/configfs/configfs 0x231a4ed7 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x43507f04 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x5a3545a6 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x791d9757 configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x84e64945 configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0xbba8f5a5 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0xbf669d6e config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xc7f3701f config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xd3b3f84d config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0xd3de7e38 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xdad7dd43 config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0xf1a46881 configfs_register_subsystem +EXPORT_SYMBOL fs/exofs/libore 0x0e190b42 ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x1d7c0670 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x3821c564 ore_write +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x4c778542 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x51ebb9f4 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x76c89fa2 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xa4a8214f ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0xd79d5aba ore_remove +EXPORT_SYMBOL fs/exofs/libore 0xe97fcaa4 ore_read +EXPORT_SYMBOL fs/exofs/libore 0xfc378759 ore_get_io_state +EXPORT_SYMBOL fs/fscache/fscache 0x01690b50 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x03f5d6ed __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x04ccdb3d __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x0a5bcb7a __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x0cb18436 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x0f9eb3ce fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x1f0887de __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x27772827 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x296f6a86 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x3494c381 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x34ffcf76 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x3997433f __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x3c37dc0d fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x4d6477df fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x50e70dde fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x5116250f __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0x5b4cdaff fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x5e9103e9 fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0x62349c88 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x6e34473e __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x72453d95 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x84656740 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x8a55ffa4 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xabfaeb9a fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xaf8d3ce2 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0xb28582c6 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xc0f96e53 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xcebfe725 __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0xdc935950 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xdfa6f313 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xe455b133 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe4991d26 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe5c0fbf7 fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0xef12c3ad __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xefa49eea __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xf2a84591 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0xfb99f263 fscache_object_destroy +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x104ed48b qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x29fa7a8f qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x2b5073b7 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x88d83aee qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xf0b2cfdf qtree_delete_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x1a703ba1 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0x6d356209 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x56329ecc crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd09b2cba crc8 +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x27eaf4ef lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x3aae3ed4 lc_committed +EXPORT_SYMBOL lib/lru_cache 0x3ebaeee8 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x4b7c203e lc_get +EXPORT_SYMBOL lib/lru_cache 0x50a1a931 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x6cddf1cd lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x7e068590 lc_reset +EXPORT_SYMBOL lib/lru_cache 0x8c0f1a6e lc_create +EXPORT_SYMBOL lib/lru_cache 0xa0fb1d3c lc_del +EXPORT_SYMBOL lib/lru_cache 0xb2b492a0 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xb8ff3d39 lc_put +EXPORT_SYMBOL lib/lru_cache 0xd4e3e7bf lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0xd7113536 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xe319a55e lc_find +EXPORT_SYMBOL lib/lru_cache 0xf070d162 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xf9fd34f4 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xfd002164 lc_set +EXPORT_SYMBOL lib/lz4/lz4_compress 0x0c222eb5 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x682a23e0 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0x7456cc61 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL net/802/p8022 0xc4026eb1 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xc9338ecf unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x459a7d74 make_8023_client +EXPORT_SYMBOL net/802/p8023 0xd1d4e5b9 destroy_8023_client +EXPORT_SYMBOL net/802/psnap 0x52f65378 register_snap_client +EXPORT_SYMBOL net/802/psnap 0x677d0075 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x00e5d828 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x046c2437 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x04e8dd89 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x109a55b1 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x15529fde p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x1f7f6817 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x2287adf1 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x2c01934a p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x30c7e930 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x34b6fff1 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3aeaa2d6 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3eb19a9d p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x4477d559 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x4485120b p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x50fc7ff4 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x53d58a07 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x5462a5da v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x56d25478 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x5fb0d93b p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x6466afcb p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x6748c15f p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x688d35d5 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x6f414d89 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x73b2be83 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x7803365b p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x7e4dd907 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x7ea80eea p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x7f55a5a6 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x84ea3add p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x863d1a5d p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x869633de p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x97b69514 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x9d78df19 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xa61c6345 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xb1620088 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xbaa0d465 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xc0a13639 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xdb465f79 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xe0904631 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe8a27de9 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xe8c017a6 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf3e8303a p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/9p/9pnet 0xfe35aae1 p9_client_fsync +EXPORT_SYMBOL net/appletalk/appletalk 0x4788104e atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x6da8b536 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xebd576bd alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xf93dd186 atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x1b992fe2 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x250a9afd atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x52eb3e20 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x7fd41bc0 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa04b92ff vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xa2cb2b2e atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xca87b453 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xd49e6157 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xd9341d92 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xe03890d0 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xf2bb5c49 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xfa928a4e atm_charge +EXPORT_SYMBOL net/atm/atm 0xfb4231b9 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xffec02ba register_atm_ioctl +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x2f2e639d ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x74fb0e06 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x8dc4d82b ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x962e6896 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x9c4f5fa9 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x9f973389 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xa6ade576 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xb310da7e ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xeb8ab98d ax25_hard_header +EXPORT_SYMBOL net/bluetooth/bluetooth 0x08f69beb hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0b73054c bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x190bb33e bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1f8260c2 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x232486b0 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x23881552 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2420c3fb hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x37116a5e hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3e5d6db7 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3f6e3bd6 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4539d34c hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x46c660d1 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x491028d5 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4ca413b1 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x575e65d6 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x58eab046 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x647ff1f1 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x68f15601 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6d6df231 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x70a0c659 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x72c573a8 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x748c1d6b hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x820cac28 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8305e858 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8589ec62 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8ae93188 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8f81d717 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x916a7a3b l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x99319458 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb6be0c33 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb857729c bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc06151f0 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd23aeea6 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd93185bb __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdbf5a6a9 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe0082130 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf1b96f8a hci_free_dev +EXPORT_SYMBOL net/bridge/bridge 0x176443d6 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x3aa75736 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x44b4c33b ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x88fc1347 ebt_do_table +EXPORT_SYMBOL net/caif/caif 0x1084ca30 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x68ff333e caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x8f0874bf caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x8f7d319b cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xbbf7ec65 caif_connect_client +EXPORT_SYMBOL net/can/can 0x08de7eec can_rx_register +EXPORT_SYMBOL net/can/can 0x3f42e71e can_rx_unregister +EXPORT_SYMBOL net/can/can 0x4d757e15 can_ioctl +EXPORT_SYMBOL net/can/can 0x781367ad can_proto_register +EXPORT_SYMBOL net/can/can 0xec1066c3 can_send +EXPORT_SYMBOL net/can/can 0xf4070819 can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x004bb60c ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x040af509 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x0518d89d ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x06fc7336 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x08c12db7 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0d61c270 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x1115fa60 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x12de5c9f ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0x14b8328c ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x163bd039 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x16fd9a8d ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x18bbc374 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x18f097da ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x196b08e8 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1dc676b1 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x20e833d8 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x218a288f ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x26f72508 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x336bf444 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x3938a3c8 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3d8e6bc5 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x3ebd7c0a osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x40291fab ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x428d2d94 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x4433503f ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x477662c6 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x4a283545 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x580a45e7 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x588c81c2 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x59bc13eb ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5a0eefee ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x5e0431ff osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x5f886376 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x60900097 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x68712f91 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6896c639 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6bf1d9ca ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x6fcdafef ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x7163a089 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x7168baf8 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x75b9b703 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7c9e04d3 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x81eae1b6 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x86470b68 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x8e3b297b ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x97e751b2 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa033fc10 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xa0608138 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0xa1801845 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xa1cdcdd6 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xa264065e ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xa5fc39cc ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0xa6f191ee osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xa7753318 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xa78521fb osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xac93995f ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xae2ca78c ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb0e8bd4c ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xb251ef9a ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0xb2881227 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb85cbfa7 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0xbb8bbc10 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0xc3078ccf ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcfbb721f ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd2ea3d4e ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xd3905ad6 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xd3d07aa7 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xd74f5928 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xda6674fb ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xdbd7382f ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xde12af75 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xdf942c7d ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xe0c98b1b ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xed229339 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xf324b6a9 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xf4feb64d ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xf5774cba ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xf748b39e ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xf945834c osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xfbf7f6c9 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0xff3fcbdd ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xff695e38 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x4f1eecde dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0x7f7102b8 lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x02ddd97f ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1a211fe8 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1fc130d9 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3d72703b wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3d8c27bc wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x53c15b8f ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x547a89ef wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6d149fb7 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xaad5cefc ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xae466757 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb38dbece wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb854737d wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xdf8b062d ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xb08685de ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x7cea6f61 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xd1cd1359 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xe8e3abed arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x58bb25bd ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x75d01994 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xbc6996e9 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x22d36857 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0x912cc3f8 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2ae69b39 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd583ba73 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x4f8d825f ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xdcd5700f ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xec675168 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x45f2b251 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xca2c043e xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x0a2d3513 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xa79664d6 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x1a61976b ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x3fdb932c ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x741c70e3 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xa6f2d42c ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xb18e8d3c ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xc676f133 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xcfc3accf ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xed88b16b ircomm_connect_response +EXPORT_SYMBOL net/irda/irda 0x0064e0ea hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x041bd229 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x0640e426 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x0765dce5 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x0e36fe75 iriap_open +EXPORT_SYMBOL net/irda/irda 0x13ea9575 async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x14da7a66 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x1e6cade0 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x2870924a irlap_open +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x3e56064f hashbin_new +EXPORT_SYMBOL net/irda/irda 0x3f2ce40b irlap_close +EXPORT_SYMBOL net/irda/irda 0x40b42587 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x4dec96e7 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x59888a15 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x5b01dde4 irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x601bda46 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b5fbcef hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x6e0ab3c7 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x70c3174a iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x85d88217 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x938ff672 irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x97f621ba irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0xa1d41e58 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xaa557515 irias_new_object +EXPORT_SYMBOL net/irda/irda 0xaf1b265b irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbcf5d8ea irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xbd27a3d4 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xbf65744a irttp_dup +EXPORT_SYMBOL net/irda/irda 0xc2bdccb0 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0xc2d4a5ab irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0xc5d63670 iriap_close +EXPORT_SYMBOL net/irda/irda 0xc68e43be irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0xcead7dbb hashbin_find +EXPORT_SYMBOL net/irda/irda 0xcf9a0b54 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0xd2108314 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xdc966f61 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe3463529 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xe3bde43e irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf0a694a1 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xf5876b95 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0xff333c4c irttp_disconnect_request +EXPORT_SYMBOL net/l2tp/l2tp_core 0x5f37bffc l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x0638e422 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x0919d5ab lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x4386009e lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x7023ee57 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x7614cc59 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x9249206e lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x92eb6dce lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xb5c780d5 lapb_setparms +EXPORT_SYMBOL net/llc/llc 0x0c735ec9 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x342b7f8c llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0xae061988 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xb847f1e4 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xd3765546 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xd612f50a llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xf42edd75 llc_add_pack +EXPORT_SYMBOL net/mac80211/mac80211 0x021bd116 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x08c28779 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x103d984b rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x15080f84 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x19cb62f1 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x1ae2a236 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x1cb5d2f1 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x20cdc259 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x28255ccf ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2876ef9b ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x2974cf87 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x2a94e452 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x2c00a06c ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x32191990 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x34f77f85 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x398695ae ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x3c4b2302 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x40318014 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x41b2b127 ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x43ecb604 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x4466b66a ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x46322114 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x4668c5f4 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x544996c0 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x5c21fbba ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5cbfde67 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x607381db __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x639853f3 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x69b2a8ad ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x6d7187ca ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x70277046 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x70b966c6 ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x7214c947 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x850e4c3b ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0x8761240b ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x89d57e96 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x8ad2967f ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x8b93b4c0 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x8fc85276 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x8fdca9d4 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xa17423cd ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xa8519697 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xb8719559 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xbd477dc9 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xc1dad415 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xc3738678 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xc8dac7cc ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xc9dd693b ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xcc05c168 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xcd702eae ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xcd79635d ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xd156e19c ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xe0c45ea0 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xe8afbfc3 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xe8d369ce __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xeb0a9cc8 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xee539557 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xeef5cf3e ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf5bda586 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xf818892b wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xf85c7795 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xfe01fce1 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xfebf6c09 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xffa95fd0 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac802154/mac802154 0x02b27827 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x14a30ea8 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x6e473d05 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0xaf3cf449 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0xbdf63ca9 ieee802154_register_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x23b9838f ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x32ce1ba4 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x420af4c2 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6028db53 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x63d8dedc unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6627e315 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7ae8e07a ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7d0c29f9 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8a242020 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc2d58c5e ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc34bec9f ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe43c9404 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe891a6af ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf9e0431d ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x2ade110f __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x732c2733 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xeb0c1a45 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x2e4bc8ce nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x652e9d6b nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x9bc81aa6 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xc2c25249 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0xe6f08d0a nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xf9f03ff0 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x20e612c3 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x253e8b44 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x3fe30b97 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x46b84534 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x47870ed3 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x5812f1c6 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x8c01c960 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x9ef7cde4 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xa73669c1 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xf50b6a79 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xfda65572 xt_unregister_targets +EXPORT_SYMBOL net/nfc/hci/hci 0x0772f544 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x1e5ad1ca nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x1ed2e4f3 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x26ee2b98 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x362325be nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x510d2343 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x6abafaf3 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x7d2b78e0 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x7d6d0734 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x87e1d3b9 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xbffc969d nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xd20d3bbd nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xe003de7d nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xe5da71da nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xea857d26 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xf2840dab nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xf423729e nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xffc72088 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x27de3ab4 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x5dc4062c nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x7ad67739 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x7f602d6d nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba19338c nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbc143540 nci_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x0c253b54 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x1973b1a8 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x22387aa0 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x371b1918 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x39eeff5f nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x4138ec66 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x417e1297 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x55c63eb8 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x5f153aeb nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x74c2acb2 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x9a51b562 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xa5e12b0e nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xac3735e4 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xb01f6686 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xb441e529 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xb44a24c2 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xbb8ae0bc nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xc8c89b59 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xd1ff6a48 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xd7ce593a nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xdf9dc2cd nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc_digital 0x4b1db9ad nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xafb24942 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xcdf1d98f nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xd9946579 nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x1450d96d pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x3544f54c pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x51e09fa4 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x78cc9dc5 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xafcead6c phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xbfbbdc44 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xf3d55d86 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xfe9190cb pn_sock_unhash +EXPORT_SYMBOL net/rds/rds 0x7505d413 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x01dd7b0c rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x07f1c7b0 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x08359614 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0b30a9ae rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x20501742 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x32c5bbfe rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x72777ac8 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7503469e rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x94f80657 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x95929149 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x9617ccce rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xb0768eb4 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xe2169606 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xe333ef9e rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xfc178b42 rxrpc_get_server_data_key +EXPORT_SYMBOL net/sctp/sctp 0x199e37a6 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x26c879fb gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x7426b231 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xae4c21eb gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x352d0fe3 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x6ca7ddba svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xef83232a xdr_restrict_buflen +EXPORT_SYMBOL net/wimax/wimax 0x6863763d wimax_reset +EXPORT_SYMBOL net/wimax/wimax 0x7e092754 wimax_rfkill +EXPORT_SYMBOL net/wireless/cfg80211 0x04dec62c __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x08b889d0 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x09398ead cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0f93ca7a cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1a880dee cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x1e18b5e4 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x25636bf1 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x26431bf7 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x26ec030f cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x2b91622c cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x30b1334c cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x3fc797cd cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x48c790e2 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x52fbc27a cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x587080f6 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0x5897c377 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x596df5f0 cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x5a8f700a cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x5c833e6b ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x5db77f61 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x60e59078 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x627b6db3 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x62be7b0f cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x633fb2a5 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x63615bd5 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x69e11fc5 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x6a51b6f3 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x6aa3c8e6 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x6c38c748 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x706763f3 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x7255063d cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x72dfe7c5 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x7b8ce285 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe95253 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x816b2e5f wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x83e91732 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x97fe2c27 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x998be95d cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x9aea3b09 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x9b69812e cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x9e1e34de ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xa1026022 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa4f0a504 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xa6c3c5e2 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xa6dff4b5 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xa99c6732 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xb02dd2da cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xb1ab9549 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb2fcd997 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xb8196e34 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xc16f98c6 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xc3306d30 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xc3f3b938 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc7f8091a cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xcc186389 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xcde9a6a5 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xcec3233e cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xcf121ed4 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd150a7c7 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xd34f33c9 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd559c8f4 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd8088085 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xd83f3b9a cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdbeb8937 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xe0be9fde cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xe2b208e6 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xe3919ee3 ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xe664101f cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xe6eb351a freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xe9c69e6a cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xeab05eb0 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xebcfd046 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xef920231 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf57146a7 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xfc35f9b1 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x0ffaed76 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x253f36c6 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x25f7b758 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x9ccd7427 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xcfc0e362 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xd0b08eab lib80211_register_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0x3ce03d19 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xa6d29c22 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 0x1dda4f64 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x2a90b944 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 0x7acea3f9 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x8145865c snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be 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-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a8d42c5 snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x8ba89a12 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 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 0xd7c7afcc snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe60fb228 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xecbde43c snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xa7e52012 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0b6a3920 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x145c30ac snd_card_register +EXPORT_SYMBOL sound/core/snd 0x15bce689 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x191e88cf snd_dma_pointer +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1a1b2914 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x1dd98b4f snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x324af799 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x324d2df0 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x332abf34 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x352d05bb snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x379d5101 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x388160df snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x40a02bbb snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x459fe5c0 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x4b2d693a snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x5056b7f6 snd_get_device +EXPORT_SYMBOL sound/core/snd 0x509e5e0c snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x53e97c29 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x663f7667 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x6c1860d2 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x8593df96 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x870496a1 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x8a6f791c snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x8cbaf136 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8e2546f2 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x8f9c37b8 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x93b69f16 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x9c009f27 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x9c2fec1f snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa107963e snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xa2002449 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xa6b3f129 snd_cards +EXPORT_SYMBOL sound/core/snd 0xaad5d4fc snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xad259918 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0xae98719a snd_card_new +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xbaed4b10 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xbe69a770 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xbebc9783 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xc0c1892d snd_device_register +EXPORT_SYMBOL sound/core/snd 0xc3139a2c snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xc88c1e56 snd_component_add +EXPORT_SYMBOL sound/core/snd 0xce3c2153 snd_device_free +EXPORT_SYMBOL sound/core/snd 0xd00318e5 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xd3a225e3 snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0xda2d4a3c snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0xda5afc8d snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xec495f59 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xecd5df9c snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0xf0b9e55e snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xfbd0a82c snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-hwdep 0x92b05549 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0238c5ac snd_pcm_lib_ioctl +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 0x06b310c9 snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x07919512 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x0c97f049 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x1228fa45 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x14a6159b snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1efeb9fd snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x267c1101 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x2a41e3b6 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x2f06c388 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 0x3fc6f4ff snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x4a77b843 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52bdfcff snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x57f39442 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x5898dcba snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x592396a7 snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x59b441a0 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x5d119c54 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x5dd956b9 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x5e01ca46 snd_pcm_hw_constraint_minmax +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 0x656134b4 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x6b49acc1 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x6f922cc1 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x7b500272 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x7cbb0f52 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x87ccc93e snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0x8d1de8e7 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x9ae8f1ea snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xa4742b40 snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0xa4a7533b snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0xa4f7802c snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa71b8a01 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xb10b7757 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0xb307ecf4 snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbd514462 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xbfa4967c snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xc1653d27 snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0xc2795c44 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0xc571cb3e snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xce3a4792 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xd35aaf4b snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xd393dfd6 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xd5fb21a2 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xda7abdcd snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xdd72a8bb snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xddae812b snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xe3a4b562 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xf33a06f5 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xff1428ae snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x042d3e9b snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x21ead199 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2ea2215f snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x316cc074 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x389f9ec9 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3f8d04d8 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x50d10209 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5a513600 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x786a2392 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7ea2d3db snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8e658380 __snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8f1d1e77 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9401eba0 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9c2a3e9e __snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb1ae1cae snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb709cf2c snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc009c7a9 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe5ecca56 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf566c3ce snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-timer 0x1f3146f6 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x2198dc8d snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x34a15821 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x3d168e7c snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x41defb74 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x484d9b14 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x5711bcf0 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x8f290dcd snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xaf2da0e2 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xb2689e3e snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xb4f01e3c snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xbe1c9a98 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xdadb2638 snd_timer_global_register +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x40bf3381 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 0x1396b888 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x1dfd5302 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x28df7ad4 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5a56489f snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x720dda23 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x722d373c snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8fb96c1d snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x90cf8a88 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe119ea3c snd_opl3_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x06a6a127 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1e6dcda2 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x529e5e52 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x5d5e4b74 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x769c1e04 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x927ccf74 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9755586a snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa00de375 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf19a5df0 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x07b05b5d amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0e4d59b8 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x11295c43 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x149a618f cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x182c6136 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1910971e fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x37c120e3 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3b13d0c7 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3b377193 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4bdf0ba2 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x50f54fe1 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5c62a394 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5d2596cc snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x62a9c0bd fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6f61b8f5 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x744eaf1e avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x785a7e0c amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x898445dc amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9f547474 amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa50a3891 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa5ac67f1 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xaa315102 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb4d09f63 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xba22cf1f amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbf5acf0d iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc52751a8 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdabe73a7 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe34a576c amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf069765e amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf2604a1f amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf605d9ec iso_packets_buffer_destroy +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x1cbd4f9d snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x47f16f28 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x8122bb24 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x86088dde snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc718abdd snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xda371e20 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x0f2f7bd3 snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x2e49a845 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x3d29a673 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x5183cfff snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x6f199a6a snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x9cb70386 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x1bcda687 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x24c169a4 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x5611ec52 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x664665ba snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x436fa94b snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xee2f143e snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x4159d80a snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x43bc5f95 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x52d10173 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x79f895fe snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xaa6c6ede snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xc94b3d9e snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-i2c 0x29f5d9b0 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x304818fa snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x84be7b92 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x93cf30ad snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9b5f6e4b snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9d1e2202 snd_i2c_device_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x2553a9b6 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x3c7dfaf2 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x618c5062 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa6450914 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xb7523672 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xbe1a0073 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc496eba3 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xdb83ac80 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xefa1fe7d snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xff7aa0f5 snd_sbmixer_new +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x04304d37 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0de22235 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x23ffc67f snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3c22e14f snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x44a02b8d snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x44c3d3d6 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x565478c4 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5edb00ff snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6d4ef8d4 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x862e7bb9 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x944b893f snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa5a18ba8 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb6af1a1e snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc914badb snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd7aeb6d1 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdbafd94f snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfeb6996a snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x17aafd00 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3ef234de snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3f59a646 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5f862c80 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x705a1f12 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x7efa7f2b snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x863feef5 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb5e55bf4 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xca0cfb7f snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x1ed1b640 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x5166267b snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x87867c4e snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1507597c oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1cdbeed8 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1cf5d7b3 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x281d5888 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x38f53d71 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3b902a7d oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x43444fa2 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x78e49ef3 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x81887bc2 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8864274f oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8de5d618 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x91a316bd oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9d9e0d28 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xaa5f0947 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb66289c7 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb6e87473 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbb480dcf oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd613636e oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xeb00e81a oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xeb459c58 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xed1b64a4 oxygen_write_spi +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x129fbbf6 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x5b2c5c6b snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x62a78d74 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x7dafa421 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xd10fc5f6 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x24c9314a process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x2f8114d6 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x599804c4 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x8bb4818f register_sound_special +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xa3e0451d register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xc1a08133 sound_class +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xf671a8d5 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xfae49d7c register_sound_midi +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x47a140a5 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 0x83a18355 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9846744c snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9fc3108f snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xc4e75130 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xc942cf9b snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x00597f82 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0dd5fd7d snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x40025d2e snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x688f9c1e __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x7a62b8f4 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x98c8e603 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc228b89b __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd52d8b66 snd_util_memhdr_new +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x2f793701 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x00056da9 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x001cff97 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x00296c45 __f_setown +EXPORT_SYMBOL vmlinux 0x004cb423 __genl_register_family +EXPORT_SYMBOL vmlinux 0x00584bb8 __break_lease +EXPORT_SYMBOL vmlinux 0x005a4975 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x0076aa78 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00a58de9 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x00bba8ec pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x00d064aa iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x00d3766a dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00efc468 inet6_protos +EXPORT_SYMBOL vmlinux 0x00f5b0e1 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x00f5e53c generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x0106dba4 fsync_bdev +EXPORT_SYMBOL vmlinux 0x0122f95e _lv1_get_spe_irq_outlet +EXPORT_SYMBOL vmlinux 0x012a97fc xor_altivec_4 +EXPORT_SYMBOL vmlinux 0x01330a5c xfrm_register_type +EXPORT_SYMBOL vmlinux 0x01620e51 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x016a6de6 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x01720391 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x01813fd7 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x018d9919 _lv1_set_lpm_interrupt_mask +EXPORT_SYMBOL vmlinux 0x019688f0 check_disk_change +EXPORT_SYMBOL vmlinux 0x01a50f5f mutex_unlock +EXPORT_SYMBOL vmlinux 0x01b46e1b wireless_send_event +EXPORT_SYMBOL vmlinux 0x01b7e702 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x020a9551 mmc_put_card +EXPORT_SYMBOL vmlinux 0x020d18d7 _lv1_set_lpm_debug_bus_control +EXPORT_SYMBOL vmlinux 0x023a074a hvc_get_chars +EXPORT_SYMBOL vmlinux 0x0240c7b4 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x0245cf07 vfs_statfs +EXPORT_SYMBOL vmlinux 0x024bf827 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x024d4a1b bio_copy_kern +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027d5499 _lv1_did_update_interrupt_mask +EXPORT_SYMBOL vmlinux 0x027e6e4c read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x029df900 simple_readpage +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02f25a72 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x0303f08b posix_test_lock +EXPORT_SYMBOL vmlinux 0x03076692 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x031dc65e pasemi_dma_free_chan +EXPORT_SYMBOL vmlinux 0x0322cb39 md_done_sync +EXPORT_SYMBOL vmlinux 0x0327052f names_cachep +EXPORT_SYMBOL vmlinux 0x032827d1 dst_discard_sk +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0336ab71 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0364aad7 netdev_update_features +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x03672cba ata_print_version +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037d4ad0 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03d6b4e1 km_policy_notify +EXPORT_SYMBOL vmlinux 0x03e4eb54 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x03ebda85 dns_query +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x03fde78a udp_proc_unregister +EXPORT_SYMBOL vmlinux 0x04074f48 ioremap +EXPORT_SYMBOL vmlinux 0x040cfa7c scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x041fd96e pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x0424df3f ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x0426afe3 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x042a92af __get_user_pages +EXPORT_SYMBOL vmlinux 0x043fa212 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x0440a533 _lv1_net_remove_multicast_address +EXPORT_SYMBOL vmlinux 0x04456dde call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x0448fb1f sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x044b579e dev_alloc_name +EXPORT_SYMBOL vmlinux 0x0457c7c9 bio_chain +EXPORT_SYMBOL vmlinux 0x0458c041 vga_client_register +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x048c00bf mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x04a168c3 phy_device_create +EXPORT_SYMBOL vmlinux 0x04a30eb4 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x04c9e4a7 md_register_thread +EXPORT_SYMBOL vmlinux 0x04d2f05d phy_driver_register +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04ee5379 arp_send +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x051b3aab i2c_master_send +EXPORT_SYMBOL vmlinux 0x05221270 d_alloc_name +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x052bc09c read_cache_page +EXPORT_SYMBOL vmlinux 0x0530dede _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x053e9b35 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x0540b32a cpu_core_map +EXPORT_SYMBOL vmlinux 0x054b5321 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x055c8559 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x05626590 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x0572b729 mount_nodev +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05a514a1 _insl_ns +EXPORT_SYMBOL vmlinux 0x05a76fda setattr_copy +EXPORT_SYMBOL vmlinux 0x05ac303e __neigh_create +EXPORT_SYMBOL vmlinux 0x05ba987b inet_register_protosw +EXPORT_SYMBOL vmlinux 0x05bc4333 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x05d747fe kobject_del +EXPORT_SYMBOL vmlinux 0x05e3bd15 dquot_release +EXPORT_SYMBOL vmlinux 0x05f10ef7 key_unlink +EXPORT_SYMBOL vmlinux 0x06024fd6 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x0606a5cd skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061da0e8 skb_insert +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06456aff _lv1_get_virtual_address_space_id_of_ppe +EXPORT_SYMBOL vmlinux 0x064c0261 cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x0664b949 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x068de431 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x06bbb24a mempool_resize +EXPORT_SYMBOL vmlinux 0x06dd43c8 seq_release_private +EXPORT_SYMBOL vmlinux 0x06f06bef genl_unregister_family +EXPORT_SYMBOL vmlinux 0x06fca6fe sk_reset_timer +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x070fcbac genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x07151a77 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x071580ae mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x07169c9b scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x071fa7fc pci_enable_device +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x074e9213 down_killable +EXPORT_SYMBOL vmlinux 0x07903f2c vme_bus_num +EXPORT_SYMBOL vmlinux 0x07a0520d ip_fragment +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b61346 mutex_trylock +EXPORT_SYMBOL vmlinux 0x07bc6394 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07db7105 macio_enable_devres +EXPORT_SYMBOL vmlinux 0x07ebad61 scsi_put_command +EXPORT_SYMBOL vmlinux 0x07ef213a pasemi_dma_free_fun +EXPORT_SYMBOL vmlinux 0x07f8ee15 _lv1_unmap_device_dma_region +EXPORT_SYMBOL vmlinux 0x07fe24e0 mach_pasemi +EXPORT_SYMBOL vmlinux 0x080242fb generic_fillattr +EXPORT_SYMBOL vmlinux 0x080616ed napi_get_frags +EXPORT_SYMBOL vmlinux 0x080c579b I_BDEV +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08431cd4 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x0848ff5f nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x087af03d jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x08e42a34 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x091752b3 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x091a5431 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x093fbb5a pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0x094be1c0 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x094cccda save_mount_options +EXPORT_SYMBOL vmlinux 0x095fe845 elv_register_queue +EXPORT_SYMBOL vmlinux 0x096341c2 _lv1_connect_irq_plug_ext +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x099a6727 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x09b761c1 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0x09c0c3b5 skb_clone +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c67afb flex_array_get +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09cb0134 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d5dec6 d_path +EXPORT_SYMBOL vmlinux 0x09dc17b6 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x09eb9afc neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x09ec3140 skb_push +EXPORT_SYMBOL vmlinux 0x09eccf49 tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x09f270ed serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x09f7881b kern_unmount +EXPORT_SYMBOL vmlinux 0x0a239b35 mb_cache_create +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a37be0a in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x0a3d0644 cpu_online_mask +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a938f69 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x0a9cc0af submit_bio +EXPORT_SYMBOL vmlinux 0x0aa5bf43 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x0abccd17 user_path_at +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad419dc loop_backing_file +EXPORT_SYMBOL vmlinux 0x0aecd558 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x0af5697f ihold +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b26b6fe free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x0b2e1ec7 h_get_mpp +EXPORT_SYMBOL vmlinux 0x0b6a1394 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7dc742 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x0b7ebdb3 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x0ba0edf5 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bcc8070 md_check_recovery +EXPORT_SYMBOL vmlinux 0x0bced295 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x0bddc675 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x0be077ad __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x0c1ad162 _lv1_net_start_rx_dma +EXPORT_SYMBOL vmlinux 0x0c23ab07 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x0c370156 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c52b6b8 mddev_congested +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c863cdd inode_set_flags +EXPORT_SYMBOL vmlinux 0x0c8a04df mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c94cd72 account_page_writeback +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cc9f5bc end_page_writeback +EXPORT_SYMBOL vmlinux 0x0ce8c26d unregister_cdrom +EXPORT_SYMBOL vmlinux 0x0ceedb2a blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x0ceef9e6 qdisc_destroy +EXPORT_SYMBOL vmlinux 0x0cf3a8b9 kobject_get +EXPORT_SYMBOL vmlinux 0x0cfd4f4b neigh_lookup +EXPORT_SYMBOL vmlinux 0x0cfebbc6 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x0d2a1784 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x0d469e01 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d693a01 blk_requeue_request +EXPORT_SYMBOL vmlinux 0x0d6a8a91 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x0d6c963c copy_from_user +EXPORT_SYMBOL vmlinux 0x0d746606 tty_check_change +EXPORT_SYMBOL vmlinux 0x0d7cb3d9 giveup_vsx +EXPORT_SYMBOL vmlinux 0x0d86b238 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dc0ace0 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0x0dde0eb0 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x0de809bd force_sig +EXPORT_SYMBOL vmlinux 0x0deb9cbe insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x0e0acf71 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x0e6d8858 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e8f30f6 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x0ea89538 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x0ea89dd0 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ec94f84 vio_unregister_driver +EXPORT_SYMBOL vmlinux 0x0ed298e6 kobject_add +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f0b1677 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x0f11ccd4 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x0f12a0d1 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x0f299196 input_reset_device +EXPORT_SYMBOL vmlinux 0x0f2b31e7 kfree_skb_list +EXPORT_SYMBOL vmlinux 0x0f2e7f65 dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f58e559 read_cache_pages +EXPORT_SYMBOL vmlinux 0x0f5faa7e wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x0f64e682 nf_register_hooks +EXPORT_SYMBOL vmlinux 0x0f7ab89e generic_read_dir +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fb5b01d netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x0fbeadb9 of_get_parent +EXPORT_SYMBOL vmlinux 0x0fc48a4d simple_statfs +EXPORT_SYMBOL vmlinux 0x0fc4b1d7 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x0fce2ade xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x0fe7fd28 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x0febcaa3 __block_write_begin +EXPORT_SYMBOL vmlinux 0x0ffc1833 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x1005825a i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x1008ba87 filp_open +EXPORT_SYMBOL vmlinux 0x105cad24 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x10950ee1 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x10a83ef1 pnv_cxl_release_hwirqs +EXPORT_SYMBOL vmlinux 0x10aa84f1 phy_start +EXPORT_SYMBOL vmlinux 0x10b90919 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x10cb2c10 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x10d732f2 __sb_start_write +EXPORT_SYMBOL vmlinux 0x10e6e412 qdisc_reset +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x10ef3a25 blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0x10fe8255 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x1102a1f0 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x11035f86 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x110527c8 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1113983c pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x111468be inode_dio_wait +EXPORT_SYMBOL vmlinux 0x111bfa7b devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x112703c8 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x114b873f inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x114f0cd3 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x1160a71b blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x11649910 iterate_dir +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1171b635 _lv1_delete_lpm_event_bookmark +EXPORT_SYMBOL vmlinux 0x1182d83a cpuidle_disable +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x1194f42a _dev_info +EXPORT_SYMBOL vmlinux 0x11986480 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x11aa1c66 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x11aaf612 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x11cc73a4 inode_dio_done +EXPORT_SYMBOL vmlinux 0x11de5cf3 mdiobus_write +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120777c2 get_disk +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x120ffd0f block_commit_write +EXPORT_SYMBOL vmlinux 0x1213b84c __scsi_put_command +EXPORT_SYMBOL vmlinux 0x12246286 twl6040_power +EXPORT_SYMBOL vmlinux 0x1251905c jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x126343d6 srp_rport_get +EXPORT_SYMBOL vmlinux 0x126a2ca0 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x12773534 up_write +EXPORT_SYMBOL vmlinux 0x127c60b0 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12a55618 module_refcount +EXPORT_SYMBOL vmlinux 0x12cb6622 _lv1_map_device_dma_region +EXPORT_SYMBOL vmlinux 0x12cfc529 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x12dfeb12 vprintk_emit +EXPORT_SYMBOL vmlinux 0x12e5ef0c rtas_set_power_level +EXPORT_SYMBOL vmlinux 0x132161d8 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x1341bf12 noop_fsync +EXPORT_SYMBOL vmlinux 0x137f10aa scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x13894245 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x1393ca1c pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x139e63e0 d_add_ci +EXPORT_SYMBOL vmlinux 0x13a96967 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x13affbda percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x13b50d0e simple_dname +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d93cb9 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13f53da6 CMO_PageSize +EXPORT_SYMBOL vmlinux 0x1411921c __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x14123120 ata_link_printk +EXPORT_SYMBOL vmlinux 0x141fe5fd pasemi_read_iob_reg +EXPORT_SYMBOL vmlinux 0x1470d458 do_fallocate +EXPORT_SYMBOL vmlinux 0x147f041c finish_open +EXPORT_SYMBOL vmlinux 0x148d8675 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x14a14817 pSeries_enable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0x14b328bc vfs_rename +EXPORT_SYMBOL vmlinux 0x14bb0a55 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x14db0da4 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x14f41679 of_device_alloc +EXPORT_SYMBOL vmlinux 0x151592c4 _lv1_invalidate_htab_entries +EXPORT_SYMBOL vmlinux 0x152de7c4 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x1553df8c page_readlink +EXPORT_SYMBOL vmlinux 0x155fecb9 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x15d3fd60 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x1608649e kernel_getpeername +EXPORT_SYMBOL vmlinux 0x160bd45c rtas_token +EXPORT_SYMBOL vmlinux 0x162b1645 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x167676b8 sock_no_listen +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x16845dac of_platform_device_create +EXPORT_SYMBOL vmlinux 0x16a8b267 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x16a93761 scsi_print_command +EXPORT_SYMBOL vmlinux 0x16d2a70a pskb_expand_head +EXPORT_SYMBOL vmlinux 0x16e2b028 igrab +EXPORT_SYMBOL vmlinux 0x16e886e7 agp_bind_memory +EXPORT_SYMBOL vmlinux 0x16ec1d86 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x16f19195 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x17255e24 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x173efdb7 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x1743414f __debugger_fault_handler +EXPORT_SYMBOL vmlinux 0x175055e3 validate_sp +EXPORT_SYMBOL vmlinux 0x17648396 dev_base_lock +EXPORT_SYMBOL vmlinux 0x17706246 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x1771d5a9 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x1774e2ad pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x1784ca7b md_finish_reshape +EXPORT_SYMBOL vmlinux 0x1793ee4a bio_endio +EXPORT_SYMBOL vmlinux 0x1793f685 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x1797bb1d dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17cb8c79 _lv1_read_htab_entries +EXPORT_SYMBOL vmlinux 0x17e28473 fsl_upm_run_pattern +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x182f50af _lv1_open_device +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184460d8 inet_frag_find +EXPORT_SYMBOL vmlinux 0x1849f340 kdb_current_task +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x184c347c rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x1857aa39 proc_dointvec +EXPORT_SYMBOL vmlinux 0x1861f0be pci_set_master +EXPORT_SYMBOL vmlinux 0x18729bf3 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x18804c12 vio_find_node +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x1892f978 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18a2bb0d nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x18b8d374 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x18c9425f tcp_init_sock +EXPORT_SYMBOL vmlinux 0x18c98205 _lv1_destruct_virtual_address_space +EXPORT_SYMBOL vmlinux 0x18f2586d netif_device_detach +EXPORT_SYMBOL vmlinux 0x1900bc7b xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x193f9929 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x19444627 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0x194752f7 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x1958a16e dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x195b6df5 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x195d76dd seq_open +EXPORT_SYMBOL vmlinux 0x19715fee blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x1977db21 pci_release_regions +EXPORT_SYMBOL vmlinux 0x197cf4a2 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x1982f6b7 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x199ec4fb arch_spin_unlock_wait +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a507ea nonseekable_open +EXPORT_SYMBOL vmlinux 0x19ab4c47 scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c14afa unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x19c17d41 sock_create_lite +EXPORT_SYMBOL vmlinux 0x19c95470 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x19c968d1 pasemi_dma_start_chan +EXPORT_SYMBOL vmlinux 0x19fe68ab lockref_get +EXPORT_SYMBOL vmlinux 0x1a041a2a blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x1a067281 devm_iounmap +EXPORT_SYMBOL vmlinux 0x1a0739f4 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x1a111a41 ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x1a1a0422 input_set_capability +EXPORT_SYMBOL vmlinux 0x1a247e5a del_gendisk +EXPORT_SYMBOL vmlinux 0x1a2f6945 __next_cpu +EXPORT_SYMBOL vmlinux 0x1a6ae168 mach_powermac +EXPORT_SYMBOL vmlinux 0x1a91663d pasemi_dma_free_buf +EXPORT_SYMBOL vmlinux 0x1a91a72d agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x1ab906e2 scsi_host_get +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1accd0dc locks_init_lock +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1af62a99 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b037bb6 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b132009 rename_lock +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b8e471d udp6_csum_init +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bb3b6fc consume_skb +EXPORT_SYMBOL vmlinux 0x1bbabe58 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x1bc4ff03 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x1bd2eb51 of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x1bdc26cf sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x1bf99edb pci_save_state +EXPORT_SYMBOL vmlinux 0x1bfec830 __iounmap_at +EXPORT_SYMBOL vmlinux 0x1c18653b tty_port_init +EXPORT_SYMBOL vmlinux 0x1c200a7d pasemi_dma_stop_chan +EXPORT_SYMBOL vmlinux 0x1c347321 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x1c3e02e4 memcmp +EXPORT_SYMBOL vmlinux 0x1c4dab93 _lv1_connect_irq_plug +EXPORT_SYMBOL vmlinux 0x1c4ed198 down_read_trylock +EXPORT_SYMBOL vmlinux 0x1c54da96 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x1c5b2c15 pmu_wait_complete +EXPORT_SYMBOL vmlinux 0x1c72fc33 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x1c7cd74c pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x1c80de9c ip_send_check +EXPORT_SYMBOL vmlinux 0x1c9954ac devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x1ce4ae95 __secpath_destroy +EXPORT_SYMBOL vmlinux 0x1cfae346 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x1d19d3ee alloc_disk_node +EXPORT_SYMBOL vmlinux 0x1d224377 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x1d4750bc _lv1_stop_lpm +EXPORT_SYMBOL vmlinux 0x1d7d13c0 __nla_reserve +EXPORT_SYMBOL vmlinux 0x1d7f14c9 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x1da41006 tcf_hash_create +EXPORT_SYMBOL vmlinux 0x1da4e02b try_module_get +EXPORT_SYMBOL vmlinux 0x1daee28a percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x1dbc4d0c proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x1dc3387d scsi_block_requests +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dcbe08a pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de02ad7 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x1df831f0 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x1dffe6aa __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x1e0b0590 seq_escape +EXPORT_SYMBOL vmlinux 0x1e0efe80 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x1e0fe021 __alloc_skb +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e3fa51e cdrom_check_events +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e81bb2d __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ec9f41a devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0x1ecd20aa jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x1ef09315 skb_checksum +EXPORT_SYMBOL vmlinux 0x1ef245e7 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x1f12da71 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x1f18f23c pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x1f19ec7c of_device_unregister +EXPORT_SYMBOL vmlinux 0x1f24f52e d_genocide +EXPORT_SYMBOL vmlinux 0x1f2c84db note_scsi_host +EXPORT_SYMBOL vmlinux 0x1f5c7601 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x1f6ce67a sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1f7aa29e tty_write_room +EXPORT_SYMBOL vmlinux 0x1fbaae51 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe7b4ab pasemi_write_dma_reg +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x1ff56ffd agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x1ffbdc7e vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x1ffe3f62 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x2007eb58 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x201494ee _lv1_net_set_interrupt_mask +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x205d704f misc_register +EXPORT_SYMBOL vmlinux 0x20708cff xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x208f260e sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x2099cb9a splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x209ad92a skb_store_bits +EXPORT_SYMBOL vmlinux 0x20a15eb5 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20c3d5e4 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x211aa70d agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x213603bf pasemi_dma_free_ring +EXPORT_SYMBOL vmlinux 0x2145a4ad input_release_device +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x2173ebad pci_find_hose_for_OF_device +EXPORT_SYMBOL vmlinux 0x217de228 __dst_free +EXPORT_SYMBOL vmlinux 0x21a6d1fe copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x21af48ec security_path_mknod +EXPORT_SYMBOL vmlinux 0x222c2ace agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x22357405 tcf_register_action +EXPORT_SYMBOL vmlinux 0x2238d51a blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x225ab891 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x225ebee6 _lv1_destruct_lpm +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x2278e94b slhc_remember +EXPORT_SYMBOL vmlinux 0x22871f2a __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x22905a3d __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x22a0d95c sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x2309d2f5 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL vmlinux 0x23424d32 make_kprojid +EXPORT_SYMBOL vmlinux 0x234afb38 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x235bd571 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x235e90f3 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x236c5fbd eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x239ca55e of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x239cd456 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23cb8837 tso_count_descs +EXPORT_SYMBOL vmlinux 0x23de798a dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x23f2243d mempool_free +EXPORT_SYMBOL vmlinux 0x23f4e832 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x243657ff generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x244a2411 __first_cpu +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x24632043 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x2466f402 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x247f4b5b dump_skip +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24992550 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x249b6b9c msi_bitmap_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x24a5f0ef devm_ioremap_prot +EXPORT_SYMBOL vmlinux 0x24b2dd18 compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0x24b48317 load_nls_default +EXPORT_SYMBOL vmlinux 0x24b91cef rtnl_unicast +EXPORT_SYMBOL vmlinux 0x24c44ff1 blk_get_request +EXPORT_SYMBOL vmlinux 0x24cfd438 _lv1_copy_lpm_trace_buffer +EXPORT_SYMBOL vmlinux 0x24eb0af0 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0x24f00380 ida_init +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250bae0c pnv_cxl_get_irq_count +EXPORT_SYMBOL vmlinux 0x2525890e simple_transaction_read +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x25393f7f mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x254c91fd dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x255a8c0e qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x25729534 clocksource_register +EXPORT_SYMBOL vmlinux 0x25798d2a console_start +EXPORT_SYMBOL vmlinux 0x257bf172 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0x257cf445 pmac_resume_agp_for_card +EXPORT_SYMBOL vmlinux 0x258194b8 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25af68e5 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x25b6b8f7 _lv1_set_spe_transition_notifier +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25e0f2fd security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x25e90ad8 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x26477c07 __vmalloc +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x265cbe19 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x2665d53a key_create_or_update +EXPORT_SYMBOL vmlinux 0x26710c9c pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x2673e105 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x2676562d d_tmpfile +EXPORT_SYMBOL vmlinux 0x267ecc26 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x268436f8 pagevec_lookup +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x26939c18 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x26b760c4 slhc_init +EXPORT_SYMBOL vmlinux 0x26c67220 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x26dd146b of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x26dfb467 ip6_xmit +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26f7d13b devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x2702426c pcibus_to_node +EXPORT_SYMBOL vmlinux 0x2707e783 __page_symlink +EXPORT_SYMBOL vmlinux 0x270e8316 security_path_rename +EXPORT_SYMBOL vmlinux 0x2712f4f5 crc32_le_combine +EXPORT_SYMBOL vmlinux 0x271ee886 dev_change_carrier +EXPORT_SYMBOL vmlinux 0x27282600 set_bdi_congested +EXPORT_SYMBOL vmlinux 0x2743e539 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x274960cb tty_unregister_device +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x2762f182 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x27646df3 start_thread +EXPORT_SYMBOL vmlinux 0x27674e75 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x2768de2c sys_imageblit +EXPORT_SYMBOL vmlinux 0x2771d7ff ida_get_new_above +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x279bd93e pci_get_subsys +EXPORT_SYMBOL vmlinux 0x279c777c sk_ns_capable +EXPORT_SYMBOL vmlinux 0x279d432b dquot_alloc +EXPORT_SYMBOL vmlinux 0x27bbb129 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27cd218f tty_port_open +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27ffee7c tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x28086f87 kill_bdev +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x282291d3 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x28318305 snprintf +EXPORT_SYMBOL vmlinux 0x28718764 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x289db3ee idr_remove +EXPORT_SYMBOL vmlinux 0x28a23291 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x28a2b29f radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28abfe6e scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x28c398a7 scsi_register +EXPORT_SYMBOL vmlinux 0x28e3e602 sk_dst_check +EXPORT_SYMBOL vmlinux 0x293f6138 qdisc_list_del +EXPORT_SYMBOL vmlinux 0x29400b47 touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0x29480d7a __pci_register_driver +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x2958e28a flush_icache_user_range +EXPORT_SYMBOL vmlinux 0x2960019b eeh_check_failure +EXPORT_SYMBOL vmlinux 0x2979d512 write_inode_now +EXPORT_SYMBOL vmlinux 0x299efeec n_tty_compat_ioctl_helper +EXPORT_SYMBOL vmlinux 0x29af2123 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x29c1555f sock_i_uid +EXPORT_SYMBOL vmlinux 0x29c9d7c3 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x29f2c2df get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a3ab6cb macio_dev_get +EXPORT_SYMBOL vmlinux 0x2a408e47 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x2a7b295f dm_unregister_target +EXPORT_SYMBOL vmlinux 0x2acae7d8 sk_net_capable +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2adc2fe8 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x2af1cb74 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x2afae2da generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b0f2626 seq_open_private +EXPORT_SYMBOL vmlinux 0x2b1d12f4 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x2b2230c7 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x2b249cd3 irq_set_chip +EXPORT_SYMBOL vmlinux 0x2b29f071 sock_create_kern +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b31a4cb __frontswap_test +EXPORT_SYMBOL vmlinux 0x2b4991ec xmon +EXPORT_SYMBOL vmlinux 0x2b5507af sk_stream_error +EXPORT_SYMBOL vmlinux 0x2b65e252 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x2b6af4b9 abort_creds +EXPORT_SYMBOL vmlinux 0x2b7c0d3a paca +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba30616 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2ba96e30 block_write_begin +EXPORT_SYMBOL vmlinux 0x2bcc1ef7 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x2bec0797 prepare_binprm +EXPORT_SYMBOL vmlinux 0x2befc893 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x2bf413b0 rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x2bf9f132 simple_link +EXPORT_SYMBOL vmlinux 0x2c072b4f pci_platform_rom +EXPORT_SYMBOL vmlinux 0x2c07c74d fddi_type_trans +EXPORT_SYMBOL vmlinux 0x2c1c2409 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x2c1cd4a4 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x2c1f4ad2 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c388f1f free_task +EXPORT_SYMBOL vmlinux 0x2c4c7997 _lv1_construct_lpm +EXPORT_SYMBOL vmlinux 0x2c4ce251 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x2c551f20 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0x2c5cd86b dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x2c7b1fca down_timeout +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2ca8831a user_path_create +EXPORT_SYMBOL vmlinux 0x2cb27f09 put_page +EXPORT_SYMBOL vmlinux 0x2cbb11e1 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39a34f __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x2d554876 path_put +EXPORT_SYMBOL vmlinux 0x2d75db84 touch_buffer +EXPORT_SYMBOL vmlinux 0x2d763c0d block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x2d7d2767 _lv1_set_lpm_group_control +EXPORT_SYMBOL vmlinux 0x2d880f2f dev_mc_init +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d947538 key_revoke +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2db1e0c6 dql_init +EXPORT_SYMBOL vmlinux 0x2dcbfa96 __invalidate_device +EXPORT_SYMBOL vmlinux 0x2de1cd29 security_path_chown +EXPORT_SYMBOL vmlinux 0x2de2a27f __kfree_skb +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2e0bf08c dquot_commit_info +EXPORT_SYMBOL vmlinux 0x2e0d2f7f queue_work_on +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e4710cb icmpv6_send +EXPORT_SYMBOL vmlinux 0x2e9006de __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x2e93495e _lv1_write_htab_entry +EXPORT_SYMBOL vmlinux 0x2ea650e7 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x2eb7cda7 key_task_permission +EXPORT_SYMBOL vmlinux 0x2ee22f42 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x2ee4337f smu_queue_cmd +EXPORT_SYMBOL vmlinux 0x2ee679dd __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x2ee97c4d kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2ef74587 udp_proc_register +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f0ee40e __scsi_add_device +EXPORT_SYMBOL vmlinux 0x2f14ef20 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x2f173574 arp_find +EXPORT_SYMBOL vmlinux 0x2f287f0d copy_to_user +EXPORT_SYMBOL vmlinux 0x2f2cb12b ll_rw_block +EXPORT_SYMBOL vmlinux 0x2f32f9a6 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x2f3f519f dquot_quota_on +EXPORT_SYMBOL vmlinux 0x2f479487 generic_setlease +EXPORT_SYMBOL vmlinux 0x2f602d41 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x2f708ada blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x2f9a69ba mount_single +EXPORT_SYMBOL vmlinux 0x2fae96de rtas_data_buf_lock +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fce0b1a scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x2fcfd3e4 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x3020e835 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x302ecd25 __module_get +EXPORT_SYMBOL vmlinux 0x30440f8a bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x305e480d mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x3079111e jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x3081aca2 init_net +EXPORT_SYMBOL vmlinux 0x30890653 fsl_lbc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x308d4106 md_write_end +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30b711dd fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x30b8b35c cpu_to_chip_id +EXPORT_SYMBOL vmlinux 0x30ec0a28 blk_finish_request +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x31201db9 filp_close +EXPORT_SYMBOL vmlinux 0x312cc607 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x312cfaf2 _lv1_disable_logical_spe +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x3191ae52 lro_receive_skb +EXPORT_SYMBOL vmlinux 0x319e0726 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x319e5d7e net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x31b7f300 _lv1_set_lpm_signal +EXPORT_SYMBOL vmlinux 0x31c60450 phy_detach +EXPORT_SYMBOL vmlinux 0x31cd509a _lv1_net_control +EXPORT_SYMBOL vmlinux 0x31cd995b store_fp_state +EXPORT_SYMBOL vmlinux 0x31d61e9a cur_cpu_spec +EXPORT_SYMBOL vmlinux 0x31dfe93d pci_clear_master +EXPORT_SYMBOL vmlinux 0x31e821a3 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x3202f8cc ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x32076699 elv_rb_del +EXPORT_SYMBOL vmlinux 0x3216b31c ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x3229102d inet_listen +EXPORT_SYMBOL vmlinux 0x32456ed9 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x3272b722 sk_capable +EXPORT_SYMBOL vmlinux 0x327b9c1b pmu_poll_adb +EXPORT_SYMBOL vmlinux 0x32919965 pid_task +EXPORT_SYMBOL vmlinux 0x3292e361 init_task +EXPORT_SYMBOL vmlinux 0x329c656b agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x32b37059 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x32c979a3 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x32deca93 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x32e4ac30 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0x32e93a2a kthread_stop +EXPORT_SYMBOL vmlinux 0x330b76ff dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x33383304 dquot_transfer +EXPORT_SYMBOL vmlinux 0x333cb37c __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x3367e1bc ps3_sb_event_receive_port_setup +EXPORT_SYMBOL vmlinux 0x3394743e scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33bcb59a xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x33bf847b eth_change_mtu +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33cb3c0e kmem_cache_create +EXPORT_SYMBOL vmlinux 0x33e684a6 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x34037d08 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x3412bce0 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341f62b6 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x342a4a13 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x3435fe42 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x343adaa6 kobject_set_name +EXPORT_SYMBOL vmlinux 0x344adbd5 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x346aa309 vio_enable_interrupts +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x34864fc1 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x3489c125 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a69191 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x34ad3c17 elv_add_request +EXPORT_SYMBOL vmlinux 0x34cc099e crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x34e6d023 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f55d9e gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x35032092 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x353ba53c __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x3568edca __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x3580f995 pci_find_bus +EXPORT_SYMBOL vmlinux 0x358cfb00 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x35916cdd tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x35992324 tcp_poll +EXPORT_SYMBOL vmlinux 0x35a76cfe udp_prot +EXPORT_SYMBOL vmlinux 0x35c32767 xor_altivec_2 +EXPORT_SYMBOL vmlinux 0x35c77d6e cfb_copyarea +EXPORT_SYMBOL vmlinux 0x3618cb2d ida_destroy +EXPORT_SYMBOL vmlinux 0x36316088 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x3663cbaf unregister_quota_format +EXPORT_SYMBOL vmlinux 0x366f6d27 idr_destroy +EXPORT_SYMBOL vmlinux 0x369e1115 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x36b0e732 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x371902e9 _lv1_get_lpm_interrupt_status +EXPORT_SYMBOL vmlinux 0x371d2130 check_legacy_ioport +EXPORT_SYMBOL vmlinux 0x3733d92b seq_write +EXPORT_SYMBOL vmlinux 0x37344510 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x37376e1c page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x37383edd rtas_get_power_level +EXPORT_SYMBOL vmlinux 0x373d735c jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x373f7901 nf_reinject +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x376c252e swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37b2f268 sock_no_connect +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c32587 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x37c9487a netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x37d0827d scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x37e0153d flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x37e629e2 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x3811a73e agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381d6b7f pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x382777ab _lv1_gpu_context_allocate +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x385e0100 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x38701ed7 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x38a4e982 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x38a54eaf pnv_cxl_ioda_msi_setup +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38b825d1 idr_replace +EXPORT_SYMBOL vmlinux 0x38c1e5de netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x38c7799b swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x38ddc363 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x38fb9933 tty_std_termios +EXPORT_SYMBOL vmlinux 0x3926be68 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x393162ba sock_create +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3944b6ba blk_make_request +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x395208a0 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x39527714 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x398162f9 sock_wfree +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39b39851 lock_may_write +EXPORT_SYMBOL vmlinux 0x39c79066 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x39cdf63c wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x39d4f1d3 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x39e01469 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x39f8dfb5 fb_get_mode +EXPORT_SYMBOL vmlinux 0x39fc6e5e setup_arg_pages +EXPORT_SYMBOL vmlinux 0x3a20ff73 __crc32c_le +EXPORT_SYMBOL vmlinux 0x3a375615 bio_reset +EXPORT_SYMBOL vmlinux 0x3a3e4b4f tcp_child_process +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3abc52d8 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x3af59620 mach_maple +EXPORT_SYMBOL vmlinux 0x3b615a21 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3b6203ad nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x3ba93e0c inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x3badbea6 sock_update_memcg +EXPORT_SYMBOL vmlinux 0x3bb31410 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3be12cf4 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x3be2ab71 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x3bf10142 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x3bfd1a2e simple_rename +EXPORT_SYMBOL vmlinux 0x3c03b348 register_netdevice +EXPORT_SYMBOL vmlinux 0x3c163d64 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x3c3b3d42 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x3c3b4b80 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c483012 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x3c7b6bfa mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9391d1 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3ca72b84 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x3cc4b0dc lg_lock_init +EXPORT_SYMBOL vmlinux 0x3cda9dab pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf3242d inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x3d127345 sock_no_accept +EXPORT_SYMBOL vmlinux 0x3d152960 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x3d29ccb3 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0x3d3cdf0d napi_complete +EXPORT_SYMBOL vmlinux 0x3d5844b3 strnicmp +EXPORT_SYMBOL vmlinux 0x3d6d2c0b lookup_one_len +EXPORT_SYMBOL vmlinux 0x3d931e1c shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x3d952145 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x3da9d832 vio_cmo_set_dev_desired +EXPORT_SYMBOL vmlinux 0x3dae20ce pci_dev_put +EXPORT_SYMBOL vmlinux 0x3daea9ab input_close_device +EXPORT_SYMBOL vmlinux 0x3dba94f3 mdiobus_read +EXPORT_SYMBOL vmlinux 0x3dc02a4e flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3ddc1220 of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0x3de45028 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x3dfa6e54 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e038fec scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x3e070983 __netif_schedule +EXPORT_SYMBOL vmlinux 0x3e0843a2 request_firmware +EXPORT_SYMBOL vmlinux 0x3e0d7ebf neigh_seq_start +EXPORT_SYMBOL vmlinux 0x3e286dca _lv1_get_rtc +EXPORT_SYMBOL vmlinux 0x3e4015b6 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x3e422015 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x3e4b252c of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x3e4dff89 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x3e601086 brioctl_set +EXPORT_SYMBOL vmlinux 0x3e6d45a7 dst_release +EXPORT_SYMBOL vmlinux 0x3e6eb082 __register_chrdev +EXPORT_SYMBOL vmlinux 0x3e7e507e mmc_add_host +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3e9ba6be nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x3eaf4cc7 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ee096ef scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x3efc5b0f netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f06a656 _lv1_construct_event_receive_port +EXPORT_SYMBOL vmlinux 0x3f06d286 ip6_frag_match +EXPORT_SYMBOL vmlinux 0x3f157d03 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x3f406a3b enable_kernel_altivec +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f745a78 lock_sock_fast +EXPORT_SYMBOL vmlinux 0x3f8fde52 eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x3fb038d3 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x3fb1a537 vio_get_attribute +EXPORT_SYMBOL vmlinux 0x3fb50252 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x3fbfd6ed _lv1_gpu_open +EXPORT_SYMBOL vmlinux 0x3fcd2e32 d_delete +EXPORT_SYMBOL vmlinux 0x3fe0d1c0 slhc_free +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe34baf tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x3fe7a3da file_remove_suid +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3fee4483 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x3ff64384 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x3ff8e495 lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0x3ffca287 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x40018af3 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x40409b5f netpoll_setup +EXPORT_SYMBOL vmlinux 0x40526632 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x4052b3ce kill_pid +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x405e391c agp_copy_info +EXPORT_SYMBOL vmlinux 0x40730c31 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x40771520 __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x4077c43b dentry_unhash +EXPORT_SYMBOL vmlinux 0x4077e84d pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x407c307f xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x4080aa85 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x40840fb2 add_disk +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40ac5e2c tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c88c34 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x40cedc1f skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d861cb nf_getsockopt +EXPORT_SYMBOL vmlinux 0x410aa989 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x41361807 _lv1_get_logical_ppe_id +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x4156a918 blk_free_tags +EXPORT_SYMBOL vmlinux 0x4159c38f ioremap_wc +EXPORT_SYMBOL vmlinux 0x416ccd92 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x4178e993 vme_dma_request +EXPORT_SYMBOL vmlinux 0x417a7f74 check_disk_size_change +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41a37c66 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x41d354f1 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x41dbf4de _lv1_start_lpm +EXPORT_SYMBOL vmlinux 0x41f199c6 d_set_d_op +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x4225c3ff __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x42776c52 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x4278183e padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x42835eea __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x4286611f nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x428ab3e5 block_invalidatepage +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42a506cf d_drop +EXPORT_SYMBOL vmlinux 0x42be98c4 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x42e36ff9 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x42f275a2 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x42f7689a jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x42f83dc2 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x431d85e8 kernel_sendpage +EXPORT_SYMBOL vmlinux 0x4333391a skb_unlink +EXPORT_SYMBOL vmlinux 0x433a7377 posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x433c1db4 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x433d2206 replace_mount_options +EXPORT_SYMBOL vmlinux 0x43491c9c simple_getattr +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4356358d pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x43591f74 get_phy_device +EXPORT_SYMBOL vmlinux 0x4359f56f generic_make_request +EXPORT_SYMBOL vmlinux 0x436386e9 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x437acd91 blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x439186b3 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x439b1fb0 get_tz_trend +EXPORT_SYMBOL vmlinux 0x43a01f90 complete_all +EXPORT_SYMBOL vmlinux 0x43a23b13 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x43ad6096 elv_rb_add +EXPORT_SYMBOL vmlinux 0x43bf224c uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x43ed1caf input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x43f3a1c0 dput +EXPORT_SYMBOL vmlinux 0x43f82516 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x4412e386 serio_open +EXPORT_SYMBOL vmlinux 0x4422a5b0 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x444099ce find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x444b9bd5 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x444ee666 seq_putc +EXPORT_SYMBOL vmlinux 0x4460e300 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x448eac3e kmemdup +EXPORT_SYMBOL vmlinux 0x44a2f034 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x44a41fc8 ps2_init +EXPORT_SYMBOL vmlinux 0x44b1dd0f skb_trim +EXPORT_SYMBOL vmlinux 0x44b501d8 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x44cde44b unregister_md_personality +EXPORT_SYMBOL vmlinux 0x44d8521e input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x44dc4638 __nla_put +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44eb192e wait_for_completion +EXPORT_SYMBOL vmlinux 0x44ebe80e md_error +EXPORT_SYMBOL vmlinux 0x44ef2488 __skb_checksum +EXPORT_SYMBOL vmlinux 0x44f75764 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x451e56b2 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x4524017c may_umount_tree +EXPORT_SYMBOL vmlinux 0x4531c4bb clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x453ef7e0 __scm_send +EXPORT_SYMBOL vmlinux 0x455016b7 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x455eeb33 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x4564459b _lv1_set_virtual_uart_param +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457a1170 backlight_device_register +EXPORT_SYMBOL vmlinux 0x457c1c0d xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x45a55ec8 __iounmap +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45afe22e skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x45b88f76 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x45cfe80b pasemi_dma_free_flag +EXPORT_SYMBOL vmlinux 0x45dd9ecb bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x460d7c05 sys_copyarea +EXPORT_SYMBOL vmlinux 0x460e5584 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x4612c59d down_trylock +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x461ebfa0 __copy_tofrom_user +EXPORT_SYMBOL vmlinux 0x462c3a9c nf_hook_slow +EXPORT_SYMBOL vmlinux 0x464d7e0f sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4693c942 bio_map_kern +EXPORT_SYMBOL vmlinux 0x469c54a5 free_netdev +EXPORT_SYMBOL vmlinux 0x469de69c vio_disable_interrupts +EXPORT_SYMBOL vmlinux 0x46afd532 on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x46ba6ec8 dev_emerg +EXPORT_SYMBOL vmlinux 0x46bf73b6 nf_log_packet +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46d12956 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x46d7cc0e security_file_permission +EXPORT_SYMBOL vmlinux 0x46fc2172 bio_advance +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x4702fa70 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x4708ff27 pcim_iomap +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x475a1818 of_find_property +EXPORT_SYMBOL vmlinux 0x476bcd8d compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0x4775c9f0 sock_no_getname +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47a72b18 elevator_alloc +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x480ab42a __next_cpu_nr +EXPORT_SYMBOL vmlinux 0x4815f22b _lv1_gpu_attribute +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x48404b9a remove_wait_queue +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4843a1b9 _lv1_delete_repository_node +EXPORT_SYMBOL vmlinux 0x4846c401 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x48507ba2 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0x48539b20 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x4881efab pmac_get_partition +EXPORT_SYMBOL vmlinux 0x48ae56c0 textsearch_register +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48cb9c58 netif_skb_features +EXPORT_SYMBOL vmlinux 0x48cc2c8f request_key +EXPORT_SYMBOL vmlinux 0x48d11437 kernel_read +EXPORT_SYMBOL vmlinux 0x48ec1755 blk_peek_request +EXPORT_SYMBOL vmlinux 0x48fabfbf gen_new_estimator +EXPORT_SYMBOL vmlinux 0x4903dcf3 lru_cache_add_file +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4908daf1 __blk_end_request +EXPORT_SYMBOL vmlinux 0x49179d11 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x4932143f blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x494c6d6e bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x495ec6eb pasemi_dma_alloc_buf +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x4993ee79 bioset_create +EXPORT_SYMBOL vmlinux 0x499ebb38 ps2_drain +EXPORT_SYMBOL vmlinux 0x49a5bb70 __serio_register_port +EXPORT_SYMBOL vmlinux 0x49ac16fc __bread_gfp +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49bea3a2 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x49e027e0 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x49ecc55e dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x49fcae7e bh_submit_read +EXPORT_SYMBOL vmlinux 0x4a202b8e netlink_set_err +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a55d68c jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x4a5b7f1f tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x4a68b22f get_super_thawed +EXPORT_SYMBOL vmlinux 0x4a88b6fb inc_nlink +EXPORT_SYMBOL vmlinux 0x4ab22f63 elevator_exit +EXPORT_SYMBOL vmlinux 0x4ab4900e fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4ac64da4 _lv1_select_virtual_address_space +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b16537f kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x4b23bcdd filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x4b249b89 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x4b27d4bb alloc_disk +EXPORT_SYMBOL vmlinux 0x4b2ea849 __put_cred +EXPORT_SYMBOL vmlinux 0x4b33c5be __mutex_init +EXPORT_SYMBOL vmlinux 0x4b3cb349 _lv1_destruct_io_irq_outlet +EXPORT_SYMBOL vmlinux 0x4b4976b5 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x4b5162fe tcp_make_synack +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b6fcddc _lv1_set_spe_interrupt_mask +EXPORT_SYMBOL vmlinux 0x4b8326ff ida_remove +EXPORT_SYMBOL vmlinux 0x4b8d712b abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bd4f959 km_state_notify +EXPORT_SYMBOL vmlinux 0x4bd7f8de mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x4bed99b3 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x4c09de09 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x4c11435a _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c136197 register_netdev +EXPORT_SYMBOL vmlinux 0x4c3042d3 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x4c5b54a0 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x4c986e56 blk_delay_queue +EXPORT_SYMBOL vmlinux 0x4ca64ba5 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x4ca9669f scnprintf +EXPORT_SYMBOL vmlinux 0x4cb0e988 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4cb97562 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc119b7 security_mmap_file +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4ced99d7 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x4d3fed27 dm_get_device +EXPORT_SYMBOL vmlinux 0x4d458905 mount_ns +EXPORT_SYMBOL vmlinux 0x4d4730dc mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x4d4b7792 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x4d5349e6 setup_new_exec +EXPORT_SYMBOL vmlinux 0x4d5be3d7 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x4d60359a cont_write_begin +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9aa6a5 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da1bd95 neigh_destroy +EXPORT_SYMBOL vmlinux 0x4da66fcc set_blocksize +EXPORT_SYMBOL vmlinux 0x4dbe14b9 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x4dd81254 of_iomap +EXPORT_SYMBOL vmlinux 0x4ddeb860 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4ded0e89 vga_put +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4df9082e current_fs_time +EXPORT_SYMBOL vmlinux 0x4e0794db tty_port_put +EXPORT_SYMBOL vmlinux 0x4e0a056e max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x4e0cd8c4 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x4e0fce57 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x4e11922d xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e35d98b skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x4e517772 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e78b3f0 bmap +EXPORT_SYMBOL vmlinux 0x4e9dffb5 ip_fast_csum +EXPORT_SYMBOL vmlinux 0x4e9fed35 open_exec +EXPORT_SYMBOL vmlinux 0x4ea1c26b rwsem_wake +EXPORT_SYMBOL vmlinux 0x4ebe825f pcie_set_mps +EXPORT_SYMBOL vmlinux 0x4edd72f7 block_all_signals +EXPORT_SYMBOL vmlinux 0x4eee4906 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f2a19a2 d_validate +EXPORT_SYMBOL vmlinux 0x4f318e34 vfs_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f396669 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x4f532c6c stop_tty +EXPORT_SYMBOL vmlinux 0x4f57d311 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x4f664db6 _lv1_insert_htab_entry +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6b6bff napi_gro_flush +EXPORT_SYMBOL vmlinux 0x4f77853f fget +EXPORT_SYMBOL vmlinux 0x4f7d2303 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x4fb784a0 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x4fc9b223 km_report +EXPORT_SYMBOL vmlinux 0x4fd1aba9 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x4fdb1837 sg_miter_start +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4ff17611 tty_unlock +EXPORT_SYMBOL vmlinux 0x4ffda515 pnv_cxl_alloc_hwirq_ranges +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x501380f9 bio_add_page +EXPORT_SYMBOL vmlinux 0x50149fe3 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x50171dc1 dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0x50364f32 blk_get_queue +EXPORT_SYMBOL vmlinux 0x505cd245 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x506abb21 write_one_page +EXPORT_SYMBOL vmlinux 0x50773ebe sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x5082bed6 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x5085754a pci_match_id +EXPORT_SYMBOL vmlinux 0x50a71ed7 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50ad7e8f nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x50ba769a kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x50d2592d hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x51019007 secpath_dup +EXPORT_SYMBOL vmlinux 0x51019cd6 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x51164ad9 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x5127c9b4 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x513602a6 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x51468bd7 write_cache_pages +EXPORT_SYMBOL vmlinux 0x5176b80e ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x518c8b42 of_phy_attach +EXPORT_SYMBOL vmlinux 0x519190b9 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x519b0da3 finish_wait +EXPORT_SYMBOL vmlinux 0x51be35c3 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x51cfd35f __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x51eaa870 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x51edd803 thaw_super +EXPORT_SYMBOL vmlinux 0x51eebd29 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x51fbf9fd __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x52154e85 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x521c8f83 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x521cea6f __dquot_free_space +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5245f6a4 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x524e204b bdi_register +EXPORT_SYMBOL vmlinux 0x5256a22c ps3_dma_region_create +EXPORT_SYMBOL vmlinux 0x526325b1 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x526593bc of_phy_find_device +EXPORT_SYMBOL vmlinux 0x52694584 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x526c1d64 vfs_writev +EXPORT_SYMBOL vmlinux 0x527830ff pmac_xpram_read +EXPORT_SYMBOL vmlinux 0x52812f4f uart_get_divisor +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52aa1909 phy_print_status +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52bf2c8f blkdev_fsync +EXPORT_SYMBOL vmlinux 0x52de14dd skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x52e39d16 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x52e3fa05 _lv1_allocate_memory +EXPORT_SYMBOL vmlinux 0x5302ae49 agp_free_memory +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53102dc3 __frontswap_store +EXPORT_SYMBOL vmlinux 0x5312ae49 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x5339f5f8 _lv1_read_virtual_uart +EXPORT_SYMBOL vmlinux 0x534677d1 get_agp_version +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x5366da55 blk_stop_queue +EXPORT_SYMBOL vmlinux 0x536cc847 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x5377e556 hex2bin +EXPORT_SYMBOL vmlinux 0x5378db4f phy_connect +EXPORT_SYMBOL vmlinux 0x537af0d0 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x538925d8 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x53a02644 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x53a1aab4 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x53c976a3 release_pages +EXPORT_SYMBOL vmlinux 0x53d59bba devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0x53e50e93 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x53ebab1b _outsl_ns +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5412c7c7 up +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x542a4363 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x543deabb skb_pull +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54479ba9 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x5457bdff tty_port_close_end +EXPORT_SYMBOL vmlinux 0x545a40ba agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x545e0cca directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54ad741a serio_reconnect +EXPORT_SYMBOL vmlinux 0x54db9b1f twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x5505ed1a cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x5511fe3f set_nlink +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552339b4 bioset_free +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x555976d3 mount_pseudo +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5568c553 complete +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x5577ef9e udp_table +EXPORT_SYMBOL vmlinux 0x557b3dd8 _lv1_gpu_close +EXPORT_SYMBOL vmlinux 0x557d1bb1 get_acl +EXPORT_SYMBOL vmlinux 0x558e1790 register_quota_format +EXPORT_SYMBOL vmlinux 0x5592411e posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55c9fbb5 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x55ccd4d2 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x55f5019b __kmalloc_node +EXPORT_SYMBOL vmlinux 0x55f9a079 sock_no_bind +EXPORT_SYMBOL vmlinux 0x56077b5a pmac_suspend_agp_for_card +EXPORT_SYMBOL vmlinux 0x56108bf0 vc_cons +EXPORT_SYMBOL vmlinux 0x56164dfc mapping_tagged +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5650182d of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x56572a84 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x565e84e3 finish_no_open +EXPORT_SYMBOL vmlinux 0x5661b240 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x568804ee _lv1_destruct_event_receive_port +EXPORT_SYMBOL vmlinux 0x568f5b49 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0x56a10763 csum_tcpudp_magic +EXPORT_SYMBOL vmlinux 0x56a25c38 elv_rb_find +EXPORT_SYMBOL vmlinux 0x56c2b95b rtas_progress +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d03e68 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0x56ddd997 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x56e4e7d5 migrate_page +EXPORT_SYMBOL vmlinux 0x5703ba70 simple_write_begin +EXPORT_SYMBOL vmlinux 0x5704e1b7 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x571d3589 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x571d5183 genphy_read_status +EXPORT_SYMBOL vmlinux 0x57261bff d_make_root +EXPORT_SYMBOL vmlinux 0x572647d6 get_mce_fault_addr +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x573a98b9 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x573dba0b vfs_readv +EXPORT_SYMBOL vmlinux 0x57514545 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x5769d190 __lock_buffer +EXPORT_SYMBOL vmlinux 0x576bdbe0 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x576d4718 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x57754119 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x57762ff4 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x577d9c8e cad_pid +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x579bab50 _lv1_gpu_memory_free +EXPORT_SYMBOL vmlinux 0x57b87121 __breadahead +EXPORT_SYMBOL vmlinux 0x57de264f __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x57e2ee92 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x58052ae2 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x58112b9a vme_irq_generate +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5845cfe6 inode_init_once +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5868914b sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x58b46439 of_allnodes +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58c3e0e5 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x58c510e9 follow_down_one +EXPORT_SYMBOL vmlinux 0x58eeb969 set_device_ro +EXPORT_SYMBOL vmlinux 0x58f2eeb5 netlink_ack +EXPORT_SYMBOL vmlinux 0x594673c5 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x595d0946 empty_zero_page +EXPORT_SYMBOL vmlinux 0x5967c929 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x59692189 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x59807221 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x5991219c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x599b047c generic_setxattr +EXPORT_SYMBOL vmlinux 0x59b3378a completion_done +EXPORT_SYMBOL vmlinux 0x59e892a1 inet6_release +EXPORT_SYMBOL vmlinux 0x59ed72e5 dev_addr_init +EXPORT_SYMBOL vmlinux 0x59ff2a03 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x5a025f7b arch_local_irq_restore +EXPORT_SYMBOL vmlinux 0x5a0aaa12 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5a1b6660 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x5a3f4fd2 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a85dcf4 ps2_command +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aa8fff6 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x5ab6a450 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x5aec2f8d vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x5aecf91c ip_options_compile +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b23dbcf blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x5b39988e ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b43f1f1 rtas_service_present +EXPORT_SYMBOL vmlinux 0x5b4b45a8 framebuffer_release +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b5ddee4 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x5b6d7c8d capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x5b857c58 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x5b91791c padata_add_cpu +EXPORT_SYMBOL vmlinux 0x5b9828c5 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x5b9d3ad9 simple_lookup +EXPORT_SYMBOL vmlinux 0x5baa6f94 new_inode +EXPORT_SYMBOL vmlinux 0x5bc10524 printk_emit +EXPORT_SYMBOL vmlinux 0x5bdf7969 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x5be350c2 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x5be4ea1f input_set_keycode +EXPORT_SYMBOL vmlinux 0x5bf1c48b __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x5c0d605b bdget_disk +EXPORT_SYMBOL vmlinux 0x5c0f6662 alloc_pages_current +EXPORT_SYMBOL vmlinux 0x5c12e86b vga_tryget +EXPORT_SYMBOL vmlinux 0x5c1c4285 drop_super +EXPORT_SYMBOL vmlinux 0x5c201080 inet6_getname +EXPORT_SYMBOL vmlinux 0x5c36dbc1 uart_match_port +EXPORT_SYMBOL vmlinux 0x5c37f319 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x5c4bcbcf bdi_destroy +EXPORT_SYMBOL vmlinux 0x5c4f1cf3 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x5c6112af do_SAK +EXPORT_SYMBOL vmlinux 0x5c6cfffc tc_classify_compat +EXPORT_SYMBOL vmlinux 0x5c751c02 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x5c7c7885 seq_bitmap +EXPORT_SYMBOL vmlinux 0x5c8fb493 pci_dev_get +EXPORT_SYMBOL vmlinux 0x5cc49b10 udp_disconnect +EXPORT_SYMBOL vmlinux 0x5ccc9045 _lv1_close_device +EXPORT_SYMBOL vmlinux 0x5cd179e9 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x5cd1d3c4 inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0x5ce77d8f scsi_ioctl +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cee0598 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x5cf30e10 __debugger_ipi +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfcc96c nf_afinfo +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d54b960 tso_start +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5d749967 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x5d83ea2c dev_get_stats +EXPORT_SYMBOL vmlinux 0x5d915ad0 start_tty +EXPORT_SYMBOL vmlinux 0x5d99fe5a __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x5dc3d917 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x5dd1918c nobh_writepage +EXPORT_SYMBOL vmlinux 0x5deedde0 serio_interrupt +EXPORT_SYMBOL vmlinux 0x5def8ac5 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x5e0be210 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x5e2db1d6 dev_deactivate +EXPORT_SYMBOL vmlinux 0x5e3a8a9c __wake_up +EXPORT_SYMBOL vmlinux 0x5e3bda99 clear_user_page +EXPORT_SYMBOL vmlinux 0x5e4d6f66 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x5e529b19 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x5e7bf264 __pagevec_release +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eae4ffc seq_lseek +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ee05715 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x5efa592e blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x5efc1193 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0c22f6 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x5f1cbadd devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x5f1f40d9 of_match_device +EXPORT_SYMBOL vmlinux 0x5f4c0a27 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x5f80ccb4 seq_path +EXPORT_SYMBOL vmlinux 0x5f8a2728 isa_io_base +EXPORT_SYMBOL vmlinux 0x5f8fdce4 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x5fb7e737 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x5fcab5cb dget_parent +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fddd2f4 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60236390 page_symlink +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x6043e987 mpage_writepage +EXPORT_SYMBOL vmlinux 0x6051ac5b __seq_open_private +EXPORT_SYMBOL vmlinux 0x605f33c3 mmc_request_done +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x607adabd sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x6081896b xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x60980a0e __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x60990e32 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60b75813 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x60c78c5a mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60f72795 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x60fd0f4d noop_qdisc +EXPORT_SYMBOL vmlinux 0x61074174 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x61229b10 node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x614bb773 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x614e8bd1 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x61539e91 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x6161136a tc_classify +EXPORT_SYMBOL vmlinux 0x6161f0be dcache_readdir +EXPORT_SYMBOL vmlinux 0x616d797e mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x618c8371 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61a4487c _lv1_gpu_device_unmap +EXPORT_SYMBOL vmlinux 0x61ad7de5 pci_choose_state +EXPORT_SYMBOL vmlinux 0x61b18b09 proc_create_data +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61dcdcd3 _lv1_pause +EXPORT_SYMBOL vmlinux 0x61dde0a3 have_submounts +EXPORT_SYMBOL vmlinux 0x61eef2c9 _insb +EXPORT_SYMBOL vmlinux 0x61f66d1c vc_resize +EXPORT_SYMBOL vmlinux 0x61fa32af dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x61fffbb0 key_validate +EXPORT_SYMBOL vmlinux 0x6204b42f inet_release +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6217eba8 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x625206f4 dump_align +EXPORT_SYMBOL vmlinux 0x62538167 slhc_toss +EXPORT_SYMBOL vmlinux 0x6257bb46 bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x6290cdc5 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x6292f9cf unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x62aa4ae2 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x62ac6ca7 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x62af9119 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x62c3bd16 should_remove_suid +EXPORT_SYMBOL vmlinux 0x62c73233 dquot_destroy +EXPORT_SYMBOL vmlinux 0x62d240ed soft_cursor +EXPORT_SYMBOL vmlinux 0x62fa512d pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x62fc9a77 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x6313069c make_kuid +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x63231951 gen_pool_create +EXPORT_SYMBOL vmlinux 0x632c6162 release_sock +EXPORT_SYMBOL vmlinux 0x63396aec __debugger_break_match +EXPORT_SYMBOL vmlinux 0x633ad38a eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x633eca20 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x634530fd seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x6360d639 cpu_all_bits +EXPORT_SYMBOL vmlinux 0x637950cb pnv_cxl_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x63a8e265 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x63b71413 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x63bdd9fd filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x63c112de dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x63dba0c5 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x63ea5e76 dev_add_pack +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f75920 _lv1_construct_virtual_address_space +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x641c1986 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x64357809 key_put +EXPORT_SYMBOL vmlinux 0x64399fea sock_alloc_file +EXPORT_SYMBOL vmlinux 0x6443a1cf dev_warn +EXPORT_SYMBOL vmlinux 0x646cc6ab pmu_poll +EXPORT_SYMBOL vmlinux 0x64857dd9 netif_rx +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x649f411d netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x64b4716d ps3_dma_region_free +EXPORT_SYMBOL vmlinux 0x64b84b70 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64c2fe05 pci_map_rom +EXPORT_SYMBOL vmlinux 0x64e05fbc bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x64e38879 pipe_unlock +EXPORT_SYMBOL vmlinux 0x64e421eb dev_notice +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x6533e79a pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x653b6ecc security_path_mkdir +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654dec22 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x6568ffd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x6569af23 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x656c653b xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x6570934b blk_init_queue +EXPORT_SYMBOL vmlinux 0x658005fe tcf_action_exec +EXPORT_SYMBOL vmlinux 0x6593e80b rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x659eff89 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x65a8b972 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x65af1b03 tcf_em_register +EXPORT_SYMBOL vmlinux 0x65b97dde i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x65bb58a2 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x65bffd50 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x65d5912f request_key_async_with_auxdata +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 0x65e30bcb devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65fdc59d netdev_printk +EXPORT_SYMBOL vmlinux 0x66009abc blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0x661a2e36 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x6623aa84 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x66296e0c vfs_link +EXPORT_SYMBOL vmlinux 0x662bc2a2 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x663162bd mount_bdev +EXPORT_SYMBOL vmlinux 0x663cb172 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x665fc5ca __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x666e9a33 blk_end_request +EXPORT_SYMBOL vmlinux 0x668d4c57 vme_master_request +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66a07773 __blk_run_queue +EXPORT_SYMBOL vmlinux 0x66a0952f mutex_lock +EXPORT_SYMBOL vmlinux 0x66ad1cb3 _lv1_set_lpm_general_control +EXPORT_SYMBOL vmlinux 0x66cbf14b pmac_xpram_write +EXPORT_SYMBOL vmlinux 0x66cd54f7 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x66d1b2c1 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x66d7475b get_super +EXPORT_SYMBOL vmlinux 0x66e2640e sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x67156fa2 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x672acab6 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x672f8725 dev_uc_add +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x67701c75 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x677960da dquot_acquire +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67b8062c nla_put +EXPORT_SYMBOL vmlinux 0x67cd6368 mpage_writepages +EXPORT_SYMBOL vmlinux 0x67d46c85 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x67ff9759 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x681eff85 block_write_end +EXPORT_SYMBOL vmlinux 0x68293635 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x68609857 complete_and_exit +EXPORT_SYMBOL vmlinux 0x686dfd1a skb_make_writable +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687ec237 free_user_ns +EXPORT_SYMBOL vmlinux 0x68971a7a i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x689c55c4 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x68ab71f9 registered_fb +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68d90f14 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e1ef51 smu_present +EXPORT_SYMBOL vmlinux 0x690e3bc9 of_get_next_child +EXPORT_SYMBOL vmlinux 0x69330f34 flush_old_exec +EXPORT_SYMBOL vmlinux 0x6945ac3a neigh_direct_output +EXPORT_SYMBOL vmlinux 0x694f8101 kernel_accept +EXPORT_SYMBOL vmlinux 0x695f2d37 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x6964d7d2 devm_gpio_free +EXPORT_SYMBOL vmlinux 0x69650aea blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x696bdd99 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6974a6bb bdev_read_only +EXPORT_SYMBOL vmlinux 0x69763a56 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x6986b9e3 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x699ccbf8 _lv1_deconfigure_virtual_uart_irq +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69b8e007 submit_bh +EXPORT_SYMBOL vmlinux 0x69c7362e phy_stop +EXPORT_SYMBOL vmlinux 0x69cf53d0 input_inject_event +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69d47895 release_firmware +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x6a00c070 dev_uc_del +EXPORT_SYMBOL vmlinux 0x6a0249d9 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a06f0af of_match_node +EXPORT_SYMBOL vmlinux 0x6a218604 padata_stop +EXPORT_SYMBOL vmlinux 0x6a2bfa97 iget_failed +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5ee948 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a61f874 to_tm +EXPORT_SYMBOL vmlinux 0x6a740c54 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a83ff06 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x6a8a2fd0 vio_register_device_node +EXPORT_SYMBOL vmlinux 0x6ab73e89 bdput +EXPORT_SYMBOL vmlinux 0x6abcea06 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6ad3542c inet_put_port +EXPORT_SYMBOL vmlinux 0x6ad813eb do_splice_from +EXPORT_SYMBOL vmlinux 0x6adb6e69 swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b236833 simple_empty +EXPORT_SYMBOL vmlinux 0x6b2926d4 lookup_bdev +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b358cab _lv1_read_repository_node +EXPORT_SYMBOL vmlinux 0x6b387694 _lv1_end_of_interrupt_ext +EXPORT_SYMBOL vmlinux 0x6b589a6e _lv1_net_add_multicast_address +EXPORT_SYMBOL vmlinux 0x6b5dfe73 __debugger_bpt +EXPORT_SYMBOL vmlinux 0x6b5efbb0 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b6f0c4b _lv1_create_repository_node +EXPORT_SYMBOL vmlinux 0x6bace604 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x6bb7deb5 dev_load +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bceaebc gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x6bd0d942 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x6bd58550 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6bf092de vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x6bfd3a26 iget_locked +EXPORT_SYMBOL vmlinux 0x6c0b2bda mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x6c154ac9 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x6c18190d xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x6c3a8412 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c5b38ed skb_seq_read +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c66c0f1 dcb_getapp +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c9846ea xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x6c9afb14 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x6cb0aeec vme_irq_handler +EXPORT_SYMBOL vmlinux 0x6cb37127 flex_array_clear +EXPORT_SYMBOL vmlinux 0x6cd8c86b __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x6d023d7e pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d1743eb _lv1_get_total_execution_time +EXPORT_SYMBOL vmlinux 0x6d180c83 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d33b966 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x6d37e975 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x6d488b75 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x6d740223 flex_array_put +EXPORT_SYMBOL vmlinux 0x6d88cfa5 d_move +EXPORT_SYMBOL vmlinux 0x6d955aef ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x6da928f4 _insw_ns +EXPORT_SYMBOL vmlinux 0x6dca88e5 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e1503ea dquot_resume +EXPORT_SYMBOL vmlinux 0x6e2eef71 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x6e3c74f6 vme_register_driver +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e7a2750 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x6e7cee88 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x6e7f0fd2 cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x6e89fe72 audit_log +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6eaeef22 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x6eb13fda handle_edge_irq +EXPORT_SYMBOL vmlinux 0x6ebb3e5b netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ecbb65b xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x6ecbc747 dquot_initialize +EXPORT_SYMBOL vmlinux 0x6ed2bdb2 mmc_can_reset +EXPORT_SYMBOL vmlinux 0x6ed366b9 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x6edf5d7b do_truncate +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f240a03 flush_signals +EXPORT_SYMBOL vmlinux 0x6f794215 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x6f8e7892 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x6f92e89a elevator_init +EXPORT_SYMBOL vmlinux 0x6fa331ed _lv1_construct_io_irq_outlet +EXPORT_SYMBOL vmlinux 0x6fae95eb blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x6fbf3798 kernel_bind +EXPORT_SYMBOL vmlinux 0x6fc5c702 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fe085c0 padata_do_serial +EXPORT_SYMBOL vmlinux 0x6ffb2f46 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x6ffddeea kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x7003b9bb dcb_setapp +EXPORT_SYMBOL vmlinux 0x700632b3 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x7009297c xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x701699b2 _lv1_set_spe_privilege_state_area_1_register +EXPORT_SYMBOL vmlinux 0x703d3f27 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x704e237b of_get_property +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x7099d67c pci_request_region +EXPORT_SYMBOL vmlinux 0x70bae56d scsi_remove_target +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70c40a16 audit_log_start +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70de576d block_write_full_page +EXPORT_SYMBOL vmlinux 0x70f34155 read_code +EXPORT_SYMBOL vmlinux 0x70f86c70 pmu_queue_request +EXPORT_SYMBOL vmlinux 0x71086a6d audit_log_task_info +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x713c656d tty_unthrottle +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x718edd0d vmap +EXPORT_SYMBOL vmlinux 0x71934187 bio_copy_user +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71c112ba dentry_open +EXPORT_SYMBOL vmlinux 0x71d75bfd init_buffer +EXPORT_SYMBOL vmlinux 0x71f0774e inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x71f700c1 dqput +EXPORT_SYMBOL vmlinux 0x72290814 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x723c39f3 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x7250cba4 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x72708b51 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x7272ebc4 sget +EXPORT_SYMBOL vmlinux 0x729b4a83 _lv1_get_spe_all_interrupt_statuses +EXPORT_SYMBOL vmlinux 0x729d512b vm_event_states +EXPORT_SYMBOL vmlinux 0x72abc601 account_page_dirtied +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72c98139 __arch_hweight64 +EXPORT_SYMBOL vmlinux 0x72d6c317 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x72d89a32 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x72dc7286 scsi_host_put +EXPORT_SYMBOL vmlinux 0x72e6f4a1 tso_build_data +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x73069f0e fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x730b3ad6 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x730e0561 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731a747a pci_io_base +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x733df832 dquot_disable +EXPORT_SYMBOL vmlinux 0x734b2d3d kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x735d8503 add_wait_queue +EXPORT_SYMBOL vmlinux 0x73710a3e dqstats +EXPORT_SYMBOL vmlinux 0x737d60cd alloc_file +EXPORT_SYMBOL vmlinux 0x7380bef3 mmc_start_req +EXPORT_SYMBOL vmlinux 0x73825c09 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x73b26857 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x73baf764 pci_domain_nr +EXPORT_SYMBOL vmlinux 0x73cf25af input_register_handler +EXPORT_SYMBOL vmlinux 0x73efdf37 security_path_chmod +EXPORT_SYMBOL vmlinux 0x7430177e dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x7432f692 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x74394931 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x743b73b6 proc_set_user +EXPORT_SYMBOL vmlinux 0x74438c40 eeh_dev_release +EXPORT_SYMBOL vmlinux 0x746917b3 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7478f1a0 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x74b82b8a tcp_prequeue +EXPORT_SYMBOL vmlinux 0x74b97219 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74d64d0e always_delete_dentry +EXPORT_SYMBOL vmlinux 0x74e0ea52 genlmsg_put +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74e9e438 inet_getname +EXPORT_SYMBOL vmlinux 0x74ea3bb8 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x74f52fc4 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x74fe8730 sys_ctrler +EXPORT_SYMBOL vmlinux 0x7503662d sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x751c2917 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x7532588a alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x753a96b1 bio_put +EXPORT_SYMBOL vmlinux 0x755c444f mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x756c786e _lv1_connect_interrupt_event_receive_port +EXPORT_SYMBOL vmlinux 0x75754995 _lv1_storage_check_async_status +EXPORT_SYMBOL vmlinux 0x757f8eb2 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x75947c0b scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x75994700 add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x759feabc serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x75b21cb5 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x75b9ab47 set_binfmt +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75be6702 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x75c04003 follow_down +EXPORT_SYMBOL vmlinux 0x75cd9711 of_phy_connect +EXPORT_SYMBOL vmlinux 0x75e4f5aa pasemi_read_mac_reg +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x76112d0f pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x7630ac83 proc_set_size +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x764e2224 _lv1_disconnect_irq_plug_ext +EXPORT_SYMBOL vmlinux 0x764f9460 set_bh_page +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x76657260 rt6_lookup +EXPORT_SYMBOL vmlinux 0x766594d0 misc_deregister +EXPORT_SYMBOL vmlinux 0x7682af75 kill_litter_super +EXPORT_SYMBOL vmlinux 0x76a99661 d_invalidate +EXPORT_SYMBOL vmlinux 0x76b69900 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x76b7fcf2 __devm_request_region +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76dadc7d bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x76f3bce8 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x77048e75 __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x77053779 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x7712840c dev_close +EXPORT_SYMBOL vmlinux 0x7713cf05 irq_to_desc +EXPORT_SYMBOL vmlinux 0x77144936 _lv1_disconnect_irq_plug +EXPORT_SYMBOL vmlinux 0x77197e68 dev_add_offload +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x771fdaa8 file_update_time +EXPORT_SYMBOL vmlinux 0x7725a6fa netlink_capable +EXPORT_SYMBOL vmlinux 0x773cd1ad devm_gpio_request +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77432c58 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x7743616e phy_register_fixup +EXPORT_SYMBOL vmlinux 0x7744d6b9 pci_get_device +EXPORT_SYMBOL vmlinux 0x7751e694 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x775dbcc0 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x7763a22b blk_stack_limits +EXPORT_SYMBOL vmlinux 0x7792a283 ip_ct_attach +EXPORT_SYMBOL vmlinux 0x7793057e inet_accept +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x779d6caf fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x77a00d84 register_gifconf +EXPORT_SYMBOL vmlinux 0x77ab9c55 skb_tx_error +EXPORT_SYMBOL vmlinux 0x77bbec49 input_grab_device +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77fb9edb skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x7830b04f hvc_put_chars +EXPORT_SYMBOL vmlinux 0x78384d8a pci_fixup_device +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x7850b598 proc_remove +EXPORT_SYMBOL vmlinux 0x7856b4df __destroy_inode +EXPORT_SYMBOL vmlinux 0x785922dc d_instantiate +EXPORT_SYMBOL vmlinux 0x7868ad0e __sock_create +EXPORT_SYMBOL vmlinux 0x787f5ebc blk_rq_init +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x788bd0a8 up_read +EXPORT_SYMBOL vmlinux 0x789a17f7 _lv1_destruct_logical_spe +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a20a50 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x78a9e905 _numa_mem_ +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x790df6ca __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x7922def7 of_get_next_parent +EXPORT_SYMBOL vmlinux 0x79230368 phy_device_register +EXPORT_SYMBOL vmlinux 0x793e251e vfs_llseek +EXPORT_SYMBOL vmlinux 0x794852e7 node_data +EXPORT_SYMBOL vmlinux 0x79633a60 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x7968cbde poll_freewait +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x797c8fa9 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7985d043 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79aad5e9 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x79ae877a of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x79bc36ab generic_perform_write +EXPORT_SYMBOL vmlinux 0x79bea0bc filemap_flush +EXPORT_SYMBOL vmlinux 0x79ce70c4 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x79d7919a sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x7a07bea2 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a3bd7c8 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a512c96 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x7a72995d dev_trans_start +EXPORT_SYMBOL vmlinux 0x7a88330b tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a9695d2 update_devfreq +EXPORT_SYMBOL vmlinux 0x7a9f8a23 commit_creds +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa9e259 _lv1_map_htab +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ac1154c inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x7ac16714 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x7ac95731 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7afd6f2c dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x7b16235f hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7b1aaa00 cdev_add +EXPORT_SYMBOL vmlinux 0x7b23b280 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x7b2ae2a3 kthread_bind +EXPORT_SYMBOL vmlinux 0x7b2aef6c __krealloc +EXPORT_SYMBOL vmlinux 0x7b529099 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x7b5e344c skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x7b6ad5a4 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x7b80a77b of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0x7b83532b md_write_start +EXPORT_SYMBOL vmlinux 0x7b99f4db tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x7ba77750 dev_open +EXPORT_SYMBOL vmlinux 0x7badb66e pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x7bb756cc neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x7bf349a6 con_is_bound +EXPORT_SYMBOL vmlinux 0x7c003aef _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x7c0ccb6d proc_symlink +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c1aae10 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x7c27156c rtas_online_cpus_mask +EXPORT_SYMBOL vmlinux 0x7c2d098f krealloc +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4836ad inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c6d7fed register_sysctl +EXPORT_SYMBOL vmlinux 0x7c8b47a5 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x7c8d6ad5 account_page_redirty +EXPORT_SYMBOL vmlinux 0x7c9291d1 csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7c9b77f4 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7cdecc70 elevator_change +EXPORT_SYMBOL vmlinux 0x7cdef038 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cee5e1e pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf3a16b put_cmsg +EXPORT_SYMBOL vmlinux 0x7d02f980 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d1e19f9 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x7d2f7313 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x7d3fcfe4 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d983512 __frontswap_load +EXPORT_SYMBOL vmlinux 0x7dc97879 rtas_get_error_log_max +EXPORT_SYMBOL vmlinux 0x7dd41a14 backlight_force_update +EXPORT_SYMBOL vmlinux 0x7dd4324c fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7df490a1 simple_write_end +EXPORT_SYMBOL vmlinux 0x7dfafdc1 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x7e00b44e jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x7e0c641c pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x7e111869 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x7e1465c1 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x7e754b59 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x7e78c2ab pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x7e790ab1 find_get_entry +EXPORT_SYMBOL vmlinux 0x7e7ce0c7 ip6_route_output +EXPORT_SYMBOL vmlinux 0x7e836949 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x7e87227e slhc_compress +EXPORT_SYMBOL vmlinux 0x7eab080a set_anon_super +EXPORT_SYMBOL vmlinux 0x7eaee684 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x7ec6e812 inet_sendpage +EXPORT_SYMBOL vmlinux 0x7ed24013 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x7ed7a385 sock_from_file +EXPORT_SYMBOL vmlinux 0x7f03880f mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x7f08c42a sk_alloc +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f2f4d0c cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x7f4164e8 vfs_unlink +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f84a03a pci_scan_slot +EXPORT_SYMBOL vmlinux 0x7f9339e9 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x7f9e3002 flow_cache_init +EXPORT_SYMBOL vmlinux 0x7fa45ec5 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x7fadf602 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x7fbd10d2 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe38f48 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x7fe9a060 _lv1_net_stop_tx_dma +EXPORT_SYMBOL vmlinux 0x80285191 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x802d0e93 crc32_le +EXPORT_SYMBOL vmlinux 0x80356709 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x8049021c __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x807893cb eth_header_cache +EXPORT_SYMBOL vmlinux 0x80791a8c radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x80927c94 vfs_write +EXPORT_SYMBOL vmlinux 0x80a72237 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e21ea6 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x80fd5178 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x810377eb scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x8113556c fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0x8129b6ef get_user_pages +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x81829c54 make_kgid +EXPORT_SYMBOL vmlinux 0x8188f6c8 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x81a07f4e _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x81a81ca3 nobh_write_end +EXPORT_SYMBOL vmlinux 0x81a87510 compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x81b5e5b1 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0x81c0a84f rtas_set_indicator +EXPORT_SYMBOL vmlinux 0x81c52194 init_page_accessed +EXPORT_SYMBOL vmlinux 0x81c7a68a skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x81c93568 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x81d9f7f2 _lv1_put_iopte +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x820cab4a seq_read +EXPORT_SYMBOL vmlinux 0x8213b38f truncate_setsize +EXPORT_SYMBOL vmlinux 0x8213c093 get_task_io_context +EXPORT_SYMBOL vmlinux 0x8221fdba jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x822a4f09 ip_defrag +EXPORT_SYMBOL vmlinux 0x82458f7f radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x8251b49c __page_cache_alloc +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x825c6739 ps3_dma_region_init +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x82a71ed4 vfs_fsync +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82e5a238 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x82f58d33 mntget +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x8307172a pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x831cd971 tty_kref_put +EXPORT_SYMBOL vmlinux 0x832fa66e ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x833d9e1f macio_register_driver +EXPORT_SYMBOL vmlinux 0x836a84db __d_drop +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83bac95f textsearch_prepare +EXPORT_SYMBOL vmlinux 0x83c4cac3 kobject_init +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83cb5826 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x83e09c1d poll_initwait +EXPORT_SYMBOL vmlinux 0x83f39f79 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x84131fd5 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x841e38dd sk_release_kernel +EXPORT_SYMBOL vmlinux 0x8420a42b of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x8427cd20 fasync_helper +EXPORT_SYMBOL vmlinux 0x8429bf63 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x842ff17f max8998_write_reg +EXPORT_SYMBOL vmlinux 0x84432e63 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x844e3767 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x845124e0 ps3_mm_phys_to_lpar +EXPORT_SYMBOL vmlinux 0x845c33e9 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x8482f640 find_vma +EXPORT_SYMBOL vmlinux 0x849fe807 csum_and_copy_from_user +EXPORT_SYMBOL vmlinux 0x84a56e90 bdgrab +EXPORT_SYMBOL vmlinux 0x84aa1505 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x84bd69bf dq_data_lock +EXPORT_SYMBOL vmlinux 0x84e727bd i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x8506d89c tcp_connect +EXPORT_SYMBOL vmlinux 0x85082465 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x8513eae0 sock_edemux +EXPORT_SYMBOL vmlinux 0x8515e233 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x851887f6 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x8521edea scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x8523c4c7 bdget +EXPORT_SYMBOL vmlinux 0x852dd26b bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x852e5704 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x853a39ed clocksource_unregister +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x85423c3d cdev_alloc +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8597eb47 plpar_hcall +EXPORT_SYMBOL vmlinux 0x85afba0d jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x85b22d90 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd2dd6 zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0x85c4d14c kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x85cc8138 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x85d0dd08 genphy_update_link +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e9c8e7 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x85f92caa kill_block_super +EXPORT_SYMBOL vmlinux 0x860a28d5 pnv_phb_to_cxl +EXPORT_SYMBOL vmlinux 0x860ec759 mount_subtree +EXPORT_SYMBOL vmlinux 0x8614a2db locks_free_lock +EXPORT_SYMBOL vmlinux 0x86381adb __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x866623cd send_sig_info +EXPORT_SYMBOL vmlinux 0x866bbe71 __napi_complete +EXPORT_SYMBOL vmlinux 0x867a8aa3 register_exec_domain +EXPORT_SYMBOL vmlinux 0x867ea8d5 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x868056ee xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868bc8e2 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x86ad8283 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x86bee1ba xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x86db1cbb rtas_flash_term_hook +EXPORT_SYMBOL vmlinux 0x86e0aed1 may_umount +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x870b0238 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x87264307 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x8733e05a xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x8735fe5d unregister_nls +EXPORT_SYMBOL vmlinux 0x873a53ea __arch_hweight8 +EXPORT_SYMBOL vmlinux 0x87514759 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x875bd59e pci_dev_driver +EXPORT_SYMBOL vmlinux 0x875e6e4e vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x87732f1e jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x87851631 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x8796bb86 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x879ebbe1 kfree_put_link +EXPORT_SYMBOL vmlinux 0x87ad90e1 vme_irq_free +EXPORT_SYMBOL vmlinux 0x87d42cb2 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x87f3300e scsi_device_get +EXPORT_SYMBOL vmlinux 0x880da1b1 _lv1_get_logical_partition_id +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x88250273 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x882d054d tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x882db37f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x882e5311 agp_create_memory +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x88403ca3 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x88551607 i2c_release_client +EXPORT_SYMBOL vmlinux 0x885c7bb9 kill_anon_super +EXPORT_SYMBOL vmlinux 0x885d5c3d mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x8862ee26 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x88b550a7 of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0x88d5f984 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x891bef26 vm_stat +EXPORT_SYMBOL vmlinux 0x891fbb10 mempool_destroy +EXPORT_SYMBOL vmlinux 0x8929aacc __tcf_hash_release +EXPORT_SYMBOL vmlinux 0x893da128 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x894ed845 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x895108f3 proc_dostring +EXPORT_SYMBOL vmlinux 0x895577b0 numa_cpu_lookup_table +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x89797060 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x8981934b dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x898cdcd0 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x8991e25b inet6_bind +EXPORT_SYMBOL vmlinux 0x8997f2d1 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x899a8c44 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x89a5eb0b scsi_remove_device +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89c5a8be smu_get_sdb_partition +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89d58e69 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x89e9bfa9 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x89ede330 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x89edfff8 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1fb4c1 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4e229e __getblk_slow +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a6225cc blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a761d19 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8a9cef2a _lv1_allocate_device_dma_region +EXPORT_SYMBOL vmlinux 0x8aa89e11 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x8ab28050 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x8ab99b8f mfd_add_devices +EXPORT_SYMBOL vmlinux 0x8afd0789 km_state_expired +EXPORT_SYMBOL vmlinux 0x8b1067ad mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x8b130a65 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x8b16fa34 mntput +EXPORT_SYMBOL vmlinux 0x8b20255f dump_page +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b7400d9 powerpc_debugfs_root +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b85f562 generic_file_open +EXPORT_SYMBOL vmlinux 0x8b99810f blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0x8bf2ae1f fsl_lbc_addr +EXPORT_SYMBOL vmlinux 0x8bfd0951 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x8c094fc2 security_path_truncate +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c64cdad __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x8c751cde sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x8c79e238 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x8c8d79c0 _lv1_gpu_context_iomap +EXPORT_SYMBOL vmlinux 0x8ca219df tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x8caa79c8 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x8cc59dfe sg_miter_next +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cd2cdb4 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x8cd731d8 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x8cd95ff5 simple_rmdir +EXPORT_SYMBOL vmlinux 0x8ce03bcf compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x8ce8cff0 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x8d015dd4 __bswapdi2 +EXPORT_SYMBOL vmlinux 0x8d04fc36 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x8d0d7cb0 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0x8d277c2c cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x8d2cfbd3 input_unregister_device +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d495a32 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d6c01ae flow_cache_fini +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d944cbb copy_in_user +EXPORT_SYMBOL vmlinux 0x8da671fe __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x8da95e09 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x8de0b5ac mempool_create +EXPORT_SYMBOL vmlinux 0x8de2fbc5 _lv1_get_virtual_uart_param +EXPORT_SYMBOL vmlinux 0x8deb83e8 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x8decb81d mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x8df15f92 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x8df85577 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8e14b0e5 page_put_link +EXPORT_SYMBOL vmlinux 0x8e221717 get_fs_type +EXPORT_SYMBOL vmlinux 0x8e2436f0 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x8e310337 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x8e332829 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x8e441e12 pnv_pci_to_phb_node +EXPORT_SYMBOL vmlinux 0x8e57337c insert_inode_locked +EXPORT_SYMBOL vmlinux 0x8e8352ef input_flush_device +EXPORT_SYMBOL vmlinux 0x8e9664b2 pci_iomap +EXPORT_SYMBOL vmlinux 0x8eab103a remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x8ec04552 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8eea1bc9 smu_poll +EXPORT_SYMBOL vmlinux 0x8eea90d8 key_link +EXPORT_SYMBOL vmlinux 0x8ef1d950 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x8f23e494 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x8f4fce54 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x8f52dbe1 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x8f58d87a nf_setsockopt +EXPORT_SYMBOL vmlinux 0x8f623fb6 vme_slot_num +EXPORT_SYMBOL vmlinux 0x8f85f835 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x8fc6b16e pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x8ff538aa try_to_release_page +EXPORT_SYMBOL vmlinux 0x90162ed8 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x9048309b tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x906b17dc init_special_inode +EXPORT_SYMBOL vmlinux 0x9073da36 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x908c8b5a vfs_read +EXPORT_SYMBOL vmlinux 0x908f981a pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x90aae45c __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x90b771fc mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x90cf949f tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x90dc28fa skb_copy +EXPORT_SYMBOL vmlinux 0x90e146c2 trace_seq_putc +EXPORT_SYMBOL vmlinux 0x90e413f8 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x90fac1fc dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x910e1c33 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x91201cef _lv1_enable_logical_spe +EXPORT_SYMBOL vmlinux 0x912557ce rtas_busy_delay +EXPORT_SYMBOL vmlinux 0x9132d138 lease_modify +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x915e1208 tb_ticks_per_usec +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9168c033 rtas_get_sensor +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x919d1163 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x91ac822f vscnprintf +EXPORT_SYMBOL vmlinux 0x91b63f36 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x91b7eb62 bio_endio_nodec +EXPORT_SYMBOL vmlinux 0x91c4feca _lv1_unmap_htab +EXPORT_SYMBOL vmlinux 0x91c55930 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x91eff280 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x91f6bd53 compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0x9209278d blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x9220037c inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x924f09d1 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x92539c74 compat_sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x92692716 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x926df855 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x927a5db9 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x9280e9de __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x92887cbd phy_disconnect +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92d050df iov_pages +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305055d __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930ce94b sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x930d0364 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x930ffee7 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x931e6f33 posix_lock_file +EXPORT_SYMBOL vmlinux 0x932e01c9 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x933f5c5e file_ns_capable +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x93507f1c _lv1_gpu_memory_allocate +EXPORT_SYMBOL vmlinux 0x93521046 tty_register_device +EXPORT_SYMBOL vmlinux 0x93575129 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x9358f73f pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x9359b18d rtnl_notify +EXPORT_SYMBOL vmlinux 0x935ef986 dev_printk +EXPORT_SYMBOL vmlinux 0x9367783b default_llseek +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b07cce drop_nlink +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93bcd97f lock_fb_info +EXPORT_SYMBOL vmlinux 0x93bfb525 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x93cebda1 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x93d39b85 srp_start_tl_fail_timers +EXPORT_SYMBOL vmlinux 0x93e71d6f pci_disable_msi +EXPORT_SYMBOL vmlinux 0x93e8001b blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x93febabc bitmap_unplug +EXPORT_SYMBOL vmlinux 0x94010176 padata_free +EXPORT_SYMBOL vmlinux 0x94203368 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x943dc80f csum_and_copy_to_user +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a28859 PDE_DATA +EXPORT_SYMBOL vmlinux 0x94c80dd7 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x94d168b7 udp_set_csum +EXPORT_SYMBOL vmlinux 0x94d3b75d copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x94d4c94f filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x9510192a security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x9514151a _mcount +EXPORT_SYMBOL vmlinux 0x9516ce5a generic_file_fsync +EXPORT_SYMBOL vmlinux 0x9520db4a macio_request_resource +EXPORT_SYMBOL vmlinux 0x9524b0ae _outsb +EXPORT_SYMBOL vmlinux 0x95309c73 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x953f7cc6 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95626cb0 tcp_seq_open +EXPORT_SYMBOL vmlinux 0x95708e9d __sb_end_write +EXPORT_SYMBOL vmlinux 0x959d7c4f jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x959ecdf8 tty_free_termios +EXPORT_SYMBOL vmlinux 0x95a0ba82 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x95d6e1b9 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x95e64fe2 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x95e9e294 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x95fc36d2 nf_log_register +EXPORT_SYMBOL vmlinux 0x9600d1d2 tcf_hash_search +EXPORT_SYMBOL vmlinux 0x961b63c4 proto_unregister +EXPORT_SYMBOL vmlinux 0x9627829b vfs_mknod +EXPORT_SYMBOL vmlinux 0x96488e67 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x965b29fd vga_con +EXPORT_SYMBOL vmlinux 0x9660d8f9 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x96778e51 mach_ps3 +EXPORT_SYMBOL vmlinux 0x96a3457f blk_integrity_register +EXPORT_SYMBOL vmlinux 0x96a7c31e compat_sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x96a93077 kill_pgrp +EXPORT_SYMBOL vmlinux 0x96ad3aef bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96b3ee5c netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d217d3 fb_show_logo +EXPORT_SYMBOL vmlinux 0x96d2d188 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x96e4602f dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x96eb95b2 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x96efcf89 pnv_cxl_release_hwirq_ranges +EXPORT_SYMBOL vmlinux 0x96fb8c3f pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x96fc809b inet_ioctl +EXPORT_SYMBOL vmlinux 0x970d1ad9 of_dev_put +EXPORT_SYMBOL vmlinux 0x971c8d0c wireless_spy_update +EXPORT_SYMBOL vmlinux 0x97288a11 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x97359aec jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x9744be6a iterate_fd +EXPORT_SYMBOL vmlinux 0x9748927f _outsw_ns +EXPORT_SYMBOL vmlinux 0x9750148e pci_enable_msix +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x976aa9b9 get_gendisk +EXPORT_SYMBOL vmlinux 0x976e014f _lv1_map_device_mmio_region +EXPORT_SYMBOL vmlinux 0x97868aef __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x97937f83 vfs_open +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97c4bdce unregister_filesystem +EXPORT_SYMBOL vmlinux 0x97cc6207 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x97d5e635 scsi_finish_command +EXPORT_SYMBOL vmlinux 0x97d8aa1d balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x97dcf9d4 dev_err +EXPORT_SYMBOL vmlinux 0x97e95a3a blk_init_tags +EXPORT_SYMBOL vmlinux 0x97f03d6f vio_cmo_entitlement_update +EXPORT_SYMBOL vmlinux 0x97ffacbe __free_pages +EXPORT_SYMBOL vmlinux 0x9803103c giveup_fpu +EXPORT_SYMBOL vmlinux 0x9810dc4d dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x98177648 _lv1_set_lpm_interval +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x9845c635 key_type_keyring +EXPORT_SYMBOL vmlinux 0x984d38b8 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x985aaca9 mdiobus_register +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x987fc124 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x98ba5faf of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98ea37d8 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x98f79a7b blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0x98f932c6 dev_alert +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x990fd184 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x991465a8 d_rehash +EXPORT_SYMBOL vmlinux 0x99195078 vsnprintf +EXPORT_SYMBOL vmlinux 0x99269051 serio_rescan +EXPORT_SYMBOL vmlinux 0x99270349 is_bad_inode +EXPORT_SYMBOL vmlinux 0x99284ad7 sys_fillrect +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99404d6e inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x994128c0 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x9949e3c0 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x99601590 skb_queue_head +EXPORT_SYMBOL vmlinux 0x999377be unregister_binfmt +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999a8e1a iunique +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a83afe serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x99afe916 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x99c24cfe _lv1_free_device_dma_region +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d3a43c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99e3eea1 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x99f60834 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x9a06b49d __devm_release_region +EXPORT_SYMBOL vmlinux 0x9a145de2 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x9a1b80a8 security_inode_readlink +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a1ffb92 _lv1_clear_spe_interrupt_status +EXPORT_SYMBOL vmlinux 0x9a290115 seq_puts +EXPORT_SYMBOL vmlinux 0x9a5ffc64 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9a619276 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0x9a626734 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x9a6c2531 pasemi_dma_init +EXPORT_SYMBOL vmlinux 0x9a9a7516 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x9aad778c fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9aec5052 get_cached_acl +EXPORT_SYMBOL vmlinux 0x9af89f98 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b766b95 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x9b9c3453 generic_write_end +EXPORT_SYMBOL vmlinux 0x9b9d2622 mdiobus_free +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9ba74f47 set_security_override +EXPORT_SYMBOL vmlinux 0x9bb7b33b pci_set_mwi +EXPORT_SYMBOL vmlinux 0x9bca8d39 ps2_end_command +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9c057fb4 security_task_getsecid +EXPORT_SYMBOL vmlinux 0x9c1c7f7a md_flush_request +EXPORT_SYMBOL vmlinux 0x9c1d2147 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x9c3f75b2 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c56ab69 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x9c5e4648 single_release +EXPORT_SYMBOL vmlinux 0x9c8ab2e8 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cbc22df inetdev_by_index +EXPORT_SYMBOL vmlinux 0x9cd3cb85 dma_find_channel +EXPORT_SYMBOL vmlinux 0x9cfaae3d inet6_add_offload +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d0e058c ip6_frag_init +EXPORT_SYMBOL vmlinux 0x9d14983a ppc_enable_pmcs +EXPORT_SYMBOL vmlinux 0x9d29c71f uart_resume_port +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d43464a generic_delete_inode +EXPORT_SYMBOL vmlinux 0x9d671374 arp_create +EXPORT_SYMBOL vmlinux 0x9d6a54c2 flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x9d75fcc1 security_path_unlink +EXPORT_SYMBOL vmlinux 0x9d7a8b40 input_get_keycode +EXPORT_SYMBOL vmlinux 0x9d7ce8dd _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x9d8b47f8 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x9d9dfc18 load_fp_state +EXPORT_SYMBOL vmlinux 0x9db8e292 module_put +EXPORT_SYMBOL vmlinux 0x9dbb6886 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0x9dccf3a1 proc_mkdir +EXPORT_SYMBOL vmlinux 0x9dd01f99 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x9de0f41b __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x9df3a08c do_splice_to +EXPORT_SYMBOL vmlinux 0x9df82c45 freeze_super +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0e540d tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x9e2f8c90 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e36c5e3 filemap_fault +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5c1305 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e792ce3 phy_init_eee +EXPORT_SYMBOL vmlinux 0x9e97375d rtas_busy_delay_time +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ead79d9 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x9eb08209 wake_up_process +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ebee52c tty_register_driver +EXPORT_SYMBOL vmlinux 0x9ec38496 macio_release_resource +EXPORT_SYMBOL vmlinux 0x9ed17dd7 __get_page_tail +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9ee78669 _lv1_write_virtual_uart +EXPORT_SYMBOL vmlinux 0x9f2396c3 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f36c63d bdi_register_dev +EXPORT_SYMBOL vmlinux 0x9f399226 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f5413d3 scsi_execute +EXPORT_SYMBOL vmlinux 0x9f6e20c7 vm_insert_page +EXPORT_SYMBOL vmlinux 0x9f6efde5 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x9f85a645 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x9f8ceee3 inode_init_owner +EXPORT_SYMBOL vmlinux 0x9f911629 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa6c382 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x9fb0aecb blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x9fb3c2d5 generic_readlink +EXPORT_SYMBOL vmlinux 0x9fbd12fb blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x9fc1732d devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ff376b6 dquot_commit +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa004ca73 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xa00d7269 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xa039e824 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0xa042dab0 blk_recount_segments +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa05cea6f neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xa07610b0 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa084196e vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xa086793d pmac_register_agp_pm +EXPORT_SYMBOL vmlinux 0xa08bea62 __bforget +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0c39125 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0ff74d6 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0xa1039ab3 set_groups +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa10c82ef jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xa1115087 request_key_async +EXPORT_SYMBOL vmlinux 0xa119ea33 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa1440ee3 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xa14674ce crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xa14b6975 genphy_suspend +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa15e7c2e bdevname +EXPORT_SYMBOL vmlinux 0xa16199e5 register_console +EXPORT_SYMBOL vmlinux 0xa166b22f ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xa173d453 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0xa1a9921c user_revoke +EXPORT_SYMBOL vmlinux 0xa1b5b716 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c99385 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xa1cbbf3f agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xa1f63236 of_scan_pci_bridge +EXPORT_SYMBOL vmlinux 0xa1f8fe75 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xa202a8e5 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xa2036e24 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0xa2084b55 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa2127cdc pasemi_dma_alloc_flag +EXPORT_SYMBOL vmlinux 0xa22c1196 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xa22fba74 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0xa23736b0 max8925_reg_read +EXPORT_SYMBOL vmlinux 0xa240e82a sock_no_poll +EXPORT_SYMBOL vmlinux 0xa2465322 _lv1_get_version_info +EXPORT_SYMBOL vmlinux 0xa2482fbe kset_register +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa298362c pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xa2a335bd vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0xa2bbed37 crash_shutdown_register +EXPORT_SYMBOL vmlinux 0xa2bbee85 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa2ef7579 blk_fetch_request +EXPORT_SYMBOL vmlinux 0xa303d1ff dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa3244a23 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xa327028a xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xa3540870 dump_emit +EXPORT_SYMBOL vmlinux 0xa35e88f0 inet_del_offload +EXPORT_SYMBOL vmlinux 0xa365950a bdi_unregister +EXPORT_SYMBOL vmlinux 0xa382e683 bd_set_size +EXPORT_SYMBOL vmlinux 0xa3938641 dev_remove_offload +EXPORT_SYMBOL vmlinux 0xa39b4cf2 udelay +EXPORT_SYMBOL vmlinux 0xa3abc422 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa3b0054f read_dev_sector +EXPORT_SYMBOL vmlinux 0xa3c2cea3 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xa3cd3439 vfs_symlink +EXPORT_SYMBOL vmlinux 0xa3fc3d50 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xa400159f crc32_be +EXPORT_SYMBOL vmlinux 0xa41b98eb pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0xa43781fb search_binary_handler +EXPORT_SYMBOL vmlinux 0xa43dc752 tty_vhangup +EXPORT_SYMBOL vmlinux 0xa4511467 crc16 +EXPORT_SYMBOL vmlinux 0xa4648bb1 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xa46518f3 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xa4681243 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa480c04b _lv1_gpu_context_attribute +EXPORT_SYMBOL vmlinux 0xa4862c0d sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xa488ab42 genphy_config_init +EXPORT_SYMBOL vmlinux 0xa491d45e skb_free_datagram +EXPORT_SYMBOL vmlinux 0xa4996f00 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xa4a3130c put_disk +EXPORT_SYMBOL vmlinux 0xa4a94d26 find_next_bit_le +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4bb825e xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xa4c7a77a scm_fp_dup +EXPORT_SYMBOL vmlinux 0xa4c89e73 blk_register_region +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4f58c77 keyring_alloc +EXPORT_SYMBOL vmlinux 0xa51e50bf skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xa521e3dc twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xa525a4ae pci_find_capability +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55c6830 register_sysctl_table +EXPORT_SYMBOL vmlinux 0xa5675b6d nf_log_unset +EXPORT_SYMBOL vmlinux 0xa56b8ab2 flex_array_free +EXPORT_SYMBOL vmlinux 0xa57e2e98 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xa58e44ab skb_copy_expand +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa599ecd4 invalidate_bdev +EXPORT_SYMBOL vmlinux 0xa5a9c104 no_llseek +EXPORT_SYMBOL vmlinux 0xa5e138a4 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xa5fb746c con_copy_unimap +EXPORT_SYMBOL vmlinux 0xa603352d pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xa616003c __ps2_command +EXPORT_SYMBOL vmlinux 0xa62b44ad sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0xa62b50d4 nf_log_set +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa655a85c scsi_register_driver +EXPORT_SYMBOL vmlinux 0xa65972b8 _memcpy_toio +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa685b0d8 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xa68935dc jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xa6975741 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0xa6ce472f cpu_rmap_update +EXPORT_SYMBOL vmlinux 0xa6ddf87a tty_lock_pair +EXPORT_SYMBOL vmlinux 0xa6f15e6c dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xa7107fa3 input_register_device +EXPORT_SYMBOL vmlinux 0xa7120be4 i2c_use_client +EXPORT_SYMBOL vmlinux 0xa713cba3 __inode_permission +EXPORT_SYMBOL vmlinux 0xa71780dc udp_sendmsg +EXPORT_SYMBOL vmlinux 0xa720678c lg_global_lock +EXPORT_SYMBOL vmlinux 0xa7288d63 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xa72a0f5b nr_online_nodes +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa7381015 udp_del_offload +EXPORT_SYMBOL vmlinux 0xa74d4ed4 of_dev_get +EXPORT_SYMBOL vmlinux 0xa74f4e9b ida_simple_get +EXPORT_SYMBOL vmlinux 0xa78d9eb7 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xa7b77434 block_read_full_page +EXPORT_SYMBOL vmlinux 0xa7ba1194 input_register_handle +EXPORT_SYMBOL vmlinux 0xa7ebc9d1 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xa8163c47 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa859bdc1 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xa86aa20a dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xa86fceb6 address_space_init_once +EXPORT_SYMBOL vmlinux 0xa8702920 locks_copy_lock +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa873e6bb netdev_state_change +EXPORT_SYMBOL vmlinux 0xa88437ef tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0xa88f05da tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8ced546 _lv1_net_set_interrupt_status_indicator +EXPORT_SYMBOL vmlinux 0xa8cfd9c7 bio_unmap_user +EXPORT_SYMBOL vmlinux 0xa8fc4698 dma_common_mmap +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa91c77b6 _lv1_end_of_interrupt +EXPORT_SYMBOL vmlinux 0xa9273e1a epapr_hypercall_start +EXPORT_SYMBOL vmlinux 0xa93839cb vio_unregister_device +EXPORT_SYMBOL vmlinux 0xa93ba88e proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xa93c330a i2c_transfer +EXPORT_SYMBOL vmlinux 0xa95b9c33 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xa95bb951 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0xa95f0dfd vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xa97ee847 tty_devnum +EXPORT_SYMBOL vmlinux 0xa999e595 do_sync_read +EXPORT_SYMBOL vmlinux 0xa99eca8d of_find_node_by_name +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9c6ff1a phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xa9d175a3 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xa9e9c000 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xa9ead3de udp_poll +EXPORT_SYMBOL vmlinux 0xa9f6c1ef file_open_root +EXPORT_SYMBOL vmlinux 0xa9f85cc6 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xa9fb58a5 security_path_symlink +EXPORT_SYMBOL vmlinux 0xaa0073b7 __net_get_random_once +EXPORT_SYMBOL vmlinux 0xaa086d29 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xaa0edca8 pasemi_dma_alloc_fun +EXPORT_SYMBOL vmlinux 0xaa17c88a simple_open +EXPORT_SYMBOL vmlinux 0xaa28e545 dcache_dir_close +EXPORT_SYMBOL vmlinux 0xaa2f37d5 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0xaa3c34d0 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xaa46e87e lg_local_unlock +EXPORT_SYMBOL vmlinux 0xaa5e5986 down_write_trylock +EXPORT_SYMBOL vmlinux 0xaa6e4df5 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa750bf5 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xaa7a6858 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xaa7c9a81 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xaa8bbb1d jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaa91cd05 seq_pad +EXPORT_SYMBOL vmlinux 0xaaa5fab1 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xaacc04db netdev_features_change +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab174795 simple_setattr +EXPORT_SYMBOL vmlinux 0xab533df9 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xab64a438 __quota_error +EXPORT_SYMBOL vmlinux 0xab66f611 _lv1_set_lpm_trigger_control +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab7113ad __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab809bea of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xab830828 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0xab83d498 follow_up +EXPORT_SYMBOL vmlinux 0xab883d1d nla_append +EXPORT_SYMBOL vmlinux 0xab9c42be revalidate_disk +EXPORT_SYMBOL vmlinux 0xabb5b284 vme_slave_request +EXPORT_SYMBOL vmlinux 0xabb87800 lock_may_read +EXPORT_SYMBOL vmlinux 0xabb8bea4 __getblk_gfp +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabcd9083 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabf09a46 scsi_unregister +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac26b820 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xac3f8183 bio_split +EXPORT_SYMBOL vmlinux 0xac704a27 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0xac7e3cfd kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xac85bf85 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb34f20 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xacc5b5d2 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacd14ab8 _lv1_construct_logical_spe +EXPORT_SYMBOL vmlinux 0xacde95bb vm_mmap +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad01744f kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad164875 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xad1a5205 do_sync_write +EXPORT_SYMBOL vmlinux 0xad1e2ec0 sk_filter +EXPORT_SYMBOL vmlinux 0xad22953d scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xad2f8689 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xad3b5e92 make_bad_inode +EXPORT_SYMBOL vmlinux 0xad4081b3 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xad44ae98 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xad4ac82f unlock_buffer +EXPORT_SYMBOL vmlinux 0xad50cebb i8253_lock +EXPORT_SYMBOL vmlinux 0xad77a09c __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xadb9c749 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xadd099b6 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xaddd61c1 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xadec8def neigh_compat_output +EXPORT_SYMBOL vmlinux 0xadeffe25 _lv1_gpu_context_intr +EXPORT_SYMBOL vmlinux 0xae1fb74c __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xae543f47 km_query +EXPORT_SYMBOL vmlinux 0xae545f06 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xae5d3fc5 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xae5f00fa tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae8bb6ac vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xae9765e0 neigh_for_each +EXPORT_SYMBOL vmlinux 0xaeb4ffcf vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xaeb9460a xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0xaec19339 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xaec2e2d3 cdev_del +EXPORT_SYMBOL vmlinux 0xaec835d5 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xaed0c722 __napi_schedule +EXPORT_SYMBOL vmlinux 0xaef1d26f dev_uc_init +EXPORT_SYMBOL vmlinux 0xaef6b360 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xaef89dcb udp_seq_open +EXPORT_SYMBOL vmlinux 0xaf0059bc inet_bind +EXPORT_SYMBOL vmlinux 0xaf063510 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xaf25b2a6 netdev_emerg +EXPORT_SYMBOL vmlinux 0xaf2c3219 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xaf2cf26d generic_show_options +EXPORT_SYMBOL vmlinux 0xaf2d872c prepare_to_wait +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4764e5 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0xaf49cc6e inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xaf57e124 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xaf6099e8 tso_build_hdr +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf6ae696 kstrndup +EXPORT_SYMBOL vmlinux 0xaf7f2ce5 netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xaf83a631 of_parse_phandle +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9340a7 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xaf9d1744 km_policy_expired +EXPORT_SYMBOL vmlinux 0xafa4d191 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xafa9d011 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafc0e021 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xafc622b4 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xafc920e3 qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0xafd3a4d7 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xafff3d1d mempool_alloc +EXPORT_SYMBOL vmlinux 0xb0124aac filemap_fdatawait +EXPORT_SYMBOL vmlinux 0xb04241b4 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xb04e515f ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xb05203ac inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xb0535e6d mnt_pin +EXPORT_SYMBOL vmlinux 0xb0573411 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0685191 pci_select_bars +EXPORT_SYMBOL vmlinux 0xb06e9d4e padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xb0852ce0 sync_inode +EXPORT_SYMBOL vmlinux 0xb09e6263 inode_change_ok +EXPORT_SYMBOL vmlinux 0xb0a88bb0 skb_append +EXPORT_SYMBOL vmlinux 0xb0b66e77 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0c835aa xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xb0cbce91 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xb0d8a126 mnt_unpin +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb11ad880 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb147108d agp_put_bridge +EXPORT_SYMBOL vmlinux 0xb147a855 dql_reset +EXPORT_SYMBOL vmlinux 0xb15bd8fa tb_ticks_per_sec +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb163d82b block_truncate_page +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb165ef45 __irq_regs +EXPORT_SYMBOL vmlinux 0xb168bfd4 nobh_write_begin +EXPORT_SYMBOL vmlinux 0xb1798d64 dst_alloc +EXPORT_SYMBOL vmlinux 0xb182056b fb_validate_mode +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1bb06b8 try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c6e787 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1d1b86a generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb21ff57c agp_bridge +EXPORT_SYMBOL vmlinux 0xb24b0296 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xb253e414 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xb2559445 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xb2577a9b bioset_integrity_free +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb299b17a remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xb29a3e46 nf_log_unregister +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2e407a7 downgrade_write +EXPORT_SYMBOL vmlinux 0xb2f8d527 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xb30aa638 padata_alloc +EXPORT_SYMBOL vmlinux 0xb32957c3 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xb3545308 pci_get_class +EXPORT_SYMBOL vmlinux 0xb388c915 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0xb38914b2 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xb39ace81 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0xb3b86d58 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xb3bf73df cpu_active_mask +EXPORT_SYMBOL vmlinux 0xb3e96e9b do_splice_direct +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42f8aba phy_attach +EXPORT_SYMBOL vmlinux 0xb4457626 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xb4626858 dm_put_device +EXPORT_SYMBOL vmlinux 0xb4671fdd update_time +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47189b5 reservation_ww_class +EXPORT_SYMBOL vmlinux 0xb47f0a6f pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xb48d0b66 kernel_connect +EXPORT_SYMBOL vmlinux 0xb4974f62 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xb49aeaef i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xb4d52352 uart_register_driver +EXPORT_SYMBOL vmlinux 0xb4efad00 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xb4ff56b5 abx500_register_ops +EXPORT_SYMBOL vmlinux 0xb5378d51 seq_release +EXPORT_SYMBOL vmlinux 0xb53d2df1 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xb53f3adb pci_get_slot +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb56bfd9e smu_spinwait_cmd +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57f2457 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5c9eb90 __inet6_hash +EXPORT_SYMBOL vmlinux 0xb5e3bc3d ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xb60ce702 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb6278ab3 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xb62f5775 simple_fill_super +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb64d92ba __lock_page +EXPORT_SYMBOL vmlinux 0xb6589295 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xb66d758f scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xb66da1ec __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0xb6705e60 tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb68bfa9d node_states +EXPORT_SYMBOL vmlinux 0xb68d578f tcp_parse_options +EXPORT_SYMBOL vmlinux 0xb6914755 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb695fcaa twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xb6979d2e serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xb697b6d1 sk_wait_data +EXPORT_SYMBOL vmlinux 0xb69b389f msi_bitmap_free_hwirqs +EXPORT_SYMBOL vmlinux 0xb6a33d5f scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6b5ad46 lease_get_mtime +EXPORT_SYMBOL vmlinux 0xb6c2e593 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6df4263 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xb6e922f8 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xb71838d3 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xb7218042 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0xb7241bee iterate_mounts +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb774014c dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xb7947583 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xb7981cad tcp_check_req +EXPORT_SYMBOL vmlinux 0xb79b0cab gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xb7a5c81c mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xb7b82dd8 from_kuid +EXPORT_SYMBOL vmlinux 0xb7c1d035 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7f15798 dquot_enable +EXPORT_SYMBOL vmlinux 0xb7f7c0c8 ether_setup +EXPORT_SYMBOL vmlinux 0xb80bcefa prepare_creds +EXPORT_SYMBOL vmlinux 0xb83b5133 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0xb83dba07 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xb86123be _lv1_write_repository_node +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb88b3df0 swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0xb8a30c7e _lv1_add_lpm_event_bookmark +EXPORT_SYMBOL vmlinux 0xb8aa12d4 sync_blockdev +EXPORT_SYMBOL vmlinux 0xb8b0ac1b bio_alloc_pages +EXPORT_SYMBOL vmlinux 0xb8d2f06c __sk_dst_check +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8eaf45d sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xb8f26d52 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xb8f728d8 set_create_files_as +EXPORT_SYMBOL vmlinux 0xb9040e90 led_blink_set +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb90e3ed1 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xb916517f datagram_poll +EXPORT_SYMBOL vmlinux 0xb9204b3a blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xb9210e5b dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xb94db31e dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xb954824d dev_set_group +EXPORT_SYMBOL vmlinux 0xb9650b35 md_integrity_register +EXPORT_SYMBOL vmlinux 0xb988ec8e pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb995007b ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xb99ecbfb bio_copy_data +EXPORT_SYMBOL vmlinux 0xb9b4e181 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0xb9d32bea ipv4_specific +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9efd77d alloc_fcdev +EXPORT_SYMBOL vmlinux 0xba04c812 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xba122a2c smu_done_complete +EXPORT_SYMBOL vmlinux 0xba29b36a of_node_get +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba73f303 phy_find_first +EXPORT_SYMBOL vmlinux 0xba8b1131 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xba991f78 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xbadbcf86 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0xbae55c35 unregister_console +EXPORT_SYMBOL vmlinux 0xbaf56ca3 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xbb1d9625 phy_attach_direct +EXPORT_SYMBOL vmlinux 0xbb2c9c9c uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xbb2f5a56 set_page_dirty +EXPORT_SYMBOL vmlinux 0xbb34134a iov_shorten +EXPORT_SYMBOL vmlinux 0xbb345752 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xbb4d1c0b single_open +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb508e04 freeze_bdev +EXPORT_SYMBOL vmlinux 0xbb515461 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xbb58feb6 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb60aad7 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbb9c9575 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xbbaeb559 memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xbbb686d8 inet_recvmsg +EXPORT_SYMBOL vmlinux 0xbbb6b412 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xbbd084ff tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xbbfefc25 padata_start +EXPORT_SYMBOL vmlinux 0xbc11b02b blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0xbc316de4 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0xbc3c0bcf tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xbc443bdb udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xbc6da175 writeback_in_progress +EXPORT_SYMBOL vmlinux 0xbc8513fa unload_nls +EXPORT_SYMBOL vmlinux 0xbc982b06 eeh_subsystem_flags +EXPORT_SYMBOL vmlinux 0xbc9f0b5c gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0xbca4f300 new_sync_write +EXPORT_SYMBOL vmlinux 0xbcb33b82 pci_iounmap +EXPORT_SYMBOL vmlinux 0xbcc15050 from_kgid_munged +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbccd23e9 eth_header +EXPORT_SYMBOL vmlinux 0xbcce6126 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xbcd342f0 inode_init_always +EXPORT_SYMBOL vmlinux 0xbcd6565e ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xbcda168f buffer_migrate_page +EXPORT_SYMBOL vmlinux 0xbcebe66f register_framebuffer +EXPORT_SYMBOL vmlinux 0xbcf150f9 xor_altivec_5 +EXPORT_SYMBOL vmlinux 0xbd2a4d8f agp_backend_release +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd711c4e neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0xbd803510 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xbd8cfa15 pasemi_write_mac_reg +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbd9a559d udplite_prot +EXPORT_SYMBOL vmlinux 0xbd9da9e6 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xbde5ace8 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0xbdf67660 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe3e5d70 devm_free_irq +EXPORT_SYMBOL vmlinux 0xbe4ba26b cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xbe4d113d get_io_context +EXPORT_SYMBOL vmlinux 0xbe4dd1fa input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xbe50265d __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xbe7730c0 unregister_key_type +EXPORT_SYMBOL vmlinux 0xbe7e6fd3 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xbe84c883 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xbe9a90db get_pci_dma_ops +EXPORT_SYMBOL vmlinux 0xbeac96bc netdev_change_features +EXPORT_SYMBOL vmlinux 0xbeba9b1a mmc_detect_change +EXPORT_SYMBOL vmlinux 0xbeda666d fb_blank +EXPORT_SYMBOL vmlinux 0xbee1e41b serio_unregister_port +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf168dfd of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xbf2fef9e pci_bus_get +EXPORT_SYMBOL vmlinux 0xbf4280dd pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xbf43c98e dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xbf53e720 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xbf5ebaa8 vfs_setpos +EXPORT_SYMBOL vmlinux 0xbf5fa1da mmc_remove_host +EXPORT_SYMBOL vmlinux 0xbf6021c2 lock_rename +EXPORT_SYMBOL vmlinux 0xbf63540c mmc_of_parse +EXPORT_SYMBOL vmlinux 0xbf63bc72 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0xbf76fe2f padata_do_parallel +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf925c42 idr_init +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbf9edfab i2c_master_recv +EXPORT_SYMBOL vmlinux 0xbfabfe59 __debugger_iabr_match +EXPORT_SYMBOL vmlinux 0xbfb8b0b7 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfc3a50e scsi_init_io +EXPORT_SYMBOL vmlinux 0xbfd681e2 input_event +EXPORT_SYMBOL vmlinux 0xbfebab14 dev_activate +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbff8182c plpar_hcall_norets +EXPORT_SYMBOL vmlinux 0xc00e109c netif_carrier_on +EXPORT_SYMBOL vmlinux 0xc04d1049 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xc0518b79 iput +EXPORT_SYMBOL vmlinux 0xc0540f94 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xc06c6ca1 mem_section +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0d7c8b5 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xc12acbfc bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xc13511d7 cpumask_next_and +EXPORT_SYMBOL vmlinux 0xc13a10dc flex_array_alloc +EXPORT_SYMBOL vmlinux 0xc13db36f agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xc145380a jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xc154ba6f tty_do_resize +EXPORT_SYMBOL vmlinux 0xc15758da pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xc1594213 eth_header_parse +EXPORT_SYMBOL vmlinux 0xc15a44c6 memzero_explicit +EXPORT_SYMBOL vmlinux 0xc1626e19 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xc167a5c9 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0xc19a84ef skb_find_text +EXPORT_SYMBOL vmlinux 0xc19fe941 bdi_init +EXPORT_SYMBOL vmlinux 0xc1b2ab43 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xc1bb6eb8 mach_pseries +EXPORT_SYMBOL vmlinux 0xc1d54e1b blkdev_put +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1df25e4 tty_name +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc210ecdb tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xc21a6a80 tty_port_close +EXPORT_SYMBOL vmlinux 0xc223c030 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc24271cb gen_pool_alloc +EXPORT_SYMBOL vmlinux 0xc2450bdf blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xc24a941b thaw_bdev +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc25a987b xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xc286aa22 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2ec690e udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xc2f3d618 phy_init_hw +EXPORT_SYMBOL vmlinux 0xc2f6dbfb d_splice_alias +EXPORT_SYMBOL vmlinux 0xc2f7aa6f ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc2fb9ee1 _lv1_shutdown_logical_partition +EXPORT_SYMBOL vmlinux 0xc304178e dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc314fe96 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xc343ba5a dquot_drop +EXPORT_SYMBOL vmlinux 0xc35ba69d jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0xc36d7315 ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xc36fa797 noop_llseek +EXPORT_SYMBOL vmlinux 0xc3891620 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xc3b36996 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xc3c2ff0c dev_addr_add +EXPORT_SYMBOL vmlinux 0xc3d077ca pcie_get_mps +EXPORT_SYMBOL vmlinux 0xc3e0e154 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xc3e7bf30 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xc40a9365 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xc41f1696 _lv1_configure_virtual_uart_irq +EXPORT_SYMBOL vmlinux 0xc422a7fa kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xc4365165 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xc43ea892 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xc44bc4ee inode_needs_sync +EXPORT_SYMBOL vmlinux 0xc44e8b13 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xc45755de find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xc463e1e9 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xc4716500 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xc47cdf9c _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xc48307db lz4_decompress +EXPORT_SYMBOL vmlinux 0xc49037ab pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4dd4a86 dquot_quota_off +EXPORT_SYMBOL vmlinux 0xc4ebe123 generic_removexattr +EXPORT_SYMBOL vmlinux 0xc4fa8076 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0xc5089620 _lv1_stop_ppe_periodic_tracer +EXPORT_SYMBOL vmlinux 0xc50975cd scsi_get_command +EXPORT_SYMBOL vmlinux 0xc52180f7 __vio_register_driver +EXPORT_SYMBOL vmlinux 0xc53dc7b0 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xc541d1dc ping_prot +EXPORT_SYMBOL vmlinux 0xc5496242 sock_register +EXPORT_SYMBOL vmlinux 0xc54ca0b4 ppc_md +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc55c2a9d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xc55de23c percpu_counter_set +EXPORT_SYMBOL vmlinux 0xc572af80 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0xc578156c pci_bus_put +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5b71970 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xc5d4449e compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e81275 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc610d938 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0xc61a2e07 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xc620d6a5 srp_reconnect_rport +EXPORT_SYMBOL vmlinux 0xc622b3cd unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc63183dd genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xc6361894 mdiobus_scan +EXPORT_SYMBOL vmlinux 0xc636ad59 bio_phys_segments +EXPORT_SYMBOL vmlinux 0xc6544e02 cdrom_release +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc663b075 __ioremap +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc6772da2 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xc68e879a pagecache_get_page +EXPORT_SYMBOL vmlinux 0xc69b2bf4 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xc69cfb06 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xc6b22c71 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xc6c7720d mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d75d17 tcf_hash_check +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7406b09 blk_run_queue +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc777aa8e tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc786bca2 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xc7898275 flex_array_shrink +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc79e83ea eth_type_trans +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7bddfdc from_kuid_munged +EXPORT_SYMBOL vmlinux 0xc7cccb40 ps3_sb_event_receive_port_destroy +EXPORT_SYMBOL vmlinux 0xc7e15bfa mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xc7f39b15 irq_stat +EXPORT_SYMBOL vmlinux 0xc8160fce pcim_iounmap +EXPORT_SYMBOL vmlinux 0xc81cbf98 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xc823c147 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xc8253492 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xc826eaf0 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0xc82a5c30 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc83f5cfc cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84c5761 from_kprojid +EXPORT_SYMBOL vmlinux 0xc8571bcb idr_for_each +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc87545e5 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xc87dcfc8 ns_capable +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8991be7 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xc8a00a02 input_open_device +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8b8ccf6 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xc8bec22b mpage_readpages +EXPORT_SYMBOL vmlinux 0xc8e31d75 _lv1_configure_irq_state_bitmap +EXPORT_SYMBOL vmlinux 0xc8f69fff fs_bio_set +EXPORT_SYMBOL vmlinux 0xc91213c4 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xc92cafc9 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xc93fbc54 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc976ab53 vga_get +EXPORT_SYMBOL vmlinux 0xc978479a xz_dec_run +EXPORT_SYMBOL vmlinux 0xc98f40fe i2c_clients_command +EXPORT_SYMBOL vmlinux 0xc9902bca phy_connect_direct +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9bdd16d fd_install +EXPORT_SYMBOL vmlinux 0xc9c411a3 skb_dequeue +EXPORT_SYMBOL vmlinux 0xc9dbfe04 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xc9fc598d pasemi_read_dma_reg +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca202ccf register_filesystem +EXPORT_SYMBOL vmlinux 0xca2b1cd6 ida_pre_get +EXPORT_SYMBOL vmlinux 0xca3011f6 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xca38d5bf blk_complete_request +EXPORT_SYMBOL vmlinux 0xca3b28c6 store_vr_state +EXPORT_SYMBOL vmlinux 0xca3b7478 netif_device_attach +EXPORT_SYMBOL vmlinux 0xca49632b dst_destroy +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca5ee09a vme_free_consistent +EXPORT_SYMBOL vmlinux 0xca64deec tty_set_operations +EXPORT_SYMBOL vmlinux 0xca74294a bio_integrity_free +EXPORT_SYMBOL vmlinux 0xca825895 pmu_suspend +EXPORT_SYMBOL vmlinux 0xca832efe kmalloc_order +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9c7f77 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xcaabf3f9 pasemi_write_iob_reg +EXPORT_SYMBOL vmlinux 0xcaaee598 blkdev_get +EXPORT_SYMBOL vmlinux 0xcaafa806 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xcac5fd46 decrementer_clockevent +EXPORT_SYMBOL vmlinux 0xcace6297 idr_is_empty +EXPORT_SYMBOL vmlinux 0xcadef5d4 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0b8bfb scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb109275 unlock_page +EXPORT_SYMBOL vmlinux 0xcb151e34 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xcb18a0d1 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xcb1ae152 d_alloc +EXPORT_SYMBOL vmlinux 0xcb285311 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xcb29d9b6 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xcb2fcda2 inet_frag_kill +EXPORT_SYMBOL vmlinux 0xcb33fb68 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0xcb4f21dc fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0xcb584120 vme_bus_type +EXPORT_SYMBOL vmlinux 0xcb80490f scsi_register_interface +EXPORT_SYMBOL vmlinux 0xcb820247 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xcb842c3a compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xcb8ae25e pci_disable_device +EXPORT_SYMBOL vmlinux 0xcb9f5b1c unlink_framebuffer +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbe8b038 _lv1_configure_execution_time_variable +EXPORT_SYMBOL vmlinux 0xcc014125 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xcc17504d _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xcc1b5ba7 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc438640 sk_receive_skb +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc54afc6 blk_start_request +EXPORT_SYMBOL vmlinux 0xcc8611c4 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0xcc875aae ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xcc89c246 pasemi_dma_alloc_chan +EXPORT_SYMBOL vmlinux 0xcc89cf53 kmem_cache_alloc_node_trace +EXPORT_SYMBOL vmlinux 0xccae68c5 fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccc9c250 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xcceaa18d blk_put_request +EXPORT_SYMBOL vmlinux 0xccec8634 netdev_alert +EXPORT_SYMBOL vmlinux 0xcd0529c7 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xcd0aea83 ___pskb_trim +EXPORT_SYMBOL vmlinux 0xcd20667a kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd3046b7 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0xcd4c680e pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xcd574cc8 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0xcd57f7b0 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xcd63251b cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xcd64fb1f __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xcd750d32 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xcd769f62 _lv1_gpu_device_map +EXPORT_SYMBOL vmlinux 0xcd86c87f __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xcda8b659 bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcde0c7e1 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xcde40f1c tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2faa74 srp_rport_put +EXPORT_SYMBOL vmlinux 0xce335c95 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xce3545b6 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xce3b3f09 profile_pc +EXPORT_SYMBOL vmlinux 0xce3cef08 dma_direct_ops +EXPORT_SYMBOL vmlinux 0xce409cda pmac_set_early_video_resume +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5d13a8 fb_class +EXPORT_SYMBOL vmlinux 0xce6a31cb sock_kfree_s +EXPORT_SYMBOL vmlinux 0xce7c0725 pci_request_regions +EXPORT_SYMBOL vmlinux 0xce7eb698 input_allocate_device +EXPORT_SYMBOL vmlinux 0xce9854e3 path_is_under +EXPORT_SYMBOL vmlinux 0xcea6d949 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceae504f cmdline_parts_free +EXPORT_SYMBOL vmlinux 0xcebda1ed f_setown +EXPORT_SYMBOL vmlinux 0xced777cb proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xcedf54fb dev_uc_sync +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf2389dd udp_add_offload +EXPORT_SYMBOL vmlinux 0xcf24df92 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xcf3025cb inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xcf379bbe cdev_init +EXPORT_SYMBOL vmlinux 0xcf49f70f __register_nls +EXPORT_SYMBOL vmlinux 0xcf5164b7 generic_listxattr +EXPORT_SYMBOL vmlinux 0xcf785c35 sk_common_release +EXPORT_SYMBOL vmlinux 0xcf7ccdd5 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xcf9e186e scsi_print_result +EXPORT_SYMBOL vmlinux 0xcfb7d5a0 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0xcfd36c9d xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xcff18141 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xd0003e87 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0xd005c257 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0xd0150b31 tcp_close +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd01dfd19 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xd03c1ad2 wait_iff_congested +EXPORT_SYMBOL vmlinux 0xd05931ec _lv1_set_lpm_counter_control +EXPORT_SYMBOL vmlinux 0xd05f364e phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xd066fab1 lro_flush_all +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd08c63f2 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xd0925d33 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0xd09d7900 register_md_personality +EXPORT_SYMBOL vmlinux 0xd0a709bd pci_claim_resource +EXPORT_SYMBOL vmlinux 0xd0a8c200 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0bdda4e vfs_rmdir +EXPORT_SYMBOL vmlinux 0xd0d19587 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb46d3 unlock_new_inode +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd120f04c mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xd12283b9 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xd1262886 rtas_data_buf +EXPORT_SYMBOL vmlinux 0xd161602b uart_add_one_port +EXPORT_SYMBOL vmlinux 0xd169c513 ppp_input_error +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd1e3510d mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xd1ea9b14 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xd1ebce61 security_path_link +EXPORT_SYMBOL vmlinux 0xd1fe8ebb _lv1_get_spe_interrupt_status +EXPORT_SYMBOL vmlinux 0xd20551dd kill_fasync +EXPORT_SYMBOL vmlinux 0xd211fd80 kset_unregister +EXPORT_SYMBOL vmlinux 0xd21e144a pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xd21f00d0 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd2329a12 skb_pad +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd280ff3f abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xd2b09ce5 __kmalloc +EXPORT_SYMBOL vmlinux 0xd2c14b24 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xd2c8c5eb blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0xd2cb7cae abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xd2d41c90 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2ef2638 smu_cmdbuf_abs +EXPORT_SYMBOL vmlinux 0xd2fb9d64 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0xd309c09e tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd36257ba memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0xd36cddea __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xd3728ed6 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xd387c887 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xd3945152 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0xd39e6aea nla_reserve +EXPORT_SYMBOL vmlinux 0xd3c41683 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xd3c91639 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xd3d3110c blk_init_queue_node +EXPORT_SYMBOL vmlinux 0xd3ef9ebb mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0xd409383c pmu_request +EXPORT_SYMBOL vmlinux 0xd4111a5f giveup_altivec +EXPORT_SYMBOL vmlinux 0xd4115df9 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xd41b598d __init_rwsem +EXPORT_SYMBOL vmlinux 0xd4534dde buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xd4579545 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0xd485c3db override_creds +EXPORT_SYMBOL vmlinux 0xd48fdeef dql_completed +EXPORT_SYMBOL vmlinux 0xd4963fa4 iov_iter_init +EXPORT_SYMBOL vmlinux 0xd4bbceb9 phy_device_free +EXPORT_SYMBOL vmlinux 0xd4bf9912 skb_put +EXPORT_SYMBOL vmlinux 0xd4d5405e page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xd4dba897 of_device_is_available +EXPORT_SYMBOL vmlinux 0xd51bb199 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xd51d4aff security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xd531dd0a elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0xd5402fe9 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xd5441fe9 of_get_min_tck +EXPORT_SYMBOL vmlinux 0xd558c9c8 devm_ioport_map +EXPORT_SYMBOL vmlinux 0xd57266df kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xd57c616c register_key_type +EXPORT_SYMBOL vmlinux 0xd5818a99 seq_vprintf +EXPORT_SYMBOL vmlinux 0xd583bc69 sock_wake_async +EXPORT_SYMBOL vmlinux 0xd5d163c9 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xd5d297c7 scsi_remove_host +EXPORT_SYMBOL vmlinux 0xd5da8566 dev_set_mtu +EXPORT_SYMBOL vmlinux 0xd5e1d719 _lv1_set_ppe_periodic_tracer_frequency +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd60638cc tty_mutex +EXPORT_SYMBOL vmlinux 0xd60fd800 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd6401272 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd65dde4f elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd689e9fc key_invalidate +EXPORT_SYMBOL vmlinux 0xd690c6d0 kobject_put +EXPORT_SYMBOL vmlinux 0xd699d3b9 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xd6a78eaf scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0xd6d63e9d lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xd6ddd18f put_tty_driver +EXPORT_SYMBOL vmlinux 0xd6edf811 _lv1_release_memory +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f1ce85 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xd6fd4053 __arch_hweight32 +EXPORT_SYMBOL vmlinux 0xd70798b0 of_get_address +EXPORT_SYMBOL vmlinux 0xd72e1cfc _lv1_set_lpm_spr_trigger +EXPORT_SYMBOL vmlinux 0xd7355ea8 cdrom_open +EXPORT_SYMBOL vmlinux 0xd7592420 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd761a383 ioremap_prot +EXPORT_SYMBOL vmlinux 0xd7727644 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd77afd08 devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0xd786c0ea plpar_hcall9 +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd78e89d9 vme_irq_request +EXPORT_SYMBOL vmlinux 0xd7adb92f arp_xmit +EXPORT_SYMBOL vmlinux 0xd7afdaaf udp6_set_csum +EXPORT_SYMBOL vmlinux 0xd7cbddda memcpy_toiovec +EXPORT_SYMBOL vmlinux 0xd7cdd9bd xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xd7dd4ca5 dquot_file_open +EXPORT_SYMBOL vmlinux 0xd7e4da73 load_nls +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f17c6b blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xd8508dcc scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8b3548d linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8f9b19c generic_file_llseek +EXPORT_SYMBOL vmlinux 0xd904380f udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xd908384f inode_permission +EXPORT_SYMBOL vmlinux 0xd90fdf47 dma_set_mask +EXPORT_SYMBOL vmlinux 0xd91643f8 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92e16ba csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0xd930300f bio_clone_fast +EXPORT_SYMBOL vmlinux 0xd935e7cc mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xd9383b85 clone_cred +EXPORT_SYMBOL vmlinux 0xd945afc9 inet_addr_type +EXPORT_SYMBOL vmlinux 0xd961e2fd qdisc_list_add +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9bac924 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xd9d4d09d _lv1_release_io_segment +EXPORT_SYMBOL vmlinux 0xd9d54e37 default_file_splice_read +EXPORT_SYMBOL vmlinux 0xda088257 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xda0f5234 rtas_offline_cpus_mask +EXPORT_SYMBOL vmlinux 0xda0fd632 generic_writepages +EXPORT_SYMBOL vmlinux 0xda231f03 compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda34b422 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0xda3846ba blk_start_queue +EXPORT_SYMBOL vmlinux 0xda3ad1e5 down_write +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda6fdc85 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda889d61 aio_complete +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda9fb5c7 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xdabc1ea8 fsl_lbc_find +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdb01198e fsl_upm_find +EXPORT_SYMBOL vmlinux 0xdb469e19 mmc_erase +EXPORT_SYMBOL vmlinux 0xdb4ff9dd agp_enable +EXPORT_SYMBOL vmlinux 0xdb68b845 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbd7bc9e key_alloc +EXPORT_SYMBOL vmlinux 0xdbda9c97 pci_restore_state +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc343f42 of_get_pci_address +EXPORT_SYMBOL vmlinux 0xdc3983e7 xfrm_input +EXPORT_SYMBOL vmlinux 0xdc3c41a8 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5b2601 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xdc9498dd down +EXPORT_SYMBOL vmlinux 0xdc9bd272 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcb24f24 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcb8a49a vm_map_ram +EXPORT_SYMBOL vmlinux 0xdcdc1da3 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xdce4e0bb of_translate_address +EXPORT_SYMBOL vmlinux 0xdcefb9a5 pmu_resume +EXPORT_SYMBOL vmlinux 0xdcf5b2dc kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0xdd06e919 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xdd0f858b dev_printk_emit +EXPORT_SYMBOL vmlinux 0xdd2fcce0 submit_bio_wait +EXPORT_SYMBOL vmlinux 0xdd4312ed fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xdd62e04c ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xdd77845b ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xdd8262e1 km_new_mapping +EXPORT_SYMBOL vmlinux 0xdd955144 __debugger +EXPORT_SYMBOL vmlinux 0xdd981d3e blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xddb08334 path_nosuid +EXPORT_SYMBOL vmlinux 0xddbd0b51 kfree_skb +EXPORT_SYMBOL vmlinux 0xddfabfc7 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0xddfeb536 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde1b595c zpool_register_driver +EXPORT_SYMBOL vmlinux 0xde48e9ca _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xde492d59 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0xde4b5bb1 inet_shutdown +EXPORT_SYMBOL vmlinux 0xde53814e fput +EXPORT_SYMBOL vmlinux 0xde6151db tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0xde783883 pSeries_disable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0xde8560fb __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xde91448c load_vr_state +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdeaba846 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0xdeead48e skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xdef2e3ad netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xdf07be2d genl_notify +EXPORT_SYMBOL vmlinux 0xdf1826c2 tcp_ioctl +EXPORT_SYMBOL vmlinux 0xdf28a1bf generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ec577 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xdf36b4d6 agp_find_bridge +EXPORT_SYMBOL vmlinux 0xdf4c1c0c scsi_dma_map +EXPORT_SYMBOL vmlinux 0xdf52a372 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf60fc83 _lv1_net_start_tx_dma +EXPORT_SYMBOL vmlinux 0xdf77287a qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xdf793bc9 bio_init +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfca2735 complete_request_key +EXPORT_SYMBOL vmlinux 0xdfdee065 rtas +EXPORT_SYMBOL vmlinux 0xdff78c06 fb_find_mode +EXPORT_SYMBOL vmlinux 0xdff8da26 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe006a29e dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xe013be0d generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xe0388b13 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xe048ff85 generic_write_checks +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe05d9c5a __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe063c529 kern_path_create +EXPORT_SYMBOL vmlinux 0xe06f8ba9 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe07ac1dc iget5_locked +EXPORT_SYMBOL vmlinux 0xe087aca6 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xe0900458 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xe0a6850e ilookup5 +EXPORT_SYMBOL vmlinux 0xe0a9708e netdev_crit +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0bfbc1c scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xe0eb0b62 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xe0f22323 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11ea7aa dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0xe124f073 generic_permission +EXPORT_SYMBOL vmlinux 0xe12a764b fb_pan_display +EXPORT_SYMBOL vmlinux 0xe13a6e85 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xe154740e dqget +EXPORT_SYMBOL vmlinux 0xe155ad2d __cleancache_put_page +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe17d51d3 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xe17dc395 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xe187c100 __scm_destroy +EXPORT_SYMBOL vmlinux 0xe19af73c netif_napi_del +EXPORT_SYMBOL vmlinux 0xe19f33f5 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xe1ab1c85 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xe1aff7c8 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xe1b68462 dev_driver_string +EXPORT_SYMBOL vmlinux 0xe1d51275 pcim_pin_device +EXPORT_SYMBOL vmlinux 0xe1e02e3a pci_pme_active +EXPORT_SYMBOL vmlinux 0xe1e5c243 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xe1e5f036 tcp_proc_register +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe20372ae radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe20c63e7 _lv1_unmap_device_mmio_region +EXPORT_SYMBOL vmlinux 0xe220ceb8 __debugger_sstep +EXPORT_SYMBOL vmlinux 0xe224d49d put_io_context +EXPORT_SYMBOL vmlinux 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe23e819a down_read +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe25359ab follow_pfn +EXPORT_SYMBOL vmlinux 0xe26c51e6 scsi_add_device +EXPORT_SYMBOL vmlinux 0xe26f9f7a pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xe27416e4 kern_path +EXPORT_SYMBOL vmlinux 0xe279b25e jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xe27c3676 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2a2cfd4 inet_add_offload +EXPORT_SYMBOL vmlinux 0xe2b0855d mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0xe2b5d607 xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0xe2be5498 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xe2c45a74 dma_async_device_register +EXPORT_SYMBOL vmlinux 0xe2d1c544 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2eb1907 generic_getxattr +EXPORT_SYMBOL vmlinux 0xe2f7ebff deactivate_super +EXPORT_SYMBOL vmlinux 0xe2fe7c9c tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xe30140ba tcp_prot +EXPORT_SYMBOL vmlinux 0xe31a59ad serio_close +EXPORT_SYMBOL vmlinux 0xe353f93b uart_update_timeout +EXPORT_SYMBOL vmlinux 0xe356dbd2 pagecache_write_end +EXPORT_SYMBOL vmlinux 0xe37091ec vme_lm_request +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3b07ff7 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xe3cbdc27 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3dc1b54 single_open_size +EXPORT_SYMBOL vmlinux 0xe3e2dd32 compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xe3f2d38d gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xe3faa4c9 ata_dev_printk +EXPORT_SYMBOL vmlinux 0xe405501b __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xe423e02e tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xe423ec8b abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xe438cac4 fget_raw +EXPORT_SYMBOL vmlinux 0xe45f5717 acl_by_type +EXPORT_SYMBOL vmlinux 0xe4626ff2 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xe465c397 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe4a976fb bio_map_user +EXPORT_SYMBOL vmlinux 0xe4ae953b phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xe4d29528 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xe4d5eacf vfs_getattr +EXPORT_SYMBOL vmlinux 0xe4fe8ca1 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe53c24de xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe58c654a mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xe58e3b16 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xe5c5708a compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d16ce1 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xe5da2ea0 set_disk_ro +EXPORT_SYMBOL vmlinux 0xe5ecfb01 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe5ffdc37 from_kgid +EXPORT_SYMBOL vmlinux 0xe60988ac _lv1_query_logical_partition_address_region_info +EXPORT_SYMBOL vmlinux 0xe609adb8 udp_ioctl +EXPORT_SYMBOL vmlinux 0xe62cf714 of_device_register +EXPORT_SYMBOL vmlinux 0xe67d1492 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69a993a get_thermal_instance +EXPORT_SYMBOL vmlinux 0xe69a9df4 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe69e6d11 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0xe6c46b68 icmp_send +EXPORT_SYMBOL vmlinux 0xe6f3671d loop_register_transfer +EXPORT_SYMBOL vmlinux 0xe6f537ba blk_put_queue +EXPORT_SYMBOL vmlinux 0xe6f73aee sk_free +EXPORT_SYMBOL vmlinux 0xe6f7e325 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe70d5a43 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0xe735bf13 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0xe74aa406 _lv1_set_dabr +EXPORT_SYMBOL vmlinux 0xe79d6c44 dma_iommu_ops +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a68a6e ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7c78735 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xe7cd99b7 smu_queue_simple +EXPORT_SYMBOL vmlinux 0xe7ce7439 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7de0e43 dev_change_flags +EXPORT_SYMBOL vmlinux 0xe7e521b4 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xe7e9dd02 dev_mc_del +EXPORT_SYMBOL vmlinux 0xe8078e77 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0xe812b045 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xe812cc1a tty_hangup +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe82cc752 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xe833fa77 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xe86d1365 register_cdrom +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c438f3 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0xe8d92b01 __register_binfmt +EXPORT_SYMBOL vmlinux 0xe8df4809 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xe8fc0652 dev_crit +EXPORT_SYMBOL vmlinux 0xe908cfb1 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe9370dfc dm_register_target +EXPORT_SYMBOL vmlinux 0xe9378d58 idr_get_next +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe97c0d45 softnet_data +EXPORT_SYMBOL vmlinux 0xe9a592b7 pci_release_region +EXPORT_SYMBOL vmlinux 0xe9a843e6 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xe9b3d025 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0xe9ec1e82 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea014c39 ppp_input +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea1ad70f jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xea258da9 netif_rx_ni +EXPORT_SYMBOL vmlinux 0xea35559b ata_port_printk +EXPORT_SYMBOL vmlinux 0xea588790 nf_register_hook +EXPORT_SYMBOL vmlinux 0xea5e9f93 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xea5fc949 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0xea81d460 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xea954fd2 kernel_write +EXPORT_SYMBOL vmlinux 0xea968c96 ___ratelimit +EXPORT_SYMBOL vmlinux 0xeac25455 compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xeac43f66 d_lookup +EXPORT_SYMBOL vmlinux 0xeac69a57 dev_mc_add +EXPORT_SYMBOL vmlinux 0xeacb7848 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xead24837 jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0xeae24bbc cfb_fillrect +EXPORT_SYMBOL vmlinux 0xeaee3bca security_inode_permission +EXPORT_SYMBOL vmlinux 0xeb097148 km_is_alive +EXPORT_SYMBOL vmlinux 0xeb24a640 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3775a6 blk_mq_end_io +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb72ee6c skb_checksum_help +EXPORT_SYMBOL vmlinux 0xeb8c7b7b cxl_use_count +EXPORT_SYMBOL vmlinux 0xeba04de4 skb_split +EXPORT_SYMBOL vmlinux 0xeba2a1f7 rtas_indicator_present +EXPORT_SYMBOL vmlinux 0xebad7517 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xebb54fdf ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xebbd2855 netif_napi_add +EXPORT_SYMBOL vmlinux 0xebc68981 neigh_table_init +EXPORT_SYMBOL vmlinux 0xebc9faa8 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xebcab3a6 ppc_pci_io +EXPORT_SYMBOL vmlinux 0xebfd5058 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xec08f7dc set_cached_acl +EXPORT_SYMBOL vmlinux 0xec0a8a8d d_find_alias +EXPORT_SYMBOL vmlinux 0xec2478a6 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xec2b89c4 free_buffer_head +EXPORT_SYMBOL vmlinux 0xec30765a _lv1_allocate_io_segment +EXPORT_SYMBOL vmlinux 0xec33ca07 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xec481ac5 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xec595485 install_exec_creds +EXPORT_SYMBOL vmlinux 0xeca49908 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xecadf339 redraw_screen +EXPORT_SYMBOL vmlinux 0xecb8854d console_stop +EXPORT_SYMBOL vmlinux 0xecbb926f xor_altivec_3 +EXPORT_SYMBOL vmlinux 0xecbf02d6 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xecbf598b of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xecc02da9 notify_change +EXPORT_SYMBOL vmlinux 0xecc29d4a pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecf2db69 send_sig +EXPORT_SYMBOL vmlinux 0xecf98ce3 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xecffe88e elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xed06f014 register_qdisc +EXPORT_SYMBOL vmlinux 0xed23ceaa tty_lock +EXPORT_SYMBOL vmlinux 0xed3d268e register_shrinker +EXPORT_SYMBOL vmlinux 0xed4e4a91 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed61cf31 update_region +EXPORT_SYMBOL vmlinux 0xed652427 _lv1_set_interrupt_mask +EXPORT_SYMBOL vmlinux 0xed66ab88 kvmppc_hv_find_lock_hpte +EXPORT_SYMBOL vmlinux 0xed778c7d done_path_create +EXPORT_SYMBOL vmlinux 0xed8a57f9 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0xed997597 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xed99d0e2 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xedb311c6 set_user_nice +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc410d0 udplite_table +EXPORT_SYMBOL vmlinux 0xede405fa sk_mc_loop +EXPORT_SYMBOL vmlinux 0xedf0b48c _lv1_storage_get_async_status +EXPORT_SYMBOL vmlinux 0xee07b960 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xee0ad3dc xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee33b69a d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xee40b06c scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xee5154cc zero_fill_bio +EXPORT_SYMBOL vmlinux 0xee5bb20b _lv1_panic +EXPORT_SYMBOL vmlinux 0xee6c9dad mach_powernv +EXPORT_SYMBOL vmlinux 0xee6e2f97 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xee7b72d4 proto_register +EXPORT_SYMBOL vmlinux 0xee858879 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xee8735cd input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xee9174c5 _lv1_storage_read +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeaafb35 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xeeb5bd3b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xeebf47fe machine_id +EXPORT_SYMBOL vmlinux 0xeed27ecc keyring_search +EXPORT_SYMBOL vmlinux 0xeee46d14 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xeee6062e i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xeeec26a7 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xeef4bf2a alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xef008aa1 agp_generic_enable +EXPORT_SYMBOL vmlinux 0xef0b604c mmc_power_save_host +EXPORT_SYMBOL vmlinux 0xef522394 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0xef8180cf build_skb +EXPORT_SYMBOL vmlinux 0xef91a5f2 check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0xefbd8e72 keyring_clear +EXPORT_SYMBOL vmlinux 0xefc2e54d _lv1_storage_send_device_command +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefd29913 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xefd5330c __find_get_block +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefde1bbe flush_dcache_range +EXPORT_SYMBOL vmlinux 0xefded14c of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xeff49753 i8042_install_filter +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf003fbbd of_node_put +EXPORT_SYMBOL vmlinux 0xf00f845a new_sync_read +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf026f677 dm_io +EXPORT_SYMBOL vmlinux 0xf047cc11 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf0657967 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf06f1dd5 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf09e65b3 path_get +EXPORT_SYMBOL vmlinux 0xf0a8237a radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xf0c40e2e macio_release_resources +EXPORT_SYMBOL vmlinux 0xf0d2f84a _lv1_gpu_context_free +EXPORT_SYMBOL vmlinux 0xf0e4b0a6 fb_set_var +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0f45a8b dma_pool_create +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf109663d sock_i_ino +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11cd6ce down_interruptible +EXPORT_SYMBOL vmlinux 0xf146f680 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf183189b __ioremap_at +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19e34ef agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xf1ce97bb kmalloc_caches +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e06df1 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xf1e84b13 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ed9561 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xf1f90112 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf217ffe7 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0xf222defb __ip_select_ident +EXPORT_SYMBOL vmlinux 0xf224b392 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0xf22881e8 lg_local_lock +EXPORT_SYMBOL vmlinux 0xf23d04d1 macio_request_resources +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2458f32 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0xf24dcaa8 _lv1_net_stop_rx_dma +EXPORT_SYMBOL vmlinux 0xf255d1ab scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0xf272f332 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xf275b308 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xf27b9182 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xf284513d cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2a3d75f netdev_warn +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2bc7101 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xf2d13cc5 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xf2d7ab3a inet_select_addr +EXPORT_SYMBOL vmlinux 0xf2dd6e4d blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0xf30d1036 _lv1_start_ppe_periodic_tracer +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf316c4f3 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xf31b6560 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xf322a206 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xf3244442 led_set_brightness +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf357db8d pasemi_dma_set_flag +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3d28ba4 ilookup +EXPORT_SYMBOL vmlinux 0xf3d74aa3 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xf3fd64d7 touch_atime +EXPORT_SYMBOL vmlinux 0xf40b0225 macio_unregister_driver +EXPORT_SYMBOL vmlinux 0xf414a77f inet_csk_accept +EXPORT_SYMBOL vmlinux 0xf42e3e72 inet_frags_fini +EXPORT_SYMBOL vmlinux 0xf430cd71 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf44f1560 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0xf4575bf7 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xf45e22e9 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xf47c9243 ab3100_event_register +EXPORT_SYMBOL vmlinux 0xf48a2e19 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xf49e29a0 input_free_device +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4cb28d0 inet_frags_init +EXPORT_SYMBOL vmlinux 0xf4d43d6b __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xf4d5a540 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xf4d79332 would_dump +EXPORT_SYMBOL vmlinux 0xf4de4262 cap_mmap_file +EXPORT_SYMBOL vmlinux 0xf4f0b20f unlock_rename +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f74e51 agp_free_page_array +EXPORT_SYMBOL vmlinux 0xf502dd88 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xf505718c scm_detach_fds +EXPORT_SYMBOL vmlinux 0xf50a9323 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0xf50b195d fb_set_suspend +EXPORT_SYMBOL vmlinux 0xf51bf88b nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf5222143 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf53df0a5 gen_pool_free +EXPORT_SYMBOL vmlinux 0xf55b3b3d __arch_hweight16 +EXPORT_SYMBOL vmlinux 0xf57494e0 find_lock_entry +EXPORT_SYMBOL vmlinux 0xf5906137 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xf5a085c4 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5a62ecc _memset_io +EXPORT_SYMBOL vmlinux 0xf5b0569d mpage_readpage +EXPORT_SYMBOL vmlinux 0xf5bef954 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xf5c4ab04 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xf5d3a7e5 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0xf5ddcb34 sock_init_data +EXPORT_SYMBOL vmlinux 0xf5e1558d crash_shutdown_unregister +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5f71394 sock_rfree +EXPORT_SYMBOL vmlinux 0xf61670e5 revert_creds +EXPORT_SYMBOL vmlinux 0xf61a3364 arp_tbl +EXPORT_SYMBOL vmlinux 0xf6213e12 pasemi_dma_clear_flag +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf6506af7 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xf65e3722 dquot_operations +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6cf25f7 mmc_get_card +EXPORT_SYMBOL vmlinux 0xf6e6d506 key_payload_reserve +EXPORT_SYMBOL vmlinux 0xf6eb0298 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ecb763 _lv1_send_event_locally +EXPORT_SYMBOL vmlinux 0xf6f89f31 mmc_free_host +EXPORT_SYMBOL vmlinux 0xf71a1aa1 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xf7289d14 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf72c92af dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xf7313746 module_layout +EXPORT_SYMBOL vmlinux 0xf7332cec scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf76a1ff4 __elv_add_request +EXPORT_SYMBOL vmlinux 0xf76bdae5 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xf7734d02 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0xf798dd3a invalidate_partition +EXPORT_SYMBOL vmlinux 0xf79900a4 __brelse +EXPORT_SYMBOL vmlinux 0xf7adcaf3 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0xf7b23d4d pipe_lock +EXPORT_SYMBOL vmlinux 0xf7bac0ec _lv1_set_lpm_counter +EXPORT_SYMBOL vmlinux 0xf7c34363 unregister_netdev +EXPORT_SYMBOL vmlinux 0xf8004bfd _lv1_disconnect_interrupt_event_receive_port +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf80c37df ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xf80de9ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf8138d6c inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xf82374b1 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82d6ba3 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xf82ea5ce netdev_notice +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf831a666 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0xf85074af netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xf8511093 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xf86b40f8 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xf892a4a5 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xf8af494b __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xf8f877f7 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xf9171b02 simple_release_fs +EXPORT_SYMBOL vmlinux 0xf95c8e54 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xf96a6854 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xf9886241 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xf98a792b xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xf98e204d vio_h_cop_sync +EXPORT_SYMBOL vmlinux 0xf9985983 seq_printf +EXPORT_SYMBOL vmlinux 0xf99ab3c5 neigh_update +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9aeb4d6 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xf9bfcf39 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9d0c306 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xfa0f7616 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xfa38fa29 mmc_release_host +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa5f0449 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xfa8c2dcf devm_ioremap +EXPORT_SYMBOL vmlinux 0xfab05dfe qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfadb5750 pmu_unlock +EXPORT_SYMBOL vmlinux 0xfadf9d59 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb433b93 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfb514ca8 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0xfb6460f5 genphy_resume +EXPORT_SYMBOL vmlinux 0xfb650132 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb7acdd5 swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xfb8ea5e3 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0xfb91e0b1 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbafcc1b empty_aops +EXPORT_SYMBOL vmlinux 0xfbb2ff62 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0xfbc4a58a scsi_device_put +EXPORT_SYMBOL vmlinux 0xfbc8bb44 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xfbe92c3f blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xfbfaff06 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xfbffd7d1 da903x_query_status +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3b160f mempool_create_node +EXPORT_SYMBOL vmlinux 0xfc461d17 pci_bus_type +EXPORT_SYMBOL vmlinux 0xfc723fd7 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0xfc9b5f07 dev_get_flags +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcacb0b3 of_create_pci_dev +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcba7d0a sk_stream_write_space +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfce43249 dev_addr_del +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd1c0810 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd848a2e netdev_info +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfdb4391e simple_unlink +EXPORT_SYMBOL vmlinux 0xfdb6cedc _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfded48ed enable_kernel_fp +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfdff8fa1 tty_throttle +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe0e2604 netdev_err +EXPORT_SYMBOL vmlinux 0xfe1744a7 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xfe26fc7c nr_node_ids +EXPORT_SYMBOL vmlinux 0xfe2c5a24 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xfe443b95 kernel_listen +EXPORT_SYMBOL vmlinux 0xfe4cb4b5 _lv1_storage_write +EXPORT_SYMBOL vmlinux 0xfe5c10e4 flush_dcache_icache_page +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe7d2279 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0xfe7ddc79 clear_nlink +EXPORT_SYMBOL vmlinux 0xfe8663f3 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xfe8d0efd of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0xfe9511cb blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xfeb9d28a clear_inode +EXPORT_SYMBOL vmlinux 0xfed221d9 pasemi_dma_alloc_ring +EXPORT_SYMBOL vmlinux 0xfedabbc9 mac_find_mode +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee89ec4 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef3e5ec sock_release +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff0fdae2 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0xff1765c7 rtas_call +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff4b9c79 macio_dev_put +EXPORT_SYMBOL vmlinux 0xff58863f generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0xff59c1a1 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff822b2b con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffbca13a netlink_unicast +EXPORT_SYMBOL vmlinux 0xffcc79e1 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffda9179 give_up_console +EXPORT_SYMBOL vmlinux 0xfff4d0a3 vm_insert_mixed +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0c11c145 kvmppc_ld +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0ff8c152 kvmppc_kvm_pv +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x16a8c2bb kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1c5c96e7 kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x234b7994 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x25b70a1c kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x2d0c5af1 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x2d2af3e0 kvmppc_core_queue_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x2e0abd18 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x34e68178 kvmppc_handle_store +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x35a6151e kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3cc27834 mark_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x46d93251 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x475819ac kvmppc_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x47cc3b6e kvmppc_sanity_check +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4ab5ef6f kvm_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4c08230d kvmppc_pr_ops +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4e948432 kvmppc_xics_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x51186c0d kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x59d76c8f gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5bff2167 kvm_read_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5fb51519 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x65cdd07f gfn_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x67b8736c gfn_to_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x691c11ec kvmppc_emulate_mmio +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6bf2db30 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x70b4d4c3 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x712ea6be kvmppc_handle_load +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7d580d41 kvmppc_st +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8145cd37 kvmppc_set_msr +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x815a9a48 kvmppc_rtas_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x83a8b3b2 kvmppc_hv_ops +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x89cd1a13 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8a017215 kvm_unmap_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8a4587fc kvmppc_core_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8ce69668 gfn_to_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8d4510a1 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8ec569e1 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x932ee399 kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x98f0466d kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9e5e6baf kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa05064f1 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa5597049 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xab59d373 kvmppc_free_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xafb9a5d9 kvmppc_core_dequeue_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbd463a93 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbe29a0df kvmppc_book3s_queue_irqprio +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbe57f88d kvmppc_emulate_instruction +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbeef3d45 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc6039350 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc70e4b59 kvmppc_claim_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc7da5aae kvmppc_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcc44961f kvmppc_alloc_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd2b3d423 kvmppc_core_pending_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe0777d02 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe0810be9 kvm_vcpu_block +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe0d6a4cd kvmppc_core_queue_program +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe1c78c03 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe6d0c8b9 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe8231cc3 __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe91f7090 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf4da3546 kvmppc_init_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf66460cd gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xfbaa8d7e kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/platforms/cell/spufs/spufs 0x1d320649 spu_save +EXPORT_SYMBOL_GPL arch/powerpc/platforms/cell/spufs/spufs 0x3a603bd3 spufs_context_fops +EXPORT_SYMBOL_GPL arch/powerpc/platforms/cell/spufs/spufs 0x574d86cd spu_restore +EXPORT_SYMBOL_GPL crypto/af_alg 0x0131a15c af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x21387eca af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x289197b2 af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x3b46dafb af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x58716898 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x6a35351a af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x6d373a0a af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x6ed89186 af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0xf7ed12e1 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xfa7940c2 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x4900c35b async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x0144dad9 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xe13182c6 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x940556c9 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xd91f8882 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x591b09ac async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x69a2b308 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xb9215f25 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc7cba901 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x577eeb8c async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x75bd27be async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x282988a9 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x77492380 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xe5356de4 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x219567e7 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x3bd201e9 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x512454c2 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x67d1ac30 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x78678761 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x919f1c42 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xa3babb5f cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xba8d4e41 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xefc67d23 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xf1e6cbca cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x02131caf lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xdc06c811 serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xca8d6692 twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x4380b895 xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x061de317 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1b750bd9 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2567dfd2 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x27cad6a0 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2b7cc0e0 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4f09f298 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7aa15181 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7d78f1b1 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7ef70ff8 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x98a06abd ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa01e7cd4 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xaf3c44ae ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbd143321 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc5dc6bc6 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc7c7fcdf ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc8ef9c39 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xde85a678 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xdfe25e50 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe6b23756 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe922b3f8 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xedf419f2 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x06c1e632 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x26bf1f79 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x356775e7 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x4eed7a02 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x67b09ed9 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x69fd1562 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x777fcfca ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x8404cd2b ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa1e15bf6 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc3c8c1b7 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd6f67a53 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xa94ce6e7 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x4333f999 sis_info133_for_sata +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/bcma/bcma 0x04a72d75 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x125336ef bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x15e316d0 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1993ac6a bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3f55a0bc bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x41023438 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4e89a40c bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5e3a7507 bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7605d590 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7baac90a bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x80ce90e5 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa2fc3bae __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa6d4ed14 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb5a0508b bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb6853b41 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbcaea72d bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbd8ecdad bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc4863e68 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc4f5ed32 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd2a436d0 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdcaf1d19 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf3fae829 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xff57f759 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x02bb9ba1 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x044194b3 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1f6fdf21 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x347dcfce btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4b934a09 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x66835415 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8f07cef9 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xac095f5c btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xaf387016 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xcfed7c2b btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0x1d2d1f5d nx842_compress +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0x4df68ceb nx842_get_workmem_size_aligned +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0x56a12651 nx842_decompress +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0xca181ed8 nx842_get_workmem_size +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x0dd2e851 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x262df503 dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x28d18540 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x40193f36 dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x8a88d5f5 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x69f18e80 vchan_find_desc +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x6d6d8aa0 vchan_tx_submit +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x8c01c15b vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xa9f29289 vchan_init +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x02b6960f edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1184331a edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1849811b edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1aea8c8d edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2304dd9b edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x236ef29d edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2d4920b4 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3e0c6f5f edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5fc2b22d edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x793bd13b edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8668dbc1 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xadf9f8d3 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbaf36470 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc6cd8373 edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc6fed26a edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xcde50dc6 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd485dbad edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xdcf78d33 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe2afa847 edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe9a3b358 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe9a65a29 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xead94206 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf6c6f881 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x84afa472 bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xf96ee994 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x4c28817a __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xa13a7b6f __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0414d802 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc844581d drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xefd1890a drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x022b25d2 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xb3702660 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xd1468f84 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/hid/hid 0x04320c5e hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x048fafe3 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1351bc70 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x17acda60 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x198aae58 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2ad82132 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3e3f90ae hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3fc0e491 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x431cc8df hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x43eff227 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x54fb54af hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5617e2d1 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7cfb5bc2 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x803b0895 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x88405373 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x88d6a216 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8c874f3e hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ebfed53 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x90e31648 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x916ed399 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x917ba996 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x93cfd2f3 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x97b41d51 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa031a4b5 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa0910ce5 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xab96618f hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb4cab707 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb5155f10 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb839bea3 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc6bdf47d hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd0d3ce2b hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd1a8f757 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd72d21c3 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf87c4644 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfb6caf70 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x0e05fc2d roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x26360595 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x2fd6ee2c roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x42a2a8de roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x67cfa192 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x7defc57a roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd4906750 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x025c40eb sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x128ae3dd sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2a3c305f sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2c8414a8 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x42b9e3b5 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5f19cba6 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x915be8b6 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x9aa80cf3 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe276a074 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xdd821010 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x07ec6f6a hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x20c1a0c1 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x280cb24c hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x287745dd hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x30539dd4 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x43fcdad1 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4aa6d7c1 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5aa16435 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6578a3cc hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x669077be hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x776f1935 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7bc2f6b4 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9c3f243f hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa87e71e1 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xac60af21 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd1ad3d2f hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf4b71997 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf7940de6 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x11980c74 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xcde01562 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xf08445b8 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1754579d pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x19b912e3 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1aebe408 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4d7c61a8 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4f97002a pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x7c4ce6d9 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xae98986c pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xb4a2d5b9 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xc0d644e7 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xceca5313 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xdd8dd780 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xf90a7d84 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x23c94ca6 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x24c351c6 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x25275cac i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x42dd86ec i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5b2c91f6 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x6dde0f49 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x74c62ec9 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x7fef2811 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe9ef195b i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x0a62e169 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x9998fc9f i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x55c926e0 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x9f04f2be i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x3c35fb48 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x4bbaafa2 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x77d0a42e ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x7924da99 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x8e90d7c7 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x98f5e0c2 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xaf7d0441 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xfe613808 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xfe833376 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x3110a6d7 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x3a22f107 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x40839297 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x467c2d9e adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x691dbe38 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x7450b3a8 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x95a7e8ab adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x979b082e adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xc10b3d8b adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xdaa0314c adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xdabc3837 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xdbd29cc3 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x05a24e5c iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0d5e6e83 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x13830a54 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x18b1990e iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1ca3c103 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2128a1c4 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x31149767 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x356d98bc devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3c12aa39 devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x47622a79 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x50fabfa3 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5ed1dd08 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x66f901f5 devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x69cc81b4 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x76d3b951 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x76f11d91 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7c014f14 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x82afd228 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x880af5df iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8fbc33b3 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x93bb95ed iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9f2fb227 devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaffd8203 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb2fe175f iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb30f9963 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb431e328 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb5f4230a iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbe6d8dbd iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc0823a15 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc68557c8 iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc7052e37 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe1baf438 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe6573232 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xb0642771 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0xee8a9a78 matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x2fd6515d adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +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/touchscreen/cyttsp4_core 0x7cd985a8 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x973a30e7 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xaebfc6ef cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x09405f57 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x7cc8bdbb cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x9f18659c cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x6c52151f cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xee06a39d cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x04219d24 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0f943f1c wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4592b0ab wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4ae29489 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4b905912 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x64cae001 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x89d26364 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xaed4e859 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb6bd3128 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc33e3f82 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xccb09862 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xde8022d8 wm9705_codec +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1059a3a6 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1582b40d ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x37c637bb ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x54e543e0 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x6552a79c ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x98c78d67 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9eeb844c ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xcede9f3e ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf09c1ef3 ipack_put_device +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x125a7df7 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x1578e771 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2354fd18 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x254e2824 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x37edd50e gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x381f8d9b gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x39b4e042 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5db806fd gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x64dfe3f7 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6f070440 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7ec9406b gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8db6f031 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x928a58ab gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x98092545 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x985e1de5 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa558a04a gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe3e805ed gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x20b9dde8 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x245a5b67 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3fe567e1 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x764f3787 lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7e33699c lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x92e17c29 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa25338ba lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbac92f29 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd0a3f764 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe6f6bb8e lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf95ae477 lp55xx_register_leds +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 0x20570b76 wf_unregister_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x2205be18 wf_get_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x2b3e9268 wf_find_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x42267bd7 wf_put_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x42c59ef3 wf_put_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x6f909b73 wf_register_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x75147afa wf_set_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x94765fac wf_critical_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x94ceafbd wf_get_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xa2f19a49 wf_is_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xbcace2a5 wf_unregister_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xc830b45f wf_unregister_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xd1783ef5 wf_register_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xd3e30833 wf_find_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed82a14f wf_clear_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_pid 0x9808f147 wf_pid_run +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_pid 0xb8ed5b2c wf_cpu_pid_init +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_pid 0xcd9a18ef wf_pid_init +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_pid 0xceda69f1 wf_cpu_pid_run +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_smu_sat 0xe05851d5 smu_sat_get_sdb_partition +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x08f08716 mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x194fd23a mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x2f81bd78 __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x4067ac3c mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x4426f16c mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x4cf377fd chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5758e7c5 mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x797b16af mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x79cc07e2 mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9bd49a60 mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xbca9204c mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd39e59b4 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0xd431ee31 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0ec17d44 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26062738 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fc380ce __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x40c27b88 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c49fc16 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51a15737 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x616b6217 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6907ac0d __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7be42a1c __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e532a71 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x914361f4 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9272fb0f __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x938cc2b2 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa649dd21 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb157059f __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb317649e __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb493772a __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb834c124 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbb1fc0a4 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc4fcb1e __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1474d91 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc379085a __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5aed8ad __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7eda602 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce055cbe __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe20fe821 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe24daf87 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe2ed0930 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea2303e0 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef1156ee __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc131205 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2490d5c8 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x62f8ea79 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6c6da140 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xdf10d8f8 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf124d468 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf3e0a67a dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xfe19fddc dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aba7f5e dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x767fb257 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9310ba06 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9c256008 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa1d2413a dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa448e19f dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xafbda3f3 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcbb1bae2 dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +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-cache 0x2322d9e5 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4f71916b dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5358163d dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x54ca0ad6 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5a376ff9 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xe22305f0 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xe6ac9ae8 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x1854487c dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xc669abfa 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 0x1e7d0940 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x20bbe8db dm_rh_dirty_log +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 0x3efb4f56 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4430764e dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x45ab972a dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x66a64a3c dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x731bd89a dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa68e1f06 dm_rh_get_state +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 0xd19ecc1f 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 0xfad9d53a dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc62ef4e dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x17c36f29 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42dbdfc3 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x49b35849 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x55b4bd4d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x827a42f4 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +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 0x9f624559 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xafeda29f dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb0dd5d9b dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd29923fb dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf375d009 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5455120 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x4806e5a9 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x6af4253c md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x34d2fb6e md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x069e80d5 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x60c1851e saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x64d6820c saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7f9058c1 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x90bddd5c saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa113ca4e saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb6a9bc75 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xde86fdb3 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xea1f6991 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf709d97a saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x053af52e saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x21af52a4 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3cc2dad5 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8332ccd3 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc2466d1c saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xd54e6910 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf0bacfcf saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x032ce0d7 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0a143791 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0d1a0a11 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1a9bc123 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x24b12f3b smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3bcda6a7 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x450813c5 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x463560cf smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x495468db smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6a6acef1 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6d78920e sms_board_power +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 0x8424892a sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa6c8f3da smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbb99fa5 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbe49c63 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd075a53e smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf675e778 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x2e226723 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xc842961d tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x07b25766 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x08d38adb media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0x0bcb4c39 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x10858c19 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x3bb10725 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x59fc7ea2 media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0x6cbc9a07 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0x6ef65472 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x7c999d47 media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0x99a9e9b1 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0xac811d2a media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0xb58e89e7 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0xbd3f6095 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0xcbb59af7 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0xd1747b58 media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0xd3309265 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0xdc702315 media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0xf8ff0822 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x0c4b056f cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3089da29 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x30d5fd8a mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3fff3670 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4ca120ed mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5a86c9d1 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x71ca5583 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x888fe4e0 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x917882e1 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9625c372 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa0e6a0d7 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa11337b2 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xae65dbeb mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaf0b7557 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb1a4e4b8 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc98fa2c2 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xee8b7162 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xef265441 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x06a4262c saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2025a815 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x22ba1bc7 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2fe4ab00 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x308e5200 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3147678e saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3b3ae70e saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x431dbd91 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x66a62fa9 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x73780f39 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8a969817 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8c9628fa saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x95716561 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa2c8e006 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb6de440e saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcfc59b53 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd196ab1e saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd9a18b68 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfe1d5965 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfe765dca saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x0acecac0 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x1cf701c5 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4aaa0c03 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x604eebf4 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6f5511cf ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7c008730 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8dc2264a ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x5f1ee777 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x6224a548 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20e72280 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2faed450 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3895b7b8 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x434a9039 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4940a4e4 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553e46b5 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x67fb189c rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6da03ebb ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7591af28 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x79a27e51 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8c749efa ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9780315d rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb0adfb81 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb596fe93 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcef7a422 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xdcf1b76f rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe1aa17ea rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xeaf7028c ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf8dfd528 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x5e233804 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x293cfb8c microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x61b19b20 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xb34d8050 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xdc6a3fc1 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x4863619e tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x19f648ab tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xf033e044 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x7fb302d3 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xafd1c2de tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xcae3b61e tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x4d326f14 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x8eeb602d tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x96192c88 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0435ecc1 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3677ea59 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4d31d076 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4d4c0e35 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x50c1c86b cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x567a7cad cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x73ca1689 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7844b13d cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x79d74a22 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7c8548b3 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8449b437 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9b63b83e is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa1509bde cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbd83f0c4 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xca91c3a0 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xef366d74 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf3ff1cfc cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf467c4b4 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfac35f33 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xdcc7a797 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x1de7b0a9 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x039b1f91 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0828e618 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x09f57932 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1c84bded em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x211ece38 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x214b849e em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3b582293 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4dee3a3b em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5a963bae em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x72fe2b17 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x97c1f96e em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9cb59be4 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xaa9fc96c em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xaacebf81 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb7ca24bb em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xced7d08d em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe2426f68 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe28913af em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x445a23ba tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x545163c6 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x5b388a25 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xe7e3ce69 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x839cc675 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xb514b02e v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xc13c1c78 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe393030f v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xebea3e3d v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xeea7ad46 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x07bbed08 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0fd927d4 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1db68d7a v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x252c690e v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3a938ddc v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4d98913a v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5722cadd v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5c426930 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x63f9ae90 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x657abcec v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6591ebbb v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7505be4f v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7ebe8bc4 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8054c0ed v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa2bfae7c v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa6ed48ec v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xae915015 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc2230426 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdab9b9c9 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdcd07295 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe9141639 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xec0211da v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xff5bfbb1 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xffae19c4 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0d962a4f videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x14d03cb5 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x244d2c64 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2edc2c89 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x30362e92 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x32fb77db videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x39f90728 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x47c7dbb6 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5c19a9d5 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x61b3f508 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6c485d43 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7e176b2d videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x808cebad videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8dbd3b3a __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9012e0f6 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9adca7d0 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9ae0cee8 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaf0e710e videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaf692478 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb5031746 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbeb2a076 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc5f49b49 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe85702bf videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xeb396e6d videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x1843dc0d videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x4de3293d videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xfabec01c videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x0181d5e3 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 0x5f2b3176 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x68e26cd8 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa017ca8c videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xccb21f8a videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd59849b5 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xdf3a2846 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe4db1133 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xf52ead0d videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x1ddc4ac2 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x539728b0 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x6bee62ce videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x05b2cb61 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1afe97fe vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x252d318c vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x32f5cf6d vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x332465ed vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x38ced476 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3e1db96e vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4125348e vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x43b4ad23 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4f90442e vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x62ed76c6 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x64ea131c vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x765cc4a9 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x822faa04 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x87146e63 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x88aab519 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9395990d vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x94d989e9 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9784f090 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9afbfaca vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa11f7280 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa122a606 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa1510acc vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb3aadf29 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb704e56d vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbb3e2eef vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbfbafe35 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc6e2186c vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc9d1c447 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xccff8725 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcfbffc03 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd4595bcb vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd9d6657b _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe4675a40 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xefbc1a10 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf3c2c0da vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf7e9c96d vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xfc93b3d5 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x45f515fd vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x758e7216 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x44a2d3d5 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x4c80f938 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xb29394a0 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xb340d010 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xffc37d9d vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x8f20feb5 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x013cc11d v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x07167a1d v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x164039f4 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x18da68a4 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1c586048 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x26356731 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x291e50ed v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2de83e9a v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x39bf4675 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3b594327 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x41cb4b3e v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5d145ddd v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x69c0f3d4 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6b25c41d v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x74365c5b v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7dc6a5e9 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x822c865c v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x872bf62f v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa317256b v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb12a9f05 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb13cbb46 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc5a3a92c v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd48cb35d v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde3ea665 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe63ad190 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe82a782f v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfa8c3288 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfe4ee333 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x0022f5f1 i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5f3ff8c2 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x67de853e i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x68692f9b i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x9cebfcbe i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xbded0d84 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xca799c71 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xf457e3bb i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x0050f6de pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x0c70f5c0 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd97c6b39 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x114cd632 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x25c8c89a kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x3339de77 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5996cd5e kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6ac2e5cc kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6bfccadf kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb6587dd2 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf0a8968e kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x29de2da0 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x328fb6b1 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x3ee52739 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1f10d7da lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4165cb6c lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x58c36b8e lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x79af7dd1 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x7d1e9df7 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb44cb6ea lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb730c7be lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x0f5ab82c lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x8e644f14 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xdf65ea1e lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x1a53f932 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2430caf0 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2501e1eb mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x48e6477a mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5ae9b212 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5e172538 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0356ae17 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x108ede11 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2368e6f3 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2a53b3a9 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3312376b pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6c8d059e pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6e1cbbc4 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8f5fe418 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb41798c9 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd7a43930 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xff0f7be3 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x3e09c087 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xd6cf93b7 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6f943a58 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x9e9f5f35 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xa0eb5c9e pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd72cdc7b pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe4972ad1 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x04f2ed65 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x07b4710a rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0b192d31 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x18c25be1 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1f01560c rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1f35e4dc rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4749e067 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4ae903f5 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x608a2ce1 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x63bbccdf rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6b7efc2b rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x75da3862 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x85ed5080 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x989d0301 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa69a7e21 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xabe080ec rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xad629939 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xafc82a8c rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd595fa4d rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xdb6907cb rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xddb063e5 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x07e65913 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x38082f48 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x51ade6d0 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x6bd59e08 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x81c52db6 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x8b4d69d4 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x8df36eb0 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x9783c277 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xb09c6128 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xbca33d90 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xc4cc8e92 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xcbd2b29d rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xe8823654 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x06206649 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x19750645 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1d77cf9b si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x216d80c9 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x281c03d6 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x341f9011 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x38d2bf1f si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4d883e3c si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x55691f12 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x64d10489 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x66070217 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6f2cbb01 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7033fccd si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x750f6e5c si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7b127ed3 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7de3d448 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7e3b5909 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8295c7ca si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x83d8ebb8 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8d127cc1 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9bce95d4 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa4a3a908 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xabe72538 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb677d762 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb6dcd327 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbc0a68d1 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcbbbabe4 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd6103739 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdbda33fc si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe77621ae si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xec0ed93e si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf2a7372f si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf3a6f12d si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xff76832e si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x724ef85b sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa64a4c00 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xdf3b8539 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xe0be4d80 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xea1dbf93 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x239c0b8c am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x6c3aa43a am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x941a2c7f am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xdb100a5e am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x04e93f5b tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x694747be tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x9e5df1a1 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xeb195654 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x34e4f4e3 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x84bebe71 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xd21c0b4d tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xf5e09931 tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0xe2810040 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x28f2eac1 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x31d9d064 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x339c1c9a cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x49091797 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x199a4902 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x3f83406e enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x603e164c enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6855106e enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x973bd92b enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc2404f0f enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe1ccd14a enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x0e92b43c lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1d4f5250 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x292ddec1 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2c9a1e89 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x34ae071b lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x5aa1791a lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x7ef75384 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd9f33ae6 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x2bf5b110 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xc4b0347f st_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0a718b77 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x39cac462 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x42b330c5 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x716a4a24 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7dc558ed sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x88f9d25c sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8b87c8e2 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x90e2f329 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa56816a2 sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa6ccb941 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xaec4a8f3 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb54d268a sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdc67c902 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe11479fb sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfa4ce48c sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1e8bb048 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x4740ea07 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x5c68ce01 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x68e50ac3 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6a510eab sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x98be96a4 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb77a0779 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xfc597a86 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xfd46eb42 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x5b8dfca7 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x64a4d94f cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x99bafcd9 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x0df2ef7c cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x73a0a4ac cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xfe0b20fa cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xeaf72d3c cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x77a7e980 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x9834a52b cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xac2e6c3f cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0238464c register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x097c54df mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x15266bd5 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x154ae967 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x16cc37e5 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1ad1f56b mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1c80076d mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x202d4178 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x21368524 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x243bb774 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x268d545a mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x287314ce mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x293f29fd mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2a90c5d6 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2dacda76 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x410eebb3 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x48acca4d unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4d4c8ecb mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4fabf744 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50ace8d8 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x57359551 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5d444558 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x66413d48 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x68cc7fb9 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x69ae29e8 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6dc2cbe5 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7c9b5f14 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x80593cf9 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8565386a mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x89df90c0 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x984c3a93 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x98dde697 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9e287488 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa31c6112 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa47be36f mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaf3457fa mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb1a49e1a mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc16610ed mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe30034ae mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf41d5cc2 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf4fbdcaa put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x435d5288 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x74512f95 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xb2893e37 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xebe59050 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xff9ddb17 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x288afd90 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x9afcd70b nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x1d11c09d sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x22f1da74 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x44a2b2ca onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x663e8439 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x019f100a ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x056577e5 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2ee74aba ubi_leb_write +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 0x480431a8 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4a6701cf ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x747b629c ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x86e46b79 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xabf537d8 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb4bca2b8 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xbeae69fb ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd9b5c483 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe422bb8c ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfa9f35a4 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x0ebbdb9f c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x35f31057 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x3e2f4616 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x61cb5165 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x96965cc4 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xfafe1d35 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x11475a96 can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x31e9a8ec safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x32214e24 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x38e6b5a7 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5346eca8 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x58a79e0c unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6158f9ed open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x631c9641 devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6660171f alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x86f57aa7 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x89aa0f95 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9993a19f can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb1f50c6c register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbc4b103b alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xc3f81c70 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xc7004a9e can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xea83ae80 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x18c7d893 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xa82180c3 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xb358e276 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xd6135af7 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x0ab0df38 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x3c615f46 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xed9228c7 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xefb5aabc unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01821176 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05a49a80 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06943882 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ab81c37 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f997add mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x109558bf mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11792be5 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x117ae981 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11b57819 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14e0f990 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19869802 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ca3ba91 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f510bc4 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20c8a56b mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2189a2b3 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26635304 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x293ccd4f mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29eed153 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2dc11833 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3190fff5 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32f7b925 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33da6ed4 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x363aa512 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e104f0a mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ee66baa mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3efd72de mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4401a926 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x453a6356 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45d2b719 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48f94cde mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ac38073 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4fe81706 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50fa9113 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x511a0ce3 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52d2c958 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5524607b mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5542ac4c mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55aa6346 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59d43056 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a39ca96 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5eb009f7 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65b7fbec mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x692f6af9 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69d1dff8 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74b79231 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7740c915 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d5dd570 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d90a8df mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80264d81 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82509c37 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x865d3116 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92a76022 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93ebc589 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a4a9eda mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c90e610 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1f452fc mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa41f5ef2 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4e24cf5 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5eab6b6 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa82ad955 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9948857 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaaef6121 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1ecb627 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8754360 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc11eb06 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd92ce42 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe69c304 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe72c21e mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0976114 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc381994c mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc489673a mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc48b0f7b mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc682206e mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8e9ee5a mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb5a544c mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcca62efd mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd35159b mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd695167 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xced4fc69 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4a4e047 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6b2d391 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd70f797b mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd77c63a4 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd799a08a mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda77acda mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd538eb0 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd880389 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdde86cf4 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0ac2933 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1bba4a7 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2c20681 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe40dfea4 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeacfa5f8 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebe9071e mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec1f171b mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeca1973f mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed6cddec mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed96cf00 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee44c9a6 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf01e3969 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0a4531b mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5276d83 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5495b2e mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcde8aec mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdf52f94 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x040f9ea4 mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09fcd538 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36495719 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36eadf12 mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x559ce2f0 mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5aad22b2 mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60681977 mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e1fe1ae mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7060dd29 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74de8e35 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75647c5d mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8246e6c8 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe11c3c8 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcfdefaf9 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd559ea9 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef746765 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x0f3a2383 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x1b80a522 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x7dc048a3 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe8af655f macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0xfe6dfdeb macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0xbe400b86 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x2d0aa102 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3a924827 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x83a0b430 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xa5820959 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x18e8e4bd cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2563c651 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x418042b7 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x433e833a cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x5ee33516 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9a9862fa cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc2cc3fee cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf21437a4 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x037d8ec3 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x5689a270 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x65ec62c3 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x8ae913bd rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xc3568bc0 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xebb90eff rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0be49196 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0d8a4b7c usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0eec6a28 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x137bb7f2 usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x16b51710 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1c47b580 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x263efabb usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2ca994c7 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3046faca usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x30b50082 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x31a6009d usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x37239aca usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x42e4fbbd usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x44a6e3a9 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4c1f8e6b usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4c319fea usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x512359de usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x63f2cfc9 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6c91e72b usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8647fc2d usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9fb9fa93 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb6503916 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbef4fe98 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc52e8b8a usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc738adb6 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcb5aca62 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcbb30c44 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd2c25d9a usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe3c14960 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf2054e0e usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf4733769 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf9b67f7e usbnet_open +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x78eea97e vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x96f37d29 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xb171ceba vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xc97df0ab vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xe493cbe0 vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x00a2dff3 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x0c68efe0 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x209db789 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x401c01e5 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x6ab7d131 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x70db4df8 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x915a6a9c i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x96b533a9 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xba6956bc i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbad2be43 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc2a91691 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xca8cc8f6 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xcc456dba i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdfbaffbb i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xfbcb9c79 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xfcff2848 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x12fc1760 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x172281d4 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x249fe500 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xa4d56ab7 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x6d208816 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x1275878d il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x148d170c il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x18bf5792 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x35487a96 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xae24243e il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x028fa499 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0736efb0 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0b23ad49 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0bcbb4c0 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d556623 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1291ef1b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1ac36ff0 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x28ac2fa0 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x29d221e2 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3d548dab iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x44631bb8 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5f40bc47 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x80f10443 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x83e6277a iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x849346e5 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x948c7010 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaa6d08eb iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaf8d7c51 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xbcd31f38 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc1274980 __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc2ef95f1 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc51e62a1 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc67c31ed iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc6fd3e3e __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcfa817f1 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd6ae6966 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe036de7b iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x026fd50c lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x0b4b50b3 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x10c342f5 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1cf2458e lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x20d86070 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x27474b39 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x408e3a5f lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x456211ff lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5f925395 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6c3c188e lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x794fcc0f lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9e81aa32 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xac1ab856 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xad580e6c lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xafdfc884 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xe5eb8319 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x1ad233dc __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x292424a9 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x42a212ae lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x4764db67 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x5224df53 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x9077fd3f lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x92538707 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xd233865c lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x81b3cb4c if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xf49fab20 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x0063b0c3 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x20c7d7eb mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x412baacc mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x522be35d mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x6080809b mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x637ca79f mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x6e905c6b mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x80c9dc75 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb0e2243f mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb1c15013 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb21e85fd mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc378066c mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xcb0c658d mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xdd6e494c mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x02f2d693 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x24b64ebc p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x3092b1ef p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x6c279b56 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x71104ec1 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x7c1dbbc6 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x87de5282 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xbed846bc p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xe240f31e p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x089a3e00 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x3942fa47 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x789cb909 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xc4ef1965 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x020d16de rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x07cb59ee rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0e8e361c rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x15b64c7d rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x18cdf00f rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2f5f0183 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x37b2e879 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x394150ca rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3a78aabe rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3a9a23f5 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3c416120 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3d692d7e rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3ea4ef4f rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x47a98539 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4b113ecd rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x51984375 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5ac64003 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x66e7d39d rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x69316120 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x74c54e05 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x761ad73a rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x7d3fc1c2 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8bb08571 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9619ed04 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x97e882c9 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x99027f6e rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9e736954 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9f31c9a2 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xabb1407d rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb3342d7f rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb38dcab8 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb43ce0f7 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb4a9dde8 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc01e5159 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc1ab4013 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd16ee30c rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xeb5d6546 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf749a128 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0968ba77 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0985614a rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x1388048c rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x51843d1d rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5e0967e8 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x737ca0b3 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x8d52d781 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x9fbb02ec rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa596d378 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xa6047f48 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xcdf69e0a rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe476aa4c rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xeac813cd rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x00f0ee6d rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x04d54aa9 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0b0b069a rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0ce51061 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0d4d1cba rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1706be32 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1de9e32d rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x251ceb6b rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x31b3883b rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x39545b56 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3d435d50 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x41335ae7 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x421491b4 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x43df6723 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x45c7dd2c rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x67f1f981 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x77d9fabb rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x78d94446 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7af485de rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7cf7d752 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7f2e8501 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8f4921de rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9074ed1c rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x929cdf47 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9e1155b4 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa2aa264c rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa2fb9fa1 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa757eae5 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb2587bc7 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb47a9041 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb4e04010 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb4fd8ab5 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbbf401e4 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc0e80251 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc89d06a7 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd250133e rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd4d2368f rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe750a100 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe90660c0 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xea658de7 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xeb8c4ef4 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfde35e6a rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfe74d8d3 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfe954e89 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfea74296 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfec6f8f8 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x03ff8eb5 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x33fbdd7f rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x47399e4d rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x5b44641b rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xacf6235a rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x4b509760 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xbc4467c6 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xdf3f94b5 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xf5d6757e rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x02873aeb rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x299936c6 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x38d154e3 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x467400c0 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x53145697 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x56758f5d rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6502a4f4 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6a5c9a70 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6b0c235f rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6d78a789 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7329abfb rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7f2d62f6 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x88571dd4 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x897484d8 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x9abe522e rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa4c4bd9b rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3a19b579 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4482aebf dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x46e00bc9 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x986ee5f2 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x03833f83 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x06a1bb08 rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x14806034 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1bd03f85 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x280b367d rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3bdaa7b4 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3dd6640c rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x4bf54534 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x564631b9 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7162b025 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x720431db rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x773afe32 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7e4a3bcf rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x8e07643b rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x973304ec rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9763ca41 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9a668ae4 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb2f552d7 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb61a8f1a rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbf609340 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc3cfc308 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd88da4be rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe0f33c02 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xe8f2d8dd rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xec64cf4b rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xfccbe8d6 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xfda44944 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x06d7968d rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0d0b6636 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x11e4eb00 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x21e0fba0 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x27e25eb3 rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x4222894e rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x591c653e rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x5f8b3d66 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6b4de810 rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7b64965c rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x7d0df95e rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x8b15cf7d rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x96c17ac1 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x983ac891 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x9c5542fb rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xa1649c5f rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xb29f3d53 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc2365f90 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf9bf53ba rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x0078e92d wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x5ea2bd97 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x732e9943 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x02c561b0 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0c045a68 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x13e138b0 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1a706cff wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1ae450b0 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x26f79bb8 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x272078a9 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2a1c9996 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2d1b9f1f wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x37a623fd wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x41c98de3 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4ea4422a wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5496192a wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5e8f0504 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x606bc55f wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x62b6eb26 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x66418041 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x67ceeb7a wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x951206ec wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x95df2b3d wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c1b8e0d wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9dab4e8f wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa6302ee1 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa90e66e3 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xab6eb8b6 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb081aed4 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb2bd9fb9 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb805a0fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb856c480 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb8d927ae wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb90ed8b3 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb9fad7bc wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xca2b31b6 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcc1ca465 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcd6c75bf wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd104ddcf wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdde36f7b wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe11e79b6 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xebf6808e wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfc5a7417 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfda95b20 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfe25aad6 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x3b6b4b9e nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x52122e76 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xd76d9c5d nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x01cc7086 rpaphp_slot_head +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x0c2b8e59 rpaphp_get_drc_props +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x4151a003 rpaphp_deregister_slot +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0xeee76c52 rpaphp_add_slot +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x047c61e8 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x1574e8bd pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x68ffdf31 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x003998ab ps3_write_ctr +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x0bdf50c4 ps3_disable_pm_interrupts +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x0e622920 ps3_write_pm07_control +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x181e55ab ps3_read_phys_ctr +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x1bcb88c1 ps3_write_pm +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x2abf1471 ps3_get_hw_thread_id +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x2b339635 ps3_disable_pm +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x3c71a6b2 ps3_set_ctr_size +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x4a24996f ps3_lpm_copy_tb_to_user +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x50488f64 ps3_lpm_close +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x58e642c1 ps3_lpm_copy_tb +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x59c54782 ps3_set_bookmark +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x5eca6711 ps3_get_ctr_size +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x60e3f0d7 ps3_read_ctr +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x6702a28c ps3_get_and_clear_pm_interrupts +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x69010c19 ps3_set_signal +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0x70177200 ps3_write_phys_ctr +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0xa76ee01d ps3_read_pm07_control +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0xaa190bc1 ps3_read_pm +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0xbb72a01c ps3_enable_pm_interrupts +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0xce72c9c0 ps3_lpm_open +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0xdddfc980 ps3_set_pm_bookmark +EXPORT_SYMBOL_GPL drivers/ps3/ps3-lpm 0xfae0ab68 ps3_enable_pm +EXPORT_SYMBOL_GPL drivers/ps3/ps3stor_lib 0x1e986d1b ps3stor_read_write_sectors +EXPORT_SYMBOL_GPL drivers/ps3/ps3stor_lib 0x226362f7 ps3stor_setup +EXPORT_SYMBOL_GPL drivers/ps3/ps3stor_lib 0x80f29285 ps3stor_teardown +EXPORT_SYMBOL_GPL drivers/ps3/ps3stor_lib 0xba5e4c51 ps3stor_send_command +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x02065e5e mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x1da55620 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x5d3252eb mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xe9bdc2e8 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xeae90b76 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x05ea48bf wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x0ae79ac8 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x327a7876 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x689cc67e wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xacf5dde4 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe228baae wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xc79896bc wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0ada1856 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x14009a45 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x167b953f cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x18c24ebc cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1d3fd6db cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x217d1971 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2953b5b9 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2b6c7245 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3d3bd667 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3daa5e4e cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3fdb0e35 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x42c1628e cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x478868d3 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4b9d888b cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x556ba635 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x60ec53e2 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x664d4486 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x693d0d65 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6dd2f057 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7bb65c65 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7db9dddd cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fc7a282 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x81940cc0 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x83559783 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x89a42c16 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x91c740e4 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x935ce79d cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9bf8a181 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9f7819f6 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa0722573 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb0d810c9 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb8df9164 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbd2bdee0 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xce61c59b cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd13a6b0c cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd233bb89 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdf7b140c cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdf8f8341 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe0556fe7 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe2f90d4e cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeadf8b53 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf66b9337 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf74689b7 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xff8c147d cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x0ed9d851 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x16a31e58 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x196a4235 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x45ea3eb3 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x73d6cc20 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xc3f90421 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xce1b9cf0 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0244c846 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x07f91cf0 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0e95d52c fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x13b99c08 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2f6ce0c8 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x47677c48 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6cf6812b __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x814dfaa2 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8bc87e87 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x90283a84 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9d41f65e fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc325631e fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc8540f8e fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcb79b80c fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe458fe52 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf69f755d fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x155ed88d iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x36635bfe iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x78c08358 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x7a8216d0 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd028f953 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xec61c3f5 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0186ef1c iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x043bbb71 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x07b6803e iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x133b8b3d iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x140f9852 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x16f01ccc iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x19fe5f26 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1ebe07c6 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x211a9558 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x24952c4a iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x293cd952 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2ae10032 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2de6d590 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2e7893b8 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3f603cfc iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3fae3344 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x44f337ed iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4f67f00a __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x59b84d38 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x640c12e6 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x66f4ef5a iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x689af03d iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x694222b2 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7ac96382 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7c6d4d82 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7ff6c29a iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x80deabaf iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x83b2a025 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9228be30 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9938aeb6 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9c5f388c iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa63b8243 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb6d0e30d __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbebafb42 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc528dd98 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc6f31f6e iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcef53b44 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd2298351 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd4794494 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe10d9d7a iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb5fdd9e iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf005b7ae iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf05e2930 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x050dfc31 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0655558e iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1e31eb32 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x30cdda4d iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x34a4725c iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x43993138 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5caacb97 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x61b617d9 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6789460e iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8f9c7860 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x93147f68 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb117ab09 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd845efc6 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe065dfa5 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe43b17f2 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe66c8050 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf1bd5d4b iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0b5c9a91 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x15d2e7d2 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x32317303 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x32ae5ab8 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3323b2f2 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3467530d sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x35cfc48e sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x520263d0 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x566d3aad sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5804fb87 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5c1bd9c7 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x68179160 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x778c9932 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x83828cbc sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x879bf378 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x87dce360 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8d77c9be sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa4f76348 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc410ef56 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcbdaef4b sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcc6c35f8 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd2549ca7 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd25d661b sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf42045a9 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfd9b6133 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x02039ad2 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x1616c162 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x3ab2aeae srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xc5cd0290 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xc83153cc srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xe384db3a srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x1e87e2c9 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x359e06ae scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x841a4512 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x99b96b26 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xaa52c380 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xbdf52fd2 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xbf92458f scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xd87edd03 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xf7feb5eb scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x07a9a702 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0d1f7686 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0f881b9e iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x119abc24 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x187357c8 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2d47ec20 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x30e93175 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x44a0cbef iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x481f2aaf iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x484d7602 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4c64615b iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x51026f95 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x54a99804 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5b4dd595 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5fce12d4 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x60435ab8 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x60d60146 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x66141b85 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6f15fa91 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x77560a85 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x92730ec0 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x98121832 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9b68c36a iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9ce16014 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9d4ae079 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa76f8add iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa83ee138 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa4125bc iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaecc9457 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb176f3c2 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc48b23e iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc171f0fc iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd11a9edb iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd62f588d iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf0ea7bbf iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf242bc57 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfa77f100 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfca2b94b iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfd75a8e4 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfd7aedd5 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x17c5d3af sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x5847f04e sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x89959e06 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb6213d91 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/ufs/ufshcd 0x547fb0c1 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xb7120114 ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xb7cbe03a ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xb91c7383 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xe3ec1ad3 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xfa1dd626 ufshcd_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x03931119 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x0f2a6087 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x1b37ee9f spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x38345996 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xa377a714 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x01f0d54b dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x226f80c5 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x48e2592d dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x67c3cc72 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x7621f00d dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x06513aaa spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x06a6c5db spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0dbb3d28 spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1497be87 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2cdc2af7 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x384070ab spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x59455b6d spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6290fdcb spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6f9e68f9 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x76ac64eb spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7c9360bc spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7f35eb26 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa07dd0ba spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa75cdf2f spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbcc2ead4 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd1eef1b3 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfc319637 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xffe376c6 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x1970a483 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x041c3132 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x08fca43f comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0f1cc1a9 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x11150192 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1566dc93 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1a2cd18a comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1d82d24c comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x24c666cb comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x25afb6fe comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2798641e comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2d0896ea comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3a0c75c0 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3b7b58bb comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4857f614 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x54a26773 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x560f2ff8 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x56f3ebac comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5871df72 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5c0d00bf comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5f92e0b7 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7b715be6 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7ba9aeef comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7ff5b4ad comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x81ee4b8e comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x842a5ab8 comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8ce2c363 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9566d03f comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x999c9f6e comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9c2366ae comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa0754a4c comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa730df43 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xade5afb7 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xaf12a089 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xafc49730 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb1c9a08e comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb5a1d224 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbc386c0d comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc0f48227 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc70d62a1 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb705a7e comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe1dc1e6d __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe3190327 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe35cea4a comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf1cf8005 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf257d99d comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf46f7c4d comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf6746a3d comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf764ef83 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf8d01c1d comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfdbd56a3 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x435abb1f subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x6349a7b4 subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x721eb269 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x780d7e54 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x42f9bd5c amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x5483c719 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x60f7c1de amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x1af76c47 cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x5d370b73 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xd36136c2 cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xe168df9b cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xf3083324 cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x20344b92 das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x041af9e2 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2b5be23d mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2d39f417 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x489f1a8a mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x48a75a9a mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x5f26f550 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x74ccee5c mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x752570d1 mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x781bde22 mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x86e865de mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8a0877d4 mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9cf3e082 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa0e5162c mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xacd3c977 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xb58c33d6 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xbb25c591 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe7c46980 mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xef31a5d7 mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf2ada762 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf90113db mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf93bbee7 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf9550e1f mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x3dc8e09d labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x24ba4c76 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x53580b9b ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x7cd63375 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x9ad491dc ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xae0ae15a ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xd3488915 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xdd561847 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xdf980903 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x23d4987c ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x82e7f50a ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x9f588daf ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xbfe7cfe8 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd195343c ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xe1288743 ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x1e727442 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x27411ee1 comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x416ba82a comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x7464d493 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x7604e1e3 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xbb4e5cfe comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xfe515d08 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xeda8b943 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x06bb633a spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0ef1d765 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x1a021bfe synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5983d7e5 spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x6b28216d spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x6baeebc6 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x96419987 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9d651a94 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xae32b4e3 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb35aaab9 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xde9325dc spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe566008f spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x86844201 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xaa5c7b7c uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xbe002bf3 __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x919adb64 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xf1504f2a usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x97440aac ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xdc7ac68d ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x368bac44 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xa28b4968 dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1b8b22cd usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1d09cdd4 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x21c0246c usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x286e3a9b usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x28e14537 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2bdcfe97 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2eec27aa usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4a133c0b usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4ca21b67 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4e332c5d usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5990fc60 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x59bb3b9c usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5c531841 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6511ed14 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6bc20b52 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x758817f1 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8b0556e9 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8c1e078a usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa7c530b9 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb9e39d11 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc4c6a0d9 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xca6d26e8 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcc3af8d4 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdc20174d usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe15ac552 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe22d3659 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfb47ac69 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xffa5b49a usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x02f1c11f gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x0305f4e7 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x14c65299 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x5e924d4d gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x5fd394c9 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x641c996b gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8e76325a gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x9d31785c gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xc0e7480a gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xcc0aa291 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd055d21c gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd1e36091 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xe36016c7 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xe99bb871 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xf7110c94 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x57f91965 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x75c35e06 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x19bf03b5 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x3816d701 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x3a8dfb8e usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x52903d2c usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x94b67c18 udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xbea0da82 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xd12c1bf9 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xe2cf4a18 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf642794c usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x81df7e06 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xdfa6b837 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xe58d680b ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0b647a10 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2111a5e1 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x37758e76 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x3b1ddb48 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x49555017 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x4e742a8b fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x768a33e0 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7da1248e fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xad30d58c fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd1a32881 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe9457bbb fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf668511d fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xfa4a9120 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xfbde5d2c fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xfe0fa387 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x44e42a1f rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x87723d52 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x8d2eb02f rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xf4b403fd rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x371c084e ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xb5be9a51 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x15101603 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1899c16b usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x7337203d usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x93f6077b usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x94e6536a usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa36625b0 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb4da7ea5 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xd261c9da usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf6331163 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc667e3f0 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x3967a374 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x6e2a5488 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x7fe52e53 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x9d81ac4c usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xb74189fe usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x0a468201 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x1479e8d6 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x3ebc49d2 samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x50493c02 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x8bbe311c samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xa63bd3eb samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xad296b20 samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xe60951ec samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x25ea5196 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x092ae5ea usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0dcbb9a9 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x111d20f2 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5a46b09f usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x65b8a21b usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x70015523 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x79e46947 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7a5bc241 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7af38f37 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7bbb1212 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x81c22be7 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x92b67fdf usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb8edbd73 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbc4f4ea4 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbe4736c9 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc339933e usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd61581dc usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe0b11e32 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe4e6a16d usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe8cc4a85 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe9ede96b usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1aaa3970 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x22cb3b73 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x28e8b6dd usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x37f1fd09 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6337c651 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6fbaf02a usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x713a72fa fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x71bb04a2 usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7a4fb524 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x827f8f1d usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x84da91e2 usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8cda3ed9 usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9fa7c5c1 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa1e218ab usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa224a973 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa633759b usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb015acf4 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd5ca2f0a usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd7d94b18 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe7347e5b usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xec6f9c30 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf1b4dc4d usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf3782910 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x2151c96d usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x29f19264 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x393ec4c4 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3da579d3 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4157720d usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x50029099 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7ff30012 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb13b1e28 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd624988e usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe383529d usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf0361c29 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf95b3adc usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0bd816f0 wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x122f15ac wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x1db94793 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x1e7f5162 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x6f30eec1 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x735dec39 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x7931cedf rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xb265c0ef wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xd3c8c8a9 __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x00e0cead __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0103250a wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0618584b wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x36cdcf18 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x476dbf5e wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x6a85f11f wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7161d58f wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x952d6b04 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xa14b4e40 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xa296e3e2 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xaeb505f3 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xbc287153 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc71cda5d wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xcbe1e9e8 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x4ecd97a7 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x97e840aa i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xa7d75cac i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x0129275c umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x28b2a3d8 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x3b0d62fa umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x4cd0fa28 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xb081776e __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc3a94e9f umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xe08058f3 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xfd715be1 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x015563a7 uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8d0cbc uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0fc02440 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1b2af727 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2065309a uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2c956448 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3eeaf18f uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x40e721cf __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x43b35c93 uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d4e303c uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4e04e88a uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x578550fa uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x59cbd07c uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6ba7ec21 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x714b95c5 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x71789193 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x75307449 uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x79f69f7c uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7be81da7 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x80c09116 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8141119f uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x816b9e92 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8bc1f92b uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8c29e164 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8e63f8da uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa4a3e5e7 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xaa5ecb71 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xabd50b42 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac97316b uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb2abc7dd uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc6f1b216 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc93c21cb uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd349c925 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdc2fae26 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe494a1b7 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe5028166 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf1b8305e uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf642fbc7 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf6be05a6 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfeeb0054 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/whci 0x7eaa7886 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x10ae06b1 vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x41329ba0 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x59401d7e vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9a259ecd vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb8908589 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfa9f3cd6 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x178ba94f vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2d812a58 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x31a8bff4 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x376bd2c0 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3989f0f2 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3d4d68ce vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x410c14a7 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x46a060e3 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x47276048 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6d1bca28 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6dd6c394 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x735b150d vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7fbce3e3 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x80c5419d vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8c158f04 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x92bbdbb1 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x94e115af vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9a6da2c3 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0f81e37 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb335af83 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb9b51b06 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc3ebcf91 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcdc49cb8 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd77c9ddf vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdb51ddc9 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe00f46ff vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe0a20acf vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe7ab3ad4 vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xede85e7a vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfacd8279 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x22324b6e ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x544c9983 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5fc228e2 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6c7a9425 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xd88e371e ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe49115fe ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe8425ce4 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x30679903 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x32056bf0 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x6591c5bd auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x6ada00e0 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x75a9d502 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x786440e4 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xad66d123 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xb2dfddda auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xbd7fd285 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xcb2a59ad auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x31160a11 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x1dfe6822 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xb9a18a52 sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x08e6078a w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x10e74768 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x32a335ab w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3fddb369 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x98e7881a w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xca229f56 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd23e5146 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0xdb1263e5 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe8a80ee9 w1_reset_select_slave +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xb8eadd40 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdbe67e2c dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xf1bfcaca dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0f6704b3 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x11decc5b locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x360b9918 locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3e37f5ea lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x756e788f nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc895d57d nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xee3c7848 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf98ced4e nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfd936a51 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x021837f8 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x06deafd6 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x077696e5 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c9191f2 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d38ae1c nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d3a1d37 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x108bd055 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14b808cc nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18dd8423 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b706345 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e2d3e91 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e5f69f6 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25ece8bc nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26e7614b nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31a222e9 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3306f4f7 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x334a098a nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x361f73ce nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36476323 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38a06860 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x399ffa38 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3bf8bda6 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3cd67b00 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3de39222 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e650b1b nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2dca55 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41a87267 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x455107f5 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46ed10d3 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47df6e64 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48d79f66 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b22ff4c nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ce035fa nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50e8dd36 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53fe0dac nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5488e067 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55aab61b nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55e1676f nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5adc1329 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e9f3024 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f7258d5 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6076bc15 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61fe1640 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6527b2ef nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x669a0b30 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x679fe67d nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70987a07 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72ddb221 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73da2adc nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x749a6375 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x752ddbd2 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75cea739 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x766bbb1a nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77118777 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7712317f nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a2eeb5e nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7bbeeba6 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ed426b6 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x833b739a nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84c1c36d nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86e7ebd1 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8853fc06 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89fe48f0 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d5f95a5 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d806017 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e8a31d7 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91280f96 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x915a2e3c nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92fb0399 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x93069a54 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9764210b nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x977a14c9 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9824091f nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9825090d nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x988115cf nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9aa938bb nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1e1f702 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4f74272 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa03d45b nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae939ae0 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1cc8efc nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1ef286a nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb281e6dc nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb498a3bf nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb61c699c nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9f57a66 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbae97374 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbca8bf5d nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe4f8625 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe91aeb2 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf43ad0a nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7cbe49a nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca4f3370 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca76404d nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc8a1999 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd47b1d1 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf9354f7 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3293dae nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd415073c nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd45fe623 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4bc171e nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5366b60 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd63b68b5 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd804549a nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd96b9e9a nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9c722c4 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb8c893d nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd4f9614 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde3d2acf nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1678753 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2305bd0 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe76d379e alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xece60f3f nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed1acd75 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee2502f6 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeedf9606 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8a5af0a nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf902cbc1 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9ca9fa6 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbe7ee84 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc676142 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0058fdf2 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x015af872 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06c36816 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0942a79d pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0bbb36fa pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0e2e42d2 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x15655d1f pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x163f9089 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2a1af49d pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b436731 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3878b86a pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3dfe6fe3 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x415cf0a2 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x471de0a9 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4a5e85b8 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4ff32584 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5b812f3a pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5eaf421d nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ff74fdb nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6af79be2 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x71893d17 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd2e6aa pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x84d4bd6e pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x85bffd60 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x892066f9 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x92dbc42d nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96f77f7a nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9be73502 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5b703d2 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb5a89ce9 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb5cebb46 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbb6c1ecf nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc5cf6320 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc633d066 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcb86eac2 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce1a8c81 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6682503 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6b767dc pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9ffd8bf nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd2730f7 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe9f3b38c nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeca0438d nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf22772ef nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf775d2b0 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x64237bb0 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xa4e35c99 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x001fa022 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a28a9e o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x3e75c621 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x60d793c8 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x70447bb6 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x7770475f 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 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfca3c64 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xcc4bee37 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +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/dlm/ocfs2_dlm 0x07d01594 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x0daadbc4 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x2a906291 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x3f57f83e dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd83a8c42 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd951a4ec dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x517f9d9f ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x87bf71cd ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xdf450ebf ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL kernel/torture 0x13eedd39 torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xb908b175 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xd98beb34 _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x6d21c36f notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xc714c33c notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xfdfcb8cb raid6_call +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x04e28351 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x116f54dc garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x3f122858 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x7fb65a65 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xa6014456 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xc5d7f73b garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x05519214 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x1886bb6d mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x7216bf37 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x9a133807 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xb93caef8 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xdec7d625 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x2d1883fa stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x7619e9c9 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x8090e4ed p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xd1706d8f 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 0x4daece8e 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 0x403325cd bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0d39d1fc br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xdda3f844 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0a7ded26 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0bed2a36 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0c53457a dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0d0a5f2b dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1332a82c inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x14cf0c21 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1e66266d dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x208a0fe6 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x23c99429 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2cd66a7c dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2d277851 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x30fbafa1 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x444d715e dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4975bbfb dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x50c6344b dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f8a0389 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x63d8f999 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7c4a6ddc dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7cd25be5 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x84aa4607 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x87b5db0e dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8e416dfa dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x91615b1a compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x98ff356d dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9a01db90 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xab99e1d1 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb84c1c95 compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbab9764d dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc0b7b890 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcd71c3ff dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd1895fbb dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xde08239c dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdfc79839 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe8060b00 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe8b3b656 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0xefe70afc dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x15ff7669 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3bd4d547 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4d62ab58 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x93fd0d8c dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xcaf4d90e dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xefabf497 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1509678c unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb1b3024a register_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x6a812186 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xb56fef75 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x2942f1a6 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x8f6e33ac ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xac5e0cc0 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xad66b9ef ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd58dfa29 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ipv4/gre 0x6644bd7d gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x671efa0e gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/gre 0x96d6f647 gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/gre 0x989e660b gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0xa423418f gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x33a29a0d inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3e66ff0b inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x452ea070 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x742a5d48 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x9d06bec3 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc0386b67 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x005c3c75 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x372bfcd3 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x46c3f782 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4e7bbf24 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x535d64e6 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x58c33784 ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5b4da77b ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xad82e052 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb156af2c ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb4c15f2d ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd38d1fd0 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd3cd5c0e ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xef8b8735 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x0fc1f69e arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x9d7369ad ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0xd5c59c8a nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0xf38f35a2 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0x87f0cdd3 nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x2c674fde tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x6ba41d6c tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7d48ed86 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xcac6fec2 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xce4d5394 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x524b3a13 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x73113fc1 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x8677871d ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xd30d7ba1 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf0612fd7 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xfd6bea43 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0xeb623e0a nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0xd173fb3a nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0x94b5a393 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x01fe92f7 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0d35edd6 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1f8b2149 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2ea78316 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x33d527e6 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3c1092ac l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x45d341cb l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x67c7e14f l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x78dd83c6 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x84af45be l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa1a18479 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa9bdebb5 l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xab670811 __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xce7d9487 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe2903b30 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfe123fb7 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xa51344b3 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0709f0ed ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x167a78ae ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1a1b7760 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x26a55a7c ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x50f9f820 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x586fa7ca ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6d85729d ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8f9b59d4 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x90160903 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xac69c3e6 ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcc3cff02 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd299e610 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe9aa5b57 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf64239b9 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x079f0aab ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x07a7af2b ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1e6a5966 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2101420f ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x247ba17e ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x24997a97 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x70370d96 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 0x840be688 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2e96778 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa41721c4 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xab21ae04 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcea6fb0e ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdb7c6b59 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xeac8a003 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xed1bd487 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x0f70c320 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x192fc047 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x4303ee49 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd14a8581 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x014b6029 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x026f4174 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x055a436d nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x07f6976d nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ccb963b nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x11296911 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x16268b41 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x16b85dd1 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1aa8038f nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1be24f23 nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e134cdc nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ebe51ab nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f2ea1c7 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x23b1dffb nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x24cef3ae nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x29461327 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2e3ff037 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x305923f6 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x305eb1cd nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x30854518 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x381299b6 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x392a8a7f nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3a0b325a nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x41925052 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x43c8979d __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x456e43b5 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x489145d7 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4bb0092b nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4cf2640e nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5048847c nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54b48c49 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54ff6629 seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5a00e500 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5c1c1a99 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65def49a nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6752ea0f nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6783cc50 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b0f4279 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c22eba7 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6f807423 nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b93bff8 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x83628e42 nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85c687ce nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x887b01a9 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a66c4fc nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d2f4695 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x933de4f3 nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9606d2a1 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9701f92f nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x985fc693 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c64c688 nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa1b84a8d nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa1f2727e nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa4d4c0fa __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa55c31f0 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab6323f0 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac1c8465 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xae2fc7c7 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb7036779 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb79df60e nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8198b0c nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbd047951 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbdebc88e nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe93c933 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbf66b748 nf_connlabel_match +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 0xc4f5beae nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc82f6190 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd4f7c69 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf294054 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd58e73d2 nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdddc2038 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe1a8e96c nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe919366b __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6c3dc2c nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfb367198 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe0679d0 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff40b965 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xbd0ca3ff nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x6a2d2e53 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x51f3cfcd nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x28adfe3c nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3133a117 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x32d78c39 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x34e30251 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4f53cb1c nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x6426e1ab nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x6fdf715a nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7d9e5acd set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcc43ce47 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcf2f4690 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x31b38cbc nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x20d1aed0 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x6e4242a9 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xb30ce0f5 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xc7aef280 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x49352009 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xc6277978 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x29eacd75 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x79e29892 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8154c1ac ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x93f8e812 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9862ba78 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xef2f84b4 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xfccd3e76 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x34099118 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xbe00223a nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d1422b4 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x273fded4 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3ac4c9ce nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5013b0f3 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5dd5aaff __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8cb4a889 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9a045aa0 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc13695eb nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe36433df nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3445ef00 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x4c328213 synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5f339439 synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0e02d74e nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1236f03a nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x15612c4d nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x34105804 nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x50e0e8b0 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x59bf065e nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x775757cc nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9d64a4a3 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcdd2186b nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xce7002c1 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdb5baf64 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf0f57176 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfbf10c05 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3368efc3 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x42276908 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x638c2698 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x7a410740 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb7b996f3 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd40c8798 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd5842e39 nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xaeb8dc1c nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbad945cd nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0xd3341c9e nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x17cb8a36 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x3437dbce nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x360044d3 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xa57fab34 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xc74f99c0 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xc7adab0d nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x6bf4e949 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xf4de9709 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0457edfb xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x161d1417 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x197fd12f xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1eb91b54 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x298a9648 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x30b46016 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x35e6fc9b xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3d5f268a xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x56ead191 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f82f1f7 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6862bdc2 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x68cc3ae6 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x691a6d69 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x701e2372 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x71594bc5 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x782048d4 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7838e770 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x895805cd xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8d8dae88 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd29b6fb2 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0b4971b xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe3c1c230 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xeb9ab045 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec24fd82 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x00204983 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x482b6a12 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x6ae5a7a5 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x76568ac0 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xbcf883b7 nci_spi_read +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x024e33db rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3a8af01a rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x4894734d rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x5a4da8a0 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x67564ae5 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x6ac3863a rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x6dbe3b69 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x74539142 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x7bc62829 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x7f8447e3 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x82b5183c rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x85ba241a rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x95ca957d rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x9f479db3 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x9fe0f599 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xabd8812e rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xb21c97e1 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xb27cac4b rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xd3cf8b05 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0xd8a8e97b rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xdd2f2970 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xe0c9fff1 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xf43ef0aa rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xf544000f rds_message_put +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xe22ee8de rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0xe9d52ffb rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x6e59cd5b gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x73827830 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xccd01deb gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01f32483 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x024c1849 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x036cb14c svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +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 0x08a67fa6 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a700376 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b1bb2d5 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f08a4e4 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f48ad9b rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13366655 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x139a54d0 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1661ac0f rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16727b80 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16c40d96 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17e5726e sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b31e03f rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c505a07 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fd25d8d xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x206374ff rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20e514b7 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2276c7fc rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x229a5189 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x250a13e5 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25532f9f cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26116659 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27473b73 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27865328 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27e6904a cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28152a90 xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28f03dc9 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x292062cd svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x293cb3bb __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bfb0478 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cfe76ac svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d28c70b rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d4f6635 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2dcaf33a xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f2c3167 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32899664 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x349c7f9f svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x352eeac7 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37332c33 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a40aa70 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3aec94ab rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b276ed9 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3bdc36c9 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x408327d7 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40febca8 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x425ea063 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4300ba31 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4411b17c rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45105abc svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x457e5bbe xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47c1cf6e rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4998efe7 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b86075b rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bf78d73 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c47b646 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d27d2d2 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4da1136e xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4df1697b rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4df572d9 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4eae7198 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50dfecfa xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x539d3eba svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54ded1b3 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x550273ae rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5851300a rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a6ea2b9 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c098061 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d893f02 svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6032ca25 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61f0a4a5 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61fda46e rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6544de2a _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6760ce6c xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68852ff2 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x698cb0c6 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69c208bd xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bfc6c35 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f20d89c rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fca3482 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7019652b svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72d9ff43 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x748bf780 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74c56629 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7708ced9 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79c3b581 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79ed82d3 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a91a031 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ac958cd xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b33bb6c sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b51a177 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d90c14a rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e1aefee xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f71eb80 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x828c51ca xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x837c045a write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83db9b9d rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84172fda rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x848d8b4b rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85307c56 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86a55cb1 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89a27c10 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ad5e096 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c8e3835 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8cb7d64a rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8dee80cd rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e01ad72 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91606f49 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x934037c8 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9568bcbc rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x965b2ecc auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97b4b9b2 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b29dc3f xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b2ac7f2 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e007ec9 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ed7725f svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0213b93 rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0d3a939 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa19025e0 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3ce72c9 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3f94a07 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4053f48 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa61ba86e cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa69d9754 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa598dc6 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac26db6e rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae386834 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf3b5da8 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf7af80f rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf7c4791 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb367bf49 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb436f6bd rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4b482f0 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6be4e61 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9561e80 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb98225b0 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbae2b0cf svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb5cf48b svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc1fbd6d rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc80ea2b svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbca1981f sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd6251c9 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf77ca23 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0579f20 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1459849 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2bd87a3 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc44ebb41 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4ab8559 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4dad42a rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc523b6ac xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6c9bdea svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb6c0a7c rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcecf51e9 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd44c2a19 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4d4018c rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd56c11a6 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5f7e74b rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd732dcdb auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd764525c xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7fc65d0 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9d1ca14 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9f94d3c rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb2521e4 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb9965da xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc85bfbe xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd9135ce rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3a0473d rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe59e9cf6 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe68fa2f7 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebab427a xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec0b8b7d xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecdea743 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecf83e71 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed01fe9a rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee8a8aba rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf085b07e rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1a97170 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2965e43 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2a2b3ce xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf46ba0a2 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf47382d8 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf57680ac rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf58d36ae rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf67f4a93 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7a4c109 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe0edb3e rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe2cfc2a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x01490c2c vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x06e67b9d vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c11f12d vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3373dd56 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4740a121 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59d943c8 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x670f9499 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6df04906 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x970b77bc vsock_pending_work +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9fe4fa7a vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc219c1bd vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcf6eefc6 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe678b107 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf64b244e __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf78ad786 __vsock_core_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x31513f9d wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x35c1c70c wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x3cc20af5 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x3f412ecb wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x4fcb6627 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x71f92fa4 wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x74d998fd wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x9668d5e2 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa1033e5a wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xbc30363d wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xcac8577c wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xd3f0643a wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe26e99d3 wimax_msg_len +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2ccc9a70 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x300c9be2 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x31d111a4 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3201274d cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x35a3d62a cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x521066ee cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5f28f15b cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6e39097b cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbcb52149 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbcf6c613 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbf80b1d7 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf2606806 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf5fe6bf2 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x19d0ee62 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x4ae75256 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x5228512e ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x624a785b ipcomp_init_state +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x3c036a2c aoa_snd_ctl_add +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x4ed85147 ftr_gpio_methods +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x64d742c5 aoa_codec_unregister +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x70b1bc73 aoa_snd_device_new +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x736c60a0 aoa_get_card +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x8a8d690b aoa_codec_register +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0x9a6bf57a aoa_fabric_unregister +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0xc2e07c0c aoa_fabric_unlink_codec +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0xcf4e652f pmf_gpio_methods +EXPORT_SYMBOL_GPL sound/aoa/core/snd-aoa 0xf818e649 aoa_fabric_register +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x133a703d soundbus_unregister_driver +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x1f8ebb85 soundbus_add_one +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x39636ea2 soundbus_register_driver +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x4a5e4e01 soundbus_remove_one +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x6f8aaeb7 soundbus_dev_put +EXPORT_SYMBOL_GPL sound/aoa/soundbus/snd-aoa-soundbus 0x8b6ccfe0 soundbus_dev_get +EXPORT_SYMBOL_GPL sound/core/snd 0x088ee874 snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd 0x55ccd806 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x9648310d snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0xa09eeb2f snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xccc8fa90 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x4637ea36 snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x5bf77681 snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x67f8e278 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 0x4d947afd snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x81769145 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x18242bff snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x34da3eb6 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x37efc3c8 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa4d1082d snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xabe8b50f snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb1991dc9 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc03fb8c9 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd513c6fe snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xdc4026a9 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe887fc28 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe9312fc2 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x12b7eee6 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x3c05ecf7 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xa0c65b66 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb615a96a snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc7534659 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd222aa84 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x009c026f snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x028fd95e snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04c37eff snd_hda_get_conn_list +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 0x083d704e snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0a7e868c snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0afd1d4a snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0dbc7c02 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0ddec395 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x103d3b9b snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x192df831 snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1951a7a1 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ac9fa58 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d9e6766 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1de932d3 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f0cf5ba snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20768ad8 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x208cb834 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x209d1cfd snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21fb80a9 snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2289ae12 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24f03c19 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2611674c snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x27b9872d snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28248a1a snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29c35f5b snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2adeab13 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c00063e snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d8a7362 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x301378e6 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x30bf0d0e query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x35aa8bd6 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38b8294a snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3c12d9c2 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3dd8766e snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f6edd01 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41099434 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42cf32f2 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x458e46e0 snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45aba418 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a38f322 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b3ed56e snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4c8643c4 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f0a3f87 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x556aeb7f snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55890669 snd_hda_jack_detect_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55f91545 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56de46e6 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5722c586 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58bc7fc3 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5968bf02 snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e927bdd snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5fb52468 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6191a71c snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x621ec1de snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6292cc06 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6421ca78 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x66b8f3d7 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6741b8c8 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x680de967 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x69421433 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a7e188c snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b1dcbc8 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cf2af09 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6db9789c snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f066fcd snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f53267d snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6feedc49 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x717e4be2 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x71a5fc4b snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7276db89 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x77b44322 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7996fbe3 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b437a12 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b7f21a4 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b908484 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7cf07242 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e5dc05f is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82d9ce9c snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83552246 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83db939d snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84a887cd snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85a9d81a snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x909688ea snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9402c4f2 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98a00b1e snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9964ba61 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ae24f32 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ca5c671 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9df3f2b9 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e86c042 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e9458ed snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1284230 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa290cb19 snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5cab222 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa60f8265 snd_hda_register_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa63065b2 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa64f72f0 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa68fb10a snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xab13e14b snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3912a1e snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb590361b snd_hda_codec_flush_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb5d85dbe snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb6cfebfb snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb70edbf8 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7549296 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb78ef685 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1214c54 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1367ec3 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3fec67b snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc444f02d snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5999ea0 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc816556b snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9ff6773 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xccd456f1 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcda8cd22 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcdeeef15 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5bd1565 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe265ef71 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe351cd27 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe8725e6e snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe978d599 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec11ce66 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed0fb045 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xedbdb74f snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef1b960a snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf11f5366 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2f84a0c snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf50f6df9 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf54943f5 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf97319e1 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9c4a07f snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd3fdc75 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x14604440 snd_hda_parse_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x206d4c30 snd_hda_parse_generic_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2bad00ab snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3c8047d9 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3e3d7ecd snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4fb7c387 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x64e9c0ad snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x74f3a35a 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 0x7b30823e snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8f567669 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9d5b8469 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa5ce04bf snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb750e1bb snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb83e536a snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbdca9b9a snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc16de268 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe63fa774 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xeb91c4f7 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf2cd6d8b snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf82308e8 snd_hda_get_nid_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-hdmi 0xd0698abc snd_hda_parse_hdmi_codec +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x1048fc0b azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38c4f89d azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x46845787 azx_stream_stop +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x53312914 azx_enter_link_reset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x7e94df96 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0x8da2c56e azx_free_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xaff17ad0 azx_codec_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xb4074e03 azx_mixer_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xb733e5e8 azx_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xee6a7dd7 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-controller 0xf25c8185 azx_init_stream +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x5be5d12b atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0x89502bd1 atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xe1eb24a4 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x45e381f9 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7627efb9 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xee1a0c6a cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x02fc49e8 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x6c0615e3 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xc04c7353 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xe89cf114 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x2129ff1d _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x07924bee tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x35b72bdc tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x750ea7a0 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x60be495d wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/snd-soc-core 0x00331e01 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x033ebd22 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03aee3e4 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03d75794 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0583703e snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x06109a4a snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x068ab131 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x07aee533 snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a37a1fc snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e0db2b6 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10d8d425 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12160d81 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12c8bb9f snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14534473 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x145e07bd snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x170981c9 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17d75b9c snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a22ce7e snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a8ba6fb snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b0c6144 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1bd9a5a7 snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c0777ca snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ef865e1 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f51e466 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x208cccc6 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21fa344d snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24acb4d6 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26be53ae snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b510f07 snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2bcddd9f snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ce49e5a snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f6a2d02 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3232b3f9 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x340aa5b2 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3433d370 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x35fe0014 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36733498 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ae6918f snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ee000a6 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41cc754e snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45b95d7c snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4653abaa snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47f29961 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48499f2b snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c6ff1eb snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51d8c90d snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5343581e snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53b49033 devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x542d6fd0 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x563e7c0a snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58155bf0 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59bdaddb snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a36b7d1 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ba7efaf snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5cdbddd7 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e1ef9d3 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ea3ce50 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ebc7392 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60593c6d devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61e6f46a snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x664f72cd snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6750384d snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d07d329 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e39437e snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7037f2b8 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x707e1813 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x728a2c2b snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x760dd941 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x788015b7 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79253f9a snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79354cbc snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7afc4cba snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7cc45af1 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d565a1b snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7fff288b snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x832fa9b0 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8528c64f snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x883888a9 snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8903a324 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8979137e snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ff2498a dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97824762 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x980ed73f snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x990b4e7c snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99c03142 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9cb5a959 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9cee1e77 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9dd114ac snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9fafffc3 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa16b1089 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2851aca snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa8514f0f snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa8f58917 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae59260a snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0acfb4c snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1a08c85 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1a6147d snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2f45659 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb4f415bb snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6366e63 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb68130c4 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb982e37e snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe94e986 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc07330f7 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1f97ed0 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc463fe4d snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc46942d0 snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4c04162 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc71812d0 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc776f2ae snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc867c32b snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd661f55 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce14175a snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf6f210b snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfd4e159 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0078b33 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd031a22d snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd21c4a5d snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3e00c09 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd54a7580 dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd96b8a6f snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd9a87ab2 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdaeafcf7 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb9345fa snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdca0ccae snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde8601d4 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe01fd845 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0b68fdb snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0c158c7 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3d6b661 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4972a28 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4b71052 snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4d68d69 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe74d5372 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xed6728ee snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf068009d snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0a4e853 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf34ef8c9 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3877aa9 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8b8f7ab snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa7e0f96 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc0006e5 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfecc435c snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfef04541 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff44ade4 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL vmlinux 0x004e34ab early_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x006bc072 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0070ef14 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x00748d2f ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x007c7481 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x008146dd xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x008c7844 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x008ede8e free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00a87881 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x00c170cc posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x012c4797 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x013a740e rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x01404e57 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x0151ab52 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x015ca57c virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x018041f6 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x01a59424 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x01b40349 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x01db645b flush_fp_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01fd6814 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x0210aed5 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x021914cc tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x021b1013 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x021bf355 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x021ebfda btree_update +EXPORT_SYMBOL_GPL vmlinux 0x0232043a tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x023ce9af put_device +EXPORT_SYMBOL_GPL vmlinux 0x0255616b inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x026211e2 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x027e07f6 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x0289da2c da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x02b68256 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x02d77aeb fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x02e542ed pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x02e6f2a0 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x02f06b2f tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x030b1894 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x0334ec6f jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x036503c5 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x038b12d5 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x03a5cb78 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x040405fc regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x04517929 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04771344 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x047b0785 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04b5549c __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04d3b789 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04e0013d devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x04f2d9cc ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x0517d385 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x051e0077 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x051e5dd4 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x0533a04c raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x053494cb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x053db212 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x054c86b8 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05715f12 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x05745d0b ping_close +EXPORT_SYMBOL_GPL vmlinux 0x05805373 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x059adf3e pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x05d86ed3 sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0x05db4c46 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x05e210ae ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x0611d0e6 cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x061c8d28 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x061dee59 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x062216ab tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x067a8e0c ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x06af7cf2 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x06bf24a6 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x06f60517 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x071c707f perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x0721f1da inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x072edd79 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x07601817 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x07829937 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x0792958f fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x07a10c4d phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b74479 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x07d3b5cf cbe_spu_info +EXPORT_SYMBOL_GPL vmlinux 0x082e8dda rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x0888c1c9 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x088bfa7e cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x08a8c50a power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x08bbd35c mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x08bc041a pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08c2a2f1 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x08e50403 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x08ff6363 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x090c6309 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x091c824a machine_power_off +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0921dfa8 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x092bcb45 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x09376b10 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x093acec8 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x094bd727 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x095a9d02 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x09660691 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x09970bbe md_stop +EXPORT_SYMBOL_GPL vmlinux 0x09a6b0b1 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x09c151c3 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x09cc2b95 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x09d54177 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x09e0c3b7 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x09e8664b class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x09efcc9d usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x0a390ad1 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x0a42fbe8 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x0a51ae5b virq_to_hw +EXPORT_SYMBOL_GPL vmlinux 0x0a7955ed pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0aa7202f regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x0ab46d70 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x0b04e70b tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0d4e36 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x0b5622c2 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x0b8fefe7 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x0ba2f455 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c3f1625 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x0c4e19d3 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0c7314e8 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x0c87b5df regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x0c91a811 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0ca13623 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x0cc09f13 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0ce3ee5a mmu_kernel_ssize +EXPORT_SYMBOL_GPL vmlinux 0x0d343972 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x0d55c504 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x0d61a8b7 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x0da28415 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x0dadc93f pmac_i2c_get_controller +EXPORT_SYMBOL_GPL vmlinux 0x0dbd7a6b shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de06988 cpu_first_thread_of_core +EXPORT_SYMBOL_GPL vmlinux 0x0e100d7f dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x0e16b9b1 pmac_i2c_adapter_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x0e31be35 __netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x0e5bb67e bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x0e6045a3 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x0e60d92f scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x0e7ec1b8 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x0e8d8385 pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x0e968a8f sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x0ecf823a static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0f00963d crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0f111f4d register_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0x0f230d6a usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x0f6cc301 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0facc159 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x0fb0ad92 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x0fc8ec03 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x0ff5dee6 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x100afcbe rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x100f8ba0 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1022969e pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x10739057 pmf_find_function +EXPORT_SYMBOL_GPL vmlinux 0x107d0f09 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x10a2d771 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x10ad1a7d usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x10d1af44 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x10d2f418 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x1114011d threads_shift +EXPORT_SYMBOL_GPL vmlinux 0x112bd03f ps3_vuart_port_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x112c6fb8 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x1174eb60 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x117c7305 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x117e4f1a rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x11813e86 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x1181b9d5 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x1194abee ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x11af121b eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x11d4e38c devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x11fe4e30 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x122d9358 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x12585f4b find_module +EXPORT_SYMBOL_GPL vmlinux 0x1259c492 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x1278127d of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x12b166a1 smu_get_ofdev +EXPORT_SYMBOL_GPL vmlinux 0x12e641cc dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x12f0d89f spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x12fbbe7f dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1333d8b3 ps3av_video_mode2res +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x136a4ee6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x13a78bed do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13e4a22b fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x13e5ea13 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x13fd7ef2 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x13ffa41f blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x13ffac3a wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x14052a28 split_page +EXPORT_SYMBOL_GPL vmlinux 0x140a35c8 pmac_i2c_find_bus +EXPORT_SYMBOL_GPL vmlinux 0x1418d14e rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x142fd6ef cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x1433cbc4 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x145cd021 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x145f8656 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x1485c559 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x14aa87c5 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x14b6d7ed restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x14fbc625 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x14fed73e clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x1511a597 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x157734ce bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x158206ab regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x1582ed1a iommu_release_ownership +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x158ec70c devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x15b8b44d opal_async_wait_response +EXPORT_SYMBOL_GPL vmlinux 0x15c04ece debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x15c21e5e nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x15c9d636 copro_flush_all_slbs +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x16025bb1 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x161c9ebc wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x162171ca da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x167b11ac usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x1682b091 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0x16929742 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x16b83799 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x16dbb92f usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x16ed5061 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x1709511a pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x172da23d inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x17748a86 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0x1776086b vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x178f6b73 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x17d02165 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x17da852e request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x17ec735b ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x17ed94a5 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x17fe6a43 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x1827ac0c default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x1829b9ed hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x1830ef88 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x1841c370 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x18469448 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x1848d7d7 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18570516 pmac_i2c_xfer +EXPORT_SYMBOL_GPL vmlinux 0x185d1006 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x189944fe add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x189f874d powernv_get_random_long +EXPORT_SYMBOL_GPL vmlinux 0x18b70646 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x18b89afb debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x18c1c3a6 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x18df5538 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x18ec6e6b da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x18fc287a sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x19050186 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x1957d08c regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x19672f7d edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b10841 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x19b31344 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19d61b5a gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x19e38cae tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x1a0664af usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a0926e2 ps3_system_bus_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1a1074ac regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a39a0a7 regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x1a448d0a udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1a467b5c debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x1a71a8c4 __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x1a7e5514 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x1a7fe9c7 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x1a8c5907 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1aabae5a pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x1ac717e3 ps3_os_area_get_rtc_diff +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1b0e605f arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x1b26011e pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x1b2f1297 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x1b31aad1 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x1b33e5b3 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x1b4360bc rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x1b469433 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x1b499757 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x1b9664d1 __destroy_context +EXPORT_SYMBOL_GPL vmlinux 0x1b98be00 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1bbacb78 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x1bfb9cb8 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x1c109972 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x1c32eeec extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c4f87a1 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c566465 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c67f56b __percpu_ida_init +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 0x1c8887ec pcibios_finish_adding_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x1c8ffc6f aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1c931076 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x1cc537c3 __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0x1cdb2147 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x1ceb520a raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x1cf82066 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x1cf86e21 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1d0114db handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x1d164ee2 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x1d1deaa9 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x1d231aac sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x1d2f1922 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d5d87f5 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x1d74b43f __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d80f8ca reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x1db324d6 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x1db652e9 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x1db75226 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x1dbfead3 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x1dc36926 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x1dfbcf4c mpic_msgr_disable +EXPORT_SYMBOL_GPL vmlinux 0x1e000879 hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e01a850 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x1e1c16d8 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x1e249f15 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x1e2f5f86 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x1e3f0a9f fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x1e4d381f sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e6125ae dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e88ac63 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec6ea9d component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x1edc21cb hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1f1988f7 hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x1f245858 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x1f3f1e52 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x1f44729d iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x1f537aef swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x1f725d75 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x1f75dc7c serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x1f7f8bbb usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f92cbfd __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f9f9c24 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x1fa5e68f i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x1fb2e1ca user_update +EXPORT_SYMBOL_GPL vmlinux 0x1fb615d4 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x1fc39922 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fe18039 device_reset +EXPORT_SYMBOL_GPL vmlinux 0x1fe970cb ps3_io_irq_setup +EXPORT_SYMBOL_GPL vmlinux 0x20129712 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x20282033 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x203248f9 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x203ea916 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x2045b6ef mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x206c97e9 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x209bc4d0 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20bc67d4 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x20d31bd3 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x20d73054 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x20fa9fbf blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x211850f5 htab_hash_mask +EXPORT_SYMBOL_GPL vmlinux 0x211b315e wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2136c480 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x213e635e usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x216dcc1c cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x21837873 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x2199ff06 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x21a47394 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21ee8f4d rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x21fd8bf3 component_master_add +EXPORT_SYMBOL_GPL vmlinux 0x21fe9fca dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22c656ba get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x22d38f19 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x22ebfbee pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x234bf79c ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x235ab4b3 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x238a09b5 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x238b27da virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x23a5c272 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x23b04f12 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x23ccec9f usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x23cfdcf9 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x23e18a30 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x23f3b755 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x23faa7a2 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x23fc9fc3 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x24011e14 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24431503 pmac_low_i2c_lock +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2445e12e ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x244bc084 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x246825af crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x246951bb powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x247c46ca regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x247f774e device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x24911f84 __module_address +EXPORT_SYMBOL_GPL vmlinux 0x249a06b2 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24d238b7 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x24da5c2f usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x24e45b60 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x24e4c6dd sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24f9b10f virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x251cc747 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x253a90f6 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x253fc383 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x254429c3 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x2545d666 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x2563d5ae fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x25670fcc ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x25709f52 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x25a917d9 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x25c489a5 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0x25ebb83b rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x2601c746 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x26482daf regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26c950d1 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x26d51b32 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x26dcaa66 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x26ddd879 sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0x26f6a2f1 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x271cef03 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x271e9729 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x272a2f49 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x273d608c ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x27689bc0 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x278400b2 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x27a68163 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x27a87b09 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x27c0c4be eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27d07c1d ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0x27ea152d i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2808fca9 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x28689c59 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x287f96e6 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28c40185 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x28d044e6 eeh_add_sysfs_files +EXPORT_SYMBOL_GPL vmlinux 0x28f369ce tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x2912e586 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x292c646a sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x29762698 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x298a59cd dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x29b50fd9 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x29f99d83 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x2a0841e2 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x2a34dc04 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a74922c usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x2a85b2f2 dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x2a916838 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x2a95ed42 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x2ace7d9c srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ace9974 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ad5220f udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2ada56db pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x2b06c99d eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x2b229300 irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x2b3ae5a6 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x2b4c578d devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2b5c303b smp_send_reschedule +EXPORT_SYMBOL_GPL vmlinux 0x2b60e9d9 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x2b8fc6e2 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x2b975351 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x2b999f24 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x2b9c4445 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x2bab8f7b usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x2bd812ed register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2bf3e067 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x2c113fbe sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c21605e bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x2c660524 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x2c7036c9 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2ca35290 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x2cab70f9 spu_get_profile_private_kref +EXPORT_SYMBOL_GPL vmlinux 0x2cc3e675 pmac_i2c_close +EXPORT_SYMBOL_GPL vmlinux 0x2cc4b7c7 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x2cd47f8e aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x2cd88f51 kvm_hv_vm_deactivated +EXPORT_SYMBOL_GPL vmlinux 0x2cd8ad3a of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2cf9eac9 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1bd7c8 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x2d2dfaa8 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d4c1017 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d656d3f context_tracking_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2d6626c2 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x2d8ab6dd get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x2dc5a6d1 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2dc85312 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x2dd9ddf3 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0x2df06754 ps3_close_hv_device +EXPORT_SYMBOL_GPL vmlinux 0x2e0059ca dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e20c45c kvm_alloc_rma +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e264028 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e31c40d sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e605913 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec493ff alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x2ec8d61c pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x2ed0c3e7 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x2ede457a component_add +EXPORT_SYMBOL_GPL vmlinux 0x2ef09e43 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x2efeede4 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x2f06e45d spi_async +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f777844 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x2f869f8e sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x2f86e881 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x2f93b036 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x2f9cabb2 of_css +EXPORT_SYMBOL_GPL vmlinux 0x2fc413ec list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x2fcacb61 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x2fd7d462 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2fe0b478 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x2ffb5ff7 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x2ffe3b89 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x3016947a regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x301832fb opal_async_get_token_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x302de715 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x303880e4 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a8be8a platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30ced5cf ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x30e8d3f3 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x311b78c2 ps3_get_spe_id +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31477d7e usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x318a058d napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x31920ba0 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x31bef441 opal_i2c_request +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31ca8263 vtime_common_account_irq_enter +EXPORT_SYMBOL_GPL vmlinux 0x31e4cdf4 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x31f59cfe pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3203372d public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x320dee3c register_spu_syscalls +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x321dcfbf devres_get +EXPORT_SYMBOL_GPL vmlinux 0x324ce79c eeh_dev_check_failure +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x327ff25d usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x328f99f1 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32ba87b7 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x32bded08 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32cafc8b srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x32e64295 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x3309ea64 ps3av_audio_mute +EXPORT_SYMBOL_GPL vmlinux 0x330e5721 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x3310bf11 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x33112d86 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3314ffc9 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x3317c569 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x3329cdfb of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x33398de6 mmu_psize_defs +EXPORT_SYMBOL_GPL vmlinux 0x333df6ec serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x333fb43d swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x33675e7d ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x337786fa usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x33887b09 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x3389a126 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x33ae5472 spu_priv1_ops +EXPORT_SYMBOL_GPL vmlinux 0x33e1cf39 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x34049c52 kvmppc_invalidate_hpte +EXPORT_SYMBOL_GPL vmlinux 0x341e6b58 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x343606f8 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x3465fce6 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x34683259 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x34762e40 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x3481d0d0 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3485667b yield_to +EXPORT_SYMBOL_GPL vmlinux 0x348593b0 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x3488b108 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x34a0dae2 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x34af0adf opal_ipmi_send +EXPORT_SYMBOL_GPL vmlinux 0x34ba47aa wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x34d56a97 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x350ae04b tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x351d4c27 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0x35202f10 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x3534683b ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x35387921 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x354236ea mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x354b51ff usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x354bc296 isa_bridge_pcidev +EXPORT_SYMBOL_GPL vmlinux 0x35573976 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x355bf992 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x356fbcff pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35995819 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x35eeaa88 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x35f20e28 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x35fcc655 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x36085b8d led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x36135f5d of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x3614c49a debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x361a0186 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x364875c8 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x3669749f debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x366f90a7 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x368f1fea static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a58167 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x36b00ebe scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36c89f59 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x36de7162 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x36e5f5c8 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x36f63718 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x36f84131 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3703562c sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x3706ef99 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x3772e18d extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x377f466c virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x379ac937 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x37a6d340 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x37beef09 srp_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x37df234f device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x37e4d932 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x37f6aed6 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x3802f1dd pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x380e8dd4 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x3819a3ac da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x382db7a6 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x385a23c3 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x3861fb0d hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38731353 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x389b055d ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x38a06dbc __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x38a32f69 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x38a4d5ed fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x38ab32e7 pnv_get_supported_cpuidle_states +EXPORT_SYMBOL_GPL vmlinux 0x38f54395 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x3930ce4e wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x39559dac bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x3964e9c4 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x3982bd09 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x3995c6c5 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x39a5d5d7 pmf_do_functions +EXPORT_SYMBOL_GPL vmlinux 0x39b79939 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x39c7fcf6 crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x39e0f804 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x39f61c73 acop_handle_fault +EXPORT_SYMBOL_GPL vmlinux 0x3a0840b5 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x3a0d040a pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a324c35 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x3a38dc65 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x3a3a29e3 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a692ecb trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x3aa1f2bf irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x3aa427b4 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad0e201 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x3ad3b73f pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3af8b37a bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x3af9ee23 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x3afc3952 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x3b00943b usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x3b084500 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x3b1c5afc ps3_vuart_irq_setup +EXPORT_SYMBOL_GPL vmlinux 0x3b341aa6 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x3b354fed mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x3b3d3c40 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x3b9134a8 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x3ba60b02 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x3bc66900 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x3bd3c67d iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x3be4a310 pmf_unregister_irq_client +EXPORT_SYMBOL_GPL vmlinux 0x3be52170 sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x3bed51d4 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x3bffc47b blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x3c0dcb66 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x3c1d1833 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x3c426017 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x3c59197e tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x3c6520ff i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x3c725349 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3c985c5b swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x3ca30d9c extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x3cae730d ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x3cb21a7e __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cecee3c ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x3cf69baf slice_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x3d169c7f tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x3d1f1f09 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dd356d6 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dec107b pmf_call_one +EXPORT_SYMBOL_GPL vmlinux 0x3e162cc0 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x3e2ffbaa generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x3e30e22b spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x3e51c4da device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e7e1922 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x3e7f5b46 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3ea8d5de is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x3eb2c6e8 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x3ef43050 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3efeac38 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x3f3abc57 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x3f4283e9 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x3f5c1003 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x3f631ecb vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x3f6974c8 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x3f880db1 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f92351c ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x3fabc1eb mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3fb14423 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3fbc28af spu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x3fc35799 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0x3fc72d3d __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3fe93626 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x3fef7431 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x400f53df rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x401128c2 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x401b5c25 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x4021240f sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x40303774 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x404335f0 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x4046812f locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x4059594b thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4059a3ef __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406781c4 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40b50de8 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x40c5a6c2 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40ffc172 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x412d4baf dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0x413f94e1 opal_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x414b3f6f skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x41515bbe __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x4160249b of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x41609f96 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41a7daff crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x41c58114 rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x41c93d35 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x4242bd98 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x424495af fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x426eaa0e preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42796b0e ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42898ab3 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x42a2eddf rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x42a6529b tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x42ac9639 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x42f8cf72 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x42f9be9a pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x4304bee2 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x431a9c42 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x431c0e94 system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0x43497eb3 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x437deb8d pmf_do_irq +EXPORT_SYMBOL_GPL vmlinux 0x4381470d spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x4382a251 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x4395898a ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x43997b4f transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x439a5646 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x439f42ea cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43afabf2 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x43b27734 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x43bc5509 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x43bf93d1 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x43cfae7a regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x43edad03 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x43fd123a blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x441a572c regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x4423b463 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x442e51c5 pcibios_remove_pci_devices +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x44544daa blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44876dc0 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x44e78450 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x44ef8b8b get_device +EXPORT_SYMBOL_GPL vmlinux 0x45030487 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x45090913 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x450fb522 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x451ea9ed ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x456111fc of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4591d555 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x45944803 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x459c9b45 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x45a5d53d platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x45b50d69 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45cf9c51 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x460767af kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x46314329 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x463d24ea ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x465cd51d rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4688c96a usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46d9f955 ps3_irq_plug_setup +EXPORT_SYMBOL_GPL vmlinux 0x4701cbcf phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x47023c80 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x47155657 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4721ba07 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4722efa5 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x473db244 kvmppc_do_h_enter +EXPORT_SYMBOL_GPL vmlinux 0x4741db42 ps3av_set_audio_mode +EXPORT_SYMBOL_GPL vmlinux 0x47428d86 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x47585e34 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x47a3fb8d vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47acddea ps3_sys_manager_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x47bd9130 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x47e4179d irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x47e96fcd blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x48027e9e usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x48130345 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x48669a6d usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x4866d7c5 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x48b0c544 __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x48d23a05 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x48de48a5 nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x48ecf4db ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x48fff927 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x490d9c75 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x491c4af9 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x496cca2b adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x499ca791 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x49b10c8f sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x49ca325a gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x49d93954 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f85969 cpu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x4a080ae1 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x4a1ee0a3 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x4a30d4cf elv_register +EXPORT_SYMBOL_GPL vmlinux 0x4a7a06f4 skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x4a90160e bprintf +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ae24dd9 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x4ae76d68 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x4af5c6a2 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4b04cf11 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x4b166eb4 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x4b3114c5 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x4b54ec6a subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x4b5fe75b spu_init_channels +EXPORT_SYMBOL_GPL vmlinux 0x4b7efab5 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x4b8f0d1e __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x4ba29aee wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4ba72ce5 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x4bdc89ef usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x4bdcb78f kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x4be613c0 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x4bf23f8d pcibios_find_pci_bus +EXPORT_SYMBOL_GPL vmlinux 0x4c11f81d pcibios_add_pci_devices +EXPORT_SYMBOL_GPL vmlinux 0x4c18f773 ps3_os_area_set_rtc_diff +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c66c715 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c8a5254 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x4c9ffe52 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x4cb31f96 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x4cba0ea7 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x4cbd386d __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x4cbf2f1b dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4cd2f168 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x4ce9df78 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4ced8446 eeh_add_device_tree_late +EXPORT_SYMBOL_GPL vmlinux 0x4cee2c85 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x4cf9db26 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x4d0c9cc1 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x4d282c69 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x4d299b66 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x4d3b9773 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x4d76da29 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x4d8036fb rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4e02be19 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e57f36b pcibios_map_io_space +EXPORT_SYMBOL_GPL vmlinux 0x4e5825bc pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x4e699e80 irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x4e9aba95 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x4eb84c0d regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ecd0174 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x4edfe4fe pmac_i2c_get_bus_node +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f57eceb preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f9bc738 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4fc33176 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fd5424c of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x50294f35 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0x505673b6 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x507256be wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x507de8c6 add_memory +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5090787f __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50dfcd38 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50f4acb1 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x50fa7a9d wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x5133c471 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5136596a regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x5151e7d3 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x51736677 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x517568dc da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x51846493 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x51b65a26 rtc_lock +EXPORT_SYMBOL_GPL vmlinux 0x51c77af3 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x51d23841 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x51dcd776 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x51e7729d pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x51fa355d ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x51fcd0b9 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x5205e64d disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x5215d612 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x522a2a34 mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0x522f538b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x5234fb1f ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x5294dbbf iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0x52ba88a6 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x52c075b5 __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0x52ff6427 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x5335dd11 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x536f8ce2 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x53946c04 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x53980625 pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x53a75a45 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x53cc14f3 iommu_del_device +EXPORT_SYMBOL_GPL vmlinux 0x540a77d4 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x541b703f inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5422f658 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x5435a794 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x543b0748 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x544f4706 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x545c8403 ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54693e4f sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x546c5565 ppc_tb_freq +EXPORT_SYMBOL_GPL vmlinux 0x54700058 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0x54722c18 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x5487d41a devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x548fffd4 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54980afe wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0x549ce23b class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x54aab2ee phy_put +EXPORT_SYMBOL_GPL vmlinux 0x54b3529c da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x54e310f2 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x54f8685b srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x552401b4 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x55362ae7 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x553cac2c regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5544f815 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x556c714e __add_pages +EXPORT_SYMBOL_GPL vmlinux 0x5575f2ab thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5588879e kvmppc_entry_trampoline +EXPORT_SYMBOL_GPL vmlinux 0x559c704f crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x55c3873c ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x55c4e111 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x55cbeee0 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x55d937a5 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x55e13f52 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x55f8c2ad cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56470df0 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x565329d8 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56f5e29a ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x5706850f tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x570eb406 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x572e1b0a crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x573e8876 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x575c5f94 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x577b6df3 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57b2ec4d page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0x57fb3515 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x57fbcbb4 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x585cd5c8 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x58619666 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x58783667 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x588f8db9 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x5892f832 release_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x589d4d74 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58f98b69 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x59191bd4 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x5919f530 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x59204f59 pmac_i2c_get_adapter +EXPORT_SYMBOL_GPL vmlinux 0x592b063c platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x59311e99 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x594aa65b driver_register +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59df3f8a crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59e86297 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59f793ac __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x5a0a29ec pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x5a2a0a66 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5a2efb5f device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x5a368138 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x5a472e80 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x5a4e23f6 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x5a6d2eef PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a92bdd7 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x5a9d0170 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x5aa5865b ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5ab07c6b power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5ace721e regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x5ae13715 pmf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5aec86a3 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x5b000fa7 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x5b44444c rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x5b4a8b41 device_del +EXPORT_SYMBOL_GPL vmlinux 0x5b600356 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x5b727438 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x5b74b12f ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x5ba5bcca invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x5bc38014 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x5bd2f15b sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x5be739da spu_switch_notify +EXPORT_SYMBOL_GPL vmlinux 0x5bedced8 iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x5c035cef __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x5c28c4eb get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x5c2ebcf2 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x5c350eef power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x5c408179 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x5c48ca88 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x5c4a1d74 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x5c737018 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5c73d5a0 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x5c81cd47 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cb615aa pmac_i2c_match_adapter +EXPORT_SYMBOL_GPL vmlinux 0x5cd70f25 copro_handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x5cf8a882 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d6eb209 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x5d77952d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x5d8fc766 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x5db0b12b usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x5db1c1d3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x5dda2171 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x5de4f047 spu_set_profile_private_kref +EXPORT_SYMBOL_GPL vmlinux 0x5deebef4 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x5e0bac75 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x5e16cc3a wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x5e2845e8 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x5e3823cb ps3_vuart_read +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e769986 ps3_os_area_get_av_multi_out +EXPORT_SYMBOL_GPL vmlinux 0x5e7e0190 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x5ea7f7e6 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x5ed7d3ff pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x5ed97902 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x5ee7542e reserve_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5f1fc43d dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x5f213940 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f5d3820 cpu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x5f664b3b pmf_put_function +EXPORT_SYMBOL_GPL vmlinux 0x5f79a98b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5f8aaa25 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x5f8cbbed relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x5f91d66a hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x5f996223 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x5f9f49b9 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x5fcf93a1 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x5fd6ce48 iommu_clear_tce +EXPORT_SYMBOL_GPL vmlinux 0x5fe5035e __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x60101b43 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x601229ee reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6024c2b6 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x60264bbf of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x60467b06 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x605a87f5 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x606fc03b vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a2e913 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60c01257 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x60eea590 of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x6103c877 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x61147f5b tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x615b9e04 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x61671ce6 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x61741418 iommu_take_ownership +EXPORT_SYMBOL_GPL vmlinux 0x6183c9e4 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6183ff15 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x61a20e0b force_sig_info +EXPORT_SYMBOL_GPL vmlinux 0x61a90c54 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x61b62961 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x61fa6f56 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x620119cf usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x6201bfd4 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6231d8cc palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x623c6173 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x627c375d usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x6288d277 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x62bf9feb sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x630bca4e single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x6315f899 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x63398dc5 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x63554abe part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x63899035 spu_setup_kernel_slbs +EXPORT_SYMBOL_GPL vmlinux 0x63f1b605 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x64045cd2 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x6450d423 sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x6462e0ba rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x64643eed of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x646f979b sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x6479b65e fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x647f4c78 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x648ae6b5 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x64e0b59a devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x64e80abf skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x64f2b3de unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x6504a293 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x6504d1b5 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x65061e32 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x65221755 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x652297e1 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x65239699 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x65369265 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x65560fa3 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x65568b99 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x65679202 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x656db89f trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65be5899 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65ce63bd wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x65daabca scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x65e8a7aa pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x65f8904c wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x6611ce18 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x661349b7 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661bddd0 ps3_system_bus_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x6632c4fe regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x6634e7ff da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6673729e pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x667a812c ps3av_set_video_mode +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66870527 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x66afb53b unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x66cd6141 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e036ec regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x66f77f1b pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x670dad9c smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x679554d3 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679fd15c ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x67c40f00 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x67dfbc25 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x680c6f0c devres_find +EXPORT_SYMBOL_GPL vmlinux 0x68120a74 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x6827104c file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x68577496 eeh_add_device_tree_early +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x6880d783 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x68957fbb da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x68b05cab ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x68e2deb9 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x68ebf266 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x693424cf scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x693edb56 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x695b2935 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x69790ef6 __init_new_context +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697cbbb4 threads_per_core +EXPORT_SYMBOL_GPL vmlinux 0x698a704f lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x6998ed14 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x69a5fd96 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x69efd01d rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x6a06a32c skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x6a168a1e root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a1e34ea i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x6a2e4241 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a62d50d usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a8fa062 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x6aa11328 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x6acb8d84 ppc64_caches +EXPORT_SYMBOL_GPL vmlinux 0x6adef9f0 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x6aeb3096 spu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x6af5f59a user_read +EXPORT_SYMBOL_GPL vmlinux 0x6af9005e pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b2be311 tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x6b64b7f7 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b93bf60 inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x6ba47a6d ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x6bcff352 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c39c6f4 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6c3b0097 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c51920b ref_module +EXPORT_SYMBOL_GPL vmlinux 0x6c5b9a58 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x6c8871be sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x6c9d9353 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x6ca433e7 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca8170e blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x6cd00cb6 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6ce042ee crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x6ce10252 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ce51b35 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x6cee5c2b get_slice_psize +EXPORT_SYMBOL_GPL vmlinux 0x6d003e6c ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x6d1b72c3 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x6d1cb747 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x6d2785b5 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x6d2968da pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d2fe057 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x6d64df9f dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x6d7a3754 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x6d7dc4d3 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x6da03a6c spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x6daf747c ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x6de708f6 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x6df8f4cd pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e24ad1c xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x6e379526 kernstart_addr +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7f2432 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e9e3196 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x6ea29d5a usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x6ed72859 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x6ed8a657 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x6ee22c8d ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x6ee9a33a bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6f13bccb phy_init +EXPORT_SYMBOL_GPL vmlinux 0x6f1501bd cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6f19af24 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f4012ce wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x6f51ecb6 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x6f91f889 srp_stop_rport_timers +EXPORT_SYMBOL_GPL vmlinux 0x6fb59ea6 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x6fbb6a99 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x6fca0dcb __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7016de84 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x702bf774 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x7092a9e5 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x7094cc68 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x70a348b2 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x70b7fc2a regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x70bdcbfc pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70dd07c5 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x70f4b3b8 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x70fc693f vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71262eb1 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x71573bac ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71b91a8d devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x71c8ad9b do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x71d16245 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71e9b5af ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x71eedd53 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x71f78ec2 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x72010114 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x720c1459 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x720d86e8 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x723c646f power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x723fe3fc virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x726d5875 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x726d98c6 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x72701e8f rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7286f9cd thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0x728aece6 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x729b8cb6 napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x72b2714e led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x72cdb067 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x72d1b8ac crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x72d1bb13 scom_map_device +EXPORT_SYMBOL_GPL vmlinux 0x72dab6f4 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x72e95bba driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72f51c44 srp_attach_transport +EXPORT_SYMBOL_GPL vmlinux 0x72fa5ad2 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x732bf7e2 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x733617ba gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x73477a28 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x734de37b rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x73510609 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x736813ad of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0x73727eb6 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x73874329 of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0x739aa1a1 pmac_i2c_setmode +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b6869d pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x73b8bb2a ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73f26be9 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x73ff47a4 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x741ee311 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x7422f52a md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x742a4767 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x74628570 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74a76573 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74f7cfbb usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x74f7e03b bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x74fc83cd single_release_net +EXPORT_SYMBOL_GPL vmlinux 0x750c0e4e bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x750c5e94 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x750d278a mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751c3230 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x7531bde6 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x75369529 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x7576a1c9 device_move +EXPORT_SYMBOL_GPL vmlinux 0x757b49d2 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x75893c8f of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x75c08c17 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x75d17d0b pmac_i2c_open +EXPORT_SYMBOL_GPL vmlinux 0x75e6e037 hash_page +EXPORT_SYMBOL_GPL vmlinux 0x75f2a044 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x7604a811 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x76083e18 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x7620e973 of_node_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x76684b6f net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x7670ebb5 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x769592be crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76d99907 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x76f3a53d flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x77140e34 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x771609d9 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x77291c48 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x773e5aa0 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x777aaaf1 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x778b7a32 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x7799b7bb hash_page_mm +EXPORT_SYMBOL_GPL vmlinux 0x77f666de tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x78178e1e inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x781d7223 __giveup_vsx +EXPORT_SYMBOL_GPL vmlinux 0x782af2e9 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x7868c312 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x786b3247 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x78702c15 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788a88aa rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x78923dce usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x7897be98 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x789e33a5 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x78d3dcc8 extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0x78f3f17b input_class +EXPORT_SYMBOL_GPL vmlinux 0x791083c9 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x791df925 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x79266d5c ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x7947218a ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x798e64be scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x79a5d145 flush_altivec_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x79eb240f vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x79ff8038 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x7a0ea765 spu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a7c012b extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7aad8d75 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x7ae4f511 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x7afa3b42 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x7b0bc26f of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0x7b0dfe92 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b0f2127 find_linux_pte_or_hugepte +EXPORT_SYMBOL_GPL vmlinux 0x7b0f3327 ps3_vuart_read_async +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b292d19 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x7b3f15d7 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x7b710b0d led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b87bd80 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x7b932586 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x7bb299c2 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x7bc0ead9 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x7be99141 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x7c1b4ac5 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x7c1b5158 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x7c232235 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c37bc89 pseries_ioei_notifier_list +EXPORT_SYMBOL_GPL vmlinux 0x7c3ac5cd regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x7c839284 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x7c92f0ca relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x7c947d29 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x7c9f3e69 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cc836d1 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ccee1a5 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ce6c695 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d02156b __class_register +EXPORT_SYMBOL_GPL vmlinux 0x7d03c0b1 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x7d0c7412 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x7d146159 of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0x7d1dcfeb posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x7d1e9c98 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x7d290c11 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x7d2b5f78 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x7d2fd680 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d45f1f6 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d658c72 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7dc8634e tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x7dd46c06 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7e0341b7 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x7e17ba7b klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7e1f7477 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e707601 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x7e7b1398 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x7e970df5 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7ecd9340 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x7ef46c55 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x7ef9aca6 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x7f008202 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7f0f6eba skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x7f12cb0a pmac_i2c_get_dev_addr +EXPORT_SYMBOL_GPL vmlinux 0x7f36dada copro_calculate_slb +EXPORT_SYMBOL_GPL vmlinux 0x7f52c522 ps3av_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x7f68b13f tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x7f7bc710 klist_next +EXPORT_SYMBOL_GPL vmlinux 0x7fa201e9 spu_management_ops +EXPORT_SYMBOL_GPL vmlinux 0x7fbc2b92 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x7fd46826 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7fd6936b debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x7fffd287 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x8006952a irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x80507f72 ps3av_audio_mute_analog +EXPORT_SYMBOL_GPL vmlinux 0x8060582c posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x806130a6 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80976dea blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0x80c1958d phy_create +EXPORT_SYMBOL_GPL vmlinux 0x80c9cc73 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x80d03be8 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x80d3927f __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80d6a129 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x8114b8d6 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81232e77 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x815b7e48 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x816b288f iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x81a5d277 of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0x81d249a1 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x81f486ad thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x82113c5c pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8224b17b input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x82277617 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x8244beb9 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x826be70e rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x8270aff6 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x827e2a85 of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x82842dd4 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x828c2287 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x829a0722 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x829ad2f3 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x82abb01b rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82d8a6ba xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x832deff8 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x83329963 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x8342192a ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x83444e96 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x835ce3a4 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x835d7193 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x836d61d0 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x8379fd37 of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x8385b391 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83c24324 kvmppc_h_get_tce +EXPORT_SYMBOL_GPL vmlinux 0x83da3e7a __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x83e7bbde usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x841979fe xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x8446d5e7 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x844bd8e3 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x84688daa sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x8487a2b6 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x8495b9d7 __remove_pages +EXPORT_SYMBOL_GPL vmlinux 0x84a24301 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x84b61c1f simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x84c40037 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x84c7ddad device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x84f1996a dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x84f8cbf3 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x85059bdd tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x8521cefd register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x852fe392 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x85646ef0 iommu_tce_build +EXPORT_SYMBOL_GPL vmlinux 0x85b61667 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x85bc0fe4 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85ee9769 bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0x85fa1b87 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x863b6464 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x86487a4b ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x8681ab8e rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x868207bf cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86a59f41 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x86bd4d8b regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x86e95484 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x8702e548 process_srcu +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87719987 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x8791290e iommu_put_tce_user_mode +EXPORT_SYMBOL_GPL vmlinux 0x87936a3c ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x87d1c12e regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x87e3e526 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x8804af3d usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x8809f536 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x881b2ad6 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x885187c7 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88afc464 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88d51b49 device_create +EXPORT_SYMBOL_GPL vmlinux 0x88dd07dd pmf_call_function +EXPORT_SYMBOL_GPL vmlinux 0x88f52c8f platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x891dfba0 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x893e7c4b debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8940a6eb sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x8943cc4e debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x8945d7e0 fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89577f54 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x8959a508 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x897f2539 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x898e7de5 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x89b0b25b of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c0982a ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x89ebf82b balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x89fe97c5 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x8a04d095 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x8a151f64 regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x8a1718f8 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x8a22c94a unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x8a6aab0c gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x8a77399f blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8af285a8 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x8b0bb5cb rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x8b1f29a6 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x8b655fc2 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x8b70e8ea __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x8ba208ba sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x8bab406a handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x8bc02a69 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x8bcb0c04 unregister_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0x8bdfd73a ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x8bdfeccf blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x8be82a2f ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x8bfb7e6c adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c34ddcc crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x8c5edcf7 devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8c71adac fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8c88da08 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x8c903e70 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8c989dee stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x8caf10fa cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x8cccdc82 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x8ce17111 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8cea765f memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x8d043aec platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x8d075e8f ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x8d11d020 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d36c088 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x8d3b9ef5 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8d694a18 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x8d753222 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x8d85367f smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x8d884a90 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x8da83293 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0x8daf5ca4 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x8dbf5a20 kvmppc_hv_entry_trampoline +EXPORT_SYMBOL_GPL vmlinux 0x8dfd5821 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8dfe51dc pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x8e010dae disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x8e07e805 extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0x8e36fff0 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8ecec445 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8ee0c717 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x8ef77f0f stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x8f1b2906 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x8f1c0137 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x8f36b938 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x8f567d4b sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f6d9fd4 kvm_release_hpt +EXPORT_SYMBOL_GPL vmlinux 0x8f717ca8 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x8f75d97b ps3_system_bus_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x8f7e97cc pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x8f8a365c ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x8f8fb287 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8fb1764f user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8fd840cd percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x8fff23e7 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0x9001644e ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x90093e31 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0x902899a0 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x903334a0 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x905bfda3 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x906ea571 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x9077d5ea usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90a9a647 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x90b8aea0 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x90d8e089 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x90de6839 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x90eb2893 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x9109d834 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x91247bc2 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x91285e79 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x917e94ba da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x91843546 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91a9c8cb crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91caa752 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x91d59e27 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x91df1c3f posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x91e398a7 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x92370ceb key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x923d90f0 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x924044aa devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x9244a38c usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x92717e54 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x92a81ecc tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92eeba71 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x92f0b0a6 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x9300590e crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x931847db of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x931a4e81 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x935a0528 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x93676568 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x93695664 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x9371af8e subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x93a85867 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x93ab2b2b component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x93cc3778 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x93e44182 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x93e71e63 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x93f0b45c regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x93f967a4 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x941ca864 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x943c0909 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x94483b79 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x94554be6 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9467a0b0 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x946d862a __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x94835d35 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x94933b24 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94b33f49 use_cop +EXPORT_SYMBOL_GPL vmlinux 0x94d66c37 of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x94d972b7 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x94e346ec usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x956d0e45 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95b74dab pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x95b94a58 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95cd2648 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x95d8e9d5 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x95dd1caa blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x95e763c8 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x95f081bc devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0x961e21c0 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x96344ea6 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x96441490 iommu_tce_clear_param_check +EXPORT_SYMBOL_GPL vmlinux 0x965324e9 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965a78d5 threads_core_mask +EXPORT_SYMBOL_GPL vmlinux 0x968bc23a ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x96c72ae4 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0x96d5efc0 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x96f931e6 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9735f061 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x97685795 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x976eaab2 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x9777340c pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x97d9146b fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97f2c074 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x982cd486 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x983da75b platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x989d3780 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x98a02a70 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x98adf875 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x98de0db5 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x98e881a7 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x98ecacee wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x98f34519 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x990eee25 inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x99393797 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x993d3550 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x995c86e3 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x99697b31 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x997a200d __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x997dc42d __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x9987e6e9 opal_get_sensor_data +EXPORT_SYMBOL_GPL vmlinux 0x9995f747 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x99a31692 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99e28f10 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x99e7a821 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x99f0c7f6 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x99ff8d08 opal_invalid_call +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1b0c28 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9a1df115 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x9a3e7228 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x9a49d937 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x9a5870cb bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x9a6d925b posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x9a883041 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9aad6540 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac3c063 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ace6842 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x9adf08c3 mmu_linear_psize +EXPORT_SYMBOL_GPL vmlinux 0x9ae7b837 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af4f8b7 pmf_register_irq_client +EXPORT_SYMBOL_GPL vmlinux 0x9b157929 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x9b3ffc01 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x9b4421c7 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x9b571d83 cpu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x9b587ac5 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x9b5af3aa iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x9b5d2b17 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9b64ea56 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x9b712565 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x9b851071 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba7a815 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x9bb3c8e4 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x9bbbf312 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x9bc8e0e4 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x9bd5585d led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c1e0d1f rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x9c71cb4f ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x9c952cc5 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x9cc08c87 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x9cc0fbd3 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cc9b312 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x9cd32996 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x9cea9911 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x9d0974c1 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d1443d5 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x9d3dfbdb pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x9d43306d dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x9d570075 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x9d6d3a27 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x9dab63d7 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9dc445d8 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x9dd7403a hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x9dd982bf crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x9e11e4e3 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x9e3e2a69 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e498393 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x9e71114b remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x9e78503b unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x9eba15a8 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed5fe77 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x9ed6950b debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x9eda43ea sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x9ee4b39d __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x9f001863 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x9f18fa7f serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x9f297c3d relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x9f4b57ee ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x9f594268 flush_vsx_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x9f9f1472 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x9fc58c97 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fde7937 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x9fe35acc unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa000bb38 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xa024dc1b wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xa04164f1 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa052e791 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xa05bb37a pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xa0733abf transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa080cc26 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xa08380da crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xa083dc3d stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa084003e gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xa084ea68 devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa0a27fff pci_address_to_pio +EXPORT_SYMBOL_GPL vmlinux 0xa0ff9a22 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xa1043428 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xa10c673b arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa13e9ad6 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xa142e527 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xa172346c of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xa17452e4 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xa185bda2 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xa18a7673 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xa1b30c2a sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xa1e9b78c __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xa1ea5ae0 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xa1f007db wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xa21a21fe inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xa2314ab9 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xa23604f8 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xa268c515 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa27b846d find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xa2b6027b crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xa2b9df10 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2f4fc9d unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xa305e3d7 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa31bf23a max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xa32904ef digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xa32cb093 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xa3568b97 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xa37f9fda usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xa380571f blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a2d9af walk_system_ram_range +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3bec422 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xa3c1da8e devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xa3c24571 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa4085723 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xa4312874 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0xa43fc0d8 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa441f36c usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa45dffd6 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xa465e127 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xa46fa7e0 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xa4709753 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4a29902 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xa50c2782 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xa50e14ea ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xa52b5c33 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xa5399eca tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xa5767a2d crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xa58b2b88 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xa5971a62 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa5a012ca dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xa5b00659 ppc_proc_freq +EXPORT_SYMBOL_GPL vmlinux 0xa5b7b9fa thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa5bd0bef i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xa5d6767b phy_get +EXPORT_SYMBOL_GPL vmlinux 0xa5d7f569 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0xa5d8364f fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5eb26f7 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5efe460 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xa5fa7cbb need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0xa61010d2 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xa617dd7b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa62d7687 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa6424366 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6cf7da6 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e45ef4 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xa713225a bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa72f5864 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa7661f01 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xa78c9dd8 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xa7a10022 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xa7a26e7d __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xa7a4705c hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xa7a60922 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xa7b90420 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa822e811 remove_phb_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xa823e91a blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa83a7752 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xa84ca7c2 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8545c59 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xa88328d1 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xa8a666d9 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0xa8bd0b03 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xa8e9571c __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa8f79ae7 user_match +EXPORT_SYMBOL_GPL vmlinux 0xa8fda8ff __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xa90584d8 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xa925e478 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa93271a5 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xa964a6ea irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xa96cf4bb devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa98cdb36 ps3_get_firmware_version +EXPORT_SYMBOL_GPL vmlinux 0xa999e891 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9afa06a sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xa9b936f9 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xa9ce341e usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9ea36ee class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xa9ecbe14 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xa9eee3fc rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xa9fdeebc usb_string +EXPORT_SYMBOL_GPL vmlinux 0xaa0473c7 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xaa08b63e gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xaa19b977 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xaa23aa3c __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xaa2493f9 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xaa25f4b7 __class_create +EXPORT_SYMBOL_GPL vmlinux 0xaa5dcb2e rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0xaa8c06d7 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xaa97461a debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xaaa342e6 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaae0775b phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xab09cc23 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xab14110a stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xab17e3d7 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab2b243d ps3_irq_plug_destroy +EXPORT_SYMBOL_GPL vmlinux 0xab37df45 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xab54fd99 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab639264 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab71fafb spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xab931674 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xab98f70c pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xabb57946 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xabc10f39 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xabd7f0d3 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xac03dc81 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xac1c6a31 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xac35bcac extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xac4b0ef7 ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0xac861da4 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xac868406 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xac8c44fe fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xacd2b98f of_scan_bus +EXPORT_SYMBOL_GPL vmlinux 0xacdcd69f crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xaced9c88 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xacfe997e powerpc_firmware_features +EXPORT_SYMBOL_GPL vmlinux 0xad00a629 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xad039c54 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xad1c92dc rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xad2e74bb pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xad5f5dc9 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xad784bd7 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xad9c1b4e usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xadb081d0 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xadb7dd4d regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xadba2f45 of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xadbc43f9 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadc99103 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xadd4e4ef eeh_pe_reset +EXPORT_SYMBOL_GPL vmlinux 0xade7857f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xadffdfcb sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xae00cfac devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xae0dacd4 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xae1af779 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xae2fb61e spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xae611f30 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6eaf93 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xaec5d65c of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0xaeca9f23 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xaed32635 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xaee031c2 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xaf029a74 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xaf0ad1b1 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xaf57ee7c tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xaf907626 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xafa886de iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0xafafbd22 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xafc5818c nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xafdcc9be cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xb00622b5 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xb011efcb usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xb01e1d1e regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xb08fe76f shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xb0954497 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xb095aac9 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xb0a3e806 _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0xb0ac7e66 sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0bfc4f8 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xb0c3c524 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0ff4d43 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xb1090d6e dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0xb13a9940 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb153772c irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb1894607 opal_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xb18c5f34 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xb1a6e89d rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1f05f15 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xb1f1ab1c driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2250d00 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb23d7cb3 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xb23fb4e5 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xb2510b44 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xb276d575 skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xb28ce491 sysfs_remove_device_from_node +EXPORT_SYMBOL_GPL vmlinux 0xb2b27de9 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2f50328 inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0xb347bb2c work_busy +EXPORT_SYMBOL_GPL vmlinux 0xb3520e0e pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xb36585c2 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xb3793969 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xb3983952 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0xb3a8f560 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb3be052c __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb3ceb28b __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xb3e76bd9 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb3f4d9da pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xb425b11b simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xb43b6cb2 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xb4590dd2 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xb49d30ed pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4ef41c5 nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xb5148a94 device_add +EXPORT_SYMBOL_GPL vmlinux 0xb51c0c7f xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb553901b regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xb55d47ce tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xb56a1073 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xb57bfda1 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xb57d63a4 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xb5848bae __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5a6cd8c spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb5aa10af atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5b2b704 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0xb5b54ddc regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xb5c8edf4 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5e52085 mmput +EXPORT_SYMBOL_GPL vmlinux 0xb5ee3c05 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb60b5707 of_i8042_aux_irq +EXPORT_SYMBOL_GPL vmlinux 0xb620ee12 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb63c19f7 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xb643c250 xics_wake_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb64bea06 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xb66bf35c inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb6771ea1 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6b1d23f dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xb6bc007a spu_sys_callback +EXPORT_SYMBOL_GPL vmlinux 0xb6c81ec5 rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0xb6fa8c9c blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xb6fdeecf rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xb711d7f8 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xb74e89fc irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0xb7d3267f sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0xb7d5a850 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb827231e register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xb84b1aae ps3_event_receive_port_setup +EXPORT_SYMBOL_GPL vmlinux 0xb86f1431 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xb8714d60 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xb8764846 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xb880e1e5 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xb89adbd2 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xb8a677a3 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xb8c36ee8 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xb8dee3ee pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xb8e4f6a8 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xb8e8e64a crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb9072cf1 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb9433b52 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xb94dc6e3 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xb94de068 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb992581b virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xb99af56a bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9bd252a stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9f7b0cf __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xba01032b blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xba158769 rtas_cancel_event_scan +EXPORT_SYMBOL_GPL vmlinux 0xba1bd4a4 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba2dbfbe ps3_mmio_region_init +EXPORT_SYMBOL_GPL vmlinux 0xbab58b56 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xbadbeda0 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb062384 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0c0d49 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xbb49aafe spu_64k_pages_available +EXPORT_SYMBOL_GPL vmlinux 0xbb4e4142 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xbb73a96f usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xbb80cb7d sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xbb885753 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0xbb8ef7e0 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0xbb8f62e4 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xbbb03b0c generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xbbc6fca4 percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbbdedf66 of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0xbbf49d00 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0xbc288b4f invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xbc47fd49 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0xbc833cc9 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xbc84f138 iommu_flush_tce +EXPORT_SYMBOL_GPL vmlinux 0xbc8bfcdd regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xbca170bd regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbcb6db26 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xbcbdef8a usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xbcc94933 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcd57432 ps3_sys_manager_register_ops +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcf02f92 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbcfd80f2 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xbd14158b exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xbd22b312 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xbd3156cb of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xbd4eade6 iommu_add_device +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd8ad1dc spu_associate_mm +EXPORT_SYMBOL_GPL vmlinux 0xbd92e4ae pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xbda02a45 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xbdc26375 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdfa4b41 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe1e7ef3 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xbe2969be pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe96ec30 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbec02417 ps3_vuart_port_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbec15b5a irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xbeeceb8d pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xbef33448 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xbefa7199 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xbefb09e6 kvmppc_h_put_tce +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0f8cf4 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xbf1b55db vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xbf1cc04b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xbf28c148 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xbf2e17f8 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbf3a7b15 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xbf48c3be crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xbf6fa6be macio_find +EXPORT_SYMBOL_GPL vmlinux 0xbf7a5ed8 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0xbf856bfc ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0xbf940387 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xbfb010b3 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbd531f skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xbfbeb8ee ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xbfd91365 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xbff12e46 kvmppc_add_revmap_chain +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc02bec3c usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc02c918e ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xc050475f class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xc061367e mpic_msgr_get +EXPORT_SYMBOL_GPL vmlinux 0xc065a455 cpu_core_index_of_thread +EXPORT_SYMBOL_GPL vmlinux 0xc0829265 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0a3f32f ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xc0aeb89c tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0c207f4 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0dd5165 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xc0f1e596 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xc0f3f3bb devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xc0f47fd0 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc120eadd devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc143e03d shake_page +EXPORT_SYMBOL_GPL vmlinux 0xc1647dcc hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xc16c6ced ps3_open_hv_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18d2ac0 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xc1a35f93 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc1b6e1ac input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xc1dd736d pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xc1f45c59 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xc2034557 pmac_low_i2c_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc214d00b inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xc215041c rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc23c0384 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xc27071b7 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xc274baf5 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2b83c7d ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc2c25342 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc2c3c6d5 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xc2e2ca90 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xc311c679 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc36894ff inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc38b059d ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xc3bb98c3 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xc3c1ee29 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xc3c6c9cc hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3fa6e80 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xc3fd51be perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xc4050fad pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc43480c3 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4743ce2 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xc4836a82 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4974136 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc4a16a61 unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xc4a7d19c kick_process +EXPORT_SYMBOL_GPL vmlinux 0xc4b7e9de ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xc4c2eaca devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc4f97015 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xc52492d5 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xc543c0a8 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xc55506fb genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc596b823 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xc5a2c19f idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc5b91a51 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xc5c2386e mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xc5d15261 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc5e3be8d tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xc5e3dd95 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc5fc00c3 eeh_pe_set_option +EXPORT_SYMBOL_GPL vmlinux 0xc606cd3c boot_cpuid +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc638fabb rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc63b9a18 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xc6551674 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc6687dc4 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xc669ca1a led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc66c2311 ps3_vuart_irq_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc6802bbf of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xc68aa252 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6b756cd ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xc6d8e5b1 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xc6e2f79a percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc7000388 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xc715cdff register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc7359dbd blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xc74e74a2 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xc74f3d55 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xc7609694 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xc777e437 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xc782c852 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xc79385c7 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7fba951 kvm_alloc_hpt +EXPORT_SYMBOL_GPL vmlinux 0xc7fc4b93 realmode_pfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xc7ff5062 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xc819c39f ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0xc827fad3 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xc82c9d91 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0xc867e816 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xc870e4bc bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc88e8afe tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xc8976e50 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8b26405 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xc8ca2d9d balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xc8dbefc3 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc8ee9493 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xc8faded6 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xc8fcc0ad pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xc9012b95 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xc90432cb percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0xc90813ad iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xc909c0ca pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9205a5a sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xc94fbb2f cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc974a7f4 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc984a62b bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0xc9e52e4e regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xc9ea0342 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xca099da2 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xca0ee676 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xca0fa3b4 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xca289629 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xca3b1673 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xca40bcfd key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xcab459ee hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac9f83a usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xcade3d1d fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb2b6c98 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcbe8d3b7 i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcbf330d1 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xcc0ebf4f iommu_clear_tces_and_put_pages +EXPORT_SYMBOL_GPL vmlinux 0xcc0f1009 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcc198a28 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc2a4ec4 srp_release_transport +EXPORT_SYMBOL_GPL vmlinux 0xcc42a58a usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xcc4615fe crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xcc4ab92e crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xcc59268e fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xcc626365 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcc901335 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xccb70d1c fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd140c3 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xccfab7b8 pmf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xcd01fcfd spu_invalidate_slbs +EXPORT_SYMBOL_GPL vmlinux 0xcd10ffa6 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xcd3018e1 regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0xcd3fd58a filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0xcd59f2d0 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0xcd5e68d2 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xcd715009 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xcd759ee1 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcda9c673 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xcdb1a78e of_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xcdb88d71 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdf01a99 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce156549 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0xce399b06 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce5b6fa4 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce8edc34 spu_switch_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xce9c3501 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcec8aa4c sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xceff5e69 arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0xcf1c9b91 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xcf377521 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xcf389307 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf558391 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xcf578fd4 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xcf7a9981 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xcf7dcc0b ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xcf87c48e md_run +EXPORT_SYMBOL_GPL vmlinux 0xcf8a8ba0 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xcfa39eca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfb5cdf7 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfc7a73b scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xcfca3316 cpu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xcfd8c403 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xd00a1c8f usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xd011a0ed init_phb_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xd01d9e05 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd024f273 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xd02869e4 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xd02a1a5e devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xd030464b subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd05d11c0 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd083003b pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xd09463e1 device_register +EXPORT_SYMBOL_GPL vmlinux 0xd0a8083a blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xd0b547ef mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xd0be4fff crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0cb5b78 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0xd0f22b92 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xd101baa8 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xd10264b6 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xd111755b usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xd11ea7c8 component_del +EXPORT_SYMBOL_GPL vmlinux 0xd12498a9 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd174a1f6 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xd1afd8b4 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0xd1c635dc ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xd1f39757 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd2140b56 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd2522e9f simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xd253771d inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xd256ebb0 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xd25afc53 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27c2509 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xd27ccbf9 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xd2b7efa8 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xd2bf7054 gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0xd2c16788 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xd2e1e531 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xd2f238e2 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xd2f50d2c fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xd3009bf5 ps3_mmio_region_create +EXPORT_SYMBOL_GPL vmlinux 0xd30dc87f replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xd3592dd9 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xd3640400 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xd36cdece crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xd39c05b5 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xd3ab4c4f fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xd3c84bf9 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41ec0b1 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd43f5280 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd48ad779 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xd48bb365 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xd4a874e2 iommu_tce_put_param_check +EXPORT_SYMBOL_GPL vmlinux 0xd4b32086 pmf_get_function +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd54040e8 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd55c492c inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xd5626f19 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xd57de2fd sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd5aa8713 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd5ab728a devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd5ae128b tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5c36c40 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xd5d7898a blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xd604c93f eeh_pe_get_state +EXPORT_SYMBOL_GPL vmlinux 0xd625b47f unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xd62e59fd kvm_release_rma +EXPORT_SYMBOL_GPL vmlinux 0xd633082e rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xd64230ee unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xd653ee1d irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xd661c951 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd688b254 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xd68af061 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xd6a43677 opal_async_release_token +EXPORT_SYMBOL_GPL vmlinux 0xd6b894e5 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xd6da79d9 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xd6e31b5f irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd71c502d device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0xd72cdee9 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xd7471c47 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xd7569cf1 rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd7c884d3 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xd7cb88f8 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7eae80b xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xd7ff7743 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xd8000e57 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8263870 mmu_slb_size +EXPORT_SYMBOL_GPL vmlinux 0xd828a786 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0xd82db67c input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xd8498f4d ps3av_mode_cs_info +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8ca28d6 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xd8d04588 ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xd8fc0ff5 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xd900234e kvm_rma_pages +EXPORT_SYMBOL_GPL vmlinux 0xd900555c inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xd90c085b serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd9497b3c ps3_os_area_flash_register +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd978b6aa virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xd9839626 rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0xd99ef19d vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0xd9dcad71 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xd9dcd3e8 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xd9ec1930 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda0960e6 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xda0a4d22 mpic_msgr_enable +EXPORT_SYMBOL_GPL vmlinux 0xda1f8e2d usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xda23510c ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda81853e ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xda8f4525 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xdabd0e64 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xdad2c0c5 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xdad67245 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xdaec531f __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xdaec5d19 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb0ac13b ps3_compare_firmware_version +EXPORT_SYMBOL_GPL vmlinux 0xdb276845 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xdb2d897c blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xdb3deaa5 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xdb67c168 component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8d3f1e ps3_free_mmio_region +EXPORT_SYMBOL_GPL vmlinux 0xdb90877b power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb91933b perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdba5f6cc wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdba8c1a4 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdbd59796 blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xdbdbdd80 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xdbdcf5b1 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xdbf2b876 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc14a05c dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xdc198b85 unregister_spu_syscalls +EXPORT_SYMBOL_GPL vmlinux 0xdc20921b usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xdc677a6a ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc86d3c9 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xdc90ffd0 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xdc937864 spu_switch_event_register +EXPORT_SYMBOL_GPL vmlinux 0xdc96ee58 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca629c5 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xdca7e781 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xdcf3f577 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xdcf937e6 drop_cop +EXPORT_SYMBOL_GPL vmlinux 0xdd043eea ps3av_get_auto_mode +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd48b219 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0xdd729424 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xdd734a35 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xdd769295 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xdd857ac4 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xdd8c041c rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd8cdb3a xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xdd976744 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddf81a96 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xddfeb242 dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0xde08ff96 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xde0c06ef driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xde4541ad pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xde50d22c unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xde5eaf51 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xde696f91 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xde698fe9 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xde8592a7 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xdeb8c9da crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xdecb9b53 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xdeec1b38 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xdf0d93d4 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1638a8 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xdf1aa1b4 mpic_subsys +EXPORT_SYMBOL_GPL vmlinux 0xdf256503 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xdf29c01e rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xdf2c2a84 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf4652e1 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xdfdf9c10 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdff0ef21 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xdff67d66 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe011f817 ps3flash_bounce_buffer +EXPORT_SYMBOL_GPL vmlinux 0xe0233da7 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xe02a7677 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe036b3e9 mpic_msgr_put +EXPORT_SYMBOL_GPL vmlinux 0xe050dc00 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xe0614187 eeh_dev_open +EXPORT_SYMBOL_GPL vmlinux 0xe06c6385 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe07ed78e pcibios_unmap_io_space +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0913d12 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xe0cc6e23 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0xe0d1952c sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xe0d218a7 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xe0ef4962 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xe0f1d3fa ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xe104da34 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xe106bff1 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xe11a57c0 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0xe1394658 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xe16b6010 __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0xe16b9ca9 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe1982149 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xe198614b regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xe19964e5 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xe19fc092 ps3fb_videomemory +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe212537b netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xe2431e5a usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xe25c24e1 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe269171d vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xe2781238 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xe27815eb inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xe2e79139 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe320a948 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xe346604c ps3_vuart_cancel_async +EXPORT_SYMBOL_GPL vmlinux 0xe3520a2e ps3_vuart_clear_rx_bytes +EXPORT_SYMBOL_GPL vmlinux 0xe35fa6e6 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xe36d74e0 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe385c26f __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xe3c670cd pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xe3c9b589 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xe3d7750e btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0xe3f506f4 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4329ad6 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe43a1e12 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe4447b8e sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xe44917e0 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe45c7195 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0xe46aa0dd rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xe47a6f3b regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4a40503 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0xe4a88d83 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0xe4adfc81 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xe4c031f8 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xe4c0a6b6 srp_rport_del +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4e18a23 kvmppc_clear_ref_hpte +EXPORT_SYMBOL_GPL vmlinux 0xe4e77db1 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe504171f wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xe51c040f register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xe53ae5ba devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xe5540302 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xe575679b rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58cae3f pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5b3990d ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xe5b68a5c alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xe5b7fb32 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xe5bdf0e6 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xe5dbc8c5 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xe5ef8e76 scom_controller +EXPORT_SYMBOL_GPL vmlinux 0xe61947a5 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe659eaf0 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0xe665ff51 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xe671f33c pmac_i2c_get_channel +EXPORT_SYMBOL_GPL vmlinux 0xe679aa94 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6cae9e4 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe70af4aa ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xe7112e53 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xe7273d55 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xe736c1bb attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xe7463abe ps3_gpu_mutex +EXPORT_SYMBOL_GPL vmlinux 0xe74a5acf __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe761b74c dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe7755da0 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xe7a9c463 extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xe7bfc636 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xe7c0b48f cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xe7f18b3c threads_per_subcore +EXPORT_SYMBOL_GPL vmlinux 0xe7fc3875 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe8285c63 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85c55e7 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8677aa6 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xe87aa997 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xe89bd243 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe8c364a2 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xe9385537 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9506579 iommu_tce_direction +EXPORT_SYMBOL_GPL vmlinux 0xe9630cf7 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe970324b pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xe9810dec usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xe9a56fc1 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xe9af25c8 pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0xe9bd357e rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d31f9a of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xe9df8965 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xe9efe8ba pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe9f10714 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea175a69 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0xea29e797 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea56fb45 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xea628c20 bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xea71f861 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xead2c1d9 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xeadfbe42 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xeaebde3b regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xeaed5615 regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0xeb149c0f __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb1d9afc device_show_int +EXPORT_SYMBOL_GPL vmlinux 0xeb2391ff ps3_vuart_write +EXPORT_SYMBOL_GPL vmlinux 0xeb24ba01 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xeb33a1cf bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xeb4445bd ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xeb627f85 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xeb6e2333 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xeb6e643b ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xeb6f2dde usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xeb8ae736 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeba65fe7 devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0xebb273d0 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xebb902e1 xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0xebbab908 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xebdfb261 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xebf20379 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xebf43b62 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec371838 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xec3e6e43 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xec44f4e3 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0xec60918e ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xec631f34 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0xec7c85b9 bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xed0a0778 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0xedb9744e sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0xedbc99c6 sysfs_add_device_to_node +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xedea6470 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xedf4f9d2 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee30dea1 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee80f8ce tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xee82b1f5 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL vmlinux 0xee903dcf devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xeebaf871 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xeebb38bd edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xeebeacfd __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xeec49adb tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xeef1c84d i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xef2917b2 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xef3d9a58 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xef5282f7 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d007a sigset_from_compat +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefe22473 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xefe6575b ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xefe78423 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xeff4c82d sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xeff8400b __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xeffa6b8f __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xf0052771 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xf03d8f38 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xf0464c07 iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0xf04b567c usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xf05d974f skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xf06ee33a ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xf0716b17 spu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0xf085a866 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xf098dd15 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xf0b86942 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf0cdd3bc uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xf0ce2c4d console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xf0dc5a12 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xf0eb048c kvmppc_do_h_remove +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf10601e7 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xf10d84d3 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xf14a22dc register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xf150aa53 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xf158f170 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xf17b110c sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf187b269 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xf18a0a0b event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xf1a62b6f of_i8042_kbd_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1d90fb4 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf227d9cd sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xf2362e2c ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xf24a29b4 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf28ef57c led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0xf2da147e devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2f87f5a sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf37feb4e perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b9a89e da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xf3ef9fad __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0xf3f371e2 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xf4041c15 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xf406fb05 skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf44dccaf ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xf4594703 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xf469c705 ps3_io_irq_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf46eb385 scom_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf49cf9c0 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xf4d771cd usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xf4fa460f irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf4ff010c skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xf540488e __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf569291d cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xf56f200f pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xf5852bc2 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xf5a322ce iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bab667 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xf5bcf1b2 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0xf611524d of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xf62143f3 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xf6246a81 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xf64f64f1 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf675e472 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xf69ada01 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xf69b0933 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xf69cd39a eeh_pe_configure +EXPORT_SYMBOL_GPL vmlinux 0xf6d4eb33 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xf6e3ddb3 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6fdaec1 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xf7247ba1 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xf7608cdf __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xf77e5d5a ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xf7a86cc2 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xf7b0be30 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xf7c52380 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xf7ce756b shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xf7cf546e i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xf7df67ed ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xf7e6f524 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf837e0eb unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xf85e07ef cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf882f997 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xf8937567 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xf8c824a7 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xf8cf07a0 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xf8d1a328 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xf8e398fc memstart_addr +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf9154bff inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xf91e2247 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xf9257dcf find_symbol +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf92f0048 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf96a6748 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xf9956deb dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9bbd738 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d2611b alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf9feb58e gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0xf9ff6e55 use_mm +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa4c8c07 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xfa5a8399 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xfa5d3979 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xfa7b23a6 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfab33ed9 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xfab60503 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xfac0f34a arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xfad678c5 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xfb20b549 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb44a7a1 opal_ipmi_recv +EXPORT_SYMBOL_GPL vmlinux 0xfb4c5d55 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xfb518d32 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0xfb525dfc pmac_i2c_get_type +EXPORT_SYMBOL_GPL vmlinux 0xfb52b77d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0xfb692509 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfbba7454 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbfcdc2b ps3_sys_manager_get_wol +EXPORT_SYMBOL_GPL vmlinux 0xfbff3ddc regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc192e49 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc2972bb pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0xfc3787e0 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xfc6cd965 srp_rport_add +EXPORT_SYMBOL_GPL vmlinux 0xfc72d987 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xfc7582c9 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xfc9074a4 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcd87736 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xfcd93ad6 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xfcdbd998 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xfcdc6c68 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xfced5804 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xfcffb4e1 pmac_i2c_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xfd0283cd platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xfd02985f usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xfd174b8c sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xfd2e9d44 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xfd572dfe usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xfd6369e1 i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0xfd66ea52 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xfd67a5ad ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xfd873623 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xfdf625ad usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xfe0518b9 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xfe08738b ping_err +EXPORT_SYMBOL_GPL vmlinux 0xfe0d520f watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xfe16a7b3 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0xfe1bae43 gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xfe2eddf6 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xfe3ebac6 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xfe66661b usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfebad68d skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed4b890 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0af697 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xff0dacff ps3av_video_mute +EXPORT_SYMBOL_GPL vmlinux 0xff2326ff attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xff43560f cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xff518cf9 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff6d67ce devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0xff887426 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xffd11e5a iommu_iova_to_phys --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc64-smp.compiler +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc64-smp.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.8.2-19ubuntu1) 4.8.2 --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc64-smp.modules +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/powerpc/powerpc64-smp.modules @@ -0,0 +1,3911 @@ +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +842 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ac97_bus +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7180 +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x_cs +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +airport +ak8975 +algif_hash +algif_skcipher +ali-ircc +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +amc6821 +amd +amd5536udc +amd8111e +amd8111_edac +amd8131_edac +amd-rng +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +ax88179_178a +axnet_cs +axp20x-regulator +b1 +b1dma +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bsr +bt3c_cs +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bw-qcam +bypass +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +configfs +contec_pci_dio +cordic +core +cp210x +cpc925_edac +cpia2 +cpufreq_spudemand +cpu-notifier-error-inject +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxl +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +denali +denali_pci +des_generic +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt3000 +dt3155v4l +dt9812 +dtl1_cs +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edac_core +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +ehset +electra_cf +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +eni +enic +epat +epia +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fid +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +fld +flexcan +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +fmvj18x_cs +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fsl-edma +fsl_elbc_nand +fsl_lpuart +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +genet +gen_probe +genwqe_card +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-generic +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio_mdio +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +gxt4500 +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +hostap +hostap_cs +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hvcs +hvcserver +hwa-hc +hwa-rc +hwmon-vid +hwpoison-inject +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mpc +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-ocores +i2c-opal +i2c-parport +i2c-parport-light +i2c-pasemi +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-xiic +i2o_block +i2o_bus +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +i82092 +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ibmpowernv +ib_mthca +ibmveth +ibmvfc +ib_qib +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icom +icplus +icp_multi +ics932s401 +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +imx_thermal +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +kafs +kalmia +kaweth +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +ko2iblnd +kobil_sct +ks0108 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksocklnd +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-hv +kvm-pr +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcfs +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +llite_lloop +llog_test +ll_temac +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lms283gf05 +lms501kf03 +lmv +lnbp21 +lnbp22 +lnet +lnet_selftest +lockd +locktorture +lov +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lustre +lv5207lp +lvfs +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memory-notifier-error-inject +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +mf6x4 +mfd +mga +mgc +michael_mic +micrel +microread +microread_i2c +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mmc_spi +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +ni_labpc_pci +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvidiafb +nvme +nx-compress +nx-crypto +nxt200x +nxt6000 +obdclass +obdecho +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_mmc_spi +ofpart +of_xilinx_wdt +old_belkin-sir +omap4-keypad +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osc +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +parport_pc +parport_serial +pasemi_edac +pasemi_nand +pasemi-rng +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_pcmcia +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 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +physmap_of +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +powernv-rng +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +ps3disk +ps3flash +ps3_gelic +ps3-lpm +ps3rom +ps3stor_lib +ps3vram +pseries_energy +pseries-rng +psmouse +psnap +pt +ptlrpc +ptn3460 +ptp +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-lp3943 +pwm-pca9685 +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +rack-meter +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpadlpar_io +rpaphp +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtas_flash +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc_cmos_setup +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-generic +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-ps3 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7706h +safe_serial +salsa20_generic +samsung-sxgbe +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_sx4 +sata_uli +sata_via +sata_vsc +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +scanlog +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +sctp +sctp_probe +sdhci +sdhci-of-arasan +sdhci-of-esdhc +sdhci-of-hlwd +sdhci-pci +sdhci-pltfm +sdio_uart +sdricoh_cs +sdr-msi3101 +sedlbauer_cs +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sha1-powerpc +shark2 +sh_eth +shpchp +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skd +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slip +slram +sm501 +sm501fb +smb347-charger +smc91c92_cs +sm_common +sm_ftl +smm665 +smsc +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +snd-aoa +snd-aoa-codec-onyx +snd-aoa-codec-tas +snd-aoa-codec-toonie +snd-aoa-fabric-layout +snd-aoa-i2sbus +snd-aoa-soundbus +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-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-firewire-lib +snd-firewire-speakers +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-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-controller +snd-hda-intel +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-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-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-powermac +snd_ps3 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb-common +snd-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +soundcore +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +spufs +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssd1307fb +ssfdc +sst25l +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +teles_cs +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tg3 +tgr192 +therm_pm72 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +uninorth-agp +unioxx5 +unix_diag +upd64031a +upd64083 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vf610_adc +vfio +vfio_iommu_spapr_tce +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-ircc +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videodev +viperboard +viperboard_adc +virt-dma +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_pio2 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vringh +vsock +vsp1 +vsxxxaa +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83781d +w83791d +w83792d +w83793 +w83795 +w83977af_ir +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wdrtas +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +windfarm_ad7417_sensor +windfarm_core +windfarm_cpufreq_clamp +windfarm_fcu_controls +windfarm_lm75_sensor +windfarm_lm87_sensor +windfarm_max6690_sensor +windfarm_pid +windfarm_pm112 +windfarm_pm121 +windfarm_pm72 +windfarm_pm81 +windfarm_pm91 +windfarm_rm31 +windfarm_smu_controls +windfarm_smu_sat +windfarm_smu_sensors +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xilinx_ps2 +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xirc2ps_cs +xircom_cb +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/ppc64el/generic +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/ppc64el/generic @@ -0,0 +1,15522 @@ +EXPORT_SYMBOL arch/powerpc/kvm/kvm 0x4e654b83 kvm_read_guest_atomic +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0x048d27cc hvcs_register_connection +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0x536d329b hvcs_get_partner_info +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0xc39c3704 hvcs_free_partner_info +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0xd0a02396 hvcs_free_connection +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0x168b7aed suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x4f7f3eae 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 0x32ea37cb pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x3f3fa72c pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x43a6b09f paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x697ab7da pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0x6d5bdf7e pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x71c2a2ea pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x9369768d pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xa366c265 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xac05e782 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xddd36b20 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0xdddf4ae8 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xed23ea21 pi_read_block +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5b08abc9 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x66a56d0f ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa7a41200 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd69f8567 ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xdd35841e ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe2d588b9 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x13c3b668 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x6d69bb9c dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x7e60dab3 dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0x85cee055 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xd549db66 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw/dw_dmac_core 0xf1e82899 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/edac/edac_core 0x257b41aa edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x020d157d fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04d0f641 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7d6af8 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x26980ae3 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x27b04397 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x311f70a7 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4491289d fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4e554dec fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x645b715f fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x671ba433 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7268fdc1 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7af319ca fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x89c7db61 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x91bd7509 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x99d34572 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9f159baa fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb1d00d45 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb584d5f9 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbed2fcaa fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xce8f04f1 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd4524530 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdc97414c fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe0a57819 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe34f01ae fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe56e0a50 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xed030426 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf39ba727 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf3c728b7 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfc7c3ff5 fw_send_response +EXPORT_SYMBOL drivers/fmc/fmc 0x01de4b34 fmc_driver_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0x2b3e75e1 fmc_scan_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0x42dddf06 fmc_device_unregister_n +EXPORT_SYMBOL drivers/fmc/fmc 0x7b937b7f fmc_reprogram +EXPORT_SYMBOL drivers/fmc/fmc 0xa9268ccc fmc_device_unregister +EXPORT_SYMBOL drivers/fmc/fmc 0xbff80097 fmc_device_register_n +EXPORT_SYMBOL drivers/fmc/fmc 0xc84d6be1 fmc_find_sdb_device +EXPORT_SYMBOL drivers/fmc/fmc 0xd198c3ff fmc_driver_register +EXPORT_SYMBOL drivers/fmc/fmc 0xddfb4b34 fmc_show_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xebfcaa63 fmc_free_sdb_tree +EXPORT_SYMBOL drivers/fmc/fmc 0xf6fed6c0 fmc_device_register +EXPORT_SYMBOL drivers/gpu/drm/bridge/ptn3460 0xcfcacc42 ptn3460_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00667d8a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00de8f48 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x028e27d7 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05d05d38 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06a356f1 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08052350 drm_crtc_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0861e443 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09ee82c6 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae75847 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b22392e drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d2ece8f drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd9f1cc drm_mode_equal +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 0x116a0666 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c2a469 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13167f14 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x147ac7fd drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a9a178 drm_get_format_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14e22a54 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x161411f4 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x166beae2 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x178e3628 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18935fa5 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189f6401 drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194357b2 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e44324 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ad4414e drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ca3d22d drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1da6f610 drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b37c60 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2314b175 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x240ff9a5 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27967aba drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29ad006c drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b2725a3 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ce38ca9 drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ce797d0 drm_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cf93de8 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d80be4d drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7a4300 drm_rgb_quant_range_selectable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f0b064f drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x300f1748 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31421939 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31530c15 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31ac9bee drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3223da1f drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a7f898 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32aa3481 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34a54ff5 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3567360e drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3693a979 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39bd5b22 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ae7b2d0 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b557d68 drm_bridge_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b62b592 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b7dd1fc drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c00bac6 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3df04a1c drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f249da2 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f8a4904 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40441f02 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x426a2bf6 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x426d869b drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4958f752 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49fabf0d drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a70579c drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b026320 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d119352 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d4b26ab drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d6cd5ad drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4dfa849a drm_bridge_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e752656 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50e28c07 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5143a72c drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x526f6f71 drm_rect_calc_hscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x527f1483 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53dd8335 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554a3351 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57e196b1 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58ae3362 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x597717c0 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7318dc drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5dec7c90 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60fa5a88 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61213089 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61744d4d drm_dev_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61931989 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61d5f45b drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x623f1921 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62f1aad8 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x674d263b drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68ecff0b drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6900d335 drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6afc8108 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b151b86 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b9e1dd2 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6beb568a drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c884653 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c8c05b7 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cb2d0eb drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc3c29e drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ce24467 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e0d5e16 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6febc130 drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7014bd5f drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70c266d4 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70ddf743 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71e59eb7 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x725ce7c4 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x726ef99c drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7276f0a9 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x742ad517 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x751abdb0 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79e60147 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ad3a0e0 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c638ad5 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f10cab4 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x803940c1 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80fbff0b drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba930c drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e773e4 drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ed559a drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81efb259 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82708ca1 drm_modeset_lock_all_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8377b88b drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83d4d4da drm_universal_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88f71b79 drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x895e1106 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a0f912c drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c5629cb drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d1e6942 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d4373e3 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e69c6ca drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb56e23 drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90ede070 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90f4fd9c drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92a63563 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93fbe41e drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9438435a drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9446ea00 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96933c6d drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x988c2b31 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9920301c drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9972db48 drm_rect_calc_vscale_relaxed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b3e19fe drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c088672 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d6c9af3 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d70fc2a drm_rnodes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9de1efdb drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e80bb9a drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f26e1a1 drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f5064ad drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1c67b93 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa28078b2 drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa348882c drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3a02e8c drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4737a0e drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa56fe4a5 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6a0cebf drm_modeset_lock_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6f51b73 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6f8da4d drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa77a6c3b drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7bd768b drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8c2c4aa drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96acfcb drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9d07b3c drm_dev_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa1d1006 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaca11b5b drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf060f84 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0c8697e drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0fd30ac drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb10ea475 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb167a4b8 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3da30e9 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb419c200 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb50a3ade drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5540008 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7111a74 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7671c2e drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb83f24af drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8fd0cba drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9180ad0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc33748f drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc6a5d31 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd8251e0 drm_modeset_backoff_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfd6f6cf drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc11ecd60 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc30b7500 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc360e7e2 drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3875120 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4b453fa drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4df3e98 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7f7cc11 drm_vma_offset_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca02110f drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca721629 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcadb5562 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd29f07f drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdd2a6bd drm_gem_dumb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcec158f0 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3cf3b94 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd40f38a5 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd66b29c0 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd71d941c drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd77f9332 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7ca2de1 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9426e0c drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc3c6aa8 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd790f99 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde133b23 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9672ba drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2221ad1 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2dff7ee drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ef97e4 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe34b2569 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe470d088 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe60ccaf8 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe758363b drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8ed8d35 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeabab113 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed2490d4 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedb4e368 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee91c3e1 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0064db6 drm_get_cea_aspect_ratio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b013cc drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf219f21d drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf25eebd3 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28d88a0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2d5cc64 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf37dbf12 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf47dd85c drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf519e286 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6d3a423 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf845890f drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf874bc48 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa023dfa drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb80bfb0 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbff125e drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc03cdf8 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd063935 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8814b3 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe99b188 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeafce57 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff7fe0cd drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0174ac5c drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0417c0c9 drm_dp_link_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0542cccd drm_primary_helper_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x098e47d2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09c28d2d drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96ec70 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x119ed1e1 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x155e3329 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15d80962 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x163251c8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x184be570 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x189d444d drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x191a3de4 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e3a285f drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1eeb4756 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x24c2494e drm_pick_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2bb8b048 drm_primary_helper_create_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d4d3227 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33b7cc1e drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34871adf drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3e20edd5 drm_primary_helper_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x46df833b drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x470864fe drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ba882d8 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4eae8517 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x534cfa91 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5375770f drm_dp_link_power_up +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x563bceba drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63592f88 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7399e67c drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b1984d1 drm_primary_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7c552cc9 drm_dp_link_configure +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x802cb2b6 drm_primary_helper_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8282e1c6 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84e924ba drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8c0a4c8c drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8cf72813 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6ac8dee drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77858bb drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa81d6a74 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae7466a2 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb184f68c drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbce534fb drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc3edb01e drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcda6415a drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd133b8f9 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7193416 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7ce21b8 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd86c2658 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda8cd8fc drm_plane_helper_check_update +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda9b29b7 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd84f243 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4994c4a drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeddb8449 drm_has_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2211c5d drm_helper_probe_single_connector_modes_nomerge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2e21ad4 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x1b11093d drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x2ca9d522 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xf5245046 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0525d89f ttm_mem_io_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0cf8ae46 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0df8a297 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x127aac16 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1284e1a7 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1588708e ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x16b4852e ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x19968d64 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x19fdb425 ttm_bo_add_to_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1cb52201 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1f63389c ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x22400e1d ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x324bd4f9 ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x34e2a474 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3ffdcb4c ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x485a5bc0 ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e8dd264 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4f99d42d ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x51101278 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x512c4ade ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x516c1140 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x531f9def ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5524e58f ttm_mem_io_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x564e1aee ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x59cdcf0c ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a8fdfea ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5ba40021 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5ee6e8ec ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5f2cff66 ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5f64e192 ttm_prime_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x60c6a457 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x627baf92 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69fba152 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6f401aed ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6fb3d5eb ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x717877b6 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x74fdbabc ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x77185c30 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d55da85 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7f877ec8 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7fca77dd ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84a13931 ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x880a15ad ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89a443de ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8b1dec96 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d14adbf ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94894449 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x981219d0 ttm_mem_io_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x98310d09 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9b1f9011 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa266f5ad ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2a129fd ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa73de2a9 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xac80a999 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaeca9abf ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb0adf195 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb135c807 ttm_mem_io_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb83c6470 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5f0c2da ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6e43a8 ttm_base_object_lookup_for_ref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcea83226 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf67c299 ttm_ref_object_exists +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd2c40735 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd72bd6ea ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7a8ec3d ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7f51742 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8edb115 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdb08426b ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe2fbbf24 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf26cbecd ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf3614948 ttm_bo_del_sub_from_lru +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf5fb6c00 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbb9495d ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x9656402f i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xbebcd15c i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xd6f7b188 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x247ffb41 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x67f874d6 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x52ee4d0f amd756_smbus +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xc7d38776 st_accel_common_probe +EXPORT_SYMBOL drivers/iio/accel/st_accel 0xf4ee468c st_accel_common_remove +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x15e3b6ce hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x55dc7702 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x68127326 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc558dcef hid_sensor_read_poll_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xc83a92bf hid_sensor_format_scale +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xd6e4c9ab hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xd7a3808f hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x6334679e hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x8916e5ad hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x9d93fbc1 hid_sensor_power_state +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x00e73111 st_sensors_set_axis_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x074d7047 st_sensors_trigger_handler +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x0e8926ab st_sensors_check_device_support +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x18c76e25 st_sensors_allocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2491c43e st_sensors_set_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2a7ece9e st_sensors_power_disable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x2e29aa8e st_sensors_set_odr +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x342cbba2 st_sensors_sysfs_scale_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x4a0e8397 st_sensors_set_fullscale_by_gain +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x961a8bbf st_sensors_deallocate_trigger +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x9b563f21 st_sensors_power_enable +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0x9caaccaa st_sensors_sysfs_sampling_frequency_avail +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xa0926c4d st_sensors_sysfs_get_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xa1016969 st_sensors_init_sensor +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xb7e9a0e2 st_sensors_read_info_raw +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xcb343a29 st_sensors_get_buffer_element +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xd9496f8d st_sensors_sysfs_set_sampling_frequency +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors 0xfc8d04d5 st_sensors_set_dataready_irq +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_i2c 0xb422d1a9 st_sensors_i2c_configure +EXPORT_SYMBOL drivers/iio/common/st_sensors/st_sensors_spi 0x111941a8 st_sensors_spi_configure +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0x991c31fa st_gyro_common_remove +EXPORT_SYMBOL drivers/iio/gyro/st_gyro 0xfde68748 st_gyro_common_probe +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x94e25022 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xad1d6bd1 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x01440f8c iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x0de9663e iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x1104affe iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0x2065bfd7 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x3e035635 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x4237bea9 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x644726c6 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x68a70959 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x712623b2 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x734f99b5 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x7b0b42bd iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x8bbcb750 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x8e5cc59b iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xadb700d9 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xb237737f iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0xb7ed7b58 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xc324286c iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0xca24c603 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xccecfd50 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0xd2804035 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xdfc02c0e iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xe6212b59 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xef161b90 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x830be88d iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x843939e9 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x471eae9e iio_kfifo_free +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xef26074e iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0x322a3a29 st_magn_common_probe +EXPORT_SYMBOL drivers/iio/magnetometer/st_magn 0xaef3e230 st_magn_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0x0693f197 st_press_common_remove +EXPORT_SYMBOL drivers/iio/pressure/st_pressure 0xf17ea1d0 st_press_common_probe +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x049ace30 rdma_addr_find_smac_by_sgid +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x04b8b6d7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1c3c0ad3 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x1ea5767b rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x273f4cca rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x32a8402c rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x446fd7c9 rdma_addr_find_dmac_by_grh +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x59252c9d rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x90c6e87b rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x085830a8 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x26aff705 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3a32891d cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x55ccb336 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x59aebdc5 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6b20da2e ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x86f41a8b ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8708ae64 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x89d709cd ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8be34c86 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9170ea51 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9c392b56 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9d8dd793 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa04bc4c8 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xadcfaf12 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb18349a9 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd879c8af ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x096851a7 ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09aa2993 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fad739e ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x120ce363 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x180920e7 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e35efb7 ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2188101c ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x222f0f50 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23a7ea8f ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25a27f71 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27e0cc37 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29c27a62 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b226200 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d8ad5bf ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3096dd1d ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34f6c5af ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3aea0a38 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4015e656 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d96abf5 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x517d599a ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x557f6e7a ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5611cdea rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ae07bac ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f7058fd ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x609e0ffe ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60fff0c0 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6122e5f6 ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x686a4b9f ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e030e26 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6fd25071 ib_resolve_eth_l2_attrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71a7cd6f ib_create_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74d860ba ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x759cd9be ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7854e4db ib_create_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b93dd18 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c744e81 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7db59e95 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7eac9029 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86ca930e ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88543f4a ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a3459b0 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8effe0a3 ibnl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93e4e8b4 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95ae645a ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95d95bf5 ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9632c407 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99034731 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa04d4109 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3312704 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4703f80 ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa6a0879 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0a3467 mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab1eb74d ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac243151 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xacbf1145 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xacecf6f8 ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb431a646 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93a52b0 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbadd8259 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb8f9029 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbbdecd1a ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc63953ba ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc72030ee ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc79e9ace ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcae58849 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb953693 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccbdba8b ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2ea7c42 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd84a21af ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc30534e ibnl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc9fc81a ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdcf8574b ib_destroy_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde21e75a ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde441936 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe120fa44 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1443f0a ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6133947 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebed4223 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf16d59dd ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf20b5bfc ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf235cf07 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2fc43c9 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5150bb2 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9006643 ib_destroy_flow +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb1241ce ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff534273 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0585679c ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0ed29709 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x231c5851 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x85b35c26 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x923de31c ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa4dce94d ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xabf347b2 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xbfdb0d96 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xd706a622 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xd8bc1f79 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xddf33ff7 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xef16700f ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x093ae18c ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x22f07253 ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x296e3598 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x5328d7a6 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8851ddd4 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x9a1cd50d ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xac919bbc ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xb3ce6030 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xcd7dc8a0 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xddc330e7 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xfc8cb01c ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2569d757 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52a6ce77 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7971c00e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe350f2aa ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x00f37da7 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0216f128 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x09b97681 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0ff9f042 iwpm_remove_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1743f18f iwpm_mapping_error_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3674ac8e iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4ad6f907 iwpm_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5da59312 iwpm_register_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x629a9922 iwpm_ack_mapping_info_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6968573d iwpm_add_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6cd21be9 iwpm_add_and_query_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x74cb4d66 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7daacc2a iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x904609a0 iwpm_remove_mapping +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x91a914d6 iwpm_init +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9327be67 iwpm_exit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99edf901 iwpm_valid_pid +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xae802e1f iwpm_register_pid_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xbeafacd6 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd447b24a iwpm_create_mapinfo +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd56c31bd iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd57e00e6 iwpm_add_mapping_cb +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf380aa0f iwpm_add_and_query_mapping +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x03b9f301 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x08912ec3 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x127c0323 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x18415ac9 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3c92be24 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x58136428 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x64f16c3b rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x652ae5dd rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x71c00608 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8c880fb7 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8cf8a5a4 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x98a1d899 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xad4f051f rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xad8b15bf rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb2e6a208 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcd22848c rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd6902061 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xda361cd5 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf18e154f rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf5e6c9a4 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfa75b639 rdma_reject +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1ba4af42 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x2aee55a5 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5d75e5cb gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7b26825d gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7d41a661 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7d429dbc gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8ed7c56b __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe656a36e gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe8b2811d __gameport_register_port +EXPORT_SYMBOL drivers/input/input-polldev 0x0c0bd269 devm_input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x2e60871b input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x7dbd439e input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xc0ea7eb8 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xd859b28b input_unregister_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x0490b676 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x20feab1b ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x2aa51ce9 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xae0f5534 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xe58e5689 ad714x_remove +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x6ac93926 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/sparse-keymap 0xae82955c sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xb772af21 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xb8f9a3bd sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xca291a15 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd02bb72b sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd6f53d27 sparse_keymap_free +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x4ceb8b2a ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xdcc9339d ad7879_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x07956d37 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x0b4a1cd3 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x134f930b capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x185259b4 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50d19fc3 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71de1408 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x78bc8992 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8205645e capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x85aee212 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc966a73b capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x092492f2 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x149ae61b b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x1c431056 b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3a9c337b b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x430a0f89 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x4b27e381 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x6b1d0696 b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x7028e4b1 b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x71ab2754 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x7627b977 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x867b3758 b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x93b61f38 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9546e61f b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb23447d4 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xe01d439f b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x1b55a616 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x2eb8993f b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x3e3989d8 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x53533720 b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x571a3ea6 b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x7d3c8eee t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xafe3493f b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xf5c895f6 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xfca191ae b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7ab59853 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x422ee57d mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x573a53bd mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x8c4dc9b9 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xc62f7e1d mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x1cf08506 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xf56ca7a2 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0c77159 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x11bb05bf isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x230882c7 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x6b48e076 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xa9778105 isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xd7f73b00 isacsx_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x1cde48b8 register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xa1d98c98 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xd757088a isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x10844571 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x14f194bd recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x16390dde mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x29d6b7bd mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3e254786 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x45f7c669 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x48821b0a mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5b9cc71d recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5c19f4fc mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5c8fd622 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x75fcbd6d mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x83caa900 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8973d1ca create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8e17dd7d recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb9e2077f mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc1f331db get_next_bframe +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 0xd4aae00f mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5d4c675 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdcb93dd8 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe7281b95 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf434b682 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf4829195 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf5a0e8e4 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1d89bd11 bch_btree_sort_partial +EXPORT_SYMBOL drivers/md/bcache/bcache 0x1f529ce8 bch_bset_build_written_tree +EXPORT_SYMBOL drivers/md/bcache/bcache 0x26481f26 bch_btree_sort_lazy +EXPORT_SYMBOL drivers/md/bcache/bcache 0x440b4830 bch_btree_iter_next +EXPORT_SYMBOL drivers/md/bcache/bcache 0x44a37d62 bch_btree_iter_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0x5b59b856 bch_btree_insert_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0x6ce5a3db closure_wait +EXPORT_SYMBOL drivers/md/bcache/bcache 0x7daccb73 bch_btree_keys_alloc +EXPORT_SYMBOL drivers/md/bcache/bcache 0x8833b0e8 bch_btree_keys_free +EXPORT_SYMBOL drivers/md/bcache/bcache 0xa3c5c702 bch_bset_fix_invalidated_key +EXPORT_SYMBOL drivers/md/bcache/bcache 0xca5df778 __bch_bset_search +EXPORT_SYMBOL drivers/md/bcache/bcache 0xcaf527c4 closure_sub +EXPORT_SYMBOL drivers/md/bcache/bcache 0xcb081626 closure_sync +EXPORT_SYMBOL drivers/md/bcache/bcache 0xce47a6d9 bch_btree_keys_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd2813054 bch_bset_insert +EXPORT_SYMBOL drivers/md/bcache/bcache 0xd3b8d2f7 closure_put +EXPORT_SYMBOL drivers/md/bcache/bcache 0xdf892351 bch_bkey_try_merge +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe3c17af1 __closure_wake_up +EXPORT_SYMBOL drivers/md/bcache/bcache 0xe67c2d16 bch_bset_sort_state_init +EXPORT_SYMBOL drivers/md/bcache/bcache 0xec6f33d0 bch_bset_init_next +EXPORT_SYMBOL drivers/md/dm-bufio 0x268682d2 dm_bufio_forget +EXPORT_SYMBOL drivers/md/dm-bufio 0x72f07bf4 dm_bufio_set_minimum_buffers +EXPORT_SYMBOL drivers/md/dm-log 0x1553f670 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x3ae40901 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xa8b7ca40 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xf5124e0c dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x06d6b1e6 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x07c8c19e dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x39ceae63 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x5b9bd108 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x8bb98ac8 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xba0a4b5d dm_exception_store_create +EXPORT_SYMBOL drivers/md/raid456 0xb630ddae raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x44dbc51e flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x58a8c8ce flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x64f82082 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x65cddf2f flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x715da534 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x71927d82 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7a861929 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8df2257d flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x90f2dd65 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xadd0a24c flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xca912aee flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xced074bc flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xeeed76c3 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x162f0afc btcx_calc_skips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x4c890f2b btcx_sort_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0x7858c27b btcx_screen_clips +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xaa6bd54a btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xe9e2c076 btcx_align +EXPORT_SYMBOL drivers/media/common/btcx-risc 0xf2d1ffde btcx_riscmem_free +EXPORT_SYMBOL drivers/media/common/cx2341x 0x182d5a91 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x50f1c836 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5ea25d83 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7d4a7ec2 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x731004ed cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/tveeprom 0xd18ce967 tveeprom_read +EXPORT_SYMBOL drivers/media/common/tveeprom 0xe4d18380 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x000a3c44 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0965d33c dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x27b08a86 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x32706276 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x50e0f087 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x58d200ea dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5c0ea535 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5d5efa3f dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f1d127b dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6738a440 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x70af1058 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x78db694b dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7ef91f58 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7f4f9b54 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x85a5e7d3 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x891a77be dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8dccff57 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x95c63f70 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x977764ae dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x97d17c91 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9880a0ed dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9ca58999 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa515b13a dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa87dc4c9 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb5ac2f07 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb6f8e8ee dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc5ca2b97 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc982c36d dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcf589e8c dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd062d143 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd75e7eee dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd8f7184c dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdba844a2 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdd323006 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe4750c01 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xef3d235a dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf28e7431 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0xe1b1f121 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x9d52c406 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x738640f6 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x925d7ed6 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3f4517f3 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4c4cab20 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4e7a226f au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x73a66d09 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x79650ab8 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbdd913b8 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd589816d au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf405abc2 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xfb4077d7 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x3e2b2394 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x7a62e0c6 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x9b2ce137 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0xd6249a95 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x6a2880cc cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x8b5e9702 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xe4cc7a7b cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x129a0281 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x1f5b7682 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x2731a6c7 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x1b168818 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x09cb0f39 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x755a76c7 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x7ef241b3 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xa20a9371 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xa67391b5 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x09d67dc6 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0f0e6652 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x120f6c80 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1a16b231 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1e2382f5 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x20e06320 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x283f5424 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3976c29c dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3d1b295b dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4b526bf5 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x62cff333 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9a2cb3b5 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe462d26e dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe5f37ed0 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf7d42002 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xd87e718d dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x645afb0d dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x6cc403fc dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x8b6e33a4 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x92da9950 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xd15537ac dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xe385c121 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x008ac185 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x76f04363 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x7bef52da dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xf5d7465f dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0be1d7cd dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x48a5f0cd dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x498470c4 dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4d769552 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x59b68d2a dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x670b86b2 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6723a072 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x725ee595 dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x96afbf08 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xa2aab248 dib7000p_set_agc1_min +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xbc7736dc dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd02c615b dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd35986da dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd7f11cd7 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xdca7efcf dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe36f8b2a dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x055487ab dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x16f05004 dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2b1c7344 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x35875eb7 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x383ac654 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x4c17ce4e dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x51802fb8 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x529d8ab0 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x55bc7ed7 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x5f589885 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6dea6b97 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7cb857db dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9bb016cb dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa7abcb27 dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xbf9a68ef dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc90aa5fd dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc96240d6 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xcdbbb9fc dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd7317d31 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x79433378 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x9f151b42 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb026a56c dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xf2f06cb7 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xf4494ea8 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xdf9c70ff drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x516de270 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xfa8969aa drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x3f12e56c drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0xd11241c8 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0xb3450a5d dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xd888c81b ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x32963116 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xa8825332 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x1ed3c2fc isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xc44f8d45 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x69dba399 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x4fc1ba63 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x21f3c093 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x3ee6bada lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0xedd9f033 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x66429403 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xaa0ccb1c lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xf4d39e1b lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x2082f869 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x881fa12c m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0xd5891891 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x94943576 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x501262af mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xf23872d3 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x2c19137b mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0xd41e9151 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xf712f544 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x7e630551 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x7313474d or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x284ce2dc rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xae47131d rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x047d1c54 rtl2832_get_private_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x32ad2050 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x7f11704f rtl2832_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0xa08e03a8 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0xb72ec8f7 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x255e9656 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x8ced7f00 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x22b99fb1 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x3c6155a3 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x21264a30 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x5811b229 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x5d54c6db stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0xa2b6f3de stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xdf8c418b stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xbeab4068 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xb7faa24c stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x79cda614 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x7ecd05cb stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xab0a394e stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x6b3e7f99 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x060ca04f stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xf8028674 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x54bded60 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x9a96aca5 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x81af1cc8 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xe9c06baf tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xa0850ddb tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xc16b4e2d tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xe479080e tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0xf51d4369 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x7d3ee0e8 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xbc4630ad tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0xfb219797 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x9d884788 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x1716e56f tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x835bbfe7 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x88170829 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xc667d5f0 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xf80925ca ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x2fc62ba0 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x6a96dda1 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x318eb84e zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x29ba7351 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4eaa90b1 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x74c4e57a flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9ff4ca78 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xcc54e29f flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe0f550e0 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xeda4b9ff flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x4ff29fcb bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x8bdaefc2 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xc1fbca9a bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xcd167951 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 0x5ff25e4b bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x837f5649 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 0xd4bdd60b bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x26aa8c24 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4811751b dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4d9fe9df dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x64817f4b write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x69bdc96f dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x9a16c048 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xac87b4a7 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xbf88981a dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xeddc185c dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xa0639422 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x175d5ca7 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x18321a59 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x6cd5ad26 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x956d9da0 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xa7fc750b cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x2dad2a9b altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x45b2bb92 altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xd71d23a0 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 0x1830da31 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x557f879a cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x96614fed cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa5df35de cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc5d38741 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xdaf1715c cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xde931cdf cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xef9122cf vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xf8467ce0 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3f08b58c cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x911ca465 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc17d9d7e cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc94ca179 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x07fe5a51 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x11393219 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x69112a27 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xac2595bb cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xacf0d765 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xddccdf0d cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1adeb3f5 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x20fddd4b cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x241b9483 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x287cd64d cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3d003e1d cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5737ef1b cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5abbcb30 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x627cf5a6 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6b94e1d7 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6fe2a2ea cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x713a0b26 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7768afbf cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7994d12c cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8e279f28 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x91652bea cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x946992f8 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa849c382 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa99105bc cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb1b778cc cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb988195e cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd6819f03 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe2d502f9 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0355df4b ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x092aaa1a ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1052c8af ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x54f93a74 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5af0bb8c ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x609686d6 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6fef4b21 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x870cb164 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8bc73d60 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8c83e306 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xaf01cd18 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc5b68431 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc87e7467 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcefbdd01 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd639145f ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xead23f0f ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf4aa3fd8 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x002b9279 saa7134_pgtable_build +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 0x1cb09d07 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x27392aa1 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x373eddbb saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3808b26e saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3855099c saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3bf8c68f saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x672f794f saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6c96f1f2 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6ce147cc saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x73039031 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xafc32518 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xcab95bc3 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xea68874a ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x3ecba38e soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x619bd947 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x671b684a soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x6a50fb1d soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x703840e0 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x72540ea9 soc_camera_power_init +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x8d42c381 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xc74c9698 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xf3565092 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x25c52d97 soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2863728e soc_mbus_image_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x4315fbfb soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x5f3e3558 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xbce18b97 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x3c48fab1 soc_camera_calc_client_output +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0x4a875d50 soc_camera_client_g_rect +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xd6837e89 soc_camera_client_scale +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_scale_crop 0xd6ac8230 soc_camera_client_s_crop +EXPORT_SYMBOL drivers/media/radio/tea575x 0x2134dbc4 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x4f0d8346 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd6566ad4 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xdb31034f snd_tea575x_init +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x120d7008 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x4142b819 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x5436e51d lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x82153f33 lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x94bf0c6e lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xac5fb326 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xb6cef757 lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xc18ea808 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/rc-core 0x003da745 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x5ba4fa5a ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x0ca59472 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x6338af57 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x3ba3546a fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x49793455 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x8b67218c fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x1b0ec652 fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x45b6335d max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x52d48507 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x08ce884f mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xfcd21aba mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x51e503be mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0xd9e056e5 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x72cc793c qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0xe55bd334 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x1587a31f tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x9801a86e tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xf3d14351 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/tuner_it913x 0xb01d9f07 it913x_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0xb83b65ab xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x05c48701 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x2e228259 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xabe1cf05 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x17ee01eb dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x2334fbe9 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x30c201e9 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7f0eff40 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x89acc93e dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x964c2908 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa642ba51 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xcc5c01fb dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xff96c946 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x4fbeff55 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x66bf71b6 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x76b6866b dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x998a4698 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xcf71fe22 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe1626208 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe5bf710c dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 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 0xe11f61f2 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x04237f57 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x04a0e563 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x117e1475 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1a3f0e51 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2e2b8a58 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x44f447e1 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4bc5b19a dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8e538fe8 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8ed80df6 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xde50ef08 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf4208a23 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x7abe9901 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x96fa2da7 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1008b5c5 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x131c9170 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x389e713f gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3ee2726a gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x71ac13ae gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9e4efaf9 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb1af3787 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf0011af4 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x276f4367 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x6fa32096 tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xd8bb5154 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x9408ba93 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xbfcfbb59 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5a8f991e v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x8a1da9ad v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xcedda615 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x54c6e261 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x788e63bc videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xbb731556 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xc8cc3741 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xec7004b0 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xf2a8823d videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x377a0d4e vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x02304c68 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x721e22a6 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x8e81e883 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0x93650ecb vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xa59a8cd4 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-dvb 0xc481e339 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x00c17292 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082e2290 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x13a239ce v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1b720966 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1ee1aa56 v4l2_clk_get_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2801f148 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2a5c3943 v4l2_of_parse_endpoint +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b8cd15f v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2fbd2e96 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x303c7eed v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x30db535b v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32cb52ad v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3441433f v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36847d11 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x38a5dd48 video_unregister_device +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 0x3f4b387e v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x40c20ed5 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x414fdd18 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x422da725 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x440a9def video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x47c8e39f v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c30ef08 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x53793dcc v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x55c09135 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x584f00f3 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5a40029e v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5d709338 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6d64dadc v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x708617a4 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x718a7daf v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x721aa6c2 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x762a7765 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7fcb752b v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x809be74a v4l2_async_notifier_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x83c7074a v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x86679581 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x87fe1847 v4l2_clk_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8879ba69 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e2b1f1 v4l2_clk_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b39be7a v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x907b6ecb v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x90a62755 v4l2_clk_set_rate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9355d7b4 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x941dbd94 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x965d8a7f v4l2_clk_disable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9a3cb8d1 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa5867a96 __v4l2_clk_register_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa8eca271 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xae7f859b v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbbe966e2 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbe4162d7 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc32d03ab v4l2_clk_unregister_fixed +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc5c85254 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc5d5711a v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc9025750 v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc9908c1d v4l2_clk_get +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcb75e0a0 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd14e544d v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd2d3a8fc v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd47fd541 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdcfae46a v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xde60c85e v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe0401720 v4l2_clk_enable +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe0bffb71 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3c8c25d v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe9d3fb06 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xebc30329 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf5674fec v4l2_clk_put +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf5de471e v4l2_async_notifier_register +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xffced1e1 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/memstick/core/memstick 0x04d41e61 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3cb0445d memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x42cfda3c memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x747b440b memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9b3f182f memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9e12d061 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xac8382bd memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xbf27cbd4 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc3b9fdf9 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc76a8e08 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd6f07d8c memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc07e67e memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe06cfd1e memstick_remove_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x21a94a4f mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x27e950ff mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2da1f16d mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2e86512e mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x30ca649b mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x412666ae mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x43c3fc24 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4708477f mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4fa24876 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x51e065a7 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x53608b6a mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5bd633d5 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5f4ee886 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x61eceafc mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6b3dd4dc mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6c8ffd78 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7b57dc01 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x84147be5 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa183078b mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa30821f7 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaa93194d mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbe3df7b9 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbf40c6f4 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc00b4082 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcd777e69 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd5e192ef mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe8b0d18c mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xeac477ae mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xefb59ada mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x000f3118 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x01c0c727 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1d56023a mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1f746cee mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x208fe0b6 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2646ca2c mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x32072fb0 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x34e5c6a1 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x38305949 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x44990184 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x46dae796 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x56276ec6 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5e845774 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5fb92364 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6b3d26ba mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x74b4d892 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7551d70e mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa637a078 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa82decaf mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaa48ef68 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc0bcb3bb mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc6504dc6 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcb140897 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd26f3531 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfa0d1ec0 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfa890e4e mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfcdbb04c mptscsih_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x0095b897 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x064aa784 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x09378c99 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x1cef8045 i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2058afb8 i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x37a9056b i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x48703c07 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4ce9b40b i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4ec44ecd i2o_cntxt_list_get_ptr +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x52bc1bfe i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x5f1ef2b9 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x718dc39e i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x7cf590d6 i2o_cntxt_list_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x9a4c2063 i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa5fb570a i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xad8b3018 i2o_cntxt_list_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb06be490 i2o_cntxt_list_add +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc7e0750b i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc9636f6d i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd93d23cd i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe99963cd i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xf64c3052 i2o_driver_unregister +EXPORT_SYMBOL drivers/mfd/cros_ec 0x41b2c35a cros_ec_resume +EXPORT_SYMBOL drivers/mfd/cros_ec 0x5710d2b4 cros_ec_remove +EXPORT_SYMBOL drivers/mfd/cros_ec 0x94e574ff cros_ec_prepare_tx +EXPORT_SYMBOL drivers/mfd/cros_ec 0xaa0749f8 cros_ec_suspend +EXPORT_SYMBOL drivers/mfd/cros_ec 0xfeb1ecfa cros_ec_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x1a6190af pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xaf632d1a pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1c5dd548 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2f80f49e mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x353c7154 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3bbab4d3 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x43131707 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x53678472 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x60b00f0b mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x741b9148 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x85bbe4f8 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9d805c65 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd097d66c mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd11d5703 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe839655b mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/tps6105x 0x08413be4 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x90dd3d09 tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x9db5e61e tps6105x_get +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/misc/ad525x_dpot 0x0ceff24f ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xef6080af ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0xa59ec0eb altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x1bf33baf c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0x601c07b6 c2port_device_register +EXPORT_SYMBOL drivers/misc/ioc4 0x93beaa10 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xae9450eb ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x1fa5b1cc tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x1fd54cbc tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x3f806c7c tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x504d39a7 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x50b39be8 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x56079693 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x9f246a61 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xa8c2ec46 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0xbac41d93 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xbce63246 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xd8e153a6 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xee02a7af tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xf5050076 tifm_has_ms_pif +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0xcd1afea9 mmc_cleanup_queue +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x8e040dd6 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xf4000c17 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x22c2f109 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8fc7abff cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xc852a20d cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x0248ac08 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x622962ef map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xe75236c6 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xede0ee10 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x8f5e78bd mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x4879b466 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xbee0dda0 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x16783690 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0x2bb43d4a mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0x50417346 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/denali 0xb0287304 denali_init +EXPORT_SYMBOL drivers/mtd/nand/nand 0x43437f9d nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0x4a7111a2 nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0x72718499 nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x730e238b nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xa8bea19e nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0xbea0086e nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x39d13672 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x4deecbfc nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xbffc2de0 nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x0fe0eda4 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x74c2725a nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x57a31e57 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x25d48167 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x69a829ab flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xa4391d3a onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xf74659bc onenand_addr +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0c47d9b5 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0e96d454 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x260109c0 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xbde3d87a arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc0305a6c arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcf8340d7 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcfb32894 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd04259ac arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe8dc7967 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf903c02a arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x7b1d4b87 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xb5953032 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xbfd00742 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x2819d1ed ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3c670f17 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3dd666db ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x425de530 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7c4badf2 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x926595b4 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x99410525 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa4a9806d ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xbf07bbfe __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc44cdc0e ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnx2x/bnx2x 0x5ea760be bnx2x_schedule_sp_rtnl +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x26773667 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3b473269 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3d840e65 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x565635fc cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x65cb53b1 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6c476c4c cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x79f67eff t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7c5f7cb7 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7db83263 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x85da7b19 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x980493fc cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa0d2fa9f t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc490d318 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd43c400f t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe04651db dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe7e5af06 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xec713958 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x02510fad cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x09d8fab0 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x151e29f7 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2a500876 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2bd9a105 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x354724a9 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x36f5dfe2 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x39318044 cxgb4_disable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3c9aaa6f cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3ff17494 cxgb4_enable_db_coalescing +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4cf7a7a4 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x510579f6 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5a89639e cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5ddec148 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x75601abf cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7faf7fbc cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0a7110e cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0d32bf9 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa3035303 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb9c15f36 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcb348e37 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xce218730 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xced75bec cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe38677af cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xed6d4b9c cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf28b209b cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfbf62835 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xff4c31f8 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0e712340 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x30d4f005 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f650da7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x7efc6e5b enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9196d804 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa7a6e4d9 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x08919bbf be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xc2494deb be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00e9f129 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01292bbe mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26093fa0 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26b836ce mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3508ca28 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x400bc2eb mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4076f2c7 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x456940db mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4daeb974 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x546a3ffa mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x553354b4 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55d45687 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f4eed5e mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x826a33ac mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x833a320c mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8729012b mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97665d0e mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9cd506a9 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f9726d0 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa08659d4 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2c840e7 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8eaca7e mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5ebc196 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6f0a6ba mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2ac4890 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbb97fb8 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1285a4ad mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13dc0a47 mlx5_core_destroy_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f8f358a mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2fa5608b mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30bc2231 mlx5_dev_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32d42260 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e178848 mlx5_core_query_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45846fbe mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4604e453 mlx5_cmd_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a1da85a mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e30ddcd mlx5_cmd_comp_handler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58a56966 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c22ae88 mlx5_core_dump_fill_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e6181af mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x909a4834 mlx5_core_create_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa263b86c mlx5_cmd_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6c361c3 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaab76148 mlx5_dev_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5ba4d21 mlx5_cmd_free_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe2d2d62 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1bd8a28 mlx5_core_arm_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd23c75fa mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd347a868 mlx5_cmd_alloc_uar +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd1329f5 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef0ab18c mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf768d0de mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfca98433 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfdc20908 mlx5_core_get_srq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff48cd91 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x3fd86c39 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x41dac00e hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x6c5837b2 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x748c3019 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x83dd597d hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x001aad9e sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x1bc01112 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x337bdf1a sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x75ce914c sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x7c3def82 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x89bbcca0 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xd45742ff sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xd5188c3a irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xf04745c2 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xf465ea44 sirdev_receive +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mii 0x3c6bb40f mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x47c01dc2 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0x5264851f mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0x54490ef7 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x622d9fb5 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0x7a416405 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0xa272e2e1 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0xfbb13645 mii_check_media +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x42523cb3 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/mdio-bitbang 0x66758572 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/phy/vitesse 0x3cce5bc2 vsc824x_add_skew +EXPORT_SYMBOL drivers/net/ppp/pppox 0x2416d4bd register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x4d9f0ae5 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x7e201280 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xc1ea57e6 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x17cc6697 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x1f285510 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x216e941c team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x49eda2cc team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x708209ff team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xc4a07fae team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xd2c5f62e team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xd6fb7951 team_options_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x1951883d usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x6b21ff8c usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xaa39f42e usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1075cdbe hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x3c743cf4 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x3ca9990b hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x42dd7231 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4e04a40b hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5998ec91 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9c3478e8 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9ec167bf unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa42aba67 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd2a444ed detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf409b246 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0xa4b2a787 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x1a70087c init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x7db466f0 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x7df6a92c reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0147c467 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0f357f14 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2902b336 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x37ab5f2a ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5a688c31 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x601ff900 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x689ef30f ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x84bb5fe8 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8f90a099 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x923dedfa ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa3c267ae dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb8598a0c ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcd200ba2 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf7833690 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x02b0e4a5 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x078b871b ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x435ecbb0 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8246be6c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x88c1ef73 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x895f9dc2 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x899673e8 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf096710 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbe46f62a ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0199ec46 ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1d71327f ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x27cf1694 ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c1c5524 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c6ddcb4 ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6ff92fce ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8461618a 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 0xa10f4fc4 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa6adc102 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb15248c1 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xcb73a651 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe19c006f ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfb04660e ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0ccaba42 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d15177d ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x36319f17 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7291ec74 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7a50b01a ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7f408481 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x915bba21 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9a06a307 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xad66956c ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb58a82a5 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb84f26f0 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb8f320f5 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc5c7156e ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xca70981a ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd7677ab1 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe973ccdd ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf27afc99 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfe2b2e28 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfef371ed ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01c2d5f8 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x037c5c05 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06c3de86 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07554409 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08e13a12 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0cfcf223 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e19c5e3 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e7eca60 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10504d20 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x14c50cb5 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f40f245 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f824e01 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x21278a94 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2166ac89 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x242ea272 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x287168eb ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29d206a6 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a8d034e ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2bd11eb8 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2e7220f3 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f03fd78 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x338f1337 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x37154b83 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a961aef ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x415ed8ba ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42510dd8 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x479a9192 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47cb505f ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b339dad ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b6080b5 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52bc186b ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53f8855a ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55f81591 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56f5e0fe ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x58d9ceb2 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59321b6c ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5b0c23a9 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5b0f4571 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ec3aa00 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63c7ba8f ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63f4a475 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65f035f9 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x661de2f2 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x670b6161 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68e8f276 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6bf3a732 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6bf96aff ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c4096c4 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f550831 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6fcfd922 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x711d6476 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x72608718 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7b6b326d ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f16f8d4 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81f70e5b ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x84363486 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89bd4983 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c1a9dbe ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8fa6b702 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x952c2d73 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9a7b578b ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c1e5c2e ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e59bd0e ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa0b34339 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa18d0e25 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa456a6d6 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5499bc3 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5e05124 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa640872c ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa653f468 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa8496383 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9bf1697 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb365a3ea ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb4368c95 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbcc5b6e7 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbcfc3cfe ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0896e0d ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0e7ed05 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc11abe54 ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc1a35b9b ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2fe66e7 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc401005f ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5e9df93 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc90b700f ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca907c6d ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xccf8fc48 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcdec00f5 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd79d95f1 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd844d32f ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb00ae48 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb686b45 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe60cf76f ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8d66d92 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea9d7c60 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeb722aaf ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec665989 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee2b8787 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf1738123 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf18b6a86 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf19385b4 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf1d71171 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2a9a3a3 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb8729ed ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/atmel 0x31173258 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x7434a7cc init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xf83c1e7b atmel_open +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x0a43bcd1 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x0abec81f brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x123fff72 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x2e628791 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x4f3844bf brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x5e66e330 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x6383fe1e brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x68ddbdea brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x715f56e5 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x9f4b5dcf brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa822102b brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xc4931d64 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xe1610084 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xf98ff99f brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x07f36799 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x080b160f hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0af81dca hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x11a0324c hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1449609c hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x15414a4a hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1723ac32 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x19665de5 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2935497f hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2a624f85 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x35b221ed hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3acbafd8 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3d45babb hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4993369b hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x50be48bf hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x52fadb42 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5d8e7b19 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x65320336 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x76b50eae hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb42c3408 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb541d074 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xddaa8278 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xdf36aef7 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xec60ef57 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xefed8a88 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf26cb40b hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0e475003 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x15a90225 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x25d68303 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x34c345ca libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x399a82b5 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3d09cead libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3fc4c525 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5d87cd23 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7059b4f5 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x73cd5e45 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x7d0dbf2a libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x80fc5182 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x81e6dbc3 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8b424012 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa9a6ec4a libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc5847a80 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc9801bb0 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd0ccbe4f libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd4428f0f libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe8704b79 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xf594a8a7 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x08fb4b16 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0919a7da il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x09f37fbb il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0acddabc il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x13d33e3a il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x184c612b il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1a8b21d4 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1c8d331d il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1d30010b il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x21f5fdfa il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2a4ea987 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3084745a il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3490d9e9 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x34fc34ab il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x36118478 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x37a06480 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x37e76354 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x38bbb9fc il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x39e50507 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x41997eff il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x43a6ff8b _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x45173f22 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x45b3d740 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x47c7a9be il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4e648514 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x51a02393 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x54cf5889 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x553419f1 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x556cabfa il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5bf14774 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5dc0e3fd il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6313840b il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x63c012af il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x65513dbb il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x69c28243 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6bd49289 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6e00e79e il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x70e19644 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x73783b83 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x777fc22d il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x78b9079d il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7bf09df0 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7e234818 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8513eebd il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x879c6e6f il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8956dcf8 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x89cfbd6d il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8d278d64 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8d46e904 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8d5a867b il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x906d2115 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x90a5f7e3 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x915745d7 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x96085c4a il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x97c8c17d il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x97def706 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9fd9a8d2 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9fef40ac il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa000c996 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa6b04c0b il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xab442bea il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb0de6d31 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb970856b il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbcd2205c il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbd59f1cd il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc08544cf il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc2e50f72 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc9aee8b4 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xca21d39f il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcbae397e il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcdfaeada il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcf0b6133 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcf11a9ea il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd0780c1d il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd0c0de42 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd0d2aa1e il_force_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd72422c6 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd957d12b il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd9cc752b il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdc916fa3 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xde2aa3d3 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe16eb755 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe2b45ee0 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe3ddf51d il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe492bbf3 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe57f1fd3 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe82e68ea il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe8c0a7d6 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe987fd94 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xed2f8025 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xee12f823 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf2dd136a il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf572d48f il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfa3c368e il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfb8307b4 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfc0357e2 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfc308d48 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfc601a3e il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08dd8699 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0c50fa2b __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x1ecc5465 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x2f7b7e55 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x3b9d00d6 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x675bcb86 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x779dd6f5 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x85c1bb84 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8de37664 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x954eb7a7 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x963a6f8a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb8f7026f __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe2dcc8de __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf9ec6bdd __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x13f19af4 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1d8306f4 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1f25428c alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x207f2795 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x2d802895 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x39060e60 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x4ffe6023 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x5dea5bf1 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x71bd75b5 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x7354fa88 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x8aebe675 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb61b2277 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc50a222a orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xc6782f9c free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xcfdc8f5b orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe6e0876d orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xf799b202 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/btcoexist/btcoexist 0x373d192d rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x08c21589 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1eb8ca35 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x21622497 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x28bb1f26 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2a4c4d8a rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2a7ed0a4 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x30e37150 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x32d2d6ad rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3f701662 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4a8d5d47 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x55ec4d64 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x599232ce rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5cd309d1 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x60600eea rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6646155e rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6dc65831 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x797e6b98 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7a92cec9 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7e2f04cc _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8056b4bf rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8f8a7ffe rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9e8af319 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa2434830 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa4ebb291 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb0d32d39 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xba5eab44 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xbd82f5a9 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc1d2d180 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc9e9c5c5 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcc69deeb rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd640f1de rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xddf729d9 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe00e093d rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe0fdaf98 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe30cbf80 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe6b5ff54 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xeccef2b8 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xee99b080 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf27cf749 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf73593fa rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfed9235e _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x2353ff35 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x4cc6c8f8 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0x7aacfff9 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_pci 0xe229034a rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0x9bc05850 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xba581771 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xbfffdf8c rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl_usb 0xc855da2f rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x225dd65f rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2f003a0c rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x30364e86 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3578c786 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x45432b99 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x51a7eec7 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x533c0506 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5a50b40a rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5afad86d rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6d7a134d rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x76586610 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x77dcff71 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x7b643899 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x95190d7b rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x980848e2 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbbf0c1cc rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xbf52002d rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xca6e39a3 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xcc19219a rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd4aeabbd rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe3ee5519 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe718cc60 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe7e3c551 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf5f6b376 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x02114cd0 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x0aa21402 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xa3999e40 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf41463ff wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/microread/microread 0x72ed28c2 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xb328a18b microread_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xb9eff929 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xffc8d9af pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xb37109c7 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca 0xdfd5ab34 st21nfca_hci_remove +EXPORT_SYMBOL drivers/parport/parport 0x0886decb parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x10501f34 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x13284b05 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x21ee24bb parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x22c1642d parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x28a0b80c parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x2ed7a77f parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x307c2f10 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x446e1abd parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4e74d63a parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x4ff06271 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x5115f858 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x58c25e77 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x699ed817 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x6fb0b08a parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x70753b88 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x7b1ca62f parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x915126a3 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x93a07c33 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x96ae2cae parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xa456eb38 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xa5c0f272 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xabecab80 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0xe612cdd7 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xe92c26f8 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xea278a0e parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xec3602d3 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xf7bdbd2c parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xfc3a8eb2 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xfd59a303 parport_get_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x93d27ef5 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xecff5aab parport_pc_probe_port +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x0bfbc40f rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x26e3c685 rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x31a65ab3 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x4c3b927c rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x500db385 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x8ed4750d rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xb75ea7a5 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xca9b1cca rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xd1a5f6f0 rproc_shutdown +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1cd19ab9 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x34e071cb fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x52cf6830 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7035c413 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x83cac671 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa4f2f4a6 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xab9d4768 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xacdc7cac fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xcaa33ef9 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xcf93a63b fcoe_ctlr_destroy_store +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe7a35532 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfa875a1c fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x04e2e83b fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x068d9d94 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0968c6e6 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0db8a020 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x18e062a1 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1adcd527 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1d6615f2 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1fc44bdc libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2bddd2e0 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2d612dd8 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2d7c5dc4 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2dce4843 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x348138d5 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36afe252 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x39cb2681 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3cfdd9bf fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3db004c9 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x42fffc97 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x48599352 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x52132933 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x577df996 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x59816f90 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5ed9062c fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6121cd60 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x635e02ac fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6eadb4eb fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7e8f9ab2 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fdf8720 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x84d41260 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9b15b73e fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9fd9cdec fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa0a16176 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa0d04926 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa5451d19 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa6505c28 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa6e140a4 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaec045ea fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb8c6d3ea fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbf7dfa87 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc3a97cbd fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc67a83ce fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd5368b53 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd5b0c867 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd6ba3fc0 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd82f49fa fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe157785e fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe25d08a2 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe590743c fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xee16dabb fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xef58b77a fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf2f79a13 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf9dc2a2d fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x07ddd2ed sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x0c8cca08 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x52e5bde4 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x72b0c423 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x65a196d4 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x045474d0 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x078d8ae1 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0fc202fa osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x11114166 osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1a952eca osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1df3fcb7 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x259bcd13 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x259e7b68 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4598ed58 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x48fc4d53 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4afe2872 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x553c5542 osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5bcf7702 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5e0409f1 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x71186b55 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7a6e253b osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7c5c9496 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x84b88a83 osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x86e6c579 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x96903414 osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x96b81043 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa403c3fd osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa6399d5a osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xad728203 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb4007d92 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb61af05f osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbbccfa8e osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc03599d3 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc3a4baf3 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc6a2529c osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc921f354 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc9b66954 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xccdc7dbd osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcd21cf0c osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd32caa16 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe2c5e1d5 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/osd 0x3d1b1b98 osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x6694fc71 osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0x94998107 osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0xc1a99650 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xc9cf9213 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xe55b7f63 osduld_register_test +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x19f5aefb qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x22b86afb qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x46c56d15 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4751eb0d qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8e64d57c qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa25efdfe qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb1cb3a4c qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb65d9f59 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbc10b8aa qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbf187b8d qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf8896c09 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/raid_class 0xd6833fe0 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xdfab7564 raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xdfcf8a87 raid_component_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x08abbea3 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x22c6aed1 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x25bf04cd fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x40028729 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4f8d65ba fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5a8f014f scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5ff47c52 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x75291bba fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x78d15f06 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x86e5ac6a fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb3ecceb8 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd3bee23e fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe78211c3 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x03eae4a4 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x04e26f8d sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0f9ca3c2 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1a7dd213 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x23a9db24 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x30b190ec sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x31254366 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3aa38cc6 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3ae2fba8 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3bbccb10 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x41bd58b7 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4d005b8c sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5add3dbd scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x64a74efe sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7f65529a sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x81847830 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x87e4d1f6 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa995623d sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaa3e178c sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xacd60b4a sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xae16351c scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbaccf163 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc70a181a sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcb1ec2c4 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd1ac93f5 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd49f8d12 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdd51a78e sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe4e8c59b sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x172d449a spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x2d84dc6d spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x39408cd1 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x6840eeb6 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x69bf1743 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x1243b462 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x25357298 ufshcd_runtime_idle +EXPORT_SYMBOL drivers/scsi/ufs/ufshcd 0x460f3173 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x0a900f1c ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x22517c5a ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x33ea8092 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x47a30606 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x742743d3 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x77e9430c ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x7a32945f ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x8cabb4e2 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x948cf643 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x99631046 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xb55cf63c ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc8a46082 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xdcd02afd ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xde554ccb ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xde980189 ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xe794ab4d ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xe805d827 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xebab10df ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xf1e232ad ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xf863bb6d ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xff81e9e8 ssb_bus_resume +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x1ac15fe6 fwtty_port_put +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x5833a733 fwtty_port_get +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x81c47551 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x364f46e7 ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x7516cc4d ade7854_remove +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0xfafbf96f cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x0fcfd172 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x398e5edd go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x483c1431 go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x57c7ac3a go7007_update_board +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x6c4453bd go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x97016afb go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xbb8d2a97 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xda2a2088 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xfcfa0d42 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/rtl2832u_sdr/rtl2832_sdr 0x4a881c94 rtl2832_sdr_attach +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x009b6084 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x01ea5b25 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02f624e4 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x03305e72 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x03b03179 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x062e0527 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0ccc02d6 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1619244e rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b959dd5 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x286f1666 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2cc02237 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x34d80176 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x394e86a2 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3cf47a23 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3e2c58fd Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x43136c88 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4a9b268f rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4c000332 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x56eab0ad rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x576322c2 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x577eba00 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5ad839b4 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5cf36b5e rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x65e3056b rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6f20cdf5 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x793a7796 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7c1923dc rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7d1fe70d rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x80a27469 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8140a7ba rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8937f77b rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x89dcbda9 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8bc4be55 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8d214fd5 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8f74a81d rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x92877f1c rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9a9ea15a rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9b1b31e9 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xad52bd5d rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb4ff828a rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb5f9a288 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb9984ae7 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc8788801 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc9ba3c62 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd90bfec0 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdab463e3 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe1b26c2d rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeb28b44a rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfb1cec5e rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xffb3d80f rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x05b5607a efuse92e_shadow_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1441062c stg_efuse_read_1byte +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x15c6d8b0 stg_rtl_ps_enable_nic +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x16cfb805 stg_rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x1e37cc0d rtl92e_lps_enter +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x269c77e3 stg_rtl_process_phyinfo +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x28ea47d2 stg_efuse_one_byte_read +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x2c0ac3fd stg_rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x3b4133ce stg_rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x406933ef stg_rtl_send_smps_action +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x4ca0042d stg_rtl_get_tcb_desc +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x5158330f stg_rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x55da2a01 stg_rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x58659b02 stg_rtl_pci_probe +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x61d85e04 stg_rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x66a64440 stg_rtl_pci_disconnect +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x843fbb2b rtl_pci_get_hw_pointer +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x8ab89086 stg_rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x967f9c78 stg_rtl_cam_del_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0x9c2b020b stg_rtl_pci_resume +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xaaf9f74a stg_rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xb2252776 stg_rtl_efuse92e_shadow_map_update +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xbfab13e4 stg_rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xc1c619fb stg_rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xcbeae79b stg_rtl_cam_empty_entry +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xd4d0d615 stg_rtl_pci_suspend +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe928341a rtl_evm_dbm_jaguar +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xe952f4ff rtl92e_lps_leave +EXPORT_SYMBOL drivers/staging/rtl8192ee/r8192ee 0xf4c77aa4 stg_rtl_ps_disable_nic +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0903a0c7 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0a8bd1c5 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0b93466c ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0c56310f Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0dce2ab2 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x102b8dad ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x145eedd8 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x21929a6f ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x276a8f62 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2967e26e ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ad42f23 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x350cba62 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x364e766a DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3bb3485e notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3dd9de33 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4089c6e7 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4538c7d9 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48135d90 ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48e3005c ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4cbcce70 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4d0cd174 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4ffaae46 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5c66b38e HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5e79f8e6 ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6014c5d1 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x69082342 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x740eea84 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7d6bc94a Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x871e1e48 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x873506d7 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x89874fd0 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8f875958 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x95a35a1b ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9609eb96 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x983825b1 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9c56d7df ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9cae9866 ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9ecdf30a DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa309ee8e ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xabe76dbf ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb8412719 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbf425f1b ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1f7bae7 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc6aab3c0 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd4837425 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd98ea489 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd9e3c7a5 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xda6c3d00 ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe218a8f2 ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe906b853 ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeb403d63 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xebb060af ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xee5fb187 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfa5c232f ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfb83e23c ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xff4b0acf ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x05113270 xillybus_init_endpoint +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x4404dfd5 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0x604dbfa3 xillybus_do_cleanup +EXPORT_SYMBOL drivers/staging/xillybus/xillybus_core 0xd84ebfc2 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0103b5ce iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1248691f iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x163cf881 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x20fb62b6 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x220eadc4 iscsit_handle_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x277c26cd iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x31bb8e97 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x590124c0 iscsit_set_unsoliticed_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5c678d1d iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x68f0ca76 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6fa48942 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x77f22a9a iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7d88f589 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7fac252d iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x87a74d7d iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x944759e9 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x966eb544 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x97574255 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9a6b8c98 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc2add46e iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc40c0885 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd5669781 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd817ad77 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe9f96099 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeac68c5c iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xed8cbb05 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf021ee07 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfe4dc329 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0075c4c1 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x008da5b3 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x00def866 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x011a5ed2 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x036fc424 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x100f6df9 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x115ba7fb spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x138ae36f core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x14aad184 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x16f228da target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x210a6b16 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x21e5fdaf transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2f66ee67 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x35bd53cb sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x36746de5 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x388cbf70 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x478c913e transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4c2557bb core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x4e4481ef core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x53141feb transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x53eddda7 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x56242088 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x564bebd3 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x5959490f sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x69cee7cd sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x6dbe049c core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7057d3d9 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x76d77ff8 iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x79800aa2 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a5856e6 transport_init_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x7bdaaec9 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x7c1ea186 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x8232fb8b sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x85dd4f61 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x888806ed sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x8a18933e sbc_execute_unmap +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e4c4328 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x90d0cf4c core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x90f892c8 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x92849c8b iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x95671150 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a526c21 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xa1f40a5e core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa62db849 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xa6ff5a5e fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xa75ae3cb fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xa76d26bf target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xac4ccff0 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xad0da12c target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2c7751e target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb5a0704b target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xba8171bd transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xbd4082fc target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe035092 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xc7b98266 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xcc9d08fd sbc_dif_verify_write +EXPORT_SYMBOL drivers/target/target_core_mod 0xcd9a7c31 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xce11d334 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xd2d9220b spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xd474b9fe fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xd575cb92 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xd69aecdb transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0xd95102de transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe178873e target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xe18dd88a target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xe224b5d8 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xe37a142c transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xe58a9e4c fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf05f6907 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c42b04 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0xf9a31baa iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xf9fadf9d sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xfd1c74ca target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xfdf7d7a3 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfe395410 sbc_dif_verify_read +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x9aa3777d usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x61ef2945 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x0e63d237 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2745c980 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x35d044fa usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x40b4580e usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x67c71950 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x8112bc6c usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x8398dd5d usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9383c4e3 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x96f98787 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9f129cbe usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xda3ff798 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf93b3303 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xfac21a62 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x815b0f15 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xf226b4d9 usb_serial_suspend +EXPORT_SYMBOL drivers/vhost/vringh 0x0dda8c5a vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1f063017 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x2eae4a2a vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x36dfce73 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3eaf442a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3fa42e4f vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5dafbd4e vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x66af098b vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x6d0e7948 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x76bd9a5d vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xaf8e4a0e vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xafb47dae vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc884d704 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc8bee0a4 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xda4ea4cc vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x4103170d lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x8b86438a devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xdb375c86 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe7f9e766 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x07c0db2c 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 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8bedfb74 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8ccfe6cb svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x956a26d7 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9a408673 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc58f522d svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xea1f7647 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x4a11483c sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x635bd6d5 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0xa94e0467 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 0xfdddafc2 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x298408fa matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xd4ba44e1 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xff82c09a g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x13c33e20 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x198cf644 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x2d1a1bfe DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x62523a72 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x9317eae5 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x7ccf9e7d matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x2bc4331d matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x3a937aab matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xa452fea2 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xcf309db1 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x1652eae8 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x2c558511 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x096820d6 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x0b1ed8dd matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x0b20f900 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x1da699f3 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x43009733 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/mb862xx/mb862xxfb 0xa8f4dc5e mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x69ac7283 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x71fa5661 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x93ac9392 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xad9479d3 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x2b0e8665 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xaf5eed78 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x6834cffd w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xa6a3f8f0 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x0c0341f7 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x4f801cdf w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x68196df7 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x8f2b8d92 w1_add_master_device +EXPORT_SYMBOL fs/configfs/configfs 0x1652c184 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0x4b92b265 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x5ea318cd config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x647af3d9 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x69ffec41 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x773defca configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x7e293afd config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0x8465c545 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x8776e25a configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0xc09fe306 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0xe49f6e4c config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0xfd6838be configfs_depend_item +EXPORT_SYMBOL fs/exofs/libore 0x1a4b08dd ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x3539e344 ore_read +EXPORT_SYMBOL fs/exofs/libore 0x4527e170 ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x4c9388f6 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x4f26cc3e ore_write +EXPORT_SYMBOL fs/exofs/libore 0x58f17dfc ore_create +EXPORT_SYMBOL fs/exofs/libore 0x7acde8b1 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xbd4d7ad9 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0xda99d2c2 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0xe104ea03 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0xe8716393 ore_truncate +EXPORT_SYMBOL fs/fscache/fscache 0x08909add __fscache_check_consistency +EXPORT_SYMBOL fs/fscache/fscache 0x14915826 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x1c6ba155 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x1fbf0b1d fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x250b58f0 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x2b9d8cb2 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x3e137811 __fscache_disable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x4a7aeb63 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x5afa968c __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x5e70b72a fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x5eee0ff8 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x678f1d44 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x7139f982 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x72453d95 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x7a4d969c fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x7e271d91 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x81f5948b fscache_object_init +EXPORT_SYMBOL fs/fscache/fscache 0x8da259b7 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x95c624f1 fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0xa56100c2 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xa7cc3a9c fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0xa7fa4387 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xa802d742 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xa9eae466 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xad611e17 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbd032f68 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xbf9eba7c __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xc1f2228d __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xc79f6541 __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xd2d3c5a6 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0xdc6a084e fscache_object_destroy +EXPORT_SYMBOL fs/fscache/fscache 0xe2a8a3e1 __fscache_enable_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe5097676 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xe624e8ba __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xe636b0b3 __fscache_readpages_cancel +EXPORT_SYMBOL fs/fscache/fscache 0xeb6d92da fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xf0a41e62 fscache_put_operation +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x63bd2851 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x6d05ad40 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x77508c33 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x7c30c6a9 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xec227643 qtree_delete_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x1a703ba1 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0x6d356209 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x56329ecc crc7_be +EXPORT_SYMBOL lib/crc7 0x7a222007 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd09b2cba crc8 +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x4683f0d6 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x4b558153 lc_create +EXPORT_SYMBOL lib/lru_cache 0x4f067bfb lc_put +EXPORT_SYMBOL lib/lru_cache 0x5cf72dbb lc_find +EXPORT_SYMBOL lib/lru_cache 0x67a6d594 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x742e85a3 lc_get +EXPORT_SYMBOL lib/lru_cache 0x8a2609f0 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x91715f8b lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xa084451a lc_destroy +EXPORT_SYMBOL lib/lru_cache 0xa44b0cc7 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xaf3fb028 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xbe996766 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xe8fd52f3 lc_committed +EXPORT_SYMBOL lib/lru_cache 0xef0e8e84 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xf266e66c lc_reset +EXPORT_SYMBOL lib/lru_cache 0xf5ac02be lc_set +EXPORT_SYMBOL lib/lru_cache 0xfe7004d5 lc_del +EXPORT_SYMBOL lib/lz4/lz4_compress 0x0c222eb5 lz4_compress +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x682a23e0 lz4hc_compress +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0xefc78e77 raid6_empty_zero_page +EXPORT_SYMBOL net/802/p8022 0x2059821c register_8022_client +EXPORT_SYMBOL net/802/p8022 0x4852814f unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0xaed0c2b3 make_8023_client +EXPORT_SYMBOL net/802/p8023 0xf5584b20 destroy_8023_client +EXPORT_SYMBOL net/802/psnap 0x1ca3f46d register_snap_client +EXPORT_SYMBOL net/802/psnap 0x9970da1f unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x017a82ff p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x0301ae91 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x046c2437 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x0686ebb8 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0aabde81 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x0ced830e p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x129fc10c p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x1337f10e p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x1a469e78 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x1efcfb1d p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1faa91c2 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x298187bd p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x2e2efbe5 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x2ed3f011 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3ac2e124 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x3aeaa2d6 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x44d2c2c0 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x52dc04e8 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x53d58a07 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x60ad88fa p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x62d71383 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x7c9ae392 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x827f137e p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8554fd49 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x8c073daa p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x8c81d31e v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x91986356 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9fe55adb p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xa6050b21 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xaf1ccf11 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xb2105151 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xb8892065 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xb8c2c2f6 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xb8d894ef p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xb8e5cdc0 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc01d1906 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xc0fd20e9 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xcbdd993b v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xd60101c4 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xde41123c p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe16397c7 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xe16975a8 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xeabbe846 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xf299c977 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x52f4db4e atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x60ae9a16 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x8bea30e7 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xebd44c84 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x0087b076 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x01400d39 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x01cde3c6 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x0345914b vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x193b7af6 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x243ab176 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x545a4700 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x8cfa5be4 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x99e1aef4 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xca87b453 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xe114b21f register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xe1ac4c21 atm_charge +EXPORT_SYMBOL net/atm/atm 0xe93938e9 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xff9ae36d vcc_release_async +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x21d3a80a ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x291794b7 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x3afee63e ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x4ef23cad ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x648eafa6 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x7d73571b ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x7d84a7d9 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xba5ebd4e ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xdb0a4263 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xfa397a6c ax25_listen_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0b3a6ead hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0e46fe58 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2124d7e9 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x21389ce6 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x21824a56 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x267aadab bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2df1c2a8 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x317241ae hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x38b6d028 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3eecbe4f hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x49ae00cc hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4e846b59 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x541b635b bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x55444719 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x557f5fd1 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x56819a96 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5ef9d760 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6bbc133c bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x78308556 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x84206fa1 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8aec316f __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x965cfa37 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x972eace2 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x97a4380e hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9e02ecc3 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa966dfeb hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb1d53e93 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbbc9c352 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbe4bf809 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbf97dd95 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc194a1cb bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcae184c0 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcea07af3 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd444807c bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd5017965 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xedb3de8e hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf75c8620 bt_procfs_init +EXPORT_SYMBOL net/bridge/bridge 0x86c14117 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa5320c61 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa99957a5 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd1e89323 ebt_register_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x2b9e5c5e caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3cd43fba caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x6d8c8199 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x90cdedc3 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xa63676fd caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/can/can 0x36766d22 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x6646f725 can_send +EXPORT_SYMBOL net/can/can 0x69b18212 can_proto_register +EXPORT_SYMBOL net/can/can 0x8f76e1c9 can_rx_register +EXPORT_SYMBOL net/can/can 0xa8e3b5bd can_ioctl +EXPORT_SYMBOL net/can/can 0xe1492c06 can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x059ede51 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x05b6f743 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x075db370 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0d61c270 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x0e343e71 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x0e52505e ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x10563f19 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0x114432f5 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x11f5b76b ceph_auth_create_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x13705c8b ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x14b24cc7 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1bda9e6f osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x20d151cb ceph_osdc_setup +EXPORT_SYMBOL net/ceph/libceph 0x25d415e3 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x2799bd61 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x28caeba1 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x29146e84 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x293036c6 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x2a87a283 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x2c006401 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x3364a270 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x37773905 osd_req_op_watch_init +EXPORT_SYMBOL net/ceph/libceph 0x380ca6f2 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3f688151 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x3f95152c __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x3faf6a8b ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x403cbaf2 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x42ecc7e3 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x43efd647 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x456b6220 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4688c7e8 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x46b1fe67 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x47c13a3e ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x485d2cd6 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x48d3094e ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x4a283545 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x4b9633c1 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x4dadc2ae ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x4e76ab67 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x5454c35c ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x561d1524 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x572a51ff ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x579bbabf ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5b170c6a ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x5e75877e ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x687922a4 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x6adfe0da ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x6b2e3bcd ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x6ead7229 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x6fcdafef ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x7168baf8 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x721ab7b8 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x78b1e92a ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x78fdf2f8 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x81eae1b6 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x88333efa osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x8889321f ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x8c544e67 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x8d3353a1 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x912a3dad ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x938f7c3c ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x9396ad8a ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x94588a96 ceph_monc_request_next_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x965a39d0 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x97f16b92 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x99e36571 ceph_osdc_cleanup +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa60e5de6 osd_req_op_cls_response_data +EXPORT_SYMBOL net/ceph/libceph 0xa94c3b4a ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xae3515ba ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb13d2c2f osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xb3c213dc ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb6c293a3 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0xc123bdd2 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xc32b659d ceph_auth_update_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc6089bc4 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb1dd50a ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xd234dee6 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0xd2a62d1a osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd2ea3d4e ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0xdae91f2c ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xdb005a6f ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0xde402fef ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xe7b5e213 ceph_monc_do_get_version +EXPORT_SYMBOL net/ceph/libceph 0xe9b45369 ceph_oloc_oid_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe9f13979 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0xed229339 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xf5774cba ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xfd4fba63 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x13f649f1 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/6lowpan 0xd838827b lowpan_frag_rcv +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3e33acb3 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x411c2e86 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x581d1f68 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x61a329a5 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6c061804 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7751bb9e ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x812ea233 ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x856493aa ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x865c6a7e ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xca62470d ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe4e7aa74 wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0xec0b79e3 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xeeef07be ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x8aaa11c3 ip_tunnel_dst_reset_all +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x51aec6ce arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x69591298 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xd0e206f8 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x43bead48 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb9691c20 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xbde8832a ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x75fdf839 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xc9b534e6 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x795124f9 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd4797783 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x4a6aaf3c ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x96b8b4d5 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xeeeb9542 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0xe3e5a651 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xfcbee605 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x13b38ffc xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x3181f265 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x0aa70fb9 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x416e8d0b ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x648eb2b4 ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x68b63188 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x813b09e9 ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xd14c1aa5 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xd283ee85 ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xde9042d4 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x0064e0ea hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x0b997239 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x13a090d1 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x1e6cade0 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x201de649 iriap_open +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x24f0183d irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x33cbe2c6 proc_irda +EXPORT_SYMBOL net/irda/irda 0x38886b5e irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0x3cbde15a irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x3e40cab5 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x3e56064f hashbin_new +EXPORT_SYMBOL net/irda/irda 0x4172b471 iriap_close +EXPORT_SYMBOL net/irda/irda 0x435ef7bd async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x521e2d8b irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x5fe55553 irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x601bda46 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b5fbcef hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x6e0ab3c7 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x6ef224dc irttp_data_request +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x7358c97b alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x84a37615 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x85d88217 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x89d2a62d irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x934fe306 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x955893f2 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0xa1d41e58 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xaa557515 irias_new_object +EXPORT_SYMBOL net/irda/irda 0xadfe5ff5 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0xb24162c3 irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0xb673c151 irlap_open +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc68e43be irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0xcead7dbb hashbin_find +EXPORT_SYMBOL net/irda/irda 0xd2108314 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe3463529 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xe3bde43e irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xe6098735 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xed5f0e25 irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf0762eb0 irlap_close +EXPORT_SYMBOL net/irda/irda 0xf0a694a1 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xf5876b95 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0xf91e1fc4 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0xffe227f2 irlmp_connect_request +EXPORT_SYMBOL net/l2tp/l2tp_core 0x5da7a49b l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x126e2095 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x15caf44a lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x1a8a214f lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x41d22471 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xa0142c73 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xa1de7c9e lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xb9a69c10 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xe0a9c05e lapb_data_request +EXPORT_SYMBOL net/llc/llc 0x0ac1d398 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x307c671d 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 0x59338445 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x5e3e7860 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x9b1aa7f7 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xcb414f64 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xfc3b9baf llc_set_station_handler +EXPORT_SYMBOL net/mac80211/mac80211 0x02f775a0 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x04845b60 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x04b6f316 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x0cf82250 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc0ce73 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x14fcbe7b ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x20f60b6c ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x2190435b ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x221ab914 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x22b80752 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x301e5814 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x387c17ad ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x39424104 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x3eeb54c3 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x3f2c7f7a ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x420f51b1 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x44b34c25 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x44edb767 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x45769552 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x46b04566 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x48479efb __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x498af10d ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x4cb28d68 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x4ef48bbb rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x59ec75f4 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x5bee2de4 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x639b1816 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x6bb094bc ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x6c56e9a6 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x6d9de939 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x7065a0d7 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x77ea65c4 ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x7a13cdfb ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7ce00acc ieee80211_csa_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x7ebbe29a ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x7edc3a68 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x7fbb18c5 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x7fde0c6c ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x807d3173 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x8b664889 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x8bbc2bef ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x8bd15ab3 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x93255236 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x9420b593 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x9a7849a6 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x9eeb9c6b ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x9efa685f ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9fcfd913 ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9fe89778 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xa0dc2be4 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xa72b2835 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xaf05e4b3 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0xaf227d40 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xafe66966 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xaff45291 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xb96a25f3 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xb9f511c7 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xbb9d8869 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xcf117ae5 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xd19c5d52 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd72625cb ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xd985b63f ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xdb329619 ieee80211_csa_update_counter +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xddb61a1e ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xe03345cc ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xe055628f ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xe093bdd6 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xf2a7a70d ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf80a7f13 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xfebe883b ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xff78cb86 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xfff43e24 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac802154/mac802154 0x0cfcf5e1 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0x0d0fa5f9 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0x5bab3c0b ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0x6ef692fe ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x8ff1e250 ieee802154_alloc_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x17b3fcc8 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2f530dba ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3d6c5690 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4907d826 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x510bd347 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x71cc67a1 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x96aadd41 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa7de7124 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb50e35b4 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbaae77ee unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcde1f8f6 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd34acb51 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe18f210d register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfea1cf7d ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x4a63d9c0 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x63e2a785 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xcb99bf3e nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0x827cc6a1 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x054cd6e7 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xad1cfdc8 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xc1058dfb __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xe3bf35b4 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0xed25e8e3 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xfcbc53b1 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/x_tables 0x07b30ecf xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x084bd342 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x253e8b44 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x40252899 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x48368038 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x4a53f5f6 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x4dc7578b xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x76b38af1 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x8e527bd1 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xb80191d0 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xc63eb9c6 xt_unregister_match +EXPORT_SYMBOL net/nfc/hci/hci 0x02ecc698 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x061838a0 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x10378923 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x2152156c nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x3037b00b nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x4330d632 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x45f7e60f nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x59d81e5b nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x6e3a5ea8 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x7f9100db nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xa0c84580 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xaac10c01 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xac6142bd nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0xb715933b nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xdf3f021c nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xe3f32488 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xe71526cb nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xf25a44dc nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/nci/nci 0x4e16e602 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x84203c7f nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc5407d87 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xd67bc8c9 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xdff16d7a nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xef1ec127 nci_register_device +EXPORT_SYMBOL net/nfc/nfc 0x1c1cf069 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x3ac185fa nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x3bcf3d94 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x3c1d5f3a nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x463701ef nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x535d4fdc nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x5613a669 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x607f85d2 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x791467fa nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x8f1fb10c nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x90f79b9f nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x92099e50 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x9afb1f5f nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xaaaad0d4 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xb889f17b nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xbdf7816d nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xc499c74f nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xcd674129 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xd01f24eb nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xe7c6d60e nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xe83a2afe nfc_add_se +EXPORT_SYMBOL net/nfc/nfc_digital 0x36bb90b9 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x8721bba9 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xa1643269 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xce0d5f71 nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x4481105e pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x464f42ef pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x5090f996 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x63d140d4 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x66feddee phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x8156d3d9 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x99cbc29a pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xfb7855e4 pn_skb_send +EXPORT_SYMBOL net/rds/rds 0x7505d413 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x0fe255a1 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1bc0113a rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1f77e325 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x294053ab rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x2b45b606 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x500196b7 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x57347b38 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5b3d7028 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x695c17eb rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x807109b3 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x898f2359 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa4311c7b rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa85ad329 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd55774dd rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xdcbee6ac rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/sctp/sctp 0xdf1c8af8 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x5c3d8821 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x5cd15783 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xb49b6b92 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x2f3a2419 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xafb460ca xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xcf5d887c xdr_truncate_encode +EXPORT_SYMBOL net/wimax/wimax 0x0ab002a1 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0x1d8a3936 wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x0254a32b ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x04f40265 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0c3106c0 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x0ed5a80d ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x1374b8ca cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x151b2dab cfg80211_sched_scan_stopped_rtnl +EXPORT_SYMBOL net/wireless/cfg80211 0x1533dab6 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x17924ac1 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x197d4dc2 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1b706fc4 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x1bb40760 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x1e7a2c08 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x1efd87b9 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x26bc506b cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x2b9d1f91 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x2d4df65c cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x3b6e65f7 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x3c6522b4 cfg80211_inform_bss_width_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x3d470c4d cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x3e285fec cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0x3e589772 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x45f6c34a cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x486bf33a __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x489106a0 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x4bc82252 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x4ceef8b5 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x513d875a cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x53111a66 cfg80211_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x54e3c5bb cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5571ed8a cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x55c75384 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x578b4915 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x59197281 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x5b7c7d27 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x5b93214a cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x601888a2 cfg80211_inform_bss_width +EXPORT_SYMBOL net/wireless/cfg80211 0x608efcf4 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x623dd6d7 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x6640ad66 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x6779b8d3 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x67f26858 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x68c166a9 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6c160f32 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x6d6cb9ad ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0x72d32441 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x74265c57 cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x7564af38 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x76339f82 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x7e6da233 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f449d8c cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x83b18020 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x8492a430 ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x8a7062a5 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x913cd59d cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9fdde94a cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa9080a04 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xac87ed4b wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xacdcb5c1 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xad7efde0 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb197393e cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xb23252bd cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb606fa3f wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xb9be5cf3 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xbce9e8c3 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xbdfa4d91 wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc7253724 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xc92b2aad cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xcaef4e38 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xcfd06396 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xd0898daa cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xd38234e5 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xd79e019f __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xda495a84 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdfc1b7dd ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xe10cf3fc cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xe52baf65 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xebf59d75 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xefc56354 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xf0715f2d cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xf3267a8d cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xf87cabe3 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xfc0d9e67 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x5a0f6afc lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x6a031913 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x7d009393 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x7d3d480c lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xe48b5558 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xe4dc4467 lib80211_register_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xb1ca122c ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xfb12edc7 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 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x79894df5 snd_seq_event_port_attach +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 0xa8c5a1d4 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb1c8585e snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb6e63b76 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 0xcac0a3be 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-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3e7e6e81 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x4f4bf5ef snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +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 0xf0a1fdb3 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 0xd7c7afcc snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe60fb228 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xecbde43c snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xc080036d snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x025065e6 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x1392ad10 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x164e7060 snd_card_register +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 0x1b175e06 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x21b633d7 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x2d649119 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x34609903 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x40b5ef65 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x46b97a9d snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x49d37e01 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x4c4ebb36 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x4fbd53b3 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x566965e5 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x56b01e49 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x59e3c11e snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x5db9a757 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x615e64a4 snd_cards +EXPORT_SYMBOL sound/core/snd 0x620c3b10 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x6220683d snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x68c902f9 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x7b376d3a snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x7febca4f snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x8199ec0f snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x82fd9430 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x94fd8aef snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x99e6f63e snd_card_new +EXPORT_SYMBOL sound/core/snd 0x9ab22807 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9f2ad147 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa14d6443 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xa3809a5c snd_device_free +EXPORT_SYMBOL sound/core/snd 0xa3f56035 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xa8247817 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xb0f912ac snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb5c15a55 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xbed5bd42 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xc1aa153b snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xc3e60691 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0xc45811eb snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xc565aaed snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0xce9eeace snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xcf2be74a snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xcf796ab0 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xd3563b31 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xd97c0a44 snd_info_register +EXPORT_SYMBOL sound/core/snd 0xe7a4d98b snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xea97ff5b snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xec457a59 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xf66bda95 snd_get_device +EXPORT_SYMBOL sound/core/snd 0xf6d340c2 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-hwdep 0xb98c2df6 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x00ac831e snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x01c9fb42 snd_pcm_lib_mmap_iomem +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 0x06b310c9 snd_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x0facf187 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1ebf8eb5 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x22bf84d5 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x240917af snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x38a2df5a snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3cc8e07b snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x3d752e95 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x40f2fb28 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x4c8ded17 snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0x4ca193b4 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5524f63f snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x5898dcba snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5b50bc08 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x5ee67021 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x6105d979 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x616d2f4c snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x618d4a99 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x63b433f3 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x66fbc4f7 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x6b8efa3e snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x740fd694 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x78c7a178 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x798e46b9 snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0x7c3e196f snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x7cb5d09b snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x7ce5e681 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x85e8df63 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x867f5b51 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x90c18b1b snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0xa11013f0 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa694d858 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xab9826e0 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xadccd2fc snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xaebb8c55 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbc541e0c snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0xbef6aa9e snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xbf74a660 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xc31dcbbb snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xd4cab93e snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0xd5fb21a2 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xdd94b979 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xde191314 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xe2eba633 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xec5ced99 snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0xeeff7953 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xfe594c15 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x146099c2 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1f9e30ed snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2871b482 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3025fe8e snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x46330bb3 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8e11418f snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x983f1d53 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc405683a snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xcff49ea4 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd6f26ca2 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe489a30d snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe9f7fcf7 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xea5bef09 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xec35f712 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf38235e4 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf5f48bfe snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfbe05fab __snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfe26089b snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfe3146b7 __snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-timer 0x0c7eca65 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x25143f9b snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x3b2b222b snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x3c9858d7 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x608827a5 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x6a9beaf3 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x7c269a0f snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xaca2d025 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xc1d223b5 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xd7592f70 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xd91573be snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xea95e3b2 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xfdb06108 snd_timer_start +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 0xf4392185 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x07b7b764 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x266f940a snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4f883243 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5c9126d3 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x760d3e60 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x990f4a2c snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xaeedb01c snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc1746644 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe0c73c5e snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x293182e4 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x89eba52a snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8a806053 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x972931f7 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa1711ed4 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd1172fa9 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf081b043 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf639afe5 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xfbcf44fe snd_vx_dsp_boot +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x22ff4417 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x23f04ab5 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2712fde1 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x31206e1f amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3bff72af amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x40477f84 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x45b11065 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x49d834c4 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x504f3385 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x64a0bb30 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6d49095c fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x70405041 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7ecb2f7b fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7f55cc43 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x83bbff21 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8667f935 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x87ae87c5 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8b8d53a6 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9e388875 amdtp_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa84e058a amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xba4ecb1a amdtp_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc5e71996 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc64b10ac fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcff76729 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd1bf9b5e amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdbde1a74 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe19ccc05 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe503fe38 amdtp_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf09d9714 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf8ef3d32 amdtp_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfd27fe0f iso_packets_buffer_destroy +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x27a62bb7 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x3be54a21 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x468a5e0b snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x78c7a24e snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9cabaf67 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd8282cf3 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x8563cb87 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xa1a668bc snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xa273d4f4 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xdbe77a5f snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xa61ac7bc snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xdc8563cf snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x85c7a1f6 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x9e7c0bd1 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xc953494f snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xe5373693 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xeab7693b snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xee5f71d2 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-i2c 0x062e226b snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x08dce5d8 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x1e85e60e snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x6482076e snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x93bdbef5 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd6288ca5 snd_i2c_probeaddr +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x02065420 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x1fa08778 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x33107312 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x8984c088 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9576bea4 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x97b4ac8b snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x97f4c8d5 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa0ef551a snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa9b09223 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc51bec64 snd_sbdsp_reset +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1b668949 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1f3a97e6 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3886300d snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x42d9bc91 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4e2fe0d0 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x59a0567b snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5bba4d56 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5be90d5f snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7d3637fd snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x982e7922 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa51572ed snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa9e1007f snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb41e115b snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcbfac7dc snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf13a6778 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf20621ad snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf7994076 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x02ca42b3 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x12920c90 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x549df4fe snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x693bdd09 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x6d684d35 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8f560926 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd1eeda7c snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xdaa84a9c snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xea80bdd0 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x34285080 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x725ec632 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x7837cc18 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x01c0967e oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0326a748 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x071d34f4 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0f02ae38 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1e36dfe2 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x28e3aef9 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4fb700b4 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x58bb8deb oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x61c446fb oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7475d686 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x75a5d3dd oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7e5ed110 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x89fef09e oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa86af98e oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbc7855d5 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcf59b03e oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdd7eab0d oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe4346c94 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe527d5b0 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfc739dbd oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfd3211ee oxygen_write32_masked +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x28e81c55 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x68c9b281 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x7cdf57f6 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xb3cb107f snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xc744c935 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x7cbb7f87 process_sigma_firmware +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xfca78974 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soundcore 0x2104f2b9 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x69db99d0 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x7a6d80e5 sound_class +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7cbfbcb5 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xa24e3e2c register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xfdab6de3 unregister_sound_midi +EXPORT_SYMBOL sound/soundcore 0xffdba339 register_sound_midi +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x45ec8c35 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 0x72b25c1a snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x81cdb848 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xabc55c0f snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xf9737fc1 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xfef34458 snd_emux_register +EXPORT_SYMBOL sound/synth/snd-util-mem 0x1349781c snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x144cb522 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x1883f296 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2886711c snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x39968f1d __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x5216f5bf __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9868769d __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x98c7d68b snd_util_memhdr_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 0xcec69691 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x00000000 TOC. +EXPORT_SYMBOL vmlinux 0x00098ff7 md_write_end +EXPORT_SYMBOL vmlinux 0x001effdd pcim_enable_device +EXPORT_SYMBOL vmlinux 0x0027b2a3 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x003e9c60 __get_page_tail +EXPORT_SYMBOL vmlinux 0x004cf059 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x004dfdd3 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x004f8283 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x009814d8 blk_mq_run_queues +EXPORT_SYMBOL vmlinux 0x00a3cef4 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x00ac6958 __next_cpu +EXPORT_SYMBOL vmlinux 0x00b50a24 mmc_can_reset +EXPORT_SYMBOL vmlinux 0x00c9bda4 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x00d2e12b nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0101d5b1 ip_idents_reserve +EXPORT_SYMBOL vmlinux 0x010f0526 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x01186499 filemap_fault +EXPORT_SYMBOL vmlinux 0x012a97fc xor_altivec_4 +EXPORT_SYMBOL vmlinux 0x015c24b3 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x0162047e abort_creds +EXPORT_SYMBOL vmlinux 0x01790e94 csum_partial_copy +EXPORT_SYMBOL vmlinux 0x01ae50e2 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x01b8cb52 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x01c0b212 d_set_d_op +EXPORT_SYMBOL vmlinux 0x01c2e118 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x01ce9c45 agp_copy_info +EXPORT_SYMBOL vmlinux 0x01d45e64 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x01d45eb9 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x01e32a4d registered_fb +EXPORT_SYMBOL vmlinux 0x01efdfed bio_endio_nodec +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x021f3f81 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x022723fd netlink_capable +EXPORT_SYMBOL vmlinux 0x023a074a hvc_get_chars +EXPORT_SYMBOL vmlinux 0x024bf827 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x0254a1a4 down_read +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x026dec98 set_anon_super +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027abb2a freeze_super +EXPORT_SYMBOL vmlinux 0x027b7383 d_splice_alias +EXPORT_SYMBOL vmlinux 0x028c2511 input_register_device +EXPORT_SYMBOL vmlinux 0x029623e1 vc_cons +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02ab6d04 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x02b05546 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x02ecddbf inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x031b42be mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x0328a8cf ip6_frag_init +EXPORT_SYMBOL vmlinux 0x032b8ac0 bio_endio +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0348c1f5 key_revoke +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03a280d7 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x03a43b5a __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x03a441db tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x03b3e772 generic_make_request +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03ebda85 dns_query +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04074f48 ioremap +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x042ec710 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x04628778 compat_sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x0486d1b7 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x04a0e89a sock_rfree +EXPORT_SYMBOL vmlinux 0x04be05a9 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04f7329e pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x050649b7 mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x051c86f8 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0530dede _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x055ad47f set_cached_acl +EXPORT_SYMBOL vmlinux 0x055c8559 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x056a3641 scsi_execute +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05a514a1 _insl_ns +EXPORT_SYMBOL vmlinux 0x05d8181c genphy_read_status +EXPORT_SYMBOL vmlinux 0x05d9423b __neigh_create +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062bbabb mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06363535 tty_check_change +EXPORT_SYMBOL vmlinux 0x06452db3 of_create_pci_dev +EXPORT_SYMBOL vmlinux 0x06505d80 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x0682e7db blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x068b365e tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x06b92aa7 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x06bbb24a mempool_resize +EXPORT_SYMBOL vmlinux 0x06cefc1a __page_cache_alloc +EXPORT_SYMBOL vmlinux 0x06d75ec4 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x06e8aad6 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x0705cedb down_write_trylock +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x0728ecde dqget +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0731d299 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x073b7a4a consume_skb +EXPORT_SYMBOL vmlinux 0x074e9213 down_killable +EXPORT_SYMBOL vmlinux 0x079b097b dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07c35300 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x07c9e25c drop_super +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d50815 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x0807a32f ilookup +EXPORT_SYMBOL vmlinux 0x0828c191 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x082ee9b8 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x0831bf4d remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0840ef8a blk_peek_request +EXPORT_SYMBOL vmlinux 0x08813e54 ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x08a0c9e4 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x08ccc0b4 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x08df9181 of_parse_phandle +EXPORT_SYMBOL vmlinux 0x08eadd11 iov_iter_get_pages +EXPORT_SYMBOL vmlinux 0x08f3730e f_setown +EXPORT_SYMBOL vmlinux 0x08fbdac9 mpage_writepage +EXPORT_SYMBOL vmlinux 0x09097a29 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x09119f73 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x09211812 dquot_operations +EXPORT_SYMBOL vmlinux 0x092d8b28 sock_no_listen +EXPORT_SYMBOL vmlinux 0x093349ee dm_io +EXPORT_SYMBOL vmlinux 0x09614a88 __quota_error +EXPORT_SYMBOL vmlinux 0x097e8c3c pci_request_regions +EXPORT_SYMBOL vmlinux 0x097eb710 mount_nodev +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09974ef5 blk_register_region +EXPORT_SYMBOL vmlinux 0x09b865b9 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09e40f2e i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x09f00065 input_register_handler +EXPORT_SYMBOL vmlinux 0x09fd89c9 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a25ded7 downgrade_write +EXPORT_SYMBOL vmlinux 0x0a65dee5 scsi_add_device +EXPORT_SYMBOL vmlinux 0x0a67094b sk_receive_skb +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0abdf5ec pci_choose_state +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ae9cfb6 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x0af46497 wireless_send_event +EXPORT_SYMBOL vmlinux 0x0b0070db proc_set_size +EXPORT_SYMBOL vmlinux 0x0b063d20 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b16ecc4 bio_add_page +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2e1ec7 h_get_mpp +EXPORT_SYMBOL vmlinux 0x0b466576 console_stop +EXPORT_SYMBOL vmlinux 0x0b4dc253 revalidate_disk +EXPORT_SYMBOL vmlinux 0x0b4dc522 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7c2cce max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x0b844939 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x0b8f4144 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x0bbc5908 gen_estimator_active +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc791cf blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x0bd1d1ca netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x0be858c8 sk_wait_data +EXPORT_SYMBOL vmlinux 0x0bec35ca sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x0bf48206 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x0bfa75f4 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x0bfbb8ed kvmppc_hv_find_lock_hpte +EXPORT_SYMBOL vmlinux 0x0bff50bf simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x0c011472 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x0c45fc96 vfs_lstat +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c7a7ace bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cba3b89 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x0cea05df elevator_change +EXPORT_SYMBOL vmlinux 0x0d1503d7 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x0d1fdda1 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x0d2aa2bd dst_destroy +EXPORT_SYMBOL vmlinux 0x0d330685 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x0d42bb1c security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d560763 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x0d6c963c copy_from_user +EXPORT_SYMBOL vmlinux 0x0d8d25c7 save_mount_options +EXPORT_SYMBOL vmlinux 0x0d9d2773 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x0da0c28e mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0da9b60c i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x0db6f0c0 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x0dc0ace0 idr_find_slowpath +EXPORT_SYMBOL vmlinux 0x0dc4dcd0 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x0ddd8558 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x0de0f754 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x0e079999 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x0e201039 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x0e231386 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x0e32f509 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x0e3e51c1 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x0e46cbda sock_alloc_file +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e849476 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x0e8d1351 fput +EXPORT_SYMBOL vmlinux 0x0e8f30f6 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x0e9ac0c5 vme_bus_type +EXPORT_SYMBOL vmlinux 0x0eaec4f6 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ecc1ee0 inet6_release +EXPORT_SYMBOL vmlinux 0x0ede78c2 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x0ee009f3 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x0efcbb1b set_current_groups +EXPORT_SYMBOL vmlinux 0x0f018e68 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x0f13da71 register_netdev +EXPORT_SYMBOL vmlinux 0x0f2127cc __scsi_add_device +EXPORT_SYMBOL vmlinux 0x0f27a068 dqput +EXPORT_SYMBOL vmlinux 0x0f3ec813 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f5faa7e wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x0fac22d9 unlock_page +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fca60b2 pnv_cxl_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x0fd47c13 vm_map_ram +EXPORT_SYMBOL vmlinux 0x0fd9f48d xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x0ff5e1d3 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x10095db7 stop_tty +EXPORT_SYMBOL vmlinux 0x101377f4 filemap_flush +EXPORT_SYMBOL vmlinux 0x1019d5f2 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x104891c2 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x1082523d vga_client_register +EXPORT_SYMBOL vmlinux 0x108774a8 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x10950ee1 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x10abb4ad unregister_nls +EXPORT_SYMBOL vmlinux 0x10bc1834 proc_mkdir +EXPORT_SYMBOL vmlinux 0x10cb7298 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x10dbe86b tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x10f9ff09 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1112e6a1 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x11141223 pci_clear_master +EXPORT_SYMBOL vmlinux 0x11224a99 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x115a9ab0 seq_pad +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x11668290 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1178a91f phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x1182d83a cpuidle_disable +EXPORT_SYMBOL vmlinux 0x1189f77c tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x118a5e56 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x11a137e4 release_firmware +EXPORT_SYMBOL vmlinux 0x11bdd911 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d67d4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x12385f36 km_report +EXPORT_SYMBOL vmlinux 0x124fddae scsi_register_driver +EXPORT_SYMBOL vmlinux 0x1274a060 of_parse_phandle_with_fixed_args +EXPORT_SYMBOL vmlinux 0x127ba800 kill_pgrp +EXPORT_SYMBOL vmlinux 0x12a3622c compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12dfeb12 vprintk_emit +EXPORT_SYMBOL vmlinux 0x12e5ef0c rtas_set_power_level +EXPORT_SYMBOL vmlinux 0x13019373 blk_rq_init +EXPORT_SYMBOL vmlinux 0x13038a58 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x1313d396 agp_bind_memory +EXPORT_SYMBOL vmlinux 0x131d8357 bdgrab +EXPORT_SYMBOL vmlinux 0x13243d4b wl1251_get_platform_data +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13372129 pci_enable_msix +EXPORT_SYMBOL vmlinux 0x1338495a nla_append +EXPORT_SYMBOL vmlinux 0x1340e6b4 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x13458407 flush_icache_user_range +EXPORT_SYMBOL vmlinux 0x13583859 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x13838175 vfs_setpos +EXPORT_SYMBOL vmlinux 0x13affbda percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13f15a84 sock_i_uid +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13f53da6 CMO_PageSize +EXPORT_SYMBOL vmlinux 0x13ff74cc inode_dio_done +EXPORT_SYMBOL vmlinux 0x141c462e sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x14281b7e uart_register_driver +EXPORT_SYMBOL vmlinux 0x147cb07b pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x1485f7f2 soft_cursor +EXPORT_SYMBOL vmlinux 0x14a14817 pSeries_enable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0x150cf1c8 new_sync_write +EXPORT_SYMBOL vmlinux 0x151c78cf dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x152a8fca tty_port_hangup +EXPORT_SYMBOL vmlinux 0x1537ddba pneigh_lookup +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x155c9212 vio_cmo_set_dev_desired +EXPORT_SYMBOL vmlinux 0x1574215f skb_pull +EXPORT_SYMBOL vmlinux 0x159acc9a tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x15b87f66 down_read_trylock +EXPORT_SYMBOL vmlinux 0x15caa96f of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x15d09cd4 scsi_put_command +EXPORT_SYMBOL vmlinux 0x15d3fd60 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x15d9020b __devm_request_region +EXPORT_SYMBOL vmlinux 0x15e4b722 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x1602e476 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x16035a72 vio_unregister_device +EXPORT_SYMBOL vmlinux 0x160bd45c rtas_token +EXPORT_SYMBOL vmlinux 0x161db855 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x1649a392 dev_trans_start +EXPORT_SYMBOL vmlinux 0x166d3b9d gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x168ce3b7 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x16b90780 netdev_state_change +EXPORT_SYMBOL vmlinux 0x16c20555 blk_start_request +EXPORT_SYMBOL vmlinux 0x16ceef74 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x16cf6fc9 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x171ba56f devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x172f30f7 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x1743414f __debugger_fault_handler +EXPORT_SYMBOL vmlinux 0x175bbd4f md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x1762c4e0 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x17648396 dev_base_lock +EXPORT_SYMBOL vmlinux 0x1770570d tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x1793f685 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x17968e29 iput +EXPORT_SYMBOL vmlinux 0x17ad6812 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x17b1125d gen_kill_estimator +EXPORT_SYMBOL vmlinux 0x17c0fbd1 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x17d08719 simple_readpage +EXPORT_SYMBOL vmlinux 0x17e28473 fsl_upm_run_pattern +EXPORT_SYMBOL vmlinux 0x17e6cb9b loop_register_transfer +EXPORT_SYMBOL vmlinux 0x17ed6115 serio_open +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f39e84 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x18059b3b dump_emit +EXPORT_SYMBOL vmlinux 0x18196c82 __module_get +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x184b895c sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x1857aa39 proc_dointvec +EXPORT_SYMBOL vmlinux 0x185f63f9 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18a92a13 nobh_write_begin +EXPORT_SYMBOL vmlinux 0x18af5dcc dump_align +EXPORT_SYMBOL vmlinux 0x18b13acb sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x18b84aff input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x18bb1d22 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x18cc1039 do_fallocate +EXPORT_SYMBOL vmlinux 0x18e01502 fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x18f7d702 tty_register_device +EXPORT_SYMBOL vmlinux 0x19069d23 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x192b5e27 dentry_open +EXPORT_SYMBOL vmlinux 0x193bef8a blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x19444627 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0x1944e93a security_path_chmod +EXPORT_SYMBOL vmlinux 0x195e477e skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x195f5939 mapping_tagged +EXPORT_SYMBOL vmlinux 0x199ec4fb arch_spin_unlock_wait +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19abb193 dev_uc_del +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19e17435 inet_getname +EXPORT_SYMBOL vmlinux 0x19e5eea3 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x19f70ff4 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x19fe68ab lockref_get +EXPORT_SYMBOL vmlinux 0x1a0496c9 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x1a19e360 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x1a31d17e __d_drop +EXPORT_SYMBOL vmlinux 0x1a32c018 is_bad_inode +EXPORT_SYMBOL vmlinux 0x1a6c19ac dev_alloc_name +EXPORT_SYMBOL vmlinux 0x1a6db35d unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x1a6e1c30 kfree_put_link +EXPORT_SYMBOL vmlinux 0x1a7d67b6 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x1a8a1b52 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x1ac2436b seq_write +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ae0a55b jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x1af62a99 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b06a209 blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x1b132009 rename_lock +EXPORT_SYMBOL vmlinux 0x1b1b6ffd sock_create_kern +EXPORT_SYMBOL vmlinux 0x1b1b95f1 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b280d8c fb_find_mode +EXPORT_SYMBOL vmlinux 0x1b34987f jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x1b38f1b5 mount_ns +EXPORT_SYMBOL vmlinux 0x1b473976 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b7c78a4 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b9c4564 locks_init_lock +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bb4f9cd compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x1bc4ff03 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x1bcc0b89 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x1bdc26cf sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x1bf88271 request_firmware +EXPORT_SYMBOL vmlinux 0x1bfec830 __iounmap_at +EXPORT_SYMBOL vmlinux 0x1c3e02e4 memcmp +EXPORT_SYMBOL vmlinux 0x1c43a7cb __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x1c5f8f65 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x1c6fd168 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x1c85e665 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x1cb1684f phy_attach_direct +EXPORT_SYMBOL vmlinux 0x1ccf027c cpumask_set_cpu_local_first +EXPORT_SYMBOL vmlinux 0x1cdb52f4 release_pages +EXPORT_SYMBOL vmlinux 0x1d0e78e3 flush_signals +EXPORT_SYMBOL vmlinux 0x1d26e5db in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x1d49c3cf sk_mc_loop +EXPORT_SYMBOL vmlinux 0x1d795bcf vio_enable_interrupts +EXPORT_SYMBOL vmlinux 0x1d953403 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x1daee28a percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x1db27c3f keyring_search +EXPORT_SYMBOL vmlinux 0x1dbc4d0c proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dcfbe54 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de5e99f sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x1dfa29ce qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x1dfc5636 phy_init_eee +EXPORT_SYMBOL vmlinux 0x1e04a9c3 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e407cdd set_disk_ro +EXPORT_SYMBOL vmlinux 0x1e4aacd7 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x1e506388 netdev_warn +EXPORT_SYMBOL vmlinux 0x1e558bc8 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e78f1af sock_no_connect +EXPORT_SYMBOL vmlinux 0x1e8041f5 netif_device_attach +EXPORT_SYMBOL vmlinux 0x1e8d1514 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x1e96d392 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eaa04dc scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x1eb61b1b seq_release_private +EXPORT_SYMBOL vmlinux 0x1eb9dc6f netif_carrier_off +EXPORT_SYMBOL vmlinux 0x1ec3a738 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x1ec3bed9 hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0x1ecea75c blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x1ed290e0 dquot_initialize +EXPORT_SYMBOL vmlinux 0x1ee8c926 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x1ee94c83 netdev_update_features +EXPORT_SYMBOL vmlinux 0x1eeaa561 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x1f040c2b xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x1f0bf47e bdi_register_dev +EXPORT_SYMBOL vmlinux 0x1f207b14 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x1f298c40 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x1f35c833 __tcf_hash_release +EXPORT_SYMBOL vmlinux 0x1f39ebdb mmc_can_trim +EXPORT_SYMBOL vmlinux 0x1f3d0594 noop_fsync +EXPORT_SYMBOL vmlinux 0x1f623609 page_cache_next_hole +EXPORT_SYMBOL vmlinux 0x1f6ce67a sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1fa65e23 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd82ade xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fe9f800 unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x1feb1ead __dst_free +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200547f6 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x201cb07c ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x20426c87 free_user_ns +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x205fdcfd vfs_getattr +EXPORT_SYMBOL vmlinux 0x206dd6fb simple_pin_fs +EXPORT_SYMBOL vmlinux 0x2070fd2b kernel_listen +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x2099db3e __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x209acaab blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x20a70974 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2bb2d param_array_ops +EXPORT_SYMBOL vmlinux 0x20b39cb0 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x20b896e4 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x20badbe0 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20dd7ca4 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20ff1b90 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x213e9709 free_netdev +EXPORT_SYMBOL vmlinux 0x2152a4e9 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x219c5182 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x219d94d5 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x21a2a89d xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x21baf70f unlock_rename +EXPORT_SYMBOL vmlinux 0x21bf03e7 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x21d6a992 devm_gpiod_put +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2238114a xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x225f453e unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x2274f62f inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x2276ef49 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x227e15b3 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x22a9018c skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x22ad75d0 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b5e34a kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x22c9d8aa security_inode_readlink +EXPORT_SYMBOL vmlinux 0x22d5312a nf_log_register +EXPORT_SYMBOL vmlinux 0x22d80d46 agp_bridge +EXPORT_SYMBOL vmlinux 0x22d864b0 netdev_info +EXPORT_SYMBOL vmlinux 0x22e5df96 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x230e6193 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x232a23c6 request_key_async +EXPORT_SYMBOL vmlinux 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL vmlinux 0x23431ad9 put_disk +EXPORT_SYMBOL vmlinux 0x234de2ae xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x23567797 kill_fasync +EXPORT_SYMBOL vmlinux 0x235bfe5a key_alloc +EXPORT_SYMBOL vmlinux 0x235e90f3 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x236a9dd4 touch_buffer +EXPORT_SYMBOL vmlinux 0x23a27281 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23a65451 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x23b9085e input_set_capability +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c01c98 register_quota_format +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23d0de74 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x23d77a45 iov_iter_init +EXPORT_SYMBOL vmlinux 0x23e321ac ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x23ef0f52 get_cached_acl +EXPORT_SYMBOL vmlinux 0x23f2243d mempool_free +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2408c8e2 bd_set_size +EXPORT_SYMBOL vmlinux 0x2408ca6f uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x244292b8 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x2455dc91 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245b8e93 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x249b6b9c msi_bitmap_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x24a5f0ef devm_ioremap_prot +EXPORT_SYMBOL vmlinux 0x24e9824a pnv_cxl_get_irq_count +EXPORT_SYMBOL vmlinux 0x24eb0bbd bdi_init +EXPORT_SYMBOL vmlinux 0x24f00380 ida_init +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x252aa77c inet6_add_offload +EXPORT_SYMBOL vmlinux 0x253099c1 pcie_get_minimum_link +EXPORT_SYMBOL vmlinux 0x2568f0dc of_get_parent +EXPORT_SYMBOL vmlinux 0x256b6378 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x257ba5f7 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25e4f17d serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x25e9d162 tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0x260199eb bio_copy_user +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x26477c07 __vmalloc +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x26588dbf netlink_set_err +EXPORT_SYMBOL vmlinux 0x265973bf dst_discard_sk +EXPORT_SYMBOL vmlinux 0x2665d53a key_create_or_update +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x26977715 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x26b4f3b5 of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0x26c638eb wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x26c87f79 serio_reconnect +EXPORT_SYMBOL vmlinux 0x26dd4c0b audit_log_start +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26f3e16f vlan_vid_add +EXPORT_SYMBOL vmlinux 0x26faacb5 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x27048821 generic_perform_write +EXPORT_SYMBOL vmlinux 0x2712f4f5 crc32_le_combine +EXPORT_SYMBOL vmlinux 0x27158342 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x27525541 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x27646df3 start_thread +EXPORT_SYMBOL vmlinux 0x276a1c31 scsi_host_get +EXPORT_SYMBOL vmlinux 0x2771d7ff ida_get_new_above +EXPORT_SYMBOL vmlinux 0x27817fef tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x2784758a abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27866435 security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bda1ff cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x27c2318d bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x27c8c0ef icmpv6_send +EXPORT_SYMBOL vmlinux 0x27d20d01 writeback_in_progress +EXPORT_SYMBOL vmlinux 0x27d5e8b0 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x27dcfd60 set_user_nice +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x280e99f9 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x280f1bfc vga_put +EXPORT_SYMBOL vmlinux 0x280f50bd dev_open +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28272389 do_truncate +EXPORT_SYMBOL vmlinux 0x28318305 snprintf +EXPORT_SYMBOL vmlinux 0x2841acd5 skb_put +EXPORT_SYMBOL vmlinux 0x284d086f dev_add_pack +EXPORT_SYMBOL vmlinux 0x285cc5f9 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x288d8f99 d_instantiate_no_diralias +EXPORT_SYMBOL vmlinux 0x289a23d5 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x289c2465 generic_removexattr +EXPORT_SYMBOL vmlinux 0x289c69e0 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0x289db3ee idr_remove +EXPORT_SYMBOL vmlinux 0x28a2b29f radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28a5def1 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x28abfe6e scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x28b09410 eth_header_cache +EXPORT_SYMBOL vmlinux 0x28c44704 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x28c5d83f register_qdisc +EXPORT_SYMBOL vmlinux 0x28cd7baf proc_symlink +EXPORT_SYMBOL vmlinux 0x28ea1013 proc_remove +EXPORT_SYMBOL vmlinux 0x292dff81 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x29484ce7 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x295796ed blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x2960019b eeh_check_failure +EXPORT_SYMBOL vmlinux 0x2967c172 inet_release +EXPORT_SYMBOL vmlinux 0x297ef25b xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x298d53de input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x298ec431 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x29993df0 pnv_cxl_release_hwirq_ranges +EXPORT_SYMBOL vmlinux 0x29b6bb92 cont_write_begin +EXPORT_SYMBOL vmlinux 0x29cd7fbe pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x29edd8c3 rtas_online_cpus_mask +EXPORT_SYMBOL vmlinux 0x29fc24a5 dev_load +EXPORT_SYMBOL vmlinux 0x29fc3b2b simple_transaction_read +EXPORT_SYMBOL vmlinux 0x2a1b053c secpath_dup +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a37c855 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a66ffb4 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x2a86131a scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x2a9113b7 skb_push +EXPORT_SYMBOL vmlinux 0x2a99a0ae of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x2aaba4a8 pci_find_capability +EXPORT_SYMBOL vmlinux 0x2abf281b pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x2ac34ef4 sock_no_getname +EXPORT_SYMBOL vmlinux 0x2acf0feb vfs_fstat +EXPORT_SYMBOL vmlinux 0x2ad67bcc d_validate +EXPORT_SYMBOL vmlinux 0x2ae5fd41 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x2ae870d4 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x2af6f1e5 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b13ae2b mntget +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b358cde tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x2b389af6 bio_integrity_free +EXPORT_SYMBOL vmlinux 0x2b3d7c78 serio_rescan +EXPORT_SYMBOL vmlinux 0x2b4991ec xmon +EXPORT_SYMBOL vmlinux 0x2b9747b2 address_space_init_once +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bd8be48 kobject_get +EXPORT_SYMBOL vmlinux 0x2bea9175 dev_activate +EXPORT_SYMBOL vmlinux 0x2c13c119 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c3207a6 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x2c574136 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x2c611b43 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x2c7b1fca down_timeout +EXPORT_SYMBOL vmlinux 0x2c900d91 cpufreq_put_global_kobject +EXPORT_SYMBOL vmlinux 0x2cc1c976 nf_log_unset +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2cfa5ac1 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x2cfd282f vc_resize +EXPORT_SYMBOL vmlinux 0x2d120175 phy_disconnect +EXPORT_SYMBOL vmlinux 0x2d1214e1 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d274746 fb_pan_display +EXPORT_SYMBOL vmlinux 0x2d2eea51 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d759db3 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x2d75a391 no_llseek +EXPORT_SYMBOL vmlinux 0x2d7e5f3d d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d8c907d tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x2d9be84a vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x2da7a02d __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x2daaaba9 param_get_byte +EXPORT_SYMBOL vmlinux 0x2db1e0c6 dql_init +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2e0a653c module_put +EXPORT_SYMBOL vmlinux 0x2e0d2f7f queue_work_on +EXPORT_SYMBOL vmlinux 0x2e12a93b ibmebus_request_irq +EXPORT_SYMBOL vmlinux 0x2e171586 scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x2e1866f6 of_phy_connect +EXPORT_SYMBOL vmlinux 0x2e2a9639 netdev_master_upper_dev_link_private +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e35e15f framebuffer_release +EXPORT_SYMBOL vmlinux 0x2e3b7cd1 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x2e5368f3 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x2e76df03 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x2e846ab6 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x2eb67de5 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x2eeb9749 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2eed69d3 from_kuid +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f0abad8 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x2f287f0d copy_to_user +EXPORT_SYMBOL vmlinux 0x2f2c8563 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x2f4f6ab4 audit_log +EXPORT_SYMBOL vmlinux 0x2f99c778 jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x2f9be36d vfs_link +EXPORT_SYMBOL vmlinux 0x2f9ec156 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x2fa17dac sk_free +EXPORT_SYMBOL vmlinux 0x2fae96de rtas_data_buf_lock +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fba7a54 elevator_alloc +EXPORT_SYMBOL vmlinux 0x2fc5627d tcf_register_action +EXPORT_SYMBOL vmlinux 0x2fc952f8 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x2fcd5aea inode_add_bytes +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x30025e81 compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x30263400 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x3032fc92 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x3043198f pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x30471b7b uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x3048705b skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x304ac6ac tty_register_driver +EXPORT_SYMBOL vmlinux 0x30556544 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x30890f21 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x309a0376 bio_map_kern +EXPORT_SYMBOL vmlinux 0x30a20117 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30b8b35c cpu_to_chip_id +EXPORT_SYMBOL vmlinux 0x30d5991f pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x30e3dfe6 kern_path_create +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310a99a3 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x311400e5 mmc_gpiod_free_cd +EXPORT_SYMBOL vmlinux 0x31150899 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x31414261 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x31494ae6 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x3185000e tty_port_close +EXPORT_SYMBOL vmlinux 0x319e0726 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x31b31f55 mmc_start_req +EXPORT_SYMBOL vmlinux 0x31cd995b store_fp_state +EXPORT_SYMBOL vmlinux 0x31d61e9a cur_cpu_spec +EXPORT_SYMBOL vmlinux 0x31d810cd blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x31df7509 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x31e56557 seq_open_private +EXPORT_SYMBOL vmlinux 0x31fadeb5 nonseekable_open +EXPORT_SYMBOL vmlinux 0x31fe854c sock_i_ino +EXPORT_SYMBOL vmlinux 0x3205a358 kobject_add +EXPORT_SYMBOL vmlinux 0x3247cbaf iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x326b5844 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x3277d7b1 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x3291eda5 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x3294ff2e netlink_ack +EXPORT_SYMBOL vmlinux 0x32c1f1ec inet_stream_ops +EXPORT_SYMBOL vmlinux 0x32c3af56 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x32cdf42d dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x32d7d20e dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x32fd7194 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x33159807 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x3327fb39 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x333cb37c __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x33501344 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x33748d04 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x3384b923 cdev_init +EXPORT_SYMBOL vmlinux 0x33888c79 scsi_execute_req_flags +EXPORT_SYMBOL vmlinux 0x338c8941 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x33b5eadc tty_mutex +EXPORT_SYMBOL vmlinux 0x33b78481 sock_register +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ba5cd4 param_ops_bool +EXPORT_SYMBOL vmlinux 0x33bd3bdd get_task_io_context +EXPORT_SYMBOL vmlinux 0x33c7435c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x33e7de32 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x33ef0504 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3401e315 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x34034f1b d_move +EXPORT_SYMBOL vmlinux 0x34123aae agp_put_bridge +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x3465caa3 cpu_maps_update_begin +EXPORT_SYMBOL vmlinux 0x346b896b agp_create_memory +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x347aaf61 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x347eb9bd param_set_bool +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34bba719 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x34c585b2 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x34d2b759 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x34d7943c register_cdrom +EXPORT_SYMBOL vmlinux 0x34e8f8d4 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x3510cd04 ping_prot +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351ef2fb sk_release_kernel +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x353a96ac dev_add_offload +EXPORT_SYMBOL vmlinux 0x3551f0d8 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x35577328 file_update_time +EXPORT_SYMBOL vmlinux 0x3559e72b wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x358775f5 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x35a83358 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x35b36a92 arp_tbl +EXPORT_SYMBOL vmlinux 0x35c32767 xor_altivec_2 +EXPORT_SYMBOL vmlinux 0x35e01e23 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x35e09980 flex_array_put +EXPORT_SYMBOL vmlinux 0x35e56945 bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0x3611071d vmap +EXPORT_SYMBOL vmlinux 0x3618cb2d ida_destroy +EXPORT_SYMBOL vmlinux 0x3619be09 mddev_congested +EXPORT_SYMBOL vmlinux 0x362f9c1e agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0x36406d9f __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x3668fd48 flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x366f6d27 idr_destroy +EXPORT_SYMBOL vmlinux 0x369e1115 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x36b0e732 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x36b2249f napi_gro_frags +EXPORT_SYMBOL vmlinux 0x36b57558 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x36bd681b groups_alloc +EXPORT_SYMBOL vmlinux 0x36c1e27e xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x36c34b68 vfs_unlink +EXPORT_SYMBOL vmlinux 0x36d6fd5f read_cache_pages +EXPORT_SYMBOL vmlinux 0x370e2f3f tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x3719efff dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x371d2130 check_legacy_ioport +EXPORT_SYMBOL vmlinux 0x371dc8a6 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x3730bb96 kern_unmount +EXPORT_SYMBOL vmlinux 0x3730f012 pps_event +EXPORT_SYMBOL vmlinux 0x37344510 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x37383edd rtas_get_power_level +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374bcf1b generic_ro_fops +EXPORT_SYMBOL vmlinux 0x376b1c62 set_page_dirty +EXPORT_SYMBOL vmlinux 0x376e3637 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x379353e4 input_event +EXPORT_SYMBOL vmlinux 0x37af3190 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37b09e1e mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x37b7ce35 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x37bb7521 fbcon_set_rotate +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37e97ecb locks_copy_lock +EXPORT_SYMBOL vmlinux 0x37f6708e machine_id +EXPORT_SYMBOL vmlinux 0x37f8a03b __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x382028ab sk_reset_timer +EXPORT_SYMBOL vmlinux 0x382d8c29 cap_mmap_file +EXPORT_SYMBOL vmlinux 0x3838f06b pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x384e70ae __smp_mb__before_atomic +EXPORT_SYMBOL vmlinux 0x386812a0 iov_iter_get_pages_alloc +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3889500d pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x389db6fb disk_stack_limits +EXPORT_SYMBOL vmlinux 0x38a0dca4 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af23d7 blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x38b825d1 idr_replace +EXPORT_SYMBOL vmlinux 0x38eb2e1a dev_alert +EXPORT_SYMBOL vmlinux 0x38fb9933 tty_std_termios +EXPORT_SYMBOL vmlinux 0x3907ea6d netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x3908af3d inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x390ed27b validate_sp +EXPORT_SYMBOL vmlinux 0x392850de seq_escape +EXPORT_SYMBOL vmlinux 0x393321b1 tty_port_init +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3944a1c2 fs_bio_set +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3948d5a0 tty_devnum +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x396e8462 simple_write_begin +EXPORT_SYMBOL vmlinux 0x3977e7cc flow_cache_init +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a52fbb pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x39bc9a57 dev_uc_add +EXPORT_SYMBOL vmlinux 0x39c10f08 input_allocate_device +EXPORT_SYMBOL vmlinux 0x39cdf63c wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x39cf62f8 dquot_alloc +EXPORT_SYMBOL vmlinux 0x39fba5c3 vfs_write +EXPORT_SYMBOL vmlinux 0x3a20ff73 __crc32c_le +EXPORT_SYMBOL vmlinux 0x3a35c1dd devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x3a35f814 unregister_key_type +EXPORT_SYMBOL vmlinux 0x3a3616ec iget_failed +EXPORT_SYMBOL vmlinux 0x3a39ec97 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x3a3a7f13 of_dev_put +EXPORT_SYMBOL vmlinux 0x3a403b3d vme_register_driver +EXPORT_SYMBOL vmlinux 0x3a588556 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x3a90b82c inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3aa74165 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x3ac12f41 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x3ad9c809 da903x_query_status +EXPORT_SYMBOL vmlinux 0x3b038d39 dcb_setapp +EXPORT_SYMBOL vmlinux 0x3b18eac1 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x3b192b7c ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x3b1cbc2d xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x3b5ac37c tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x3b615a21 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3b7fa3d0 ata_port_printk +EXPORT_SYMBOL vmlinux 0x3b982d32 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x3badbcce __ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x3bb03522 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bf670d4 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c483012 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x3c631bfe __ip_dev_find +EXPORT_SYMBOL vmlinux 0x3c728180 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cb10381 swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x3cbfceab blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x3cbfec1e dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x3cc1236a bio_phys_segments +EXPORT_SYMBOL vmlinux 0x3cc4b0dc lg_lock_init +EXPORT_SYMBOL vmlinux 0x3cc7f41d generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x3ce28fcf qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf3242d inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x3d0d2b1a blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x3d1968ad pci_set_master +EXPORT_SYMBOL vmlinux 0x3d1a699d deactivate_super +EXPORT_SYMBOL vmlinux 0x3d251eb4 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x3d5844b3 strnicmp +EXPORT_SYMBOL vmlinux 0x3d5b6679 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x3d7165bb blk_integrity_register +EXPORT_SYMBOL vmlinux 0x3d731777 mac_find_mode +EXPORT_SYMBOL vmlinux 0x3d7a0ac9 bdi_register +EXPORT_SYMBOL vmlinux 0x3d900330 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x3d97b141 dma_pool_create +EXPORT_SYMBOL vmlinux 0x3dab8c65 of_get_named_gpiod_flags +EXPORT_SYMBOL vmlinux 0x3dac8706 set_device_ro +EXPORT_SYMBOL vmlinux 0x3dcb049b pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3ddb85b0 bdi_unregister +EXPORT_SYMBOL vmlinux 0x3de3c96e phy_connect +EXPORT_SYMBOL vmlinux 0x3deb75fb set_groups +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e06a729 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x3e1df39b would_dump +EXPORT_SYMBOL vmlinux 0x3e218dcf dev_get_phys_port_id +EXPORT_SYMBOL vmlinux 0x3e2bf4d7 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x3e2e5fda __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x3e4eaeff ppp_input_error +EXPORT_SYMBOL vmlinux 0x3e810eae padata_do_serial +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e8c24f7 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3e95083c vme_slave_get +EXPORT_SYMBOL vmlinux 0x3ec9240c __first_cpu +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3eecb0ad path_is_under +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f0f9a55 release_sock +EXPORT_SYMBOL vmlinux 0x3f369917 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x3f406a3b enable_kernel_altivec +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f5a296e inet_listen +EXPORT_SYMBOL vmlinux 0x3f5c06a8 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x3f85217f tcp_child_process +EXPORT_SYMBOL vmlinux 0x3f985164 proto_unregister +EXPORT_SYMBOL vmlinux 0x3fa24fd6 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x3fac588e tcp_check_req +EXPORT_SYMBOL vmlinux 0x3fb40fff pcim_iomap +EXPORT_SYMBOL vmlinux 0x3fb4a9b3 dquot_drop +EXPORT_SYMBOL vmlinux 0x3fcaad22 skb_seq_read +EXPORT_SYMBOL vmlinux 0x3fe21278 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff8e495 lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0x3ffc6703 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x40135d6a xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x40191a3a agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x4044b914 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x4057f917 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x4068a25a jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x407cc8ba __skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a243b0 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a345ab generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40af7731 file_open_root +EXPORT_SYMBOL vmlinux 0x40b0352e thaw_bdev +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d700e0 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x40e55a10 __sock_create +EXPORT_SYMBOL vmlinux 0x41088a45 pnv_pci_to_phb_node +EXPORT_SYMBOL vmlinux 0x41169265 tc_classify +EXPORT_SYMBOL vmlinux 0x4145b04b arp_xmit +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414a8cf4 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x4150c969 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x41576d72 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x4159c38f ioremap_wc +EXPORT_SYMBOL vmlinux 0x416be397 security_path_link +EXPORT_SYMBOL vmlinux 0x416c761f do_splice_direct +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418dee65 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x419d82c8 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x41a366a1 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x41c8ebb9 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x41ccb4e0 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x41f6b845 vfs_readv +EXPORT_SYMBOL vmlinux 0x42099d68 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x4231b3e7 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x42343d9f fsl_lbc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x424ebec8 __block_write_begin +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x42606b9f phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x4273005c mb_cache_shrink +EXPORT_SYMBOL vmlinux 0x42784e2b md_finish_reshape +EXPORT_SYMBOL vmlinux 0x429f4ee6 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42d8f4e2 devm_gpiod_get_index +EXPORT_SYMBOL vmlinux 0x42e66eb8 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x42f137f4 ether_setup +EXPORT_SYMBOL vmlinux 0x42f6d55d compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x4301c654 textsearch_register +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43132cdf pci_map_rom +EXPORT_SYMBOL vmlinux 0x43158a9d free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x4324eedc devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x4340e7ab tcp_make_synack +EXPORT_SYMBOL vmlinux 0x434b03e6 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43598b69 of_device_is_available +EXPORT_SYMBOL vmlinux 0x4367274b blkdev_put +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438dc7fc lru_cache_add_file +EXPORT_SYMBOL vmlinux 0x43a01f90 complete_all +EXPORT_SYMBOL vmlinux 0x43d88e8b mmc_free_host +EXPORT_SYMBOL vmlinux 0x43e5febe vm_insert_page +EXPORT_SYMBOL vmlinux 0x43ec8840 blk_requeue_request +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x440971cc page_put_link +EXPORT_SYMBOL vmlinux 0x440bbac6 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x44117978 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x44202022 inet_accept +EXPORT_SYMBOL vmlinux 0x4426ee89 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x4435fd92 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x4438ba71 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x446fd628 nf_afinfo +EXPORT_SYMBOL vmlinux 0x4483a7c1 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x448eac3e kmemdup +EXPORT_SYMBOL vmlinux 0x4498df0f netdev_features_change +EXPORT_SYMBOL vmlinux 0x4499e16d ip_options_compile +EXPORT_SYMBOL vmlinux 0x449d4d24 dev_mc_add +EXPORT_SYMBOL vmlinux 0x44a085ef jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x44c991cf inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x44d97d70 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44eb192e wait_for_completion +EXPORT_SYMBOL vmlinux 0x44ff4e61 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x45284ec6 dev_crit +EXPORT_SYMBOL vmlinux 0x452b360e con_is_bound +EXPORT_SYMBOL vmlinux 0x453b4863 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x453fbb39 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x4563790b ps2_init +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x4592f6c8 block_truncate_page +EXPORT_SYMBOL vmlinux 0x45a55ec8 __iounmap +EXPORT_SYMBOL vmlinux 0x45a6be13 cpufreq_sysfs_remove_file +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45cacc7c skb_store_bits +EXPORT_SYMBOL vmlinux 0x4608fe1b lock_may_read +EXPORT_SYMBOL vmlinux 0x4612c59d down_trylock +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x461e00aa default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x461ebfa0 __copy_tofrom_user +EXPORT_SYMBOL vmlinux 0x46203169 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x462d4785 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x46324383 sg_miter_start +EXPORT_SYMBOL vmlinux 0x46386b14 inet6_register_icmp_sender +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x46649cd1 vme_lm_set +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x46865bd5 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x46a0170e flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x46a74812 udp_prot +EXPORT_SYMBOL vmlinux 0x46a7be45 key_put +EXPORT_SYMBOL vmlinux 0x46ae3bb6 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x46c31097 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46c5bda3 kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x46cb859f __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x46d12956 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x46d19d28 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x46e0ee0b dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x4714a622 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x47155d57 security_path_truncate +EXPORT_SYMBOL vmlinux 0x4717e306 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x475fc6be alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x47603b10 md_error +EXPORT_SYMBOL vmlinux 0x4771f5a6 free_task +EXPORT_SYMBOL vmlinux 0x4776c983 vme_bus_num +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x4794b4f5 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47bcf84c param_set_ulong +EXPORT_SYMBOL vmlinux 0x47c8baf4 param_ops_uint +EXPORT_SYMBOL vmlinux 0x47da5870 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x47fb80e5 ata_print_version +EXPORT_SYMBOL vmlinux 0x48034724 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x48102417 fb_set_var +EXPORT_SYMBOL vmlinux 0x48139f37 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x4820edd4 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x482a2a49 param_set_charp +EXPORT_SYMBOL vmlinux 0x483c0e84 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x483cbdd7 mmc_request_done +EXPORT_SYMBOL vmlinux 0x48404b9a remove_wait_queue +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x48798015 dquot_disable +EXPORT_SYMBOL vmlinux 0x488df988 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x48a0ab18 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x48a7fe28 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x48b5ebb7 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c6e529 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x48fabfbf gen_new_estimator +EXPORT_SYMBOL vmlinux 0x48fbbaa9 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x48fc29cc pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x491d627c scsi_ioctl +EXPORT_SYMBOL vmlinux 0x494975fc __find_get_block +EXPORT_SYMBOL vmlinux 0x4951d6d8 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x495c96f8 posix_acl_init +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x49658514 bio_split +EXPORT_SYMBOL vmlinux 0x498bc9e5 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x4996e732 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x499be11b truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x499bfc6d __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b2d85e tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x49b5c85a genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x49c43a66 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x49c9a992 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x49d2a28b gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x49d86e36 kern_path_mountpoint +EXPORT_SYMBOL vmlinux 0x49ec80a0 __napi_complete +EXPORT_SYMBOL vmlinux 0x49ef106c scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a49a583 dcb_getapp +EXPORT_SYMBOL vmlinux 0x4a4c131a cfb_fillrect +EXPORT_SYMBOL vmlinux 0x4a602cde kobject_init +EXPORT_SYMBOL vmlinux 0x4a69cbd6 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x4a799bf1 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4ac3562c napi_complete +EXPORT_SYMBOL vmlinux 0x4acd88fb tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4af9d05b zpool_evict +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b1c87e6 elv_add_request +EXPORT_SYMBOL vmlinux 0x4b20b701 set_bh_page +EXPORT_SYMBOL vmlinux 0x4b2a7e58 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x4b2cbe43 twl6040_power +EXPORT_SYMBOL vmlinux 0x4b3ac673 nobh_writepage +EXPORT_SYMBOL vmlinux 0x4b417e91 single_release +EXPORT_SYMBOL vmlinux 0x4b5e21f2 skb_append +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b6177c5 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x4b7ad15b neigh_direct_output +EXPORT_SYMBOL vmlinux 0x4b7b097b kill_litter_super +EXPORT_SYMBOL vmlinux 0x4b8326ff ida_remove +EXPORT_SYMBOL vmlinux 0x4b89adc7 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x4ba02184 write_one_page +EXPORT_SYMBOL vmlinux 0x4ba11033 neigh_update +EXPORT_SYMBOL vmlinux 0x4baf35a7 vme_master_get +EXPORT_SYMBOL vmlinux 0x4bc4d262 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x4bc5e08a dm_unregister_target +EXPORT_SYMBOL vmlinux 0x4bcd81a8 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x4bd08604 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x4bd66850 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x4bec3e73 inet_frags_init +EXPORT_SYMBOL vmlinux 0x4bed99b3 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x4c11435a _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c2447e8 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x4c2c9903 __napi_schedule +EXPORT_SYMBOL vmlinux 0x4c5cb177 __scm_send +EXPORT_SYMBOL vmlinux 0x4c7ba9ac pci_pme_active +EXPORT_SYMBOL vmlinux 0x4c968104 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x4c9910eb __frontswap_test +EXPORT_SYMBOL vmlinux 0x4ca2d8c2 __breadahead +EXPORT_SYMBOL vmlinux 0x4ca9669f scnprintf +EXPORT_SYMBOL vmlinux 0x4cb0e988 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc1ef13 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cde4beb bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x4ce29a31 __secpath_destroy +EXPORT_SYMBOL vmlinux 0x4ce45604 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x4d1dc2e4 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x4d1fbeb4 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x4d34b03c netif_rx +EXPORT_SYMBOL vmlinux 0x4d58a792 pci_iounmap +EXPORT_SYMBOL vmlinux 0x4d7e1cfe dcache_dir_open +EXPORT_SYMBOL vmlinux 0x4d80fa48 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x4d8a4e38 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x4d9071f5 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x4d91d33e arp_create +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da41964 tcp_init_cgroup +EXPORT_SYMBOL vmlinux 0x4dae1ab8 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x4db3840a devm_iounmap +EXPORT_SYMBOL vmlinux 0x4de2b61a scm_fp_dup +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4dfb6b3e dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x4e280d21 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e3c5785 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e69cfd6 input_set_keycode +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e755bd0 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x4e7d2b03 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x4e7dc7d5 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x4e83354c i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x4e9647d9 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x4e9ab096 blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x4e9dffb5 ip_fast_csum +EXPORT_SYMBOL vmlinux 0x4eae3607 seq_bitmap +EXPORT_SYMBOL vmlinux 0x4ebd33ba xfrm_register_type +EXPORT_SYMBOL vmlinux 0x4ed1d97f mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x4edd72f7 block_all_signals +EXPORT_SYMBOL vmlinux 0x4ef6f75e blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x4f0b958e vio_h_cop_sync +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f4ed676 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f9106e4 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x4fc682bb update_devfreq +EXPORT_SYMBOL vmlinux 0x4fcc893c blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe5dbdc n_tty_compat_ioctl_helper +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5045bca2 genl_notify +EXPORT_SYMBOL vmlinux 0x5059dddc eth_mac_addr +EXPORT_SYMBOL vmlinux 0x505d5999 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x5063df40 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x5078edbc __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x508008cd __blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x5089f4cd scsi_get_command +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50ba769a kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x50d1550e iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x50d2592d hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x50d44406 fget +EXPORT_SYMBOL vmlinux 0x50ded37c __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x50e54552 i2c_transfer +EXPORT_SYMBOL vmlinux 0x50ee1a00 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x510da60f __dquot_free_space +EXPORT_SYMBOL vmlinux 0x51164ad9 cmdline_parts_set +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x5128f4fd init_task +EXPORT_SYMBOL vmlinux 0x51333ecb d_drop +EXPORT_SYMBOL vmlinux 0x513fee4f commit_creds +EXPORT_SYMBOL vmlinux 0x51957fca xfrm_input +EXPORT_SYMBOL vmlinux 0x51986d46 bdevname +EXPORT_SYMBOL vmlinux 0x519b0da3 finish_wait +EXPORT_SYMBOL vmlinux 0x51c0d6d3 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x51c87988 pnv_cxl_ioda_msi_setup +EXPORT_SYMBOL vmlinux 0x51dec4c4 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x51ef2df3 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5205acb7 md_done_sync +EXPORT_SYMBOL vmlinux 0x5209ce24 sk_stream_error +EXPORT_SYMBOL vmlinux 0x520ba49d tcp_try_fastopen +EXPORT_SYMBOL vmlinux 0x521b36b5 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x5224ee0e d_find_alias +EXPORT_SYMBOL vmlinux 0x52315509 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x52317146 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5245f6a4 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x52510c0e pagecache_get_page +EXPORT_SYMBOL vmlinux 0x5251b657 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x5255a3d1 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x52619d61 sock_from_file +EXPORT_SYMBOL vmlinux 0x52738b38 devm_gpiod_get +EXPORT_SYMBOL vmlinux 0x5289b437 __next_cpu_nr +EXPORT_SYMBOL vmlinux 0x528e332c vio_get_attribute +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52b645e5 __smp_mb__after_atomic +EXPORT_SYMBOL vmlinux 0x52f12f5a jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x52f27440 clear_nlink +EXPORT_SYMBOL vmlinux 0x530a59a8 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53225b97 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x532322ae security_d_instantiate +EXPORT_SYMBOL vmlinux 0x532a4f8d blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x53532a3a mmc_register_driver +EXPORT_SYMBOL vmlinux 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0x536c6193 read_code +EXPORT_SYMBOL vmlinux 0x536cc847 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x5377e556 hex2bin +EXPORT_SYMBOL vmlinux 0x5384325a input_unregister_device +EXPORT_SYMBOL vmlinux 0x539a5d68 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x53bb1d72 tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x53e4600f blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x53ebab1b _outsl_ns +EXPORT_SYMBOL vmlinux 0x53f0007b devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x53f8dc38 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x54010459 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5409824d security_path_rename +EXPORT_SYMBOL vmlinux 0x54107c78 unregister_console +EXPORT_SYMBOL vmlinux 0x5412c7c7 up +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x54298fca blk_mq_end_io +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5457afd4 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x545fe10a i2c_verify_client +EXPORT_SYMBOL vmlinux 0x5472105b dma_iommu_ops +EXPORT_SYMBOL vmlinux 0x54938163 vfs_fsync +EXPORT_SYMBOL vmlinux 0x549f7372 compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54c29a60 load_nls +EXPORT_SYMBOL vmlinux 0x54c32242 key_invalidate +EXPORT_SYMBOL vmlinux 0x54e3cc3b param_get_int +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x5518a0e8 skb_find_text +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x551be30c dma_find_channel +EXPORT_SYMBOL vmlinux 0x552b19e8 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x5537ce10 eth_header +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5568c553 complete +EXPORT_SYMBOL vmlinux 0x556c2740 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x556ce906 tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x557717d2 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x5577ef9e udp_table +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x5597d320 up_write +EXPORT_SYMBOL vmlinux 0x55a2988b pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x55b3b026 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x55ccd4d2 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x55f5019b __kmalloc_node +EXPORT_SYMBOL vmlinux 0x55f6fc6e inet_bind +EXPORT_SYMBOL vmlinux 0x560eff7f dev_addr_init +EXPORT_SYMBOL vmlinux 0x5612b246 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x561fa6e9 update_region +EXPORT_SYMBOL vmlinux 0x5623e80e netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x5624947d padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5640f895 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x56471a61 dst_alloc +EXPORT_SYMBOL vmlinux 0x56660710 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x56664d67 __blk_end_request +EXPORT_SYMBOL vmlinux 0x568aaac2 bio_clone_fast +EXPORT_SYMBOL vmlinux 0x568e0e97 dentry_unhash +EXPORT_SYMBOL vmlinux 0x56a72202 skb_make_writable +EXPORT_SYMBOL vmlinux 0x56c2b95b rtas_progress +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d03e68 kblockd_schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0x5705ebf4 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x57248969 lro_flush_all +EXPORT_SYMBOL vmlinux 0x572647d6 get_mce_fault_addr +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x57367023 tty_do_resize +EXPORT_SYMBOL vmlinux 0x57526de5 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575cf7e2 udp_disconnect +EXPORT_SYMBOL vmlinux 0x57637ca8 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x5772ac50 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x577936d2 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x5791ac44 simple_lookup +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57d49117 brioctl_set +EXPORT_SYMBOL vmlinux 0x57eda26a kill_pid +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583d50af key_payload_reserve +EXPORT_SYMBOL vmlinux 0x583fe1ae prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x5842c5d0 register_exec_domain +EXPORT_SYMBOL vmlinux 0x584b6e72 loop_backing_file +EXPORT_SYMBOL vmlinux 0x584c27c4 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x584ea4fa devm_gpiod_get_optional +EXPORT_SYMBOL vmlinux 0x58572cf6 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x587616f1 vfs_fstatat +EXPORT_SYMBOL vmlinux 0x587c4de5 tty_throttle +EXPORT_SYMBOL vmlinux 0x588bbddd insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x58954d2a lookup_one_len +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58e8c9e7 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x58eb544c generic_getxattr +EXPORT_SYMBOL vmlinux 0x58f5345c simple_setattr +EXPORT_SYMBOL vmlinux 0x592af348 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x592d358a register_md_personality +EXPORT_SYMBOL vmlinux 0x593cb6d3 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594ff70c mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x595d0946 empty_zero_page +EXPORT_SYMBOL vmlinux 0x59648faf up_read +EXPORT_SYMBOL vmlinux 0x5967c929 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x5991219c cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x59b3378a completion_done +EXPORT_SYMBOL vmlinux 0x59d89457 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x59dbfa4d poll_initwait +EXPORT_SYMBOL vmlinux 0x59e76f4e setup_arg_pages +EXPORT_SYMBOL vmlinux 0x59fcc1c4 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x5a025f7b arch_local_irq_restore +EXPORT_SYMBOL vmlinux 0x5a0aaa12 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5a2181ef cad_pid +EXPORT_SYMBOL vmlinux 0x5a3b4aad blk_complete_request +EXPORT_SYMBOL vmlinux 0x5a5536c2 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aa19f77 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x5ab0bbb1 vfs_rename +EXPORT_SYMBOL vmlinux 0x5ad70624 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x5adfa264 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x5ae1941f wake_up_process +EXPORT_SYMBOL vmlinux 0x5aff4177 vme_lm_get +EXPORT_SYMBOL vmlinux 0x5b0b421a revert_creds +EXPORT_SYMBOL vmlinux 0x5b124d0a dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x5b23a97b block_write_begin +EXPORT_SYMBOL vmlinux 0x5b23e35b agp_find_bridge +EXPORT_SYMBOL vmlinux 0x5b2555c7 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x5b2ccc5d blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x5b37ed1a jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x5b3eba1e xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x5b43f1f1 rtas_service_present +EXPORT_SYMBOL vmlinux 0x5b56506a netdev_err +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b698ced dquot_acquire +EXPORT_SYMBOL vmlinux 0x5b709147 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x5b7e7387 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x5b97bac7 dev_get_stats +EXPORT_SYMBOL vmlinux 0x5b9828c5 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x5bc10524 printk_emit +EXPORT_SYMBOL vmlinux 0x5bd5fe13 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x5c37f319 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x5c3dd2cd devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x5c7ce271 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x5c83792e netdev_alert +EXPORT_SYMBOL vmlinux 0x5c895483 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x5c8f0e5f ftrace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x5c939d77 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x5ca66ad1 fbcon_rotate_ccw +EXPORT_SYMBOL vmlinux 0x5ce8ef02 synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x5cf30e10 __debugger_ipi +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d41c87c param_ops_charp +EXPORT_SYMBOL vmlinux 0x5d50c0ec eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x5d550c4d scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x5dab5ce4 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x5db22fcd agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x5de02d74 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x5e002559 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x5e034fdf __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x5e057c90 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x5e0dee10 scsi_host_put +EXPORT_SYMBOL vmlinux 0x5e1d842f dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x5e1f9e29 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x5e336987 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x5e338180 dev_printk +EXPORT_SYMBOL vmlinux 0x5e3a8a9c __wake_up +EXPORT_SYMBOL vmlinux 0x5e4b6aa1 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x5e529b19 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x5e5cf1de gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x5e81b971 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x5e840934 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x5e8a7895 of_get_next_child +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ebbd15f mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ee7d9e3 pagevec_lookup +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f249bca inode_init_once +EXPORT_SYMBOL vmlinux 0x5f343d77 blk_get_queue +EXPORT_SYMBOL vmlinux 0x5f4b0d5a mpage_writepages +EXPORT_SYMBOL vmlinux 0x5f50a5c9 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x5f5283d7 make_kgid +EXPORT_SYMBOL vmlinux 0x5f5b9afb of_allnodes +EXPORT_SYMBOL vmlinux 0x5f6646b2 tcp_poll +EXPORT_SYMBOL vmlinux 0x5f8a2728 isa_io_base +EXPORT_SYMBOL vmlinux 0x5f9204ea blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x5f9993ec submit_bh +EXPORT_SYMBOL vmlinux 0x5facd41e kernel_sendpage +EXPORT_SYMBOL vmlinux 0x5fd13cd9 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x5fda0227 vfs_stat +EXPORT_SYMBOL vmlinux 0x5fe182a3 bio_init +EXPORT_SYMBOL vmlinux 0x5fe6caee mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x600aa5bd security_path_chown +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x6066d698 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x6080c58c scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x6086716b tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x609b5096 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60b9aa33 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x60bab272 dquot_commit +EXPORT_SYMBOL vmlinux 0x60d287c7 inet_select_addr +EXPORT_SYMBOL vmlinux 0x60df1e3b posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x60df67b7 blk_mq_map_queue +EXPORT_SYMBOL vmlinux 0x60f482cc md_check_recovery +EXPORT_SYMBOL vmlinux 0x61127b8c tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x614bb773 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x61538ad0 param_get_charp +EXPORT_SYMBOL vmlinux 0x617d72fc dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x61918d22 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x61991fbb tcp_parse_options +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61cabba3 dev_get_nest_level +EXPORT_SYMBOL vmlinux 0x61e82200 agp_backend_release +EXPORT_SYMBOL vmlinux 0x61eef2c9 _insb +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6225bd65 tc_classify_compat +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x624bd001 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6277c3df vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62a3dcad unregister_binfmt +EXPORT_SYMBOL vmlinux 0x62c478f9 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x62cbb804 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x62d295ea filemap_map_pages +EXPORT_SYMBOL vmlinux 0x63068df3 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x63231951 gen_pool_create +EXPORT_SYMBOL vmlinux 0x632e2a59 vme_irq_request +EXPORT_SYMBOL vmlinux 0x63396aec __debugger_break_match +EXPORT_SYMBOL vmlinux 0x633eca20 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x63641a8a mpage_readpages +EXPORT_SYMBOL vmlinux 0x6381e1a6 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x63833318 inode_init_always +EXPORT_SYMBOL vmlinux 0x63c5b55d __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x63d50c87 __ps2_command +EXPORT_SYMBOL vmlinux 0x63e7bd12 __cputime_usec_factor +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63fb697f bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x64010d6e dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x64250886 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x6455222b tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x64646384 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x647b4730 vfs_writev +EXPORT_SYMBOL vmlinux 0x648352f8 tcp_prequeue +EXPORT_SYMBOL vmlinux 0x648a66e0 dev_mc_del +EXPORT_SYMBOL vmlinux 0x6490e4eb skb_dequeue +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64c09ec7 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x64da9cdd dev_remove_pack +EXPORT_SYMBOL vmlinux 0x64e088fa of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x64ea27d5 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x64ecf7c7 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x6507e0ac do_splice_to +EXPORT_SYMBOL vmlinux 0x6509297d vme_slave_request +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x65192654 acl_by_type +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x652e1aef block_read_full_page +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x6568ffd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x657ef0ec kobject_put +EXPORT_SYMBOL vmlinux 0x6583934c generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x658dd133 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x6596e611 input_release_device +EXPORT_SYMBOL vmlinux 0x65a90cc5 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x65b002b9 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x65bb58a2 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x65d5be07 get_thermal_instance +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 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65f5d1c2 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x65f99e2d dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x6607d653 __f_setown +EXPORT_SYMBOL vmlinux 0x661b6aec tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x6637f357 sock_edemux +EXPORT_SYMBOL vmlinux 0x668524af cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x6687799d of_dev_get +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x6691fca5 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x66c1b0f2 skb_insert +EXPORT_SYMBOL vmlinux 0x66c47bc5 misc_deregister +EXPORT_SYMBOL vmlinux 0x66c54400 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x66cafef8 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x66cc2910 skb_copy +EXPORT_SYMBOL vmlinux 0x66e7ceae netdev_all_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x66ed6db9 path_get +EXPORT_SYMBOL vmlinux 0x66f6dee6 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x66f9ebc6 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x670a4710 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x671e9d8c cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x6728c470 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x674bd673 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x6752d1d9 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x675aa786 follow_down +EXPORT_SYMBOL vmlinux 0x675b8f61 param_get_string +EXPORT_SYMBOL vmlinux 0x6763f73a netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x6767c237 fasync_helper +EXPORT_SYMBOL vmlinux 0x67a6b437 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x67abce70 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x67b7822e pipe_lock +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67b85c0a iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x67db0e1d generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x67dd685d blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x67eb450f kobject_del +EXPORT_SYMBOL vmlinux 0x67efdb8e md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x6808b453 __unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x6810a127 fsnotify_get_group +EXPORT_SYMBOL vmlinux 0x681e3910 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x681ec86d pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x68400882 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x685ea3e2 inode_permission +EXPORT_SYMBOL vmlinux 0x68609857 complete_and_exit +EXPORT_SYMBOL vmlinux 0x686f3f48 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x68715812 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x6881c470 lookup_bdev +EXPORT_SYMBOL vmlinux 0x68843e90 vfs_open +EXPORT_SYMBOL vmlinux 0x68896ac0 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x68990ce5 ps2_end_command +EXPORT_SYMBOL vmlinux 0x68ac78a9 lease_modify +EXPORT_SYMBOL vmlinux 0x68b83ac6 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x68c31f78 __skb_checksum +EXPORT_SYMBOL vmlinux 0x68ccd5d4 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e660c0 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x690c5e46 free_buffer_head +EXPORT_SYMBOL vmlinux 0x692cc504 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x6951832c security_inode_permission +EXPORT_SYMBOL vmlinux 0x6968f328 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6979bda7 qdisc_reset +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69af4a08 of_device_register +EXPORT_SYMBOL vmlinux 0x69cdb93c neigh_destroy +EXPORT_SYMBOL vmlinux 0x69d24f91 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69fbd967 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x6a01d071 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x6a036b2e generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a0b5e17 complete_request_key +EXPORT_SYMBOL vmlinux 0x6a12b9f4 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a61f874 to_tm +EXPORT_SYMBOL vmlinux 0x6a65a402 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x6a65ee46 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x6a698667 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x6a740c54 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x6a74df56 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a7dfcc2 scsi_finish_command +EXPORT_SYMBOL vmlinux 0x6a80b152 get_fs_type +EXPORT_SYMBOL vmlinux 0x6a9e34b1 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x6aae4ead __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6acbbb86 dma_direct_ops +EXPORT_SYMBOL vmlinux 0x6aec2dca twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x6af6ba77 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b0d9b4e rtmsg_ifinfo +EXPORT_SYMBOL vmlinux 0x6b153667 tcf_hash_check +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b250872 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b4d38ec devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x6b585290 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x6b5a7a8c pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x6b5dfe73 __debugger_bpt +EXPORT_SYMBOL vmlinux 0x6b60f786 lock_may_write +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b97c94a unregister_netdev +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bceaebc gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x6bd733a2 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6beb2078 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6c51a836 sysctl_tcp_notsent_lowat +EXPORT_SYMBOL vmlinux 0x6c61a2ed scsi_print_result +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c665c6c compat_sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x6c680450 pci_save_state +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c74f075 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x6c8843f2 generic_permission +EXPORT_SYMBOL vmlinux 0x6c93187c simple_rmdir +EXPORT_SYMBOL vmlinux 0x6ca1060f mount_bdev +EXPORT_SYMBOL vmlinux 0x6cc93c17 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x6cd8c86b __crc32c_le_combine +EXPORT_SYMBOL vmlinux 0x6ce42fec pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x6cebfaa8 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x6d05703f skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d35c79a nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x6d6e4005 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x6d8356b7 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x6da928f4 _insw_ns +EXPORT_SYMBOL vmlinux 0x6db8f8de dev_mc_init +EXPORT_SYMBOL vmlinux 0x6dd2681f dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df6d574 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x6e0084e8 of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0x6e153d48 scsi_unregister +EXPORT_SYMBOL vmlinux 0x6e1e329d __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x6e2ac5b3 dev_uc_init +EXPORT_SYMBOL vmlinux 0x6e4749f6 ll_rw_block +EXPORT_SYMBOL vmlinux 0x6e48673d ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x6e62e59c ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x6e6767fe ata_link_printk +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e7f0fd2 cmdline_parts_parse +EXPORT_SYMBOL vmlinux 0x6e91f3f7 input_register_handle +EXPORT_SYMBOL vmlinux 0x6e922585 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ebc5149 param_ops_long +EXPORT_SYMBOL vmlinux 0x6ed72694 sg_miter_next +EXPORT_SYMBOL vmlinux 0x6ee94606 udp_set_csum +EXPORT_SYMBOL vmlinux 0x6f099af5 clone_cred +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f425091 kernel_write +EXPORT_SYMBOL vmlinux 0x6f579a92 ns_capable +EXPORT_SYMBOL vmlinux 0x6f57f007 do_splice_from +EXPORT_SYMBOL vmlinux 0x6f597e81 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x6f6e8020 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x6f825b33 names_cachep +EXPORT_SYMBOL vmlinux 0x6f877820 ps2_drain +EXPORT_SYMBOL vmlinux 0x6f91b194 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x6fb36841 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x6fb65fca vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd6c708 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x6ffc96a9 of_translate_address +EXPORT_SYMBOL vmlinux 0x6ffce7db inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x700b6c6f srp_rport_get +EXPORT_SYMBOL vmlinux 0x701a7183 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x70271d68 ab3100_event_register +EXPORT_SYMBOL vmlinux 0x704c4365 __cputime_sec_factor +EXPORT_SYMBOL vmlinux 0x704e50ca jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x70512fd9 __getblk_slow +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x70766a2e get_disk +EXPORT_SYMBOL vmlinux 0x7078b6c0 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x707f43f6 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x7093edb2 mount_single +EXPORT_SYMBOL vmlinux 0x709da0b9 dev_notice +EXPORT_SYMBOL vmlinux 0x709e96cc xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x70a43e38 seq_release +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d4f402 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x70f19292 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x7129d575 key_type_keyring +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x713d8b77 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x716a5ee2 skb_clone +EXPORT_SYMBOL vmlinux 0x716c85d4 mem_section +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71863af2 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x71891619 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x718bc1ae max8925_set_bits +EXPORT_SYMBOL vmlinux 0x71959672 netdev_notice +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71e29fde pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x71f0b562 __kfree_skb +EXPORT_SYMBOL vmlinux 0x7208f8f2 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x721a0ee5 simple_link +EXPORT_SYMBOL vmlinux 0x721bf2b2 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x721e7598 register_filesystem +EXPORT_SYMBOL vmlinux 0x722c09cc simple_open +EXPORT_SYMBOL vmlinux 0x7252888d d_make_root +EXPORT_SYMBOL vmlinux 0x72594bab simple_transaction_set +EXPORT_SYMBOL vmlinux 0x72662505 __init_rwsem +EXPORT_SYMBOL vmlinux 0x72734571 tcp_prot +EXPORT_SYMBOL vmlinux 0x727ed90a generic_file_llseek +EXPORT_SYMBOL vmlinux 0x72971bb3 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x72991da8 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x72a0dcc2 mntput +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72c98139 __arch_hweight64 +EXPORT_SYMBOL vmlinux 0x72d0428a alloc_disk +EXPORT_SYMBOL vmlinux 0x72d31f58 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x72e7c32a phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f0cad9 block_invalidatepage +EXPORT_SYMBOL vmlinux 0x7304de7f of_device_unregister +EXPORT_SYMBOL vmlinux 0x73058245 __inet6_hash +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731a747a pci_io_base +EXPORT_SYMBOL vmlinux 0x73341da5 inc_nlink +EXPORT_SYMBOL vmlinux 0x733ad3d5 led_set_brightness +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x733d9a42 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x734aae21 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x73515e96 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x73560cd1 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x7357832f generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x735d8503 add_wait_queue +EXPORT_SYMBOL vmlinux 0x736cb3c1 give_up_console +EXPORT_SYMBOL vmlinux 0x73710a3e dqstats +EXPORT_SYMBOL vmlinux 0x73738616 bio_put +EXPORT_SYMBOL vmlinux 0x7375df99 km_is_alive +EXPORT_SYMBOL vmlinux 0x739a8b05 alloc_file +EXPORT_SYMBOL vmlinux 0x73a48b02 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x73af7b2b pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x73ba8573 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x73c7662f end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x73da275a xfrm_garbage_collect +EXPORT_SYMBOL vmlinux 0x73f3e019 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x73f521c9 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x741a3756 security_file_permission +EXPORT_SYMBOL vmlinux 0x747195f0 hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x749344ab write_inode_now +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74dbde8a crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74ef1abb pps_unregister_source +EXPORT_SYMBOL vmlinux 0x74f60579 iterate_fd +EXPORT_SYMBOL vmlinux 0x751c2917 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x75224400 input_open_device +EXPORT_SYMBOL vmlinux 0x752e2405 seq_puts +EXPORT_SYMBOL vmlinux 0x7532588a alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x753d1da3 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x755ddaf7 skb_unlink +EXPORT_SYMBOL vmlinux 0x757cbad5 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x757e386e of_platform_device_create +EXPORT_SYMBOL vmlinux 0x758e1aa7 register_framebuffer +EXPORT_SYMBOL vmlinux 0x75994700 add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x759a4805 elv_rb_add +EXPORT_SYMBOL vmlinux 0x75acc28d ipv4_specific +EXPORT_SYMBOL vmlinux 0x75b6b45e inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75be6702 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x75c7fc80 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0x75e12b8f vio_register_device_node +EXPORT_SYMBOL vmlinux 0x75ec7fa3 __seq_open_private +EXPORT_SYMBOL vmlinux 0x75ef2922 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x76015a6d dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760d132c put_page +EXPORT_SYMBOL vmlinux 0x762dbbea mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766af6fb blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x766ccbff jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x769236db netdev_emerg +EXPORT_SYMBOL vmlinux 0x76af8e72 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x76b59b33 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x76b9942e follow_up +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d451c4 add_taint +EXPORT_SYMBOL vmlinux 0x76e309b8 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x7704f30d alloc_fddidev +EXPORT_SYMBOL vmlinux 0x77139516 vfs_mknod +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x77205c8a pci_platform_rom +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77490068 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x775f01fd bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x7763a22b blk_stack_limits +EXPORT_SYMBOL vmlinux 0x7770f67f xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x7779d716 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x778721bf inet_frags_fini +EXPORT_SYMBOL vmlinux 0x778f2173 security_task_getsecid +EXPORT_SYMBOL vmlinux 0x77937098 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77b59f8c of_device_alloc +EXPORT_SYMBOL vmlinux 0x77b8cfc3 vfs_read +EXPORT_SYMBOL vmlinux 0x77b9fe54 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c17543 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77e68a0d fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x7821277c fb_get_mode +EXPORT_SYMBOL vmlinux 0x7824cfc9 current_fs_time +EXPORT_SYMBOL vmlinux 0x782912a4 vme_master_request +EXPORT_SYMBOL vmlinux 0x782a892d mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x7830b04f hvc_put_chars +EXPORT_SYMBOL vmlinux 0x783b3563 wake_up_atomic_t +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x784d0815 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x785968e6 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x785ae6e0 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x78627482 dev_err +EXPORT_SYMBOL vmlinux 0x78634d47 devm_gpio_request +EXPORT_SYMBOL vmlinux 0x7868b18b noop_qdisc +EXPORT_SYMBOL vmlinux 0x786b1086 backlight_force_update +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x7895c493 dev_emerg +EXPORT_SYMBOL vmlinux 0x7897a53e scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x789c94b4 i2c_master_recv +EXPORT_SYMBOL vmlinux 0x78a9e905 _numa_mem_ +EXPORT_SYMBOL vmlinux 0x78c1ff22 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x78db5671 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x7908e7c9 put_io_context +EXPORT_SYMBOL vmlinux 0x790df6ca __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x791dace1 bitmap_unplug +EXPORT_SYMBOL vmlinux 0x791dbd8a d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x791efea2 srp_start_tl_fail_timers +EXPORT_SYMBOL vmlinux 0x7921eb6c of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x79462664 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x797c8fa9 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x797e6362 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7985d043 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x79904623 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x799053e3 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x799344b0 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x7994a5f4 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0x799d508f neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79ad4be4 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x79baaeb5 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x79f26eb6 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x79fb780a page_symlink +EXPORT_SYMBOL vmlinux 0x79fc8bdb blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x7a04445d __frontswap_store +EXPORT_SYMBOL vmlinux 0x7a0826bb dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a44cd81 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x7a50caaa swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x7a553e0e textsearch_destroy +EXPORT_SYMBOL vmlinux 0x7a61462a xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x7a6dd9df __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x7a9115e7 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x7a925833 cpufreq_get_global_kobject +EXPORT_SYMBOL vmlinux 0x7a942faa register_console +EXPORT_SYMBOL vmlinux 0x7a955270 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab4d317 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7acaa7a4 console_start +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc1386 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x7add44b5 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7aefba82 locks_free_lock +EXPORT_SYMBOL vmlinux 0x7afd44bc pci_fixup_device +EXPORT_SYMBOL vmlinux 0x7b1445cb fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x7b16235f hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7b203c55 qdisc_list_add +EXPORT_SYMBOL vmlinux 0x7b2aef6c __krealloc +EXPORT_SYMBOL vmlinux 0x7b3878e7 migrate_page +EXPORT_SYMBOL vmlinux 0x7b9733ef iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x7bb756cc neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x7bbb8110 phy_device_free +EXPORT_SYMBOL vmlinux 0x7bfbad11 mdiobus_write +EXPORT_SYMBOL vmlinux 0x7c003aef _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x7c0555da tty_port_destroy +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c23740a elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x7c2d098f krealloc +EXPORT_SYMBOL vmlinux 0x7c34f100 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c6d7fed register_sysctl +EXPORT_SYMBOL vmlinux 0x7c6dfaea in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x7c90751c bioset_free +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7c9bde97 md_register_thread +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cc41352 may_umount_tree +EXPORT_SYMBOL vmlinux 0x7cc578da param_get_long +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce7a2eb of_iomap +EXPORT_SYMBOL vmlinux 0x7ced2efd pps_register_source +EXPORT_SYMBOL vmlinux 0x7cf1fb44 xfrm4_rcv_cb +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf3a16b put_cmsg +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d33aff5 dev_change_flags +EXPORT_SYMBOL vmlinux 0x7d471757 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x7d705738 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7d887637 tso_build_data +EXPORT_SYMBOL vmlinux 0x7d9514c1 node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x7da2f050 kernel_connect +EXPORT_SYMBOL vmlinux 0x7dae9ac5 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x7dc97879 rtas_get_error_log_max +EXPORT_SYMBOL vmlinux 0x7dd1f877 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7df3959f inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x7dfb5d03 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x7e1385a8 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x7e2df2ee writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x7e55db46 generic_file_open +EXPORT_SYMBOL vmlinux 0x7e6f0550 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x7e9a69d0 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x7eb5f192 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x7f06ebb3 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x7f0aadeb __pagevec_release +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f62a045 cpu_maps_update_done +EXPORT_SYMBOL vmlinux 0x7f69ee7f agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x7f825820 sock_no_bind +EXPORT_SYMBOL vmlinux 0x7f839760 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x7f94bd5d dev_warn +EXPORT_SYMBOL vmlinux 0x7fa017b8 do_sync_read +EXPORT_SYMBOL vmlinux 0x7fa052ef of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x7fa2921d scsi_block_requests +EXPORT_SYMBOL vmlinux 0x7fbc2064 d_rehash +EXPORT_SYMBOL vmlinux 0x7fbd10d2 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe38f48 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x7ff26e45 mmc_get_card +EXPORT_SYMBOL vmlinux 0x7ff2e491 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x7ff5383e cpu_active_mask +EXPORT_SYMBOL vmlinux 0x800d5674 default_file_splice_read +EXPORT_SYMBOL vmlinux 0x800e7ddc kobject_set_name +EXPORT_SYMBOL vmlinux 0x8012517f ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x8015815f module_layout +EXPORT_SYMBOL vmlinux 0x802067d5 __bforget +EXPORT_SYMBOL vmlinux 0x802d0e93 crc32_le +EXPORT_SYMBOL vmlinux 0x803815f0 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x80597f4c pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x8071d1a8 cpu_all_bits +EXPORT_SYMBOL vmlinux 0x80791a8c radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x807a2157 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x807ef905 tty_unlock +EXPORT_SYMBOL vmlinux 0x808be5d7 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x808c9d4b uart_match_port +EXPORT_SYMBOL vmlinux 0x8098b616 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x809a1def skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x80a673ea genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x80b69a81 elevator_init +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cf38e4 kmalloc_dma_caches +EXPORT_SYMBOL vmlinux 0x80cf92d1 genphy_suspend +EXPORT_SYMBOL vmlinux 0x80d0e93f sync_inode +EXPORT_SYMBOL vmlinux 0x80d28a14 key_unlink +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80ffe233 skb_checksum +EXPORT_SYMBOL vmlinux 0x811d82fd xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x81369128 single_open_size +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x81954d68 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x81a07f4e _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x81a80303 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x81a8bb15 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x81c0a84f rtas_set_indicator +EXPORT_SYMBOL vmlinux 0x81d2937d tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x81d955bf sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81f50eda bio_alloc_pages +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x821371f2 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x821b7978 eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x821f6c10 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x82458f7f radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x824a4e40 padata_start +EXPORT_SYMBOL vmlinux 0x82500056 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x828062b1 __frontswap_init +EXPORT_SYMBOL vmlinux 0x829866d5 km_policy_expired +EXPORT_SYMBOL vmlinux 0x829bc1c2 pagecache_write_end +EXPORT_SYMBOL vmlinux 0x82a0d959 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82d6b0d0 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x82d88f6d redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x82e5a238 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x82f990f5 kern_path +EXPORT_SYMBOL vmlinux 0x82fdbca1 mpage_readpage +EXPORT_SYMBOL vmlinux 0x8304733a blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x830f7a45 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x83269c06 netif_napi_add +EXPORT_SYMBOL vmlinux 0x8356fc59 __mutex_init +EXPORT_SYMBOL vmlinux 0x836acdbb elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x8374c8f1 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x8376e4b9 ip_ct_attach +EXPORT_SYMBOL vmlinux 0x838da464 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x838edc9d posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x839430b2 __register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83ac48b4 path_put +EXPORT_SYMBOL vmlinux 0x83c52fba xfrm4_protocol_init +EXPORT_SYMBOL vmlinux 0x83cb6184 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x83d8c037 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x83f07655 get_user_pages +EXPORT_SYMBOL vmlinux 0x84035e47 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x84068b43 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x841962f8 param_get_ushort +EXPORT_SYMBOL vmlinux 0x84316777 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x843f4ada tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x844e3767 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x84521360 fbcon_rotate_ud +EXPORT_SYMBOL vmlinux 0x847cbbb2 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x84a2f5b8 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x84bd69bf dq_data_lock +EXPORT_SYMBOL vmlinux 0x84e64e84 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x84ffea8b idr_preload +EXPORT_SYMBOL vmlinux 0x85085df7 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x8509c540 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x85158154 start_tty +EXPORT_SYMBOL vmlinux 0x8518eca9 param_get_short +EXPORT_SYMBOL vmlinux 0x853bf7c1 param_set_int +EXPORT_SYMBOL vmlinux 0x85405da2 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x8543041c xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8576036f nf_log_set +EXPORT_SYMBOL vmlinux 0x857e47b2 bdget +EXPORT_SYMBOL vmlinux 0x8593586b i2c_clients_command +EXPORT_SYMBOL vmlinux 0x8597eb47 plpar_hcall +EXPORT_SYMBOL vmlinux 0x85af2f30 cdrom_release +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bcb689 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85f1da5a inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x860e9523 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x8622cafd __lock_page +EXPORT_SYMBOL vmlinux 0x862b95d3 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x8681e93d phy_detach +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x8699febb tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x86aab1d2 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x86d34846 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x86d3e178 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x86db1cbb rtas_flash_term_hook +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x8726b625 try_to_writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x8730561f dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x873a53ea __arch_hweight8 +EXPORT_SYMBOL vmlinux 0x875e67c1 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x8762883a textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x8779a34f param_ops_byte +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x87d9fe24 phy_stop +EXPORT_SYMBOL vmlinux 0x880899df wait_iff_congested +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x882db37f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x88427be8 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x8842f919 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x88513970 param_set_byte +EXPORT_SYMBOL vmlinux 0x88679784 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x8881545f tty_set_operations +EXPORT_SYMBOL vmlinux 0x88ceeef1 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x88d02ccf read_cache_page +EXPORT_SYMBOL vmlinux 0x88e97995 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x88f50bbd deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x88f795d5 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x8917eef7 pci_restore_state +EXPORT_SYMBOL vmlinux 0x891bef26 vm_stat +EXPORT_SYMBOL vmlinux 0x891c01d2 blk_end_request +EXPORT_SYMBOL vmlinux 0x891e153a trace_seq_putc +EXPORT_SYMBOL vmlinux 0x891fbb10 mempool_destroy +EXPORT_SYMBOL vmlinux 0x89284047 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x894eb764 abx500_register_ops +EXPORT_SYMBOL vmlinux 0x895108f3 proc_dostring +EXPORT_SYMBOL vmlinux 0x895577b0 numa_cpu_lookup_table +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x89797060 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x897c6a7b blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x8982b9a9 seq_open +EXPORT_SYMBOL vmlinux 0x8986ff34 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x8996db5f dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x8997c3da I_BDEV +EXPORT_SYMBOL vmlinux 0x89aefa1f d_lookup +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89c1077e blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x89cd05db nf_getsockopt +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89d80d6a tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x89e148cf tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a3fbee0 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4c4b17 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x8a51d565 quota_send_warning +EXPORT_SYMBOL vmlinux 0x8a61960e inet_frag_find +EXPORT_SYMBOL vmlinux 0x8a663574 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a6dac1e dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aaeaf9b fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x8ab28050 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x8abfb547 devm_free_irq +EXPORT_SYMBOL vmlinux 0x8abfee99 from_kgid +EXPORT_SYMBOL vmlinux 0x8acaf8a7 tcp_seq_open +EXPORT_SYMBOL vmlinux 0x8ae94469 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x8afd9812 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x8aff9b51 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x8b047728 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x8b110eab send_sig_info +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b43159b register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x8b4e74b2 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x8b575fe3 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b7546f5 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b9f5898 netlink_unicast +EXPORT_SYMBOL vmlinux 0x8ba40fa3 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x8baf7317 __destroy_inode +EXPORT_SYMBOL vmlinux 0x8bd289b6 of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x8bf2ae1f fsl_lbc_addr +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c1cbc45 sk_alloc +EXPORT_SYMBOL vmlinux 0x8c2d713f i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x8c5fb5f0 vio_disable_interrupts +EXPORT_SYMBOL vmlinux 0x8c6301c6 seq_putc +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c7ec0f1 dev_set_group +EXPORT_SYMBOL vmlinux 0x8c938c08 follow_pfn +EXPORT_SYMBOL vmlinux 0x8ca419da account_page_writeback +EXPORT_SYMBOL vmlinux 0x8ca47004 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x8caffe6c skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x8cb0baec sock_no_poll +EXPORT_SYMBOL vmlinux 0x8cbfa995 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x8cc6f367 open_exec +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8ccc53c2 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x8cefbe21 pci_find_hose_for_OF_device +EXPORT_SYMBOL vmlinux 0x8cf37eb8 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x8d015dd4 __bswapdi2 +EXPORT_SYMBOL vmlinux 0x8d083f67 blk_get_request +EXPORT_SYMBOL vmlinux 0x8d2e268b param_ops_ulong +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d6aec64 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d944cbb copy_in_user +EXPORT_SYMBOL vmlinux 0x8da97dd2 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x8de0b5ac mempool_create +EXPORT_SYMBOL vmlinux 0x8dea405a fb_show_logo +EXPORT_SYMBOL vmlinux 0x8df8b122 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8e25bcd9 phy_driver_register +EXPORT_SYMBOL vmlinux 0x8e2dc694 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x8e332829 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x8e393dea elv_rb_find +EXPORT_SYMBOL vmlinux 0x8e439215 inet6_getname +EXPORT_SYMBOL vmlinux 0x8e6a5550 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x8e7b8754 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x8e9d198b vme_register_bridge +EXPORT_SYMBOL vmlinux 0x8e9e049b blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x8eac89ca __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x8eae7613 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x8ec04552 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8eda4529 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x8ef59847 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x8f19a555 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x8f23e494 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x8f2a5418 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x8f35b53d vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x8f54bb65 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x8f55fbc9 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x8f85f835 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x8f9286c9 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x8f94077f tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x8f97f097 __inode_permission +EXPORT_SYMBOL vmlinux 0x8f9ca62f udp_seq_open +EXPORT_SYMBOL vmlinux 0x8fafa5d8 padata_add_cpu +EXPORT_SYMBOL vmlinux 0x8fbc5aab fd_install +EXPORT_SYMBOL vmlinux 0x8fc59f9b rtas_offline_cpus_mask +EXPORT_SYMBOL vmlinux 0x8ff4435d mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x9007e09e xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x902e80c2 __scm_destroy +EXPORT_SYMBOL vmlinux 0x9036abfb kfree_skb +EXPORT_SYMBOL vmlinux 0x904512ce __ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x9048309b tcp_proto_cgroup +EXPORT_SYMBOL vmlinux 0x9060e655 iterate_dir +EXPORT_SYMBOL vmlinux 0x90612411 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x908acb61 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x908b53ed param_set_short +EXPORT_SYMBOL vmlinux 0x90928b7d mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x90b9beb1 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x90c6d812 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x90f3b03b sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x9101026b keyring_alloc +EXPORT_SYMBOL vmlinux 0x9119f784 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x912557ce rtas_busy_delay +EXPORT_SYMBOL vmlinux 0x9139ad27 scsi_print_command +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x915e1208 tb_ticks_per_usec +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9168c033 rtas_get_sensor +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x9187d4bb pci_read_vpd +EXPORT_SYMBOL vmlinux 0x91920fa2 build_skb +EXPORT_SYMBOL vmlinux 0x919d1163 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x91a77516 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0x91ac822f vscnprintf +EXPORT_SYMBOL vmlinux 0x91d7cdf1 dump_skip +EXPORT_SYMBOL vmlinux 0x920bd6c9 rtas +EXPORT_SYMBOL vmlinux 0x922b4e77 try_module_get +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923c2a26 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x9272dff0 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92963238 padata_alloc +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92b11041 __invalidate_device +EXPORT_SYMBOL vmlinux 0x92d050df iov_pages +EXPORT_SYMBOL vmlinux 0x92e9f365 of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x92ebb1ca vme_lm_request +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x92fef233 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x931f97a6 d_delete +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x9354fcde ibmebus_free_irq +EXPORT_SYMBOL vmlinux 0x93709c18 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b066a6 pnv_cxl_alloc_hwirq_ranges +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b5f28b vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x93c5e337 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x93e72012 ip6_route_output +EXPORT_SYMBOL vmlinux 0x93eb72cf __put_cred +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x93fee268 user_path_at +EXPORT_SYMBOL vmlinux 0x94042db7 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x94079c2b unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x9437361d netif_napi_del +EXPORT_SYMBOL vmlinux 0x944ca21e blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x947810a8 finish_no_open +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a8129f ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x94a954d3 thaw_super +EXPORT_SYMBOL vmlinux 0x94b15562 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x94b44a7d blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x94dcafc0 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x94e06c75 set_bdi_congested +EXPORT_SYMBOL vmlinux 0x94ff8555 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x9508f166 param_ops_bint +EXPORT_SYMBOL vmlinux 0x9514151a _mcount +EXPORT_SYMBOL vmlinux 0x9524b0ae _outsb +EXPORT_SYMBOL vmlinux 0x952fe98f iunique +EXPORT_SYMBOL vmlinux 0x9542d479 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95476f2b module_refcount +EXPORT_SYMBOL vmlinux 0x955a6db9 posix_test_lock +EXPORT_SYMBOL vmlinux 0x95735c3a skb_queue_tail +EXPORT_SYMBOL vmlinux 0x9576271a simple_unlink +EXPORT_SYMBOL vmlinux 0x95890f4a cdrom_open +EXPORT_SYMBOL vmlinux 0x95cbf07b phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x95cfa483 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x9637dd10 vme_irq_free +EXPORT_SYMBOL vmlinux 0x963f78a7 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x96404815 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x9678b8e3 input_close_device +EXPORT_SYMBOL vmlinux 0x967e91d0 vm_mmap +EXPORT_SYMBOL vmlinux 0x96a10302 find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x96b05e6c simple_getattr +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96f9a94f sock_release +EXPORT_SYMBOL vmlinux 0x970416ad dma_common_mmap +EXPORT_SYMBOL vmlinux 0x970e6311 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x970f068d udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x97112065 dm_put_device +EXPORT_SYMBOL vmlinux 0x971dd59f tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x97282f7e jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x9748927f _outsw_ns +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x975f0c89 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x978035c5 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x97868aef __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a550a9 flush_dcache_icache_page +EXPORT_SYMBOL vmlinux 0x97a60e3d param_get_bool +EXPORT_SYMBOL vmlinux 0x97c5f531 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x97e8613e of_find_property +EXPORT_SYMBOL vmlinux 0x97f03d6f vio_cmo_entitlement_update +EXPORT_SYMBOL vmlinux 0x982352ce phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982a1271 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x983692cc pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x98540ead pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x987fc124 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x9889615b mfd_add_devices +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98e53886 blk_mq_add_to_requeue_list +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x99195078 vsnprintf +EXPORT_SYMBOL vmlinux 0x99277568 icmp_send +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x9959445f sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x9981863f mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999c8b93 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99afe916 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x99c90968 netdev_change_features +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d3a43c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x99d99929 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99fe189a __neigh_event_send +EXPORT_SYMBOL vmlinux 0x9a02d6cd padata_do_parallel +EXPORT_SYMBOL vmlinux 0x9a0df502 read_dev_sector +EXPORT_SYMBOL vmlinux 0x9a17bd71 __alloc_skb +EXPORT_SYMBOL vmlinux 0x9a1d7dbe shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a45583c vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x9a5ffc64 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9a8372ce agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x9a9173e9 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x9a9dc6c4 tcf_hash_create +EXPORT_SYMBOL vmlinux 0x9ad53843 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x9ad7a5b0 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x9ae80cc2 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL vmlinux 0x9af89f98 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9b0ee473 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x9b12b0a3 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x9b313974 scsi_device_put +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b57b0d1 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x9b683aca iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x9b76edde pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x9b807451 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bb0e407 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x9be5226f generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9c099dda pci_iomap +EXPORT_SYMBOL vmlinux 0x9c29484d dquot_transfer +EXPORT_SYMBOL vmlinux 0x9c2c254f tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x9c345dbd d_genocide +EXPORT_SYMBOL vmlinux 0x9c45ec1b fb_blank +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c62bac3 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x9c78ebc2 pid_task +EXPORT_SYMBOL vmlinux 0x9c875c29 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x9c8888e4 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x9c891a55 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb31f09 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x9cb6fafd sync_blockdev +EXPORT_SYMBOL vmlinux 0x9ceb756c get_pci_dma_ops +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d0596d8 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x9d05f6c4 ktime_get_clocktai +EXPORT_SYMBOL vmlinux 0x9d06fa51 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x9d08ac55 cdev_del +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d14983a ppc_enable_pmcs +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d4f3207 vfs_create +EXPORT_SYMBOL vmlinux 0x9d5f6944 mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x9d62481f neigh_parms_release +EXPORT_SYMBOL vmlinux 0x9d625086 nla_reserve +EXPORT_SYMBOL vmlinux 0x9d70174a ppp_channel_index +EXPORT_SYMBOL vmlinux 0x9d7c101b ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x9d7ce8dd _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x9d90aa0e dev_printk_emit +EXPORT_SYMBOL vmlinux 0x9d9dfc18 load_fp_state +EXPORT_SYMBOL vmlinux 0x9da03fda make_kuid +EXPORT_SYMBOL vmlinux 0x9dbb0727 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x9de26848 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x9e07d570 __register_chrdev +EXPORT_SYMBOL vmlinux 0x9e0a5b96 inet_add_offload +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e2f8c90 lz4_decompress_unknownoutputsize +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5b6141 finish_open +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e763530 reciprocal_value +EXPORT_SYMBOL vmlinux 0x9e9706d8 netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x9e97375d rtas_busy_delay_time +EXPORT_SYMBOL vmlinux 0x9e99e626 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x9e9db696 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ea14102 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x9eaf8bd6 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x9eb3cbb0 dump_page +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ed2eec7 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9ed30f39 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x9ef75cc1 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x9f2a64ee inet6_unregister_icmp_sender +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f2ffe50 load_nls_default +EXPORT_SYMBOL vmlinux 0x9f310f69 register_key_type +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f53d4ef pci_claim_resource +EXPORT_SYMBOL vmlinux 0x9f84797f block_write_full_page +EXPORT_SYMBOL vmlinux 0x9f85a645 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x9f911629 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fc1dde1 tty_vhangup +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa0135a9c qdisc_list_del +EXPORT_SYMBOL vmlinux 0xa026b750 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa09df1d3 kill_anon_super +EXPORT_SYMBOL vmlinux 0xa0a1c4e1 agp_generic_enable +EXPORT_SYMBOL vmlinux 0xa0a8360a file_ns_capable +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b586c5 dquot_file_open +EXPORT_SYMBOL vmlinux 0xa0c580bf init_page_accessed +EXPORT_SYMBOL vmlinux 0xa0cccf35 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0dba196 netif_device_detach +EXPORT_SYMBOL vmlinux 0xa0dbf1c7 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xa0e142a1 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0ff74d6 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0xa10469e8 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa1116d5f __elv_add_request +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa154dd1a dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xa1632700 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0xa16ec3dc blk_mq_delay_queue +EXPORT_SYMBOL vmlinux 0xa18ed56b nf_log_packet +EXPORT_SYMBOL vmlinux 0xa18f4ca9 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xa1910989 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xa1b0cd51 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1b992a7 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c99385 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xa1ca7ffc set_security_override +EXPORT_SYMBOL vmlinux 0xa1ce16e7 clear_inode +EXPORT_SYMBOL vmlinux 0xa1f8fe75 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xa202a8e5 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xa206b2e8 touch_atime +EXPORT_SYMBOL vmlinux 0xa2092afc devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa21e04b8 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xa24b3ec3 generic_read_dir +EXPORT_SYMBOL vmlinux 0xa2607357 tcf_em_register +EXPORT_SYMBOL vmlinux 0xa26a818a flush_old_exec +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2a335bd vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0xa2a8b6f2 find_lock_entry +EXPORT_SYMBOL vmlinux 0xa2b46694 serio_close +EXPORT_SYMBOL vmlinux 0xa2bbed37 crash_shutdown_register +EXPORT_SYMBOL vmlinux 0xa2bd247a set_nlink +EXPORT_SYMBOL vmlinux 0xa2d30f8e padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xa2e42420 mmc_can_erase +EXPORT_SYMBOL vmlinux 0xa2ec3092 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa303a6ce blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0xa303d1ff dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xa3090294 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xa31933ea invalidate_bdev +EXPORT_SYMBOL vmlinux 0xa31bdf07 vme_master_set +EXPORT_SYMBOL vmlinux 0xa323763f install_exec_creds +EXPORT_SYMBOL vmlinux 0xa32c79da srp_rport_put +EXPORT_SYMBOL vmlinux 0xa345c600 blk_mq_can_queue +EXPORT_SYMBOL vmlinux 0xa34f7f64 default_llseek +EXPORT_SYMBOL vmlinux 0xa3771f5c vga_con +EXPORT_SYMBOL vmlinux 0xa39b4cf2 udelay +EXPORT_SYMBOL vmlinux 0xa3a0b0de sock_init_data +EXPORT_SYMBOL vmlinux 0xa3abc422 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa3c7cd79 file_remove_suid +EXPORT_SYMBOL vmlinux 0xa3cc5960 skb_queue_head +EXPORT_SYMBOL vmlinux 0xa3f25266 __bread_gfp +EXPORT_SYMBOL vmlinux 0xa3fc3d50 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xa400159f crc32_be +EXPORT_SYMBOL vmlinux 0xa41c7035 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xa4398f4b abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0xa442639b filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xa4511467 crc16 +EXPORT_SYMBOL vmlinux 0xa45e8def done_path_create +EXPORT_SYMBOL vmlinux 0xa463a63b iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xa469d8ca compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa4823024 flow_cache_fini +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4bdd447 __cputime_clockt_factor +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4e3e928 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0xa4f8137c __frontswap_load +EXPORT_SYMBOL vmlinux 0xa50f18df of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0xa5235655 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55645d3 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xa55c6830 register_sysctl_table +EXPORT_SYMBOL vmlinux 0xa56072f0 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xa578eece dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xa581ef1c blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5e2cf90 igrab +EXPORT_SYMBOL vmlinux 0xa607d6de vfs_statfs +EXPORT_SYMBOL vmlinux 0xa60ed0cb ps2_command +EXPORT_SYMBOL vmlinux 0xa61dd15f iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xa6240cab ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xa631df8a cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa635f299 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xa63a2f9b param_get_ulong +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa65972b8 _memcpy_toio +EXPORT_SYMBOL vmlinux 0xa6603c85 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa685bca5 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xa689c465 vme_slot_num +EXPORT_SYMBOL vmlinux 0xa68e26aa neigh_connected_output +EXPORT_SYMBOL vmlinux 0xa692e3fe __pci_enable_wake +EXPORT_SYMBOL vmlinux 0xa6967cf8 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xa6af69ba nf_register_hooks +EXPORT_SYMBOL vmlinux 0xa6d523cf elv_unregister_queue +EXPORT_SYMBOL vmlinux 0xa6d8fc39 end_page_writeback +EXPORT_SYMBOL vmlinux 0xa7020522 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa70e5158 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0xa720678c lg_global_lock +EXPORT_SYMBOL vmlinux 0xa72a0f5b nr_online_nodes +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa74f4e9b ida_simple_get +EXPORT_SYMBOL vmlinux 0xa774f359 blk_put_queue +EXPORT_SYMBOL vmlinux 0xa7859bc1 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xa788ec4c serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xa78fdd01 lro_receive_skb +EXPORT_SYMBOL vmlinux 0xa7af05a9 sock_no_mmap +EXPORT_SYMBOL vmlinux 0xa7ca2caa udp_add_offload +EXPORT_SYMBOL vmlinux 0xa7d79882 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa82b3cb5 replace_mount_options +EXPORT_SYMBOL vmlinux 0xa83be0c0 km_state_notify +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa86291c1 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0xa864e45f tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xa8666f7e dev_addr_add +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa87843a3 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xa89c74c0 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8a98756 generic_show_options +EXPORT_SYMBOL vmlinux 0xa8e66e0e inet6_bind +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9001aa8 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xa90656b9 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xa9082555 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xa9168676 xmit_recursion +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa9273e1a epapr_hypercall_start +EXPORT_SYMBOL vmlinux 0xa92ae641 keyring_clear +EXPORT_SYMBOL vmlinux 0xa9362243 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0xa93ba88e proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xa9452754 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xa9ba667b neigh_lookup +EXPORT_SYMBOL vmlinux 0xa9bbf877 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xa9c63b69 security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0xa9c671a7 pci_bus_get +EXPORT_SYMBOL vmlinux 0xa9cab117 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xa9e28d59 seq_lseek +EXPORT_SYMBOL vmlinux 0xa9e46316 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xaa0073b7 __net_get_random_once +EXPORT_SYMBOL vmlinux 0xaa029aad request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xaa15eae6 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xaa2581b4 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0xaa29d951 sock_wfree +EXPORT_SYMBOL vmlinux 0xaa3fb4d6 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xaa46e87e lg_local_unlock +EXPORT_SYMBOL vmlinux 0xaa6e4df5 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa7ba0de block_write_end +EXPORT_SYMBOL vmlinux 0xaa9087c0 param_ops_string +EXPORT_SYMBOL vmlinux 0xaaa2e7f6 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xaaa43e4e from_kprojid +EXPORT_SYMBOL vmlinux 0xaaaf84d5 __vio_register_driver +EXPORT_SYMBOL vmlinux 0xaab097c0 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xaacc45af dquot_enable +EXPORT_SYMBOL vmlinux 0xaad4a7d0 decrementer_clockevent +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaae2ec3a devm_gpio_free +EXPORT_SYMBOL vmlinux 0xaae3b773 posix_lock_file +EXPORT_SYMBOL vmlinux 0xaaf1acd2 backlight_device_register +EXPORT_SYMBOL vmlinux 0xaafcbe9f inet_sendpage +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab0f7066 tty_name +EXPORT_SYMBOL vmlinux 0xab17ce2b of_n_size_cells +EXPORT_SYMBOL vmlinux 0xab1a4861 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xab1b4030 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xab21fa07 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xab27ae58 account_page_redirty +EXPORT_SYMBOL vmlinux 0xab4b5a60 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xab551a2f swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xab63c4b2 vfs_symlink +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab802ecc __sb_start_write +EXPORT_SYMBOL vmlinux 0xab85e8c2 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xaba34ad1 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xabb137fb compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0xabc21d0b of_node_get +EXPORT_SYMBOL vmlinux 0xabc6dd63 cpufreq_sysfs_create_file +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabdb5ef3 lock_rename +EXPORT_SYMBOL vmlinux 0xabef92a2 i2c_del_driver +EXPORT_SYMBOL vmlinux 0xabf6f4a5 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac1cd895 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0xac26b820 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xac3ac042 try_to_release_page +EXPORT_SYMBOL vmlinux 0xac4388c9 iterate_mounts +EXPORT_SYMBOL vmlinux 0xac8096b0 skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0xac937640 pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0xac99707f cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb7067a bdget_disk +EXPORT_SYMBOL vmlinux 0xacc5b5d2 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacfb83dc pci_remove_bus +EXPORT_SYMBOL vmlinux 0xad01744f kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad164875 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xad356f0b alloc_pages_current +EXPORT_SYMBOL vmlinux 0xad359764 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xad415ceb kernel_read +EXPORT_SYMBOL vmlinux 0xad44a5f0 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xad4c1b51 flex_array_alloc +EXPORT_SYMBOL vmlinux 0xad4f92b4 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xad50cebb i8253_lock +EXPORT_SYMBOL vmlinux 0xad566bb9 bio_copy_kern +EXPORT_SYMBOL vmlinux 0xad5f89f8 d_add_ci +EXPORT_SYMBOL vmlinux 0xad68319e of_get_pci_address +EXPORT_SYMBOL vmlinux 0xad77dc4b tty_write_room +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad8e4f8c devm_ioport_map +EXPORT_SYMBOL vmlinux 0xadab5e81 seq_printf +EXPORT_SYMBOL vmlinux 0xadaeb2d1 phy_device_register +EXPORT_SYMBOL vmlinux 0xadb9c749 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xadbde2e5 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xadbf35c3 tty_port_put +EXPORT_SYMBOL vmlinux 0xadd24942 __netif_schedule +EXPORT_SYMBOL vmlinux 0xae010ad7 of_node_put +EXPORT_SYMBOL vmlinux 0xae070434 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xae37d45d input_free_device +EXPORT_SYMBOL vmlinux 0xae4a1bda csum_tcpudp_nofold +EXPORT_SYMBOL vmlinux 0xae545f06 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xae571f8c dcache_readdir +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae8f9486 __get_user_pages +EXPORT_SYMBOL vmlinux 0xaeb662ff generic_fillattr +EXPORT_SYMBOL vmlinux 0xaeb896ec kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xaec35db4 flex_array_free +EXPORT_SYMBOL vmlinux 0xaed9f7ab dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xaedf9aa7 bdev_read_only +EXPORT_SYMBOL vmlinux 0xaedfe1be seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xaefdc7e2 bdput +EXPORT_SYMBOL vmlinux 0xaf063510 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xaf131ba3 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xaf2d872c prepare_to_wait +EXPORT_SYMBOL vmlinux 0xaf2e84e9 mach_powernv +EXPORT_SYMBOL vmlinux 0xaf39c5f8 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf444632 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xaf4b46bf pcim_iounmap +EXPORT_SYMBOL vmlinux 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL vmlinux 0xaf6ae696 kstrndup +EXPORT_SYMBOL vmlinux 0xaf7a5e45 nf_reinject +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9340a7 tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xafad493b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xafb55f96 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xafd94e79 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xafe278ec elv_register_queue +EXPORT_SYMBOL vmlinux 0xafed0d9b write_cache_pages +EXPORT_SYMBOL vmlinux 0xafff3d1d mempool_alloc +EXPORT_SYMBOL vmlinux 0xb004999a pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xb01f91ca bh_submit_read +EXPORT_SYMBOL vmlinux 0xb0227e0c d_invalidate +EXPORT_SYMBOL vmlinux 0xb04241b4 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xb05d36a7 paca +EXPORT_SYMBOL vmlinux 0xb05e727c phy_register_fixup +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0c3447d cancel_dirty_page +EXPORT_SYMBOL vmlinux 0xb0c6ee1a wireless_spy_update +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e7c97b ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xb11c02d1 inode_reclaim_rsv_space +EXPORT_SYMBOL vmlinux 0xb120591e mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xb127cc04 dma_set_mask +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb13d48ee bio_integrity_endio +EXPORT_SYMBOL vmlinux 0xb1461873 check_submounts_and_drop +EXPORT_SYMBOL vmlinux 0xb147a855 dql_reset +EXPORT_SYMBOL vmlinux 0xb15bd8fa tb_ticks_per_sec +EXPORT_SYMBOL vmlinux 0xb15cb614 security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb1640b56 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb165ef45 __irq_regs +EXPORT_SYMBOL vmlinux 0xb17803be drop_nlink +EXPORT_SYMBOL vmlinux 0xb179359e __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c6e787 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1d3182d pci_match_id +EXPORT_SYMBOL vmlinux 0xb1d48113 pnv_phb_to_cxl +EXPORT_SYMBOL vmlinux 0xb1db068a iget_locked +EXPORT_SYMBOL vmlinux 0xb1db9e4e param_get_invbool +EXPORT_SYMBOL vmlinux 0xb224b6e5 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xb22eeae0 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xb235fe63 tcp_fastopen_create_child +EXPORT_SYMBOL vmlinux 0xb240f9eb nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xb2525856 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb2753db0 __scsi_put_command +EXPORT_SYMBOL vmlinux 0xb276203e km_query +EXPORT_SYMBOL vmlinux 0xb276beff register_gifconf +EXPORT_SYMBOL vmlinux 0xb294e037 sock_wake_async +EXPORT_SYMBOL vmlinux 0xb2a351eb netpoll_print_options +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2c84bfb mdiobus_register +EXPORT_SYMBOL vmlinux 0xb2cf63a6 mutex_unlock +EXPORT_SYMBOL vmlinux 0xb2d6726e mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xb2e34df7 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xb30cb806 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xb34f3f1b generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xb373720a truncate_pagecache +EXPORT_SYMBOL vmlinux 0xb384c364 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0xb38a2867 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xb3952f09 dquot_resume +EXPORT_SYMBOL vmlinux 0xb399520a add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xb3a76601 qdisc_watchdog_schedule_ns +EXPORT_SYMBOL vmlinux 0xb3ce1b9d inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0xb3d3dfb2 bioset_create +EXPORT_SYMBOL vmlinux 0xb3da7deb of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0xb3e0eb1c sock_sendmsg +EXPORT_SYMBOL vmlinux 0xb3e1b52b netlink_net_capable +EXPORT_SYMBOL vmlinux 0xb3e34c91 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3fa0c2e cdev_alloc +EXPORT_SYMBOL vmlinux 0xb416c315 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb41a6737 seq_read +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42e5349 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0xb43c8ab3 __blk_run_queue +EXPORT_SYMBOL vmlinux 0xb44b49d3 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47189b5 reservation_ww_class +EXPORT_SYMBOL vmlinux 0xb4796e98 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xb4bcd5bd max8998_update_reg +EXPORT_SYMBOL vmlinux 0xb4c2f44e proc_set_user +EXPORT_SYMBOL vmlinux 0xb4c316c4 blk_fetch_request +EXPORT_SYMBOL vmlinux 0xb4c329cd kset_unregister +EXPORT_SYMBOL vmlinux 0xb4ca469e vga_tryget +EXPORT_SYMBOL vmlinux 0xb4cb9df1 kthread_bind +EXPORT_SYMBOL vmlinux 0xb4e4f188 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0xb53bcd83 dev_deactivate +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57f2457 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xb58fd8b1 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5bbab49 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xb5bd1687 ptp_clock_register +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5f078bd ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xb600488e inet_del_protocol +EXPORT_SYMBOL vmlinux 0xb60f98d1 kernel_accept +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb626f4a3 pci_get_slot +EXPORT_SYMBOL vmlinux 0xb62a30e0 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xb6394d4b param_set_bint +EXPORT_SYMBOL vmlinux 0xb64a25f0 i2c_release_client +EXPORT_SYMBOL vmlinux 0xb651983f simple_release_fs +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb68bfa9d node_states +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69b389f msi_bitmap_free_hwirqs +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b46a7c param_ops_int +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6cc3f7a unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0xb6de368f inode_init_owner +EXPORT_SYMBOL vmlinux 0xb6f187cd sk_common_release +EXPORT_SYMBOL vmlinux 0xb77131b1 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb77932eb flex_array_clear +EXPORT_SYMBOL vmlinux 0xb7856823 km_new_mapping +EXPORT_SYMBOL vmlinux 0xb78c5fbf agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xb7a120d8 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xb7aaec3c ip_defrag +EXPORT_SYMBOL vmlinux 0xb7b3971d udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xb7b9ebd8 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7c76302 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xb7dd96b4 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xb80fa2cc pci_dev_put +EXPORT_SYMBOL vmlinux 0xb829104d neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xb82c9261 check_disk_size_change +EXPORT_SYMBOL vmlinux 0xb832ec89 md_write_start +EXPORT_SYMBOL vmlinux 0xb84284c7 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0xb86ab16d touchscreen_parse_of_params +EXPORT_SYMBOL vmlinux 0xb874b87a __clzsi2 +EXPORT_SYMBOL vmlinux 0xb8af635c bmap +EXPORT_SYMBOL vmlinux 0xb8c7ad16 mmc_erase +EXPORT_SYMBOL vmlinux 0xb8d22e6d jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xb8d73e97 param_set_uint +EXPORT_SYMBOL vmlinux 0xb8e401a9 inode_set_flags +EXPORT_SYMBOL vmlinux 0xb8fa1453 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb9150afe dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xb9761754 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0xb97a0d59 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xb97b8706 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9a41a30 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xb9a7a6f3 phy_init_hw +EXPORT_SYMBOL vmlinux 0xb9b4e181 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0xb9b5ea43 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fb24f8 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xba452881 __sb_end_write +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4d2d81 pci_enable_msi_range +EXPORT_SYMBOL vmlinux 0xba70e030 simple_statfs +EXPORT_SYMBOL vmlinux 0xba778c0c seq_path +EXPORT_SYMBOL vmlinux 0xba9b903f sock_no_accept +EXPORT_SYMBOL vmlinux 0xbaa3fc70 simple_transaction_get +EXPORT_SYMBOL vmlinux 0xbadbcf86 lockref_get_or_lock +EXPORT_SYMBOL vmlinux 0xbaf55ef6 mutex_lock +EXPORT_SYMBOL vmlinux 0xbb1c89a3 skb_queue_purge +EXPORT_SYMBOL vmlinux 0xbb34134a iov_shorten +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb59bc1c genlmsg_put +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb76619f jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xbb7a8309 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xbb889aba __getblk_gfp +EXPORT_SYMBOL vmlinux 0xbb934044 udp_proc_register +EXPORT_SYMBOL vmlinux 0xbb96e440 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbaeb559 memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xbbaee384 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xbbb2289f fbcon_rotate_cw +EXPORT_SYMBOL vmlinux 0xbbb6b412 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xbbca33c0 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xbbe3f812 d_tmpfile +EXPORT_SYMBOL vmlinux 0xbbe68ef7 check_disk_change +EXPORT_SYMBOL vmlinux 0xbbe6e01a xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0xbbfa750a udp_del_offload +EXPORT_SYMBOL vmlinux 0xbc0db7f3 vme_irq_generate +EXPORT_SYMBOL vmlinux 0xbc129aac blk_delay_queue +EXPORT_SYMBOL vmlinux 0xbc316de4 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0xbc471cad jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0xbc5125f1 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xbc7b6e09 sock_update_memcg +EXPORT_SYMBOL vmlinux 0xbc7be6bd __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0xbc8f088a sk_capable +EXPORT_SYMBOL vmlinux 0xbc982b06 eeh_subsystem_flags +EXPORT_SYMBOL vmlinux 0xbc9f0b5c gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0xbcad5fb5 fsync_bdev +EXPORT_SYMBOL vmlinux 0xbcb13ef5 setup_new_exec +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcc4bc80 dquot_release +EXPORT_SYMBOL vmlinux 0xbcdbc717 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xbcdd4bfc do_sync_write +EXPORT_SYMBOL vmlinux 0xbcefc28c add_disk +EXPORT_SYMBOL vmlinux 0xbcf150f9 xor_altivec_5 +EXPORT_SYMBOL vmlinux 0xbd169c3e dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xbd203cfb ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0xbd34db6f xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xbd377915 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xbd3ae959 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd4f66a4 dev_driver_string +EXPORT_SYMBOL vmlinux 0xbd656638 __bio_clone_fast +EXPORT_SYMBOL vmlinux 0xbd6a3a3c i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xbd9074b1 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xbdab5920 simple_rename +EXPORT_SYMBOL vmlinux 0xbdad8e7f giveup_altivec +EXPORT_SYMBOL vmlinux 0xbdaf739a ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xbdb5ca8b mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xbdba15d1 md_integrity_register +EXPORT_SYMBOL vmlinux 0xbddf0953 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xbdebcc02 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0xbdfe6b7b scsi_init_io +EXPORT_SYMBOL vmlinux 0xbe1a4ebc dm_get_device +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe343ab3 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xbe65b7d0 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0xbedd1b50 sk_dst_check +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf14ce66 path_nosuid +EXPORT_SYMBOL vmlinux 0xbf19a21a pci_dev_driver +EXPORT_SYMBOL vmlinux 0xbf1b9aa1 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xbf3ad3d0 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0xbf3e0f07 PDE_DATA +EXPORT_SYMBOL vmlinux 0xbf43ee93 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xbf46c876 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xbf53d08d xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xbf73c05d skb_checksum_help +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf884fbf notify_change +EXPORT_SYMBOL vmlinux 0xbf89f2cf serio_interrupt +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf8fec56 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xbf925c42 idr_init +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfabfe59 __debugger_iabr_match +EXPORT_SYMBOL vmlinux 0xbfb61538 input_inject_event +EXPORT_SYMBOL vmlinux 0xbfb8b0b7 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbff8182c plpar_hcall_norets +EXPORT_SYMBOL vmlinux 0xc009a61f blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xc00e0111 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xc00e6142 dev_uc_flush +EXPORT_SYMBOL vmlinux 0xc0161274 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xc043f693 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xc0542f0c of_get_next_parent +EXPORT_SYMBOL vmlinux 0xc0621fc0 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc079ba37 _dev_info +EXPORT_SYMBOL vmlinux 0xc07c2694 security_path_unlink +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0a7850c devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xc0a9da00 vm_event_states +EXPORT_SYMBOL vmlinux 0xc0b5b92a single_open +EXPORT_SYMBOL vmlinux 0xc100299c fifo_set_limit +EXPORT_SYMBOL vmlinux 0xc1072a52 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xc10f54cf max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xc11060ec swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0xc1117d1d eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xc13b0d69 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xc15a44c6 memzero_explicit +EXPORT_SYMBOL vmlinux 0xc15a5478 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xc1697a82 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xc1770edc qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xc17e5c82 pipe_unlock +EXPORT_SYMBOL vmlinux 0xc182ed4a filp_open +EXPORT_SYMBOL vmlinux 0xc1d55f5f send_sig +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e50c0b rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xc1fb3de4 kill_bdev +EXPORT_SYMBOL vmlinux 0xc217f427 i2c_register_driver +EXPORT_SYMBOL vmlinux 0xc21c832c inet_put_port +EXPORT_SYMBOL vmlinux 0xc21e3a86 down_write +EXPORT_SYMBOL vmlinux 0xc2413d88 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc24271cb gen_pool_alloc +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc259915f phy_attach +EXPORT_SYMBOL vmlinux 0xc25ab812 security_path_symlink +EXPORT_SYMBOL vmlinux 0xc270c897 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xc2952e61 mount_subtree +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a6ccc8 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0xc2d75b95 pci_request_region +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc305b4c9 dput +EXPORT_SYMBOL vmlinux 0xc3092329 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xc30a1bc2 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31418b5 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xc314c3d2 __cputime_jiffies_factor +EXPORT_SYMBOL vmlinux 0xc33ef8aa netpoll_setup +EXPORT_SYMBOL vmlinux 0xc35a6089 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0xc35aeeb0 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xc3a31cf2 pci_enable_device +EXPORT_SYMBOL vmlinux 0xc3b05fa3 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xc3c587b6 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xc3debf11 __cleancache_put_page +EXPORT_SYMBOL vmlinux 0xc3ef65f3 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0xc40db65b ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xc41b0dda udplite_prot +EXPORT_SYMBOL vmlinux 0xc45544da blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xc46cd172 update_time +EXPORT_SYMBOL vmlinux 0xc47a917b phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0xc47cdf9c _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xc48307db lz4_decompress +EXPORT_SYMBOL vmlinux 0xc4897aeb nf_ct_attach +EXPORT_SYMBOL vmlinux 0xc4992678 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc49d1f44 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xc4b5f22a __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xc4b82fd3 get_super +EXPORT_SYMBOL vmlinux 0xc4d8f39d sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xc4df623d skb_trim +EXPORT_SYMBOL vmlinux 0xc4f2412e iterate_supers_type +EXPORT_SYMBOL vmlinux 0xc4fde210 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xc50561a0 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xc51216e9 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xc5244d3a of_get_property +EXPORT_SYMBOL vmlinux 0xc53cda33 __genl_register_family +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc55c2a9d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xc55c91cf xfrm_lookup +EXPORT_SYMBOL vmlinux 0xc55de23c percpu_counter_set +EXPORT_SYMBOL vmlinux 0xc5795134 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0xc589e044 param_set_long +EXPORT_SYMBOL vmlinux 0xc596d1f4 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5ac8d67 devm_gpiod_get_index_optional +EXPORT_SYMBOL vmlinux 0xc5b0e823 misc_register +EXPORT_SYMBOL vmlinux 0xc5bbabba sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xc5cd1cce genphy_resume +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5fdef94 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xc61122b4 ibmebus_register_driver +EXPORT_SYMBOL vmlinux 0xc6292e5b elv_rb_del +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc63d55a4 truncate_setsize +EXPORT_SYMBOL vmlinux 0xc65822e4 of_match_device +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc6616b71 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xc663b075 __ioremap +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc666e65a pcibus_to_node +EXPORT_SYMBOL vmlinux 0xc6772da2 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xc6774da5 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xc67cbdd5 __nla_reserve +EXPORT_SYMBOL vmlinux 0xc6b22c71 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d04771 qdisc_destroy +EXPORT_SYMBOL vmlinux 0xc71e0201 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc727963a tso_count_descs +EXPORT_SYMBOL vmlinux 0xc72c852b blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xc732abab skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xc74dc9e1 kset_register +EXPORT_SYMBOL vmlinux 0xc754c7df simple_dname +EXPORT_SYMBOL vmlinux 0xc7563db8 twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xc769da02 tty_lock +EXPORT_SYMBOL vmlinux 0xc7716be2 ppp_input +EXPORT_SYMBOL vmlinux 0xc7737c67 dst_release +EXPORT_SYMBOL vmlinux 0xc77caec8 neigh_for_each +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc79e66b8 scsi_print_sense +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ed4c61 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xc7f39b15 irq_stat +EXPORT_SYMBOL vmlinux 0xc7fd7996 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xc802a2ef ibmebus_bus_type +EXPORT_SYMBOL vmlinux 0xc823c147 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xc83b4d5b posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xc83f5cfc cmdline_parts_find +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8571bcb idr_for_each +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8743eef netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xc87fc60f of_get_mac_address +EXPORT_SYMBOL vmlinux 0xc88dc3b2 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc89f2af5 padata_free +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8b63815 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xc8bca971 d_instantiate +EXPORT_SYMBOL vmlinux 0xc8be1022 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0xc8ece54e netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xc8ee2840 led_blink_set +EXPORT_SYMBOL vmlinux 0xc8fe3ddc scsi_target_resume +EXPORT_SYMBOL vmlinux 0xc9177524 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xc91edcce fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xc93fbc54 wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xc95d734e wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc9755b99 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xc978479a xz_dec_run +EXPORT_SYMBOL vmlinux 0xc97bea4e tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xc9874b33 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xc98e2b80 arp_find +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99966fe xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a7d6f2 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xc9b5d79e xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xca0b88dd of_get_next_available_child +EXPORT_SYMBOL vmlinux 0xca0f4667 readlink_copy +EXPORT_SYMBOL vmlinux 0xca11345a scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xca18fe0c genphy_update_link +EXPORT_SYMBOL vmlinux 0xca2b1cd6 ida_pre_get +EXPORT_SYMBOL vmlinux 0xca3ab1bc cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xca3b28c6 store_vr_state +EXPORT_SYMBOL vmlinux 0xca5bf448 scsi_dma_map +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca5ee09a vme_free_consistent +EXPORT_SYMBOL vmlinux 0xca832efe kmalloc_order +EXPORT_SYMBOL vmlinux 0xca85260f tty_free_termios +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9b5c11 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0xcab4b007 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xcab50172 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xcace6297 idr_is_empty +EXPORT_SYMBOL vmlinux 0xcada1420 rfkill_alloc +EXPORT_SYMBOL vmlinux 0xcae39f2f fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0xcaee3dc5 find_get_entry +EXPORT_SYMBOL vmlinux 0xcaf2c603 scsi_sd_pm_domain +EXPORT_SYMBOL vmlinux 0xcafebd27 __lock_buffer +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c5d50 param_get_uint +EXPORT_SYMBOL vmlinux 0xcb1f9339 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0xcb42d5c3 page_readlink +EXPORT_SYMBOL vmlinux 0xcb4901bb dev_get_flags +EXPORT_SYMBOL vmlinux 0xcb51450d seq_vprintf +EXPORT_SYMBOL vmlinux 0xcb5b729b scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xcb5c865f inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xcb6ce0be agp_enable +EXPORT_SYMBOL vmlinux 0xcb8a276e ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xcb92f257 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xcb9776c0 genphy_config_init +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbcbf3b3 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xcbd1318a irq_set_chip +EXPORT_SYMBOL vmlinux 0xcbe37687 md_flush_request +EXPORT_SYMBOL vmlinux 0xcc17504d _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xcc19ae2e follow_down_one +EXPORT_SYMBOL vmlinux 0xcc215573 flex_array_shrink +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc716b3c inet_ioctl +EXPORT_SYMBOL vmlinux 0xcc7f8e73 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xcc8cc044 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xcc9ae728 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xcca2768f swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0xccb6b6d1 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccc99647 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xccdef4ec ilookup5 +EXPORT_SYMBOL vmlinux 0xcd0529c7 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xcd20667a kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xcd2757d9 block_commit_write +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd3e302c kthread_stop +EXPORT_SYMBOL vmlinux 0xcd57713e rtnl_unicast +EXPORT_SYMBOL vmlinux 0xcd57f7b0 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xcd736b8d input_grab_device +EXPORT_SYMBOL vmlinux 0xcd7b598d swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0xcd86c87f __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xcd8d90f9 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0xcd9be4c5 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xcdb1cc26 get_acl +EXPORT_SYMBOL vmlinux 0xcdbbb398 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdc72dd0 find_vma +EXPORT_SYMBOL vmlinux 0xcde8eb0d agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xce097387 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xce16572b pci_disable_device +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce3b3f09 profile_pc +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5ca08d blk_init_queue +EXPORT_SYMBOL vmlinux 0xce5ee215 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xce6c20b9 sock_create +EXPORT_SYMBOL vmlinux 0xce7689e1 scsi_device_get +EXPORT_SYMBOL vmlinux 0xce8b6121 srp_reconnect_rport +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceae504f cmdline_parts_free +EXPORT_SYMBOL vmlinux 0xced2bc79 dev_close +EXPORT_SYMBOL vmlinux 0xced5ed42 prepare_binprm +EXPORT_SYMBOL vmlinux 0xced777cb proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xcee339e7 kernel_bind +EXPORT_SYMBOL vmlinux 0xcee54fc1 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xceea082a dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcefe40fa pcim_pin_device +EXPORT_SYMBOL vmlinux 0xcf0310a1 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xcf0acbb4 tcf_hash_search +EXPORT_SYMBOL vmlinux 0xcf0f1f77 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xcf3025cb inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xcf41c383 __serio_register_port +EXPORT_SYMBOL vmlinux 0xcf4690b6 dm_register_target +EXPORT_SYMBOL vmlinux 0xcf9b515f tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xcfd4e4aa fb_validate_mode +EXPORT_SYMBOL vmlinux 0xcfd59c41 new_sync_read +EXPORT_SYMBOL vmlinux 0xcfd66078 vme_dma_request +EXPORT_SYMBOL vmlinux 0xcff0b798 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xcff0f8ed pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd021a110 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xd02e5e98 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0xd063ed2f i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xd06e2c6d register_netdevice +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd07ce3df ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xd08e98e5 generic_listxattr +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0a9b5d7 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xd0c06d58 of_scan_pci_bridge +EXPORT_SYMBOL vmlinux 0xd0d07df5 inode_change_ok +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0de1f33 eth_type_trans +EXPORT_SYMBOL vmlinux 0xd0df4065 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xd0e03f64 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0xd0e682e9 blk_stop_queue +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0ef639d netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xd0f12c26 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd1262886 rtas_data_buf +EXPORT_SYMBOL vmlinux 0xd12f8b8b scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xd14494f5 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xd147300c dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xd155d3a8 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xd15ca01e n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd1891968 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xd18a6d93 filp_close +EXPORT_SYMBOL vmlinux 0xd19c5ea5 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0xd1a71fe6 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xd1a74c56 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xd1c46ad6 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0xd1ce25e7 vio_unregister_driver +EXPORT_SYMBOL vmlinux 0xd1ce7195 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xd1d8ae33 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xd1e6a316 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xd1ebc457 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xd2057bef account_page_dirtied +EXPORT_SYMBOL vmlinux 0xd2090aa7 aio_complete +EXPORT_SYMBOL vmlinux 0xd20c3937 flex_array_get +EXPORT_SYMBOL vmlinux 0xd21091cd mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xd2135cd8 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd228db6f zerocopy_sg_from_iovec +EXPORT_SYMBOL vmlinux 0xd22af156 sget +EXPORT_SYMBOL vmlinux 0xd2383967 input_set_abs_params +EXPORT_SYMBOL vmlinux 0xd23f37e0 generic_setlease +EXPORT_SYMBOL vmlinux 0xd24015a3 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd254e6c2 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd263375b gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd297d7fa dev_queue_xmit_accel +EXPORT_SYMBOL vmlinux 0xd29894bb make_bad_inode +EXPORT_SYMBOL vmlinux 0xd2aa21b4 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xd2aced9f genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xd2b09ce5 __kmalloc +EXPORT_SYMBOL vmlinux 0xd2b8e3be compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xd2c980de max8925_reg_read +EXPORT_SYMBOL vmlinux 0xd2c98b6a tcp_connect +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd30d35a0 mmc_detect_change +EXPORT_SYMBOL vmlinux 0xd31c6b56 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd3245813 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0xd3442f8b ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xd36257ba memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0xd37a235f km_state_expired +EXPORT_SYMBOL vmlinux 0xd3885180 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xd38949e2 scsi_register +EXPORT_SYMBOL vmlinux 0xd38b3e02 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xd38f240d mnt_pin +EXPORT_SYMBOL vmlinux 0xd3adb6dd udp_sendmsg +EXPORT_SYMBOL vmlinux 0xd3c27c9c mach_pseries +EXPORT_SYMBOL vmlinux 0xd3cdcf2b blk_put_request +EXPORT_SYMBOL vmlinux 0xd3d34cd0 poll_freewait +EXPORT_SYMBOL vmlinux 0xd3da4dbc filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xd3dbc675 netif_skb_features +EXPORT_SYMBOL vmlinux 0xd41d9d09 powerpc_debugfs_root +EXPORT_SYMBOL vmlinux 0xd4299f80 fb_class +EXPORT_SYMBOL vmlinux 0xd4325fc9 simple_write_end +EXPORT_SYMBOL vmlinux 0xd43c26c1 bio_advance +EXPORT_SYMBOL vmlinux 0xd440c07d phy_start_interrupts +EXPORT_SYMBOL vmlinux 0xd4435872 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xd4698c28 mdiobus_scan +EXPORT_SYMBOL vmlinux 0xd46b5c59 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xd46de54f generic_setxattr +EXPORT_SYMBOL vmlinux 0xd480731e dquot_quota_on +EXPORT_SYMBOL vmlinux 0xd48fdeef dql_completed +EXPORT_SYMBOL vmlinux 0xd491cc97 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xd49c82c3 blkdev_get +EXPORT_SYMBOL vmlinux 0xd4b9d510 elevator_exit +EXPORT_SYMBOL vmlinux 0xd4c308aa scsi_remove_device +EXPORT_SYMBOL vmlinux 0xd4ced51f alloc_fcdev +EXPORT_SYMBOL vmlinux 0xd4e41030 km_policy_notify +EXPORT_SYMBOL vmlinux 0xd4ff8343 blk_recount_segments +EXPORT_SYMBOL vmlinux 0xd5167613 node_data +EXPORT_SYMBOL vmlinux 0xd53c1fd6 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xd5441fe9 of_get_min_tck +EXPORT_SYMBOL vmlinux 0xd5510351 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xd5682f6e d_path +EXPORT_SYMBOL vmlinux 0xd580f8ee nf_setsockopt +EXPORT_SYMBOL vmlinux 0xd598386b sock_kmalloc +EXPORT_SYMBOL vmlinux 0xd5cdb68d kdb_current_task +EXPORT_SYMBOL vmlinux 0xd5db2322 __brelse +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd6198c82 set_blocksize +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd63f65d5 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xd63fb97f d_find_any_alias +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd64e5dc6 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xd658b5a6 mutex_trylock +EXPORT_SYMBOL vmlinux 0xd6657537 pci_find_bus +EXPORT_SYMBOL vmlinux 0xd66e3aa8 inet6_protos +EXPORT_SYMBOL vmlinux 0xd66f0426 tty_hangup +EXPORT_SYMBOL vmlinux 0xd688716b dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0xd6affc75 generic_write_checks +EXPORT_SYMBOL vmlinux 0xd6b724ee blkdev_fsync +EXPORT_SYMBOL vmlinux 0xd6d3fb3b input_get_keycode +EXPORT_SYMBOL vmlinux 0xd6d63e9d lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f47f52 key_task_permission +EXPORT_SYMBOL vmlinux 0xd6f53da6 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xd6fd4053 __arch_hweight32 +EXPORT_SYMBOL vmlinux 0xd6fff97d phy_device_create +EXPORT_SYMBOL vmlinux 0xd70b510b blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xd71cc558 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xd72f7775 devm_ioremap +EXPORT_SYMBOL vmlinux 0xd73852b6 freeze_bdev +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75f42b2 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xd761a383 ioremap_prot +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd781e69d sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xd786c0ea plpar_hcall9 +EXPORT_SYMBOL vmlinux 0xd78e6f89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xd79a7d42 ptp_clock_index +EXPORT_SYMBOL vmlinux 0xd79b017c cleancache_register_ops +EXPORT_SYMBOL vmlinux 0xd7cbddda memcpy_toiovec +EXPORT_SYMBOL vmlinux 0xd7d5fddc pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f46eb9 d_alloc +EXPORT_SYMBOL vmlinux 0xd801950f serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xd87bb4ab __page_symlink +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8b3894c napi_get_frags +EXPORT_SYMBOL vmlinux 0xd8d22897 pci_release_region +EXPORT_SYMBOL vmlinux 0xd8ded085 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8e4a2f4 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xd8e7e202 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xd8f124ce ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xd8fb2995 giveup_fpu +EXPORT_SYMBOL vmlinux 0xd90e7e63 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xd922fc05 pci_bus_put +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92e16ba csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0xd934abe5 padata_stop +EXPORT_SYMBOL vmlinux 0xd945efb7 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xd95d51d6 get_agp_version +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd988808e __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xd998e22a mdiobus_read +EXPORT_SYMBOL vmlinux 0xd9a66842 __register_binfmt +EXPORT_SYMBOL vmlinux 0xd9b1a906 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0xd9b59fb6 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xd9b72202 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xd9bac924 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xda008891 kill_block_super +EXPORT_SYMBOL vmlinux 0xda1759e6 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xda2478d0 param_ops_short +EXPORT_SYMBOL vmlinux 0xda2e23ce get_gendisk +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda5bc1f6 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xda60f9e3 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xdaa90382 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xdabc1ea8 fsl_lbc_find +EXPORT_SYMBOL vmlinux 0xdac5d987 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdaeefa59 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xdb01198e fsl_upm_find +EXPORT_SYMBOL vmlinux 0xdb254682 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xdb5ffb55 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xdb63afe0 set_create_files_as +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb6e8bc6 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdbbdb5ff agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbe8b6e5 blk_mq_tag_to_rq +EXPORT_SYMBOL vmlinux 0xdbee04eb vio_find_node +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc26656b tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xdc3a1d90 blk_start_queue +EXPORT_SYMBOL vmlinux 0xdc3c41a8 __crypto_memneq +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc44a498 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5adcfa ibmebus_unregister_driver +EXPORT_SYMBOL vmlinux 0xdc6feec5 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xdc79c114 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xdc91fb97 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0xdc9498dd down +EXPORT_SYMBOL vmlinux 0xdc99061a bio_reset +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbc2840 make_kprojid +EXPORT_SYMBOL vmlinux 0xdcbf318a blk_rq_set_block_pc +EXPORT_SYMBOL vmlinux 0xdcd25ee6 kmem_cache_alloc_node_trace +EXPORT_SYMBOL vmlinux 0xdcdb12f8 unlock_buffer +EXPORT_SYMBOL vmlinux 0xdcf5b2dc kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0xdcf645b7 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xdd06d301 pci_domain_nr +EXPORT_SYMBOL vmlinux 0xdd0a109b clocksource_unregister +EXPORT_SYMBOL vmlinux 0xdd17c953 pci_bus_type +EXPORT_SYMBOL vmlinux 0xdd3b2fd7 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xdd3f0426 vga_get +EXPORT_SYMBOL vmlinux 0xdd3f6cfd inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xdd40ac38 get_phy_device +EXPORT_SYMBOL vmlinux 0xdd421566 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0xdd6e46cb pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xdd82f43e pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xdd8454a0 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xdd955144 __debugger +EXPORT_SYMBOL vmlinux 0xdda5fc55 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xddc1583f con_copy_unimap +EXPORT_SYMBOL vmlinux 0xddce6d3b generic_readlink +EXPORT_SYMBOL vmlinux 0xddd75e73 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xddf3625d flush_dcache_page +EXPORT_SYMBOL vmlinux 0xde10eb10 param_set_invbool +EXPORT_SYMBOL vmlinux 0xde48e9ca _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xde6151db tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0xde783883 pSeries_disable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0xde91448c load_vr_state +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdeb3bfb4 i2c_master_send +EXPORT_SYMBOL vmlinux 0xdec3138b i2c_use_client +EXPORT_SYMBOL vmlinux 0xdeff0347 kfree_skb_list +EXPORT_SYMBOL vmlinux 0xdf1a23e3 invalidate_partition +EXPORT_SYMBOL vmlinux 0xdf1ed499 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf3593b5 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xdf43367c simple_empty +EXPORT_SYMBOL vmlinux 0xdf4c714f softnet_data +EXPORT_SYMBOL vmlinux 0xdf4d778c key_validate +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf57a46d netif_rx_ni +EXPORT_SYMBOL vmlinux 0xdf582762 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf7249c0 bio_map_user +EXPORT_SYMBOL vmlinux 0xdf78ed07 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xdf8393e9 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf9c02f2 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfd5ad8a set_binfmt +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xe0241497 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe06cd0cb mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xe07567c8 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe08470bb inet_shutdown +EXPORT_SYMBOL vmlinux 0xe086348d vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xe08cb31a __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xe08cbb26 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xe0a04ee5 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0c47248 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xe0d06522 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xe0d14fef inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xe0d94981 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xe0e58fa7 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xe0e8ca34 pci_dev_get +EXPORT_SYMBOL vmlinux 0xe0fb34f9 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11a7d9a zpool_register_driver +EXPORT_SYMBOL vmlinux 0xe172acc7 rt6_lookup +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe1984156 skb_pad +EXPORT_SYMBOL vmlinux 0xe1c52e02 skb_split +EXPORT_SYMBOL vmlinux 0xe1d0f337 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xe1e03804 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xe1e4d148 dget_parent +EXPORT_SYMBOL vmlinux 0xe1f91cac dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0xe1f93ec5 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xe1f9f704 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe20372ae radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe220c411 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xe220ceb8 __debugger_sstep +EXPORT_SYMBOL vmlinux 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe250937f inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xe2523651 remap_vmalloc_range_partial +EXPORT_SYMBOL vmlinux 0xe280ecae try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xe281b643 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xe29e1d0e out_of_line_wait_on_atomic_t +EXPORT_SYMBOL vmlinux 0xe2be5498 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xe2c1487b request_key +EXPORT_SYMBOL vmlinux 0xe2c505b8 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xe2ce6338 xfrm6_rcv_cb +EXPORT_SYMBOL vmlinux 0xe2d490d3 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2d87bfe submit_bio +EXPORT_SYMBOL vmlinux 0xe2e76be0 udp_poll +EXPORT_SYMBOL vmlinux 0xe2f53121 blk_init_tags +EXPORT_SYMBOL vmlinux 0xe310c5b7 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xe314e8fb cpu_core_map +EXPORT_SYMBOL vmlinux 0xe32da8c5 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xe35f8226 d_alloc_name +EXPORT_SYMBOL vmlinux 0xe37c1a60 netdev_crit +EXPORT_SYMBOL vmlinux 0xe37e8a55 phy_find_first +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3a6e96b phy_connect_direct +EXPORT_SYMBOL vmlinux 0xe3ca965a security_path_mknod +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe403ac67 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xe4578390 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xe475ff44 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0xe4822312 unload_nls +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe487c797 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xe4969260 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xe49c1d49 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xe4fe8ca1 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe54260e1 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0xe54793e5 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5916efd mount_pseudo +EXPORT_SYMBOL vmlinux 0xe5a491e9 dquot_destroy +EXPORT_SYMBOL vmlinux 0xe5affc82 tcf_hash_cleanup +EXPORT_SYMBOL vmlinux 0xe5b2108e nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xe5bdf34d call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe606640a inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xe60928cf pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xe635a85c netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xe64cbbcc generic_writepages +EXPORT_SYMBOL vmlinux 0xe6759536 blk_finish_request +EXPORT_SYMBOL vmlinux 0xe67f5750 arch_free_page +EXPORT_SYMBOL vmlinux 0xe67f6744 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0xe6956efc blk_free_tags +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69a9df4 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe6aebf3a dquot_commit_info +EXPORT_SYMBOL vmlinux 0xe6bc18a6 of_phy_attach +EXPORT_SYMBOL vmlinux 0xe6dc6129 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xe6eebd81 proto_register +EXPORT_SYMBOL vmlinux 0xe6f1a7d2 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe731db38 clear_user_page +EXPORT_SYMBOL vmlinux 0xe7644803 security_mmap_file +EXPORT_SYMBOL vmlinux 0xe78c8ab3 redraw_screen +EXPORT_SYMBOL vmlinux 0xe78e2d99 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xe790240d generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xe79c95ee ppc_md +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7c883d7 lock_sock_fast +EXPORT_SYMBOL vmlinux 0xe7ce7439 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0xe7d2ede2 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7ead847 empty_aops +EXPORT_SYMBOL vmlinux 0xe7f103e0 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xe7f4a1d8 neigh_table_init +EXPORT_SYMBOL vmlinux 0xe7f72103 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xe802c43a i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xe802ebca from_kgid_munged +EXPORT_SYMBOL vmlinux 0xe81ef1dd remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xe82cc752 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xe833fa77 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xe8687132 noop_llseek +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe89ed165 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xe8a31312 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8c108cd init_net +EXPORT_SYMBOL vmlinux 0xe8c438f3 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0xe8cae0b0 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xe8d9b6ba __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xe8e47dce dev_addr_del +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe919f159 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xe91d0cda ip6_xmit +EXPORT_SYMBOL vmlinux 0xe9268e67 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xe936aa9f get_super_thawed +EXPORT_SYMBOL vmlinux 0xe9378d58 idr_get_next +EXPORT_SYMBOL vmlinux 0xe94b3697 skb_tx_error +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95817f4 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0xe9715f32 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xe971876a on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0xe98b5c2b ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xe990170a pci_get_device +EXPORT_SYMBOL vmlinux 0xe9aad61c gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xe9c5eb22 blk_run_queue +EXPORT_SYMBOL vmlinux 0xe9c83d65 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xe9e28e77 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xe9e6ae61 tso_start +EXPORT_SYMBOL vmlinux 0xe9f2b24e inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0xe9f6c2f4 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea16dd4c tcp_destroy_cgroup +EXPORT_SYMBOL vmlinux 0xea7a69e5 ip_fragment +EXPORT_SYMBOL vmlinux 0xea968c96 ___ratelimit +EXPORT_SYMBOL vmlinux 0xeab2b6fb input_flush_device +EXPORT_SYMBOL vmlinux 0xeab82e9a mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xeabe48f4 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xeb145b6d dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xeb2c5357 blk_mq_tag_busy_iter +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb7119b1 __nla_put +EXPORT_SYMBOL vmlinux 0xeb8c7b7b cxl_use_count +EXPORT_SYMBOL vmlinux 0xeba2a1f7 rtas_indicator_present +EXPORT_SYMBOL vmlinux 0xeba3dffb of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0xebaeae1d __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xebb2f1e0 tcp_close +EXPORT_SYMBOL vmlinux 0xebb47863 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xebcab3a6 ppc_pci_io +EXPORT_SYMBOL vmlinux 0xebd94029 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xebe8074e tso_build_hdr +EXPORT_SYMBOL vmlinux 0xec1ad654 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xec2072c1 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xec4110ba init_special_inode +EXPORT_SYMBOL vmlinux 0xec4f1ca9 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xec65303b alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xec663103 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xec6afdb0 iget5_locked +EXPORT_SYMBOL vmlinux 0xec8853fb skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xec89d4d7 agp_free_page_array +EXPORT_SYMBOL vmlinux 0xecac83b9 get_io_context +EXPORT_SYMBOL vmlinux 0xecbb926f xor_altivec_3 +EXPORT_SYMBOL vmlinux 0xecbf0e41 ihold +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfcd9fe agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0xed00d835 dm_kobject_release +EXPORT_SYMBOL vmlinux 0xed0d645d mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xed2c32cf eeh_dev_release +EXPORT_SYMBOL vmlinux 0xed3d268e register_shrinker +EXPORT_SYMBOL vmlinux 0xed597524 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xed59b3df neigh_seq_next +EXPORT_SYMBOL vmlinux 0xed669331 simple_fill_super +EXPORT_SYMBOL vmlinux 0xed6e3f37 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xed76224f mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0xed7825fe ___pskb_trim +EXPORT_SYMBOL vmlinux 0xed89b3c8 pci_get_class +EXPORT_SYMBOL vmlinux 0xed9f9a20 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xeda231c4 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc221a4 mb_cache_create +EXPORT_SYMBOL vmlinux 0xedc410d0 udplite_table +EXPORT_SYMBOL vmlinux 0xee04df1f cdev_add +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee443333 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xee608b29 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xee6d53a9 dev_change_carrier +EXPORT_SYMBOL vmlinux 0xee915945 clocksource_register +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee97fb58 tty_lock_pair +EXPORT_SYMBOL vmlinux 0xeea3be5e xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeac3ffa init_buffer +EXPORT_SYMBOL vmlinux 0xeeb21de3 sk_stream_write_space +EXPORT_SYMBOL vmlinux 0xeeb5bd3b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xeedcdbd1 do_SAK +EXPORT_SYMBOL vmlinux 0xeeec26a7 queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xeef161aa groups_free +EXPORT_SYMBOL vmlinux 0xef18b2ff prepare_creds +EXPORT_SYMBOL vmlinux 0xef1b89bd __devm_release_region +EXPORT_SYMBOL vmlinux 0xef66ad9c key_link +EXPORT_SYMBOL vmlinux 0xef74aa7c may_umount +EXPORT_SYMBOL vmlinux 0xef79dc4f fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xefa04702 bio_chain +EXPORT_SYMBOL vmlinux 0xefb459df tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefde1bbe flush_dcache_range +EXPORT_SYMBOL vmlinux 0xefe4349b __nlmsg_put +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0187927 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0xf0229413 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xf0324a50 of_match_node +EXPORT_SYMBOL vmlinux 0xf04e2eeb jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xf0571778 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0619801 timekeeping_clocktai +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf067257c register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0xf0764079 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xf087137d __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0xf0961481 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xf09de776 get_random_int +EXPORT_SYMBOL vmlinux 0xf09f425e __free_pages +EXPORT_SYMBOL vmlinux 0xf0a8237a radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xf0b6587b agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xf0e29a4f blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xf0ed32d7 sk_net_capable +EXPORT_SYMBOL vmlinux 0xf0ed4769 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf10526ac verify_spi_info +EXPORT_SYMBOL vmlinux 0xf109a4bb posix_unblock_lock +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11953e6 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xf11cd6ce down_interruptible +EXPORT_SYMBOL vmlinux 0xf1326bcd have_submounts +EXPORT_SYMBOL vmlinux 0xf1423d46 override_creds +EXPORT_SYMBOL vmlinux 0xf147dcb2 hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0xf1546347 fget_raw +EXPORT_SYMBOL vmlinux 0xf1714a29 udp_ioctl +EXPORT_SYMBOL vmlinux 0xf177e544 rtnl_notify +EXPORT_SYMBOL vmlinux 0xf183189b __ioremap_at +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1a50033 pci_reenable_device +EXPORT_SYMBOL vmlinux 0xf1a710c5 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xf1b4856a udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xf1d4ca4c input_reset_device +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e06df1 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xf1e8ff0d mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f94c2a nf_register_hook +EXPORT_SYMBOL vmlinux 0xf200b247 page_cache_prev_hole +EXPORT_SYMBOL vmlinux 0xf2063278 pci_release_regions +EXPORT_SYMBOL vmlinux 0xf209d9e1 arp_send +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf214466d inet_frag_evictor +EXPORT_SYMBOL vmlinux 0xf21755c1 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xf22881e8 lg_local_lock +EXPORT_SYMBOL vmlinux 0xf22a2ec2 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf25f5e5b neigh_compat_output +EXPORT_SYMBOL vmlinux 0xf2615011 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xf26f18ba md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xf28b1ea0 mmc_release_host +EXPORT_SYMBOL vmlinux 0xf28f4593 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xf2a0af8f backlight_device_registered +EXPORT_SYMBOL vmlinux 0xf2b1ac8e __getnstimeofday +EXPORT_SYMBOL vmlinux 0xf2df4a58 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xf2e3ecc3 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xf2fdbe25 should_remove_suid +EXPORT_SYMBOL vmlinux 0xf30eee9a dev_mc_flush +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf31465b1 get_tz_trend +EXPORT_SYMBOL vmlinux 0xf314be92 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xf316baa4 phy_start +EXPORT_SYMBOL vmlinux 0xf322a206 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xf32ada9e jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf336aa76 lock_fb_info +EXPORT_SYMBOL vmlinux 0xf33a92ff inet_recvmsg +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf353d725 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xf3832aa3 sk_filter +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916639 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3bfec55 phy_start_aneg +EXPORT_SYMBOL vmlinux 0xf3d3cf83 inet_addr_type +EXPORT_SYMBOL vmlinux 0xf3ec9a1f eth_header_parse +EXPORT_SYMBOL vmlinux 0xf3f56801 rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xf3fff715 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xf4117743 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf4457d19 scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0xf44abb63 simple_transaction_release +EXPORT_SYMBOL vmlinux 0xf44e8512 __register_nls +EXPORT_SYMBOL vmlinux 0xf451c7f4 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0xf4578c9d tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xf47be447 phy_print_status +EXPORT_SYMBOL vmlinux 0xf47e9f0e of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xf48dbe0d tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4e33097 mnt_unpin +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf504b445 force_sig +EXPORT_SYMBOL vmlinux 0xf51bf88b nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf5222143 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf53df0a5 gen_pool_free +EXPORT_SYMBOL vmlinux 0xf542e645 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xf5469bed uart_resume_port +EXPORT_SYMBOL vmlinux 0xf55635e7 bio_unmap_user +EXPORT_SYMBOL vmlinux 0xf55b3b3d __arch_hweight16 +EXPORT_SYMBOL vmlinux 0xf59a3b3e scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xf5a085c4 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL vmlinux 0xf5a62ecc _memset_io +EXPORT_SYMBOL vmlinux 0xf5b8acf8 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xf5d47c54 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xf5e1558d crash_shutdown_unregister +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf61d2572 search_binary_handler +EXPORT_SYMBOL vmlinux 0xf6326dce irq_to_desc +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf6548261 tty_port_close_end +EXPORT_SYMBOL vmlinux 0xf655aef7 put_tty_driver +EXPORT_SYMBOL vmlinux 0xf669db32 datagram_poll +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68687be __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xf6876fe9 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6d39d8c agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0xf6df28c6 netdev_printk +EXPORT_SYMBOL vmlinux 0xf6e2601d phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf7289d14 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf73ca860 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xf746a0a2 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xf7543e3c fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf7647389 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xf76f1d06 ptp_clock_event +EXPORT_SYMBOL vmlinux 0xf77790ce sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xf7799515 generic_write_end +EXPORT_SYMBOL vmlinux 0xf788e557 compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0xf78ea5ec nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xf790d8c7 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xf798a3ce nobh_write_end +EXPORT_SYMBOL vmlinux 0xf7adcaf3 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0xf7dafdb2 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xf7e4a6b0 setattr_copy +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf80cfd60 new_inode +EXPORT_SYMBOL vmlinux 0xf80de9ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf81af339 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xf827cb83 free_reserved_area +EXPORT_SYMBOL vmlinux 0xf8294816 vfs_llseek +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8384b8e max8925_reg_write +EXPORT_SYMBOL vmlinux 0xf87c7325 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xf881284e blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xf8b9f3bb pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xf8e0cf1a giveup_vsx +EXPORT_SYMBOL vmlinux 0xf8e2b41c of_get_cpu_node +EXPORT_SYMBOL vmlinux 0xf8f14230 tcp_proc_register +EXPORT_SYMBOL vmlinux 0xf9038bcf smp_call_function_many +EXPORT_SYMBOL vmlinux 0xf9124a03 mmc_add_host +EXPORT_SYMBOL vmlinux 0xf92e1a10 mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xf93deabe __skb_get_hash +EXPORT_SYMBOL vmlinux 0xf96f8a21 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xf99fd804 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xf9a467ac mdio_bus_type +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9b8358e rwsem_wake +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c4d860 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xf9c69252 inet_del_offload +EXPORT_SYMBOL vmlinux 0xf9cfc4c0 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xf9d40f13 eth_change_mtu +EXPORT_SYMBOL vmlinux 0xf9d5ab4d agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0xfa506abb compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa684904 blk_make_request +EXPORT_SYMBOL vmlinux 0xfa7683eb ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xfa8961b6 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xfaa22a80 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfae19c47 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfae985b4 __break_lease +EXPORT_SYMBOL vmlinux 0xfaeec780 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xfaf0ecee unregister_cdrom +EXPORT_SYMBOL vmlinux 0xfaf80f50 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb23acd7 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xfb293a4a tcp_release_cb +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb7231c3 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xfb94103e __clzdi2 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbdd4c01 cpu_present_mask +EXPORT_SYMBOL vmlinux 0xfbe58394 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc0b9169 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xfc1731a1 bdi_destroy +EXPORT_SYMBOL vmlinux 0xfc2899d5 user_path_create +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3b160f mempool_create_node +EXPORT_SYMBOL vmlinux 0xfc5ccd2b blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0xfc70a522 mdiobus_free +EXPORT_SYMBOL vmlinux 0xfc887a81 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xfc9dfd30 mmc_put_card +EXPORT_SYMBOL vmlinux 0xfca62d6e of_find_device_by_node +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcacfbb9 pci_select_bars +EXPORT_SYMBOL vmlinux 0xfcb8ec4e __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcda0623 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf552aa bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0xfcf7e3b7 user_revoke +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd1f25ee __test_set_page_writeback +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd99623a ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xfdb6cedc _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfddafe50 ip6_frag_match +EXPORT_SYMBOL vmlinux 0xfded48ed enable_kernel_fp +EXPORT_SYMBOL vmlinux 0xfdf48cc0 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xfdf7bcd0 __skb_tx_hash +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe0393f2 tty_kref_put +EXPORT_SYMBOL vmlinux 0xfe1d38b0 compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0xfe26fc7c nr_node_ids +EXPORT_SYMBOL vmlinux 0xfe2a3fd3 of_get_address +EXPORT_SYMBOL vmlinux 0xfe45a3ad skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe656681 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xfe6791ed ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe8e9109 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xfe953ccc sock_create_lite +EXPORT_SYMBOL vmlinux 0xfeb87869 del_gendisk +EXPORT_SYMBOL vmlinux 0xfecfcbac xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee8d5c5 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef48279 agp_free_memory +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff0412c3 nla_put +EXPORT_SYMBOL vmlinux 0xff1765c7 rtas_call +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff2984ce proc_create_data +EXPORT_SYMBOL vmlinux 0xff33ec1e inet_sendmsg +EXPORT_SYMBOL vmlinux 0xff37f330 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xff42c55d compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff7bef3c blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xff92f357 pnv_cxl_release_hwirqs +EXPORT_SYMBOL vmlinux 0xff973708 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0xff9ad68a bio_copy_data +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffb25d4e skb_try_coalesce +EXPORT_SYMBOL vmlinux 0xffba9746 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xffceea5e ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffe3dbc5 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xffea7cd7 tty_port_open +EXPORT_SYMBOL vmlinux 0xfff0dbb2 fb_set_suspend +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x015f7c4f gfn_to_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x076b60b1 kvmppc_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x10313495 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x107ac0ea kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x145970cd kvmppc_book3s_queue_irqprio +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x204777fc kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x234b7994 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x24a3522f gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x25deed53 kvmppc_xics_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x27ccb4df kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x29bf602b kvm_clear_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x316f62fe kvmppc_hv_ops +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3a36214a kvm_vcpu_block +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3cd42760 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x476c6efe kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x578b4e41 kvmppc_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5e300806 kvmppc_core_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x61290119 kvmppc_sanity_check +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x61a43694 mark_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x655c3953 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6b091ee3 kvmppc_emulate_mmio +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6c910ace kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6da0b3b8 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7bb57a9f __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7d784787 kvmppc_handle_store +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7dc57428 kvmppc_core_pending_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7df8629e kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7e13a8a8 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7f469788 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7ff68c80 kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x85de7c66 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8d4510a1 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8e0dac02 gfn_to_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8f3eab22 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x96828625 kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9774a4ee kvm_get_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xaadc671f gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xab59d373 kvmppc_free_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb425c664 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbb6e3c6a kvmppc_rtas_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbcbde054 kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc219ee14 kvmppc_core_queue_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc2fe13df kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc3641a28 kvmppc_ld +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc70e4b59 kvmppc_claim_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcbe485dc kvmppc_core_dequeue_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcc44961f kvmppc_alloc_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xce53c0b9 kvmppc_kvm_pv +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd6ade717 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xdda53f26 kvm_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe46be02c kvm_read_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe4dc0e95 gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe5b1e318 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe6a2f4eb kvmppc_core_queue_program +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe916c24f kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe97f712d gfn_to_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xee1c3abd kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf27c4784 kvm_unmap_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf442bbd6 kvmppc_handle_load +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf4da3546 kvmppc_init_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf78ea83a kvmppc_set_msr +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xfc89ed52 kvmppc_emulate_instruction +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xfe274d3f kvmppc_st +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xfecff241 kvmppc_pr_ops +EXPORT_SYMBOL_GPL crypto/af_alg 0x289197b2 af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x2d5aee1d af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x3e24d1b9 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x58716898 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x98dc6714 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xa436550b af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xb13a6915 af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0xbace27dc af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xce0ad697 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xefb3a255 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x57a73cc5 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xc4dcdb86 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xca0727b4 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x76cbd571 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xf8262bf9 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x361c33ab async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x763ae551 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x7755e27b async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xb084b081 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xe09120f2 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xfe082cad async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x587ef278 crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xe6aadeb6 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x7e70ade6 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xef344b04 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x504371c3 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x8826cbeb cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x9702fb37 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xa1d6f936 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xa9555a70 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xbc2c73fa cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xe6eefd80 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xe797baa4 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xedc01811 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xf5ce2791 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x0bdf6150 lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x2a10ba1b serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/twofish_common 0x1e5509fd twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0xd561710c xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0ce0bfa7 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1836c613 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2b57cc97 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x30f66249 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3d6b88d3 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3f6e5054 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x425d54ff ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x46b480f6 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x47158f99 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5bee6c89 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x694f923e ahci_thread_fn +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e05c4e7 ahci_hw_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7ccb7cc6 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8ba854ac ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa69ce580 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa90a52bd ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xaa0b99d2 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbe913743 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xdc35741d ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe1c50a68 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe221ec00 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf8361245 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf887ef04 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfba7cb51 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0aa8e258 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x4e7bc3df ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x868358ad ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9acd4847 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa55e7e9d ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xadae41bc ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb838b72f ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc43a0a58 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcc2791e4 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd18b85be ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf8d73176 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xbcd86640 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x2b6945af sis_info133_for_sata +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/bcma/bcma 0x07fb2b46 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x09370bc9 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0d77c464 bcma_core_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x150b3696 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2a841225 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2f920f36 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x32120c78 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3679e1ae bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3c556e07 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x452cba90 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5daa6c70 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x71d3d34b bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7438bb1f bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7a6aa04e bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8c6a3012 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9983a5fc __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9cfaf71b bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb1144900 bcma_core_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc24ea6f6 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd5b882e6 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd8ac4d25 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xed9e3199 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfab512af bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x03ea9faf btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0aa655da btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4502c81a btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x70b12a77 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x89e820c2 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa7b2d3fc btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb8779a87 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbce6d28d btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xc505e10a btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe5845052 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x007580d4 dw_dma_shutdown +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x6373fa96 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc3135a90 dw_dma_suspend +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xdd8f70b8 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xfa83c762 dw_dma_resume +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x659acf68 vchan_tx_submit +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x9b523f90 vchan_find_desc +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xbbbeb0ce vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xd7074eaa vchan_init +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x04bc642a edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1531c189 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2b6405ea edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x2e385442 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x3b4f95f8 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x4b4fa423 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6a4b9c9a edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6def68c6 edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6f00061c edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7a7370e7 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa0780a17 edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb52e3187 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xb6928296 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbaf688d6 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbde8c24b edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbec26864 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc5fa3fff edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xcd0f16cc edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xdfb08c8c edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe9349725 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf3de5772 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf532ad48 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf868350e edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x9cac2094 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xaf42380a bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x18a5b081 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xb78fd0a5 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x39e522f6 drm_vm_open_locked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x42a2815a drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x518a7c40 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6adf436b ttm_prime_fd_to_handle +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x77b1e6b7 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x831d63e9 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x8d453637 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xce36343e ttm_prime_handle_to_fd +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x139f1069 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1a287fe1 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1c2c33ed hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1d62e530 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1f6dbc61 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2a48dd6d hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2a59d609 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2c768daf hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3c70be93 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4401a41c hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4413f612 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x482b9547 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x484d54e3 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x48dea678 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x569e76ac hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x56bffbed hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x591f40a0 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x63e3c292 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x68dac52a hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8100cd25 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8427e71d hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x93f12a57 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9d6c676e hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaed1b8d8 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaf33e3aa hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb6f34a55 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb8ad1f2b hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb912c925 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbad334d6 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbb304447 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc1b7ae44 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe9161daf __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb81724b hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf5b090d6 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf8ab8fe9 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2dddba4c roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x02896d16 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x322db13b roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x359234b8 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x494e816d roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x56cc56e4 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x6ef93ac8 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x04f1c928 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x08df8396 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5e30603b sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6673ceac sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x689dde12 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6e638916 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x86c8e154 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa9d09d71 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa9dd5c90 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xd365b2b9 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0aaec78b hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0b8a905b hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3c354495 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x46c58216 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x525ce54b hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x585fc792 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x599ba873 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6b6fdaa4 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x79df59be hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x86ccc6b8 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8822a823 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x91222339 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9ef42f3f hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xab6c6610 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xec07efff hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf5e394a6 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf862fd19 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xfa095319 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x844c5363 adt7x10_remove +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xabddba55 adt7x10_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xe1b1df59 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x0b5d1f03 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x13eec118 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x3e6cb05c pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x4afe032a pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x77615db6 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x83902fd5 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x88978349 pmbus_clear_cache +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x934b4f2b pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x94efa3df pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xcee9898e pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xcf8d5a6c pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd4b84845 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x197bb897 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x1c3bddba i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x47128a89 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x650bdc65 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x9d2acac8 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xbaf8ee57 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xc30a870a i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe738be3a i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xf05ad17f i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x223b8f6e i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xcbb27679 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xf2e08844 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xf78558e5 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x068ebe48 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x100839f2 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x2211284a ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x449232ff ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x471a81fb ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x558f26b5 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x8c0a8584 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa9db2748 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xad3edf63 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/twl4030-madc 0xb1be4a75 twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x21a4c215 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x3d24ae6f adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x4ac7d8fe adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x54105493 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x54d12603 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x55f60506 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x702e2919 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x796dd4ef adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x7de1cee2 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9a401861 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd04a3067 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xdf37804d adis_init +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0417fd20 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0b71905c iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x13830a54 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x143df5b4 iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x18b1990e iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1c8a008a iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1ca3c103 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2128a1c4 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2344de40 devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2b1a0e74 devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x308d87ab iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3ab97360 devm_iio_device_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3dedfd78 devm_iio_device_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x47622a79 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x50fabfa3 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5bde54a7 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x76f11d91 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7f581859 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x82afd228 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x880af5df iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8a0b33b8 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8dd258c2 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9c412bbd devm_iio_trigger_free +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa5cc2637 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb2fe175f iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb30f9963 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb6296b31 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb9ed8385 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc0823a15 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc7052e37 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcf0cd696 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe5abed24 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe6573232 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xac025de1 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x9ab3fcb3 matrix_keypad_parse_of_params +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x8feb5b96 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x299cb5e0 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x31681d16 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xb9f10eaa cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x06ae45df cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x3ee32f7f cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x7673932a cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x8ca75102 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x9054209a cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x03123a67 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x100e818f wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x210cfa4c wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x546077b8 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x63f87d69 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7749e49f wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7a4b6b28 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa65df95b wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbbe3e401 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe9bc5b42 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf3f518c9 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xfde4ed03 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x12383205 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2c3955d8 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x50755bbc ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5ae65086 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5bab1482 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8e22d283 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x96788d23 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xb236a365 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xdfa1192f ipack_device_add +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x23359aff unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xce1414b2 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x01ab3d4e gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x28b2fa46 gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4d45bdcc gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4dbd7aca gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4e3b8ab6 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4e4f574a gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4f08f65d gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x58a25e51 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x716f97d9 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7e0601e3 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x95322bdc gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9716ca3d gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9f5b3949 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb1b8d66a gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb8ed25a4 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc604ff24 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf41e1e64 gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x005f80e5 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x458e4466 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5f3a1e38 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6068a0c3 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x68c57e96 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x996ebe1e lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x9e3fae54 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb48052d5 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb9ebe7ea lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd7922c8c lp55xx_unregister_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf3df5a1e lp55xx_update_bits +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 0x048c3e2e wf_unregister_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x0a0527be wf_register_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x32ddc78e wf_put_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x46c069de wf_get_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x58e3703e wf_unregister_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x74ae1b7d wf_put_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x75147afa wf_set_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x77f7f382 wf_register_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x841f2158 wf_find_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x9387e311 wf_find_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x94765fac wf_critical_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xa2f19a49 wf_is_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xbb42e53b wf_get_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xbcace2a5 wf_unregister_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xcbee6bfb wf_register_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed82a14f wf_clear_overtemp +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x105aa249 mcb_unregister_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x138acbf5 mcb_alloc_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x2211799c mcb_bus_add_devices +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x2a6c1e2d mcb_request_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x2fc7743a mcb_bus_get +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x3dbb4db5 __mcb_register_driver +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x4cf377fd chameleon_parse_cells +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x5e0a6e5a mcb_get_irq +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x6d46ade6 mcb_bus_put +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x7cf886ea mcb_release_bus +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x83f8d4c6 mcb_device_register +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x85bb1c97 mcb_free_dev +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x8bf52ac0 mcb_release_mem +EXPORT_SYMBOL_GPL drivers/mcb/mcb 0x9fdfe070 mcb_alloc_dev +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0ec17d44 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26062738 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fc380ce __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x40c27b88 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c49fc16 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51a15737 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x616b6217 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6907ac0d __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7be42a1c __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e532a71 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x914361f4 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9272fb0f __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x938cc2b2 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa649dd21 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb157059f __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb317649e __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb493772a __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb834c124 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbb1fc0a4 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc4fcb1e __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1474d91 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc379085a __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5aed8ad __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7eda602 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce055cbe __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe20fe821 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe24daf87 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe2ed0930 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea2303e0 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef1156ee __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc131205 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x14ba66b5 dm_bio_prison_alloc_cell +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 0x50052e46 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6c9da942 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 0xc34436bb dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc8381f4b dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd7dc355f dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xde3178f8 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x519fe9ba dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aba7f5e dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9310ba06 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9c256008 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa1d2413a dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa448e19f dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xafbda3f3 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcbb1bae2 dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +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-cache 0x06c9aa08 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x06d1681a dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1175d8f7 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x151c08b1 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x98d681e6 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xd68849ac dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xee773b1b dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x6ecc744e dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x89e95467 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 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 0x3d4eb5ba dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4430764e dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x45ab972a dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x616bdc05 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 0x7a6fb28b dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x959331a3 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa68e1f06 dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xab2306f2 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbf369906 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 0xfad9d53a dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc62ef4e dm_rh_get_region_key +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 0x01445176 dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x16208530 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x17c36f29 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2025e954 dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x24fa6664 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +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 0x32b5f546 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42dbdfc3 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4360913e dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x49b35849 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x55b4bd4d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5aed1dd7 dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5e6aea80 dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x62c1b9ee dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +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 0x7657e859 dm_bitset_clear_bit +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 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x827a42f4 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x832bf228 dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x858c8d94 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x89f1e1cc dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x966a8838 dm_btree_lookup +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 0x9f624559 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa87c5b4d dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xab96bd2d dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xaee02382 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xafeda29f dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xba47c03a dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbd50ebbb dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xca40abd5 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd041d62b dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd29923fb dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed1e1f96 dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xed58cfa1 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf12ec3cd dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf375d009 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5455120 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xffff2ac3 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/raid1 0x0335cc50 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x45b43f65 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0xdffa1c63 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0c1c0eaf saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x467340ed saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6794ef7a saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6e968f75 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x81fd9f1c saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8795a570 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb8328acd saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc662d6ce saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcc507ff4 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe2f64fe7 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x180cacb7 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x2cb5613a saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x39ddd9c3 saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x5f513b58 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x91753cff saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc92d708b saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xdb8a2071 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x01fe2484 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x03f8b843 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x173a5e03 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x22ed7fe4 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x36b23986 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x43ff4524 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4e2ba103 smscore_getbuffer +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 0x8eef1314 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x95cce7da sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9c2225ed smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa84af3d6 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb6c80232 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd7dd0875 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd7e46243 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd9ef7619 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdddde939 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf3f03a58 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf974647b sms_board_event +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xb8074297 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xfa0d3d49 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/media 0x02dad6f1 media_entity_remote_pad +EXPORT_SYMBOL_GPL drivers/media/media 0x08105f85 media_entity_create_link +EXPORT_SYMBOL_GPL drivers/media/media 0x11aa9f49 media_entity_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/media 0x195fd112 media_entity_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/media 0x2034030d media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/media 0x217ab267 media_entity_init +EXPORT_SYMBOL_GPL drivers/media/media 0x21e4b2e9 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/media 0x40fb9de6 media_entity_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/media 0x5c22ffd8 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/media 0x6211dda8 media_entity_put +EXPORT_SYMBOL_GPL drivers/media/media 0x7076c149 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x7924d18b media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/media 0x7edc16db media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/media 0x930d65de media_entity_cleanup +EXPORT_SYMBOL_GPL drivers/media/media 0xc31f53d6 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/media 0xc4268a61 media_entity_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/media 0xd2ced468 media_entity_get +EXPORT_SYMBOL_GPL drivers/media/media 0xda056daf __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x3542161b cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x059ceda9 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x14a78631 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x16628951 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x18b6592b mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x19839bb8 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x407b8086 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5bc54b4d mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7e9a1773 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x93b9393d mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9e35508d mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaf878d8a mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb8a0c179 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe60bf3d5 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe923699d mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf6518530 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf67f96b4 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfb5b8b3d mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x06df3870 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1267f96d saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x14708ed8 saa7134_ts_buffer_finish +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x157b9386 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1d48e89d saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2c1fd21a saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2d88319e saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x333ad33e saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6105624d saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6e848331 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x76ba88d0 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9d8cfb4a saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa56844f7 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbf579e75 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xce7da29c saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd379b680 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdc348f6b saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdedeeda4 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe08c2000 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xedc02bc1 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x233d088c ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x67141bb1 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8e607c98 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9f7300a9 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa8afbd6c ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd86e9579 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xde879d2e ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x599c1aab radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xbe9f7200 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0e0466e9 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1f65b8f8 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20e72280 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x27afa4c3 rc_close +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x331cf800 rc_open +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x36e0f7e9 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3895b7b8 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x451a3556 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x498bb688 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5f905a23 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x67f4a981 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x814465e6 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x87109d26 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x892ca67f rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xba042889 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe1aa17ea rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe2c25bda ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe56fbc77 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfa1ad92b ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x98d19a39 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x9db5b9d1 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xeafb4c66 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xd097b620 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x8f9edb2b tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x0f550439 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x05320707 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x8300b48a tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xf8fbaaf3 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x3e7d8b48 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x578d966a tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x7a755d7b tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xfcc72171 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x0e13a68d simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x08878b93 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1efe2e31 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x27a5d57c cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x35c93068 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3f529459 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x438f6f0b cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x569f90c0 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5db98404 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5f290e48 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x617a3e7d cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8dbfa2c8 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x98515304 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x99de2ff5 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb77a842e cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb976b963 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd4cc7ce1 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdb295621 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xde07f5f5 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe15cc0f7 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xa0944836 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x5e7f4f10 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x07c61176 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0e16c4d0 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x155f9687 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1863b673 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1964c45d em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x213849e8 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x297a4b43 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x32e6d5b0 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4243c8de em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x536131bd em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6538e9d8 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d578f78 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x76ceb11b em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xab9101fc em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb50031bc em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcd75ef7f em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdf679a19 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe9d398af em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfda0ef88 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfe876bf7 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2ae2b393 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2b6efcd9 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x4a675f49 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xf316ffbd tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x013b4909 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x019f520c v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x01c483a9 v4l2_get_timestamp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x3f22e3d8 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x50166296 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7b1a12e6 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xb1957d02 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08982d59 v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4103badb v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x5491c182 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xb0891da2 v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xdfa5a008 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf0e1988c v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0d81de5a v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0fb86dca v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x136e7cb4 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17eb0eee v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1b5b9fe0 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1b718e3b v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1d6a4612 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x20adc73f v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x24e521c9 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x258ba8d1 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2a4de2de v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x49529edd v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4b4fabcb v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x535285b0 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5eaaa9a6 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6877a7cd v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x689cc152 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6fb34019 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x80a14939 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x93ad1b2b v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb8fd5984 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbd487fcf v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcfa6fc70 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe9ed3439 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf1472533 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x00734bd5 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x08f63d7e videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0c9b3215 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1ddee01f videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x24e5ef3c videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x41c701a4 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x486ea7a2 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5c1271a7 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x66e47129 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6b48fc6b videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x759ad667 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9f8085b4 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa44bf67e videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaff734fb videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd016b544 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xde586219 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe34d2222 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe863d4be videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe8807976 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xed449847 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xefa83615 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf67dd1e2 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfa747a5f videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xffbbd78e videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x3600ab95 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x7881e10b videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x86a61ac4 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x0c1b225a videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x16217f08 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x35d958af 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 0x5689d727 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x7b9c0e9e videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x8f702857 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd55674a5 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xdbe191c3 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe132098a videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x23a05c43 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x3b84aec9 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xd1b05acc videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0187261a vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x069f0bb5 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x12d05982 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x14283438 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x18888f90 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x23eaac03 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x263d2951 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x326b7a83 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x37b146a3 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3c942b07 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x41cdcb18 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x467e9374 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4853ac3e vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x513190f1 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x55f00de2 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x5ae3704d vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x62d61e1e vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x641a6ed0 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x680c45c5 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6ae74fef vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6ddda504 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6f97d5dc vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x77a4098b vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7816a89f vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8959edfe vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x99273613 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x9d0b1890 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xac28a72c vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xadc62eaa vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb348c6be vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb6da6dd1 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd7c7914a vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe14df3d4 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe6b18bf8 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe75cf8e5 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xee7bf9ed vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf44ed8de vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf901fbdd vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x8975e64b vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xb5b4bbaf vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-sg 0x3a2abe9f vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x85ac701a vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xb56bfb38 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xcd6107d4 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xf70d1ccb vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x1957de56 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11d148be v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x15a38662 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x170a587b v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x17787dc3 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x286068a2 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x28a72216 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2fd02516 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x32c9a3e9 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3af8ba07 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3db1c7b2 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x42528dbc v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4819a510 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x48e598c5 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5dbc22fc v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5fc2e8c6 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6c067a08 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6c3075a0 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x72bf2312 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9a979941 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9f120c5c v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc8377d2b v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd34221cb v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdcde5151 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdf243918 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeeb64b16 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf06e76cc v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf4d1e58c v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf9ba6887 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x1963de55 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x50255103 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x6999424a i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x9a45590f i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x9d109bd4 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xcc3fd588 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xccc19bc2 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xdf7a676a i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x2c1f935d pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x981bc916 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x989e1bca pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x025738e8 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x1b4ecab4 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6b1b2789 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x72207f35 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x94388e39 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa0f59d66 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf19ff217 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf6f72464 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x10cac43e lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x315fbbd4 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x58c09ce7 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x3449b3ab lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4fc68b64 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xa41f9d8d lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb1bce866 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xbd0c1d58 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xdd9f259f lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf779ff0d lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x0d25ba94 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x3126236e lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xe21808d3 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x3371cf94 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x90955423 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa85bc384 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xc220ea6b mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xca997b9d mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd02f1f03 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0db5ac09 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0e5b628c pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2f0567c1 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2f3185fb pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6f2019e6 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8e33e927 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8fde9937 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbf424da2 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xeb1b008f pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xed812dc4 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf4ae57f2 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xd1d0e7e8 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xd68c1509 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x0ff1163c pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x15b3e193 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x72a401ae pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd3b41a1f pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xde6bd5ae pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2323b2bc rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x233f6967 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x344a28ca rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x360c6675 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4e15742d rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x51987e8d rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5bf5ee91 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6ddfecd3 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x84df3da5 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8c4cbefb rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9839386c rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9af4cf61 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9f6f457e rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa07daceb rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa22b064b rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xb517954a rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xba56e50f rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc7144628 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xce51fc41 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe77130f4 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf921988a rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x214c3781 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x23a810ba rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x2b759453 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x44c64de2 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x60d9ca12 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x66685efc rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x6d3bec7a rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0x82995a8d rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xa1e55658 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xbceef346 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xd2aa3d04 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xd305a531 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_usb 0xfb2b1303 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0522cc42 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0a072e14 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0cb4f571 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0e0d1cc8 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x10fb8c50 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x15115ce2 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2852a45a si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x35e7be0d si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x429da3fa si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x635a8950 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6ad257e4 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6faaa69b si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7212089f si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x79608534 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x79797d45 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa57e9de5 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa7b4fe2c si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xab45250c si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xafcfc3b2 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb13493b1 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xba093fde devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbb81dc9f si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc6ef2e66 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc7fe0435 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xccf38369 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcfa6a5fa si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd1764e6c si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd2d12c15 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdeea0445 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdf5edaa8 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe71bfd28 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe9550719 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xefb301b4 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfcd7beff si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x749ae36f sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x98883f91 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xaa3b6ba4 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xe165e7b2 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xf2125d39 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x2cb3088e am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x89dad2a9 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xb31c17cb am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xcd96b1cc am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xa6f35f6c tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xb318b426 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xd61b3408 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xd9e92fb5 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x3911a4b1 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x4df284ac tps65218_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xc6bf684a tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xeddb4bc7 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0xe805b1d6 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x31de9c44 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x48ee3654 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x6d5a9928 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xdb559176 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x1a1b5249 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x2feda75b oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3227a28e oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x7dc9dddd oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xb2c66001 oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xc8b5a524 oslec_free +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0xd370f679 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x1b5d28af enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x24c4498b enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4ac5140c enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x84639847 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xa4ea5c33 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb2267be5 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe508fc0d enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x00cf812a lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1accb9d5 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x3d2cbe4c lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x673ce872 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x6a30b574 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x7bf87c5d lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd24ff73b lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xfdef701e lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x2bf5b110 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xc4b0347f st_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x15573a57 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1f5011e8 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1ff9a4c9 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x22347b87 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3142ba8c sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x39f22827 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5ee6495f sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x882b2ce4 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x88c672fa sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9338aa3b sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9d52968e sdhci_send_command +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9db7db96 sdhci_disable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xaafe77b6 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb8018925 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe98138bc sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1081643d sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x33d11188 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x55829c9e sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x646629f4 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x80888c88 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x9c8d705f sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc49122e9 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc50530c1 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe81a88f3 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x4ba9fe76 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x7480db9e cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xb6b7dbe0 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x00eb9e84 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x7eb9d554 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x8d401ad2 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xc5fa0a05 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x4c2543dd cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x631877a9 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x93dd58cc cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x085d14b2 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0eba68c5 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1240a0be mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1acc5246 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x21c7d104 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2537bad9 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3ac037be mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3baaa29b kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3d8ba99c mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4342eddf unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4db44e2c mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4fc80a12 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x520c04a5 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x545a90ef register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x54c50dcd mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5570a542 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5e41bf12 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x607aa2a5 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x631809fb mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x69abd691 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6b180930 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7db06bea get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9a74b432 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9d3f96d2 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9ddcd11c mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa5abce6f mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa6941195 mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaf81b1fb mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb02f2f15 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb3b73619 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb4fc471e put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbb29d0a9 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcd28d818 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xde38384b mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe13f3233 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe3a3a696 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe4f38e71 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeae90b2e mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf736e1e4 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfd132cf3 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfe6b7194 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x0ceb5aff deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x16d231bb register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x18a54c65 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x2eaf83f7 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xff30af4c del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x09599c42 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x1860459b nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0xad41fae7 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x0226299a onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x3fe7a23b onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x1ff082ec spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x00697df6 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x132488d3 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1c9519e3 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x342be284 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3af5047c ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x402e7085 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x731a0723 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x73c88d57 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x745a07f3 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8f4292e0 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb7b080b7 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdf419df3 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf1bf4320 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5c3c07f5 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x72a00c8f register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x72d91cce alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x83c730b9 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xcf8d567f unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xec7f25be c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0b8a2fae devm_can_led_init +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0f49b86c can_led_event +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x13f9278c can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x1c020be5 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x3ad60225 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x402c641c register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x4f563766 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5c6970dd can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5d7a606a alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x637be563 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6432466e open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6c8e5af6 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x805fd3d4 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x858e97b1 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xd52da512 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xde97fa76 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xef00f69a can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x9eaff97f unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xa6312f8a alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xce81b274 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xee5cfbe4 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x1529dff6 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x17d3ce0b unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x5bb31b63 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x6b688c05 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x015911e5 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04ad4394 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0533bf62 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0671ff19 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07dff8b1 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f86b7e0 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x154a58dd mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17401721 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19049a1b mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x195ca326 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a17c5b1 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c7a58bd mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f3bed14 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x225d272d mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24ae2385 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c8fd17e mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d9f2aad mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2efa53f9 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x304d15d2 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33f3c623 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35508108 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37edf788 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a17c5cc mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ba61d55 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c99d820 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41e91552 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41e99031 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x430e3855 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43c58f5e mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47371e7b mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49b60bc9 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49db1390 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b6fdfdd mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5051a276 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x560309b0 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56377e94 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ac5c856 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b1cbfc6 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5cf5e2d8 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65de607d mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68dd7f1d mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68ff3220 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c22a77b mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c88e588 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c9030ca mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ececfd0 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71112455 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a42f34b mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a8602dc mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7aa29acd mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8210fbc0 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x832d05de mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84b35a67 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86613e94 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87dd2e11 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89a60e50 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c47b7fd mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d6f23d8 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8fe569bf mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x913a1238 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x914c55a6 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92a13694 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92d57e6f mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x951d3e02 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96033698 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9913cd0c mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ccdb8df mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d8244cf mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e2c2099 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f9e126f mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9fb4dd86 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9fd35577 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa06d4d53 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3c437cd mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab13ddbf mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab3aa73e mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad1dd0ac mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1abc812 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7dfe82b mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8a96f54 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbb33820 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd9b05a7 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0262458 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1e05ea3 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc81a33a5 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc433d2f mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccec5d9e mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6036b44 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9359037 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdfccff2e mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe19890a0 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3ae4529 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4ffb281 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6048a55 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecdd52d3 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xece07f1e mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee300bd1 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf040947d __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1151006 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1db3069 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3f6e394 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf70cde12 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7df428d mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8d17e3a mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9bf6462 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1708b25e mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1dee53c8 mlx5_core_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32626a2c mlx5_core_mad_ifc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45fbd773 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6426e94b mlx5_destroy_unmap_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6df2d44b mlx5_core_destroy_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e139986 mlx5_core_create_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7791af73 mlx5_core_xrcd_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7bfa246a mlx5_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f7dedf9 mlx5_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa44729d9 mlx5_core_eq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa793ad19 mlx5_core_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad0eeaf1 mlx5_create_map_eq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd8638cb mlx5_core_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c4ef56 mlx5_fill_page_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1d328d5 mlx5_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfce2ddbb mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x33c0f322 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x592908c9 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x744bdaf1 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x76093d2d macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x66493e17 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x2b38d613 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/phy/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x10aef89c usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3cba826f usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x8b2da8c9 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x93cc55e7 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3bdedf81 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4eb55208 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x5e907892 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x6c157c2a cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x70db9512 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa330d618 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xcfd85bf5 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe9daf04f cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x154b0fc5 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x154b31ef rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x5ab493d9 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x5ef4b9f1 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xc0f43ea1 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe9d28be0 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0b629b99 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x106de8fe usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x165acb5c usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1d366b0d usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1f4401a0 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x21ccc911 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x317f884d usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x37247ae6 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x40c48f84 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4638ad57 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x572266f8 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x57e54782 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5a6050e7 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x668abc87 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6b907dc3 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7b12fbfd usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7bbc337b usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8d7db193 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x939a94ac usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9d3b2b92 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xab0fb4fd usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xafe493a0 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb171e5c7 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb9aaaedf usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbf3f62d0 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc2f661da usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc4a58791 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcceb2b7b usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd7addd36 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd8c4c5ad usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xec37552e usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xeda4847b usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x24623b18 vxlan_get_rx_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x5adbc754 vxlan_sock_release +EXPORT_SYMBOL_GPL drivers/net/vxlan 0x5d477e19 vxlan_src_port +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xbbf99926 vxlan_sock_add +EXPORT_SYMBOL_GPL drivers/net/vxlan 0xc2269a56 vxlan_xmit_skb +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2ba4003d i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x635dfbc4 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x6c9811a1 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x6fcb9b34 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x71fa3cbd i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7dec5245 i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9b94576a i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa2d5b3dd i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa512df81 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xa7f1fa0b i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xab912e6c i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc66609d2 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc68ab974 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe99734d7 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xea1db6ef i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf2b2f0ad i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x55f09083 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0x68a20aae cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xa50d470d cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/cw1200/cw1200_core 0xe4806340 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0xd487bae9 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x4fcf2977 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xa171788c _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xb4a5f3b0 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xd8ca20f3 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xfe4fa5ee il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x02e869ed iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x03f3547d iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d556623 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1291ef1b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1704ad97 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1ac36ff0 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x290225af __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x30685932 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x339d301f __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x35033c81 iwl_phy_db_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x37089a3b iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3d548dab iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3eaa71b9 iwl_force_nmi +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x51140f92 __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x54512217 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x612ddae2 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x70c8794c iwl_phy_db_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x731b2ec5 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x776221bf iwl_send_phy_db_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7a66ccd1 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8c5d5ab3 iwl_phy_db_set_section +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x94440515 iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x96f46689 iwl_parse_nvm_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9cf28818 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaa6d08eb iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xad883056 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc02ff24e iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc67c31ed iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc874ee19 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdd8e81f0 __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe6fdcd75 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x093af289 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x0e4cde2e lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x113b77da lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x17b8eead lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1ac165f5 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2873cfb3 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x3204e734 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4d4d853d lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6f91c1dd lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x74e27deb lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x80c039d2 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa227ef9a lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd398bb65 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xdf174744 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xee78017c lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf0873d87 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x23cd1ca0 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x33e21336 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x70d34cb1 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x82bf90cc lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x8ed54045 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x9785e3d6 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x99bc3fe8 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xde74fdd7 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x5f3c54ee if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xe4441e7a if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x08950b87 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2b4657ac mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x54629109 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x6010be14 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x6159ee9a mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x6b35c1ec mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x6df706c3 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x709d4d42 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8766b450 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x96043294 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xbcf15a37 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc94e8841 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe707ab2f mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf5019cfa mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x11f3f39f p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x16c2c365 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x3180d118 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x689be16b p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xa5640420 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xa78a30d7 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xd0ae842e p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xfaad212b p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xfdf7fdd9 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x405104d9 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x6ba9e5e7 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7201b98a rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9907ee2c rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9a1aa2b1 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xdb3ca0e5 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x082378cf rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0f187da9 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x10ecce6f rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x143fbbb9 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x16febb8b rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1b5f0f9d rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x276325fd rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x308a294c rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x34671b78 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3c8fdf10 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3e686a37 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x474bbc21 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x59017f8c rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x59c7e90c rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5bc10fa4 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5fe8868d rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6503979a rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x699ac773 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6c835433 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8a70dd62 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8ca43ff7 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8d5af85c rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9a3ff92b rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa2d13648 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa5c5d315 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb0fd7ecd rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb4067d16 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb677460c rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbb63f378 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xca8c99d7 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe0e7028e rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe28fd124 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xeaa672cb rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xeae96f78 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xebef0f25 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xedb607d0 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf37a77a1 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfbbc237b rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x07373157 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x0fad1430 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x12e18598 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x2505789d rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x73bae5a9 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x7636e303 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x766f69e1 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x92c0bcd1 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0x958355ea rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xc6a1455e rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd0e805ba rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd4184a6f rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xd763ed36 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xdf1a7781 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe28f94c7 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xe9817e8a rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xf0a20940 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800mmio 0xfff2f09b rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x01ebc847 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0715c5b4 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0956037d rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x211fc96c rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x43338b8d rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x45629caf rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x47e6ea20 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x49ea326a rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4bd6e79d rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5a7b5db5 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5ada0f18 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x65a21526 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x67076985 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x69ad512c rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x69b5b9ca rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6e75d3c0 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x709b822b rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x73ba0e92 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x781f4acd rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x786ac254 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x790a7022 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7ab06c15 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7e4aad13 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8e8a507d rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9b6e7505 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9c3375e0 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9e222cad rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa2435a83 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xab1df983 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb01e3315 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb1b2a818 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb62584df rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xba14e1d6 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbb67c134 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc95a2c9e rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcf9b7b4f rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd2248b91 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd8dafe87 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe9e33575 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xea36ea82 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xeb0ec6d9 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xeb7ab8f5 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xec0da794 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xec88b205 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xee592ba1 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf0b35b22 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x0dffcf45 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x3779aca2 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x3ff9f404 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0x5873052b rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00mmio 0xdb31aacd rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x366f2046 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x5eb54d53 rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x696730f3 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xb7f9c8a4 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x03be4422 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x054e7299 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x28915f00 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3a2d86ce rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x56b62a73 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5f5c33ec rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x602ca86b rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x694f358b rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x73b8afea rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7e1c5146 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8cc8176c rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8fae9ce5 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x94e15b35 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa4758ed8 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb6457d4d rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xdc9c77aa rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x0d893c03 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x352815db rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x377ed708 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc931c245 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0034cda1 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x0575edde rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x08ca79ba rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x1f193af3 rtl8723_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x2579f790 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x31232dd5 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x353c6988 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x3acc1817 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x48ab6eee rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x57ca1e1a rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x616f936f rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x63cf455b rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x64996f57 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6822c36f rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x68976294 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x6fee3a6c rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x7c32c252 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x82df1bdd rtl8723_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0x9eabebbb rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa2b398b2 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa498f1ae rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xa61d4c99 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xaf4d6d94 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xb003a496 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbc7f9c04 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xbf47bebd rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xc336e957 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xd1885beb rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtl8723com/rtl8723-common 0xf0f70055 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x064b9101 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x0d0b6636 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x19ed5eb3 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x1f1da1b9 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x241dedc1 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x424750a0 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x487a4f07 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x516a222b rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6b4de810 rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x6b5dc5ec rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0x827041df rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc47185b7 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xc5157c51 rtl_dbgp_flag_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xcb591c32 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xcf5eade9 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xd1f8718d rtl_attribute_group +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe27d0a13 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe80eb13c rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xe9ae00eb rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rtlwifi/rtlwifi 0xf5979fc3 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x50e37306 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x963cf62f wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xfff94535 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x02ca7401 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0b6d7a7e wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x14a33426 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1823cc0c wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x22aa2d48 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3538fc27 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x356fb46e wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x36e80e49 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x386f79f2 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x38892a72 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3b5a2003 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3d5f37df wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x40dab808 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x44268a41 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4b3753fa wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4ee54b14 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5143dc1d wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x593a995d wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6e7f7ac0 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6f1ffd9e wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x86a0ee39 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8d9e3ddb wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x95721ddd wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9680ec92 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x980fff70 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9ae39712 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa994eeaa wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xac636108 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaf0a1188 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaff6ee57 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb0fddd9a wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb805a0fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbb159fb6 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd3dce187 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdcf9eb10 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe415e361 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe4b6764b wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xec7dc182 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf03962a9 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf0e93c9b wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf639af16 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfb10c6cd wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x2e6b48d4 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x301d47c3 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x4752e843 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x01cc7086 rpaphp_slot_head +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x2c7f3c2b rpaphp_get_drc_props +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x647ec660 rpaphp_add_slot +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0xf34aef64 rpaphp_deregister_slot +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x010d5f83 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x3ec016f6 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x9dc47a4d pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x76f57437 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x8d478cca mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xba2b7a3c mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xc8f2ff3d mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xea276561 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x0ef40240 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x24a2a278 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x24ba11f0 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x4167f971 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x475df6ed wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xd4e5df30 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x640551c7 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x023dcd79 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0b2800de cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0d3cf066 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x13a46346 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1e8d71d1 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x20f91dda cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2b3549a9 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x30cdca29 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x32d7ee62 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x36e2b13c cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x391a6045 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x39425e1d cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3d61d271 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x48e9d71b cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4e73b33b cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4fdcb9ca cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x58331495 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5b528115 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5bc80d5a cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x65b3aa1c cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6afa2542 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6f52d81a cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x783b22bd cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x786a02e1 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7d2a413b cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x91ebcab4 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9d6f89d0 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa0033c24 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa083462d cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xad688dd6 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb5e070a6 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb6e864b4 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb7416c77 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc92fdb0e cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd198d13f cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd3f7b8e0 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdf28cddd cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe1c6f8e6 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe53dd946 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5e26ea6 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe766fe43 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xecf4ae61 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeddae327 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfd114813 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x57fd9f03 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x59d3ec68 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x67481fba scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x7102d536 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x9206242d scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xe0ed6a4d scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xff5b3dac scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x03316abb fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x15077aca fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1dcc27ff fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1fdfddfd fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x28bb3588 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2d156ba4 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3a10e254 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x58cd7acc fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6219052e fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x647e971a fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x70bcf919 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x781be854 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9171535f fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9f8d6ea5 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa1c6a9ce fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf29c02d8 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x2326f79d iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x59a44779 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8b7b9dde iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa7c05190 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc4e7646e iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd4bb1b4a iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0b946c04 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x10364925 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x123dc621 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x14c3b0c7 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x15674031 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1a2be263 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1a73b8fc iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x21419fac iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2aa204ac iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x42fd1364 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x442c4be0 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x44d42aa1 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4760f78d __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4d74a60a iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4ee6989e iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x505dee7e iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5292f754 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5538a6d6 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7d35074a iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8249bc47 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x825f4614 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8c50fc6d iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8e4fe357 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8f939662 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9209a312 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x981a65d2 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9867ab25 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9ddefa75 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa264231f iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaca6df36 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb67d774f iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbd3d3895 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbeec19f1 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf8c9136 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc142c82f iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc2472978 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc3506a84 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcabfd2ef iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd51ff729 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd9eee4e8 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xde02e829 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf5308047 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf791a280 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfda11fb1 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x02b2662e iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x06a30abc iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x25ad6870 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x26c3a5d6 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2d757d87 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3301dff7 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x542a0db6 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x64cf4910 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6fc0113b iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6fc1f57e iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7a7fabb2 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x940826ac iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x98cf6e8e iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x99bb1742 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb3e9dc34 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd8ad3f6f iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xefb9c886 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x03480731 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0e9283cd sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0eb1c01f sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1aa38f37 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1c9e1398 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x223575be sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x231480b8 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3897c155 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3b9f569b sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3fff54e7 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x47b14c16 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x47dcf932 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x49f7a2b6 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4bf39c44 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x65ab9f23 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x706ed046 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x71de86c6 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x75868fa6 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x786e41b2 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x805da640 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa4c726a8 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb4ff734f sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb5f98139 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe6eea6c8 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xeb22948d sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x83e89050 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x96348dac srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x9f526cfe srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xb483f6bf srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xe117b9f8 srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xef7b1e9c srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x06130c0e scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x377d7717 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x68655e16 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x69a09cc2 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x6d7bf0a5 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x8913ffbd scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xc66969af scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xd4f14a44 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xee45c252 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0028d8a2 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x01291543 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x03b364c9 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x064b3767 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0c9735d0 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x141fbfd5 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x193089be iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2afae252 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x31d0c7f6 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x36842ffb iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x37029c92 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x37dc650e iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3ba8621c iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3d49c1c9 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3d770e54 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4408a13e iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x469a596a iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4c5d5b2e iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4ccf86ab iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4ed15851 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x502e6748 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6884b47f iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7ec58645 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7fb002f1 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7fe33c3a iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x87bf7811 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88ef0324 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8989538d iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8f45d5ca iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x91462523 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x97c335a6 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9be22dc5 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9e0cc0cc iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaae2131c iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc412cb15 iscsi_is_flashnode_conn_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xccdbab6a iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4fb8ae7 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda335415 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xef9dc32c iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf97b4ef1 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x088b5adc sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x1163c5d1 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x49e5c461 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x8126b0d9 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/ufs/ufshcd 0x1eaabceb ufshcd_resume +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x5597efc8 ufshcd_init +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x76402581 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0x8cd46fc7 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xb968e9b3 ufshcd_suspend +EXPORT_SYMBOL_GPL drivers/scsi/ufs/ufshcd 0xe5859ddf ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x4da9a81d spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x79e85056 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xa71c5e4b spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xe560f611 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xf425a429 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x13fd545f dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x377f0ba4 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x5bc096eb dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x602b0ca8 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x768022aa dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x07a79b4f spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x14082327 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x14eac024 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x25292f7b spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3d75d619 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x40936ed0 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4c58d315 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x799bcc5d spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8076ef98 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x931197b2 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9d3a70bc spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9f5ed444 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa84816aa spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc0c3fed4 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc6b75c68 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe5def0a0 spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe80866dd spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xef4673f5 spmi_register_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x244aec1c ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x02511785 comedi_buf_get +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x05ec0c02 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0d153c7f comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0f80a374 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x168f3151 comedi_buf_memcpy_from +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x16a49c27 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x28c683ba comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2d48631b comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3186b8f1 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x32e0342c comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x370f3118 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3718973d comedi_timeout +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x39d3171b comedi_buf_memcpy_to +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3a0ca8d6 comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4bb62f3b comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4ef9f9a8 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x54bce74e comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x56d3d0d2 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5717d5b8 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x57559c7e comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x5875cc27 comedi_error +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x60af7fe4 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x633c9dea comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x63eff363 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x63f7cf4d comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x655b12e1 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x6f616b61 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8c5085c4 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x90cfdf01 comedi_buf_put +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x92e01e50 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x933faf38 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9d591ae9 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa3af6b81 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xa52920ab comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xc76e6d9c comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xcf9e89cf comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xd7bd63d3 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xe3db5827 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xefc25f61 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf3e07cf2 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfba1777b comedi_event +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfc3023ef comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xfefa09f6 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0x3c65fa45 subdev_8255_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xa037f2df subdev_8255_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/8255 0xa60b4d1b subdev_8255_init_irq +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/addi_watchdog 0xd649fa87 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x45bd0c76 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0x668ed5c5 amplc_dio200_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/amplc_dio200_common 0xecab7a52 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x0bbf05cb cfc_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x1cad9b80 cfc_write_array_to_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0x289add5d cfc_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xc0470d10 cfc_read_array_from_buffer +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/comedi_fc 0xc9c87c42 cfc_handle_events +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x6cc02f07 das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x02fbfd28 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x10840247 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x12e59a57 mite_done +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1b7abc06 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x1d5c7a10 mite_sync_input_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x292b3aa0 mite_buf_change +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2d784fd9 mite_unsetup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x2f90dc2f mite_setup2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x36c8d0a9 mite_alloc +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x3910e994 mite_get_status +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x47a06d8c mite_release_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x735f9b22 mite_free_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x83f89294 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x86ee2cc7 mite_bytes_read_from_memory_lb +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8eb87945 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x8efb3bca mite_dma_tcr +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0x9f6f6de9 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa29b86fe mite_setup +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xa925b27b mite_sync_output_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xe61fe89b mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xec05030c mite_prep_dma +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/mite 0xf99b9f95 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x4fab3561 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x099144be ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x37199273 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x5bc4710a ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x669be9f0 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x7621c119 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x8d6a3834 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xbd0a2527 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xfe1b2e90 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x0921b187 ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x45dce0b6 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x525b1fdf ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x6b593019 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xa474a696 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xc61c1e2d ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x049eef12 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0x74fa718b comedi_open +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xab485e94 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xb3367f8e comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xd0ff9175 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xd14d9334 comedi_close +EXPORT_SYMBOL_GPL drivers/staging/comedi/kcomedilib/kcomedilib 0xebbcb4f5 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x06eaa96f adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0ef1d765 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x211ad809 spk_serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x34e70146 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x460fc1fa synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x88c65db5 spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xae3ab2fb spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb16d1833 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb35aaab9 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xba273bec spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc4c7be17 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd1b551a2 spk_get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd9fdf15b synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xefbfd31d spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x06c1201a uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x7e0a0049 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xecb60a9d __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x71fac8b6 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xe3388b0e usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x18611d3a ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x965a462f ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x170e9bea imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x74750d38 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0x2206b003 dwc2_handle_common_intr +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xa71413a2 dwc2_hcd_remove +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xac40c957 dwc2_hcd_init +EXPORT_SYMBOL_GPL drivers/usb/dwc2/dwc2 0xb05a818c dwc2_set_all_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x10e30399 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x12beb69f usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1e938d4c usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x25b582b4 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3161e21e usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x34080f78 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x49c2e2f3 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x59ae54eb usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x60db6a70 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x623fafe6 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6788b513 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7b87453b usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7cb4f8cd usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7def6b8c config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x832317d5 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x864e36a2 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x865e359b usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x86f7b510 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa073382d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xab499f31 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xae78aca3 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb5a567a3 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcec3a4f3 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe3df6e03 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe57d79ba usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe804fef8 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xecc781b7 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf271ded5 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf9de3bf6 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x039981f7 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x07a318b6 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x17cef431 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x36417549 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x64158da4 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x6ceb0db1 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x7955d111 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8026b169 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8657154b gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0x8ed69cab gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xa8ee8c11 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xc3138fad gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xcaa2803d gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xd07e62f9 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_ether 0xf32e3c81 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x26004f67 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x7fcb2a48 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0x89263781 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/u_serial 0xf9e5ceeb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x1dd19506 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x40ec176b usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x419ad6b2 udc_attach_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x5dbaa3d2 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x61606093 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xa862b7d9 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xb5513c11 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xbffd6c9a usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xdb890079 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x5da5d6ec ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0x6cb562d6 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_fs 0xec0d89b6 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x09ed9bc4 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x0a5230df fsg_common_set_nluns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x126f082f fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1b1cc3af store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2240a88e fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x2d10b6a7 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x36167773 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x3d7134b6 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x3f5c7400 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x401d3bfa fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x434c1dee fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x51707c29 fsg_common_run_thread +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x6b3ea44b fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7cb913fe fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x99023bfc fsg_common_put +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0x9dc025a5 fsg_common_free_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa46e6443 fsg_common_get +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xaeb7aeb9 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb0e043f0 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xbd6d7907 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xc33b05d7 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xcff9c581 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd3ae3b65 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xd468f882 fsg_common_set_ops +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xe4d1591e fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x22922829 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3999d0ed rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3a6d4f22 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x3ca38e3a rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x4ca90996 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x5d22b406 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x785d494b rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x840dd143 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x950e6d2e rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x988ad2a2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0x9acf72e4 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xa90054ee rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xb971ebca rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xd2fe47b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/usb_f_rndis 0xf370d101 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xc3546b97 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xe3bd6504 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x0659532b usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x09c25043 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6300a173 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6a33e08b usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6e0f04d9 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x971aa414 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x9e3a0c20 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa9942550 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xfa6121d6 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x60fea254 musb_dma_completion +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x73a91588 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x83c0ce9b usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x95a8f2fe usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xa0a4a9fb usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xbcf1163e usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xfcdc56df usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x3a9c1651 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x07dc10f5 samsung_usbphy_parse_dt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x39464ca0 samsung_usbphy_cfg_sel +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x3cd84715 samsung_usbphy_set_type +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x57f42f8b samsung_usbphy_set_isolation_4210 +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0x694fcdfe samsung_usbphy_rate_to_clksel_64xx +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xc3cc354c samsung_usbphy_get_refclk_freq +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-samsung-usb 0xf54f3e02 samsung_usbphy_rate_to_clksel_4x12 +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xec827fe4 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x04374a1d usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0742c4d0 usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x17b7c553 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x248a78ee usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2fce5d0d usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3610f1af usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x41fa99ad usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x52a3640d usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5c78fbb0 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x66be23fe usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7a6048ca usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7fcc3822 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa058295e usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa59ab06a usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb211748b usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc10a6451 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe538c436 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xea673851 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf94d220f usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf9b87cdd usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfbb9a560 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x00acd8f1 usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x01e103ec usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0a9bb998 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1cd71030 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1df76a8c usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x36b4b517 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3ac30df7 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3dbb8a9f usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x772fbbdc usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9460dc5c usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x94e96676 fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9cedaaeb usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xa74d29b5 usb_stor_adjust_quirks +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb2a95e45 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb2b72df0 usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbdebe279 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc7a8d48d usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd842c4df usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd96fd712 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe8007561 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xee394713 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf9243d2b usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xff3c5f37 usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x20ee4bc9 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x2dff71eb usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3086236a usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x34e17174 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x51226c9e usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x63e5f367 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x72dd202c usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xaa185993 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbb80b53f usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc11a256d usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xcff3a06d usbip_pack_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 0xece0ea3a usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0bd816f0 wa_process_errored_transfers_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x0cdd4a84 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x122f15ac wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x1976d389 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x2680aa73 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x3527f92e __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xd31df7b1 rpipe_clear_feature_stalled +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xe91ef4a7 wa_dti_start +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xfc57d589 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x279e5bf6 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x2eb5b0cb wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3182dc5d wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x347462d0 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x34d725a1 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x39774e3f wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3d528e21 wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7c011545 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7d14f033 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x96040932 wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xab0daba7 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xdd0f287d wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xeb27feda wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf9673054 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x415c84d4 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xacf4928a i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xf663208d i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x337d0aa3 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x576d6b12 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x6f2b4321 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x9a597241 umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xaf27ed90 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xb69976e2 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xbc0544b6 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd2858ade umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0fc02440 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x117cc933 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x17c89774 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x21cf1f35 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x242053d7 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x27078876 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2b1fa556 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2c3bf97b uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x363846f5 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x36eea087 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x38c5283e uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3fcbbdea uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x46240d97 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4bcd29f5 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x52aa9ea7 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x56b054bb uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5f51fe8f uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6177f12c uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x624f8d62 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6517edae uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6599993c uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x65e4448b uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6deabd46 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x72a44d33 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x75192127 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x804b29f3 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x816b9e92 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8d7e1606 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa60c0073 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xab1d48d9 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac97316b uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb7e8ee29 uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc6801539 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xca172ce4 uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xcf1b219a uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe3200e34 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe7b1d670 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe90d431e uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf7514a40 uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfe822df4 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/whci 0xc316fbff whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0ee719e9 vfio_device_get_from_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x18bf4e92 vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3567743b vfio_external_user_iommu_id +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6c23d6f4 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95258207 vfio_device_data +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x969c73d9 vfio_device_put +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xaed49ebd vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb2abb516 vfio_group_get_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1d989c5 vfio_external_check_extension +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4913442 vfio_group_put_external_user +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xdd4d81aa vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0e964d87 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1145f6b1 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x158a117c vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1887c79b vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1a42a322 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1a72c582 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1dff14ed vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x269f7a09 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3b8c98a4 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3cfdd50b vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3ecad569 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6ca505a1 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6d9c94bc vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7c6c28ea vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8714a54c vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9182080a vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9a456a9d vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9e9097bb vhost_init_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa3f707d2 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0f81e37 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb252f7b5 vhost_poll_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb39dc644 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb42a0b79 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb65c7cc0 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbbd1c900 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbc83c9ac vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbe4a9a41 vhost_work_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xca7a3da5 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcf78a57b vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd9a0ecac vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xed6e3cec vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x0ed378da ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x363233cf ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4a53e16e ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6f5468c8 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x80ff0d23 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x86a26222 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc6578945 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x1d5466fa auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x22c7e29e auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x3323db67 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x351c4212 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x48c32165 auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x4a4a1de4 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x8cac95e8 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0x94373193 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xd0e35102 auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/fbdev/auo_k190x 0xfc7963a5 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xcb6f9b4a fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xb734b583 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xbeec1d6d fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xc31d4248 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xf99d43c3 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0c254641 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x16aeabac w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x48ebdcd7 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9a6aa1bf w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9d2c1db6 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xade9c53e w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe86f5b17 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe87c6269 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xfdbb47cf w1_read_block +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x1503bf16 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x1cca1326 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xd75423f7 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x00317e43 locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x15baf315 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2217e743 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2d3b669a lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4d0f41b7 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x61a6de8e nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x698e9c97 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x8634714d nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe64c1969 nlmclnt_done +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04630867 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x052f3f76 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08cc5089 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e3e6234 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12253f53 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x125d30c5 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1811827d nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a645755 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1aad3d23 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b473f35 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e9a5a91 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ea37f55 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20b2c924 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27d4898c nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a023302 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ddcf597 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30661ac0 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32d9b631 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x331eb25d nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3697f876 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a206f79 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ef17837 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f581ce2 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4052973d nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x476e5d98 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49781efb nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b0da013 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4bfa7403 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c2bdef7 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f2ea962 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f30c4f4 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52ffabd2 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54e6a1c3 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58d9a0ae nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b56947b nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c4e8b56 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d8afa54 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x611cef6b nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6132e0d8 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x640cfbb5 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x653395d7 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65a7b2ab nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6bb8d5e7 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6cd958dd nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d19ae71 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d2ecd2c nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d4949d9 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7136e96c nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73612d76 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x737220ce nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x746b90bf nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77482583 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7882af28 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ca0e4ad nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ea1557c nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7eec2a11 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80e7939e nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x814f2419 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81df1a45 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88e4368a nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ad5f7a8 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d028a6e nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d2f71b2 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e63d6e2 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90ebe5fc nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9354325c nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99007dee nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b7f9b9a nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9cb1a8f8 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ee0b020 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f64760b nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f7cc4ab nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa0316143 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1b4f20b nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2279728 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2eacbe4 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7ca9188 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa87ded42 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab6c7bf8 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab716a12 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf14ac44 nfs_pgio_data_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0e06899 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0ea2d63 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb606e716 nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb821a9d9 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb2f9c5e register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc07b6c6 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcb556ff nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe21a4c3 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe75f398 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf02d9f9 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc31cc61f nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc31d57b2 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc348264b nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ff1e9f nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5a6c290 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc79655c9 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc948695d nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc994e17e nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcdc2cd4d nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce79683e nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf407856 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1a93e17 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2513081 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd27d190a nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd340aeec nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd73bd656 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd75711ee get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd857d30d unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd8f3121f nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc136396 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf1de312 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf456dc9 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3cfd967 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe793384c nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec0aef54 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec16df85 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed65275c put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2d37de7 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4951be0 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8edb498 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9e66e89 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa07bf16 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb7ee006 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfdf8e3ac nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02aa59fa nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06c36816 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x110d5206 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x12ec34f7 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x170f3ed6 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x25e511b8 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2789081b pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x33cf8162 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3dfe6fe3 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3e7e9fa4 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4716f080 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x471de0a9 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4ee107e8 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5acf551c pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5bee0aae nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5d6b411b nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6bd01da0 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x71027037 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x72980395 pnfs_put_lseg_async +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a63f30b nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x84f6e3ba pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8d4f0ec4 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x97350f51 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x99bca1f3 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f1a4d6e pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa12bfe7e pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac53b958 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaff80adb pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb28ca536 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbb5b5f2d _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc04b9505 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc1a52b2c pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc5a575eb nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcfa2ae64 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd518dca6 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xda074c72 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc8ab9b8 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xde8184ac pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdfd5f9e2 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe3f9af61 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe9581cdd nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed6ba95d nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf2078300 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf2f7a134 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf91f076d pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x48265716 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb0b47999 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x06582ba4 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x33e1cdb1 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a28a9e o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4573b033 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 0x5d0dec45 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x7bc9b0d6 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xec2220e1 o2nm_node_put +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 0xf7e7d53e o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x0e44aed7 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x1b16d5a1 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x49df2e1b dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x73f7b796 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xaa749362 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 0xe9993e92 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x269d63fd ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x316904e1 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3bcef5f3 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x40718c92 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4226705d ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424241c9 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x60f4bcef ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x83efed04 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x8ad2a193 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9ccafa05 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa06fbc10 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbf9068ab ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe4addd89 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL kernel/torture 0x1b2fca48 torture_must_stop_irq +EXPORT_SYMBOL_GPL kernel/torture 0x1be7d8be torture_onoff_failures +EXPORT_SYMBOL_GPL kernel/torture 0x317c194b torture_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x4c7529bd torture_shutdown_absorb +EXPORT_SYMBOL_GPL kernel/torture 0x52665f8b torture_random +EXPORT_SYMBOL_GPL kernel/torture 0x5346b23b torture_shuffle_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0x6364b2f0 stutter_wait +EXPORT_SYMBOL_GPL kernel/torture 0x679d9e50 torture_must_stop +EXPORT_SYMBOL_GPL kernel/torture 0x6bdeda8f torture_onoff_init +EXPORT_SYMBOL_GPL kernel/torture 0x7929e4ba torture_shuffle_task_register +EXPORT_SYMBOL_GPL kernel/torture 0x8b0e1d2f torture_shuffle_init +EXPORT_SYMBOL_GPL kernel/torture 0xc1361afc torture_onoff_cleanup +EXPORT_SYMBOL_GPL kernel/torture 0xc6527045 torture_init_begin +EXPORT_SYMBOL_GPL kernel/torture 0xdbc5277a torture_shutdown_init +EXPORT_SYMBOL_GPL kernel/torture 0xe6989fd3 torture_init_end +EXPORT_SYMBOL_GPL kernel/torture 0xe9ff1468 torture_stutter_init +EXPORT_SYMBOL_GPL kernel/torture 0xec2466b7 _torture_stop_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xed6e7b2a _torture_create_kthread +EXPORT_SYMBOL_GPL kernel/torture 0xedd4f7e5 torture_onoff_stats +EXPORT_SYMBOL_GPL kernel/torture 0xf6d34fb5 torture_kthread_stopping +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xaa5443d7 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xd23997fa notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xfdfcb8cb raid6_call +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x1196046a garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x1c9d9494 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x346ea119 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x976be956 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xbbf0ab31 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xc44df756 garp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x190dd30c mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x1d020abd mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x48b97ed2 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x7c0f1e67 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x9612fd2e mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xa1e38cc2 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x3b569d82 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0x982924f5 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x5d8dfcf6 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xa8f92a0f 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 0x2d54ea83 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 0xf050831b bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc76f71fa br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xfc03e209 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x08c9ca04 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x10473d3d dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x246699ff dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2c43e6d4 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x36d2bc89 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d56d5a9 compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4a77ba95 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4f73068a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4faba4e5 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59b33c54 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5fa480b5 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5ff78a63 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x622996e3 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x739de146 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x76b41a92 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x76c7d1dc inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7a9bcd27 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x820f17f2 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x84f525f2 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x869f4f2f dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8c58c74a dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x926089ce dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9582a49d dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa30f0e84 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb3b5b403 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb584e003 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb64401bd dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb7eb9f0c dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbb75714e dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbd9d491d dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc0b7b890 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc7458fc6 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc96e3bcf dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd8db5532 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe29f17f7 compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xffd11cf7 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x169b8731 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4ec26f66 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x771b288d dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9b7ea384 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc556ef7b dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf621caac dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x484e5db8 register_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xac445bd0 unregister_switch_driver +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0x9987e2b2 lowpan_header_compress +EXPORT_SYMBOL_GPL net/ieee802154/6lowpan_iphc 0xbe57b4b4 lowpan_process_data +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x12e71457 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x18fc280b ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x41370e91 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d7aef69 ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xee0e269c ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ipv4/gre 0x1c6c52ef gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x499fb0a6 gre_build_header +EXPORT_SYMBOL_GPL net/ipv4/gre 0xd2a1e155 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xf978d343 gre_cisco_unregister +EXPORT_SYMBOL_GPL net/ipv4/gre 0xfe5119cb gre_cisco_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x30df3d34 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x40e22cde inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x6e560d62 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xafee8d6e inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb72cc31b inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd4f447bb inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x115dbb5d ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x21cd5f28 ip_tunnel_ioctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3831fb21 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3d1f7f4a ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4209d5d9 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4ea5b078 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x50f4d21b ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5b25f151 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x795d2fab ip_tunnel_delete_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x85d8ee3b ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8a2290ec ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8ce937dc ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe44df584 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xcb35157b arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x86f46ac7 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0xeb6df774 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tables_ipv4 0x0ad78928 nft_af_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_reject_ipv4 0x504de503 nft_reject_ipv4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5a69b663 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x6666a182 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x82637f2a tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa8632b7c tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa98d8ce3 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x0f8781c3 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x54d925b7 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xa8bf9ed4 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xe9b886f1 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xfa1d0bc9 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x6926275e ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0xb29eebe5 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tables_ipv6 0x3c86a9a2 nft_af_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_reject_ipv6 0xf469c5a2 nft_reject_ipv6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x19467b6f l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x251cc341 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x27be47de l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4db07fac __l2tp_session_unhash +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x62745e5e l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6f288ff5 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x80814e74 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x84a816cf l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8f9cb4ed l2tp_session_queue_purge +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x98597acc l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9c0efba8 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc869936d l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe32eb7ed l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xed788e2f l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xef1a8051 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfbb6c772 l2tp_tunnel_closeall +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x48f579d6 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x10f97502 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x14ec9961 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3663a36d ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4bf42798 ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d38f601 ieee80211_set_key_tx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x60397183 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8a5e747a ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9dfaa4cc wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa72a0326 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa8dde5a7 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xab1c0491 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbb93864f ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc289a68b ieee80211_napi_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcbe621dc ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd811c739 ieee80211_iterate_active_interfaces_rtnl +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xebd6f1b2 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xed9418a5 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x110193ae ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x14f895e5 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x16f45b33 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1a6b7c19 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x238841e6 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2397a589 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x30237fc2 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x54b53f01 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x54edbe31 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6532bbd8 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 0x8008570e ip_set_del +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 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd1f408cd ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdc566c0f ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe9f9916a ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xef545843 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf4c5bec8 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x33d019c1 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x71f600d7 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xbe31c797 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xff1789a4 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01f84db5 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0486bfb9 nf_ct_l4proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0769e16a __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c4f7f15 nf_ct_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x12fe28b0 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2320ee43 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x235cec77 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x292dc8c6 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2ba9e33f __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2f4a99fc nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x31aa97bf nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x339e36af nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c5fe0c0 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d90e49c nf_ct_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e4f89f6 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e66d50f nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ee1e2d8 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48321ac7 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49cf035e nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4b951c2a nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c48cfbc nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e23c470 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5671dd15 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5795870e nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61b5eb93 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61d97d7f nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x63b3db61 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6447bf97 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x652a3636 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6533e021 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65a247cc nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6944bfef nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6f4f2e96 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6fa39df8 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7669ef5d nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ed78f16 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x81220515 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8202ab63 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85eea196 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x86f94be7 seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x880ac619 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a66c4fc nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d916d6a nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8da3af29 nf_ct_l3proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x96b5bf00 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9783d168 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9cac9869 nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9dc36bae nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa1d4a3ba nf_conntrack_tmpl_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa4ea3836 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa63b3097 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac4eddf0 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac687b4d nf_ct_l3proto_pernet_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xae293ddb nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb07d38af nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb15bd67a nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb1e711cc nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb359612d nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb81d2052 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb9b6ad8d nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xba3ca49b nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xba571fbf nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbfb428ef nf_conntrack_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 0xc4777f6e nf_connlabel_match +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc66ab0f5 nf_connlabel_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc81f37b8 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcdec0142 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcea49773 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6be13db nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xde9349ec nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe8d97e12 nf_ct_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea318887 nf_ct_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeee6083a nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0e726cc nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf30a82d3 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf67af986 nf_ct_l4proto_pernet_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff40b965 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xffe4ab5b __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x24567ea5 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xfd94bbe5 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x61c5c6eb nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x5ba8b701 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x74fb1459 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x78aaceaa set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x78ced9f0 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x98c3e443 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa4e5a049 set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb1fd5e2e get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xbf3dfd4e nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfa188a5d nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfcf5719c nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xa8086dcb nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x00f1bbb3 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x29461e38 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x52008988 nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x632c3cb4 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x57b1bc72 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xfb5f169d nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x041d4dd3 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x3deba88e ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x423065ab ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4c0177e2 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x50911a18 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8124ed28 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xcf96b769 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x41f9669a nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xead88537 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x03f4cdb9 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1a01a372 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x243e4678 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x335397de nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x574a838e nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6ea82ce1 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb4889a33 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc94ab47f __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe3e900ca nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11a006b5 synproxy_check_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8841d39b synproxy_build_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90298227 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb42e336a synproxy_options_size +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb8e127fe synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xbf484ece synproxy_tstamp_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xef7db50c synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fda3c99 nft_validate_output_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x143f7617 nft_unregister_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1eb95f8c nft_validate_data_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3870d963 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3d49dab7 nft_validate_input_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4668e1d0 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x46c2fcbb nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x565ad830 nft_data_uninit +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x79977af7 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x901c3319 nft_register_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x92d4d6ea nft_register_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd2362089 nft_unregister_afinfo +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd388a7af nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf620daaa nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf8dc8816 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4a05a72a nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x52d9de00 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x673cc8c3 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x72b3904e nfnetlink_alloc_skb +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x78e9c13f nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa965f45a nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xcfe7cff4 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x4ef5450d nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xd3a1e8eb nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x8a6ca4c3 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x167cd1ba nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x19139f1c nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x624a29b5 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x74c9490c nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0x8de08b3b nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb25603ee nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nft_meta 0xb80e8358 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x79bf1f50 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa2db3c7f nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xdd78a17d nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0933abfa xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0bc6d177 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x161d1417 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x245c2a19 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x34b92d3c xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x468a5388 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5a16b938 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f82f1f7 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x62c4f44f xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x691a6d69 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bfa3669 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x91e23f58 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x93d00301 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9b961538 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c64556 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb7e92ddf xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb8b363fc xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbaf8015c xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbbcd0904 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc39a48ea xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc8a660ac xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc99473b5 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0b4971b xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec24fd82 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x00204983 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x482b6a12 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x2d72d2e1 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0x510393fc nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci 0xd3bdb9ff nci_spi_read +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x110ff5a4 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x22402984 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x41587bf7 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x61f53b8e rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x62c6eff3 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x79698650 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x7afca04d rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x7bc62829 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x9138e6d8 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x91aa2baa rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xa16a2252 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xa479bb1f rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xae08c158 rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0xb2da8da8 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xbb2ff110 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xbb31dd1f rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xc16a56db rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc68b3876 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xd47141bc rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xd969444a rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xe6286a43 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xe7e720d6 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xea8e6269 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xf0d6dbff rds_send_get_message +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x2b698076 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x9e5ded44 rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x0d7fe713 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x1d0e2d50 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x96baf91b gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045834e9 rpcauth_get_pseudoflavor +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 0x07a5b1e5 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09c3ec64 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a1f50b2 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b7f1701 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d05c40f rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e1951d5 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x100e5ebb rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1049023f rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x111c9d32 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1286b700 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1458a7f2 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14931059 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x185d1250 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18eee96a svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c9e6b71 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d8551d0 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1dd92dd8 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e8348ef __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f8be463 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x206374ff rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21ad33cc svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2364cce0 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23b000d8 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23f1ef17 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2949b6c2 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29957568 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2aced7bb svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2adc6e8d xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2dae9865 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e825a2f rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f7a3879 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ffc99cc svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3008db93 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30ae3c01 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30ff074f auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31e8cb26 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32cb1c01 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32f37f7a rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3334585d svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33764101 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37880507 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37ab92b9 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a40aa70 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b0996ec rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cc1caaa rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3dcef527 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40096967 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4028a29d svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40d3f5ca svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41250fd7 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42049f36 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x424edceb svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42672e63 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44934928 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x456418e2 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45d12c8f xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46081463 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46747619 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46fca9b9 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4710ae7b rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47b01bdd rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49b12743 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f06d995 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x536f45da rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54646d02 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x548dbac4 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57a3bf57 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58648dce rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59a1a34e auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59b4a9c3 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ff1ee12 rpc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60b2e224 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61984620 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x623c8907 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63572e78 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63d8e1d1 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65de6e07 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x674e837c xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68047cba rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68b3b100 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a05d428 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a6d596a rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cbf031b rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e415459 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6eaa8570 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f7ad915 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7199c80a write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x725f0f81 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75ecce64 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75fba441 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x762bcf9f rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76b40d7e cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7708ced9 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x780449b9 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7816646a cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7add0a92 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ce587e5 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x803858b8 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8055d2e4 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80951b28 rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x809f8703 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x814595ad xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8262d641 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82852e9b svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x847649e6 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x848d8b4b rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8807292a read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x888941a4 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a40d569 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b9ca7f8 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c44abf3 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8daa6ccb svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8eb97028 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x918f33d8 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92b7430e svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92d6aaa7 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x936d1d88 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93a6a098 rpcauth_cred_key_to_expire +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9621045e xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97fa4bae rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98a1393a xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b332901 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ba1a200 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bda3e31 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c034a9f rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c161e87 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c98075b svc_alien_sock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d87aa5d rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e958242 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa13b5140 xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa20d3a75 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3968401 rpc_get_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa474be4e svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6a4a39f xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa720e334 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae795879 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0778d92 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0ceacd8 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1abcc47 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb281d715 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3afec3e svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4bbcba7 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5d9ddad rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6142a31 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6d9839e xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb965f2dd sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe1c1c34 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc56951f4 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc89a4434 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8be7955 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8ee9e44 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9201d8c gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9d7e52a sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca42c1fa rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb1046a2 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd36b1566 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3ed68e4 rpcauth_key_timeout_notify +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd60fc3ce svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd86edcd0 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde8719a2 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe33c0505 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3f8c867 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4b29a2c xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7cd116c unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe958c022 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb274ecc rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb7ef6cf rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec9c8748 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee7792ba xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf042bdb3 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf063842f rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0ac95a6 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf10ff2ce rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf120efb7 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf289f88d xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf518a409 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf586ec52 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf588ddb8 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7348e4a xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7aeb0ab rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9adab84 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9f8da1d rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbea1715 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbf8d61d rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc3913a1 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfccca9e5 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfda7d240 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe2cfc2a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe5ecdba xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c79d5ef vm_sockets_get_local_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e1f5ec7 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x132358d9 __vsock_core_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x135f0a80 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15c0c57c vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x19823c21 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2663cb64 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3105d414 __vsock_create +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3facb001 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4bfd7cfa vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59d943c8 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x751ff010 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7619b092 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7b5471b2 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f730c80 vsock_core_exit +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8b36dbb6 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x970b77bc vsock_pending_work +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd0f699d vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbe3037e5 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd95ac116 vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd9e14bdf vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf18d72eb vsock_insert_connected +EXPORT_SYMBOL_GPL net/wimax/wimax 0x244d7c2d wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x345a4b4d wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x518b2107 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x5bbe10d8 wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x602a8990 wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x79b654a8 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x7a5a320e wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x947984f9 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa74de894 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xb0b64219 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0xb19336e4 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe0232cf5 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe7802bae wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x09066837 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1346a947 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2d85ea2c cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x536f2c55 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5b21cb4a cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x65c49d39 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x67c041b2 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7baba51a cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc363d1f0 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd3c772fd cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xde175b3b cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe007f7e0 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe90ba2f2 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00778770 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x056bb269 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0b9e5852 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x74e1a843 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7c30b8c7 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x92dbc6c1 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc8b0f41 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xce7a55c1 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xe122af95 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x4e3015c5 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x60dc2909 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7b593e7f ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xa4293a50 ipcomp_destroy +EXPORT_SYMBOL_GPL sound/core/snd 0x46cbc525 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x4ca793d6 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x796397f0 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x00a548bb snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x51e670f8 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x70cf8e4c snd_compress_deregister +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 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 0xc38da4bb snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc56c8076 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0fc559d4 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x11604996 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x1f7cb7dd snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2c19d2b1 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2cb4655c snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3ee916c8 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6595f122 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x79d86cbd snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xaab58463 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xcb9975da snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xdbf7fa2e snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x219a478e snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x46dd7433 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb73784db snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc8a8b5ee snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xe50ef2af snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xee6037b2 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xa198c53b atmel_pcm_new +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xd01decef atmel_pcm_mmap +EXPORT_SYMBOL_GPL sound/soc/atmel/snd-soc-atmel-pcm 0xf50a7202 atmel_pcm_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0245c4f2 cs42xx8_of_match +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xa8b142a6 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xbc4c5d4e cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xea3d3305 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x0ab09523 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x7dbbdb7e pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xcb070ae6 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xe09feef1 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xc9923e70 _process_sigma_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x76490130 tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x8ad7077b tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x8d78f40a wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x8aeb9d77 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-utils 0x0fef5ea2 fsl_asoc_xlate_tdm_slot_mask +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/snd-soc-core 0x009f64d3 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x012bbd9a snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04a88652 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0583466a snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x069e332f snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x092e0fa9 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0ad2377f snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d4b1786 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0eced765 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15b8fa43 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x161ebdce snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1622b5ba snd_soc_add_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x172275a2 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1915984c snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a17d317 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a9c4bb6 snd_soc_component_init_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c1926a6 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1dc1690f snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f3c28b0 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23c44456 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 0x25e265cd snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x283a3928 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28427efd snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x298274f7 snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a51b40b snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2bee9ef4 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f14bafa snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2febe592 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x33b63457 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37691e88 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x389425d5 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39f23f96 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a63ed25 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a6e730e snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d2b286a snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d34eb12 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41b07084 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4413f79f snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44daaf08 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4649519b snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46717f56 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49b38469 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d91cc21 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4eec1152 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fc5e8fa snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5002d1ca snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51782487 snd_soc_of_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56f1ef45 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c9e33ed snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e679d48 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ec53dc8 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6274634e snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68079a26 snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x689989f7 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6eed7871 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7138169d snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7181149c snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x73df2ebf snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7466e363 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x74f28bd9 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x754322bd snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75608574 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7701dab6 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7903191a snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b391d07 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b7e449e snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f5b7e8b snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f9fd0ef snd_soc_remove_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x828d1d5e snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x832076ae snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83b8e635 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83c571bc snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86088d2b devm_snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86f7b575 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86f8401d devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88427274 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88f67508 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c36b204 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d3a1961 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8df2e556 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8efee10a snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x903b8e3d snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x906c0a93 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x917675cb snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92c58079 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x987500a9 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ddc2fe6 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e45a69b devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa24fb2f0 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3fb9c79 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4680aa8 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4cc9880 snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9422cba snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaab9b133 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab526d9c snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac702d61 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xacb84a01 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaffaf565 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb67485f9 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6852388 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9c7fb6f snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbcb18131 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf3f38f3 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc17ed26c snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc58f9d30 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc5cce5b3 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc95c0405 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca76dc6c snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbadfffc snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbfbe001 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc79c8ac snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc7a9f8b snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcdc74a99 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf52ed5b snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf667a33 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0beb8f4 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0fb7b29 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd2acc4e4 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd33dc6cb snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3c0e49a snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4f29e1b snd_soc_dapm_kcontrol_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5dceac6 snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd621c785 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd83b6d1e snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd948560f dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdda86cd7 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xddb23a20 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde256ac8 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0536d3d snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2f7e766 snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4cd17ad snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe52bf54b dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6b6e130 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe73ea422 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe92282f6 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea37ee73 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec797ee4 snd_soc_lookup_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xedb1c251 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xef51cef8 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf06bf36c snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1a6f2d2 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2aa7a2f snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf33d2460 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4cc6a7c dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9052c7f snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL vmlinux 0x00153934 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x0027ece0 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x0028931a ip_local_out_sk +EXPORT_SYMBOL_GPL vmlinux 0x004f2bc1 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x005fedf4 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x0060ec68 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x006b220b pcibios_find_pci_bus +EXPORT_SYMBOL_GPL vmlinux 0x006bc072 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0070ef14 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x007c7481 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x009304b6 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x00ae2a8f led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x00aec245 __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00e785e1 blkg_stat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x01031a56 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x011b89fb __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x01210061 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x015b7188 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x0183fe1c blkcipher_aead_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x01c9629a i2c_generic_gpio_recovery +EXPORT_SYMBOL_GPL vmlinux 0x01dbed63 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x01ddd051 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01f72a43 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x01f78d27 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x020f8189 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x0214c959 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x021c2922 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x021ebfda btree_update +EXPORT_SYMBOL_GPL vmlinux 0x022b3a5a crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x0247b6aa regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x026211e2 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x02b466b0 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x0307ff11 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x030e9571 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x031f895e ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x0334ec6f jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0344ae46 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x03455b2a tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0348288f regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x034ef377 tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x036503c5 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x036d6211 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x038d9493 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x0396a545 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x03a764f7 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x03b86527 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x03bf1d5e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03e71e15 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x03e8e12e rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x03ee6758 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x03f6aa08 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x04337299 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0462dc12 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04790b9d map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0496d35e devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x04a41760 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x04c215c3 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04d84fd9 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04f1ec17 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x04f2ab41 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x0501dd76 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x053494cb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x0537ea43 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x053acdeb usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0550db1f power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x0556e702 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x055ca0b1 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x05805373 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x059adf3e pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x05ce7b04 regmap_update_bits_check_async +EXPORT_SYMBOL_GPL vmlinux 0x05dcda42 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x06007972 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x061dee59 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x0688873b wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x068b1033 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x06cc07e9 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x06ed1be2 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x070820af sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x0715da37 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0716151e led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x072edd79 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x074d7e0a gpiochip_set_chained_irqchip +EXPORT_SYMBOL_GPL vmlinux 0x0751d710 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x075f2b4c do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x076a8b21 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x077025f7 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x07948979 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b981bb crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x07c63c41 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x07e036cd flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x082d0993 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x083342d7 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x083817e4 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x08567672 cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x088bfa7e cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x08a5a0ff __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08c1daab scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x08fde208 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x09022b70 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0912742f spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0x091c824a machine_power_off +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x093287ff iommu_domain_window_enable +EXPORT_SYMBOL_GPL vmlinux 0x09376b10 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x09437748 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x097ee5a9 gpio_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x0980dd19 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x09889775 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x098cee9e PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x09ae5f64 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x09b16436 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x09b44e72 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x09b55ed6 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x09ca737b usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x09d54177 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x09e4eb4d filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x0a049a22 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x0a17f4fe __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0a348ab9 devm_spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x0a3fac97 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x0a40d99b virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x0a51ae5b virq_to_hw +EXPORT_SYMBOL_GPL vmlinux 0x0a66090b bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0x0a680afc blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x0a9fd3c5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0ad654cb attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x0adab971 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b49078c inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0x0b4c37b4 eeh_pe_get_state +EXPORT_SYMBOL_GPL vmlinux 0x0b5622c2 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x0b7252c0 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x0b7c4a56 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x0ba82df5 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0be6bbd2 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x0bf24631 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0bf984d4 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0bfe8228 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x0c0a45fd disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c0ff148 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x0c15c231 md_run +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c52fd55 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x0c5d32c3 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x0c711c9b pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x0ca9ce70 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cce0227 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x0ce3ee5a mmu_kernel_ssize +EXPORT_SYMBOL_GPL vmlinux 0x0ce91bcb debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x0d049c10 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x0d119eca rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x0d2d1b08 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x0d2dcd40 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x0d4193b5 kvm_alloc_hpt +EXPORT_SYMBOL_GPL vmlinux 0x0d50d476 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x0d60593d blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x0d79acf2 percpu_ida_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0dce4f64 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de06988 cpu_first_thread_of_core +EXPORT_SYMBOL_GPL vmlinux 0x0e2d6294 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x0e30fac1 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0e51a69f dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x0e527b43 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x0e7cb3ce platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x0ecf823a static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x0ed9302e percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x0edae571 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x0ef353ed inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x0f1d0fab inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x0f472d6a register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x0f746a44 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x0f746fa2 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f75e870 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x0f84b326 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x0f9bb8ea thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x0faf4e89 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x0fba13ab bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x0fdc31b6 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0fecbc2d of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x1000179c pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x1004a231 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1022969e pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x1024b5a4 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x102be5bf crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x1037214c regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x10615e5c sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x106fd600 thermal_generate_netlink_event +EXPORT_SYMBOL_GPL vmlinux 0x10dcddaa alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f40520 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1103ea89 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x1114011d threads_shift +EXPORT_SYMBOL_GPL vmlinux 0x1160998a fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x1160f13b tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x116c2cd6 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x117c7305 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x1195f4f2 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x119bc54d ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x11d14412 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x11f6dbee blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x11fa424d devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1250cd15 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x12618f89 __percpu_ida_init +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x127e63ff kvmppc_invalidate_hpte +EXPORT_SYMBOL_GPL vmlinux 0x12a2f503 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x12aa7e16 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x12baf356 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132db82b usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x1333e83c inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x1347fe25 of_css +EXPORT_SYMBOL_GPL vmlinux 0x134a3144 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x13523cf7 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x135a47b6 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x135fbb5f trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x136a4ee6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x137861dc eeh_add_device_tree_late +EXPORT_SYMBOL_GPL vmlinux 0x1378d982 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x137a043d ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x1389da84 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x13a265ce unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x13ad647f scatterwalk_bytes_sglen +EXPORT_SYMBOL_GPL vmlinux 0x13bbf2fc stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x13c6e4b6 bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13e00a80 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x13e510d4 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x13e5ea13 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x1401cf76 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x140e0bfa spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x143227df da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x14328869 blkio_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1433cbc4 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x144b4309 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x145e6110 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x147bf28e ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x147e1f0b irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x149c14e3 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x14b6721f rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x14bda71c pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x14dcf0f7 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x14e6528e debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x1582ed1a iommu_release_ownership +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1599860b power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x15aff02c unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x15b8b44d opal_async_wait_response +EXPORT_SYMBOL_GPL vmlinux 0x15c1dde9 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x15c21e5e nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x15f92a13 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x16327a7c generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x1653a46d skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x166636d8 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x168e2ab8 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x16904759 of_pci_msi_chip_remove +EXPORT_SYMBOL_GPL vmlinux 0x169503a5 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x1709511a pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x171394d7 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x17218159 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x1745f66e md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x1753a32f hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0x17649377 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x1767c2b8 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17f540ce srp_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x17fc03ea rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x1817d89e blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x1829b9ed hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x1848d7d7 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x1896b114 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x189f874d powernv_get_random_long +EXPORT_SYMBOL_GPL vmlinux 0x18bcac56 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x18cda18b inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x18d731d2 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x18de82e9 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x18e4086a ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x18e4cd39 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x190b929b dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x193f6e18 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x194dd5f5 pkey_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x194f1e5b ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x196ecb03 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x1978d914 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x198f281e inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x1998dbc9 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b31344 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x19b384a5 hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0x19e3432d dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a0c0747 kvmppc_do_h_enter +EXPORT_SYMBOL_GPL vmlinux 0x1a154b07 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x1a271be5 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a8c5907 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x1a967885 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1aaa9f92 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x1abe6059 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x1abf0179 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1ac0eda8 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x1acef7d2 pm_freezing +EXPORT_SYMBOL_GPL vmlinux 0x1ad8f65c rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x1b2120a2 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x1b3bb2e3 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x1b3c8dca rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x1b45cb72 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x1b7cc0b0 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x1b7e1c0a disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x1b9664d1 __destroy_context +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1ba82e1c eeh_add_device_tree_early +EXPORT_SYMBOL_GPL vmlinux 0x1bccac1d ftrace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x1bd20a85 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x1c007ceb crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x1c0877dd od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x1c1215bd threads_core_mask +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +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 0x1c8f4160 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x1c983d96 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x1cbece8c need_load_eval +EXPORT_SYMBOL_GPL vmlinux 0x1cdb2147 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x1cf82066 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d5dd1f0 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x1d6a0fb0 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x1d6b5dde sdio_run_irqs +EXPORT_SYMBOL_GPL vmlinux 0x1d73b6c3 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7bfe35 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x1d9fce63 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1da75e95 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x1db652e9 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x1dcabd44 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x1dccd31a tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x1dedf562 eeh_pe_set_option +EXPORT_SYMBOL_GPL vmlinux 0x1dfee01c mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x1e000879 hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e19a2f5 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x1e1ad3d7 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x1e2489a7 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x1e5b03dc pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e5e1720 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1eaa6e55 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x1eb1594f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb203ee usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1edc21cb hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1eeac1df driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x1ef34222 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x1ef5d9be extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x1f1988f7 hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x1f23eeed sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x1f5a3605 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x1f6d1fa0 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x1f82ed2c tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f89b018 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1fa12380 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fb52a9e bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fcf6101 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x1fe9830f skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x1fefcf51 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x2011f8a9 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x20207a47 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x20219845 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x203e8a1c crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x205a45b4 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x209af7a9 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x20aa6f51 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x21050353 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x210540dd usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x211850f5 htab_hash_mask +EXPORT_SYMBOL_GPL vmlinux 0x2119367e devres_release +EXPORT_SYMBOL_GPL vmlinux 0x211b315e wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x217d8656 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x219cc34b ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x219eee5e udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21ae2cf6 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x21c506d6 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x21e78749 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x2203714b wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x221e415b arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x2256bfc1 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x226130dc rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x22794de0 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x227fd899 user_update +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22d24286 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x22d70866 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x22fae5fb copro_calculate_slb +EXPORT_SYMBOL_GPL vmlinux 0x2339d15d blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x233d6eff thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x233e988c pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x234cfede __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x23695f54 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23d9de1e rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x23f9cf27 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x2400ca07 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x24011e14 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x241064a7 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x24219355 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x24457174 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x247d1bb5 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x248f90d7 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x2490aa22 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24acddd6 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x24b1c53d usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x24dcdedb ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x25007381 wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x252ad82f crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x25854115 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x25a83eec register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x25a917d9 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x25b36329 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x25c9af19 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x2610d6c2 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x26154956 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x26172578 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x261c9ef8 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x2620356b i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x2648cbb1 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265823f6 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x266a8e82 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x266b7638 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x266d1e33 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x269dfcc3 inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cbd86d pci_try_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x26d61650 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x26e45427 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x26f6b0e4 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2719df4c rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x272645f3 percpu_ida_free_tags +EXPORT_SYMBOL_GPL vmlinux 0x275203cc sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x27597c01 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x2782343e of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x27a0bfa4 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x27a777cc led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x27b2b456 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x27c0c4be eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27c4878b bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x27d4d14e platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x27d5c28c cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x27da599f regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x27e00c8e root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x27ea73dc dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27ff6e5c device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x2816fe54 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x282bd9b9 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x2856e5f8 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x2889739b ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x288c1d52 device_add +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28e079b1 copro_flush_all_slbs +EXPORT_SYMBOL_GPL vmlinux 0x28fa16bf crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x2900a98c ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x293311b8 __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0x294d412b crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x296f4cbe vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x298c9324 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x299776d0 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x29c3dfd5 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x29c8221a devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x29d1590c pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x29d51dad device_create +EXPORT_SYMBOL_GPL vmlinux 0x29e638ad relay_open +EXPORT_SYMBOL_GPL vmlinux 0x2a21ad97 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0x2a58f17a pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x2a5ad203 thermal_notify_framework +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a67f7da stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x2a6a1507 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x2a72aed5 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x2a7bbef6 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2a9d595d power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x2ace5e86 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2aeb2fc4 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x2b44e5ec dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x2b5c303b smp_send_reschedule +EXPORT_SYMBOL_GPL vmlinux 0x2b6feade rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2b7a0583 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x2b7d871e register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2b8ee3bd device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x2ba2667a crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x2bd4c38d inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x2c05c024 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x2c180037 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x2c1c1947 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c5cd4e0 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x2c5d52fd virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2ca17d52 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x2cad6163 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x2cced271 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x2cd555a4 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x2cd88f51 kvm_hv_vm_deactivated +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2cebe055 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x2d15951c led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d31743a vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x2d3c56d5 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d496b12 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d637f0c of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x2dc5a6d1 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e20c45c kvm_alloc_rma +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e5050bf extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2e6e980c ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x2e92c7e6 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x2eaec5d2 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec493ff alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x2f011bfb ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f0ecb47 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x2f1c6466 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x2f1d0213 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x2f2957c1 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x2f4089b9 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f49bc1d ref_module +EXPORT_SYMBOL_GPL vmlinux 0x2f67d701 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x2fb22576 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x2fb872e8 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x2fc413ec list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x2fd651b6 pcibios_add_pci_devices +EXPORT_SYMBOL_GPL vmlinux 0x2fd7226a kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x2fd8cba9 freeze_wake +EXPORT_SYMBOL_GPL vmlinux 0x2fdba25a pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x2ffb5ff7 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x301832fb opal_async_get_token_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x3024e2e3 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x306b5c3b nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a57ca0 remove_phb_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x30bda538 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x30ceade4 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x30cf09fd rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x30e2f9b4 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312950e5 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x313c63a8 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0x314d7cb8 rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x3165c713 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x316e816e mmput +EXPORT_SYMBOL_GPL vmlinux 0x31bef441 opal_i2c_request +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d54de1 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x31d6cd36 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x31f583b0 clockevents_unbind +EXPORT_SYMBOL_GPL vmlinux 0x31f81fbd of_dma_get_range +EXPORT_SYMBOL_GPL vmlinux 0x32095904 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x324f0bdd ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x3256ca45 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x326f275d usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x328995b5 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x32982bbb rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32a854f1 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32bded08 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32cafc8b srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x32cc3ba8 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x32cc84b6 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x32d3be88 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x32e560d8 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x33073018 napi_by_id +EXPORT_SYMBOL_GPL vmlinux 0x33084304 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x3310bf11 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x33398de6 mmu_psize_defs +EXPORT_SYMBOL_GPL vmlinux 0x3350b192 of_scan_bus +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x336c6dc3 of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x337475f4 regmap_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x337786fa usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x339e7bd6 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x33b36019 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x3405f462 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x341b34ca blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x344ad416 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x3455007a mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3465fce6 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x347a3019 call_filter_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x348c7e41 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x34af0adf opal_ipmi_send +EXPORT_SYMBOL_GPL vmlinux 0x34f2e1ac device_del +EXPORT_SYMBOL_GPL vmlinux 0x350f6f3f wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x351bb85d skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3547f05c rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x356020b1 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35c09058 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x35c7c0f8 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0x35d674e8 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x35d989a5 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x35eeaa88 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x35f10f43 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x36075bb5 iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x360d30d5 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x361d4005 devm_regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x36295002 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x36486e2f extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x368f1fea static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x369c740e regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36bda7b0 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x36f63718 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x3710a0a3 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x37177fe8 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x371ee862 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3757bffe vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x37b80292 arizona_of_get_type +EXPORT_SYMBOL_GPL vmlinux 0x3815ec64 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x3834dc32 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x3859bfc3 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x3863bfc6 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x38727754 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x388920ec tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x38ab32e7 pnv_get_supported_cpuidle_states +EXPORT_SYMBOL_GPL vmlinux 0x38cc2671 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x390d3ce6 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x390f56cb usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x392e09b9 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x39523e76 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x395ae54c pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0x39772514 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x39ce25ba dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x39d0d026 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x39dd5a7e ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x39ed7fa8 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x3a0d46bc ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a38dc65 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a667274 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x3a79935c crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x3a8cfa3f crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x3a8f0a4a regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x3acc4dc6 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad0e201 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x3ad164e9 __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0x3ad3b73f pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x3ad7932b clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x3aeb7654 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x3b244644 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x3b653b7a part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0x3b7545a5 reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x3b7cf8d5 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x3b7f0e31 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3b926fd8 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x3baa00ce usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x3bc8e605 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x3bed598d sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x3bee82cc virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x3c0dcb66 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x3c100128 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x3c1ea8ff rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x3c29c64d apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x3c3c022b of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x3c83e3bb crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3ccc168a device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cedd673 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x3cf69baf slice_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x3d02dc6b tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x3d106a09 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x3d137a21 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d58be5a ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3d6ecac7 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x3d935503 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x3d9caedd irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x3da45632 srp_rport_del +EXPORT_SYMBOL_GPL vmlinux 0x3dc24c90 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x3dc526a9 arizona_of_match +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dde5bec da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e204607 kvmppc_clear_ref_hpte +EXPORT_SYMBOL_GPL vmlinux 0x3e259239 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x3e42d280 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x3e6fcb26 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e77ba28 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x3e971b8d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3eeac9ce sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f32f6a8 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x3f9beaa2 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x3fae82f7 regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3fb14423 md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3fb2bd8a irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x3fc08e63 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x3fc72d3d __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3fef7431 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x402e845e relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x4038373e eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x403d972b platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4045c494 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0x4059594b thermal_zone_of_sensor_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4059a3ef __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x40898562 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x409237da reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x4093bbb4 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40ba6708 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x40be0b03 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40e3af8f ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40fc0705 of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0x412811ae device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x4134c1a5 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x413f94e1 opal_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x416c4068 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x419fc49e usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x41ada648 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41bb7d92 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x41d73e4e irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x41d906a5 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x41e4c359 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x41e6ceeb scom_controller +EXPORT_SYMBOL_GPL vmlinux 0x41fb3f38 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x41fec290 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x420614c0 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x42284542 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x422b2b65 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x42484e65 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x425f4cfe devm_regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x42693d3c rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42b61342 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x42cda1f5 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x42e4f702 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x42fc1b62 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x431bf93c wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0x4361eab3 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x4370c2ff fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x43997b4f transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x439a4baf rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43b27734 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x43e9fe33 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x43ef1596 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x44038c70 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x440b1a99 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x442a311f __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x4473a785 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x448b08b6 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x449eb556 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x44c49731 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x4503bac3 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x450fb522 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x45255540 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4548dfb6 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x45569dc5 _submit_bh +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45cd386b cpu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x45f7e069 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x463d24ea ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x4646dd5a __netpoll_free_async +EXPORT_SYMBOL_GPL vmlinux 0x4651e341 of_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x465e4701 pci_reset_bridge_secondary_bus +EXPORT_SYMBOL_GPL vmlinux 0x4669a4ac of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x466d02f7 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4687ad69 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x4688c96a usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46a9c9f6 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x46c6a4b6 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x46cb8298 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x46d624dd pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x46f5924e fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x47002894 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47869ffe __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478f7aad dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x47971045 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b0093a lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x47ff854d extcon_unregister_interest +EXPORT_SYMBOL_GPL vmlinux 0x4808859e tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x487206cb get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x48c798a2 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x48fc0ebc unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x491648d1 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4922a91f __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4930f8b0 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x49731af2 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x499d5cbf fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x49a3f1f6 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x49a58a7f ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x49af0bfd crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x49b8137a get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49fe6323 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x4a1ac440 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x4a4d8d87 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x4a77a569 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x4a90160e bprintf +EXPORT_SYMBOL_GPL vmlinux 0x4a9e0d22 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ab9056a led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x4add4536 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4af44673 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x4af5c6a2 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4afab508 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x4ba079a6 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x4badb268 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x4be613c0 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x4be9b443 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4beae256 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x4bf39120 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x4c022fec driver_register +EXPORT_SYMBOL_GPL vmlinux 0x4c12a0f8 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x4c2c2882 kvmppc_do_h_remove +EXPORT_SYMBOL_GPL vmlinux 0x4c378255 arch_fast_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c43a386 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x4c495e23 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x4c602bf1 __blkg_release_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c7f02e8 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x4c80cafe tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x4c8dc527 sysfs_add_device_to_node +EXPORT_SYMBOL_GPL vmlinux 0x4c96d4a1 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x4c9d5f1e register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x4cd60381 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x4cf51aca wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x4cfdf963 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x4d020b8e virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x4d04ace3 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x4d12a4d3 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x4d411131 pcibios_finish_adding_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x4d823cb6 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x4d8fe290 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x4db51e3e disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4e02be19 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e144840 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e27b744 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x4e2f46b3 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x4e321750 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x4e56e8fe ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0x4e752543 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4e77b954 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x4e7c443a find_module +EXPORT_SYMBOL_GPL vmlinux 0x4eb24648 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x4ec47e05 __netlink_alloc_skb +EXPORT_SYMBOL_GPL vmlinux 0x4ee3bf58 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efdf014 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x4f020dee public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x4f08f141 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x4f0b43eb skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x4f2398ce blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x4f481387 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x4f4ecf1c wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4f5b7b01 wm8997_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f5d94a1 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f8569c7 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x4fa484be file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x4fd1f66f devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ff86ac1 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x50074d24 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x500840be crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x5034b014 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x50375e54 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x5039c4ab percpu_ida_for_each_free +EXPORT_SYMBOL_GPL vmlinux 0x504d428d stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x5053b4cc __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x507de8c6 add_memory +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5092076c ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x50a54129 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50f3fcb3 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x50fa7a9d wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x51189198 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x511ca619 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x51960c34 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0x51995a54 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x51a1dbe5 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x51b65a26 rtc_lock +EXPORT_SYMBOL_GPL vmlinux 0x51bec6d2 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5205e64d disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x5207f194 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x5215d612 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x521630b5 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x52208706 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x522f538b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x523559e5 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x52490e71 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x5255b2c0 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x525f45ee dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x52674de2 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x5272d8bc __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x52a41251 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x52c07976 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x5321477a gpiochip_irqchip_add +EXPORT_SYMBOL_GPL vmlinux 0x5335dd11 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x53562fa5 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x5363a648 spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x539ed2fd inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x53c7c48a iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x53fd782b sysfs_remove_device_from_node +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x542d02f5 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0x5445dcaf vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x544e1952 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x544f6be9 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x546c5565 ppc_tb_freq +EXPORT_SYMBOL_GPL vmlinux 0x54740eb7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x547b5b0b srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549b3bdc regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x54e310f2 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x54f8685b srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x55106132 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5538bc83 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55692bb3 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5583c8bb of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x5588879e kvmppc_entry_trampoline +EXPORT_SYMBOL_GPL vmlinux 0x558eeb2c usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x5595fc5c sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x55bed877 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x55df2123 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x55e7d20c usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5603d39c sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x564b1c1a devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x5682e8dc unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x5692386f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x569d6767 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x56a4a405 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x56a590a7 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x56ab6ee6 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x56b198d5 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x56b75f27 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x571388d8 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x571976d2 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x57237744 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x57363561 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x573f5b5f iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0x575737b4 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x575b35b6 percpu_ida_free +EXPORT_SYMBOL_GPL vmlinux 0x575c5f94 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x57785504 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x58146403 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x58268c24 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x584afb28 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x588096e3 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x5885a934 of_get_nand_ecc_step_size +EXPORT_SYMBOL_GPL vmlinux 0x5892f832 release_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x589e4569 syscon_regmap_lookup_by_pdevname +EXPORT_SYMBOL_GPL vmlinux 0x58cd3580 of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x58e42ad8 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x59216611 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x5922dd08 of_get_nand_ecc_strength +EXPORT_SYMBOL_GPL vmlinux 0x5935fa5f regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x59455247 register_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x59604b42 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x596aa743 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x597839f4 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x597a450a shake_page +EXPORT_SYMBOL_GPL vmlinux 0x598e28ec free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x599c86fa blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59f57d1c dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x59f5af36 inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0x5a024ecd percpu_ida_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5a252120 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x5a2b6b8f iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8722f0 regmap_field_write +EXPORT_SYMBOL_GPL vmlinux 0x5aa51980 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5ab94bb4 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x5aca2765 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x5ae9f5ad platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x5b0c566b inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x5b3e8d9b fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x5b831423 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x5bb7b035 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x5bd8f1de usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x5bdbb81f usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x5be112c7 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x5bf25088 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5c0d53bf sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x5c1a9d47 dev_hard_start_xmit +EXPORT_SYMBOL_GPL vmlinux 0x5c4cbb67 kvmppc_h_put_tce +EXPORT_SYMBOL_GPL vmlinux 0x5c6c983c ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x5c7134ca i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x5c85f399 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x5c960cd1 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x5ca207f5 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x5ca25c4d da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x5cabdced dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cbaa0d3 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x5ccb4561 of_usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x5cf8a882 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x5d01a94d devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d206312 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x5d4d700e __put_net +EXPORT_SYMBOL_GPL vmlinux 0x5d5b756b ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x5d5c55d3 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5d7044fd ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x5d77952d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x5d9164df skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x5db1c1d3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x5dd08656 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x5dd2f354 ftrace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x5de31f54 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x5e16cc3a wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e5a7bad single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x5e5c22a5 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x5e5cfe16 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5e75892c raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x5e8fe827 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x5e94e765 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x5ebda922 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x5ee04e6f ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x5ee3eb54 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5ee7542e reserve_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5f185c1d regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f419491 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5f4929a8 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x5f501d16 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x5f69f65e virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x5f79a98b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5fb1942e pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x5fbd7796 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x5fd6ce48 iommu_clear_tce +EXPORT_SYMBOL_GPL vmlinux 0x5fe5035e __hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x5fe91e32 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x602a3559 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x602d07c3 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x6033c439 iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x603bca46 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x60467b06 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x60676540 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x607e9f68 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x607eacc2 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60bea896 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60e4e08a ping_proc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60f1719c ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x60f36eb4 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x610642ac skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x6109f4a2 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x612ba06b blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x615c5c59 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x61741418 iommu_take_ownership +EXPORT_SYMBOL_GPL vmlinux 0x6183ff15 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x6189d7f8 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x619ae9d4 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x61a90c54 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x61b0679d usb_string +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x624ddd17 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x6274f78d arizona_of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x6285212a wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x62921378 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x62efdd32 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x6313503f fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x631b308e devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x63333cf4 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x63398dc5 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x635a42e5 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x636fb8fa proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x636fc494 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x638e9d6a regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x639948da bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x639ed5c2 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x63a92204 flush_vsx_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x63d005f3 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x63d85042 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x63ef2ee1 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x6481a68d wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x6484511f ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x64bbf9ea platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x64c52afc class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x64d31bb5 pcibios_unmap_io_space +EXPORT_SYMBOL_GPL vmlinux 0x6501e1b9 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6504a293 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x651a7d6f kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x65211336 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x65299ad0 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x65681ce9 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x65739c79 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6574cde7 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65c0171f cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65e0493d usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x65e37e48 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x65e8a7aa pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x66107ffb pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x662a0c3f x509_get_sig_params +EXPORT_SYMBOL_GPL vmlinux 0x6638b2cd wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6642bb6c agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6689b37d devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x6695890f i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x66afb53b unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x66c612f0 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66f0ff8a sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x676a2f0f arch_fast_hash2 +EXPORT_SYMBOL_GPL vmlinux 0x6786b997 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67c94258 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x67da5593 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x67dae1b0 __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x67edd064 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x682dc2aa sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x687934e9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x68923d9a of_pci_msi_chip_add +EXPORT_SYMBOL_GPL vmlinux 0x68cddc47 pci_try_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x69059e7f usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x69065d8a sdhci_pci_o2_probe +EXPORT_SYMBOL_GPL vmlinux 0x690ff755 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x6938c2cf unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x693edb56 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x694752ff device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x69790ef6 __init_new_context +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697cbbb4 threads_per_core +EXPORT_SYMBOL_GPL vmlinux 0x697f1742 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x699362ed irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x69940142 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x6998ed14 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x69b1fc97 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x69beb0dc regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x69c3dfae subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x69e48ca8 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x6a1733eb iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a2fdf95 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x6a44078a shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x6a4691b7 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6a4ce24d netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a54ecb9 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a6953b9 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6aa1b726 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x6aa400e4 extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0x6acb8d84 ppc64_caches +EXPORT_SYMBOL_GPL vmlinux 0x6ae84bbe single_release_net +EXPORT_SYMBOL_GPL vmlinux 0x6b01222f inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b3f23dd sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x6b451fc5 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x6b6c8b55 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b8b1537 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x6b93bf60 inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x6bc13790 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x6bf7d6c2 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6c006608 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x6c07d933 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x6c1b09ab gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6c3f601b irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c72528d dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x6c7d779d irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x6c87d85e crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x6c8cba5a usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cc8cf0d swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x6cd21997 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x6cd431cc regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x6cf1ce0a phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x6d066483 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x6d0a076c ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae58b uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x6d264b53 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x6d2785b5 pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x6d29a071 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d37137a led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x6d37e466 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6d39bf3c dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x6d5de98a ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x6d63f0ef page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0x6d7f9329 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x6dab7702 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x6dbd4602 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x6dd95146 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x6df8f4cd pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6e04a077 usb_bind_phy +EXPORT_SYMBOL_GPL vmlinux 0x6e1746a2 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x6e1a4d3a class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x6e322618 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x6e379526 kernstart_addr +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e98029f ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x6eb126aa blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x6ebdef77 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6ed8a657 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x6ef41acd mmu_notifier_unregister_no_release +EXPORT_SYMBOL_GPL vmlinux 0x6f0372b2 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f3991a8 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6f4199e9 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x6f8f5c39 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6f9774bd eeh_dev_open +EXPORT_SYMBOL_GPL vmlinux 0x6f9fee26 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x6fbabe2b regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x6fbf2de8 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff6d2b7 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x6ffbc20e virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x7023ec6c register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x7027d52d iommu_del_device +EXPORT_SYMBOL_GPL vmlinux 0x706b49b9 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x706eeae7 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x707e1757 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x70a48079 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x70a75423 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x70aea0f3 inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x70bdcbfc pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x70c13175 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x70c9460f skb_gso_transport_seglen +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d6e6c4 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x70daa17e irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x70e20c8a ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x70e35ad7 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x70e81f48 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x70f4a01c usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x70f9e497 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7125ad2e mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x71432307 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71ad5787 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x71bcc858 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x71d44455 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x71ec90eb tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x72008645 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x721ea519 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x7230a71c blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7237c53e cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x7247aad9 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x7252ef96 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x72823b78 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x72869c15 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x7286f9cd thermal_zone_of_sensor_register +EXPORT_SYMBOL_GPL vmlinux 0x72b41149 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x72c81a7c ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x72d399ea usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x72f2109f vtime_account_system +EXPORT_SYMBOL_GPL vmlinux 0x7329aebd find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x73510609 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x73726766 eeh_pe_reset +EXPORT_SYMBOL_GPL vmlinux 0x739238c3 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c832f2 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73f0b89e powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x73f16127 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x74177eeb rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x741bccec kvmppc_add_revmap_chain +EXPORT_SYMBOL_GPL vmlinux 0x7422c95e gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x744e1edc ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x7464ea38 dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7466c05b pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x7476300f dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x7486ecac __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x74897c20 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74a6821c regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x74a85885 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c6501f dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x750c5e94 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x751195fd input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75296240 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x75790795 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x757b49d2 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x758824f1 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x758a782e blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x758b0b46 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x75e31624 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x75e6e037 hash_page +EXPORT_SYMBOL_GPL vmlinux 0x75f2a044 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x75f48210 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x76042e04 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x7604a811 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x763212ae of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x764527b8 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76861f85 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x768b26a0 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x76958dea crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x76b8dd0f fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x76d07d6e gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x76f9cfcd regmap_field_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x76fc7e8e cpufreq_table_validate_and_show +EXPORT_SYMBOL_GPL vmlinux 0x77103ce0 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x77262b4f br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x7729cbdd task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x772bab6b ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x7754bc11 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x7765635f usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x7768b898 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x778fd8f2 iommu_add_device +EXPORT_SYMBOL_GPL vmlinux 0x77b51f3d dma_buf_export_named +EXPORT_SYMBOL_GPL vmlinux 0x77e724dd usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x77f666de tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x78232ca0 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x78404be3 iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x78412a87 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x7853767f pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x7861ff77 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788a2952 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x78ac1aef regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x78b012c2 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x7904f340 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x790c3bba driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x791071e5 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x791b5b79 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79585735 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x795fa2f3 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x796dc1e0 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x7978eb0c balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x7993945e dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x79fc5aa2 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a85416b rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7aa11fcb md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x7ab6e42c regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x7abb4e1e xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x7b05fad3 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x7b0d59bd wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b0f2127 find_linux_pte_or_hugepte +EXPORT_SYMBOL_GPL vmlinux 0x7b0f55de tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b256bd2 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x7b292d19 static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x7b598c6c sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x7b80a8ce driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x7bd882c0 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x7bde1b2a regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x7be02c38 tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x7be113c4 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x7be8e6aa nl_table +EXPORT_SYMBOL_GPL vmlinux 0x7be99141 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x7c1ee2b1 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x7c1f33a6 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c22a4fc nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x7c308ff0 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c346357 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x7c37bc89 pseries_ioei_notifier_list +EXPORT_SYMBOL_GPL vmlinux 0x7c5e682b swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x7c64a151 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x7c9f3e69 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x7ca5d5b2 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x7caf7776 ping_proc_register +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7cc7de1c x509_check_signature +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce5b92a gpiod_sysfs_set_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf2b459 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x7d397cc7 gpiod_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d4086b5 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d8d6e43 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x7d93189a devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db27e1b skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x7dd46c06 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7e05d57c extcon_register_interest +EXPORT_SYMBOL_GPL vmlinux 0x7e17ba7b klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7e5b7e23 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e7ca872 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x7e7ccdd1 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7e848967 pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7eddf55c dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x7ef859e7 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x7f008202 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7f01807c pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x7f16082a rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x7f60d7ea regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x7f7126c4 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x7f7bc710 klist_next +EXPORT_SYMBOL_GPL vmlinux 0x7f7ee1bc devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x7fa71ec4 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x7faf4e01 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x7fc3c3cb sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x7feb05de ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x8015821d skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x801d2431 napi_hash_del +EXPORT_SYMBOL_GPL vmlinux 0x80323c51 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x80343f51 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x804121aa extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x8065a4fc mmu_notifier_call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x806cb37c tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x8070128b tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x807b0a64 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x80811af6 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x808ea5a0 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x809b4228 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x80a94c49 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x80bd6087 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x80c9cc73 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x80d3927f __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80db9ae2 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x80e20377 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x80fd259f get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x81103ea8 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x8114467b cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x8114b8d6 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81238456 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x8140842a gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x814e3ef2 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x817181c2 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x8192d759 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x81ad9908 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x81d5494d dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x81ea5c0f sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x81f08dd4 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x81f78451 copro_handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x81f7f610 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x82176d99 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x822d991b rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x8249f6c8 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x82505abf platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x82532409 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x825509ef irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x82563014 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82b61a64 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x82c0f8ff fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82d9e1c4 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x82db028d thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x82ea4f98 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x82f0b2a1 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x831a1f76 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x834616bb sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x836a1c3f platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x836a53ae srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x836d61d0 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83bc470e da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x83ca4526 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x83dc2317 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x83ebe2a3 mpic_subsys +EXPORT_SYMBOL_GPL vmlinux 0x8417078c xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x846bdf94 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x847173c8 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x84723419 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x8487a2b6 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x84a1dffa sk_filter_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x84b9a657 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x84da0a4b tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x84ef6ba8 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x850f199f of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x85273b74 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x853fce04 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x855c532b pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x85646ef0 iommu_tce_build +EXPORT_SYMBOL_GPL vmlinux 0x857d4a44 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x85829a35 devm_of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x8588d639 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c45aee inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85d83788 flush_fp_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x85d8b8d3 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x85eaacb3 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x86322f7b crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x86668b31 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x866b719c dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x866d59b8 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86b4aa15 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x86c737a1 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f77873 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x8702e548 process_srcu +EXPORT_SYMBOL_GPL vmlinux 0x870f559c da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x8739cccc inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87910b6a usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x8791290e iommu_put_tce_user_mode +EXPORT_SYMBOL_GPL vmlinux 0x87919e2b devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x879f954a register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x87a82475 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x87be3e86 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0x87ccf19a cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x87d95c72 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x87dbfe63 crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x87feecd2 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x87ff1a9e tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x8804af3d usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88136838 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x881b0930 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x881f1dd9 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x88337427 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x883c2740 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8850d3b8 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x8867dc1a spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x88706da2 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x887860f7 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x8887bdbd ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b231d1 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x88b5647c trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x88c81d2a clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x88cdca1c bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x88ed1d07 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x88fd50cc serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892f5524 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x893b7621 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x898e7de5 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x899db278 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x89a886f3 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c0982a ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x89eb919c ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x8a146419 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8a31346b of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x8a32dea3 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x8a38319d spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x8a4bac1f devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x8a798658 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x8a9439b6 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x8aa8b810 eeh_add_sysfs_files +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac80280 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x8ad3b4da swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x8afa7694 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x8b06efcc fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8b194ff2 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x8b3319db regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x8b70e8ea __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x8b82ca03 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x8b902af7 rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x8b9c9de9 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x8bb0482b split_page +EXPORT_SYMBOL_GPL vmlinux 0x8bd9be07 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0a5aed dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x8c50567b screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x8c646600 edac_report_status +EXPORT_SYMBOL_GPL vmlinux 0x8cea765f memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x8d1f87ee sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2698a7 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x8d36c088 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x8d51b01f bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x8d570e1d power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x8d5b5a12 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x8d74581a queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x8d770415 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x8d7af658 bdev_write_page +EXPORT_SYMBOL_GPL vmlinux 0x8da72114 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x8dbf5a20 kvmppc_hv_entry_trampoline +EXPORT_SYMBOL_GPL vmlinux 0x8dc101ca of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x8dd0a420 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x8dd3c725 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x8dd76f0f da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x8dfe51dc pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x8e9c7933 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x8e9ffe82 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x8ea7ac9f dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x8ef6a732 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x8f24f2b3 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x8f35c894 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x8f5fa45a bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f8969ce ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x8f8a365c ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x8f902a2c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x8fc4f098 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x8fdd968c ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x8fedf4e0 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x9077d5ea usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90a73ed3 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x90b37c90 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x90bd61f3 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x90d8e089 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x90edf304 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x91001414 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x91286982 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9131370a sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x913e37e1 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x914f3b53 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91baf233 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x91bfbc7a rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x91c08da7 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cd8a29 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x91d65e8e vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x91dd1b1d security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x9201b214 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x9239f263 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x923e3f7f ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x928576d0 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x92933c5e trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x92a406b0 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x92bba84d inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e9b789 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x93009647 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x931afa90 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x93282840 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x934521b6 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x93778854 sdhci_pci_o2_resume +EXPORT_SYMBOL_GPL vmlinux 0x93938d23 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x939e61ab usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x93b6470a shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x93c2367e pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x9400f253 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x941a4099 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94483b79 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x946b1862 fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x946b983b pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x946e8eba posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x947ab354 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x948d892e pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x949515f4 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a7c640 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x94bc4da5 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x94cb0792 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x94cef0ae max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x94d01fe8 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x94d9339a ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x94d972b7 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x950d89cf __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x954f1d8f __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x95566eb6 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x956636e8 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x956a64bb device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x9575a866 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x9584a577 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x959dd707 fuse_get_req_for_background +EXPORT_SYMBOL_GPL vmlinux 0x95b6c3f8 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95bfecaa dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x96441490 iommu_tce_clear_param_check +EXPORT_SYMBOL_GPL vmlinux 0x964ca2e8 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965b7318 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x965dfbd2 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x9695d505 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x969c5d34 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x96aef2c3 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x96cce02f usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x9730c462 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9735f061 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x9751b304 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x97624ecb inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x977434d5 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x9779ecb9 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9791aa9e invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x9799610e __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x979a3765 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x979c285e pci_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x97c0eccf crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x97ca326d spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97de3504 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x980b000c device_register +EXPORT_SYMBOL_GPL vmlinux 0x981a5882 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x981d4098 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x98324393 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9880f088 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x98a02a70 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x98c8c3a9 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x98cd450f pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x98f04d80 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x98fa1e20 dm_get_reserved_rq_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x9911d350 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x9915c371 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x993953f6 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9973add9 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9973d65c usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x99751ce0 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x997c4347 unmap_kernel_range +EXPORT_SYMBOL_GPL vmlinux 0x9987e6e9 opal_get_sensor_data +EXPORT_SYMBOL_GPL vmlinux 0x9995f747 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x999cf060 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x99a9ff9a cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x99bb36d7 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x99e28f10 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x99e49f6c ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x99e82c68 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x99feb784 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x99ff8d08 opal_invalid_call +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a49d937 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x9a663936 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x9a690d63 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9aad6540 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9adf08c3 mmu_linear_psize +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9aef5d63 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x9b053295 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x9b139aa3 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x9b170c70 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9b412109 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x9b5d2b17 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9b68f7db set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x9b6be6f0 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9b911c50 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba4bc08 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf749ea syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x9c0557d0 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x9c2da96d perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x9c455605 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x9c5ffb0a blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x9c6597f2 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x9c685587 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cda6e80 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9cf0f73f perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x9cf26adc stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9d138533 percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x9d28c75d kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x9d2f3ffb ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x9d37b5f2 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x9d5396fd ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x9d8a93b3 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9da5a27a dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9dadbb88 cpufreq_boost_supported +EXPORT_SYMBOL_GPL vmlinux 0x9ddef45b skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x9e214d44 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x9e32a586 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x9e3ea867 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x9e4148db attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9e44111d extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e66135a led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x9e9f7004 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x9ece0b29 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ede981a regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x9f00d5cf sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x9f1048a5 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x9f13fd0e ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x9f4e7c2b pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x9f512b02 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x9f5646d3 iommu_domain_window_disable +EXPORT_SYMBOL_GPL vmlinux 0x9f9a3f04 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0x9fb63ca8 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe63d48 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa0370640 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xa0556e99 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xa06ab242 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0xa0733abf transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa084003e gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xa0a27fff pci_address_to_pio +EXPORT_SYMBOL_GPL vmlinux 0xa0a8bfbf crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xa0b46338 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xa0c3c08a __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xa0c58664 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0xa0d0d833 ftrace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xa0e8fd40 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xa0ef9bb6 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xa0ff9a22 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xa12d929d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa12fce76 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xa14eaea9 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xa185ef66 of_irq_parse_pci +EXPORT_SYMBOL_GPL vmlinux 0xa191f51e generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xa19fe37c __mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xa1b159cb device_move +EXPORT_SYMBOL_GPL vmlinux 0xa1deff7c regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xa2126769 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa216fc14 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xa21afa9e scom_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa2bafa40 interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xa2fecd70 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xa31621b6 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xa33c8a00 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xa345b25a sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xa378bd9f of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa389a49a profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a2d9af walk_system_ram_range +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c51689 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xa3e5f795 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xa3e639ac subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3f83fff regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xa40b0627 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xa45190ab ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4859a04 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa4c6b175 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xa4d23771 devm_regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa4f5b2f5 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xa4f70e98 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xa50d445c crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0xa5372c22 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xa55372f6 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0xa5565eea regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa5b00659 ppc_proc_freq +EXPORT_SYMBOL_GPL vmlinux 0xa5c3df4d input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xa5d6b84b devm_mdiobus_free +EXPORT_SYMBOL_GPL vmlinux 0xa5e2b650 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa5e407e4 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5efe460 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xa5fafe56 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xa612d5a7 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0xa617dd7b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa62aebe4 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xa666c7f5 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xa680e2b0 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xa687eb1e rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xa6929da9 dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6cd513e thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xa6d037b2 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e20b95 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xa71188cb rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa72e26e7 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa7725556 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xa78acf79 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xa78d82e6 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xa7920d12 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xa7a4705c hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xa7d43523 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xa7df9e0e pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xa801efad fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xa83345ad ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xa84c05ca i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8530d95 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xa854b5f5 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xa8929031 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa8a4bcb7 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xa8a6a9fb irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xa8b1b953 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa8c6ced1 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xa8d253d8 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xa8ef8c50 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xa8f18638 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xa8f4f7d3 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0xa925e478 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa93271a5 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xa9569479 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xa96583f2 pcibios_remove_pci_devices +EXPORT_SYMBOL_GPL vmlinux 0xa96b65d9 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xa980af16 RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0xa9873bec virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xa99033cc phy_get +EXPORT_SYMBOL_GPL vmlinux 0xa9926af3 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xa9a485d9 wm8997_aod +EXPORT_SYMBOL_GPL vmlinux 0xa9ce341e usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xa9d61c1c __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xa9e18049 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9f7cb11 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xaa24fca1 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xaa544726 of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaac1a441 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xaad99a7b debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xaadf53a8 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xaaf3b4d3 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaafebf2b srp_stop_rport_timers +EXPORT_SYMBOL_GPL vmlinux 0xab0c398c __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xab29ad96 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xab3f978c user_match +EXPORT_SYMBOL_GPL vmlinux 0xab53ec3d usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xab5a2144 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xab5a5de4 fixed_phy_del +EXPORT_SYMBOL_GPL vmlinux 0xab5fbe0f mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xabe8b2a0 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xac272301 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xac319f44 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xac34b853 system_trusted_keyring +EXPORT_SYMBOL_GPL vmlinux 0xac3b53ce gpio_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xac62c3b3 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xac68a03e cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xac71f8a1 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xac7b875a pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xac7d6099 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xac9fa1ca pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xacad36b7 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xacbcc364 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0xacdfc577 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xaceb1b3a device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xacfe997e powerpc_firmware_features +EXPORT_SYMBOL_GPL vmlinux 0xad039c54 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xad12f871 get_slice_psize +EXPORT_SYMBOL_GPL vmlinux 0xad21c202 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xad33208b cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xad49971a subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xad54f745 gov_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xad5805c8 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xad609385 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0xad6e0974 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xad8d2717 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xad9363bb ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xadb7acf3 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xadba2f45 of_get_named_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadc99103 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xade7857f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xade87c0c irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae05e78f ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xae079a58 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xae0c4a78 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xae1af779 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xae3c25d5 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xae3c5c27 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0xae50e573 devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xae5dec58 of_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6eaf93 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae9fefbe regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xaebe58af ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xaecd73b8 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xaeda2780 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xaef479de eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xaf09cc62 device_reset +EXPORT_SYMBOL_GPL vmlinux 0xaf15facb pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xaf2ac6d8 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xaf3ae062 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xaf697d36 kvm_release_hpt +EXPORT_SYMBOL_GPL vmlinux 0xaf907626 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xaf93ce0a fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0xaf9bb57a tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xafa96cad irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xafb889b2 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xafd3b96a pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xb014ab8a sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xb044b2ac regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb0aa2f34 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xb0ad6f93 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c28b78 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xb0c8a02f pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb11a254a sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xb1333344 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb1453d05 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xb156d852 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb1603e62 rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0xb1678bc4 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xb17a1bb9 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb1894607 opal_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xb19f8378 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb1a93ad3 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0c1c2 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e329f4 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb1f389ab __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb1fb605a hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb203049d usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xb204f360 component_master_add +EXPORT_SYMBOL_GPL vmlinux 0xb20c23e6 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xb215df9e rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb22d4f02 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xb28f90be inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xb29b933f sdhci_pci_o2_probe_slot +EXPORT_SYMBOL_GPL vmlinux 0xb29edade kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb347bb2c work_busy +EXPORT_SYMBOL_GPL vmlinux 0xb34ebaa8 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xb3a9546a bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0xb3b4738b __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xb3bcf456 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xb3c80562 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xb3dc1778 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb3e6c295 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xb3e8b2fd debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xb4071002 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xb4223881 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb44c83e7 devm_usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4caa2ae __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xb4cd345f raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb526c411 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb54893fd flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xb555248f ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xb559ad5b tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb57d63a4 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xb5814131 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xb5848bae __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xb588260a sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5aa10af atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5addb14 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xb5c85cf6 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xb5c8edf4 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb60b5707 of_i8042_aux_irq +EXPORT_SYMBOL_GPL vmlinux 0xb618b0af wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62c5bd5 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb62fc556 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0xb643c250 xics_wake_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb65127bb regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xb65384db regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb67c7eb9 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6e2fd1a sdhci_pci_o2_fujin2_pci_init +EXPORT_SYMBOL_GPL vmlinux 0xb6f6d97d pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xb6f95a19 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xb719c7b2 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xb74455eb inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xb7d61ab2 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xb7f08ba9 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb7f6419b rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb7fd9f52 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xb806e46e phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xb820778d regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xb82ae495 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xb83eb9ad sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb88893bb fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xb8a8039b skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xb900c9d2 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb90db495 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xb9263933 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xb92988ce __module_address +EXPORT_SYMBOL_GPL vmlinux 0xb9528f5e smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xb964ea25 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xb96b05f2 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb9ad3574 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xb9b27678 __remove_pages +EXPORT_SYMBOL_GPL vmlinux 0xb9b45361 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9cf4dd4 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d30b16 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xb9db84e1 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xba0455ee xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0xba09c0d6 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xba158769 rtas_cancel_event_scan +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba3618f9 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xba45f3d5 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xba4b558e class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xba6bd51f usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xba772698 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xba8d046c usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xba8f5434 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xbaad4309 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbaaeaa4b spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xbab85740 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xbaf5e32e rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb04114c iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0c0d49 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xbb21c228 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xbb26acbd wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xbb4d7c28 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xbb672f27 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbb68050b ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xbb6e2d34 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xbb817285 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xbb9bdd56 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xbbd7dc4c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbc11e78c sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xbc23f773 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0xbc4179a1 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xbc47fd49 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0xbc54518f dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0xbc56fb67 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xbc5d74c8 ip_tunnel_get_stats64 +EXPORT_SYMBOL_GPL vmlinux 0xbc5e9588 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0xbc64b29b perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xbc84f138 iommu_flush_tce +EXPORT_SYMBOL_GPL vmlinux 0xbc9ee6a4 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xbcac6160 pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdc5959 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcf02f92 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbcf6ff06 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xbd252dc8 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xbd3b4edc ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xbd44c4e4 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd7d7a52 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xbd96dcc5 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xbda15728 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xbda5da4d ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xbdbd1d84 pwm_can_sleep +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe21146b irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xbe4adb80 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xbe5578fe virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xbe571444 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xbe7a8575 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0xbe8c2e0c kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xbe8fa499 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbec75d8c pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xbecc9f99 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xbed244be usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xbeeceb8d pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf1cc04b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xbf34080e devm_mdiobus_alloc_size +EXPORT_SYMBOL_GPL vmlinux 0xbf482b0b inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xbf5a92d4 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xbf7aeab9 scom_map_device +EXPORT_SYMBOL_GPL vmlinux 0xbf7eaacf inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xbf949d1e bdev_read_page +EXPORT_SYMBOL_GPL vmlinux 0xbfa3ef0e tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xbfa6c89e wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xbfb31fee ftrace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xbfb637fa ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfd23921 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xbfd2791a component_del +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc02bec3c usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc03fbce6 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xc065a455 cpu_core_index_of_thread +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0952645 input_class +EXPORT_SYMBOL_GPL vmlinux 0xc0b044ba wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0xc0b86ca8 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc0be58e1 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0d01bc0 percpu_ref_cancel_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0d656a6 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xc10e3ea1 srp_rport_add +EXPORT_SYMBOL_GPL vmlinux 0xc10e4ca0 regmap_fields_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xc11b45c6 gpiod_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc1647dcc hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xc16c1ab5 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc1a50ad0 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xc1ad513a devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xc1b00f21 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0xc1b36c02 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xc1bca93f devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xc1dc74a3 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xc1e05e47 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xc1ec6f07 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc20d6511 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2b0e3fc pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xc2c25342 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xc2cee29c usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc2f04c5b power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xc311c679 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc3240628 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xc33e74f4 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34d38c8 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xc3529df1 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc38b8449 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xc3b46f19 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xc3baae48 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xc3c6c9cc hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0xc3cd5c70 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xc3ce9d4f ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xc3d304c6 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xc3d36051 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xc3da084f __mmu_notifier_invalidate_range_start +EXPORT_SYMBOL_GPL vmlinux 0xc3ee49d7 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xc3ef8410 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3f6b08b ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xc407a1d4 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xc415dd12 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc4540a72 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4837db1 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xc4874034 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4a16a61 unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xc4c5bd90 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xc4d0d329 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xc4db8583 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc4eb1607 of_pci_find_msi_chip_by_node +EXPORT_SYMBOL_GPL vmlinux 0xc508eb6e event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xc51e4988 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xc52a324b __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xc530c846 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xc5366365 sk_filter_free +EXPORT_SYMBOL_GPL vmlinux 0xc559f46c device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc57afe99 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xc5a2c19f idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc5c97b7d crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xc5dbd362 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xc606cd3c boot_cpuid +EXPORT_SYMBOL_GPL vmlinux 0xc6098fc5 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc6325de6 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xc63a1109 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc63ac934 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xc6477931 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc65ebf3c __mmu_notifier_invalidate_range_end +EXPORT_SYMBOL_GPL vmlinux 0xc6605578 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xc661cbaf usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc688ec99 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc68aa252 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc6908552 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xc693cb93 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6bfab1d bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xc6d25858 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xc6d358c1 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xc703cbd0 irq_domain_add_simple +EXPORT_SYMBOL_GPL vmlinux 0xc70ef84f mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xc712209d devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xc718c1da uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc7361fad led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc763a470 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7ba14f3 use_mm +EXPORT_SYMBOL_GPL vmlinux 0xc7c43011 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7dfa6bd __add_pages +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7ff5062 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xc807acff blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0xc80ae6a0 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xc85d3dd6 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xc85e75bb inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xc862ad75 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xc86df150 hash_page_mm +EXPORT_SYMBOL_GPL vmlinux 0xc8706b3d scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc8873d1d uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8de802f cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc945b45d regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xc947d81d usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xc9537714 srp_attach_transport +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc97d1140 cpufreq_cooling_get_level +EXPORT_SYMBOL_GPL vmlinux 0xc97f65b1 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0xc99d2f8f genlmsg_new_unicast +EXPORT_SYMBOL_GPL vmlinux 0xc9a388da hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xc9ba073b clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xc9c2ae83 init_phb_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xc9dafee2 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f61419 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xca111d53 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xca1c5504 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xca7b6947 mmc_send_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xca7bdf38 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca85c4e8 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xca8c5852 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xca97788c key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xcaa7fbed mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xcaac0f9e fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xcab36e4b skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcad0b44f regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xcaed4e48 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb469d2b ddebug_add_module +EXPORT_SYMBOL_GPL vmlinux 0xcb4a8517 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xcb882686 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xcb9d0142 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0xcbadbd73 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0xcbc34c51 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xcbdbc7b9 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcbfffc98 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xcc04b944 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xcc08e32c wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xcc0ebf4f iommu_clear_tces_and_put_pages +EXPORT_SYMBOL_GPL vmlinux 0xcc0f1009 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcc198a28 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc341fae wm8997_patch +EXPORT_SYMBOL_GPL vmlinux 0xcc35bc13 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xcc3a74ea vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xcc3bbe7c i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xcc4f8f43 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xcc560702 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcc85fcb6 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0xcc8a4cc0 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xccb0687a pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xcd1244a4 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xcd21f6aa dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0xcd2ba640 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xcd440256 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xcd483e59 blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xcd7da252 rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0xcd851ca8 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9e8732 bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0xcda02a5a devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xcdb42ba6 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0xcdb5a9d4 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xcdb64bd8 of_node_to_nid +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcc7855 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xcde94234 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xcdf08120 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xce080c4c rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce0ce3b4 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xce12d39b add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xce136e5d hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xce30ae42 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xce41db07 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce4ce9fc ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xce5dceaa __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce796655 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xce8e5b63 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xce9c45be ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcecfb781 isa_bridge_pcidev +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee4b78a class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xceecf93e usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xcf06f7ef set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xcf30fba8 __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xcf3a73bc iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0xcf3cea59 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xcf425b79 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xcf4a3ddb dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xcf54ea93 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf786cc6 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xcf8186e2 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xcf8fd472 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xcf91522b usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xcf94df6f led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xcf98408a task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xcf9aaa3b pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xcfa39eca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfaa5f15 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfea517f ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xcff21d6d device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xd003ac91 kvmppc_h_get_tce +EXPORT_SYMBOL_GPL vmlinux 0xd01ca989 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xd024f273 dev_get_gen_pool +EXPORT_SYMBOL_GPL vmlinux 0xd02cf233 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd061e250 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0702ece register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xd0a26837 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xd0b04123 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xd0bb08a6 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0d1f1a8 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xd13e45ce devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd147177f sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xd14b00f7 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd16abe7c of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xd1784c48 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xd17e0b0c get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0xd180de4a device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xd1881394 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xd18aeae6 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0xd19a27f3 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xd19ca953 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xd1c9ea28 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd1d03b5d usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xd1d926de crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xd1e3c96a yield_to +EXPORT_SYMBOL_GPL vmlinux 0xd2007bc4 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd265ba97 inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2ab6260 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd2c89793 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xd2da1b71 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0xd3086ce1 cpu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xd31ce6ba subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd3573e09 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xd3592dd9 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd406ba1d ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xd409e84f usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xd40b1837 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xd4125f94 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd41fffab interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd458f23d fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xd45a3b65 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd4632902 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xd4a874e2 iommu_tce_put_param_check +EXPORT_SYMBOL_GPL vmlinux 0xd4ae8082 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4ca0efa inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd4dcde4a crypto_ahash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xd52a5a10 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xd52d7ca7 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd55ceb29 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xd5ac933a vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5c36c40 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xd5e042b6 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xd5eae3d5 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xd60fcf1d uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xd62e59fd kvm_release_rma +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd697e1ac tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xd6a43677 opal_async_release_token +EXPORT_SYMBOL_GPL vmlinux 0xd6d44c24 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xd6fb70a7 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd7499366 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd769d1b0 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd780137a pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xd789ab5b rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0xd7a149ed rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xd7a7c4b9 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7e2b966 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xd7fd7e5f devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xd80eb5c3 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8263870 mmu_slb_size +EXPORT_SYMBOL_GPL vmlinux 0xd828a786 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0xd82cbfd8 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xd839dbc3 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xd83ae8ff edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd85327bc wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd87451be tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd88be692 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd8e989d7 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xd8fe5d3a ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd900234e kvm_rma_pages +EXPORT_SYMBOL_GPL vmlinux 0xd93d6a8f debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd9544338 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd985cee3 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xd9ba4dda dma_request_slave_channel_reason +EXPORT_SYMBOL_GPL vmlinux 0xd9cff377 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xd9ed035c dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xd9f28062 usb_get_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xda0960e6 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda4f00e1 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0xda697997 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xdab19be7 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xdab48afc extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xdab823bf subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xdabd0e64 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xdacb973e ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xdaec531f __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xdaedda3c devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdaee3387 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdaf5e7a3 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xdafb1f8c dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xdb2d65fd ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba507d1 get_device +EXPORT_SYMBOL_GPL vmlinux 0xdbb51411 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xdbbf4145 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xdbe00e78 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xdbe4eb5d ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xdbf15246 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9e3a61 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xdc9edc5b do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcb00d98 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xdcbe4550 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xdccafb33 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xdccf3c1e driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xdcd33632 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xdce5004a ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xdd0ff165 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd391eff profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd407c92 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xdd729424 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xdd72f7f5 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xdd94d3c5 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xdd9d343b sched_setattr +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddcedef6 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xde33527a setup_irq +EXPORT_SYMBOL_GPL vmlinux 0xde43a996 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xde460f58 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0xde7a4c7f led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xde81391a stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xde9fad6d dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xdecb17b8 tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xdf041451 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf153667 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xdf2c2121 cpu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0xdf2c2a84 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf937446 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xdf94a59d debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xdfae8595 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xdfdf9c10 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdfe01475 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xdfe53f73 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe015810e posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xe0266bea regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe04523e7 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0ab8071 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xe0be1d57 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xe0d2186c __class_create +EXPORT_SYMBOL_GPL vmlinux 0xe104da34 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xe10c34eb raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0xe152de7c i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xe16b2942 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe1775ee7 dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0xe19e8515 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c1b72e vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xe1cee095 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xe2173732 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xe230656b extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xe23934b6 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xe265b97b napi_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xe2749a6c i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xe29c80b0 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xe2bcfe3b ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xe2c2af8d ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xe2c4739c thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xe2d053fd arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0xe2eb1c3c pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe3507aff platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xe35fa6e6 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xe3656f9c __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe36fb985 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe39ad870 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xe3d03d4b component_master_add_child +EXPORT_SYMBOL_GPL vmlinux 0xe3d12bb1 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xe3d7750e btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0xe40759f0 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xe407a062 nf_queue_entry_release_refs +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe45c7195 list_lru_init_key +EXPORT_SYMBOL_GPL vmlinux 0xe46c9bab arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0xe46f38ea serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xe478d531 pcibios_map_io_space +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe49ee945 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe4ad55da ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xe4b64032 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe4b6fd85 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe4c031f8 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xe4c4b28f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe4f3e733 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xe504171f wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xe51c040f register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xe53647d4 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xe5540302 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xe56ddad7 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58f8bda pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5b68a5c alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xe5c965ce reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5ee4360 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xe5f1afd9 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xe61b8b4b sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xe61be232 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe65b135d attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xe65dd420 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xe679aa94 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xe68c558f iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xe69c14ba of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0xe6af2cc7 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe6be7864 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xe6c68334 ddebug_remove_module +EXPORT_SYMBOL_GPL vmlinux 0xe6d6a31e iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6ea2418 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xe6f81c25 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xe70b0932 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xe70e7f8b key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xe7112e53 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xe7173926 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xe74a6224 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76b02cd arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0xe76bd2cd __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xe77adcfe crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xe77c41e4 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xe78c0757 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xe7bd5aaa fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xe7c0f363 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xe7d0ca3a devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xe7d33b88 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xe7d985e1 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xe7dbdf32 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xe7de46dc ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xe7f18b3c threads_per_subcore +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe81fa6de skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xe82bf0fd security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xe82d4a54 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xe83af129 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe8594c9d fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xe85c55e7 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86cc1f5 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe8858aa2 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xe89b5129 vtime_common_account_irq_enter +EXPORT_SYMBOL_GPL vmlinux 0xe89bd243 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe8a07589 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe8b51193 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xe8cd3ac0 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0xe8cdf2f1 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xe8e4578d sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xe8e7b790 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xe8e98863 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe8eb97d7 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xe909614c usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe916337c device_show_int +EXPORT_SYMBOL_GPL vmlinux 0xe91699c1 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe947e60b sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xe9506579 iommu_tce_direction +EXPORT_SYMBOL_GPL vmlinux 0xe953f50e unregister_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0xe954cd2d blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0xe9962e8a pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xe9a1ff2b ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9fac1cb spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea23a08b of_usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xea2ef5d3 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xea39af65 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea61e421 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xea628c20 bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xea62cc06 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xea887f76 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xeabd4bcc __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xeac76d8b sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xeaca94af put_device +EXPORT_SYMBOL_GPL vmlinux 0xeae2e8a4 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xeaff6e81 regmap_fields_write +EXPORT_SYMBOL_GPL vmlinux 0xeb18a4e6 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xeb1c3628 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb33368b __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xeb38adf7 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb4491de regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xeb4eb501 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xeb8a1265 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0xeb8ae736 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeb8ee2ac ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec3ae0c4 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xec631f34 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0xec7d62df agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0xecaa6ca9 scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xecc6c085 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xecd7403a devm_rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed02aa31 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xed167aee kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xed2546fd usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xed485db3 srp_release_transport +EXPORT_SYMBOL_GPL vmlinux 0xed75289c realmode_pfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xed75a56f device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xed83ebdf gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xedd49930 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xedf0ad15 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0xedf48061 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xedf5f874 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xedfce05f user_read +EXPORT_SYMBOL_GPL vmlinux 0xee007bb5 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xee00ccae dm_internal_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee04d614 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xee220564 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0xee4851ec pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xee4bed4b device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee7fbadd adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee86df8c eeh_dev_check_failure +EXPORT_SYMBOL_GPL vmlinux 0xee891cc0 srp_tmo_valid +EXPORT_SYMBOL_GPL vmlinux 0xee89376c vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xeeb15627 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xeed9872b iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xef1d5c0b irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d007a sigset_from_compat +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xef9392b9 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xef973b0d rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xeff8400b __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xeff92110 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xeffa6b8f __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xeffd1f75 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xeffff565 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xf004990b cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xf03db514 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xf0488050 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xf081885a stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0xf084db2a rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xf08c96b7 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xf0a38ba3 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xf0a79108 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xf0b3fc78 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xf0bb9bd6 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xf0d0ca31 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xf0d3fa48 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xf0dfad41 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf1010dd3 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xf106d68c verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xf139bd8d wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xf158f170 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xf17a82ec anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xf17bde2f pwm_config +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188ca0c pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xf19587bf pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xf1a41b33 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xf1a62b6f of_i8042_kbd_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b5690f regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf2027bf7 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2271e13 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xf2560844 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xf263db99 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xf26f5827 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xf27977e2 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0xf287bda3 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xf2a32614 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf2a451bf device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf2ac753b udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xf2cefa7b unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xf2d27cb8 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xf2d386b7 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xf2f077cc pkey_id_type_name +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf306be77 ping_seq_fops +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf3138e20 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xf31abb98 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31b9452 cpu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xf31c41b9 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf3227416 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf3425676 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xf3777558 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3811e64 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xf3853d50 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0xf38ff44c xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xf3949e9c pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xf3b4273e rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3cb3f66 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xf3f0bfe1 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf4048472 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xf416b1f6 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf49ffac1 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xf4b06c2e ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xf4bed5fa fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xf4fb4a26 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf525e8c9 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xf529c385 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xf52da10d udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf532b1a0 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xf5390be1 flush_altivec_to_thread +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5621abc posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0xf5852bc2 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bb907d crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xf5c599e9 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xf5d43aa1 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xf5dca3b5 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xf60af3bb of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xf61eb704 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xf63ca9f3 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xf65dd5a8 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf65df982 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xf674bb5c da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf6d03a54 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xf6db26d1 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6efa43b spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf70826a1 blkdev_write_iter +EXPORT_SYMBOL_GPL vmlinux 0xf74279cb dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xf7608cdf __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xf779f37b ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xf78d1103 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf7981be4 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xf7b769d6 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xf816c866 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf819eb69 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xf81d196c exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf837e0eb unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xf8668467 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf899eaee __giveup_vsx +EXPORT_SYMBOL_GPL vmlinux 0xf89b9429 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xf89bad50 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf8c75486 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xf8cf79bd fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf8e3314b regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xf8e398fc memstart_addr +EXPORT_SYMBOL_GPL vmlinux 0xf8e6b564 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf90c129b devres_add +EXPORT_SYMBOL_GPL vmlinux 0xf9154bff inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xf921a72e cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf932015f __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf9326c8a arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0xf9417780 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0xf9533dbb blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xf981b553 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xf98d6e89 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a6bd31 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xf9ab2f31 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0xf9bada08 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xf9bfffe5 kernfs_path +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9cb90ac tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xf9d2611b alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfa0a2602 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xfa0c35c6 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa2ab389 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xfa3fd116 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xfa6164b2 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xfa69d1b0 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfa9dad83 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0xfaa1a498 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xfab60503 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xfad17011 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xfafd8b69 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xfb14cf0f scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3a41a1 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xfb3b8ccf handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xfb44a7a1 opal_ipmi_recv +EXPORT_SYMBOL_GPL vmlinux 0xfb52b77d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0xfb54192f dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb95b7a7 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfb96b062 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbcc1c6e regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc34c1fd tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xfc63b543 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xfc651d6e ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xfc72d987 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xfc8c7c88 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xfcbe2149 eeh_pe_configure +EXPORT_SYMBOL_GPL vmlinux 0xfcc64615 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfd08f875 component_add +EXPORT_SYMBOL_GPL vmlinux 0xfd19fafb rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfd2bfb98 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xfd3361ad pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xfd3aa562 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xfd58d68d iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0xfdb0f287 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xfdbeca8d tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xfdd2fb71 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xfde05a06 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xfe0ecad2 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xfe398f09 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xfe4b19ee da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xfe5a5c13 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfebc8166 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xfebda410 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfecd1358 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfefb4877 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff479a74 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xff4e21c1 early_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff6fecb0 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0xff7bb942 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xff92a79f crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0xff95136b __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xffbd95c8 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xffd1b17e sdio_writew --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/ppc64el/generic.compiler +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/ppc64el/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 4.8.2-19ubuntu1) 4.8.2 --- linux-lts-utopic-3.16.0.orig/debian.utopic/abi/3.16.0-71.92/ppc64el/generic.modules +++ linux-lts-utopic-3.16.0/debian.utopic/abi/3.16.0-71.92/ppc64el/generic.modules @@ -0,0 +1,3767 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6lowpan_iphc +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ac97_bus +acard-ahci +acecad +acenic +act200l-sir +act8865-regulator +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7303 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adc128d818 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adv7180 +adv_pci1710 +adv_pci1723 +adv_pci1724 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +ak8975 +algif_hash +algif_skcipher +ali-ircc +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_tse +altera_uart +alx +amc6821 +amd +amd5536udc +amd8111e +amd-xgbe +amd-xgbe-phy +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci263 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apbps2 +apds9300 +apds9802als +apds990x +appledisplay +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arc_emac +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711_bl +as3711-regulator +as3722-regulator +as3935 +as5011 +asc7621 +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +aten +ath +ath10k_core +ath10k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atm +atmel +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avmfritz +ax25 +ax88179_178a +axp20x-regulator +b1 +b1dma +b1pci +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm203x +bcm3510 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcma +bcma-hcd +bcmsysport +bcm_wimax +bd6107 +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluetooth +bma150 +bma180 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpctl_mod +bpqether +bq2415x_charger +bq24190_charger +bq24735-charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadcom +broadsheetfb +bsd_comp +bsr +bt878 +btcoexist +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bw-qcam +bypass +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +cicada +cifs +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_zevio +cirrus +cirrusfb +clearpad_tm1217 +clip +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm32181 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmm +cmtp +cnic +cobra +coda +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +configfs +contec_pci_dio +cordic +core +cp210x +cpc925_edac +cpia2 +cpu-notifier-error-inject +c-qcam +cramfs +crc32 +crc7 +crc8 +crc-ccitt +crc-itu-t +cros_ec +cros_ec_i2c +cros_ec_keyb +cros_ec_spi +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +csiostor +ctr +cts +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxl +cxt1e1 +cy8ctmg110_ts +cyapa +cyber2000fb +cyberjack +cyclades +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +da9063-regulator +da9210-regulator +dac02 +DAC960 +daqboard2000 +das08 +das08_isa +das08_pci +das16 +das16m1 +das6402 +das800 +davicom +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +ddbridge +de2104x +de4x5 +decnet +deflate +defxx +denali +denali_pci +des_generic +dgap +dgnc +dgrp +dht11 +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-cache +dm-cache-cleaner +dm-cache-mq +dm-crypt +dm-delay +dm-era +dmfe +dm-flakey +dm-log +dm-log-userspace +dmm32at +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-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +docg3 +docg4 +drbd +drm +drm_kms_helper +drm_usb +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt3000 +dt3155v4l +dt9812 +dummy +dummy-irq +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +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_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc2 +dwc2_gadget +dwc2_pci +dwc2_platform +dwc3 +dwc3-pci +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +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 +ec100 +echo +edac_core +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +ehci-platform +ehset +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +eni +enic +epat +epia +epic100 +eql +esas2r +esd_usb2 +esi-sir +esp4 +esp6 +et1011c +et131x +ethoc +evbug +exofs +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max14577 +extcon-max77693 +extcon-max8997 +extcon-palmas +ezusb +f2fs +f75375s +f81232 +fakelb +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fealnx +ff-memless +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +flexcan +floppy +fm801-gp +fmc +fmc-chardev +fmc-fakedev +fmc-trivial +fmc-write-eeprom +fm_drv +forcedeth +fore_200e +fotg210-hcd +fotg210-udc +freevxfs +friq +frpw +fsa9480 +fscache +fsl-edma +fsl_elbc_nand +fsl_lpuart +ft1000 +ftdi-elan +ftdi_sio +ftl +fujitsu_ts +fusbh200-hcd +g450_pll +g760a +g762 +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmtty +gdmulte +gdmwm +gdth +generic +generic-adc-battery +generic_bl +genet +gen_probe +genwqe_card +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-loader +go7007-usb +goku_udc +gp2ap002a00f +gp2ap020a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio_backlight +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dwapb +gpio-fan +gpio-generic +gpio-grgpio +gpio-ir-recv +gpio-janz-ttl +gpio-kempld +gpio_keys +gpio_keys_polled +gpio-lp3943 +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-rdc321x +gpio-regulator +gpio-sch311x +gpio-syscon +gpio_tilt_polled +gpio-tps65912 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +gpio-viperboard +gpio-vx855 +gpio_wdt +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +gr_udc +gsc_hpdi +g_serial +gs_fpga +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_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gs_usb +gtco +guillemot +gunze +g_webcam +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-appleir +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cp2112 +hid-cypress +hid-dr +hid-elecom +hid-elo +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-holtek-mouse +hid-huion +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +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-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-steelseries +hid-sunplus +hid-thingm +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-xinmo +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +hostap +hostap_pci +hostap_plx +hp100 +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +htc-pasic3 +htu21 +huawei_cdc_ncm +hvcs +hvcserver +hwa-hc +hwa-rc +hwmon-vid +hwpoison-inject +hx8357 +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-cros-ec-tunnel +i2c-designware-core +i2c-designware-pci +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mpc +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-ocores +i2c-opal +i2c-parport +i2c-parport-light +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-xiic +i2o_block +i2o_bus +i2o_core +i2o_proc +i2o_scsi +i40e +i40evf +i5k_amb +i6300esb +i740fb +ib_addr +ib_cm +ib_core +ib_ehca +ib_ipoib +ib_iser +ib_isert +ib_mad +ibmaem +ibmpex +ibmpowernv +ib_mthca +ibmvfc +ib_qib +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +icom +icplus +icp_multi +ics932s401 +ideapad_slidebar +idmouse +idt77252 +idtcps +idt_gen2 +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-interrupt +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili922x +ili9320 +img-ir +imm +imon +ims-pcu +imx074 +imx_thermal +ina209 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intel_vr_nor +interact +interval_tree_test +inv-mpu6050 +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6t_SYNPROXY +ip6_tunnel +ip6_vti +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_powernv +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_SYNPROXY +ipt_ULOG +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1362-hcd +isp1704_charger +isp1760 +itd1000 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +kafs +kalmia +kaweth +kbic +kbtab +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +kobil_sct +ks0108 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-hv +kvm-pr +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lattice-ecp3-config +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libceph +libcomposite +libcrc32c +libcxgbi +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +ll_temac +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630a_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lms283gf05 +lms501kf03 +lnbp21 +lnbp22 +lockd +locktorture +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp8755 +lp8788_adc +lp8788_bl +lp8788-buck +lp8788-charger +lp8788-ldo +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2945 +ltc2978 +ltc3589 +ltc4151 +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltv350qv +lv5207lp +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m25p80 +m2m-deinterlace +m52790 +m88ds3103 +m88rs2000 +m88ts2022 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +mag3110 +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max14577 +max14577_charger +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max3421-hcd +max34440 +max517 +max6639 +max6642 +max6650 +max6697 +max6875 +max7359_keypad +max77686 +max77693 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8997_haptic +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mcb +mcb-pci +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp320x +mcp3422 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc800 +mdio +mdio-bitbang +mdio-gpio +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +me4000 +me_daq +media +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mem2mem_testdev +memory-notifier-error-inject +memstick +mena21_wdt +men_z135_uart +men_z188_adc +metronomefb +metro-usb +mf6x4 +mfd +mga +michael_mic +micrel +microread +microread_i2c +microtek +mii +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlx90614 +mma8450 +mma8452 +mmc_block +mmc_spi +mms114 +mos7720 +mos7840 +moxa +mpc624 +mpl115 +mpl3115 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrp +mrst_max3110 +ms_block +msdos +msi001 +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt29f_spinand +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_am335x +musb_dsps +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_u3d_core +mv_udc +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxser +mxuport +myri10ge +nand +nand_bch +nand_ecc +nand_ids +nandsim +national +natsemi +nau7802 +navman +nbd +nci +ncpfs +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netlink_diag +netrom +netxen_nic +newtonkbd +nfc +nfc_digital +nfcmrvl +nfcmrvl_usb +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcsim +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nf_synproxy_core +nf_tables +nf_tables_arp +nf_tables_bridge +nf_tables_inet +nf_tables_ipv4 +nf_tables_ipv6 +nft_chain_nat_ipv4 +nft_chain_nat_ipv6 +nft_chain_route_ipv4 +nft_chain_route_ipv6 +nft_compat +nft_counter +nft_ct +nft_exthdr +nft_hash +nftl +nft_limit +nft_log +nft_meta +nft_meta_bridge +nft_nat +nft_queue +nft_rbtree +nft_reject +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_labpc +ni_labpc_pci +nilfs2 +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +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 +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +null_blk +nvidiafb +nvme +nxt200x +nxt6000 +objlayoutdriver +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +of_mmc_spi +ofpart +of_xilinx_wdt +ohci-platform +old_belkin-sir +omap4-keypad +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osd +osdblk +osst +oti6858 +ov2640 +ov5642 +ov6650 +ov7640 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +paride +parkbd +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 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci200syn +pcips2 +pci-stub +pcl711 +pcl724 +pcl726 +pcl730 +pcm3724 +pcmad +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcspkr +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +peak_pci +peak_usb +pegasus +penmount +percpu_test +pf +pfuze100-regulator +pg +phantom +phison +phonet +phram +phy-bcm-kona-usb2 +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-samsung-usb +phy-samsung-usb2 +phy-samsung-usb3 +physmap +physmap_of +phy-tahvo +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544 +pn544_i2c +pn_pep +port100 +poseidon +powermate +powernv-rng +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +pseries_energy +pseries-rng +psmouse +psnap +pt +ptn3460 +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-fsl-ftm +pwm-lp3943 +pwm-pca9685 +pwm-twl +pwm-twl-led +pxa27x_udc +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qmi_wwan +qnx4 +qnx6 +qsemi +qt1010 +qt1070 +qt2160 +quatech2 +quota_tree +quota_v1 +quota_v2 +qxl +r128 +r592 +r6040 +r8152 +r8169 +r8188eu +r8192ee +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723au +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-bcm2048 +radio-i2c-si470x +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si476x +radio-tea5764 +radio-timb +radio-usb-si470x +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar_vin +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-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +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-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +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-pctv-sedna +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-tbs-nec +rc-technisat-usb2 +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-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +rio500 +rionet +rio-scan +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rp2 +rpadlpar_io +rpaphp +rpcsec_gss_krb5 +rsi_91x +rsi_sdio +rsi_usb +rsxx +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtas_flash +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-as3722 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc_cmos_setup +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-generic +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12057 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-moxart +rtc-msm6242 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx4581 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-tps80031 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-xgene +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtl8723be +rtl8723-common +rtl8821ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtl_pci +rtl_usb +rtlwifi +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7706h +safe_serial +salsa20_generic +samsung-sxgbe +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 +savage +savagefb +sbp_target +sbs-battery +sc16is7xx +sc92031 +sca3000 +scanlog +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq +sch_fq_codel +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_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +sctp +sctp_probe +sdhci +sdhci-of-arasan +sdhci-of-esdhc +sdhci-of-hlwd +sdhci-pci +sdhci-pltfm +sdio_uart +sdr-msi3101 +seed +sep_driver +seqiv +ser_gigaset +serial2002 +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sfc +sha1-powerpc +shark2 +sh_eth +sht15 +sht21 +shtc1 +sh_veu +si2157 +si2168 +si21xx +si4713 +si476x-core +si7005 +sidewinder +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skd +skel +skfp +skge +sky2 +sl811-hcd +slcan +slip +slram +sm501 +sm501fb +smb347-charger +sm_common +sm_ftl +smm665 +smsc +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +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-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-firewire-lib +snd-firewire-speakers +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +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-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-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-scs1x +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-soc-adau1701 +snd-soc-ak4104 +snd-soc-ak4554 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-alc5623 +snd-soc-atmel-pcm +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-fsl-esai +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-hdmi-codec +snd-soc-imx-audmux +snd-soc-pcm1681 +snd-soc-pcm1792a-codec +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sta350 +snd-soc-tas5086 +snd-soc-tlv320aic3x +snd-soc-tpa6130a2 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8804 +snd-soc-wm8903 +snd-soc-wm8962 +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usbmidi-lib +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-ymfpci +soc_button_array +soc_camera +soc_camera_platform +soc_mediabus +soc_scale_crop +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +soundcore +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-dw-mmio +spi-gpio +spi_ks8995 +spi-lm70llp +spi-nor +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-xcomm +spmi +squashfs +sr9700 +sr9800 +ssb +ssb-hcd +ssd1307fb +ssfdc +sst25l +sstfb +ssu100 +st +st1232 +st21nfca +st21nfca_i2c +st_accel +st_accel_i2c +st_accel_spi +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste10Xp +ste_modem_rproc +stex +st_gyro +st_gyro_i2c +st_gyro_spi +stinger +stir4200 +stk1160 +stkwebcam +st_magn +st_magn_i2c +st_magn_spi +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +st_pressure +st_pressure_i2c +st_pressure_spi +streamzap +st_sensors +st_sensors_i2c +st_sensors_spi +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +sur40 +svcrdma +svgalib +sx8 +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda998x +tdfx +tdfxfb +tdo24m +tea +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +tekram-sir +test_bpf +test-kstrtox +test_module +test_power +test-string_helpers +test_user_copy +tgr192 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmp006 +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +torture +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_i2c_stm_st33 +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-charger +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps65218 +tps65218-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +trf7970a +tridentfb +ts2020 +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +tsi568 +tsi57x +tsi721_mport +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +tsl4531 +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner_it913x +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw2804 +tw9903 +tw9906 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030_madc_battery +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twl-regulator +twofish_common +twofish_generic +typhoon +u132-hcd +uartlite +uas +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +u_ether +ufs +ufshcd +ufshcd-pci +ufshcd-pltfrm +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +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 +unioxx5 +unix_diag +upd64031a +upd64083 +usb3503 +usb_8dev +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_mass_storage +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usb-serial-simple +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbtv +usbvision +usb_wwan +usdhi6rol0 +u_serial +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +ux500 +v4l2-common +v4l2-dv-timings +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +veth +vf610_adc +vfio +vfio_iommu_spapr_tce +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost +vhost_net +vhost_scsi +via +via686a +via-ircc +via-rhine +via-sdmmc +via-velocity +videobuf2-core +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videodev +viperboard +viperboard_adc +virt-dma +virtio-rng +virtio_scsi +virtual +visor +vitesse +vivi +vlsi_ir +vmac +vme_pio2 +vme_user +vme_vmivme7805 +vmk80xx +vmwgfx +vmxnet3 +vp27smpx +vringh +vsock +vsp1 +vsxxxaa +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83781d +w83791d +w83792d +w83793 +w83795 +w83977af_ir +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +wanxl +warrior +wbsd +wcn36xx +wdrtas +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +windfarm_core +wire +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +xc4000 +xc5000 +xcbc +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xilinx_ps2 +xilinx_uartps +xillybus_core +xillybus_of +xillybus_pcie +xor +xpad +xprtrdma +xsens_mt +x_tables +xt_addrtype +xt_AUDIT +xt_bpf +xt_cgroup +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_ipcomp +xt_iprange +xt_ipvs +xtkbd +xt_l2tp +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yurex +zaurus +zd1201 +zd1211rw +zforce_ts +zhenhua +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zr364xx +zram +zte_ev --- linux-lts-utopic-3.16.0.orig/debian.utopic/changelog +++ linux-lts-utopic-3.16.0/debian.utopic/changelog @@ -0,0 +1,21510 @@ +linux-lts-utopic (3.16.0-72.93~14.04.1) trusty; urgency=low + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1582411 + + [ Kamal Mostafa ] + + * [Packaging] update-from-xxx-master: pull from git.launchpad.net + * [Packaging] update-from-xxx-master: update from master-next + * [Config] Drop ozwpan from the ABI + + [ Luis Henriques ] + + * [Config] CONFIG_USB_WPAN_HCD=n + - LP: #1463740 + - CVE-2015-4004 + + [ Prarit Bhargava ] + + * SAUCE: (no-up) ACPICA: Dispatcher: Update thread ID for recursive + method calls + - LP: #1577898 + + [ Upstream Kernel Changes ] + + * usbnet: cleanup after bind() in probe() + - LP: #1567191 + - CVE-2016-3951 + * KVM: x86: bit-ops emulation ignores offset on 64-bit + - LP: #1423672 + * USB: usbip: fix potential out-of-bounds write + - LP: #1572666 + - CVE-2016-3955 + * x86/mm/32: Enable full randomization on i386 and X86_32 + - LP: #1568523 + - CVE-2016-3672 + * Input: gtco - fix crash on detecting device without endpoints + - LP: #1575706 + - CVE-2016-2187 + * atl2: Disable unimplemented scatter/gather feature + - LP: #1561403 + - CVE-2016-2117 + * ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock + - LP: #1577905 + * PNP: Add Broadwell to Intel MCH size workaround + - LP: #1577748 + * PNP: Add Haswell-ULT to Intel MCH size workaround + - LP: #1577748 + * fs/pnode.c: treat zero mnt_group_id-s as unequal + - LP: #1572316 + * propogate_mnt: Handle the first propogated copy being a slave + - LP: #1572316 + * USB: mct_u232: add sanity checking in probe + - LP: #1556877 + - CVE-2016-3136 + * USB: cypress_m8: add endpoint sanity check + - LP: #1556878 + - CVE-2016-3137 + * USB: digi_acceleport: do sanity checking for the number of ports + - LP: #1556888 + - CVE-2016-3140 + * Input: ims-pcu - sanity check against missing interfaces + - LP: #1566581 + - CVE-2016-3689 + * drm: Balance error path for GEM handle allocation + - LP: #1579610 + * net: fix infoleak in llc + - LP: #1578496 + - CVE-2016-4485 + * net: fix infoleak in rtnetlink + - LP: #1578497 + - CVE-2016-4486 + + -- Kamal Mostafa Mon, 16 May 2016 14:10:36 -0700 + +linux-lts-utopic (3.16.0-71.92~14.04.1) trusty; urgency=low + + [ Kamal Mostafa ] + + * CVE-2016-0758 (LP: #1581202) + - SAUCE: KEYS: Fix ASN.1 indefinite length object parsing + + -- Kamal Mostafa Thu, 12 May 2016 15:31:12 -0700 + +linux-lts-utopic (3.16.0-71.91~14.04.1) trusty; urgency=low + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1571796 + + [ Kamal Mostafa ] + + * [debian] BugLink: close LP: bugs only for Launchpad urls + + [ Upstream Kernel Changes ] + + * Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin" + - LP: #1563345 + * iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG + - LP: #1563345 + * drm/i915/dsi: defend gpio table against out of bounds access + - LP: #1563345 + * drm/i915/dsi: don't pass arbitrary data to sideband + - LP: #1563345 + * powerpc: Fix dedotify for binutils >= 2.26 + - LP: #1563345 + * drm/i915: fix error path in intel_setup_gmbus() + - LP: #1563345 + * cifs: fix erroneous return value + - LP: #1563345 + * s390/dasd: prevent incorrect length error under z/VM after PAV changes + - LP: #1563345 + * s390/dasd: fix refcount for PAV reassignment + - LP: #1563345 + * scsi: fix soft lockup in scsi_remove_target() on module removal + - LP: #1563345 + * ext4: fix potential integer overflow + - LP: #1563345 + * ext4: don't read blocks from disk after extents being swapped + - LP: #1563345 + * bio: return EINTR if copying to user space got interrupted + - LP: #1563345 + * ALSA: seq: Drop superfluous error/debug messages after malloc failures + - LP: #1563345 + * ALSA: seq: Fix leak of pool buffer at concurrent writes + - LP: #1563345 + * dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer + - LP: #1563345 + * tracepoints: Do not trace when cpu is offline + - LP: #1563345 + * tracing: Fix freak link error caused by branch tracer + - LP: #1563345 + * ALSA: seq: Fix double port list deletion + - LP: #1563345 + * drm/radeon: use post-decrement in error handling + - LP: #1563345 + * drm/qxl: use kmalloc_array to alloc reloc_info in + qxl_process_single_command + - LP: #1563345 + * ext4: fix bh->b_state corruption + - LP: #1563345 + * ext4: fix crashes in dioread_nolock mode + - LP: #1563345 + * kernel/resource.c: fix muxed resource handling in __request_region() + - LP: #1563345 + * x86/entry/compat: Add missing CLAC to entry_INT80_32 + - LP: #1563345 + * crypto: {blk,giv}cipher: Set has_setkey + - LP: #1563345 + * nfs: fix nfs_size_to_loff_t + - LP: #1563345 + * xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY + - LP: #1563345 + * xen/pciback: Save the number of MSI-X entries to be copied later. + - LP: #1563345 + * xen/pcifront: Fix mysterious crashes when NUMA locality information was + extracted. + - LP: #1563345 + * usb: dwc3: Fix assignment of EP transfer resources + - LP: #1563345 + * NFSv4: Fix a dentry leak on alias use + - LP: #1563345 + * USB: option: add support for SIM7100E + - LP: #1563345 + * USB: cp210x: add IDs for GE B650V3 and B850V3 boards + - LP: #1563345 + * USB: option: add "4G LTE usb-modem U901" + - LP: #1563345 + * hwmon: (ads1015) Handle negative conversion values correctly + - LP: #1563345 + * drivers: android: correct the size of struct binder_uintptr_t for + BC_DEAD_BINDER_DONE + - LP: #1563345 + * can: ems_usb: Fix possible tx overflow + - LP: #1563345 + * sunrpc/cache: fix off-by-one in qword_get() + - LP: #1563345 + * KVM: async_pf: do not warn on page allocation failures + - LP: #1563345 + * tracing: Fix showing function event in available_events + - LP: #1563345 + * libceph: don't bail early from try_read() when skipping a message + - LP: #1563345 + * ALSA: hda - Fixing background noise on Dell Inspiron 3162 + - LP: #1549620, #1563345 + * KVM: x86: MMU: fix ubsan index-out-of-range warning + - LP: #1563345 + * ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2 + - LP: #1563345 + * hpfs: don't truncate the file when delete fails + - LP: #1563345 + * do_last(): don't let a bogus return value from ->open() et.al. to + confuse us + - LP: #1563345 + * ARM: dts: kirkwood: use unique machine name for ds112 + - LP: #1563345 + * bonding: Fix ARP monitor validation + - LP: #1563345 + * af_unix: Don't set err in unix_stream_read_generic unless there was an + error + - LP: #1563345 + * af_unix: Guard against other == sk in unix_dgram_sendmsg + - LP: #1563345 + * net: phy: bcm7xxx: Fix shadow mode 2 disabling + - LP: #1563345 + * net/mlx4_en: Count HW buffer overrun only once + - LP: #1563345 + * net/mlx4_en: Choose time-stamping shift value according to HW frequency + - LP: #1563345 + * net/mlx4_en: Avoid changing dev->features directly in run-time + - LP: #1563345 + * unix_diag: fix incorrect sign extension in unix_lookup_by_ino + - LP: #1563345 + * af_iucv: Validate socket address length in iucv_sock_bind() + - LP: #1563345 + * net: dp83640: Fix tx timestamp overflow handling. + - LP: #1563345 + * tcp: fix NULL deref in tcp_v4_send_ack() + - LP: #1563345 + * ipv6/udp: use sticky pktinfo egress ifindex on connect() + - LP: #1563345 + * net/ipv6: add sysctl option accept_ra_min_hop_limit + - LP: #1563345 + * net:Add sysctl_max_skb_frags + - LP: #1563345 + * tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs + - LP: #1563345 + * ipv4: fix memory leaks in ip_cmsg_send() callers + - LP: #1563345 + * qmi_wwan: add "4G LTE usb-modem U901" + - LP: #1563345 + * pppoe: fix reference counting in PPPoE proxy + - LP: #1563345 + * route: check and remove route cache when we get route + - LP: #1563345 + * rtnl: RTM_GETNETCONF: fix wrong return value + - LP: #1563345 + * sctp: Fix port hash table size computation + - LP: #1563345 + * target: Fix LUN_RESET active TMR descriptor handling + - LP: #1563345 + * target: Fix LUN_RESET active I/O handling for ACK_KREF + - LP: #1563345 + * target: Fix TAS handling for multi-session se_node_acls + - LP: #1563345 + * target: Fix remote-port TMR ABORT + se_cmd fabric stop + - LP: #1563345 + * target: Fix race with SCF_SEND_DELAYED_TAS handling + - LP: #1563345 + * libata: fix HDIO_GET_32BIT ioctl + - LP: #1563345 + * [media] adv7604: fix tx 5v detect regression + - LP: #1563345 + * usb: chipidea: otg: change workqueue ci_otg as freezable + - LP: #1563345 + * jffs2: Fix page lock / f->sem deadlock + - LP: #1563345 + * Fix directory hardlinks from deleted directories + - LP: #1563345 + * iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered + - LP: #1563345 + * libata: Align ata_device's id on a cacheline + - LP: #1563345 + * vfio: fix ioctl error handling + - LP: #1563345 + * ALSA: ctl: Fix ioctls for X32 ABI + - LP: #1563345 + * ALSA: rawmidi: Fix ioctls X32 ABI + - LP: #1563345 + * ALSA: timer: Fix broken compat timer user status ioctl + - LP: #1563345 + * ALSA: timer: Fix ioctls for X32 ABI + - LP: #1563345 + * cifs: fix out-of-bounds access in lease parsing + - LP: #1563345 + * CIFS: Fix SMB2+ interim response processing for read requests + - LP: #1563345 + * Fix cifs_uniqueid_to_ino_t() function for s390x + - LP: #1563345 + * arm/arm64: KVM: Fix ioctl error handling + - LP: #1563345 + * ALSA: hdspm: Fix wrong boolean ctl value accesses + - LP: #1563345 + * ALSA: hdspm: Fix zero-division + - LP: #1563345 + * ALSA: hdsp: Fix wrong boolean ctl value accesses + - LP: #1563345 + * USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3) + - LP: #1563345 + * USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder + - LP: #1563345 + * USB: serial: option: add support for Telit LE922 PID 0x1045 + - LP: #1563345 + * USB: serial: option: add support for Quectel UC20 + - LP: #1563345 + * ALSA: seq: oss: Don't drain at closing a client + - LP: #1563345 + * drm/ast: Fix incorrect register check for DRAM width + - LP: #1563345 + * USB: qcserial: add Sierra Wireless EM74xx device ID + - LP: #1563345 + * drm/radeon/pm: update current crtc info after setting the powerstate + - LP: #1563345 + * PM / sleep / x86: Fix crash on graph trace through x86 suspend + - LP: #1563345 + * ALSA: hda - Fix mic issues on Acer Aspire E1-472 + - LP: #1563345 + * MIPS: traps: Fix SIGFPE information leak from `do_ov' and + `do_trap_or_bp' + - LP: #1563345 + * ubi: Fix out of bounds write in volume update code + - LP: #1563345 + * gpio: rcar: Add Runtime PM handling for interrupts + - LP: #1563345 + * IB/core: Use GRH when the path hop-limit > 0 + - LP: #1563345 + * wext: fix message delay/ordering + - LP: #1563345 + * cfg80211/wext: fix message ordering + - LP: #1563345 + * mac80211: fix use of uninitialised values in RX aggregation + - LP: #1563345 + * mac80211: minstrel_ht: set default tx aggregation timeout to 0 + - LP: #1563345 + * can: gs_usb: fixed disconnect bug by removing erroneous use of kfree() + - LP: #1563345 + * ASoC: wm8958: Fix enum ctl accesses in a wrong type + - LP: #1563345 + * ASoC: wm8994: Fix enum ctl accesses in a wrong type + - LP: #1563345 + * ASoC: wm_adsp: Fix enum ctl accesses in a wrong type + - LP: #1563345 + * target: Drop incorrect ABORT_TASK put for completed commands + - LP: #1563345 + * KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest + exit + - LP: #1563345 + * KVM: VMX: disable PEBS before a guest entry + - LP: #1563345 + * tcp: convert cached rtt from usec to jiffies when feeding initial rto + - LP: #1563345 + * net/mlx4_core: Allow resetting VF admin mac to zero + - LP: #1563345 + * mld, igmp: Fix reserved tailroom calculation + - LP: #1563345 + * ipv6: re-enable fragment header matching in ipv6_find_hdr + - LP: #1563345 + * net: moxa: fix an error code + - LP: #1563345 + * cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind + - LP: #1563345 + * ext4: iterate over buffer heads correctly in move_extent_per_page() + - LP: #1563345 + * Input: aiptek - fix crash on detecting device without endpoints + - LP: #1563345 + * AIO: properly check iovec sizes + - LP: #1563345 + * bcache: add mutex lock for bch_is_open + - LP: #1563345 + * KVM: x86: move steal time initialization to vcpu entry time + - LP: #1563345 + * lib/ucs2_string: Add ucs2 -> utf8 helper functions + - LP: #1563345 + * efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version + - LP: #1563345 + * efi: Do variable name validation tests in utf8 + - LP: #1563345 + * efi: Make our variable validation list include the guid + - LP: #1563345 + * efi: Make efivarfs entries immutable by default + - LP: #1563345 + * efi: Add pstore variables to the deletion whitelist + - LP: #1563345 + * lib/ucs2_string: Correct ucs2 -> utf8 conversion + - LP: #1563345 + * tracing: Fix check for cpu online when event is disabled + - LP: #1563345 + * Linux 3.16.7-ckt26 + - LP: #1563345 + * ceph: fix request time stamp encoding + - LP: #1564950 + * ipv4: Don't do expensive useless work during inetdev destroy. + - LP: #1570872 + * Input: powermate - fix oops with malicious USB descriptors + - LP: #1570872 + * USB: iowarrior: fix oops with malicious USB descriptors + - LP: #1570872 + * ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk() + - LP: #1570872 + * ALSA: usb-audio: Add sanity checks for endpoint accesses + - LP: #1570872 + * include/linux/poison.h: fix LIST_POISON{1,2} offset + - LP: #1570872 + * cpu: Defer smpboot kthread unparking until CPU known to scheduler + - LP: #1570872 + * ipr: Fix out-of-bounds null overwrite + - LP: #1570872 + * ipr: Fix regression when loading firmware + - LP: #1570872 + * Input: ati_remote2 - fix crashes on detecting device with invalid + descriptor + - LP: #1570872 + * USB: cdc-acm: more sanity checking + - LP: #1570872 + * cpu: Provide smpboot_thread_init() on !CONFIG_SMP kernels as well + - LP: #1570872 + * x86/iopl/64: Properly context-switch IOPL on Xen PV + - LP: #1570872 + * staging: comedi: ni_tiocmd: change mistaken use of start_src for + start_arg + - LP: #1570872 + * drm/radeon: hold reference to fences in radeon_sa_bo_new (3.17 and + older) + - LP: #1570872 + * Drivers: hv: vmbus: prevent cpu offlining on newer hypervisors + - LP: #1570872 + * Linux 3.16.7-ckt27 + - LP: #1570872 + + -- Kamal Mostafa Mon, 18 Apr 2016 11:51:24 -0700 + +linux-lts-utopic (3.16.0-70.90~14.04.1) trusty; urgency=low + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1566973 + + [ Upstream Kernel Changes ] + + * Revert "drm/radeon: hold reference to fences in radeon_sa_bo_new" + - LP: #1566726 + + -- Kamal Mostafa Wed, 06 Apr 2016 09:40:04 -0700 + +linux-lts-utopic (3.16.0-69.89~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1558760 + + [ Upstream Kernel Changes ] + + * Revert "Revert "af_unix: Revert 'lock_interruptible' in stream receive + code"" + + -- Brad Figg Thu, 17 Mar 2016 12:44:45 -0700 + +linux-lts-utopic (3.16.0-68.88~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1558092 + + [ Upstream Kernel Changes ] + + * Revert "ALSA: hda - Fix noise on Gigabyte Z170X mobo" + - LP: #1552180 + * Revert "af_unix: Revert 'lock_interruptible' in stream receive code" + - LP: #1540731 + * [media] usbvision fix overflow of interfaces array + - LP: #1552180 + * [media] usbvision: fix leak of usb_dev on failure paths in + usbvision_probe() + - LP: #1552180 + * [media] usbvision: fix crash on detecting device with invalid + configuration + - LP: #1552180 + * tty: Fix unsafe ldisc reference via ioctl(TIOCGETD) + - LP: #1552180 + * USB: serial: visor: fix crash on detecting device without write_urbs + - LP: #1552180 + * ASN.1: Fix non-match detection failure on data overrun + - LP: #1552180 + * iw_cxgb3: Fix incorrectly returning error on success + - LP: #1552180 + * EVM: Use crypto_memneq() for digest comparisons + - LP: #1552180 + * iio: adis_buffer: Fix out-of-bounds memory access + - LP: #1552180 + * KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8 + - LP: #1552180 + * x86/irq: Call chip->irq_set_affinity in proper context + - LP: #1552180 + * ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot() + - LP: #1552180 + * usb: cdc-acm: handle unlinked urb in acm read callback + - LP: #1552180 + * usb: cdc-acm: send zero packet for intel 7260 modem + - LP: #1552180 + * cdc-acm:exclude Samsung phone 04e8:685d + - LP: #1552180 + * usb: hub: do not clear BOS field during reset device + - LP: #1552180 + * USB: cp210x: add ID for IAI USB to RS485 adaptor + - LP: #1552180 + * USB: visor: fix null-deref at probe + - LP: #1552180 + * USB: serial: option: Adding support for Telit LE922 + - LP: #1552180 + * ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup() + - LP: #1552180 + * ALSA: seq: Degrade the error message for too many opens + - LP: #1552180 + * USB: serial: ftdi_sio: add support for Yaesu SCU-18 cable + - LP: #1552180 + * USB: option: fix Cinterion AHxx enumeration + - LP: #1552180 + * ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architectures + - LP: #1552180 + * ALSA: usb-audio: Fix TEAC UD-501/UD-503/NT-503 usb delay + - LP: #1552180 + * virtio_pci: fix use after free on release + - LP: #1552180 + * ALSA: bebob: Use a signed return type for get_formation_index + - LP: #1552180 + * arm64: errata: Add -mpc-relative-literal-loads to build flags + - LP: #1533009, #1552180 + * powerpc/eeh: Fix PE location code + - LP: #1552180 + * SCSI: fix crashes in sd and sr runtime PM + - LP: #1552180 + * n_tty: Fix unsafe reference to "other" ldisc + - LP: #1552180 + * staging/speakup: Use tty_ldisc_ref() for paste kworker + - LP: #1552180 + * ALSA: dummy: Disable switching timer backend via sysfs + - LP: #1552180 + * drm/vmwgfx: respect 'nomodeset' + - LP: #1552180 + * x86/mm/pat: Avoid truncation when converting cpa->numpages to address + - LP: #1552180 + * perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed + - LP: #1552180 + * perf hists: Fix HISTC_MEM_DCACHELINE width setting + - LP: #1552180 + * powerpc/perf: Remove PPMU_HAS_SSLOT flag for Power8 + - LP: #1552180 + * umount: Do not allow unmounting rootfs. + - LP: #1552180 + * crypto: algif_skcipher - Require setkey before accept(2) + - LP: #1552180 + * crypto: algif_skcipher - Add nokey compatibility path + - LP: #1552180 + * crypto: algif_hash - Require setkey before accept(2) + - LP: #1552180 + * crypto: skcipher - Add crypto_skcipher_has_setkey + - LP: #1552180 + * crypto: algif_skcipher - Add key check exception for cipher_null + - LP: #1552180 + * crypto: algif_hash - Remove custom release parent function + - LP: #1552180 + * crypto: algif_skcipher - Remove custom release parent function + - LP: #1552180 + * crypto: algif_hash - Fix race condition in hash_check_key + - LP: #1552180 + * crypto: algif_skcipher - Fix race condition in skcipher_check_key + - LP: #1552180 + * iio: add HAS_IOMEM dependency to VF610_ADC + - LP: #1552180 + * iio: dac: mcp4725: set iio name property in sysfs + - LP: #1552180 + * ASoC: rt5645: fix the shift bit of IN1 boost + - LP: #1552180 + * cgroup: make sure a parent css isn't offlined before its children + - LP: #1552180 + * PCI/AER: Flush workqueue on device remove to avoid use-after-free + - LP: #1552180 + * libata: disable forced PORTS_IMPL for >= AHCI 1.3 + - LP: #1552180 + * mac80211: Requeue work after scan complete for all VIF types. + - LP: #1552180 + * rfkill: fix rfkill_fop_read wait_event usage + - LP: #1552180 + * crypto: shash - Fix has_key setting + - LP: #1552180 + * drm/i915/dp: fall back to 18 bpp when sink capability is unknown + - LP: #1552180 + * target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors + - LP: #1552180 + * crypto: algif_hash - wait for crypto_ahash_init() to complete + - LP: #1552180 + * iio: inkern: fix a NULL dereference on error + - LP: #1552180 + * iio: pressure: mpl115: fix temperature offset sign + - LP: #1552180 + * intel_scu_ipcutil: underflow in scu_reg_access() + - LP: #1552180 + * ALSA: seq: Fix race at closing in virmidi driver + - LP: #1552180 + * ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check + - LP: #1552180 + * ALSA: pcm: Fix potential deadlock in OSS emulation + - LP: #1552180 + * ALSA: seq: Fix yet another races among ALSA timer accesses + - LP: #1552180 + * ALSA: timer: Code cleanup + - LP: #1552180 + * ALSA: timer: Fix link corruption due to double start or stop + - LP: #1552180 + * libata: fix sff host state machine locking while polling + - LP: #1552180 + * MIPS: Fix buffer overflow in syscall_get_arguments() + - LP: #1552180 + * cputime: Prevent 32bit overflow in time[val|spec]_to_cputime() + - LP: #1552180 + * ASoC: dpcm: fix the BE state on hw_free + - LP: #1552180 + * module: wrapper for symbol name. + - LP: #1552180 + * ALSA: hda - Add fixup for Mac Mini 7,1 model + - LP: #1552180 + * ALSA: rawmidi: Make snd_rawmidi_transmit() race-free + - LP: #1552180 + * ALSA: rawmidi: Fix race at copying & updating the position + - LP: #1552180 + * ALSA: seq: Fix lockdep warnings due to double mutex locks + - LP: #1552180 + * drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration + - LP: #1552180 + * radix-tree: fix race in gang lookup + - LP: #1552180 + * usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platforms + - LP: #1552180 + * xhci: Fix list corruption in urb dequeue at host removal + - LP: #1552180 + * [media] tda1004x: only update the frontend properties if locked + - LP: #1552180 + * ALSA: timer: Fix leftover link at closing + - LP: #1552180 + * [media] saa7134-alsa: Only frees registered sound cards + - LP: #1552180 + * Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl + - LP: #1552180 + * scsi_dh_rdac: always retry MODE SELECT on command lock violation + - LP: #1552180 + * SCSI: Add Marvell Console to VPD blacklist + - LP: #1552180 + * drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil + - LP: #1552180 + * ALSA: hda - Fix static checker warning in patch_hdmi.c + - LP: #1552180 + * dump_stack: avoid potential deadlocks + - LP: #1552180 + * mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any + progress + - LP: #1552180 + * ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery + cleanup + - LP: #1552180 + * mm: replace vma_lock_anon_vma with anon_vma_lock_read/write + - LP: #1552180 + * radix-tree: fix oops after radix_tree_iter_retry + - LP: #1552180 + * crypto: user - lock crypto_alg_list on alg dump + - LP: #1552180 + * serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485) + - LP: #1552180 + * pty: fix possible use after free of tty->driver_data + - LP: #1552180 + * pty: make sure super_block is still valid in final /dev/tty close + - LP: #1552180 + * ALSA: hda - Fix speaker output from VAIO AiO machines + - LP: #1552180 + * klist: fix starting point removed bug in klist iterators + - LP: #1552180 + * ALSA: dummy: Implement timer backend switching more safely + - LP: #1552180 + * ALSA: timer: Fix wrong instance passed to slave callbacks + - LP: #1552180 + * ARM: 8517/1: ICST: avoid arithmetic overflow in icst_hz() + - LP: #1552180 + * ALSA: timer: Fix race between stop and interrupt + - LP: #1552180 + * ALSA: timer: Fix race at concurrent reads + - LP: #1552180 + * phy: twl4030-usb: Relase usb phy on unload + - LP: #1552180 + * ahci: Intel DNV device IDs SATA + - LP: #1552180 + * workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup + - LP: #1552180 + * drm/radeon: hold reference to fences in radeon_sa_bo_new + - LP: #1552180 + * ARM: 8519/1: ICST: try other dividends than 1 + - LP: #1552180 + * btrfs: properly set the termination value of ctx->pos in readdir + - LP: #1552180 + * net: phy: Fix phy_mac_interrupt() + - LP: #1552180 + * af_unix: fix struct pid memory leak + - LP: #1552180 + * pptp: fix illegal memory access caused by multiple bind()s + - LP: #1552180 + * sctp: allow setting SCTP_SACK_IMMEDIATELY by the application + - LP: #1552180 + * netlink: not trim skb for mmaped socket when dump + - LP: #1552180 + * unix: correctly track in-flight fds in sending process user_struct + - LP: #1552180 + * ipv6: fix a lockdep splat + - LP: #1552180 + * sctp: translate network order to host order when users get a hmacid + - LP: #1552180 + * IB/mlx5: Fix RC transport send queue overhead computation + - LP: #1552180 + * pipe: limit the per-user amount of pages allocated in pipes + - LP: #1552180 + * net: phy: fix PHY_RUNNING in phy_state_machine + - LP: #1552180 + * net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTS + - LP: #1552180 + * Linux 3.16.7-ckt25 + - LP: #1552180 + * net: generic dev_disable_lro() stacked device handling + - LP: #1547680 + * seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO + - LP: #1496073 + * sched/numa: Fix unsafe get_task_struct() in task_numa_assign() + - LP: #1527643 + * sched/numa: Fix use-after-free bug in the task_numa_compare + - LP: #1527643 + + -- Brad Figg Wed, 16 Mar 2016 07:11:41 -0700 + +linux-lts-utopic (3.16.0-67.87~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1555847 + + [ Florian Westphal ] + + * SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving + userspace + - LP: #1555338 + + -- Brad Figg Thu, 10 Mar 2016 15:11:47 -0800 + +linux-lts-utopic (3.16.0-66.86~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1555277 + + [ Upstream Kernel Changes ] + + * Revert "drm/radeon: call hpd_irq_event on resume" + - LP: #1554608 + + -- Brad Figg Wed, 09 Mar 2016 10:02:31 -0800 + +linux-lts-utopic (3.16.0-65.85~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1552352 + + [ Upstream Kernel Changes ] + + * Revert "firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6" + - LP: #1551419 + + -- Luis Henriques Wed, 02 Mar 2016 11:02:22 +0000 + +linux-lts-utopic (3.16.0-64.84~14.04.1) trusty; urgency=low + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1550605 + + [ Kamal Mostafa ] + + * Merged back 3.16.0-63.83~14.04.1 + + -- Kamal Mostafa Fri, 26 Feb 2016 17:52:02 -0800 + +linux-lts-utopic (3.16.0-63.83~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1548934 + + [ Dan Streetman ] + + * SAUCE: nbd: ratelimit error msgs after socket close + - LP: #1505564 + + [ Upstream Kernel Changes ] + + * Revert "workqueue: make sure delayed work run in local cpu" + - LP: #1546320 + * drm/nouveau/nv46: Change mc subdev oclass from nv44 to nv4c + - LP: #1543126 + * veth: don’t modify ip_summed; doing so treats packets with bad + checksums as good. + - LP: #1543126 + * sctp: sctp should release assoc when sctp_make_abort_user return NULL + in sctp_close + - LP: #1543126 + * connector: bump skb->users before callback invocation + - LP: #1543126 + * unix: properly account for FDs passed over unix sockets + - LP: #1543126 + * bridge: Only call /sbin/bridge-stp for the initial network namespace + - LP: #1543126 + * vxlan: fix test which detect duplicate vxlan iface + - LP: #1543126 + * net: sctp: prevent writes to cookie_hmac_alg from accessing invalid + memory + - LP: #1543126 + * tcp_yeah: don't set ssthresh below 2 + - LP: #1543126 + * bonding: Prevent IPv6 link local address on enslaved devices + - LP: #1543126 + * phonet: properly unshare skbs in phonet_rcv() + - LP: #1543126 + * net: bpf: reject invalid shifts + - LP: #1543126 + * ipv6: update skb->csum when CE mark is propagated + - LP: #1543126 + * team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid + - LP: #1543126 + * xen-netback: respect user provided max_queues + - LP: #1543126 + * xen-netfront: respect user provided max_queues + - LP: #1543126 + * xen-netfront: print correct number of queues + - LP: #1543126 + * xen-netfront: update num_queues to real created + - LP: #1543126 + * sctp: Prevent soft lockup when sctp_accept() is called during a timeout + event + - LP: #1543126 + * sctp: convert sack_needed and sack_generation to bits + - LP: #1543126 + * sctp: start t5 timer only when peer rwnd is 0 and local state is + SHUTDOWN_PENDING + - LP: #1543126 + * nfs: Fix unused variable error + - LP: #1543126 + * [media] gspca: ov534/topro: prevent a division by 0 + - LP: #1543126 + * [media] media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode + - LP: #1543126 + * tools lib traceevent: Fix output of %llu for 64 bit values read on 32 + bit machines + - LP: #1543126 + * KVM: x86: expose MSR_TSC_AUX to userspace + - LP: #1543126 + * KVM: x86: correctly print #AC in traces + - LP: #1543126 + * drm/radeon: call hpd_irq_event on resume + - LP: #1543126 + * xhci: refuse loading if nousb is used + - LP: #1543126 + * arm64: Clear out any singlestep state on a ptrace detach operation + - LP: #1543126 + * time: Avoid signed overflow in timekeeping_get_ns() + - LP: #1543126 + * Bluetooth: Add support of Toshiba Broadcom based devices + - LP: #1522949, #1543126 + * rtlwifi: fix memory leak for USB device + - LP: #1543126 + * wlcore/wl12xx: spi: fix oops on firmware load + - LP: #1543126 + * EDAC: Fix the leak of mci->bus->name when bus_register fails + - LP: #1543126 + * EDAC, mc_sysfs: Fix freeing bus' name + - LP: #1543126 + * EDAC: Robustify workqueues destruction + - LP: #1543126 + * arm64: mm: ensure that the zero page is visible to the page table + walker + - LP: #1543126 + * powerpc: Make value-returning atomics fully ordered + - LP: #1543126 + * powerpc: Make {cmp}xchg* and their atomic_ versions fully ordered + - LP: #1543126 + * dm space map metadata: remove unused variable in brb_pop() + - LP: #1543126 + * dm thin: fix race condition when destroying thin pool workqueue + - LP: #1543126 + * futex: Drop refcount if requeue_pi() acquired the rtmutex + - LP: #1543126 + * arm64: mdscr_el1: avoid exposing DCC to userspace + - LP: #1543126 + * arm64: kernel: enforce pmuserenr_el0 initialization and restore + - LP: #1543126 + * drm/radeon: clean up fujitsu quirks + - LP: #1543126 + * mmc: sdio: Fix invalid vdd in voltage switch power cycle + - LP: #1543126 + * mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off() + - LP: #1543126 + * udf: limit the maximum number of indirect extents in a row + - LP: #1543126 + * nfs: Fix race in __update_open_stateid() + - LP: #1543126 + * USB: cp210x: add ID for ELV Marble Sound Board 1 + - LP: #1543126 + * posix-clock: Fix return code on the poll method's error path + - LP: #1543126 + * rtlwifi: rtl8192de: Fix incorrect module parameter descriptions + - LP: #1543126 + * rtlwifi: rtl8192se: Fix module parameter initialization + - LP: #1543126 + * rtlwifi: rtl8192ce: Fix handling of module parameters + - LP: #1543126 + * rtlwifi: rtl8192cu: Add missing parameter setup + - LP: #1543126 + * NFSv4: Don't perform cached access checks before we've OPENed the file + - LP: #1543126 + * NFS: Fix attribute cache revalidation + - LP: #1543126 + * bcache: fix a livelock when we cause a huge number of cache misses + - LP: #1543126 + * bcache: Add a cond_resched() call to gc + - LP: #1543126 + * bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing + device + - LP: #1543126 + * bcache: fix a leak in bch_cached_dev_run() + - LP: #1543126 + * bcache: unregister reboot notifier if bcache fails to unregister device + - LP: #1543126 + * bcache: allows use of register in udev to avoid "device_busy" error. + - LP: #1543126 + * bcache: Change refill_dirty() to always scan entire disk if necessary + - LP: #1543126 + * wlcore/wl12xx: spi: fix NULL pointer dereference (Oops) + - LP: #1543126 + * Input: i8042 - add Fujitsu Lifebook U745 to the nomux list + - LP: #1543126 + * libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct + - LP: #1543126 + * x86/xen: don't reset vcpu_info on a cancelled suspend + - LP: #1543126 + * udf: Prevent buffer overrun with multi-byte characters + - LP: #1543126 + * udf: Check output buffer length when converting name to CS0 + - LP: #1543126 + * PCI: Fix minimum allocation address overwrite + - LP: #1543126 + * PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREAD + - LP: #1543126 + * iwlwifi: update and fix 7265 series PCI IDs + - LP: #1543126 + * locks: fix unlock when fcntl_setlk races with a close + - LP: #1543126 + * ASoC: compress: Fix compress device direction check + - LP: #1543126 + * dm snapshot: fix hung bios when copy error occurs + - LP: #1543126 + * uml: fix hostfs mknod() + - LP: #1543126 + * uml: flush stdout before forking + - LP: #1543126 + * drm/nouveau/kms: take mode_config mutex in connector hotplug path + - LP: #1543126 + * x86/mm: Add barriers and document switch_mm()-vs-flush synchronization + - LP: #1543126 + * x86/boot: Double BOOT_HEAP_SIZE to 64KB + - LP: #1543126 + * s390: fix normalization bug in exception table sorting + - LP: #1543126 + * xfs: inode recovery readahead can race with inode buffer creation + - LP: #1543126 + * xfs: handle dquot buffer readahead in log recovery correctly + - LP: #1543126 + * clocksource/drivers/vt8500: Increase the minimum delta + - LP: #1543126 + * Input: elantech - mark protocols v2 and v3 as semi-mt + - LP: #1543126 + * x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[] + - LP: #1543126 + * ALSA: seq: Fix missing NULL check at remove_events ioctl + - LP: #1543126 + * ALSA: seq: Fix race at timer setup and close + - LP: #1543126 + * virtio_balloon: fix race by fill and leak + - LP: #1543126 + * virtio_balloon: fix race between migration and ballooning + - LP: #1543126 + * parisc: Fix __ARCH_SI_PREAMBLE_SIZE + - LP: #1543126 + * scripts/recordmcount.pl: support data in text section on powerpc + - LP: #1543126 + * powerpc/module: Handle R_PPC64_ENTRY relocations + - LP: #1543126 + * x86/mm: Improve switch_mm() barrier comments + - LP: #1543126 + * ALSA: timer: Fix double unlink of active_list + - LP: #1543126 + * dmaengine: dw: fix cyclic transfer setup + - LP: #1543126 + * dmaengine: dw: fix cyclic transfer callbacks + - LP: #1543126 + * mmc: mmci: fix an ages old detection error + - LP: #1543126 + * ALSA: timer: Fix race among timer ioctls + - LP: #1543126 + * sparc64: fix incorrect sign extension in sys_sparc64_personality + - LP: #1543126 + * cifs: fix race between call_async() and reconnect() + - LP: #1543126 + * cifs_dbg() outputs an uninitialized buffer in cifs_readdir() + - LP: #1543126 + * m32r: fix m32104ut_defconfig build fail + - LP: #1543126 + * dma-debug: switch check from _text to _stext + - LP: #1543126 + * scripts/bloat-o-meter: fix python3 syntax error + - LP: #1543126 + * ocfs2/dlm: ignore cleaning the migration mle that is inuse + - LP: #1543126 + * ALSA: timer: Harden slave timer list handling + - LP: #1543126 + * zram/zcomp: use GFP_NOIO to allocate streams + - LP: #1543126 + * zram: try vmalloc() after kmalloc() + - LP: #1543126 + * mm: soft-offline: check return value in second __get_any_page() call + - LP: #1543126 + * memcg: only free spare array when readers are done + - LP: #1543126 + * panic: release stale console lock to always get the logbuf printed out + - LP: #1543126 + * kernel/panic.c: turn off locks debug before releasing console lock + - LP: #1543126 + * printk: do cond_resched() between lines while outputting to consoles + - LP: #1543126 + * ALSA: hda - Fix bass pin fixup for ASUS N550JX + - LP: #1543126 + * crypto: af_alg - Disallow bind/setkey/... after accept(2) + - LP: #1543126 + * crypto: af_alg - Fix socket double-free when accept fails + - LP: #1543126 + * crypto: af_alg - Add nokey compatibility path + - LP: #1543126 + * crypto: hash - Add crypto_ahash_has_setkey + - LP: #1543126 + * crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey + path + - LP: #1543126 + * crypto: af_alg - Forbid bind(2) when nokey child sockets are present + - LP: #1543126 + * ALSA: hrtimer: Fix stall by hrtimer_cancel() + - LP: #1543126 + * ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat mode + - LP: #1543126 + * ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode + - LP: #1543126 + * ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0 + - LP: #1543126 + * crypto: algif_skcipher - Load TX SG list after waiting + - LP: #1543126 + * crypto: crc32c - Fix crc32c soft dependency + - LP: #1543126 + * IB/qib: fix mcast detach when qp not attached + - LP: #1543126 + * IB/qib: Support creating qps with GFP_NOIO flag + - LP: #1543126 + * ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list + - LP: #1543126 + * iscsi-target: Fix potential dead-lock during node acl delete + - LP: #1543126 + * ALSA: timer: Handle disconnection more safely + - LP: #1543126 + * ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with + ocfs2_unblock_lock + - LP: #1543126 + * MAINTAINERS: return arch/sh to maintained state, with new maintainers + - LP: #1543126 + * ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list + - LP: #1543126 + * drm/i915: avoid deadlock on failure paths in + __intel_framebuffer_create() + - LP: #1543126 + * drm/i915: On fb alloc failure, unref gem object where it gets refed + - LP: #1543126 + * [media] rc: allow rc modules to be loaded if rc-main is not a module + - LP: #1543126 + * SCSI: initio: remove duplicate module device table + - LP: #1543126 + * clk: xgene: Fix divider with non-zero shift value + - LP: #1543126 + * clk: st: avoid uninitialized variable use + - LP: #1543126 + * ath9k_htc: check for underflow in ath9k_htc_rx_msg() + - LP: #1543126 + * mtd: nand: fix ONFI parameter page layout + - LP: #1543126 + * mtd: nand: denali: add missing nand_release() call in denali_remove() + - LP: #1543126 + * mtd: nand: remove unused and buggy get_platform_nandchip() helper + function + - LP: #1543126 + * ALSA: fm801: propagate TUNER_ONLY bit when autodetected + - LP: #1543126 + * pinctrl: bcm2835: Fix memory leak in error path + - LP: #1543126 + * x86/LDT: Print the real LDT base address + - LP: #1543126 + * sysrq: Fix warning in sysrq generated crash. + - LP: #1543126 + * kconfig: return 'false' instead of 'no' in bool function + - LP: #1543126 + * perf/x86: Fix filter_events() bug with event mappings + - LP: #1543126 + * power: test_power: correctly handle empty writes + - LP: #1543126 + * firmware: actually return NULL on failed request_firmware_nowait() + - LP: #1543126 + * target: Fix a memory leak in target_dev_lba_map_store() + - LP: #1543126 + * um: Fix build error and kconfig for i386 + - LP: #1543126 + * ipv6: tcp: add rcu locking in tcp_v6_send_synack() + - LP: #1543126 + * mmc: sd: limit SD card power limit according to cards capabilities + - LP: #1543126 + * Btrfs: clean up an error code in btrfs_init_space_info() + - LP: #1543126 + * bridge: fix lockdep addr_list_lock false positive splat + - LP: #1543126 + * batman-adv: Avoid recursive call_rcu for batadv_bla_claim + - LP: #1543126 + * batman-adv: Avoid recursive call_rcu for batadv_nc_node + - LP: #1543126 + * batman-adv: fix potential TT client + orig-node memory leak + - LP: #1543126 + * batman-adv: Drop immediate batadv_orig_ifinfo free function + - LP: #1543126 + * batman-adv: Drop immediate batadv_neigh_node free function + - LP: #1543126 + * batman-adv: Drop immediate neigh_ifinfo free function + - LP: #1543126 + * batman-adv: Drop immediate batadv_hard_iface free function + - LP: #1543126 + * batman-adv: Drop immediate orig_node free function + - LP: #1543126 + * printk: help pr_debug and pr_devel to optimize out arguments + - LP: #1543126 + * mmc: debugfs: correct wrong voltage value + - LP: #1543126 + * IB/mlx4: Initialize hop_limit when creating address handle + - LP: #1543126 + * net/mlx4: Remove unused macro + - LP: #1543126 + * arm64: fix building without CONFIG_UID16 + - LP: #1543126 + * mn10300: Select CONFIG_HAVE_UID16 to fix build failure + - LP: #1543126 + * openrisc: fix CONFIG_UID16 setting + - LP: #1543126 + * cifs: Ratelimit kernel log messages + - LP: #1543126 + * HID: usbhid: fix recursive deadlock + - LP: #1543126 + * Linux 3.16.7-ckt24 + - LP: #1543126 + * qeth: initialize net_device with carrier off + - LP: #1541907 + * netfilter: bridge: don't use nf_bridge_info data to store mac header + - LP: #1463911 + * netfilter: bridge: restore vlan tag when refragmenting + - LP: #1463911 + * netfilter: bridge: forward IPv6 fragmented packets + - LP: #1463911 + * netfilter: bridge: Use __in6_dev_get rather than in6_dev_get in + br_validate_ipv6 + - LP: #1463911 + * ALSA: usb-audio: avoid freeing umidi object twice + - LP: #1546177 + - CVE-2016-2384 + * vmstat: explicitly schedule per-cpu work on the CPU we need it to run + on + - LP: #1546320 + + -- Brad Figg Tue, 23 Feb 2016 10:16:26 -0800 + +linux-lts-utopic (3.16.0-62.83~14.04.1) trusty; urgency=high + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1550554 + + [ Upstream Kernel Changes ] + + * drm/vmwgfx: Fix an fb unlocking bug + - LP: #1548587 + + -- Kamal Mostafa Fri, 26 Feb 2016 14:21:01 -0800 + +linux-lts-utopic (3.16.0-62.82~14.04.1) trusty; urgency=low + + [ Seth Forshee ] + + * SAUCE: cred: Add clone_cred() interface + - LP: #1534961, #1535150 + - CVE-2016-1575 CVE-2016-1576 + * SAUCE: overlayfs: Use mounter's credentials instead of selectively + raising caps + - LP: #1534961, #1535150 + - CVE-2016-1575 CVE-2016-1576 + * SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* + xattrs + - LP: #1534961, #1535150 + - CVE-2016-1575 CVE-2016-1576 + * SAUCE: overlayfs: Be more careful about copying up sxid files + - LP: #1534961, #1535150 + - CVE-2016-1575 CVE-2016-1576 + * SAUCE: overlayfs: Propogate nosuid from lower and upper mounts + - LP: #1534961, #1535150 + - CVE-2016-1575 CVE-2016-1576 + + -- Luis Henriques Fri, 19 Feb 2016 11:17:23 +0000 + +linux-lts-utopic (3.16.0-61.81~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1541076 + + [ Eric Dumazet ] + + * SAUCE: (no-up) udp: properly support MSG_PEEK with truncated buffers + - LP: #1527902 + + [ J. R. Okajima ] + + * SAUCE: ubuntu: aufs: tiny, extract a new func xino_fwrite_wkq() + - LP: #1533043 + * SAUCE: ubuntu: aufs: for 4.3, XINO handles EINTR from the dying process + - LP: #1533043 + + [ Upstream Kernel Changes ] + + * Revert "[stable-only] net: add length argument to + skb_copy_and_csum_datagram_iovec" + - LP: #1540412 + * xfrm: dst_entries_init() per-net dst_ops + - LP: #1486670 + * fuse: break infinite loop in fuse_fill_write_pages() + - LP: #1540412 + * usb: gadget: pxa27x: fix suspend callback + - LP: #1540412 + * iio: fix some warning messages + - LP: #1540412 + * USB: cp210x: Remove CP2110 ID from compatibility list + - LP: #1540412 + * USB: cdc_acm: Ignore Infineon Flash Loader utility + - LP: #1540412 + * USB: serial: Another Infineon flash loader USB ID + - LP: #1540412 + * ext4: Fix handling of extended tv_sec + - LP: #1540412 + * jbd2: Fix unreclaimed pages after truncate in data=journal mode + - LP: #1540412 + * drm/ttm: Fixed a read/write lock imbalance + - LP: #1540412 + * AHCI: Fix softreset failed issue of Port Multiplier + - LP: #1540412 + * sata_sil: disable trim + - LP: #1540412 + * usb-storage: Fix scsi-sd failure "Invalid field in cdb" for USB adapter + JMicron + - LP: #1540412 + * staging: lustre: echo_copy.._lsm() dereferences userland pointers + directly + - LP: #1540412 + * irqchip/versatile-fpga: Fix PCI IRQ mapping on Versatile PB + - LP: #1540412 + * usb: core : hub: Fix BOS 'NULL pointer' kernel panic + - LP: #1540412 + * USB: whci-hcd: add check for dma mapping error + - LP: #1540412 + * usb: Use the USB_SS_MULT() macro to decode burst multiplier for log + message + - LP: #1540412 + * dm btree: fix leak of bufio-backed block in btree_split_sibling error + path + - LP: #1540412 + * perf: Fix PERF_EVENT_IOC_PERIOD deadlock + - LP: #1540412 + * usb: xhci: fix config fail of FS hub behind a HS hub with MTT + - LP: #1540412 + * ALSA: rme96: Fix unexpected volume reset after rate changes + - LP: #1540412 + * ALSA: hda - Add inverted dmic for Packard Bell DOTS + - LP: #1523232, #1540412 + * virtio: fix memory leak of virtio ida cache layers + - LP: #1540412 + * nfs4: limit callback decoding to received bytes + - LP: #1540412 + * SUNRPC: Fix callback channel + - LP: #1540412 + * IB/srp: Fix possible send queue overflow + - LP: #1540412 + * ALSA: hda - Fixing speaker noise on the two latest thinkpad models + - LP: #1523517, #1540412 + * 9p: ->evict_inode() should kick out ->i_data, not ->i_mapping + - LP: #1540412 + * radeon/cik: Fix GFX IB test on Big-Endian + - LP: #1540412 + * radeon: Fix VCE ring test for Big-Endian systems + - LP: #1540412 + * radeon: Fix VCE IB test on Big-Endian systems + - LP: #1540412 + * ALSA: hda - Fix noise problems on Thinkpad T440s + - LP: #1540412 + * dm thin metadata: fix bug when taking a metadata snapshot + - LP: #1540412 + * dm space map metadata: fix ref counting bug when bootstrapping a new + space map + - LP: #1540412 + * ipmi: move timer init to before irq is setup + - LP: #1540412 + * dm btree: fix bufio buffer leaks in dm_btree_del() error path + - LP: #1540412 + * vgaarb: fix signal handling in vga_get() + - LP: #1540412 + * xhci: fix usb2 resume timing and races. + - LP: #1540412 + * USB: add quirk for devices with broken LPM + - LP: #1540412 + * parisc iommu: fix panic due to trying to allocate too large region + - LP: #1540412 + * mm: hugetlb: fix hugepage memory leak caused by wrong reserve count + - LP: #1540412 + * mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't + make any progress + - LP: #1540412 + * mm: hugetlb: call huge_pte_alloc() only if ptep is null + - LP: #1540412 + * drivers/base/memory.c: prohibit offlining of memory blocks with missing + sections + - LP: #1540412 + * ocfs2: fix SGID not inherited issue + - LP: #1540412 + * sh64: fix __NR_fgetxattr + - LP: #1540412 + * usb: musb: USB_TI_CPPI41_DMA requires dmaengine support + - LP: #1540412 + * efi: Disable interrupts around EFI calls, not in the epilog/prolog + calls + - LP: #1540412 + * MIPS: uaccess: Take EVA into account in __copy_from_user() + - LP: #1540412 + * MIPS: uaccess: Take EVA into account in [__]clear_user + - LP: #1540412 + * tools: Add a "make all" rule + - LP: #1540412 + * i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCs + - LP: #1540412 + * xen/events/fifo: Consume unprocessed events when a CPU dies + - LP: #1540412 + * video: fbdev: fsl: Fix kernel crash when diu_ops is not implemented + - LP: #1540412 + * crypto: skcipher - Copy iv from desc even for 0-len walks + - LP: #1540412 + * rfkill: copy the name into the rfkill struct + - LP: #1540412 + * ses: Fix problems with simple enclosures + - LP: #1540412 + * ses: fix additional element traversal bug + - LP: #1540412 + * powercap / RAPL: fix BIOS lock check + - LP: #1540412 + * n_tty: Fix poll() after buffer-limited eof push read + - LP: #1540412 + * tty: Fix GPF in flush_to_ldisc() + - LP: #1540412 + * ALSA: usb-audio: Add a more accurate volume quirk for AudioQuest + DragonFly + - LP: #1540412 + * ARM: 8471/1: need to save/restore arm register(r11) when it is + corrupted + - LP: #1540412 + * ALSA: hda - Add a fixup for Thinkpad X1 Carbon 2nd + - LP: #1540412 + * spi: fix parent-device reference leak + - LP: #1540412 + * dma-debug: Fix dma_debug_entry offset calculation + - LP: #1540412 + * ARC: dw2 unwind: Reinstante unwinding out of modules + - LP: #1540412 + * ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing + - LP: #1540412 + * powerpc/powernv: Fix the overflow of OPAL message notifiers head array + - LP: #1540412 + * powerpc/powernv: pr_warn_once on unsupported OPAL_MSG type + - LP: #1540412 + * USB: ipaq.c: fix a timeout loop + - LP: #1540412 + * USB: fix invalid memory access in hub_activate() + - LP: #1540412 + * pinctrl: bcm2835: Fix initial value for direction_output + - LP: #1540412 + * net: phy: mdio-mux: Check return value of mdiobus_alloc() + - LP: #1540412 + * sh_eth: fix TX buffer byte-swapping + - LP: #1540412 + * mISDN: fix a loop count + - LP: #1540412 + * amd-xgbe: fix a couple timeout loops + - LP: #1540412 + * qlcnic: fix a timeout loop + - LP: #1540412 + * ser_gigaset: fix deallocation of platform device structure + - LP: #1540412 + * net: fix warnings in 'make htmldocs' by moving macro definition out of + field declaration + - LP: #1540412 + * include/linux/mmdebug.h: should include linux/bug.h + - LP: #1540412 + * drm/i915: Fix SRC_COPY width on 830/845g + - LP: #1540412 + * vmstat: allocate vmstat_wq before it is used + - LP: #1540412 + * KVM: PPC: Book3S HV: Prohibit setting illegal transaction state in MSR + - LP: #1540412 + * ASoC: wm8974: set cache type for regmap + - LP: #1540412 + * ARM: dts: imx6: Fix Ethernet PHY mode on Ventana boards + - LP: #1540412 + * scripts: recordmcount: break hardlinks + - LP: #1540412 + * ftrace/scripts: Have recordmcount copy the object file + - LP: #1540412 + * ALSA: hda - Set SKL+ hda controller power at freeze() and thaw() + - LP: #1540412 + * s390/dis: Fix handling of format specifiers + - LP: #1540412 + * parisc: Fix syscall restarts + - LP: #1540412 + * ALSA: hda/realtek - Fix silent headphone output on MacPro 4,1 (v2) + - LP: #1540412 + * MIPS: uaccess: Fix strlen_user with EVA + - LP: #1540412 + * arm: fix handling of F_OFD_... in oabi_fcntl64() + - LP: #1540412 + * ocfs2: fix BUG when calculate new backup super + - LP: #1540412 + * mm/memory_hotplug.c: check for missing sections in + test_pages_in_a_zone() + - LP: #1540412 + * net/mlx4_en: Remove dependency between timestamping capability and + service_task + - LP: #1540412 + * net/mlx4_en: Fix HW timestamp init issue upon system startup + - LP: #1540412 + * ipv6/addrlabel: fix ip6addrlbl_get() + - LP: #1540412 + * qlcnic: fix a loop exit condition better + - LP: #1540412 + * genirq: Prevent chip buslock deadlock + - LP: #1540412 + * ftrace/scripts: Fix incorrect use of sprintf in recordmcount + - LP: #1540412 + * tracing: Fix setting of start_index in find_next() + - LP: #1540412 + * dts: vt8500: Add SDHC node to DTS file for WM8650 + - LP: #1540412 + * x86/mce: Ensure offline CPUs don't participate in rendezvous process + - LP: #1540412 + * ASoC: arizona: Fix bclk for sample rates that are multiple of 4kHz + - LP: #1540412 + * async_tx: use GFP_NOWAIT rather than GFP_IO + - LP: #1540412 + * ftrace/module: Call clean up function when module init fails early + - LP: #1540412 + * ASoC: Use nested lock for snd_soc_dapm_mutex_lock + - LP: #1540412 + * net: filter: make JITs zero A for SKF_AD_ALU_XOR_X + - LP: #1540412 + * net: possible use after free in dst_release + - LP: #1540412 + * kvm: x86: only channel 0 of the i8254 is linked to the HPET + - LP: #1540412 + * firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6 + - LP: #1540412 + * Linux 3.16.7-ckt23 + - LP: #1540412 + + -- Brad Figg Tue, 02 Feb 2016 11:16:56 -0800 + +linux-lts-utopic (3.16.0-60.80~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1536149 + * Merged back Ubuntu-lts-3.16.0-58.78~14.04.1 + + -- Luis Henriques Wed, 20 Jan 2016 11:30:01 +0000 + +linux-lts-utopic (3.16.0-59.79~14.04.1) trusty; urgency=low + + [ Upstream Kernel Changes ] + + * KEYS: Fix keyring ref leak in join_session_keyring() + - LP: #1534887 + - CVE-2016-0728 + + -- Luis Henriques Mon, 18 Jan 2016 11:00:18 +0000 + +linux-lts-utopic (3.16.0-58.78~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1532811 + + [ Upstream Kernel Changes ] + + * Revert "dm mpath: fix stalls when handling invalid ioctls" + - LP: #1526820 + * Revert "xhci: don't finish a TD if we get a short transfer event mid + TD" + - LP: #1529077 + * ovl: use O_LARGEFILE in ovl_copy_up() + - LP: #1523000 + * powerpc/tm: Check for already reclaimed tasks + - LP: #1520411 + * powerpc/tm: Block signal return setting invalid MSR state + - LP: #1520411 + * irda: precedence bug in irlmp_seq_hb_idx() + - LP: #1526820 + * macvtap: unbreak receiving of gro skb with frag list + - LP: #1526820 + * RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in + rds_tcp_data_recv + - LP: #1526820 + * stmmac: Correctly report PTP capabilities. + - LP: #1526820 + * ipmr: fix possible race resulting from improper usage of + IP_INC_STATS_BH() in preemptible context. + - LP: #1526820 + * net: qmi_wwan: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module + - LP: #1526820 + * qmi_wwan: fix entry for HP lt4112 LTE/HSPA+ Gobi 4G Module + - LP: #1526820 + * sit: fix sit0 percpu double allocations + - LP: #1526820 + * packet: race condition in packet_bind + - LP: #1526820 + * net: avoid NULL deref in inet_ctl_sock_destroy() + - LP: #1526820 + * net: fix a race in dst_release() + - LP: #1526820 + * Failing to send a CLOSE if file is opened WRONLY and server reboots on + a 4.x mount + - LP: #1526820 + * x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when + sanitizing map + - LP: #1526820 + * HID: core: Avoid uninitialized buffer access + - LP: #1526820 + * [media] v4l2-compat-ioctl32: fix alignment for ARM64 + - LP: #1526820 + * net: mvneta: Fix CPU_MAP registers initialisation + - LP: #1526820 + * mtd: mtdpart: fix add_mtd_partitions error path + - LP: #1526820 + * ARM: 8426/1: dma-mapping: add missing range check in dma_mmap() + - LP: #1526820 + * ARM: 8427/1: dma-mapping: add support for offset parameter in + dma_mmap() + - LP: #1526820 + * spi: ti-qspi: Fix data corruption seen on r/w stress test + - LP: #1526820 + * lockd: create NSM handles per net namespace + - LP: #1526820 + * Btrfs: fix file corruption and data loss after cloning inline extents + - LP: #1526820 + * ARM: common: edma: Fix channel parameter for irq callbacks + - LP: #1526820 + * iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpoints + - LP: #1526820 + * Btrfs: fix truncation of compressed and inlined extents + - LP: #1526820 + * ext4: fix potential use after free in __ext4_journal_stop + - LP: #1526820 + * fix calculation of meta_bg descriptor backups + - LP: #1526820 + * ext4, jbd2: ensure entering into panic after recording an error in + superblock + - LP: #1526820 + * vTPM: fix memory allocation flag for rtce buffer at kernel boot + - LP: #1526820 + * spi: dw: explicitly free IRQ handler in dw_spi_remove_host() + - LP: #1526820 + * [media] media: vb2 dma-contig: Fully cache synchronise buffers in + prepare and finish + - LP: #1526820 + * Bluetooth: hidp: fix device disconnect on idle timeout + - LP: #1526820 + * Bluetooth: ath3k: Add new AR3012 0930:021c id + - LP: #1502781, #1526820 + * Bluetooth: ath3k: Add support of AR3012 0cf3:817b device + - LP: #1506615, #1526820 + * spi: atmel: Fix DMA-setup for transfers with more than 8 bits per word + - LP: #1526820 + * USB: qcserial: add Sierra Wireless MC74xx/EM74xx + - LP: #1526820 + * staging: rtl8712: Add device ID for Sitecom WLA2100 + - LP: #1526820 + * ACPI: Use correct IRQ when uninstalling ACPI interrupt handler + - LP: #1526820 + * ALSA: hda/realtek - Dell XPS one ALC3260 speaker no sound after resume + back + - LP: #1526820 + * MAINTAINERS: Add public mailing list for ARC + - LP: #1526820 + * megaraid_sas: Do not use PAGE_SIZE for max_sectors + - LP: #1526820 + * KVM: s390: SCA must not cross page boundaries + - LP: #1526820 + * arm64: Fix compat register mappings + - LP: #1526820 + * can: Use correct type in sizeof() in nla_put() + - LP: #1526820 + * mtd: blkdevs: fix potential deadlock + lockdep warnings + - LP: #1526820 + * drm/i915: add quirk to enable backlight on Dell Chromebook 11 (2015) + - LP: #1526820 + * crypto: algif_hash - Only export and import on sockets with data + - LP: #1526820 + * xtensa: fixes for configs without loop option + - LP: #1526820 + * megaraid_sas : SMAP restriction--do not access user memory from IOCTL + code + - LP: #1526820 + * mac80211: fix divide by zero when NOA update + - LP: #1526820 + * mac80211: allow null chandef in tracing + - LP: #1526820 + * xtensa: fix secondary core boot in SMP + - LP: #1526820 + * recordmcount: Fix endianness handling bug for nop_mcount + - LP: #1526820 + * KVM: VMX: fix SMEP and SMAP without EPT + - LP: #1526820 + * thermal: exynos: Fix unbalanced regulator disable on probe failure + - LP: #1526820 + * ALSA: hda - Apply pin fixup for HP ProBook 6550b + - LP: #1526820 + * ALSA: hda - Add Intel Lewisburg device IDs Audio + - LP: #1526820 + * firewire: ohci: fix JMicron JMB38x IT context discovery + - LP: #1526820 + * scsi: restart list search after unlock in scsi_remove_target + - LP: #1526820 + * mm: slab: only move management objects off-slab for sizes larger than + KMALLOC_MIN_SIZE + - LP: #1526820 + * Input: elantech - add Fujitsu Lifebook U745 to force crc_enabled + - LP: #1526820 + * proc: actually make proc_fd_permission() thread-friendly + - LP: #1526820 + * x86/setup: Extend low identity map to cover whole kernel range + - LP: #1526820 + * x86/setup: Fix low identity map for >= 2GB kernel range + - LP: #1526820 + * x86/cpu: Call verify_cpu() after having entered long mode too + - LP: #1526820 + * Btrfs: fix race leading to incorrect item deletion when dropping + extents + - LP: #1526820 + * Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow + - LP: #1526820 + * perf: Fix inherited events vs. tracepoint filters + - LP: #1526820 + * scsi_sysfs: Fix queue_ramp_up_period return code + - LP: #1526820 + * Btrfs: fix race when listing an inode's xattrs + - LP: #1526820 + * ideapad-laptop: Add Lenovo Yoga 900 to no_hw_rfkill dmi list + - LP: #1526820 + * storvsc: Don't set the SRB_FLAGS_QUEUE_ACTION_ENABLE flag + - LP: #1526820 + * drivers: of: of_reserved_mem: fixup the alignment with CMA setup + - LP: #1526820 + * drm/ast: Initialized data needed to map fbdev memory + - LP: #1526820 + * FS-Cache: Increase reference of parent after registering, netfs success + - LP: #1526820 + * FS-Cache: Don't override netfs's primary_index if registering failed + - LP: #1526820 + * binfmt_elf: Don't clobber passed executable's file header + - LP: #1526820 + * fs/pipe.c: return error code rather than 0 in pipe_write() + - LP: #1526820 + * splice: sendfile() at once fails for big files + - LP: #1526820 + * mac80211: fix driver RSSI event calculations + - LP: #1526820 + * wm831x_power: Use IRQF_ONESHOT to request threaded IRQs + - LP: #1526820 + * mwifiex: fix mwifiex_rdeeprom_read() + - LP: #1526820 + * dmaengine: dw: convert to __ffs() + - LP: #1526820 + * usb: ehci-orion: fix probe for !GENERIC_PHY + - LP: #1526820 + * devres: fix a for loop bounds check + - LP: #1526820 + * netfilter: remove dead code + - LP: #1526820 + * ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_sk + - LP: #1526820 + * packet: fix match_fanout_group() + - LP: #1526820 + * hsi: fix double kfree + - LP: #1526820 + * hsi: omap_ssi_port: Prevent warning if cawake_gpio is not defined. + - LP: #1526820 + * ARM: pxa: remove incorrect __init annotation on pxa27x_set_pwrmode + - LP: #1526820 + * ALSA: fireworks/bebob/oxfw/dice: enable to make as built-in + - LP: #1526820 + * drm: Fix return value of drm_framebuffer_init() + - LP: #1526820 + * ALSA: fireworks: use u32 type for be32_to_cpup() macro + - LP: #1526820 + * ALSA: bebob: use correct type for __be32 data + - LP: #1526820 + * tcp: apply Kern's check on RTTs used for congestion control + - LP: #1526820 + * clk: versatile-icst: fix memory leak + - LP: #1526820 + * MIPS: atomic: Fix comment describing atomic64_add_unless's return + value. + - LP: #1526820 + * mfd: twl6040: Fix deferred probe handling for clk32k + - LP: #1526820 + * of/fdt: fix error checking for earlycon address + - LP: #1526820 + * netfilter: nfnetlink: don't probe module if it exists + - LP: #1526820 + * xprtrdma: Re-arm after missed events + - LP: #1526820 + * ceph: fix message length computation + - LP: #1526820 + * ipv6: fix tunnel error handling + - LP: #1526820 + * perf trace: Fix documentation for -i + - LP: #1526820 + * bonding: fix panic on non-ARPHRD_ETHER enslave failure + - LP: #1526820 + * rtc: ds1307: Fix alarm programming for mcp794xx + - LP: #1526820 + * TPM: Avoid reference to potentially freed memory + - LP: #1526820 + * xtensa: nommu: provide _PAGE_CHG_MASK definition + - LP: #1526820 + * md/raid0: update queue parameter in a safer location. + - LP: #1526820 + * md/raid0: apply base queue limits *before* disk_stack_limits + - LP: #1526820 + * drm/radeon: add quirk for MSI R7 370 + - LP: #1526820 + * drm/radeon: add quirk for ASUS R7 370 + - LP: #1526820 + * drm/radeon: fix quirk for MSI R7 370 Armor 2X + - LP: #1526820 + * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c + - LP: #1526820 + * fs/proc, core/debug: Don't expose absolute kernel addresses via wchan + - LP: #1526820 + * ALSA: hda - Disable 64bit address for Creative HDA controllers + - LP: #1526820 + * printk: prevent userland from spoofing kernel messages + - LP: #1526820 + * FS-Cache: Handle a write to the page immediately beyond the EOF marker + - LP: #1526820 + * Linux 3.16.7-ckt21 + - LP: #1526820 + * KVM: x86: Reload pit counters for all channels when restoring state + - LP: #1530956 + - CVE-2015-7513 + * HID: wacom - make sure touch_input is valid before using it + - LP: #1310800 + * xfs: give all workqueues rescuer threads + - LP: #1527062 + * iio: lpc32xx_adc: fix warnings caused by enabling unprepared clock + - LP: #1532808 + * iio:ad5064: Make sure ad5064_i2c_write() returns 0 on success + - LP: #1532808 + * iio: ad5064: Fix ad5629/ad5669 shift + - LP: #1532808 + * iio:ad7793: Fix ad7785 product ID + - LP: #1532808 + * x86/fpu: Fix 32-bit signal frame handling + - LP: #1532808 + * iio: adc: xilinx: Fix VREFN scale + - LP: #1532808 + * drm/i915: quirk backlight present on Macbook 4, 1 + - LP: #1532808 + * USB: qcserial: Add support for Quectel EC20 Mini PCIe module + - LP: #1532808 + * USB: serial: option: add support for Novatel MiFi USB620L + - LP: #1532808 + * USB: ti_usb_3410_5052: Add Honeywell HGI80 ID + - LP: #1532808 + * drm/i915: get runtime PM reference around GEM set_caching IOCTL + - LP: #1532808 + * drm/radeon: unconditionally set sysfs_initialized + - LP: #1532808 + * USB: qcserial: Fix support for HP lt4112 LTE/HSPA+ Gobi 4G Modem + - LP: #1532808 + * arm64: kernel: pause/unpause function graph tracer in cpu_suspend() + - LP: #1532808 + * usb: dwc3: gadget: let us set lower max_speed + - LP: #1532808 + * usb: chipidea: debug: disable usb irq while role switch + - LP: #1532808 + * xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devices + - LP: #1532808 + * x86/cpu: Fix SMAP check in PVOPS environments + - LP: #1532808 + * arm64: restore bogomips information in /proc/cpuinfo + - LP: #1532808 + * USB: option: add XS Stick W100-2 from 4G Systems + - LP: #1532808 + * usblp: do not set TASK_INTERRUPTIBLE before lock + - LP: #1532808 + * fat: fix fake_offset handling on error path + - LP: #1532808 + * kernel/signal.c: unexport sigsuspend() + - LP: #1532808 + * ocfs2: fix umask ignored issue + - LP: #1532808 + * parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h + - LP: #1532808 + * mmc: remove bondage between REQ_META and reliable write + - LP: #1532808 + * tools/net: Use include/uapi with __EXPORTED_HEADERS__ + - LP: #1532808 + * packet: do skb_probe_transport_header when we actually have data + - LP: #1532808 + * packet: only allow extra vlan len on ethernet devices + - LP: #1532808 + * packet: fix tpacket_snd max frame len + - LP: #1532808 + * sctp: translate host order to network order when setting a hmacid + - LP: #1532808 + * net/mlx4_core: Avoid returning success in case of an error flow + - LP: #1532808 + * usb: musb: core: fix order of arguments to ulpi write callback + - LP: #1532808 + * FS-Cache: Add missing initialization of ret in cachefiles_write_page() + - LP: #1532808 + * macvlan: fix leak in macvlan_handle_frame + - LP: #1532808 + * ARC: Fix silly typo in MAINTAINERS file + - LP: #1532808 + * unix: avoid use-after-free in ep_remove_wait_queue + - LP: #1532808 + * packet: always probe for transport header + - LP: #1532808 + * packet: infer protocol from ethernet header if unset + - LP: #1532808 + * ip_tunnel: disable preemption when updating per-cpu tstats + - LP: #1532808 + * snmp: Remove duplicate OUTMCAST stat increment + - LP: #1532808 + * net: qmi_wwan: add XS Stick W100-2 from 4G Systems + - LP: #1532808 + * tcp: md5: fix lockdep annotation + - LP: #1532808 + * tcp: initialize tp->copied_seq in case of cross SYN connection + - LP: #1532808 + * net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds + - LP: #1532808 + * net: ipmr: fix static mfc/dev leaks on table destruction + - LP: #1532808 + * net: ip6mr: fix static mfc/dev leaks on table destruction + - LP: #1532808 + * broadcom: fix PHY_ID_BCM5481 entry in the id table + - LP: #1532808 + * ipv6: distinguish frag queues by device for multicast and link-local + packets + - LP: #1532808 + * ipv6: add complete rcu protection around np->opt + - LP: #1532808 + * net/neighbour: fix crash at dumping device-agnostic proxy entries + - LP: #1532808 + * ipv6: sctp: implement sctp_v6_destroy_sock() + - LP: #1532808 + * xfs: allow inode allocations in post-growfs disk space + - LP: #1532808 + * ALSA: usb-audio: add packet size quirk for the Medeli DD305 + - LP: #1532808 + * ALSA: usb-audio: prevent CH345 multiport output SysEx corruption + - LP: #1532808 + * ALSA: usb-audio: work around CH345 input SysEx corruption + - LP: #1532808 + * dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE + transition + - LP: #1532808 + * dm: fix ioctl retry termination with signal + - LP: #1532808 + * MIPS: KVM: Fix ASID restoration logic + - LP: #1532808 + * MIPS: KVM: Fix CACHE immediate offset sign extension + - LP: #1532808 + * MIPS: KVM: Uninit VCPU in vcpu_create error path + - LP: #1532808 + * ALSA: hda - Add fixup for Acer Aspire One Cloudbook 14 + - LP: #1532808 + * mac: validate mac_partition is within sector + - LP: #1532808 + * ALSA: hda - Apply HP headphone fixups more generically + - LP: #1532808 + * ARC: dw2 unwind: Remove falllback linear search thru FDE entries + - LP: #1532808 + * fix sysvfs symlinks + - LP: #1532808 + * vfs: Make sendfile(2) killable even better + - LP: #1532808 + * vfs: Avoid softlockups with sendfile(2) + - LP: #1532808 + * nfs4: start callback_ident at idr 1 + - LP: #1532808 + * ALSA: hda - Fix headphone noise after Dell XPS 13 resume back from S3 + - LP: #1519168, #1532808 + * arm64: KVM: Fix AArch32 to AArch64 register mapping + - LP: #1532808 + * drm/radeon: make rv770_set_sw_state failures non-fatal + - LP: #1532808 + * ALSA: hda - Fix noise on Gigabyte Z170X mobo + - LP: #1532808 + * drm/radeon: make some dpm errors debug only + - LP: #1532808 + * nfs: if we have no valid attrs, then don't declare the attribute cache + valid + - LP: #1532808 + * xen/gntdev: Grant maps should not be subject to NUMA balancing + - LP: #1532808 + * iscsi-target: Fix rx_login_comp hang after login failure + - LP: #1532808 + * target: Fix race for SCF_COMPARE_AND_WRITE_POST checking + - LP: #1532808 + * target: fix COMPARE_AND_WRITE non zero SGL offset data corruption + - LP: #1532808 + * ARM: dts: Kirkwood: Fix QNAP TS219 power-off + - LP: #1532808 + * netfilter: ipt_rpfilter: remove the nh_scope test in + rpfilter_lookup_reverse + - LP: #1532808 + * netfilter: nf_tables: fix bogus warning in nft_data_uninit() + - LP: #1532808 + * netfilter: ip6t_SYNPROXY: fix NULL pointer dereference + - LP: #1532808 + * RDS: fix race condition when sending a message on unbound socket + - LP: #1532808 + * gre6: allow to update all parameters via rtnl + - LP: #1532808 + * atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation + - LP: #1532808 + * sctp: use the same clock as if sock source timestamps were on + - LP: #1532808 + * sctp: update the netstamp_needed counter when copying sockets + - LP: #1532808 + * ipv6: sctp: clone options to avoid use after free + - LP: #1532808 + * net: add validation for the socket syscall protocol argument + - LP: #1532808 + * sh_eth: fix kernel oops in skb_put() + - LP: #1532808 + * vlan: Fix untag operations of stacked vlans with REORDER_HEADER off + - LP: #1532808 + * skbuff: Fix offset error in skb_reorder_vlan_header + - LP: #1532808 + * pptp: verify sockaddr_len in pptp_bind() and pptp_connect() + - LP: #1532808 + * bluetooth: Validate socket address length in sco_sock_bind(). + - LP: #1532808 + * af_unix: Revert 'lock_interruptible' in stream receive code + - LP: #1532808 + * ip6mr: call del_timer_sync() in ip6mr_free_table() + - LP: #1532808 + * drm/i915: Disable PSMI sleep messages on all rings around context + switches + - LP: #1532808 + * crypto: nx - Fix timing leak in GCM and CCM decryption + - LP: #1532808 + * crypto: talitos - Fix timing leak in ESP ICV verification + - LP: #1532808 + * ASoC: wm8962: correct addresses for HPF_C_0/1 + - LP: #1532808 + * mac80211: mesh: fix call_rcu() usage + - LP: #1532808 + * mac80211: ensure we don't update tx power on a non-running sdata + - LP: #1532808 + * can: sja1000: clear interrupts on start + - LP: #1532808 + * ring-buffer: Update read stamp with first real commit on page + - LP: #1532808 + * block: Always check queue limits for cloned requests + - LP: #1532808 + * Fix a memory leak in scsi_host_dev_release() + - LP: #1532808 + * wan/x25: Fix use-after-free in x25_asy_open_tty() + - LP: #1532808 + * mac80211: do not actively scan DFS channels + - LP: #1532808 + * locking: Add WARN_ON_ONCE lock assertion + - LP: #1532808 + * drm: Fix an unwanted master inheritance v2 + - LP: #1532808 + * sched/core: Clear the root_domain cpumasks in init_rootdomain() + - LP: #1532808 + * x86/signal: Fix restart_syscall number for x32 tasks + - LP: #1532808 + * isdn: Partially revert debug format string usage clean up + - LP: #1532808 + * remoteproc: avoid stack overflow in debugfs file + - LP: #1532808 + * net: mvneta: add configuration for MBUS windows access protection + - LP: #1532808 + * net: mvneta: fix bit assignment in MVNETA_RXQ_CONFIG_REG + - LP: #1532808 + * net: mvneta: fix bit assignment for RX packet irq enable + - LP: #1532808 + * ipv4: igmp: Allow removing groups from a removed interface + - LP: #1532808 + * sched/core: Remove false-positive warning from wake_up_process() + - LP: #1532808 + * btrfs: fix signed overflows in btrfs_sync_file + - LP: #1532808 + * KEYS: Fix race between read and revoke + - LP: #1532808 + * Linux 3.16.7-ckt22 + - LP: #1532808 + + -- Luis Henriques Mon, 11 Jan 2016 14:14:01 +0000 + +linux-lts-utopic (3.16.0-57.77~14.04.1) trusty; urgency=low + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1527409 + + [ Jann Horn ] + + * ptrace: being capable wrt a process requires mapped uids/gids + - LP: #1527374 + + -- Kamal Mostafa Thu, 17 Dec 2015 15:01:30 -0800 + +linux-lts-utopic (3.16.0-57.76~14.04.1) trusty; urgency=low + + [ Upstream Kernel Changes ] + + * xen: Add RING_COPY_REQUEST() + - CVE-2015-8550 + * xen-netback: don't use last request to determine minimum Tx credit + - CVE-2015-8550 + * xen-netback: use RING_COPY_REQUEST() throughout + - CVE-2015-8550 + * xen-blkback: only read request operation from shared ring once + - CVE-2015-8550 + * xen-blkback: read from indirect descriptors only once + - CVE-2015-8550 + * xen/pciback: Save xen_pci_op commands before processing it + - CVE-2015-8550 + * xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI + or MSI-X enabled + - CVE-2015-8551, CVE-2015-8552, CVE-2015-8553 + * xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI + or MSI-X enabled + - CVE-2015-8551, CVE-2015-8552, CVE-2015-8553 + * xen/pciback: Do not install an IRQ handler for MSI interrupts. + - CVE-2015-8551, CVE-2015-8552, CVE-2015-8553 + * xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has + MSI(X) enabled. + - CVE-2015-8551, CVE-2015-8552, CVE-2015-8553 + * xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set. + - CVE-2015-8551, CVE-2015-8552, CVE-2015-8553 + + -- Luis Henriques Thu, 17 Dec 2015 11:17:34 +0000 + +linux-lts-utopic (3.16.0-56.75~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1521942 + + [ Andy Whitcroft ] + + * [Packaging] control -- make element ordering deterministic + - LP: #1516686 + * [Packaging] control -- prepare for new kernel-wedge semantics + - LP: #1516686 + * [Debian] rebuild should only trigger for non-linux packages + - LP: #1498862, #1516686 + * [Tests] gcc-multilib does not exist on ppc64el + - LP: #1515541 + + [ Brad Figg ] + + * SAUCE: DEP8 test to run our regression tests + - LP: #1515541 + + [ Upstream Kernel Changes ] + + * Revert "ARM64: unwind: Fix PC calculation" + - LP: #1520282 + * Revert "md: allow a partially recovered device to be hot-added to an + array." + - LP: #1520282 + * xhci: Workaround to get Intel xHCI reset working more reliably + * regmap: debugfs: Ensure we don't underflow when printing access masks + - LP: #1520282 + * regmap: debugfs: Don't bother actually printing when calculating max + length + - LP: #1520282 + * x86/xen: Support kexec/kdump in HVM guests by doing a soft reset + - LP: #1520282 + * s390/boot/decompression: disable floating point in decompressor + - LP: #1520282 + * svcrdma: handle rdma read with a non-zero initial page offset + - LP: #1520282 + * dm: fix AB-BA deadlock in __dm_destroy() + - LP: #1520282 + * [SMB3] Do not fall back to SMBWriteX in set_file_size error cases + - LP: #1520282 + * clk: ti: fix dual-registration of uart4_ick + - LP: #1520282 + * ASoC: dwc: correct irq clear method + - LP: #1520282 + * dm raid: fix round up of default region size + - LP: #1520282 + * ALSA: hda: Add dock support for ThinkPad T550 + - LP: #1520282 + * ALSA: hda - Apply SPDIF pin ctl to MacBookPro 12,1 + - LP: #1520282 + * USB: Add reset-resume quirk for two Plantronics usb headphones. + - LP: #1520282 + * usb: Add device quirk for Logitech PTZ cameras + - LP: #1520282 + * staging: speakup: fix speakup-r regression + - LP: #1520282 + * ALSA: synth: Fix conflicting OSS device registration on AWE32 + - LP: #1520282 + * arm64: readahead: fault retry breaks mmap file read random detection + - LP: #1520282 + * sched/core: Fix TASK_DEAD race in finish_task_switch() + - LP: #1520282 + * dm cache: fix NULL pointer when switching from cleaner policy + - LP: #1520282 + * 3w-9xxx: don't unmap bounce buffered commands + - LP: #1520282 + * workqueue: make sure delayed work run in local cpu + - LP: #1520282 + * drm/radeon: add pm sysfs files late + - LP: #1520282 + * crypto: sparc - initialize blkcipher.ivsize + - LP: #1520282 + * drm/nouveau/fbcon: take runpm reference when userspace has an open fd + - LP: #1520282 + * crypto: ahash - ensure statesize is non-zero + - LP: #1520282 + * dm thin: fix missing pool reference count decrement in pool_ctr error + path + - LP: #1520282 + * btrfs: check unsupported filters in balance arguments + - LP: #1520282 + * btrfs: fix use after free iterating extrefs + - LP: #1520282 + * i2c: rcar: enable RuntimePM before registering to the core + - LP: #1520282 + * i2c: s3c2410: enable RuntimePM before registering to the core + - LP: #1520282 + * i2c: designware-platdrv: enable RuntimePM before registering to the + core + - LP: #1520282 + * i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348 + - LP: #1520282 + * btrfs: fix possible leak in btrfs_ioctl_balance() + - LP: #1520282 + * drm: Reject DRI1 hw lock ioctl functions for kms drivers + - LP: #1520282 + * usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfers + - LP: #1520282 + * rbd: fix double free on rbd_dev->header_name + - LP: #1520282 + * ath9k: declare required extra tx headroom + - LP: #1520282 + * iio: accel: sca3000: memory corruption in sca3000_read_first_n_hw_rb() + - LP: #1520282 + * iwlwifi: dvm: fix D3 firmware PN programming + - LP: #1520282 + * iwlwifi: mvm: fix D3 firmware PN programming + - LP: #1520282 + * iwlwifi: fix firmware filename for 3160 + - LP: #1520282 + * iwlwifi: pci: add a few more PCI subvendor IDs for the 7265 series + - LP: #1520282 + * ARM: orion: Fix DSA platform device after mvmdio conversion + - LP: #1520282 + * xen-blkfront: check for null drvdata in blkback_changed + (XenbusStateClosing) + - LP: #1520282 + * iio: mxs-lradc: Fix temperature offset + - LP: #1520282 + * ALSA: hda - Fix inverted internal mic on Lenovo G50-80 + - LP: #1504778, #1520282 + * drm/i915: Deny wrapping an userptr into a framebuffer + - LP: #1520282 + * x86/efi: Fix multiple GOP device support + - LP: #1520282 + * ASoC: Add info callback for SX_TLV controls + - LP: #1520282 + * xhci: don't finish a TD if we get a short transfer event mid TD + - LP: #1520282 + * xhci: handle no ping response error properly + - LP: #1520282 + * xhci: Add spurious wakeup quirk for LynxPoint-LP controllers + - LP: #1520282 + * ASoC: wm8904: Correct number of EQ registers + - LP: #1520282 + * drm/nouveau/gem: return only valid domain when there's only one + - LP: #1520282 + * powerpc/rtas: Validate rtas.entry before calling enter_rtas() + - LP: #1520282 + * mm: make sendfile(2) killable + - LP: #1520282 + * rbd: don't leak parent_spec in rbd_dev_probe_parent() + - LP: #1520282 + * rbd: prevent kernel stack blow up on rbd map + - LP: #1520282 + * dm btree remove: fix a bug when rebalancing nodes after removal + - LP: #1520282 + * dm btree: fix leak of bufio-backed block in btree_split_beneath error + path + - LP: #1520282 + * IB/cm: Fix rb-tree duplicate free and use-after-free + - LP: #1520282 + * iwlwifi: mvm: init card correctly on ctkill exit check + - LP: #1520282 + * module: Fix locking in symbol_put_addr() + - LP: #1520282 + * crypto: api - Only abort operations on fatal signal + - LP: #1520282 + * md/raid1: submit_bio_wait() returns 0 on success + - LP: #1520282 + * md/raid10: submit_bio_wait() returns 0 on success + - LP: #1520282 + * iommu/amd: Don't clear DTE flags when modifying it + - LP: #1520282 + * i2c: mv64xxx: really allow I2C offloading + - LP: #1520282 + * drm/radeon: don't try to recreate sysfs entries on resume + - LP: #1520282 + * mvsas: Fix NULL pointer dereference in mvs_slot_task_free + - LP: #1520282 + * drm/radeon: Restore LCD backlight level on resume (>= R5xx) + - LP: #1520282 + * drm/radeon: move bl encoder assignment into bl init + - LP: #1520282 + * drm/radeon: fix dpms when driver backlight control is disabled + - LP: #1520282 + * rbd: require stable pages if message data CRCs are enabled + - LP: #1520282 + * md/raid5: fix locking in handle_stripe_clean_event() + - LP: #1520282 + * ipv6: Fix IPsec pre-encap fragmentation check + - LP: #1520282 + * ppp: fix pppoe_dev deletion condition in pppoe_release() + - LP: #1520282 + * ipv6: gre: support SIT encapsulation + - LP: #1520282 + * net/mlx4: Copy/set only sizeof struct mlx4_eqe bytes + - LP: #1520282 + * serial: 8250_pci: Add support for 16 port Exar boards + - LP: #1520282 + * serial: 8250_pci: Add support for 12 port Exar boards + - LP: #1520282 + * serial: 8250_pci: Correct uartclk for xr17v35x expansion chips + - LP: #1520282 + * isdn_ppp: Add checks for allocation failure in isdn_ppp_open() + - LP: #1520282 + * ppp, slip: Validate VJ compression slot parameters completely + - LP: #1520282 + * staging/dgnc: fix info leak in ioctl + - LP: #1520282 + * power: bq24190_charger: suppress build warning + - LP: #1520282 + * sfc: Fix memcpy() with const destination compiler warning. + - LP: #1520282 + * sched/preempt: Rename PREEMPT_CHECK_OFFSET to PREEMPT_DISABLE_OFFSET + - LP: #1520282 + * sched/preempt: Fix cond_resched_lock() and cond_resched_softirq() + - LP: #1520282 + * Linux 3.16.7-ckt20 + - LP: #1520282 + * KVM: svm: unconditionally intercept #DB + - LP: #1520184 + - CVE-2015-8104 + + -- Luis Henriques Wed, 02 Dec 2015 10:17:21 +0000 + +linux-lts-utopic (3.16.0-55.74~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1516943 + + [ Upstream Kernel Changes ] + + * arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419 + - LP: #1516682 + + -- Luis Henriques Tue, 17 Nov 2015 09:39:34 +0000 + +linux-lts-utopic (3.16.0-54.73~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1514914 + * [Config] updateconfigs after 3.16.7-ckt19 stable update + + [ Upstream Kernel Changes ] + + * Revert "ARM: orion5x: fix legacy orion5x IRQ numbers" + - LP: #1514911 + * x86/hyperv: Mark the Hyper-V TSC as unstable + - LP: #1498206 + * ARM: 8429/1: disable GCC SRA optimization + - LP: #1514911 + * CIFS: fix type confusion in copy offload ioctl + - LP: #1514911 + * hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for + most chips + - LP: #1514911 + * x86/apic: Serialize LVTT and TSC_DEADLINE writes + - LP: #1514911 + * arm64: head.S: initialise mdcr_el2 in el2_setup + - LP: #1514911 + * kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd + - LP: #1514911 + * kvm: factor out core eventfd assign/deassign logic + - LP: #1514911 + * kvm: fix double free for fast mmio eventfd + - LP: #1514911 + * kvm: fix zero length mmio searching + - LP: #1514911 + * ARM: fix Thumb2 signal handling when ARMv6 is enabled + - LP: #1514911 + * powerpc/boot: Specify ABI v2 when building an LE boot wrapper + - LP: #1514911 + * powerpc/mm: Recompute hash value after a failed update + - LP: #1514911 + * x86/platform: Fix Geode LX timekeeping in the generic x86 build + - LP: #1514911 + * arm64: compat: fix vfp save/restore across signal handlers in + big-endian + - LP: #1514911 + * arm64: errata: add module build workaround for erratum #843419 + - LP: #1514911 + * arm64: KVM: Disable virtual timer even if the guest is not using it + - LP: #1514911 + * arm: KVM: Disable virtual timer even if the guest is not using it + - LP: #1514911 + * hp-wmi: Add missing __init annotations to initialization code + - LP: #1514911 + * hp-wmi: limit hotkey enable + - LP: #1514911 + * zram: fix possible use after free in zcomp_create() + - LP: #1514911 + * perf header: Fixup reading of HEADER_NRCPUS feature + - LP: #1514911 + * spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is + disabled + - LP: #1514911 + * spi: Fix documentation of spi_alloc_master() + - LP: #1514911 + * USB: option: add ZTE PIDs + - LP: #1514911 + * drm/vmwgfx: Fix up user_dmabuf refcounting + - LP: #1514911 + * ARM: dts: omap3-beagle: make i2c3, ddc and tfp410 gpio work again + - LP: #1514911 + * Btrfs: fix read corruption of compressed and shared extents + - LP: #1514911 + * btrfs: skip waiting on ordered range for special files + - LP: #1514911 + * usb: chipidea: udc: using the correct stall implementation + - LP: #1514911 + * net: mvneta: fix DMA buffer unmapping in mvneta_rx() + - LP: #1514911 + * iser-target: remove command with state ISTATE_REMOVE + - LP: #1514911 + * staging: ion: fix corruption of ion_import_dma_buf + - LP: #1514911 + * KVM: x86: trap AMD MSRs for the TSeg base and mask + - LP: #1514911 + * usb: Use the USB_SS_MULT() macro to get the burst multiplier. + - LP: #1514911 + * xhci: give command abortion one more chance before killing xhci + - LP: #1514911 + * usb: xhci: Clear XHCI_STATE_DYING on start + - LP: #1514911 + * usb: xhci: Allow usb_add/remove_hcd() to be called repeatedly + - LP: #1514911 + * xhci: change xhci 1.0 only restrictions to support xhci 1.1 + - LP: #1514911 + * xhci-mem: Use setup_timer + - LP: #1514911 + * xhci: init command timeout timer earlier to avoid deleting it + uninitialized + - LP: #1514911 + * spi: xtensa-xtfpga: fix register endianness + - LP: #1514911 + * disabling oplocks/leases via module parm enable_oplocks broken for SMB3 + - LP: #1514911 + * cifs: use server timestamp for ntlmv2 authentication + - LP: #1514911 + * x86/paravirt: Replace the paravirt nop with a bona fide empty function + - LP: #1514911 + * x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code + - LP: #1514911 + * ASoC: pxa: pxa2xx-ac97: fix dma requestor lines + - LP: #1514911 + * ocfs2/dlm: fix deadlock when dispatch assert master + - LP: #1514911 + * drm/i915/bios: handle MIPI Sequence Block v3+ gracefully + - LP: #1514911 + * drm/qxl: only report first monitor as connected if we have no state + - LP: #1514911 + * PCI: Fix devfn for VPD access through function 0 + - LP: #1514911 + * PCI: Use function 0 VPD for identical functions, regular VPD for others + - LP: #1514911 + * netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC + - LP: #1514911 + * ASoC: fix broken pxa SoC support + - LP: #1514911 + * ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets + - LP: #1514911 + * vxlan: set needed headroom correctly + - LP: #1514911 + * jbd2: avoid infinite loop when destroying aborted journal + - LP: #1514911 + * asix: Don't reset PHY on if_up for ASIX 88772 + - LP: #1514911 + * asix: Do full reset during ax88772_bind + - LP: #1514911 + * fib_rules: Fix dump_rules() not to exit early + - LP: #1514911 + * net/xen-netfront: only napi_synchronize() if running + - LP: #1514911 + * cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() + call + - LP: #1514911 + * intel_pstate: Fix overflow in busy_scaled due to long delay + - LP: #1514911 + * tools lib traceevent: Fix string handling in heterogeneous arch + environments + - LP: #1514911 + * perf tools: Fix copying of /proc/kcore + - LP: #1514911 + * m68k: Define asmlinkage_protect + - LP: #1514911 + * UBI: Validate data_size + - LP: #1514911 + * UBI: return ENOSPC if no enough space available + - LP: #1514911 + * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA + - LP: #1514911 + * MIPS: CPS: Stop dangling delay slot from has_mt. + - LP: #1514911 + * MIPS: CPS: Don't include MT code in non-MT kernels. + - LP: #1514911 + * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT + - LP: #1514911 + * drm/qxl: recreate the primary surface when the bo is not primary + - LP: #1514911 + * genirq: Fix race in register_irq_proc() + - LP: #1514911 + * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at + runtime, instead of top-down + - LP: #1514911 + * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS + - LP: #1514911 + * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy + a fault + - LP: #1514911 + * x86/mm: Set NX on gap between __ex_table and rodata + - LP: #1514911 + * clocksource: Fix abs() usage w/ 64bit values + - LP: #1514911 + * dmaengine: dw: properly read DWC_PARAMS register + - LP: #1514911 + * mm/slab: fix unexpected index mapping result of + kmalloc_size(INDEX_NODE+1) + - LP: #1514911 + * drm/vmwgfx: Fix kernel NULL pointer dereference on older hardware + - LP: #1514911 + * fs: if a coredump already exists, unlink and recreate with O_EXCL + - LP: #1514911 + * sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state + - LP: #1514911 + * ipc/sem.c: fully initialize sem_array before making it visible + - LP: #1514911 + * drivers: usb :fsl: Implement Workaround for USB Erratum A007792 + - LP: #1514911 + * drivers: usb: fsl: Workaround for USB erratum-A005275 + - LP: #1514911 + * l2tp: protect tunnel->del_work by ref_count + - LP: #1514911 + * af_unix: Convert the unix_sk macro to an inline function for type + safety + - LP: #1514911 + * af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag + - LP: #1514911 + * net/unix: fix logic about sk_peek_offset + - LP: #1514911 + * skbuff: Fix skb checksum flag on skb pull + - LP: #1514911 + * skbuff: Fix skb checksum partial check. + - LP: #1514911 + * net: add pfmemalloc check in sk_add_backlog() + - LP: #1514911 + * ppp: don't override sk->sk_state in pppoe_flush_dev() + - LP: #1514911 + * ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings + - LP: #1514911 + * ovs: do not allocate memory from offline numa node + - LP: #1514911 + * netlink: Trim skb to alloc size to avoid MSG_TRUNC + - LP: #1514911 + * net: Fix skb csum races when peeking + - LP: #1500484 + * [stable-only] net: add length argument to + skb_copy_and_csum_datagram_iovec + - LP: #1514911 + * KEYS: Fix race between key destruction and finding a keyring by name + - LP: #1514911 + * KEYS: Fix crash when attempt to garbage collect an uninstantiated + keyring + - LP: #1514911 + * KEYS: Don't permit request_key() to construct a new keyring + - LP: #1514911 + * Btrfs: update fix for read corruption of compressed and shared extents + - LP: #1514911 + * Linux 3.16.7-ckt19 + - LP: #1514911 + + -- Luis Henriques Tue, 10 Nov 2015 16:34:22 +0000 + +linux-lts-utopic (3.16.0-53.72~14.04.1) trusty; urgency=low + + [ Upstream Kernel Changes ] + + * KVM: x86: vmx: avoid guest->host DOS by intercepting #AC + - LP: #1513540 + - CVE-2015-5307 + + -- Luis Henriques Thu, 05 Nov 2015 17:57:55 +0000 + +linux-lts-utopic (3.16.0-52.71~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1509362 + + [ Upstream Kernel Changes ] + + * Revert "net: Fix skb csum races when peeking" + - LP: #1508510 + + -- Luis Henriques Fri, 23 Oct 2015 12:21:56 +0100 + +linux-lts-utopic (3.16.0-52.70~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1508145 + * [Config] updateconfigs after 3.16.7-ckt18 stable update + + [ Tim Gardner ] + + * [Config] Add MMC modules sufficient for net booting + - LP: #1502772 + + [ Upstream Kernel Changes ] + + * USB: whiteheat: fix potential null-deref at probe + - LP: #1478826 + - CVE-2015-5257 + * dcache: Handle escaped paths in prepend_path + - LP: #1441108 + - CVE-2015-2925 + * vfs: Test for and handle paths that are unreachable from their mnt_root + - LP: #1441108 + - CVE-2015-2925 + * hyperv: Add processing of MTU reduced by the host + - LP: #1494431 + * hv_netvsc: Add support to set MTU reservation from guest side + - LP: #1494431 + * hv_netvsc: Add close of RNDIS filter into change mtu call + - LP: #1494431 + * ipv6: addrconf: validate new MTU before applying it + - LP: #1508133 + * v4l: omap3isp: Fix sub-device power management code + - LP: #1508133 + * rc-core: fix remove uevent generation + - LP: #1508133 + * HID: cp2112: fix I2C_SMBUS_BYTE write + - LP: #1508133 + * HID: cp2112: fix byte order in SMBUS operations + - LP: #1508133 + * xtensa: fix threadptr reload on return to userspace + - LP: #1508133 + * ARM: OMAP2+: DRA7: clockdomain: change l4per2_7xx_clkdm to SW_WKUP + - LP: #1508133 + * mac80211: enable assoc check for mesh interfaces + - LP: #1508133 + * PCI: Add dev_flags bit to access VPD through function 0 + - LP: #1508133 + * PCI: Add VPD function 0 quirk for Intel Ethernet devices + - LP: #1508133 + * staging: comedi: usbduxsigma: don't clobber ai_timer in command test + - LP: #1508133 + * staging: comedi: usbduxsigma: don't clobber ao_timer in command test + - LP: #1508133 + * clk: exynos4: Fix wrong clock for Exynos4x12 ADC + - LP: #1508133 + * usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 + bytes + - LP: #1508133 + * Doc: ABI: testing: configfs-usb-gadget-loopback + - LP: #1508133 + * Doc: ABI: testing: configfs-usb-gadget-sourcesink + - LP: #1508133 + * serial: 8250_pci: Add support for Pericom PI7C9X795[1248] + - LP: #1508133 + * KVM: MMU: fix validation of mmio page fault + - LP: #1508133 + * auxdisplay: ks0108: fix refcount + - LP: #1508133 + * devres: fix devres_get() + - LP: #1508133 + * iio: adis16400: Fix adis16448 gyroscope scale + - LP: #1508133 + * iio: Add inverse unit conversion macros + - LP: #1508133 + * iio: adis16480: Fix scale factors + - LP: #1508133 + * ideapad-laptop: Add Lenovo Yoga 3 14 to no_hw_rfkill dmi list + - LP: #1508133 + * ASoC: rt5640: fix line out no sound issue + - LP: #1508133 + * iio: industrialio-buffer: Fix iio_buffer_poll return value + - LP: #1508133 + * iio: event: Remove negative error code from iio_event_poll + - LP: #1508133 + * NFSv4: don't set SETATTR for O_RDONLY|O_EXCL + - LP: #1508133 + * unshare: Unsharing a thread does not require unsharing a vm + - LP: #1508133 + * fs: Set the size of empty dirs to 0. + - LP: #1508133 + * x86/mce: Reenable CMCI banks when swiching back to interrupt mode + - LP: #1508133 + * ASoC: adav80x: Remove .read_flag_mask setting from + adav80x_regmap_config + - LP: #1508133 + * regulator: pbias: Fix broken pbias disable functionality + - LP: #1508133 + * serial: 8250: don't bind to SMSC IrCC IR port + - LP: #1508133 + * serial: 8250: bind to ALi Fast Infrared Controller (ALI5123) + - LP: #1508133 + * staging: comedi: adl_pci7x3x: fix digital output on PCI-7230 + - LP: #1508133 + * blk-mq: fix buffer overflow when reading sysfs file of 'pending' + - LP: #1508133 + * xtensa: fix kernel register spilling + - LP: #1508133 + * NFS: nfs_set_pgio_error sometimes misses errors + - LP: #1508133 + * NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 + client + - LP: #1508133 + * usb: host: ehci-sys: delete useless bus_to_hcd conversion + - LP: #1508133 + * USB: symbolserial: Use usb_get_serial_port_data + - LP: #1508133 + * USB: ftdi_sio: Added custom PID for CustomWare products + - LP: #1508133 + * USB: qcserial: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module + - LP: #1508133 + * igb: Fix oops caused by missing queue pairing + - LP: #1508133 + * HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_error + - LP: #1508133 + * eCryptfs: Invalidate dcache entries when lower i_nlink is zero + - LP: #1508133 + * libxfs: readahead of dir3 data blocks should use the read verifier + - LP: #1508133 + * xfs: Fix xfs_attr_leafblock definition + - LP: #1508133 + * arm64: kconfig: Move LIST_POISON to a safe value + - LP: #1508133 + * Btrfs: check if previous transaction aborted to avoid fs corruption + - LP: #1508133 + * ARM: orion5x: fix legacy orion5x IRQ numbers + - LP: #1508133 + * DRM - radeon: Don't link train DisplayPort on HPD until we get the dpcd + - LP: #1508133 + * xfs: Fix file type directory corruption for btree directories + - LP: #1508133 + * sched: Fix cpu_active_mask/cpu_online_mask race + - LP: #1508133 + * rtlwifi: rtl8192cu: Add new device ID + - LP: #1508133 + * of/address: Don't loop forever in of_find_matching_node_by_address(). + - LP: #1508133 + * drivercore: Fix unregistration path of platform devices + - LP: #1508133 + * arm64: flush FP/SIMD state correctly after execve() + - LP: #1508133 + * xfs: return errors from partial I/O failures to files + - LP: #1508133 + * ALSA: usb-audio: correct the value cache check. + - LP: #1508133 + * IB/qib: Change lkey table allocation to support more MRs + - LP: #1508133 + * drm/radeon/atom: Send out the full AUX address + - LP: #1508133 + * tg3: Fix temperature reporting + - LP: #1508133 + * drm/i915: Always mark the object as dirty when used by the GPU + - LP: #1508133 + * Add radeon suspend/resume quirk for HP Compaq dc5750. + - LP: #1508133 + * IB/uverbs: reject invalid or unknown opcodes + - LP: #1508133 + * hpfs: update ctime and mtime on directory modification + - LP: #1508133 + * Input: evdev - do not report errors form flush() + - LP: #1508133 + * crypto: ghash-clmulni: specify context size for ghash async algorithm + - LP: #1508133 + * mm: check if section present during memory block registering + - LP: #1508133 + * fs: create and use seq_show_option for escaping + - LP: #1508133 + * ALSA: hda - Enable headphone jack detect on old Fujitsu laptops + - LP: #1508133 + * ALSA: hda - Use ALC880_FIXUP_FUJITSU for FSC Amilo M1437 + - LP: #1508133 + * rtc: s5m: fix to update ctrl register + - LP: #1508133 + * scsi: fix scsi_error_handler vs. scsi_host_dev_release race + - LP: #1508133 + * parisc: Use double word condition in 64bit CAS operation + - LP: #1508133 + * vmscan: fix increasing nr_isolated incurred by putback unevictable + pages + - LP: #1508133 + * drm/i915: Limit the number of loops for reading a split 64bit register + - LP: #1508133 + * hfs,hfsplus: cache pages correctly between bnode_create and bnode_free + - LP: #1508133 + * hfs: fix B-tree corruption after insertion at position 0 + - LP: #1508133 + * drm/qxl: validate monitors config modes + - LP: #1508133 + * PCI: Fix TI816X class code quirk + - LP: #1508133 + * Input: ambakmi - fix system PM by converting to modern callbacks + - LP: #1508133 + * svcrdma: Fix send_reply() scatter/gather set-up + - LP: #1508133 + * x86/mm: Initialize pmd_idx in page_table_range_init_count() + - LP: #1508133 + * net: bcmgenet: Use correct dev_id for free_irq + - LP: #1508133 + * powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers + - LP: #1508133 + * clk: versatile: off by one in clk_sp810_timerclken_of_get() + - LP: #1508133 + * usb: gadget: m66592-udc: forever loop in set_feature() + - LP: #1508133 + * windfarm: decrement client count when unregistering + - LP: #1508133 + * perf hists: Update the column width for the "srcline" sort key + - LP: #1508133 + * batman-adv: Make DAT capability changes atomic + - LP: #1508133 + * batman-adv: Make NC capability changes atomic + - LP: #1508133 + * batman-adv: Make TT capability changes atomic + - LP: #1508133 + * batman-adv: fix multicast counter when purging originators + - LP: #1508133 + * batman-adv: fix counter for multicast supporting nodes + - LP: #1508133 + * batman-adv: Make MCAST capability changes atomic + - LP: #1508133 + * batman-adv: Fix potential synchronization issues in mcast tvlv handler + - LP: #1508133 + * batman-adv: Fix potentially broken skb network header access + - LP: #1508133 + * net: fix endian check warning in etherdevice.h + - LP: #1508133 + * powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hash + - LP: #1508133 + * mtd: pxa3xx_nand: add a default chunk size + - LP: #1508133 + * ath10k: fix dma_mapping_error() handling + - LP: #1508133 + * mmc: sdhci: also get preset value and driver type for MMC_DDR52 + - LP: #1508133 + * perf stat: Get correct cpu id for print_aggr + - LP: #1508133 + * ASoC: spear_pcm: Use devm_snd_dmaengine_pcm_register to fix resource + leak + - LP: #1508133 + * IB/mlx4: Fix potential deadlock when sending mad to wire + - LP: #1508133 + * IB/mlx4: Forbid using sysfs to change RoCE pkeys + - LP: #1508133 + * IB/mlx4: Use correct SL on AH query under RoCE + - LP: #1508133 + * IB/uverbs: Fix race between ib_uverbs_open and remove_one + - LP: #1508133 + * mmc: core: fix race condition in mmc_wait_data_done + - LP: #1508133 + * ipv6: fix exthdrs offload registration in out_rt path + - LP: #1508133 + * task_work: remove fifo ordering guarantee + - LP: #1508133 + * fixed_phy: pass 'irq' to fixed_phy_add() + - LP: #1508133 + * netlink, mmap: fix edge-case leakages in nf queue zero-copy + - LP: #1508133 + * scsi_dh: fix randconfig build error + - LP: #1508133 + * md: flush ->event_work before stopping array. + - LP: #1508133 + * md/raid10: always set reshape_safe when initializing reshape_position. + - LP: #1508133 + * perf/x86: Fix copy_from_user_nmi() return if range is not ok + - LP: #1508133 + * ext4: fix loss of delalloc extent info in ext4_zero_range() + - LP: #1508133 + * powerpc/MSI: Fix race condition in tearing down MSI interrupts + - LP: #1508133 + * UBI: block: Add missing cache flushes + - LP: #1508133 + * usbnet: Get EVENT_NO_RUNTIME_PM bit before it is cleared + - LP: #1508133 + * net/ipv6: Correct PIM6 mrt_lock handling + - LP: #1508133 + * netlink, mmap: transform mmap skb into full skb on taps + - LP: #1508133 + * sctp: fix race on protocol/netns initialization + - LP: #1508133 + * openvswitch: Zero flows on allocation. + - LP: #1508133 + * fib_rules: fix fib rule dumps across multiple skbs + - LP: #1508133 + * parisc: Filter out spurious interrupts in PA-RISC irq handler + - LP: #1508133 + * Linux 3.16.7-ckt18 + - LP: #1508133 + + -- Luis Henriques Tue, 20 Oct 2015 18:52:14 +0100 + +linux-lts-utopic (3.16.0-51.69~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1503717 + + [ Andy Whitcroft ] + + * Revert "SAUCE: aufs3: mmap: Fix races in madvise_remove() and + sys_msync()" + - LP: #1503655 + + [ Ben Hutchings ] + + * SAUCE: aufs3: mmap: Fix races in madvise_remove() and sys_msync() + - LP: #1503655 + - CVE-2015-7312 + + -- Luis Henriques Wed, 07 Oct 2015 14:43:44 +0100 + +linux-lts-utopic (3.16.0-51.68~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1503239 + + [ Ben Hutchings ] + + * SAUCE: aufs3: mmap: Fix races in madvise_remove() and sys_msync() + - CVE-2015-7312 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: fix mount not handling disconnected paths + - LP: #1496430 + + [ Leann Ogasawara ] + + * [Config] d-i -- Add sfc to nic-modules udeb + - LP: #1481490 + + [ Upstream Kernel Changes ] + + * mmc: sdhci-pci: set the clear transfer mode register quirk for O2Micro + - LP: #1472843 + * mmc: sdhci: Add a quirk for AMD SDHC transfer mode register need to be + cleared for cmd without data + - LP: #1472843 + * md: use kzalloc() when bitmap is disabled + - LP: #1500484 + * sparc64: Fix userspace FPU register corruptions. + - LP: #1500484 + * ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc + - LP: #1500484 + * ASoC: pcm1681: Fix setting de-emphasis sampling rate selection + - LP: #1500484 + * iscsi-target: Fix use-after-free during TPG session shutdown + - LP: #1500484 + * iscsi-target: Fix iscsit_start_kthreads failure OOPs + - LP: #1500484 + * iscsi-target: Fix iser explicit logout TX kthread leak + - LP: #1500484 + * ARM: dts: i.MX35: Fix can support. + - LP: #1500484 + * ALSA: hda - Apply fixup for another Toshiba Satellite S50D + - LP: #1500484 + * vhost: actually track log eventfd file + - LP: #1500484 + * arm64/efi: map the entire UEFI vendor string before reading it + - LP: #1500484 + * xfs: remote attribute headers contain an invalid LSN + - LP: #1500484 + * xfs: remote attributes need to be considered data + - LP: #1500484 + * ALSA: hda - Apply a fixup to Dell Vostro 5480 + - LP: #1500484 + * ALSA: usb-audio: add dB range mapping for some devices + - LP: #1500484 + * drm/i915: Replace WARN inside I915_READ64_2x32 with retry loop + - LP: #1500484 + * drm/radeon/combios: add some validation of lvds values + - LP: #1500484 + * x86/efi: Use all 64 bit of efi_memmap in setup_e820() + - LP: #1500484 + * ipr: Fix locking for unit attention handling + - LP: #1500484 + * ipr: Fix incorrect trace indexing + - LP: #1500484 + * ipr: Fix invalid array indexing for HRRQ + - LP: #1500484 + * ALSA: hda - Fix MacBook Pro 5,2 quirk + - LP: #1500484 + * x86/xen: Probe target addresses in set_aliased_prot() before the + hypercall + - LP: #1500484 + * netfilter: ctnetlink: put back references to master ct and expect + objects + - LP: #1500484 + * ipvs: do not use random local source address for tunnels + - LP: #1500484 + * ipvs: fix crash if scheduler is changed + - LP: #1500484 + * ipvs: fix crash with sync protocol v0 and FTP + - LP: #1500484 + * netfilter: nf_conntrack: Support expectations in different zones + - LP: #1500484 + * NFS: Don't revalidate the mapping if both size and change attr are up + to date + - LP: #1500484 + * ALSA: hda - fix cs4210_spdif_automute() + - LP: #1500484 + * net/mlx4_core: Fix wrong index in propagating port change event to VFs + - LP: #1500484 + * niu: don't count tx error twice in case of headroom realloc fails + - LP: #1500484 + * avr32: handle NULL as a valid clock object + - LP: #1500484 + * packet: missing dev_put() in packet_do_bind() + - LP: #1500484 + * packet: tpacket_snd(): fix signed/unsigned comparison + - LP: #1500484 + * bridge: mdb: fix delmdb state in the notification + - LP: #1500484 + * net: sched: fix refcount imbalance in actions + - LP: #1500484 + * act_pedit: check binding before calling tcf_hash_release() + - LP: #1500484 + * PCI: Restore PCI_MSIX_FLAGS_BIRMASK definition + - LP: #1500484 + * USB: qcserial/option: make AT URCs work for Sierra Wireless + MC7305/MC7355 + - LP: #1500484 + * USB: qcserial: Add support for Dell Wireless 5809e 4G Modem + - LP: #1500484 + * nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystem + - LP: #1500484 + * crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer + - LP: #1500484 + * USB: sierra: add 1199:68AB device ID + - LP: #1500484 + * rbd: fix copyup completion race + - LP: #1500484 + * md/bitmap: return an error when bitmap superblock is corrupt. + - LP: #1500484 + * md/raid1: extend spinlock to protect raid1_end_read_request against + inconsistencies + - LP: #1500484 + * thermal: exynos: Disable the regulator on probe failure + - LP: #1500484 + * MIPS: Fix sched_getaffinity with MT FPAFF enabled + - LP: #1500484 + * MIPS: Malta: Don't reinitialise RTC + - LP: #1500484 + * MIPS: do_mcheck: Fix kernel code dump with EVA + - LP: #1500484 + * MIPS: show_stack: Fix stack trace with EVA + - LP: #1500484 + * MIPS: Flush RPS on kernel entry with EVA + - LP: #1500484 + * xhci: fix off by one error in TRB DMA address boundary check + - LP: #1500484 + * drivers/usb: Delete XHCI command timer if necessary + - LP: #1500484 + * ALSA: fireworks/firewire-lib: add support for recent firmware quirk + - LP: #1500484 + * mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations + - LP: #1500484 + * MIPS: Make set_pte() SMP safe. + - LP: #1500484 + * ipc: modify message queue accounting to not take kernel data structures + into account + - LP: #1500484 + * ocfs2: fix BUG in ocfs2_downconvert_thread_do_work() + - LP: #1500484 + * fsnotify: fix oops in fsnotify_clear_marks_by_group_flags() + - LP: #1500484 + * drm/radeon: fix hotplug race at startup + - LP: #1500484 + * rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver + - LP: #1500484 + * net/tipc: initialize security state for new connection socket + - LP: #1500484 + * net: pktgen: fix race between pktgen_thread_worker() and kthread_stop() + - LP: #1500484 + * net: call rcu_read_lock early in process_backlog + - LP: #1500484 + * net: Clone skb before setting peeked flag + - LP: #1500484 + * net: Fix skb csum races when peeking + - LP: #1500484 + * net: Fix skb_set_peeked use-after-free bug + - LP: #1500484 + * ipv6: lock socket in ip6_datagram_connect() + - LP: #1500484 + * bonding: correct the MAC address for "follow" fail_over_mac policy + - LP: #1500484 + * netlink: don't hold mutex in rcu callback when releasing mmapd ring + - LP: #1500484 + * rds: fix an integer overflow test in rds_info_getsockopt() + - LP: #1500484 + * udp: fix dst races with multicast early demux + - LP: #1500484 + * bna: fix interrupts storm caused by erroneous packets + - LP: #1500484 + * net: gso: use feature flag argument in all protocol gso handlers + - LP: #1500484 + * Fix firmware loader uevent buffer NULL pointer dereference + - LP: #1500484 + * qla2xxx: Mark port lost when we receive an RSCN for it. + - LP: #1500484 + * megaraid_sas: use raw_smp_processor_id() + - LP: #1500484 + * fs/buffer.c: support buffer cache allocations with gfp modifiers + - LP: #1500484 + * bufferhead: Add _gfp version for sb_getblk() + - LP: #1500484 + * ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp + - LP: #1500484 + * HID: usbhid: add Chicony/Pixart usb optical mouse that needs + QUIRK_ALWAYS_POLL + - LP: #1500484 + * ima: add support for new "euid" policy condition + - LP: #1500484 + * ima: extend "mask" policy matching support + - LP: #1500484 + * mfd: arizona: Fix initialisation of the PM runtime + - LP: #1500484 + * xen-blkfront: don't add indirect pages to list when !feature_persistent + - LP: #1500484 + * xen-blkback: replace work_pending with work_busy in + purge_persistent_gnt() + - LP: #1500484 + * regmap: regcache-rbtree: Clean new present bits on present bitmap + resize + - LP: #1500484 + * target/iscsi: Fix double free of a TUR followed by a solicited NOPOUT + - LP: #1500484 + * target: REPORT LUNS should return LUN 0 even for dynamic ACLs + - LP: #1500484 + * perf: Fix fasync handling on inherited events + - LP: #1500484 + * KVM: x86: Use adjustment in guest cycles when handling + MSR_IA32_TSC_ADJUST + - LP: #1500484 + * x86/ldt: Make modify_ldt synchronous + - LP: #1500484 + * x86/ldt: Correct LDT access in single stepping logic + - LP: #1500484 + * rcu: Provide counterpart to rcu_dereference() for non-RCU situations + - LP: #1500484 + * rcu: Move lockless_dereference() out of rcupdate.h + - LP: #1500484 + * x86/ldt: Correct FPU emulation access to LDT + - LP: #1500484 + * localmodconfig: Use Kbuild files too + - LP: #1500484 + * dm thin metadata: delete btrees when releasing metadata snapshot + - LP: #1500484 + * dm btree: add ref counting ops for the leaves of top level btrees + - LP: #1500484 + * drm/radeon: add new OLAND pci id + - LP: #1500484 + * libiscsi: Fix host busy blocking during connection teardown + - LP: #1500484 + * libfc: Fix fc_exch_recv_req() error path + - LP: #1500484 + * libfc: Fix fc_fcp_cleanup_each_cmd() + - LP: #1500484 + * EDAC, ppc4xx: Access mci->csrows array elements properly + - LP: #1500484 + * crypto: caam - fix memory corruption in ahash_final_ctx + - LP: #1500484 + * drm/vmwgfx: Fix execbuf locking issues + - LP: #1500484 + * mm/hwpoison: fix page refcount of unknown non LRU page + - LP: #1500484 + * ipc,sem: fix use after free on IPC_RMID after a task using same + semaphore set exits + - LP: #1500484 + * ipc/sem.c: change memory barrier in sem_lock() to smp_rmb() + - LP: #1500484 + * ipc/sem.c: update/correct memory barriers + - LP: #1500484 + * MIPS: Fix seccomp syscall argument for MIPS64 + - LP: #1500484 + * x86/ldt: Further fix FPU emulation + - LP: #1500484 + * SCSI: Fix NULL pointer dereference in runtime PM + - LP: #1500484 + * ALSA: usb-audio: Fix runtime PM unbalance + - LP: #1500484 + * Add factory recertified Crucial M500s to blacklist + - LP: #1500484 + * arm64: KVM: Fix host crash when injecting a fault into a 32bit guest + - LP: #1500484 + * batman-adv: fix kernel crash due to missing NULL checks + - LP: #1500484 + * batman-adv: protect tt_local_entry from concurrent delete events + - LP: #1500484 + * perf: Fix PERF_EVENT_IOC_PERIOD migration race + - LP: #1500484 + * net: Fix RCU splat in af_key + - LP: #1500484 + * ip6_gre: release cached dst on tunnel removal + - LP: #1500484 + * s390/sclp: fix compile error + - LP: #1500484 + * xen/gntdev: convert priv->lock to a mutex + - LP: #1500484 + * xen/gntdevt: Fix race condition in gntdev_release() + - LP: #1500484 + * signalfd: fix information leak in signalfd_copyinfo + - LP: #1500484 + * signal: fix information leak in copy_siginfo_to_user + - LP: #1500484 + * signal: fix information leak in copy_siginfo_from_user32 + - LP: #1500484 + * Linux 3.16.7-ckt17 + - LP: #1500484 + * RDS: verify the underlying transport exists before creating a + connection + - LP: #1496232 + - CVE-2015-6937 + * virtio-net: drop NETIF_F_FRAGLIST + - LP: #1484793 + - CVE-2015-5156 + + -- Luis Henriques Tue, 06 Oct 2015 12:02:49 +0100 + +linux-lts-utopic (3.16.0-50.67~14.04.1) trusty; urgency=low + + [ Upstream Kernel Changes ] + + * Initialize msg/shm IPC objects before doing ipc_addid() + - LP: #1502032 + - CVE-2015-7613 + + -- Luis Henriques Fri, 02 Oct 2015 10:40:16 +0100 + +linux-lts-utopic (3.16.0-50.66~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1494371 + + [ Chris J Arges ] + + * [Config] DEFAULT_IOSCHED="deadline" for ppc64el + - LP: #1469829 + + [ Upstream Kernel Changes ] + + * tcp: fix recv with flags MSG_WAITALL | MSG_PEEK + - LP: #1486146 + * netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warnings + - LP: #1490901 + * Bluetooth: ath3k: Add a new ID 0cf3:e006 to ath3k list + - LP: #1490901 + * Btrfs: use kmem_cache_free when freeing entry in inode cache + - LP: #1490901 + * Btrfs: fix race between caching kthread and returning inode to inode + cache + - LP: #1490901 + * Btrfs: fix fsync data loss after append write + - LP: #1490901 + * ext4: fix reservation release on invalidatepage for delalloc fs + - LP: #1490901 + * ext4: be more strict when migrating to non-extent based file + - LP: #1490901 + * ext4: correctly migrate a file with a hole at the beginning + - LP: #1490901 + * ext4: replace open coded nofail allocation in ext4_free_blocks() + - LP: #1490901 + * drm/radeon: Handle irqs only based on irq ring, not irq status regs. + - LP: #1490901 + * drm/radeon: unpin cursor BOs on suspend and pin them again on resume + (v2) + - LP: #1490901 + * hpfs: kstrdup() out of memory handling + - LP: #1490901 + * hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV + instead + - LP: #1490901 + * 9p: don't leave a half-initialized inode sitting around + - LP: #1490901 + * MIPS: kernel: traps: Fix broken indentation + - LP: #1490901 + * thermal: step_wise: fix: Prevent from binary overflow when trend is + dropping + - LP: #1490901 + * spi: pl022: Specify 'num-cs' property as required in devicetree binding + - LP: #1490901 + * iio: twl4030-madc: Pass the IRQF_ONESHOT flag + - LP: #1490901 + * iio: inv-mpu: Specify the expected format/precision for write channels + - LP: #1490901 + * iio: DAC: ad5624r_spi: fix bit shift of output data value + - LP: #1490901 + * iio: adc: at91_adc: allow to use full range of startup time + - LP: #1490901 + * ALSA: usb-audio: Add MIDI support for Steinberg MI2/MI4 + - LP: #1490901 + * iio: tmp006: Check channel info on write + - LP: #1490901 + * dm btree remove: fix bug in redistribute3 + - LP: #1490901 + * kbuild: Allow arch Makefiles to override {cpp,ld,c}flags + - LP: #1490901 + * ARC: Override toplevel default -O2 with -O3 + - LP: #1490901 + * crypto: omap-des - Fix unmapping of dma channels + - LP: #1490901 + * USB: option: add 2020:4000 ID + - LP: #1490901 + * USB: cp210x: add ID for Aruba Networks controllers + - LP: #1490901 + * dm btree: silence lockdep lock inversion in dm_btree_del() + - LP: #1490901 + * usb: musb: host: rely on port_mode to call musb_start() + - LP: #1490901 + * usb: f_mass_storage: limit number of reported LUNs + - LP: #1490901 + * drm: add a check for x/y in drm_mode_setcrtc + - LP: #1490901 + * bio integrity: do not assume bio_integrity_pool exists if bioset exists + - LP: #1490901 + * ARM: dts: mx23: fix iio-hwmon support + - LP: #1490901 + * tracing: Have branch tracer use recursive field of task struct + - LP: #1490901 + * drivers: net: cpsw: fix crash while accessing second slave ethernet + interface + - LP: #1490901 + * USB: serial: Destroy serial_minors IDR on module exit + - LP: #1490901 + * Btrfs: fix memory leak in the extent_same ioctl + - LP: #1490901 + * Btrfs: fix list transaction->pending_ordered corruption + - LP: #1490901 + * can: rcar_can: fix IRQ check + - LP: #1490901 + * ARC: make sure instruction_pointer() returns unsigned value + - LP: #1490901 + * Btrfs: fix file corruption after cloning inline extents + - LP: #1490901 + * st: null pointer dereference panic caused by use after kref_put by + st_open + - LP: #1490901 + * drm/radeon: add a dpm quirk for Sapphire Radeon R9 270X 2GB GDDR5 + - LP: #1490901 + * drm/radeon: Don't flush the GART TLB if rdev->gart.ptr == NULL + - LP: #1490901 + * genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD + - LP: #1490901 + * ARM: 8404/1: dma-mapping: fix off-by-one error in bitmap size check + - LP: #1490901 + * ipv6: Make MLD packets to only be processed locally + - LP: #1490901 + * bridge: mdb: start delete timer for temp static entries + - LP: #1490901 + * net: graceful exit from netif_alloc_netdev_queues() + - LP: #1490901 + * ip_tunnel: fix ipv4 pmtu check to honor inner ip header df + - LP: #1490901 + * bridge: mdb: zero out the local br_ip variable before use + - LP: #1490901 + * net: do not process device backlog during unregistration + - LP: #1490901 + * net: dsa: Test array index before use + - LP: #1490901 + * net: dsa: Fix off-by-one in switch address parsing + - LP: #1490901 + * can: rcar_can: print signed IRQ # + - LP: #1490901 + * perf symbols: Store if there is a filter in place + - LP: #1490901 + * perf hists browser: Take the --comm, --dsos, etc filters into account + - LP: #1490901 + * rds: rds_ib_device.refcount overflow + - LP: #1490901 + * mm: avoid setting up anonymous pages into file mapping + - LP: #1490901 + * evm: labeling pseudo filesystems exception + - LP: #1490901 + * USB: usbfs: allow URBs to be reaped after disconnection + - LP: #1490901 + * sg_start_req(): make sure that there's not too many elements in iovec + - LP: #1490901 + * HID: cp2112: fix to force single data-report reply + - LP: #1490901 + * ata: pmp: add quirk for Marvell 4140 SATA PMP + - LP: #1490901 + * libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for HP 250GB SATA disk + VB0250EAVER + - LP: #1490901 + * libata: add ATA_HORKAGE_NOTRIM + - LP: #1490901 + * libata: force disable trim for SuperSSpeed S238 + - LP: #1490901 + * libata: increase the timeout when setting transfer mode + - LP: #1490901 + * can: mcp251x: fix resume when device is down + - LP: #1490901 + * libata: Do not blacklist M510DC + - LP: #1490901 + * mac80211: clear subdir_stations when removing debugfs + - LP: #1490901 + * iio: adc: vf610: fix the adc register read fail issue + - LP: #1490901 + * net: mvneta: fix refilling for Rx DMA buffers + - LP: #1490901 + * ALSA: hda - Add new GPU codec ID 0x10de007d to snd-hda + - LP: #1490901 + * xdrm/i915: Use two 32bit reads for select 64bit REG_READ ioctls + - LP: #1490901 + * usb: dwc3: gadget: return error if command sent to DEPCMD register + fails + - LP: #1490901 + * usb: dwc3: Reset the transfer resource index on SET_INTERFACE + - LP: #1490901 + * usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() + function + - LP: #1490901 + * xhci: Calculate old endpoints correctly on device reset + - LP: #1490901 + * xhci: report U3 when link is in resume state + - LP: #1490901 + * xhci: prevent bus_suspend if SS port resuming in phase 1 + - LP: #1490901 + * xhci: do not report PLC when link is in internal resume state + - LP: #1490901 + * usb: core: lpm: set lpm_capable for root hub device + - LP: #1490901 + * USB: OHCI: Fix race between ED unlink and URB submission + - LP: #1490901 + * usb-storage: ignore ZTE MF 823 card reader in mode 0x1225 + - LP: #1490901 + * blkcg: fix gendisk reference leak in blkg_conf_prep() + - LP: #1490901 + * tile: use free_bootmem_late() for initrd + - LP: #1490901 + * Input: usbtouchscreen - avoid unresponsive TSC-30 touch screen + - LP: #1490901 + * block: Do a full clone when splitting discard bios + - LP: #1490901 + * md/raid1: fix test for 'was read error from last working device'. + - LP: #1490901 + * mmc: omap_hsmmc: Fix DTO and DCRC handling + - LP: #1490901 + * mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflict + - LP: #1490901 + * net/xen-netback: off by one in BUG_ON() condition + - LP: #1490901 + * bridge: mdb: fix double add notification + - LP: #1490901 + * isdn/gigaset: reset tty->receive_room when attaching ser_gigaset + - LP: #1490901 + * usb: gadget: mv_udc_core: fix phy_regs I/O memory leak + - LP: #1490901 + * bonding: fix destruction of bond with devices different from + arphrd_ether + - LP: #1490901 + * bonding: correctly handle bonding type change on enslave failure + - LP: #1490901 + * inet: frags: fix defragmented packet's IP header for af_packet + - LP: #1490901 + * mmc: block: Add missing mmc_blk_put() in power_ro_lock_show() + - LP: #1490901 + * mmc: sdhci-esdhc: Make 8BIT bus work + - LP: #1490901 + * mmc: sdhci-pxav3: fix platform_data is not initialized + - LP: #1490901 + * freeing unlinked file indefinitely delayed + - LP: #1490901 + * s390/sclp: clear upper register halves in _sclp_print_early + - LP: #1490901 + * s390/process: fix sfpc inline assembly + - LP: #1490901 + * mmc: sdhci: Fix FSL ESDHC reset handling quirk + - LP: #1490901 + * md: fix a build warning + - LP: #1490901 + * Linux 3.16.7-ckt16 + - LP: #1490901 + + -- Luis Henriques Thu, 10 Sep 2015 16:38:21 +0100 + +linux-lts-utopic (3.16.0-49.65~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1493759 + + [ Upstream Kernel Changes ] + + * Revert "hv_netvsc: Use the xmit_more skb flag to optimize signaling the + host" + - LP: #1492146 + * Revert "Drivers: hv: vmbus: Export the + vmbus_sendpacket_pagebuffer_ctl()" + - LP: #1492146 + * Revert "Drivers: hv: vmbus: Suport an API to send pagebuffers with + additional control" + - LP: #1492146 + * Revert "Drivers: hv: vmbus: Suport an API to send packet with + additional control" + - LP: #1492146 + * Revert "hv_netvsc: Fix a bug in netvsc_start_xmit()" + - LP: #1492146 + * Revert "hv_netvsc: Implement partial copy into send buffer" + - LP: #1492146 + * Revert "hv_netvsc: Fix the packet free when it is in skb headroom" + - LP: #1492146 + * Revert "hv_netvsc: Eliminate memory allocation in the packet send path" + - LP: #1492146 + * Revert "hv_netvsc: Cleanup the test for freeing skb when we use sendbuf + mechanism" + - LP: #1492146 + * Revert "hv_netvsc: Implement batching in send buffer" + - LP: #1492146 + * Revert "hyperv: fix sparse warnings" + - LP: #1492146 + * Revert "hyperv: Add support for vNIC hot removal" + - LP: #1492146 + * Revert "hyperv: Increase the buffer length for netvsc_channel_cb()" + - LP: #1492146 + * Revert "net: Remove ndo_xmit_flush netdev operation, use signalling + instead." + - LP: #1492146 + + -- Luis Henriques Wed, 09 Sep 2015 10:28:29 +0100 + +linux-lts-utopic (3.16.0-48.64~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1487225 + + [ Upstream Kernel Changes ] + + * sysfs: Create mountpoints with sysfs_create_mount_point + - LP: #1487125 + + -- Luis Henriques Thu, 20 Aug 2015 23:10:28 +0100 + +linux-lts-utopic (3.16.0-47.63~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1485127 + + [ Brad Figg ] + + * CONFIG: CONFIG_DELL_RBTN=m + + [ Upstream Kernel Changes ] + + * dell-rbtn: Dell Airplane Mode Switch driver + - LP: #1440949 + * dell-rbtn: Export notifier for other kernel modules + * dell-laptop: Use dell-rbtn instead i8042 filter when possible + * net: Remove ndo_xmit_flush netdev operation, use signalling instead. + - LP: #1454892 + * hyperv: Increase the buffer length for netvsc_channel_cb() + - LP: #1454892 + * hyperv: Add support for vNIC hot removal + - LP: #1454892 + * hyperv: fix sparse warnings + - LP: #1454892 + * hv_netvsc: Implement batching in send buffer + - LP: #1454892 + * hv_netvsc: Cleanup the test for freeing skb when we use sendbuf + mechanism + - LP: #1454892 + * hv_netvsc: Eliminate memory allocation in the packet send path + - LP: #1454892 + * hv_netvsc: Fix the packet free when it is in skb headroom + - LP: #1454892 + * hv_netvsc: Implement partial copy into send buffer + - LP: #1454892 + * hv_netvsc: Fix a bug in netvsc_start_xmit() + - LP: #1454892 + * Drivers: hv: vmbus: Suport an API to send packet with additional + control + - LP: #1454892 + * Drivers: hv: vmbus: Suport an API to send pagebuffers with additional + control + - LP: #1454892 + * Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl() + - LP: #1454892 + * hv_netvsc: Use the xmit_more skb flag to optimize signaling the host + - LP: #1454892 + + -- Brad Figg Fri, 14 Aug 2015 15:20:31 -0700 + +linux-lts-utopic (3.16.0-46.62~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1483790 + * SAUCE: REBASE-FIXUP: debian/scripts/misc/getabis: fix abi directory + + [ Upstream Kernel Changes ] + + * Revert "Bluetooth: ath3k: Add support of 04ca:300d AR3012 device" + + -- Luis Henriques Tue, 11 Aug 2015 15:59:16 +0100 + +linux-lts-utopic (3.16.0-46.61~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1478986 + + [ Brad Figg ] + + * SAUCE: REBASE-FIXUP: debian/rules.d/1-maintainer.mk: Need '~14.04.1' as + part of the version when looking for the baseCommit for printchanges + + [ Upstream Kernel Changes ] + + * Revert "crypto: talitos - convert to use be16_add_cpu()" + - LP: #1478852 + * storvsc: use cmd_size to allocate per-command data + - LP: #1445195 + * storvsc: fix a bug in storvsc limits + - LP: #1445195 + * Drivers: hv: vmbus: Support a vmbus API for efficiently sending page + arrays + - LP: #1445195 + * scsi: storvsc: Increase the ring buffer size + - LP: #1445195 + * scsi: storvsc: Size the queue depth based on the ringbuffer size + - LP: #1445195 + * scsi: storvsc: Always send on the selected outgoing channel + - LP: #1445195 + * scsi: storvsc: Retrieve information about the capability of the target + - LP: #1445195 + * scsi: storvsc: Don't assume that the scatterlist is not chained + - LP: #1445195 + * scsi: storvsc: Set the tablesize based on the information given by the + host + - LP: #1445195 + * SUNRPC: TCP/UDP always close the old socket before reconnecting + - LP: #1403152 + * ALSA: hda - Fix noisy outputs on Dell XPS13 (2015 model) + - LP: #1468582 + * Fix kmalloc slab creation sequence + - LP: #1475204 + * ARM: clk-imx6q: refine sata's parent + - LP: #1478852 + * KVM: nSVM: Check for NRIPS support before updating control field + - LP: #1478852 + * nfs: take extra reference to fl->fl_file when running a setlk + - LP: #1478852 + * bridge: fix multicast router rlist endless loop + - LP: #1478852 + * net: don't wait for order-3 page allocation + - LP: #1478852 + * sctp: fix ASCONF list handling + - LP: #1478852 + * bridge: fix br_stp_set_bridge_priority race conditions + - LP: #1478852 + * packet: read num_members once in packet_rcv_fanout() + - LP: #1478852 + * packet: avoid out of bounds read in round robin fanout + - LP: #1478852 + * neigh: do not modify unlinked entries + - LP: #1478852 + * tcp: Do not call tcp_fastopen_reset_cipher from interrupt context + - LP: #1478852 + * net: phy: fix phy link up when limiting speed via device tree + - LP: #1478852 + * sctp: Fix race between OOTB responce and route removal + - LP: #1478852 + * x86/mce: Fix MCE severity messages + - LP: #1478852 + * s5h1420: fix a buffer overflow when checking userspace params + - LP: #1478852 + * cx24116: fix a buffer overflow when checking userspace params + - LP: #1478852 + * af9013: Don't accept invalid bandwidth + - LP: #1478852 + * cx24117: fix a buffer overflow when checking userspace params + - LP: #1478852 + * spi: fix race freeing dummy_tx/rx before it is unmapped + - LP: #1478852 + * mtd: fix: avoid race condition when accessing mtd->usecount + - LP: #1478852 + * intel_pstate: set BYT MSR with wrmsrl_on_cpu() + - LP: #1478852 + * leds / PM: fix hibernation on arm when gpio-led used with CPU led + trigger + - LP: #1478852 + * crypto: talitos - avoid memleak in talitos_alg_alloc() + - LP: #1478852 + * genirq: devres: Fix testing return value of request_any_context_irq() + - LP: #1478852 + * ASoC: wm8737: Fixup setting VMID Impedance control register + - LP: #1478852 + * ASoC: wm8903: Fix define for WM8903_VMID_RES_250K + - LP: #1478852 + * mnt: Refactor the logic for mounting sysfs and proc in a user namespace + - LP: #1478852 + * ASoC: wm8955: Fix setting wrong register for WM8955_K_8_0_MASK bits + - LP: #1478852 + * scsi_transport_srp: Introduce srp_wait_for_queuecommand() + - LP: #1478852 + * scsi_transport_srp: Fix a race condition + - LP: #1478852 + * KVM: mips: use id_to_memslot correctly + - LP: #1478852 + * w1_therm reference count family data + - LP: #1478852 + * drm/radeon: take the mode_config mutex when dealing with hpds (v2) + - LP: #1478852 + * usb: dwc3: gadget: return error if command sent to DGCMD register fails + - LP: #1478852 + * rcu: Correctly handle non-empty Tiny RCU callback list with none ready + - LP: #1478852 + * ASoC: arizona: Fix noise generator gain TLV + - LP: #1478852 + * usb: dwc3: gadget: don't clear EP_BUSY too early + - LP: #1478852 + * staging: rtl8712: prevent buffer overrun in recvbuf2recvframe + - LP: #1478852 + * usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub + port reset + - LP: #1478852 + * staging: vt6655: device_rx_srv check sk_buff is NULL + - LP: #1478852 + * fixing infinite OPEN loop in 4.0 stateid recovery + - LP: #1478852 + * ideapad_laptop: Lenovo G50-30 fix rfkill reports wireless blocked + - LP: #1397021, #1478852 + * powerpc/perf: Fix book3s kernel to userspace backtraces + - LP: #1478852 + * SUNRPC: Fix a memory leak in the backchannel code + - LP: #1478852 + * ipr: Increase default adapter init stage change timeout + - LP: #1478852 + * ieee802154: Fix sockaddr_ieee802154 implicit padding information leak. + - LP: #1478852 + * mnt: Modify fs_fully_visible to deal with locked ro nodev and atime + - LP: #1478852 + * drm/qxl: Do not cause spice-server to clean our objects + - LP: #1478852 + * drm/qxl: Do not leak memory if qxl_release_list_add fails + - LP: #1478852 + * selinux: fix setting of security labels on NFS + - LP: #1478852 + * ath3k: Add support of 0489:e076 AR3012 device + - LP: #1462614, #1478852 + * ath3k: add support of 13d3:3474 AR3012 device + - LP: #1427680, #1478852 + * Bluetooth: btusb: Fix memory leak in Intel setup routine + - LP: #1478852 + * ath9k: fix DMA stop sequence for AR9003+ + - LP: #1478852 + * b43: fix support for 14e4:4321 PCI dev with BCM4321 chipset + - LP: #1478852 + * cdc-acm: Add support of ATOL FPrint fiscal printers + - LP: #1478852 + * regulator: core: fix constraints output buffer + - LP: #1478852 + * ACPI / PM: Add missing pm_generic_complete() invocation + - LP: #1478852 + * x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A + - LP: #1478852 + * pinctrl: mvebu: armada-38x: fix PCIe functions + - LP: #1478852 + * pinctrl: mvebu: armada-370: fix spi0 pin description + - LP: #1478852 + * pinctrl: mvebu: armada-375: remove non-existing NAND re/we pins + - LP: #1478852 + * pinctrl: mvebu: armada-xp: remove non-existing NAND pins + - LP: #1478852 + * pinctrl: mvebu: armada-xp: remove non-existing VDD cpu_pd functions + - LP: #1478852 + * pinctrl: mvebu: armada-xp: fix functions of MPP48 + - LP: #1478852 + * pinctrl: mvebu: armada-375: remove incorrect space in pin description + - LP: #1478852 + * pinctrl: mvebu: armada-38x: fix incorrect total number of GPIOs + - LP: #1478852 + * i2c: at91: fix a race condition when using the DMA controller + - LP: #1478852 + * dmaengine: mv_xor: bug fix for racing condition in descriptors cleanup + - LP: #1478852 + * ASoC: wm8960: the enum of "DAC Polarity" should be wm8960_enum[1] + - LP: #1478852 + * arm64: Do not attempt to use init_mm in reset_context() + - LP: #1478852 + * ext4: fix race between truncate and __ext4_journalled_writepage() + - LP: #1478852 + * Disable write buffering on Toshiba ToPIC95 + - LP: #1478852 + * fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge" + - LP: #1478852 + * jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail() + - LP: #1478852 + * regmap: Fix regmap_bulk_read in BE mode + - LP: #1478852 + * jbd2: fix ocfs2 corrupt when updating journal superblock fails + - LP: #1478852 + * ideapad: fix software rfkill setting + - LP: #1478852 + * fs/ufs: restore s_lock mutex + - LP: #1478852 + * regmap: Fix possible shift overflow in regmap_field_init() + - LP: #1478852 + * ima: fix ima_show_template_data_ascii() + - LP: #1478852 + * nfs: increase size of EXCHANGE_ID name string buffer + - LP: #1478852 + * vTPM: set virtual device before passing to ibmvtpm_reset_crq + - LP: #1478852 + * arm: KVM: force execution of HCPTR access on VM exit + - LP: #1478852 + * arm64: mm: Fix freeing of the wrong memmap entries with + !SPARSEMEM_VMEMMAP + - LP: #1478852 + * dm space map metadata: fix occasional leak of a metadata block on + resize + - LP: #1478852 + * dm stats: fix divide by zero if 'number_of_areas' arg is zero + - LP: #1478852 + * x86/PCI: Use host bridge _CRS info on systems with >32 bit addressing + - LP: #1478852 + * pNFS: Fix a memory leak when attempted pnfs fails + - LP: #1478852 + * ACPI / PNP: Avoid conflicting resource reservations + - LP: #1478852 + * Bluetooth: ath3k: add support of 04ca:300f AR3012 device + - LP: #1449730, #1478852 + * Bluetooth: ath3k: Add support of 04ca:300d AR3012 device + - LP: #1394368, #1478852 + * libata: Do not blacklist Micron M500DC + - LP: #1478852 + * arm64: vdso: work-around broken ELF toolchains in Makefile + - LP: #1478852 + * iommu/amd: Handle large pages correctly in free_pagetable + - LP: #1478852 + * ext4: call sync_blockdev() before invalidate_bdev() in put_super() + - LP: #1478852 + * MIPS: Fix KVM guest fixmap address + - LP: #1478852 + * xfs: fix remote symlinks on V5/CRC filesystems + - LP: #1478852 + * ext4: don't retry file block mapping on bigalloc fs with non-extent + file + - LP: #1478852 + * xfs: don't truncate attribute extents if no extents exist + - LP: #1478852 + * NET: ROSE: Don't dereference NULL neighbour pointer. + - LP: #1478852 + * netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook + - LP: #1478852 + * fs: Fix S_NOSEC handling + - LP: #1478852 + * stmmac: troubleshoot unexpected bits in des0 & des1 + - LP: #1478852 + * ACPI / resources: free memory on error in add_region_before() + - LP: #1478852 + * PM / sleep: Increase default DPM watchdog timeout to 60 + - LP: #1478852 + * ARC: add compiler barrier to LLSC based cmpxchg + - LP: #1478852 + * locking,arch,arc: Fold atomic_ops + - LP: #1478852 + * ARC: add smp barriers around atomics per Documentation/atomic_ops.txt + - LP: #1478852 + * mm: kmemleak: allow safe memory scanning during kmemleak disabling + - LP: #1478852 + * dell-laptop: Fix allocating & freeing SMI buffer page + - LP: #1478852 + * ALSA: hda - Fix Dock Headphone on Thinkpad X250 seen as a Line Out + - LP: #1478852 + * tracing/filter: Do not WARN on operand count going below zero + - LP: #1478852 + * tracing/filter: Do not allow infix to exceed end of string + - LP: #1478852 + * clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug + notifier + - LP: #1478852 + * ALSA: hda - Add headset support to Acer Aspire V5 + - LP: #1478852 + * ALSA: hda - Fix the dock headphone output on Fujitsu Lifebook E780 + - LP: #1478852 + * agp/intel: Fix typo in needs_ilk_vtd_wa() + - LP: #1478852 + * drm/i915: fix backlight after resume on 855gm + - LP: #1478852 + * drm/radeon: compute ring fix hibernation (CI GPU family) v2. + - LP: #1478852 + * drm/radeon: SDMA fix hibernation (CI GPU family). + - LP: #1478852 + * net: mvneta: introduce compatible string "marvell, armada-xp-neta" + - LP: #1478852 + * ARM: mvebu: update Ethernet compatible string for Armada XP + - LP: #1478852 + * net: mvneta: disable IP checksum with jumbo frames for Armada 370 + - LP: #1478852 + * crush: fix a bug in tree bucket decode + - LP: #1478852 + * rbd: use GFP_NOIO in rbd_obj_request_create() + - LP: #1478852 + * arm64: Don't report clear pmds and puds as huge + - LP: #1478852 + * fuse: initialize fc->release before calling it + - LP: #1478852 + * vfs: Ignore unlocked mounts in fs_fully_visible + - LP: #1478852 + * VFS: Introduce inode-getting helpers for layered/unioned fs + environments + - LP: #1478852 + * fs: Add helper functions for permanently empty directories. + - LP: #1478852 + * sysctl: Allow creating permanently empty directories that serve as + mountpoints. + - LP: #1478852 + * proc: Allow creating permanently empty directories that serve as mount + points + - LP: #1478852 + * kernfs: Add support for always empty directories. + - LP: #1478852 + * sysfs: Add support for permanently empty directories to serve as mount + points. + - LP: #1478852 + * mnt: Update fs_fully_visible to test for permanently empty directories + - LP: #1478852 + * vfs: Remove incorrect debugging WARN in prepend_path + - LP: #1478852 + * hwmon: (mcp3021) Fix broken output scaling + - LP: #1478852 + * ACPICA: Tables: Enable both 32-bit and 64-bit FACS + - LP: #1478852 + * ACPICA: Tables: Fix an issue that FACS initialization is performed + twice + - LP: #1478852 + * ACPICA: Tables: Enable default 64-bit FADT addresses favor + - LP: #1478852 + * KVM: x86: make vapics_in_nmi_mode atomic + - LP: #1478852 + * KVM: x86: properly restore LVT0 + - LP: #1478852 + * KVM: s390: virtio-ccw: don't overwrite config space values + - LP: #1478852 + * 9p: forgetting to cancel request on interrupted zero-copy RPC + - LP: #1478852 + * clk: Fix JSON output in debugfs + - LP: #1478852 + * e1000e: Cleanup handling of VLAN_HLEN as a part of max frame size + - LP: #1478852 + * powerpc/pseries: Fix possible leaked device node reference + - LP: #1478852 + * clk: ti: dra7-atl-clock: Fix possible ERR_PTR dereference + - LP: #1478852 + * ipip: fix one sparse error + - LP: #1478852 + * HID: rmi: fix some harmless BIT() mistakes + - LP: #1478852 + * HID: i2c-hid: fix harmless test_bit() issue + - LP: #1478852 + * pktgen: adjust spacing in proc file interface output + - LP: #1478852 + * USB: devio: fix a condition in async_completed() + - LP: #1478852 + * tty: remove platform_sysrq_reset_seq + - LP: #1478852 + * net/mlx4_core: Enhance the MAD_IFC wrapper to convert VF port to + physical + - LP: #1478852 + * IB/mlx4: Convert slave port before building address-handle + - LP: #1478852 + * ath9k_htc: memory corruption calling set_bit() + - LP: #1478852 + * rndis_wlan: harmless issue calling set_bit() + - LP: #1478852 + * mtd: dc21285: use raw spinlock functions for nw_gpio_lock + - LP: #1478852 + * mac80211: prevent possible crypto tx tailroom corruption + - LP: #1478852 + * cfg80211: ignore netif running state when changing iftype + - LP: #1478852 + * phy: twl4030-usb: remove incorrect pm_runtime_get_sync() in probe + function. + - LP: #1478852 + * NFS: Fix size of NFSACL SETACL operations + - LP: #1478852 + * Btrfs: lock superblock before remounting for rw subvol + - LP: #1478852 + * of: return NUMA_NO_NODE from fallback of_node_to_nid() + - LP: #1478852 + * sched/fair: Prevent throttling in early pick_next_task_fair() + - LP: #1478852 + * ASoC: imx-wm8962: Add a missing error check + - LP: #1478852 + * ACPI / init: Switch over platform to the ACPI mode later + - LP: #1478852 + * drm/tegra: dpaux: Fix transfers larger than 4 bytes + - LP: #1478852 + * mmc: card: Fixup request missing in mmc_blk_issue_rw_rq + - LP: #1478852 + * perf: Fix ring_buffer_attach() RCU sync, again + - LP: #1478852 + * watchdog: omap: assert the counter being stopped before reprogramming + - LP: #1478852 + * bridge: multicast: restore router configuration on port link down/up + - LP: #1478852 + * mm/hugetlb: introduce minimum hugepage order + - LP: #1478852 + * security_syslog() should be called once only + - LP: #1478852 + * __bitmap_parselist: fix bug in empty string handling + - LP: #1478852 + * x86/iosf: Add Kconfig prompt for IOSF_MBI selection + - LP: #1478852 + * sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in + softirq context + - LP: #1478852 + * fs/ufs: restore s_lock mutex_init() + - LP: #1478852 + * ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stage + - LP: #1478852 + * LZ4 : fix the data abort issue + - LP: #1478852 + * lz4: fix system halt at boot kernel on x86_64 + - LP: #1478852 + * Linux 3.16.7-ckt15 + - LP: #1478852 + + -- Luis Henriques Tue, 28 Jul 2015 15:13:09 +0100 + +linux-lts-utopic (3.16.0-45.60~14.04.1) trusty; urgency=low + + [ Colin Ian King ] + + * SAUCE: KEYS: ensure we free the assoc array edit if edit is valid + - CVE-2015-1333 + + [ Upstream Kernel Changes ] + + * x86/asm/entry/64: Fold the 'test_in_nmi' macro into its only user + * x86/asm/entry/64: Remove a redundant jump + * x86/nmi: Enable nested do_nmi handling for 64-bit kernels + * x86/nmi/64: Remove asm code that saves cr2 + * x86/nmi/64: Switch stacks on userspace NMI entry + - CVE-2015-3290, CVE-2015-5157 + * x86/nmi/64: Improve nested NMI comments + * x86/nmi/64: Reorder nested NMI checks + * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI + detection + - CVE-2015-3291 + + -- Luis Henriques Fri, 24 Jul 2015 21:27:47 +0100 + +linux-lts-utopic (3.16.0-44.59~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1472223 + + [ Iyappan Subramanian ] + + * SAUCE: (no-up) drivers: net: xgene: fix: Out of order descriptor bytes + read + - LP: #1425576 + + [ Upstream Kernel Changes ] + + * Revert "tools/vm: fix page-flags build" + - LP: #1471170 + * NVMe: Add shutdown timeout as module parameter. + - LP: #1465136 + * Drivers: hv: vmbus: Add support for VMBus panic notifier handler + - LP: #1463584 + * Drivers: hv: vmbus: Correcting truncation error for constant + HV_CRASH_CTL_CRASH_NOTIFY + - LP: #1463584 + * KVM: nVMX: fix lifetime issues for vmcs02 + - LP: #1448269 + * KVM: nVMX: Fix nested vmexit ack intr before load vmcs01 + - LP: #1448269 + * mm/slab_common: support the slub_debug boot option on specific object + size + - LP: #1456952 + * kvm: x86: fix kvm_apic_has_events to check for NULL pointer + * cpuidle: powernv: Populate cpuidle state details by querying the + device-tree + - LP: #1470404 + * cpuidle: powernv: Read target_residency value of idle states from DT if + available + - LP: #1470404 + * cpuidle: powernv: Avoid endianness conversions while parsing DT + - LP: #1470404 + * cpuidle: powernv/pseries: Auto-promotion of snooze to deeper idle state + - LP: #1470404 + * iio: adis16400: Report pressure channel scale + - LP: #1471170 + * iio: adis16400: Use != channel indices for the two voltage channels + - LP: #1471170 + * iio: adis16400: Compute the scan mask from channel indices + - LP: #1471170 + * iio: adis16400: Remove unused variable + - LP: #1471170 + * iio: adis16400: Fix burst mode + - LP: #1471170 + * iio: adis16400: Fix burst transfer for adis16448 + - LP: #1471170 + * USB: serial: ftdi_sio: Add support for a Motion Tracker Development + Board + - LP: #1471170 + * iio: adc: twl6030-gpadc: Fix modalias + - LP: #1471170 + * serial: imx: Fix DMA handling for IDLE condition aborts + - LP: #1471170 + * usb: dwc3: gadget: Fix incorrect DEPCMD and DGCMD status macros + - LP: #1471170 + * ALSA: usb-audio: Add mic volume fix quirk for Logitech Quickcam Fusion + - LP: #1471170 + * n_tty: Fix auditing support for cannonical mode + - LP: #1471170 + * drm/i915/hsw: Fix workaround for server AUX channel clock divisor + - LP: #1471170 + * x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers + - LP: #1471170 + * lib: Fix strnlen_user() to not touch memory after specified maximum + - LP: #1471170 + * Input: elantech - fix detection of touchpads where the revision matches + a known rate + - LP: #1471170 + * ALSA: hda/realtek - Add a fixup for another Acer Aspire 9420 + - LP: #1471170 + * ALSA: usb-audio: add MAYA44 USB+ mixer control names + - LP: #1471170 + * ALSA: usb-audio: fix missing input volume controls in MAYA44 USB(+) + - LP: #1471170 + * USB: cp210x: add ID for HubZ dual ZigBee and Z-Wave dongle + - LP: #1471170 + * Input: elantech - add new icbody type + - LP: #1471170 + * MIPS: Fix enabling of DEBUG_STACKOVERFLOW + - LP: #1471170 + * xfrm: fix a race in xfrm_state_lookup_byspi + - LP: #1471170 + * kconfig: Fix warning "‘jump’ may be used uninitialized" + - LP: #1471170 + * scripts/sortextable: suppress warning: `relocs_size' may be used + uninitialized + - LP: #1471170 + * thermal: step_wise: Revert optimization + - LP: #1471170 + * MIPS: KVM: Do not sign extend on unsigned MMIO load + - LP: #1471170 + * arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug + - LP: #1471170 + * net: core: Correct an over-stringent device loop detection. + - LP: #1471170 + * net: phy: Allow EEE for all RGMII variants + - LP: #1471170 + * net: dp83640: fix broken calibration routine. + - LP: #1471170 + * net: dp83640: reinforce locking rules. + - LP: #1471170 + * unix/caif: sk_socket can disappear when state is unlocked + - LP: #1471170 + * xen/netback: Properly initialize credit_bytes + - LP: #1471170 + * udp: fix behavior of wrong checksums + - LP: #1471170 + * xen: netback: read hotplug script once at start of day. + - LP: #1471170 + * ipv4/udp: Verify multicast group is ours in upd_v4_early_demux() + - LP: #1471170 + * bridge: disable softirqs around br_fdb_update to avoid lockup + - LP: #1471170 + * drm/i915: Assume dual channel LVDS if pixel clock necessitates it + - LP: #1471170 + * Btrfs: send, add missing check for dead clone root + - LP: #1471170 + * Btrfs: send, don't leave without decrementing clone root's + send_progress + - LP: #1471170 + * btrfs: incorrect handling for fiemap_fill_next_extent return + - LP: #1471170 + * btrfs: cleanup orphans while looking up default subvolume + - LP: #1471170 + * iommu/vt-d: Allow RMRR on graphics devices too + - LP: #1471170 + * iommu/vt-d: Fix passthrough mode with translation-disabled devices + - LP: #1471170 + * ata: ahci_mvebu: Fix wrongly set base address for the MBus window + setting + - LP: #1471170 + * virtio_pci: Clear stale cpumask when setting irq affinity + - LP: #1471170 + * irqchip: sunxi-nmi: Fix off-by-one error in irq iterator + - LP: #1471170 + * pata_octeon_cf: fix broken build + - LP: #1471170 + * Input: synaptics - add min/max quirk for Lenovo S540 + - LP: #1471170 + * drm/i915: Fix DDC probe for passive adapters + - LP: #1471170 + * cfg80211: wext: clear sinfo struct before calling driver + - LP: #1471170 + * mm/memory_hotplug.c: set zone->wait_table to null after freeing it + - LP: #1471170 + * ring-buffer-benchmark: Fix the wrong sched_priority of producer + - LP: #1471170 + * block: fix ext_dev_lock lockdep report + - LP: #1471170 + * iser-target: Fix variable-length response error completion + - LP: #1471170 + * iser-target: release stale iser connections + - LP: #1471170 + * ALSA: hda - adding a DAC/pin preference map for a HP Envy TS machine + - LP: #1471170 + * drm/mgag200: Reject non-character-cell-aligned mode widths + - LP: #1471170 + * crypto: caam - fix uninitialized state->buf_dma field + - LP: #1471170 + * crypto: caam - improve initalization for context state saves + - LP: #1471170 + * crypto: caam - fix RNG buffer cache alignment + - LP: #1471170 + * tracing: Have filter check for balanced ops + - LP: #1471170 + * drm/radeon: fix freeze for laptop with Turks/Thames GPU. + - LP: #1471170 + * Linux 3.16.7-ckt14 + - LP: #1471170 + + -- Luis Henriques Tue, 07 Jul 2015 14:37:31 +0100 + +linux (3.16.0-43.58) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1466792 + + [ Brad Figg ] + + * Merged back Ubuntu-3.16.0-41.57 regression fix for security release + + -- Luis Henriques Fri, 19 Jun 2015 10:52:34 +0100 + +linux (3.16.0-42.56) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1465714 + + [ Chris J Arges ] + + * [config] CONFIG_IPMI_POWERNV=m on ppc64el + - LP: #1439562 + + [ Luis Henriques ] + + * [Config] Disable CONFIG_USB_OTG + - LP: #1411295 + + [ Upstream Kernel Changes ] + + * Revert "i2c: Mark adapter devices with pm_runtime_no_callbacks" + - LP: #1465613 + * Revert "mm/hugetlb: use pmd_page() in follow_huge_pmd()" + - LP: #1465613 + * cdc-acm: prevent infinite loop when parsing CDC headers. + - LP: #1460657 + * drivers/char/ipmi: Add powernv IPMI driver + - LP: #1439562 + * powerpc/powernv: Add OPAL IPMI interface + - LP: #1439562 + * powerpc/powernv: Support OPAL requested heartbeat + - LP: #1439562 + * powerpc/kernel: Make syscall_exit a local label + - LP: #1439562 + * powerpc: Remove old compile time disabled syscall tracing code + - LP: #1439562 + * powerpc/powernv: Remove "opal" prefix from pr_xxx()s + - LP: #1439562 + * powerpc/powernv: Separate function for OPAL IRQ setup + - LP: #1439562 + * powerpc/powernv: Add OPAL message notifier unregister function + - LP: #1439562 + * device: Add dev_of_node() accessor + - LP: #1439562 + * drivers/core/of: Add symlink to device-tree from devices with an OF + node + - LP: #1439562 + * powerpc: Add a proper syscall for switching endianness + - LP: #1439562 + * (upstream) libata: Blacklist queued TRIM on all Samsung 800-series + - LP: #1338706, #1449005 + * ahci: avoton port-disable reset-quirk + - LP: #1458617 + * udf: Remove repeated loads blocksize + - LP: #1462173 + - CVE-2015-4167 + * udf: Check length of extended attributes and allocation descriptors + - LP: #1462173 + - CVE-2015-4167 + * (upstream)scsi_lib: remove the description string in + scsi_io_completion() + - LP: #1449372 + * vfs: read file_handle only once in handle_to_path + - LP: #1416503 + - CVE-2015-1420 + * ozwpan: Use unsigned ints to prevent heap overflow + - LP: #1463442 + - CVE-2015-4001 + * ozwpan: divide-by-zero leading to panic + - LP: #1463445 + - CVE-2015-4003 + * ozwpan: Use proper check to prevent heap overflow + - LP: #1463444 + - CVE-2015-4002 + * ozwpan: unchecked signed subtraction leads to DoS + - LP: #1463444 + - CVE-2015-4002 + * net: eth: xgene: devm_ioremap() returns NULL on error + - LP: #1458042 + * drivers: net: xgene: fix new firmware backward compatibility with older + driver + - LP: #1458042 + * drivers: net: xgene: constify of_device_id array + - LP: #1458042 + * drivers: net: xgene: Add second SGMII based 1G interface + - LP: #1458042 + * dtb: change binding name to match with newer firmware DT + - LP: #1458042 + * dtb: xgene: Add second SGMII based 1G interface node + - LP: #1458042 + * mlx4: Fix tx ring affinity_mask creation + - LP: #1465613 + * net/mlx4_en: Schedule napi when RX buffers allocation fails + - LP: #1465613 + * efi/reboot: Add generic wrapper around EfiResetSystem() + - LP: #1465613 + * efi/reboot: Allow powering off machines using EFI + - LP: #1465613 + * x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag + - LP: #1465613 + * ARC: signal handling robustify + - LP: #1465613 + * UBI: fix soft lockup in ubi_check_volume() + - LP: #1465613 + * mnt: Fail collect_mounts when applied to unmounted mounts + - LP: #1465613 + * ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLE + - LP: #1465613 + * ASoC: rt5677: add register patch for PLL + - LP: #1465613 + * btrfs: unlock i_mutex after attempting to delete subvolume during send + - LP: #1465613 + * ALSA: hda - Fix mute-LED fixed mode + - LP: #1465613 + * arm64: dma-mapping: always clear allocated buffers + - LP: #1465613 + * ALSA: emu10k1: Fix card shortname string buffer overflow + - LP: #1465613 + * ALSA: emux: Fix mutex deadlock at unloading + - LP: #1465613 + * drm/radeon: add SI DPM quirk for Sapphire R9 270 Dual-X 2G GDDR5 + - LP: #1465613 + * SCSI: add 1024 max sectors black list flag + - LP: #1465613 + * 3w-sas: fix command completion race + - LP: #1465613 + * 3w-xxxx: fix command completion race + - LP: #1465613 + * 3w-9xxx: fix command completion race + - LP: #1465613 + * uas: Allow uas_use_uas_driver to return usb-storage flags + - LP: #1465613 + * uas: Add US_FL_MAX_SECTORS_240 flag + - LP: #1465613 + * uas: Set max_sectors_240 quirk for ASM1053 devices + - LP: #1465613 + * usb: chipidea: otg: remove mutex unlock and lock while stop and start + role + - LP: #1465613 + * serial: xilinx: Use platform_get_irq to get irq description structure + - LP: #1465613 + * serial: of-serial: Remove device_type = "serial" registration + - LP: #1465613 + * tty/serial: at91: maxburst was missing for dma transfers + - LP: #1465613 + * ALSA: emux: Fix mutex deadlock in OSS emulation + - LP: #1465613 + * ALSA: emu10k1: Emu10k2 32 bit DMA mode + - LP: #1465613 + * rbd: end I/O the entire obj_request on error + - LP: #1465613 + * ext4: fix data corruption caused by unwritten and delayed extents + - LP: #1465613 + * ext4: move check under lock scope to close a race. + - LP: #1465613 + * bridge/mdb: remove wrong use of NLM_F_MULTI + - LP: #1465613 + * mlx4_en: Use correct loop cursor in error path. + - LP: #1465613 + * powerpc/pseries: Correct cpu affinity for dlpar added cpus + - LP: #1465613 + * arm/arm64: KVM: Fix and refactor unmap_range + - LP: #1465613 + * ARM: KVM: Unmap IPA on memslot delete/move + - LP: #1465613 + * ARM: KVM: user_mem_abort: support stage 2 MMIO page mapping + - LP: #1465613 + * arm64: KVM: export demux regids as KVM_REG_ARM64 + - LP: #1465613 + * ARM: virt: fix wrong HSCTLR.EE bit setting + - LP: #1465613 + * ARM64: KVM: store kvm_vcpu_fault_info est_el2 as word + - LP: #1465613 + * KVM: ARM/arm64: fix non-const declaration of function returning const + - LP: #1465613 + * KVM: ARM/arm64: fix broken __percpu annotation + - LP: #1465613 + * KVM: ARM/arm64: avoid returning negative error code as bool + - LP: #1465613 + * KVM: vgic: return int instead of bool when checking I/O ranges + - LP: #1465613 + * ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault() + - LP: #1465613 + * KVM: ARM: vgic: plug irq injection race + - LP: #1465613 + * arm/arm64: KVM: Fix set_clear_sgi_pend_reg offset + - LP: #1465613 + * arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd alloc + - LP: #1465613 + * arm: kvm: fix CPU hotplug + - LP: #1465613 + * arm/arm64: KVM: fix potential NULL dereference in user_mem_abort() + - LP: #1465613 + * arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE + - LP: #1465613 + * arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abort + - LP: #1465613 + * arm64: KVM: fix unmapping with 48-bit VAs + - LP: #1465613 + * arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create() + - LP: #1465613 + * arm64/kvm: Fix assembler compatibility of macros + - LP: #1465613 + * arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn() + - LP: #1465613 + * arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag + - LP: #1465613 + * arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option + - LP: #1465613 + * arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu + - LP: #1465613 + * arm/arm64: KVM: Introduce stage2_unmap_vm + - LP: #1465613 + * arm/arm64: KVM: Don't allow creating VCPUs after vgic_initialized + - LP: #1465613 + * arm/arm64: KVM: Require in-kernel vgic for the arch timers + - LP: #1465613 + * arm64: KVM: Fix TLB invalidation by IPA/VMID + - LP: #1465613 + * arm64: KVM: Fix HCR setting for 32bit guests + - LP: #1465613 + * arm64: KVM: Do not use pgd_index to index stage-2 pgd + - LP: #1465613 + * net: make skb_gso_segment error handling more robust + - LP: #1465613 + * efivarfs: Ensure VariableName is NUL-terminated + - LP: #1465613 + * x86/efi: Store upper bits of command line buffer address in + ext_cmd_line_ptr + - LP: #1465613 + * blk-mq: fix CPU hotplug handling + - LP: #1465613 + * writeback: use |1 instead of +1 to protect against div by zero + - LP: #1465613 + * ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC + - LP: #1465613 + * ARM: dts: imx23-olinuxino: Fix polarity of LED GPIO + - LP: #1465613 + * ARM: dts: imx23-olinuxino: Fix dr_mode of usb0 + - LP: #1465613 + * ARM: dts: imx6: phyFLEX: USB VBUS control is active-high + - LP: #1465613 + * ARM: dts: imx25: Add #pwm-cells to pwm4 + - LP: #1465613 + * ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name + - LP: #1465613 + * gpio: unregister gpiochip device before removing it + - LP: #1465613 + * gpio: sysfs: fix memory leaks and device hotplug + - LP: #1465613 + * ACPI / PNP: add two IDs to list for PNPACPI device enumeration + - LP: #1465613 + * ARM: OMAP2+: Fix omap off idle power consumption creeping up + - LP: #1465613 + * ARM: dts: OMAP3-N900: Add microphone bias voltages + - LP: #1465613 + * drm/radeon: disable semaphores for UVD V1 (v2) + - LP: #1465613 + * RDMA/CMA: Canonize IPv4 on IPV6 sockets properly + - LP: #1465613 + * drm/i915: Add missing MacBook Pro models with dual channel LVDS + - LP: #1465613 + * efi: Fix error handling in add_sysfs_runtime_map_entry() + - LP: #1465613 + * xen/events: Clear cpu_evtchn_mask before resuming + - LP: #1465613 + * xen/xenbus: Update xenbus event channel on resume + - LP: #1465613 + * xen/console: Update console event channel on resume + - LP: #1465613 + * xen/events: Set irq_info->evtchn before binding the channel to CPU in + __startup_pirq() + - LP: #1465613 + * mm/memory-failure: call shake_page() when error hits thp tail page + - LP: #1465613 + * mm: soft-offline: fix num_poisoned_pages counting on concurrent events + - LP: #1465613 + * nilfs2: fix sanity check of btree level in nilfs_btree_root_broken() + - LP: #1465613 + * ocfs2: dlm: fix race between purge and get lock resource + - LP: #1465613 + * drm/i915/dp: there is no audio on port A + - LP: #1465613 + * drm/radeon: make VCE handle check more strict + - LP: #1465613 + * drm/radeon: make UVD handle checking more strict + - LP: #1465613 + * drm/radeon: more strictly validate the UVD codec + - LP: #1465613 + * path_openat(): fix double fput() + - LP: #1465613 + * mnt: Fix fs_fully_visible to verify the root directory is visible + - LP: #1465613 + * ARM: ux500: Move GPIO regulator for SD-card into board DTSs + - LP: #1465613 + * ARM: ux500: Enable GPIO regulator for SD-card for HREF boards + - LP: #1465613 + * ARM: ux500: Enable GPIO regulator for SD-card for snowball + - LP: #1465613 + * xen-pciback: Add name prefix to global 'permissive' variable + - LP: #1465613 + * mmc: core: add missing pm event in mmc_pm_notify to fix hib restore + - LP: #1465613 + * mmc: sh_mmcif: Fix timeout value for command request + - LP: #1465613 + * pinctrl: Don't just pretend to protect pinctrl_maps, do it for real + - LP: #1465613 + * ACPICA: Utilities: split IO address types from data type models. + - LP: #1465613 + * ACPICA: Tables: Change acpi_find_root_pointer() to use + acpi_physical_address. + - LP: #1465613 + * ACPICA: Utilities: Cleanup to enforce + ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR(). + - LP: #1465613 + * ACPICA: Utilities: Cleanup to convert physical address printing + formats. + - LP: #1465613 + * ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx + helpers. + - LP: #1465613 + * crush: ensuring at most num-rep osds are selected + - LP: #1465613 + * netfilter: nf_tables: fix error handling of rule replacement + - LP: #1465613 + * netfilter: Zero the tuple in nfnl_cthelper_parse_tuple() + - LP: #1465613 + * netfilter: nf_tables: check for overflow of rule dlen field + - LP: #1465613 + * netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is set + - LP: #1465613 + * netfilter: nf_tables: allow to change chain policy without hook if it + exists + - LP: #1465613 + * netfilter: nft_rbtree: fix locking + - LP: #1465613 + * arm64/mm: Remove hack in mmap randomize layout + - LP: #1465613 + * sched/autogroup: Fix failure to set cpu.rt_runtime_us + - LP: #1465613 + * xprtrdma: Free the pd if ib_query_qp() fails + - LP: #1465613 + * xfs: ensure truncate forces zeroed blocks to disk + - LP: #1465613 + * Linux 3.16.7-ckt12 + - LP: #1465613 + * kprobes/x86: Return correct length in __copy_instruction() + - LP: #1465653 + * iio: light: hid-sensor-prox: Fix modifier + - LP: #1465653 + * iio: pressure: hid-sensor-press: Fix modifier + - LP: #1465653 + * iio: adc: xilinx: Fix register addresses + - LP: #1465653 + * iio: adc: xilinx: Fix "vccaux" channel .address + - LP: #1465653 + * iio: adc: xilinx: Fix VREFP scale + - LP: #1465653 + * iio: adc: xilinx: Fix VREFN sign + - LP: #1465653 + * libata: Add helper to determine when PHY events should be ignored + - LP: #1465653 + * libata: Ignore spurious PHY event on LPM policy change + - LP: #1465653 + * iio:st_sensors: Fix oops when probing SPI devices + - LP: #1465653 + * usb: gadget: configfs: Fix interfaces array NULL-termination + - LP: #1465653 + * rtlwifi: rtl8192cu: Fix kernel deadlock + - LP: #1465653 + * USB: cp210x: add ID for KCF Technologies PRN device + - LP: #1465653 + * USB: pl2303: Remove support for Samsung I330 + - LP: #1465653 + * USB: visor: Match I330 phone more precisely + - LP: #1465653 + * net: can: xilinx_can: fix extended frame handling + - LP: #1465653 + * nfsd: fix the check for confirmed openowner in + nfs4_preprocess_stateid_op + - LP: #1465653 + * svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failures + - LP: #1465653 + * libata: Update Crucial/Micron blacklist + - LP: #1465653 + * ACPI / init: Fix the ordering of acpi_reserve_resources() + - LP: #1465653 + * md/raid5: don't record new size if resize_stripes fails. + - LP: #1465653 + * sched: Handle priority boosted tasks proper in setscheduler() + - LP: #1465653 + * xhci: fix isoc endpoint dequeue from advancing too far on transaction + error + - LP: #1465653 + * xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256 + - LP: #1465653 + * xhci: gracefully handle xhci_irq dead device + - LP: #1465653 + * staging: gdm724x: Correction of variable usage after applying ALIGN() + - LP: #1465653 + * usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devices + - LP: #1465653 + * tty/n_gsm.c: fix a memory leak when gsmtty is removed + - LP: #1465653 + * ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction. + - LP: #1465653 + * x86/vdso: Fix the x86 vdso2c tool includes + - LP: #1465653 + * x86/vdso: Fix 'make bzImage' on older distros + - LP: #1465653 + * perf/x86/rapl: Enable Broadwell-U RAPL support + - LP: #1465653 + * drm/radeon: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling + - LP: #1465653 + * RDMA/core: Fix for parsing netlink string attribute + - LP: #1465653 + * drm/radeon: add new bonaire pci id + - LP: #1465653 + * parisc,metag: Fix crashes due to stack randomization on + stack-grows-upwards architectures + - LP: #1465653 + * firmware: dmi_scan: Fix ordering of product_uuid + - LP: #1465653 + * ext4: fix NULL pointer dereference when journal restart fails + - LP: #1465653 + * ext4: check for zero length extent explicitly + - LP: #1465653 + * jbd2: fix r_count overflows leading to buffer overflow in journal + recovery + - LP: #1465653 + * mm, numa: really disable NUMA balancing by default on single node + machines + - LP: #1465653 + * spi: bitbang: Make setup_transfer() callback optional + - LP: #1465653 + * igb: Fix oops on changing number of rings + - LP: #1465653 + * igb: Fix NULL assignment to incorrect variable in igb_reset_q_vector + - LP: #1465653 + * ARM: gemini: fix compiler warning due wrong data type + - LP: #1465653 + * arm64: add missing PAGE_ALIGN() to __dma_free() + - LP: #1465653 + * sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND) + - LP: #1465653 + * ARM: 8307/1: psci: move psci firmware calls out of line + - LP: #1465653 + * config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected + - LP: #1465653 + * staging, rtl8192e, LLVMLinux: Change extern inline to static inline + - LP: #1465653 + * kernel: use the gnu89 standard explicitly + - LP: #1465653 + * staging, rtl8192e, LLVMLinux: Remove unused inline prototype + - LP: #1465653 + * staging: wlags49_h2: fix extern inline functions + - LP: #1465653 + * staging: rtl8712, rtl8712: avoid lots of build warnings + - LP: #1465653 + * qla2xxx: remove redundant declaration in 'qla_gbl.h' + - LP: #1465653 + * ARM: mvebu: do not register custom DMA operations when coherency is + disabled + - LP: #1465653 + * net: socket: Fix the wrong returns for recvmsg and sendmsg + - LP: #1465653 + * ALSA: hda - Add headphone quirk for Lifebook E752 + - LP: #1465653 + * ASoC: mc13783: Fix wrong mask value used in mc13xxx_reg_rmw() calls + - LP: #1465653 + * thermal: armada: Update Armada 380 thermal sensor coefficients + - LP: #1465653 + * mac80211: move WEP tailroom size check + - LP: #1465653 + * KVM: MMU: fix smap permission check + - LP: #1465653 + * KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages + - LP: #1465653 + * KVM: MMU: fix SMAP virtualization + - LP: #1465653 + * storvsc: Set the SRB flags correctly when no data transfer is needed + - LP: #1465653 + * ASoC: wm8960: fix "RINPUT3" audio route error + - LP: #1465653 + * ASoC: wm8994: correct BCLK DIV 348 to 384 + - LP: #1465653 + * Input: elantech - fix semi-mt protocol for v3 HW + - LP: #1465653 + * powerpc: Align TOC to 256 bytes + - LP: #1465653 + * ALSA: hda - Add Conexant codecs CX20721, CX20722, CX20723 and CX20724 + - LP: #1454656, #1465653 + * ALSA: hda/realtek - ALC292 dock fix for Thinkpad L450 + - LP: #1465653 + * mmc: atmel-mci: fix bad variable type for clkdiv + - LP: #1465653 + * sd: Disable support for 256 byte/sector disks + - LP: #1465653 + * xen/events: don't bind non-percpu VIRQs with percpu chip + - LP: #1465653 + * libceph: request a new osdmap if lingering request maps to no osd + - LP: #1465653 + * crypto: s390/ghash - Fix incorrect ghash icv buffer handling. + - LP: #1465653 + * ipvs: fix memory leak in ip_vs_ctl.c + - LP: #1465653 + * tcp/ipv6: fix flow label setting in TIME_WAIT state + - LP: #1465653 + * ipv6: do not delete previously existing ECMP routes if add fails + - LP: #1465653 + * ipv6: fix ECMP route replacement + - LP: #1465653 + * ipv4: Avoid crashing in ip_error + - LP: #1465653 + * cdc_ncm: Fix tx_bytes statistics + - LP: #1465653 + * bridge: fix parsing of MLDv2 reports + - LP: #1465653 + * ARM: fix missing syscall trace exit + - LP: #1465653 + * module: Call module notifier on failure after complete_formation() + - LP: #1465653 + * gpio: gpio-kempld: Fix get_direction return value + - LP: #1465653 + * ARM: dts: imx27: only map 4 Kbyte for fec registers + - LP: #1465653 + * ARM: 8356/1: mm: handle non-pmd-aligned end of RAM + - LP: #1465653 + * mac80211: don't use napi_gro_receive() outside NAPI context + - LP: #1465653 + * ARM: dts: set display clock correctly for exynos4412-trats2 + - LP: #1465653 + * hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGE + - LP: #1465653 + * lguest: fix out-by-one error in address checking. + - LP: #1465653 + * drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR + handling" + - LP: #1465653 + * xfs: xfs_attr_inactive leaves inconsistent attr fork state behind + - LP: #1465653 + * fs, omfs: add NULL terminator in the end up the token list + - LP: #1465653 + * d_walk() might skip too much + - LP: #1465653 + * hwmon: (nct6775) Add missing sysfs attribute initialization + - LP: #1465653 + * target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST + - LP: #1465653 + * x86: bpf_jit: fix compilation of large bpf programs + - LP: #1465653 + * net_sched: invoke ->attach() after setting dev->qdisc + - LP: #1465653 + * fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length + mappings + - LP: #1465653 + * tools/vm: fix page-flags build + - LP: #1465653 + * rt2x00: add new rt2800usb device DWA 130 + - LP: #1465653 + * Linux 3.16.7-ckt13 + - LP: #1465653 + + -- Brad Figg Tue, 16 Jun 2015 08:11:18 -0700 + +linux (3.16.0-41.57) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1466250 + + [ Andy Whitcroft ] + + * SAUCE: ensure that upper/lower layers are valid before checking + permissions + - LP: #1465998 + + -- Brad Figg Wed, 17 Jun 2015 16:19:26 -0700 + +linux (3.16.0-41.55) utopic; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: overlayfs: when copying up and reading directories ensure + mounter had permissions V2 + - CVE-2015-1328 + + -- Luis Henriques Fri, 12 Jun 2015 10:22:15 +0100 + +linux (3.16.0-39.53) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1458778 + + [ Brad Figg ] + + * hyper-v -- add hid and fb drivers to linux-virtual + - LP: #1444179 + + [ Chris J Arges ] + + * [Config] CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y on ppc64el + - LP: #1450497 + + [ Luis Henriques ] + + * SAUCE: (no-up) trace: fix trace_open_exec() invocation + - LP: #1453848 + + [ Paolo Pisati ] + + * [Config] armhf: GENERIC_CPUFREQ_CPU0=y + - LP: #1457781 + + [ Upstream Kernel Changes ] + + * DT doc: net: cpsw mac-address is optional + - LP: #1452628 + * net: cpsw: Add missing return value + - LP: #1452628 + * net: cpsw: header, Add missing include + - LP: #1452628 + * net: cpsw: Replace pr_err by dev_err + - LP: #1452628 + * net: cpsw: Add am33xx MACID readout + - LP: #1452628 + * am33xx: define syscon control module device node + - LP: #1452628 + * arm: dts: am33xx, Add syscon phandle to cpsw node + - LP: #1452628 + * x86: kvm: Revert "remove sched notifier for cross-cpu migrations" + - LP: #1450584 + * x86: vdso: fix pvclock races with task migration + - LP: #1450584 + * n_tty: Fix read buffer overwrite when no newline + - LP: #1454202 + * spi: spidev: fix possible arithmetic overflow for multi-transfer + message + - LP: #1454202 + * arm64: vdso: fix build error when switching from LE to BE + - LP: #1454202 + * uas: Do not blacklist ASM1153 disk enclosures + - LP: #1454202 + * KVM: x86: Fix lost interrupt on irr_pending race + - LP: #1454202 + * tcp: prevent fetching dst twice in early demux code + - LP: #1454202 + * ipv6: protect skb->sk accesses from recursive dereference inside the + stack + - LP: #1454202 + * tcp: tcp_make_synack() should clear skb->tstamp + - LP: #1454202 + * usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers + - LP: #1454202 + * usbnet: Fix tx_bytes statistic running backward in cdc_ncm + - LP: #1454202 + * bonding: Bonding Overriding Configuration logic restored. + - LP: #1454202 + * HID: add ALWAYS_POLL quirk for a Logitech 0xc007 + - LP: #1454202 + * PCI/AER: Avoid info leak in __print_tlp_header() + - LP: #1454202 + * PCI: cpcihp: Add missing curly braces in cpci_configure_slot() + - LP: #1454202 + * sh_veu: v4l2_dev wasn't set + - LP: #1454202 + * media: s5p-mfc: fix mmap support for 64bit arch + - LP: #1454202 + * cpufreq: Schedule work for the first-online CPU on resume + - LP: #1454202 + * cpuidle: remove state_count field from struct cpuidle_device + - LP: #1454202 + * cpuidle: ACPI: do not overwrite name and description of C0 + - LP: #1454202 + * ioctx_alloc(): fix vma (and file) leak on failure + - LP: #1454202 + * drm/i915/vlv: save/restore the power context base reg + - LP: #1454202 + * drm/i915/chv: Remove Wait for a previous gfx force-off + - LP: #1454202 + * drm/i915/vlv: remove wait for previous GFX clk disable request + - LP: #1454202 + * ALSA: hda/realtek - Make more stable to get pin sense for ALC283 + - LP: #1454202 + * ALSA: bebob: fix to processing in big-endian machine for sending cue + - LP: #1454202 + * be2iscsi: Fix kernel panic when device initialization fails + - LP: #1454202 + * Defer processing of REQ_PREEMPT requests for blocked devices + - LP: #1454202 + * ALSA: hda - Fix headphone pin config for Lifebook T731 + - LP: #1454202 + * ocfs2: _really_ sync the right range + - LP: #1454202 + * ALSA: usb - Creative USB X-Fi Pro SB1095 volume knob support + - LP: #1454202 + * iscsi target: fix oops when adding reject pdu + - LP: #1454202 + * ext4: fix indirect punch hole corruption + - LP: #1454202 + * ip_forward: Drop frames with attached skb->sk + - LP: #1454202 + * net: add skb_checksum_complete_unset + - LP: #1454202 + * ppp: call skb_checksum_complete_unset in ppp_receive_frame + - LP: #1454202 + * tcp: fix possible deadlock in tcp_send_fin() + - LP: #1454202 + * tcp: avoid looping in tcp_send_fin() + - LP: #1454202 + * net: do not deplete pfmemalloc reserve + - LP: #1454202 + * net: fix crash in build_skb() + - LP: #1454202 + * usb: serial: silence all non-critical read errors + - LP: #1454202 + * usb: gadget: composite: enable BESL support + - LP: #1454202 + * rtlwifi: rtl8192cu: Add new device ID + - LP: #1454202 + * rtlwifi: rtl8192cu: Add new USB ID + - LP: #1454202 + * Bluetooth: ath3k: Add support Atheros AR5B195 combo Mini PCIe card + - LP: #1454202 + * power_supply: twl4030_madc: Check return value of power_supply_register + - LP: #1454202 + * power_supply: lp8788-charger: Fix leaked power supply on probe fail + - LP: #1454202 + * ARM: dts: dove: Fix uart[23] reg property + - LP: #1454202 + * xtensa: xtfpga: fix hardware lockup caused by LCD driver + - LP: #1454202 + * Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open() + - LP: #1454202 + * xtensa: provide __NR_sync_file_range2 instead of __NR_sync_file_range + - LP: #1454202 + * KVM: s390: Zero out current VMDB of STSI before including level3 data. + - LP: #1454202 + * KVM: s390: fix handling of write errors in the tpi handler + - LP: #1454202 + * KVM: s390: reinjection of irqs can fail in the tpi handler + - LP: #1454202 + * usb: musb: core: fix TX/RX endpoint order + - LP: #1454202 + * usb: gadget: printer: enqueue printer's response for setup request + - LP: #1454202 + * compal-laptop: correct invalid hwmon name + - LP: #1454202 + * compal-laptop: Fix leaking hwmon device + - LP: #1454202 + * compal-laptop: Check return value of power_supply_register + - LP: #1454202 + * sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve + power savings and to improve performance + - LP: #1454202 + * drm/radeon: fix doublescan modes (v2) + - LP: #1454202 + * usb: phy: Find the right match in devm_usb_phy_match + - LP: #1454202 + * ASoC: pcm512x: Add 'Analogue' prefix to analogue volume controls + - LP: #1454202 + * mmc: sunxi: Use devm_reset_control_get_optional() for reset control + - LP: #1454202 + * tools lib traceevent kbuffer: Remove extra update to data pointer in + PADDING + - LP: #1454202 + * MIPS: Loongson-3: Add IRQF_NO_SUSPEND to Cascade irqaction + - LP: #1454202 + * ring-buffer: Replace this_cpu_*() with __this_cpu_*() + - LP: #1454202 + * HID: add HP OEM mouse to quirk ALWAYS_POLL + - LP: #1454202 + * HID: add quirk for PIXART OEM mouse used by HP + - LP: #1454202 + * ASoC: wm8741: Fix rates constraints values + - LP: #1454202 + * cdc-wdm: fix endianness bug in debug statements + - LP: #1454202 + * staging: panel: fix lcd type + - LP: #1454202 + * UBI: account for bitflips in both the VID header and data + - LP: #1454202 + * UBI: fix out of bounds write + - LP: #1454202 + * UBI: initialize LEB number variable + - LP: #1454202 + * UBI: fix check for "too many bytes" + - LP: #1454202 + * ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on Cragganmore + - LP: #1454202 + * ASoC: davinci-evm: drop un-necessary remove function + - LP: #1454202 + * iscsi-target: Convert iscsi_thread_set usage to kthread.h + - LP: #1454202 + * Drivers: hv: vmbus: Don't wait after requesting offers + - LP: #1454202 + * Btrfs: fix log tree corruption when fs mounted with -o discard + - LP: #1454202 + * btrfs: don't accept bare namespace as a valid xattr + - LP: #1454202 + * MIPS: KVM: Handle MSA Disabled exceptions from guest + - LP: #1454202 + * ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASE + - LP: #1454202 + * MIPS: Hibernate: flush TLB entries earlier + - LP: #1454202 + * ASoC: cs4271: Increase delay time after reset + - LP: #1454202 + * stk1160: Make sure current buffer is released + - LP: #1454202 + * mnt: Improve the umount_tree flags + - LP: #1454202 + * ext4: make fsync to sync parent dir in no-journal for real this time + - LP: #1454202 + * Input: elantech - fix absolute mode setting on some ASUS laptops + - LP: #1454202 + * usb: define a generic USB_RESUME_TIMEOUT macro + - LP: #1454202 + * usb: host: xhci: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: ehci: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: uhci: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: musb: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: isp116x: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: fotg210: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: fusbh200: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: oxu210hp: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: r8a66597: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: sl811: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: dwc2: hcd: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: isp1760: hcd: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: core: hub: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * iser-target: Fix session hang in case of an rdma read DIF error + - LP: #1454202 + * iser-target: Fix possible deadlock in RDMA_CM connection error + - LP: #1454202 + * gpio: mvebu: Fix mask/unmask managment per irq chip type + - LP: #1454202 + * rc: img-ir: fix error in parameters passed to irq_free() + - LP: #1454202 + * scsi: storvsc: Fix a bug in copy_from_bounce_buffer() + - LP: #1454202 + * ALSA: emu10k1: don't deadlock in proc-functions + - LP: #1454202 + * MIPS: asm: asm-eva: Introduce kernel load/store variants + - LP: #1454202 + * MIPS: Malta: Detect and fix bad memsize values + - LP: #1454202 + * clk: tegra: Register the proper number of resets + - LP: #1454202 + * ALSA: hda - Add dock support for ThinkPad X250 (17aa:2226) + - LP: #1454202 + * clk: at91: usb: fix at91sam9x5 recalc, round and set rate + - LP: #1454202 + * xtensa: ISS: fix locking in TAP network adapter + - LP: #1454202 + * nosave: consolidate __nosave_{begin,end} in + - LP: #1454202 + * s390/hibernate: fix save and restore of kernel text section + - LP: #1454202 + * ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T450 + - LP: #1454202 + * Btrfs: fix inode eviction infinite loop after extent_same ioctl + - LP: #1454202 + * Btrfs: fix inode eviction infinite loop after cloning into it + - LP: #1454202 + * ACPICA: Tables: Don't release ACPI_MTX_TABLES in + acpi_tb_install_standard_table(). + - LP: #1454202 + * drm/i915: Dont enable CS_PARSER_ERROR interrupts at all + - LP: #1454202 + * KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_save + - LP: #1454202 + * target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handling + - LP: #1454202 + * mm/hugetlb: use pmd_page() in follow_huge_pmd() + - LP: #1454202 + * fs/binfmt_elf.c: fix bug in loading of PIE binaries + - LP: #1454202 + * IB/core: disallow registering 0-sized memory region + - LP: #1454202 + * IB/core: don't disallow registering region starting at 0x0 + - LP: #1454202 + * target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection + enabled + - LP: #1454202 + * target/file: Fix SG table for prot_buf initialization + - LP: #1454202 + * target/file: Fix UNMAP with DIF protection support + - LP: #1454202 + * ptrace: fix race between ptrace_resume() and wait_task_stopped() + - LP: #1454202 + * mvsas: fix panic on expander attached SATA devices + - LP: #1454202 + * nfsd: fix nsfd startup race triggering BUG_ON + - LP: #1454202 + * i2c: rk3x: report number of messages transmitted + - LP: #1454202 + * i2c: Mark adapter devices with pm_runtime_no_callbacks + - LP: #1454202 + * nfs: fix high load average due to callback thread sleeping + - LP: #1454202 + * drm/i915: cope with large i2c transfers + - LP: #1454202 + * drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT reg + - LP: #1454202 + * ACPI / scan: Annotate physical_node_lock in acpi_scan_is_offline() + - LP: #1454202 + * RCU pathwalk breakage when running into a symlink overmounting + something + - LP: #1454202 + * drivers/of: Add empty ranges quirk for PA-Semi + - LP: #1454202 + * e1000: add dummy allocator to fix race condition between mtu change and + netpoll + - LP: #1454202 + * wl18xx: show rx_frames_per_rates as an array as it really is + - LP: #1454202 + * ARM: shmobile: r8a7790: Correct SYSCIER value + - LP: #1454202 + * apple-gmux: lock iGP IO to protect from vgaarb changes + - LP: #1454202 + * lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR + - LP: #1454202 + * clk: qcom: fix RCG M/N counter configuration + - LP: #1454202 + * arm64: head.S: ensure visibility of page tables + - LP: #1454202 + * driver core: bus: Goto appropriate labels on failure in bus_add_device + - LP: #1454202 + * C6x: time: Ensure consistency in __init + - LP: #1454202 + * xprtrdma: Prevent infinite loop in rpcrdma_ep_create() + - LP: #1454202 + * crypto: omap-aes - Fix support for unequal lengths + - LP: #1454202 + * ARM: fix broken hibernation + - LP: #1454202 + * jhash: Update jhash_[321]words functions to use correct initval + - LP: #1454202 + * vti6: fix uninit when using x-netns + - LP: #1454202 + * powerpc/cell: Fix cell iommu after it_page_shift changes + - LP: #1454202 + * KVM: use slowpath for cross page cached accesses + - LP: #1454202 + * powerpc: Fix missing L2 cache size in /sys/devices/system/cpu + - LP: #1454202 + * i2c: core: Export bus recovery functions + - LP: #1454202 + * IB/mlx4: Fix WQE LSO segment calculation + - LP: #1454202 + * IB/iser: Fix wrong calculation of protection buffer length + - LP: #1454202 + * mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit + architectures + - LP: #1454202 + * skbuff: Do not scrub skb mark within the same name space + - LP: #1454202 + * firmware/ihex2fw.c: restore missing default in switch statement + - LP: #1454202 + * memstick: mspro_block: add missing curly braces + - LP: #1454202 + * tools/power turbostat: Use $(CURDIR) instead of $(PWD) and add support + for O= option in Makefile + - LP: #1454202 + * cpufreq: fix a NULL pointer dereference in __cpufreq_governor() + - LP: #1454202 + * Input: twl4030-pwrbutton - ensure a wakeup event is recorded. + - LP: #1454202 + * Input: elantech - fix crc_enabled for Fujitsu H730 + - LP: #1454202 + * Input: elantech - add more Fujtisu notebooks to force crc_enabled + - LP: #1454202 + * ext4: fix accidental flag aliasing in ext4_map_blocks flags + - LP: #1454202 + * ext4: fix ZERO_RANGE bug hidden by flag aliasing + - LP: #1454202 + * ext4: allocate entire range in zero range + - LP: #1454202 + * ipv4: Missing sk_nulls_node_init() in ping_unhash(). + - LP: #1454202 + * Linux 3.16.7-ckt11 + - LP: #1454202 + * mmc: card: Don't access RPMB partitions for normal read/write + - LP: #1454013 + * HID: multitouch: add support of clickpads + - LP: #1456881 + + -- Luis Henriques Tue, 26 May 2015 09:19:21 +0100 + +linux (3.16.0-38.52) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1452623 + + [ Stefan Bader ] + + * SAUCE: vesafb: Set mtrr:3 (write-combining) as default + - LP: #1434581 + + [ Upstream Kernel Changes ] + + * regmap: Skip read-only registers in regcache_sync() + - LP: #1448830 + * fuse: notify: don't move pages + - LP: #1449548 + * fuse: set stolen page uptodate + - LP: #1449548 + * dm thin: fix to consistently zero-fill reads to unprovisioned blocks + - LP: #1449548 + * dm: hold suspend_lock while suspending device during device deletion + - LP: #1449548 + * dm snapshot: suspend origin when doing exception handover + - LP: #1449548 + * dm snapshot: suspend merging snapshot when doing exception handover + - LP: #1449548 + * dm io: deal with wandering queue limits when handling REQ_DISCARD and + REQ_WRITE_SAME + - LP: #1449548 + * crypto: arm/aes update NEON AES module to latest OpenSSL version + - LP: #1449548 + * mac80211: drop unencrypted frames in mesh fwding + - LP: #1449548 + * mac80211: disable u-APSD queues by default + - LP: #1449548 + * ASoC: ak4671: Fix control-less DAPM routes + - LP: #1449548 + * ASoC: da732x: Fix control-less DAPM routes + - LP: #1449548 + * ASoC: sn95031: Fix control-less DAPM routes + - LP: #1449548 + * virtio_console: init work unconditionally + - LP: #1449548 + * virtio_console: avoid config access from irq + - LP: #1449548 + * clocksource: efm32: Fix a NULL pointer dereference + - LP: #1449548 + * clockevents: sun5i: Fix setup_irq init sequence + - LP: #1449548 + * x86/vdso: Fix the build on GCC5 + - LP: #1449548 + * ASoC: sgtl5000: remove useless register write clearing CHRGPUMP_POWERUP + - LP: #1449548 + * regmap: regcache-rbtree: Fix present bitmap resize + - LP: #1449548 + * regulator: Only enable disabled regulators on resume + - LP: #1449548 + * regulator: core: Fix enable GPIO reference counting + - LP: #1449548 + * Input: psmouse - add psmouse_matches_pnp_id helper function + - LP: #1449548 + * Input: synaptics - split synaptics_resolution(), query first + - LP: #1449548 + * Input: synaptics - log queried and quirked dimension values + - LP: #1449548 + * Input: synaptics - query min dimensions for fw v8.1 + - LP: #1449548 + * Input: synaptics - remove obsolete min/max quirk for X240 + - LP: #1449548 + * Input: synaptics - support min/max board id in min_max_pnpid_table + - LP: #1449548 + * Input: synaptics - skip quirks when post-2013 dimensions + - LP: #1449548 + * Input: synaptics - fix middle button on Lenovo 2015 products + - LP: #1449548 + * Input: synaptics - handle spurious release of trackstick buttons + - LP: #1449548 + * Input: synaptics - do not retrieve the board id on old firmwares + - LP: #1449548 + * vt6655: RFbSetPower fix missing rate RATE_12M + - LP: #1449548 + * x86/asm/entry/32: Fix user_mode() misuses + - LP: #1449548 + * ASoC: adav80x: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: ak4641: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: cs4271: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: pcm1681: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: tas5086: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm2000: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8731: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8903: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8904: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8955: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8960: Fix wrong value references for boolean kctl + - LP: #1449548 + * usb: phy: am335x-control: check return value of bus_find_device + - LP: #1449548 + * crypto: aesni - fix memory usage in GCM decryption + - LP: #1449548 + * phy: Find the right match in devm_phy_destroy() + - LP: #1449548 + * x86/fpu: Avoid math_state_restore() without used_math() in + __restore_xstate_sig() + - LP: #1449548 + * x86/fpu: Drop_fpu() should not assume that tsk equals current + - LP: #1449548 + * cpuidle: mvebu: Fix the CPU PM notifier usage + - LP: #1449548 + * can: kvaser_usb: Fix tx queue start/stop race conditions + - LP: #1449548 + * usb: chipidea: otg: add a_alt_hnp_support response for B device + - LP: #1449548 + * mac80211: count interfaces correctly for combination checks + - LP: #1449548 + * nl80211: ignore HT/VHT capabilities without QoS/WMM + - LP: #1449548 + * ALSA: hda - Treat stereo-to-mono mix properly + - LP: #1449548 + * pagemap: do not leak physical addresses to non-privileged userspace + - LP: #1449548 + * uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devices + - LP: #1449548 + * usb: common: otg-fsm: only signal connect after switching to peripheral + - LP: #1449548 + * of/irq: Fix of_irq_parse_one() returned error codes + - LP: #1449548 + * iscsi-target: Avoid early conn_logout_comp for iser connections + - LP: #1449548 + * tcm_qla2xxx: Fix incorrect use of __transport_register_session + - LP: #1449548 + * target: Fix reference leak in target_get_sess_cmd() error path + - LP: #1449548 + * tcm_fc: missing curly braces in ft_invl_hw_context() + - LP: #1449548 + * target/pscsi: Fix NULL pointer dereference in get_device_type + - LP: #1449548 + * target: Fix virtual LUN=0 target_configure_device failure OOPs + - LP: #1449548 + * arm64: Honor __GFP_ZERO in dma allocations + - LP: #1449548 + * IB/mlx4: Saturate RoCE port PMA counters in case of overflow + - LP: #1449548 + * dmaengine: dw: append MODULE_ALIAS for platform driver + - LP: #1449548 + * xfrm: release dst_orig in case of error in xfrm_lookup() + - LP: #1449548 + * staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12M + - LP: #1449548 + * Btrfs: make xattr replace operations atomic + - LP: #1449548 + * powerpc/smp: Wait until secondaries are active & online + - LP: #1449548 + * powerpc/iommu: Remove IOMMU device references via bus notifier + - LP: #1449548 + * powerpc/mpc85xx: Add ranges to etsec2 nodes + - LP: #1449548 + * IB/core: Avoid leakage from kernel to user space + - LP: #1449548 + * timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loop + - LP: #1449548 + * ALSA: hda - Add one more node in the EAPD supporting candidate list + - LP: #1436745, #1449548 + * serial: 8250_dw: Fix deadlock in LCR workaround + - LP: #1449548 + * drm/i915/bdw: PCI IDs ending in 0xb are ULT. + - LP: #1449548 + * btrfs: simplify insert_orphan_item + - LP: #1449548 + * ARM: sunxi: Have ARCH_SUNXI select RESET_CONTROLLER for clock driver + usage + - LP: #1449548 + * writeback: add missing INITIAL_JIFFIES init in + global_update_bandwidth() + - LP: #1449548 + * nbd: fix possible memory leak + - LP: #1449548 + * spi: qup: Fix cs-num DT property parsing + - LP: #1449548 + * mfd: kempld-core: Fix callback return value check + - LP: #1449548 + * KVM: nVMX: mask unrestricted_guest if disabled on L0 + - LP: #1449548 + * spi: trigger trace event for message-done before mesg->complete + - LP: #1449548 + * regmap: introduce regmap_name to fix syscon regmap trace events + - LP: #1449548 + * powerpc/pseries: Little endian fixes for post mobility device tree + update + - LP: #1449548 + * Fix bug in blk_rq_merge_ok + - LP: #1449548 + * net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5} + - LP: #1449548 + * powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLER + - LP: #1449548 + * perf: Fix irq_work 'tail' recursion + - LP: #1449548 + * sched: Fix RLIMIT_RTTIME when PI-boosting to RT + - LP: #1449548 + * ALSA: hda - Add dock support for Thinkpad T450s (17aa:5036) + - LP: #1449548 + * arm64: Use the reserved TTBR0 if context switching to the init_mm + - LP: #1449548 + * selinux: fix sel_write_enforce broken return value + - LP: #1449548 + * mm: fix anon_vma->degree underflow in anon_vma endless growing + prevention + - LP: #1449548 + * mm/memory hotplug: postpone the reset of obsolete pgdat + - LP: #1449548 + * hfsplus: fix B-tree corruption after insertion at position 0 + - LP: #1449548 + * ARC: SA_SIGINFO ucontext regs off-by-one + - LP: #1449548 + * writeback: fix possible underflow in write bandwidth calculation + - LP: #1449548 + * iio: fix drivers that check buffer->scan_mask + - LP: #1449548 + * iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifo + - LP: #1449548 + * iio: core: Fix double free. + - LP: #1449548 + * USB: ftdi_sio: Added custom PID for Synapse Wireless product + - LP: #1449548 + * iwlwifi: dvm: run INIT firmware again upon .start() + - LP: #1449548 + * USB: serial: keyspan_pda: fix Entrega company name spelling + - LP: #1449548 + * USB: keyspan_pda: add new device id + - LP: #1449548 + * cifs: smb2_clone_range() - exit on unhandled error + - LP: #1449548 + * cifs: fix use-after-free bug in find_writable_file + - LP: #1449548 + * can: flexcan: Deferred on Regulator return EPROBE_DEFER + - LP: #1449548 + * xen/balloon: before adding hotplugged memory, set frames to invalid + - LP: #1449548 + * usb: xhci: handle Config Error Change (CEC) in xhci driver + - LP: #1449548 + * usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllers + - LP: #1449548 + * USB: ftdi_sio: Use jtag quirk for SNAP Connect E10 + - LP: #1449548 + * tty: serial: fsl_lpuart: clear receive flag on FIFO flush + - LP: #1449548 + * drm/radeon/dpm: fix 120hz handling harder + - LP: #1449548 + * radeon: Do not directly dereference pointers to BIOS area. + - LP: #1449548 + * iio: adc: vf610: use ADC clock within specification + - LP: #1449548 + * iio: imu: Use iio_trigger_get for indio_dev->trig assignment + - LP: #1449548 + * dmaengine: edma: fix memory leak when terminating running transfers + - LP: #1449548 + * dmaengine: omap-dma: Fix memory leak when terminating running transfer + - LP: #1449548 + * x86/reboot: Add ASRock Q1900DC-ITX mainboard reboot quirk + - LP: #1449548 + * mac80211: fix RX A-MPDU session reorder timer deletion + - LP: #1449548 + * net: use for_each_netdev_safe() in rtnl_group_changelink() + - LP: #1449548 + * net/mlx4_en: Call register_netdevice in the proper location + - LP: #1449548 + * xen-netfront: transmit fully GSO-sized packets + - LP: #1449548 + * tcp: fix FRTO undo on cumulative ACK of SACKed range + - LP: #1449548 + * KVM: remove redundant assignments in __kvm_set_memory_region + - LP: #1449548 + * kvm: commonize allocation of the new memory slots + - LP: #1449548 + * kvm: avoid page allocation failure in kvm_set_memory_region() + - LP: #1449548 + * hpsa: refine the pci enable/disable handling + - LP: #1449548 + * hpsa: add missing pci_set_master in kdump path + - LP: #1449548 + * hpsa: fix memory leak in kdump hard reset + - LP: #1449548 + * hpsa: turn off interrupts when kdump starts + - LP: #1449548 + * sb_edac: Fix erroneous bytes->gigabytes conversion + - LP: #1449548 + * sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channel + - LP: #1449548 + * NFS: fix BUG() crash in notify_change() with patch to chown_common() + - LP: #1449548 + * tcp: Fix crash in TCP Fast Open + - LP: #1449548 + * Linux 3.16.7-ckt10 + - LP: #1449548 + * PCI: Don't clear ASPM bits when the FADT declares it's unsupported + - LP: #1441335 + * Input: synaptics - retrieve the extended capabilities in query $10 + - LP: #1414930 + * Input: synaptics - remove TOPBUTTONPAD property for Lenovos 2015 + - LP: #1414930 + * Input: synaptics - re-route tracksticks buttons on the Lenovo 2015 + series + - LP: #1414930 + * Input: synaptics - remove X1 Carbon 3rd gen from the topbuttonpad list + - LP: #1414930 + * Input: synaptics - remove X250 from the topbuttonpad list + - LP: #1414930 + + -- Luis Henriques Thu, 07 May 2015 09:48:41 +0100 + +linux (3.16.0-37.51) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1451489 + + [ Upstream Kernel Changes ] + + * Fix a broken backport causing boot failure on gen8 Intel + - LP: #1449401 + + -- Brad Figg Mon, 04 May 2015 09:42:43 -0700 + +linux (3.16.0-37.50) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1451302 + + [ Upstream Kernel Changes ] + + * audit: create private file name copies when auditing inodes + - LP: #1450442 + + -- Brad Figg Sun, 03 May 2015 19:48:46 -0700 + +linux (3.16.0-37.49) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1450126 + + [ Upstream Kernel Changes ] + + * fs: take i_mutex during prepare_binprm for set[ug]id executables + - LP: #1447373 + - CVE-2015-3339 + + -- Luis Henriques Wed, 29 Apr 2015 17:48:53 +0100 + +linux (3.16.0-36.48) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1443946 + * Merged back Ubuntu-3.16.0-34.47 security release + + -- Luis Henriques Tue, 14 Apr 2015 14:04:46 +0100 + +linux (3.16.0-35.46) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1442324 + + [ Andy Whitcroft ] + + * [Config] CONFIG_DEFAULT_MMAP_MIN_ADDR needs to match on armhf and arm64 + - LP: #1418140 + + [ Chris J Arges ] + + * [Config] CONFIG_PCIEASPM_DEBUG=y + - LP: #1398544 + + [ dann frazier ] + + * [Config] CONFIG_RTC_DRV_EFI=y on arm64 + - LP: #1441291 + + [ Upstream Kernel Changes ] + + * Revert "USB: serial: make bulk_out_size a lower limit" + - LP: #1441317 + * Revert "i2c: core: Dispose OF IRQ mapping at client removal time" + - LP: #1441317 + * Revert "net: cx82310_eth: use common match macro" + - LP: #1441317 + * KEYS: request_key() should reget expired keys rather than give + EKEYEXPIRED + - LP: #1124250 + * drm/i915/bdw: 3D_CHICKEN3 has write mask bits + - LP: #1374389 + * drm/i915: call lpt_init_clock_gating on BDW too + - LP: #1374389 + * drm/i915/bdw: Apply workarounds in render ring init function + - LP: #1374389 + * drm/i915/bdw: Cleanup pre prod workarounds + - LP: #1374389 + * drm/i915: Refactor Broadwell PIPE_CONTROL emission into a helper. + - LP: #1374389 + * drm/i915: Add the WaCsStallBeforeStateCacheInvalidate:bdw workaround. + - LP: #1374389 + * drm/i915/bdw: Remove BDW preproduction W/As until C stepping. + - LP: #1374389 + * drm/i915: Rework GPU reset sequence to match driver load & thaw + - LP: #1384469 + * drm/ast: switch to using CACHED by default for sysram + - LP: #1420627 + * drm/ast: Add missing entry to dclk_table[] + - LP: #1420627 + * drm/ast: Add reduced blanking modes for wide screen mode + - LP: #1420627 + * drm/ast: Try to use MMIO registers when PIO isn't supported + - LP: #1420627 + * drm/ast: POST chip at probe time if VGA not enabled + - LP: #1420627 + * drm/ast: Properly initialize P2A base before using it in + ast_init_3rdtx() + - LP: #1420627 + * drm/ast: Don't assume DVO enabled means SIL164 on uninitialized chips + - LP: #1420627 + * drm/ast: Cleanup analog init code path + - LP: #1420627 + * audit: correctly record file names with different path name types + - LP: #1439441 + * of: Create of_console_check() for selecting a console specified in + /chosen + - LP: #1438585 + * of: Enable console on serial ports specified by /chosen/stdout-path + - LP: #1438585 + * of: correct of_console_check()'s return value + - LP: #1438585 + * of: Add bindings for chosen node, stdout-path + - LP: #1438585 + * of: add optional options parameter to of_find_node_by_path() + - LP: #1438585 + * of: support passing console options with stdout-path + - LP: #1438585 + * netfilter: nf_tables: disable preemption when restoring chain counters + - LP: #1441317 + * netfilter: nf_tables: fix leaks in error path of nf_tables_newchain() + - LP: #1441317 + * ipvs: rerouting to local clients is not needed anymore + - LP: #1441317 + * netfilter: nft_compat: fix module refcount underflow + - LP: #1441317 + * netfilter: xt_socket: fix a stack corruption bug + - LP: #1441317 + * ipvs: add missing ip_vs_pe_put in sync code + - LP: #1441317 + * flowcache: Fix kernel panic in flow_cache_flush_task + - LP: #1441317 + * pktgen: fix UDP checksum computation + - LP: #1441317 + * rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY + - LP: #1441317 + * tcp: make sure skb is not shared before using skb_get() + - LP: #1441317 + * ipv6: fix ipv6_cow_metrics for non DST_HOST case + - LP: #1441317 + * rtnetlink: call ->dellink on failure when ->newlink exists + - LP: #1441317 + * gen_stats.c: Duplicate xstats buffer for later use + - LP: #1441317 + * ipv4: ip_check_defrag should correctly check return value of + skb_copy_bits + - LP: #1441317 + * ipv4: ip_check_defrag should not assume that skb_network_offset is zero + - LP: #1441317 + * net: phy: Fix verification of EEE support in phy_init_eee + - LP: #1441317 + * ematch: Fix auto-loading of ematch modules. + - LP: #1441317 + * openvswitch: Fix net exit. + - LP: #1441317 + * net: reject creation of netdev names with colons + - LP: #1441317 + * team: fix possible null pointer dereference in team_handle_frame + - LP: #1441317 + * net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msg + - LP: #1441317 + * macvtap: make sure neighbour code can push ethernet header + - LP: #1441317 + * usb: plusb: Add support for National Instruments host-to-host cable + - LP: #1441317 + * udp: only allow UFO for packets from SOCK_DGRAM sockets + - LP: #1441317 + * net: ping: Return EAFNOSUPPORT when appropriate. + - LP: #1441317 + * team: don't traverse port list using rcu in team_set_mac_address + - LP: #1441317 + * ALSA: hda - Add pin configs for ASUS mobo with IDT 92HD73XX codec + - LP: #1441317 + * xfs: Fix quota type in quota structures when reusing quota file + - LP: #1441317 + * drm/i915: Dell Chromebook 11 has PWM backlight + - LP: #1441317 + * gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one + chip per node + - LP: #1441317 + * gpio: tps65912: fix wrong container_of arguments + - LP: #1441317 + * ALSA: pcm: Don't leave PREPARED state after draining + - LP: #1441317 + * metag: Fix KSTK_EIP() and KSTK_ESP() macros + - LP: #1441317 + * ALSA: hda: controller code - do not export static functions + - LP: #1441317 + * drm/i915: Check obj->vma_list under the struct_mutex + - LP: #1441317 + * md/raid1: fix read balance when a drive is write-mostly. + - LP: #1441317 + * ALSA: hda - Disable runtime PM for Panther Point again + - LP: #1441317 + * drm/radeon: use drm_mode_vrefresh() rather than mode->vrefresh + - LP: #1441317 + * drm/radeon: fix 1 RB harvest config setup for TN/RL + - LP: #1441317 + * arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big + endian + - LP: #1441317 + * nilfs2: fix potential memory overrun on inode + - LP: #1441317 + * iio: mxs-lradc: separate touchscreen and buffer virtual channels + - LP: #1441317 + * iio: mxs-lradc: make ADC reads not disable touchscreen interrupts + - LP: #1441317 + * iio: mxs-lradc: make ADC reads not unschedule touchscreen conversions + - LP: #1441317 + * iio: mxs-lradc: only update the buffer when its conversions have + finished + - LP: #1441317 + * iio: imu: adis16400: Fix sign extension + - LP: #1441317 + * iio: mxs-lradc: fix iio channel map regression + - LP: #1441317 + * iio:adc:mcp3422 Fix incorrect scales table + - LP: #1441317 + * iio: ad5686: fix optional reference voltage declaration + - LP: #1441317 + * usb: dwc3: dwc3-omap: Fix disable IRQ + - LP: #1441317 + * usb: gadget: configfs: don't NUL-terminate (sub)compatible ids + - LP: #1441317 + * KVM: emulate: fix CMPXCHG8B on 32-bit hosts + - LP: #1441317 + * usb: XHCI: platform: Move the Marvell quirks after the enabling the + clocks + - LP: #1441317 + * xhci: Allocate correct amount of scratchpad buffers + - LP: #1441317 + * USB: usbfs: don't leak kernel data in siginfo + - LP: #1441317 + * uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS539 + - LP: #1441317 + * efi/libstub: Fix boundary checking in efi_high_alloc() + - LP: #1441317 + * USB: ftdi_sio: add PIDs for Actisense USB devices + - LP: #1441317 + * USB: serial: fix potential use-after-free after failed probe + - LP: #1441317 + * USB: serial: fix tty-device error handling at probe + - LP: #1441317 + * USB: mxuport: fix null deref when used as a console + - LP: #1441317 + * mac80211: Send EAPOL frames at lowest rate + - LP: #1441317 + * ARC: Fix KSTK_ESP() + - LP: #1441317 + * USB: serial: cp210x: Adding Seletek device id's + - LP: #1441317 + * staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel + - LP: #1441317 + * mei: make device disabled on stop unconditionally + - LP: #1441317 + * NFSv4: Don't call put_rpccred() under the rcu_read_lock() + - LP: #1441317 + * btrfs: fix lost return value due to variable shadowing + - LP: #1441317 + * KVM: MIPS: Fix trace event to save PC directly + - LP: #1441317 + * usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards + - LP: #1441317 + * ecryptfs: ->f_op is never NULL + - LP: #1441317 + * eCryptfs: don't pass fs-specific ioctl commands through + - LP: #1441317 + * drm/radeon: do a posting read in r100_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in rs600_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in r600_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in evergreen_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in si_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in cik_set_irq + - LP: #1441317 + * drm/radeon: fix DRM_IOCTL_RADEON_CS oops + - LP: #1441317 + * drm/radeon: fix interlaced modes on DCE8 + - LP: #1441317 + * ACPI / video: Load the module even if ACPI is disabled + - LP: #1441317 + * ASoC: omap-pcm: Correct dma mask + - LP: #1441317 + * x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization + - LP: #1441317 + * Btrfs: fix data loss in the fast fsync path + - LP: #1441317 + * Btrfs:__add_inode_ref: out of bounds memory read when looking for + extended ref. + - LP: #1441317 + * xhci: fix reporting of 0-sized URBs in control endpoint + - LP: #1441317 + * xhci: Workaround for PME stuck issues in Intel xhci + - LP: #1441317 + * Change email address for 8250_pci + - LP: #1441317 + * tty: fix up atime/mtime mess, take four + - LP: #1441317 + * console: Fix console name size mismatch + - LP: #1441317 + * net: irda: fix wait_until_sent poll timeout + - LP: #1441317 + * USB: serial: fix infinite wait_until_sent timeout + - LP: #1441317 + * TTY: fix tty_wait_until_sent on 64-bit machines + - LP: #1441317 + * sunrpc: fix braino in ->poll() + - LP: #1441317 + * svcrpc: fix memory leak in gssp_accept_sec_context_upcall + - LP: #1441317 + * SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under + xprt->bc_pa_lock + - LP: #1441317 + * ath5k: fix spontaneus AR5312 freezes + - LP: #1441317 + * net: cls_bpf: fix size mismatch on filter preparation + - LP: #1441317 + * net: cls_bpf: fix auto generation of per list handles + - LP: #1441317 + * qlge: Fix qlge_update_hw_vlan_features to handle if interface is down + - LP: #1441317 + * ip6_gre: fix endianness errors in ip6gre_err + - LP: #1441317 + * PCI: Don't read past the end of sysfs "driver_override" buffer + - LP: #1441317 + * spi: dw: revisit FIFO size detection again + - LP: #1441317 + * spi: atmel: Fix interrupt setup for PDC transfers + - LP: #1441317 + * mtd: nand: pxa3xx: Fix PIO FIFO draining + - LP: #1441317 + * cpuset: Fix cpuset sched_relax_domain_level + - LP: #1441317 + * workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for + PREEMPT_NONE + - LP: #1441317 + * bnx2x: Force fundamental reset for EEH recovery + - LP: #1441317 + * xen/events: avoid NULL pointer dereference in dom0 on large machines + - LP: #1441317 + * spi: pl022: Fix race in giveback() leading to driver lock-up + - LP: #1441317 + * tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send + - LP: #1441317 + * libsas: Fix Kernel Crash in smp_execute_task + - LP: #1441317 + * irqchip: armada-370-xp: Fix chained per-cpu interrupts + - LP: #1441317 + * ALSA: hda - Fix regression of HD-audio controller fallback modes + - LP: #1441317 + * can: add missing initialisations in CAN related skbuffs + - LP: #1441317 + * can: kvaser_usb: Avoid double free on URB submission failures + - LP: #1441317 + * can: kvaser_usb: Read all messages in a bulk-in URB buffer + - LP: #1441317 + * ftrace: Fix en(dis)able graph caller when en(dis)abling record via + sysctl + - LP: #1441317 + * ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled + - LP: #1441317 + * ARM: imx6qdl-sabresd: set swbst_reg as vbus's parent reg + - LP: #1441317 + * ARM: imx6sl-evk: set swbst_reg as vbus's parent reg + - LP: #1441317 + * drm/radeon: drop setting UPLL to sleep mode + - LP: #1441317 + * xen-pciback: limit guest control of command register + - LP: #1441317 + * ALSA: hda - Fix built-in mic on Compaq Presario CQ60 + - LP: #1441317 + * drm/vmwgfx: Fix a couple of lock dependency violations + - LP: #1441317 + * drm/vmwgfx: Reorder device takedown somewhat + - LP: #1441317 + * ALSA: control: Add sanity checks for user ctl id name string + - LP: #1441317 + * ALSA: snd-usb: add quirks for Roland UA-22 + - LP: #1441317 + * ALSA: hda - Set single_adc_amp flag for CS420x codecs + - LP: #1441317 + * ALSA: hda - Add workaround for MacBook Air 5,2 built-in mic + - LP: #1441317 + * nilfs2: fix deadlock of segment constructor during recovery + - LP: #1441317 + * ALSA: hda - Don't access stereo amps for mono channel widgets + - LP: #1441317 + * ARM: at91: pm: fix at91rm9200 standby + - LP: #1441317 + * ARM: dts: DRA7x: Fix the bypass clock source for dpll_iva and others + - LP: #1441317 + * ARM: dts: am33xx-clocks: Fix ehrpwm tbclk data on am33xx + - LP: #1441317 + * ARM: dts: am43xx-clocks: Fix ehrpwm tbclk data on am43xx + - LP: #1441317 + * clk: divider: fix calculation of maximal parent rate for a given + divider + - LP: #1441317 + * clk: divider: fix selection of divider when rounding to closest + - LP: #1441317 + * USB: serial: add Google simple serial SubClass support + - LP: #1441317 + * HID: add support for MS Surface Pro 3 Type Cover + - LP: #1441317 + * HID: apple: fix battery support for the 2009 ANSI wireless keyboard + - LP: #1441317 + * HID: microsoft: add support for Japanese Surface Type Cover 3 + - LP: #1441317 + * HID: pidff: Fix initialisation forMicrosoft Sidewinder FF Pro 2 + - LP: #1441317 + * usb: gadget: function: phonet: balance usb_ep_disable calls + - LP: #1441317 + * usb: musb: core: add pm_runtime_irq_safe() + - LP: #1441317 + * cdc-acm: Add support for Denso cradle CU-321 + - LP: #1441317 + * HID: microsoft: Add ID for NE7K wireless keyboard + - LP: #1441317 + * sparc32: destroy_context() and switch_mm() needs to disable interrupts. + - LP: #1441317 + * sparc: semtimedop() unreachable due to comparison error + - LP: #1441317 + * sparc: perf: Remove redundant perf_pmu_{en|dis}able calls + - LP: #1441317 + * sparc: perf: Make counting mode actually work + - LP: #1441317 + * sparc: Touch NMI watchdog when walking cpus and calling printk + - LP: #1441317 + * sparc64: Fix several bugs in memmove(). + - LP: #1441317 + * net: sysctl_net_core: check SNDBUF and RCVBUF for min length + - LP: #1441317 + * rds: avoid potential stack overflow + - LP: #1441317 + * inet_diag: fix possible overflow in inet_diag_dump_one_icsk() + - LP: #1441317 + * caif: fix MSG_OOB test in caif_seqpkt_recvmsg() + - LP: #1441317 + * rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg() + - LP: #1441317 + * ipv6: fix backtracking for throw routes + - LP: #1441317 + * tcp: fix tcp fin memory accounting + - LP: #1441317 + * net: compat: Update get_compat_msghdr() to match + copy_msghdr_from_user() behaviour + - LP: #1441317 + * tcp: make connect() mem charging friendly + - LP: #1441317 + * Linux 3.16.7-ckt9 + - LP: #1441317 + * rtc: ia64: allow other architectures to use EFI RTC + - LP: #1441291 + * rtc: Disable EFI rtc for x86 + - LP: #1441291 + * ipv6: Don't reduce hop limit for an interface + - LP: #1441103 + - CVE-2015-2922 + * x86/microcode/intel: Guard against stack overflow in the loader + - LP: #1438504 + - CVE-2015-2666 + + -- Brad Figg Thu, 09 Apr 2015 12:01:11 -0700 + +linux (3.16.0-34.47) utopic; urgency=low + + [ Upstream Kernel Changes ] + + * powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTH + - LP: #1442180 + + -- Luis Henriques Fri, 10 Apr 2015 16:39:29 +0100 + +linux (3.16.0-34.45) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1435400 + + [ Andy Whitcroft ] + + * [Packaging] generate live watchdog blacklists + - LP: #1432837 + + [ Chris J Arges ] + + * [Config] Add ibmvfc to d-i + - LP: #1416001 + + [ John Johansen ] + + * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets + - LP: #1408833 + + [ Seth Forshee ] + + * [Config] updateconfigs - enable X86_UP_APIC_MSI + + [ Upstream Kernel Changes ] + + * cdc-acm: add sanity checks + - LP: #1413992 + * x86: thinkpad_acpi.c: fixed spacing coding style issue + - LP: #1417915 + * thinkpad_acpi: support new BIOS version string pattern + - LP: #1417915 + * powernv: Use _GLOBAL_TOC for opal wrappers + - LP: #1431196 + * Btrfs: clear compress-force when remounting with compress option + - LP: #1434183 + * Btrfs: send, don't delay dir move if there's a new parent inode + - LP: #1434223 + * [media] em28xx: fix em28xx-input removal + - LP: #1434595 + * [media] em28xx: ensure "closing" messages terminate with a newline + - LP: #1434595 + * [media] em28xx-input: fix missing newlines + - LP: #1434595 + * [media] em28xx-core: fix missing newlines + - LP: #1434595 + * [media] em28xx-audio: fix missing newlines + - LP: #1434595 + * [media] em28xx-audio: fix missing newlines + - LP: #1434595 + * [media] em28xx-dvb: fix missing newlines + - LP: #1434595 + * [media] em28xx-video: fix missing newlines + - LP: #1434595 + * ARM: pxa: add regulator_has_full_constraints to corgi board file + - LP: #1434595 + * ARM: pxa: add regulator_has_full_constraints to poodle board file + - LP: #1434595 + * ARM: pxa: add regulator_has_full_constraints to spitz board file + - LP: #1434595 + * hx4700: regulator: declare full constraints + - LP: #1434595 + * HID: input: fix confusion on conflicting mappings + - LP: #1434595 + * HID: fixup the conflicting keyboard mappings quirk + - LP: #1434595 + * ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses + - LP: #1434595 + * megaraid_sas: disable interrupt_mask before enabling hardware + interrupts + - LP: #1434595 + * PCI: Generate uppercase hex for modalias var in uevent + - LP: #1434595 + * usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN + - LP: #1434595 + * tty/serial: at91: enable peripheral clock before accessing I/O + registers + - LP: #1434595 + * tty/serial: at91: fix error handling in atmel_serial_probe() + - LP: #1434595 + * axonram: Fix bug in direct_access + - LP: #1434595 + * btrfs: fix leak of path in btrfs_find_item + - LP: #1434595 + * ksoftirqd: Enable IRQs and call cond_resched() before poking RCU + - LP: #1434595 + * TPM: Add new TPMs to the tail of the list to prevent inadvertent change + of dev + - LP: #1434595 + * char: tpm: Add missing error check for devm_kzalloc + - LP: #1434595 + * tpm_tis: verify interrupt during init + - LP: #1434595 + * tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma + - LP: #1434595 + * tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_send + - LP: #1434595 + * tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFO + - LP: #1434595 + * mmc: sdhci-pxav3: fix unbalanced clock issues during probe + - LP: #1434595 + * iwlwifi: mvm: validate tid and sta_id in ba_notif + - LP: #1434595 + * power: gpio-charger: balance enable/disable_irq_wake calls + - LP: #1434595 + * power: bq24190: Fix ignored supplicants + - LP: #1434595 + * ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL enabled on UART3 + - LP: #1434595 + * Bluetooth: ath3k: Add support of AR3012 bluetooth 13d3:3423 device + - LP: #1411193, #1434595 + * Bluetooth: btusb: Add Broadcom patchram support for ASUSTek devices + - LP: #1434595 + * cfq-iosched: fix incorrect filing of rt async cfqq + - LP: #1434595 + * smack: fix possible use after frees in task_security() callers + - LP: #1434595 + * xfs: ensure buffer types are set correctly + - LP: #1434595 + * xfs: inode unlink does not set AGI buffer type + - LP: #1434595 + * xfs: set buf types when converting extent formats + - LP: #1434595 + * xfs: set superblock buffer type correctly + - LP: #1434595 + * btrfs: set proper message level for skinny metadata + - LP: #1434595 + * KVM: s390: base hrtimer on a monotonic clock + - LP: #1434595 + * KVM: s390: avoid memory leaks if __inject_vm() fails + - LP: #1434595 + * samsung-laptop: Add use_native_backlight quirk, and enable it on some + models + - LP: #1434595 + * PCI: Fix infinite loop with ROM image of size 0 + - LP: #1434595 + * USB: cp210x: add ID for RUGGEDCOM USB Serial Console + - LP: #1434595 + * Bluetooth: Add support for Broadcom BCM20702A1 variant + - LP: #1434595 + * Bluetooth: Add support for Broadcom BCM20702A0 variants firmware + download + - LP: #1434595 + * Bluetooth: btusb: Add support for Dynex/Insignia USB dongles + - LP: #1434595 + * clk: zynq: Force CPU_2X clock to be ungated + - LP: #1434595 + * mmc: sdhci-pxav3: Remove checks for mandatory host clock + - LP: #1434595 + * mmc: sdhci-pxav3: fix race between runtime pm and irq + - LP: #1434595 + * power_supply: 88pm860x: Fix leaked power supply on probe fail + - LP: #1434595 + * staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy back + - LP: #1434595 + * mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cycles + - LP: #1434595 + * mmc: sdhci-pxav3: Fix SDR50 and DDR50 capabilities for the Armada 38x + flavor + - LP: #1434595 + * mmc: sdhci-pxav3: Fix Armada 38x controller's caps according to erratum + ERR-7878951 + - LP: #1434595 + * ARM: 8284/1: sa1100: clear RCSR_SMR on resume + - LP: #1434595 + * [media] si2168: define symbol rate limits + - LP: #1434595 + * nfs: don't call blocking operations while !TASK_RUNNING + - LP: #1434595 + * USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd) + - LP: #1434595 + * USB: fix use-after-free bug in usb_hcd_unlink_urb() + - LP: #1434595 + * iwlwifi: mvm: always use mac color zero + - LP: #1434595 + * iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLAN + - LP: #1434595 + * iwlwifi: mvm: fix failure path when power_update fails in add_interface + - LP: #1434595 + * vt: provide notifications on selection changes + - LP: #1434595 + * tty: Prevent untrappable signals from malicious program + - LP: #1434595 + * serial: fsl_lpuart: delete timer on shutdown + - LP: #1434595 + * serial: fsl_lpuart: avoid new transfer while DMA is running + - LP: #1434595 + * cpufreq: Set cpufreq_cpu_data to NULL before putting kobject + - LP: #1434595 + * Bluetooth: btusb: Add support for Lite-On (04ca) Broadcom based, + BCM43142 + - LP: #1434595 + * nfs41: .init_read and .init_write can be called with valid pg_lseg + - LP: #1434595 + * [media] lmedm04: Fix usb_submit_urb BOGUS urb xfer, pipe 1 != type 3 in + interrupt urb + - LP: #1434595 + * mei: mask interrupt set bit on clean reset bit + - LP: #1434595 + * mei: me: release hw from reset only during the reset flow + - LP: #1434595 + * KVM: MIPS: Don't leak FPU/DSP to guest + - LP: #1434595 + * ALSA: hda - Add the pin fixup for HP Envy TS bass speaker + - LP: #1434595 + * ALSA: hda - Set up GPIO for Toshiba Satellite S50D + - LP: #1434595 + * xen/manage: Fix USB interaction issues when resuming + - LP: #1434595 + * ACPI / video: Add some Samsung models to disable_native_backlight list + - LP: #1434595 + * ACPI / video: Add disable_native_backlight quirk for Dell XPS15 L521X + - LP: #1434595 + * ACPI / video: Add disable_native_backlight quirk for Samsung + 730U3E/740U3E + - LP: #1434595 + * ACPI / video: Add disable_native_backlight quirk for Samsung 510R + - LP: #1434595 + * KVM: s390: floating irqs: fix user triggerable endless loop + - LP: #1434595 + * drm/i915: Correct the IOSF Dev_FN field for IOSF transfers + - LP: #1434595 + * cfq-iosched: handle failure of cfq group allocation + - LP: #1434595 + * tracing: Fix unmapping loop in tracing_mark_write + - LP: #1434595 + * fsnotify: fix handling of renames in audit + - LP: #1434595 + * ring-buffer: Do not wake up a splice waiter when page is not full + - LP: #1434595 + * blk-mq: fix double-free in error path + - LP: #1434595 + * drm/radeon: workaround for CP HW bug on CIK + - LP: #1434595 + * drm/radeon: only enable kv/kb dpm interrupts once v3 + - LP: #1434595 + * NFSv4.1: Fix a kfree() of uninitialised pointers in + decode_cb_sequence_args + - LP: #1434595 + * cpufreq: speedstep-smi: enable interrupts when waiting + - LP: #1434595 + * mm/hugetlb: pmd_huge() returns true for non-present hugepage + - LP: #1434595 + * mm/hugetlb: take page table lock in follow_huge_pmd() + - LP: #1434595 + * mm/hugetlb: fix getting refcount 0 page in hugetlb_fault() + - LP: #1434595 + * mm/hugetlb: add migration/hwpoisoned entry check in + hugetlb_change_protection + - LP: #1434595 + * mm/hugetlb: add migration entry check in __unmap_hugepage_range + - LP: #1434595 + * mm: when stealing freepages, also take pages created by splitting buddy + page + - LP: #1434595 + * mm/mmap.c: fix arithmetic overflow in __vm_enough_memory() + - LP: #1434595 + * mm/nommu.c: fix arithmetic overflow in __vm_enough_memory() + - LP: #1434595 + * iscsi-target: Drop problematic active_ts_list usage + - LP: #1434595 + * target: Fix PR_APTPL_BUF_LEN buffer size limitation + - LP: #1434595 + * mm/compaction: fix wrong order check in compact_finished() + - LP: #1434595 + * mm/memory.c: actually remap enough memory + - LP: #1434595 + * mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page() + - LP: #1434595 + * ALSA: hda - enable mute led quirk for one more hp machine. + - LP: #1410704, #1434595 + * ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE + - LP: #1434595 + * drm/radeon/dp: Set EDP_CONFIGURATION_SET for bridge chips if necessary + - LP: #1434595 + * drm/radeon: fix voltage setup on hawaii + - LP: #1434595 + * ALSA: hdspm - Constrain periods to 2 on older cards + - LP: #1434595 + * jffs2: fix handling of corrupted summary length + - LP: #1434595 + * dm mirror: do not degrade the mirror on discard error + - LP: #1434595 + * dm io: reject unsupported DISCARD requests with EOPNOTSUPP + - LP: #1434595 + * NFS: struct nfs_commit_info.lock must always point to inode->i_lock + - LP: #1434595 + * target: Add missing WRITE_SAME end-of-device sanity check + - LP: #1434595 + * target: Check for LBA + sectors wrap-around in sbc_parse_cdb + - LP: #1434595 + * Btrfs: fix fsync data loss after adding hard link to inode + - LP: #1434595 + * Added Little Endian support to vtpm module + - LP: #1434595 + * fixed invalid assignment of 64bit mask to host dma_boundary for scatter + gather segment boundary limit. + - LP: #1434595 + * sg: fix read() error reporting + - LP: #1434595 + * IB/qib: Do not write EEPROM + - LP: #1434595 + * EDAC, amd64_edac: Prevent OOPS with >16 memory controllers + - LP: #1434595 + * MIPS: asm: asmmacro: Replace "add" instructions with "addu" + - LP: #1434595 + * MIPS: kernel: cps-vec: Replace "addi" with "addiu" + - LP: #1434595 + * md/raid5: Fix livelock when array is both resyncing and degraded. + - LP: #1434595 + * locking/rtmutex: Avoid a NULL pointer dereference on deadlock + - LP: #1434595 + * time: adjtimex: Validate the ADJ_FREQUENCY values + - LP: #1434595 + * ntp: Fixup adjtimex freq validation on 32-bit systems + - LP: #1434595 + * dm: fix a race condition in dm_get_md + - LP: #1434595 + * dm snapshot: fix a possible invalid memory access on unload + - LP: #1434595 + * cpufreq: s3c: remove incorrect __init annotations + - LP: #1434595 + * x86, mm/ASLR: Fix stack randomization on 64-bit systems + - LP: #1434595 + * libceph: assert both regular and lingering lists in __remove_osd() + - LP: #1434595 + * libceph: change from BUG to WARN for __remove_osd() asserts + - LP: #1434595 + * libceph: fix double __remove_osd() problem + - LP: #1434595 + * MIPS: Export FP functions used by lose_fpu(1) for KVM + - LP: #1434595 + * MIPS: Export MSA functions used by lose_fpu(1) for KVM + - LP: #1434595 + * kdb: fix incorrect counts in KDB summary command output + - LP: #1434595 + * blk-throttle: check stats_cpu before reading it from sysfs + - LP: #1434595 + * debugfs: leave freeing a symlink body until inode eviction + - LP: #1434595 + * procfs: fix race between symlink removals and traversals + - LP: #1434595 + * autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for + allocation + - LP: #1434595 + * ASoC: mioa701_wm9713: Fix speaker event + - LP: #1434595 + * gpio: rcar: Fix error path for devm_kzalloc() failure + - LP: #1434595 + * efi: Small leak on error in runtime map code + - LP: #1434595 + * clk-gate: fix bit # check in clk_register_gate() + - LP: #1434595 + * powerpc/kernel: Avoid memory corruption at early stage + - LP: #1434595 + * pinctrl: pinctrl-imx: don't use invalid value of conf_reg + - LP: #1434595 + * ALSA: off by one bug in snd_riptide_joystick_probe() + - LP: #1434595 + * GFS2: Fix crash during ACL deletion in acl max entry check in + gfs2_set_acl() + - LP: #1434595 + * net: llc: use correct size for sysctl timeout entries + - LP: #1434595 + * net: rds: use correct size for max unacked packets and bytes + - LP: #1434595 + * HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events + - LP: #1434595 + * fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not + defined + - LP: #1434595 + * net: sctp: fix race for one-to-many sockets in sendmsg's auto associate + - LP: #1434595 + * gpio: sysfs: fix gpio attribute-creation race + - LP: #1434595 + * ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs + - LP: #1434595 + * IB/core: When marshaling ucma path from user-space, clear unused fields + - LP: #1434595 + * IB/core: Fix deadlock on uverbs modify_qp error flow + - LP: #1434595 + * IB/mlx4: Fix wrong usage of IPv4 protocol for multicast attach/detach + - LP: #1434595 + * IB/iser: Use correct dma direction when unmapping SGs + - LP: #1434595 + * [media] Si2168: increase timeout to fix firmware loading + - LP: #1434595 + * staging: comedi: cb_pcidas64: fix incorrect AI range code handling + - LP: #1434595 + * target: Fix R_HOLDER bit usage for AllRegistrants + - LP: #1434595 + * target: Avoid dropping AllRegistrants reservation during unregister + - LP: #1434595 + * target: Allow AllRegistrants to re-RESERVE existing reservation + - LP: #1434595 + * target: Allow Write Exclusive non-reservation holders to READ + - LP: #1434595 + * vhost/scsi: potential memory corruption + - LP: #1434595 + * clk: sunxi: Support factor clocks with N factor starting not from 0 + - LP: #1434595 + * sunxi: clk: Set sun6i-pll1 n_start = 1 + - LP: #1434595 + * HID: wacom: Report ABS_MISC event for Cintiq Companion Hybrid + - LP: #1434595 + * mm: softdirty: unmapped addresses between VMAs are clean + - LP: #1434595 + * proc/pagemap: walk page tables under pte lock + - LP: #1434595 + * ARM: dts: am335x-bone*: usb0 is hardwired for peripheral + - LP: #1434595 + * sched/rt: Reduce rq lock contention by eliminating locking of + non-feasible target + - LP: #1434595 + * caif: remove wrong dev_net_set() call + - LP: #1434595 + * quota: Store maximum space limit in bytes + - LP: #1434595 + * Linux 3.16.7-ckt8 + - LP: #1434595 + * btrfs: label should not contain return char + - LP: #1434528 + + -- Luis Henriques Mon, 23 Mar 2015 15:58:49 +0000 + +linux (3.16.0-33.44) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1431304 + * Merged back all changes that were in Ubuntu-3.16.0-32.42 + + -- Luis Henriques Thu, 12 Mar 2015 11:28:46 +0000 + +linux (3.16.0-32.42) utopic; urgency=low + + [ Seth Forshee ] + + * Release Tracking Bug + - LP: #1427808 + + [ Chris J Arges ] + + * [Config] ppc64el CONFIG_I2C_OPAL=m + - LP: #1419151 + + [ Upstream Kernel Changes ] + + * i2c: Driver to expose PowerNV platform i2c busses + - LP: #1419151 + * Bluetooth: ath3k: workaround the compatibility issue with xHCI + controller + - LP: #1400215 + * ALSA: hda - enable mute led quirk for one more hp machine. + - LP: #1410704 + * ipvs: uninitialized data with IP_VS_IPV6 + - LP: #1427767 + * netfilter: nfnetlink: validate nfnetlink header from batch + - LP: #1427767 + * clocksource: exynos_mct: Fix bitmask regression for exynos4_mct_write + - LP: #1427767 + * time: settimeofday: Validate the values of tv from user + - LP: #1427767 + * Input: i8042 - reset keyboard to fix Elantech touchpad detection + - LP: #1427767 + * drm/radeon: fix VM flush on cayman/aruba (v3) + - LP: #1427767 + * drm/radeon: fix VM flush on SI (v3) + - LP: #1427767 + * drm/radeon: fix VM flush on CIK (v3) + - LP: #1427767 + * drm/radeon: add a dpm quirk list + - LP: #1427767 + * Input: elantech - support new ICs types for version 4 + - LP: #1427767 + * Input: I8042 - add Acer Aspire 7738 to the nomux list + - LP: #1427767 + * drm/i915: Ban Haswell from using RCS flips + - LP: #1427767 + * drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES + - LP: #1427767 + * drm/radeon: add si dpm quirk list + - LP: #1427767 + * pinctrl: Fix two deadlocks + - LP: #1427767 + * gpio: fix memory and reference leaks in gpiochip_add error path + - LP: #1427767 + * gpio: fix memory leak and sleep-while-atomic + - LP: #1427767 + * gpio: fix sleep-while-atomic in gpiochip_remove + - LP: #1427767 + * can: dev: fix crtlmode_supported check + - LP: #1427767 + * can: kvaser_usb: Don't free packets when tight on URBs + - LP: #1427767 + * can: kvaser_usb: Reset all URB tx contexts upon channel close + - LP: #1427767 + * can: kvaser_usb: Don't send a RESET_CHIP for non-existing channels + - LP: #1427767 + * drm/radeon: use rv515_ring_start on r5xx + - LP: #1427767 + * gpio: sysfs: fix gpio-chip device-attribute leak + - LP: #1427767 + * gpio: sysfs: fix gpio device-attribute leak + - LP: #1427767 + * gpiolib: of: Correct error handling in of_get_named_gpiod_flags + - LP: #1427767 + * PCI: Add flag for devices where we can't use bus reset + - LP: #1427767 + * PCI: Mark Atheros AR93xx to avoid bus reset + - LP: #1427767 + * PCI: Pass bridge device, not bus, when updating bridge windows + - LP: #1427767 + * PCI: Add pci_bus_clip_resource() to clip to fit upstream window + - LP: #1427767 + * PCI: Add pci_claim_bridge_resource() to clip window if necessary + - LP: #1427767 + * x86/PCI: Clip bridge windows to fit in upstream windows + - LP: #1427767 + * workqueue: fix subtle pool management issue which can stall whole + worker_pool + - LP: #1427767 + * ARM: mvebu: completely disable hardware I/O coherency + - LP: #1427767 + * ALSA: usb-audio: Add mic volume fix quirk for Logitech Webcam C210 + - LP: #1427767 + * fix deadlock in cifs_ioctl_clone() + - LP: #1427767 + * ipr: wait for aborted command responses + - LP: #1427767 + * libata: allow sata_sil24 to opt-out of tag ordered submission + - LP: #1427767 + * scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymore + - LP: #1427767 + * libata: prevent HSM state change race between ISR and PIO + - LP: #1427767 + * bus: mvebu-mbus: fix support of MBus window 13 + - LP: #1427767 + * ARM: dts: imx25: Fix PWM "per" clocks + - LP: #1427767 + * x86, boot: Skip relocs when load address unchanged + - LP: #1427767 + * x86, irq: Properly tag virtualization entry in /proc/interrupts + - LP: #1427767 + * mfd: tps65218: Make INT[12] and STATUS registers volatile + - LP: #1427767 + * mfd: tps65218: Make INT1 our status_base register + - LP: #1427767 + * mfd: rtsx_usb: Fix runtime PM deadlock + - LP: #1427767 + * x86, hyperv: Mark the Hyper-V clocksource as being continuous + - LP: #1427767 + * vb2: fix vb2_thread_stop race conditions + - LP: #1427767 + * x86, tls, ldt: Stop checking lm in LDT_empty + - LP: #1427767 + * x86, tls: Interpret an all-zero struct user_desc as "no segment" + - LP: #1427767 + * x86/apic: Re-enable PCI_MSI support for non-SMP X86_32 + - LP: #1427767 + * x86/tsc: Change Fast TSC calibration failed from error to info + - LP: #1427767 + * dm cache: share cache-metadata object across inactive and active DM + tables + - LP: #1427767 + * dm cache: fix problematic dual use of a single migration count variable + - LP: #1427767 + * sata_dwc_460ex: fix resource leak on error path + - LP: #1427767 + * pinctrl: lantiq: Release gpiochip resources in fail case + - LP: #1427767 + * pinctrl: lantiq: remove bogus of_gpio_chip_add + - LP: #1427767 + * crypto: prefix module autoloading with "crypto-" + - LP: #1427767 + * crypto: include crypto- module prefix in template + - LP: #1427767 + * crypto: add missing crypto module aliases + - LP: #1427767 + * Input: evdev - fix EVIOCG{type} ioctl + - LP: #1427767 + * tty: Fix pty master poll() after slave closes v2 + - LP: #1427767 + * bus: omap_l3_noc: Add resume hook to restore context + - LP: #1427767 + * bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the + irq handler + - LP: #1427767 + * decompress_bunzip2: off by one in get_next_block() + - LP: #1427767 + * um: Skip futex_atomic_cmpxchg_inatomic() test + - LP: #1427767 + * x86, um: actually mark system call tables readonly + - LP: #1427767 + * kbuild: Fix removal of the debian/ directory + - LP: #1427767 + * mm: get rid of radix tree gfp mask for pagecache_get_page + - LP: #1427767 + * HID: rmi: make compututation of the address of Query 12 more careful + - LP: #1427767 + * HID: rmi: Check for additional ACM registers appended to F11 data + report + - LP: #1427767 + * spi/pxa2xx: Clear cur_chip pointer before starting next message + - LP: #1427767 + * ASoC: fsl_esai: Fix incorrect xDC field width of xCCR registers + - LP: #1427767 + * spi: dw: Fix detecting FIFO depth + - LP: #1427767 + * spi: dw-mid: fix FIFO size + - LP: #1427767 + * ASoC: wm8960: Fix capture sample rate from 11250 to 11025 + - LP: #1427767 + * regulator: core: fix race condition in regulator_put() + - LP: #1427767 + * ASoC: pcm512x: Fix DSP program selection + - LP: #1427767 + * ASoC: simple-card: Fix crash in asoc_simple_card_unref() + - LP: #1427767 + * ASoC: soc-compress.c: fix NULL dereference + - LP: #1427767 + * ASoC: omap-mcbsp: Correct CBM_CFS dai format configuration + - LP: #1427767 + * Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd + - LP: #1427767 + * can: c_can: end pending transmission on network stop (ifdown) + - LP: #1427767 + * nfs: fix dio deadlock when O_DIRECT flag is flipped + - LP: #1427767 + * NFSv4.1: Fix an Oops in nfs41_walk_client_list + - LP: #1427767 + * Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857) + - LP: #1427767 + * mac80211: only roll back station states for WDS when suspending + - LP: #1427767 + * mac80211: properly set CCK flag in radiotap + - LP: #1427767 + * nl80211: fix per-station group key get/del and memory leak + - LP: #1427767 + * i2c: s3c2410: fix ABBA deadlock by keeping clock prepared + - LP: #1427767 + * uas: Add no-report-opcodes quirk for Simpletech devices with id + 4971:8017 + - LP: #1427767 + * usb-storage/SCSI: blacklist FUA on JMicron 152d:2566 USB-SATA + controller + - LP: #1427767 + * usb-core bInterval quirk + - LP: #1427767 + * USB: Add OTG PET device to TPL + - LP: #1427767 + * drm/i915: Only fence tiled region of object. + - LP: #1427767 + * drm/i915: Use IS_HSW_ULT() in a HSW specific code path + - LP: #1427767 + * drm/i915: Fix and clean BDW PCH identification + - LP: #1427767 + * drm/i915: BDW Fix Halo PCI IDs marked as ULT. + - LP: #1427767 + * ALSA: seq-dummy: remove deadlock-causing events on close + - LP: #1427767 + * x86, build: replace Perl script with Shell script + - LP: #1427767 + * drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty element + - LP: #1427767 + * drivers: net: cpsw: discard dual emac default vlan configuration + - LP: #1427767 + * can: kvaser_usb: Do not sleep in atomic context + - LP: #1427767 + * can: kvaser_usb: Send correct context to URB completion + - LP: #1427767 + * can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT + - LP: #1427767 + * can: kvaser_usb: Fix state handling upon BUS_ERROR events + - LP: #1427767 + * quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space + units + - LP: #1427767 + * rbd: fix rbd_dev_parent_get() when parent_overlap == 0 + - LP: #1427767 + * rbd: drop parent_ref in rbd_dev_unprobe() unconditionally + - LP: #1427767 + * dm cache: fix missing ERR_PTR returns and handling + - LP: #1427767 + * dm thin: don't allow messages to be sent to a pool target in READ_ONLY + or FAIL mode + - LP: #1427767 + * ARM: mvebu: don't set the PL310 in I/O coherency mode when I/O + coherency is disabled + - LP: #1427767 + * vm: add VM_FAULT_SIGSEGV handling support + - LP: #1427767 + * vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than + SIGBUS + - LP: #1427767 + * ahci_xgene: Fix the endianess issue in APM X-Gene SoC AHCI SATA + controller driver. + - LP: #1427767 + * USB: adutux: NULL dereferences on disconnect + - LP: #1427767 + * usb: musb: Fix a few off-by-one lengths + - LP: #1427767 + * perf: Tighten (and fix) the grouping condition + - LP: #1427767 + * clocksource: arch_timer: Only use the virtual counter (CNTVCT) on arm64 + - LP: #1427767 + * iwlwifi: mvm: drop non VO frames when flushing + - LP: #1427767 + * arc: mm: Fix build failure + - LP: #1427767 + * net: sctp: fix slab corruption from use after free on INIT collisions + - LP: #1427767 + * memcg: remove extra newlines from memcg oom kill log + - LP: #1427767 + * WAPF 4 for ASUSTeK COMPUTER INC. X75VBP WLAN ON. + - LP: #1427767 + * asus-nb-wmi: Add ASUSTeK COMPUTER INC. X200CA + - LP: #1427767 + * asus-nb-wmi: Add wapf4 quirk for the X550CL + - LP: #1427767 + * asus-nb-wmi: Add wapf4 quirk for the X550CC + - LP: #1427767 + * asus-nb-wmi.c: Rename x401u quirk to wapf4 + - LP: #1427767 + * asus-nb-wmi: Add wapf4 quirk for the U32U + - LP: #1427767 + * asus-nb-wmi: Add wapf4 quirk for the X550VB + - LP: #1427767 + * asus-nb-wmi: Add another wapf=4 quirk + - LP: #1173681, #1427767 + * ipv4: try to cache dst_entries which would cause a redirect + - LP: #1427767 + * Linux 3.16.7-ckt6 + - LP: #1427767 + * powerpc: add little endian flag to syscall_get_arch() + - LP: #1427778 + * arm64: Fix up /proc/cpuinfo + - LP: #1427778 + * MIPS: IRQ: Fix disable_irq on CPU IRQs + - LP: #1427778 + * Complete oplock break jobs before closing file handle + - LP: #1427778 + * smpboot: Add missing get_online_cpus() in + smpboot_register_percpu_thread() + - LP: #1427778 + * ASoC: atmel_ssc_dai: fix start event for I2S mode + - LP: #1427778 + * spi: spi-fsl-dspi: Remove usage of devm_kzalloc + - LP: #1427778 + * ALSA: ak411x: Fix stall in work callback + - LP: #1427778 + * lib/checksum.c: fix carry in csum_tcpudp_nofold + - LP: #1427778 + * lib/checksum.c: fix build for generic csum_tcpudp_nofold + - LP: #1427778 + * MIPS: Fix kernel lockup or crash after CPU offline/online + - LP: #1427778 + * gpio: sysfs: fix memory leak in gpiod_export_link + - LP: #1427778 + * gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low + - LP: #1427778 + * md/raid5: fix another livelock caused by non-aligned writes. + - LP: #1427778 + * PCI: Add NEC variants to Stratus ftServer PCIe DMI check + - LP: #1427778 + * drm/radeon: fix PLLs on RS880 and older v2 + - LP: #1427778 + * drm/radeon: don't init gpuvm if accel is disabled (v3) + - LP: #1427778 + * drm/radeon: properly set vm fragment size for TN/RL + - LP: #1427778 + * ARM: 8299/1: mm: ensure local active ASID is marked as allocated on + rollover + - LP: #1427778 + * ASoC: sgtl5000: add delay before first I2C access + - LP: #1427778 + * PCI: Handle read-only BARs on AMD CS553x devices + - LP: #1427778 + * ARM: dts: Fix I2S1, I2S2 compatible for exynos4 SoCs + - LP: #1427778 + * mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range + - LP: #1427778 + * nilfs2: fix deadlock of segment constructor over I_SYNC flag + - LP: #1427778 + * ip: zero sockaddr returned on error queue + - LP: #1427778 + * net: rps: fix cpu unplug + - LP: #1427778 + * ipv6: stop sending PTB packets for MTU < 1280 + - LP: #1427778 + * netxen: fix netxen_nic_poll() logic + - LP: #1427778 + * udp_diag: Fix socket skipping within chain + - LP: #1427778 + * ping: Fix race in free in receive path + - LP: #1427778 + * ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos + too + - LP: #1427778 + * bnx2x: fix napi poll return value for repoll + - LP: #1427778 + * net: don't OOPS on socket aio + - LP: #1427778 + * bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify + - LP: #1427778 + * tcp: ipv4: initialize unicast_sock sk_pacing_rate + - LP: #1427778 + * ipv4: tcp: get rid of ugly unicast_sock + - LP: #1427778 + * ppp: deflate: never return len larger than output buffer + - LP: #1427778 + * net: sctp: fix passing wrong parameter header to param_type2af in + sctp_process_param + - LP: #1427778 + * hyperv: Fix the error processing in netvsc_send() + - LP: #1427778 + * x86: mm: move mmap_sem unlock from mm_fault_error() to caller + - LP: #1427778 + * ALSA: hda - Add mute LED pin quirk for HP 15 touchsmart + - LP: #1334950, #1427778 + * ALSA: hda/realtek - move HP_MUTE_LED_MIC1 quirk for alc282 + - LP: #1427778 + * KVM: x86: update masterclock values on TSC writes + - LP: #1427778 + * media/rc: Send sync space information on the lirc device + - LP: #1427778 + * mmc: sdhci: Add PCI IDs for Intel Braswell + - LP: #1427778 + * mmc: sdhci-pci: Fix Braswell eMMC timeout clock frequency + - LP: #1427778 + * mmc: sdhci-pci: Add support for Intel SPT + - LP: #1427778 + * mmc: sdhci-acpi: Add ACPI HID INT344D + - LP: #1427778 + * mmc: sdhci: Preset value not supported in Baytrail eMMC + - LP: #1427778 + * mmc: sdhci-acpi: Add a HID and UID for a SD Card host controller + - LP: #1427778 + * ceph: introduce global empty snap context + - LP: #1427778 + * drm/vmwgfx: Don't use memory accounting for kernel-side fence objects + - LP: #1427778 + * Bluetooth: Add USB device 04ca:3010 as Atheros AR3012 + - LP: #1427778 + * Bluetooth: Add support for Acer [0489:e078] + - LP: #1427778 + * virtio_pci: defer kfree until release callback + - LP: #1427778 + * virtio_pci: document why we defer kfree + - LP: #1427778 + * Linux 3.16.7-ckt7 + - LP: #1427778 + + -- Seth Forshee Tue, 03 Mar 2015 13:01:14 -0600 + +linux (3.16.0-31.43) utopic; urgency=low + + [ Upstream Kernel Changes ] + + * IB/core: Prevent integer overflow in ib_umem_get address arithmetic + - LP: #1413741 + - CVE-2015-8159 + + -- Luis Henriques Mon, 09 Mar 2015 17:08:16 +0000 + +linux (3.16.0-31.41) utopic; urgency=low + + [ Seth Forshee ] + + * Release Tracking Bug + - LP: #1419961 + + [ Andy Whitcroft ] + + * [Debian] arm64 -- build ubuntu drivers + - LP: #1411284 + * hyper-v -- fix comment handing in /etc/network/interfaces + - LP: #1413020 + + [ Ben Hutchings ] + + * SAUCE: rtsx_usb_ms: Use msleep_interruptible() in polling loop + - LP: #1413149 + + [ Brad Figg ] + + * SAUCE: Config IWLWIFI_UAPSD=N + + [ Kamal Mostafa ] + + * [Packaging] force "dpkg-source -I -i" behavior + + [ Kukjin Kim ] + + * SAUCE: (no-up) ARM: SAMSUNG: fix the CPU_ID for EXYNOS5440 + - LP: #1411062 + + [ Leann Ogasawara ] + + * ubuntu: AUFS -- Resolve build failure union has no member named + 'd_child' + + [ Ming Lei ] + + * SAUCE: (no-up) ARM: EXYNOS: fix booting oops on exynos5440 + - LP: #1411062 + * SAUCE: (no-up) ARM: exynos5440-sd5v1: switch to fixed-link DT binding + - LP: #1417339 + * SAUCE: (no-up) net: stmmac: add fixed_phy support via fixed-link DT + binding + - LP: #1417339 + + [ Upstream Kernel Changes ] + + * Revert "[SCSI] mpt2sas: Remove phys on topology change." + - LP: #1419125 + * Revert "[SCSI] mpt3sas: Remove phys on topology change" + - LP: #1419125 + * Revert "ARM: 7830/1: delay: don't bother reporting bogomips in + /proc/cpuinfo" + - LP: #1419125 + * powerpc/powernv: Don't call generic code on offline cpus + - LP: #1400411 + * powerpc/powernv: Return to cpu offline loop when finished in KVM guest + - LP: #1400411 + * powerpc/powernv: Switch off MMU before entering nap/sleep/rvwinkle mode + - LP: #1400411 + * powerpc/powernv: Enable Offline CPUs to enter deep idle states + - LP: #1400411 + * powernv/cpuidle: Redesign idle states management + - LP: #1400411 + * powernv/powerpc: Add winkle support for offline cpus + - LP: #1400411 + * powerpc/kdump: Ignore failure in enabling big endian exception during + crash + - LP: #1410817 + * powerpc/perf/hv-24x7: Use kmem_cache_free + - LP: #1410519 + * powerpc/perf/hv-24x7: use kmem_cache instead of aligned stack + allocations + - LP: #1410519 + * powerpc/perf/hv-24x7: Use per-cpu page buffer + - LP: #1410519 + * power/perf/hv-24x7: Use kmem_cache_free() instead of kfree + - LP: #1410519 + * KVM: x86: SYSENTER emulation is broken + - LP: #1414651 + - CVE-2015-0239 + * powerpc/xmon: Fix another endiannes issue in RTAS call from xmon + - LP: #1415919 + * HID: i2c-hid: call the hid driver's suspend and resume callbacks + - LP: #1417363 + * HID: i2c-hid: Do not free buffers in i2c_hid_stop() + - LP: #1417363 + * ALSA: hda - add mic mute led hook for dell machines + - LP: #1418832 + * ALSA: hda - move DELL_WMI_MIC_MUTE_LED to the tail in the quirk chain + - LP: #1381856, #1418832 + * ALSA: hda - fix the mic mute led problem for Latitude E5550 + - LP: #1381856, #1418832 + * drm/i915: don't warn if backlight unexpectedly enabled + - LP: #1419125 + * drm/i915/dp: only use training pattern 3 on platforms that support it + - LP: #1419125 + * udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete. + - LP: #1419125 + * s390/3215: fix hanging console issue + - LP: #1419125 + * s390/3215: fix tty output containing tabs + - LP: #1419125 + * btrfs: don't go readonly on existing qgroup items + - LP: #1419125 + * regulator: anatop: Set default voltage selector for vddpu + - LP: #1419125 + * KVM: s390: Fix size of monitor-class number field + - LP: #1419125 + * [media] smiapp: Take mutex during PLL update in sensor initialisation + - LP: #1419125 + * [media] smiapp-pll: Correct clock debug prints + - LP: #1419125 + * Bluetooth: Fix LE connection timeout deadlock + - LP: #1419125 + * [media] sound: simplify au0828 quirk table + - LP: #1419125 + * [media] sound: Update au0828 quirks table + - LP: #1419125 + * [media] af9005: fix kernel panic on init if compiled without IR + - LP: #1419125 + * writeback: fix a subtle race condition in I_DIRTY clearing + - LP: #1419125 + * usb: renesas_usbhs: gadget: fix NULL pointer dereference in + ep_disable() + - LP: #1419125 + * KVM: s390: Fix ipte locking + - LP: #1419125 + * KVM: s390: flush CPU on load control + - LP: #1419125 + * UBI: Fix double free after do_sync_erase() + - LP: #1419125 + * UBI: Fix invalid vfree() + - LP: #1419125 + * Drivers: hv: vmbus: Fix a race condition when unregistering a device + - LP: #1419125 + * misc: genwqe: check for error from get_user_pages_fast() + - LP: #1419125 + * driver core: Fix unbalanced device reference in drivers_probe + - LP: #1419125 + * drbd: merge_bvec_fn: properly remap bvm->bi_bdev + - LP: #1419125 + * PCI: Restore detection of read-only BARs + - LP: #1419125 + * scsi: correct return values for .eh_abort_handler implementations + - LP: #1419125 + * drm/radeon: fix typo in CI dpm disable + - LP: #1419125 + * ARM: tegra: Re-add removed SoC id macro to tegra_resume() + - LP: #1419125 + * arm64: Add COMPAT_HWCAP_LPAE + - LP: #1419125 + * USB: qcserial: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem + - LP: #1419125 + * HID: usbhid: enable always-poll quirk for Elan Touchscreen 0103 + - LP: #1419125 + * HID: yet another buggy ELAN touchscreen + - LP: #1419125 + * dcache: fix kmemcheck warning in switch_names + - LP: #1419125 + * genhd: check for int overflow in disk_expand_part_tbl() + - LP: #1419125 + * ftrace/x86: Add frames pointers to trampoline as necessary + - LP: #1419125 + * drm/ttm: Avoid memory allocation from shrinker functions. + - LP: #1419125 + * ASoC: sigmadsp: Refuse to load firmware files with a non-supported + version + - LP: #1419125 + * drm/radeon: work around a hw bug in MGCG on CIK + - LP: #1419125 + * usb: gadget: at91_udc: move prepare clk into process context + - LP: #1419125 + * Btrfs: make sure we wait on logged extents when fsycning two subvols + - LP: #1419125 + * Btrfs: make sure logged extents complete in the current transaction V3 + - LP: #1419125 + * Btrfs: do not move em to modified list when unpinning + - LP: #1419125 + * ARM: mvebu: disable I/O coherency on non-SMP situations on Armada + 370/375/38x/XP + - LP: #1419125 + * megaraid_sas: corrected return of wait_event from abort frame path + - LP: #1419125 + * ASoC: max98090: Fix ill-defined sidetone route + - LP: #1419125 + * blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu map + - LP: #1419125 + * nfs41: fix nfs4_proc_layoutget error handling + - LP: #1419125 + * cdc-acm: memory leak in error case + - LP: #1419125 + * USB: cdc-acm: check for valid interfaces + - LP: #1419125 + * [media] uvcvideo: Fix destruction order in uvc_delete() + - LP: #1419125 + * HID: i2c-hid: fix race condition reading reports + - LP: #1419125 + * mfd: twl4030-power: Fix regression with missing compatible flag + - LP: #1419125 + * mfd: tc6393xb: Fail ohci suspend if full state restore is required + - LP: #1419125 + * tty: serial: men_z135_uart: Add terminating entry for men_z135_ids + - LP: #1419125 + * serial: samsung: wait for transfer completion before clock disable + - LP: #1419125 + * mmc: dw_mmc: avoid write to CDTHRCTL on older versions + - LP: #1419125 + * n_tty: Fix read_buf race condition, increment read_head after pushing + data + - LP: #1419125 + * dm cache: only use overwrite optimisation for promotion when in + writeback mode + - LP: #1419125 + * dm cache: dirty flag was mistakenly being cleared when promoting via + overwrite + - LP: #1419125 + * dm bufio: fix memleak when using a dm_buffer's inline bio + - LP: #1419125 + * ath9k_hw: fix hardware queue allocation + - LP: #1419125 + * ath9k: fix BE/BK queue order + - LP: #1419125 + * ath5k: fix hardware queue index assignment + - LP: #1419125 + * iwlwifi: dvm: fix flush support for old firmware + - LP: #1419125 + * iwlwifi: mvm: update values for Smart Fifo + - LP: #1419125 + * iommu/vt-d: Fix an off-by-one bug in __domain_mapping() + - LP: #1419125 + * dm crypt: use memzero_explicit for on-stack buffer + - LP: #1419125 + * mnt: Implicitly add MNT_NODEV on remount when it was implicitly added + by mount + - LP: #1419125 + * mnt: Update unprivileged remount test + - LP: #1419125 + * umount: Disallow unprivileged mount force + - LP: #1419125 + * md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying + wants. + - LP: #1419125 + * drm/i915: Only warn the first time we attempt to mmio whilst suspended + - LP: #1419125 + * drm/vmwgfx: Fix error printout on signals pending + - LP: #1419125 + * drm/vmwgfx: Fix fence event code + - LP: #1419125 + * hp_accel: Add support for HP ZBook 15 + - LP: #1419125 + * drm/radeon: check the right ring in radeon_evict_flags() + - LP: #1419125 + * swiotlb-xen: pass dev_addr to xen_dma_unmap_page and + xen_dma_sync_single_for_cpu + - LP: #1419125 + * swiotlb-xen: remove BUG_ON in xen_bus_to_phys + - LP: #1419125 + * swiotlb-xen: call xen_dma_sync_single_for_device when appropriate + - LP: #1419125 + * [media] img-ir/hw: Always read data to clear buffer + - LP: #1419125 + * [media] img-ir/hw: Fix potential deadlock stopping timer + - LP: #1419125 + * powerpc/book3s: Fix partial invalidation of TLBs in MCE code. + - LP: #1419125 + * clocksource: arm_arch_timer: Change clocksource name if CP15 + unavailable + - LP: #1419125 + * clocksource: arch_timer: Fix code to use physical timers when requested + - LP: #1419125 + * ALSA: hda - Fix built-in mic at resume on Lenovo Ideapad S210 + - LP: #1419125 + * groups: Consolidate the setgroups permission checks + - LP: #1419125 + * userns: Document what the invariant required for safe unprivileged + mappings. + - LP: #1419125 + * can: peak_usb: fix memset() usage + - LP: #1419125 + * can: peak_usb: fix cleanup sequence order in case of error during init + - LP: #1419125 + * ALSA: usb-audio: Don't resubmit pending URBs at MIDI error recovery + - LP: #1419125 + * KEYS: Fix stale key registration at error path + - LP: #1419125 + * thermal: Fix error path in thermal_init() + - LP: #1419125 + * i2c: designware: Fix falling time bindings doc + - LP: #1419125 + * drm/dp: retry AUX transactions 32 times (v1.1) + - LP: #1419125 + * drm/fb_helper: move deferred fb checking into restore mode (v2) + - LP: #1419125 + * xtensa: fix kmap_prot definition + - LP: #1419125 + * blk-mq: Fix a use-after-free + - LP: #1419125 + * blk-mq: Avoid that __bt_get_word() wraps multiple times + - LP: #1419125 + * blk-mq: Fix a race between bt_clear_tag() and bt_get() + - LP: #1419125 + * fs: nfsd: Fix signedness bug in compare_blob + - LP: #1419125 + * nfsd4: fix xdr4 inclusion of escaped char + - LP: #1419125 + * nfsd4: fix xdr4 count of server in fs_location4 + - LP: #1419125 + * userns: Don't allow setgroups until a gid mapping has been setablished + - LP: #1419125 + * userns: Don't allow unprivileged creation of gid mappings + - LP: #1419125 + * userns: Check euid no fsuid when establishing an unprivileged uid + mapping + - LP: #1419125 + * userns: Only allow the creator of the userns unprivileged mappings + - LP: #1419125 + * userns: Rename id_map_mutex to userns_state_mutex + - LP: #1419125 + * drm/i915: Don't complain about stolen conflicts on gen3 + - LP: #1419125 + * ALSA: hda - Add EAPD fixup for ASUS Z99He laptop + - LP: #1419125 + * blk-mq: Fix uninitialized kobject at CPU hotplugging + - LP: #1419125 + * ncpfs: return proper error from NCP_IOC_SETROOT ioctl + - LP: #1419125 + * drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probe + - LP: #1419125 + * rtc: omap: fix clock-source configuration + - LP: #1419125 + * rtc: omap: fix missing wakealarm attribute + - LP: #1419125 + * exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting + - LP: #1419125 + * x86_64, switch_to(): Load TLS descriptors before switching DS and ES + - LP: #1419125 + * KVM: nVMX: Disable unrestricted mode if ept=0 + - LP: #1419125 + * KVM: x86: em_ret_far overrides cpl + - LP: #1419125 + * drm/i915: save/restore GMBUS freq across suspend/resume on gen4 + - LP: #1419125 + * pstore-ram: Fix hangs by using write-combine mappings + - LP: #1419125 + * pstore-ram: Allow optional mapping with pgprot_noncached + - LP: #1419125 + * userns: Add a knob to disable setgroups on a per user namespace basis + - LP: #1419125 + * userns: Allow setting gid_maps without privilege when setgroups is + disabled + - LP: #1419125 + * userns: Unbreak the unprivileged remount tests + - LP: #1419125 + * HID: i2c-hid: prevent buffer overflow in early IRQ + - LP: #1419125 + * mac80211: fix multicast LED blinking and counter + - LP: #1419125 + * cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz drivers + - LP: #1419125 + * cfg80211: avoid mem leak on driver hint set + - LP: #1419125 + * nl80211: check matches array length before acessing it + - LP: #1419125 + * cfg80211: don't WARN about two consecutive Country IE hint + - LP: #1419125 + * reiserfs: destroy allocated commit workqueue + - LP: #1419125 + * mtd: tests: abort torturetest on erase errors + - LP: #1419125 + * tracing/sched: Check preempt_count() for current when reading + task->state + - LP: #1419125 + * x86/tls: Validate TLS entries to protect espfix + - LP: #1419125 + * x86/tls: Disallow unusual TLS segments + - LP: #1419125 + * ARC: [nsimosci] move peripherals to match model to FPGA + - LP: #1419125 + * isofs: Fix infinite looping over CE entries + - LP: #1419125 + * mac80211: free management frame keys when removing station + - LP: #1419125 + * ceph: do_sync is never initialized + - LP: #1419125 + * mnt: Fix a memory stomp in umount + - LP: #1419125 + * ocfs2: fix journal commit deadlock + - LP: #1419125 + * md/bitmap: always wait for writes on unplug. + - LP: #1419125 + * mmc: block: add newline to sysfs display of force_ro + - LP: #1419125 + * mmc: omap_hsmmc: Fix UHS card with DDR50 support + - LP: #1419125 + * dm space map metadata: fix sm_bootstrap_get_nr_blocks() + - LP: #1419125 + * dm thin: fix a race in thin_dtr + - LP: #1419125 + * ARM: mvebu: fix ordering in Armada 370 .dtsi + - LP: #1419125 + * eCryptfs: Force RO mount when encrypted view is enabled + - LP: #1419125 + * eCryptfs: Remove buggy and unnecessary write in file name decode + routine + - LP: #1419125 + * tcm_loop: Fix wrong I_T nexus association + - LP: #1419125 + * clk: samsung: Fix double add of syscore ops after driver rebind + - LP: #1419125 + * ASoC: pcm512x: Trigger auto-increment of register addresses on i2c + - LP: #1419125 + * Btrfs: fix fs corruption on transaction abort if device supports + discard + - LP: #1419125 + * perf/x86/intel/uncore: Make sure only uncore events are collected + - LP: #1419125 + * perf: Fix events installation during moving group + - LP: #1419125 + * drm/i915: vlv: fix IRQ masking when uninstalling interrupts + - LP: #1419125 + * iscsi,iser-target: Initiate termination only once + - LP: #1419125 + * iser-target: Fix flush + disconnect completion handling + - LP: #1419125 + * iser-target: Parallelize CM connection establishment + - LP: #1419125 + * iser-target: Fix connected_handler + teardown flow race + - LP: #1419125 + * iser-target: Handle ADDR_CHANGE event for listener cm_id + - LP: #1419125 + * iser-target: Fix implicit termination of connections + - LP: #1419125 + * iser-target: Allocate PI contexts dynamically + - LP: #1419125 + * iser-target: Fix NULL dereference in SW mode DIF + - LP: #1419125 + * iscsi,iser-target: Expose supported protection ops according to t10_pi + - LP: #1419125 + * genirq: Prevent proc race against freeing of irq descriptors + - LP: #1419125 + * scsi: blacklist RSOC for Microsoft iSCSI target devices + - LP: #1419125 + * iscsi-target: Fail connection on short sendmsg writes + - LP: #1419125 + * drm/i915: Invalidate media caches on gen7 + - LP: #1419125 + * drm/i915: Force the CS stall for invalidate flushes + - LP: #1419125 + * ALSA: hda/realtek - Add new Dell desktop for ALC3234 headset mode + - LP: #1419125 + * dm thin: fix inability to discard blocks when in out-of-data-space mode + - LP: #1419125 + * dm thin: fix missing out-of-data-space to write mode transition if + blocks are released + - LP: #1419125 + * dm: fix missed error code if .end_io isn't implemented by target_type + - LP: #1419125 + * i2c: mv64xxx: use BIT() macro for register value definitions + - LP: #1419125 + * i2c: mv64xxx: rework offload support to fix several problems + - LP: #1419125 + * x86/tls: Don't validate lm in set_thread_area() after all + - LP: #1419125 + * ALSA: usb-audio: extend KEF X300A FU 10 tweak to Arcam rPAC + - LP: #1419125 + * tick/powerclamp: Remove tick_nohz_idle abuse + - LP: #1419125 + * audit: don't attempt to lookup PIDs when changing PID filtering audit + rules + - LP: #1419125 + * audit: use supplied gfp_mask from audit_buffer in + kauditd_send_multicast_skb + - LP: #1419125 + * arm64: kernel: add missing __init section marker to cpu_suspend_init + - LP: #1419125 + * arm64: kernel: refactor the CPU suspend API for retention states + - LP: #1419125 + * arm64: Move cpu_resume into the text section + - LP: #1419125 + * arm64: kernel: fix __cpu_suspend mm switch on warm-boot + - LP: #1419125 + * audit: restore AUDIT_LOGINUID unset ABI + - LP: #1419125 + * parisc: fix out-of-register compiler error in ldcw inline assembler + function + - LP: #1419125 + * kvm: x86: drop severity of "generation wraparound" message + - LP: #1419125 + * Btrfs: fix loop writing of async reclaim + - LP: #1419125 + * powercap / RAPL: add support for CPU model 0x3f + - LP: #1419125 + * iwlwifi: make U-APSD default configurable at compile time + - LP: #1419125 + * isofs: Fix unchecked printing of ER records + - LP: #1419125 + * crypto: af_alg - fix backlog handling + - LP: #1419125 + * udf: Check path length when reading symlink + - LP: #1419125 + * udf: Verify i_size when loading inode + - LP: #1419125 + * udf: Verify symlink size before loading it + - LP: #1419125 + * udf: Check component length before reading it + - LP: #1419125 + * platform/chrome: chromeos_laptop - Add support for Acer C720 + - LP: #1419125 + * platform/chrome: chromeos_laptop - Add HP Chromebook 14 + - LP: #1419125 + * platform/chrome: chromeos_laptop - Add Dell Chromebook 11 touch + - LP: #1419125 + * platform/chrome: chromeos_laptop - Add Toshiba CB35 Touch + - LP: #1419125 + * platform/chrome: Add support for the acer c720p touchscreen. + - LP: #1419125 + * batman-adv: Calculate extra tail size based on queued fragments + - LP: #1419125 + * move d_rcu from overlapping d_child to overlapping d_alias + - LP: #1419125 + * deal with deadlock in d_walk() + - LP: #1419125 + * KEYS: close race between key lookup and freeing + - LP: #1419125 + * Linux 3.16.7-ckt4 + - LP: #1419125 + * spi: sh-msiof: Add runtime PM lock in initializing + - LP: #1419125 + * drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4 + - LP: #1419125 + * x86_64, vdso: Fix the vdso address randomization algorithm + - LP: #1419125 + * drm/nv4c/mc: disable msi + - LP: #1419125 + * ASoC: dwc: Ensure FIFOs are flushed to prevent channel swap + - LP: #1419125 + * x86, vdso: Use asm volatile in __getcpu + - LP: #1419125 + * video/logo: prevent use of logos after they have been freed + - LP: #1419125 + * video/fbdev: fix defio's fsync + - LP: #1419125 + * Add USB_EHCI_EXYNOS to multi_v7_defconfig + - LP: #1419125 + * SCSI: fix regression in scsi_send_eh_cmnd() + - LP: #1419125 + * Btrfs: don't delay inode ref updates during log replay + - LP: #1419125 + * net: ethernet: cpsw: fix hangs with interrupts + - LP: #1419125 + * ALSA: hda - Fix wrong gpio_dir & gpio_mask hint setups for IDT/STAC + codecs + - LP: #1419125 + * drm/radeon: KV has three PPLLs (v2) + - LP: #1419125 + * drm/radeon: fix sad_count check for dce3 + - LP: #1419125 + * drm/radeon: properly filter DP1.2 4k modes on non-DP1.2 hw + - LP: #1419125 + * drm/radeon: adjust default bapm settings for KV + - LP: #1419125 + * ACPI / PM: Fix PM initialization for devices that are not present + - LP: #1419125 + * mm: propagate error from stack expansion even for guard page + - LP: #1419125 + * ALSA: hda - Add new GPU codec ID 0x10de0072 to snd-hda + - LP: #1419125 + * vfio-pci: Fix the check on pci device type in vfio_pci_probe() + - LP: #1419125 + * rpc: fix xdr_truncate_encode to handle buffer ending on page boundary + - LP: #1419125 + * arm64/efi: add missing call to early_ioremap_reset() + - LP: #1419125 + * exit: fix race between wait_consider_task() and wait_task_zombie() + - LP: #1419125 + * mm: prevent endless growth of anon_vma hierarchy + - LP: #1419125 + * mm: protect set_page_dirty() from ongoing truncation + - LP: #1419125 + * mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process + being killed + - LP: #1419125 + * sched/deadline: Fix migration of SCHED_DEADLINE tasks + - LP: #1419125 + * sched/deadline: Avoid double-accounting in case of missed deadlines + - LP: #1419125 + * HID: roccat: potential out of bounds in pyra_sysfs_write_settings() + - LP: #1419125 + * mm: Don't count the stack guard page towards RLIMIT_STACK + - LP: #1419125 + * mm: fix corner case in anon_vma endless growing prevention + - LP: #1419125 + * xen/arm/arm64: introduce xen_arch_need_swiotlb + - LP: #1419125 + * perf session: Do not fail on processing out of order event + - LP: #1419125 + * fsnotify: next_i is freed during fsnotify_unmount_inodes. + - LP: #1419125 + * drivers/rtc/rtc-isl12057.c: fix masking of register values + - LP: #1419125 + * ASoC: eukrea-tlv320: Fix of_node_put() call with uninitialized object + - LP: #1419125 + * ALSA: fireworks: fix an endianness bug for transaction length + - LP: #1419125 + * mtd: nand: omap: Fix NAND enumeration on 3430 LDP + - LP: #1419125 + * ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() + when link file + - LP: #1419125 + * powerpc: Fix bad NULL pointer check in udbg_uart_getc_poll() + - LP: #1419125 + * HID: add battery quirk for USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO + keyboard + - LP: #1419125 + * ALSA: hda - using uninitialized data + - LP: #1419125 + * nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() races + - LP: #1419125 + * scripts/kernel-doc: don't eat struct members with __aligned + - LP: #1419125 + * ARM: dts: DRA7: wdt: Fix compatible property for watchdog node + - LP: #1419125 + * ARM: dts: Enable PWM node by default for s3c64xx + - LP: #1419125 + * ARM: OMAP4: PM: Only do static dependency configuration in + omap4_init_static_deps + - LP: #1419125 + * HID: Add a new id 0x501a for Genius MousePen i608X + - LP: #1419125 + * netfilter: ipset: small potential read beyond the end of buffer + - LP: #1419125 + * bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated + queries + - LP: #1419125 + * bcache: Make sure to pass GFP_WAIT to mempool_alloc() + - LP: #1419125 + * ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake. + - LP: #1419125 + * ACPI / scan: No implicit wake notification for buttons + - LP: #1419125 + * gre: fix the inner mac header in nbma tunnel xmit path + - LP: #1419125 + * netlink: Always copy on mmap TX. + - LP: #1419125 + * netlink: Don't reorder loads/stores before marking mmap netlink frame + as available + - LP: #1419125 + * in6: fix conflict with glibc + - LP: #1419125 + * tg3: tg3_disable_ints using uninitialized mailbox value to disable + interrupts + - LP: #1419125 + * batman-adv: Unify fragment size calculation + - LP: #1419125 + * batman-adv: avoid NULL dereferences and fix if check + - LP: #1419125 + * net: Fix stacked vlan offload features computation + - LP: #1419125 + * net: Reset secmark when scrubbing packet + - LP: #1419125 + * net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding + - LP: #1419125 + * tcp: Do not apply TSO segment limit to non-TSO packets + - LP: #1419125 + * xen-netback: fixing the propagation of the transmit shaper timeout + - LP: #1419125 + * alx: fix alx_poll() + - LP: #1419125 + * team: avoid possible underflow of count_pending value for notify_peers + and mcast_rejoin + - LP: #1419125 + * enic: fix rx skb checksum + - LP: #1419125 + * netfilter: conntrack: disable generic tracking for known protocols + - LP: #1419125 + * xen-netfront: Fix handling packets on compound pages with skb_linearize + - LP: #1419125 + * xen-netfront: use correct linear area after linearizing an skb + - LP: #1419125 + * usb: musb: stuff leak of struct usb_hcd + - LP: #1419125 + * usb: gadget: gadgetfs: Free memory allocated by memdup_user() + - LP: #1419125 + * usb: gadget: udc: atmel: change setting for DMA + - LP: #1419125 + * usb: gadget: udc: atmel: fix possible IN hang issue + - LP: #1419125 + * ARM: imx6q: drop unnecessary semicolon + - LP: #1419125 + * ARM: clk-imx6q: fix video divider for rev T0 1.0 + - LP: #1419125 + * ARM: dts: imx25: Fix the SPI1 clocks + - LP: #1419125 + * USB: cp210x: fix ID for production CEL MeshConnect USB Stick + - LP: #1419125 + * USB: keyspan: fix null-deref at probe + - LP: #1419125 + * iwlwifi: mvm: fix Rx with both chains + - LP: #1419125 + * ARM: imx6sx: Set PLL2 as parent of QSPI clocks + - LP: #1419125 + * ARM: omap5/dra7xx: Fix frequency typos + - LP: #1419125 + * ARM: omap5/dra7xx: Enable booting secondary CPU in HYP mode + - LP: #1419125 + * LOCKD: Fix a race when initialising nlmsvc_timeout + - LP: #1419125 + * NFSv4.1: Fix client id trunking on Linux + - LP: #1419125 + * ARM: dts: imx51-babbage: Fix ULPI PHY reset modelling + - LP: #1419125 + * USB: cp210x: add IDs for CEL USB sticks and MeshWorks devices + - LP: #1419125 + * vhost-scsi: Add missing virtio-scsi -> TCM attribute conversion + - LP: #1419125 + * USB: qcserial/option: make AT URCs work for Sierra Wireless MC73xx + - LP: #1419125 + * ARM: dts: berlin: fix io clk and add missing core clk for BG2Q sdhci2 + host + - LP: #1419125 + * ARM: dts: berlin: add broken-cd and set bus width for eMMC in Marvell + DMP DT + - LP: #1419125 + * ARM: dts: berlin: correct BG2Q's SM GPIO location. + - LP: #1419125 + * xhci: Check if slot is already in default state before moving it there + - LP: #1419125 + * USB: EHCI: fix initialization bug in iso_stream_schedule() + - LP: #1419125 + * xhci: Add broken-streams quirk for Fresco Logic FL1000G xhci + controllers + - LP: #1419125 + * uas: Add US_FL_NO_ATA_1X for Seagate devices with usb-id 0bc2:a013 + - LP: #1419125 + * uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS566 with usb-id + 0bc2:a013 + - LP: #1419125 + * uas: Add US_FL_NO_ATA_1X for 2 more Seagate disk enclosures + - LP: #1419125 + * OHCI: add a quirk for ULi M5237 blocking on reset + - LP: #1419125 + * mei: clean reset bit before reset + - LP: #1419125 + * target: Drop arbitrary maximum I/O size limit + - LP: #1419125 + * usb: gadget: udc: atmel: fix possible oops when unloading module + - LP: #1419125 + * USB: console: fix uninitialised ldisc semaphore + - LP: #1419125 + * USB: console: fix potential use after free + - LP: #1419125 + * mmc: sdhci-pxav3: fix error handling of sdhci_add_host + - LP: #1419125 + * mmc: sdhci-pxav3: do the mbus window configuration after enabling + clocks + - LP: #1419125 + * mmc: sdhci: Fix sleep in atomic after inserting SD card + - LP: #1419125 + * clk: at91: keep slow clk enabled to prevent system hang + - LP: #1419125 + * clk: berlin: bg2q: remove non-exist "smemc" gate clock + - LP: #1419125 + * drivers: net: cpsw: fix multicast flush in dual emac mode + - LP: #1419125 + * usb: dwc3: gadget: Fix TRB preparation during SG + - LP: #1419125 + * usb: dwc3: gadget: Stop TRB preparation after limit is reached + - LP: #1419125 + * ftrace/jprobes/x86: Fix conflict between jprobes and function graph + tracing + - LP: #1419125 + * reset: sunxi: fix spinlock initialization + - LP: #1419125 + * clk: Don't try to use a struct clk* after it could have been freed + - LP: #1419125 + * tcm_loop: Fixup tag handling + - LP: #1419125 + * net: prevent of emerging cross-namespace symlinks + - LP: #1419125 + * net: fix creation adjacent device symlinks + - LP: #1419125 + * drm/i915: Evict CS TLBs between batches + - LP: #1419125 + * ARM: dts: dra7-evm: fix qspi device tree partition size + - LP: #1419125 + * ARM: shmobile: sh73a0 legacy: Set .control_parent for all irqpin + instances + - LP: #1419125 + * Linux 3.16.7-ckt5 + - LP: #1419125 + + -- Seth Forshee Mon, 09 Feb 2015 14:00:45 -0600 + +linux (3.16.0-30.40) utopic; urgency=low + + [ Seth Forshee ] + + * Release Tracking Bug + - LP: #1409890 + + [ Andy Whitcroft ] + + * Revert "SAUCE: scsi: hyper-v storsvc switch up to SPC-3" + * [Packaging] uploadnum should be the remainder of the version + - LP: #1407755 + + [ K. Y. Srinivasan ] + + * SAUCE: storvsc: force SPC-3 compliance on win8 and win8 r2 hosts + - LP: #1406867 + + [ Upstream Kernel Changes ] + + * Revert "xhci: clear root port wake on bits if controller isn't wake-up + capable" + - LP: #1408697 + * KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor mode + - LP: #1400209 + * powerpc/powernv: Ignore smt-enabled on Power8 and later + - LP: #1402141 + * net/mlx4_en: Add VXLAN ndo calls to the PF net device ops too + - LP: #1407760 + * net/mlx4_core: Enable CQE/EQE stride support + - LP: #1400127 + * net/mlx4_core: Cache line EQE size support + - LP: #1400127 + * net/mlx4_en: Add mlx4_en_get_cqe helper + - LP: #1400127 + * net/mlx4_core: Introduce mlx4_get_module_info for cable module info + reading + - LP: #1400127 + * ethtool, net/mlx4_en: Cable info, get_module_info/eeprom ethtool + support + - LP: #1400127 + * net/mlx4_core: Introduce ACCESS_REG CMD and eth_prot_ctrl dev cap + - LP: #1400127 + * net/mlx4_core: Add ethernet backplane autoneg device capability + - LP: #1400127 + * ethtool, net/mlx4_en: Add 100M, 20G, 56G speeds ethtool reporting + support + - LP: #1400127 + * net/mlx4_en: Use PTYS register to query ethtool settings + - LP: #1400127 + * net/mlx4_en: Use PTYS register to set ethtool settings (Speed) + - LP: #1400127 + * net/mlx4_en: Add support for setting rxvlan offload OFF/ON + - LP: #1400127 + * net/mlx4_en: Add ethtool support for [rx|tx]vlan offload set to OFF/ON + - LP: #1400127 + * net/mlx4_core: Prevent VF from changing port configuration + - LP: #1400127 + * net/mlx4_en: mlx4_en_set_settings() always fails when autoneg is set + - LP: #1400127 + * sparc64: Fix constraints on swab helpers. + - LP: #1408697 + * inetdevice: fixed signed integer overflow + - LP: #1408697 + * ipv4: Fix incorrect error code when adding an unreachable route + - LP: #1408697 + * ieee802154: fix error handling in ieee802154fake_probe() + - LP: #1408697 + * qmi_wwan: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem + - LP: #1408697 + * bonding: fix curr_active_slave/carrier with loadbalance arp monitoring + - LP: #1408697 + * pptp: fix stack info leak in pptp_getname() + - LP: #1408697 + * ipx: fix locking regression in ipx_sendmsg and ipx_recvmsg + - LP: #1408697 + * net/mlx4_en: Advertize encapsulation offloads features only when VXLAN + tunnel is set + - LP: #1408697 + * target: Don't call TFO->write_pending if data_length == 0 + - LP: #1408697 + * vhost-scsi: Take configfs group dependency during + VHOST_SCSI_SET_ENDPOINT + - LP: #1408697 + * srp-target: Retry when QP creation fails with ENOMEM + - LP: #1408697 + * ASoC: fsi: remove unsupported PAUSE flag + - LP: #1408697 + * ASoC: rsnd: remove unsupported PAUSE flag + - LP: #1408697 + * ib_isert: Add max_send_sge=2 minimum for control PDU responses + - LP: #1408697 + * iser-target: Handle DEVICE_REMOVAL event on network portal listener + correctly + - LP: #1408697 + * ASoC: dpcm: Fix race between FE/BE updates and trigger + - LP: #1408697 + * ASoC: samsung: Add MODULE_DEVICE_TABLE for Snow + - LP: #1408697 + * mac80211: Fix regression that triggers a kernel BUG with CCMP + - LP: #1408697 + * rt2x00: do not align payload on modern H/W + - LP: #1408697 + * ath9k: Fix RTC_DERIVED_CLK usage + - LP: #1408697 + * ASoC: cs42l51: re-hook of_match_table pointer + - LP: #1408697 + * ASoC: sgtl5000: Fix SMALL_POP bit definition + - LP: #1408697 + * ALSA: usb-audio: Add ctrl message delay quirk for Marantz/Denon devices + - LP: #1408697 + * bitops: Fix shift overflow in GENMASK macros + - LP: #1408697 + * x86: Require exact match for 'noxsave' command line option + - LP: #1408697 + * drm/i915: drop WaSetupGtModeTdRowDispatch:snb + - LP: #1408697 + * drm/i915: Handle failure to kick out a conflicting fb driver + - LP: #1408697 + * drm/i915: Kick fbdev before vgacon + - LP: #1408697 + * ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use + - LP: #1408697 + * can: dev: avoid calling kfree_skb() from interrupt context + - LP: #1408697 + * can: esd_usb2: fix memory leak on disconnect + - LP: #1408697 + * x86, mm: Set NX across entire PMD at boot + - LP: #1408697 + * x86, kaslr: Handle Gold linker for finding bss/brk + - LP: #1408697 + * of/irq: Drop obsolete 'interrupts' vs 'interrupts-extended' text + - LP: #1408697 + * of: Fix crash if an earlycon driver is not found + - LP: #1408697 + * of/base: Fix PowerPC address parsing hack + - LP: #1408697 + * clockevent: sun4i: Fix race condition in the probe code + - LP: #1408697 + * MIPS: IP27: Fix __node_distances undefined error + - LP: #1408697 + * MIPS: oprofile: Fix backtrace on 64-bit kernel + - LP: #1408697 + * MIPS: asm: uaccess: Add v1 register to clobber list on EVA + - LP: #1408697 + * MIPS: lib: memcpy: Restore NOP on delay slot before returning to caller + - LP: #1408697 + * btrfs: fix lockups from btrfs_clear_path_blocking + - LP: #1408697 + * PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_t + - LP: #1408697 + * ACPI / PM: Ignore wakeup setting if the ACPI companion can't wake up + - LP: #1408697 + * IB/isert: Adjust CQ size to HW limits + - LP: #1408697 + * drm/radeon: fix endian swapping in vbios fetch for tdp table + - LP: #1408697 + * fold swapping ->d_name.hash into switch_names() + - LP: #1408697 + * vfs: Don't exchange "short" filenames unconditionally. + - LP: #1408697 + * ARM: pxa: fix hang on startup with DEBUG_LL + - LP: #1408697 + * ALSA: hda_intel: Add Device IDs for Intel Sunrise Point PCH + - LP: #1408697 + * ALSA: hda_intel: Add DeviceIDs for Sunrise Point-LP + - LP: #1408697 + * HID: usbhid: Use flag HID_DISCONNECTED when a usb device is removed + - LP: #1408697 + * Bluetooth: Add support for Intel bootloader devices + - LP: #1408697 + * Bluetooth: Handle Intel USB bootloader with buggy interrupt + - LP: #1408697 + * Bluetooth: Ignore isochronous endpoints for Intel USB bootloader + - LP: #1408697 + * Bluetooth: Fix endian and alignment issue with ath3k version handling + - LP: #1408697 + * Bluetooth: Add support for Broadcom device of Asus Z97-DELUXE + motherboard + - LP: #1408697 + * Bluetooth: Fix crash in the Marvell driver initialization codepath + - LP: #1408697 + * Bluetooth: Add support for Acer [13D3:3432] + - LP: #1408697 + * Add a new PID/VID 0227/0930 for AR3012. + - LP: #1408697 + * Input: xpad - add VID/PID for Razer Sabertooth + - LP: #1408697 + * Input: xpad - sync device IDs with xboxdrv + - LP: #1408697 + * Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing Wheel + - LP: #1408697 + * Input: serio - avoid negative serio device numbers + - LP: #1408697 + * nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait + - LP: #1408697 + * aio: fix uncorrent dirty pages accouting when truncating AIO ring + buffer + - LP: #1408697 + * ARM: mvebu: add missing of_node_put() call in coherency.c + - LP: #1408697 + * spi: dw: Fix dynamic speed change. + - LP: #1408697 + * USB: serial: cp210x: add IDs for CEL MeshConnect USB Stick + - LP: #1408697 + * iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit mask + - LP: #1408697 + * iio: adc: men_z188_adc: Add terminating entry for men_z188_ids + - LP: #1408697 + * Input: synaptics - adjust min/max on Thinkpad E540 + - LP: #1408697 + * spi: Fix mapping from vmalloc-ed buffer to scatter list + - LP: #1408697 + * clk-divider: Fix READ_ONLY when divider > 1 + - LP: #1408697 + * spi: sirf: fix word width configuration + - LP: #1408697 + * usb: serial: ftdi_sio: add PIDs for Matrix Orbital products + - LP: #1408697 + * USB: keyspan: fix tty line-status reporting + - LP: #1408697 + * USB: keyspan: fix overrun-error reporting + - LP: #1408697 + * USB: ssu100: fix overrun-error reporting + - LP: #1408697 + * nfsd: correctly define v4.2 support attributes + - LP: #1408697 + * SUNRPC: Fix locking around callback channel reply receive + - LP: #1408697 + * nfsd: Fix slot wake up race in the nfsv4.1 callback code + - LP: #1408697 + * bnx2fc: do not add shared skbs to the fcoe_rx_list + - LP: #1408697 + * scsi: add Intel Multi-Flex to scsi scan blacklist + - LP: #1408697 + * ARM: 8216/1: xscale: correct auxiliary register in suspend/resume + - LP: #1408697 + * USB: uas: Add no-uas quirk for Hitachi usb-3 enclosures 4971:1012 + - LP: #1408697 + * USB: xhci: don't start a halted endpoint before its new dequeue is set + - LP: #1408697 + * USB: xhci: Reset a halted endpoint immediately when we encounter a + stall. + - LP: #1408697 + * usb: xhci: rework root port wake bits if controller isn't allowed to + wakeup + - LP: #1408697 + * ixgbe: Correctly disable VLAN filter in promiscuous mode + - LP: #1408697 + * ixgbe: Fix possible null-dereference in error path + - LP: #1408697 + * ixgbe: fix use after free adapter->state test in + ixgbe_remove/ixgbe_probe + - LP: #1408697 + * ALSA: hda - Limit 40bit DMA for AMD HDMI controllers + - LP: #1408697 + * PCI/MSI: Add device flag indicating that 64-bit MSIs don't work + - LP: #1408697 + * gpu/radeon: Set flag to indicate broken 64-bit MSI + - LP: #1408697 + * sound/radeon: Move 64-bit MSI quirk from arch to driver + - LP: #1408697 + * powerpc/pseries: Honor the generic "no_64bit_msi" flag + - LP: #1408697 + * MIPS: r4kcache: Add EVA case for protected_writeback_dcache_line + - LP: #1408697 + * MIPS: cpu-probe: Set the FTLB probability bit on supported cores + - LP: #1408697 + * MIPS: fix EVA & non-SMP non-FPU FP context signal handling + - LP: #1408697 + * MIPS: Loongson: Make platform serial setup always built-in. + - LP: #1408697 + * drm/i915: Ignore SURFLIVE and flip counter when the GPU gets reset + - LP: #1408697 + * net/ping: handle protocol mismatching scenario + - LP: #1408697 + * usb-quirks: Add reset-resume quirk for MS Wireless Laser Mouse 6000 + - LP: #1408697 + * Input: xpad - use proper endpoint type + - LP: #1408697 + * powerpc/powernv: Replace OPAL_DEASSERT_RESET with EEH_RESET_DEACTIVATE + - LP: #1408697 + * powerpc: 32 bit getcpu VDSO function uses 64 bit instructions + - LP: #1408697 + * drm/radeon: report disconnected for LVDS/eDP with PX if ddc fails + - LP: #1408697 + * ARM: 8222/1: mvebu: enable strex backoff delay + - LP: #1408697 + * ARM: 8226/1: cacheflush: get rid of restarting block + - LP: #1408697 + * staging: r8188eu: Add new device ID for DLink GO-USB-N150 + - LP: #1408697 + * btrfs: zero out left over bytes after processing compression streams + - LP: #1408697 + * uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME + - LP: #1408697 + * powerpc/powernv: Honor the generic "no_64bit_msi" flag + - LP: #1408697 + * net: sun4i-emac: fix memory leak on bad packet + - LP: #1408697 + * drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets + - LP: #1408697 + * smiapp: Only some selection targets are settable + - LP: #1408697 + * i2c: omap: fix NACK and Arbitration Lost irq handling + - LP: #1408697 + * s2255drv: fix payload size for JPG, MJPEG + - LP: #1408697 + * x86: Use $(OBJDUMP) instead of plain objdump + - LP: #1408697 + * of/fdt: memblock_reserve /memreserve/ regions in the case of partial + overlap + - LP: #1408697 + * drm/nouveau/gf116: remove copy1 engine + - LP: #1408697 + * nouveau: move the hotplug ignore to correct place. + - LP: #1408697 + * ALSA: hda/realtek - Add headset Mic support for new Dell machine + - LP: #1408697 + * drm/i915: More cautious with pch fifo underruns + - LP: #1408697 + * drm/i915: Unlock panel even when LVDS is disabled + - LP: #1408697 + * AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller + - LP: #1408697 + * sata_fsl: fix error handling of irq_of_parse_and_map + - LP: #1408697 + * drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with + 3.18.0-rc6 + - LP: #1408697 + * mm: frontswap: invalidate expired data on a dup-store failure + - LP: #1408697 + * mm/vmpressure.c: fix race in vmpressure_work_fn() + - LP: #1408697 + * drivers/input/evdev.c: don't kfree() a vmalloc address + - LP: #1408697 + * mm: fix swapoff hang after page migration and fork + - LP: #1408697 + * mm: fix anon_vma_clone() error treatment + - LP: #1408697 + * slab: fix nodeid bounds check for non-contiguous node IDs + - LP: #1408697 + * ahci: disable MSI on SAMSUNG 0xa800 SSD + - LP: #1408697 + * i2c: davinci: generate STP always when NACK is received + - LP: #1408697 + * i2c: cadence: Set the hardware time-out register to maximum value + - LP: #1408697 + * drm/radeon: sync all BOs involved in a CS v2 + - LP: #1408697 + * ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic + - LP: #1408697 + * ipv6: gre: fix wrong skb->protocol in WCCP + - LP: #1408697 + * Fix race condition between vxlan_sock_add and vxlan_sock_release + - LP: #1408697 + * tg3: fix ring init when there are more TX than RX channels + - LP: #1408697 + * net/mlx4_core: Limit count field to 24 bits in qp_alloc_res + - LP: #1408697 + * bond: Check length of IFLA_BOND_ARP_IP_TARGET attributes + - LP: #1408697 + * rtnetlink: release net refcnt on error in do_setlink() + - LP: #1408697 + * gre: Set inner mac header in gro complete + - LP: #1408697 + * mips: bpf: Fix broken BPF_MOD + - LP: #1408697 + * net: mvneta: fix Tx interrupt delay + - LP: #1408697 + * net: mvneta: fix race condition in mvneta_tx() + - LP: #1408697 + * net: sctp: use MAX_HEADER for headroom reserve in output path + - LP: #1408697 + * i2c: omap: fix i207 errata handling + - LP: #1408697 + * x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and + sync_regs + - LP: #1408697 + * USB: add reset resume quirk for usb3503 + - LP: #1408697 + * PCI: pciehp: Prevent NULL dereference during probe + - LP: #1408697 + * Linux 3.16.7-ckt3 + - LP: #1408697 + * Drivers: hv: util: make struct hv_do_fcopy match Hyper-V host messages + - LP: #1401903 + + -- Seth Forshee Mon, 12 Jan 2015 14:11:48 -0600 + +linux (3.16.0-29.39) utopic; urgency=low + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1402822 + + [ AceLan Kao ] + + * SAUCE: Add use_native_backlight quirk for HP ProBook 6570b + - LP: #1359010 + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user + assembly code" + - LP: #1398596 + * [Config] updateconfigs to balance CONFIG_SCOM_DEBUGFS + + [ Paolo Pisati ] + + * [Config] armhf: VIRTIO_[BALLOON|MMIO]=y + + [ Upstream Kernel Changes ] + + * Revert "arm64: Make default dma_ops to be noncoherent" + - LP: #1386490 + * Revert "percpu: free percpu allocation info for uniprocessor system" + - LP: #1401079 + * ath3k: Add support of MCI 13d3:3408 bt device + - LP: #1395465 + * x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is + read-only + - LP: #1379340 + * cpufreq: Allow stop CPU callback to be used by all cpufreq drivers + - LP: #1397928 + * cpufreq: powernv: Set the pstate of the last hotplugged out cpu in + policy->cpus to minimum + - LP: #1397928 + * cpufreq: powernv: Set the cpus to nominal frequency during reboot/kexec + - LP: #1397928 + * xen-netfront: Remove BUGs on paged skb data which crosses a page + boundary + - LP: #1275879 + * ACPI / blacklist: blacklist Win8 OSI for Dell Vostro 3546 + - LP: #1383589 + * iwlwifi: add device / firmware to fw-error-dump file + - LP: #1399440 + * iwlwifi: rename iwl_mvm_fw_error_next_data + - LP: #1399440 + * iwlwifi: pcie: add firmware monitor capabilities + - LP: #1399440 + * iwlwifi: remove wrong comment about alignment in iwl-fw-error-dump.h + - LP: #1399440 + * iwlwifi: mvm: don't collect logs in the interrupt thread + - LP: #1399440 + * iwlwifi: mvm: kill iwl_mvm_fw_error_rxf_dump + - LP: #1399440 + * iwlwifi: mvm: update layout of firmware error dump + - LP: #1399440 + * powerpc/pseries: Fix endiannes issue in RTAS call from xmon + - LP: #1396235 + * mmc: sdhci-pci-o2micro: Fix Dell E5440 issue + - LP: #1346067 + * mfd: rtsx: Fix PM suspend for 5227 & 5249 + - LP: #1359052 + * samsung-laptop: Add broken-acpi-video quirk for NC210/NC110 + - LP: #1401079 + * acer-wmi: Add acpi_backlight=video quirk for the Acer KAV80 + - LP: #1401079 + * pinctrl: baytrail: show output gpio state correctly on Intel Baytrail + - LP: #1401079 + * ALSA: hda - Add dock support for Thinkpad T440 (17aa:2212) + - LP: #1401079 + * ALSA: hda - Add ultra dock support for Thinkpad X240. + - LP: #1401079 + * rbd: Fix error recovery in rbd_obj_read_sync() + - LP: #1401079 + * ds3000: fix LNB supply voltage on Tevii S480 on initialization + - LP: #1401079 + * powerpc: do_notify_resume can be called with bad thread_info flags + argument + - LP: #1401079 + * powerpc/powernv: Properly fix LPC debugfs endianness + - LP: #1401079 + * irqchip: armada-370-xp: Fix MSI interrupt handling + - LP: #1401079 + * irqchip: armada-370-xp: Fix MPIC interrupt handling + - LP: #1401079 + * USB: kobil_sct: fix non-atomic allocation in write path + - LP: #1401079 + * USB: opticon: fix non-atomic allocation in write path + - LP: #1401079 + * regulator: max77693: Fix use of uninitialized regulator config + - LP: #1401079 + * USB: cdc-acm: add device id for GW Instek AFG-2225 + - LP: #1401079 + * usb: Do not allow usb_alloc_streams on unconfigured devices + - LP: #1401079 + * usb-storage: handle a skipped data phase + - LP: #1401079 + * uas: Add US_FL_NO_ATA_1X quirk for 1 more Seagate model + - LP: #1401079 + * xhci: Disable streams on Asmedia 1042 xhci controllers + - LP: #1401079 + * uas: Add NO_ATA_1X for VIA VL711 devices + - LP: #1401079 + * USB: core: add device-qualifier quirk + - LP: #1401079 + * USB: quirks: enable device-qualifier quirk for Elan Touchscreen + - LP: #1401079 + * USB: quirks: enable device-qualifier quirk for another Elan touchscreen + - LP: #1401079 + * USB: quirks: enable device-qualifier quirk for yet another Elan + touchscreen + - LP: #1401079 + * xhci: no switching back on non-ULT Haswell + - LP: #1401079 + * uas: Add US_FL_NO_ATA_1X quirk for 2 more Seagate models + - LP: #1401079 + * of: Fix overflow bug in string property parsing functions + - LP: #1401079 + * spi: fsl-dspi: Fix CTAR selection + - LP: #1401079 + * Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup + - LP: #1401079 + * ALSA: usb-audio: Fix device_del() sysfs warnings at disconnect + - LP: #1401079 + * iio: as3935: allocate correct iio_device size + - LP: #1401079 + * staging:iio:ade7758: Fix NULL pointer deref when enabling buffer + - LP: #1401079 + * staging:iio:ade7758: Fix check if channels are enabled in prenable + - LP: #1401079 + * staging:iio:ade7758: Remove "raw" from channel name + - LP: #1401079 + * USB: cdc-acm: only raise DTR on transitions from B0 + - LP: #1401079 + * fix breakage in o2net_send_tcp_msg() + - LP: #1401079 + * phy: omap-usb2: Enable runtime PM of omap-usb2 phy properly + - LP: #1401079 + * serial: Fix divide-by-zero fault in uart_get_divisor() + - LP: #1401079 + * tty: Fix high cpu load if tty is unreleaseable + - LP: #1401079 + * tty: Prevent "read/write wait queue active!" log flooding + - LP: #1401079 + * tty/vt: don't set font mappings on vc not supporting this + - LP: #1401079 + * spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PM + - LP: #1401079 + * USB: cdc-acm: add quirk for control-line state requests + - LP: #1401079 + * sysfs: driver core: Fix glue dir race condition by gdp_mutex + - LP: #1401079 + * i2c: at91: don't account as iowait + - LP: #1401079 + * i2c: core: Dispose OF IRQ mapping at client removal time + - LP: #1401079 + * drm/nouveau/kms: take more care when pulling down accelerated fbcon + - LP: #1401079 + * drm/nouveau/kms: restore acceleration before fb_set_suspend() resumes + - LP: #1401079 + * drm/nouveau: punt fbcon resume out to a workqueue + - LP: #1401079 + * drm/nouveau/bar: behave better if ioremap failed + - LP: #1401079 + * drm/nvc0-/fb/ram: fix use of non-existant ram if partitions aren't + uniform + - LP: #1401079 + * drm/nouveau/ltc: fix tag base address getting truncated if above 4GiB + - LP: #1401079 + * drm/nouveau: ltc/gf100-: fix cbc issues on certain boards + - LP: #1401079 + * drm/nv50/disp: fix dpms regression on certain boards + - LP: #1401079 + * drm/nouveau/bios: memset dcb struct to zero before parsing + - LP: #1401079 + * GFS2: Make rename not save dirent location + - LP: #1401079 + * cpufreq: intel_pstate: Add CPU ID for Braswell processor + - LP: #1401079 + * x86/platform/intel/iosf: Add Braswell PCI ID + - LP: #1401079 + * ALSA: hda - add PCI IDs for Intel Braswell + - LP: #1401079 + * ALSA: hda - add codec ID for Braswell display audio codec + - LP: #1401079 + * netfilter: ipset: off by one in ip_set_nfnl_get_byindex() + - LP: #1401079 + * netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats + allocation + - LP: #1401079 + * netfilter: nf_log: account for size of NLMSG_DONE attribute + - LP: #1401079 + * netfilter: nfnetlink_log: fix maximum packet length logged to userspace + - LP: #1401079 + * netfilter: nf_log: release skbuff on nlmsg put failure + - LP: #1401079 + * netfilter: nft_compat: fix wrong target lookup in + nft_target_select_ops() + - LP: #1401079 + * crypto: algif - avoid excessive use of socket buffer in skcipher + - LP: #1401079 + * drm/ttm: Don't evict BOs outside of the requested placement range + - LP: #1401079 + * lockd: Try to reconnect if statd has moved + - LP: #1401079 + * SUNRPC: Don't wake tasks during connection abort + - LP: #1401079 + * SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUT + - LP: #1401079 + * pata_serverworks: disable 64-KB DMA transfers on Broadcom OSB4 IDE + Controller + - LP: #1401079 + * libata-sff: Fix controllers with no ctl port + - LP: #1401079 + * ASoC: soc-dapm: fix use after free + - LP: #1401079 + * ASoC: tlv320aic3x: fix PLL D configuration + - LP: #1401079 + * mmc: core: sdio: Fix unconditional wake_up_process() on sdio thread + - LP: #1401079 + * mmc: sdhci-pxav3: set_uhs_signaling is initialized twice differently + - LP: #1401079 + * mmc: rtsx_usb_sdmmc: fix incorrect last byte in R2 response + - LP: #1401079 + * mmc: don't request CD IRQ until mmc_start_host() + - LP: #1401079 + * mmc: rtsx_pci_sdmmc: fix incorrect last byte in R2 response + - LP: #1401079 + * mmc: sdhci-s3c: fix runtime PM handling on sdhci_add_host() failure + - LP: #1401079 + * fs: make cont_expand_zero interruptible + - LP: #1401079 + * fs: Fix theoretical division by 0 in super_cache_scan(). + - LP: #1401079 + * UBIFS: remove mst_mutex + - LP: #1401079 + * UBIFS: fix a race condition + - LP: #1401079 + * UBIFS: fix free log space calculation + - LP: #1401079 + * x86: Reject x32 executables if x32 ABI not supported + - LP: #1401079 + * x86, fpu: __restore_xstate_sig()->math_state_restore() needs + preempt_disable() + - LP: #1401079 + * x86, fpu: shift drop_init_fpu() from save_xstate_sig() to + handle_signal() + - LP: #1401079 + * perf: Fix unclone_ctx() vs. locking + - LP: #1401079 + * evm: properly handle INTEGRITY_NOXATTRS EVM status + - LP: #1401079 + * missing data dependency barrier in prepend_name() + - LP: #1401079 + * kill wbuf_queued/wbuf_dwork_lock + - LP: #1401079 + * fix misuses of f_count() in ppp and netlink + - LP: #1401079 + * libceph: ceph-msgr workqueue needs a resque worker + - LP: #1401079 + * sched: Use dl_bw_of() under RCU read lock + - LP: #1401079 + * um: ubd: Fix for processes stuck in D state forever + - LP: #1401079 + * s390/topology: call set_sched_topology early + - LP: #1401079 + * mfd: ti_am335x_tscadc: Fix TSC operation after ADC continouous mode + - LP: #1401079 + * mfd: ti_am335x_tscadc: Fix TSC resume + - LP: #1401079 + * mfd: rtsx_pcr: Fix MSI enable error handling + - LP: #1401079 + * selinux: fix inode security list corruption + - LP: #1401079 + * power: charger-manager: Fix NULL pointer exception with missing + cm-fuel-gauge + - LP: #1401079 + * virtio_pci: fix virtio spec compliance on restore + - LP: #1401079 + * xen/blkback: unmap all persistent grants when frontend gets + disconnected + - LP: #1401079 + * blk-mq: fix potential hang if rolling wakeup depth is too high + - LP: #1401079 + * dm bufio: update last_accessed when relinking a buffer + - LP: #1401079 + * dm bufio: when done scanning return from __scan immediately + - LP: #1401079 + * drbd: compute the end before rb_insert_augmented() + - LP: #1401079 + * block: fix alignment_offset math that assumes io_min is a power-of-2 + - LP: #1401079 + * dm log userspace: fix memory leak in dm_ulog_tfr_init failure path + - LP: #1401079 + * modules, lock around setting of MODULE_STATE_UNFORMED + - LP: #1401079 + * framebuffer: fix screen corruption when copying + - LP: #1401079 + * framebuffer: fix border color + - LP: #1401079 + * Input: i8042 - add noloop quirk for Asus X750LN + - LP: #1401079 + * drm/ast: Fix HW cursor image + - LP: #1401079 + * drm/nouveau/gpio: rename g92 class to g94 + - LP: #1401079 + * drm/i915: Do not leak pages when freeing userptr objects + - LP: #1401079 + * drm/vmwgfx: Fix drm.h include + - LP: #1401079 + * v4l2-common: fix overflow in v4l_bound_align_image() + - LP: #1401079 + * media: usb: uvc: add a quirk for Dell XPS M1330 webcam + - LP: #1401079 + * siano: add support for PCTV 77e + - LP: #1401079 + * m88ts2022: fix 32bit overflow on filter calc + - LP: #1401079 + * tda7432: Fix setting TDA7432_MUTE bit for TDA7432_RF register + - LP: #1401079 + * x86: Add cpu_detect_cache_sizes to init_intel() add Quark + legacy_cache() + - LP: #1401079 + * serial: msm_serial: Fix kgdb continue + - LP: #1401079 + * sched: Use rq->rd in sched_setaffinity() under RCU read lock + - LP: #1401079 + * drm/vmwgfx: Filter out modes those cannot be supported by the current + VRAM size. + - LP: #1401079 + * powerpc: use device_online/offline() instead of cpu_up/down() + - LP: #1401079 + * UBI: add missing kmem_cache_free() in process_pool_aeb error path + - LP: #1401079 + * xen-blkback: fix leak on grant map error path + - LP: #1401079 + * HID: input: Fix TransducerSerialNumber implementation + - LP: #1401079 + * HID: usbhid: add always-poll quirk + - LP: #1401079 + * HID: usbhid: enable always-poll quirk for Elan Touchscreen + - LP: #1401079 + * HID: usbhid: fix PIXART optical mouse + - LP: #1401079 + * HID: usbhid: add another mouse that needs QUIRK_ALWAYS_POLL + - LP: #1401079 + * HID: usbhid: enable always-poll quirk for Elan Touchscreen 009b + - LP: #1401079 + * HID: usbhid: enable always-poll quirk for Elan Touchscreen 016f + - LP: #1401079 + * HID: add keyboard input assist hid usages + - LP: #1401079 + * rbd: avoid format-security warning inside alloc_workqueue() + - LP: #1401079 + * rbd: fix error return code in rbd_dev_device_setup() + - LP: #1401079 + * rbd: rbd workqueues need a resque worker + - LP: #1401079 + * ttusb-dec: buffer overflow in ioctl + - LP: #1401079 + * dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks + - LP: #1401079 + * xtensa: re-wire umount syscall to sys_oldumount + - LP: #1401079 + * dm raid: ensure superblock's size matches device's logical block size + - LP: #1401079 + * ata: sata_rcar: Disable DIPM mode for r8a7790 ES1 + - LP: #1401079 + * ahci: disable MSI instead of NCQ on Samsung pci-e SSDs on macbooks + - LP: #1401079 + * ahci: Add Device IDs for Intel Sunrise Point PCH + - LP: #1401079 + * power: bq2415x_charger: Properly handle ENODEV from + power_supply_get_by_phandle + - LP: #1401079 + * power: bq2415x_charger: Fix memory leak on DTS parsing error + - LP: #1401079 + * power: charger-manager: Fix accessing invalidated power supply after + fuel gauge unbind + - LP: #1401079 + * power: charger-manager: Fix accessing invalidated power supply after + charger unbind + - LP: #1401079 + * mac80211: use secondary channel offset IE also beacons during CSA + - LP: #1401079 + * mac80211: schedule the actual switch of the station before CSA count 0 + - LP: #1401079 + * mac80211: properly flush delayed scan work on interface removal + - LP: #1401079 + * audit: AUDIT_FEATURE_CHANGE message format missing delimiting space + - LP: #1401079 + * block: Fix computation of merged request priority + - LP: #1401079 + * x86, microcode, AMD: Fix early ucode loading on 32-bit + - LP: #1401079 + * x86, kaslr: Prevent .bss from overlaping initrd + - LP: #1401079 + * ARM: mvebu: armada xp: Generalize use of i2c quirk + - LP: #1401079 + * mac80211: fix use-after-free in defragmentation + - LP: #1401079 + * iwlwifi: fix RFkill while calibrating + - LP: #1401079 + * tun: Fix csum_start with VLAN acceleration + - LP: #1401079 + * macvtap: Fix csum_start when VLAN tags are present + - LP: #1401079 + * dm thin: grab a virtual cell before looking up the mapping + - LP: #1401079 + * KVM: x86: Fix uninitialized op->type for some immediate values + - LP: #1401079 + * crypto: caam - fix missing dma unmap on error path + - LP: #1401079 + * hwrng: pseries - port to new read API and fix stack corruption + - LP: #1401079 + * drm/i915: Disable caches for Global GTT. + - LP: #1401079 + * Input: synaptics - add min/max quirk for Lenovo T440s + - LP: #1401079 + * drm/radeon: set correct CE ram size for CIK + - LP: #1401079 + * drm/radeon: make sure mode init is complete in bandwidth_update + - LP: #1401079 + * drm/radeon: use gart for DMA IB tests + - LP: #1401079 + * drm/radeon: add missing crtc unlock when setting up the MC + - LP: #1401079 + * cpufreq: Avoid crash in resume on SMP without OPP + - LP: #1401079 + * Input: alps - ignore potential bare packets when device is out of sync + - LP: #1401079 + * Input: alps - allow up to 2 invalid packets without resetting device + - LP: #1401079 + * x86, microcode, AMD: Fix ucode patch stashing on 32-bit + - LP: #1401079 + * scsi: only re-lock door after EH on devices that were reset + - LP: #1401079 + * mfd: twl4030-power: Fix poweroff with PM configuration enabled + - LP: #1401079 + * dm btree: fix a recursion depth bug in btree walking code + - LP: #1401079 + * parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop + syscalls + - LP: #1401079 + * tracing: Do not busy wait in buffer splice + - LP: #1401079 + * param: fix crash on bad kernel arguments + - LP: #1401079 + * ALSA: usb-audio: Fix memory leak in FTU quirk + - LP: #1401079 + * audit: keep inode pinned + - LP: #1401079 + * drm/radeon: add locking around atombios scratch space usage + - LP: #1401079 + * nfs: fix pnfs direct write memory leak + - LP: #1401079 + * nfs: Fix use of uninitialized variable in nfs_getattr() + - LP: #1401079 + * NFSv4: Ensure that we remove NFSv4.0 delegations when state has expired + - LP: #1401079 + * NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust + NFS_DELEGATED_STATE + - LP: #1401079 + * NFSv4: Fix races between nfs_remove_bad_delegation() and delegation + return + - LP: #1401079 + * NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are + revoked + - LP: #1401079 + * NFS: Don't try to reclaim delegation open state if recovery failed + - LP: #1401079 + * ALSA: hda - Add mute LED control for Lenovo Ideapad Z560 + - LP: #1401079 + * arm64: efi: Fix stub cache maintenance + - LP: #1401079 + * arm64: __clear_user: handle exceptions on strb + - LP: #1401079 + * Correct the race condition in aarch64_insn_patch_text_sync() + - LP: #1401079 + * Fix thinko in iov_iter_single_seg_count + - LP: #1401079 + * libceph: do not crash on large auth tickets + - LP: #1401079 + * ARM: 8191/1: decompressor: ensure I-side picks up relocated code + - LP: #1401079 + * ARM: 8198/1: make kuser helpers depend on MMU + - LP: #1401079 + * zram: avoid kunmap_atomic() of a NULL pointer + - LP: #1401079 + * mem-hotplug: reset node managed pages when hot-adding a new pgdat + - LP: #1401079 + * mem-hotplug: reset node present pages when hot-adding a new pgdat + - LP: #1401079 + * Input: alps - ignore bad data on Dell Latitudes E6440 and E7440 + - LP: #1401079 + * firewire: cdev: prevent kernel stack leaking into ioctl arguments + - LP: #1401079 + * md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZEN + - LP: #1401079 + * ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function. + - LP: #1401079 + * vti6: Use vti6_dev_init as the ndo_init function. + - LP: #1401079 + * sit: Use ipip6_tunnel_init as the ndo_init function. + - LP: #1401079 + * gre6: Move the setting of dev->iflink into the ndo_init functions. + - LP: #1401079 + * net: mv643xx_eth: reclaim TX skbs only when released by the HW + - LP: #1401079 + * vxlan: Do not reuse sockets for a different address family + - LP: #1401079 + * net: sctp: fix NULL pointer dereference in af->from_addr_param on + malformed packet + - LP: #1401079 + * net: sctp: fix memory leak in auth key management + - LP: #1401079 + * ipv6: fix IPV6_PKTINFO with v4 mapped + - LP: #1401079 + * netlink: Properly unbind in error conditions. + - LP: #1401079 + * smsc911x: power-up phydev before doing a software reset. + - LP: #1401079 + * sunvdc: add cdrom and v1.1 protocol support + - LP: #1401079 + * sunvdc: compute vdisk geometry from capacity + - LP: #1401079 + * sunvdc: limit each sg segment to a page + - LP: #1401079 + * vio: fix reuse of vio_dring slot + - LP: #1401079 + * sunvdc: don't call VD_OP_GET_VTOC + - LP: #1401079 + * sparc64: Fix crashes in schizo_pcierr_intr_other(). + - LP: #1401079 + * sparc64: Do irq_{enter,exit}() around generic_smp_call_function*(). + - LP: #1401079 + * sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locks + - LP: #1401079 + * drm/radeon: initialize sadb to NULL in the audio code + - LP: #1401079 + * KVM: x86: Don't report guest userspace emulation error to userspace + - LP: #1401079 + * quirk for Lenovo Yoga 3: no rfkill switch + - LP: #1401079 + * em28xx-v4l: give back all active video buffers to the vb2 core properly + on streaming stop + - LP: #1401079 + * mmc: sdhci-pci: SDIO host controller support for Intel Quark X1000 + - LP: #1401079 + * perf: Handle compat ioctl + - LP: #1401079 + * crypto: caam - remove duplicated sg copy functions + - LP: #1401079 + * audit: correct AUDIT_GET_FEATURE return message type + - LP: #1401079 + * mac80211_hwsim: release driver when ieee80211_register_hw fails + - LP: #1401079 + * pinctrl: dra: dt-bindings: Fix output pull up/down + - LP: #1401079 + * memory-hotplug: Remove "weak" from memory_block_size_bytes() + declaration + - LP: #1401079 + * vmcore: Remove "weak" from function declarations + - LP: #1401079 + * kgdb: Remove "weak" from kgdb_arch_pc() declaration + - LP: #1401079 + * clocksource: Remove "weak" from clocksource_default_clock() declaration + - LP: #1401079 + * IB/core: Clear AH attr variable to prevent garbage data + - LP: #1401079 + * netfilter: xt_bpf: add mising opaque struct sk_filter definition + - LP: #1401079 + * rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreads + - LP: #1401079 + * x86, x32, audit: Fix x32's AUDIT_ARCH wrt audit + - LP: #1401079 + * ARM: dts: am335x-evm: Fix 5th NAND partition's name + - LP: #1401079 + * ipc: always handle a new value of auto_msgmni + - LP: #1401079 + * dell-wmi: Fix access out of memory + - LP: #1401079 + * Linux 3.16.7-ckt2 + - LP: #1401079 + * drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that + may result in I/O freeze + - LP: #1400289 + * sched/x86: Fix up typo in topology detection + - LP: #1386473 + * arm64: optimized copy_to_user and copy_from_user assembly code + - LP: #1400349 + * net:socket: set msg_namelen to 0 if msg_name is passed as NULL in + msghdr struct from userland. + - LP: #1335478 + * powerpc/vphn: NUMA node code expects big-endian + - LP: #1401150 + + -- Kamal Mostafa Mon, 15 Dec 2014 12:34:16 -0800 + +linux (3.16.0-28.38) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1401966 + + [ Upstream Kernel Changes ] + + * net: skb_fclone_busy() needs to detect orphaned skb + - LP: #1401079 + + -- Brad Figg Fri, 12 Dec 2014 08:35:42 -0800 + +linux (3.16.0-28.37) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1400382 + + [ Upstream Kernel Changes ] + + * x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C + - LP: #1398795 + - CVE-2014-9090 + * x86_64, traps: Rework bad_iret + - LP: #1398795 + - CVE-2014-9090 + * x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit + - LP: #1400314 + - CVE-2014-8134 + + -- Luis Henriques Mon, 08 Dec 2014 16:18:29 +0000 + +linux (3.16.0-27.36) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1399630 + + [ Upstream Kernel Changes ] + + * x86_64, traps: Stop using IST for #SS + - LP: #1398795 + - CVE-2014-9090 + + -- Luis Henriques Fri, 05 Dec 2014 11:59:40 +0000 + +linux (3.16.0-26.35) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1398118 + + [ Upstream Kernel Changes ] + + * Revert "drm/nouveau: punt fbcon resume out to a workqueue" + * Revert "drm/nouveau/kms: take more care when pulling down accelerated + fbcon" + + -- Brad Figg Mon, 01 Dec 2014 10:21:56 -0800 + +linux (3.16.0-26.34) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1395892 + + [ Chris J Arges ] + + * [Config] CONFIG_SCOM_DEBUGFS=y for powerpc/powerpc64-smp ppc64el/generic + - LP: #1395855 + + [ Tim Gardner ] + + * [Config] CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY=1 for powerpc/ppc64el + - LP: #1392021 + + [ Upstream Kernel Changes ] + + * Revert "usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in + prepare/complete" + - LP: #1393401 + * Revert "iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rate" + - LP: #1393401 + * Revert "block: all blk-mq requests are tagged" + - LP: #1393401 + * ACPI / blacklist: add Win8 OSI quirks for some Dell laptop models + - LP: #1339456 + * PCI: Remove "no hotplug settings from platform" warning + - LP: #1390182 + * drm/nouveau/kms: take more care when pulling down accelerated fbcon + - LP: #1386695 + * drm/nouveau: punt fbcon resume out to a workqueue + - LP: #1386695 + * drm/tilcdc: Fix the error path in tilcdc_load() + - LP: #1393401 + * builddeb: put the dbg files into the correct directory + - LP: #1393401 + * switch iov_iter_get_pages() to passing maximal number of pages + - LP: #1393401 + * fuse: honour max_read and max_write in direct_io mode + - LP: #1393401 + * usb: phy: return -ENODEV on failure of try_module_get + - LP: #1393401 + * PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIME + - LP: #1393401 + * rt2x00: support Ralink 5362. + - LP: #1393401 + * wireless: rt2x00: add new rt2800usb devices + - LP: #1393401 + * NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes + - LP: #1393401 + * nfs: fix duplicate proc entries + - LP: #1393401 + * ext4: check EA value offset when loading + - LP: #1393401 + * jbd2: free bh when descriptor block checksum fails + - LP: #1393401 + * ext4: don't check quota format when there are no quota files + - LP: #1393401 + * target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSE + - LP: #1393401 + * vfs: fix data corruption when blocksize < pagesize for mmaped data + - LP: #1393401 + * ext4: fix mmap data corruption when blocksize < pagesize + - LP: #1393401 + * ext4: grab missed write_count for EXT4_IOC_SWAP_BOOT + - LP: #1393401 + * qla_target: don't delete changed nacls + - LP: #1393401 + * target: Fix APTPL metadata handling for dynamic MappedLUNs + - LP: #1393401 + * iser-target: Disable TX completion interrupt coalescing + - LP: #1393401 + * ext4: don't orphan or truncate the boot loader inode + - LP: #1393401 + * ext4: add ext4_iget_normal() which is to be used for dir tree lookups + - LP: #1393401 + * ext4: fix reservation overflow in ext4_da_write_begin + - LP: #1393401 + * ext4: Replace open coded mdata csum feature to helper function + - LP: #1393401 + * ext4: move error report out of atomic context in + ext4_init_block_bitmap() + - LP: #1393401 + * ARC: [nsimosci] Allow "headless" models to boot + - LP: #1393401 + * ARC: Update order of registers in KGDB to match GDB 7.5 + - LP: #1393401 + * ARC: unbork FPU save/restore + - LP: #1393401 + * ext4: check s_chksum_driver when looking for bg csum presence + - LP: #1393401 + * drm/radeon: fix speaker allocation setup + - LP: #1393401 + * drm/radeon: use gart memory for DMA ring tests + - LP: #1393401 + * random: add and use memzero_explicit() for clearing data + - LP: #1393401 + * MIPS: cp1emu: Fix ISA restrictions for cop1x_op instructions + - LP: #1393401 + * freezer: Do not freeze tasks killed by OOM killer + - LP: #1393401 + * OOM, PM: OOM killed task shouldn't escape PM suspend + - LP: #1393401 + * qxl: don't create too large primary surface + - LP: #1393401 + * MIPS: loongson2_cpufreq: Fix CPU clock rate setting mismerge + - LP: #1393401 + * MIPS: tlbex: Properly fix HUGE TLB Refill exception handler + - LP: #1393401 + * drm/cirrus: bind also to qemu-xen-traditional + - LP: #1393401 + * cpufreq: intel_pstate: Fix setting max_perf_pct in performance policy + - LP: #1393401 + * cpufreq: expose scaling_cur_freq sysfs file for set_policy() drivers + - LP: #1393401 + * cpufreq: intel_pstate: Reflect current no_turbo state correctly + - LP: #1393401 + * intel_pstate: Don't lose sysfs settings during cpu offline + - LP: #1393401 + * intel_pstate: Fix BYT frequency reporting + - LP: #1393401 + * intel_pstate: Correct BYT VID values. + - LP: #1393401 + * MIPS: ftrace: Fix a microMIPS build problem + - LP: #1393401 + * kvm: x86: don't kill guest on unknown exit reason + - LP: #1393401 + * kvm: fix excessive pages un-pinning in kvm_iommu_map error path. + - LP: #1393401 + * KVM: x86: Fix far-jump to non-canonical check + - LP: #1393401 + * init/Kconfig: Hide printk log config if CONFIG_PRINTK=n + - LP: #1393401 + * be careful with nd->inode in path_init() and follow_dotdot_rcu() + - LP: #1393401 + * can: flexcan: mark TX mailbox as TX_INACTIVE + - LP: #1393401 + * can: flexcan: correctly initialize mailboxes + - LP: #1393401 + * can: flexcan: implement workaround for errata ERR005829 + - LP: #1393401 + * can: flexcan: put TX mailbox into TX_INACTIVE mode after tx-complete + - LP: #1393401 + * can: at91_can: add missing prepare and unprepare of the clock + - LP: #1393401 + * virtio-rng: fix stuck of hot-unplugging busy device + - LP: #1393401 + * virtio-rng: skip reading when we start to remove the device + - LP: #1393401 + * pstore: Fix duplicate {console,ftrace}-efi entries + - LP: #1393401 + * x86: bpf_jit: fix two bugs in eBPF JIT compiler + - LP: #1393401 + * ipv4: fix nexthop attlen check in fib_nh_match + - LP: #1393401 + * vxlan: fix a use after free in vxlan_encap_bypass + - LP: #1393401 + * vxlan: using pskb_may_pull as early as possible + - LP: #1393401 + * vxlan: fix a free after use + - LP: #1393401 + * ipv4: dst_entry leak in ip_send_unicast_reply() + - LP: #1393401 + * ipv4: fix a potential use after free in ip_tunnel_core.c + - LP: #1393401 + * ax88179_178a: fix bonding failure + - LP: #1393401 + * net: tso: fix unaligned access to crafted TCP header in helper API + - LP: #1393401 + * hyperv: Fix the total_data_buflen in send path + - LP: #1393401 + * tcp: md5: do not use alloc_percpu() + - LP: #1393401 + * macvlan: fix a race on port dismantle and possible skb leaks + - LP: #1393401 + * ipv4: Do not cache routing failures due to disabled forwarding. + - LP: #1393401 + * net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for + VXLAN + - LP: #1393401 + * gre: Use inner mac length when computing tunnel length + - LP: #1393401 + * drivers/net: macvtap and tun depend on INET + - LP: #1393401 + * net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks + - LP: #1393401 + * net: sctp: fix panic on duplicate ASCONF chunks + - LP: #1393401 + * net: sctp: fix remote memory pressure from excessive queueing + - LP: #1393401 + * staging:iio:ad5933: Fix NULL pointer deref when enabling buffer + - LP: #1393401 + * staging:iio:ad5933: Drop "raw" from channel names + - LP: #1393401 + * iio: st_sensors: Fix buffer copy + - LP: #1393401 + * iio: adc: mxs-lradc: Disable the clock on probe failure + - LP: #1393401 + * spi: pl022: Fix incorrect dma_unmap_sg + - LP: #1393401 + * mac80211: fix typo in starting baserate for rts_cts_rate_idx + - LP: #1393401 + * ASoC: Intel: HSW/BDW only support S16 and S24 formats. + - LP: #1393401 + * staging: comedi: (regression) channel list must be set for COMEDI_CMD + ioctl + - LP: #1393401 + * usb: dwc3: gadget: fix set_halt() bug with pending transfers + - LP: #1393401 + * usb: gadget: function: acm: make f_acm pass USB20CV Chapter9 + - LP: #1393401 + * nfsd4: fix response size estimation for OP_SEQUENCE + - LP: #1393401 + * mtd: move support for struct flash_platform_data into m25p80 + - LP: #1393401 + * mtd: m25p80: get rid of spi_get_device_id + - LP: #1393401 + * mtd: spi-nor: make spi_nor_scan() take a chip type name, not + spi_device_id + - LP: #1393401 + * mtd: m25p80,spi-nor: Fix module aliases for m25p80 + - LP: #1393401 + * ext3: Don't check quota format when there are no quota files + - LP: #1393401 + * quota: Properly return errors from dquot_writeback_dquots() + - LP: #1393401 + * USB: serial: cp210x: add Silicon Labs 358x VID and PID + - LP: #1393401 + * usb: serial: ftdi_sio: add Awinda Station and Dongle products + - LP: #1393401 + * usb: option: add support for Telit LE910 + - LP: #1393401 + * USB: option: add Haier CE81B CDMA modem + - LP: #1393401 + * ASoC: adau1761: Fix input PGA volume + - LP: #1393401 + * x86, apic: Handle a bad TSC more gracefully + - LP: #1393401 + * i3200_edac: Report CE events properly + - LP: #1393401 + * i82860_edac: Report CE events properly + - LP: #1393401 + * cpc925_edac: Report UE events properly + - LP: #1393401 + * e7xxx_edac: Report CE events properly + - LP: #1393401 + * scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND + - LP: #1393401 + * usb: serial: ftdi_sio: add "bricked" FTDI device PID + - LP: #1393401 + * usb: musb: cppi41: restart hrtimer only if not yet done + - LP: #1393401 + * usb: gadget: f_fs: remove redundant ffs_data_get() + - LP: #1393401 + * usb: ffs: fix regression when quirk_ep_out_aligned_size flag is set + - LP: #1393401 + * usb: musb: dsps: start OTG timer on resume again + - LP: #1393401 + * usb: gadget: udc: core: fix kernel oops with soft-connect + - LP: #1393401 + * nfsd4: fix crash on unknown operation number + - LP: #1393401 + * iwlwifi: configure the LTR + - LP: #1393401 + * iwlwifi: dvm: drop non VO frames when flushing + - LP: #1393401 + * usb: dwc3: gadget: Properly initialize LINK TRB + - LP: #1393401 + * Input: i8042 - quirks for Fujitsu Lifebook A544 and Lifebook AH544 + - LP: #1393401 + * posix-timers: Fix stack info leak in timer_create() + - LP: #1393401 + * futex: Fix a race condition between REQUEUE_PI and task death + - LP: #1393401 + * usb: chipidea: Fix oops when removing the ci_hdrc module + - LP: #1393401 + * drm/i915: Do a dummy DPCD read before the actual read + - LP: #1393401 + * ALSA: bebob: Uninitialized id returned by saffirepro_both_clk_src_get + - LP: #1393401 + * PM / Sleep: fix async suspend_late/freeze_late error handling + - LP: #1393401 + * PM / Sleep: fix recovery during resuming from hibernation + - LP: #1393401 + * ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat + mode + - LP: #1393401 + * ima: check xattr value length and type in the ima_inode_setxattr() + - LP: #1393401 + * evm: check xattr value length and type in evm_inode_setxattr() + - LP: #1393401 + * drm/radeon/dpm: disable ulv support on SI + - LP: #1393401 + * drm/radeon: Use drm_malloc_ab instead of kmalloc_array + - LP: #1393401 + * drm/radeon: add bapm module parameter + - LP: #1393401 + * drm/radeon: dpm fixes for asrock systems + - LP: #1393401 + * drm/radeon: remove invalid pci id + - LP: #1393401 + * zap_pte_range: update addr when forcing flush after TLB batching faiure + - LP: #1393401 + * staging: comedi: fix memory leak / bad pointer freeing for chanlist + - LP: #1393401 + * drm/i915: Ignore VBT backlight check on Macbook 2, 1 + - LP: #1393401 + * x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE + - LP: #1393401 + * ACPI / EC: Fix regression due to conflicting firmware behavior between + Samsung and Acer. + - LP: #1393401 + * cgroup/kmemleak: add kmemleak_free() for cgroup deallocations. + - LP: #1393401 + * mm: free compound page with correct order + - LP: #1393401 + * mm, thp: fix collapsing of hugepages on madvise + - LP: #1393401 + * lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}() + - LP: #1393401 + * sh: fix sh770x SCIF memory regions + - LP: #1393401 + * mtd: cfi_cmdset_0001.c: fix resume for LH28F640BF chips + - LP: #1393401 + * ext4: fix overflow when updating superblock backups after resize + - LP: #1393401 + * ext4: fix oops when loading block bitmap failed + - LP: #1393401 + * ext4: enable journal checksum when metadata checksum feature enabled + - LP: #1393401 + * ext4: prevent bugon on race between write/fcntl + - LP: #1393401 + * ext4: convert do_split() to use the ERR_PTR convention + - LP: #1393401 + * ext4: bail out from make_indexed_dir() on first error + - LP: #1393401 + * PCI: Rename sysfs 'enabled' file back to 'enable' + - LP: #1393401 + * wireless: rt2x00: add new rt2800usb device + - LP: #1393401 + * fs: allow open(dir, O_TMPFILE|..., 0) with mode 0 + - LP: #1393401 + * tracing/syscalls: Ignore numbers outside NR_syscalls' range + - LP: #1393401 + * x86_64, entry: Filter RFLAGS.NT on entry from userspace + - LP: #1393401 + * x86_64, entry: Fix out of bounds read on sysenter + - LP: #1393401 + * mnt: Prevent pivot_root from creating a loop in the mount tree + - LP: #1393401 + * mm: Remove false WARN_ON from pagecache_isize_extended() + - LP: #1393401 + * nfs: fix kernel warning when removing proc entry + - LP: #1393401 + * Linux 3.16.7-ckt1 + - LP: #1393401 + * MAINTAINERS: Update APM X-Gene section + - LP: #1381084 + * Documentation: dts: Update section header for APM X-Gene + - LP: #1381084 + * dtb: Add 10GbE node to APM X-Gene SoC device tree + - LP: #1381084 + * drivers: net: xgene: Preparing for adding 10GbE support + - LP: #1381084 + * drivers: net: xgene: Add 10GbE support + - LP: #1381084 + * drivers: net: xgene: Add 10GbE ethtool support + - LP: #1381084 + * dtb: Add SGMII based 1GbE node to APM X-Gene SoC device tree + - LP: #1381216 + * drivers: net: xgene: Preparing for adding SGMII based 1GbE + - LP: #1381216 + * drivers: net: xgene: Add SGMII based 1GbE support + - LP: #1381216 + * drivers: net: xgene: Add SGMII based 1GbE ethtool support + - LP: #1381216 + * drivers: net: xgene: Rewrite buggy loop in xgene_enet_ecc_init() + - LP: #1381216 + * dtb: xgene: fix: Backward compatibility with older firmware + - LP: #1381084, #1381216 + * drivers: net: xgene: Backward compatibility with older firmware + - LP: #1381084, #1381216 + * drivers: net: xgene: fix: Use separate resources + - LP: #1381216 + * ipr: don't log error messages when applications issues illegal requests + - LP: #1392152 + * ipr: fix compile failure + - LP: #1392152 + * powerpc/powernv: Check OPAL dump calls exist before using + - LP: #1391953 + * powerpc/powernv: Check OPAL elog calls exist before using + - LP: #1391953 + * powerpc/powernv: Check OPAL RTC calls exists before using + - LP: #1391953 + * powerpc/powernv: Add OPAL check token call + - LP: #1391953 + * powerpc/powernv: Improve error messages in dump code + - LP: #1391953 + * arch/powerpc/platforms/powernv/opal-dump.c: fix world-writable sysfs + files + - LP: #1391953 + * arch/powerpc/platforms/powernv/opal-elog.c: fix world-writable sysfs + files + - LP: #1391953 + * pseries: Fix endian issues in cpu hot-removal + - LP: #1391953 + * pseries: Fix endian issues in onlining cpu threads + - LP: #1391953 + * powerpc/pseries: Fix endian issues in memory hotplug + - LP: #1391953 + * powerpc/pseries/hvcserver: Fix endian issue in hvcs_get_partner_info + - LP: #1391953 + * powerpc/pseries: Make CPU hotplug path endian safe + - LP: #1391953 + * powerpc/fadump: Fix endianess issues in firmware assisted dump handling + - LP: #1391953 + * GenWQE: Add sysfs interface for bitstream reload + - LP: #1392021 + * GenWQE: Add support for EEH error recovery + - LP: #1392021 + * GenWQE: Improve hardware error recovery + - LP: #1392021 + * GenWQE: Increase driver version number + - LP: #1392021 + * misc/GenWQE: fix pci_enable_msi usage + - LP: #1392021 + * GenWQE: Remove unnecessary include + - LP: #1392021 + * misc: remove DEFINE_PCI_DEVICE_TABLE usage + - LP: #1392021 + * GenWQE: Check pci_get_totalvfs return code + - LP: #1392021 + * GenWQE: Remove sysfs entry for driver version + - LP: #1392021 + * GenWQE: Update author information + - LP: #1392021 + * GenWQE: Do not modify return code of genwqe_set_interrupt_capability + - LP: #1392021 + * GenWQE: Check return code of pci_sriov_enable + - LP: #1392021 + * GenWQE: Fix checkpatch complaints + - LP: #1392021 + * GenWQE: Fix problem when reading HSI and Retc + - LP: #1392021 + * GenWQE: Support blocking when DDCB queue is busy + - LP: #1392021 + * powerpc: Simplify do_sigbus + - LP: #1370425 + * powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handler + - LP: #1370425 + * powerpc: Fill in si_addr_lsb siginfo field + - LP: #1370425 + + -- Tim Gardner Wed, 05 Nov 2014 11:23:22 -0500 + +linux (3.16.0-25.33) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1389170 + + [ dann frazier ] + + * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64 + - LP: #1388952 + + [ Duc Dang ] + + * SAUCE: (no-up) [PCIE] APM X-Gene: Remove debug messages in MSI + interrupt handler path. + - LP: #1382244 + * SAUCE: (no-up) PCI: X-Gene: Fix max payload size and phantom function + configuration + - LP: #1386261 + + [ Tim Gardner ] + + * Revert "SAUCE: (no-up) PCI: Increase BAR size quirk for IBM ipr SAS + Crocodile adapters" + - LP: #1387813 + * [Config] CONFIG_SOUND_OSS_CORE_PRECLAIM=n + - LP: #1385510 + * [Debian] install usbipd + - LP: #898003 + * [Debian] Fix linux-doc dangling symlinks + - LP: #661306 + + [ Upstream Kernel Changes ] + + * Revert "macvlan: simplify the structure port" + - LP: #1381490 + * Revert "net/macb: add pinctrl consumer support" + - LP: #1381490 + * Revert "lzo: properly check for overruns" + - LP: #1387813 + * Revert "ath9k_hw: reduce ANI firstep range for older chips" + - LP: #1387813 + * ASoC: ssm2602: do not hardcode type to SSM2602 + - LP: #1379785 + * ASoC: core: fix possible ZERO_SIZE_PTR pointer dereferencing error. + - LP: #1379785 + * perf: fix perf bug in fork() + - LP: #1379785 + * mm: memcontrol: do not iterate uninitialized memcgs + - LP: #1379785 + * mm: migrate: Close race between migration completion and mprotect + - LP: #1379785 + * i2c: qup: Fix order of runtime pm initialization + - LP: #1379785 + * i2c: rk3x: fix 0 length write transfers + - LP: #1379785 + * ACPI / i915: Update the condition to ignore firmware backlight change + request + - LP: #1379785 + * cpufreq: integrator: fix integrator_cpufreq_remove return type + - LP: #1379785 + * cpufreq: pcc-cpufreq: Fix wait_event() under spinlock + - LP: #1379785 + * md/raid5: disable 'DISCARD' by default due to safety concerns. + - LP: #1379785 + * drm/i915: Flush the PTEs after updating them before suspend + - LP: #1379785 + * Fix problem recognizing symlinks + - LP: #1379785 + * init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menu + - LP: #1379785 + * ring-buffer: Fix infinite spin in reading buffer + - LP: #1379785 + * uas: Only complain about missing sg if all other checks succeed + - LP: #1379785 + * uas: Log a warning when we cannot use uas because the hcd lacks streams + - LP: #1379785 + * uas: Disable uas on ASM1051 devices + - LP: #1379785 + * uas: Add missing le16_to_cpu calls to asm1051 / asm1053 usb-id check + - LP: #1379785 + * x86, ia64: Move EFI_FB vga_default_device() initialization to + pci_vga_fixup() + - LP: #1379785 + * vgaarb: Don't default exclusively to first video device with mem+io + - LP: #1379785 + * mm, thp: move invariant bug check out of loop in __split_huge_page_map + - LP: #1379785 + * mm: numa: Do not mark PTEs pte_numa when splitting huge pages + - LP: #1379785 + * media: vb2: fix VBI/poll regression + - LP: #1379785 + * jiffies: Fix timeval conversion to jiffies + - LP: #1379785 + * Linux 3.16.5 + - LP: #1379785 + * netlink: reset network header before passing to taps + - LP: #1381490 + * rtnetlink: fix VF info size + - LP: #1381490 + * net: Always untag vlan-tagged traffic on input. + - LP: #1381490 + * myri10ge: check for DMA mapping errors + - LP: #1381490 + * tcp: don't use timestamp from repaired skb-s to calculate RTT (v2) + - LP: #1381490 + * sit: Fix ipip6_tunnel_lookup device matching criteria + - LP: #1381490 + * tcp: fix tcp_release_cb() to dispatch via address family for + mtu_reduced() + - LP: #1381490 + * tcp: fix ssthresh and undo for consecutive short FRTO episodes + - LP: #1381490 + * net: phy: smsc: move smsc_phy_config_init reset part in a soft_reset + function + - LP: #1381490 + * tipc: fix message importance range check + - LP: #1381490 + * packet: handle too big packets for PACKET_V3 + - LP: #1381490 + * bnx2x: Revert UNDI flushing mechanism + - LP: #1381490 + * net: ipv6: fib: don't sleep inside atomic lock + - LP: #1381490 + * openvswitch: fix panic with multiple vlan headers + - LP: #1381490 + * vxlan: fix incorrect initializer in union vxlan_addr + - LP: #1381490 + * net: fix checksum features handling in netif_skb_features() + - LP: #1381490 + * ipv6: fix rtnl locking in setsockopt for anycast and multicast + - LP: #1381490 + * l2tp: fix race while getting PMTU on PPP pseudo-wire + - LP: #1381490 + * ipv6: restore the behavior of ipv6_sock_ac_drop() + - LP: #1381490 + * bonding: fix div by zero while enslaving and transmitting + - LP: #1381490 + * net: filter: fix possible use after free + - LP: #1381490 + * bridge: Check if vlan filtering is enabled only once. + - LP: #1381490 + * bridge: Fix br_should_learn to check vlan_enabled + - LP: #1381490 + * net: allow macvlans to move to net namespace + - LP: #1381490 + * macvlan: allow to enqueue broadcast pkt on virtual device + - LP: #1381490 + * tg3: Work around HW/FW limitations with vlan encapsulated frames + - LP: #1381490 + * tg3: Allow for recieve of full-size 8021AD frames + - LP: #1381490 + * xfrm: Generate blackhole routes only from route lookup functions + - LP: #1381490 + * xfrm: Generate queueing routes only from route lookup functions + - LP: #1381490 + * ip_tunnel: Don't allow to add the same tunnel multiple times. + - LP: #1381490 + * macvtap: Fix race between device delete and open. + - LP: #1381490 + * net/mlx4_core: Allow not to specify probe_vf in SRIOV IB mode + - LP: #1381490 + * net/mlx4: Correctly configure single ported VFs from the host + - LP: #1381490 + * gro: fix aggregation for skb using frag_list + - LP: #1381490 + * ipv6: remove rt6i_genid + - LP: #1381490 + * hyperv: Fix a bug in netvsc_start_xmit() + - LP: #1381490 + * ip6_gre: fix flowi6_proto value in xmit path + - LP: #1381490 + * net: systemport: fix bcm_sysport_insert_tsb() + - LP: #1381490 + * team: avoid race condition in scheduling delayed work + - LP: #1381490 + * hyperv: Fix a bug in netvsc_send() + - LP: #1381490 + * sctp: handle association restarts when the socket is closed. + - LP: #1381490 + * net_sched: copy exts->type in tcf_exts_change() + - LP: #1381490 + * uas: Add a quirk for rejecting ATA_12 and ATA_16 commands + - LP: #1381490 + * uas: Add no-report-opcodes quirk + - LP: #1381490 + * uas: Add US_FL_NO_ATA_1X quirk for Seagate (0bc2:ab20) drives + - LP: #1381490 + * uas: Add another ASM1051 usb-id to the uas blacklist + - LP: #1381490 + * USB: Add device quirk for ASUS T100 Base Station keyboard + - LP: #1381490 + * USB: serial: cp210x: added Ketra N1 wireless interface support + - LP: #1381490 + * USB: cp210x: add support for Seluxit USB dongle + - LP: #1381490 + * usb: musb: dsps: kill OTG timer on suspend + - LP: #1381490 + * crypto: caam - fix addressing of struct member + - LP: #1381490 + * driver/base/node: remove unnecessary kfree of node struct from + unregister_one_node + - LP: #1381490 + * serial: 8250: Add Quark X1000 to 8250_pci.c + - LP: #1381490 + * Linux 3.16.6 + - LP: #1381490 + * fs: Add a missing permission check to do_umount + - LP: #1383358 + - CVE-2014-7975 + * deb-pkg: Add support for powerpc little endian + - LP: #1383884 + * xen/balloon: Don't continue ballooning when BP_ECANCELED is encountered + - LP: #1304001 + * cxl: Disable secondary hash in segment table + - LP: #1387523 + * cxl: Refactor cxl_load_segment() and find_free_sste() + - LP: #1387523 + * powerpc/mm: Use appropriate ESID mask in copro_calculate_slb() + - LP: #1387523 + * cxl: Fix PSL error due to duplicate segment table entries + - LP: #1387523 + * btrfs: wake up transaction thread from SYNC_FS ioctl + - LP: #1387813 + * btrfs: Fix a deadlock in btrfs_dev_replace_finishing() + - LP: #1387813 + * Btrfs: add missing compression property remove in btrfs_ioctl_setflags + - LP: #1387813 + * Btrfs: fix up bounds checking in lseek + - LP: #1387813 + * Btrfs: don't do async reclaim during log replay + - LP: #1387813 + * Btrfs: try not to ENOSPC on log replay + - LP: #1387813 + * Btrfs: cleanup error handling in build_backref_tree + - LP: #1387813 + * Btrfs: fix build_backref_tree issue with multiple shared blocks + - LP: #1387813 + * Btrfs: fix race in WAIT_SYNC ioctl + - LP: #1387813 + * usb: pch_udc: usb gadget device support for Intel Quark X1000 + - LP: #1387813 + * pci_ids: Add support for Intel Quark ILB + - LP: #1387813 + * kvm: x86: fix stale mmio cache bug + - LP: #1387813 + * kvm: fix potentially corrupt mmio cache + - LP: #1387813 + * KVM: do not bias the generation number in kvm_current_mmio_generation + - LP: #1387813 + * KVM: s390: unintended fallthrough for external call + - LP: #1387813 + * kvm: don't take vcpu mutex for obviously invalid vcpu ioctls + - LP: #1387813 + * x86,kvm,vmx: Preserve CR4 across VM entry + - LP: #1387813 + * x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 instead + - LP: #1387813 + * spi: dw-mid: respect 8 bit mode + - LP: #1387813 + * spi: dw-mid: check that DMA was inited before exit + - LP: #1387813 + * HID: rmi: check sanity of the incoming report + - LP: #1387813 + * mpc85xx_edac: Make L2 interrupt shared too + - LP: #1387813 + * regmap: debugfs: fix possbile NULL pointer dereference + - LP: #1387813 + * regmap: fix NULL pointer dereference in _regmap_write/read + - LP: #1387813 + * regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error. + - LP: #1387813 + * be2iscsi: check ip buffer before copying + - LP: #1387813 + * regulator: ltc3589: fix broken voltage transitions + - LP: #1387813 + * qla2xxx: fix kernel NULL pointer access + - LP: #1387813 + * qla2xxx: Use correct offset to req-q-out for reserve calculation + - LP: #1387813 + * qla2xxx: Fix shost use-after-free on device removal + - LP: #1387813 + * dmaengine: fix xor sources continuation + - LP: #1387813 + * firmware_class: make sure fw requests contain a name + - LP: #1387813 + * arm64: debug: don't re-enable debug exceptions on return from el1_dbg + - LP: #1387813 + * Drivers: hv: util: Properly pack the data for file copy functionality + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup vmbus_post_msg() + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl() + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup vmbus_close_internal() + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl() + - LP: #1387813 + * Drivers: hv: vmbus: Fix a bug in vmbus_open() + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup hv_post_message() + - LP: #1387813 + * mei: bus: fix possible boundaries violation + - LP: #1387813 + * m68k: Disable/restore interrupts in hwreg_present()/hwreg_write() + - LP: #1387813 + * Fixing lease renewal + - LP: #1387813 + * Documentation: lzo: document part of the encoding + - LP: #1387813 + * lzo: check for length overrun in variable length encoding. + - LP: #1387813 + * tty: omap-serial: fix division by zero + - LP: #1387813 + * NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM fails + - LP: #1387813 + * NFSv4: fix open/lock state recovery error handling + - LP: #1387813 + * NFSv4.1: Fix an NFSv4.1 state renewal regression + - LP: #1387813 + * nfsd4: reserve adequate space for LOCK op + - LP: #1387813 + * NFS: Fix an uninitialised pointer Oops in the writeback error path + - LP: #1387813 + * NFS: Fix a bogus warning in nfs_generic_pgio + - LP: #1387813 + * iwlwifi: mvm: disable BT Co-running by default + - LP: #1387813 + * iwlwifi: Add missing PCI IDs for the 7260 series + - LP: #1387813 + * spi: dw-mid: terminate ongoing transfers at exit + - LP: #1387813 + * PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr() + - LP: #1387813 + * PCI: Add missing MEM_64 mask in + pci_assign_unassigned_bridge_resources() + - LP: #1387813 + * PCI: Generate uppercase hex for modalias interface class + - LP: #1387813 + * rt2800: correct BBP1_TX_POWER_CTRL mask + - LP: #1387813 + * Bluetooth: Fix HCI H5 corrupted ack value + - LP: #1387813 + * Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTU + - LP: #1387813 + * Bluetooth: Fix issue with USB suspend in btusb driver + - LP: #1387813 + * Bluetooth: Fix setting correct security level when initiating SMP + - LP: #1387813 + * mm: clear __GFP_FS when PF_MEMALLOC_NOIO is set + - LP: #1387813 + * fanotify: enable close-on-exec on events' fd when requested in + fanotify_init() + - LP: #1387813 + * kernel: add support for gcc 5 + - LP: #1387813 + * rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEP + - LP: #1387813 + * futex: Ensure get_futex_key_refs() always implies a barrier + - LP: #1387813 + * powerpc/iommu/ddw: Fix endianness + - LP: #1387813 + * powerpc/eeh: Clear frozen device state in time + - LP: #1387813 + * ima: fix fallback to use new_sync_read() + - LP: #1387813 + * ima: provide flag to identify new empty files + - LP: #1387813 + * arm64: compat: fix compat types affecting struct compat_elf_prpsinfo + - LP: #1387813 + * ALSA: pcm: use the same dma mmap codepath both for arm and arm64 + - LP: #1387813 + * ALSA: bebob: Fix failure to detect source of clock for Terratec Phase + 88 + - LP: #1387813 + * ALSA: emu10k1: Fix deadlock in synth voice lookup + - LP: #1387813 + * ALSA: ALC283 codec - Avoid pop noise on headphones during + suspend/resume + - LP: #1387813 + * ALSA: usb-audio: Add support for Steinberg UR22 USB interface + - LP: #1387813 + * ALSA: hda - hdmi: Fix missing ELD change event on plug/unplug + - LP: #1387813 + * ALSA: hda - Fix inverted LED gpio setup for Lenovo Ideapad + - LP: #1387813 + * ALSA: hda - Add missing terminating entry to SND_HDA_PIN_QUIRK macro + - LP: #1387813 + * ARM: at91/dt: Fix typo regarding can0_clk + - LP: #1387813 + * ARM: at91: fix at91sam9263ek DT mmc pinmuxing settings + - LP: #1387813 + * ARM: at91/PMC: don't forget to write PMC_PCDR register to disable + clocks + - LP: #1387813 + * ARM: Kirkwood: Fix DT based DSA. + - LP: #1387813 + * ARM: mvebu: Netgear RN104: Use Hardware BCH ECC + - LP: #1387813 + * ARM: mvebu: Netgear RN2120: Use Hardware BCH ECC + - LP: #1387813 + * ARM: mvebu: Netgear RN102: Use Hardware BCH ECC + - LP: #1387813 + * ARM: dts: imx28-evk: Let i2c0 run at 100kHz + - LP: #1387813 + * ecryptfs: avoid to access NULL pointer when write metadata in xattr + - LP: #1387813 + * xfs: ensure WB_SYNC_ALL writeback handles partial pages correctly + - LP: #1387813 + * sparc64: Do not disable interrupts in nmi_cpu_busy() + - LP: #1387813 + * sparc64: Fix pcr_ops initialization and usage bugs. + - LP: #1387813 + * sparc32: dma_alloc_coherent must honour gfp flags + - LP: #1387813 + * sparc64: sun4v TLB error power off events + - LP: #1387813 + * sparc64: Fix corrupted thread fault code. + - LP: #1387813 + * sparc64: find_node adjustment + - LP: #1387813 + * sparc64: Move request_irq() from ldc_bind() to ldc_alloc() + - LP: #1387813 + * sparc: Let memset return the address argument + - LP: #1387813 + * sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAG + - LP: #1387813 + * sparc: bpf_jit: fix loads from negative offsets + - LP: #1387813 + * sparc64: Fix reversed start/end in flush_tlb_kernel_range() + - LP: #1387813 + * sparc64: Fix lockdep warnings on reboot on Ultra-5 + - LP: #1387813 + * sparc64: Fix FPU register corruption with AES crypto offload. + - LP: #1387813 + * sparc64: Do not define thread fpregs save area as zero-length array. + - LP: #1387813 + * sparc64: Fix hibernation code refrence to PAGE_OFFSET. + - LP: #1387813 + * sparc64: correctly recognise M6 and M7 cpu type + - LP: #1387813 + * sparc64: support M6 and M7 for building CPU distribution map + - LP: #1387813 + * sparc64: cpu hardware caps support for sparc M6 and M7 + - LP: #1387813 + * sparc64: T5 PMU + - LP: #1387813 + * sparc64: Switch to 4-level page tables. + - LP: #1387813 + * sparc64: Define VA hole at run time, rather than at compile time. + - LP: #1387813 + * sparc64: Adjust KTSB assembler to support larger physical addresses. + - LP: #1387813 + * sparc64: Fix physical memory management regressions with large + max_phys_bits. + - LP: #1387813 + * sparc64: Use kernel page tables for vmemmap. + - LP: #1387813 + * sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53. + - LP: #1387813 + * sparc64: Adjust vmalloc region size based upon available virtual + address bits. + - LP: #1387813 + * sparc64: sparse irq + - LP: #1387813 + * sparc64: Kill unnecessary tables and increase MAX_BANKS. + - LP: #1387813 + * sparc64: Increase size of boot string to 1024 bytes + - LP: #1387813 + * sparc64: Fix register corruption in top-most kernel stack frame during + boot. + - LP: #1387813 + * sparc64: Implement __get_user_pages_fast(). + - LP: #1387813 + * PCI: Increase IBM ipr SAS Crocodile BARs to at least system page size + - LP: #1387813 + * Linux 3.16.7 + - LP: #1387813 + * powerpc/perf/hv-24x7: Simplify catalog_read() + - LP: #1380432 + + -- Luis Henriques Tue, 04 Nov 2014 10:53:55 +0000 + +linux (3.16.0-24.32) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1386635 + + [ Upstream Kernel Changes ] + + * KVM: x86: Check non-canonical addresses upon WRMSR + - LP: #1384539 + - CVE-2014-3610 + * KVM: x86: Prevent host from panicking on shared MSR writes. + - LP: #1384539 + - CVE-2014-3610 + * KVM: x86: Improve thread safety in pit + - LP: #1384540 + - CVE-2014-3611 + * KVM: x86: Fix wrong masking on relative jump/call + - LP: #1384545 + - CVE-2014-3647 + * KVM: x86: Warn if guest virtual address space is not 48-bits + - LP: #1384545 + - CVE-2014-3647 + * KVM: x86: Emulator fixes for eip canonical checks on near branches + - LP: #1384545 + - CVE-2014-3647 + * KVM: x86: emulating descriptor load misses long-mode case + - LP: #1384545 + - CVE-2014-3647 + * KVM: x86: Handle errors when RIP is set during far jumps + - LP: #1384545 + - CVE-2014-3647 + * kvm: vmx: handle invvpid vm exit gracefully + - LP: #1384544 + - CVE-2014-3646 + + -- Luis Henriques Tue, 28 Oct 2014 10:40:55 +0000 + +linux (3.16.0-23.31) utopic; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1383784 + + [ Upstream Kernel Changes ] + + * Input: synaptics - gate forcepad support by DMI check + - LP: #1381815 + + -- Andy Whitcroft Tue, 21 Oct 2014 16:49:12 +0100 + +linux (3.16.0-23.30) utopic; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1381927 + * [Config] CONFIG_DRM_BOCHS=n + - LP: #1378648 + + [ Paolo Pisati ] + + * [Config] armhf: disable JUMP_LABEL + - LP: #1378856 + + -- Andy Whitcroft Thu, 16 Oct 2014 10:09:49 +0200 + +linux (3.16.0-22.29) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1379321 + + [ Andrew Morton ] + + * SAUCE: (no-up) mm-introduce-a-general-rcu-get_user_pages_fast-fix + - LP: #1309221 + * SAUCE: (no-up) arm64-mm-enable-rcu-fast_gup-checkpatch-fixes + - LP: #1309221 + + [ Andy Whitcroft ] + + * [Config] CONFIG_PATA_MACIO=y + - LP: #1378894 + * [Config] enable cloud tools on i386 + - LP: #1367399 + * SAUCE: scsi: hyper-v storsvc switch up to SPC-3 + - LP: #1354397 + * SAUCE: powerpc -- fix mm/slice.c switch include to linux/hugetlb.h + + [ dann frazier ] + + * [Config] CONFIG_HAVE_GENERIC_RCU_GUP=y + - LP: #1309221 + + [ Feng Kan ] + + * SAUCE: (no-up) power: reset: Add generic SYSCON register mapped reset + - LP: #1284433 + * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node + - LP: #1284433 + + [ Ian Munsie ] + + * SAUCE: (no-up) powerpc/cell: Move spu_handle_mm_fault() out of cell platform + * SAUCE: (no-up) powerpc/cell: Move data segment faulting code out of cell platform + * SAUCE: (no-up) powerpc/cell: Make spu_flush_all_slbs() generic + * SAUCE: (no-up) powerpc/msi: Improve IRQ bitmap allocator + * SAUCE: (no-up) powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psize + * SAUCE: (no-up) powerpc/powernv: Split out set MSI IRQ chip code + * SAUCE: (no-up) cxl: Add new header for call backs and structs + * SAUCE: (no-up) powerpc/powerpc: Add new PCIe functions for allocating cxl interrupts + * SAUCE: (no-up) powerpc/mm: Add new hash_page_mm() + * SAUCE: (no-up) powerpc/opal: Add PHB to cxl mode call + * SAUCE: (no-up) powerpc/mm: Add hooks for cxl + * SAUCE: (no-up) cxl: Add base builtin support + * SAUCE: (no-up) cxl: Driver code for powernv PCIe based cards for userspace access + * SAUCE: (no-up) cxl: Add userspace header file + * SAUCE: (no-up) cxl: Add driver to Kbuild and Makefiles + * SAUCE: (no-up) cxl: Add documentation for userspace APIs + * SAUCE: (no-up) cxl: Fix afu_read() not doing finish_wait() on signal or non-blocking + + [ John Johansen ] + + * SAUCE: Revert: fix: only allow a single threaded process to ... + - LP: #1371310 + + [ Steve Capper ] + + * SAUCE: (no-up) mm: introduce a general RCU get_user_pages_fast() + - LP: #1309221 + * SAUCE: (no-up) arm: mm: introduce special ptes for LPAE + - LP: #1309221 + * SAUCE: (no-up) arm: mm: enable HAVE_RCU_TABLE_FREE logic + - LP: #1309221 + * SAUCE: (no-up) arm: mm: enable RCU fast_gup + - LP: #1309221 + * SAUCE: (no-up) arm64: mm: enable HAVE_RCU_TABLE_FREE logic + - LP: #1309221 + * SAUCE: (no-up) arm64: mm: enable RCU fast_gup + - LP: #1309221 + + [ Tim Gardner ] + + * SAUCE: Added bnx2x/bnx2x-e1-7.8.19.0.fw + - LP: #1378491 + * [Config] CONFIG_CXL=m + * [Config] CONFIG_POWER_RESET_SYSCON=y for arm64 + * SAUCE: (no-up) Restrict CONFIG_POWER_RESET_SYSCON to arm64 only + + [ Upstream Kernel Changes ] + + * powerpc: implement vmemmap_list_free() + - LP: #1378413 + * powerpc: implement vmemmap_remove_mapping() for BOOK3S + - LP: #1378413 + * powerpc: implement vmemmap_free() + - LP: #1378413 + * powerpc: start loop at section start of start in vmemmap_populated() + - LP: #1378413 + * ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclear + * ARM: 8109/1: mm: Modify pte_write and pmd_write logic for LPAE + * seccomp: create internal mode-setting function + - LP: #1379020 + * seccomp: extract check/assign mode helpers + - LP: #1379020 + * seccomp: split mode setting routines + - LP: #1379020 + * seccomp: add "seccomp" syscall + - LP: #1379020 + * ARM: add seccomp syscall + - LP: #1379020 + * MIPS: add seccomp syscall + - LP: #1379020 + * sched: move no_new_privs into new atomic flags + - LP: #1379020 + * seccomp: split filter prep from check and apply + - LP: #1379020 + * seccomp: introduce writer locking + - LP: #1379020 + * seccomp: allow mode setting across threads + - LP: #1379020 + * seccomp: implement SECCOMP_FILTER_FLAG_TSYNC + - LP: #1379020 + * seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock + - LP: #1379020 + + -- Tim Gardner Wed, 08 Oct 2014 07:35:30 -0400 + +linux (3.16.0-21.28) utopic; urgency=low + + [ Andy Whitcroft ] + + * [Config] linux-image-extra is additive to linux-image + - LP: #1375310 + * [Config] linux-image-extra postrm is not needed on purge + + [ dann frazier ] + + * [Config] run updateconfigs after adding arm64 PCI support + * SAUCE: (no-up) Fix pcie-xgene build failure + + [ Ming Lei ] + + * SAUCE: (no-up) apm: pcie: fix hang when no card connected + + [ Tanmay Inamdar ] + + * SAUCE: (no-up) arm64: PCI(e) arch support + * SAUCE: (no-up) pci: APM X-Gene PCIe controller driver + * SAUCE: (no-up) arm64: dts: APM X-Gene PCIe device tree nodes + * SAUCE: (no-up) dt-bindings: pci: xgene pcie device tree bindings + * SAUCE: (no-up) MAINTAINERS: entry for APM X-Gene PCIe host driver + * SAUCE: (no-up) Add MSI/MSI-X driver for APM PCI bus + - LP: #1318977 + + [ Tim Gardner ] + + * rebase to v3.16.4 + * Release Tracking Bug + - LP: #1377905 + + [ Tuan Phan ] + + * SAUCE: (no-up) pci-xgene-msi: fixed deadlock in irq_set_affinity + - LP: #1359514 + + [ Upstream Kernel Changes ] + + * drm/nouveau: make sure display hardware is reinitialised on runtime + resume + - LP: #1374607 + + [ Upstream Kernel Changes ] + + * rebase to v3.16.4 + + -- Tim Gardner Fri, 03 Oct 2014 12:10:48 -0400 + +linux (3.16.0-20.27) utopic; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_CXL=m + * Release Tracking Bug + - LP: #1376354 + + [ Andi Kleen ] + + * SAUCE: perf tools: Fix perf record as non root with kptr_restrict == 1 + - LP: #1375441 + + [ Chris J Arges ] + + * SAUCE: Revert "sd: don't use scsi_setup_blk_pc_cmnd for flush requests" + - LP: #1375452 + + [ Ian Munsie ] + + * SAUCE: (no-up) powerpc/cell: Move spu_handle_mm_fault() out of cell platform + * SAUCE: (no-up) powerpc/cell: Move data segment faulting code out of cell platform + * SAUCE: (no-up) powerpc/msi: Improve IRQ bitmap allocator + * SAUCE: (no-up) powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psize + * SAUCE: (no-up) powerpc/powernv: Split out set MSI IRQ chip code + * SAUCE: (no-up) cxl: Add new header for call backs and structs + * SAUCE: (no-up) powerpc/powerpc: Add new PCIe functions for allocating cxl interrupts + * SAUCE: (no-up) powerpc/mm: Add new hash_page_mm() + * SAUCE: (no-up) powerpc/opal: Add PHB to cxl mode call + * SAUCE: (no-up) powerpc/mm: Add hooks for cxl + * SAUCE: (no-up) cxl: Add base builtin support + * SAUCE: (no-up) cxl: Driver code for powernv PCIe based cards for userspace access + * SAUCE: (no-up) cxl: Userspace header file. + * SAUCE: (no-up) cxl: Add driver to Kbuild and Makefiles + * SAUCE: (no-up) cxl: Add documentation for userspace APIs + + -- Tim Gardner Tue, 30 Sep 2014 13:05:27 -0600 + +linux (3.16.0-19.26) utopic; urgency=low + + [ Dave Hansen ] + + * SAUCE: x86, sched: Add new topology for multi-NUMA-node CPUs + - LP: #1338919 + + [ Tim Gardner ] + + * [Config] Correct annotation regarding CONFIG_DMA_CMA + - LP: #1362261 + * [Config] CONFIG_SND_HDA_INTEL=n for ppc64el + - LP: #1374438 + * [Config] CONFIG_HOTPLUG_PCI_SHPC=n for ppc64el + - LP: #1374440 + * [Debian] Don't fail if a symlink already exists + * [Config] CONFIG_HOTPLUG_PCI_PCIE=n for ppc64el + - LP: #1374440 + * Release Tracking Bug + - LP: #1375798 + + [ Tony Breeds ] + + * SAUCE: powerpc/boot: Don't install zImage.* from make install + - LP: #1374470 + + [ Upstream Kernel Changes ] + + * powercap / RAPL: change domain detection message + - LP: #1373943 + * mptfusion: enable no_write_same for vmware scsi disks + - LP: #1371591 + + -- Tim Gardner Mon, 29 Sep 2014 20:36:42 +0100 + +linux (3.16.0-18.25) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1373682 + + -- Tim Gardner Wed, 24 Sep 2014 19:23:23 -0600 + +linux (3.16.0-18.24) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: scsi: hyper-v storsvc switch up to SPC-3" + - LP: #1354397 + + [ Tim Gardner ] + + * [Config] CONFIG_RTC_DRV_XGENE=y for arm64 + * SAUCE: usbip: Update include path + * [Debian] usbip tools packaging + - LP: #898003 + * [Config] Enable usbip tools + - LP: #898003 + * [Config] CONFIG_CRASH_DUMP=n for powerpc-smp + - LP: #1363180 + + [ Upstream Kernel Changes ] + + * staging: usbip: usbip_host_driver.c: avoid assignment in if + * staging: usbip: usbip_host_driver.c: fix line over 80 characters + * staging: usbip: fixed a coding-style warning + * staging: usbip: stub_main.c: Cleaning up missing null-terminate in + conjunction with strncpy + * staging: usbip: remove redundant return statements + * usbip: move usbip userspace code out of staging + * usbip: move usbip kernel code out of staging + * HID: magicmouse: sanity check report size in raw_event() callback + - LP: #1370025 + - CVE-2014-3181 + * HID: picolcd: sanity check report size in raw_event() callback + - LP: #1370038 + - CVE-2014-3186 + * udf: Fold udf_fill_inode() into __udf_read_inode() + - LP: #1370042 + - CVE-2014-6410 + * udf: Avoid infinite loop when processing indirect ICBs + - LP: #1370042 + - CVE-2014-6410 + * Drivers: add blist flags + - LP: #1354397 + * sd: don't use scsi_setup_blk_pc_cmnd for flush requests + - LP: #1354397 + * sd: fix a bug in deriving the FLUSH_TIMEOUT from the basic I/O timeout + - LP: #1354397 + * ipvs: fix ipv6 hook registration for local replies + - LP: #1349768 + + -- Tim Gardner Mon, 22 Sep 2014 11:12:02 -0600 + +linux (3.16.0-17.23) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1371614 + * [Config] CONFIG_USB_OHCI_HCD_PCI=y + - LP: #1244176 + + [ Andy Whitcroft ] + + * rebase to v3.16.3 + * updateconfigs following rebase to v3.16.3 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot + - LP: #1362199 + + [ Upstream Kernel Changes ] + + * rebase to v3.16.3 + + -- Andy Whitcroft Thu, 18 Sep 2014 13:09:25 +0100 + +linux (3.16.0-16.22) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: x86/xen: Fix setup of 64bit kernel pagetables" + * [Config] tools -- only build common tools when enabled + * [Config] follow rename of DEB_BUILD_PROFILES + + [ Tim Gardner ] + + * [Debian] set do_*_tools after stage1 or bootstrap is determined + - LP: #1370211 + * Release Tracking Bug + - LP: #1370535 + + [ Upstream Kernel Changes ] + + * x86/xen: don't copy bogus duplicate entries into kernel page tables + * blk-merge: fix blk_recount_segments + - LP: #1359146 + * igb: bring link up when PHY is powered up + - LP: #1370018 + * igb: remove unnecessary break after goto + - LP: #1370018 + * igb: remove unnecessary break after return + - LP: #1370018 + * igb: Add message when malformed packets detected by hw + - LP: #1370018 + * igb: bump igb version to 5.2.13 + - LP: #1370018 + + -- Tim Gardner Tue, 16 Sep 2014 10:19:04 -0600 + +linux (3.16.0-15.21) utopic; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_DMA_CMA=n + - LP: #1362261 + * [Config] Add mpt3sas to d-i + - LP: #1368907 + * Release Tracking Bug + - LP: #1368860 + + [ Upstream Kernel Changes ] + + * ahci_xgene: Removing NCQ support from the APM X-Gene SoC AHCI SATA Host + Controller driver. + - LP: #1358498 + * ahci_xgene: Skip the PHY and clock initialization if already configured + by the firmware. + - LP: #1359501 + * ahci_xgene: Fix the link down in first attempt for the APM X-Gene SoC + AHCI SATA host controller driver. + - LP: #1359507 + * xen/balloon: cancel ballooning if adding new memory failed + - LP: #1304001 + * xen/manage: Always freeze/thaw processes when suspend/resuming + - LP: #1368724 + * mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault() + * mm, thp: only collapse hugepages to nodes with affinity for + zone_reclaim_mode + * mm: make copy_pte_range static again + * vmalloc: use rcu list iterator to reduce vmap_area_lock contention + * memcg, vmscan: Fix forced scan of anonymous pages + * mm: pagemap: avoid unnecessary overhead when tracepoints are + deactivated + * mm: rearrange zone fields into read-only, page alloc, statistics and + page reclaim lines + * mm: move zone->pages_scanned into a vmstat counter + * mm: vmscan: only update per-cpu thresholds for online CPU + * mm: page_alloc: abort fair zone allocation policy when remotes nodes + are encountered + * mm: page_alloc: reduce cost of the fair zone allocation policy + + -- Tim Gardner Mon, 08 Sep 2014 08:17:21 -0400 + +linux (3.16.0-14.20) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1366431 + + [ dann frazier ] + + * [Config] CONFIG_HW_RANDOM_XGENE=m on arm64 + + [ Manish Chopra ] + + * SAUCE: bnx2x: Configure device endianity on driver load and reset + endianity on removal. + - LP: #1356948 + + [ Tim Gardner ] + + * [Config] CONFIG_XMON=y + - LP: #1365655 + * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el + - LP: #1362514 + * [Config] CONFIG_KVM_BOOK3S_64_HV=m + - LP: #1362514 + + [ Upstream Kernel Changes ] + + * hwrng: xgene - add support for APM X-Gene SoC RNG support + - LP: #1365593 + * Documentation: rng: Add X-Gene SoC RNG driver documentation + - LP: #1365593 + * arm64: dts: add random number generator dts node to APM X-Gene + platform. + * KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct + - LP: #1362514 + * KVM: Move more code under CONFIG_HAVE_KVM_IRQFD + - LP: #1362514 + + [ Upstream Kernel Changes ] + + * rebase to v3.16.2 + - LP: #1358116 + - LP: #1334950 + - LP: #1350148 + + -- Tim Gardner Sat, 06 Sep 2014 07:52:15 -0700 + +linux (3.16.0-13.19) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1365611 + * [Config] CONFIG_HAVE_KVM_IRQFD=y + - LP: #1362514 + + [ Paolo Pisati ] + + * [Config] armhf: SERIAL_SAMSUNG_CONSOLE=y + * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y + + [ Upstream Kernel Changes ] + + * KVM: Don't keep reference to irq routing table in irqfd struct + - LP: #1362514 + * KVM: irqchip: Provide and use accessors for irq routing table + - LP: #1362514 + * KVM: Move all accesses to kvm::irq_routing into irqchip.c + - LP: #1362514 + * KVM: Move irq notifier implementation into eventfd.c + - LP: #1362514 + * KVM: prepare for KVM_(S|G)ET_MP_STATE on other architectures + - LP: #1362514 + * KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling + - LP: #1362514 + * KVM: Rename and add argument to check_extension + - LP: #1362514 + * KVM: Allow KVM_CHECK_EXTENSION on the vm fd + - LP: #1362514 + * KVM: Give IRQFD its own separate enabling Kconfig option + - LP: #1362514 + * KVM: PPC: Enable IRQFD support for the XICS interrupt controller + - LP: #1362514 + * KVM: PPC: Book3s PR: Disable AIL mode with OPAL + - LP: #1362514 + * KVM: PPC: Book3s HV: Fix tlbie compile error + - LP: #1362514 + * KVM: PPC: Book3S PR: Handle hyp doorbell exits + - LP: #1362514 + * KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue + - LP: #1362514 + * KVM: PPC: Book3S PR: Fix sparse endian checks + - LP: #1362514 + * PPC: Add asm helpers for BE 32bit load/store + - LP: #1362514 + * KVM: PPC: Book3S HV: Make HTAB code LE host aware + - LP: #1362514 + * KVM: PPC: Book3S HV: Access guest VPA in BE + - LP: #1362514 + * KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE + - LP: #1362514 + * KVM: PPC: Book3S HV: Access XICS in BE + - LP: #1362514 + * KVM: PPC: Book3S HV: Fix ABIv2 on LE + - LP: #1362514 + * KVM: PPC: Book3S HV: Enable for little endian hosts + - LP: #1362514 + * staging/lustre: disable virtual block device for 64K pages + * drm/i915: read HEAD register back in init_ring_common() to enforce + ordering + - LP: #1355196 + + -- Tim Gardner Tue, 02 Sep 2014 19:07:50 -0400 + +linux (3.16.0-12.18) utopic; urgency=low + + [ Paolo Pisati ] + + * Revert "[Debian] dtb: symlink /lib/firmware/(uname -r)/device-tree to + /boot/dtb-(uname -r) to make flash-kernel happy" + * Revert "[Debian] dtb: don't remove a symlink dereferencing an existing + directory" + * Revert "[Debian] dtb: don't follow symlink when checking for a + directory" + * Revert "[Debian] dtb: symlink from /boot/dtb-$(uname -r) to /boot/dtb" + * Revert "[Debian] dtb: move dtbs installation to /boot/dtb-$(uname -r)" + + -- Andy Whitcroft Mon, 01 Sep 2014 12:40:54 +0100 + +linux (3.16.0-12.17) utopic; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1363032 + * Revert "[Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el" + + [ dann frazier ] + + * [Config] CONFIG_ARM_GIC_V3=y + + [ Douglas Lehr ] + + * SAUCE: (no-up) PCI: Increase BAR size quirk for IBM ipr SAS Crocodile + adapters + - LP: #1361364 + + [ Marc Dietrich ] + + * [Config] arm/tegra/d-i: framebuffer and usb support for Tegra SoCs + + [ Paolo Pisati ] + + * [Config] armhf: REGULATOR_TWL4030=y + * [Debian] dtb: move dtbs installation to /boot/dtb-$(uname -r) + * [Debian] dtb: symlink from /boot/dtb-$(uname -r) to /boot/dtb + * [Debian] dtb: don't follow symlink when checking for a directory + * [Debian] dtb: don't remove a symlink dereferencing an existing + directory + * [Debian] dtb: symlink /lib/firmware/(uname -r)/device-tree to + /boot/dtb-(uname -r) to make flash-kernel happy + + [ Stefan Bader ] + + * SAUCE: x86/xen: Fix setup of 64bit kernel pagetables + - LP: #1350522 + + [ Upstream Kernel Changes ] + + * drm/tegra: add MODULE_DEVICE_TABLEs + * kvm: iommu: fix the third parameter of kvm_iommu_put_pages + (CVE-2014-3601) + - LP: #1362443 + - CVE-2014-3601 + * isofs: Fix unbounded recursion when processing relocated directories + - LP: #1362447, #1362448 + - CVE-2014-5472 + * arm64/crypto: fix makefile rule for aes-glue-%.o + * irq-gic: remove file name from heading comment + * irqchip: gic: Move some bits of GICv2 to a library-type file + * irqchip: gic-v3: Initial support for GICv3 + * arm64: GICv3 device tree binding documentation + * arm64: boot protocol documentation update for GICv3 + * KVM: arm/arm64: vgic: move GICv2 registers to their own structure + * KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitives + * KVM: ARM: vgic: abstract access to the ELRSR bitmap + * KVM: ARM: vgic: abstract EISR bitmap access + * KVM: ARM: vgic: abstract MISR decoding + * KVM: ARM: vgic: move underflow handling to vgic_ops + * KVM: ARM: vgic: abstract VMCR access + * KVM: ARM: vgic: introduce vgic_enable + * KVM: ARM: introduce vgic_params structure + * KVM: ARM: vgic: split GICv2 backend from the main vgic code + * KVM: ARM: vgic: revisit implementation of irqchip_in_kernel + * arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.S + * arm64: KVM: split GICv2 world switch from hyp code + * arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch + code + * KVM: ARM: vgic: add the GICv3 backend + * arm64: KVM: vgic: add GICv3 world switch + * arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardware + * arm64: gicv3: Allow GICv3 compilation with older binutils + * arm64: KVM: GICv3: move system register access to msr_s/mrs_s + * KVM: arm64: GICv3: mandate page-aligned GICV region + + -- Andy Whitcroft Fri, 29 Aug 2014 10:13:14 +0100 + +linux (3.16.0-11.16) utopic; urgency=low + + [ Mauricio Faria de Oliveira ] + + * [Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el + - LP: #1358920 + + [ Peter Zijlstra ] + + * SAUCE: (no-up) mmu_notifier: add call_srcu and sync function for listener to delay call and sync + - LP: #1361300 + + [ Tim Gardner ] + + * [Config] CONFIG_ZPOOL=y + - LP: #1360428 + * Release Tracking Bug + - LP: #1361308 + + [ Upstream Kernel Changes ] + + * Revert "net/mlx4_en: Fix bad use of dev_id" + - LP: #1347012 + * net/mlx4_en: Reduce memory consumption on kdump kernel + - LP: #1347012 + * net/mlx4_en: Fix mac_hash database inconsistency + - LP: #1347012 + * net/mlx4_en: Disable blueflame using ethtool private flags + - LP: #1347012 + * net/mlx4_en: current_mac isn't updated in port up + - LP: #1347012 + * net/mlx4_core: Use low memory profile on kdump kernel + - LP: #1347012 + * Drivers: scsi: storvsc: Change the limits to reflect the values on the host + - LP: #1347169 + * Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host + - LP: #1347169 + * Drivers: scsi: storvsc: Filter commands based on the storage protocol version + - LP: #1347169 + * Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version + - LP: #1347169 + * Drivers: scsi: storvsc: Implement a eh_timed_out handler + - LP: #1347169 + * drivers: scsi: storvsc: Set srb_flags in all cases + - LP: #1347169 + * drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure + - LP: #1347169 + * namespaces: Use task_lock and not rcu to protect nsproxy + - LP: #1328088 + * net: xgene: Check negative return value of xgene_enet_get_ring_size() + * mm/zbud: change zbud_alloc size type to size_t + - LP: #1360428 + * mm/zpool: implement common zpool api to zbud/zsmalloc + - LP: #1360428 + * mm/zpool: zbud/zsmalloc implement zpool + - LP: #1360428 + * mm/zpool: update zswap to use zpool + - LP: #1360428 + * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling + - LP: #1341296 + * iommu/amd: Fix for pasid initialization + - LP: #1361300 + * iommu/amd: Moving PPR fault flags macros definitions + - LP: #1361300 + * iommu/amd: Drop oprofile dependency + - LP: #1361300 + * iommu/amd: Fix typo in amd_iommu_v2 driver + - LP: #1361300 + * iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid + - LP: #1361300 + * iommu/amd: Don't free pasid_state in mn_release path + - LP: #1361300 + * iommu/amd: Get rid of __unbind_pasid + - LP: #1361300 + * iommu/amd: Drop pasid_state reference in ppr_notifer error path + - LP: #1361300 + * iommu/amd: Add pasid_state->invalid flag + - LP: #1361300 + * iommu/amd: Don't hold a reference to mm_struct + - LP: #1361300 + * iommu/amd: Don't hold a reference to task_struct + - LP: #1361300 + * iommu/amd: Don't call the inv_ctx_cb when pasid is not set up + - LP: #1361300 + * iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid + - LP: #1361300 + * iommu/amd: Remove change_pte mmu_notifier call-back + - LP: #1361300 + * iommu/amd: Fix device_state reference counting + - LP: #1361300 + * iommu/amd: Fix 2 typos in comments + - LP: #1361300 + + -- Tim Gardner Fri, 22 Aug 2014 08:45:54 -0400 + +linux (3.16.0-10.15) utopic; urgency=low + + [ dann frazier ] + + * [debian] Fix regression with ABI subversions and backport + + [ Feng Kan ] + + * SAUCE: (no-up) irqchip:gic: change access of gicc_ctrl register to read + modify write. + - LP: #1357527 + * SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user + assembly code + - LP: #1358949 + + [ Stefan Bader ] + + * SAUCE: bcache: prevent crash on changing writeback_running + - LP: #1357295 + + [ Tim Gardner ] + + * [Config] CONFIG_XFRM_STATISTICS=y + * [Config] CONFIG_SECURITY_NETWORK_XFRM=y + * [Config] CONFIG_SENSORS_IBMPOWERNV=m + - LP: #1353005 + * Release Tracking Bug + - LP: #1359783 + + [ Upstream Kernel Changes ] + + * intel_idle: Broadwell support + - LP: #1256170 + * powerpc/book3s: Add basic infrastructure to handle HMI in Linux. + - LP: #1357108 + * powerpc/powernv: Invoke opal call to handle hmi. + - LP: #1357108 + * powerpc/book3s: handle HMIs for cpus in nap mode. + - LP: #1357108 + * powerpc/book3s: Fix endianess issue for HMI handling on napping cpus. + - LP: #1357108 + * powerpc: Add smp_mb() to arch_spin_is_locked() + - LP: #1358569 + * powerpc: Add smp_mb()s to arch_spin_unlock_wait() + - LP: #1358569 + * hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and + temperature + - LP: #1353005 + * tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition + - LP: #1358855 + * printk: Add function to return log buffer address and size + - LP: #1359423 + * powerpc/powernv: Interface to register/unregister opal dump region + - LP: #1359423 + * bcache: fix crash on shutdown in passthrough mode + - LP: #1357295 + * bcache: fix uninterruptible sleep in writeback thread + - LP: #1357295 + + [ Vinayak Kale ] + + * SAUCE: (no-up) dt-bindings: Add Potenza PMU binding + - LP: #1357527 + * SAUCE: (no-up) arm64: dts: Add PMU node for APM X-Gene Storm SOC + - LP: #1357527 + + -- Tim Gardner Fri, 15 Aug 2014 12:34:33 -0600 + +linux (3.16.0-9.14) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1357370 + + [ Serge Hallyn ] + + * SAUCE: Overlayfs: allow unprivileged mounts + - LP: #1357025 + + [ Upstream Kernel Changes ] + + * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver + * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver + * dts: Add bindings for APM X-Gene SoC ethernet driver + * drivers: net: Add APM X-Gene SoC ethernet driver support. + * powerpc/thp: Add write barrier after updating the valid bit + - LP: #1357014 + * powerpc/thp: Don't recompute vsid and ssize in loop on invalidate + - LP: #1357014 + * powerpc/thp: Invalidate old 64K based hash page mapping before insert + of 4k pte + - LP: #1357014 + * powerpc/thp: Handle combo pages in invalidate + - LP: #1357014 + * powerpc/thp: Invalidate with vpn in loop + - LP: #1357014 + * powerpc/thp: Use ACCESS_ONCE when loading pmdp + - LP: #1357014 + * powerpc/mm: Use read barrier when creating real_pte + - LP: #1357014 + * powerpc/thp: Add tracepoints to track hugepage invalidate + - LP: #1357014 + * rebase to v3.16.1 + + -- Tim Gardner Thu, 14 Aug 2014 08:18:02 -0400 + +linux (3.16.0-8.13) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1356403 + + [ dann frazier ] + + * [debian] Allow for package revisions condusive for branching + + [ Upstream Kernel Changes ] + + * ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controller driver. + - LP: #1350087 + * ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver. + - LP: #1350087 + * powerpc/powernv: Enable M64 aperatus for PHB3 + - LP: #1355469 + * powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE + - LP: #1352994 + * powerpc: Add machine_early_initcall() + - LP: #1352640 + * powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall() + - LP: #1352640 + * powerpc/eeh: Avoid event on passed PE + - LP: #1352640 + * powerpc/eeh: EEH support for VFIO PCI device + - LP: #1352640 + * powerpc/eeh: sysfs entries lost + - LP: #1352640 + * powerpc/powernv: Fix IOMMU table for VFIO dev + - LP: #1352640 + * powerpc/eeh: Fetch IOMMU table in reliable way + - LP: #1352640 + * powerpc/eeh: Refactor EEH flag accessors + - LP: #1352640 + * powerpc/eeh: Selectively enable IO for error log + - LP: #1352640 + * powerpc/eeh: Reduce lines of log dump + - LP: #1352640 + * powerpc/eeh: Replace pr_warning() with pr_warn() + - LP: #1352640 + * powerpc/eeh: Make diag-data not endian dependent + - LP: #1352640 + * powerpc/eeh: Aux PE data for error log + - LP: #1352640 + * PCI: Support BAR sizes up to 128GB + - LP: #1352640 + * powerpc/powernv: Allow to freeze PE + - LP: #1352640 + * powerpc/powernv: Split ioda_eeh_get_state() + - LP: #1352640 + * powerpc/powernv: Handle compound PE + - LP: #1352640 + * powerpc/powernv: Handle compound PE for EEH + - LP: #1352640 + * powerpc/powernv: Handle compound PE in config accessors + - LP: #1352640 + * mnt: Only change user settable mount flags in remount + - LP: #1356318 + - CVE-2014-5206 + * mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount + - LP: #1356318 + - CVE-2014-5206 + * mnt: Correct permission checks in do_remount + - LP: #1356323 + - CVE-2014-5207 + * mnt: Change the default remount atime from relatime to the existing value + - LP: #1356323 + - CVE-2014-5207 + + -- Tim Gardner Sun, 10 Aug 2014 09:10:51 -0600 + +linux (3.16.0-7.12) utopic; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.16 final + * [Config] d-i -- add virtio_scsi to virtio-modules + - LP: #1342000 + + [ dann frazier ] + + * [Packaging] Fix 'printchanges' to work with versions containing '+' + + [ Tim Gardner ] + + * [Config] CONFIG_MICROCODE=y + - LP: #1084373 + * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n + - LP: #1349028 + * [Config] Add hv_balloon to d-i virtio-modules + - LP: #1292216 + * Release Tracking Bug + - LP: #1354530 + + [ Upstream Kernel Changes ] + + * rebase to v3.16 + + -- Tim Gardner Tue, 29 Jul 2014 09:55:15 -0400 + +linux (3.16.0-6.11) utopic; urgency=low + + [ Paolo Pisati ] + + * [Config] armhf: MXS_DMA=y && MTD_NAND_GPMI_NAND=m + * [Config] armhf: KEYBOARD_IMX=m + * [Config] armhf: build cubox & imx6 DTBs + * [Config] armhf: RTC_DRV_PCF8523=y + + [ Tim Gardner ] + + * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y + - LP: #1344405 + * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y + - LP: #1343109 + * Release Tracking Bug + - LP: #1349196 + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc7 + + -- Tim Gardner Thu, 24 Jul 2014 09:08:55 -0400 + +linux (3.16.0-5.10) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1346298 + * [Config] CONFIG_GPIO_SYSFS=y + - LP: #1342153 + * rebase to v3.16-rc6 + + [ Paolo Pisati ] + + * [Config] enable ARCH_MVEBU* + * [Config] AHCI_MVEBU=m + * [Config] ARMADA_THERMAL=y + * [Config] ARM_ARMADA_370_XP_CPUIDLE=y + * [Config] CRYPTO_DEV_MV_CESA=m + * [Config] I2C_MV64XXX=m + * [Config] MMC_MVSDIO=m + * [Config] MMC_SDHCI_DOVE=m + * [Config] MTD_NAND_ORION=m + * [Config] MTD_NAND_PXA3xx=m + * [Config] MVNETA=m + * [Config] MV_XOR=y + * [Config] ORION_WATCHDOG=m + * [Config] PCI_MVEBU=y + * [Config] RTC_DRV_MV=y + * [Config] SND_KIRKWOOD_SOC*=m + * [Config] SPI_ORION=m + * [Config] USB_XHCI_MVEBU=m + * [Config] armhf: build all Armada and Dove DTBs + * [Config] armhf: SERIAL_8250_DW=y + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc6 + + -- Tim Gardner Tue, 15 Jul 2014 07:49:42 -0400 + +linux (3.16.0-4.9) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1341543 + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc5 + + -- Tim Gardner Sun, 13 Jul 2014 21:30:27 -0400 + +linux (3.16.0-3.8) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1340091 + + -- Tim Gardner Thu, 10 Jul 2014 10:06:47 +0100 + +linux (3.16.0-2.7) utopic; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: aufs3 -- avoid aufs3-mmap.patch include hell for arm64 + ubuntu: aufs3 -- (no-up) aufs3-mmap.patch + + -- Tim Gardner Wed, 09 Jul 2014 16:16:28 +0100 + +linux (3.16.0-2.6) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: aufs3 -- (no-up) aufs3-mmap.patch" + Fixes FTBS. + + -- Tim Gardner Tue, 08 Jul 2014 17:29:26 +0100 + +linux (3.16.0-2.5) utopic; urgency=low + + [ Andy Whitcroft ] + + * ubuntu -- fix basic format for ubuntu/Makefile + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: aufs3 -- update update scripting + * ubuntu: aufs3 -- (no-up) aufs3-base.patch + * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch + * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch + * ubuntu: AUFS -- update to dcf336a754c86d5ee1c3d50699fd75c586d037cb + * [Configs] AUFS configs + * ubuntu: aufs3 -- reenable + + [ Tim Gardner ] + + * CONFIG_LATENCYTOP=n + + -- Tim Gardner Tue, 08 Jul 2014 15:27:35 +0100 + +linux (3.16.0-2.4) utopic; urgency=low + + [ Andy Whitcroft ] + + * [Config] flip VIRTIO*=y + * [Config] commonise CONFIG_SWIOTLB=y + * [Config] apply Bus options (PCI etc.) >> PCI support config defaults + * [Config] apply Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED) + config defaults + * [Config] apply Device Drivers >> Block devices config defaults + * [Config] apply Device Drivers >> Character devices config defaults + * [Config] apply Device Drivers >> DMA Engine support config defaults + * [Config] apply Device Drivers >> EDAC (Error Detection And Correction) + reporting config defaults + * [Config] apply Device Drivers >> Graphics support >> Direct Rendering + Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI + support) config defaults + * [Config] apply Device Drivers >> GPIO Support config defaults + * [Config] apply Device Drivers >> Graphics support >> Console display + driver support config defaults + * [Config] apply Device Drivers >> IIO staging drivers >> Accelerometers + config defaults + * [Config] apply Device Drivers >> IOMMU Hardware Support config defaults + * [Config] apply Device Drivers >> Input device support >> Generic input + layer (needed for keyboard, mouse, ...) >> Miscellaneous devices config + defaults + * [Config] apply Device Drivers >> Input device support >> Hardware I/O + ports config defaults + * [Config] apply Device Drivers >> LED Support >> LED Class Support + config defaults + * [Config] apply Device Drivers >> Hardware Spinlock drivers config + defaults + * [Config] apply Device Drivers >> Multimedia support >> Cameras/video + grabbers support config defaults + * [Config] apply Security options config defaults + * [Config] apply Networking options >> Network packet filtering framework + (Netfilter) >> Core Netfilter Configuration config defaults + * [Config] apply Device Drivers >> MMC/SD/SDIO card support config + defaults + * [Config] apply Device Drivers >> Graphics support >> Frame buffer + Devices >> Support for frame buffer devices config defaults + * [Config] apply Power management and ACPI options >> CPU Frequency + scaling config defaults + * [Config] apply Processor type and features config defaults + * [Config] apply Partition Types config defaults + * [Config] apply Power management and ACPI options config defaults + * [Config] apply Device Drivers >> InfiniBand support config defaults + * [Config] apply Device Drivers >> Misc devices config defaults + * [Config] apply Device Drivers >> Multifunction device drivers config + defaults + * [Config] apply Device Drivers >> SCSI device support >> SCSI device + support >> SCSI low-level drivers config defaults + * [Config] apply Device Drivers >> Network device support >> Ethernet + driver support config defaults + * [Config] apply Device Drivers >> Network device support >> Network core + driver support config defaults + * [Config] apply Device Drivers >> Network device support >> PHY Device + support and infrastructure config defaults + * [Config] apply File systems >> Network File Systems config defaults + * [Config] apply Device Drivers >> Input device support >> Generic input + layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults + * [Config] apply Device Drivers >> Memory Technology Device (MTD) support + >> NAND Device Support config defaults + * [Config] apply Device Drivers >> Network device support >> Wireless LAN + >> Ralink driver support config defaults + * [Config] apply Device Drivers >> Staging drivers config defaults + * [Config] apply Cryptographic API >> Hardware crypto devices config + defaults + * [Config] apply Device Drivers >> Macintosh device drivers config + defaults + * [Config] apply Device Drivers >> Network device support >> Wireless LAN + config defaults + * [Config] apply Device Drivers >> PPS support config defaults + * [Config] apply Device Drivers >> Sound card support config defaults + * [Config] apply Networking support >> RF switch subsystem support config + defaults + * [Config] apply Library routines config defaults + * [Config] apply Device Drivers >> CODEC drivers config defaults + * [Config] apply Device Drivers >> PHY Subsystem config defaults + * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support + config defaults + * [Config] apply Kernel hacking >> Tracers config defaults + * [Config] apply Kernel hacking >> Runtime Testing config defaults + * [Config] apply Kernel hacking >> Architecture: powerpc config defaults + * [Config] apply Device Drivers >> USB support config defaults + * [Config] apply Device Drivers >> Power supply class support config + defaults + * [Config] apply Device Drivers >> USB Network Adapters config defaults + * [Config] apply General setup >> IRQ subsystem config defaults + * [Config] apply General setup config defaults + * [Config] apply File systems >> Miscellaneous filesystems config + defaults + * [Config] apply File systems config defaults + * [Config] apply Device Drivers >> Userspace I/O drivers config defaults + * [Config] apply Device Drivers >> Virtio drivers config defaults + * [Config] apply Device Drivers >> USB Peripheral Controller config + defaults + * [Config] apply Device Drivers >> SCSI device support >> SCSI device + support >> SCSI Transports config defaults + * [Config] apply Device Drivers >> Real Time Clock config defaults + * [Config] apply Device Drivers >> Serial ATA and Parallel ATA drivers + (libata) config defaults + * [Config] apply Device Drivers >> SoC Audio for Freescale CPUs config + defaults + * [Config] apply Device Drivers >> Voltage and Current Regulator Support + config defaults + * [Config] apply Device Drivers >> USB Physical Layer drivers config + defaults + * [Config] apply Device Drivers >> Watchdog Timer Support config defaults + * [Config] powerpc-powerpc-e500mc FTBFS -- CONFIG_CRASH_DUMP=n + * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_IMA=n + * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_HIBERNATION=n + CONFIG_HOTPLUG_CPU=n + * [Config] ppc64el-generic FTBFS -- CONFIG_LUSTRE_FS=n + * [Config] drivers/message/fusion needs scsi_transport_spi in virtual + * [Config] drivers/acpi/acpi_ipmi.ko needs + drivers/char/ipmi/ipmi_msghandler.ko in virtual + * [Config] armhf-* FTBFS -- CONFIG_STACK_TRACER=n + CONFIG_FUNCTION_TRACER=n + * [Config] ignore modules changing following major config changes + + [ Tim Gardner ] + + * rebase to v3.16-rc4 + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc4 + - LP: #1297581 + + -- Andy Whitcroft Thu, 03 Jul 2014 11:00:43 +0100 + +linux (3.16.0-1.3) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "Disable do_tools_perf for FTBS" + * SAUCE: fix perf_regs definitions for arm64 + + [ Paolo Pisati ] + + * [Config] armhf: ARCH_EXYNOS5* support + * [Config] armhf: CPU_IDLE=y and ARM_EXYNOS_CPUIDLE=y + * [Config] armhf: EXYNOS_THERMAL=y + * [Config] armhf: EXYNOS_IOMMU=y + * [Config] armhf: EXYNOS_ADC=m + * [Config] armhf: EXYNOS_I2C_EXYNOS5=m + * [Config] armhf: MMC_SDHCI_S3C=m + * [Config] armhf: PCI_EXYNOS=y + * [Config] armhf: PHY_EXYNOS5250_SATA=y + * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y + * [Config] armhf: PWM_SAMSUNG=m + * [Config] armhf: RTC_DRV_S3C=y + * [Config] armhf: S3C2410_WATCHDOG=m + * [Config] armhf: MMC_DW_EXYNOS=m + * [Config] armhf: SERIAL_SAMSUNG=y + * [Config] armhf: SND_SOC_SAMSUNG=m + * [Config] armhf: SPI_S3C64XX=m + * [Config] armhf: EXYNOS_VIDEO=y and VIDEO_SAMSUNG*=m + * [Config] armhf: FB_S3C=m + * [Config] armhf: build all Exynos 5 DTBs + * [Config] armhf: disable CPUFREQ_EXYNOS + + [ Tim Gardner ] + + * rebase to v3.16-rc3 + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc3 + - LP: #1331915 + + -- Tim Gardner Tue, 24 Jun 2014 08:58:09 -0600 + +linux (3.16.0-0.2) utopic; urgency=low + + [ Tim Gardner ] + + * Revert "SAUCE: intel_pstate -- toggle default to disable" + - LP: #1333322 + * CONFIG_BOOKE_WDT=y + * Disable do_tools_perf for FTBS (just until I can figure it out) + + -- Tim Gardner Mon, 23 Jun 2014 13:37:53 -0600 + +linux (3.16.0-0.1) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1333265 + + [ Andy Whitcroft ] + + * [Config] cloud-tools -- add systemd units + - LP: #1329027 + + [ dann frazier ] + + * [Config] CONFIG_RTC_DRV_XGENE=y for arm64 + * [Config] CONFIG_NET_XGENE=m for arm64 + * [Config] Restrict CONFIG_POWER_RESET_SYSCON to arm64 only + + [ Feng Kan ] + + * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node + * SAUCE: (no-up) Add documentation for generic SYSCON reboot driver. + * SAUCE: (no-up) Select reboot driver for X-Gene platform. + + [ Iyappan Subramanian ] + + * SAUCE: (no-up) MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver + * SAUCE: (no-up) Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver + * SAUCE: (no-up) dts: Add bindings for APM X-Gene SoC ethernet driver + * SAUCE: (no-up) drivers: net: Add APM X-Gene SoC ethernet driver support. + + [ Tim Gardner ] + + * updateconfigs + * Fix arm64 crypto Makefile + * [Config] CONFIG_BOOKE_WDT=n for FTBS + * [Debian] Add UTS_UBUNTU_RELEASE_ABI to utsrelease.h + - LP: #1327619 + * Disabled powerpc64-emb for FTBS + * [Config] CONFIG_DRM_TEGRA=m + * [Config] CONFIG_CMA_SIZE_MBYTES=64 + * rebase to v3.16-rc2 + * Clean up generic.inclusion-list warnings + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc2 + - LP: #1328587 + - LP: #1319291 + - LP: #1310512 + - LP: #1310512 + - LP: #1305480 + + -- Tim Gardner Thu, 12 Jun 2014 12:26:09 +0000 + +linux (3.15.0-6.11) utopic; urgency=low + + [ Adam Conrad ] + + * Enable building the sata-modules udeb on ppc64el. + - LP: #1323980 + * [Packaging] Set bootloader and loader on ppc64el to grub + + [ Adam Lee ] + + * SAUCE: (no-up) rtlwifi: rtl8723be: disable MSI interrupts mode + - LP: #1310512, #1320070 + + [ Alex Hung ] + + * SAUCE: (no-up) dell-led: add mic mute led interface + - LP: #1308297 + + [ Andy Whitcroft ] + + * [Config] d-i -- add hyperv_keyboard to serial-modules udeb + - LP: #1285434 + * [Config] tools -- enable cpupower on ppc64el + * [Config] ppc64el -- enable perf tools + * [Config] powerpc -- enable perf tools + * [Config] ppc64el -- reduce MAX_ORDER with 64k pages + * [Config] arm64 -- enable tools + - LP: #1326050 + * [Config] switch hyper-keyboard to virtual + - LP: #1325306 + * [Config] fix up Breaks/Replaces on linux-cloud-tools-common to fix + upgrades + * SAUCE: kvm: BIOS disabled kvm support should be a warning + - LP: #1300247 + * SAUCE: nouveau: missing outputs should be warnings + - LP: #1300244 + * [Config] d-i -- add nvme devices to block-modules udeb + - LP: #1303710 + + [ Anton Blanchard ] + + * SAUCE: (no-up) powerpc: 64bit sendfile is capped at 2GB + - LP: #1328230 + + [ Colin Ian King ] + + * SAUCE: intel_pstate: inform user that thermald is worth considering + + [ Dave Chiluk ] + + * [Config] Enable CONFIG_IP_VS_IPV6=y + - LP: #1300739 + + [ Paolo Pisati ] + + * [Config] build vexpress a9 dtb + - LP: #1303657 + + [ Tetsuo Handa ] + + * SAUCE: kthread: Do not leave kthread_create() immediately upon SIGKILL. + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1329045 + * [Debian] Treat vdso install as an environment variable + - LP: #1325713 + * [Config] Treat vdso install as an environment variable + - LP: #1325713 + * [config] Set IPMI suppoort default to "y" + * [Config] powerpc -- CONFIG_SCSI_IBMVSCSI=y + * [Config] CONFIG_RT_GROUP_SCHED=n + - LP: #1284731 + * [Config] ppc64el -- switch to 64K system pages + * [Config] CONFIG_MICROCODE_EARLY=y + * [Config] SND_DAVINCI_SOC && SND_AM33XX_SOC_EVM =m + * [Config] armhf: DRM_TILCDC=m + * SAUCE: (no-up) mei_me: Add module parameter to disable MSI + * [Config] arm64: KVM=y + * [Config] armhf: LEDS_TRIGGER_HEARTBEAT=y + * [Config] armhf: generic: disable CPU_IDLE + * [Config] armhf: CPU_FREQ=y + * [Config] Add new mlx modules to d-i + * [Config] Added Muti-Arch support for linux-headers-PKGVER-ABINUM, linux-tools-common, and linux-cloud-tools-common + - LP: #1295112 + * [Config] CONFIG_EXYNOS_ADC=n, CONFIG_HW_RANDOM_EXYNOS=n, CONFIG_MMC_DW_EXYNOS=n, CONFIG_USB_DWC3_EXYNOS=n + - LP: #1294353 + * [Config] CONFIG_ABX500_CORE=y for ppc64el + * [Config] CONFIG_ALX=m for powerpc + * [Config] CONFIG_ACENIC_OMIT_TIGON_I=n for ppc64el + * [Config] CONFIG_ACORN_PARTITION_*=n for ppc64el + * [Config] CONFIG_ANDROID=n for powerpc + * [Config] CONFIG_ASYNC_RAID6_TEST=m for ppc64el + * [Config] CONFIG_BIG_KEYS=y for ppc64el + * [Config] CONFIG_BSD_PROCESS_ACCT=y for ppc64el + * rebase to v3.15 + * [Config] CONFIG_PHY_XGENE=y + * [Config] CONFIG_MLX4_DEBUG=y + - LP: #1328256 + * [Config] CONFIG_POWERNV_CPUFREQ=y for powerpc, ppc64el + - LP: #1324571 + * [Config] CONFIG_BLK_DEV_SR_VENDOR=n for ppc64el + * [Config] CONFIG_CFG80211=m for ppc64el + * [Config] CONFIG_CHARGER_BQ24190=m for powerpc + * [Config] CONFIG_CHARGER_BQ24735=m for powerpc + * [Config] CONFIG_EXPERT=y for ppc64el + * [Config] CONFIG_ATA_SFF=y on ppc64el + * [Config] CONFIG_ATA_GENERIC=y for ppc64el, powerpc + * [Config] CONFIG_CHR_DEV_ST=m for ppc64el + * [Config] CONFIG_CHECKPOINT_RESTORE=y for ppc64el + * [Config] CONFIG_CHELSIO_T1_1G=y for ppc64el + * [Config] CONFIG_CHR_DEV_OSST=m for ppc64el + * [Config] CONFIG_CHR_DEV_SCH=m for ppc64el + * [Config] CONFIG_CPU_FREQ_STAT=y for powerpc + * [Config] CONFIG_DDR=y for ppc64el + * [Config] CONFIG_DEBUG_BUGVERBOSE=y for powerpc + * [Config] CONFIG_E100=m, CONFIG_E1000=m, CONFIG_E1000E=m for ppc64el + * [Config] CONFIG_EZX_PCAP=n for all arches + * [Config] CONFIG_DYNAMIC_DEBUG=y for powerpc + * [Config] CONFIG_ENABLE_MUST_CHECK=n for ppc64el + * [Config] CONFIG_ENABLE_WARN_DEPRECATED=n for ppc64el + * [Config] CONFIG_FB_3DFX=m for all arches + * [Config] CONFIG_FB_MATROX=m for ppc64el + * [Config] CONFIG_FB_RADEON=m for ppc64el + * [Config] CONFIG_FB_SAVAGE_I2C=y for all arches + * [Config] CONFIG_FIREWIRE=m for ppc64el + * [Config] CONFIG_FTR_FIXUP_SELFTEST=n for ppc64el + * [Config] CONFIG_HAMRADIO=y for ppc64el + * [Config] CONFIG_I2C_CHARDEV=m for ppc64el + * [Config] CONFIG_I2C_MUX=m for ppc64el + * [Config] CONFIG_I2C_STUB=m for ppc64el + * [Config] CONFIG_I2O=m for ppc64el + * [Config] CONFIG_INET_XFRM_MODE_BEET=m, CONFIG_INET_XFRM_MODE_TRANSPORT=m, CONFIG_INET_XFRM_MODE_TUNNEL=m for ppc64el + * [Config] CONFIG_INFINIBAND_IPOIB_DEBUG=n, CONFIG_INFINIBAND_MTHCA_DEBUG=n for ppc64el + * [Config] CONFIG_INFINIBAND_NES=m, CONFIG_INFINIBAND_OCRDMA=m, CONFIG_INFINIBAND_QIB=m for ppc64el + * [Config] CONFIG_INPUT_FF_MEMLESS=m for ppc64el + * [Config] CONFIG_INTERVAL_TREE_TEST=m for ppc64el + * [Config] CONFIG_IPACK_BUS=m for ppc64el + * [Config] CONFIG_ISDN=y for ppc64el + * [Config] CONFIG_ISO9660_FS=m for ppc64el + * [Config] CONFIG_KGDB=y for ppc64el + * [Config] CONFIG_KVM_GUEST=y for ppc64el + * [Config] CONFIG_L2TP_V3=y for powerpc + * [Config] CONFIG_MAILBOX=y for ppc64el + * [Config] CONFIG_MD_LINEAR=m, CONFIG_MD_RAID0=m, CONFIG_MD_RAID1=m for ppc64el + * [Config] CONFIG_MEDIA_SUPPORT=m for ppc64el + * [Config] CONFIG_MEMORY=y for ppc64el + * [Config] CONFIG_MEMSTICK=m for ppc64el + * [Config] CONFIG_MFD_SM501_GPIO=n for ppc64el + * [Config] CONFIG_MMC_BLOCK=m for ppc64el + * [Config] CONFIG_MOUSE_PS2=m for ppc64el + * [Config] CONFIG_NET_9P=m for ppc64el + * [Config] CONFIG_MSDOS_FS=m for ppc64el + * [Config] CONFIG_MSI_BITMAP_SELFTEST=n for ppc64el + * [Config] CONFIG_MTD=m for arm64 + * [Config] CONFIG_NETCONSOLE=m for ppc64el + * [Config] CONFIG_NETFILTER_XT_TARGET_NOTRACK=m for ppc64el + * [Config] CONFIG_NET_IPIP=m for ppc64el + * [Config] CONFIG_NET_TEAM=m for all arches + * [Config] CONFIG_NFC=m for ppc64el + * [Config] CONFIG_NL80211_TESTMODE=n for all arches + * [Config] CONFIG_NLS_CODEPAGE_437=y for powerpc + * [Config] CONFIG_NLS_ASCII=m, CONFIG_NLS_ISO8859_1=m, CONFIG_NLS_UTF8=m for ppc64el + * [Config] CONFIG_NOP_USB_XCEIV=m for ppc64el + * [Config] CONFIG_NOTIFIER_ERROR_INJECTION=m for ppc64el + * [Config] CONFIG_OPROFILE=m for ppc64el + * [Config] CONFIG_PARPORT_1284=y for ppc64el + * [Config] CONFIG_PARPORT_AX88796=m, CONFIG_PARPORT_PC_FIFO=y, CONFIG_PARPORT_SERIAL=m for ppc64el + * [Config] CONFIG_8723AU_P2P=n + * [Config] CONFIG_PCI_IOV=y, CONFIG_PCI_PASID=y, CONFIG_PCI_PRI=y, CONFIG_PCI_REALLOC_ENABLE_AUTO=y, CONFIG_PCI_STUB=m for ppc64el + * [Config] CONFIG_PCNET32=m for ppc64el + * [Config] CONFIG_SCSI_DH_EMC=m for ppc64el + * [Config] CONFIG_SCSI_DH_HP_SW=m for ppc64el + * [Config] CONFIG_SCSI_FC_ATTRS=m for ppc64el + * [Config] CONFIG_SCSI_IPR=m for ppc64el + * [Config] CONFIG_SCSI_LOGGING=y for ppc64el + * [Config] CONFIG_SCSI_OSD_INITIATOR=m for ppc64el + * [Config] CONFIG_SCSI_SCAN_ASYNC=y for ppc64el + * [Config] CONFIG_SCSI_SYM53C8XX_2=m for ppc64el + * [Config] CONFIG_XILINX_LL_TEMAC=m for powerpc + * [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y for ppc64el + * [Config] CONFIG_WLAN=y for arm64 + * [Config] CONFIG_VORTEX=m for ppc64el + * [Config] CONFIG_WIMAX=m for ppc64el + * [Config] CONFIG_WATCHDOG=y for ppc64el + * [Config] CONFIG_VIRT_DRIVERS=y for ppc64el + * [Config] CONFIG_VERSION_SIGNATURE="" for powerpc64-emb + * [Config] CONFIG_UWB=m for ppc64el + * [Config] CONFIG_USB_STORAGE=y + * [Config] CONFIG_SATA_AHCI_PLATFORM=y for armhf + * [Config] CONFIG_HID_RMI=m + * [Config] CONFIG_HVC_DCC=n + - LP: #1303657 + + [ Upstream Kernel Changes ] + + * mm/numa: Remove BUG_ON() in __handle_mm_fault() + - LP: #1323165 + * powerpc/powernv: Add calls to support little endian host + - LP: #1327400 + * HID: rmi: introduce RMI driver for Synaptics touchpads + * HID: rmi: do not stop the device at the end of probe + * HID: rmi: check for the existence of some optional queries before reading query 12 + * HID: rmi: do not fetch more than 16 bytes in a query + * HID: rmi: fix wrong struct field name + * HID: rmi: fix masks for x and w_x data + * HID: rmi: do not handle touchscreens through hid-rmi + * ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops + - LP: #1305480 + * rebase to v3.15 + + -- Tim Gardner Tue, 03 Jun 2014 17:02:49 +0000 + +linux (3.15.0-5.10) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1325596 + * [Config] CONFIG_POWERNV_CPUFREQ=y for ppc64el + * rebase to v3.15-rc8 + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc8 + + -- Tim Gardner Mon, 02 Jun 2014 12:59:34 +0000 + +linux (3.15.0-4.9) utopic; urgency=low + + * no change rebuild to fix embeded debhelper. + + -- Andy Whitcroft Thu, 29 May 2014 12:41:58 +0100 + +linux (3.15.0-4.8) utopic; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1324107 + * [Config] enable SECURITY_APPARMOR_UNCONFINED_INIT + + [ Javier Martinez Canillas ] + + * SAUCE: (no-up) apparmor: fix bug that constantly spam the console + - LP: #1323526 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor3 - alpha6 snapshot + - LP: #1323528 + * SAUCE: (no-up) apparmor: fix apparmor spams log with warning message + - LP: #1308761 + * SAUCE: (no-up) apparmor: fix refcount bug in apparmor pivotroot + - LP: #1308765 + * SAUCE: (no-up): apparmor: fix apparmor refcount bug in apparmor_kill + - LP: #1308764 + * SAUCE: (no-up): apparmor: use custom write_is_locked macro + - LP: #1323530 + + [ Kamal Mostafa ] + + * [Config] add debian/gbp.conf + + [ Tim Gardner ] + + * [Config] CONFIG_SATA_AHCI=m for ppc64el + - LP: #1323980 + + -- Andy Whitcroft Wed, 28 May 2014 12:47:17 +0100 + +linux (3.15.0-3.7) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1323189 + + [ Andy Whitcroft ] + + * [Config] autopkgtest -- need fakeroot for tests + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc7 + + -- Tim Gardner Mon, 26 May 2014 08:12:50 +0200 + +linux (3.15.0-2.6) utopic; urgency=low + + [ Andy Whitcroft ] + + * [Config] remove the kernel-image firmware list on clean + + [ Martin Pitt ] + + * [Config] autopkgtest -- switch to significantly faster rebuild + + [ Stefan Bader ] + + * [Config]: Add missing modules to inclusion list + + [ Tim Gardner ] + + * [debian] Dynamically generate the kernel-image udebs firmware list + * [d-i] firmware/kernel-image is generated + * rebase to v3.15-rc6 + * Release Tracking Bug + - LP: #1322251 + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc6 + - LP: #1297581 + + -- Tim Gardner Wed, 21 May 2014 10:51:29 -0700 + +linux (3.15.0-1.5) utopic; urgency=low + + [ Tim Gardner ] + + * [Config] Add apm-mustang.dtb to kernel-image udeb + + -- Tim Gardner Mon, 19 May 2014 14:47:42 -0700 + +linux (3.15.0-1.4) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the + local linux/hyperv.h" + * Revert "SAUCE: (no-up) hv -- bodge hv_kvp_daemon so it can use the + local linux/hyperv.h" + * [Packaging] tools -- hv tools build correctly against the built headers + * [Packaging] cloud-tools -- add the hv_fcopy_daemon to the package + * cloud-tools -- pull in init scripts for Hyper-V daemons + * cloud-tools -- detect Hyper-V VM to avoid starting + * cloud-tools -- update IF_NAME to DEVICE in hv_* scripts + - LP: #1295401 + * [Config] cloud-tools: reenable cloud-tools + + -- Andy Whitcroft Sun, 18 May 2014 19:21:04 +0100 + +linux (3.15.0-1.3) utopic; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] ppc64el is a powerpc kernel arch and needs its quirks + - LP: #1318848 + + [ Ben Collins ] + + * [Config] Switch to grub-ieee1275 as recommended on book3e systems + - LP: #1318629 + + [ Tim Gardner ] + + * [Config] CONFIG_FSL_PAMU=n + - LP: #1311738 + * Release Tracking Bug + - LP: #1320239 + + -- Tim Gardner Fri, 16 May 2014 07:37:07 -0600 + +linux (3.15.0-1.2) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1318171 + * Add rpcsec_gss_krb5 to generic inclusion list + - LP: #769527 + * rebase to v3.15-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc5 + - LP: #1297581 + + -- Tim Gardner Tue, 06 May 2014 15:20:10 -0500 + +linux (3.15.0-0.1) utopic; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc4 + - LP: #1297581 + - LP: #1297581 + - LP: #1305133 + - LP: #1297581 + - LP: #1297581 + - LP: #871808 + - LP: #1260303 + - LP: #1268468 + - LP: #1248116 + - LP: #1211920 + - LP: #1259790 + - LP: #1259437 + - LP: #1259435 + - LP: #1268468 + + -- Tim Gardner Fri, 07 Feb 2014 09:35:13 -0700 + +linux (3.15.0-0.0) utopic; urgency=low + + * Initial version for 3.15. + + -- Andy Whitcroft Fri, 02 May 2014 15:06:39 +0100 + +linux (3.13.0-8.27) trusty; urgency=low + + [ John Johansen ] + + * SAUCE: Add config option to disable new apparmor 3 semantics + -LP: #1270215 + + [ Tim Gardner ] + + * [debian] Fix indep_hdrs_pkg_name + - LP: #1134441 + * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3 + * Enabled lttng build + * Don't build lttng for armhf + lttng hates gcc-4.8 for armhf + * Release Tracking Bug + - LP: #1277309 + + [ Upstream Kernel Changes ] + + * rebase to v3.13.2 + - LP: #1260303 + - LP: #1260303 + - LP: #1268468 + + -- Tim Gardner Thu, 06 Feb 2014 09:25:51 -0700 + +linux (3.13.0-7.26) trusty; urgency=low + + [ John Johansen ] + + * SAUCE: apparmor: fix uninitialized lsm_audit membe + - LP: #1268727 + * Add config option to optionally enable new apparmor 3 semantics + + [ Tim Gardner ] + + * [Config] Add lowlatency to getabis + * [Config] CONFIG_SECURITY_APPARMOR_AA3_SEMANTICS=y + - LP: #1270215 + * Release Tracking Bug + - LP: #1276810 + + [ Upstream Kernel Changes ] + + * x86, x32: Correct invalid use of user timespec in the kernel + - LP: #1274349 + - CVE-2014-0038 + + -- Tim Gardner Wed, 05 Feb 2014 15:49:44 -0500 + +linux (3.13.0-7.25) trusty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: fix fmd headers" + * SAUCE: fix fmd headers + + -- Andy Whitcroft Tue, 04 Feb 2014 09:36:09 +0000 + +linux (3.13.0-7.24) trusty; urgency=low + + [ Stefan Bader ] + + * [Config] Make vmwgfx driver enable the framebuffer device + + [ Tim Gardner ] + + * rebase to v3.13.1 + * [Config] CONFIG_NFS_FS=m for ppc64el + * [Config] CONFIG_X86_SYSFB=n + https://lists.ubuntu.com/archives/kernel-team/2014-February/038166.html + * Release Tracking Bug + - LP: #1275898 + + [ Upstream Kernel Changes ] + + * i2c: piix4: Add support for AMD ML and CZ SMBus changes + - LP: #1272525 + * i2c: piix4: Use different message for AMD Auxiliary SMBus Controller + - LP: #1272525 + * mm: ignore VM_SOFTDIRTY on VMA merging + - LP: #1274917 + * drm/radeon: disable dpm on BTC + - LP: #1266984 + + [ Upstream Kernel Changes ] + + * rebase to v3.13.1 + + -- Tim Gardner Thu, 30 Jan 2014 15:24:48 +0000 + +linux (3.13.0-6.23) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] fix up architecture for linux-tools + + -- Andy Whitcroft Thu, 30 Jan 2014 09:00:41 +0000 + +linux (3.13.0-6.22) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] limit linux-udebs- to matching arch + * [Config] powerpc -- disable perf to fix FTBFS + * [Config] ppc64el -- fix up missing udebs + + -- Andy Whitcroft Wed, 29 Jan 2014 16:00:28 +0000 + +linux (3.13.0-6.21) trusty; urgency=low + + [ Andy Fleming ] + + * SAUCE: net: Add support for handling queueing in hardware + * SAUCE: of_mdio: Add of_phy_attach function + * SAUCE: phylib: Add generic 10G driver + * SAUCE: phylib: Support attaching to gen10g_driver + * SAUCE: phylib: Add Clause 45 read/write functions + + [ Andy Whitcroft ] + + * SAUCE: fix fmd headers + * [Packaging] lowlatency -- merge out of tree flavours + * SAUCE: allow IRQs to be irq-threaded by default via config + * [Config]: enable CONFIG_IRQ_FORCED_THREADING_DEFAULT for lowlatency + * [Config] powerpc -- fix up Build-depends: + * Release Tracking Bug + - LP: #1273747 + + [ Ben Collins ] + + * SAUCE: PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit + ptr/64-bit rsrcs + * SAUCE: Revert "phy: vitesse make vsc824x_add_skew static" + * SAUCE: Fixup freescale usb phy driver to work on ppc64 + * SAUCE: xgmac_mdio: Silence read errors + * SAUCE: Provide booke stub for kvmppc_is_bigendian() + * SAUCE: Fix stack overflow on ppc32 + * SAUCE: Use resource_size_t instead of long for PCI resource address + * SAUCE: net/phy: Export function for use by dpaa_eth + * [Packaging] powerpc -- merge out of tree powerpc arch + + [ Bjorn Helgaas ] + + * SAUCE: Revert "EISA: Log device resources in dmesg" + - LP: #1251816 + * SAUCE: Revert "EISA: Initialize device before its resources" + - LP: #1251816 + + [ Emil Medve ] + + * SAUCE: phylib: Minimum hack to get the generic 10G PHY driver to work + with 10G "fixed-link"s + + [ Kumar Gala ] + + * SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman + * SAUCE: fsl_pme2: Add support for DPAA PME + * SAUCE: fmd: FMD14 integration + * SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture + * SAUCE: powerpc/85xx: Add DPAA/networking support for CoreNet + + [ Madalin Bucur ] + + * SAUCE: net/flow: remove sleeping and deferral mechanism from + flow_cache_flush + * SAUCE: net/phy: abort genphy_read_status when link changes during speed + and duplex reading + + [ Stefan Bader ] + + * [Config] move some VMWare related modules into main package + - LP: #1271669 + + [ Tim Gardner ] + + * [Config] Add r815x to nic-modules + - LP: #1273735 + * [Config] CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y + - LP: #239479 + + [ Upstream Kernel Changes ] + + * mmc: sdhci-pci: break out definitions to header file + - LP: #1239938 + * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hosts + - LP: #1239938 + * powerpc/book3e: rename interrupt_end_book3e with __end_interrupts + * powerpc/book3e: support CONFIG_RELOCATABLE + * book3e/kexec/kdump: enable kexec for kernel + * book3e/kexec/kdump: create a 1:1 TLB mapping + * book3e/kexec/kdump: introduce a kexec kernel flag + * book3e/kexec/kdump: implement ppc64 kexec specfic + * book3e/kexec/kdump: redefine VIRT_PHYS_OFFSET + * book3e/kexec/kdump: recover "r4 = 0" to create the initial TLB + + -- Andy Whitcroft Tue, 28 Jan 2014 22:59:46 +0000 + +linux (3.13.0-5.20) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] tools -- do not make symlinks when not making packages + * [Packaging] tools -- tidy up control.stub.in ordering + * [Packaging] tools -- tools-common is shared and not conditional + * rebase to v3.13 + + [ Dirk Brandewie ] + + * SAUCE: intel_pstate: Add setting voltage value for baytrail P states. + + [ KY Srinivasan ] + + * SAUCE: Drivers: hv: vmbus: Specify the target CPU that should receive + notification + + [ Upstream Kernel Changes ] + + * rebase to v3.13 + - LP: #1270603 + + -- Andy Whitcroft Fri, 17 Jan 2014 15:45:31 +0000 + +linux (3.13.0-4.19) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] libunwind8-dev is now available for ppc64el + * [Packaging] tools -- make cpupower optional + * [Packaging] tools -- enable correctly for x86 + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1269872 + + [ Upstream Kernel Changes ] + + * SAUCE: ARM: OMAP: hwmod: Add SYSC offsets for AES IP + * SAUCE: ARM: OMAP4: hwmod: Add hwmod data for AES IP + * SAUCE: OMAP: AM33xx: hwmod: Correct AES module SYSC type + * SAUCE: crypto: omap-aes: add error check for pm_runtime_get_sync + + [ Upstream Kernel Changes ] + + * rebase to 85ce70fdf48aa290b4845311c2dd815d7f8d1fa5 + + -- Tim Gardner Wed, 15 Jan 2014 13:23:05 +0000 + +linux (3.13.0-3.18) trusty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.13-rc8 + * [Packaging] efi -- allow EFI signatures on any arch + + [ Tim Gardner ] + + * [Config] Fix vcs-git path + * Release Tracking Bug + - LP: #1268683 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc8 + + -- Andy Whitcroft Sun, 12 Jan 2014 11:58:01 +0000 + +linux (3.13.0-2.17) trusty; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1267809 + * [Config] apply Platform support>>CPUIdle driver>>CPU Idle config + defaults + * [Config] apply Platform support>>CPU Frequency scaling config defaults + * [Config] CONFIG_PARIDE_EPATC8=y + * [Config] apply Device Drivers >> Broadcom specific AMBA config defaults + * [Config] apply Bus options >> PCI support >> RapidIO support >> RapidIO + Switch drivers config defaults + * [Config] apply Cryptographic API config defaults + * [Config] apply Device Drivers >> Common Clock Framework config defaults + * [Config] apply Device Drivers >> Distributed Switch Architecture + drivers config defaults + * [Config] apply Device Drivers >> Graphics support >> Backlight & LCD + device support config defaults + * [Config] apply Device Drivers >> Graphics support >> Support for frame + buffer devices >> Bootup logo config defaults + * annotations -- update in tree annotations + * [Config] apply Bus options >> PCI support >> RapidIO support config + defaults + * [Config] CONFIG_POWER_AVS=y CONFIG_RESET_CONTROLLER=y + * [Config] apply Device Drivers >> 1-wire Bus Masters config defaults + * [Config] apply CAN Device Drivers >> Platform CAN drivers with Netlink + support config defaults + * [Config] apply Device Drivers >> Character devices >> Serial drivers + config defaults + * [Config] apply Device Drivers >> Generic Thermal sysfs driver config + defaults + * [Config] apply Device Drivers >> Character devices >> TPM Hardware + Support config defaults + * [Config] apply Device Drivers >> Character devices config defaults + * [Config] apply Device Drivers >> HID support >> USB HID support >> USB + HID transport layer config defaults + * [Config] apply Device Drivers >> HID support >> HID bus support config + defaults + * [Config] apply Device Drivers >> HID support >> USB HID support config + defaults + * annotations -- update in tree annotations + * [Config] apply Device Drivers >> GPIO Support config defaults + * [Config] update configs for apparmour update + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot + * SAUCE: apparmor: fix unix domain sockets to be mediated on connection + - LP: #1208988 + * SAUCE: apparmor: allocate path lookup buffers during init + - LP: #1208988 + * SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy + - LP: #1236455 + + [ Tim Gardner ] + + * Revert "[Debian] getabis: Preface module with package name" + * [Config] Added ppc64el to getabis + * [packaging] Bump ABI for every new release + + -- Andy Whitcroft Fri, 10 Jan 2014 11:48:39 +0000 + +linux (3.13.0-1.16) trusty; urgency=low + + * First 3.13 upload. + * Release tracker + - LP: #1266852 + + -- Tim Gardner Tue, 07 Jan 2014 09:21:26 -0700 + +linux (3.13.0-0.15) trusty; urgency=low + + [ Tim Gardner ] + + * rebase to v3.13-rc7 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc7 + + -- Tim Gardner Sun, 05 Jan 2014 06:13:33 -0700 + +linux (3.13.0-0.14) trusty; urgency=low + + [ Andy Whitcroft ] + + * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6 + + [ Tim Gardner ] + + * Remove ubuntu/dm-raid4-5 in favor of CONFIG_MD_RAID456 + * Update lttng to Version 2.4.0-rc2 + * lttng: Disabled trace_kvm_async_pf_completed + * [Config] CONFIG_IMA=y + - LP: #1244627 + + [ Upstream Kernel Changes ] + + * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6 + + -- Tim Gardner Thu, 02 Jan 2014 12:57:13 -0700 + +linux (3.13.0-0.13) trusty; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: aufs3 -- (no-up) aufs3-base.patch + * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch + * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: AUFS -- update to 7b136a27b021da9010d8b6c101939dd298e46be7 + * ubuntu: aufs3 -- enable + * ubuntu: aufs3 -- update configs + + -- Andy Whitcroft Thu, 02 Jan 2014 09:41:02 +0000 + +linux (3.13.0-0.12) trusty; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc6 + + -- Tim Gardner Tue, 31 Dec 2013 06:16:03 -0700 + +linux (3.13.0-0.11) trusty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: suspicious unlocked ->status reading and writing in ipc/sem.c + * [Config] ppc64el -- initial defconfig based -generic flavour + * [Config] initial defconfig for ppc64el + * [Config] ubuntuise ppc64el config + * [Config] ubuntuise ppc64el config part 2 + * [Config] d-i -- update empty udebs list + * [Config] ppc64el -- split extras package + + [ Anton Blanchard ] + + * SAUCE: KVM: PPC: Book3S HV: Add little-endian guest support + + [ Benjamin Herrenschmidt ] + + * SAUCE: powerpc/powernv: Add calls to support little endian + + [ Cédric Le Goater ] + + * SAUCE: KVM: PPC: Book3S: add helper routine to load guest instructions + * SAUCE: KVM: PPC: Book3S: add helper routines to detect endian order + * SAUCE: KVM: PPC: Book3S: MMIO emulation support for little endian + guests + + [ Paul E. McKenney ] + + * SAUCE: powerpc: Make 64-bit non-VMX copy_tofrom_user() bi-endian + + -- Andy Whitcroft Fri, 27 Dec 2013 16:48:55 +0000 + +linux (3.13.0-0.10) trusty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.13-rc5 + * [Config] updateconfigs following rebase to v3.13-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc5 + - LP: #1260303 + - LP: #1260303 + - LP: #1260225 + + -- Andy Whitcroft Mon, 23 Dec 2013 12:48:28 +0000 + +linux (3.13.0-0.9) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] d-i -- allow missing firmware + + -- Andy Whitcroft Fri, 20 Dec 2013 17:57:06 +0000 + +linux (3.13.0-0.8) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] annotations -- first pass over entire config + * [Config] drop libunwind8-dev from Build-Depends for ppc64el + + [ Tim Gardner ] + + * [Config] Add arm64 device tree files + - LP: #1262901 + + -- Andy Whitcroft Thu, 19 Dec 2013 18:36:43 +0000 + +linux (3.13.0-0.7) trusty; urgency=low + + [ Rajesh B Prathipati ] + + * SAUCE: powerpc: Make unaligned accesses endian-safe for powerpc + + [ Tim Gardner ] + + * [Config] CONFIG_REGULATOR_S2MPS11=n for FTBS + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc4 + - LP: #1259790 + - LP: #1259437 + - LP: #1259435 + + -- Tim Gardner Fri, 13 Dec 2013 07:56:34 -0700 + +linux (3.13.0-0.6) trusty; urgency=low + + [ Paolo Pisati ] + + * [Config] armhf: arm64: VIRTIO_[BLK|MMIO|NET|CONSOLE|BALLOON]=y + * [Config] i386: amd64: VIRTIO_CONSOLE=y + + [ Tim Gardner ] + + * [Config] CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y + + -- Tim Gardner Sun, 08 Dec 2013 09:22:01 -0700 + +linux (3.13.0-0.5) trusty; urgency=low + + [ Andy Whitcroft ] + + * correct bug listing for v3.13-rc2 rebase + * [Config] ppc64el -- create linux-libc-dev + * [Debian] Improve tools version message + - LP: #1257715 + + [ Serge Hallyn ] + + * SAUCE: fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)] + - LP: #1248590 + * SAUCE: vfs: Fix a regression in mounting proc + + [ Tim Gardner ] + + * [Config] Build-in ohci-pci + - LP: #1244176 + * Rebase to v3.13-rc3 + + [ Upstream Kernel Changes ] + + * Revert "Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID + checks"" + - LP: #1248590 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc3 + - LP: #1256840 + - LP: #1256212 + + -- Tim Gardner Sat, 07 Dec 2013 07:55:39 -0700 + +linux (3.13.0-0.4) trusty; urgency=low + + [ Tim Gardner ] + + * Rebase to v3.13-rc2 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc2 + + -- Tim Gardner Fri, 29 Nov 2013 23:54:05 -0500 + +linux (3.13.0-0.3) trusty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: Fix DocBook FTBS" + + [ Tim Gardner ] + + * [Debian] Re-sign modules after debug objcopy + - LP: #1253155 + * [Config] CONFIG_EXT4_USE_FOR_EXT23=y + + [ Upstream Kernel Changes ] + + * doc: fix generation of device-drivers + * rebase to b975dc3689fc6a3718ad288ce080924f9cb7e176 + + -- Tim Gardner Tue, 26 Nov 2013 12:24:42 -0700 + +linux (3.13.0-0.2) trusty; urgency=low + + [ Tim Gardner ] + + * SAUCE: Fix DocBook FTBS + + -- Tim Gardner Mon, 25 Nov 2013 13:24:15 -0700 + +linux (3.13.0-0.1) trusty; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to 7e3528c3660a2e8602abc7858b0994d611f74bc3 + + -- Tim Gardner Tue, 12 Nov 2013 07:28:53 -0700 + +linux (3.13.0-0.0) trusty; urgency=low + + * Major release bump. + + -- Andy Whitcroft Tue, 12 Nov 2013 21:37:52 +0000 + +linux (3.12.0-2.7) trusty; urgency=low + + * Fixed armhf ABI build failure. + * Release tracker + - LP: #1249477 + + -- Tim Gardner Fri, 08 Nov 2013 16:22:45 -0700 + +linux (3.12.0-2.6) trusty; urgency=low + + [ Joseph Salisbury ] + + * SAUCE: tg3: Add support for new 57786 device id. + - LP: #1242610 + + [ Tim Gardner ] + + * [Config] CONFIG_OABI_COMPAT=n + * [Config] add the wandboard to shipped dtb + - LP: #1249421 + * Release tracker + - LP: #1249477 + + -- Tim Gardner Fri, 08 Nov 2013 12:23:18 -0700 + +linux (3.12.0-2.5) trusty; urgency=low + + [ Andy Whitcroft ] + + * rebase to mainline v3.12 + * [Config] updateconfigs following rebase to v3.12 + * postinst -- improve relative symlink detection with missing files + - LP: #1248053 + * postinst -- fix unchanged link detection + * [Config] update configs following addition of apparmor fixes + + [ Anthony Wong ] + + * SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537 + - LP: #1231305 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot + * SAUCE: apparmor: fix unix domain sockets to be mediated on connection + - LP: #1208988 + * SAUCE: apparmor: allocate path lookup buffers during init + - LP: #1208988 + + [ Tim Gardner ] + + * [Config] Remove superfluous ubuntu/lttng-modules + + [ Upstream Kernel Changes ] + + * Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks" + - LP: #1248590 + + [ Upstream Kernel Changes ] + + * rebase to v3.12 + - LP: #1222850 + + [ Adam Conrad ] + * etc/getabis: Fetch arm64/generic abis as well + + -- Andy Whitcroft Wed, 06 Nov 2013 21:00:21 +0000 + +linux (3.12.0-1.3) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] arm64 -- add arch to the configuration handlers + * [Config] arm64 -- add generic flavour + * [Config] arm64 -- default config + * [Config] arm64 -- fix up various FTBFS config options + * SAUCE: arm64: export __copy_in_user to modules + * [Config] arm64 -- disable ABI/module checks + * [Config] arm64 -- enforcer -- add arm64 to the enforcer + * [Config] arm64 -- enable udebs for arm64 + + [ Colin Watson ] + + * [Config] Clean up various udeb Provides + + [ Paolo Pisati ] + + * [Config] AHCI_IMX=y + * [Config] build imx*-wandboard dtbs + + [ Serge Hallyn ] + + * SAUCE: device_cgroup: remove can_attach + + [ Tim Gardner ] + + * rebase to v3.12-rc7 + * SAUCE: KVM: Fix modprobe failure for kvm_intel/kvm_amd + * Release tracker + - LP: #1245932 + + [ Upstream Kernel Changes ] + + * rebase to v3.12-rc7 + - LP: #1180881 + - LP: #1180881 + - LP: #1217957 + + -- Tim Gardner Sun, 27 Oct 2013 22:08:55 -0600 + +linux (3.12.0-0.2) trusty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ + CAPACITY (16) at SPC-2" + * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at + SPC-2" + * Revert "SAUCE: (no-up) scsi: add scsi device flag to request READ + CAPACITY (16) be preferred" + * Revert "SAUCE: (no-up) scsi: add scsi device flag to request VPD pages + be used at SPC-2" + * Revert "overlayfs: Update to v19" + * Revert "ubuntu: overlayfs v18 -- -- overlayfs: implement show_options" + * Revert "ubuntu: overlayfs v18 -- -- overlayfs: add statfs support" + * Revert "ubuntu: overlayfs v18 -- -- overlay filesystem" + * Revert "ubuntu: overlayfs v18 -- -- vfs: introduce + clone_private_mount()" + * Revert "ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to + modules" + * Revert "ubuntu: overlayfs v18 -- -- overlay: overlay filesystem + documentation" + * ubuntu: overlayfs v20 -- overlayfs: add statfs support + * [Config] fix linux-libc-dev generation for arm64 + * [Config] fix linux-libc-dev generation for x32 + * [Config] add linux-libc-dev generation for ppc64el + + [ Erez Zadok ] + + * ubuntu: overlayfs v20 -- overlayfs: implement show_options + + [ Miklos Szeredi ] + + * ubuntu: overlayfs v20 -- vfs: add i_op->dentry_open() + * ubuntu: overlayfs v20 -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs v20 -- vfs: export __inode_permission() to modules + * ubuntu: overlayfs v20 -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs v20 -- overlay filesystem + * ubuntu: overlayfs v20 -- fs: limit filesystem stacking depth + + [ Neil Brown ] + + * ubuntu: overlayfs v20 -- overlay: overlay filesystem documentation + + [ Paolo Pisati ] + + * [Config] arm: VIRTIO_[BLK|NET|MMIO]=y + + [ Seth Forshee ] + + * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo + ThinkPads + - LP: #1183856 + + [ Tim Gardner ] + + * [Config] CONFIG_CRYPTO_CRCT10DIF=y, CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m + * rebase to v3.12-rc2 + * updateconfigs + * [Config] disable CONFIG_FB_VESA enforcer check + * [Config] Disable lttng for FTBS + * rebase to v3.12-rc3 + * rebase to v3.12-rc4 + * [Config] CONFIG_ANDROID=n + - LP: #1235161 + * [Config] CONFIG_L2TP_V3=y + - LP: #1235914 + * [Config] CONFIG_USB_OTG=n for all arches + * Release tracker + - LP: #1242811 + + [ Upstream Kernel Changes ] + + * scsi: hyper-v storsvc switch up to SPC-3 + + * rebase to v3.12-rc6 + - LP: #1235977 + - LP: #1235523 + - LP: #1239392 + - LP: #1227491 + + * rebase to v3.12-rc3 + - LP: #1231931 + + * rebase to v3.12-rc2 + - LP: #1213820 + - LP: #1213055 + - LP: #1198030 + + -- Tim Gardner Mon, 23 Sep 2013 07:41:07 -0600 + +linux (3.11.0-8.15) saucy; urgency=low + + [ Tim Gardner ] + + * Release tracker + - LP: #1227969 + + * Update lttng + Updated to git://git.lttng.org/lttng-modules.git 9998f5216f4641a79e158135 + Version 2.3.0+ + + [ Upstream Kernel Changes ] + + * igb: Add additional get_phy_id call for i354 devices + - LP: #1219619 + * igb: Read flow control for i350 from correct EEPROM section + - LP: #1219619 + * timekeeping: Fix HRTICK related deadlock from ntp lock changes + Required for lttng update. + + -- Tim Gardner Thu, 19 Sep 2013 07:41:49 -0600 + +linux (3.11.0-7.14) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] sort out linux-tools naming + - LP: #1205284 + * [Packaging] linux-tools: switch to common generic version helper + + [ Paolo Pisati ] + + * [Config] highbank: ecx1000: CPU_IDLE causes instabilities, disable it + + [ Tim Gardner ] + + * Release tracker + - LP: #1226160 + + [ Tony Lindgren ] + + * SAUCE: ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus + for pandaboard + + [ Upstream Kernel Changes ] + + * USB: handle LPM errors during device suspend correctly + - LP: #1011415 + * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend() + - LP: #1011415 + * usb: Don't fail port power resume on device disconnect. + - LP: #1011415 + + [ Upstream Kernel Changes ] + + * rebase to v3.11.1 + + -- Tim Gardner Wed, 11 Sep 2013 07:30:17 -0600 + +linux (3.11.0-7.13) saucy; urgency=low + + * Release tracker + - LP: #1223545 + + [ Andy Whitcroft ] + + * SAUCE: (no-up) scsi: add scsi device flag to request VPD pages be used at SPC-2 + - LP: #1223499 + * SAUCE: (no-up) scsi: add scsi device flag to request READ CAPACITY (16) be preferred + - LP: #1223499 + * SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at SPC-2 + - LP: #1223499 + * SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ CAPACITY (16) at SPC-2 + - LP: #1223499 + + [ Maximiliano Curia ] + + * SAUCE: (no-up) Only let characters through when there are active readers. + - LP: #1208740 + + [ Tim Gardner ] + + * [Debian] getabis: Commit new ABI directory, remove the old + * [Config] CONFIG_EFIVAR_FS=y + - LP: #1223195 + * [Config] CONFIG_EFI_VARS_PSTORE=m, + CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n + * SAUCE: (no-up) USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited() + - LP: #1222850 + + [ Upstream Kernel Changes ] + + * Intel xhci: refactor EHCI/xHCI port switching + - LP: #1210858 + + -- Tim Gardner Tue, 10 Sep 2013 09:00:19 -0600 + +linux (3.11.0-6.12) saucy; urgency=low + + * Release tracker + - LP: #1222893 + + [ Andy Whitcroft ] + + * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch" + * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch" + * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch + * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch + - LP: #1222407 + + [ Paolo Pisati ] + + * [Config] restore mmc boot on panda + + [ Tyler Hicks ] + + * SAUCE: apparmor: Use shash crypto API interface for profile hashes + - LP: #1216294 + + [ Upstream Kernel Changes ] + + * net: calxedaxgmac: remove NETIF_F_FRAGLIST setting + * net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len + * net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err + * net: calxedaxgmac: fix possible skb free before tx complete + * net: calxedaxgmac: update ring buffer tx_head after barriers + * net: calxedaxgmac: fix race with tx queue stop/wake + * net: calxedaxgmac: enable interrupts after napi_enable + * net: calxedaxgmac: fix various errors in xgmac_set_rx_mode + * net: calxedaxgmac: remove some unused statistic counters + * net: calxedaxgmac: fix rx DMA mapping API size mismatches + * net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling + * mfd: rtsx: Read vendor setting from config space + - LP: #1201698 + + -- Tim Gardner Mon, 09 Sep 2013 07:21:06 -0600 + +linux (3.11.0-5.11) saucy; urgency=low + + * Release tracker + - LP: #1221886 + + [ Adam Lee ] + + * SAUCE: Bluetooth: Add support for 04ca:2007 + - LP: #1153448 + * SAUCE: Bluetooth: Add support for 105b:e065 + - LP: #1161261 + + [ Gavin Guo ] + + * SAUCE: Bluetooth: Add support for Broadcom 413c:8143 + - LP: #1166113 + + [ Upstream Kernel Changes ] + + * igb: Reset the link when EEE setting changed + - LP: #1219619 + * igb: Read register for latch_on without return value + - LP: #1219619 + * igb: Added rcu_lock to avoid race + - LP: #1219619 + * igb: don't allow SR-IOV without MSI-X + - LP: #1219619 + * igb: Update MTU so that it is always at least a standard frame size + - LP: #1219619 + * igb: Refactor of init_nvm_params + - LP: #1219619 + * igb: Refactor NVM read functions to accommodate devices with no flash + - LP: #1219619 + * igb: Add device support for flashless SKU of i210 device + - LP: #1219619 + * igb: Fix get_fw_version function for all parts + - LP: #1219619 + * igb: Add macro for size of RETA indirection table + - LP: #1219619 + * igb: Expose RSS indirection table for ethtool + - LP: #1219619 + * igb: Don't look for a PBA in the iNVM when flashless + - LP: #1219619 + * igb: Implementation of 1-sec delay for i210 devices + - LP: #1219619 + * igb: New PHY_ID for i354 device + - LP: #1219619 + * igb: M88E1543 PHY downshift implementation + - LP: #1219619 + * igb: No PHPM support in i354 devices + - LP: #1219619 + * igb: Support to get 2_5G link status for appropriate media type + - LP: #1219619 + * igb: Get speed and duplex for 1G non_copper devices + - LP: #1219619 + * igb: Implementation to report advertised/supported link on i354 devices + - LP: #1219619 + * igb: Update version number + - LP: #1219619 + * Bluetooth: Take proper tty_struct references + - LP: #1189998 + * Bluetooth: Remove the device from the list in the destructor + - LP: #1189998 + * Bluetooth: Move the tty initialization and cleanup out of open/close + - LP: #1189998 + * Bluetooth: Implement .activate, .shutdown and .carrier_raised methods + - LP: #1189998 + * Bluetooth: Fix the reference counting of tty_port + - LP: #1189998 + * Bluetooth: Purge the dlc->tx_queue to avoid circular dependency + - LP: #1189998 + + [ Wen-chien Jesse Sung ] + + * SAUCE: Bluetooth: Support for loading broadcom patchram firmware + - LP: #1065400 + * SAUCE: Bluetooth: Add support for 13d3:3388 and 13d3:3389 + - LP: #1065400 + + -- Tim Gardner Thu, 05 Sep 2013 08:06:17 -0600 + +linux (3.11.0-5.10) saucy; urgency=low + + [ Andy Whitcroft ] + + * Release tracker + - LP: #1220222 + * Revert "[Config] Fix ubuntu directoy Kbuilds" + * Revert "aufs update dropped some Kbuild files" + * Revert "ubuntu: AUFS -- follow rename of loop.h into drivers/block" + * Revert "ubuntu: AUFS -- update to + 8e503d4142c189ed6c47a2177ad2cd058e8d340e" + * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch" + * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch" + * rebase to v3.11 final + * [Config] clean up ubuntu/Kconfig and ubuntu/Makefile + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch + * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch + * ubuntu: AUFS -- update to 5ac5fe26a90a818218310e208d17688fddb07622 + * ubuntu: (no-squash) AUFS -- enable aufs + * ubuntu: AUFS -- fix remaining d_count references to use accessor + * ubuntu: lttng -- follow rename of pid_ns + * SAUCE: disable stack-protector for ARM compressed bootloader + + [ Paolo Pisati ] + + * [Config] ARM_ATAG_DTB_COMPAT=y + + [ Rob Herring ] + + * [Config] Enable KVM and virtio for armhf generic-lpae + + [ Tim Gardner ] + + * [Config] CONFIG_ARPD=y + * [Config] CONFIG_ZSWAP=y + - LP: #1215379 + + [ Upstream Kernel Changes ] + + * uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor. + - LP: #1217957 + * ARM: use phys_addr_t for DMA zone sizes + * ARM: highbank: enable DMA zone for LPAE + * ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL + * ARM: highbank: select required errata work-arounds + * DMA: fix AMBA PL08x compilation issue with 64bit DMA address type + * DMA: fix printk warning in AMBA PL08x DMA driver + * ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE + * ARM: move outer_cache declaration out of ifdef + * ARM: highbank: avoid L2 cache smc calls when PL310 is not present + * ARM: highbank: clean-up some unused includes + * ARM: xen: only set pm function ptrs for Xen guests + + [ Upstream Kernel Changes ] + + * rebase to v3.11 + + -- Andy Whitcroft Tue, 03 Sep 2013 17:08:06 +0100 + +linux (3.11.0-4.9) saucy; urgency=low + + [ Tim Gardner ] + + * rebase to v3.11-rc7 + * Release tracker + - LP: #1216962 + + [ Upstream Kernel Changes ] + + * mwifiex: do not create AP and P2P interfaces upon driver loading + - LP: #1212720 + + -- Tim Gardner Mon, 26 Aug 2013 06:25:35 -0600 + +linux (3.11.0-3.8) saucy; urgency=low + + [ Johannes Berg ] + + * SAUCE: mac80211: ignore (E)CSA in probe response frames + - LP: #1201470 + + -- Tim Gardner Fri, 23 Aug 2013 09:47:36 -0600 + +linux (3.11.0-3.7) saucy; urgency=low + + [ Tim Gardner ] + + * SAUCE: (no-up) hv_vss_daemon -- prevent self-daemonising to allow + upstart to track + * SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the local + linux/hyperv.h + * SAUCE: hv: Add vss daemon to Makefile + * [Debian] Add hv_vss_daemon to tools package + - LP: #1213282 + * [Config] Fix ubuntu directoy Kbuilds + - LP: #1181755 + + -- Tim Gardner Tue, 20 Aug 2013 08:34:05 -0600 + +linux (3.11.0-3.6) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] tools: conditionalise x86 and hyper-v tools sensibly + * [Config] tools: enable x86 and hyper-v + + [ John Johansen ] + + * Revert "SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable + snapshot" + * Revert "SAUCE: (no-up) apparmor: fix apparmor module status for none + root users" + * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot + + [ Joseph Salisbury ] + + * SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops + - LP: #1210848 + + [ Kamal Mostafa ] + + * [debian] tools: ship 'cpupower' in linux-tools + - LP: #1158668 + * [Config] Build-dep on libpci-dev for cpu tools + - LP: #1158668 + + [ Tim Gardner ] + + * rebase to v3.11-rc6 + * Release tracker + - LP: #1213941 + + -- Tim Gardner Fri, 16 Aug 2013 07:02:07 -0600 + +linux (3.11.0-2.5) saucy; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_PM_DEBUG=y + - LP: #1210539 + * rebase to v3.11-rc5 + * Release tracker + - LP: #1211378 + + -- Tim Gardner Mon, 12 Aug 2013 06:10:39 -0600 + +linux (3.11.0-1.4) saucy; urgency=low + + [ Tim Gardner ] + + * Bump ABI when making changes to the inclusion list lest + you cause conflicts with existing installed kernel + packages. + - LP: #1210331 + + -- Tim Gardner Fri, 09 Aug 2013 03:03:51 +0100 + +linux (3.11.0-0.3) saucy; urgency=low + + [ Tim Gardner ] + + * [Config] Include rbd and kvm in the virtual inclusion list + - LP: #1206961 + * [Config] Removed obsolete inclusion list entries + + -- Tim Gardner Tue, 06 Aug 2013 08:52:14 +0100 + +linux (3.11.0-0.2) saucy; urgency=low + + [ Bruce Allan ] + + * SAUCE: (no-up) e1000e: fix I217/I218 PHY initialization flow + - LP: #1206757 + * SAUCE: (no-up) e1000e: enable support for new device IDs + - LP: #1206757 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot + + [ Paolo Pisati ] + + * build vexpress a15 dtb + * [Config] disable Broadcom bcm support (ARCH_BCM) + * [Config] disable Allwinner a1x support (ARCH_SUNXI) + * [Config] disable WonderMedia WM8850 support (ARCH_WM8850) + * [Config] disable Rockchip support (ARCH_ROCKCHIP) + * [Config] disable STMicroelectronics STiH41x SOCs (ARCH_STI) + * [Config] disable TI Keystone, AM43xx and OMAP5 support + * [Config] ARM_APPENDED_DTB=y + + [ Tim Gardner ] + + * rebase to v3.11-rc4 + * overlayfs: Update to v19 + * [Config] Enable overlayfs + * SAUCE: Fix lttng compile errors + + [ Upstream Kernel Changes ] + + * rebase to v3.11-rc4 + - LP: #1163720 + - LP: #1162026 + - LP: #1195636 + - LP: #1195597 + - LP: #1180409 + - LP: #1168430 + + -- Tim Gardner Sun, 04 Aug 2013 03:45:31 -0600 + +linux (3.11.0-0.1) saucy; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to 64ccccf8525fee499625b517c0faadf784c79e93 + - LP: #1163720 + - LP: #1162026 + - LP: #1195636 + - LP: #1195597 + - LP: #1180409 + - LP: #1168430 + + -- Tim Gardner Mon, 08 Jul 2013 08:50:46 -0600 + +linux (3.10.0-2.10) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_INTEL_MEI*=m + - LP: #1196155 + * [Config] CONFIG_DEBUG_INFO=y + + [ Stephen Warren ] + + * [Config] fix Calxeda xgmac module filename + + [ Upstream Kernel Changes ] + + * Revert "serial: 8250_pci: add support for another kind of NetMos + Technology PCI 9835 Multi-I/O Controller" + - LP: #1190967 + * mfd: lpc_ich: Add support for Intel Avoton SoC + - LP: #1196658 + + -- Andy Whitcroft Fri, 05 Jul 2013 18:08:02 +0100 + +linux (3.10.0-2.9) saucy; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.10 + + [ John Johansen ] + + * Revert "SAUCE: (no-up) apparmor: Fix quieting of audit messages for + network mediation" + * Revert "SAUCE: (no-up) apparmor: Fix compile warnings" + * Revert "SAUCE: (no-up) AppArmor: basic networking rules" + * Revert "SAUCE: (no-up) apparmor: Add the ability to mediate mount" + * Revert "SAUCE: (no-up) AppArmor: Add profile introspection file to + interface" + * Revert "SAUCE: (no-up) AppArmor: Disable Add PR_{GET,SET}_NO_NEW_PRIVS + to prevent execve from granting privs" + * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot + + [ Upstream Kernel Changes ] + + * rebase to v3.10 + + -- Andy Whitcroft Mon, 01 Jul 2013 17:42:29 +0100 + +linux (3.10.0-1.8) saucy; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1195717 + + [ Andy Whitcroft ] + + * Revert "ubuntu: overlayfs -- follow change to do_splice_direct + interface" + * Revert "ubuntu: overlayfs -- expose do_splice_direct prototype" + * Revert "SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path + reference" + * Revert "ubuntu: overlayfs -- add FS_ALIAS" + * Revert "ubuntu: overlayfs -- + overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode" + * Revert "ubuntu: overlayfs -- ovl-switch-to-inode_permission" + * Revert "ubuntu: overlayfs -- vfs-export-inode_permission-to-modules" + * Revert "ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link" + * Revert "ubuntu: overlayfs -- + overlayfs-fix-possible-leak-in-ovl_new_inode" + * Revert "ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth" + * Revert "ubuntu: overlayfs -- overlay-overlay-filesystem-documentation" + * Revert "ubuntu: overlayfs -- overlayfs-implement-show_options" + * Revert "ubuntu: overlayfs -- overlayfs-add-statfs-support" + * Revert "ubuntu: overlayfs -- overlay filesystem" + * Revert "ubuntu: overlayfs -- vfs-introduce-clone_private_mount" + * Revert "ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules" + * Revert "ubuntu: overlayfs -- vfs-add-i_op-dentry_open" + * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support + + [ Erez Zadok ] + + * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options + + [ Miklos Szeredi ] + + * ubuntu: overlayfs v18 -- -- vfs: add i_op->dentry_open() + * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules + * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs v18 -- -- overlay filesystem + * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth + + [ Neil Brown ] + + * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem documentation + + [ Tim Gardner ] + + * [Config] CONFIG_SUNRPC_DEBUG=y + - LP: #1127319 + + -- Andy Whitcroft Fri, 28 Jun 2013 10:26:52 +0100 + +linux (3.10.0-0.7) saucy; urgency=low + + [ Andy Whitcroft ] + + * autopkgtest: switch Depends: to build-essential + + -- Andy Whitcroft Tue, 25 Jun 2013 08:40:55 +0100 + +linux (3.10.0-0.6) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_ARCH_TEGRA to fix FTBFS on armhf + * SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path reference + - LP: #1098378 + * ubuntu: AUFS -- update to 4f14cef47eb7c23eda7198931fbab1040866b6ee + * ubuntu: overlayfs -- expose do_splice_direct prototype + * ubuntu: overlayfs -- follow change to do_splice_direct interface + * [Config] flip CONFIG_NO_HZ_FULL_ALL off as it is overheating machines + - LP: #1192691 + + [ Stefan Bader ] + + * (d-i) Add dm-snapshot to md-modules + - LP: #1191726 + + [ Tim Gardner ] + + * Release tracker + - LP: #1194149 + * [Config] CONFIG_WIL6210=n for armhf + * [Config] d-i: Add calxedaxgmac to nic-modules + - LP: #1192358 + * [debian] Use dh_strip + - LP: #1192759 + * [Config] Enable perf for armhf + * do_tools=false when cross compiling + * [Config] CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y + - LP: #1108082 + + [ Upstream Kernel Changes ] + + * nsp32: switch reset delay to msleep() as it is tooo long + * alx: add a simple AR816x/AR817x device driver + Plucked from linux-next. replaces ubuntu/alx in favor of + 'to be merged' version in 3.11. + * rebase to v3.10-rc7 + - LP: #1189363 + + -- Tim Gardner Sat, 22 Jun 2013 18:10:31 -0600 + +linux (3.10.0-0.5) saucy; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.10-rc6 + * [Config] updateconfigs following rebase to v3.10-rc6 + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc6 + + -- Andy Whitcroft Mon, 17 Jun 2013 11:12:39 +0100 + +linux (3.10.0-0.4) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Config] updateconfigs following rebase to v3.10-rc4 + + -- Andy Whitcroft Mon, 10 Jun 2013 11:42:28 +0100 + +linux (3.10.0-0.3) saucy; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.10-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc5 + - LP: #1186170 + + -- Andy Whitcroft Mon, 10 Jun 2013 09:23:31 +0100 + +linux (3.10.0-0.2) saucy; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.10-rc4 + * [Config] CONFIG_BINFMT_SCRIPT=y to fix booting initramfs scripts + * [Config] enable SND_PCM_DEBUG SND_PCM_XRUN_DEBUG + - LP: #1187744 + * [Config] enforce CONFIG_BINFMT_SCRIPT=y + + [ Dave Chiluk ] + + * SAUCE: ncpfs: fix rmdir returns Device or resource busy + - LP: #1035226 + + [ Tim Gardner ] + + * rebase to v3.10-rc3 + * [Config] sparc be gone + * [Config] ia64 be gone + * d-i: block-modules provides nbd-modules + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc4 + * rebase to v3.10-rc3 + + -- Tim Gardner Tue, 28 May 2013 06:16:46 -0600 + +linux (3.10.0-0.1) saucy; urgency=low + + [ Tim Gardner ] + + * UBUNTU: Disabled lttng + * UBUNTU: Disable aufs for FTBS + * UBUNTU: Disabled alx + * UBUNTU: alx: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* + * UBUNTU: rebase to v3.10-rc2 + * UBUNTU: SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam + + [ Andy Whitcroft ] + + * UBUNTU: [Config] update standards version to 3.9.4.0 + * UBUNTU: [Config] squash duplicate package description (long and short) + * UBUNTU: [Config] fix up Vcs-git: to point to saucy + * UBUNTU: [Config] drop depenancy on util-linux as is Essential + * UBUNTU: [Config] drop redundant Build-Conficts: + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc2 + - LP: #1180351 + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc1 + - LP: #1172151 + - LP: #1089795 + - LP: #1167270 + - LP: #1128840 + + -- Tim Gardner Tue, 14 May 2013 13:41:07 -0600 + +linux (3.10.0-0.0) saucy; urgency=low + + * Dummy + + -- Tim Gardner Thu, 09 May 2013 20:30:40 +0100 + +linux (3.9.0-2.6) saucy; urgency=low + + [ Tim Gardner ] + + * rebase to v3.9.2 + + -- Tim Gardner Thu, 09 May 2013 20:30:40 +0100 + +linux (3.9.0-1.5) saucy; urgency=low + + [ Tim Gardner ] + + * rebase to v3.9.1 + + -- Tim Gardner Wed, 08 May 2013 12:49:45 -0400 + +linux (3.9.0-0.4) saucy; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: overlayfs -- add FS_ALIAS + + [ Tim Gardner ] + + * Added lttng + - LP: #1175784 + + -- Tim Gardner Thu, 02 May 2013 17:17:13 -0400 + +linux (3.9.0-0.3) saucy; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v3.9 + + -- Tim Gardner Mon, 29 Apr 2013 18:20:00 -0400 + +linux (3.9.0-0.2) saucy; urgency=low + + [ Tim Gardner ] + + * Enable extras packaging for amd64/i386. + Fixes build depenencies with brittany and linux-meta. + + -- Tim Gardner Mon, 29 Apr 2013 05:37:01 -0600 + +linux (3.9.0-0.1) saucy; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc8 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc7 + - LP: #1128840 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc6 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc4 + - LP: #1095315 + - LP: #886975 + - LP: #1086921 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc3 + - LP: #1155016 + - LP: #1103594 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc2 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc1 + - LP: #901105 + - LP: #961286 + - LP: #1011792 + - LP: #1128934 + - LP: #886975 + - LP: #978807 + + -- Tim Gardner Wed, 20 Feb 2013 09:12:39 -0700 + +linux (3.8.0-7.14) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_RCU_USER_QS=n + * [Config] CONFIG_MTD_ONENAND_SIM=n + * annotations: add annotations for CONFIG_CC_STACKPROTECTOR + + [ Upstream Kernel Changes ] + + * rebase to v3.8 + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1130111 + * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once + - LP: #1128840 + + -- Tim Gardner Mon, 18 Feb 2013 09:25:56 -0700 + +linux (3.8.0-6.13) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1125364 + * Add ahci modules to d-i + - LP: #1124415 + + + [ Chris Wilson ] + + * SAUCE: drm/i915: Wait for pending flips to complete before tearing down + the encoders + - LP: #1097315 + + -- Tim Gardner Wed, 13 Feb 2013 12:16:48 -0700 + +linux (3.8.0-6.12) raring; urgency=low + + [Tim Gardner] + + * perf: NO_LIBPERL=1 + * Fix linux-headers dependency + * Release Tracking Bug + - LP: #1124362 + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports + - LP: #1121699 + + [ Daniel Vetter ] + + * SAUCE: drm/i915: write backlight harder + - LP: #954661 + + -- Tim Gardner Wed, 13 Feb 2013 10:25:11 -0700 + +linux (3.8.0-6.11) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1122071 + * rebase to v3.8-rc7 + * Add libaudit-dev as a build dependency + * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency. + + [ Leann Ogasawara ] + + * [Config] Remove CONFIG_SATA_AHCI annotation + + -- Tim Gardner Fri, 08 Feb 2013 07:41:13 -0500 + +linux (3.8.0-5.10) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1118568 + + * Bump ABI to fix install issue with 3.8.0-4.8. + Moving drivers/ata/*ahci* to linux-image caused an + install conflict with linux-image-extras without an + ABI bump. + + [ Jan Beulich ] + + * SAUCE: xen-pciback: rate limit error messages from + xen_pcibk_enable_msi{, x}() + - LP: #1117336 + - CVE-2013-0231 + + -- Tim Gardner Thu, 07 Feb 2013 05:38:12 -0700 + +linux (3.8.0-4.9) raring; urgency=low + + [ Herton Ronaldo Krzesinski ] + + * d-i: Add mellanox ethernet drivers to nic-modules + - LP: #1015339 + + [ Joseph Salisbury ] + + * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H + - LP: #1113547 + + [ Kamal Mostafa ] + + * SAUCE: alx driver import script + + [ Qualcomm Atheros, Inc ] + + * SAUCE: alx: Update to heads/master + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1117673 + + * [debian] Remove dangling symlink from headers package + - LP: #1112442 + * [config] CONFIG_ALX=m + * [Config] Add alx to d-i nic-modules + * [Config] CONFIG_SATA_AHCI=m + - LP: #1056563 + + -- Leann Ogasawara Tue, 05 Feb 2013 05:54:32 -0800 + +linux (3.8.0-4.8) raring; urgency=low + + [ Allen Ibara ] + + * SAUCE: imx6: dts: Add IMX6Q AHCI support + + [ Andy Whitcroft ] + + * rebase to v3.8-rc6 + * updateconfigs following rebase to v3.8-rc6 + + [Leann Ogasawara] + + * Release Tracking Bug + - LP: #1112573 + + [ Paolo Pisati ] + + * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM + * [Config] SERIAL_AMBA_PL011=y (vexpress serial console) + * [Config] MMC_ARMMMCI=y (vexpress mmc) + * [Config] FB_ARMCLCD=y (vexpress framebuffer) + + [ Seth Forshee ] + + * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc6 + - LP: #1107477 + + -- Leann Ogasawara Fri, 01 Feb 2013 07:20:59 -0800 + +linux (3.8.0-3.7) raring; urgency=low + + [ Andy Green ] + + * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper + * SAUCE: ARM: omap2 add mac address allocation register api + * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac + allocation + + [ Leann Ogasawara ] + + * rebase to v3.8-rc5 + * Release Tracking Bug + - LP: #1111486 + + [ Paolo Pisati ] + + * SAUCE: davinci: vpss: compilation fix + * [Config] enable TI OMAP4 support (Pandaboard/ES) + * [Config] OMAP_USB2=y (since TWL6030_USB depends on it) + * [Config] enable Freescale IMX6 support (SabreLite) + * [Config] SERIAL_IMX_CONSOLE=y + * [Config] MMC_*_IMX=y + * [Config] disable USB_SUSPEND + * [Config] USB_MXS_PHY=y + * [Config] USB_CHIPIDEA=y + * SAUCE: DTB: add support for multiple DTBs + * SAUCE: DTB: build imx6q-sabrelite + * SAUCE: DTB: build beaglexm + * SAUCE: DTB: build panda/panda es + * [Config] disable CPU_FREQ + * [Config] PANEL_TFP410=y (video DVI output) + * [Config] SND_OMAP_SOC*=y + * [Config] SND_IMX_SOC*=y + * [Config] I2C_IMX=y + * [Config] SPI_IMX=m + + [ Stefan Bader ] + + * [Config] Move 9p modules into generic package + - LP: #1107658 + + [ Tony Lindgren ] + + * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform + kernels + * SAUCE: ARM: OMAP2+: Use omap initcalls + * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform + * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform + * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support + * SAUCE: ARM: OMAP2+: Disable code that currently does not work with + multiplaform + * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support + * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress + * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc5 + - LP: #1096789 + + -- Leann Ogasawara Thu, 31 Jan 2013 06:44:52 -0800 + +linux (3.8.0-2.6) raring; urgency=low + + [ Adam Conrad ] + + * Fix up linux-tools -> SRCPKGNAME-tools rename + + [ Andy Whitcroft ] + + * [Config] re-disable CONFIG_SOUND_OSS + - LP: #1105230 + + [ Arend van Spriel ] + + * SAUCE: brcmsmac: fix tx status processing + + [Leann Ogasawara] + + * Release Tracking Bug + - LP: #1105104 + + -- Leann Ogasawara Fri, 25 Jan 2013 11:56:30 -0800 + +linux (3.8.0-1.5) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1101235 + + [ Dudley Du ] + + * SAUCE: Input: add support for Cypress PS/2 Trackpads + - LP: #978807 + + [ Kamal Mostafa ] + + * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes + * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch + * [Config] Add CONFIG_PS2_CYPRESS + + [ Tim Gardner ] + + * rebase to v3.8-rc4 + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc4 + - LP: #1095315 + - LP: #886975 + - LP: #1086921 + + -- Leann Ogasawara Thu, 17 Jan 2013 10:50:22 -0800 + +linux (3.8.0-0.4) raring; urgency=low + + [ Leann Ogasawara ] + + * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation + * [Config] Update CONFIG_IIO build annotation + * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation + * [Config] Remove CONFIG_SPI_DW_MMIO annotation + * [Config] Remove CONFIG_SPI_PL022 annotation + * [Config] Update CONFIG_EZX_PCAP annotation + * [Config] Update CONFIG_SENSORS_AK8975 annotation + * [Config] Disable CONFIG_DRM_MGAG200 + - LP: #1042903 + + -- Leann Ogasawara Mon, 14 Jan 2013 10:01:50 -0800 + +linux (3.8.0-0.3) raring; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and + uselib()" + + [ Scott James Remnant ] + + * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib() + (for v3.7+) + - LP: #1085766, #462111 + + -- Andy Whitcroft Fri, 11 Jan 2013 16:57:27 +0000 + +linux (3.8.0-0.2) raring; urgency=low + + [ Tim Gardner ] + + * [packaging] Add macro to selectively disable building perf + * [packaging] Cannot depend on universe package libaudit-dev + + -- Tim Gardner Thu, 10 Jan 2013 12:43:24 -0700 + +linux (3.8.0-0.1) raring; urgency=low + + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc3 + - LP: #1096789 + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc2 + - LP: #1082357 + - LP: #1075882 + + -- Andy Whitcroft Mon, 17 Dec 2012 10:35:09 +0000 + +linux (3.7.0-7.15) raring; urgency=low + + [ Chris J Arges ] + + * SAUCE: add eeprom_bad_csum_allow module parameter + - LP: #1070182 + + [ Leann Ogasawara ] + + * Add ceph to linux-image for virtual instances + - LP: #1063784 + + [ Serge Hallyn ] + + * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD + + [ Tim Gardner ] + + * [Config] CONFIG_SLUB_DEBUG=y + - LP: #1090308 + + [ Upstream Kernel Changes ] + + * Revert "[SCSI] sd: Implement support for WRITE SAME" + - LP: #1089818 + + -- Leann Ogasawara Wed, 12 Dec 2012 06:50:20 -0800 + +linux (3.7.0-6.14) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] annotations: all new annotations scheme including defaults + * [Configs] apply annotation updates to main configs (top section) + + [ Leann Ogasawara ] + + * Revert "SAUCE: include and for mmc_core arm + build" + * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error" + * Temporarily disable module check for build + + [ Stefan Bader ] + + * ubuntu: dm-raid45: Adapt to upstream interface changes + * Re-enable build of dm-raid45 + + [ Tim Gardner ] + + * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc + * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error + * SAUCE: drm: Fix possible EDID memory allocation oops + * SAUCE: ttm: Fix possible _manager memory allocation oops + * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request + * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to + 2 pointers + + [ Tomas Hozza ] + + * SAUCE: tools: hv: Netlink source address validation allows DoS + - LP: #1084777 + - CVE-2012-5532 + + [ Upstream Kernel Changes ] + + * rebase to v3.7 + + -- Leann Ogasawara Wed, 05 Dec 2012 14:11:12 -0800 + +linux (3.7.0-5.13) raring; urgency=low + + [ Lino Sanfilippo ] + + * SAUCE: inotify, fanotify: replace fsnotify_put_group() with + fsnotify_destroy_group() + - LP: #922906 + * SAUCE: fsnotify: introduce fsnotify_get_group() + - LP: #922906 + * SAUCE: fsnotify: use reference counting for groups + - LP: #922906 + * SAUCE: fsnotify: take groups mark_lock before mark lock + - LP: #922906 + * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that + indicates wheather a mark should be destroyed + - LP: #922906 + * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups + mark list + - LP: #922906 + * SAUCE: fsnotify: pass group to fsnotify_destroy_mark() + - LP: #922906 + * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and + fsnotify_remove_mark() + - LP: #922906 + * SAUCE: fsnotify: dont put marks on temporary list when clearing marks + by group + - LP: #922906 + * SAUCE: fsnotify: change locking order + - LP: #922906 + + [ Tim Gardner ] + + * [Config] CONFIG_NFC_LLCP=y + * [Config] get-firmware: Filter new files through fwinfo + * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches + * [Config] CONFIG_DRM_EXYNOS_HDMI=y + * [Config] CONFIG_XEN=y for all arches + * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m + * [Config] CONFIG_MMC_DW_EXYNOS=m + * [Config] CONFIG_GPIO_ADNP=m + * [Config] find-obsolete-firmware: Use correct path + * rebase to v3.7-rc8 + - LP: #1084640 + + [ Upstream Kernel Changes ] + + * Revert "VFS: don't do protected {sym,hard}links by default" + - LP: #1084192 + + -- Tim Gardner Wed, 28 Nov 2012 16:07:08 +0000 + +linux (3.7.0-4.12) raring; urgency=low + + [ Tim Gardner ] + + * Revert "[Config] Use -j1 for headers_install" + * Revert "[Config] install-arch-headers needs a valid config" + Strayed into the weeds in search of the root cause of the periodic + build failure. + Fixes powerpc FTBS introduced in -4.11. + * [Config] hmake -j1 + The kernel makefile appears to have parallel dependency + problems for the install_headers target. This appears to be root + cause for a periodic build failure on N-way machines. + + -- Leann Ogasawara Tue, 27 Nov 2012 12:33:06 -0800 + +linux (3.7.0-4.11) raring; urgency=low + + [ Tim Gardner ] + + * [Config] Use -j1 for headers_install + Also fixes a powerpc FTBS introduced by + "[Config] install-arch-headers needs a valid config". + + -- Tim Gardner Tue, 27 Nov 2012 10:19:30 -0700 + +linux (3.7.0-4.10) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] add rebuild-test support for autopkgtest + - LP: #1081500 + * [tests] move build tests out of the way + - LP: #1081500 + * [tests] add an autopkgtest rebuild test + - LP: #1081500 + + [ Tim Gardner ] + + * rebase to v3.7-rc7 + * SAUCE: Remove emi62 files duplicated in linux-firmware + * SAUCE: Remove sb16 files duplicated in linux-firmware + * SAUCE: Remove whiteheat files duplicated in linux-firmware + * SAUCE: Remove yamaha files duplicated in linux-firmware + * SAUCE: Remove dsp56k files used only by m68k + * SAUCE: firmware: Remove last vestiges of dabusb + * SAUCE: Remove vicam files duplicated in linux-firmware + * [Config] install-arch-headers needs a valid config + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc7 + - LP: #1076840 + - LP: #1081466 + + -- Leann Ogasawara Wed, 21 Nov 2012 06:07:23 -0800 + +linux (3.7.0-3.9) raring; urgency=low + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y + - LP: #1079900 + * Add nfsv3 to nfs-modules udeb + + [ Paolo Pisati ] + + * [Config] SND_OMAP_SOC*=y + - LP: #1019321 + + [ Stefan Bader ] + + * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit + - LP: #1078926 + + [ Tim Gardner ] + + * Revert "SAUCE: SECCOMP: audit: always report seccomp violations" + - LP: #1079469 + * Revert "SAUCE: omap3 clocks .dev_id = NULL" + * rebase to v3.7-rc6 + * SAUCE: script to detect obsolete firmware + * SAUCE: Remove yam files duplicated in linux-firmware + * SAUCE: Remove tehuti files duplicated in linux-firmware + * SAUCE: Remove matrox files duplicated in linux-firmware + * SAUCE: Remove cxgb3 files duplicated in linux-firmware + * SAUCE: Remove r128 files duplicated in linux-firmware + * SAUCE: Remove acenic files duplicated in linux-firmware + * SAUCE: Remove keyspan files duplicated in linux-firmware + * SAUCE: Remove sun files duplicated in linux-firmware + * SAUCE: Remove radeon files duplicated in linux-firmware + * SAUCE: Update bnx2x firmware to 7.8.2.0 + * [Config] generic.inclusion-list: econet has disappeared + + [ Upstream Kernel Changes ] + + * seccomp: forcing auditing of kill condition + - LP: #1079469 + * rebase to v3.7-rc6 + + -- Leann Ogasawara Tue, 20 Nov 2012 12:28:55 -0800 + +linux (3.7.0-2.8) raring; urgency=low + + [ Andy Whitcroft ] + + * Revert "overlayfs: disable until FTBS is fixed" + * Revert "ubuntu: overlayfs" + * Revert "ubuntu: AUFS" + * ubuntu: overlayfs -- overlayfs: add statfs support + * ubuntu: overlayfs -- ovl: switch to __inode_permission() + * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying + inode + - LP: #944386 + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: AUFS (no-squash) -- aufs3-base.patch + * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch + * ubuntu: AUFS: aufs-update -- follow the uapi header changes + * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f + * ubuntu: AUFS (no-squash) -- reenable + - LP: #1079193 + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: add i_op->dentry_open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + * ubuntu: overlayfs -- vfs: export __inode_permission() to modules + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Robin Dong ] + + * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode + * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link + + -- Andy Whitcroft Thu, 15 Nov 2012 13:35:12 +0000 + +linux (3.7.0-1.7) raring; urgency=low + + [ Tim Gardner ] + + * [Config] Drop dependency on libaudit-dev + Its a universe package which causes an FTBS on the builders. + libaudit-dev is not strictly required for the perf tools build. + + -- Tim Gardner Wed, 14 Nov 2012 10:08:13 -0700 + +linux (3.7.0-1.6) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] enforce -- switch CONFIG_NVRAM to more readable form + * [Config] better encode the CONFIG_NVRAM constaint + * enforcer -- fix debugging output + + [ Ben Collins ] + + * [Config] Add custom_override rule to allow for alternate kernel + file/install + * [Config] Use SRCPKGNAME as prefix for indep linux headers package + + [ Tim Gardner ] + + * [Config] Dropped armel + * Drop highbank from ABI fetch list + * [Config] Use dh_prep instead of 'dh_clean -k' + * [Config] Build depend on libaudit-dev, libunwind8-dev for tools + * [Config] Document binary-indep dependency chain + * rebase to v3.7-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc5 + + -- Tim Gardner Tue, 13 Nov 2012 07:13:37 -0500 + +linux (3.7.0-0.5) raring; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_AMD_IOMMU_V2=m + - LP: #1071520 + * [Config] CONFIG_MTD_ONENAND_SIM=n for armel + Fixes FTBS + + -- Tim Gardner Thu, 08 Nov 2012 15:45:39 -0500 + +linux (3.7.0-0.4) raring; urgency=low + + [ Ben Collins ] + + * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours + + [ Tim Gardner ] + + * [Config] do_tools=false for arm + + -- Tim Gardner Thu, 08 Nov 2012 05:39:51 -0700 + +linux (3.7.0-0.3) raring; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf + * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf + * [Config] Drop highbank harder + + -- Tim Gardner Wed, 07 Nov 2012 18:11:45 +0000 + +linux (3.7.0-0.2) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual + instances + - LP: #1066921 + * [Config] drop highbank builds + + [ Jeremy Kerr ] + + * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable + - LP: #1063061 + + [ Leann Ogasawara ] + + * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1 + + [ Tim Gardner ] + + * [Config] Dropped powerpc/ppc64 in favour of the community kernel + * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank + * rebase to v3.7-rc4 + * SAUCE: MODSIGN: Emit error for incorrectly signed module + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc4 + + -- Tim Gardner Mon, 05 Nov 2012 05:35:41 -0700 + +linux (3.7.0-0.1) raring; urgency=low + + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc3 + - LP: #1056078 + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc2 + - LP: #1060729 + - LP: #1059523 + - LP: #1006690 + - LP: #1049623 + - LP: #1046512 + - LP: #1052499 + - LP: #1037642 + - LP: #559939 + - LP: #1052460 + - LP: #939161 + - LP: #1046734 + + -- Tim Gardner Tue, 02 Oct 2012 08:13:07 -0600 + +linux (3.6.0-0.1) UNRELEASED; urgency=low + + + [ Upstream Kernel Changes ] + + * rebase to v3.6 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc7 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc6 + - LP: #1000424 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc5 + - LP: #1040077 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc4 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc3 + - LP: #1038651 + - LP: #1034779 + + -- Leann Ogasawara Tue, 24 Jul 2012 06:37:09 -0700 + +linux (3.5.0-6.6) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6 + experimental features + * SAUCE: highbank -- export clock functions for modules + * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900 + * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI + * [Config] highbank -- reenable CONFIG_RFKILL_GPIO + * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3 + * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3 + * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG + * [Config] highbank -- reenable CONFIG_FB_ARMCLCD + * [Config] highbank -- reenable CONFIG_DW_DMAC + * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD + * [Config] highbank -- reenable CONFIG_USB_MV_UDC + * [Config] highbank -- reenable CONFIG_USB_DWC3 + * [Config] highbank -- reenable CONFIG_SATA_MV + * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF + * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM + * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI + * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010 + * [Config] highbank -- reenable CONFIG_ATMEL_PWM + * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE + * [Config] highbank -- enable CONFIG_EXPERT + * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE + * [Config] enable CONFIG_USB_DYNAMIC_MINORS + * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED + * [Config] enable CONFIG_USB_ETH_EEM + * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB + * [Config] disable CONFIG_USB_M66592 + * [Config] enable CONFIG_USB_NET2272 + * [Config] enable CONFIG_USB_R8A66597 + * [Config] annotate: CONFIG_USB_OMAP not required for our h/w + * [Config] set CONFIG_USB_MUSB_HDRC=m for omap + * [Config] annotate: CONFIG_USB_G_MULTI fix rule + * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP + * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200 + * [Config] sync configuration armhf omap -> armel omap + * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4 + * [Config] disable CONFIG_OMAP_IOVMM is deprecated + + [ Bryan Wu ] + + * [Config] change default IO scheduler from CFQ to Deadline + + [ Leann Ogasawara ] + + * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc" + * [Config] Disable CONFIG_MOUSE_INPORT + + [ Tim Gardner ] + + * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51 + * [Config] Add bnx2x firmware to nic-modules udeb + * SAUCE: Add script to convert firmware to ihex format + * SAUCE: firmware: Upgrade bnx2 to current versions + * [Config] Add tigon firmware to nic-modules udeb + * [Config] CONFIG_EARLY_PRINTK_DBGP=y + - LP: #1026761 + * SAUCE: Remove redundant cis firmware + * SAUCE: Remove redundant emi26 firmware + * SAUCE: Remove redundant ttusb-budget firmware + * SAUCE: Remove redundant sun/cassini firmware + * SAUCE: Remove redundant ositech/Xilinx7OD firmware + * SAUCE: Remove redundant 3com/typhoon.bin firmware + * SAUCE: Remove redundant yamaha/ds1 firmware + * SAUCE: Remove redundant keyspan_pda firmware + * rebase to v3.5 + + [ Upstream Kernel Changes ] + + * rebase to v3.5 + - LP: #1027828 + + -- Leann Ogasawara Mon, 23 Jul 2012 05:57:04 -0700 + +linux (3.5.0-5.5) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] annotations: initial import of configuration annotations + + [ Bryan Wu ] + + * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker + + [ Leann Ogasawara ] + + * Rebase to v3.5-rc7 + + [ Manoj Iyer ] + + * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0 + - LP: #1010281 + + [ Tim Gardner ] + + * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy + expects + * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n + * [Config] CONFIG_BRIDGE_EBT_ULOG=n + * [Config] CONFIG_IP_NF_QUEUE=n + * [Config] CONFIG_MTD_DOC2000=n + * [Config] CONFIG_PRINT_QUOTA_WARNING=n + * [Config] CONFIG_PRISM54=n + * [Config] CONFIG_SCx200_I2C=n + * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc7 + + -- Leann Ogasawara Mon, 16 Jul 2012 15:38:41 -0700 + +linux (3.5.0-4.4) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] getabis should be extracting all packages + - LP: #1021174 + * [Config] getabis -- series uses linux-image-extra + - LP: #1021174 + * rebase to v3.5-rc6 + + [ Bryan Wu ] + + * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all + flavours + * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX + - LP: #1019561 + + [ Paolo Pisati ] + + * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y + - LP: #1019321 + + [ Stefan Bader ] + + * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer + - LP: #1018456 + * (config) Disable ACPI_PROCFS_POWER + + [ Tim Gardner ] + + * [Config] CONFIG_ACPI_BGRT=y + * Extract firmware module info during getabi + - LP: #1021174 + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc6 + + -- Leann Ogasawara Mon, 09 Jul 2012 08:50:20 -0700 + +linux (3.5.0-3.3) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_MEMTEST=y + - LP: #1004535 + * [Config] config-check: add support for a cut operation + * [Config] enforcer -- switch to cut where appropriate + + [ Leann Ogasawara ] + + * Rebase to v3.5-rc5 + * [Config] Updateconfigs after rebase to v3.5-rc5 + + [ Luis Henriques ] + + * SAUCE: ocfs2: Fix NULL pointer dereferrence in + __ocfs2_change_file_space + - LP: #1006012 + + [ Seth Forshee ] + + * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking + for LVDS register initialization + - LP: #1012800 + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc5 + - LP: #1013183 + - LP: #1017017 + - LP: #884652 + + -- Leann Ogasawara Mon, 02 Jul 2012 06:41:58 -0700 + +linux (3.5.0-2.2) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.5-rc4 + + [ Arend van Spriel ] + + * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in + brcms_c_regd_init() + - LP: #950320 + + [ Bryan Wu ] + + * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM + + [ Chris J Arges ] + + * PACKAGING: add .gnu_debuglink sections to .ko files + - LP: #669641 + + [ Leann Ogasawara ] + + * d-i: Add hid-generic to input-modules + - LP: #1017879 + + [ Ming Lei ] + + * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12" + - LP: #1017717, #225 + + [ Paolo Pisati ] + + * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)" + - LP: #1017718 + * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3 + + [ Seth Forshee ] + + * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits + during initialization + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified + by mac80211 + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz + channels + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2 + regulatory domain + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on + regulatory updates + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for + tx power limits + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels + against internal regulatory data + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain + when checking whether OFDM is allowed + - LP: #950320 + + [ Tim Gardner ] + + * [Config] Enable CONFIG_CGROUPS for highbank + - LP: #1014692 + * [Config] FB_OMAP*=y and PANEL_TFP410=y + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc4 + + -- Leann Ogasawara Tue, 26 Jun 2012 06:21:05 -0700 + +linux (3.5.0-1.1) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m + + [ Leann Ogasawara ] + + * Rebase to v3.5-rc1 + * [Config] Remove USB_DEVICEFS from the config enforcer + * [Config] Updateconfigs after rebase to v3.5-rc1 + * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm + * [Config] Temporarily disable CONFIG_EZX_PCAP on arm + * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm + * [Config] Temporarily disable CONFIG_TI_CPSW on arm + * [Config] Temporarily disable CONFIG_GPIO_EM on arm + * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf + * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf + * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf + * Rebase to v3.5-rc2 + * [Config] Updateconfigs after rebase to v3.5-rc2 + * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc + * Rebase to v3.5-rc3 + * [Config] Updateconfigs after rebase to v3.5-rc3 + + [ Paul Mundt ] + + * SAUCE: fix bug.h's inclusion of kernel.h + + [ Stefan Bader ] + + * SAUCE: Fix compile failures of dm-raid45 + * [Config] Enable dm-raid45 + * Move dependency on crda to extra package + - LP: #657901 + * SAUCE: Mask CR4 writes on older Xen hypervisors + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc3 + - LP: #993162 + - LP: #925577 + * rebase to v3.5-rc2 + * rebase to v3.5-rc1 + - LP: #955892 + - LP: #978038 + - LP: #987371 + - LP: #929545 + - LP: #942316 + - LP: #903853 + + -- Leann Ogasawara Fri, 08 Jun 2012 14:28:46 -0700 + +linux (3.4.0-5.11) quantal-proposed; urgency=low + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_ARM_LPAE + - LP: #1009061 + + [ Oleksij Rempel ] + + * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred + - LP: #1008905 + + [ Paolo Pisati ] + + * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+. + - LP: #1009061 + + -- Leann Ogasawara Tue, 05 Jun 2012 08:06:28 -0700 + +linux (3.4.0-4.10) quantal; urgency=low + + [ Leann Ogasawara ] + + * Temporarily disable ABI and module check + + -- Leann Ogasawara Mon, 04 Jun 2012 20:27:31 -0700 + +linux (3.4.0-4.9) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] fix config split to avoid the shared config + * [Config] updateconfigs following split config fix + * [Config] linux-image-extras needs full postinst + * [Config] CONFIG_BLK_DEV_NVME commonise across architectures + * [Config] CONFIG_HP_WATCHDOG enable as module + * [Config] CONFIG_PDC_ADMA is not boot essential + * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86 + * [Config] CONFIG_VT6655/CONFIG_VT6656=m + * [Config] CONFIG_TRANZPORT=m commonise + * [Config] CONFIG_R3964=m commonise + * [Config] CONFIG_SCSI_DH=m commonise + * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise + * [Config] CONFIG_AMD_PHY=y phys are not autoloadable + * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise + * [Config] CONFIG_SCSI_SPI_ATTR=m commonise + * [Config] CONFIG_USB_SN9C102 is deprecated disable + * [Config] CONFIG_USB_SI470X=m commonise + * [Config] CONFIG_USB_ET61X251=m commonise + * [Config] CONFIG_RTS_PSTOR=m commonise + * [Config] CONFIG_SCANLOG=m commonise + * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise + * [Config] CONFIG_SM_FTL=m commonise + * [Config] CONFIG_SOLO6X10=m commonise + * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead + * [Config] CONFIG_SPI_DESIGNWARE=m commonise + * [Config] CONFIG_SPI_SPIDEV=m commonise + * [Config] CONFIG_TABLET_USB_WACOM=m commonise + * [Config] CONFIG_TPS65010=m commonise + * [Config] CONFIG_STE10XP=y commonise + * [Config] CONFIG_X25_ASY=m commonise + * [Config] CONFIG_USB_MON=m commonise + * [Config] CONFIG_VME_BUS=m commonise + * [Config] CONFIG_W35UND=m commonise + * [Config] -CONFIG_TCG_TPM=y commonise + * [Config] highbank -- commonise filesystems + * [Config] highbank -- commonise subsystems + * [Config] highbank -- commonise network protocols + * [Config] highbank -- commonise input drivers + * [Config] highbank -- commonise CRYPTO options + * [Config] highbank -- commonise HID options + * [Config] highbank -- commonise sensors options + * [Config] highbank -- commonise EXPORTFS/FHANDLE + * [Config] highbank -- commonise CONFIG_CRYPTO_LZO + * [Config] highbank -- commonise ENCRYPTED_KEYS + * [Config] highbank -- commonise CONFIG_ATALK + * [Config] highbank -- commonise INET/INET6 + * [Config] highbank -- commonise NLS + * [Config] highbank -- commonise BLK/CHR + * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank + * [Config] highbank -- commonise INET/INET6 part 2 + * [Config] highbank -- commonise PHY settings + * [Config] highbank -- commonise CRC settings + * [Config] highbank -- commonise BINFMT settings + * [Config] highbank -- commonise DM settings + * [Config] highbank -- commonise RTC_DRV settings + * [Config] highbank -- commonise KEYBOARD/MOUSE settings + * [Config] highbank -- commonise USB settings + * [Config] highbank -- commonise GPIO settings + * [Config] highbank -- commonise I2C settings + * [Config] highbank -- commonise numerous subsystem selectors + * [Config] highbank -- commonise A-C modules missmatches + * [Config] highbank -- commonise D-F modules missmatches + * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart + * [Config] highbank -- commonise G-I modules missmatches + * [Config] highbank -- commonise J-L modules missmatches + * [Config] highbank -- commonise M modules missmatches + * [Config] highbank -- commonise N-P modules missmatches + * [Config] highbank -- commonise Q-R modules missmatches + * [Config] highbank -- commonise S modules missmatches -- part 1 + * [Config] highbank -- commonise S modules missmatches -- part 2 + * [Config] highbank -- commonise T modules missmatches + * [Config] highbank -- commonise U-Z modules missmatches + + [ Ike Panhc ] + + * [Config] add highbank flavour + - LP: #1000831 + + [ Mark Langsdorf ] + + * SAUCE: arm highbank: add support for pl320-ipc driver + - LP: #1000831 + + [ Rob Herring ] + + * SAUCE: input: add a key driver for highbank + - LP: #1000831 + * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2 + - LP: #1000831 + * SAUCE: force DMA buffers to non-bufferable on highbank + - LP: #1000831 + * SAUCE: net: calxedaxgmac: fix net timeout recovery + - LP: #1000831 + + [ Tim Gardner ] + + * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n + * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y + * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared + * [Config] Homogenize CIFS configs across all arches + * [Config] armhf should not be skipabi or skipmodules + - LP: #1006913 + + -- Leann Ogasawara Mon, 04 Jun 2012 05:52:49 -0700 + +linux (3.4.0-3.8) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] include include/generated/compile.h + - LP: #942569 + * [Config] fix up postinst to ensure we know which error is which + - LP: #1002388 + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: async_populate_rootfs: fix build warnings + - LP: #1003417 + + [ John Johansen ] + + * Revert "SAUCE: AppArmor: Add the ability to mediate mount" + * SAUCE: apparmor: Add the ability to mediate mount + * SAUCE: AppArmor: basic networking rules + * SAUCE: apparmor: fix profile lookup for unconfined + - LP: #978038, #987371 + * SAUCE: apparmor: fix long path failure due to disconnected path + - LP: #955892 + + [ Mario Limonciello ] + + * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15 + - LP: #901410 + + [ Stefan Bader ] + + * (config) Built-in xen-acpi-processor + + [ Tim Gardner ] + + * [Config] CONFIG_NET_DSA=m + - LP: #1004148 + * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64 + + -- Leann Ogasawara Fri, 25 May 2012 11:38:33 -0700 + +linux (3.4.0-3.7) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] drop the virtual flavour in favour of a split generic et al + * [Config] enforcer -- drop IDLE enforcement + * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64 + * [Config] updateconfigs following removal of -virtual + + [ Leann Ogasawara ] + + * Rebase to v3.4 + + [ Seth Forshee ] + + * [Config] disable CONFIG_B43_BCMA_EXTRA + + [ Tim Gardner ] + + * [Config] Check for extras when building udebs + * [Config] Collapsed generic-pae into generic [i386] + + [ Upstream Kernel Changes ] + + * rebase to v3.4 + + -- Leann Ogasawara Mon, 21 May 2012 07:23:47 -0700 + +linux (3.4.0-2.6) quantal; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage" + * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to + d_make_root()" + * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup" + * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and + security permissions to overlay files" + * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth" + * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation" + * Revert "ubuntu: overlayfs -- overlayfs: implement show_options" + * Revert "ubuntu: overlayfs -- overlayfs: add statfs support" + * Revert "ubuntu: overlayfs -- overlay filesystem" + * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()" + * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules" + * Revert "ubuntu: overlayfs -- vfs: add i_op->open()" + * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()" + * ubuntu: overlayfs -- overlayfs: add statfs support + * ubuntu: overlayfs -- inode_only_permission: export inode level + permissions checks + * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open() + * ubuntu: overlayfs -- vfs: add i_op->open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Robin Dong ] + + * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode + * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link + + [ Tim Gardner ] + + * [Config] perarch and indep tools builds need separate build directories + * Prevent upgrading a non-PAE CPU + * perf is not parallel build safe + + -- Leann Ogasawara Wed, 16 May 2012 08:43:18 -0700 + +linux (3.4.0-2.5) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] perarch and indep tools builds need separate build directories + + [ Tim Gardner ] + + * Prevent upgrading a non-PAE CPU + * [Config] build debug + * [Config] perf tools are not parallel build safe + + -- Leann Ogasawara Tue, 15 May 2012 11:37:53 -0700 + +linux (3.4.0-2.4) quantal; urgency=low + + [ Leann Ogasawara ] + + * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently" + * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86" + * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE" + * Revert "ubuntu: fsam7400 -- Cleanup Makefile" + * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M + 7400" + * Revert "ubuntu: omnibook: fix source file newline" + * Revert "ubuntu: omnibook -- update BOM" + * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} + depend on X86" + * Revert "ubuntu: omnibook -- Added missing BOM file" + * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks" + * Revert "ubuntu: nx-emu - i386: mmap randomization for executable + mappings" + * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for + X86_32" + * Revert "ubuntu: nx-emu - i386: NX emulation" + * Revert "ubuntu: rfkill drivers -- version 1.3" + * Temporarily disable module check + * [Config] Remove CONFIG_FSAM7400 + * [Config] Remove CONFIG_OMNIBOOK + * [Config] Update configs + * Rebase to v3.4-rc7 + * SAUCE: genirq: export handle_edge_irq() and irq_to_desc() + + [ Tim Gardner ] + + * Updated generic-pae description + * Rebase to v3.4-rc6 + * install-tools depends on build targets + + [ Upstream Kernel Changes ] + + * kconfig: in debug mode some 0 length message prints occur + * rebase to v3.4-rc7 + * rebase to v3.3-rc6 + + -- Leann Ogasawara Mon, 14 May 2012 08:22:56 -0700 + +linux (3.4.0-1.3) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] control.stub is an intermediate product not a dependancy + - LP: #992414 + + [ Leann Ogasawara ] + + * remove i386 generic from getabis + + [ Upstream Kernel Changes ] + + * (pre-stable) b43: only reload config after successful initialization + - LP: #950295 + + -- Leann Ogasawara Wed, 02 May 2012 09:48:14 -0700 + +linux (3.4.0-1.2) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] add build depends for flex, bison and pkg-config + + -- Andy Whitcroft Tue, 01 May 2012 13:15:41 +0100 + +linux (3.4.0-1.1) quantal; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: overlayfs -- overlayfs: apply device cgroup and security + permissions to overlay files + - LP: #915941, #918212 + - CVE-2012-0055 + + [ Leann Ogasawara ] + + * Open Q + * Rebase to v3.4-rc5 + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm + * [Config] Temporarily disable CONFIG_EZX_PCAP on arm + * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm + * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm + * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm + * [Config] Temporarily disable CONFIG_TI_CPSW on arm + * [Config] Temporarily disable CONFIG_AX88796 on arm + + [ Upstream Kernel Changes ] + + * vfs: pass struct path to __dentry_open() + * vfs: add i_op->open() + * vfs: export do_splice_direct() to modules + * vfs: introduce clone_private_mount() + * overlay filesystem + * overlayfs: add statfs support + * overlayfs: implement show_options + * overlay: overlay filesystem documentation + * fs: limit filesystem stacking depth + * overlayfs: follow header cleanup + * overlayfs: switch from d_alloc_root() to d_make_root() + * overlayfs: update touch_atime() usage + * rebase to v3.4-rc5 + - LP: #950490 + * rebase to v3.4-rc4 + * rebase to v3.4-rc3 + * rebase to v3.4-rc2 + * rebase to v3.4-rc1 + * rebase to v3.3 + * rebase to v3.3-rc7 + * rebase to v3.3-rc6 + * rebase to v3.3-rc5 + * rebase to v3.3-rc4 + - LP: #900802 + - LP: #930842 + * rebase to v3.3-rc3 + - LP: #924320 + - LP: #923316 + - LP: #923409 + - LP: #918254 + * rebase to v3.3-rc2 + * rebase to v3.3-rc1 + - LP: #795823 + - LP: #909419 + - LP: #910792 + - LP: #878701 + - LP: #724831 + + -- Leann Ogasawara Wed, 25 Jan 2012 06:50:04 -0800 + +linux (3.2.0-10.18) precise; urgency=low + + [ Tim Gardner ] + + * SAUCE: ecryptfs: Print inode on metadata error + + [ Upstream Kernel Changes ] + + * Revert "proc: enable writing to /proc/pid/mem" + - LP: #919115 + - CVE-2012-0056 + * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1 + - LP: #909419 + + -- Andy Whitcroft Tue, 24 Jan 2012 10:15:12 +0000 + +linux (3.2.0-10.17) precise; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth" + * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation" + * Revert "SAUCE: overlayfs -- overlayfs: implement show_options" + * Revert "SAUCE: overlayfs -- overlayfs: add statfs support" + * Revert "SAUCE: overlayfs -- overlay filesystem" + * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()" + * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules" + * Revert "SAUCE: overlayfs -- vfs: add i_op->open()" + * ensure debian/ is not excluded from git by default + * add new scripting to handle buglinks in rebases + * ubuntu: overlayfs -- overlayfs: add statfs support + * ubuntu: overlayfs -- overlayfs: apply device cgroup and security + permissions to overlay files + - LP: #915941, #918212 + - CVE-2012-0055 + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Leann Ogasawara ] + + * Revert "SAUCE: dmar: disable if ricoh multifunction detected" + * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON + - LP: #907377, #911236 + * [Config] Enable CONFIG_IRQ_REMAP + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open() + * ubuntu: overlayfs -- vfs: add i_op->open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Upstream Kernel Changes ] + + * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery + - LP: #647043 + * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that + breaks USB + - LP: #647043 + + -- Leann Ogasawara Mon, 16 Jan 2012 07:10:08 -0800 + +linux (3.2.0-9.16) precise; urgency=low + + [ Andy Whitcroft ] + + * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM + * [Config] pull ARM sound modules =m + * [Config] CONFIG_RTC_DRV_TEST is for testing only + * [Config] CONFIG_USB_DUMMY_HCD is testing only + * [Config] CONFIG_USB_FILE_STORAGE is deprecated + + [ Leann Ogasawara ] + + * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel" + * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m + * [Config] Enable CONFIG_MMC_TMIO=m + * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m + * [Config] Enable CONFIG_ISI=m + * [Config] Enable CONFIG_MMC=y + * [Config] Enable CONFIG_LIRC_PARALLEL=m + * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m + * [Config] Enable CONFIG_CHR_DEV_SG=y + * [Config] Enable CONFIG_GPIO_PCA953X=m + * [Config] Enable CONFIG_GPIO_TWL4030=m + * [Config] Enable CONFIG_INET_DIAG=m + * [Config] Enable CONFIG_NLS_ISO8859_1=m + * [Config] Enable CONFIG_NVRAM=m + * [Config] Enable CONFIG_SLIP=m + * [Config] Enable CONFIG_PC300TOO=m + * [Config] Enable CONFIG_TUN=y + * [Config] Enable CONFIG_NET_CLS_CGROUP=m + * [Config] Enable CONFIG_THERMAL=y + * [Config] Enable CONFIG_PPP=y + * [Config] Enable CONFIG_PCI_STUB=m + * Rebase to v3.2.1 + * [Config] Enable CONFIG_RTL8192E=m + * [Config] Enable CONFIG_RTS5139=m + + [ Stefan Bader ] + + * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y + + [ Upstream Kernel Changes ] + + * ARM: restart: add restart hook to machine_desc record + * ARM: restart: allow platforms more flexibility specifying restart mode + * ARM: restart: move reboot failure handing into machine_restart() + * ARM: restart: remove argument to setup_mm_for_reboot() + * ARM: 7159/1: OMAP: Introduce local common.h files + * ARM: restart: only perform setup for restart when soft-restarting + * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq + function + * ARM: idmap: populate identity map pgd at init time using .init.text + * ARM: suspend: use idmap_pgd instead of suspend_pgd + * ARM: proc-*.S: place cpu_reset functions into .idmap.text section + * ARM: idmap: use idmap_pgd when setting up mm for reboot + * ARM: head.S: only include __turn_mmu_on in the initial identity mapping + * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting + * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM + restart changes + * ARM: lib: add call_with_stack function for safely changing stack + * ARM: reset: implement soft_restart for jumping to a physical address + * ARM: stop: execute platform callback from cpu_stop code + * ARM: kexec: use soft_restart for branching to the reboot buffer + * ARM: restart: omap: use new restart hook + * topdown mmap support + - LP: #861296 + + [ Upstream Kernel Changes ] + + * Rebase to v3.2.1 + + -- Leann Ogasawara Fri, 13 Jan 2012 20:32:08 +0100 + +linux (3.2.0-8.15) precise; urgency=low + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_ACPI_PROCFS + * Remove server from getabis + * Temporarily disable module check + * [Config] Disable CONFIG_MTD_TESTS + * [Config] Disable CONFIG_X86_E_POWERSAVER + * [Config] Set CONFIG_ARCNET=m + * [Config] Enable CONFIG_ATM_DUMMY=m + * [Config] Enable CONFIG_BLK_DEV_MD=y + * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86 + * [Config] Enable CONFIG_BLK_DEV_SD=y + * [Config] Enable CONFIG_BLK_DEV_SR=y + * [Config] Enable CONFIG_BLK_DEV_UB=m + * [Config] Enable CONFIG_COPS=m + * [Config] Enable CONFIG_DVB_USB_EC168=m + * [Config] Enable CONFIG_ENC28J60=m + * [Config] Enable CONFIG_FB_UVESA=m + * [Config] Enable CONFIG_FB_ATY=m + * [Config] Enable CONFIG_BROADCOM_PHY=y + * [Config] Enable CONFIG_CICADA_PHY=y + * [Config] Enable CONFIG_DAVICOM_PHY=y + * [Config] Enable CONFIG_ICPLUS_PHY=y + * [Config] Enable CONFIG_LSI_ET1011C_PHY=y + * [Config] Enable CONFIG_LXT_PHY=y + * [Config] Enable CONFIG_MARVELL_PHY=y + * [Config] Enable CONFIG_NATIONAL_PHY=y + * [Config] Enable CONFIG_QSEMI_PHY=y + * [Config] Enable CONFIG_SMSC_PHY=y + * [Config] Enable CONFIG_VITESSE_PHY=y + * Add 3w-sas to scsi-modules + - LP: #776542 + + [ Mathieu Trudel-Lapierre ] + + * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate + to interface settings + + [ Paolo Pisati ] + + * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C" + - LP: #912199 + * Revert "SAUCE: omap3: beagle: detect new xM revision B" + - LP: #912199 + * Revert "SAUCE: omap3: beaglexm: fix DVI initialization" + - LP: #912199 + + [ Upstream Kernel Changes ] + + * Bluetooth: Add support for BCM20702A0 [0a5c:21e3] + - LP: #906832 + + -- Leann Ogasawara Fri, 06 Jan 2012 10:02:03 -0800 + +linux (3.2.0-8.14) precise; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_SND_USB_6FIRE + - LP: #912197 + * rebase to mainline v3.2 final release + * updateconfigs following rebase to v3.2 final + * ubuntu: AUFS -- add BOM and automated update script + * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers + - LP: #684666 + * ubuntu: AUFS -- update aufs-update to track new locations of headers + * ubuntu: AUFS -- clean up the aufs updater and BOM + * ubuntu: AUFS -- documentation on updating aufs2 + * ubuntu: AUFS -- aufs3-base.patch + * ubuntu: AUFS -- aufs3-standalone.patch + * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission + * ubuntu: AUFS -- fix undefined security_path_link + * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245 + * ubuntu: AUFS -- updateconfigs following update + * ubuntu: AUFS -- suppress benign plink warning messages + - LP: #621195 + * ubuntu: AUFS -- enable in config and makefile + * ubuntu: AUFS -- disable in favor of overlayfs + * [Config] linux-virtual -- should include the extX modules + - LP: #912308 + + [ Tyler Hicks ] + + * SAUCE: eCryptfs: Improve statfs reporting + - LP: #885744 + + [ Upstream Kernel Changes ] + + * rebase to upstream v3.2 + + -- Leann Ogasawara Mon, 26 Dec 2011 20:24:30 -0800 + +linux (3.2.0-7.13) precise; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to upstream 3.2-rc7 + + -- Leann Ogasawara Mon, 19 Dec 2011 09:14:34 -0800 + +linux (3.2.0-6.12) precise; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to upstream v3.2-rc6 + + -- Leann Ogasawara Fri, 16 Dec 2011 10:19:02 -0800 + +linux (3.2.0-5.11) precise; urgency=low + + [ Andy Whitcroft ] + + * enforcer -- allow arch and flavour predicates to take lists + * enforcer -- simplify armel/armhf specific options + * enforcer -- fix incorrectly specified flavour matches + + [ Leann Ogasawara ] + + * [Config] Disable IRQ_REMAP + * [Config] Enable CONFIG_SENSORS_LM95245=m + * [Config] Enable CONFIG_SENSORS_MAX1668=m + * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m + * [Config] Enable CONFIG_SENSORS_MAX6639=m + * [Config] Enable CONFIG_SENSORS_MAX6642=m + * [Config] Enable CONFIG_SENSORS_LINEAGE=m + * [Config] Enable CONFIG_CRYPTO_SALSA20=m + * [Config] Enable CONFIG_PATA_TOSHIBA=m + * [Config] Enable CONFIG_POHMELFS=m + * [Config] Enable CONFIG_NET_PACKET_ENGINE=y + * [Config] Enable CONFIG_PATA_OPTI=m + * add overlayfs to virtual inclusion list + - LP: #903897 + * add veth to virtual inclusion list + - LP: #903897 + * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request + + [ Paolo Pisati ] + + * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm + - LP: #903346 + + [ Tim Gardner ] + + * [Config] CONFIG_LOCKUP_DETECTOR=y + - LP: #903615 + + [ Upstream Kernel Changes ] + + * rebase to upstream 55b02d2f + + -- Leann Ogasawara Mon, 12 Dec 2011 07:08:10 -0800 + +linux (3.2.0-4.10) precise; urgency=low + + [ Kyle McMartin ] + + * SAUCE: dmar: disable if ricoh multifunction detected + - LP: #894070 + + [ Seth Forshee ] + + * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug + - LP: #581312 + + [ Tim Gardner ] + + * Start new release, Bump ABI, rebase to 3.2-rc5 + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_SENSORS_AK8975=m + + -- Tim Gardner Sat, 10 Dec 2011 08:57:04 -0700 + +linux (3.2.0-3.9) precise; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: ext4: correct partial write discard size calculation + - LP: #894768 + + [ Leann Ogasawara ] + + * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting" + - LP: #892615 + + [ Matthew Garrett ] + + * SAUCE: pci: Rework ASPM disable code + + [ Upstream Kernel Changes ] + + * x86: Fix boot failures on older AMD CPU's + - LP: #892615 + * EHCI : Fix a regression in the ISO scheduler + - LP: #899165 + + -- Leann Ogasawara Mon, 05 Dec 2011 10:37:36 -0800 + +linux (3.2.0-3.8) precise; urgency=low + + [ Andy Whitcroft ] + + * armhf -- add d-i configuration + * armhf -- disable ABI checks for armhf + * armhf -- add arch to getabis config + + -- Andy Whitcroft Sat, 03 Dec 2011 14:22:52 +0000 + +linux (3.2.0-3.7) precise; urgency=low + + [ Stefan Bader ] + + * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be + synchronous, regardless of lazy_mmu mode + - LP: #854050 + + [ Tim Gardner ] + + * rebase to v3.2-rc4 + + -- Leann Ogasawara Fri, 02 Dec 2011 11:53:56 -0800 + +linux (3.2.0-2.6) precise; urgency=low + + [ Andy Whitcroft ] + + * armhf -- fix omap flavour to build on armhf + * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot + + [ Borislav Petkov ] + + * SAUCE: x86, microcode, AMD: Restrict microcode reporting + - LP: #892615 + + [ Colin Watson ] + + * Add pata_macio to pata-modules + + [ Tim Gardner ] + + * [Config] Prefer crda over wireless-crda + * [Config] Fix virtual inclusion list. + - LP: #897795 + + -- Leann Ogasawara Wed, 30 Nov 2011 06:09:35 -0800 + +linux (3.2.0-2.5) precise; urgency=low + + [ Paolo Pisati ] + + * [Config] PANEL_DVI=y + + -- Leann Ogasawara Mon, 28 Nov 2011 09:13:24 -0800 + +linux (3.2.0-2.4) precise; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.2-rc3 + + [ Leann Ogasawara ] + + * Revert "SAUCE: xen: Do not use pv spinlocks on HVM" + * Revert "fix ERROR: __devcgroup_inode_permission undefined" + * Revert "olpc_dcon_xo_1_5 needs delay.h" + * Revert "olpc_dcon_xo_1 needs delay.h" + * rebase to 6fe4c6d4 + * [Config] updateconfigs after rebase to 6fe4c6d4 + + [ Tim Gardner ] + + * [Config] Replace wireless-crda with crda,wireless-regdb + - LP: #856421 + * [Config] Relax the dependencies on crda + + [ Upstream Kernel Changes ] + + * (pre-stable) HID: bump maximum global item tag report size to 96 bytes + - LP: #724831 + * Ubuntu: remove coreutils|fileutils package dependency + - LP: #892814 + * iio: iio_event_getfd -- fix ev_int build failure + + [ Upstream Kernel Changes ] + + * Rebase to v3.2-rc3 + + -- Andy Whitcroft Thu, 24 Nov 2011 16:20:45 +0000 + +linux (3.2.0-1.3) precise; urgency=low + + [ Upstream Kernel Changes ] + + * Ubuntu: Add ext2 to fs-core-modules + - LP: #893395 + + -- Leann Ogasawara Mon, 21 Nov 2011 20:42:33 -0800 + +linux (3.2.0-1.2) precise; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_NFC and associated devices + * SAUCE: allow brcmsmac and b43 to both build + + [ Soren Hansen ] + + * Add ixgbe driver to d-i + - LP: #891969 + + -- Leann Ogasawara Mon, 21 Nov 2011 08:33:46 -0800 + +linux (3.2.0-1.1) precise; urgency=low + [ Andy Whitcroft ] + + * armhf -- enable armhf and create the first flavours + * SAUCE: ensure root is ready before running usermodehelpers in it + * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm + + [ Leann Ogasawara ] + + * Temporarily ignore module check + * [Config] Enable PCI_IOV on powerpc + * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc + * rebase to v3.2-rc2 + * SAUCE: include for cpuidle34xx arm build + * SAUCE: include for linux/mtd/map.h arm build + * SAUCE: include and for mmc_core arm build + * SAUCE: select ARM_AMBA if OMAP3_EMU + * [Config] updateconfigs after select ARM_AMBA + * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc + * [Config] Enable CONFIG_EXT2_FS=m + * [Config] Build in CONFIG_SATA_AHCI=y + * Resolve linux-image-extra's install dependency + + [ Seth Forshee ] + + * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop + * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to + Documentation + * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in + alps_model_info + * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet + size + * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions + 3 and 4 + * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3 + protocol + * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol + versions 3 and 4 + + [ Stefan Bader ] + + * [Config] Built-in xen-netfront and xen-blkfront + * Fix build of dm-raid45 and re-enable it + + [ Tim Gardner ] + + * [Config] CONFIG_USB_XHCI_HCD=y + - LP: #886167 + * [Config] CONFIG_R6040=m + - LP: #650899 + * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table + - LP: #854399 + * [Config] Consolidated amd64 server flavour into generic + * [Config] updateconfigs after rebase to 3.2-rc1 + * [Config] Disabled dm-raid4-5 + * [Config] Disabled ndiswrapper + * [Config] Disable vt6656 + * [Config] exclude ppp-modules for virtual flavour + * [Config] CONFIG_MEMSTICK_R592=m + - LP: #238208 + + [ Upstream Kernel Changes ] + + * CHROMIUM: seccomp_filter: new mode with configurable syscall filters + - LP: #887780 + * CHROMIUM: seccomp_filter: add process state reporting + - LP: #887780 + * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it + works. + - LP: #887780 + * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve + - LP: #887780 + * CHROMIUM: arm: select HAVE_SECCOMP_FILTER + - LP: #887780 + * CHROMIUM: seccomp_filters: move to btrees + * CHROMIUM: enable CONFIG_BTREE + * CHROMIUM: seccomp_filter: kill NR_syscall references + * CHROMIUM: seccomp_filters: guard all ftrace wrapper code + * CHROMIUM: seccomp_filters: clean up warnings; kref mistake + * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper + * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve + * CHROMIUM: seccomp_filter: inheritance documentation + * CHROMIUM: seccomp_filter: make inherited filters composable + * CHROMIUM: Fix seccomp_t compile error + - LP: #887780 + * CHROMIUM: Fix kref usage + - LP: #887780 + * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER + * rebase to v3.2-rc2 + + -- Leann Ogasawara Mon, 31 Oct 2011 09:24:39 -0400 + +linux (3.1.0-2.3) precise; urgency=low + + [ Tim Gardner ] + + * Add postinit and postrm scripts to the extras package + - LP: #882120 + + -- Leann Ogasawara Fri, 28 Oct 2011 12:48:33 -0700 + +linux (3.1.0-2.2) precise; urgency=low + + [ Andy Whitcroft ] + + * debian: add locking to protect debian/files from parallel update + + [ Leann Ogasawara ] + + * rebase to v3.1 + + [ Upstream Kernel Changes ] + + * rebase to v3.1 + + -- Leann Ogasawara Wed, 19 Oct 2011 07:12:38 -0700 + +linux (3.1.0-1.1) precise; urgency=low + + [ Andiry Xu ] + + * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk + - LP: #872811 + + [ Andy Whitcroft ] + + * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release" + - LP: #832694 + * Revert "ubuntu: compcache -- version 0.5.3" + - LP: #832694 + * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m + * [Config] Enable CONFIG_MACVTAP=m + - LP: #822601 + * record the compiler in the ABI and check for inconsistant builds + * [Config] move ECRYPT_FS back to =y for all architectures + - LP: #827197 + * [Config] enable CONFIG_DRM_VMWGFX=m + - LP: #698009 + * [Config] re-fix ECRYPT_FS=y + - LP: #827197 + * enforcer -- ensure we have CONFIG_ECRYPT_FS=y + - LP: #827197 + * [Config] dropping compcache configuration options + * [Config] standardise on HZ=250 + * SAUCE: headers_install: fix #include "..." usage for userspace + - LP: #824377 + * make module-inclusion selection retain the left overs + * add a new linux-image-extras package for virtual + + [ Colin Watson ] + + * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i + + [ edwin_rong ] + + * SAUCE: Staging: add driver for Realtek RTS5139 cardreader + - LP: #824273 + + [ Greg Kroah-Hartman ] + + * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build. + - LP: #824273 + + [ Jesse Sung ] + + * SAUCE: Unregister input device only if it is registered + - LP: #839238 + + [ Jiri Kosina ] + + * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[] + + [ Joshua V. Dillon ] + + * SAUCE: HID: add support for MacBookAir4,2 keyboard. + + [ Kees Cook ] + + * [Config] enable and enforce SECCOMP_FILTER on x86 + + [ Keng-Yu Lin ] + + * [Config] Enable CONFIG_RTS5139=m on i386/amd64 + - LP: #824273 + + [ Leann Ogasawara ] + + * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only" + * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth" + * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and + readdir" + * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs" + * Revert "ubuntu: overlayfs -- overlayfs: implement show_options" + * Revert "ubuntu: overlayfs -- overlayfs: add statfs support" + * Revert "ubuntu: overlayfs -- overlay filesystem" + * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation" + * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision" + * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather + than just revision" + * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX" + * Revert "ubuntu: fsam7400 disable driver" + - LP: #876030 + * rebase to v3.1-rc1 + * [Config] updateconfigs after rebase to v3.1-rc1 + * rebase to v3.1-rc2 + * [Config] Updateconfigs after rebase to v3.1-rc2 + * ubuntu: Yama - update calls to generic_permission() and + inode->i_op->permission() + * ubuntu: ndiswrapper -- remove netdev_priv macro + * ubuntu: aufs -- Temporarily disable due to build failure + * [Config] Diable INTEL_MID_PTI on armel + * [Config] Temporarily disable CONFIG_FTMAC100 on armel + * [Config] Temporarily disable CONFIG_FTGMAC100 on armel + * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel + * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel + * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm + * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm + * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm + * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc + * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc + * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc + * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc + * [Config] Enable CONFIG_ECHO=m on powerpc + * [Config] Enable CONFIG_ET131X=m on powerpc + * [Config] Set CONFIG_FB_MATROX=m + * [Config] Enable CONFIG_FB_UDL=m on powerpc + * [Config] Set CONFIG_FB_VIRTUAL=n + * [Config] Enable CONFIG_FB_VGA16=m on powerpc + * [Config] Enable CONFIG_GPIO_MAX732X=m on arm + * [Config] Enable CONFIG_GPIO_PCF857X=m on arm + * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m + * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc + * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc + * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp + * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc + * [Config] Enable CONFIG_IBM_BSR=m on powerpc + * [Config] Enable CONFIG_IBMVETH=m on powerpc + * [Config] Enable CONFIG_IDE_PHISON=m on powerpc + * [Config] Enable CONFIG_IGB=m on powerpc + * [Config] Enable CONFIG_IIO=m on powerpc + * [Config] Enable CONFIG_INFINIBAND_NES=m + * [Config] Enable CONFIG_IPMI_HANDLER=m on arm + * [Config] Enable CONFIG_IWL3945=m on powerpc + * [Config] Disable CONFIG_KVM_BOOK3S_64 + * [Config] Enable CONFIG_LAPBETHER=m on arm + * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc + * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's + * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc + * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc + * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc + * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc + * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc + * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc + * [Config] Enable CONFIG_MEMSTICK=m on arm + * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm + * [Config] Enable CONFIG_MTD_ALAUDA=m on arm + * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm + * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm + * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc + * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm + * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm + * [Config] Enable CONFIG_MTD_IMPA7=m on arm + * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm + * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm + * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc + * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm + * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm + * [Config] Enable CONFIG_MTD_SST25L=m on arm + * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm + * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm + * [Config] Enable CONFIG_NET_CLS_U32=m on arm + * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm + * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm + * [Config] Enable CONFIG_NET_TCPPROBE=m on arm + * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc + * [Config] Enable CONFIG_PATA_NS87410=m on powerpc + * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp + * [Config] Enable CONFIG_PANEL=m on powerpc + * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc + * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci + - LP: #833705 + * [Config] Add CONFIG_EFI_VARS=y to the enforcer + - LP: #837332 + * [Config] Update CONFIG_EFI_VARS enforcer check + * [Config] Add aufs to virtual flavor inclusion list + - LP: #844159 + * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci + - LP: #818933 + * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci + - LP: #768039 + * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci + - LP: #838402 + * [Config] Add igbvf to the virtual flavor inclusion list + - LP: #794570 + * [Config] Add ixgbevf to the virtual inclusion list + - LP: #872411 + * [Config] Transition -generic and -server to be identical + * rebase to v3.1-rc10 + + [ Luke Yelavich ] + + * [Config] Disable legacy IDE drivers on powerpc + + [ Ming Lei ] + + * SAUCE: fireware: add NO_MSI quirks for o2micro controller + - LP: #801719 + * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel + Sandybridge chipsets(v2) + - LP: #737388, #782389, #794642 + + [ Paolo Pisati ] + + * [Config] Compile-in vfat support for armel + - LP: #853783 + + [ Randy Dunlap ] + + * SAUCE: staging: fix rts5139 depends & build + - LP: #824273 + + [ Rene Bolldorf ] + + * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight + power in 'ideapad_backlight_notify_power' to avoid a page fault + + [ Seth Forshee ] + + * SAUCE: (no-up) Input: elantech - Add v3 hardware support + - LP: #681904 + * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan + - LP: #810020 + + [ Stefan Bader ] + + * (config) Package macvlan and macvtap for virtual + * [Config] Force perf to use libiberty for demangling + - LP: #783660 + * SAUCE: xen: Do not use pv spinlocks on HVM + - LP: #838026 + + [ Tim Gardner ] + + * [Config] Clean up tools rules + * [Config] Package x86_energy_perf_policy and turbostat + - LP: #797556 + * rebase to v3.1-rc3 + * [Config] Simplify binary-udebs dependencies + * [Config] kernel preparation cannot be parallelized + * [Config] Linearize module/abi checks + * [Config] Linearize and simplify tree preparation rules + * [Config] Build kernel image in parallel with modules + * [Config] Set concurrency for kmake invocations + * [Config] Improve install-arch-headers speed + * [Config] Fix binary-perarch dependencies + * [Config] Removed stamp-flavours target + * [Config] Serialize binary indep targets + * [Config] Use build stamp directly + * [Config] Restore prepare-% target + * rebase to v3.1-rc4 + * rebase to v3.1-rc5 + * [Config] Disable makedumpfile for i386/amd64 + * rebase to v3.1-rc6 + * [Config] Fix binary-% build target + * rebase to v3.1-rc7 + * rebase to v3.1-rc8 + * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table + - LP: #854399 + * [Config] Enable ftrace support in the mac80211 layer + - LP: #865171 + * rebase to v3.1-rc9 + * SAUCE: usb/core/devio.c: Check for printer class specific request + - LP: #872711 + + [ Upstream Kernel Changes ] + + * overlay filesystem + * overlayfs: add statfs support + * overlayfs: implement show_options + * overlay: overlay filesystem documentation + * fs: limit filesystem stacking depth + + [ Will Drewry ] + + * SAUCE: seccomp_filter: new mode with configurable syscall filters + * SAUCE: seccomp_filter: add process state reporting + * SAUCE: seccomp_filter: Document what seccomp_filter is and how it + works. + * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve + + [ Upstream Kernel Changes ] + + * rebase to v3.1-rc1 + * rebase to v3.1-rc2 + * rebase to v3.1-rc3 + +CONFIG_BLK_DEV_BSGLIB=y + +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 + -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y + * rebase to v3.1-rc4 + * rebase to v3.1-rc5 + * rebase to v3.1-rc6 + * rebase to v3.1-rc7 + * rebase to v3.1-rc8 + * rebase to v3.1-rc9 + * rebase to v3.1-rc10 + + -- Leann Ogasawara Wed, 10 Aug 2011 15:43:38 -0700 + +linux (3.1.0-1.0) oneiric; urgency=low + + [ Leann Ogasawara ] + + * Open P-series + + -- Leann Ogasawara Wed, 10 Aug 2011 13:42:40 -0700 + +linux (3.0.0-8.10) oneiric; urgency=low + + [ Adam Jackson ] + + * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting + - LP: #753994 + + [ John Johansen ] + + * [Config] Enable missing IPv6 options + + [ Leann Ogasawara ] + + * [Config] Disable config IWLWIFI_DEVICE_SVTOOL + - LP: #819925 + * Rebase to 3.0.1 + + [ Upstream Kernel Changes ] + + * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message + * ALSA: hda - Turn on extra EAPDs on Conexant codecs + - LP: #783582 + * KVM: Remove SMEP bit from CR4_RESERVED_BITS + - LP: #796476 + * KVM: Add SMEP support when setting CR4 + - LP: #796476 + * KVM: Mask function7 ebx against host capability word9 + - LP: #796476 + * KVM: Add instruction fetch checking when walking guest page table + - LP: #796476 + + [ Upstream Kernel Changes ] + + * rebase to v3.0.1 + + -- Leann Ogasawara Fri, 05 Aug 2011 11:32:25 -0700 + +linux (3.0.0-7.9) oneiric; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] add local prefix to oss local change_bits" + * Revert "SAUCE: add tracing for user initiated readahead requests" + * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function" + * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo + Zhaoyang E47" + * Revert "SAUCE: fix documentation strings for struct input_keymap_entry" + * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks + (grub)" + * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range + checks" + * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff" + * Revert "SAUCE: vt -- maintain bootloader screen mode and content until + vt switch" + * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1 + - LP: #816035 + * ubuntu: Yama: if an underlying filesystem provides a permissions op use + it + * SAUCE: (no-up) add tracing for user initiated readahead requests + * SAUCE: vt -- maintain bootloader screen mode and content until vt + switch + * SAUCE: vt -- allow grub to request automatic vt_handoff + + [ Arjan van de Ven ] + + * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function + + [ Kees Cook ] + + * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source" + * [Config] enforce ACPI_CUSTOM_METHOD disabled + + [ Keng-Yu Lin ] + + * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo + Zhaoyang E47 + - LP: #632884, #803005 + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc + - LP: #513131 + * [Config] Enable CONFIG_RT2800PCI_RT53XX=y + - LP: #815064 + + [ Rezwanul Kabir ] + + * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on + Dell E2 series Laptops + - LP: #632884 + + [ Upstream Kernel Changes ] + + * Revert "yama: if an underlying filesystem provides a permissions op use + it" + * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2 + series Laptops" + * Revert "tty: include linux/slab.h for kfree" + * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree" + * Revert "pch_dma: add include/slab.h for kfree" + * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency + - LP: #773524 + * oss: rename local change_bits to avoid powerpc bitsops.h definition + + -- Leann Ogasawara Mon, 25 Jul 2011 09:08:01 -0700 + +linux (3.0.0-7.8) oneiric; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: overlayfs -- overlayfs: add statfs support + * [Config] enable CONFIG_OVERLAYFS + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc + * [Config] Enable CONFIG_ASUS_OLED=m on powerpc + * [Config] Disable CONFIG_ATM_DUMMY on arm + * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc + * Temporarily disable module check on arm + * Rebase to 3.0 final + * [Config] Enable CONFIG_CAN_TI_HECC=m on arm + * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386 + * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc + * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc + * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc + * [Config] Set CRYPTO_LZO=m on powerpc64-smp + * [Config] Enable CONFIG_DM9000=m on arm + * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm + * [Config] Enable CONFIG_DL2K=m on amd64 and i386 + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: add i_op->open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs + * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + * ubuntu: overlayfs -- ovl: make lower mount read-only + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Tim Gardner ] + + * [Config] Add enic/fnic to udebs + - LP: #801610 + + [ Upstream Kernel Changes ] + + * yama: if an underlying filesystem provides a permissions op use it + + [ Major Kernel Changes ] + + * Rebase to 3.0 final + + -- Leann Ogasawara Thu, 21 Jul 2011 07:01:32 -0700 + +linux (3.0.0-6.7) oneiric; urgency=low + + [ Eagon Yager ] + + * [Config] Fix misspelled 'skipmodule' in arm makefile. + + [ Keng-Yu Lin ] + + * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47 + - LP: #632884, #803005 + + [ Leann Ogasawara ] + + * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap" + * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm" + * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc" + * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm" + * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc" + * [Config] Set CONFIG_ACPI_PCI_SLOT=m + * [Config] Set CONFIG_ACPI_SBS=m + * [Config] Set CONFIG_ACPI_WMI=m + * [Config] Set CONFIG_AD7150=m on arm + * [Config] Set CONFIG_AD7152=m on arm + * [Config] Drop CONFIG_GPIO_S5PV210 + * [Config] Drop CONFIG_GPIO_S5PC100 + * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG + * [Config] Drop CONFIG_GPIO_EXYNOS4 + + [ Stefan Bader ] + + * SAUCE: Re-enable RODATA for i386 virtual + - LP: #809838 + + [ Upstream Kernel Changes ] + + * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15" + * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey + - LP: #771758 + + -- Leann Ogasawara Wed, 20 Jul 2011 06:36:02 -0700 + +linux (3.0.0-5.6) oneiric; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_RTL8192CU=m + * Rebase to -rc7 + + -- Tim Gardner Mon, 11 Jul 2011 22:13:50 +0100 + +linux (3.0.0-4.5) oneiric; urgency=low + + [ Ming Lei ] + + * SAUCE: fix yama_ptracer_del lockdep warning + - LP: #791019 + + [ Seth Forshee ] + + * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering + * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key + * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device + * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m + - LP: #805218 + + [ Tim Gardner ] + + * [Config] updateconfigs after rebase to -rc6+ + Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3 + * Adopt a 3 digit verion, e.g., 3.0.0-x.x + * Revert "UBUNTU: add dependancies for module-init-tools" + This dependency is no longer required for a 3 digit version. + + -- Tim Gardner Tue, 05 Jul 2011 14:03:04 +0100 + +linux (3.0-3.4) oneiric; urgency=low + + [ Keng-Yu Lin ] + + * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware + killswitch" + - LP: #775281 + + [ Leann Ogasawara ] + + * rebase to v3.0-rc5 + * [Config] updateconfigs after rebase to 3.0-rc5 + + [ Tim Gardner ] + + * [Config] Remove ubuntu/rtl8192se + * [Config] Added armel ABI files + * [Config] Removed armel versatile flavour + * [Config] CONFIG_INTEL_MEI=m + - LP: #716867 + + [ Upstream Kernel Changes ] + + * ALSA: hda - Enable auto-parser as default for Conexant codecs + + [ Upstream Kernel Changes ] + + * rebase to v3.0-rc5 + + -- Leann Ogasawara Thu, 30 Jun 2011 14:27:10 +0100 + +linux (3.0-2.3) oneiric; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e + + [ Leann Ogasawara ] + + * rebase to v3.0-rc4 + * [Config] updateconfigs after rebase to 3.0-rc4 + * fix ERROR: __devcgroup_inode_permission undefined + + [ Stefan Bader ] + + * SAUCE: iscsitarget: Remove driver from the kernel + + [ Tim Gardner ] + + * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel + * [Config] Add grub-efi as a recommended bootloader for server and + generic + - LP: #800910 + + [ Upstream Kernel Changes ] + + * Fix node_start/end_pfn() definition for mm/page_cgroup.c + + [ Leann Ogasawara ] + + * rebase to v3.0-rc4 + + -- Leann Ogasawara Fri, 24 Jun 2011 11:51:12 -0700 + +linux (3.0-1.2) oneiric; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_CAN_CALC_BITTIMING + + [ Leann Ogasawara ] + + * rebase to v3.0-rc3 + * [Config] updateconfigs after rebase to 3.0-rc3 + + [ Upstream Kernel Changes ] + + * perf: clear out make flags when calling kernel make kernelver + + [ Leann Ogasawara ] + + * rebase to v3.0-rc3 + + -- Leann Ogasawara Tue, 14 Jun 2011 07:25:35 -0700 + +linux (3.0-0.1) oneiric; urgency=low + + [ Andy Whitcroft ] + + * use the packaging version in the kernel + * use the kernels idea of its version for version_signature + * add dependancies for module-init-tools + * update control files to version 3 + * printchanges/insertchanges allow override of prev_release + * correct Vcs-Git: to point to oneiric + + [ Leann Ogasawara ] + + * rebase to v3.0-rc1 + * [Config] updateconfigs after rebase to 3.0-rc1 + * ubuntu: dm-raid4-5 fix up build failure + * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm + * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm + * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm + * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm + * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc + * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm + * [Config] Temporarily Disable CONFIG_RTL8192SE on arm + * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc + * [Config] Temporarily disable CONFIG_SMC91X on armel-omap + * rebase to v3.0-rc2 + + [ Manoj Iyer ] + + * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823] + - LP: #790754 + + [ Upstream Kernel Changes ] + + * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM + demands it" + * drm/i915: fix regression after clock gating init split + + [ Major Kernel Changes ] + + * rebase from v2.6.39 to v3.0-rc1 + * rebase from v3.0-rc1 to v3.0-rc2 + + -- Andy Whitcroft Thu, 09 Jun 2011 15:18:33 +0100 + +linux (2.6.39-3.10) oneiric; urgency=low + + [ Colin Ian King ] + + * SAUCE: S3 early resume debug via keyboard LEDs + + [ Ingo Molnar ] + + * ubuntu: nx-emu - i386: NX emulation + * ubuntu: nx-emu - i386: mmap randomization for executable mappings + + [ Leann Ogasawara ] + + * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp" + * Revert "[Config] Disable CONFIG_DM_RAID45" + * [Config] enable CONFIG_BRCMFMAC=y + * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors + * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap + + [ Robert Nelson ] + + * SAUCE: omap3: beagle: detect new xM revision B + - LP: #770679 + * SAUCE: omap3: beagle: detect new xM revision C + - LP: #770679 + * SAUCE: omap3: beagle: if rev unknown, assume xM revision C + - LP: #770679 + + [ Stefan Bader ] + + * SAUCE: Convert dm-raid45 to new block plugging + + -- Leann Ogasawara Mon, 23 May 2011 11:46:43 -0700 + +linux (2.6.39-3.9) oneiric; urgency=low + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS + * rebase to v2.6.39 + * [Config] enable CONFIG_LLC2=m across all arch's and flavours + * [Config] enable CONFIG_INPUT_APANEL=m + + [ Thomas Schlichter ] + + * SAUCE: vesafb: mtrr module parameter is uint, not bool + - LP: #778043 + * SAUCE: vesafb: enable mtrr WC by default + - LP: #778043 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc7 to v2.6.39 + + -- Andy Whitcroft Fri, 20 May 2011 09:52:32 +0100 + +linux (2.6.39-2.8) oneiric; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37" + * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37" + * Revert "[Config] Disable CONFIG_AUFS_FS" + * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39 + * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39 + * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935 + * ubuntu: AUFS -- clean up the aufs updater and BOM + * ubuntu: AUFS -- documentation on updating aufs2 + + [ Kees Cook ] + + * ubuntu: Yama - LSM hooks + * ubuntu: Yama - create task_free security callback + * ubuntu: Yama - add ptrace relationship tracking interface + * ubuntu: Yama - unconditionally chain to Yama LSM + + [ Leann Ogasawara ] + + * Revert "SAUCE: Fix drivers/staging/easycap FTBS" + * Revert "[Config] Disable CONFIG_EASYCAP" + * ubuntu: fsam7400 disable driver + * ubuntu: omnibook disable driver + * ubuntu: rfkill disable driver + + [ Tim Gardner ] + + * SAUCE: Fix extra reference in fb_open() + + -- Leann Ogasawara Mon, 16 May 2011 09:23:56 -0700 + +linux (2.6.39-2.7) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc7 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc6 to v2.6.39-rc7 + + -- Leann Ogasawara Tue, 10 May 2011 10:18:28 +0200 + +linux (2.6.39-1.6) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc6 + * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error + + [ Tim Gardner ] + + * [Config] updateconfigs after rebase to 2.6.39-rc6 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc5 to v2.6.39-rc6 + - LP: #740126 + + -- Leann Ogasawara Thu, 05 May 2011 09:46:12 -0700 + +linux (2.6.39-0.5) oneiric; urgency=low + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot" + - LP: #764758 + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc5 + * [Config] updateconfigs following rebase to v2.6.39-rc5 + + [ Paolo Pisati ] + + * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb + - LP: #759913 + + [ Stefan Bader ] + + * Include nls_iso8859-1 for virtual images + - LP: #732046 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc4 to v2.6.39-rc5 + + -- Leann Ogasawara Wed, 27 Apr 2011 06:39:42 -0700 + +linux (2.6.39-0.4) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc4 + * [Config] updateconfigs following rebase to v2.6.39-rc4 + * fixup powerpc implicit declaration of function + 'crash_kexec_wait_realmode' + * [Config] Disable CONFIG_FT1000 on powerpc64-smp + + [ Tim Gardner ] + + * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y + - LP: #769503 + * [Config] Add cachefiles.ko to virtual flavour + - LP: #770430 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc3 to v2.6.39-rc4 + + -- Leann Ogasawara Tue, 19 Apr 2011 06:25:20 -0700 + +linux (2.6.39-0.3) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc3 + * crash_kexec_wait_realmode() undefined when !SMP + + [ Tim Gardner ] + + * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64 + - LP: #632327 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc2 to v2.6.39-rc3 + + -- Leann Ogasawara Tue, 12 Apr 2011 06:52:24 -0700 + +linux (2.6.39-0.2) oneiric; urgency=low + + [ Gustavo F. Padovan ] + + * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011" + - LP: #720949 + + [ John Johansen ] + + * AppArmor: Fix masking of capabilities in complain mode + - LP: #748656 + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc2 + * [Config] updateconfigs following rebase to v2.6.39-rc2 + * hv_mouse needs delay.h + * olpc_dcon_xo_1 needs delay.h + * olpc_dcon_xo_1_5 needs delay.h + * Update dropped.txt for Oneiric + + [ Steve Langasek ] + + * [Config] Make linux-libc-dev coinstallable under multiarch + - LP: #750585 + + [ Upstream Kernel Changes ] + + * x86, hibernate: Initialize mmu_cr4_features during boot + - LP: #752870 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc1 to v2.6.39-rc2 + + -- Leann Ogasawara Wed, 06 Apr 2011 11:04:15 -0700 + +linux (2.6.39-0.1) oneiric; urgency=low + + [ Brad Figg ] + + * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic + - LP: #737124 + + [ Henrik Rydberg ] + + * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model + * SAUCE: HID: ntrig: fix suspend/resume on recent models + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed + struct v4l2_subdev + - LP: #745213 + + [ Kees Cook ] + + * [Config] packaging: adjust perms on vmlinuz as well + * SAUCE: nx-emu: further clarify dmesg reporting + - LP: #745181 + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc1 + * [Config] updateconfigs following rebase to v2.6.39-rc1 + * [Config] Disable CONFIG_DM_RAID45 + * [Config] Disable CONFIG_SCSI_ISCSITARGET + * [Config] Disable CONFIG_EASYCAP + * [Config] Disable CONFIG_AUFS_FS + * update bnx2 firmware files in d-i/firmware/nic-modules + * xhci-pci.c resolve implicit declaration of kzalloc + * [Config] Enable CONFIG_DRM_PSB for only x86 + * [Config] Enable CONFIG_RTS_PSTOR for only x86 + * mfd/asic3: Fix typo, s/irq_data/data/ + + [ Luke Yelavich ] + + * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels + - LP: #745358 + * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels + * [Config] Build some framebuffer drivers as modules for powerpc kernels. + + [ Manoj Iyer ] + + * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads. + - LP: #745217 + + [ Tim Gardner ] + + * SAUCE: INR_OPEN=4096 + - LP: #663090 + * SAUCE: Increase the default hard limit for open FDs to 4096 + - LP: #663090 + + [ Upstream Kernel Changes ] + + * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq + namespace cleanup + * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h + * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0() + + [ Major Kernel Changes ] + + * rebase from v2.6.38 to v2.6.39-rc1 + + -- Leann Ogasawara Thu, 31 Mar 2011 12:50:10 -0700 + +linux (2.6.39-0.0) oneiric; urgency=low + + [ Leann Ogasawara ] + + * Open Oneiric + + -- Leann Ogasawara Thu, 31 Mar 2011 12:29:23 -0700 + +linux (2.6.38-7.39) natty; urgency=low + + [ Leann Ogasawara ] + + * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1. + + -- Leann Ogasawara Thu, 24 Mar 2011 09:27:45 -0700 + +linux (2.6.38-7.38) natty; urgency=low + + [ Leann Ogasawara ] + + * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before + gcc-4.5.2-6ubuntu5 finished building on all arches. + + -- Leann Ogasawara Tue, 22 Mar 2011 06:12:47 -0700 + +linux (2.6.38-7.37) natty; urgency=low + + [ Leann Ogasawara ] + + * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5. + + -- Leann Ogasawara Sun, 20 Mar 2011 16:02:48 -0700 + +linux (2.6.38-7.36) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler + optimisation" + * purge last vestiges of maverick + * [Config] switch CONFIG_FB_VESA back to module + + [ Chris Wilson ] + + * SAUCE: drm/i915: Fix pipelined fencing + - LP: #717114 + + [ Loïc Minier ] + + * Include nls_cp437 module in virtual for fat + - LP: #732046 + * Support arch= cross-compilation for any arch + * Fix couple of typos in 0-common-vars.mk + * Enforce DEFAULT_MMAP_MIN_ADDR on armhf + * Add armhf to Debian -> Linux arch map + * Add initial armhf.mk + * Enable common packages for armhf + + [ Upstream Kernel Changes ] + + * Yama: fix default relationship to check thread group + - LP: #737676 + + -- Andy Whitcroft Fri, 18 Mar 2011 18:18:02 +0000 + +linux (2.6.38-7.35) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c + * rebase fixes bug #715330 + * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS + * rebase to v2.6.38 final + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626 + - LP: #636091 + + [ Tim Gardner ] + + * [Confg] CONFIG_BOOT_PRINTK_DELAY=y + + [ Upstream Kernel Changes ] + + * Yama: use thread group leader when creating match + - LP: #729839 + * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA + RAID controller + - LP: #735240 + * (drop after v2.6.38) x86, quirk: Fix SB600 revision check + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc8 to v2.6.38 final + - LP: #715330 + + -- Andy Whitcroft Tue, 15 Mar 2011 19:04:19 +0000 + +linux (2.6.38-6.34) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] normalise CONFIG_INTEL_TXT + * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation + - LP: #730860 + * rebase to mainline v2.6.38-rc8 + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1 + to v2.6.38-rc8 + + -- Andy Whitcroft Tue, 08 Mar 2011 11:54:48 +0000 + +linux (2.6.38-6.33) natty; urgency=low + + [ Andy Whitcroft ] + + * d-i -- enable speakup-modules udeb + - LP: #672699 + * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5 + * [Config] debian PPC64 configuration + * [Config] cleanup powerpc config fixing unexpected inconsistancies + * [Config] resync ppc64 configuration + * SAUCE: match up ENTRY/END naming for 32/64 bit + * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1 + * [Config] update configs after rebase to + fb62c00a6d8942775abc23d1621db1252e2d93d1 + * [Config] pps_gen_parport no longer built + + [ Corentin Chary ] + + * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap + - LP: #689393 + * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P + - LP: #689393 + + [ John Johansen ] + + * SAUCE: Fix aufs calling of security_path_mknod + - LP: #724456 + + [ Kees Cook ] + + * SAUCE: proc: hide kernel addresses via %pK in /proc//stack + + [ Tim Gardner ] + + * rebase to 2.6.38-rc7 + + [ Upstream Kernel Changes ] + + * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing" + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc6 to v2.6.38-rc7 + + fb62c00a6d8942775abc23d1621db1252e2d93d1 + - LP: #721389 + - LP: #722925 + - LP: #723672 + - LP: #723676 + - LP: #715318 + + -- Andy Whitcroft Mon, 07 Mar 2011 15:33:17 +0000 + +linux (2.6.38-5.32) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161 + * [Config] updateconfigs following rebase to v2.6.38-rc6 + * [Config] enable CONFIG_DMAR + - LP: #552311 + + [ Upstream Kernel Changes ] + + * drm/i915: skip FDI & PCH enabling for DP_A + - LP: #561802, #600453, #681877 + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc5 to v2.6.38-rc6 + - LP: #718402 + - LP: #719524 + - LP: #721126 + - LP: #719691 + - LP: #722689 + - LP: #722310 + + -- Andy Whitcroft Tue, 22 Feb 2011 13:28:39 +0000 + +linux (2.6.38-4.31) natty; urgency=low + + [ Andy Whitcroft ] + + * add in bugs closed by upstream patches pulled in by rebases + * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505 + * [Config] enable CONFIG_VSX to allow use of vector instuctions + * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816 + * rebase to mainline v2.6.38-rc5 + * SAUCE: ecryptfs: read on a directory should return EISDIR if not + supported + - LP: #719691 + + [ Colin Ian King ] + + * SAUCE: Dell All-In-One: Remove need for Dell module alias + + [ Manoj Iyer ] + + * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id. + - LP: #717435 + + [ Tim Gardner ] + + * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y + + [ Upstream Kernel Changes ] + + * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15 + - LP: #702434 + * vfs: fix BUG_ON() in fs/namei.c:1461 + + [ Vladislav P ] + + * SAUCE: Release BTM while sleeping to avoid deadlock. + - LP: #713837 + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc4 to v2.6.38-rc5 + - LP: #579276 + - LP: #715877 + - LP: #713769 + - LP: #716811 + * resync with Maverick Ubuntu-2.6.35-27.47 + + -- Andy Whitcroft Fri, 11 Feb 2011 17:24:09 +0000 + +linux (2.6.38-3.30) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.38-rc4 + * ppc64 -- add basic architecture + * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230 + + [ Colin Ian King ] + + * SAUCE: Add WMI hotkeys support for Dell All-In-One series + - LP: #676997 + * SAUCE: Add WMI hotkeys support for another Dell All-In-One series + - LP: #701530 + * SAUCE: Dell WMI: Use sparse keymaps and tidy up code. + - LP: #701530 + + [ Dan Rosenberg ] + + * SAUCE: (drop after 2.6.38) Convert net %p usage %pK + + [ Kees Cook ] + + * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of + attacking" + * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules + + [ Tim Gardner ] + + * [Config] CONFIG_BLK_CGROUP=y + - LP: #706394 + * [Config] CONFIG_DELL_WMI_AIO=m + + [ Upstream Kernel Changes ] + + * drm/i915/lvds: Restore dithering on native modes for gen2/3 + - LP: #711568 + + [ Upstream Kernel Changes ] + + * rebase from v2.6.38-rc3 to v2.6.38-rc4. + - LP: #701271 + - LP: #708521 + - LP: #710371 + + -- Andy Whitcroft Tue, 08 Feb 2011 02:07:18 +0000 + +linux (2.6.38-2.29) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to 1f0324caefd39985e9fe052fac97da31694db31e + * [Config] updateconfigs following rebase to + 1f0324caefd39985e9fe052fac97da31694db31e + * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0 + * [Config] reenable HIBERNATE + - LP: #710877 + * rebase to v2.6.38-rc3 + * [Config] reenable CONFIG_CRASH_DUMP + + [ Kamal Mostafa ] + + * SAUCE: rtl8192se: fix source file perms + * SAUCE: rtl8192se: fix source file newline + * SAUCE: omnibook: fix source file newline + + [ Kees Cook ] + + * [Config] packaging: really make System.map mode 0600 + + [ Ricardo Salveti de Araujo ] + + * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of + PM34XX_ERRATUM + + [ Soren Hansen ] + + * SAUCE: nbd: Remove module-level ioctl mutex + + [ Tim Gardner ] + + * SAUCE: Disable building the ACPI debugfs source + + [ Upstream Kernel Changes ] + + * Set physical start and alignment 1M for virtual i386 + - LP: #710754 + + [ Upstream Kernel Changes ] + + * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + to v2.6.38-rc3 + - LP: #707902 + + -- Andy Whitcroft Fri, 28 Jan 2011 16:30:32 +0000 + +linux (2.6.38-1.28) natty; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620 + + [ Ricardo Salveti de Araujo ] + + * SAUCE: omap3: beaglexm: fix DVI initialization + * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make + display work at Beagle + + -- Andy Whitcroft Fri, 28 Jan 2011 10:51:57 +0000 + +linux (2.6.38-1.27) natty; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update aufs-update to track new locations of headers + * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd + * SAUCE: ensure root is ready before running usermodehelpers in it + * correct the Vcs linkage to point to natty + * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3 + * [Config] update configs following rebase + e78bf5e6cbe837daa6ab628a5f679548742994d3 + * SAUCE: Yama: follow changes to generic_permission + * ubuntu: compcache -- follow changes to bd_claim/bd_release + * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive + * ubuntu: ndiswrapper -- fix interaction between __packed and packed + * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e + * update package version to match payload version + * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8 + * rebase to v2.6.38-rc1 + * [Config] updateconfigs following rebase to v2.6.38-rc1 + * SAUCE: x86 fix up jiffies/jiffies_64 handling + * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5 + * [Config] updateconfigs following rebase to + 2b1caf6ed7b888c95a1909d343799672731651a5 + * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes + * ubuntu: AUFS -- suppress benign plink warning messages + - LP: #621195 + * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour + * rebase to v2.6.38-rc2 + * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649 + * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + * [Config] update configs following rebase to + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile + * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile + * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap + * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile + + [ Kees Cook ] + + * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking + + [ Stefan Bader ] + + * Temporarily disable RODATA for virtual i386 + - LP: #699828 + + [ Tim Gardner ] + + * [Config] CONFIG_NLS_DEFAULT=utf8 + - LP: #683690 + * [Config] CONFIG_HIBERNATION=n + * update bnx2 firmware files in d-i/firmware/nic-modules + + [ Upstream Kernel Changes ] + + * Revert "drm/radeon/bo: add some fallback placements for VRAM only + objects." + * packaging: make System.map mode 0600 + * thinkpad_acpi: Always report scancodes for hotkeys + - LP: #702407 + * sched: tg->se->load should be initialised to tg->shares + * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent + * brcm80211: include linux/slab.h for kfree + * pch_dma: add include/slab.h for kfree + * i2c-eg20t: include linux/slab.h for kfree + * gpio/ml_ioh_gpio: include linux/slab.h for kfree + * tty: include linux/slab.h for kfree + * winbond: include linux/delay.h for mdelay et al + + [ Upstream Kernel Changes ] + + * mark the start of v2.6.38 versioning + * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + - LP: #689886 + - LP: #702125 + - LP: #608775 + - LP: #215802 + - LP: #686333 + - LP: #677830 + - LP: #677652 + - LP: #696493 + - LP: #697240 + - LP: #689036 + - LP: #705323 + - LP: #686692 + + -- Andy Whitcroft Sun, 09 Jan 2011 13:44:52 +0000 + +linux (2.6.37-12.26) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.37-rc8 + * [Config] armel -- reenable omap flavour + * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap + * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel + * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel + * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel + * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab + * [Config] track missing modules + * rebase to v2.6.37 final + + [ Chase Douglas ] + + * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for + Magic Trackpad + + [ Stefan Bader ] + + * Revert "SAUCE: blkfront: default to sd devices" + - LP: #684875 + + [ Tim Gardner ] + + * Revert "SAUCE: (no-up) libata: Ignore HPA by default." + - LP: #380138 + * [Config] Added autofs4.ko to -virtual flavour + - LP: #692917 + + [ Upstream Kernel Changes ] + + * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series + Laptops + - LP: #632884 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc8 + * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab + * rebase to v2.6.37 final + + -- Andy Whitcroft Thu, 23 Dec 2010 18:34:13 +0000 + +linux (2.6.37-11.25) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] d-i -- add hpsa to the list of block devices + - LP: #684304 + * [Config] add vmw-balloon driver to -virtual flavour + - LP: #592039 + * rebase to v2.6.37-rc7 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc7 + + -- Andy Whitcroft Tue, 21 Dec 2010 13:35:28 +0000 + +linux (2.6.37-10.24) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.37-rc6 + * updateconfigs following rebase to v2.6.37-rc6 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc6 + + -- Andy Whitcroft Thu, 16 Dec 2010 12:34:19 +0000 + +linux (2.6.37-9.23) natty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: vt -- fix handoff numbering to 1..n and add range checks + - LP: #689606 + * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub) + - LP: #689606 + + [ Kees Cook ] + + * SAUCE: RO/NX protection for loadable kernel, fix ftrace + - LP: #690190 + + -- Andy Whitcroft Wed, 15 Dec 2010 19:29:57 +0000 + +linux (2.6.37-9.22) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.35-rc5 + * [Config] updateconfigs following rebase to v2.6.37-rc5 + * (no-up) add support for installed header files to ubuntu directory + - LP: #684666 + * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers + - LP: #684666 + * ubuntu: dm-raid4-5 -- follow changes to bio flags + * ubuntu: dm-raid4-5 -- re-enable + * ubuntu: omnibook -- update BOM + * ubuntu: ndiswrapper -- update BOM to match actual version + * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl + * ubuntu: ndiswrapper -- re-enable + * ubuntu: iscsitarget -- re-instate copy_io_context + * ubuntu: iscsitarget -- follow changes to semaphore initialisation + * ubuntu: iscsitarget -- convert NIPQUAD to %pI4 + * ubuntu: iscsitarget -- re-enable + + [ Kees Cook ] + + * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX + + [ Manoj Iyer ] + + * SAUCE: Enable jack sense for Thinkpad Edge 13 + - LP: #685015 + + [ Tim Gardner ] + + * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y + * [Config] CONFIG_CRYPTO_CRC32C=y + - LP: #681819 + * [Config] CONFIG_9P_FSCACHE=n + * [Config] Add nfsd modules to -virtual flavour + - LP: #688070 + + [ Upstream Kernel Changes ] + + * Revert "Staging: zram: work around oops due to startup ordering snafu" + * NFS: Fix panic after nfs_umount() + - LP: #683938 + * x86: Add NX protection for kernel data + * x86: Add RO/NX protection for loadable kernel modules + * x86: Resume trampoline must be executable + * x86: RO/NX protection for loadable kernel, jump_table fix + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc5 + + -- Andy Whitcroft Thu, 09 Dec 2010 18:15:35 +0000 + +linux (2.6.37-8.21) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- include the aufs_types.h file in + linux-libc-headers" + * Revert "(no-up) add support for installed header files to ubuntu + directory" + + -- Andy Whitcroft Sun, 05 Dec 2010 17:33:28 +0000 + +linux (2.6.37-8.20) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error" + * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros" + * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration" + * Revert "SAUCE: i915 -- disable powersave by default" + * SAUCE: enable Marvell 9128 PCIe SATA controller + - LP: #658521 + * [Config] evtchn has been renamed + * (no-up) add support for installed header files to ubuntu directory + - LP: #684666 + * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers + - LP: #684666 + + [ Tim Gardner ] + + * [Config] MISS: evtchn, NEW : xen-evtchn + * rebase to v2.6.37-rc4 + + [ Upstream Kernel Changes ] + + * drm/i915: Clean conflicting modesetting registers upon init + - LP: #683775 + * rebase to v2.6.37-rc4 + + -- Andy Whitcroft Fri, 03 Dec 2010 18:42:07 +0000 + +linux (2.6.37-7.19) natty; urgency=low + + [ Tim Gardner ] + + * [Config] Add bnx2 firmware to nic-modules udeb + - LP: #676245 + + -- Andy Whitcroft Fri, 26 Nov 2010 17:53:45 +0000 + +linux (2.6.37-7.18) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID" + * Revert "SAUCE: Add extra headers to linux-libc-dev" + * Revert "SAUCE: Enable speedstep for sonoma processors." + * [Config] enable CONFIG_BT_HCIUART_ATH3K + * [Config] enable CONFIG_IWLWIFI_DEBUGFS + * [Config] standardise CONFIG_MII + * [Config] standardise CONFIG_PRISM2_USB + * [Config] standardise CONFIG_SCSI_QLA_ISCSI + * [Config] build in CONFIG_AGP + * [Config] build in CONFIG_AGP_INTEL + * [Config] build in CONFIG_AGP_AMD + * [Config] build in CONFIG_AGP_AMD64 + * [Config] build in CONFIG_AGP_NVIDIA + * [Config] build in CONFIG_AGP_VIA + * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm) + * (no-up): document the new ## scheme + * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS + * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32 + - LP: #675453 + + [ Mathieu J. Poirier ] + + * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM + + [ Upstream Kernel Changes ] + + * nx-emu: fix inverted report of disable_nx + + -- Andy Whitcroft Tue, 23 Nov 2010 21:00:39 +0000 + +linux (2.6.37-6.17) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- aufs2-standalone.patch + aufs2.1-36-UNRELEASED-20101103" + * Revert "ubuntu: AUFS -- aufs2-base.patch + aufs2.1-36-UNRELEASED-20101103" + * [Config] standardise CONFIG_BT + * [Config] standardise CONFIG_IRDA + * [Config] standardise CONFIG_LAPB + * [Config] standardise CONFIG_RDS + * [Config] standardise CONFIG_RFKILL + * [Config] standardise CONFIG_TIPC + * [Config] standardise CONFIG_X25 + * [Config] standardise CONFIG_INPUT_EVDEV + * [Config] standardise CONFIG_INPUT_JOYDEV + * [Config] standardise CONFIG_INPUT_JOYSTICK + * [Config] standardise CONFIG_INPUT_TOUCHSCREEN + * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm) + * [Config] CONFIG_IRDA=n for FTBS (arm) + * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37 + * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37 + * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a + + [ Tim Gardner ] + + * SAUCE: Fix drivers/staging/easycap FTBS + * [Config] CONFIG_EASYCAP=m after fixing FTBS + + [ Upstream Kernel Changes ] + + * Revert "x86: Add NX protection for kernel data" + + -- Andy Whitcroft Mon, 22 Nov 2010 18:09:10 +0000 + +linux (2.6.37-6.16) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX" + * rebase to v2.6.37-rc3 + + [ Tim Gardner ] + + * [Config] CONFIG_SCHED_AUTOGROUP=y + + [ Upstream Kernel Changes ] + + * Revert "x86: Add RO/NX protection for loadable kernel modules" + * sched: automated per session task groups + * rebase to v2.6.37-rc3 + + -- Andy Whitcroft Mon, 22 Nov 2010 10:11:13 +0000 + +linux (2.6.37-6.15) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] standardise CONFIG_CEPH_FS + * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS + * [Config] standardise CONFIG_SCSI_PROC_FS + * [Config] standardise CONFIG_UBIFS_FS + * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS + + [ Kees Cook ] + + * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX + + [ Manoj Iyer ] + + * SAUCE: Enable jack sense for Thinkpad Edge 11 + - LP: #677210 + * SAUCE: enable rfkill for rtl8192se driver + - LP: #640992 + + [ Tim Gardner ] + + * [Config] CONFIG_EASYCAP=n for FTBS + * Rebase to v2.6.32-rc2+git + + [ Upstream Kernel Changes ] + + * x86: Fix improper large page preservation + * x86: Add NX protection for kernel data + * x86: Add RO/NX protection for loadable kernel modules + + [ Upstream Kernel Changes ] + + * Rebase to Linus 2.6.37-rc2+git + + -- Andy Whitcroft Sat, 20 Nov 2010 11:40:00 +0000 + +linux (2.6.37-5.14) natty; urgency=low + + [ Upstream Kernel Changes ] + + * PCI: fix offset check for sysfs mmapped files + - LP: #676963 + + -- Andy Whitcroft Thu, 18 Nov 2010 18:12:27 +0000 + +linux (2.6.37-5.13) natty; urgency=low + + [ Andy Whitcroft ] + + * rebased to v2.6.37-rc2 + * updateconfigs following rebase to v2.6.37-rc2 + + [ Tim Gardner ] + + * [Config] Added NFS and related modules to virtual flavour + - LP: #659084 + + [ Upstream Kernel Changes ] + + * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S + * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX + * x86, cpu: Call verify_cpu during 32bit CPU startup + * x86, cpu: Only CPU features determine NX capabilities + + [ Upstream Changes ] + + * rebased to v2.67.37-rc2 + + -- Andy Whitcroft Tue, 16 Nov 2010 13:13:29 +0000 + +linux (2.6.37-4.12) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] HID: magicmouse: add param for scroll speed" + * Revert "[Upstream] HID: magicmouse: properly account for scroll + movement in state" + * Revert "[Upstream] HID: magicmouse: disable and add module param for + scroll acceleration" + * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just + middle of mouse" + + [ Henrik Rydberg ] + + * SAUCE: hid: ntrig: remove sysfs nodes + * SAUCE: hid: ntrig: Setup input filtering manually + * SAUCE: hid: ntrig: New ghost-filtering event logic + + [ Manoj Iyer ] + + * SAUCE: Added quirk to recognize GE0301 3G modem as an interface. + - LP: #348861 + + [ Upstream Kernel Changes ] + + * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during + suspend/resume" + * Revert "[ARM] implement arch_randomize_brk()" + * Revert "ARM: stack protector: change the canary value per task" + * Revert "ARM: initial stack protector (-fstack-protector) support" + * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269" + * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec" + * Revert "perf probe: Add kernel source path option" + * hid: ntrig: Support single-touch devices + * hid: ntrig: Mask pen switch events + * net: rtnetlink.h -- only include linux/netdevice.h when used by the + kernel + - LP: #673073 + * Fix userspace build of linux/fs.h + + -- Andy Whitcroft Mon, 15 Nov 2010 19:31:44 +0000 + +linux (2.6.37-3.11) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- update to + b37c575759dc4535ccc03241c584ad5fe69e3b25" + * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()" + * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601" + * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601" + * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34" + * [Config] Disable intel_idle for -virtual kernels + - LP: #651370 + * [Config] enforcer -- ensure we never enable CONFIG_IMA + * debian -- pass the correct flavour name when checking configs + * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual + * [Config] ensure CONFIG_IPV6=y for powerpc + * [Config] enforcer -- ensure CONFIG_IPV6=y + * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103 + * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103 + * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103 + * ubuntu: AUFS -- re-enable + * ubuntu: AUFS -- track changes to work queue initialisation + * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1 + * SAUCE: fbcon -- fix race between open and removal of framebuffers + * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes + - LP: #614008 + * SAUCE: drm -- stop early access to drm devices + + [ Jeremy Kerr ] + + * [Config] Build-in powermac ZILOG serial driver + - LP: #673346 + + [ Kees Cook ] + + * SAUCE: nx-emu: use upstream ASLR when possible + + [ Tim Gardner ] + + * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules + - LP: #628776 + + [ Upstream Kernel Changes ] + + * i386: NX emulation + * nx-emu: drop exec-shield sysctl, merge with disable_nx + * nx-emu: standardize boottime message prefix + * mmap randomization for executable mappings on 32-bit + * exec-randomization: brk away from exec rand area + + -- Andy Whitcroft Thu, 11 Nov 2010 23:46:37 +0000 + +linux (2.6.37-2.10) natty; urgency=low + + [ Andy Whitcroft ] + + * reinstate armel config changes: + * [Config] CONFIG_GPIO_PCH=n for armel FTBS + * [Config] CONFIG_GPIO_VX855=n for armel FTBS + + -- Andy Whitcroft Wed, 03 Nov 2010 22:20:35 +0000 + +linux (2.6.37-2.9) natty; urgency=low + + [ Andy Whitcroft ] + + * config -- fix genportsconfig + * [Config] move powerpc over from ports to distro + * bump master version number to match contained kernel + * SAUCE: fix documentation strings for struct input_keymap_entry + * usb: gadget: goku_udc: add registered flag bit + + -- Andy Whitcroft Tue, 02 Nov 2010 15:14:11 +0000 + +linux (2.6.36-2.8) natty; urgency=low + + [ Tim Gardner ] + + * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules + * [Config]: TWL4030_CORE=n for FTBS + * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS + * [Config]: CONFIG_SOLO6X10=n for FTBS + * [Config]: CONFIG_GPIO_PCH=n for armel FTBS + * [Config]: CONFIG_GPIO_VX855=n for armel FTBS + * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS + * [Config]: CONFIG_LINE6_USB=n for armel FTBS + * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS + * [Config]: CONFIG_I2C_I801=n for armel FTBS + * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables. + * AppArmor: compatibility patch for v5 interface + * AppArmor: compatibility patch for v5 network controll + * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode + * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver + * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface. + * Dropped: hid: 3m: Convert to MT slots + * Dropped: HID: magicmouse: don't allow hidinput to initialize the device + * Dropped: HID: magicmouse: simplify touch data bit manipulation + * Dropped: HID: magicmouse: simplify touch down logic + * Dropped: HID: magicmouse: enable Magic Trackpad support + * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes + * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually + * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic + * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled) + * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode + * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS + * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers + * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes + * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32 + * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only + * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML + * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area + + [ Upstream Kernel Changes ] + + * rebased against 2.6.27-rc1 + + -- Tim Gardner Fri, 22 Oct 2010 19:35:05 -0600 + +linux (2.6.36-1.7) natty; urgency=low + + [ Andy Whitcroft ] + + * rebased to v2.6.36 final + * [Config] update configs following rebase to v2.6.36 final + * [Config] update ports configs following rebase to v2.6.36 final + + [ Upstream Kernel Changes ] + + * rebased to v2.6.36 final + + -- Andy Whitcroft Thu, 21 Oct 2010 14:28:57 +0100 + +linux (2.6.36-1.6) natty; urgency=low + + [ Upstream Kernel Changes ] + + * drop broadcom staging driver preview: + * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n + wireless LAN driver." + + -- Andy Whitcroft Wed, 20 Oct 2010 10:41:25 +0100 + +linux (2.6.36-1.5) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.36-rc8 + * updateconfigs following rebase to v2.6.36-rc8 + * updateportsconfigs following rebase to v2.6.36-rc8 + * config -- simplify the kernelconfig interface + * config -- add new config mode 'dumpconfigs' + + [ Tim Gardner ] + + * Simplify the use of CROSS_COMPILER + + [ Upstream Kernel Changes ] + + * drop broadcom staging driver preview: + * Revert "staging: brcm80211: Make compiling of brcm80211.ko and + brcmfmac.ko mutually exclusive." + * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not + set." + * Revert "Staging: brcm80211: remove driver specific -W options" + * Revert "Staging: brcm80211: clean up makefile cflag lines" + * Revert "staging: brcm80211: add fullmac driver" + * Revert "staging: brcm80211: use string native library" + * Revert "staging: brcm80211: use native ctype library" + * Revert "staging: brcm80211: fix remaining checkpatch errors." + * Revert "staging: brcm80211: fix "ERROR: trailing whitespace."" + * Revert "staging: brcm80211: fix "ERROR: spaces required around that + ..."" + * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that + ':' ..."" + * Revert "staging: brcm80211: fix "ERROR: space required before that + ..."" + * Revert "staging: brcm80211: fix "ERROR: space required after that ..."" + * Revert "staging: brcm80211: fix "ERROR: space required after that close + brace"" + * Revert "staging: brcm80211: fix "ERROR: space prohibited before + ...close square bracket"" + * Revert "staging: brcm80211: fix "ERROR: space prohibited after that + ..."" + * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around + '*'"" + * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'" + * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... + do - while loop"" + * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ... + parenthesis"" + * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0 + or NULL"" + * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0 + or NULL"" + * Revert "staging: brcm80211: fix "ERROR: while should follow close brace + '}'"" + * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev + line"" + * Revert "staging: brcm80211: fix "ERROR: trailing statements should be + on next line"" + * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if + condition"" + * Revert "staging: brcm80211: fix "ERROR: return is not a function, + paren..."" + * Revert "staging: brcm80211: fix "ERROR: open brace '{' following + function dec..."" + * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo + *bar"'" + * Revert "staging: brcm80211: Fix URLs for firmware files." + * Revert "staging: brcm80211: use '%pM' format to print MAC address" + * Revert "staging: brcm80211: Add contact info to TODO list." + * Revert "staging: brcm80211: Fix some initialisation failure paths" + * Export dump_{write,seek} to binary loader modules + * rebase to v2.6.36-rc8. + + -- Andy Whitcroft Tue, 19 Oct 2010 18:58:11 +0100 + +linux (2.6.36-0.4) natty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: perf: increase stack footprint to avoid stack-protector warning + (fixes FTBS on powerpc) + + -- Andy Whitcroft Thu, 14 Oct 2010 13:16:16 +0100 + +linux (2.6.36-0.3) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc + + -- Andy Whitcroft Thu, 14 Oct 2010 03:01:30 +0100 + +linux (2.6.36-0.2) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] updateportsconfigs following rebase to 2.6.36-rc7 + (fix FTBS on powerpc) + + -- Andy Whitcroft Wed, 13 Oct 2010 23:25:12 +0100 + +linux (2.6.36-0.1) natty; urgency=low + + [ Andy Whitcroft ] + + * reduce disk usage during buildd builds + - LP: #645653 + * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y + * [Config] armel -- drop omap flavour + + [ Tim Gardner ] + + * Added dropped patch list + * more dropped patches + * [Config] Disable aufs, dmraid-4.5, ndis-wrapper + * [Config] Add support for cross compiling armel + * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel + * [Upstream] drivers/serial/mfd.c: Fix ARM compile error + * [Config]: updateconfigs after adding brcm80211 + * staging: brcm80211: Fix Makefile syntax error + * rebased to v2.6.36-rc7 + + [ Upstream Kernel Changes ] + + * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs + * (upstream) IPS driver: verify BIOS provided limits + * intel_ips: Print MCP limit exceeded values. + * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless + LAN driver. + * staging: brcm80211: Fix some initialisation failure paths + * staging: brcm80211: Add contact info to TODO list. + * staging: brcm80211: use '%pM' format to print MAC address + * staging: brcm80211: Fix URLs for firmware files. + * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"' + * staging: brcm80211: fix "ERROR: open brace '{' following function + dec..." + * staging: brcm80211: fix "ERROR: return is not a function, paren..." + * staging: brcm80211: fix "ERROR: do not use assignment in if condition" + * staging: brcm80211: fix "ERROR: trailing statements should be on next + line" + * staging: brcm80211: fix "ERROR: that open brace { ... prev line" + * staging: brcm80211: fix "ERROR: while should follow close brace '}'" + * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL" + * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL" + * staging: brcm80211: fix "ERROR: Macros w/ complex values ... + parenthesis" + * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do - + while loop" + * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"' + * staging: brcm80211: fix "ERROR: need consistent spacing around '*'" + * staging: brcm80211: fix "ERROR: space prohibited after that ..." + * staging: brcm80211: fix "ERROR: space prohibited before ...close square + bracket" + * staging: brcm80211: fix "ERROR: space required after that close brace" + * staging: brcm80211: fix "ERROR: space required after that ..." + * staging: brcm80211: fix "ERROR: space required before that ..." + * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..." + * staging: brcm80211: fix "ERROR: spaces required around that ..." + * staging: brcm80211: fix "ERROR: trailing whitespace." + * staging: brcm80211: fix remaining checkpatch errors. + * staging: brcm80211: use native ctype library + * staging: brcm80211: use string native library + * staging: brcm80211: add fullmac driver + * Staging: brcm80211: clean up makefile cflag lines + * Staging: brcm80211: remove driver specific -W options + * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set. + * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko + mutually exclusive. + + -- Andy Whitcroft Tue, 12 Oct 2010 16:00:27 +0100 + +linux (2.6.35-22.33) maverick; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on + Dell E2 series Laptops" + - LP: #641320 + + [ Brian Rogers ] + + * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface + - LP: #624701 + + [ Christopher James Halse Rogers ] + + * SAUCE: Nouveau: Add quirk framework to disable acceleration + - LP: #544088, #546393 + * SAUCE: Nouveau: Disable acceleration on MacBook Pros + - LP: #546393 + + [ John Johansen ] + + * Revert "SAUCE: AppArmor: allow newer tools to load policy on older + kernels" + * SAUCE: AppArmor: allow newer tools to load policy on older kernels + - LP: #639758 + + [ Mathieu J. Poirier ] + + * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM + + [ Upstream Kernel Changes ] + + * ALSA: HDA: Enable internal speaker on Dell M101z + - LP: #640254 + + -- Leann Ogasawara Fri, 17 Sep 2010 13:21:28 -0700 + +linux (2.6.35-22.32) maverick; urgency=low + + [ Arjan van de Ven ] + + * SAUCE: libata: Add ALPM power state accounting to the AHCI driver + + [ David Henningsson ] + + * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510 + - LP: #605047, #628961 + + [ John Johansen ] + + * [Upstream] AppArmor: Fix splitting an fqname into separate namespace + and profile names + - LP: #615947 + * [Upstream] AppArmor: Fix locking from removal of profile namespace + - LP: #615947 + * SAUCE: AppArmor: allow newer tools to load policy on older kernels + - LP: #639758 + * SAUCE: Improve Amazon EBS performance for EC2 + - LP: #634316 + + [ Leann Ogasawara ] + + * Revert "SAUCE: i915 KMS -- blacklist i855" + * Revert "SAUCE: i915 KMS -- blacklist i845g" + * Revert "SAUCE: i915 KMS -- blacklist i830" + * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken + devices" + * execute module-inclusion within a subshell + - LP: #621175 + + [ Upstream Kernel Changes ] + + * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec() + - LP: #633227 + * (pre-stable) drm/i915: don't enable self-refresh on Ironlake + - LP: #629711 + * (pre-stable) mm: Move vma_stack_continue into mm.h + * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev + - LP: #601073 + * PM / Runtime: Make runtime_status attribute not debug-only (v. 2) + * PM / Runtime: Add runtime PM statistics (v3) + * compat: Make compat_alloc_user_space() incorporate the access_ok() + - CVE-2010-3081 + * x86-64, compat: Test %rax for the syscall number, not %eax + - CVE-2010-3301 + * x86-64, compat: Retruncate rax after ia32 syscall entry tracing + - CVE-2010-3301 + + -- Leann Ogasawara Tue, 14 Sep 2010 08:46:49 -0700 + +linux (2.6.35-21.31) maverick; urgency=low + + [ Andy Whitcroft ] + + * bodge linux-libc-dev package version due to ti-omap4 error + * linux-libc-dev -- ensure we can only build this on debian.master + + -- Leann Ogasawara Mon, 13 Sep 2010 09:54:31 -0700 + +linux (2.6.35-21.30) maverick; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes + - LP: #614008 + + [ Daniel Lezcano ] + + * SAUCE: fix compilation warning when CONFIG_SECURITY is not set + + [ Henrik Rydberg ] + + * SAUCE: Input: wacom - add fuzz parameters to features + * SAUCE: Input: wacom - collect device quirks into single function + * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad + * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices + * SAUCE: hid: ntrig: Remove unused device ids + * SAUCE: hid: ntrig: remove sysfs nodes + * SAUCE: hid: ntrig: Correct logic for quirks + * SAUCE: hid: ntrig: zero-initialize ntrig struct + * SAUCE: hid: ntrig: Setup input filtering manually + * SAUCE: hid: ntrig: New ghost-filtering event logic + + [ Leann Ogasawara ] + + * SAUCE: ndiswrapper: Initialize buffer index and check its value + - LP: #613796 + + [ Manoj Iyer ] + + * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2 + series Laptops + - LP: #632884 + + [ Ping Cheng ] + + * SAUCE: Input: wacom - parse the Bamboo device family + + [ Rafi Rubin ] + + * SAUCE: hid: ntrig: identify firmware version (wiggled) + + [ Tim Gardner ] + + * [Config] CONFIG_NL80211_TESTMODE=n + + [ Upstream Kernel Changes ] + + * Revert "input: mt: Add support for the Bamboo Touch trackpad" + * e1000e: initial support for 82579 LOMs + * e1000e: correct MAC-PHY interconnect register offset for 82579 + * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066, + tested on HP G60 + - LP: #587388 + * DSS2: Don't power off a panel twice + - LP: #588243 + * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y + * Input: i8042 - reset keyboard controller wehen resuming from S2R + - LP: #86820 + * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs + - LP: #414795 + * agp/intel: Support the extended physical addressing bits on + Sandybridge. + - LP: #632488 + * drm/i915,intel_agp: Add support for Sandybridge D0 + - LP: #632488 + * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids + - LP: #632488 + * mmc: omap: fix for bus width which improves SD card's peformance. + + -- Leann Ogasawara Tue, 07 Sep 2010 09:58:52 -0700 + +linux (2.6.35-20.29) maverick; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: i915 KMS -- support disabling KMS for known broken devices + - LP: #563277 + * SAUCE: i915 KMS -- blacklist i830 + - LP: #542208, #563277 + * SAUCE: i915 KMS -- blacklist i845g + - LP: #541492, #563277 + * SAUCE: i915 KMS -- blacklist i855 + - LP: #511001, #541511, #563277 + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_SENSORS_PKGTEMP=m + - LP: #601073 + * ARM: Temporarily disable module check for armel + * rebase to v2.6.35.4 + * [Config] update configs following rebase to v2.6.35.4 + + [ Ricardo Salveti de Araujo ] + + * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in + in Omap + + [ Tim Gardner ] + + * [Config] Added be2net, be2scsi to udebs + - LP: #628776 + + [ Upstream Kernel Changes ] + + * x86, cpu: Package Level Thermal Control, Power Limit Notification + definitions + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: thermal throttling handler + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: power limit + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation + - LP: #601073 + * hid: 3m: Adjust to sequential MT HID protocol + * hid: 3m: Convert to MT slots + * hid: 3m: Correct touchscreen emulation + * hid: 3m: Adjust major / minor axes to scale + * input: bcm5974: Adjust major / minor to scale + * HID: magicmouse: don't allow hidinput to initialize the device + * HID: magicmouse: simplify multitouch feature request + * HID: magicmouse: simplify touch data bit manipulation + * HID: magicmouse: simplify touch down logic + * HID: magicmouse: remove timestamp logic + * HID: magicmouse: enable Magic Trackpad support + * HID: magicmouse: Adjust major / minor axes to scale + * mmc: fix all hangs related to mmc/sd card insert/removal during + suspend/resume + - LP: #477106 + * drm/i915: fix VGA plane disable for Ironlake+ + - LP: #602281 + + -- Leann Ogasawara Mon, 30 Aug 2010 08:38:01 -0700 + +linux (2.6.35-19.28) maverick; urgency=low + + [ Leann Ogasawara ] + + * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted + from the archive and a no-change rebuild was attempted. However, the ABI + did not get bumped and resulted in build failures for 2.6.35-19.27. Fix + up the ABI and re-upload. + + -- Leann Ogasawara Sat, 28 Aug 2010 16:42:27 -0700 + +linux (2.6.35-19.27) maverick; urgency=low + + [ Leann Ogasawara ] + + * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted + from the archive. + + -- Leann Ogasawara Fri, 27 Aug 2010 08:58:35 -0700 + +linux (2.6.35-19.26) maverick; urgency=low + + [ Upstream Kernel Changes ] + + * ARM: OMAP: Beagle: revision detection + * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect + * ARM: OMAP: Beagle: no gpio_wp pin connection on xM + + -- Leann Ogasawara Thu, 26 Aug 2010 09:15:09 -0700 + +linux (2.6.35-19.25) maverick; urgency=low + + [ Jarod Wilson ] + + * SAUCE: Bring in staging/lirc from 2.6.36 + - LP: #609234 + * SAUCE: Update ir-core to linuxtv/other which should be merged for + 2.6.36. + - LP: #609234 + * SAUCE: Fix memleaks in imon and mceusb drivers + - LP: #609234 + * SAUCE: Bring in streamzap support from linuxtv/other + - LP: #609234 + + [ Mario Limonciello ] + + * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36 + - LP: #609234 + + [ Mathieu J. Poirier ] + + * SAUCE: ARM: adding i2c eeprom driver to read EDID + - LP: #608279 + + [ Upstream Kernel Changes ] + + * intel_idle: disable module support + - LP: #615265 + * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the + correct codec ID + * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763 + - LP: #605101 + * (pre-stable) ALSA: HDA: Use model=auto for LG R510 + - LP: #495134 + * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269 + - LP: #519066 + * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500 + - LP: #519066 + * input: mt: Initialize slots to unused (rev2) + * input: mt: Add support for the Bamboo Touch trackpad + * hid: Add a hid quirk for input sync override + + -- Leann Ogasawara Mon, 23 Aug 2010 12:42:52 -0700 + +linux (2.6.35-18.24) maverick; urgency=low + + [ Colin Watson ] + + * Pass DEB_MAINT_PARAMS to hook scripts + + [ Leann Ogasawara ] + + * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer + - LP: #584812 + * rebase to v2.6.35.3 + + [ Upstream Kernel Changes ] + + * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555 + - LP: #609234 + * can: add limit for nframes and clean up signed/unsigned variables + - CVE-2010-2959 + * drm: Initialize ioctl struct when no user data is present + - CVE-2010-2803 + * ARM: initial stack protector (-fstack-protector) support + * ARM: stack protector: change the canary value per task + * [ARM] implement arch_randomize_brk() + * [ARM] add address randomization to mmap() + * ARM: fix ASLR of PIE executables + + -- Leann Ogasawara Sun, 22 Aug 2010 19:22:04 -0700 + +linux (2.6.35-17.23) maverick; urgency=low + + [ Jeremy Kerr ] + + * [Config] build-in uinput module + - LP: #584812 + + [ Leann Ogasawara ] + + * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS" + * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib" + * Revert "[Config] [FTBS] sparc: Temporarily disable + CONFIG_MTD_NAND_DENALI" + * Revert "[Config] [FTBS] sparc: Temporarily disable + CONFIG_MFD_JANZ_CMODIO" + * Revert "[Config] [FTBS] sparc: Temporarily disable + CONFIG_INFINIBAND_QIB" + * [Config] Enable INTEL_IPS + - LP: #601057 + * Remove ia64 support + * [Config] Update portsconfigs after removing ia64 support + * Remove sparc support + * [Config] Update portsconfigs after removing sparc support + + [ Linus Torvalds ] + + * (pre-stable) mm: fix page table unmap for stack guard page properly + + [ Mathieu J. Poirier ] + + * SAUCE: (no-up) ARM: Resetting power_mode to its original value. + - LP: #591941 + + [ Upstream Kernel Changes ] + + * timer: add on-stack deferrable timer interfaces + - LP: #601057 + * x86 platform driver: intelligent power sharing driver + - LP: #601057 + * IPS driver: add GPU busy and turbo checking + - LP: #601057 + * X86: intel_ips, check for kzalloc properly + - LP: #601057 + * ips driver: make it less chatty + - LP: #601057 + + -- Leann Ogasawara Tue, 17 Aug 2010 09:38:08 -0700 + +linux (2.6.35-16.22) maverick; urgency=low + + [ Andy Whitcroft ] + + * debian -- more agressivly clean up after depmod on purge + - LP: #618591 + + [ Henrik Rydberg ] + + * SAUCE: hid: 3m: Simplify touchsreen emulation logic + + [ Leann Ogasawara ] + + * ubuntu: iscsitarget -- version 1.4.20.2 + * ubuntu: rtl8192se -- update to version 0017.0507.2010 + * rebase to v2.6.35.2 + * [Config] update configs following rebase to v2.6.35.2 + * [Config] update ports configs following rebase to v2.6.35.2 + + [ Luke Yelavich ] + + * [Config] Enable new firewire stack on powerpc + + [ Mathieu J. Poirier ] + + * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash. + - LP: #608266 + + -- Leann Ogasawara Thu, 12 Aug 2010 09:58:01 -0700 + +linux (2.6.35-15.21) maverick; urgency=low + + [ Luke Yelavich ] + + * [Config] CONFIG_SND_USB_UA101=m for all architectures + + [ Upstream Kernel Changes ] + + * Input: introduce MT event slots + * Input: document the MT event slot protocol + * (pre-stable) sched: Revert nohz_ratelimit() for now + * (pre-stable) drm/radeon/kms: add missing copy from user + - LP: #606081 + + [ Leann Ogasawara ] + + * rebase to v2.6.35.1 + + -- Leann Ogasawara Mon, 09 Aug 2010 09:24:04 -0700 + +linux (2.6.35-14.20) maverick; urgency=low + + [ Andy Whitcroft ] + + * update Vcs-Git to point to maverick repo + * debian -- include the debian packaging in the -source package + - LP: #608674 + * select debian source format 1.0 + * add support for building selected stages of kernel + - LP: #603087 + * cleanup conditional dependancy handling + - LP: #603087 + + [ Upstream Kernel Changes ] + + * ALSA: hda - Handle missing NID 0x1b on ALC259 codec + - LP: #582199, #586418, #588031 + * ALSA: hda - Handle pin NID 0x1a on ALC259/269 + - LP: #582199, #586418, #588031 + * sched: Revert nohz_ratelimit() for now + + -- Leann Ogasawara Tue, 03 Aug 2010 08:46:47 -0700 + +linux (2.6.35-14.19) maverick; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.35 + + -- Leann Ogasawara Sun, 01 Aug 2010 10:35:56 -0700 + +linux (2.6.35-13.18) maverick; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: (no-up) Modularize vesafb -- fix initialisation + * SAUCE: add tracing for user initiated readahead requests + * SAUCE: vt -- maintain bootloader screen mode and content until vt + switch + * SAUCE: vt -- allow grub to request automatic vt_handoff + * SAUCE: fbcon -- fix race between open and removal of framebuffers + * SAUCE: drm -- stop early access to drm devices + + [ Bryan Wu ] + + * CONFIG: compile in OTG driver and Transceiver driver + - LP: #566645 + * remove OTG modules from modules list file + + [ John Johansen ] + + * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27 + - LP: #581525, #599450 + * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29 + * SAUCE: AppArmor 2.4 compatibility patch + * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace + * SAUCE: fix pv-ops for legacy Xen + * SAUCE: blkfront: default to sd devices + * [Config] Build in drivers required for Xen pv-ops + + [ Leann Ogasawara ] + + * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture + size." + + [ Lee Jones ] + + * SAUCE: ARM: OMAP: Add macros for comparing silicon revision + - LP: #608095 + * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than + just revision + - LP: #608095 + * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX + - LP: #608095 + * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM + - LP: #608095 + + [ Upstream Kernel Changes ] + + * agp/intel: Use the correct mask to detect i830 aperture size. + - LP: #597075 + + -- Leann Ogasawara Fri, 30 Jul 2010 15:46:59 -0700 + +linux (2.6.35-12.17) maverick; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc6 + * [Config] update configs following rebase to v2.6.35-rc6 + * [Config] update ports configs following rebase to v2.6.35-rc6 + * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11 + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc6 + + -- Leann Ogasawara Fri, 23 Jul 2010 16:16:38 +0200 + +linux (2.6.35-11.16) maverick; urgency=low + + [ Leann Ogasawara ] + + * Bump ABI for new compiler update + + -- Leann Ogasawara Fri, 23 Jul 2010 10:24:58 +0200 + +linux (2.6.35-10.15) maverick; urgency=low + + [ Leann Ogasawara ] + + * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA + device" + * [Config] Enable CONFIG_M686=y + - LP: #592495 + + [ Upstream Kernel Changes ] + + * tracing: Add alignment to syscall metadata declarations + + -- Leann Ogasawara Tue, 20 Jul 2010 18:18:49 +0200 + +linux (2.6.35-9.14) maverick; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- add BOM and automated update script + * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25 + + [ John Johansen ] + + * [Config] Enable DRBD as a module + + [ Kees Cook ] + + * SAUCE: Yama: verify inode is symlink to avoid bind mounts + - LP: #604407 + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_DRM_VMWGFX (staging driver) + - LP: #606139 + * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver) + - LP: #606139 + * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y + * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y + + [ Lee Jones ] + + * Stop ARM boards crashing when CUPS is loaded + - LP: #601226 + + [ Upstream Kernel Changes ] + + * perf probe: Support tracing an entry of array + * perf probe: Support static and global variables + + -- Leann Ogasawara Fri, 16 Jul 2010 14:38:17 -0700 + +linux (2.6.35-8.13) maverick; urgency=low + + [ Kees Cook ] + + * SAUCE: Yama: check PTRACE using thread group leader + * SAUCE: Yama: search for PTRACE exceptions via thread group leader + - LP: #603716 + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc5 + * [Config] update configs following rebase to v2.6.35-rc5 + + [ Nicolas Pitre ] + + * SAUCE: make ndiswrapper available on X86 only + + [ Tim Gardner ] + + * [Config] Added ums-cypress to udeb + - LP: #576066 + * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n + * [Config] CONFIG_NDISWRAPPER=m across all configs + + [ Upstream Kernel Changes ] + + * HID: magicmouse: report last touch up + * rebase to 2.6.35-rc5 + + -- Leann Ogasawara Tue, 13 Jul 2010 18:57:59 -0700 + +linux (2.6.35-7.12) maverick; urgency=low + + [ Tim Gardner ] + + * [Upstream] i915: Use the correct mask to detect i830 aperture size. + - LP: #597075 + + [ Upstream Kernel Changes ] + + * (drop after 2.6.35) drm/radeon/kms: add ioport register access + (squashed) + + -- Tim Gardner Thu, 08 Jul 2010 09:53:13 -0600 + +linux (2.6.35-7.11) maverick; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_X86_MRST=n + + [ Upstream Kernel Changes ] + + * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc + * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb + * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue + + -- Tim Gardner Tue, 06 Jul 2010 18:39:08 -0600 + +linux (2.6.35-7.10) maverick; urgency=low + + [ Kees Cook ] + + * SAUCE: security: create task_free security callback + * SAUCE: Yama: add PTRACE exception tracking and interface + * SAUCE: security: unconditionally chain to Yama LSM + * Revert "SAUCE: ptrace: restrict ptrace scope to children" + * Revert "SAUCE: fs: block hardlinks to non-accessible sources" + * Revert "SAUCE: fs: block cross-uid sticky symlinks" + * [Upstream] security: Yama LSM + * [Config] Enable CONFIG_SECURITY_YAMA=y + + [ Tim Gardner ] + + * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4 + + [ Upstream Kernel Changes ] + + * rebase to 2.6.35-rc4 + + -- Leann Ogasawara Thu, 01 Jul 2010 08:55:57 -0700 + +linux (2.6.35-6.9) maverick; urgency=low + + [ Tim Gardner ] + + * [Upstream] direct_splice_actor() should not use pos in sd + - LP: #588861 + + -- Leann Ogasawara Mon, 28 Jun 2010 12:35:49 -0700 + +linux (2.6.35-6.8) maverick; urgency=low + + [ Mathieu J. Poirier ] + + * ARM: Adding regulator supply for vdds_sdi. + - LP: #597904 + + -- Leann Ogasawara Sun, 27 Jun 2010 16:34:43 -0700 + +linux (2.6.35-6.7) maverick; urgency=low + + [ Alberto Milone ] + + * [Upstream] Add support for the ATIF ACPI method to the radeon driver + + [ Chase Douglas ] + + * [Upstream] HID: magicmouse: scroll on entire surface, not just middle + of mouse + * [Upstream] HID: magicmouse: disable and add module param for scroll + acceleration + * [Upstream] HID: magicmouse: properly account for scroll movement in + state + * [Upstream] HID: magicmouse: add param for scroll speed + * [Upstream] HID: magicmouse: enable horizontal scrolling + + [ Henrik Rydberg ] + + * [Upstream] Input: evdev - convert to dynamic event buffer + * [Upstream] Input: evdev - use driver hint to compute size of event + buffer + * [Upstream] Input: bcm5974 - set the average number of events per MT + event packet + * [Upstream] Input: hid-input - use a larger event buffer for MT devices + * [Upstream] Input: evdev - never leave the client buffer empty after + write + + [ John Johansen ] + + * SAUCE: AppArmor: -- mainline 2010-06-23 + * SAUCE: AppArmor 2.4 compatibility patch + * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_INTR_REMAP=y + - LP: #597091 + * [Config] Enable CONFIG_X86_X2APIC + - LP: #597091 + + [ Mathieu J. Poirier ] + + * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap + - LP: #594382 + + -- Leann Ogasawara Thu, 24 Jun 2010 12:19:48 -0700 + +linux (2.6.35-5.6) maverick; urgency=low + + [ Amit Kucheria ] + + * [Config] update omap flavour description + + [ Andy Whitcroft ] + + * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac + - LP: #570500, #576274 + * SAUCE: add option to hand off all kernel parameters to init + - LP: #586386 + * [Config] enable passing all kernel command line to init + - LP: #586386 + * [Config] disable CONFIG_VMI + - LP: #537601 + * [Config] enable CONFIG_IPV6_SIT_6RD + - LP: #591869 + * [Config] enable CONFIG_VMWARE_BALOON as module + - LP: #592039 + + [ Leann Ogasawara ] + + * Revert "SAUCE: pm: Config option to disable handling of console during + suspend/resume" + - LP: #594885 + * [Config] Remove CONFIG_PM_DISABLE_CONSOLE + * [Config] ports: enable passing all kernel command line to init + - LP: #586386 + * [Config] Enable CONFIG_FB_VESA=y for x86 + * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer + * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer + * [Config] Enable CONFIG_TASK_DELAY_ACCT=y + - LP: #493156 + + [ Mathieu Poirier ] + + * ARM: Adding MosChip MCS7830 to nic-usb + - LP: #584920 + + [ Upstream Kernel Changes ] + + * Revert "[Upstream] docbook: need xmldoclinks for all doc types" + * docbook: need xmldoclinks for all doc types + * perf probe: Add kernel source path option + + -- Leann Ogasawara Thu, 17 Jun 2010 08:05:29 -0700 + +linux (2.6.35-4.5) maverick; urgency=low + + [ Leann Ogasawara ] + + * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer + size (rev2)" + * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)" + * Revert "[Upstream] (evdev) Use multi-reader buffer to save space + (rev4)" + * Revert "SAUCE: drivers: Remove some duplicate device entries in various + modules" + * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID + * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq" + * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id + + [ Tim Gardner ] + + * [Config] CONFIG_NFS_FSCACHE=y + - LP: #440522 + * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y + - LP: #440522 + + -- Leann Ogasawara Wed, 16 Jun 2010 08:43:07 -0700 + +linux (2.6.35-3.4) maverick; urgency=low + + [ Andy Whitcroft ] + + * debian -- ensure the version number is clean + + [ Henrik Rydberg ] + + * [Upstream] Introduce MT event slots (rev 5) + * [Upstream] Document the MT event slot protocol (rev5) + * [Upstream] (evdev) Use multi-reader buffer to save space (rev4) + * [Upstream] (evdev) Convert to dynamic event buffer (rev4) + * [Upstream] (evdev) Use driver hint to compute the evdev buffer size + (rev2) + + [ Leann Ogasawara ] + + * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module" + * Revert "SAUCE: hostap: send events on data interface as well as master + interface" + * Revert "Fix webcam having USB ID 0ac8:303b" + * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver" + * rebase to v2.6.35-rc3 + + [ Maxim Levitsky ] + + * [Config] Enable new Smartmedia/xD translation layer + - LP: #202490 + + [ Upstream Kernel Changes ] + + * net: fix deliver_no_wcard regression on loopback device + + [ Upstream changes ] + + * rebased to v2.6.35-rc3 + + -- Leann Ogasawara Thu, 10 Jun 2010 16:15:22 -0700 + +linux (2.6.35-2.3) maverick; urgency=low + + [ Bryan Wu ] + + * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO + + [ Leann Ogasawara ] + + * [Config] armel: Enable CONFIG_BNX2=m + * [Config] ports: Enable CONFIG_BNX2X=m + * SAUCE: armel: define get_dma_ops to fix FTBS + + [ Tim Gardner ] + + * [Upstream] net: Print num_rx_queues imbalance warning only when there + are allocated queues + - LP: #591416 + + -- Leann Ogasawara Wed, 09 Jun 2010 08:27:41 -0700 + +linux (2.6.35-2.2) maverick; urgency=low + + [ Andy Whitcroft ] + + * [Config] d-i: make armel configuration versatile flavour specific + - LP: #588805 + * [Config] d-i: enable .udebs for omap flavour + - LP: #588805 + + [ Kees Cook ] + + * ptrace: limit scope to attach only (allow read) + - LP: #589656 + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc2 + * [Config] update configs following rebase to v2.6.35-rc2 + * [Config] update port configs following rebase to v2.6.35-rc2 + + [ Lee Jones ] + + * Enable perf to be more helpful when perf_ does not exist. + - LP: #570500 + * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs. + + [ Tim Gardner ] + + * [Config] Update bnx2 udeb firmware files + - LP: #589304 + + [ Upstream changes ] + + * rebased to v2.6.35-rc2 + + -- Leann Ogasawara Mon, 07 Jun 2010 09:45:04 -0700 + +linux (2.6.35-1.1) maverick; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601 + - LP: #587888 + * ubuntu: AUFS -- track changes to the arguements to fop fsync() + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc1 + * [Config] update configs following rebase to v2.6.35-rc1 + * [Config] update port configs following rebase to v2.6.35-rc1 + * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free() + * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free() + * SAUCE: ndiswrapper: convert multicast list to list_head + * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL + * [Config] [FTBS] ia64: Temporarily disable gpiolib + * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS + * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB + * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO + * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO + * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155 + * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI + * [Config] [FTBS] armel: Temporarily disable bnx2 + * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE + * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm + * SAUCE: [FTBS] armel: include linux/dma-mapping.h + * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with + gpio_set_debounce + + [ Upstream Kernel Changes ] + + * of/usb: fix build error due to of_node pointer move + * n2_crypto: Fix build after of_device/of_platform_driver changes. + * powerpc/fsl-booke: fix the case where we are not in the first page + * powerpc/fsl-booke: Move the entry setup code into a seperate file + * powerpc/kexec: Add support for FSL-BookE + * greth: Fix build after OF device conversions. + + [ Upstream changes ] + + * rebased to v2.6.35-rc1 + + -- Leann Ogasawara Fri, 04 Jun 2010 23:01:52 -0700 + +linux (2.6.35-1.0) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * Null entry. + + -- Leann Ogasawara Wed, 02 Jun 2010 15:17:41 -0700 + +linux (2.6.34-5.14) maverick; urgency=low + + [ Tim Gardner ] + + * [Config] Added module inclusion support + * [Config] Added virtual flavour module inclusion list and d-i package + definitions + + -- Leann Ogasawara Wed, 02 Jun 2010 12:58:14 -0700 + +linux (2.6.34-5.13) maverick; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- aufs2 20091209" + * Revert "ubuntu: AUFS -- export various core functions + (aufs2-standalone.patch)" + * Revert "ubuntu: AUFS -- export various core functions + (aufs2-base.patch)" + * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34 + - LP: #587888 + * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34 + - LP: #587888 + * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601 + - LP: #587888 + * [Config] AUFS -- enable aufs options + - LP: #587888 + + -- Leann Ogasawara Tue, 01 Jun 2010 08:56:43 -0700 + +linux (2.6.34-5.12) maverick; urgency=low + + [ Andy Whitcroft ] + + * enforce -- ensure SYSFS compatibility is disabled + + [ Chase Douglas ] + + * build with libdw-dev for perf probe symbol support + * maverick ftrace configuration changes + + [ Kees Cook ] + + * Revert "SAUCE: x86: brk away from exec rand area" + * Revert "SAUCE: [um] Don't use nx_enabled under UML" + * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32" + * SAUCE: x86: implement cs-limit nx-emulation for ia32 + - LP: #369978 + * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only + * SAUCE: x86: brk away from exec rand area + - LP: #452175 + * SAUCE: ptrace: restrict ptrace scope to children + + [ Leann Ogasawara ] + + * Add new omap flavour to getabis + * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs + - LP: #585490 + * build/modules: Temorarily add ignore.modules + * ubuntu: iscsitarget -- version 1.4.20.1 + + [ Loïc Minier ] + + * SAUCE: [um] Don't use nx_enabled under UML + - LP: #524849 + + -- Leann Ogasawara Fri, 28 May 2010 08:27:17 -0700 + +linux (2.6.34-4.11) maverick; urgency=low + + [ Amit Kucheria ] + + * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files + * [Config] Add support for OMAP-mainline flavour + + [ Andy Whitcroft ] + + * SAUCE: powerpc: fix compile error when ptrace.h is included from + userspace + - LP: #583733 + + [ Chase Douglas ] + + * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers + are present" + * Revert "SAUCE: Disable function tracing after hitting __schedule_bug" + * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing + load detect pipe" + + [ Kees Cook ] + + * SAUCE: fs: block cross-uid sticky symlinks + * SAUCE: fs: block hardlinks to non-accessible sources + + [ Koen Kooi ] + + * SAUCE: board-omap3-beagle: add DSS2 support + + [ Leann Ogasawara ] + + * Revert "staging/go7007 -- disable" + * Revert "[Config] staging/winbond -- disable" + * Revert "Disable 4MB page tables for Atom, work around errata AAE44" + * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount" + * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit + controller" + * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT" + * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros" + * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps" + * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B + chipsets." + * Revert "[Upstream] b43: Declare all possible firmware files." + * Revert "add Breaks: against hardy lvm2" + * Revert "SAUCE: Guest OS does not recognize a lun with non zero target + id on Vmware ESX Server" + * Revert "SAUCE: Catch nonsense keycodes and silently ignore" + * [Config] Enable CONFIG_ECRYPT_FS=y for ports + * [Config] Enable CONFIG_USB=y for armel and sparc + * [Config] Enable CONFIG_SCSI=y for ia64 and sparc + * [Config] Enable CONFIG_RFKILL=y for ports + * [Config] Enable CONFIG_ATH9K_DEBUGFS=y + * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y + * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y + * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y + * [Config] Enable CONFIG_LIBERTAS_MESH=y + * [Config] Enable CONFIG_MMC_RICOH_MMC=y + * [Config] CONFIG_RT2800USB_UNKNOWN=y + * [Config] Enable CONFIG_VGA_SWITCHEROO=y + * [Config] Enable CONFIG_CEPH_FS=m + * [Config] Enable CONFIG_CRYPTO_PCRYPT=m + * [Config] Enable CONFIG_EEEPC_WMI=m + * [Config] Enable CONFIG_RT2800PCI=m + * [Config] Enable CONFIG_SCSI_HPSA=m + * [Config] Enable CONFIG_VHOST_NET=m + * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default + - LP: #582350 + * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS + - LP: #579300 + * [Config] Enable CONFIG_PCIEASPM=y + - LP: #333990 + * [Config] updateconfigs for OMAP flavour + + [ Loïc Minier ] + + * Enable perf tools on armel + + [ Tim Gardner ] + + * SAUCE: Updated ndiswrapper to 1.56 + - LP: #582555 + * [Config] Added virtual flavour + * [Config] Remove support for sub-flavours + * [Config] Removed amd64 preempt flavour + * [Config] updateconfigs, updateportsconfigs after flavour munging + + -- Leann Ogasawara Tue, 25 May 2010 09:34:55 -0700 + +linux (2.6.34-3.10) maverick; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34 + + [ Upstream changes ] + + * rebased to v2.6.34 + + -- Leann Ogasawara Tue, 18 May 2010 17:35:35 -0700 + +linux (2.6.34-2.9) maverick; urgency=low + + [ Leann Ogasawara ] + + * [Config] [FTBS] Disable comedi for armel + + -- Leann Ogasawara Thu, 13 May 2010 23:20:55 +0200 + +linux (2.6.34-2.8) maverick; urgency=low + + [ Leann Ogasawara ] + + * Drop lpia + * [Config] [FTBS] disable KVM + * [Config] [FTBS] disable ipr for armel + + -- Leann Ogasawara Thu, 13 May 2010 16:07:52 +0200 + +linux (2.6.34-2.7) maverick; urgency=low + + [ Leann Ogasawara ] + + * [Config] disable CONFIG_SCSI_IPR on powerpc + * [Config] Remove 386 flavour per UDS discussion + + -- Leann Ogasawara Wed, 12 May 2010 18:26:43 +0200 + +linux (2.6.34-1.6) maverick; urgency=low + + [ Chase Douglas ] + + * enforce CONFIG_TMPFS_POSIX_ACL=y + - LP: #575940 + * don't force module dependency checking + - LP: #577029 + + [ Kees Cook ] + + * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write + - LP: #568844 + + [ Leann Ogasawara ] + + * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL" + * rebase to v2.6.34-rc7 + * [Config] update configs following rebase to v2.6.34-rc7 + * [Config] update port configs following rebase to v2.6.34-rc7 + * Add btrfs to the udebs + + [ Tim Gardner ] + + * [Config] Add atl1c to nic-modules udeb + - LP: #557130 + + [ Upstream changes ] + + * rebased to v2.6.34-rc7 + + -- Leann Ogasawara Tue, 11 May 2010 11:29:08 +0200 + +linux (2.6.34-1.5) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc6 + * [Config] update configs following rebase to v2.6.34-rc6 + * [Config] update port configs following rebase to v2.6.34-rc6 + + [ Upstream changes ] + + * rebased to v2.6.34-rc6 + + -- Leann Ogasawara Fri, 30 Apr 2010 15:54:05 +0100 + +linux (2.6.34-1.4) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc5 + * [Config] update ports configs following rebase to v2.6.34-rc5 + + [ Upstream changes ] + + * rebased to v2.6.34-rc5 + + -- Leann Ogasawara Thu, 22 Apr 2010 15:36:12 -0700 + +linux (2.6.34-1.3) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc4 + * [Config] update configs following rebase to v2.6.34-rc4 + * [Config] update port configs following rebase to v2.6.34-rc4 + * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4 + + [ Upstream changes ] + + * rebased to v2.6.34-rc4 + + -- Leann Ogasawara Tue, 13 Apr 2010 18:33:44 -0700 + +linux (2.6.34-1.2) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * Temorarily disable building linux-doc + * rebase to v2.6.34-rc3 + * [Config] update configs following rebase to v2.6.34-rc3 + * [Config] update port configs following rebase to v2.6.34-rc3 + + [ Upstream changes ] + + * rebased to v2.6.34-rc3 + + -- Leann Ogasawara Tue, 30 Mar 2010 16:55:44 -0700 + +linux (2.6.34-1.1) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc2 + * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2 + * [Config] update port configs following rebase to v2.6.34-rc2 + * [Config] update configs following rebase to v2.6.34-rc2 + + [ Upstream changes ] + + * rebased to v2.6.34-rc2 + + -- Leann Ogasawara Wed, 24 Mar 2010 23:00:39 -0700 + +linux (2.6.33-1.1) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * ubuntu: dm-raid4-5 -- update to compile with 2.6.33 + * ubuntu: lirc -- drop explicit include of linux/autoconf.h + * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock + * ubuntu: lirc -- rename kfifo_put and kfifo_get + * ubuntu: iscsitarget -- rename daddr inet_sock field + * rebased to v2.6.33 + * [Config] update configs following rebase to v2.6.33 + * [Config] update ports configs following rebase to v2.6.33 + + [ Upstream changes ] + + * rebased to v2.6.33 + + -- Leann Ogasawara Tue, 23 Mar 2010 03:55:46 -0700 + +linux (2.6.33-0.0) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * Null entry. + + -- Leann Ogasawara Wed, 17 Mar 2010 07:48:56 -0700 + +linux (2.6.32-16.25) lucid; urgency=low + + [ Andy Whitcroft ] + + * linux-tools -- move to Suggests: with explicit seeding + - LP: #534635 + + [ Tim Gardner ] + + * [Config] CONFIG_HID=m + + [ Upstream Kernel Changes ] + + * (pre-stable) sched: Fix SMT scheduler regression in + find_busiest_queue() + * KVM: introduce kvm_vcpu_on_spin + * KVM: VMX: Add support for Pause-Loop Exiting + + -- Andy Whitcroft Tue, 09 Mar 2010 14:13:51 +0000 + +linux (2.6.32-16.24) lucid; urgency=low + + [ Andy Whitcroft ] + + * armel -- perf userspace does not support arm + * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries + + -- Andy Whitcroft Sat, 06 Mar 2010 11:42:12 +0000 + +linux (2.6.32-16.23) lucid; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: PM report driver and device suspend/resume times -- move config + * update to standards version 3.8.4.0 + * printenv -- expose all of the package selectors + * source package -- cleanup source content control + * doc package -- ensure we do build package content on buildd + * lintian -- correct the address in the debian/copyright + * lintian -- update debhelper package version dependancy + * lintian -- fix ghostscript dependancy + * lintian -- add required misc:Depends + * lintian -- move our debhelper compat level to debian/compat + * perf -- build the kernel carried tools + * perf -- add linux-tools carrying the version switches and manuals + * SAUCE: fix up Kconfig for staging drivers + * [Config] enable NOUVEAU etc following drm backport + * update DRM to mainline v2.6.33 + * [Config] Remove AppArmor config options that no longer exist (ports) + * [Config] updateportsconfigs following drm update + + [ John Johansen ] + + * ubuntu: AppArmor -- update to mainline 2010-03-04 + * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility + * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels + * [Config] Remove AppArmor config options that no longer exist + + [ Manoj Iyer ] + + * ubuntu: rtl8192se -- version 2010-0115,0014 + - LP: #530275 + * [Config] added CONFIG_RTL8192SE module. + - LP: #530275 + + [ Tim Gardner ] + + * [Config] Added vmw_pvscsi to d-i/scsi-modules + - LP: #531017 + * [Upstream] netfilter: xt_recent: Add an entry reaper + + [ Upstream Kernel Changes ] + + * Revert "KVM: x86 emulator: Check CPL level during privilege instruction + emulation" + * Revert "KVM: x86 emulator: Fix popf emulation" + * Revert "KVM: x86 emulator: Check IOPL level during io instruction + emulation" + * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation" + * Revert "KVM: fix memory access during x86 emulation." + * Add vlan (8021.Q) module package for d-i. + * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell + Inspiron 700m + - LP: #515246 + * [Upstream] docbook: need xmldoclinks for all doc types + * x86: set_personality_ia32() misses force_personality32 + * lib: Introduce generic list_sort function + * drm/nv50: Implement ctxprog/state generation. + * drm/nv50: Remove redundant/incorrect ctxvals initialisation. + * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell + Inspiron 700m + - LP: #515246 + + -- Andy Whitcroft Fri, 05 Mar 2010 15:40:38 +0000 + +linux (2.6.32-15.22) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT" + * Revert "SAUCE: PM report driver and device suspend/resume times." + * [Config] set CONFIG_SR_REPORT_TIME_LIMIT + + [ Manoj Iyer ] + + * SAUCE: PM report driver and device suspend/resume times. + + -- Andy Whitcroft Tue, 02 Mar 2010 01:35:37 +0000 + +linux (2.6.32-15.21) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k" + * Revert "[Config] lenovo-sl-laptop -- enable" + * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)" + * armel -- cramfs module will no longer be built + * d-i -- make all modules optional + * rename the debug packages to match archive standard + - LP: #527837 + * lenovo-sl-laptop is no longer built + + [ Colin Ian King ] + + * Disable 4MB page tables for Atom, work around errata AAE44 + - LP: #523112 + + [ Colin Watson ] + + * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS + * ubuntu: fsam7400: Depend on CHECK_SIGNATURE + + [ Jesse Barnes ] + + * SAUCE: drm/i915: don't change DRM configuration when releasing load + detect pipe + - LP: #488328 + + [ Loïc Minier ] + + * [Config] armel Update versatile initrd configs + - LP: #524893 + * SAUCE: [um] Don't use nx_enabled under UML + - LP: #524849 + + [ Manoj Iyer ] + + * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT + + [ Mario Limonciello ] + + * SAUCE: v3 - Add Dell Business Class Netbook LED driver + + [ Rafael J. Wysocki ] + + * SAUCE: PM report driver and device suspend/resume times. + + [ Surbhi Palande ] + + * Revert "[Upstream] e1000e: enhance frame fragment detection" + - CVE-2009-4538 + * Revert "[Upstream] e1000: enhance frame fragment detection" + - CVE-2009-4536 + + [ Tim Gardner ] + + * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m + * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow + * SAUCE: (pre-stable) netfilter: xt_recent: fix false match + + [ Upstream Kernel Changes ] + + * Revert "(pre-stable) eCryptfs: Add getattr function" + * Fix potential crash with sys_move_pages + * futex_lock_pi() key refcnt fix + * futex: Handle user space corruption gracefully + * futex: Handle futex value corruption gracefully + * Fix race in tty_fasync() properly + * hwmon: (w83781d) Request I/O ports individually for probing + * hwmon: (lm78) Request I/O ports individually for probing + * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT + * ALSA: ctxfi - fix PTP address initialization + * drm/i915: disable hotplug detect before Ironlake CRT detect + * drm/i915: enable self-refresh on 965 + * drm/i915: Disable SR when more than one pipe is enabled + * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup. + * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list + * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop + * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list + * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers. + * i2c-tiny-usb: Fix on big-endian systems + * drm/i915: handle FBC and self-refresh better + * drm/i915: Increase fb alignment to 64k + * drm/i915: Update write_domains on active list after flush. + * regulator: Fix display of null constraints for regulators + * ALSA: hda-intel: Avoid divide by zero crash + * CPUFREQ: Fix use after free of struct powernow_k8_data + * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb + * cciss: Make cciss_seq_show handle holes in the h->drv[] array + * ioat: fix infinite timeout checking in ioat2_quiesce + * resource: add helpers for fetching rlimits + * fs/exec.c: restrict initial stack space expansion to rlimit + * cifs: fix length calculation for converted unicode readdir names + * NFS: Fix a reference leak in nfs_wb_cancel_page() + * NFS: Try to commit unstable writes in nfs_release_page() + * NFSv4: Don't allow posix locking against servers that don't support it + * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors + * NFS: Fix an Oops when truncating a file + * NFS: Fix a umount race + * NFS: Fix a bug in nfs_fscache_release_page() + * NFS: Fix the mapping of the NFSERR_SERVERFAULT error + * md: fix 'degraded' calculation when starting a reshape. + * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter + * Export the symbol of getboottime and mmonotonic_to_bootbased + * kvmclock: count total_sleep_time when updating guest clock + * KVM: PIT: control word is write-only + * tpm_infineon: fix suspend/resume handler for pnp_driver + * amd64_edac: Do not falsely trigger kerneloops + * netfilter: nf_conntrack: fix memory corruption with multiple namespaces + * netfilter: nf_conntrack: per netns nf_conntrack_cachep + * netfilter: nf_conntrack: restrict runtime expect hashsize modifications + * netfilter: xtables: compat out of scope fix + * netfilter: nf_conntrack: fix hash resizing with namespaces + * drm/i915: remove full registers dump debug + * drm/i915: add i915_lp_ring_sync helper + * drm/i915: Don't wait interruptible for possible plane buffer flush + * dasd: remove strings from s390dbf + * crypto: padlock-sha - Add import/export support + * wmi: Free the allocated acpi objects through wmi_get_event_data + * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value + * /dev/mem: introduce size_inside_page() + * devmem: check vmalloc address on kmem read/write + * devmem: fix kmem write bug on memory holes + * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead + of value 0. + * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB + * ALSA: hda - use WARN_ON_ONCE() for zero-division detection + * dst: call cond_resched() in dst_gc_task() + * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support + * befs: fix leak + * rtc-fm3130: add missing braces + * Call flush_dcache_page after PIO data transfers in libata-sff.c + * ahci: add Acer G725 to broken suspend list + * pktgen: Fix freezing problem + * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt + * x86/amd-iommu: Fix deassignment of a device from the pt_domain + * x86: Re-get cfg_new in case reuse/move irq_desc + * Staging: fix rtl8187se compilation errors with mac80211 + * ALSA: usb-audio - Avoid Oops after disconnect + * serial: 8250: add serial transmitter fully empty test + * sysfs: sysfs_sd_setattr set iattrs unconditionally + * class: Free the class private data in class_release + * USB: usbfs: only copy the actual data received + * USB: usbfs: properly clean up the as structure on error paths + * rtl8187: Add new device ID + * ACPI: Add NULL pointer check in acpi_bus_start + * ACPI: fix High cpu temperature with 2.6.32 + * drm/radeon/kms: use udelay for short delays + * NFS: Too many GETATTR and ACCESS calls after direct I/O + * eCryptfs: Add getattr function + * b43: Fix throughput regression + * ath9k: Fix sequence numbers for PAE frames + * mac80211: Fix probe request filtering in IBSS mode + * iwlwifi: Fix to set correct ht configuration + * dm stripe: avoid divide by zero with invalid stripe count + * dm log: userspace fix overhead_size calcuations + * Linux 2.6.32.9 + * sfc: Fix SFE4002 initialisation + * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll() + * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances + * (pre-stable) HID: handle joysticks with large number of buttons + - LP: #492056 + * (pre-stable) HID: extend mask for BUTTON usage page + - LP: #492056 + * PM: Measure device suspend and resume times + * e1000: enhance frame fragment detection + - CVE-2009-4536 + * e1000e: enhance frame fragment detection + - CVE-2009-4538 + * KVM: fix memory access during x86 emulation. + - CVE-2010-0306 + * KVM: x86 emulator: Add Virtual-8086 mode of emulation + - CVE-2010-0306 + * KVM: x86 emulator: Check IOPL level during io instruction emulation + - CVE-2010-0306 + * KVM: x86 emulator: Fix popf emulation + - CVE-2010-0306 + * KVM: x86 emulator: Check CPL level during privilege instruction + emulation + - CVE-2010-0306 + * Input: wacom - ensure the device is initialized properly upon resume + * Input: wacom - add defines for packet lengths of various devices + * Input: wacom - add support for new LCD tablets + - LP: #516777 + + -- Andy Whitcroft Mon, 01 Mar 2010 22:56:28 +0000 + +linux (2.6.32-14.20) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebuild following the GCC update to match compiler for out of tree modules + * Revert "[Config] drbd -- enable" + * Revert "ubuntu: drbd -- version 8.3.1" + * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU + - LP: #510937 + + -- Andy Whitcroft Fri, 19 Feb 2010 18:47:18 +0000 + +linux (2.6.32-14.19) lucid; urgency=low + + [ Andy Whitcroft ] + + * ensure we build the source package contents when enabled + - LP: #522308 + * [Config] enable CONFIG_X86_MCE_XEON75XX + * SAUCE: AppArmor -- add linux/kref.h for struct kref + * [Config] enable CONFIG_HID_ORTEK + * enable udeb generation for arm versatile flavour + - LP: #522515 + + [ John Johansen ] + + * ubuntu: AppArmor -- update to mainline 2010-02-18 + - LP: #439560, #496110, #507069 + + [ Johnathon Harris ] + + * SAUCE: HID: add support for Ortek WKB-2000 + - LP: #405390 + + [ Upstream Kernel Changes ] + + * tpm_tis: TPM_STS_DATA_EXPECT workaround + - LP: #490487 + * x86, mce: Xeon75xx specific interface to get corrected memory error + information + * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll + * x86, mce: Make xeon75xx memory driver dependent on PCI + * drm/edid: Unify detailed block parsing between base and extension + blocks + - LP: #500999 + * (pre-stable) eCryptfs: Add getattr function + - LP: #390833 + + -- Andy Whitcroft Thu, 18 Feb 2010 19:22:02 +0000 + +linux (2.6.32-13.18) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "enforcer -- make the enforcement configuration common" + * Revert "(pre-stable) Input: ALPS - add interleaved protocol support + (Dell E6x00 series)" + * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390" + * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to + 0755" + * Revert "SAUCE: Adds support for COMPAL JHL90 webcam" + * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching" + * Revert "SAUCE: make fc transport removal of target configurable" + * enforcer -- make the enforcement configuration common + * getabis -- add preempt flavour to the list + * [Config] enforce DEVTMPFS options + * [Config] armel -- cleanup to-be builtin modules + * [Config] cleanup ports configs + * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL + - LP: #485536 + * add printdebian target to find branch target + * distclean -- do not remove debian.env + * [Config] generic-pae switch to M586TSC + - LP: #519448 + * git-ubuntu-log -- commonise duplicated log handling + * git-ubuntu-log -- tighten up Bug: NNNN matching + * git-ubuntu-log -- sort the bug numbers + + [ Chris Wilson ] + + * (pre-stable) drm/i915: Increase fb alignment to 64k + - LP: #404064 + + [ Eric Miao ] + + * arm -- enable ubuntu/ directory + + [ Huang Ying ] + + * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation + * SAUCE: crypto: ghash-intel - Fix building failure on x86_32 + + [ Loïc Minier ] + + * [Config] cleanup preempt configuration + * [Config] versatile: Fix video output + - LP: #517594 + * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768 + * [Config] Large update to armel/versatile + * [Config] versatile: Add RTC support + * [Config] armel: Enable NEON + * [Config] versatile: Builtin MMC support + * [Config] versatile Builtin SCSI controller + * [Config] armel Disable dma_cache_sync callers + * [Config] armel Disable asm/time.h users + * [Config] armel Disable out of range udelay() + * [Config] armel Disable flush_cache_range() users + * [Config] armel -- Enable ubuntu/ drivers + + [ Steve Conklin ] + + * SAUCE: drm/i915: Add display hotplug event on Ironlake + * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake + + [ Upstream Kernel Changes ] + + * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support" + * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions + in IRQ handler"" + * clockevent: Don't remove broadcast device when cpu is dead + * clockevents: Add missing include to pacify sparse + * ACPI: don't cond_resched if irq is disabled + * be2net: Add support for next generation of BladeEngine device. + * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE. + * mpt2sas: New device SAS2208 support is added + * ar9170: Add support for D-Link DWA 160 A2 + * powerpc/fsl: Add PCI device ids for new QoirQ chips + * davinci: dm646x: Add support for 3.x silicon revision + * Input: ALPS - add interleaved protocol support (Dell E6x00 series) + * Driver-Core: devtmpfs - set root directory mode to 0755 + * driver-core: fix devtmpfs crash on s390 + * vfs: get_sb_single() - do not pass options twice + * ALSA: hda - Add PCI IDs for Nvidia G2xx-series + * V4L/DVB (13569): smsusb: add autodetection support for five additional + Hauppauge USB IDs + * USB: mos7840: add device IDs for B&B electronics devices + * USB: ftdi_sio: add USB device ID's for B&B Electronics line + * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134 + SubVendor ID: 0x1043 Device ID: 0x4847) + * iTCO_wdt: Add support for Intel Ibex Peak + * atl1c:use common_task instead of reset_task and link_chg_task + * atl1e:disable NETIF_F_TSO6 for hardware limit + * V4L/DVB (13680a): DocBook/media: copy images after building HTML + * V4L/DVB (13680b): DocBook/media: create links for included sources + * netfilter: xtables: fix conntrack match v1 ipt-save output + * partitions: read whole sector with EFI GPT header + * partitions: use sector size for EFI GPT + * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@ + * sched: Fix isolcpus boot option + * sched: Fix missing sched tunable recalculation on cpu add/remove + * nohz: Prevent clocksource wrapping during idle + * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups + * timers, init: Limit the number of per cpu calibration bootup messages + * PCI: Always set prefetchable base/limit upper32 registers + * iscsi class: modify handling of replacement timeout + * NFS: Revert default r/wsize behavior + * HID: fixup quirk for NCR devices + * scsi_devinfo: update Hitachi entries (v2) + * scsi_dh: create sysfs file, dh_state for all SCSI disk devices + * scsi_transport_fc: remove invalid BUG_ON + * lpfc: fix hang on SGI ia64 platform + * libfc: fix typo in retry check on received PRLI + * libfc: fix ddp in fc_fcp for 0 xid + * fcoe: remove redundant checking of netdev->netdev_ops + * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN + * libfc: lport: fix minor documentation errors + * libfc: don't WARN_ON in lport_timeout for RESET state + * fcoe: initialize return value in fcoe_destroy + * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data + * libfc: fix memory corruption caused by double frees and bad error + handling + * libfc: fix free of fc_rport_priv with timer pending + * libfc: remote port gets stuck in restart state without really + restarting + * fcoe, libfc: fix an libfc issue with queue ramp down in libfc + * fcoe: Fix checking san mac address + * fcoe: Fix getting san mac for VLAN interface + * qlge: Remove explicit setting of PCI Dev CTL reg. + * qlge: Set PCIE max read request size. + * qlge: Don't fail open when port is not initialized. + * qlge: Add handler for DCBX firmware event. + * qlge: Bonding fix for mode 6. + * PCI: AER: fix aer inject result in kernel oops + * DMI: allow omitting ident strings in DMI tables + * Input: i8042 - remove identification strings from DMI tables + * Input: i8042 - add Gigabyte M1022M to the noloop list + * Input: i8042 - add Dritek quirk for Acer Aspire 5610. + * ALSA: hda - select IbexPeak handler for Calpella + * ALSA: hda - Fix quirk for Maxdata obook4-1 + * ALSA: hda - Add missing Line-Out and PCM switches as slave + * iTCO_wdt.c - cleanup chipset documentation + * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC + * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs + * ahci: disable SNotification capability for ich8 + * ata_piix: fix MWDMA handling on PIIX3 + * md: fix small irregularity with start_ro module parameter + * V4L/DVB (13826): uvcvideo: Fix controls blacklisting + * cio: fix double free in case of probe failure + * cio: dont panic in non-fatal conditions + * netiucv: displayed TX bytes value much too high + * ipc ns: fix memory leak (idr) + * ALSA: hda - Fix HP T5735 automute + * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog + * UBI: fix memory leak in update path + * UBI: initialise update marker + * ASoC: fix a memory-leak in wm8903 + * mac80211: check that ieee80211_set_power_mgmt only handles STA + interfaces. + * cfg80211: fix channel setting for wext + * KVM: S390: fix potential array overrun in intercept handling + * KVM: only allow one gsi per fd + * KVM: Fix race between APIC TMR and IRR + * KVM: MMU: bail out pagewalk on kvm_read_guest error + * KVM: x86: Fix host_mapping_level() + * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks + * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init() + * KVM: fix lock imbalance in kvm_*_irq_source_id() + * KVM: only clear irq_source_id if irqchip is present + * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc() + * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC + * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C + - LP: #516325 + * iwlwifi: Fix throughput stall issue in HT mode for 5000 + * fnctl: f_modown should call write_lock_irqsave/restore + * x86, msr/cpuid: Pass the number of minors when unregistering MSR and + CPUID drivers. + * Linux 2.6.32.7 + * scsi_lib: Fix bug in completion of bidi commands + * mptsas: Fix issue with chain pools allocation on katmai + * mm: add new 'read_cache_page_gfp()' helper function + * drm/i915: Selectively enable self-reclaim + * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems + * S390: fix single stepped svcs with TRACE_IRQFLAGS=y + * x86: Set hotpluggable nodes in nodes_possible_map + * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG) + * libata: retry FS IOs even if it has failed with AC_ERR_INVALID + * zcrypt: Do not remove coprocessor for error 8/72 + * dasd: fix possible NULL pointer errors + * ACPI: Add a generic API for _OSC -v2 + * ACPI: Add platform-wide _OSC support. + * ACPI: fix OSC regression that caused aer and pciehp not to load + * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes + * UBI: fix volume creation input checking + * e1000/e1000e: don't use small hardware rx buffers + * drm/i915: Reload hangcheck timer too for Ironlake + * Fix a leak in affs_fill_super() + * Fix failure exits in bfs_fill_super() + * fix oops in fs/9p late mount failure + * fix leak in romfs_fill_super() + * Fix remount races with symlink handling in affs + * fix affs parse_options() + * Fix failure exit in ipathfs + * mm: fix migratetype bug which slowed swapping + * FDPIC: Respect PT_GNU_STACK exec protection markings when creating + NOMMU stack + * Split 'flush_old_exec' into two functions + * sparc: TIF_ABI_PENDING bit removal + * x86: get rid of the insane TIF_ABI_PENDING bit + * Input: winbond-cir - remove dmesg spam + * x86: Disable HPET MSI on ATI SB700/SB800 + * iwlwifi: set default aggregation frame count limit to 31 + * drm/i915: only enable hotplug for detected outputs + * firewire: core: add_descriptor size check + * SECURITY: selinux, fix update_rlimit_cpu parameter + * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints + * x86: Add Dell OptiPlex 760 reboot quirk + - LP: #488319 + * x86: Add quirk for Intel DG45FC board to avoid low memory corruption + * x86/amd-iommu: Fix possible integer overflow + * clocksource: fix compilation if no GENERIC_TIME + * tcp: update the netstamp_needed counter when cloning sockets + * sky2: Fix oops in sky2_xmit_frame() after TX timeout + * net: restore ip source validation + * af_packet: Don't use skb after dev_queue_xmit() + * ax25: netrom: rose: Fix timer oopses + * KVM: allow userspace to adjust kvmclock offset + * oprofile/x86: add Xeon 7500 series support + * oprofile/x86: fix crash when profiling more than 28 events + * libata: retry link resume if necessary + * mm: percpu-vmap fix RCU list walking + * mm: purge fragmented percpu vmap blocks + * block: fix bio_add_page for non trivial merge_bvec_fn case + * Fix 'flush_old_exec()/setup_new_exec()' split + * random: drop weird m_time/a_time manipulation + * random: Remove unused inode variable + * block: fix bugs in bio-integrity mempool usage + * usb: r8a66597-hdc disable interrupts fix + * connector: Delete buggy notification code. + * be2net: Bug fix to support newer generation of BE ASIC + * be2net: Fix memset() arg ordering. + * mm: flush dcache before writing into page to avoid alias + * mac80211: fix NULL pointer dereference when ftrace is enabled + * imxfb: correct location of callbacks in suspend and resume + * mx3fb: some debug and initialisation fixes + * starfire: clean up properly if firmware loading fails + * kernel/cred.c: use kmem_cache_free + * uartlite: fix crash when using as console + * pktcdvd: removing device does not remove its sysfs dir + * ath9k: fix eeprom INI values override for 2GHz-only cards + * ath9k: fix beacon slot/buffer leak + * powerpc: TIF_ABI_PENDING bit removal + * NET: fix oops at bootime in sysctl code + * Linux 2.6.32.8 + + -- Andy Whitcroft Wed, 10 Feb 2010 18:56:52 +0000 + +linux (2.6.32-12.17) lucid; urgency=low + + [ Andy Whitcroft ] + + * restore linux-image prefix -- master + * enforce -- we require SELINUX enabled -- master + * enforce -- ensure APPARMOR is our default LSM -- master + * make doc package completely optional -- master + * make source package completely optional -- master + * make linux-libc-dev completly optional -- master + * convert package disable to a deps list -- master + * allow common headers to switch from indep to arch -- master + * convert binary package disable to a deps list -- master + * add configuration option for a full source build tree -- master + * add support for uImage kernels in package control scripts + * getabis -- cleanup and parameterise repository list -- master + * getabis -- move configuration to etc/getabi -- master + * kernelconfig -- move configuration to etc -- master + * rules -- make debian/debian.env master for branch name + * set the current branch name -- master + * pull back common debian.master files into debian -- master + * enforcer -- make the enforcement configuration common + * insert-changes -- correctly link to debian/rules in DROOT + + [ Colin Watson ] + + * future-proof ddeb handling against buildd changes + + [ Eric Miao ] + + * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on + X86 + + [ Loïc Minier ] + + * Add modules.builtin.bin to prerm rm list + - LP: #516584 + + [ Tim Gardner ] + + * [Config] Implement the amd64 preempt flavour + + [ Upstream Kernel Changes ] + + * syslog: distinguish between /proc/kmsg and syscalls + - LP: #515623 + * sfc: Fix polling for slow MCDI operations + * sfc: Fix conditions for MDIO self-test + * sfc: QT202x: Remove unreliable MMD check at initialisation + * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer + * sfc: Use fixed-size buffers for MCDI NVRAM requests + + -- Andy Whitcroft Fri, 05 Feb 2010 07:09:31 +0000 + +linux (2.6.32-12.16) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: acpi battery -- delay first lookup of the battery until + first use" + * SAUCE: acpi battery -- move first lookup asynchronous + - LP: #507211 + * [Config] update configs to cleanup generic configs + * [Config] disable CONFIG_X86_CPU_DEBUG for amd64 + * [Config] enable USER_NS + - LP: #480739, #509808 + + [ Heiko Carstens ] + + * (pre-stable) driver-core: fix devtmpfs crash on s390 + - LP: #512370 + + [ John Johansen ] + + * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y + - LP: #494565 + * [Config] VIRTIO=y for server/virtual flavours + - LP: #494565 + + [ Kay Sievers ] + + * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755 + - LP: #512370 + + [ Kees Cook ] + + * SAUCE: x86: brk away from exec rand area + - LP: #452175 + + [ Leann Ogasawara ] + + * [Upstream] e1000: enhance frame fragment detection + - CVE-2009-4536 + * [Upstream] e1000e: enhance frame fragment detection + - CVE-2009-4538 + + [ Sebastian Kapfer ] + + * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00 + series) + - LP: #296610 + + [ Upstream Kernel Changes ] + + * inotify: do not reuse watch descriptors + - LP: #485556 + * inotify: only warn once for inotify problems + * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC + Framebuffer" + * memcg: ensure list is empty at rmdir + * drm/i915: remove loop in Ironlake interrupt handler + * block: Fix incorrect reporting of partition alignment + * x86, mce: Thermal monitoring depends on APIC being enabled + * futexes: Remove rw parameter from get_futex_key() + * page allocator: update NR_FREE_PAGES only when necessary + * x86, apic: use physical mode for IBM summit platforms + * edac: i5000_edac critical fix panic out of bounds + * x86: SGI UV: Fix mapping of MMIO registers + * mfd: WM835x GPIO direction register is not locked + * mfd: Correct WM835x ISINK ramp time defines + * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs + * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned. + * reiserfs: truncate blocks not used by a write + * HID: add device IDs for new model of Apple Wireless Keyboard + * PCI/cardbus: Add a fixup hook and fix powerpc + * Input: pmouse - move Sentelic probe down the list + * asus-laptop: add Lenovo SL hotkey support + * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK + * sparc64: Fix NMI programming when perf events are active. + * sparc64: Fix Niagara2 perf event handling. + * i2c: Do not use device name after device_unregister + * i2c/pca: Don't use *_interruptible + * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device + * sched: Fix task priority bug + * vfs: Fix vmtruncate() regression + * Linux 2.6.32.5 + * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers + * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges. + * Staging: asus_oled: fix oops in 2.6.32.2 + * Staging: hv: fix smp problems in the hyperv core code + * tty: fix race in tty_fasync + * ecryptfs: use after free + * ecryptfs: initialize private persistent file before dereferencing + pointer + * nozomi: quick fix for the close/close bug + * serial: 8250_pnp: use wildcard for serial Wacom tablets + * usb: serial: fix memory leak in generic driver + * USB: fix bitmask merge error + * USB: Don't use GFP_KERNEL while we cannot reset a storage device + * USB: EHCI: fix handling of unusual interrupt intervals + * USB: EHCI & UHCI: fix race between root-hub suspend and port resume + * USB: add missing delay during remote wakeup + * USB: add speed values for USB 3.0 and wireless controllers + * ACPI: EC: Accelerate query execution + * ACPI: EC: Add wait for irq storm + * SCSI: enclosure: fix oops while iterating enclosure_status array + * drm/i915: Read the response after issuing DDC bus switch command + * drm/i915: try another possible DDC bus for the SDVO device with + multiple outputs + * block: bdev_stack_limits wrapper + * DM: Fix device mapper topology stacking + * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled + * USB: fix usbstorage for 2770:915d delivers no FAT + * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE + * perf timechart: Use tid not pid for COMM change + * perf events: Dont report side-band events on each cpu for + per-task-per-cpu events + * perf: Honour event state for aux stream data + * Linux 2.6.32.6 + + -- Andy Whitcroft Wed, 27 Jan 2010 16:40:23 +0000 + +linux (2.6.32-11.15) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600" + * Revert "(pre-stable) sched: Fix balance vs hotplug race" + * Revert "[Upstream] acerhdf: Limit modalias matching to supported + boards" + * Revert "[Upstream] mmc: prevent dangling block device from accessing + stale queues" + * Revert "SAUCE: Fix nx_enable reporting" + * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation" + * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32" + * SAUCE: i915 -- disable powersave by default + - LP: #492392 + + [ Kees Cook ] + + * SAUCE: [x86] implement cs-limit nx-emulation for ia32 + - LP: #369978 + * SAUCE: [x86] fix report of cs-limit nx-emulation + - LP: #454285 + * SAUCE: Fix nx_enable reporting + - LP: #454285 + + [ Tim Gardner ] + + * [Upstream] b43: Declare all possible firmware files. + - LP: #488636 + * [Config] updateconfigs after adding pvscsi + - LP: #497156 + * [Config] CONFIG_BT=m + + [ Upstream Kernel Changes ] + + * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu + for pre-Pentium" + * SCSI: ipr: fix EEH recovery + * SCSI: qla2xxx: dpc thread can execute before scsi host has been added + * SCSI: st: fix mdata->page_order handling + * SCSI: fc class: fix fc_transport_init error handling + * sched: Fix task_hot() test order + * x86, cpuid: Add "volatile" to asm in native_cpuid() + * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE + * clockevents: Prevent clockevent_devices list corruption on cpu hotplug + * pata_hpt3x2n: fix clock turnaround + * pata_cmd64x: fix overclocking of UDMA0-2 modes + * ASoC: wm8974: fix a wrong bit definition + * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer + * ALSA: hda - Fix missing capsrc_nids for ALC88x + * acerhdf: limit modalias matching to supported + - LP: #435958 + * ACPI: EC: Fix MSI DMI detection + * ACPI: Use the return result of ACPI lid notifier chain correctly + * powerpc: Handle VSX alignment faults correctly in little-endian mode + * ASoC: Do not write to invalid registers on the wm9712. + * drm/radeon: fix build on 64-bit with some compilers. + * USB: emi62: fix crash when trying to load EMI 6|2 firmware + * USB: option: support hi speed for modem Haier CE100 + * USB: Fix a bug on appledisplay.c regarding signedness + * USB: musb: gadget_ep0: avoid SetupEnd interrupt + * Bluetooth: Prevent ill-timed autosuspend in USB driver + * USB: rename usb_configure_device + * USB: fix bugs in usb_(de)authorize_device + * drivers/net/usb: Correct code taking the size of a pointer + * x86: SGI UV: Fix writes to led registers on remote uv hubs + * md: Fix unfortunate interaction with evms + * dma: at_hdmac: correct incompatible type for argument 1 of + 'spin_lock_bh' + * dma-debug: Do not add notifier when dma debugging is disabled. + * dma-debug: Fix bug causing build warning + * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS + referrals + * x86/amd-iommu: Fix initialization failure panic + * ioat3: fix p-disabled q-continuation + * ioat2,3: put channel hardware in known state at init + * KVM: MMU: remove prefault from invlpg handler + * KVM: LAPIC: make sure IRR bitmap is scanned after vm load + * Libertas: fix buffer overflow in lbs_get_essid() + * iwmc3200wifi: fix array out-of-boundary access + * mac80211: fix propagation of failed hardware reconfigurations + * mac80211: fix WMM AP settings application + * mac80211: Fix IBSS merge + * cfg80211: fix race between deauth and assoc response + * ath5k: fix SWI calibration interrupt storm + * ath9k: wake hardware for interface IBSS/AP/Mesh removal + * ath9k: Fix TX queue draining + * ath9k: fix missed error codes in the tx status check + * ath9k: wake hardware during AMPDU TX actions + * ath9k: fix suspend by waking device prior to stop + * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on + 64-bit + * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value + in 0x4054 + * iwl3945: disable power save + * iwl3945: fix panic in iwl3945 driver + * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug + * iwlwifi: fix more eeprom endian bugs + * iwlwifi: fix 40MHz operation setting on cards that do not allow it + * mac80211: fix race with suspend and dynamic_ps_disable_work + * NOMMU: Optimise away the {dac_,}mmap_min_addr tests + * 'sysctl_max_map_count' should be non-negative + * kernel/sysctl.c: fix the incomplete part of + sysctl_max_map_count-should-be-non-negative.patch + * V4L/DVB (13596): ov511.c typo: lock => unlock + * x86/ptrace: make genregs[32]_get/set more robust + * memcg: avoid oom-killing innocent task in case of use_hierarchy + * e100: Fix broken cbs accounting due to missing memset. + * ipv6: reassembly: use seperate reassembly queues for conntrack and + local delivery + * netfilter: fix crashes in bridge netfilter caused by fragment jumps + * hwmon: (sht15) Off-by-one error in array index + incorrect constants + * b43: avoid PPC fault during resume + * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture + support + * sched: Fix balance vs hotplug race + * drm/radeon/kms: fix crtc vblank update for r600 + * drm: disable all the possible outputs/crtcs before entering KMS mode + * S390: dasd: support DIAG access for read-only devices + * xen: fix is_disconnected_device/exists_disconnected_device + * xen: improvement to wait_for_devices() + * xen: wait up to 5 minutes for device connetion + * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled + * udf: Try harder when looking for VAT inode + * Add unlocked version of inode_add_bytes() function + * quota: decouple fs reserved space from quota reservation + * ext4: Convert to generic reserved quota's space management. + * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739) + * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus + * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c + * amd64_edac: unify MCGCTL ECC switching + * x86, msr: Add support for non-contiguous cpumasks + * x86, msr: msrs_alloc/free for CONFIG_SMP=n + * amd64_edac: fix driver instance freeing + * amd64_edac: make driver loading more robust + * amd64_edac: fix forcing module load/unload + * sched: Sched_rt_periodic_timer vs cpu hotplug + * ext4: Update documentation to correct the inode_readahead_blks option + name + * lguest: fix bug in setting guest GDT entry + * vmscan: do not evict inactive pages when skipping an active list scan + * ksm: fix mlockfreed to munlocked + * rt2x00: Disable powersaving for rt61pci and rt2800pci. + * generic_permission: MAY_OPEN is not write access + * Linux 2.6.32.3 + * untangle the do_mremap() mess + * fasync: split 'fasync_helper()' into separate add/remove functions + * ASoC: fix params_rate() macro use in several codecs + * modules: Skip empty sections when exporting section notes + * exofs: simple_write_end does not mark_inode_dirty + * nfsd: make sure data is on disk before calling ->fsync + * sunrpc: fix peername failed on closed listener + * SUNRPC: Fix up an error return value in + gss_import_sec_context_kerberos() + * SUNRPC: Fix the return value in gss_import_sec_context() + * sunrpc: on successful gss error pipe write, don't return error + * drm/i915: Update LVDS connector status when receiving ACPI LID event + * drm/i915: fix order of fence release wrt flushing + * drm/i915: Permit pinning whilst the device is 'suspended' + * drm: remove address mask param for drm_pci_alloc() + * drm/i915: Enable/disable the dithering for LVDS based on VBT setting + * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in + pipeconf on Ironlake + * drm/i915: Select the correct BPC for LVDS on Ironlake + * drm/i915: fix unused var + * rtc_cmos: convert shutdown to new pnp_driver->shutdown + * drivers/cpuidle/governors/menu.c: fix undefined reference to + `__udivdi3' + * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput() + * lib/rational.c needs module.h + * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with + DMA_FROM_DEVICE and + * kernel/signal.c: fix kernel information leak with print-fatal-signals=1 + * mmc_block: add dev_t initialization check + * mmc_block: fix probe error cleanup bug + * mmc_block: fix queue cleanup + * ALSA: hda - Fix ALC861-VD capture source mixer + * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense + blacklist + * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2 + - LP: #498863 + * ASoC: Fix WM8350 DSP mode B configuration + * netfilter: ebtables: enforce CAP_NET_ADMIN + * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq() + * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs + * hwmon: (adt7462) Fix pin 28 monitoring + * quota: Fix dquot_transfer for filesystems different from ext4 + * xen: fix hang on suspend. + * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr + * ath5k: Fix eeprom checksum check for custom sized eeproms + * cfg80211: fix syntax error on user regulatory hints + * iwl: off by one bug + * mac80211: add missing sanity checks for action frames + * drm/i915: remove render reclock support + * libertas: Remove carrier signaling from the scan code + * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr + * mac80211: fix skb buffering issue (and fixes to that) + * fix braindamage in audit_tree.c untag_chunk() + * fix more leaks in audit_tree.c tag_chunk() + * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y + * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo(). + * agp/intel-agp: Clear entire GTT on startup + * Linux 2.6.32.4 + * ethtool: Add reset operation + * gro: Name the GRO result enumeration type + * gro: Change all receive functions to return GRO result codes + * sfc: 10Xpress: Initialise pause advertising flags + * sfc: 10Xpress: Report support for pause frames + * sfc: Remove redundant header gmii.h + * sfc: Remove redundant hardware initialisation + * sfc: Rename Falcon-specific board code and types + * sfc: Remove boards.h, moving last remaining declaration to falcon.h + * sfc: Remove versioned bitfield macros + * sfc: Move RX data FIFO thresholds out of struct efx_nic_type + * sfc: Update hardware definitions for Siena + * sfc: Rename register I/O header and functions used by both Falcon and + Siena + * sfc: Eliminate indirect lookups of queue size constants + * sfc: Define DMA address mask explicitly in terms of descriptor field + width + * sfc: Move all TX DMA length limiting into tx.c + * sfc: Change order of device removal to reverse of probe order + * sfc: Remove declarations of nonexistent functions + * sfc: Move efx_xmit_done() declaration into correct stanza + * sfc: Move shared members of struct falcon_nic_data into struct efx_nic + * sfc: Maintain interrupt moderation values in ticks, not microseconds + * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations + * sfc: Remove pointless abstraction of memory BAR number + * sfc: Remove incorrect assertion from efx_pci_remove_main() + * sfc: Remove unnecessary tests of efx->membase + * sfc: Move MTD probe after netdev registration and name allocation + * sfc: Remove unused code for non-autoneg speed/duplex switching + * sfc: Rename 'xfp' file and functions to reflect reality + * sfc: Really allow RX checksum offload to be disabled + * sfc: Feed GRO result into RX allocation policy and interrupt moderation + * sfc: Enable heuristic selection between page and skb RX buffers + * sfc: Remove pointless abstraction of memory BAR number (2) + * sfc: Remove redundant gotos from __efx_rx_packet() + * sfc: Remove ridiculously paranoid assertions + * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro() + * sfc: Record RX queue number on GRO path + * sfc: SFT9001: Reset LED configuration correctly after blinking + * sfc: Use a single blink implementation + * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T + * sfc: Make board information explicitly Falcon-specific + * sfc: Move definition of struct falcon_nic_data into falcon.h + * sfc: Move struct falcon_board into struct falcon_nic_data + * sfc: Move all I2C stuff into struct falcon_board + * sfc: Gather link state fields in struct efx_nic into new struct + efx_link_state + * sfc: Remove unnecessary casts to struct sk_buff * + * sfc: Remove redundant efx_xmit() function + * sfc: Combine high-level header files + * sfc: Log interrupt and reset type names, not numbers + * sfc: Fix descriptor cache sizes + * sfc: Treat all MAC registers as 128-bit + * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED + * sfc: Comment corrections + * sfc: Remove unused constant + * sfc: Clean up struct falcon_board and struct falcon_board_data + * sfc: Fix bugs in RX queue flushing + * sfc: Remove unused function efx_flush_queues() + * sfc: Only switch Falcon MAC clocks as necessary + * sfc: Hold MAC lock for longer in efx_init_port() + * sfc: Split MAC stats DMA initiation and completion + * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c + * sfc: Simplify XMAC link polling + * sfc: Change MAC promiscuity and multicast hash at the same time + * sfc: Move inline comment into kernel-doc + * sfc: Do not set net_device::trans_start in self-test + * sfc: Simplify PHY polling + * sfc: QT202x: Reset before reading PHY id + * sfc: Replace MDIO spinlock with mutex + * sfc: Always start Falcon using the XMAC + * sfc: Limit some hardware workarounds to Falcon + * sfc: Remove EFX_WORKAROUND_9141 macro + * sfc: Remove another unused workaround macro + * sfc: Remove some redundant whitespace + * sfc: Decouple NIC revision number from Falcon PCI revision number + * sfc: Move descriptor cache base addresses to struct efx_nic_type + * sfc: Clean up RX event handling + * sfc: Remove redundant writes to INT_ADR_KER + * sfc: Remove duplicate hardware structure definitions + * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO + * sfc: Move Falcon NIC operations to efx_nic_type + * sfc: Refactor link configuration + * sfc: Generalise link state monitoring + * sfc: Add power-management and wake-on-LAN support + * sfc: Implement ethtool reset operation + * sfc: Add efx_nic_type operation for register self-test + * sfc: Add efx_nic_type operation for NVRAM self-test + * sfc: Add efx_nic_type operation for identity LED control + * sfc: Separate shared NIC code from Falcon-specific and rename + accordingly + * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic() + * sfc: Extend loopback mode enumeration + * sfc: Remove static PHY data and enumerations + * sfc: Extend MTD driver for use with new NICs + * sfc: Allow for additional checksum offload features + * sfc: Rename falcon.h to nic.h + * sfc: Move shared NIC code from falcon.c to new source file nic.c + * sfc: Add firmware protocol definitions (MCDI) + * sfc: Add support for SFC9000 family (1) + * sfc: Add support for SFC9000 family (2) + * sfc: Implement TSO for TCP/IPv6 + * sfc: Update version, copyright dates, authors + * drivers/net/sfc: Correct code taking the size of a pointer + * sfc: Move PHY software state initialisation from init() into probe() + * sfc: Include XGXS in XMAC link status check except in XGMII loopback + * sfc: Fix DMA mapping cleanup in case of an error in TSO + * sfc: QT2025C: Work around PHY bug + * sfc: QT2025C: Switch into self-configure mode when not in loopback + * sfc: QT2025C: Work around PHY firmware initialisation bug + * sfc: QT2025C: Add error message for suspected bad SFP+ cables + * sfc: Disable TX descriptor prefetch watchdog + * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA. + - LP: #497156 + + -- Andy Whitcroft Tue, 19 Jan 2010 16:12:47 +0000 + +linux (2.6.32-10.14) lucid; urgency=low + + [ Alex Deucher ] + + * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx + - LP: #493795 + + [ Andy Whitcroft ] + + * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model + id is less than 0x0f." + * config-check -- ensure the checks get run at build time + * config-check -- check the processed config during updateconfigs + * config-check -- CONFIG_SECCOMP may not be present + * TUN is now built in ignore + * SAUCE: acpi battery -- delay first lookup of the battery until first + use + * SAUCE: async_populate_rootfs: move rootfs init earlier + * ubuntu: AppArmor -- update to mainline 2010-01-06 + * SAUCE: move RLIMIT_CORE pipe dumper marker to 1 + - LP: #498525 + + [ Dave Airlie ] + + * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600 + + [ Leann Ogasawara ] + + * Add asix to nic-usb-modules file + - LP: #499785 + + [ Peter Zijlstra ] + + * (pre-stable) sched: Fix balance vs hotplug race + + [ Tim Gardner ] + + * [Config] Enable CONFIG_FUNCTION_TRACER + - LP: #497989 + * [Config] Drop lpia from getabis + * [Config] Build in TUN/TAP driver + - LP: #499491 + * [Config] DH_COMPAT=5 + + [ Upstream Kernel Changes ] + + * Revert "(pre-stable) drm/i915: Avoid NULL dereference with + component_only tv_modes" + * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is + turned off" + * USB: usb-storage: fix bug in fill_inquiry + * USB: option: add pid for ZTE + * firewire: ohci: handle receive packets with a data length of zero + * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling + of ->completed counter + * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed + counter + * rcu: Fix note_new_gpnum() uses of ->gpnum + * rcu: Remove inline from forward-referenced functions + * perf_event: Fix invalid type in ioctl definition + * perf_event: Initialize data.period in perf_swevent_hrtimer() + * perf: Don't free perf_mmap_data until work has been done + * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status() + * sched: Check for an idle shared cache in select_task_rq_fair() + * sched: Fix affinity logic in select_task_rq_fair() + * sched: Rate-limit newidle + * sched: Fix and clean up rate-limit newidle code + * x86/amd-iommu: attach devices to pre-allocated domains early + * x86/amd-iommu: un__init iommu_setup_msi + * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking + up the PCI tree + * x86: Fix iommu=nodac parameter handling + * x86: GART: pci-gart_64.c: Use correct length in strncmp + * x86: ASUS P4S800 reboot=bios quirk + - LP: #366682 + * x86, apic: Enable lapic nmi watchdog on AMD Family 11h + * ssb: Fix range check in sprom write + * ath5k: allow setting txpower to 0 + * ath5k: enable EEPROM checksum check + * hrtimer: Fix /proc/timer_list regression + * ALSA: hrtimer - Fix lock-up + * ALSA: hda - Terradici HDA controllers does not support 64-bit mode + * KVM: x86 emulator: limit instructions to 15 bytes + * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c + * KVM: s390: Make psw available on all exits, not just a subset + * KVM: fix irq_source_id size verification + * KVM: x86: include pvclock MSRs in msrs_to_save + * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage + * x86: Use -maccumulate-outgoing-args for sane mcount prologues + * x86, mce: don't restart timer if disabled + * x86/mce: Set up timer unconditionally + * x86: SGI UV: Fix BAU initialization + * x86: Fix duplicated UV BAU interrupt vector + * x86: Add new Intel CPU cache size descriptors + * x86: Fix typo in Intel CPU cache size descriptor + * pata_hpt{37x|3x2n}: fix timing register masks (take 2) + * s390: clear high-order bits of registers after sam64 + * V4L/DVB: Fix test in copy_reg_bits() + * bsdacct: fix uid/gid misreporting + * UBI: flush wl before clearing update marker + * jbd2: don't wipe the journal on a failed journal checksum + * USB: xhci: Add correct email and files to MAINTAINERS entry. + * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again + * USB: option.c: add support for D-Link DWM-162-U5 + * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered + * USB: usb-storage: add BAD_SENSE flag + * USB: Close usb_find_interface race v3 + * pxa/em-x270: fix usb hub power up/reset sequence + * hfs: fix a potential buffer overflow + * SUNRPC: IS_ERR/PTR_ERR confusion + * NFS: Fix nfs_migrate_page() + * md/bitmap: protect against bitmap removal while being updated. + * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable + * devpts_get_tty() should validate inode + * debugfs: fix create mutex racy fops and private data + * Driver core: fix race in dev_driver_string + * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN + * mac80211: Fix bug in computing crc over dynamic IEs in beacon + * mac80211: Fixed bug in mesh portal paths + * mac80211: Revert 'Use correct sign for mesh active path refresh' + * mac80211: fix scan abort sanity checks + * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC + * rtl8187: Fix wrong rfkill switch mask for some models + * x86: Fix bogus warning in apic_noop.apic_write() + * mm: hugetlb: fix hugepage memory leak in mincore() + * mm: hugetlb: fix hugepage memory leak in walk_page_range() + * powerpc/windfarm: Add detection for second cpu pump + * powerpc/therm_adt746x: Record pwm invert bit at module load time] + * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code + * drm/radeon/kms: Add quirk for HIS X1300 board + * drm/radeon/kms: handle vblanks properly with dpms on + * drm/radeon/kms: fix legacy crtc2 dpms + * drm/radeon/kms: fix vram setup on rs600 + * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size + * drm/ttm: Fix build failure due to missing struct page + * drm/i915: Set the error code after failing to insert new offset into mm + ht. + * drm/i915: Add the missing clonemask for display port on Ironlake + * xen/xenbus: make DEVICE_ATTR()s static + * xen: re-register runstate area earlier on resume. + * xen: restore runstate_info even if !have_vcpu_info_placement + * xen: correctly restore pfn_to_mfn_list_list after resume + * xen: register timer interrupt with IRQF_TIMER + * xen: register runstate on secondary CPUs + * xen: don't call dpm_resume_noirq() with interrupts disabled. + * xen: register runstate info for boot CPU early + * xen: call clock resume notifier on all CPUs + * xen: improve error handling in do_suspend. + * xen: don't leak IRQs over suspend/resume. + * xen: use iret for return from 64b kernel to 32b usermode + * xen: explicitly create/destroy stop_machine workqueues outside + suspend/resume region. + * Xen balloon: fix totalram_pages counting. + * xen: try harder to balloon up under memory pressure. + * dm exception store: free tmp_store on persistent flag error + * dm snapshot: only take lock for statustype info not table + * dm crypt: move private iv fields to structs + * dm crypt: restructure essiv error path + * dm: avoid _hash_lock deadlock + * dm snapshot: cope with chunk size larger than origin + * dm crypt: separate essiv allocation from initialisation + * dm crypt: make wipe message also wipe essiv key + * slc90e66: fix UDMA handling + * tcp: Stalling connections: Fix timeout calculation routine + * ip_fragment: also adjust skb->truesize for packets not owned by a + socket + * b44 WOL setup: one-bit-off stack corruption kernel panic fix + * sparc64: Don't specify IRQF_SHARED for LDC interrupts. + * sparc64: Fix overly strict range type matching for PCI devices. + * sparc64: Fix stack debugging IRQ stack regression. + * sparc: Set UTS_MACHINE correctly. + * b43legacy: avoid PPC fault during resume + * tracing: Fix event format export + * ath9k: Fix TX hang poll routine + * ath9k: fix processing of TX PS null data frames + * ath9k: Fix maximum tx fifo settings for single stream devices + * ath9k: fix tx status reporting + * mac80211: Fix dynamic power save for scanning. + * drm/i915: Fix sync to vblank when VGA output is turned off + * memcg: fix memory.memsw.usage_in_bytes for root cgroup + * thinkpad-acpi: fix default brightness_mode for R50e/R51 + * thinkpad-acpi: preserve rfkill state across suspend/resume + * ipw2100: fix rebooting hang with driver loaded + * matroxfb: fix problems with display stability + * acerhdf: add new BIOS versions + * asus-laptop: change light sens default values. + * vmalloc: conditionalize build of pcpu_get_vm_areas() + * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f. + * net: Fix userspace RTM_NEWLINK notifications. + * ext3: Fix data / filesystem corruption when write fails to copy data + * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added. + * bcm63xx_enet: fix compilation failure after get_stats_count removal + * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value + * drm/i915: Avoid NULL dereference with component_only tv_modes + * drm/i915: PineView only has LVDS and CRT ports + * drm/i915: Fix LVDS stability issue on Ironlake + * mm: sigbus instead of abusing oom + * ipvs: zero usvc and udest + * jffs2: Fix long-standing bug with symlink garbage collection. + * intel-iommu: Detect DMAR in hyperspace at probe time. + * intel-iommu: Apply BIOS sanity checks for interrupt remapping too. + * intel-iommu: Check for an RMRR which ends before it starts. + * intel-iommu: Fix oops with intel_iommu=igfx_off + * intel-iommu: ignore page table validation in pass through mode + * netfilter: xtables: document minimal required version + * perf_event: Fix incorrect range check on cpu number + * implement early_io{re,un}map for ia64 + * Linux 2.6.32.2 + + -- Andy Whitcroft Thu, 07 Jan 2010 15:28:43 +0000 + +linux (2.6.32-9.13) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_B43_PHY_LP + - LP: #493059 + * include modules.builtin in the binary debs + * config-check -- add a configuration enforcer + * config-check -- add a unit-test suite to the checker + * [Config] Enable CONFIG_SYN_COOKIES for versatile + * [Config] Enable CONFIG_SECURITY_SMACK for ports + * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports + * [Config] Disable CONFIG_COMPAT_BRK for ports + * getabis -- add armel versatile to the list + + [ Brad Figg ] + + * SAUCE: Increase the default prealloc buffer for HDA audio devices + (non-modem) + + [ Manoj Iyer ] + + * ubuntu: onmibook -- Added missing BOM file + + [ Tim Gardner ] + + * ubuntu: fsam7400 -- Cleanup Makefile + + [ Upstream Kernel Changes ] + + * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT" + * signal: Fix alternate signal stack check + * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects + * SCSI: osd_protocol.h: Add missing #include + * SCSI: megaraid_sas: fix 64 bit sense pointer truncation + * ext4: fix potential buffer head leak when add_dirent_to_buf() returns + ENOSPC + * ext4: avoid divide by zero when trying to mount a corrupted file system + * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails + * ext4: fix lock order problem in ext4_move_extents() + * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT + * ext4: plug a buffer_head leak in an error path of ext4_iget() + * ext4: make sure directory and symlink blocks are revoked + * ext4: fix i_flags access in ext4_da_writepages_trans_blocks() + * ext4: journal all modifications in ext4_xattr_set_handle + * ext4: don't update the superblock in ext4_statfs() + * ext4: fix uninit block bitmap initialization when s_meta_first_bg is + non-zero + * ext4: fix block validity checks so they work correctly with meta_bg + * ext4: avoid issuing unnecessary barriers + * ext4: fix error handling in ext4_ind_get_blocks() + * ext4: make trim/discard optional (and off by default) + * ext4: make "norecovery" an alias for "noload" + * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT + * ext4: initialize moved_len before calling ext4_move_extents() + * ext4: move_extent_per_page() cleanup + * jbd2: Add ENOMEM checking in and for + jbd2_journal_write_metadata_buffer() + * ext4: Return the PTR_ERR of the correct pointer in + setup_new_group_blocks() + * ext4: Avoid data / filesystem corruption when write fails to copy data + * ext4: wait for log to commit when umounting + * ext4: remove blocks from inode prealloc list on failure + * ext4: ext4_get_reserved_space() must return bytes instead of blocks + * ext4: quota macros cleanup + * ext4: fix incorrect block reservation on quota transfer. + * ext4: Wait for proper transaction commit on fsync + * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT + * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem) + * Linux 2.6.32.1 + * kbuild: generate modules.builtin + * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off + - LP: #494461 + * (pre-stable) drm/i915: Avoid NULL dereference with component_only + tv_modes + - LP: #494045 + + [ Zhao Yakui ] + + * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is + less than 0x0f. + - LP: #481765 + + -- Andy Whitcroft Thu, 17 Dec 2009 15:41:21 +0000 + +linux (2.6.32-8.12) lucid; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: AppArmor -- add linux/err.h for ERR_PTR + + -- Andy Whitcroft Sat, 12 Dec 2009 10:56:16 +0000 + +linux (2.6.32-8.11) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches + up" + * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe + transition." + * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds" + * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling" + * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds" + * Revert "SAUCE: AppArmor: Fix oops after profile removal" + * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files." + * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly" + * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc + mem" + * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as + denied" + * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths" + * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem + allocation" + * Revert "SAUCE: AppArmor: Set error code after structure + initialization." + * Revert "AppArmor -- fix pstrace_may_access rename" + * Revert "ubuntu: AppArmor security module" + * Revert "SAUCE: Add config option to set a default LSM" + * Revert "ubuntu: fsam7400 -- sw kill switch driver" + * Revert "[Config] fsam7400 -- enable" + * Revert "[Config] AUFS -- enable" + * Revert "ubuntu: AUFS -- aufs2-30 20090727" + * Revert "ubuntu: AUFS -- export various core functions -- fixes" + * Revert "ubuntu: AUFS -- export various core functions" + * Revert "[Config] ubuntu/iscsitarget -- disable" + * Revert "[Config] iscsitarget -- enable" + * Revert "ubuntu: iscsitarget -- SVN revision r214" + * update Vcs-Git to point to the correct repository + - LP: #493589 + * update build environment overrides to lucid + - LP: #493589 + * [Config] enable CONFIG_DEVTMPFS + * [Config] update all configs following AppArmor 2009-12-08 update + * SAUCE: isapnp_init: make isa PNP scans occur async + * [Config] fsam7400 -- enable + * [Config] omnibook -- enable + * [Config] cleanup CONFIG_AUDIT + * ubuntu: AUFS -- export various core functions (aufs2-base.patch) + * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch) + * ubuntu: AUFS -- aufs2 20091209 + * [Config] AUFS -- enable + * [Config] iscsitarget -- enable + + [ Arjan van de Ven ] + + * SAUCE: KMS: cache the EDID information of the LVDS + + [ Colin Watson ] + + * bnx2: update d-i firmware filenames + - LP: #494052 + * add cdc_ether to nic-usb-modules udeb + - LP: #495060 + + [ John Johansen ] + + * ubuntu: AppArmor -- mainline 2009-10-08 + + [ Manoj Iyer ] + + * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400 + * ubuntu: omnibook -- support Toshiba (HP) netbooks + * ubuntu: iscsitarget --- version 1.4.19 + - LP: #494693 + + [ Surbhi Palande ] + + * SAUCE: Make populate_rootfs asynchronous + + [ Tim Gardner ] + + * Parallelize flavour builds and packaging + * [Config] Enable CONFIG_KSM + + [ Upstream Kernel Changes ] + + * Config option to set a default LSM + * LSM: Add security_path_chroot(). + * LSM: Add security_path_chroot(). + * LSM: Move security_path_chmod()/security_path_chown() to after + mutex_lock(). + * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT + + -- Andy Whitcroft Fri, 11 Dec 2009 17:45:19 +0000 + +linux (2.6.32-7.10) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS + + -- Andy Whitcroft Sun, 06 Dec 2009 12:56:48 +0000 + +linux (2.6.32-7.9) lucid; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: set /proc/acpi/video/*/DOS to 4 by default + - LP: #458982 + * SAUCE: ensure vga16fb loads if no other driver claims the VGA device + * [Config] update configs following versatile switch to V7 + * rebased to v2.6.32 + * [Config] update configs following rebase to v2.6.32 + * [Config] update ports configs following rebase to v2.6.32 + * SAUCE: default ATI Radeon KMS to off until userspace catches up + + [ Arjan van de Ven ] + + * SAUCE: vfs: Add a trace point in the mark_inode_dirty function + + [ Leann Ogasawara ] + + * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable + permissions + - CVE-2009-3939 + + [ Loic Minier ] + + * SAUCE: select a v7 CPU for versatile + + [ Takashi Iwai ] + + * SAUCE: ALSA: hda - Add power on/off counter + + [ Upstream changes ] + + * rebased to v2.6.32 + + -- Andy Whitcroft Fri, 04 Dec 2009 10:44:50 +0000 + +linux (2.6.32-6.8) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] disable SSB devices for armel + + -- Andy Whitcroft Sat, 28 Nov 2009 12:16:40 +0000 + +linux (2.6.32-6.7) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up" + * Revert "SAUCE: Dell XPS710 reboot quirk" + * Revert "SAUCE: Link acpi-cpufreq.o first" + * Revert "SAUCE: LPIA Logical reset of USB port on resume" + * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards" + * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340" + * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271" + * Revert "Add Dell Dimension 9200 reboot quirk" + * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI" + * Revert "SAUCE: tulip: Define ULI PCI ID's" + * Revert "SAUCE: Lower warning level of some PCI messages" + * Revert "mac80211: fix two issues in debugfs" + Drop a number of known redundant commits as identified in the Ubuntu + delta review blueprint. + + * reenable armel versatile flavour + * [Config] disable CONFIG_USB_DEVICEFS + + [ Tim Gardner ] + + * [Config] udeb: Add squashfs to fs-core-modules + - LP: #352615 + * [Config] Create a real squashfs udeb + - LP: #352615 + + + -- Andy Whitcroft Fri, 27 Nov 2009 17:31:16 +0000 + +linux (2.6.32-5.6) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.32-rc8 + * update configs following rebase to v2.6.32-rc8 + * update ports configs since rebase to v2.6.32-rc8 + * [Config] enable cgroup options + - LP: #480739 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc8 + + -- Andy Whitcroft Mon, 23 Nov 2009 11:16:14 +0000 + +linux (2.6.32-4.5) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] SERIO_LIBPS2 and SERIO_I8042 must match + * rebase to v2.6.32-rc7 + * resync with Karmic proposed + + [ John Johansen ] + + * SAUCE: AppArmor: Fix oops after profile removal + - LP: #475619 + * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds + - LP: #437258 + * SAUCE: AppArmor: Fix cap audit_caching preemption disabling + - LP: #479102 + * SAUCE: AppArmor: Fix refcounting bug causing leak of creds + - LP: #479115 + * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe + transition. + - LP: #480112 + + [ Ubuntu Changes ] + + * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf) + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc7 + + -- Andy Whitcroft Fri, 13 Nov 2009 11:35:13 +0000 + +linux (2.6.32-3.4) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] SERIO_LIBPS2 and SERIO_I8042 must match + * [Upstream] add local prefix to oss local change_bits + + [ Upstream Kernel Changes ] + + * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/ + * mtd/maps: gpio-addr-flash: depend on GPIO arch support + + -- Andy Whitcroft Wed, 11 Nov 2009 14:47:04 +0000 + +linux (2.6.32-3.3) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.32-rc6 + * [Config] update configs following rebase to v2.6.32-rc6 + * [Config] update ports configs following rebase to v2.6.32-rc6 + * resync with Karmic Ubuntu-2.6.31-15.49 + * [Config] add module ignores for broken drivers + + [ John Johansen ] + + * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied + - LP: #453335 + * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem + - LP: #458299 + * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly + - LP: #462824 + * SAUCE: AppArmor: AppArmor disallows truncate of deleted files. + - LP: #451375 + + [ Kees Cook ] + + * SAUCE: Fix nx_enable reporting + - LP: #454285 + + [ Scott James Remnant ] + + * Revert "SAUCE: trace: add trace_event for the open() syscall" + * SAUCE: trace: add trace events for open(), exec() and uselib() + - LP: #462111 + + [ Stefan Bader ] + + * SAUCE: Fix sub-flavour script to not stop on missing directories + - LP: #453073 + + [ Ubuntu Changes ] + + * resync with Karmic Ubuntu-2.6.31-15.49 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc6 + - LP: #464552 + + -- Andy Whitcroft Tue, 10 Nov 2009 15:00:57 +0000 + +linux (2.6.32-2.2) lucid; urgency=low + + [ Andy Whitcroft ] + + * install the full changelog with the binary package + * changelog -- explicitly note rebases and clean history + * reinstate armel.mk with no flavours + - LP: #449637 + * [Upstream] block: silently error unsupported empty barriers too + - LP: #420423 + * [Config] udate configs following karmic resync + * [Config] update ports configs following karmic resync + * [Upstream] lirc -- follow removal of .id element + + [ Colin Watson ] + + * Use section 'admin' rather than 'base' + * Add more e100 firmware to nic-modules + - LP: #451872 + * Add qla1280 firmware to scsi-modules + - LP: #381037 + + [ John Johansen ] + + * SAUCE: AppArmor: Set error code after structure initialization. + - LP: #427948 + * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation + - LP: #446595 + * SAUCE: AppArmor: Fix mediation of "deleted" paths + + [ Kees Cook ] + + * SAUCE: [x86] fix report of cs-limit nx-emulation + - LP: #454285 + + [ Leann Ogasawara ] + + * SAUCE: (drop after 2.6.31) input: Add support for filtering input + events + - LP: #430809 + * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi + toggle switch press + - LP: #430809 + + [ Luke Yelavich ] + + * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc + * [Config] Add sd_mod to scsi-modules udeb for powerpc + + [ Mario Limonciello ] + + * SAUCE: Update to LIRC 0.8.6 + - LP: #432678 + * SAUCE: dell-laptop: Store the HW switch status internally rather than + requerying every time + - LP: #430809 + * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop + - LP: #430809 + + [ Stefan Bader ] + + * [Upstream] acerhdf: Limit modalias matching to supported boards + - LP: #435958 + + [ Tim Gardner ] + + * [Upstream] i915: Fix i2c init message + - LP: #409361 + * [Config] Add sym53c8xx.ko to virtual sub-flavour + - LP: #439415 + * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules + - LP: #439456 + * [Config] Set default I/O scheduler back to CFQ for desktop flavours + - LP: #381300 + * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros + - LP: #430694 + * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915 + - LP: #430694 + * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y + - LP: #416325 + * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT + - LP: #430694 + * SAUCE: Raise the default console 'quiet' level to 2 + * [Config] CONFIG_X86_PAT=y + * [Config] Add armel arch to linux-libc-dev arches. + - LP: #449637 + * [Config] CONFIG_X86_MCE + * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege + M300 to rate blacklist + - LP: #433801 + + [ Upstream Kernel Changes ] + + * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584 + * drm/i915: Fix FDI M/N setting according with correct color depth + - LP: #416792 + + -- Andy Whitcroft Thu, 22 Oct 2009 16:53:33 +0100 + +linux (2.6.32-1.1) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.32-rc3 + * [Config] update configs following rebase to 2.6.32-rc3 + * [Config] update ports configs following rebase to 2.6.32-rc3 + * AppArmor -- fix pstrace_may_access rename + * staging/android -- disable + * ubuntu: dm-raid-45 -- update to compile with 2.6.32 + * ubuntu: drbd -- disable + * staging/comdi -- disable + * staging/go7007 -- disable + * [Config] staging/winbond -- disable + * [Config] ubuntu/iscsitarget -- disable + * [d-i] cbc and ecb are builtin make them optional in udebs + * rebase to v2.6.32-rc5 + * [Config] update configs following rebase to v2.6.32-rc5 + * [Config] update ports configs following rebase to v2.6.31-rc5 + + [ Tim Gardner ] + + * [Config] Add cpio as a build dependency. + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc3 + * rebase to v2.6.32-rc5 + + -- Andy Whitcroft Mon, 05 Oct 2009 15:48:58 +0100 + +linux (2.6.31-11.37) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] Increase kernel log buffer to 256K for amd64 flavours + - LP: #424810 + * [Config] Set HZ=100 for amd64 flavours + - LP: #438234 + * [Upstream] e1000e: Emit notice instead of an error when + pci_enable_pcie_error_reporting() fails + - LP: #436370 + + [ Upstream Kernel Changes ] + + * n_tty: honor opost flag for echoes + * n_tty: move echoctl check and clean up logic + - LP: #438310 + + * Revert "[Upstream] drm/i915: Check that the relocation points to within + the target" - Use upstream cherry-pick. + * drm/i915: Check that the relocation points to within the target + - LP: #429241 + + * drm/i915: fix tiling on IGDNG + * drm/i915: add B43 chipset support + * agp/intel: Add B43 chipset support + Intel request from kernel team mailing list. + + * HID: completely remove apple mightymouse from blacklist + - LP: #428111 + + -- Tim Gardner Mon, 28 Sep 2009 11:47:29 -0600 + +linux (2.6.31-11.36) karmic; urgency=low + + [ Brian Rogers ] + + * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a + persistent object + * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a + persistent object + + [ Takashi Iwai ] + + * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device + - LP: #416482 + + [ Tyler Hicks ] + + * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going + negative during unlink + + [ Upstream Kernel Changes ] + + * sg: fix oops in the error path in sg_build_indirect() + * mpt2sas : Rescan topology from Interrupt context instead of work thread + * mpt2sas: Prevent sending command to FW while Host Reset + * mpt2sas: setting SDEV into RUNNING state from Interrupt context + * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg + * SCSI: fix oops during scsi scanning + * SCSI: libsrp: fix memory leak in srp_ring_free() + * cfg80211: fix looping soft lockup in find_ie() + * ath5k: write PCU registers on initial reset + * binfmt_elf: fix PT_INTERP bss handling + * TPM: Fixup boot probe timeout for tpm_tis driver + * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined! + * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices + * fix undefined reference to user_shm_unlock + * perf_counter: Fix buffer overflow in perf_copy_attr() + * perf_counter: Start counting time enabled when group leader gets + enabled + * powerpc/perf_counters: Reduce stack usage of power_check_constraints + * powerpc: Fix bug where perf_counters breaks oprofile + * powerpc/ps3: Workaround for flash memory I/O error + * block: don't assume device has a request list backing in nr_requests + store + * agp/intel: remove restore in resume + * ALSA: cs46xx - Fix minimum period size + * ASoC: Fix WM835x Out4 capture enumeration + * sound: oxygen: work around MCE when changing volume + * mlx4_core: Allocate and map sufficient ICM memory for EQ context + * perf stat: Change noise calculation to use stddev + * x86: Fix x86_model test in es7000_apic_is_cluster() + * x86/i386: Make sure stack-protector segment base is cache aligned + * PCI: apply nv_msi_ht_cap_quirk on resume too + * x86, pat: Fix cacheflush address in change_page_attr_set_clr() + * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic() + with highmem + * KVM guest: do not batch pte updates from interrupt context + * KVM: Fix coalesced interrupt reporting in IOAPIC + * KVM: VMX: Check cpl before emulating debug register access + * KVM guest: fix bogus wallclock physical address calculation + * KVM: x86: Disallow hypercalls for guest callers in rings > 0 + * KVM: VMX: Fix cr8 exiting control clobbering by EPT + * KVM: x86 emulator: Implement zero-extended immediate decoding + * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list + * KVM: x86 emulator: fix jmp far decoding (opcode 0xea) + * KVM: limit lapic periodic timer frequency + * libata: fix off-by-one error in ata_tf_read_block() + * PCI quirk: update 82576 device ids in SR-IOV quirks list + * PCI: Unhide the SMBus on the Compaq Evo D510 USDT + * powerpc/pseries: Fix to handle slb resize across migration + * Linux 2.6.31.1 + + -- Tim Gardner Thu, 24 Sep 2009 13:04:28 -0600 + +linux (2.6.31-10.35) karmic; urgency=low + + [ Amit Kucheria ] + + * Disable CONFIG_UEVENT_HELPER_PATH + + [ Andy Whitcroft ] + + * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD + * remove the tlsup driver + * remove lmpcm logitech driver support + + [ Bryan Wu ] + + * Add 3 missing files to prerm remove file list + - LP: #345623, #415832 + + [ Chris Wilson ] + + * [Upstream] drm/i915: Check that the relocation points to within the + target + - LP: #429241 + + [ Luke Yelavich ] + + * [Config] Set CONFIG_EXT4_FS=y on ports architectures + + [ Manoj Iyer ] + + * SAUCE: Added quirk to recognize GE0301 3G modem as an interface. + - LP: #348861 + + [ Tim Gardner ] + + * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list" + Upstream suggests that this is not the right approach. + + * [Config] Set default I/O scheduler to DEADLINE + CFQ seems to have some load related problems which are often exacerbated by sreadahead. + - LP: #381300 + + [ ubuntu@tjworld.net ] + + * SAUCE: ipw2200: Enable LED by default + - LP: #21367 + + [ Upstream Kernel Changes ] + + * ALSA: hda - Add support for new AMD HD audio devices + - LP: #430564 + + -- Andy Whitcroft Wed, 16 Sep 2009 15:37:49 +0100 + +linux (2.6.31-10.34) karmic; urgency=low + + [ Ted Tso ] + + * [Upstream] ext3: Don't update superblock write time when filesystem is + read-only + - LP: #427822 + + -- Tim Gardner Tue, 15 Sep 2009 16:00:45 -0600 + +linux (2.6.31-10.33) karmic; urgency=low + + [ Leann Ogasawara ] + + * [Upstream] dvb-usb: fix tuning with Cinergy T2 + - LP: #421258 + + [ Tim Gardner ] + + * [Config] Unconditionally copy files from sub-flavours lists. + (really, really fix it this time) + - LP: #423426 + * [Config] Set CONFIG_CACHEFILES=m for all flavours + + [ Upstream Kernel Changes ] + + * ext4: Don't update superblock write time when filesystem is read-only + - LP: #427822 + + -- Tim Gardner Tue, 15 Sep 2009 07:50:21 -0600 + +linux (2.6.31-10.32) karmic; urgency=low + + [ Eric Miao ] + + * [Config] enable module support for memory stick + - LP: #159951 + + [ Tim Gardner ] + + * [Config] Unconditionally copy files from sub-flavours lists. + - LP: #423426 + + -- Tim Gardner Thu, 10 Sep 2009 15:57:55 -0600 + +linux (2.6.31-10.31) karmic; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.31 final + + [ Colin Watson ] + + * [Config] Recommend grub-pc in linux-image + - LP: #385741 + + [ Ike Panhc ] + + * [Upstream] Pull latest update of lenovo-sl-laptop + + [ Peter Feuerer ] + + * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150 + model + - LP: #426691 + + [ Tim Gardner ] + + * [Config] De-macro some package names. + + [ Upstream Changes ] + + * rebase to 2.6.31 final. + + -- Andy Whitcroft Thu, 10 Sep 2009 09:38:10 +0100 + +linux (2.6.31-10.30) karmic; urgency=low + + [ Amit Kucheria ] + + * [Config] Enable CONFIG_USB_DEVICEFS + - LP: #417748 + * [Config] Populate the config-update template a bit more + + [ Andy Whitcroft ] + + * rebase to v2.6.31-rc9 + * [Config] update configs following rebase to v2.6.31-rc9 + * [Config] update ports configs following rebase to v2.6.31-rc9 + + [ Colin Ian King ] + + * SAUCE: wireless: hostap, fix oops due to early probing interrupt + - LP: #254837 + + [ Jerone Young ] + + * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) + white-list + - LP: #281732 + + [ John Johansen ] + + * SAUCE: AppArmor: Fix profile attachment for regexp based profile names + - LP: #419308 + * SAUCE: AppArmor: Return the correct error codes on profile + addition/removal + - LP: #408473 + * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list + - LP: #408454 + * SAUCE: AppArmor: Fix mapping of pux to new internal permission format + - LP: #419222 + * SAUCE: AppArmor: Fix change_profile failure + - LP: #401931 + * SAUCE: AppArmor: Tell git to ignore generated include files + - LP: #419505 + + [ Stefan Bader ] + + * [Upstream] acpi: video: Loosen strictness of video bus detection code + - LP: #333386 + * SAUCE: Remove ov511 driver from ubuntu subdirectory + + [ Tim Gardner ] + + * [Config] Exclude char-modules from non-x86 udeb creation + * SAUCE: Notify the ACPI call chain of AC events + * [Config] CONFIG_SATA_VIA=m + - LP: #403385 + * [Config] Build in all phylib support modules. + * [Config] Don't fail when sub-flavour files are missing + - LP: #423426 + * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0 + - LP: #423513 + + [ Upstream ] + + * Rebased against v2.6.31-rc9 + + -- Andy Whitcroft Mon, 07 Sep 2009 11:33:45 +0100 + +linux (2.6.31-9.29) karmic; urgency=low + + [ Leann Ogasawara ] + + * [Upstream] agp/intel: support for new chip variant of IGDNG mobile + - LP: #419993 + * [Config] d-i/modules: Add new char-modules file, initialize with + intel-agp + - LP: #420605 + + [ Upstream ] + + * Rebased against 2.6.31-rc8 plus some inotify regression patches: + up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git + adda766193ea1cf3137484a9521972d080d0b7af. + + -- Tim Gardner Fri, 28 Aug 2009 06:31:30 -0600 + +linux (2.6.31-8.28) karmic; urgency=low + + [ Ike Panhc ] + + * [Config] Let nic-shared-modules depends on crypto-modules + - LP: #360966 + + [ Leann Ogasawara ] + + * [Upstream] (drop after 2.6.31) drm/i915: increase default latency + constant + - LP: #412492 + + [ Mario Limonciello ] + + * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock + status if HW switch is disabled + - LP: #418721 + * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known + Compal made Dell laptops + * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support + with rfkill support + + [ Tim Gardner ] + + * [Config] Add acpiphp to virtual sub-flavour + - LP: #364916 + * Drop KSM patch set for now because of instabilities with encrypted swap. + - LP: #418781 + + -- Tim Gardner Wed, 26 Aug 2009 08:14:26 -0600 + +linux (2.6.31-7.27) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase + * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18 + Replaces previous ksm patches from 2.6.31-6.25 + * [Config] KSM=y + + [ Upstream ] + + * Rebased against v2.6.31-rc7 + + -- Tim Gardner Sat, 22 Aug 2009 20:32:11 -0600 + +linux (2.6.31-6.26) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_AUFS_BR_RAMFS + - LP: #414738 + * split out debian directory ready for abstraction + * add printdebian target to find branch target + * abstracted debian -- debian/files is not abstracted + * abstracted debian -- packages must be built in debian/ + * abstracted debian -- kernel-wedge needs to work in debian/ + * abstracted debian -- ensure we install the copyright file + * abstracted-debian -- drop the debian directories from headers + * abstracted-debian -- drop the debian directories from headers part 2 + * SAUCE: ubuntu-insert-changes -- follow abstracted debian + * [Upstream] aoe: ensure we initialise the request_queue correctly V2 + - LP: #410198 + + [ Luke Yelavich ] + + * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp + * [Config] Ports: Re-enable windfarm modules on powerpc64-smp + - LP: #413150 + * [Config] Ports: Build all cpu frequency scaling governors into ports + kernels + * [Config] Ports: Build ext2 and ext3 modules into ports kernels + * [Config] Ports: CONFIG_PACKET=y for all ports kernels + * [Config] Ports: Enable PS3 network driver + + [ Stefan Bader ] + + * abstracted debian -- call $(DEBIAN)/rules using make + + [ Tim Gardner ] + + * [Config] Abstract the debian directory + * SAUCE: Improve error reporting in postinst + - LP: #358564 + + -- Tim Gardner Sun, 16 Aug 2009 20:33:28 -0600 + +linux (2.6.31-6.25) karmic; urgency=low + + [ Andy Whitcroft ] + + * script to generate Ubuntu changes from changelog + * [Config] standardise ANDROID options + * [Config] standardise CONFIG_ATM as module + * [Config] standardise CONFIG_LIB80211 as module + * [Config] disable CONFIG_PRINT_QUOTA_WARNING + * [Config] set CONFIG_CRAMFS as module + * [Config] enable CONFIG_DAB and modules + * [Config] set CONFIG_MAC80211_HWSIM as module + * [Config] set CONFIG_NET_CLS_FLOW as module + * [Config] set CONFIG_NF_CONNTRACK_SANE as module + * [Config] set CONFIG_NF_CT_PROTO_DCCP as module + * [Config] set CONFIG_RTC_DRV_DS1511 as module + * [Config] set CONFIG_RTC_DRV_R9701 as module + * [Config] set CONFIG_RTC_DRV_S35390A as module + * [Config] set CONFIG_TOIM3232_DONGLE as module + * [Config] standardise CONFIG_USB_MIDI_GADGET as module + * [Config] standardise CONFIG_USB_G_PRINTER as module + * [Config] standardise CONFIG_USB_SERIAL_IR as module + * [Config] set CONFIG_USB_SERIAL_IUU as module + * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module + * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module + * cleanup remains of dm-loop + * drop thinkpad ec and smapi support + * drop appleir + * [Config] update configs following rebase to v2.6.31-rc6 + * rebase to v2.6.31-rc6 + + [ Hugh Dickins ] + + * SAUCE: ksm patch 1, drop after 2.6.31 + * SAUCE: ksm patch 2, drop after 2.6.31 + * SAUCE: ksm patch 3, drop after 2.6.31 + * SAUCE: ksm patch 4, drop after 2.6.31 + * SAUCE: ksm patch 5, drop after 2.6.31 + * SAUCE: ksm patch 7, drop after 2.6.31 + + [ Izik Eidus ] + + * SAUCE: ksm patch 0, drop after 2.6.31 + * SAUCE: ksm patch 6, drop after 2.6.31 + * SAUCE: ksm patch 8, drop after 2.6.31 + * SAUCE: ksm patch 9, drop after 2.6.31 + + [ Luke Yelavich ] + + * [Config] Ports: Re-add PS3 modules to udebs + + [ Michael Casadevall ] + + * [Config] Update SPARC config and d-i files to reflect what can be built + + [ Tim Gardner ] + + * [Config] Removed armel package support + * [Config] Enabled CONFIG_KSM=y + + [ Upstream Kernel Changes ] + + * Rebased against v2.6.31-rc6 + * ARM: Cleanup: Revert "ARM: Add more cache memory types macros" + * ARM: Cleanup: Revert "Do not use OOB with MLC NAND" + * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers" + * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile" + * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c + changes" + * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix" + * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system + revision" + * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver + by default" + * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC" + * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable + ARCH_MXC_CANONICAL" + * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable + CONFIG_GPIOLIB" + * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on + 2.6.31" + * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51" + * ARM: Cleanup: Revert "ARM: IMX51: Make it compile." + * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including + mxc_uart.h _everywhere_" + * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the + correct location" + * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to + snd_card_create" + * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig" + * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype" + * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure." + * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for + mxc_map_io." + * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name." + * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name." + * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced + with snd_soc_card." + * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card + structure" + * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for + DMA_MODE_READ/WRITE/MASK" + * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for + Freescale mx51 platform" + * Driver core: add new device to bus's list before probing + * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at + power-saving + - LP: #381693, #399750, #380892 + + -- Andy Whitcroft Fri, 14 Aug 2009 11:32:23 +0100 + +linux (2.6.31-5.24) karmic; urgency=low + + [ Amit Kucheria ] + + * ARM: IMX51: Make video capture drivers compile + * [Config] IMX51: Config updates + + [ Andy Whitcroft ] + + * remove leftovers of dm-bbr + + [ Leann Ogasawara ] + + * Add pata_cs5535 to pata-modules + - LP: #318805 + + [ Luke Yelavich ] + + * [Config] CONFIG_PPC64=y for powerpc64-smp + * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp + * [Config] CONFIG_PPC_PS3=y for powerpc64-smp + * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp + * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp + * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp + * [Config] Enable all PS3 drivers in powerpc64-smp + + [ Mario Limonciello ] + + * LIRC -- fix lirc-i2c 2.6.31 compilation + + [ Matthew Garrett ] + + * [Upstream] dell-laptop: Fix rfkill state queries + + [ Tim Gardner ] + + * [Config] Ignore armel ABI and module changes + * [Config] Update configs after rebase against 2.6.31-rc5 + + [ Upstream ] + + * Rebased to 2.6.31-rc5 + + -- Andy Whitcroft Tue, 28 Jul 2009 10:10:09 +0100 + +linux (2.6.31-4.23) karmic; urgency=low + + [ Andy Whitcroft ] + + * AUFS -- update to aufs2-30 20090727 + * [Config] enable AUFS FUSE support + + [ Luke Yelavich ] + + * [Config] CONFIG_JFS_FS=m on sparc + + [ Tim Gardner ] + + * [Upstream] dell-laptop: Fix rfkill state setting. + + -- Andy Whitcroft Mon, 27 Jul 2009 11:11:47 +0100 + +linux (2.6.31-4.22) karmic; urgency=low + + [ Amit Kucheria ] + + * ARM: IMX51: Add SoC and board support for Freescale mx51 platform + * ARM: IMX51: Move board-mx51* header files to the correct location + * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_ + * ARM: IMX51: Make it compile. + * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB + * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL + * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC + * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default + * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes + * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef + * ARM: staging: udlfb: Add vmalloc.h include + * UBUNTU [Config]: Bring imx51 config upto date with other flavours + + [ Brad Figg ] + + * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK + * ARM: IMX51: codec structure was moved to the card structure + * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card. + * ARM: IMX51: Get to bus_id by calling dev_name. + * ARM: IMX51: Get to bus_id by calling dev_name. + * ARM: IMX51: Added external declaration for mxc_map_io. + * ARM: IMX51: Removed the mxc_gpio_port structure. + * ARM: IMX51: mxc_timer_init prototype + * ARM: IMX51: Fix up merge error in Kconfig + * ARM: IMX51: Changed from snd_card_new to snd_card_create + + [ Dinh Nguyen ] + + * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51 + * ARM: IMX51: Minimal changes for USB to work on 2.6.31 + * ARM: IMX51: Babbage 2.5 needs a different system revision + * ARM: IMX51: IPU irq handler deadlock fix + + [ Tim Gardner ] + + * [Config] Enabled CONFIG_CAN=m + - LP: #327243 + * [Config] Enabled CONFIG_SERIAL=m + - LP: #397189 + + -- Tim Gardner Fri, 24 Jul 2009 06:19:10 -0600 + +linux (2.6.31-4.21) karmic; urgency=low + + [ Amit Kucheria ] + + * dm-raid-4-5: Add missing brackets around test_bit() + + [ John Johansen ] + + * AppArmor: Fix change_profile failing lpn401931 + * AppArmor: Fix determination of forced AUDIT messages. + * AppArmor: Fix oops in auditing of the policy interface offset + + -- Andy Whitcroft Thu, 23 Jul 2009 19:18:30 +0100 + +linux (2.6.31-4.20) karmic; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: iscsitarget -- update to SVN revision r214 + * SAUCE: iscsitarget -- renable driver + * [Config] consolidate lpia/lpia and i386/generic configs + * [Config] enable CRYPTO modules for all architectures + * [Config] enable cryptoloop + * [Config] enable various filesystems for armel + * [Config] sync i386 generic and generic-pae + * [Config] add the 386 (486 processors and above) flavour + * [Config] re-set DEFAULT_MMAP_MIN_ADDR + - LP: #399914 + * add genconfigs/genportsconfigs to extract the built configs + * updateconfigs -- alter concatenation order allow easier updates + * intelfb -- INTELFB now conflicts with DRM_I915 + * printchanges -- rebase tree does not have stable tags use changelog + * AppArmor: fix argument size missmatch on 64 bit builds + + [ Ike Panhc ] + + * Ship bnx2x firmware in nic-modules udeb + - LP: #360966 + + [ Jeff Mahoney ] + + * AppArmor: fix build failure on ia64 + + [ John Johansen ] + + * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to + initialize. + * AppArmour: fix auditing of domain transitions to include target profile + information + * AppArmor: fix C99 violation + * AppArmor: revert reporting of create to write permission. + * SAUCE: Add config option to set a default LSM + * [Config] enable AppArmor by default + * AppArmor: Fix NULL pointer dereference oops in profile attachment. + + [ Keith Packard ] + + * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class + hardware + - LP: #351756 + + [ Luke Yelavich ] + + * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel + header packages + - LP: #355344 + + [ Michael Casadevall ] + + * [Config] update SPARC config files to allow success build + + [ Scott James Remnant ] + + * SAUCE: trace: add trace_event for the open() syscall + + [ Stefan Bader ] + + * SAUCE: jfs: Fix early release of acl in jfs_get_acl + - LP: #396780 + + [ Tim Gardner ] + + * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release + - LP: #397499 + * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727 + refresh + - LP: #365291 + * [Config] SSB/B44 are common across all arches/flavours. + + [ Upstream ] + + * Rebased to 2.6.31-rc4 + + -- Andy Whitcroft Thu, 23 Jul 2009 08:41:39 +0100 + +linux (2.6.31-3.19) karmic; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Config] Disabled NDISWRAPPER" + * ndiswrapper -- fix i386 compilation failures on cmpxchg8b + * AUFS -- export various core functions + * AUFS -- export various core functions -- fixes + * AUFS -- core filesystem + * AUFS -- track changes in v2.6.31 + * [Config] Enable AUFS + * droppped 'iwl3945: do not send scan command if channel count zero' as it + is already upstream but failed to auto-drop on rebase. + + [ Eric Paris ] + + * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user + choose + * SAUCE: inotify: check filename before dropping repeat events + * SAUCE: fsnotify: fix inotify tail drop check with path entries + + -- Andy Whitcroft Tue, 14 Jul 2009 12:52:55 +0100 + +linux (2.6.31-3.18) karmic; urgency=low + + [ Andy Whitcroft ] + + * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by + AUFS" + * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS" + * Revert "Add sec_perm-2.6.24.patch from AUFS - export + security_inode_permission" + * clear out left over AUFS files and modifications + + [ Luke Yelavich ] + + * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc + * SAUCE: Explicitly include header files to allow apparmor to build on + powerpc + * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc + + [ Tim Gardner ] + + * [Config] Dropped ubuntu/misc/wireless/acx + * [Config] Disabled NDISWRAPPER until the compile issues are fixed. + + [ Upstream ] + + * Rebased to 2.6.31-rc3 + + -- Andy Whitcroft Fri, 10 Jul 2009 18:59:33 +0100 + +linux (2.6.31-2.17) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc + * compcache -- remove redundant Kconfig entries part 2 + * compcache -- clean up CCFLAGS declarations + * [Config] enable AppArmor + * AppArmor: fix operator precidence issue in as_path_link + + [ John Johansen ] + + * AppArmor security module + * AppArmor: Correct mapping of file permissions. + * AppArmor: Turn auditing of ptrace on + + [ Luke Yelavich ] + + * [Config] disable CONFIG_DM_RAID45 on powerpc + + -- Andy Whitcroft Fri, 10 Jul 2009 15:02:05 +0100 + +linux (2.6.31-2.16) karmic; urgency=low + + [ Andy Whitcroft ] + + * compcache -- remove redundant Kconfig entries + added ignore and ignore.modules for all arches since the compcache update + changes the modules names as well as some compcache ABI values. + + [ Manoj Iyer ] + + * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3) + * SAUCE: update compcache version to 0.5.3 + + [ Tim Gardner ] + + * [Config]: Fix sparc FTBS by adding ignore.modules + + -- Tim Gardner Mon, 06 Jul 2009 13:35:29 -0600 + +linux (2.6.31-2.15) karmic; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: default ATI Radeon KMS to off until userspace catches up + * [Config] Update configs following rebase to 2.6.31-rc2 + * [Config] update ports configs following update to 2.6.31-rc2 + + [ Luke Yelavich ] + + * [Config] powerpc - Disable CONFIG_RDS + + [ Matt Zimmerman ] + + * Rename linux-doc-PKGVER to linux-doc and clean up its description + - LP: #382115 + + [ Upstream Kernel Changes ] + + * rebased to mainline 2.6.31-rc2 + + -- Andy Whitcroft Sat, 04 Jul 2009 17:39:13 +0100 + +linux (2.6.31-1.14) karmic; urgency=low + + [ Andy Whitcroft ] + + * update ndiswrapper to 1.55 + * remove leftovers of gfs + * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR + + [ Luke Yelavich ] + + * [Config] re-enable and build the ide-pmac driver into powerpc kernels + * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the + kernel + + [ Manoj Iyer ] + + * Remove snd-bt-sco ubuntu driver + + [ Michael Casadevall ] + + * [Config] updates ia64 config and d-i folders to allow succesful build + * [Config] Update powerpc and sparc for 2.6.31 + + [ Upstream Kernel Changes ] + + * intel-iommu: fix Identity Mapping to be arch independent + - LP: #384695 + * ACPI: video: prevent NULL deref in acpi_get_pci_dev() + + -- Andy Whitcroft Tue, 30 Jun 2009 17:47:32 +0100 + +linux (2.6.31-1.13) karmic; urgency=low + + [ Andy Whitcroft ] + + * REBASE: rebased to mainline 2.6.31-rc1 + - "UBUNTU: SAUCE: UHCI USB quirk for resume" + no longer applies, using deprecated interfaces, LPIA only, dropped + - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data" + changes now upstream, dropped + * [Config] Update configs following rebase to 2.6.31-rc1 + * [Config] update ports configs following update to 2.6.31-rc1 + + * [Config] disable broken staging driver CONFIG_STLC45XX + * SAUCE: fix compcache to use updates accessors + * [Config] disable staging driver CONFIG_VT6655 + * SAUCE: fix DRDB to use updates accessors + * [Disable] ndiswrapper needs update + * [Disable] LIRC I2C needs update + * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update + * [Config] disable I2C_DESIGNWARE does not compile + * [Config] disable CONFIG_TLSUP for lpia + * [Config] disable CONFIG_FB_UDL for arm + * SAUCE: disable adding scsi headers to linux-libc-dev + + [ Mario Limonciello ] + + * SAUCE: Add LIRC drivers + + -- Andy Whitcroft Thu, 25 Jun 2009 12:06:22 +0100 + +linux (2.6.30-10.12) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] split out the ports configs into their own family + * [Config] update configs following introduction of ports family + + [ Upstream Kernel Changes ] + + * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its + description". Fixes linux-doc package name conflicts for now. + - LP: #382115 + + -- Tim Gardner Mon, 22 Jun 2009 09:17:14 -0600 + +linux (2.6.30-10.11) karmic; urgency=low + + [ Amit Kucheria ] + + * [Config] Comment splitconfig.pl and misc cleanup + * [Config] Rename all configs to the new naming scheme + * [Config] Splitconfig rework + * [Config] Rename scripts/misc/oldconfig to kernelconfig + * [Config] Fix build system for new config split + * [Config] Run updateconfigs after the splitconfig rework + + [ Andy Whitcroft ] + + * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y" + * [Config] standardise CONFIG_STAGING=y + * [Config] standardise CONFIG_RD_LZMA=y + * [Config] CONFIG_PCI_IOV=y + * [Config] CONFIG_PCI_STUB=m + * [Config] merge kernel configs more agressively + + [ Colin Watson ] + + * [Config] Run kernel-wedge in $(builddir) rather than at the top level + * [Config] Add support for including firmware in udebs + * [Config] Ship bnx2 firmware in nic-modules udeb + - LP: #384861 + + [ Luke Yelavich ] + + * [Config] ports - Import of ports architectures into kernel packaging + infrastructure + * [Config] ports - Do not update ports kernel configurations by default + * [Config] ports - Disable ABI checking for ports architectures + * [Config] ports - Build drivers in ubuntu sub-directory on powerpc + * [Config] ports - Add control.d/vars.* files for ports architectures + * [Config] ports - Add ports architectures for linux-libc-dev + * [Config] ports - Create powerpc specific message-modules and + block-modules udebs + * [Config] ports - Add configuration files for ports architectures + + [ Manoj Iyer ] + + * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386 + - LP: #329864 + + [ Michael Casadevall ] + + * [Config] ports - Fix compression of kernels + + [ Stefan Bader ] + + * [Upstream] mmc: prevent dangling block device from accessing stale + queues + - LP: #383668 + + [ Tim Gardner ] + + * [Config] Recommend grub-pc in linux-image + - LP: #385741 + * [Config] Implement i386 generic and generic-pae flavours + * [Config] ports - Add control info after integrating ports arches + * [Config] Removed auto-generated files from git + * [Config] Added netxen_nic to nic-modules + - LP: #389603 + + [ Matt Zimmerman ] + + * Rename linux-doc-PKGVER to linux-doc and clean up its description + - LP: #382115 + + -- Tim Gardner Mon, 15 Jun 2009 14:38:26 -0600 + +linux (2.6.30-9.10) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia) + * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia) + * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia) + * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64) + * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia) + * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386) + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30 final + + -- Andy Whitcroft Fri, 05 Jun 2009 11:42:53 +0100 + +linux (2.6.30-8.9) karmic; urgency=low + + [ Andy Whitcroft ] + + * Config update removed the following options: + CONFIG_EDAC_AMD8111=m + CONFIG_EDAC_AMD8131=m + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc8 + + -- Andy Whitcroft Wed, 03 Jun 2009 09:21:13 +0100 + +linux (2.6.30-7.8) karmic; urgency=low + + [ Andy Whitcroft ] + + * Enabled NEW configration options: + Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y + Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc7 + + -- Andy Whitcroft Sat, 23 May 2009 23:47:24 +0100 + +linux (2.6.30-6.7) karmic; urgency=low + + [ Andy Whitcroft ] + + * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now + upstream) + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc6 + + -- Andy Whitcroft Mon, 18 May 2009 18:05:54 +0100 + +linux (2.6.30-5.6) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] Enable Keyspan USB serial device firmware in kernel module + - LP: #334285 + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc5 + + -- Tim Gardner Mon, 11 May 2009 12:02:16 -0600 + +linux (2.6.30-4.5) karmic; urgency=low + + [ Colin Watson ] + + * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid + /usr/include/asm/* going missing + - LP: #373214 + + -- Stefan Bader Fri, 08 May 2009 11:09:08 +0200 + +linux (2.6.30-3.4) karmic; urgency=low + + [ Kees Cook ] + + * SAUCE: [x86] implement cs-limit nx-emulation for ia32 + - LP: #369978 + + [ Stefan Bader ] + + * SAUCE: input: Blacklist digitizers from joydev.c + - LP: #300143 + + -- Tim Gardner Fri, 01 May 2009 14:00:42 -0600 + +linux (2.6.30-2.3) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] Enabled CC_STACKPROTECTOR=y for all x86en + - LP: #369152 + * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y + * [Config] CONFIG_DRM_I915_KMS=y + * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH + minimums + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc4 + + -- Tim Gardner Thu, 30 Apr 2009 09:17:05 -0600 + +linux (2.6.30-1.2) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] armel: disable staging drivers, fixes FTBS + * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS + + [ Upstream Kernel Changes ] + + * mpt2sas: Change reset_type enum to avoid namespace collision. + Submitted upstream. + + -- Tim Gardner Tue, 28 Apr 2009 16:54:41 -0600 + +linux (2.6.30-1.1) karmic; urgency=low + + * Initial release after rebasing against v2.6.30-rc3 + + -- Tim Gardner Thu, 12 Mar 2009 19:16:07 -0600 --- linux-lts-utopic-3.16.0.orig/debian.utopic/changelog.historical +++ linux-lts-utopic-3.16.0/debian.utopic/changelog.historical @@ -0,0 +1,4171 @@ + +linux (2.6.28-9.31) jaunty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: cpufreq-nforce2: probe failures are not errors + - LP: #332170 + * SAUCE: mmc: add MODALIAS linkage for MMC/SD devices + - LP: #30335 + * remove test-suspend script + - LP: #333856 + + [ Kees Cook ] + + * handle relative paths in modules.dep + Fixes 2.6.28-9.30 FTBS. + + [ Upstream Kernel Changes ] + + * ricoh_mmc: Handle newer models of Ricoh controllers + + -- Tim Gardner Wed, 11 Mar 2009 08:19:24 -0600 + +linux (2.6.28-9.30) jaunty; urgency=low + + [ Amit Kucheria ] + + * ARM:mx51 Add SoC and board support for mx51 platforms + * ARM:mx51 Add CONFIG_ARCH_MXC_CANONICAL to disable parts of Freescale's + code + * MMC: Add support for 8-bit cards + * Add ARM:MX51 SoC support to the build system + * ARM: Make ARM arch aware of ubuntu/ drivers + * ARM: Add imx51 configuration + * Disable d-i modules for imx51 and mv78xx0 + * Disable Apparmor on boot for ARM + * Updating imx51 config + + [ Jason Liu ] + + * Do not use OOB with MLC NAND + + [ Richard Zhu ] + + * Support the eMMC4.3 card + + [ Rob Herring ] + + * ARM: Add more cache memory types macros + + [ Tim Gardner ] + + * Set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y for i386/amd64/lpia + + [ Manoj Iyer ] + + * Enable CONFIG_RTL8187SE=m + + [ Upstream Kernel Changes ] + + * USB: EHCI: slow down ITD reuse + - LP: #329437 + + -- Tim Gardner Sun, 08 Mar 2009 14:14:15 -0600 + +linux (2.6.28-9.29) jaunty; urgency=low + + [ Andy Whitcroft ] + + * link-headers -- only link directories which do not already exist + - LP: #315252 + + [ Daniel Marjamäki ] + + * SAUCE: (drop after 2.6.28) netxen: fix memory leak in + drivers/net/netxen_nic_init.c + - LP: #330813 + + [ Dhananjay Phadke ] + + * SAUCE: (drop after 2.6.28) netxen: fix endianness in firmware commands + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: fix ipv6 offload and tx cleanup + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: fix link speed reporting for some + boards + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: firmware init fix + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: cleanup mac list on driver unload + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: hold tx lock while sending firmware + commands + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: handle dma mapping failures + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: avoid invalid iounmap + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: include ipv6.h (fixes build failure) + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: fix vlan tso/checksum offload + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: reduce memory footprint + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: revert jumbo ringsize + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: fix msi-x interrupt handling + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: remove pcie workaround + - LP: #330813 + + [ Hannes Eder ] + + * SAUCE: (drop after 2.6.28) drivers/net/netxen: fix sparse warnings: use + NULL pointer instead of plain integer + - LP: #330813 + + [ Huaxu Wan ] + + * SAUCE: report rfkill changes event if interface is down + - LP: #193970 + + [ Tim Gardner ] + + * MV78XX0 must specify a target in the vars definition. + + [ Upstream Kernel Changes ] + + * Revert "ext4: wait on all pending commits in ext4_sync_fs()" + * jbd2: Fix return value of jbd2_journal_start_commit() + * jbd2: Avoid possible NULL dereference in + jbd2_journal_begin_ordered_truncate() + * ext4: Fix to read empty directory blocks correctly in 64k + * ext4: Fix lockdep warning + * ext4: Initialize preallocation list_head's properly + * ext4: Implement range_cyclic in ext4_da_writepages instead of + write_cache_pages + * ext4: Fix NULL dereference in ext4_ext_migrate()'s error handling + * ext4: Add fallback for find_group_flex + * ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin() + * Added mv78xx0 flavor + + -- Tim Gardner Fri, 06 Mar 2009 06:13:31 -0700 + +linux (2.6.28-8.28) jaunty; urgency=low + + [ Alexey Starikovskiy ] + + * SAUCE: ACPI: EC: Limit workaround for ASUS notebooks even more + - LP: #288385 + + [ Scott James Remnant ] + + * SAUCE: Auto-load esp module when device opened. + * SAUCE: Auto-load bridge module when socket opened. + * SAUCE: Auto-load af_netlink module when socket opened. + * SAUCE: Auto-load wanrouter module when socket opened. + * SAUCE: Auto-load ip_queue module when socket opened. + * SAUCE: Auto-load ip6_queue module when socket opened. + * SAUCE: Auto-load cn module when socket opened. + * SAUCE: Auto-load scsi_transport_iscsi module when socket opened. + * SAUCE: Auto-load ftl module when device opened. + * SAUCE: Auto-load pcd module when device opened. + * SAUCE: Auto-load pf module when device opened. + * SAUCE: Auto-load nftl module when device opened. + * SAUCE: Auto-load mousedev module when psaux device opened. + * SAUCE: Auto-load mousedev module when /dev/input/mice opened. + * SAUCE: Auto-load rng-core module when device opened. + * SAUCE: Auto-load openprom module when device opened. + * SAUCE: Auto-load applicom module when device opened. + * SAUCE: Auto-load toshiba module when device opened. + * SAUCE: Auto-load cyclades module when device opened. + * SAUCE: Auto-load riscom8 module when device opened. + * SAUCE: Auto-load specialix module when device opened. + * SAUCE: Auto-load videodev module when device opened. + * SAUCE: Auto-load i2c_dev module when device opened. + * SAUCE: Auto-load mtdchar module when device opened. + * SAUCE: Auto-load pt module when device opened. + * SAUCE: Auto-load pg module when device opened. + * SAUCE: Auto-load cdc_acm module when device opened. + * SAUCE: Auto-load msr module when device opened. + * SAUCE: Auto-load cpuid module when device opened. + * SAUCE: quickcam: Enable double-buffering by default + * SAUCE: libata: Ignore HPA by default. + * SAUCE: hostap: Change initial operation mode to managed (infra) + * SAUCE: floppy: Provide a PnP device table in the module. + - LP: #255651 + * SAUCE: Auto-load mwave module when device opened. + * Build CONFIG_FUSE_FS into kernel, not as module. + + [ Stefan Bader ] + + * Enable build of ext4 as a module on LPIA + - LP: #331848 + + [ Tim Gardner ] + + * Update configs to fix LPIA FTBS + + -- Tim Gardner Thu, 05 Mar 2009 10:43:24 -0700 + +linux (2.6.28-8.27) jaunty; urgency=low + + [ Amit Kucheria ] + + * Updating configs (arm:ixp4xx) + + [ Andy Whitcroft ] + + * SAUCE: enable Intel HDMI output + + [ Manoj Iyer ] + + * SAUCE: Added quirk for Linksys WUSB600N USB wifi-n networking adapter + - LP: #323473 + + [ Steve Beattie ] + + * fix apparmor memory leak on unlinked file ops + - LP: #329489 + + [ Tim Gardner ] + + * SAUCE: Dell XPS710 reboot quirk + - LP: #323592 + * SAUCE: (drop after 2.6.28) ieee80211: Add infrastructure to obsolete + scan results + - LP: #336055 + * Add modules.order to the linux-image package. + + [ Upstream Kernel Changes ] + + * iwlwifi: fix time interval misuse in iwl_poll_{direct_}bit + * x86: only scan the root bus in early PCI quirks + - LP: #267295 + * ALSA: hda - Intel HDMI audio support + * ALSA: hda - Fix unused function in patch_intelhdmi.c + * ALSA: handle SiI1392 HDMI codec in patch_intelhdmi.c + * ALSA: hda-intel: reorder HDMI audio enabling sequence + * ALSA: introduce snd_print_pcm_rates() + * ALSA: create hda_eld.c for ELD routines and proc interface + * ALSA: ELD proc interface for HDMI sinks + * ALSA: hda: make standalone hdmi_fill_audio_infoframe() + * ALSA: hda: make global snd_print_channel_allocation() + * ALSA: hda: HDMI channel allocations for audio infoframe + * ALSA: hda: HDMI channel mapping cleanups + * ALSA: hda: minor code cleanups + * ALSA: hda: rename sink_eld to hdmi_eld + * ALSA: hda - Release ELD proc file + * ALSA: hda - minor HDMI code cleanups + * ALSA: hda - report selected CA index for Audio InfoFrame + * ALSA: hda - Add Intel vendor id string + + -- Tim Gardner Wed, 25 Feb 2009 14:23:46 -0700 + +linux (2.6.28-8.26) jaunty; urgency=low + + [ Amit Kucheria ] + + * Updating configs (armel:ixp4xx) + - LP: #331510 + + [ Tim Gardner ] + + * Add more missing modules + + -- Tim Gardner Tue, 24 Feb 2009 06:58:53 -0700 + +linux (2.6.28-8.25) jaunty; urgency=low + + [ Scott James Remnant ] + + * SAUCE: Prefer powernow-k8 to acpi-cpufreq + * Change CONFIG_X86_P4_CLOCKMOD to be a module again. + + [ Tim Gardner ] + + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Initialize the new + group descriptor when resizing the filesystem" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add sanity check + to make_indexed_dir" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: only use + i_size_high for regular files" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add sanity checks + for the superblock before mounting the filesystem" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix + s_dirty_blocks_counter if block allocation failed with nodelalloc" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Init the complete + page while building buddy cache" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Don't allow new + groups to be added during block allocation" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: mark the + blocks/inode bitmap beyond end of group as used" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Use new + buffer_head flag to check uninit group bitmaps initialization" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix the race + between read_inode_bitmap() and ext4_new_inode()" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix race between + read_block_bitmap() and mark_diskspace_used()" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: don't use blocks + freed but not yet committed in buddy cache init" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: cleanup mballoc + header files" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Use + EXT4_GROUP_INFO_NEED_INIT_BIT during resize" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add blocks added + during resize to bitmap" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Don't overwrite + allocation_context ac_status" + * Revert "SAUCE: (revert before 2.6.28.y update) jbd2: Add barrier not + supported test to journal_wait_on_commit_record" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Widen type of + ext4_sb_info.s_mb_maxs[]" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: avoid ext4_error + when mounting a fs with a single bg" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix the delalloc + writepages to allocate blocks at the right offset." + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: tone down + ext4_da_writepages warnings" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add support for + non-native signed/unsigned htree hash algorithms" + * Enabled X86_ACPI_CPUFREQ=y + + [ Upstream Kernel Changes ] + + * ath9k: quiet harmless ForceXPAon messages + - LP: #321474 + * [WATCHDOG] iTCO_wdt: fix SMI_EN regression 2 + - LP: #314050 + * pid: implement ns_of_pid + * mqueue: fix si_pid value in mqueue do_notify() + * powerpc/vsx: Fix VSX alignment handler for regs 32-63 + * sata_nv: give up hardreset on nf2 + * Fix Intel IOMMU write-buffer flushing + * SCSI: libiscsi: fix iscsi pool leak + * x86/cpa: make sure cpa is safe to call in lazy mmu mode + * sched: SCHED_OTHER vs SCHED_IDLE isolation + * x86, vm86: fix preemption bug + * Add support for VT6415 PCIE PATA IDE Host Controller + * ext2/xip: refuse to change xip flag during remount with busy inodes + * 3c505: do not set pcb->data.raw beyond its size + * Bluetooth: Fix TX error path in btsdio driver + * ext4: Add support for non-native signed/unsigned htree hash algorithms + * ext4: tone down ext4_da_writepages warnings + * ext4: Fix the delalloc writepages to allocate blocks at the right + offset. + * ext4: avoid ext4_error when mounting a fs with a single bg + * ext4: Widen type of ext4_sb_info.s_mb_maxs[] + * jbd2: Add barrier not supported test to journal_wait_on_commit_record + * ext4: Don't overwrite allocation_context ac_status + * ext4: Add blocks added during resize to bitmap + * ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize + * ext4: cleanup mballoc header files + * ext4: don't use blocks freed but not yet committed in buddy cache init + * ext4: Fix race between read_block_bitmap() and mark_diskspace_used() + * ext4: Fix the race between read_inode_bitmap() and ext4_new_inode() + * ext4: Use new buffer_head flag to check uninit group bitmaps + initialization + * ext4: mark the blocks/inode bitmap beyond end of group as used + * ext4: Don't allow new groups to be added during block allocation + * ext4: Init the complete page while building buddy cache + * ext4: Fix s_dirty_blocks_counter if block allocation failed with + nodelalloc + * ext4: Add sanity checks for the superblock before mounting the + filesystem + * ext4: only use i_size_high for regular files + * ext4: Add sanity check to make_indexed_dir + * ext4: Initialize the new group descriptor when resizing the filesystem + * Fix longstanding "error: storage size of '__mod_dmi_device_table' isn't + known" + * Linux 2.6.28.7 + + -- Tim Gardner Thu, 19 Feb 2009 06:45:55 -0700 + +linux (2.6.28-8.24) jaunty; urgency=low + + [ Scott James Remnant ] + + * Change CPU_FREQ_DEFAULT_GOV_ONDEMAND to y + * SAUCE: Link acpi-cpufreq.o first + + [ Tim Gardner ] + + * Build in CPU Frequency scaling drivers + + -- Tim Gardner Wed, 18 Feb 2009 06:12:24 -0700 + +linux (2.6.28-8.23) jaunty; urgency=low + + [ Andy Whitcroft ] + + * include the kernel configuration in the sub-flavour images + - LP: #328859 + + [ Tim Gardner ] + + * Revert "SAUCE: (drop after 2.6.28) [eCryptfs] Regression in unencrypted + filename symlinks" in favor of upstream commit. + * Fix compile issues with qc-usb + * SAUCE: (remove after 2.6.28) V4L/DVB (10216): saa7127: fix broken + S-Video with saa7129 + - LP: #329267 + + [ Upstream Kernel Changes ] + + * Subject:SAUCE: LP#193970 iwlagn: fix hw-rfkill while the interface is + down + - LP: #193970 + * x86, vmi: put a missing paravirt_release_pmd in pgd_dtor + * nbd: fix I/O hang on disconnected nbds + * mac80211: restrict to AP in outgoing interface heuristic + * w1: w1 temp calculation overflow fix + * zd1211rw: adding 0ace:0xa211 as a ZD1211 device + * zd1211rw: treat MAXIM_NEW_RF(0x08) as UW2453_RF(0x09) for TP-Link + WN322/422G + * parport: parport_serial, don't bind netmos ibm 0299 + * syscall define: fix uml compile bug + * kernel-doc: fix syscall wrapper processing + * Fix page writeback thinko, causing Berkeley DB slowdown + * write-back: fix nr_to_write counter + * writeback: fix break condition + * mm: rearrange exit_mmap() to unlock before arch_exit_mmap + * powerpc/fsl-booke: Fix mapping functions to use phys_addr_t + * lockd: fix regression in lockd's handling of blocked locks + * sctp: Fix crc32c calculations on big-endian arhes. + * sctp: Correctly start rtx timer on new packet transmissions. + * sctp: Properly timestamp outgoing data chunks for rtx purposes + * net: Fix frag_list handling in skb_seq_read + * net: Fix OOPS in skb_seq_read(). + * drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logic + * ipv4: fix infinite retry loop in IP-Config + * net: Fix userland breakage wrt. linux/if_tunnel.h + * net: packet socket packet_lookup_frame fix + * packet: Avoid lock_sock in mmap handler + * sungem: Soft lockup in sungem on Netra AC200 when switching interface + up + * udp: Fix UDP short packet false positive + * udp: increments sk_drops in __udp_queue_rcv_skb() + * ipv6: Disallow rediculious flowlabel option sizes. + * ipv6: Copy cork options in ip6_append_data + * net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2 + * sky2: fix hard hang with netconsoling and iface going up + * tun: Add some missing TUN compat ioctl translations. + * tun: Fix unicast filter overflow + * virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANs + * tcp: splice as many packets as possible at once + * tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits. + * sparc: Enable syscall wrappers for 64-bit (CVE-2009-0029) + * sparc64: Annotate sparc64 specific syscalls with SYSCALL_DEFINEx() + * ALSA: hda - Add missing terminator in slave dig-out array + * ALSA: mtpav - Fix initial value for input hwport + * HID: adjust report descriptor fixup for MS 1028 receiver + * ide/libata: fix ata_id_is_cfa() (take 4) + * libata: fix EH device failure handling + * netfilter: fix tuple inversion for Node information request + * netfilter: xt_sctp: sctp chunk mapping doesn't work + * x86: microcode_amd: fix wrong handling of equivalent CPU id + * ide-cd: fix DMA for non bio-backed requests + * net: Fix data corruption when splicing from sockets. + * Linux 2.6.28.6 + * eCryptfs: Regression in unencrypted filename symlinks + + -- Tim Gardner Mon, 16 Feb 2009 06:43:51 -0700 + +linux (2.6.28-8.22) jaunty; urgency=low + + [ Amit Kucheria ] + + * Remove perm-blacklist + + [ Andy Whitcroft ] + + * SAUCE: psmouse/synaptics: ensure we reset the device on resume + - LP: #317270 + + [ Tim Gardner ] + + * Add lpia to getabi script + * SAUCE: tracer for sreadahead + + -- Amit Kucheria Fri, 13 Feb 2009 15:23:21 +0200 + +linux (2.6.28-8.21) jaunty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: switch the Asus Pundit P1-AH2 to old acpi sleep ordering + - LP: #327267 + + [ Tim Gardner ] + + * Added LPIA arch support + * Added libdrm-dev as a 'Replaces' to linux-libc-dev + * SAUCE: LPIA support for 9202 HDA Sigmatel codec + * SAUCE: Add an X86_LPIA Kconfig option + * SAUCE: UHCI USB quirk for resume + * SAUCE: LPIA Reboot fix for Intel Crownbeach development boards + * SAUCE: LPIA Logical reset of USB port on resume + * Set CONFIG_WIRELESS_OLD_REGULATORY=n, added wireless-crda + as an install dependency. + + [ Upstream Kernel Changes ] + + * Revert "Revert "x86, early_ioremap: fix fencepost error"" + - LP: #312554 + * drm/i915: capture last_vblank count at IRQ uninstall time too + - LP: #320813 + * drm/i915: add get_vblank_counter function for GM45 + - LP: #320813 + * Staging: comedi: fix Kbuild + * Staging: meilhaus: fix Kbuild + * Staging: android: binder: fix arm build errors + * Staging: android: timed_gpio: Fix build to build on kernels after + 2.6.25. + * Staging: android: fix build error on 64bit boxes + * Staging: android: Add lowmemorykiller documentation. + * Staging: android: task_get_unused_fd_flags: fix the wrong usage of + tsk->signal + * staging: agnx: drivers/staging/agnx/agnx.h needs + * Staging: usbip: usbip_start_threads(): handle kernel_thread failure + * Staging: poch: fix verification of memory area + * Documentation: move DMA-mapping.txt to Doc/PCI/ + * sgi-xp: fix writing past the end of kzalloc()'d space + * do_wp_page: fix regression with execute in place + * wait: prevent exclusive waiter starvation + * shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEM + * revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY" + * prevent kprobes from catching spurious page faults + * sound: usb-audio: handle wMaxPacketSize for FIXED_ENDPOINT devices + * md: Ensure an md array never has too many devices. + * md: Fix a bug in linear.c causing which_dev() to return the wrong + device. + * ACPI: Enable bit 11 in _PDC to advertise hw coord + * ACPI: dock: Don't eval _STA on every show_docked sysfs read + * ieee1394: ohci1394: increase AT req. retries, fix ack_busy_X from + Panasonic camcorders and others + * firewire: ohci: increase AT req. retries, fix ack_busy_X from Panasonic + camcorders and others + * firewire: sbp2: fix DMA mapping leak on the failure path + * firewire: sbp2: add workarounds for 2nd and 3rd generation iPods + * ieee1394: sbp2: add workarounds for 2nd and 3rd generation iPods + * module: remove over-zealous check in __module_get() + * x86: APIC: enable workaround on AMD Fam10h CPUs + * eeepc-laptop: fix oops when changing backlight brightness during + eeepc-laptop init + * eeepc-laptop: Add support for extended hotkeys + * e1000: fix bug with shared interrupt during reset + * e1000: Fix PCI enable to honor the need_ioport flag + * agp/intel: Fix broken ® symbol in device name. + * ALSA: hda - Add quirk for FSC Amilo Xi2550 + * ALSA: hda - Add missing COEF initialization for ALC887 + * ALSA: hda - Add missing initialization for ALC272 + * asus_acpi: Add R1F support + * panasonic-laptop: fix X[ ARRAY_SIZE(X) ] + * ACPI: Skip the first two elements in the _BCL package + * ACPI: proc_dir_entry 'video/VGA' already registered + * ACPI: disable ACPI cleanly when bad RSDP found + * ACPICA: Fix table entry truncation calculation + * PCI: properly clean up ASPM link state on device remove + * PCI: return error on failure to read PCI ROMs + * seq_file: move traverse so it can be used from seq_read + * seq_file: fix big-enough lseek() + read() + * serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS + EX-41092 Dual 16950 Serial adapter + * Add support for '8-port RS-232 MIC-3620 from advantech' + * mm: fix error case in mlock downgrade reversion + * elf core dump: fix get_user use + * ACPI: video: Fix reversed brightness behavior on ThinkPad SL series + * ipw2200: fix scanning while associated + * XFS: set b_error from bio error in xfs_buf_bio_end_io + * Revert USB: option: add Pantech cards + * USB: option: New mobile broadband modems to be supported + * USB: new id for ti_usb_3410_5052 driver + * USB: two more usb ids for ti_usb_3410_5052 + * USB: usb-storage: add Pentax to the bad-vendor list + * sata_via: Add VT8261 support + * nbd: do not allow two clients at the same time + * sctp: Fix another socket race during accept/peeloff + * Linux 2.6.28.5 + + -- Tim Gardner Mon, 09 Feb 2009 16:11:28 -0700 + +linux (2.6.28-7.20) jaunty; urgency=low + + [ Tim Gardner ] + + * SAUCE: Input: atkbd - Samsung NC10 key repeat fix + + [ Upstream Kernel Changes ] + + * Manually revert "mlock: downgrade mmap sem while populating mlocked + regions" + * xen: make sysfs files behave as their names suggest + * sata_mv: fix 8-port timeouts on 508x/6081 chips + * m68knommu: set NO_DMA + * PCI/MSI: bugfix/utilize for msi_capability_init() + * x86: use early clobbers in usercopy*.c + * netfilter: ctnetlink: fix scheduling while atomic + * orinoco: move kmalloc(..., GFP_KERNEL) outside spinlock in + orinoco_ioctl_set_genie + * fbdev/atyfb: Fix DSP config on some PowerMacs & PowerBooks + * kmalloc: return NULL instead of link failure + * sata_nv: rename nv_nf2_hardreset() + * sata_nv: fix MCP5x reset + * sata_nv: ck804 has borked hardreset too + * Fix memory corruption in console selection + * Add enable_ms to jsm driver + * nfsd: only set file_lock.fl_lmops in nfsd4_lockt if a stateowner is + found + * nfsd: Ensure nfsv4 calls the underlying filesystem on LOCKT + * iwlwifi: fix rs_get_rate WARN_ON() + * p54: fix lm87 checksum endianness + * p54: fix p54_read_eeprom to cope with tx_hdr_len + * p54usb: rewriting rx/tx routines to make use of usb_anchor's facilities + * minstrel: fix warning if lowest supported rate index is not 0 + * PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDs + * cpuidle: Add decaying history logic to menu idle predictor + * ACPI: Avoid array address overflow when _CST MWAIT hint bits are set + * video: always update the brightness when poking "brightness" + * Newly inserted battery might differ from one just removed, so update of + battery info fields is required. + * ACPI: Do not modify SCI_EN directly + * dlm: initialize file_lock struct in GETLK before copying conflicting + lock + * sata_mv: Fix chip type for Hightpoint RocketRaid 1740/1742 + * ACPICA: Allow multiple backslash prefix in namepaths + * Linux 2.6.28.4 + + -- Tim Gardner Sat, 07 Feb 2009 18:53:42 -0700 + +linux (2.6.28-7.19) jaunty; urgency=low + + * Fix missing modules FTBS + + -- Tim Gardner Thu, 05 Feb 2009 15:28:15 -0700 + +linux (2.6.28-7.18) jaunty; urgency=low + + [ Alok Kataria ] + + * SAUCE: (drop after 2.6.29) x86: add a synthetic TSC_RELIABLE feature + bit + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: add X86_FEATURE_HYPERVISOR feature bit + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: Hypervisor detection and get tsc_freq + from hypervisor + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: Add a synthetic TSC_RELIABLE feature + bit. + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: Skip verification by the watchdog for + TSC clocksource. + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: VMware: Fix vmware_get_tsc code + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: vmware: look for DMI string in the + product serial key + - LP: #319945 + + [ Andy Whitcroft ] + + * SAUCE: toshiba_acpi -- pull in current -dev version of driver + - LP: #269831 + * SAUCE: toshiba_acpi -- add acpi hotkey kernel thread + - LP: #269831 + * move toshiba laptops back from tlsup to toshiba_acpi + - LP: #269831 + + [ Aneesh Kumar K.V ] + + * SAUCE: (revert before 2.6.28.y update) ext4: Fix the delalloc + writepages to allocate blocks at the right offset. + * SAUCE: (revert before 2.6.28.y update) ext4: avoid ext4_error when + mounting a fs with a single bg + * SAUCE: (revert before 2.6.28.y update) ext4: Don't overwrite + allocation_context ac_status + * SAUCE: (revert before 2.6.28.y update) ext4: Add blocks added during + resize to bitmap + * SAUCE: (revert before 2.6.28.y update) ext4: Use + EXT4_GROUP_INFO_NEED_INIT_BIT during resize + * SAUCE: (revert before 2.6.28.y update) ext4: cleanup mballoc header + files + * SAUCE: (revert before 2.6.28.y update) ext4: don't use blocks freed but + not yet committed in buddy cache init + * SAUCE: (revert before 2.6.28.y update) ext4: Fix race between + read_block_bitmap() and mark_diskspace_used() + * SAUCE: (revert before 2.6.28.y update) ext4: Fix the race between + read_inode_bitmap() and ext4_new_inode() + * SAUCE: (revert before 2.6.28.y update) ext4: Use new buffer_head flag + to check uninit group bitmaps initialization + * SAUCE: (revert before 2.6.28.y update) ext4: mark the blocks/inode + bitmap beyond end of group as used + * SAUCE: (revert before 2.6.28.y update) ext4: Don't allow new groups to + be added during block allocation + * SAUCE: (revert before 2.6.28.y update) ext4: Init the complete page + while building buddy cache + * SAUCE: (revert before 2.6.28.y update) ext4: Fix s_dirty_blocks_counter + if block allocation failed with nodelalloc + + [ Hannes Eder ] + + * SAUCE: (drop after 2.6.29) x86: vmware - fix sparse warnings + - LP: #319945 + + [ Luke Yelavich ] + + * hid modules have hyphens instead of underscores in their names + + [ Mark Fasheh ] + + * SAUCE: (revert before 2.6.28.y update) jbd2: Add BH_JBDPrivateStart + + [ Theodore Ts'o ] + + * SAUCE: (revert before 2.6.28.y update) ext4: Add support for non-native + signed/unsigned htree hash algorithms + * SAUCE: (revert before 2.6.28.y update) ext4: tone down + ext4_da_writepages warnings + * SAUCE: (revert before 2.6.28.y update) jbd2: Add barrier not supported + test to journal_wait_on_commit_record + * SAUCE: (revert before 2.6.28.y update) ext4: Add sanity checks for the + superblock before mounting the filesystem + * SAUCE: (revert before 2.6.28.y update) ext4: only use i_size_high for + regular files + * SAUCE: (revert before 2.6.28.y update) ext4: Add sanity check to + make_indexed_dir + * SAUCE: (revert before 2.6.28.y update) jbd2: On a __journal_expect() + assertion failure printk "JBD2", not "EXT3-fs" + * SAUCE: (revert before 2.6.28.y update) ext4: Initialize the new group + descriptor when resizing the filesystem + + [ Tyler Hicks ] + + * SAUCE: (drop after 2.6.28) [eCryptfs] Regression in unencrypted + filename symlinks + - LP: #322532 + + [ Upstream Kernel Changes ] + + * Input: atkbd - broaden the Dell DMI signatures + - LP: #261721 + * ti_usb_3410_5052: support alternate firmware + * ath5k: fix mesh point operation + * mac80211: decrement ref count to netdev after launching mesh discovery + * inotify: clean up inotify_read and fix locking problems + * fuse: destroy bdi on umount + * fuse: fix missing fput on error + * fuse: fix NULL deref in fuse_file_alloc() + * x86, mm: fix pte_free() + * klist.c: bit 0 in pointer can't be used as flag + * sysfs: fix problems with binary files + * x86: fix page attribute corruption with cpa() + * USB: fix toggle mismatch in disable_endpoint paths + * sound: virtuoso: enable UART on Xonar HDAV1.3 + * USB: usbmon: Implement compat_ioctl + * USB: fix char-device disconnect handling + * USB: storage: add unusual devs entry + * alpha: nautilus - fix compile failure with gcc-4.3 + * alpha: fix vmalloc breakage + * resources: skip sanity check of busy resources + * rtl8187: Add termination packet to prevent stall + * it821x: Add ultra_mask quirk for Vortex86SX + * libata: pata_via: support VX855, future chips whose IDE controller use + 0x0571 + * serial_8250: support for Sealevel Systems Model 7803 COMM+8 + * drm: stash AGP include under the do-we-have-AGP ifdef + * Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segments + * bnx2x: Block nvram access when the device is inactive + * ext3: Add sanity check to make_indexed_dir + * rtl8187: Fix error in setting OFDM power settings for RTL8187L + * epoll: drop max_user_instances and rely only on max_user_watches + * gpiolib: fix request related issue + * sgi-xpc: Remove NULL pointer dereference. + * sgi-xpc: ensure flags are updated before bte_copy + * include/linux: Add bsg.h to the Kernel exported headers + * ALSA: hda - Fix PCM reference NID for STAC/IDT analog outputs + * ALSA: hda - add another MacBook Pro 4, 1 subsystem ID + * ALSA: hda - Add quirk for HP DV6700 laptop + * crypto: authenc - Fix zero-length IV crash + * crypto: ccm - Fix handling of null assoc data + * x86, pat: fix reserve_memtype() for legacy 1MB range + * x86, pat: fix PTE corruption issue while mapping RAM using /dev/mem + * PCI hotplug: fix lock imbalance in pciehp + * dmaengine: fix dependency chaining + * NET: net_namespace, fix lock imbalance + * relay: fix lock imbalance in relay_late_setup_files + * Linux 2.6.28.3 + * ALSA: Enable SPDIF output on ALC655 + * ALSA: hda - Add ASUS V1Sn support + * ALSA: hda - support detecting HD Audio devices with PCI class code + * ALSA: hda: alc883 model for ASUS P5Q-EM boards + * ALSA: hda - Add quirk for MSI 7260 mobo + * ALSA: hda - Add quirk for Sony VAIO VGN-SR19XN + * ALSA: oxygen: add Claro halo support + * ALSA: hda - Add a new function to seek for a codec ID + * ALSA: patch_sigmatel: Add missing Gateway entries and autodetection + * ALSA: hda - More fixes on Gateway entries + * ALSA: hda - Add MCP67 HDMI support + * ALSA: hda - fix name for ALC1200 + * LSA: hda - Add HP Acacia detection + * ALSA: hda - Add quirk for HP 2230s + * ALSA: hda - Add quirk for Dell Inspiron Mini9 + * ALSA: hda - add support for Intel DX58SO board + * ALSA: hda - Fix silent headphone output on Panasonic CF-74 + * ALSA: USB quirk for Logitech Quickcam Pro 9000 name + * ALSA: hda - add quirks for some 82801H variants to use ALC883_MITAC + + [ Yasunori Goto ] + + * SAUCE: (revert before 2.6.28.y update) ext4: Widen type of + ext4_sb_info.s_mb_maxs[] + + -- Tim Gardner Mon, 02 Feb 2009 23:07:13 -0700 + +linux (2.6.28-6.17) jaunty; urgency=low + + [ Amit Kucheria ] + + * Updating configs: ARMEL/versatile + + -- Amit Kucheria Fri, 30 Jan 2009 13:36:59 +0200 + +linux (2.6.28-6.16) jaunty; urgency=low + + [ Luke Yelavich ] + + * Add hid quirks to input-modules udeb + + [ Tim Gardner ] + + * Revert "[arm] Fix kexec on ARM by properly calling the relocation + function". This patch was deemed 'bogus' by Russell King on the + ARM mailing list. + + [ Upstream Kernel Changes ] + + * PCI: keep ASPM link state consistent throughout PCIe hierarchy + * security: introduce missing kfree + * rt2x00: add USB ID for the Linksys WUSB200. + * p54usb: Add USB ID for Thomson Speedtouch 121g + * lib/idr.c: use kmem_cache_zalloc() for the idr_layer cache + * sgi-xp: eliminate false detection of no heartbeat + * sched: fix update_min_vruntime + * IA64: Turn on CONFIG_HAVE_UNSTABLE_CLOCK + * sound: virtuoso: do not overwrite EEPROM on Xonar D2/D2X + * ALSA: hda - Add quirk for another HP dv5 + * ALSA: hda - Fix HP dv5 mic input + * ALSA: hda - Don't reset HP pinctl in patch_sigmatel.c + * ALSA: hda - make laptop-eapd model back for AD1986A + * drivers/net/irda/irda-usb.c: fix buffer overflow + * usb-storage: add last-sector hacks + * usb-storage: set CAPACITY_HEURISTICS flag for bad vendors + * pkt_sched: sch_htb: Fix deadlock in hrtimers triggered by HTB + * ipv6: Fix fib6_dump_table walker leak + * sctp: Avoid memory overflow while FWD-TSN chunk is received with bad + stream ID + * pkt_sched: cls_u32: Fix locking in u32_change() + * r6040: fix wrong logic in mdio code + * r6040: save and restore MIER correctly in the interrupt routine + * r6040: bump release number to 0.19 + * tcp: don't mask EOF and socket errors on nonblocking splice receive + * p54usb: fix traffic stalls / packet drop + * netfilter: x_tables: fix match/target revision lookup + * netfilter: ebtables: fix inversion in match code + * netfilter: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian + * dell_rbu: use scnprintf() instead of less secure sprintf() + * powerpc: is_hugepage_only_range() must account for both 4kB and 64kB + slices + * hwmon: (abituguru3) Fix CONFIG_DMI=n fallback to probe + * mm: write_cache_pages cyclic fix + * mm: write_cache_pages early loop termination + * mm: write_cache_pages writepage error fix + * mm: write_cache_pages integrity fix + * mm: write_cache_pages cleanups + * mm: write_cache_pages optimise page cleaning + * mm: write_cache_pages terminate quickly + * mm: write_cache_pages more terminate quickly + * mm: do_sync_mapping_range integrity fix + * mm: direct IO starvation improvement + * fs: remove WB_SYNC_HOLD + * fs: sync_sb_inodes fix + * fs: sys_sync fix + * Linux 2.6.28.2 + + -- Tim Gardner Sun, 25 Jan 2009 13:36:16 -0700 + +linux (2.6.28-5.15) jaunty; urgency=low + + [ Tim Gardner ] + + * Revert "Enabled CONFIG_PID_NS=y for i386/amd64" + Somehow this commit also reverted the 7 prior commits (which is bad). + * Enabled CONFIG_PID_NS=y for i386/amd64 (version 2) + + -- Tim Gardner Thu, 22 Jan 2009 13:48:34 -0700 + +linux (2.6.28-5.14) jaunty; urgency=low + + [ Ben Collins ] + + * lirc_gpio: Forward ported to current kernel (jaunty) + * configs: Enable LIRC_GPIO on 64-bit/32-bit x86 + - LP: #298791 + + [ Jeff Layton ] + + * SAUCE: cifs: make sure we allocate enough storage for socket address + - LP: #318565 + + [ Tim Gardner ] + + * check-abi: Return success when ABI skip is requested and no ABI files exist. + This ought to fix the armel FTBS. + + -- Tim Gardner Thu, 22 Jan 2009 06:42:49 -0700 + +linux (2.6.28-5.13) jaunty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: don't use buggy _BCL/_BCM/_BQC for backlight control" + + [ Tim Gardner ] + + * Fix udeb generation breakage caused by the previous armel versatile + flavour config update. + + -- Tim Gardner Wed, 21 Jan 2009 12:38:35 -0700 + +linux (2.6.28-5.12) jaunty; urgency=low + + [ Ante ] + + * Update drbd to 8.3.0 + + [ Dave Airlie ] + + * i915/drm: provide compat defines for userspace for certain struct + + [ Eric Anholt ] + + * drm/i915: Don't double-unpin buffers if we take a signal in + * drm/i915: Don't complain when interrupted while pinning in execbuffers. + * drm/i915: Don't allow objects to get bound while VT switched. + + [ Jani Monoses ] + + * Fix webcam having USB ID 0ac8:303b + - LP: #292086 + + [ Jesse Barnes ] + + * drm/i915: set vblank enabled flag correctly across IRQ + * drm/i915: don't enable vblanks on disabled pipes + + [ Michael Casadevall ] + + * [arm] Fix kexec on ARM by properly calling the relocation function + + [ Tim Gardner ] + + * Enabled CONFIG_PID_NS=y for i386/amd64 + * SAUCE: Increase ATA_TMOUT_PMP_SRST_WAIT to 5 seconds. + - LP: #318978 + * Update armel versatile config + - LP: #314789 + * Enabled CONFIG_RT2860=m for i386/amd64 + * Enabled CONFIG_RT2870=m for i386/amd64 + + [ Upstream Kernel Changes ] + + * Input: atkbd - add keyboard quirk for HP Pavilion ZV6100 laptop + - LP: #291878 + * ALSA: hda - Add quirk for another HP dv7 + * ALSA: hda - Add quirk for HP6730B laptop + * ALSA: caiaq - Fix Oops with MIDI + * ALSA: hda - Fix typos for AD1882 codecs + * x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies + * x86: default to SWIOTLB=y on x86_64 + * CIFS: make sure that DFS pathnames are properly formed + * ring-buffer: prevent false positive warning + * ring-buffer: fix dangling commit race + * iwlwifi: use GFP_KERNEL to allocate Rx SKB memory + * tx493[89]ide: Fix length for __ide_flush_dcache_range + * tx4939ide: Do not use zero count PRD entry + * SCSI: eata: fix the data buffer accessors conversion regression + * USB: emi26: fix oops on load + * x86, UV: remove erroneous BAU initialization + * x86: fix incorrect __read_mostly on _boot_cpu_pda + * vmalloc.c: fix flushing in vmap_page_range() + * fs: symlink write_begin allocation context fix + * cgroups: fix a race between cgroup_clone and umount + * dm raid1: fix error count + * dm log: fix dm_io_client leak on error paths + * minix: fix add link's wrong position calculation + * md: fix bitmap-on-external-file bug. + * sched_clock: prevent scd->clock from moving backwards, take #2 + * devices cgroup: allow mkfifo + * SCSI: aha152x_cs: Fix regression that keeps driver from using shared + interrupts + * ioat: fix self test for multi-channel case + * USB: isp1760: use a specific PLX bridge instead of any bdridge + * USB: isp1760: Fix probe in PCI glue code + * USB: unusual_devs.h additions for Pentax K10D + * inotify: fix type errors in interfaces + * Move compat system call declarations to compat header file + * Convert all system calls to return a long + * Rename old_readdir to sys_old_readdir + * Remove __attribute__((weak)) from sys_pipe/sys_pipe2 + * Make sys_pselect7 static + * Make sys_syslog a conditional system call + * System call wrapper infrastructure + * powerpc: Enable syscall wrappers for 64-bit + * s390: enable system call wrappers + * System call wrapper special cases + * System call wrappers part 01 + * System call wrappers part 02 + * System call wrappers part 03 + * System call wrappers part 04 + * System call wrappers part 05 + * System call wrappers part 06 + * System call wrappers part 07 + * System call wrappers part 08 + * System call wrappers part 09 + * System call wrappers part 10 + * System call wrappers part 11 + * System call wrappers part 12 + * System call wrappers part 13 + * System call wrappers part 14 + * System call wrappers part 15 + * System call wrappers part 16 + * System call wrappers part 17 + * System call wrappers part 18 + * System call wrappers part 19 + * System call wrappers part 20 + * System call wrappers part 21 + * System call wrappers part 22 + * System call wrappers part 23 + * System call wrappers part 24 + * System call wrappers part 25 + * System call wrappers part 26 + * System call wrappers part 27 + * System call wrappers part 28 + * System call wrappers part 29 + * System call wrappers part 30 + * System call wrappers part 31 + * System call wrappers part 32 + * System call wrappers part 33 + * s390 specific system call wrappers + * x86: fix RIP printout in early_idt_handler + * Fix timeouts in sys_pselect7 + * USB: another unusual_devs entry for another bad Argosy storage device + * USB: storage: extend unusual range for 067b:3507 + * USB: storage: recognizing and enabling Nokia 5200 cell phoes + * HID: fix error condition propagation in hid-sony driver + * fix switch_names() breakage in short-to-short case + * nfs: remove redundant tests on reading new pages + * eCryptfs: check readlink result was not an error before using it + * mvsas: increase port type detection delay to suit Seagate's 10k6 drive ST3450856SS 0003 + * x86: avoid theoretical vmalloc fault loop + * ath9k: enable RXing of beacons on STA/IBSS + * mm lockless pagecache barrier fix + * powerpc: Disable Collaborative Memory Manager for kdump + * ibmvfc: Delay NPIV login retry and add retries + * ibmvfc: Improve async event handling + * getrusage: RUSAGE_THREAD should return ru_utime and ru_stime + * ath5k: ignore the return value of ath5k_hw_noise_floor_calibration + * mm: fix assertion + * XFS: truncate readdir offsets to signed 32 bit values + * Linux 2.6.28.1 + * eCryptfs: Filename Encryption: Tag 70 packets + * eCryptfs: Filename Encryption: Header updates + * eCryptfs: Filename Encryption: Encoding and encryption functions + * eCryptfs: Filename Encryption: filldir, lookup, and readlink + * eCryptfs: Filename Encryption: mount option + * eCryptfs: Replace %Z with %z + * eCryptfs: Fix data types (int/size_t) + * eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet() + * eCryptfs: Clean up ecryptfs_decode_from_filename() + * fs/ecryptfs/inode.c: cleanup kerneldoc + * staging-p80211: Kill directly reference of netdev->priv + * staging-slicoss: Kill directly reference of netdev->priv + * staging-winbond: Kill directly reference of netdev->priv + * Staging: go7007: fixes due to video_usercopy api change + * Staging: go7007: fixes due v4l2_file_operations api change + * staging: correct dubious use of !x & y + * Staging: w35und: make wb35_probe() and wb35_disconnect() funtions static + * Staging: w35und: remove unused wb35_open() and wb35_close() functions + * Staging: w35und: use msleep() and udelay() + * Staging: w35und: remove the no-op pa_stall_execution macro + * Staging: w35und: purb typedef removal + * Staging: w35und: reg queue struct typedef removal + * Staging: w35und: wb35reg struct typedef removal + * Staging: w35und: padapter struct typedef removal + * Staging: w35und: merge wblinux struct to adapter + * Staging: w35und: wb35_probe() cleanup + * Staging: w35und: remove usb_submit_urb wrapper function + * Staging: w35und: remove usb_alloc_urb wrapper function + * w35und: remove dead code from wbusb_f.h + * Staging: w35und: remove true/false boolean macros + * Staging: w35und: OS_MEMORY_ALLOC wrapper removal + * Staging: w35und: usb_put_dev() is missing from wb35_disconnect() + * Staging: w35und: remove macro magic from MLME_GetNextPacket() + * Staging: w35und: plug memory leak in wbsoft_tx() + * Staging: w35und: move supported band initialization out of wb35_probe() + * Staging: w35und: remove timer wrappers + * Staging: w35und: remove atomic op wrappers + * Staging: w35und: remove memcpy/memcmp wrappers + * Staging: w35und: remove abs() and BIT() macros + * Staging: w35und: remove unused macros from common.h + * Staging: w35und: remove unused link status code + * Staging: w35und: #include cleanup + * Staging: w35und: remove some dead code + * Staging: w35und: move source files to one directory + * Staging: w35und: move struct wbsoft_priv to core.h and use it + * Staging: w35und: remove ->adapter from struct _HW_DATA_T + * Staging: w35und: clean up adapter.h a bit + * Staging: w35und: merge struct wb35_adapter to struct wbsoft_priv + * Staging: w35und: remove global struct ieee80211_hw + * Staging: w35und: inline DRIVER_AUTHOR and DRIVER_DESC macros + * Staging: w35und: clean up wblinux.c a bit + * Staging: w35und: remove unused ->ShutDowned member from struct + LOCAL_PARA + * Staging: w35und: move global wbsoft_enabled to struct wbsoft_priv + * Staging: w35und: move packet_came() to wb35rx.c + * Staging: w35und: remove ->skb_array from struct wbsoft_priv + * Staging: w35und: remove ->shutdown from struct wbsoft_priv + * Staging: w35und: make functions local to mds.c static + * Staging: w35und: make functions local to mlmetxrx.c static + * Staging: w35und: remove dead code from mto.c + * Staging: w35und: make functions local to wb35rx.c static + * Staging: w35und: make functions local to wb35tx.c static + * Staging: w35und: remove dead code from wbhal.c + * Staging: w35und: remove rxisr.c as dead code + * Staging: w35und: fix Kconfig + * Staging: w35und: fix config build warnings + * Staging: wlan-ng: Remove PCI/PLX/PCMCIA files. + * Staging: wlan-ng: Update Help text to mention prism3 devices. + * Staging: wlan-ng: Delete PCI/PLX/PCMCIA-specific code. + * Staging: wlan-ng: Make wlan-ng use WEXT mode by default. + * Staging: wlan-ng: Eliminate more <2.6 kernel support. + * Staging: wlan-ng: Eliminate all backwards-compatibility for <2.6.13 kernels. + * Staging: wlan-ng: Eliminate a boatload of tertiaryAP-only code. + * Staging: wlan-ng: Remove AP-only code from MLME functions. + * Staging: wlan-ng: Get rid of the MTU tests in the rx conversion path. + * Staging: wlan-ng: Eliminate one more rx mtu test. + * Staging: wlan-ng: Eliminate local 'version.h' + * Staging: wlan-ng: Eliminate usage of procfs. + * Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types. + * Staging: wlan-ng: Eliminate all backwards-compatible kernel code. + * Staging: wlan-ng: Wireless Extension support is mandatory. + * Staging: wlan-ng: use WIRELESS_EXT, not CONFIG_WIRELESS_EXT + * Staging: wlan-ng: Delete a large pile of now-unused code. + * Staging: wlan-ng: Delete a pile of unused mibs. And fix WEXT SET_TXPOWER. + * Staging: wlan-ng: Consolidate wlan-ng into a single module. + * Staging: wlan-ng: Purge all MIBs not used internally. + * Staging: wlan-ng: p80211netdev.c fix netdev alloc to prevent oops on device start + * Staging: wlan-ng: prism2_usb.c always enable the card in probe_usb + * Staging: wlan-ng: hfa384x_usb.c use newest version of 384x_drvr_start + * Staging: wlan-ng: p80211wext.c add latest changes & remove extra nulls from wext_handlers + * Staging: wlan-ng: p80211wext don't set default key id twice + * Staging: wlan-ng: hfa384x_usbin_callback: check for hardware removed + * Staging: wlan-ng: p80211conv.c copy code from wlan-ng-devel branch to not drop packets + * Staging: wlan-ng: remove unused #include + * Staging: wlan-ng: p80211wext.c: use ARRAY_SIZE + * Staging: wlan-ng: fix compiler warnings + * Staging: wlan-ng: skb_p80211_to_ether() - payload_length is unsigned, check before subtraction + * Staging: at76_usb: update drivers/staging/at76_usb w/ mac80211 port + * Staging: at76_usb: fix build breakage + * Staging: at76_usb: remove compiler warnings + * Staging: at76_usb: fix up all remaining checkpatch.pl warnings + * Staging: at76_usb: cleanup dma on stack issues + * Staging: poch: Block size bug fix + * Staging: poch: Update TODO list + * Staging: poch: Correct pages from bytes. + * Staging: poch: minor fixes + * Staging: poch: Fix build warnings + * Staging: poch: Rx control register init + * Staging: poch: Fix user space protocol syncing + * Staging: poch: Fine grained locking + * Staging: sxg: remove typedefs + * Staging: sxg: break the build in a cleaner way when !x86 + * Staging: sxg: update README + * staging: struct device - replace bus_id with dev_name(), dev_set_name() + * Staging: echo: remove typedefs + * Staging: echo: Lindent drivers/staging/echo + * Staging: go7007: saa7134 updates + * Staging: go7007: add sensoray 2250/2251 support + * Staging: go7007: Convert driver to use video_ioctl2 + * Staging: go7007: annotate code pointers + * Staging: go7007: fix minor build warnings + * Staging: go7007: small cleanup + * Staging: go7007: add some more v4l2 ioctls + * Staging: et131x: Cleanup et131x_debug.h defines + * Staging: et131x: fix build failure + * Staging: et131x: remove unused variable in et1310_tx.c + * Staging: usbip: cleanup kerneldoc + * Staging: slicoss: use kzalloc + * Staging: slicoss: use correct type for memory allcations + * Staging: slicoss: use request_firmware + * Staging: add agnx wireless driver + * Staging: agnx: fix build errors due to ssid removal + * Staging: agnx: fix build errors due to rate control API changes + * Staging: agnx: fix build warnings + * Staging: add otus Atheros wireless network driver + * Staging: otus: fix netdev->priv usage + * Staging: otus: fix name clash + * Staging: otus: fix urb callback function type + * Staging: otus: remove dependence on kernel version + * Staging: add rt2860 wireless driver + * Staging: rt2860: disable root hack for reading files + * Staging: rt2860: fix up netdev->priv usage + * Staging: rt2860: use standard bit-reverse function + * Staging: rt2860: Fix minor compiler warnings + * Staging: rt2860: enable WPA_SUPPLICANT support + * Staging: Add ServerEngines benet 10Gb ethernet driver + * Staging: benet: fix netif api breakage + * Staging: benet: fix up netdev->priv change + * Staging: benet: build is broken unless CONFIG_NETPOLL is enabled + * Staging: benet: patch to remove subdirectories + * Staging: benet: fix build errors when CONFIG_NETPOLL is off + * Staging: benet: fix build error. + * Staging: benet: patch to use offsetof() instead of AMAP_BYTE_OFFSET() + * Staging: benet: fix problems reported by checkpatch + * Staging: benet: cleanup a check while posting rx buffers + * Staging: add comedi core + * Staging: comedi: fix up a lot of checkpatch.pl warnings + * Staging: comedi: fix checkpatch.pl errors in comedi_fops.c + * Staging: comedi: fix build error in comedilib.h + * Staging: comedi: add kcomedilib to the tree + * Staging: comedi: set up infrastructure for individual drivers + * Staging: comedi: add local copy of interrupt.h + * Staging: comedi: add pci and usb wrapper header files + * Staging: comedi: comedi driver common function module + * Staging: comedi: add mite comedi pci driver + * Staging: comedi: add usb usbdux driver + * Staging: comedi: add usb usbduxfast driver + * Staging: comedi: add usb dt9812 driver + * Staging: comedi: add comedi_bond driver + * Staging: comedi: add comedi_test driver + * Staging: comedi: add comedi_parport driver + * Staging: comedi: dt9812: fix up a lot of coding style issues + * Staging: comedi: dt9812: remove dt9812.h + * Staging: comedi: dt9812: remove typedefs + * Staging: comedi: dt9812: fix sparse warnings + * Staging: comedi: usbdux: remove kernel version checks + * Staging: comedi: usbdux: code style cleanups + * Staging: comedi: usbdux: remove // comments + * Staging: comedi: usbdux: fix up printk calls + * Staging: comedi: usbdux: remove checkpatch.pl warnings + * Staging: comedi: usbdux: remove typedef + * Staging: comedi: usbdux: remove comedi usb wrappers + * Staging: comedi: usbduxfast: remove comedi usb wrappers + * Staging: comedi: dt9812: remove #ifdef that is not needed + * Staging: comedi: remove usb wrappers + * Staging: comedi: remove PCI wrappers + * Staging: comedi: add icp_multi driver + * Staging: comedi: add me4000 driver + * Staging: comedi: fix checkpatch.pl issues in comedi_bond.c + * Staging: comedi: fix checkpatch.pl issues in comedi_fc.c + * Staging: comedi: remove typedefs from comedi_bond.c + * Staging: comedi: fix sparse issues in comedi_bond.c + * Staging: comedi: fix checkpatch.pl issues in comedi_test.c + * Staging: comedi: fix sparse issues in comedi_test.c + * Staging: comedi: remove typedefs from comedi_test.c + * Staging: comedi: fix comedi_parport.c checkpatch.pl issues. + * Staging: comedi: fix comedi_fc.h checkpatch.pl issues. + * Staging: comedi: fix comedi_pci.h checkpatch.pl issues. + * Staging: comedi: comedi_pci.h: remove unneeded wrapper + * Staging: comedi: comedi_pci.h: remove comedi_pci_enable_no_regions + * Staging: comedi: comedi_pci.h: remove comedi_pci_disable_no_regions + * Staging: comedi: add s626 driver + * Staging: comedi: add rtd520 driver + * Staging: comedi: add me_daq driver + * Staging: comedi: me_daq: fix checkpatch.pl issues + * Staging: comedi: me_daq: remove typedefs + * Staging: comedi: me_daq: fix sparse issues + * Staging: comedi: fix checkpatch.pl warning in interrupt.h + * Staging: comedi: fix build if CONFIG_PROC_FS is not set + * Staging: add asus_oled driver + * Staging: asus_oled: fix build dependancy + * Staging: Add the Meilhaus ME-IDS driver package + * Staging: meilhaus: fix __symbol_get problems + * Staging: add lcd-panel driver + * Staging: panel: major checkpatch cleanup + * Staging: panel: remove ifdefs and code for pre-2.6 kernels + * Staging: panel: remove support for smartcards + * Staging: add Driver for Altera PCI Express Chaining DMA reference design + * Staging: add rtl8187se driver + * Staging: rtl8187se: remove unneeded files + * Staging: rtl8187se: make the built module be the proper name + * Staging: rtl8187se: remove duplicate pci ids + * Staging: me4000: switch to list_for_each*() + * Staging: usbip: switch to list_for_each_entry() + * Staging: add princeton instruments usb camera driver + * Staging: add mimio xi driver + * Staging: add rt2870 wireless driver + * Staging: rt2870: disable root hack for reading files + * Staging: rt2870: fix up netdev->priv usage + * Staging: add frontier tranzport and alphatrack drivers + * Staging: frontier: remove unused alphatrack_sysfs.c file + * Staging: frontier: fix compiler warnings + * Staging: add epl stack + * Staging: epl: run Lindent on all kernel/*.h files + * Staging: epl: run Lindent on all user/*.h files + * Staging: epl: run Lindent on *.h files + * Staging: epl: run Lindent on *.c files + * Staging: epl: hr timers all run in hard irq context now + * Staging: epl: fix netdev->priv b0rkage + * Staging: add android framework + * Staging: android: add binder driver + * Staging: android: binder: Fix gcc warnings about improper format specifiers for size_t in printk + * staging: android: binder: Fix use of euid + * Staging: android: add logging driver + * Staging: android: add ram_console driver + * Staging: android: add timed_gpio driver + * Staging: android: timed_gpio: Rename android_timed_gpio to timed_gpio + * Staging: android: remove dummy android.c driver + * Staging: android: add lowmemorykiller driver + * Staging: android: binder: fix build errors + * staging: __FUNCTION__ is gcc-specific, use __func__ + * V4L/DVB (10176a): Switch remaining clear_user_page users over to + clear_user_highpage + + [ Zhenyu Wang ] + + * agp/intel: add support for G41 chipset + + -- Tim Gardner Sun, 18 Jan 2009 20:22:54 -0700 + +linux (2.6.28-4.11) jaunty; urgency=low + + [ Mario Limonciello ] + + * SAUCE: Enable HDMI audio codec on Studio XPS 1340 + - LP: #309508 + + [ Tim Gardner ] + + * Fix armel d-i FTBSs + + [ Upstream Kernel Changes ] + + * USB: re-enable interface after driver unbinds + + -- Tim Gardner Tue, 13 Jan 2009 16:33:08 -0700 + +linux (2.6.28-4.10) jaunty; urgency=low + + [ Andy Whitcroft ] + + * update kernel bootloader recommends: to prefer grub + - LP: #314004 + * SAUCE: don't use buggy _BCL/_BCM/_BQC for backlight control + - LP: #311716 + * SAUCE: test-suspend -- add the suspend test scripts + - LP: #316419 + + [ Colin Watson ] + + * Enable udebs for armel + + [ Tim Gardner ] + + * SAUCE: Dell laptop digital mic does not work, PCI 1028:0271 + - LP: #309508 + * Enable CIFS_XATTR=y and CONFIG_CIFS_POSIX=y + - LP: #220658 + + -- Tim Gardner Thu, 08 Jan 2009 10:38:22 -0700 + +linux (2.6.28-4.9) jaunty; urgency=low + + [ Tim Gardner ] + + * Restore DM_CRYPT, AES, ECB, and CBC as modules. This fixes + some installer issues with encrypted /home and Private directories. + * Take one more stab at building armel without module or ABI errors. + + -- Tim Gardner Tue, 06 Jan 2009 08:38:23 -0700 + +linux (2.6.28-4.8) jaunty; urgency=low + + * Fix i386/amd64 FTBS by ignoring all module and ABI changes, + not something you would normally do, but I'm sure the ABI + has not changed. This will probably also allow the ARM builds to complete. + + -- Tim Gardner Mon, 05 Jan 2009 14:42:58 -0700 + +linux (2.6.28-4.7) jaunty; urgency=low + + [ Tim Gardner ] + + * Enable CONFIG_ATH5K=m for i386/amd64 + - LP: #306719 + * Build all i386/amd64 AGP/DRM components as modules. + - LP: #312721 + * git commands are now installed outside the default $PATH + Use 'git CMD' instead of 'git-CMD'. + * Build in most PATA/SATA drivers. This should allow most i386/amd64 systems to boot + without an initramfs, though some support work is still required in initramfs-tools + and grub. + - LP: #311730 + + -- Tim Gardner Fri, 02 Jan 2009 07:33:09 -0700 + +linux (2.6.28-4.6) jaunty; urgency=low + + [ Tim Gardner ] + + * Enable CONFIG_X86_E_POWERSAVER=m for i386 generic + - LP: #237405 + * Build i386 AGP drivers as modules + - LP: #312721 + * Build i386 DRM as a module + - LP: #312721 + + [ Upstream Kernel Changes ] + + * drm/i915: Add missing userland definitions for gem init/execbuffer. + - LP: #308387 + + -- Tim Gardner Mon, 29 Dec 2008 09:16:47 -0700 + +linux (2.6.28-4.5) jaunty; urgency=low + + [ Andy Whitcroft ] + + * clean up module dependancy information on package removal/purge + - LP: #300773 + + [ Tim Gardner ] + + * Update iscsitarget to 0.4.17 + * Build in ext{234} + * Build in Crypto modules AES, CBC, ECB + * Build in ACPI AC,BATTERY,BUTTON,FAN,PCI_SLOT,PROCESSOR,SBS,THERMAL,WMI + * Build in AGP intel,via,sis,ali,amd,amd64,efficeon,nvidia,sworks + * Build in ata,dev_dm,dev_loop,dev_md,dev_sd,dev_sr + * Build in BT l2cap,rfcomm,sco + * Reduce CONFIG_LEGACY_PTY_COUNT to 0 + * Build in CDROM_PKTCDVD and CHR_DEV_SG + * Build in CPU_FREQ + GOV_CONSERVATIVE,GOV_ONDEMAND,GOV_POWERSAVE,GOV_USERSPACE,STAT,TABLE + * Build in DM CRYPT,MIRROR,MULTIPATH,SNAPSHOT + * Build in DRM + * Build in HID + * Build in HOTPLUG PCI,PCIE + * Build in I2C + * Build in IEEE1394 OHCI1394 + * Build in INPUT EVDEV + * Build in IPV6 + * Build in MMC + * Build in PACKET + * Enable both IEEE1394 (Firewire) stacks as modules + - LP: #276463 + * Disable SUNRPC_REGISTER_V4 + - LP: #306016 + * Enable dm-raid4-5 + - LP: #309378 + * Build in PPP + * Build in RFKILL + * Build in USB SERIAL + + [ Upstream Kernel Changes ] + + * Rebased to v2.6.28 + + -- Tim Gardner Thu, 18 Dec 2008 21:18:44 -0700 + +linux (2.6.28-3.4) jaunty; urgency=low + + [ Tim Gardner ] + + * Build ecryptfs into the kernel + - LP: #302870 + * Deprecated gnbd + + [ Upstream Kernel Changes ] + + * Rebased to v2.6.28-rc8 + + -- Tim Gardner Wed, 10 Dec 2008 22:45:13 -0700 + +linux (2.6.28-2.3) jaunty; urgency=low + + [ Andy Whitcroft ] + + * update the templates so that we have spaces following the title line + + [ Tim Gardner ] + + * Add upload number to kernel version signature. This has the side effect + of renaming kernel packages back to the original way, e.g., without '-ub' + in the name. + + -- Tim Gardner Thu, 04 Dec 2008 12:18:31 -0700 + +linux (2.6.28-2.2) jaunty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) version: Implement version_signature proc file." + * SAUCE: (no-up) version: Implement version_signature proc file. + * SAUCE: serial: RS485 ioctl structure uses __u32 include linux/types.h + - LP: #303711 + + [ Tim Gardner ] + + * UBUNTU: Removed CONFIG_DRM_VIA_CHROME9 since it is upstream. + * UBUNTU: Removed ubuntu/via_chrome9 + + [ Upstream Kernel Changes ] + + * Rebased to v2.6.28-rc7 + + -- Tim Gardner Tue, 02 Dec 2008 07:33:32 -0700 + +linux (2.6.28-1.1) jaunty; urgency=low + + [ Amit Kucheria ] + + * SAUCE: make fc transport removal of target configurable + * SAUCE: pm: Config option to disable handling of console during + suspend/resume + * SAUCE: Adds support for COMPAL JHL90 webcam + * Map armel to arm to all editconfigs to work correctly + * Add armel to getabis for completeness sake + * Add -ub to our versioning to allow kerneloops.org to identify us + + [ Andy Whitcroft ] + + * Fix Vcs-Git path for the kernel repository. + - LP: #296915 + + [ Ben Collins ] + + * SAUCE: Lower warning level of some PCI messages + - LP: #159241 + * SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps + * SAUCE: tulip: Let dmfe handle davicom on non-sparc + * SAUCE: tulip: Define ULI PCI ID's + * SAUCE: (no-up) version: Implement version_signature proc file. + * SAUCE: (no-up) connector.h: Add idx/val for drbd + * SAUCE: (no-up) swap: Add notify_swap_entry_free callback for compcache + * SAUCE: drivers: Remove some duplicate device entries in various modules + * SAUCE: (no-up) [AppArmor] merge with upstream subversion r1291 + * SAUCE: (no-up) Enable ubuntu extra subdirectory + * SAUCE: (no-up) ACPI: initramfs DSDT override support + * ubuntu: Add drbd module + * ubuntu: Add iscsitarget module + * ubuntu: Add BOM for iscsitarget + * ubuntu: Add squashfs driver + * SAUCE: (no-up) Check for squashfs superblock in initramfs mounting. + * ubuntu: Add aufs module + * ubuntu: Added atl2 driver + * ubuntu: Added et131x driver + * ubuntu: Add dm-raid4-5 driver + * ubuntu: Add ndiswrapper driver + * ubuntu: Added ram backed compressed swap module (compcache) + * ubuntu: Add misc drivers from hardy lum + * ubuntu: Add heci driver 3.2.0.24 + * ubuntu: Add ov511 and bt-sco drivers + * ubuntu: Add acx, prism2_usb wireless drivers + * ubuntu: Add at76 driver to build + * ubuntu: Add fsam7400 sw kill switch driver + * ubuntu: Added qc-usb driver + * ubuntu: e1000e: Upgraded module to 0.4.1.7 + * ubuntu: Added rfkill drivers + * ubuntu: VIA - Add VIA DRM Chrome9 3D engine + * ubuntu: unionfs: Added v1.4 module from hardy + * ubuntu: Add LIRC driver + * ubuntu: Add GFS driver + * ubuntu: New tlsup driver for toshiba laptops + * SAUCE: (no-up) Export lookup_has for aufs + * SAUCE: (no-up) Modularize vesafb + * ubuntu: Config files + * Disable some modules that need porting to 2.6.28 + * ubuntu: Fixup headers creation to include arch/*/include + * ubuntu/module-check: Ignore comment lines + + [ Chuck Short ] + + * SAUCE: ata: blacklist FUJITSU MHW2160BH PL + + [ cking ] + + * SAUCE: Enable speedstep for sonoma processors. + + [ Colin Ian King ] + + * ubuntu: Add dm-loop + * SAUCE: cx88: Support Leadtek WinFast DTV2000 H version J. + * SAUCE: fix kernel oops in VirtualBox during paravirt patching + * SAUCE: qc-usb: Enable Logitech QuickCam Messenger + * SAUCE: appleir: Enable driver for new MacBook Pro + + [ Colin Watson ] + + * Enable configfs, fuse, jfs, reiserfs, and xfs for armel + * Extend debian/d-i/ modules handling to make armel easier to support + * Create udebs for armel + + [ Fabio M. Di Nitto ] + + * ubuntu: update GFS Cluster File System + + [ Kees Cook ] + + * SAUCE: AppArmor: update to upstream subversion r1302 + + [ Leann Ogasawara ] + + * Add automatic model setting for Samsung Q45 + * Add Dell Dimension 9200 reboot quirk + + [ Mackenzie Morgan ] + + * SAUCE: Add quirk for ASUS Z37E to make sound audible after resume + + [ Matthew Garrett ] + + * SAUCE: hostap: send events on data interface as well as master + interface + + [ Michael Frey (Senior Manager, MID ] + + * SAUCE: Send HCI_RESET for Broadcomm 2046 + + [ Michael Haas ] + + * add proper aufs source tree from 20080922 + * Fix AUFS compilation in vfsub.c + * Add splice-2.6.23.patch from AUFS to export a symbol needed by AUFS + * Add put_filp.patch from AUFS to export a symbol needed by AUFS + * Add deny_write_access.patch from AUFS - export deny_write_access + * Add sec_perm-2.6.24.patch from AUFS - export security_inode_permission + * make sure TMPFS_MAGIC is defined in AUFS Makefile + * SAUCE: Revert aufs changes from AppArmor merge + + [ Mohamed Abbas ] + + * SAUCE: iwlagn -- fix rfkill when on when driver loaded + + [ Phillip Lougher ] + + * SAUCE: r8169: disable TSO by default for RTL8111/8168B chipsets. + + [ Stefan Bader ] + + * SAUCE: (no-up) Export dm_disk function of device-mapper + * SAUCE: Restore VT fonts on switch + * SAUCE: mmc: Increase power_up deleay to fix TI readers + * gfs1: GFS1 can't create more than 4kb file + * uvcvideo: Commit streaming parameters when enabling the video stream. + + [ Tim Gardner ] + + * SAUCE: Add extra headers to linux-libc-dev + * SAUCE: Catch nonsense keycodes and silently ignore + * SAUCE: Added support for HDAPS on various ThinkPads from Lenovo and IBM + * SAUCE: Guest OS does not recognize a lun with non zero target id on + Vmware ESX Server + * SAUCE: (no-up) Take care of orinoco_cs overlap with hostap_cs + * ubuntu: Add GNBD driver + * SAUCE: e1000e: Map NV RAM dynamically only when needed. + * SAUCE: Correctly blacklist Thinkpad r40e in ACPI + * SAUCE: Update Wacom tablet driver to 1.49 + * SAUCE: Fix Wacom tablet 1.49 porting errors + * SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit controller + * SAUCE: Fix Oops in wlan_setup + * SAUCE: ipw2200: change default policy for auto-associate + * Dell Wireless 365 needs BTUSB_RESET quirk. + * ndiswrapper remote buffer overflows on long ESSIDs (CVE 2008-4395) + * Disabled ubuntu/e1000e config + + [ Upstream Kernel Changes ] + + * Revert "[Bluetooth] Eliminate checks for impossible conditions in IRQ + handler" + * Revert "x86, early_ioremap: fix fencepost error" + * mac80211: fix two issues in debugfs + * iwl3945: do not send scan command if channel count zero + + -- Ben Collins Fri, 07 Nov 2008 09:37:42 -0700 + +linux (2.6.27-8.17) intrepid-proposed; urgency=low + + [ John W. Linville ] + + * SAUCE: iwlagn: avoid sleep in softirq context + -LP: #286285 + + [ Tim Gardner ] + + * Dell Wireless 365 needs BTUSB_RESET quirk. + - LP: #293670 + * SAUCE: ALSA: hda: make a STAC_DELL_EQ option (version 2) + - LP: #293271 + + [ Upstream Kernel Changes ] + + * iwlagn: downgrade BUG_ON in interrupt + * Input: atkbd - expand Latitude's force release quirk to other Dells + * fbcon_set_all_vcs: fix kernel crash when switching the rotated consoles + * modules: fix module "notes" kobject leak + * Driver core: Fix cleanup in device_create_vargs(). + * Driver core: Clarify device cleanup. + * ath9k/mac80211: disallow fragmentation in ath9k, report to userspace + * md: Fix rdev_size_store with size == 0 + * xfs: fix remount rw with unrecognized options + * OHCI: Allow broken controllers to auto-stop + * USB: OHCI: fix endless polling behavior + * USB: Fix s3c2410_udc usb speed handling + * USB: EHCI: log a warning if ehci-hcd is not loaded first + * usb gadget: cdc ethernet notification bugfix + * usb: musb_hdrc build fixes + * drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831) + * DVB: au0828: add support for another USB id for Hauppauge HVR950Q + * DVB: sms1xxx: support two new revisions of the Hauppauge WinTV + MiniStick + * security: avoid calling a NULL function pointer in + drivers/video/tvaudio.c + * Linux 2.6.27.3 + -LP: #294152 + + * gpiolib: fix oops in gpio_get_value_cansleep() + * edac cell: fix incorrect edac_mode + * x86 ACPI: fix breakage of resume on 64-bit UP systems with SMP kernel + * sched: fix the wrong mask_len + * USB: cdc-wdm: make module autoload work + * USB: don't rebind drivers after failed resume or reset + * USB: fix memory leak in cdc-acm + * USB: Speedtouch: add pre_reset and post_reset routines + * dm kcopyd: avoid queue shuffle + * dm snapshot: fix primary_pe race + * amd_iommu: fix nasty bug that caused ILLEGAL_DEVICE_TABLE_ENTRY errors + * CIFS: fix saving of resume key before CIFSFindNext + * netfilter: xt_iprange: fix range inversion match + * netfilter: snmp nat leaks memory in case of failure + * netfilter: restore lost ifdef guarding defrag exception + * anon_vma_prepare: properly lock even newly allocated entries + * hvc_console: Fix free_irq in spinlocked section + * ACPI Suspend: Enable ACPI during resume if SCI_EN is not set + * ACPI suspend: Blacklist HP xw4600 Workstation for old code ordering + * ACPI suspend: Always use the 32-bit waking vector + * proc: fix vma display mismatch between /proc/pid/{maps,smaps} + * SCSI: scsi_dh: add Dell product information into rdac device handler + * PCI hotplug: cpqphp: fix kernel NULL pointer dereference + * V4L/DVB (9300): pvrusb2: Fix deadlock problem + * Linux 2.6.27.4 + -LP: #294155 + + -- Tim Gardner Tue, 04 Nov 2008 12:16:07 -0700 + +linux (2.6.27-7.16) intrepid-security; urgency=low + + [ Tim Gardner ] + + * ndiswrapper remote buffer overflows on long ESSIDs (CVE 2008-4395) + - LP: #275860 + + [ Upstream Kernel Changes ] + + * ext[234]: Avoid printk floods in the face of directory corruption + (CVE-2008-3528) + + -- Tim Gardner Mon, 03 Nov 2008 13:34:42 -0700 + +linux (2.6.27-7.15) intrepid-security; urgency=low + + [ Upstream Kernel Changes ] + + * tcp: Restore ordering of TCP options for the sake of inter-operability + - LP: #264019 + + -- Tim Gardner Mon, 27 Oct 2008 19:28:06 -0600 + +linux (2.6.27-7.14) intrepid; urgency=low + + [ Tim Gardner ] + + * Disable ath5k in 2.6.27 + - LP: #288148 + + -- Tim Gardner Thu, 23 Oct 2008 07:40:43 -0600 + +linux (2.6.27-7.13) intrepid; urgency=low + + [ Stefan Bader ] + + * gfs1: GFS1 can't create more than 4kb file + + [ Tim Gardner ] + + * Revert "SAUCE: x86: Reserve FIRST_DEVICE_VECTOR in used_vectors + bitmap.". Use upstream commit to avoid future conflicts. + * Revert "STABLE queue: mac80211: fix two issues in debugfs". + Use upstream commit to avoid future conflicts. + * Revert "x86, early_ioremap: fix fencepost error" + Use upstream commit to avoid future conflicts. + + [ Upstream Kernel Changes ] + + * sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rq + * x86: Reserve FIRST_DEVICE_VECTOR in used_vectors bitmap. + * mac80211: fix two issues in debugfs + * Fix barrier fail detection in XFS + * tty: Termios locking - sort out real_tty confusions and lock reads + * CIFS: make sure we have the right resume info before calling + CIFSFindNext + * rfkill: update LEDs for all state changes + * libertas: clear current command on card removal + * b43legacy: Fix failure in rate-adjustment mechanism + * x86, early_ioremap: fix fencepost error + * x86: SB450: skip IRQ0 override if it is not routed to INT2 of IOAPIC + * x86: improve UP kernel when CPU-hotplug and SMP is enabled + * sky2: Fix WOL regression + * netdrvr: atl1e: Don't take the mdio_lock in atl1e_probe + * Linux 2.6.27.2 + + [ Amit Kucheria ] + + * Ubuntu: agp: Fix stolen memory counting on G4X. + -LP: 285572 + + [ Scott Remnant ] + + * add MODULE_ALIAS to load ipmi_devintf with ipmi_si + + -- Tim Gardner Sun, 19 Oct 2008 10:06:21 -0600 + +linux (2.6.27-7.12) intrepid; urgency=low + + [ Chuck Short ] + + * xen: Add xen modules to virtual flavours. + + [ Mario Limonciello ] + + * SAUCE: Add back in lost commit for Apple BT Wireless Keyboard + - LP: #162083 + + [ Tim Gardner ] + + * Remove depmod created files from packages. + - LP: #250511 + * Changed default TCP congestion algorithm to 'cubic' (again) + - LP: #278801 + * Update configs for 'disable CONFIG_DYNAMIC_FTRACE' + - LP: #263555 + + [ Upstream Kernel Changes ] + + * x86: register a platform RTC device if PNP doesn't describe it + * disable CONFIG_DYNAMIC_FTRACE due to possible memory corruption on + module unload + + -- Tim Gardner Fri, 17 Oct 2008 11:25:39 -0600 + +linux (2.6.27-7.11) intrepid; urgency=low + + [ Amit Kucheria ] + + * STABLE queue: mac80211: fix two issues in debugfs + - LP: #275227 + * SAUCE: Adds support for COMPAL JHL90 webcam + + [ Ben Collins ] + + * SAUCE: (no-up) x86: Quiet "Kernel alive" messages + - LP: #39985 + * SAUCE: (no-up) Modularize vesafb + * build/config: Enable vesafb module + * build: Switch to vesafb as preferred. + + [ Leann Ogasawara ] + + * Add Dell Dimension 9200 reboot quirk + - LP: #271370 + + [ Michael Haas ] + + * SAUCE: Revert aufs changes from AppArmor merge + + [ Tim Gardner ] + + * fix virtio udeb layout + - LP: #257739 + * Enabled CONFIG_EXT4DEV_FS=m + * Changed default TCP congestion algorithm to 'cubic' + - LP: #278801 + * SAUCE: ipw2200: change default policy for auto-associate + - LP: #264104 + + [ Upstream Kernel Changes ] + + * x86, early_ioremap: fix fencepost error + - LP: #263543 + + -- Tim Gardner Sat, 11 Oct 2008 08:07:42 -0600 + +linux (2.6.27-7.10) intrepid; urgency=low + + [ Alexey Starikovskiy ] + + * SAUCE: ACPI: EC: do transaction from interrupt context + - LP: #277802 + + [ Ben Collins ] + + * build/d-i: Change virtio-modules udeb to prio standard + + [ Colin Ian King ] + + * SAUCE: Blacklist IBM 2656 in serio/i8042 + - LP: #21558 + + [ Henrik Rydberg ] + + * Revert "SAUCE: applesmc: Add MacBookAir" + * SAUCE: [PATCH 1/5] hwmon: applesmc: Specified number of bytes to read + should match actual + * SAUCE: [PATCH 2/5] hwmon: applesmc: Fix the 'wait status failed: c != + 8' problem + * SAUCE: [PATCH 3/5] hwmon: applesmc: Prolong status wait + * SAUCE: [PATCH 4/5] hwmon: applesmc: Allow for variable ALV0 and ALV1 + package length + * SAUCE: [PATCH 5/5] hwmon: applesmc: Add support for Macbook Air + * SAUCE: hwmon: applesmc: Add support for Macbook Pro 4 + * SAUCE: hwmon: applesmc: Add support for Macbook Pro 3 + * SAUCE: hwmon: applesmc: Lighter wait mechanism, drastic improvement + + [ Leann Ogasawara ] + + * Add automatic model setting for Samsung Q45 + - LP: #200210 + + [ Tim Gardner ] + + * SAUCE: Correctly blacklist Thinkpad r40e in ACPI + - LP: #278794 + * SAUCE: Update Wacom tablet driver to 1.49 + - LP: #260675 + * SAUCE: ALPS touchpad for Dell Latitude E6500/E6400 + - LP: #270643 + * SAUCE: Fix Wacom tablet 1.49 porting errors + * SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit controller + * SAUCE: Fix Oops in wlan_setup + - LP: #263309 + + [ Upstream Kernel Changes ] + + * ath9k: fix oops on trying to hold the wrong spinlock + * [Bluetooth] Fix double frees on error paths of btusb and bpa10x drivers + * [Bluetooth] Add reset quirk for new Targus and Belkin dongles + * [Bluetooth] Add reset quirk for A-Link BlueUSB21 dongle + * Revert "ax25: Fix std timer socket destroy handling." + * ax25: Quick fix for making sure unaccepted sockets get destroyed. + * netrom: Fix sock_orphan() use in nr_release + * Revert "V4L/DVB (8904): cx88: add missing unlock_kernel" + * SLOB: fix bogus ksize calculation + * net: only invoke dev->change_rx_flags when device is UP + * tcp: Fix possible double-ack w/ user dma + * net: Fix netdev_run_todo dead-lock + * tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd. + * [MIPS] Sibyte: Register PIO PATA device only for Swarm and Litte Sur + * eeepc-laptop: Fix hwmon interface + * hwmon: (it87) Prevent power-off on Shuttle SN68PT + * hwmon: Define sysfs interface for energy consumption register + * hwmon: (adt7473) Fix some bogosity in documentation file + * hwmon: (abituguru3) Enable reading from AUX3 fan on Abit AT8 32X + * hwmon: (abituguru3) Enable DMI probing feature on Abit AT8 32X + * [CPUFREQ] correct broken links and email addresses + * SLOB: fix bogus ksize calculation fix + * Don't allow splice() to files opened with O_APPEND + * Linux 2.6.27 + + -- Tim Gardner Wed, 08 Oct 2008 21:19:34 -0600 + +linux (2.6.27-6.9) intrepid; urgency=low + + [ Kees Cook ] + + * SAUCE: AppArmor: update to upstream subversion r1302 + - LP: #269921 + + [ Stefan Bader ] + + * Update configuration files to be compliant to desktop specs + - LP: #279019 + + [ Tim Gardner ] + + * Add support in e1000e for a couple of ICH10 PCI IDs + * Enable CONFIG_INPUT_PCSPKR=m + - LP: #275453 + + [ Upstream Kernel Changes ] + + * V4L/DVB (8559a): Fix a merge conflict at gspca/sonixb + * V4L/DVB (8789): wm8739: remove wrong kfree + * V4L/DVB (8883): w9968cf: Fix order of usb_alloc_urb validation + * V4L/DVB (8884): em28xx-audio: fix memory leak + * V4L/DVB (8885): cpia2_usb: fix memory leak + * V4L/DVB (8886): ov511: fix memory leak + * V4L/DVB (8887): gspca: fix memory leak + * V4L/DVB (8892): pvrusb2: Handle USB ID 2040:2950 same as 2040:2900 + * V4L/DVB (8904): cx88: add missing unlock_kernel + * V4L/DVB (8905): ov511: fix exposure sysfs attribute bug + * V4L/DVB (8909): gspca: PAC 7302 webcam 093a:262a added. + * hrtimer: migrate pending list on cpu offline + * hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimers + * hrtimer: mark migration state + * hrtimer: prevent migration of per CPU hrtimers + * [IA64] Put the space for cpu0 per-cpu area into .data section + * powerpc: Fix PCI in Holly device tree + * powerpc: Fix failure to shutdown with CPU hotplug + * mfd: Fix Kconfig accroding to the new gpiolib symbols + * mfd: Fix asic3 compilation + * x86: fix typo in enable_mtrr_cleanup early parameter + * ipsec: Fix pskb_expand_head corruption in xfrm_state_check_space + * iucv: Fix mismerge again. + * ALSA: ASoC: Fix cs4270 error path + * ALSA: hda - Fix model for Dell Inspiron 1525 + * sctp: Fix kernel panic while process protocol violation parameter + * x86: Fix broken LDT access in VMI + * x86, vmi: fix broken LDT access + * tcp: Fix NULL dereference in tcp_4_send_ack() + * ipv6: NULL pointer dereferrence in tcp_v6_send_ack + * XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachep + * af_key: Free dumping state on socket close + * dm: always allow one page in dm_merge_bvec + * dm: cope with access beyond end of device in dm_merge_bvec + * dm mpath: add missing path switching locking + * MN10300: Fix IRQ handling + * pxa2xx_spi: fix build breakage + * e1000e: write protect ICHx NVM to prevent malicious write/erase + * powerpc: Fix boot hang regression on MPC8544DS + * ASoC: Set correct name for WM8753 rec mixer output + * ALSA: snd-powermac: mixers for PowerMac G4 AGP + * ALSA: snd-powermac: HP detection for 1st iMac G3 SL + * fbcon: fix monochrome color value calculation + * inotify: fix lock ordering wrt do_page_fault's mmap_sem + * braille_console: only register notifiers when the braille console is used + * fix error-path NULL deref in alloc_posix_timer() + * memory hotplug: missing zone->lock in test_pages_isolated() + * mm: tiny-shmem nommu fix + * mm: handle initialising compound pages at orders greater than MAX_ORDER + * e1000e: reset swflag after resetting hardware + * e1000e: do not ever sleep in interrupt context + * e1000e: remove phy read from inside spinlock + * e1000e: drop stats lock + * e1000e: debug contention on NVM SWFLAG + * e1000e: update version from k4 to k6 + * Check mapped ranges on sysfs resource files + * e1000e: Fix incorrect debug warning + * [MIPS] Build fix: Fix irq flags type + * [MIPS] SMTC: Build fix: Fix filename in Makefile + * [MIPS] SMTC: Fix holes in SMTC and FPU affinity support. + * [MIPS] SMTC: Close tiny holes in the SMTC IPI replay system. + * [MIPS] SMTC: Fix SMTC dyntick support. + * [S390] nohz: Fix __udelay. + * [S390] qdio: prevent stack clobber + * Fix init/main.c to use regular printk with '%pF' for initcall fn + * x86 setup: correct segfault in generation of 32-bit reloc kernel + * selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid() + * rtc: fix kernel panic on second use of SIGIO nofitication + * fbdev: fix recursive notifier and locking when fbdev console is blanked + * orion_spi: fix handling of default transfer speed + * include/linux/stacktrace.h: declare struct task_struct + * cpusets: remove pj from cpuset maintainers + * MAINTAINERS: add mailing list for man-pages + * SubmitChecklist: interfaces changes should CC linux-api@ + * Documentation/HOWTO: info about interface changes should CC linux-api@vger + * dw_dmac: fix copy/paste bug in tasklet + * leds-fsg: change order of initialization and deinitialization + * leds-pca955x: add proper error handling and fix bogus memory handling + * ACPI: Make /proc/acpi/wakeup interface handle PCI devices (again) + * clockevents: check broadcast tick device not the clock events device + * V4L/DVB (8919): cx18: Fix tuner audio input for Compro H900 cards + * V4L/DVB (8926): gspca: Bad fix of leak memory (changeset 43d2ead315b1). + * V4L/DVB (8933): gspca: Disable light frquency for zc3xx cs2102 Kokom. + * V4L/DVB (8935): em28xx-cards: Remove duplicate entry (EM2800_BOARD_KWORLD_USB2800) + * V4L/DVB (8955): bttv: Prevent NULL pointer dereference in radio_open + * V4L/DVB (8957): zr36067: Restore the default pixel format + * V4L/DVB (8958): zr36067: Return proper bytes-per-line value + * V4L/DVB (8960): drivers/media/video/cafe_ccic.c needs mm.h + * V4L/DVB (8961): zr36067: Fix RGBR pixel format + * V4L/DVB (8963): s2255drv field count fix + * V4L/DVB (8967): Use correct XC3028L firmware for AMD ATI TV Wonder 600 + * V4L/DVB (8978): sms1xxx: fix product name for Hauppauge WinTV MiniStick + * V4L/DVB (8979): sms1xxx: Add new USB product ID for Hauppauge WinTV MiniStick + * V4L/DVB (9029): Fix deadlock in demux code + * V4L/DVB (9037): Fix support for Hauppauge Nova-S SE + * V4L/DVB (9043): S5H1420: Fix size of shadow-array to avoid overflow + * V4L/DVB (9053): fix buffer overflow in uvc-video + * V4L/DVB (9075): gspca: Bad check of returned status in i2c_read() spca561. + * V4L/DVB (9080): gspca: Add a delay after writing to the sonixj sensors. + * V4L/DVB (9092): gspca: Bad init values for sonixj ov7660. + * V4L/DVB (9099): em28xx: Add detection for K-WORLD DVB-T 310U + * V4L/DVB (9103): em28xx: HVR-900 B3C0 - fix audio clicking issue + * x86: gart iommu have direct mapping when agp is present too + * ide-cd: temporary tray close fix + * ide-dma: fix ide_build_dmatable() for TRM290 + * IDE: Fix platform device registration in Swarm IDE driver (v2) + * ide-cd: Optiarc DVD RW AD-7200A does play audio + * ide: workaround for bogus gcc warning in ide_sysfs_register_port() + * [MIPS] Fix CMP Kconfig configuration and mark as broken. + * [MIPS] IP27: Fix build errors if CONFIG_MAPPED_KERNEL=y + * x86 ACPI: Blacklist two HP machines with buggy BIOSes + * kgdb, x86: Avoid invoking kgdb_nmicallback twice per NMI + * kgdb: call touch_softlockup_watchdog on resume + * atmel-mci: Initialize BLKR before sending data transfer command + * Marker depmod fix core kernel list + * Linux 2.6.27-rc9 + + -- Tim Gardner Sun, 05 Oct 2008 21:27:49 -0600 + +linux (2.6.27-5.8) intrepid; urgency=low + + [ Amit Kucheria ] + + * Update AUFS-related Kconfig + - LP: #264048 + + [ Michael Haas ] + + * add proper aufs source tree from 20080922 + * Fix AUFS compilation in vfsub.c + * Add splice-2.6.23.patch from AUFS to export a symbol needed by AUFS + * Add put_filp.patch from AUFS to export a symbol needed by AUFS + * apply (modified) lhash.patch from AUFS to export __lookup_hash() + * Add deny_write_access.patch from AUFS - export deny_write_access + * Add sec_perm-2.6.24.patch from AUFS - export security_inode_permission + * make sure TMPFS_MAGIC is defined in AUFS Makefile + + [ Tim Gardner ] + + * Enabled CONFIG_IPWIRELESS + - LP: #274748 + * Enabled CONFIG_E1000E, disabled CONFIG_E1000E_NEW + This takes advantage of the upstream NVM protection fix in + commit 4a7703582836f55a1cbad0e2c1c6ebbee3f9b3a7. + + [ Upstream Kernel Changes ] + + * Revert "[Bluetooth] Eliminate checks for impossible conditions in IRQ + handler" + * [SCSI] qla2xxx: Defer enablement of RISC interrupts until ISP + initialization completes. + * PCI: Fix pcie_aspm=force + * PCI: fix compiler warnings in pci_get_subsys() + * UBIFS: create the name of the background thread in every case + * UBIFS: TNC / GC race fixes + * UBIFS: remove incorrect assert + * UBIFS: fix printk format warnings + * AMD IOMMU: set iommu sunc flag after command queuing + * AMD IOMMU: protect completion wait loop with iommu lock + * sparc64: Fix disappearing PCI devices on e3500. + * x86, oprofile: BUG scheduling while atomic + * ALSA: ASoC: Fix at32-pcm build breakage with PM enabled + * ath9k: connectivity is lost after Group rekeying is done + * wireless: zd1211rw: add device ID fix wifi dongle "trust nw-3100" + * [IA64] Ski simulator doesn't need check_sal_cache_flush + * [IA64] kexec fails on systems with blocks of uncached memory + * ath9k: Fix IRQ nobody cared issue with ath9k + * [Bluetooth] Fix I/O errors on MacBooks with Broadcom chips + * [Bluetooth] Fix wrong URB handling of btusb driver + * [Bluetooth] Fix USB disconnect handling of btusb driver + * sparc64: Fix missing devices due to PCI bridge test in + of_create_pci_dev(). + * [WATCHDOG] ibmasr: remove unnecessary spin_unlock() + * [WATCHDOG] wdt285: fix sparse warnings + * [WATCHDOG] unlocked_ioctl changes + * x86: fix 27-rc crash on vsmp due to paravirt during module load + * sched: fix init_hrtick() section mismatch warning + * clockevents: prevent cpu online to interfere with nohz + * x86: prevent stale state of c1e_mask across CPU offline/online + * clockevents: prevent stale tick_next_period for onlining CPUs + * clockevents: check broadcast device not tick device + * clockevents: prevent mode mismatch on cpu online + * x86: prevent C-states hang on AMD C1E enabled machines + * x86: c1e_idle: don't mark TSC unstable if CPU has invariant TSC + * timers: fix build error in !oneshot case + * ALSA: ASoC: maintainers - update email address for Liam Girdwood + * ibmasr: remove unnecessary spin_unlock() + * smb.h: do not include linux/time.h in userspace + * kernel-doc: allow structs whose members are all private + * kexec: fix segmentation fault in kimage_add_entry + * Documentation/DMA-mapping.txt: update for pci_dma_mapping_error() + changes + * sys_paccept: disable paccept() until API design is resolved + * mm: tiny-shmem fix lock ordering: mmap_sem vs i_mutex + * Documentation/sysctl/kernel.txt: fix softlockup_thresh description + * memcg: check under limit at shrink_usage + * atmel_serial: update the powersave handler to match serial core + * [SCSI] Fix hang with split requests + * USB Storage: Sierra: Non-configurable TRU-Install + * USB Serial: Sierra: Device addition & version rev + * USB: ehci: fix some ehci hangs and crashes + * USB: Fix the Nokia 6300 storage-mode. + * USB: Correct Sierra Wireless USB EVDO Modem Device ID + * USB: fix hcd interrupt disabling + * USB: update of Documentation/usb/anchors.txt + * usb gadget: fix omap_udc DMA regression + * USB: Fixing Nokia 3310c in storage mode + * usb: musb: fix include path + * USB: fix EHCI periodic transfers + * usb-serial: Add Siemens EF81 to PL-2303 hack triggers + * USB: SERIAL CP2101 add device IDs + * USB: unusual_devs addition for RockChip MP3 player + * USB: fsl_usb2_udc: fix VDBG() format string + * usb serial: ti_usb_3410_5052 obviously broken by firmware changes + * USB: ftdi_sio: Add 0x5050/0x0900 USB IDs (Papouch Quido USB 4/4) + * USB: serial: add ZTE CDMA Tech id to option driver + * USB Serial: Sierra: Add MC8785 VID/PID + * USB: drivers/usb/musb/: disable it on SuperH + * usb: ftdi_sio: add support for Domintell devices + * usb: unusual devs patch for Nokia 5310 Music Xpress + * USB: revert recovery from transient errors + * [MIPS] au1000: Fix gpio direction + * [MIPS] Fixe the definition of PTRS_PER_PGD + * x86: prevent stale state of c1e_mask across CPU offline/online, fix + * x86: disable apm on the olpc + * i2c-powermac: Fix section for probe and remove functions + * i2c-dev: Return correct error code on class_create() failure + * i2c: Fix mailing lists in two MAINTAINERS entries + * ath9k: disable MIB interrupts to fix interrupt storm + * 9p: implement proper trans module refcounting and unregistration + * 9p-trans_fd: fix trans_fd::p9_conn_destroy() + * 9p-trans_fd: clean up p9_conn_create() + * 9p-trans_fd: don't do fs segment mangling in p9_fd_poll() + * 9p-trans_fd: fix and clean up module init/exit paths + * 9p: introduce missing kfree + * 9p: use an IS_ERR test rather than a NULL test + * 9p: fix put_data error handling + * netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertion + * MN10300: Move asm-arm/cnt32_to_63.h to include/linux/ + * MN10300: Make sched_clock() report time since boot + * ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*() + * ALSA: remove unneeded power_mutex lock in snd_pcm_drop + * IPoIB: Fix crash when path record fails after path flush + * [XFS] Fix extent list corruption in xfs_iext_irec_compact_full(). + * [XFS] Remove xfs_iext_irec_compact_full() + * kgdb: could not write to the last of valid memory with kgdb + * kgdb, x86, arm, mips, powerpc: ignore user space single stepping + * kgdb, x86_64: gdb serial has BX and DX reversed + * kgdb, x86_64: fix PS CS SS registers in gdb serial + * kgdboc,tty: Fix tty polling search to use name correctly + * ARM: Delete ARM's own cnt32_to_63.h + * m32r: remove the unused NOHIGHMEM option + * m32r: don't offer CONFIG_ISA + * m32r: export empty_zero_page + * m32r: export __ndelay + * m32r/kernel/: cleanups + * [MIPS] au1000: Make sure GPIO value is zero or one + * [MIPS] IP27: Switch to dynamic interrupt routing avoding panic on + error. + * [MIPS] BCM47xx: Fix build error due to missing PCI functions + * [SSB] Initialise dma_mask for SSB_BUSTYPE_SSB devices + * Swarm: Fix crash due to missing initialization + * ide-tape: fix vendor strings + * ide: note that IDE generic may prevent other drivers from attaching + * cdrom: update ioctl documentation + * [SCSI] qlogicpti: fix sg list traversal error in continuation entries + * sata_nv: reinstate nv_hardreset() for non generic controllers + * scsi: fix fall out of sg-chaining patch in qlogicpti + * ALSA: make the CS4270 driver a new-style I2C driver + * ALSA: ASoC: Fix another cs4270 error path + * Fix NULL pointer dereference in proc_sys_compare + * kconfig: fix silentoldconfig + * kconfig: readd lost change count + * mm owner: fix race between swapoff and exit + * Linux 2.6.27-rc8 + * e1000e: write protect ICHx NVM to prevent malicious write/erase + + -- Amit Kucheria Tue, 30 Sep 2008 18:22:35 +0300 + +linux (2.6.27-4.7) intrepid; urgency=low + + [ Ben Collins ] + + * build/abi: Add gfs1 to perm blacklist + * build/abi: Ignored changes in gfs2 symbols + + [ Fabio M. Di Nitto ] + + * Revert "SAUCE: Export gfs2 symbols required for gfs1 kernel module" + * ubuntu: update GFS Cluster File System + + [ Stefan Bader ] + + * SAUCE: x86: Reserve FIRST_DEVICE_VECTOR in used_vectors bitmap. + - LP: #276334 + + [ Tim Gardner ] + + * Revert "Disable e1000e until the NVRAM corruption problem is found." + * Add atl1e and atl2 to Debian installer bits + - LP: #273904 + * SAUCE: e1000e: Map NV RAM dynamically only when needed. + - LP: #263555 + + -- Tim Gardner Fri, 26 Sep 2008 20:51:22 -0600 + +linux (2.6.27-4.6) intrepid; urgency=low + + [ Tim Gardner ] + + * Disable e1000e until the NVRAM corruption problem is found. + - LP: #263555 + + [ Upstream Kernel Changes ] + + * Revert "[Bluetooth] Eliminate checks for impossible conditions in IRQ + handler" + + -- Ben Collins Tue, 23 Sep 2008 09:53:57 -0400 + +linux (2.6.27-4.5) intrepid; urgency=low + + [ Upstream Kernel Changes ] + + * Revert "b43/b43legacy: add RFKILL_STATE_HARD_BLOCKED support" + * udf: Fix lock inversion between iprune_mutex and alloc_mutex (v2) + * udf: Fix error paths in udf_new_inode() + * [SCSI] sd: select CRC_T10DIF only when necessary + * [SCSI] zfcp: Fix request queue locking + * [SCSI] zfcp: Correctly query end flag in gpn_ft response + * [SCSI] zfcp: Simplify ccw notify handler + * [SCSI] zfcp: Fix reference counter for remote ports + * [SCSI] zfcp: channel cannot be detached due to refcount imbalance + * [SCSI] zfcp: Remove duplicated unlikely() macros. + * [SCSI] scsi_dh: make check_sense return ADD_TO_MLQUEUE + * [SCSI] make scsi_check_sense HARDWARE_ERROR return ADD_TO_MLQUEUE on + retry + * [SCSI] fix check of PQ and PDT bits for WLUNs + * pcm037: add rts/cts support for serial port + * i.MX serial: fix init failure + * imx serial: set RXD mux bit on i.MX27 and i.MX31 + * imx serial: fix rts handling for non imx1 based hardware + * mlx4_core: Set RAE and init mtt_sz field in FRMR MPT entries + * udf: add llseek method + * PCI/iommu: blacklist DMAR on Intel G31/G33 chipsets + * PCI: Fix printk warnings in probe.c + * PCI: Fix printk warnings in setup-bus.c + * PCI Hotplug: fakephp: fix deadlock... again + * clockevents: remove WARN_ON which was used to gather information + * ocfs2: Fix a bug in direct IO read. + * arch/x86/kernel/kdebugfs.c: introduce missing kfree + * [IA64] fix compile failure with non modular builds + * [IA64] fix up bte.h + * [IA64] arch/ia64/sn/pci/tioca_provider.c: introduce missing kfree + * PCI: fix pciehp_free_irq() + * [IA64] prevent ia64 from invoking irq handlers on offline CPUs + * ide: Fix pointer arithmetic in hpt3xx driver code (3rd try) + * add deprecated ide-scsi to feature-removal-schedule.txt + * swiotlb: fix back-off path when memory allocation fails + * sparc64: Fix interrupt register calculations on Psycho and Sabre. + * VIDEO_SH_MOBILE_CEU should depend on HAS_DMA + * m68k: Update defconfigs for 2.6.27-rc6 + * sparc32: Fix function signature of of_bus_sbus_get_flags(). + * sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomly + * sched: fix deadlock in setting scheduler parameter to zero + * KVM: SVM: fix random segfaults with NPT enabled + * KVM: SVM: fix guest global tlb flushes with NPT + * KVM: VMX: Always return old for clear_flush_young() when using EPT + * clocksource, acpi_pm.c: fix check for monotonicity + * [ARM] OMAP: Fix MMC device data + * block: disable sysfs parts of the disk command filter + * ath9k: Assign seq# when mac80211 requests this + * sg: disable interrupts inside sg_copy_buffer + * MN10300: Change the fault handler to check in_atomic() not + in_interrupt() + * [Bluetooth] Fix regression from using default link policy + * netlink: fix overrun in attribute iteration + * x86: fix possible x86_64 and EFI regression + * sparc64: Fix PCI error interrupt registry on PSYCHO. + * sparc: Fix user_regset 'n' field values. + * niu: panic on reset + * PCI: re-add debug prints for unmodified BARs + * [ARM] 5245/1: Fix warning about unused return value in drivers/pcmcia + * [ARM] 5246/1: tosa: add proper clock alias for tc6393xb clock + * [ARM] 5247/1: tosa: SW_EAR_IN support + * [ARM] Fix PCI_DMA_BUS_IS_PHYS for ARM + * ata: duplicate variable sparse warning + * sata_inic162x: enable LED blinking + * [libata] LBA28/LBA48 off-by-one bug in ata.h + * proc: more debugging for "already registered" case + * include/linux/ioport.h: add missing macro argument for devm_release_* + family + * cpuset: avoid changing cpuset's cpus when -errno returned + * cpuset: hotplug documentation fix + * coredump_filter: add description of bit 4 + * bfs: fix Lockdep warning + * mm: ifdef Quicklists in /proc/meminfo + * spi_mpc83xx: fix clockrate calculation for low speed + * spi_mpc83xx: reject invalid transfer sizes + * pxa2xx_spi: chipselect bugfixes + * pxa2xx_spi: dma bugfixes + * mm: mark the correct zone as full when scanning zonelists + * Documentation/ABI: /sys/class/gpio + * MAINTAINERS: fix USB VIDEO CLASS mail list address + * ia64: fix panic during `modprobe -r xpc' + * atmel_lcdfb: disable LCD and DMA engines when suspending + * spi_s3c24xx: fix section warning + * rescan_partitions(): make device capacity errors non-fatal + * memstick: fix MSProHG 8-bit interface mode support + * Add Uwe Kleine-König to .mailmap + * xen: fix for xen guest with mem > 3.7G + * x86/paravirt: Remove duplicate paravirt_pagetable_setup_{start, done}() + * crypto: talitos - Avoid consecutive packets going out with same IV + * slub: fixed uninitialized counter in struct kmem_cache_node + * udp: Fix rcv socket locking + * IB/mlx4: Fix up fast register page list format + * [MIPS] VR41xx: unsigned irq cannot be negative + * x86: completely disable NOPL on 32 bits + * [S390] cio: Fix driver_data handling for ccwgroup devices. + * [S390] cio: fix orb initialization in cio_start_key + * sparc64: Fix OOPS in psycho_pcierr_intr_other(). + * sparc64: Fix SMP bootup with CONFIG_STACK_DEBUG or ftrace. + * RDMA/nes: Fix client side QP destroy + * IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop() + * clockevents: make device shutdown robust + * powerpc: Fix interrupt values for DMA2 in MPC8610 HPCD device tree + * hpplus: fix build regression + * Fix PNP build failure, bugzilla #11276 + * warn: Turn the netdev timeout WARN_ON() into a WARN() + * [XFS] Move memory allocations for log tracing out of the critical path + * [XFS] Fix regression introduced by remount fixup + * [XFS] Prevent direct I/O from mapping extents beyond eof + * [XFS] Fix barrier status change detection. + * [XFS] Prevent lockdep false positives when locking two inodes. + * [XFS] Fix use-after-free with buffers + * [XFS] Don't do I/O beyond eof when unreserving space + * powerpc: Holly board needs dtbImage target + * Fix compile failure with non modular builds + * [ARM] 5249/1: davinci: remove redundant check in davinci_psc_config() + * [ARM] omap: back out 'internal_clock' support + * sctp: set the skb->ip_summed correctly when sending over loopback. + * [ARM] 5255/1: Update jornada ssp to remove build errors/warnings + * sctp: do not enable peer features if we can't do them. + * sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTH + * bnx2: Promote vector field in bnx2_irq structure from u16 to unsigned + int + * forcedeth: call restore mac addr in nv_shutdown path + * e1000: prevent corruption of EEPROM/NVM + * e100: Use pci_pme_active to clear PME_Status and disable PME# + * md: Don't wait UNINTERRUPTIBLE for other resync to finish + * atstk1000: fix build breakage with BOARD_ATSTK100X_SW2_CUSTOM=y + * avr32: add .gitignore files + * avr32: add generic_find_next_le_bit bit function + * avr32: fix sys_sync_file_range() call convention + * avr32: nmi_enter() without nmi_exit() + * KVM: ia64: 'struct fdesc' build fix + * hwmon: (atxp1) Fix device detection logic + * hwmon: (it87) Fix fan tachometer reading in IT8712F rev 0x7 (I) + * hwmon: (ad7414) Make ad7414_update_device() static + * tmio_mmc: fix compilation with debug enabled + * atmel-mci: debugfs: enable clock before dumping regs + * atmel-mci: Fix memory leak in atmci_regs_show + * atmel-mci: Fix bogus debugfs file size + * atmel-mci: Set MMC_CAP_NEEDS_POLL if no detect_pin + * mmc_block: handle error from mmc_register_driver() + * mmc_test: initialize mmc_test_lock statically + * [MIPS] Fix 64-bit IP checksum code + * [MIPS] SMTC: Clear TIF_FPUBOUND on clone / fork. + * [MIPS] Fix potential latency problem due to non-atomic cpu_wait. + * [MIPS] vmlinux.lds.S: handle .text.* + * MAINTAINERS: Trivial whitespace cleanups + * MAINTAINERS: Various fixes + * Linux 2.6.27-rc7 + + -- Tim Gardner Sun, 21 Sep 2008 21:49:28 -0600 + +linux (2.6.27-3.4) intrepid; urgency=low + + [ Colin Ian King ] + + * SAUCE: fix kernel oops in VirtualBox during paravirt patching + - LP: #246067 + * SAUCE: qc-usb: Enable Logitech QuickCam Messenger + - LP: #209901 + * SAUCE: appleir: Enable driver for new MacBook Pro + - LP: #157919 + + [ Tim Gardner ] + + * Enabled CONFIG_DEBUG_RODATA=y + + [ Upstream Kernel Changes ] + + * Revert "ALSA: hda - Added model selection for iMac 24"" + * Revert "x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet + against BAR, v3" + * Revert "[ARM] use the new byteorder headers" + * Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM" + * Revert "crypto: camellia - Use kernel-provided bitops, unaligned access + helpers" + * svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_tasklet + * sched, cpuset: rework sched domains and CPU hotplug handling (v4) + * ACPI: Fix now signed module parameter. + * ACPI: Change package length error to warning + * ACPI: Fix now signed module parameter. + * ACPI: Fix typo in "Disable MWAIT via DMI on broken Compal board" + * acpi: add checking for NULL early param + * UBIFS: fix zero-length truncations + * Input: bcm5974 - add maintainer entry + * sh64: re-add the __strnlen_user() prototype + * sh: fix ptrace_64.c:user_disable_single_step() + * PNPACPI: ignore the producer/consumer bit for extended IRQ descriptors + * UBIFS: always read hashed-key nodes under TNC mutex + * UBIFS: allow for racing between GC and TNC + * [CIFS] Fix plaintext authentication + * sparc32: Implement smp_call_function_single(). + * sh: crash kernel resource fix + * sh: fix kexec entry point for crash kernels + * sh: fix platform_resource_setup_memory() section mismatch + * sh: update Migo-R defconfig + * sh: update AP325RXA defconfig + * sh: fix semtimedop syscall + * cifs: fix O_APPEND on directio mounts + * [CIFS] update cifs change log + * [CIFS] Turn off Unicode during session establishment for plaintext + authentication + * ACPI: thinkpad-acpi: wan radio control is not experimental + * sparc: Fix resource flags for PCI children in OF device tree. + * remove blk_register_filter and blk_unregister_filter in gendisk + * ALSA: oxygen: fix distorted output on AK4396-based cards + * ipv6: When we droped a packet, we should return NET_RX_DROP instead of + 0 + * pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() + * net: Unbreak userspace usage of linux/mroute.h + * Don't trigger softlockup detector on network fs blocked tasks + * Resource handling: add 'insert_resource_expand_to_fit()' function + * sparc64: setup_valid_addr_bitmap_from_pavail() should be __init + * UBIFS: do not update min_idx_lebs in stafs + * UBIFS: push empty flash hack down + * UBIFS: remove incorrect index space check + * UBIFS: improve statfs reporting + * UBIFS: fix assertion + * UBIFS: add forgotten gc_idx_lebs component + * UBIFS: introduce LEB overhead + * UBIFS: improve statfs reporting even more + * UBIFS: fill f_fsid + * drm/radeon: downgrade debug message from info to debug. + * Remove invalidate_partition call from do_md_stop. + * Fix problem with waiting while holding rcu read lock in md/bitmap.c + * ALSA: hda: Distortion fix for dell_m6_core_init + * ALSA: ASoC: fix pxa2xx-i2s clk_get call + * block: restore original behavior of /proc/partition when there's no + partition + * debugobjects: fix lockdep warning + * avr32: Fix lockup after Java stack underflow in user mode + * avr32: pm_standby low-power ram bug fix + * nfsd: fix compound state allocation error handling + * sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transports + * nfsd: fix buffer overrun decoding NFSv4 acl + * audit: Moved variable declaration to beginning of function + * Fix modules_install on RO nfs-exported trees. + * Remove '#include ' from mm/page_isolation.c + * dabusb_fpga_download(): fix a memory leak + * [MTD] mtdchar.c: Fix regression in MEMGETREGIONINFO ioctl() + * ALSA: hda - Fix ALC663 auto-probe + * ALSA: hda - Add mic-boost controls to ALC662/663 auto configuration + * Un-break printk strings in x86 PCI probing code + * kernel/resource.c: fix new kernel-doc warning + * softlockup: minor cleanup, don't check task->state twice + * fix typo in arch/parisc/hpux/fs.c + * m68k: atari_keyb_init operator precedence fix + * ACPI: Fix typo in "Disable MWAIT via DMI on broken Compal board" + * don't diff generated firmware files + * IDE: compile fix for sff_dma_ops + * IDE: palm_bk3710: fix compile warning for unused variable + * ide: fix hwif_to_node() + * palm_bk3710: improve IDE registration + * ide-disk: remove stale init_idedisk_capacity() documentation + * ide/Kconfig: mark ide-scsi as deprecated + * net/wireless/Kconfig: clarify the description for + CONFIG_WIRELESS_EXT_SYSFS + * iwlwifi: do not use GFP_DMA in iwl_tx_queue_init + * iwlwifi: workaround interrupt handling no some platforms + * iwlwifi: fix apm_stop (wrong bit polarity for FLAG_INIT_DONE) + * iwlwifi: fix 64bit platform firmware loading + * orinoco: Multicast to the specified addresses + * wireless/libertas/if_cs.c: fix memory leaks + * mac80211: Fix debugfs union misuse and pointer corruption + * rt2x00: Compiler warning unmasked by fix of BUILD_BUG_ON + * ath9k: Incorrect key used when group and pairwise ciphers are + different. + * ath9: Fix ath_rx_flush_tid() for IRQs disabled kernel warning message. + * net/xfrm: Use an IS_ERR test rather than a NULL test + * ipv: Re-enable IP when MTU > 68 + * NTFS: update homepage + * mm: make setup_zone_migrate_reserve() aware of overlapping nodes + * VFS: fix dio write returning EIO when try_to_release_page fails + * acer-wmi: remove debugfs entries upon unloading + * mm/bootmem: silence section mismatch warning - + contig_page_data/bootmem_node_data + * MAINTAINERS: add a maintainer for the BCM5974 multitouch driver + * 8250: improve workaround for UARTs that don't re-assert THRE correctly + * mmc: at91_mci: don't use coherent dma buffers + * pid_ns: zap_pid_ns_processes: fix the ->child_reaper changing + * pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits + * cirrusfb: check_par fixes + * devcgroup: fix race against rmdir() + * mm: show quicklist usage in /proc/meminfo + * mm: size of quicklists shouldn't be proportional to the number of CPUs + * ipc: document the new auto_msgmni proc file + * hp-wmi: update to match current rfkill semantics + * hp-wmi: add proper hotkey support + * tdfxfb: fix SDRAM memory size detection + * tdfxfb: fix frame buffer name overrun + * rtc_time_to_tm: fix signed/unsigned arithmetic + * ibft: fix target info parsing in ibft module + * sysfs: document files in /sys/firmware/sgi_uv/ + * rtc-cmos: wake again from S5 + * pm_qos_requirement might sleep + * drivers/char/random.c: fix a race which can lead to a bogus BUG() + * ipsec: Fix deadlock in xfrm_state management. + * [x86] Fix TSC calibration issues + * tipc: Don't use structure names which easily globally conflict. + * sparc64: Fix IPI call locking. + * [ARM] omap: fix gpio.c build error + * sparc64: Prevent sparc64 from invoking irq handlers on offline CPUs + * powerpc: Fix uninitialised variable in VSX alignment code + * powerpc: Only make kernel text pages of linear mapping executable + * powerpc: Make sure _etext is after all kernel text + * powerpc: Work around gcc's -fno-omit-frame-pointer bug + * powerpc: Fix build error with 64K pages and !hugetlbfs + * powerpc: Fix for getting CPU number in power_save_ppc32_restore() + * UBIFS: amend f_fsid + * net/usb/pegasus: avoid hundreds of diagnostics + * ixgbe: initialize interrupt throttle rate + * pcnet-cs, axnet_cs: add new IDs, remove dup ID with less info + * netxen: Remove workaround for chipset quirk + * Split up PIT part of TSC calibration from native_calibrate_tsc + * iwlwifi: W/A for the TSF correction in IBSS + * iwlwifi: fix hidden ssid discovery in passive channels + * iwlwifi: remove false rxon if rx chain changes + * iwlwifi: fix station mimo power save values + * iwlwifi: fix rx_chain computation + * iwlwifi: fix Tx cmd memory allocation failure handling + * iwlwifi: call apm stop on exit + * iwlwifi: fix STATUS_EXIT_PENDING is not set on pci_remove + * ath9k: Fix TX status reporting + * ath9k: Fix TX control flag use for no ACK and RTS/CTS + * V4L/DVB (8555): au8522: add mechanism to configure IF frequency for vsb + and qam + * V4L/DVB (8556): au0828: add support for Hauppauge Woodbury + * V4L/DVB (8598): au8522: clean up function au8522_set_if + * V4L/DVB (8599): au8522: remove if frequency settings from vsb/qam + modulation tables + * V4L/DVB (8600): au0828: explicitly set 6 MHz IF frequency in + hauppauge_hvr950q_config + * V4L/DVB (8629): v4l2-ioctl: do not try to handle private V4L1 ioctls + * V4L/DVB (8633): ivtv: update ivtv version number + * V4L/DVB (8648): ivtv: improve CC support + * V4L/DVB (8660): gspca: Simplify the scan of URB packets in pac7311. + * V4L/DVB (8661): gspca: Bug in the previous changeset about pac7311. + * V4L/DVB (8663): gspca: Webcam 0c45:6128 added in sonixj. + * V4L/DVB (8664): gspca: The bridge/sensor of the webcam 093a:2621 is a + PAC 7302. + * V4L/DVB (8665): gspca: Fix the 640x480 resolution of the webcam + 093a:2621. + * V4L/DVB (8666): gspca: Bad scanning of frames in pac7311. + * V4L/DVB (8667): gspca: Bad probe of Z-Star/Vimicro webcams with pas106 + sensor. + * V4L/DVB (8668): gspca: Conflict GSPCA / ET61X251 for the webcam + 102c:6251. + * V4L/DVB (8669): gspca: Add white balance control for spca561 rev 012A. + * V4L/DVB (8671): gspca: Remove the unused field 'dev_name' of the device + structure. + * V4L/DVB (8672): gspca: Big rewrite of spca561. + * V4L/DVB (8673): gspca: Bad frame scanning again and bad init in + pac7311. + * V4L/DVB (8674): gspca: Webcam 0c45:612e added in sonixj. + * V4L/DVB (8675): gspca: Pixmap PJPG (Pixart 73xx JPEG) added, generated + by pac7311. + * V4L/DVB (8678): Remove the dead CONFIG_RADIO_MIROPCM20{,_RDS} code + * V4L/DVB (8681): v4l2-ioctl.c: fix warning + * V4L/DVB (8682): V4L: fix return value of register video func + * V4L/DVB (8701): cx18: Add missing lock for when the irq handler + manipulates the queues + * V4L/DVB (8703): gspca: Do controls work for spca561 revision 12a. + * V4L/DVB (8705): gspca: Adjust some control limits in spca561. + * V4L/DVB (8706): Make contrast and brightness work for pac7302. + * V4L/DVB (8707): gspca: Colors, hflip and vflip controls added for + pac7302. + * V4L/DVB (8709): gspca: Fix initialization and controls of sn9x110 - + ov7630. + * V4L/DVB (8710): gspca: Bad color control in sonixj. + * V4L/DVB (8711): gspca: Bad controls and quantization table of pac7311. + * V4L/DVB (8712): gspca: Bad start of sonixj webcams since changeset + a8779025e7e8. + * V4L/DVB (8713): gspca: Bad color control again in sonixj. + * V4L/DVB (8714): gspca: Bad start of sn9c110 and sensor om6802. + * V4L/DVB (8715): gspca: Change the name of some webcam in the gspca doc. + * V4L/DVB (8716): gspca: Bad start of sn9c110 and sensor ov7630. + * V4L/DVB (8717): gspca: Frame buffer too small for small resolutions + (sonixj and t613). + * V4L/DVB (8718): gspca: suspend/resume added. + * V4L/DVB (8719): gspca: Have VIDIOC_QUERYCTRL more compliant to the + spec. + * V4L/DVB (8720): gspca: V4L2_CAP_SENSOR_UPSIDE_DOWN added as a cap for + some webcams. + * V4L/DVB (8722): sms1xxx: fix typo in license header + * V4L/DVB (8726): link tuner before saa7134 + * V4L/DVB (8727): V4L1: make PMS not autoprobe when builtin. + * V4L/DVB (8728): 1-make-pms-not-autoprobe-when-builtin update + * V4L/DVB (8749): Fix error code, when camera is not turned on by sonypi + * V4L/DVB (8750): V4L: check inval in video_register_device_index() + * V4L/DVB (8751): vivi: Fix some issues at vivi register routine + * V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warnings + * V4L/DVB (8769): cx18: Simplify queue flush logic to prevent oops in + cx18_flush_queues() + * V4L/DVB (8778): radio: fix incorrect video_register_device result check + * V4L/DVB (8779): v4l: fix more incorrect video_register_device result + checks + * V4L/DVB (8790): saa7115: call i2c_set_clientdata only when state != + NULL + * V4L/DVB (8803): s5h1409: Enable QAM_AUTO mode + * V4L/DVB (8804): s5h1411: Enable QAM_AUTO mode + * V4L/DVB (8805): Steven Toth email address change + * V4L/DVB (8809): gspca: Revert commit + 9a9335776548d01525141c6e8f0c12e86bbde982 + * V4L/DVB (8810): gspca: Compile error when CONFIG_PM not defined. + * V4L/DVB (8812): gspca: Do pac73xx webcams work. + * V4L/DVB (8813): gspca: Adjust SOF detection for pac73xx. + * V4L/DVB (8814): gspca: Set DISABLED the disabled controls at query + control time. + * V4L/DVB (8815): gspca: Fix problems with disabled controls. + * V4L/DVB (8816): gspca: Set disabled ctrls and fix a register pb with + ovxxxx in sonixb. + * V4L/DVB (8817): gspca: LED and proble changes in sonixb. + * V4L/DVB (8818): gspca: Reinitialize the device on resume. + * V4L/DVB (8819): gspca: Initialize the ov519 at open time and source + cleanup. + * V4L/DVB (8820): gspca: Change initialization and gamma of zc3xx - + pas106. + * V4L/DVB (8822): gspca: Change some subdriver functions for + suspend/resume. + * V4L/DVB (8823): gspca: H and V flips work for ov7670 only in ov519. + * V4L/DVB (8824): gspca: Too much code removed in the suspend/resume + changeset. + * V4L/DVB (8825): gspca: More controls for pac73xx and new webcam + 093a:2624. + * V4L/DVB (8826): gspca: Webcam Labtec 2200 (093a:2626) added in pac7311. + * V4L/DVB (8827): gspca: Stop pac7302 autogain oscillation. + * V4L/DVB (8828): gspca: Set the clock at the end of initialization in + sonixj. + * V4L/DVB (8829): gspca: Have a clean kmalloc-ated buffer for USB + exchanges. + * V4L/DVB (8830): gspca: Move some probe code to the new init function. + * V4L/DVB (8831): gspca: Resolve webcam conflicts between some drivers. + * V4L/DVB (8832): gspca: Bad pixelformat of vc0321 webcams. + * V4L/DVB (8833): gspca: Cleanup the sonixb code. + * V4L/DVB (8834): gspca: Have a bigger buffer for sn9c10x compressed + images. + * V4L/DVB (8835): gspca: Same pixfmt as the sn9c102 driver and raw Bayer + added in sonixb. + * V4L/DVB (8837): dvb: fix I2C adapters name size + * V4L/DVB (8839): dib0700: add comment to identify 35th USB id pair + * V4L/DVB (8840): dib0700: add basic support for Hauppauge Nova-TD-500 + (84xxx) + * V4L/DVB (8842): vivi_release(): fix use-after-free + * V4L/DVB (8843): tda10048_firmware_upload(): fix a memory leak + * V4L/DVB (8844): dabusb_fpga_download(): fix a memory leak + * bnx2x: Accessing un-mapped page + * SELinux: memory leak in security_context_to_sid_core + * x86: add io delay quirk for Presario F700 + * mmap: fix petty bug in anonymous shared mmap offset handling + * x86: Change warning message in TSC calibration. + * PCI: fix pbus_size_mem() resource alignment for CardBus controllers + * [ARM] omap: fix build error in ohci-omap.c + * [ARM] remove unused #include + * ACPI: Make Len Brown the ACPI maintainer again + * fujitsu-laptop: fix regression for P8010 in 2.6.27-rc + * ACPI: Avoid bogus timeout about SMbus check + * acer-wmi: remove debugfs entries upon unloading + * forgotten refcount on sysctl root table + * V4L/DVB (8868): gspca: Support for vga modes with sif sensors in + sonixb. + * V4L/DVB (8869): gspca: Move the Sonix webcams with TAS5110C1B from + sn9c102 to gspca. + * V4L/DVB (8870): gspca: Fix dark room problem with sonixb. + * V4L/DVB (8872): gspca: Bad image format and offset with rev072a of + spca561. + * V4L/DVB (8873): gspca: Bad image offset with rev012a of spca561 and + adjust exposure. + * V4L/DVB (8874): gspca: Adjust hstart for sn9c103/ov7630 and update + usb-id's. + * [ARM] omap: fix virtual vs physical address space confusions + * V4L/DVB (8876): budget: udelay changed to mdelay + * V4L/DVB (8877): b2c2 and bt8xx: udelay to mdelay + * V4L/DVB (8880): PATCH: Fix parents on some webcam drivers + * V4L/DVB (8881): gspca: After 'while (retry--) {...}', retry will be -1 + but not 0. + * powerpc/spufs: Fix multiple get_spu_context() + * powerpc/spufs: Fix race for a free SPU + * Input: bcm5974 - small formatting cleanup + * Input: bcm5974 - improve finger tracking and counting + * Input: bcm5974 - add BTN_TOUCH event for mousedev benefit + * Input: i8042 - make Lenovo 3000 N100 blacklist entry more specific + * sh: resume_kernel fix for kernel oops built with CONFIG_BKL_PREEMPT=y. + * sh64: resume_kernel fix for kernel oops built with + CONFIG_BKL_PREEMPT=y. + * i2c: fix i2c-sh_mobile timing issues + * clockevents: prevent clockevent event_handler ending up handler_noop + * clockevents: prevent endless loop in periodic broadcast handler + * clockevents: enforce reprogram in oneshot setup + * clockevents: prevent multiple init/shutdown + * clockevents: prevent endless loop lockup + * HPET: make minimum reprogramming delta useful + * [MTD] [NAND] tmio_nand: fix base address programming + * Fix conditional export of kvh.h and a.out.h to userspace. + * async_tx: fix the bug in async_tx_run_dependencies + * sched_clock: fix NOHZ interaction + * sched: fix process time monotonicity + * UBIFS: fix division by zero + * UBIFS: make minimum fanout 3 + * [MIPS] Fix data bus error recovery + * [MIPS] Fix WARNING: at kernel/smp.c:290 + * [MIPS] TXx9: Fix txx9_pcode initialization + * [MIPS] TX39xx: Add missing local_flush_icache_range initialization + * [MIPS] Probe initrd header only if explicitly specified + * res_counter: fix off-by-one bug in setting limit + * forcedeth: fix kexec regression + * atmel_lcdfb: fix oops in rmmod when framebuffer fails to register + * tracehook: comment pasto fixes + * drivers/mmc/card/block.c: fix refcount leak in mmc_block_open() + * x86: boot: stub out unimplemented CPU feature words + * x86: add NOPL as a synthetic CPU feature bit + * x86: use X86_FEATURE_NOPL in alternatives + * clockevents: broadcast fixup possible waiters + * x86: HPET fix moronic 32/64bit thinko + * x86: HPET: read back compare register before reading counter + * Fix CONFIG_AC97_BUS dependency + * [ARM] 5241/1: provide ioremap_wc() + * ntp: fix calculation of the next jiffie to trigger RTC sync + * clocksource, acpi_pm.c: use proper read function also in errata mode + * clocksource, acpi_pm.c: check for monotonicity + * x86: delay early cpu initialization until cpuid is done + * x86: move mtrr cpu cap setting early in early_init_xxxx + * sched: arch_reinit_sched_domains() must destroy domains to force + rebuild + * x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags + * x86: pda_init(): fix memory leak when using CPU hotplug + * x86: cpu_init(): fix memory leak when using CPU hotplug + * powerpc/spufs: Fix possible scheduling of a context to multiple SPEs + * netfilter: nf_conntrack_sip: de-static helper pointers + * netfilter: nf_conntrack_gre: more locking around keymap list + * netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet + * netfilter: nf_conntrack_irc: make sure string is terminated before + calling simple_strtoul + * pkt_sched: Fix qdisc state in net_tx_action() + * powerpc: Fix rare boot build breakage + * ahci, pata_marvell: play nicely together + * sata_mv: add RocketRaid 1720 PCI ID to driver + * ahci: disable PMP for marvell ahcis + * sata_nv: disable hardreset for generic + * libata-sff: kill spurious WARN_ON() in ata_hsm_move() + * pata_sil680: remove duplicate pcim_enable_device + * ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDs + * [MIPS] IP22: Fix detection of second HPC3 on Challenge S + * xen: fix 2.6.27-rc5 xen balloon driver warnings + * x86: disable static NOPLs on 32 bits + * netns : fix kernel panic in timewait socket destruction + * bridge: don't allow setting hello time to zero + * NFS: Restore missing hunk in NFS mount option parser + * usb: fix null deferences in low level usb serial + * Fix format of MAINTAINERS + * sparc64: Disable timer interrupts in fixup_irqs(). + * [Bluetooth] Fix reference counting during ACL config stage + * [Bluetooth] Enforce correct authentication requirements + * [Bluetooth] Reject L2CAP connections on an insecure ACL link + * [S390] CVE-2008-1514: prevent ptrace padding area read/write in 31-bit + mode + * [S390] cio: Correct cleanup on error. + * [S390] cio: handle ssch() return codes correctly. + * [S390] cio: allow offline processing for disconnected devices + * ipsec: Restore larval states and socket policies in dump + * update Documentation/filesystems/Locking for 2.6.27 changes + * MAINTAINERS: add Atheros maintainer for atlx + * lib: Correct printk %pF to work on all architectures + * x86: fix memmap=exactmap boot argument + * clockevents: remove WARN_ON which was used to gather information + * ipv6: Fix OOPS in ip6_dst_lookup_tail(). + * Linux 2.6.27-rc6 + + -- Ben Collins Tue, 02 Sep 2008 12:45:56 -0400 + +linux (2.6.27-2.3) intrepid; urgency=low + + [ Ben Collins ] + + * build/retag: Make script save .orig of tags for later use + * ubuntu/lirc: Fix device_create call + * build/firmware: Put in-kernel firmware into version specific subdir + - LP: #262115 + * Rebase on linux-2.6 git. + * ABI bump + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: (no-up) Apparmor warning fixes + + [ John Johansen ] + + * SAUCE: (no-up) Proper AppArmor ptrace updates for newer lsm API + + [ Mackenzie Morgan ] + + * SAUCE: Add quirk for ASUS Z37E to make sound audible after resume + - LP: #25896 + + -- Ben Collins Wed, 27 Aug 2008 14:03:05 -0400 + +linux (2.6.27-1.2) intrepid; urgency=low + + [ Amit Kucheria ] + + * SAUCE: make fc transport removal of target configurable + * SAUCE: pm: Config option to disable handling of console during + suspend/resume + + [ Ben Collins ] + + * SAUCE: Lower warning level of some PCI messages + * SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps + * SAUCE: tulip: Let dmfe handle davicom on non-sparc + * SAUCE: tulip: Define ULI PCI ID's + * SAUCE: (no-up) version: Implement version_signature proc file. + * SAUCE: (no-up) connector.h: Add idx/val for drbd + * SAUCE: (no-up) swap: Add notify_swap_entry_free callback for compcache + * SAUCE: drivers: Remove some duplicate device entries in various modules + * SAUCE: (no-up) [AppArmor] merge with upstream subversion r1291 + * SAUCE: apparmor: Update for changes to ptrace lsm hooks + * SAUCE: (no-up) Enable ubuntu extra subdirectory + * SAUCE: applesmc: Add MacBookAir + * SAUCE: (no-up) ACPI: initramfs DSDT override support + * ubuntu: Add drbd module + * ubuntu: Add iscsitarget module + * ubuntu: Add BOM for iscsitarget + * ubuntu: Add squashfs driver + * SAUCE: (no-up) Check for squashfs superblock in initramfs mounting. + * ubuntu: Add aufs module + * ubuntu: Added atl2 driver + * ubuntu: Added et131x driver + * ubuntu: Add dm-raid4-5 driver + * ubuntu: Add ndiswrapper driver + * ubuntu: Added ram backed compressed swap module (compcache) + * ubuntu: Add misc drivers from hardy lum + * ubuntu: Add heci driver 3.2.0.24 + * ubuntu: Add ov511 and bt-sco drivers + * ubuntu: Add acx, prism2_usb wireless drivers + * ubuntu: Add at76 driver to build + * ubuntu: Add fsam7400 sw kill switch driver + * ubuntu: Added qc-usb driver + * ubuntu: e1000e: Upgraded module to 0.4.1.7 + * ubuntu: Added rfkill drivers + * ubuntu: VIA - Add VIA DRM Chrome9 3D engine + * ubuntu: unionfs: Added v1.4 module from hardy + * ubuntu: Add LIRC driver + * ubuntu: Add GFS driver + * ubuntu: New tlsup driver for toshiba laptops + * Update config files + * build/d-i: Remove obsolete dm modules + + [ Chuck Short ] + + * SAUCE: ata: blacklist FUJITSU MHW2160BH PL + + [ Colin Ian King ] + + * ubuntu: Add dm-loop + * SAUCE: Enable speedstep for sonoma processors. + + [ Dennis Noordsij ] + + * SAUCE: Work around ACPI corruption upon suspend on some Dell machines. + + [ Fabio M. Di Nitto ] + + * SAUCE: Export gfs2 symbols required for gfs1 kernel module + + [ Matthew Garrett ] + + * SAUCE: hostap: send events on data interface as well as master + interface + + [ Michael Frey (Senior Manager, MID ] + + * SAUCE: Send HCI_RESET for Broadcomm 2046 + + [ Phillip Lougher ] + + * SAUCE: r8169: disable TSO by default for RTL8111/8168B chipsets. + + [ Stefan Bader ] + + * SAUCE: (no-up) Export dm_disk function of device-mapper + * SAUCE: Restore VT fonts on switch + * SAUCE: mmc: Increase power_up deleay to fix TI readers + + [ Tim Gardner ] + + * SAUCE: Add extra headers to linux-libc-dev + * SAUCE: Catch nonsense keycodes and silently ignore + * SAUCE: Added support for HDAPS on various ThinkPads from Lenovo and IBM + * SAUCE: Guest OS does not recognize a lun with non zero target id on + Vmware ESX Server + * SAUCE: (no-up) Take care of orinoco_cs overlap with hostap_cs + * ubuntu: Add GNBD driver + + -- Ben Collins Sat, 23 Aug 2008 15:48:35 -0400 + +linux (2.6.27-0.0) intrepid; urgency=low + + * Not uploaded, placeholder for new release + + -- Ben Collins Sat, 23 Aug 2008 15:48:35 -0400 + +linux (2.6.26-5.17) intrepid; urgency=low + + [ Ben Collins ] + + * build/abi: Add tosh_smm symbol to blacklist + + -- Ben Collins Fri, 15 Aug 2008 09:29:34 -0400 + +linux (2.6.26-5.16) intrepid; urgency=low + + [ Ben Collins ] + + * Revert "SAUCE: toshiba_acpi: Rewrote most of the proc entry bits." + * Revert "SAUCE: Update toshiba_acpi.c to version 0.19a" + * build/config: Disable in-kernel toshiba driver(s) + * ubuntu/tlsup: New driver for toshiba laptops + * build/config: Enable TLSUP driver + * SAUCE: e1000e: Fix E1000E_ENABLED logic to check for our E1000E_NEW + driver as well + * ubuntu/e1000e: Remove E1000E_ENABLED option in local config + * build/config: Update configs to have E1000E_ENABLED set + * ubuntu/prism2: Remove duplicate device + + [ Fabio M. Di Nitto ] + + * SAUCE: Export gfs2 symbols required for gfs1 kernel module + + [ Stefan Bader ] + + * SAUCE: x86: HPET rework for SB700 + - LP: #255910 + + [ Tim Gardner ] + + * Add GNBD driver + * Enable GNBD driver + * SAUCE: Add GFS driver + * SAUCE: Enable gfs driver configs + * b43: Linksys WMP54G (BCM4306/3) card in a PCI format has an SPROM + coding + + [ Upstream Kernel Changes ] + + * KVM: x86 emulator: emulate clflush + * USB: quirk PLL power down mode + + -- Ben Collins Mon, 11 Aug 2008 13:19:28 -0400 + +linux (2.6.26-5.15) intrepid; urgency=low + + [ Ben Collins ] + + * Revert "SAUCE: Add blacklist support to fix Belkin bluetooth dongle." + - Superceded by upstream changes. + * build/config: New option enabled for uvcvideo + * build/control: Add Vcs-Git meta data to control file + * SAUCE: toshiba_acpi: Rewrote most of the new code + * abi/perm-blacklist: Add emu10k1 driver to blacklist + + [ Upstream Kernel Changes ] + + * pxamci: trivial fix of DMA alignment register bit clearing + * udplite: Protection against coverage value wrap-around + * ipv6: use timer pending + * ipv6: __KERNEL__ ifdef struct ipv6_devconf + * hdlcdrv: Fix CRC calculation. + * quota: fix possible infinite loop in quota code + * isofs: fix minor filesystem corruption + * KVM: VMX: Fix a wrong usage of vmcs_config + * KVM: SVM: fix suspend/resume support + * KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held + * KVM: VMX: Add ept_sync_context in flush_tlb + * KVM: x86 emulator: Fix HLT instruction + * KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction + * KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts + * Patch Upstream: x86 ptrace: fix PTRACE_GETFPXREGS error + * rcu: fix rcu_try_flip_waitack_needed() to prevent grace-period stall + * Fix typos from signal_32/64.h merge + * x86 reboot quirks: add Dell Precision WorkStation T5400 + * USB: fix usb serial pm counter decrement for disconnected interfaces + * x86, suspend, acpi: enter Big Real Mode + * markers: fix duplicate modpost entry + * Fix build on COMPAT platforms when CONFIG_EPOLL is disabled + * proc: fix /proc/*/pagemap some more + * cpusets: fix wrong domain attr updates + * x86: fix crash due to missing debugctlmsr on AMD K6-3 + * ide-cd: fix oops when using growisofs + * rtc-at91rm9200: avoid spurious irqs + * vmlinux.lds: move __attribute__((__cold__)) functions back into final + .text section + * ARM: fix fls() for 64-bit arguments + * tcp: Clear probes_out more aggressively in tcp_ack(). + * sparc64: Fix lockdep issues in LDC protocol layer. + * sparc64: Fix cpufreq notifier registry. + * sparc64: Do not define BIO_VMERGE_BOUNDARY. + * iop-adma: fix platform driver hotplug/coldplug + * myri10ge: do not forget to setup the single slice pointers + * myri10ge: do not use mgp->max_intr_slots before loading the firmware + * ALSA: trident - pause s/pdif output + * V4L: cx18: Upgrade to newer firmware & update documentation + * DVB: dib0700: add support for Hauppauge Nova-TD Stick 52009 + * V4L: uvcvideo: Fix a buffer overflow in format descriptor parsing + * V4L: uvcvideo: Use GFP_NOIO when allocating memory during resume + * V4L: uvcvideo: Don't free URB buffers on suspend + * V4L: uvcvideo: Make input device support optional + * V4L: uvcvideo: Add support for Medion Akoya Mini E1210 integrated + webcam + * V4L: saa7134: Copy tuner data earlier to avoid overwriting manual tuner + type + * V4L: cx23885: Bugfix for concurrent use of /dev/video0 and /dev/video1 + * DVB: cx23885: Ensure PAD_CTRL is always reset to a sensible default + * DVB: cx23885: DVB Transport cards using DVB port VIDB/TS1 did not + stream + * DVB: cx23885: Reallocated the sram to avoid concurrent VIDB/C issues + * DVB: cx23885: SRAM changes for the 885 and 887 silicon parts + * x86: fix kernel_physical_mapping_init() for large x86 systems + * eCryptfs: use page_alloc not kmalloc to get a page of memory + * UML - Fix boot crash + * ixgbe: remove device ID for unsupported device + * mpc52xx_psc_spi: fix block transfer + * tmpfs: fix kernel BUG in shmem_delete_inode + * markers: fix markers read barrier for multiple probes + * VFS: increase pseudo-filesystem block size to PAGE_SIZE + * cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called + already + * b43legacy: Release mutex in error handling code + * ath5k: don't enable MSI, we cannot handle it yet + * Fix off-by-one error in iov_iter_advance() + * Linux 2.6.26.1 + * ftrace: remove unneeded documentation + * romfs_readpage: don't report errors for pages beyond i_size + * netfilter: nf_nat_sip: c= is optional for session + * SCSI: bsg: fix bsg_mutex hang with device removal + * x86: idle process - add checking for NULL early param + * x86: io delay - add checking for NULL early param + * Close race in md_probe + * Kprobe smoke test lockdep warning + * netfilter: xt_time: fix time's time_mt()'s use of do_div() + * linear: correct disk numbering error check + * SCSI: ch: fix ch_remove oops + * NFS: Ensure we zap only the access and acl caches when setting new acls + * jbd: fix race between free buffer and commit transaction + * Input: i8042 - add Intel D845PESV to nopnp list + * Input: i8042 - add Gericom Bellagio to nomux blacklist + * Input: i8042 - add Acer Aspire 1360 to nomux blacklist + * Bluetooth: Signal user-space for HIDP and BNEP socket errors + * Add compat handler for PTRACE_GETSIGINFO + * ALSA: hda - Fix wrong volumes in AD1988 auto-probe mode + * ALSA: hda - Fix DMA position inaccuracy + * ALSA: hda - Add missing Thinkpad Z60m support + * ALSA: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 + * vfs: fix lookup on deleted directory + * Ath5k: fix memory corruption + * Ath5k: kill tasklets on shutdown + * sound: ensure device number is valid in snd_seq_oss_synth_make_info + * Linux 2.6.26.2 + + -- Ben Collins Sun, 03 Aug 2008 13:25:02 -0400 + +linux (2.6.26-5.14) intrepid; urgency=low + + [ Ben Collins ] + + * SAUCE: applesmc: Add MacBookAir + * build: Do not build ddeb unless we are on the buildd + * build: control: Consistency in arch fields. + * SAUCE: Update toshiba_acpi.c to version 0.19a + - LP: #77026 + * build: Added perm blacklist support and per-module support to abi-check + - Blacklist p80211 module from abi checks + * ubuntu/lirc: Get rid of drivers symlink and use real include stuff + + + [ Colin Ian King ] + + * SAUCE: acerhk module - add support for Amilo A1650g keyboard + - LP: #84159 + * SAUCE: rt2x00: Fix OOPS on failed creation of rt2x00lib workqueue + - LP: #249242 + + [ Mario Limonciello ] + + * Add LIRC back in + + [ Tim Gardner ] + + * Makefile race condition can lead to ndiswrapper build failure + - LP: #241547 + * update linux-wlan-ng (prism2_usb) to upstream version 1861 + - LP: #245026 + + [ Upstream Kernel Changes ] + + * Fix typos from signal_32/64.h merge + + -- Ben Collins Fri, 01 Aug 2008 00:05:01 -0400 + +linux (2.6.26-5.13) intrepid; urgency=low + + [ Ben Collins ] + + * build: Make makedumpfile an amd64/i386 only build-dep + * ubuntu/acerhk: Fixup assembly to compile with newer binutils + + -- Ben Collins Sat, 26 Jul 2008 16:41:50 -0400 + +linux (2.6.26-4.12) intrepid; urgency=low + + [ Ben Collins ] + + * e1000e: Upgraded module to 0.4.1.7 upstream. Placed in ubuntu/, + in-kernel driver disabled + * config: Disable e1000e in-kernel, and enable newer driver in ubuntu/ + * rfkill: Update to 1.3 drivers, and move to common location + * ubuntu: Actually link kconfig/kbuild into rfkill subdir + * config: Enable loading dsdt from initramfs + - LP: #246222 + * ubuntu: [compcache] Update to fix crashes in improper BUG() + * build: Create a retag scripts to recover tags from rebases + * build: Updates for dbg pkg + * build: Make sure no empty lines show up in debian/files + * ubuntu: atl1e: Add new driver from 2.6.27-pre-rc1 + - LP: #243894 + * sys_getcwd: Fix some brokeness introduced by AppArmor __d_path + changes + - LP: #251223 + * ubuntu: unionfs: Added v1.4 module from hardy + * build: Add sub-flavour infrastructure, and virtual subflav + + [ Eric Piel ] + + * ACPI: Allow custom DSDT tables to be loaded from initramfs + + [ Kees Cook ] + + * AppArmor: Smack VFS patches + + [ Mario Limonciello ] + + * Work around ACPI corruption upon suspend on some Dell machines. + - LP: #183033 + + [ Tim Gardner ] + + * Export usbhid_modify_dquirk for LBM module bcm5974 + - LP: #250838 + * VIA - Add VIA DRM Chrome9 3D engine + - LP: #251862 + * Define TRUE/FALSE for VIA DRM driver. + + -- Ben Collins Tue, 15 Jul 2008 12:51:39 -0400 + +linux (2.6.26-4.11) intrepid; urgency=low + + [ Ben Collins ] + + * config: Enable bcm5974 driver in all configs + + [ 2.6.26-4.10 ] + + [ Amit Kucheria ] + + * Fix typo in GSPCA Makefile and make it compile + + [ Ben Collins ] + + * ubuntu: Remove UVC driver in favor of in-kernel one (-rc9) + * config: Updates for -rc9 + * ubuntu: Add acx, prism2_usb wireless drivers + * config: Enable prism2_usb and acx drivers. + * ubuntu: Add at76 driver to build + * config: Enable at76_usb driver. + * iscsitarget: Fix prototype for bi_end_io callback. + * acx: Fix section type mismatch warnings + * fsam7400: Add sw kill switch driver + * config: Enable fsam7400 driver + * qc-usb: Added new driver + * config: Enable qc-usb driver + * drbd: Remove built-in connector usage + * drbd: Do not define idx/val for connector here + * connector.h: Add idx/val for drbd + * bcm5974: Added new driver + + [ Kees Cook ] + + * SAUCE: [AppArmor] merge with upstream subversion r1291 + * SAUCE: [AppArmor] fix typo in selinux_inode_link + * SAUCE: [AppArmor] aufs patches + + [ Michael Frey (Senior Manager, MID ] + + * SAUCE: Send HCI_RESET for Broadcomm 2046 + - LP: #241749 + + [ Tim Gardner ] + + * SAUCE: Medion Akoya Mini E1210 + + [ Upstream Kernel Changes ] + + * Revert "BAST: Remove old IDE driver" + * ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq + * ARM: OMAP: Correcting the gpmc prefetch control register address + * debugobjects: fix lockdep warning + * [ARM] 5115/1: pxafb: fix ifdef for command line option handling + * [ARM] 5116/1: pxafb: cleanup and fix order of failure handling + * [ARM] 5109/1: Mark rtc sa1100 driver as wakeup source before + registering it + * [ARM] Export dma_sync_sg_for_device() + * fix cgroup-inflicted breakage in block_dev.c + * [patch for 2.6.26 2/4] vfs: utimensat(): be consistent with utime() for + immutable and append-only files + * [patch for 2.6.26 1/4] vfs: utimensat(): ignore tv_sec if tv_nsec == + UTIME_OMIT or UTIME_NOW + * [patch for 2.6.26 3/4] vfs: utimensat(): fix error checking for + {UTIME_NOW,UTIME_OMIT} case + * [patch for 2.6.26 4/4] vfs: utimensat(): fix write access check for + futimens() + * [patch 1/4] vfs: path_{get,put}() cleanups + * [patch 2/4] fs: make struct file arg to d_path const + * [patch 3/4] vfs: fix ERR_PTR abuse in generic_readlink + * [patch 4/4] flock: remove unused fields from file_lock_operations + * [patch 3/3] vfs: make d_path() consistent across mount operations + * [patch 1/3] vfs: dcache sparse fixes + * [patch 2/3] vfs: dcache cleanups + * udf: Fix regression in UDF anchor block detection + * [SCSI] ses: Fix timeout + * netfilter: ip6table_mangle: don't reroute in LOCAL_IN + * [SCSI] esp: Fix OOPS in esp_reset_cleanup(). + * kernel/audit.c: nlh->nlmsg_type is gotten more than once + * audit: fix kernel-doc parameter notation + * remove useless argument type in audit_filter_user() + * Blackfin arch: fix bug - kernel boot fails when Spinlock and rw-lock + debugging enabled + * Blackfin arch: fix up section mismatch warning + * mac80211: implement EU regulatory domain + * b43: Do not return TX_BUSY from op_tx + * b43legacy: Do not return TX_BUSY from op_tx + * b43: Fix possible MMIO access while device is down + * b43legacy: Fix possible NULL pointer dereference in DMA code + * rt2x00: Fix unbalanced mutex locking + * iwlwifi: improve scanning band selection management + * [SCSI] esp: tidy up target reference counting + * [ARM] 5117/1: pxafb: fix __devinit/exit annotations + * thermal: Create CONFIG_THERMAL_HWMON=n + * ACPI: don't walk tables if ACPI was disabled + * dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled. + * x86: shift bits the right way in native_read_tscp + * x86: section/warning fixes + * V4L/DVB (8004): Fix INPUT dependency at budget-ci + * V4L/DVB (8005): Fix OOPS if frontend is null + * V4L/DVB (8007): cx18/cx25840: the S-Video LUMA input can use all + In1-In8 inputs + * V4L/DVB (8008): cx18: remove duplicate audio and video input enums + * V4L/DVB (8010): em28xx: Properly register extensions for already + attached devices + * V4L/DVB (8011): em28xx: enable DVB for HVR-900 + * V4L/DVB (8012): gl861: sleep a little to avoid I2C errors + * V4L/DVB (8013): gl861: remove useless identify_state + * V4L/DVB (8015): gl861: replace non critical msleep(0) with msleep(1) to + be on the safe side + * V4L/DVB (8017): Ensure em28xx extensions only get run against devs that + support them + * V4L/DVB (8018): Add em2860 chip ID + * V4L/DVB (8020): Fix callbacks functions of saa7134_empress + * V4L/DVB (8022): saa7134: fix race between opening and closing the + device + * V4L/DVB (8026): Avoids an OOPS if dev struct can't be successfully + recovered + * V4L/DVB (8027): saa7134: Avermedia A700: only s-video and composite + input are working + * V4L/DVB (8028): Improve error messages for tda1004x attach + * V4L/DVB (8029): Improve error message at tda1004x_attach + * V4L/DVB (8034): tda18271: fix IF notch frequency handling + * V4L/DVB (8035): tda18271: dont touch EB14 if rf_cal lookup is out of + range + * V4L/DVB (8036): tda18271: toggle rf agc speed mode on TDA18271HD/C2 + only + * V4L/DVB (8037): tda18271: ensure that the thermometer is off during + channel configuration + * V4L/DVB (8039): pxa-camera: fix platform_get_irq() error handling. + * V4L/DVB (8040): soc-camera: remove soc_camera_host_class class + * V4L/DVB (8042): DVB-USB UMT-010 channel scan oops + * V4L/DVB (8043): au0828: add support for additional USB device id's + * V4L/DVB (8044): au8522: tuning optimizations + * V4L/DVB (8048): saa7134: Fix entries for Avermedia A16d and Avermedia + E506 + * V4L/DVB (8061): cx18: only select tuner / frontend modules if + !DVB_FE_CUSTOMISE + * V4L/DVB (8063): cx18: Fix unintended auto configurations in + cx18-av-core + * V4L/DVB (8066): cx18: Fix audio mux input definitions for HVR-1600 Line + In 2 and FM radio + * V4L/DVB (8067): cx18: Fix firmware load for case when digital capture + happens first + * V4L/DVB (8068): cx18: Add I2C slave reset via GPIO upon initialization + * V4L/DVB (8069): cx18: Fix S-Video and Compsite inputs for the Yuan + MPC718 and enable card entry + * V4L/DVB (8071): tda10023: Fix possible kernel oops during + initialisation + * V4L/DVB (8073): av7110: Catch another type of ARM crash + * V4L/DVB (8074): av7110: OSD transfers should not be interrupted + * V4L/DVB (8075): stv0299: Uncorrected block count and bit error rate + fixed + * V4L/DVB (8092): videodev: simplify and fix standard enumeration + * V4L/DVB (8096): au8522: prevent false-positive lock status + * V4L/DVB (8097): xc5000: check device hardware state to determine if + firmware download is needed + * V4L/DVB (8100): V4L/vivi: fix possible memory leak in vivi_fillbuff + * V4L/DVB (8108): Fix open/close race in saa7134 + * s2io: fix documentation about intr_type + * tc35815: Mark carrier-off before starting PHY + * tc35815: Fix receiver hangup on Rx FIFO overflow + * ixgbe: fix EEH recovery during reset on PPC + * igb: fix EEH recovery during reset on PPC + * e1000e: fix EEH recovery during reset on PPC + * pcnet_cs, axnet_cs: clear bogus interrupt before request_irq + * drivers/net/r6040.c: Eliminate double sizeof + * ipg: fix jumbo frame compilation + * ipg: use NULL, not zero, for pointers + * [netdrvr] 3c59x: remove irqs_disabled warning from local_bh_enable + * [netdrvr] netxen: fix netxen_pci_tbl[] breakage + * e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xx + * e1000: only enable TSO6 via ethtool when using correct hardware + * [netdrvr] Fix IOMMU overflow checking in s2io.c + * qla3xxx: Hold RTNL while calling dev_close() + * Hold RTNL while calling dev_close() + * sata_uli: hardreset is broken + * rt2x00: Fix lock dependency errror + * prism: islpci_eth.c endianness fix + * mac80211: fix an oops in several failure paths in key allocation + * firewire: fw-sbp2: fix parsing of logical unit directories + * kbuild: fix a.out.h export to userspace with O= build. + * Ensure interrupted recovery completed properly (v1 metadata plus + bitmap) + * Don't acknowlege that stripe-expand is complete until it really is. + * Fix error paths if md_probe fails. + * hamradio: remove unused variable + * tcp: calculate tcp_mem based on low memory instead of all memory + * tcp: fix for splice receive when used with software LRO + * af_unix: fix 'poll for write'/connected DGRAM sockets + * netdevice: Fix typo of dev_unicast_add() comment + * pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive. + * pkt_sched: Remove CONFIG_NET_SCH_RR + * include/linux/netdevice.h: don't export MAX_HEADER to userspace + * tcp: /proc/net/tcp rto,ato values not scaled properly (v2) + * netlink: Fix some doc comments in net/netlink/attr.c + * CONNECTOR: add a proc entry to list connectors + * inet fragments: fix race between inet_frag_find and + inet_frag_secret_rebuild + * net/inet_lro: remove setting skb->ip_summed when not LRO-able + * netlabel: Fix a problem when dumping the default IPv6 static labels + * ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags. + * sched: fix cpu hotplug + * Fix and clean top .gitignore + * x86: fix cpu hotplug crash + * ptrace GET/SET FPXREGS broken + * Input: add KEY_MEDIA_REPEAT definition + * Input: fix locking in force-feedback core + * [ARM] 5131/1: Annotate platform_secondary_init with trace_hardirqs_off + * ide: fix /proc/ide/ide?/mate reporting + * netfilter: nf_conntrack_tcp: fixing to check the lower bound of valid + ACK + * textsearch: fix Boyer-Moore text search bug + * hostap: don't report useless WDS frames by default + * hostap: fix sparse warnings + * mac80211: don't accept WEP keys other than WEP40 and WEP104 + * V4L/DVB (8145a): USB Video Class driver + * [IA64] Bugfix for system with 32 cpus + * [IA64] export account_system_vtime + * sched: fix divide error when trying to configure rt_period to zero + * x86: fix NODES_SHIFT Kconfig range + * block: Fix the starving writes bug in the anticipatory IO scheduler + * Properly notify block layer of sync writes + * rcu: fix hotplug vs rcu race + * I2C: S3C2410: Check ACK on byte transmission + * I2C: S3C2410: Fixup error codes returned rom a transfer. + * I2C: S3C2410: Add MODULE_ALIAS() for s3c2440 device. + * PCI: Restrict VPD read permission to root + * powerpc/bootwrapper: update for initrd with simpleImage + * i2c: Documentation: fix device matching description + * i2c: Fix bad hint about irqs in i2c.h + * powerpc/legacy_serial: Bail if reg-offset/shift properties are present + * powerpc/mpc5200: Fix lite5200b suspend/resume + * ipv4: fix sysctl documentation of time related values + * net-sched: change tcf_destroy_chain() to clear start of filter list + * net-sched: fix filter destruction in atm/hfsc qdisc destruction + * netlink: Unneeded local variable + * net: Tyop of sk_filter() comment + * netdevice: Fix wrong string handle in kernel command line parsing + * net: fib_rules: fix error code for unsupported families + * dm crypt: use cond_resched + * V4L/DVB (8178): uvc: Fix compilation breakage for the other drivers, if + uvc is selected + * PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev. + * PCI: acpiphp: cleanup notify handler on all root bridges + * drivers/input/ff-core.c needs + * DRM/i915: only use tiled blits on 965+ + * tty: Fix inverted logic in send_break + * x86: fix Intel Mac booting with EFI + * arch/x86/mm/init_64.c: early_memtest(): fix types + * 9p: fix O_APPEND in legacy mode + * slub: Do not use 192 byte sized cache if minimum alignment is 128 byte + * Do not overwrite nr_zones on !NUMA when initialising zlcache_ptr + * [MIPS] IP32: Fix unexpected irq 71 + * [MIPS] IP22: Fix crashes due to wrong L1_CACHE_BYTES + * [MIPS] cevt-txx9: Reset timer counter on initialization + * hrtimer: prevent migration for raising softirq + * svcrpc: fix handling of garbage args + * OHCI: Fix problem if SM501 and another platform driver is selected + * USB: fix cdc-acm resume() + * USB: ehci - fix timer regression + * USB: ohci - record data toggle after unlink + * USB: mass storage: new id for US_SC_CYP_ATACB + * sisusbvga: Fix oops on disconnect. + * USB: New device ID for ftdi_sio driver + * USB: fix interrupt disabling for HCDs with shared interrupt handlers + * USB: don't lose disconnections during suspend + * USB: another option device id + * USB: add a pl2303 device id + * USB: fix Oops on loading ipaq module since 2.6.26 + * USB: adding comment for ipaq forcing number of ports + * [MIPS] Fix bug in atomic_sub_if_positive. + * xen: fix address truncation in pte mfn<->pfn conversion + * sata_sil24: add DID for another adaptec flavor + * ahci: always clear all bits in irq_stat + * libata-sff: improve HSM violation reporting + * sata_mv: safer logic for limit_warnings + * Update maintainers for powerpc + * Christoph has moved + * mm: dirty page accounting vs VM_MIXEDMAP + * rtc: rtc_read_alarm() handles wraparound + * firmware: fix the request_firmware() dummy + * serial: fix serial_match_port() for dynamic major tty-device numbers + * get_user_pages(): fix possible page leak on oom + * rtc-x1205: Fix alarm set + * rtc: fix CMOS time error after writing /proc/acpi/alarm + * pci: VT3336 can't do MSI either + * Miguel Ojeda has moved + * ext3: add missing unlock to error path in ext3_quota_write() + * ext4: add missing unlock to an error path in ext4_quota_write() + * reiserfs: add missing unlock to an error path in reiserfs_quota_write() + * ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev() + * lib: taint kernel in common report_bug() WARN path. + * gpio: pca953x (i2c) handles max7310 too + * fsl_diu_fb: fix build with CONFIG_PM=y, plus fix some warnings + * Update taskstats-struct document for scaled time accounting + * cciss: fix regression that no device nodes are created if no logical + drives are configured. + * delay accounting: maintainer update + * Doc*/kernel-parameters.txt: fix stale references + * hdaps: add support for various newer Lenovo thinkpads + * mn10300: export certain arch symbols required to build allmodconfig + * mn10300: provide __ucmpdi2() for MN10300 + * Introduce rculist.h + * man-pages is supported + * ntfs: update help text + * add kernel-doc for simple_read_from_buffer and memory_read_from_buffer + * w100fb: do not depend on SHARPSL + * w100fb: add 80 MHz modeline + * MFD maintainer + * cgroups: document the effect of attaching PID 0 to a cgroup + * spi: fix the read path in spidev + * doc: doc maintainers + * security: filesystem capabilities: fix fragile setuid fixup code + * security: filesystem capabilities: fix CAP_SETPCAP handling + * Alpha Linux kernel fails with inconsistent kallsyms data + * cpusets: document proc status cpus and mems allowed lists + * MAINTAINERS: update the email address of Andreas Dilger + * cciss: read config to obtain max outstanding commands per controller + * olpc: sdhci: add quirk for the Marvell CaFe's vdd/powerup issue + * olpc: sdhci: add quirk for the Marvell CaFe's interrupt timeout + * cpumask: introduce new APIs + * mm: switch node meminfo Active & Inactive pages to Kbytes + * Update MAINTAINERS file for the TPM device driver + * devcgroup: fix odd behaviour when writing 'a' to devices.allow + * doc: document the relax_domain_level kernel boot argument + * mmc: don't use DMA on newer ENE controllers + * mempolicy: mask off internal flags for userspace API + * x86 ACPI: normalize segment descriptor register on resume + * x86 ACPI: fix resume from suspend to RAM on uniprocessor x86-64 + * softlockup: print a module list on being stuck + * ide: fix hwif->gendev refcounting + * ide: ide_unregister() warm-plug bugfix + * ide: ide_unregister() locking bugfix + * ahci: give another shot at clearing all bits in irq_stat + * Fix clear_refs_write() use of struct mm_walk + * Move _RET_IP_ and _THIS_IP_ to include/linux/kernel.h + * Fix pagemap_read() use of struct mm_walk + * Linux 2.6.26-rc9 + * Revert "USB: don't explicitly reenable root-hub status interrupts" + * Revert "PCI: Correct last two HP entries in the bfsort whitelist" + * iwlwifi: fix incorrect 5GHz rates reported in monitor mode + * iwlwifi: drop skb silently for Tx request in monitor mode + * libertas: support USB persistence on suspend/resume (resend) + * tcp: net/ipv4/tcp.c needs linux/scatterlist.h + * tcp: fix a size_t < 0 comparison in tcp_read_sock + * bridge: fix use-after-free in br_cleanup_bridges() + * Add missing skb->dev assignment in Frame Relay RX code + * forcedeth: fix lockdep warning on ethtool -s + * ehea: fix might sleep problem + * ehea: add MODULE_DEVICE_TABLE + * ehea: fix race condition + * ehea: Access iph->tot_len with correct endianness + * pasemi_mac: Access iph->tot_len with correct endianness + * ibm_newemac: Fixes kernel crashes when speed of cable connected changes + * ibm_newemac: Fixes entry of short packets + * fs_enet: restore promiscuous and multicast settings in restart() + * can: add sanity checks + * x86: KVM guest: Add memory clobber to hypercalls + * KVM: IOAPIC: Fix level-triggered irq injection hang + * [SCSI] erase invalid data returned by device + * pxamci: fix byte aligned DMA transfers + * vsprintf: split out '%s' handling logic + * vsprintf: split out '%p' handling logic + * vsprintf: add infrastructure support for extended '%p' specifiers + * vsprintf: add support for '%pS' and '%pF' pointer formats + * powerpc: Fix unterminated of_device_id array in legacy_serial.c + * [UML] fix gcc ICEs and unresolved externs + * ocfs2/dlm: Fixes oops in dlm_new_lockres() + * hostap_cs: correct poor NULL checks in suspend/resume routines + * drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bit + * mac80211: move netif_carrier_on to after + ieee80211_bss_info_change_notify + * mac80211: Only flush workqueue when last interface was removed + * zd1211rw: add ID for AirTies WUS-201 + * ssb-pcicore: Fix IRQ-vector init on embedded devices + * mac80211: don't report selected IBSS when not found + * crypto: tcrypt - Fix memory leak in test_cipher + * sctp: Mark the tsn as received after all allocations finish + * [S390] protect _PAGE_SPECIAL bit against mprotect + * irda: via-ircc proper dma freeing + * irda: New device ID for nsc-ircc + * irda: Fix netlink error path return value + * [SCSI] mptspi: fix oops in mptspi_dv_renegotiate_work() + * Correct hash flushing from huge_ptep_set_wrprotect() + * ide: add __ide_default_irq() inline helper + * palm_bk3710: fix IDECLK period calculation + * it8213: fix return value in it8213_init_one() + * [MIPS] Atlas, decstation: Fix section mismatches triggered by + defconfigs + * [MIPS] Fix 32bit kernels on R4k with 128 byte cache line size + * NFS: Fix readdir cache invalidation + * SUNRPC: Fix a double-free in rpcbind + * SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookups + * reiserfs: discard prealloc in reiserfs_delete_inode + * Fix broken fix for fsl-diu-db + * RDMA/cxgb3: Fix regression caused by class_device -> device conversion + * ipv6: fix race between ipv6_del_addr and DAD timer + * sctp: Add documentation for sctp sysctl variable + * kernel/printk.c: Made printk_recursion_bug_msg static. + * powerpc: Add missing reference to coherent_dma_mask + * rc80211_pid: Fix fast_start parameter handling + * rt2x00: Disable synchronization during initialization + * zd1211rw: stop beacons on remove_interface + * libertas: fix memory alignment problems on the blackfin + * netfilter: nf_conntrack_tcp: fix endless loop + * netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMP + * md: ensure all blocks are uptodate or locked when syncing + * sched: fix cpu hotplug + * x86: fix /dev/mem compatibility under PAT + * crypto: chainiv - Invoke completion function + * ocfs2: Fix flags in ocfs2_file_lock + * kernel/kprobes.c: Made kprobe_blacklist static. + * arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file + because it shouldn't be tracked. + * ftrace: Documentation + * Fix PREEMPT_RCU without HOTPLUG_CPU + * sched: fix cpu hotplug, cleanup + * exec: fix stack excutability without PT_GNU_STACK + * slub: Fix use-after-preempt of per-CPU data structure + * Documentation: clarify tcp_{r,w}mem sysctl docs + * ip: sysctl documentation cleanup + * tcp: correct kcalloc usage + * ipv4: fib_trie: Fix lookup error return + * netlabel: netlink_unicast calls kfree_skb on error path by itself + * ipv6: missed namespace context in ipv6_rthdr_rcv + * xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_info + * tun: Persistent devices can get stuck in xoff state + * tpm: add Intel TPM TIS device HID + * rapidio: fix device reference counting + * Fix name of Russell King in various comments + * rtc: fix reported IRQ rate for when HPET is enabled + * libata-acpi: filter out DIPM enable + * Added Targa Visionary 1000 IDE adapter to pata_sis.c + * libata-acpi: don't call sleeping function from invalid context + * Fix reference counting race on log buffers + * [SCSI] ipr: Fix HDIO_GET_IDENTITY oops for SATA devices + * IPMI: return correct value from ipmi_write + * x86: fix ldt limit for 64 bit + * [SCSI] fusion: default MSI to disabled for SPI and FC controllers + * [SCSI] bsg: fix oops on remove + * drivers/char/pcmcia/ipwireless/hardware.c fix resource leak + * drivers/isdn/i4l/isdn_common.c fix small resource leak + * fbdev: bugfix for multiprocess defio + * serial8250: sanity check nr_uarts on all paths. + * ov7670: clean up ov7670_read semantics + * rtc-fm3130: fix chip naming + * rtc-pcf8563: add chip id + * OProfile kernel maintainership changes + * frv: fix irqs_disabled() to return an int, not an unsigned long + * cifs: fix inode leak in cifs_get_inode_info_unix + * cifs: fix wksidarr declaration to be big-endian friendly + * cpusets, hotplug, scheduler: fix scheduler domain breakage + * Documentation/HOWTO: correct wrong kernel bugzilla FAQ URL + * devcgroup: always show positive major/minor num + * devcgroup: fix permission check when adding entry to child cgroup + * Linux 2.6.26 + + -- Ben Collins Mon, 14 Jul 2008 13:41:50 -0400 + +linux (2.6.26-3.9) intrepid; urgency=low + + * abi: Add dca and ioatdma to modules.ignore + + [ 2.6.26-3.8 ] + + [ Ben Collins ] + + * ubuntu: Add heci driver 3.2.0.24 + * ubuntu: Add heci to kconfig/kbuild + * config: Enable heci module on all flavours + * dm-bbr: Update to get it to compile with 2.6.26 + * config: Enable dm-bbr + * ubuntu: Add some media drivers + * config: Enable misc media drivers + * udeb: Switch to uvesafb in fb-modules + * abi: Add more modules to ignore (known) + + [ 2.6.26-3.7 ] + + [Amit Kucheria] + + * SAUCE: make fc transport removal of target configurable + - LP: #163075 + * SAUCE: pm: Config option to disable handling of console during + suspend/resume + + [Ben Collins] + + * SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps + * SAUCE: irda: Default to dongle type 9 on IBM hardware + * SAUCE: tulip: Let dmfe handle davicom on non-sparc + * SAUCE: tulip: Define ULI PCI ID's + * SAUCE: version: Implement version_signature proc file. + * build: Cleanup arches + * build: Remove remnants of unused binary-custom infrastructure + * build: Remove disable_d_i (not needed) and cleanup ppa build stuff + * ubuntu: New modules, acer-acpi + * build: Remove -virtual, and rebuild configs + * ubuntu: Add drbd module + * acer-acpi: Fix makefile + * x86/Kconfig: Fix missing quote for ubuntu Kconfig source + * ubuntu: Add iscsitarget module + * ubuntu: Added Amiga FS driver + * ubuntu: Add squashfs driver + * ubuntu: Remove asfs (Amiga FS). Need to be in linux-ports instead + * squashfs: Move headers to real include directory + * build/configs: The Great Config Consistency Check of 2008 + * ubuntu: Move third-party includes to ubuntu/include + * ubuntu: Add aufs module + * ubuntu: Added atl2 driver + * ubuntu: Add dm-radi4-5 driver + * build: Add CONFIG_DEBUG_SECTION_MISMATCH=y to get old style warnings + from build + * ubuntu/Makefile: Fixup dm-raid4-5 and add kludge for kbuild + * squashfs: Fixes for VFS changes + * ubuntu/dm-raid4-5: Fixups for moved/renamed headers/functions in core + md + * ubuntu: Add ndiswrapper driver + * d-i: Update module listings + * build: Disable xd block device (ancient) + * ndiswrapper: Fixup makefile + * d-i: Remove efi-modules. The only module, efivars, is built-in + * build: Remove install-source, obsolete and caused build failure + * Ubuntu-2.6.26-1.3 + * build: linux-doc rules got broken when disabling html side. Fixed now. + * Ubuntu-2.6.26-1.4 + * x86: Update to -rc6 allows CONFIG_PCI_OLPC to work with PCI_GOANY + * d-i: Make virtio-ring optional (it's built-in on i386) + * Ubuntu-2.6.26-1.4 + * Ubuntu-2.6.26-1.5 + * config: Enable DVB devices + * ubuntu/aufs: Make aufs a bool config, since it needs to be built-in + * config: Build aufs into the kernels + * build: Fix arguments passed to link-headers script + * config: Disable early printk + * d-i: Move isofs to storage-core and kill st (scsi tape) from list + * config: Enable non-promiscuous access to /dev/mem + * x86: Add option to disable decompression info messages + * config: Enable no-bz-chatter config options + * build: Re-add linux-source package + * d-i: Re-add socket-modules. Accidentally removed + - LP: #241295 + * Ubuntu-2.6.26-2.6 + * Use makedumpfile to generate a vmcoreinfo file. + * build: Build-Depend on makedumpfile for vmcoreinfo generation + * build: Remove debug print from git-ubuntu-log + * Updated configs for -rc7 + * build: postinst, do not call depmod with -F + * config: Enable rtc-cmos as a built-in driver. + * control: Provide ndiswrapper-modules-1.9 + * build: Generate vmcoreinfo in image build for crashdumps without debug + image + * config: Disable vesafb, since we'll prefer uvesafb + * build: Copy uvesafb module to initrd mod directory + * abi-check: New, more robust script + * config: Enable heap randomization by default + * abi-check: Cleanup output and call with perl (not $SHELL) + * abi: Ignore missing vesafb (known) + * config: Disable pcspkr (in favor of snd-pcsp) + * swap: Add notify_swap_entry_free callback for compcache + * compcache: Added ram backed compressed swap module + * ubuntu: Enable kbuild and kconfig for compcache + * config: Enable compcache and tlsf allocator as modules + * config: Updated for -rc8. Disables XEN on i386 + * config: Switch i386-server to 64G, enable PAE, 64-bit res, and XEN + * ubuntu: Add misc drivers from hardy lum + * ubuntu: Enable build of misc/ subdir + * config: Enable misc drivers + * aufs: Fix warning about single non-string-literal arg to printf style + function + * drivers: Remove some duplicate device entries in various modules + * config: Disable some duplicate drivers + * keyspan: Remove duplicate device ID's + * check-aliases: Cleanup output, and fix rolling checks + * ubuntu: Disable dm-bbr for now + * dm-bbr: First cut at forward portiong. Still needs work. + * ubuntu: Disable dm-bbr in kbuild/kconfig + + [Chuck Short] + + * SAUCE: ata: blacklist FUJITSU MHW2160BH PL + - LP: #175834 + * SAUCE: [USB]: add ASUS LCM to the blacklist + + [Colin Ian King] + + * SAUCE: airprime.c supports more devices + - LP: #208250 + * SAUCE: Enable speedstep for sonoma processors. + - LP: #132271 + * Add dm-loop + * Add dm-loop BOM + + [Kyle McMartin] + + * SAUCE: fix orinoco_cs oops + + [Mario Limonciello] + + * SAUCE: Enable Reset and SCO workaround on Dell 410 BT adapter + + [Matthew Garrett] + + * SAUCE: hostap: send events on data interface as well as master + interface + + [Phillip Lougher] + + * SAUCE: r8169: disable TSO by default for RTL8111/8168B chipsets. + + [Stefan Bader] + + * SAUCE: Export dm_disk function of device-mapper + * SAUCE: Restore VT fonts on switch + * SAUCE: Always use SCO protocol (disable eSCO support) Bug: #39414 + * SAUCE: mmc: Increase power_up deleay to fix TI readers OriginalAuthor: + Pascal Terjan Bug: #137686 + * SAUCE: Add blacklist support to fix Belkin bluetooth dongle. Bug: + #140511 + * SAUCE: Lower warning level of pci resource allocation messages. Bug: + 159241 + * SAUCE: Lower message level for PCI memory and I/O allocation. + - LP: #159241 + * Modify log generation to catch bug numbers when adding with git-am. + + [Tim Gardner] + + * Added the debian directory. Ignore: yes + * Add support for UBUNTUINCLUDE Ignore: yes + * LUM headers go in /usr/src Ignore: yes + * First pass at 2.6.25 configs Ignore: yes + * i386 -generic builds. Ignore: yes + * SAUCE: Increase CONFIG_IDE_MAX_HWIFS to 8 (from 4) + * SAUCE: Add extra headers to linux-libc-dev OriginalAuthor: Soren Hansen + OriginalLocation: + https://lists.ubuntu.com/archives/kernel-team/2007-November/001891.html + * Set CONFIG_DEVKMEM=n Ignore: yes + * Enabled ALSA and CGROUPS for i386 Ignore: yes + * Enabled amd64 configs. Ignore: yes + * CONFIG_STANDALONE=n Ignore: yes + * CONFIG_BLK_DEV_4DRIVES=n for i386 Ignore: yes + * CONFIG: CONFIG_DEFAULT_RELATIME=y for all flavours. Ignore: yes + * Set CONFIG_EDD_OFF=y Ignore: yes + * SAUCE: Blacklist Bluetooth Dell Wireless 370 for SCO MTU + OriginalAuthor: Mario Limonciello Bug: + #209715 + * SAUCE: Catch nonsense keycodes and silently ignore + * SAUCE: frame buffer regression - screen blank except for blinking + cursor after fbcon vtswitch OriginalAuthor: Matthew Garrett + Bug: #201591 + * SAUCE: Added support for HDAPS on various ThinkPads from Lenovo and IBM + OriginalAuthor: Klaus S. Madsen + OriginalAuthor: Chuck Short + * SAUCE: Guest OS does not recognize a lun with non zero target id on + Vmware ESX Server + * SAUCE: orinoco_cs.ko missing + * Set CONFIG_FB_VESA=m for i386/amd64 Ignore: yes + * Set CONFIG_PM_DISABLE_CONSOLE=y for all flavours Ignore: yes + * Thorough review of amd64 -generic config Ignore: yes + * Build PPA packages for Hardy until the Intrepid archive is opened. + * Deleted obsolete flavours Ignore: yes + * Don't build docs for PPA Ignore: yes + * Build all standard packages in PPA. Ignore: yes + * Remove duplicate USB ids + * SAUCE: DVB-USB UMT-010 driver oops on install Bug: #115284 + * Update configs after rebase to 2.6.26-rc1 Ignore: yes + * Update configs after rebase Ignore: yes + * Disable V4L until the build issues get ironed out. Ignore: yes + * Update configs after rebase. Ignore: yes + * Another device enable pass Ignore: yes + * Update configs after merge. Ignore: yes + * SAUCE: fn key doesn't work in hardy with macbook pro fourth generation + (4,1) + - LP: #207127 + * Enabled CONFIG_CIFS_DFS_UPCALL=y and CONFIG_CIFS_UPCALL=y + - LP: #236830 + + [Upstream Kernel Changes] + + * Revert "[WATCHDOG] hpwdt: Add CFLAGS to get driver working" + * mac80211: detect driver tx bugs + * hwmon: (lm85) Fix function RANGE_TO_REG() + * hwmon: (adt7473) Initialize max_duty_at_overheat before use + * hwmon: Update the sysfs interface documentation + * hwmon: (abituguru3) Identify Abit AW8D board as such + * hwmon: (w83791d) new maintainer + * hwmon: (abituguru3) update driver detection + * hwmon: (lm75) sensor reading bugfix + * ipv6: Remove options header when setsockopt's optlen is 0 + * ipv6: Drop packets for loopback address from outside of the box. + * sched: rt: dont stop the period timer when there are tasks wanting to + run + * sched: fix wait_for_completion_timeout() spurious failure under heavy + load + * x86: fix NULL pointer deref in __switch_to + * xen: Use wmb instead of rmb in xen_evtchn_do_upcall(). + * xen: mask unwanted pte bits in __supported_pte_mask + * xen: don't drop NX bit + * sched: refactor wait_for_completion_timeout() + * Ext4: Fix online resize block group descriptor corruption + * [IA64] SN2: security hole in sn2_ptc_proc_write + * alpha: fix module load failures on smp (bug #10926) + * alpha: link failure fix + * alpha: fix compile failures with gcc-4.3 (bug #10438) + * alpha: resurrect Cypress IDE quirk + * pppoe: warning fix + * sctp: Make sure N * sizeof(union sctp_addr) does not overflow. + * netns: Don't receive new packets in a dead network namespace. + * Add return value to reserve_bootmem_node() + * Slab: Fix memory leak in fallback_alloc() + * Fix performance regression on lmbench select benchmark + * ALSA: aw2 - Fix Oops at initialization + * ALSA: sb - Fix wrong assertions + * futexes: fix fault handling in futex_lock_pi + * IB/mthca: Clear ICM pages before handing to FW + * tty_driver: Update required method documentation + * removed unused var real_tty on n_tty_ioctl() + * Fix ZERO_PAGE breakage with vmware + * mm: fix race in COW logic + * NFS: Reduce the NFS mount code stack usage. + * NFS: Fix filehandle size comparisons in the mount code + * NFS: nfs_updatepage(): don't mark page as dirty if an error occurred + * alpha: fix compile error in arch/alpha/mm/init.c + * KVM: Fix race between timer migration and vcpu migration + * KVM: close timer injection race window in __vcpu_run + * KVM: MMU: Fix rmap_write_protect() hugepage iteration bug + * KVM: MMU: large page update_pte issue with non-PAE 32-bit guests + (resend) + * KVM: MMU: Fix oops on guest userspace access to guest pagetable + * KVM: ioapic: fix lost interrupt when changing a device's irq + * KVM: VMX: Fix host msr corruption with preemption enabled + * [GFS2] BUG: unable to handle kernel paging request at ffff81002690e000 + * xen: remove support for non-PAE 32-bit + * kgdb: documentation update - remove kgdboe + * kgdb: sparse fix + * [IA64] Fix boot failure on ia64/sn2 + * [IA64] Handle count==0 in sn2_ptc_proc_write() + * [IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte() + * [GFS2] fix gfs2 block allocation (cleaned up) + * x86: Add structs and functions for paravirt clocksource + * x86: Make xen use the paravirt clocksource structs and functions + * KVM: Make kvm host use the paravirt clocksource structs + * x86: KVM guest: Use the paravirt clocksource structs and functions + * KVM: Remove now unused structs from kvm_para.h + * enable bus mastering on i915 at resume time + * Linux 2.6.26-rc8 + * # Ubuntu external driver commit. + * # Ubuntu commit template. + + -- Ben Collins Sat, 21 Jun 2008 09:05:15 -0400 + +linux (2.6.26-2.6) intrepid; urgency=low + + [Ben Collins] + + * Revert "SAUCE: Export symbols for aufs (in lum) (not needed) + * config: Enable DVB devices + * ubuntu/aufs: Make aufs a bool config, since it needs to be built-in + * config: Build aufs into the kernels + * build: Fix arguments passed to link-headers script + * config: Disable early printk + * d-i: Move isofs to storage-core and kill st (scsi tape) from list + * config: Enable non-promiscuous access to /dev/mem + * x86: Add option to disable decompression info messages + * config: Enable no-bz-chatter config options + * build: Re-add linux-source package + * d-i: Re-add socket-modules. Accidentally removed + - LP: #241295 + + [Colin Ian King] + + * Add dm-loop + + [Tim Gardner] + + * Revert "SAUCE: USB bluetooth device 0x0e5e:0x6622 floods errors to + syslog (merged upstream) + + -- Ben Collins Mon, 16 Jun 2008 10:56:01 -0400 + +linux (2.6.26-1.5) intrepid; urgency=low + + * d-i: Make virtio-ring optional (it's built-in on i386) + * Rebased on 2.6.26-rc6 + + [Ubuntu-2.6.26-1.4 Changes below] + + * build: linux-doc rules got broken when disabling html side. Fixed now. + + [Ubuntu-2.6.26-1.3 Changes below] + + * build: Remove install-source, obsolete and caused build failure + + [Ubuntu-2.6.26-1.2 Changes below] + + * Remove efi-modules from d-i module list (efivars is built-in). Caused a + build failure. + * Patch to arch/x86/xen/time.c to remove __divdi3 usage (build failure on + i386). + + [Ubuntu-2.6.26-1.1 Changes below] + + [Amit Kucheria] + + * SAUCE: make fc transport removal of target configurable + * SAUCE: Add AGP support for Radeon Mobility 9000 chipset + * SAUCE: pm: Config option to disable handling of console during + suspend/resume + + [Ben Collins] + + * SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps + * SAUCE: irda: Default to dongle type 9 on IBM hardware + * SAUCE: tulip: Let dmfe handle davicom on non-sparc + * SAUCE: tulip: Define ULI PCI ID's + * SAUCE: version: Implement version_signature proc file. + * build: Remove remnants of unused binary-custom infrastructure + * mmc_block: Fix bad allocation on 64-bit (zero len array) + * ubuntu: New modules, acer-acpi + * build: Remove -virtual, and rebuild configs + * ubuntu: Add drbd module + * ubuntu: Add iscsitarget module + * ubuntu: Add squashfs driver + * build/configs: The Great Config Consistency Check of 2008 + * ubuntu: Add aufs module + * ubuntu: Added atl2 driver + * ubuntu: Add dm-radi4-5 driver + * build: Add CONFIG_DEBUG_SECTION_MISMATCH=y to get old style warnings + from build + * squashfs: Fixes for VFS changes + * ubuntu/dm-raid4-5: Fixups for moved/renamed headers/functions in core + md + * ubuntu: Add ndiswrapper driver + * d-i: Update module listings + + [Chuck Short] + + * SAUCE: ata: blacklist FUJITSU MHW2160BH PL + * SAUCE: [USB]: add ASUS LCM to the blacklist + + [Colin Ian King] + + * SAUCE: Enable speedstep for sonoma processors. + * SAUCE: airprime.c supports more devices + + [Kyle McMartin] + + * SAUCE: fix orinoco_cs oops + + [Mario Limonciello] + + * SAUCE: Enable Reset and SCO workaround on Dell 410 BT adapter + + [Matthew Garrett] + + * SAUCE: hostap: send events on data interface as well as master + interface + + [Phillip Lougher] + + * SAUCE: r8169: disable TSO by default for RTL8111/8168B chipsets. + + [Stefan Bader] + + * SAUCE: Export dm_disk function of device-mapper + * SAUCE: Restore VT fonts on switch + * SAUCE: Always use SCO protocol (disable eSCO support) Bug: #39414 + * SAUCE: mmc: Increase power_up deleay to fix TI readers + * SAUCE: Add blacklist support to fix Belkin bluetooth dongle. + * SAUCE: Lower warning level of pci resource allocation messages. + * SAUCE: Lower message level for PCI memory and I/O allocation. + - LP: #159241 + * Modify log generation to catch bug numbers when adding with git-am. + + [Tim Gardner] + + * SAUCE: hdaps module does not load on Thinkpad T61P + * SAUCE: Add extra headers to linux-libc-dev + * SAUCE: Export symbols for aufs (in lum). + * SAUCE: USB bluetooth device 0x0e5e:0x6622 floods errors to syslog + * SAUCE: Blacklist Bluetooth Dell Wireless 370 for SCO MTU + * SAUCE: Catch nonsense keycodes and silently ignore + * SAUCE: frame buffer regression - screen blank except for blinking + cursor after fbcon vtswitch + * SAUCE: Added support for HDAPS on various ThinkPads from Lenovo and IBM + * SAUCE: Guest OS does not recognize a lun with non zero target id on + Vmware ESX Server + * SAUCE: Modualrize vesafb + * SAUCE: DVB-USB UMT-010 driver oops on install + * SAUCE: fn key doesn't work in hardy with macbook pro fourth generation + (4,1) + - LP: #207127 + + -- Ben Collins Wed, 11 Jun 2008 05:28:35 -0400 --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/amd64/config.common.amd64 +++ linux-lts-utopic-3.16.0/debian.utopic/config/amd64/config.common.amd64 @@ -0,0 +1,159 @@ +# +# Config options for config.common.amd64 automatically generated by splitconfig.pl +# +CONFIG_64BIT=y +CONFIG_AC97_BUS=m +CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11" +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +CONFIG_ARCH_RANDOM=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +CONFIG_ATA_GENERIC=y +# CONFIG_ATA_NONSTANDARD is not set +CONFIG_ATA_PIIX=y +CONFIG_AUDIT_ARCH=y +CONFIG_BCH=m +CONFIG_CC_STACKPROTECTOR=y +CONFIG_CRASH_DUMP=y +# CONFIG_CXL_BASE is not set +# CONFIG_DEFAULT_CFQ is not set +CONFIG_DEFAULT_DEADLINE=y +CONFIG_DEFAULT_IOSCHED="deadline" +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +# CONFIG_EM_TIMER_STI is not set +CONFIG_FB_ATY128=m +CONFIG_FB_BOOT_VESA_SUPPORT=y +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +# CONFIG_FB_MACMODES is not set +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_SYS_IMAGEBLIT=m +CONFIG_FB_UDL=m +CONFIG_FB_VOODOO1=m +# CONFIG_FONTS is not set +CONFIG_FRAME_WARN=1024 +CONFIG_FUNCTION_TRACER=y +CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY=0 +CONFIG_GPIO_GENERIC=m +CONFIG_GPIO_GENERIC_PLATFORM=m +CONFIG_GPIO_TWL4030=m +CONFIG_GPIO_TWL6040=m +# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set +# CONFIG_HAVE_AOUT is not set +CONFIG_HAVE_BOOTMEM_INFO_NODE=y +# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_HIBERNATION=y +CONFIG_HOTPLUG_PCI_PCIE=y +CONFIG_HOTPLUG_PCI_SHPC=m +CONFIG_HUGETLB_PAGE=y +CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 +CONFIG_IMA=y +CONFIG_IPMI_SI_PROBE_DEFAULTS=y +CONFIG_JUMP_LABEL=y +CONFIG_KVM=m +CONFIG_LOG_BUF_SHIFT=18 +CONFIG_LUSTRE_FS=m +CONFIG_MFD_SM501=m +# CONFIG_MFD_TMIO is not set +CONFIG_MII=m +CONFIG_MMC_BLOCK=m +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_PLTFM=m +CONFIG_MTD=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_CMDLINE_PARTS=m +CONFIG_MTD_NAND=m +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC=m +CONFIG_MTD_NAND_IDS=m +CONFIG_MUSB_PIO_ONLY=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +# CONFIG_NET_XGENE is not set +CONFIG_NODES_SHIFT=6 +CONFIG_NOP_USB_XCEIV=m +CONFIG_NO_HZ_FULL=y +# CONFIG_NO_HZ_IDLE is not set +CONFIG_NR_CPUS=256 +CONFIG_NUMA=y +CONFIG_NVRAM=m +CONFIG_OUTPUT_FORMAT="elf64-x86-64" +CONFIG_PATA_SIS=y +CONFIG_PCCARD=m +CONFIG_PHYSICAL_ALIGN=0x1000000 +CONFIG_PHYSICAL_START=0x1000000 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_PHY_SAMSUNG_USB2=m +CONFIG_PPS=m +CONFIG_PROBE_EVENTS=y +# CONFIG_PSTORE_CONSOLE is not set +CONFIG_PSTORE_RAM=m +CONFIG_PTP_1588_CLOCK=m +CONFIG_RANDOMIZE_BASE_MAX_OFFSET=0x40000000 +CONFIG_RCU_CPU_STALL_TIMEOUT=60 +CONFIG_RCU_FANOUT=64 +CONFIG_RCU_FAST_NO_HZ=y +CONFIG_RCU_NOCB_CPU=y +CONFIG_RCU_USER_QS=y +CONFIG_REED_SOLOMON=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_REGULATOR_TWL4030=m +CONFIG_RTC_DRV_CMOS=y +CONFIG_RTC_DRV_DS3232=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_RTC_DRV_TWL4030=m +CONFIG_RTC_DRV_XGENE=m +CONFIG_SAMSUNG_USB2PHY=m +CONFIG_SAMSUNG_USB3PHY=m +CONFIG_SAMSUNG_USBPHY=m +CONFIG_SATA_AHCI_PLATFORM=m +CONFIG_SATA_SVW=m +CONFIG_SCHED_SMT=y +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_SENSORS_SCH56XX_COMMON=m +CONFIG_SERIAL_8250_DW=m +# CONFIG_SH_TIMER_CMT is not set +# CONFIG_SH_TIMER_MTU2 is not set +CONFIG_SND=m +CONFIG_SND_COMPRESS_OFFLOAD=m +CONFIG_SND_DMAENGINE_PCM=m +CONFIG_SND_HDA_INTEL=m +# CONFIG_SND_OPL4_LIB_SEQ is not set +CONFIG_SND_PCM=m +# CONFIG_SND_SBAWE_SEQ is not set +CONFIG_SND_SOC=m +CONFIG_SND_SOC_FSL_SSI=m +CONFIG_SND_SOC_HDMI_CODEC=m +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_TIMER=m +CONFIG_SOUND=m +CONFIG_STACK_TRACER=y +# CONFIG_STANDALONE is not set +CONFIG_SYS_HYPERVISOR=y +CONFIG_TIGON3=m +CONFIG_UPROBES=y +CONFIG_USB_EHCI_HCD_PLATFORM=y +CONFIG_USB_GADGET=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +CONFIG_USB_MUSB_HDRC=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_OHCI_HCD_PLATFORM=y +CONFIG_USB_USBNET=m +# CONFIG_USB_UX500_DMA is not set +CONFIG_VFIO_IOMMU_TYPE1=m +CONFIG_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_X86_MINIMUM_CPU_FAMILY=64 +CONFIG_X86_SPEEDSTEP_LIB=m +CONFIG_XEN=y +CONFIG_XEN_MAX_DOMAIN_MEMORY=500 +CONFIG_ZONE_DMA32=y --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/amd64/config.flavour.generic +++ linux-lts-utopic-3.16.0/debian.utopic/config/amd64/config.flavour.generic @@ -0,0 +1,10 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# +CONFIG_HZ=250 +# CONFIG_HZ_1000 is not set +CONFIG_HZ_250=y +# CONFIG_IRQ_FORCED_THREADING_DEFAULT is not set +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_RCU is not set +CONFIG_PREEMPT_VOLUNTARY=y --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/amd64/config.flavour.lowlatency +++ linux-lts-utopic-3.16.0/debian.utopic/config/amd64/config.flavour.lowlatency @@ -0,0 +1,10 @@ +# +# Config options for config.flavour.lowlatency automatically generated by splitconfig.pl +# +CONFIG_HZ=1000 +CONFIG_HZ_1000=y +# CONFIG_HZ_250 is not set +CONFIG_IRQ_FORCED_THREADING_DEFAULT=y +CONFIG_PREEMPT=y +CONFIG_PREEMPT_RCU=y +# CONFIG_PREEMPT_VOLUNTARY is not set --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/annotations +++ linux-lts-utopic-3.16.0/debian.utopic/config/annotations @@ -0,0 +1,2146 @@ +# ARCH: x86 arm powerpc + +# not a thing +CONFIG_USB_OHCI_HCD_PLATFORM - flag +CONFIG_USB_EHCI_HCD_PLATFORM - flag +CONFIG_USB_OHCI_HCD_PPC_OF_LE - flag + +CONFIG_64BIT - flag + +# Overall defaults +set +all !flag EXPERIMENTAL !flag IGNORE !flag DEPRECATED ?type tristate = m + +# Mark debugging symbols. +# default all debug symbols off +set +pattern '(^|_)DEBUG(_|$)' ?type bool = n flag +set +pattern '(^|_)DEBUG(_|$)' ?type tristate = n flag +# exceptions +CONFIG_DEBUG_FS y note +CONFIG_DEBUG_KERNEL y note +CONFIG_DEBUG_RODATA y mark +CONFIG_DEBUG_SET_MODULE_RONX y mark +CONFIG_SLUB_DEBUG y +CONFIG_SCHED_DEBUG y + +# Menu: ROOT +CONFIG_SYSTEM_TRUSTED_KEYRING y + +# Menu: ROOT (arm) +CONFIG_ARM_DMA_IOMMU_ALIGNMENT 8 +CONFIG_ARM_PATCH_PHYS_VIRT y + +# Menu: ROOT (powerpc) +CONFIG_RELOCATABLE y +CONFIG_CPU_BIG_ENDIAN n +CONFIG_PPC64 y +CONFIG_CPU_LITTLE_ENDIAN y +CONFIG_NR_IRQS 512 +CONFIG_SCOM_DEBUGFS n + +# Menu: ROOT (x86) + +# Menu: Advanced setup (powerpc) +CONFIG_RELOCATABLE y + +# Menu: Boot options (arm) +CONFIG_KEXEC y +CONFIG_CRASH_DUMP y + +# Menu: Bus options (arm) + +# Menu: Bus options (powerpc) +CONFIG_FSL_LBC y + +# Menu: Bus options (x86) +CONFIG_ISA_DMA_API y +CONFIG_X86_SYSFB y +CONFIG_ISA y +CONFIG_EISA y +CONFIG_ALIX y +CONFIG_NET5501 y +CONFIG_GEOS y + +# Menu: Bus options >> PCCard (PCMCIA/CardBus) support +CONFIG_PCCARD p policy<(arch armel armhf ppc64el &/ value n) | value m> note +CONFIG_PCMCIA_LOAD_CIS y +CONFIG_CARDBUS y +CONFIG_YENTA_O2 y +CONFIG_YENTA_RICOH y +CONFIG_YENTA_TI y +CONFIG_YENTA_ENE_TUNE y +CONFIG_YENTA_TOSHIBA y + +# Menu: Bus options >> PCI support +CONFIG_PCI y +CONFIG_PCIEPORTBUS y +CONFIG_HOTPLUG_PCI_PCIE p policy<(arch ppc64el &/ value n) | value y> note +CONFIG_PCIEAER_INJECT n flag +CONFIG_PCI_IOAPIC p policy<(arch i386 amd64 &/ value y) | value m> note + +# Menu: Bus options >> PCI support (arm) + +# Menu: Bus options >> PCI support (powerpc) + +# Menu: Bus options >> PCI support (x86) +CONFIG_PCI_MMCONFIG y +CONFIG_PCI_GOANY y + +# Menu: Bus options >> PCI support >> PCI host controller drivers +CONFIG_PCI_IMX6 y +CONFIG_PCI_TEGRA y + +# Menu: Bus options >> PCI support >> RapidIO support +CONFIG_RAPIDIO y +CONFIG_RAPIDIO_DISC_TIMEOUT 30 +CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS n +CONFIG_RAPIDIO_DMA_ENGINE y + +# Menu: Bus options >> PCI support >> RapidIO support (powerpc) + +# Menu: Bus options >> PCI support >> RapidIO support (x86) + +# Menu: Bus options >> PCI support >> RapidIO support >> RapidIO Switch drivers + +# Menu: Bus options >> PCI support >> Support for PCI Hotplug +CONFIG_HOTPLUG_PCI y +CONFIG_HOTPLUG_PCI_ACPI y +CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM y + +# Menu: CAN Device Drivers + +# Menu: CAN Device Drivers >> CAN USB interfaces + +# Menu: CAN Device Drivers >> Platform CAN drivers with Netlink support +CONFIG_CAN_CALC_BITTIMING y +CONFIG_CAN_LEDS y + +# Menu: CAN Device Drivers >> Platform CAN drivers with Netlink support >> Bosch CC770 and Intel AN82527 devices + +# Menu: CAN Device Drivers >> Platform CAN drivers with Netlink support >> Bosch C_CAN/D_CAN devices + +# Menu: CAN Device Drivers >> Platform CAN drivers with Netlink support >> Philips/NXP SJA1000 devices +CONFIG_CAN_PEAK_PCIEC y + +# Menu: CPU Power Management >> CPU Frequency scaling +CONFIG_CPU_FREQ y +CONFIG_CPU_FREQ_STAT y note +CONFIG_CPU_FREQ_STAT_DETAILS y +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE y note +CONFIG_CPU_FREQ_GOV_PERFORMANCE y note +CONFIG_CPU_FREQ_GOV_POWERSAVE y note +CONFIG_CPU_FREQ_GOV_USERSPACE y note +CONFIG_CPU_FREQ_GOV_ONDEMAND y note +CONFIG_CPU_FREQ_GOV_CONSERVATIVE y note +CONFIG_CRYPTO_DEV_NX y + +# Menu: CPU Power Management >> CPU Frequency scaling >> ARM CPU frequency scaling drivers + +# Menu: CPU Power Management >> CPU Frequency scaling >> AVR32 CPU frequency scaling drivers + +# Menu: CPU Power Management >> CPU Frequency scaling >> CPUFreq processor drivers + +# Menu: CPU Power Management >> CPU Frequency scaling >> MIPS CPUFreq processor drivers + +# Menu: CPU Power Management >> CPU Frequency scaling >> PowerPC CPU frequency scaling drivers + +# Menu: CPU Power Management >> CPU Frequency scaling >> SH CPU Frequency scaling + +# Menu: CPU Power Management >> CPU Frequency scaling >> SPARC CPU frequency scaling drivers + +# Menu: CPU Power Management >> CPU Frequency scaling >> x86 CPU frequency scaling drivers +CONFIG_X86_INTEL_PSTATE y +CONFIG_X86_PCC_CPUFREQ y note +CONFIG_X86_ACPI_CPUFREQ y note +CONFIG_X86_ACPI_CPUFREQ_CPB y +CONFIG_X86_POWERNOW_K8 y note +CONFIG_X86_SPEEDSTEP_CENTRINO y note +CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE y +CONFIG_X86_SPEEDSTEP_ICH y note +CONFIG_X86_SPEEDSTEP_SMI y note +CONFIG_X86_CPUFREQ_NFORCE2 y note +CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK y + +# Menu: CPU Power Management >> CPU Idle +CONFIG_CPU_IDLE y +CONFIG_CPU_IDLE_MULTIPLE_DRIVERS y +CONFIG_CPU_IDLE_GOV_LADDER y +CONFIG_CPU_IDLE_GOV_MENU y + +# Menu: CPU Power Management >> CPU Idle >> ARM CPU Idle Drivers +CONFIG_ARM_BIG_LITTLE_CPUIDLE y +CONFIG_ARM_HIGHBANK_CPUIDLE p policy<(arch armhf & flavour generic &/ value n) | value y> note + +# Menu: Cryptographic API +set +tree-menu 'Cryptographic API' ?flag EXPERIMENTAL ?type bool = n +set +tree-menu 'Cryptographic API' ?flag EXPERIMENTAL ?type tristate = n +set +tree-menu 'Cryptographic API' !flag EXPERIMENTAL ?type tristate = m + +CONFIG_CRYPTO y mark +CONFIG_CRYPTO_MANAGER y note +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS y flag +CONFIG_CRYPTO_TEST m flag +CONFIG_CRYPTO_CBC y note +CONFIG_CRYPTO_ECB y note +CONFIG_CRYPTO_HMAC y note +CONFIG_CRYPTO_CRC32C y note +CONFIG_CRYPTO_CRC32C_INTEL y note +CONFIG_CRYPTO_CRCT10DIF y note +CONFIG_CRYPTO_MD5 y note +CONFIG_CRYPTO_SHA1 y note +CONFIG_CRYPTO_SHA256 y note +CONFIG_CRYPTO_SHA512 y note +CONFIG_CRYPTO_AES y note +CONFIG_CRYPTO_LZO y note + +# Menu: Cryptographic API >> Asymmetric (public-key cryptographic) key type +CONFIG_ASYMMETRIC_KEY_TYPE y note +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE y note +CONFIG_PUBLIC_KEY_ALGO_RSA y note +CONFIG_X509_CERTIFICATE_PARSER y note + +# Menu: Cryptographic API >> Hardware crypto devices +CONFIG_CRYPTO_HW y +CONFIG_CRYPTO_DEV_PADLOCK y note +CONFIG_CRYPTO_DEV_HIFN_795X_RNG y +CONFIG_CRYPTO_DEV_NX_COMPRESS y note + +# Menu: Device Drivers +CONFIG_POWER_AVS y +CONFIG_RESET_CONTROLLER y +CONFIG_VEXPRESS_CONFIG y +CONFIG_ARM_ARCH_TIMER_EVTSTREAM y + +# Menu: Device Drivers >> 1-wire Bus Masters + +# Menu: Device Drivers >> 1-wire Slaves +CONFIG_W1_SLAVE_DS2408_READBACK y +CONFIG_W1_SLAVE_DS2433_CRC n + +# Menu: Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED) +set +tree 'Device Drivers>>ATA/ATAPI/MFM/RLL support (DEPRECATED)' = n +# +CONFIG_IDE p policy<(arch powerpc ppc64el &/ value y) | value n> note +CONFIG_IDE_GD y +CONFIG_IDE_GD_ATA y +CONFIG_BLK_DEV_IDECD y +CONFIG_IDEPCI_PCIBUS_ORDER y +CONFIG_BLK_DEV_GENERIC y +CONFIG_BLK_DEV_AMD74XX y +CONFIG_IDE_PROC_FS y + +# Menu: Device Drivers >> Accelerometers + +# Menu: Device Drivers >> Accessibility support + +# Menu: Device Drivers >> Active cards + +# Menu: Device Drivers >> Amplifiers + +# Menu: Device Drivers >> Analog to digital converters +CONFIG_LP8788_ADC y +CONFIG_EXYNOS_ADC y + +# Menu: Device Drivers >> Android +CONFIG_ANDROID n + +# Menu: Device Drivers >> Atmel devices (AVR32 and AT91) + +# Menu: Device Drivers >> Auxiliary Display support +CONFIG_AUXDISPLAY y +CONFIG_KS0108_DELAY 2 +CONFIG_CFAG12864B_RATE 20 + +# Menu: Device Drivers >> Block devices +set +tree-menu 'Device Drivers>>Block devices' ?flag EXPERIMENTAL ?type bool = n +set +tree-menu 'Device Drivers>>Block devices' ?flag EXPERIMENTAL ?type tristate = n +set +tree-menu 'Device Drivers>>Block devices' !flag EXPERIMENTAL ?type tristate = m +# +CONFIG_BLK_DEV y +CONFIG_PARIDE_EPATC8 y +CONFIG_CISS_SCSI_TAPE y +CONFIG_BLK_DEV_UMEM m note +CONFIG_BLK_DEV_LOOP y note +CONFIG_BLK_DEV_LOOP_MIN_COUNT 8 +CONFIG_DRBD_FAULT_INJECTION n +CONFIG_BLK_DEV_RAM y note +CONFIG_BLK_DEV_RAM_COUNT 16 +CONFIG_BLK_DEV_RAM_SIZE 65536 +CONFIG_BLK_DEV_XIP n note +CONFIG_CDROM_PKTCDVD_BUFFERS 8 +CONFIG_CDROM_PKTCDVD_WCACHE n mark +CONFIG_XEN_BLKDEV_FRONTEND y note +CONFIG_VIRTIO_BLK y note +CONFIG_BLK_DEV_HD n note mark +CONFIG_BLK_DEV_RBD m note +CONFIG_MG_DISK_RES 0 + +# Menu: Device Drivers >> Broadcom specific AMBA +CONFIG_BCMA_HOST_PCI y +CONFIG_BCMA_HOST_SOC y +CONFIG_BCMA_DRIVER_GMAC_CMN y +CONFIG_BCMA_DRIVER_GPIO y + +# Menu: Device Drivers >> Bus devices +CONFIG_IMX_WEIM y +CONFIG_OMAP_INTERCONNECT y note +CONFIG_ARM_CCI y + +# Menu: Device Drivers >> Character devices +set +tree 'Device Drivers>>Character devices' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers>>Character devices' ?flag EXPERIMENTAL ?type tristate = n +set +tree 'Device Drivers>>Character devices' !flag EXPERIMENTAL ?type tristate = m +# +CONFIG_TTY y +CONFIG_VT y +CONFIG_CONSOLE_TRANSLATIONS y +CONFIG_VT_CONSOLE y +CONFIG_VT_HW_CONSOLE_BINDING y +CONFIG_UNIX98_PTYS y +CONFIG_DEVPTS_MULTIPLE_INSTANCES y +CONFIG_LEGACY_PTYS y +CONFIG_LEGACY_PTY_COUNT 0 +CONFIG_SERIAL_NONSTANDARD y +CONFIG_CYZ_INTR n +CONFIG_DEVKMEM n mark +CONFIG_TTY_PRINTK y +CONFIG_LP_CONSOLE n +CONFIG_HVC_XEN y +CONFIG_HVC_XEN_FRONTEND y +CONFIG_HW_RANDOM y +CONFIG_HW_RANDOM_ATMEL n note +CONFIG_NVRAM p policy<(arch powerpc &/ value y) | value m> note +CONFIG_MAX_RAW_DEVS 256 +CONFIG_HPET y +CONFIG_HPET_MMAP y +CONFIG_HPET_MMAP_DEFAULT y +CONFIG_HVC_DCC n +CONFIG_VIRTIO_CONSOLE y +CONFIG_HVC_CONSOLE y +CONFIG_HVC_OLD_HVSI n +CONFIG_HVC_OPAL y +CONFIG_HVC_RTAS y +CONFIG_HVC_UDBG n + +# Menu: Device Drivers >> Character devices >> IPMI top-level message handler +CONFIG_IPMI_PANIC_EVENT n + +# Menu: Device Drivers >> Character devices >> PCMCIA character devices + +# Menu: Device Drivers >> Character devices >> Serial drivers +CONFIG_SERIAL_8250 y note +CONFIG_SERIAL_8250_PNP y +CONFIG_SERIAL_8250_CONSOLE y +CONFIG_SERIAL_8250_DMA y +CONFIG_SERIAL_8250_PCI y +CONFIG_SERIAL_8250_NR_UARTS 48 +CONFIG_SERIAL_8250_RUNTIME_UARTS 32 +CONFIG_SERIAL_8250_EXTENDED y +CONFIG_SERIAL_8250_MANY_PORTS y +CONFIG_SERIAL_8250_SHARE_IRQ y +CONFIG_SERIAL_8250_DETECT_IRQ n +CONFIG_SERIAL_8250_RSA y +CONFIG_SERIAL_KGDB_NMI y +CONFIG_SERIAL_MAX310X y +CONFIG_SERIAL_SCCNXP y +CONFIG_SERIAL_SCCNXP_CONSOLE y +CONFIG_SERIAL_ALTERA_UART_MAXPORTS 4 +CONFIG_SERIAL_ALTERA_UART_BAUDRATE 115200 +CONFIG_SERIAL_ARC_NR_PORTS 1 +CONFIG_SERIAL_RP2_NR_UARTS 32 +CONFIG_SERIAL_AMBA_PL011 y +CONFIG_SERIAL_AMBA_PL011_CONSOLE y +CONFIG_SERIAL_OF_PLATFORM y +CONFIG_SERIAL_8250_EM n +CONFIG_SERIAL_IMX y +CONFIG_SERIAL_IMX_CONSOLE y +CONFIG_SERIAL_SH_SCI_NR_UARTS 2 +CONFIG_SERIAL_OMAP p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_SERIAL_OMAP_CONSOLE y + +# Menu: Device Drivers >> Character devices >> TPM Hardware Support +CONFIG_TCG_TPM y note +CONFIG_TCG_TIS y +CONFIG_TCG_IBMVTPM y + +# Menu: Device Drivers >> Common Clock Framework +CONFIG_COMMON_CLK_VERSATILE y +CONFIG_COMMON_CLK_XGENE y + +# Menu: Device Drivers >> Connector - unified userspace <-> kernelspace linker +CONFIG_CONNECTOR y +CONFIG_PROC_EVENTS y + +# Menu: Device Drivers >> Customise DVB Frontends +CONFIG_DVB_DUMMY_FE n note + +# Menu: Device Drivers >> DMA Engine support +CONFIG_DMADEVICES y +CONFIG_NET_DMA y note +CONFIG_ASYNC_TX_DMA y +CONFIG_DMATEST n flag +CONFIG_AMBA_PL08X y +CONFIG_DMA_OMAP y + +# Menu: Device Drivers >> Dallas's 1-wire support +CONFIG_W1_CON y + +# Menu: Device Drivers >> Device Tree and Open Firmware support +CONFIG_PROC_DEVICETREE y +CONFIG_OF_SELFTEST n flag + +# Menu: Device Drivers >> Digital gyroscope sensors + +# Menu: Device Drivers >> Digital to analog converters + +# Menu: Device Drivers >> Distributed Switch Architecture drivers + +# Menu: Device Drivers >> EDAC (Error Detection And Correction) reporting +CONFIG_EDAC y +CONFIG_EDAC_AMD64_ERROR_INJECTION n +CONFIG_EDAC_SBRIDGE m note + +# Menu: Device Drivers >> Encoders, decoders, sensors and other helper chips + +# Menu: Device Drivers >> External Connector Class (extcon) support +set +tree 'Device Drivers >> External Connector Class (extcon) support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers >> External Connector Class (extcon) support' ?flag EXPERIMENTAL ?type tristate = n +set +tree 'Device Drivers >> External Connector Class (extcon) support' !flag EXPERIMENTAL ?type tristate = m +# +CONFIG_EXTCON y + +# Menu: Device Drivers >> FMC support + +# Menu: Device Drivers >> Frequency Synthesizers DDS/PLL >> Clock Generator/Distribution + +# Menu: Device Drivers >> Frequency Synthesizers DDS/PLL >> Phase-Locked Loop (PLL) frequency synthesizers + +# Menu: Device Drivers >> Fusion MPT device support +CONFIG_FUSION y +CONFIG_FUSION_MAX_SGE 128 +CONFIG_FUSION_LOGGING y + +# Menu: Device Drivers >> GPIO Support +set +tree 'Device Drivers>>GPIO Support' = - mark +set +all ?mark 'GPIO' ?flag EXPERIMENTAL ?type bool = n +set +all ?mark 'GPIO' ?flag EXPERIMENTAL ?type tristate = n +set +all ?mark 'GPIO' !flag EXPERIMENTAL ?type tristate = m +# standard forms: +set +pattern ^GPIO_ ?mark 'GPIO' ?type bool !flag EXPERIMENTAL = y +# +CONFIG_GPIO_SYSFS y +CONFIG_GPIOLIB y +CONFIG_GPIO_EM n note +CONFIG_GPIO_TWL4030 y note + +# Menu: Device Drivers >> Generic Driver Options +CONFIG_UEVENT_HELPER_PATH "" +CONFIG_DEVTMPFS y +CONFIG_DEVTMPFS_MOUNT y +CONFIG_STANDALONE p policy<(arch i386 amd64 &/ value n) | value y> +CONFIG_PREVENT_FIRMWARE_BUILD y +CONFIG_FW_LOADER y note +CONFIG_FIRMWARE_IN_KERNEL y +CONFIG_EXTRA_FIRMWARE "" +CONFIG_FW_LOADER_USER_HELPER y +CONFIG_DMA_CMA n +CONFIG_CMA_SIZE_MBYTES 16 +CONFIG_CMA_SIZE_SEL_MBYTES y +CONFIG_CMA_ALIGNMENT 8 +CONFIG_CMA_AREAS 7 + +# Menu: Device Drivers >> Generic Dynamic Voltage and Frequency Scaling (DVFS) support +CONFIG_PM_DEVFREQ y +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND y +CONFIG_DEVFREQ_GOV_PERFORMANCE y +CONFIG_DEVFREQ_GOV_POWERSAVE y +CONFIG_DEVFREQ_GOV_USERSPACE y + +# Menu: Device Drivers >> Generic Target Core Mod (TCM) and ConfigFS Infrastructure + +# Menu: Device Drivers >> Generic Thermal sysfs driver +CONFIG_THERMAL y +CONFIG_THERMAL_HWMON y +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE y +CONFIG_THERMAL_GOV_FAIR_SHARE y +CONFIG_THERMAL_GOV_STEP_WISE y +CONFIG_THERMAL_GOV_USER_SPACE y +CONFIG_CPU_THERMAL y +CONFIG_THERMAL_EMULATION y + +# Menu: Device Drivers >> Generic powercap sysfs driver +CONFIG_POWERCAP y + +# Menu: Device Drivers >> Graphics support +set +tree 'Device Drivers>>Graphics support' = - mark +set +all ?mark 'Graphics' ?flag EXPERIMENTAL ?type bool = n +set +all ?mark 'Graphics' ?flag EXPERIMENTAL ?type tristate = m note +set +all ?mark 'Graphics' !flag EXPERIMENTAL ?type tristate = m +set +pattern ^FB_[^_]+$ ?mark Graphics ?type bool !flag EXPERIMENTAL = y +set +pattern ^FB_[^_]+$ ?mark Graphics ?type bool ?flag EXPERIMENTAL = y note +set +pattern _(KMS|BACKLIGHT|I2C)$ ?mark Graphics ?type bool !flag EXPERIMENTAL = y +# +CONFIG_VGA_ARB y +CONFIG_VGA_ARB_MAX_GPUS 16 +CONFIG_VGA_SWITCHEROO y +CONFIG_DRM_LOAD_EDID_FIRMWARE y + +# Menu: Device Drivers >> Graphics support >> /dev/agpgart (AGP Support) +CONFIG_AGP y note mark +CONFIG_AGP_AMD64 y note +CONFIG_AGP_INTEL y note +CONFIG_AGP_VIA y note +CONFIG_AGP_AMD y note +CONFIG_AGP_NVIDIA y note + +# Menu: Device Drivers >> Graphics support >> Backlight & LCD device support +CONFIG_BACKLIGHT_LCD_SUPPORT y +CONFIG_BACKLIGHT_CLASS_DEVICE y + +# Menu: Device Drivers >> Graphics support >> Console display driver support +CONFIG_VGA_CONSOLE y +CONFIG_VGACON_SOFT_SCROLLBACK n +CONFIG_FRAMEBUFFER_CONSOLE y note +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY y +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION n + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) +CONFIG_DRM p mark policy<(arch armel armhf &/ value y) | value m> note +CONFIG_NOUVEAU_DEBUG 5 +CONFIG_NOUVEAU_DEBUG_DEFAULT 3 +CONFIG_DRM_I915_FBDEV y +CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT y +CONFIG_DRM_VMWGFX_FBCON n +CONFIG_DRM_GMA600 y +CONFIG_DRM_GMA3600 y +CONFIG_DRM_EXYNOS n flag +CONFIG_DRM_RCAR_LVDS y +CONFIG_DRM_OMAP n + +# Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> I2C encoder or helper chips + +# Menu: Device Drivers >> Graphics support >> Exynos Video driver support +CONFIG_EXYNOS_VIDEO y + +# Menu: Device Drivers >> Graphics support >> Marvell MMP Display Subsystem support + +# Menu: Device Drivers >> Graphics support >> OMAP Display Device Drivers (new device model) + +# Menu: Device Drivers >> Graphics support >> OMAP2+ Display Subsystem support +CONFIG_OMAP2_DSS p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_OMAP2_DSS_DEBUGFS n +CONFIG_OMAP2_DSS_DPI y +CONFIG_OMAP2_DSS_VENC y +CONFIG_OMAP4_DSS_HDMI y +CONFIG_OMAP2_DSS_SDI y +CONFIG_OMAP2_DSS_DSI n +CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK 0 +CONFIG_OMAP2_DSS_SLEEP_AFTER_VENC_RESET y + +# Menu: Device Drivers >> Graphics support >> Support for frame buffer devices +CONFIG_FB y +CONFIG_FIRMWARE_EDID y +CONFIG_FB_MODE_HELPERS y +CONFIG_FB_TILEBLITTING y +CONFIG_FB_PM2_FIFO_DISCONNECT y +CONFIG_FB_CYBER2000_DDC y +CONFIG_FB_MATROX_MILLENIUM y +CONFIG_FB_MATROX_MYSTIQUE y +CONFIG_FB_MATROX_G y +CONFIG_FB_RADEON m +CONFIG_FB_ATY128 p policy<(arch powerpc &/ value y) | value m> note +CONFIG_FB_ATY_CT y +CONFIG_FB_ATY_GX y +CONFIG_FB_S3_DDC y +CONFIG_FB_SIS_300 y +CONFIG_FB_SIS_315 y +CONFIG_FB_VIA_X_COMPATIBILITY y +CONFIG_FB_3DFX m +CONFIG_FB_3DFX_ACCEL y +CONFIG_FB_VOODOO1 p policy<(arch powerpc &/ value y) | value m> note +CONFIG_FB_CARMINE_DRAM_EVAL y +CONFIG_FB_TMIO_ACCELL y +CONFIG_FB_VIRTUAL n flag +CONFIG_FB_MB862XX_PCI_GDC y + +# Menu: Device Drivers >> Graphics support >> Support for frame buffer devices >> Bootup logo +CONFIG_LOGO n + +# Menu: Device Drivers >> Graphics support >> Support for frame buffer devices >> Framebuffer foreign endianness support +CONFIG_FB_FOREIGN_ENDIAN n + +# Menu: Device Drivers >> Graphics support >> Support for frame buffer devices >> OMAP2+ frame buffer support +CONFIG_FB_OMAP2 p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_FB_OMAP2_NUM_FBS 3 + +# Menu: Device Drivers >> HID support +set +tree 'Device Drivers>>HID support' = - mark +# enable modular HID drivers by default +set +all ?mark 'HID' ?flag EXPERIMENTAL ?type bool = n +set +all ?mark 'HID' ?flag EXPERIMENTAL ?type tristate = m note` +set +all ?mark 'HID' !flag EXPERIMENTAL ?type tristate = m +# standard forms +set +pattern _FF$ ?mark HID ?type bool !flag EXPERIMENTAL = y + +# Menu: Device Drivers >> HID support >> HID bus support +CONFIG_HID_BATTERY_STRENGTH y +CONFIG_HIDRAW y + +# Menu: Device Drivers >> HID support >> HID bus support >> Special HID drivers +CONFIG_HID_PICOLCD_FB y +CONFIG_HID_PICOLCD_BACKLIGHT y +CONFIG_HID_PICOLCD_LCD y +CONFIG_HID_PICOLCD_LEDS y +CONFIG_HID_PICOLCD_CIR y + +# Menu: Device Drivers >> HID support >> I2C HID support + +# Menu: Device Drivers >> HID support >> USB HID support +CONFIG_HID_PID y + +# Menu: Device Drivers >> HID support >> USB HID support >> USB HID transport layer +CONFIG_USB_HIDDEV y + +# Menu: Device Drivers >> HID support >> USB HID support >> USB HID transport layer >> USB HID Boot Protocol drivers + +# Menu: Device Drivers >> HSI support + +# Menu: Device Drivers >> Hardware Monitoring support +CONFIG_HWMON y mark +CONFIG_HWMON y mark mark +CONFIG_HWMON y + +# Menu: Device Drivers >> Hardware Monitoring support >> PMBus support + +# Menu: Device Drivers >> Hardware Spinlock drivers +CONFIG_HWSPINLOCK_OMAP y note + +# Menu: Device Drivers >> Hid Sensor IIO Common + +# Menu: Device Drivers >> I2C Algorithms +CONFIG_I2C_ALGOBIT p policy<(arch powerpc &/ value y) | value m> note + +# Menu: Device Drivers >> I2C Hardware Bus support +CONFIG_I2C_IMX y +CONFIG_I2C_OMAP p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> I2C support +CONFIG_I2C y +CONFIG_I2C_COMPAT y mark +CONFIG_I2C_HELPER_AUTO y + +# Menu: Device Drivers >> I2C support >> I2C bus multiplexing support + +# Menu: Device Drivers >> I2C support >> I2C bus multiplexing support >> Multiplexer I2C Chip support + +# Menu: Device Drivers >> I2O device support +CONFIG_I2O_CONFIG_OLD_IOCTL n + +# Menu: Device Drivers >> IEEE 1394 (FireWire) support + +# Menu: Device Drivers >> IIO staging drivers +CONFIG_IIO_SIMPLE_DUMMY_EVENTS n note +CONFIG_IIO_SIMPLE_DUMMY_BUFFER n note + +# Menu: Device Drivers >> IIO staging drivers >> Accelerometers +CONFIG_LIS3L02DQ p policy<(arch armhf &/ value n) | value m> flag + +# Menu: Device Drivers >> IIO staging drivers >> Active energy metering IC + +# Menu: Device Drivers >> IIO staging drivers >> Analog digital bi-direction converters + +# Menu: Device Drivers >> IIO staging drivers >> Analog to digital converters +CONFIG_AD799X_RING_BUFFER y + +# Menu: Device Drivers >> IIO staging drivers >> Capacitance to digital converters + +# Menu: Device Drivers >> IIO staging drivers >> Digital gyroscope sensors + +# Menu: Device Drivers >> IIO staging drivers >> Direct Digital Synthesis + +# Menu: Device Drivers >> IIO staging drivers >> Light sensors + +# Menu: Device Drivers >> IIO staging drivers >> Magnetometer sensors + +# Menu: Device Drivers >> IIO staging drivers >> Network Analyzer, Impedance Converters + +# Menu: Device Drivers >> IIO staging drivers >> Resolver to digital converters + +# Menu: Device Drivers >> IOMMU Hardware Support +set +tree 'Device Drivers>>IOMMU Hardware Support' ?pattern _IOMMU$ ?type bool !flag EXPERIMENTAL = y +# +CONFIG_IOMMU_SUPPORT y +CONFIG_INTEL_IOMMU_DEFAULT_ON n note +CONFIG_OMAP_IOVMM n note +CONFIG_SHMOBILE_IOMMU_ADDRSIZE_2048MB y + +# Menu: Device Drivers >> ISDN feature submodules + +# Menu: Device Drivers >> ISDN support +CONFIG_ISDN y +CONFIG_HYSDN_CAPI y + +# Menu: Device Drivers >> ISDN support >> CAPI 2.0 subsystem + +# Menu: Device Drivers >> ISDN support >> CAPI 2.0 subsystem >> Active AVM cards +CONFIG_CAPI_AVM y + +# Menu: Device Drivers >> ISDN support >> CAPI 2.0 subsystem >> Active Eicon DIVA Server cards +CONFIG_CAPI_EICON y + +# Menu: Device Drivers >> ISDN support >> Modular ISDN driver + +# Menu: Device Drivers >> ISDN support >> Old ISDN4Linux (deprecated) + +# Menu: Device Drivers >> ISDN support >> Siemens Gigaset support + +# Menu: Device Drivers >> Industrial I/O support + +# Menu: Device Drivers >> IndustryPack bus support + +# Menu: Device Drivers >> Inertial measurement units + +# Menu: Device Drivers >> InfiniBand support + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) +set +tree 'Device Drivers,Input device support,INPUT' = - mark +set +all ?mark 'INPUT' ?flag EXPERIMENTAL ?type bool = n +set +all ?mark 'INPUT' ?flag EXPERIMENTAL ?type tristate = m note +set +all ?mark 'INPUT' !flag EXPERIMENTAL ?type tristate = m +set +pattern ^MOUSE_PS2_ ?mark INPUT ?type bool !flag EXPERIMENTAL = y +set +pattern ^TOUCHSCREEN_ ?mark INPUT ?type bool !flag EXPERIMENTAL = y +set +pattern _FF$ ?mark INPUT ?type bool !flag EXPERIMENTAL = y +# +CONFIG_INPUT y +CONFIG_INPUT_MOUSEDEV y +CONFIG_INPUT_MOUSEDEV_PSAUX y +CONFIG_INPUT_MOUSEDEV_SCREEN_X 1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y 768 +CONFIG_INPUT_EVDEV y + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Joysticks/Gamepads +CONFIG_INPUT_JOYSTICK y +CONFIG_JOYSTICK_IFORCE_USB y +CONFIG_JOYSTICK_IFORCE_232 y +CONFIG_JOYSTICK_XPAD_LEDS y + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Keyboards +CONFIG_INPUT_KEYBOARD y +CONFIG_KEYBOARD_ATKBD y note +CONFIG_KEYBOARD_IMX n +CONFIG_KEYBOARD_OMAP4 p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_KEYBOARD_TWL4030 p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Mice +CONFIG_INPUT_MOUSE y +CONFIG_MOUSE_INPORT n note + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Miscellaneous devices +CONFIG_INPUT_MISC y +CONFIG_INPUT_KXTJ9_POLLED_MODE n +CONFIG_INPUT_UINPUT y + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Tablets +CONFIG_INPUT_TABLET y + +# Menu: Device Drivers >> Input device support >> Generic input layer (needed for keyboard, mouse, ...) >> Touchscreens +CONFIG_INPUT_TOUCHSCREEN y + +# Menu: Device Drivers >> Input device support >> Hardware I/O ports +CONFIG_SERIO y note +CONFIG_SERIO_I8042 y note +CONFIG_SERIO_SERPORT p policy<(arch armhf &/ value y) | value m> note +CONFIG_SERIO_LIBPS2 y note + +# Menu: Device Drivers >> LED Support +CONFIG_NEW_LEDS y + +# Menu: Device Drivers >> LED Support >> LED Class Support +CONFIG_LEDS_CLASS y +CONFIG_LEDS_PCA9532_GPIO y +CONFIG_LEDS_GPIO p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_LEDS_PWM p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_LEDS_ASIC3 y + +# Menu: Device Drivers >> LED Support >> LED Class Support >> LED Trigger support +CONFIG_LEDS_TRIGGERS y +CONFIG_LEDS_TRIGGER_HEARTBEAT p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_LEDS_TRIGGER_CPU y + +# Menu: Device Drivers >> Light sensors + +# Menu: Device Drivers >> MMC/SD/SDIO card support +CONFIG_MMC y +CONFIG_MMC_BLOCK p policy<(arch arm64 armhf &/ value y) | value m> note +CONFIG_MMC_TEST n flag +CONFIG_MMC_SDHCI p policy<(arch armel armhf highbank &/ value y) | value m> note +CONFIG_MMC_SDHCI_PLTFM p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MMC_OMAP p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MMC_OMAP_HS p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Macintosh device drivers +CONFIG_MACINTOSH_DRIVERS y + +# Menu: Device Drivers >> Magnetometer sensors + +# Menu: Device Drivers >> Mailbox Hardware Support +CONFIG_MAILBOX y +CONFIG_PL320_MBOX y +CONFIG_OMAP_MBOX_KFIFO_SIZE 256 + +# Menu: Device Drivers >> Memory Controller drivers +CONFIG_MEMORY y +CONFIG_TEGRA20_MC y +CONFIG_TEGRA30_MC y + +# Menu: Device Drivers >> Memory Technology Device (MTD) support +CONFIG_MTD p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MTD_BLKDEVS p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MTD_BLOCK p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_SM_FTL m note +CONFIG_MTD_OF_PARTS p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> Enable UBI - Unsorted block images + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> LPDDR flash memory drivers + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> Mapping drivers for chip access +CONFIG_MTD_COMPLEX_MAPPINGS y +CONFIG_MTD_PHYSMAP_COMPAT n + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> NAND Device Support +CONFIG_MTD_NAND p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MTD_NAND_OMAP2 p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MTD_NAND_OMAP_BCH p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> OneNAND Device Support + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> RAM/ROM/Flash chip drivers + +# Menu: Device Drivers >> Memory Technology Device (MTD) support >> Self-contained MTD device drivers + +# Menu: Device Drivers >> Microsoft Hyper-V guest support + +# Menu: Device Drivers >> Misc devices +CONFIG_CS5535_MFGPT n note +CONFIG_SRAM y + +# Menu: Device Drivers >> Misc devices >> EEPROM support + +# Menu: Device Drivers >> Misc devices >> Silicon Labs C2 port support + +# Menu: Device Drivers >> Misc devices >> Texas Instruments shared transport line discipline + +# Menu: Device Drivers >> Multifunction device drivers +set +tree 'Device Drivers>>Multifunction device drivers' ?pattern ^MFD_ ?type bool !flag EXPERIMENTAL = y +CONFIG_EZX_PCAP n +CONFIG_MFD_SM501 p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MFD_OMAP_USB_HOST y + +# Menu: Device Drivers >> Multifunction device drivers >> STMicroelectronics STMPE +CONFIG_MFD_STMPE y + +# Menu: Device Drivers >> Multifunction device drivers >> STMicroelectronics STMPE >> STMicroelectronics STMPE Interface Drivers +CONFIG_STMPE_I2C y +CONFIG_STMPE_SPI y + +# Menu: Device Drivers >> Multimedia Capabilities Port drivers + +# Menu: Device Drivers >> Multimedia support +CONFIG_MEDIA_SUPPORT p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_MEDIA_ANALOG_TV_SUPPORT y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT y +CONFIG_MEDIA_RC_SUPPORT y +CONFIG_VIDEO_FIXED_MINOR_RANGES n +CONFIG_DVB_NET y +CONFIG_DVB_MAX_ADAPTERS 8 +CONFIG_DVB_DYNAMIC_MINORS y +CONFIG_SMS_SIANO_RC y +CONFIG_MEDIA_SUBDRV_AUTOSELECT y + +# Menu: Device Drivers >> Multimedia support >> AM/FM radio receivers/transmitters support +CONFIG_MEDIA_RADIO_SUPPORT y + +# Menu: Device Drivers >> Multimedia support >> AM/FM radio receivers/transmitters support >> Customize TV tuners + +# Menu: Device Drivers >> Multimedia support >> AM/FM radio receivers/transmitters support >> Radio Adapters +CONFIG_RADIO_ADAPTERS y +CONFIG_RADIO_SI470X y + +# Menu: Device Drivers >> Multimedia support >> AM/FM radio receivers/transmitters support >> Radio Adapters >> ISA radio devices +CONFIG_V4L_RADIO_ISA_DRIVERS y + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support +CONFIG_MEDIA_CAMERA_SUPPORT y + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support >> ISA and parallel port devices +CONFIG_MEDIA_PARPORT_SUPPORT y + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support >> Media test drivers +CONFIG_V4L_TEST_DRIVERS y + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support >> Memory-to-memory multimedia devices +CONFIG_V4L_MEM2MEM_DRIVERS y + +# Menu: Device Drivers >> Multimedia support >> Cameras/video grabbers support >> V4L platform devices +CONFIG_V4L_PLATFORM_DRIVERS y + +# Menu: Device Drivers >> Multimedia support >> Media PCI Adapters +CONFIG_MEDIA_PCI_SUPPORT y +CONFIG_VIDEO_SAA7134_RC y +CONFIG_DVB_AV7110_OSD y + +# Menu: Device Drivers >> Multimedia support >> Media USB Adapters +CONFIG_MEDIA_USB_SUPPORT y +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV y +CONFIG_USB_PWC_INPUT_EVDEV y +CONFIG_VIDEO_PVRUSB2_SYSFS y +CONFIG_VIDEO_PVRUSB2_DVB y +CONFIG_VIDEO_STK1160_AC97 y +CONFIG_VIDEO_CX231XX_RC y +CONFIG_DVB_USB_DIBUSB_MB_FAULTY n + +# Menu: Device Drivers >> Multimedia support >> Media USB Adapters >> GSPCA based webcams + +# Menu: Device Drivers >> Multimedia support >> Remote Controller devices +CONFIG_RC_DEVICES y + +# Menu: Device Drivers >> Multimedia support >> Remote controller decoders +CONFIG_RC_DECODERS y + +# Menu: Device Drivers >> Multiple devices driver support (RAID and LVM) +set +tree 'Device Drivers>>MD' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers>>MD' ?flag EXPERIMENTAL ?type tristate = m note +set +tree 'Device Drivers>>MD' !flag EXPERIMENTAL ?type tristate = m +# +CONFIG_MD y +CONFIG_BLK_DEV_MD y +CONFIG_MD_AUTODETECT y +CONFIG_BLK_DEV_DM y +CONFIG_DM_UEVENT y + +# Menu: Device Drivers >> Network device support +set +pattern '^NET_VENDOR_' = y +# +CONFIG_NETDEVICES y +CONFIG_FDDI y +CONFIG_HIPPI n note +CONFIG_PPP y +CONFIG_PPP_FILTER y +CONFIG_PPP_MULTILINK y +CONFIG_SLIP_COMPRESSED y +CONFIG_SLIP_SMART y +CONFIG_SLIP_MODE_SLIP6 y +CONFIG_XEN_NETDEV_FRONTEND y note + +# Menu: Device Drivers >> Network device support >> ARCnet support + +# Menu: Device Drivers >> Network device support >> ATM drivers +CONFIG_ATM_DRIVERS y + +# Menu: Device Drivers >> Network device support >> Ethernet driver support +CONFIG_ETHERNET y +CONFIG_NET_CALXEDA_XGMAC p policy<(arch armhf &/ value y) | value m> note +CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL n + +# Menu: Device Drivers >> Network device support >> IEEE 802.15.4 drivers +CONFIG_IEEE802154_FAKEHARD n flag + +# Menu: Device Drivers >> Network device support >> Network core driver support +CONFIG_NET_CORE y +CONFIG_NET_FC y +CONFIG_NETCONSOLE_DYNAMIC y +CONFIG_NETPOLL_TRAP n +CONFIG_TUN y +CONFIG_VIRTIO_NET p policy<(arch i386 amd64 &/ value y) | (arch armel armhf &/ value n) | value m> note + +# Menu: Device Drivers >> Network device support >> Network core driver support >> Ethernet team driver support + +# Menu: Device Drivers >> Network device support >> PHY Device support and infrastructure +set +tree 'Device Drivers>>Network device support>>PHY Device support and infrastructure' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers>>Network device support>>PHY Device support and infrastructure' ?flag EXPERIMENTAL ?type tristate = y note +set +tree 'Device Drivers>>Network device support>>PHY Device support and infrastructure' !flag EXPERIMENTAL ?type tristate = y note +# +CONFIG_PHYLIB y +CONFIG_STE10XP y +CONFIG_FIXED_PHY y + +# Menu: Device Drivers >> Network device support >> S/390 network device drivers + +# Menu: Device Drivers >> Network device support >> Wan interfaces support +CONFIG_WAN y +CONFIG_DSCC4_PCISYNC y +CONFIG_DSCC4_PCI_RST y +CONFIG_DLCI_MAX 8 + +# Menu: Device Drivers >> Network device support >> Wireless LAN +CONFIG_WLAN y +CONFIG_B43_BCMA y +CONFIG_B43_PCMCIA n +CONFIG_B43_SDIO n +CONFIG_B43_PHY_N y +CONFIG_B43_PHY_LP y +CONFIG_B43_PHY_HT y +CONFIG_B43LEGACY_DMA_AND_PIO_MODE y +CONFIG_BRCMFMAC_USB y +CONFIG_BRCMDBG - flag + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Atheros Wireless Cards +CONFIG_ATH6KL_USB m note + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) >> Debugging Options +CONFIG_IWLWIFI_DEBUGFS y +CONFIG_IWLWIFI_DEVICE_TRACING y + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Ralink driver support +CONFIG_RT2800PCI_RT33XX y +CONFIG_RT2800PCI_RT35XX y +CONFIG_RT2800PCI_RT53XX y +CONFIG_RT2800PCI_RT3290 y +CONFIG_RT2800USB_RT33XX y +CONFIG_RT2800USB_RT35XX y +CONFIG_RT2800USB_RT3573 y +CONFIG_RT2800USB_RT53XX y +CONFIG_RT2800USB_RT55XX y + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> Realtek rtlwifi family of devices +CONFIG_RTL8192DE m note + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> TI Wireless LAN support +CONFIG_WL_TI y + +# Menu: Device Drivers >> Network device support >> Wireless LAN >> TI Wireless LAN support >> TI wl1251 driver support + +# Menu: Device Drivers >> PHY Subsystem +CONFIG_TWL4030_USB y + +# Menu: Device Drivers >> PPS support +CONFIG_PPS_CLIENT_KTIMER n flag + +# Menu: Device Drivers >> PTP clock support + +# Menu: Device Drivers >> Parallel port support +CONFIG_PARPORT_PC_FIFO y +CONFIG_PARPORT_PC_SUPERIO n +CONFIG_PARPORT_1284 y + +# Menu: Device Drivers >> Passive cards +set +tree 'Device Drivers>>Passive cards' ?pattern '^HISAX_' !pattern '^HISAX_NO_' ?type bool = y + +# Menu: Device Drivers >> Pin controllers +set +tree 'Device Drivers>>Pin controllers' ?pattern '^PINCTRL_' ?type bool = y +CONFIG_PINMUX y +CONFIG_PINCONF y + +# Menu: Device Drivers >> Platform support for Chrome hardware +CONFIG_CHROME_PLATFORMS y + +# Menu: Device Drivers >> Plug and Play support +CONFIG_PNP y +CONFIG_ISAPNP y +CONFIG_PNPBIOS y +CONFIG_PNPBIOS_PROC_FS y + +# Menu: Device Drivers >> Power supply class support +CONFIG_POWER_SUPPLY y +CONFIG_BATTERY_BQ27X00_I2C y +CONFIG_BATTERY_BQ27X00_PLATFORM y +CONFIG_CHARGER_MANAGER y +CONFIG_POWER_RESET_RESTART y + +# Menu: Device Drivers >> Power supply class support >> Board level reset or power off +CONFIG_POWER_RESET y +CONFIG_POWER_RESET_GPIO y +CONFIG_POWER_RESET_VEXPRESS y + +# Menu: Device Drivers >> Pressure sensors + +# Menu: Device Drivers >> Pulse-Width Modulation (PWM) Support +CONFIG_PWM y + +# Menu: Device Drivers >> Real Time Clock +CONFIG_RTC_CLASS y +CONFIG_RTC_HCTOSYS y +CONFIG_RTC_SYSTOHC y +CONFIG_RTC_HCTOSYS_DEVICE "rtc0" +CONFIG_RTC_INTF_SYSFS y +CONFIG_RTC_INTF_PROC y +CONFIG_RTC_INTF_DEV y +CONFIG_RTC_INTF_DEV_UIE_EMUL n +CONFIG_RTC_DRV_TEST n flag +CONFIG_RTC_DRV_M41T80_WDT y +CONFIG_RTC_DRV_CMOS p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_RTC_DRV_TWL4030 p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Remoteproc drivers + +# Menu: Device Drivers >> SCSI device support + +# Menu: Device Drivers >> SCSI device support >> SCSI device support +CONFIG_SCSI y +CONFIG_SCSI_PROC_FS y +CONFIG_BLK_DEV_SD y note +CONFIG_BLK_DEV_SR y note +CONFIG_BLK_DEV_SR_VENDOR n note +CONFIG_CHR_DEV_SG y note +CONFIG_SCSI_MULTI_LUN y +CONFIG_SCSI_CONSTANTS y +CONFIG_SCSI_LOGGING y +CONFIG_SCSI_SCAN_ASYNC y +CONFIG_SCSI_OSD_DPRINT_SENSE 1 + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> PCMCIA SCSI adapter support +CONFIG_SCSI_LOWLEVEL_PCMCIA y + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI Device Handlers + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI Transports +CONFIG_SCSI_SPI_ATTRS p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_SCSI_FC_TGT_ATTRS y +CONFIG_SCSI_SAS_ATA y +CONFIG_SCSI_SAS_HOST_SMP y +CONFIG_SCSI_SRP_TGT_ATTRS y + +# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI low-level drivers +CONFIG_SCSI_LOWLEVEL y +CONFIG_AIC7XXX_CMDS_PER_DEVICE 8 +CONFIG_AIC7XXX_RESET_DELAY_MS 15000 +CONFIG_AIC7XXX_DEBUG_MASK 0 +CONFIG_AIC7XXX_REG_PRETTY_PRINT y +CONFIG_SCSI_AIC7XXX_OLD n note +CONFIG_AIC79XX_CMDS_PER_DEVICE 32 +CONFIG_AIC79XX_RESET_DELAY_MS 5000 +CONFIG_AIC79XX_DEBUG_MASK 0 +CONFIG_AIC79XX_REG_PRETTY_PRINT y +CONFIG_SCSI_MVSAS_TASKLET n +CONFIG_MEGARAID_NEWGEN y +CONFIG_SCSI_MPT2SAS_MAX_SGE 128 +CONFIG_SCSI_MPT2SAS_LOGGING n +CONFIG_SCSI_MPT3SAS_MAX_SGE 128 +CONFIG_SCSI_MPT3SAS_LOGGING n +CONFIG_SCSI_FLASHPOINT y +CONFIG_SCSI_EATA_TAGGED_QUEUE y +CONFIG_SCSI_EATA_LINKED_COMMANDS y +CONFIG_SCSI_EATA_MAX_TAGS 16 +CONFIG_SCSI_IZIP_EPP16 n +CONFIG_SCSI_IZIP_SLOW_CTR n +CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE 1 +CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS 16 +CONFIG_SCSI_SYM53C8XX_MAX_TAGS 64 +CONFIG_SCSI_SYM53C8XX_MMIO y +CONFIG_SCSI_IPR_TRACE y +CONFIG_SCSI_IPR_DUMP y +CONFIG_SCSI_DEBUG m +CONFIG_SCSI_VIRTIO m note +CONFIG_SCSI_GENERIC_NCR53C400 y +CONFIG_SCSI_U14_34F_TAGGED_QUEUE y +CONFIG_SCSI_U14_34F_LINKED_COMMANDS y +CONFIG_SCSI_U14_34F_MAX_TAGS 8 + +# Menu: Device Drivers >> SPI support +CONFIG_SPI y +CONFIG_SPI_XILINX n +CONFIG_SPI_SPIDEV m note +CONFIG_SPI_OMAP24XX y + +# Menu: Device Drivers >> Samsung thermal drivers + +# Menu: Device Drivers >> Sensors used on soc_camera driver + +# Menu: Device Drivers >> Serial ATA and Parallel ATA drivers +CONFIG_ATA y mark +CONFIG_ATA_VERBOSE_ERROR y +CONFIG_ATA_ACPI y +CONFIG_SATA_PMP y +CONFIG_SATA_AHCI_PLATFORM p policy<(arch armhf &/ value y) | value m> note +CONFIG_ATA_SFF y +CONFIG_ATA_BMDMA y +CONFIG_ATA_PIIX p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_SATA_SVW p policy<(arch powerpc &/ value y) | value m> note +CONFIG_PATA_HPT3X3_DMA n note +CONFIG_PATA_SIS p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_PATA_ACPI p policy<(arch i386 amd64 &/ value m)> note +CONFIG_ATA_GENERIC p policy<(arch i386 amd64 &/ value y) | value m> note + +# Menu: Device Drivers >> SoC Audio support for SuperH + +# Menu: Device Drivers >> Sonics Silicon Backplane + +# Menu: Device Drivers >> Sony MemoryStick card support + +# Menu: Device Drivers >> Sound card support +CONFIG_SOUND p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture +CONFIG_SND p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_SND_PCM_OSS n note + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support +CONFIG_SND_SOC p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_SND_OMAP_SOC p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_SND_OMAP_SOC_OMAP_TWL4030 p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for Freescale MXS CPUs + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for Freescale PowerPC CPUs + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio for Freescale i.MX CPUs + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ALSA for SoC audio support >> SoC Audio support for Ux500 platform + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ARM sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> Apple Onboard Audio driver + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> FireWire sound devices +CONFIG_SND_FIREWIRE y + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> GSC sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> Generic sound devices +CONFIG_SND_DRIVERS y + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> ISA sound devices +CONFIG_SND_ISA y + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> MIPS sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> PCI sound devices +CONFIG_SND_PCI y + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> PCI sound devices >> Intel HD Audio + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> PCMCIA sound devices +CONFIG_SND_PCMCIA y + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> PowerPC sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> SPI sound devices +CONFIG_SND_SPI y + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> SUPERH sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> Sparc sound devices + +# Menu: Device Drivers >> Sound card support >> Advanced Linux Sound Architecture >> USB sound devices +CONFIG_SND_USB y +CONFIG_SND_USB_CAIAQ_INPUT y + +# Menu: Device Drivers >> Sound card support >> Open Sound System (DEPRECATED) + +# Menu: Device Drivers >> Sound card support >> Open Sound System (DEPRECATED) >> OSS sound modules + +# Menu: Device Drivers >> Speakup console speech + +# Menu: Device Drivers >> Staging drivers +CONFIG_STAGING y +CONFIG_PANEL_PARPORT 0 +CONFIG_PANEL_PROFILE 5 +CONFIG_PANEL_CHANGE_MESSAGE n +CONFIG_ZSMALLOC y note +CONFIG_ZRAM y mark note +CONFIG_SBE_PMCC4_NCOMM y + +# Menu: Device Drivers >> Staging drivers >> DSP Bridge driver + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) +CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB 2048 +CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB 20480 + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi ISA and PC/104 drivers +CONFIG_COMEDI_ISA_DRIVERS y + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi PCI drivers +CONFIG_COMEDI_PCI_DRIVERS y + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi PCMCIA drivers +CONFIG_COMEDI_PCMCIA_DRIVERS y + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi USB drivers +CONFIG_COMEDI_USB_DRIVERS y + +# Menu: Device Drivers >> Staging drivers >> Data acquisition support (comedi) >> Comedi misc drivers +CONFIG_COMEDI_MISC_DRIVERS y + +# Menu: Device Drivers >> Staging drivers >> GCT GDM72xx WiMAX support +CONFIG_WIMAX_GDM72XX_QOS y +CONFIG_WIMAX_GDM72XX_K_MODE y +CONFIG_WIMAX_GDM72XX_WIMAX2 y +CONFIG_WIMAX_GDM72XX_USB y +CONFIG_WIMAX_GDM72XX_USB_PM y + +# Menu: Device Drivers >> Staging drivers >> Line6 USB support +CONFIG_LINE6_USB_IMPULSE_RESPONSE n + +# Menu: Device Drivers >> Staging drivers >> Media staging drivers +CONFIG_STAGING_MEDIA y +CONFIG_DT3155_CCIR n note +CONFIG_DT3155_STREAMING y + +# Menu: Device Drivers >> Staging drivers >> Media staging drivers >> Linux Infrared Remote Control IR receiver/transmitter drivers +CONFIG_LIRC_STAGING y +CONFIG_LIRC_SERIAL_TRANSMITTER y + +# Menu: Device Drivers >> TI VLYNQ + +# Menu: Device Drivers >> Temperature sensors + +# Menu: Device Drivers >> Texas Instruments WL128x FM driver (ST based) + +# Menu: Device Drivers >> Texas Instruments thermal drivers +CONFIG_OMAP4_THERMAL y +CONFIG_DRA752_THERMAL y + +# Menu: Device Drivers >> Triggers - standalone + +# Menu: Device Drivers >> USB Network Adapters +CONFIG_USB_USBNET p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_USB_NET_SMSC95XX p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_USB_KC2190 y note + +# Menu: Device Drivers >> USB Peripheral Controller +CONFIG_USB_M66592 n note +CONFIG_USB_DUMMY_HCD n flag + +# Menu: Device Drivers >> USB Physical Layer drivers +CONFIG_NOP_USB_XCEIV m + +# Menu: Device Drivers >> USB support +CONFIG_USB_SUPPORT y + +# Menu: Device Drivers >> USB support >> Support for Host-side USB +CONFIG_USB y +CONFIG_USB_OTG n note mark +CONFIG_USB_OTG_WHITELIST n note +CONFIG_USB_OTG_BLACKLIST_HUB n note +CONFIG_USB_XHCI_HCD y note +CONFIG_USB_EHCI_HCD y note +CONFIG_USB_OHCI_HCD y note +CONFIG_USB_UHCI_HCD y note +CONFIG_USB_HCD_BCMA p policy<(arch armel armhf &/ value n) | value m> note +CONFIG_USB_HCD_SSB p policy<(arch armel armhf &/ value n) | value m> note +CONFIG_USB_MUSB_HDRC p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_USB_MUSB_TUSB6010 p policy<(arch armel armhf &/ value n) | value m> note +CONFIG_USB_SISUSBVGA_CON n note +CONFIG_USB_MUSB_OMAP2PLUS y +CONFIG_USB_INVENTRA_DMA p policy<(arch armel armhf &/ value y) | value n> note + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> USB DSL modem support + +# Menu: Device Drivers >> USB support >> Support for Host-side USB >> USB Serial Converter support +CONFIG_USB_SERIAL_GENERIC y +CONFIG_USB_SERIAL_SAFE_PADDED n +CONFIG_USB_SERIAL_DEBUG m note + +# Menu: Device Drivers >> USB support >> USB Gadget Support +CONFIG_USB_GADGET p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_USB_GADGETFS m note +CONFIG_USB_FUNCTIONFS m note +CONFIG_USB_G_MULTI p policy<(arch armel armhf &/ value m) | value n> note + +# Menu: Device Drivers >> Ultra Wideband devices + +# Menu: Device Drivers >> Userspace I/O drivers + +# Menu: Device Drivers >> VFIO Non-Privileged userspace driver framework + +# Menu: Device Drivers >> VME bridge support + +# Menu: Device Drivers >> Virtio drivers +CONFIG_VIRTIO_PCI p policy<(arch i386 amd64 &/ value y) | (arch armel armhf &/ value n) | value m> note +CONFIG_VIRTIO_BALLOON p policy<(arch armel armhf &/ value n) | value m> note +CONFIG_VIRTIO_MMIO p policy<(arch armel armhf &/ value n) | value m> note +CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES y + +# Menu: Device Drivers >> Virtualization drivers +CONFIG_VIRT_DRIVERS y + +# Menu: Device Drivers >> Voltage and Current Regulator Support +CONFIG_REGULATOR y +CONFIG_REGULATOR_FIXED_VOLTAGE p policy<(arch armel armhf &/ value y) | value m> note + +# Menu: Device Drivers >> Watchdog Timer Support +CONFIG_WATCHDOG y +CONFIG_WATCHDOG_CORE y + +# Menu: Device Drivers >> WiMAX Wireless Broadband devices + +# Menu: Device Drivers >> X86 Platform Specific Device Drivers +CONFIG_X86_PLATFORM_DEVICES y + +# Menu: Device Drivers >> Xen driver support +CONFIG_XEN_BALLOON y +CONFIG_XEN_SELFBALLOONING y +CONFIG_XEN_BALLOON_MEMORY_HOTPLUG y +CONFIG_XEN_SCRUB_PAGES y +CONFIG_XEN_BACKEND y +CONFIG_XEN_COMPAT_XENFS y +CONFIG_XEN_SYS_HYPERVISOR y +CONFIG_XEN_ACPI_PROCESSOR p policy<(arch i386 amd64 &/ value y) | value m> +CONFIG_XEN_MCE_LOG y + +# Menu: Device Drivers >> iwl3945 / iwl4965 Debugging Options + +# Menu: Enable loadable module support +CONFIG_MODULES y +CONFIG_MODULE_FORCE_LOAD n +CONFIG_MODULE_UNLOAD y +CONFIG_MODULE_FORCE_UNLOAD n +CONFIG_MODVERSIONS y +CONFIG_MODULE_SRCVERSION_ALL y +CONFIG_MODULE_SIG y +CONFIG_MODULE_SIG_FORCE n +CONFIG_MODULE_SIG_ALL y +CONFIG_MODULE_SIG_SHA512 y + +# Menu: Enable the block layer +CONFIG_BLOCK y +CONFIG_BLK_DEV_THROTTLING y note + +# Menu: Executable file formats / Emulations +CONFIG_BINFMT_ELF y + +# Menu: Executable file formats / Emulations (x86) +CONFIG_IA32_EMULATION y +CONFIG_IA32_AOUT n note mark +CONFIG_X86_X32 y + +# Menu: File systems +set +tree 'File systems' ?flag EXPERIMENTAL ?type bool = n +set +tree 'File systems' ?flag EXPERIMENTAL ?type tristate = m note` +set +tree 'File systems' !flag EXPERIMENTAL ?type tristate = m +set +tree 'File systems' ?pattern _POSIX_ACL$ !flag EXPERIMENTAL = y +set +tree 'File systems' ?pattern _SECURITY$ !flag EXPERIMENTAL = y +set +tree 'File systems' ?pattern _XATTR$ !flag EXPERIMENTAL = y +# +CONFIG_EXT2_FS n note +CONFIG_EXT3_FS n note +CONFIG_EXT4_FS y note +CONFIG_EXT4_USE_FOR_EXT23 y +CONFIG_REISERFS_CHECK n +CONFIG_REISERFS_PROC_INFO n +CONFIG_JFS_STATISTICS y +CONFIG_XFS_QUOTA y +CONFIG_XFS_RT y +CONFIG_GFS2_FS_LOCKING_DLM y +CONFIG_OCFS2_FS_STATS y +CONFIG_OCFS2_DEBUG_MASKLOG y +CONFIG_BTRFS_FS_POSIX_ACL y +CONFIG_FILE_LOCKING y +CONFIG_DNOTIFY y +CONFIG_INOTIFY_USER y +CONFIG_FANOTIFY y +CONFIG_FANOTIFY_ACCESS_PERMISSIONS y +CONFIG_QUOTA y +CONFIG_QUOTA_NETLINK_INTERFACE y +CONFIG_PRINT_QUOTA_WARNING n +CONFIG_FUSE_FS y note + +# Menu: File systems >> CD-ROM/DVD Filesystems +CONFIG_JOLIET y +CONFIG_ZISOFS y + +# Menu: File systems >> Caches +CONFIG_FSCACHE_STATS y +CONFIG_FSCACHE_HISTOGRAM n +CONFIG_FSCACHE_OBJECT_LIST n +CONFIG_CACHEFILES_HISTOGRAM n + +# Menu: File systems >> DOS/FAT/NT Filesystems +CONFIG_VFAT_FS y +CONFIG_FAT_DEFAULT_CODEPAGE 437 +CONFIG_FAT_DEFAULT_IOCHARSET "iso8859-1" +CONFIG_NTFS_RW n + +# Menu: File systems >> Distributed Lock Manager (DLM) + +# Menu: File systems >> Miscellaneous filesystems +CONFIG_MISC_FILESYSTEMS y +CONFIG_ECRYPT_FS y note +CONFIG_JFFS2_FS_DEBUG 0 +CONFIG_JFFS2_FS_WRITEBUFFER y +CONFIG_JFFS2_FS_WBUF_VERIFY n +CONFIG_JFFS2_SUMMARY n +CONFIG_JFFS2_COMPRESSION_OPTIONS y +CONFIG_JFFS2_ZLIB y +CONFIG_JFFS2_LZO y +CONFIG_JFFS2_RTIME y +CONFIG_JFFS2_RUBIN n +CONFIG_JFFS2_CMODE_FAVOURLZO y +CONFIG_UBIFS_FS_ADVANCED_COMPR n +CONFIG_UBIFS_FS_LZO y +CONFIG_UBIFS_FS_ZLIB y +CONFIG_LOGFS n note +CONFIG_SQUASHFS_ZLIB y +CONFIG_SQUASHFS_LZO y +CONFIG_SQUASHFS_XZ y +CONFIG_SQUASHFS_4K_DEVBLK_SIZE n +CONFIG_SQUASHFS_4K_DEVBLK_SIZE n note +CONFIG_SQUASHFS_4K_DEVBLK_SIZE n +CONFIG_SQUASHFS_4K_DEVBLK_SIZE n note +CONFIG_SQUASHFS_EMBEDDED n +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE 3 +CONFIG_ROMFS_BACKED_BY_BLOCK y +CONFIG_PSTORE y +CONFIG_PSTORE_CONSOLE n note +CONFIG_PSTORE_FTRACE n +CONFIG_F2FS_STAT_FS y + +# Menu: File systems >> Native language support +CONFIG_NLS y note +CONFIG_NLS_CODEPAGE_437 y + +# Menu: File systems >> Network File Systems +CONFIG_NETWORK_FILESYSTEMS y +CONFIG_NFS_V3_ACL y +CONFIG_NFS_SWAP y +CONFIG_NFS_V4_1 y +CONFIG_NFS_V4_2 y +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN "kernel.org" +CONFIG_NFS_FSCACHE y +CONFIG_NFS_USE_LEGACY_DNS n +CONFIG_NFSD_V3 y +CONFIG_NFSD_V3_ACL y +CONFIG_NFSD_V4 y note +CONFIG_CIFS_STATS y +CONFIG_CIFS_STATS2 n +CONFIG_CIFS_WEAK_PW_HASH y +CONFIG_CIFS_UPCALL y +CONFIG_CIFS_POSIX y +CONFIG_CIFS_ACL y +CONFIG_CIFS_DEBUG y +CONFIG_CIFS_DEBUG2 n +CONFIG_CIFS_DFS_UPCALL y +CONFIG_CIFS_SMB2 y +CONFIG_CIFS_FSCACHE y +CONFIG_NCPFS_PACKET_SIGNING y +CONFIG_NCPFS_IOCTL_LOCKING y +CONFIG_NCPFS_STRONG y +CONFIG_NCPFS_NFS_NS y +CONFIG_NCPFS_OS2_NS y +CONFIG_NCPFS_SMALLDOS n +CONFIG_NCPFS_NLS y +CONFIG_NCPFS_EXTRAS y + +# Menu: File systems >> Pseudo filesystems +CONFIG_PROC_FS y +CONFIG_PROC_KCORE y +CONFIG_PROC_VMCORE y +CONFIG_PROC_SYSCTL y +CONFIG_PROC_PAGE_MONITOR y +CONFIG_SYSFS y +CONFIG_TMPFS y +CONFIG_HUGETLBFS y + +# Menu: Firmware Drivers +CONFIG_EDD y note + +# Menu: Firmware Drivers >> EFI (Extensible Firmware Interface) Support +CONFIG_EFI_VARS y note + +# Menu: Firmware Drivers >> Google Firmware Drivers + +# Menu: Firmware Drivers >> Google Firmware Drivers >> Google Firmware Drivers + +# Menu: Floating point emulation (arm) + +# Menu: General setup +CONFIG_KERNEL_GZIP y +CONFIG_IKCONFIG n note +CONFIG_SLUB_DEBUG y +CONFIG_RD_GZIP y +CONFIG_RD_BZIP2 y +CONFIG_RD_LZMA y +CONFIG_RD_XZ y +CONFIG_RD_LZO y +CONFIG_RD_LZ4 y +CONFIG_SLUB y + +# Menu: General setup (arm) +# Menu: General setup (powerpc) +# Menu: General setup (x86) +CONFIG_OPROFILE_EVENT_MULTIPLEX n +CONFIG_KPROBES y +CONFIG_JUMP_LABEL y +CONFIG_UPROBES y + +# Menu: General setup >> CPU/Task time and stats accounting + +# Menu: General setup >> Configure standard kernel features (expert users) +CONFIG_EXPERT y + +# Menu: General setup >> Control Group support +CONFIG_CGROUPS y +CONFIG_CGROUP_HUGETLB y +CONFIG_BLK_CGROUP y note + +# Menu: General setup >> Control Group support >> Group CPU scheduler +CONFIG_CGROUP_SCHED y +CONFIG_FAIR_GROUP_SCHED y +CONFIG_CFS_BANDWIDTH y note +CONFIG_RT_GROUP_SCHED n note + +# Menu: General setup >> GCOV-based kernel profiling +CONFIG_GCOV_KERNEL n + +# Menu: General setup >> IRQ subsystem + +# Menu: General setup >> Kernel Performance Events And Counters + +# Menu: General setup >> Namespaces support +CONFIG_NAMESPACES y +CONFIG_UTS_NS y +CONFIG_IPC_NS y +CONFIG_USER_NS y +CONFIG_PID_NS y +CONFIG_NET_NS y + +# Menu: General setup >> RCU Subsystem +CONFIG_TREE_RCU y + +# Menu: General setup >> Timers subsystem + +# Menu: IO Schedulers +CONFIG_IOSCHED_DEADLINE y +CONFIG_IOSCHED_CFQ y +CONFIG_CFQ_GROUP_IOSCHED y +CONFIG_DEFAULT_DEADLINE y + +# Menu: Kernel Features +# Menu: Kernel Features (arm) +CONFIG_PREEMPT_VOLUNTARY y +CONFIG_COMPACTION y +CONFIG_MIGRATION y +CONFIG_KSM y +CONFIG_TRANSPARENT_HUGEPAGE y +CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS y + + +# Menu: Kernel hacking +CONFIG_MAGIC_SYSRQ y +CONFIG_PANIC_ON_OOPS n note + +# Menu: Kernel hacking (arm) +# Menu: Kernel hacking (powerpc) +# Menu: Kernel hacking (x86) +CONFIG_STRICT_DEVMEM y +CONFIG_DEBUG_RODATA y +CONFIG_DEBUG_SET_MODULE_RONX y +CONFIG_EARLY_PRINTK y +CONFIG_DEBUG_NX_TEST n flag + +# Menu: Kernel hacking >> Compile-time checks and compiler options +CONFIG_DEBUG_FS y note +CONFIG_DEBUG_INFO y note +CONFIG_DEBUG_INFO_REDUCED n + +# Menu: Kernel hacking >> Debug Lockups and Hangs +CONFIG_LOCKUP_DETECTOR y + +# Menu: Kernel hacking >> Kernel debugging +CONFIG_DEBUG_KERNEL y note +CONFIG_SCHED_DEBUG y + +# Menu: Kernel hacking >> Kernel debugging >> KGDB: kernel debugger +CONFIG_KGDB y +CONFIG_KGDB_SERIAL_CONSOLE y note + +# Menu: Kernel hacking >> Lock Debugging (spinlocks, mutexes, etc...) + +# Menu: Kernel hacking >> Memory Debugging + +# Menu: Kernel hacking >> Memory Debugging >> kmemcheck: trap use of uninitialized memory + +# Menu: Kernel hacking >> RCU Debugging +CONFIG_RCU_TORTURE_TEST n flag + +# Menu: Kernel hacking >> Runtime Testing +CONFIG_LKDTM n flag +CONFIG_BACKTRACE_SELF_TEST n flag + +# Menu: Kernel hacking >> Sample kernel code +CONFIG_SAMPLES n + +# Menu: Kernel hacking >> Tracers +CONFIG_FTRACE y +CONFIG_FUNCTION_TRACER y +CONFIG_FUNCTION_GRAPH_TRACER y +CONFIG_SCHED_TRACER y +CONFIG_FTRACE_SYSCALLS y +CONFIG_BRANCH_PROFILE_NONE y +CONFIG_STACK_TRACER y +CONFIG_BLK_DEV_IO_TRACE y +CONFIG_KPROBE_EVENT y +CONFIG_UPROBE_EVENT y +CONFIG_DYNAMIC_FTRACE y +CONFIG_FUNCTION_PROFILER y +CONFIG_FTRACE_STARTUP_TEST n flag +CONFIG_MMIOTRACE y +CONFIG_MMIOTRACE_TEST n flag +CONFIG_RING_BUFFER_BENCHMARK n flag +CONFIG_RING_BUFFER_STARTUP_TEST n flag + +# Menu: Kernel hacking >> printk and dmesg options +CONFIG_PRINTK_TIME y +CONFIG_DYNAMIC_DEBUG y + +# Menu: Kernel options +CONFIG_APM_EMULATION p policy<(arch armel armhf &/ value n) | value m> note + +# Menu: Kernel options (powerpc) +CONFIG_KEXEC y +CONFIG_CRASH_DUMP y + +# Menu: Library routines +CONFIG_CRC16 y note +CONFIG_CRC_T10DIF y note +CONFIG_CRC32 y note +CONFIG_CRC32_SELFTEST n flag +CONFIG_XZ_DEC y note +CONFIG_FONTS p policy<(arch armel armhf &/ value y) | value n> +CONFIG_FONT_8x8 y +CONFIG_FONT_8x16 y +CONFIG_FONT_6x11 n +CONFIG_FONT_7x14 n +CONFIG_FONT_PEARL_8x8 n +CONFIG_FONT_ACORN_8x8 y +CONFIG_FONT_MINI_4x6 n +CONFIG_FONT_SUN8x16 n +CONFIG_FONT_SUN12x22 n +CONFIG_FONT_10x18 n + +# Menu: Networking options +CONFIG_PACKET y note +CONFIG_UNIX y note +CONFIG_NETWORK_SECMARK y +CONFIG_ATM_CLIP_NO_ICMP n +CONFIG_ATM_BR2684_IPFILTER n +CONFIG_BRIDGE_IGMP_SNOOPING y +CONFIG_VLAN_8021Q_GVRP y +CONFIG_IPX_INTERN n +CONFIG_IPDDP_ENCAP y +CONFIG_X25 m note +CONFIG_LAPB m note +CONFIG_IEEE802154 m note +CONFIG_MAC802154 - note +CONFIG_DCB y +CONFIG_DNS_RESOLVER y note +CONFIG_BATMAN_ADV_BLA y +CONFIG_BATMAN_ADV_DAT y +CONFIG_BPF_JIT y note +CONFIG_COPS_DAYNA y +CONFIG_COPS_TANGENT y + +# Menu: Networking options >> DCCP CCIDs Configuration + +# Menu: Networking options >> DCCP Kernel Hacking + +# Menu: Networking options >> Network packet filtering framework (Netfilter) +CONFIG_NETFILTER y mark + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> Advanced netfilter configuration +CONFIG_NETFILTER_ADVANCED y +CONFIG_BRIDGE_NETFILTER y + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> Advanced netfilter configuration >> DECnet: Netfilter Configuration + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> Core Netfilter Configuration +CONFIG_NF_CONNTRACK_MARK y +CONFIG_NF_CONNTRACK_SECMARK y +CONFIG_NF_CONNTRACK_ZONES y +CONFIG_NF_CONNTRACK_PROCFS n flag +CONFIG_NF_CONNTRACK_EVENTS y +CONFIG_NF_CONNTRACK_TIMEOUT y +CONFIG_NF_CONNTRACK_TIMESTAMP y +CONFIG_NETFILTER_NETLINK_QUEUE_CT y + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> Ethernet Bridge tables (ebtables) support +CONFIG_BRIDGE_EBT_ULOG n flag + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> IP set support +CONFIG_IP_SET_MAX 256 + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> IP virtual server support +CONFIG_IP_VS_IPV6 y +CONFIG_IP_VS_TAB_BITS 12 +CONFIG_IP_VS_PROTO_TCP y +CONFIG_IP_VS_PROTO_UDP y +CONFIG_IP_VS_PROTO_ESP y +CONFIG_IP_VS_PROTO_AH y +CONFIG_IP_VS_PROTO_SCTP y +CONFIG_IP_VS_SH_TAB_BITS 8 +CONFIG_IP_VS_NFCT y + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> IP: Netfilter Configuration + +# Menu: Networking options >> Network packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration + +# Menu: Networking options >> Network testing +CONFIG_NET_DROP_MONITOR n + +# Menu: Networking options >> QoS and/or fair queueing +CONFIG_NET_SCHED y mark +CONFIG_CLS_U32_PERF n +CONFIG_CLS_U32_MARK y +CONFIG_NET_EMATCH y +CONFIG_NET_EMATCH_STACK 32 +CONFIG_NET_CLS_ACT y +CONFIG_GACT_PROB y +CONFIG_NET_CLS_IND n flag + +# Menu: Networking options >> TCP/IP networking +CONFIG_INET y note +CONFIG_IP_MULTICAST y +CONFIG_IP_ADVANCED_ROUTER y +CONFIG_IP_FIB_TRIE_STATS y +CONFIG_IP_MULTIPLE_TABLES y +CONFIG_IP_ROUTE_MULTIPATH y +CONFIG_IP_ROUTE_VERBOSE y +CONFIG_IP_PNP y +CONFIG_IP_PNP_DHCP y +CONFIG_IP_PNP_BOOTP n +CONFIG_IP_PNP_RARP n +CONFIG_NET_IPGRE_BROADCAST y note +CONFIG_IP_MROUTE y +CONFIG_IP_MROUTE_MULTIPLE_TABLES n +CONFIG_IP_PIMSM_V1 y +CONFIG_IP_PIMSM_V2 y +CONFIG_SYN_COOKIES y mark +CONFIG_INET_LRO y note +CONFIG_TCP_MD5SIG y mark +CONFIG_NETLABEL y mark +CONFIG_RDS m note + +# Menu: Networking options >> TCP/IP networking >> Layer Two Tunneling Protocol (L2TP) +CONFIG_L2TP_V3 y + +# Menu: Networking options >> TCP/IP networking >> TCP: advanced congestion control +CONFIG_TCP_CONG_ADVANCED y +CONFIG_TCP_CONG_CUBIC y note +CONFIG_DEFAULT_CUBIC y + +# Menu: Networking options >> TCP/IP networking >> The IPv6 protocol +CONFIG_IPV6 y note +CONFIG_IPV6_ROUTER_PREF y +CONFIG_IPV6_ROUTE_INFO y +CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION m note +CONFIG_IPV6_SIT_6RD y +CONFIG_IPV6_MULTIPLE_TABLES y +CONFIG_IPV6_SUBTREES y +CONFIG_IPV6_MROUTE y +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES y +CONFIG_IPV6_PIMSM_V2 y + +# Menu: Networking options >> TCP/IP networking >> The SCTP Protocol +CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1 y +CONFIG_SCTP_COOKIE_HMAC_MD5 y +CONFIG_SCTP_COOKIE_HMAC_SHA1 y + +# Menu: Networking options >> TCP/IP networking >> The TIPC Protocol +CONFIG_TIPC m note +CONFIG_TIPC_PORTS 8191 + +# Menu: Networking support +CONFIG_NET y + +# Menu: Networking support >> Amateur Radio support +CONFIG_HAMRADIO y + +# Menu: Networking support >> Amateur Radio support >> Amateur Radio AX.25 Level 2 protocol + +# Menu: Networking support >> Amateur Radio support >> Amateur Radio AX.25 Level 2 protocol >> AX.25 network device drivers + +# Menu: Networking support >> Bluetooth subsystem support +CONFIG_BT m + +# Menu: Networking support >> Bluetooth subsystem support >> Bluetooth device drivers + +# Menu: Networking support >> CAIF support + +# Menu: Networking support >> CAN bus subsystem support + +# Menu: Networking support >> IrDA (infrared) subsystem support + +# Menu: Networking support >> IrDA (infrared) subsystem support >> Infrared-port device drivers +CONFIG_DONGLE y + +# Menu: Networking support >> NFC subsystem support +CONFIG_NFC m note mark +CONFIG_NFC_NCI m note + +# Menu: Networking support >> NFC subsystem support >> Near Field Communication (NFC) devices + +# Menu: Networking support >> Plan 9 Resource Sharing Support (9P2000) + +# Menu: Networking support >> RF switch subsystem support +CONFIG_RFKILL y + +# Menu: Networking support >> WiMAX Wireless Broadband support + +# Menu: Networking support >> Wireless +CONFIG_WIRELESS y + +# Menu: Networking support >> Wireless >> Generic IEEE 802.11 Networking Stack (mac80211) + +# Menu: Networking support >> Wireless >> Generic IEEE 802.11 Networking Stack (mac80211) >> Select mac80211 debugging features + +# Menu: Partition Types +set +tree 'Partition Types' ?pattern _PARTITION$ !flag EXPERIMENTAL = y +set +tree 'Partition Types' ?pattern _DISKLABEL$ !flag EXPERIMENTAL = y + +# Menu: Platform support (powerpc) +CONFIG_KVM_GUEST y + +# Menu: Platform support >> 82xx-based boards (PQ II) (powerpc) + +# Menu: Platform support >> 83xx-based boards (powerpc) + +# Menu: Platform support >> 86xx-based boards (powerpc) + +# Menu: Platform support >> Cell Broadband Engine options (powerpc) + +# Menu: Platform support >> Freescale Book-E Machine Type (powerpc) + +# Menu: Platform support >> Freescale Ethernet driver platform-specific options (powerpc) + +# Menu: Platform support >> MPC8xx CPM Options (powerpc) + +# Menu: Platform support >> PA Semi SoC-based platforms (powerpc) + +# Menu: Platform support >> PA Semi SoC-based platforms >> PA Semi PWRficient options (powerpc) + +# Menu: Platform support >> Sony PS3 (powerpc) + +# Menu: Platform support >> Sony PS3 >> PS3 Platform Options (powerpc) + +# Menu: Platform support >> WSP platform selection (powerpc) + +# Menu: Power management and ACPI options +CONFIG_SUSPEND y +CONFIG_SUSPEND_FREEZER y +CONFIG_HIBERNATION y +CONFIG_APM_EMULATION p policy<(arch armel armhf &/ value n) | value m> note + +# Menu: Power management and ACPI options >> ACPI (Advanced Configuration and Power Interface) Support +CONFIG_ACPI y mark +CONFIG_ACPI_AC y note +CONFIG_ACPI_BATTERY y note +CONFIG_ACPI_BUTTON y note +CONFIG_ACPI_FAN y note +CONFIG_ACPI_PROCESSOR y note +CONFIG_ACPI_THERMAL y note +CONFIG_ACPI_CONTAINER y note +CONFIG_ACPI_HED y note +CONFIG_ACPI_CUSTOM_METHOD n note + +# Menu: Power management and ACPI options >> APM (Advanced Power Management) BIOS support (x86) +CONFIG_APM m mark + +# Menu: Power management and ACPI options >> Memory power savings + +# Menu: Power management options +CONFIG_APM_EMULATION p policy<(arch armel armhf &/ value n) | value m> note + +# Menu: Processor support (powerpc) +CONFIG_SMP y + +# Menu: Processor type and features + +# Menu: Processor type and features (x86) +CONFIG_CC_STACKPROTECTOR p policy<(arch amd64 i386 armhf &/ value y) | value n> +CONFIG_KEXEC y +CONFIG_CRASH_DUMP y +CONFIG_RELOCATABLE y +CONFIG_TOSHIBA n note + +# Menu: Processor type and features >> Linux guest support (x86) +CONFIG_HYPERVISOR_GUEST y +CONFIG_PARAVIRT y +CONFIG_KVM_GUEST y + +# Menu: Security options +CONFIG_KEYS y +CONFIG_PERSISTENT_KEYRINGS y +CONFIG_TRUSTED_KEYS y note +CONFIG_ENCRYPTED_KEYS y note +CONFIG_SECURITY_DMESG_RESTRICT n +CONFIG_SECURITY y mark +CONFIG_SECURITYFS y +CONFIG_SECURITY_NETWORK y +CONFIG_SECURITY_NETWORK_XFRM y +CONFIG_SECURITY_PATH y +CONFIG_INTEL_TXT p policy<(arch i386 amd64 &/ value y) | value n)> +CONFIG_LSM_MMAP_MIN_ADDR 0 +CONFIG_SECURITY_SELINUX y +CONFIG_SECURITY_SELINUX_BOOTPARAM y +CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE 0 +CONFIG_SECURITY_SELINUX_DISABLE y note +CONFIG_SECURITY_SELINUX_DEVELOP y +CONFIG_SECURITY_SELINUX_AVC_STATS y +CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE 1 +CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX n +CONFIG_SECURITY_SMACK y +CONFIG_SECURITY_TOMOYO y +CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY 2048 +CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG 1024 +CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER n +CONFIG_SECURITY_TOMOYO_POLICY_LOADER "/sbin/tomoyo-init" +CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER "/sbin/init" +CONFIG_SECURITY_APPARMOR y +CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE 1 +CONFIG_SECURITY_YAMA y +CONFIG_SECURITY_YAMA_STACKED y +CONFIG_INTEGRITY_SIGNATURE y +CONFIG_IMA n note +CONFIG_EVM y +CONFIG_DEFAULT_SECURITY_APPARMOR y + +# Menu: System Type (arm) +CONFIG_ARCH_MULTIPLATFORM p policy<(arch armhf &/ value y) | value n> + +# Menu: System Type >> ARM Ltd. Versatile Express family (arm) + +# Menu: System Type >> ARM Ltd. Versatile Express family >> Versatile Express platform type (arm) + +# Menu: System Type >> Atmel AT91 System-on-Chip (arm) + +# Menu: System Type >> Atmel AT91 System-on-Chip >> Atmel Non-DT world (arm) + +# Menu: System Type >> Broadcom SoC Selection (arm) + +# Menu: System Type >> CLPS711X/EP721X/EP731X Implementations (arm) + +# Menu: System Type >> CSR SiRF atlas6/primaII/Marco/Polo Specific Features (arm) + +# Menu: System Type >> Cavium Networks CNS3XXX family (arm) + +# Menu: System Type >> Cavium Networks CNS3XXX family >> CNS3XXX platform type (arm) + +# Menu: System Type >> Cirrus EP93xx Implementation Options (arm) + +# Menu: System Type >> Cortina Systems Gemini Implementations (arm) + +# Menu: System Type >> Footbridge Implementations (arm) + +# Menu: System Type >> Freescale i.MX family (arm) + +# Menu: System Type >> Freescale i.MX family >> Freescale i.MX support (arm) + +# Menu: System Type >> IOP13XX Implementation Options (arm) + +# Menu: System Type >> IOP32x Implementation Options (arm) + +# Menu: System Type >> IOP33x Implementation Options (arm) + +# Menu: System Type >> Integrator Options (arm) + +# Menu: System Type >> Intel IXP4xx Implementation Options (arm) + +# Menu: System Type >> Intel PXA2xx/PXA3xx Implementations (arm) + +# Menu: System Type >> Kendin/Micrel KS8695 Implementations (arm) + +# Menu: System Type >> Marvell Dove Implementations (arm) + +# Menu: System Type >> Marvell Kirkwood Implementations (arm) + +# Menu: System Type >> Marvell MV78xx0 Implementations (arm) + +# Menu: System Type >> Marvell PXA168/910/MMP2 Implmentations (arm) + +# Menu: System Type >> Marvell SOC with device tree (arm) + +# Menu: System Type >> Multiple platform selection (arm) + +# Menu: System Type >> NUC950 Machines (arm) + +# Menu: System Type >> NUC960 Machines (arm) + +# Menu: System Type >> NVIDIA Tegra (arm) + +# Menu: System Type >> NVIDIA Tegra >> NVIDIA Tegra options (arm) + +# Menu: System Type >> NetX Implementations (arm) + +# Menu: System Type >> Nomadik boards (arm) + +# Menu: System Type >> Orion Implementations (arm) + +# Menu: System Type >> Qualcomm MSM Board Type (arm) + +# Menu: System Type >> RealView platform type (arm) + +# Menu: System Type >> S5PC110 Machines (arm) + +# Menu: System Type >> S5PV210 Machines (arm) + +# Menu: System Type >> SA11x0 Implementations (arm) + +# Menu: System Type >> SAMSUNG EXYNOS SoCs Support (arm) + +# Menu: System Type >> SAMSUNG S3C24XX SoCs Support (arm) + +# Menu: System Type >> ST SPEAr Family (arm) + +# Menu: System Type >> ST-Ericsson AB U300/U335 Platform (arm) + +# Menu: System Type >> STMicroelectronics Consumer Electronics SOCs with Device Trees (arm) + +# Menu: System Type >> SuperH / SH-Mobile Driver Options + +# Menu: System Type >> TI DaVinci Implementations (arm) + +# Menu: System Type >> TI OMAP Common Features (arm) + +# Menu: System Type >> TI OMAP1 specific features (arm) + +# Menu: System Type >> TI OMAP2/3/4 Specific Features (arm) + +# Menu: System Type >> Timer and clock configuration (arm) + +# Menu: System Type >> Use 8-bit SDHCI bus width (arm) + +# Menu: System Type >> Ux500 target platform (boards) (arm) + +# Menu: System Type >> Versatile platform type (arm) + +# Menu: System Type >> W90P910 Machines (arm) + +# Menu: Ubuntu Supplied Third-Party Device Drivers + +# Menu: Userspace binary formats +CONFIG_BINFMT_ELF y +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS y +CONFIG_BINFMT_SCRIPT y +CONFIG_BINFMT_MISC y +CONFIG_COREDUMP y + +# Menu: Userspace binary formats (arm) + +# Menu: Virtualization +# Menu: Virtualization (arm) +# Menu: Virtualization (powerpc) +# Menu: Virtualization (x86) +CONFIG_VIRTUALIZATION y +CONFIG_KVM p policy<(arch powerpc &/ value y) | value m> +CONFIG_KVM_MMU_AUDIT n +CONFIG_KVM_DEVICE_ASSIGNMENT y +CONFIG_LGUEST n + +# temporarily disabled options -- build failures. +#CONFIG_TI_CPSW p policy<(arch armel armhf &/ value n) | value m> flag +#CONFIG_USB_MUSB_DSPS p policy<(arch armel armhf &/ value n) | value m> flag +CONFIG_LIS3L02DQ p policy<(arch armhf &/ value n) | value m> flag +CONFIG_EZX_PCAP p policy<(arch armhf &/ value n) | value m> flag +#CONFIG_TOUCHSCREEN_EGALAX p policy<(arch armel armhf &/ value n) | value m> flag note +#CONFIG_TOUCHSCREEN_EETI p policy<(arch armel armhf &/ value n) | value m> flag note +#CONFIG_SENSORS_AK8975 p policy<(arch armel armhf &/ value n) | value m> flag note +CONFIG_PPC_EPAPR_HV_BYTECHAN n flag note + +# Ensure DEPRECATED options are off. +set +all ?flag DEPRECATED !mark annotated ?type bool = n +set +all ?flag DEPRECATED !mark annotated ?type tristate = n + +# Ensure DANGEROUS things are turned off. +set +all ?flag DANGEROUS = n --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/arm64/config.common.arm64 +++ linux-lts-utopic-3.16.0/debian.utopic/config/arm64/config.common.arm64 @@ -0,0 +1,145 @@ +# +# Config options for config.common.arm64 automatically generated by splitconfig.pl +# +CONFIG_64BIT=y +CONFIG_AC97_BUS=m +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +CONFIG_ATA_GENERIC=m +# CONFIG_ATA_NONSTANDARD is not set +CONFIG_ATA_PIIX=m +CONFIG_BCH=m +# CONFIG_CC_STACKPROTECTOR is not set +CONFIG_CMDLINE="console=ttyAMA0" +# CONFIG_CPU_BIG_ENDIAN is not set +# CONFIG_CXL_BASE is not set +# CONFIG_DEFAULT_CFQ is not set +CONFIG_DEFAULT_DEADLINE=y +CONFIG_DEFAULT_IOSCHED="deadline" +CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 +CONFIG_DMA_VIRTUAL_CHANNELS=y +# CONFIG_EM_TIMER_STI is not set +CONFIG_FB_ATY128=m +# CONFIG_FB_BOOT_VESA_SUPPORT is not set +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +# CONFIG_FB_MACMODES is not set +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_SYS_IMAGEBLIT=m +CONFIG_FB_UDL=m +CONFIG_FB_VOODOO1=m +# CONFIG_FONTS is not set +CONFIG_FORCE_MAX_ZONEORDER=11 +CONFIG_FRAME_WARN=1024 +CONFIG_FUNCTION_TRACER=y +CONFIG_GENERIC_CSUM=y +CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY=0 +CONFIG_GPIO_GENERIC=y +CONFIG_GPIO_GENERIC_PLATFORM=y +CONFIG_GPIO_TWL4030=m +CONFIG_GPIO_TWL6040=m +# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set +# CONFIG_HAVE_AOUT is not set +# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set +CONFIG_HAVE_GENERIC_DMA_COHERENT=y +CONFIG_HUGETLB_PAGE=y +CONFIG_HZ=100 +CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 +CONFIG_IMA=y +# CONFIG_IPMI_SI_PROBE_DEFAULTS is not set +CONFIG_JUMP_LABEL=y +CONFIG_KVM=y +CONFIG_LOG_BUF_SHIFT=14 +CONFIG_LUSTRE_FS=m +CONFIG_MFD_SM501=m +# CONFIG_MFD_TMIO is not set +CONFIG_MII=y +CONFIG_MMC_BLOCK=y +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_PLTFM=m +CONFIG_MTD=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_CMDLINE_PARTS=m +CONFIG_MTD_NAND=m +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC=m +CONFIG_MTD_NAND_IDS=m +CONFIG_MTD_OF_PARTS=m +# CONFIG_MUSB_PIO_ONLY is not set +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NET_XGENE=m +CONFIG_NOP_USB_XCEIV=m +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS=8 +CONFIG_PATA_SIS=m +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_PHY_SAMSUNG_USB2=m +CONFIG_PPS=m +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_RCU is not set +CONFIG_PREEMPT_VOLUNTARY=y +# CONFIG_PROBE_EVENTS is not set +# CONFIG_PSTORE_CONSOLE is not set +CONFIG_PSTORE_RAM=m +CONFIG_PTP_1588_CLOCK=m +CONFIG_RCU_CPU_STALL_TIMEOUT=60 +CONFIG_RCU_FANOUT=64 +CONFIG_RCU_FAST_NO_HZ=y +# CONFIG_RCU_NOCB_CPU is not set +CONFIG_REED_SOLOMON=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_REGULATOR_TWL4030=m +CONFIG_RTC_DRV_DS3232=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_RTC_DRV_PL031=m +CONFIG_RTC_DRV_TWL4030=m +CONFIG_RTC_DRV_XGENE=y +CONFIG_SAMSUNG_USB2PHY=m +CONFIG_SAMSUNG_USB3PHY=m +CONFIG_SAMSUNG_USBPHY=m +CONFIG_SATA_AHCI_PLATFORM=m +CONFIG_SATA_SVW=m +CONFIG_SCHED_SMT=y +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_SENSORS_SCH56XX_COMMON=m +CONFIG_SERIAL_8250_DW=m +# CONFIG_SH_TIMER_CMT is not set +# CONFIG_SH_TIMER_MTU2 is not set +CONFIG_SMC91X=y +CONFIG_SND=m +CONFIG_SND_COMPRESS_OFFLOAD=m +CONFIG_SND_DMAENGINE_PCM=m +CONFIG_SND_HDA_INTEL=m +# CONFIG_SND_OPL4_LIB_SEQ is not set +CONFIG_SND_PCM=m +# CONFIG_SND_SBAWE_SEQ is not set +CONFIG_SND_SOC=m +CONFIG_SND_SOC_FSL_SSI=m +CONFIG_SND_SOC_HDMI_CODEC=m +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_TIMER=m +CONFIG_SOUND=m +CONFIG_STACK_TRACER=y +CONFIG_STANDALONE=y +CONFIG_SYS_HYPERVISOR=y +CONFIG_TICK_CPU_ACCOUNTING=y +CONFIG_TIGON3=m +# CONFIG_UPROBES is not set +CONFIG_USB_EHCI_HCD_PLATFORM=m +CONFIG_USB_GADGET=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +CONFIG_USB_MUSB_HDRC=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_OHCI_HCD_PLATFORM=m +CONFIG_USB_USBNET=m +CONFIG_USB_UX500_DMA=y +CONFIG_XEN=y --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/arm64/config.flavour.generic +++ linux-lts-utopic-3.16.0/debian.utopic/config/arm64/config.flavour.generic @@ -0,0 +1,3 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/armhf/config.common.armhf +++ linux-lts-utopic-3.16.0/debian.utopic/config/armhf/config.common.armhf @@ -0,0 +1,143 @@ +# +# Config options for config.common.armhf automatically generated by splitconfig.pl +# +# CONFIG_APM_EMULATION is not set +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set +# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set +CONFIG_ATA_GENERIC=m +# CONFIG_ATA_NONSTANDARD is not set +CONFIG_ATA_PIIX=m +CONFIG_BCH=y +CONFIG_CC_STACKPROTECTOR=y +CONFIG_CMDLINE="" +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CRASH_DUMP=y +# CONFIG_CXL_BASE is not set +# CONFIG_DEFAULT_CFQ is not set +CONFIG_DEFAULT_DEADLINE=y +CONFIG_DEFAULT_IOSCHED="deadline" +CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_EM_TIMER_STI=y +CONFIG_FB_ATY128=m +# CONFIG_FB_BOOT_VESA_SUPPORT is not set +# CONFIG_FB_MACMODES is not set +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_SYS_IMAGEBLIT=y +CONFIG_FB_UDL=m +CONFIG_FB_VOODOO1=m +CONFIG_FONTS=y +CONFIG_FRAME_WARN=1024 +# CONFIG_FUNCTION_TRACER is not set +CONFIG_GPIO_GENERIC=y +CONFIG_GPIO_GENERIC_PLATFORM=y +CONFIG_GPIO_TWL4030=y +CONFIG_GPIO_TWL6040=y +# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set +# CONFIG_HAVE_AOUT is not set +# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set +CONFIG_HAVE_GENERIC_DMA_COHERENT=y +CONFIG_HIBERNATION=y +CONFIG_HZ=250 +# CONFIG_HZ_1000 is not set +CONFIG_HZ_250=y +CONFIG_IMA=y +# CONFIG_IPMI_SI_PROBE_DEFAULTS is not set +# CONFIG_IRQ_FORCED_THREADING_DEFAULT is not set +# CONFIG_JUMP_LABEL is not set +CONFIG_KVM=y +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LUSTRE_FS=m +CONFIG_MFD_SM501=y +CONFIG_MFD_TMIO=y +CONFIG_MII=y +CONFIG_MMC_BLOCK=y +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_PLTFM=y +CONFIG_MTD=y +CONFIG_MTD_BLKDEVS=y +CONFIG_MTD_BLOCK=y +CONFIG_MTD_CMDLINE_PARTS=y +CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_BCH=y +CONFIG_MTD_NAND_ECC=y +CONFIG_MTD_NAND_IDS=y +CONFIG_MTD_OF_PARTS=y +# CONFIG_MUSB_PIO_ONLY is not set +CONFIG_NEED_DMA_MAP_STATE=y +# CONFIG_NET_XGENE is not set +CONFIG_NOP_USB_XCEIV=y +# CONFIG_NO_HZ_FULL is not set +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS=4 +CONFIG_NVRAM=m +CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_PATA_SIS=m +# CONFIG_PCCARD is not set +CONFIG_PHY_SAMSUNG_USB2=y +CONFIG_PPS=y +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_RCU is not set +CONFIG_PREEMPT_VOLUNTARY=y +CONFIG_PROBE_EVENTS=y +CONFIG_PSTORE_CONSOLE=y +CONFIG_PSTORE_RAM=y +CONFIG_PTP_1588_CLOCK=y +CONFIG_RCU_CPU_STALL_TIMEOUT=60 +CONFIG_RCU_FANOUT=32 +CONFIG_RCU_FAST_NO_HZ=y +# CONFIG_RCU_NOCB_CPU is not set +# CONFIG_RCU_USER_QS is not set +CONFIG_REED_SOLOMON=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y +CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_DS3232=m +CONFIG_RTC_DRV_PL031=y +CONFIG_RTC_DRV_TWL4030=y +CONFIG_RTC_DRV_XGENE=m +CONFIG_SAMSUNG_USB2PHY=y +CONFIG_SAMSUNG_USB3PHY=y +CONFIG_SAMSUNG_USBPHY=y +CONFIG_SATA_AHCI_PLATFORM=y +CONFIG_SATA_SVW=m +# CONFIG_SCHED_SMT is not set +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_SENSORS_SCH56XX_COMMON=m +CONFIG_SH_TIMER_CMT=y +CONFIG_SH_TIMER_MTU2=y +CONFIG_SMC91X=m +CONFIG_SND=y +CONFIG_SND_COMPRESS_OFFLOAD=y +CONFIG_SND_DMAENGINE_PCM=y +CONFIG_SND_HDA_INTEL=m +# CONFIG_SND_OPL4_LIB_SEQ is not set +CONFIG_SND_PCM=y +# CONFIG_SND_SBAWE_SEQ is not set +CONFIG_SND_SOC=y +CONFIG_SND_SOC_HDMI_CODEC=y +CONFIG_SND_SOC_I2C_AND_SPI=y +CONFIG_SND_TIMER=y +CONFIG_SOUND=y +# CONFIG_STACK_TRACER is not set +CONFIG_STANDALONE=y +# CONFIG_SYS_HYPERVISOR is not set +# CONFIG_TICK_CPU_ACCOUNTING is not set +CONFIG_TIGON3=m +CONFIG_UPROBES=y +# CONFIG_USB_EHCI_HCD_PLATFORM is not set +CONFIG_USB_FSL_MPH_DR_OF=m +CONFIG_USB_GADGET=y +CONFIG_USB_G_MULTI=m +# CONFIG_USB_HCD_BCMA is not set +# CONFIG_USB_HCD_SSB is not set +CONFIG_USB_MUSB_HDRC=y +# CONFIG_USB_MUSB_TUSB6010 is not set +# CONFIG_USB_OHCI_HCD_PLATFORM is not set +CONFIG_USB_USBNET=y +# CONFIG_USB_UX500_DMA is not set +# CONFIG_VFIO_IOMMU_TYPE1 is not set +CONFIG_VIRT_CPU_ACCOUNTING_GEN=y +# CONFIG_XEN is not set --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/armhf/config.flavour.generic +++ linux-lts-utopic-3.16.0/debian.utopic/config/armhf/config.flavour.generic @@ -0,0 +1,24 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# +CONFIG_AC97_BUS=y +CONFIG_ARCH_MXC=y +CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED=y +CONFIG_ARCH_OMAP3=y +CONFIG_ARCH_OMAP4=y +# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set +CONFIG_ARCH_TEGRA=y +CONFIG_ARM_ATAG_DTB_COMPAT=y +# CONFIG_ARM_HIGHBANK_CPUIDLE is not set +# CONFIG_ARM_LPAE is not set +CONFIG_FB_CFB_REV_PIXELS_IN_BYTE=y +CONFIG_FORCE_MAX_ZONEORDER=12 +# CONFIG_HUGETLB_PAGE is not set +# CONFIG_PHYS_ADDR_T_64BIT is not set +CONFIG_REGULATOR_TWL4030=y +CONFIG_RTC_DRV_PCF8523=y +CONFIG_SERIAL_8250_DW=y +CONFIG_SND_SOC_FSL_SSI=y +CONFIG_SND_SOC_IMX_AUDMUX=y +CONFIG_SND_SOC_SGTL5000=y +CONFIG_SOC_AM33XX=y --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/armhf/config.flavour.generic-lpae +++ linux-lts-utopic-3.16.0/debian.utopic/config/armhf/config.flavour.generic-lpae @@ -0,0 +1,24 @@ +# +# Config options for config.flavour.generic-lpae automatically generated by splitconfig.pl +# +CONFIG_AC97_BUS=m +# CONFIG_ARCH_MXC is not set +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +# CONFIG_ARCH_OMAP3 is not set +# CONFIG_ARCH_OMAP4 is not set +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +# CONFIG_ARCH_TEGRA is not set +# CONFIG_ARM_ATAG_DTB_COMPAT is not set +CONFIG_ARM_HIGHBANK_CPUIDLE=y +CONFIG_ARM_LPAE=y +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +CONFIG_FORCE_MAX_ZONEORDER=11 +CONFIG_HUGETLB_PAGE=y +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_REGULATOR_TWL4030=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_SERIAL_8250_DW=m +CONFIG_SND_SOC_FSL_SSI=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_SOC_SGTL5000=m +# CONFIG_SOC_AM33XX is not set --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/config.common.ports +++ linux-lts-utopic-3.16.0/debian.utopic/config/config.common.ports @@ -0,0 +1,3 @@ +# +# Common config options automatically generated by splitconfig.pl +# --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/config.common.ubuntu +++ linux-lts-utopic-3.16.0/debian.utopic/config/config.common.ubuntu @@ -0,0 +1,8136 @@ +# +# Common config options automatically generated by splitconfig.pl +# +CONFIG_32BIT=y +CONFIG_3C515=m +# CONFIG_40x is not set +# CONFIG_44x is not set +CONFIG_60XX_WDT=m +CONFIG_6LOWPAN_IPHC=m +CONFIG_6PACK=m +CONFIG_6xx=y +CONFIG_8139CP=m +CONFIG_8139TOO=m +CONFIG_8139TOO_8129=y +CONFIG_8139TOO_PIO=y +# CONFIG_8139TOO_TUNE_TWISTER is not set +# CONFIG_8139_OLD_RX_RESET is not set +CONFIG_8723AU_AP_MODE=y +CONFIG_8723AU_BT_COEXIST=y +CONFIG_88EU_AP_MODE=y +CONFIG_88EU_P2P=y +CONFIG_9P_FS=m +CONFIG_9P_FSCACHE=y +CONFIG_9P_FS_POSIX_ACL=y +CONFIG_9P_FS_SECURITY=y +CONFIG_AB3100_CORE=y +CONFIG_AB3100_OTP=m +CONFIG_ABX500_CORE=y +# CONFIG_ACCESSIBILITY is not set +CONFIG_ACENIC=m +# CONFIG_ACENIC_OMIT_TIGON_I is not set +CONFIG_ACERHDF=m +CONFIG_ACER_WMI=m +CONFIG_ACORN_PARTITION=y +CONFIG_ACORN_PARTITION_ADFS=y +CONFIG_ACORN_PARTITION_CUMANA=y +CONFIG_ACORN_PARTITION_EESOX=y +CONFIG_ACORN_PARTITION_ICS=y +CONFIG_ACORN_PARTITION_POWERTEC=y +CONFIG_ACORN_PARTITION_RISCIX=y +CONFIG_ACPI=y +CONFIG_ACPI_AC=y +CONFIG_ACPI_APEI=y +CONFIG_ACPI_APEI_EINJ=m +# CONFIG_ACPI_APEI_ERST_DEBUG is not set +CONFIG_ACPI_APEI_GHES=y +CONFIG_ACPI_APEI_MEMORY_FAILURE=y +CONFIG_ACPI_APEI_PCIEAER=y +CONFIG_ACPI_BATTERY=y +CONFIG_ACPI_BGRT=y +CONFIG_ACPI_BUTTON=y +CONFIG_ACPI_CMPC=m +CONFIG_ACPI_CONTAINER=y +# CONFIG_ACPI_CUSTOM_DSDT is not set +CONFIG_ACPI_CUSTOM_DSDT_FILE="" +# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_DEBUG is not set +CONFIG_ACPI_DOCK=y +CONFIG_ACPI_EC_DEBUGFS=m +CONFIG_ACPI_EXTLOG=m +CONFIG_ACPI_FAN=y +CONFIG_ACPI_HED=y +CONFIG_ACPI_HOTPLUG_CPU=y +CONFIG_ACPI_HOTPLUG_MEMORY=y +# CONFIG_ACPI_INITRD_TABLE_OVERRIDE is not set +CONFIG_ACPI_INT3403_THERMAL=m +CONFIG_ACPI_IPMI=m +CONFIG_ACPI_NUMA=y +CONFIG_ACPI_PCI_SLOT=y +CONFIG_ACPI_PROCESSOR=y +CONFIG_ACPI_PROCESSOR_AGGREGATOR=m +# CONFIG_ACPI_PROCFS_POWER is not set +CONFIG_ACPI_QUICKSTART=m +# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set +CONFIG_ACPI_SBS=m +CONFIG_ACPI_SLEEP=y +CONFIG_ACPI_THERMAL=y +CONFIG_ACPI_TOSHIBA=m +CONFIG_ACPI_VIDEO=m +CONFIG_ACPI_WMI=m +CONFIG_ACQUIRE_WDT=m +CONFIG_ACT200L_DONGLE=m +CONFIG_ACTISYS_DONGLE=m +CONFIG_AD2S1200=m +CONFIG_AD2S1210=m +CONFIG_AD2S90=m +CONFIG_AD5064=m +CONFIG_AD525X_DPOT=m +CONFIG_AD525X_DPOT_I2C=m +CONFIG_AD525X_DPOT_SPI=m +CONFIG_AD5360=m +CONFIG_AD5380=m +CONFIG_AD5421=m +CONFIG_AD5446=m +CONFIG_AD5449=m +CONFIG_AD5504=m +CONFIG_AD5624R_SPI=m +CONFIG_AD5686=m +CONFIG_AD5755=m +CONFIG_AD5764=m +CONFIG_AD5791=m +CONFIG_AD5930=m +CONFIG_AD5933=m +CONFIG_AD7150=m +CONFIG_AD7152=m +CONFIG_AD7192=m +CONFIG_AD7266=m +CONFIG_AD7280=m +CONFIG_AD7291=m +CONFIG_AD7298=m +CONFIG_AD7303=m +CONFIG_AD7476=m +CONFIG_AD7606=m +CONFIG_AD7606_IFACE_PARALLEL=m +CONFIG_AD7606_IFACE_SPI=m +CONFIG_AD7746=m +CONFIG_AD7780=m +CONFIG_AD7791=m +CONFIG_AD7793=m +CONFIG_AD7816=m +CONFIG_AD7887=m +CONFIG_AD7923=m +CONFIG_AD799X=m +CONFIG_AD8366=m +CONFIG_AD9523=m +CONFIG_AD9832=m +CONFIG_AD9834=m +CONFIG_AD9850=m +CONFIG_AD9852=m +CONFIG_AD9910=m +CONFIG_AD9951=m +CONFIG_ADAPTEC_STARFIRE=m +CONFIG_ADB=y +CONFIG_ADB_CUDA=y +CONFIG_ADB_MACIO=y +CONFIG_ADB_PMU=y +CONFIG_ADB_PMU_LED=y +CONFIG_ADE7753=m +CONFIG_ADE7754=m +CONFIG_ADE7758=m +CONFIG_ADE7759=m +CONFIG_ADE7854=m +CONFIG_ADE7854_I2C=m +CONFIG_ADE7854_SPI=m +CONFIG_ADF4350=m +CONFIG_ADFS_FS=m +# CONFIG_ADFS_FS_RW is not set +CONFIG_ADIS16060=m +CONFIG_ADIS16080=m +CONFIG_ADIS16130=m +CONFIG_ADIS16136=m +CONFIG_ADIS16201=m +CONFIG_ADIS16203=m +CONFIG_ADIS16204=m +CONFIG_ADIS16209=m +CONFIG_ADIS16220=m +CONFIG_ADIS16240=m +CONFIG_ADIS16260=m +CONFIG_ADIS16400=m +CONFIG_ADIS16480=m +CONFIG_ADJD_S311=m +CONFIG_ADM8211=m +CONFIG_ADT7316=m +CONFIG_ADT7316_I2C=m +CONFIG_ADT7316_SPI=m +# CONFIG_ADVANCED_OPTIONS is not set +CONFIG_ADVANTECH_WDT=m +CONFIG_ADXRS450=m +CONFIG_AD_SIGMA_DELTA=m +CONFIG_AEABI=y +CONFIG_AFFS_FS=m +# CONFIG_AFS_DEBUG is not set +CONFIG_AFS_FS=m +CONFIG_AFS_FSCACHE=y +CONFIG_AF_RXRPC=m +# CONFIG_AF_RXRPC_DEBUG is not set +CONFIG_AGP=y +CONFIG_AGP_ALI=m +CONFIG_AGP_AMD=y +CONFIG_AGP_AMD64=y +CONFIG_AGP_ATI=m +CONFIG_AGP_EFFICEON=m +CONFIG_AGP_INTEL=y +CONFIG_AGP_NVIDIA=y +CONFIG_AGP_SIS=m +CONFIG_AGP_SWORKS=m +CONFIG_AGP_UNINORTH=m +CONFIG_AGP_VIA=y +CONFIG_AHCI_IMX=y +CONFIG_AHCI_MVEBU=m +CONFIG_AHCI_XGENE=m +CONFIG_AIC79XX_CMDS_PER_DEVICE=32 +# CONFIG_AIC79XX_DEBUG_ENABLE is not set +CONFIG_AIC79XX_DEBUG_MASK=0 +CONFIG_AIC79XX_REG_PRETTY_PRINT=y +CONFIG_AIC79XX_RESET_DELAY_MS=5000 +CONFIG_AIC7XXX_CMDS_PER_DEVICE=8 +# CONFIG_AIC7XXX_DEBUG_ENABLE is not set +CONFIG_AIC7XXX_DEBUG_MASK=0 +CONFIG_AIC7XXX_REG_PRETTY_PRINT=y +CONFIG_AIC7XXX_RESET_DELAY_MS=5000 +# CONFIG_AIC94XX_DEBUG is not set +CONFIG_AIO=y +CONFIG_AIRO=m +CONFIG_AIRO_CS=m +CONFIG_AIX_PARTITION=y +CONFIG_AK8975=m +CONFIG_ALIENWARE_WMI=m +CONFIG_ALIGNMENT_TRAP=y +CONFIG_ALIM1535_WDT=m +CONFIG_ALIM7101_WDT=m +CONFIG_ALIX=y +CONFIG_ALI_FIR=m +CONFIG_ALTERA_STAPL=m +CONFIG_ALTERA_TSE=m +CONFIG_ALTIVEC=y +CONFIG_ALX=m +CONFIG_AM335X_CONTROL_USB=m +CONFIG_AM335X_PHY_USB=m +CONFIG_AMBA_PL08X=y +CONFIG_AMD8111_ETH=m +CONFIG_AMD_IOMMU=y +CONFIG_AMD_IOMMU_STATS=y +CONFIG_AMD_IOMMU_V2=m +CONFIG_AMD_NB=y +CONFIG_AMD_NUMA=y +CONFIG_AMD_PHY=m +CONFIG_AMD_XGBE=m +CONFIG_AMD_XGBE_PHY=m +CONFIG_AMIGA_PARTITION=y +CONFIG_AMILO_RFKILL=m +# CONFIG_ANDROID is not set +CONFIG_ANON_INODES=y +CONFIG_ANSLCD=m +CONFIG_APB_TIMER=y +CONFIG_APDS9300=m +CONFIG_APDS9802ALS=m +CONFIG_APM=m +# CONFIG_APM_ALLOW_INTS is not set +# CONFIG_APM_CPU_IDLE is not set +# CONFIG_APM_DISPLAY_BLANK is not set +# CONFIG_APM_DO_ENABLE is not set +# CONFIG_APM_IGNORE_USER_SUSPEND is not set +CONFIG_APM_POWER=m +CONFIG_APPLE_AIRPORT=m +CONFIG_APPLE_GMUX=m +CONFIG_APPLICOM=m +CONFIG_AR5523=m +# CONFIG_ARCH_AT91 is not set +CONFIG_ARCH_AXXIA=y +# CONFIG_ARCH_BCM is not set +CONFIG_ARCH_BERLIN=y +CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y +CONFIG_ARCH_CLOCKSOURCE_DATA=y +# CONFIG_ARCH_CLPS711X is not set +CONFIG_ARCH_CPU_PROBE_RELEASE=y +# CONFIG_ARCH_DAVINCI is not set +CONFIG_ARCH_DISCARD_MEMBLOCK=y +# CONFIG_ARCH_DOVE is not set +# CONFIG_ARCH_EBSA110 is not set +CONFIG_ARCH_EMEV2=y +CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y +CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y +# CONFIG_ARCH_EP93XX is not set +CONFIG_ARCH_EXYNOS=y +# CONFIG_ARCH_EXYNOS3 is not set +# CONFIG_ARCH_EXYNOS4 is not set +CONFIG_ARCH_EXYNOS5=y +CONFIG_ARCH_FLATMEM_ENABLE=y +# CONFIG_ARCH_FOOTBRIDGE is not set +# CONFIG_ARCH_GEMINI is not set +CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y +CONFIG_ARCH_HAS_BANDGAP=y +CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y +CONFIG_ARCH_HAS_CPU_RELAX=y +CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y +CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y +CONFIG_ARCH_HAS_ILOG2_U32=y +CONFIG_ARCH_HAS_ILOG2_U64=y +CONFIG_ARCH_HAS_OPP=y +CONFIG_ARCH_HAS_RESET_CONTROLLER=y +CONFIG_ARCH_HAS_TICK_BROADCAST=y +CONFIG_ARCH_HAS_WALK_MEMORY=y +CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_ARCH_HI3xxx=y +CONFIG_ARCH_HIBERNATION_HEADER=y +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_HIGHBANK=y +# CONFIG_ARCH_INTEGRATOR is not set +# CONFIG_ARCH_IOP13XX is not set +# CONFIG_ARCH_IOP32X is not set +# CONFIG_ARCH_IOP33X is not set +# CONFIG_ARCH_IXP4XX is not set +# CONFIG_ARCH_KEYSTONE is not set +# CONFIG_ARCH_KIRKWOOD is not set +# CONFIG_ARCH_KS8695 is not set +# CONFIG_ARCH_LPC32XX is not set +CONFIG_ARCH_MAY_HAVE_PC_FDC=y +CONFIG_ARCH_MEMORY_PROBE=y +CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y +CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y +# CONFIG_ARCH_MMP is not set +# CONFIG_ARCH_MSM is not set +CONFIG_ARCH_MSM8960=y +CONFIG_ARCH_MSM8974=y +CONFIG_ARCH_MSM8X60=y +CONFIG_ARCH_MULTIPLATFORM=y +# CONFIG_ARCH_MULTI_CPU_AUTO is not set +# CONFIG_ARCH_MULTI_V6 is not set +CONFIG_ARCH_MULTI_V6_V7=y +CONFIG_ARCH_MULTI_V7=y +# CONFIG_ARCH_MV78XX0 is not set +CONFIG_ARCH_MVEBU=y +CONFIG_ARCH_MXC_IOMUX_V3=y +# CONFIG_ARCH_NETX is not set +CONFIG_ARCH_NR_GPIO=1024 +CONFIG_ARCH_OMAP=y +# CONFIG_ARCH_OMAP1 is not set +CONFIG_ARCH_OMAP2PLUS=y +CONFIG_ARCH_OMAP2PLUS_TYPICAL=y +# CONFIG_ARCH_ORION5X is not set +CONFIG_ARCH_PROC_KCORE_TEXT=y +# CONFIG_ARCH_PXA is not set +CONFIG_ARCH_QCOM=y +CONFIG_ARCH_R7S72100=y +CONFIG_ARCH_R8A7790=y +CONFIG_ARCH_R8A7791=y +# CONFIG_ARCH_REALVIEW is not set +CONFIG_ARCH_REQUIRE_GPIOLIB=y +# CONFIG_ARCH_ROCKCHIP is not set +# CONFIG_ARCH_RPC is not set +# CONFIG_ARCH_S3C24XX is not set +# CONFIG_ARCH_S3C64XX is not set +# CONFIG_ARCH_S5P64X0 is not set +# CONFIG_ARCH_S5PC100 is not set +# CONFIG_ARCH_S5PV210 is not set +# CONFIG_ARCH_SA1100 is not set +CONFIG_ARCH_SHMOBILE=y +# CONFIG_ARCH_SHMOBILE_LEGACY is not set +CONFIG_ARCH_SHMOBILE_MULTI=y +# CONFIG_ARCH_SIRF is not set +# CONFIG_ARCH_SOCFPGA is not set +CONFIG_ARCH_SPARSEMEM_ENABLE=y +# CONFIG_ARCH_STI is not set +# CONFIG_ARCH_SUNXI is not set +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y +CONFIG_ARCH_SUPPORTS_BIG_ENDIAN=y +CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y +CONFIG_ARCH_SUPPORTS_FIRMWARE=y +CONFIG_ARCH_SUPPORTS_INT128=y +CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y +CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y +CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y +CONFIG_ARCH_SUPPORTS_TRUSTED_FOUNDATIONS=y +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_ARCH_TEGRA_114_SOC=y +CONFIG_ARCH_TEGRA_124_SOC=y +CONFIG_ARCH_TEGRA_2x_SOC=y +CONFIG_ARCH_TEGRA_3x_SOC=y +# CONFIG_ARCH_U8500 is not set +CONFIG_ARCH_USES_NUMA_PROT_NONE=y +CONFIG_ARCH_USES_PG_UNCACHED=y +CONFIG_ARCH_USE_BUILTIN_BSWAP=y +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y +CONFIG_ARCH_USE_QUEUE_RWLOCK=y +# CONFIG_ARCH_VERSATILE is not set +CONFIG_ARCH_VEXPRESS=y +CONFIG_ARCH_VEXPRESS_CA9X4=y +CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA=y +CONFIG_ARCH_VEXPRESS_DCSCB=y +CONFIG_ARCH_VEXPRESS_SPC=y +CONFIG_ARCH_VEXPRESS_TC2_PM=y +CONFIG_ARCH_VIRT=y +# CONFIG_ARCH_W90X900 is not set +CONFIG_ARCH_WANTS_FREEZER_CONTROL=y +CONFIG_ARCH_WANTS_PROT_NUMA_PROT_NONE=y +CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_FRAME_POINTERS=y +CONFIG_ARCH_WANT_GENERAL_HUGETLB=y +CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y +CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y +CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y +# CONFIG_ARCH_WM8850 is not set +CONFIG_ARCH_XGENE=y +# CONFIG_ARCH_ZYNQ is not set +CONFIG_ARCNET=m +CONFIG_ARCNET_1051=m +CONFIG_ARCNET_1201=m +CONFIG_ARCNET_CAP=m +CONFIG_ARCNET_COM20020=m +CONFIG_ARCNET_COM20020_CS=m +CONFIG_ARCNET_COM20020_ISA=m +CONFIG_ARCNET_COM20020_PCI=m +CONFIG_ARCNET_COM90xx=m +CONFIG_ARCNET_COM90xxIO=m +CONFIG_ARCNET_RAW=m +CONFIG_ARCNET_RIM_I=m +CONFIG_ARC_EMAC=m +CONFIG_ARM=y +CONFIG_ARM64=y +# CONFIG_ARM64_64K_PAGES is not set +CONFIG_ARM64_CPU_SUSPEND=y +CONFIG_ARM64_CRYPTO=y +CONFIG_ARM64_ERRATUM_843419=y +CONFIG_ARMADA_370_CLK=y +CONFIG_ARMADA_370_XP_TIMER=y +CONFIG_ARMADA_375_CLK=y +CONFIG_ARMADA_38X_CLK=y +CONFIG_ARMADA_THERMAL=y +CONFIG_ARMADA_XP_CLK=y +CONFIG_ARM_AMBA=y +CONFIG_ARM_APPENDED_DTB=y +CONFIG_ARM_ARCH_TIMER=y +CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y +CONFIG_ARM_ARMADA_370_XP_CPUIDLE=y +CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND=y +# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER is not set +CONFIG_ARM_BIG_LITTLE_CPUFREQ=m +CONFIG_ARM_BIG_LITTLE_CPUIDLE=y +CONFIG_ARM_CCI=y +CONFIG_ARM_CHARLCD=y +CONFIG_ARM_CPU_SUSPEND=y +CONFIG_ARM_CPU_TOPOLOGY=y +CONFIG_ARM_DMA_IOMMU_ALIGNMENT=8 +CONFIG_ARM_DMA_MEM_BUFFERABLE=y +CONFIG_ARM_DMA_USE_IOMMU=y +CONFIG_ARM_DT_BL_CPUFREQ=m +CONFIG_ARM_ERRATA_430973=y +CONFIG_ARM_ERRATA_643719=y +CONFIG_ARM_ERRATA_720789=y +CONFIG_ARM_ERRATA_754322=y +CONFIG_ARM_ERRATA_754327=y +CONFIG_ARM_ERRATA_764369=y +CONFIG_ARM_ERRATA_773022=y +CONFIG_ARM_ERRATA_775420=y +CONFIG_ARM_ERRATA_798181=y +# CONFIG_ARM_EXYNOS5250_CPUFREQ is not set +# CONFIG_ARM_EXYNOS5440_CPUFREQ is not set +# CONFIG_ARM_EXYNOS5_BUS_DEVFREQ is not set +CONFIG_ARM_EXYNOS_CPUIDLE=y +CONFIG_ARM_GIC=y +CONFIG_ARM_GIC_V3=y +CONFIG_ARM_GLOBAL_TIMER=y +CONFIG_ARM_HAS_SG_CHAIN=y +CONFIG_ARM_HIGHBANK_CPUFREQ=m +CONFIG_ARM_IMX6Q_CPUFREQ=m +# CONFIG_ARM_KIRKWOOD_CPUFREQ is not set +CONFIG_ARM_KPROBES_TEST=m +CONFIG_ARM_L1_CACHE_SHIFT=6 +CONFIG_ARM_L1_CACHE_SHIFT_6=y +CONFIG_ARM_OMAP2PLUS_CPUFREQ=y +CONFIG_ARM_PATCH_PHYS_VIRT=y +CONFIG_ARM_PSCI=y +# CONFIG_ARM_PTDUMP is not set +# CONFIG_ARM_SMMU is not set +CONFIG_ARM_SP805_WATCHDOG=m +CONFIG_ARM_TEGRA_CPUFREQ=y +CONFIG_ARM_THUMB=y +CONFIG_ARM_THUMBEE=y +CONFIG_ARM_TIMER_SP804=y +CONFIG_ARM_UNWIND=y +CONFIG_ARM_VEXPRESS_SPC_CPUFREQ=m +CONFIG_ARM_VIRT_EXT=y +CONFIG_AS3935=m +CONFIG_ASN1=y +CONFIG_ASSOCIATIVE_ARRAY=y +CONFIG_ASUS_LAPTOP=m +CONFIG_ASUS_NB_WMI=m +CONFIG_ASUS_WMI=m +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_ASYNC_CORE=m +CONFIG_ASYNC_MEMCPY=m +CONFIG_ASYNC_PQ=m +CONFIG_ASYNC_RAID6_RECOV=m +CONFIG_ASYNC_RAID6_TEST=m +CONFIG_ASYNC_TX_DMA=y +CONFIG_ASYNC_TX_ENABLE_CHANNEL_SWITCH=y +CONFIG_ASYNC_XOR=m +CONFIG_AT76C50X_USB=m +CONFIG_AT803X_PHY=m +CONFIG_ATA=y +CONFIG_ATAGS=y +CONFIG_ATAGS_PROC=y +CONFIG_ATALK=m +CONFIG_ATARI_PARTITION=y +CONFIG_ATA_ACPI=y +CONFIG_ATA_BMDMA=y +CONFIG_ATA_OVER_ETH=m +CONFIG_ATA_SFF=y +CONFIG_ATA_VERBOSE_ERROR=y +CONFIG_ATH10K=m +# CONFIG_ATH10K_DEBUG is not set +CONFIG_ATH10K_DEBUGFS=y +CONFIG_ATH10K_PCI=m +CONFIG_ATH10K_TRACING=y +CONFIG_ATH5K=m +# CONFIG_ATH5K_DEBUG is not set +CONFIG_ATH5K_PCI=y +# CONFIG_ATH5K_TRACER is not set +CONFIG_ATH6KL=m +# CONFIG_ATH6KL_DEBUG is not set +CONFIG_ATH6KL_SDIO=m +# CONFIG_ATH6KL_TRACING is not set +CONFIG_ATH6KL_USB=m +CONFIG_ATH9K=m +CONFIG_ATH9K_AHB=y +CONFIG_ATH9K_BTCOEX_SUPPORT=y +CONFIG_ATH9K_COMMON=m +CONFIG_ATH9K_DEBUGFS=y +CONFIG_ATH9K_HTC=m +CONFIG_ATH9K_HTC_DEBUGFS=y +CONFIG_ATH9K_HW=m +CONFIG_ATH9K_PCI=y +CONFIG_ATH9K_RFKILL=y +CONFIG_ATH9K_STATION_STATISTICS=y +CONFIG_ATH9K_WOW=y +CONFIG_ATH_CARDS=m +CONFIG_ATH_COMMON=m +# CONFIG_ATH_DEBUG is not set +CONFIG_ATL1=m +CONFIG_ATL1C=m +CONFIG_ATL1E=m +CONFIG_ATL2=m +CONFIG_ATM=m +CONFIG_ATMEL=m +CONFIG_ATM_AMBASSADOR=m +# CONFIG_ATM_AMBASSADOR_DEBUG is not set +CONFIG_ATM_BR2684=m +# CONFIG_ATM_BR2684_IPFILTER is not set +CONFIG_ATM_CLIP=m +# CONFIG_ATM_CLIP_NO_ICMP is not set +CONFIG_ATM_DRIVERS=y +CONFIG_ATM_DUMMY=m +CONFIG_ATM_ENI=m +# CONFIG_ATM_ENI_DEBUG is not set +# CONFIG_ATM_ENI_TUNE_BURST is not set +CONFIG_ATM_FIRESTREAM=m +CONFIG_ATM_FORE200E=m +CONFIG_ATM_FORE200E_DEBUG=0 +CONFIG_ATM_FORE200E_TX_RETRY=16 +# CONFIG_ATM_FORE200E_USE_TASKLET is not set +CONFIG_ATM_HE=m +CONFIG_ATM_HE_USE_SUNI=y +CONFIG_ATM_HORIZON=m +# CONFIG_ATM_HORIZON_DEBUG is not set +CONFIG_ATM_IA=m +# CONFIG_ATM_IA_DEBUG is not set +CONFIG_ATM_IDT77252=m +# CONFIG_ATM_IDT77252_DEBUG is not set +# CONFIG_ATM_IDT77252_RCV_ALL is not set +CONFIG_ATM_IDT77252_USE_SUNI=y +CONFIG_ATM_LANAI=m +CONFIG_ATM_LANE=m +CONFIG_ATM_MPOA=m +CONFIG_ATM_NICSTAR=m +# CONFIG_ATM_NICSTAR_USE_IDT77105 is not set +# CONFIG_ATM_NICSTAR_USE_SUNI is not set +CONFIG_ATM_SOLOS=m +CONFIG_ATM_TCP=m +CONFIG_ATM_ZATM=m +# CONFIG_ATM_ZATM_DEBUG is not set +# CONFIG_ATOMIC64_SELFTEST is not set +CONFIG_ATP=m +CONFIG_AUDIT=y +CONFIG_AUDITSYSCALL=y +# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set +CONFIG_AUDIT_GENERIC=y +CONFIG_AUDIT_TREE=y +CONFIG_AUDIT_WATCH=y +CONFIG_AUFS_BDEV_LOOP=y +# CONFIG_AUFS_BRANCH_MAX_1023 is not set +CONFIG_AUFS_BRANCH_MAX_127=y +# CONFIG_AUFS_BRANCH_MAX_32767 is not set +# CONFIG_AUFS_BRANCH_MAX_511 is not set +# CONFIG_AUFS_BR_FUSE is not set +# CONFIG_AUFS_BR_HFSPLUS is not set +# CONFIG_AUFS_BR_RAMFS is not set +# CONFIG_AUFS_DEBUG is not set +CONFIG_AUFS_EXPORT=y +CONFIG_AUFS_FS=m +# CONFIG_AUFS_HNOTIFY is not set +CONFIG_AUFS_INO_T_64=y +# CONFIG_AUFS_RDU is not set +CONFIG_AUFS_SBILIST=y +# CONFIG_AUFS_SHWH is not set +CONFIG_AUTOFS4_FS=m +CONFIG_AUTO_ZRELADDR=y +CONFIG_AUXDISPLAY=y +CONFIG_AVERAGE=y +CONFIG_AX25=m +CONFIG_AX25_DAMA_SLAVE=y +CONFIG_AX88796=m +# CONFIG_AX88796_93CX6 is not set +CONFIG_B43=m +CONFIG_B43LEGACY=m +# CONFIG_B43LEGACY_DEBUG is not set +CONFIG_B43LEGACY_DMA=y +CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y +# CONFIG_B43LEGACY_DMA_MODE is not set +CONFIG_B43LEGACY_HWRNG=y +CONFIG_B43LEGACY_LEDS=y +CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y +CONFIG_B43LEGACY_PCI_AUTOSELECT=y +CONFIG_B43LEGACY_PIO=y +# CONFIG_B43LEGACY_PIO_MODE is not set +CONFIG_B43_BCMA=y +CONFIG_B43_BCMA_PIO=y +# CONFIG_B43_BUSES_BCMA is not set +CONFIG_B43_BUSES_BCMA_AND_SSB=y +# CONFIG_B43_BUSES_SSB is not set +# CONFIG_B43_DEBUG is not set +CONFIG_B43_HWRNG=y +CONFIG_B43_LEDS=y +CONFIG_B43_PCICORE_AUTOSELECT=y +CONFIG_B43_PCI_AUTOSELECT=y +# CONFIG_B43_PCMCIA is not set +CONFIG_B43_PHY_HT=y +CONFIG_B43_PHY_LP=y +CONFIG_B43_PHY_N=y +CONFIG_B43_PIO=y +# CONFIG_B43_SDIO is not set +CONFIG_B43_SSB=y +CONFIG_B44=m +CONFIG_B44_PCI=y +CONFIG_B44_PCICORE_AUTOSELECT=y +CONFIG_B44_PCI_AUTOSELECT=y +CONFIG_BACKLIGHT_88PM860X=m +CONFIG_BACKLIGHT_AAT2870=m +CONFIG_BACKLIGHT_ADP5520=m +CONFIG_BACKLIGHT_ADP8860=m +CONFIG_BACKLIGHT_ADP8870=m +CONFIG_BACKLIGHT_APPLE=m +CONFIG_BACKLIGHT_AS3711=m +CONFIG_BACKLIGHT_BD6107=m +CONFIG_BACKLIGHT_CARILLO_RANCH=m +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_BACKLIGHT_DA903X=m +CONFIG_BACKLIGHT_DA9052=m +CONFIG_BACKLIGHT_GENERIC=m +CONFIG_BACKLIGHT_GPIO=m +CONFIG_BACKLIGHT_LCD_SUPPORT=y +CONFIG_BACKLIGHT_LM3533=m +CONFIG_BACKLIGHT_LM3630A=m +CONFIG_BACKLIGHT_LM3639=m +CONFIG_BACKLIGHT_LP855X=m +CONFIG_BACKLIGHT_LP8788=m +CONFIG_BACKLIGHT_LV5207LP=m +CONFIG_BACKLIGHT_MAX8925=m +CONFIG_BACKLIGHT_PANDORA=m +CONFIG_BACKLIGHT_PCF50633=m +CONFIG_BACKLIGHT_PWM=m +CONFIG_BACKLIGHT_SAHARA=m +CONFIG_BACKLIGHT_TPS65217=m +CONFIG_BACKLIGHT_WM831X=m +# CONFIG_BACKTRACE_SELF_TEST is not set +CONFIG_BALLOON_COMPACTION=y +CONFIG_BASE_FULL=y +CONFIG_BASE_SMALL=0 +CONFIG_BATMAN_ADV=m +CONFIG_BATMAN_ADV_BLA=y +CONFIG_BATMAN_ADV_DAT=y +# CONFIG_BATMAN_ADV_DEBUG is not set +CONFIG_BATMAN_ADV_MCAST=y +CONFIG_BATMAN_ADV_NC=y +CONFIG_BATTERY_88PM860X=m +CONFIG_BATTERY_BQ27X00_I2C=y +CONFIG_BATTERY_BQ27X00_PLATFORM=y +CONFIG_BATTERY_BQ27x00=m +CONFIG_BATTERY_DA9030=m +CONFIG_BATTERY_DA9052=m +CONFIG_BATTERY_DS2760=m +CONFIG_BATTERY_DS2780=m +CONFIG_BATTERY_DS2781=m +CONFIG_BATTERY_DS2782=m +CONFIG_BATTERY_INTEL_MID=m +CONFIG_BATTERY_MAX17040=m +CONFIG_BATTERY_MAX17042=m +CONFIG_BATTERY_PMU=m +CONFIG_BATTERY_RX51=m +CONFIG_BATTERY_SBS=m +CONFIG_BATTERY_TWL4030_MADC=m +CONFIG_BAYCOM_EPP=m +CONFIG_BAYCOM_PAR=m +CONFIG_BAYCOM_SER_FDX=m +CONFIG_BAYCOM_SER_HDX=m +CONFIG_BCACHE=m +# CONFIG_BCACHE_CLOSURES_DEBUG is not set +# CONFIG_BCACHE_DEBUG is not set +CONFIG_BCH_CONST_M=14 +CONFIG_BCH_CONST_PARAMS=y +CONFIG_BCH_CONST_T=4 +CONFIG_BCM7XXX_PHY=m +CONFIG_BCM87XX_PHY=m +CONFIG_BCMA=m +CONFIG_BCMA_BLOCKIO=y +# CONFIG_BCMA_DEBUG is not set +CONFIG_BCMA_DRIVER_GMAC_CMN=y +CONFIG_BCMA_DRIVER_GPIO=y +CONFIG_BCMA_HOST_PCI=y +CONFIG_BCMA_HOST_PCI_POSSIBLE=y +CONFIG_BCMA_HOST_SOC=y +CONFIG_BCMA_POSSIBLE=y +CONFIG_BCMGENET=m +CONFIG_BCM_KONA_USB2_PHY=m +CONFIG_BCM_WIMAX=m +# CONFIG_BDI_SWITCH is not set +CONFIG_BE2ISCSI=m +CONFIG_BE2NET=m +CONFIG_BE2NET_VXLAN=y +# CONFIG_BEFS_DEBUG is not set +CONFIG_BEFS_FS=m +CONFIG_BFS_FS=m +CONFIG_BIG_KEYS=y +CONFIG_BIG_LITTLE=y +CONFIG_BINARY_PRINTF=y +CONFIG_BINFMT_AOUT=m +CONFIG_BINFMT_ELF=y +CONFIG_BINFMT_MISC=m +CONFIG_BINFMT_SCRIPT=y +CONFIG_BITREVERSE=y +CONFIG_BLK_CGROUP=y +CONFIG_BLK_CMDLINE_PARSER=y +CONFIG_BLK_CPQ_CISS_DA=m +CONFIG_BLK_DEV=y +CONFIG_BLK_DEV_3W_XXXX_RAID=m +CONFIG_BLK_DEV_BSG=y +CONFIG_BLK_DEV_BSGLIB=y +# CONFIG_BLK_DEV_COW_COMMON is not set +CONFIG_BLK_DEV_CRYPTOLOOP=m +CONFIG_BLK_DEV_DAC960=m +CONFIG_BLK_DEV_DM=y +CONFIG_BLK_DEV_DM_BUILTIN=y +CONFIG_BLK_DEV_DRBD=m +CONFIG_BLK_DEV_FD=m +# CONFIG_BLK_DEV_HD is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_BLK_DEV_INTEGRITY=y +CONFIG_BLK_DEV_IO_TRACE=y +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +CONFIG_BLK_DEV_MD=y +CONFIG_BLK_DEV_NBD=m +CONFIG_BLK_DEV_NULL_BLK=m +CONFIG_BLK_DEV_NVME=m +CONFIG_BLK_DEV_OSD=m +CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=65536 +CONFIG_BLK_DEV_RBD=m +CONFIG_BLK_DEV_RSXX=m +CONFIG_BLK_DEV_SD=y +CONFIG_BLK_DEV_SKD=m +CONFIG_BLK_DEV_SR=y +# CONFIG_BLK_DEV_SR_VENDOR is not set +CONFIG_BLK_DEV_SX8=m +CONFIG_BLK_DEV_THROTTLING=y +CONFIG_BLK_DEV_UMEM=m +# CONFIG_BLK_DEV_XIP is not set +CONFIG_BLOCK=y +CONFIG_BLOCK_COMPAT=y +CONFIG_BL_SWITCHER=y +CONFIG_BL_SWITCHER_DUMMY_IF=m +CONFIG_BMA180=m +CONFIG_BMAC=m +CONFIG_BMP085=y +CONFIG_BMP085_I2C=m +CONFIG_BMP085_SPI=m +CONFIG_BNA=m +CONFIG_BNX2=m +CONFIG_BNX2X=m +CONFIG_BNX2X_SRIOV=y +CONFIG_BOARD_TPCI200=m +CONFIG_BONDING=m +CONFIG_BOOKE=y +CONFIG_BOOKE_WDT=y +CONFIG_BOOKE_WDT_DEFAULT_TIMEOUT=38 +# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set +CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0 +# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set +# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set +CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 +# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 +# CONFIG_BOOTX_TEXT is not set +CONFIG_BOOT_PRINTK_DELAY=y +CONFIG_BOUNCE=y +CONFIG_BPCTL=m +CONFIG_BPF_JIT=y +CONFIG_BPQETHER=m +CONFIG_BQL=y +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_BRCMDBG is not set +CONFIG_BRCMFMAC=m +CONFIG_BRCMFMAC_SDIO=y +CONFIG_BRCMFMAC_USB=y +CONFIG_BRCMSMAC=m +CONFIG_BRCMSTB_GISB_ARB=y +CONFIG_BRCMUTIL=m +CONFIG_BRCM_TRACING=y +CONFIG_BRIDGE=m +CONFIG_BRIDGE_EBT_802_3=m +CONFIG_BRIDGE_EBT_AMONG=m +CONFIG_BRIDGE_EBT_ARP=m +CONFIG_BRIDGE_EBT_ARPREPLY=m +CONFIG_BRIDGE_EBT_BROUTE=m +CONFIG_BRIDGE_EBT_DNAT=m +CONFIG_BRIDGE_EBT_IP=m +CONFIG_BRIDGE_EBT_IP6=m +CONFIG_BRIDGE_EBT_LIMIT=m +CONFIG_BRIDGE_EBT_LOG=m +CONFIG_BRIDGE_EBT_MARK=m +CONFIG_BRIDGE_EBT_MARK_T=m +CONFIG_BRIDGE_EBT_NFLOG=m +CONFIG_BRIDGE_EBT_PKTTYPE=m +CONFIG_BRIDGE_EBT_REDIRECT=m +CONFIG_BRIDGE_EBT_SNAT=m +CONFIG_BRIDGE_EBT_STP=m +CONFIG_BRIDGE_EBT_T_FILTER=m +CONFIG_BRIDGE_EBT_T_NAT=m +# CONFIG_BRIDGE_EBT_ULOG is not set +CONFIG_BRIDGE_EBT_VLAN=m +CONFIG_BRIDGE_IGMP_SNOOPING=y +CONFIG_BRIDGE_NETFILTER=y +CONFIG_BRIDGE_NF_EBTABLES=m +CONFIG_BRIDGE_VLAN_FILTERING=y +CONFIG_BROADCOM_PHY=m +# CONFIG_BSC9131_RDB is not set +CONFIG_BSC9132_QDS=y +CONFIG_BSD_DISKLABEL=y +CONFIG_BSD_PROCESS_ACCT=y +CONFIG_BSD_PROCESS_ACCT_V3=y +CONFIG_BT=m +CONFIG_BTREE=y +# CONFIG_BTRFS_ASSERT is not set +# CONFIG_BTRFS_DEBUG is not set +CONFIG_BTRFS_FS=m +# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set +CONFIG_BTRFS_FS_POSIX_ACL=y +# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set +CONFIG_BT_6LOWPAN=y +CONFIG_BT_ATH3K=m +CONFIG_BT_BNEP=m +CONFIG_BT_BNEP_MC_FILTER=y +CONFIG_BT_BNEP_PROTO_FILTER=y +CONFIG_BT_CMTP=m +CONFIG_BT_HCIBCM203X=m +CONFIG_BT_HCIBFUSB=m +CONFIG_BT_HCIBLUECARD=m +CONFIG_BT_HCIBPA10X=m +CONFIG_BT_HCIBT3C=m +CONFIG_BT_HCIBTSDIO=m +CONFIG_BT_HCIBTUART=m +CONFIG_BT_HCIBTUSB=m +CONFIG_BT_HCIDTL1=m +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_3WIRE=y +CONFIG_BT_HCIUART_ATH3K=y +CONFIG_BT_HCIUART_BCSP=y +CONFIG_BT_HCIUART_H4=y +CONFIG_BT_HCIUART_LL=y +CONFIG_BT_HCIVHCI=m +CONFIG_BT_HIDP=m +CONFIG_BT_MRVL=m +CONFIG_BT_MRVL_SDIO=m +CONFIG_BT_NOKIA_H4P=m +CONFIG_BT_RFCOMM=m +CONFIG_BT_RFCOMM_TTY=y +CONFIG_BT_WILINK=m +CONFIG_BUG=y +CONFIG_BUILDTIME_EXTABLE_SORT=y +CONFIG_C101=m +CONFIG_C293_PCIE=y +CONFIG_C2PORT=m +CONFIG_C2PORT_DURAMAR_2150=m +CONFIG_CACHEFILES=m +# CONFIG_CACHEFILES_DEBUG is not set +# CONFIG_CACHEFILES_HISTOGRAM is not set +CONFIG_CACHE_FEROCEON_L2=y +# CONFIG_CACHE_FEROCEON_L2_WRITETHROUGH is not set +CONFIG_CACHE_L2X0=y +CONFIG_CACHE_PL310=y +CONFIG_CACHE_TAUROS2=y +CONFIG_CAIF=m +# CONFIG_CAIF_DEBUG is not set +CONFIG_CAIF_HSI=m +CONFIG_CAIF_NETDEV=m +CONFIG_CAIF_SPI_SLAVE=m +# CONFIG_CAIF_SPI_SYNC is not set +CONFIG_CAIF_TTY=m +CONFIG_CAIF_USB=m +CONFIG_CAIF_VIRTIO=m +CONFIG_CALGARY_IOMMU=y +CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y +CONFIG_CAN=m +CONFIG_CAN_8DEV_USB=m +CONFIG_CAN_BCM=m +CONFIG_CAN_CALC_BITTIMING=y +CONFIG_CAN_CC770=m +CONFIG_CAN_CC770_ISA=m +CONFIG_CAN_CC770_PLATFORM=m +CONFIG_CAN_C_CAN=m +CONFIG_CAN_C_CAN_PCI=m +CONFIG_CAN_C_CAN_PLATFORM=m +# CONFIG_CAN_DEBUG_DEVICES is not set +CONFIG_CAN_DEV=m +CONFIG_CAN_EMS_PCI=m +CONFIG_CAN_EMS_PCMCIA=m +CONFIG_CAN_EMS_USB=m +CONFIG_CAN_ESD_USB2=m +CONFIG_CAN_FLEXCAN=m +CONFIG_CAN_GRCAN=m +CONFIG_CAN_GS_USB=m +CONFIG_CAN_GW=m +CONFIG_CAN_JANZ_ICAN3=m +CONFIG_CAN_KVASER_PCI=m +CONFIG_CAN_KVASER_USB=m +CONFIG_CAN_LEDS=y +CONFIG_CAN_MCP251X=m +CONFIG_CAN_MSCAN=m +CONFIG_CAN_PEAK_PCI=m +CONFIG_CAN_PEAK_PCIEC=y +CONFIG_CAN_PEAK_PCMCIA=m +CONFIG_CAN_PEAK_USB=m +CONFIG_CAN_PLX_PCI=m +CONFIG_CAN_RAW=m +CONFIG_CAN_RCAR=m +CONFIG_CAN_SJA1000=m +CONFIG_CAN_SJA1000_ISA=m +CONFIG_CAN_SJA1000_PLATFORM=m +CONFIG_CAN_SLCAN=m +CONFIG_CAN_SOFTING=m +CONFIG_CAN_SOFTING_CS=m +CONFIG_CAN_TI_HECC=m +CONFIG_CAN_TSCAN1=m +CONFIG_CAN_VCAN=m +CONFIG_CAPI_AVM=y +CONFIG_CAPI_EICON=y +CONFIG_CAPI_TRACE=y +CONFIG_CARDBUS=y +CONFIG_CARDMAN_4000=m +CONFIG_CARDMAN_4040=m +CONFIG_CARL9170=m +# CONFIG_CARL9170_DEBUGFS is not set +CONFIG_CARL9170_HWRNG=y +CONFIG_CARL9170_LEDS=y +CONFIG_CARL9170_WPC=y +# CONFIG_CARMINE_DRAM_CUSTOM is not set +CONFIG_CASSINI=m +CONFIG_CB710_CORE=m +# CONFIG_CB710_DEBUG is not set +CONFIG_CB710_DEBUG_ASSUMPTIONS=y +CONFIG_CBE_CPUFREQ_SPU_GOVERNOR=m +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +# CONFIG_CC_STACKPROTECTOR_NONE is not set +CONFIG_CC_STACKPROTECTOR_REGULAR=y +# CONFIG_CC_STACKPROTECTOR_STRONG is not set +CONFIG_CDROM_PKTCDVD=m +CONFIG_CDROM_PKTCDVD_BUFFERS=8 +# CONFIG_CDROM_PKTCDVD_WCACHE is not set +CONFIG_CED1401=m +# CONFIG_CELL_CPU is not set +CONFIG_CEPH_FS=m +CONFIG_CEPH_FSCACHE=y +CONFIG_CEPH_FS_POSIX_ACL=y +CONFIG_CEPH_LIB=m +# CONFIG_CEPH_LIB_PRETTYDEBUG is not set +CONFIG_CEPH_LIB_USE_DNS_RESOLVER=y +CONFIG_CFAG12864B=m +CONFIG_CFAG12864B_RATE=20 +CONFIG_CFG80211=m +# CONFIG_CFG80211_CERTIFICATION_ONUS is not set +CONFIG_CFG80211_DEBUGFS=y +CONFIG_CFG80211_DEFAULT_PS=y +# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set +# CONFIG_CFG80211_INTERNAL_REGDB is not set +# CONFIG_CFG80211_REG_DEBUG is not set +CONFIG_CFG80211_WEXT=y +CONFIG_CFQ_GROUP_IOSCHED=y +CONFIG_CFS_BANDWIDTH=y +CONFIG_CGROUPS=y +CONFIG_CGROUP_CPUACCT=y +# CONFIG_CGROUP_DEBUG is not set +CONFIG_CGROUP_DEVICE=y +CONFIG_CGROUP_FREEZER=y +CONFIG_CGROUP_HUGETLB=y +CONFIG_CGROUP_NET_CLASSID=y +CONFIG_CGROUP_NET_PRIO=y +CONFIG_CGROUP_PERF=y +CONFIG_CGROUP_SCHED=y +CONFIG_CHARGER_88PM860X=m +CONFIG_CHARGER_BQ2415X=m +CONFIG_CHARGER_BQ24190=m +CONFIG_CHARGER_BQ24735=m +CONFIG_CHARGER_GPIO=m +CONFIG_CHARGER_ISP1704=m +CONFIG_CHARGER_LP8727=m +CONFIG_CHARGER_LP8788=m +CONFIG_CHARGER_MANAGER=y +CONFIG_CHARGER_MAX14577=m +CONFIG_CHARGER_MAX8903=m +CONFIG_CHARGER_MAX8997=m +CONFIG_CHARGER_MAX8998=m +CONFIG_CHARGER_PCF50633=m +CONFIG_CHARGER_SMB347=m +CONFIG_CHARGER_TPS65090=m +CONFIG_CHARGER_TWL4030=m +CONFIG_CHECKPOINT_RESTORE=y +CONFIG_CHECK_SIGNATURE=y +CONFIG_CHELSIO_T1=m +CONFIG_CHELSIO_T1_1G=y +CONFIG_CHELSIO_T3=m +CONFIG_CHELSIO_T4=m +CONFIG_CHELSIO_T4VF=m +CONFIG_CHROMEOS_LAPTOP=m +CONFIG_CHROMEOS_PSTORE=m +CONFIG_CHROME_PLATFORMS=y +CONFIG_CHR_DEV_OSST=m +CONFIG_CHR_DEV_SCH=m +CONFIG_CHR_DEV_SG=y +CONFIG_CHR_DEV_ST=m +CONFIG_CICADA_PHY=m +CONFIG_CIFS=m +CONFIG_CIFS_ACL=y +CONFIG_CIFS_DEBUG=y +# CONFIG_CIFS_DEBUG2 is not set +CONFIG_CIFS_DFS_UPCALL=y +CONFIG_CIFS_FSCACHE=y +CONFIG_CIFS_POSIX=y +CONFIG_CIFS_SMB2=y +CONFIG_CIFS_STATS=y +# CONFIG_CIFS_STATS2 is not set +CONFIG_CIFS_UPCALL=y +CONFIG_CIFS_WEAK_PW_HASH=y +CONFIG_CIFS_XATTR=y +CONFIG_CISS_SCSI_TAPE=y +CONFIG_CLEANCACHE=y +CONFIG_CLKBLD_I8253=y +CONFIG_CLKDEV_LOOKUP=y +CONFIG_CLKEVT_I8253=y +CONFIG_CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK=y +CONFIG_CLKSRC_EXYNOS_MCT=y +CONFIG_CLKSRC_I8253=y +CONFIG_CLKSRC_MMIO=y +CONFIG_CLKSRC_OF=y +CONFIG_CLKSRC_QCOM=y +CONFIG_CLKSRC_VERSATILE=y +CONFIG_CLK_PPC_CORENET=y +CONFIG_CLK_SP810=y +CONFIG_CLK_TWL6040=m +CONFIG_CLK_VEXPRESS_OSC=y +CONFIG_CLOCKSOURCE_WATCHDOG=y +CONFIG_CLONE_BACKWARDS=y +CONFIG_CLS_U32_MARK=y +# CONFIG_CLS_U32_PERF is not set +CONFIG_CLZ_TAB=y +CONFIG_CM32181=m +CONFIG_CM36651=m +CONFIG_CMA=y +CONFIG_CMA_AREAS=7 +# CONFIG_CMA_DEBUG is not set +# CONFIG_CMDLINE_BOOL is not set +# CONFIG_CMDLINE_FORCE is not set +CONFIG_CMDLINE_PARTITION=y +CONFIG_CMM=m +CONFIG_CNIC=m +CONFIG_CODA_FS=m +# CONFIG_CODE_PATCHING_SELFTEST is not set +CONFIG_COMEDI=m +CONFIG_COMEDI_8255=m +CONFIG_COMEDI_8255_PCI=m +CONFIG_COMEDI_ADDI_APCI_035=m +CONFIG_COMEDI_ADDI_APCI_1032=m +CONFIG_COMEDI_ADDI_APCI_1500=m +CONFIG_COMEDI_ADDI_APCI_1516=m +CONFIG_COMEDI_ADDI_APCI_1564=m +CONFIG_COMEDI_ADDI_APCI_16XX=m +CONFIG_COMEDI_ADDI_APCI_2032=m +CONFIG_COMEDI_ADDI_APCI_2200=m +CONFIG_COMEDI_ADDI_APCI_3120=m +CONFIG_COMEDI_ADDI_APCI_3501=m +CONFIG_COMEDI_ADDI_APCI_3XXX=m +CONFIG_COMEDI_ADDI_WATCHDOG=m +CONFIG_COMEDI_ADL_PCI6208=m +CONFIG_COMEDI_ADL_PCI7X3X=m +CONFIG_COMEDI_ADL_PCI8164=m +CONFIG_COMEDI_ADL_PCI9111=m +CONFIG_COMEDI_ADL_PCI9118=m +CONFIG_COMEDI_ADQ12B=m +CONFIG_COMEDI_ADV_PCI1710=m +CONFIG_COMEDI_ADV_PCI1723=m +CONFIG_COMEDI_ADV_PCI1724=m +CONFIG_COMEDI_ADV_PCI_DIO=m +CONFIG_COMEDI_AIO_AIO12_8=m +CONFIG_COMEDI_AIO_IIRO_16=m +CONFIG_COMEDI_AMPLC_DIO200=m +CONFIG_COMEDI_AMPLC_DIO200_ISA=m +CONFIG_COMEDI_AMPLC_DIO200_PCI=m +CONFIG_COMEDI_AMPLC_PC236=m +CONFIG_COMEDI_AMPLC_PC236_ISA=m +CONFIG_COMEDI_AMPLC_PC236_PCI=m +CONFIG_COMEDI_AMPLC_PC263_ISA=m +CONFIG_COMEDI_AMPLC_PC263_PCI=m +CONFIG_COMEDI_AMPLC_PCI224=m +CONFIG_COMEDI_AMPLC_PCI230=m +CONFIG_COMEDI_BOND=m +CONFIG_COMEDI_C6XDIGIO=m +CONFIG_COMEDI_CB_DAS16_CS=m +CONFIG_COMEDI_CB_PCIDAS=m +CONFIG_COMEDI_CB_PCIDAS64=m +CONFIG_COMEDI_CB_PCIDDA=m +CONFIG_COMEDI_CB_PCIMDAS=m +CONFIG_COMEDI_CB_PCIMDDA=m +CONFIG_COMEDI_CONTEC_PCI_DIO=m +CONFIG_COMEDI_DAC02=m +CONFIG_COMEDI_DAQBOARD2000=m +CONFIG_COMEDI_DAS08=m +CONFIG_COMEDI_DAS08_CS=m +CONFIG_COMEDI_DAS08_ISA=m +CONFIG_COMEDI_DAS08_PCI=m +CONFIG_COMEDI_DAS16=m +CONFIG_COMEDI_DAS16M1=m +CONFIG_COMEDI_DAS1800=m +CONFIG_COMEDI_DAS6402=m +CONFIG_COMEDI_DAS800=m +# CONFIG_COMEDI_DEBUG is not set +CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB=20480 +CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB=2048 +CONFIG_COMEDI_DMM32AT=m +CONFIG_COMEDI_DT2801=m +CONFIG_COMEDI_DT2811=m +CONFIG_COMEDI_DT2814=m +CONFIG_COMEDI_DT2815=m +CONFIG_COMEDI_DT2817=m +CONFIG_COMEDI_DT282X=m +CONFIG_COMEDI_DT3000=m +CONFIG_COMEDI_DT9812=m +CONFIG_COMEDI_DYNA_PCI10XX=m +CONFIG_COMEDI_FC=m +CONFIG_COMEDI_FL512=m +CONFIG_COMEDI_GSC_HPDI=m +CONFIG_COMEDI_ICP_MULTI=m +CONFIG_COMEDI_II_PCI20KC=m +CONFIG_COMEDI_ISA_DRIVERS=y +CONFIG_COMEDI_JR3_PCI=m +CONFIG_COMEDI_KCOMEDILIB=m +CONFIG_COMEDI_KE_COUNTER=m +CONFIG_COMEDI_ME4000=m +CONFIG_COMEDI_ME_DAQ=m +CONFIG_COMEDI_MF6X4=m +CONFIG_COMEDI_MISC_DRIVERS=y +CONFIG_COMEDI_MITE=m +CONFIG_COMEDI_MPC624=m +CONFIG_COMEDI_MULTIQ3=m +CONFIG_COMEDI_NI_6527=m +CONFIG_COMEDI_NI_65XX=m +CONFIG_COMEDI_NI_660X=m +CONFIG_COMEDI_NI_670X=m +CONFIG_COMEDI_NI_ATMIO=m +CONFIG_COMEDI_NI_ATMIO16D=m +CONFIG_COMEDI_NI_AT_A2150=m +CONFIG_COMEDI_NI_AT_AO=m +CONFIG_COMEDI_NI_DAQ_700_CS=m +CONFIG_COMEDI_NI_DAQ_DIO24_CS=m +CONFIG_COMEDI_NI_LABPC=m +CONFIG_COMEDI_NI_LABPC_CS=m +CONFIG_COMEDI_NI_LABPC_ISA=m +CONFIG_COMEDI_NI_LABPC_ISADMA=m +CONFIG_COMEDI_NI_LABPC_PCI=m +CONFIG_COMEDI_NI_MIO_CS=m +CONFIG_COMEDI_NI_PCIDIO=m +CONFIG_COMEDI_NI_PCIMIO=m +CONFIG_COMEDI_NI_TIO=m +CONFIG_COMEDI_NI_TIOCMD=m +CONFIG_COMEDI_PARPORT=m +CONFIG_COMEDI_PCI_DRIVERS=y +CONFIG_COMEDI_PCL711=m +CONFIG_COMEDI_PCL724=m +CONFIG_COMEDI_PCL726=m +CONFIG_COMEDI_PCL730=m +CONFIG_COMEDI_PCL812=m +CONFIG_COMEDI_PCL816=m +CONFIG_COMEDI_PCL818=m +CONFIG_COMEDI_PCM3724=m +CONFIG_COMEDI_PCMAD=m +CONFIG_COMEDI_PCMCIA_DRIVERS=y +CONFIG_COMEDI_PCMDA12=m +CONFIG_COMEDI_PCMMIO=m +CONFIG_COMEDI_PCMUIO=m +CONFIG_COMEDI_QUATECH_DAQP_CS=m +CONFIG_COMEDI_RTD520=m +CONFIG_COMEDI_RTI800=m +CONFIG_COMEDI_RTI802=m +CONFIG_COMEDI_S526=m +CONFIG_COMEDI_S626=m +CONFIG_COMEDI_SERIAL2002=m +CONFIG_COMEDI_SKEL=m +CONFIG_COMEDI_SSV_DNP=m +CONFIG_COMEDI_TEST=m +CONFIG_COMEDI_UNIOXX5=m +CONFIG_COMEDI_USBDUX=m +CONFIG_COMEDI_USBDUXFAST=m +CONFIG_COMEDI_USBDUXSIGMA=m +CONFIG_COMEDI_USB_DRIVERS=y +CONFIG_COMEDI_VMK80XX=m +CONFIG_COMMON_CLK=y +CONFIG_COMMON_CLK_MAX77686=m +CONFIG_COMMON_CLK_QCOM=m +CONFIG_COMMON_CLK_S2MPS11=m +CONFIG_COMMON_CLK_SAMSUNG=y +CONFIG_COMMON_CLK_SI5351=m +CONFIG_COMMON_CLK_SI570=m +CONFIG_COMMON_CLK_VERSATILE=y +CONFIG_COMMON_CLK_WM831X=m +CONFIG_COMMON_CLK_XGENE=y +CONFIG_COMPACTION=y +CONFIG_COMPAL_LAPTOP=m +CONFIG_COMPAT=y +CONFIG_COMPAT_BINFMT_ELF=y +# CONFIG_COMPAT_BRK is not set +CONFIG_COMPAT_FOR_U64_ALIGNMENT=y +CONFIG_COMPAT_NETLINK_MESSAGES=y +CONFIG_COMPAT_OLD_SIGACTION=y +# CONFIG_COMPAT_VDSO is not set +# CONFIG_COMPILE_TEST is not set +CONFIG_CONFIGFS_FS=m +CONFIG_CONNECTOR=y +CONFIG_CONSOLE_POLL=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_CONTEXT_TRACKING=y +# CONFIG_CONTEXT_TRACKING_FORCE is not set +CONFIG_COPS=m +CONFIG_COPS_DAYNA=y +CONFIG_COPS_TANGENT=y +CONFIG_CORDIC=m +CONFIG_COREDUMP=y +CONFIG_CORENET_GENERIC=y +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y +CONFIG_COSA=m +# CONFIG_CPA_DEBUG is not set +CONFIG_CPM=y +CONFIG_CPM2=y +CONFIG_CPU5_WDT=m +CONFIG_CPUSETS=y +CONFIG_CPU_32v6K=y +CONFIG_CPU_32v7=y +CONFIG_CPU_ABRT_EV7=y +# CONFIG_CPU_BPREDICT_DISABLE is not set +CONFIG_CPU_CACHE_V7=y +CONFIG_CPU_CACHE_VIPT=y +CONFIG_CPU_COPY_V6=y +CONFIG_CPU_CP15=y +CONFIG_CPU_CP15_MMU=y +# CONFIG_CPU_DCACHE_DISABLE is not set +CONFIG_CPU_FREQ=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +CONFIG_CPU_FREQ_GOV_COMMON=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_MAPLE=y +CONFIG_CPU_FREQ_PMAC=y +CONFIG_CPU_FREQ_PMAC64=y +CONFIG_CPU_FREQ_STAT=y +CONFIG_CPU_FREQ_STAT_DETAILS=y +CONFIG_CPU_HAS_ASID=y +# CONFIG_CPU_ICACHE_DISABLE is not set +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_GOV_LADDER=y +CONFIG_CPU_IDLE_GOV_MENU=y +CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y +CONFIG_CPU_NOTIFIER_ERROR_INJECT=m +CONFIG_CPU_PABRT_V7=y +CONFIG_CPU_PJ4=y +CONFIG_CPU_PJ4B=y +CONFIG_CPU_PM=y +CONFIG_CPU_RMAP=y +CONFIG_CPU_SUP_AMD=y +CONFIG_CPU_SUP_CENTAUR=y +CONFIG_CPU_SUP_CYRIX_32=y +CONFIG_CPU_SUP_INTEL=y +CONFIG_CPU_SUP_TRANSMETA_32=y +CONFIG_CPU_SUP_UMC_32=y +CONFIG_CPU_THERMAL=y +CONFIG_CPU_TLB_V7=y +CONFIG_CPU_V7=y +CONFIG_CRAMFS=m +CONFIG_CRC16=y +CONFIG_CRC32=y +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_SELFTEST is not set +# CONFIG_CRC32_SLICEBY4 is not set +CONFIG_CRC32_SLICEBY8=y +CONFIG_CRC7=m +CONFIG_CRC8=m +CONFIG_CRC_CCITT=m +CONFIG_CRC_ITU_T=m +CONFIG_CRC_T10DIF=y +CONFIG_CROSS_COMPILE="" +CONFIG_CROSS_MEMORY_ATTACH=y +CONFIG_CRYPTO=y +CONFIG_CRYPTO_842=m +CONFIG_CRYPTO_ABLK_HELPER=m +CONFIG_CRYPTO_AEAD=m +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_AES=y +CONFIG_CRYPTO_AES_586=m +CONFIG_CRYPTO_AES_ARM=m +CONFIG_CRYPTO_AES_ARM64_CE=m +CONFIG_CRYPTO_AES_ARM64_CE_BLK=m +CONFIG_CRYPTO_AES_ARM64_CE_CCM=m +CONFIG_CRYPTO_AES_ARM64_NEON_BLK=m +CONFIG_CRYPTO_AES_ARM_BS=m +CONFIG_CRYPTO_AES_NI_INTEL=m +CONFIG_CRYPTO_AES_X86_64=m +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_ANSI_CPRNG=m +CONFIG_CRYPTO_ANUBIS=m +CONFIG_CRYPTO_ARC4=m +CONFIG_CRYPTO_AUTHENC=m +CONFIG_CRYPTO_BLKCIPHER=y +CONFIG_CRYPTO_BLKCIPHER2=y +CONFIG_CRYPTO_BLOWFISH=m +CONFIG_CRYPTO_BLOWFISH_COMMON=m +CONFIG_CRYPTO_BLOWFISH_X86_64=m +CONFIG_CRYPTO_CAMELLIA=m +CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64=m +CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=m +CONFIG_CRYPTO_CAMELLIA_X86_64=m +CONFIG_CRYPTO_CAST5=m +CONFIG_CRYPTO_CAST5_AVX_X86_64=m +CONFIG_CRYPTO_CAST6=m +CONFIG_CRYPTO_CAST6_AVX_X86_64=m +CONFIG_CRYPTO_CAST_COMMON=m +CONFIG_CRYPTO_CBC=y +CONFIG_CRYPTO_CCM=m +CONFIG_CRYPTO_CMAC=m +CONFIG_CRYPTO_CRC32=m +CONFIG_CRYPTO_CRC32C=y +CONFIG_CRYPTO_CRC32C_INTEL=y +CONFIG_CRYPTO_CRC32_PCLMUL=m +CONFIG_CRYPTO_CRCT10DIF=y +CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m +CONFIG_CRYPTO_CRYPTD=m +CONFIG_CRYPTO_CTR=m +CONFIG_CRYPTO_CTS=m +CONFIG_CRYPTO_DEFLATE=m +CONFIG_CRYPTO_DES=m +CONFIG_CRYPTO_DEV_CCP=y +CONFIG_CRYPTO_DEV_CCP_CRYPTO=m +CONFIG_CRYPTO_DEV_CCP_DD=m +CONFIG_CRYPTO_DEV_FSL_CAAM=m +CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API=m +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API=m +# CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG is not set +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC=y +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_COUNT_THLD=255 +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_TIME_THLD=2048 +CONFIG_CRYPTO_DEV_FSL_CAAM_JR=m +CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE=9 +CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API=m +CONFIG_CRYPTO_DEV_GEODE=m +CONFIG_CRYPTO_DEV_HIFN_795X=m +CONFIG_CRYPTO_DEV_HIFN_795X_RNG=y +CONFIG_CRYPTO_DEV_MV_CESA=m +CONFIG_CRYPTO_DEV_NX=y +CONFIG_CRYPTO_DEV_NX_COMPRESS=m +CONFIG_CRYPTO_DEV_NX_ENCRYPT=m +CONFIG_CRYPTO_DEV_OMAP_AES=m +CONFIG_CRYPTO_DEV_OMAP_DES=m +CONFIG_CRYPTO_DEV_OMAP_SHAM=m +CONFIG_CRYPTO_DEV_PADLOCK=y +CONFIG_CRYPTO_DEV_PADLOCK_AES=m +CONFIG_CRYPTO_DEV_PADLOCK_SHA=m +CONFIG_CRYPTO_DEV_S5P=m +CONFIG_CRYPTO_DEV_SAHARA=m +CONFIG_CRYPTO_DEV_TALITOS=m +CONFIG_CRYPTO_ECB=y +CONFIG_CRYPTO_FCRYPT=m +CONFIG_CRYPTO_GCM=m +CONFIG_CRYPTO_GF128MUL=m +CONFIG_CRYPTO_GHASH=m +CONFIG_CRYPTO_GHASH_ARM64_CE=m +CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m +CONFIG_CRYPTO_GLUE_HELPER_X86=m +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_HASH_INFO=y +CONFIG_CRYPTO_HMAC=y +CONFIG_CRYPTO_HW=y +CONFIG_CRYPTO_KHAZAD=m +CONFIG_CRYPTO_LRW=m +CONFIG_CRYPTO_LZ4=m +CONFIG_CRYPTO_LZ4HC=m +CONFIG_CRYPTO_LZO=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_MD4=m +CONFIG_CRYPTO_MD5=y +CONFIG_CRYPTO_MICHAEL_MIC=m +CONFIG_CRYPTO_NULL=m +CONFIG_CRYPTO_PCBC=m +CONFIG_CRYPTO_PCOMP=m +CONFIG_CRYPTO_PCOMP2=y +CONFIG_CRYPTO_PCRYPT=m +CONFIG_CRYPTO_RMD128=m +CONFIG_CRYPTO_RMD160=m +CONFIG_CRYPTO_RMD256=m +CONFIG_CRYPTO_RMD320=m +CONFIG_CRYPTO_RNG=y +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_SALSA20=m +CONFIG_CRYPTO_SALSA20_586=m +CONFIG_CRYPTO_SALSA20_X86_64=m +CONFIG_CRYPTO_SEED=m +CONFIG_CRYPTO_SEQIV=m +CONFIG_CRYPTO_SERPENT=m +CONFIG_CRYPTO_SERPENT_AVX2_X86_64=m +CONFIG_CRYPTO_SERPENT_AVX_X86_64=m +CONFIG_CRYPTO_SERPENT_SSE2_586=m +CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA1_ARM=m +CONFIG_CRYPTO_SHA1_ARM64_CE=m +CONFIG_CRYPTO_SHA1_PPC=m +CONFIG_CRYPTO_SHA1_SSSE3=m +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA256_SSSE3=m +CONFIG_CRYPTO_SHA2_ARM64_CE=m +CONFIG_CRYPTO_SHA512=y +CONFIG_CRYPTO_SHA512_SSSE3=m +CONFIG_CRYPTO_SKEIN=y +CONFIG_CRYPTO_TEA=m +CONFIG_CRYPTO_TEST=m +CONFIG_CRYPTO_TGR192=m +CONFIG_CRYPTO_THREEFISH=y +CONFIG_CRYPTO_TWOFISH=m +CONFIG_CRYPTO_TWOFISH_586=m +CONFIG_CRYPTO_TWOFISH_AVX_X86_64=m +CONFIG_CRYPTO_TWOFISH_COMMON=m +CONFIG_CRYPTO_TWOFISH_X86_64=m +CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=m +CONFIG_CRYPTO_USER=m +CONFIG_CRYPTO_USER_API=m +CONFIG_CRYPTO_USER_API_HASH=m +CONFIG_CRYPTO_USER_API_SKCIPHER=m +CONFIG_CRYPTO_VMAC=m +CONFIG_CRYPTO_WORKQUEUE=y +CONFIG_CRYPTO_WP512=m +CONFIG_CRYPTO_XCBC=m +CONFIG_CRYPTO_XTS=m +CONFIG_CRYPTO_ZLIB=m +CONFIG_CRYSTALHD=m +# CONFIG_CS5535_MFGPT is not set +CONFIG_CS89x0=m +CONFIG_CS89x0_PLATFORM=y +CONFIG_CUSE=m +CONFIG_CW1200=m +CONFIG_CW1200_WLAN_SDIO=m +CONFIG_CW1200_WLAN_SPI=m +CONFIG_CXL=m +CONFIG_CXT1E1=m +CONFIG_CX_ECAT=m +CONFIG_CYCLADES=m +CONFIG_CYPRESS_FIRMWARE=m +# CONFIG_CYZ_INTR is not set +CONFIG_DA9052_WATCHDOG=m +CONFIG_DA9055_WATCHDOG=m +CONFIG_DAVICOM_PHY=m +CONFIG_DCA=m +CONFIG_DCACHE_WORD_ACCESS=y +CONFIG_DCB=y +CONFIG_DCDBAS=m +CONFIG_DDR=y +CONFIG_DE2104X=m +CONFIG_DE2104X_DSL=0 +CONFIG_DE4X5=m +CONFIG_DEBUGGER=y +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_BLK_CGROUP is not set +# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set +# CONFIG_DEBUG_BOOT_PARAMS is not set +CONFIG_DEBUG_BUGVERBOSE=y +# CONFIG_DEBUG_CREDENTIALS is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +CONFIG_DEBUG_FS=y +# CONFIG_DEBUG_GPIO is not set +# CONFIG_DEBUG_HIGHMEM is not set +# CONFIG_DEBUG_HOTPLUG_CPU0 is not set +CONFIG_DEBUG_IMX_UART_PORT=1 +CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_INFO_REDUCED is not set +CONFIG_DEBUG_KERNEL=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_KOBJECT is not set +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_LL is not set +CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_NMI_SELFTEST is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_NX_TEST is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_DEBUG_PAGEALLOC is not set +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set +# CONFIG_DEBUG_PINCTRL is not set +# CONFIG_DEBUG_PI_LIST is not set +# CONFIG_DEBUG_PREEMPT is not set +CONFIG_DEBUG_RODATA=y +# CONFIG_DEBUG_RODATA_TEST is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +CONFIG_DEBUG_SET_MODULE_RONX=y +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_SHIRQ is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_STACKOVERFLOW is not set +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set +# CONFIG_DEBUG_TLBFLUSH is not set +# CONFIG_DEBUG_UART_8250 is not set +# CONFIG_DEBUG_UART_PL01X is not set +# CONFIG_DEBUG_USER is not set +CONFIG_DEBUG_VF_UART_PORT=1 +# CONFIG_DEBUG_VIRTUAL is not set +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +CONFIG_DECNET=m +CONFIG_DECNET_NF_GRABULATOR=m +# CONFIG_DECNET_ROUTER is not set +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_LZ4=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_XZ=y +CONFIG_DEFAULT_CUBIC=y +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 +CONFIG_DEFAULT_IO_DELAY_TYPE=1 +CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 +# CONFIG_DEFAULT_NOOP is not set +# CONFIG_DEFAULT_RENO is not set +CONFIG_DEFAULT_SECURITY="apparmor" +CONFIG_DEFAULT_SECURITY_APPARMOR=y +# CONFIG_DEFAULT_SECURITY_DAC is not set +# CONFIG_DEFAULT_SECURITY_SELINUX is not set +# CONFIG_DEFAULT_SECURITY_SMACK is not set +# CONFIG_DEFAULT_SECURITY_TOMOYO is not set +# CONFIG_DEFAULT_SECURITY_YAMA is not set +CONFIG_DEFAULT_TCP_CONG="cubic" +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" +CONFIG_DEFXX=m +# CONFIG_DEFXX_MMIO is not set +CONFIG_DELL_LAPTOP=m +CONFIG_DELL_RBTN=m +CONFIG_DELL_RBU=m +CONFIG_DELL_SMO8800=m +CONFIG_DELL_WMI=m +CONFIG_DELL_WMI_AIO=m +# CONFIG_DEPRECATED_PARAM_STRUCT is not set +CONFIG_DETECT_HUNG_TASK=y +CONFIG_DEVFREQ_GOV_PERFORMANCE=y +CONFIG_DEVFREQ_GOV_POWERSAVE=y +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +CONFIG_DEVFREQ_GOV_USERSPACE=y +# CONFIG_DEVKMEM is not set +CONFIG_DEVPORT=y +CONFIG_DEVPTS_MULTIPLE_INSTANCES=y +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y +CONFIG_DEV_APPLETALK=m +CONFIG_DE_AOC=y +CONFIG_DGAP=m +CONFIG_DGNC=m +CONFIG_DGRP=m +CONFIG_DHT11=m +CONFIG_DIRECT_GBPAGES=y +CONFIG_DISPLAY_CONNECTOR_ANALOG_TV=m +CONFIG_DISPLAY_CONNECTOR_DVI=m +CONFIG_DISPLAY_CONNECTOR_HDMI=y +CONFIG_DISPLAY_ENCODER_TFP410=m +CONFIG_DISPLAY_ENCODER_TPD12S015=y +CONFIG_DISPLAY_PANEL_DPI=m +CONFIG_DISPLAY_PANEL_DSI_CM=m +CONFIG_DISPLAY_PANEL_LGPHILIPS_LB035Q02=m +CONFIG_DISPLAY_PANEL_NEC_NL8048HL11=m +CONFIG_DISPLAY_PANEL_SHARP_LS037V7DW01=m +CONFIG_DISPLAY_PANEL_SONY_ACX565AKM=m +CONFIG_DISPLAY_PANEL_TPO_TD028TTEC1=m +CONFIG_DISPLAY_PANEL_TPO_TD043MTEA1=m +CONFIG_DL2K=m +CONFIG_DLCI=m +CONFIG_DLCI_MAX=8 +CONFIG_DLM=m +# CONFIG_DLM_DEBUG is not set +CONFIG_DM9000=m +# CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL is not set +CONFIG_DM9102=m +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set +CONFIG_DMAR_TABLE=y +# CONFIG_DMATEST is not set +CONFIG_DMA_ACPI=y +# CONFIG_DMA_API_DEBUG is not set +# CONFIG_DMA_CMA is not set +CONFIG_DMA_ENGINE=y +CONFIG_DMA_ENGINE_RAID=y +CONFIG_DMA_OF=y +CONFIG_DMA_OMAP=y +CONFIG_DMA_SHARED_BUFFER=y +CONFIG_DMI=y +CONFIG_DMIID=y +CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y +CONFIG_DMI_SYSFS=m +CONFIG_DM_BIO_PRISON=m +CONFIG_DM_BUFIO=m +CONFIG_DM_CACHE=m +CONFIG_DM_CACHE_CLEANER=m +CONFIG_DM_CACHE_MQ=m +CONFIG_DM_CRYPT=m +# CONFIG_DM_DEBUG is not set +# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set +CONFIG_DM_DELAY=m +CONFIG_DM_ERA=m +CONFIG_DM_FLAKEY=m +CONFIG_DM_LOG_USERSPACE=m +CONFIG_DM_MIRROR=m +CONFIG_DM_MULTIPATH=m +CONFIG_DM_MULTIPATH_QL=m +CONFIG_DM_MULTIPATH_ST=m +CONFIG_DM_PERSISTENT_DATA=m +CONFIG_DM_RAID=m +CONFIG_DM_SNAPSHOT=m +CONFIG_DM_SWITCH=m +CONFIG_DM_THIN_PROVISIONING=m +CONFIG_DM_UEVENT=y +CONFIG_DM_VERITY=m +CONFIG_DM_ZERO=m +CONFIG_DNET=m +CONFIG_DNOTIFY=y +CONFIG_DNS_RESOLVER=y +CONFIG_DONGLE=y +CONFIG_DOUBLEFAULT=y +CONFIG_DOVE_CLK=y +# CONFIG_DPM_WATCHDOG is not set +CONFIG_DQL=y +CONFIG_DRA752_THERMAL=y +CONFIG_DRAGONRISE_FF=y +# CONFIG_DRBD_FAULT_INJECTION is not set +CONFIG_DRM=m +CONFIG_DRM_ARMADA=m +CONFIG_DRM_AST=m +# CONFIG_DRM_BOCHS is not set +CONFIG_DRM_CIRRUS_QEMU=m +CONFIG_DRM_EXYNOS=m +# CONFIG_DRM_EXYNOS_DMABUF is not set +# CONFIG_DRM_EXYNOS_FIMD is not set +# CONFIG_DRM_EXYNOS_G2D is not set +# CONFIG_DRM_EXYNOS_IOMMU is not set +# CONFIG_DRM_EXYNOS_IPP is not set +# CONFIG_DRM_EXYNOS_VIDI is not set +CONFIG_DRM_GEM_CMA_HELPER=y +CONFIG_DRM_GMA3600=y +CONFIG_DRM_GMA500=m +CONFIG_DRM_GMA600=y +CONFIG_DRM_I2C_CH7006=m +CONFIG_DRM_I2C_NXP_TDA998X=m +CONFIG_DRM_I2C_SIL164=m +CONFIG_DRM_I810=m +CONFIG_DRM_I915=m +CONFIG_DRM_I915_FBDEV=y +CONFIG_DRM_I915_KMS=y +CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT=y +CONFIG_DRM_IMX=m +CONFIG_DRM_IMX_FB_HELPER=m +CONFIG_DRM_IMX_HDMI=m +CONFIG_DRM_IMX_IPUV3=m +CONFIG_DRM_IMX_LDB=m +CONFIG_DRM_IMX_PARALLEL_DISPLAY=m +CONFIG_DRM_IMX_TVE=m +CONFIG_DRM_KMS_CMA_HELPER=y +CONFIG_DRM_KMS_FB_HELPER=y +CONFIG_DRM_KMS_HELPER=m +CONFIG_DRM_LOAD_EDID_FIRMWARE=y +CONFIG_DRM_MEDFIELD=y +CONFIG_DRM_MGA=m +# CONFIG_DRM_MGAG200 is not set +CONFIG_DRM_MIPI_DSI=y +CONFIG_DRM_MSM=m +# CONFIG_DRM_MSM_FBDEV is not set +CONFIG_DRM_MSM_REGISTER_LOGGING=y +CONFIG_DRM_NOUVEAU=m +CONFIG_DRM_NOUVEAU_BACKLIGHT=y +# CONFIG_DRM_OMAP is not set +CONFIG_DRM_PANEL=y +CONFIG_DRM_PANEL_LD9040=m +CONFIG_DRM_PANEL_S6E8AA0=m +CONFIG_DRM_PANEL_SIMPLE=m +CONFIG_DRM_PTN3460=m +CONFIG_DRM_QXL=m +CONFIG_DRM_R128=m +CONFIG_DRM_RADEON=m +# CONFIG_DRM_RADEON_UMS is not set +CONFIG_DRM_RCAR_DU=m +CONFIG_DRM_RCAR_LVDS=y +CONFIG_DRM_SAVAGE=m +CONFIG_DRM_SHMOBILE=m +CONFIG_DRM_SIS=m +CONFIG_DRM_TDFX=m +CONFIG_DRM_TEGRA=m +# CONFIG_DRM_TEGRA_DEBUG is not set +CONFIG_DRM_TEGRA_FBDEV=y +CONFIG_DRM_TEGRA_STAGING=y +CONFIG_DRM_TILCDC=m +CONFIG_DRM_TTM=m +CONFIG_DRM_UDL=m +CONFIG_DRM_USB=m +CONFIG_DRM_VIA=m +CONFIG_DRM_VMWGFX=m +CONFIG_DRM_VMWGFX_FBCON=y +CONFIG_DS1682=m +CONFIG_DSCC4=m +CONFIG_DSCC4_PCISYNC=y +CONFIG_DSCC4_PCI_RST=y +# CONFIG_DT3155_CCIR is not set +CONFIG_DT3155_STREAMING=y +CONFIG_DTC=y +CONFIG_DTL=y +CONFIG_DTLK=m +CONFIG_DUMMY=m +CONFIG_DUMMY_CONSOLE=y +CONFIG_DUMMY_IRQ=m +CONFIG_DVB_A8293=m +CONFIG_DVB_AF9013=m +CONFIG_DVB_AF9033=m +CONFIG_DVB_AS102=m +CONFIG_DVB_ATBM8830=m +CONFIG_DVB_AU8522=m +CONFIG_DVB_AU8522_DTV=m +CONFIG_DVB_AU8522_V4L=m +CONFIG_DVB_AV7110=m +CONFIG_DVB_AV7110_OSD=y +CONFIG_DVB_B2C2_FLEXCOP=m +CONFIG_DVB_B2C2_FLEXCOP_PCI=m +# CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set +CONFIG_DVB_B2C2_FLEXCOP_USB=m +# CONFIG_DVB_B2C2_FLEXCOP_USB_DEBUG is not set +CONFIG_DVB_BCM3510=m +CONFIG_DVB_BT8XX=m +CONFIG_DVB_BUDGET=m +CONFIG_DVB_BUDGET_AV=m +CONFIG_DVB_BUDGET_CI=m +CONFIG_DVB_BUDGET_CORE=m +CONFIG_DVB_BUDGET_PATCH=m +CONFIG_DVB_CORE=m +CONFIG_DVB_CX22700=m +CONFIG_DVB_CX22702=m +CONFIG_DVB_CX24110=m +CONFIG_DVB_CX24116=m +CONFIG_DVB_CX24117=m +CONFIG_DVB_CX24123=m +CONFIG_DVB_CXD2099=m +CONFIG_DVB_CXD2820R=m +CONFIG_DVB_DDBRIDGE=m +CONFIG_DVB_DIB3000MB=m +CONFIG_DVB_DIB3000MC=m +CONFIG_DVB_DIB7000M=m +CONFIG_DVB_DIB7000P=m +CONFIG_DVB_DIB8000=m +CONFIG_DVB_DM1105=m +CONFIG_DVB_DRX39XYJ=m +CONFIG_DVB_DRXD=m +CONFIG_DVB_DRXK=m +CONFIG_DVB_DS3000=m +# CONFIG_DVB_DUMMY_FE is not set +CONFIG_DVB_DYNAMIC_MINORS=y +CONFIG_DVB_EC100=m +CONFIG_DVB_FIREDTV=m +CONFIG_DVB_FIREDTV_INPUT=y +CONFIG_DVB_HOPPER=m +CONFIG_DVB_ISL6405=m +CONFIG_DVB_ISL6421=m +CONFIG_DVB_ISL6423=m +CONFIG_DVB_IX2505V=m +CONFIG_DVB_L64781=m +CONFIG_DVB_LG2160=m +CONFIG_DVB_LGDT3305=m +CONFIG_DVB_LGDT330X=m +CONFIG_DVB_LGS8GXX=m +CONFIG_DVB_LNBP21=m +CONFIG_DVB_LNBP22=m +CONFIG_DVB_M88DS3103=m +CONFIG_DVB_M88RS2000=m +CONFIG_DVB_MANTIS=m +CONFIG_DVB_MAX_ADAPTERS=8 +CONFIG_DVB_MB86A16=m +CONFIG_DVB_MB86A20S=m +CONFIG_DVB_MT312=m +CONFIG_DVB_MT352=m +CONFIG_DVB_NET=y +CONFIG_DVB_NGENE=m +CONFIG_DVB_NXT200X=m +CONFIG_DVB_NXT6000=m +CONFIG_DVB_OR51132=m +CONFIG_DVB_OR51211=m +CONFIG_DVB_PLL=m +CONFIG_DVB_PLUTO2=m +CONFIG_DVB_PT1=m +CONFIG_DVB_RTL2830=m +CONFIG_DVB_RTL2832=m +CONFIG_DVB_RTL2832_SDR=m +CONFIG_DVB_S5H1409=m +CONFIG_DVB_S5H1411=m +CONFIG_DVB_S5H1420=m +CONFIG_DVB_S921=m +CONFIG_DVB_SI2168=m +CONFIG_DVB_SI21XX=m +CONFIG_DVB_SP8870=m +CONFIG_DVB_SP887X=m +CONFIG_DVB_STB0899=m +CONFIG_DVB_STB6000=m +CONFIG_DVB_STB6100=m +CONFIG_DVB_STV0288=m +CONFIG_DVB_STV0297=m +CONFIG_DVB_STV0299=m +CONFIG_DVB_STV0367=m +CONFIG_DVB_STV0900=m +CONFIG_DVB_STV090x=m +CONFIG_DVB_STV6110=m +CONFIG_DVB_STV6110x=m +CONFIG_DVB_TDA10021=m +CONFIG_DVB_TDA10023=m +CONFIG_DVB_TDA10048=m +CONFIG_DVB_TDA1004X=m +CONFIG_DVB_TDA10071=m +CONFIG_DVB_TDA10086=m +CONFIG_DVB_TDA18271C2DD=m +CONFIG_DVB_TDA665x=m +CONFIG_DVB_TDA8083=m +CONFIG_DVB_TDA8261=m +CONFIG_DVB_TDA826X=m +CONFIG_DVB_TS2020=m +CONFIG_DVB_TTUSB_BUDGET=m +CONFIG_DVB_TTUSB_DEC=m +CONFIG_DVB_TUA6100=m +CONFIG_DVB_TUNER_CX24113=m +CONFIG_DVB_TUNER_DIB0070=m +CONFIG_DVB_TUNER_DIB0090=m +CONFIG_DVB_TUNER_ITD1000=m +CONFIG_DVB_USB=m +CONFIG_DVB_USB_A800=m +CONFIG_DVB_USB_AF9005=m +CONFIG_DVB_USB_AF9005_REMOTE=m +CONFIG_DVB_USB_AF9015=m +CONFIG_DVB_USB_AF9035=m +CONFIG_DVB_USB_ANYSEE=m +CONFIG_DVB_USB_AU6610=m +CONFIG_DVB_USB_AZ6007=m +CONFIG_DVB_USB_AZ6027=m +CONFIG_DVB_USB_CE6230=m +CONFIG_DVB_USB_CINERGY_T2=m +CONFIG_DVB_USB_CXUSB=m +# CONFIG_DVB_USB_DEBUG is not set +CONFIG_DVB_USB_DIB0700=m +CONFIG_DVB_USB_DIBUSB_MB=m +# CONFIG_DVB_USB_DIBUSB_MB_FAULTY is not set +CONFIG_DVB_USB_DIBUSB_MC=m +CONFIG_DVB_USB_DIGITV=m +CONFIG_DVB_USB_DTT200U=m +CONFIG_DVB_USB_DTV5100=m +CONFIG_DVB_USB_DW2102=m +CONFIG_DVB_USB_EC168=m +CONFIG_DVB_USB_FRIIO=m +CONFIG_DVB_USB_GL861=m +CONFIG_DVB_USB_GP8PSK=m +CONFIG_DVB_USB_LME2510=m +CONFIG_DVB_USB_M920X=m +CONFIG_DVB_USB_MXL111SF=m +CONFIG_DVB_USB_NOVA_T_USB2=m +CONFIG_DVB_USB_OPERA1=m +CONFIG_DVB_USB_PCTV452E=m +CONFIG_DVB_USB_RTL28XXU=m +CONFIG_DVB_USB_TECHNISAT_USB2=m +CONFIG_DVB_USB_TTUSB2=m +CONFIG_DVB_USB_UMT_010=m +CONFIG_DVB_USB_V2=m +CONFIG_DVB_USB_VP702X=m +CONFIG_DVB_USB_VP7045=m +CONFIG_DVB_VES1820=m +CONFIG_DVB_VES1X93=m +CONFIG_DVB_ZL10036=m +CONFIG_DVB_ZL10039=m +CONFIG_DVB_ZL10353=m +CONFIG_DW_APB_ICTL=y +CONFIG_DW_APB_TIMER=y +CONFIG_DW_APB_TIMER_OF=y +CONFIG_DW_DMAC=m +CONFIG_DW_DMAC_CORE=m +CONFIG_DW_DMAC_PCI=m +CONFIG_DW_WATCHDOG=m +CONFIG_DX_SEP=m +CONFIG_DYNAMIC_DEBUG=y +CONFIG_DYNAMIC_FTRACE=y +CONFIG_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_E100=m +CONFIG_E1000=m +CONFIG_E1000E=m +# CONFIG_E200 is not set +CONFIG_E500=y +# CONFIG_E5500_CPU is not set +# CONFIG_E6500_CPU is not set +CONFIG_EARLY_PRINTK=y +CONFIG_EARLY_PRINTK_DBGP=y +CONFIG_EARLY_PRINTK_EFI=y +CONFIG_EARLY_PRINTK_INTEL_MID=y +CONFIG_ECHO=m +CONFIG_ECRYPT_FS=y +CONFIG_ECRYPT_FS_MESSAGING=y +CONFIG_EDAC=y +CONFIG_EDAC_AMD64=m +# CONFIG_EDAC_AMD64_ERROR_INJECTION is not set +CONFIG_EDAC_AMD76X=m +CONFIG_EDAC_AMD8111=m +CONFIG_EDAC_AMD8131=m +CONFIG_EDAC_CPC925=m +# CONFIG_EDAC_DEBUG is not set +CONFIG_EDAC_DECODE_MCE=m +CONFIG_EDAC_E752X=m +CONFIG_EDAC_E7XXX=m +CONFIG_EDAC_HIGHBANK_L2=m +CONFIG_EDAC_HIGHBANK_MC=m +CONFIG_EDAC_I3000=m +CONFIG_EDAC_I3200=m +CONFIG_EDAC_I5000=m +CONFIG_EDAC_I5100=m +CONFIG_EDAC_I5400=m +CONFIG_EDAC_I7300=m +CONFIG_EDAC_I7CORE=m +CONFIG_EDAC_I82860=m +CONFIG_EDAC_I82875P=m +CONFIG_EDAC_I82975X=m +# CONFIG_EDAC_LEGACY_SYSFS is not set +CONFIG_EDAC_MCE_INJ=m +CONFIG_EDAC_MM_EDAC=m +CONFIG_EDAC_MPC85XX=m +CONFIG_EDAC_PASEMI=m +CONFIG_EDAC_R82600=m +CONFIG_EDAC_SBRIDGE=m +CONFIG_EDAC_X38=m +CONFIG_EDD=y +CONFIG_EDD_OFF=y +CONFIG_EEEPC_LAPTOP=m +CONFIG_EEEPC_WMI=m +CONFIG_EEH=y +CONFIG_EEPROM_93CX6=m +CONFIG_EEPROM_93XX46=m +CONFIG_EEPROM_AT24=m +CONFIG_EEPROM_AT25=m +CONFIG_EEPROM_LEGACY=m +CONFIG_EEPROM_MAX6875=m +CONFIG_EFI=y +CONFIG_EFIVAR_FS=y +CONFIG_EFI_MIXED=y +CONFIG_EFI_PARAMS_FROM_FDT=y +CONFIG_EFI_PARTITION=y +CONFIG_EFI_RUNTIME_MAP=y +CONFIG_EFI_STUB=y +CONFIG_EFI_VARS=y +CONFIG_EFI_VARS_PSTORE=m +# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set +CONFIG_EFS_FS=m +CONFIG_EHEA=y +CONFIG_EISA=y +CONFIG_EISA_NAMES=y +CONFIG_EISA_PCI_EISA=y +CONFIG_EISA_VIRTUAL_ROOT=y +CONFIG_EISA_VLB_PRIMING=y +CONFIG_EL3=m +CONFIG_ELECTRA_CF=m +CONFIG_ELF_CORE=y +# CONFIG_EMBEDDED is not set +# CONFIG_ENABLE_MUST_CHECK is not set +# CONFIG_ENABLE_WARN_DEPRECATED is not set +CONFIG_ENC28J60=m +# CONFIG_ENC28J60_WRITEVERIFY is not set +CONFIG_ENCLOSURE_SERVICES=m +CONFIG_ENCRYPTED_KEYS=y +CONFIG_ENIC=m +CONFIG_EPAPR_PARAVIRT=y +CONFIG_EPIC100=m +CONFIG_EPOLL=y +CONFIG_EQUALIZER=m +CONFIG_ESI_DONGLE=m +CONFIG_ET131X=m +CONFIG_ETHERNET=y +CONFIG_ETHOC=m +CONFIG_EUROTECH_WDT=m +CONFIG_EVENTFD=y +CONFIG_EVENT_TRACING=y +CONFIG_EVM=y +CONFIG_EVM_ATTR_FSUUID=y +CONFIG_EVM_EXTRA_SMACK_XATTRS=y +# CONFIG_EXOFS_DEBUG is not set +CONFIG_EXOFS_FS=m +CONFIG_EXPERT=y +CONFIG_EXPORTFS=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +# CONFIG_EXT4_DEBUG is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +CONFIG_EXT4_USE_FOR_EXT23=y +CONFIG_EXTCON=y +CONFIG_EXTCON_ADC_JACK=m +CONFIG_EXTCON_ARIZONA=m +CONFIG_EXTCON_GPIO=m +CONFIG_EXTCON_MAX14577=m +CONFIG_EXTCON_MAX77693=m +CONFIG_EXTCON_MAX8997=m +CONFIG_EXTCON_PALMAS=m +CONFIG_EXTRA_FIRMWARE="" +CONFIG_EXTRA_TARGETS="" +CONFIG_EXYNOS5420_MCPM=y +CONFIG_EXYNOS_ADC=m +CONFIG_EXYNOS_IOMMU=y +# CONFIG_EXYNOS_IOMMU_DEBUG is not set +CONFIG_EXYNOS_MIPI_DSI=y +CONFIG_EXYNOS_THERMAL=y +CONFIG_EXYNOS_THERMAL_CORE=y +CONFIG_EXYNOS_VIDEO=y +CONFIG_EZX_PCAP=y +# CONFIG_F2FS_CHECK_FS is not set +CONFIG_F2FS_FS=m +CONFIG_F2FS_FS_POSIX_ACL=y +CONFIG_F2FS_FS_SECURITY=y +CONFIG_F2FS_FS_XATTR=y +CONFIG_F2FS_STAT_FS=y +CONFIG_F71808E_WDT=m +CONFIG_FAIR_GROUP_SCHED=y +CONFIG_FANOTIFY=y +CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y +CONFIG_FARSYNC=m +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +CONFIG_FAT_FS=y +# CONFIG_FAULT_INJECTION is not set +# CONFIG_FA_DUMP is not set +CONFIG_FB=y +CONFIG_FB_3DFX=m +# CONFIG_FB_3DFX_ACCEL is not set +# CONFIG_FB_3DFX_I2C is not set +CONFIG_FB_ARC=m +CONFIG_FB_ARK=m +CONFIG_FB_ARMCLCD=y +CONFIG_FB_ASILIANT=y +CONFIG_FB_ATY=m +CONFIG_FB_ATY128_BACKLIGHT=y +CONFIG_FB_ATY_BACKLIGHT=y +CONFIG_FB_ATY_CT=y +# CONFIG_FB_ATY_GENERIC_LCD is not set +CONFIG_FB_ATY_GX=y +CONFIG_FB_AUO_K1900=m +CONFIG_FB_AUO_K1901=m +CONFIG_FB_AUO_K190X=m +CONFIG_FB_BACKLIGHT=y +CONFIG_FB_BROADSHEET=m +CONFIG_FB_CARILLO_RANCH=m +CONFIG_FB_CARMINE=m +CONFIG_FB_CARMINE_DRAM_EVAL=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_IMAGEBLIT=y +CONFIG_FB_CIRRUS=m +CONFIG_FB_CONTROL=y +CONFIG_FB_CT65550=y +CONFIG_FB_CYBER2000=m +CONFIG_FB_CYBER2000_DDC=y +CONFIG_FB_DA8XX=m +CONFIG_FB_DDC=m +CONFIG_FB_DEFERRED_IO=y +CONFIG_FB_EFI=y +# CONFIG_FB_FOREIGN_ENDIAN is not set +CONFIG_FB_FSL_DIU=m +CONFIG_FB_GEODE=y +CONFIG_FB_GEODE_GX=m +CONFIG_FB_GEODE_GX1=m +CONFIG_FB_GEODE_LX=m +CONFIG_FB_HECUBA=m +CONFIG_FB_HGA=m +CONFIG_FB_HYPERV=m +CONFIG_FB_I740=m +CONFIG_FB_I810=m +# CONFIG_FB_I810_GTF is not set +CONFIG_FB_IMSTT=y +CONFIG_FB_IMX=m +CONFIG_FB_INTEL=m +# CONFIG_FB_INTEL_DEBUG is not set +CONFIG_FB_INTEL_I2C=y +CONFIG_FB_KYRO=m +CONFIG_FB_LE80578=m +CONFIG_FB_MATROX=m +CONFIG_FB_MATROX_G=y +CONFIG_FB_MATROX_I2C=m +CONFIG_FB_MATROX_MAVEN=m +CONFIG_FB_MATROX_MILLENIUM=y +CONFIG_FB_MATROX_MYSTIQUE=y +CONFIG_FB_MB862XX=m +CONFIG_FB_MB862XX_I2C=y +# CONFIG_FB_MB862XX_LIME is not set +CONFIG_FB_MB862XX_PCI_GDC=y +CONFIG_FB_METRONOME=m +CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_MX3=y +CONFIG_FB_N411=m +CONFIG_FB_NEOMAGIC=m +CONFIG_FB_NVIDIA=m +CONFIG_FB_NVIDIA_BACKLIGHT=y +# CONFIG_FB_NVIDIA_DEBUG is not set +CONFIG_FB_NVIDIA_I2C=y +CONFIG_FB_OF=y +CONFIG_FB_OMAP2=m +# CONFIG_FB_OMAP2_DEBUG_SUPPORT is not set +CONFIG_FB_OMAP2_NUM_FBS=3 +CONFIG_FB_OPENCORES=m +CONFIG_FB_PLATINUM=y +CONFIG_FB_PM2=m +CONFIG_FB_PM2_FIFO_DISCONNECT=y +CONFIG_FB_PM3=m +CONFIG_FB_PS3=y +CONFIG_FB_PS3_DEFAULT_SIZE_M=9 +CONFIG_FB_RADEON=m +CONFIG_FB_RADEON_BACKLIGHT=y +# CONFIG_FB_RADEON_DEBUG is not set +CONFIG_FB_RADEON_I2C=y +CONFIG_FB_RIVA=m +CONFIG_FB_RIVA_BACKLIGHT=y +# CONFIG_FB_RIVA_DEBUG is not set +CONFIG_FB_RIVA_I2C=y +CONFIG_FB_S1D13XXX=m +CONFIG_FB_S3=m +CONFIG_FB_S3C=m +# CONFIG_FB_S3C_DEBUG_REGWRITE is not set +CONFIG_FB_S3_DDC=y +CONFIG_FB_SAVAGE=m +# CONFIG_FB_SAVAGE_ACCEL is not set +CONFIG_FB_SAVAGE_I2C=y +CONFIG_FB_SH_MOBILE_HDMI=m +CONFIG_FB_SH_MOBILE_LCDC=m +CONFIG_FB_SH_MOBILE_MERAM=m +CONFIG_FB_SIMPLE=y +CONFIG_FB_SIS=m +CONFIG_FB_SIS_300=y +CONFIG_FB_SIS_315=y +CONFIG_FB_SM501=m +CONFIG_FB_SMSCUFX=m +CONFIG_FB_SSD1307=m +CONFIG_FB_SVGALIB=m +CONFIG_FB_TILEBLITTING=y +CONFIG_FB_TMIO=m +CONFIG_FB_TMIO_ACCELL=y +CONFIG_FB_TRIDENT=m +CONFIG_FB_UVESA=m +CONFIG_FB_VALKYRIE=y +CONFIG_FB_VESA=y +CONFIG_FB_VGA16=m +CONFIG_FB_VIA=m +# CONFIG_FB_VIA_DIRECT_PROCFS is not set +CONFIG_FB_VIA_X_COMPATIBILITY=y +# CONFIG_FB_VIRTUAL is not set +CONFIG_FB_VT8623=m +CONFIG_FB_XGI=m +CONFIG_FCOE=m +CONFIG_FCOE_FNIC=m +CONFIG_FDDI=y +CONFIG_FEALNX=m +CONFIG_FEC=y +CONFIG_FHANDLE=y +CONFIG_FIB_RULES=y +CONFIG_FILE_LOCKING=y +CONFIG_FIQ=y +CONFIG_FIREWIRE=m +CONFIG_FIREWIRE_NET=m +CONFIG_FIREWIRE_NOSY=m +CONFIG_FIREWIRE_OHCI=m +CONFIG_FIREWIRE_SBP2=m +CONFIG_FIREWIRE_SERIAL=m +CONFIG_FIRMWARE_EDID=y +CONFIG_FIRMWARE_IN_KERNEL=y +CONFIG_FIRMWARE_MEMMAP=y +CONFIG_FIXED_PHY=y +CONFIG_FIX_EARLYCON_MEM=y +CONFIG_FLATMEM=y +# CONFIG_FLATMEM_MANUAL is not set +CONFIG_FLAT_NODE_MEM_MAP=y +CONFIG_FMC=m +CONFIG_FMC_CHARDEV=m +CONFIG_FMC_FAKEDEV=m +CONFIG_FMC_TRIVIAL=m +CONFIG_FMC_WRITE_EEPROM=m +# CONFIG_FONT_10x18 is not set +# CONFIG_FONT_6x11 is not set +# CONFIG_FONT_7x14 is not set +CONFIG_FONT_8x16=y +CONFIG_FONT_8x8=y +CONFIG_FONT_ACORN_8x8=y +# CONFIG_FONT_MINI_4x6 is not set +# CONFIG_FONT_PEARL_8x8 is not set +# CONFIG_FONT_SUN12x22 is not set +# CONFIG_FONT_SUN8x16 is not set +CONFIG_FONT_SUPPORT=y +CONFIG_FORCEDETH=m +CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y +CONFIG_FRAME_POINTER=y +CONFIG_FREEZER=y +CONFIG_FRONTSWAP=y +CONFIG_FSCACHE=m +# CONFIG_FSCACHE_DEBUG is not set +# CONFIG_FSCACHE_HISTOGRAM is not set +# CONFIG_FSCACHE_OBJECT_LIST is not set +CONFIG_FSCACHE_STATS=y +CONFIG_FSL_BOOKE=y +CONFIG_FSL_DMA=m +CONFIG_FSL_EDMA=m +CONFIG_FSL_EMB_PERFMON=y +CONFIG_FSL_EMB_PERF_EVENT=y +CONFIG_FSL_EMB_PERF_EVENT_E500=y +CONFIG_FSL_HV_MANAGER=m +CONFIG_FSL_IFC=y +CONFIG_FSL_LBC=y +# CONFIG_FSL_PAMU is not set +CONFIG_FSL_PCI=y +CONFIG_FSL_PQ_MDIO=m +CONFIG_FSL_RIO=y +CONFIG_FSL_SOC=y +CONFIG_FSL_SOC_BOOKE=y +# CONFIG_FSL_ULI1575 is not set +CONFIG_FSL_XGMAC_MDIO=y +CONFIG_FSNOTIFY=y +CONFIG_FS_ENET=m +CONFIG_FS_ENET_HAS_FCC=y +CONFIG_FS_ENET_HAS_SCC=y +CONFIG_FS_ENET_MDIO_FCC=m +CONFIG_FS_MBCACHE=y +CONFIG_FS_POSIX_ACL=y +CONFIG_FT1000=m +CONFIG_FT1000_PCMCIA=m +CONFIG_FT1000_USB=m +CONFIG_FTGMAC100=m +CONFIG_FTL=m +CONFIG_FTMAC100=m +CONFIG_FTRACE=y +CONFIG_FTRACE_MCOUNT_RECORD=y +# CONFIG_FTRACE_STARTUP_TEST is not set +CONFIG_FTRACE_SYSCALLS=y +# CONFIG_FTR_FIXUP_SELFTEST is not set +CONFIG_FUJITSU_LAPTOP=m +# CONFIG_FUJITSU_LAPTOP_DEBUG is not set +CONFIG_FUJITSU_TABLET=m +CONFIG_FUNCTION_GRAPH_TRACER=y +CONFIG_FUNCTION_PROFILER=y +CONFIG_FUSE_FS=y +CONFIG_FUSION=y +CONFIG_FUSION_CTL=m +CONFIG_FUSION_FC=m +CONFIG_FUSION_LAN=m +CONFIG_FUSION_LOGGING=y +CONFIG_FUSION_MAX_SGE=128 +CONFIG_FUSION_SAS=m +CONFIG_FUSION_SPI=m +CONFIG_FUTEX=y +CONFIG_FWTTY_MAX_CARD_PORTS=32 +CONFIG_FWTTY_MAX_TOTAL_PORTS=64 +CONFIG_FW_LOADER=y +CONFIG_FW_LOADER_USER_HELPER=y +CONFIG_GACT_PROB=y +CONFIG_GADGET_UAC1=y +CONFIG_GAMEPORT=m +CONFIG_GAMEPORT_EMU10K1=m +CONFIG_GAMEPORT_FM801=m +CONFIG_GAMEPORT_L4=m +CONFIG_GAMEPORT_NS558=m +CONFIG_GARP=m +CONFIG_GART_IOMMU=y +# CONFIG_GCOV_KERNEL is not set +CONFIG_GELIC_NET=m +CONFIG_GELIC_WIRELESS=y +CONFIG_GENERIC_ADC_BATTERY=m +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_GENERIC_ATOMIC64=y +CONFIG_GENERIC_BUG=y +CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y +CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y +CONFIG_GENERIC_CMOS_UPDATE=y +CONFIG_GENERIC_CPU=y +CONFIG_GENERIC_CPUFREQ_CPU0=y +CONFIG_GENERIC_CPU_AUTOPROBE=y +# CONFIG_GENERIC_CPU_DEVICES is not set +CONFIG_GENERIC_EARLY_IOREMAP=y +CONFIG_GENERIC_FIND_FIRST_BIT=y +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_IDLE_POLL_SETUP=y +CONFIG_GENERIC_IO=y +CONFIG_GENERIC_IOMAP=y +CONFIG_GENERIC_IRQ_CHIP=y +CONFIG_GENERIC_IRQ_LEGACY_ALLOC_HWIRQ=y +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_SHOW_LEVEL=y +CONFIG_GENERIC_ISA_DMA=y +CONFIG_GENERIC_NET_UTILS=y +CONFIG_GENERIC_NVRAM=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_GENERIC_PENDING_IRQ=y +CONFIG_GENERIC_PHY=y +CONFIG_GENERIC_PINCONF=y +CONFIG_GENERIC_SCHED_CLOCK=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_TIME_VSYSCALL_OLD=y +CONFIG_GENERIC_TRACER=y +CONFIG_GENWQE=m +CONFIG_GEOS=y +# CONFIG_GE_FPGA is not set +# CONFIG_GE_IMP3A is not set +CONFIG_GFS2_FS=m +CONFIG_GFS2_FS_LOCKING_DLM=y +CONFIG_GIANFAR=m +CONFIG_GIGASET_BASE=m +# CONFIG_GIGASET_CAPI is not set +# CONFIG_GIGASET_DEBUG is not set +# CONFIG_GIGASET_DUMMYLL is not set +CONFIG_GIGASET_I4L=y +CONFIG_GIGASET_M101=m +CONFIG_GIGASET_M105=m +CONFIG_GIRBIL_DONGLE=m +# CONFIG_GOOGLE_FIRMWARE is not set +CONFIG_GP2AP020A00F=m +CONFIG_GPIOLIB=y +CONFIG_GPIOLIB_IRQCHIP=y +CONFIG_GPIO_74X164=m +CONFIG_GPIO_ACPI=y +CONFIG_GPIO_ADNP=m +CONFIG_GPIO_ADP5520=m +CONFIG_GPIO_ADP5588=m +CONFIG_GPIO_AMD8111=m +CONFIG_GPIO_ARIZONA=m +CONFIG_GPIO_BCM_KONA=y +CONFIG_GPIO_CS5535=m +CONFIG_GPIO_DA9052=m +CONFIG_GPIO_DA9055=m +CONFIG_GPIO_DEVRES=y +CONFIG_GPIO_DWAPB=m +# CONFIG_GPIO_EM is not set +CONFIG_GPIO_F7188X=m +CONFIG_GPIO_GRGPIO=m +CONFIG_GPIO_ICH=m +CONFIG_GPIO_INTEL_MID=y +CONFIG_GPIO_INTEL_PMIC=y +CONFIG_GPIO_IT8761E=m +CONFIG_GPIO_JANZ_TTL=m +CONFIG_GPIO_KEMPLD=m +CONFIG_GPIO_LP3943=m +CONFIG_GPIO_LYNXPOINT=y +CONFIG_GPIO_MAX7300=m +CONFIG_GPIO_MAX7301=m +CONFIG_GPIO_MAX730X=m +CONFIG_GPIO_MAX732X=m +CONFIG_GPIO_MC33880=m +CONFIG_GPIO_MCP23S08=m +CONFIG_GPIO_ML_IOH=m +CONFIG_GPIO_MPC8XXX=y +CONFIG_GPIO_MSIC=y +CONFIG_GPIO_MSM_V2=m +CONFIG_GPIO_MVEBU=y +CONFIG_GPIO_MXC=y +CONFIG_GPIO_OMAP=y +CONFIG_GPIO_PALMAS=y +CONFIG_GPIO_PCA953X=m +CONFIG_GPIO_PCF857X=m +CONFIG_GPIO_PCH=m +CONFIG_GPIO_PL061=y +CONFIG_GPIO_RC5T583=y +CONFIG_GPIO_RCAR=m +CONFIG_GPIO_RDC321X=m +CONFIG_GPIO_SCH=m +CONFIG_GPIO_SCH311X=m +CONFIG_GPIO_SH_PFC=y +CONFIG_GPIO_STMPE=y +CONFIG_GPIO_SX150X=y +CONFIG_GPIO_SYSCON=m +CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_TC3589X=y +CONFIG_GPIO_TIMBERDALE=y +CONFIG_GPIO_TPS6586X=y +CONFIG_GPIO_TPS65910=y +CONFIG_GPIO_TPS65912=m +CONFIG_GPIO_UCB1400=m +CONFIG_GPIO_VIPERBOARD=m +CONFIG_GPIO_VX855=m +CONFIG_GPIO_WATCHDOG=m +CONFIG_GPIO_WM831X=m +CONFIG_GPIO_WM8350=m +CONFIG_GPIO_WM8994=m +CONFIG_GPIO_XILINX=y +CONFIG_GPIO_ZEVIO=y +CONFIG_GREENASIA_FF=y +CONFIG_GS_FPGABOOT=m +CONFIG_HAMACHI=m +CONFIG_HAMRADIO=y +CONFIG_HANGCHECK_TIMER=m +CONFIG_HAPPYMEAL=m +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_HARDLOCKUP_DETECTOR=y +CONFIG_HAS_DMA=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT_MAP=y +CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y +CONFIG_HAVE_ARCH_AUDITSYSCALL=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_HAVE_ARCH_KGDB=y +CONFIG_HAVE_ARCH_KMEMCHECK=y +CONFIG_HAVE_ARCH_PFN_VALID=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_HAVE_ARCH_SOFT_DIRTY=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +CONFIG_HAVE_ARM_ARCH_TIMER=y +CONFIG_HAVE_ARM_SCU=y +CONFIG_HAVE_ARM_TWD=y +CONFIG_HAVE_ATOMIC_IOMAP=y +CONFIG_HAVE_BPF_JIT=y +CONFIG_HAVE_CC_STACKPROTECTOR=y +CONFIG_HAVE_CLK=y +CONFIG_HAVE_CLK_PREPARE=y +CONFIG_HAVE_CMPXCHG_DOUBLE=y +CONFIG_HAVE_CMPXCHG_LOCAL=y +CONFIG_HAVE_CONTEXT_TRACKING=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_HAVE_DEBUG_BUGVERBOSE=y +CONFIG_HAVE_DEBUG_KMEMLEAK=y +CONFIG_HAVE_DEBUG_STACKOVERFLOW=y +CONFIG_HAVE_DMA_API_DEBUG=y +CONFIG_HAVE_DMA_ATTRS=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_HAVE_FENTRY=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y +CONFIG_HAVE_GENERIC_RCU_GUP=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_IDE=y +CONFIG_HAVE_IMX_ANATOP=y +CONFIG_HAVE_IMX_GPC=y +CONFIG_HAVE_IMX_MMDC=y +CONFIG_HAVE_IMX_SRC=y +CONFIG_HAVE_INTEL_TXT=y +CONFIG_HAVE_IOREMAP_PROT=y +CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_KERNEL_BZIP2=y +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_LZ4=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_LZO=y +CONFIG_HAVE_KERNEL_XZ=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KPROBES_ON_FTRACE=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_KVM=y +CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y +CONFIG_HAVE_KVM_EVENTFD=y +CONFIG_HAVE_KVM_IRQCHIP=y +CONFIG_HAVE_KVM_IRQFD=y +CONFIG_HAVE_KVM_IRQ_ROUTING=y +CONFIG_HAVE_KVM_MSI=y +CONFIG_HAVE_LATENCYTOP_SUPPORT=y +CONFIG_HAVE_MEMBLOCK=y +CONFIG_HAVE_MEMBLOCK_NODE_MAP=y +CONFIG_HAVE_MEMORYLESS_NODES=y +CONFIG_HAVE_MEMORY_PRESENT=y +CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y +CONFIG_HAVE_MMIOTRACE_SUPPORT=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_HAVE_NET_DSA=y +CONFIG_HAVE_OPROFILE=y +CONFIG_HAVE_OPTPROBES=y +CONFIG_HAVE_PATA_PLATFORM=y +CONFIG_HAVE_PCSPKR_PLATFORM=y +CONFIG_HAVE_PERF_EVENTS=y +CONFIG_HAVE_PERF_EVENTS_NMI=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_PROC_CPU=y +CONFIG_HAVE_RCU_TABLE_FREE=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_S3C2410_I2C=y +CONFIG_HAVE_S3C2410_WATCHDOG=y +CONFIG_HAVE_S3C_RTC=y +CONFIG_HAVE_SMP=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_UID16=y +CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y +CONFIG_HAVE_USER_RETURN_NOTIFIER=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +# CONFIG_HCALL_STATS is not set +CONFIG_HDLC=m +CONFIG_HDLC_CISCO=m +CONFIG_HDLC_FR=m +CONFIG_HDLC_PPP=m +CONFIG_HDLC_RAW=m +CONFIG_HDLC_RAW_ETH=m +CONFIG_HDLC_X25=m +CONFIG_HDMI=y +CONFIG_HDQ_MASTER_OMAP=m +# CONFIG_HEADERS_CHECK is not set +CONFIG_HERMES=m +CONFIG_HERMES_CACHE_FW_ON_INIT=y +# CONFIG_HERMES_PRISM is not set +CONFIG_HFSPLUS_FS=m +CONFIG_HFSPLUS_FS_POSIX_ACL=y +CONFIG_HFS_FS=m +CONFIG_HIBERNATE_CALLBACKS=y +CONFIG_HID=m +CONFIG_HIDRAW=y +CONFIG_HID_A4TECH=m +CONFIG_HID_ACRUX=m +CONFIG_HID_ACRUX_FF=y +CONFIG_HID_APPLE=m +CONFIG_HID_APPLEIR=m +CONFIG_HID_AUREAL=m +CONFIG_HID_BATTERY_STRENGTH=y +CONFIG_HID_BELKIN=m +CONFIG_HID_CHERRY=m +CONFIG_HID_CHICONY=m +CONFIG_HID_CP2112=m +CONFIG_HID_CYPRESS=m +CONFIG_HID_DRAGONRISE=m +CONFIG_HID_ELECOM=m +CONFIG_HID_ELO=m +CONFIG_HID_EMS_FF=m +CONFIG_HID_EZKEY=m +CONFIG_HID_GENERIC=m +CONFIG_HID_GREENASIA=m +CONFIG_HID_GYRATION=m +CONFIG_HID_HOLTEK=m +CONFIG_HID_HUION=m +CONFIG_HID_HYPERV_MOUSE=m +CONFIG_HID_ICADE=m +CONFIG_HID_KENSINGTON=m +CONFIG_HID_KEYTOUCH=m +CONFIG_HID_KYE=m +CONFIG_HID_LCPOWER=m +CONFIG_HID_LENOVO_TPKBD=m +CONFIG_HID_LOGITECH=m +CONFIG_HID_LOGITECH_DJ=m +CONFIG_HID_MAGICMOUSE=m +CONFIG_HID_MICROSOFT=m +CONFIG_HID_MONTEREY=m +CONFIG_HID_MULTITOUCH=m +CONFIG_HID_NTRIG=m +CONFIG_HID_ORTEK=m +CONFIG_HID_PANTHERLORD=m +CONFIG_HID_PETALYNX=m +CONFIG_HID_PICOLCD=m +CONFIG_HID_PICOLCD_BACKLIGHT=y +CONFIG_HID_PICOLCD_CIR=y +CONFIG_HID_PICOLCD_FB=y +CONFIG_HID_PICOLCD_LCD=y +CONFIG_HID_PICOLCD_LEDS=y +CONFIG_HID_PID=y +CONFIG_HID_PRIMAX=m +CONFIG_HID_PRODIKEYS=m +CONFIG_HID_RMI=m +CONFIG_HID_ROCCAT=m +CONFIG_HID_SAITEK=m +CONFIG_HID_SAMSUNG=m +CONFIG_HID_SENSOR_ACCEL_3D=m +CONFIG_HID_SENSOR_ALS=m +CONFIG_HID_SENSOR_DEVICE_ROTATION=m +CONFIG_HID_SENSOR_GYRO_3D=m +CONFIG_HID_SENSOR_HUB=m +CONFIG_HID_SENSOR_IIO_COMMON=m +CONFIG_HID_SENSOR_IIO_TRIGGER=m +CONFIG_HID_SENSOR_INCLINOMETER_3D=m +CONFIG_HID_SENSOR_MAGNETOMETER_3D=m +CONFIG_HID_SENSOR_PRESS=m +CONFIG_HID_SENSOR_PROX=m +CONFIG_HID_SMARTJOYPLUS=m +CONFIG_HID_SONY=m +CONFIG_HID_SPEEDLINK=m +CONFIG_HID_STEELSERIES=m +CONFIG_HID_SUNPLUS=m +CONFIG_HID_THINGM=m +CONFIG_HID_THRUSTMASTER=m +CONFIG_HID_TIVO=m +CONFIG_HID_TOPSEED=m +CONFIG_HID_TWINHAN=m +CONFIG_HID_UCLOGIC=m +CONFIG_HID_WACOM=m +CONFIG_HID_WALTOP=m +CONFIG_HID_WIIMOTE=m +CONFIG_HID_XINMO=m +CONFIG_HID_ZEROPLUS=m +CONFIG_HID_ZYDACRON=m +CONFIG_HIGHMEM=y +# CONFIG_HIGHMEM4G is not set +CONFIG_HIGHMEM64G=y +CONFIG_HIGHPTE=y +CONFIG_HIGH_RES_TIMERS=y +# CONFIG_HIPPI is not set +CONFIG_HISAX_16_0=y +CONFIG_HISAX_16_3=y +CONFIG_HISAX_1TR6=y +CONFIG_HISAX_ASUSCOM=y +CONFIG_HISAX_AVM_A1=y +CONFIG_HISAX_AVM_A1_CS=m +CONFIG_HISAX_AVM_A1_PCMCIA=y +CONFIG_HISAX_BKM_A4T=y +# CONFIG_HISAX_DEBUG is not set +CONFIG_HISAX_DIEHLDIVA=y +CONFIG_HISAX_ELSA=y +CONFIG_HISAX_ELSA_CS=m +CONFIG_HISAX_ENTERNOW_PCI=y +CONFIG_HISAX_EURO=y +CONFIG_HISAX_FRITZPCI=y +CONFIG_HISAX_FRITZ_PCIPNP=m +CONFIG_HISAX_GAZEL=y +CONFIG_HISAX_HFC4S8S=m +CONFIG_HISAX_HFCS=y +CONFIG_HISAX_HFCUSB=m +CONFIG_HISAX_HFC_PCI=y +CONFIG_HISAX_HFC_SX=y +CONFIG_HISAX_HSTSAPHIR=y +CONFIG_HISAX_ISURF=y +CONFIG_HISAX_IX1MICROR2=y +CONFIG_HISAX_MAX_CARDS=8 +CONFIG_HISAX_MIC=y +CONFIG_HISAX_NETJET=y +CONFIG_HISAX_NETJET_U=y +CONFIG_HISAX_NI1=y +CONFIG_HISAX_NICCY=y +# CONFIG_HISAX_NO_KEYPAD is not set +# CONFIG_HISAX_NO_LLC is not set +# CONFIG_HISAX_NO_SENDCOMPLETE is not set +CONFIG_HISAX_S0BOX=y +CONFIG_HISAX_SCT_QUADRO=y +CONFIG_HISAX_SEDLBAUER=y +CONFIG_HISAX_SEDLBAUER_CS=m +CONFIG_HISAX_SPORTSTER=y +CONFIG_HISAX_ST5481=m +CONFIG_HISAX_TELEINT=y +CONFIG_HISAX_TELESPCI=y +CONFIG_HISAX_TELES_CS=m +CONFIG_HISAX_W6692=y +CONFIG_HIX5HD2_GMAC=m +CONFIG_HMC6352=m +CONFIG_HOLTEK_FF=y +CONFIG_HOSTAP=m +CONFIG_HOSTAP_CS=m +CONFIG_HOSTAP_FIRMWARE=y +CONFIG_HOSTAP_FIRMWARE_NVRAM=y +CONFIG_HOSTAP_PCI=m +CONFIG_HOSTAP_PLX=m +CONFIG_HOSTESS_SV11=m +CONFIG_HOTPLUG_CPU=y +CONFIG_HOTPLUG_PCI=y +CONFIG_HOTPLUG_PCI_ACPI=y +CONFIG_HOTPLUG_PCI_ACPI_IBM=m +CONFIG_HOTPLUG_PCI_COMPAQ=m +CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM=y +CONFIG_HOTPLUG_PCI_CPCI=y +CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m +CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m +CONFIG_HOTPLUG_PCI_IBM=m +CONFIG_HOTPLUG_PCI_RPA=m +CONFIG_HOTPLUG_PCI_RPA_DLPAR=m +CONFIG_HP100=m +CONFIG_HPET=y +CONFIG_HPET_EMULATE_RTC=y +CONFIG_HPET_MMAP=y +CONFIG_HPET_MMAP_DEFAULT=y +CONFIG_HPET_TIMER=y +CONFIG_HPFS_FS=m +CONFIG_HPWDT_NMI_DECODING=y +CONFIG_HP_ACCEL=m +CONFIG_HP_ILO=m +CONFIG_HP_WATCHDOG=m +CONFIG_HP_WIRELESS=m +CONFIG_HP_WMI=m +CONFIG_HSI=m +CONFIG_HSI_BOARDINFO=y +CONFIG_HSI_CHAR=m +CONFIG_HSR=m +CONFIG_HTC_EGPIO=y +CONFIG_HTC_I2CPLD=y +CONFIG_HTC_PASIC3=m +CONFIG_HT_IRQ=y +CONFIG_HUGETLBFS=y +CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y +CONFIG_HVCS=m +CONFIG_HVC_CONSOLE=y +# CONFIG_HVC_DCC is not set +CONFIG_HVC_DRIVER=y +CONFIG_HVC_IRQ=y +CONFIG_HVC_OLD_HVSI=y +CONFIG_HVC_OPAL=y +CONFIG_HVC_RTAS=y +CONFIG_HVC_UDBG=y +CONFIG_HVC_XEN=y +CONFIG_HVC_XEN_FRONTEND=y +CONFIG_HV_PERF_CTRS=y +CONFIG_HWMON=y +# CONFIG_HWMON_DEBUG_CHIP is not set +CONFIG_HWMON_VID=m +CONFIG_HWPOISON_INJECT=m +CONFIG_HWSPINLOCK=m +CONFIG_HWSPINLOCK_OMAP=m +CONFIG_HW_CONSOLE=y +CONFIG_HW_PERF_EVENTS=y +CONFIG_HW_RANDOM=y +CONFIG_HW_RANDOM_AMD=m +CONFIG_HW_RANDOM_EXYNOS=m +CONFIG_HW_RANDOM_GEODE=m +CONFIG_HW_RANDOM_INTEL=m +CONFIG_HW_RANDOM_MSM=m +CONFIG_HW_RANDOM_OMAP=m +CONFIG_HW_RANDOM_OMAP3_ROM=m +CONFIG_HW_RANDOM_PASEMI=m +CONFIG_HW_RANDOM_POWERNV=m +CONFIG_HW_RANDOM_PSERIES=m +CONFIG_HW_RANDOM_TIMERIOMEM=m +CONFIG_HW_RANDOM_TPM=m +CONFIG_HW_RANDOM_VIA=m +CONFIG_HW_RANDOM_VIRTIO=m +CONFIG_HW_RANDOM_XGENE=m +CONFIG_HYPERV=m +CONFIG_HYPERVISOR_GUEST=y +CONFIG_HYPERV_BALLOON=m +CONFIG_HYPERV_KEYBOARD=m +CONFIG_HYPERV_NET=m +CONFIG_HYPERV_STORAGE=m +CONFIG_HYPERV_UTILS=m +CONFIG_HYSDN=m +CONFIG_HYSDN_CAPI=y +# CONFIG_HZ_100 is not set +# CONFIG_HZ_200 is not set +# CONFIG_HZ_300 is not set +# CONFIG_HZ_500 is not set +CONFIG_HZ_FIXED=0 +# CONFIG_HZ_PERIODIC is not set +CONFIG_I2C=y +CONFIG_I2C_ALGOBIT=m +CONFIG_I2C_ALGOPCA=m +CONFIG_I2C_ALI1535=m +CONFIG_I2C_ALI1563=m +CONFIG_I2C_ALI15X3=m +CONFIG_I2C_AMD756=m +CONFIG_I2C_AMD756_S4882=m +CONFIG_I2C_AMD8111=m +CONFIG_I2C_ARB_GPIO_CHALLENGE=m +CONFIG_I2C_BCM2048=m +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_CBUS_GPIO=m +CONFIG_I2C_CHARDEV=m +CONFIG_I2C_COMPAT=y +CONFIG_I2C_CPM=m +CONFIG_I2C_CROS_EC_TUNNEL=m +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# CONFIG_I2C_DEBUG_CORE is not set +CONFIG_I2C_DESIGNWARE_CORE=m +CONFIG_I2C_DESIGNWARE_PCI=m +CONFIG_I2C_DESIGNWARE_PLATFORM=m +CONFIG_I2C_DIOLAN_U2C=m +CONFIG_I2C_EG20T=m +CONFIG_I2C_EXYNOS5=m +CONFIG_I2C_GPIO=m +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_HID=m +CONFIG_I2C_HYDRA=m +CONFIG_I2C_I801=m +CONFIG_I2C_IMX=y +CONFIG_I2C_ISCH=m +CONFIG_I2C_ISMT=m +CONFIG_I2C_KEMPLD=m +CONFIG_I2C_MPC=m +CONFIG_I2C_MUX=m +CONFIG_I2C_MUX_GPIO=m +CONFIG_I2C_MUX_PCA9541=m +CONFIG_I2C_MUX_PCA954x=m +CONFIG_I2C_MUX_PINCTRL=m +CONFIG_I2C_MV64XXX=m +CONFIG_I2C_NFORCE2=m +CONFIG_I2C_NFORCE2_S4985=m +CONFIG_I2C_NOMADIK=m +CONFIG_I2C_OCORES=m +CONFIG_I2C_OMAP=y +CONFIG_I2C_OPAL=m +CONFIG_I2C_PARPORT=m +CONFIG_I2C_PARPORT_LIGHT=m +CONFIG_I2C_PASEMI=m +CONFIG_I2C_PCA_ISA=m +CONFIG_I2C_PCA_PLATFORM=m +CONFIG_I2C_PIIX4=m +CONFIG_I2C_POWERMAC=y +# CONFIG_I2C_PXA_PCI is not set +CONFIG_I2C_QUP=m +CONFIG_I2C_RCAR=m +CONFIG_I2C_RIIC=m +CONFIG_I2C_RK3X=m +CONFIG_I2C_ROBOTFUZZ_OSIF=m +CONFIG_I2C_S3C2410=y +CONFIG_I2C_SCMI=m +CONFIG_I2C_SH_MOBILE=m +CONFIG_I2C_SI470X=m +CONFIG_I2C_SI4713=m +CONFIG_I2C_SIMTEC=m +CONFIG_I2C_SIS5595=m +CONFIG_I2C_SIS630=m +CONFIG_I2C_SIS96X=m +CONFIG_I2C_SMBUS=m +CONFIG_I2C_STUB=m +CONFIG_I2C_TAOS_EVM=m +CONFIG_I2C_TEGRA=m +CONFIG_I2C_TINY_USB=m +CONFIG_I2C_VERSATILE=m +CONFIG_I2C_VIA=m +CONFIG_I2C_VIAPRO=m +CONFIG_I2C_VIPERBOARD=m +CONFIG_I2C_XILINX=m +CONFIG_I2O=m +CONFIG_I2O_BLOCK=m +CONFIG_I2O_BUS=m +CONFIG_I2O_CONFIG=m +# CONFIG_I2O_CONFIG_OLD_IOCTL is not set +CONFIG_I2O_EXT_ADAPTEC=y +CONFIG_I2O_EXT_ADAPTEC_DMA64=y +CONFIG_I2O_LCT_NOTIFY_ON_CHANGES=y +CONFIG_I2O_PROC=m +CONFIG_I2O_SCSI=m +CONFIG_I40E=m +CONFIG_I40EVF=m +CONFIG_I40E_DCB=y +CONFIG_I40E_VXLAN=y +CONFIG_I6300ESB_WDT=m +CONFIG_I7300_IDLE=m +CONFIG_I7300_IDLE_IOAT_CHANNEL=y +CONFIG_I82092=m +CONFIG_I82365=m +CONFIG_I8253_LOCK=y +CONFIG_I8K=m +# CONFIG_IA32_AOUT is not set +CONFIG_IA32_EMULATION=y +CONFIG_IB700_WDT=m +CONFIG_IBMASR=m +CONFIG_IBMVIO=y +CONFIG_IBM_ASM=m +CONFIG_IBM_BSR=m +# CONFIG_IBM_EMAC_EMAC4 is not set +# CONFIG_IBM_EMAC_MAL_CLR_ICINTSTAT is not set +# CONFIG_IBM_EMAC_MAL_COMMON_ERR is not set +# CONFIG_IBM_EMAC_NO_FLOW_CTRL is not set +# CONFIG_IBM_EMAC_RGMII is not set +# CONFIG_IBM_EMAC_TAH is not set +# CONFIG_IBM_EMAC_ZMII is not set +CONFIG_IBM_RTL=m +CONFIG_ICPLUS_PHY=m +CONFIG_ICS932S401=m +CONFIG_ICST=y +# CONFIG_IDE is not set +CONFIG_IDEAPAD_LAPTOP=m +CONFIG_IDE_PHISON=m +CONFIG_IE6XX_WDT=m +CONFIG_IEEE802154=m +CONFIG_IEEE802154_6LOWPAN=m +CONFIG_IEEE802154_AT86RF230=m +CONFIG_IEEE802154_DRIVERS=m +# CONFIG_IEEE802154_FAKEHARD is not set +CONFIG_IEEE802154_FAKELB=m +CONFIG_IEEE802154_MRF24J40=m +CONFIG_IFB=m +CONFIG_IGB=m +CONFIG_IGBVF=m +CONFIG_IGB_DCA=y +CONFIG_IGB_HWMON=y +CONFIG_IIO=m +CONFIG_IIO_ADIS_LIB=m +CONFIG_IIO_ADIS_LIB_BUFFER=y +CONFIG_IIO_BUFFER=y +CONFIG_IIO_BUFFER_CB=y +CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 +CONFIG_IIO_INTERRUPT_TRIGGER=m +CONFIG_IIO_KFIFO_BUF=m +CONFIG_IIO_PERIODIC_RTC_TRIGGER=m +CONFIG_IIO_SIMPLE_DUMMY=m +# CONFIG_IIO_SIMPLE_DUMMY_BUFFER is not set +# CONFIG_IIO_SIMPLE_DUMMY_EVENTS is not set +CONFIG_IIO_ST_ACCEL_3AXIS=m +CONFIG_IIO_ST_ACCEL_I2C_3AXIS=m +CONFIG_IIO_ST_ACCEL_SPI_3AXIS=m +CONFIG_IIO_ST_GYRO_3AXIS=m +CONFIG_IIO_ST_GYRO_I2C_3AXIS=m +CONFIG_IIO_ST_GYRO_SPI_3AXIS=m +CONFIG_IIO_ST_MAGN_3AXIS=m +CONFIG_IIO_ST_MAGN_I2C_3AXIS=m +CONFIG_IIO_ST_MAGN_SPI_3AXIS=m +CONFIG_IIO_ST_PRESS=m +CONFIG_IIO_ST_PRESS_I2C=m +CONFIG_IIO_ST_PRESS_SPI=m +CONFIG_IIO_ST_SENSORS_CORE=m +CONFIG_IIO_ST_SENSORS_I2C=m +CONFIG_IIO_ST_SENSORS_SPI=m +CONFIG_IIO_SYSFS_TRIGGER=m +CONFIG_IIO_TRIGGER=y +CONFIG_IIO_TRIGGERED_BUFFER=m +# CONFIG_IKCONFIG is not set +CONFIG_IMA_APPRAISE=y +CONFIG_IMA_DEFAULT_HASH="sha1" +CONFIG_IMA_DEFAULT_HASH_SHA1=y +# CONFIG_IMA_DEFAULT_HASH_SHA256 is not set +# CONFIG_IMA_DEFAULT_HASH_SHA512 is not set +# CONFIG_IMA_DEFAULT_HASH_WP512 is not set +CONFIG_IMA_DEFAULT_TEMPLATE="ima-ng" +CONFIG_IMA_LSM_RULES=y +CONFIG_IMA_MEASURE_PCR_IDX=10 +CONFIG_IMA_NG_TEMPLATE=y +# CONFIG_IMA_SIG_TEMPLATE is not set +# CONFIG_IMA_TEMPLATE is not set +CONFIG_IMX2_WDT=m +CONFIG_IMX_DMA=m +CONFIG_IMX_IPUV3_CORE=m +CONFIG_IMX_SDMA=m +CONFIG_IMX_THERMAL=m +CONFIG_IMX_WEIM=y +CONFIG_INET=y +CONFIG_INET6_AH=m +CONFIG_INET6_ESP=m +CONFIG_INET6_IPCOMP=m +CONFIG_INET6_TUNNEL=m +CONFIG_INET6_XFRM_MODE_BEET=m +CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m +CONFIG_INET6_XFRM_MODE_TRANSPORT=m +CONFIG_INET6_XFRM_MODE_TUNNEL=m +CONFIG_INET6_XFRM_TUNNEL=m +CONFIG_INET_AH=m +CONFIG_INET_DCCP_DIAG=m +CONFIG_INET_DIAG=m +CONFIG_INET_ESP=m +CONFIG_INET_IPCOMP=m +CONFIG_INET_LRO=y +CONFIG_INET_TCP_DIAG=m +CONFIG_INET_TUNNEL=m +CONFIG_INET_UDP_DIAG=m +CONFIG_INET_XFRM_MODE_BEET=m +CONFIG_INET_XFRM_MODE_TRANSPORT=m +CONFIG_INET_XFRM_MODE_TUNNEL=m +CONFIG_INET_XFRM_TUNNEL=m +CONFIG_INFINIBAND=m +CONFIG_INFINIBAND_ADDR_TRANS=y +CONFIG_INFINIBAND_AMSO1100=m +# CONFIG_INFINIBAND_AMSO1100_DEBUG is not set +CONFIG_INFINIBAND_CXGB3=m +# CONFIG_INFINIBAND_CXGB3_DEBUG is not set +CONFIG_INFINIBAND_CXGB4=m +CONFIG_INFINIBAND_EHCA=m +CONFIG_INFINIBAND_IPATH=m +CONFIG_INFINIBAND_IPOIB=m +CONFIG_INFINIBAND_IPOIB_CM=y +# CONFIG_INFINIBAND_IPOIB_DEBUG is not set +CONFIG_INFINIBAND_ISER=m +CONFIG_INFINIBAND_ISERT=m +CONFIG_INFINIBAND_MTHCA=m +# CONFIG_INFINIBAND_MTHCA_DEBUG is not set +CONFIG_INFINIBAND_NES=m +# CONFIG_INFINIBAND_NES_DEBUG is not set +CONFIG_INFINIBAND_OCRDMA=m +CONFIG_INFINIBAND_QIB=m +CONFIG_INFINIBAND_QIB_DCA=y +CONFIG_INFINIBAND_SRP=m +CONFIG_INFINIBAND_SRPT=m +CONFIG_INFINIBAND_USER_ACCESS=m +CONFIG_INFINIBAND_USER_MAD=m +CONFIG_INFINIBAND_USER_MEM=y +CONFIG_INFINIBAND_USNIC=m +CONFIG_INFTL=m +CONFIG_INITRAMFS_SOURCE="" +CONFIG_INIT_ENV_ARG_LIMIT=32 +CONFIG_INLINE_READ_UNLOCK=y +CONFIG_INLINE_READ_UNLOCK_IRQ=y +CONFIG_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_INLINE_WRITE_UNLOCK=y +CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_INOTIFY_USER=y +CONFIG_INPUT=y +CONFIG_INPUT_88PM80X_ONKEY=m +CONFIG_INPUT_88PM860X_ONKEY=m +CONFIG_INPUT_AD714X=m +CONFIG_INPUT_AD714X_I2C=m +CONFIG_INPUT_AD714X_SPI=m +CONFIG_INPUT_ADBHID=y +CONFIG_INPUT_ADXL34X=m +CONFIG_INPUT_ADXL34X_I2C=m +CONFIG_INPUT_ADXL34X_SPI=m +CONFIG_INPUT_APANEL=m +CONFIG_INPUT_APMPOWER=m +CONFIG_INPUT_ARIZONA_HAPTICS=m +CONFIG_INPUT_ATI_REMOTE2=m +CONFIG_INPUT_ATLAS_BTNS=m +CONFIG_INPUT_BMA150=m +CONFIG_INPUT_CM109=m +CONFIG_INPUT_CMA3000=m +CONFIG_INPUT_CMA3000_I2C=m +CONFIG_INPUT_DA9052_ONKEY=m +CONFIG_INPUT_DA9055_ONKEY=m +CONFIG_INPUT_EVBUG=m +CONFIG_INPUT_EVDEV=y +CONFIG_INPUT_FF_MEMLESS=m +CONFIG_INPUT_GP2A=m +CONFIG_INPUT_GPIO_BEEPER=m +CONFIG_INPUT_GPIO_ROTARY_ENCODER=m +CONFIG_INPUT_GPIO_TILT_POLLED=m +CONFIG_INPUT_IDEAPAD_SLIDEBAR=m +CONFIG_INPUT_IMS_PCU=m +CONFIG_INPUT_JOYDEV=m +CONFIG_INPUT_JOYSTICK=y +CONFIG_INPUT_KEYBOARD=y +CONFIG_INPUT_KEYSPAN_REMOTE=m +CONFIG_INPUT_KXTJ9=m +# CONFIG_INPUT_KXTJ9_POLLED_MODE is not set +CONFIG_INPUT_MATRIXKMAP=m +CONFIG_INPUT_MAX8925_ONKEY=m +CONFIG_INPUT_MAX8997_HAPTIC=m +CONFIG_INPUT_MC13783_PWRBUTTON=m +CONFIG_INPUT_MISC=y +CONFIG_INPUT_MMA8450=m +CONFIG_INPUT_MOUSE=y +CONFIG_INPUT_MOUSEDEV=y +CONFIG_INPUT_MOUSEDEV_PSAUX=y +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 +CONFIG_INPUT_MPU3050=m +CONFIG_INPUT_PCAP=m +CONFIG_INPUT_PCF50633_PMU=m +CONFIG_INPUT_PCF8574=m +CONFIG_INPUT_PCSPKR=m +CONFIG_INPUT_PM8XXX_VIBRATOR=m +CONFIG_INPUT_PMIC8XXX_PWRKEY=m +CONFIG_INPUT_POLLDEV=m +CONFIG_INPUT_POWERMATE=m +CONFIG_INPUT_PWM_BEEPER=m +CONFIG_INPUT_RETU_PWRBUTTON=m +CONFIG_INPUT_SOC_BUTTON_ARRAY=m +CONFIG_INPUT_SPARSEKMAP=m +CONFIG_INPUT_TABLET=y +CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_INPUT_TWL4030_PWRBUTTON=m +CONFIG_INPUT_TWL4030_VIBRA=m +CONFIG_INPUT_TWL6040_VIBRA=m +CONFIG_INPUT_UINPUT=y +CONFIG_INPUT_WISTRON_BTNS=m +CONFIG_INPUT_WM831X_ON=m +CONFIG_INPUT_XEN_KBDDEV_FRONTEND=m +CONFIG_INPUT_YEALINK=m +CONFIG_INSTRUCTION_DECODER=y +CONFIG_INTEGRITY=y +CONFIG_INTEGRITY_ASYMMETRIC_KEYS=y +CONFIG_INTEGRITY_AUDIT=y +CONFIG_INTEGRITY_SIGNATURE=y +CONFIG_INTEL_GTT=y +CONFIG_INTEL_IDLE=y +CONFIG_INTEL_IOATDMA=m +CONFIG_INTEL_IOMMU=y +# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set +CONFIG_INTEL_IOMMU_FLOPPY_WA=y +CONFIG_INTEL_IPS=m +CONFIG_INTEL_MEI=m +CONFIG_INTEL_MEI_ME=m +CONFIG_INTEL_MEI_TXE=m +CONFIG_INTEL_MENLOW=m +CONFIG_INTEL_MFLD_THERMAL=m +CONFIG_INTEL_MIC_CARD=m +CONFIG_INTEL_MIC_HOST=m +CONFIG_INTEL_MID_DMAC=m +CONFIG_INTEL_MID_POWER_BUTTON=m +CONFIG_INTEL_MID_PTI=m +CONFIG_INTEL_MID_WATCHDOG=m +CONFIG_INTEL_OAKTRAIL=m +CONFIG_INTEL_POWERCLAMP=m +CONFIG_INTEL_RAPL=m +CONFIG_INTEL_RST=m +CONFIG_INTEL_SCU_IPC=y +CONFIG_INTEL_SCU_IPC_UTIL=m +CONFIG_INTEL_SCU_WATCHDOG=y +CONFIG_INTEL_SMARTCONNECT=m +CONFIG_INTEL_SOC_DTS_THERMAL=m +CONFIG_INTEL_TXT=y +CONFIG_INTERVAL_TREE=y +CONFIG_INTERVAL_TREE_TEST=m +CONFIG_INV_MPU6050_IIO=m +CONFIG_IOMMU_API=y +# CONFIG_IOMMU_DEBUG is not set +CONFIG_IOMMU_HELPER=y +CONFIG_IOMMU_PGTABLES_L2=y +# CONFIG_IOMMU_STRESS is not set +CONFIG_IOMMU_SUPPORT=y +CONFIG_IOSCHED_CFQ=y +CONFIG_IOSCHED_DEADLINE=y +CONFIG_IOSCHED_NOOP=y +CONFIG_IOSF_MBI=m +# CONFIG_IO_DELAY_0X80 is not set +CONFIG_IO_DELAY_0XED=y +# CONFIG_IO_DELAY_NONE is not set +CONFIG_IO_DELAY_TYPE_0X80=0 +CONFIG_IO_DELAY_TYPE_0XED=1 +CONFIG_IO_DELAY_TYPE_NONE=3 +CONFIG_IO_DELAY_TYPE_UDELAY=2 +# CONFIG_IO_DELAY_UDELAY is not set +CONFIG_IO_EVENT_IRQ=y +CONFIG_IP1000=m +CONFIG_IP6_NF_FILTER=m +CONFIG_IP6_NF_IPTABLES=m +CONFIG_IP6_NF_MANGLE=m +CONFIG_IP6_NF_MATCH_AH=m +CONFIG_IP6_NF_MATCH_EUI64=m +CONFIG_IP6_NF_MATCH_FRAG=m +CONFIG_IP6_NF_MATCH_HL=m +CONFIG_IP6_NF_MATCH_IPV6HEADER=m +CONFIG_IP6_NF_MATCH_MH=m +CONFIG_IP6_NF_MATCH_OPTS=m +CONFIG_IP6_NF_MATCH_RPFILTER=m +CONFIG_IP6_NF_MATCH_RT=m +CONFIG_IP6_NF_RAW=m +CONFIG_IP6_NF_SECURITY=m +CONFIG_IP6_NF_TARGET_HL=m +CONFIG_IP6_NF_TARGET_MASQUERADE=m +CONFIG_IP6_NF_TARGET_NPT=m +CONFIG_IP6_NF_TARGET_REJECT=m +CONFIG_IP6_NF_TARGET_SYNPROXY=m +CONFIG_IPACK_BUS=m +CONFIG_IPC_NS=y +CONFIG_IPDDP=m +CONFIG_IPDDP_ENCAP=y +# CONFIG_IPIC is not set +CONFIG_IPMI_DEVICE_INTERFACE=m +CONFIG_IPMI_HANDLER=m +# CONFIG_IPMI_PANIC_EVENT is not set +CONFIG_IPMI_POWEROFF=m +CONFIG_IPMI_SI=m +CONFIG_IPMI_WATCHDOG=m +CONFIG_IPMMU_VMSA=y +CONFIG_IPPP_FILTER=y +CONFIG_IPV6=y +CONFIG_IPV6_GRE=m +CONFIG_IPV6_MIP6=m +CONFIG_IPV6_MROUTE=y +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y +CONFIG_IPV6_MULTIPLE_TABLES=y +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +CONFIG_IPV6_PIMSM_V2=y +CONFIG_IPV6_ROUTER_PREF=y +CONFIG_IPV6_ROUTE_INFO=y +CONFIG_IPV6_SIT=m +CONFIG_IPV6_SIT_6RD=y +CONFIG_IPV6_SUBTREES=y +CONFIG_IPV6_TUNNEL=m +CONFIG_IPV6_VTI=m +CONFIG_IPW2100=m +# CONFIG_IPW2100_DEBUG is not set +CONFIG_IPW2100_MONITOR=y +CONFIG_IPW2200=m +# CONFIG_IPW2200_DEBUG is not set +CONFIG_IPW2200_MONITOR=y +CONFIG_IPW2200_PROMISCUOUS=y +CONFIG_IPW2200_QOS=y +CONFIG_IPW2200_RADIOTAP=y +CONFIG_IPWIRELESS=m +CONFIG_IPX=m +# CONFIG_IPX_INTERN is not set +CONFIG_IP_ADVANCED_ROUTER=y +CONFIG_IP_DCCP=m +# CONFIG_IP_DCCP_CCID2_DEBUG is not set +# CONFIG_IP_DCCP_CCID3 is not set +# CONFIG_IP_DCCP_DEBUG is not set +CONFIG_IP_FIB_TRIE_STATS=y +CONFIG_IP_MROUTE=y +# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IP_MULTICAST=y +CONFIG_IP_MULTIPLE_TABLES=y +CONFIG_IP_NF_ARPFILTER=m +CONFIG_IP_NF_ARPTABLES=m +CONFIG_IP_NF_ARP_MANGLE=m +CONFIG_IP_NF_FILTER=m +CONFIG_IP_NF_IPTABLES=m +CONFIG_IP_NF_MANGLE=m +CONFIG_IP_NF_MATCH_AH=m +CONFIG_IP_NF_MATCH_ECN=m +CONFIG_IP_NF_MATCH_RPFILTER=m +CONFIG_IP_NF_MATCH_TTL=m +CONFIG_IP_NF_RAW=m +CONFIG_IP_NF_SECURITY=m +CONFIG_IP_NF_TARGET_CLUSTERIP=m +CONFIG_IP_NF_TARGET_ECN=m +CONFIG_IP_NF_TARGET_MASQUERADE=m +CONFIG_IP_NF_TARGET_NETMAP=m +CONFIG_IP_NF_TARGET_REDIRECT=m +CONFIG_IP_NF_TARGET_REJECT=m +CONFIG_IP_NF_TARGET_SYNPROXY=m +CONFIG_IP_NF_TARGET_TTL=m +CONFIG_IP_NF_TARGET_ULOG=m +CONFIG_IP_PIMSM_V1=y +CONFIG_IP_PIMSM_V2=y +CONFIG_IP_PNP=y +# CONFIG_IP_PNP_BOOTP is not set +CONFIG_IP_PNP_DHCP=y +# CONFIG_IP_PNP_RARP is not set +CONFIG_IP_ROUTE_CLASSID=y +CONFIG_IP_ROUTE_MULTIPATH=y +CONFIG_IP_ROUTE_VERBOSE=y +CONFIG_IP_SCTP=m +CONFIG_IP_SET=m +CONFIG_IP_SET_BITMAP_IP=m +CONFIG_IP_SET_BITMAP_IPMAC=m +CONFIG_IP_SET_BITMAP_PORT=m +CONFIG_IP_SET_HASH_IP=m +CONFIG_IP_SET_HASH_IPMARK=m +CONFIG_IP_SET_HASH_IPPORT=m +CONFIG_IP_SET_HASH_IPPORTIP=m +CONFIG_IP_SET_HASH_IPPORTNET=m +CONFIG_IP_SET_HASH_NET=m +CONFIG_IP_SET_HASH_NETIFACE=m +CONFIG_IP_SET_HASH_NETNET=m +CONFIG_IP_SET_HASH_NETPORT=m +CONFIG_IP_SET_HASH_NETPORTNET=m +CONFIG_IP_SET_LIST_SET=m +CONFIG_IP_SET_MAX=256 +CONFIG_IP_VS=m +# CONFIG_IP_VS_DEBUG is not set +CONFIG_IP_VS_DH=m +CONFIG_IP_VS_FTP=m +CONFIG_IP_VS_IPV6=y +CONFIG_IP_VS_LBLC=m +CONFIG_IP_VS_LBLCR=m +CONFIG_IP_VS_LC=m +CONFIG_IP_VS_NFCT=y +CONFIG_IP_VS_NQ=m +CONFIG_IP_VS_PE_SIP=m +CONFIG_IP_VS_PROTO_AH=y +CONFIG_IP_VS_PROTO_AH_ESP=y +CONFIG_IP_VS_PROTO_ESP=y +CONFIG_IP_VS_PROTO_SCTP=y +CONFIG_IP_VS_PROTO_TCP=y +CONFIG_IP_VS_PROTO_UDP=y +CONFIG_IP_VS_RR=m +CONFIG_IP_VS_SED=m +CONFIG_IP_VS_SH=m +CONFIG_IP_VS_SH_TAB_BITS=8 +CONFIG_IP_VS_TAB_BITS=12 +CONFIG_IP_VS_WLC=m +CONFIG_IP_VS_WRR=m +CONFIG_IRCOMM=m +CONFIG_IRDA=m +CONFIG_IRDA_CACHE_LAST_LSAP=y +# CONFIG_IRDA_DEBUG is not set +CONFIG_IRDA_FAST_RR=y +CONFIG_IRDA_ULTRA=y +CONFIG_IRLAN=m +CONFIG_IRNET=m +CONFIG_IRQCHIP=y +# CONFIG_IRQSOFF_TRACER is not set +CONFIG_IRQ_CROSSBAR=y +CONFIG_IRQ_DOMAIN=y +# CONFIG_IRQ_DOMAIN_DEBUG is not set +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_IRQ_REMAP=y +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_IRQ_WORK=y +CONFIG_IRTTY_SIR=m +CONFIG_IR_ENE=m +CONFIG_IR_FINTEK=m +CONFIG_IR_GPIO_CIR=m +CONFIG_IR_IGUANA=m +CONFIG_IR_IMG=m +CONFIG_IR_IMG_HW=y +CONFIG_IR_IMG_JVC=y +CONFIG_IR_IMG_NEC=y +# CONFIG_IR_IMG_RAW is not set +CONFIG_IR_IMG_SANYO=y +CONFIG_IR_IMG_SHARP=y +CONFIG_IR_IMG_SONY=y +CONFIG_IR_IMON=m +CONFIG_IR_ITE_CIR=m +CONFIG_IR_JVC_DECODER=m +CONFIG_IR_LIRC_CODEC=m +CONFIG_IR_MCEUSB=m +CONFIG_IR_MCE_KBD_DECODER=m +CONFIG_IR_NEC_DECODER=m +CONFIG_IR_NUVOTON=m +CONFIG_IR_RC5_DECODER=m +CONFIG_IR_RC5_SZ_DECODER=m +CONFIG_IR_RC6_DECODER=m +CONFIG_IR_REDRAT3=m +CONFIG_IR_SANYO_DECODER=m +CONFIG_IR_SHARP_DECODER=m +CONFIG_IR_SONY_DECODER=m +CONFIG_IR_STREAMZAP=m +CONFIG_IR_TTUSBIR=m +CONFIG_IR_WINBOND_CIR=m +CONFIG_ISAPNP=y +CONFIG_ISA_DMA_API=y +CONFIG_ISCSI_BOOT_SYSFS=m +CONFIG_ISCSI_IBFT=m +CONFIG_ISCSI_IBFT_FIND=y +CONFIG_ISCSI_TARGET=m +CONFIG_ISCSI_TCP=m +CONFIG_ISDN=y +CONFIG_ISDN_AUDIO=y +CONFIG_ISDN_CAPI=m +CONFIG_ISDN_CAPI_CAPI20=m +CONFIG_ISDN_CAPI_CAPIDRV=m +# CONFIG_ISDN_CAPI_CAPIDRV_VERBOSE is not set +CONFIG_ISDN_CAPI_MIDDLEWARE=y +CONFIG_ISDN_DIVAS=m +CONFIG_ISDN_DIVAS_BRIPCI=y +CONFIG_ISDN_DIVAS_DIVACAPI=m +CONFIG_ISDN_DIVAS_MAINT=m +CONFIG_ISDN_DIVAS_PRIPCI=y +CONFIG_ISDN_DIVAS_USERIDI=m +CONFIG_ISDN_DIVERSION=m +CONFIG_ISDN_DRV_ACT2000=m +CONFIG_ISDN_DRV_AVMB1_AVM_CS=m +CONFIG_ISDN_DRV_AVMB1_B1ISA=m +CONFIG_ISDN_DRV_AVMB1_B1PCI=m +CONFIG_ISDN_DRV_AVMB1_B1PCIV4=y +CONFIG_ISDN_DRV_AVMB1_B1PCMCIA=m +CONFIG_ISDN_DRV_AVMB1_C4=m +CONFIG_ISDN_DRV_AVMB1_T1ISA=m +CONFIG_ISDN_DRV_AVMB1_T1PCI=m +CONFIG_ISDN_DRV_GIGASET=m +CONFIG_ISDN_DRV_HISAX=m +CONFIG_ISDN_DRV_ICN=m +CONFIG_ISDN_DRV_PCBIT=m +CONFIG_ISDN_DRV_SC=m +CONFIG_ISDN_HDLC=m +CONFIG_ISDN_I4L=m +CONFIG_ISDN_MPP=y +CONFIG_ISDN_PPP=y +CONFIG_ISDN_PPP_BSDCOMP=m +CONFIG_ISDN_PPP_VJ=y +CONFIG_ISDN_TTY_FAX=y +CONFIG_ISDN_X25=y +CONFIG_ISI=m +CONFIG_ISL29003=m +CONFIG_ISL29020=m +CONFIG_ISO9660_FS=m +CONFIG_IT8712F_WDT=m +CONFIG_IT87_WDT=m +CONFIG_ITCO_VENDOR_SUPPORT=y +CONFIG_ITCO_WDT=m +CONFIG_ITG3200=m +CONFIG_IWL3945=m +CONFIG_IWL4965=m +CONFIG_IWLDVM=m +CONFIG_IWLEGACY=m +# CONFIG_IWLEGACY_DEBUG is not set +CONFIG_IWLEGACY_DEBUGFS=y +CONFIG_IWLMVM=m +CONFIG_IWLWIFI=m +# CONFIG_IWLWIFI_BCAST_FILTERING is not set +# CONFIG_IWLWIFI_DEBUG is not set +CONFIG_IWLWIFI_DEBUGFS=y +CONFIG_IWLWIFI_DEVICE_TRACING=y +CONFIG_IWLWIFI_LEDS=y +CONFIG_IWLWIFI_OPMODE_MODULAR=y +# CONFIG_IWLWIFI_UAPSD is not set +CONFIG_IWMMXT=y +CONFIG_IXGB=m +CONFIG_IXGBE=m +CONFIG_IXGBEVF=m +CONFIG_IXGBE_DCA=y +CONFIG_IXGBE_DCB=y +CONFIG_IXGBE_HWMON=y +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_JFFS2_CMODE_FAVOURLZO=y +# CONFIG_JFFS2_CMODE_NONE is not set +# CONFIG_JFFS2_CMODE_PRIORITY is not set +# CONFIG_JFFS2_CMODE_SIZE is not set +CONFIG_JFFS2_COMPRESSION_OPTIONS=y +CONFIG_JFFS2_FS=m +CONFIG_JFFS2_FS_DEBUG=0 +CONFIG_JFFS2_FS_POSIX_ACL=y +CONFIG_JFFS2_FS_SECURITY=y +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set +CONFIG_JFFS2_FS_WRITEBUFFER=y +CONFIG_JFFS2_FS_XATTR=y +CONFIG_JFFS2_LZO=y +CONFIG_JFFS2_RTIME=y +# CONFIG_JFFS2_RUBIN is not set +# CONFIG_JFFS2_SUMMARY is not set +CONFIG_JFFS2_ZLIB=y +# CONFIG_JFS_DEBUG is not set +CONFIG_JFS_FS=m +CONFIG_JFS_POSIX_ACL=y +CONFIG_JFS_SECURITY=y +CONFIG_JFS_STATISTICS=y +CONFIG_JME=m +CONFIG_JOLIET=y +CONFIG_JOYSTICK_A3D=m +CONFIG_JOYSTICK_ADI=m +CONFIG_JOYSTICK_ANALOG=m +CONFIG_JOYSTICK_AS5011=m +CONFIG_JOYSTICK_COBRA=m +CONFIG_JOYSTICK_DB9=m +CONFIG_JOYSTICK_GAMECON=m +CONFIG_JOYSTICK_GF2K=m +CONFIG_JOYSTICK_GRIP=m +CONFIG_JOYSTICK_GRIP_MP=m +CONFIG_JOYSTICK_GUILLEMOT=m +CONFIG_JOYSTICK_IFORCE=m +CONFIG_JOYSTICK_IFORCE_232=y +CONFIG_JOYSTICK_IFORCE_USB=y +CONFIG_JOYSTICK_INTERACT=m +CONFIG_JOYSTICK_JOYDUMP=m +CONFIG_JOYSTICK_MAGELLAN=m +CONFIG_JOYSTICK_SIDEWINDER=m +CONFIG_JOYSTICK_SPACEBALL=m +CONFIG_JOYSTICK_SPACEORB=m +CONFIG_JOYSTICK_STINGER=m +CONFIG_JOYSTICK_TMDC=m +CONFIG_JOYSTICK_TURBOGRAFX=m +CONFIG_JOYSTICK_TWIDJOY=m +CONFIG_JOYSTICK_WALKERA0701=m +CONFIG_JOYSTICK_WARRIOR=m +CONFIG_JOYSTICK_XPAD=m +CONFIG_JOYSTICK_XPAD_FF=y +CONFIG_JOYSTICK_XPAD_LEDS=y +CONFIG_JOYSTICK_ZHENHUA=m +CONFIG_K3_DMA=m +CONFIG_KALLSYMS=y +CONFIG_KALLSYMS_ALL=y +CONFIG_KARMA_PARTITION=y +CONFIG_KDB_CONTINUE_CATASTROPHIC=0 +CONFIG_KDB_KEYBOARD=y +CONFIG_KEMPLD_WDT=m +# CONFIG_KERNEL_BZIP2 is not set +CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_LZ4 is not set +# CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_LZO is not set +CONFIG_KERNEL_MODE_NEON=y +# CONFIG_KERNEL_XZ is not set +CONFIG_KERNFS=y +CONFIG_KEXEC=y +CONFIG_KEXEC_JUMP=y +CONFIG_KEYBOARD_ADP5520=m +CONFIG_KEYBOARD_ADP5588=m +CONFIG_KEYBOARD_ADP5589=m +CONFIG_KEYBOARD_ATKBD=y +CONFIG_KEYBOARD_CROS_EC=m +CONFIG_KEYBOARD_GPIO=m +CONFIG_KEYBOARD_GPIO_POLLED=m +CONFIG_KEYBOARD_IMX=m +CONFIG_KEYBOARD_LKKBD=m +CONFIG_KEYBOARD_LM8323=m +CONFIG_KEYBOARD_LM8333=m +CONFIG_KEYBOARD_MATRIX=m +CONFIG_KEYBOARD_MAX7359=m +CONFIG_KEYBOARD_MCS=m +CONFIG_KEYBOARD_MPR121=m +CONFIG_KEYBOARD_NEWTON=m +CONFIG_KEYBOARD_NVEC=m +CONFIG_KEYBOARD_OMAP4=m +CONFIG_KEYBOARD_OPENCORES=m +CONFIG_KEYBOARD_PMIC8XXX=m +CONFIG_KEYBOARD_QT1070=m +CONFIG_KEYBOARD_QT2160=m +CONFIG_KEYBOARD_SAMSUNG=m +CONFIG_KEYBOARD_SH_KEYSC=m +CONFIG_KEYBOARD_STMPE=m +CONFIG_KEYBOARD_STOWAWAY=m +CONFIG_KEYBOARD_SUNKBD=m +CONFIG_KEYBOARD_TC3589X=m +CONFIG_KEYBOARD_TCA6416=m +CONFIG_KEYBOARD_TCA8418=m +CONFIG_KEYBOARD_TEGRA=m +CONFIG_KEYBOARD_TWL4030=m +CONFIG_KEYBOARD_XTKBD=m +CONFIG_KEYS=y +CONFIG_KEYS_COMPAT=y +CONFIG_KEYS_DEBUG_PROC_KEYS=y +CONFIG_KGDB=y +CONFIG_KGDB_KDB=y +CONFIG_KGDB_LOW_LEVEL_TRAP=y +CONFIG_KGDB_SERIAL_CONSOLE=y +# CONFIG_KGDB_TESTS is not set +CONFIG_KINGSUN_DONGLE=m +CONFIG_KPROBES=y +CONFIG_KPROBES_ON_FTRACE=y +# CONFIG_KPROBES_SANITY_TEST is not set +CONFIG_KPROBE_EVENT=y +CONFIG_KRETPROBES=y +CONFIG_KS0108=m +CONFIG_KS0108_DELAY=2 +CONFIG_KS0108_PORT=0x378 +CONFIG_KS8842=m +CONFIG_KS8851=m +CONFIG_KS8851_MLL=m +CONFIG_KS959_DONGLE=m +CONFIG_KSDAZZLE_DONGLE=m +# CONFIG_KSI8560 is not set +CONFIG_KSM=y +CONFIG_KSZ884X_PCI=m +CONFIG_KTIME_SCALAR=y +CONFIG_KUSER_HELPERS=y +CONFIG_KVM_AMD=m +CONFIG_KVM_APIC_ARCHITECTURE=y +CONFIG_KVM_ARM_HOST=y +CONFIG_KVM_ARM_MAX_VCPUS=4 +CONFIG_KVM_ARM_TIMER=y +CONFIG_KVM_ARM_VGIC=y +CONFIG_KVM_ASYNC_PF=y +CONFIG_KVM_BOOK3S_64=m +CONFIG_KVM_BOOK3S_64_HANDLER=y +CONFIG_KVM_BOOK3S_64_HV=m +CONFIG_KVM_BOOK3S_64_PR=m +CONFIG_KVM_BOOK3S_HANDLER=y +CONFIG_KVM_BOOK3S_HV_POSSIBLE=y +CONFIG_KVM_BOOK3S_PR_POSSIBLE=y +CONFIG_KVM_BOOKE_HV=y +CONFIG_KVM_DEBUG_FS=y +CONFIG_KVM_DEVICE_ASSIGNMENT=y +CONFIG_KVM_E500MC=y +# CONFIG_KVM_EXIT_TIMING is not set +CONFIG_KVM_GUEST=y +CONFIG_KVM_INTEL=m +CONFIG_KVM_MMIO=y +# CONFIG_KVM_MMU_AUDIT is not set +CONFIG_KVM_MPIC=y +CONFIG_KVM_VFIO=y +CONFIG_KVM_XICS=y +CONFIG_KXSD9=m +CONFIG_L2TP=m +CONFIG_L2TP_DEBUGFS=m +CONFIG_L2TP_ETH=m +CONFIG_L2TP_IP=m +CONFIG_L2TP_V3=y +CONFIG_LANCE=m +CONFIG_LANMEDIA=m +CONFIG_LAPB=m +CONFIG_LAPBETHER=m +# CONFIG_LATENCYTOP is not set +CONFIG_LATTICE_ECP3_CONFIG=m +CONFIG_LBDAF=y +CONFIG_LCD_AMS369FG06=m +CONFIG_LCD_CLASS_DEVICE=m +CONFIG_LCD_HX8357=m +CONFIG_LCD_ILI922X=m +CONFIG_LCD_ILI9320=m +CONFIG_LCD_L4F00242T03=m +CONFIG_LCD_LD9040=m +CONFIG_LCD_LMS283GF05=m +CONFIG_LCD_LMS501KF03=m +CONFIG_LCD_LTV350QV=m +CONFIG_LCD_PLATFORM=m +CONFIG_LCD_S6E63M0=m +CONFIG_LCD_TDO24M=m +CONFIG_LCD_VGG2432A4=m +# CONFIG_LDM_DEBUG is not set +CONFIG_LDM_PARTITION=y +CONFIG_LEDS_88PM860X=m +CONFIG_LEDS_ADP5520=m +CONFIG_LEDS_ASIC3=y +CONFIG_LEDS_BD2802=m +CONFIG_LEDS_BLINKM=m +CONFIG_LEDS_CLASS=y +CONFIG_LEDS_CLEVO_MAIL=m +CONFIG_LEDS_DA903X=m +CONFIG_LEDS_DA9052=m +CONFIG_LEDS_DAC124S085=m +CONFIG_LEDS_DELL_NETBOOKS=m +CONFIG_LEDS_GPIO=m +CONFIG_LEDS_INTEL_SS4200=m +CONFIG_LEDS_LM3530=m +CONFIG_LEDS_LM3533=m +CONFIG_LEDS_LM355x=m +CONFIG_LEDS_LM3642=m +CONFIG_LEDS_LP3944=m +CONFIG_LEDS_LP5521=m +CONFIG_LEDS_LP5523=m +CONFIG_LEDS_LP5562=m +CONFIG_LEDS_LP55XX_COMMON=m +CONFIG_LEDS_LP8501=m +CONFIG_LEDS_LP8788=m +CONFIG_LEDS_LT3593=m +CONFIG_LEDS_MAX8997=m +CONFIG_LEDS_MC13783=m +CONFIG_LEDS_NET48XX=m +CONFIG_LEDS_OT200=m +CONFIG_LEDS_PCA9532=m +CONFIG_LEDS_PCA9532_GPIO=y +CONFIG_LEDS_PCA955X=m +CONFIG_LEDS_PCA963X=m +CONFIG_LEDS_PWM=m +CONFIG_LEDS_REGULATOR=m +CONFIG_LEDS_TCA6507=m +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_BACKLIGHT=m +CONFIG_LEDS_TRIGGER_CAMERA=m +CONFIG_LEDS_TRIGGER_CPU=y +CONFIG_LEDS_TRIGGER_DEFAULT_ON=m +CONFIG_LEDS_TRIGGER_GPIO=m +CONFIG_LEDS_TRIGGER_HEARTBEAT=m +CONFIG_LEDS_TRIGGER_ONESHOT=m +CONFIG_LEDS_TRIGGER_TIMER=m +CONFIG_LEDS_TRIGGER_TRANSIENT=m +CONFIG_LEDS_WM831X_STATUS=m +CONFIG_LEDS_WM8350=m +CONFIG_LEDS_WRAP=m +CONFIG_LEGACY_PTYS=y +CONFIG_LEGACY_PTY_COUNT=0 +# CONFIG_LGUEST is not set +# CONFIG_LGUEST_GUEST is not set +CONFIG_LIB80211=m +CONFIG_LIB80211_CRYPT_CCMP=m +CONFIG_LIB80211_CRYPT_TKIP=m +CONFIG_LIB80211_CRYPT_WEP=m +# CONFIG_LIB80211_DEBUG is not set +CONFIG_LIBCRC32C=m +CONFIG_LIBERTAS=m +CONFIG_LIBERTAS_CS=m +# CONFIG_LIBERTAS_DEBUG is not set +CONFIG_LIBERTAS_MESH=y +CONFIG_LIBERTAS_SDIO=m +CONFIG_LIBERTAS_SPI=m +CONFIG_LIBERTAS_THINFIRM=m +# CONFIG_LIBERTAS_THINFIRM_DEBUG is not set +CONFIG_LIBERTAS_THINFIRM_USB=m +CONFIG_LIBERTAS_USB=m +CONFIG_LIBFC=m +CONFIG_LIBFCOE=m +CONFIG_LIBFDT=y +CONFIG_LIBIPW=m +# CONFIG_LIBIPW_DEBUG is not set +CONFIG_LINE6_USB=m +# CONFIG_LINE6_USB_IMPULSE_RESPONSE is not set +CONFIG_LIRC=m +CONFIG_LIRC_BT829=m +CONFIG_LIRC_IGORPLUGUSB=m +CONFIG_LIRC_IMON=m +CONFIG_LIRC_PARALLEL=m +CONFIG_LIRC_SASEM=m +CONFIG_LIRC_SERIAL=m +CONFIG_LIRC_SERIAL_TRANSMITTER=y +CONFIG_LIRC_SIR=m +CONFIG_LIRC_STAGING=y +CONFIG_LIRC_ZILOG=m +CONFIG_LIS3L02DQ=m +CONFIG_LITELINK_DONGLE=m +# CONFIG_LKDTM is not set +CONFIG_LLC=m +CONFIG_LLC2=m +CONFIG_LNET=m +CONFIG_LNET_MAX_PAYLOAD=1048576 +CONFIG_LNET_SELFTEST=m +CONFIG_LNET_XPRT_IB=m +CONFIG_LOCALVERSION="" +# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_LOCKD=m +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_LOCKD_V4=y +CONFIG_LOCKUP_DETECTOR=y +# CONFIG_LOCK_STAT is not set +CONFIG_LOCK_TORTURE_TEST=m +# CONFIG_LOGFS is not set +CONFIG_LOGIG940_FF=y +CONFIG_LOGIRUMBLEPAD2_FF=y +CONFIG_LOGITECH_FF=y +CONFIG_LOGIWHEELS_FF=y +# CONFIG_LOGO is not set +CONFIG_LOOPBACK_TARGET=m +CONFIG_LOWMEM_CAM_NUM=3 +CONFIG_LOWMEM_SIZE=0x30000000 +CONFIG_LP8788_ADC=m +CONFIG_LPC_ICH=m +CONFIG_LPC_SCH=m +# CONFIG_LP_CONSOLE is not set +CONFIG_LRU_CACHE=m +CONFIG_LSI_ET1011C_PHY=m +CONFIG_LSM_MMAP_MIN_ADDR=0 +CONFIG_LTE_GDM724X=m +CONFIG_LTPC=m +CONFIG_LTR501=m +# CONFIG_LUSTRE_DEBUG_EXPENSIVE_CHECK is not set +CONFIG_LUSTRE_LLITE_LLOOP=m +CONFIG_LUSTRE_OBD_MAX_IOCTL_BUFFER=8192 +CONFIG_LUSTRE_TRANSLATE_ERRNOS=y +CONFIG_LXT_PHY=m +CONFIG_LZ4HC_COMPRESS=m +CONFIG_LZ4_COMPRESS=m +CONFIG_LZ4_DECOMPRESS=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y +# CONFIG_M486 is not set +# CONFIG_M586 is not set +# CONFIG_M586MMX is not set +# CONFIG_M586TSC is not set +CONFIG_M686=y +CONFIG_MA600_DONGLE=m +CONFIG_MAC80211=m +CONFIG_MAC80211_DEBUGFS=y +# CONFIG_MAC80211_DEBUG_MENU is not set +CONFIG_MAC80211_HAS_RC=y +CONFIG_MAC80211_HWSIM=m +CONFIG_MAC80211_LEDS=y +CONFIG_MAC80211_MESH=y +CONFIG_MAC80211_MESSAGE_TRACING=y +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" +CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y +# CONFIG_MAC80211_RC_DEFAULT_PID is not set +CONFIG_MAC80211_RC_MINSTREL=y +CONFIG_MAC80211_RC_MINSTREL_HT=y +CONFIG_MAC80211_RC_PID=y +CONFIG_MAC802154=m +CONFIG_MACE=m +# CONFIG_MACE_AAUI_PORT is not set +CONFIG_MACHZ_WDT=m +CONFIG_MACH_ARMADA_370=y +CONFIG_MACH_ARMADA_375=y +CONFIG_MACH_ARMADA_38X=y +CONFIG_MACH_ARMADA_XP=y +CONFIG_MACH_BERLIN_BG2=y +CONFIG_MACH_BERLIN_BG2CD=y +CONFIG_MACH_BERLIN_BG2Q=y +# CONFIG_MACH_CM_T35 is not set +CONFIG_MACH_CM_T3517=y +# CONFIG_MACH_CRANEBOARD is not set +# CONFIG_MACH_DEVKIT8000 is not set +CONFIG_MACH_DOVE=y +CONFIG_MACH_GENMAI=y +# CONFIG_MACH_IMX51_DT is not set +CONFIG_MACH_KOELSCH=y +CONFIG_MACH_LAGER=y +CONFIG_MACH_MVEBU_V7=y +# CONFIG_MACH_NOKIA_RX51 is not set +# CONFIG_MACH_OMAP3517EVM is not set +CONFIG_MACH_OMAP3530_LV_SOM=y +CONFIG_MACH_OMAP3_BEAGLE=y +CONFIG_MACH_OMAP3_PANDORA=y +CONFIG_MACH_OMAP3_TORPEDO=y +CONFIG_MACH_OMAP_3430SDP=y +CONFIG_MACH_OMAP_GENERIC=y +CONFIG_MACH_OMAP_LDP=y +CONFIG_MACH_OVERO=y +CONFIG_MACH_SBC3530=y +CONFIG_MACH_TI8148EVM=y +CONFIG_MACH_TI8168EVM=y +CONFIG_MACH_TOUCHBOOK=y +CONFIG_MACINTOSH_DRIVERS=y +CONFIG_MACVLAN=m +CONFIG_MACVTAP=m +CONFIG_MAC_EMUMOUSEBTN=m +CONFIG_MAC_FLOPPY=m +CONFIG_MAC_PARTITION=y +CONFIG_MAG3110=m +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 +CONFIG_MAILBOX=y +CONFIG_MANTIS_CORE=m +CONFIG_MARVELL_PHY=m +# CONFIG_MATH_EMULATION_FULL is not set +CONFIG_MATH_EMULATION_HW_UNIMPLEMENTED=y +# CONFIG_MATOM is not set +CONFIG_MAX1363=m +CONFIG_MAX517=m +CONFIG_MAX63XX_WATCHDOG=m +CONFIG_MAX8925_POWER=m +# CONFIG_MAXSMP is not set +CONFIG_MAX_RAW_DEVS=256 +CONFIG_MCB=m +CONFIG_MCB_PCI=m +# CONFIG_MCORE2 is not set +CONFIG_MCP2120_DONGLE=m +CONFIG_MCP320X=m +CONFIG_MCP3422=m +CONFIG_MCP4725=m +CONFIG_MCPM=y +# CONFIG_MCRUSOE is not set +CONFIG_MCS_FIR=m +# CONFIG_MCYRIXIII is not set +CONFIG_MD=y +CONFIG_MDA_CONSOLE=m +CONFIG_MDIO=m +CONFIG_MDIO_BITBANG=m +CONFIG_MDIO_BUS_MUX=m +CONFIG_MDIO_BUS_MUX_GPIO=m +CONFIG_MDIO_BUS_MUX_MMIOREG=m +CONFIG_MDIO_GPIO=m +CONFIG_MD_AUTODETECT=y +CONFIG_MD_FAULTY=m +CONFIG_MD_LINEAR=m +CONFIG_MD_MULTIPATH=m +CONFIG_MD_RAID0=m +CONFIG_MD_RAID1=m +CONFIG_MD_RAID10=m +CONFIG_MD_RAID456=m +CONFIG_MEDIA_ALTERA_CI=m +CONFIG_MEDIA_ANALOG_TV_SUPPORT=y +CONFIG_MEDIA_ATTACH=y +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_COMMON_OPTIONS=y +CONFIG_MEDIA_CONTROLLER=y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y +CONFIG_MEDIA_PARPORT_SUPPORT=y +CONFIG_MEDIA_PCI_SUPPORT=y +CONFIG_MEDIA_RADIO_SUPPORT=y +CONFIG_MEDIA_RC_SUPPORT=y +CONFIG_MEDIA_SUBDRV_AUTOSELECT=y +CONFIG_MEDIA_SUPPORT=m +CONFIG_MEDIA_TUNER=m +CONFIG_MEDIA_TUNER_E4000=m +CONFIG_MEDIA_TUNER_FC0011=m +CONFIG_MEDIA_TUNER_FC0012=m +CONFIG_MEDIA_TUNER_FC0013=m +CONFIG_MEDIA_TUNER_FC2580=m +CONFIG_MEDIA_TUNER_IT913X=m +CONFIG_MEDIA_TUNER_M88TS2022=m +CONFIG_MEDIA_TUNER_MAX2165=m +CONFIG_MEDIA_TUNER_MC44S803=m +CONFIG_MEDIA_TUNER_MSI001=m +CONFIG_MEDIA_TUNER_MT2060=m +CONFIG_MEDIA_TUNER_MT2063=m +CONFIG_MEDIA_TUNER_MT20XX=m +CONFIG_MEDIA_TUNER_MT2131=m +CONFIG_MEDIA_TUNER_MT2266=m +CONFIG_MEDIA_TUNER_MXL5005S=m +CONFIG_MEDIA_TUNER_MXL5007T=m +CONFIG_MEDIA_TUNER_QT1010=m +CONFIG_MEDIA_TUNER_R820T=m +CONFIG_MEDIA_TUNER_SI2157=m +CONFIG_MEDIA_TUNER_SIMPLE=m +CONFIG_MEDIA_TUNER_TDA18212=m +CONFIG_MEDIA_TUNER_TDA18218=m +CONFIG_MEDIA_TUNER_TDA18271=m +CONFIG_MEDIA_TUNER_TDA827X=m +CONFIG_MEDIA_TUNER_TDA8290=m +CONFIG_MEDIA_TUNER_TDA9887=m +CONFIG_MEDIA_TUNER_TEA5761=m +CONFIG_MEDIA_TUNER_TEA5767=m +CONFIG_MEDIA_TUNER_TUA9001=m +CONFIG_MEDIA_TUNER_XC2028=m +CONFIG_MEDIA_TUNER_XC4000=m +CONFIG_MEDIA_TUNER_XC5000=m +CONFIG_MEDIA_USB_SUPPORT=y +# CONFIG_MEFFICEON is not set +CONFIG_MEGARAID_LEGACY=m +CONFIG_MEGARAID_MAILBOX=m +CONFIG_MEGARAID_MM=m +CONFIG_MEGARAID_NEWGEN=y +CONFIG_MEGARAID_SAS=m +# CONFIG_MELAN is not set +CONFIG_MEMCG=y +CONFIG_MEMCG_KMEM=y +CONFIG_MEMCG_SWAP=y +# CONFIG_MEMCG_SWAP_ENABLED is not set +CONFIG_MEMORY=y +CONFIG_MEMORY_FAILURE=y +CONFIG_MEMORY_HOTPLUG=y +CONFIG_MEMORY_HOTPLUG_SPARSE=y +CONFIG_MEMORY_HOTREMOVE=y +CONFIG_MEMORY_ISOLATION=y +CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=m +CONFIG_MEMSTICK=m +# CONFIG_MEMSTICK_DEBUG is not set +CONFIG_MEMSTICK_JMICRON_38X=m +CONFIG_MEMSTICK_R592=m +CONFIG_MEMSTICK_REALTEK_PCI=m +CONFIG_MEMSTICK_REALTEK_USB=m +CONFIG_MEMSTICK_TIFM_MS=m +# CONFIG_MEMSTICK_UNSAFE_RESUME is not set +CONFIG_MEMTEST=y +CONFIG_MEM_SOFT_DIRTY=y +CONFIG_MEN_A21_WDT=m +CONFIG_MEN_Z188_ADC=m +CONFIG_MFD_88PM800=m +CONFIG_MFD_88PM805=m +CONFIG_MFD_88PM860X=y +CONFIG_MFD_AAT2870_CORE=y +CONFIG_MFD_ARIZONA=y +CONFIG_MFD_ARIZONA_I2C=m +CONFIG_MFD_ARIZONA_SPI=m +CONFIG_MFD_AS3711=y +CONFIG_MFD_AS3722=y +CONFIG_MFD_ASIC3=y +CONFIG_MFD_AXP20X=y +CONFIG_MFD_BCM590XX=m +CONFIG_MFD_CORE=y +CONFIG_MFD_CROS_EC=m +CONFIG_MFD_CROS_EC_I2C=m +CONFIG_MFD_CROS_EC_SPI=m +CONFIG_MFD_CS5535=m +CONFIG_MFD_DA9052_I2C=y +CONFIG_MFD_DA9052_SPI=y +CONFIG_MFD_DA9055=y +CONFIG_MFD_DA9063=y +CONFIG_MFD_INTEL_MSIC=y +CONFIG_MFD_JANZ_CMODIO=m +CONFIG_MFD_KEMPLD=m +CONFIG_MFD_LM3533=m +CONFIG_MFD_LP3943=m +CONFIG_MFD_LP8788=y +CONFIG_MFD_MAX14577=y +CONFIG_MFD_MAX77686=y +CONFIG_MFD_MAX77693=y +CONFIG_MFD_MAX8907=m +CONFIG_MFD_MAX8925=y +CONFIG_MFD_MAX8997=y +CONFIG_MFD_MAX8998=y +CONFIG_MFD_MC13XXX=m +CONFIG_MFD_MC13XXX_I2C=m +CONFIG_MFD_MC13XXX_SPI=m +CONFIG_MFD_NVEC=m +CONFIG_MFD_OMAP_USB_HOST=y +CONFIG_MFD_PALMAS=y +CONFIG_MFD_PCF50633=m +CONFIG_MFD_PM8921_CORE=m +CONFIG_MFD_PM8XXX=m +CONFIG_MFD_RC5T583=y +CONFIG_MFD_RDC321X=m +CONFIG_MFD_RETU=m +CONFIG_MFD_RTSX_PCI=m +CONFIG_MFD_RTSX_USB=m +CONFIG_MFD_SEC_CORE=y +CONFIG_MFD_SI476X_CORE=m +CONFIG_MFD_SM501_GPIO=y +CONFIG_MFD_SMSC=y +CONFIG_MFD_STMPE=y +CONFIG_MFD_SYSCON=y +CONFIG_MFD_T7L66XB=y +CONFIG_MFD_TC3589X=y +CONFIG_MFD_TC6387XB=y +CONFIG_MFD_TC6393XB=y +CONFIG_MFD_TIMBERDALE=m +CONFIG_MFD_TI_AM335X_TSCADC=m +CONFIG_MFD_TPS65090=y +CONFIG_MFD_TPS65217=m +CONFIG_MFD_TPS65218=m +CONFIG_MFD_TPS6586X=y +CONFIG_MFD_TPS65910=y +CONFIG_MFD_TPS65912=y +CONFIG_MFD_TPS65912_I2C=y +CONFIG_MFD_TPS65912_SPI=y +CONFIG_MFD_TPS80031=y +CONFIG_MFD_TWL4030_AUDIO=y +CONFIG_MFD_VEXPRESS_SYSREG=y +CONFIG_MFD_VIPERBOARD=m +CONFIG_MFD_VX855=m +CONFIG_MFD_WL1273_CORE=m +CONFIG_MFD_WM5102=y +CONFIG_MFD_WM5110=y +CONFIG_MFD_WM831X=y +CONFIG_MFD_WM831X_I2C=y +CONFIG_MFD_WM831X_SPI=y +CONFIG_MFD_WM8350=y +CONFIG_MFD_WM8350_I2C=y +CONFIG_MFD_WM8400=y +CONFIG_MFD_WM8994=y +CONFIG_MFD_WM8997=y +# CONFIG_MGEODEGX1 is not set +# CONFIG_MGEODE_LX is not set +CONFIG_MG_DISK=m +CONFIG_MG_DISK_RES=0 +CONFIG_MICREL_KS8995MA=m +CONFIG_MICREL_PHY=m +CONFIG_MICROCODE=y +CONFIG_MICROCODE_AMD=y +CONFIG_MICROCODE_AMD_EARLY=y +CONFIG_MICROCODE_EARLY=y +CONFIG_MICROCODE_INTEL=y +CONFIG_MICROCODE_INTEL_EARLY=y +CONFIG_MICROCODE_OLD_INTERFACE=y +CONFIG_MIGHT_HAVE_CACHE_L2X0=y +CONFIG_MIGHT_HAVE_PCI=y +CONFIG_MIGRATION=y +CONFIG_MINIX_FS=m +CONFIG_MINIX_SUBPARTITION=y +CONFIG_MISC_FILESYSTEMS=y +CONFIG_MISDN=m +CONFIG_MISDN_AVMFRITZ=m +CONFIG_MISDN_DSP=m +CONFIG_MISDN_HFCMULTI=m +CONFIG_MISDN_HFCPCI=m +CONFIG_MISDN_HFCUSB=m +CONFIG_MISDN_INFINEON=m +CONFIG_MISDN_IPAC=m +CONFIG_MISDN_ISAR=m +CONFIG_MISDN_L1OIP=m +CONFIG_MISDN_NETJET=m +CONFIG_MISDN_SPEEDFAX=m +CONFIG_MISDN_W6692=m +CONFIG_MIXCOMWD=m +# CONFIG_MK6 is not set +# CONFIG_MK7 is not set +# CONFIG_MK8 is not set +CONFIG_MKISS=m +CONFIG_MLX4_CORE=m +CONFIG_MLX4_DEBUG=y +CONFIG_MLX4_EN=m +CONFIG_MLX4_EN_DCB=y +CONFIG_MLX4_EN_VXLAN=y +CONFIG_MLX4_INFINIBAND=m +CONFIG_MLX5_CORE=m +CONFIG_MLX5_INFINIBAND=m +CONFIG_MLX90614=m +CONFIG_MMA8452=m +CONFIG_MMC=y +CONFIG_MMC_ARMMMCI=y +CONFIG_MMC_BLOCK_BOUNCE=y +CONFIG_MMC_BLOCK_MINORS=8 +CONFIG_MMC_CB710=m +# CONFIG_MMC_CLKGATE is not set +# CONFIG_MMC_DEBUG is not set +CONFIG_MMC_DW=m +CONFIG_MMC_DW_EXYNOS=m +CONFIG_MMC_DW_IDMAC=y +CONFIG_MMC_DW_K3=m +CONFIG_MMC_DW_PCI=m +CONFIG_MMC_DW_PLTFM=m +CONFIG_MMC_MVSDIO=m +CONFIG_MMC_MXC=m +CONFIG_MMC_OMAP=m +CONFIG_MMC_OMAP_HS=y +CONFIG_MMC_REALTEK_PCI=m +CONFIG_MMC_REALTEK_USB=m +CONFIG_MMC_RICOH_MMC=y +CONFIG_MMC_SDHCI_ACPI=m +CONFIG_MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER=y +CONFIG_MMC_SDHCI_DOVE=m +CONFIG_MMC_SDHCI_ESDHC_IMX=y +CONFIG_MMC_SDHCI_IO_ACCESSORS=y +CONFIG_MMC_SDHCI_MSM=m +CONFIG_MMC_SDHCI_OF_ARASAN=m +CONFIG_MMC_SDHCI_OF_ESDHC=m +CONFIG_MMC_SDHCI_OF_HLWD=m +CONFIG_MMC_SDHCI_PCI=m +CONFIG_MMC_SDHCI_PXAV2=m +CONFIG_MMC_SDHCI_PXAV3=m +CONFIG_MMC_SDHCI_S3C=m +CONFIG_MMC_SDHCI_S3C_DMA=y +CONFIG_MMC_SDHCI_TEGRA=m +CONFIG_MMC_SDHI=m +CONFIG_MMC_SDRICOH_CS=m +CONFIG_MMC_SH_MMCIF=m +CONFIG_MMC_SPI=m +# CONFIG_MMC_TEST is not set +CONFIG_MMC_TIFM_SD=m +CONFIG_MMC_TMIO=m +CONFIG_MMC_TMIO_CORE=m +CONFIG_MMC_USDHI6ROL0=m +CONFIG_MMC_USHC=m +CONFIG_MMC_VIA_SDMMC=m +CONFIG_MMC_VUB300=m +CONFIG_MMC_WBSD=m +CONFIG_MMIOTRACE=y +# CONFIG_MMIOTRACE_TEST is not set +CONFIG_MMU=y +CONFIG_MMU_NOTIFIER=y +CONFIG_MODULES=y +CONFIG_MODULES_USE_ELF_REL=y +CONFIG_MODULES_USE_ELF_RELA=y +# CONFIG_MODULE_FORCE_LOAD is not set +# CONFIG_MODULE_FORCE_UNLOAD is not set +CONFIG_MODULE_SIG=y +CONFIG_MODULE_SIG_ALL=y +# CONFIG_MODULE_SIG_FORCE is not set +CONFIG_MODULE_SIG_HASH="sha512" +# CONFIG_MODULE_SIG_SHA1 is not set +# CONFIG_MODULE_SIG_SHA224 is not set +# CONFIG_MODULE_SIG_SHA256 is not set +# CONFIG_MODULE_SIG_SHA384 is not set +CONFIG_MODULE_SIG_SHA512=y +CONFIG_MODULE_SRCVERSION_ALL=y +CONFIG_MODULE_UNLOAD=y +CONFIG_MODVERSIONS=y +CONFIG_MOUSE_APPLETOUCH=m +CONFIG_MOUSE_BCM5974=m +CONFIG_MOUSE_CYAPA=m +CONFIG_MOUSE_GPIO=m +# CONFIG_MOUSE_INPORT is not set +CONFIG_MOUSE_LOGIBM=m +CONFIG_MOUSE_PC110PAD=m +CONFIG_MOUSE_PS2=m +CONFIG_MOUSE_PS2_ALPS=y +CONFIG_MOUSE_PS2_CYPRESS=y +CONFIG_MOUSE_PS2_ELANTECH=y +CONFIG_MOUSE_PS2_LIFEBOOK=y +CONFIG_MOUSE_PS2_LOGIPS2PP=y +CONFIG_MOUSE_PS2_SENTELIC=y +CONFIG_MOUSE_PS2_SYNAPTICS=y +CONFIG_MOUSE_PS2_TOUCHKIT=y +CONFIG_MOUSE_PS2_TRACKPOINT=y +CONFIG_MOUSE_SERIAL=m +CONFIG_MOUSE_SYNAPTICS_I2C=m +CONFIG_MOUSE_SYNAPTICS_USB=m +CONFIG_MOUSE_VSXXXAA=m +CONFIG_MOVABLE_NODE=y +CONFIG_MOXA_INTELLIO=m +CONFIG_MOXA_SMARTIO=m +# CONFIG_MPC8536_DS is not set +# CONFIG_MPC8540_ADS is not set +# CONFIG_MPC8560_ADS is not set +# CONFIG_MPC85xx_CDS is not set +# CONFIG_MPC85xx_DS is not set +# CONFIG_MPC85xx_MDS is not set +# CONFIG_MPC85xx_RDB is not set +# CONFIG_MPENTIUM4 is not set +# CONFIG_MPENTIUMII is not set +# CONFIG_MPENTIUMIII is not set +# CONFIG_MPENTIUMM is not set +CONFIG_MPIC=y +CONFIG_MPIC_BROKEN_REGREAD=y +# CONFIG_MPIC_TIMER is not set +# CONFIG_MPIC_WEIRD is not set +CONFIG_MPILIB=y +CONFIG_MPL115=m +CONFIG_MPL3115=m +# CONFIG_MPSC is not set +CONFIG_MRP=m +CONFIG_MSDOS_FS=m +CONFIG_MSDOS_PARTITION=y +# CONFIG_MSI_BITMAP_SELFTEST is not set +CONFIG_MSI_LAPTOP=m +CONFIG_MSI_WMI=m +CONFIG_MSM_GCC_8660=m +CONFIG_MSM_GCC_8960=m +CONFIG_MSM_GCC_8974=m +CONFIG_MSM_IOMMU=y +CONFIG_MSM_MMCC_8960=m +CONFIG_MSM_MMCC_8974=m +CONFIG_MSPRO_BLOCK=m +CONFIG_MS_BLOCK=m +CONFIG_MTDRAM_ERASE_SIZE=128 +CONFIG_MTDRAM_TOTAL_SIZE=4096 +CONFIG_MTD_ABSENT=m +CONFIG_MTD_AFS_PARTS=m +CONFIG_MTD_AMD76XROM=m +CONFIG_MTD_AR7_PARTS=m +CONFIG_MTD_BLOCK2MTD=m +CONFIG_MTD_BLOCK_RO=m +CONFIG_MTD_CFI=m +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_CFI_AMDSTD=m +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=m +CONFIG_MTD_CFI_STAA=m +CONFIG_MTD_CFI_UTIL=m +CONFIG_MTD_CK804XROM=m +CONFIG_MTD_COMPLEX_MAPPINGS=y +CONFIG_MTD_DATAFLASH=m +CONFIG_MTD_DATAFLASH_OTP=y +# CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set +CONFIG_MTD_DOCG3=m +CONFIG_MTD_ESB2ROM=m +CONFIG_MTD_GEN_PROBE=m +CONFIG_MTD_GPIO_ADDR=m +CONFIG_MTD_ICHXROM=m +CONFIG_MTD_IMPA7=m +CONFIG_MTD_INTEL_VR_NOR=m +CONFIG_MTD_JEDECPROBE=m +CONFIG_MTD_L440GX=m +CONFIG_MTD_LATCH_ADDR=m +CONFIG_MTD_LPDDR=m +CONFIG_MTD_LPDDR2_NVM=m +CONFIG_MTD_M25P80=m +CONFIG_MTD_MAP_BANK_WIDTH_1=y +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +CONFIG_MTD_MAP_BANK_WIDTH_2=y +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +CONFIG_MTD_MTDRAM=m +CONFIG_MTD_NAND_CAFE=m +CONFIG_MTD_NAND_CS553X=m +CONFIG_MTD_NAND_DENALI=m +CONFIG_MTD_NAND_DENALI_DT=m +CONFIG_MTD_NAND_DENALI_PCI=m +CONFIG_MTD_NAND_DENALI_SCRATCH_REG_ADDR=0xFF108018 +CONFIG_MTD_NAND_DISKONCHIP=m +# CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE is not set +CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0 +# CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set +CONFIG_MTD_NAND_DOCG4=m +CONFIG_MTD_NAND_ECC_BCH=y +# CONFIG_MTD_NAND_ECC_SMC is not set +CONFIG_MTD_NAND_FSL_ELBC=m +CONFIG_MTD_NAND_FSL_IFC=m +CONFIG_MTD_NAND_FSL_UPM=m +CONFIG_MTD_NAND_GPIO=m +CONFIG_MTD_NAND_GPMI_NAND=m +CONFIG_MTD_NAND_MXC=m +CONFIG_MTD_NAND_NANDSIM=m +CONFIG_MTD_NAND_OMAP2=y +CONFIG_MTD_NAND_OMAP_BCH=y +CONFIG_MTD_NAND_ORION=m +CONFIG_MTD_NAND_PASEMI=m +CONFIG_MTD_NAND_PLATFORM=m +CONFIG_MTD_NAND_PXA3xx=m +CONFIG_MTD_NAND_RICOH=m +CONFIG_MTD_NAND_SH_FLCTL=m +CONFIG_MTD_NAND_TMIO=m +CONFIG_MTD_NETtel=m +CONFIG_MTD_ONENAND=m +CONFIG_MTD_ONENAND_2X_PROGRAM=y +CONFIG_MTD_ONENAND_GENERIC=m +CONFIG_MTD_ONENAND_OMAP2=m +# CONFIG_MTD_ONENAND_OTP is not set +CONFIG_MTD_ONENAND_VERIFY_WRITE=y +CONFIG_MTD_OOPS=m +CONFIG_MTD_PCI=m +CONFIG_MTD_PCMCIA=m +# CONFIG_MTD_PCMCIA_ANONYMOUS is not set +CONFIG_MTD_PHRAM=m +CONFIG_MTD_PHYSMAP=m +# CONFIG_MTD_PHYSMAP_COMPAT is not set +CONFIG_MTD_PHYSMAP_OF=m +CONFIG_MTD_PLATRAM=m +CONFIG_MTD_PMC551=m +# CONFIG_MTD_PMC551_BUGFIX is not set +# CONFIG_MTD_PMC551_DEBUG is not set +CONFIG_MTD_QINFO_PROBE=m +CONFIG_MTD_RAM=m +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +CONFIG_MTD_REDBOOT_PARTS=m +# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set +# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set +CONFIG_MTD_ROM=m +CONFIG_MTD_SBC_GXX=m +CONFIG_MTD_SCB2_FLASH=m +CONFIG_MTD_SCx200_DOCFLASH=m +CONFIG_MTD_SLRAM=m +CONFIG_MTD_SM_COMMON=m +CONFIG_MTD_SPINAND_MT29F=m +CONFIG_MTD_SPINAND_ONDIEECC=y +CONFIG_MTD_SPI_NOR=m +CONFIG_MTD_SST25L=m +CONFIG_MTD_SWAP=m +# CONFIG_MTD_TESTS is not set +CONFIG_MTD_UBI=m +CONFIG_MTD_UBI_BEB_LIMIT=20 +CONFIG_MTD_UBI_BLOCK=y +CONFIG_MTD_UBI_FASTMAP=y +CONFIG_MTD_UBI_GLUEBI=m +CONFIG_MTD_UBI_WL_THRESHOLD=4096 +CONFIG_MTRR=y +CONFIG_MTRR_SANITIZER=y +CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1 +CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 +CONFIG_MULTI_IRQ_HANDLER=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +CONFIG_MV643XX_ETH=m +CONFIG_MVEBU_CLK_COMMON=y +CONFIG_MVEBU_CLK_COREDIV=y +CONFIG_MVEBU_CLK_CPU=y +CONFIG_MVEBU_DEVBUS=y +CONFIG_MVEBU_MBUS=y +# CONFIG_MVIAC3_2 is not set +# CONFIG_MVIAC7 is not set +CONFIG_MVMDIO=m +CONFIG_MVNETA=m +CONFIG_MV_XOR=y +CONFIG_MWAVE=m +CONFIG_MWIFIEX=m +CONFIG_MWIFIEX_PCIE=m +CONFIG_MWIFIEX_SDIO=m +CONFIG_MWIFIEX_USB=m +# CONFIG_MWINCHIP3D is not set +# CONFIG_MWINCHIPC6 is not set +CONFIG_MWL8K=m +CONFIG_MX3_IPU=y +CONFIG_MX3_IPU_IRQS=4 +# CONFIG_MXC_DEBUG_BOARD is not set +CONFIG_MXC_TZIC=y +CONFIG_MXM_WMI=m +CONFIG_MXS_DMA=y +CONFIG_MYRI10GE=m +CONFIG_MYRI10GE_DCA=y +CONFIG_N2=m +CONFIG_NAMESPACES=y +CONFIG_NATIONAL_PHY=m +CONFIG_NATSEMI=m +CONFIG_NAU7802=m +CONFIG_NCPFS_EXTRAS=y +CONFIG_NCPFS_IOCTL_LOCKING=y +CONFIG_NCPFS_NFS_NS=y +CONFIG_NCPFS_NLS=y +CONFIG_NCPFS_OS2_NS=y +CONFIG_NCPFS_PACKET_SIGNING=y +# CONFIG_NCPFS_SMALLDOS is not set +CONFIG_NCPFS_STRONG=y +CONFIG_NCP_FS=m +CONFIG_NE2000=m +CONFIG_NE2K_PCI=m +CONFIG_NEED_MULTIPLE_NODES=y +CONFIG_NEED_NODE_MEMMAP_SIZE=y +CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NEON=y +CONFIG_NET=y +CONFIG_NET5501=y +CONFIG_NETCONSOLE=m +CONFIG_NETCONSOLE_DYNAMIC=y +CONFIG_NETDEVICES=y +CONFIG_NETFILTER=y +CONFIG_NETFILTER_ADVANCED=y +# CONFIG_NETFILTER_DEBUG is not set +CONFIG_NETFILTER_NETLINK=m +CONFIG_NETFILTER_NETLINK_ACCT=m +CONFIG_NETFILTER_NETLINK_LOG=m +CONFIG_NETFILTER_NETLINK_QUEUE=m +CONFIG_NETFILTER_NETLINK_QUEUE_CT=y +CONFIG_NETFILTER_SYNPROXY=m +CONFIG_NETFILTER_XTABLES=m +CONFIG_NETFILTER_XT_CONNMARK=m +CONFIG_NETFILTER_XT_MARK=m +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m +CONFIG_NETFILTER_XT_MATCH_BPF=m +CONFIG_NETFILTER_XT_MATCH_CGROUP=m +CONFIG_NETFILTER_XT_MATCH_CLUSTER=m +CONFIG_NETFILTER_XT_MATCH_COMMENT=m +CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m +CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m +CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m +CONFIG_NETFILTER_XT_MATCH_CONNMARK=m +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m +CONFIG_NETFILTER_XT_MATCH_CPU=m +CONFIG_NETFILTER_XT_MATCH_DCCP=m +CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m +CONFIG_NETFILTER_XT_MATCH_DSCP=m +CONFIG_NETFILTER_XT_MATCH_ECN=m +CONFIG_NETFILTER_XT_MATCH_ESP=m +CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m +CONFIG_NETFILTER_XT_MATCH_HELPER=m +CONFIG_NETFILTER_XT_MATCH_HL=m +CONFIG_NETFILTER_XT_MATCH_IPCOMP=m +CONFIG_NETFILTER_XT_MATCH_IPRANGE=m +CONFIG_NETFILTER_XT_MATCH_IPVS=m +CONFIG_NETFILTER_XT_MATCH_L2TP=m +CONFIG_NETFILTER_XT_MATCH_LENGTH=m +CONFIG_NETFILTER_XT_MATCH_LIMIT=m +CONFIG_NETFILTER_XT_MATCH_MAC=m +CONFIG_NETFILTER_XT_MATCH_MARK=m +CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m +CONFIG_NETFILTER_XT_MATCH_NFACCT=m +CONFIG_NETFILTER_XT_MATCH_OSF=m +CONFIG_NETFILTER_XT_MATCH_OWNER=m +CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m +CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m +CONFIG_NETFILTER_XT_MATCH_POLICY=m +CONFIG_NETFILTER_XT_MATCH_QUOTA=m +CONFIG_NETFILTER_XT_MATCH_RATEEST=m +CONFIG_NETFILTER_XT_MATCH_REALM=m +CONFIG_NETFILTER_XT_MATCH_RECENT=m +CONFIG_NETFILTER_XT_MATCH_SCTP=m +CONFIG_NETFILTER_XT_MATCH_SOCKET=m +CONFIG_NETFILTER_XT_MATCH_STATE=m +CONFIG_NETFILTER_XT_MATCH_STATISTIC=m +CONFIG_NETFILTER_XT_MATCH_STRING=m +CONFIG_NETFILTER_XT_MATCH_TCPMSS=m +CONFIG_NETFILTER_XT_MATCH_TIME=m +CONFIG_NETFILTER_XT_MATCH_U32=m +CONFIG_NETFILTER_XT_SET=m +CONFIG_NETFILTER_XT_TARGET_AUDIT=m +CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m +CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m +CONFIG_NETFILTER_XT_TARGET_CONNMARK=m +CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m +CONFIG_NETFILTER_XT_TARGET_CT=m +CONFIG_NETFILTER_XT_TARGET_DSCP=m +CONFIG_NETFILTER_XT_TARGET_HL=m +CONFIG_NETFILTER_XT_TARGET_HMARK=m +CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m +CONFIG_NETFILTER_XT_TARGET_LED=m +CONFIG_NETFILTER_XT_TARGET_LOG=m +CONFIG_NETFILTER_XT_TARGET_MARK=m +CONFIG_NETFILTER_XT_TARGET_NETMAP=m +CONFIG_NETFILTER_XT_TARGET_NFLOG=m +CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m +# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set +CONFIG_NETFILTER_XT_TARGET_RATEEST=m +CONFIG_NETFILTER_XT_TARGET_REDIRECT=m +CONFIG_NETFILTER_XT_TARGET_SECMARK=m +CONFIG_NETFILTER_XT_TARGET_TCPMSS=m +CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m +CONFIG_NETFILTER_XT_TARGET_TEE=m +CONFIG_NETFILTER_XT_TARGET_TPROXY=m +CONFIG_NETFILTER_XT_TARGET_TRACE=m +CONFIG_NETLABEL=y +CONFIG_NETLINK_DIAG=m +CONFIG_NETLINK_MMAP=y +CONFIG_NETPOLL=y +CONFIG_NETROM=m +CONFIG_NETWORK_FILESYSTEMS=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +CONFIG_NETWORK_SECMARK=y +CONFIG_NETXEN_NIC=m +CONFIG_NET_9P=m +# CONFIG_NET_9P_DEBUG is not set +CONFIG_NET_9P_RDMA=m +CONFIG_NET_9P_VIRTIO=m +CONFIG_NET_ACT_CSUM=m +CONFIG_NET_ACT_GACT=m +CONFIG_NET_ACT_IPT=m +CONFIG_NET_ACT_MIRRED=m +CONFIG_NET_ACT_NAT=m +CONFIG_NET_ACT_PEDIT=m +CONFIG_NET_ACT_POLICE=m +CONFIG_NET_ACT_SIMP=m +CONFIG_NET_ACT_SKBEDIT=m +CONFIG_NET_CADENCE=y +CONFIG_NET_CALXEDA_XGMAC=m +CONFIG_NET_CLS=y +CONFIG_NET_CLS_ACT=y +CONFIG_NET_CLS_BASIC=m +CONFIG_NET_CLS_BPF=m +CONFIG_NET_CLS_CGROUP=m +CONFIG_NET_CLS_FLOW=m +CONFIG_NET_CLS_FW=m +# CONFIG_NET_CLS_IND is not set +CONFIG_NET_CLS_ROUTE4=m +CONFIG_NET_CLS_RSVP=m +CONFIG_NET_CLS_RSVP6=m +CONFIG_NET_CLS_TCINDEX=m +CONFIG_NET_CLS_U32=m +CONFIG_NET_CORE=y +CONFIG_NET_DCCPPROBE=m +# CONFIG_NET_DROP_MONITOR is not set +CONFIG_NET_DSA=m +CONFIG_NET_DSA_MV88E6060=m +CONFIG_NET_DSA_MV88E6123_61_65=m +CONFIG_NET_DSA_MV88E6131=m +CONFIG_NET_DSA_MV88E6XXX=m +CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y +CONFIG_NET_DSA_TAG_DSA=y +CONFIG_NET_DSA_TAG_EDSA=y +CONFIG_NET_DSA_TAG_TRAILER=y +CONFIG_NET_EMATCH=y +CONFIG_NET_EMATCH_CANID=m +CONFIG_NET_EMATCH_CMP=m +CONFIG_NET_EMATCH_IPSET=m +CONFIG_NET_EMATCH_META=m +CONFIG_NET_EMATCH_NBYTE=m +CONFIG_NET_EMATCH_STACK=32 +CONFIG_NET_EMATCH_TEXT=m +CONFIG_NET_EMATCH_U32=m +CONFIG_NET_FC=y +CONFIG_NET_FLOW_LIMIT=y +CONFIG_NET_IPGRE=m +CONFIG_NET_IPGRE_BROADCAST=y +CONFIG_NET_IPGRE_DEMUX=m +CONFIG_NET_IPIP=m +CONFIG_NET_IPVTI=m +CONFIG_NET_IP_TUNNEL=m +CONFIG_NET_KEY=m +# CONFIG_NET_KEY_MIGRATE is not set +CONFIG_NET_MPLS_GSO=m +CONFIG_NET_NS=y +CONFIG_NET_PACKET_ENGINE=y +CONFIG_NET_PKTGEN=m +CONFIG_NET_POLL_CONTROLLER=y +CONFIG_NET_PTP_CLASSIFY=y +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_NET_SB1000=m +CONFIG_NET_SCHED=y +CONFIG_NET_SCH_ATM=m +CONFIG_NET_SCH_CBQ=m +CONFIG_NET_SCH_CHOKE=m +CONFIG_NET_SCH_CODEL=m +CONFIG_NET_SCH_DRR=m +CONFIG_NET_SCH_DSMARK=m +CONFIG_NET_SCH_FIFO=y +CONFIG_NET_SCH_FQ=m +CONFIG_NET_SCH_FQ_CODEL=m +CONFIG_NET_SCH_GRED=m +CONFIG_NET_SCH_HFSC=m +CONFIG_NET_SCH_HHF=m +CONFIG_NET_SCH_HTB=m +CONFIG_NET_SCH_INGRESS=m +CONFIG_NET_SCH_MQPRIO=m +CONFIG_NET_SCH_MULTIQ=m +CONFIG_NET_SCH_NETEM=m +CONFIG_NET_SCH_PIE=m +CONFIG_NET_SCH_PLUG=m +CONFIG_NET_SCH_PRIO=m +CONFIG_NET_SCH_QFQ=m +CONFIG_NET_SCH_RED=m +CONFIG_NET_SCH_SFB=m +CONFIG_NET_SCH_SFQ=m +CONFIG_NET_SCH_TBF=m +CONFIG_NET_SCH_TEQL=m +CONFIG_NET_SCTPPROBE=m +CONFIG_NET_TCPPROBE=m +CONFIG_NET_TEAM=m +CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=m +CONFIG_NET_TEAM_MODE_BROADCAST=m +CONFIG_NET_TEAM_MODE_LOADBALANCE=m +CONFIG_NET_TEAM_MODE_RANDOM=m +CONFIG_NET_TEAM_MODE_ROUNDROBIN=m +CONFIG_NET_TULIP=y +CONFIG_NET_VENDOR_3COM=y +CONFIG_NET_VENDOR_8390=y +CONFIG_NET_VENDOR_ADAPTEC=y +CONFIG_NET_VENDOR_ALTEON=y +CONFIG_NET_VENDOR_AMD=y +CONFIG_NET_VENDOR_APPLE=y +CONFIG_NET_VENDOR_ARC=y +CONFIG_NET_VENDOR_ATHEROS=y +CONFIG_NET_VENDOR_BROADCOM=y +CONFIG_NET_VENDOR_BROCADE=y +CONFIG_NET_VENDOR_CHELSIO=y +CONFIG_NET_VENDOR_CIRRUS=y +CONFIG_NET_VENDOR_CISCO=y +CONFIG_NET_VENDOR_DEC=y +CONFIG_NET_VENDOR_DLINK=y +CONFIG_NET_VENDOR_EMULEX=y +CONFIG_NET_VENDOR_EXAR=y +CONFIG_NET_VENDOR_FARADAY=y +CONFIG_NET_VENDOR_FREESCALE=y +CONFIG_NET_VENDOR_FUJITSU=y +CONFIG_NET_VENDOR_HISILICON=y +CONFIG_NET_VENDOR_HP=y +CONFIG_NET_VENDOR_I825XX=y +CONFIG_NET_VENDOR_IBM=y +CONFIG_NET_VENDOR_INTEL=y +CONFIG_NET_VENDOR_MARVELL=y +CONFIG_NET_VENDOR_MELLANOX=y +CONFIG_NET_VENDOR_MICREL=y +CONFIG_NET_VENDOR_MICROCHIP=y +CONFIG_NET_VENDOR_MYRI=y +CONFIG_NET_VENDOR_NATSEMI=y +CONFIG_NET_VENDOR_NVIDIA=y +CONFIG_NET_VENDOR_OKI=y +CONFIG_NET_VENDOR_PASEMI=y +CONFIG_NET_VENDOR_QLOGIC=y +CONFIG_NET_VENDOR_RDC=y +CONFIG_NET_VENDOR_REALTEK=y +CONFIG_NET_VENDOR_SAMSUNG=y +CONFIG_NET_VENDOR_SEEQ=y +CONFIG_NET_VENDOR_SILAN=y +CONFIG_NET_VENDOR_SILICOM=y +CONFIG_NET_VENDOR_SIS=y +CONFIG_NET_VENDOR_SMSC=y +CONFIG_NET_VENDOR_STMICRO=y +CONFIG_NET_VENDOR_SUN=y +CONFIG_NET_VENDOR_TEHUTI=y +CONFIG_NET_VENDOR_TI=y +CONFIG_NET_VENDOR_TOSHIBA=y +CONFIG_NET_VENDOR_VIA=y +CONFIG_NET_VENDOR_WIZNET=y +CONFIG_NET_VENDOR_XILINX=y +CONFIG_NET_VENDOR_XIRCOM=y +CONFIG_NEW_LEDS=y +CONFIG_NFC=m +CONFIG_NFC_DIGITAL=m +CONFIG_NFC_HCI=m +CONFIG_NFC_MEI_PHY=m +CONFIG_NFC_MICROREAD=m +CONFIG_NFC_MICROREAD_I2C=m +CONFIG_NFC_MICROREAD_MEI=m +CONFIG_NFC_MRVL=m +CONFIG_NFC_MRVL_USB=m +CONFIG_NFC_NCI=m +CONFIG_NFC_NCI_SPI=y +CONFIG_NFC_PN533=m +CONFIG_NFC_PN544=m +CONFIG_NFC_PN544_I2C=m +CONFIG_NFC_PN544_MEI=m +CONFIG_NFC_PORT100=m +CONFIG_NFC_SHDLC=y +CONFIG_NFC_SIM=m +CONFIG_NFC_ST21NFCA=m +CONFIG_NFC_ST21NFCA_I2C=m +CONFIG_NFC_TRF7970A=m +CONFIG_NFC_WILINK=m +CONFIG_NFSD=m +# CONFIG_NFSD_FAULT_INJECTION is not set +CONFIG_NFSD_V2_ACL=y +CONFIG_NFSD_V3=y +CONFIG_NFSD_V3_ACL=y +CONFIG_NFSD_V4=y +CONFIG_NFSD_V4_SECURITY_LABEL=y +CONFIG_NFS_ACL_SUPPORT=m +CONFIG_NFS_COMMON=y +CONFIG_NFS_DEBUG=y +CONFIG_NFS_FS=m +CONFIG_NFS_FSCACHE=y +CONFIG_NFS_SWAP=y +CONFIG_NFS_USE_KERNEL_DNS=y +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_V2=m +CONFIG_NFS_V3=m +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=m +CONFIG_NFS_V4_1=y +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" +CONFIG_NFS_V4_1_MIGRATION=y +CONFIG_NFS_V4_2=y +CONFIG_NFS_V4_SECURITY_LABEL=y +CONFIG_NFTL=m +CONFIG_NFTL_RW=y +CONFIG_NFT_BRIDGE_META=m +CONFIG_NFT_CHAIN_NAT_IPV4=m +CONFIG_NFT_CHAIN_NAT_IPV6=m +CONFIG_NFT_CHAIN_ROUTE_IPV4=m +CONFIG_NFT_CHAIN_ROUTE_IPV6=m +CONFIG_NFT_COMPAT=m +CONFIG_NFT_COUNTER=m +CONFIG_NFT_CT=m +CONFIG_NFT_EXTHDR=m +CONFIG_NFT_HASH=m +CONFIG_NFT_LIMIT=m +CONFIG_NFT_LOG=m +CONFIG_NFT_META=m +CONFIG_NFT_NAT=m +CONFIG_NFT_QUEUE=m +CONFIG_NFT_RBTREE=m +CONFIG_NFT_REJECT=m +CONFIG_NFT_REJECT_INET=m +CONFIG_NFT_REJECT_IPV4=m +CONFIG_NFT_REJECT_IPV6=m +CONFIG_NF_CONNTRACK=m +CONFIG_NF_CONNTRACK_AMANDA=m +CONFIG_NF_CONNTRACK_BROADCAST=m +CONFIG_NF_CONNTRACK_EVENTS=y +CONFIG_NF_CONNTRACK_FTP=m +CONFIG_NF_CONNTRACK_H323=m +CONFIG_NF_CONNTRACK_IPV4=m +CONFIG_NF_CONNTRACK_IPV6=m +CONFIG_NF_CONNTRACK_IRC=m +CONFIG_NF_CONNTRACK_LABELS=y +CONFIG_NF_CONNTRACK_MARK=y +CONFIG_NF_CONNTRACK_NETBIOS_NS=m +CONFIG_NF_CONNTRACK_PPTP=m +# CONFIG_NF_CONNTRACK_PROCFS is not set +CONFIG_NF_CONNTRACK_SANE=m +CONFIG_NF_CONNTRACK_SECMARK=y +CONFIG_NF_CONNTRACK_SIP=m +CONFIG_NF_CONNTRACK_SNMP=m +CONFIG_NF_CONNTRACK_TFTP=m +CONFIG_NF_CONNTRACK_TIMEOUT=y +CONFIG_NF_CONNTRACK_TIMESTAMP=y +CONFIG_NF_CONNTRACK_ZONES=y +CONFIG_NF_CT_NETLINK=m +CONFIG_NF_CT_NETLINK_HELPER=m +CONFIG_NF_CT_NETLINK_TIMEOUT=m +CONFIG_NF_CT_PROTO_DCCP=m +CONFIG_NF_CT_PROTO_GRE=m +CONFIG_NF_CT_PROTO_SCTP=m +CONFIG_NF_CT_PROTO_UDPLITE=m +CONFIG_NF_DEFRAG_IPV4=m +CONFIG_NF_DEFRAG_IPV6=m +CONFIG_NF_NAT=m +CONFIG_NF_NAT_AMANDA=m +CONFIG_NF_NAT_FTP=m +CONFIG_NF_NAT_H323=m +CONFIG_NF_NAT_IPV4=m +CONFIG_NF_NAT_IPV6=m +CONFIG_NF_NAT_IRC=m +CONFIG_NF_NAT_NEEDED=y +CONFIG_NF_NAT_PPTP=m +CONFIG_NF_NAT_PROTO_DCCP=m +CONFIG_NF_NAT_PROTO_GRE=m +CONFIG_NF_NAT_PROTO_SCTP=m +CONFIG_NF_NAT_PROTO_UDPLITE=m +CONFIG_NF_NAT_SIP=m +CONFIG_NF_NAT_SNMP_BASIC=m +CONFIG_NF_NAT_TFTP=m +CONFIG_NF_TABLES=m +CONFIG_NF_TABLES_ARP=m +CONFIG_NF_TABLES_BRIDGE=m +CONFIG_NF_TABLES_INET=m +CONFIG_NF_TABLES_IPV4=m +CONFIG_NF_TABLES_IPV6=m +CONFIG_NI65=m +CONFIG_NILFS2_FS=m +CONFIG_NIU=m +# CONFIG_NL80211_TESTMODE is not set +CONFIG_NLATTR=y +CONFIG_NLMON=m +CONFIG_NLS=y +CONFIG_NLS_ASCII=m +CONFIG_NLS_CODEPAGE_1250=m +CONFIG_NLS_CODEPAGE_1251=m +CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_CODEPAGE_737=m +CONFIG_NLS_CODEPAGE_775=m +CONFIG_NLS_CODEPAGE_850=m +CONFIG_NLS_CODEPAGE_852=m +CONFIG_NLS_CODEPAGE_855=m +CONFIG_NLS_CODEPAGE_857=m +CONFIG_NLS_CODEPAGE_860=m +CONFIG_NLS_CODEPAGE_861=m +CONFIG_NLS_CODEPAGE_862=m +CONFIG_NLS_CODEPAGE_863=m +CONFIG_NLS_CODEPAGE_864=m +CONFIG_NLS_CODEPAGE_865=m +CONFIG_NLS_CODEPAGE_866=m +CONFIG_NLS_CODEPAGE_869=m +CONFIG_NLS_CODEPAGE_874=m +CONFIG_NLS_CODEPAGE_932=m +CONFIG_NLS_CODEPAGE_936=m +CONFIG_NLS_CODEPAGE_949=m +CONFIG_NLS_CODEPAGE_950=m +CONFIG_NLS_DEFAULT="utf8" +CONFIG_NLS_ISO8859_1=m +CONFIG_NLS_ISO8859_13=m +CONFIG_NLS_ISO8859_14=m +CONFIG_NLS_ISO8859_15=m +CONFIG_NLS_ISO8859_2=m +CONFIG_NLS_ISO8859_3=m +CONFIG_NLS_ISO8859_4=m +CONFIG_NLS_ISO8859_5=m +CONFIG_NLS_ISO8859_6=m +CONFIG_NLS_ISO8859_7=m +CONFIG_NLS_ISO8859_8=m +CONFIG_NLS_ISO8859_9=m +CONFIG_NLS_KOI8_R=m +CONFIG_NLS_KOI8_U=m +CONFIG_NLS_MAC_CELTIC=m +CONFIG_NLS_MAC_CENTEURO=m +CONFIG_NLS_MAC_CROATIAN=m +CONFIG_NLS_MAC_CYRILLIC=m +CONFIG_NLS_MAC_GAELIC=m +CONFIG_NLS_MAC_GREEK=m +CONFIG_NLS_MAC_ICELAND=m +CONFIG_NLS_MAC_INUIT=m +CONFIG_NLS_MAC_ROMAN=m +CONFIG_NLS_MAC_ROMANIAN=m +CONFIG_NLS_MAC_TURKISH=m +CONFIG_NLS_UTF8=m +CONFIG_NODES_SPAN_OTHER_NODES=y +# CONFIG_NOHIGHMEM is not set +CONFIG_NOKIA_MODEM=m +CONFIG_NOP_TRACER=y +CONFIG_NORTEL_HERMES=m +CONFIG_NOTIFIER_ERROR_INJECTION=m +CONFIG_NOUVEAU_DEBUG=5 +CONFIG_NOUVEAU_DEBUG_DEFAULT=3 +CONFIG_NOZOMI=m +CONFIG_NO_BOOTMEM=y +CONFIG_NO_HZ=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_NO_HZ_FULL_ALL is not set +CONFIG_NO_HZ_FULL_SYSIDLE=y +CONFIG_NO_HZ_FULL_SYSIDLE_SMALL=8 +CONFIG_NO_IOPORT_MAP=y +CONFIG_NR_IRQS=512 +CONFIG_NS83820=m +CONFIG_NSC_FIR=m +CONFIG_NSC_GPIO=m +CONFIG_NTB=m +CONFIG_NTB_NETDEV=m +# CONFIG_NTFS_DEBUG is not set +CONFIG_NTFS_FS=m +# CONFIG_NTFS_RW is not set +CONFIG_NUMA_BALANCING=y +CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y +# CONFIG_NUMA_EMU is not set +CONFIG_NVEC_PAZ00=m +CONFIG_NVEC_POWER=m +CONFIG_NV_TCO=m +# CONFIG_N_GSM is not set +CONFIG_N_HDLC=m +# CONFIG_OABI_COMPAT is not set +# CONFIG_OCFS2_DEBUG_FS is not set +CONFIG_OCFS2_DEBUG_MASKLOG=y +CONFIG_OCFS2_FS=m +CONFIG_OCFS2_FS_O2CB=m +CONFIG_OCFS2_FS_STATS=y +CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m +CONFIG_OC_ETM=y +CONFIG_OF=y +CONFIG_OF_ADDRESS=y +CONFIG_OF_ADDRESS_PCI=y +CONFIG_OF_DYNAMIC=y +CONFIG_OF_EARLY_FLATTREE=y +CONFIG_OF_FLATTREE=y +CONFIG_OF_GPIO=y +CONFIG_OF_IOMMU=y +CONFIG_OF_IRQ=y +CONFIG_OF_MDIO=y +CONFIG_OF_MTD=y +CONFIG_OF_NET=y +CONFIG_OF_PCI=y +CONFIG_OF_PCI_IRQ=y +# CONFIG_OF_RECONFIG_NOTIFIER_ERROR_INJECT is not set +CONFIG_OF_RESERVED_MEM=y +# CONFIG_OF_SELFTEST is not set +CONFIG_OF_TOUCHSCREEN=y +CONFIG_OID_REGISTRY=y +CONFIG_OLD_BELKIN_DONGLE=m +CONFIG_OLD_SIGACTION=y +CONFIG_OLD_SIGSUSPEND=y +CONFIG_OLD_SIGSUSPEND3=y +CONFIG_OMAP2PLUS_MBOX=m +CONFIG_OMAP2_DSS=y +# CONFIG_OMAP2_DSS_DEBUG is not set +# CONFIG_OMAP2_DSS_DEBUGFS is not set +CONFIG_OMAP2_DSS_DPI=y +# CONFIG_OMAP2_DSS_DSI is not set +CONFIG_OMAP2_DSS_HDMI_COMMON=y +CONFIG_OMAP2_DSS_INIT=y +CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=0 +CONFIG_OMAP2_DSS_SDI=y +CONFIG_OMAP2_DSS_SLEEP_AFTER_VENC_RESET=y +CONFIG_OMAP2_DSS_VENC=y +CONFIG_OMAP2_VRFB=y +CONFIG_OMAP3_EMU=y +# CONFIG_OMAP3_L2_AUX_SECURE_SAVE_RESTORE is not set +# CONFIG_OMAP3_SDRC_AC_TIMING is not set +CONFIG_OMAP4_DSS_HDMI=y +CONFIG_OMAP4_DSS_HDMI_AUDIO=y +CONFIG_OMAP4_THERMAL=y +CONFIG_OMAP5_DSS_HDMI=y +CONFIG_OMAP_32K_TIMER=y +CONFIG_OMAP_CONTROL_PHY=m +CONFIG_OMAP_DM_TIMER=y +CONFIG_OMAP_INTERCONNECT=y +CONFIG_OMAP_IOMMU=y +# CONFIG_OMAP_IOVMM is not set +CONFIG_OMAP_MBOX=m +CONFIG_OMAP_MBOX_KFIFO_SIZE=256 +CONFIG_OMAP_MUX=y +# CONFIG_OMAP_MUX_DEBUG is not set +CONFIG_OMAP_MUX_WARNINGS=y +CONFIG_OMAP_OCP2SCP=m +CONFIG_OMAP_PACKAGE_CBB=y +CONFIG_OMAP_PACKAGE_CUS=y +CONFIG_OMAP_PM_NOOP=y +CONFIG_OMAP_REMOTEPROC=m +CONFIG_OMAP_RESET_CLOCKS=y +CONFIG_OMAP_SSI=m +CONFIG_OMAP_SSI_PORT=m +CONFIG_OMAP_USB2=m +CONFIG_OMAP_WATCHDOG=m +CONFIG_OMFS_FS=m +CONFIG_OPENVSWITCH=m +CONFIG_OPENVSWITCH_GRE=y +CONFIG_OPENVSWITCH_VXLAN=y +CONFIG_OPROFILE=m +# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set +CONFIG_OPROFILE_NMI_TIMER=y +CONFIG_OPTIMIZE_INLINING=y +CONFIG_OPTPROBES=y +CONFIG_ORE=m +CONFIG_ORINOCO_USB=m +CONFIG_ORION_IRQCHIP=y +CONFIG_ORION_TIMER=y +CONFIG_ORION_WATCHDOG=m +CONFIG_OSF_PARTITION=y +CONFIG_OUTER_CACHE=y +CONFIG_OUTER_CACHE_SYNC=y +CONFIG_OVERLAYFS_FS=m +# CONFIG_P1010_RDB is not set +# CONFIG_P1022_DS is not set +# CONFIG_P1022_RDK is not set +CONFIG_P1023_RDB=y +CONFIG_P54_COMMON=m +CONFIG_P54_LEDS=y +CONFIG_P54_PCI=m +CONFIG_P54_SPI=m +# CONFIG_P54_SPI_DEFAULT_EEPROM is not set +CONFIG_P54_USB=m +CONFIG_PACKET=y +CONFIG_PACKET_DIAG=m +CONFIG_PADATA=y +CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PANASONIC_LAPTOP=m +CONFIG_PANEL=m +# CONFIG_PANEL_CHANGE_MESSAGE is not set +CONFIG_PANEL_PARPORT=0 +CONFIG_PANEL_PROFILE=5 +# CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 +CONFIG_PANIC_TIMEOUT=0 +CONFIG_PANTHERLORD_FF=y +CONFIG_PARAVIRT=y +CONFIG_PARAVIRT_CLOCK=y +# CONFIG_PARAVIRT_DEBUG is not set +CONFIG_PARAVIRT_SPINLOCKS=y +# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +CONFIG_PARIDE=m +CONFIG_PARIDE_ATEN=m +CONFIG_PARIDE_BPCK=m +CONFIG_PARIDE_BPCK6=m +CONFIG_PARIDE_COMM=m +CONFIG_PARIDE_DSTR=m +CONFIG_PARIDE_EPAT=m +CONFIG_PARIDE_EPATC8=y +CONFIG_PARIDE_EPIA=m +CONFIG_PARIDE_FIT2=m +CONFIG_PARIDE_FIT3=m +CONFIG_PARIDE_FRIQ=m +CONFIG_PARIDE_FRPW=m +CONFIG_PARIDE_KBIC=m +CONFIG_PARIDE_KTTI=m +CONFIG_PARIDE_ON20=m +CONFIG_PARIDE_ON26=m +CONFIG_PARIDE_PCD=m +CONFIG_PARIDE_PD=m +CONFIG_PARIDE_PF=m +CONFIG_PARIDE_PG=m +CONFIG_PARIDE_PT=m +CONFIG_PARPORT=m +CONFIG_PARPORT_1284=y +CONFIG_PARPORT_AX88796=m +# CONFIG_PARPORT_GSC is not set +CONFIG_PARPORT_NOT_PC=y +CONFIG_PARPORT_PC=m +CONFIG_PARPORT_PC_FIFO=y +CONFIG_PARPORT_PC_PCMCIA=m +# CONFIG_PARPORT_PC_SUPERIO is not set +CONFIG_PARPORT_SERIAL=m +CONFIG_PARTITION_ADVANCED=y +# CONFIG_PASEMI_MAC is not set +CONFIG_PATA_ACPI=m +CONFIG_PATA_ALI=m +CONFIG_PATA_AMD=m +CONFIG_PATA_ARTOP=m +CONFIG_PATA_ATIIXP=m +CONFIG_PATA_ATP867X=m +CONFIG_PATA_CMD640_PCI=m +CONFIG_PATA_CMD64X=m +CONFIG_PATA_CS5520=m +CONFIG_PATA_CS5530=m +CONFIG_PATA_CS5535=m +CONFIG_PATA_CS5536=m +CONFIG_PATA_CYPRESS=m +CONFIG_PATA_EFAR=m +CONFIG_PATA_HPT366=m +CONFIG_PATA_HPT37X=m +CONFIG_PATA_HPT3X2N=m +CONFIG_PATA_HPT3X3=m +# CONFIG_PATA_HPT3X3_DMA is not set +CONFIG_PATA_IMX=m +CONFIG_PATA_ISAPNP=m +CONFIG_PATA_IT8213=m +CONFIG_PATA_IT821X=m +CONFIG_PATA_JMICRON=m +CONFIG_PATA_LEGACY=m +CONFIG_PATA_MACIO=y +CONFIG_PATA_MARVELL=m +CONFIG_PATA_MPIIX=m +CONFIG_PATA_NETCELL=m +CONFIG_PATA_NINJA32=m +CONFIG_PATA_NS87410=m +CONFIG_PATA_NS87415=m +CONFIG_PATA_OF_PLATFORM=m +CONFIG_PATA_OLDPIIX=m +CONFIG_PATA_OPTI=m +CONFIG_PATA_OPTIDMA=m +CONFIG_PATA_PCMCIA=m +CONFIG_PATA_PDC2027X=m +CONFIG_PATA_PDC_OLD=m +CONFIG_PATA_PLATFORM=m +CONFIG_PATA_QDI=m +CONFIG_PATA_RADISYS=m +CONFIG_PATA_RDC=m +CONFIG_PATA_RZ1000=m +CONFIG_PATA_SC1200=m +CONFIG_PATA_SCH=m +CONFIG_PATA_SERVERWORKS=m +CONFIG_PATA_SIL680=m +CONFIG_PATA_TOSHIBA=m +CONFIG_PATA_TRIFLEX=m +CONFIG_PATA_VIA=m +CONFIG_PATA_WINBOND=m +CONFIG_PATA_WINBOND_VLB=m +CONFIG_PC300TOO=m +CONFIG_PC8736x_GPIO=m +CONFIG_PC87413_WDT=m +CONFIG_PCCARD_NONSTATIC=y +CONFIG_PCF50633_ADC=m +CONFIG_PCF50633_GPIO=m +CONFIG_PCH_CAN=m +CONFIG_PCH_DMA=m +CONFIG_PCH_GBE=m +CONFIG_PCH_PHUB=m +CONFIG_PCI=y +CONFIG_PCI200SYN=m +CONFIG_PCIEAER=y +# CONFIG_PCIEAER_INJECT is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEBUG=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_PERFORMANCE is not set +# CONFIG_PCIEASPM_POWERSAVE is not set +CONFIG_PCIEPORTBUS=y +CONFIG_PCIE_DW=y +# CONFIG_PCIE_ECRC is not set +CONFIG_PCIE_PME=y +CONFIG_PCIPCWATCHDOG=m +CONFIG_PCI_ATMEL=m +CONFIG_PCI_ATS=y +CONFIG_PCI_BIOS=y +# CONFIG_PCI_CNB20LE_QUIRK is not set +# CONFIG_PCI_DEBUG is not set +CONFIG_PCI_DIRECT=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCI_EXYNOS=y +CONFIG_PCI_GOANY=y +# CONFIG_PCI_GOBIOS is not set +# CONFIG_PCI_GODIRECT is not set +# CONFIG_PCI_GOMMCONFIG is not set +CONFIG_PCI_HOST_GENERIC=y +CONFIG_PCI_IMX6=y +CONFIG_PCI_IOAPIC=y +CONFIG_PCI_IOV=y +CONFIG_PCI_LABEL=y +CONFIG_PCI_MMCONFIG=y +CONFIG_PCI_MSI=y +CONFIG_PCI_MVEBU=y +CONFIG_PCI_PASID=y +CONFIG_PCI_PRI=y +CONFIG_PCI_QUIRKS=y +CONFIG_PCI_RCAR_GEN2=y +CONFIG_PCI_RCAR_GEN2_PCIE=y +CONFIG_PCI_REALLOC_ENABLE_AUTO=y +CONFIG_PCI_STUB=m +CONFIG_PCI_SYSCALL=y +CONFIG_PCI_TEGRA=y +CONFIG_PCI_XEN=y +CONFIG_PCI_XGENE=y +CONFIG_PCI_XGENE_MSI=y +CONFIG_PCMCIA=m +CONFIG_PCMCIA_3C574=m +CONFIG_PCMCIA_3C589=m +CONFIG_PCMCIA_AHA152X=m +CONFIG_PCMCIA_ATMEL=m +CONFIG_PCMCIA_AXNET=m +CONFIG_PCMCIA_FDOMAIN=m +CONFIG_PCMCIA_FMVJ18X=m +CONFIG_PCMCIA_HERMES=m +CONFIG_PCMCIA_LOAD_CIS=y +CONFIG_PCMCIA_NINJA_SCSI=m +CONFIG_PCMCIA_NMCLAN=m +CONFIG_PCMCIA_PCNET=m +CONFIG_PCMCIA_PROBE=y +CONFIG_PCMCIA_QLOGIC=m +CONFIG_PCMCIA_RAYCS=m +CONFIG_PCMCIA_SMC91C92=m +CONFIG_PCMCIA_SPECTRUM=m +CONFIG_PCMCIA_SYM53C500=m +CONFIG_PCMCIA_WL3501=m +CONFIG_PCMCIA_XIRC2PS=m +CONFIG_PCMCIA_XIRCOM=m +CONFIG_PCNET32=m +CONFIG_PCSPKR_PLATFORM=y +CONFIG_PCWATCHDOG=m +CONFIG_PD6729=m +CONFIG_PDA_POWER=m +CONFIG_PDC_ADMA=m +CONFIG_PERCPU_RWSEM=y +CONFIG_PERCPU_TEST=m +CONFIG_PERF_EVENTS=y +CONFIG_PERF_USE_VMALLOC=y +CONFIG_PERSISTENT_KEYRINGS=y +CONFIG_PGTABLE_MAPPING=y +CONFIG_PHANTOM=m +CONFIG_PHONET=m +CONFIG_PHYLIB=y +CONFIG_PHYS_64BIT=y +CONFIG_PHY_EXYNOS5250_SATA=y +CONFIG_PHY_EXYNOS5250_USB2=y +CONFIG_PHY_EXYNOS5_USBDRD=y +CONFIG_PHY_EXYNOS_DP_VIDEO=y +CONFIG_PHY_EXYNOS_MIPI_VIDEO=y +CONFIG_PHY_MVEBU_SATA=y +CONFIG_PHY_XGENE=y +# CONFIG_PID_IN_CONTEXTIDR is not set +CONFIG_PID_NS=y +CONFIG_PINCONF=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_APQ8064=m +CONFIG_PINCTRL_ARMADA_370=y +CONFIG_PINCTRL_ARMADA_375=y +CONFIG_PINCTRL_ARMADA_38X=y +CONFIG_PINCTRL_ARMADA_XP=y +CONFIG_PINCTRL_AS3722=y +CONFIG_PINCTRL_BAYTRAIL=y +CONFIG_PINCTRL_BCM281XX=y +CONFIG_PINCTRL_BERLIN=y +CONFIG_PINCTRL_BERLIN_BG2=y +CONFIG_PINCTRL_BERLIN_BG2CD=y +CONFIG_PINCTRL_BERLIN_BG2Q=y +CONFIG_PINCTRL_DOVE=y +CONFIG_PINCTRL_EXYNOS=y +CONFIG_PINCTRL_EXYNOS5440=y +CONFIG_PINCTRL_IMX=y +CONFIG_PINCTRL_IMX50=y +CONFIG_PINCTRL_IMX6Q=y +CONFIG_PINCTRL_IMX6SL=y +CONFIG_PINCTRL_IMX6SX=y +CONFIG_PINCTRL_IPQ8064=m +CONFIG_PINCTRL_MSM=y +CONFIG_PINCTRL_MSM8X74=m +CONFIG_PINCTRL_MVEBU=y +CONFIG_PINCTRL_PALMAS=y +CONFIG_PINCTRL_PFC_R8A7790=y +CONFIG_PINCTRL_PFC_R8A7791=y +CONFIG_PINCTRL_SAMSUNG=y +CONFIG_PINCTRL_SH_PFC=y +CONFIG_PINCTRL_SINGLE=y +CONFIG_PINCTRL_TEGRA=y +CONFIG_PINCTRL_TEGRA114=y +CONFIG_PINCTRL_TEGRA124=y +CONFIG_PINCTRL_TEGRA20=y +CONFIG_PINCTRL_TEGRA30=y +CONFIG_PINCTRL_VF610=y +CONFIG_PINMUX=y +CONFIG_PJ4B_ERRATA_4742=y +CONFIG_PL310_ERRATA_588369=y +CONFIG_PL310_ERRATA_727915=y +CONFIG_PL310_ERRATA_753970=y +CONFIG_PL310_ERRATA_769419=y +CONFIG_PL320_MBOX=y +CONFIG_PL330_DMA=m +CONFIG_PLATFORM_SI4713=m +CONFIG_PLAT_ORION=y +CONFIG_PLAT_SAMSUNG=y +# CONFIG_PLAT_SPEAR is not set +CONFIG_PLAT_VERSATILE=y +CONFIG_PLAT_VERSATILE_CLCD=y +CONFIG_PLAT_VERSATILE_SCHED_CLOCK=y +CONFIG_PLIP=m +CONFIG_PLX_HERMES=m +CONFIG_PM=y +CONFIG_PMAC_APM_EMU=m +CONFIG_PMAC_BACKLIGHT=y +CONFIG_PMAC_BACKLIGHT_LEGACY=y +CONFIG_PMAC_MEDIABAY=y +CONFIG_PMAC_RACKMETER=m +CONFIG_PMAC_SMU=y +CONFIG_PMBUS=m +CONFIG_PMIC_ADP5520=y +CONFIG_PMIC_DA903X=y +CONFIG_PMIC_DA9052=y +CONFIG_PM_ADVANCED_DEBUG=y +# CONFIG_PM_AUTOSLEEP is not set +CONFIG_PM_CLK=y +CONFIG_PM_DEBUG=y +CONFIG_PM_DEVFREQ=y +CONFIG_PM_GENERIC_DOMAINS=y +CONFIG_PM_GENERIC_DOMAINS_RUNTIME=y +CONFIG_PM_GENERIC_DOMAINS_SLEEP=y +CONFIG_PM_NOTIFIER_ERROR_INJECT=m +CONFIG_PM_OPP=y +CONFIG_PM_RUNTIME=y +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_DEBUG=y +CONFIG_PM_SLEEP_SMP=y +CONFIG_PM_STD_PARTITION="" +# CONFIG_PM_TEST_SUSPEND is not set +CONFIG_PM_TRACE=y +CONFIG_PM_TRACE_RTC=y +CONFIG_PM_WAKELOCKS=y +CONFIG_PM_WAKELOCKS_GC=y +CONFIG_PM_WAKELOCKS_LIMIT=100 +CONFIG_PNFS_BLOCK=m +CONFIG_PNFS_FILE_LAYOUT=m +CONFIG_PNFS_OBJLAYOUT=m +CONFIG_PNP=y +CONFIG_PNPACPI=y +CONFIG_PNPBIOS=y +CONFIG_PNPBIOS_PROC_FS=y +# CONFIG_PNP_DEBUG_MESSAGES is not set +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +CONFIG_POWER3=y +CONFIG_POWER4=y +# CONFIG_POWER4_CPU is not set +# CONFIG_POWER5_CPU is not set +# CONFIG_POWER6_CPU is not set +CONFIG_POWERCAP=y +CONFIG_POWERNV_CPUFREQ=y +CONFIG_POWERNV_CPUIDLE=y +CONFIG_POWER_AVS=y +CONFIG_POWER_AVS_OMAP=y +CONFIG_POWER_AVS_OMAP_CLASS3=y +CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_AS3722=y +CONFIG_POWER_RESET_AXXIA=y +CONFIG_POWER_RESET_GPIO=y +CONFIG_POWER_RESET_MSM=y +# CONFIG_POWER_RESET_QNAP is not set +CONFIG_POWER_RESET_RESTART=y +CONFIG_POWER_RESET_SYSCON=y +CONFIG_POWER_RESET_VEXPRESS=y +# CONFIG_POWER_RESET_XGENE is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +CONFIG_PPA8548=y +CONFIG_PPC=y +CONFIG_PPC32=y +# CONFIG_PPC601_SYNC_FIX is not set +CONFIG_PPC64_BOOT_WRAPPER=y +CONFIG_PPC64_SUPPORTS_MEMORY_FAILURE=y +# CONFIG_PPC_82xx is not set +# CONFIG_PPC_83xx is not set +# CONFIG_PPC_86xx is not set +# CONFIG_PPC_8xx is not set +CONFIG_PPC_ADV_DEBUG_DACS=2 +CONFIG_PPC_ADV_DEBUG_DVCS=0 +CONFIG_PPC_ADV_DEBUG_IACS=2 +CONFIG_PPC_ADV_DEBUG_REGS=y +CONFIG_PPC_BOOK3E=y +CONFIG_PPC_BOOK3E_MMU=y +CONFIG_PPC_BOOK3S=y +# CONFIG_PPC_CELLEB is not set +# CONFIG_PPC_CELL_NATIVE is not set +# CONFIG_PPC_CELL_QPACE is not set +CONFIG_PPC_CHRP=y +CONFIG_PPC_CORENET_CPUFREQ=m +# CONFIG_PPC_DCR_MMIO is not set +# CONFIG_PPC_DCR_NATIVE is not set +CONFIG_PPC_E500MC=y +# CONFIG_PPC_EARLY_DEBUG is not set +# CONFIG_PPC_EMULATED_STATS is not set +CONFIG_PPC_EMULATE_SSTEP=y +# CONFIG_PPC_EPAPR_HV_BYTECHAN is not set +CONFIG_PPC_FPU=y +CONFIG_PPC_FSL_BOOK3E=y +CONFIG_PPC_HAVE_PMU_SUPPORT=y +# CONFIG_PPC_IBM_CELL_BLADE is not set +CONFIG_PPC_ICSWX_PID=y +# CONFIG_PPC_ICSWX_USE_SIGILL is not set +CONFIG_PPC_INDIRECT_PIO=y +CONFIG_PPC_LIB_RHEAP=y +CONFIG_PPC_MMU_NOHASH=y +# CONFIG_PPC_MPC512x is not set +# CONFIG_PPC_MPC52xx is not set +CONFIG_PPC_MSI_BITMAP=y +CONFIG_PPC_NATIVE=y +CONFIG_PPC_OF=y +# CONFIG_PPC_OF_PLATFORM_PCI is not set +CONFIG_PPC_PASEMI_CPUFREQ=y +CONFIG_PPC_PASEMI_IOMMU=y +# CONFIG_PPC_PASEMI_IOMMU_DMA_FORCE is not set +CONFIG_PPC_PASEMI_MDIO=m +CONFIG_PPC_PCI_CHOICE=y +CONFIG_PPC_PERF_CTRS=y +CONFIG_PPC_PMAC32_PSURGE=y +CONFIG_PPC_PMAC64=y +CONFIG_PPC_POWERNV=y +CONFIG_PPC_POWERNV_RTAS=y +CONFIG_PPC_PSERIES=y +CONFIG_PPC_QEMU_E500=y +CONFIG_PPC_RTAS_DAEMON=y +CONFIG_PPC_SCOM=y +CONFIG_PPC_SMP_MUXED_IPI=y +CONFIG_PPC_STD_MMU=y +CONFIG_PPC_STD_MMU_32=y +CONFIG_PPC_STD_MMU_64=y +CONFIG_PPC_SUBPAGE_PROT=y +CONFIG_PPC_TRANSACTIONAL_MEM=y +CONFIG_PPC_UDBG_16550=y +CONFIG_PPC_WERROR=y +CONFIG_PPDEV=m +CONFIG_PPP=y +CONFIG_PPPOATM=m +CONFIG_PPPOE=m +CONFIG_PPPOL2TP=m +CONFIG_PPP_ASYNC=m +CONFIG_PPP_BSDCOMP=m +CONFIG_PPP_DEFLATE=m +CONFIG_PPP_FILTER=y +CONFIG_PPP_MPPE=m +CONFIG_PPP_MULTILINK=y +CONFIG_PPP_SYNC_TTY=m +CONFIG_PPS_CLIENT_GPIO=m +# CONFIG_PPS_CLIENT_KTIMER is not set +CONFIG_PPS_CLIENT_LDISC=m +CONFIG_PPS_CLIENT_PARPORT=m +# CONFIG_PPS_DEBUG is not set +CONFIG_PPTP=m +# CONFIG_PQ2ADS is not set +CONFIG_PREEMPT_COUNT=y +# CONFIG_PREEMPT_NONE is not set +CONFIG_PREEMPT_NOTIFIERS=y +# CONFIG_PREEMPT_TRACER is not set +CONFIG_PREVENT_FIRMWARE_BUILD=y +CONFIG_PRINTER=m +CONFIG_PRINTK=y +CONFIG_PRINTK_TIME=y +# CONFIG_PRINT_QUOTA_WARNING is not set +CONFIG_PRINT_STACK_DEPTH=64 +CONFIG_PRISM2_USB=m +# CONFIG_PRISM54 is not set +CONFIG_PROCESSOR_SELECT=y +CONFIG_PROC_EVENTS=y +CONFIG_PROC_FS=y +CONFIG_PROC_KCORE=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PROC_PID_CPUSET=y +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_VMCORE=y +# CONFIG_PROFILE_ALL_BRANCHES is not set +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +CONFIG_PROFILING=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_PROVE_RCU_DELAY is not set +# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set +# CONFIG_PS3GELIC_UDBG is not set +# CONFIG_PS3_ADVANCED is not set +CONFIG_PS3_DISK=m +# CONFIG_PS3_DYNAMIC_DMA is not set +CONFIG_PS3_FLASH=m +CONFIG_PS3_HTAB_SIZE=20 +CONFIG_PS3_LPM=m +CONFIG_PS3_PS3AV=y +# CONFIG_PS3_REPOSITORY_WRITE is not set +CONFIG_PS3_ROM=m +CONFIG_PS3_STORAGE=m +CONFIG_PS3_SYS_MANAGER=y +CONFIG_PS3_VRAM=m +CONFIG_PS3_VUART=y +CONFIG_PSERIES_CPUIDLE=y +CONFIG_PSERIES_ENERGY=m +CONFIG_PSERIES_MSI=y +CONFIG_PSTORE=y +# CONFIG_PSTORE_FTRACE is not set +CONFIG_PTE_64BIT=y +CONFIG_PTP_1588_CLOCK_GIANFAR=m +CONFIG_PTP_1588_CLOCK_PCH=m +CONFIG_PUBLIC_KEY_ALGO_RSA=y +CONFIG_PVPANIC=m +CONFIG_PWM=y +CONFIG_PWM_FSL_FTM=m +CONFIG_PWM_IMX=m +CONFIG_PWM_LP3943=m +CONFIG_PWM_LPSS=m +CONFIG_PWM_PCA9685=m +CONFIG_PWM_RENESAS_TPU=m +CONFIG_PWM_SAMSUNG=m +CONFIG_PWM_SYSFS=y +CONFIG_PWM_TEGRA=m +CONFIG_PWM_TIECAP=m +CONFIG_PWM_TIEHRPWM=m +CONFIG_PWM_TIPWMSS=y +CONFIG_PWM_TWL=m +CONFIG_PWM_TWL_LED=m +CONFIG_QCOM_BAM_DMA=m +CONFIG_QCOM_GSBI=m +CONFIG_QCOM_SCM=y +CONFIG_QE_USB=y +CONFIG_QFMT_V1=m +CONFIG_QFMT_V2=m +CONFIG_QLA3XXX=m +CONFIG_QLCNIC=m +CONFIG_QLCNIC_DCB=y +CONFIG_QLCNIC_HWMON=y +CONFIG_QLCNIC_SRIOV=y +CONFIG_QLCNIC_VXLAN=y +CONFIG_QLGE=m +CONFIG_QNX4FS_FS=m +# CONFIG_QNX6FS_DEBUG is not set +CONFIG_QNX6FS_FS=m +CONFIG_QSEMI_PHY=m +CONFIG_QUEUE_RWLOCK=y +# CONFIG_QUICC_ENGINE is not set +CONFIG_QUOTA=y +CONFIG_QUOTACTL=y +CONFIG_QUOTACTL_COMPAT=y +# CONFIG_QUOTA_DEBUG is not set +CONFIG_QUOTA_NETLINK_INTERFACE=y +CONFIG_QUOTA_TREE=m +CONFIG_R3964=m +CONFIG_R6040=m +CONFIG_R8169=m +CONFIG_R8188EU=m +CONFIG_R8192EE=m +CONFIG_R8712U=m +CONFIG_R8723AU=m +CONFIG_R8821AE=m +CONFIG_RADIO_ADAPTERS=y +CONFIG_RADIO_AZTECH=m +CONFIG_RADIO_CADET=m +CONFIG_RADIO_GEMTEK=m +CONFIG_RADIO_ISA=m +CONFIG_RADIO_MAXIRADIO=m +CONFIG_RADIO_MIROPCM20=m +CONFIG_RADIO_RTRACK=m +CONFIG_RADIO_RTRACK2=m +CONFIG_RADIO_SAA7706H=m +CONFIG_RADIO_SF16FMI=m +CONFIG_RADIO_SF16FMR2=m +CONFIG_RADIO_SHARK=m +CONFIG_RADIO_SHARK2=m +CONFIG_RADIO_SI470X=y +CONFIG_RADIO_SI4713=m +CONFIG_RADIO_SI476X=m +CONFIG_RADIO_TEA575X=m +CONFIG_RADIO_TEA5764=m +CONFIG_RADIO_TEF6862=m +CONFIG_RADIO_TERRATEC=m +CONFIG_RADIO_TIMBERDALE=m +CONFIG_RADIO_TRUST=m +CONFIG_RADIO_TYPHOON=m +CONFIG_RADIO_WL1273=m +CONFIG_RADIO_WL128X=m +CONFIG_RADIO_ZOLTRIX=m +CONFIG_RAID6_PQ=m +CONFIG_RAID_ATTRS=m +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_RANDOMIZE_BASE=y +CONFIG_RAPIDIO=y +CONFIG_RAPIDIO_CPS_GEN2=m +CONFIG_RAPIDIO_CPS_XX=m +# CONFIG_RAPIDIO_DEBUG is not set +CONFIG_RAPIDIO_DISC_TIMEOUT=30 +CONFIG_RAPIDIO_DMA_ENGINE=y +# CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS is not set +CONFIG_RAPIDIO_ENUM_BASIC=m +CONFIG_RAPIDIO_TSI568=m +CONFIG_RAPIDIO_TSI57X=m +CONFIG_RAPIDIO_TSI721=m +CONFIG_RATIONAL=y +CONFIG_RAW_DRIVER=m +CONFIG_RBTREE_TEST=m +CONFIG_RCAR_AUDMAC_PP=m +CONFIG_RCAR_HPB_DMAE=m +CONFIG_RCAR_THERMAL=m +# CONFIG_RCU_BOOST is not set +# CONFIG_RCU_CPU_STALL_INFO is not set +# CONFIG_RCU_CPU_STALL_VERBOSE is not set +# CONFIG_RCU_FANOUT_EXACT is not set +CONFIG_RCU_FANOUT_LEAF=16 +CONFIG_RCU_NOCB_CPU_ALL=y +CONFIG_RCU_STALL_COMMON=y +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_TRACE is not set +CONFIG_RC_ATI_REMOTE=m +CONFIG_RC_CORE=m +CONFIG_RC_DECODERS=y +CONFIG_RC_DEVICES=y +CONFIG_RC_LOOPBACK=m +CONFIG_RC_MAP=m +CONFIG_RDS=m +# CONFIG_RDS_DEBUG is not set +CONFIG_RDS_RDMA=m +CONFIG_RDS_TCP=m +CONFIG_RD_BZIP2=y +CONFIG_RD_GZIP=y +CONFIG_RD_LZ4=y +CONFIG_RD_LZMA=y +CONFIG_RD_LZO=y +CONFIG_RD_XZ=y +# CONFIG_READABLE_ASM is not set +CONFIG_REALTEK_AUTOPM=y +CONFIG_REALTEK_PHY=m +CONFIG_REED_SOLOMON_DEC16=y +CONFIG_REED_SOLOMON_DEC8=y +CONFIG_REED_SOLOMON_ENC8=y +CONFIG_REGMAP=y +CONFIG_REGMAP_I2C=y +CONFIG_REGMAP_IRQ=y +CONFIG_REGMAP_MMIO=y +CONFIG_REGMAP_SPI=y +CONFIG_REGULATOR=y +CONFIG_REGULATOR_88PM800=m +CONFIG_REGULATOR_88PM8607=m +CONFIG_REGULATOR_AAT2870=m +CONFIG_REGULATOR_AB3100=m +CONFIG_REGULATOR_ACT8865=m +CONFIG_REGULATOR_AD5398=m +CONFIG_REGULATOR_ANATOP=m +CONFIG_REGULATOR_ARIZONA=m +CONFIG_REGULATOR_AS3711=m +CONFIG_REGULATOR_AS3722=m +CONFIG_REGULATOR_AXP20X=m +CONFIG_REGULATOR_BCM590XX=m +CONFIG_REGULATOR_DA903X=m +CONFIG_REGULATOR_DA9052=m +CONFIG_REGULATOR_DA9055=m +CONFIG_REGULATOR_DA9063=m +CONFIG_REGULATOR_DA9210=m +# CONFIG_REGULATOR_DEBUG is not set +CONFIG_REGULATOR_FAN53555=m +CONFIG_REGULATOR_GPIO=m +CONFIG_REGULATOR_ISL6271A=m +CONFIG_REGULATOR_LP3971=m +CONFIG_REGULATOR_LP3972=m +CONFIG_REGULATOR_LP872X=m +CONFIG_REGULATOR_LP8755=m +CONFIG_REGULATOR_LP8788=m +CONFIG_REGULATOR_LTC3589=m +CONFIG_REGULATOR_MAX14577=m +CONFIG_REGULATOR_MAX1586=m +CONFIG_REGULATOR_MAX77686=m +CONFIG_REGULATOR_MAX77693=m +CONFIG_REGULATOR_MAX8649=m +CONFIG_REGULATOR_MAX8660=m +CONFIG_REGULATOR_MAX8907=m +CONFIG_REGULATOR_MAX8925=m +CONFIG_REGULATOR_MAX8952=m +CONFIG_REGULATOR_MAX8973=m +CONFIG_REGULATOR_MAX8997=m +CONFIG_REGULATOR_MAX8998=m +CONFIG_REGULATOR_MC13783=m +CONFIG_REGULATOR_MC13892=m +CONFIG_REGULATOR_MC13XXX_CORE=m +CONFIG_REGULATOR_PALMAS=m +CONFIG_REGULATOR_PBIAS=m +CONFIG_REGULATOR_PCAP=m +CONFIG_REGULATOR_PCF50633=m +CONFIG_REGULATOR_PFUZE100=m +CONFIG_REGULATOR_RC5T583=m +CONFIG_REGULATOR_S2MPA01=m +CONFIG_REGULATOR_S2MPS11=m +CONFIG_REGULATOR_S5M8767=m +CONFIG_REGULATOR_TI_ABB=y +CONFIG_REGULATOR_TPS51632=m +CONFIG_REGULATOR_TPS6105X=m +CONFIG_REGULATOR_TPS62360=m +CONFIG_REGULATOR_TPS65023=m +CONFIG_REGULATOR_TPS6507X=m +CONFIG_REGULATOR_TPS65090=m +CONFIG_REGULATOR_TPS65217=m +CONFIG_REGULATOR_TPS65218=m +CONFIG_REGULATOR_TPS6524X=m +CONFIG_REGULATOR_TPS6586X=m +CONFIG_REGULATOR_TPS65910=m +CONFIG_REGULATOR_TPS65912=m +CONFIG_REGULATOR_TPS80031=m +CONFIG_REGULATOR_USERSPACE_CONSUMER=m +CONFIG_REGULATOR_VEXPRESS=m +CONFIG_REGULATOR_VIRTUAL_CONSUMER=m +CONFIG_REGULATOR_WM831X=m +CONFIG_REGULATOR_WM8350=m +CONFIG_REGULATOR_WM8400=m +CONFIG_REGULATOR_WM8994=m +# CONFIG_REISERFS_CHECK is not set +CONFIG_REISERFS_FS=m +CONFIG_REISERFS_FS_POSIX_ACL=y +CONFIG_REISERFS_FS_SECURITY=y +CONFIG_REISERFS_FS_XATTR=y +# CONFIG_REISERFS_PROC_INFO is not set +CONFIG_RELAY=y +CONFIG_RELOCATABLE=y +CONFIG_REMOTEPROC=m +CONFIG_RENESAS_IRQC=y +CONFIG_RESET_CONTROLLER=y +CONFIG_RESOURCE_COUNTERS=y +CONFIG_RETU_WATCHDOG=m +CONFIG_RFD_FTL=m +CONFIG_RFKILL=y +CONFIG_RFKILL_GPIO=m +CONFIG_RFKILL_INPUT=y +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_REGULATOR=m +CONFIG_RFS_ACCEL=y +CONFIG_RING_BUFFER=y +CONFIG_RING_BUFFER_ALLOW_SWAP=y +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_RING_BUFFER_STARTUP_TEST is not set +CONFIG_RIONET=m +CONFIG_RIONET_RX_SIZE=128 +CONFIG_RIONET_TX_SIZE=128 +CONFIG_ROCKETPORT=m +CONFIG_ROMFS_BACKED_BY_BLOCK=y +# CONFIG_ROMFS_BACKED_BY_BOTH is not set +# CONFIG_ROMFS_BACKED_BY_MTD is not set +CONFIG_ROMFS_FS=m +CONFIG_ROMFS_ON_BLOCK=y +CONFIG_ROSE=m +CONFIG_RPCSEC_GSS_KRB5=m +CONFIG_RPMSG=m +CONFIG_RPS=y +CONFIG_RSI_91X=m +# CONFIG_RSI_DEBUGFS is not set +CONFIG_RSI_SDIO=m +CONFIG_RSI_USB=m +CONFIG_RT2400PCI=m +CONFIG_RT2500PCI=m +CONFIG_RT2500USB=m +CONFIG_RT2800PCI=m +CONFIG_RT2800PCI_RT3290=y +CONFIG_RT2800PCI_RT33XX=y +CONFIG_RT2800PCI_RT35XX=y +CONFIG_RT2800PCI_RT53XX=y +CONFIG_RT2800USB=m +CONFIG_RT2800USB_RT33XX=y +CONFIG_RT2800USB_RT3573=y +CONFIG_RT2800USB_RT35XX=y +CONFIG_RT2800USB_RT53XX=y +CONFIG_RT2800USB_RT55XX=y +CONFIG_RT2800USB_UNKNOWN=y +CONFIG_RT2800_LIB=m +CONFIG_RT2800_LIB_MMIO=m +CONFIG_RT2X00=m +# CONFIG_RT2X00_DEBUG is not set +CONFIG_RT2X00_LIB=m +CONFIG_RT2X00_LIB_CRYPTO=y +# CONFIG_RT2X00_LIB_DEBUGFS is not set +CONFIG_RT2X00_LIB_FIRMWARE=y +CONFIG_RT2X00_LIB_LEDS=y +CONFIG_RT2X00_LIB_MMIO=m +CONFIG_RT2X00_LIB_PCI=m +CONFIG_RT2X00_LIB_USB=m +CONFIG_RT61PCI=m +CONFIG_RT73USB=m +CONFIG_RTAS_ERROR_LOGGING=y +CONFIG_RTAS_FLASH=m +CONFIG_RTAS_PROC=y +CONFIG_RTC_CLASS=y +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_DRV_88PM80X=m +CONFIG_RTC_DRV_88PM860X=m +CONFIG_RTC_DRV_AB3100=m +CONFIG_RTC_DRV_AS3722=m +CONFIG_RTC_DRV_BQ32K=m +CONFIG_RTC_DRV_BQ4802=m +CONFIG_RTC_DRV_DA9052=m +CONFIG_RTC_DRV_DA9055=m +CONFIG_RTC_DRV_DA9063=m +CONFIG_RTC_DRV_DS1286=m +CONFIG_RTC_DRV_DS1305=m +CONFIG_RTC_DRV_DS1307=m +CONFIG_RTC_DRV_DS1343=m +CONFIG_RTC_DRV_DS1347=m +CONFIG_RTC_DRV_DS1374=m +CONFIG_RTC_DRV_DS1390=m +CONFIG_RTC_DRV_DS1511=m +CONFIG_RTC_DRV_DS1553=m +CONFIG_RTC_DRV_DS1672=m +CONFIG_RTC_DRV_DS1742=m +CONFIG_RTC_DRV_DS2404=m +CONFIG_RTC_DRV_DS3234=m +CONFIG_RTC_DRV_EFI=y +CONFIG_RTC_DRV_EM3027=m +CONFIG_RTC_DRV_FM3130=m +CONFIG_RTC_DRV_GENERIC=m +CONFIG_RTC_DRV_HID_SENSOR_TIME=m +CONFIG_RTC_DRV_HYM8563=m +CONFIG_RTC_DRV_IMXDI=m +CONFIG_RTC_DRV_ISL12022=m +CONFIG_RTC_DRV_ISL12057=m +CONFIG_RTC_DRV_ISL1208=m +CONFIG_RTC_DRV_LP8788=m +CONFIG_RTC_DRV_M41T80=m +CONFIG_RTC_DRV_M41T80_WDT=y +CONFIG_RTC_DRV_M41T93=m +CONFIG_RTC_DRV_M41T94=m +CONFIG_RTC_DRV_M48T35=m +CONFIG_RTC_DRV_M48T59=m +CONFIG_RTC_DRV_M48T86=m +CONFIG_RTC_DRV_MAX6900=m +CONFIG_RTC_DRV_MAX6902=m +CONFIG_RTC_DRV_MAX77686=m +CONFIG_RTC_DRV_MAX8907=m +CONFIG_RTC_DRV_MAX8925=m +CONFIG_RTC_DRV_MAX8997=m +CONFIG_RTC_DRV_MAX8998=m +CONFIG_RTC_DRV_MC13XXX=m +CONFIG_RTC_DRV_MCP795=m +CONFIG_RTC_DRV_MOXART=m +CONFIG_RTC_DRV_MSM6242=m +CONFIG_RTC_DRV_MV=y +CONFIG_RTC_DRV_MXC=m +CONFIG_RTC_DRV_OMAP=y +CONFIG_RTC_DRV_PALMAS=m +CONFIG_RTC_DRV_PCAP=m +CONFIG_RTC_DRV_PCF2123=m +CONFIG_RTC_DRV_PCF2127=m +CONFIG_RTC_DRV_PCF50633=m +CONFIG_RTC_DRV_PCF8563=m +CONFIG_RTC_DRV_PCF8583=m +CONFIG_RTC_DRV_PL030=m +CONFIG_RTC_DRV_PM8XXX=m +CONFIG_RTC_DRV_PS3=m +CONFIG_RTC_DRV_R9701=m +CONFIG_RTC_DRV_RC5T583=m +CONFIG_RTC_DRV_RP5C01=m +CONFIG_RTC_DRV_RS5C348=m +CONFIG_RTC_DRV_RS5C372=m +CONFIG_RTC_DRV_RV3029C2=m +CONFIG_RTC_DRV_RX4581=m +CONFIG_RTC_DRV_RX8025=m +CONFIG_RTC_DRV_RX8581=m +CONFIG_RTC_DRV_S35390A=m +CONFIG_RTC_DRV_S3C=y +CONFIG_RTC_DRV_S5M=m +CONFIG_RTC_DRV_SNVS=m +CONFIG_RTC_DRV_STK17TA8=m +CONFIG_RTC_DRV_TEGRA=m +# CONFIG_RTC_DRV_TEST is not set +CONFIG_RTC_DRV_TPS6586X=m +CONFIG_RTC_DRV_TPS65910=m +CONFIG_RTC_DRV_TPS80031=m +CONFIG_RTC_DRV_V3020=m +CONFIG_RTC_DRV_VRTC=m +CONFIG_RTC_DRV_WM831X=m +CONFIG_RTC_DRV_WM8350=m +CONFIG_RTC_DRV_X1205=m +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_LIB=y +CONFIG_RTC_SYSTOHC=y +CONFIG_RTL8180=m +CONFIG_RTL8187=m +CONFIG_RTL8187_LEDS=y +CONFIG_RTL8188EE=m +CONFIG_RTL8192CE=m +CONFIG_RTL8192CU=m +CONFIG_RTL8192C_COMMON=m +CONFIG_RTL8192DE=m +CONFIG_RTL8192E=m +CONFIG_RTL8192SE=m +CONFIG_RTL8192U=m +CONFIG_RTL8723AE=m +CONFIG_RTL8723BE=m +CONFIG_RTL8723_COMMON=m +CONFIG_RTLBTCOEXIST=m +CONFIG_RTLLIB=m +CONFIG_RTLLIB_CRYPTO_CCMP=m +CONFIG_RTLLIB_CRYPTO_TKIP=m +CONFIG_RTLLIB_CRYPTO_WEP=m +CONFIG_RTLWIFI=m +# CONFIG_RTLWIFI_DEBUG is not set +CONFIG_RTLWIFI_PCI=m +CONFIG_RTLWIFI_USB=m +CONFIG_RTL_CARDS=m +CONFIG_RTS5208=m +# CONFIG_RTS5208_DEBUG is not set +# CONFIG_RT_GROUP_SCHED is not set +CONFIG_RT_MUTEXES=y +# CONFIG_RT_MUTEX_TESTER is not set +CONFIG_RWSEM_SPIN_ON_OWNER=y +CONFIG_RWSEM_XCHGADD_ALGORITHM=y +CONFIG_RXKAD=m +CONFIG_S2IO=m +CONFIG_S3C2410_WATCHDOG=m +CONFIG_S5P_DEV_MFC=y +# CONFIG_SAMPLES is not set +CONFIG_SAMSUNG_LAPTOP=m +# CONFIG_SAMSUNG_PM_CHECK is not set +CONFIG_SAMSUNG_Q10=m +CONFIG_SATA_ACARD_AHCI=m +CONFIG_SATA_AHCI=m +CONFIG_SATA_FSL=m +CONFIG_SATA_HIGHBANK=m +CONFIG_SATA_INIC162X=m +CONFIG_SATA_MV=m +CONFIG_SATA_NV=m +CONFIG_SATA_PMP=y +CONFIG_SATA_PROMISE=m +CONFIG_SATA_QSTOR=m +CONFIG_SATA_RCAR=m +CONFIG_SATA_SIL=m +CONFIG_SATA_SIL24=m +CONFIG_SATA_SIS=m +CONFIG_SATA_SX4=m +CONFIG_SATA_ULI=m +CONFIG_SATA_VIA=m +CONFIG_SATA_VITESSE=m +CONFIG_SATA_ZPODD=y +CONFIG_SBC7240_WDT=m +CONFIG_SBC8360_WDT=m +# CONFIG_SBC8548 is not set +CONFIG_SBC_EPX_C3_WATCHDOG=m +CONFIG_SBC_FITPC2_WATCHDOG=m +CONFIG_SBE_PMCC4_NCOMM=y +CONFIG_SBNI=m +# CONFIG_SBNI_MULTILINE is not set +CONFIG_SBP_TARGET=m +CONFIG_SBYPASS=m +CONFIG_SC1200_WDT=m +CONFIG_SC92031=m +CONFIG_SCA3000=m +CONFIG_SCANLOG=m +CONFIG_SCC=m +# CONFIG_SCC_DELAY is not set +# CONFIG_SCC_TRXECHO is not set +CONFIG_SCHEDSTATS=y +CONFIG_SCHED_AUTOGROUP=y +CONFIG_SCHED_DEBUG=y +CONFIG_SCHED_HRTICK=y +CONFIG_SCHED_MC=y +CONFIG_SCHED_OMIT_FRAME_POINTER=y +CONFIG_SCHED_TRACER=y +CONFIG_SCOM_DEBUGFS=y +CONFIG_SCSI=y +CONFIG_SCSI_3W_9XXX=m +CONFIG_SCSI_3W_SAS=m +CONFIG_SCSI_7000FASST=m +CONFIG_SCSI_AACRAID=m +CONFIG_SCSI_ACARD=m +CONFIG_SCSI_ADVANSYS=m +CONFIG_SCSI_AHA152X=m +CONFIG_SCSI_AHA1542=m +CONFIG_SCSI_AHA1740=m +CONFIG_SCSI_AIC79XX=m +CONFIG_SCSI_AIC7XXX=m +CONFIG_SCSI_AIC94XX=m +CONFIG_SCSI_ARCMSR=m +CONFIG_SCSI_BFA_FC=m +CONFIG_SCSI_BNX2X_FCOE=m +CONFIG_SCSI_BNX2_ISCSI=m +CONFIG_SCSI_BUSLOGIC=m +CONFIG_SCSI_CHELSIO_FCOE=m +CONFIG_SCSI_CONSTANTS=y +CONFIG_SCSI_CXGB3_ISCSI=m +CONFIG_SCSI_CXGB4_ISCSI=m +CONFIG_SCSI_DC390T=m +CONFIG_SCSI_DC395x=m +CONFIG_SCSI_DEBUG=m +CONFIG_SCSI_DH=m +CONFIG_SCSI_DH_ALUA=m +CONFIG_SCSI_DH_EMC=m +CONFIG_SCSI_DH_HP_SW=m +CONFIG_SCSI_DH_RDAC=m +CONFIG_SCSI_DMA=y +CONFIG_SCSI_DMX3191D=m +CONFIG_SCSI_DPT_I2O=m +CONFIG_SCSI_DTC3280=m +CONFIG_SCSI_EATA=m +CONFIG_SCSI_EATA_LINKED_COMMANDS=y +CONFIG_SCSI_EATA_MAX_TAGS=16 +CONFIG_SCSI_EATA_TAGGED_QUEUE=y +CONFIG_SCSI_ENCLOSURE=m +CONFIG_SCSI_ESAS2R=m +CONFIG_SCSI_FC_ATTRS=m +CONFIG_SCSI_FC_TGT_ATTRS=y +CONFIG_SCSI_FLASHPOINT=y +CONFIG_SCSI_FUTURE_DOMAIN=m +CONFIG_SCSI_GDTH=m +CONFIG_SCSI_GENERIC_NCR5380=m +CONFIG_SCSI_GENERIC_NCR5380_MMIO=m +CONFIG_SCSI_GENERIC_NCR53C400=y +CONFIG_SCSI_HPSA=m +CONFIG_SCSI_HPTIOP=m +CONFIG_SCSI_IBMVFC=m +CONFIG_SCSI_IBMVFC_TRACE=y +CONFIG_SCSI_IBMVSCSI=y +CONFIG_SCSI_IMM=m +CONFIG_SCSI_IN2000=m +CONFIG_SCSI_INIA100=m +CONFIG_SCSI_INITIO=m +CONFIG_SCSI_IPR=m +CONFIG_SCSI_IPR_DUMP=y +CONFIG_SCSI_IPR_TRACE=y +CONFIG_SCSI_IPS=m +CONFIG_SCSI_ISCI=m +CONFIG_SCSI_ISCSI_ATTRS=m +# CONFIG_SCSI_IZIP_EPP16 is not set +# CONFIG_SCSI_IZIP_SLOW_CTR is not set +CONFIG_SCSI_LOGGING=y +CONFIG_SCSI_LOWLEVEL=y +CONFIG_SCSI_LOWLEVEL_PCMCIA=y +CONFIG_SCSI_LPFC=m +# CONFIG_SCSI_LPFC_DEBUG_FS is not set +CONFIG_SCSI_MAC53C94=m +CONFIG_SCSI_MESH=m +CONFIG_SCSI_MESH_RESET_DELAY_MS=4000 +CONFIG_SCSI_MESH_SYNC_RATE=5 +CONFIG_SCSI_MOD=y +CONFIG_SCSI_MPT2SAS=m +# CONFIG_SCSI_MPT2SAS_LOGGING is not set +CONFIG_SCSI_MPT2SAS_MAX_SGE=128 +CONFIG_SCSI_MPT3SAS=m +# CONFIG_SCSI_MPT3SAS_LOGGING is not set +CONFIG_SCSI_MPT3SAS_MAX_SGE=128 +CONFIG_SCSI_MULTI_LUN=y +CONFIG_SCSI_MVSAS=m +# CONFIG_SCSI_MVSAS_DEBUG is not set +# CONFIG_SCSI_MVSAS_TASKLET is not set +CONFIG_SCSI_MVUMI=m +CONFIG_SCSI_NCR53C406A=m +CONFIG_SCSI_NETLINK=y +CONFIG_SCSI_NSP32=m +# CONFIG_SCSI_OSD_DEBUG is not set +CONFIG_SCSI_OSD_DPRINT_SENSE=1 +CONFIG_SCSI_OSD_INITIATOR=m +CONFIG_SCSI_OSD_ULD=m +CONFIG_SCSI_PAS16=m +CONFIG_SCSI_PM8001=m +CONFIG_SCSI_PMCRAID=m +CONFIG_SCSI_PPA=m +CONFIG_SCSI_PROC_FS=y +CONFIG_SCSI_QLA_FC=m +CONFIG_SCSI_QLA_ISCSI=m +CONFIG_SCSI_QLOGIC_1280=m +CONFIG_SCSI_QLOGIC_FAS=m +CONFIG_SCSI_SAS_ATA=y +CONFIG_SCSI_SAS_ATTRS=m +CONFIG_SCSI_SAS_HOST_SMP=y +CONFIG_SCSI_SAS_LIBSAS=m +CONFIG_SCSI_SCAN_ASYNC=y +CONFIG_SCSI_SIM710=m +CONFIG_SCSI_SPI_ATTRS=m +CONFIG_SCSI_SRP=m +CONFIG_SCSI_SRP_TGT_ATTRS=y +CONFIG_SCSI_STEX=m +CONFIG_SCSI_SYM53C416=m +CONFIG_SCSI_SYM53C8XX_2=m +CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 +CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 +CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 +CONFIG_SCSI_SYM53C8XX_MMIO=y +CONFIG_SCSI_T128=m +CONFIG_SCSI_TGT=m +CONFIG_SCSI_U14_34F=m +CONFIG_SCSI_U14_34F_LINKED_COMMANDS=y +CONFIG_SCSI_U14_34F_MAX_TAGS=8 +CONFIG_SCSI_U14_34F_TAGGED_QUEUE=y +CONFIG_SCSI_UFSHCD=m +CONFIG_SCSI_UFSHCD_PCI=m +CONFIG_SCSI_UFSHCD_PLATFORM=m +CONFIG_SCSI_ULTRASTOR=m +CONFIG_SCSI_VIRTIO=m +CONFIG_SCTP_COOKIE_HMAC_MD5=y +CONFIG_SCTP_COOKIE_HMAC_SHA1=y +# CONFIG_SCTP_DBG_OBJCNT is not set +# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set +# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set +CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y +CONFIG_SCx200=m +CONFIG_SCx200HR_TIMER=m +CONFIG_SCx200_ACB=m +CONFIG_SCx200_GPIO=m +# CONFIG_SCx200_I2C is not set +CONFIG_SCx200_WDT=m +CONFIG_SDIO_UART=m +CONFIG_SDLA=m +CONFIG_SEALEVEL_4021=m +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +CONFIG_SECURITY=y +CONFIG_SECURITYFS=y +CONFIG_SECURITY_APPARMOR=y +CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1 +CONFIG_SECURITY_APPARMOR_HASH=y +# CONFIG_SECURITY_APPARMOR_STATS is not set +CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT=y +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY_NETWORK=y +CONFIG_SECURITY_NETWORK_XFRM=y +CONFIG_SECURITY_PATH=y +CONFIG_SECURITY_SELINUX=y +CONFIG_SECURITY_SELINUX_AVC_STATS=y +CONFIG_SECURITY_SELINUX_BOOTPARAM=y +CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0 +CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1 +CONFIG_SECURITY_SELINUX_DEVELOP=y +CONFIG_SECURITY_SELINUX_DISABLE=y +# CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set +CONFIG_SECURITY_SMACK=y +CONFIG_SECURITY_TOMOYO=y +CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init" +CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048 +CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024 +# CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set +CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init" +CONFIG_SECURITY_YAMA=y +CONFIG_SECURITY_YAMA_STACKED=y +CONFIG_SELECT_MEMORY_MODEL=y +CONFIG_SENSORS_ABITUGURU=m +CONFIG_SENSORS_ABITUGURU3=m +CONFIG_SENSORS_ACPI_POWER=m +CONFIG_SENSORS_AD7314=m +CONFIG_SENSORS_AD7414=m +CONFIG_SENSORS_AD7418=m +CONFIG_SENSORS_ADC128D818=m +CONFIG_SENSORS_ADCXX=m +CONFIG_SENSORS_ADM1021=m +CONFIG_SENSORS_ADM1025=m +CONFIG_SENSORS_ADM1026=m +CONFIG_SENSORS_ADM1029=m +CONFIG_SENSORS_ADM1031=m +CONFIG_SENSORS_ADM1275=m +CONFIG_SENSORS_ADM9240=m +CONFIG_SENSORS_ADS1015=m +CONFIG_SENSORS_ADS7828=m +CONFIG_SENSORS_ADS7871=m +CONFIG_SENSORS_ADT7310=m +CONFIG_SENSORS_ADT7410=m +CONFIG_SENSORS_ADT7411=m +CONFIG_SENSORS_ADT7462=m +CONFIG_SENSORS_ADT7470=m +CONFIG_SENSORS_ADT7475=m +CONFIG_SENSORS_ADT7X10=m +CONFIG_SENSORS_AMC6821=m +CONFIG_SENSORS_AMS=m +# CONFIG_SENSORS_AMS_I2C is not set +# CONFIG_SENSORS_AMS_PMU is not set +CONFIG_SENSORS_APDS990X=m +CONFIG_SENSORS_APPLESMC=m +CONFIG_SENSORS_ASB100=m +CONFIG_SENSORS_ASC7621=m +CONFIG_SENSORS_ATK0110=m +CONFIG_SENSORS_ATXP1=m +CONFIG_SENSORS_BH1770=m +CONFIG_SENSORS_BH1780=m +CONFIG_SENSORS_CORETEMP=m +CONFIG_SENSORS_DA9052_ADC=m +CONFIG_SENSORS_DA9055=m +CONFIG_SENSORS_DME1737=m +CONFIG_SENSORS_DS1621=m +CONFIG_SENSORS_DS620=m +CONFIG_SENSORS_EMC1403=m +CONFIG_SENSORS_EMC2103=m +CONFIG_SENSORS_EMC6W201=m +CONFIG_SENSORS_F71805F=m +CONFIG_SENSORS_F71882FG=m +CONFIG_SENSORS_F75375S=m +CONFIG_SENSORS_FAM15H_POWER=m +CONFIG_SENSORS_FSCHMD=m +CONFIG_SENSORS_G760A=m +CONFIG_SENSORS_G762=m +CONFIG_SENSORS_GL518SM=m +CONFIG_SENSORS_GL520SM=m +CONFIG_SENSORS_GPIO_FAN=m +CONFIG_SENSORS_HDAPS=m +CONFIG_SENSORS_HIH6130=m +CONFIG_SENSORS_HMC5843=m +CONFIG_SENSORS_HTU21=m +CONFIG_SENSORS_I5K_AMB=m +CONFIG_SENSORS_IBMAEM=m +CONFIG_SENSORS_IBMPEX=m +CONFIG_SENSORS_IBMPOWERNV=m +CONFIG_SENSORS_IIO_HWMON=m +CONFIG_SENSORS_INA209=m +CONFIG_SENSORS_INA2XX=m +CONFIG_SENSORS_ISL29018=m +CONFIG_SENSORS_ISL29028=m +CONFIG_SENSORS_IT87=m +CONFIG_SENSORS_JC42=m +CONFIG_SENSORS_K10TEMP=m +CONFIG_SENSORS_K8TEMP=m +CONFIG_SENSORS_LINEAGE=m +CONFIG_SENSORS_LIS3LV02D=m +CONFIG_SENSORS_LIS3_I2C=m +CONFIG_SENSORS_LIS3_SPI=m +CONFIG_SENSORS_LM25066=m +CONFIG_SENSORS_LM3533=m +CONFIG_SENSORS_LM63=m +CONFIG_SENSORS_LM70=m +CONFIG_SENSORS_LM73=m +CONFIG_SENSORS_LM75=m +CONFIG_SENSORS_LM77=m +CONFIG_SENSORS_LM78=m +CONFIG_SENSORS_LM80=m +CONFIG_SENSORS_LM83=m +CONFIG_SENSORS_LM85=m +CONFIG_SENSORS_LM87=m +CONFIG_SENSORS_LM90=m +CONFIG_SENSORS_LM92=m +CONFIG_SENSORS_LM93=m +CONFIG_SENSORS_LM95234=m +CONFIG_SENSORS_LM95241=m +CONFIG_SENSORS_LM95245=m +CONFIG_SENSORS_LTC2945=m +CONFIG_SENSORS_LTC2978=m +CONFIG_SENSORS_LTC4151=m +CONFIG_SENSORS_LTC4215=m +CONFIG_SENSORS_LTC4222=m +CONFIG_SENSORS_LTC4245=m +CONFIG_SENSORS_LTC4260=m +CONFIG_SENSORS_LTC4261=m +CONFIG_SENSORS_MAX1111=m +CONFIG_SENSORS_MAX16064=m +CONFIG_SENSORS_MAX16065=m +CONFIG_SENSORS_MAX1619=m +CONFIG_SENSORS_MAX1668=m +CONFIG_SENSORS_MAX197=m +CONFIG_SENSORS_MAX34440=m +CONFIG_SENSORS_MAX6639=m +CONFIG_SENSORS_MAX6642=m +CONFIG_SENSORS_MAX6650=m +CONFIG_SENSORS_MAX6697=m +CONFIG_SENSORS_MAX8688=m +CONFIG_SENSORS_MC13783_ADC=m +CONFIG_SENSORS_MCP3021=m +CONFIG_SENSORS_NCT6683=m +CONFIG_SENSORS_NCT6775=m +CONFIG_SENSORS_NTC_THERMISTOR=m +CONFIG_SENSORS_PC87360=m +CONFIG_SENSORS_PC87427=m +CONFIG_SENSORS_PCF8591=m +CONFIG_SENSORS_PMBUS=m +CONFIG_SENSORS_SCH5627=m +CONFIG_SENSORS_SCH5636=m +CONFIG_SENSORS_SHT15=m +CONFIG_SENSORS_SHT21=m +CONFIG_SENSORS_SHTC1=m +CONFIG_SENSORS_SIS5595=m +CONFIG_SENSORS_SMM665=m +CONFIG_SENSORS_SMSC47B397=m +CONFIG_SENSORS_SMSC47M1=m +CONFIG_SENSORS_SMSC47M192=m +CONFIG_SENSORS_THMC50=m +CONFIG_SENSORS_TMP102=m +CONFIG_SENSORS_TMP401=m +CONFIG_SENSORS_TMP421=m +CONFIG_SENSORS_TSL2550=m +CONFIG_SENSORS_TSL2563=m +CONFIG_SENSORS_TWL4030_MADC=m +CONFIG_SENSORS_UCD9000=m +CONFIG_SENSORS_UCD9200=m +CONFIG_SENSORS_VEXPRESS=m +CONFIG_SENSORS_VIA686A=m +CONFIG_SENSORS_VIA_CPUTEMP=m +CONFIG_SENSORS_VT1211=m +CONFIG_SENSORS_VT8231=m +CONFIG_SENSORS_W83627EHF=m +CONFIG_SENSORS_W83627HF=m +CONFIG_SENSORS_W83781D=m +CONFIG_SENSORS_W83791D=m +CONFIG_SENSORS_W83792D=m +CONFIG_SENSORS_W83793=m +CONFIG_SENSORS_W83795=m +# CONFIG_SENSORS_W83795_FANCTRL is not set +CONFIG_SENSORS_W83L785TS=m +CONFIG_SENSORS_W83L786NG=m +CONFIG_SENSORS_WM831X=m +CONFIG_SENSORS_WM8350=m +CONFIG_SENSORS_ZL6100=m +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_ACCENT=m +CONFIG_SERIAL_8250_BOCA=m +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_CS=m +# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set +# CONFIG_SERIAL_8250_DETECT_IRQ is not set +CONFIG_SERIAL_8250_DMA=y +# CONFIG_SERIAL_8250_EM is not set +CONFIG_SERIAL_8250_EXAR_ST16C554=m +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_FOURPORT=m +CONFIG_SERIAL_8250_FSL=y +CONFIG_SERIAL_8250_HUB6=m +CONFIG_SERIAL_8250_MANY_PORTS=y +CONFIG_SERIAL_8250_NR_UARTS=48 +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_PNP=y +CONFIG_SERIAL_8250_RSA=y +CONFIG_SERIAL_8250_RUNTIME_UARTS=32 +CONFIG_SERIAL_8250_SHARE_IRQ=y +CONFIG_SERIAL_ALTERA_JTAGUART=m +CONFIG_SERIAL_ALTERA_UART=m +CONFIG_SERIAL_ALTERA_UART_BAUDRATE=115200 +CONFIG_SERIAL_ALTERA_UART_MAXPORTS=4 +CONFIG_SERIAL_AMBA_PL010=m +CONFIG_SERIAL_AMBA_PL011=y +CONFIG_SERIAL_AMBA_PL011_CONSOLE=y +CONFIG_SERIAL_ARC=m +CONFIG_SERIAL_ARC_NR_PORTS=1 +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_SERIAL_CPM=m +CONFIG_SERIAL_EARLYCON=y +CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST=y +CONFIG_SERIAL_FSL_LPUART=m +CONFIG_SERIAL_ICOM=m +# CONFIG_SERIAL_IFX6X60 is not set +CONFIG_SERIAL_IMX=y +CONFIG_SERIAL_IMX_CONSOLE=y +CONFIG_SERIAL_IPOCTAL=m +CONFIG_SERIAL_JSM=m +CONFIG_SERIAL_KGDB_NMI=y +CONFIG_SERIAL_MAX3100=m +CONFIG_SERIAL_MAX310X=y +CONFIG_SERIAL_MEN_Z135=m +CONFIG_SERIAL_MFD_HSU=m +CONFIG_SERIAL_MRST_MAX3110=m +CONFIG_SERIAL_MSM=y +CONFIG_SERIAL_MSM_CONSOLE=y +CONFIG_SERIAL_NONSTANDARD=y +CONFIG_SERIAL_OF_PLATFORM=y +CONFIG_SERIAL_OMAP=y +CONFIG_SERIAL_OMAP_CONSOLE=y +CONFIG_SERIAL_PCH_UART=m +CONFIG_SERIAL_PMACZILOG=y +CONFIG_SERIAL_PMACZILOG_CONSOLE=y +# CONFIG_SERIAL_PMACZILOG_TTYS is not set +CONFIG_SERIAL_RP2=m +CONFIG_SERIAL_RP2_NR_UARTS=32 +CONFIG_SERIAL_SAMSUNG=y +CONFIG_SERIAL_SAMSUNG_CONSOLE=y +CONFIG_SERIAL_SAMSUNG_UARTS=4 +CONFIG_SERIAL_SAMSUNG_UARTS_4=y +CONFIG_SERIAL_SC16IS7XX=m +CONFIG_SERIAL_SCCNXP=y +CONFIG_SERIAL_SCCNXP_CONSOLE=y +CONFIG_SERIAL_SH_SCI=m +CONFIG_SERIAL_SH_SCI_DMA=y +CONFIG_SERIAL_SH_SCI_NR_UARTS=2 +CONFIG_SERIAL_ST_ASC=m +CONFIG_SERIAL_TEGRA=m +CONFIG_SERIAL_TIMBERDALE=m +CONFIG_SERIAL_UARTLITE=m +CONFIG_SERIAL_XILINX_PS_UART=m +CONFIG_SERIO=y +CONFIG_SERIO_ALTERA_PS2=m +CONFIG_SERIO_AMBAKMI=m +CONFIG_SERIO_APBPS2=m +CONFIG_SERIO_ARC_PS2=m +CONFIG_SERIO_CT82C710=m +CONFIG_SERIO_I8042=y +CONFIG_SERIO_LIBPS2=y +CONFIG_SERIO_NVEC_PS2=m +CONFIG_SERIO_PARKBD=m +CONFIG_SERIO_PCIPS2=m +CONFIG_SERIO_PS2MULT=m +CONFIG_SERIO_RAW=m +CONFIG_SERIO_SERPORT=m +CONFIG_SERIO_XILINX_XPS_PS2=m +CONFIG_SFC=m +CONFIG_SFC_MCDI_MON=y +CONFIG_SFC_MTD=y +CONFIG_SFC_SRIOV=y +CONFIG_SFI=y +CONFIG_SGETMASK_SYSCALL=y +CONFIG_SGI_IOC4=m +CONFIG_SGI_PARTITION=y +CONFIG_SGY_CTS1000=m +CONFIG_SHMEM=y +CONFIG_SHMOBILE_IOMMU=y +# CONFIG_SHMOBILE_IOMMU_ADDRSIZE_1024MB is not set +# CONFIG_SHMOBILE_IOMMU_ADDRSIZE_128MB is not set +CONFIG_SHMOBILE_IOMMU_ADDRSIZE_2048MB=y +# CONFIG_SHMOBILE_IOMMU_ADDRSIZE_256MB is not set +# CONFIG_SHMOBILE_IOMMU_ADDRSIZE_32MB is not set +# CONFIG_SHMOBILE_IOMMU_ADDRSIZE_512MB is not set +# CONFIG_SHMOBILE_IOMMU_ADDRSIZE_64MB is not set +CONFIG_SHMOBILE_IOMMU_L1SIZE=8192 +CONFIG_SHMOBILE_IPMMU=y +CONFIG_SHMOBILE_IPMMU_TLB=y +CONFIG_SHMOBILE_TIMER_HZ=128 +CONFIG_SH_DMAE=m +CONFIG_SH_DMAE_BASE=y +CONFIG_SH_ETH=m +CONFIG_SH_IRDA=m +# CONFIG_SH_TIMER_TMU is not set +CONFIG_SI7005=m +CONFIG_SIGMATEL_FIR=m +CONFIG_SIGNALFD=y +CONFIG_SIGNATURE=y +CONFIG_SIS190=m +CONFIG_SIS900=m +CONFIG_SKFP=m +CONFIG_SKGE=m +# CONFIG_SKGE_DEBUG is not set +CONFIG_SKGE_GENESIS=y +CONFIG_SKY2=m +# CONFIG_SKY2_DEBUG is not set +# CONFIG_SLAB is not set +CONFIG_SLABINFO=y +CONFIG_SLHC=y +CONFIG_SLICOSS=m +CONFIG_SLIP=m +CONFIG_SLIP_COMPRESSED=y +CONFIG_SLIP_MODE_SLIP6=y +CONFIG_SLIP_SMART=y +# CONFIG_SLOB is not set +CONFIG_SLUB=y +CONFIG_SLUB_CPU_PARTIAL=y +CONFIG_SLUB_DEBUG=y +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_SLUB_STATS is not set +CONFIG_SMARTJOYPLUS_FF=y +CONFIG_SMC911X=m +CONFIG_SMC9194=m +CONFIG_SMC_IRCC_FIR=m +CONFIG_SMP=y +CONFIG_SMP_ON_UP=y +CONFIG_SMSC37B787_WDT=m +CONFIG_SMSC911X=m +# CONFIG_SMSC911X_ARCH_HOOKS is not set +CONFIG_SMSC9420=m +CONFIG_SMSC_PHY=m +CONFIG_SMSC_SCH311X_WDT=m +CONFIG_SMS_SDIO_DRV=m +# CONFIG_SMS_SIANO_DEBUGFS is not set +CONFIG_SMS_SIANO_MDTV=m +CONFIG_SMS_SIANO_RC=y +CONFIG_SMS_USB_DRV=m +CONFIG_SM_FTL=m +CONFIG_SND_AC97_CODEC=m +CONFIG_SND_AC97_POWER_SAVE=y +CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0 +CONFIG_SND_AD1816A=m +CONFIG_SND_AD1848=m +CONFIG_SND_AD1889=m +CONFIG_SND_ADLIB=m +CONFIG_SND_ALI5451=m +CONFIG_SND_ALOOP=m +CONFIG_SND_ALS100=m +CONFIG_SND_ALS300=m +CONFIG_SND_ALS4000=m +CONFIG_SND_AM33XX_SOC_EVM=m +CONFIG_SND_AOA=m +CONFIG_SND_AOA_FABRIC_LAYOUT=m +CONFIG_SND_AOA_ONYX=m +CONFIG_SND_AOA_SOUNDBUS=m +CONFIG_SND_AOA_SOUNDBUS_I2S=m +CONFIG_SND_AOA_TAS=m +CONFIG_SND_AOA_TOONIE=m +CONFIG_SND_ARM=y +CONFIG_SND_ARMAACI=m +CONFIG_SND_ASIHPI=m +CONFIG_SND_ATIIXP=m +CONFIG_SND_ATIIXP_MODEM=m +CONFIG_SND_ATMEL_SOC=m +CONFIG_SND_AU8810=m +CONFIG_SND_AU8820=m +CONFIG_SND_AU8830=m +CONFIG_SND_AW2=m +CONFIG_SND_AZT1605=m +CONFIG_SND_AZT2316=m +CONFIG_SND_AZT2320=m +CONFIG_SND_AZT3328=m +CONFIG_SND_BCD2000=m +CONFIG_SND_BEBOB=m +CONFIG_SND_BT87X=m +# CONFIG_SND_BT87X_OVERCLOCK is not set +CONFIG_SND_CA0106=m +CONFIG_SND_CMI8328=m +CONFIG_SND_CMI8330=m +CONFIG_SND_CMIPCI=m +CONFIG_SND_CS4231=m +CONFIG_SND_CS4236=m +CONFIG_SND_CS4281=m +CONFIG_SND_CS46XX=m +CONFIG_SND_CS46XX_NEW_DSP=y +CONFIG_SND_CS5530=m +CONFIG_SND_CS5535AUDIO=m +CONFIG_SND_CTXFI=m +CONFIG_SND_DARLA20=m +CONFIG_SND_DARLA24=m +CONFIG_SND_DAVINCI_SOC=m +CONFIG_SND_DAVINCI_SOC_GENERIC_EVM=m +CONFIG_SND_DAVINCI_SOC_MCASP=m +# CONFIG_SND_DEBUG is not set +CONFIG_SND_DESIGNWARE_I2S=m +CONFIG_SND_DICE=m +CONFIG_SND_DMA_SGBUF=y +CONFIG_SND_DRIVERS=y +CONFIG_SND_DUMMY=m +CONFIG_SND_DYNAMIC_MINORS=y +CONFIG_SND_ECHO3G=m +CONFIG_SND_EMU10K1=m +CONFIG_SND_EMU10K1X=m +CONFIG_SND_EMU10K1_SEQ=m +CONFIG_SND_ENS1370=m +CONFIG_SND_ENS1371=m +CONFIG_SND_ES1688=m +CONFIG_SND_ES18XX=m +CONFIG_SND_ES1938=m +CONFIG_SND_ES1968=m +CONFIG_SND_ES1968_INPUT=y +CONFIG_SND_ES1968_RADIO=y +CONFIG_SND_FIREWIRE=y +CONFIG_SND_FIREWIRE_LIB=m +CONFIG_SND_FIREWIRE_SPEAKERS=m +CONFIG_SND_FIREWORKS=m +CONFIG_SND_FM801=m +CONFIG_SND_FM801_TEA575X_BOOL=y +CONFIG_SND_GINA20=m +CONFIG_SND_GINA24=m +CONFIG_SND_GUSCLASSIC=m +CONFIG_SND_GUSEXTREME=m +CONFIG_SND_GUSMAX=m +CONFIG_SND_HDA=m +CONFIG_SND_HDA_CODEC_ANALOG=m +CONFIG_SND_HDA_CODEC_CA0110=m +CONFIG_SND_HDA_CODEC_CA0132=m +CONFIG_SND_HDA_CODEC_CA0132_DSP=y +CONFIG_SND_HDA_CODEC_CIRRUS=m +CONFIG_SND_HDA_CODEC_CMEDIA=m +CONFIG_SND_HDA_CODEC_CONEXANT=m +CONFIG_SND_HDA_CODEC_HDMI=m +CONFIG_SND_HDA_CODEC_REALTEK=m +CONFIG_SND_HDA_CODEC_SI3054=m +CONFIG_SND_HDA_CODEC_SIGMATEL=m +CONFIG_SND_HDA_CODEC_VIA=m +CONFIG_SND_HDA_DSP_LOADER=y +CONFIG_SND_HDA_GENERIC=m +CONFIG_SND_HDA_HWDEP=y +CONFIG_SND_HDA_I915=y +CONFIG_SND_HDA_INPUT_BEEP=y +CONFIG_SND_HDA_INPUT_BEEP_MODE=0 +CONFIG_SND_HDA_INPUT_JACK=y +CONFIG_SND_HDA_PATCH_LOADER=y +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 +CONFIG_SND_HDA_PREALLOC_SIZE=64 +CONFIG_SND_HDA_RECONFIG=y +CONFIG_SND_HDA_TEGRA=m +CONFIG_SND_HDSP=m +CONFIG_SND_HDSPM=m +CONFIG_SND_HRTIMER=m +CONFIG_SND_HWDEP=m +CONFIG_SND_ICE1712=m +CONFIG_SND_ICE1724=m +CONFIG_SND_IMX_SOC=y +CONFIG_SND_INDIGO=m +CONFIG_SND_INDIGODJ=m +CONFIG_SND_INDIGODJX=m +CONFIG_SND_INDIGOIO=m +CONFIG_SND_INDIGOIOX=m +CONFIG_SND_INTEL8X0=m +CONFIG_SND_INTEL8X0M=m +CONFIG_SND_INTERWAVE=m +CONFIG_SND_INTERWAVE_STB=m +CONFIG_SND_ISA=y +CONFIG_SND_ISIGHT=m +CONFIG_SND_JACK=y +CONFIG_SND_JAZZ16=m +CONFIG_SND_KCTL_JACK=y +CONFIG_SND_KIRKWOOD_SOC=m +CONFIG_SND_KIRKWOOD_SOC_ARMADA370_DB=m +CONFIG_SND_KORG1212=m +CONFIG_SND_LAYLA20=m +CONFIG_SND_LAYLA24=m +CONFIG_SND_LOLA=m +CONFIG_SND_LX6464ES=m +CONFIG_SND_MAESTRO3=m +CONFIG_SND_MAESTRO3_INPUT=y +CONFIG_SND_MAX_CARDS=32 +CONFIG_SND_MFLD_MACHINE=m +CONFIG_SND_MIA=m +CONFIG_SND_MIRO=m +CONFIG_SND_MIXART=m +CONFIG_SND_MIXER_OSS=m +CONFIG_SND_MONA=m +CONFIG_SND_MPU401=m +CONFIG_SND_MPU401_UART=m +CONFIG_SND_MSND_CLASSIC=m +CONFIG_SND_MSND_PINNACLE=m +CONFIG_SND_MTPAV=m +CONFIG_SND_MTS64=m +CONFIG_SND_NM256=m +CONFIG_SND_OMAP_SOC=y +CONFIG_SND_OMAP_SOC_DMIC=m +CONFIG_SND_OMAP_SOC_HDMI=m +CONFIG_SND_OMAP_SOC_MCBSP=y +CONFIG_SND_OMAP_SOC_MCPDM=m +CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m +CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040=m +CONFIG_SND_OMAP_SOC_OMAP_HDMI=m +CONFIG_SND_OMAP_SOC_OMAP_TWL4030=y +CONFIG_SND_OPL3SA2=m +CONFIG_SND_OPL3_LIB=m +CONFIG_SND_OPL3_LIB_SEQ=m +CONFIG_SND_OPL4_LIB=m +CONFIG_SND_OPTI92X_AD1848=m +CONFIG_SND_OPTI92X_CS4231=m +CONFIG_SND_OPTI93X=m +CONFIG_SND_OSSEMUL=y +CONFIG_SND_OXYGEN=m +CONFIG_SND_OXYGEN_LIB=m +CONFIG_SND_PCI=y +CONFIG_SND_PCMCIA=y +# CONFIG_SND_PCM_OSS is not set +CONFIG_SND_PCSP=m +CONFIG_SND_PCXHR=m +CONFIG_SND_PDAUDIOCF=m +CONFIG_SND_PORTMAN2X4=m +CONFIG_SND_POWERMAC=m +CONFIG_SND_POWERMAC_AUTO_DRC=y +CONFIG_SND_POWERPC_SOC=m +CONFIG_SND_PPC=y +CONFIG_SND_PS3=m +CONFIG_SND_PS3_DEFAULT_START_DELAY=2000 +CONFIG_SND_RAWMIDI=m +CONFIG_SND_RAWMIDI_SEQ=m +CONFIG_SND_RIPTIDE=m +CONFIG_SND_RME32=m +CONFIG_SND_RME96=m +CONFIG_SND_RME9652=m +CONFIG_SND_S3C_DMA=m +CONFIG_SND_SAMSUNG_I2S=m +CONFIG_SND_SAMSUNG_PCM=m +CONFIG_SND_SAMSUNG_SPDIF=m +CONFIG_SND_SB16=m +CONFIG_SND_SB16_CSP=y +CONFIG_SND_SB16_DSP=m +CONFIG_SND_SB8=m +CONFIG_SND_SB8_DSP=m +CONFIG_SND_SBAWE=m +CONFIG_SND_SB_COMMON=m +CONFIG_SND_SC6000=m +CONFIG_SND_SCS1X=m +CONFIG_SND_SEQUENCER=m +# CONFIG_SND_SEQUENCER_OSS is not set +CONFIG_SND_SEQ_DUMMY=m +CONFIG_SND_SEQ_HRTIMER_DEFAULT=y +CONFIG_SND_SERIAL_U16550=m +CONFIG_SND_SIMPLE_CARD=m +CONFIG_SND_SIS7019=m +CONFIG_SND_SOC_AC97_BUS=y +CONFIG_SND_SOC_ADAU1701=m +CONFIG_SND_SOC_AK4104=m +CONFIG_SND_SOC_AK4554=m +CONFIG_SND_SOC_AK4642=m +CONFIG_SND_SOC_AK5386=m +CONFIG_SND_SOC_ALC5623=m +CONFIG_SND_SOC_ALC5632=m +CONFIG_SND_SOC_CS4270=m +CONFIG_SND_SOC_CS4271=m +CONFIG_SND_SOC_CS42L51=m +CONFIG_SND_SOC_CS42L52=m +CONFIG_SND_SOC_CS42L56=m +CONFIG_SND_SOC_CS42L73=m +CONFIG_SND_SOC_CS42XX8=m +CONFIG_SND_SOC_CS42XX8_I2C=m +CONFIG_SND_SOC_DMIC=m +CONFIG_SND_SOC_EUKREA_TLV320=m +CONFIG_SND_SOC_FSL_ESAI=m +CONFIG_SND_SOC_FSL_SAI=m +CONFIG_SND_SOC_FSL_SPDIF=m +CONFIG_SND_SOC_FSL_UTILS=m +CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y +CONFIG_SND_SOC_IMX_MC13783=m +CONFIG_SND_SOC_IMX_PCM_DMA=y +CONFIG_SND_SOC_IMX_PCM_FIQ=y +CONFIG_SND_SOC_IMX_SGTL5000=y +CONFIG_SND_SOC_IMX_SPDIF=m +CONFIG_SND_SOC_IMX_SSI=m +CONFIG_SND_SOC_IMX_WM8962=m +CONFIG_SND_SOC_INTEL_BAYTRAIL=m +CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH=m +CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH=m +CONFIG_SND_SOC_INTEL_HASWELL=m +CONFIG_SND_SOC_INTEL_HASWELL_MACH=m +CONFIG_SND_SOC_INTEL_SST=m +CONFIG_SND_SOC_INTEL_SST_ACPI=m +CONFIG_SND_SOC_MAX98090=m +CONFIG_SND_SOC_MAX98095=m +CONFIG_SND_SOC_MC13783=m +CONFIG_SND_SOC_PCM1681=m +CONFIG_SND_SOC_PCM1792A=m +CONFIG_SND_SOC_PCM512x=m +CONFIG_SND_SOC_PCM512x_I2C=m +CONFIG_SND_SOC_PCM512x_SPI=m +CONFIG_SND_SOC_RCAR=m +CONFIG_SND_SOC_RL6231=m +CONFIG_SND_SOC_RT5640=m +CONFIG_SND_SOC_SAMSUNG=m +CONFIG_SND_SOC_SAMSUNG_SMDK_SPDIF=m +CONFIG_SND_SOC_SAMSUNG_SMDK_WM8994=m +CONFIG_SND_SOC_SH4_FSI=m +CONFIG_SND_SOC_SI476X=m +CONFIG_SND_SOC_SIGMADSP=m +CONFIG_SND_SOC_SIGMADSP_I2C=m +CONFIG_SND_SOC_SIRF_AUDIO_CODEC=m +CONFIG_SND_SOC_SMDK_WM8994_PCM=m +CONFIG_SND_SOC_SN95031=m +CONFIG_SND_SOC_SNOW=m +CONFIG_SND_SOC_SPDIF=m +CONFIG_SND_SOC_STA350=m +CONFIG_SND_SOC_TAS5086=m +CONFIG_SND_SOC_TEGRA=m +CONFIG_SND_SOC_TEGRA20_AC97=m +CONFIG_SND_SOC_TEGRA20_DAS=m +CONFIG_SND_SOC_TEGRA20_I2S=m +CONFIG_SND_SOC_TEGRA20_SPDIF=m +CONFIG_SND_SOC_TEGRA30_AHUB=m +CONFIG_SND_SOC_TEGRA30_I2S=m +CONFIG_SND_SOC_TEGRA_ALC5632=m +CONFIG_SND_SOC_TEGRA_MAX98090=m +CONFIG_SND_SOC_TEGRA_RT5640=m +CONFIG_SND_SOC_TEGRA_TRIMSLICE=m +CONFIG_SND_SOC_TEGRA_WM8753=m +CONFIG_SND_SOC_TEGRA_WM8903=m +CONFIG_SND_SOC_TEGRA_WM9712=m +CONFIG_SND_SOC_TLV320AIC23=m +CONFIG_SND_SOC_TLV320AIC23_I2C=m +CONFIG_SND_SOC_TLV320AIC3X=m +CONFIG_SND_SOC_TPA6130A2=m +CONFIG_SND_SOC_TWL4030=y +CONFIG_SND_SOC_TWL6040=m +CONFIG_SND_SOC_WM8510=m +CONFIG_SND_SOC_WM8523=m +CONFIG_SND_SOC_WM8580=m +CONFIG_SND_SOC_WM8711=m +CONFIG_SND_SOC_WM8728=m +CONFIG_SND_SOC_WM8731=m +CONFIG_SND_SOC_WM8737=m +CONFIG_SND_SOC_WM8741=m +CONFIG_SND_SOC_WM8750=m +CONFIG_SND_SOC_WM8753=m +CONFIG_SND_SOC_WM8770=m +CONFIG_SND_SOC_WM8776=m +CONFIG_SND_SOC_WM8804=m +CONFIG_SND_SOC_WM8903=m +CONFIG_SND_SOC_WM8962=m +CONFIG_SND_SOC_WM8994=m +CONFIG_SND_SOC_WM9712=m +CONFIG_SND_SOC_WM_HUBS=m +CONFIG_SND_SONICVIBES=m +CONFIG_SND_SPI=y +CONFIG_SND_SSCAPE=m +CONFIG_SND_SST_MFLD_PLATFORM=m +CONFIG_SND_SUPPORT_OLD_API=y +CONFIG_SND_TRIDENT=m +CONFIG_SND_USB=y +CONFIG_SND_USB_6FIRE=m +CONFIG_SND_USB_AUDIO=m +CONFIG_SND_USB_CAIAQ=m +CONFIG_SND_USB_CAIAQ_INPUT=y +CONFIG_SND_USB_HIFACE=m +CONFIG_SND_USB_UA101=m +CONFIG_SND_USB_US122L=m +CONFIG_SND_USB_USX2Y=m +# CONFIG_SND_VERBOSE_PRINTK is not set +CONFIG_SND_VERBOSE_PROCFS=y +CONFIG_SND_VIA82XX=m +CONFIG_SND_VIA82XX_MODEM=m +CONFIG_SND_VIRMIDI=m +CONFIG_SND_VIRTUOSO=m +CONFIG_SND_VMASTER=y +CONFIG_SND_VX222=m +CONFIG_SND_VXPOCKET=m +CONFIG_SND_VX_LIB=m +CONFIG_SND_WAVEFRONT=m +CONFIG_SND_WSS_LIB=m +CONFIG_SND_YMFPCI=m +# CONFIG_SOCRATES is not set +# CONFIG_SOC_AM43XX is not set +CONFIG_SOC_BUS=y +CONFIG_SOC_CAMERA=m +CONFIG_SOC_CAMERA_IMX074=m +CONFIG_SOC_CAMERA_MT9M001=m +CONFIG_SOC_CAMERA_MT9M111=m +CONFIG_SOC_CAMERA_MT9T031=m +CONFIG_SOC_CAMERA_MT9T112=m +CONFIG_SOC_CAMERA_MT9V022=m +CONFIG_SOC_CAMERA_OV2640=m +CONFIG_SOC_CAMERA_OV5642=m +CONFIG_SOC_CAMERA_OV6650=m +CONFIG_SOC_CAMERA_OV772X=m +CONFIG_SOC_CAMERA_OV9640=m +CONFIG_SOC_CAMERA_OV9740=m +CONFIG_SOC_CAMERA_PLATFORM=m +CONFIG_SOC_CAMERA_RJ54N1=m +CONFIG_SOC_CAMERA_SCALE_CROP=m +CONFIG_SOC_CAMERA_TW9910=m +CONFIG_SOC_DRA7XX=y +CONFIG_SOC_EXYNOS5250=y +CONFIG_SOC_EXYNOS5260=y +CONFIG_SOC_EXYNOS5410=y +CONFIG_SOC_EXYNOS5420=y +CONFIG_SOC_EXYNOS5440=y +CONFIG_SOC_EXYNOS5800=y +CONFIG_SOC_HAS_OMAP2_SDRC=y +CONFIG_SOC_HAS_REALTIME_COUNTER=y +CONFIG_SOC_IMX5=y +CONFIG_SOC_IMX50=y +# CONFIG_SOC_IMX53 is not set +CONFIG_SOC_IMX6=y +CONFIG_SOC_IMX6Q=y +CONFIG_SOC_IMX6SL=y +CONFIG_SOC_IMX6SX=y +CONFIG_SOC_OMAP3430=y +# CONFIG_SOC_OMAP5 is not set +CONFIG_SOC_TI81XX=y +CONFIG_SOC_VF610=y +CONFIG_SOFT_WATCHDOG=m +CONFIG_SOLARIS_X86_PARTITION=y +CONFIG_SOLO6X10=m +CONFIG_SONYPI=m +CONFIG_SONYPI_COMPAT=y +CONFIG_SONY_FF=y +CONFIG_SONY_LAPTOP=m +CONFIG_SOUND_OSS_CORE=y +# CONFIG_SOUND_OSS_CORE_PRECLAIM is not set +# CONFIG_SOUND_PRIME is not set +CONFIG_SP5100_TCO=m +CONFIG_SPAPR_TCE_IOMMU=y +CONFIG_SPARSEMEM=y +CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y +CONFIG_SPARSEMEM_EXTREME=y +CONFIG_SPARSEMEM_MANUAL=y +CONFIG_SPARSEMEM_STATIC=y +CONFIG_SPARSEMEM_VMEMMAP=y +CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y +CONFIG_SPARSE_IRQ=y +# CONFIG_SPARSE_RCU_POINTER is not set +CONFIG_SPEAKUP=m +CONFIG_SPEAKUP_SYNTH_ACNTPC=m +CONFIG_SPEAKUP_SYNTH_ACNTSA=m +CONFIG_SPEAKUP_SYNTH_APOLLO=m +CONFIG_SPEAKUP_SYNTH_AUDPTR=m +CONFIG_SPEAKUP_SYNTH_BNS=m +CONFIG_SPEAKUP_SYNTH_DECEXT=m +CONFIG_SPEAKUP_SYNTH_DECPC=m +CONFIG_SPEAKUP_SYNTH_DECTLK=m +CONFIG_SPEAKUP_SYNTH_DTLK=m +CONFIG_SPEAKUP_SYNTH_DUMMY=m +CONFIG_SPEAKUP_SYNTH_KEYPC=m +CONFIG_SPEAKUP_SYNTH_LTLK=m +CONFIG_SPEAKUP_SYNTH_SOFT=m +CONFIG_SPEAKUP_SYNTH_SPKOUT=m +CONFIG_SPEAKUP_SYNTH_TXPRT=m +CONFIG_SPI=y +CONFIG_SPI_ALTERA=m +CONFIG_SPI_BITBANG=m +CONFIG_SPI_BUTTERFLY=m +CONFIG_SPI_CADENCE=m +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_DESIGNWARE=m +CONFIG_SPI_DW_MID_DMA=y +CONFIG_SPI_DW_MMIO=m +CONFIG_SPI_DW_PCI=m +CONFIG_SPI_FSL_CPM=y +CONFIG_SPI_FSL_DSPI=m +CONFIG_SPI_FSL_ESPI=y +CONFIG_SPI_FSL_LIB=y +CONFIG_SPI_FSL_QUADSPI=m +CONFIG_SPI_FSL_SPI=y +CONFIG_SPI_GPIO=m +CONFIG_SPI_IMX=m +CONFIG_SPI_LM70_LLP=m +CONFIG_SPI_MASTER=y +CONFIG_SPI_OC_TINY=m +CONFIG_SPI_OMAP24XX=y +CONFIG_SPI_ORION=m +CONFIG_SPI_PL022=m +CONFIG_SPI_PXA2XX=m +CONFIG_SPI_PXA2XX_DMA=y +CONFIG_SPI_PXA2XX_PCI=m +CONFIG_SPI_QUP=m +CONFIG_SPI_RSPI=m +CONFIG_SPI_S3C64XX=m +CONFIG_SPI_SC18IS602=m +CONFIG_SPI_SH_HSPI=m +CONFIG_SPI_SH_MSIOF=m +CONFIG_SPI_SPIDEV=m +CONFIG_SPI_TEGRA114=m +CONFIG_SPI_TEGRA20_SFLASH=m +CONFIG_SPI_TEGRA20_SLINK=m +CONFIG_SPI_TI_QSPI=m +CONFIG_SPI_TLE62X0=m +CONFIG_SPI_TOPCLIFF_PCH=m +CONFIG_SPI_XCOMM=m +# CONFIG_SPI_XILINX is not set +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_SPMI=m +CONFIG_SPMI_MSM_PMIC_ARB=m +CONFIG_SPU_BASE=y +CONFIG_SPU_FS=m +CONFIG_SPU_FS_64K_LS=y +CONFIG_SQUASHFS=m +# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set +# CONFIG_SQUASHFS_DECOMP_MULTI is not set +CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y +# CONFIG_SQUASHFS_DECOMP_SINGLE is not set +# CONFIG_SQUASHFS_EMBEDDED is not set +# CONFIG_SQUASHFS_FILE_CACHE is not set +CONFIG_SQUASHFS_FILE_DIRECT=y +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 +CONFIG_SQUASHFS_LZO=y +CONFIG_SQUASHFS_XATTR=y +CONFIG_SQUASHFS_XZ=y +CONFIG_SQUASHFS_ZLIB=y +CONFIG_SRAM=y +CONFIG_SSB=m +CONFIG_SSB_B43_PCI_BRIDGE=y +CONFIG_SSB_BLOCKIO=y +# CONFIG_SSB_DEBUG is not set +CONFIG_SSB_DRIVER_GPIO=y +CONFIG_SSB_DRIVER_PCICORE=y +CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y +CONFIG_SSB_PCIHOST=y +CONFIG_SSB_PCIHOST_POSSIBLE=y +# CONFIG_SSB_PCMCIAHOST is not set +CONFIG_SSB_PCMCIAHOST_POSSIBLE=y +CONFIG_SSB_POSSIBLE=y +CONFIG_SSB_SDIOHOST=y +CONFIG_SSB_SDIOHOST_POSSIBLE=y +# CONFIG_SSB_SILENT is not set +CONFIG_SSB_SPROM=y +CONFIG_SSFDC=m +CONFIG_SSI_PROTOCOL=m +CONFIG_STACKTRACE=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_STAGING=y +CONFIG_STAGING_MEDIA=y +CONFIG_STE10XP=m +CONFIG_STE_MODEM_RPROC=m +# CONFIG_STMMAC_DA is not set +# CONFIG_STMMAC_DEBUG_FS is not set +CONFIG_STMMAC_ETH=m +# CONFIG_STMMAC_PCI is not set +CONFIG_STMMAC_PLATFORM=y +CONFIG_STMPE_I2C=y +CONFIG_STMPE_SPI=y +CONFIG_STMP_DEVICE=y +CONFIG_STOP_MACHINE=y +CONFIG_STP=m +CONFIG_STRICT_DEVMEM=y +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_STX_GP3 is not set +CONFIG_SUDMAC=m +CONFIG_SUNDANCE=m +# CONFIG_SUNDANCE_MMIO is not set +CONFIG_SUNGEM=m +CONFIG_SUNGEM_PHY=m +CONFIG_SUNRPC=m +CONFIG_SUNRPC_BACKCHANNEL=y +CONFIG_SUNRPC_DEBUG=y +CONFIG_SUNRPC_GSS=m +CONFIG_SUNRPC_SWAP=y +CONFIG_SUNRPC_XPRT_RDMA_CLIENT=m +CONFIG_SUNRPC_XPRT_RDMA_SERVER=m +CONFIG_SUN_PARTITION=y +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +CONFIG_SWAP=y +CONFIG_SWIOTLB=y +CONFIG_SWIOTLB_XEN=y +CONFIG_SWP_EMULATE=y +CONFIG_SXGBE_ETH=m +CONFIG_SYNCLINK=m +CONFIG_SYNCLINKMP=m +CONFIG_SYNCLINK_CS=m +CONFIG_SYNCLINK_GT=m +CONFIG_SYN_COOKIES=y +CONFIG_SYSCTL=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_SYSCTL_SYSCALL=y +CONFIG_SYSFS=y +# CONFIG_SYSFS_DEPRECATED is not set +CONFIG_SYSFS_SYSCALL=y +CONFIG_SYSTEMPORT=m +CONFIG_SYSTEM_TRUSTED_KEYRING=y +CONFIG_SYSV68_PARTITION=y +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_COMPAT=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_SYSV_FS=m +CONFIG_SYS_SUPPORTS_APM_EMULATION=y +CONFIG_SYS_SUPPORTS_EM_STI=y +CONFIG_SYS_SUPPORTS_HUGETLBFS=y +CONFIG_SYS_SUPPORTS_SH_CMT=y +CONFIG_SYS_SUPPORTS_SH_MTU2=y +CONFIG_TABLET_USB_ACECAD=m +CONFIG_TABLET_USB_AIPTEK=m +CONFIG_TABLET_USB_GTCO=m +CONFIG_TABLET_USB_HANWANG=m +CONFIG_TABLET_USB_KBTAB=m +CONFIG_TABLET_USB_WACOM=m +CONFIG_TAHVO_USB=m +CONFIG_TAHVO_USB_HOST_BY_DEFAULT=y +CONFIG_TARGET_CORE=m +CONFIG_TASKSTATS=y +CONFIG_TASK_DELAY_ACCT=y +CONFIG_TASK_IO_ACCOUNTING=y +CONFIG_TASK_SIZE=0xc0000000 +CONFIG_TASK_XACCT=y +CONFIG_TAU=y +# CONFIG_TAU_AVERAGE is not set +# CONFIG_TAU_INT is not set +CONFIG_TC1100_WMI=m +CONFIG_TCG_ATMEL=m +CONFIG_TCG_IBMVTPM=y +CONFIG_TCG_INFINEON=m +CONFIG_TCG_NSC=m +CONFIG_TCG_ST33_I2C=m +CONFIG_TCG_TIS=y +CONFIG_TCG_TIS_I2C_ATMEL=m +CONFIG_TCG_TIS_I2C_INFINEON=m +CONFIG_TCG_TIS_I2C_NUVOTON=m +CONFIG_TCG_TPM=y +CONFIG_TCG_XEN=m +CONFIG_TCIC=m +CONFIG_TCM_FC=m +CONFIG_TCM_FILEIO=m +CONFIG_TCM_IBLOCK=m +CONFIG_TCM_PSCSI=m +CONFIG_TCM_QLA2XXX=m +CONFIG_TCP_CONG_ADVANCED=y +CONFIG_TCP_CONG_BIC=m +CONFIG_TCP_CONG_CUBIC=y +CONFIG_TCP_CONG_HSTCP=m +CONFIG_TCP_CONG_HTCP=m +CONFIG_TCP_CONG_HYBLA=m +CONFIG_TCP_CONG_ILLINOIS=m +CONFIG_TCP_CONG_LP=m +CONFIG_TCP_CONG_SCALABLE=m +CONFIG_TCP_CONG_VEGAS=m +CONFIG_TCP_CONG_VENO=m +CONFIG_TCP_CONG_WESTWOOD=m +CONFIG_TCP_CONG_YEAH=m +CONFIG_TCP_MD5SIG=y +CONFIG_TCS3472=m +CONFIG_TEGRA20_APB_DMA=y +CONFIG_TEGRA20_MC=y +CONFIG_TEGRA30_MC=y +CONFIG_TEGRA_AHB=y +CONFIG_TEGRA_HOST1X=m +CONFIG_TEGRA_HOST1X_FIREWALL=y +CONFIG_TEGRA_IOMMU_GART=y +CONFIG_TEGRA_IOMMU_SMMU=y +CONFIG_TEGRA_WATCHDOG=m +CONFIG_TEHUTI=m +CONFIG_TEKRAM_DONGLE=m +CONFIG_TELCLOCK=m +CONFIG_TEST_BPF=m +CONFIG_TEST_KSTRTOX=m +# CONFIG_TEST_LIST_SORT is not set +CONFIG_TEST_MODULE=m +CONFIG_TEST_POWER=m +CONFIG_TEST_STRING_HELPERS=m +CONFIG_TEST_USER_COPY=m +CONFIG_TEXTSEARCH=y +CONFIG_TEXTSEARCH_BM=m +CONFIG_TEXTSEARCH_FSM=m +CONFIG_TEXTSEARCH_KMP=m +CONFIG_THERMAL=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +CONFIG_THERMAL_EMULATION=y +CONFIG_THERMAL_GOV_FAIR_SHARE=y +CONFIG_THERMAL_GOV_STEP_WISE=y +CONFIG_THERMAL_GOV_USER_SPACE=y +CONFIG_THERMAL_HWMON=y +CONFIG_THERMAL_OF=y +CONFIG_THERM_ADT746X=y +CONFIG_THERM_PM72=m +CONFIG_THERM_WINDTUNNEL=m +CONFIG_THINKPAD_ACPI=m +CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y +# CONFIG_THINKPAD_ACPI_DEBUG is not set +CONFIG_THINKPAD_ACPI_DEBUGFACILITIES=y +CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y +# CONFIG_THINKPAD_ACPI_UNSAFE_LEDS is not set +CONFIG_THINKPAD_ACPI_VIDEO=y +CONFIG_THRUSTMASTER_FF=y +# CONFIG_THUMB2_KERNEL is not set +CONFIG_TICK_ONESHOT=y +CONFIG_TIFM_7XX1=m +CONFIG_TIFM_CORE=m +CONFIG_TIMB_DMA=m +CONFIG_TIMERFD=y +CONFIG_TIMER_STATS=y +CONFIG_TIPC=m +CONFIG_TIPC_MEDIA_IB=y +CONFIG_TIPC_PORTS=8191 +CONFIG_TI_ADC081C=m +CONFIG_TI_AM335X_ADC=m +CONFIG_TI_CPPI41=m +CONFIG_TI_CPSW=y +CONFIG_TI_CPSW_PHY_SEL=y +CONFIG_TI_CPTS=y +CONFIG_TI_DAC7512=m +CONFIG_TI_DAVINCI_CPDMA=y +CONFIG_TI_DAVINCI_EMAC=m +CONFIG_TI_DAVINCI_MDIO=y +CONFIG_TI_EDMA=y +CONFIG_TI_EMIF=m +CONFIG_TI_PIPE3=m +CONFIG_TI_PRIV_EDMA=y +CONFIG_TI_SOC_THERMAL=m +CONFIG_TI_ST=m +CONFIG_TI_THERMAL=y +CONFIG_TLAN=m +CONFIG_TMD_HERMES=m +CONFIG_TMP006=m +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +CONFIG_TOIM3232_DONGLE=m +CONFIG_TOPSTAR_LAPTOP=m +CONFIG_TORTURE_TEST=m +# CONFIG_TOSHIBA is not set +CONFIG_TOSHIBA_BT_RFKILL=m +CONFIG_TOSHIBA_FIR=m +CONFIG_TOUCHSCREEN_88PM860X=m +CONFIG_TOUCHSCREEN_AD7877=m +CONFIG_TOUCHSCREEN_AD7879=m +CONFIG_TOUCHSCREEN_AD7879_I2C=m +CONFIG_TOUCHSCREEN_AD7879_SPI=m +CONFIG_TOUCHSCREEN_ADS7846=m +CONFIG_TOUCHSCREEN_ATMEL_MXT=m +CONFIG_TOUCHSCREEN_AUO_PIXCIR=m +CONFIG_TOUCHSCREEN_BU21013=m +CONFIG_TOUCHSCREEN_CLEARPAD_TM1217=m +CONFIG_TOUCHSCREEN_CY8CTMG110=m +CONFIG_TOUCHSCREEN_CYTTSP4_CORE=m +CONFIG_TOUCHSCREEN_CYTTSP4_I2C=m +CONFIG_TOUCHSCREEN_CYTTSP4_SPI=m +CONFIG_TOUCHSCREEN_CYTTSP_CORE=m +CONFIG_TOUCHSCREEN_CYTTSP_I2C=m +CONFIG_TOUCHSCREEN_CYTTSP_SPI=m +CONFIG_TOUCHSCREEN_DA9034=m +CONFIG_TOUCHSCREEN_DA9052=m +CONFIG_TOUCHSCREEN_DYNAPRO=m +CONFIG_TOUCHSCREEN_EDT_FT5X06=m +CONFIG_TOUCHSCREEN_EETI=m +CONFIG_TOUCHSCREEN_EGALAX=m +CONFIG_TOUCHSCREEN_ELO=m +CONFIG_TOUCHSCREEN_FUJITSU=m +CONFIG_TOUCHSCREEN_GUNZE=m +CONFIG_TOUCHSCREEN_HAMPSHIRE=m +CONFIG_TOUCHSCREEN_HTCPEN=m +CONFIG_TOUCHSCREEN_ILI210X=m +CONFIG_TOUCHSCREEN_INEXIO=m +CONFIG_TOUCHSCREEN_INTEL_MID=m +CONFIG_TOUCHSCREEN_MAX11801=m +CONFIG_TOUCHSCREEN_MC13783=m +CONFIG_TOUCHSCREEN_MCS5000=m +CONFIG_TOUCHSCREEN_MK712=m +CONFIG_TOUCHSCREEN_MMS114=m +CONFIG_TOUCHSCREEN_MTOUCH=m +CONFIG_TOUCHSCREEN_PCAP=m +CONFIG_TOUCHSCREEN_PENMOUNT=m +CONFIG_TOUCHSCREEN_PIXCIR=m +CONFIG_TOUCHSCREEN_ST1232=m +CONFIG_TOUCHSCREEN_STMPE=m +CONFIG_TOUCHSCREEN_SUR40=m +CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4=m +CONFIG_TOUCHSCREEN_TI_AM335X_TSC=m +CONFIG_TOUCHSCREEN_TOUCHIT213=m +CONFIG_TOUCHSCREEN_TOUCHRIGHT=m +CONFIG_TOUCHSCREEN_TOUCHWIN=m +CONFIG_TOUCHSCREEN_TPS6507X=m +CONFIG_TOUCHSCREEN_TSC2005=m +CONFIG_TOUCHSCREEN_TSC2007=m +CONFIG_TOUCHSCREEN_TSC_SERIO=m +CONFIG_TOUCHSCREEN_UCB1400=m +CONFIG_TOUCHSCREEN_USB_3M=y +CONFIG_TOUCHSCREEN_USB_COMPOSITE=m +CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y +CONFIG_TOUCHSCREEN_USB_E2I=y +CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y +CONFIG_TOUCHSCREEN_USB_EGALAX=y +CONFIG_TOUCHSCREEN_USB_ELO=y +CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y +CONFIG_TOUCHSCREEN_USB_ETURBO=y +CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y +CONFIG_TOUCHSCREEN_USB_GOTOP=y +CONFIG_TOUCHSCREEN_USB_GUNZE=y +CONFIG_TOUCHSCREEN_USB_IDEALTEK=y +CONFIG_TOUCHSCREEN_USB_IRTOUCH=y +CONFIG_TOUCHSCREEN_USB_ITM=y +CONFIG_TOUCHSCREEN_USB_JASTEC=y +CONFIG_TOUCHSCREEN_USB_NEXIO=y +CONFIG_TOUCHSCREEN_USB_PANJIT=y +CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y +CONFIG_TOUCHSCREEN_WACOM_I2C=m +CONFIG_TOUCHSCREEN_WACOM_W8001=m +CONFIG_TOUCHSCREEN_WM831X=m +CONFIG_TOUCHSCREEN_WM9705=y +CONFIG_TOUCHSCREEN_WM9712=y +CONFIG_TOUCHSCREEN_WM9713=y +CONFIG_TOUCHSCREEN_WM97XX=m +CONFIG_TOUCHSCREEN_ZFORCE=m +CONFIG_TPS6105X=m +CONFIG_TPS65010=m +CONFIG_TPS6507X=m +# CONFIG_TQM8540 is not set +# CONFIG_TQM8541 is not set +# CONFIG_TQM8548 is not set +# CONFIG_TQM8555 is not set +# CONFIG_TQM8560 is not set +CONFIG_TRACEPOINTS=y +# CONFIG_TRACEPOINT_BENCHMARK is not set +CONFIG_TRACER_MAX_TRACE=y +CONFIG_TRACER_SNAPSHOT=y +# CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set +CONFIG_TRACE_CLOCK=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_TRACE_ROUTER=m +CONFIG_TRACE_SINK=m +CONFIG_TRACING=y +CONFIG_TRACING_SUPPORT=y +CONFIG_TRANSPARENT_HUGEPAGE=y +CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y +# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set +CONFIG_TRANZPORT=m +CONFIG_TREE_PREEMPT_RCU=y +CONFIG_TREE_RCU=y +# CONFIG_TREE_RCU_TRACE is not set +CONFIG_TRUSTED_FOUNDATIONS=y +CONFIG_TRUSTED_KEYS=y +CONFIG_TSL2583=m +CONFIG_TSL2x7x=m +CONFIG_TSL4531=m +CONFIG_TTPCI_EEPROM=m +CONFIG_TTY=y +CONFIG_TTY_PRINTK=y +CONFIG_TULIP=m +# CONFIG_TULIP_MMIO is not set +# CONFIG_TULIP_MWI is not set +# CONFIG_TULIP_NAPI is not set +CONFIG_TUN=y +# CONFIG_TUNE_CELL is not set +CONFIG_TWL4030_CORE=y +CONFIG_TWL4030_MADC=m +CONFIG_TWL4030_POWER=y +CONFIG_TWL4030_USB=m +CONFIG_TWL4030_WATCHDOG=m +CONFIG_TWL6030_GPADC=m +CONFIG_TWL6030_USB=m +CONFIG_TWL6040_CORE=y +CONFIG_TWR_P102x=y +CONFIG_TYPHOON=m +# CONFIG_UACCESS_WITH_MEMCPY is not set +CONFIG_UBIFS_FS=m +# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set +CONFIG_UBIFS_FS_LZO=y +CONFIG_UBIFS_FS_ZLIB=y +CONFIG_UCB1400_CORE=m +CONFIG_UCS2_STRING=y +CONFIG_UDF_FS=m +CONFIG_UDF_NLS=y +CONFIG_UEFI_CPER=y +CONFIG_UEVENT_HELPER=y +CONFIG_UEVENT_HELPER_PATH="" +# CONFIG_UFS_DEBUG is not set +CONFIG_UFS_FS=m +# CONFIG_UFS_FS_WRITE is not set +CONFIG_UHID=m +CONFIG_UID16=y +CONFIG_UIO=m +CONFIG_UIO_AEC=m +CONFIG_UIO_CIF=m +CONFIG_UIO_DMEM_GENIRQ=m +CONFIG_UIO_MF624=m +CONFIG_UIO_NETX=m +CONFIG_UIO_PCI_GENERIC=m +CONFIG_UIO_PDRV_GENIRQ=m +CONFIG_UIO_SERCOS3=m +CONFIG_ULI526X=m +CONFIG_ULTRA=m +CONFIG_ULTRIX_PARTITION=y +CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" +CONFIG_UNINLINE_SPIN_UNLOCK=y +CONFIG_UNIX=y +CONFIG_UNIX98_PTYS=y +CONFIG_UNIXWARE_DISKLABEL=y +CONFIG_UNIX_DIAG=m +CONFIG_UNUSED_SYMBOLS=y +CONFIG_UPROBE_EVENT=y +CONFIG_USB=y +CONFIG_USBIP_CORE=m +# CONFIG_USBIP_DEBUG is not set +CONFIG_USBIP_HOST=m +CONFIG_USBIP_VHCI_HCD=m +CONFIG_USBPCWATCHDOG=m +CONFIG_USB_ACM=m +CONFIG_USB_ADUTUX=m +CONFIG_USB_ALI_M5632=y +CONFIG_USB_AMD5536UDC=m +CONFIG_USB_AN2720=y +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y +CONFIG_USB_APPLEDISPLAY=m +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB_ARMLINUX=y +CONFIG_USB_ATM=m +CONFIG_USB_AUDIO=m +CONFIG_USB_BELKIN=y +CONFIG_USB_C67X00_HCD=m +CONFIG_USB_CATC=m +CONFIG_USB_CDC_COMPOSITE=m +CONFIG_USB_CDC_PHONET=m +CONFIG_USB_CHIPIDEA=m +# CONFIG_USB_CHIPIDEA_DEBUG is not set +CONFIG_USB_CHIPIDEA_HOST=y +CONFIG_USB_CHIPIDEA_UDC=y +CONFIG_USB_COMMON=y +CONFIG_USB_CONFIGFS=m +CONFIG_USB_CONFIGFS_ACM=y +CONFIG_USB_CONFIGFS_ECM=y +CONFIG_USB_CONFIGFS_ECM_SUBSET=y +CONFIG_USB_CONFIGFS_EEM=y +CONFIG_USB_CONFIGFS_F_FS=y +CONFIG_USB_CONFIGFS_F_LB_SS=y +CONFIG_USB_CONFIGFS_MASS_STORAGE=y +CONFIG_USB_CONFIGFS_NCM=y +CONFIG_USB_CONFIGFS_OBEX=y +CONFIG_USB_CONFIGFS_PHONET=y +CONFIG_USB_CONFIGFS_RNDIS=y +CONFIG_USB_CONFIGFS_SERIAL=y +CONFIG_USB_CXACRU=m +CONFIG_USB_CYPRESS_CY7C63=m +CONFIG_USB_CYTHERM=m +CONFIG_USB_DEFAULT_PERSIST=y +CONFIG_USB_DSBR=m +# CONFIG_USB_DUMMY_HCD is not set +CONFIG_USB_DWC2=y +# CONFIG_USB_DWC2_DEBUG is not set +CONFIG_USB_DWC2_HOST=m +CONFIG_USB_DWC2_PCI=y +CONFIG_USB_DWC2_PERIPHERAL=m +CONFIG_USB_DWC2_PLATFORM=y +# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set +CONFIG_USB_DWC3=m +# CONFIG_USB_DWC3_DEBUG is not set +CONFIG_USB_DWC3_DUAL_ROLE=y +CONFIG_USB_DWC3_EXYNOS=m +# CONFIG_USB_DWC3_GADGET is not set +# CONFIG_USB_DWC3_HOST is not set +CONFIG_USB_DWC3_OMAP=m +CONFIG_USB_DWC3_PCI=m +CONFIG_USB_DYNAMIC_MINORS=y +CONFIG_USB_EG20T=m +CONFIG_USB_EHCI_BIG_ENDIAN_DESC=y +CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y +CONFIG_USB_EHCI_EXYNOS=y +CONFIG_USB_EHCI_FSL=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_HCD_OMAP=m +CONFIG_USB_EHCI_HCD_ORION=y +CONFIG_USB_EHCI_HCD_PPC_OF=y +CONFIG_USB_EHCI_MSM=m +CONFIG_USB_EHCI_MXC=m +CONFIG_USB_EHCI_PCI=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +CONFIG_USB_EHCI_TEGRA=m +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHSET_TEST_FIXTURE=m +CONFIG_USB_EMI26=m +CONFIG_USB_EMI62=m +CONFIG_USB_ENESTORAGE=m +CONFIG_USB_EPSON2888=y +CONFIG_USB_ETH=m +CONFIG_USB_ETH_EEM=y +CONFIG_USB_ETH_RNDIS=y +CONFIG_USB_EZUSB_FX2=m +CONFIG_USB_FOTG210_HCD=m +CONFIG_USB_FOTG210_UDC=m +CONFIG_USB_FSL_QE=m +CONFIG_USB_FSL_USB2=m +CONFIG_USB_FTDI_ELAN=m +CONFIG_USB_FUNCTIONFS=m +CONFIG_USB_FUNCTIONFS_ETH=y +CONFIG_USB_FUNCTIONFS_GENERIC=y +CONFIG_USB_FUNCTIONFS_RNDIS=y +CONFIG_USB_FUSB300=m +CONFIG_USB_FUSBH200_HCD=m +CONFIG_USB_F_ACM=m +CONFIG_USB_F_ECM=m +CONFIG_USB_F_EEM=m +CONFIG_USB_F_FS=m +CONFIG_USB_F_MASS_STORAGE=m +CONFIG_USB_F_NCM=m +CONFIG_USB_F_OBEX=m +CONFIG_USB_F_PHONET=m +CONFIG_USB_F_RNDIS=m +CONFIG_USB_F_SERIAL=m +CONFIG_USB_F_SS_LB=m +CONFIG_USB_F_SUBSET=m +CONFIG_USB_GADGETFS=m +# CONFIG_USB_GADGET_DEBUG is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 +CONFIG_USB_GADGET_TARGET=m +CONFIG_USB_GADGET_VBUS_DRAW=2 +CONFIG_USB_GL860=m +CONFIG_USB_GOKU=m +CONFIG_USB_GPIO_VBUS=m +CONFIG_USB_GR_UDC=m +CONFIG_USB_GSPCA=m +CONFIG_USB_GSPCA_BENQ=m +CONFIG_USB_GSPCA_CONEX=m +CONFIG_USB_GSPCA_CPIA1=m +CONFIG_USB_GSPCA_DTCS033=m +CONFIG_USB_GSPCA_ETOMS=m +CONFIG_USB_GSPCA_FINEPIX=m +CONFIG_USB_GSPCA_JEILINJ=m +CONFIG_USB_GSPCA_JL2005BCD=m +CONFIG_USB_GSPCA_KINECT=m +CONFIG_USB_GSPCA_KONICA=m +CONFIG_USB_GSPCA_MARS=m +CONFIG_USB_GSPCA_MR97310A=m +CONFIG_USB_GSPCA_NW80X=m +CONFIG_USB_GSPCA_OV519=m +CONFIG_USB_GSPCA_OV534=m +CONFIG_USB_GSPCA_OV534_9=m +CONFIG_USB_GSPCA_PAC207=m +CONFIG_USB_GSPCA_PAC7302=m +CONFIG_USB_GSPCA_PAC7311=m +CONFIG_USB_GSPCA_SE401=m +CONFIG_USB_GSPCA_SN9C2028=m +CONFIG_USB_GSPCA_SN9C20X=m +CONFIG_USB_GSPCA_SONIXB=m +CONFIG_USB_GSPCA_SONIXJ=m +CONFIG_USB_GSPCA_SPCA1528=m +CONFIG_USB_GSPCA_SPCA500=m +CONFIG_USB_GSPCA_SPCA501=m +CONFIG_USB_GSPCA_SPCA505=m +CONFIG_USB_GSPCA_SPCA506=m +CONFIG_USB_GSPCA_SPCA508=m +CONFIG_USB_GSPCA_SPCA561=m +CONFIG_USB_GSPCA_SQ905=m +CONFIG_USB_GSPCA_SQ905C=m +CONFIG_USB_GSPCA_SQ930X=m +CONFIG_USB_GSPCA_STK014=m +CONFIG_USB_GSPCA_STK1135=m +CONFIG_USB_GSPCA_STV0680=m +CONFIG_USB_GSPCA_SUNPLUS=m +CONFIG_USB_GSPCA_T613=m +CONFIG_USB_GSPCA_TOPRO=m +CONFIG_USB_GSPCA_TV8532=m +CONFIG_USB_GSPCA_VC032X=m +CONFIG_USB_GSPCA_VICAM=m +CONFIG_USB_GSPCA_XIRLINK_CIT=m +CONFIG_USB_GSPCA_ZC3XX=m +CONFIG_USB_G_ACM_MS=m +CONFIG_USB_G_DBGP=m +# CONFIG_USB_G_DBGP_PRINTK is not set +CONFIG_USB_G_DBGP_SERIAL=y +CONFIG_USB_G_HID=m +CONFIG_USB_G_MULTI_CDC=y +CONFIG_USB_G_MULTI_RNDIS=y +CONFIG_USB_G_NCM=m +CONFIG_USB_G_NOKIA=m +CONFIG_USB_G_PRINTER=m +CONFIG_USB_G_SERIAL=m +CONFIG_USB_G_WEBCAM=m +# CONFIG_USB_HCD_TEST_MODE is not set +CONFIG_USB_HID=m +CONFIG_USB_HIDDEV=y +CONFIG_USB_HSIC_USB3503=m +CONFIG_USB_HSO=m +CONFIG_USB_HWA_HCD=m +CONFIG_USB_IDMOUSE=m +CONFIG_USB_IMX21_HCD=m +CONFIG_USB_INVENTRA_DMA=y +CONFIG_USB_IOWARRIOR=m +CONFIG_USB_IPHETH=m +CONFIG_USB_IRDA=m +CONFIG_USB_ISIGHTFW=m +CONFIG_USB_ISP116X_HCD=m +CONFIG_USB_ISP1301=m +CONFIG_USB_ISP1362_HCD=m +CONFIG_USB_ISP1760_HCD=m +CONFIG_USB_KAWETH=m +CONFIG_USB_KBD=m +CONFIG_USB_KC2190=y +CONFIG_USB_KEENE=m +CONFIG_USB_LCD=m +CONFIG_USB_LD=m +CONFIG_USB_LED=m +CONFIG_USB_LEGOTOWER=m +CONFIG_USB_LIBCOMPOSITE=m +CONFIG_USB_M5602=m +# CONFIG_USB_M66592 is not set +CONFIG_USB_MA901=m +CONFIG_USB_MASS_STORAGE=m +CONFIG_USB_MAX3421_HCD=m +CONFIG_USB_MDC800=m +CONFIG_USB_MICROTEK=m +CONFIG_USB_MIDI_GADGET=m +CONFIG_USB_MON=m +CONFIG_USB_MOUSE=m +CONFIG_USB_MR800=m +CONFIG_USB_MSI3101=m +CONFIG_USB_MSM_OTG=m +CONFIG_USB_MUSB_AM335X_CHILD=m +CONFIG_USB_MUSB_AM35X=m +CONFIG_USB_MUSB_DSPS=m +CONFIG_USB_MUSB_DUAL_ROLE=y +# CONFIG_USB_MUSB_GADGET is not set +# CONFIG_USB_MUSB_HOST is not set +CONFIG_USB_MUSB_OMAP2PLUS=m +CONFIG_USB_MUSB_UX500=m +CONFIG_USB_MV_U3D=m +CONFIG_USB_MV_UDC=m +CONFIG_USB_MXS_PHY=y +CONFIG_USB_NET2272=m +CONFIG_USB_NET2272_DMA=y +CONFIG_USB_NET2280=m +CONFIG_USB_NET_AX88179_178A=m +CONFIG_USB_NET_AX8817X=m +CONFIG_USB_NET_CDCETHER=m +CONFIG_USB_NET_CDC_EEM=m +CONFIG_USB_NET_CDC_MBIM=m +CONFIG_USB_NET_CDC_NCM=m +CONFIG_USB_NET_CDC_SUBSET=m +CONFIG_USB_NET_CX82310_ETH=m +CONFIG_USB_NET_DM9601=m +CONFIG_USB_NET_GL620A=m +CONFIG_USB_NET_HUAWEI_CDC_NCM=m +CONFIG_USB_NET_INT51X1=m +CONFIG_USB_NET_KALMIA=m +CONFIG_USB_NET_MCS7830=m +CONFIG_USB_NET_NET1080=m +CONFIG_USB_NET_PLUSB=m +CONFIG_USB_NET_QMI_WWAN=m +CONFIG_USB_NET_RNDIS_HOST=m +CONFIG_USB_NET_RNDIS_WLAN=m +CONFIG_USB_NET_SMSC75XX=m +CONFIG_USB_NET_SMSC95XX=m +CONFIG_USB_NET_SR9700=m +CONFIG_USB_NET_SR9800=m +CONFIG_USB_NET_ZAURUS=m +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y +CONFIG_USB_OHCI_EXYNOS=y +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_OMAP3=m +CONFIG_USB_OHCI_HCD_PCI=y +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_BLACKLIST_HUB is not set +# CONFIG_USB_OTG_FSM is not set +# CONFIG_USB_OTG_WHITELIST is not set +CONFIG_USB_OXU210HP_HCD=m +CONFIG_USB_PEGASUS=m +CONFIG_USB_PHY=y +CONFIG_USB_PRINTER=m +CONFIG_USB_PWC=m +# CONFIG_USB_PWC_DEBUG is not set +CONFIG_USB_PWC_INPUT_EVDEV=y +CONFIG_USB_PXA27X=m +CONFIG_USB_R8A66597=m +CONFIG_USB_R8A66597_HCD=m +CONFIG_USB_RAREMONO=m +CONFIG_USB_RCAR_GEN2_PHY=m +CONFIG_USB_RENESAS_USBHS=m +CONFIG_USB_RENESAS_USBHS_HCD=m +CONFIG_USB_RENESAS_USBHS_UDC=m +CONFIG_USB_RIO500=m +CONFIG_USB_RTL8150=m +CONFIG_USB_RTL8152=m +CONFIG_USB_S2255=m +CONFIG_USB_SERIAL=m +CONFIG_USB_SERIAL_AIRCABLE=m +CONFIG_USB_SERIAL_ARK3116=m +CONFIG_USB_SERIAL_BELKIN=m +CONFIG_USB_SERIAL_CH341=m +CONFIG_USB_SERIAL_CP210X=m +CONFIG_USB_SERIAL_CYBERJACK=m +CONFIG_USB_SERIAL_CYPRESS_M8=m +CONFIG_USB_SERIAL_DEBUG=m +CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m +CONFIG_USB_SERIAL_EDGEPORT=m +CONFIG_USB_SERIAL_EDGEPORT_TI=m +CONFIG_USB_SERIAL_EMPEG=m +CONFIG_USB_SERIAL_F81232=m +CONFIG_USB_SERIAL_FTDI_SIO=m +CONFIG_USB_SERIAL_GARMIN=m +CONFIG_USB_SERIAL_GENERIC=y +CONFIG_USB_SERIAL_IPAQ=m +CONFIG_USB_SERIAL_IPW=m +CONFIG_USB_SERIAL_IR=m +CONFIG_USB_SERIAL_IUU=m +CONFIG_USB_SERIAL_KEYSPAN=m +CONFIG_USB_SERIAL_KEYSPAN_MPR=y +CONFIG_USB_SERIAL_KEYSPAN_PDA=m +CONFIG_USB_SERIAL_KEYSPAN_USA18X=y +CONFIG_USB_SERIAL_KEYSPAN_USA19=y +CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y +CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y +CONFIG_USB_SERIAL_KEYSPAN_USA19W=y +CONFIG_USB_SERIAL_KEYSPAN_USA28=y +CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y +CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y +CONFIG_USB_SERIAL_KEYSPAN_USA49W=y +CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y +CONFIG_USB_SERIAL_KLSI=m +CONFIG_USB_SERIAL_KOBIL_SCT=m +CONFIG_USB_SERIAL_MCT_U232=m +CONFIG_USB_SERIAL_METRO=m +CONFIG_USB_SERIAL_MOS7715_PARPORT=y +CONFIG_USB_SERIAL_MOS7720=m +CONFIG_USB_SERIAL_MOS7840=m +CONFIG_USB_SERIAL_MXUPORT=m +CONFIG_USB_SERIAL_NAVMAN=m +CONFIG_USB_SERIAL_OMNINET=m +CONFIG_USB_SERIAL_OPTICON=m +CONFIG_USB_SERIAL_OPTION=m +CONFIG_USB_SERIAL_OTI6858=m +CONFIG_USB_SERIAL_PL2303=m +CONFIG_USB_SERIAL_QCAUX=m +CONFIG_USB_SERIAL_QT2=m +CONFIG_USB_SERIAL_QUALCOMM=m +CONFIG_USB_SERIAL_QUATECH2=m +CONFIG_USB_SERIAL_SAFE=m +# CONFIG_USB_SERIAL_SAFE_PADDED is not set +CONFIG_USB_SERIAL_SIERRAWIRELESS=m +CONFIG_USB_SERIAL_SIMPLE=m +CONFIG_USB_SERIAL_SPCP8X5=m +CONFIG_USB_SERIAL_SSU100=m +CONFIG_USB_SERIAL_SYMBOL=m +CONFIG_USB_SERIAL_TI=m +CONFIG_USB_SERIAL_VISOR=m +CONFIG_USB_SERIAL_WHITEHEAT=m +CONFIG_USB_SERIAL_WISHBONE=m +CONFIG_USB_SERIAL_WWAN=m +CONFIG_USB_SERIAL_XIRCOM=m +CONFIG_USB_SERIAL_XSENS_MT=m +CONFIG_USB_SERIAL_ZTE=m +CONFIG_USB_SEVSEG=m +CONFIG_USB_SI470X=m +CONFIG_USB_SI4713=m +CONFIG_USB_SIERRA_NET=m +CONFIG_USB_SISUSBVGA=m +# CONFIG_USB_SISUSBVGA_CON is not set +CONFIG_USB_SL811_CS=m +CONFIG_USB_SL811_HCD=m +CONFIG_USB_SL811_HCD_ISO=y +# CONFIG_USB_SN9C102 is not set +CONFIG_USB_SPEEDTOUCH=m +CONFIG_USB_STKWEBCAM=m +CONFIG_USB_STORAGE=m +CONFIG_USB_STORAGE_ALAUDA=m +CONFIG_USB_STORAGE_CYPRESS_ATACB=m +CONFIG_USB_STORAGE_DATAFAB=m +# CONFIG_USB_STORAGE_DEBUG is not set +CONFIG_USB_STORAGE_ENE_UB6250=m +CONFIG_USB_STORAGE_FREECOM=m +CONFIG_USB_STORAGE_ISD200=m +CONFIG_USB_STORAGE_JUMPSHOT=m +CONFIG_USB_STORAGE_KARMA=m +CONFIG_USB_STORAGE_ONETOUCH=m +CONFIG_USB_STORAGE_REALTEK=m +CONFIG_USB_STORAGE_SDDR09=m +CONFIG_USB_STORAGE_SDDR55=m +CONFIG_USB_STORAGE_USBAT=m +CONFIG_USB_STV06XX=m +CONFIG_USB_SUPPORT=y +CONFIG_USB_SWITCH_FSA9480=m +CONFIG_USB_TEST=m +# CONFIG_USB_TI_CPPI41_DMA is not set +CONFIG_USB_TMC=m +CONFIG_USB_TRANCEVIBRATOR=m +CONFIG_USB_U132_HCD=m +CONFIG_USB_UAS=m +CONFIG_USB_UEAGLEATM=m +CONFIG_USB_UHCI_HCD=y +CONFIG_USB_ULPI=y +CONFIG_USB_ULPI_VIEWPORT=y +CONFIG_USB_USS720=m +CONFIG_USB_U_ETHER=m +CONFIG_USB_U_SERIAL=m +CONFIG_USB_VIDEO_CLASS=m +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y +CONFIG_USB_VL600=m +CONFIG_USB_WDM=m +CONFIG_USB_WHCI_HCD=m +# CONFIG_USB_WPAN_HCD is not set +CONFIG_USB_WUSB=m +CONFIG_USB_WUSB_CBAF=m +# CONFIG_USB_WUSB_CBAF_DEBUG is not set +CONFIG_USB_XHCI_HCD=y +CONFIG_USB_XHCI_MVEBU=m +CONFIG_USB_XHCI_PLATFORM=m +CONFIG_USB_XUSBATM=m +CONFIG_USB_YUREX=m +CONFIG_USB_ZD1201=m +CONFIG_USB_ZERO=m +CONFIG_USB_ZR364XX=m +CONFIG_USELIB=y +CONFIG_USER_NS=y +CONFIG_USER_RETURN_NOTIFIER=y +CONFIG_USER_STACKTRACE_SUPPORT=y +CONFIG_USE_OF=y +CONFIG_USE_PERCPU_NUMA_NODE_ID=y +CONFIG_UTS_NS=y +CONFIG_UWB=m +CONFIG_UWB_HWA=m +CONFIG_UWB_I1480U=m +CONFIG_UWB_WHCI=m +CONFIG_V4L2_MEM2MEM_DEV=m +CONFIG_V4L_MEM2MEM_DRIVERS=y +CONFIG_V4L_PLATFORM_DRIVERS=y +CONFIG_V4L_RADIO_ISA_DRIVERS=y +CONFIG_V4L_TEST_DRIVERS=y +CONFIG_VCNL4000=m +CONFIG_VECTORS_BASE=0xffff0000 +CONFIG_VERSION_SIGNATURE="" +CONFIG_VETH=m +CONFIG_VEXPRESS_CONFIG=y +CONFIG_VEXPRESS_SYSCFG=y +CONFIG_VF610_ADC=m +CONFIG_VFAT_FS=y +CONFIG_VFIO=m +CONFIG_VFIO_IOMMU_SPAPR_TCE=m +CONFIG_VFIO_PCI=m +CONFIG_VFIO_PCI_VGA=y +CONFIG_VFP=y +CONFIG_VFPv3=y +CONFIG_VF_PIT_TIMER=y +# CONFIG_VGACON_SOFT_SCROLLBACK is not set +CONFIG_VGASTATE=m +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +CONFIG_VGA_CONSOLE=y +CONFIG_VGA_SWITCHEROO=y +CONFIG_VHOST=m +CONFIG_VHOST_NET=m +CONFIG_VHOST_RING=m +CONFIG_VHOST_SCSI=m +CONFIG_VIA_FIR=m +CONFIG_VIA_RHINE=m +CONFIG_VIA_RHINE_MMIO=y +CONFIG_VIA_VELOCITY=m +CONFIG_VIA_WDT=m +CONFIG_VIDEOBUF2_CORE=m +CONFIG_VIDEOBUF2_DMA_CONTIG=m +CONFIG_VIDEOBUF2_DMA_SG=m +CONFIG_VIDEOBUF2_DVB=m +CONFIG_VIDEOBUF2_MEMOPS=m +CONFIG_VIDEOBUF2_VMALLOC=m +CONFIG_VIDEOBUF_DMA_CONTIG=m +CONFIG_VIDEOBUF_DMA_SG=m +CONFIG_VIDEOBUF_DVB=m +CONFIG_VIDEOBUF_GEN=m +CONFIG_VIDEOBUF_VMALLOC=m +CONFIG_VIDEOMODE_HELPERS=y +CONFIG_VIDEO_ADV7170=m +CONFIG_VIDEO_ADV7175=m +CONFIG_VIDEO_ADV7180=m +# CONFIG_VIDEO_ADV_DEBUG is not set +CONFIG_VIDEO_AU0828=m +CONFIG_VIDEO_AU0828_V4L2=y +CONFIG_VIDEO_BT819=m +CONFIG_VIDEO_BT848=m +CONFIG_VIDEO_BT856=m +CONFIG_VIDEO_BT866=m +CONFIG_VIDEO_BTCX=m +CONFIG_VIDEO_BWQCAM=m +CONFIG_VIDEO_CAFE_CCIC=m +CONFIG_VIDEO_CODA=m +CONFIG_VIDEO_CPIA2=m +CONFIG_VIDEO_CQCAM=m +CONFIG_VIDEO_CS5345=m +CONFIG_VIDEO_CS53L32A=m +CONFIG_VIDEO_CX18=m +CONFIG_VIDEO_CX18_ALSA=m +CONFIG_VIDEO_CX231XX=m +CONFIG_VIDEO_CX231XX_ALSA=m +CONFIG_VIDEO_CX231XX_DVB=m +CONFIG_VIDEO_CX231XX_RC=y +CONFIG_VIDEO_CX2341X=m +CONFIG_VIDEO_CX23885=m +CONFIG_VIDEO_CX25821=m +CONFIG_VIDEO_CX25821_ALSA=m +CONFIG_VIDEO_CX25840=m +CONFIG_VIDEO_CX88=m +CONFIG_VIDEO_CX88_ALSA=m +CONFIG_VIDEO_CX88_BLACKBIRD=m +CONFIG_VIDEO_CX88_DVB=m +CONFIG_VIDEO_CX88_ENABLE_VP3054=y +CONFIG_VIDEO_CX88_MPEG=m +CONFIG_VIDEO_CX88_VP3054=m +CONFIG_VIDEO_DEV=m +CONFIG_VIDEO_DM6446_CCDC=m +CONFIG_VIDEO_DT3155=m +CONFIG_VIDEO_EM28XX=m +CONFIG_VIDEO_EM28XX_ALSA=m +CONFIG_VIDEO_EM28XX_DVB=m +CONFIG_VIDEO_EM28XX_RC=m +CONFIG_VIDEO_EM28XX_V4L2=m +CONFIG_VIDEO_FB_IVTV=m +# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set +CONFIG_VIDEO_GO7007=m +CONFIG_VIDEO_GO7007_LOADER=m +CONFIG_VIDEO_GO7007_USB=m +CONFIG_VIDEO_GO7007_USB_S2250_BOARD=m +CONFIG_VIDEO_HDPVR=m +CONFIG_VIDEO_HEXIUM_GEMINI=m +CONFIG_VIDEO_HEXIUM_ORION=m +CONFIG_VIDEO_IR_I2C=m +CONFIG_VIDEO_IVTV=m +CONFIG_VIDEO_IVTV_ALSA=m +CONFIG_VIDEO_KS0127=m +CONFIG_VIDEO_M52790=m +CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m +CONFIG_VIDEO_MEM2MEM_TESTDEV=m +CONFIG_VIDEO_MEYE=m +CONFIG_VIDEO_MSP3400=m +CONFIG_VIDEO_MT9V011=m +CONFIG_VIDEO_MX3=m +CONFIG_VIDEO_MXB=m +CONFIG_VIDEO_OMAP2_VOUT=m +CONFIG_VIDEO_OMAP2_VOUT_VRFB=y +CONFIG_VIDEO_OMAP3=m +# CONFIG_VIDEO_OMAP3_DEBUG is not set +CONFIG_VIDEO_OV7640=m +CONFIG_VIDEO_OV7670=m +CONFIG_VIDEO_PMS=m +CONFIG_VIDEO_PVRUSB2=m +# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set +CONFIG_VIDEO_PVRUSB2_DVB=y +CONFIG_VIDEO_PVRUSB2_SYSFS=y +CONFIG_VIDEO_RCAR_VIN=m +CONFIG_VIDEO_RENESAS_VSP1=m +CONFIG_VIDEO_SAA6588=m +CONFIG_VIDEO_SAA6752HS=m +CONFIG_VIDEO_SAA7110=m +CONFIG_VIDEO_SAA711X=m +CONFIG_VIDEO_SAA7127=m +CONFIG_VIDEO_SAA7134=m +CONFIG_VIDEO_SAA7134_ALSA=m +CONFIG_VIDEO_SAA7134_DVB=m +CONFIG_VIDEO_SAA7134_RC=y +CONFIG_VIDEO_SAA7146=m +CONFIG_VIDEO_SAA7146_VV=m +CONFIG_VIDEO_SAA7164=m +CONFIG_VIDEO_SAA717X=m +CONFIG_VIDEO_SAA7185=m +# CONFIG_VIDEO_SAMSUNG_EXYNOS4_IS is not set +CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC=m +CONFIG_VIDEO_SAMSUNG_S5P_G2D=m +CONFIG_VIDEO_SAMSUNG_S5P_HDMI=m +CONFIG_VIDEO_SAMSUNG_S5P_HDMIPHY=m +# CONFIG_VIDEO_SAMSUNG_S5P_HDMI_DEBUG is not set +CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m +CONFIG_VIDEO_SAMSUNG_S5P_MFC=m +CONFIG_VIDEO_SAMSUNG_S5P_MIXER=m +# CONFIG_VIDEO_SAMSUNG_S5P_MIXER_DEBUG is not set +CONFIG_VIDEO_SAMSUNG_S5P_SDO=m +CONFIG_VIDEO_SAMSUNG_S5P_SII9234=m +CONFIG_VIDEO_SAMSUNG_S5P_TV=y +CONFIG_VIDEO_SH_MOBILE_CEU=m +CONFIG_VIDEO_SH_MOBILE_CSI2=m +CONFIG_VIDEO_SH_VEU=m +CONFIG_VIDEO_SH_VOU=m +CONFIG_VIDEO_SONY_BTF_MPX=m +CONFIG_VIDEO_STK1160=m +CONFIG_VIDEO_STK1160_AC97=y +CONFIG_VIDEO_STK1160_COMMON=m +# CONFIG_VIDEO_TCM825X is not set +CONFIG_VIDEO_TDA7432=m +CONFIG_VIDEO_TDA9840=m +CONFIG_VIDEO_TEA6415C=m +CONFIG_VIDEO_TEA6420=m +CONFIG_VIDEO_TIMBERDALE=m +CONFIG_VIDEO_TI_VPE=m +# CONFIG_VIDEO_TI_VPE_DEBUG is not set +CONFIG_VIDEO_TLG2300=m +CONFIG_VIDEO_TM6000=m +CONFIG_VIDEO_TM6000_ALSA=m +CONFIG_VIDEO_TM6000_DVB=m +CONFIG_VIDEO_TUNER=m +CONFIG_VIDEO_TVAUDIO=m +CONFIG_VIDEO_TVEEPROM=m +CONFIG_VIDEO_TVP5150=m +CONFIG_VIDEO_TW2804=m +CONFIG_VIDEO_TW9903=m +CONFIG_VIDEO_TW9906=m +CONFIG_VIDEO_UDA1342=m +CONFIG_VIDEO_UPD64031A=m +CONFIG_VIDEO_UPD64083=m +CONFIG_VIDEO_USBTV=m +CONFIG_VIDEO_USBVISION=m +CONFIG_VIDEO_V4L2=m +CONFIG_VIDEO_V4L2_SUBDEV_API=y +CONFIG_VIDEO_VIA_CAMERA=m +CONFIG_VIDEO_VIVI=m +CONFIG_VIDEO_VP27SMPX=m +CONFIG_VIDEO_VPX3220=m +CONFIG_VIDEO_W9966=m +CONFIG_VIDEO_WM8739=m +CONFIG_VIDEO_WM8775=m +CONFIG_VIDEO_ZORAN=m +CONFIG_VIDEO_ZORAN_AVS6EYES=m +CONFIG_VIDEO_ZORAN_BUZ=m +CONFIG_VIDEO_ZORAN_DC10=m +CONFIG_VIDEO_ZORAN_DC30=m +CONFIG_VIDEO_ZORAN_LML33=m +CONFIG_VIDEO_ZORAN_LML33R10=m +CONFIG_VIDEO_ZORAN_ZR36060=m +CONFIG_VIPERBOARD_ADC=m +CONFIG_VIRTIO=y +CONFIG_VIRTIO_BALLOON=y +CONFIG_VIRTIO_BLK=y +CONFIG_VIRTIO_CONSOLE=y +CONFIG_VIRTIO_MMIO=y +CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y +CONFIG_VIRTIO_NET=y +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTUALIZATION=y +CONFIG_VIRT_CPU_ACCOUNTING=y +CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y +CONFIG_VIRT_DRIVERS=y +CONFIG_VIRT_TO_BUS=y +CONFIG_VITESSE_PHY=m +CONFIG_VLAN_8021Q=m +CONFIG_VLAN_8021Q_GVRP=y +CONFIG_VLAN_8021Q_MVRP=y +CONFIG_VLSI_FIR=m +CONFIG_VM86=y +CONFIG_VME_BUS=y +CONFIG_VME_CA91CX42=m +CONFIG_VME_PIO2=m +CONFIG_VME_TSI148=m +CONFIG_VME_USER=m +CONFIG_VMIVME_7805=m +# CONFIG_VMSPLIT_1G is not set +# CONFIG_VMSPLIT_2G is not set +CONFIG_VMSPLIT_3G=y +CONFIG_VMWARE_BALLOON=m +CONFIG_VMWARE_PVSCSI=m +CONFIG_VMWARE_VMCI=m +CONFIG_VMWARE_VMCI_VSOCKETS=m +CONFIG_VMXNET3=m +CONFIG_VM_EVENT_COUNTERS=y +CONFIG_VORTEX=m +CONFIG_VSOCKETS=m +CONFIG_VSX=y +CONFIG_VT=y +CONFIG_VT6655=m +CONFIG_VT6656=m +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_VXFS_FS=m +CONFIG_VXGE=m +# CONFIG_VXGE_DEBUG_TRACE_ALL is not set +CONFIG_VXLAN=m +CONFIG_W1=m +CONFIG_W1_CON=y +CONFIG_W1_MASTER_DS1WM=m +CONFIG_W1_MASTER_DS2482=m +CONFIG_W1_MASTER_DS2490=m +CONFIG_W1_MASTER_GPIO=m +CONFIG_W1_MASTER_MATROX=m +CONFIG_W1_MASTER_MXC=m +CONFIG_W1_SLAVE_BQ27000=m +CONFIG_W1_SLAVE_DS2408=m +CONFIG_W1_SLAVE_DS2408_READBACK=y +CONFIG_W1_SLAVE_DS2413=m +CONFIG_W1_SLAVE_DS2423=m +CONFIG_W1_SLAVE_DS2431=m +CONFIG_W1_SLAVE_DS2433=m +# CONFIG_W1_SLAVE_DS2433_CRC is not set +CONFIG_W1_SLAVE_DS2760=m +CONFIG_W1_SLAVE_DS2780=m +CONFIG_W1_SLAVE_DS2781=m +CONFIG_W1_SLAVE_DS28E04=m +CONFIG_W1_SLAVE_SMEM=m +CONFIG_W1_SLAVE_THERM=m +CONFIG_W35UND=m +CONFIG_W83627HF_WDT=m +CONFIG_W83877F_WDT=m +CONFIG_W83977F_WDT=m +CONFIG_WAFER_WDT=m +CONFIG_WAN=y +CONFIG_WANXL=m +CONFIG_WATCHDOG=y +CONFIG_WATCHDOG_CORE=y +# CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG_RTAS=m +CONFIG_WCN36XX=m +# CONFIG_WCN36XX_DEBUGFS is not set +CONFIG_WD80x3=m +CONFIG_WDT=m +CONFIG_WDTPCI=m +CONFIG_WEXT_CORE=y +CONFIG_WEXT_PRIV=y +CONFIG_WEXT_PROC=y +CONFIG_WEXT_SPY=y +CONFIG_WIL6210=m +CONFIG_WIL6210_ISR_COR=y +CONFIG_WIL6210_TRACING=y +CONFIG_WILINK_PLATFORM_DATA=y +CONFIG_WIMAX=m +CONFIG_WIMAX_DEBUG_LEVEL=8 +CONFIG_WIMAX_GDM72XX=m +CONFIG_WIMAX_GDM72XX_K_MODE=y +CONFIG_WIMAX_GDM72XX_QOS=y +# CONFIG_WIMAX_GDM72XX_SDIO is not set +CONFIG_WIMAX_GDM72XX_USB=y +CONFIG_WIMAX_GDM72XX_USB_PM=y +CONFIG_WIMAX_GDM72XX_WIMAX2=y +CONFIG_WIMAX_I2400M=m +CONFIG_WIMAX_I2400M_DEBUG_LEVEL=8 +CONFIG_WIMAX_I2400M_USB=m +CONFIG_WINBOND_840=m +CONFIG_WINBOND_FIR=m +CONFIG_WINDFARM=m +CONFIG_WINDFARM_PM112=m +CONFIG_WINDFARM_PM121=m +CONFIG_WINDFARM_PM72=m +CONFIG_WINDFARM_PM81=m +CONFIG_WINDFARM_PM91=m +CONFIG_WINDFARM_RM31=m +CONFIG_WIRELESS=y +CONFIG_WIRELESS_EXT=y +CONFIG_WIZNET_BUS_ANY=y +# CONFIG_WIZNET_BUS_DIRECT is not set +# CONFIG_WIZNET_BUS_INDIRECT is not set +CONFIG_WIZNET_W5100=m +CONFIG_WIZNET_W5300=m +CONFIG_WL1251=m +CONFIG_WL1251_SDIO=m +CONFIG_WL1251_SPI=m +CONFIG_WL12XX=m +CONFIG_WL18XX=m +CONFIG_WLAGS49_H2=m +CONFIG_WLAGS49_H25=m +CONFIG_WLAN=y +CONFIG_WLCORE=m +CONFIG_WLCORE_SDIO=m +CONFIG_WLCORE_SPI=m +CONFIG_WL_TI=y +CONFIG_WM831X_BACKUP=m +CONFIG_WM831X_POWER=m +CONFIG_WM831X_WATCHDOG=m +CONFIG_WM8350_POWER=m +CONFIG_WM8350_WATCHDOG=m +CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y +CONFIG_X25=m +CONFIG_X25_ASY=m +CONFIG_X509_CERTIFICATE_PARSER=y +CONFIG_X86=y +CONFIG_X86_16BIT=y +CONFIG_X86_32=y +CONFIG_X86_32_IRIS=m +# CONFIG_X86_32_NON_STANDARD is not set +CONFIG_X86_32_SMP=y +CONFIG_X86_64=y +CONFIG_X86_64_ACPI_NUMA=y +CONFIG_X86_64_SMP=y +CONFIG_X86_ACPI_CPUFREQ=y +CONFIG_X86_ACPI_CPUFREQ_CPB=y +CONFIG_X86_AMD_FREQ_SENSITIVITY=m +# CONFIG_X86_ANCIENT_MCE is not set +CONFIG_X86_APM_BOOT=y +# CONFIG_X86_BIGSMP is not set +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y +CONFIG_X86_CHECK_BIOS_CORRUPTION=y +CONFIG_X86_CMOV=y +CONFIG_X86_CMPXCHG64=y +CONFIG_X86_CPUFREQ_NFORCE2=y +CONFIG_X86_CPUID=m +CONFIG_X86_DEBUGCTLMSR=y +# CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set +# CONFIG_X86_DECODER_SELFTEST is not set +CONFIG_X86_DEV_DMA_OPS=y +CONFIG_X86_ESPFIX32=y +CONFIG_X86_ESPFIX64=y +CONFIG_X86_EXTENDED_PLATFORM=y +# CONFIG_X86_E_POWERSAVER is not set +CONFIG_X86_GENERIC=y +# CONFIG_X86_GOLDFISH is not set +CONFIG_X86_GX_SUSPMOD=m +CONFIG_X86_HT=y +CONFIG_X86_INTEL_LPSS=y +CONFIG_X86_INTEL_MID=y +CONFIG_X86_INTEL_PSTATE=y +CONFIG_X86_INTEL_USERCOPY=y +CONFIG_X86_INTERNODE_CACHE_SHIFT=6 +CONFIG_X86_IO_APIC=y +CONFIG_X86_L1_CACHE_SHIFT=6 +CONFIG_X86_LOCAL_APIC=y +CONFIG_X86_LONGHAUL=m +CONFIG_X86_LONGRUN=m +CONFIG_X86_MCE=y +CONFIG_X86_MCE_AMD=y +CONFIG_X86_MCE_INJECT=m +CONFIG_X86_MCE_INTEL=y +CONFIG_X86_MCE_THRESHOLD=y +CONFIG_X86_MPPARSE=y +CONFIG_X86_MSR=m +CONFIG_X86_NEED_RELOCS=y +CONFIG_X86_NUMACHIP=y +CONFIG_X86_P4_CLOCKMOD=m +CONFIG_X86_PAE=y +CONFIG_X86_PAT=y +CONFIG_X86_PCC_CPUFREQ=y +CONFIG_X86_PKG_TEMP_THERMAL=m +CONFIG_X86_PLATFORM_DEVICES=y +CONFIG_X86_PM_TIMER=y +CONFIG_X86_POWERNOW_K6=m +CONFIG_X86_POWERNOW_K7=m +CONFIG_X86_POWERNOW_K7_ACPI=y +CONFIG_X86_POWERNOW_K8=y +CONFIG_X86_PPRO_FENCE=y +# CONFIG_X86_PTDUMP is not set +# CONFIG_X86_RDC321X is not set +CONFIG_X86_REBOOTFIXUPS=y +CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y +CONFIG_X86_RESERVE_LOW=64 +CONFIG_X86_SMAP=y +CONFIG_X86_SPEEDSTEP_CENTRINO=y +CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y +CONFIG_X86_SPEEDSTEP_ICH=y +CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y +CONFIG_X86_SPEEDSTEP_SMI=y +CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y +# CONFIG_X86_SYSFB is not set +CONFIG_X86_THERMAL_VECTOR=y +CONFIG_X86_TSC=y +CONFIG_X86_UP_APIC_MSI=y +CONFIG_X86_USE_PPRO_CHECKSUM=y +# CONFIG_X86_UV is not set +# CONFIG_X86_VERBOSE_BOOTUP is not set +# CONFIG_X86_VSMP is not set +CONFIG_X86_X2APIC=y +CONFIG_X86_X32=y +CONFIG_XENFS=m +CONFIG_XEN_ACPI_PROCESSOR=y +CONFIG_XEN_BACKEND=y +CONFIG_XEN_BALLOON=y +CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y +CONFIG_XEN_BLKDEV_BACKEND=m +CONFIG_XEN_BLKDEV_FRONTEND=y +CONFIG_XEN_COMPAT_XENFS=y +# CONFIG_XEN_DEBUG_FS is not set +CONFIG_XEN_DEV_EVTCHN=m +CONFIG_XEN_DOM0=y +CONFIG_XEN_FBDEV_FRONTEND=m +CONFIG_XEN_GNTDEV=m +CONFIG_XEN_GRANT_DEV_ALLOC=m +CONFIG_XEN_HAVE_PVMMU=y +CONFIG_XEN_MCE_LOG=y +CONFIG_XEN_NETDEV_BACKEND=m +CONFIG_XEN_NETDEV_FRONTEND=y +CONFIG_XEN_PCIDEV_BACKEND=m +CONFIG_XEN_PCIDEV_FRONTEND=m +CONFIG_XEN_PRIVCMD=m +CONFIG_XEN_PVH=y +CONFIG_XEN_PVHVM=y +CONFIG_XEN_SAVE_RESTORE=y +CONFIG_XEN_SCRUB_PAGES=y +CONFIG_XEN_SELFBALLOONING=y +CONFIG_XEN_SYS_HYPERVISOR=y +CONFIG_XEN_TMEM=m +CONFIG_XEN_WDT=m +CONFIG_XEN_XENBUS_FRONTEND=y +# CONFIG_XES_MPC85xx is not set +CONFIG_XFRM=y +CONFIG_XFRM_ALGO=m +CONFIG_XFRM_IPCOMP=m +# CONFIG_XFRM_MIGRATE is not set +CONFIG_XFRM_STATISTICS=y +# CONFIG_XFRM_SUB_POLICY is not set +CONFIG_XFRM_USER=m +# CONFIG_XFS_DEBUG is not set +CONFIG_XFS_FS=m +CONFIG_XFS_POSIX_ACL=y +CONFIG_XFS_QUOTA=y +CONFIG_XFS_RT=y +# CONFIG_XFS_WARN is not set +CONFIG_XILINX_EMACLITE=m +CONFIG_XILINX_LL_TEMAC=m +CONFIG_XILINX_WATCHDOG=m +CONFIG_XILLYBUS=m +CONFIG_XILLYBUS_OF=m +CONFIG_XILLYBUS_PCIE=m +CONFIG_XMON=y +# CONFIG_XMON_DEFAULT is not set +CONFIG_XMON_DISASSEMBLY=y +CONFIG_XOR_BLOCKS=m +CONFIG_XPS=y +CONFIG_XPS_USB_HCD_XILINX=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_BCJ=y +CONFIG_XZ_DEC_IA64=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_SPARC=y +CONFIG_XZ_DEC_TEST=m +CONFIG_XZ_DEC_X86=y +CONFIG_YAM=m +CONFIG_YELLOWFIN=m +CONFIG_YENTA=m +CONFIG_YENTA_ENE_TUNE=y +CONFIG_YENTA_O2=y +CONFIG_YENTA_RICOH=y +CONFIG_YENTA_TI=y +CONFIG_YENTA_TOSHIBA=y +CONFIG_ZBOOT_ROM_BSS=0x0 +CONFIG_ZBOOT_ROM_TEXT=0x0 +CONFIG_ZBUD=y +CONFIG_ZD1211RW=m +# CONFIG_ZD1211RW_DEBUG is not set +CONFIG_ZEROPLUS_FF=y +CONFIG_ZISOFS=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_ZLIB_INFLATE=y +CONFIG_ZONE_DMA=y +CONFIG_ZONE_DMA_FLAG=1 +CONFIG_ZPOOL=y +CONFIG_ZRAM=m +# CONFIG_ZRAM_DEBUG is not set +CONFIG_ZRAM_LZ4_COMPRESS=y +CONFIG_ZSMALLOC=y +CONFIG_ZSWAP=y --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/enforce +++ linux-lts-utopic-3.16.0/debian.utopic/config/enforce @@ -0,0 +1,142 @@ +# +# SECURITY items +# +# Ensure this option is enabled. +value CONFIG_COMPAT_BRK n +value CONFIG_DEVKMEM n +value CONFIG_LSM_MMAP_MIN_ADDR 0 +value CONFIG_SECURITY y +!exists CONFIG_SECURITY_FILE_CAPABILITIES | value CONFIG_SECURITY_FILE_CAPABILITIES y +value CONFIG_SECURITY_SELINUX y +value CONFIG_SECURITY_SMACK y +value CONFIG_SECURITY_YAMA y +value CONFIG_SYN_COOKIES y +value CONFIG_DEFAULT_SECURITY_APPARMOR y +value CONFIG_DEBUG_INFO y +# For architectures which support this option ensure it is enabled. +!exists CONFIG_XEN_ACPI_PROCESSOR | value CONFIG_XEN_ACPI_PROCESSOR y +!exists CONFIG_SECCOMP | value CONFIG_SECCOMP y +!exists CONFIG_HAVE_ARCH_SECCOMP_FILTER | value CONFIG_SECCOMP_FILTER y +!exists CONFIG_CC_STACKPROTECTOR | (arch amd64 i386 armhf &/ value CONFIG_CC_STACKPROTECTOR y) | value CONFIG_CC_STACKPROTECTOR n +!exists CONFIG_DEBUG_RODATA | value CONFIG_DEBUG_RODATA y +!exists CONFIG_DEBUG_SET_MODULE_RONX | value CONFIG_DEBUG_SET_MODULE_RONX y +!exists CONFIG_STRICT_DEVMEM | value CONFIG_STRICT_DEVMEM y +# For architectures which support this option ensure it is disabled. +!exists CONFIG_COMPAT_VDSO | value CONFIG_COMPAT_VDSO n +!exists CONFIG_ACPI_CUSTOM_METHOD | value CONFIG_ACPI_CUSTOM_METHOD n +# Default to 32768 on ARM, 65536 for everything else -- arm64 and armhf must match (LP:1418140) +(arch armel armhf arm64 &/ value CONFIG_DEFAULT_MMAP_MIN_ADDR 32768) | \ + value CONFIG_DEFAULT_MMAP_MIN_ADDR 65536 + +#LP#1105230 and LP#1385510 +!exists CONFIG_SOUND_OSS_CORE_PRECLAIM | value CONFIG_SOUND_OSS_CORE_PRECLAIM n + +#LP#1374440 +!exists CONFIG_HOTPLUG_PCI_PCIE | (arch ppc64el &/ value CONFIG_HOTPLUG_PCI_PCIE n) | value CONFIG_HOTPLUG_PCI_PCIE y + +# upstart requires DEVTMPFS be enabled and mounted by default. +value CONFIG_DEVTMPFS y +value CONFIG_DEVTMPFS_MOUNT y + +# some /dev nodes require POSIX ACLs, like /dev/dsp +value CONFIG_TMPFS_POSIX_ACL y + +# Ramdisk size should be a minimum of 64M +value CONFIG_BLK_DEV_RAM_SIZE 65536 + +# LVM requires dm_mod built in to activate correctly (LP: #560717) +value CONFIG_BLK_DEV_DM y + +# sysfs: ensure all DEPRECATED items are off +!exists CONFIG_SYSFS_DEPRECATED_V2 | value CONFIG_SYSFS_DEPRECATED_V2 n +!exists CONFIG_SYSFS_DEPRECATED | value CONFIG_SYSFS_DEPRECATED n + +# automatically add local version will cause packaging failure +value CONFIG_LOCALVERSION_AUTO n + +# provide framebuffer console form the start +# UbuntuSpec:foundations-m-grub2-boot-framebuffer +value CONFIG_FRAMEBUFFER_CONSOLE y + +# GRUB changes will rely on built in vesafb on x86, +# UbuntuSpec:foundations-m-grub2-boot-framebuffer +#(( arch i386 | arch amd64 ) & value CONFIG_FB_VESA y) | \ +# value CONFIG_FB_VESA m | !exists CONFIG_FB_VESA +#value CONFIG_FB_VESA m | !exists CONFIG_FB_VESA + +# Build in uinput module so that it's always available (LP: 584812) +value CONFIG_INPUT_UINPUT y + +# upstart relies on getting all of the kernel arguments +#value CONFIG_INIT_PASS_ALL_PARAMS y + +# Ensure CONFIG_IPV6 is y, if this is a module we get a module load for +# every ipv6 packet, bad. +value CONFIG_IPV6 y + +# Ensure ECRYPT_FS is y as it cannot be autoloaded and it has complex +# dependancies which can pull it =m at a whim. +value CONFIG_ECRYPT_FS y + +# Ensure CONFIG_EFI_VARS is y as debian-installer relies on having +# access to efivars when installing in EFI mode. See LP:837332 +value CONFIG_EFI_VARS y | !exists CONFIG_EFI_VARS + +# Ensure CONFIG_VFAT_FS is y for arm, needed to ensure we able to replace +# a kernel with the same version. Also needed for EFI based systems. +#(arch armel armhf arm64 i386 amd64 &/ value CONFIG_VFAT_FS y) | \ +# value CONFIG_VFAT_FS m +value CONFIG_VFAT_FS y + +# Ensure CONFIG_GPIO_TWL4030 is y for arm, LP:921934 +(arch armel armhf &/ value CONFIG_GPIO_TWL4030 y) | \ + value CONFIG_GPIO_TWL4030 m | \ + !exists CONFIG_GPIO_TWL4030 + +# REGULATOR_TWL4030 is a boot requisite for omap4 +(flavour generic & arch armhf &/ value CONFIG_REGULATOR_TWL4030 y) | \ + value CONFIG_REGULATOR_TWL4030 m | \ + !exists CONFIG_REGULATOR_TWL4030 + +# Ensure CONFIG_THERM_ADT746X is y for powerpc-smp flavours. +# See LP:923094 +(flavour powerpc-smp &/ value CONFIG_THERM_ADT746X y) | \ + !exists CONFIG_THERM_ADT746X + +# Ensure CONFIG_NVRAM is y for powerpc-smp, LP:942193 +(flavour powerpc-smp powerpc-e500mc &/ value CONFIG_NVRAM y) | \ + (flavour powerpc-e500mc) | \ + value CONFIG_NVRAM m | \ + !exists CONFIG_NVRAM + +# Ensure CRASH_DUMP is n for powerpc-smp and powerpc-e500mc, LP:1363180 +(flavour powerpc-smp powerpc-e500mc &/ value CONFIG_CRASH_DUMP n) | \ + value CRASH_DUMP y | \ + !exists CRASH_DUMP + +# Ensure CONFIG_STUB_POULSBO is disabled if CONFIG_DRM_PSB is enabled +# See LP:899244 +(!exists CONFIG_DRM_PSB | value CONFIG_DRM_PSB n) | \ +((value CONFIG_DRM_PSB y | value CONFIG_DRM_PSB m) & (value CONFIG_STUB_POULSBO n | !exists CONFIG_STUB_POULSBO)) + +# Ensure CONFIG_B43_BCMA_EXTRA is disabled if CONFIG_BRCMSMAC is enabled. +# Otherwise b43 and brcmsmac will overlap in the hardware they claim to +# support. +(!exists CONFIG_BRCMSMAC | value CONFIG_BRCMSMAC n) | \ +((value CONFIG_BRCMSMAC y | value CONFIG_BRCMSMAC m) & (value CONFIG_B43_BCMA_EXTRA n | !exists CONFIG_B43_BCMA_EXTRA)) + +# CONFIG_I2C_DESIGNWARE_PLATFORM is required by Calxeda Highbank +(flavour highbank &/ value CONFIG_I2C_DESIGNWARE_PLATFORM y) | \ +value CONFIG_I2C_DESIGNWARE_PLATFORM m | \ +!exists CONFIG_I2C_DESIGNWARE_PLATFORM + +# Don't use the generic ehci/ohci code on omap, it doesn't work +((flavour generic & arch armhf &/ value CONFIG_USB_EHCI_HCD_PLATFORM n & value CONFIG_USB_OHCI_HCD_PLATFORM n) | \ + !exists MISSING) + +# CONFIG_DRM_MGAG200, experimental driver hangs boot on HP Proliant Gen8 +# See LP:1042903 +(!exists CONFIG_DRM_MGAG200 | value CONFIG_DRM_MGAG200 n) + +# Required if /init is a shell script. +value CONFIG_BINFMT_SCRIPT y --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/i386/config.common.i386 +++ linux-lts-utopic-3.16.0/debian.utopic/config/i386/config.common.i386 @@ -0,0 +1,156 @@ +# +# Config options for config.common.i386 automatically generated by splitconfig.pl +# +# CONFIG_64BIT is not set +CONFIG_AC97_BUS=m +CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig" +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +CONFIG_ARCH_RANDOM=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ATA_GENERIC=y +# CONFIG_ATA_NONSTANDARD is not set +CONFIG_ATA_PIIX=y +# CONFIG_AUDIT_ARCH is not set +CONFIG_BCH=m +CONFIG_CC_STACKPROTECTOR=y +CONFIG_CRASH_DUMP=y +# CONFIG_CXL_BASE is not set +# CONFIG_DEFAULT_CFQ is not set +CONFIG_DEFAULT_DEADLINE=y +CONFIG_DEFAULT_IOSCHED="deadline" +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +# CONFIG_EM_TIMER_STI is not set +CONFIG_FB_ATY128=m +CONFIG_FB_BOOT_VESA_SUPPORT=y +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +# CONFIG_FB_MACMODES is not set +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_SYS_IMAGEBLIT=m +CONFIG_FB_UDL=m +CONFIG_FB_VOODOO1=m +# CONFIG_FONTS is not set +CONFIG_FRAME_WARN=1024 +CONFIG_FUNCTION_TRACER=y +CONFIG_GPIO_GENERIC=m +CONFIG_GPIO_GENERIC_PLATFORM=m +CONFIG_GPIO_TWL4030=m +CONFIG_GPIO_TWL6040=m +# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set +CONFIG_HAVE_AOUT=y +# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set +CONFIG_HAVE_GENERIC_DMA_COHERENT=y +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_HIBERNATION=y +CONFIG_HOTPLUG_PCI_PCIE=y +CONFIG_HOTPLUG_PCI_SHPC=m +CONFIG_HUGETLB_PAGE=y +CONFIG_ILLEGAL_POINTER_VALUE=0 +CONFIG_IMA=y +CONFIG_IPMI_SI_PROBE_DEFAULTS=y +CONFIG_ISA=y +CONFIG_JUMP_LABEL=y +CONFIG_KVM=m +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LUSTRE_FS=m +# CONFIG_MATH_EMULATION is not set +CONFIG_MFD_SM501=m +# CONFIG_MFD_TMIO is not set +CONFIG_MII=m +CONFIG_MMC_BLOCK=m +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_PLTFM=m +CONFIG_MTD=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_CMDLINE_PARTS=m +CONFIG_MTD_NAND=m +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC=m +CONFIG_MTD_NAND_IDS=m +CONFIG_MUSB_PIO_ONLY=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +# CONFIG_NET_XGENE is not set +CONFIG_NOP_USB_XCEIV=m +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS=8 +CONFIG_NVRAM=m +CONFIG_OUTPUT_FORMAT="elf32-i386" +CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_PATA_SIS=y +CONFIG_PCCARD=m +CONFIG_PHYSICAL_ALIGN=0x1000000 +CONFIG_PHYSICAL_START=0x1000000 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_PHY_SAMSUNG_USB2=m +CONFIG_PPS=m +CONFIG_PROBE_EVENTS=y +# CONFIG_PSTORE_CONSOLE is not set +CONFIG_PSTORE_RAM=m +CONFIG_PTP_1588_CLOCK=m +CONFIG_RANDOMIZE_BASE_MAX_OFFSET=0x20000000 +CONFIG_RCU_CPU_STALL_TIMEOUT=60 +CONFIG_RCU_FANOUT=32 +CONFIG_RCU_FAST_NO_HZ=y +# CONFIG_RCU_NOCB_CPU is not set +CONFIG_REED_SOLOMON=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_REGULATOR_TWL4030=m +CONFIG_RTC_DRV_CMOS=y +CONFIG_RTC_DRV_DS3232=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_RTC_DRV_TWL4030=m +CONFIG_RTC_DRV_XGENE=m +CONFIG_SAMSUNG_USB2PHY=m +CONFIG_SAMSUNG_USB3PHY=m +CONFIG_SAMSUNG_USBPHY=m +CONFIG_SATA_AHCI_PLATFORM=m +CONFIG_SATA_SVW=m +CONFIG_SCHED_SMT=y +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_SENSORS_SCH56XX_COMMON=m +CONFIG_SERIAL_8250_DW=m +# CONFIG_SH_TIMER_CMT is not set +# CONFIG_SH_TIMER_MTU2 is not set +CONFIG_SND=m +CONFIG_SND_COMPRESS_OFFLOAD=m +CONFIG_SND_DMAENGINE_PCM=m +CONFIG_SND_HDA_INTEL=m +CONFIG_SND_OPL4_LIB_SEQ=m +CONFIG_SND_PCM=m +CONFIG_SND_SBAWE_SEQ=m +CONFIG_SND_SOC=m +CONFIG_SND_SOC_FSL_SSI=m +CONFIG_SND_SOC_HDMI_CODEC=m +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_TIMER=m +CONFIG_SOUND=m +CONFIG_STACK_TRACER=y +# CONFIG_STANDALONE is not set +CONFIG_SYS_HYPERVISOR=y +CONFIG_TICK_CPU_ACCOUNTING=y +CONFIG_TIGON3=m +CONFIG_UPROBES=y +CONFIG_USB_EHCI_HCD_PLATFORM=y +CONFIG_USB_GADGET=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +CONFIG_USB_MUSB_HDRC=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_OHCI_HCD_PLATFORM=y +CONFIG_USB_USBNET=m +# CONFIG_USB_UX500_DMA is not set +CONFIG_VFIO_IOMMU_TYPE1=m +CONFIG_X86_MINIMUM_CPU_FAMILY=5 +CONFIG_X86_SPEEDSTEP_LIB=y +CONFIG_XEN=y +CONFIG_XEN_MAX_DOMAIN_MEMORY=64 +# CONFIG_ZONE_DMA32 is not set --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/i386/config.flavour.generic +++ linux-lts-utopic-3.16.0/debian.utopic/config/i386/config.flavour.generic @@ -0,0 +1,10 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# +CONFIG_HZ=250 +# CONFIG_HZ_1000 is not set +CONFIG_HZ_250=y +# CONFIG_IRQ_FORCED_THREADING_DEFAULT is not set +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_RCU is not set +CONFIG_PREEMPT_VOLUNTARY=y --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/i386/config.flavour.lowlatency +++ linux-lts-utopic-3.16.0/debian.utopic/config/i386/config.flavour.lowlatency @@ -0,0 +1,10 @@ +# +# Config options for config.flavour.lowlatency automatically generated by splitconfig.pl +# +CONFIG_HZ=1000 +CONFIG_HZ_1000=y +# CONFIG_HZ_250 is not set +CONFIG_IRQ_FORCED_THREADING_DEFAULT=y +CONFIG_PREEMPT=y +CONFIG_PREEMPT_RCU=y +# CONFIG_PREEMPT_VOLUNTARY is not set --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/powerpc/config.common.powerpc +++ linux-lts-utopic-3.16.0/debian.utopic/config/powerpc/config.common.powerpc @@ -0,0 +1,161 @@ +# +# Config options for config.common.powerpc automatically generated by splitconfig.pl +# +CONFIG_64BIT=y +CONFIG_AC97_BUS=m +CONFIG_APM_EMULATION=m +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +CONFIG_ATA_GENERIC=m +CONFIG_ATA_PIIX=m +CONFIG_AUDIT_ARCH=y +CONFIG_BCH=m +# CONFIG_CC_STACKPROTECTOR is not set +CONFIG_CPU_BIG_ENDIAN=y +# CONFIG_CPU_LITTLE_ENDIAN is not set +# CONFIG_DEFAULT_CFQ is not set +CONFIG_DEFAULT_DEADLINE=y +CONFIG_DEFAULT_IOSCHED="deadline" +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +CONFIG_DMA_VIRTUAL_CHANNELS=m +# CONFIG_EM_TIMER_STI is not set +CONFIG_FB_ATY128=y +# CONFIG_FB_BOOT_VESA_SUPPORT is not set +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +CONFIG_FB_IBM_GXT4500=m +CONFIG_FB_MACMODES=y +CONFIG_FB_VOODOO1=y +# CONFIG_FONTS is not set +CONFIG_FRAME_WARN=1024 +CONFIG_FUNCTION_TRACER=y +# CONFIG_GENERIC_CSUM is not set +CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY=1 +CONFIG_GPIO_GENERIC=m +CONFIG_GPIO_GENERIC_PLATFORM=m +CONFIG_GPIO_TWL4030=m +CONFIG_GPIO_TWL6040=m +# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set +# CONFIG_HAVE_AOUT is not set +# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set +CONFIG_HOTPLUG_PCI_PCIE=y +CONFIG_HOTPLUG_PCI_SHPC=m +CONFIG_HZ=250 +# CONFIG_HZ_1000 is not set +CONFIG_HZ_250=y +# CONFIG_IBMEBUS is not set +CONFIG_IBMVETH=m +# CONFIG_IPMI_POWERNV is not set +CONFIG_IPMI_SI_PROBE_DEFAULTS=y +# CONFIG_IRQ_ALL_CPUS is not set +# CONFIG_IRQ_FORCED_THREADING_DEFAULT is not set +# CONFIG_ISA is not set +CONFIG_JUMP_LABEL=y +CONFIG_KVM=y +CONFIG_LOG_BUF_SHIFT=17 +# CONFIG_LPARCFG is not set +CONFIG_LUSTRE_FS=m +CONFIG_MATH_EMULATION=y +CONFIG_MFD_SM501=m +# CONFIG_MFD_TMIO is not set +CONFIG_MII=m +CONFIG_MMC_BLOCK=m +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_PLTFM=m +CONFIG_MPIC_MSGR=y +CONFIG_MTD=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_CMDLINE_PARTS=m +CONFIG_MTD_NAND=m +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC=m +CONFIG_MTD_NAND_IDS=m +CONFIG_MTD_OF_PARTS=m +CONFIG_MUSB_PIO_ONLY=y +# CONFIG_NET_XGENE is not set +CONFIG_NODES_SHIFT=8 +CONFIG_NOP_USB_XCEIV=m +CONFIG_NO_HZ_FULL=y +CONFIG_NVRAM=y +CONFIG_PATA_SIS=m +CONFIG_PCCARD=m +CONFIG_PHYSICAL_ALIGN=0x04000000 +CONFIG_PHYSICAL_START=0x00000000 +CONFIG_PHY_SAMSUNG_USB2=m +# CONFIG_POWER7_CPU is not set +CONFIG_PPC_4K_PAGES=y +# CONFIG_PPC_64K_PAGES is not set +# CONFIG_PPC_DENORMALISATION is not set +CONFIG_PPC_DISABLE_WERROR=y +CONFIG_PPC_ICSWX=y +CONFIG_PPC_MAPLE=y +CONFIG_PPC_PASEMI=y +CONFIG_PPC_PMAC=y +CONFIG_PPC_PS3=y +# CONFIG_PPC_SMLPAR is not set +# CONFIG_PPC_SPLPAR is not set +CONFIG_PPS=m +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_RCU is not set +CONFIG_PREEMPT_VOLUNTARY=y +CONFIG_PROBE_EVENTS=y +# CONFIG_PSTORE_CONSOLE is not set +CONFIG_PSTORE_RAM=m +CONFIG_PTP_1588_CLOCK=m +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_FAST_NO_HZ=y +CONFIG_RCU_USER_QS=y +CONFIG_REED_SOLOMON=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_REGULATOR_TWL4030=m +CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_RTC_DRV_TWL4030=m +CONFIG_RTC_DRV_XGENE=m +CONFIG_SAMSUNG_USB2PHY=m +CONFIG_SAMSUNG_USB3PHY=m +CONFIG_SAMSUNG_USBPHY=m +CONFIG_SATA_AHCI_PLATFORM=m +CONFIG_SATA_SVW=y +# CONFIG_SENSORS_SCH56XX_COMMON is not set +CONFIG_SERIAL_8250_DW=m +# CONFIG_SH_TIMER_CMT is not set +# CONFIG_SH_TIMER_MTU2 is not set +CONFIG_SIMPLE_GPIO=y +CONFIG_SND=m +CONFIG_SND_COMPRESS_OFFLOAD=m +CONFIG_SND_DMAENGINE_PCM=m +CONFIG_SND_HDA_INTEL=m +# CONFIG_SND_OPL4_LIB_SEQ is not set +CONFIG_SND_PCM=m +# CONFIG_SND_SBAWE_SEQ is not set +CONFIG_SND_SOC=m +CONFIG_SND_SOC_FSL_SSI=m +CONFIG_SND_SOC_HDMI_CODEC=m +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_TIMER=m +CONFIG_SOUND=m +CONFIG_STACK_TRACER=y +CONFIG_STANDALONE=y +# CONFIG_SYS_HYPERVISOR is not set +CONFIG_TIGON3=m +CONFIG_UDBG_RTAS_CONSOLE=y +CONFIG_UPROBES=y +CONFIG_USB_EHCI_HCD_PLATFORM=y +CONFIG_USB_FSL_MPH_DR_OF=y +CONFIG_USB_GADGET=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +CONFIG_USB_MUSB_HDRC=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_OHCI_HCD_PLATFORM=y +CONFIG_USB_OHCI_HCD_PPC_OF=y +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y +CONFIG_USB_USBNET=m +# CONFIG_USB_UX500_DMA is not set +# CONFIG_VFIO_IOMMU_TYPE1 is not set +CONFIG_VIRT_CPU_ACCOUNTING_GEN=y --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/powerpc/config.flavour.powerpc-e500mc +++ linux-lts-utopic-3.16.0/debian.utopic/config/powerpc/config.flavour.powerpc-e500mc @@ -0,0 +1,58 @@ +# +# Config options for config.flavour.powerpc-e500mc automatically generated by splitconfig.pl +# +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +# CONFIG_ARCH_RANDOM is not set +# CONFIG_ATA_NONSTANDARD is not set +# CONFIG_CRASH_DUMP is not set +# CONFIG_CXL_BASE is not set +CONFIG_DEFAULT_UIMAGE=y +# CONFIG_EPAPR_BOOT is not set +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_FOPS=y +CONFIG_FB_SYS_IMAGEBLIT=y +CONFIG_FB_UDL=y +CONFIG_FORCE_MAX_ZONEORDER=11 +CONFIG_GENERIC_TBSYNC=y +CONFIG_HAS_RAPIDIO=y +# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set +CONFIG_HIBERNATION=y +CONFIG_HUGETLB_PAGE=y +CONFIG_IMA=y +CONFIG_KERNEL_START=0xc0000000 +# CONFIG_MMIO_NVRAM is not set +# CONFIG_MPIC_U3_HT_IRQS is not set +# CONFIG_NEED_DMA_MAP_STATE is not set +# CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set +# CONFIG_NONSTATIC_KERNEL is not set +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS=8 +CONFIG_PAGE_OFFSET=0xc0000000 +CONFIG_PHYS_ADDR_T_64BIT=y +# CONFIG_PPC64 is not set +CONFIG_PPC_85xx=y +# CONFIG_PPC_970_NAP is not set +# CONFIG_PPC_BOOK3S_32 is not set +# CONFIG_PPC_CELL is not set +# CONFIG_PPC_COPRO_BASE is not set +CONFIG_PPC_DOORBELL=y +CONFIG_PPC_EPAPR_HV_PIC=y +# CONFIG_PPC_I8259 is not set +# CONFIG_PPC_ICP_HV is not set +# CONFIG_PPC_ICP_NATIVE is not set +# CONFIG_PPC_ICS_RTAS is not set +CONFIG_PPC_INDIRECT_PCI=y +# CONFIG_PPC_MM_SLICES is not set +# CONFIG_PPC_MPC106 is not set +# CONFIG_PPC_P7_NAP is not set +# CONFIG_PPC_RTAS is not set +# CONFIG_PPC_XICS is not set +CONFIG_RCU_FANOUT=32 +# CONFIG_RCU_NOCB_CPU is not set +CONFIG_RTC_DRV_DS3232=y +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_TICK_CPU_ACCOUNTING=y +CONFIG_WORD_SIZE=32 --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/powerpc/config.flavour.powerpc-smp +++ linux-lts-utopic-3.16.0/debian.utopic/config/powerpc/config.flavour.powerpc-smp @@ -0,0 +1,59 @@ +# +# Config options for config.flavour.powerpc-smp automatically generated by splitconfig.pl +# +# CONFIG_ARCH_DMA_ADDR_T_64BIT is not set +# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set +# CONFIG_ARCH_RANDOM is not set +# CONFIG_ATA_NONSTANDARD is not set +# CONFIG_CRASH_DUMP is not set +# CONFIG_CXL_BASE is not set +# CONFIG_DEFAULT_UIMAGE is not set +# CONFIG_EPAPR_BOOT is not set +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_SYS_IMAGEBLIT=m +CONFIG_FB_UDL=m +CONFIG_FORCE_MAX_ZONEORDER=11 +CONFIG_GENERIC_TBSYNC=y +# CONFIG_HAS_RAPIDIO is not set +# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set +CONFIG_HIBERNATION=y +# CONFIG_HUGETLB_PAGE is not set +CONFIG_IMA=y +CONFIG_KERNEL_START=0xc0000000 +# CONFIG_MMIO_NVRAM is not set +# CONFIG_MPIC_U3_HT_IRQS is not set +# CONFIG_NEED_DMA_MAP_STATE is not set +# CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set +# CONFIG_NONSTATIC_KERNEL is not set +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS=4 +CONFIG_PAGE_OFFSET=0xc0000000 +# CONFIG_PHYS_ADDR_T_64BIT is not set +# CONFIG_PPC64 is not set +# CONFIG_PPC_85xx is not set +# CONFIG_PPC_970_NAP is not set +CONFIG_PPC_BOOK3S_32=y +# CONFIG_PPC_CELL is not set +# CONFIG_PPC_COPRO_BASE is not set +# CONFIG_PPC_DOORBELL is not set +# CONFIG_PPC_EPAPR_HV_PIC is not set +CONFIG_PPC_I8259=y +# CONFIG_PPC_ICP_HV is not set +# CONFIG_PPC_ICP_NATIVE is not set +# CONFIG_PPC_ICS_RTAS is not set +CONFIG_PPC_INDIRECT_PCI=y +# CONFIG_PPC_MM_SLICES is not set +CONFIG_PPC_MPC106=y +CONFIG_PPC_OF_BOOT_TRAMPOLINE=y +# CONFIG_PPC_P7_NAP is not set +CONFIG_PPC_RTAS=y +# CONFIG_PPC_XICS is not set +CONFIG_RCU_FANOUT=32 +# CONFIG_RCU_NOCB_CPU is not set +CONFIG_RTC_DRV_DS3232=m +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_TICK_CPU_ACCOUNTING=y +CONFIG_WORD_SIZE=32 --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/powerpc/config.flavour.powerpc64-emb +++ linux-lts-utopic-3.16.0/debian.utopic/config/powerpc/config.flavour.powerpc64-emb @@ -0,0 +1,63 @@ +# +# Config options for config.flavour.powerpc64-emb automatically generated by splitconfig.pl +# +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +# CONFIG_ARCH_RANDOM is not set +# CONFIG_ATA_NONSTANDARD is not set +CONFIG_CRASH_DUMP=y +# CONFIG_CXL_BASE is not set +CONFIG_DEFAULT_UIMAGE=y +# CONFIG_EPAPR_BOOT is not set +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_FOPS=y +CONFIG_FB_SYS_IMAGEBLIT=y +CONFIG_FB_UDL=y +CONFIG_FORCE_MAX_ZONEORDER=13 +# CONFIG_GENERIC_TBSYNC is not set +CONFIG_HAS_RAPIDIO=y +# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +# CONFIG_HIBERNATION is not set +CONFIG_HUGETLB_PAGE=y +# CONFIG_IMA is not set +CONFIG_KERNEL_START=0xc000000000000000 +# CONFIG_MMIO_NVRAM is not set +# CONFIG_MPIC_U3_HT_IRQS is not set +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NONSTATIC_KERNEL=y +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS=8 +# CONFIG_NUMA is not set +CONFIG_PAGE_OFFSET=0xc000000000000000 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_PPC64=y +# CONFIG_PPC_970_NAP is not set +CONFIG_PPC_BOOK3E_64=y +# CONFIG_PPC_BOOK3S_64 is not set +# CONFIG_PPC_CELL is not set +# CONFIG_PPC_COPRO_BASE is not set +CONFIG_PPC_DOORBELL=y +CONFIG_PPC_EPAPR_HV_PIC=y +# CONFIG_PPC_HAS_HASH_64K is not set +# CONFIG_PPC_I8259 is not set +# CONFIG_PPC_ICP_HV is not set +# CONFIG_PPC_ICP_NATIVE is not set +# CONFIG_PPC_ICS_RTAS is not set +CONFIG_PPC_INDIRECT_PCI=y +# CONFIG_PPC_MM_SLICES is not set +# CONFIG_PPC_MPC106 is not set +# CONFIG_PPC_OF_BOOT_TRAMPOLINE is not set +# CONFIG_PPC_P7_NAP is not set +# CONFIG_PPC_RTAS is not set +# CONFIG_PPC_XICS is not set +CONFIG_RCU_FANOUT=32 +# CONFIG_RCU_NOCB_CPU is not set +CONFIG_RTC_DRV_DS3232=y +# CONFIG_SCHED_SMT is not set +CONFIG_SCSI_SRP_ATTRS=m +# CONFIG_TICK_CPU_ACCOUNTING is not set +# CONFIG_U3_DART is not set +CONFIG_WORD_SIZE=64 --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/powerpc/config.flavour.powerpc64-smp +++ linux-lts-utopic-3.16.0/debian.utopic/config/powerpc/config.flavour.powerpc64-smp @@ -0,0 +1,62 @@ +# +# Config options for config.flavour.powerpc64-smp automatically generated by splitconfig.pl +# +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +CONFIG_ARCH_RANDOM=y +CONFIG_ATA_NONSTANDARD=y +CONFIG_CRASH_DUMP=y +CONFIG_CXL_BASE=y +# CONFIG_DEFAULT_UIMAGE is not set +CONFIG_EPAPR_BOOT=y +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_FOPS=y +CONFIG_FB_SYS_IMAGEBLIT=y +CONFIG_FB_UDL=m +CONFIG_FORCE_MAX_ZONEORDER=13 +CONFIG_GENERIC_TBSYNC=y +# CONFIG_HAS_RAPIDIO is not set +CONFIG_HAVE_BOOTMEM_INFO_NODE=y +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_HIBERNATION=y +CONFIG_HUGETLB_PAGE=y +CONFIG_IMA=y +CONFIG_KERNEL_START=0xc000000000000000 +CONFIG_MMIO_NVRAM=y +CONFIG_MPIC_U3_HT_IRQS=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NONSTATIC_KERNEL=y +# CONFIG_NO_HZ_IDLE is not set +CONFIG_NR_CPUS=1024 +CONFIG_NUMA=y +CONFIG_PAGE_OFFSET=0xc000000000000000 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_PPC64=y +CONFIG_PPC_970_NAP=y +# CONFIG_PPC_BOOK3E_64 is not set +CONFIG_PPC_BOOK3S_64=y +CONFIG_PPC_CELL=y +CONFIG_PPC_COPRO_BASE=y +CONFIG_PPC_DOORBELL=y +# CONFIG_PPC_EPAPR_HV_PIC is not set +CONFIG_PPC_HAS_HASH_64K=y +CONFIG_PPC_I8259=y +CONFIG_PPC_ICP_HV=y +CONFIG_PPC_ICP_NATIVE=y +CONFIG_PPC_ICS_RTAS=y +# CONFIG_PPC_INDIRECT_PCI is not set +CONFIG_PPC_MM_SLICES=y +# CONFIG_PPC_MPC106 is not set +CONFIG_PPC_OF_BOOT_TRAMPOLINE=y +CONFIG_PPC_P7_NAP=y +CONFIG_PPC_RTAS=y +CONFIG_PPC_XICS=y +CONFIG_RCU_FANOUT=64 +CONFIG_RCU_NOCB_CPU=y +CONFIG_RTC_DRV_DS3232=m +CONFIG_SCHED_SMT=y +CONFIG_SCSI_SRP_ATTRS=y +CONFIG_U3_DART=y +CONFIG_WORD_SIZE=64 --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/ppc64el/config.common.ppc64el +++ linux-lts-utopic-3.16.0/debian.utopic/config/ppc64el/config.common.ppc64el @@ -0,0 +1,215 @@ +# +# Config options for config.common.ppc64el automatically generated by splitconfig.pl +# +CONFIG_64BIT=y +CONFIG_AC97_BUS=m +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +CONFIG_ARCH_RANDOM=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +CONFIG_ATA_GENERIC=m +# CONFIG_ATA_NONSTANDARD is not set +CONFIG_ATA_PIIX=m +CONFIG_AUDIT_ARCH=y +CONFIG_BCH=m +# CONFIG_CC_STACKPROTECTOR is not set +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CPU_LITTLE_ENDIAN=y +CONFIG_CRASH_DUMP=y +CONFIG_CXL_BASE=y +CONFIG_DEFAULT_CFQ=y +# CONFIG_DEFAULT_DEADLINE is not set +CONFIG_DEFAULT_IOSCHED="cfq" +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +# CONFIG_DEFAULT_UIMAGE is not set +CONFIG_DMA_VIRTUAL_CHANNELS=m +# CONFIG_EM_TIMER_STI is not set +CONFIG_EPAPR_BOOT=y +CONFIG_FB_ATY128=m +# CONFIG_FB_BOOT_VESA_SUPPORT is not set +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +CONFIG_FB_IBM_GXT4500=y +CONFIG_FB_MACMODES=y +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_SYS_IMAGEBLIT=m +CONFIG_FB_UDL=m +CONFIG_FB_VOODOO1=m +# CONFIG_FONTS is not set +CONFIG_FORCE_MAX_ZONEORDER=9 +CONFIG_FRAME_WARN=2048 +CONFIG_FUNCTION_TRACER=y +CONFIG_GENERIC_CSUM=y +# CONFIG_GENERIC_TBSYNC is not set +CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY=1 +CONFIG_GPIO_GENERIC=m +CONFIG_GPIO_GENERIC_PLATFORM=m +CONFIG_GPIO_TWL4030=m +CONFIG_GPIO_TWL6040=m +# CONFIG_HAS_RAPIDIO is not set +CONFIG_HAVE_64BIT_ALIGNED_ACCESS=y +# CONFIG_HAVE_AOUT is not set +CONFIG_HAVE_BOOTMEM_INFO_NODE=y +# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_HIBERNATION=y +# CONFIG_HOTPLUG_PCI_PCIE is not set +# CONFIG_HOTPLUG_PCI_SHPC is not set +CONFIG_HUGETLB_PAGE=y +CONFIG_HZ=250 +# CONFIG_HZ_1000 is not set +CONFIG_HZ_250=y +CONFIG_IBMEBUS=y +CONFIG_IBMVETH=y +CONFIG_IMA=y +CONFIG_IPMI_POWERNV=m +CONFIG_IPMI_SI_PROBE_DEFAULTS=y +CONFIG_IRQ_ALL_CPUS=y +# CONFIG_IRQ_FORCED_THREADING_DEFAULT is not set +CONFIG_JUMP_LABEL=y +CONFIG_KERNEL_START=0xc000000000000000 +CONFIG_KVM=y +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LPARCFG=y +# CONFIG_LUSTRE_FS is not set +CONFIG_MFD_SM501=m +# CONFIG_MFD_TMIO is not set +CONFIG_MII=m +CONFIG_MMC_BLOCK=m +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_PLTFM=m +# CONFIG_MMIO_NVRAM is not set +# CONFIG_MPIC_MSGR is not set +# CONFIG_MPIC_U3_HT_IRQS is not set +CONFIG_MTD=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_CMDLINE_PARTS=m +CONFIG_MTD_NAND=m +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC=m +CONFIG_MTD_NAND_IDS=m +CONFIG_MTD_OF_PARTS=m +# CONFIG_MUSB_PIO_ONLY is not set +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +# CONFIG_NET_XGENE is not set +CONFIG_NODES_SHIFT=8 +CONFIG_NONSTATIC_KERNEL=y +CONFIG_NOP_USB_XCEIV=m +# CONFIG_NO_HZ_FULL is not set +CONFIG_NO_HZ_IDLE=y +CONFIG_NR_CPUS=2048 +CONFIG_NUMA=y +CONFIG_PAGE_OFFSET=0xc000000000000000 +CONFIG_PATA_SIS=m +# CONFIG_PCCARD is not set +CONFIG_PHYSICAL_START=0x00000000 +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_PHY_SAMSUNG_USB2=m +CONFIG_POWER7_CPU=y +CONFIG_PPC64=y +# CONFIG_PPC_4K_PAGES is not set +CONFIG_PPC_64K_PAGES=y +# CONFIG_PPC_970_NAP is not set +# CONFIG_PPC_BOOK3E_64 is not set +CONFIG_PPC_BOOK3S_64=y +# CONFIG_PPC_CELL is not set +CONFIG_PPC_COPRO_BASE=y +CONFIG_PPC_DENORMALISATION=y +# CONFIG_PPC_DISABLE_WERROR is not set +CONFIG_PPC_DOORBELL=y +# CONFIG_PPC_EPAPR_HV_PIC is not set +CONFIG_PPC_HAS_HASH_64K=y +CONFIG_PPC_I8259=y +CONFIG_PPC_ICP_HV=y +CONFIG_PPC_ICP_NATIVE=y +# CONFIG_PPC_ICSWX is not set +CONFIG_PPC_ICS_RTAS=y +# CONFIG_PPC_INDIRECT_PCI is not set +# CONFIG_PPC_MAPLE is not set +CONFIG_PPC_MM_SLICES=y +# CONFIG_PPC_MPC106 is not set +CONFIG_PPC_OF_BOOT_TRAMPOLINE=y +CONFIG_PPC_P7_NAP=y +# CONFIG_PPC_PASEMI is not set +# CONFIG_PPC_PMAC is not set +# CONFIG_PPC_PS3 is not set +CONFIG_PPC_RTAS=y +CONFIG_PPC_SMLPAR=y +CONFIG_PPC_SPLPAR=y +CONFIG_PPC_XICS=y +CONFIG_PPS=y +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_RCU is not set +CONFIG_PREEMPT_VOLUNTARY=y +CONFIG_PROBE_EVENTS=y +# CONFIG_PSTORE_CONSOLE is not set +CONFIG_PSTORE_RAM=m +CONFIG_PTP_1588_CLOCK=y +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_FANOUT=64 +# CONFIG_RCU_FAST_NO_HZ is not set +# CONFIG_RCU_NOCB_CPU is not set +# CONFIG_RCU_USER_QS is not set +CONFIG_REED_SOLOMON=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_REGULATOR_TWL4030=m +CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_DS3232=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_RTC_DRV_TWL4030=m +CONFIG_RTC_DRV_XGENE=m +CONFIG_SAMSUNG_USB2PHY=m +CONFIG_SAMSUNG_USB3PHY=m +CONFIG_SAMSUNG_USBPHY=m +CONFIG_SATA_AHCI_PLATFORM=m +CONFIG_SATA_SVW=m +CONFIG_SCHED_SMT=y +CONFIG_SCSI_SRP_ATTRS=y +# CONFIG_SENSORS_SCH56XX_COMMON is not set +CONFIG_SERIAL_8250_DW=m +# CONFIG_SH_TIMER_CMT is not set +# CONFIG_SH_TIMER_MTU2 is not set +# CONFIG_SIMPLE_GPIO is not set +CONFIG_SND=m +CONFIG_SND_COMPRESS_OFFLOAD=m +CONFIG_SND_DMAENGINE_PCM=m +# CONFIG_SND_HDA_INTEL is not set +# CONFIG_SND_OPL4_LIB_SEQ is not set +CONFIG_SND_PCM=m +# CONFIG_SND_SBAWE_SEQ is not set +CONFIG_SND_SOC=m +CONFIG_SND_SOC_FSL_SSI=m +CONFIG_SND_SOC_HDMI_CODEC=m +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_IMX_AUDMUX=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_TIMER=m +CONFIG_SOUND=m +CONFIG_STACK_TRACER=y +CONFIG_STANDALONE=y +# CONFIG_SYS_HYPERVISOR is not set +# CONFIG_TICK_CPU_ACCOUNTING is not set +CONFIG_TIGON3=y +# CONFIG_U3_DART is not set +# CONFIG_UDBG_RTAS_CONSOLE is not set +CONFIG_UPROBES=y +CONFIG_USB_EHCI_HCD_PLATFORM=m +CONFIG_USB_GADGET=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +CONFIG_USB_MUSB_HDRC=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_OHCI_HCD_PLATFORM=m +# CONFIG_USB_OHCI_HCD_PPC_OF is not set +# CONFIG_USB_OHCI_HCD_PPC_OF_BE is not set +CONFIG_USB_USBNET=m +CONFIG_USB_UX500_DMA=y +# CONFIG_VFIO_IOMMU_TYPE1 is not set +# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set +CONFIG_WORD_SIZE=64 --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/ppc64el/config.flavour.generic +++ linux-lts-utopic-3.16.0/debian.utopic/config/ppc64el/config.flavour.generic @@ -0,0 +1,3 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/x32/config.common.x32 +++ linux-lts-utopic-3.16.0/debian.utopic/config/x32/config.common.x32 @@ -0,0 +1 @@ +# nothing here yet --- linux-lts-utopic-3.16.0.orig/debian.utopic/config/x32/config.flavour.generic +++ linux-lts-utopic-3.16.0/debian.utopic/config/x32/config.flavour.generic @@ -0,0 +1 @@ +# nothing here yet --- linux-lts-utopic-3.16.0.orig/debian.utopic/control.d/flavour-control.stub +++ linux-lts-utopic-3.16.0/debian.utopic/control.d/flavour-control.stub @@ -0,0 +1,129 @@ +# 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-PKGVER-ABINUM-FLAVOUR +Architecture: ARCH +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, =PROVIDES= +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: BOOTLOADER +Suggests: fdutils, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR +Description: Linux kernel image for version PKGVER on DESC + This package contains the Linux kernel image 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-image-extra-PKGVER-ABINUM-FLAVOUR +Architecture: ARCH +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR, crda (>=1.1.1-1ubuntu2) | wireless-crda +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 +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-PKGVER-ABINUM, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version PKGVER on DESC + This package provides kernel header files for version PKGVER on + DESC. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-PKGVER-ABINUM/debian.README.gz for details. + +Package: linux-image-PKGVER-ABINUM-FLAVOUR-dbgsym +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 a 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 +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 +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=. + +Package: SRCPKGNAME-udebs-FLAVOUR +XC-Package-Type: udeb +Section: debian-installer +Architecture: ARCH +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + --- linux-lts-utopic-3.16.0.orig/debian.utopic/control.d/generic.inclusion-list +++ linux-lts-utopic-3.16.0/debian.utopic/control.d/generic.inclusion-list @@ -0,0 +1,170 @@ +arch/*/{crypto,kernel,oprofile} +arch/*/kvm/kvm.ko +arch/x86/kvm/kvm-intel.ko +arch/x86/kvm/kvm-amd.ko +crypto/* +drivers/acpi/* +drivers/char/ipmi/ipmi_msghandler.ko +drivers/ata/ahci_platform.ko +drivers/ata/ahci.ko +drivers/ata/acard-ahci.ko +drivers/ata/libahci.ko +drivers/ata/libahci_platform.ko +drivers/block/nbd.ko +drivers/block/floppy.ko +drivers/block/cryptoloop.ko +drivers/block/rbd.ko +drivers/char/hangcheck-timer.ko +drivers/char/hw_random/virtio-rng.ko +drivers/char/lp.ko +drivers/char/nvram.ko +drivers/char/ppdev.ko +drivers/char/raw.ko +drivers/hid/hid.ko +drivers/hid/hid-hyperv.ko +drivers/hv/* +drivers/infiniband/core/ib_core.ko +drivers/infiniband/core/ib_addr.ko +drivers/infiniband/core/ib_cm.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/input/evbug.ko +drivers/input/gameport/gameport.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/joydev.ko +drivers/input/touchscreen/usbtouchscreen.ko +drivers/input/misc/xen-kbdfront.ko +drivers/md/* +drivers/message/fusion* +drivers/scsi/scsi_transport_spi.ko +drivers/misc/vmw_balloon.ko +drivers/misc/vmw_vmci/vmw_vmci.ko +drivers/net/caif/caif_virtio.ko +drivers/net/mii.ko +drivers/net/ethernet/8390/8390.ko +drivers/net/ethernet/realtek/8139too.ko +drivers/net/ethernet/realtek/8139cp.ko +drivers/net/appletalk/ipddp.ko +drivers/net/bonding/bonding.ko +drivers/net/ppp/bsd_comp.ko +drivers/net/dummy.ko +drivers/net/ethernet/intel/e1000/e1000.ko +drivers/net/ethernet/intel/e1000e/e1000e.ko +drivers/net/eql.ko +drivers/net/ifb.ko +drivers/net/ethernet/intel/igbvf/igbvf.ko +drivers/net/ethernet/intel/ixgbevf/ixgbevf.ko +drivers/net/macvlan.ko +drivers/net/macvtap.ko +drivers/net/ethernet/8390/ne2k-pci.ko +drivers/net/netconsole.ko +drivers/net/ethernet/amd/pcnet32.ko +drivers/net/hyperv/hv_netvsc.ko +drivers/net/ppp/* +drivers/net/slip/* +drivers/net/veth.ko +drivers/net/vmxnet3/vmxnet3.ko +drivers/net/vxlan.ko +drivers/net/xen-netback/* +drivers/parport/parport.ko +drivers/parport/parport_pc.ko +drivers/pps/pps_core.ko +drivers/ptp/ptp.ko +drivers/net/ethernet/dec/tulip/* +drivers/scsi/BusLogic.ko +drivers/scsi/device_handler/scsi_dh.ko +drivers/scsi/iscsi_tcp.ko +drivers/scsi/libiscsi.ko +drivers/scsi/libiscsi_tcp.ko +drivers/scsi/libsas/* +drivers/scsi/osd/osd.ko +drivers/scsi/osd/libosd.ko +drivers/scsi/qla1280.ko +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_tgt.ko +drivers/scsi/vmw_pvscsi.ko +drivers/scsi/hv_storvsc.ko +drivers/scsi/virtio_scsi.ko +drivers/target/target_core*.ko +drivers/vhost/* +drivers/video/fbdev/cirrusfb.ko +drivers/video/fbdev/core/syscopyarea.ko +drivers/video/fbdev/core/sysfillrect.ko +drivers/video/fbdev/core/sysimgblt.ko +drivers/video/fbdev/hyperv_fb.ko +drivers/video/fbdev/vga16fb.ko +drivers/video/vgastate.ko +drivers/video/fbdev/xen-fbfront.ko +drivers/video/fbdev/core/fb_sys_fops.ko +drivers/watchdog/softdog.ko +drivers/xen/* +fs/9p/* +fs/binfmt_misc.ko +fs/btrfs/* +fs/cachefiles/cachefiles.ko +fs/ceph/* +fs/configfs/* +fs/exofs/libore.ko +fs/fat/* +fs/nls/nls_iso8859-1.ko +fs/isofs/* +fs/cifs/* +fs/xfs/* +fs/ufs/* +fs/squashfs/* +fs/nfs/* +fs/nfsd/* +fs/nfs_common/* +fs/fscache/* +fs/lockd/* +fs/autofs4/autofs4.ko +fs/overlayfs/* +fs/udf/* +lib/* +net/802/* +net/8021q/* +net/9p/* +net/appletalk/* +net/atm/* +net/ax25/* +net/bridge/* +net/can/* +net/core/* +net/ceph/libceph.ko +net/dccp/* +net/decnet/* +net/ieee802154/* +net/ipv4/* +net/ipv6/* +net/ipx/* +net/irda/* +net/key/* +net/lapb/* +net/llc/* +net/netfilter/* +net/netrom/* +net/openvswitch/* +net/phonet/* +net/rose/* +net/rxrpc/* +net/sched/* +net/sctp/* +net/tipc/* +net/vmw_vsock/* +net/x25/* +net/xfrm/* +net/sunrpc/auth_gss/auth_rpcgss.ko +net/sunrpc/auth_gss/rpcsec_gss_krb5.ko +net/sunrpc/sunrpc.ko +sound/soundcore.ko +sound/core/* +sound/pci/snd-ens1370.ko +sound/drivers/pcsp/snd-pcsp.ko --- linux-lts-utopic-3.16.0.orig/debian.utopic/control.d/vars.generic +++ linux-lts-utopic-3.16.0/debian.utopic/control.d/vars.generic @@ -0,0 +1,6 @@ +arch="i386 amd64 armhf arm64 ppc64el" +supported="Generic" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="grub-pc [i386 amd64 x32] | grub-efi-amd64 [amd64 x32] | grub-efi-ia32 [i386 amd64 x32] | grub [i386 amd64 x32] | lilo (>= 19.1) [i386 amd64 x32] | flash-kernel [armhf arm64] | grub-ieee1275 [ppc64el]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules" --- linux-lts-utopic-3.16.0.orig/debian.utopic/control.d/vars.generic-lpae +++ linux-lts-utopic-3.16.0/debian.utopic/control.d/vars.generic-lpae @@ -0,0 +1,6 @@ +arch="armhf" +supported="Generic LPAE" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="flash-kernel [armhf]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules" --- linux-lts-utopic-3.16.0.orig/debian.utopic/control.d/vars.lowlatency +++ linux-lts-utopic-3.16.0/debian.utopic/control.d/vars.lowlatency @@ -0,0 +1,6 @@ +arch="i386 amd64" +supported="Lowlatency" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="grub-pc [i386 amd64 x32] | grub-efi-amd64 [amd64 x32] | grub-efi-ia32 [i386 amd64 x32] | grub [i386 amd64 x32] | lilo (>= 19.1) [i386 amd64 x32] | flash-kernel [armhf arm64]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules" --- linux-lts-utopic-3.16.0.orig/debian.utopic/control.d/vars.powerpc-e500mc +++ linux-lts-utopic-3.16.0/debian.utopic/control.d/vars.powerpc-e500mc @@ -0,0 +1,6 @@ +supported="32-bit Freescale Power e500mc" +target="Geared toward server systems." +desc="32-bit Freescale Power e500mc" +bootloader="grub-ieee1275" +provides="redhat-cluster-modules, ivtv-modules" +arch="powerpc" --- linux-lts-utopic-3.16.0.orig/debian.utopic/control.d/vars.powerpc-smp +++ linux-lts-utopic-3.16.0/debian.utopic/control.d/vars.powerpc-smp @@ -0,0 +1,6 @@ +supported="32-bit PowerPC SMP" +target="Geared toward desktop or server systems." +desc="32-bit PowerPC SMP" +bootloader="yaboot" +provides="redhat-cluster-modules, ivtv-modules" +arch="powerpc" --- linux-lts-utopic-3.16.0.orig/debian.utopic/control.d/vars.powerpc64-emb +++ linux-lts-utopic-3.16.0/debian.utopic/control.d/vars.powerpc64-emb @@ -0,0 +1,6 @@ +supported="64-bit PowerPC SMP Book3E" +target="Geared toward desktop or server systems." +desc="64-bit PowerPC SMP Book3E" +bootloader="grub-ieee1275" +provides="redhat-cluster-modules, ivtv-modules" +arch="powerpc" --- linux-lts-utopic-3.16.0.orig/debian.utopic/control.d/vars.powerpc64-smp +++ linux-lts-utopic-3.16.0/debian.utopic/control.d/vars.powerpc64-smp @@ -0,0 +1,6 @@ +supported="64-bit PowerPC SMP" +target="Geared toward desktop or server systems." +desc="64-bit PowerPC SMP" +bootloader="yaboot" +provides="redhat-cluster-modules, ivtv-modules" +arch="powerpc" --- linux-lts-utopic-3.16.0.orig/debian.utopic/control.stub +++ linux-lts-utopic-3.16.0/debian.utopic/control.stub @@ -0,0 +1,818 @@ +Source: linux-lts-utopic +Section: devel +Priority: optional +Maintainer: Ubuntu Kernel Team +Standards-Version: 3.9.4.0 +Build-Depends: debhelper (>= 5), dh-systemd, cpio, module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile [amd64 i386], libelf-dev, libnewt-dev, libiberty-dev, rsync, libdw-dev, libpci-dev, dpkg (>= 1.16.0~ubuntu4), pkg-config, flex, bison, libunwind8-dev, openssl, libaudit-dev, bc, python-dev, gawk, device-tree-compiler [powerpc], u-boot-tools [powerpc], libc6-dev-ppc64 [powerpc], libudev-dev, autoconf, automake, libtool +Build-Depends-Indep: xmlto, docbook-utils, ghostscript, transfig, bzip2, sharutils, asciidoc +Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-trusty.git +XS-Testsuite: autopkgtest +#XS-Testsuite-Depends: gcc-4.7 binutils + +Package: linux-headers-3.16.0-72 +Architecture: all +Multi-Arch: foreign +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0) +Description: Header files related to Linux kernel version 3.16.0 + This package provides kernel header files for version 3.16.0, for sites + that want the latest kernel headers. Please read + /usr/share/doc/linux-lts-utopic-headers-3.16.0-72/debian.README.gz for details + +#Package: linux-lts-utopic-tools-common +#Architecture: all +#Multi-Arch: foreign +#Section: kernel +#Priority: optional +#Depends: ${misc:Depends} +#Replaces: linux-lts-utopic-tools (<= 2.6.32-16.25) +#Description: Linux kernel version specific tools for version 3.16.0 +# This package provides the architecture independent parts for kernel +# version locked tools (such as perf and x86_energy_perf_policy) for +# version PGKVER. + +Package: linux-lts-utopic-tools-3.16.0-72 +Architecture: i386 amd64 armhf arm64 powerpc ppc64el +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + You probabally want to install linux-tools-3.16.0-72-. + +#Package: linux-lts-utopic-cloud-tools-common +#Architecture: all +#Multi-Arch: foreign +#Section: kernel +#Priority: optional +#Breaks: linux-lts-utopic-tools-common (<< 3.13.0-8.28), hv-kvp-daemon-init (<< 3.13) +#Replaces: linux-lts-utopic-tools-common (<< 3.13.0-8.28), hv-kvp-daemon-init (<< 3.13) +#Depends: ${misc:Depends} +#Description: Linux kernel version specific cloud tools for version 3.16.0 +# This package provides the architecture independent parts for kernel +# version locked tools for cloud tools for version PGKVER. + +Package: linux-lts-utopic-cloud-tools-3.16.0-72 +Architecture: i386 amd64 armhf +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-cloud-tools-common +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud tools for version 3.16.0-72 on + 64 bit x86. + You probabally want to install linux-cloud-tools-3.16.0-72-. + + +Package: linux-image-3.16.0-72-generic +Architecture: i386 amd64 armhf arm64 ppc64el +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, kvm-api-4, redhat-cluster-modules, ivtv-modules +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: grub-pc [i386 amd64 x32] | grub-efi-amd64 [amd64 x32] | grub-efi-ia32 [i386 amd64 x32] | grub [i386 amd64 x32] | lilo (>= 19.1) [i386 amd64 x32] | flash-kernel [armhf arm64] | grub-ieee1275 [ppc64el] +Suggests: fdutils, linux-lts-utopic-tools, linux-headers-3.16.0-72-generic +Description: Linux kernel image for version 3.16.0 on 64 bit x86 SMP + This package contains the Linux kernel image for version 3.16.0 on + 64 bit x86 SMP. + . + 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 Generic processors. + . + Geared toward desktop and server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-generic meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.16.0-72-generic +Architecture: i386 amd64 armhf arm64 ppc64el +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.16.0-72-generic, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel extra modules for version 3.16.0 on 64 bit x86 SMP + This package contains the Linux kernel extra modules for version 3.16.0 on + 64 bit x86 SMP. + . + 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 Generic processors. + . + Geared toward desktop and server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-generic meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.16.0-72-generic +Architecture: i386 amd64 armhf arm64 ppc64el +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-3.16.0-72, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.16.0 on 64 bit x86 SMP + This package provides kernel header files for version 3.16.0 on + 64 bit x86 SMP. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.16.0-72/debian.README.gz for details. + +Package: linux-image-3.16.0-72-generic-dbgsym +Architecture: i386 amd64 armhf arm64 ppc64el +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.16.0 on 64 bit x86 SMP + This package provides a kernel debug image for version 3.16.0 on + 64 bit x86 SMP. + . + 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-3.16.0-72-generic +Architecture: i386 amd64 armhf arm64 ppc64el +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-tools-3.16.0-72 +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + +Package: linux-cloud-tools-3.16.0-72-generic +Architecture: i386 amd64 armhf arm64 ppc64el +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-cloud-tools-3.16.0-72 +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version 3.16.0-72 on + 64 bit x86. + +Package: linux-lts-utopic-udebs-generic +XC-Package-Type: udeb +Section: debian-installer +Architecture: i386 amd64 armhf arm64 ppc64el +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + + +Package: linux-image-3.16.0-72-generic-lpae +Architecture: armhf +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, kvm-api-4, redhat-cluster-modules, ivtv-modules +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: flash-kernel [armhf] +Suggests: fdutils, linux-lts-utopic-tools, linux-headers-3.16.0-72-generic-lpae +Description: Linux kernel image for version 3.16.0 on 64 bit x86 SMP + This package contains the Linux kernel image for version 3.16.0 on + 64 bit x86 SMP. + . + 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 Generic LPAE processors. + . + Geared toward desktop and server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-generic-lpae meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.16.0-72-generic-lpae +Architecture: armhf +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.16.0-72-generic-lpae, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel extra modules for version 3.16.0 on 64 bit x86 SMP + This package contains the Linux kernel extra modules for version 3.16.0 on + 64 bit x86 SMP. + . + 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 Generic LPAE processors. + . + Geared toward desktop and server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-generic-lpae meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.16.0-72-generic-lpae +Architecture: armhf +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-3.16.0-72, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.16.0 on 64 bit x86 SMP + This package provides kernel header files for version 3.16.0 on + 64 bit x86 SMP. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.16.0-72/debian.README.gz for details. + +Package: linux-image-3.16.0-72-generic-lpae-dbgsym +Architecture: armhf +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.16.0 on 64 bit x86 SMP + This package provides a kernel debug image for version 3.16.0 on + 64 bit x86 SMP. + . + 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-3.16.0-72-generic-lpae +Architecture: armhf +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-tools-3.16.0-72 +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + +Package: linux-cloud-tools-3.16.0-72-generic-lpae +Architecture: armhf +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-cloud-tools-3.16.0-72 +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version 3.16.0-72 on + 64 bit x86. + +Package: linux-lts-utopic-udebs-generic-lpae +XC-Package-Type: udeb +Section: debian-installer +Architecture: armhf +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + + +Package: linux-image-3.16.0-72-lowlatency +Architecture: i386 amd64 +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, kvm-api-4, redhat-cluster-modules, ivtv-modules +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: grub-pc [i386 amd64 x32] | grub-efi-amd64 [amd64 x32] | grub-efi-ia32 [i386 amd64 x32] | grub [i386 amd64 x32] | lilo (>= 19.1) [i386 amd64 x32] | flash-kernel [armhf arm64] +Suggests: fdutils, linux-lts-utopic-tools, linux-headers-3.16.0-72-lowlatency +Description: Linux kernel image for version 3.16.0 on 64 bit x86 SMP + This package contains the Linux kernel image for version 3.16.0 on + 64 bit x86 SMP. + . + 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 Lowlatency processors. + . + Geared toward desktop and server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-lowlatency meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.16.0-72-lowlatency +Architecture: i386 amd64 +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.16.0-72-lowlatency, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel extra modules for version 3.16.0 on 64 bit x86 SMP + This package contains the Linux kernel extra modules for version 3.16.0 on + 64 bit x86 SMP. + . + 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 Lowlatency processors. + . + Geared toward desktop and server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-lowlatency meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.16.0-72-lowlatency +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-3.16.0-72, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.16.0 on 64 bit x86 SMP + This package provides kernel header files for version 3.16.0 on + 64 bit x86 SMP. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.16.0-72/debian.README.gz for details. + +Package: linux-image-3.16.0-72-lowlatency-dbgsym +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.16.0 on 64 bit x86 SMP + This package provides a kernel debug image for version 3.16.0 on + 64 bit x86 SMP. + . + 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-3.16.0-72-lowlatency +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-tools-3.16.0-72 +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + +Package: linux-cloud-tools-3.16.0-72-lowlatency +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-cloud-tools-3.16.0-72 +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version 3.16.0-72 on + 64 bit x86. + +Package: linux-lts-utopic-udebs-lowlatency +XC-Package-Type: udeb +Section: debian-installer +Architecture: i386 amd64 +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + + +Package: linux-image-3.16.0-72-powerpc-e500mc +Architecture: powerpc +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, redhat-cluster-modules, ivtv-modules +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: grub-ieee1275 +Suggests: fdutils, linux-lts-utopic-tools, linux-headers-3.16.0-72-powerpc-e500mc +Description: Linux kernel image for version 3.16.0 on 32-bit Freescale Power e500mc + This package contains the Linux kernel image for version 3.16.0 on + 32-bit Freescale Power e500mc. + . + 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 32-bit Freescale Power e500mc processors. + . + Geared toward server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc-e500mc meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.16.0-72-powerpc-e500mc +Architecture: powerpc +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.16.0-72-powerpc-e500mc, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel extra modules for version 3.16.0 on 32-bit Freescale Power e500mc + This package contains the Linux kernel extra modules for version 3.16.0 on + 32-bit Freescale Power e500mc. + . + 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 32-bit Freescale Power e500mc processors. + . + Geared toward server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc-e500mc meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.16.0-72-powerpc-e500mc +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-3.16.0-72, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.16.0 on 32-bit Freescale Power e500mc + This package provides kernel header files for version 3.16.0 on + 32-bit Freescale Power e500mc. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.16.0-72/debian.README.gz for details. + +Package: linux-image-3.16.0-72-powerpc-e500mc-dbgsym +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.16.0 on 32-bit Freescale Power e500mc + This package provides a kernel debug image for version 3.16.0 on + 32-bit Freescale Power e500mc. + . + 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-3.16.0-72-powerpc-e500mc +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-tools-3.16.0-72 +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + +Package: linux-cloud-tools-3.16.0-72-powerpc-e500mc +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-cloud-tools-3.16.0-72 +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version 3.16.0-72 on + 64 bit x86. + +Package: linux-lts-utopic-udebs-powerpc-e500mc +XC-Package-Type: udeb +Section: debian-installer +Architecture: powerpc +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + + +Package: linux-image-3.16.0-72-powerpc-smp +Architecture: powerpc +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, redhat-cluster-modules, ivtv-modules +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: yaboot +Suggests: fdutils, linux-lts-utopic-tools, linux-headers-3.16.0-72-powerpc-smp +Description: Linux kernel image for version 3.16.0 on 32-bit PowerPC SMP + This package contains the Linux kernel image for version 3.16.0 on + 32-bit PowerPC SMP. + . + 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 32-bit PowerPC SMP processors. + . + Geared toward desktop or server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc-smp meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.16.0-72-powerpc-smp +Architecture: powerpc +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.16.0-72-powerpc-smp, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel extra modules for version 3.16.0 on 32-bit PowerPC SMP + This package contains the Linux kernel extra modules for version 3.16.0 on + 32-bit PowerPC SMP. + . + 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 32-bit PowerPC SMP processors. + . + Geared toward desktop or server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc-smp meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.16.0-72-powerpc-smp +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-3.16.0-72, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.16.0 on 32-bit PowerPC SMP + This package provides kernel header files for version 3.16.0 on + 32-bit PowerPC SMP. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.16.0-72/debian.README.gz for details. + +Package: linux-image-3.16.0-72-powerpc-smp-dbgsym +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.16.0 on 32-bit PowerPC SMP + This package provides a kernel debug image for version 3.16.0 on + 32-bit PowerPC SMP. + . + 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-3.16.0-72-powerpc-smp +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-tools-3.16.0-72 +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + +Package: linux-cloud-tools-3.16.0-72-powerpc-smp +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-cloud-tools-3.16.0-72 +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version 3.16.0-72 on + 64 bit x86. + +Package: linux-lts-utopic-udebs-powerpc-smp +XC-Package-Type: udeb +Section: debian-installer +Architecture: powerpc +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + + +Package: linux-image-3.16.0-72-powerpc64-emb +Architecture: powerpc +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, redhat-cluster-modules, ivtv-modules +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: grub-ieee1275 +Suggests: fdutils, linux-lts-utopic-tools, linux-headers-3.16.0-72-powerpc64-emb +Description: Linux kernel image for version 3.16.0 on 64-bit PowerPC SMP Book3E + This package contains the Linux kernel image for version 3.16.0 on + 64-bit PowerPC SMP Book3E. + . + 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 64-bit PowerPC SMP Book3E processors. + . + Geared toward desktop or server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc64-emb meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.16.0-72-powerpc64-emb +Architecture: powerpc +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.16.0-72-powerpc64-emb, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel extra modules for version 3.16.0 on 64-bit PowerPC SMP Book3E + This package contains the Linux kernel extra modules for version 3.16.0 on + 64-bit PowerPC SMP Book3E. + . + 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 64-bit PowerPC SMP Book3E processors. + . + Geared toward desktop or server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc64-emb meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.16.0-72-powerpc64-emb +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-3.16.0-72, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.16.0 on 64-bit PowerPC SMP Book3E + This package provides kernel header files for version 3.16.0 on + 64-bit PowerPC SMP Book3E. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.16.0-72/debian.README.gz for details. + +Package: linux-image-3.16.0-72-powerpc64-emb-dbgsym +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.16.0 on 64-bit PowerPC SMP Book3E + This package provides a kernel debug image for version 3.16.0 on + 64-bit PowerPC SMP Book3E. + . + 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-3.16.0-72-powerpc64-emb +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-tools-3.16.0-72 +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + +Package: linux-cloud-tools-3.16.0-72-powerpc64-emb +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-cloud-tools-3.16.0-72 +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version 3.16.0-72 on + 64 bit x86. + +Package: linux-lts-utopic-udebs-powerpc64-emb +XC-Package-Type: udeb +Section: debian-installer +Architecture: powerpc +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + + +Package: linux-image-3.16.0-72-powerpc64-smp +Architecture: powerpc +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, redhat-cluster-modules, ivtv-modules +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: yaboot +Suggests: fdutils, linux-lts-utopic-tools, linux-headers-3.16.0-72-powerpc64-smp +Description: Linux kernel image for version 3.16.0 on 64-bit PowerPC SMP + This package contains the Linux kernel image for version 3.16.0 on + 64-bit PowerPC SMP. + . + 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 64-bit PowerPC SMP processors. + . + Geared toward desktop or server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc64-smp meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.16.0-72-powerpc64-smp +Architecture: powerpc +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.16.0-72-powerpc64-smp, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel extra modules for version 3.16.0 on 64-bit PowerPC SMP + This package contains the Linux kernel extra modules for version 3.16.0 on + 64-bit PowerPC SMP. + . + 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 64-bit PowerPC SMP processors. + . + Geared toward desktop or server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc64-smp meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.16.0-72-powerpc64-smp +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-3.16.0-72, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.16.0 on 64-bit PowerPC SMP + This package provides kernel header files for version 3.16.0 on + 64-bit PowerPC SMP. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.16.0-72/debian.README.gz for details. + +Package: linux-image-3.16.0-72-powerpc64-smp-dbgsym +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.16.0 on 64-bit PowerPC SMP + This package provides a kernel debug image for version 3.16.0 on + 64-bit PowerPC SMP. + . + 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-3.16.0-72-powerpc64-smp +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-tools-3.16.0-72 +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + +Package: linux-cloud-tools-3.16.0-72-powerpc64-smp +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-cloud-tools-3.16.0-72 +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version 3.16.0-72 on + 64 bit x86. + +Package: linux-lts-utopic-udebs-powerpc64-smp +XC-Package-Type: udeb +Section: debian-installer +Architecture: powerpc +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + --- linux-lts-utopic-3.16.0.orig/debian.utopic/control.stub.in +++ linux-lts-utopic-3.16.0/debian.utopic/control.stub.in @@ -0,0 +1,69 @@ +Source: SRCPKGNAME +Section: devel +Priority: optional +Maintainer: Ubuntu Kernel Team +Standards-Version: 3.9.4.0 +Build-Depends: debhelper (>= 5), dh-systemd, cpio, module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile [amd64 i386], libelf-dev, libnewt-dev, libiberty-dev, rsync, libdw-dev, libpci-dev, dpkg (>= 1.16.0~ubuntu4), pkg-config, flex, bison, libunwind8-dev, openssl, libaudit-dev, bc, python-dev, gawk, device-tree-compiler [powerpc], u-boot-tools [powerpc], libc6-dev-ppc64 [powerpc], libudev-dev, autoconf, automake, libtool +Build-Depends-Indep: xmlto, docbook-utils, ghostscript, transfig, bzip2, sharutils, asciidoc +Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-trusty.git +XS-Testsuite: autopkgtest +#XS-Testsuite-Depends: gcc-4.7 binutils + +Package: linux-headers-PKGVER-ABINUM +Architecture: all +Multi-Arch: foreign +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0) +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 +#Architecture: all +#Multi-Arch: foreign +#Section: kernel +#Priority: optional +#Depends: ${misc:Depends} +#Replaces: SRCPKGNAME-tools (<= 2.6.32-16.25) +#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 PGKVER. + +Package: SRCPKGNAME-tools-PKGVER-ABINUM +Architecture: i386 amd64 armhf arm64 powerpc ppc64el +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 probabally want to install linux-tools-PKGVER-ABINUM-. + +#Package: SRCPKGNAME-cloud-tools-common +#Architecture: all +#Multi-Arch: foreign +#Section: kernel +#Priority: optional +#Breaks: SRCPKGNAME-tools-common (<< 3.13.0-8.28), hv-kvp-daemon-init (<< 3.13) +#Replaces: SRCPKGNAME-tools-common (<< 3.13.0-8.28), hv-kvp-daemon-init (<< 3.13) +#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 PGKVER. + +Package: SRCPKGNAME-cloud-tools-PKGVER-ABINUM +Architecture: i386 amd64 armhf +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 probabally want to install linux-cloud-tools-PKGVER-ABINUM-. + --- linux-lts-utopic-3.16.0.orig/debian.utopic/copyright +++ linux-lts-utopic-3.16.0/debian.utopic/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-lts-utopic-3.16.0.orig/debian.utopic/d-i/exclude-firmware.armhf-generic +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/exclude-firmware.armhf-generic @@ -0,0 +1,2 @@ +nic-modules +scsi-modules --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/exclude-firmware.armhf-generic-lpae +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/exclude-firmware.armhf-generic-lpae @@ -0,0 +1,2 @@ +nic-modules +scsi-modules --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/exclude-modules.amd64-virtual +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/exclude-modules.amd64-virtual @@ -0,0 +1,14 @@ +pata-modules +firewire-core-modules +plip-modules +usb-modules +pcmcia-storage-modules +input-modules +nic-pcmcia-modules +pcmcia-modules +nic-usb-modules +nfs-modules +speakup-modules +ppp-modules +sata-modules +ipmi-modules --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/exclude-modules.arm64-generic +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/exclude-modules.arm64-generic @@ -0,0 +1,11 @@ +serial-modules +pata-modules +firewire-core-modules +floppy-modules +usb-modules +pcmcia-storage-modules +fb-modules +nic-pcmcia-modules +pcmcia-modules +nic-usb-modules +message-modules --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/exclude-modules.armhf-generic +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/exclude-modules.armhf-generic @@ -0,0 +1,10 @@ +serial-modules +firewire-core-modules +floppy-modules +pcmcia-storage-modules +fb-modules +nic-pcmcia-modules +pcmcia-modules +pata-modules +message-modules +virtio-modules --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/exclude-modules.armhf-generic-lpae +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/exclude-modules.armhf-generic-lpae @@ -0,0 +1,10 @@ +serial-modules +firewire-core-modules +floppy-modules +pcmcia-storage-modules +fb-modules +nic-pcmcia-modules +pcmcia-modules +pata-modules +message-modules +virtio-modules --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/exclude-modules.i386-virtual +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/exclude-modules.i386-virtual @@ -0,0 +1,14 @@ +pata-modules +firewire-core-modules +plip-modules +usb-modules +pcmcia-storage-modules +input-modules +nic-pcmcia-modules +pcmcia-modules +nic-usb-modules +nfs-modules +speakup-modules +ppp-modules +sata-modules +ipmi-modules --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/exclude-modules.powerpc +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/exclude-modules.powerpc @@ -0,0 +1,7 @@ +efi-modules +fb-modules +acpi-modules +serial-modules +nic-pcmcia-modules +pcmcia-modules +pcmcia-storage-modules --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/exclude-modules.ppc64el-generic +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/exclude-modules.ppc64el-generic @@ -0,0 +1,11 @@ +serial-modules +pata-modules +fat-modules +pcmcia-storage-modules +nic-pcmcia-modules +pcmcia-modules +firewire-core-modules +usb-modules +mouse-modules +irda-modules +speakup-modules --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/firmware/README.txt +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/firmware/README.txt @@ -0,0 +1,4 @@ +# +# Place the names of udeb modules into this directory that require +# runtime firmware. +# --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/firmware/nic-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/firmware/nic-modules @@ -0,0 +1,15 @@ +e100/d101m_ucode.bin ? +e100/d101s_ucode.bin ? +e100/d102e_ucode.bin ? +bnx2/bnx2-mips-09-6.2.1b.fw ? +bnx2/bnx2-rv2p-06-6.0.15.fw ? +bnx2/bnx2-mips-06-6.2.3.fw ? +bnx2/bnx2-rv2p-09-6.0.17.fw ? +bnx2/bnx2-rv2p-09ax-6.0.17.fw ? +bnx2x/bnx2x-e1h-7.8.17.0.fw ? +bnx2x/bnx2x-e1-7.8.17.0.fw ? +bnx2x/bnx2x-e2-7.8.17.0.fw ? +bnx2x/bnx2x-e1-7.8.19.0.fw ? +tigon/tg3_tso5.bin ? +tigon/tg3_tso.bin ? +tigon/tg3.bin ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/firmware/scsi-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/firmware/scsi-modules @@ -0,0 +1,3 @@ +qlogic/1040.bin ? +qlogic/12160.bin ? +qlogic/1280.bin ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/kernel-versions +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/kernel-versions @@ -0,0 +1,18 @@ +# arch version flavour installedname suffix bdep +amd64 3.16.0-72 generic 3.16.0-72-generic - + +i386 3.16.0-72 generic 3.16.0-72-generic - + +armhf 3.16.0-72 generic 3.16.0-72-generic - + +armhf 3.16.0-72 generic-lpae 3.16.0-72-generic-lpae - + +arm64 3.16.0-72 generic 3.16.0-72-generic - + +ppc64el 3.16.0-72 generic 3.16.0-72-generic - + +# Ports +# arch version flavour installedname suffix bdep +powerpc 3.16.0-72 powerpc-smp 3.16.0-72-powerpc-smp - +powerpc 3.16.0-72 powerpc64-smp 3.16.0-72-powerpc64-smp - +powerpc 3.16.0-72 powerpc-e500mc 3.16.0-72-powerpc-e500mc - --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/kernel-versions.in +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/kernel-versions.in @@ -0,0 +1,18 @@ +# arch version flavour installedname suffix bdep +amd64 PKGVER-ABINUM generic PKGVER-ABINUM-generic - + +i386 PKGVER-ABINUM generic PKGVER-ABINUM-generic - + +armhf PKGVER-ABINUM generic PKGVER-ABINUM-generic - + +armhf PKGVER-ABINUM generic-lpae PKGVER-ABINUM-generic-lpae - + +arm64 PKGVER-ABINUM generic PKGVER-ABINUM-generic - + +ppc64el PKGVER-ABINUM generic PKGVER-ABINUM-generic - + +# Ports +# arch version flavour installedname suffix bdep +powerpc PKGVER-ABINUM powerpc-smp PKGVER-ABINUM-powerpc-smp - +powerpc PKGVER-ABINUM powerpc64-smp PKGVER-ABINUM-powerpc64-smp - +powerpc PKGVER-ABINUM powerpc-e500mc PKGVER-ABINUM-powerpc-e500mc - --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules-powerpc/block-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules-powerpc/block-modules @@ -0,0 +1,31 @@ +aoe +aten +bpck +bpck6 ? +cciss +comm +cpqarray ? +DAC960 +dstr +epat +epia +fit2 +fit3 +friq +frpw +kbic +ktti +nbd +on20 +on26 +paride +pcd +pd +pf +pg +ps3disk ? +ps3vram ? +pt +sx8 +umem +virtio_blk ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules-powerpc/message-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules-powerpc/message-modules @@ -0,0 +1,13 @@ +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +i2o_block +i2o_bus +i2o_config ? +i2o_core +i2o_proc +i2o_scsi --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules-powerpc/nic-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules-powerpc/nic-modules @@ -0,0 +1,152 @@ +3c359 ? +3c501 ? +3c503 ? +3c505 ? +3c507 ? +3c509 ? +3c515 ? +3c523 ? +3c527 ? +3c59x ? +8139cp ? +8139too ? +82596 ? +abyss ? +ac3200 ? +adm8211 ? +airo ? +airport ? +amd8111e ? +arc4 ? +arcnet ? +arc-rawmode ? +arc-rimi ? +arlan ? +at1700 ? +atl1 ? +atl1e ? +atl2 ? +atmel ? +atmel_pci ? +b44 ? +bcm43xx ? +bcm43xx-mac80211 ? +bmac ? +bnx2 ? +bnx2x ? +bonding ? +cassini ? +com20020 ? +com20020-pci ? +com90io ? +com90xx ? +cs89x0 ? +de2104x ? +de4x5 ? +de600 ? +de620 ? +defxx ? +depca ? +dl2k ? +dmfe ? +dummy ? +e100 ? +e1000 ? +e1000e ? +e2100 ? +eepro ? +eepro100 ? +eexpress ? +epic100 ? +eql ? +es3210 ? +eth16i ? +ewrk3 ? +fealnx ? +forcedeth ? +igb ? +hamachi ? +hermes ? +hp ? +hp100 ? +hp-plus ? +ibmtr ? +ibmveth ? +ipddp ? +ipw2100 ? +ipw2200 ? +ipw3945 ? +ixgb ? +lance ? +lanstreamer ? +lasi_82596 ? +lne390 ? +lp486e ? +mace ? +mv643xx_eth ? +myri_sbus ? +natsemi ? +ne ? +ne2 ? +ne2k-pci ? +ne3210 ? +netconsole ? +netxen_nic ? +ni5010 ? +ni52 ? +ni65 ? +niu ? +ns83820 ? +olympic ? +orinoco ? +orinoco_pci ? +orinoco_plx ? +orinoco_tmd ? +pcnet32 ? +ps3_gelic ? +r8169 ? +rate_control ? +rfc1051 ? +rfc1201 ? +rrunner ? +rt2400 ? +rt2500 ? +rt61pci ? +s2io ? +shaper ? +sis190 ? +sis900 ? +spidernet ? +skfp ? +skge ? +sk98lin ? +sky2 ? +smc9194 ? +smc-ultra ? +smc-ultra32 ? +starfire ? +strip ? +sunbmac ? +sundance ? +sungem ? +sungem_phy ? +sunhme ? +sunlance ? +sunqe ? +sunvnet ? +tg3 ? +tlan ? +tms380tr ? +tmspci ? +tulip ? +tun ? +typhoon ? +uli526x ? +via-rhine ? +via-velocity ? +virtio_net ? +wavelan ? +wd ? +winbond-840 ? +yellowfin ? +znet ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules-powerpc/scsi-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules-powerpc/scsi-modules @@ -0,0 +1,118 @@ +# SCSI +raid_class ? +scsi_transport_spi ? +scsi_transport_fc ? +scsi_transport_iscsi ? +scsi_transport_sas ? +iscsi_tcp ? +libiscsi ? +amiga7xx ? +a3000 ? +a2091 ? +gvp11 ? +mvme147 ? +sgiwd93 ? +cyberstorm ? +cyberstormII ? +blz2060 ? +blz1230 ? +fastlane ? +oktagon_esp_mod ? +atari_scsi ? +mac_scsi ? +mac_esp ? +sun3_scsi ? +mvme16x ? +bvme6000 ? +sim710 ? +advansys ? +psi240i ? +BusLogic ? +dpt_i2o ? +u14-34f ? +ultrastor ? +aha152x ? +aha1542 ? +aha1740 ? +aic7xxx_old ? +ips ? +fd_mcs ? +fdomain ? +in2000 ? +g_NCR5380 ? +g_NCR5380_mmio ? +NCR53c406a ? +NCR_D700 ? +NCR_Q720_mod ? +sym53c416 ? +qlogicfas408 ? +qla1280 ? +pas16 ? +seagate ? +seagate ? +t128 ? +dmx3191d ? +dtc ? +zalon7xx ? +eata_pio ? +wd7000 ? +mca_53c9x ? +ibmmca ? +ibmvfc ? +ibmvscsic ? +eata ? +dc395x ? +tmscsim ? +megaraid ? +atp870u ? +esp ? +gdth ? +initio ? +a100u2w ? +qlogicpti ? +ide-scsi ? +mesh ? +mac53c94 ? +pluto ? +dec_esp ? +3w-xxxx ? +3w-9xxx ? +ppa ? +imm ? +jazz_esp ? +sun3x_esp ? +fcal ? +lasi700 ? +nsp32 ? +ipr ? +hptiop ? +stex ? +osst ? +sg ? +ch ? +scsi_debug ? +aacraid ? +aic7xxx ? +aic79xx ? +aic94xx ? +arcmsr ? +acornscsi_mod ? +arxescsi ? +cumana_1 ? +cumana_2 ? +ecoscsi ? +oak ? +powertec ? +eesox ? +ibmvscsic ? +libsas ? +lpfc ? +megaraid_mm ? +megaraid_mbox ? +megaraid_sas ? +qla2xxx ? +sym53c8xx ? +qla4xxx ? +mvsas ? +sr_mod ? +sd_mod ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules-powerpc/storage-core-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules-powerpc/storage-core-modules @@ -0,0 +1,13 @@ +# Core stacks +usb-storage ? + +# Block level + +# Loop modules +cryptoloop + +# Needs to be here for better cdrom initrd layout +isofs + +ps3stor_lib ? +ps3rom ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/block-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/block-modules @@ -0,0 +1,34 @@ +aoe ? +aten ? +bpck ? +bpck6 ? +cciss ? +comm ? +cpqarray ? +DAC960 ? +dstr ? +epat ? +epia ? +fit2 ? +fit3 ? +friq ? +frpw ? +hpsa ? +kbic ? +ktti ? +nbd ? +nvme ? +on20 ? +on26 ? +paride ? +pcd ? +pd ? +pf ? +pg ? +pt ? +sdhci-tegra ? +sx8 ? +umem ? +virtio_blk ? +xen-blkfront ? +mtip32xx ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/crypto-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/crypto-modules @@ -0,0 +1,70 @@ +aesni-intel ? +aes-x86_64 ? +af_alg ? +algif_hash ? +algif_skcipher ? +ansi_cprng ? +anubis ? +arc4 ? +async_memcpy ? +async_pq ? +async_raid6_recov ? +async_tx ? +async_xor ? +authenc ? +authencesn ? +blowfish_common ? +blowfish_generic ? +blowfish-x86_64 ? +camellia ? +cast5 ? +cast6 ? +ccm ? +cryptd ? +cryptoloop ? +crypto_null ? +crypto_user ? +ctr ? +cts ? +deflate ? +des_generic ? +fcrypt ? +gcm ? +gf128mul ? +ghash-clmulni-intel ? +ghash-generic ? +khazad ? +lrw ? +lzo ? +md4 ? +michael_mic ? +padlock-aes ? +padlock-sha ? +pcbc ? +pcrypt ? +raid6test ? +rmd128 ? +rmd160 ? +rmd256 ? +rmd320 ? +salsa20_generic ? +salsa20-x86_64 ? +seed ? +seqiv ? +serpent_generic ? +serpent-sse2-x86_64 ? +sha1-ssse3 ? +sha512_generic ? +tcrypt ? +tea ? +tgr192 ? +twofish_common ? +twofish_generic ? +twofish-x86_64 ? +twofish-x86_64-3way ? +vmac ? +wp512 ? +xcbc ? +xor ? +xts ? +zlib ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/fat-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/fat-modules @@ -0,0 +1,7 @@ +fat ? +vfat ? + +# Supporting modules ? +nls_cp437 ? +nls_iso8859-1 ? +nls_utf8 ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/fb-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/fb-modules @@ -0,0 +1,3 @@ +fbcon ? +vesafb ? +vga16fb ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/firewire-core-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/firewire-core-modules @@ -0,0 +1,4 @@ +firewire-core ? +firewire-ohci ? +firewire-sbp2 ? +firewire-net ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/floppy-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/floppy-modules @@ -0,0 +1 @@ +floppy ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/fs-core-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/fs-core-modules @@ -0,0 +1,4 @@ +ext2 ? +jfs ? +reiserfs ? +xfs ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/fs-secondary-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/fs-secondary-modules @@ -0,0 +1,5 @@ +btrfs ? +fuse ? +ntfs ? +hfs ? +hfsplus ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/input-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/input-modules @@ -0,0 +1,23 @@ +hid-a4tech ? +hid-apple ? +hid-belkin ? +hid-bright ? +hid-cherry ? +hid-chicony ? +hid-cypress ? +hid-dell ? +hid-ezkey ? +hid-generic ? +hid-gyration ? +hid-logitech ? +hid-logitech-dj ? +hid-microsoft ? +hid-monterey ? +hid-petalynx ? +hid-pl ? +hid-samsung ? +hid-sony ? +hid-sunplus ? +hid-tmff ? +hid-zpff ? +usbhid ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/ipmi-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/ipmi-modules @@ -0,0 +1,5 @@ +ipmi_devintf ? +ipmi_msghandler ? +ipmi_poweroff ? +ipmi_si ? +ipmi_watchdog ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/irda-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/irda-modules @@ -0,0 +1,30 @@ +act200l-sir ? +actisys-sir ? +ali-ircc ? +donauboe ? +esi-sir ? +girbil-sir ? +ircomm ? +ircomm-tty ? +irda ? +irda-usb ? +irlan ? +irnet ? +irport ? +irtty-sir ? +kingsun-sir ? +ks959-sir ? +ksdazzle-sir ? +litelink-sir ? +ma600-sir ? +mcp2120-sir ? +mcs7780 ? +nsc-ircc ? +old_belkin-sir ? +sir-dev ? +smsc-ircc2 ? +stir4200 ? +tekram-sir ? +via-ircc ? +vlsi_ir ? +w83977af_ir ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/kernel-image +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/kernel-image @@ -0,0 +1,29 @@ +gpio-pca953x ? +gpio-regulator ? +i2c-mux ? +i2c-mux-pinctrl ? +i2c-tegra ? +max8907 ? +max8907-regulator ? +nvec ? +nvec_kbd ? +nvec_paz00 ? +nvec_power ? +nvec_ps2 ? +palmas-regulator ? +rtc-em3027 ? +rtc-max8907 ? +rtc-palmas ? +rtc-tps6586x ? +rtc-tps65910 ? +tps51632-regulator ? +tps62360-regulator ? +tps65090-charger ? +tps65090-regulator ? +tps6586x-regulator ? +tps65910-regulator ? +host1x ? +tegra-drm ? +pwm_bl ? +pwm-tegra ? +panel-simple ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/md-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/md-modules @@ -0,0 +1,16 @@ +dm-crypt ? +dm-mirror ? +dm-raid ? +dm-snapshot ? +dm-zero ? +faulty ? +linear ? +multipath ? +raid0 ? +raid1 ? +raid10 ? +raid456 ? + +# Extras +dm-raid45 ? +dm-loop ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/message-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/message-modules @@ -0,0 +1,15 @@ +mptbase ? +mptctl ? +mptfc ? +mptlan ? +mptsas ? +mpt2sas ? +mpt3sas ? +mptscsih ? +mptspi ? +i2o_block ? +i2o_bus ? +i2o_config ? +i2o_core ? +i2o_proc ? +i2o_scsi ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/mouse-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/mouse-modules @@ -0,0 +1,2 @@ +psmouse ? +usbmouse ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/multipath-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/multipath-modules @@ -0,0 +1,2 @@ +dm-multipath ? +dm-round-robin ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/nfs-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/nfs-modules @@ -0,0 +1,6 @@ +nfs ? +nfs_acl ? +nfsv3 ? +lockd ? +sunrpc ? +cifs ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/nic-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/nic-modules @@ -0,0 +1,176 @@ +3c359 ? +3c501 ? +3c503 ? +3c505 ? +3c507 ? +3c509 ? +3c515 ? +3c523 ? +3c527 ? +3c59x ? +8139cp ? +8139too ? +82596 ? +abyss ? +ac3200 ? +adm8211 ? +airo ? +airport ? +alx ? +amd8111e ? +arc4 ? +arcnet ? +arc-rawmode ? +arc-rimi ? +arlan ? +at1700 ? +ath5k ? +ath9k ? +ath9k_htc ? +atl1 ? +atl1c ? +atl1e ? +atl2 ? +atmel ? +atmel_pci ? +b44 ? +be2net ? +bmac ? +bnx2 ? +bnx2x ? +bonding ? +brcmfmac ? +brcmsmac ? +xgmac ? +cassini ? +com20020 ? +com20020-pci ? +com90io ? +com90xx ? +cs89x0 ? +de2104x ? +de4x5 ? +de600 ? +de620 ? +defxx ? +depca ? +dl2k ? +dmfe ? +dummy ? +e100 ? +e1000 ? +e1000e ? +e2100 ? +eepro ? +eepro100 ? +eexpress ? +enic ? +epic100 ? +eql ? +es3210 ? +eth16i ? +ewrk3 ? +fealnx ? +forcedeth ? +igb ? +ps3_gelic ? +hamachi ? +hermes ? +hp ? +hp100 ? +hp-plus ? +ibmtr ? +ipddp ? +ipw2100 ? +ipw2200 ? +iwl3945 ? +iwl4965 ? +iwl-legacy ? +iwldvm ? +iwlwifi ? +ixgb ? +ixgbe ? +lance ? +lanstreamer ? +lasi_82596 ? +lne390 ? +lp486e ? +mace ? +mlx4_core ? +mlx4_en ? +mlx5_core ? +mv643xx_eth ? +myri_sbus ? +natsemi ? +ne ? +ne2 ? +ne2k-pci ? +ne3210 ? +netconsole ? +netxen_nic ? +ni5010 ? +ni52 ? +ni65 ? +niu ? +ns83820 ? +olympic ? +orinoco ? +orinoco_pci ? +orinoco_plx ? +orinoco_tmd ? +pcnet32 ? +qlcnic ? +r815x ? +r8169 ? +rate_control ? +rfc1051 ? +rfc1201 ? +rrunner ? +rt2400 ? +rt2400pci ? +rt2500 ? +rt2500pci ? +rt2800pci ? +rt61pci ? +s2io ? +sfc ? +shaper ? +sis190 ? +sis900 ? +spidernet ? +skfp ? +skge ? +sk98lin ? +sky2 ? +smc9194 ? +smc-ultra ? +smc-ultra32 ? +starfire ? +strip ? +sunbmac ? +sundance ? +sungem ? +sungem_phy ? +sunhme ? +sunlance ? +sunqe ? +sunvnet ? +tg3 ? +tlan ? +tms380tr ? +tmspci ? +tulip ? +tun ? +typhoon ? +uli526x ? +via-rhine ? +via-velocity ? +virtio_net ? +wavelan ? +wd ? +winbond-840 ? +yellowfin ? +znet ? +vmxnet3 ? +xen-netfront ? +xgene-enet ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/nic-pcmcia-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/nic-pcmcia-modules @@ -0,0 +1,19 @@ +3c574_cs ? +3c589_cs ? +airo_cs ? +atmel_cs ? +axnet_cs ? +com20020_cs ? +fmvj18x_cs ? +ibmtr_cs ? +netwave_cs ? +nmclan_cs ? +orinoco_cs ? +pcnet_cs ? +ray_cs ? +smc91c92_cs ? +wavelan_cs ? +wl3501_cs ? +xirc2ps_cs ? +xircom_cb ? +xircom_tulip_cb ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/nic-shared-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/nic-shared-modules @@ -0,0 +1,26 @@ +# PHY +8390 ? +mii ? + +# CRC modules +crc-ccitt ? +crc-itu-t ? +libcrc32c ? + +# mac80211 stuff +mac80211 ? +cfg80211 ? + +# rt2x00 lib (since rt2x00 is split across usb/pci/cb +rt2x00lib ? +rt2800lib ? + +# Atheros library (since drivers are split across nic-modules/nic-usb-modules) +ath ? + +# Wireless 802.11 modules +lib80211 ? +cfg80211 ? +lib80211_crypt_ccmp ? +lib80211_crypt_tkip ? +lib80211_crypt_wep ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/nic-usb-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/nic-usb-modules @@ -0,0 +1,32 @@ +catc ? +kaweth ? +pegasus ? +prism2_usb ? +rtl8150 ? +usbnet ? +zd1211rw ? +zd1201 ? +rt2500usb ? +rt73usb ? +rt2570 ? +rt2800usb ? +rt2x00usb ? +cdc_ether ? +asix ? +cdc_eem ? +cdc_ether ? +cdc-phonet ? +cdc_subset ? +dm9601 ? +gl620a ? +hso ? +int51x1 ? +mcs7830 ? +net1080 ? +plusb ? +rndis_host ? +smsc95xx ? +zaurus ? +carl9170 ? +smsc75xx ? +smsc95xx ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/parport-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/parport-modules @@ -0,0 +1,2 @@ +parport ? +parport_pc ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/pata-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/pata-modules @@ -0,0 +1,47 @@ +pata_ali.ko ? +pata_amd.ko ? +pata_artop.ko ? +pata_atiixp.ko ? +pata_atp867x.ko ? +pata_cmd640.ko ? +pata_cmd64x.ko ? +pata_cs5520.ko ? +pata_cs5530.ko ? +pata_cs5535.ko ? +pata_cs5536.ko ? +pata_cypress.ko ? +pata_efar.ko ? +pata_hpt366.ko ? +pata_hpt37x.ko ? +pata_hpt3x2n.ko ? +pata_hpt3x3.ko ? +pata_isapnp.ko ? +pata_it8213.ko ? +pata_it821x.ko ? +pata_jmicron.ko ? +pata_legacy.ko ? +pata_macio.ko ? +pata_marvell.ko ? +pata_mpiix.ko ? +pata_netcell.ko ? +pata_ninja32.ko ? +pata_ns87410.ko ? +pata_ns87415.ko ? +pata_oldpiix.ko ? +pata_optidma.ko ? +pata_opti.ko ? +pata_pcmcia.ko ? +pata_pdc2027x.ko ? +pata_pdc202xx_old.ko ? +pata_qdi.ko ? +pata_radisys.ko ? +pata_rdc.ko ? +pata_rz1000.ko ? +pata_sc1200.ko ? +pata_sch.ko ? +pata_serverworks.ko ? +pata_sil680.ko ? +pata_sl82c105.ko ? +pata_triflex.ko ? +pata_via.ko ? +pata_winbond.ko ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/pcmcia-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/pcmcia-modules @@ -0,0 +1,8 @@ +i82092 ? +i82365 ? +pcmcia ? +pcmcia_core ? +pd6729 ? +rsrc_nonstatic ? +tcic ? +yenta_socket ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/pcmcia-storage-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/pcmcia-storage-modules @@ -0,0 +1,6 @@ +pata_pcmcia ? +qlogic_cs ? +fdomain_cs ? +aha152x_cs ? +nsp_cs ? +sym53c500_cs ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/plip-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/plip-modules @@ -0,0 +1 @@ +plip ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/ppp-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/ppp-modules @@ -0,0 +1,6 @@ +ppp_async ? +ppp_deflate ? +ppp_mppe ? +pppoe ? +pppox ? +ppp_synctty ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/sata-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/sata-modules @@ -0,0 +1,18 @@ +sata_inic162x.ko ? +sata_mv.ko ? +sata_nv.ko ? +sata_promise.ko ? +sata_qstor.ko ? +sata_sil24.ko ? +sata_sil.ko ? +sata_sis.ko ? +sata_svw.ko ? +sata_sx4.ko ? +sata_uli.ko ? +sata_via.ko ? +sata_vsc.ko ? +ahci_platform ? +ahci ? +acard-ahci ? +libahci ? +ahci_xgene ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/scsi-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/scsi-modules @@ -0,0 +1,129 @@ +# SCSI +raid_class ? +scsi_transport_spi ? +scsi_transport_fc ? +scsi_transport_iscsi ? +scsi_transport_sas ? +iscsi_tcp ? +libiscsi ? +amiga7xx ? +a3000 ? +a2091 ? +gvp11 ? +mvme147 ? +sgiwd93 ? +cyberstorm ? +cyberstormII ? +blz2060 ? +blz1230 ? +fastlane ? +oktagon_esp_mod ? +atari_scsi ? +mac_scsi ? +mac_esp ? +sun3_scsi ? +mvme16x ? +bvme6000 ? +sim710 ? +advansys ? +psi240i ? +BusLogic ? +dpt_i2o ? +u14-34f ? +ultrastor ? +aha152x ? +aha1542 ? +aha1740 ? +aic7xxx_old ? +ips ? +fd_mcs ? +fdomain ? +fnic ? +in2000 ? +g_NCR5380 ? +g_NCR5380_mmio ? +NCR53c406a ? +NCR_D700 ? +NCR_Q720_mod ? +sym53c416 ? +qlogicfas408 ? +qla1280 ? +pas16 ? +seagate ? +seagate ? +t128 ? +dmx3191d ? +dtc ? +zalon7xx ? +eata_pio ? +wd7000 ? +mca_53c9x ? +ibmmca ? +eata ? +dc395x ? +tmscsim ? +megaraid ? +atp870u ? +esp ? +gdth ? +initio ? +a100u2w ? +qlogicpti ? +ide-scsi ? +mesh ? +mac53c94 ? +pluto ? +dec_esp ? +3w-xxxx ? +3w-9xxx ? +ppa ? +imm ? +jazz_esp ? +sun3x_esp ? +fcal ? +lasi700 ? +nsp32 ? +ipr ? +hptiop ? +stex ? +osst ? +sg ? +ch ? +scsi_debug ? +aacraid ? +aic7xxx ? +aic79xx ? +aic94xx ? +arcmsr ? +acornscsi_mod ? +arxescsi ? +cumana_1 ? +cumana_2 ? +ecoscsi ? +oak ? +powertec ? +eesox ? +ibmvscsic ? +ibmvfc ? +libsas ? +lpfc ? +megaraid_mm ? +megaraid_mbox ? +megaraid_sas ? +qla2xxx ? +sym53c8xx ? +qla4xxx ? +mvsas ? +vmw_pvscsi ? +ums-cypress ? +be2iscsi ? +3w-sas ? +isci ? +mlx4_ib ? +mlx5_ib ? + +# device handlers +scsi_dh_alua ? +scsi_dh_emc ? +scsi_dh_rdac ? +scsi_dh_hp_sw ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/serial-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/serial-modules @@ -0,0 +1,4 @@ +generic_serial ? +serial_cs ? +synclink_cs ? +hyperv-keyboard ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/speakup-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/speakup-modules @@ -0,0 +1,16 @@ +speakup ? +speakup_acntpc ? +speakup_acntsa ? +speakup_apollo ? +speakup_audptr ? +speakup_bns ? +speakup_decext ? +speakup_dectlk ? +speakup_dtlk ? +speakup_dummy ? +speakup_keypc ? +speakup_ltlk ? +speakup_soft ? +speakup_spkout ? +speakup_txprt ? +speakup_decpc ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/squashfs-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/squashfs-modules @@ -0,0 +1 @@ +squashfs ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/storage-core-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/storage-core-modules @@ -0,0 +1,10 @@ +# Core stacks +usb-storage ? + +# Block level + +# Loop modules +cryptoloop ? + +# Needs to be here for better cdrom initrd layout +isofs ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/usb-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/usb-modules @@ -0,0 +1,11 @@ +ehci-hcd ? +isp116x-hcd ? +isp1760 ? +ohci-hcd ? +r8a66597-hcd ? +sl811_cs ? +sl811-hcd ? +u132-hcd ? +uhci-hcd ? +xhci-hcd ? +ehci-tegra ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/virtio-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/virtio-modules @@ -0,0 +1,11 @@ +virtio_balloon ? +virtio_pci ? +virtio_ring ? +virtio-rng ? +virtio_scsi ? +hv_vmbus ? +hv_utils ? +hv_netvsc ? +hv_mouse ? +hv_storvsc ? +hv_balloon ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/modules/vlan-modules +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/modules/vlan-modules @@ -0,0 +1,3 @@ +slp ? +garp ? +8021q ? --- linux-lts-utopic-3.16.0.orig/debian.utopic/d-i/package-list +++ linux-lts-utopic-3.16.0/debian.utopic/d-i/package-list @@ -0,0 +1,202 @@ +Package: kernel-image +Provides: ext3-modules, ext4-modules +Provides_amd64: efi-modules, ext3-modules, ext4-modules +Provides_i386: efi-modules, ext3-modules, ext4-modules +Provides_ppc64el: ext3-modules, ext4-modules, fat-modules + +Package: fat-modules +Depends: kernel-image +Priority: standard +Description: FAT filesystem support + This includes Windows FAT and VFAT support. + +Package: fb-modules +Depends: kernel-image +Priority: standard +Description: Framebuffer modules + +Package: firewire-core-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: Firewire (IEEE-1394) Support + +Package: floppy-modules +Depends: kernel-image +Priority: standard +Description: Floppy driver support + +Package: fs-core-modules +Depends: kernel-image +Priority: standard +Provides: ext2-modules, jfs-modules, reiserfs-modules, xfs-modules +Description: Base filesystem modules + This includes jfs, reiserfs and xfs. + +Package: fs-secondary-modules +Depends: kernel-image, fat-modules +Priority: standard +Provides: btrfs-modules, ntfs-modules, hfs-modules +Description: Extra filesystem modules + This includes support for Windows NTFS and MacOS HFS/HFSPlus + +Package: input-modules +Depends: kernel-image, usb-modules +Priority: standard +Description: Support for various input methods + +Package: irda-modules +Depends: kernel-image, nic-shared-modules +Priority: standard +Description: Support for Infrared protocols + +Package: md-modules +Depends: kernel-image +Priority: standard +Provides: crypto-dm-modules +Description: Multi-device support (raid, device-mapper, lvm) + +Package: nic-modules +Depends: kernel-image, nic-shared-modules, virtio-modules +Priority: standard +Description: Network interface support + +Package: nic-pcmcia-modules +Depends: kernel-image, nic-shared-modules, nic-modules +Priority: standard +Description: PCMCIA network interface support + +Package: nic-usb-modules +Depends: kernel-image, nic-shared-modules, usb-modules +Priority: standard +Description: USB network interface support + +Package: nic-shared-modules +Depends: kernel-image, crypto-modules +Priority: standard +Description: nic shared modules + This package contains modules which support nic modules + +Package: parport-modules +Depends: kernel-image +Priority: standard +Description: Parallel port support + +Package: pata-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: PATA support modules + +Package: pcmcia-modules +Depends: kernel-image +Priority: standard +Description: PCMCIA Modules + +Package: pcmcia-storage-modules +Depends: kernel-image, scsi-modules +Priority: standard +Description: PCMCIA storage support + +Package: plip-modules +Depends: kernel-image, nic-shared-modules, parport-modules +Priority: standard +Description: PLIP (parallel port) networking support + +Package: ppp-modules +Depends: kernel-image, nic-shared-modules, serial-modules +Priority: standard +Description: PPP (serial port) networking support + +Package: sata-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: SATA storage support + +Package: scsi-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: SCSI storage support + +Package: serial-modules +Depends: kernel-image +Priority: standard +Description: Serial port support + +Package: storage-core-modules +Depends: kernel-image +Priority: standard +Provides: loop-modules +Description: Core storage support + Includes core SCSI, LibATA, USB-Storage. Also includes related block + devices for CD, Disk and Tape medium (and IDE Floppy). + +Package: usb-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: Core USB support + +Package: nfs-modules +Priority: standard +Depends: kernel-image +Description: NFS filesystem drivers + Includes the NFS client driver, and supporting modules. + +Package: block-modules +Priority: standard +Provides: nbd-modules +Depends: kernel-image, storage-core-modules, parport-modules, virtio-modules +Description: Block storage devices + This package contains the block storage devices, including DAC960 and + paraide. + +Package: message-modules +Priority: standard +Depends: kernel-image, storage-core-modules, scsi-modules +Description: Fusion and i2o storage modules + This package containes the fusion and i2o storage modules. + +Package: crypto-modules +Priority: extra +Depends: kernel-image +Description: crypto modules + This package contains crypto modules. + +Package: virtio-modules +Priority: standard +Depends: kernel-image +Description: VirtIO Modules + Includes modules for VirtIO (virtual machine, generally kvm guests) + +Package: socket-modules +Depends: kernel-image +Priority: standard +Description: Unix socket support + +Package: mouse-modules +Depends: kernel-image, input-modules, usb-modules +Priority: extra +Description: Mouse support + This package contains mouse drivers for the Linux kernel. + +Package: squashfs-modules +Depends: kernel-image +Priority: extra +Description: squashfs modules + This package contains squashfs modules. + +Package: vlan-modules +Depends: kernel-image +Priority: extra +Description: vlan modules + This package contains vlan (8021.Q) modules. + +Package: ipmi-modules +Depends: kernel-image +Priority: standard +Description: ipmi modules + +Package: multipath-modules +Depends: kernel-image +Priority: extra +Description: DM-Multipath support + This package contains modules for device-mapper multipath support. + --- linux-lts-utopic-3.16.0.orig/debian.utopic/etc/getabis +++ linux-lts-utopic-3.16.0/debian.utopic/etc/getabis @@ -0,0 +1,19 @@ +repo_list=( + "http://archive.ubuntu.com/ubuntu/pool/main/l/linux-lts-utopic" + "http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-lts-utopic" + "http://archive.ubuntu.com/ubuntu/pool/universe/l/linux-lts-utopic" + "http://ports.ubuntu.com/ubuntu-ports/pool/universe/l/linux-lts-utopic" + "http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu/pool/main/l/linux-lts-utopic" +) + +package_prefixes linux-image linux-image-extra + +getall armhf generic +getall armhf generic-lpae +getall amd64 generic lowlatency +getall i386 generic lowlatency +getall arm64 generic +getall ppc64el generic + +# Ports arches and flavours. +getall powerpc powerpc-smp powerpc64-smp powerpc-e500mc powerpc64-emb --- linux-lts-utopic-3.16.0.orig/debian.utopic/etc/kernelconfig +++ linux-lts-utopic-3.16.0/debian.utopic/etc/kernelconfig @@ -0,0 +1,7 @@ +if [ "$variant" = "ports" ]; then + archs="" + family='ports' +else + archs="amd64 i386 armhf arm64 ppc64el powerpc" + family='ubuntu' +fi --- linux-lts-utopic-3.16.0.orig/debian.utopic/etc/update-from-utopic-master +++ linux-lts-utopic-3.16.0/debian.utopic/etc/update-from-utopic-master @@ -0,0 +1,133 @@ +#!/bin/bash + +# +# This script is intended as a helper when updating from +# Raring. When complete you should have a copy of +# the Raring master branch changelog with the correct release names. +# +SOURCE_RELEASE=utopic +SOURCE_RELEASE_BRANCH=${_SOURCE_RELEASE_BRANCH:=master-next} +SOURCE_RELEASE_NUMBER=14.04 +DEBIAN_SOURCE=debian.master + +TARGET_RELEASE=trusty +TARGET_RELEASE_BRANCH=utopic +DEBIAN_TARGET=debian.${TARGET_RELEASE_BRANCH} + +DEF_REPO=git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/${SOURCE_RELEASE} +RELEASE_REPO="${DEF_REPO}" +DEF_ARCHES="i386 amd64 armhf arm64 ppc64el powerpc" +#FOREIGN_ARCHES="x32" +FOREIGN_ARCHES= + +# +# PPAs do not have a proposed pocket. The default assumes the +# real archive is the upload target. +# +POCKET="" +IGNORE_ABI="" +IGNORE_MODULES="" + +usage="$0 [-r RELEASE_REPO] [-p]" + +# +# command line options: +# [-r RELEASE_REPO] - override default ${SOURCE_RELEASE} git repository. +# [-p] - Assume the upload target is a PPA + +while getopts ":r:pim" opt; do + case $opt in + r ) RELEASE_REPO="$OPTARG" ;; + p ) POCKET="" ;; + \? ) echo usage: ${usage}; exit ;; + esac +done +shift $(($OPTIND - 1)) + +if [ ! -d ${DEBIAN_TARGET} ] +then + echo You must run this sript from the top directory of this repository. + exit 1 +fi + +# +# Fetch the upstream branch. +# +git fetch ${RELEASE_REPO} || exit 1 +git fetch ${RELEASE_REPO} ${SOURCE_RELEASE_BRANCH} || exit 1 + +# +# Find the most recent tag on ${SOURCE_RELEASE} ${SOURCE_RELEASE_BRANCH}, then +# rebase against it. This avoids the case where there have been some +# commits since the last official tag. +# +MASTER_COMMIT=`git log --pretty=one FETCH_HEAD | \ + awk ' + /Ubuntu-/ { + if (match($0, /UBUNTU: Ubuntu-[0-9]/)) { + print $1 + exit + } + } + ' +` +# +# Find the current merge point where ${SOURCE_RELEASE} was based. +# +BASE_COMMIT=`git log --pretty=one | \ + awk ' + /Ubuntu-/ { + if (match($0, /UBUNTU: Ubuntu-[0-9]/)) { + print $1 + exit + } + } + ' +` +if [ "${MASTER_COMMIT}" = "${BASE_COMMIT}" ] +then + echo Already up to date. + exit 1 +fi + +if ! git rebase --onto ${MASTER_COMMIT} ${BASE_COMMIT} +then + exit 1 +fi + +# +# Pick up any master branch changes to udeb modules or firmware. +# +rsync -av --delete ${DEBIAN_SOURCE}/d-i/ ${DEBIAN_TARGET}/d-i + +# +# Update configs from master +# +rsync -av --delete ${DEBIAN_SOURCE}/config/ ${DEBIAN_TARGET}/config + +# +# Update package and DTB settings from master. +# +rsync -av ${DEBIAN_SOURCE}/rules.d/*.mk ${DEBIAN_TARGET}/rules.d/ + +fakeroot debian/rules clean updateconfigs + +# +# Get the master branch ABI files, which can be mostly ignored since +# the build is skipabi and skipmodule. +# We can ignore ABI changes with the assurance that the origin +# will change ABI when required. +# +rsync -av --delete ${DEBIAN_SOURCE}/abi/ ${DEBIAN_TARGET}/abi +for i in ${FOREIGN_ARCHES} +do + rm -rf ${DEBIAN_TARGET}/abi/*/${i} +done +git add ${DEBIAN_TARGET}/abi + +# +# Update changelog from the source release changelog. Change the release pocket and ABI. +# +cp ${DEBIAN_SOURCE}/changelog ${DEBIAN_TARGET}/changelog +sed -i -e '1s/'${SOURCE_RELEASE}'.*;/'${TARGET_RELEASE}${POCKET}';/' -e '1s/^linux /linux-lts-'${SOURCE_RELEASE}' /' -e '1s/)/~'${SOURCE_RELEASE_NUMBER}'.1)/' ${DEBIAN_TARGET}/changelog +git add ${DEBIAN_TARGET}/changelog --- linux-lts-utopic-3.16.0.orig/debian.utopic/rules.d/amd64.mk +++ linux-lts-utopic-3.16.0/debian.utopic/rules.d/amd64.mk @@ -0,0 +1,18 @@ +human_arch = 64 bit x86 +build_arch = x86_64 +header_arch = $(build_arch) +defconfig = defconfig +flavours = generic lowlatency +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +loader = grub +vdso = vdso_install +no_dumpfile = true +uefi_signed = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_x86 = true +do_tools_hyperv = true +do_extras_package = true --- linux-lts-utopic-3.16.0.orig/debian.utopic/rules.d/arm64.mk +++ linux-lts-utopic-3.16.0/debian.utopic/rules.d/arm64.mk @@ -0,0 +1,20 @@ +human_arch = ARMv8 +build_arch = arm64 +header_arch = arm64 +defconfig = defconfig +flavours = generic +build_image = Image +kernel_file = arch/$(build_arch)/boot/Image +install_file = vmlinuz +no_dumpfile = true + +loader = grub +vdso = vdso_install + +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true + +dtb_files_generic += apm-mustang.dtb +dtb_files_generic += foundation-v8.dtb +dtb_files_generic += rtsm_ve-aemv8a.dtb --- linux-lts-utopic-3.16.0.orig/debian.utopic/rules.d/armhf.mk +++ linux-lts-utopic-3.16.0/debian.utopic/rules.d/armhf.mk @@ -0,0 +1,108 @@ +human_arch = ARM (hard float) +build_arch = arm +header_arch = arm +defconfig = defconfig +flavours = generic generic-lpae +build_image = zImage +kernel_file = arch/$(build_arch)/boot/zImage +install_file = vmlinuz +no_dumpfile = true + +loader = grub + +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true + +# Flavour specific configuration. +dtb_files_generic += highbank.dtb +dtb_files_generic += omap3-beagle-xm.dtb +dtb_files_generic += omap4-panda.dtb +dtb_files_generic += omap4-panda-es.dtb +dtb_files_generic += tegra20-harmony.dtb +dtb_files_generic += tegra20-paz00.dtb +dtb_files_generic += tegra20-seaboard.dtb +dtb_files_generic += tegra20-trimslice.dtb +dtb_files_generic += tegra20-ventana.dtb +dtb_files_generic += tegra20-whistler.dtb +dtb_files_generic += am335x-bone.dtb +dtb_files_generic += am335x-boneblack.dtb +dtb_files_generic += vexpress-v2p-ca9.dtb +dtb_files_generic += exynos5250-arndale.dtb +dtb_files_generic += exynos5250-smdk5250.dtb +dtb_files_generic += exynos5250-snow.dtb +dtb_files_generic += exynos5260-xyref5260.dtb +dtb_files_generic += exynos5410-smdk5410.dtb +dtb_files_generic += exynos5420-arndale-octa.dtb +dtb_files_generic += exynos5420-peach-pit.dtb +dtb_files_generic += exynos5420-smdk5420.dtb +dtb_files_generic += exynos5440-sd5v1.dtb +dtb_files_generic += exynos5440-ssdk5440.dtb +dtb_files_generic += exynos5800-peach-pi.dtb +dtb_files_generic += armada-370-db.dtb +dtb_files_generic += armada-370-mirabox.dtb +dtb_files_generic += armada-370-netgear-rn102.dtb +dtb_files_generic += armada-370-netgear-rn104.dtb +dtb_files_generic += armada-370-rd.dtb +dtb_files_generic += armada-375-db.dtb +dtb_files_generic += armada-385-db.dtb +dtb_files_generic += armada-385-rd.dtb +dtb_files_generic += armada-xp-axpwifiap.dtb +dtb_files_generic += armada-xp-db.dtb +dtb_files_generic += armada-xp-gp.dtb +dtb_files_generic += armada-xp-matrix.dtb +dtb_files_generic += armada-xp-netgear-rn2120.dtb +dtb_files_generic += armada-xp-openblocks-ax3-4.dtb +dtb_files_generic += dove-cm-a510.dtb +dtb_files_generic += dove-cubox.dtb +dtb_files_generic += dove-d2plug.dtb +dtb_files_generic += dove-d3plug.dtb +dtb_files_generic += dove-dove-db.dtb +dtb_files_generic += imx6dl-cubox-i.dtb +dtb_files_generic += imx6dl-dfi-fs700-m60.dtb +dtb_files_generic += imx6dl-gw51xx.dtb +dtb_files_generic += imx6dl-gw52xx.dtb +dtb_files_generic += imx6dl-gw53xx.dtb +dtb_files_generic += imx6dl-gw54xx.dtb +dtb_files_generic += imx6dl-hummingboard.dtb +dtb_files_generic += imx6dl-nitrogen6x.dtb +dtb_files_generic += imx6dl-phytec-pbab01.dtb +dtb_files_generic += imx6dl-riotboard.dtb +dtb_files_generic += imx6dl-sabreauto.dtb +dtb_files_generic += imx6dl-sabrelite.dtb +dtb_files_generic += imx6dl-sabresd.dtb +dtb_files_generic += imx6dl-wandboard.dtb +dtb_files_generic += imx6q-arm2.dtb +dtb_files_generic += imx6q-cm-fx6.dtb +dtb_files_generic += imx6q-cubox-i.dtb +dtb_files_generic += imx6q-dfi-fs700-m60.dtb +dtb_files_generic += imx6q-dmo-edmqmx6.dtb +dtb_files_generic += imx6q-gk802.dtb +dtb_files_generic += imx6q-gw51xx.dtb +dtb_files_generic += imx6q-gw52xx.dtb +dtb_files_generic += imx6q-gw53xx.dtb +dtb_files_generic += imx6q-gw5400-a.dtb +dtb_files_generic += imx6q-gw54xx.dtb +dtb_files_generic += imx6q-nitrogen6x.dtb +dtb_files_generic += imx6q-phytec-pbab01.dtb +dtb_files_generic += imx6q-sabreauto.dtb +dtb_files_generic += imx6q-sabrelite.dtb +dtb_files_generic += imx6q-sabresd.dtb +dtb_files_generic += imx6q-sbc6x.dtb +dtb_files_generic += imx6q-udoo.dtb +dtb_files_generic += imx6q-wandboard.dtb +dtb_files_generic += imx6sl-evk.dtb + +dtb_files_generic-lpae += highbank.dtb +dtb_files_generic-lpae += vexpress-v2p-ca15-tc1.dtb +dtb_files_generic-lpae += exynos5250-arndale.dtb +dtb_files_generic-lpae += exynos5250-smdk5250.dtb +dtb_files_generic-lpae += exynos5250-snow.dtb +dtb_files_generic-lpae += exynos5260-xyref5260.dtb +dtb_files_generic-lpae += exynos5410-smdk5410.dtb +dtb_files_generic-lpae += exynos5420-arndale-octa.dtb +dtb_files_generic-lpae += exynos5420-peach-pit.dtb +dtb_files_generic-lpae += exynos5420-smdk5420.dtb +dtb_files_generic-lpae += exynos5440-sd5v1.dtb +dtb_files_generic-lpae += exynos5440-ssdk5440.dtb +dtb_files_generic-lpae += exynos5800-peach-pi.dtb --- linux-lts-utopic-3.16.0.orig/debian.utopic/rules.d/hooks.mk +++ linux-lts-utopic-3.16.0/debian.utopic/rules.d/hooks.mk @@ -0,0 +1,6 @@ +skipabi = true +skipmodule = true +do_libc_dev_package = false +do_source_package = false +do_doc_package = false +do_tools_common = false --- linux-lts-utopic-3.16.0.orig/debian.utopic/rules.d/i386.mk +++ linux-lts-utopic-3.16.0/debian.utopic/rules.d/i386.mk @@ -0,0 +1,18 @@ +human_arch = 32 bit x86 +build_arch = i386 +header_arch = x86_64 +defconfig = defconfig +flavours = generic lowlatency +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +loader = grub +vdso = vdso_install +no_dumpfile = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_x86 = true +do_tools_hyperv = true +do_extras_package = true +do_tools_common = true --- linux-lts-utopic-3.16.0.orig/debian.utopic/rules.d/powerpc.mk +++ linux-lts-utopic-3.16.0/debian.utopic/rules.d/powerpc.mk @@ -0,0 +1,31 @@ +human_arch = PowerPC (32 bit userspace) +build_arch = powerpc +header_arch = $(build_arch) +defconfig = pmac32_defconfig +flavours = powerpc-smp powerpc64-smp powerpc-e500mc powerpc64-emb +build_image = zImage +kernel_file = $(shell if [ ! -f $(builddir)/build-$*/vmlinux.strip ] && \ + [ -f $(builddir)/build-$*/vmlinux.strip.gz ]; then \ + gunzip -c $(builddir)/build-$*/vmlinux.strip.gz \ + > $(builddir)/build-$*/vmlinux.strip; \ + fi && echo vmlinux.strip) +install_file = vmlinux + +# These flavours differ +build_image_powerpc-e500mc = uImage +kernel_file_powerpc-e500mc = arch/powerpc/boot/uImage + +build_image_powerpc64-emb = uImage +kernel_file_powerpc64-emb = arch/powerpc/boot/uImage + +loader = yaboot +vdso = vdso_install + +custom_flavours = + +no_dumpfile = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true + +family = ubuntu --- linux-lts-utopic-3.16.0.orig/debian.utopic/rules.d/ppc64el.mk +++ linux-lts-utopic-3.16.0/debian.utopic/rules.d/ppc64el.mk @@ -0,0 +1,18 @@ +human_arch = PowerPC 64el +build_arch = powerpc +header_arch = $(build_arch) +defconfig = pseries_le_defconfig +flavours = generic +build_image = vmlinux.strip +kernel_file = arch/powerpc/boot/vmlinux.strip +install_file = vmlinux +no_dumpfile = true +vdso = vdso_install +loader = grub +do_extras_package = true + +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true + +#do_flavour_image_package = false --- linux-lts-utopic-3.16.0.orig/debian/changelog +++ linux-lts-utopic-3.16.0/debian/changelog @@ -0,0 +1,21510 @@ +linux-lts-utopic (3.16.0-72.93~14.04.1) trusty; urgency=low + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1582411 + + [ Kamal Mostafa ] + + * [Packaging] update-from-xxx-master: pull from git.launchpad.net + * [Packaging] update-from-xxx-master: update from master-next + * [Config] Drop ozwpan from the ABI + + [ Luis Henriques ] + + * [Config] CONFIG_USB_WPAN_HCD=n + - LP: #1463740 + - CVE-2015-4004 + + [ Prarit Bhargava ] + + * SAUCE: (no-up) ACPICA: Dispatcher: Update thread ID for recursive + method calls + - LP: #1577898 + + [ Upstream Kernel Changes ] + + * usbnet: cleanup after bind() in probe() + - LP: #1567191 + - CVE-2016-3951 + * KVM: x86: bit-ops emulation ignores offset on 64-bit + - LP: #1423672 + * USB: usbip: fix potential out-of-bounds write + - LP: #1572666 + - CVE-2016-3955 + * x86/mm/32: Enable full randomization on i386 and X86_32 + - LP: #1568523 + - CVE-2016-3672 + * Input: gtco - fix crash on detecting device without endpoints + - LP: #1575706 + - CVE-2016-2187 + * atl2: Disable unimplemented scatter/gather feature + - LP: #1561403 + - CVE-2016-2117 + * ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock + - LP: #1577905 + * PNP: Add Broadwell to Intel MCH size workaround + - LP: #1577748 + * PNP: Add Haswell-ULT to Intel MCH size workaround + - LP: #1577748 + * fs/pnode.c: treat zero mnt_group_id-s as unequal + - LP: #1572316 + * propogate_mnt: Handle the first propogated copy being a slave + - LP: #1572316 + * USB: mct_u232: add sanity checking in probe + - LP: #1556877 + - CVE-2016-3136 + * USB: cypress_m8: add endpoint sanity check + - LP: #1556878 + - CVE-2016-3137 + * USB: digi_acceleport: do sanity checking for the number of ports + - LP: #1556888 + - CVE-2016-3140 + * Input: ims-pcu - sanity check against missing interfaces + - LP: #1566581 + - CVE-2016-3689 + * drm: Balance error path for GEM handle allocation + - LP: #1579610 + * net: fix infoleak in llc + - LP: #1578496 + - CVE-2016-4485 + * net: fix infoleak in rtnetlink + - LP: #1578497 + - CVE-2016-4486 + + -- Kamal Mostafa Mon, 16 May 2016 14:10:36 -0700 + +linux-lts-utopic (3.16.0-71.92~14.04.1) trusty; urgency=low + + [ Kamal Mostafa ] + + * CVE-2016-0758 (LP: #1581202) + - SAUCE: KEYS: Fix ASN.1 indefinite length object parsing + + -- Kamal Mostafa Thu, 12 May 2016 15:31:12 -0700 + +linux-lts-utopic (3.16.0-71.91~14.04.1) trusty; urgency=low + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1571796 + + [ Kamal Mostafa ] + + * [debian] BugLink: close LP: bugs only for Launchpad urls + + [ Upstream Kernel Changes ] + + * Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin" + - LP: #1563345 + * iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG + - LP: #1563345 + * drm/i915/dsi: defend gpio table against out of bounds access + - LP: #1563345 + * drm/i915/dsi: don't pass arbitrary data to sideband + - LP: #1563345 + * powerpc: Fix dedotify for binutils >= 2.26 + - LP: #1563345 + * drm/i915: fix error path in intel_setup_gmbus() + - LP: #1563345 + * cifs: fix erroneous return value + - LP: #1563345 + * s390/dasd: prevent incorrect length error under z/VM after PAV changes + - LP: #1563345 + * s390/dasd: fix refcount for PAV reassignment + - LP: #1563345 + * scsi: fix soft lockup in scsi_remove_target() on module removal + - LP: #1563345 + * ext4: fix potential integer overflow + - LP: #1563345 + * ext4: don't read blocks from disk after extents being swapped + - LP: #1563345 + * bio: return EINTR if copying to user space got interrupted + - LP: #1563345 + * ALSA: seq: Drop superfluous error/debug messages after malloc failures + - LP: #1563345 + * ALSA: seq: Fix leak of pool buffer at concurrent writes + - LP: #1563345 + * dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer + - LP: #1563345 + * tracepoints: Do not trace when cpu is offline + - LP: #1563345 + * tracing: Fix freak link error caused by branch tracer + - LP: #1563345 + * ALSA: seq: Fix double port list deletion + - LP: #1563345 + * drm/radeon: use post-decrement in error handling + - LP: #1563345 + * drm/qxl: use kmalloc_array to alloc reloc_info in + qxl_process_single_command + - LP: #1563345 + * ext4: fix bh->b_state corruption + - LP: #1563345 + * ext4: fix crashes in dioread_nolock mode + - LP: #1563345 + * kernel/resource.c: fix muxed resource handling in __request_region() + - LP: #1563345 + * x86/entry/compat: Add missing CLAC to entry_INT80_32 + - LP: #1563345 + * crypto: {blk,giv}cipher: Set has_setkey + - LP: #1563345 + * nfs: fix nfs_size_to_loff_t + - LP: #1563345 + * xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY + - LP: #1563345 + * xen/pciback: Save the number of MSI-X entries to be copied later. + - LP: #1563345 + * xen/pcifront: Fix mysterious crashes when NUMA locality information was + extracted. + - LP: #1563345 + * usb: dwc3: Fix assignment of EP transfer resources + - LP: #1563345 + * NFSv4: Fix a dentry leak on alias use + - LP: #1563345 + * USB: option: add support for SIM7100E + - LP: #1563345 + * USB: cp210x: add IDs for GE B650V3 and B850V3 boards + - LP: #1563345 + * USB: option: add "4G LTE usb-modem U901" + - LP: #1563345 + * hwmon: (ads1015) Handle negative conversion values correctly + - LP: #1563345 + * drivers: android: correct the size of struct binder_uintptr_t for + BC_DEAD_BINDER_DONE + - LP: #1563345 + * can: ems_usb: Fix possible tx overflow + - LP: #1563345 + * sunrpc/cache: fix off-by-one in qword_get() + - LP: #1563345 + * KVM: async_pf: do not warn on page allocation failures + - LP: #1563345 + * tracing: Fix showing function event in available_events + - LP: #1563345 + * libceph: don't bail early from try_read() when skipping a message + - LP: #1563345 + * ALSA: hda - Fixing background noise on Dell Inspiron 3162 + - LP: #1549620, #1563345 + * KVM: x86: MMU: fix ubsan index-out-of-range warning + - LP: #1563345 + * ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2 + - LP: #1563345 + * hpfs: don't truncate the file when delete fails + - LP: #1563345 + * do_last(): don't let a bogus return value from ->open() et.al. to + confuse us + - LP: #1563345 + * ARM: dts: kirkwood: use unique machine name for ds112 + - LP: #1563345 + * bonding: Fix ARP monitor validation + - LP: #1563345 + * af_unix: Don't set err in unix_stream_read_generic unless there was an + error + - LP: #1563345 + * af_unix: Guard against other == sk in unix_dgram_sendmsg + - LP: #1563345 + * net: phy: bcm7xxx: Fix shadow mode 2 disabling + - LP: #1563345 + * net/mlx4_en: Count HW buffer overrun only once + - LP: #1563345 + * net/mlx4_en: Choose time-stamping shift value according to HW frequency + - LP: #1563345 + * net/mlx4_en: Avoid changing dev->features directly in run-time + - LP: #1563345 + * unix_diag: fix incorrect sign extension in unix_lookup_by_ino + - LP: #1563345 + * af_iucv: Validate socket address length in iucv_sock_bind() + - LP: #1563345 + * net: dp83640: Fix tx timestamp overflow handling. + - LP: #1563345 + * tcp: fix NULL deref in tcp_v4_send_ack() + - LP: #1563345 + * ipv6/udp: use sticky pktinfo egress ifindex on connect() + - LP: #1563345 + * net/ipv6: add sysctl option accept_ra_min_hop_limit + - LP: #1563345 + * net:Add sysctl_max_skb_frags + - LP: #1563345 + * tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs + - LP: #1563345 + * ipv4: fix memory leaks in ip_cmsg_send() callers + - LP: #1563345 + * qmi_wwan: add "4G LTE usb-modem U901" + - LP: #1563345 + * pppoe: fix reference counting in PPPoE proxy + - LP: #1563345 + * route: check and remove route cache when we get route + - LP: #1563345 + * rtnl: RTM_GETNETCONF: fix wrong return value + - LP: #1563345 + * sctp: Fix port hash table size computation + - LP: #1563345 + * target: Fix LUN_RESET active TMR descriptor handling + - LP: #1563345 + * target: Fix LUN_RESET active I/O handling for ACK_KREF + - LP: #1563345 + * target: Fix TAS handling for multi-session se_node_acls + - LP: #1563345 + * target: Fix remote-port TMR ABORT + se_cmd fabric stop + - LP: #1563345 + * target: Fix race with SCF_SEND_DELAYED_TAS handling + - LP: #1563345 + * libata: fix HDIO_GET_32BIT ioctl + - LP: #1563345 + * [media] adv7604: fix tx 5v detect regression + - LP: #1563345 + * usb: chipidea: otg: change workqueue ci_otg as freezable + - LP: #1563345 + * jffs2: Fix page lock / f->sem deadlock + - LP: #1563345 + * Fix directory hardlinks from deleted directories + - LP: #1563345 + * iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered + - LP: #1563345 + * libata: Align ata_device's id on a cacheline + - LP: #1563345 + * vfio: fix ioctl error handling + - LP: #1563345 + * ALSA: ctl: Fix ioctls for X32 ABI + - LP: #1563345 + * ALSA: rawmidi: Fix ioctls X32 ABI + - LP: #1563345 + * ALSA: timer: Fix broken compat timer user status ioctl + - LP: #1563345 + * ALSA: timer: Fix ioctls for X32 ABI + - LP: #1563345 + * cifs: fix out-of-bounds access in lease parsing + - LP: #1563345 + * CIFS: Fix SMB2+ interim response processing for read requests + - LP: #1563345 + * Fix cifs_uniqueid_to_ino_t() function for s390x + - LP: #1563345 + * arm/arm64: KVM: Fix ioctl error handling + - LP: #1563345 + * ALSA: hdspm: Fix wrong boolean ctl value accesses + - LP: #1563345 + * ALSA: hdspm: Fix zero-division + - LP: #1563345 + * ALSA: hdsp: Fix wrong boolean ctl value accesses + - LP: #1563345 + * USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3) + - LP: #1563345 + * USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder + - LP: #1563345 + * USB: serial: option: add support for Telit LE922 PID 0x1045 + - LP: #1563345 + * USB: serial: option: add support for Quectel UC20 + - LP: #1563345 + * ALSA: seq: oss: Don't drain at closing a client + - LP: #1563345 + * drm/ast: Fix incorrect register check for DRAM width + - LP: #1563345 + * USB: qcserial: add Sierra Wireless EM74xx device ID + - LP: #1563345 + * drm/radeon/pm: update current crtc info after setting the powerstate + - LP: #1563345 + * PM / sleep / x86: Fix crash on graph trace through x86 suspend + - LP: #1563345 + * ALSA: hda - Fix mic issues on Acer Aspire E1-472 + - LP: #1563345 + * MIPS: traps: Fix SIGFPE information leak from `do_ov' and + `do_trap_or_bp' + - LP: #1563345 + * ubi: Fix out of bounds write in volume update code + - LP: #1563345 + * gpio: rcar: Add Runtime PM handling for interrupts + - LP: #1563345 + * IB/core: Use GRH when the path hop-limit > 0 + - LP: #1563345 + * wext: fix message delay/ordering + - LP: #1563345 + * cfg80211/wext: fix message ordering + - LP: #1563345 + * mac80211: fix use of uninitialised values in RX aggregation + - LP: #1563345 + * mac80211: minstrel_ht: set default tx aggregation timeout to 0 + - LP: #1563345 + * can: gs_usb: fixed disconnect bug by removing erroneous use of kfree() + - LP: #1563345 + * ASoC: wm8958: Fix enum ctl accesses in a wrong type + - LP: #1563345 + * ASoC: wm8994: Fix enum ctl accesses in a wrong type + - LP: #1563345 + * ASoC: wm_adsp: Fix enum ctl accesses in a wrong type + - LP: #1563345 + * target: Drop incorrect ABORT_TASK put for completed commands + - LP: #1563345 + * KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest + exit + - LP: #1563345 + * KVM: VMX: disable PEBS before a guest entry + - LP: #1563345 + * tcp: convert cached rtt from usec to jiffies when feeding initial rto + - LP: #1563345 + * net/mlx4_core: Allow resetting VF admin mac to zero + - LP: #1563345 + * mld, igmp: Fix reserved tailroom calculation + - LP: #1563345 + * ipv6: re-enable fragment header matching in ipv6_find_hdr + - LP: #1563345 + * net: moxa: fix an error code + - LP: #1563345 + * cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind + - LP: #1563345 + * ext4: iterate over buffer heads correctly in move_extent_per_page() + - LP: #1563345 + * Input: aiptek - fix crash on detecting device without endpoints + - LP: #1563345 + * AIO: properly check iovec sizes + - LP: #1563345 + * bcache: add mutex lock for bch_is_open + - LP: #1563345 + * KVM: x86: move steal time initialization to vcpu entry time + - LP: #1563345 + * lib/ucs2_string: Add ucs2 -> utf8 helper functions + - LP: #1563345 + * efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version + - LP: #1563345 + * efi: Do variable name validation tests in utf8 + - LP: #1563345 + * efi: Make our variable validation list include the guid + - LP: #1563345 + * efi: Make efivarfs entries immutable by default + - LP: #1563345 + * efi: Add pstore variables to the deletion whitelist + - LP: #1563345 + * lib/ucs2_string: Correct ucs2 -> utf8 conversion + - LP: #1563345 + * tracing: Fix check for cpu online when event is disabled + - LP: #1563345 + * Linux 3.16.7-ckt26 + - LP: #1563345 + * ceph: fix request time stamp encoding + - LP: #1564950 + * ipv4: Don't do expensive useless work during inetdev destroy. + - LP: #1570872 + * Input: powermate - fix oops with malicious USB descriptors + - LP: #1570872 + * USB: iowarrior: fix oops with malicious USB descriptors + - LP: #1570872 + * ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk() + - LP: #1570872 + * ALSA: usb-audio: Add sanity checks for endpoint accesses + - LP: #1570872 + * include/linux/poison.h: fix LIST_POISON{1,2} offset + - LP: #1570872 + * cpu: Defer smpboot kthread unparking until CPU known to scheduler + - LP: #1570872 + * ipr: Fix out-of-bounds null overwrite + - LP: #1570872 + * ipr: Fix regression when loading firmware + - LP: #1570872 + * Input: ati_remote2 - fix crashes on detecting device with invalid + descriptor + - LP: #1570872 + * USB: cdc-acm: more sanity checking + - LP: #1570872 + * cpu: Provide smpboot_thread_init() on !CONFIG_SMP kernels as well + - LP: #1570872 + * x86/iopl/64: Properly context-switch IOPL on Xen PV + - LP: #1570872 + * staging: comedi: ni_tiocmd: change mistaken use of start_src for + start_arg + - LP: #1570872 + * drm/radeon: hold reference to fences in radeon_sa_bo_new (3.17 and + older) + - LP: #1570872 + * Drivers: hv: vmbus: prevent cpu offlining on newer hypervisors + - LP: #1570872 + * Linux 3.16.7-ckt27 + - LP: #1570872 + + -- Kamal Mostafa Mon, 18 Apr 2016 11:51:24 -0700 + +linux-lts-utopic (3.16.0-70.90~14.04.1) trusty; urgency=low + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1566973 + + [ Upstream Kernel Changes ] + + * Revert "drm/radeon: hold reference to fences in radeon_sa_bo_new" + - LP: #1566726 + + -- Kamal Mostafa Wed, 06 Apr 2016 09:40:04 -0700 + +linux-lts-utopic (3.16.0-69.89~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1558760 + + [ Upstream Kernel Changes ] + + * Revert "Revert "af_unix: Revert 'lock_interruptible' in stream receive + code"" + + -- Brad Figg Thu, 17 Mar 2016 12:44:45 -0700 + +linux-lts-utopic (3.16.0-68.88~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1558092 + + [ Upstream Kernel Changes ] + + * Revert "ALSA: hda - Fix noise on Gigabyte Z170X mobo" + - LP: #1552180 + * Revert "af_unix: Revert 'lock_interruptible' in stream receive code" + - LP: #1540731 + * [media] usbvision fix overflow of interfaces array + - LP: #1552180 + * [media] usbvision: fix leak of usb_dev on failure paths in + usbvision_probe() + - LP: #1552180 + * [media] usbvision: fix crash on detecting device with invalid + configuration + - LP: #1552180 + * tty: Fix unsafe ldisc reference via ioctl(TIOCGETD) + - LP: #1552180 + * USB: serial: visor: fix crash on detecting device without write_urbs + - LP: #1552180 + * ASN.1: Fix non-match detection failure on data overrun + - LP: #1552180 + * iw_cxgb3: Fix incorrectly returning error on success + - LP: #1552180 + * EVM: Use crypto_memneq() for digest comparisons + - LP: #1552180 + * iio: adis_buffer: Fix out-of-bounds memory access + - LP: #1552180 + * KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8 + - LP: #1552180 + * x86/irq: Call chip->irq_set_affinity in proper context + - LP: #1552180 + * ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot() + - LP: #1552180 + * usb: cdc-acm: handle unlinked urb in acm read callback + - LP: #1552180 + * usb: cdc-acm: send zero packet for intel 7260 modem + - LP: #1552180 + * cdc-acm:exclude Samsung phone 04e8:685d + - LP: #1552180 + * usb: hub: do not clear BOS field during reset device + - LP: #1552180 + * USB: cp210x: add ID for IAI USB to RS485 adaptor + - LP: #1552180 + * USB: visor: fix null-deref at probe + - LP: #1552180 + * USB: serial: option: Adding support for Telit LE922 + - LP: #1552180 + * ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup() + - LP: #1552180 + * ALSA: seq: Degrade the error message for too many opens + - LP: #1552180 + * USB: serial: ftdi_sio: add support for Yaesu SCU-18 cable + - LP: #1552180 + * USB: option: fix Cinterion AHxx enumeration + - LP: #1552180 + * ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architectures + - LP: #1552180 + * ALSA: usb-audio: Fix TEAC UD-501/UD-503/NT-503 usb delay + - LP: #1552180 + * virtio_pci: fix use after free on release + - LP: #1552180 + * ALSA: bebob: Use a signed return type for get_formation_index + - LP: #1552180 + * arm64: errata: Add -mpc-relative-literal-loads to build flags + - LP: #1533009, #1552180 + * powerpc/eeh: Fix PE location code + - LP: #1552180 + * SCSI: fix crashes in sd and sr runtime PM + - LP: #1552180 + * n_tty: Fix unsafe reference to "other" ldisc + - LP: #1552180 + * staging/speakup: Use tty_ldisc_ref() for paste kworker + - LP: #1552180 + * ALSA: dummy: Disable switching timer backend via sysfs + - LP: #1552180 + * drm/vmwgfx: respect 'nomodeset' + - LP: #1552180 + * x86/mm/pat: Avoid truncation when converting cpa->numpages to address + - LP: #1552180 + * perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed + - LP: #1552180 + * perf hists: Fix HISTC_MEM_DCACHELINE width setting + - LP: #1552180 + * powerpc/perf: Remove PPMU_HAS_SSLOT flag for Power8 + - LP: #1552180 + * umount: Do not allow unmounting rootfs. + - LP: #1552180 + * crypto: algif_skcipher - Require setkey before accept(2) + - LP: #1552180 + * crypto: algif_skcipher - Add nokey compatibility path + - LP: #1552180 + * crypto: algif_hash - Require setkey before accept(2) + - LP: #1552180 + * crypto: skcipher - Add crypto_skcipher_has_setkey + - LP: #1552180 + * crypto: algif_skcipher - Add key check exception for cipher_null + - LP: #1552180 + * crypto: algif_hash - Remove custom release parent function + - LP: #1552180 + * crypto: algif_skcipher - Remove custom release parent function + - LP: #1552180 + * crypto: algif_hash - Fix race condition in hash_check_key + - LP: #1552180 + * crypto: algif_skcipher - Fix race condition in skcipher_check_key + - LP: #1552180 + * iio: add HAS_IOMEM dependency to VF610_ADC + - LP: #1552180 + * iio: dac: mcp4725: set iio name property in sysfs + - LP: #1552180 + * ASoC: rt5645: fix the shift bit of IN1 boost + - LP: #1552180 + * cgroup: make sure a parent css isn't offlined before its children + - LP: #1552180 + * PCI/AER: Flush workqueue on device remove to avoid use-after-free + - LP: #1552180 + * libata: disable forced PORTS_IMPL for >= AHCI 1.3 + - LP: #1552180 + * mac80211: Requeue work after scan complete for all VIF types. + - LP: #1552180 + * rfkill: fix rfkill_fop_read wait_event usage + - LP: #1552180 + * crypto: shash - Fix has_key setting + - LP: #1552180 + * drm/i915/dp: fall back to 18 bpp when sink capability is unknown + - LP: #1552180 + * target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors + - LP: #1552180 + * crypto: algif_hash - wait for crypto_ahash_init() to complete + - LP: #1552180 + * iio: inkern: fix a NULL dereference on error + - LP: #1552180 + * iio: pressure: mpl115: fix temperature offset sign + - LP: #1552180 + * intel_scu_ipcutil: underflow in scu_reg_access() + - LP: #1552180 + * ALSA: seq: Fix race at closing in virmidi driver + - LP: #1552180 + * ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check + - LP: #1552180 + * ALSA: pcm: Fix potential deadlock in OSS emulation + - LP: #1552180 + * ALSA: seq: Fix yet another races among ALSA timer accesses + - LP: #1552180 + * ALSA: timer: Code cleanup + - LP: #1552180 + * ALSA: timer: Fix link corruption due to double start or stop + - LP: #1552180 + * libata: fix sff host state machine locking while polling + - LP: #1552180 + * MIPS: Fix buffer overflow in syscall_get_arguments() + - LP: #1552180 + * cputime: Prevent 32bit overflow in time[val|spec]_to_cputime() + - LP: #1552180 + * ASoC: dpcm: fix the BE state on hw_free + - LP: #1552180 + * module: wrapper for symbol name. + - LP: #1552180 + * ALSA: hda - Add fixup for Mac Mini 7,1 model + - LP: #1552180 + * ALSA: rawmidi: Make snd_rawmidi_transmit() race-free + - LP: #1552180 + * ALSA: rawmidi: Fix race at copying & updating the position + - LP: #1552180 + * ALSA: seq: Fix lockdep warnings due to double mutex locks + - LP: #1552180 + * drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration + - LP: #1552180 + * radix-tree: fix race in gang lookup + - LP: #1552180 + * usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platforms + - LP: #1552180 + * xhci: Fix list corruption in urb dequeue at host removal + - LP: #1552180 + * [media] tda1004x: only update the frontend properties if locked + - LP: #1552180 + * ALSA: timer: Fix leftover link at closing + - LP: #1552180 + * [media] saa7134-alsa: Only frees registered sound cards + - LP: #1552180 + * Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl + - LP: #1552180 + * scsi_dh_rdac: always retry MODE SELECT on command lock violation + - LP: #1552180 + * SCSI: Add Marvell Console to VPD blacklist + - LP: #1552180 + * drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil + - LP: #1552180 + * ALSA: hda - Fix static checker warning in patch_hdmi.c + - LP: #1552180 + * dump_stack: avoid potential deadlocks + - LP: #1552180 + * mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any + progress + - LP: #1552180 + * ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery + cleanup + - LP: #1552180 + * mm: replace vma_lock_anon_vma with anon_vma_lock_read/write + - LP: #1552180 + * radix-tree: fix oops after radix_tree_iter_retry + - LP: #1552180 + * crypto: user - lock crypto_alg_list on alg dump + - LP: #1552180 + * serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485) + - LP: #1552180 + * pty: fix possible use after free of tty->driver_data + - LP: #1552180 + * pty: make sure super_block is still valid in final /dev/tty close + - LP: #1552180 + * ALSA: hda - Fix speaker output from VAIO AiO machines + - LP: #1552180 + * klist: fix starting point removed bug in klist iterators + - LP: #1552180 + * ALSA: dummy: Implement timer backend switching more safely + - LP: #1552180 + * ALSA: timer: Fix wrong instance passed to slave callbacks + - LP: #1552180 + * ARM: 8517/1: ICST: avoid arithmetic overflow in icst_hz() + - LP: #1552180 + * ALSA: timer: Fix race between stop and interrupt + - LP: #1552180 + * ALSA: timer: Fix race at concurrent reads + - LP: #1552180 + * phy: twl4030-usb: Relase usb phy on unload + - LP: #1552180 + * ahci: Intel DNV device IDs SATA + - LP: #1552180 + * workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup + - LP: #1552180 + * drm/radeon: hold reference to fences in radeon_sa_bo_new + - LP: #1552180 + * ARM: 8519/1: ICST: try other dividends than 1 + - LP: #1552180 + * btrfs: properly set the termination value of ctx->pos in readdir + - LP: #1552180 + * net: phy: Fix phy_mac_interrupt() + - LP: #1552180 + * af_unix: fix struct pid memory leak + - LP: #1552180 + * pptp: fix illegal memory access caused by multiple bind()s + - LP: #1552180 + * sctp: allow setting SCTP_SACK_IMMEDIATELY by the application + - LP: #1552180 + * netlink: not trim skb for mmaped socket when dump + - LP: #1552180 + * unix: correctly track in-flight fds in sending process user_struct + - LP: #1552180 + * ipv6: fix a lockdep splat + - LP: #1552180 + * sctp: translate network order to host order when users get a hmacid + - LP: #1552180 + * IB/mlx5: Fix RC transport send queue overhead computation + - LP: #1552180 + * pipe: limit the per-user amount of pages allocated in pipes + - LP: #1552180 + * net: phy: fix PHY_RUNNING in phy_state_machine + - LP: #1552180 + * net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTS + - LP: #1552180 + * Linux 3.16.7-ckt25 + - LP: #1552180 + * net: generic dev_disable_lro() stacked device handling + - LP: #1547680 + * seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO + - LP: #1496073 + * sched/numa: Fix unsafe get_task_struct() in task_numa_assign() + - LP: #1527643 + * sched/numa: Fix use-after-free bug in the task_numa_compare + - LP: #1527643 + + -- Brad Figg Wed, 16 Mar 2016 07:11:41 -0700 + +linux-lts-utopic (3.16.0-67.87~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1555847 + + [ Florian Westphal ] + + * SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving + userspace + - LP: #1555338 + + -- Brad Figg Thu, 10 Mar 2016 15:11:47 -0800 + +linux-lts-utopic (3.16.0-66.86~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1555277 + + [ Upstream Kernel Changes ] + + * Revert "drm/radeon: call hpd_irq_event on resume" + - LP: #1554608 + + -- Brad Figg Wed, 09 Mar 2016 10:02:31 -0800 + +linux-lts-utopic (3.16.0-65.85~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1552352 + + [ Upstream Kernel Changes ] + + * Revert "firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6" + - LP: #1551419 + + -- Luis Henriques Wed, 02 Mar 2016 11:02:22 +0000 + +linux-lts-utopic (3.16.0-64.84~14.04.1) trusty; urgency=low + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1550605 + + [ Kamal Mostafa ] + + * Merged back 3.16.0-63.83~14.04.1 + + -- Kamal Mostafa Fri, 26 Feb 2016 17:52:02 -0800 + +linux-lts-utopic (3.16.0-63.83~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1548934 + + [ Dan Streetman ] + + * SAUCE: nbd: ratelimit error msgs after socket close + - LP: #1505564 + + [ Upstream Kernel Changes ] + + * Revert "workqueue: make sure delayed work run in local cpu" + - LP: #1546320 + * drm/nouveau/nv46: Change mc subdev oclass from nv44 to nv4c + - LP: #1543126 + * veth: don’t modify ip_summed; doing so treats packets with bad + checksums as good. + - LP: #1543126 + * sctp: sctp should release assoc when sctp_make_abort_user return NULL + in sctp_close + - LP: #1543126 + * connector: bump skb->users before callback invocation + - LP: #1543126 + * unix: properly account for FDs passed over unix sockets + - LP: #1543126 + * bridge: Only call /sbin/bridge-stp for the initial network namespace + - LP: #1543126 + * vxlan: fix test which detect duplicate vxlan iface + - LP: #1543126 + * net: sctp: prevent writes to cookie_hmac_alg from accessing invalid + memory + - LP: #1543126 + * tcp_yeah: don't set ssthresh below 2 + - LP: #1543126 + * bonding: Prevent IPv6 link local address on enslaved devices + - LP: #1543126 + * phonet: properly unshare skbs in phonet_rcv() + - LP: #1543126 + * net: bpf: reject invalid shifts + - LP: #1543126 + * ipv6: update skb->csum when CE mark is propagated + - LP: #1543126 + * team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid + - LP: #1543126 + * xen-netback: respect user provided max_queues + - LP: #1543126 + * xen-netfront: respect user provided max_queues + - LP: #1543126 + * xen-netfront: print correct number of queues + - LP: #1543126 + * xen-netfront: update num_queues to real created + - LP: #1543126 + * sctp: Prevent soft lockup when sctp_accept() is called during a timeout + event + - LP: #1543126 + * sctp: convert sack_needed and sack_generation to bits + - LP: #1543126 + * sctp: start t5 timer only when peer rwnd is 0 and local state is + SHUTDOWN_PENDING + - LP: #1543126 + * nfs: Fix unused variable error + - LP: #1543126 + * [media] gspca: ov534/topro: prevent a division by 0 + - LP: #1543126 + * [media] media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode + - LP: #1543126 + * tools lib traceevent: Fix output of %llu for 64 bit values read on 32 + bit machines + - LP: #1543126 + * KVM: x86: expose MSR_TSC_AUX to userspace + - LP: #1543126 + * KVM: x86: correctly print #AC in traces + - LP: #1543126 + * drm/radeon: call hpd_irq_event on resume + - LP: #1543126 + * xhci: refuse loading if nousb is used + - LP: #1543126 + * arm64: Clear out any singlestep state on a ptrace detach operation + - LP: #1543126 + * time: Avoid signed overflow in timekeeping_get_ns() + - LP: #1543126 + * Bluetooth: Add support of Toshiba Broadcom based devices + - LP: #1522949, #1543126 + * rtlwifi: fix memory leak for USB device + - LP: #1543126 + * wlcore/wl12xx: spi: fix oops on firmware load + - LP: #1543126 + * EDAC: Fix the leak of mci->bus->name when bus_register fails + - LP: #1543126 + * EDAC, mc_sysfs: Fix freeing bus' name + - LP: #1543126 + * EDAC: Robustify workqueues destruction + - LP: #1543126 + * arm64: mm: ensure that the zero page is visible to the page table + walker + - LP: #1543126 + * powerpc: Make value-returning atomics fully ordered + - LP: #1543126 + * powerpc: Make {cmp}xchg* and their atomic_ versions fully ordered + - LP: #1543126 + * dm space map metadata: remove unused variable in brb_pop() + - LP: #1543126 + * dm thin: fix race condition when destroying thin pool workqueue + - LP: #1543126 + * futex: Drop refcount if requeue_pi() acquired the rtmutex + - LP: #1543126 + * arm64: mdscr_el1: avoid exposing DCC to userspace + - LP: #1543126 + * arm64: kernel: enforce pmuserenr_el0 initialization and restore + - LP: #1543126 + * drm/radeon: clean up fujitsu quirks + - LP: #1543126 + * mmc: sdio: Fix invalid vdd in voltage switch power cycle + - LP: #1543126 + * mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off() + - LP: #1543126 + * udf: limit the maximum number of indirect extents in a row + - LP: #1543126 + * nfs: Fix race in __update_open_stateid() + - LP: #1543126 + * USB: cp210x: add ID for ELV Marble Sound Board 1 + - LP: #1543126 + * posix-clock: Fix return code on the poll method's error path + - LP: #1543126 + * rtlwifi: rtl8192de: Fix incorrect module parameter descriptions + - LP: #1543126 + * rtlwifi: rtl8192se: Fix module parameter initialization + - LP: #1543126 + * rtlwifi: rtl8192ce: Fix handling of module parameters + - LP: #1543126 + * rtlwifi: rtl8192cu: Add missing parameter setup + - LP: #1543126 + * NFSv4: Don't perform cached access checks before we've OPENed the file + - LP: #1543126 + * NFS: Fix attribute cache revalidation + - LP: #1543126 + * bcache: fix a livelock when we cause a huge number of cache misses + - LP: #1543126 + * bcache: Add a cond_resched() call to gc + - LP: #1543126 + * bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing + device + - LP: #1543126 + * bcache: fix a leak in bch_cached_dev_run() + - LP: #1543126 + * bcache: unregister reboot notifier if bcache fails to unregister device + - LP: #1543126 + * bcache: allows use of register in udev to avoid "device_busy" error. + - LP: #1543126 + * bcache: Change refill_dirty() to always scan entire disk if necessary + - LP: #1543126 + * wlcore/wl12xx: spi: fix NULL pointer dereference (Oops) + - LP: #1543126 + * Input: i8042 - add Fujitsu Lifebook U745 to the nomux list + - LP: #1543126 + * libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct + - LP: #1543126 + * x86/xen: don't reset vcpu_info on a cancelled suspend + - LP: #1543126 + * udf: Prevent buffer overrun with multi-byte characters + - LP: #1543126 + * udf: Check output buffer length when converting name to CS0 + - LP: #1543126 + * PCI: Fix minimum allocation address overwrite + - LP: #1543126 + * PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREAD + - LP: #1543126 + * iwlwifi: update and fix 7265 series PCI IDs + - LP: #1543126 + * locks: fix unlock when fcntl_setlk races with a close + - LP: #1543126 + * ASoC: compress: Fix compress device direction check + - LP: #1543126 + * dm snapshot: fix hung bios when copy error occurs + - LP: #1543126 + * uml: fix hostfs mknod() + - LP: #1543126 + * uml: flush stdout before forking + - LP: #1543126 + * drm/nouveau/kms: take mode_config mutex in connector hotplug path + - LP: #1543126 + * x86/mm: Add barriers and document switch_mm()-vs-flush synchronization + - LP: #1543126 + * x86/boot: Double BOOT_HEAP_SIZE to 64KB + - LP: #1543126 + * s390: fix normalization bug in exception table sorting + - LP: #1543126 + * xfs: inode recovery readahead can race with inode buffer creation + - LP: #1543126 + * xfs: handle dquot buffer readahead in log recovery correctly + - LP: #1543126 + * clocksource/drivers/vt8500: Increase the minimum delta + - LP: #1543126 + * Input: elantech - mark protocols v2 and v3 as semi-mt + - LP: #1543126 + * x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[] + - LP: #1543126 + * ALSA: seq: Fix missing NULL check at remove_events ioctl + - LP: #1543126 + * ALSA: seq: Fix race at timer setup and close + - LP: #1543126 + * virtio_balloon: fix race by fill and leak + - LP: #1543126 + * virtio_balloon: fix race between migration and ballooning + - LP: #1543126 + * parisc: Fix __ARCH_SI_PREAMBLE_SIZE + - LP: #1543126 + * scripts/recordmcount.pl: support data in text section on powerpc + - LP: #1543126 + * powerpc/module: Handle R_PPC64_ENTRY relocations + - LP: #1543126 + * x86/mm: Improve switch_mm() barrier comments + - LP: #1543126 + * ALSA: timer: Fix double unlink of active_list + - LP: #1543126 + * dmaengine: dw: fix cyclic transfer setup + - LP: #1543126 + * dmaengine: dw: fix cyclic transfer callbacks + - LP: #1543126 + * mmc: mmci: fix an ages old detection error + - LP: #1543126 + * ALSA: timer: Fix race among timer ioctls + - LP: #1543126 + * sparc64: fix incorrect sign extension in sys_sparc64_personality + - LP: #1543126 + * cifs: fix race between call_async() and reconnect() + - LP: #1543126 + * cifs_dbg() outputs an uninitialized buffer in cifs_readdir() + - LP: #1543126 + * m32r: fix m32104ut_defconfig build fail + - LP: #1543126 + * dma-debug: switch check from _text to _stext + - LP: #1543126 + * scripts/bloat-o-meter: fix python3 syntax error + - LP: #1543126 + * ocfs2/dlm: ignore cleaning the migration mle that is inuse + - LP: #1543126 + * ALSA: timer: Harden slave timer list handling + - LP: #1543126 + * zram/zcomp: use GFP_NOIO to allocate streams + - LP: #1543126 + * zram: try vmalloc() after kmalloc() + - LP: #1543126 + * mm: soft-offline: check return value in second __get_any_page() call + - LP: #1543126 + * memcg: only free spare array when readers are done + - LP: #1543126 + * panic: release stale console lock to always get the logbuf printed out + - LP: #1543126 + * kernel/panic.c: turn off locks debug before releasing console lock + - LP: #1543126 + * printk: do cond_resched() between lines while outputting to consoles + - LP: #1543126 + * ALSA: hda - Fix bass pin fixup for ASUS N550JX + - LP: #1543126 + * crypto: af_alg - Disallow bind/setkey/... after accept(2) + - LP: #1543126 + * crypto: af_alg - Fix socket double-free when accept fails + - LP: #1543126 + * crypto: af_alg - Add nokey compatibility path + - LP: #1543126 + * crypto: hash - Add crypto_ahash_has_setkey + - LP: #1543126 + * crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey + path + - LP: #1543126 + * crypto: af_alg - Forbid bind(2) when nokey child sockets are present + - LP: #1543126 + * ALSA: hrtimer: Fix stall by hrtimer_cancel() + - LP: #1543126 + * ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat mode + - LP: #1543126 + * ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode + - LP: #1543126 + * ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0 + - LP: #1543126 + * crypto: algif_skcipher - Load TX SG list after waiting + - LP: #1543126 + * crypto: crc32c - Fix crc32c soft dependency + - LP: #1543126 + * IB/qib: fix mcast detach when qp not attached + - LP: #1543126 + * IB/qib: Support creating qps with GFP_NOIO flag + - LP: #1543126 + * ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list + - LP: #1543126 + * iscsi-target: Fix potential dead-lock during node acl delete + - LP: #1543126 + * ALSA: timer: Handle disconnection more safely + - LP: #1543126 + * ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with + ocfs2_unblock_lock + - LP: #1543126 + * MAINTAINERS: return arch/sh to maintained state, with new maintainers + - LP: #1543126 + * ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list + - LP: #1543126 + * drm/i915: avoid deadlock on failure paths in + __intel_framebuffer_create() + - LP: #1543126 + * drm/i915: On fb alloc failure, unref gem object where it gets refed + - LP: #1543126 + * [media] rc: allow rc modules to be loaded if rc-main is not a module + - LP: #1543126 + * SCSI: initio: remove duplicate module device table + - LP: #1543126 + * clk: xgene: Fix divider with non-zero shift value + - LP: #1543126 + * clk: st: avoid uninitialized variable use + - LP: #1543126 + * ath9k_htc: check for underflow in ath9k_htc_rx_msg() + - LP: #1543126 + * mtd: nand: fix ONFI parameter page layout + - LP: #1543126 + * mtd: nand: denali: add missing nand_release() call in denali_remove() + - LP: #1543126 + * mtd: nand: remove unused and buggy get_platform_nandchip() helper + function + - LP: #1543126 + * ALSA: fm801: propagate TUNER_ONLY bit when autodetected + - LP: #1543126 + * pinctrl: bcm2835: Fix memory leak in error path + - LP: #1543126 + * x86/LDT: Print the real LDT base address + - LP: #1543126 + * sysrq: Fix warning in sysrq generated crash. + - LP: #1543126 + * kconfig: return 'false' instead of 'no' in bool function + - LP: #1543126 + * perf/x86: Fix filter_events() bug with event mappings + - LP: #1543126 + * power: test_power: correctly handle empty writes + - LP: #1543126 + * firmware: actually return NULL on failed request_firmware_nowait() + - LP: #1543126 + * target: Fix a memory leak in target_dev_lba_map_store() + - LP: #1543126 + * um: Fix build error and kconfig for i386 + - LP: #1543126 + * ipv6: tcp: add rcu locking in tcp_v6_send_synack() + - LP: #1543126 + * mmc: sd: limit SD card power limit according to cards capabilities + - LP: #1543126 + * Btrfs: clean up an error code in btrfs_init_space_info() + - LP: #1543126 + * bridge: fix lockdep addr_list_lock false positive splat + - LP: #1543126 + * batman-adv: Avoid recursive call_rcu for batadv_bla_claim + - LP: #1543126 + * batman-adv: Avoid recursive call_rcu for batadv_nc_node + - LP: #1543126 + * batman-adv: fix potential TT client + orig-node memory leak + - LP: #1543126 + * batman-adv: Drop immediate batadv_orig_ifinfo free function + - LP: #1543126 + * batman-adv: Drop immediate batadv_neigh_node free function + - LP: #1543126 + * batman-adv: Drop immediate neigh_ifinfo free function + - LP: #1543126 + * batman-adv: Drop immediate batadv_hard_iface free function + - LP: #1543126 + * batman-adv: Drop immediate orig_node free function + - LP: #1543126 + * printk: help pr_debug and pr_devel to optimize out arguments + - LP: #1543126 + * mmc: debugfs: correct wrong voltage value + - LP: #1543126 + * IB/mlx4: Initialize hop_limit when creating address handle + - LP: #1543126 + * net/mlx4: Remove unused macro + - LP: #1543126 + * arm64: fix building without CONFIG_UID16 + - LP: #1543126 + * mn10300: Select CONFIG_HAVE_UID16 to fix build failure + - LP: #1543126 + * openrisc: fix CONFIG_UID16 setting + - LP: #1543126 + * cifs: Ratelimit kernel log messages + - LP: #1543126 + * HID: usbhid: fix recursive deadlock + - LP: #1543126 + * Linux 3.16.7-ckt24 + - LP: #1543126 + * qeth: initialize net_device with carrier off + - LP: #1541907 + * netfilter: bridge: don't use nf_bridge_info data to store mac header + - LP: #1463911 + * netfilter: bridge: restore vlan tag when refragmenting + - LP: #1463911 + * netfilter: bridge: forward IPv6 fragmented packets + - LP: #1463911 + * netfilter: bridge: Use __in6_dev_get rather than in6_dev_get in + br_validate_ipv6 + - LP: #1463911 + * ALSA: usb-audio: avoid freeing umidi object twice + - LP: #1546177 + - CVE-2016-2384 + * vmstat: explicitly schedule per-cpu work on the CPU we need it to run + on + - LP: #1546320 + + -- Brad Figg Tue, 23 Feb 2016 10:16:26 -0800 + +linux-lts-utopic (3.16.0-62.83~14.04.1) trusty; urgency=high + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1550554 + + [ Upstream Kernel Changes ] + + * drm/vmwgfx: Fix an fb unlocking bug + - LP: #1548587 + + -- Kamal Mostafa Fri, 26 Feb 2016 14:21:01 -0800 + +linux-lts-utopic (3.16.0-62.82~14.04.1) trusty; urgency=low + + [ Seth Forshee ] + + * SAUCE: cred: Add clone_cred() interface + - LP: #1534961, #1535150 + - CVE-2016-1575 CVE-2016-1576 + * SAUCE: overlayfs: Use mounter's credentials instead of selectively + raising caps + - LP: #1534961, #1535150 + - CVE-2016-1575 CVE-2016-1576 + * SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* + xattrs + - LP: #1534961, #1535150 + - CVE-2016-1575 CVE-2016-1576 + * SAUCE: overlayfs: Be more careful about copying up sxid files + - LP: #1534961, #1535150 + - CVE-2016-1575 CVE-2016-1576 + * SAUCE: overlayfs: Propogate nosuid from lower and upper mounts + - LP: #1534961, #1535150 + - CVE-2016-1575 CVE-2016-1576 + + -- Luis Henriques Fri, 19 Feb 2016 11:17:23 +0000 + +linux-lts-utopic (3.16.0-61.81~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1541076 + + [ Eric Dumazet ] + + * SAUCE: (no-up) udp: properly support MSG_PEEK with truncated buffers + - LP: #1527902 + + [ J. R. Okajima ] + + * SAUCE: ubuntu: aufs: tiny, extract a new func xino_fwrite_wkq() + - LP: #1533043 + * SAUCE: ubuntu: aufs: for 4.3, XINO handles EINTR from the dying process + - LP: #1533043 + + [ Upstream Kernel Changes ] + + * Revert "[stable-only] net: add length argument to + skb_copy_and_csum_datagram_iovec" + - LP: #1540412 + * xfrm: dst_entries_init() per-net dst_ops + - LP: #1486670 + * fuse: break infinite loop in fuse_fill_write_pages() + - LP: #1540412 + * usb: gadget: pxa27x: fix suspend callback + - LP: #1540412 + * iio: fix some warning messages + - LP: #1540412 + * USB: cp210x: Remove CP2110 ID from compatibility list + - LP: #1540412 + * USB: cdc_acm: Ignore Infineon Flash Loader utility + - LP: #1540412 + * USB: serial: Another Infineon flash loader USB ID + - LP: #1540412 + * ext4: Fix handling of extended tv_sec + - LP: #1540412 + * jbd2: Fix unreclaimed pages after truncate in data=journal mode + - LP: #1540412 + * drm/ttm: Fixed a read/write lock imbalance + - LP: #1540412 + * AHCI: Fix softreset failed issue of Port Multiplier + - LP: #1540412 + * sata_sil: disable trim + - LP: #1540412 + * usb-storage: Fix scsi-sd failure "Invalid field in cdb" for USB adapter + JMicron + - LP: #1540412 + * staging: lustre: echo_copy.._lsm() dereferences userland pointers + directly + - LP: #1540412 + * irqchip/versatile-fpga: Fix PCI IRQ mapping on Versatile PB + - LP: #1540412 + * usb: core : hub: Fix BOS 'NULL pointer' kernel panic + - LP: #1540412 + * USB: whci-hcd: add check for dma mapping error + - LP: #1540412 + * usb: Use the USB_SS_MULT() macro to decode burst multiplier for log + message + - LP: #1540412 + * dm btree: fix leak of bufio-backed block in btree_split_sibling error + path + - LP: #1540412 + * perf: Fix PERF_EVENT_IOC_PERIOD deadlock + - LP: #1540412 + * usb: xhci: fix config fail of FS hub behind a HS hub with MTT + - LP: #1540412 + * ALSA: rme96: Fix unexpected volume reset after rate changes + - LP: #1540412 + * ALSA: hda - Add inverted dmic for Packard Bell DOTS + - LP: #1523232, #1540412 + * virtio: fix memory leak of virtio ida cache layers + - LP: #1540412 + * nfs4: limit callback decoding to received bytes + - LP: #1540412 + * SUNRPC: Fix callback channel + - LP: #1540412 + * IB/srp: Fix possible send queue overflow + - LP: #1540412 + * ALSA: hda - Fixing speaker noise on the two latest thinkpad models + - LP: #1523517, #1540412 + * 9p: ->evict_inode() should kick out ->i_data, not ->i_mapping + - LP: #1540412 + * radeon/cik: Fix GFX IB test on Big-Endian + - LP: #1540412 + * radeon: Fix VCE ring test for Big-Endian systems + - LP: #1540412 + * radeon: Fix VCE IB test on Big-Endian systems + - LP: #1540412 + * ALSA: hda - Fix noise problems on Thinkpad T440s + - LP: #1540412 + * dm thin metadata: fix bug when taking a metadata snapshot + - LP: #1540412 + * dm space map metadata: fix ref counting bug when bootstrapping a new + space map + - LP: #1540412 + * ipmi: move timer init to before irq is setup + - LP: #1540412 + * dm btree: fix bufio buffer leaks in dm_btree_del() error path + - LP: #1540412 + * vgaarb: fix signal handling in vga_get() + - LP: #1540412 + * xhci: fix usb2 resume timing and races. + - LP: #1540412 + * USB: add quirk for devices with broken LPM + - LP: #1540412 + * parisc iommu: fix panic due to trying to allocate too large region + - LP: #1540412 + * mm: hugetlb: fix hugepage memory leak caused by wrong reserve count + - LP: #1540412 + * mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't + make any progress + - LP: #1540412 + * mm: hugetlb: call huge_pte_alloc() only if ptep is null + - LP: #1540412 + * drivers/base/memory.c: prohibit offlining of memory blocks with missing + sections + - LP: #1540412 + * ocfs2: fix SGID not inherited issue + - LP: #1540412 + * sh64: fix __NR_fgetxattr + - LP: #1540412 + * usb: musb: USB_TI_CPPI41_DMA requires dmaengine support + - LP: #1540412 + * efi: Disable interrupts around EFI calls, not in the epilog/prolog + calls + - LP: #1540412 + * MIPS: uaccess: Take EVA into account in __copy_from_user() + - LP: #1540412 + * MIPS: uaccess: Take EVA into account in [__]clear_user + - LP: #1540412 + * tools: Add a "make all" rule + - LP: #1540412 + * i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCs + - LP: #1540412 + * xen/events/fifo: Consume unprocessed events when a CPU dies + - LP: #1540412 + * video: fbdev: fsl: Fix kernel crash when diu_ops is not implemented + - LP: #1540412 + * crypto: skcipher - Copy iv from desc even for 0-len walks + - LP: #1540412 + * rfkill: copy the name into the rfkill struct + - LP: #1540412 + * ses: Fix problems with simple enclosures + - LP: #1540412 + * ses: fix additional element traversal bug + - LP: #1540412 + * powercap / RAPL: fix BIOS lock check + - LP: #1540412 + * n_tty: Fix poll() after buffer-limited eof push read + - LP: #1540412 + * tty: Fix GPF in flush_to_ldisc() + - LP: #1540412 + * ALSA: usb-audio: Add a more accurate volume quirk for AudioQuest + DragonFly + - LP: #1540412 + * ARM: 8471/1: need to save/restore arm register(r11) when it is + corrupted + - LP: #1540412 + * ALSA: hda - Add a fixup for Thinkpad X1 Carbon 2nd + - LP: #1540412 + * spi: fix parent-device reference leak + - LP: #1540412 + * dma-debug: Fix dma_debug_entry offset calculation + - LP: #1540412 + * ARC: dw2 unwind: Reinstante unwinding out of modules + - LP: #1540412 + * ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing + - LP: #1540412 + * powerpc/powernv: Fix the overflow of OPAL message notifiers head array + - LP: #1540412 + * powerpc/powernv: pr_warn_once on unsupported OPAL_MSG type + - LP: #1540412 + * USB: ipaq.c: fix a timeout loop + - LP: #1540412 + * USB: fix invalid memory access in hub_activate() + - LP: #1540412 + * pinctrl: bcm2835: Fix initial value for direction_output + - LP: #1540412 + * net: phy: mdio-mux: Check return value of mdiobus_alloc() + - LP: #1540412 + * sh_eth: fix TX buffer byte-swapping + - LP: #1540412 + * mISDN: fix a loop count + - LP: #1540412 + * amd-xgbe: fix a couple timeout loops + - LP: #1540412 + * qlcnic: fix a timeout loop + - LP: #1540412 + * ser_gigaset: fix deallocation of platform device structure + - LP: #1540412 + * net: fix warnings in 'make htmldocs' by moving macro definition out of + field declaration + - LP: #1540412 + * include/linux/mmdebug.h: should include linux/bug.h + - LP: #1540412 + * drm/i915: Fix SRC_COPY width on 830/845g + - LP: #1540412 + * vmstat: allocate vmstat_wq before it is used + - LP: #1540412 + * KVM: PPC: Book3S HV: Prohibit setting illegal transaction state in MSR + - LP: #1540412 + * ASoC: wm8974: set cache type for regmap + - LP: #1540412 + * ARM: dts: imx6: Fix Ethernet PHY mode on Ventana boards + - LP: #1540412 + * scripts: recordmcount: break hardlinks + - LP: #1540412 + * ftrace/scripts: Have recordmcount copy the object file + - LP: #1540412 + * ALSA: hda - Set SKL+ hda controller power at freeze() and thaw() + - LP: #1540412 + * s390/dis: Fix handling of format specifiers + - LP: #1540412 + * parisc: Fix syscall restarts + - LP: #1540412 + * ALSA: hda/realtek - Fix silent headphone output on MacPro 4,1 (v2) + - LP: #1540412 + * MIPS: uaccess: Fix strlen_user with EVA + - LP: #1540412 + * arm: fix handling of F_OFD_... in oabi_fcntl64() + - LP: #1540412 + * ocfs2: fix BUG when calculate new backup super + - LP: #1540412 + * mm/memory_hotplug.c: check for missing sections in + test_pages_in_a_zone() + - LP: #1540412 + * net/mlx4_en: Remove dependency between timestamping capability and + service_task + - LP: #1540412 + * net/mlx4_en: Fix HW timestamp init issue upon system startup + - LP: #1540412 + * ipv6/addrlabel: fix ip6addrlbl_get() + - LP: #1540412 + * qlcnic: fix a loop exit condition better + - LP: #1540412 + * genirq: Prevent chip buslock deadlock + - LP: #1540412 + * ftrace/scripts: Fix incorrect use of sprintf in recordmcount + - LP: #1540412 + * tracing: Fix setting of start_index in find_next() + - LP: #1540412 + * dts: vt8500: Add SDHC node to DTS file for WM8650 + - LP: #1540412 + * x86/mce: Ensure offline CPUs don't participate in rendezvous process + - LP: #1540412 + * ASoC: arizona: Fix bclk for sample rates that are multiple of 4kHz + - LP: #1540412 + * async_tx: use GFP_NOWAIT rather than GFP_IO + - LP: #1540412 + * ftrace/module: Call clean up function when module init fails early + - LP: #1540412 + * ASoC: Use nested lock for snd_soc_dapm_mutex_lock + - LP: #1540412 + * net: filter: make JITs zero A for SKF_AD_ALU_XOR_X + - LP: #1540412 + * net: possible use after free in dst_release + - LP: #1540412 + * kvm: x86: only channel 0 of the i8254 is linked to the HPET + - LP: #1540412 + * firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6 + - LP: #1540412 + * Linux 3.16.7-ckt23 + - LP: #1540412 + + -- Brad Figg Tue, 02 Feb 2016 11:16:56 -0800 + +linux-lts-utopic (3.16.0-60.80~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1536149 + * Merged back Ubuntu-lts-3.16.0-58.78~14.04.1 + + -- Luis Henriques Wed, 20 Jan 2016 11:30:01 +0000 + +linux-lts-utopic (3.16.0-59.79~14.04.1) trusty; urgency=low + + [ Upstream Kernel Changes ] + + * KEYS: Fix keyring ref leak in join_session_keyring() + - LP: #1534887 + - CVE-2016-0728 + + -- Luis Henriques Mon, 18 Jan 2016 11:00:18 +0000 + +linux-lts-utopic (3.16.0-58.78~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1532811 + + [ Upstream Kernel Changes ] + + * Revert "dm mpath: fix stalls when handling invalid ioctls" + - LP: #1526820 + * Revert "xhci: don't finish a TD if we get a short transfer event mid + TD" + - LP: #1529077 + * ovl: use O_LARGEFILE in ovl_copy_up() + - LP: #1523000 + * powerpc/tm: Check for already reclaimed tasks + - LP: #1520411 + * powerpc/tm: Block signal return setting invalid MSR state + - LP: #1520411 + * irda: precedence bug in irlmp_seq_hb_idx() + - LP: #1526820 + * macvtap: unbreak receiving of gro skb with frag list + - LP: #1526820 + * RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in + rds_tcp_data_recv + - LP: #1526820 + * stmmac: Correctly report PTP capabilities. + - LP: #1526820 + * ipmr: fix possible race resulting from improper usage of + IP_INC_STATS_BH() in preemptible context. + - LP: #1526820 + * net: qmi_wwan: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module + - LP: #1526820 + * qmi_wwan: fix entry for HP lt4112 LTE/HSPA+ Gobi 4G Module + - LP: #1526820 + * sit: fix sit0 percpu double allocations + - LP: #1526820 + * packet: race condition in packet_bind + - LP: #1526820 + * net: avoid NULL deref in inet_ctl_sock_destroy() + - LP: #1526820 + * net: fix a race in dst_release() + - LP: #1526820 + * Failing to send a CLOSE if file is opened WRONLY and server reboots on + a 4.x mount + - LP: #1526820 + * x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when + sanitizing map + - LP: #1526820 + * HID: core: Avoid uninitialized buffer access + - LP: #1526820 + * [media] v4l2-compat-ioctl32: fix alignment for ARM64 + - LP: #1526820 + * net: mvneta: Fix CPU_MAP registers initialisation + - LP: #1526820 + * mtd: mtdpart: fix add_mtd_partitions error path + - LP: #1526820 + * ARM: 8426/1: dma-mapping: add missing range check in dma_mmap() + - LP: #1526820 + * ARM: 8427/1: dma-mapping: add support for offset parameter in + dma_mmap() + - LP: #1526820 + * spi: ti-qspi: Fix data corruption seen on r/w stress test + - LP: #1526820 + * lockd: create NSM handles per net namespace + - LP: #1526820 + * Btrfs: fix file corruption and data loss after cloning inline extents + - LP: #1526820 + * ARM: common: edma: Fix channel parameter for irq callbacks + - LP: #1526820 + * iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpoints + - LP: #1526820 + * Btrfs: fix truncation of compressed and inlined extents + - LP: #1526820 + * ext4: fix potential use after free in __ext4_journal_stop + - LP: #1526820 + * fix calculation of meta_bg descriptor backups + - LP: #1526820 + * ext4, jbd2: ensure entering into panic after recording an error in + superblock + - LP: #1526820 + * vTPM: fix memory allocation flag for rtce buffer at kernel boot + - LP: #1526820 + * spi: dw: explicitly free IRQ handler in dw_spi_remove_host() + - LP: #1526820 + * [media] media: vb2 dma-contig: Fully cache synchronise buffers in + prepare and finish + - LP: #1526820 + * Bluetooth: hidp: fix device disconnect on idle timeout + - LP: #1526820 + * Bluetooth: ath3k: Add new AR3012 0930:021c id + - LP: #1502781, #1526820 + * Bluetooth: ath3k: Add support of AR3012 0cf3:817b device + - LP: #1506615, #1526820 + * spi: atmel: Fix DMA-setup for transfers with more than 8 bits per word + - LP: #1526820 + * USB: qcserial: add Sierra Wireless MC74xx/EM74xx + - LP: #1526820 + * staging: rtl8712: Add device ID for Sitecom WLA2100 + - LP: #1526820 + * ACPI: Use correct IRQ when uninstalling ACPI interrupt handler + - LP: #1526820 + * ALSA: hda/realtek - Dell XPS one ALC3260 speaker no sound after resume + back + - LP: #1526820 + * MAINTAINERS: Add public mailing list for ARC + - LP: #1526820 + * megaraid_sas: Do not use PAGE_SIZE for max_sectors + - LP: #1526820 + * KVM: s390: SCA must not cross page boundaries + - LP: #1526820 + * arm64: Fix compat register mappings + - LP: #1526820 + * can: Use correct type in sizeof() in nla_put() + - LP: #1526820 + * mtd: blkdevs: fix potential deadlock + lockdep warnings + - LP: #1526820 + * drm/i915: add quirk to enable backlight on Dell Chromebook 11 (2015) + - LP: #1526820 + * crypto: algif_hash - Only export and import on sockets with data + - LP: #1526820 + * xtensa: fixes for configs without loop option + - LP: #1526820 + * megaraid_sas : SMAP restriction--do not access user memory from IOCTL + code + - LP: #1526820 + * mac80211: fix divide by zero when NOA update + - LP: #1526820 + * mac80211: allow null chandef in tracing + - LP: #1526820 + * xtensa: fix secondary core boot in SMP + - LP: #1526820 + * recordmcount: Fix endianness handling bug for nop_mcount + - LP: #1526820 + * KVM: VMX: fix SMEP and SMAP without EPT + - LP: #1526820 + * thermal: exynos: Fix unbalanced regulator disable on probe failure + - LP: #1526820 + * ALSA: hda - Apply pin fixup for HP ProBook 6550b + - LP: #1526820 + * ALSA: hda - Add Intel Lewisburg device IDs Audio + - LP: #1526820 + * firewire: ohci: fix JMicron JMB38x IT context discovery + - LP: #1526820 + * scsi: restart list search after unlock in scsi_remove_target + - LP: #1526820 + * mm: slab: only move management objects off-slab for sizes larger than + KMALLOC_MIN_SIZE + - LP: #1526820 + * Input: elantech - add Fujitsu Lifebook U745 to force crc_enabled + - LP: #1526820 + * proc: actually make proc_fd_permission() thread-friendly + - LP: #1526820 + * x86/setup: Extend low identity map to cover whole kernel range + - LP: #1526820 + * x86/setup: Fix low identity map for >= 2GB kernel range + - LP: #1526820 + * x86/cpu: Call verify_cpu() after having entered long mode too + - LP: #1526820 + * Btrfs: fix race leading to incorrect item deletion when dropping + extents + - LP: #1526820 + * Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow + - LP: #1526820 + * perf: Fix inherited events vs. tracepoint filters + - LP: #1526820 + * scsi_sysfs: Fix queue_ramp_up_period return code + - LP: #1526820 + * Btrfs: fix race when listing an inode's xattrs + - LP: #1526820 + * ideapad-laptop: Add Lenovo Yoga 900 to no_hw_rfkill dmi list + - LP: #1526820 + * storvsc: Don't set the SRB_FLAGS_QUEUE_ACTION_ENABLE flag + - LP: #1526820 + * drivers: of: of_reserved_mem: fixup the alignment with CMA setup + - LP: #1526820 + * drm/ast: Initialized data needed to map fbdev memory + - LP: #1526820 + * FS-Cache: Increase reference of parent after registering, netfs success + - LP: #1526820 + * FS-Cache: Don't override netfs's primary_index if registering failed + - LP: #1526820 + * binfmt_elf: Don't clobber passed executable's file header + - LP: #1526820 + * fs/pipe.c: return error code rather than 0 in pipe_write() + - LP: #1526820 + * splice: sendfile() at once fails for big files + - LP: #1526820 + * mac80211: fix driver RSSI event calculations + - LP: #1526820 + * wm831x_power: Use IRQF_ONESHOT to request threaded IRQs + - LP: #1526820 + * mwifiex: fix mwifiex_rdeeprom_read() + - LP: #1526820 + * dmaengine: dw: convert to __ffs() + - LP: #1526820 + * usb: ehci-orion: fix probe for !GENERIC_PHY + - LP: #1526820 + * devres: fix a for loop bounds check + - LP: #1526820 + * netfilter: remove dead code + - LP: #1526820 + * ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_sk + - LP: #1526820 + * packet: fix match_fanout_group() + - LP: #1526820 + * hsi: fix double kfree + - LP: #1526820 + * hsi: omap_ssi_port: Prevent warning if cawake_gpio is not defined. + - LP: #1526820 + * ARM: pxa: remove incorrect __init annotation on pxa27x_set_pwrmode + - LP: #1526820 + * ALSA: fireworks/bebob/oxfw/dice: enable to make as built-in + - LP: #1526820 + * drm: Fix return value of drm_framebuffer_init() + - LP: #1526820 + * ALSA: fireworks: use u32 type for be32_to_cpup() macro + - LP: #1526820 + * ALSA: bebob: use correct type for __be32 data + - LP: #1526820 + * tcp: apply Kern's check on RTTs used for congestion control + - LP: #1526820 + * clk: versatile-icst: fix memory leak + - LP: #1526820 + * MIPS: atomic: Fix comment describing atomic64_add_unless's return + value. + - LP: #1526820 + * mfd: twl6040: Fix deferred probe handling for clk32k + - LP: #1526820 + * of/fdt: fix error checking for earlycon address + - LP: #1526820 + * netfilter: nfnetlink: don't probe module if it exists + - LP: #1526820 + * xprtrdma: Re-arm after missed events + - LP: #1526820 + * ceph: fix message length computation + - LP: #1526820 + * ipv6: fix tunnel error handling + - LP: #1526820 + * perf trace: Fix documentation for -i + - LP: #1526820 + * bonding: fix panic on non-ARPHRD_ETHER enslave failure + - LP: #1526820 + * rtc: ds1307: Fix alarm programming for mcp794xx + - LP: #1526820 + * TPM: Avoid reference to potentially freed memory + - LP: #1526820 + * xtensa: nommu: provide _PAGE_CHG_MASK definition + - LP: #1526820 + * md/raid0: update queue parameter in a safer location. + - LP: #1526820 + * md/raid0: apply base queue limits *before* disk_stack_limits + - LP: #1526820 + * drm/radeon: add quirk for MSI R7 370 + - LP: #1526820 + * drm/radeon: add quirk for ASUS R7 370 + - LP: #1526820 + * drm/radeon: fix quirk for MSI R7 370 Armor 2X + - LP: #1526820 + * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c + - LP: #1526820 + * fs/proc, core/debug: Don't expose absolute kernel addresses via wchan + - LP: #1526820 + * ALSA: hda - Disable 64bit address for Creative HDA controllers + - LP: #1526820 + * printk: prevent userland from spoofing kernel messages + - LP: #1526820 + * FS-Cache: Handle a write to the page immediately beyond the EOF marker + - LP: #1526820 + * Linux 3.16.7-ckt21 + - LP: #1526820 + * KVM: x86: Reload pit counters for all channels when restoring state + - LP: #1530956 + - CVE-2015-7513 + * HID: wacom - make sure touch_input is valid before using it + - LP: #1310800 + * xfs: give all workqueues rescuer threads + - LP: #1527062 + * iio: lpc32xx_adc: fix warnings caused by enabling unprepared clock + - LP: #1532808 + * iio:ad5064: Make sure ad5064_i2c_write() returns 0 on success + - LP: #1532808 + * iio: ad5064: Fix ad5629/ad5669 shift + - LP: #1532808 + * iio:ad7793: Fix ad7785 product ID + - LP: #1532808 + * x86/fpu: Fix 32-bit signal frame handling + - LP: #1532808 + * iio: adc: xilinx: Fix VREFN scale + - LP: #1532808 + * drm/i915: quirk backlight present on Macbook 4, 1 + - LP: #1532808 + * USB: qcserial: Add support for Quectel EC20 Mini PCIe module + - LP: #1532808 + * USB: serial: option: add support for Novatel MiFi USB620L + - LP: #1532808 + * USB: ti_usb_3410_5052: Add Honeywell HGI80 ID + - LP: #1532808 + * drm/i915: get runtime PM reference around GEM set_caching IOCTL + - LP: #1532808 + * drm/radeon: unconditionally set sysfs_initialized + - LP: #1532808 + * USB: qcserial: Fix support for HP lt4112 LTE/HSPA+ Gobi 4G Modem + - LP: #1532808 + * arm64: kernel: pause/unpause function graph tracer in cpu_suspend() + - LP: #1532808 + * usb: dwc3: gadget: let us set lower max_speed + - LP: #1532808 + * usb: chipidea: debug: disable usb irq while role switch + - LP: #1532808 + * xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devices + - LP: #1532808 + * x86/cpu: Fix SMAP check in PVOPS environments + - LP: #1532808 + * arm64: restore bogomips information in /proc/cpuinfo + - LP: #1532808 + * USB: option: add XS Stick W100-2 from 4G Systems + - LP: #1532808 + * usblp: do not set TASK_INTERRUPTIBLE before lock + - LP: #1532808 + * fat: fix fake_offset handling on error path + - LP: #1532808 + * kernel/signal.c: unexport sigsuspend() + - LP: #1532808 + * ocfs2: fix umask ignored issue + - LP: #1532808 + * parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h + - LP: #1532808 + * mmc: remove bondage between REQ_META and reliable write + - LP: #1532808 + * tools/net: Use include/uapi with __EXPORTED_HEADERS__ + - LP: #1532808 + * packet: do skb_probe_transport_header when we actually have data + - LP: #1532808 + * packet: only allow extra vlan len on ethernet devices + - LP: #1532808 + * packet: fix tpacket_snd max frame len + - LP: #1532808 + * sctp: translate host order to network order when setting a hmacid + - LP: #1532808 + * net/mlx4_core: Avoid returning success in case of an error flow + - LP: #1532808 + * usb: musb: core: fix order of arguments to ulpi write callback + - LP: #1532808 + * FS-Cache: Add missing initialization of ret in cachefiles_write_page() + - LP: #1532808 + * macvlan: fix leak in macvlan_handle_frame + - LP: #1532808 + * ARC: Fix silly typo in MAINTAINERS file + - LP: #1532808 + * unix: avoid use-after-free in ep_remove_wait_queue + - LP: #1532808 + * packet: always probe for transport header + - LP: #1532808 + * packet: infer protocol from ethernet header if unset + - LP: #1532808 + * ip_tunnel: disable preemption when updating per-cpu tstats + - LP: #1532808 + * snmp: Remove duplicate OUTMCAST stat increment + - LP: #1532808 + * net: qmi_wwan: add XS Stick W100-2 from 4G Systems + - LP: #1532808 + * tcp: md5: fix lockdep annotation + - LP: #1532808 + * tcp: initialize tp->copied_seq in case of cross SYN connection + - LP: #1532808 + * net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds + - LP: #1532808 + * net: ipmr: fix static mfc/dev leaks on table destruction + - LP: #1532808 + * net: ip6mr: fix static mfc/dev leaks on table destruction + - LP: #1532808 + * broadcom: fix PHY_ID_BCM5481 entry in the id table + - LP: #1532808 + * ipv6: distinguish frag queues by device for multicast and link-local + packets + - LP: #1532808 + * ipv6: add complete rcu protection around np->opt + - LP: #1532808 + * net/neighbour: fix crash at dumping device-agnostic proxy entries + - LP: #1532808 + * ipv6: sctp: implement sctp_v6_destroy_sock() + - LP: #1532808 + * xfs: allow inode allocations in post-growfs disk space + - LP: #1532808 + * ALSA: usb-audio: add packet size quirk for the Medeli DD305 + - LP: #1532808 + * ALSA: usb-audio: prevent CH345 multiport output SysEx corruption + - LP: #1532808 + * ALSA: usb-audio: work around CH345 input SysEx corruption + - LP: #1532808 + * dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE + transition + - LP: #1532808 + * dm: fix ioctl retry termination with signal + - LP: #1532808 + * MIPS: KVM: Fix ASID restoration logic + - LP: #1532808 + * MIPS: KVM: Fix CACHE immediate offset sign extension + - LP: #1532808 + * MIPS: KVM: Uninit VCPU in vcpu_create error path + - LP: #1532808 + * ALSA: hda - Add fixup for Acer Aspire One Cloudbook 14 + - LP: #1532808 + * mac: validate mac_partition is within sector + - LP: #1532808 + * ALSA: hda - Apply HP headphone fixups more generically + - LP: #1532808 + * ARC: dw2 unwind: Remove falllback linear search thru FDE entries + - LP: #1532808 + * fix sysvfs symlinks + - LP: #1532808 + * vfs: Make sendfile(2) killable even better + - LP: #1532808 + * vfs: Avoid softlockups with sendfile(2) + - LP: #1532808 + * nfs4: start callback_ident at idr 1 + - LP: #1532808 + * ALSA: hda - Fix headphone noise after Dell XPS 13 resume back from S3 + - LP: #1519168, #1532808 + * arm64: KVM: Fix AArch32 to AArch64 register mapping + - LP: #1532808 + * drm/radeon: make rv770_set_sw_state failures non-fatal + - LP: #1532808 + * ALSA: hda - Fix noise on Gigabyte Z170X mobo + - LP: #1532808 + * drm/radeon: make some dpm errors debug only + - LP: #1532808 + * nfs: if we have no valid attrs, then don't declare the attribute cache + valid + - LP: #1532808 + * xen/gntdev: Grant maps should not be subject to NUMA balancing + - LP: #1532808 + * iscsi-target: Fix rx_login_comp hang after login failure + - LP: #1532808 + * target: Fix race for SCF_COMPARE_AND_WRITE_POST checking + - LP: #1532808 + * target: fix COMPARE_AND_WRITE non zero SGL offset data corruption + - LP: #1532808 + * ARM: dts: Kirkwood: Fix QNAP TS219 power-off + - LP: #1532808 + * netfilter: ipt_rpfilter: remove the nh_scope test in + rpfilter_lookup_reverse + - LP: #1532808 + * netfilter: nf_tables: fix bogus warning in nft_data_uninit() + - LP: #1532808 + * netfilter: ip6t_SYNPROXY: fix NULL pointer dereference + - LP: #1532808 + * RDS: fix race condition when sending a message on unbound socket + - LP: #1532808 + * gre6: allow to update all parameters via rtnl + - LP: #1532808 + * atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation + - LP: #1532808 + * sctp: use the same clock as if sock source timestamps were on + - LP: #1532808 + * sctp: update the netstamp_needed counter when copying sockets + - LP: #1532808 + * ipv6: sctp: clone options to avoid use after free + - LP: #1532808 + * net: add validation for the socket syscall protocol argument + - LP: #1532808 + * sh_eth: fix kernel oops in skb_put() + - LP: #1532808 + * vlan: Fix untag operations of stacked vlans with REORDER_HEADER off + - LP: #1532808 + * skbuff: Fix offset error in skb_reorder_vlan_header + - LP: #1532808 + * pptp: verify sockaddr_len in pptp_bind() and pptp_connect() + - LP: #1532808 + * bluetooth: Validate socket address length in sco_sock_bind(). + - LP: #1532808 + * af_unix: Revert 'lock_interruptible' in stream receive code + - LP: #1532808 + * ip6mr: call del_timer_sync() in ip6mr_free_table() + - LP: #1532808 + * drm/i915: Disable PSMI sleep messages on all rings around context + switches + - LP: #1532808 + * crypto: nx - Fix timing leak in GCM and CCM decryption + - LP: #1532808 + * crypto: talitos - Fix timing leak in ESP ICV verification + - LP: #1532808 + * ASoC: wm8962: correct addresses for HPF_C_0/1 + - LP: #1532808 + * mac80211: mesh: fix call_rcu() usage + - LP: #1532808 + * mac80211: ensure we don't update tx power on a non-running sdata + - LP: #1532808 + * can: sja1000: clear interrupts on start + - LP: #1532808 + * ring-buffer: Update read stamp with first real commit on page + - LP: #1532808 + * block: Always check queue limits for cloned requests + - LP: #1532808 + * Fix a memory leak in scsi_host_dev_release() + - LP: #1532808 + * wan/x25: Fix use-after-free in x25_asy_open_tty() + - LP: #1532808 + * mac80211: do not actively scan DFS channels + - LP: #1532808 + * locking: Add WARN_ON_ONCE lock assertion + - LP: #1532808 + * drm: Fix an unwanted master inheritance v2 + - LP: #1532808 + * sched/core: Clear the root_domain cpumasks in init_rootdomain() + - LP: #1532808 + * x86/signal: Fix restart_syscall number for x32 tasks + - LP: #1532808 + * isdn: Partially revert debug format string usage clean up + - LP: #1532808 + * remoteproc: avoid stack overflow in debugfs file + - LP: #1532808 + * net: mvneta: add configuration for MBUS windows access protection + - LP: #1532808 + * net: mvneta: fix bit assignment in MVNETA_RXQ_CONFIG_REG + - LP: #1532808 + * net: mvneta: fix bit assignment for RX packet irq enable + - LP: #1532808 + * ipv4: igmp: Allow removing groups from a removed interface + - LP: #1532808 + * sched/core: Remove false-positive warning from wake_up_process() + - LP: #1532808 + * btrfs: fix signed overflows in btrfs_sync_file + - LP: #1532808 + * KEYS: Fix race between read and revoke + - LP: #1532808 + * Linux 3.16.7-ckt22 + - LP: #1532808 + + -- Luis Henriques Mon, 11 Jan 2016 14:14:01 +0000 + +linux-lts-utopic (3.16.0-57.77~14.04.1) trusty; urgency=low + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1527409 + + [ Jann Horn ] + + * ptrace: being capable wrt a process requires mapped uids/gids + - LP: #1527374 + + -- Kamal Mostafa Thu, 17 Dec 2015 15:01:30 -0800 + +linux-lts-utopic (3.16.0-57.76~14.04.1) trusty; urgency=low + + [ Upstream Kernel Changes ] + + * xen: Add RING_COPY_REQUEST() + - CVE-2015-8550 + * xen-netback: don't use last request to determine minimum Tx credit + - CVE-2015-8550 + * xen-netback: use RING_COPY_REQUEST() throughout + - CVE-2015-8550 + * xen-blkback: only read request operation from shared ring once + - CVE-2015-8550 + * xen-blkback: read from indirect descriptors only once + - CVE-2015-8550 + * xen/pciback: Save xen_pci_op commands before processing it + - CVE-2015-8550 + * xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI + or MSI-X enabled + - CVE-2015-8551, CVE-2015-8552, CVE-2015-8553 + * xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI + or MSI-X enabled + - CVE-2015-8551, CVE-2015-8552, CVE-2015-8553 + * xen/pciback: Do not install an IRQ handler for MSI interrupts. + - CVE-2015-8551, CVE-2015-8552, CVE-2015-8553 + * xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has + MSI(X) enabled. + - CVE-2015-8551, CVE-2015-8552, CVE-2015-8553 + * xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set. + - CVE-2015-8551, CVE-2015-8552, CVE-2015-8553 + + -- Luis Henriques Thu, 17 Dec 2015 11:17:34 +0000 + +linux-lts-utopic (3.16.0-56.75~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1521942 + + [ Andy Whitcroft ] + + * [Packaging] control -- make element ordering deterministic + - LP: #1516686 + * [Packaging] control -- prepare for new kernel-wedge semantics + - LP: #1516686 + * [Debian] rebuild should only trigger for non-linux packages + - LP: #1498862, #1516686 + * [Tests] gcc-multilib does not exist on ppc64el + - LP: #1515541 + + [ Brad Figg ] + + * SAUCE: DEP8 test to run our regression tests + - LP: #1515541 + + [ Upstream Kernel Changes ] + + * Revert "ARM64: unwind: Fix PC calculation" + - LP: #1520282 + * Revert "md: allow a partially recovered device to be hot-added to an + array." + - LP: #1520282 + * xhci: Workaround to get Intel xHCI reset working more reliably + * regmap: debugfs: Ensure we don't underflow when printing access masks + - LP: #1520282 + * regmap: debugfs: Don't bother actually printing when calculating max + length + - LP: #1520282 + * x86/xen: Support kexec/kdump in HVM guests by doing a soft reset + - LP: #1520282 + * s390/boot/decompression: disable floating point in decompressor + - LP: #1520282 + * svcrdma: handle rdma read with a non-zero initial page offset + - LP: #1520282 + * dm: fix AB-BA deadlock in __dm_destroy() + - LP: #1520282 + * [SMB3] Do not fall back to SMBWriteX in set_file_size error cases + - LP: #1520282 + * clk: ti: fix dual-registration of uart4_ick + - LP: #1520282 + * ASoC: dwc: correct irq clear method + - LP: #1520282 + * dm raid: fix round up of default region size + - LP: #1520282 + * ALSA: hda: Add dock support for ThinkPad T550 + - LP: #1520282 + * ALSA: hda - Apply SPDIF pin ctl to MacBookPro 12,1 + - LP: #1520282 + * USB: Add reset-resume quirk for two Plantronics usb headphones. + - LP: #1520282 + * usb: Add device quirk for Logitech PTZ cameras + - LP: #1520282 + * staging: speakup: fix speakup-r regression + - LP: #1520282 + * ALSA: synth: Fix conflicting OSS device registration on AWE32 + - LP: #1520282 + * arm64: readahead: fault retry breaks mmap file read random detection + - LP: #1520282 + * sched/core: Fix TASK_DEAD race in finish_task_switch() + - LP: #1520282 + * dm cache: fix NULL pointer when switching from cleaner policy + - LP: #1520282 + * 3w-9xxx: don't unmap bounce buffered commands + - LP: #1520282 + * workqueue: make sure delayed work run in local cpu + - LP: #1520282 + * drm/radeon: add pm sysfs files late + - LP: #1520282 + * crypto: sparc - initialize blkcipher.ivsize + - LP: #1520282 + * drm/nouveau/fbcon: take runpm reference when userspace has an open fd + - LP: #1520282 + * crypto: ahash - ensure statesize is non-zero + - LP: #1520282 + * dm thin: fix missing pool reference count decrement in pool_ctr error + path + - LP: #1520282 + * btrfs: check unsupported filters in balance arguments + - LP: #1520282 + * btrfs: fix use after free iterating extrefs + - LP: #1520282 + * i2c: rcar: enable RuntimePM before registering to the core + - LP: #1520282 + * i2c: s3c2410: enable RuntimePM before registering to the core + - LP: #1520282 + * i2c: designware-platdrv: enable RuntimePM before registering to the + core + - LP: #1520282 + * i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348 + - LP: #1520282 + * btrfs: fix possible leak in btrfs_ioctl_balance() + - LP: #1520282 + * drm: Reject DRI1 hw lock ioctl functions for kms drivers + - LP: #1520282 + * usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfers + - LP: #1520282 + * rbd: fix double free on rbd_dev->header_name + - LP: #1520282 + * ath9k: declare required extra tx headroom + - LP: #1520282 + * iio: accel: sca3000: memory corruption in sca3000_read_first_n_hw_rb() + - LP: #1520282 + * iwlwifi: dvm: fix D3 firmware PN programming + - LP: #1520282 + * iwlwifi: mvm: fix D3 firmware PN programming + - LP: #1520282 + * iwlwifi: fix firmware filename for 3160 + - LP: #1520282 + * iwlwifi: pci: add a few more PCI subvendor IDs for the 7265 series + - LP: #1520282 + * ARM: orion: Fix DSA platform device after mvmdio conversion + - LP: #1520282 + * xen-blkfront: check for null drvdata in blkback_changed + (XenbusStateClosing) + - LP: #1520282 + * iio: mxs-lradc: Fix temperature offset + - LP: #1520282 + * ALSA: hda - Fix inverted internal mic on Lenovo G50-80 + - LP: #1504778, #1520282 + * drm/i915: Deny wrapping an userptr into a framebuffer + - LP: #1520282 + * x86/efi: Fix multiple GOP device support + - LP: #1520282 + * ASoC: Add info callback for SX_TLV controls + - LP: #1520282 + * xhci: don't finish a TD if we get a short transfer event mid TD + - LP: #1520282 + * xhci: handle no ping response error properly + - LP: #1520282 + * xhci: Add spurious wakeup quirk for LynxPoint-LP controllers + - LP: #1520282 + * ASoC: wm8904: Correct number of EQ registers + - LP: #1520282 + * drm/nouveau/gem: return only valid domain when there's only one + - LP: #1520282 + * powerpc/rtas: Validate rtas.entry before calling enter_rtas() + - LP: #1520282 + * mm: make sendfile(2) killable + - LP: #1520282 + * rbd: don't leak parent_spec in rbd_dev_probe_parent() + - LP: #1520282 + * rbd: prevent kernel stack blow up on rbd map + - LP: #1520282 + * dm btree remove: fix a bug when rebalancing nodes after removal + - LP: #1520282 + * dm btree: fix leak of bufio-backed block in btree_split_beneath error + path + - LP: #1520282 + * IB/cm: Fix rb-tree duplicate free and use-after-free + - LP: #1520282 + * iwlwifi: mvm: init card correctly on ctkill exit check + - LP: #1520282 + * module: Fix locking in symbol_put_addr() + - LP: #1520282 + * crypto: api - Only abort operations on fatal signal + - LP: #1520282 + * md/raid1: submit_bio_wait() returns 0 on success + - LP: #1520282 + * md/raid10: submit_bio_wait() returns 0 on success + - LP: #1520282 + * iommu/amd: Don't clear DTE flags when modifying it + - LP: #1520282 + * i2c: mv64xxx: really allow I2C offloading + - LP: #1520282 + * drm/radeon: don't try to recreate sysfs entries on resume + - LP: #1520282 + * mvsas: Fix NULL pointer dereference in mvs_slot_task_free + - LP: #1520282 + * drm/radeon: Restore LCD backlight level on resume (>= R5xx) + - LP: #1520282 + * drm/radeon: move bl encoder assignment into bl init + - LP: #1520282 + * drm/radeon: fix dpms when driver backlight control is disabled + - LP: #1520282 + * rbd: require stable pages if message data CRCs are enabled + - LP: #1520282 + * md/raid5: fix locking in handle_stripe_clean_event() + - LP: #1520282 + * ipv6: Fix IPsec pre-encap fragmentation check + - LP: #1520282 + * ppp: fix pppoe_dev deletion condition in pppoe_release() + - LP: #1520282 + * ipv6: gre: support SIT encapsulation + - LP: #1520282 + * net/mlx4: Copy/set only sizeof struct mlx4_eqe bytes + - LP: #1520282 + * serial: 8250_pci: Add support for 16 port Exar boards + - LP: #1520282 + * serial: 8250_pci: Add support for 12 port Exar boards + - LP: #1520282 + * serial: 8250_pci: Correct uartclk for xr17v35x expansion chips + - LP: #1520282 + * isdn_ppp: Add checks for allocation failure in isdn_ppp_open() + - LP: #1520282 + * ppp, slip: Validate VJ compression slot parameters completely + - LP: #1520282 + * staging/dgnc: fix info leak in ioctl + - LP: #1520282 + * power: bq24190_charger: suppress build warning + - LP: #1520282 + * sfc: Fix memcpy() with const destination compiler warning. + - LP: #1520282 + * sched/preempt: Rename PREEMPT_CHECK_OFFSET to PREEMPT_DISABLE_OFFSET + - LP: #1520282 + * sched/preempt: Fix cond_resched_lock() and cond_resched_softirq() + - LP: #1520282 + * Linux 3.16.7-ckt20 + - LP: #1520282 + * KVM: svm: unconditionally intercept #DB + - LP: #1520184 + - CVE-2015-8104 + + -- Luis Henriques Wed, 02 Dec 2015 10:17:21 +0000 + +linux-lts-utopic (3.16.0-55.74~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1516943 + + [ Upstream Kernel Changes ] + + * arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419 + - LP: #1516682 + + -- Luis Henriques Tue, 17 Nov 2015 09:39:34 +0000 + +linux-lts-utopic (3.16.0-54.73~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1514914 + * [Config] updateconfigs after 3.16.7-ckt19 stable update + + [ Upstream Kernel Changes ] + + * Revert "ARM: orion5x: fix legacy orion5x IRQ numbers" + - LP: #1514911 + * x86/hyperv: Mark the Hyper-V TSC as unstable + - LP: #1498206 + * ARM: 8429/1: disable GCC SRA optimization + - LP: #1514911 + * CIFS: fix type confusion in copy offload ioctl + - LP: #1514911 + * hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for + most chips + - LP: #1514911 + * x86/apic: Serialize LVTT and TSC_DEADLINE writes + - LP: #1514911 + * arm64: head.S: initialise mdcr_el2 in el2_setup + - LP: #1514911 + * kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd + - LP: #1514911 + * kvm: factor out core eventfd assign/deassign logic + - LP: #1514911 + * kvm: fix double free for fast mmio eventfd + - LP: #1514911 + * kvm: fix zero length mmio searching + - LP: #1514911 + * ARM: fix Thumb2 signal handling when ARMv6 is enabled + - LP: #1514911 + * powerpc/boot: Specify ABI v2 when building an LE boot wrapper + - LP: #1514911 + * powerpc/mm: Recompute hash value after a failed update + - LP: #1514911 + * x86/platform: Fix Geode LX timekeeping in the generic x86 build + - LP: #1514911 + * arm64: compat: fix vfp save/restore across signal handlers in + big-endian + - LP: #1514911 + * arm64: errata: add module build workaround for erratum #843419 + - LP: #1514911 + * arm64: KVM: Disable virtual timer even if the guest is not using it + - LP: #1514911 + * arm: KVM: Disable virtual timer even if the guest is not using it + - LP: #1514911 + * hp-wmi: Add missing __init annotations to initialization code + - LP: #1514911 + * hp-wmi: limit hotkey enable + - LP: #1514911 + * zram: fix possible use after free in zcomp_create() + - LP: #1514911 + * perf header: Fixup reading of HEADER_NRCPUS feature + - LP: #1514911 + * spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is + disabled + - LP: #1514911 + * spi: Fix documentation of spi_alloc_master() + - LP: #1514911 + * USB: option: add ZTE PIDs + - LP: #1514911 + * drm/vmwgfx: Fix up user_dmabuf refcounting + - LP: #1514911 + * ARM: dts: omap3-beagle: make i2c3, ddc and tfp410 gpio work again + - LP: #1514911 + * Btrfs: fix read corruption of compressed and shared extents + - LP: #1514911 + * btrfs: skip waiting on ordered range for special files + - LP: #1514911 + * usb: chipidea: udc: using the correct stall implementation + - LP: #1514911 + * net: mvneta: fix DMA buffer unmapping in mvneta_rx() + - LP: #1514911 + * iser-target: remove command with state ISTATE_REMOVE + - LP: #1514911 + * staging: ion: fix corruption of ion_import_dma_buf + - LP: #1514911 + * KVM: x86: trap AMD MSRs for the TSeg base and mask + - LP: #1514911 + * usb: Use the USB_SS_MULT() macro to get the burst multiplier. + - LP: #1514911 + * xhci: give command abortion one more chance before killing xhci + - LP: #1514911 + * usb: xhci: Clear XHCI_STATE_DYING on start + - LP: #1514911 + * usb: xhci: Allow usb_add/remove_hcd() to be called repeatedly + - LP: #1514911 + * xhci: change xhci 1.0 only restrictions to support xhci 1.1 + - LP: #1514911 + * xhci-mem: Use setup_timer + - LP: #1514911 + * xhci: init command timeout timer earlier to avoid deleting it + uninitialized + - LP: #1514911 + * spi: xtensa-xtfpga: fix register endianness + - LP: #1514911 + * disabling oplocks/leases via module parm enable_oplocks broken for SMB3 + - LP: #1514911 + * cifs: use server timestamp for ntlmv2 authentication + - LP: #1514911 + * x86/paravirt: Replace the paravirt nop with a bona fide empty function + - LP: #1514911 + * x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code + - LP: #1514911 + * ASoC: pxa: pxa2xx-ac97: fix dma requestor lines + - LP: #1514911 + * ocfs2/dlm: fix deadlock when dispatch assert master + - LP: #1514911 + * drm/i915/bios: handle MIPI Sequence Block v3+ gracefully + - LP: #1514911 + * drm/qxl: only report first monitor as connected if we have no state + - LP: #1514911 + * PCI: Fix devfn for VPD access through function 0 + - LP: #1514911 + * PCI: Use function 0 VPD for identical functions, regular VPD for others + - LP: #1514911 + * netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC + - LP: #1514911 + * ASoC: fix broken pxa SoC support + - LP: #1514911 + * ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets + - LP: #1514911 + * vxlan: set needed headroom correctly + - LP: #1514911 + * jbd2: avoid infinite loop when destroying aborted journal + - LP: #1514911 + * asix: Don't reset PHY on if_up for ASIX 88772 + - LP: #1514911 + * asix: Do full reset during ax88772_bind + - LP: #1514911 + * fib_rules: Fix dump_rules() not to exit early + - LP: #1514911 + * net/xen-netfront: only napi_synchronize() if running + - LP: #1514911 + * cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() + call + - LP: #1514911 + * intel_pstate: Fix overflow in busy_scaled due to long delay + - LP: #1514911 + * tools lib traceevent: Fix string handling in heterogeneous arch + environments + - LP: #1514911 + * perf tools: Fix copying of /proc/kcore + - LP: #1514911 + * m68k: Define asmlinkage_protect + - LP: #1514911 + * UBI: Validate data_size + - LP: #1514911 + * UBI: return ENOSPC if no enough space available + - LP: #1514911 + * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA + - LP: #1514911 + * MIPS: CPS: Stop dangling delay slot from has_mt. + - LP: #1514911 + * MIPS: CPS: Don't include MT code in non-MT kernels. + - LP: #1514911 + * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT + - LP: #1514911 + * drm/qxl: recreate the primary surface when the bo is not primary + - LP: #1514911 + * genirq: Fix race in register_irq_proc() + - LP: #1514911 + * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at + runtime, instead of top-down + - LP: #1514911 + * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS + - LP: #1514911 + * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy + a fault + - LP: #1514911 + * x86/mm: Set NX on gap between __ex_table and rodata + - LP: #1514911 + * clocksource: Fix abs() usage w/ 64bit values + - LP: #1514911 + * dmaengine: dw: properly read DWC_PARAMS register + - LP: #1514911 + * mm/slab: fix unexpected index mapping result of + kmalloc_size(INDEX_NODE+1) + - LP: #1514911 + * drm/vmwgfx: Fix kernel NULL pointer dereference on older hardware + - LP: #1514911 + * fs: if a coredump already exists, unlink and recreate with O_EXCL + - LP: #1514911 + * sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state + - LP: #1514911 + * ipc/sem.c: fully initialize sem_array before making it visible + - LP: #1514911 + * drivers: usb :fsl: Implement Workaround for USB Erratum A007792 + - LP: #1514911 + * drivers: usb: fsl: Workaround for USB erratum-A005275 + - LP: #1514911 + * l2tp: protect tunnel->del_work by ref_count + - LP: #1514911 + * af_unix: Convert the unix_sk macro to an inline function for type + safety + - LP: #1514911 + * af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag + - LP: #1514911 + * net/unix: fix logic about sk_peek_offset + - LP: #1514911 + * skbuff: Fix skb checksum flag on skb pull + - LP: #1514911 + * skbuff: Fix skb checksum partial check. + - LP: #1514911 + * net: add pfmemalloc check in sk_add_backlog() + - LP: #1514911 + * ppp: don't override sk->sk_state in pppoe_flush_dev() + - LP: #1514911 + * ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings + - LP: #1514911 + * ovs: do not allocate memory from offline numa node + - LP: #1514911 + * netlink: Trim skb to alloc size to avoid MSG_TRUNC + - LP: #1514911 + * net: Fix skb csum races when peeking + - LP: #1500484 + * [stable-only] net: add length argument to + skb_copy_and_csum_datagram_iovec + - LP: #1514911 + * KEYS: Fix race between key destruction and finding a keyring by name + - LP: #1514911 + * KEYS: Fix crash when attempt to garbage collect an uninstantiated + keyring + - LP: #1514911 + * KEYS: Don't permit request_key() to construct a new keyring + - LP: #1514911 + * Btrfs: update fix for read corruption of compressed and shared extents + - LP: #1514911 + * Linux 3.16.7-ckt19 + - LP: #1514911 + + -- Luis Henriques Tue, 10 Nov 2015 16:34:22 +0000 + +linux-lts-utopic (3.16.0-53.72~14.04.1) trusty; urgency=low + + [ Upstream Kernel Changes ] + + * KVM: x86: vmx: avoid guest->host DOS by intercepting #AC + - LP: #1513540 + - CVE-2015-5307 + + -- Luis Henriques Thu, 05 Nov 2015 17:57:55 +0000 + +linux-lts-utopic (3.16.0-52.71~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1509362 + + [ Upstream Kernel Changes ] + + * Revert "net: Fix skb csum races when peeking" + - LP: #1508510 + + -- Luis Henriques Fri, 23 Oct 2015 12:21:56 +0100 + +linux-lts-utopic (3.16.0-52.70~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1508145 + * [Config] updateconfigs after 3.16.7-ckt18 stable update + + [ Tim Gardner ] + + * [Config] Add MMC modules sufficient for net booting + - LP: #1502772 + + [ Upstream Kernel Changes ] + + * USB: whiteheat: fix potential null-deref at probe + - LP: #1478826 + - CVE-2015-5257 + * dcache: Handle escaped paths in prepend_path + - LP: #1441108 + - CVE-2015-2925 + * vfs: Test for and handle paths that are unreachable from their mnt_root + - LP: #1441108 + - CVE-2015-2925 + * hyperv: Add processing of MTU reduced by the host + - LP: #1494431 + * hv_netvsc: Add support to set MTU reservation from guest side + - LP: #1494431 + * hv_netvsc: Add close of RNDIS filter into change mtu call + - LP: #1494431 + * ipv6: addrconf: validate new MTU before applying it + - LP: #1508133 + * v4l: omap3isp: Fix sub-device power management code + - LP: #1508133 + * rc-core: fix remove uevent generation + - LP: #1508133 + * HID: cp2112: fix I2C_SMBUS_BYTE write + - LP: #1508133 + * HID: cp2112: fix byte order in SMBUS operations + - LP: #1508133 + * xtensa: fix threadptr reload on return to userspace + - LP: #1508133 + * ARM: OMAP2+: DRA7: clockdomain: change l4per2_7xx_clkdm to SW_WKUP + - LP: #1508133 + * mac80211: enable assoc check for mesh interfaces + - LP: #1508133 + * PCI: Add dev_flags bit to access VPD through function 0 + - LP: #1508133 + * PCI: Add VPD function 0 quirk for Intel Ethernet devices + - LP: #1508133 + * staging: comedi: usbduxsigma: don't clobber ai_timer in command test + - LP: #1508133 + * staging: comedi: usbduxsigma: don't clobber ao_timer in command test + - LP: #1508133 + * clk: exynos4: Fix wrong clock for Exynos4x12 ADC + - LP: #1508133 + * usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 + bytes + - LP: #1508133 + * Doc: ABI: testing: configfs-usb-gadget-loopback + - LP: #1508133 + * Doc: ABI: testing: configfs-usb-gadget-sourcesink + - LP: #1508133 + * serial: 8250_pci: Add support for Pericom PI7C9X795[1248] + - LP: #1508133 + * KVM: MMU: fix validation of mmio page fault + - LP: #1508133 + * auxdisplay: ks0108: fix refcount + - LP: #1508133 + * devres: fix devres_get() + - LP: #1508133 + * iio: adis16400: Fix adis16448 gyroscope scale + - LP: #1508133 + * iio: Add inverse unit conversion macros + - LP: #1508133 + * iio: adis16480: Fix scale factors + - LP: #1508133 + * ideapad-laptop: Add Lenovo Yoga 3 14 to no_hw_rfkill dmi list + - LP: #1508133 + * ASoC: rt5640: fix line out no sound issue + - LP: #1508133 + * iio: industrialio-buffer: Fix iio_buffer_poll return value + - LP: #1508133 + * iio: event: Remove negative error code from iio_event_poll + - LP: #1508133 + * NFSv4: don't set SETATTR for O_RDONLY|O_EXCL + - LP: #1508133 + * unshare: Unsharing a thread does not require unsharing a vm + - LP: #1508133 + * fs: Set the size of empty dirs to 0. + - LP: #1508133 + * x86/mce: Reenable CMCI banks when swiching back to interrupt mode + - LP: #1508133 + * ASoC: adav80x: Remove .read_flag_mask setting from + adav80x_regmap_config + - LP: #1508133 + * regulator: pbias: Fix broken pbias disable functionality + - LP: #1508133 + * serial: 8250: don't bind to SMSC IrCC IR port + - LP: #1508133 + * serial: 8250: bind to ALi Fast Infrared Controller (ALI5123) + - LP: #1508133 + * staging: comedi: adl_pci7x3x: fix digital output on PCI-7230 + - LP: #1508133 + * blk-mq: fix buffer overflow when reading sysfs file of 'pending' + - LP: #1508133 + * xtensa: fix kernel register spilling + - LP: #1508133 + * NFS: nfs_set_pgio_error sometimes misses errors + - LP: #1508133 + * NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 + client + - LP: #1508133 + * usb: host: ehci-sys: delete useless bus_to_hcd conversion + - LP: #1508133 + * USB: symbolserial: Use usb_get_serial_port_data + - LP: #1508133 + * USB: ftdi_sio: Added custom PID for CustomWare products + - LP: #1508133 + * USB: qcserial: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module + - LP: #1508133 + * igb: Fix oops caused by missing queue pairing + - LP: #1508133 + * HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_error + - LP: #1508133 + * eCryptfs: Invalidate dcache entries when lower i_nlink is zero + - LP: #1508133 + * libxfs: readahead of dir3 data blocks should use the read verifier + - LP: #1508133 + * xfs: Fix xfs_attr_leafblock definition + - LP: #1508133 + * arm64: kconfig: Move LIST_POISON to a safe value + - LP: #1508133 + * Btrfs: check if previous transaction aborted to avoid fs corruption + - LP: #1508133 + * ARM: orion5x: fix legacy orion5x IRQ numbers + - LP: #1508133 + * DRM - radeon: Don't link train DisplayPort on HPD until we get the dpcd + - LP: #1508133 + * xfs: Fix file type directory corruption for btree directories + - LP: #1508133 + * sched: Fix cpu_active_mask/cpu_online_mask race + - LP: #1508133 + * rtlwifi: rtl8192cu: Add new device ID + - LP: #1508133 + * of/address: Don't loop forever in of_find_matching_node_by_address(). + - LP: #1508133 + * drivercore: Fix unregistration path of platform devices + - LP: #1508133 + * arm64: flush FP/SIMD state correctly after execve() + - LP: #1508133 + * xfs: return errors from partial I/O failures to files + - LP: #1508133 + * ALSA: usb-audio: correct the value cache check. + - LP: #1508133 + * IB/qib: Change lkey table allocation to support more MRs + - LP: #1508133 + * drm/radeon/atom: Send out the full AUX address + - LP: #1508133 + * tg3: Fix temperature reporting + - LP: #1508133 + * drm/i915: Always mark the object as dirty when used by the GPU + - LP: #1508133 + * Add radeon suspend/resume quirk for HP Compaq dc5750. + - LP: #1508133 + * IB/uverbs: reject invalid or unknown opcodes + - LP: #1508133 + * hpfs: update ctime and mtime on directory modification + - LP: #1508133 + * Input: evdev - do not report errors form flush() + - LP: #1508133 + * crypto: ghash-clmulni: specify context size for ghash async algorithm + - LP: #1508133 + * mm: check if section present during memory block registering + - LP: #1508133 + * fs: create and use seq_show_option for escaping + - LP: #1508133 + * ALSA: hda - Enable headphone jack detect on old Fujitsu laptops + - LP: #1508133 + * ALSA: hda - Use ALC880_FIXUP_FUJITSU for FSC Amilo M1437 + - LP: #1508133 + * rtc: s5m: fix to update ctrl register + - LP: #1508133 + * scsi: fix scsi_error_handler vs. scsi_host_dev_release race + - LP: #1508133 + * parisc: Use double word condition in 64bit CAS operation + - LP: #1508133 + * vmscan: fix increasing nr_isolated incurred by putback unevictable + pages + - LP: #1508133 + * drm/i915: Limit the number of loops for reading a split 64bit register + - LP: #1508133 + * hfs,hfsplus: cache pages correctly between bnode_create and bnode_free + - LP: #1508133 + * hfs: fix B-tree corruption after insertion at position 0 + - LP: #1508133 + * drm/qxl: validate monitors config modes + - LP: #1508133 + * PCI: Fix TI816X class code quirk + - LP: #1508133 + * Input: ambakmi - fix system PM by converting to modern callbacks + - LP: #1508133 + * svcrdma: Fix send_reply() scatter/gather set-up + - LP: #1508133 + * x86/mm: Initialize pmd_idx in page_table_range_init_count() + - LP: #1508133 + * net: bcmgenet: Use correct dev_id for free_irq + - LP: #1508133 + * powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers + - LP: #1508133 + * clk: versatile: off by one in clk_sp810_timerclken_of_get() + - LP: #1508133 + * usb: gadget: m66592-udc: forever loop in set_feature() + - LP: #1508133 + * windfarm: decrement client count when unregistering + - LP: #1508133 + * perf hists: Update the column width for the "srcline" sort key + - LP: #1508133 + * batman-adv: Make DAT capability changes atomic + - LP: #1508133 + * batman-adv: Make NC capability changes atomic + - LP: #1508133 + * batman-adv: Make TT capability changes atomic + - LP: #1508133 + * batman-adv: fix multicast counter when purging originators + - LP: #1508133 + * batman-adv: fix counter for multicast supporting nodes + - LP: #1508133 + * batman-adv: Make MCAST capability changes atomic + - LP: #1508133 + * batman-adv: Fix potential synchronization issues in mcast tvlv handler + - LP: #1508133 + * batman-adv: Fix potentially broken skb network header access + - LP: #1508133 + * net: fix endian check warning in etherdevice.h + - LP: #1508133 + * powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hash + - LP: #1508133 + * mtd: pxa3xx_nand: add a default chunk size + - LP: #1508133 + * ath10k: fix dma_mapping_error() handling + - LP: #1508133 + * mmc: sdhci: also get preset value and driver type for MMC_DDR52 + - LP: #1508133 + * perf stat: Get correct cpu id for print_aggr + - LP: #1508133 + * ASoC: spear_pcm: Use devm_snd_dmaengine_pcm_register to fix resource + leak + - LP: #1508133 + * IB/mlx4: Fix potential deadlock when sending mad to wire + - LP: #1508133 + * IB/mlx4: Forbid using sysfs to change RoCE pkeys + - LP: #1508133 + * IB/mlx4: Use correct SL on AH query under RoCE + - LP: #1508133 + * IB/uverbs: Fix race between ib_uverbs_open and remove_one + - LP: #1508133 + * mmc: core: fix race condition in mmc_wait_data_done + - LP: #1508133 + * ipv6: fix exthdrs offload registration in out_rt path + - LP: #1508133 + * task_work: remove fifo ordering guarantee + - LP: #1508133 + * fixed_phy: pass 'irq' to fixed_phy_add() + - LP: #1508133 + * netlink, mmap: fix edge-case leakages in nf queue zero-copy + - LP: #1508133 + * scsi_dh: fix randconfig build error + - LP: #1508133 + * md: flush ->event_work before stopping array. + - LP: #1508133 + * md/raid10: always set reshape_safe when initializing reshape_position. + - LP: #1508133 + * perf/x86: Fix copy_from_user_nmi() return if range is not ok + - LP: #1508133 + * ext4: fix loss of delalloc extent info in ext4_zero_range() + - LP: #1508133 + * powerpc/MSI: Fix race condition in tearing down MSI interrupts + - LP: #1508133 + * UBI: block: Add missing cache flushes + - LP: #1508133 + * usbnet: Get EVENT_NO_RUNTIME_PM bit before it is cleared + - LP: #1508133 + * net/ipv6: Correct PIM6 mrt_lock handling + - LP: #1508133 + * netlink, mmap: transform mmap skb into full skb on taps + - LP: #1508133 + * sctp: fix race on protocol/netns initialization + - LP: #1508133 + * openvswitch: Zero flows on allocation. + - LP: #1508133 + * fib_rules: fix fib rule dumps across multiple skbs + - LP: #1508133 + * parisc: Filter out spurious interrupts in PA-RISC irq handler + - LP: #1508133 + * Linux 3.16.7-ckt18 + - LP: #1508133 + + -- Luis Henriques Tue, 20 Oct 2015 18:52:14 +0100 + +linux-lts-utopic (3.16.0-51.69~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1503717 + + [ Andy Whitcroft ] + + * Revert "SAUCE: aufs3: mmap: Fix races in madvise_remove() and + sys_msync()" + - LP: #1503655 + + [ Ben Hutchings ] + + * SAUCE: aufs3: mmap: Fix races in madvise_remove() and sys_msync() + - LP: #1503655 + - CVE-2015-7312 + + -- Luis Henriques Wed, 07 Oct 2015 14:43:44 +0100 + +linux-lts-utopic (3.16.0-51.68~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1503239 + + [ Ben Hutchings ] + + * SAUCE: aufs3: mmap: Fix races in madvise_remove() and sys_msync() + - CVE-2015-7312 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: fix mount not handling disconnected paths + - LP: #1496430 + + [ Leann Ogasawara ] + + * [Config] d-i -- Add sfc to nic-modules udeb + - LP: #1481490 + + [ Upstream Kernel Changes ] + + * mmc: sdhci-pci: set the clear transfer mode register quirk for O2Micro + - LP: #1472843 + * mmc: sdhci: Add a quirk for AMD SDHC transfer mode register need to be + cleared for cmd without data + - LP: #1472843 + * md: use kzalloc() when bitmap is disabled + - LP: #1500484 + * sparc64: Fix userspace FPU register corruptions. + - LP: #1500484 + * ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc + - LP: #1500484 + * ASoC: pcm1681: Fix setting de-emphasis sampling rate selection + - LP: #1500484 + * iscsi-target: Fix use-after-free during TPG session shutdown + - LP: #1500484 + * iscsi-target: Fix iscsit_start_kthreads failure OOPs + - LP: #1500484 + * iscsi-target: Fix iser explicit logout TX kthread leak + - LP: #1500484 + * ARM: dts: i.MX35: Fix can support. + - LP: #1500484 + * ALSA: hda - Apply fixup for another Toshiba Satellite S50D + - LP: #1500484 + * vhost: actually track log eventfd file + - LP: #1500484 + * arm64/efi: map the entire UEFI vendor string before reading it + - LP: #1500484 + * xfs: remote attribute headers contain an invalid LSN + - LP: #1500484 + * xfs: remote attributes need to be considered data + - LP: #1500484 + * ALSA: hda - Apply a fixup to Dell Vostro 5480 + - LP: #1500484 + * ALSA: usb-audio: add dB range mapping for some devices + - LP: #1500484 + * drm/i915: Replace WARN inside I915_READ64_2x32 with retry loop + - LP: #1500484 + * drm/radeon/combios: add some validation of lvds values + - LP: #1500484 + * x86/efi: Use all 64 bit of efi_memmap in setup_e820() + - LP: #1500484 + * ipr: Fix locking for unit attention handling + - LP: #1500484 + * ipr: Fix incorrect trace indexing + - LP: #1500484 + * ipr: Fix invalid array indexing for HRRQ + - LP: #1500484 + * ALSA: hda - Fix MacBook Pro 5,2 quirk + - LP: #1500484 + * x86/xen: Probe target addresses in set_aliased_prot() before the + hypercall + - LP: #1500484 + * netfilter: ctnetlink: put back references to master ct and expect + objects + - LP: #1500484 + * ipvs: do not use random local source address for tunnels + - LP: #1500484 + * ipvs: fix crash if scheduler is changed + - LP: #1500484 + * ipvs: fix crash with sync protocol v0 and FTP + - LP: #1500484 + * netfilter: nf_conntrack: Support expectations in different zones + - LP: #1500484 + * NFS: Don't revalidate the mapping if both size and change attr are up + to date + - LP: #1500484 + * ALSA: hda - fix cs4210_spdif_automute() + - LP: #1500484 + * net/mlx4_core: Fix wrong index in propagating port change event to VFs + - LP: #1500484 + * niu: don't count tx error twice in case of headroom realloc fails + - LP: #1500484 + * avr32: handle NULL as a valid clock object + - LP: #1500484 + * packet: missing dev_put() in packet_do_bind() + - LP: #1500484 + * packet: tpacket_snd(): fix signed/unsigned comparison + - LP: #1500484 + * bridge: mdb: fix delmdb state in the notification + - LP: #1500484 + * net: sched: fix refcount imbalance in actions + - LP: #1500484 + * act_pedit: check binding before calling tcf_hash_release() + - LP: #1500484 + * PCI: Restore PCI_MSIX_FLAGS_BIRMASK definition + - LP: #1500484 + * USB: qcserial/option: make AT URCs work for Sierra Wireless + MC7305/MC7355 + - LP: #1500484 + * USB: qcserial: Add support for Dell Wireless 5809e 4G Modem + - LP: #1500484 + * nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystem + - LP: #1500484 + * crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer + - LP: #1500484 + * USB: sierra: add 1199:68AB device ID + - LP: #1500484 + * rbd: fix copyup completion race + - LP: #1500484 + * md/bitmap: return an error when bitmap superblock is corrupt. + - LP: #1500484 + * md/raid1: extend spinlock to protect raid1_end_read_request against + inconsistencies + - LP: #1500484 + * thermal: exynos: Disable the regulator on probe failure + - LP: #1500484 + * MIPS: Fix sched_getaffinity with MT FPAFF enabled + - LP: #1500484 + * MIPS: Malta: Don't reinitialise RTC + - LP: #1500484 + * MIPS: do_mcheck: Fix kernel code dump with EVA + - LP: #1500484 + * MIPS: show_stack: Fix stack trace with EVA + - LP: #1500484 + * MIPS: Flush RPS on kernel entry with EVA + - LP: #1500484 + * xhci: fix off by one error in TRB DMA address boundary check + - LP: #1500484 + * drivers/usb: Delete XHCI command timer if necessary + - LP: #1500484 + * ALSA: fireworks/firewire-lib: add support for recent firmware quirk + - LP: #1500484 + * mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations + - LP: #1500484 + * MIPS: Make set_pte() SMP safe. + - LP: #1500484 + * ipc: modify message queue accounting to not take kernel data structures + into account + - LP: #1500484 + * ocfs2: fix BUG in ocfs2_downconvert_thread_do_work() + - LP: #1500484 + * fsnotify: fix oops in fsnotify_clear_marks_by_group_flags() + - LP: #1500484 + * drm/radeon: fix hotplug race at startup + - LP: #1500484 + * rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver + - LP: #1500484 + * net/tipc: initialize security state for new connection socket + - LP: #1500484 + * net: pktgen: fix race between pktgen_thread_worker() and kthread_stop() + - LP: #1500484 + * net: call rcu_read_lock early in process_backlog + - LP: #1500484 + * net: Clone skb before setting peeked flag + - LP: #1500484 + * net: Fix skb csum races when peeking + - LP: #1500484 + * net: Fix skb_set_peeked use-after-free bug + - LP: #1500484 + * ipv6: lock socket in ip6_datagram_connect() + - LP: #1500484 + * bonding: correct the MAC address for "follow" fail_over_mac policy + - LP: #1500484 + * netlink: don't hold mutex in rcu callback when releasing mmapd ring + - LP: #1500484 + * rds: fix an integer overflow test in rds_info_getsockopt() + - LP: #1500484 + * udp: fix dst races with multicast early demux + - LP: #1500484 + * bna: fix interrupts storm caused by erroneous packets + - LP: #1500484 + * net: gso: use feature flag argument in all protocol gso handlers + - LP: #1500484 + * Fix firmware loader uevent buffer NULL pointer dereference + - LP: #1500484 + * qla2xxx: Mark port lost when we receive an RSCN for it. + - LP: #1500484 + * megaraid_sas: use raw_smp_processor_id() + - LP: #1500484 + * fs/buffer.c: support buffer cache allocations with gfp modifiers + - LP: #1500484 + * bufferhead: Add _gfp version for sb_getblk() + - LP: #1500484 + * ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp + - LP: #1500484 + * HID: usbhid: add Chicony/Pixart usb optical mouse that needs + QUIRK_ALWAYS_POLL + - LP: #1500484 + * ima: add support for new "euid" policy condition + - LP: #1500484 + * ima: extend "mask" policy matching support + - LP: #1500484 + * mfd: arizona: Fix initialisation of the PM runtime + - LP: #1500484 + * xen-blkfront: don't add indirect pages to list when !feature_persistent + - LP: #1500484 + * xen-blkback: replace work_pending with work_busy in + purge_persistent_gnt() + - LP: #1500484 + * regmap: regcache-rbtree: Clean new present bits on present bitmap + resize + - LP: #1500484 + * target/iscsi: Fix double free of a TUR followed by a solicited NOPOUT + - LP: #1500484 + * target: REPORT LUNS should return LUN 0 even for dynamic ACLs + - LP: #1500484 + * perf: Fix fasync handling on inherited events + - LP: #1500484 + * KVM: x86: Use adjustment in guest cycles when handling + MSR_IA32_TSC_ADJUST + - LP: #1500484 + * x86/ldt: Make modify_ldt synchronous + - LP: #1500484 + * x86/ldt: Correct LDT access in single stepping logic + - LP: #1500484 + * rcu: Provide counterpart to rcu_dereference() for non-RCU situations + - LP: #1500484 + * rcu: Move lockless_dereference() out of rcupdate.h + - LP: #1500484 + * x86/ldt: Correct FPU emulation access to LDT + - LP: #1500484 + * localmodconfig: Use Kbuild files too + - LP: #1500484 + * dm thin metadata: delete btrees when releasing metadata snapshot + - LP: #1500484 + * dm btree: add ref counting ops for the leaves of top level btrees + - LP: #1500484 + * drm/radeon: add new OLAND pci id + - LP: #1500484 + * libiscsi: Fix host busy blocking during connection teardown + - LP: #1500484 + * libfc: Fix fc_exch_recv_req() error path + - LP: #1500484 + * libfc: Fix fc_fcp_cleanup_each_cmd() + - LP: #1500484 + * EDAC, ppc4xx: Access mci->csrows array elements properly + - LP: #1500484 + * crypto: caam - fix memory corruption in ahash_final_ctx + - LP: #1500484 + * drm/vmwgfx: Fix execbuf locking issues + - LP: #1500484 + * mm/hwpoison: fix page refcount of unknown non LRU page + - LP: #1500484 + * ipc,sem: fix use after free on IPC_RMID after a task using same + semaphore set exits + - LP: #1500484 + * ipc/sem.c: change memory barrier in sem_lock() to smp_rmb() + - LP: #1500484 + * ipc/sem.c: update/correct memory barriers + - LP: #1500484 + * MIPS: Fix seccomp syscall argument for MIPS64 + - LP: #1500484 + * x86/ldt: Further fix FPU emulation + - LP: #1500484 + * SCSI: Fix NULL pointer dereference in runtime PM + - LP: #1500484 + * ALSA: usb-audio: Fix runtime PM unbalance + - LP: #1500484 + * Add factory recertified Crucial M500s to blacklist + - LP: #1500484 + * arm64: KVM: Fix host crash when injecting a fault into a 32bit guest + - LP: #1500484 + * batman-adv: fix kernel crash due to missing NULL checks + - LP: #1500484 + * batman-adv: protect tt_local_entry from concurrent delete events + - LP: #1500484 + * perf: Fix PERF_EVENT_IOC_PERIOD migration race + - LP: #1500484 + * net: Fix RCU splat in af_key + - LP: #1500484 + * ip6_gre: release cached dst on tunnel removal + - LP: #1500484 + * s390/sclp: fix compile error + - LP: #1500484 + * xen/gntdev: convert priv->lock to a mutex + - LP: #1500484 + * xen/gntdevt: Fix race condition in gntdev_release() + - LP: #1500484 + * signalfd: fix information leak in signalfd_copyinfo + - LP: #1500484 + * signal: fix information leak in copy_siginfo_to_user + - LP: #1500484 + * signal: fix information leak in copy_siginfo_from_user32 + - LP: #1500484 + * Linux 3.16.7-ckt17 + - LP: #1500484 + * RDS: verify the underlying transport exists before creating a + connection + - LP: #1496232 + - CVE-2015-6937 + * virtio-net: drop NETIF_F_FRAGLIST + - LP: #1484793 + - CVE-2015-5156 + + -- Luis Henriques Tue, 06 Oct 2015 12:02:49 +0100 + +linux-lts-utopic (3.16.0-50.67~14.04.1) trusty; urgency=low + + [ Upstream Kernel Changes ] + + * Initialize msg/shm IPC objects before doing ipc_addid() + - LP: #1502032 + - CVE-2015-7613 + + -- Luis Henriques Fri, 02 Oct 2015 10:40:16 +0100 + +linux-lts-utopic (3.16.0-50.66~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1494371 + + [ Chris J Arges ] + + * [Config] DEFAULT_IOSCHED="deadline" for ppc64el + - LP: #1469829 + + [ Upstream Kernel Changes ] + + * tcp: fix recv with flags MSG_WAITALL | MSG_PEEK + - LP: #1486146 + * netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warnings + - LP: #1490901 + * Bluetooth: ath3k: Add a new ID 0cf3:e006 to ath3k list + - LP: #1490901 + * Btrfs: use kmem_cache_free when freeing entry in inode cache + - LP: #1490901 + * Btrfs: fix race between caching kthread and returning inode to inode + cache + - LP: #1490901 + * Btrfs: fix fsync data loss after append write + - LP: #1490901 + * ext4: fix reservation release on invalidatepage for delalloc fs + - LP: #1490901 + * ext4: be more strict when migrating to non-extent based file + - LP: #1490901 + * ext4: correctly migrate a file with a hole at the beginning + - LP: #1490901 + * ext4: replace open coded nofail allocation in ext4_free_blocks() + - LP: #1490901 + * drm/radeon: Handle irqs only based on irq ring, not irq status regs. + - LP: #1490901 + * drm/radeon: unpin cursor BOs on suspend and pin them again on resume + (v2) + - LP: #1490901 + * hpfs: kstrdup() out of memory handling + - LP: #1490901 + * hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV + instead + - LP: #1490901 + * 9p: don't leave a half-initialized inode sitting around + - LP: #1490901 + * MIPS: kernel: traps: Fix broken indentation + - LP: #1490901 + * thermal: step_wise: fix: Prevent from binary overflow when trend is + dropping + - LP: #1490901 + * spi: pl022: Specify 'num-cs' property as required in devicetree binding + - LP: #1490901 + * iio: twl4030-madc: Pass the IRQF_ONESHOT flag + - LP: #1490901 + * iio: inv-mpu: Specify the expected format/precision for write channels + - LP: #1490901 + * iio: DAC: ad5624r_spi: fix bit shift of output data value + - LP: #1490901 + * iio: adc: at91_adc: allow to use full range of startup time + - LP: #1490901 + * ALSA: usb-audio: Add MIDI support for Steinberg MI2/MI4 + - LP: #1490901 + * iio: tmp006: Check channel info on write + - LP: #1490901 + * dm btree remove: fix bug in redistribute3 + - LP: #1490901 + * kbuild: Allow arch Makefiles to override {cpp,ld,c}flags + - LP: #1490901 + * ARC: Override toplevel default -O2 with -O3 + - LP: #1490901 + * crypto: omap-des - Fix unmapping of dma channels + - LP: #1490901 + * USB: option: add 2020:4000 ID + - LP: #1490901 + * USB: cp210x: add ID for Aruba Networks controllers + - LP: #1490901 + * dm btree: silence lockdep lock inversion in dm_btree_del() + - LP: #1490901 + * usb: musb: host: rely on port_mode to call musb_start() + - LP: #1490901 + * usb: f_mass_storage: limit number of reported LUNs + - LP: #1490901 + * drm: add a check for x/y in drm_mode_setcrtc + - LP: #1490901 + * bio integrity: do not assume bio_integrity_pool exists if bioset exists + - LP: #1490901 + * ARM: dts: mx23: fix iio-hwmon support + - LP: #1490901 + * tracing: Have branch tracer use recursive field of task struct + - LP: #1490901 + * drivers: net: cpsw: fix crash while accessing second slave ethernet + interface + - LP: #1490901 + * USB: serial: Destroy serial_minors IDR on module exit + - LP: #1490901 + * Btrfs: fix memory leak in the extent_same ioctl + - LP: #1490901 + * Btrfs: fix list transaction->pending_ordered corruption + - LP: #1490901 + * can: rcar_can: fix IRQ check + - LP: #1490901 + * ARC: make sure instruction_pointer() returns unsigned value + - LP: #1490901 + * Btrfs: fix file corruption after cloning inline extents + - LP: #1490901 + * st: null pointer dereference panic caused by use after kref_put by + st_open + - LP: #1490901 + * drm/radeon: add a dpm quirk for Sapphire Radeon R9 270X 2GB GDDR5 + - LP: #1490901 + * drm/radeon: Don't flush the GART TLB if rdev->gart.ptr == NULL + - LP: #1490901 + * genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD + - LP: #1490901 + * ARM: 8404/1: dma-mapping: fix off-by-one error in bitmap size check + - LP: #1490901 + * ipv6: Make MLD packets to only be processed locally + - LP: #1490901 + * bridge: mdb: start delete timer for temp static entries + - LP: #1490901 + * net: graceful exit from netif_alloc_netdev_queues() + - LP: #1490901 + * ip_tunnel: fix ipv4 pmtu check to honor inner ip header df + - LP: #1490901 + * bridge: mdb: zero out the local br_ip variable before use + - LP: #1490901 + * net: do not process device backlog during unregistration + - LP: #1490901 + * net: dsa: Test array index before use + - LP: #1490901 + * net: dsa: Fix off-by-one in switch address parsing + - LP: #1490901 + * can: rcar_can: print signed IRQ # + - LP: #1490901 + * perf symbols: Store if there is a filter in place + - LP: #1490901 + * perf hists browser: Take the --comm, --dsos, etc filters into account + - LP: #1490901 + * rds: rds_ib_device.refcount overflow + - LP: #1490901 + * mm: avoid setting up anonymous pages into file mapping + - LP: #1490901 + * evm: labeling pseudo filesystems exception + - LP: #1490901 + * USB: usbfs: allow URBs to be reaped after disconnection + - LP: #1490901 + * sg_start_req(): make sure that there's not too many elements in iovec + - LP: #1490901 + * HID: cp2112: fix to force single data-report reply + - LP: #1490901 + * ata: pmp: add quirk for Marvell 4140 SATA PMP + - LP: #1490901 + * libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for HP 250GB SATA disk + VB0250EAVER + - LP: #1490901 + * libata: add ATA_HORKAGE_NOTRIM + - LP: #1490901 + * libata: force disable trim for SuperSSpeed S238 + - LP: #1490901 + * libata: increase the timeout when setting transfer mode + - LP: #1490901 + * can: mcp251x: fix resume when device is down + - LP: #1490901 + * libata: Do not blacklist M510DC + - LP: #1490901 + * mac80211: clear subdir_stations when removing debugfs + - LP: #1490901 + * iio: adc: vf610: fix the adc register read fail issue + - LP: #1490901 + * net: mvneta: fix refilling for Rx DMA buffers + - LP: #1490901 + * ALSA: hda - Add new GPU codec ID 0x10de007d to snd-hda + - LP: #1490901 + * xdrm/i915: Use two 32bit reads for select 64bit REG_READ ioctls + - LP: #1490901 + * usb: dwc3: gadget: return error if command sent to DEPCMD register + fails + - LP: #1490901 + * usb: dwc3: Reset the transfer resource index on SET_INTERFACE + - LP: #1490901 + * usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() + function + - LP: #1490901 + * xhci: Calculate old endpoints correctly on device reset + - LP: #1490901 + * xhci: report U3 when link is in resume state + - LP: #1490901 + * xhci: prevent bus_suspend if SS port resuming in phase 1 + - LP: #1490901 + * xhci: do not report PLC when link is in internal resume state + - LP: #1490901 + * usb: core: lpm: set lpm_capable for root hub device + - LP: #1490901 + * USB: OHCI: Fix race between ED unlink and URB submission + - LP: #1490901 + * usb-storage: ignore ZTE MF 823 card reader in mode 0x1225 + - LP: #1490901 + * blkcg: fix gendisk reference leak in blkg_conf_prep() + - LP: #1490901 + * tile: use free_bootmem_late() for initrd + - LP: #1490901 + * Input: usbtouchscreen - avoid unresponsive TSC-30 touch screen + - LP: #1490901 + * block: Do a full clone when splitting discard bios + - LP: #1490901 + * md/raid1: fix test for 'was read error from last working device'. + - LP: #1490901 + * mmc: omap_hsmmc: Fix DTO and DCRC handling + - LP: #1490901 + * mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflict + - LP: #1490901 + * net/xen-netback: off by one in BUG_ON() condition + - LP: #1490901 + * bridge: mdb: fix double add notification + - LP: #1490901 + * isdn/gigaset: reset tty->receive_room when attaching ser_gigaset + - LP: #1490901 + * usb: gadget: mv_udc_core: fix phy_regs I/O memory leak + - LP: #1490901 + * bonding: fix destruction of bond with devices different from + arphrd_ether + - LP: #1490901 + * bonding: correctly handle bonding type change on enslave failure + - LP: #1490901 + * inet: frags: fix defragmented packet's IP header for af_packet + - LP: #1490901 + * mmc: block: Add missing mmc_blk_put() in power_ro_lock_show() + - LP: #1490901 + * mmc: sdhci-esdhc: Make 8BIT bus work + - LP: #1490901 + * mmc: sdhci-pxav3: fix platform_data is not initialized + - LP: #1490901 + * freeing unlinked file indefinitely delayed + - LP: #1490901 + * s390/sclp: clear upper register halves in _sclp_print_early + - LP: #1490901 + * s390/process: fix sfpc inline assembly + - LP: #1490901 + * mmc: sdhci: Fix FSL ESDHC reset handling quirk + - LP: #1490901 + * md: fix a build warning + - LP: #1490901 + * Linux 3.16.7-ckt16 + - LP: #1490901 + + -- Luis Henriques Thu, 10 Sep 2015 16:38:21 +0100 + +linux-lts-utopic (3.16.0-49.65~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1493759 + + [ Upstream Kernel Changes ] + + * Revert "hv_netvsc: Use the xmit_more skb flag to optimize signaling the + host" + - LP: #1492146 + * Revert "Drivers: hv: vmbus: Export the + vmbus_sendpacket_pagebuffer_ctl()" + - LP: #1492146 + * Revert "Drivers: hv: vmbus: Suport an API to send pagebuffers with + additional control" + - LP: #1492146 + * Revert "Drivers: hv: vmbus: Suport an API to send packet with + additional control" + - LP: #1492146 + * Revert "hv_netvsc: Fix a bug in netvsc_start_xmit()" + - LP: #1492146 + * Revert "hv_netvsc: Implement partial copy into send buffer" + - LP: #1492146 + * Revert "hv_netvsc: Fix the packet free when it is in skb headroom" + - LP: #1492146 + * Revert "hv_netvsc: Eliminate memory allocation in the packet send path" + - LP: #1492146 + * Revert "hv_netvsc: Cleanup the test for freeing skb when we use sendbuf + mechanism" + - LP: #1492146 + * Revert "hv_netvsc: Implement batching in send buffer" + - LP: #1492146 + * Revert "hyperv: fix sparse warnings" + - LP: #1492146 + * Revert "hyperv: Add support for vNIC hot removal" + - LP: #1492146 + * Revert "hyperv: Increase the buffer length for netvsc_channel_cb()" + - LP: #1492146 + * Revert "net: Remove ndo_xmit_flush netdev operation, use signalling + instead." + - LP: #1492146 + + -- Luis Henriques Wed, 09 Sep 2015 10:28:29 +0100 + +linux-lts-utopic (3.16.0-48.64~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1487225 + + [ Upstream Kernel Changes ] + + * sysfs: Create mountpoints with sysfs_create_mount_point + - LP: #1487125 + + -- Luis Henriques Thu, 20 Aug 2015 23:10:28 +0100 + +linux-lts-utopic (3.16.0-47.63~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1485127 + + [ Brad Figg ] + + * CONFIG: CONFIG_DELL_RBTN=m + + [ Upstream Kernel Changes ] + + * dell-rbtn: Dell Airplane Mode Switch driver + - LP: #1440949 + * dell-rbtn: Export notifier for other kernel modules + * dell-laptop: Use dell-rbtn instead i8042 filter when possible + * net: Remove ndo_xmit_flush netdev operation, use signalling instead. + - LP: #1454892 + * hyperv: Increase the buffer length for netvsc_channel_cb() + - LP: #1454892 + * hyperv: Add support for vNIC hot removal + - LP: #1454892 + * hyperv: fix sparse warnings + - LP: #1454892 + * hv_netvsc: Implement batching in send buffer + - LP: #1454892 + * hv_netvsc: Cleanup the test for freeing skb when we use sendbuf + mechanism + - LP: #1454892 + * hv_netvsc: Eliminate memory allocation in the packet send path + - LP: #1454892 + * hv_netvsc: Fix the packet free when it is in skb headroom + - LP: #1454892 + * hv_netvsc: Implement partial copy into send buffer + - LP: #1454892 + * hv_netvsc: Fix a bug in netvsc_start_xmit() + - LP: #1454892 + * Drivers: hv: vmbus: Suport an API to send packet with additional + control + - LP: #1454892 + * Drivers: hv: vmbus: Suport an API to send pagebuffers with additional + control + - LP: #1454892 + * Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl() + - LP: #1454892 + * hv_netvsc: Use the xmit_more skb flag to optimize signaling the host + - LP: #1454892 + + -- Brad Figg Fri, 14 Aug 2015 15:20:31 -0700 + +linux-lts-utopic (3.16.0-46.62~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1483790 + * SAUCE: REBASE-FIXUP: debian/scripts/misc/getabis: fix abi directory + + [ Upstream Kernel Changes ] + + * Revert "Bluetooth: ath3k: Add support of 04ca:300d AR3012 device" + + -- Luis Henriques Tue, 11 Aug 2015 15:59:16 +0100 + +linux-lts-utopic (3.16.0-46.61~14.04.1) trusty; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1478986 + + [ Brad Figg ] + + * SAUCE: REBASE-FIXUP: debian/rules.d/1-maintainer.mk: Need '~14.04.1' as + part of the version when looking for the baseCommit for printchanges + + [ Upstream Kernel Changes ] + + * Revert "crypto: talitos - convert to use be16_add_cpu()" + - LP: #1478852 + * storvsc: use cmd_size to allocate per-command data + - LP: #1445195 + * storvsc: fix a bug in storvsc limits + - LP: #1445195 + * Drivers: hv: vmbus: Support a vmbus API for efficiently sending page + arrays + - LP: #1445195 + * scsi: storvsc: Increase the ring buffer size + - LP: #1445195 + * scsi: storvsc: Size the queue depth based on the ringbuffer size + - LP: #1445195 + * scsi: storvsc: Always send on the selected outgoing channel + - LP: #1445195 + * scsi: storvsc: Retrieve information about the capability of the target + - LP: #1445195 + * scsi: storvsc: Don't assume that the scatterlist is not chained + - LP: #1445195 + * scsi: storvsc: Set the tablesize based on the information given by the + host + - LP: #1445195 + * SUNRPC: TCP/UDP always close the old socket before reconnecting + - LP: #1403152 + * ALSA: hda - Fix noisy outputs on Dell XPS13 (2015 model) + - LP: #1468582 + * Fix kmalloc slab creation sequence + - LP: #1475204 + * ARM: clk-imx6q: refine sata's parent + - LP: #1478852 + * KVM: nSVM: Check for NRIPS support before updating control field + - LP: #1478852 + * nfs: take extra reference to fl->fl_file when running a setlk + - LP: #1478852 + * bridge: fix multicast router rlist endless loop + - LP: #1478852 + * net: don't wait for order-3 page allocation + - LP: #1478852 + * sctp: fix ASCONF list handling + - LP: #1478852 + * bridge: fix br_stp_set_bridge_priority race conditions + - LP: #1478852 + * packet: read num_members once in packet_rcv_fanout() + - LP: #1478852 + * packet: avoid out of bounds read in round robin fanout + - LP: #1478852 + * neigh: do not modify unlinked entries + - LP: #1478852 + * tcp: Do not call tcp_fastopen_reset_cipher from interrupt context + - LP: #1478852 + * net: phy: fix phy link up when limiting speed via device tree + - LP: #1478852 + * sctp: Fix race between OOTB responce and route removal + - LP: #1478852 + * x86/mce: Fix MCE severity messages + - LP: #1478852 + * s5h1420: fix a buffer overflow when checking userspace params + - LP: #1478852 + * cx24116: fix a buffer overflow when checking userspace params + - LP: #1478852 + * af9013: Don't accept invalid bandwidth + - LP: #1478852 + * cx24117: fix a buffer overflow when checking userspace params + - LP: #1478852 + * spi: fix race freeing dummy_tx/rx before it is unmapped + - LP: #1478852 + * mtd: fix: avoid race condition when accessing mtd->usecount + - LP: #1478852 + * intel_pstate: set BYT MSR with wrmsrl_on_cpu() + - LP: #1478852 + * leds / PM: fix hibernation on arm when gpio-led used with CPU led + trigger + - LP: #1478852 + * crypto: talitos - avoid memleak in talitos_alg_alloc() + - LP: #1478852 + * genirq: devres: Fix testing return value of request_any_context_irq() + - LP: #1478852 + * ASoC: wm8737: Fixup setting VMID Impedance control register + - LP: #1478852 + * ASoC: wm8903: Fix define for WM8903_VMID_RES_250K + - LP: #1478852 + * mnt: Refactor the logic for mounting sysfs and proc in a user namespace + - LP: #1478852 + * ASoC: wm8955: Fix setting wrong register for WM8955_K_8_0_MASK bits + - LP: #1478852 + * scsi_transport_srp: Introduce srp_wait_for_queuecommand() + - LP: #1478852 + * scsi_transport_srp: Fix a race condition + - LP: #1478852 + * KVM: mips: use id_to_memslot correctly + - LP: #1478852 + * w1_therm reference count family data + - LP: #1478852 + * drm/radeon: take the mode_config mutex when dealing with hpds (v2) + - LP: #1478852 + * usb: dwc3: gadget: return error if command sent to DGCMD register fails + - LP: #1478852 + * rcu: Correctly handle non-empty Tiny RCU callback list with none ready + - LP: #1478852 + * ASoC: arizona: Fix noise generator gain TLV + - LP: #1478852 + * usb: dwc3: gadget: don't clear EP_BUSY too early + - LP: #1478852 + * staging: rtl8712: prevent buffer overrun in recvbuf2recvframe + - LP: #1478852 + * usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub + port reset + - LP: #1478852 + * staging: vt6655: device_rx_srv check sk_buff is NULL + - LP: #1478852 + * fixing infinite OPEN loop in 4.0 stateid recovery + - LP: #1478852 + * ideapad_laptop: Lenovo G50-30 fix rfkill reports wireless blocked + - LP: #1397021, #1478852 + * powerpc/perf: Fix book3s kernel to userspace backtraces + - LP: #1478852 + * SUNRPC: Fix a memory leak in the backchannel code + - LP: #1478852 + * ipr: Increase default adapter init stage change timeout + - LP: #1478852 + * ieee802154: Fix sockaddr_ieee802154 implicit padding information leak. + - LP: #1478852 + * mnt: Modify fs_fully_visible to deal with locked ro nodev and atime + - LP: #1478852 + * drm/qxl: Do not cause spice-server to clean our objects + - LP: #1478852 + * drm/qxl: Do not leak memory if qxl_release_list_add fails + - LP: #1478852 + * selinux: fix setting of security labels on NFS + - LP: #1478852 + * ath3k: Add support of 0489:e076 AR3012 device + - LP: #1462614, #1478852 + * ath3k: add support of 13d3:3474 AR3012 device + - LP: #1427680, #1478852 + * Bluetooth: btusb: Fix memory leak in Intel setup routine + - LP: #1478852 + * ath9k: fix DMA stop sequence for AR9003+ + - LP: #1478852 + * b43: fix support for 14e4:4321 PCI dev with BCM4321 chipset + - LP: #1478852 + * cdc-acm: Add support of ATOL FPrint fiscal printers + - LP: #1478852 + * regulator: core: fix constraints output buffer + - LP: #1478852 + * ACPI / PM: Add missing pm_generic_complete() invocation + - LP: #1478852 + * x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A + - LP: #1478852 + * pinctrl: mvebu: armada-38x: fix PCIe functions + - LP: #1478852 + * pinctrl: mvebu: armada-370: fix spi0 pin description + - LP: #1478852 + * pinctrl: mvebu: armada-375: remove non-existing NAND re/we pins + - LP: #1478852 + * pinctrl: mvebu: armada-xp: remove non-existing NAND pins + - LP: #1478852 + * pinctrl: mvebu: armada-xp: remove non-existing VDD cpu_pd functions + - LP: #1478852 + * pinctrl: mvebu: armada-xp: fix functions of MPP48 + - LP: #1478852 + * pinctrl: mvebu: armada-375: remove incorrect space in pin description + - LP: #1478852 + * pinctrl: mvebu: armada-38x: fix incorrect total number of GPIOs + - LP: #1478852 + * i2c: at91: fix a race condition when using the DMA controller + - LP: #1478852 + * dmaengine: mv_xor: bug fix for racing condition in descriptors cleanup + - LP: #1478852 + * ASoC: wm8960: the enum of "DAC Polarity" should be wm8960_enum[1] + - LP: #1478852 + * arm64: Do not attempt to use init_mm in reset_context() + - LP: #1478852 + * ext4: fix race between truncate and __ext4_journalled_writepage() + - LP: #1478852 + * Disable write buffering on Toshiba ToPIC95 + - LP: #1478852 + * fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge" + - LP: #1478852 + * jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail() + - LP: #1478852 + * regmap: Fix regmap_bulk_read in BE mode + - LP: #1478852 + * jbd2: fix ocfs2 corrupt when updating journal superblock fails + - LP: #1478852 + * ideapad: fix software rfkill setting + - LP: #1478852 + * fs/ufs: restore s_lock mutex + - LP: #1478852 + * regmap: Fix possible shift overflow in regmap_field_init() + - LP: #1478852 + * ima: fix ima_show_template_data_ascii() + - LP: #1478852 + * nfs: increase size of EXCHANGE_ID name string buffer + - LP: #1478852 + * vTPM: set virtual device before passing to ibmvtpm_reset_crq + - LP: #1478852 + * arm: KVM: force execution of HCPTR access on VM exit + - LP: #1478852 + * arm64: mm: Fix freeing of the wrong memmap entries with + !SPARSEMEM_VMEMMAP + - LP: #1478852 + * dm space map metadata: fix occasional leak of a metadata block on + resize + - LP: #1478852 + * dm stats: fix divide by zero if 'number_of_areas' arg is zero + - LP: #1478852 + * x86/PCI: Use host bridge _CRS info on systems with >32 bit addressing + - LP: #1478852 + * pNFS: Fix a memory leak when attempted pnfs fails + - LP: #1478852 + * ACPI / PNP: Avoid conflicting resource reservations + - LP: #1478852 + * Bluetooth: ath3k: add support of 04ca:300f AR3012 device + - LP: #1449730, #1478852 + * Bluetooth: ath3k: Add support of 04ca:300d AR3012 device + - LP: #1394368, #1478852 + * libata: Do not blacklist Micron M500DC + - LP: #1478852 + * arm64: vdso: work-around broken ELF toolchains in Makefile + - LP: #1478852 + * iommu/amd: Handle large pages correctly in free_pagetable + - LP: #1478852 + * ext4: call sync_blockdev() before invalidate_bdev() in put_super() + - LP: #1478852 + * MIPS: Fix KVM guest fixmap address + - LP: #1478852 + * xfs: fix remote symlinks on V5/CRC filesystems + - LP: #1478852 + * ext4: don't retry file block mapping on bigalloc fs with non-extent + file + - LP: #1478852 + * xfs: don't truncate attribute extents if no extents exist + - LP: #1478852 + * NET: ROSE: Don't dereference NULL neighbour pointer. + - LP: #1478852 + * netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook + - LP: #1478852 + * fs: Fix S_NOSEC handling + - LP: #1478852 + * stmmac: troubleshoot unexpected bits in des0 & des1 + - LP: #1478852 + * ACPI / resources: free memory on error in add_region_before() + - LP: #1478852 + * PM / sleep: Increase default DPM watchdog timeout to 60 + - LP: #1478852 + * ARC: add compiler barrier to LLSC based cmpxchg + - LP: #1478852 + * locking,arch,arc: Fold atomic_ops + - LP: #1478852 + * ARC: add smp barriers around atomics per Documentation/atomic_ops.txt + - LP: #1478852 + * mm: kmemleak: allow safe memory scanning during kmemleak disabling + - LP: #1478852 + * dell-laptop: Fix allocating & freeing SMI buffer page + - LP: #1478852 + * ALSA: hda - Fix Dock Headphone on Thinkpad X250 seen as a Line Out + - LP: #1478852 + * tracing/filter: Do not WARN on operand count going below zero + - LP: #1478852 + * tracing/filter: Do not allow infix to exceed end of string + - LP: #1478852 + * clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug + notifier + - LP: #1478852 + * ALSA: hda - Add headset support to Acer Aspire V5 + - LP: #1478852 + * ALSA: hda - Fix the dock headphone output on Fujitsu Lifebook E780 + - LP: #1478852 + * agp/intel: Fix typo in needs_ilk_vtd_wa() + - LP: #1478852 + * drm/i915: fix backlight after resume on 855gm + - LP: #1478852 + * drm/radeon: compute ring fix hibernation (CI GPU family) v2. + - LP: #1478852 + * drm/radeon: SDMA fix hibernation (CI GPU family). + - LP: #1478852 + * net: mvneta: introduce compatible string "marvell, armada-xp-neta" + - LP: #1478852 + * ARM: mvebu: update Ethernet compatible string for Armada XP + - LP: #1478852 + * net: mvneta: disable IP checksum with jumbo frames for Armada 370 + - LP: #1478852 + * crush: fix a bug in tree bucket decode + - LP: #1478852 + * rbd: use GFP_NOIO in rbd_obj_request_create() + - LP: #1478852 + * arm64: Don't report clear pmds and puds as huge + - LP: #1478852 + * fuse: initialize fc->release before calling it + - LP: #1478852 + * vfs: Ignore unlocked mounts in fs_fully_visible + - LP: #1478852 + * VFS: Introduce inode-getting helpers for layered/unioned fs + environments + - LP: #1478852 + * fs: Add helper functions for permanently empty directories. + - LP: #1478852 + * sysctl: Allow creating permanently empty directories that serve as + mountpoints. + - LP: #1478852 + * proc: Allow creating permanently empty directories that serve as mount + points + - LP: #1478852 + * kernfs: Add support for always empty directories. + - LP: #1478852 + * sysfs: Add support for permanently empty directories to serve as mount + points. + - LP: #1478852 + * mnt: Update fs_fully_visible to test for permanently empty directories + - LP: #1478852 + * vfs: Remove incorrect debugging WARN in prepend_path + - LP: #1478852 + * hwmon: (mcp3021) Fix broken output scaling + - LP: #1478852 + * ACPICA: Tables: Enable both 32-bit and 64-bit FACS + - LP: #1478852 + * ACPICA: Tables: Fix an issue that FACS initialization is performed + twice + - LP: #1478852 + * ACPICA: Tables: Enable default 64-bit FADT addresses favor + - LP: #1478852 + * KVM: x86: make vapics_in_nmi_mode atomic + - LP: #1478852 + * KVM: x86: properly restore LVT0 + - LP: #1478852 + * KVM: s390: virtio-ccw: don't overwrite config space values + - LP: #1478852 + * 9p: forgetting to cancel request on interrupted zero-copy RPC + - LP: #1478852 + * clk: Fix JSON output in debugfs + - LP: #1478852 + * e1000e: Cleanup handling of VLAN_HLEN as a part of max frame size + - LP: #1478852 + * powerpc/pseries: Fix possible leaked device node reference + - LP: #1478852 + * clk: ti: dra7-atl-clock: Fix possible ERR_PTR dereference + - LP: #1478852 + * ipip: fix one sparse error + - LP: #1478852 + * HID: rmi: fix some harmless BIT() mistakes + - LP: #1478852 + * HID: i2c-hid: fix harmless test_bit() issue + - LP: #1478852 + * pktgen: adjust spacing in proc file interface output + - LP: #1478852 + * USB: devio: fix a condition in async_completed() + - LP: #1478852 + * tty: remove platform_sysrq_reset_seq + - LP: #1478852 + * net/mlx4_core: Enhance the MAD_IFC wrapper to convert VF port to + physical + - LP: #1478852 + * IB/mlx4: Convert slave port before building address-handle + - LP: #1478852 + * ath9k_htc: memory corruption calling set_bit() + - LP: #1478852 + * rndis_wlan: harmless issue calling set_bit() + - LP: #1478852 + * mtd: dc21285: use raw spinlock functions for nw_gpio_lock + - LP: #1478852 + * mac80211: prevent possible crypto tx tailroom corruption + - LP: #1478852 + * cfg80211: ignore netif running state when changing iftype + - LP: #1478852 + * phy: twl4030-usb: remove incorrect pm_runtime_get_sync() in probe + function. + - LP: #1478852 + * NFS: Fix size of NFSACL SETACL operations + - LP: #1478852 + * Btrfs: lock superblock before remounting for rw subvol + - LP: #1478852 + * of: return NUMA_NO_NODE from fallback of_node_to_nid() + - LP: #1478852 + * sched/fair: Prevent throttling in early pick_next_task_fair() + - LP: #1478852 + * ASoC: imx-wm8962: Add a missing error check + - LP: #1478852 + * ACPI / init: Switch over platform to the ACPI mode later + - LP: #1478852 + * drm/tegra: dpaux: Fix transfers larger than 4 bytes + - LP: #1478852 + * mmc: card: Fixup request missing in mmc_blk_issue_rw_rq + - LP: #1478852 + * perf: Fix ring_buffer_attach() RCU sync, again + - LP: #1478852 + * watchdog: omap: assert the counter being stopped before reprogramming + - LP: #1478852 + * bridge: multicast: restore router configuration on port link down/up + - LP: #1478852 + * mm/hugetlb: introduce minimum hugepage order + - LP: #1478852 + * security_syslog() should be called once only + - LP: #1478852 + * __bitmap_parselist: fix bug in empty string handling + - LP: #1478852 + * x86/iosf: Add Kconfig prompt for IOSF_MBI selection + - LP: #1478852 + * sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in + softirq context + - LP: #1478852 + * fs/ufs: restore s_lock mutex_init() + - LP: #1478852 + * ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stage + - LP: #1478852 + * LZ4 : fix the data abort issue + - LP: #1478852 + * lz4: fix system halt at boot kernel on x86_64 + - LP: #1478852 + * Linux 3.16.7-ckt15 + - LP: #1478852 + + -- Luis Henriques Tue, 28 Jul 2015 15:13:09 +0100 + +linux-lts-utopic (3.16.0-45.60~14.04.1) trusty; urgency=low + + [ Colin Ian King ] + + * SAUCE: KEYS: ensure we free the assoc array edit if edit is valid + - CVE-2015-1333 + + [ Upstream Kernel Changes ] + + * x86/asm/entry/64: Fold the 'test_in_nmi' macro into its only user + * x86/asm/entry/64: Remove a redundant jump + * x86/nmi: Enable nested do_nmi handling for 64-bit kernels + * x86/nmi/64: Remove asm code that saves cr2 + * x86/nmi/64: Switch stacks on userspace NMI entry + - CVE-2015-3290, CVE-2015-5157 + * x86/nmi/64: Improve nested NMI comments + * x86/nmi/64: Reorder nested NMI checks + * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI + detection + - CVE-2015-3291 + + -- Luis Henriques Fri, 24 Jul 2015 21:27:47 +0100 + +linux-lts-utopic (3.16.0-44.59~14.04.1) trusty; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1472223 + + [ Iyappan Subramanian ] + + * SAUCE: (no-up) drivers: net: xgene: fix: Out of order descriptor bytes + read + - LP: #1425576 + + [ Upstream Kernel Changes ] + + * Revert "tools/vm: fix page-flags build" + - LP: #1471170 + * NVMe: Add shutdown timeout as module parameter. + - LP: #1465136 + * Drivers: hv: vmbus: Add support for VMBus panic notifier handler + - LP: #1463584 + * Drivers: hv: vmbus: Correcting truncation error for constant + HV_CRASH_CTL_CRASH_NOTIFY + - LP: #1463584 + * KVM: nVMX: fix lifetime issues for vmcs02 + - LP: #1448269 + * KVM: nVMX: Fix nested vmexit ack intr before load vmcs01 + - LP: #1448269 + * mm/slab_common: support the slub_debug boot option on specific object + size + - LP: #1456952 + * kvm: x86: fix kvm_apic_has_events to check for NULL pointer + * cpuidle: powernv: Populate cpuidle state details by querying the + device-tree + - LP: #1470404 + * cpuidle: powernv: Read target_residency value of idle states from DT if + available + - LP: #1470404 + * cpuidle: powernv: Avoid endianness conversions while parsing DT + - LP: #1470404 + * cpuidle: powernv/pseries: Auto-promotion of snooze to deeper idle state + - LP: #1470404 + * iio: adis16400: Report pressure channel scale + - LP: #1471170 + * iio: adis16400: Use != channel indices for the two voltage channels + - LP: #1471170 + * iio: adis16400: Compute the scan mask from channel indices + - LP: #1471170 + * iio: adis16400: Remove unused variable + - LP: #1471170 + * iio: adis16400: Fix burst mode + - LP: #1471170 + * iio: adis16400: Fix burst transfer for adis16448 + - LP: #1471170 + * USB: serial: ftdi_sio: Add support for a Motion Tracker Development + Board + - LP: #1471170 + * iio: adc: twl6030-gpadc: Fix modalias + - LP: #1471170 + * serial: imx: Fix DMA handling for IDLE condition aborts + - LP: #1471170 + * usb: dwc3: gadget: Fix incorrect DEPCMD and DGCMD status macros + - LP: #1471170 + * ALSA: usb-audio: Add mic volume fix quirk for Logitech Quickcam Fusion + - LP: #1471170 + * n_tty: Fix auditing support for cannonical mode + - LP: #1471170 + * drm/i915/hsw: Fix workaround for server AUX channel clock divisor + - LP: #1471170 + * x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers + - LP: #1471170 + * lib: Fix strnlen_user() to not touch memory after specified maximum + - LP: #1471170 + * Input: elantech - fix detection of touchpads where the revision matches + a known rate + - LP: #1471170 + * ALSA: hda/realtek - Add a fixup for another Acer Aspire 9420 + - LP: #1471170 + * ALSA: usb-audio: add MAYA44 USB+ mixer control names + - LP: #1471170 + * ALSA: usb-audio: fix missing input volume controls in MAYA44 USB(+) + - LP: #1471170 + * USB: cp210x: add ID for HubZ dual ZigBee and Z-Wave dongle + - LP: #1471170 + * Input: elantech - add new icbody type + - LP: #1471170 + * MIPS: Fix enabling of DEBUG_STACKOVERFLOW + - LP: #1471170 + * xfrm: fix a race in xfrm_state_lookup_byspi + - LP: #1471170 + * kconfig: Fix warning "‘jump’ may be used uninitialized" + - LP: #1471170 + * scripts/sortextable: suppress warning: `relocs_size' may be used + uninitialized + - LP: #1471170 + * thermal: step_wise: Revert optimization + - LP: #1471170 + * MIPS: KVM: Do not sign extend on unsigned MMIO load + - LP: #1471170 + * arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug + - LP: #1471170 + * net: core: Correct an over-stringent device loop detection. + - LP: #1471170 + * net: phy: Allow EEE for all RGMII variants + - LP: #1471170 + * net: dp83640: fix broken calibration routine. + - LP: #1471170 + * net: dp83640: reinforce locking rules. + - LP: #1471170 + * unix/caif: sk_socket can disappear when state is unlocked + - LP: #1471170 + * xen/netback: Properly initialize credit_bytes + - LP: #1471170 + * udp: fix behavior of wrong checksums + - LP: #1471170 + * xen: netback: read hotplug script once at start of day. + - LP: #1471170 + * ipv4/udp: Verify multicast group is ours in upd_v4_early_demux() + - LP: #1471170 + * bridge: disable softirqs around br_fdb_update to avoid lockup + - LP: #1471170 + * drm/i915: Assume dual channel LVDS if pixel clock necessitates it + - LP: #1471170 + * Btrfs: send, add missing check for dead clone root + - LP: #1471170 + * Btrfs: send, don't leave without decrementing clone root's + send_progress + - LP: #1471170 + * btrfs: incorrect handling for fiemap_fill_next_extent return + - LP: #1471170 + * btrfs: cleanup orphans while looking up default subvolume + - LP: #1471170 + * iommu/vt-d: Allow RMRR on graphics devices too + - LP: #1471170 + * iommu/vt-d: Fix passthrough mode with translation-disabled devices + - LP: #1471170 + * ata: ahci_mvebu: Fix wrongly set base address for the MBus window + setting + - LP: #1471170 + * virtio_pci: Clear stale cpumask when setting irq affinity + - LP: #1471170 + * irqchip: sunxi-nmi: Fix off-by-one error in irq iterator + - LP: #1471170 + * pata_octeon_cf: fix broken build + - LP: #1471170 + * Input: synaptics - add min/max quirk for Lenovo S540 + - LP: #1471170 + * drm/i915: Fix DDC probe for passive adapters + - LP: #1471170 + * cfg80211: wext: clear sinfo struct before calling driver + - LP: #1471170 + * mm/memory_hotplug.c: set zone->wait_table to null after freeing it + - LP: #1471170 + * ring-buffer-benchmark: Fix the wrong sched_priority of producer + - LP: #1471170 + * block: fix ext_dev_lock lockdep report + - LP: #1471170 + * iser-target: Fix variable-length response error completion + - LP: #1471170 + * iser-target: release stale iser connections + - LP: #1471170 + * ALSA: hda - adding a DAC/pin preference map for a HP Envy TS machine + - LP: #1471170 + * drm/mgag200: Reject non-character-cell-aligned mode widths + - LP: #1471170 + * crypto: caam - fix uninitialized state->buf_dma field + - LP: #1471170 + * crypto: caam - improve initalization for context state saves + - LP: #1471170 + * crypto: caam - fix RNG buffer cache alignment + - LP: #1471170 + * tracing: Have filter check for balanced ops + - LP: #1471170 + * drm/radeon: fix freeze for laptop with Turks/Thames GPU. + - LP: #1471170 + * Linux 3.16.7-ckt14 + - LP: #1471170 + + -- Luis Henriques Tue, 07 Jul 2015 14:37:31 +0100 + +linux (3.16.0-43.58) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1466792 + + [ Brad Figg ] + + * Merged back Ubuntu-3.16.0-41.57 regression fix for security release + + -- Luis Henriques Fri, 19 Jun 2015 10:52:34 +0100 + +linux (3.16.0-42.56) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1465714 + + [ Chris J Arges ] + + * [config] CONFIG_IPMI_POWERNV=m on ppc64el + - LP: #1439562 + + [ Luis Henriques ] + + * [Config] Disable CONFIG_USB_OTG + - LP: #1411295 + + [ Upstream Kernel Changes ] + + * Revert "i2c: Mark adapter devices with pm_runtime_no_callbacks" + - LP: #1465613 + * Revert "mm/hugetlb: use pmd_page() in follow_huge_pmd()" + - LP: #1465613 + * cdc-acm: prevent infinite loop when parsing CDC headers. + - LP: #1460657 + * drivers/char/ipmi: Add powernv IPMI driver + - LP: #1439562 + * powerpc/powernv: Add OPAL IPMI interface + - LP: #1439562 + * powerpc/powernv: Support OPAL requested heartbeat + - LP: #1439562 + * powerpc/kernel: Make syscall_exit a local label + - LP: #1439562 + * powerpc: Remove old compile time disabled syscall tracing code + - LP: #1439562 + * powerpc/powernv: Remove "opal" prefix from pr_xxx()s + - LP: #1439562 + * powerpc/powernv: Separate function for OPAL IRQ setup + - LP: #1439562 + * powerpc/powernv: Add OPAL message notifier unregister function + - LP: #1439562 + * device: Add dev_of_node() accessor + - LP: #1439562 + * drivers/core/of: Add symlink to device-tree from devices with an OF + node + - LP: #1439562 + * powerpc: Add a proper syscall for switching endianness + - LP: #1439562 + * (upstream) libata: Blacklist queued TRIM on all Samsung 800-series + - LP: #1338706, #1449005 + * ahci: avoton port-disable reset-quirk + - LP: #1458617 + * udf: Remove repeated loads blocksize + - LP: #1462173 + - CVE-2015-4167 + * udf: Check length of extended attributes and allocation descriptors + - LP: #1462173 + - CVE-2015-4167 + * (upstream)scsi_lib: remove the description string in + scsi_io_completion() + - LP: #1449372 + * vfs: read file_handle only once in handle_to_path + - LP: #1416503 + - CVE-2015-1420 + * ozwpan: Use unsigned ints to prevent heap overflow + - LP: #1463442 + - CVE-2015-4001 + * ozwpan: divide-by-zero leading to panic + - LP: #1463445 + - CVE-2015-4003 + * ozwpan: Use proper check to prevent heap overflow + - LP: #1463444 + - CVE-2015-4002 + * ozwpan: unchecked signed subtraction leads to DoS + - LP: #1463444 + - CVE-2015-4002 + * net: eth: xgene: devm_ioremap() returns NULL on error + - LP: #1458042 + * drivers: net: xgene: fix new firmware backward compatibility with older + driver + - LP: #1458042 + * drivers: net: xgene: constify of_device_id array + - LP: #1458042 + * drivers: net: xgene: Add second SGMII based 1G interface + - LP: #1458042 + * dtb: change binding name to match with newer firmware DT + - LP: #1458042 + * dtb: xgene: Add second SGMII based 1G interface node + - LP: #1458042 + * mlx4: Fix tx ring affinity_mask creation + - LP: #1465613 + * net/mlx4_en: Schedule napi when RX buffers allocation fails + - LP: #1465613 + * efi/reboot: Add generic wrapper around EfiResetSystem() + - LP: #1465613 + * efi/reboot: Allow powering off machines using EFI + - LP: #1465613 + * x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag + - LP: #1465613 + * ARC: signal handling robustify + - LP: #1465613 + * UBI: fix soft lockup in ubi_check_volume() + - LP: #1465613 + * mnt: Fail collect_mounts when applied to unmounted mounts + - LP: #1465613 + * ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLE + - LP: #1465613 + * ASoC: rt5677: add register patch for PLL + - LP: #1465613 + * btrfs: unlock i_mutex after attempting to delete subvolume during send + - LP: #1465613 + * ALSA: hda - Fix mute-LED fixed mode + - LP: #1465613 + * arm64: dma-mapping: always clear allocated buffers + - LP: #1465613 + * ALSA: emu10k1: Fix card shortname string buffer overflow + - LP: #1465613 + * ALSA: emux: Fix mutex deadlock at unloading + - LP: #1465613 + * drm/radeon: add SI DPM quirk for Sapphire R9 270 Dual-X 2G GDDR5 + - LP: #1465613 + * SCSI: add 1024 max sectors black list flag + - LP: #1465613 + * 3w-sas: fix command completion race + - LP: #1465613 + * 3w-xxxx: fix command completion race + - LP: #1465613 + * 3w-9xxx: fix command completion race + - LP: #1465613 + * uas: Allow uas_use_uas_driver to return usb-storage flags + - LP: #1465613 + * uas: Add US_FL_MAX_SECTORS_240 flag + - LP: #1465613 + * uas: Set max_sectors_240 quirk for ASM1053 devices + - LP: #1465613 + * usb: chipidea: otg: remove mutex unlock and lock while stop and start + role + - LP: #1465613 + * serial: xilinx: Use platform_get_irq to get irq description structure + - LP: #1465613 + * serial: of-serial: Remove device_type = "serial" registration + - LP: #1465613 + * tty/serial: at91: maxburst was missing for dma transfers + - LP: #1465613 + * ALSA: emux: Fix mutex deadlock in OSS emulation + - LP: #1465613 + * ALSA: emu10k1: Emu10k2 32 bit DMA mode + - LP: #1465613 + * rbd: end I/O the entire obj_request on error + - LP: #1465613 + * ext4: fix data corruption caused by unwritten and delayed extents + - LP: #1465613 + * ext4: move check under lock scope to close a race. + - LP: #1465613 + * bridge/mdb: remove wrong use of NLM_F_MULTI + - LP: #1465613 + * mlx4_en: Use correct loop cursor in error path. + - LP: #1465613 + * powerpc/pseries: Correct cpu affinity for dlpar added cpus + - LP: #1465613 + * arm/arm64: KVM: Fix and refactor unmap_range + - LP: #1465613 + * ARM: KVM: Unmap IPA on memslot delete/move + - LP: #1465613 + * ARM: KVM: user_mem_abort: support stage 2 MMIO page mapping + - LP: #1465613 + * arm64: KVM: export demux regids as KVM_REG_ARM64 + - LP: #1465613 + * ARM: virt: fix wrong HSCTLR.EE bit setting + - LP: #1465613 + * ARM64: KVM: store kvm_vcpu_fault_info est_el2 as word + - LP: #1465613 + * KVM: ARM/arm64: fix non-const declaration of function returning const + - LP: #1465613 + * KVM: ARM/arm64: fix broken __percpu annotation + - LP: #1465613 + * KVM: ARM/arm64: avoid returning negative error code as bool + - LP: #1465613 + * KVM: vgic: return int instead of bool when checking I/O ranges + - LP: #1465613 + * ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault() + - LP: #1465613 + * KVM: ARM: vgic: plug irq injection race + - LP: #1465613 + * arm/arm64: KVM: Fix set_clear_sgi_pend_reg offset + - LP: #1465613 + * arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd alloc + - LP: #1465613 + * arm: kvm: fix CPU hotplug + - LP: #1465613 + * arm/arm64: KVM: fix potential NULL dereference in user_mem_abort() + - LP: #1465613 + * arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE + - LP: #1465613 + * arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abort + - LP: #1465613 + * arm64: KVM: fix unmapping with 48-bit VAs + - LP: #1465613 + * arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create() + - LP: #1465613 + * arm64/kvm: Fix assembler compatibility of macros + - LP: #1465613 + * arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn() + - LP: #1465613 + * arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag + - LP: #1465613 + * arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option + - LP: #1465613 + * arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu + - LP: #1465613 + * arm/arm64: KVM: Introduce stage2_unmap_vm + - LP: #1465613 + * arm/arm64: KVM: Don't allow creating VCPUs after vgic_initialized + - LP: #1465613 + * arm/arm64: KVM: Require in-kernel vgic for the arch timers + - LP: #1465613 + * arm64: KVM: Fix TLB invalidation by IPA/VMID + - LP: #1465613 + * arm64: KVM: Fix HCR setting for 32bit guests + - LP: #1465613 + * arm64: KVM: Do not use pgd_index to index stage-2 pgd + - LP: #1465613 + * net: make skb_gso_segment error handling more robust + - LP: #1465613 + * efivarfs: Ensure VariableName is NUL-terminated + - LP: #1465613 + * x86/efi: Store upper bits of command line buffer address in + ext_cmd_line_ptr + - LP: #1465613 + * blk-mq: fix CPU hotplug handling + - LP: #1465613 + * writeback: use |1 instead of +1 to protect against div by zero + - LP: #1465613 + * ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC + - LP: #1465613 + * ARM: dts: imx23-olinuxino: Fix polarity of LED GPIO + - LP: #1465613 + * ARM: dts: imx23-olinuxino: Fix dr_mode of usb0 + - LP: #1465613 + * ARM: dts: imx6: phyFLEX: USB VBUS control is active-high + - LP: #1465613 + * ARM: dts: imx25: Add #pwm-cells to pwm4 + - LP: #1465613 + * ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name + - LP: #1465613 + * gpio: unregister gpiochip device before removing it + - LP: #1465613 + * gpio: sysfs: fix memory leaks and device hotplug + - LP: #1465613 + * ACPI / PNP: add two IDs to list for PNPACPI device enumeration + - LP: #1465613 + * ARM: OMAP2+: Fix omap off idle power consumption creeping up + - LP: #1465613 + * ARM: dts: OMAP3-N900: Add microphone bias voltages + - LP: #1465613 + * drm/radeon: disable semaphores for UVD V1 (v2) + - LP: #1465613 + * RDMA/CMA: Canonize IPv4 on IPV6 sockets properly + - LP: #1465613 + * drm/i915: Add missing MacBook Pro models with dual channel LVDS + - LP: #1465613 + * efi: Fix error handling in add_sysfs_runtime_map_entry() + - LP: #1465613 + * xen/events: Clear cpu_evtchn_mask before resuming + - LP: #1465613 + * xen/xenbus: Update xenbus event channel on resume + - LP: #1465613 + * xen/console: Update console event channel on resume + - LP: #1465613 + * xen/events: Set irq_info->evtchn before binding the channel to CPU in + __startup_pirq() + - LP: #1465613 + * mm/memory-failure: call shake_page() when error hits thp tail page + - LP: #1465613 + * mm: soft-offline: fix num_poisoned_pages counting on concurrent events + - LP: #1465613 + * nilfs2: fix sanity check of btree level in nilfs_btree_root_broken() + - LP: #1465613 + * ocfs2: dlm: fix race between purge and get lock resource + - LP: #1465613 + * drm/i915/dp: there is no audio on port A + - LP: #1465613 + * drm/radeon: make VCE handle check more strict + - LP: #1465613 + * drm/radeon: make UVD handle checking more strict + - LP: #1465613 + * drm/radeon: more strictly validate the UVD codec + - LP: #1465613 + * path_openat(): fix double fput() + - LP: #1465613 + * mnt: Fix fs_fully_visible to verify the root directory is visible + - LP: #1465613 + * ARM: ux500: Move GPIO regulator for SD-card into board DTSs + - LP: #1465613 + * ARM: ux500: Enable GPIO regulator for SD-card for HREF boards + - LP: #1465613 + * ARM: ux500: Enable GPIO regulator for SD-card for snowball + - LP: #1465613 + * xen-pciback: Add name prefix to global 'permissive' variable + - LP: #1465613 + * mmc: core: add missing pm event in mmc_pm_notify to fix hib restore + - LP: #1465613 + * mmc: sh_mmcif: Fix timeout value for command request + - LP: #1465613 + * pinctrl: Don't just pretend to protect pinctrl_maps, do it for real + - LP: #1465613 + * ACPICA: Utilities: split IO address types from data type models. + - LP: #1465613 + * ACPICA: Tables: Change acpi_find_root_pointer() to use + acpi_physical_address. + - LP: #1465613 + * ACPICA: Utilities: Cleanup to enforce + ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR(). + - LP: #1465613 + * ACPICA: Utilities: Cleanup to convert physical address printing + formats. + - LP: #1465613 + * ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx + helpers. + - LP: #1465613 + * crush: ensuring at most num-rep osds are selected + - LP: #1465613 + * netfilter: nf_tables: fix error handling of rule replacement + - LP: #1465613 + * netfilter: Zero the tuple in nfnl_cthelper_parse_tuple() + - LP: #1465613 + * netfilter: nf_tables: check for overflow of rule dlen field + - LP: #1465613 + * netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is set + - LP: #1465613 + * netfilter: nf_tables: allow to change chain policy without hook if it + exists + - LP: #1465613 + * netfilter: nft_rbtree: fix locking + - LP: #1465613 + * arm64/mm: Remove hack in mmap randomize layout + - LP: #1465613 + * sched/autogroup: Fix failure to set cpu.rt_runtime_us + - LP: #1465613 + * xprtrdma: Free the pd if ib_query_qp() fails + - LP: #1465613 + * xfs: ensure truncate forces zeroed blocks to disk + - LP: #1465613 + * Linux 3.16.7-ckt12 + - LP: #1465613 + * kprobes/x86: Return correct length in __copy_instruction() + - LP: #1465653 + * iio: light: hid-sensor-prox: Fix modifier + - LP: #1465653 + * iio: pressure: hid-sensor-press: Fix modifier + - LP: #1465653 + * iio: adc: xilinx: Fix register addresses + - LP: #1465653 + * iio: adc: xilinx: Fix "vccaux" channel .address + - LP: #1465653 + * iio: adc: xilinx: Fix VREFP scale + - LP: #1465653 + * iio: adc: xilinx: Fix VREFN sign + - LP: #1465653 + * libata: Add helper to determine when PHY events should be ignored + - LP: #1465653 + * libata: Ignore spurious PHY event on LPM policy change + - LP: #1465653 + * iio:st_sensors: Fix oops when probing SPI devices + - LP: #1465653 + * usb: gadget: configfs: Fix interfaces array NULL-termination + - LP: #1465653 + * rtlwifi: rtl8192cu: Fix kernel deadlock + - LP: #1465653 + * USB: cp210x: add ID for KCF Technologies PRN device + - LP: #1465653 + * USB: pl2303: Remove support for Samsung I330 + - LP: #1465653 + * USB: visor: Match I330 phone more precisely + - LP: #1465653 + * net: can: xilinx_can: fix extended frame handling + - LP: #1465653 + * nfsd: fix the check for confirmed openowner in + nfs4_preprocess_stateid_op + - LP: #1465653 + * svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failures + - LP: #1465653 + * libata: Update Crucial/Micron blacklist + - LP: #1465653 + * ACPI / init: Fix the ordering of acpi_reserve_resources() + - LP: #1465653 + * md/raid5: don't record new size if resize_stripes fails. + - LP: #1465653 + * sched: Handle priority boosted tasks proper in setscheduler() + - LP: #1465653 + * xhci: fix isoc endpoint dequeue from advancing too far on transaction + error + - LP: #1465653 + * xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256 + - LP: #1465653 + * xhci: gracefully handle xhci_irq dead device + - LP: #1465653 + * staging: gdm724x: Correction of variable usage after applying ALIGN() + - LP: #1465653 + * usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devices + - LP: #1465653 + * tty/n_gsm.c: fix a memory leak when gsmtty is removed + - LP: #1465653 + * ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction. + - LP: #1465653 + * x86/vdso: Fix the x86 vdso2c tool includes + - LP: #1465653 + * x86/vdso: Fix 'make bzImage' on older distros + - LP: #1465653 + * perf/x86/rapl: Enable Broadwell-U RAPL support + - LP: #1465653 + * drm/radeon: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling + - LP: #1465653 + * RDMA/core: Fix for parsing netlink string attribute + - LP: #1465653 + * drm/radeon: add new bonaire pci id + - LP: #1465653 + * parisc,metag: Fix crashes due to stack randomization on + stack-grows-upwards architectures + - LP: #1465653 + * firmware: dmi_scan: Fix ordering of product_uuid + - LP: #1465653 + * ext4: fix NULL pointer dereference when journal restart fails + - LP: #1465653 + * ext4: check for zero length extent explicitly + - LP: #1465653 + * jbd2: fix r_count overflows leading to buffer overflow in journal + recovery + - LP: #1465653 + * mm, numa: really disable NUMA balancing by default on single node + machines + - LP: #1465653 + * spi: bitbang: Make setup_transfer() callback optional + - LP: #1465653 + * igb: Fix oops on changing number of rings + - LP: #1465653 + * igb: Fix NULL assignment to incorrect variable in igb_reset_q_vector + - LP: #1465653 + * ARM: gemini: fix compiler warning due wrong data type + - LP: #1465653 + * arm64: add missing PAGE_ALIGN() to __dma_free() + - LP: #1465653 + * sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND) + - LP: #1465653 + * ARM: 8307/1: psci: move psci firmware calls out of line + - LP: #1465653 + * config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected + - LP: #1465653 + * staging, rtl8192e, LLVMLinux: Change extern inline to static inline + - LP: #1465653 + * kernel: use the gnu89 standard explicitly + - LP: #1465653 + * staging, rtl8192e, LLVMLinux: Remove unused inline prototype + - LP: #1465653 + * staging: wlags49_h2: fix extern inline functions + - LP: #1465653 + * staging: rtl8712, rtl8712: avoid lots of build warnings + - LP: #1465653 + * qla2xxx: remove redundant declaration in 'qla_gbl.h' + - LP: #1465653 + * ARM: mvebu: do not register custom DMA operations when coherency is + disabled + - LP: #1465653 + * net: socket: Fix the wrong returns for recvmsg and sendmsg + - LP: #1465653 + * ALSA: hda - Add headphone quirk for Lifebook E752 + - LP: #1465653 + * ASoC: mc13783: Fix wrong mask value used in mc13xxx_reg_rmw() calls + - LP: #1465653 + * thermal: armada: Update Armada 380 thermal sensor coefficients + - LP: #1465653 + * mac80211: move WEP tailroom size check + - LP: #1465653 + * KVM: MMU: fix smap permission check + - LP: #1465653 + * KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages + - LP: #1465653 + * KVM: MMU: fix SMAP virtualization + - LP: #1465653 + * storvsc: Set the SRB flags correctly when no data transfer is needed + - LP: #1465653 + * ASoC: wm8960: fix "RINPUT3" audio route error + - LP: #1465653 + * ASoC: wm8994: correct BCLK DIV 348 to 384 + - LP: #1465653 + * Input: elantech - fix semi-mt protocol for v3 HW + - LP: #1465653 + * powerpc: Align TOC to 256 bytes + - LP: #1465653 + * ALSA: hda - Add Conexant codecs CX20721, CX20722, CX20723 and CX20724 + - LP: #1454656, #1465653 + * ALSA: hda/realtek - ALC292 dock fix for Thinkpad L450 + - LP: #1465653 + * mmc: atmel-mci: fix bad variable type for clkdiv + - LP: #1465653 + * sd: Disable support for 256 byte/sector disks + - LP: #1465653 + * xen/events: don't bind non-percpu VIRQs with percpu chip + - LP: #1465653 + * libceph: request a new osdmap if lingering request maps to no osd + - LP: #1465653 + * crypto: s390/ghash - Fix incorrect ghash icv buffer handling. + - LP: #1465653 + * ipvs: fix memory leak in ip_vs_ctl.c + - LP: #1465653 + * tcp/ipv6: fix flow label setting in TIME_WAIT state + - LP: #1465653 + * ipv6: do not delete previously existing ECMP routes if add fails + - LP: #1465653 + * ipv6: fix ECMP route replacement + - LP: #1465653 + * ipv4: Avoid crashing in ip_error + - LP: #1465653 + * cdc_ncm: Fix tx_bytes statistics + - LP: #1465653 + * bridge: fix parsing of MLDv2 reports + - LP: #1465653 + * ARM: fix missing syscall trace exit + - LP: #1465653 + * module: Call module notifier on failure after complete_formation() + - LP: #1465653 + * gpio: gpio-kempld: Fix get_direction return value + - LP: #1465653 + * ARM: dts: imx27: only map 4 Kbyte for fec registers + - LP: #1465653 + * ARM: 8356/1: mm: handle non-pmd-aligned end of RAM + - LP: #1465653 + * mac80211: don't use napi_gro_receive() outside NAPI context + - LP: #1465653 + * ARM: dts: set display clock correctly for exynos4412-trats2 + - LP: #1465653 + * hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGE + - LP: #1465653 + * lguest: fix out-by-one error in address checking. + - LP: #1465653 + * drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR + handling" + - LP: #1465653 + * xfs: xfs_attr_inactive leaves inconsistent attr fork state behind + - LP: #1465653 + * fs, omfs: add NULL terminator in the end up the token list + - LP: #1465653 + * d_walk() might skip too much + - LP: #1465653 + * hwmon: (nct6775) Add missing sysfs attribute initialization + - LP: #1465653 + * target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST + - LP: #1465653 + * x86: bpf_jit: fix compilation of large bpf programs + - LP: #1465653 + * net_sched: invoke ->attach() after setting dev->qdisc + - LP: #1465653 + * fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length + mappings + - LP: #1465653 + * tools/vm: fix page-flags build + - LP: #1465653 + * rt2x00: add new rt2800usb device DWA 130 + - LP: #1465653 + * Linux 3.16.7-ckt13 + - LP: #1465653 + + -- Brad Figg Tue, 16 Jun 2015 08:11:18 -0700 + +linux (3.16.0-41.57) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1466250 + + [ Andy Whitcroft ] + + * SAUCE: ensure that upper/lower layers are valid before checking + permissions + - LP: #1465998 + + -- Brad Figg Wed, 17 Jun 2015 16:19:26 -0700 + +linux (3.16.0-41.55) utopic; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: overlayfs: when copying up and reading directories ensure + mounter had permissions V2 + - CVE-2015-1328 + + -- Luis Henriques Fri, 12 Jun 2015 10:22:15 +0100 + +linux (3.16.0-39.53) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1458778 + + [ Brad Figg ] + + * hyper-v -- add hid and fb drivers to linux-virtual + - LP: #1444179 + + [ Chris J Arges ] + + * [Config] CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y on ppc64el + - LP: #1450497 + + [ Luis Henriques ] + + * SAUCE: (no-up) trace: fix trace_open_exec() invocation + - LP: #1453848 + + [ Paolo Pisati ] + + * [Config] armhf: GENERIC_CPUFREQ_CPU0=y + - LP: #1457781 + + [ Upstream Kernel Changes ] + + * DT doc: net: cpsw mac-address is optional + - LP: #1452628 + * net: cpsw: Add missing return value + - LP: #1452628 + * net: cpsw: header, Add missing include + - LP: #1452628 + * net: cpsw: Replace pr_err by dev_err + - LP: #1452628 + * net: cpsw: Add am33xx MACID readout + - LP: #1452628 + * am33xx: define syscon control module device node + - LP: #1452628 + * arm: dts: am33xx, Add syscon phandle to cpsw node + - LP: #1452628 + * x86: kvm: Revert "remove sched notifier for cross-cpu migrations" + - LP: #1450584 + * x86: vdso: fix pvclock races with task migration + - LP: #1450584 + * n_tty: Fix read buffer overwrite when no newline + - LP: #1454202 + * spi: spidev: fix possible arithmetic overflow for multi-transfer + message + - LP: #1454202 + * arm64: vdso: fix build error when switching from LE to BE + - LP: #1454202 + * uas: Do not blacklist ASM1153 disk enclosures + - LP: #1454202 + * KVM: x86: Fix lost interrupt on irr_pending race + - LP: #1454202 + * tcp: prevent fetching dst twice in early demux code + - LP: #1454202 + * ipv6: protect skb->sk accesses from recursive dereference inside the + stack + - LP: #1454202 + * tcp: tcp_make_synack() should clear skb->tstamp + - LP: #1454202 + * usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers + - LP: #1454202 + * usbnet: Fix tx_bytes statistic running backward in cdc_ncm + - LP: #1454202 + * bonding: Bonding Overriding Configuration logic restored. + - LP: #1454202 + * HID: add ALWAYS_POLL quirk for a Logitech 0xc007 + - LP: #1454202 + * PCI/AER: Avoid info leak in __print_tlp_header() + - LP: #1454202 + * PCI: cpcihp: Add missing curly braces in cpci_configure_slot() + - LP: #1454202 + * sh_veu: v4l2_dev wasn't set + - LP: #1454202 + * media: s5p-mfc: fix mmap support for 64bit arch + - LP: #1454202 + * cpufreq: Schedule work for the first-online CPU on resume + - LP: #1454202 + * cpuidle: remove state_count field from struct cpuidle_device + - LP: #1454202 + * cpuidle: ACPI: do not overwrite name and description of C0 + - LP: #1454202 + * ioctx_alloc(): fix vma (and file) leak on failure + - LP: #1454202 + * drm/i915/vlv: save/restore the power context base reg + - LP: #1454202 + * drm/i915/chv: Remove Wait for a previous gfx force-off + - LP: #1454202 + * drm/i915/vlv: remove wait for previous GFX clk disable request + - LP: #1454202 + * ALSA: hda/realtek - Make more stable to get pin sense for ALC283 + - LP: #1454202 + * ALSA: bebob: fix to processing in big-endian machine for sending cue + - LP: #1454202 + * be2iscsi: Fix kernel panic when device initialization fails + - LP: #1454202 + * Defer processing of REQ_PREEMPT requests for blocked devices + - LP: #1454202 + * ALSA: hda - Fix headphone pin config for Lifebook T731 + - LP: #1454202 + * ocfs2: _really_ sync the right range + - LP: #1454202 + * ALSA: usb - Creative USB X-Fi Pro SB1095 volume knob support + - LP: #1454202 + * iscsi target: fix oops when adding reject pdu + - LP: #1454202 + * ext4: fix indirect punch hole corruption + - LP: #1454202 + * ip_forward: Drop frames with attached skb->sk + - LP: #1454202 + * net: add skb_checksum_complete_unset + - LP: #1454202 + * ppp: call skb_checksum_complete_unset in ppp_receive_frame + - LP: #1454202 + * tcp: fix possible deadlock in tcp_send_fin() + - LP: #1454202 + * tcp: avoid looping in tcp_send_fin() + - LP: #1454202 + * net: do not deplete pfmemalloc reserve + - LP: #1454202 + * net: fix crash in build_skb() + - LP: #1454202 + * usb: serial: silence all non-critical read errors + - LP: #1454202 + * usb: gadget: composite: enable BESL support + - LP: #1454202 + * rtlwifi: rtl8192cu: Add new device ID + - LP: #1454202 + * rtlwifi: rtl8192cu: Add new USB ID + - LP: #1454202 + * Bluetooth: ath3k: Add support Atheros AR5B195 combo Mini PCIe card + - LP: #1454202 + * power_supply: twl4030_madc: Check return value of power_supply_register + - LP: #1454202 + * power_supply: lp8788-charger: Fix leaked power supply on probe fail + - LP: #1454202 + * ARM: dts: dove: Fix uart[23] reg property + - LP: #1454202 + * xtensa: xtfpga: fix hardware lockup caused by LCD driver + - LP: #1454202 + * Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open() + - LP: #1454202 + * xtensa: provide __NR_sync_file_range2 instead of __NR_sync_file_range + - LP: #1454202 + * KVM: s390: Zero out current VMDB of STSI before including level3 data. + - LP: #1454202 + * KVM: s390: fix handling of write errors in the tpi handler + - LP: #1454202 + * KVM: s390: reinjection of irqs can fail in the tpi handler + - LP: #1454202 + * usb: musb: core: fix TX/RX endpoint order + - LP: #1454202 + * usb: gadget: printer: enqueue printer's response for setup request + - LP: #1454202 + * compal-laptop: correct invalid hwmon name + - LP: #1454202 + * compal-laptop: Fix leaking hwmon device + - LP: #1454202 + * compal-laptop: Check return value of power_supply_register + - LP: #1454202 + * sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve + power savings and to improve performance + - LP: #1454202 + * drm/radeon: fix doublescan modes (v2) + - LP: #1454202 + * usb: phy: Find the right match in devm_usb_phy_match + - LP: #1454202 + * ASoC: pcm512x: Add 'Analogue' prefix to analogue volume controls + - LP: #1454202 + * mmc: sunxi: Use devm_reset_control_get_optional() for reset control + - LP: #1454202 + * tools lib traceevent kbuffer: Remove extra update to data pointer in + PADDING + - LP: #1454202 + * MIPS: Loongson-3: Add IRQF_NO_SUSPEND to Cascade irqaction + - LP: #1454202 + * ring-buffer: Replace this_cpu_*() with __this_cpu_*() + - LP: #1454202 + * HID: add HP OEM mouse to quirk ALWAYS_POLL + - LP: #1454202 + * HID: add quirk for PIXART OEM mouse used by HP + - LP: #1454202 + * ASoC: wm8741: Fix rates constraints values + - LP: #1454202 + * cdc-wdm: fix endianness bug in debug statements + - LP: #1454202 + * staging: panel: fix lcd type + - LP: #1454202 + * UBI: account for bitflips in both the VID header and data + - LP: #1454202 + * UBI: fix out of bounds write + - LP: #1454202 + * UBI: initialize LEB number variable + - LP: #1454202 + * UBI: fix check for "too many bytes" + - LP: #1454202 + * ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on Cragganmore + - LP: #1454202 + * ASoC: davinci-evm: drop un-necessary remove function + - LP: #1454202 + * iscsi-target: Convert iscsi_thread_set usage to kthread.h + - LP: #1454202 + * Drivers: hv: vmbus: Don't wait after requesting offers + - LP: #1454202 + * Btrfs: fix log tree corruption when fs mounted with -o discard + - LP: #1454202 + * btrfs: don't accept bare namespace as a valid xattr + - LP: #1454202 + * MIPS: KVM: Handle MSA Disabled exceptions from guest + - LP: #1454202 + * ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASE + - LP: #1454202 + * MIPS: Hibernate: flush TLB entries earlier + - LP: #1454202 + * ASoC: cs4271: Increase delay time after reset + - LP: #1454202 + * stk1160: Make sure current buffer is released + - LP: #1454202 + * mnt: Improve the umount_tree flags + - LP: #1454202 + * ext4: make fsync to sync parent dir in no-journal for real this time + - LP: #1454202 + * Input: elantech - fix absolute mode setting on some ASUS laptops + - LP: #1454202 + * usb: define a generic USB_RESUME_TIMEOUT macro + - LP: #1454202 + * usb: host: xhci: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: ehci: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: uhci: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: musb: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: isp116x: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: fotg210: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: fusbh200: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: oxu210hp: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: r8a66597: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: host: sl811: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: dwc2: hcd: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: isp1760: hcd: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * usb: core: hub: use new USB_RESUME_TIMEOUT + - LP: #1454202 + * iser-target: Fix session hang in case of an rdma read DIF error + - LP: #1454202 + * iser-target: Fix possible deadlock in RDMA_CM connection error + - LP: #1454202 + * gpio: mvebu: Fix mask/unmask managment per irq chip type + - LP: #1454202 + * rc: img-ir: fix error in parameters passed to irq_free() + - LP: #1454202 + * scsi: storvsc: Fix a bug in copy_from_bounce_buffer() + - LP: #1454202 + * ALSA: emu10k1: don't deadlock in proc-functions + - LP: #1454202 + * MIPS: asm: asm-eva: Introduce kernel load/store variants + - LP: #1454202 + * MIPS: Malta: Detect and fix bad memsize values + - LP: #1454202 + * clk: tegra: Register the proper number of resets + - LP: #1454202 + * ALSA: hda - Add dock support for ThinkPad X250 (17aa:2226) + - LP: #1454202 + * clk: at91: usb: fix at91sam9x5 recalc, round and set rate + - LP: #1454202 + * xtensa: ISS: fix locking in TAP network adapter + - LP: #1454202 + * nosave: consolidate __nosave_{begin,end} in + - LP: #1454202 + * s390/hibernate: fix save and restore of kernel text section + - LP: #1454202 + * ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T450 + - LP: #1454202 + * Btrfs: fix inode eviction infinite loop after extent_same ioctl + - LP: #1454202 + * Btrfs: fix inode eviction infinite loop after cloning into it + - LP: #1454202 + * ACPICA: Tables: Don't release ACPI_MTX_TABLES in + acpi_tb_install_standard_table(). + - LP: #1454202 + * drm/i915: Dont enable CS_PARSER_ERROR interrupts at all + - LP: #1454202 + * KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_save + - LP: #1454202 + * target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handling + - LP: #1454202 + * mm/hugetlb: use pmd_page() in follow_huge_pmd() + - LP: #1454202 + * fs/binfmt_elf.c: fix bug in loading of PIE binaries + - LP: #1454202 + * IB/core: disallow registering 0-sized memory region + - LP: #1454202 + * IB/core: don't disallow registering region starting at 0x0 + - LP: #1454202 + * target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection + enabled + - LP: #1454202 + * target/file: Fix SG table for prot_buf initialization + - LP: #1454202 + * target/file: Fix UNMAP with DIF protection support + - LP: #1454202 + * ptrace: fix race between ptrace_resume() and wait_task_stopped() + - LP: #1454202 + * mvsas: fix panic on expander attached SATA devices + - LP: #1454202 + * nfsd: fix nsfd startup race triggering BUG_ON + - LP: #1454202 + * i2c: rk3x: report number of messages transmitted + - LP: #1454202 + * i2c: Mark adapter devices with pm_runtime_no_callbacks + - LP: #1454202 + * nfs: fix high load average due to callback thread sleeping + - LP: #1454202 + * drm/i915: cope with large i2c transfers + - LP: #1454202 + * drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT reg + - LP: #1454202 + * ACPI / scan: Annotate physical_node_lock in acpi_scan_is_offline() + - LP: #1454202 + * RCU pathwalk breakage when running into a symlink overmounting + something + - LP: #1454202 + * drivers/of: Add empty ranges quirk for PA-Semi + - LP: #1454202 + * e1000: add dummy allocator to fix race condition between mtu change and + netpoll + - LP: #1454202 + * wl18xx: show rx_frames_per_rates as an array as it really is + - LP: #1454202 + * ARM: shmobile: r8a7790: Correct SYSCIER value + - LP: #1454202 + * apple-gmux: lock iGP IO to protect from vgaarb changes + - LP: #1454202 + * lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR + - LP: #1454202 + * clk: qcom: fix RCG M/N counter configuration + - LP: #1454202 + * arm64: head.S: ensure visibility of page tables + - LP: #1454202 + * driver core: bus: Goto appropriate labels on failure in bus_add_device + - LP: #1454202 + * C6x: time: Ensure consistency in __init + - LP: #1454202 + * xprtrdma: Prevent infinite loop in rpcrdma_ep_create() + - LP: #1454202 + * crypto: omap-aes - Fix support for unequal lengths + - LP: #1454202 + * ARM: fix broken hibernation + - LP: #1454202 + * jhash: Update jhash_[321]words functions to use correct initval + - LP: #1454202 + * vti6: fix uninit when using x-netns + - LP: #1454202 + * powerpc/cell: Fix cell iommu after it_page_shift changes + - LP: #1454202 + * KVM: use slowpath for cross page cached accesses + - LP: #1454202 + * powerpc: Fix missing L2 cache size in /sys/devices/system/cpu + - LP: #1454202 + * i2c: core: Export bus recovery functions + - LP: #1454202 + * IB/mlx4: Fix WQE LSO segment calculation + - LP: #1454202 + * IB/iser: Fix wrong calculation of protection buffer length + - LP: #1454202 + * mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit + architectures + - LP: #1454202 + * skbuff: Do not scrub skb mark within the same name space + - LP: #1454202 + * firmware/ihex2fw.c: restore missing default in switch statement + - LP: #1454202 + * memstick: mspro_block: add missing curly braces + - LP: #1454202 + * tools/power turbostat: Use $(CURDIR) instead of $(PWD) and add support + for O= option in Makefile + - LP: #1454202 + * cpufreq: fix a NULL pointer dereference in __cpufreq_governor() + - LP: #1454202 + * Input: twl4030-pwrbutton - ensure a wakeup event is recorded. + - LP: #1454202 + * Input: elantech - fix crc_enabled for Fujitsu H730 + - LP: #1454202 + * Input: elantech - add more Fujtisu notebooks to force crc_enabled + - LP: #1454202 + * ext4: fix accidental flag aliasing in ext4_map_blocks flags + - LP: #1454202 + * ext4: fix ZERO_RANGE bug hidden by flag aliasing + - LP: #1454202 + * ext4: allocate entire range in zero range + - LP: #1454202 + * ipv4: Missing sk_nulls_node_init() in ping_unhash(). + - LP: #1454202 + * Linux 3.16.7-ckt11 + - LP: #1454202 + * mmc: card: Don't access RPMB partitions for normal read/write + - LP: #1454013 + * HID: multitouch: add support of clickpads + - LP: #1456881 + + -- Luis Henriques Tue, 26 May 2015 09:19:21 +0100 + +linux (3.16.0-38.52) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1452623 + + [ Stefan Bader ] + + * SAUCE: vesafb: Set mtrr:3 (write-combining) as default + - LP: #1434581 + + [ Upstream Kernel Changes ] + + * regmap: Skip read-only registers in regcache_sync() + - LP: #1448830 + * fuse: notify: don't move pages + - LP: #1449548 + * fuse: set stolen page uptodate + - LP: #1449548 + * dm thin: fix to consistently zero-fill reads to unprovisioned blocks + - LP: #1449548 + * dm: hold suspend_lock while suspending device during device deletion + - LP: #1449548 + * dm snapshot: suspend origin when doing exception handover + - LP: #1449548 + * dm snapshot: suspend merging snapshot when doing exception handover + - LP: #1449548 + * dm io: deal with wandering queue limits when handling REQ_DISCARD and + REQ_WRITE_SAME + - LP: #1449548 + * crypto: arm/aes update NEON AES module to latest OpenSSL version + - LP: #1449548 + * mac80211: drop unencrypted frames in mesh fwding + - LP: #1449548 + * mac80211: disable u-APSD queues by default + - LP: #1449548 + * ASoC: ak4671: Fix control-less DAPM routes + - LP: #1449548 + * ASoC: da732x: Fix control-less DAPM routes + - LP: #1449548 + * ASoC: sn95031: Fix control-less DAPM routes + - LP: #1449548 + * virtio_console: init work unconditionally + - LP: #1449548 + * virtio_console: avoid config access from irq + - LP: #1449548 + * clocksource: efm32: Fix a NULL pointer dereference + - LP: #1449548 + * clockevents: sun5i: Fix setup_irq init sequence + - LP: #1449548 + * x86/vdso: Fix the build on GCC5 + - LP: #1449548 + * ASoC: sgtl5000: remove useless register write clearing CHRGPUMP_POWERUP + - LP: #1449548 + * regmap: regcache-rbtree: Fix present bitmap resize + - LP: #1449548 + * regulator: Only enable disabled regulators on resume + - LP: #1449548 + * regulator: core: Fix enable GPIO reference counting + - LP: #1449548 + * Input: psmouse - add psmouse_matches_pnp_id helper function + - LP: #1449548 + * Input: synaptics - split synaptics_resolution(), query first + - LP: #1449548 + * Input: synaptics - log queried and quirked dimension values + - LP: #1449548 + * Input: synaptics - query min dimensions for fw v8.1 + - LP: #1449548 + * Input: synaptics - remove obsolete min/max quirk for X240 + - LP: #1449548 + * Input: synaptics - support min/max board id in min_max_pnpid_table + - LP: #1449548 + * Input: synaptics - skip quirks when post-2013 dimensions + - LP: #1449548 + * Input: synaptics - fix middle button on Lenovo 2015 products + - LP: #1449548 + * Input: synaptics - handle spurious release of trackstick buttons + - LP: #1449548 + * Input: synaptics - do not retrieve the board id on old firmwares + - LP: #1449548 + * vt6655: RFbSetPower fix missing rate RATE_12M + - LP: #1449548 + * x86/asm/entry/32: Fix user_mode() misuses + - LP: #1449548 + * ASoC: adav80x: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: ak4641: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: cs4271: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: pcm1681: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: tas5086: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm2000: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8731: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8903: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8904: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8955: Fix wrong value references for boolean kctl + - LP: #1449548 + * ASoC: wm8960: Fix wrong value references for boolean kctl + - LP: #1449548 + * usb: phy: am335x-control: check return value of bus_find_device + - LP: #1449548 + * crypto: aesni - fix memory usage in GCM decryption + - LP: #1449548 + * phy: Find the right match in devm_phy_destroy() + - LP: #1449548 + * x86/fpu: Avoid math_state_restore() without used_math() in + __restore_xstate_sig() + - LP: #1449548 + * x86/fpu: Drop_fpu() should not assume that tsk equals current + - LP: #1449548 + * cpuidle: mvebu: Fix the CPU PM notifier usage + - LP: #1449548 + * can: kvaser_usb: Fix tx queue start/stop race conditions + - LP: #1449548 + * usb: chipidea: otg: add a_alt_hnp_support response for B device + - LP: #1449548 + * mac80211: count interfaces correctly for combination checks + - LP: #1449548 + * nl80211: ignore HT/VHT capabilities without QoS/WMM + - LP: #1449548 + * ALSA: hda - Treat stereo-to-mono mix properly + - LP: #1449548 + * pagemap: do not leak physical addresses to non-privileged userspace + - LP: #1449548 + * uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devices + - LP: #1449548 + * usb: common: otg-fsm: only signal connect after switching to peripheral + - LP: #1449548 + * of/irq: Fix of_irq_parse_one() returned error codes + - LP: #1449548 + * iscsi-target: Avoid early conn_logout_comp for iser connections + - LP: #1449548 + * tcm_qla2xxx: Fix incorrect use of __transport_register_session + - LP: #1449548 + * target: Fix reference leak in target_get_sess_cmd() error path + - LP: #1449548 + * tcm_fc: missing curly braces in ft_invl_hw_context() + - LP: #1449548 + * target/pscsi: Fix NULL pointer dereference in get_device_type + - LP: #1449548 + * target: Fix virtual LUN=0 target_configure_device failure OOPs + - LP: #1449548 + * arm64: Honor __GFP_ZERO in dma allocations + - LP: #1449548 + * IB/mlx4: Saturate RoCE port PMA counters in case of overflow + - LP: #1449548 + * dmaengine: dw: append MODULE_ALIAS for platform driver + - LP: #1449548 + * xfrm: release dst_orig in case of error in xfrm_lookup() + - LP: #1449548 + * staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12M + - LP: #1449548 + * Btrfs: make xattr replace operations atomic + - LP: #1449548 + * powerpc/smp: Wait until secondaries are active & online + - LP: #1449548 + * powerpc/iommu: Remove IOMMU device references via bus notifier + - LP: #1449548 + * powerpc/mpc85xx: Add ranges to etsec2 nodes + - LP: #1449548 + * IB/core: Avoid leakage from kernel to user space + - LP: #1449548 + * timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loop + - LP: #1449548 + * ALSA: hda - Add one more node in the EAPD supporting candidate list + - LP: #1436745, #1449548 + * serial: 8250_dw: Fix deadlock in LCR workaround + - LP: #1449548 + * drm/i915/bdw: PCI IDs ending in 0xb are ULT. + - LP: #1449548 + * btrfs: simplify insert_orphan_item + - LP: #1449548 + * ARM: sunxi: Have ARCH_SUNXI select RESET_CONTROLLER for clock driver + usage + - LP: #1449548 + * writeback: add missing INITIAL_JIFFIES init in + global_update_bandwidth() + - LP: #1449548 + * nbd: fix possible memory leak + - LP: #1449548 + * spi: qup: Fix cs-num DT property parsing + - LP: #1449548 + * mfd: kempld-core: Fix callback return value check + - LP: #1449548 + * KVM: nVMX: mask unrestricted_guest if disabled on L0 + - LP: #1449548 + * spi: trigger trace event for message-done before mesg->complete + - LP: #1449548 + * regmap: introduce regmap_name to fix syscon regmap trace events + - LP: #1449548 + * powerpc/pseries: Little endian fixes for post mobility device tree + update + - LP: #1449548 + * Fix bug in blk_rq_merge_ok + - LP: #1449548 + * net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5} + - LP: #1449548 + * powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLER + - LP: #1449548 + * perf: Fix irq_work 'tail' recursion + - LP: #1449548 + * sched: Fix RLIMIT_RTTIME when PI-boosting to RT + - LP: #1449548 + * ALSA: hda - Add dock support for Thinkpad T450s (17aa:5036) + - LP: #1449548 + * arm64: Use the reserved TTBR0 if context switching to the init_mm + - LP: #1449548 + * selinux: fix sel_write_enforce broken return value + - LP: #1449548 + * mm: fix anon_vma->degree underflow in anon_vma endless growing + prevention + - LP: #1449548 + * mm/memory hotplug: postpone the reset of obsolete pgdat + - LP: #1449548 + * hfsplus: fix B-tree corruption after insertion at position 0 + - LP: #1449548 + * ARC: SA_SIGINFO ucontext regs off-by-one + - LP: #1449548 + * writeback: fix possible underflow in write bandwidth calculation + - LP: #1449548 + * iio: fix drivers that check buffer->scan_mask + - LP: #1449548 + * iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifo + - LP: #1449548 + * iio: core: Fix double free. + - LP: #1449548 + * USB: ftdi_sio: Added custom PID for Synapse Wireless product + - LP: #1449548 + * iwlwifi: dvm: run INIT firmware again upon .start() + - LP: #1449548 + * USB: serial: keyspan_pda: fix Entrega company name spelling + - LP: #1449548 + * USB: keyspan_pda: add new device id + - LP: #1449548 + * cifs: smb2_clone_range() - exit on unhandled error + - LP: #1449548 + * cifs: fix use-after-free bug in find_writable_file + - LP: #1449548 + * can: flexcan: Deferred on Regulator return EPROBE_DEFER + - LP: #1449548 + * xen/balloon: before adding hotplugged memory, set frames to invalid + - LP: #1449548 + * usb: xhci: handle Config Error Change (CEC) in xhci driver + - LP: #1449548 + * usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllers + - LP: #1449548 + * USB: ftdi_sio: Use jtag quirk for SNAP Connect E10 + - LP: #1449548 + * tty: serial: fsl_lpuart: clear receive flag on FIFO flush + - LP: #1449548 + * drm/radeon/dpm: fix 120hz handling harder + - LP: #1449548 + * radeon: Do not directly dereference pointers to BIOS area. + - LP: #1449548 + * iio: adc: vf610: use ADC clock within specification + - LP: #1449548 + * iio: imu: Use iio_trigger_get for indio_dev->trig assignment + - LP: #1449548 + * dmaengine: edma: fix memory leak when terminating running transfers + - LP: #1449548 + * dmaengine: omap-dma: Fix memory leak when terminating running transfer + - LP: #1449548 + * x86/reboot: Add ASRock Q1900DC-ITX mainboard reboot quirk + - LP: #1449548 + * mac80211: fix RX A-MPDU session reorder timer deletion + - LP: #1449548 + * net: use for_each_netdev_safe() in rtnl_group_changelink() + - LP: #1449548 + * net/mlx4_en: Call register_netdevice in the proper location + - LP: #1449548 + * xen-netfront: transmit fully GSO-sized packets + - LP: #1449548 + * tcp: fix FRTO undo on cumulative ACK of SACKed range + - LP: #1449548 + * KVM: remove redundant assignments in __kvm_set_memory_region + - LP: #1449548 + * kvm: commonize allocation of the new memory slots + - LP: #1449548 + * kvm: avoid page allocation failure in kvm_set_memory_region() + - LP: #1449548 + * hpsa: refine the pci enable/disable handling + - LP: #1449548 + * hpsa: add missing pci_set_master in kdump path + - LP: #1449548 + * hpsa: fix memory leak in kdump hard reset + - LP: #1449548 + * hpsa: turn off interrupts when kdump starts + - LP: #1449548 + * sb_edac: Fix erroneous bytes->gigabytes conversion + - LP: #1449548 + * sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channel + - LP: #1449548 + * NFS: fix BUG() crash in notify_change() with patch to chown_common() + - LP: #1449548 + * tcp: Fix crash in TCP Fast Open + - LP: #1449548 + * Linux 3.16.7-ckt10 + - LP: #1449548 + * PCI: Don't clear ASPM bits when the FADT declares it's unsupported + - LP: #1441335 + * Input: synaptics - retrieve the extended capabilities in query $10 + - LP: #1414930 + * Input: synaptics - remove TOPBUTTONPAD property for Lenovos 2015 + - LP: #1414930 + * Input: synaptics - re-route tracksticks buttons on the Lenovo 2015 + series + - LP: #1414930 + * Input: synaptics - remove X1 Carbon 3rd gen from the topbuttonpad list + - LP: #1414930 + * Input: synaptics - remove X250 from the topbuttonpad list + - LP: #1414930 + + -- Luis Henriques Thu, 07 May 2015 09:48:41 +0100 + +linux (3.16.0-37.51) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1451489 + + [ Upstream Kernel Changes ] + + * Fix a broken backport causing boot failure on gen8 Intel + - LP: #1449401 + + -- Brad Figg Mon, 04 May 2015 09:42:43 -0700 + +linux (3.16.0-37.50) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1451302 + + [ Upstream Kernel Changes ] + + * audit: create private file name copies when auditing inodes + - LP: #1450442 + + -- Brad Figg Sun, 03 May 2015 19:48:46 -0700 + +linux (3.16.0-37.49) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1450126 + + [ Upstream Kernel Changes ] + + * fs: take i_mutex during prepare_binprm for set[ug]id executables + - LP: #1447373 + - CVE-2015-3339 + + -- Luis Henriques Wed, 29 Apr 2015 17:48:53 +0100 + +linux (3.16.0-36.48) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1443946 + * Merged back Ubuntu-3.16.0-34.47 security release + + -- Luis Henriques Tue, 14 Apr 2015 14:04:46 +0100 + +linux (3.16.0-35.46) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1442324 + + [ Andy Whitcroft ] + + * [Config] CONFIG_DEFAULT_MMAP_MIN_ADDR needs to match on armhf and arm64 + - LP: #1418140 + + [ Chris J Arges ] + + * [Config] CONFIG_PCIEASPM_DEBUG=y + - LP: #1398544 + + [ dann frazier ] + + * [Config] CONFIG_RTC_DRV_EFI=y on arm64 + - LP: #1441291 + + [ Upstream Kernel Changes ] + + * Revert "USB: serial: make bulk_out_size a lower limit" + - LP: #1441317 + * Revert "i2c: core: Dispose OF IRQ mapping at client removal time" + - LP: #1441317 + * Revert "net: cx82310_eth: use common match macro" + - LP: #1441317 + * KEYS: request_key() should reget expired keys rather than give + EKEYEXPIRED + - LP: #1124250 + * drm/i915/bdw: 3D_CHICKEN3 has write mask bits + - LP: #1374389 + * drm/i915: call lpt_init_clock_gating on BDW too + - LP: #1374389 + * drm/i915/bdw: Apply workarounds in render ring init function + - LP: #1374389 + * drm/i915/bdw: Cleanup pre prod workarounds + - LP: #1374389 + * drm/i915: Refactor Broadwell PIPE_CONTROL emission into a helper. + - LP: #1374389 + * drm/i915: Add the WaCsStallBeforeStateCacheInvalidate:bdw workaround. + - LP: #1374389 + * drm/i915/bdw: Remove BDW preproduction W/As until C stepping. + - LP: #1374389 + * drm/i915: Rework GPU reset sequence to match driver load & thaw + - LP: #1384469 + * drm/ast: switch to using CACHED by default for sysram + - LP: #1420627 + * drm/ast: Add missing entry to dclk_table[] + - LP: #1420627 + * drm/ast: Add reduced blanking modes for wide screen mode + - LP: #1420627 + * drm/ast: Try to use MMIO registers when PIO isn't supported + - LP: #1420627 + * drm/ast: POST chip at probe time if VGA not enabled + - LP: #1420627 + * drm/ast: Properly initialize P2A base before using it in + ast_init_3rdtx() + - LP: #1420627 + * drm/ast: Don't assume DVO enabled means SIL164 on uninitialized chips + - LP: #1420627 + * drm/ast: Cleanup analog init code path + - LP: #1420627 + * audit: correctly record file names with different path name types + - LP: #1439441 + * of: Create of_console_check() for selecting a console specified in + /chosen + - LP: #1438585 + * of: Enable console on serial ports specified by /chosen/stdout-path + - LP: #1438585 + * of: correct of_console_check()'s return value + - LP: #1438585 + * of: Add bindings for chosen node, stdout-path + - LP: #1438585 + * of: add optional options parameter to of_find_node_by_path() + - LP: #1438585 + * of: support passing console options with stdout-path + - LP: #1438585 + * netfilter: nf_tables: disable preemption when restoring chain counters + - LP: #1441317 + * netfilter: nf_tables: fix leaks in error path of nf_tables_newchain() + - LP: #1441317 + * ipvs: rerouting to local clients is not needed anymore + - LP: #1441317 + * netfilter: nft_compat: fix module refcount underflow + - LP: #1441317 + * netfilter: xt_socket: fix a stack corruption bug + - LP: #1441317 + * ipvs: add missing ip_vs_pe_put in sync code + - LP: #1441317 + * flowcache: Fix kernel panic in flow_cache_flush_task + - LP: #1441317 + * pktgen: fix UDP checksum computation + - LP: #1441317 + * rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY + - LP: #1441317 + * tcp: make sure skb is not shared before using skb_get() + - LP: #1441317 + * ipv6: fix ipv6_cow_metrics for non DST_HOST case + - LP: #1441317 + * rtnetlink: call ->dellink on failure when ->newlink exists + - LP: #1441317 + * gen_stats.c: Duplicate xstats buffer for later use + - LP: #1441317 + * ipv4: ip_check_defrag should correctly check return value of + skb_copy_bits + - LP: #1441317 + * ipv4: ip_check_defrag should not assume that skb_network_offset is zero + - LP: #1441317 + * net: phy: Fix verification of EEE support in phy_init_eee + - LP: #1441317 + * ematch: Fix auto-loading of ematch modules. + - LP: #1441317 + * openvswitch: Fix net exit. + - LP: #1441317 + * net: reject creation of netdev names with colons + - LP: #1441317 + * team: fix possible null pointer dereference in team_handle_frame + - LP: #1441317 + * net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msg + - LP: #1441317 + * macvtap: make sure neighbour code can push ethernet header + - LP: #1441317 + * usb: plusb: Add support for National Instruments host-to-host cable + - LP: #1441317 + * udp: only allow UFO for packets from SOCK_DGRAM sockets + - LP: #1441317 + * net: ping: Return EAFNOSUPPORT when appropriate. + - LP: #1441317 + * team: don't traverse port list using rcu in team_set_mac_address + - LP: #1441317 + * ALSA: hda - Add pin configs for ASUS mobo with IDT 92HD73XX codec + - LP: #1441317 + * xfs: Fix quota type in quota structures when reusing quota file + - LP: #1441317 + * drm/i915: Dell Chromebook 11 has PWM backlight + - LP: #1441317 + * gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one + chip per node + - LP: #1441317 + * gpio: tps65912: fix wrong container_of arguments + - LP: #1441317 + * ALSA: pcm: Don't leave PREPARED state after draining + - LP: #1441317 + * metag: Fix KSTK_EIP() and KSTK_ESP() macros + - LP: #1441317 + * ALSA: hda: controller code - do not export static functions + - LP: #1441317 + * drm/i915: Check obj->vma_list under the struct_mutex + - LP: #1441317 + * md/raid1: fix read balance when a drive is write-mostly. + - LP: #1441317 + * ALSA: hda - Disable runtime PM for Panther Point again + - LP: #1441317 + * drm/radeon: use drm_mode_vrefresh() rather than mode->vrefresh + - LP: #1441317 + * drm/radeon: fix 1 RB harvest config setup for TN/RL + - LP: #1441317 + * arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big + endian + - LP: #1441317 + * nilfs2: fix potential memory overrun on inode + - LP: #1441317 + * iio: mxs-lradc: separate touchscreen and buffer virtual channels + - LP: #1441317 + * iio: mxs-lradc: make ADC reads not disable touchscreen interrupts + - LP: #1441317 + * iio: mxs-lradc: make ADC reads not unschedule touchscreen conversions + - LP: #1441317 + * iio: mxs-lradc: only update the buffer when its conversions have + finished + - LP: #1441317 + * iio: imu: adis16400: Fix sign extension + - LP: #1441317 + * iio: mxs-lradc: fix iio channel map regression + - LP: #1441317 + * iio:adc:mcp3422 Fix incorrect scales table + - LP: #1441317 + * iio: ad5686: fix optional reference voltage declaration + - LP: #1441317 + * usb: dwc3: dwc3-omap: Fix disable IRQ + - LP: #1441317 + * usb: gadget: configfs: don't NUL-terminate (sub)compatible ids + - LP: #1441317 + * KVM: emulate: fix CMPXCHG8B on 32-bit hosts + - LP: #1441317 + * usb: XHCI: platform: Move the Marvell quirks after the enabling the + clocks + - LP: #1441317 + * xhci: Allocate correct amount of scratchpad buffers + - LP: #1441317 + * USB: usbfs: don't leak kernel data in siginfo + - LP: #1441317 + * uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS539 + - LP: #1441317 + * efi/libstub: Fix boundary checking in efi_high_alloc() + - LP: #1441317 + * USB: ftdi_sio: add PIDs for Actisense USB devices + - LP: #1441317 + * USB: serial: fix potential use-after-free after failed probe + - LP: #1441317 + * USB: serial: fix tty-device error handling at probe + - LP: #1441317 + * USB: mxuport: fix null deref when used as a console + - LP: #1441317 + * mac80211: Send EAPOL frames at lowest rate + - LP: #1441317 + * ARC: Fix KSTK_ESP() + - LP: #1441317 + * USB: serial: cp210x: Adding Seletek device id's + - LP: #1441317 + * staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel + - LP: #1441317 + * mei: make device disabled on stop unconditionally + - LP: #1441317 + * NFSv4: Don't call put_rpccred() under the rcu_read_lock() + - LP: #1441317 + * btrfs: fix lost return value due to variable shadowing + - LP: #1441317 + * KVM: MIPS: Fix trace event to save PC directly + - LP: #1441317 + * usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards + - LP: #1441317 + * ecryptfs: ->f_op is never NULL + - LP: #1441317 + * eCryptfs: don't pass fs-specific ioctl commands through + - LP: #1441317 + * drm/radeon: do a posting read in r100_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in rs600_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in r600_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in evergreen_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in si_set_irq + - LP: #1441317 + * drm/radeon: do a posting read in cik_set_irq + - LP: #1441317 + * drm/radeon: fix DRM_IOCTL_RADEON_CS oops + - LP: #1441317 + * drm/radeon: fix interlaced modes on DCE8 + - LP: #1441317 + * ACPI / video: Load the module even if ACPI is disabled + - LP: #1441317 + * ASoC: omap-pcm: Correct dma mask + - LP: #1441317 + * x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization + - LP: #1441317 + * Btrfs: fix data loss in the fast fsync path + - LP: #1441317 + * Btrfs:__add_inode_ref: out of bounds memory read when looking for + extended ref. + - LP: #1441317 + * xhci: fix reporting of 0-sized URBs in control endpoint + - LP: #1441317 + * xhci: Workaround for PME stuck issues in Intel xhci + - LP: #1441317 + * Change email address for 8250_pci + - LP: #1441317 + * tty: fix up atime/mtime mess, take four + - LP: #1441317 + * console: Fix console name size mismatch + - LP: #1441317 + * net: irda: fix wait_until_sent poll timeout + - LP: #1441317 + * USB: serial: fix infinite wait_until_sent timeout + - LP: #1441317 + * TTY: fix tty_wait_until_sent on 64-bit machines + - LP: #1441317 + * sunrpc: fix braino in ->poll() + - LP: #1441317 + * svcrpc: fix memory leak in gssp_accept_sec_context_upcall + - LP: #1441317 + * SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under + xprt->bc_pa_lock + - LP: #1441317 + * ath5k: fix spontaneus AR5312 freezes + - LP: #1441317 + * net: cls_bpf: fix size mismatch on filter preparation + - LP: #1441317 + * net: cls_bpf: fix auto generation of per list handles + - LP: #1441317 + * qlge: Fix qlge_update_hw_vlan_features to handle if interface is down + - LP: #1441317 + * ip6_gre: fix endianness errors in ip6gre_err + - LP: #1441317 + * PCI: Don't read past the end of sysfs "driver_override" buffer + - LP: #1441317 + * spi: dw: revisit FIFO size detection again + - LP: #1441317 + * spi: atmel: Fix interrupt setup for PDC transfers + - LP: #1441317 + * mtd: nand: pxa3xx: Fix PIO FIFO draining + - LP: #1441317 + * cpuset: Fix cpuset sched_relax_domain_level + - LP: #1441317 + * workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for + PREEMPT_NONE + - LP: #1441317 + * bnx2x: Force fundamental reset for EEH recovery + - LP: #1441317 + * xen/events: avoid NULL pointer dereference in dom0 on large machines + - LP: #1441317 + * spi: pl022: Fix race in giveback() leading to driver lock-up + - LP: #1441317 + * tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send + - LP: #1441317 + * libsas: Fix Kernel Crash in smp_execute_task + - LP: #1441317 + * irqchip: armada-370-xp: Fix chained per-cpu interrupts + - LP: #1441317 + * ALSA: hda - Fix regression of HD-audio controller fallback modes + - LP: #1441317 + * can: add missing initialisations in CAN related skbuffs + - LP: #1441317 + * can: kvaser_usb: Avoid double free on URB submission failures + - LP: #1441317 + * can: kvaser_usb: Read all messages in a bulk-in URB buffer + - LP: #1441317 + * ftrace: Fix en(dis)able graph caller when en(dis)abling record via + sysctl + - LP: #1441317 + * ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled + - LP: #1441317 + * ARM: imx6qdl-sabresd: set swbst_reg as vbus's parent reg + - LP: #1441317 + * ARM: imx6sl-evk: set swbst_reg as vbus's parent reg + - LP: #1441317 + * drm/radeon: drop setting UPLL to sleep mode + - LP: #1441317 + * xen-pciback: limit guest control of command register + - LP: #1441317 + * ALSA: hda - Fix built-in mic on Compaq Presario CQ60 + - LP: #1441317 + * drm/vmwgfx: Fix a couple of lock dependency violations + - LP: #1441317 + * drm/vmwgfx: Reorder device takedown somewhat + - LP: #1441317 + * ALSA: control: Add sanity checks for user ctl id name string + - LP: #1441317 + * ALSA: snd-usb: add quirks for Roland UA-22 + - LP: #1441317 + * ALSA: hda - Set single_adc_amp flag for CS420x codecs + - LP: #1441317 + * ALSA: hda - Add workaround for MacBook Air 5,2 built-in mic + - LP: #1441317 + * nilfs2: fix deadlock of segment constructor during recovery + - LP: #1441317 + * ALSA: hda - Don't access stereo amps for mono channel widgets + - LP: #1441317 + * ARM: at91: pm: fix at91rm9200 standby + - LP: #1441317 + * ARM: dts: DRA7x: Fix the bypass clock source for dpll_iva and others + - LP: #1441317 + * ARM: dts: am33xx-clocks: Fix ehrpwm tbclk data on am33xx + - LP: #1441317 + * ARM: dts: am43xx-clocks: Fix ehrpwm tbclk data on am43xx + - LP: #1441317 + * clk: divider: fix calculation of maximal parent rate for a given + divider + - LP: #1441317 + * clk: divider: fix selection of divider when rounding to closest + - LP: #1441317 + * USB: serial: add Google simple serial SubClass support + - LP: #1441317 + * HID: add support for MS Surface Pro 3 Type Cover + - LP: #1441317 + * HID: apple: fix battery support for the 2009 ANSI wireless keyboard + - LP: #1441317 + * HID: microsoft: add support for Japanese Surface Type Cover 3 + - LP: #1441317 + * HID: pidff: Fix initialisation forMicrosoft Sidewinder FF Pro 2 + - LP: #1441317 + * usb: gadget: function: phonet: balance usb_ep_disable calls + - LP: #1441317 + * usb: musb: core: add pm_runtime_irq_safe() + - LP: #1441317 + * cdc-acm: Add support for Denso cradle CU-321 + - LP: #1441317 + * HID: microsoft: Add ID for NE7K wireless keyboard + - LP: #1441317 + * sparc32: destroy_context() and switch_mm() needs to disable interrupts. + - LP: #1441317 + * sparc: semtimedop() unreachable due to comparison error + - LP: #1441317 + * sparc: perf: Remove redundant perf_pmu_{en|dis}able calls + - LP: #1441317 + * sparc: perf: Make counting mode actually work + - LP: #1441317 + * sparc: Touch NMI watchdog when walking cpus and calling printk + - LP: #1441317 + * sparc64: Fix several bugs in memmove(). + - LP: #1441317 + * net: sysctl_net_core: check SNDBUF and RCVBUF for min length + - LP: #1441317 + * rds: avoid potential stack overflow + - LP: #1441317 + * inet_diag: fix possible overflow in inet_diag_dump_one_icsk() + - LP: #1441317 + * caif: fix MSG_OOB test in caif_seqpkt_recvmsg() + - LP: #1441317 + * rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg() + - LP: #1441317 + * ipv6: fix backtracking for throw routes + - LP: #1441317 + * tcp: fix tcp fin memory accounting + - LP: #1441317 + * net: compat: Update get_compat_msghdr() to match + copy_msghdr_from_user() behaviour + - LP: #1441317 + * tcp: make connect() mem charging friendly + - LP: #1441317 + * Linux 3.16.7-ckt9 + - LP: #1441317 + * rtc: ia64: allow other architectures to use EFI RTC + - LP: #1441291 + * rtc: Disable EFI rtc for x86 + - LP: #1441291 + * ipv6: Don't reduce hop limit for an interface + - LP: #1441103 + - CVE-2015-2922 + * x86/microcode/intel: Guard against stack overflow in the loader + - LP: #1438504 + - CVE-2015-2666 + + -- Brad Figg Thu, 09 Apr 2015 12:01:11 -0700 + +linux (3.16.0-34.47) utopic; urgency=low + + [ Upstream Kernel Changes ] + + * powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTH + - LP: #1442180 + + -- Luis Henriques Fri, 10 Apr 2015 16:39:29 +0100 + +linux (3.16.0-34.45) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1435400 + + [ Andy Whitcroft ] + + * [Packaging] generate live watchdog blacklists + - LP: #1432837 + + [ Chris J Arges ] + + * [Config] Add ibmvfc to d-i + - LP: #1416001 + + [ John Johansen ] + + * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets + - LP: #1408833 + + [ Seth Forshee ] + + * [Config] updateconfigs - enable X86_UP_APIC_MSI + + [ Upstream Kernel Changes ] + + * cdc-acm: add sanity checks + - LP: #1413992 + * x86: thinkpad_acpi.c: fixed spacing coding style issue + - LP: #1417915 + * thinkpad_acpi: support new BIOS version string pattern + - LP: #1417915 + * powernv: Use _GLOBAL_TOC for opal wrappers + - LP: #1431196 + * Btrfs: clear compress-force when remounting with compress option + - LP: #1434183 + * Btrfs: send, don't delay dir move if there's a new parent inode + - LP: #1434223 + * [media] em28xx: fix em28xx-input removal + - LP: #1434595 + * [media] em28xx: ensure "closing" messages terminate with a newline + - LP: #1434595 + * [media] em28xx-input: fix missing newlines + - LP: #1434595 + * [media] em28xx-core: fix missing newlines + - LP: #1434595 + * [media] em28xx-audio: fix missing newlines + - LP: #1434595 + * [media] em28xx-audio: fix missing newlines + - LP: #1434595 + * [media] em28xx-dvb: fix missing newlines + - LP: #1434595 + * [media] em28xx-video: fix missing newlines + - LP: #1434595 + * ARM: pxa: add regulator_has_full_constraints to corgi board file + - LP: #1434595 + * ARM: pxa: add regulator_has_full_constraints to poodle board file + - LP: #1434595 + * ARM: pxa: add regulator_has_full_constraints to spitz board file + - LP: #1434595 + * hx4700: regulator: declare full constraints + - LP: #1434595 + * HID: input: fix confusion on conflicting mappings + - LP: #1434595 + * HID: fixup the conflicting keyboard mappings quirk + - LP: #1434595 + * ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses + - LP: #1434595 + * megaraid_sas: disable interrupt_mask before enabling hardware + interrupts + - LP: #1434595 + * PCI: Generate uppercase hex for modalias var in uevent + - LP: #1434595 + * usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN + - LP: #1434595 + * tty/serial: at91: enable peripheral clock before accessing I/O + registers + - LP: #1434595 + * tty/serial: at91: fix error handling in atmel_serial_probe() + - LP: #1434595 + * axonram: Fix bug in direct_access + - LP: #1434595 + * btrfs: fix leak of path in btrfs_find_item + - LP: #1434595 + * ksoftirqd: Enable IRQs and call cond_resched() before poking RCU + - LP: #1434595 + * TPM: Add new TPMs to the tail of the list to prevent inadvertent change + of dev + - LP: #1434595 + * char: tpm: Add missing error check for devm_kzalloc + - LP: #1434595 + * tpm_tis: verify interrupt during init + - LP: #1434595 + * tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma + - LP: #1434595 + * tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_send + - LP: #1434595 + * tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFO + - LP: #1434595 + * mmc: sdhci-pxav3: fix unbalanced clock issues during probe + - LP: #1434595 + * iwlwifi: mvm: validate tid and sta_id in ba_notif + - LP: #1434595 + * power: gpio-charger: balance enable/disable_irq_wake calls + - LP: #1434595 + * power: bq24190: Fix ignored supplicants + - LP: #1434595 + * ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL enabled on UART3 + - LP: #1434595 + * Bluetooth: ath3k: Add support of AR3012 bluetooth 13d3:3423 device + - LP: #1411193, #1434595 + * Bluetooth: btusb: Add Broadcom patchram support for ASUSTek devices + - LP: #1434595 + * cfq-iosched: fix incorrect filing of rt async cfqq + - LP: #1434595 + * smack: fix possible use after frees in task_security() callers + - LP: #1434595 + * xfs: ensure buffer types are set correctly + - LP: #1434595 + * xfs: inode unlink does not set AGI buffer type + - LP: #1434595 + * xfs: set buf types when converting extent formats + - LP: #1434595 + * xfs: set superblock buffer type correctly + - LP: #1434595 + * btrfs: set proper message level for skinny metadata + - LP: #1434595 + * KVM: s390: base hrtimer on a monotonic clock + - LP: #1434595 + * KVM: s390: avoid memory leaks if __inject_vm() fails + - LP: #1434595 + * samsung-laptop: Add use_native_backlight quirk, and enable it on some + models + - LP: #1434595 + * PCI: Fix infinite loop with ROM image of size 0 + - LP: #1434595 + * USB: cp210x: add ID for RUGGEDCOM USB Serial Console + - LP: #1434595 + * Bluetooth: Add support for Broadcom BCM20702A1 variant + - LP: #1434595 + * Bluetooth: Add support for Broadcom BCM20702A0 variants firmware + download + - LP: #1434595 + * Bluetooth: btusb: Add support for Dynex/Insignia USB dongles + - LP: #1434595 + * clk: zynq: Force CPU_2X clock to be ungated + - LP: #1434595 + * mmc: sdhci-pxav3: Remove checks for mandatory host clock + - LP: #1434595 + * mmc: sdhci-pxav3: fix race between runtime pm and irq + - LP: #1434595 + * power_supply: 88pm860x: Fix leaked power supply on probe fail + - LP: #1434595 + * staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy back + - LP: #1434595 + * mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cycles + - LP: #1434595 + * mmc: sdhci-pxav3: Fix SDR50 and DDR50 capabilities for the Armada 38x + flavor + - LP: #1434595 + * mmc: sdhci-pxav3: Fix Armada 38x controller's caps according to erratum + ERR-7878951 + - LP: #1434595 + * ARM: 8284/1: sa1100: clear RCSR_SMR on resume + - LP: #1434595 + * [media] si2168: define symbol rate limits + - LP: #1434595 + * nfs: don't call blocking operations while !TASK_RUNNING + - LP: #1434595 + * USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd) + - LP: #1434595 + * USB: fix use-after-free bug in usb_hcd_unlink_urb() + - LP: #1434595 + * iwlwifi: mvm: always use mac color zero + - LP: #1434595 + * iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLAN + - LP: #1434595 + * iwlwifi: mvm: fix failure path when power_update fails in add_interface + - LP: #1434595 + * vt: provide notifications on selection changes + - LP: #1434595 + * tty: Prevent untrappable signals from malicious program + - LP: #1434595 + * serial: fsl_lpuart: delete timer on shutdown + - LP: #1434595 + * serial: fsl_lpuart: avoid new transfer while DMA is running + - LP: #1434595 + * cpufreq: Set cpufreq_cpu_data to NULL before putting kobject + - LP: #1434595 + * Bluetooth: btusb: Add support for Lite-On (04ca) Broadcom based, + BCM43142 + - LP: #1434595 + * nfs41: .init_read and .init_write can be called with valid pg_lseg + - LP: #1434595 + * [media] lmedm04: Fix usb_submit_urb BOGUS urb xfer, pipe 1 != type 3 in + interrupt urb + - LP: #1434595 + * mei: mask interrupt set bit on clean reset bit + - LP: #1434595 + * mei: me: release hw from reset only during the reset flow + - LP: #1434595 + * KVM: MIPS: Don't leak FPU/DSP to guest + - LP: #1434595 + * ALSA: hda - Add the pin fixup for HP Envy TS bass speaker + - LP: #1434595 + * ALSA: hda - Set up GPIO for Toshiba Satellite S50D + - LP: #1434595 + * xen/manage: Fix USB interaction issues when resuming + - LP: #1434595 + * ACPI / video: Add some Samsung models to disable_native_backlight list + - LP: #1434595 + * ACPI / video: Add disable_native_backlight quirk for Dell XPS15 L521X + - LP: #1434595 + * ACPI / video: Add disable_native_backlight quirk for Samsung + 730U3E/740U3E + - LP: #1434595 + * ACPI / video: Add disable_native_backlight quirk for Samsung 510R + - LP: #1434595 + * KVM: s390: floating irqs: fix user triggerable endless loop + - LP: #1434595 + * drm/i915: Correct the IOSF Dev_FN field for IOSF transfers + - LP: #1434595 + * cfq-iosched: handle failure of cfq group allocation + - LP: #1434595 + * tracing: Fix unmapping loop in tracing_mark_write + - LP: #1434595 + * fsnotify: fix handling of renames in audit + - LP: #1434595 + * ring-buffer: Do not wake up a splice waiter when page is not full + - LP: #1434595 + * blk-mq: fix double-free in error path + - LP: #1434595 + * drm/radeon: workaround for CP HW bug on CIK + - LP: #1434595 + * drm/radeon: only enable kv/kb dpm interrupts once v3 + - LP: #1434595 + * NFSv4.1: Fix a kfree() of uninitialised pointers in + decode_cb_sequence_args + - LP: #1434595 + * cpufreq: speedstep-smi: enable interrupts when waiting + - LP: #1434595 + * mm/hugetlb: pmd_huge() returns true for non-present hugepage + - LP: #1434595 + * mm/hugetlb: take page table lock in follow_huge_pmd() + - LP: #1434595 + * mm/hugetlb: fix getting refcount 0 page in hugetlb_fault() + - LP: #1434595 + * mm/hugetlb: add migration/hwpoisoned entry check in + hugetlb_change_protection + - LP: #1434595 + * mm/hugetlb: add migration entry check in __unmap_hugepage_range + - LP: #1434595 + * mm: when stealing freepages, also take pages created by splitting buddy + page + - LP: #1434595 + * mm/mmap.c: fix arithmetic overflow in __vm_enough_memory() + - LP: #1434595 + * mm/nommu.c: fix arithmetic overflow in __vm_enough_memory() + - LP: #1434595 + * iscsi-target: Drop problematic active_ts_list usage + - LP: #1434595 + * target: Fix PR_APTPL_BUF_LEN buffer size limitation + - LP: #1434595 + * mm/compaction: fix wrong order check in compact_finished() + - LP: #1434595 + * mm/memory.c: actually remap enough memory + - LP: #1434595 + * mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page() + - LP: #1434595 + * ALSA: hda - enable mute led quirk for one more hp machine. + - LP: #1410704, #1434595 + * ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE + - LP: #1434595 + * drm/radeon/dp: Set EDP_CONFIGURATION_SET for bridge chips if necessary + - LP: #1434595 + * drm/radeon: fix voltage setup on hawaii + - LP: #1434595 + * ALSA: hdspm - Constrain periods to 2 on older cards + - LP: #1434595 + * jffs2: fix handling of corrupted summary length + - LP: #1434595 + * dm mirror: do not degrade the mirror on discard error + - LP: #1434595 + * dm io: reject unsupported DISCARD requests with EOPNOTSUPP + - LP: #1434595 + * NFS: struct nfs_commit_info.lock must always point to inode->i_lock + - LP: #1434595 + * target: Add missing WRITE_SAME end-of-device sanity check + - LP: #1434595 + * target: Check for LBA + sectors wrap-around in sbc_parse_cdb + - LP: #1434595 + * Btrfs: fix fsync data loss after adding hard link to inode + - LP: #1434595 + * Added Little Endian support to vtpm module + - LP: #1434595 + * fixed invalid assignment of 64bit mask to host dma_boundary for scatter + gather segment boundary limit. + - LP: #1434595 + * sg: fix read() error reporting + - LP: #1434595 + * IB/qib: Do not write EEPROM + - LP: #1434595 + * EDAC, amd64_edac: Prevent OOPS with >16 memory controllers + - LP: #1434595 + * MIPS: asm: asmmacro: Replace "add" instructions with "addu" + - LP: #1434595 + * MIPS: kernel: cps-vec: Replace "addi" with "addiu" + - LP: #1434595 + * md/raid5: Fix livelock when array is both resyncing and degraded. + - LP: #1434595 + * locking/rtmutex: Avoid a NULL pointer dereference on deadlock + - LP: #1434595 + * time: adjtimex: Validate the ADJ_FREQUENCY values + - LP: #1434595 + * ntp: Fixup adjtimex freq validation on 32-bit systems + - LP: #1434595 + * dm: fix a race condition in dm_get_md + - LP: #1434595 + * dm snapshot: fix a possible invalid memory access on unload + - LP: #1434595 + * cpufreq: s3c: remove incorrect __init annotations + - LP: #1434595 + * x86, mm/ASLR: Fix stack randomization on 64-bit systems + - LP: #1434595 + * libceph: assert both regular and lingering lists in __remove_osd() + - LP: #1434595 + * libceph: change from BUG to WARN for __remove_osd() asserts + - LP: #1434595 + * libceph: fix double __remove_osd() problem + - LP: #1434595 + * MIPS: Export FP functions used by lose_fpu(1) for KVM + - LP: #1434595 + * MIPS: Export MSA functions used by lose_fpu(1) for KVM + - LP: #1434595 + * kdb: fix incorrect counts in KDB summary command output + - LP: #1434595 + * blk-throttle: check stats_cpu before reading it from sysfs + - LP: #1434595 + * debugfs: leave freeing a symlink body until inode eviction + - LP: #1434595 + * procfs: fix race between symlink removals and traversals + - LP: #1434595 + * autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for + allocation + - LP: #1434595 + * ASoC: mioa701_wm9713: Fix speaker event + - LP: #1434595 + * gpio: rcar: Fix error path for devm_kzalloc() failure + - LP: #1434595 + * efi: Small leak on error in runtime map code + - LP: #1434595 + * clk-gate: fix bit # check in clk_register_gate() + - LP: #1434595 + * powerpc/kernel: Avoid memory corruption at early stage + - LP: #1434595 + * pinctrl: pinctrl-imx: don't use invalid value of conf_reg + - LP: #1434595 + * ALSA: off by one bug in snd_riptide_joystick_probe() + - LP: #1434595 + * GFS2: Fix crash during ACL deletion in acl max entry check in + gfs2_set_acl() + - LP: #1434595 + * net: llc: use correct size for sysctl timeout entries + - LP: #1434595 + * net: rds: use correct size for max unacked packets and bytes + - LP: #1434595 + * HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events + - LP: #1434595 + * fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not + defined + - LP: #1434595 + * net: sctp: fix race for one-to-many sockets in sendmsg's auto associate + - LP: #1434595 + * gpio: sysfs: fix gpio attribute-creation race + - LP: #1434595 + * ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs + - LP: #1434595 + * IB/core: When marshaling ucma path from user-space, clear unused fields + - LP: #1434595 + * IB/core: Fix deadlock on uverbs modify_qp error flow + - LP: #1434595 + * IB/mlx4: Fix wrong usage of IPv4 protocol for multicast attach/detach + - LP: #1434595 + * IB/iser: Use correct dma direction when unmapping SGs + - LP: #1434595 + * [media] Si2168: increase timeout to fix firmware loading + - LP: #1434595 + * staging: comedi: cb_pcidas64: fix incorrect AI range code handling + - LP: #1434595 + * target: Fix R_HOLDER bit usage for AllRegistrants + - LP: #1434595 + * target: Avoid dropping AllRegistrants reservation during unregister + - LP: #1434595 + * target: Allow AllRegistrants to re-RESERVE existing reservation + - LP: #1434595 + * target: Allow Write Exclusive non-reservation holders to READ + - LP: #1434595 + * vhost/scsi: potential memory corruption + - LP: #1434595 + * clk: sunxi: Support factor clocks with N factor starting not from 0 + - LP: #1434595 + * sunxi: clk: Set sun6i-pll1 n_start = 1 + - LP: #1434595 + * HID: wacom: Report ABS_MISC event for Cintiq Companion Hybrid + - LP: #1434595 + * mm: softdirty: unmapped addresses between VMAs are clean + - LP: #1434595 + * proc/pagemap: walk page tables under pte lock + - LP: #1434595 + * ARM: dts: am335x-bone*: usb0 is hardwired for peripheral + - LP: #1434595 + * sched/rt: Reduce rq lock contention by eliminating locking of + non-feasible target + - LP: #1434595 + * caif: remove wrong dev_net_set() call + - LP: #1434595 + * quota: Store maximum space limit in bytes + - LP: #1434595 + * Linux 3.16.7-ckt8 + - LP: #1434595 + * btrfs: label should not contain return char + - LP: #1434528 + + -- Luis Henriques Mon, 23 Mar 2015 15:58:49 +0000 + +linux (3.16.0-33.44) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1431304 + * Merged back all changes that were in Ubuntu-3.16.0-32.42 + + -- Luis Henriques Thu, 12 Mar 2015 11:28:46 +0000 + +linux (3.16.0-32.42) utopic; urgency=low + + [ Seth Forshee ] + + * Release Tracking Bug + - LP: #1427808 + + [ Chris J Arges ] + + * [Config] ppc64el CONFIG_I2C_OPAL=m + - LP: #1419151 + + [ Upstream Kernel Changes ] + + * i2c: Driver to expose PowerNV platform i2c busses + - LP: #1419151 + * Bluetooth: ath3k: workaround the compatibility issue with xHCI + controller + - LP: #1400215 + * ALSA: hda - enable mute led quirk for one more hp machine. + - LP: #1410704 + * ipvs: uninitialized data with IP_VS_IPV6 + - LP: #1427767 + * netfilter: nfnetlink: validate nfnetlink header from batch + - LP: #1427767 + * clocksource: exynos_mct: Fix bitmask regression for exynos4_mct_write + - LP: #1427767 + * time: settimeofday: Validate the values of tv from user + - LP: #1427767 + * Input: i8042 - reset keyboard to fix Elantech touchpad detection + - LP: #1427767 + * drm/radeon: fix VM flush on cayman/aruba (v3) + - LP: #1427767 + * drm/radeon: fix VM flush on SI (v3) + - LP: #1427767 + * drm/radeon: fix VM flush on CIK (v3) + - LP: #1427767 + * drm/radeon: add a dpm quirk list + - LP: #1427767 + * Input: elantech - support new ICs types for version 4 + - LP: #1427767 + * Input: I8042 - add Acer Aspire 7738 to the nomux list + - LP: #1427767 + * drm/i915: Ban Haswell from using RCS flips + - LP: #1427767 + * drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES + - LP: #1427767 + * drm/radeon: add si dpm quirk list + - LP: #1427767 + * pinctrl: Fix two deadlocks + - LP: #1427767 + * gpio: fix memory and reference leaks in gpiochip_add error path + - LP: #1427767 + * gpio: fix memory leak and sleep-while-atomic + - LP: #1427767 + * gpio: fix sleep-while-atomic in gpiochip_remove + - LP: #1427767 + * can: dev: fix crtlmode_supported check + - LP: #1427767 + * can: kvaser_usb: Don't free packets when tight on URBs + - LP: #1427767 + * can: kvaser_usb: Reset all URB tx contexts upon channel close + - LP: #1427767 + * can: kvaser_usb: Don't send a RESET_CHIP for non-existing channels + - LP: #1427767 + * drm/radeon: use rv515_ring_start on r5xx + - LP: #1427767 + * gpio: sysfs: fix gpio-chip device-attribute leak + - LP: #1427767 + * gpio: sysfs: fix gpio device-attribute leak + - LP: #1427767 + * gpiolib: of: Correct error handling in of_get_named_gpiod_flags + - LP: #1427767 + * PCI: Add flag for devices where we can't use bus reset + - LP: #1427767 + * PCI: Mark Atheros AR93xx to avoid bus reset + - LP: #1427767 + * PCI: Pass bridge device, not bus, when updating bridge windows + - LP: #1427767 + * PCI: Add pci_bus_clip_resource() to clip to fit upstream window + - LP: #1427767 + * PCI: Add pci_claim_bridge_resource() to clip window if necessary + - LP: #1427767 + * x86/PCI: Clip bridge windows to fit in upstream windows + - LP: #1427767 + * workqueue: fix subtle pool management issue which can stall whole + worker_pool + - LP: #1427767 + * ARM: mvebu: completely disable hardware I/O coherency + - LP: #1427767 + * ALSA: usb-audio: Add mic volume fix quirk for Logitech Webcam C210 + - LP: #1427767 + * fix deadlock in cifs_ioctl_clone() + - LP: #1427767 + * ipr: wait for aborted command responses + - LP: #1427767 + * libata: allow sata_sil24 to opt-out of tag ordered submission + - LP: #1427767 + * scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymore + - LP: #1427767 + * libata: prevent HSM state change race between ISR and PIO + - LP: #1427767 + * bus: mvebu-mbus: fix support of MBus window 13 + - LP: #1427767 + * ARM: dts: imx25: Fix PWM "per" clocks + - LP: #1427767 + * x86, boot: Skip relocs when load address unchanged + - LP: #1427767 + * x86, irq: Properly tag virtualization entry in /proc/interrupts + - LP: #1427767 + * mfd: tps65218: Make INT[12] and STATUS registers volatile + - LP: #1427767 + * mfd: tps65218: Make INT1 our status_base register + - LP: #1427767 + * mfd: rtsx_usb: Fix runtime PM deadlock + - LP: #1427767 + * x86, hyperv: Mark the Hyper-V clocksource as being continuous + - LP: #1427767 + * vb2: fix vb2_thread_stop race conditions + - LP: #1427767 + * x86, tls, ldt: Stop checking lm in LDT_empty + - LP: #1427767 + * x86, tls: Interpret an all-zero struct user_desc as "no segment" + - LP: #1427767 + * x86/apic: Re-enable PCI_MSI support for non-SMP X86_32 + - LP: #1427767 + * x86/tsc: Change Fast TSC calibration failed from error to info + - LP: #1427767 + * dm cache: share cache-metadata object across inactive and active DM + tables + - LP: #1427767 + * dm cache: fix problematic dual use of a single migration count variable + - LP: #1427767 + * sata_dwc_460ex: fix resource leak on error path + - LP: #1427767 + * pinctrl: lantiq: Release gpiochip resources in fail case + - LP: #1427767 + * pinctrl: lantiq: remove bogus of_gpio_chip_add + - LP: #1427767 + * crypto: prefix module autoloading with "crypto-" + - LP: #1427767 + * crypto: include crypto- module prefix in template + - LP: #1427767 + * crypto: add missing crypto module aliases + - LP: #1427767 + * Input: evdev - fix EVIOCG{type} ioctl + - LP: #1427767 + * tty: Fix pty master poll() after slave closes v2 + - LP: #1427767 + * bus: omap_l3_noc: Add resume hook to restore context + - LP: #1427767 + * bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the + irq handler + - LP: #1427767 + * decompress_bunzip2: off by one in get_next_block() + - LP: #1427767 + * um: Skip futex_atomic_cmpxchg_inatomic() test + - LP: #1427767 + * x86, um: actually mark system call tables readonly + - LP: #1427767 + * kbuild: Fix removal of the debian/ directory + - LP: #1427767 + * mm: get rid of radix tree gfp mask for pagecache_get_page + - LP: #1427767 + * HID: rmi: make compututation of the address of Query 12 more careful + - LP: #1427767 + * HID: rmi: Check for additional ACM registers appended to F11 data + report + - LP: #1427767 + * spi/pxa2xx: Clear cur_chip pointer before starting next message + - LP: #1427767 + * ASoC: fsl_esai: Fix incorrect xDC field width of xCCR registers + - LP: #1427767 + * spi: dw: Fix detecting FIFO depth + - LP: #1427767 + * spi: dw-mid: fix FIFO size + - LP: #1427767 + * ASoC: wm8960: Fix capture sample rate from 11250 to 11025 + - LP: #1427767 + * regulator: core: fix race condition in regulator_put() + - LP: #1427767 + * ASoC: pcm512x: Fix DSP program selection + - LP: #1427767 + * ASoC: simple-card: Fix crash in asoc_simple_card_unref() + - LP: #1427767 + * ASoC: soc-compress.c: fix NULL dereference + - LP: #1427767 + * ASoC: omap-mcbsp: Correct CBM_CFS dai format configuration + - LP: #1427767 + * Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd + - LP: #1427767 + * can: c_can: end pending transmission on network stop (ifdown) + - LP: #1427767 + * nfs: fix dio deadlock when O_DIRECT flag is flipped + - LP: #1427767 + * NFSv4.1: Fix an Oops in nfs41_walk_client_list + - LP: #1427767 + * Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857) + - LP: #1427767 + * mac80211: only roll back station states for WDS when suspending + - LP: #1427767 + * mac80211: properly set CCK flag in radiotap + - LP: #1427767 + * nl80211: fix per-station group key get/del and memory leak + - LP: #1427767 + * i2c: s3c2410: fix ABBA deadlock by keeping clock prepared + - LP: #1427767 + * uas: Add no-report-opcodes quirk for Simpletech devices with id + 4971:8017 + - LP: #1427767 + * usb-storage/SCSI: blacklist FUA on JMicron 152d:2566 USB-SATA + controller + - LP: #1427767 + * usb-core bInterval quirk + - LP: #1427767 + * USB: Add OTG PET device to TPL + - LP: #1427767 + * drm/i915: Only fence tiled region of object. + - LP: #1427767 + * drm/i915: Use IS_HSW_ULT() in a HSW specific code path + - LP: #1427767 + * drm/i915: Fix and clean BDW PCH identification + - LP: #1427767 + * drm/i915: BDW Fix Halo PCI IDs marked as ULT. + - LP: #1427767 + * ALSA: seq-dummy: remove deadlock-causing events on close + - LP: #1427767 + * x86, build: replace Perl script with Shell script + - LP: #1427767 + * drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty element + - LP: #1427767 + * drivers: net: cpsw: discard dual emac default vlan configuration + - LP: #1427767 + * can: kvaser_usb: Do not sleep in atomic context + - LP: #1427767 + * can: kvaser_usb: Send correct context to URB completion + - LP: #1427767 + * can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT + - LP: #1427767 + * can: kvaser_usb: Fix state handling upon BUS_ERROR events + - LP: #1427767 + * quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space + units + - LP: #1427767 + * rbd: fix rbd_dev_parent_get() when parent_overlap == 0 + - LP: #1427767 + * rbd: drop parent_ref in rbd_dev_unprobe() unconditionally + - LP: #1427767 + * dm cache: fix missing ERR_PTR returns and handling + - LP: #1427767 + * dm thin: don't allow messages to be sent to a pool target in READ_ONLY + or FAIL mode + - LP: #1427767 + * ARM: mvebu: don't set the PL310 in I/O coherency mode when I/O + coherency is disabled + - LP: #1427767 + * vm: add VM_FAULT_SIGSEGV handling support + - LP: #1427767 + * vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than + SIGBUS + - LP: #1427767 + * ahci_xgene: Fix the endianess issue in APM X-Gene SoC AHCI SATA + controller driver. + - LP: #1427767 + * USB: adutux: NULL dereferences on disconnect + - LP: #1427767 + * usb: musb: Fix a few off-by-one lengths + - LP: #1427767 + * perf: Tighten (and fix) the grouping condition + - LP: #1427767 + * clocksource: arch_timer: Only use the virtual counter (CNTVCT) on arm64 + - LP: #1427767 + * iwlwifi: mvm: drop non VO frames when flushing + - LP: #1427767 + * arc: mm: Fix build failure + - LP: #1427767 + * net: sctp: fix slab corruption from use after free on INIT collisions + - LP: #1427767 + * memcg: remove extra newlines from memcg oom kill log + - LP: #1427767 + * WAPF 4 for ASUSTeK COMPUTER INC. X75VBP WLAN ON. + - LP: #1427767 + * asus-nb-wmi: Add ASUSTeK COMPUTER INC. X200CA + - LP: #1427767 + * asus-nb-wmi: Add wapf4 quirk for the X550CL + - LP: #1427767 + * asus-nb-wmi: Add wapf4 quirk for the X550CC + - LP: #1427767 + * asus-nb-wmi.c: Rename x401u quirk to wapf4 + - LP: #1427767 + * asus-nb-wmi: Add wapf4 quirk for the U32U + - LP: #1427767 + * asus-nb-wmi: Add wapf4 quirk for the X550VB + - LP: #1427767 + * asus-nb-wmi: Add another wapf=4 quirk + - LP: #1173681, #1427767 + * ipv4: try to cache dst_entries which would cause a redirect + - LP: #1427767 + * Linux 3.16.7-ckt6 + - LP: #1427767 + * powerpc: add little endian flag to syscall_get_arch() + - LP: #1427778 + * arm64: Fix up /proc/cpuinfo + - LP: #1427778 + * MIPS: IRQ: Fix disable_irq on CPU IRQs + - LP: #1427778 + * Complete oplock break jobs before closing file handle + - LP: #1427778 + * smpboot: Add missing get_online_cpus() in + smpboot_register_percpu_thread() + - LP: #1427778 + * ASoC: atmel_ssc_dai: fix start event for I2S mode + - LP: #1427778 + * spi: spi-fsl-dspi: Remove usage of devm_kzalloc + - LP: #1427778 + * ALSA: ak411x: Fix stall in work callback + - LP: #1427778 + * lib/checksum.c: fix carry in csum_tcpudp_nofold + - LP: #1427778 + * lib/checksum.c: fix build for generic csum_tcpudp_nofold + - LP: #1427778 + * MIPS: Fix kernel lockup or crash after CPU offline/online + - LP: #1427778 + * gpio: sysfs: fix memory leak in gpiod_export_link + - LP: #1427778 + * gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low + - LP: #1427778 + * md/raid5: fix another livelock caused by non-aligned writes. + - LP: #1427778 + * PCI: Add NEC variants to Stratus ftServer PCIe DMI check + - LP: #1427778 + * drm/radeon: fix PLLs on RS880 and older v2 + - LP: #1427778 + * drm/radeon: don't init gpuvm if accel is disabled (v3) + - LP: #1427778 + * drm/radeon: properly set vm fragment size for TN/RL + - LP: #1427778 + * ARM: 8299/1: mm: ensure local active ASID is marked as allocated on + rollover + - LP: #1427778 + * ASoC: sgtl5000: add delay before first I2C access + - LP: #1427778 + * PCI: Handle read-only BARs on AMD CS553x devices + - LP: #1427778 + * ARM: dts: Fix I2S1, I2S2 compatible for exynos4 SoCs + - LP: #1427778 + * mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range + - LP: #1427778 + * nilfs2: fix deadlock of segment constructor over I_SYNC flag + - LP: #1427778 + * ip: zero sockaddr returned on error queue + - LP: #1427778 + * net: rps: fix cpu unplug + - LP: #1427778 + * ipv6: stop sending PTB packets for MTU < 1280 + - LP: #1427778 + * netxen: fix netxen_nic_poll() logic + - LP: #1427778 + * udp_diag: Fix socket skipping within chain + - LP: #1427778 + * ping: Fix race in free in receive path + - LP: #1427778 + * ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos + too + - LP: #1427778 + * bnx2x: fix napi poll return value for repoll + - LP: #1427778 + * net: don't OOPS on socket aio + - LP: #1427778 + * bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify + - LP: #1427778 + * tcp: ipv4: initialize unicast_sock sk_pacing_rate + - LP: #1427778 + * ipv4: tcp: get rid of ugly unicast_sock + - LP: #1427778 + * ppp: deflate: never return len larger than output buffer + - LP: #1427778 + * net: sctp: fix passing wrong parameter header to param_type2af in + sctp_process_param + - LP: #1427778 + * hyperv: Fix the error processing in netvsc_send() + - LP: #1427778 + * x86: mm: move mmap_sem unlock from mm_fault_error() to caller + - LP: #1427778 + * ALSA: hda - Add mute LED pin quirk for HP 15 touchsmart + - LP: #1334950, #1427778 + * ALSA: hda/realtek - move HP_MUTE_LED_MIC1 quirk for alc282 + - LP: #1427778 + * KVM: x86: update masterclock values on TSC writes + - LP: #1427778 + * media/rc: Send sync space information on the lirc device + - LP: #1427778 + * mmc: sdhci: Add PCI IDs for Intel Braswell + - LP: #1427778 + * mmc: sdhci-pci: Fix Braswell eMMC timeout clock frequency + - LP: #1427778 + * mmc: sdhci-pci: Add support for Intel SPT + - LP: #1427778 + * mmc: sdhci-acpi: Add ACPI HID INT344D + - LP: #1427778 + * mmc: sdhci: Preset value not supported in Baytrail eMMC + - LP: #1427778 + * mmc: sdhci-acpi: Add a HID and UID for a SD Card host controller + - LP: #1427778 + * ceph: introduce global empty snap context + - LP: #1427778 + * drm/vmwgfx: Don't use memory accounting for kernel-side fence objects + - LP: #1427778 + * Bluetooth: Add USB device 04ca:3010 as Atheros AR3012 + - LP: #1427778 + * Bluetooth: Add support for Acer [0489:e078] + - LP: #1427778 + * virtio_pci: defer kfree until release callback + - LP: #1427778 + * virtio_pci: document why we defer kfree + - LP: #1427778 + * Linux 3.16.7-ckt7 + - LP: #1427778 + + -- Seth Forshee Tue, 03 Mar 2015 13:01:14 -0600 + +linux (3.16.0-31.43) utopic; urgency=low + + [ Upstream Kernel Changes ] + + * IB/core: Prevent integer overflow in ib_umem_get address arithmetic + - LP: #1413741 + - CVE-2015-8159 + + -- Luis Henriques Mon, 09 Mar 2015 17:08:16 +0000 + +linux (3.16.0-31.41) utopic; urgency=low + + [ Seth Forshee ] + + * Release Tracking Bug + - LP: #1419961 + + [ Andy Whitcroft ] + + * [Debian] arm64 -- build ubuntu drivers + - LP: #1411284 + * hyper-v -- fix comment handing in /etc/network/interfaces + - LP: #1413020 + + [ Ben Hutchings ] + + * SAUCE: rtsx_usb_ms: Use msleep_interruptible() in polling loop + - LP: #1413149 + + [ Brad Figg ] + + * SAUCE: Config IWLWIFI_UAPSD=N + + [ Kamal Mostafa ] + + * [Packaging] force "dpkg-source -I -i" behavior + + [ Kukjin Kim ] + + * SAUCE: (no-up) ARM: SAMSUNG: fix the CPU_ID for EXYNOS5440 + - LP: #1411062 + + [ Leann Ogasawara ] + + * ubuntu: AUFS -- Resolve build failure union has no member named + 'd_child' + + [ Ming Lei ] + + * SAUCE: (no-up) ARM: EXYNOS: fix booting oops on exynos5440 + - LP: #1411062 + * SAUCE: (no-up) ARM: exynos5440-sd5v1: switch to fixed-link DT binding + - LP: #1417339 + * SAUCE: (no-up) net: stmmac: add fixed_phy support via fixed-link DT + binding + - LP: #1417339 + + [ Upstream Kernel Changes ] + + * Revert "[SCSI] mpt2sas: Remove phys on topology change." + - LP: #1419125 + * Revert "[SCSI] mpt3sas: Remove phys on topology change" + - LP: #1419125 + * Revert "ARM: 7830/1: delay: don't bother reporting bogomips in + /proc/cpuinfo" + - LP: #1419125 + * powerpc/powernv: Don't call generic code on offline cpus + - LP: #1400411 + * powerpc/powernv: Return to cpu offline loop when finished in KVM guest + - LP: #1400411 + * powerpc/powernv: Switch off MMU before entering nap/sleep/rvwinkle mode + - LP: #1400411 + * powerpc/powernv: Enable Offline CPUs to enter deep idle states + - LP: #1400411 + * powernv/cpuidle: Redesign idle states management + - LP: #1400411 + * powernv/powerpc: Add winkle support for offline cpus + - LP: #1400411 + * powerpc/kdump: Ignore failure in enabling big endian exception during + crash + - LP: #1410817 + * powerpc/perf/hv-24x7: Use kmem_cache_free + - LP: #1410519 + * powerpc/perf/hv-24x7: use kmem_cache instead of aligned stack + allocations + - LP: #1410519 + * powerpc/perf/hv-24x7: Use per-cpu page buffer + - LP: #1410519 + * power/perf/hv-24x7: Use kmem_cache_free() instead of kfree + - LP: #1410519 + * KVM: x86: SYSENTER emulation is broken + - LP: #1414651 + - CVE-2015-0239 + * powerpc/xmon: Fix another endiannes issue in RTAS call from xmon + - LP: #1415919 + * HID: i2c-hid: call the hid driver's suspend and resume callbacks + - LP: #1417363 + * HID: i2c-hid: Do not free buffers in i2c_hid_stop() + - LP: #1417363 + * ALSA: hda - add mic mute led hook for dell machines + - LP: #1418832 + * ALSA: hda - move DELL_WMI_MIC_MUTE_LED to the tail in the quirk chain + - LP: #1381856, #1418832 + * ALSA: hda - fix the mic mute led problem for Latitude E5550 + - LP: #1381856, #1418832 + * drm/i915: don't warn if backlight unexpectedly enabled + - LP: #1419125 + * drm/i915/dp: only use training pattern 3 on platforms that support it + - LP: #1419125 + * udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete. + - LP: #1419125 + * s390/3215: fix hanging console issue + - LP: #1419125 + * s390/3215: fix tty output containing tabs + - LP: #1419125 + * btrfs: don't go readonly on existing qgroup items + - LP: #1419125 + * regulator: anatop: Set default voltage selector for vddpu + - LP: #1419125 + * KVM: s390: Fix size of monitor-class number field + - LP: #1419125 + * [media] smiapp: Take mutex during PLL update in sensor initialisation + - LP: #1419125 + * [media] smiapp-pll: Correct clock debug prints + - LP: #1419125 + * Bluetooth: Fix LE connection timeout deadlock + - LP: #1419125 + * [media] sound: simplify au0828 quirk table + - LP: #1419125 + * [media] sound: Update au0828 quirks table + - LP: #1419125 + * [media] af9005: fix kernel panic on init if compiled without IR + - LP: #1419125 + * writeback: fix a subtle race condition in I_DIRTY clearing + - LP: #1419125 + * usb: renesas_usbhs: gadget: fix NULL pointer dereference in + ep_disable() + - LP: #1419125 + * KVM: s390: Fix ipte locking + - LP: #1419125 + * KVM: s390: flush CPU on load control + - LP: #1419125 + * UBI: Fix double free after do_sync_erase() + - LP: #1419125 + * UBI: Fix invalid vfree() + - LP: #1419125 + * Drivers: hv: vmbus: Fix a race condition when unregistering a device + - LP: #1419125 + * misc: genwqe: check for error from get_user_pages_fast() + - LP: #1419125 + * driver core: Fix unbalanced device reference in drivers_probe + - LP: #1419125 + * drbd: merge_bvec_fn: properly remap bvm->bi_bdev + - LP: #1419125 + * PCI: Restore detection of read-only BARs + - LP: #1419125 + * scsi: correct return values for .eh_abort_handler implementations + - LP: #1419125 + * drm/radeon: fix typo in CI dpm disable + - LP: #1419125 + * ARM: tegra: Re-add removed SoC id macro to tegra_resume() + - LP: #1419125 + * arm64: Add COMPAT_HWCAP_LPAE + - LP: #1419125 + * USB: qcserial: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem + - LP: #1419125 + * HID: usbhid: enable always-poll quirk for Elan Touchscreen 0103 + - LP: #1419125 + * HID: yet another buggy ELAN touchscreen + - LP: #1419125 + * dcache: fix kmemcheck warning in switch_names + - LP: #1419125 + * genhd: check for int overflow in disk_expand_part_tbl() + - LP: #1419125 + * ftrace/x86: Add frames pointers to trampoline as necessary + - LP: #1419125 + * drm/ttm: Avoid memory allocation from shrinker functions. + - LP: #1419125 + * ASoC: sigmadsp: Refuse to load firmware files with a non-supported + version + - LP: #1419125 + * drm/radeon: work around a hw bug in MGCG on CIK + - LP: #1419125 + * usb: gadget: at91_udc: move prepare clk into process context + - LP: #1419125 + * Btrfs: make sure we wait on logged extents when fsycning two subvols + - LP: #1419125 + * Btrfs: make sure logged extents complete in the current transaction V3 + - LP: #1419125 + * Btrfs: do not move em to modified list when unpinning + - LP: #1419125 + * ARM: mvebu: disable I/O coherency on non-SMP situations on Armada + 370/375/38x/XP + - LP: #1419125 + * megaraid_sas: corrected return of wait_event from abort frame path + - LP: #1419125 + * ASoC: max98090: Fix ill-defined sidetone route + - LP: #1419125 + * blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu map + - LP: #1419125 + * nfs41: fix nfs4_proc_layoutget error handling + - LP: #1419125 + * cdc-acm: memory leak in error case + - LP: #1419125 + * USB: cdc-acm: check for valid interfaces + - LP: #1419125 + * [media] uvcvideo: Fix destruction order in uvc_delete() + - LP: #1419125 + * HID: i2c-hid: fix race condition reading reports + - LP: #1419125 + * mfd: twl4030-power: Fix regression with missing compatible flag + - LP: #1419125 + * mfd: tc6393xb: Fail ohci suspend if full state restore is required + - LP: #1419125 + * tty: serial: men_z135_uart: Add terminating entry for men_z135_ids + - LP: #1419125 + * serial: samsung: wait for transfer completion before clock disable + - LP: #1419125 + * mmc: dw_mmc: avoid write to CDTHRCTL on older versions + - LP: #1419125 + * n_tty: Fix read_buf race condition, increment read_head after pushing + data + - LP: #1419125 + * dm cache: only use overwrite optimisation for promotion when in + writeback mode + - LP: #1419125 + * dm cache: dirty flag was mistakenly being cleared when promoting via + overwrite + - LP: #1419125 + * dm bufio: fix memleak when using a dm_buffer's inline bio + - LP: #1419125 + * ath9k_hw: fix hardware queue allocation + - LP: #1419125 + * ath9k: fix BE/BK queue order + - LP: #1419125 + * ath5k: fix hardware queue index assignment + - LP: #1419125 + * iwlwifi: dvm: fix flush support for old firmware + - LP: #1419125 + * iwlwifi: mvm: update values for Smart Fifo + - LP: #1419125 + * iommu/vt-d: Fix an off-by-one bug in __domain_mapping() + - LP: #1419125 + * dm crypt: use memzero_explicit for on-stack buffer + - LP: #1419125 + * mnt: Implicitly add MNT_NODEV on remount when it was implicitly added + by mount + - LP: #1419125 + * mnt: Update unprivileged remount test + - LP: #1419125 + * umount: Disallow unprivileged mount force + - LP: #1419125 + * md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying + wants. + - LP: #1419125 + * drm/i915: Only warn the first time we attempt to mmio whilst suspended + - LP: #1419125 + * drm/vmwgfx: Fix error printout on signals pending + - LP: #1419125 + * drm/vmwgfx: Fix fence event code + - LP: #1419125 + * hp_accel: Add support for HP ZBook 15 + - LP: #1419125 + * drm/radeon: check the right ring in radeon_evict_flags() + - LP: #1419125 + * swiotlb-xen: pass dev_addr to xen_dma_unmap_page and + xen_dma_sync_single_for_cpu + - LP: #1419125 + * swiotlb-xen: remove BUG_ON in xen_bus_to_phys + - LP: #1419125 + * swiotlb-xen: call xen_dma_sync_single_for_device when appropriate + - LP: #1419125 + * [media] img-ir/hw: Always read data to clear buffer + - LP: #1419125 + * [media] img-ir/hw: Fix potential deadlock stopping timer + - LP: #1419125 + * powerpc/book3s: Fix partial invalidation of TLBs in MCE code. + - LP: #1419125 + * clocksource: arm_arch_timer: Change clocksource name if CP15 + unavailable + - LP: #1419125 + * clocksource: arch_timer: Fix code to use physical timers when requested + - LP: #1419125 + * ALSA: hda - Fix built-in mic at resume on Lenovo Ideapad S210 + - LP: #1419125 + * groups: Consolidate the setgroups permission checks + - LP: #1419125 + * userns: Document what the invariant required for safe unprivileged + mappings. + - LP: #1419125 + * can: peak_usb: fix memset() usage + - LP: #1419125 + * can: peak_usb: fix cleanup sequence order in case of error during init + - LP: #1419125 + * ALSA: usb-audio: Don't resubmit pending URBs at MIDI error recovery + - LP: #1419125 + * KEYS: Fix stale key registration at error path + - LP: #1419125 + * thermal: Fix error path in thermal_init() + - LP: #1419125 + * i2c: designware: Fix falling time bindings doc + - LP: #1419125 + * drm/dp: retry AUX transactions 32 times (v1.1) + - LP: #1419125 + * drm/fb_helper: move deferred fb checking into restore mode (v2) + - LP: #1419125 + * xtensa: fix kmap_prot definition + - LP: #1419125 + * blk-mq: Fix a use-after-free + - LP: #1419125 + * blk-mq: Avoid that __bt_get_word() wraps multiple times + - LP: #1419125 + * blk-mq: Fix a race between bt_clear_tag() and bt_get() + - LP: #1419125 + * fs: nfsd: Fix signedness bug in compare_blob + - LP: #1419125 + * nfsd4: fix xdr4 inclusion of escaped char + - LP: #1419125 + * nfsd4: fix xdr4 count of server in fs_location4 + - LP: #1419125 + * userns: Don't allow setgroups until a gid mapping has been setablished + - LP: #1419125 + * userns: Don't allow unprivileged creation of gid mappings + - LP: #1419125 + * userns: Check euid no fsuid when establishing an unprivileged uid + mapping + - LP: #1419125 + * userns: Only allow the creator of the userns unprivileged mappings + - LP: #1419125 + * userns: Rename id_map_mutex to userns_state_mutex + - LP: #1419125 + * drm/i915: Don't complain about stolen conflicts on gen3 + - LP: #1419125 + * ALSA: hda - Add EAPD fixup for ASUS Z99He laptop + - LP: #1419125 + * blk-mq: Fix uninitialized kobject at CPU hotplugging + - LP: #1419125 + * ncpfs: return proper error from NCP_IOC_SETROOT ioctl + - LP: #1419125 + * drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probe + - LP: #1419125 + * rtc: omap: fix clock-source configuration + - LP: #1419125 + * rtc: omap: fix missing wakealarm attribute + - LP: #1419125 + * exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting + - LP: #1419125 + * x86_64, switch_to(): Load TLS descriptors before switching DS and ES + - LP: #1419125 + * KVM: nVMX: Disable unrestricted mode if ept=0 + - LP: #1419125 + * KVM: x86: em_ret_far overrides cpl + - LP: #1419125 + * drm/i915: save/restore GMBUS freq across suspend/resume on gen4 + - LP: #1419125 + * pstore-ram: Fix hangs by using write-combine mappings + - LP: #1419125 + * pstore-ram: Allow optional mapping with pgprot_noncached + - LP: #1419125 + * userns: Add a knob to disable setgroups on a per user namespace basis + - LP: #1419125 + * userns: Allow setting gid_maps without privilege when setgroups is + disabled + - LP: #1419125 + * userns: Unbreak the unprivileged remount tests + - LP: #1419125 + * HID: i2c-hid: prevent buffer overflow in early IRQ + - LP: #1419125 + * mac80211: fix multicast LED blinking and counter + - LP: #1419125 + * cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz drivers + - LP: #1419125 + * cfg80211: avoid mem leak on driver hint set + - LP: #1419125 + * nl80211: check matches array length before acessing it + - LP: #1419125 + * cfg80211: don't WARN about two consecutive Country IE hint + - LP: #1419125 + * reiserfs: destroy allocated commit workqueue + - LP: #1419125 + * mtd: tests: abort torturetest on erase errors + - LP: #1419125 + * tracing/sched: Check preempt_count() for current when reading + task->state + - LP: #1419125 + * x86/tls: Validate TLS entries to protect espfix + - LP: #1419125 + * x86/tls: Disallow unusual TLS segments + - LP: #1419125 + * ARC: [nsimosci] move peripherals to match model to FPGA + - LP: #1419125 + * isofs: Fix infinite looping over CE entries + - LP: #1419125 + * mac80211: free management frame keys when removing station + - LP: #1419125 + * ceph: do_sync is never initialized + - LP: #1419125 + * mnt: Fix a memory stomp in umount + - LP: #1419125 + * ocfs2: fix journal commit deadlock + - LP: #1419125 + * md/bitmap: always wait for writes on unplug. + - LP: #1419125 + * mmc: block: add newline to sysfs display of force_ro + - LP: #1419125 + * mmc: omap_hsmmc: Fix UHS card with DDR50 support + - LP: #1419125 + * dm space map metadata: fix sm_bootstrap_get_nr_blocks() + - LP: #1419125 + * dm thin: fix a race in thin_dtr + - LP: #1419125 + * ARM: mvebu: fix ordering in Armada 370 .dtsi + - LP: #1419125 + * eCryptfs: Force RO mount when encrypted view is enabled + - LP: #1419125 + * eCryptfs: Remove buggy and unnecessary write in file name decode + routine + - LP: #1419125 + * tcm_loop: Fix wrong I_T nexus association + - LP: #1419125 + * clk: samsung: Fix double add of syscore ops after driver rebind + - LP: #1419125 + * ASoC: pcm512x: Trigger auto-increment of register addresses on i2c + - LP: #1419125 + * Btrfs: fix fs corruption on transaction abort if device supports + discard + - LP: #1419125 + * perf/x86/intel/uncore: Make sure only uncore events are collected + - LP: #1419125 + * perf: Fix events installation during moving group + - LP: #1419125 + * drm/i915: vlv: fix IRQ masking when uninstalling interrupts + - LP: #1419125 + * iscsi,iser-target: Initiate termination only once + - LP: #1419125 + * iser-target: Fix flush + disconnect completion handling + - LP: #1419125 + * iser-target: Parallelize CM connection establishment + - LP: #1419125 + * iser-target: Fix connected_handler + teardown flow race + - LP: #1419125 + * iser-target: Handle ADDR_CHANGE event for listener cm_id + - LP: #1419125 + * iser-target: Fix implicit termination of connections + - LP: #1419125 + * iser-target: Allocate PI contexts dynamically + - LP: #1419125 + * iser-target: Fix NULL dereference in SW mode DIF + - LP: #1419125 + * iscsi,iser-target: Expose supported protection ops according to t10_pi + - LP: #1419125 + * genirq: Prevent proc race against freeing of irq descriptors + - LP: #1419125 + * scsi: blacklist RSOC for Microsoft iSCSI target devices + - LP: #1419125 + * iscsi-target: Fail connection on short sendmsg writes + - LP: #1419125 + * drm/i915: Invalidate media caches on gen7 + - LP: #1419125 + * drm/i915: Force the CS stall for invalidate flushes + - LP: #1419125 + * ALSA: hda/realtek - Add new Dell desktop for ALC3234 headset mode + - LP: #1419125 + * dm thin: fix inability to discard blocks when in out-of-data-space mode + - LP: #1419125 + * dm thin: fix missing out-of-data-space to write mode transition if + blocks are released + - LP: #1419125 + * dm: fix missed error code if .end_io isn't implemented by target_type + - LP: #1419125 + * i2c: mv64xxx: use BIT() macro for register value definitions + - LP: #1419125 + * i2c: mv64xxx: rework offload support to fix several problems + - LP: #1419125 + * x86/tls: Don't validate lm in set_thread_area() after all + - LP: #1419125 + * ALSA: usb-audio: extend KEF X300A FU 10 tweak to Arcam rPAC + - LP: #1419125 + * tick/powerclamp: Remove tick_nohz_idle abuse + - LP: #1419125 + * audit: don't attempt to lookup PIDs when changing PID filtering audit + rules + - LP: #1419125 + * audit: use supplied gfp_mask from audit_buffer in + kauditd_send_multicast_skb + - LP: #1419125 + * arm64: kernel: add missing __init section marker to cpu_suspend_init + - LP: #1419125 + * arm64: kernel: refactor the CPU suspend API for retention states + - LP: #1419125 + * arm64: Move cpu_resume into the text section + - LP: #1419125 + * arm64: kernel: fix __cpu_suspend mm switch on warm-boot + - LP: #1419125 + * audit: restore AUDIT_LOGINUID unset ABI + - LP: #1419125 + * parisc: fix out-of-register compiler error in ldcw inline assembler + function + - LP: #1419125 + * kvm: x86: drop severity of "generation wraparound" message + - LP: #1419125 + * Btrfs: fix loop writing of async reclaim + - LP: #1419125 + * powercap / RAPL: add support for CPU model 0x3f + - LP: #1419125 + * iwlwifi: make U-APSD default configurable at compile time + - LP: #1419125 + * isofs: Fix unchecked printing of ER records + - LP: #1419125 + * crypto: af_alg - fix backlog handling + - LP: #1419125 + * udf: Check path length when reading symlink + - LP: #1419125 + * udf: Verify i_size when loading inode + - LP: #1419125 + * udf: Verify symlink size before loading it + - LP: #1419125 + * udf: Check component length before reading it + - LP: #1419125 + * platform/chrome: chromeos_laptop - Add support for Acer C720 + - LP: #1419125 + * platform/chrome: chromeos_laptop - Add HP Chromebook 14 + - LP: #1419125 + * platform/chrome: chromeos_laptop - Add Dell Chromebook 11 touch + - LP: #1419125 + * platform/chrome: chromeos_laptop - Add Toshiba CB35 Touch + - LP: #1419125 + * platform/chrome: Add support for the acer c720p touchscreen. + - LP: #1419125 + * batman-adv: Calculate extra tail size based on queued fragments + - LP: #1419125 + * move d_rcu from overlapping d_child to overlapping d_alias + - LP: #1419125 + * deal with deadlock in d_walk() + - LP: #1419125 + * KEYS: close race between key lookup and freeing + - LP: #1419125 + * Linux 3.16.7-ckt4 + - LP: #1419125 + * spi: sh-msiof: Add runtime PM lock in initializing + - LP: #1419125 + * drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4 + - LP: #1419125 + * x86_64, vdso: Fix the vdso address randomization algorithm + - LP: #1419125 + * drm/nv4c/mc: disable msi + - LP: #1419125 + * ASoC: dwc: Ensure FIFOs are flushed to prevent channel swap + - LP: #1419125 + * x86, vdso: Use asm volatile in __getcpu + - LP: #1419125 + * video/logo: prevent use of logos after they have been freed + - LP: #1419125 + * video/fbdev: fix defio's fsync + - LP: #1419125 + * Add USB_EHCI_EXYNOS to multi_v7_defconfig + - LP: #1419125 + * SCSI: fix regression in scsi_send_eh_cmnd() + - LP: #1419125 + * Btrfs: don't delay inode ref updates during log replay + - LP: #1419125 + * net: ethernet: cpsw: fix hangs with interrupts + - LP: #1419125 + * ALSA: hda - Fix wrong gpio_dir & gpio_mask hint setups for IDT/STAC + codecs + - LP: #1419125 + * drm/radeon: KV has three PPLLs (v2) + - LP: #1419125 + * drm/radeon: fix sad_count check for dce3 + - LP: #1419125 + * drm/radeon: properly filter DP1.2 4k modes on non-DP1.2 hw + - LP: #1419125 + * drm/radeon: adjust default bapm settings for KV + - LP: #1419125 + * ACPI / PM: Fix PM initialization for devices that are not present + - LP: #1419125 + * mm: propagate error from stack expansion even for guard page + - LP: #1419125 + * ALSA: hda - Add new GPU codec ID 0x10de0072 to snd-hda + - LP: #1419125 + * vfio-pci: Fix the check on pci device type in vfio_pci_probe() + - LP: #1419125 + * rpc: fix xdr_truncate_encode to handle buffer ending on page boundary + - LP: #1419125 + * arm64/efi: add missing call to early_ioremap_reset() + - LP: #1419125 + * exit: fix race between wait_consider_task() and wait_task_zombie() + - LP: #1419125 + * mm: prevent endless growth of anon_vma hierarchy + - LP: #1419125 + * mm: protect set_page_dirty() from ongoing truncation + - LP: #1419125 + * mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process + being killed + - LP: #1419125 + * sched/deadline: Fix migration of SCHED_DEADLINE tasks + - LP: #1419125 + * sched/deadline: Avoid double-accounting in case of missed deadlines + - LP: #1419125 + * HID: roccat: potential out of bounds in pyra_sysfs_write_settings() + - LP: #1419125 + * mm: Don't count the stack guard page towards RLIMIT_STACK + - LP: #1419125 + * mm: fix corner case in anon_vma endless growing prevention + - LP: #1419125 + * xen/arm/arm64: introduce xen_arch_need_swiotlb + - LP: #1419125 + * perf session: Do not fail on processing out of order event + - LP: #1419125 + * fsnotify: next_i is freed during fsnotify_unmount_inodes. + - LP: #1419125 + * drivers/rtc/rtc-isl12057.c: fix masking of register values + - LP: #1419125 + * ASoC: eukrea-tlv320: Fix of_node_put() call with uninitialized object + - LP: #1419125 + * ALSA: fireworks: fix an endianness bug for transaction length + - LP: #1419125 + * mtd: nand: omap: Fix NAND enumeration on 3430 LDP + - LP: #1419125 + * ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() + when link file + - LP: #1419125 + * powerpc: Fix bad NULL pointer check in udbg_uart_getc_poll() + - LP: #1419125 + * HID: add battery quirk for USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO + keyboard + - LP: #1419125 + * ALSA: hda - using uninitialized data + - LP: #1419125 + * nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() races + - LP: #1419125 + * scripts/kernel-doc: don't eat struct members with __aligned + - LP: #1419125 + * ARM: dts: DRA7: wdt: Fix compatible property for watchdog node + - LP: #1419125 + * ARM: dts: Enable PWM node by default for s3c64xx + - LP: #1419125 + * ARM: OMAP4: PM: Only do static dependency configuration in + omap4_init_static_deps + - LP: #1419125 + * HID: Add a new id 0x501a for Genius MousePen i608X + - LP: #1419125 + * netfilter: ipset: small potential read beyond the end of buffer + - LP: #1419125 + * bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated + queries + - LP: #1419125 + * bcache: Make sure to pass GFP_WAIT to mempool_alloc() + - LP: #1419125 + * ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake. + - LP: #1419125 + * ACPI / scan: No implicit wake notification for buttons + - LP: #1419125 + * gre: fix the inner mac header in nbma tunnel xmit path + - LP: #1419125 + * netlink: Always copy on mmap TX. + - LP: #1419125 + * netlink: Don't reorder loads/stores before marking mmap netlink frame + as available + - LP: #1419125 + * in6: fix conflict with glibc + - LP: #1419125 + * tg3: tg3_disable_ints using uninitialized mailbox value to disable + interrupts + - LP: #1419125 + * batman-adv: Unify fragment size calculation + - LP: #1419125 + * batman-adv: avoid NULL dereferences and fix if check + - LP: #1419125 + * net: Fix stacked vlan offload features computation + - LP: #1419125 + * net: Reset secmark when scrubbing packet + - LP: #1419125 + * net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding + - LP: #1419125 + * tcp: Do not apply TSO segment limit to non-TSO packets + - LP: #1419125 + * xen-netback: fixing the propagation of the transmit shaper timeout + - LP: #1419125 + * alx: fix alx_poll() + - LP: #1419125 + * team: avoid possible underflow of count_pending value for notify_peers + and mcast_rejoin + - LP: #1419125 + * enic: fix rx skb checksum + - LP: #1419125 + * netfilter: conntrack: disable generic tracking for known protocols + - LP: #1419125 + * xen-netfront: Fix handling packets on compound pages with skb_linearize + - LP: #1419125 + * xen-netfront: use correct linear area after linearizing an skb + - LP: #1419125 + * usb: musb: stuff leak of struct usb_hcd + - LP: #1419125 + * usb: gadget: gadgetfs: Free memory allocated by memdup_user() + - LP: #1419125 + * usb: gadget: udc: atmel: change setting for DMA + - LP: #1419125 + * usb: gadget: udc: atmel: fix possible IN hang issue + - LP: #1419125 + * ARM: imx6q: drop unnecessary semicolon + - LP: #1419125 + * ARM: clk-imx6q: fix video divider for rev T0 1.0 + - LP: #1419125 + * ARM: dts: imx25: Fix the SPI1 clocks + - LP: #1419125 + * USB: cp210x: fix ID for production CEL MeshConnect USB Stick + - LP: #1419125 + * USB: keyspan: fix null-deref at probe + - LP: #1419125 + * iwlwifi: mvm: fix Rx with both chains + - LP: #1419125 + * ARM: imx6sx: Set PLL2 as parent of QSPI clocks + - LP: #1419125 + * ARM: omap5/dra7xx: Fix frequency typos + - LP: #1419125 + * ARM: omap5/dra7xx: Enable booting secondary CPU in HYP mode + - LP: #1419125 + * LOCKD: Fix a race when initialising nlmsvc_timeout + - LP: #1419125 + * NFSv4.1: Fix client id trunking on Linux + - LP: #1419125 + * ARM: dts: imx51-babbage: Fix ULPI PHY reset modelling + - LP: #1419125 + * USB: cp210x: add IDs for CEL USB sticks and MeshWorks devices + - LP: #1419125 + * vhost-scsi: Add missing virtio-scsi -> TCM attribute conversion + - LP: #1419125 + * USB: qcserial/option: make AT URCs work for Sierra Wireless MC73xx + - LP: #1419125 + * ARM: dts: berlin: fix io clk and add missing core clk for BG2Q sdhci2 + host + - LP: #1419125 + * ARM: dts: berlin: add broken-cd and set bus width for eMMC in Marvell + DMP DT + - LP: #1419125 + * ARM: dts: berlin: correct BG2Q's SM GPIO location. + - LP: #1419125 + * xhci: Check if slot is already in default state before moving it there + - LP: #1419125 + * USB: EHCI: fix initialization bug in iso_stream_schedule() + - LP: #1419125 + * xhci: Add broken-streams quirk for Fresco Logic FL1000G xhci + controllers + - LP: #1419125 + * uas: Add US_FL_NO_ATA_1X for Seagate devices with usb-id 0bc2:a013 + - LP: #1419125 + * uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS566 with usb-id + 0bc2:a013 + - LP: #1419125 + * uas: Add US_FL_NO_ATA_1X for 2 more Seagate disk enclosures + - LP: #1419125 + * OHCI: add a quirk for ULi M5237 blocking on reset + - LP: #1419125 + * mei: clean reset bit before reset + - LP: #1419125 + * target: Drop arbitrary maximum I/O size limit + - LP: #1419125 + * usb: gadget: udc: atmel: fix possible oops when unloading module + - LP: #1419125 + * USB: console: fix uninitialised ldisc semaphore + - LP: #1419125 + * USB: console: fix potential use after free + - LP: #1419125 + * mmc: sdhci-pxav3: fix error handling of sdhci_add_host + - LP: #1419125 + * mmc: sdhci-pxav3: do the mbus window configuration after enabling + clocks + - LP: #1419125 + * mmc: sdhci: Fix sleep in atomic after inserting SD card + - LP: #1419125 + * clk: at91: keep slow clk enabled to prevent system hang + - LP: #1419125 + * clk: berlin: bg2q: remove non-exist "smemc" gate clock + - LP: #1419125 + * drivers: net: cpsw: fix multicast flush in dual emac mode + - LP: #1419125 + * usb: dwc3: gadget: Fix TRB preparation during SG + - LP: #1419125 + * usb: dwc3: gadget: Stop TRB preparation after limit is reached + - LP: #1419125 + * ftrace/jprobes/x86: Fix conflict between jprobes and function graph + tracing + - LP: #1419125 + * reset: sunxi: fix spinlock initialization + - LP: #1419125 + * clk: Don't try to use a struct clk* after it could have been freed + - LP: #1419125 + * tcm_loop: Fixup tag handling + - LP: #1419125 + * net: prevent of emerging cross-namespace symlinks + - LP: #1419125 + * net: fix creation adjacent device symlinks + - LP: #1419125 + * drm/i915: Evict CS TLBs between batches + - LP: #1419125 + * ARM: dts: dra7-evm: fix qspi device tree partition size + - LP: #1419125 + * ARM: shmobile: sh73a0 legacy: Set .control_parent for all irqpin + instances + - LP: #1419125 + * Linux 3.16.7-ckt5 + - LP: #1419125 + + -- Seth Forshee Mon, 09 Feb 2015 14:00:45 -0600 + +linux (3.16.0-30.40) utopic; urgency=low + + [ Seth Forshee ] + + * Release Tracking Bug + - LP: #1409890 + + [ Andy Whitcroft ] + + * Revert "SAUCE: scsi: hyper-v storsvc switch up to SPC-3" + * [Packaging] uploadnum should be the remainder of the version + - LP: #1407755 + + [ K. Y. Srinivasan ] + + * SAUCE: storvsc: force SPC-3 compliance on win8 and win8 r2 hosts + - LP: #1406867 + + [ Upstream Kernel Changes ] + + * Revert "xhci: clear root port wake on bits if controller isn't wake-up + capable" + - LP: #1408697 + * KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor mode + - LP: #1400209 + * powerpc/powernv: Ignore smt-enabled on Power8 and later + - LP: #1402141 + * net/mlx4_en: Add VXLAN ndo calls to the PF net device ops too + - LP: #1407760 + * net/mlx4_core: Enable CQE/EQE stride support + - LP: #1400127 + * net/mlx4_core: Cache line EQE size support + - LP: #1400127 + * net/mlx4_en: Add mlx4_en_get_cqe helper + - LP: #1400127 + * net/mlx4_core: Introduce mlx4_get_module_info for cable module info + reading + - LP: #1400127 + * ethtool, net/mlx4_en: Cable info, get_module_info/eeprom ethtool + support + - LP: #1400127 + * net/mlx4_core: Introduce ACCESS_REG CMD and eth_prot_ctrl dev cap + - LP: #1400127 + * net/mlx4_core: Add ethernet backplane autoneg device capability + - LP: #1400127 + * ethtool, net/mlx4_en: Add 100M, 20G, 56G speeds ethtool reporting + support + - LP: #1400127 + * net/mlx4_en: Use PTYS register to query ethtool settings + - LP: #1400127 + * net/mlx4_en: Use PTYS register to set ethtool settings (Speed) + - LP: #1400127 + * net/mlx4_en: Add support for setting rxvlan offload OFF/ON + - LP: #1400127 + * net/mlx4_en: Add ethtool support for [rx|tx]vlan offload set to OFF/ON + - LP: #1400127 + * net/mlx4_core: Prevent VF from changing port configuration + - LP: #1400127 + * net/mlx4_en: mlx4_en_set_settings() always fails when autoneg is set + - LP: #1400127 + * sparc64: Fix constraints on swab helpers. + - LP: #1408697 + * inetdevice: fixed signed integer overflow + - LP: #1408697 + * ipv4: Fix incorrect error code when adding an unreachable route + - LP: #1408697 + * ieee802154: fix error handling in ieee802154fake_probe() + - LP: #1408697 + * qmi_wwan: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem + - LP: #1408697 + * bonding: fix curr_active_slave/carrier with loadbalance arp monitoring + - LP: #1408697 + * pptp: fix stack info leak in pptp_getname() + - LP: #1408697 + * ipx: fix locking regression in ipx_sendmsg and ipx_recvmsg + - LP: #1408697 + * net/mlx4_en: Advertize encapsulation offloads features only when VXLAN + tunnel is set + - LP: #1408697 + * target: Don't call TFO->write_pending if data_length == 0 + - LP: #1408697 + * vhost-scsi: Take configfs group dependency during + VHOST_SCSI_SET_ENDPOINT + - LP: #1408697 + * srp-target: Retry when QP creation fails with ENOMEM + - LP: #1408697 + * ASoC: fsi: remove unsupported PAUSE flag + - LP: #1408697 + * ASoC: rsnd: remove unsupported PAUSE flag + - LP: #1408697 + * ib_isert: Add max_send_sge=2 minimum for control PDU responses + - LP: #1408697 + * iser-target: Handle DEVICE_REMOVAL event on network portal listener + correctly + - LP: #1408697 + * ASoC: dpcm: Fix race between FE/BE updates and trigger + - LP: #1408697 + * ASoC: samsung: Add MODULE_DEVICE_TABLE for Snow + - LP: #1408697 + * mac80211: Fix regression that triggers a kernel BUG with CCMP + - LP: #1408697 + * rt2x00: do not align payload on modern H/W + - LP: #1408697 + * ath9k: Fix RTC_DERIVED_CLK usage + - LP: #1408697 + * ASoC: cs42l51: re-hook of_match_table pointer + - LP: #1408697 + * ASoC: sgtl5000: Fix SMALL_POP bit definition + - LP: #1408697 + * ALSA: usb-audio: Add ctrl message delay quirk for Marantz/Denon devices + - LP: #1408697 + * bitops: Fix shift overflow in GENMASK macros + - LP: #1408697 + * x86: Require exact match for 'noxsave' command line option + - LP: #1408697 + * drm/i915: drop WaSetupGtModeTdRowDispatch:snb + - LP: #1408697 + * drm/i915: Handle failure to kick out a conflicting fb driver + - LP: #1408697 + * drm/i915: Kick fbdev before vgacon + - LP: #1408697 + * ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use + - LP: #1408697 + * can: dev: avoid calling kfree_skb() from interrupt context + - LP: #1408697 + * can: esd_usb2: fix memory leak on disconnect + - LP: #1408697 + * x86, mm: Set NX across entire PMD at boot + - LP: #1408697 + * x86, kaslr: Handle Gold linker for finding bss/brk + - LP: #1408697 + * of/irq: Drop obsolete 'interrupts' vs 'interrupts-extended' text + - LP: #1408697 + * of: Fix crash if an earlycon driver is not found + - LP: #1408697 + * of/base: Fix PowerPC address parsing hack + - LP: #1408697 + * clockevent: sun4i: Fix race condition in the probe code + - LP: #1408697 + * MIPS: IP27: Fix __node_distances undefined error + - LP: #1408697 + * MIPS: oprofile: Fix backtrace on 64-bit kernel + - LP: #1408697 + * MIPS: asm: uaccess: Add v1 register to clobber list on EVA + - LP: #1408697 + * MIPS: lib: memcpy: Restore NOP on delay slot before returning to caller + - LP: #1408697 + * btrfs: fix lockups from btrfs_clear_path_blocking + - LP: #1408697 + * PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_t + - LP: #1408697 + * ACPI / PM: Ignore wakeup setting if the ACPI companion can't wake up + - LP: #1408697 + * IB/isert: Adjust CQ size to HW limits + - LP: #1408697 + * drm/radeon: fix endian swapping in vbios fetch for tdp table + - LP: #1408697 + * fold swapping ->d_name.hash into switch_names() + - LP: #1408697 + * vfs: Don't exchange "short" filenames unconditionally. + - LP: #1408697 + * ARM: pxa: fix hang on startup with DEBUG_LL + - LP: #1408697 + * ALSA: hda_intel: Add Device IDs for Intel Sunrise Point PCH + - LP: #1408697 + * ALSA: hda_intel: Add DeviceIDs for Sunrise Point-LP + - LP: #1408697 + * HID: usbhid: Use flag HID_DISCONNECTED when a usb device is removed + - LP: #1408697 + * Bluetooth: Add support for Intel bootloader devices + - LP: #1408697 + * Bluetooth: Handle Intel USB bootloader with buggy interrupt + - LP: #1408697 + * Bluetooth: Ignore isochronous endpoints for Intel USB bootloader + - LP: #1408697 + * Bluetooth: Fix endian and alignment issue with ath3k version handling + - LP: #1408697 + * Bluetooth: Add support for Broadcom device of Asus Z97-DELUXE + motherboard + - LP: #1408697 + * Bluetooth: Fix crash in the Marvell driver initialization codepath + - LP: #1408697 + * Bluetooth: Add support for Acer [13D3:3432] + - LP: #1408697 + * Add a new PID/VID 0227/0930 for AR3012. + - LP: #1408697 + * Input: xpad - add VID/PID for Razer Sabertooth + - LP: #1408697 + * Input: xpad - sync device IDs with xboxdrv + - LP: #1408697 + * Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing Wheel + - LP: #1408697 + * Input: serio - avoid negative serio device numbers + - LP: #1408697 + * nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait + - LP: #1408697 + * aio: fix uncorrent dirty pages accouting when truncating AIO ring + buffer + - LP: #1408697 + * ARM: mvebu: add missing of_node_put() call in coherency.c + - LP: #1408697 + * spi: dw: Fix dynamic speed change. + - LP: #1408697 + * USB: serial: cp210x: add IDs for CEL MeshConnect USB Stick + - LP: #1408697 + * iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit mask + - LP: #1408697 + * iio: adc: men_z188_adc: Add terminating entry for men_z188_ids + - LP: #1408697 + * Input: synaptics - adjust min/max on Thinkpad E540 + - LP: #1408697 + * spi: Fix mapping from vmalloc-ed buffer to scatter list + - LP: #1408697 + * clk-divider: Fix READ_ONLY when divider > 1 + - LP: #1408697 + * spi: sirf: fix word width configuration + - LP: #1408697 + * usb: serial: ftdi_sio: add PIDs for Matrix Orbital products + - LP: #1408697 + * USB: keyspan: fix tty line-status reporting + - LP: #1408697 + * USB: keyspan: fix overrun-error reporting + - LP: #1408697 + * USB: ssu100: fix overrun-error reporting + - LP: #1408697 + * nfsd: correctly define v4.2 support attributes + - LP: #1408697 + * SUNRPC: Fix locking around callback channel reply receive + - LP: #1408697 + * nfsd: Fix slot wake up race in the nfsv4.1 callback code + - LP: #1408697 + * bnx2fc: do not add shared skbs to the fcoe_rx_list + - LP: #1408697 + * scsi: add Intel Multi-Flex to scsi scan blacklist + - LP: #1408697 + * ARM: 8216/1: xscale: correct auxiliary register in suspend/resume + - LP: #1408697 + * USB: uas: Add no-uas quirk for Hitachi usb-3 enclosures 4971:1012 + - LP: #1408697 + * USB: xhci: don't start a halted endpoint before its new dequeue is set + - LP: #1408697 + * USB: xhci: Reset a halted endpoint immediately when we encounter a + stall. + - LP: #1408697 + * usb: xhci: rework root port wake bits if controller isn't allowed to + wakeup + - LP: #1408697 + * ixgbe: Correctly disable VLAN filter in promiscuous mode + - LP: #1408697 + * ixgbe: Fix possible null-dereference in error path + - LP: #1408697 + * ixgbe: fix use after free adapter->state test in + ixgbe_remove/ixgbe_probe + - LP: #1408697 + * ALSA: hda - Limit 40bit DMA for AMD HDMI controllers + - LP: #1408697 + * PCI/MSI: Add device flag indicating that 64-bit MSIs don't work + - LP: #1408697 + * gpu/radeon: Set flag to indicate broken 64-bit MSI + - LP: #1408697 + * sound/radeon: Move 64-bit MSI quirk from arch to driver + - LP: #1408697 + * powerpc/pseries: Honor the generic "no_64bit_msi" flag + - LP: #1408697 + * MIPS: r4kcache: Add EVA case for protected_writeback_dcache_line + - LP: #1408697 + * MIPS: cpu-probe: Set the FTLB probability bit on supported cores + - LP: #1408697 + * MIPS: fix EVA & non-SMP non-FPU FP context signal handling + - LP: #1408697 + * MIPS: Loongson: Make platform serial setup always built-in. + - LP: #1408697 + * drm/i915: Ignore SURFLIVE and flip counter when the GPU gets reset + - LP: #1408697 + * net/ping: handle protocol mismatching scenario + - LP: #1408697 + * usb-quirks: Add reset-resume quirk for MS Wireless Laser Mouse 6000 + - LP: #1408697 + * Input: xpad - use proper endpoint type + - LP: #1408697 + * powerpc/powernv: Replace OPAL_DEASSERT_RESET with EEH_RESET_DEACTIVATE + - LP: #1408697 + * powerpc: 32 bit getcpu VDSO function uses 64 bit instructions + - LP: #1408697 + * drm/radeon: report disconnected for LVDS/eDP with PX if ddc fails + - LP: #1408697 + * ARM: 8222/1: mvebu: enable strex backoff delay + - LP: #1408697 + * ARM: 8226/1: cacheflush: get rid of restarting block + - LP: #1408697 + * staging: r8188eu: Add new device ID for DLink GO-USB-N150 + - LP: #1408697 + * btrfs: zero out left over bytes after processing compression streams + - LP: #1408697 + * uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME + - LP: #1408697 + * powerpc/powernv: Honor the generic "no_64bit_msi" flag + - LP: #1408697 + * net: sun4i-emac: fix memory leak on bad packet + - LP: #1408697 + * drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets + - LP: #1408697 + * smiapp: Only some selection targets are settable + - LP: #1408697 + * i2c: omap: fix NACK and Arbitration Lost irq handling + - LP: #1408697 + * s2255drv: fix payload size for JPG, MJPEG + - LP: #1408697 + * x86: Use $(OBJDUMP) instead of plain objdump + - LP: #1408697 + * of/fdt: memblock_reserve /memreserve/ regions in the case of partial + overlap + - LP: #1408697 + * drm/nouveau/gf116: remove copy1 engine + - LP: #1408697 + * nouveau: move the hotplug ignore to correct place. + - LP: #1408697 + * ALSA: hda/realtek - Add headset Mic support for new Dell machine + - LP: #1408697 + * drm/i915: More cautious with pch fifo underruns + - LP: #1408697 + * drm/i915: Unlock panel even when LVDS is disabled + - LP: #1408697 + * AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller + - LP: #1408697 + * sata_fsl: fix error handling of irq_of_parse_and_map + - LP: #1408697 + * drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with + 3.18.0-rc6 + - LP: #1408697 + * mm: frontswap: invalidate expired data on a dup-store failure + - LP: #1408697 + * mm/vmpressure.c: fix race in vmpressure_work_fn() + - LP: #1408697 + * drivers/input/evdev.c: don't kfree() a vmalloc address + - LP: #1408697 + * mm: fix swapoff hang after page migration and fork + - LP: #1408697 + * mm: fix anon_vma_clone() error treatment + - LP: #1408697 + * slab: fix nodeid bounds check for non-contiguous node IDs + - LP: #1408697 + * ahci: disable MSI on SAMSUNG 0xa800 SSD + - LP: #1408697 + * i2c: davinci: generate STP always when NACK is received + - LP: #1408697 + * i2c: cadence: Set the hardware time-out register to maximum value + - LP: #1408697 + * drm/radeon: sync all BOs involved in a CS v2 + - LP: #1408697 + * ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic + - LP: #1408697 + * ipv6: gre: fix wrong skb->protocol in WCCP + - LP: #1408697 + * Fix race condition between vxlan_sock_add and vxlan_sock_release + - LP: #1408697 + * tg3: fix ring init when there are more TX than RX channels + - LP: #1408697 + * net/mlx4_core: Limit count field to 24 bits in qp_alloc_res + - LP: #1408697 + * bond: Check length of IFLA_BOND_ARP_IP_TARGET attributes + - LP: #1408697 + * rtnetlink: release net refcnt on error in do_setlink() + - LP: #1408697 + * gre: Set inner mac header in gro complete + - LP: #1408697 + * mips: bpf: Fix broken BPF_MOD + - LP: #1408697 + * net: mvneta: fix Tx interrupt delay + - LP: #1408697 + * net: mvneta: fix race condition in mvneta_tx() + - LP: #1408697 + * net: sctp: use MAX_HEADER for headroom reserve in output path + - LP: #1408697 + * i2c: omap: fix i207 errata handling + - LP: #1408697 + * x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and + sync_regs + - LP: #1408697 + * USB: add reset resume quirk for usb3503 + - LP: #1408697 + * PCI: pciehp: Prevent NULL dereference during probe + - LP: #1408697 + * Linux 3.16.7-ckt3 + - LP: #1408697 + * Drivers: hv: util: make struct hv_do_fcopy match Hyper-V host messages + - LP: #1401903 + + -- Seth Forshee Mon, 12 Jan 2015 14:11:48 -0600 + +linux (3.16.0-29.39) utopic; urgency=low + + [ Kamal Mostafa ] + + * Release Tracking Bug + - LP: #1402822 + + [ AceLan Kao ] + + * SAUCE: Add use_native_backlight quirk for HP ProBook 6570b + - LP: #1359010 + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user + assembly code" + - LP: #1398596 + * [Config] updateconfigs to balance CONFIG_SCOM_DEBUGFS + + [ Paolo Pisati ] + + * [Config] armhf: VIRTIO_[BALLOON|MMIO]=y + + [ Upstream Kernel Changes ] + + * Revert "arm64: Make default dma_ops to be noncoherent" + - LP: #1386490 + * Revert "percpu: free percpu allocation info for uniprocessor system" + - LP: #1401079 + * ath3k: Add support of MCI 13d3:3408 bt device + - LP: #1395465 + * x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is + read-only + - LP: #1379340 + * cpufreq: Allow stop CPU callback to be used by all cpufreq drivers + - LP: #1397928 + * cpufreq: powernv: Set the pstate of the last hotplugged out cpu in + policy->cpus to minimum + - LP: #1397928 + * cpufreq: powernv: Set the cpus to nominal frequency during reboot/kexec + - LP: #1397928 + * xen-netfront: Remove BUGs on paged skb data which crosses a page + boundary + - LP: #1275879 + * ACPI / blacklist: blacklist Win8 OSI for Dell Vostro 3546 + - LP: #1383589 + * iwlwifi: add device / firmware to fw-error-dump file + - LP: #1399440 + * iwlwifi: rename iwl_mvm_fw_error_next_data + - LP: #1399440 + * iwlwifi: pcie: add firmware monitor capabilities + - LP: #1399440 + * iwlwifi: remove wrong comment about alignment in iwl-fw-error-dump.h + - LP: #1399440 + * iwlwifi: mvm: don't collect logs in the interrupt thread + - LP: #1399440 + * iwlwifi: mvm: kill iwl_mvm_fw_error_rxf_dump + - LP: #1399440 + * iwlwifi: mvm: update layout of firmware error dump + - LP: #1399440 + * powerpc/pseries: Fix endiannes issue in RTAS call from xmon + - LP: #1396235 + * mmc: sdhci-pci-o2micro: Fix Dell E5440 issue + - LP: #1346067 + * mfd: rtsx: Fix PM suspend for 5227 & 5249 + - LP: #1359052 + * samsung-laptop: Add broken-acpi-video quirk for NC210/NC110 + - LP: #1401079 + * acer-wmi: Add acpi_backlight=video quirk for the Acer KAV80 + - LP: #1401079 + * pinctrl: baytrail: show output gpio state correctly on Intel Baytrail + - LP: #1401079 + * ALSA: hda - Add dock support for Thinkpad T440 (17aa:2212) + - LP: #1401079 + * ALSA: hda - Add ultra dock support for Thinkpad X240. + - LP: #1401079 + * rbd: Fix error recovery in rbd_obj_read_sync() + - LP: #1401079 + * ds3000: fix LNB supply voltage on Tevii S480 on initialization + - LP: #1401079 + * powerpc: do_notify_resume can be called with bad thread_info flags + argument + - LP: #1401079 + * powerpc/powernv: Properly fix LPC debugfs endianness + - LP: #1401079 + * irqchip: armada-370-xp: Fix MSI interrupt handling + - LP: #1401079 + * irqchip: armada-370-xp: Fix MPIC interrupt handling + - LP: #1401079 + * USB: kobil_sct: fix non-atomic allocation in write path + - LP: #1401079 + * USB: opticon: fix non-atomic allocation in write path + - LP: #1401079 + * regulator: max77693: Fix use of uninitialized regulator config + - LP: #1401079 + * USB: cdc-acm: add device id for GW Instek AFG-2225 + - LP: #1401079 + * usb: Do not allow usb_alloc_streams on unconfigured devices + - LP: #1401079 + * usb-storage: handle a skipped data phase + - LP: #1401079 + * uas: Add US_FL_NO_ATA_1X quirk for 1 more Seagate model + - LP: #1401079 + * xhci: Disable streams on Asmedia 1042 xhci controllers + - LP: #1401079 + * uas: Add NO_ATA_1X for VIA VL711 devices + - LP: #1401079 + * USB: core: add device-qualifier quirk + - LP: #1401079 + * USB: quirks: enable device-qualifier quirk for Elan Touchscreen + - LP: #1401079 + * USB: quirks: enable device-qualifier quirk for another Elan touchscreen + - LP: #1401079 + * USB: quirks: enable device-qualifier quirk for yet another Elan + touchscreen + - LP: #1401079 + * xhci: no switching back on non-ULT Haswell + - LP: #1401079 + * uas: Add US_FL_NO_ATA_1X quirk for 2 more Seagate models + - LP: #1401079 + * of: Fix overflow bug in string property parsing functions + - LP: #1401079 + * spi: fsl-dspi: Fix CTAR selection + - LP: #1401079 + * Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup + - LP: #1401079 + * ALSA: usb-audio: Fix device_del() sysfs warnings at disconnect + - LP: #1401079 + * iio: as3935: allocate correct iio_device size + - LP: #1401079 + * staging:iio:ade7758: Fix NULL pointer deref when enabling buffer + - LP: #1401079 + * staging:iio:ade7758: Fix check if channels are enabled in prenable + - LP: #1401079 + * staging:iio:ade7758: Remove "raw" from channel name + - LP: #1401079 + * USB: cdc-acm: only raise DTR on transitions from B0 + - LP: #1401079 + * fix breakage in o2net_send_tcp_msg() + - LP: #1401079 + * phy: omap-usb2: Enable runtime PM of omap-usb2 phy properly + - LP: #1401079 + * serial: Fix divide-by-zero fault in uart_get_divisor() + - LP: #1401079 + * tty: Fix high cpu load if tty is unreleaseable + - LP: #1401079 + * tty: Prevent "read/write wait queue active!" log flooding + - LP: #1401079 + * tty/vt: don't set font mappings on vc not supporting this + - LP: #1401079 + * spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PM + - LP: #1401079 + * USB: cdc-acm: add quirk for control-line state requests + - LP: #1401079 + * sysfs: driver core: Fix glue dir race condition by gdp_mutex + - LP: #1401079 + * i2c: at91: don't account as iowait + - LP: #1401079 + * i2c: core: Dispose OF IRQ mapping at client removal time + - LP: #1401079 + * drm/nouveau/kms: take more care when pulling down accelerated fbcon + - LP: #1401079 + * drm/nouveau/kms: restore acceleration before fb_set_suspend() resumes + - LP: #1401079 + * drm/nouveau: punt fbcon resume out to a workqueue + - LP: #1401079 + * drm/nouveau/bar: behave better if ioremap failed + - LP: #1401079 + * drm/nvc0-/fb/ram: fix use of non-existant ram if partitions aren't + uniform + - LP: #1401079 + * drm/nouveau/ltc: fix tag base address getting truncated if above 4GiB + - LP: #1401079 + * drm/nouveau: ltc/gf100-: fix cbc issues on certain boards + - LP: #1401079 + * drm/nv50/disp: fix dpms regression on certain boards + - LP: #1401079 + * drm/nouveau/bios: memset dcb struct to zero before parsing + - LP: #1401079 + * GFS2: Make rename not save dirent location + - LP: #1401079 + * cpufreq: intel_pstate: Add CPU ID for Braswell processor + - LP: #1401079 + * x86/platform/intel/iosf: Add Braswell PCI ID + - LP: #1401079 + * ALSA: hda - add PCI IDs for Intel Braswell + - LP: #1401079 + * ALSA: hda - add codec ID for Braswell display audio codec + - LP: #1401079 + * netfilter: ipset: off by one in ip_set_nfnl_get_byindex() + - LP: #1401079 + * netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats + allocation + - LP: #1401079 + * netfilter: nf_log: account for size of NLMSG_DONE attribute + - LP: #1401079 + * netfilter: nfnetlink_log: fix maximum packet length logged to userspace + - LP: #1401079 + * netfilter: nf_log: release skbuff on nlmsg put failure + - LP: #1401079 + * netfilter: nft_compat: fix wrong target lookup in + nft_target_select_ops() + - LP: #1401079 + * crypto: algif - avoid excessive use of socket buffer in skcipher + - LP: #1401079 + * drm/ttm: Don't evict BOs outside of the requested placement range + - LP: #1401079 + * lockd: Try to reconnect if statd has moved + - LP: #1401079 + * SUNRPC: Don't wake tasks during connection abort + - LP: #1401079 + * SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUT + - LP: #1401079 + * pata_serverworks: disable 64-KB DMA transfers on Broadcom OSB4 IDE + Controller + - LP: #1401079 + * libata-sff: Fix controllers with no ctl port + - LP: #1401079 + * ASoC: soc-dapm: fix use after free + - LP: #1401079 + * ASoC: tlv320aic3x: fix PLL D configuration + - LP: #1401079 + * mmc: core: sdio: Fix unconditional wake_up_process() on sdio thread + - LP: #1401079 + * mmc: sdhci-pxav3: set_uhs_signaling is initialized twice differently + - LP: #1401079 + * mmc: rtsx_usb_sdmmc: fix incorrect last byte in R2 response + - LP: #1401079 + * mmc: don't request CD IRQ until mmc_start_host() + - LP: #1401079 + * mmc: rtsx_pci_sdmmc: fix incorrect last byte in R2 response + - LP: #1401079 + * mmc: sdhci-s3c: fix runtime PM handling on sdhci_add_host() failure + - LP: #1401079 + * fs: make cont_expand_zero interruptible + - LP: #1401079 + * fs: Fix theoretical division by 0 in super_cache_scan(). + - LP: #1401079 + * UBIFS: remove mst_mutex + - LP: #1401079 + * UBIFS: fix a race condition + - LP: #1401079 + * UBIFS: fix free log space calculation + - LP: #1401079 + * x86: Reject x32 executables if x32 ABI not supported + - LP: #1401079 + * x86, fpu: __restore_xstate_sig()->math_state_restore() needs + preempt_disable() + - LP: #1401079 + * x86, fpu: shift drop_init_fpu() from save_xstate_sig() to + handle_signal() + - LP: #1401079 + * perf: Fix unclone_ctx() vs. locking + - LP: #1401079 + * evm: properly handle INTEGRITY_NOXATTRS EVM status + - LP: #1401079 + * missing data dependency barrier in prepend_name() + - LP: #1401079 + * kill wbuf_queued/wbuf_dwork_lock + - LP: #1401079 + * fix misuses of f_count() in ppp and netlink + - LP: #1401079 + * libceph: ceph-msgr workqueue needs a resque worker + - LP: #1401079 + * sched: Use dl_bw_of() under RCU read lock + - LP: #1401079 + * um: ubd: Fix for processes stuck in D state forever + - LP: #1401079 + * s390/topology: call set_sched_topology early + - LP: #1401079 + * mfd: ti_am335x_tscadc: Fix TSC operation after ADC continouous mode + - LP: #1401079 + * mfd: ti_am335x_tscadc: Fix TSC resume + - LP: #1401079 + * mfd: rtsx_pcr: Fix MSI enable error handling + - LP: #1401079 + * selinux: fix inode security list corruption + - LP: #1401079 + * power: charger-manager: Fix NULL pointer exception with missing + cm-fuel-gauge + - LP: #1401079 + * virtio_pci: fix virtio spec compliance on restore + - LP: #1401079 + * xen/blkback: unmap all persistent grants when frontend gets + disconnected + - LP: #1401079 + * blk-mq: fix potential hang if rolling wakeup depth is too high + - LP: #1401079 + * dm bufio: update last_accessed when relinking a buffer + - LP: #1401079 + * dm bufio: when done scanning return from __scan immediately + - LP: #1401079 + * drbd: compute the end before rb_insert_augmented() + - LP: #1401079 + * block: fix alignment_offset math that assumes io_min is a power-of-2 + - LP: #1401079 + * dm log userspace: fix memory leak in dm_ulog_tfr_init failure path + - LP: #1401079 + * modules, lock around setting of MODULE_STATE_UNFORMED + - LP: #1401079 + * framebuffer: fix screen corruption when copying + - LP: #1401079 + * framebuffer: fix border color + - LP: #1401079 + * Input: i8042 - add noloop quirk for Asus X750LN + - LP: #1401079 + * drm/ast: Fix HW cursor image + - LP: #1401079 + * drm/nouveau/gpio: rename g92 class to g94 + - LP: #1401079 + * drm/i915: Do not leak pages when freeing userptr objects + - LP: #1401079 + * drm/vmwgfx: Fix drm.h include + - LP: #1401079 + * v4l2-common: fix overflow in v4l_bound_align_image() + - LP: #1401079 + * media: usb: uvc: add a quirk for Dell XPS M1330 webcam + - LP: #1401079 + * siano: add support for PCTV 77e + - LP: #1401079 + * m88ts2022: fix 32bit overflow on filter calc + - LP: #1401079 + * tda7432: Fix setting TDA7432_MUTE bit for TDA7432_RF register + - LP: #1401079 + * x86: Add cpu_detect_cache_sizes to init_intel() add Quark + legacy_cache() + - LP: #1401079 + * serial: msm_serial: Fix kgdb continue + - LP: #1401079 + * sched: Use rq->rd in sched_setaffinity() under RCU read lock + - LP: #1401079 + * drm/vmwgfx: Filter out modes those cannot be supported by the current + VRAM size. + - LP: #1401079 + * powerpc: use device_online/offline() instead of cpu_up/down() + - LP: #1401079 + * UBI: add missing kmem_cache_free() in process_pool_aeb error path + - LP: #1401079 + * xen-blkback: fix leak on grant map error path + - LP: #1401079 + * HID: input: Fix TransducerSerialNumber implementation + - LP: #1401079 + * HID: usbhid: add always-poll quirk + - LP: #1401079 + * HID: usbhid: enable always-poll quirk for Elan Touchscreen + - LP: #1401079 + * HID: usbhid: fix PIXART optical mouse + - LP: #1401079 + * HID: usbhid: add another mouse that needs QUIRK_ALWAYS_POLL + - LP: #1401079 + * HID: usbhid: enable always-poll quirk for Elan Touchscreen 009b + - LP: #1401079 + * HID: usbhid: enable always-poll quirk for Elan Touchscreen 016f + - LP: #1401079 + * HID: add keyboard input assist hid usages + - LP: #1401079 + * rbd: avoid format-security warning inside alloc_workqueue() + - LP: #1401079 + * rbd: fix error return code in rbd_dev_device_setup() + - LP: #1401079 + * rbd: rbd workqueues need a resque worker + - LP: #1401079 + * ttusb-dec: buffer overflow in ioctl + - LP: #1401079 + * dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks + - LP: #1401079 + * xtensa: re-wire umount syscall to sys_oldumount + - LP: #1401079 + * dm raid: ensure superblock's size matches device's logical block size + - LP: #1401079 + * ata: sata_rcar: Disable DIPM mode for r8a7790 ES1 + - LP: #1401079 + * ahci: disable MSI instead of NCQ on Samsung pci-e SSDs on macbooks + - LP: #1401079 + * ahci: Add Device IDs for Intel Sunrise Point PCH + - LP: #1401079 + * power: bq2415x_charger: Properly handle ENODEV from + power_supply_get_by_phandle + - LP: #1401079 + * power: bq2415x_charger: Fix memory leak on DTS parsing error + - LP: #1401079 + * power: charger-manager: Fix accessing invalidated power supply after + fuel gauge unbind + - LP: #1401079 + * power: charger-manager: Fix accessing invalidated power supply after + charger unbind + - LP: #1401079 + * mac80211: use secondary channel offset IE also beacons during CSA + - LP: #1401079 + * mac80211: schedule the actual switch of the station before CSA count 0 + - LP: #1401079 + * mac80211: properly flush delayed scan work on interface removal + - LP: #1401079 + * audit: AUDIT_FEATURE_CHANGE message format missing delimiting space + - LP: #1401079 + * block: Fix computation of merged request priority + - LP: #1401079 + * x86, microcode, AMD: Fix early ucode loading on 32-bit + - LP: #1401079 + * x86, kaslr: Prevent .bss from overlaping initrd + - LP: #1401079 + * ARM: mvebu: armada xp: Generalize use of i2c quirk + - LP: #1401079 + * mac80211: fix use-after-free in defragmentation + - LP: #1401079 + * iwlwifi: fix RFkill while calibrating + - LP: #1401079 + * tun: Fix csum_start with VLAN acceleration + - LP: #1401079 + * macvtap: Fix csum_start when VLAN tags are present + - LP: #1401079 + * dm thin: grab a virtual cell before looking up the mapping + - LP: #1401079 + * KVM: x86: Fix uninitialized op->type for some immediate values + - LP: #1401079 + * crypto: caam - fix missing dma unmap on error path + - LP: #1401079 + * hwrng: pseries - port to new read API and fix stack corruption + - LP: #1401079 + * drm/i915: Disable caches for Global GTT. + - LP: #1401079 + * Input: synaptics - add min/max quirk for Lenovo T440s + - LP: #1401079 + * drm/radeon: set correct CE ram size for CIK + - LP: #1401079 + * drm/radeon: make sure mode init is complete in bandwidth_update + - LP: #1401079 + * drm/radeon: use gart for DMA IB tests + - LP: #1401079 + * drm/radeon: add missing crtc unlock when setting up the MC + - LP: #1401079 + * cpufreq: Avoid crash in resume on SMP without OPP + - LP: #1401079 + * Input: alps - ignore potential bare packets when device is out of sync + - LP: #1401079 + * Input: alps - allow up to 2 invalid packets without resetting device + - LP: #1401079 + * x86, microcode, AMD: Fix ucode patch stashing on 32-bit + - LP: #1401079 + * scsi: only re-lock door after EH on devices that were reset + - LP: #1401079 + * mfd: twl4030-power: Fix poweroff with PM configuration enabled + - LP: #1401079 + * dm btree: fix a recursion depth bug in btree walking code + - LP: #1401079 + * parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop + syscalls + - LP: #1401079 + * tracing: Do not busy wait in buffer splice + - LP: #1401079 + * param: fix crash on bad kernel arguments + - LP: #1401079 + * ALSA: usb-audio: Fix memory leak in FTU quirk + - LP: #1401079 + * audit: keep inode pinned + - LP: #1401079 + * drm/radeon: add locking around atombios scratch space usage + - LP: #1401079 + * nfs: fix pnfs direct write memory leak + - LP: #1401079 + * nfs: Fix use of uninitialized variable in nfs_getattr() + - LP: #1401079 + * NFSv4: Ensure that we remove NFSv4.0 delegations when state has expired + - LP: #1401079 + * NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust + NFS_DELEGATED_STATE + - LP: #1401079 + * NFSv4: Fix races between nfs_remove_bad_delegation() and delegation + return + - LP: #1401079 + * NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are + revoked + - LP: #1401079 + * NFS: Don't try to reclaim delegation open state if recovery failed + - LP: #1401079 + * ALSA: hda - Add mute LED control for Lenovo Ideapad Z560 + - LP: #1401079 + * arm64: efi: Fix stub cache maintenance + - LP: #1401079 + * arm64: __clear_user: handle exceptions on strb + - LP: #1401079 + * Correct the race condition in aarch64_insn_patch_text_sync() + - LP: #1401079 + * Fix thinko in iov_iter_single_seg_count + - LP: #1401079 + * libceph: do not crash on large auth tickets + - LP: #1401079 + * ARM: 8191/1: decompressor: ensure I-side picks up relocated code + - LP: #1401079 + * ARM: 8198/1: make kuser helpers depend on MMU + - LP: #1401079 + * zram: avoid kunmap_atomic() of a NULL pointer + - LP: #1401079 + * mem-hotplug: reset node managed pages when hot-adding a new pgdat + - LP: #1401079 + * mem-hotplug: reset node present pages when hot-adding a new pgdat + - LP: #1401079 + * Input: alps - ignore bad data on Dell Latitudes E6440 and E7440 + - LP: #1401079 + * firewire: cdev: prevent kernel stack leaking into ioctl arguments + - LP: #1401079 + * md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZEN + - LP: #1401079 + * ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function. + - LP: #1401079 + * vti6: Use vti6_dev_init as the ndo_init function. + - LP: #1401079 + * sit: Use ipip6_tunnel_init as the ndo_init function. + - LP: #1401079 + * gre6: Move the setting of dev->iflink into the ndo_init functions. + - LP: #1401079 + * net: mv643xx_eth: reclaim TX skbs only when released by the HW + - LP: #1401079 + * vxlan: Do not reuse sockets for a different address family + - LP: #1401079 + * net: sctp: fix NULL pointer dereference in af->from_addr_param on + malformed packet + - LP: #1401079 + * net: sctp: fix memory leak in auth key management + - LP: #1401079 + * ipv6: fix IPV6_PKTINFO with v4 mapped + - LP: #1401079 + * netlink: Properly unbind in error conditions. + - LP: #1401079 + * smsc911x: power-up phydev before doing a software reset. + - LP: #1401079 + * sunvdc: add cdrom and v1.1 protocol support + - LP: #1401079 + * sunvdc: compute vdisk geometry from capacity + - LP: #1401079 + * sunvdc: limit each sg segment to a page + - LP: #1401079 + * vio: fix reuse of vio_dring slot + - LP: #1401079 + * sunvdc: don't call VD_OP_GET_VTOC + - LP: #1401079 + * sparc64: Fix crashes in schizo_pcierr_intr_other(). + - LP: #1401079 + * sparc64: Do irq_{enter,exit}() around generic_smp_call_function*(). + - LP: #1401079 + * sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locks + - LP: #1401079 + * drm/radeon: initialize sadb to NULL in the audio code + - LP: #1401079 + * KVM: x86: Don't report guest userspace emulation error to userspace + - LP: #1401079 + * quirk for Lenovo Yoga 3: no rfkill switch + - LP: #1401079 + * em28xx-v4l: give back all active video buffers to the vb2 core properly + on streaming stop + - LP: #1401079 + * mmc: sdhci-pci: SDIO host controller support for Intel Quark X1000 + - LP: #1401079 + * perf: Handle compat ioctl + - LP: #1401079 + * crypto: caam - remove duplicated sg copy functions + - LP: #1401079 + * audit: correct AUDIT_GET_FEATURE return message type + - LP: #1401079 + * mac80211_hwsim: release driver when ieee80211_register_hw fails + - LP: #1401079 + * pinctrl: dra: dt-bindings: Fix output pull up/down + - LP: #1401079 + * memory-hotplug: Remove "weak" from memory_block_size_bytes() + declaration + - LP: #1401079 + * vmcore: Remove "weak" from function declarations + - LP: #1401079 + * kgdb: Remove "weak" from kgdb_arch_pc() declaration + - LP: #1401079 + * clocksource: Remove "weak" from clocksource_default_clock() declaration + - LP: #1401079 + * IB/core: Clear AH attr variable to prevent garbage data + - LP: #1401079 + * netfilter: xt_bpf: add mising opaque struct sk_filter definition + - LP: #1401079 + * rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreads + - LP: #1401079 + * x86, x32, audit: Fix x32's AUDIT_ARCH wrt audit + - LP: #1401079 + * ARM: dts: am335x-evm: Fix 5th NAND partition's name + - LP: #1401079 + * ipc: always handle a new value of auto_msgmni + - LP: #1401079 + * dell-wmi: Fix access out of memory + - LP: #1401079 + * Linux 3.16.7-ckt2 + - LP: #1401079 + * drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that + may result in I/O freeze + - LP: #1400289 + * sched/x86: Fix up typo in topology detection + - LP: #1386473 + * arm64: optimized copy_to_user and copy_from_user assembly code + - LP: #1400349 + * net:socket: set msg_namelen to 0 if msg_name is passed as NULL in + msghdr struct from userland. + - LP: #1335478 + * powerpc/vphn: NUMA node code expects big-endian + - LP: #1401150 + + -- Kamal Mostafa Mon, 15 Dec 2014 12:34:16 -0800 + +linux (3.16.0-28.38) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1401966 + + [ Upstream Kernel Changes ] + + * net: skb_fclone_busy() needs to detect orphaned skb + - LP: #1401079 + + -- Brad Figg Fri, 12 Dec 2014 08:35:42 -0800 + +linux (3.16.0-28.37) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1400382 + + [ Upstream Kernel Changes ] + + * x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C + - LP: #1398795 + - CVE-2014-9090 + * x86_64, traps: Rework bad_iret + - LP: #1398795 + - CVE-2014-9090 + * x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit + - LP: #1400314 + - CVE-2014-8134 + + -- Luis Henriques Mon, 08 Dec 2014 16:18:29 +0000 + +linux (3.16.0-27.36) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1399630 + + [ Upstream Kernel Changes ] + + * x86_64, traps: Stop using IST for #SS + - LP: #1398795 + - CVE-2014-9090 + + -- Luis Henriques Fri, 05 Dec 2014 11:59:40 +0000 + +linux (3.16.0-26.35) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1398118 + + [ Upstream Kernel Changes ] + + * Revert "drm/nouveau: punt fbcon resume out to a workqueue" + * Revert "drm/nouveau/kms: take more care when pulling down accelerated + fbcon" + + -- Brad Figg Mon, 01 Dec 2014 10:21:56 -0800 + +linux (3.16.0-26.34) utopic; urgency=low + + [ Brad Figg ] + + * Release Tracking Bug + - LP: #1395892 + + [ Chris J Arges ] + + * [Config] CONFIG_SCOM_DEBUGFS=y for powerpc/powerpc64-smp ppc64el/generic + - LP: #1395855 + + [ Tim Gardner ] + + * [Config] CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY=1 for powerpc/ppc64el + - LP: #1392021 + + [ Upstream Kernel Changes ] + + * Revert "usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in + prepare/complete" + - LP: #1393401 + * Revert "iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rate" + - LP: #1393401 + * Revert "block: all blk-mq requests are tagged" + - LP: #1393401 + * ACPI / blacklist: add Win8 OSI quirks for some Dell laptop models + - LP: #1339456 + * PCI: Remove "no hotplug settings from platform" warning + - LP: #1390182 + * drm/nouveau/kms: take more care when pulling down accelerated fbcon + - LP: #1386695 + * drm/nouveau: punt fbcon resume out to a workqueue + - LP: #1386695 + * drm/tilcdc: Fix the error path in tilcdc_load() + - LP: #1393401 + * builddeb: put the dbg files into the correct directory + - LP: #1393401 + * switch iov_iter_get_pages() to passing maximal number of pages + - LP: #1393401 + * fuse: honour max_read and max_write in direct_io mode + - LP: #1393401 + * usb: phy: return -ENODEV on failure of try_module_get + - LP: #1393401 + * PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIME + - LP: #1393401 + * rt2x00: support Ralink 5362. + - LP: #1393401 + * wireless: rt2x00: add new rt2800usb devices + - LP: #1393401 + * NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes + - LP: #1393401 + * nfs: fix duplicate proc entries + - LP: #1393401 + * ext4: check EA value offset when loading + - LP: #1393401 + * jbd2: free bh when descriptor block checksum fails + - LP: #1393401 + * ext4: don't check quota format when there are no quota files + - LP: #1393401 + * target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSE + - LP: #1393401 + * vfs: fix data corruption when blocksize < pagesize for mmaped data + - LP: #1393401 + * ext4: fix mmap data corruption when blocksize < pagesize + - LP: #1393401 + * ext4: grab missed write_count for EXT4_IOC_SWAP_BOOT + - LP: #1393401 + * qla_target: don't delete changed nacls + - LP: #1393401 + * target: Fix APTPL metadata handling for dynamic MappedLUNs + - LP: #1393401 + * iser-target: Disable TX completion interrupt coalescing + - LP: #1393401 + * ext4: don't orphan or truncate the boot loader inode + - LP: #1393401 + * ext4: add ext4_iget_normal() which is to be used for dir tree lookups + - LP: #1393401 + * ext4: fix reservation overflow in ext4_da_write_begin + - LP: #1393401 + * ext4: Replace open coded mdata csum feature to helper function + - LP: #1393401 + * ext4: move error report out of atomic context in + ext4_init_block_bitmap() + - LP: #1393401 + * ARC: [nsimosci] Allow "headless" models to boot + - LP: #1393401 + * ARC: Update order of registers in KGDB to match GDB 7.5 + - LP: #1393401 + * ARC: unbork FPU save/restore + - LP: #1393401 + * ext4: check s_chksum_driver when looking for bg csum presence + - LP: #1393401 + * drm/radeon: fix speaker allocation setup + - LP: #1393401 + * drm/radeon: use gart memory for DMA ring tests + - LP: #1393401 + * random: add and use memzero_explicit() for clearing data + - LP: #1393401 + * MIPS: cp1emu: Fix ISA restrictions for cop1x_op instructions + - LP: #1393401 + * freezer: Do not freeze tasks killed by OOM killer + - LP: #1393401 + * OOM, PM: OOM killed task shouldn't escape PM suspend + - LP: #1393401 + * qxl: don't create too large primary surface + - LP: #1393401 + * MIPS: loongson2_cpufreq: Fix CPU clock rate setting mismerge + - LP: #1393401 + * MIPS: tlbex: Properly fix HUGE TLB Refill exception handler + - LP: #1393401 + * drm/cirrus: bind also to qemu-xen-traditional + - LP: #1393401 + * cpufreq: intel_pstate: Fix setting max_perf_pct in performance policy + - LP: #1393401 + * cpufreq: expose scaling_cur_freq sysfs file for set_policy() drivers + - LP: #1393401 + * cpufreq: intel_pstate: Reflect current no_turbo state correctly + - LP: #1393401 + * intel_pstate: Don't lose sysfs settings during cpu offline + - LP: #1393401 + * intel_pstate: Fix BYT frequency reporting + - LP: #1393401 + * intel_pstate: Correct BYT VID values. + - LP: #1393401 + * MIPS: ftrace: Fix a microMIPS build problem + - LP: #1393401 + * kvm: x86: don't kill guest on unknown exit reason + - LP: #1393401 + * kvm: fix excessive pages un-pinning in kvm_iommu_map error path. + - LP: #1393401 + * KVM: x86: Fix far-jump to non-canonical check + - LP: #1393401 + * init/Kconfig: Hide printk log config if CONFIG_PRINTK=n + - LP: #1393401 + * be careful with nd->inode in path_init() and follow_dotdot_rcu() + - LP: #1393401 + * can: flexcan: mark TX mailbox as TX_INACTIVE + - LP: #1393401 + * can: flexcan: correctly initialize mailboxes + - LP: #1393401 + * can: flexcan: implement workaround for errata ERR005829 + - LP: #1393401 + * can: flexcan: put TX mailbox into TX_INACTIVE mode after tx-complete + - LP: #1393401 + * can: at91_can: add missing prepare and unprepare of the clock + - LP: #1393401 + * virtio-rng: fix stuck of hot-unplugging busy device + - LP: #1393401 + * virtio-rng: skip reading when we start to remove the device + - LP: #1393401 + * pstore: Fix duplicate {console,ftrace}-efi entries + - LP: #1393401 + * x86: bpf_jit: fix two bugs in eBPF JIT compiler + - LP: #1393401 + * ipv4: fix nexthop attlen check in fib_nh_match + - LP: #1393401 + * vxlan: fix a use after free in vxlan_encap_bypass + - LP: #1393401 + * vxlan: using pskb_may_pull as early as possible + - LP: #1393401 + * vxlan: fix a free after use + - LP: #1393401 + * ipv4: dst_entry leak in ip_send_unicast_reply() + - LP: #1393401 + * ipv4: fix a potential use after free in ip_tunnel_core.c + - LP: #1393401 + * ax88179_178a: fix bonding failure + - LP: #1393401 + * net: tso: fix unaligned access to crafted TCP header in helper API + - LP: #1393401 + * hyperv: Fix the total_data_buflen in send path + - LP: #1393401 + * tcp: md5: do not use alloc_percpu() + - LP: #1393401 + * macvlan: fix a race on port dismantle and possible skb leaks + - LP: #1393401 + * ipv4: Do not cache routing failures due to disabled forwarding. + - LP: #1393401 + * net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for + VXLAN + - LP: #1393401 + * gre: Use inner mac length when computing tunnel length + - LP: #1393401 + * drivers/net: macvtap and tun depend on INET + - LP: #1393401 + * net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks + - LP: #1393401 + * net: sctp: fix panic on duplicate ASCONF chunks + - LP: #1393401 + * net: sctp: fix remote memory pressure from excessive queueing + - LP: #1393401 + * staging:iio:ad5933: Fix NULL pointer deref when enabling buffer + - LP: #1393401 + * staging:iio:ad5933: Drop "raw" from channel names + - LP: #1393401 + * iio: st_sensors: Fix buffer copy + - LP: #1393401 + * iio: adc: mxs-lradc: Disable the clock on probe failure + - LP: #1393401 + * spi: pl022: Fix incorrect dma_unmap_sg + - LP: #1393401 + * mac80211: fix typo in starting baserate for rts_cts_rate_idx + - LP: #1393401 + * ASoC: Intel: HSW/BDW only support S16 and S24 formats. + - LP: #1393401 + * staging: comedi: (regression) channel list must be set for COMEDI_CMD + ioctl + - LP: #1393401 + * usb: dwc3: gadget: fix set_halt() bug with pending transfers + - LP: #1393401 + * usb: gadget: function: acm: make f_acm pass USB20CV Chapter9 + - LP: #1393401 + * nfsd4: fix response size estimation for OP_SEQUENCE + - LP: #1393401 + * mtd: move support for struct flash_platform_data into m25p80 + - LP: #1393401 + * mtd: m25p80: get rid of spi_get_device_id + - LP: #1393401 + * mtd: spi-nor: make spi_nor_scan() take a chip type name, not + spi_device_id + - LP: #1393401 + * mtd: m25p80,spi-nor: Fix module aliases for m25p80 + - LP: #1393401 + * ext3: Don't check quota format when there are no quota files + - LP: #1393401 + * quota: Properly return errors from dquot_writeback_dquots() + - LP: #1393401 + * USB: serial: cp210x: add Silicon Labs 358x VID and PID + - LP: #1393401 + * usb: serial: ftdi_sio: add Awinda Station and Dongle products + - LP: #1393401 + * usb: option: add support for Telit LE910 + - LP: #1393401 + * USB: option: add Haier CE81B CDMA modem + - LP: #1393401 + * ASoC: adau1761: Fix input PGA volume + - LP: #1393401 + * x86, apic: Handle a bad TSC more gracefully + - LP: #1393401 + * i3200_edac: Report CE events properly + - LP: #1393401 + * i82860_edac: Report CE events properly + - LP: #1393401 + * cpc925_edac: Report UE events properly + - LP: #1393401 + * e7xxx_edac: Report CE events properly + - LP: #1393401 + * scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND + - LP: #1393401 + * usb: serial: ftdi_sio: add "bricked" FTDI device PID + - LP: #1393401 + * usb: musb: cppi41: restart hrtimer only if not yet done + - LP: #1393401 + * usb: gadget: f_fs: remove redundant ffs_data_get() + - LP: #1393401 + * usb: ffs: fix regression when quirk_ep_out_aligned_size flag is set + - LP: #1393401 + * usb: musb: dsps: start OTG timer on resume again + - LP: #1393401 + * usb: gadget: udc: core: fix kernel oops with soft-connect + - LP: #1393401 + * nfsd4: fix crash on unknown operation number + - LP: #1393401 + * iwlwifi: configure the LTR + - LP: #1393401 + * iwlwifi: dvm: drop non VO frames when flushing + - LP: #1393401 + * usb: dwc3: gadget: Properly initialize LINK TRB + - LP: #1393401 + * Input: i8042 - quirks for Fujitsu Lifebook A544 and Lifebook AH544 + - LP: #1393401 + * posix-timers: Fix stack info leak in timer_create() + - LP: #1393401 + * futex: Fix a race condition between REQUEUE_PI and task death + - LP: #1393401 + * usb: chipidea: Fix oops when removing the ci_hdrc module + - LP: #1393401 + * drm/i915: Do a dummy DPCD read before the actual read + - LP: #1393401 + * ALSA: bebob: Uninitialized id returned by saffirepro_both_clk_src_get + - LP: #1393401 + * PM / Sleep: fix async suspend_late/freeze_late error handling + - LP: #1393401 + * PM / Sleep: fix recovery during resuming from hibernation + - LP: #1393401 + * ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat + mode + - LP: #1393401 + * ima: check xattr value length and type in the ima_inode_setxattr() + - LP: #1393401 + * evm: check xattr value length and type in evm_inode_setxattr() + - LP: #1393401 + * drm/radeon/dpm: disable ulv support on SI + - LP: #1393401 + * drm/radeon: Use drm_malloc_ab instead of kmalloc_array + - LP: #1393401 + * drm/radeon: add bapm module parameter + - LP: #1393401 + * drm/radeon: dpm fixes for asrock systems + - LP: #1393401 + * drm/radeon: remove invalid pci id + - LP: #1393401 + * zap_pte_range: update addr when forcing flush after TLB batching faiure + - LP: #1393401 + * staging: comedi: fix memory leak / bad pointer freeing for chanlist + - LP: #1393401 + * drm/i915: Ignore VBT backlight check on Macbook 2, 1 + - LP: #1393401 + * x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE + - LP: #1393401 + * ACPI / EC: Fix regression due to conflicting firmware behavior between + Samsung and Acer. + - LP: #1393401 + * cgroup/kmemleak: add kmemleak_free() for cgroup deallocations. + - LP: #1393401 + * mm: free compound page with correct order + - LP: #1393401 + * mm, thp: fix collapsing of hugepages on madvise + - LP: #1393401 + * lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}() + - LP: #1393401 + * sh: fix sh770x SCIF memory regions + - LP: #1393401 + * mtd: cfi_cmdset_0001.c: fix resume for LH28F640BF chips + - LP: #1393401 + * ext4: fix overflow when updating superblock backups after resize + - LP: #1393401 + * ext4: fix oops when loading block bitmap failed + - LP: #1393401 + * ext4: enable journal checksum when metadata checksum feature enabled + - LP: #1393401 + * ext4: prevent bugon on race between write/fcntl + - LP: #1393401 + * ext4: convert do_split() to use the ERR_PTR convention + - LP: #1393401 + * ext4: bail out from make_indexed_dir() on first error + - LP: #1393401 + * PCI: Rename sysfs 'enabled' file back to 'enable' + - LP: #1393401 + * wireless: rt2x00: add new rt2800usb device + - LP: #1393401 + * fs: allow open(dir, O_TMPFILE|..., 0) with mode 0 + - LP: #1393401 + * tracing/syscalls: Ignore numbers outside NR_syscalls' range + - LP: #1393401 + * x86_64, entry: Filter RFLAGS.NT on entry from userspace + - LP: #1393401 + * x86_64, entry: Fix out of bounds read on sysenter + - LP: #1393401 + * mnt: Prevent pivot_root from creating a loop in the mount tree + - LP: #1393401 + * mm: Remove false WARN_ON from pagecache_isize_extended() + - LP: #1393401 + * nfs: fix kernel warning when removing proc entry + - LP: #1393401 + * Linux 3.16.7-ckt1 + - LP: #1393401 + * MAINTAINERS: Update APM X-Gene section + - LP: #1381084 + * Documentation: dts: Update section header for APM X-Gene + - LP: #1381084 + * dtb: Add 10GbE node to APM X-Gene SoC device tree + - LP: #1381084 + * drivers: net: xgene: Preparing for adding 10GbE support + - LP: #1381084 + * drivers: net: xgene: Add 10GbE support + - LP: #1381084 + * drivers: net: xgene: Add 10GbE ethtool support + - LP: #1381084 + * dtb: Add SGMII based 1GbE node to APM X-Gene SoC device tree + - LP: #1381216 + * drivers: net: xgene: Preparing for adding SGMII based 1GbE + - LP: #1381216 + * drivers: net: xgene: Add SGMII based 1GbE support + - LP: #1381216 + * drivers: net: xgene: Add SGMII based 1GbE ethtool support + - LP: #1381216 + * drivers: net: xgene: Rewrite buggy loop in xgene_enet_ecc_init() + - LP: #1381216 + * dtb: xgene: fix: Backward compatibility with older firmware + - LP: #1381084, #1381216 + * drivers: net: xgene: Backward compatibility with older firmware + - LP: #1381084, #1381216 + * drivers: net: xgene: fix: Use separate resources + - LP: #1381216 + * ipr: don't log error messages when applications issues illegal requests + - LP: #1392152 + * ipr: fix compile failure + - LP: #1392152 + * powerpc/powernv: Check OPAL dump calls exist before using + - LP: #1391953 + * powerpc/powernv: Check OPAL elog calls exist before using + - LP: #1391953 + * powerpc/powernv: Check OPAL RTC calls exists before using + - LP: #1391953 + * powerpc/powernv: Add OPAL check token call + - LP: #1391953 + * powerpc/powernv: Improve error messages in dump code + - LP: #1391953 + * arch/powerpc/platforms/powernv/opal-dump.c: fix world-writable sysfs + files + - LP: #1391953 + * arch/powerpc/platforms/powernv/opal-elog.c: fix world-writable sysfs + files + - LP: #1391953 + * pseries: Fix endian issues in cpu hot-removal + - LP: #1391953 + * pseries: Fix endian issues in onlining cpu threads + - LP: #1391953 + * powerpc/pseries: Fix endian issues in memory hotplug + - LP: #1391953 + * powerpc/pseries/hvcserver: Fix endian issue in hvcs_get_partner_info + - LP: #1391953 + * powerpc/pseries: Make CPU hotplug path endian safe + - LP: #1391953 + * powerpc/fadump: Fix endianess issues in firmware assisted dump handling + - LP: #1391953 + * GenWQE: Add sysfs interface for bitstream reload + - LP: #1392021 + * GenWQE: Add support for EEH error recovery + - LP: #1392021 + * GenWQE: Improve hardware error recovery + - LP: #1392021 + * GenWQE: Increase driver version number + - LP: #1392021 + * misc/GenWQE: fix pci_enable_msi usage + - LP: #1392021 + * GenWQE: Remove unnecessary include + - LP: #1392021 + * misc: remove DEFINE_PCI_DEVICE_TABLE usage + - LP: #1392021 + * GenWQE: Check pci_get_totalvfs return code + - LP: #1392021 + * GenWQE: Remove sysfs entry for driver version + - LP: #1392021 + * GenWQE: Update author information + - LP: #1392021 + * GenWQE: Do not modify return code of genwqe_set_interrupt_capability + - LP: #1392021 + * GenWQE: Check return code of pci_sriov_enable + - LP: #1392021 + * GenWQE: Fix checkpatch complaints + - LP: #1392021 + * GenWQE: Fix problem when reading HSI and Retc + - LP: #1392021 + * GenWQE: Support blocking when DDCB queue is busy + - LP: #1392021 + * powerpc: Simplify do_sigbus + - LP: #1370425 + * powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handler + - LP: #1370425 + * powerpc: Fill in si_addr_lsb siginfo field + - LP: #1370425 + + -- Tim Gardner Wed, 05 Nov 2014 11:23:22 -0500 + +linux (3.16.0-25.33) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1389170 + + [ dann frazier ] + + * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64 + - LP: #1388952 + + [ Duc Dang ] + + * SAUCE: (no-up) [PCIE] APM X-Gene: Remove debug messages in MSI + interrupt handler path. + - LP: #1382244 + * SAUCE: (no-up) PCI: X-Gene: Fix max payload size and phantom function + configuration + - LP: #1386261 + + [ Tim Gardner ] + + * Revert "SAUCE: (no-up) PCI: Increase BAR size quirk for IBM ipr SAS + Crocodile adapters" + - LP: #1387813 + * [Config] CONFIG_SOUND_OSS_CORE_PRECLAIM=n + - LP: #1385510 + * [Debian] install usbipd + - LP: #898003 + * [Debian] Fix linux-doc dangling symlinks + - LP: #661306 + + [ Upstream Kernel Changes ] + + * Revert "macvlan: simplify the structure port" + - LP: #1381490 + * Revert "net/macb: add pinctrl consumer support" + - LP: #1381490 + * Revert "lzo: properly check for overruns" + - LP: #1387813 + * Revert "ath9k_hw: reduce ANI firstep range for older chips" + - LP: #1387813 + * ASoC: ssm2602: do not hardcode type to SSM2602 + - LP: #1379785 + * ASoC: core: fix possible ZERO_SIZE_PTR pointer dereferencing error. + - LP: #1379785 + * perf: fix perf bug in fork() + - LP: #1379785 + * mm: memcontrol: do not iterate uninitialized memcgs + - LP: #1379785 + * mm: migrate: Close race between migration completion and mprotect + - LP: #1379785 + * i2c: qup: Fix order of runtime pm initialization + - LP: #1379785 + * i2c: rk3x: fix 0 length write transfers + - LP: #1379785 + * ACPI / i915: Update the condition to ignore firmware backlight change + request + - LP: #1379785 + * cpufreq: integrator: fix integrator_cpufreq_remove return type + - LP: #1379785 + * cpufreq: pcc-cpufreq: Fix wait_event() under spinlock + - LP: #1379785 + * md/raid5: disable 'DISCARD' by default due to safety concerns. + - LP: #1379785 + * drm/i915: Flush the PTEs after updating them before suspend + - LP: #1379785 + * Fix problem recognizing symlinks + - LP: #1379785 + * init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menu + - LP: #1379785 + * ring-buffer: Fix infinite spin in reading buffer + - LP: #1379785 + * uas: Only complain about missing sg if all other checks succeed + - LP: #1379785 + * uas: Log a warning when we cannot use uas because the hcd lacks streams + - LP: #1379785 + * uas: Disable uas on ASM1051 devices + - LP: #1379785 + * uas: Add missing le16_to_cpu calls to asm1051 / asm1053 usb-id check + - LP: #1379785 + * x86, ia64: Move EFI_FB vga_default_device() initialization to + pci_vga_fixup() + - LP: #1379785 + * vgaarb: Don't default exclusively to first video device with mem+io + - LP: #1379785 + * mm, thp: move invariant bug check out of loop in __split_huge_page_map + - LP: #1379785 + * mm: numa: Do not mark PTEs pte_numa when splitting huge pages + - LP: #1379785 + * media: vb2: fix VBI/poll regression + - LP: #1379785 + * jiffies: Fix timeval conversion to jiffies + - LP: #1379785 + * Linux 3.16.5 + - LP: #1379785 + * netlink: reset network header before passing to taps + - LP: #1381490 + * rtnetlink: fix VF info size + - LP: #1381490 + * net: Always untag vlan-tagged traffic on input. + - LP: #1381490 + * myri10ge: check for DMA mapping errors + - LP: #1381490 + * tcp: don't use timestamp from repaired skb-s to calculate RTT (v2) + - LP: #1381490 + * sit: Fix ipip6_tunnel_lookup device matching criteria + - LP: #1381490 + * tcp: fix tcp_release_cb() to dispatch via address family for + mtu_reduced() + - LP: #1381490 + * tcp: fix ssthresh and undo for consecutive short FRTO episodes + - LP: #1381490 + * net: phy: smsc: move smsc_phy_config_init reset part in a soft_reset + function + - LP: #1381490 + * tipc: fix message importance range check + - LP: #1381490 + * packet: handle too big packets for PACKET_V3 + - LP: #1381490 + * bnx2x: Revert UNDI flushing mechanism + - LP: #1381490 + * net: ipv6: fib: don't sleep inside atomic lock + - LP: #1381490 + * openvswitch: fix panic with multiple vlan headers + - LP: #1381490 + * vxlan: fix incorrect initializer in union vxlan_addr + - LP: #1381490 + * net: fix checksum features handling in netif_skb_features() + - LP: #1381490 + * ipv6: fix rtnl locking in setsockopt for anycast and multicast + - LP: #1381490 + * l2tp: fix race while getting PMTU on PPP pseudo-wire + - LP: #1381490 + * ipv6: restore the behavior of ipv6_sock_ac_drop() + - LP: #1381490 + * bonding: fix div by zero while enslaving and transmitting + - LP: #1381490 + * net: filter: fix possible use after free + - LP: #1381490 + * bridge: Check if vlan filtering is enabled only once. + - LP: #1381490 + * bridge: Fix br_should_learn to check vlan_enabled + - LP: #1381490 + * net: allow macvlans to move to net namespace + - LP: #1381490 + * macvlan: allow to enqueue broadcast pkt on virtual device + - LP: #1381490 + * tg3: Work around HW/FW limitations with vlan encapsulated frames + - LP: #1381490 + * tg3: Allow for recieve of full-size 8021AD frames + - LP: #1381490 + * xfrm: Generate blackhole routes only from route lookup functions + - LP: #1381490 + * xfrm: Generate queueing routes only from route lookup functions + - LP: #1381490 + * ip_tunnel: Don't allow to add the same tunnel multiple times. + - LP: #1381490 + * macvtap: Fix race between device delete and open. + - LP: #1381490 + * net/mlx4_core: Allow not to specify probe_vf in SRIOV IB mode + - LP: #1381490 + * net/mlx4: Correctly configure single ported VFs from the host + - LP: #1381490 + * gro: fix aggregation for skb using frag_list + - LP: #1381490 + * ipv6: remove rt6i_genid + - LP: #1381490 + * hyperv: Fix a bug in netvsc_start_xmit() + - LP: #1381490 + * ip6_gre: fix flowi6_proto value in xmit path + - LP: #1381490 + * net: systemport: fix bcm_sysport_insert_tsb() + - LP: #1381490 + * team: avoid race condition in scheduling delayed work + - LP: #1381490 + * hyperv: Fix a bug in netvsc_send() + - LP: #1381490 + * sctp: handle association restarts when the socket is closed. + - LP: #1381490 + * net_sched: copy exts->type in tcf_exts_change() + - LP: #1381490 + * uas: Add a quirk for rejecting ATA_12 and ATA_16 commands + - LP: #1381490 + * uas: Add no-report-opcodes quirk + - LP: #1381490 + * uas: Add US_FL_NO_ATA_1X quirk for Seagate (0bc2:ab20) drives + - LP: #1381490 + * uas: Add another ASM1051 usb-id to the uas blacklist + - LP: #1381490 + * USB: Add device quirk for ASUS T100 Base Station keyboard + - LP: #1381490 + * USB: serial: cp210x: added Ketra N1 wireless interface support + - LP: #1381490 + * USB: cp210x: add support for Seluxit USB dongle + - LP: #1381490 + * usb: musb: dsps: kill OTG timer on suspend + - LP: #1381490 + * crypto: caam - fix addressing of struct member + - LP: #1381490 + * driver/base/node: remove unnecessary kfree of node struct from + unregister_one_node + - LP: #1381490 + * serial: 8250: Add Quark X1000 to 8250_pci.c + - LP: #1381490 + * Linux 3.16.6 + - LP: #1381490 + * fs: Add a missing permission check to do_umount + - LP: #1383358 + - CVE-2014-7975 + * deb-pkg: Add support for powerpc little endian + - LP: #1383884 + * xen/balloon: Don't continue ballooning when BP_ECANCELED is encountered + - LP: #1304001 + * cxl: Disable secondary hash in segment table + - LP: #1387523 + * cxl: Refactor cxl_load_segment() and find_free_sste() + - LP: #1387523 + * powerpc/mm: Use appropriate ESID mask in copro_calculate_slb() + - LP: #1387523 + * cxl: Fix PSL error due to duplicate segment table entries + - LP: #1387523 + * btrfs: wake up transaction thread from SYNC_FS ioctl + - LP: #1387813 + * btrfs: Fix a deadlock in btrfs_dev_replace_finishing() + - LP: #1387813 + * Btrfs: add missing compression property remove in btrfs_ioctl_setflags + - LP: #1387813 + * Btrfs: fix up bounds checking in lseek + - LP: #1387813 + * Btrfs: don't do async reclaim during log replay + - LP: #1387813 + * Btrfs: try not to ENOSPC on log replay + - LP: #1387813 + * Btrfs: cleanup error handling in build_backref_tree + - LP: #1387813 + * Btrfs: fix build_backref_tree issue with multiple shared blocks + - LP: #1387813 + * Btrfs: fix race in WAIT_SYNC ioctl + - LP: #1387813 + * usb: pch_udc: usb gadget device support for Intel Quark X1000 + - LP: #1387813 + * pci_ids: Add support for Intel Quark ILB + - LP: #1387813 + * kvm: x86: fix stale mmio cache bug + - LP: #1387813 + * kvm: fix potentially corrupt mmio cache + - LP: #1387813 + * KVM: do not bias the generation number in kvm_current_mmio_generation + - LP: #1387813 + * KVM: s390: unintended fallthrough for external call + - LP: #1387813 + * kvm: don't take vcpu mutex for obviously invalid vcpu ioctls + - LP: #1387813 + * x86,kvm,vmx: Preserve CR4 across VM entry + - LP: #1387813 + * x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 instead + - LP: #1387813 + * spi: dw-mid: respect 8 bit mode + - LP: #1387813 + * spi: dw-mid: check that DMA was inited before exit + - LP: #1387813 + * HID: rmi: check sanity of the incoming report + - LP: #1387813 + * mpc85xx_edac: Make L2 interrupt shared too + - LP: #1387813 + * regmap: debugfs: fix possbile NULL pointer dereference + - LP: #1387813 + * regmap: fix NULL pointer dereference in _regmap_write/read + - LP: #1387813 + * regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error. + - LP: #1387813 + * be2iscsi: check ip buffer before copying + - LP: #1387813 + * regulator: ltc3589: fix broken voltage transitions + - LP: #1387813 + * qla2xxx: fix kernel NULL pointer access + - LP: #1387813 + * qla2xxx: Use correct offset to req-q-out for reserve calculation + - LP: #1387813 + * qla2xxx: Fix shost use-after-free on device removal + - LP: #1387813 + * dmaengine: fix xor sources continuation + - LP: #1387813 + * firmware_class: make sure fw requests contain a name + - LP: #1387813 + * arm64: debug: don't re-enable debug exceptions on return from el1_dbg + - LP: #1387813 + * Drivers: hv: util: Properly pack the data for file copy functionality + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup vmbus_post_msg() + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl() + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup vmbus_close_internal() + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl() + - LP: #1387813 + * Drivers: hv: vmbus: Fix a bug in vmbus_open() + - LP: #1387813 + * Drivers: hv: vmbus: Cleanup hv_post_message() + - LP: #1387813 + * mei: bus: fix possible boundaries violation + - LP: #1387813 + * m68k: Disable/restore interrupts in hwreg_present()/hwreg_write() + - LP: #1387813 + * Fixing lease renewal + - LP: #1387813 + * Documentation: lzo: document part of the encoding + - LP: #1387813 + * lzo: check for length overrun in variable length encoding. + - LP: #1387813 + * tty: omap-serial: fix division by zero + - LP: #1387813 + * NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM fails + - LP: #1387813 + * NFSv4: fix open/lock state recovery error handling + - LP: #1387813 + * NFSv4.1: Fix an NFSv4.1 state renewal regression + - LP: #1387813 + * nfsd4: reserve adequate space for LOCK op + - LP: #1387813 + * NFS: Fix an uninitialised pointer Oops in the writeback error path + - LP: #1387813 + * NFS: Fix a bogus warning in nfs_generic_pgio + - LP: #1387813 + * iwlwifi: mvm: disable BT Co-running by default + - LP: #1387813 + * iwlwifi: Add missing PCI IDs for the 7260 series + - LP: #1387813 + * spi: dw-mid: terminate ongoing transfers at exit + - LP: #1387813 + * PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr() + - LP: #1387813 + * PCI: Add missing MEM_64 mask in + pci_assign_unassigned_bridge_resources() + - LP: #1387813 + * PCI: Generate uppercase hex for modalias interface class + - LP: #1387813 + * rt2800: correct BBP1_TX_POWER_CTRL mask + - LP: #1387813 + * Bluetooth: Fix HCI H5 corrupted ack value + - LP: #1387813 + * Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTU + - LP: #1387813 + * Bluetooth: Fix issue with USB suspend in btusb driver + - LP: #1387813 + * Bluetooth: Fix setting correct security level when initiating SMP + - LP: #1387813 + * mm: clear __GFP_FS when PF_MEMALLOC_NOIO is set + - LP: #1387813 + * fanotify: enable close-on-exec on events' fd when requested in + fanotify_init() + - LP: #1387813 + * kernel: add support for gcc 5 + - LP: #1387813 + * rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEP + - LP: #1387813 + * futex: Ensure get_futex_key_refs() always implies a barrier + - LP: #1387813 + * powerpc/iommu/ddw: Fix endianness + - LP: #1387813 + * powerpc/eeh: Clear frozen device state in time + - LP: #1387813 + * ima: fix fallback to use new_sync_read() + - LP: #1387813 + * ima: provide flag to identify new empty files + - LP: #1387813 + * arm64: compat: fix compat types affecting struct compat_elf_prpsinfo + - LP: #1387813 + * ALSA: pcm: use the same dma mmap codepath both for arm and arm64 + - LP: #1387813 + * ALSA: bebob: Fix failure to detect source of clock for Terratec Phase + 88 + - LP: #1387813 + * ALSA: emu10k1: Fix deadlock in synth voice lookup + - LP: #1387813 + * ALSA: ALC283 codec - Avoid pop noise on headphones during + suspend/resume + - LP: #1387813 + * ALSA: usb-audio: Add support for Steinberg UR22 USB interface + - LP: #1387813 + * ALSA: hda - hdmi: Fix missing ELD change event on plug/unplug + - LP: #1387813 + * ALSA: hda - Fix inverted LED gpio setup for Lenovo Ideapad + - LP: #1387813 + * ALSA: hda - Add missing terminating entry to SND_HDA_PIN_QUIRK macro + - LP: #1387813 + * ARM: at91/dt: Fix typo regarding can0_clk + - LP: #1387813 + * ARM: at91: fix at91sam9263ek DT mmc pinmuxing settings + - LP: #1387813 + * ARM: at91/PMC: don't forget to write PMC_PCDR register to disable + clocks + - LP: #1387813 + * ARM: Kirkwood: Fix DT based DSA. + - LP: #1387813 + * ARM: mvebu: Netgear RN104: Use Hardware BCH ECC + - LP: #1387813 + * ARM: mvebu: Netgear RN2120: Use Hardware BCH ECC + - LP: #1387813 + * ARM: mvebu: Netgear RN102: Use Hardware BCH ECC + - LP: #1387813 + * ARM: dts: imx28-evk: Let i2c0 run at 100kHz + - LP: #1387813 + * ecryptfs: avoid to access NULL pointer when write metadata in xattr + - LP: #1387813 + * xfs: ensure WB_SYNC_ALL writeback handles partial pages correctly + - LP: #1387813 + * sparc64: Do not disable interrupts in nmi_cpu_busy() + - LP: #1387813 + * sparc64: Fix pcr_ops initialization and usage bugs. + - LP: #1387813 + * sparc32: dma_alloc_coherent must honour gfp flags + - LP: #1387813 + * sparc64: sun4v TLB error power off events + - LP: #1387813 + * sparc64: Fix corrupted thread fault code. + - LP: #1387813 + * sparc64: find_node adjustment + - LP: #1387813 + * sparc64: Move request_irq() from ldc_bind() to ldc_alloc() + - LP: #1387813 + * sparc: Let memset return the address argument + - LP: #1387813 + * sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAG + - LP: #1387813 + * sparc: bpf_jit: fix loads from negative offsets + - LP: #1387813 + * sparc64: Fix reversed start/end in flush_tlb_kernel_range() + - LP: #1387813 + * sparc64: Fix lockdep warnings on reboot on Ultra-5 + - LP: #1387813 + * sparc64: Fix FPU register corruption with AES crypto offload. + - LP: #1387813 + * sparc64: Do not define thread fpregs save area as zero-length array. + - LP: #1387813 + * sparc64: Fix hibernation code refrence to PAGE_OFFSET. + - LP: #1387813 + * sparc64: correctly recognise M6 and M7 cpu type + - LP: #1387813 + * sparc64: support M6 and M7 for building CPU distribution map + - LP: #1387813 + * sparc64: cpu hardware caps support for sparc M6 and M7 + - LP: #1387813 + * sparc64: T5 PMU + - LP: #1387813 + * sparc64: Switch to 4-level page tables. + - LP: #1387813 + * sparc64: Define VA hole at run time, rather than at compile time. + - LP: #1387813 + * sparc64: Adjust KTSB assembler to support larger physical addresses. + - LP: #1387813 + * sparc64: Fix physical memory management regressions with large + max_phys_bits. + - LP: #1387813 + * sparc64: Use kernel page tables for vmemmap. + - LP: #1387813 + * sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53. + - LP: #1387813 + * sparc64: Adjust vmalloc region size based upon available virtual + address bits. + - LP: #1387813 + * sparc64: sparse irq + - LP: #1387813 + * sparc64: Kill unnecessary tables and increase MAX_BANKS. + - LP: #1387813 + * sparc64: Increase size of boot string to 1024 bytes + - LP: #1387813 + * sparc64: Fix register corruption in top-most kernel stack frame during + boot. + - LP: #1387813 + * sparc64: Implement __get_user_pages_fast(). + - LP: #1387813 + * PCI: Increase IBM ipr SAS Crocodile BARs to at least system page size + - LP: #1387813 + * Linux 3.16.7 + - LP: #1387813 + * powerpc/perf/hv-24x7: Simplify catalog_read() + - LP: #1380432 + + -- Luis Henriques Tue, 04 Nov 2014 10:53:55 +0000 + +linux (3.16.0-24.32) utopic; urgency=low + + [ Luis Henriques ] + + * Release Tracking Bug + - LP: #1386635 + + [ Upstream Kernel Changes ] + + * KVM: x86: Check non-canonical addresses upon WRMSR + - LP: #1384539 + - CVE-2014-3610 + * KVM: x86: Prevent host from panicking on shared MSR writes. + - LP: #1384539 + - CVE-2014-3610 + * KVM: x86: Improve thread safety in pit + - LP: #1384540 + - CVE-2014-3611 + * KVM: x86: Fix wrong masking on relative jump/call + - LP: #1384545 + - CVE-2014-3647 + * KVM: x86: Warn if guest virtual address space is not 48-bits + - LP: #1384545 + - CVE-2014-3647 + * KVM: x86: Emulator fixes for eip canonical checks on near branches + - LP: #1384545 + - CVE-2014-3647 + * KVM: x86: emulating descriptor load misses long-mode case + - LP: #1384545 + - CVE-2014-3647 + * KVM: x86: Handle errors when RIP is set during far jumps + - LP: #1384545 + - CVE-2014-3647 + * kvm: vmx: handle invvpid vm exit gracefully + - LP: #1384544 + - CVE-2014-3646 + + -- Luis Henriques Tue, 28 Oct 2014 10:40:55 +0000 + +linux (3.16.0-23.31) utopic; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1383784 + + [ Upstream Kernel Changes ] + + * Input: synaptics - gate forcepad support by DMI check + - LP: #1381815 + + -- Andy Whitcroft Tue, 21 Oct 2014 16:49:12 +0100 + +linux (3.16.0-23.30) utopic; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1381927 + * [Config] CONFIG_DRM_BOCHS=n + - LP: #1378648 + + [ Paolo Pisati ] + + * [Config] armhf: disable JUMP_LABEL + - LP: #1378856 + + -- Andy Whitcroft Thu, 16 Oct 2014 10:09:49 +0200 + +linux (3.16.0-22.29) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1379321 + + [ Andrew Morton ] + + * SAUCE: (no-up) mm-introduce-a-general-rcu-get_user_pages_fast-fix + - LP: #1309221 + * SAUCE: (no-up) arm64-mm-enable-rcu-fast_gup-checkpatch-fixes + - LP: #1309221 + + [ Andy Whitcroft ] + + * [Config] CONFIG_PATA_MACIO=y + - LP: #1378894 + * [Config] enable cloud tools on i386 + - LP: #1367399 + * SAUCE: scsi: hyper-v storsvc switch up to SPC-3 + - LP: #1354397 + * SAUCE: powerpc -- fix mm/slice.c switch include to linux/hugetlb.h + + [ dann frazier ] + + * [Config] CONFIG_HAVE_GENERIC_RCU_GUP=y + - LP: #1309221 + + [ Feng Kan ] + + * SAUCE: (no-up) power: reset: Add generic SYSCON register mapped reset + - LP: #1284433 + * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node + - LP: #1284433 + + [ Ian Munsie ] + + * SAUCE: (no-up) powerpc/cell: Move spu_handle_mm_fault() out of cell platform + * SAUCE: (no-up) powerpc/cell: Move data segment faulting code out of cell platform + * SAUCE: (no-up) powerpc/cell: Make spu_flush_all_slbs() generic + * SAUCE: (no-up) powerpc/msi: Improve IRQ bitmap allocator + * SAUCE: (no-up) powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psize + * SAUCE: (no-up) powerpc/powernv: Split out set MSI IRQ chip code + * SAUCE: (no-up) cxl: Add new header for call backs and structs + * SAUCE: (no-up) powerpc/powerpc: Add new PCIe functions for allocating cxl interrupts + * SAUCE: (no-up) powerpc/mm: Add new hash_page_mm() + * SAUCE: (no-up) powerpc/opal: Add PHB to cxl mode call + * SAUCE: (no-up) powerpc/mm: Add hooks for cxl + * SAUCE: (no-up) cxl: Add base builtin support + * SAUCE: (no-up) cxl: Driver code for powernv PCIe based cards for userspace access + * SAUCE: (no-up) cxl: Add userspace header file + * SAUCE: (no-up) cxl: Add driver to Kbuild and Makefiles + * SAUCE: (no-up) cxl: Add documentation for userspace APIs + * SAUCE: (no-up) cxl: Fix afu_read() not doing finish_wait() on signal or non-blocking + + [ John Johansen ] + + * SAUCE: Revert: fix: only allow a single threaded process to ... + - LP: #1371310 + + [ Steve Capper ] + + * SAUCE: (no-up) mm: introduce a general RCU get_user_pages_fast() + - LP: #1309221 + * SAUCE: (no-up) arm: mm: introduce special ptes for LPAE + - LP: #1309221 + * SAUCE: (no-up) arm: mm: enable HAVE_RCU_TABLE_FREE logic + - LP: #1309221 + * SAUCE: (no-up) arm: mm: enable RCU fast_gup + - LP: #1309221 + * SAUCE: (no-up) arm64: mm: enable HAVE_RCU_TABLE_FREE logic + - LP: #1309221 + * SAUCE: (no-up) arm64: mm: enable RCU fast_gup + - LP: #1309221 + + [ Tim Gardner ] + + * SAUCE: Added bnx2x/bnx2x-e1-7.8.19.0.fw + - LP: #1378491 + * [Config] CONFIG_CXL=m + * [Config] CONFIG_POWER_RESET_SYSCON=y for arm64 + * SAUCE: (no-up) Restrict CONFIG_POWER_RESET_SYSCON to arm64 only + + [ Upstream Kernel Changes ] + + * powerpc: implement vmemmap_list_free() + - LP: #1378413 + * powerpc: implement vmemmap_remove_mapping() for BOOK3S + - LP: #1378413 + * powerpc: implement vmemmap_free() + - LP: #1378413 + * powerpc: start loop at section start of start in vmemmap_populated() + - LP: #1378413 + * ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclear + * ARM: 8109/1: mm: Modify pte_write and pmd_write logic for LPAE + * seccomp: create internal mode-setting function + - LP: #1379020 + * seccomp: extract check/assign mode helpers + - LP: #1379020 + * seccomp: split mode setting routines + - LP: #1379020 + * seccomp: add "seccomp" syscall + - LP: #1379020 + * ARM: add seccomp syscall + - LP: #1379020 + * MIPS: add seccomp syscall + - LP: #1379020 + * sched: move no_new_privs into new atomic flags + - LP: #1379020 + * seccomp: split filter prep from check and apply + - LP: #1379020 + * seccomp: introduce writer locking + - LP: #1379020 + * seccomp: allow mode setting across threads + - LP: #1379020 + * seccomp: implement SECCOMP_FILTER_FLAG_TSYNC + - LP: #1379020 + * seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock + - LP: #1379020 + + -- Tim Gardner Wed, 08 Oct 2014 07:35:30 -0400 + +linux (3.16.0-21.28) utopic; urgency=low + + [ Andy Whitcroft ] + + * [Config] linux-image-extra is additive to linux-image + - LP: #1375310 + * [Config] linux-image-extra postrm is not needed on purge + + [ dann frazier ] + + * [Config] run updateconfigs after adding arm64 PCI support + * SAUCE: (no-up) Fix pcie-xgene build failure + + [ Ming Lei ] + + * SAUCE: (no-up) apm: pcie: fix hang when no card connected + + [ Tanmay Inamdar ] + + * SAUCE: (no-up) arm64: PCI(e) arch support + * SAUCE: (no-up) pci: APM X-Gene PCIe controller driver + * SAUCE: (no-up) arm64: dts: APM X-Gene PCIe device tree nodes + * SAUCE: (no-up) dt-bindings: pci: xgene pcie device tree bindings + * SAUCE: (no-up) MAINTAINERS: entry for APM X-Gene PCIe host driver + * SAUCE: (no-up) Add MSI/MSI-X driver for APM PCI bus + - LP: #1318977 + + [ Tim Gardner ] + + * rebase to v3.16.4 + * Release Tracking Bug + - LP: #1377905 + + [ Tuan Phan ] + + * SAUCE: (no-up) pci-xgene-msi: fixed deadlock in irq_set_affinity + - LP: #1359514 + + [ Upstream Kernel Changes ] + + * drm/nouveau: make sure display hardware is reinitialised on runtime + resume + - LP: #1374607 + + [ Upstream Kernel Changes ] + + * rebase to v3.16.4 + + -- Tim Gardner Fri, 03 Oct 2014 12:10:48 -0400 + +linux (3.16.0-20.27) utopic; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_CXL=m + * Release Tracking Bug + - LP: #1376354 + + [ Andi Kleen ] + + * SAUCE: perf tools: Fix perf record as non root with kptr_restrict == 1 + - LP: #1375441 + + [ Chris J Arges ] + + * SAUCE: Revert "sd: don't use scsi_setup_blk_pc_cmnd for flush requests" + - LP: #1375452 + + [ Ian Munsie ] + + * SAUCE: (no-up) powerpc/cell: Move spu_handle_mm_fault() out of cell platform + * SAUCE: (no-up) powerpc/cell: Move data segment faulting code out of cell platform + * SAUCE: (no-up) powerpc/msi: Improve IRQ bitmap allocator + * SAUCE: (no-up) powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psize + * SAUCE: (no-up) powerpc/powernv: Split out set MSI IRQ chip code + * SAUCE: (no-up) cxl: Add new header for call backs and structs + * SAUCE: (no-up) powerpc/powerpc: Add new PCIe functions for allocating cxl interrupts + * SAUCE: (no-up) powerpc/mm: Add new hash_page_mm() + * SAUCE: (no-up) powerpc/opal: Add PHB to cxl mode call + * SAUCE: (no-up) powerpc/mm: Add hooks for cxl + * SAUCE: (no-up) cxl: Add base builtin support + * SAUCE: (no-up) cxl: Driver code for powernv PCIe based cards for userspace access + * SAUCE: (no-up) cxl: Userspace header file. + * SAUCE: (no-up) cxl: Add driver to Kbuild and Makefiles + * SAUCE: (no-up) cxl: Add documentation for userspace APIs + + -- Tim Gardner Tue, 30 Sep 2014 13:05:27 -0600 + +linux (3.16.0-19.26) utopic; urgency=low + + [ Dave Hansen ] + + * SAUCE: x86, sched: Add new topology for multi-NUMA-node CPUs + - LP: #1338919 + + [ Tim Gardner ] + + * [Config] Correct annotation regarding CONFIG_DMA_CMA + - LP: #1362261 + * [Config] CONFIG_SND_HDA_INTEL=n for ppc64el + - LP: #1374438 + * [Config] CONFIG_HOTPLUG_PCI_SHPC=n for ppc64el + - LP: #1374440 + * [Debian] Don't fail if a symlink already exists + * [Config] CONFIG_HOTPLUG_PCI_PCIE=n for ppc64el + - LP: #1374440 + * Release Tracking Bug + - LP: #1375798 + + [ Tony Breeds ] + + * SAUCE: powerpc/boot: Don't install zImage.* from make install + - LP: #1374470 + + [ Upstream Kernel Changes ] + + * powercap / RAPL: change domain detection message + - LP: #1373943 + * mptfusion: enable no_write_same for vmware scsi disks + - LP: #1371591 + + -- Tim Gardner Mon, 29 Sep 2014 20:36:42 +0100 + +linux (3.16.0-18.25) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1373682 + + -- Tim Gardner Wed, 24 Sep 2014 19:23:23 -0600 + +linux (3.16.0-18.24) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: scsi: hyper-v storsvc switch up to SPC-3" + - LP: #1354397 + + [ Tim Gardner ] + + * [Config] CONFIG_RTC_DRV_XGENE=y for arm64 + * SAUCE: usbip: Update include path + * [Debian] usbip tools packaging + - LP: #898003 + * [Config] Enable usbip tools + - LP: #898003 + * [Config] CONFIG_CRASH_DUMP=n for powerpc-smp + - LP: #1363180 + + [ Upstream Kernel Changes ] + + * staging: usbip: usbip_host_driver.c: avoid assignment in if + * staging: usbip: usbip_host_driver.c: fix line over 80 characters + * staging: usbip: fixed a coding-style warning + * staging: usbip: stub_main.c: Cleaning up missing null-terminate in + conjunction with strncpy + * staging: usbip: remove redundant return statements + * usbip: move usbip userspace code out of staging + * usbip: move usbip kernel code out of staging + * HID: magicmouse: sanity check report size in raw_event() callback + - LP: #1370025 + - CVE-2014-3181 + * HID: picolcd: sanity check report size in raw_event() callback + - LP: #1370038 + - CVE-2014-3186 + * udf: Fold udf_fill_inode() into __udf_read_inode() + - LP: #1370042 + - CVE-2014-6410 + * udf: Avoid infinite loop when processing indirect ICBs + - LP: #1370042 + - CVE-2014-6410 + * Drivers: add blist flags + - LP: #1354397 + * sd: don't use scsi_setup_blk_pc_cmnd for flush requests + - LP: #1354397 + * sd: fix a bug in deriving the FLUSH_TIMEOUT from the basic I/O timeout + - LP: #1354397 + * ipvs: fix ipv6 hook registration for local replies + - LP: #1349768 + + -- Tim Gardner Mon, 22 Sep 2014 11:12:02 -0600 + +linux (3.16.0-17.23) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1371614 + * [Config] CONFIG_USB_OHCI_HCD_PCI=y + - LP: #1244176 + + [ Andy Whitcroft ] + + * rebase to v3.16.3 + * updateconfigs following rebase to v3.16.3 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot + - LP: #1362199 + + [ Upstream Kernel Changes ] + + * rebase to v3.16.3 + + -- Andy Whitcroft Thu, 18 Sep 2014 13:09:25 +0100 + +linux (3.16.0-16.22) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: x86/xen: Fix setup of 64bit kernel pagetables" + * [Config] tools -- only build common tools when enabled + * [Config] follow rename of DEB_BUILD_PROFILES + + [ Tim Gardner ] + + * [Debian] set do_*_tools after stage1 or bootstrap is determined + - LP: #1370211 + * Release Tracking Bug + - LP: #1370535 + + [ Upstream Kernel Changes ] + + * x86/xen: don't copy bogus duplicate entries into kernel page tables + * blk-merge: fix blk_recount_segments + - LP: #1359146 + * igb: bring link up when PHY is powered up + - LP: #1370018 + * igb: remove unnecessary break after goto + - LP: #1370018 + * igb: remove unnecessary break after return + - LP: #1370018 + * igb: Add message when malformed packets detected by hw + - LP: #1370018 + * igb: bump igb version to 5.2.13 + - LP: #1370018 + + -- Tim Gardner Tue, 16 Sep 2014 10:19:04 -0600 + +linux (3.16.0-15.21) utopic; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_DMA_CMA=n + - LP: #1362261 + * [Config] Add mpt3sas to d-i + - LP: #1368907 + * Release Tracking Bug + - LP: #1368860 + + [ Upstream Kernel Changes ] + + * ahci_xgene: Removing NCQ support from the APM X-Gene SoC AHCI SATA Host + Controller driver. + - LP: #1358498 + * ahci_xgene: Skip the PHY and clock initialization if already configured + by the firmware. + - LP: #1359501 + * ahci_xgene: Fix the link down in first attempt for the APM X-Gene SoC + AHCI SATA host controller driver. + - LP: #1359507 + * xen/balloon: cancel ballooning if adding new memory failed + - LP: #1304001 + * xen/manage: Always freeze/thaw processes when suspend/resuming + - LP: #1368724 + * mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault() + * mm, thp: only collapse hugepages to nodes with affinity for + zone_reclaim_mode + * mm: make copy_pte_range static again + * vmalloc: use rcu list iterator to reduce vmap_area_lock contention + * memcg, vmscan: Fix forced scan of anonymous pages + * mm: pagemap: avoid unnecessary overhead when tracepoints are + deactivated + * mm: rearrange zone fields into read-only, page alloc, statistics and + page reclaim lines + * mm: move zone->pages_scanned into a vmstat counter + * mm: vmscan: only update per-cpu thresholds for online CPU + * mm: page_alloc: abort fair zone allocation policy when remotes nodes + are encountered + * mm: page_alloc: reduce cost of the fair zone allocation policy + + -- Tim Gardner Mon, 08 Sep 2014 08:17:21 -0400 + +linux (3.16.0-14.20) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1366431 + + [ dann frazier ] + + * [Config] CONFIG_HW_RANDOM_XGENE=m on arm64 + + [ Manish Chopra ] + + * SAUCE: bnx2x: Configure device endianity on driver load and reset + endianity on removal. + - LP: #1356948 + + [ Tim Gardner ] + + * [Config] CONFIG_XMON=y + - LP: #1365655 + * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el + - LP: #1362514 + * [Config] CONFIG_KVM_BOOK3S_64_HV=m + - LP: #1362514 + + [ Upstream Kernel Changes ] + + * hwrng: xgene - add support for APM X-Gene SoC RNG support + - LP: #1365593 + * Documentation: rng: Add X-Gene SoC RNG driver documentation + - LP: #1365593 + * arm64: dts: add random number generator dts node to APM X-Gene + platform. + * KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct + - LP: #1362514 + * KVM: Move more code under CONFIG_HAVE_KVM_IRQFD + - LP: #1362514 + + [ Upstream Kernel Changes ] + + * rebase to v3.16.2 + - LP: #1358116 + - LP: #1334950 + - LP: #1350148 + + -- Tim Gardner Sat, 06 Sep 2014 07:52:15 -0700 + +linux (3.16.0-13.19) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1365611 + * [Config] CONFIG_HAVE_KVM_IRQFD=y + - LP: #1362514 + + [ Paolo Pisati ] + + * [Config] armhf: SERIAL_SAMSUNG_CONSOLE=y + * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y + + [ Upstream Kernel Changes ] + + * KVM: Don't keep reference to irq routing table in irqfd struct + - LP: #1362514 + * KVM: irqchip: Provide and use accessors for irq routing table + - LP: #1362514 + * KVM: Move all accesses to kvm::irq_routing into irqchip.c + - LP: #1362514 + * KVM: Move irq notifier implementation into eventfd.c + - LP: #1362514 + * KVM: prepare for KVM_(S|G)ET_MP_STATE on other architectures + - LP: #1362514 + * KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling + - LP: #1362514 + * KVM: Rename and add argument to check_extension + - LP: #1362514 + * KVM: Allow KVM_CHECK_EXTENSION on the vm fd + - LP: #1362514 + * KVM: Give IRQFD its own separate enabling Kconfig option + - LP: #1362514 + * KVM: PPC: Enable IRQFD support for the XICS interrupt controller + - LP: #1362514 + * KVM: PPC: Book3s PR: Disable AIL mode with OPAL + - LP: #1362514 + * KVM: PPC: Book3s HV: Fix tlbie compile error + - LP: #1362514 + * KVM: PPC: Book3S PR: Handle hyp doorbell exits + - LP: #1362514 + * KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue + - LP: #1362514 + * KVM: PPC: Book3S PR: Fix sparse endian checks + - LP: #1362514 + * PPC: Add asm helpers for BE 32bit load/store + - LP: #1362514 + * KVM: PPC: Book3S HV: Make HTAB code LE host aware + - LP: #1362514 + * KVM: PPC: Book3S HV: Access guest VPA in BE + - LP: #1362514 + * KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE + - LP: #1362514 + * KVM: PPC: Book3S HV: Access XICS in BE + - LP: #1362514 + * KVM: PPC: Book3S HV: Fix ABIv2 on LE + - LP: #1362514 + * KVM: PPC: Book3S HV: Enable for little endian hosts + - LP: #1362514 + * staging/lustre: disable virtual block device for 64K pages + * drm/i915: read HEAD register back in init_ring_common() to enforce + ordering + - LP: #1355196 + + -- Tim Gardner Tue, 02 Sep 2014 19:07:50 -0400 + +linux (3.16.0-12.18) utopic; urgency=low + + [ Paolo Pisati ] + + * Revert "[Debian] dtb: symlink /lib/firmware/(uname -r)/device-tree to + /boot/dtb-(uname -r) to make flash-kernel happy" + * Revert "[Debian] dtb: don't remove a symlink dereferencing an existing + directory" + * Revert "[Debian] dtb: don't follow symlink when checking for a + directory" + * Revert "[Debian] dtb: symlink from /boot/dtb-$(uname -r) to /boot/dtb" + * Revert "[Debian] dtb: move dtbs installation to /boot/dtb-$(uname -r)" + + -- Andy Whitcroft Mon, 01 Sep 2014 12:40:54 +0100 + +linux (3.16.0-12.17) utopic; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1363032 + * Revert "[Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el" + + [ dann frazier ] + + * [Config] CONFIG_ARM_GIC_V3=y + + [ Douglas Lehr ] + + * SAUCE: (no-up) PCI: Increase BAR size quirk for IBM ipr SAS Crocodile + adapters + - LP: #1361364 + + [ Marc Dietrich ] + + * [Config] arm/tegra/d-i: framebuffer and usb support for Tegra SoCs + + [ Paolo Pisati ] + + * [Config] armhf: REGULATOR_TWL4030=y + * [Debian] dtb: move dtbs installation to /boot/dtb-$(uname -r) + * [Debian] dtb: symlink from /boot/dtb-$(uname -r) to /boot/dtb + * [Debian] dtb: don't follow symlink when checking for a directory + * [Debian] dtb: don't remove a symlink dereferencing an existing + directory + * [Debian] dtb: symlink /lib/firmware/(uname -r)/device-tree to + /boot/dtb-(uname -r) to make flash-kernel happy + + [ Stefan Bader ] + + * SAUCE: x86/xen: Fix setup of 64bit kernel pagetables + - LP: #1350522 + + [ Upstream Kernel Changes ] + + * drm/tegra: add MODULE_DEVICE_TABLEs + * kvm: iommu: fix the third parameter of kvm_iommu_put_pages + (CVE-2014-3601) + - LP: #1362443 + - CVE-2014-3601 + * isofs: Fix unbounded recursion when processing relocated directories + - LP: #1362447, #1362448 + - CVE-2014-5472 + * arm64/crypto: fix makefile rule for aes-glue-%.o + * irq-gic: remove file name from heading comment + * irqchip: gic: Move some bits of GICv2 to a library-type file + * irqchip: gic-v3: Initial support for GICv3 + * arm64: GICv3 device tree binding documentation + * arm64: boot protocol documentation update for GICv3 + * KVM: arm/arm64: vgic: move GICv2 registers to their own structure + * KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitives + * KVM: ARM: vgic: abstract access to the ELRSR bitmap + * KVM: ARM: vgic: abstract EISR bitmap access + * KVM: ARM: vgic: abstract MISR decoding + * KVM: ARM: vgic: move underflow handling to vgic_ops + * KVM: ARM: vgic: abstract VMCR access + * KVM: ARM: vgic: introduce vgic_enable + * KVM: ARM: introduce vgic_params structure + * KVM: ARM: vgic: split GICv2 backend from the main vgic code + * KVM: ARM: vgic: revisit implementation of irqchip_in_kernel + * arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.S + * arm64: KVM: split GICv2 world switch from hyp code + * arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch + code + * KVM: ARM: vgic: add the GICv3 backend + * arm64: KVM: vgic: add GICv3 world switch + * arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardware + * arm64: gicv3: Allow GICv3 compilation with older binutils + * arm64: KVM: GICv3: move system register access to msr_s/mrs_s + * KVM: arm64: GICv3: mandate page-aligned GICV region + + -- Andy Whitcroft Fri, 29 Aug 2014 10:13:14 +0100 + +linux (3.16.0-11.16) utopic; urgency=low + + [ Mauricio Faria de Oliveira ] + + * [Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el + - LP: #1358920 + + [ Peter Zijlstra ] + + * SAUCE: (no-up) mmu_notifier: add call_srcu and sync function for listener to delay call and sync + - LP: #1361300 + + [ Tim Gardner ] + + * [Config] CONFIG_ZPOOL=y + - LP: #1360428 + * Release Tracking Bug + - LP: #1361308 + + [ Upstream Kernel Changes ] + + * Revert "net/mlx4_en: Fix bad use of dev_id" + - LP: #1347012 + * net/mlx4_en: Reduce memory consumption on kdump kernel + - LP: #1347012 + * net/mlx4_en: Fix mac_hash database inconsistency + - LP: #1347012 + * net/mlx4_en: Disable blueflame using ethtool private flags + - LP: #1347012 + * net/mlx4_en: current_mac isn't updated in port up + - LP: #1347012 + * net/mlx4_core: Use low memory profile on kdump kernel + - LP: #1347012 + * Drivers: scsi: storvsc: Change the limits to reflect the values on the host + - LP: #1347169 + * Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host + - LP: #1347169 + * Drivers: scsi: storvsc: Filter commands based on the storage protocol version + - LP: #1347169 + * Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version + - LP: #1347169 + * Drivers: scsi: storvsc: Implement a eh_timed_out handler + - LP: #1347169 + * drivers: scsi: storvsc: Set srb_flags in all cases + - LP: #1347169 + * drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure + - LP: #1347169 + * namespaces: Use task_lock and not rcu to protect nsproxy + - LP: #1328088 + * net: xgene: Check negative return value of xgene_enet_get_ring_size() + * mm/zbud: change zbud_alloc size type to size_t + - LP: #1360428 + * mm/zpool: implement common zpool api to zbud/zsmalloc + - LP: #1360428 + * mm/zpool: zbud/zsmalloc implement zpool + - LP: #1360428 + * mm/zpool: update zswap to use zpool + - LP: #1360428 + * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling + - LP: #1341296 + * iommu/amd: Fix for pasid initialization + - LP: #1361300 + * iommu/amd: Moving PPR fault flags macros definitions + - LP: #1361300 + * iommu/amd: Drop oprofile dependency + - LP: #1361300 + * iommu/amd: Fix typo in amd_iommu_v2 driver + - LP: #1361300 + * iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid + - LP: #1361300 + * iommu/amd: Don't free pasid_state in mn_release path + - LP: #1361300 + * iommu/amd: Get rid of __unbind_pasid + - LP: #1361300 + * iommu/amd: Drop pasid_state reference in ppr_notifer error path + - LP: #1361300 + * iommu/amd: Add pasid_state->invalid flag + - LP: #1361300 + * iommu/amd: Don't hold a reference to mm_struct + - LP: #1361300 + * iommu/amd: Don't hold a reference to task_struct + - LP: #1361300 + * iommu/amd: Don't call the inv_ctx_cb when pasid is not set up + - LP: #1361300 + * iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid + - LP: #1361300 + * iommu/amd: Remove change_pte mmu_notifier call-back + - LP: #1361300 + * iommu/amd: Fix device_state reference counting + - LP: #1361300 + * iommu/amd: Fix 2 typos in comments + - LP: #1361300 + + -- Tim Gardner Fri, 22 Aug 2014 08:45:54 -0400 + +linux (3.16.0-10.15) utopic; urgency=low + + [ dann frazier ] + + * [debian] Fix regression with ABI subversions and backport + + [ Feng Kan ] + + * SAUCE: (no-up) irqchip:gic: change access of gicc_ctrl register to read + modify write. + - LP: #1357527 + * SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user + assembly code + - LP: #1358949 + + [ Stefan Bader ] + + * SAUCE: bcache: prevent crash on changing writeback_running + - LP: #1357295 + + [ Tim Gardner ] + + * [Config] CONFIG_XFRM_STATISTICS=y + * [Config] CONFIG_SECURITY_NETWORK_XFRM=y + * [Config] CONFIG_SENSORS_IBMPOWERNV=m + - LP: #1353005 + * Release Tracking Bug + - LP: #1359783 + + [ Upstream Kernel Changes ] + + * intel_idle: Broadwell support + - LP: #1256170 + * powerpc/book3s: Add basic infrastructure to handle HMI in Linux. + - LP: #1357108 + * powerpc/powernv: Invoke opal call to handle hmi. + - LP: #1357108 + * powerpc/book3s: handle HMIs for cpus in nap mode. + - LP: #1357108 + * powerpc/book3s: Fix endianess issue for HMI handling on napping cpus. + - LP: #1357108 + * powerpc: Add smp_mb() to arch_spin_is_locked() + - LP: #1358569 + * powerpc: Add smp_mb()s to arch_spin_unlock_wait() + - LP: #1358569 + * hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and + temperature + - LP: #1353005 + * tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition + - LP: #1358855 + * printk: Add function to return log buffer address and size + - LP: #1359423 + * powerpc/powernv: Interface to register/unregister opal dump region + - LP: #1359423 + * bcache: fix crash on shutdown in passthrough mode + - LP: #1357295 + * bcache: fix uninterruptible sleep in writeback thread + - LP: #1357295 + + [ Vinayak Kale ] + + * SAUCE: (no-up) dt-bindings: Add Potenza PMU binding + - LP: #1357527 + * SAUCE: (no-up) arm64: dts: Add PMU node for APM X-Gene Storm SOC + - LP: #1357527 + + -- Tim Gardner Fri, 15 Aug 2014 12:34:33 -0600 + +linux (3.16.0-9.14) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1357370 + + [ Serge Hallyn ] + + * SAUCE: Overlayfs: allow unprivileged mounts + - LP: #1357025 + + [ Upstream Kernel Changes ] + + * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver + * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver + * dts: Add bindings for APM X-Gene SoC ethernet driver + * drivers: net: Add APM X-Gene SoC ethernet driver support. + * powerpc/thp: Add write barrier after updating the valid bit + - LP: #1357014 + * powerpc/thp: Don't recompute vsid and ssize in loop on invalidate + - LP: #1357014 + * powerpc/thp: Invalidate old 64K based hash page mapping before insert + of 4k pte + - LP: #1357014 + * powerpc/thp: Handle combo pages in invalidate + - LP: #1357014 + * powerpc/thp: Invalidate with vpn in loop + - LP: #1357014 + * powerpc/thp: Use ACCESS_ONCE when loading pmdp + - LP: #1357014 + * powerpc/mm: Use read barrier when creating real_pte + - LP: #1357014 + * powerpc/thp: Add tracepoints to track hugepage invalidate + - LP: #1357014 + * rebase to v3.16.1 + + -- Tim Gardner Thu, 14 Aug 2014 08:18:02 -0400 + +linux (3.16.0-8.13) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1356403 + + [ dann frazier ] + + * [debian] Allow for package revisions condusive for branching + + [ Upstream Kernel Changes ] + + * ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controller driver. + - LP: #1350087 + * ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver. + - LP: #1350087 + * powerpc/powernv: Enable M64 aperatus for PHB3 + - LP: #1355469 + * powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE + - LP: #1352994 + * powerpc: Add machine_early_initcall() + - LP: #1352640 + * powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall() + - LP: #1352640 + * powerpc/eeh: Avoid event on passed PE + - LP: #1352640 + * powerpc/eeh: EEH support for VFIO PCI device + - LP: #1352640 + * powerpc/eeh: sysfs entries lost + - LP: #1352640 + * powerpc/powernv: Fix IOMMU table for VFIO dev + - LP: #1352640 + * powerpc/eeh: Fetch IOMMU table in reliable way + - LP: #1352640 + * powerpc/eeh: Refactor EEH flag accessors + - LP: #1352640 + * powerpc/eeh: Selectively enable IO for error log + - LP: #1352640 + * powerpc/eeh: Reduce lines of log dump + - LP: #1352640 + * powerpc/eeh: Replace pr_warning() with pr_warn() + - LP: #1352640 + * powerpc/eeh: Make diag-data not endian dependent + - LP: #1352640 + * powerpc/eeh: Aux PE data for error log + - LP: #1352640 + * PCI: Support BAR sizes up to 128GB + - LP: #1352640 + * powerpc/powernv: Allow to freeze PE + - LP: #1352640 + * powerpc/powernv: Split ioda_eeh_get_state() + - LP: #1352640 + * powerpc/powernv: Handle compound PE + - LP: #1352640 + * powerpc/powernv: Handle compound PE for EEH + - LP: #1352640 + * powerpc/powernv: Handle compound PE in config accessors + - LP: #1352640 + * mnt: Only change user settable mount flags in remount + - LP: #1356318 + - CVE-2014-5206 + * mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount + - LP: #1356318 + - CVE-2014-5206 + * mnt: Correct permission checks in do_remount + - LP: #1356323 + - CVE-2014-5207 + * mnt: Change the default remount atime from relatime to the existing value + - LP: #1356323 + - CVE-2014-5207 + + -- Tim Gardner Sun, 10 Aug 2014 09:10:51 -0600 + +linux (3.16.0-7.12) utopic; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.16 final + * [Config] d-i -- add virtio_scsi to virtio-modules + - LP: #1342000 + + [ dann frazier ] + + * [Packaging] Fix 'printchanges' to work with versions containing '+' + + [ Tim Gardner ] + + * [Config] CONFIG_MICROCODE=y + - LP: #1084373 + * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n + - LP: #1349028 + * [Config] Add hv_balloon to d-i virtio-modules + - LP: #1292216 + * Release Tracking Bug + - LP: #1354530 + + [ Upstream Kernel Changes ] + + * rebase to v3.16 + + -- Tim Gardner Tue, 29 Jul 2014 09:55:15 -0400 + +linux (3.16.0-6.11) utopic; urgency=low + + [ Paolo Pisati ] + + * [Config] armhf: MXS_DMA=y && MTD_NAND_GPMI_NAND=m + * [Config] armhf: KEYBOARD_IMX=m + * [Config] armhf: build cubox & imx6 DTBs + * [Config] armhf: RTC_DRV_PCF8523=y + + [ Tim Gardner ] + + * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y + - LP: #1344405 + * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y + - LP: #1343109 + * Release Tracking Bug + - LP: #1349196 + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc7 + + -- Tim Gardner Thu, 24 Jul 2014 09:08:55 -0400 + +linux (3.16.0-5.10) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1346298 + * [Config] CONFIG_GPIO_SYSFS=y + - LP: #1342153 + * rebase to v3.16-rc6 + + [ Paolo Pisati ] + + * [Config] enable ARCH_MVEBU* + * [Config] AHCI_MVEBU=m + * [Config] ARMADA_THERMAL=y + * [Config] ARM_ARMADA_370_XP_CPUIDLE=y + * [Config] CRYPTO_DEV_MV_CESA=m + * [Config] I2C_MV64XXX=m + * [Config] MMC_MVSDIO=m + * [Config] MMC_SDHCI_DOVE=m + * [Config] MTD_NAND_ORION=m + * [Config] MTD_NAND_PXA3xx=m + * [Config] MVNETA=m + * [Config] MV_XOR=y + * [Config] ORION_WATCHDOG=m + * [Config] PCI_MVEBU=y + * [Config] RTC_DRV_MV=y + * [Config] SND_KIRKWOOD_SOC*=m + * [Config] SPI_ORION=m + * [Config] USB_XHCI_MVEBU=m + * [Config] armhf: build all Armada and Dove DTBs + * [Config] armhf: SERIAL_8250_DW=y + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc6 + + -- Tim Gardner Tue, 15 Jul 2014 07:49:42 -0400 + +linux (3.16.0-4.9) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1341543 + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc5 + + -- Tim Gardner Sun, 13 Jul 2014 21:30:27 -0400 + +linux (3.16.0-3.8) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1340091 + + -- Tim Gardner Thu, 10 Jul 2014 10:06:47 +0100 + +linux (3.16.0-2.7) utopic; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: aufs3 -- avoid aufs3-mmap.patch include hell for arm64 + ubuntu: aufs3 -- (no-up) aufs3-mmap.patch + + -- Tim Gardner Wed, 09 Jul 2014 16:16:28 +0100 + +linux (3.16.0-2.6) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: aufs3 -- (no-up) aufs3-mmap.patch" + Fixes FTBS. + + -- Tim Gardner Tue, 08 Jul 2014 17:29:26 +0100 + +linux (3.16.0-2.5) utopic; urgency=low + + [ Andy Whitcroft ] + + * ubuntu -- fix basic format for ubuntu/Makefile + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: aufs3 -- update update scripting + * ubuntu: aufs3 -- (no-up) aufs3-base.patch + * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch + * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch + * ubuntu: AUFS -- update to dcf336a754c86d5ee1c3d50699fd75c586d037cb + * [Configs] AUFS configs + * ubuntu: aufs3 -- reenable + + [ Tim Gardner ] + + * CONFIG_LATENCYTOP=n + + -- Tim Gardner Tue, 08 Jul 2014 15:27:35 +0100 + +linux (3.16.0-2.4) utopic; urgency=low + + [ Andy Whitcroft ] + + * [Config] flip VIRTIO*=y + * [Config] commonise CONFIG_SWIOTLB=y + * [Config] apply Bus options (PCI etc.) >> PCI support config defaults + * [Config] apply Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED) + config defaults + * [Config] apply Device Drivers >> Block devices config defaults + * [Config] apply Device Drivers >> Character devices config defaults + * [Config] apply Device Drivers >> DMA Engine support config defaults + * [Config] apply Device Drivers >> EDAC (Error Detection And Correction) + reporting config defaults + * [Config] apply Device Drivers >> Graphics support >> Direct Rendering + Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI + support) config defaults + * [Config] apply Device Drivers >> GPIO Support config defaults + * [Config] apply Device Drivers >> Graphics support >> Console display + driver support config defaults + * [Config] apply Device Drivers >> IIO staging drivers >> Accelerometers + config defaults + * [Config] apply Device Drivers >> IOMMU Hardware Support config defaults + * [Config] apply Device Drivers >> Input device support >> Generic input + layer (needed for keyboard, mouse, ...) >> Miscellaneous devices config + defaults + * [Config] apply Device Drivers >> Input device support >> Hardware I/O + ports config defaults + * [Config] apply Device Drivers >> LED Support >> LED Class Support + config defaults + * [Config] apply Device Drivers >> Hardware Spinlock drivers config + defaults + * [Config] apply Device Drivers >> Multimedia support >> Cameras/video + grabbers support config defaults + * [Config] apply Security options config defaults + * [Config] apply Networking options >> Network packet filtering framework + (Netfilter) >> Core Netfilter Configuration config defaults + * [Config] apply Device Drivers >> MMC/SD/SDIO card support config + defaults + * [Config] apply Device Drivers >> Graphics support >> Frame buffer + Devices >> Support for frame buffer devices config defaults + * [Config] apply Power management and ACPI options >> CPU Frequency + scaling config defaults + * [Config] apply Processor type and features config defaults + * [Config] apply Partition Types config defaults + * [Config] apply Power management and ACPI options config defaults + * [Config] apply Device Drivers >> InfiniBand support config defaults + * [Config] apply Device Drivers >> Misc devices config defaults + * [Config] apply Device Drivers >> Multifunction device drivers config + defaults + * [Config] apply Device Drivers >> SCSI device support >> SCSI device + support >> SCSI low-level drivers config defaults + * [Config] apply Device Drivers >> Network device support >> Ethernet + driver support config defaults + * [Config] apply Device Drivers >> Network device support >> Network core + driver support config defaults + * [Config] apply Device Drivers >> Network device support >> PHY Device + support and infrastructure config defaults + * [Config] apply File systems >> Network File Systems config defaults + * [Config] apply Device Drivers >> Input device support >> Generic input + layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults + * [Config] apply Device Drivers >> Memory Technology Device (MTD) support + >> NAND Device Support config defaults + * [Config] apply Device Drivers >> Network device support >> Wireless LAN + >> Ralink driver support config defaults + * [Config] apply Device Drivers >> Staging drivers config defaults + * [Config] apply Cryptographic API >> Hardware crypto devices config + defaults + * [Config] apply Device Drivers >> Macintosh device drivers config + defaults + * [Config] apply Device Drivers >> Network device support >> Wireless LAN + config defaults + * [Config] apply Device Drivers >> PPS support config defaults + * [Config] apply Device Drivers >> Sound card support config defaults + * [Config] apply Networking support >> RF switch subsystem support config + defaults + * [Config] apply Library routines config defaults + * [Config] apply Device Drivers >> CODEC drivers config defaults + * [Config] apply Device Drivers >> PHY Subsystem config defaults + * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support + config defaults + * [Config] apply Kernel hacking >> Tracers config defaults + * [Config] apply Kernel hacking >> Runtime Testing config defaults + * [Config] apply Kernel hacking >> Architecture: powerpc config defaults + * [Config] apply Device Drivers >> USB support config defaults + * [Config] apply Device Drivers >> Power supply class support config + defaults + * [Config] apply Device Drivers >> USB Network Adapters config defaults + * [Config] apply General setup >> IRQ subsystem config defaults + * [Config] apply General setup config defaults + * [Config] apply File systems >> Miscellaneous filesystems config + defaults + * [Config] apply File systems config defaults + * [Config] apply Device Drivers >> Userspace I/O drivers config defaults + * [Config] apply Device Drivers >> Virtio drivers config defaults + * [Config] apply Device Drivers >> USB Peripheral Controller config + defaults + * [Config] apply Device Drivers >> SCSI device support >> SCSI device + support >> SCSI Transports config defaults + * [Config] apply Device Drivers >> Real Time Clock config defaults + * [Config] apply Device Drivers >> Serial ATA and Parallel ATA drivers + (libata) config defaults + * [Config] apply Device Drivers >> SoC Audio for Freescale CPUs config + defaults + * [Config] apply Device Drivers >> Voltage and Current Regulator Support + config defaults + * [Config] apply Device Drivers >> USB Physical Layer drivers config + defaults + * [Config] apply Device Drivers >> Watchdog Timer Support config defaults + * [Config] powerpc-powerpc-e500mc FTBFS -- CONFIG_CRASH_DUMP=n + * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_IMA=n + * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_HIBERNATION=n + CONFIG_HOTPLUG_CPU=n + * [Config] ppc64el-generic FTBFS -- CONFIG_LUSTRE_FS=n + * [Config] drivers/message/fusion needs scsi_transport_spi in virtual + * [Config] drivers/acpi/acpi_ipmi.ko needs + drivers/char/ipmi/ipmi_msghandler.ko in virtual + * [Config] armhf-* FTBFS -- CONFIG_STACK_TRACER=n + CONFIG_FUNCTION_TRACER=n + * [Config] ignore modules changing following major config changes + + [ Tim Gardner ] + + * rebase to v3.16-rc4 + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc4 + - LP: #1297581 + + -- Andy Whitcroft Thu, 03 Jul 2014 11:00:43 +0100 + +linux (3.16.0-1.3) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "Disable do_tools_perf for FTBS" + * SAUCE: fix perf_regs definitions for arm64 + + [ Paolo Pisati ] + + * [Config] armhf: ARCH_EXYNOS5* support + * [Config] armhf: CPU_IDLE=y and ARM_EXYNOS_CPUIDLE=y + * [Config] armhf: EXYNOS_THERMAL=y + * [Config] armhf: EXYNOS_IOMMU=y + * [Config] armhf: EXYNOS_ADC=m + * [Config] armhf: EXYNOS_I2C_EXYNOS5=m + * [Config] armhf: MMC_SDHCI_S3C=m + * [Config] armhf: PCI_EXYNOS=y + * [Config] armhf: PHY_EXYNOS5250_SATA=y + * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y + * [Config] armhf: PWM_SAMSUNG=m + * [Config] armhf: RTC_DRV_S3C=y + * [Config] armhf: S3C2410_WATCHDOG=m + * [Config] armhf: MMC_DW_EXYNOS=m + * [Config] armhf: SERIAL_SAMSUNG=y + * [Config] armhf: SND_SOC_SAMSUNG=m + * [Config] armhf: SPI_S3C64XX=m + * [Config] armhf: EXYNOS_VIDEO=y and VIDEO_SAMSUNG*=m + * [Config] armhf: FB_S3C=m + * [Config] armhf: build all Exynos 5 DTBs + * [Config] armhf: disable CPUFREQ_EXYNOS + + [ Tim Gardner ] + + * rebase to v3.16-rc3 + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc3 + - LP: #1331915 + + -- Tim Gardner Tue, 24 Jun 2014 08:58:09 -0600 + +linux (3.16.0-0.2) utopic; urgency=low + + [ Tim Gardner ] + + * Revert "SAUCE: intel_pstate -- toggle default to disable" + - LP: #1333322 + * CONFIG_BOOKE_WDT=y + * Disable do_tools_perf for FTBS (just until I can figure it out) + + -- Tim Gardner Mon, 23 Jun 2014 13:37:53 -0600 + +linux (3.16.0-0.1) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1333265 + + [ Andy Whitcroft ] + + * [Config] cloud-tools -- add systemd units + - LP: #1329027 + + [ dann frazier ] + + * [Config] CONFIG_RTC_DRV_XGENE=y for arm64 + * [Config] CONFIG_NET_XGENE=m for arm64 + * [Config] Restrict CONFIG_POWER_RESET_SYSCON to arm64 only + + [ Feng Kan ] + + * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node + * SAUCE: (no-up) Add documentation for generic SYSCON reboot driver. + * SAUCE: (no-up) Select reboot driver for X-Gene platform. + + [ Iyappan Subramanian ] + + * SAUCE: (no-up) MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver + * SAUCE: (no-up) Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver + * SAUCE: (no-up) dts: Add bindings for APM X-Gene SoC ethernet driver + * SAUCE: (no-up) drivers: net: Add APM X-Gene SoC ethernet driver support. + + [ Tim Gardner ] + + * updateconfigs + * Fix arm64 crypto Makefile + * [Config] CONFIG_BOOKE_WDT=n for FTBS + * [Debian] Add UTS_UBUNTU_RELEASE_ABI to utsrelease.h + - LP: #1327619 + * Disabled powerpc64-emb for FTBS + * [Config] CONFIG_DRM_TEGRA=m + * [Config] CONFIG_CMA_SIZE_MBYTES=64 + * rebase to v3.16-rc2 + * Clean up generic.inclusion-list warnings + + [ Upstream Kernel Changes ] + + * rebase to v3.16-rc2 + - LP: #1328587 + - LP: #1319291 + - LP: #1310512 + - LP: #1310512 + - LP: #1305480 + + -- Tim Gardner Thu, 12 Jun 2014 12:26:09 +0000 + +linux (3.15.0-6.11) utopic; urgency=low + + [ Adam Conrad ] + + * Enable building the sata-modules udeb on ppc64el. + - LP: #1323980 + * [Packaging] Set bootloader and loader on ppc64el to grub + + [ Adam Lee ] + + * SAUCE: (no-up) rtlwifi: rtl8723be: disable MSI interrupts mode + - LP: #1310512, #1320070 + + [ Alex Hung ] + + * SAUCE: (no-up) dell-led: add mic mute led interface + - LP: #1308297 + + [ Andy Whitcroft ] + + * [Config] d-i -- add hyperv_keyboard to serial-modules udeb + - LP: #1285434 + * [Config] tools -- enable cpupower on ppc64el + * [Config] ppc64el -- enable perf tools + * [Config] powerpc -- enable perf tools + * [Config] ppc64el -- reduce MAX_ORDER with 64k pages + * [Config] arm64 -- enable tools + - LP: #1326050 + * [Config] switch hyper-keyboard to virtual + - LP: #1325306 + * [Config] fix up Breaks/Replaces on linux-cloud-tools-common to fix + upgrades + * SAUCE: kvm: BIOS disabled kvm support should be a warning + - LP: #1300247 + * SAUCE: nouveau: missing outputs should be warnings + - LP: #1300244 + * [Config] d-i -- add nvme devices to block-modules udeb + - LP: #1303710 + + [ Anton Blanchard ] + + * SAUCE: (no-up) powerpc: 64bit sendfile is capped at 2GB + - LP: #1328230 + + [ Colin Ian King ] + + * SAUCE: intel_pstate: inform user that thermald is worth considering + + [ Dave Chiluk ] + + * [Config] Enable CONFIG_IP_VS_IPV6=y + - LP: #1300739 + + [ Paolo Pisati ] + + * [Config] build vexpress a9 dtb + - LP: #1303657 + + [ Tetsuo Handa ] + + * SAUCE: kthread: Do not leave kthread_create() immediately upon SIGKILL. + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1329045 + * [Debian] Treat vdso install as an environment variable + - LP: #1325713 + * [Config] Treat vdso install as an environment variable + - LP: #1325713 + * [config] Set IPMI suppoort default to "y" + * [Config] powerpc -- CONFIG_SCSI_IBMVSCSI=y + * [Config] CONFIG_RT_GROUP_SCHED=n + - LP: #1284731 + * [Config] ppc64el -- switch to 64K system pages + * [Config] CONFIG_MICROCODE_EARLY=y + * [Config] SND_DAVINCI_SOC && SND_AM33XX_SOC_EVM =m + * [Config] armhf: DRM_TILCDC=m + * SAUCE: (no-up) mei_me: Add module parameter to disable MSI + * [Config] arm64: KVM=y + * [Config] armhf: LEDS_TRIGGER_HEARTBEAT=y + * [Config] armhf: generic: disable CPU_IDLE + * [Config] armhf: CPU_FREQ=y + * [Config] Add new mlx modules to d-i + * [Config] Added Muti-Arch support for linux-headers-PKGVER-ABINUM, linux-tools-common, and linux-cloud-tools-common + - LP: #1295112 + * [Config] CONFIG_EXYNOS_ADC=n, CONFIG_HW_RANDOM_EXYNOS=n, CONFIG_MMC_DW_EXYNOS=n, CONFIG_USB_DWC3_EXYNOS=n + - LP: #1294353 + * [Config] CONFIG_ABX500_CORE=y for ppc64el + * [Config] CONFIG_ALX=m for powerpc + * [Config] CONFIG_ACENIC_OMIT_TIGON_I=n for ppc64el + * [Config] CONFIG_ACORN_PARTITION_*=n for ppc64el + * [Config] CONFIG_ANDROID=n for powerpc + * [Config] CONFIG_ASYNC_RAID6_TEST=m for ppc64el + * [Config] CONFIG_BIG_KEYS=y for ppc64el + * [Config] CONFIG_BSD_PROCESS_ACCT=y for ppc64el + * rebase to v3.15 + * [Config] CONFIG_PHY_XGENE=y + * [Config] CONFIG_MLX4_DEBUG=y + - LP: #1328256 + * [Config] CONFIG_POWERNV_CPUFREQ=y for powerpc, ppc64el + - LP: #1324571 + * [Config] CONFIG_BLK_DEV_SR_VENDOR=n for ppc64el + * [Config] CONFIG_CFG80211=m for ppc64el + * [Config] CONFIG_CHARGER_BQ24190=m for powerpc + * [Config] CONFIG_CHARGER_BQ24735=m for powerpc + * [Config] CONFIG_EXPERT=y for ppc64el + * [Config] CONFIG_ATA_SFF=y on ppc64el + * [Config] CONFIG_ATA_GENERIC=y for ppc64el, powerpc + * [Config] CONFIG_CHR_DEV_ST=m for ppc64el + * [Config] CONFIG_CHECKPOINT_RESTORE=y for ppc64el + * [Config] CONFIG_CHELSIO_T1_1G=y for ppc64el + * [Config] CONFIG_CHR_DEV_OSST=m for ppc64el + * [Config] CONFIG_CHR_DEV_SCH=m for ppc64el + * [Config] CONFIG_CPU_FREQ_STAT=y for powerpc + * [Config] CONFIG_DDR=y for ppc64el + * [Config] CONFIG_DEBUG_BUGVERBOSE=y for powerpc + * [Config] CONFIG_E100=m, CONFIG_E1000=m, CONFIG_E1000E=m for ppc64el + * [Config] CONFIG_EZX_PCAP=n for all arches + * [Config] CONFIG_DYNAMIC_DEBUG=y for powerpc + * [Config] CONFIG_ENABLE_MUST_CHECK=n for ppc64el + * [Config] CONFIG_ENABLE_WARN_DEPRECATED=n for ppc64el + * [Config] CONFIG_FB_3DFX=m for all arches + * [Config] CONFIG_FB_MATROX=m for ppc64el + * [Config] CONFIG_FB_RADEON=m for ppc64el + * [Config] CONFIG_FB_SAVAGE_I2C=y for all arches + * [Config] CONFIG_FIREWIRE=m for ppc64el + * [Config] CONFIG_FTR_FIXUP_SELFTEST=n for ppc64el + * [Config] CONFIG_HAMRADIO=y for ppc64el + * [Config] CONFIG_I2C_CHARDEV=m for ppc64el + * [Config] CONFIG_I2C_MUX=m for ppc64el + * [Config] CONFIG_I2C_STUB=m for ppc64el + * [Config] CONFIG_I2O=m for ppc64el + * [Config] CONFIG_INET_XFRM_MODE_BEET=m, CONFIG_INET_XFRM_MODE_TRANSPORT=m, CONFIG_INET_XFRM_MODE_TUNNEL=m for ppc64el + * [Config] CONFIG_INFINIBAND_IPOIB_DEBUG=n, CONFIG_INFINIBAND_MTHCA_DEBUG=n for ppc64el + * [Config] CONFIG_INFINIBAND_NES=m, CONFIG_INFINIBAND_OCRDMA=m, CONFIG_INFINIBAND_QIB=m for ppc64el + * [Config] CONFIG_INPUT_FF_MEMLESS=m for ppc64el + * [Config] CONFIG_INTERVAL_TREE_TEST=m for ppc64el + * [Config] CONFIG_IPACK_BUS=m for ppc64el + * [Config] CONFIG_ISDN=y for ppc64el + * [Config] CONFIG_ISO9660_FS=m for ppc64el + * [Config] CONFIG_KGDB=y for ppc64el + * [Config] CONFIG_KVM_GUEST=y for ppc64el + * [Config] CONFIG_L2TP_V3=y for powerpc + * [Config] CONFIG_MAILBOX=y for ppc64el + * [Config] CONFIG_MD_LINEAR=m, CONFIG_MD_RAID0=m, CONFIG_MD_RAID1=m for ppc64el + * [Config] CONFIG_MEDIA_SUPPORT=m for ppc64el + * [Config] CONFIG_MEMORY=y for ppc64el + * [Config] CONFIG_MEMSTICK=m for ppc64el + * [Config] CONFIG_MFD_SM501_GPIO=n for ppc64el + * [Config] CONFIG_MMC_BLOCK=m for ppc64el + * [Config] CONFIG_MOUSE_PS2=m for ppc64el + * [Config] CONFIG_NET_9P=m for ppc64el + * [Config] CONFIG_MSDOS_FS=m for ppc64el + * [Config] CONFIG_MSI_BITMAP_SELFTEST=n for ppc64el + * [Config] CONFIG_MTD=m for arm64 + * [Config] CONFIG_NETCONSOLE=m for ppc64el + * [Config] CONFIG_NETFILTER_XT_TARGET_NOTRACK=m for ppc64el + * [Config] CONFIG_NET_IPIP=m for ppc64el + * [Config] CONFIG_NET_TEAM=m for all arches + * [Config] CONFIG_NFC=m for ppc64el + * [Config] CONFIG_NL80211_TESTMODE=n for all arches + * [Config] CONFIG_NLS_CODEPAGE_437=y for powerpc + * [Config] CONFIG_NLS_ASCII=m, CONFIG_NLS_ISO8859_1=m, CONFIG_NLS_UTF8=m for ppc64el + * [Config] CONFIG_NOP_USB_XCEIV=m for ppc64el + * [Config] CONFIG_NOTIFIER_ERROR_INJECTION=m for ppc64el + * [Config] CONFIG_OPROFILE=m for ppc64el + * [Config] CONFIG_PARPORT_1284=y for ppc64el + * [Config] CONFIG_PARPORT_AX88796=m, CONFIG_PARPORT_PC_FIFO=y, CONFIG_PARPORT_SERIAL=m for ppc64el + * [Config] CONFIG_8723AU_P2P=n + * [Config] CONFIG_PCI_IOV=y, CONFIG_PCI_PASID=y, CONFIG_PCI_PRI=y, CONFIG_PCI_REALLOC_ENABLE_AUTO=y, CONFIG_PCI_STUB=m for ppc64el + * [Config] CONFIG_PCNET32=m for ppc64el + * [Config] CONFIG_SCSI_DH_EMC=m for ppc64el + * [Config] CONFIG_SCSI_DH_HP_SW=m for ppc64el + * [Config] CONFIG_SCSI_FC_ATTRS=m for ppc64el + * [Config] CONFIG_SCSI_IPR=m for ppc64el + * [Config] CONFIG_SCSI_LOGGING=y for ppc64el + * [Config] CONFIG_SCSI_OSD_INITIATOR=m for ppc64el + * [Config] CONFIG_SCSI_SCAN_ASYNC=y for ppc64el + * [Config] CONFIG_SCSI_SYM53C8XX_2=m for ppc64el + * [Config] CONFIG_XILINX_LL_TEMAC=m for powerpc + * [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y for ppc64el + * [Config] CONFIG_WLAN=y for arm64 + * [Config] CONFIG_VORTEX=m for ppc64el + * [Config] CONFIG_WIMAX=m for ppc64el + * [Config] CONFIG_WATCHDOG=y for ppc64el + * [Config] CONFIG_VIRT_DRIVERS=y for ppc64el + * [Config] CONFIG_VERSION_SIGNATURE="" for powerpc64-emb + * [Config] CONFIG_UWB=m for ppc64el + * [Config] CONFIG_USB_STORAGE=y + * [Config] CONFIG_SATA_AHCI_PLATFORM=y for armhf + * [Config] CONFIG_HID_RMI=m + * [Config] CONFIG_HVC_DCC=n + - LP: #1303657 + + [ Upstream Kernel Changes ] + + * mm/numa: Remove BUG_ON() in __handle_mm_fault() + - LP: #1323165 + * powerpc/powernv: Add calls to support little endian host + - LP: #1327400 + * HID: rmi: introduce RMI driver for Synaptics touchpads + * HID: rmi: do not stop the device at the end of probe + * HID: rmi: check for the existence of some optional queries before reading query 12 + * HID: rmi: do not fetch more than 16 bytes in a query + * HID: rmi: fix wrong struct field name + * HID: rmi: fix masks for x and w_x data + * HID: rmi: do not handle touchscreens through hid-rmi + * ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops + - LP: #1305480 + * rebase to v3.15 + + -- Tim Gardner Tue, 03 Jun 2014 17:02:49 +0000 + +linux (3.15.0-5.10) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1325596 + * [Config] CONFIG_POWERNV_CPUFREQ=y for ppc64el + * rebase to v3.15-rc8 + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc8 + + -- Tim Gardner Mon, 02 Jun 2014 12:59:34 +0000 + +linux (3.15.0-4.9) utopic; urgency=low + + * no change rebuild to fix embeded debhelper. + + -- Andy Whitcroft Thu, 29 May 2014 12:41:58 +0100 + +linux (3.15.0-4.8) utopic; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1324107 + * [Config] enable SECURITY_APPARMOR_UNCONFINED_INIT + + [ Javier Martinez Canillas ] + + * SAUCE: (no-up) apparmor: fix bug that constantly spam the console + - LP: #1323526 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor3 - alpha6 snapshot + - LP: #1323528 + * SAUCE: (no-up) apparmor: fix apparmor spams log with warning message + - LP: #1308761 + * SAUCE: (no-up) apparmor: fix refcount bug in apparmor pivotroot + - LP: #1308765 + * SAUCE: (no-up): apparmor: fix apparmor refcount bug in apparmor_kill + - LP: #1308764 + * SAUCE: (no-up): apparmor: use custom write_is_locked macro + - LP: #1323530 + + [ Kamal Mostafa ] + + * [Config] add debian/gbp.conf + + [ Tim Gardner ] + + * [Config] CONFIG_SATA_AHCI=m for ppc64el + - LP: #1323980 + + -- Andy Whitcroft Wed, 28 May 2014 12:47:17 +0100 + +linux (3.15.0-3.7) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1323189 + + [ Andy Whitcroft ] + + * [Config] autopkgtest -- need fakeroot for tests + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc7 + + -- Tim Gardner Mon, 26 May 2014 08:12:50 +0200 + +linux (3.15.0-2.6) utopic; urgency=low + + [ Andy Whitcroft ] + + * [Config] remove the kernel-image firmware list on clean + + [ Martin Pitt ] + + * [Config] autopkgtest -- switch to significantly faster rebuild + + [ Stefan Bader ] + + * [Config]: Add missing modules to inclusion list + + [ Tim Gardner ] + + * [debian] Dynamically generate the kernel-image udebs firmware list + * [d-i] firmware/kernel-image is generated + * rebase to v3.15-rc6 + * Release Tracking Bug + - LP: #1322251 + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc6 + - LP: #1297581 + + -- Tim Gardner Wed, 21 May 2014 10:51:29 -0700 + +linux (3.15.0-1.5) utopic; urgency=low + + [ Tim Gardner ] + + * [Config] Add apm-mustang.dtb to kernel-image udeb + + -- Tim Gardner Mon, 19 May 2014 14:47:42 -0700 + +linux (3.15.0-1.4) utopic; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the + local linux/hyperv.h" + * Revert "SAUCE: (no-up) hv -- bodge hv_kvp_daemon so it can use the + local linux/hyperv.h" + * [Packaging] tools -- hv tools build correctly against the built headers + * [Packaging] cloud-tools -- add the hv_fcopy_daemon to the package + * cloud-tools -- pull in init scripts for Hyper-V daemons + * cloud-tools -- detect Hyper-V VM to avoid starting + * cloud-tools -- update IF_NAME to DEVICE in hv_* scripts + - LP: #1295401 + * [Config] cloud-tools: reenable cloud-tools + + -- Andy Whitcroft Sun, 18 May 2014 19:21:04 +0100 + +linux (3.15.0-1.3) utopic; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] ppc64el is a powerpc kernel arch and needs its quirks + - LP: #1318848 + + [ Ben Collins ] + + * [Config] Switch to grub-ieee1275 as recommended on book3e systems + - LP: #1318629 + + [ Tim Gardner ] + + * [Config] CONFIG_FSL_PAMU=n + - LP: #1311738 + * Release Tracking Bug + - LP: #1320239 + + -- Tim Gardner Fri, 16 May 2014 07:37:07 -0600 + +linux (3.15.0-1.2) utopic; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1318171 + * Add rpcsec_gss_krb5 to generic inclusion list + - LP: #769527 + * rebase to v3.15-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc5 + - LP: #1297581 + + -- Tim Gardner Tue, 06 May 2014 15:20:10 -0500 + +linux (3.15.0-0.1) utopic; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v3.15-rc4 + - LP: #1297581 + - LP: #1297581 + - LP: #1305133 + - LP: #1297581 + - LP: #1297581 + - LP: #871808 + - LP: #1260303 + - LP: #1268468 + - LP: #1248116 + - LP: #1211920 + - LP: #1259790 + - LP: #1259437 + - LP: #1259435 + - LP: #1268468 + + -- Tim Gardner Fri, 07 Feb 2014 09:35:13 -0700 + +linux (3.15.0-0.0) utopic; urgency=low + + * Initial version for 3.15. + + -- Andy Whitcroft Fri, 02 May 2014 15:06:39 +0100 + +linux (3.13.0-8.27) trusty; urgency=low + + [ John Johansen ] + + * SAUCE: Add config option to disable new apparmor 3 semantics + -LP: #1270215 + + [ Tim Gardner ] + + * [debian] Fix indep_hdrs_pkg_name + - LP: #1134441 + * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3 + * Enabled lttng build + * Don't build lttng for armhf + lttng hates gcc-4.8 for armhf + * Release Tracking Bug + - LP: #1277309 + + [ Upstream Kernel Changes ] + + * rebase to v3.13.2 + - LP: #1260303 + - LP: #1260303 + - LP: #1268468 + + -- Tim Gardner Thu, 06 Feb 2014 09:25:51 -0700 + +linux (3.13.0-7.26) trusty; urgency=low + + [ John Johansen ] + + * SAUCE: apparmor: fix uninitialized lsm_audit membe + - LP: #1268727 + * Add config option to optionally enable new apparmor 3 semantics + + [ Tim Gardner ] + + * [Config] Add lowlatency to getabis + * [Config] CONFIG_SECURITY_APPARMOR_AA3_SEMANTICS=y + - LP: #1270215 + * Release Tracking Bug + - LP: #1276810 + + [ Upstream Kernel Changes ] + + * x86, x32: Correct invalid use of user timespec in the kernel + - LP: #1274349 + - CVE-2014-0038 + + -- Tim Gardner Wed, 05 Feb 2014 15:49:44 -0500 + +linux (3.13.0-7.25) trusty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: fix fmd headers" + * SAUCE: fix fmd headers + + -- Andy Whitcroft Tue, 04 Feb 2014 09:36:09 +0000 + +linux (3.13.0-7.24) trusty; urgency=low + + [ Stefan Bader ] + + * [Config] Make vmwgfx driver enable the framebuffer device + + [ Tim Gardner ] + + * rebase to v3.13.1 + * [Config] CONFIG_NFS_FS=m for ppc64el + * [Config] CONFIG_X86_SYSFB=n + https://lists.ubuntu.com/archives/kernel-team/2014-February/038166.html + * Release Tracking Bug + - LP: #1275898 + + [ Upstream Kernel Changes ] + + * i2c: piix4: Add support for AMD ML and CZ SMBus changes + - LP: #1272525 + * i2c: piix4: Use different message for AMD Auxiliary SMBus Controller + - LP: #1272525 + * mm: ignore VM_SOFTDIRTY on VMA merging + - LP: #1274917 + * drm/radeon: disable dpm on BTC + - LP: #1266984 + + [ Upstream Kernel Changes ] + + * rebase to v3.13.1 + + -- Tim Gardner Thu, 30 Jan 2014 15:24:48 +0000 + +linux (3.13.0-6.23) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] fix up architecture for linux-tools + + -- Andy Whitcroft Thu, 30 Jan 2014 09:00:41 +0000 + +linux (3.13.0-6.22) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] limit linux-udebs- to matching arch + * [Config] powerpc -- disable perf to fix FTBFS + * [Config] ppc64el -- fix up missing udebs + + -- Andy Whitcroft Wed, 29 Jan 2014 16:00:28 +0000 + +linux (3.13.0-6.21) trusty; urgency=low + + [ Andy Fleming ] + + * SAUCE: net: Add support for handling queueing in hardware + * SAUCE: of_mdio: Add of_phy_attach function + * SAUCE: phylib: Add generic 10G driver + * SAUCE: phylib: Support attaching to gen10g_driver + * SAUCE: phylib: Add Clause 45 read/write functions + + [ Andy Whitcroft ] + + * SAUCE: fix fmd headers + * [Packaging] lowlatency -- merge out of tree flavours + * SAUCE: allow IRQs to be irq-threaded by default via config + * [Config]: enable CONFIG_IRQ_FORCED_THREADING_DEFAULT for lowlatency + * [Config] powerpc -- fix up Build-depends: + * Release Tracking Bug + - LP: #1273747 + + [ Ben Collins ] + + * SAUCE: PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit + ptr/64-bit rsrcs + * SAUCE: Revert "phy: vitesse make vsc824x_add_skew static" + * SAUCE: Fixup freescale usb phy driver to work on ppc64 + * SAUCE: xgmac_mdio: Silence read errors + * SAUCE: Provide booke stub for kvmppc_is_bigendian() + * SAUCE: Fix stack overflow on ppc32 + * SAUCE: Use resource_size_t instead of long for PCI resource address + * SAUCE: net/phy: Export function for use by dpaa_eth + * [Packaging] powerpc -- merge out of tree powerpc arch + + [ Bjorn Helgaas ] + + * SAUCE: Revert "EISA: Log device resources in dmesg" + - LP: #1251816 + * SAUCE: Revert "EISA: Initialize device before its resources" + - LP: #1251816 + + [ Emil Medve ] + + * SAUCE: phylib: Minimum hack to get the generic 10G PHY driver to work + with 10G "fixed-link"s + + [ Kumar Gala ] + + * SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman + * SAUCE: fsl_pme2: Add support for DPAA PME + * SAUCE: fmd: FMD14 integration + * SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture + * SAUCE: powerpc/85xx: Add DPAA/networking support for CoreNet + + [ Madalin Bucur ] + + * SAUCE: net/flow: remove sleeping and deferral mechanism from + flow_cache_flush + * SAUCE: net/phy: abort genphy_read_status when link changes during speed + and duplex reading + + [ Stefan Bader ] + + * [Config] move some VMWare related modules into main package + - LP: #1271669 + + [ Tim Gardner ] + + * [Config] Add r815x to nic-modules + - LP: #1273735 + * [Config] CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y + - LP: #239479 + + [ Upstream Kernel Changes ] + + * mmc: sdhci-pci: break out definitions to header file + - LP: #1239938 + * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hosts + - LP: #1239938 + * powerpc/book3e: rename interrupt_end_book3e with __end_interrupts + * powerpc/book3e: support CONFIG_RELOCATABLE + * book3e/kexec/kdump: enable kexec for kernel + * book3e/kexec/kdump: create a 1:1 TLB mapping + * book3e/kexec/kdump: introduce a kexec kernel flag + * book3e/kexec/kdump: implement ppc64 kexec specfic + * book3e/kexec/kdump: redefine VIRT_PHYS_OFFSET + * book3e/kexec/kdump: recover "r4 = 0" to create the initial TLB + + -- Andy Whitcroft Tue, 28 Jan 2014 22:59:46 +0000 + +linux (3.13.0-5.20) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] tools -- do not make symlinks when not making packages + * [Packaging] tools -- tidy up control.stub.in ordering + * [Packaging] tools -- tools-common is shared and not conditional + * rebase to v3.13 + + [ Dirk Brandewie ] + + * SAUCE: intel_pstate: Add setting voltage value for baytrail P states. + + [ KY Srinivasan ] + + * SAUCE: Drivers: hv: vmbus: Specify the target CPU that should receive + notification + + [ Upstream Kernel Changes ] + + * rebase to v3.13 + - LP: #1270603 + + -- Andy Whitcroft Fri, 17 Jan 2014 15:45:31 +0000 + +linux (3.13.0-4.19) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] libunwind8-dev is now available for ppc64el + * [Packaging] tools -- make cpupower optional + * [Packaging] tools -- enable correctly for x86 + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1269872 + + [ Upstream Kernel Changes ] + + * SAUCE: ARM: OMAP: hwmod: Add SYSC offsets for AES IP + * SAUCE: ARM: OMAP4: hwmod: Add hwmod data for AES IP + * SAUCE: OMAP: AM33xx: hwmod: Correct AES module SYSC type + * SAUCE: crypto: omap-aes: add error check for pm_runtime_get_sync + + [ Upstream Kernel Changes ] + + * rebase to 85ce70fdf48aa290b4845311c2dd815d7f8d1fa5 + + -- Tim Gardner Wed, 15 Jan 2014 13:23:05 +0000 + +linux (3.13.0-3.18) trusty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.13-rc8 + * [Packaging] efi -- allow EFI signatures on any arch + + [ Tim Gardner ] + + * [Config] Fix vcs-git path + * Release Tracking Bug + - LP: #1268683 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc8 + + -- Andy Whitcroft Sun, 12 Jan 2014 11:58:01 +0000 + +linux (3.13.0-2.17) trusty; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1267809 + * [Config] apply Platform support>>CPUIdle driver>>CPU Idle config + defaults + * [Config] apply Platform support>>CPU Frequency scaling config defaults + * [Config] CONFIG_PARIDE_EPATC8=y + * [Config] apply Device Drivers >> Broadcom specific AMBA config defaults + * [Config] apply Bus options >> PCI support >> RapidIO support >> RapidIO + Switch drivers config defaults + * [Config] apply Cryptographic API config defaults + * [Config] apply Device Drivers >> Common Clock Framework config defaults + * [Config] apply Device Drivers >> Distributed Switch Architecture + drivers config defaults + * [Config] apply Device Drivers >> Graphics support >> Backlight & LCD + device support config defaults + * [Config] apply Device Drivers >> Graphics support >> Support for frame + buffer devices >> Bootup logo config defaults + * annotations -- update in tree annotations + * [Config] apply Bus options >> PCI support >> RapidIO support config + defaults + * [Config] CONFIG_POWER_AVS=y CONFIG_RESET_CONTROLLER=y + * [Config] apply Device Drivers >> 1-wire Bus Masters config defaults + * [Config] apply CAN Device Drivers >> Platform CAN drivers with Netlink + support config defaults + * [Config] apply Device Drivers >> Character devices >> Serial drivers + config defaults + * [Config] apply Device Drivers >> Generic Thermal sysfs driver config + defaults + * [Config] apply Device Drivers >> Character devices >> TPM Hardware + Support config defaults + * [Config] apply Device Drivers >> Character devices config defaults + * [Config] apply Device Drivers >> HID support >> USB HID support >> USB + HID transport layer config defaults + * [Config] apply Device Drivers >> HID support >> HID bus support config + defaults + * [Config] apply Device Drivers >> HID support >> USB HID support config + defaults + * annotations -- update in tree annotations + * [Config] apply Device Drivers >> GPIO Support config defaults + * [Config] update configs for apparmour update + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot + * SAUCE: apparmor: fix unix domain sockets to be mediated on connection + - LP: #1208988 + * SAUCE: apparmor: allocate path lookup buffers during init + - LP: #1208988 + * SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy + - LP: #1236455 + + [ Tim Gardner ] + + * Revert "[Debian] getabis: Preface module with package name" + * [Config] Added ppc64el to getabis + * [packaging] Bump ABI for every new release + + -- Andy Whitcroft Fri, 10 Jan 2014 11:48:39 +0000 + +linux (3.13.0-1.16) trusty; urgency=low + + * First 3.13 upload. + * Release tracker + - LP: #1266852 + + -- Tim Gardner Tue, 07 Jan 2014 09:21:26 -0700 + +linux (3.13.0-0.15) trusty; urgency=low + + [ Tim Gardner ] + + * rebase to v3.13-rc7 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc7 + + -- Tim Gardner Sun, 05 Jan 2014 06:13:33 -0700 + +linux (3.13.0-0.14) trusty; urgency=low + + [ Andy Whitcroft ] + + * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6 + + [ Tim Gardner ] + + * Remove ubuntu/dm-raid4-5 in favor of CONFIG_MD_RAID456 + * Update lttng to Version 2.4.0-rc2 + * lttng: Disabled trace_kvm_async_pf_completed + * [Config] CONFIG_IMA=y + - LP: #1244627 + + [ Upstream Kernel Changes ] + + * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6 + + -- Tim Gardner Thu, 02 Jan 2014 12:57:13 -0700 + +linux (3.13.0-0.13) trusty; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: aufs3 -- (no-up) aufs3-base.patch + * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch + * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: AUFS -- update to 7b136a27b021da9010d8b6c101939dd298e46be7 + * ubuntu: aufs3 -- enable + * ubuntu: aufs3 -- update configs + + -- Andy Whitcroft Thu, 02 Jan 2014 09:41:02 +0000 + +linux (3.13.0-0.12) trusty; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc6 + + -- Tim Gardner Tue, 31 Dec 2013 06:16:03 -0700 + +linux (3.13.0-0.11) trusty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: suspicious unlocked ->status reading and writing in ipc/sem.c + * [Config] ppc64el -- initial defconfig based -generic flavour + * [Config] initial defconfig for ppc64el + * [Config] ubuntuise ppc64el config + * [Config] ubuntuise ppc64el config part 2 + * [Config] d-i -- update empty udebs list + * [Config] ppc64el -- split extras package + + [ Anton Blanchard ] + + * SAUCE: KVM: PPC: Book3S HV: Add little-endian guest support + + [ Benjamin Herrenschmidt ] + + * SAUCE: powerpc/powernv: Add calls to support little endian + + [ Cédric Le Goater ] + + * SAUCE: KVM: PPC: Book3S: add helper routine to load guest instructions + * SAUCE: KVM: PPC: Book3S: add helper routines to detect endian order + * SAUCE: KVM: PPC: Book3S: MMIO emulation support for little endian + guests + + [ Paul E. McKenney ] + + * SAUCE: powerpc: Make 64-bit non-VMX copy_tofrom_user() bi-endian + + -- Andy Whitcroft Fri, 27 Dec 2013 16:48:55 +0000 + +linux (3.13.0-0.10) trusty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.13-rc5 + * [Config] updateconfigs following rebase to v3.13-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc5 + - LP: #1260303 + - LP: #1260303 + - LP: #1260225 + + -- Andy Whitcroft Mon, 23 Dec 2013 12:48:28 +0000 + +linux (3.13.0-0.9) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] d-i -- allow missing firmware + + -- Andy Whitcroft Fri, 20 Dec 2013 17:57:06 +0000 + +linux (3.13.0-0.8) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] annotations -- first pass over entire config + * [Config] drop libunwind8-dev from Build-Depends for ppc64el + + [ Tim Gardner ] + + * [Config] Add arm64 device tree files + - LP: #1262901 + + -- Andy Whitcroft Thu, 19 Dec 2013 18:36:43 +0000 + +linux (3.13.0-0.7) trusty; urgency=low + + [ Rajesh B Prathipati ] + + * SAUCE: powerpc: Make unaligned accesses endian-safe for powerpc + + [ Tim Gardner ] + + * [Config] CONFIG_REGULATOR_S2MPS11=n for FTBS + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc4 + - LP: #1259790 + - LP: #1259437 + - LP: #1259435 + + -- Tim Gardner Fri, 13 Dec 2013 07:56:34 -0700 + +linux (3.13.0-0.6) trusty; urgency=low + + [ Paolo Pisati ] + + * [Config] armhf: arm64: VIRTIO_[BLK|MMIO|NET|CONSOLE|BALLOON]=y + * [Config] i386: amd64: VIRTIO_CONSOLE=y + + [ Tim Gardner ] + + * [Config] CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y + + -- Tim Gardner Sun, 08 Dec 2013 09:22:01 -0700 + +linux (3.13.0-0.5) trusty; urgency=low + + [ Andy Whitcroft ] + + * correct bug listing for v3.13-rc2 rebase + * [Config] ppc64el -- create linux-libc-dev + * [Debian] Improve tools version message + - LP: #1257715 + + [ Serge Hallyn ] + + * SAUCE: fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)] + - LP: #1248590 + * SAUCE: vfs: Fix a regression in mounting proc + + [ Tim Gardner ] + + * [Config] Build-in ohci-pci + - LP: #1244176 + * Rebase to v3.13-rc3 + + [ Upstream Kernel Changes ] + + * Revert "Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID + checks"" + - LP: #1248590 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc3 + - LP: #1256840 + - LP: #1256212 + + -- Tim Gardner Sat, 07 Dec 2013 07:55:39 -0700 + +linux (3.13.0-0.4) trusty; urgency=low + + [ Tim Gardner ] + + * Rebase to v3.13-rc2 + + [ Upstream Kernel Changes ] + + * rebase to v3.13-rc2 + + -- Tim Gardner Fri, 29 Nov 2013 23:54:05 -0500 + +linux (3.13.0-0.3) trusty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: Fix DocBook FTBS" + + [ Tim Gardner ] + + * [Debian] Re-sign modules after debug objcopy + - LP: #1253155 + * [Config] CONFIG_EXT4_USE_FOR_EXT23=y + + [ Upstream Kernel Changes ] + + * doc: fix generation of device-drivers + * rebase to b975dc3689fc6a3718ad288ce080924f9cb7e176 + + -- Tim Gardner Tue, 26 Nov 2013 12:24:42 -0700 + +linux (3.13.0-0.2) trusty; urgency=low + + [ Tim Gardner ] + + * SAUCE: Fix DocBook FTBS + + -- Tim Gardner Mon, 25 Nov 2013 13:24:15 -0700 + +linux (3.13.0-0.1) trusty; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to 7e3528c3660a2e8602abc7858b0994d611f74bc3 + + -- Tim Gardner Tue, 12 Nov 2013 07:28:53 -0700 + +linux (3.13.0-0.0) trusty; urgency=low + + * Major release bump. + + -- Andy Whitcroft Tue, 12 Nov 2013 21:37:52 +0000 + +linux (3.12.0-2.7) trusty; urgency=low + + * Fixed armhf ABI build failure. + * Release tracker + - LP: #1249477 + + -- Tim Gardner Fri, 08 Nov 2013 16:22:45 -0700 + +linux (3.12.0-2.6) trusty; urgency=low + + [ Joseph Salisbury ] + + * SAUCE: tg3: Add support for new 57786 device id. + - LP: #1242610 + + [ Tim Gardner ] + + * [Config] CONFIG_OABI_COMPAT=n + * [Config] add the wandboard to shipped dtb + - LP: #1249421 + * Release tracker + - LP: #1249477 + + -- Tim Gardner Fri, 08 Nov 2013 12:23:18 -0700 + +linux (3.12.0-2.5) trusty; urgency=low + + [ Andy Whitcroft ] + + * rebase to mainline v3.12 + * [Config] updateconfigs following rebase to v3.12 + * postinst -- improve relative symlink detection with missing files + - LP: #1248053 + * postinst -- fix unchanged link detection + * [Config] update configs following addition of apparmor fixes + + [ Anthony Wong ] + + * SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537 + - LP: #1231305 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot + * SAUCE: apparmor: fix unix domain sockets to be mediated on connection + - LP: #1208988 + * SAUCE: apparmor: allocate path lookup buffers during init + - LP: #1208988 + + [ Tim Gardner ] + + * [Config] Remove superfluous ubuntu/lttng-modules + + [ Upstream Kernel Changes ] + + * Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks" + - LP: #1248590 + + [ Upstream Kernel Changes ] + + * rebase to v3.12 + - LP: #1222850 + + [ Adam Conrad ] + * etc/getabis: Fetch arm64/generic abis as well + + -- Andy Whitcroft Wed, 06 Nov 2013 21:00:21 +0000 + +linux (3.12.0-1.3) trusty; urgency=low + + [ Andy Whitcroft ] + + * [Config] arm64 -- add arch to the configuration handlers + * [Config] arm64 -- add generic flavour + * [Config] arm64 -- default config + * [Config] arm64 -- fix up various FTBFS config options + * SAUCE: arm64: export __copy_in_user to modules + * [Config] arm64 -- disable ABI/module checks + * [Config] arm64 -- enforcer -- add arm64 to the enforcer + * [Config] arm64 -- enable udebs for arm64 + + [ Colin Watson ] + + * [Config] Clean up various udeb Provides + + [ Paolo Pisati ] + + * [Config] AHCI_IMX=y + * [Config] build imx*-wandboard dtbs + + [ Serge Hallyn ] + + * SAUCE: device_cgroup: remove can_attach + + [ Tim Gardner ] + + * rebase to v3.12-rc7 + * SAUCE: KVM: Fix modprobe failure for kvm_intel/kvm_amd + * Release tracker + - LP: #1245932 + + [ Upstream Kernel Changes ] + + * rebase to v3.12-rc7 + - LP: #1180881 + - LP: #1180881 + - LP: #1217957 + + -- Tim Gardner Sun, 27 Oct 2013 22:08:55 -0600 + +linux (3.12.0-0.2) trusty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ + CAPACITY (16) at SPC-2" + * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at + SPC-2" + * Revert "SAUCE: (no-up) scsi: add scsi device flag to request READ + CAPACITY (16) be preferred" + * Revert "SAUCE: (no-up) scsi: add scsi device flag to request VPD pages + be used at SPC-2" + * Revert "overlayfs: Update to v19" + * Revert "ubuntu: overlayfs v18 -- -- overlayfs: implement show_options" + * Revert "ubuntu: overlayfs v18 -- -- overlayfs: add statfs support" + * Revert "ubuntu: overlayfs v18 -- -- overlay filesystem" + * Revert "ubuntu: overlayfs v18 -- -- vfs: introduce + clone_private_mount()" + * Revert "ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to + modules" + * Revert "ubuntu: overlayfs v18 -- -- overlay: overlay filesystem + documentation" + * ubuntu: overlayfs v20 -- overlayfs: add statfs support + * [Config] fix linux-libc-dev generation for arm64 + * [Config] fix linux-libc-dev generation for x32 + * [Config] add linux-libc-dev generation for ppc64el + + [ Erez Zadok ] + + * ubuntu: overlayfs v20 -- overlayfs: implement show_options + + [ Miklos Szeredi ] + + * ubuntu: overlayfs v20 -- vfs: add i_op->dentry_open() + * ubuntu: overlayfs v20 -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs v20 -- vfs: export __inode_permission() to modules + * ubuntu: overlayfs v20 -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs v20 -- overlay filesystem + * ubuntu: overlayfs v20 -- fs: limit filesystem stacking depth + + [ Neil Brown ] + + * ubuntu: overlayfs v20 -- overlay: overlay filesystem documentation + + [ Paolo Pisati ] + + * [Config] arm: VIRTIO_[BLK|NET|MMIO]=y + + [ Seth Forshee ] + + * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo + ThinkPads + - LP: #1183856 + + [ Tim Gardner ] + + * [Config] CONFIG_CRYPTO_CRCT10DIF=y, CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m + * rebase to v3.12-rc2 + * updateconfigs + * [Config] disable CONFIG_FB_VESA enforcer check + * [Config] Disable lttng for FTBS + * rebase to v3.12-rc3 + * rebase to v3.12-rc4 + * [Config] CONFIG_ANDROID=n + - LP: #1235161 + * [Config] CONFIG_L2TP_V3=y + - LP: #1235914 + * [Config] CONFIG_USB_OTG=n for all arches + * Release tracker + - LP: #1242811 + + [ Upstream Kernel Changes ] + + * scsi: hyper-v storsvc switch up to SPC-3 + + * rebase to v3.12-rc6 + - LP: #1235977 + - LP: #1235523 + - LP: #1239392 + - LP: #1227491 + + * rebase to v3.12-rc3 + - LP: #1231931 + + * rebase to v3.12-rc2 + - LP: #1213820 + - LP: #1213055 + - LP: #1198030 + + -- Tim Gardner Mon, 23 Sep 2013 07:41:07 -0600 + +linux (3.11.0-8.15) saucy; urgency=low + + [ Tim Gardner ] + + * Release tracker + - LP: #1227969 + + * Update lttng + Updated to git://git.lttng.org/lttng-modules.git 9998f5216f4641a79e158135 + Version 2.3.0+ + + [ Upstream Kernel Changes ] + + * igb: Add additional get_phy_id call for i354 devices + - LP: #1219619 + * igb: Read flow control for i350 from correct EEPROM section + - LP: #1219619 + * timekeeping: Fix HRTICK related deadlock from ntp lock changes + Required for lttng update. + + -- Tim Gardner Thu, 19 Sep 2013 07:41:49 -0600 + +linux (3.11.0-7.14) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] sort out linux-tools naming + - LP: #1205284 + * [Packaging] linux-tools: switch to common generic version helper + + [ Paolo Pisati ] + + * [Config] highbank: ecx1000: CPU_IDLE causes instabilities, disable it + + [ Tim Gardner ] + + * Release tracker + - LP: #1226160 + + [ Tony Lindgren ] + + * SAUCE: ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus + for pandaboard + + [ Upstream Kernel Changes ] + + * USB: handle LPM errors during device suspend correctly + - LP: #1011415 + * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend() + - LP: #1011415 + * usb: Don't fail port power resume on device disconnect. + - LP: #1011415 + + [ Upstream Kernel Changes ] + + * rebase to v3.11.1 + + -- Tim Gardner Wed, 11 Sep 2013 07:30:17 -0600 + +linux (3.11.0-7.13) saucy; urgency=low + + * Release tracker + - LP: #1223545 + + [ Andy Whitcroft ] + + * SAUCE: (no-up) scsi: add scsi device flag to request VPD pages be used at SPC-2 + - LP: #1223499 + * SAUCE: (no-up) scsi: add scsi device flag to request READ CAPACITY (16) be preferred + - LP: #1223499 + * SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at SPC-2 + - LP: #1223499 + * SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ CAPACITY (16) at SPC-2 + - LP: #1223499 + + [ Maximiliano Curia ] + + * SAUCE: (no-up) Only let characters through when there are active readers. + - LP: #1208740 + + [ Tim Gardner ] + + * [Debian] getabis: Commit new ABI directory, remove the old + * [Config] CONFIG_EFIVAR_FS=y + - LP: #1223195 + * [Config] CONFIG_EFI_VARS_PSTORE=m, + CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n + * SAUCE: (no-up) USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited() + - LP: #1222850 + + [ Upstream Kernel Changes ] + + * Intel xhci: refactor EHCI/xHCI port switching + - LP: #1210858 + + -- Tim Gardner Tue, 10 Sep 2013 09:00:19 -0600 + +linux (3.11.0-6.12) saucy; urgency=low + + * Release tracker + - LP: #1222893 + + [ Andy Whitcroft ] + + * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch" + * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch" + * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch + * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch + - LP: #1222407 + + [ Paolo Pisati ] + + * [Config] restore mmc boot on panda + + [ Tyler Hicks ] + + * SAUCE: apparmor: Use shash crypto API interface for profile hashes + - LP: #1216294 + + [ Upstream Kernel Changes ] + + * net: calxedaxgmac: remove NETIF_F_FRAGLIST setting + * net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len + * net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err + * net: calxedaxgmac: fix possible skb free before tx complete + * net: calxedaxgmac: update ring buffer tx_head after barriers + * net: calxedaxgmac: fix race with tx queue stop/wake + * net: calxedaxgmac: enable interrupts after napi_enable + * net: calxedaxgmac: fix various errors in xgmac_set_rx_mode + * net: calxedaxgmac: remove some unused statistic counters + * net: calxedaxgmac: fix rx DMA mapping API size mismatches + * net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling + * mfd: rtsx: Read vendor setting from config space + - LP: #1201698 + + -- Tim Gardner Mon, 09 Sep 2013 07:21:06 -0600 + +linux (3.11.0-5.11) saucy; urgency=low + + * Release tracker + - LP: #1221886 + + [ Adam Lee ] + + * SAUCE: Bluetooth: Add support for 04ca:2007 + - LP: #1153448 + * SAUCE: Bluetooth: Add support for 105b:e065 + - LP: #1161261 + + [ Gavin Guo ] + + * SAUCE: Bluetooth: Add support for Broadcom 413c:8143 + - LP: #1166113 + + [ Upstream Kernel Changes ] + + * igb: Reset the link when EEE setting changed + - LP: #1219619 + * igb: Read register for latch_on without return value + - LP: #1219619 + * igb: Added rcu_lock to avoid race + - LP: #1219619 + * igb: don't allow SR-IOV without MSI-X + - LP: #1219619 + * igb: Update MTU so that it is always at least a standard frame size + - LP: #1219619 + * igb: Refactor of init_nvm_params + - LP: #1219619 + * igb: Refactor NVM read functions to accommodate devices with no flash + - LP: #1219619 + * igb: Add device support for flashless SKU of i210 device + - LP: #1219619 + * igb: Fix get_fw_version function for all parts + - LP: #1219619 + * igb: Add macro for size of RETA indirection table + - LP: #1219619 + * igb: Expose RSS indirection table for ethtool + - LP: #1219619 + * igb: Don't look for a PBA in the iNVM when flashless + - LP: #1219619 + * igb: Implementation of 1-sec delay for i210 devices + - LP: #1219619 + * igb: New PHY_ID for i354 device + - LP: #1219619 + * igb: M88E1543 PHY downshift implementation + - LP: #1219619 + * igb: No PHPM support in i354 devices + - LP: #1219619 + * igb: Support to get 2_5G link status for appropriate media type + - LP: #1219619 + * igb: Get speed and duplex for 1G non_copper devices + - LP: #1219619 + * igb: Implementation to report advertised/supported link on i354 devices + - LP: #1219619 + * igb: Update version number + - LP: #1219619 + * Bluetooth: Take proper tty_struct references + - LP: #1189998 + * Bluetooth: Remove the device from the list in the destructor + - LP: #1189998 + * Bluetooth: Move the tty initialization and cleanup out of open/close + - LP: #1189998 + * Bluetooth: Implement .activate, .shutdown and .carrier_raised methods + - LP: #1189998 + * Bluetooth: Fix the reference counting of tty_port + - LP: #1189998 + * Bluetooth: Purge the dlc->tx_queue to avoid circular dependency + - LP: #1189998 + + [ Wen-chien Jesse Sung ] + + * SAUCE: Bluetooth: Support for loading broadcom patchram firmware + - LP: #1065400 + * SAUCE: Bluetooth: Add support for 13d3:3388 and 13d3:3389 + - LP: #1065400 + + -- Tim Gardner Thu, 05 Sep 2013 08:06:17 -0600 + +linux (3.11.0-5.10) saucy; urgency=low + + [ Andy Whitcroft ] + + * Release tracker + - LP: #1220222 + * Revert "[Config] Fix ubuntu directoy Kbuilds" + * Revert "aufs update dropped some Kbuild files" + * Revert "ubuntu: AUFS -- follow rename of loop.h into drivers/block" + * Revert "ubuntu: AUFS -- update to + 8e503d4142c189ed6c47a2177ad2cd058e8d340e" + * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch" + * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch" + * rebase to v3.11 final + * [Config] clean up ubuntu/Kconfig and ubuntu/Makefile + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch + * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch + * ubuntu: AUFS -- update to 5ac5fe26a90a818218310e208d17688fddb07622 + * ubuntu: (no-squash) AUFS -- enable aufs + * ubuntu: AUFS -- fix remaining d_count references to use accessor + * ubuntu: lttng -- follow rename of pid_ns + * SAUCE: disable stack-protector for ARM compressed bootloader + + [ Paolo Pisati ] + + * [Config] ARM_ATAG_DTB_COMPAT=y + + [ Rob Herring ] + + * [Config] Enable KVM and virtio for armhf generic-lpae + + [ Tim Gardner ] + + * [Config] CONFIG_ARPD=y + * [Config] CONFIG_ZSWAP=y + - LP: #1215379 + + [ Upstream Kernel Changes ] + + * uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor. + - LP: #1217957 + * ARM: use phys_addr_t for DMA zone sizes + * ARM: highbank: enable DMA zone for LPAE + * ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL + * ARM: highbank: select required errata work-arounds + * DMA: fix AMBA PL08x compilation issue with 64bit DMA address type + * DMA: fix printk warning in AMBA PL08x DMA driver + * ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE + * ARM: move outer_cache declaration out of ifdef + * ARM: highbank: avoid L2 cache smc calls when PL310 is not present + * ARM: highbank: clean-up some unused includes + * ARM: xen: only set pm function ptrs for Xen guests + + [ Upstream Kernel Changes ] + + * rebase to v3.11 + + -- Andy Whitcroft Tue, 03 Sep 2013 17:08:06 +0100 + +linux (3.11.0-4.9) saucy; urgency=low + + [ Tim Gardner ] + + * rebase to v3.11-rc7 + * Release tracker + - LP: #1216962 + + [ Upstream Kernel Changes ] + + * mwifiex: do not create AP and P2P interfaces upon driver loading + - LP: #1212720 + + -- Tim Gardner Mon, 26 Aug 2013 06:25:35 -0600 + +linux (3.11.0-3.8) saucy; urgency=low + + [ Johannes Berg ] + + * SAUCE: mac80211: ignore (E)CSA in probe response frames + - LP: #1201470 + + -- Tim Gardner Fri, 23 Aug 2013 09:47:36 -0600 + +linux (3.11.0-3.7) saucy; urgency=low + + [ Tim Gardner ] + + * SAUCE: (no-up) hv_vss_daemon -- prevent self-daemonising to allow + upstart to track + * SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the local + linux/hyperv.h + * SAUCE: hv: Add vss daemon to Makefile + * [Debian] Add hv_vss_daemon to tools package + - LP: #1213282 + * [Config] Fix ubuntu directoy Kbuilds + - LP: #1181755 + + -- Tim Gardner Tue, 20 Aug 2013 08:34:05 -0600 + +linux (3.11.0-3.6) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] tools: conditionalise x86 and hyper-v tools sensibly + * [Config] tools: enable x86 and hyper-v + + [ John Johansen ] + + * Revert "SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable + snapshot" + * Revert "SAUCE: (no-up) apparmor: fix apparmor module status for none + root users" + * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot + + [ Joseph Salisbury ] + + * SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops + - LP: #1210848 + + [ Kamal Mostafa ] + + * [debian] tools: ship 'cpupower' in linux-tools + - LP: #1158668 + * [Config] Build-dep on libpci-dev for cpu tools + - LP: #1158668 + + [ Tim Gardner ] + + * rebase to v3.11-rc6 + * Release tracker + - LP: #1213941 + + -- Tim Gardner Fri, 16 Aug 2013 07:02:07 -0600 + +linux (3.11.0-2.5) saucy; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_PM_DEBUG=y + - LP: #1210539 + * rebase to v3.11-rc5 + * Release tracker + - LP: #1211378 + + -- Tim Gardner Mon, 12 Aug 2013 06:10:39 -0600 + +linux (3.11.0-1.4) saucy; urgency=low + + [ Tim Gardner ] + + * Bump ABI when making changes to the inclusion list lest + you cause conflicts with existing installed kernel + packages. + - LP: #1210331 + + -- Tim Gardner Fri, 09 Aug 2013 03:03:51 +0100 + +linux (3.11.0-0.3) saucy; urgency=low + + [ Tim Gardner ] + + * [Config] Include rbd and kvm in the virtual inclusion list + - LP: #1206961 + * [Config] Removed obsolete inclusion list entries + + -- Tim Gardner Tue, 06 Aug 2013 08:52:14 +0100 + +linux (3.11.0-0.2) saucy; urgency=low + + [ Bruce Allan ] + + * SAUCE: (no-up) e1000e: fix I217/I218 PHY initialization flow + - LP: #1206757 + * SAUCE: (no-up) e1000e: enable support for new device IDs + - LP: #1206757 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot + + [ Paolo Pisati ] + + * build vexpress a15 dtb + * [Config] disable Broadcom bcm support (ARCH_BCM) + * [Config] disable Allwinner a1x support (ARCH_SUNXI) + * [Config] disable WonderMedia WM8850 support (ARCH_WM8850) + * [Config] disable Rockchip support (ARCH_ROCKCHIP) + * [Config] disable STMicroelectronics STiH41x SOCs (ARCH_STI) + * [Config] disable TI Keystone, AM43xx and OMAP5 support + * [Config] ARM_APPENDED_DTB=y + + [ Tim Gardner ] + + * rebase to v3.11-rc4 + * overlayfs: Update to v19 + * [Config] Enable overlayfs + * SAUCE: Fix lttng compile errors + + [ Upstream Kernel Changes ] + + * rebase to v3.11-rc4 + - LP: #1163720 + - LP: #1162026 + - LP: #1195636 + - LP: #1195597 + - LP: #1180409 + - LP: #1168430 + + -- Tim Gardner Sun, 04 Aug 2013 03:45:31 -0600 + +linux (3.11.0-0.1) saucy; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to 64ccccf8525fee499625b517c0faadf784c79e93 + - LP: #1163720 + - LP: #1162026 + - LP: #1195636 + - LP: #1195597 + - LP: #1180409 + - LP: #1168430 + + -- Tim Gardner Mon, 08 Jul 2013 08:50:46 -0600 + +linux (3.10.0-2.10) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_INTEL_MEI*=m + - LP: #1196155 + * [Config] CONFIG_DEBUG_INFO=y + + [ Stephen Warren ] + + * [Config] fix Calxeda xgmac module filename + + [ Upstream Kernel Changes ] + + * Revert "serial: 8250_pci: add support for another kind of NetMos + Technology PCI 9835 Multi-I/O Controller" + - LP: #1190967 + * mfd: lpc_ich: Add support for Intel Avoton SoC + - LP: #1196658 + + -- Andy Whitcroft Fri, 05 Jul 2013 18:08:02 +0100 + +linux (3.10.0-2.9) saucy; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.10 + + [ John Johansen ] + + * Revert "SAUCE: (no-up) apparmor: Fix quieting of audit messages for + network mediation" + * Revert "SAUCE: (no-up) apparmor: Fix compile warnings" + * Revert "SAUCE: (no-up) AppArmor: basic networking rules" + * Revert "SAUCE: (no-up) apparmor: Add the ability to mediate mount" + * Revert "SAUCE: (no-up) AppArmor: Add profile introspection file to + interface" + * Revert "SAUCE: (no-up) AppArmor: Disable Add PR_{GET,SET}_NO_NEW_PRIVS + to prevent execve from granting privs" + * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot + + [ Upstream Kernel Changes ] + + * rebase to v3.10 + + -- Andy Whitcroft Mon, 01 Jul 2013 17:42:29 +0100 + +linux (3.10.0-1.8) saucy; urgency=low + + [ Andy Whitcroft ] + + * Release Tracking Bug + - LP: #1195717 + + [ Andy Whitcroft ] + + * Revert "ubuntu: overlayfs -- follow change to do_splice_direct + interface" + * Revert "ubuntu: overlayfs -- expose do_splice_direct prototype" + * Revert "SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path + reference" + * Revert "ubuntu: overlayfs -- add FS_ALIAS" + * Revert "ubuntu: overlayfs -- + overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode" + * Revert "ubuntu: overlayfs -- ovl-switch-to-inode_permission" + * Revert "ubuntu: overlayfs -- vfs-export-inode_permission-to-modules" + * Revert "ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link" + * Revert "ubuntu: overlayfs -- + overlayfs-fix-possible-leak-in-ovl_new_inode" + * Revert "ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth" + * Revert "ubuntu: overlayfs -- overlay-overlay-filesystem-documentation" + * Revert "ubuntu: overlayfs -- overlayfs-implement-show_options" + * Revert "ubuntu: overlayfs -- overlayfs-add-statfs-support" + * Revert "ubuntu: overlayfs -- overlay filesystem" + * Revert "ubuntu: overlayfs -- vfs-introduce-clone_private_mount" + * Revert "ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules" + * Revert "ubuntu: overlayfs -- vfs-add-i_op-dentry_open" + * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support + + [ Erez Zadok ] + + * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options + + [ Miklos Szeredi ] + + * ubuntu: overlayfs v18 -- -- vfs: add i_op->dentry_open() + * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules + * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs v18 -- -- overlay filesystem + * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth + + [ Neil Brown ] + + * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem documentation + + [ Tim Gardner ] + + * [Config] CONFIG_SUNRPC_DEBUG=y + - LP: #1127319 + + -- Andy Whitcroft Fri, 28 Jun 2013 10:26:52 +0100 + +linux (3.10.0-0.7) saucy; urgency=low + + [ Andy Whitcroft ] + + * autopkgtest: switch Depends: to build-essential + + -- Andy Whitcroft Tue, 25 Jun 2013 08:40:55 +0100 + +linux (3.10.0-0.6) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_ARCH_TEGRA to fix FTBFS on armhf + * SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path reference + - LP: #1098378 + * ubuntu: AUFS -- update to 4f14cef47eb7c23eda7198931fbab1040866b6ee + * ubuntu: overlayfs -- expose do_splice_direct prototype + * ubuntu: overlayfs -- follow change to do_splice_direct interface + * [Config] flip CONFIG_NO_HZ_FULL_ALL off as it is overheating machines + - LP: #1192691 + + [ Stefan Bader ] + + * (d-i) Add dm-snapshot to md-modules + - LP: #1191726 + + [ Tim Gardner ] + + * Release tracker + - LP: #1194149 + * [Config] CONFIG_WIL6210=n for armhf + * [Config] d-i: Add calxedaxgmac to nic-modules + - LP: #1192358 + * [debian] Use dh_strip + - LP: #1192759 + * [Config] Enable perf for armhf + * do_tools=false when cross compiling + * [Config] CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y + - LP: #1108082 + + [ Upstream Kernel Changes ] + + * nsp32: switch reset delay to msleep() as it is tooo long + * alx: add a simple AR816x/AR817x device driver + Plucked from linux-next. replaces ubuntu/alx in favor of + 'to be merged' version in 3.11. + * rebase to v3.10-rc7 + - LP: #1189363 + + -- Tim Gardner Sat, 22 Jun 2013 18:10:31 -0600 + +linux (3.10.0-0.5) saucy; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.10-rc6 + * [Config] updateconfigs following rebase to v3.10-rc6 + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc6 + + -- Andy Whitcroft Mon, 17 Jun 2013 11:12:39 +0100 + +linux (3.10.0-0.4) saucy; urgency=low + + [ Andy Whitcroft ] + + * [Config] updateconfigs following rebase to v3.10-rc4 + + -- Andy Whitcroft Mon, 10 Jun 2013 11:42:28 +0100 + +linux (3.10.0-0.3) saucy; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.10-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc5 + - LP: #1186170 + + -- Andy Whitcroft Mon, 10 Jun 2013 09:23:31 +0100 + +linux (3.10.0-0.2) saucy; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.10-rc4 + * [Config] CONFIG_BINFMT_SCRIPT=y to fix booting initramfs scripts + * [Config] enable SND_PCM_DEBUG SND_PCM_XRUN_DEBUG + - LP: #1187744 + * [Config] enforce CONFIG_BINFMT_SCRIPT=y + + [ Dave Chiluk ] + + * SAUCE: ncpfs: fix rmdir returns Device or resource busy + - LP: #1035226 + + [ Tim Gardner ] + + * rebase to v3.10-rc3 + * [Config] sparc be gone + * [Config] ia64 be gone + * d-i: block-modules provides nbd-modules + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc4 + * rebase to v3.10-rc3 + + -- Tim Gardner Tue, 28 May 2013 06:16:46 -0600 + +linux (3.10.0-0.1) saucy; urgency=low + + [ Tim Gardner ] + + * UBUNTU: Disabled lttng + * UBUNTU: Disable aufs for FTBS + * UBUNTU: Disabled alx + * UBUNTU: alx: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* + * UBUNTU: rebase to v3.10-rc2 + * UBUNTU: SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam + + [ Andy Whitcroft ] + + * UBUNTU: [Config] update standards version to 3.9.4.0 + * UBUNTU: [Config] squash duplicate package description (long and short) + * UBUNTU: [Config] fix up Vcs-git: to point to saucy + * UBUNTU: [Config] drop depenancy on util-linux as is Essential + * UBUNTU: [Config] drop redundant Build-Conficts: + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc2 + - LP: #1180351 + + [ Upstream Kernel Changes ] + + * rebase to v3.10-rc1 + - LP: #1172151 + - LP: #1089795 + - LP: #1167270 + - LP: #1128840 + + -- Tim Gardner Tue, 14 May 2013 13:41:07 -0600 + +linux (3.10.0-0.0) saucy; urgency=low + + * Dummy + + -- Tim Gardner Thu, 09 May 2013 20:30:40 +0100 + +linux (3.9.0-2.6) saucy; urgency=low + + [ Tim Gardner ] + + * rebase to v3.9.2 + + -- Tim Gardner Thu, 09 May 2013 20:30:40 +0100 + +linux (3.9.0-1.5) saucy; urgency=low + + [ Tim Gardner ] + + * rebase to v3.9.1 + + -- Tim Gardner Wed, 08 May 2013 12:49:45 -0400 + +linux (3.9.0-0.4) saucy; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: overlayfs -- add FS_ALIAS + + [ Tim Gardner ] + + * Added lttng + - LP: #1175784 + + -- Tim Gardner Thu, 02 May 2013 17:17:13 -0400 + +linux (3.9.0-0.3) saucy; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v3.9 + + -- Tim Gardner Mon, 29 Apr 2013 18:20:00 -0400 + +linux (3.9.0-0.2) saucy; urgency=low + + [ Tim Gardner ] + + * Enable extras packaging for amd64/i386. + Fixes build depenencies with brittany and linux-meta. + + -- Tim Gardner Mon, 29 Apr 2013 05:37:01 -0600 + +linux (3.9.0-0.1) saucy; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc8 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc7 + - LP: #1128840 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc6 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc4 + - LP: #1095315 + - LP: #886975 + - LP: #1086921 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc3 + - LP: #1155016 + - LP: #1103594 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc2 + + [ Upstream Kernel Changes ] + + * rebase to v3.9-rc1 + - LP: #901105 + - LP: #961286 + - LP: #1011792 + - LP: #1128934 + - LP: #886975 + - LP: #978807 + + -- Tim Gardner Wed, 20 Feb 2013 09:12:39 -0700 + +linux (3.8.0-7.14) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_RCU_USER_QS=n + * [Config] CONFIG_MTD_ONENAND_SIM=n + * annotations: add annotations for CONFIG_CC_STACKPROTECTOR + + [ Upstream Kernel Changes ] + + * rebase to v3.8 + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1130111 + * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once + - LP: #1128840 + + -- Tim Gardner Mon, 18 Feb 2013 09:25:56 -0700 + +linux (3.8.0-6.13) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1125364 + * Add ahci modules to d-i + - LP: #1124415 + + + [ Chris Wilson ] + + * SAUCE: drm/i915: Wait for pending flips to complete before tearing down + the encoders + - LP: #1097315 + + -- Tim Gardner Wed, 13 Feb 2013 12:16:48 -0700 + +linux (3.8.0-6.12) raring; urgency=low + + [Tim Gardner] + + * perf: NO_LIBPERL=1 + * Fix linux-headers dependency + * Release Tracking Bug + - LP: #1124362 + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports + - LP: #1121699 + + [ Daniel Vetter ] + + * SAUCE: drm/i915: write backlight harder + - LP: #954661 + + -- Tim Gardner Wed, 13 Feb 2013 10:25:11 -0700 + +linux (3.8.0-6.11) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1122071 + * rebase to v3.8-rc7 + * Add libaudit-dev as a build dependency + * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency. + + [ Leann Ogasawara ] + + * [Config] Remove CONFIG_SATA_AHCI annotation + + -- Tim Gardner Fri, 08 Feb 2013 07:41:13 -0500 + +linux (3.8.0-5.10) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1118568 + + * Bump ABI to fix install issue with 3.8.0-4.8. + Moving drivers/ata/*ahci* to linux-image caused an + install conflict with linux-image-extras without an + ABI bump. + + [ Jan Beulich ] + + * SAUCE: xen-pciback: rate limit error messages from + xen_pcibk_enable_msi{, x}() + - LP: #1117336 + - CVE-2013-0231 + + -- Tim Gardner Thu, 07 Feb 2013 05:38:12 -0700 + +linux (3.8.0-4.9) raring; urgency=low + + [ Herton Ronaldo Krzesinski ] + + * d-i: Add mellanox ethernet drivers to nic-modules + - LP: #1015339 + + [ Joseph Salisbury ] + + * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H + - LP: #1113547 + + [ Kamal Mostafa ] + + * SAUCE: alx driver import script + + [ Qualcomm Atheros, Inc ] + + * SAUCE: alx: Update to heads/master + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1117673 + + * [debian] Remove dangling symlink from headers package + - LP: #1112442 + * [config] CONFIG_ALX=m + * [Config] Add alx to d-i nic-modules + * [Config] CONFIG_SATA_AHCI=m + - LP: #1056563 + + -- Leann Ogasawara Tue, 05 Feb 2013 05:54:32 -0800 + +linux (3.8.0-4.8) raring; urgency=low + + [ Allen Ibara ] + + * SAUCE: imx6: dts: Add IMX6Q AHCI support + + [ Andy Whitcroft ] + + * rebase to v3.8-rc6 + * updateconfigs following rebase to v3.8-rc6 + + [Leann Ogasawara] + + * Release Tracking Bug + - LP: #1112573 + + [ Paolo Pisati ] + + * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM + * [Config] SERIAL_AMBA_PL011=y (vexpress serial console) + * [Config] MMC_ARMMMCI=y (vexpress mmc) + * [Config] FB_ARMCLCD=y (vexpress framebuffer) + + [ Seth Forshee ] + + * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc6 + - LP: #1107477 + + -- Leann Ogasawara Fri, 01 Feb 2013 07:20:59 -0800 + +linux (3.8.0-3.7) raring; urgency=low + + [ Andy Green ] + + * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper + * SAUCE: ARM: omap2 add mac address allocation register api + * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac + allocation + + [ Leann Ogasawara ] + + * rebase to v3.8-rc5 + * Release Tracking Bug + - LP: #1111486 + + [ Paolo Pisati ] + + * SAUCE: davinci: vpss: compilation fix + * [Config] enable TI OMAP4 support (Pandaboard/ES) + * [Config] OMAP_USB2=y (since TWL6030_USB depends on it) + * [Config] enable Freescale IMX6 support (SabreLite) + * [Config] SERIAL_IMX_CONSOLE=y + * [Config] MMC_*_IMX=y + * [Config] disable USB_SUSPEND + * [Config] USB_MXS_PHY=y + * [Config] USB_CHIPIDEA=y + * SAUCE: DTB: add support for multiple DTBs + * SAUCE: DTB: build imx6q-sabrelite + * SAUCE: DTB: build beaglexm + * SAUCE: DTB: build panda/panda es + * [Config] disable CPU_FREQ + * [Config] PANEL_TFP410=y (video DVI output) + * [Config] SND_OMAP_SOC*=y + * [Config] SND_IMX_SOC*=y + * [Config] I2C_IMX=y + * [Config] SPI_IMX=m + + [ Stefan Bader ] + + * [Config] Move 9p modules into generic package + - LP: #1107658 + + [ Tony Lindgren ] + + * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform + kernels + * SAUCE: ARM: OMAP2+: Use omap initcalls + * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform + * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform + * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support + * SAUCE: ARM: OMAP2+: Disable code that currently does not work with + multiplaform + * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support + * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress + * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc5 + - LP: #1096789 + + -- Leann Ogasawara Thu, 31 Jan 2013 06:44:52 -0800 + +linux (3.8.0-2.6) raring; urgency=low + + [ Adam Conrad ] + + * Fix up linux-tools -> SRCPKGNAME-tools rename + + [ Andy Whitcroft ] + + * [Config] re-disable CONFIG_SOUND_OSS + - LP: #1105230 + + [ Arend van Spriel ] + + * SAUCE: brcmsmac: fix tx status processing + + [Leann Ogasawara] + + * Release Tracking Bug + - LP: #1105104 + + -- Leann Ogasawara Fri, 25 Jan 2013 11:56:30 -0800 + +linux (3.8.0-1.5) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1101235 + + [ Dudley Du ] + + * SAUCE: Input: add support for Cypress PS/2 Trackpads + - LP: #978807 + + [ Kamal Mostafa ] + + * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes + * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch + * [Config] Add CONFIG_PS2_CYPRESS + + [ Tim Gardner ] + + * rebase to v3.8-rc4 + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc4 + - LP: #1095315 + - LP: #886975 + - LP: #1086921 + + -- Leann Ogasawara Thu, 17 Jan 2013 10:50:22 -0800 + +linux (3.8.0-0.4) raring; urgency=low + + [ Leann Ogasawara ] + + * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation + * [Config] Update CONFIG_IIO build annotation + * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation + * [Config] Remove CONFIG_SPI_DW_MMIO annotation + * [Config] Remove CONFIG_SPI_PL022 annotation + * [Config] Update CONFIG_EZX_PCAP annotation + * [Config] Update CONFIG_SENSORS_AK8975 annotation + * [Config] Disable CONFIG_DRM_MGAG200 + - LP: #1042903 + + -- Leann Ogasawara Mon, 14 Jan 2013 10:01:50 -0800 + +linux (3.8.0-0.3) raring; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and + uselib()" + + [ Scott James Remnant ] + + * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib() + (for v3.7+) + - LP: #1085766, #462111 + + -- Andy Whitcroft Fri, 11 Jan 2013 16:57:27 +0000 + +linux (3.8.0-0.2) raring; urgency=low + + [ Tim Gardner ] + + * [packaging] Add macro to selectively disable building perf + * [packaging] Cannot depend on universe package libaudit-dev + + -- Tim Gardner Thu, 10 Jan 2013 12:43:24 -0700 + +linux (3.8.0-0.1) raring; urgency=low + + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc3 + - LP: #1096789 + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc2 + - LP: #1082357 + - LP: #1075882 + + -- Andy Whitcroft Mon, 17 Dec 2012 10:35:09 +0000 + +linux (3.7.0-7.15) raring; urgency=low + + [ Chris J Arges ] + + * SAUCE: add eeprom_bad_csum_allow module parameter + - LP: #1070182 + + [ Leann Ogasawara ] + + * Add ceph to linux-image for virtual instances + - LP: #1063784 + + [ Serge Hallyn ] + + * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD + + [ Tim Gardner ] + + * [Config] CONFIG_SLUB_DEBUG=y + - LP: #1090308 + + [ Upstream Kernel Changes ] + + * Revert "[SCSI] sd: Implement support for WRITE SAME" + - LP: #1089818 + + -- Leann Ogasawara Wed, 12 Dec 2012 06:50:20 -0800 + +linux (3.7.0-6.14) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] annotations: all new annotations scheme including defaults + * [Configs] apply annotation updates to main configs (top section) + + [ Leann Ogasawara ] + + * Revert "SAUCE: include and for mmc_core arm + build" + * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error" + * Temporarily disable module check for build + + [ Stefan Bader ] + + * ubuntu: dm-raid45: Adapt to upstream interface changes + * Re-enable build of dm-raid45 + + [ Tim Gardner ] + + * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc + * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error + * SAUCE: drm: Fix possible EDID memory allocation oops + * SAUCE: ttm: Fix possible _manager memory allocation oops + * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request + * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to + 2 pointers + + [ Tomas Hozza ] + + * SAUCE: tools: hv: Netlink source address validation allows DoS + - LP: #1084777 + - CVE-2012-5532 + + [ Upstream Kernel Changes ] + + * rebase to v3.7 + + -- Leann Ogasawara Wed, 05 Dec 2012 14:11:12 -0800 + +linux (3.7.0-5.13) raring; urgency=low + + [ Lino Sanfilippo ] + + * SAUCE: inotify, fanotify: replace fsnotify_put_group() with + fsnotify_destroy_group() + - LP: #922906 + * SAUCE: fsnotify: introduce fsnotify_get_group() + - LP: #922906 + * SAUCE: fsnotify: use reference counting for groups + - LP: #922906 + * SAUCE: fsnotify: take groups mark_lock before mark lock + - LP: #922906 + * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that + indicates wheather a mark should be destroyed + - LP: #922906 + * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups + mark list + - LP: #922906 + * SAUCE: fsnotify: pass group to fsnotify_destroy_mark() + - LP: #922906 + * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and + fsnotify_remove_mark() + - LP: #922906 + * SAUCE: fsnotify: dont put marks on temporary list when clearing marks + by group + - LP: #922906 + * SAUCE: fsnotify: change locking order + - LP: #922906 + + [ Tim Gardner ] + + * [Config] CONFIG_NFC_LLCP=y + * [Config] get-firmware: Filter new files through fwinfo + * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches + * [Config] CONFIG_DRM_EXYNOS_HDMI=y + * [Config] CONFIG_XEN=y for all arches + * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m + * [Config] CONFIG_MMC_DW_EXYNOS=m + * [Config] CONFIG_GPIO_ADNP=m + * [Config] find-obsolete-firmware: Use correct path + * rebase to v3.7-rc8 + - LP: #1084640 + + [ Upstream Kernel Changes ] + + * Revert "VFS: don't do protected {sym,hard}links by default" + - LP: #1084192 + + -- Tim Gardner Wed, 28 Nov 2012 16:07:08 +0000 + +linux (3.7.0-4.12) raring; urgency=low + + [ Tim Gardner ] + + * Revert "[Config] Use -j1 for headers_install" + * Revert "[Config] install-arch-headers needs a valid config" + Strayed into the weeds in search of the root cause of the periodic + build failure. + Fixes powerpc FTBS introduced in -4.11. + * [Config] hmake -j1 + The kernel makefile appears to have parallel dependency + problems for the install_headers target. This appears to be root + cause for a periodic build failure on N-way machines. + + -- Leann Ogasawara Tue, 27 Nov 2012 12:33:06 -0800 + +linux (3.7.0-4.11) raring; urgency=low + + [ Tim Gardner ] + + * [Config] Use -j1 for headers_install + Also fixes a powerpc FTBS introduced by + "[Config] install-arch-headers needs a valid config". + + -- Tim Gardner Tue, 27 Nov 2012 10:19:30 -0700 + +linux (3.7.0-4.10) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] add rebuild-test support for autopkgtest + - LP: #1081500 + * [tests] move build tests out of the way + - LP: #1081500 + * [tests] add an autopkgtest rebuild test + - LP: #1081500 + + [ Tim Gardner ] + + * rebase to v3.7-rc7 + * SAUCE: Remove emi62 files duplicated in linux-firmware + * SAUCE: Remove sb16 files duplicated in linux-firmware + * SAUCE: Remove whiteheat files duplicated in linux-firmware + * SAUCE: Remove yamaha files duplicated in linux-firmware + * SAUCE: Remove dsp56k files used only by m68k + * SAUCE: firmware: Remove last vestiges of dabusb + * SAUCE: Remove vicam files duplicated in linux-firmware + * [Config] install-arch-headers needs a valid config + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc7 + - LP: #1076840 + - LP: #1081466 + + -- Leann Ogasawara Wed, 21 Nov 2012 06:07:23 -0800 + +linux (3.7.0-3.9) raring; urgency=low + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y + - LP: #1079900 + * Add nfsv3 to nfs-modules udeb + + [ Paolo Pisati ] + + * [Config] SND_OMAP_SOC*=y + - LP: #1019321 + + [ Stefan Bader ] + + * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit + - LP: #1078926 + + [ Tim Gardner ] + + * Revert "SAUCE: SECCOMP: audit: always report seccomp violations" + - LP: #1079469 + * Revert "SAUCE: omap3 clocks .dev_id = NULL" + * rebase to v3.7-rc6 + * SAUCE: script to detect obsolete firmware + * SAUCE: Remove yam files duplicated in linux-firmware + * SAUCE: Remove tehuti files duplicated in linux-firmware + * SAUCE: Remove matrox files duplicated in linux-firmware + * SAUCE: Remove cxgb3 files duplicated in linux-firmware + * SAUCE: Remove r128 files duplicated in linux-firmware + * SAUCE: Remove acenic files duplicated in linux-firmware + * SAUCE: Remove keyspan files duplicated in linux-firmware + * SAUCE: Remove sun files duplicated in linux-firmware + * SAUCE: Remove radeon files duplicated in linux-firmware + * SAUCE: Update bnx2x firmware to 7.8.2.0 + * [Config] generic.inclusion-list: econet has disappeared + + [ Upstream Kernel Changes ] + + * seccomp: forcing auditing of kill condition + - LP: #1079469 + * rebase to v3.7-rc6 + + -- Leann Ogasawara Tue, 20 Nov 2012 12:28:55 -0800 + +linux (3.7.0-2.8) raring; urgency=low + + [ Andy Whitcroft ] + + * Revert "overlayfs: disable until FTBS is fixed" + * Revert "ubuntu: overlayfs" + * Revert "ubuntu: AUFS" + * ubuntu: overlayfs -- overlayfs: add statfs support + * ubuntu: overlayfs -- ovl: switch to __inode_permission() + * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying + inode + - LP: #944386 + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: AUFS (no-squash) -- aufs3-base.patch + * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch + * ubuntu: AUFS: aufs-update -- follow the uapi header changes + * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f + * ubuntu: AUFS (no-squash) -- reenable + - LP: #1079193 + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: add i_op->dentry_open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + * ubuntu: overlayfs -- vfs: export __inode_permission() to modules + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Robin Dong ] + + * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode + * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link + + -- Andy Whitcroft Thu, 15 Nov 2012 13:35:12 +0000 + +linux (3.7.0-1.7) raring; urgency=low + + [ Tim Gardner ] + + * [Config] Drop dependency on libaudit-dev + Its a universe package which causes an FTBS on the builders. + libaudit-dev is not strictly required for the perf tools build. + + -- Tim Gardner Wed, 14 Nov 2012 10:08:13 -0700 + +linux (3.7.0-1.6) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] enforce -- switch CONFIG_NVRAM to more readable form + * [Config] better encode the CONFIG_NVRAM constaint + * enforcer -- fix debugging output + + [ Ben Collins ] + + * [Config] Add custom_override rule to allow for alternate kernel + file/install + * [Config] Use SRCPKGNAME as prefix for indep linux headers package + + [ Tim Gardner ] + + * [Config] Dropped armel + * Drop highbank from ABI fetch list + * [Config] Use dh_prep instead of 'dh_clean -k' + * [Config] Build depend on libaudit-dev, libunwind8-dev for tools + * [Config] Document binary-indep dependency chain + * rebase to v3.7-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc5 + + -- Tim Gardner Tue, 13 Nov 2012 07:13:37 -0500 + +linux (3.7.0-0.5) raring; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_AMD_IOMMU_V2=m + - LP: #1071520 + * [Config] CONFIG_MTD_ONENAND_SIM=n for armel + Fixes FTBS + + -- Tim Gardner Thu, 08 Nov 2012 15:45:39 -0500 + +linux (3.7.0-0.4) raring; urgency=low + + [ Ben Collins ] + + * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours + + [ Tim Gardner ] + + * [Config] do_tools=false for arm + + -- Tim Gardner Thu, 08 Nov 2012 05:39:51 -0700 + +linux (3.7.0-0.3) raring; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf + * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf + * [Config] Drop highbank harder + + -- Tim Gardner Wed, 07 Nov 2012 18:11:45 +0000 + +linux (3.7.0-0.2) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual + instances + - LP: #1066921 + * [Config] drop highbank builds + + [ Jeremy Kerr ] + + * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable + - LP: #1063061 + + [ Leann Ogasawara ] + + * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1 + + [ Tim Gardner ] + + * [Config] Dropped powerpc/ppc64 in favour of the community kernel + * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank + * rebase to v3.7-rc4 + * SAUCE: MODSIGN: Emit error for incorrectly signed module + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc4 + + -- Tim Gardner Mon, 05 Nov 2012 05:35:41 -0700 + +linux (3.7.0-0.1) raring; urgency=low + + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc3 + - LP: #1056078 + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc2 + - LP: #1060729 + - LP: #1059523 + - LP: #1006690 + - LP: #1049623 + - LP: #1046512 + - LP: #1052499 + - LP: #1037642 + - LP: #559939 + - LP: #1052460 + - LP: #939161 + - LP: #1046734 + + -- Tim Gardner Tue, 02 Oct 2012 08:13:07 -0600 + +linux (3.6.0-0.1) UNRELEASED; urgency=low + + + [ Upstream Kernel Changes ] + + * rebase to v3.6 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc7 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc6 + - LP: #1000424 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc5 + - LP: #1040077 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc4 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc3 + - LP: #1038651 + - LP: #1034779 + + -- Leann Ogasawara Tue, 24 Jul 2012 06:37:09 -0700 + +linux (3.5.0-6.6) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6 + experimental features + * SAUCE: highbank -- export clock functions for modules + * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900 + * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI + * [Config] highbank -- reenable CONFIG_RFKILL_GPIO + * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3 + * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3 + * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG + * [Config] highbank -- reenable CONFIG_FB_ARMCLCD + * [Config] highbank -- reenable CONFIG_DW_DMAC + * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD + * [Config] highbank -- reenable CONFIG_USB_MV_UDC + * [Config] highbank -- reenable CONFIG_USB_DWC3 + * [Config] highbank -- reenable CONFIG_SATA_MV + * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF + * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM + * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI + * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010 + * [Config] highbank -- reenable CONFIG_ATMEL_PWM + * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE + * [Config] highbank -- enable CONFIG_EXPERT + * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE + * [Config] enable CONFIG_USB_DYNAMIC_MINORS + * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED + * [Config] enable CONFIG_USB_ETH_EEM + * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB + * [Config] disable CONFIG_USB_M66592 + * [Config] enable CONFIG_USB_NET2272 + * [Config] enable CONFIG_USB_R8A66597 + * [Config] annotate: CONFIG_USB_OMAP not required for our h/w + * [Config] set CONFIG_USB_MUSB_HDRC=m for omap + * [Config] annotate: CONFIG_USB_G_MULTI fix rule + * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP + * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200 + * [Config] sync configuration armhf omap -> armel omap + * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4 + * [Config] disable CONFIG_OMAP_IOVMM is deprecated + + [ Bryan Wu ] + + * [Config] change default IO scheduler from CFQ to Deadline + + [ Leann Ogasawara ] + + * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc" + * [Config] Disable CONFIG_MOUSE_INPORT + + [ Tim Gardner ] + + * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51 + * [Config] Add bnx2x firmware to nic-modules udeb + * SAUCE: Add script to convert firmware to ihex format + * SAUCE: firmware: Upgrade bnx2 to current versions + * [Config] Add tigon firmware to nic-modules udeb + * [Config] CONFIG_EARLY_PRINTK_DBGP=y + - LP: #1026761 + * SAUCE: Remove redundant cis firmware + * SAUCE: Remove redundant emi26 firmware + * SAUCE: Remove redundant ttusb-budget firmware + * SAUCE: Remove redundant sun/cassini firmware + * SAUCE: Remove redundant ositech/Xilinx7OD firmware + * SAUCE: Remove redundant 3com/typhoon.bin firmware + * SAUCE: Remove redundant yamaha/ds1 firmware + * SAUCE: Remove redundant keyspan_pda firmware + * rebase to v3.5 + + [ Upstream Kernel Changes ] + + * rebase to v3.5 + - LP: #1027828 + + -- Leann Ogasawara Mon, 23 Jul 2012 05:57:04 -0700 + +linux (3.5.0-5.5) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] annotations: initial import of configuration annotations + + [ Bryan Wu ] + + * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker + + [ Leann Ogasawara ] + + * Rebase to v3.5-rc7 + + [ Manoj Iyer ] + + * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0 + - LP: #1010281 + + [ Tim Gardner ] + + * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy + expects + * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n + * [Config] CONFIG_BRIDGE_EBT_ULOG=n + * [Config] CONFIG_IP_NF_QUEUE=n + * [Config] CONFIG_MTD_DOC2000=n + * [Config] CONFIG_PRINT_QUOTA_WARNING=n + * [Config] CONFIG_PRISM54=n + * [Config] CONFIG_SCx200_I2C=n + * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc7 + + -- Leann Ogasawara Mon, 16 Jul 2012 15:38:41 -0700 + +linux (3.5.0-4.4) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] getabis should be extracting all packages + - LP: #1021174 + * [Config] getabis -- series uses linux-image-extra + - LP: #1021174 + * rebase to v3.5-rc6 + + [ Bryan Wu ] + + * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all + flavours + * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX + - LP: #1019561 + + [ Paolo Pisati ] + + * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y + - LP: #1019321 + + [ Stefan Bader ] + + * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer + - LP: #1018456 + * (config) Disable ACPI_PROCFS_POWER + + [ Tim Gardner ] + + * [Config] CONFIG_ACPI_BGRT=y + * Extract firmware module info during getabi + - LP: #1021174 + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc6 + + -- Leann Ogasawara Mon, 09 Jul 2012 08:50:20 -0700 + +linux (3.5.0-3.3) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_MEMTEST=y + - LP: #1004535 + * [Config] config-check: add support for a cut operation + * [Config] enforcer -- switch to cut where appropriate + + [ Leann Ogasawara ] + + * Rebase to v3.5-rc5 + * [Config] Updateconfigs after rebase to v3.5-rc5 + + [ Luis Henriques ] + + * SAUCE: ocfs2: Fix NULL pointer dereferrence in + __ocfs2_change_file_space + - LP: #1006012 + + [ Seth Forshee ] + + * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking + for LVDS register initialization + - LP: #1012800 + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc5 + - LP: #1013183 + - LP: #1017017 + - LP: #884652 + + -- Leann Ogasawara Mon, 02 Jul 2012 06:41:58 -0700 + +linux (3.5.0-2.2) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.5-rc4 + + [ Arend van Spriel ] + + * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in + brcms_c_regd_init() + - LP: #950320 + + [ Bryan Wu ] + + * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM + + [ Chris J Arges ] + + * PACKAGING: add .gnu_debuglink sections to .ko files + - LP: #669641 + + [ Leann Ogasawara ] + + * d-i: Add hid-generic to input-modules + - LP: #1017879 + + [ Ming Lei ] + + * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12" + - LP: #1017717, #225 + + [ Paolo Pisati ] + + * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)" + - LP: #1017718 + * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3 + + [ Seth Forshee ] + + * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits + during initialization + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified + by mac80211 + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz + channels + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2 + regulatory domain + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on + regulatory updates + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for + tx power limits + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels + against internal regulatory data + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain + when checking whether OFDM is allowed + - LP: #950320 + + [ Tim Gardner ] + + * [Config] Enable CONFIG_CGROUPS for highbank + - LP: #1014692 + * [Config] FB_OMAP*=y and PANEL_TFP410=y + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc4 + + -- Leann Ogasawara Tue, 26 Jun 2012 06:21:05 -0700 + +linux (3.5.0-1.1) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m + + [ Leann Ogasawara ] + + * Rebase to v3.5-rc1 + * [Config] Remove USB_DEVICEFS from the config enforcer + * [Config] Updateconfigs after rebase to v3.5-rc1 + * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm + * [Config] Temporarily disable CONFIG_EZX_PCAP on arm + * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm + * [Config] Temporarily disable CONFIG_TI_CPSW on arm + * [Config] Temporarily disable CONFIG_GPIO_EM on arm + * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf + * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf + * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf + * Rebase to v3.5-rc2 + * [Config] Updateconfigs after rebase to v3.5-rc2 + * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc + * Rebase to v3.5-rc3 + * [Config] Updateconfigs after rebase to v3.5-rc3 + + [ Paul Mundt ] + + * SAUCE: fix bug.h's inclusion of kernel.h + + [ Stefan Bader ] + + * SAUCE: Fix compile failures of dm-raid45 + * [Config] Enable dm-raid45 + * Move dependency on crda to extra package + - LP: #657901 + * SAUCE: Mask CR4 writes on older Xen hypervisors + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc3 + - LP: #993162 + - LP: #925577 + * rebase to v3.5-rc2 + * rebase to v3.5-rc1 + - LP: #955892 + - LP: #978038 + - LP: #987371 + - LP: #929545 + - LP: #942316 + - LP: #903853 + + -- Leann Ogasawara Fri, 08 Jun 2012 14:28:46 -0700 + +linux (3.4.0-5.11) quantal-proposed; urgency=low + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_ARM_LPAE + - LP: #1009061 + + [ Oleksij Rempel ] + + * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred + - LP: #1008905 + + [ Paolo Pisati ] + + * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+. + - LP: #1009061 + + -- Leann Ogasawara Tue, 05 Jun 2012 08:06:28 -0700 + +linux (3.4.0-4.10) quantal; urgency=low + + [ Leann Ogasawara ] + + * Temporarily disable ABI and module check + + -- Leann Ogasawara Mon, 04 Jun 2012 20:27:31 -0700 + +linux (3.4.0-4.9) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] fix config split to avoid the shared config + * [Config] updateconfigs following split config fix + * [Config] linux-image-extras needs full postinst + * [Config] CONFIG_BLK_DEV_NVME commonise across architectures + * [Config] CONFIG_HP_WATCHDOG enable as module + * [Config] CONFIG_PDC_ADMA is not boot essential + * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86 + * [Config] CONFIG_VT6655/CONFIG_VT6656=m + * [Config] CONFIG_TRANZPORT=m commonise + * [Config] CONFIG_R3964=m commonise + * [Config] CONFIG_SCSI_DH=m commonise + * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise + * [Config] CONFIG_AMD_PHY=y phys are not autoloadable + * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise + * [Config] CONFIG_SCSI_SPI_ATTR=m commonise + * [Config] CONFIG_USB_SN9C102 is deprecated disable + * [Config] CONFIG_USB_SI470X=m commonise + * [Config] CONFIG_USB_ET61X251=m commonise + * [Config] CONFIG_RTS_PSTOR=m commonise + * [Config] CONFIG_SCANLOG=m commonise + * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise + * [Config] CONFIG_SM_FTL=m commonise + * [Config] CONFIG_SOLO6X10=m commonise + * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead + * [Config] CONFIG_SPI_DESIGNWARE=m commonise + * [Config] CONFIG_SPI_SPIDEV=m commonise + * [Config] CONFIG_TABLET_USB_WACOM=m commonise + * [Config] CONFIG_TPS65010=m commonise + * [Config] CONFIG_STE10XP=y commonise + * [Config] CONFIG_X25_ASY=m commonise + * [Config] CONFIG_USB_MON=m commonise + * [Config] CONFIG_VME_BUS=m commonise + * [Config] CONFIG_W35UND=m commonise + * [Config] -CONFIG_TCG_TPM=y commonise + * [Config] highbank -- commonise filesystems + * [Config] highbank -- commonise subsystems + * [Config] highbank -- commonise network protocols + * [Config] highbank -- commonise input drivers + * [Config] highbank -- commonise CRYPTO options + * [Config] highbank -- commonise HID options + * [Config] highbank -- commonise sensors options + * [Config] highbank -- commonise EXPORTFS/FHANDLE + * [Config] highbank -- commonise CONFIG_CRYPTO_LZO + * [Config] highbank -- commonise ENCRYPTED_KEYS + * [Config] highbank -- commonise CONFIG_ATALK + * [Config] highbank -- commonise INET/INET6 + * [Config] highbank -- commonise NLS + * [Config] highbank -- commonise BLK/CHR + * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank + * [Config] highbank -- commonise INET/INET6 part 2 + * [Config] highbank -- commonise PHY settings + * [Config] highbank -- commonise CRC settings + * [Config] highbank -- commonise BINFMT settings + * [Config] highbank -- commonise DM settings + * [Config] highbank -- commonise RTC_DRV settings + * [Config] highbank -- commonise KEYBOARD/MOUSE settings + * [Config] highbank -- commonise USB settings + * [Config] highbank -- commonise GPIO settings + * [Config] highbank -- commonise I2C settings + * [Config] highbank -- commonise numerous subsystem selectors + * [Config] highbank -- commonise A-C modules missmatches + * [Config] highbank -- commonise D-F modules missmatches + * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart + * [Config] highbank -- commonise G-I modules missmatches + * [Config] highbank -- commonise J-L modules missmatches + * [Config] highbank -- commonise M modules missmatches + * [Config] highbank -- commonise N-P modules missmatches + * [Config] highbank -- commonise Q-R modules missmatches + * [Config] highbank -- commonise S modules missmatches -- part 1 + * [Config] highbank -- commonise S modules missmatches -- part 2 + * [Config] highbank -- commonise T modules missmatches + * [Config] highbank -- commonise U-Z modules missmatches + + [ Ike Panhc ] + + * [Config] add highbank flavour + - LP: #1000831 + + [ Mark Langsdorf ] + + * SAUCE: arm highbank: add support for pl320-ipc driver + - LP: #1000831 + + [ Rob Herring ] + + * SAUCE: input: add a key driver for highbank + - LP: #1000831 + * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2 + - LP: #1000831 + * SAUCE: force DMA buffers to non-bufferable on highbank + - LP: #1000831 + * SAUCE: net: calxedaxgmac: fix net timeout recovery + - LP: #1000831 + + [ Tim Gardner ] + + * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n + * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y + * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared + * [Config] Homogenize CIFS configs across all arches + * [Config] armhf should not be skipabi or skipmodules + - LP: #1006913 + + -- Leann Ogasawara Mon, 04 Jun 2012 05:52:49 -0700 + +linux (3.4.0-3.8) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] include include/generated/compile.h + - LP: #942569 + * [Config] fix up postinst to ensure we know which error is which + - LP: #1002388 + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: async_populate_rootfs: fix build warnings + - LP: #1003417 + + [ John Johansen ] + + * Revert "SAUCE: AppArmor: Add the ability to mediate mount" + * SAUCE: apparmor: Add the ability to mediate mount + * SAUCE: AppArmor: basic networking rules + * SAUCE: apparmor: fix profile lookup for unconfined + - LP: #978038, #987371 + * SAUCE: apparmor: fix long path failure due to disconnected path + - LP: #955892 + + [ Mario Limonciello ] + + * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15 + - LP: #901410 + + [ Stefan Bader ] + + * (config) Built-in xen-acpi-processor + + [ Tim Gardner ] + + * [Config] CONFIG_NET_DSA=m + - LP: #1004148 + * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64 + + -- Leann Ogasawara Fri, 25 May 2012 11:38:33 -0700 + +linux (3.4.0-3.7) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] drop the virtual flavour in favour of a split generic et al + * [Config] enforcer -- drop IDLE enforcement + * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64 + * [Config] updateconfigs following removal of -virtual + + [ Leann Ogasawara ] + + * Rebase to v3.4 + + [ Seth Forshee ] + + * [Config] disable CONFIG_B43_BCMA_EXTRA + + [ Tim Gardner ] + + * [Config] Check for extras when building udebs + * [Config] Collapsed generic-pae into generic [i386] + + [ Upstream Kernel Changes ] + + * rebase to v3.4 + + -- Leann Ogasawara Mon, 21 May 2012 07:23:47 -0700 + +linux (3.4.0-2.6) quantal; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage" + * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to + d_make_root()" + * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup" + * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and + security permissions to overlay files" + * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth" + * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation" + * Revert "ubuntu: overlayfs -- overlayfs: implement show_options" + * Revert "ubuntu: overlayfs -- overlayfs: add statfs support" + * Revert "ubuntu: overlayfs -- overlay filesystem" + * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()" + * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules" + * Revert "ubuntu: overlayfs -- vfs: add i_op->open()" + * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()" + * ubuntu: overlayfs -- overlayfs: add statfs support + * ubuntu: overlayfs -- inode_only_permission: export inode level + permissions checks + * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open() + * ubuntu: overlayfs -- vfs: add i_op->open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Robin Dong ] + + * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode + * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link + + [ Tim Gardner ] + + * [Config] perarch and indep tools builds need separate build directories + * Prevent upgrading a non-PAE CPU + * perf is not parallel build safe + + -- Leann Ogasawara Wed, 16 May 2012 08:43:18 -0700 + +linux (3.4.0-2.5) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] perarch and indep tools builds need separate build directories + + [ Tim Gardner ] + + * Prevent upgrading a non-PAE CPU + * [Config] build debug + * [Config] perf tools are not parallel build safe + + -- Leann Ogasawara Tue, 15 May 2012 11:37:53 -0700 + +linux (3.4.0-2.4) quantal; urgency=low + + [ Leann Ogasawara ] + + * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently" + * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86" + * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE" + * Revert "ubuntu: fsam7400 -- Cleanup Makefile" + * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M + 7400" + * Revert "ubuntu: omnibook: fix source file newline" + * Revert "ubuntu: omnibook -- update BOM" + * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} + depend on X86" + * Revert "ubuntu: omnibook -- Added missing BOM file" + * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks" + * Revert "ubuntu: nx-emu - i386: mmap randomization for executable + mappings" + * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for + X86_32" + * Revert "ubuntu: nx-emu - i386: NX emulation" + * Revert "ubuntu: rfkill drivers -- version 1.3" + * Temporarily disable module check + * [Config] Remove CONFIG_FSAM7400 + * [Config] Remove CONFIG_OMNIBOOK + * [Config] Update configs + * Rebase to v3.4-rc7 + * SAUCE: genirq: export handle_edge_irq() and irq_to_desc() + + [ Tim Gardner ] + + * Updated generic-pae description + * Rebase to v3.4-rc6 + * install-tools depends on build targets + + [ Upstream Kernel Changes ] + + * kconfig: in debug mode some 0 length message prints occur + * rebase to v3.4-rc7 + * rebase to v3.3-rc6 + + -- Leann Ogasawara Mon, 14 May 2012 08:22:56 -0700 + +linux (3.4.0-1.3) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] control.stub is an intermediate product not a dependancy + - LP: #992414 + + [ Leann Ogasawara ] + + * remove i386 generic from getabis + + [ Upstream Kernel Changes ] + + * (pre-stable) b43: only reload config after successful initialization + - LP: #950295 + + -- Leann Ogasawara Wed, 02 May 2012 09:48:14 -0700 + +linux (3.4.0-1.2) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] add build depends for flex, bison and pkg-config + + -- Andy Whitcroft Tue, 01 May 2012 13:15:41 +0100 + +linux (3.4.0-1.1) quantal; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: overlayfs -- overlayfs: apply device cgroup and security + permissions to overlay files + - LP: #915941, #918212 + - CVE-2012-0055 + + [ Leann Ogasawara ] + + * Open Q + * Rebase to v3.4-rc5 + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm + * [Config] Temporarily disable CONFIG_EZX_PCAP on arm + * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm + * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm + * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm + * [Config] Temporarily disable CONFIG_TI_CPSW on arm + * [Config] Temporarily disable CONFIG_AX88796 on arm + + [ Upstream Kernel Changes ] + + * vfs: pass struct path to __dentry_open() + * vfs: add i_op->open() + * vfs: export do_splice_direct() to modules + * vfs: introduce clone_private_mount() + * overlay filesystem + * overlayfs: add statfs support + * overlayfs: implement show_options + * overlay: overlay filesystem documentation + * fs: limit filesystem stacking depth + * overlayfs: follow header cleanup + * overlayfs: switch from d_alloc_root() to d_make_root() + * overlayfs: update touch_atime() usage + * rebase to v3.4-rc5 + - LP: #950490 + * rebase to v3.4-rc4 + * rebase to v3.4-rc3 + * rebase to v3.4-rc2 + * rebase to v3.4-rc1 + * rebase to v3.3 + * rebase to v3.3-rc7 + * rebase to v3.3-rc6 + * rebase to v3.3-rc5 + * rebase to v3.3-rc4 + - LP: #900802 + - LP: #930842 + * rebase to v3.3-rc3 + - LP: #924320 + - LP: #923316 + - LP: #923409 + - LP: #918254 + * rebase to v3.3-rc2 + * rebase to v3.3-rc1 + - LP: #795823 + - LP: #909419 + - LP: #910792 + - LP: #878701 + - LP: #724831 + + -- Leann Ogasawara Wed, 25 Jan 2012 06:50:04 -0800 + +linux (3.2.0-10.18) precise; urgency=low + + [ Tim Gardner ] + + * SAUCE: ecryptfs: Print inode on metadata error + + [ Upstream Kernel Changes ] + + * Revert "proc: enable writing to /proc/pid/mem" + - LP: #919115 + - CVE-2012-0056 + * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1 + - LP: #909419 + + -- Andy Whitcroft Tue, 24 Jan 2012 10:15:12 +0000 + +linux (3.2.0-10.17) precise; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth" + * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation" + * Revert "SAUCE: overlayfs -- overlayfs: implement show_options" + * Revert "SAUCE: overlayfs -- overlayfs: add statfs support" + * Revert "SAUCE: overlayfs -- overlay filesystem" + * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()" + * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules" + * Revert "SAUCE: overlayfs -- vfs: add i_op->open()" + * ensure debian/ is not excluded from git by default + * add new scripting to handle buglinks in rebases + * ubuntu: overlayfs -- overlayfs: add statfs support + * ubuntu: overlayfs -- overlayfs: apply device cgroup and security + permissions to overlay files + - LP: #915941, #918212 + - CVE-2012-0055 + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Leann Ogasawara ] + + * Revert "SAUCE: dmar: disable if ricoh multifunction detected" + * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON + - LP: #907377, #911236 + * [Config] Enable CONFIG_IRQ_REMAP + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open() + * ubuntu: overlayfs -- vfs: add i_op->open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Upstream Kernel Changes ] + + * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery + - LP: #647043 + * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that + breaks USB + - LP: #647043 + + -- Leann Ogasawara Mon, 16 Jan 2012 07:10:08 -0800 + +linux (3.2.0-9.16) precise; urgency=low + + [ Andy Whitcroft ] + + * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM + * [Config] pull ARM sound modules =m + * [Config] CONFIG_RTC_DRV_TEST is for testing only + * [Config] CONFIG_USB_DUMMY_HCD is testing only + * [Config] CONFIG_USB_FILE_STORAGE is deprecated + + [ Leann Ogasawara ] + + * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel" + * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m + * [Config] Enable CONFIG_MMC_TMIO=m + * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m + * [Config] Enable CONFIG_ISI=m + * [Config] Enable CONFIG_MMC=y + * [Config] Enable CONFIG_LIRC_PARALLEL=m + * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m + * [Config] Enable CONFIG_CHR_DEV_SG=y + * [Config] Enable CONFIG_GPIO_PCA953X=m + * [Config] Enable CONFIG_GPIO_TWL4030=m + * [Config] Enable CONFIG_INET_DIAG=m + * [Config] Enable CONFIG_NLS_ISO8859_1=m + * [Config] Enable CONFIG_NVRAM=m + * [Config] Enable CONFIG_SLIP=m + * [Config] Enable CONFIG_PC300TOO=m + * [Config] Enable CONFIG_TUN=y + * [Config] Enable CONFIG_NET_CLS_CGROUP=m + * [Config] Enable CONFIG_THERMAL=y + * [Config] Enable CONFIG_PPP=y + * [Config] Enable CONFIG_PCI_STUB=m + * Rebase to v3.2.1 + * [Config] Enable CONFIG_RTL8192E=m + * [Config] Enable CONFIG_RTS5139=m + + [ Stefan Bader ] + + * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y + + [ Upstream Kernel Changes ] + + * ARM: restart: add restart hook to machine_desc record + * ARM: restart: allow platforms more flexibility specifying restart mode + * ARM: restart: move reboot failure handing into machine_restart() + * ARM: restart: remove argument to setup_mm_for_reboot() + * ARM: 7159/1: OMAP: Introduce local common.h files + * ARM: restart: only perform setup for restart when soft-restarting + * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq + function + * ARM: idmap: populate identity map pgd at init time using .init.text + * ARM: suspend: use idmap_pgd instead of suspend_pgd + * ARM: proc-*.S: place cpu_reset functions into .idmap.text section + * ARM: idmap: use idmap_pgd when setting up mm for reboot + * ARM: head.S: only include __turn_mmu_on in the initial identity mapping + * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting + * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM + restart changes + * ARM: lib: add call_with_stack function for safely changing stack + * ARM: reset: implement soft_restart for jumping to a physical address + * ARM: stop: execute platform callback from cpu_stop code + * ARM: kexec: use soft_restart for branching to the reboot buffer + * ARM: restart: omap: use new restart hook + * topdown mmap support + - LP: #861296 + + [ Upstream Kernel Changes ] + + * Rebase to v3.2.1 + + -- Leann Ogasawara Fri, 13 Jan 2012 20:32:08 +0100 + +linux (3.2.0-8.15) precise; urgency=low + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_ACPI_PROCFS + * Remove server from getabis + * Temporarily disable module check + * [Config] Disable CONFIG_MTD_TESTS + * [Config] Disable CONFIG_X86_E_POWERSAVER + * [Config] Set CONFIG_ARCNET=m + * [Config] Enable CONFIG_ATM_DUMMY=m + * [Config] Enable CONFIG_BLK_DEV_MD=y + * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86 + * [Config] Enable CONFIG_BLK_DEV_SD=y + * [Config] Enable CONFIG_BLK_DEV_SR=y + * [Config] Enable CONFIG_BLK_DEV_UB=m + * [Config] Enable CONFIG_COPS=m + * [Config] Enable CONFIG_DVB_USB_EC168=m + * [Config] Enable CONFIG_ENC28J60=m + * [Config] Enable CONFIG_FB_UVESA=m + * [Config] Enable CONFIG_FB_ATY=m + * [Config] Enable CONFIG_BROADCOM_PHY=y + * [Config] Enable CONFIG_CICADA_PHY=y + * [Config] Enable CONFIG_DAVICOM_PHY=y + * [Config] Enable CONFIG_ICPLUS_PHY=y + * [Config] Enable CONFIG_LSI_ET1011C_PHY=y + * [Config] Enable CONFIG_LXT_PHY=y + * [Config] Enable CONFIG_MARVELL_PHY=y + * [Config] Enable CONFIG_NATIONAL_PHY=y + * [Config] Enable CONFIG_QSEMI_PHY=y + * [Config] Enable CONFIG_SMSC_PHY=y + * [Config] Enable CONFIG_VITESSE_PHY=y + * Add 3w-sas to scsi-modules + - LP: #776542 + + [ Mathieu Trudel-Lapierre ] + + * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate + to interface settings + + [ Paolo Pisati ] + + * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C" + - LP: #912199 + * Revert "SAUCE: omap3: beagle: detect new xM revision B" + - LP: #912199 + * Revert "SAUCE: omap3: beaglexm: fix DVI initialization" + - LP: #912199 + + [ Upstream Kernel Changes ] + + * Bluetooth: Add support for BCM20702A0 [0a5c:21e3] + - LP: #906832 + + -- Leann Ogasawara Fri, 06 Jan 2012 10:02:03 -0800 + +linux (3.2.0-8.14) precise; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_SND_USB_6FIRE + - LP: #912197 + * rebase to mainline v3.2 final release + * updateconfigs following rebase to v3.2 final + * ubuntu: AUFS -- add BOM and automated update script + * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers + - LP: #684666 + * ubuntu: AUFS -- update aufs-update to track new locations of headers + * ubuntu: AUFS -- clean up the aufs updater and BOM + * ubuntu: AUFS -- documentation on updating aufs2 + * ubuntu: AUFS -- aufs3-base.patch + * ubuntu: AUFS -- aufs3-standalone.patch + * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission + * ubuntu: AUFS -- fix undefined security_path_link + * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245 + * ubuntu: AUFS -- updateconfigs following update + * ubuntu: AUFS -- suppress benign plink warning messages + - LP: #621195 + * ubuntu: AUFS -- enable in config and makefile + * ubuntu: AUFS -- disable in favor of overlayfs + * [Config] linux-virtual -- should include the extX modules + - LP: #912308 + + [ Tyler Hicks ] + + * SAUCE: eCryptfs: Improve statfs reporting + - LP: #885744 + + [ Upstream Kernel Changes ] + + * rebase to upstream v3.2 + + -- Leann Ogasawara Mon, 26 Dec 2011 20:24:30 -0800 + +linux (3.2.0-7.13) precise; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to upstream 3.2-rc7 + + -- Leann Ogasawara Mon, 19 Dec 2011 09:14:34 -0800 + +linux (3.2.0-6.12) precise; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to upstream v3.2-rc6 + + -- Leann Ogasawara Fri, 16 Dec 2011 10:19:02 -0800 + +linux (3.2.0-5.11) precise; urgency=low + + [ Andy Whitcroft ] + + * enforcer -- allow arch and flavour predicates to take lists + * enforcer -- simplify armel/armhf specific options + * enforcer -- fix incorrectly specified flavour matches + + [ Leann Ogasawara ] + + * [Config] Disable IRQ_REMAP + * [Config] Enable CONFIG_SENSORS_LM95245=m + * [Config] Enable CONFIG_SENSORS_MAX1668=m + * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m + * [Config] Enable CONFIG_SENSORS_MAX6639=m + * [Config] Enable CONFIG_SENSORS_MAX6642=m + * [Config] Enable CONFIG_SENSORS_LINEAGE=m + * [Config] Enable CONFIG_CRYPTO_SALSA20=m + * [Config] Enable CONFIG_PATA_TOSHIBA=m + * [Config] Enable CONFIG_POHMELFS=m + * [Config] Enable CONFIG_NET_PACKET_ENGINE=y + * [Config] Enable CONFIG_PATA_OPTI=m + * add overlayfs to virtual inclusion list + - LP: #903897 + * add veth to virtual inclusion list + - LP: #903897 + * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request + + [ Paolo Pisati ] + + * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm + - LP: #903346 + + [ Tim Gardner ] + + * [Config] CONFIG_LOCKUP_DETECTOR=y + - LP: #903615 + + [ Upstream Kernel Changes ] + + * rebase to upstream 55b02d2f + + -- Leann Ogasawara Mon, 12 Dec 2011 07:08:10 -0800 + +linux (3.2.0-4.10) precise; urgency=low + + [ Kyle McMartin ] + + * SAUCE: dmar: disable if ricoh multifunction detected + - LP: #894070 + + [ Seth Forshee ] + + * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug + - LP: #581312 + + [ Tim Gardner ] + + * Start new release, Bump ABI, rebase to 3.2-rc5 + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_SENSORS_AK8975=m + + -- Tim Gardner Sat, 10 Dec 2011 08:57:04 -0700 + +linux (3.2.0-3.9) precise; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: ext4: correct partial write discard size calculation + - LP: #894768 + + [ Leann Ogasawara ] + + * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting" + - LP: #892615 + + [ Matthew Garrett ] + + * SAUCE: pci: Rework ASPM disable code + + [ Upstream Kernel Changes ] + + * x86: Fix boot failures on older AMD CPU's + - LP: #892615 + * EHCI : Fix a regression in the ISO scheduler + - LP: #899165 + + -- Leann Ogasawara Mon, 05 Dec 2011 10:37:36 -0800 + +linux (3.2.0-3.8) precise; urgency=low + + [ Andy Whitcroft ] + + * armhf -- add d-i configuration + * armhf -- disable ABI checks for armhf + * armhf -- add arch to getabis config + + -- Andy Whitcroft Sat, 03 Dec 2011 14:22:52 +0000 + +linux (3.2.0-3.7) precise; urgency=low + + [ Stefan Bader ] + + * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be + synchronous, regardless of lazy_mmu mode + - LP: #854050 + + [ Tim Gardner ] + + * rebase to v3.2-rc4 + + -- Leann Ogasawara Fri, 02 Dec 2011 11:53:56 -0800 + +linux (3.2.0-2.6) precise; urgency=low + + [ Andy Whitcroft ] + + * armhf -- fix omap flavour to build on armhf + * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot + + [ Borislav Petkov ] + + * SAUCE: x86, microcode, AMD: Restrict microcode reporting + - LP: #892615 + + [ Colin Watson ] + + * Add pata_macio to pata-modules + + [ Tim Gardner ] + + * [Config] Prefer crda over wireless-crda + * [Config] Fix virtual inclusion list. + - LP: #897795 + + -- Leann Ogasawara Wed, 30 Nov 2011 06:09:35 -0800 + +linux (3.2.0-2.5) precise; urgency=low + + [ Paolo Pisati ] + + * [Config] PANEL_DVI=y + + -- Leann Ogasawara Mon, 28 Nov 2011 09:13:24 -0800 + +linux (3.2.0-2.4) precise; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.2-rc3 + + [ Leann Ogasawara ] + + * Revert "SAUCE: xen: Do not use pv spinlocks on HVM" + * Revert "fix ERROR: __devcgroup_inode_permission undefined" + * Revert "olpc_dcon_xo_1_5 needs delay.h" + * Revert "olpc_dcon_xo_1 needs delay.h" + * rebase to 6fe4c6d4 + * [Config] updateconfigs after rebase to 6fe4c6d4 + + [ Tim Gardner ] + + * [Config] Replace wireless-crda with crda,wireless-regdb + - LP: #856421 + * [Config] Relax the dependencies on crda + + [ Upstream Kernel Changes ] + + * (pre-stable) HID: bump maximum global item tag report size to 96 bytes + - LP: #724831 + * Ubuntu: remove coreutils|fileutils package dependency + - LP: #892814 + * iio: iio_event_getfd -- fix ev_int build failure + + [ Upstream Kernel Changes ] + + * Rebase to v3.2-rc3 + + -- Andy Whitcroft Thu, 24 Nov 2011 16:20:45 +0000 + +linux (3.2.0-1.3) precise; urgency=low + + [ Upstream Kernel Changes ] + + * Ubuntu: Add ext2 to fs-core-modules + - LP: #893395 + + -- Leann Ogasawara Mon, 21 Nov 2011 20:42:33 -0800 + +linux (3.2.0-1.2) precise; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_NFC and associated devices + * SAUCE: allow brcmsmac and b43 to both build + + [ Soren Hansen ] + + * Add ixgbe driver to d-i + - LP: #891969 + + -- Leann Ogasawara Mon, 21 Nov 2011 08:33:46 -0800 + +linux (3.2.0-1.1) precise; urgency=low + [ Andy Whitcroft ] + + * armhf -- enable armhf and create the first flavours + * SAUCE: ensure root is ready before running usermodehelpers in it + * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm + + [ Leann Ogasawara ] + + * Temporarily ignore module check + * [Config] Enable PCI_IOV on powerpc + * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc + * rebase to v3.2-rc2 + * SAUCE: include for cpuidle34xx arm build + * SAUCE: include for linux/mtd/map.h arm build + * SAUCE: include and for mmc_core arm build + * SAUCE: select ARM_AMBA if OMAP3_EMU + * [Config] updateconfigs after select ARM_AMBA + * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc + * [Config] Enable CONFIG_EXT2_FS=m + * [Config] Build in CONFIG_SATA_AHCI=y + * Resolve linux-image-extra's install dependency + + [ Seth Forshee ] + + * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop + * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to + Documentation + * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in + alps_model_info + * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet + size + * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions + 3 and 4 + * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3 + protocol + * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol + versions 3 and 4 + + [ Stefan Bader ] + + * [Config] Built-in xen-netfront and xen-blkfront + * Fix build of dm-raid45 and re-enable it + + [ Tim Gardner ] + + * [Config] CONFIG_USB_XHCI_HCD=y + - LP: #886167 + * [Config] CONFIG_R6040=m + - LP: #650899 + * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table + - LP: #854399 + * [Config] Consolidated amd64 server flavour into generic + * [Config] updateconfigs after rebase to 3.2-rc1 + * [Config] Disabled dm-raid4-5 + * [Config] Disabled ndiswrapper + * [Config] Disable vt6656 + * [Config] exclude ppp-modules for virtual flavour + * [Config] CONFIG_MEMSTICK_R592=m + - LP: #238208 + + [ Upstream Kernel Changes ] + + * CHROMIUM: seccomp_filter: new mode with configurable syscall filters + - LP: #887780 + * CHROMIUM: seccomp_filter: add process state reporting + - LP: #887780 + * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it + works. + - LP: #887780 + * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve + - LP: #887780 + * CHROMIUM: arm: select HAVE_SECCOMP_FILTER + - LP: #887780 + * CHROMIUM: seccomp_filters: move to btrees + * CHROMIUM: enable CONFIG_BTREE + * CHROMIUM: seccomp_filter: kill NR_syscall references + * CHROMIUM: seccomp_filters: guard all ftrace wrapper code + * CHROMIUM: seccomp_filters: clean up warnings; kref mistake + * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper + * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve + * CHROMIUM: seccomp_filter: inheritance documentation + * CHROMIUM: seccomp_filter: make inherited filters composable + * CHROMIUM: Fix seccomp_t compile error + - LP: #887780 + * CHROMIUM: Fix kref usage + - LP: #887780 + * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER + * rebase to v3.2-rc2 + + -- Leann Ogasawara Mon, 31 Oct 2011 09:24:39 -0400 + +linux (3.1.0-2.3) precise; urgency=low + + [ Tim Gardner ] + + * Add postinit and postrm scripts to the extras package + - LP: #882120 + + -- Leann Ogasawara Fri, 28 Oct 2011 12:48:33 -0700 + +linux (3.1.0-2.2) precise; urgency=low + + [ Andy Whitcroft ] + + * debian: add locking to protect debian/files from parallel update + + [ Leann Ogasawara ] + + * rebase to v3.1 + + [ Upstream Kernel Changes ] + + * rebase to v3.1 + + -- Leann Ogasawara Wed, 19 Oct 2011 07:12:38 -0700 + +linux (3.1.0-1.1) precise; urgency=low + + [ Andiry Xu ] + + * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk + - LP: #872811 + + [ Andy Whitcroft ] + + * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release" + - LP: #832694 + * Revert "ubuntu: compcache -- version 0.5.3" + - LP: #832694 + * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m + * [Config] Enable CONFIG_MACVTAP=m + - LP: #822601 + * record the compiler in the ABI and check for inconsistant builds + * [Config] move ECRYPT_FS back to =y for all architectures + - LP: #827197 + * [Config] enable CONFIG_DRM_VMWGFX=m + - LP: #698009 + * [Config] re-fix ECRYPT_FS=y + - LP: #827197 + * enforcer -- ensure we have CONFIG_ECRYPT_FS=y + - LP: #827197 + * [Config] dropping compcache configuration options + * [Config] standardise on HZ=250 + * SAUCE: headers_install: fix #include "..." usage for userspace + - LP: #824377 + * make module-inclusion selection retain the left overs + * add a new linux-image-extras package for virtual + + [ Colin Watson ] + + * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i + + [ edwin_rong ] + + * SAUCE: Staging: add driver for Realtek RTS5139 cardreader + - LP: #824273 + + [ Greg Kroah-Hartman ] + + * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build. + - LP: #824273 + + [ Jesse Sung ] + + * SAUCE: Unregister input device only if it is registered + - LP: #839238 + + [ Jiri Kosina ] + + * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[] + + [ Joshua V. Dillon ] + + * SAUCE: HID: add support for MacBookAir4,2 keyboard. + + [ Kees Cook ] + + * [Config] enable and enforce SECCOMP_FILTER on x86 + + [ Keng-Yu Lin ] + + * [Config] Enable CONFIG_RTS5139=m on i386/amd64 + - LP: #824273 + + [ Leann Ogasawara ] + + * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only" + * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth" + * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and + readdir" + * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs" + * Revert "ubuntu: overlayfs -- overlayfs: implement show_options" + * Revert "ubuntu: overlayfs -- overlayfs: add statfs support" + * Revert "ubuntu: overlayfs -- overlay filesystem" + * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation" + * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision" + * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather + than just revision" + * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX" + * Revert "ubuntu: fsam7400 disable driver" + - LP: #876030 + * rebase to v3.1-rc1 + * [Config] updateconfigs after rebase to v3.1-rc1 + * rebase to v3.1-rc2 + * [Config] Updateconfigs after rebase to v3.1-rc2 + * ubuntu: Yama - update calls to generic_permission() and + inode->i_op->permission() + * ubuntu: ndiswrapper -- remove netdev_priv macro + * ubuntu: aufs -- Temporarily disable due to build failure + * [Config] Diable INTEL_MID_PTI on armel + * [Config] Temporarily disable CONFIG_FTMAC100 on armel + * [Config] Temporarily disable CONFIG_FTGMAC100 on armel + * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel + * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel + * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm + * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm + * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm + * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc + * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc + * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc + * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc + * [Config] Enable CONFIG_ECHO=m on powerpc + * [Config] Enable CONFIG_ET131X=m on powerpc + * [Config] Set CONFIG_FB_MATROX=m + * [Config] Enable CONFIG_FB_UDL=m on powerpc + * [Config] Set CONFIG_FB_VIRTUAL=n + * [Config] Enable CONFIG_FB_VGA16=m on powerpc + * [Config] Enable CONFIG_GPIO_MAX732X=m on arm + * [Config] Enable CONFIG_GPIO_PCF857X=m on arm + * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m + * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc + * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc + * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp + * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc + * [Config] Enable CONFIG_IBM_BSR=m on powerpc + * [Config] Enable CONFIG_IBMVETH=m on powerpc + * [Config] Enable CONFIG_IDE_PHISON=m on powerpc + * [Config] Enable CONFIG_IGB=m on powerpc + * [Config] Enable CONFIG_IIO=m on powerpc + * [Config] Enable CONFIG_INFINIBAND_NES=m + * [Config] Enable CONFIG_IPMI_HANDLER=m on arm + * [Config] Enable CONFIG_IWL3945=m on powerpc + * [Config] Disable CONFIG_KVM_BOOK3S_64 + * [Config] Enable CONFIG_LAPBETHER=m on arm + * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc + * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's + * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc + * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc + * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc + * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc + * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc + * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc + * [Config] Enable CONFIG_MEMSTICK=m on arm + * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm + * [Config] Enable CONFIG_MTD_ALAUDA=m on arm + * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm + * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm + * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc + * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm + * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm + * [Config] Enable CONFIG_MTD_IMPA7=m on arm + * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm + * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm + * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc + * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm + * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm + * [Config] Enable CONFIG_MTD_SST25L=m on arm + * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm + * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm + * [Config] Enable CONFIG_NET_CLS_U32=m on arm + * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm + * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm + * [Config] Enable CONFIG_NET_TCPPROBE=m on arm + * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc + * [Config] Enable CONFIG_PATA_NS87410=m on powerpc + * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp + * [Config] Enable CONFIG_PANEL=m on powerpc + * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc + * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci + - LP: #833705 + * [Config] Add CONFIG_EFI_VARS=y to the enforcer + - LP: #837332 + * [Config] Update CONFIG_EFI_VARS enforcer check + * [Config] Add aufs to virtual flavor inclusion list + - LP: #844159 + * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci + - LP: #818933 + * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci + - LP: #768039 + * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci + - LP: #838402 + * [Config] Add igbvf to the virtual flavor inclusion list + - LP: #794570 + * [Config] Add ixgbevf to the virtual inclusion list + - LP: #872411 + * [Config] Transition -generic and -server to be identical + * rebase to v3.1-rc10 + + [ Luke Yelavich ] + + * [Config] Disable legacy IDE drivers on powerpc + + [ Ming Lei ] + + * SAUCE: fireware: add NO_MSI quirks for o2micro controller + - LP: #801719 + * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel + Sandybridge chipsets(v2) + - LP: #737388, #782389, #794642 + + [ Paolo Pisati ] + + * [Config] Compile-in vfat support for armel + - LP: #853783 + + [ Randy Dunlap ] + + * SAUCE: staging: fix rts5139 depends & build + - LP: #824273 + + [ Rene Bolldorf ] + + * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight + power in 'ideapad_backlight_notify_power' to avoid a page fault + + [ Seth Forshee ] + + * SAUCE: (no-up) Input: elantech - Add v3 hardware support + - LP: #681904 + * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan + - LP: #810020 + + [ Stefan Bader ] + + * (config) Package macvlan and macvtap for virtual + * [Config] Force perf to use libiberty for demangling + - LP: #783660 + * SAUCE: xen: Do not use pv spinlocks on HVM + - LP: #838026 + + [ Tim Gardner ] + + * [Config] Clean up tools rules + * [Config] Package x86_energy_perf_policy and turbostat + - LP: #797556 + * rebase to v3.1-rc3 + * [Config] Simplify binary-udebs dependencies + * [Config] kernel preparation cannot be parallelized + * [Config] Linearize module/abi checks + * [Config] Linearize and simplify tree preparation rules + * [Config] Build kernel image in parallel with modules + * [Config] Set concurrency for kmake invocations + * [Config] Improve install-arch-headers speed + * [Config] Fix binary-perarch dependencies + * [Config] Removed stamp-flavours target + * [Config] Serialize binary indep targets + * [Config] Use build stamp directly + * [Config] Restore prepare-% target + * rebase to v3.1-rc4 + * rebase to v3.1-rc5 + * [Config] Disable makedumpfile for i386/amd64 + * rebase to v3.1-rc6 + * [Config] Fix binary-% build target + * rebase to v3.1-rc7 + * rebase to v3.1-rc8 + * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table + - LP: #854399 + * [Config] Enable ftrace support in the mac80211 layer + - LP: #865171 + * rebase to v3.1-rc9 + * SAUCE: usb/core/devio.c: Check for printer class specific request + - LP: #872711 + + [ Upstream Kernel Changes ] + + * overlay filesystem + * overlayfs: add statfs support + * overlayfs: implement show_options + * overlay: overlay filesystem documentation + * fs: limit filesystem stacking depth + + [ Will Drewry ] + + * SAUCE: seccomp_filter: new mode with configurable syscall filters + * SAUCE: seccomp_filter: add process state reporting + * SAUCE: seccomp_filter: Document what seccomp_filter is and how it + works. + * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve + + [ Upstream Kernel Changes ] + + * rebase to v3.1-rc1 + * rebase to v3.1-rc2 + * rebase to v3.1-rc3 + +CONFIG_BLK_DEV_BSGLIB=y + +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 + -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y + * rebase to v3.1-rc4 + * rebase to v3.1-rc5 + * rebase to v3.1-rc6 + * rebase to v3.1-rc7 + * rebase to v3.1-rc8 + * rebase to v3.1-rc9 + * rebase to v3.1-rc10 + + -- Leann Ogasawara Wed, 10 Aug 2011 15:43:38 -0700 + +linux (3.1.0-1.0) oneiric; urgency=low + + [ Leann Ogasawara ] + + * Open P-series + + -- Leann Ogasawara Wed, 10 Aug 2011 13:42:40 -0700 + +linux (3.0.0-8.10) oneiric; urgency=low + + [ Adam Jackson ] + + * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting + - LP: #753994 + + [ John Johansen ] + + * [Config] Enable missing IPv6 options + + [ Leann Ogasawara ] + + * [Config] Disable config IWLWIFI_DEVICE_SVTOOL + - LP: #819925 + * Rebase to 3.0.1 + + [ Upstream Kernel Changes ] + + * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message + * ALSA: hda - Turn on extra EAPDs on Conexant codecs + - LP: #783582 + * KVM: Remove SMEP bit from CR4_RESERVED_BITS + - LP: #796476 + * KVM: Add SMEP support when setting CR4 + - LP: #796476 + * KVM: Mask function7 ebx against host capability word9 + - LP: #796476 + * KVM: Add instruction fetch checking when walking guest page table + - LP: #796476 + + [ Upstream Kernel Changes ] + + * rebase to v3.0.1 + + -- Leann Ogasawara Fri, 05 Aug 2011 11:32:25 -0700 + +linux (3.0.0-7.9) oneiric; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] add local prefix to oss local change_bits" + * Revert "SAUCE: add tracing for user initiated readahead requests" + * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function" + * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo + Zhaoyang E47" + * Revert "SAUCE: fix documentation strings for struct input_keymap_entry" + * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks + (grub)" + * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range + checks" + * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff" + * Revert "SAUCE: vt -- maintain bootloader screen mode and content until + vt switch" + * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1 + - LP: #816035 + * ubuntu: Yama: if an underlying filesystem provides a permissions op use + it + * SAUCE: (no-up) add tracing for user initiated readahead requests + * SAUCE: vt -- maintain bootloader screen mode and content until vt + switch + * SAUCE: vt -- allow grub to request automatic vt_handoff + + [ Arjan van de Ven ] + + * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function + + [ Kees Cook ] + + * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source" + * [Config] enforce ACPI_CUSTOM_METHOD disabled + + [ Keng-Yu Lin ] + + * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo + Zhaoyang E47 + - LP: #632884, #803005 + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc + - LP: #513131 + * [Config] Enable CONFIG_RT2800PCI_RT53XX=y + - LP: #815064 + + [ Rezwanul Kabir ] + + * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on + Dell E2 series Laptops + - LP: #632884 + + [ Upstream Kernel Changes ] + + * Revert "yama: if an underlying filesystem provides a permissions op use + it" + * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2 + series Laptops" + * Revert "tty: include linux/slab.h for kfree" + * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree" + * Revert "pch_dma: add include/slab.h for kfree" + * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency + - LP: #773524 + * oss: rename local change_bits to avoid powerpc bitsops.h definition + + -- Leann Ogasawara Mon, 25 Jul 2011 09:08:01 -0700 + +linux (3.0.0-7.8) oneiric; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: overlayfs -- overlayfs: add statfs support + * [Config] enable CONFIG_OVERLAYFS + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc + * [Config] Enable CONFIG_ASUS_OLED=m on powerpc + * [Config] Disable CONFIG_ATM_DUMMY on arm + * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc + * Temporarily disable module check on arm + * Rebase to 3.0 final + * [Config] Enable CONFIG_CAN_TI_HECC=m on arm + * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386 + * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc + * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc + * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc + * [Config] Set CRYPTO_LZO=m on powerpc64-smp + * [Config] Enable CONFIG_DM9000=m on arm + * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm + * [Config] Enable CONFIG_DL2K=m on amd64 and i386 + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: add i_op->open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs + * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + * ubuntu: overlayfs -- ovl: make lower mount read-only + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Tim Gardner ] + + * [Config] Add enic/fnic to udebs + - LP: #801610 + + [ Upstream Kernel Changes ] + + * yama: if an underlying filesystem provides a permissions op use it + + [ Major Kernel Changes ] + + * Rebase to 3.0 final + + -- Leann Ogasawara Thu, 21 Jul 2011 07:01:32 -0700 + +linux (3.0.0-6.7) oneiric; urgency=low + + [ Eagon Yager ] + + * [Config] Fix misspelled 'skipmodule' in arm makefile. + + [ Keng-Yu Lin ] + + * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47 + - LP: #632884, #803005 + + [ Leann Ogasawara ] + + * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap" + * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm" + * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc" + * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm" + * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc" + * [Config] Set CONFIG_ACPI_PCI_SLOT=m + * [Config] Set CONFIG_ACPI_SBS=m + * [Config] Set CONFIG_ACPI_WMI=m + * [Config] Set CONFIG_AD7150=m on arm + * [Config] Set CONFIG_AD7152=m on arm + * [Config] Drop CONFIG_GPIO_S5PV210 + * [Config] Drop CONFIG_GPIO_S5PC100 + * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG + * [Config] Drop CONFIG_GPIO_EXYNOS4 + + [ Stefan Bader ] + + * SAUCE: Re-enable RODATA for i386 virtual + - LP: #809838 + + [ Upstream Kernel Changes ] + + * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15" + * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey + - LP: #771758 + + -- Leann Ogasawara Wed, 20 Jul 2011 06:36:02 -0700 + +linux (3.0.0-5.6) oneiric; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_RTL8192CU=m + * Rebase to -rc7 + + -- Tim Gardner Mon, 11 Jul 2011 22:13:50 +0100 + +linux (3.0.0-4.5) oneiric; urgency=low + + [ Ming Lei ] + + * SAUCE: fix yama_ptracer_del lockdep warning + - LP: #791019 + + [ Seth Forshee ] + + * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering + * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key + * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device + * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m + - LP: #805218 + + [ Tim Gardner ] + + * [Config] updateconfigs after rebase to -rc6+ + Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3 + * Adopt a 3 digit verion, e.g., 3.0.0-x.x + * Revert "UBUNTU: add dependancies for module-init-tools" + This dependency is no longer required for a 3 digit version. + + -- Tim Gardner Tue, 05 Jul 2011 14:03:04 +0100 + +linux (3.0-3.4) oneiric; urgency=low + + [ Keng-Yu Lin ] + + * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware + killswitch" + - LP: #775281 + + [ Leann Ogasawara ] + + * rebase to v3.0-rc5 + * [Config] updateconfigs after rebase to 3.0-rc5 + + [ Tim Gardner ] + + * [Config] Remove ubuntu/rtl8192se + * [Config] Added armel ABI files + * [Config] Removed armel versatile flavour + * [Config] CONFIG_INTEL_MEI=m + - LP: #716867 + + [ Upstream Kernel Changes ] + + * ALSA: hda - Enable auto-parser as default for Conexant codecs + + [ Upstream Kernel Changes ] + + * rebase to v3.0-rc5 + + -- Leann Ogasawara Thu, 30 Jun 2011 14:27:10 +0100 + +linux (3.0-2.3) oneiric; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e + + [ Leann Ogasawara ] + + * rebase to v3.0-rc4 + * [Config] updateconfigs after rebase to 3.0-rc4 + * fix ERROR: __devcgroup_inode_permission undefined + + [ Stefan Bader ] + + * SAUCE: iscsitarget: Remove driver from the kernel + + [ Tim Gardner ] + + * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel + * [Config] Add grub-efi as a recommended bootloader for server and + generic + - LP: #800910 + + [ Upstream Kernel Changes ] + + * Fix node_start/end_pfn() definition for mm/page_cgroup.c + + [ Leann Ogasawara ] + + * rebase to v3.0-rc4 + + -- Leann Ogasawara Fri, 24 Jun 2011 11:51:12 -0700 + +linux (3.0-1.2) oneiric; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_CAN_CALC_BITTIMING + + [ Leann Ogasawara ] + + * rebase to v3.0-rc3 + * [Config] updateconfigs after rebase to 3.0-rc3 + + [ Upstream Kernel Changes ] + + * perf: clear out make flags when calling kernel make kernelver + + [ Leann Ogasawara ] + + * rebase to v3.0-rc3 + + -- Leann Ogasawara Tue, 14 Jun 2011 07:25:35 -0700 + +linux (3.0-0.1) oneiric; urgency=low + + [ Andy Whitcroft ] + + * use the packaging version in the kernel + * use the kernels idea of its version for version_signature + * add dependancies for module-init-tools + * update control files to version 3 + * printchanges/insertchanges allow override of prev_release + * correct Vcs-Git: to point to oneiric + + [ Leann Ogasawara ] + + * rebase to v3.0-rc1 + * [Config] updateconfigs after rebase to 3.0-rc1 + * ubuntu: dm-raid4-5 fix up build failure + * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm + * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm + * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm + * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm + * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc + * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm + * [Config] Temporarily Disable CONFIG_RTL8192SE on arm + * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc + * [Config] Temporarily disable CONFIG_SMC91X on armel-omap + * rebase to v3.0-rc2 + + [ Manoj Iyer ] + + * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823] + - LP: #790754 + + [ Upstream Kernel Changes ] + + * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM + demands it" + * drm/i915: fix regression after clock gating init split + + [ Major Kernel Changes ] + + * rebase from v2.6.39 to v3.0-rc1 + * rebase from v3.0-rc1 to v3.0-rc2 + + -- Andy Whitcroft Thu, 09 Jun 2011 15:18:33 +0100 + +linux (2.6.39-3.10) oneiric; urgency=low + + [ Colin Ian King ] + + * SAUCE: S3 early resume debug via keyboard LEDs + + [ Ingo Molnar ] + + * ubuntu: nx-emu - i386: NX emulation + * ubuntu: nx-emu - i386: mmap randomization for executable mappings + + [ Leann Ogasawara ] + + * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp" + * Revert "[Config] Disable CONFIG_DM_RAID45" + * [Config] enable CONFIG_BRCMFMAC=y + * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors + * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap + + [ Robert Nelson ] + + * SAUCE: omap3: beagle: detect new xM revision B + - LP: #770679 + * SAUCE: omap3: beagle: detect new xM revision C + - LP: #770679 + * SAUCE: omap3: beagle: if rev unknown, assume xM revision C + - LP: #770679 + + [ Stefan Bader ] + + * SAUCE: Convert dm-raid45 to new block plugging + + -- Leann Ogasawara Mon, 23 May 2011 11:46:43 -0700 + +linux (2.6.39-3.9) oneiric; urgency=low + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS + * rebase to v2.6.39 + * [Config] enable CONFIG_LLC2=m across all arch's and flavours + * [Config] enable CONFIG_INPUT_APANEL=m + + [ Thomas Schlichter ] + + * SAUCE: vesafb: mtrr module parameter is uint, not bool + - LP: #778043 + * SAUCE: vesafb: enable mtrr WC by default + - LP: #778043 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc7 to v2.6.39 + + -- Andy Whitcroft Fri, 20 May 2011 09:52:32 +0100 + +linux (2.6.39-2.8) oneiric; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37" + * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37" + * Revert "[Config] Disable CONFIG_AUFS_FS" + * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39 + * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39 + * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935 + * ubuntu: AUFS -- clean up the aufs updater and BOM + * ubuntu: AUFS -- documentation on updating aufs2 + + [ Kees Cook ] + + * ubuntu: Yama - LSM hooks + * ubuntu: Yama - create task_free security callback + * ubuntu: Yama - add ptrace relationship tracking interface + * ubuntu: Yama - unconditionally chain to Yama LSM + + [ Leann Ogasawara ] + + * Revert "SAUCE: Fix drivers/staging/easycap FTBS" + * Revert "[Config] Disable CONFIG_EASYCAP" + * ubuntu: fsam7400 disable driver + * ubuntu: omnibook disable driver + * ubuntu: rfkill disable driver + + [ Tim Gardner ] + + * SAUCE: Fix extra reference in fb_open() + + -- Leann Ogasawara Mon, 16 May 2011 09:23:56 -0700 + +linux (2.6.39-2.7) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc7 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc6 to v2.6.39-rc7 + + -- Leann Ogasawara Tue, 10 May 2011 10:18:28 +0200 + +linux (2.6.39-1.6) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc6 + * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error + + [ Tim Gardner ] + + * [Config] updateconfigs after rebase to 2.6.39-rc6 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc5 to v2.6.39-rc6 + - LP: #740126 + + -- Leann Ogasawara Thu, 05 May 2011 09:46:12 -0700 + +linux (2.6.39-0.5) oneiric; urgency=low + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot" + - LP: #764758 + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc5 + * [Config] updateconfigs following rebase to v2.6.39-rc5 + + [ Paolo Pisati ] + + * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb + - LP: #759913 + + [ Stefan Bader ] + + * Include nls_iso8859-1 for virtual images + - LP: #732046 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc4 to v2.6.39-rc5 + + -- Leann Ogasawara Wed, 27 Apr 2011 06:39:42 -0700 + +linux (2.6.39-0.4) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc4 + * [Config] updateconfigs following rebase to v2.6.39-rc4 + * fixup powerpc implicit declaration of function + 'crash_kexec_wait_realmode' + * [Config] Disable CONFIG_FT1000 on powerpc64-smp + + [ Tim Gardner ] + + * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y + - LP: #769503 + * [Config] Add cachefiles.ko to virtual flavour + - LP: #770430 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc3 to v2.6.39-rc4 + + -- Leann Ogasawara Tue, 19 Apr 2011 06:25:20 -0700 + +linux (2.6.39-0.3) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc3 + * crash_kexec_wait_realmode() undefined when !SMP + + [ Tim Gardner ] + + * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64 + - LP: #632327 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc2 to v2.6.39-rc3 + + -- Leann Ogasawara Tue, 12 Apr 2011 06:52:24 -0700 + +linux (2.6.39-0.2) oneiric; urgency=low + + [ Gustavo F. Padovan ] + + * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011" + - LP: #720949 + + [ John Johansen ] + + * AppArmor: Fix masking of capabilities in complain mode + - LP: #748656 + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc2 + * [Config] updateconfigs following rebase to v2.6.39-rc2 + * hv_mouse needs delay.h + * olpc_dcon_xo_1 needs delay.h + * olpc_dcon_xo_1_5 needs delay.h + * Update dropped.txt for Oneiric + + [ Steve Langasek ] + + * [Config] Make linux-libc-dev coinstallable under multiarch + - LP: #750585 + + [ Upstream Kernel Changes ] + + * x86, hibernate: Initialize mmu_cr4_features during boot + - LP: #752870 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc1 to v2.6.39-rc2 + + -- Leann Ogasawara Wed, 06 Apr 2011 11:04:15 -0700 + +linux (2.6.39-0.1) oneiric; urgency=low + + [ Brad Figg ] + + * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic + - LP: #737124 + + [ Henrik Rydberg ] + + * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model + * SAUCE: HID: ntrig: fix suspend/resume on recent models + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed + struct v4l2_subdev + - LP: #745213 + + [ Kees Cook ] + + * [Config] packaging: adjust perms on vmlinuz as well + * SAUCE: nx-emu: further clarify dmesg reporting + - LP: #745181 + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc1 + * [Config] updateconfigs following rebase to v2.6.39-rc1 + * [Config] Disable CONFIG_DM_RAID45 + * [Config] Disable CONFIG_SCSI_ISCSITARGET + * [Config] Disable CONFIG_EASYCAP + * [Config] Disable CONFIG_AUFS_FS + * update bnx2 firmware files in d-i/firmware/nic-modules + * xhci-pci.c resolve implicit declaration of kzalloc + * [Config] Enable CONFIG_DRM_PSB for only x86 + * [Config] Enable CONFIG_RTS_PSTOR for only x86 + * mfd/asic3: Fix typo, s/irq_data/data/ + + [ Luke Yelavich ] + + * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels + - LP: #745358 + * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels + * [Config] Build some framebuffer drivers as modules for powerpc kernels. + + [ Manoj Iyer ] + + * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads. + - LP: #745217 + + [ Tim Gardner ] + + * SAUCE: INR_OPEN=4096 + - LP: #663090 + * SAUCE: Increase the default hard limit for open FDs to 4096 + - LP: #663090 + + [ Upstream Kernel Changes ] + + * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq + namespace cleanup + * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h + * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0() + + [ Major Kernel Changes ] + + * rebase from v2.6.38 to v2.6.39-rc1 + + -- Leann Ogasawara Thu, 31 Mar 2011 12:50:10 -0700 + +linux (2.6.39-0.0) oneiric; urgency=low + + [ Leann Ogasawara ] + + * Open Oneiric + + -- Leann Ogasawara Thu, 31 Mar 2011 12:29:23 -0700 + +linux (2.6.38-7.39) natty; urgency=low + + [ Leann Ogasawara ] + + * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1. + + -- Leann Ogasawara Thu, 24 Mar 2011 09:27:45 -0700 + +linux (2.6.38-7.38) natty; urgency=low + + [ Leann Ogasawara ] + + * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before + gcc-4.5.2-6ubuntu5 finished building on all arches. + + -- Leann Ogasawara Tue, 22 Mar 2011 06:12:47 -0700 + +linux (2.6.38-7.37) natty; urgency=low + + [ Leann Ogasawara ] + + * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5. + + -- Leann Ogasawara Sun, 20 Mar 2011 16:02:48 -0700 + +linux (2.6.38-7.36) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler + optimisation" + * purge last vestiges of maverick + * [Config] switch CONFIG_FB_VESA back to module + + [ Chris Wilson ] + + * SAUCE: drm/i915: Fix pipelined fencing + - LP: #717114 + + [ Loïc Minier ] + + * Include nls_cp437 module in virtual for fat + - LP: #732046 + * Support arch= cross-compilation for any arch + * Fix couple of typos in 0-common-vars.mk + * Enforce DEFAULT_MMAP_MIN_ADDR on armhf + * Add armhf to Debian -> Linux arch map + * Add initial armhf.mk + * Enable common packages for armhf + + [ Upstream Kernel Changes ] + + * Yama: fix default relationship to check thread group + - LP: #737676 + + -- Andy Whitcroft Fri, 18 Mar 2011 18:18:02 +0000 + +linux (2.6.38-7.35) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c + * rebase fixes bug #715330 + * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS + * rebase to v2.6.38 final + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626 + - LP: #636091 + + [ Tim Gardner ] + + * [Confg] CONFIG_BOOT_PRINTK_DELAY=y + + [ Upstream Kernel Changes ] + + * Yama: use thread group leader when creating match + - LP: #729839 + * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA + RAID controller + - LP: #735240 + * (drop after v2.6.38) x86, quirk: Fix SB600 revision check + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc8 to v2.6.38 final + - LP: #715330 + + -- Andy Whitcroft Tue, 15 Mar 2011 19:04:19 +0000 + +linux (2.6.38-6.34) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] normalise CONFIG_INTEL_TXT + * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation + - LP: #730860 + * rebase to mainline v2.6.38-rc8 + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1 + to v2.6.38-rc8 + + -- Andy Whitcroft Tue, 08 Mar 2011 11:54:48 +0000 + +linux (2.6.38-6.33) natty; urgency=low + + [ Andy Whitcroft ] + + * d-i -- enable speakup-modules udeb + - LP: #672699 + * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5 + * [Config] debian PPC64 configuration + * [Config] cleanup powerpc config fixing unexpected inconsistancies + * [Config] resync ppc64 configuration + * SAUCE: match up ENTRY/END naming for 32/64 bit + * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1 + * [Config] update configs after rebase to + fb62c00a6d8942775abc23d1621db1252e2d93d1 + * [Config] pps_gen_parport no longer built + + [ Corentin Chary ] + + * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap + - LP: #689393 + * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P + - LP: #689393 + + [ John Johansen ] + + * SAUCE: Fix aufs calling of security_path_mknod + - LP: #724456 + + [ Kees Cook ] + + * SAUCE: proc: hide kernel addresses via %pK in /proc//stack + + [ Tim Gardner ] + + * rebase to 2.6.38-rc7 + + [ Upstream Kernel Changes ] + + * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing" + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc6 to v2.6.38-rc7 + + fb62c00a6d8942775abc23d1621db1252e2d93d1 + - LP: #721389 + - LP: #722925 + - LP: #723672 + - LP: #723676 + - LP: #715318 + + -- Andy Whitcroft Mon, 07 Mar 2011 15:33:17 +0000 + +linux (2.6.38-5.32) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161 + * [Config] updateconfigs following rebase to v2.6.38-rc6 + * [Config] enable CONFIG_DMAR + - LP: #552311 + + [ Upstream Kernel Changes ] + + * drm/i915: skip FDI & PCH enabling for DP_A + - LP: #561802, #600453, #681877 + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc5 to v2.6.38-rc6 + - LP: #718402 + - LP: #719524 + - LP: #721126 + - LP: #719691 + - LP: #722689 + - LP: #722310 + + -- Andy Whitcroft Tue, 22 Feb 2011 13:28:39 +0000 + +linux (2.6.38-4.31) natty; urgency=low + + [ Andy Whitcroft ] + + * add in bugs closed by upstream patches pulled in by rebases + * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505 + * [Config] enable CONFIG_VSX to allow use of vector instuctions + * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816 + * rebase to mainline v2.6.38-rc5 + * SAUCE: ecryptfs: read on a directory should return EISDIR if not + supported + - LP: #719691 + + [ Colin Ian King ] + + * SAUCE: Dell All-In-One: Remove need for Dell module alias + + [ Manoj Iyer ] + + * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id. + - LP: #717435 + + [ Tim Gardner ] + + * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y + + [ Upstream Kernel Changes ] + + * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15 + - LP: #702434 + * vfs: fix BUG_ON() in fs/namei.c:1461 + + [ Vladislav P ] + + * SAUCE: Release BTM while sleeping to avoid deadlock. + - LP: #713837 + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc4 to v2.6.38-rc5 + - LP: #579276 + - LP: #715877 + - LP: #713769 + - LP: #716811 + * resync with Maverick Ubuntu-2.6.35-27.47 + + -- Andy Whitcroft Fri, 11 Feb 2011 17:24:09 +0000 + +linux (2.6.38-3.30) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.38-rc4 + * ppc64 -- add basic architecture + * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230 + + [ Colin Ian King ] + + * SAUCE: Add WMI hotkeys support for Dell All-In-One series + - LP: #676997 + * SAUCE: Add WMI hotkeys support for another Dell All-In-One series + - LP: #701530 + * SAUCE: Dell WMI: Use sparse keymaps and tidy up code. + - LP: #701530 + + [ Dan Rosenberg ] + + * SAUCE: (drop after 2.6.38) Convert net %p usage %pK + + [ Kees Cook ] + + * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of + attacking" + * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules + + [ Tim Gardner ] + + * [Config] CONFIG_BLK_CGROUP=y + - LP: #706394 + * [Config] CONFIG_DELL_WMI_AIO=m + + [ Upstream Kernel Changes ] + + * drm/i915/lvds: Restore dithering on native modes for gen2/3 + - LP: #711568 + + [ Upstream Kernel Changes ] + + * rebase from v2.6.38-rc3 to v2.6.38-rc4. + - LP: #701271 + - LP: #708521 + - LP: #710371 + + -- Andy Whitcroft Tue, 08 Feb 2011 02:07:18 +0000 + +linux (2.6.38-2.29) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to 1f0324caefd39985e9fe052fac97da31694db31e + * [Config] updateconfigs following rebase to + 1f0324caefd39985e9fe052fac97da31694db31e + * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0 + * [Config] reenable HIBERNATE + - LP: #710877 + * rebase to v2.6.38-rc3 + * [Config] reenable CONFIG_CRASH_DUMP + + [ Kamal Mostafa ] + + * SAUCE: rtl8192se: fix source file perms + * SAUCE: rtl8192se: fix source file newline + * SAUCE: omnibook: fix source file newline + + [ Kees Cook ] + + * [Config] packaging: really make System.map mode 0600 + + [ Ricardo Salveti de Araujo ] + + * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of + PM34XX_ERRATUM + + [ Soren Hansen ] + + * SAUCE: nbd: Remove module-level ioctl mutex + + [ Tim Gardner ] + + * SAUCE: Disable building the ACPI debugfs source + + [ Upstream Kernel Changes ] + + * Set physical start and alignment 1M for virtual i386 + - LP: #710754 + + [ Upstream Kernel Changes ] + + * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + to v2.6.38-rc3 + - LP: #707902 + + -- Andy Whitcroft Fri, 28 Jan 2011 16:30:32 +0000 + +linux (2.6.38-1.28) natty; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620 + + [ Ricardo Salveti de Araujo ] + + * SAUCE: omap3: beaglexm: fix DVI initialization + * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make + display work at Beagle + + -- Andy Whitcroft Fri, 28 Jan 2011 10:51:57 +0000 + +linux (2.6.38-1.27) natty; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update aufs-update to track new locations of headers + * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd + * SAUCE: ensure root is ready before running usermodehelpers in it + * correct the Vcs linkage to point to natty + * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3 + * [Config] update configs following rebase + e78bf5e6cbe837daa6ab628a5f679548742994d3 + * SAUCE: Yama: follow changes to generic_permission + * ubuntu: compcache -- follow changes to bd_claim/bd_release + * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive + * ubuntu: ndiswrapper -- fix interaction between __packed and packed + * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e + * update package version to match payload version + * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8 + * rebase to v2.6.38-rc1 + * [Config] updateconfigs following rebase to v2.6.38-rc1 + * SAUCE: x86 fix up jiffies/jiffies_64 handling + * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5 + * [Config] updateconfigs following rebase to + 2b1caf6ed7b888c95a1909d343799672731651a5 + * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes + * ubuntu: AUFS -- suppress benign plink warning messages + - LP: #621195 + * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour + * rebase to v2.6.38-rc2 + * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649 + * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + * [Config] update configs following rebase to + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile + * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile + * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap + * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile + + [ Kees Cook ] + + * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking + + [ Stefan Bader ] + + * Temporarily disable RODATA for virtual i386 + - LP: #699828 + + [ Tim Gardner ] + + * [Config] CONFIG_NLS_DEFAULT=utf8 + - LP: #683690 + * [Config] CONFIG_HIBERNATION=n + * update bnx2 firmware files in d-i/firmware/nic-modules + + [ Upstream Kernel Changes ] + + * Revert "drm/radeon/bo: add some fallback placements for VRAM only + objects." + * packaging: make System.map mode 0600 + * thinkpad_acpi: Always report scancodes for hotkeys + - LP: #702407 + * sched: tg->se->load should be initialised to tg->shares + * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent + * brcm80211: include linux/slab.h for kfree + * pch_dma: add include/slab.h for kfree + * i2c-eg20t: include linux/slab.h for kfree + * gpio/ml_ioh_gpio: include linux/slab.h for kfree + * tty: include linux/slab.h for kfree + * winbond: include linux/delay.h for mdelay et al + + [ Upstream Kernel Changes ] + + * mark the start of v2.6.38 versioning + * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + - LP: #689886 + - LP: #702125 + - LP: #608775 + - LP: #215802 + - LP: #686333 + - LP: #677830 + - LP: #677652 + - LP: #696493 + - LP: #697240 + - LP: #689036 + - LP: #705323 + - LP: #686692 + + -- Andy Whitcroft Sun, 09 Jan 2011 13:44:52 +0000 + +linux (2.6.37-12.26) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.37-rc8 + * [Config] armel -- reenable omap flavour + * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap + * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel + * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel + * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel + * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab + * [Config] track missing modules + * rebase to v2.6.37 final + + [ Chase Douglas ] + + * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for + Magic Trackpad + + [ Stefan Bader ] + + * Revert "SAUCE: blkfront: default to sd devices" + - LP: #684875 + + [ Tim Gardner ] + + * Revert "SAUCE: (no-up) libata: Ignore HPA by default." + - LP: #380138 + * [Config] Added autofs4.ko to -virtual flavour + - LP: #692917 + + [ Upstream Kernel Changes ] + + * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series + Laptops + - LP: #632884 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc8 + * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab + * rebase to v2.6.37 final + + -- Andy Whitcroft Thu, 23 Dec 2010 18:34:13 +0000 + +linux (2.6.37-11.25) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] d-i -- add hpsa to the list of block devices + - LP: #684304 + * [Config] add vmw-balloon driver to -virtual flavour + - LP: #592039 + * rebase to v2.6.37-rc7 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc7 + + -- Andy Whitcroft Tue, 21 Dec 2010 13:35:28 +0000 + +linux (2.6.37-10.24) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.37-rc6 + * updateconfigs following rebase to v2.6.37-rc6 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc6 + + -- Andy Whitcroft Thu, 16 Dec 2010 12:34:19 +0000 + +linux (2.6.37-9.23) natty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: vt -- fix handoff numbering to 1..n and add range checks + - LP: #689606 + * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub) + - LP: #689606 + + [ Kees Cook ] + + * SAUCE: RO/NX protection for loadable kernel, fix ftrace + - LP: #690190 + + -- Andy Whitcroft Wed, 15 Dec 2010 19:29:57 +0000 + +linux (2.6.37-9.22) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.35-rc5 + * [Config] updateconfigs following rebase to v2.6.37-rc5 + * (no-up) add support for installed header files to ubuntu directory + - LP: #684666 + * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers + - LP: #684666 + * ubuntu: dm-raid4-5 -- follow changes to bio flags + * ubuntu: dm-raid4-5 -- re-enable + * ubuntu: omnibook -- update BOM + * ubuntu: ndiswrapper -- update BOM to match actual version + * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl + * ubuntu: ndiswrapper -- re-enable + * ubuntu: iscsitarget -- re-instate copy_io_context + * ubuntu: iscsitarget -- follow changes to semaphore initialisation + * ubuntu: iscsitarget -- convert NIPQUAD to %pI4 + * ubuntu: iscsitarget -- re-enable + + [ Kees Cook ] + + * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX + + [ Manoj Iyer ] + + * SAUCE: Enable jack sense for Thinkpad Edge 13 + - LP: #685015 + + [ Tim Gardner ] + + * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y + * [Config] CONFIG_CRYPTO_CRC32C=y + - LP: #681819 + * [Config] CONFIG_9P_FSCACHE=n + * [Config] Add nfsd modules to -virtual flavour + - LP: #688070 + + [ Upstream Kernel Changes ] + + * Revert "Staging: zram: work around oops due to startup ordering snafu" + * NFS: Fix panic after nfs_umount() + - LP: #683938 + * x86: Add NX protection for kernel data + * x86: Add RO/NX protection for loadable kernel modules + * x86: Resume trampoline must be executable + * x86: RO/NX protection for loadable kernel, jump_table fix + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc5 + + -- Andy Whitcroft Thu, 09 Dec 2010 18:15:35 +0000 + +linux (2.6.37-8.21) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- include the aufs_types.h file in + linux-libc-headers" + * Revert "(no-up) add support for installed header files to ubuntu + directory" + + -- Andy Whitcroft Sun, 05 Dec 2010 17:33:28 +0000 + +linux (2.6.37-8.20) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error" + * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros" + * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration" + * Revert "SAUCE: i915 -- disable powersave by default" + * SAUCE: enable Marvell 9128 PCIe SATA controller + - LP: #658521 + * [Config] evtchn has been renamed + * (no-up) add support for installed header files to ubuntu directory + - LP: #684666 + * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers + - LP: #684666 + + [ Tim Gardner ] + + * [Config] MISS: evtchn, NEW : xen-evtchn + * rebase to v2.6.37-rc4 + + [ Upstream Kernel Changes ] + + * drm/i915: Clean conflicting modesetting registers upon init + - LP: #683775 + * rebase to v2.6.37-rc4 + + -- Andy Whitcroft Fri, 03 Dec 2010 18:42:07 +0000 + +linux (2.6.37-7.19) natty; urgency=low + + [ Tim Gardner ] + + * [Config] Add bnx2 firmware to nic-modules udeb + - LP: #676245 + + -- Andy Whitcroft Fri, 26 Nov 2010 17:53:45 +0000 + +linux (2.6.37-7.18) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID" + * Revert "SAUCE: Add extra headers to linux-libc-dev" + * Revert "SAUCE: Enable speedstep for sonoma processors." + * [Config] enable CONFIG_BT_HCIUART_ATH3K + * [Config] enable CONFIG_IWLWIFI_DEBUGFS + * [Config] standardise CONFIG_MII + * [Config] standardise CONFIG_PRISM2_USB + * [Config] standardise CONFIG_SCSI_QLA_ISCSI + * [Config] build in CONFIG_AGP + * [Config] build in CONFIG_AGP_INTEL + * [Config] build in CONFIG_AGP_AMD + * [Config] build in CONFIG_AGP_AMD64 + * [Config] build in CONFIG_AGP_NVIDIA + * [Config] build in CONFIG_AGP_VIA + * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm) + * (no-up): document the new ## scheme + * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS + * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32 + - LP: #675453 + + [ Mathieu J. Poirier ] + + * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM + + [ Upstream Kernel Changes ] + + * nx-emu: fix inverted report of disable_nx + + -- Andy Whitcroft Tue, 23 Nov 2010 21:00:39 +0000 + +linux (2.6.37-6.17) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- aufs2-standalone.patch + aufs2.1-36-UNRELEASED-20101103" + * Revert "ubuntu: AUFS -- aufs2-base.patch + aufs2.1-36-UNRELEASED-20101103" + * [Config] standardise CONFIG_BT + * [Config] standardise CONFIG_IRDA + * [Config] standardise CONFIG_LAPB + * [Config] standardise CONFIG_RDS + * [Config] standardise CONFIG_RFKILL + * [Config] standardise CONFIG_TIPC + * [Config] standardise CONFIG_X25 + * [Config] standardise CONFIG_INPUT_EVDEV + * [Config] standardise CONFIG_INPUT_JOYDEV + * [Config] standardise CONFIG_INPUT_JOYSTICK + * [Config] standardise CONFIG_INPUT_TOUCHSCREEN + * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm) + * [Config] CONFIG_IRDA=n for FTBS (arm) + * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37 + * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37 + * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a + + [ Tim Gardner ] + + * SAUCE: Fix drivers/staging/easycap FTBS + * [Config] CONFIG_EASYCAP=m after fixing FTBS + + [ Upstream Kernel Changes ] + + * Revert "x86: Add NX protection for kernel data" + + -- Andy Whitcroft Mon, 22 Nov 2010 18:09:10 +0000 + +linux (2.6.37-6.16) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX" + * rebase to v2.6.37-rc3 + + [ Tim Gardner ] + + * [Config] CONFIG_SCHED_AUTOGROUP=y + + [ Upstream Kernel Changes ] + + * Revert "x86: Add RO/NX protection for loadable kernel modules" + * sched: automated per session task groups + * rebase to v2.6.37-rc3 + + -- Andy Whitcroft Mon, 22 Nov 2010 10:11:13 +0000 + +linux (2.6.37-6.15) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] standardise CONFIG_CEPH_FS + * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS + * [Config] standardise CONFIG_SCSI_PROC_FS + * [Config] standardise CONFIG_UBIFS_FS + * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS + + [ Kees Cook ] + + * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX + + [ Manoj Iyer ] + + * SAUCE: Enable jack sense for Thinkpad Edge 11 + - LP: #677210 + * SAUCE: enable rfkill for rtl8192se driver + - LP: #640992 + + [ Tim Gardner ] + + * [Config] CONFIG_EASYCAP=n for FTBS + * Rebase to v2.6.32-rc2+git + + [ Upstream Kernel Changes ] + + * x86: Fix improper large page preservation + * x86: Add NX protection for kernel data + * x86: Add RO/NX protection for loadable kernel modules + + [ Upstream Kernel Changes ] + + * Rebase to Linus 2.6.37-rc2+git + + -- Andy Whitcroft Sat, 20 Nov 2010 11:40:00 +0000 + +linux (2.6.37-5.14) natty; urgency=low + + [ Upstream Kernel Changes ] + + * PCI: fix offset check for sysfs mmapped files + - LP: #676963 + + -- Andy Whitcroft Thu, 18 Nov 2010 18:12:27 +0000 + +linux (2.6.37-5.13) natty; urgency=low + + [ Andy Whitcroft ] + + * rebased to v2.6.37-rc2 + * updateconfigs following rebase to v2.6.37-rc2 + + [ Tim Gardner ] + + * [Config] Added NFS and related modules to virtual flavour + - LP: #659084 + + [ Upstream Kernel Changes ] + + * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S + * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX + * x86, cpu: Call verify_cpu during 32bit CPU startup + * x86, cpu: Only CPU features determine NX capabilities + + [ Upstream Changes ] + + * rebased to v2.67.37-rc2 + + -- Andy Whitcroft Tue, 16 Nov 2010 13:13:29 +0000 + +linux (2.6.37-4.12) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] HID: magicmouse: add param for scroll speed" + * Revert "[Upstream] HID: magicmouse: properly account for scroll + movement in state" + * Revert "[Upstream] HID: magicmouse: disable and add module param for + scroll acceleration" + * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just + middle of mouse" + + [ Henrik Rydberg ] + + * SAUCE: hid: ntrig: remove sysfs nodes + * SAUCE: hid: ntrig: Setup input filtering manually + * SAUCE: hid: ntrig: New ghost-filtering event logic + + [ Manoj Iyer ] + + * SAUCE: Added quirk to recognize GE0301 3G modem as an interface. + - LP: #348861 + + [ Upstream Kernel Changes ] + + * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during + suspend/resume" + * Revert "[ARM] implement arch_randomize_brk()" + * Revert "ARM: stack protector: change the canary value per task" + * Revert "ARM: initial stack protector (-fstack-protector) support" + * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269" + * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec" + * Revert "perf probe: Add kernel source path option" + * hid: ntrig: Support single-touch devices + * hid: ntrig: Mask pen switch events + * net: rtnetlink.h -- only include linux/netdevice.h when used by the + kernel + - LP: #673073 + * Fix userspace build of linux/fs.h + + -- Andy Whitcroft Mon, 15 Nov 2010 19:31:44 +0000 + +linux (2.6.37-3.11) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- update to + b37c575759dc4535ccc03241c584ad5fe69e3b25" + * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()" + * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601" + * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601" + * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34" + * [Config] Disable intel_idle for -virtual kernels + - LP: #651370 + * [Config] enforcer -- ensure we never enable CONFIG_IMA + * debian -- pass the correct flavour name when checking configs + * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual + * [Config] ensure CONFIG_IPV6=y for powerpc + * [Config] enforcer -- ensure CONFIG_IPV6=y + * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103 + * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103 + * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103 + * ubuntu: AUFS -- re-enable + * ubuntu: AUFS -- track changes to work queue initialisation + * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1 + * SAUCE: fbcon -- fix race between open and removal of framebuffers + * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes + - LP: #614008 + * SAUCE: drm -- stop early access to drm devices + + [ Jeremy Kerr ] + + * [Config] Build-in powermac ZILOG serial driver + - LP: #673346 + + [ Kees Cook ] + + * SAUCE: nx-emu: use upstream ASLR when possible + + [ Tim Gardner ] + + * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules + - LP: #628776 + + [ Upstream Kernel Changes ] + + * i386: NX emulation + * nx-emu: drop exec-shield sysctl, merge with disable_nx + * nx-emu: standardize boottime message prefix + * mmap randomization for executable mappings on 32-bit + * exec-randomization: brk away from exec rand area + + -- Andy Whitcroft Thu, 11 Nov 2010 23:46:37 +0000 + +linux (2.6.37-2.10) natty; urgency=low + + [ Andy Whitcroft ] + + * reinstate armel config changes: + * [Config] CONFIG_GPIO_PCH=n for armel FTBS + * [Config] CONFIG_GPIO_VX855=n for armel FTBS + + -- Andy Whitcroft Wed, 03 Nov 2010 22:20:35 +0000 + +linux (2.6.37-2.9) natty; urgency=low + + [ Andy Whitcroft ] + + * config -- fix genportsconfig + * [Config] move powerpc over from ports to distro + * bump master version number to match contained kernel + * SAUCE: fix documentation strings for struct input_keymap_entry + * usb: gadget: goku_udc: add registered flag bit + + -- Andy Whitcroft Tue, 02 Nov 2010 15:14:11 +0000 + +linux (2.6.36-2.8) natty; urgency=low + + [ Tim Gardner ] + + * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules + * [Config]: TWL4030_CORE=n for FTBS + * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS + * [Config]: CONFIG_SOLO6X10=n for FTBS + * [Config]: CONFIG_GPIO_PCH=n for armel FTBS + * [Config]: CONFIG_GPIO_VX855=n for armel FTBS + * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS + * [Config]: CONFIG_LINE6_USB=n for armel FTBS + * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS + * [Config]: CONFIG_I2C_I801=n for armel FTBS + * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables. + * AppArmor: compatibility patch for v5 interface + * AppArmor: compatibility patch for v5 network controll + * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode + * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver + * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface. + * Dropped: hid: 3m: Convert to MT slots + * Dropped: HID: magicmouse: don't allow hidinput to initialize the device + * Dropped: HID: magicmouse: simplify touch data bit manipulation + * Dropped: HID: magicmouse: simplify touch down logic + * Dropped: HID: magicmouse: enable Magic Trackpad support + * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes + * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually + * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic + * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled) + * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode + * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS + * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers + * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes + * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32 + * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only + * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML + * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area + + [ Upstream Kernel Changes ] + + * rebased against 2.6.27-rc1 + + -- Tim Gardner Fri, 22 Oct 2010 19:35:05 -0600 + +linux (2.6.36-1.7) natty; urgency=low + + [ Andy Whitcroft ] + + * rebased to v2.6.36 final + * [Config] update configs following rebase to v2.6.36 final + * [Config] update ports configs following rebase to v2.6.36 final + + [ Upstream Kernel Changes ] + + * rebased to v2.6.36 final + + -- Andy Whitcroft Thu, 21 Oct 2010 14:28:57 +0100 + +linux (2.6.36-1.6) natty; urgency=low + + [ Upstream Kernel Changes ] + + * drop broadcom staging driver preview: + * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n + wireless LAN driver." + + -- Andy Whitcroft Wed, 20 Oct 2010 10:41:25 +0100 + +linux (2.6.36-1.5) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.36-rc8 + * updateconfigs following rebase to v2.6.36-rc8 + * updateportsconfigs following rebase to v2.6.36-rc8 + * config -- simplify the kernelconfig interface + * config -- add new config mode 'dumpconfigs' + + [ Tim Gardner ] + + * Simplify the use of CROSS_COMPILER + + [ Upstream Kernel Changes ] + + * drop broadcom staging driver preview: + * Revert "staging: brcm80211: Make compiling of brcm80211.ko and + brcmfmac.ko mutually exclusive." + * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not + set." + * Revert "Staging: brcm80211: remove driver specific -W options" + * Revert "Staging: brcm80211: clean up makefile cflag lines" + * Revert "staging: brcm80211: add fullmac driver" + * Revert "staging: brcm80211: use string native library" + * Revert "staging: brcm80211: use native ctype library" + * Revert "staging: brcm80211: fix remaining checkpatch errors." + * Revert "staging: brcm80211: fix "ERROR: trailing whitespace."" + * Revert "staging: brcm80211: fix "ERROR: spaces required around that + ..."" + * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that + ':' ..."" + * Revert "staging: brcm80211: fix "ERROR: space required before that + ..."" + * Revert "staging: brcm80211: fix "ERROR: space required after that ..."" + * Revert "staging: brcm80211: fix "ERROR: space required after that close + brace"" + * Revert "staging: brcm80211: fix "ERROR: space prohibited before + ...close square bracket"" + * Revert "staging: brcm80211: fix "ERROR: space prohibited after that + ..."" + * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around + '*'"" + * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'" + * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... + do - while loop"" + * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ... + parenthesis"" + * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0 + or NULL"" + * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0 + or NULL"" + * Revert "staging: brcm80211: fix "ERROR: while should follow close brace + '}'"" + * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev + line"" + * Revert "staging: brcm80211: fix "ERROR: trailing statements should be + on next line"" + * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if + condition"" + * Revert "staging: brcm80211: fix "ERROR: return is not a function, + paren..."" + * Revert "staging: brcm80211: fix "ERROR: open brace '{' following + function dec..."" + * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo + *bar"'" + * Revert "staging: brcm80211: Fix URLs for firmware files." + * Revert "staging: brcm80211: use '%pM' format to print MAC address" + * Revert "staging: brcm80211: Add contact info to TODO list." + * Revert "staging: brcm80211: Fix some initialisation failure paths" + * Export dump_{write,seek} to binary loader modules + * rebase to v2.6.36-rc8. + + -- Andy Whitcroft Tue, 19 Oct 2010 18:58:11 +0100 + +linux (2.6.36-0.4) natty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: perf: increase stack footprint to avoid stack-protector warning + (fixes FTBS on powerpc) + + -- Andy Whitcroft Thu, 14 Oct 2010 13:16:16 +0100 + +linux (2.6.36-0.3) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc + + -- Andy Whitcroft Thu, 14 Oct 2010 03:01:30 +0100 + +linux (2.6.36-0.2) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] updateportsconfigs following rebase to 2.6.36-rc7 + (fix FTBS on powerpc) + + -- Andy Whitcroft Wed, 13 Oct 2010 23:25:12 +0100 + +linux (2.6.36-0.1) natty; urgency=low + + [ Andy Whitcroft ] + + * reduce disk usage during buildd builds + - LP: #645653 + * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y + * [Config] armel -- drop omap flavour + + [ Tim Gardner ] + + * Added dropped patch list + * more dropped patches + * [Config] Disable aufs, dmraid-4.5, ndis-wrapper + * [Config] Add support for cross compiling armel + * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel + * [Upstream] drivers/serial/mfd.c: Fix ARM compile error + * [Config]: updateconfigs after adding brcm80211 + * staging: brcm80211: Fix Makefile syntax error + * rebased to v2.6.36-rc7 + + [ Upstream Kernel Changes ] + + * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs + * (upstream) IPS driver: verify BIOS provided limits + * intel_ips: Print MCP limit exceeded values. + * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless + LAN driver. + * staging: brcm80211: Fix some initialisation failure paths + * staging: brcm80211: Add contact info to TODO list. + * staging: brcm80211: use '%pM' format to print MAC address + * staging: brcm80211: Fix URLs for firmware files. + * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"' + * staging: brcm80211: fix "ERROR: open brace '{' following function + dec..." + * staging: brcm80211: fix "ERROR: return is not a function, paren..." + * staging: brcm80211: fix "ERROR: do not use assignment in if condition" + * staging: brcm80211: fix "ERROR: trailing statements should be on next + line" + * staging: brcm80211: fix "ERROR: that open brace { ... prev line" + * staging: brcm80211: fix "ERROR: while should follow close brace '}'" + * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL" + * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL" + * staging: brcm80211: fix "ERROR: Macros w/ complex values ... + parenthesis" + * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do - + while loop" + * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"' + * staging: brcm80211: fix "ERROR: need consistent spacing around '*'" + * staging: brcm80211: fix "ERROR: space prohibited after that ..." + * staging: brcm80211: fix "ERROR: space prohibited before ...close square + bracket" + * staging: brcm80211: fix "ERROR: space required after that close brace" + * staging: brcm80211: fix "ERROR: space required after that ..." + * staging: brcm80211: fix "ERROR: space required before that ..." + * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..." + * staging: brcm80211: fix "ERROR: spaces required around that ..." + * staging: brcm80211: fix "ERROR: trailing whitespace." + * staging: brcm80211: fix remaining checkpatch errors. + * staging: brcm80211: use native ctype library + * staging: brcm80211: use string native library + * staging: brcm80211: add fullmac driver + * Staging: brcm80211: clean up makefile cflag lines + * Staging: brcm80211: remove driver specific -W options + * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set. + * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko + mutually exclusive. + + -- Andy Whitcroft Tue, 12 Oct 2010 16:00:27 +0100 + +linux (2.6.35-22.33) maverick; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on + Dell E2 series Laptops" + - LP: #641320 + + [ Brian Rogers ] + + * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface + - LP: #624701 + + [ Christopher James Halse Rogers ] + + * SAUCE: Nouveau: Add quirk framework to disable acceleration + - LP: #544088, #546393 + * SAUCE: Nouveau: Disable acceleration on MacBook Pros + - LP: #546393 + + [ John Johansen ] + + * Revert "SAUCE: AppArmor: allow newer tools to load policy on older + kernels" + * SAUCE: AppArmor: allow newer tools to load policy on older kernels + - LP: #639758 + + [ Mathieu J. Poirier ] + + * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM + + [ Upstream Kernel Changes ] + + * ALSA: HDA: Enable internal speaker on Dell M101z + - LP: #640254 + + -- Leann Ogasawara Fri, 17 Sep 2010 13:21:28 -0700 + +linux (2.6.35-22.32) maverick; urgency=low + + [ Arjan van de Ven ] + + * SAUCE: libata: Add ALPM power state accounting to the AHCI driver + + [ David Henningsson ] + + * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510 + - LP: #605047, #628961 + + [ John Johansen ] + + * [Upstream] AppArmor: Fix splitting an fqname into separate namespace + and profile names + - LP: #615947 + * [Upstream] AppArmor: Fix locking from removal of profile namespace + - LP: #615947 + * SAUCE: AppArmor: allow newer tools to load policy on older kernels + - LP: #639758 + * SAUCE: Improve Amazon EBS performance for EC2 + - LP: #634316 + + [ Leann Ogasawara ] + + * Revert "SAUCE: i915 KMS -- blacklist i855" + * Revert "SAUCE: i915 KMS -- blacklist i845g" + * Revert "SAUCE: i915 KMS -- blacklist i830" + * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken + devices" + * execute module-inclusion within a subshell + - LP: #621175 + + [ Upstream Kernel Changes ] + + * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec() + - LP: #633227 + * (pre-stable) drm/i915: don't enable self-refresh on Ironlake + - LP: #629711 + * (pre-stable) mm: Move vma_stack_continue into mm.h + * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev + - LP: #601073 + * PM / Runtime: Make runtime_status attribute not debug-only (v. 2) + * PM / Runtime: Add runtime PM statistics (v3) + * compat: Make compat_alloc_user_space() incorporate the access_ok() + - CVE-2010-3081 + * x86-64, compat: Test %rax for the syscall number, not %eax + - CVE-2010-3301 + * x86-64, compat: Retruncate rax after ia32 syscall entry tracing + - CVE-2010-3301 + + -- Leann Ogasawara Tue, 14 Sep 2010 08:46:49 -0700 + +linux (2.6.35-21.31) maverick; urgency=low + + [ Andy Whitcroft ] + + * bodge linux-libc-dev package version due to ti-omap4 error + * linux-libc-dev -- ensure we can only build this on debian.master + + -- Leann Ogasawara Mon, 13 Sep 2010 09:54:31 -0700 + +linux (2.6.35-21.30) maverick; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes + - LP: #614008 + + [ Daniel Lezcano ] + + * SAUCE: fix compilation warning when CONFIG_SECURITY is not set + + [ Henrik Rydberg ] + + * SAUCE: Input: wacom - add fuzz parameters to features + * SAUCE: Input: wacom - collect device quirks into single function + * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad + * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices + * SAUCE: hid: ntrig: Remove unused device ids + * SAUCE: hid: ntrig: remove sysfs nodes + * SAUCE: hid: ntrig: Correct logic for quirks + * SAUCE: hid: ntrig: zero-initialize ntrig struct + * SAUCE: hid: ntrig: Setup input filtering manually + * SAUCE: hid: ntrig: New ghost-filtering event logic + + [ Leann Ogasawara ] + + * SAUCE: ndiswrapper: Initialize buffer index and check its value + - LP: #613796 + + [ Manoj Iyer ] + + * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2 + series Laptops + - LP: #632884 + + [ Ping Cheng ] + + * SAUCE: Input: wacom - parse the Bamboo device family + + [ Rafi Rubin ] + + * SAUCE: hid: ntrig: identify firmware version (wiggled) + + [ Tim Gardner ] + + * [Config] CONFIG_NL80211_TESTMODE=n + + [ Upstream Kernel Changes ] + + * Revert "input: mt: Add support for the Bamboo Touch trackpad" + * e1000e: initial support for 82579 LOMs + * e1000e: correct MAC-PHY interconnect register offset for 82579 + * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066, + tested on HP G60 + - LP: #587388 + * DSS2: Don't power off a panel twice + - LP: #588243 + * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y + * Input: i8042 - reset keyboard controller wehen resuming from S2R + - LP: #86820 + * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs + - LP: #414795 + * agp/intel: Support the extended physical addressing bits on + Sandybridge. + - LP: #632488 + * drm/i915,intel_agp: Add support for Sandybridge D0 + - LP: #632488 + * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids + - LP: #632488 + * mmc: omap: fix for bus width which improves SD card's peformance. + + -- Leann Ogasawara Tue, 07 Sep 2010 09:58:52 -0700 + +linux (2.6.35-20.29) maverick; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: i915 KMS -- support disabling KMS for known broken devices + - LP: #563277 + * SAUCE: i915 KMS -- blacklist i830 + - LP: #542208, #563277 + * SAUCE: i915 KMS -- blacklist i845g + - LP: #541492, #563277 + * SAUCE: i915 KMS -- blacklist i855 + - LP: #511001, #541511, #563277 + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_SENSORS_PKGTEMP=m + - LP: #601073 + * ARM: Temporarily disable module check for armel + * rebase to v2.6.35.4 + * [Config] update configs following rebase to v2.6.35.4 + + [ Ricardo Salveti de Araujo ] + + * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in + in Omap + + [ Tim Gardner ] + + * [Config] Added be2net, be2scsi to udebs + - LP: #628776 + + [ Upstream Kernel Changes ] + + * x86, cpu: Package Level Thermal Control, Power Limit Notification + definitions + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: thermal throttling handler + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: power limit + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation + - LP: #601073 + * hid: 3m: Adjust to sequential MT HID protocol + * hid: 3m: Convert to MT slots + * hid: 3m: Correct touchscreen emulation + * hid: 3m: Adjust major / minor axes to scale + * input: bcm5974: Adjust major / minor to scale + * HID: magicmouse: don't allow hidinput to initialize the device + * HID: magicmouse: simplify multitouch feature request + * HID: magicmouse: simplify touch data bit manipulation + * HID: magicmouse: simplify touch down logic + * HID: magicmouse: remove timestamp logic + * HID: magicmouse: enable Magic Trackpad support + * HID: magicmouse: Adjust major / minor axes to scale + * mmc: fix all hangs related to mmc/sd card insert/removal during + suspend/resume + - LP: #477106 + * drm/i915: fix VGA plane disable for Ironlake+ + - LP: #602281 + + -- Leann Ogasawara Mon, 30 Aug 2010 08:38:01 -0700 + +linux (2.6.35-19.28) maverick; urgency=low + + [ Leann Ogasawara ] + + * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted + from the archive and a no-change rebuild was attempted. However, the ABI + did not get bumped and resulted in build failures for 2.6.35-19.27. Fix + up the ABI and re-upload. + + -- Leann Ogasawara Sat, 28 Aug 2010 16:42:27 -0700 + +linux (2.6.35-19.27) maverick; urgency=low + + [ Leann Ogasawara ] + + * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted + from the archive. + + -- Leann Ogasawara Fri, 27 Aug 2010 08:58:35 -0700 + +linux (2.6.35-19.26) maverick; urgency=low + + [ Upstream Kernel Changes ] + + * ARM: OMAP: Beagle: revision detection + * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect + * ARM: OMAP: Beagle: no gpio_wp pin connection on xM + + -- Leann Ogasawara Thu, 26 Aug 2010 09:15:09 -0700 + +linux (2.6.35-19.25) maverick; urgency=low + + [ Jarod Wilson ] + + * SAUCE: Bring in staging/lirc from 2.6.36 + - LP: #609234 + * SAUCE: Update ir-core to linuxtv/other which should be merged for + 2.6.36. + - LP: #609234 + * SAUCE: Fix memleaks in imon and mceusb drivers + - LP: #609234 + * SAUCE: Bring in streamzap support from linuxtv/other + - LP: #609234 + + [ Mario Limonciello ] + + * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36 + - LP: #609234 + + [ Mathieu J. Poirier ] + + * SAUCE: ARM: adding i2c eeprom driver to read EDID + - LP: #608279 + + [ Upstream Kernel Changes ] + + * intel_idle: disable module support + - LP: #615265 + * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the + correct codec ID + * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763 + - LP: #605101 + * (pre-stable) ALSA: HDA: Use model=auto for LG R510 + - LP: #495134 + * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269 + - LP: #519066 + * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500 + - LP: #519066 + * input: mt: Initialize slots to unused (rev2) + * input: mt: Add support for the Bamboo Touch trackpad + * hid: Add a hid quirk for input sync override + + -- Leann Ogasawara Mon, 23 Aug 2010 12:42:52 -0700 + +linux (2.6.35-18.24) maverick; urgency=low + + [ Colin Watson ] + + * Pass DEB_MAINT_PARAMS to hook scripts + + [ Leann Ogasawara ] + + * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer + - LP: #584812 + * rebase to v2.6.35.3 + + [ Upstream Kernel Changes ] + + * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555 + - LP: #609234 + * can: add limit for nframes and clean up signed/unsigned variables + - CVE-2010-2959 + * drm: Initialize ioctl struct when no user data is present + - CVE-2010-2803 + * ARM: initial stack protector (-fstack-protector) support + * ARM: stack protector: change the canary value per task + * [ARM] implement arch_randomize_brk() + * [ARM] add address randomization to mmap() + * ARM: fix ASLR of PIE executables + + -- Leann Ogasawara Sun, 22 Aug 2010 19:22:04 -0700 + +linux (2.6.35-17.23) maverick; urgency=low + + [ Jeremy Kerr ] + + * [Config] build-in uinput module + - LP: #584812 + + [ Leann Ogasawara ] + + * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS" + * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib" + * Revert "[Config] [FTBS] sparc: Temporarily disable + CONFIG_MTD_NAND_DENALI" + * Revert "[Config] [FTBS] sparc: Temporarily disable + CONFIG_MFD_JANZ_CMODIO" + * Revert "[Config] [FTBS] sparc: Temporarily disable + CONFIG_INFINIBAND_QIB" + * [Config] Enable INTEL_IPS + - LP: #601057 + * Remove ia64 support + * [Config] Update portsconfigs after removing ia64 support + * Remove sparc support + * [Config] Update portsconfigs after removing sparc support + + [ Linus Torvalds ] + + * (pre-stable) mm: fix page table unmap for stack guard page properly + + [ Mathieu J. Poirier ] + + * SAUCE: (no-up) ARM: Resetting power_mode to its original value. + - LP: #591941 + + [ Upstream Kernel Changes ] + + * timer: add on-stack deferrable timer interfaces + - LP: #601057 + * x86 platform driver: intelligent power sharing driver + - LP: #601057 + * IPS driver: add GPU busy and turbo checking + - LP: #601057 + * X86: intel_ips, check for kzalloc properly + - LP: #601057 + * ips driver: make it less chatty + - LP: #601057 + + -- Leann Ogasawara Tue, 17 Aug 2010 09:38:08 -0700 + +linux (2.6.35-16.22) maverick; urgency=low + + [ Andy Whitcroft ] + + * debian -- more agressivly clean up after depmod on purge + - LP: #618591 + + [ Henrik Rydberg ] + + * SAUCE: hid: 3m: Simplify touchsreen emulation logic + + [ Leann Ogasawara ] + + * ubuntu: iscsitarget -- version 1.4.20.2 + * ubuntu: rtl8192se -- update to version 0017.0507.2010 + * rebase to v2.6.35.2 + * [Config] update configs following rebase to v2.6.35.2 + * [Config] update ports configs following rebase to v2.6.35.2 + + [ Luke Yelavich ] + + * [Config] Enable new firewire stack on powerpc + + [ Mathieu J. Poirier ] + + * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash. + - LP: #608266 + + -- Leann Ogasawara Thu, 12 Aug 2010 09:58:01 -0700 + +linux (2.6.35-15.21) maverick; urgency=low + + [ Luke Yelavich ] + + * [Config] CONFIG_SND_USB_UA101=m for all architectures + + [ Upstream Kernel Changes ] + + * Input: introduce MT event slots + * Input: document the MT event slot protocol + * (pre-stable) sched: Revert nohz_ratelimit() for now + * (pre-stable) drm/radeon/kms: add missing copy from user + - LP: #606081 + + [ Leann Ogasawara ] + + * rebase to v2.6.35.1 + + -- Leann Ogasawara Mon, 09 Aug 2010 09:24:04 -0700 + +linux (2.6.35-14.20) maverick; urgency=low + + [ Andy Whitcroft ] + + * update Vcs-Git to point to maverick repo + * debian -- include the debian packaging in the -source package + - LP: #608674 + * select debian source format 1.0 + * add support for building selected stages of kernel + - LP: #603087 + * cleanup conditional dependancy handling + - LP: #603087 + + [ Upstream Kernel Changes ] + + * ALSA: hda - Handle missing NID 0x1b on ALC259 codec + - LP: #582199, #586418, #588031 + * ALSA: hda - Handle pin NID 0x1a on ALC259/269 + - LP: #582199, #586418, #588031 + * sched: Revert nohz_ratelimit() for now + + -- Leann Ogasawara Tue, 03 Aug 2010 08:46:47 -0700 + +linux (2.6.35-14.19) maverick; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.35 + + -- Leann Ogasawara Sun, 01 Aug 2010 10:35:56 -0700 + +linux (2.6.35-13.18) maverick; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: (no-up) Modularize vesafb -- fix initialisation + * SAUCE: add tracing for user initiated readahead requests + * SAUCE: vt -- maintain bootloader screen mode and content until vt + switch + * SAUCE: vt -- allow grub to request automatic vt_handoff + * SAUCE: fbcon -- fix race between open and removal of framebuffers + * SAUCE: drm -- stop early access to drm devices + + [ Bryan Wu ] + + * CONFIG: compile in OTG driver and Transceiver driver + - LP: #566645 + * remove OTG modules from modules list file + + [ John Johansen ] + + * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27 + - LP: #581525, #599450 + * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29 + * SAUCE: AppArmor 2.4 compatibility patch + * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace + * SAUCE: fix pv-ops for legacy Xen + * SAUCE: blkfront: default to sd devices + * [Config] Build in drivers required for Xen pv-ops + + [ Leann Ogasawara ] + + * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture + size." + + [ Lee Jones ] + + * SAUCE: ARM: OMAP: Add macros for comparing silicon revision + - LP: #608095 + * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than + just revision + - LP: #608095 + * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX + - LP: #608095 + * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM + - LP: #608095 + + [ Upstream Kernel Changes ] + + * agp/intel: Use the correct mask to detect i830 aperture size. + - LP: #597075 + + -- Leann Ogasawara Fri, 30 Jul 2010 15:46:59 -0700 + +linux (2.6.35-12.17) maverick; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc6 + * [Config] update configs following rebase to v2.6.35-rc6 + * [Config] update ports configs following rebase to v2.6.35-rc6 + * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11 + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc6 + + -- Leann Ogasawara Fri, 23 Jul 2010 16:16:38 +0200 + +linux (2.6.35-11.16) maverick; urgency=low + + [ Leann Ogasawara ] + + * Bump ABI for new compiler update + + -- Leann Ogasawara Fri, 23 Jul 2010 10:24:58 +0200 + +linux (2.6.35-10.15) maverick; urgency=low + + [ Leann Ogasawara ] + + * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA + device" + * [Config] Enable CONFIG_M686=y + - LP: #592495 + + [ Upstream Kernel Changes ] + + * tracing: Add alignment to syscall metadata declarations + + -- Leann Ogasawara Tue, 20 Jul 2010 18:18:49 +0200 + +linux (2.6.35-9.14) maverick; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- add BOM and automated update script + * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25 + + [ John Johansen ] + + * [Config] Enable DRBD as a module + + [ Kees Cook ] + + * SAUCE: Yama: verify inode is symlink to avoid bind mounts + - LP: #604407 + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_DRM_VMWGFX (staging driver) + - LP: #606139 + * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver) + - LP: #606139 + * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y + * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y + + [ Lee Jones ] + + * Stop ARM boards crashing when CUPS is loaded + - LP: #601226 + + [ Upstream Kernel Changes ] + + * perf probe: Support tracing an entry of array + * perf probe: Support static and global variables + + -- Leann Ogasawara Fri, 16 Jul 2010 14:38:17 -0700 + +linux (2.6.35-8.13) maverick; urgency=low + + [ Kees Cook ] + + * SAUCE: Yama: check PTRACE using thread group leader + * SAUCE: Yama: search for PTRACE exceptions via thread group leader + - LP: #603716 + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc5 + * [Config] update configs following rebase to v2.6.35-rc5 + + [ Nicolas Pitre ] + + * SAUCE: make ndiswrapper available on X86 only + + [ Tim Gardner ] + + * [Config] Added ums-cypress to udeb + - LP: #576066 + * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n + * [Config] CONFIG_NDISWRAPPER=m across all configs + + [ Upstream Kernel Changes ] + + * HID: magicmouse: report last touch up + * rebase to 2.6.35-rc5 + + -- Leann Ogasawara Tue, 13 Jul 2010 18:57:59 -0700 + +linux (2.6.35-7.12) maverick; urgency=low + + [ Tim Gardner ] + + * [Upstream] i915: Use the correct mask to detect i830 aperture size. + - LP: #597075 + + [ Upstream Kernel Changes ] + + * (drop after 2.6.35) drm/radeon/kms: add ioport register access + (squashed) + + -- Tim Gardner Thu, 08 Jul 2010 09:53:13 -0600 + +linux (2.6.35-7.11) maverick; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_X86_MRST=n + + [ Upstream Kernel Changes ] + + * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc + * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb + * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue + + -- Tim Gardner Tue, 06 Jul 2010 18:39:08 -0600 + +linux (2.6.35-7.10) maverick; urgency=low + + [ Kees Cook ] + + * SAUCE: security: create task_free security callback + * SAUCE: Yama: add PTRACE exception tracking and interface + * SAUCE: security: unconditionally chain to Yama LSM + * Revert "SAUCE: ptrace: restrict ptrace scope to children" + * Revert "SAUCE: fs: block hardlinks to non-accessible sources" + * Revert "SAUCE: fs: block cross-uid sticky symlinks" + * [Upstream] security: Yama LSM + * [Config] Enable CONFIG_SECURITY_YAMA=y + + [ Tim Gardner ] + + * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4 + + [ Upstream Kernel Changes ] + + * rebase to 2.6.35-rc4 + + -- Leann Ogasawara Thu, 01 Jul 2010 08:55:57 -0700 + +linux (2.6.35-6.9) maverick; urgency=low + + [ Tim Gardner ] + + * [Upstream] direct_splice_actor() should not use pos in sd + - LP: #588861 + + -- Leann Ogasawara Mon, 28 Jun 2010 12:35:49 -0700 + +linux (2.6.35-6.8) maverick; urgency=low + + [ Mathieu J. Poirier ] + + * ARM: Adding regulator supply for vdds_sdi. + - LP: #597904 + + -- Leann Ogasawara Sun, 27 Jun 2010 16:34:43 -0700 + +linux (2.6.35-6.7) maverick; urgency=low + + [ Alberto Milone ] + + * [Upstream] Add support for the ATIF ACPI method to the radeon driver + + [ Chase Douglas ] + + * [Upstream] HID: magicmouse: scroll on entire surface, not just middle + of mouse + * [Upstream] HID: magicmouse: disable and add module param for scroll + acceleration + * [Upstream] HID: magicmouse: properly account for scroll movement in + state + * [Upstream] HID: magicmouse: add param for scroll speed + * [Upstream] HID: magicmouse: enable horizontal scrolling + + [ Henrik Rydberg ] + + * [Upstream] Input: evdev - convert to dynamic event buffer + * [Upstream] Input: evdev - use driver hint to compute size of event + buffer + * [Upstream] Input: bcm5974 - set the average number of events per MT + event packet + * [Upstream] Input: hid-input - use a larger event buffer for MT devices + * [Upstream] Input: evdev - never leave the client buffer empty after + write + + [ John Johansen ] + + * SAUCE: AppArmor: -- mainline 2010-06-23 + * SAUCE: AppArmor 2.4 compatibility patch + * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_INTR_REMAP=y + - LP: #597091 + * [Config] Enable CONFIG_X86_X2APIC + - LP: #597091 + + [ Mathieu J. Poirier ] + + * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap + - LP: #594382 + + -- Leann Ogasawara Thu, 24 Jun 2010 12:19:48 -0700 + +linux (2.6.35-5.6) maverick; urgency=low + + [ Amit Kucheria ] + + * [Config] update omap flavour description + + [ Andy Whitcroft ] + + * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac + - LP: #570500, #576274 + * SAUCE: add option to hand off all kernel parameters to init + - LP: #586386 + * [Config] enable passing all kernel command line to init + - LP: #586386 + * [Config] disable CONFIG_VMI + - LP: #537601 + * [Config] enable CONFIG_IPV6_SIT_6RD + - LP: #591869 + * [Config] enable CONFIG_VMWARE_BALOON as module + - LP: #592039 + + [ Leann Ogasawara ] + + * Revert "SAUCE: pm: Config option to disable handling of console during + suspend/resume" + - LP: #594885 + * [Config] Remove CONFIG_PM_DISABLE_CONSOLE + * [Config] ports: enable passing all kernel command line to init + - LP: #586386 + * [Config] Enable CONFIG_FB_VESA=y for x86 + * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer + * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer + * [Config] Enable CONFIG_TASK_DELAY_ACCT=y + - LP: #493156 + + [ Mathieu Poirier ] + + * ARM: Adding MosChip MCS7830 to nic-usb + - LP: #584920 + + [ Upstream Kernel Changes ] + + * Revert "[Upstream] docbook: need xmldoclinks for all doc types" + * docbook: need xmldoclinks for all doc types + * perf probe: Add kernel source path option + + -- Leann Ogasawara Thu, 17 Jun 2010 08:05:29 -0700 + +linux (2.6.35-4.5) maverick; urgency=low + + [ Leann Ogasawara ] + + * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer + size (rev2)" + * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)" + * Revert "[Upstream] (evdev) Use multi-reader buffer to save space + (rev4)" + * Revert "SAUCE: drivers: Remove some duplicate device entries in various + modules" + * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID + * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq" + * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id + + [ Tim Gardner ] + + * [Config] CONFIG_NFS_FSCACHE=y + - LP: #440522 + * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y + - LP: #440522 + + -- Leann Ogasawara Wed, 16 Jun 2010 08:43:07 -0700 + +linux (2.6.35-3.4) maverick; urgency=low + + [ Andy Whitcroft ] + + * debian -- ensure the version number is clean + + [ Henrik Rydberg ] + + * [Upstream] Introduce MT event slots (rev 5) + * [Upstream] Document the MT event slot protocol (rev5) + * [Upstream] (evdev) Use multi-reader buffer to save space (rev4) + * [Upstream] (evdev) Convert to dynamic event buffer (rev4) + * [Upstream] (evdev) Use driver hint to compute the evdev buffer size + (rev2) + + [ Leann Ogasawara ] + + * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module" + * Revert "SAUCE: hostap: send events on data interface as well as master + interface" + * Revert "Fix webcam having USB ID 0ac8:303b" + * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver" + * rebase to v2.6.35-rc3 + + [ Maxim Levitsky ] + + * [Config] Enable new Smartmedia/xD translation layer + - LP: #202490 + + [ Upstream Kernel Changes ] + + * net: fix deliver_no_wcard regression on loopback device + + [ Upstream changes ] + + * rebased to v2.6.35-rc3 + + -- Leann Ogasawara Thu, 10 Jun 2010 16:15:22 -0700 + +linux (2.6.35-2.3) maverick; urgency=low + + [ Bryan Wu ] + + * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO + + [ Leann Ogasawara ] + + * [Config] armel: Enable CONFIG_BNX2=m + * [Config] ports: Enable CONFIG_BNX2X=m + * SAUCE: armel: define get_dma_ops to fix FTBS + + [ Tim Gardner ] + + * [Upstream] net: Print num_rx_queues imbalance warning only when there + are allocated queues + - LP: #591416 + + -- Leann Ogasawara Wed, 09 Jun 2010 08:27:41 -0700 + +linux (2.6.35-2.2) maverick; urgency=low + + [ Andy Whitcroft ] + + * [Config] d-i: make armel configuration versatile flavour specific + - LP: #588805 + * [Config] d-i: enable .udebs for omap flavour + - LP: #588805 + + [ Kees Cook ] + + * ptrace: limit scope to attach only (allow read) + - LP: #589656 + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc2 + * [Config] update configs following rebase to v2.6.35-rc2 + * [Config] update port configs following rebase to v2.6.35-rc2 + + [ Lee Jones ] + + * Enable perf to be more helpful when perf_ does not exist. + - LP: #570500 + * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs. + + [ Tim Gardner ] + + * [Config] Update bnx2 udeb firmware files + - LP: #589304 + + [ Upstream changes ] + + * rebased to v2.6.35-rc2 + + -- Leann Ogasawara Mon, 07 Jun 2010 09:45:04 -0700 + +linux (2.6.35-1.1) maverick; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601 + - LP: #587888 + * ubuntu: AUFS -- track changes to the arguements to fop fsync() + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc1 + * [Config] update configs following rebase to v2.6.35-rc1 + * [Config] update port configs following rebase to v2.6.35-rc1 + * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free() + * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free() + * SAUCE: ndiswrapper: convert multicast list to list_head + * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL + * [Config] [FTBS] ia64: Temporarily disable gpiolib + * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS + * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB + * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO + * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO + * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155 + * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI + * [Config] [FTBS] armel: Temporarily disable bnx2 + * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE + * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm + * SAUCE: [FTBS] armel: include linux/dma-mapping.h + * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with + gpio_set_debounce + + [ Upstream Kernel Changes ] + + * of/usb: fix build error due to of_node pointer move + * n2_crypto: Fix build after of_device/of_platform_driver changes. + * powerpc/fsl-booke: fix the case where we are not in the first page + * powerpc/fsl-booke: Move the entry setup code into a seperate file + * powerpc/kexec: Add support for FSL-BookE + * greth: Fix build after OF device conversions. + + [ Upstream changes ] + + * rebased to v2.6.35-rc1 + + -- Leann Ogasawara Fri, 04 Jun 2010 23:01:52 -0700 + +linux (2.6.35-1.0) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * Null entry. + + -- Leann Ogasawara Wed, 02 Jun 2010 15:17:41 -0700 + +linux (2.6.34-5.14) maverick; urgency=low + + [ Tim Gardner ] + + * [Config] Added module inclusion support + * [Config] Added virtual flavour module inclusion list and d-i package + definitions + + -- Leann Ogasawara Wed, 02 Jun 2010 12:58:14 -0700 + +linux (2.6.34-5.13) maverick; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- aufs2 20091209" + * Revert "ubuntu: AUFS -- export various core functions + (aufs2-standalone.patch)" + * Revert "ubuntu: AUFS -- export various core functions + (aufs2-base.patch)" + * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34 + - LP: #587888 + * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34 + - LP: #587888 + * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601 + - LP: #587888 + * [Config] AUFS -- enable aufs options + - LP: #587888 + + -- Leann Ogasawara Tue, 01 Jun 2010 08:56:43 -0700 + +linux (2.6.34-5.12) maverick; urgency=low + + [ Andy Whitcroft ] + + * enforce -- ensure SYSFS compatibility is disabled + + [ Chase Douglas ] + + * build with libdw-dev for perf probe symbol support + * maverick ftrace configuration changes + + [ Kees Cook ] + + * Revert "SAUCE: x86: brk away from exec rand area" + * Revert "SAUCE: [um] Don't use nx_enabled under UML" + * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32" + * SAUCE: x86: implement cs-limit nx-emulation for ia32 + - LP: #369978 + * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only + * SAUCE: x86: brk away from exec rand area + - LP: #452175 + * SAUCE: ptrace: restrict ptrace scope to children + + [ Leann Ogasawara ] + + * Add new omap flavour to getabis + * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs + - LP: #585490 + * build/modules: Temorarily add ignore.modules + * ubuntu: iscsitarget -- version 1.4.20.1 + + [ Loïc Minier ] + + * SAUCE: [um] Don't use nx_enabled under UML + - LP: #524849 + + -- Leann Ogasawara Fri, 28 May 2010 08:27:17 -0700 + +linux (2.6.34-4.11) maverick; urgency=low + + [ Amit Kucheria ] + + * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files + * [Config] Add support for OMAP-mainline flavour + + [ Andy Whitcroft ] + + * SAUCE: powerpc: fix compile error when ptrace.h is included from + userspace + - LP: #583733 + + [ Chase Douglas ] + + * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers + are present" + * Revert "SAUCE: Disable function tracing after hitting __schedule_bug" + * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing + load detect pipe" + + [ Kees Cook ] + + * SAUCE: fs: block cross-uid sticky symlinks + * SAUCE: fs: block hardlinks to non-accessible sources + + [ Koen Kooi ] + + * SAUCE: board-omap3-beagle: add DSS2 support + + [ Leann Ogasawara ] + + * Revert "staging/go7007 -- disable" + * Revert "[Config] staging/winbond -- disable" + * Revert "Disable 4MB page tables for Atom, work around errata AAE44" + * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount" + * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit + controller" + * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT" + * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros" + * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps" + * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B + chipsets." + * Revert "[Upstream] b43: Declare all possible firmware files." + * Revert "add Breaks: against hardy lvm2" + * Revert "SAUCE: Guest OS does not recognize a lun with non zero target + id on Vmware ESX Server" + * Revert "SAUCE: Catch nonsense keycodes and silently ignore" + * [Config] Enable CONFIG_ECRYPT_FS=y for ports + * [Config] Enable CONFIG_USB=y for armel and sparc + * [Config] Enable CONFIG_SCSI=y for ia64 and sparc + * [Config] Enable CONFIG_RFKILL=y for ports + * [Config] Enable CONFIG_ATH9K_DEBUGFS=y + * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y + * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y + * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y + * [Config] Enable CONFIG_LIBERTAS_MESH=y + * [Config] Enable CONFIG_MMC_RICOH_MMC=y + * [Config] CONFIG_RT2800USB_UNKNOWN=y + * [Config] Enable CONFIG_VGA_SWITCHEROO=y + * [Config] Enable CONFIG_CEPH_FS=m + * [Config] Enable CONFIG_CRYPTO_PCRYPT=m + * [Config] Enable CONFIG_EEEPC_WMI=m + * [Config] Enable CONFIG_RT2800PCI=m + * [Config] Enable CONFIG_SCSI_HPSA=m + * [Config] Enable CONFIG_VHOST_NET=m + * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default + - LP: #582350 + * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS + - LP: #579300 + * [Config] Enable CONFIG_PCIEASPM=y + - LP: #333990 + * [Config] updateconfigs for OMAP flavour + + [ Loïc Minier ] + + * Enable perf tools on armel + + [ Tim Gardner ] + + * SAUCE: Updated ndiswrapper to 1.56 + - LP: #582555 + * [Config] Added virtual flavour + * [Config] Remove support for sub-flavours + * [Config] Removed amd64 preempt flavour + * [Config] updateconfigs, updateportsconfigs after flavour munging + + -- Leann Ogasawara Tue, 25 May 2010 09:34:55 -0700 + +linux (2.6.34-3.10) maverick; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34 + + [ Upstream changes ] + + * rebased to v2.6.34 + + -- Leann Ogasawara Tue, 18 May 2010 17:35:35 -0700 + +linux (2.6.34-2.9) maverick; urgency=low + + [ Leann Ogasawara ] + + * [Config] [FTBS] Disable comedi for armel + + -- Leann Ogasawara Thu, 13 May 2010 23:20:55 +0200 + +linux (2.6.34-2.8) maverick; urgency=low + + [ Leann Ogasawara ] + + * Drop lpia + * [Config] [FTBS] disable KVM + * [Config] [FTBS] disable ipr for armel + + -- Leann Ogasawara Thu, 13 May 2010 16:07:52 +0200 + +linux (2.6.34-2.7) maverick; urgency=low + + [ Leann Ogasawara ] + + * [Config] disable CONFIG_SCSI_IPR on powerpc + * [Config] Remove 386 flavour per UDS discussion + + -- Leann Ogasawara Wed, 12 May 2010 18:26:43 +0200 + +linux (2.6.34-1.6) maverick; urgency=low + + [ Chase Douglas ] + + * enforce CONFIG_TMPFS_POSIX_ACL=y + - LP: #575940 + * don't force module dependency checking + - LP: #577029 + + [ Kees Cook ] + + * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write + - LP: #568844 + + [ Leann Ogasawara ] + + * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL" + * rebase to v2.6.34-rc7 + * [Config] update configs following rebase to v2.6.34-rc7 + * [Config] update port configs following rebase to v2.6.34-rc7 + * Add btrfs to the udebs + + [ Tim Gardner ] + + * [Config] Add atl1c to nic-modules udeb + - LP: #557130 + + [ Upstream changes ] + + * rebased to v2.6.34-rc7 + + -- Leann Ogasawara Tue, 11 May 2010 11:29:08 +0200 + +linux (2.6.34-1.5) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc6 + * [Config] update configs following rebase to v2.6.34-rc6 + * [Config] update port configs following rebase to v2.6.34-rc6 + + [ Upstream changes ] + + * rebased to v2.6.34-rc6 + + -- Leann Ogasawara Fri, 30 Apr 2010 15:54:05 +0100 + +linux (2.6.34-1.4) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc5 + * [Config] update ports configs following rebase to v2.6.34-rc5 + + [ Upstream changes ] + + * rebased to v2.6.34-rc5 + + -- Leann Ogasawara Thu, 22 Apr 2010 15:36:12 -0700 + +linux (2.6.34-1.3) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc4 + * [Config] update configs following rebase to v2.6.34-rc4 + * [Config] update port configs following rebase to v2.6.34-rc4 + * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4 + + [ Upstream changes ] + + * rebased to v2.6.34-rc4 + + -- Leann Ogasawara Tue, 13 Apr 2010 18:33:44 -0700 + +linux (2.6.34-1.2) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * Temorarily disable building linux-doc + * rebase to v2.6.34-rc3 + * [Config] update configs following rebase to v2.6.34-rc3 + * [Config] update port configs following rebase to v2.6.34-rc3 + + [ Upstream changes ] + + * rebased to v2.6.34-rc3 + + -- Leann Ogasawara Tue, 30 Mar 2010 16:55:44 -0700 + +linux (2.6.34-1.1) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc2 + * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2 + * [Config] update port configs following rebase to v2.6.34-rc2 + * [Config] update configs following rebase to v2.6.34-rc2 + + [ Upstream changes ] + + * rebased to v2.6.34-rc2 + + -- Leann Ogasawara Wed, 24 Mar 2010 23:00:39 -0700 + +linux (2.6.33-1.1) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * ubuntu: dm-raid4-5 -- update to compile with 2.6.33 + * ubuntu: lirc -- drop explicit include of linux/autoconf.h + * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock + * ubuntu: lirc -- rename kfifo_put and kfifo_get + * ubuntu: iscsitarget -- rename daddr inet_sock field + * rebased to v2.6.33 + * [Config] update configs following rebase to v2.6.33 + * [Config] update ports configs following rebase to v2.6.33 + + [ Upstream changes ] + + * rebased to v2.6.33 + + -- Leann Ogasawara Tue, 23 Mar 2010 03:55:46 -0700 + +linux (2.6.33-0.0) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * Null entry. + + -- Leann Ogasawara Wed, 17 Mar 2010 07:48:56 -0700 + +linux (2.6.32-16.25) lucid; urgency=low + + [ Andy Whitcroft ] + + * linux-tools -- move to Suggests: with explicit seeding + - LP: #534635 + + [ Tim Gardner ] + + * [Config] CONFIG_HID=m + + [ Upstream Kernel Changes ] + + * (pre-stable) sched: Fix SMT scheduler regression in + find_busiest_queue() + * KVM: introduce kvm_vcpu_on_spin + * KVM: VMX: Add support for Pause-Loop Exiting + + -- Andy Whitcroft Tue, 09 Mar 2010 14:13:51 +0000 + +linux (2.6.32-16.24) lucid; urgency=low + + [ Andy Whitcroft ] + + * armel -- perf userspace does not support arm + * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries + + -- Andy Whitcroft Sat, 06 Mar 2010 11:42:12 +0000 + +linux (2.6.32-16.23) lucid; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: PM report driver and device suspend/resume times -- move config + * update to standards version 3.8.4.0 + * printenv -- expose all of the package selectors + * source package -- cleanup source content control + * doc package -- ensure we do build package content on buildd + * lintian -- correct the address in the debian/copyright + * lintian -- update debhelper package version dependancy + * lintian -- fix ghostscript dependancy + * lintian -- add required misc:Depends + * lintian -- move our debhelper compat level to debian/compat + * perf -- build the kernel carried tools + * perf -- add linux-tools carrying the version switches and manuals + * SAUCE: fix up Kconfig for staging drivers + * [Config] enable NOUVEAU etc following drm backport + * update DRM to mainline v2.6.33 + * [Config] Remove AppArmor config options that no longer exist (ports) + * [Config] updateportsconfigs following drm update + + [ John Johansen ] + + * ubuntu: AppArmor -- update to mainline 2010-03-04 + * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility + * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels + * [Config] Remove AppArmor config options that no longer exist + + [ Manoj Iyer ] + + * ubuntu: rtl8192se -- version 2010-0115,0014 + - LP: #530275 + * [Config] added CONFIG_RTL8192SE module. + - LP: #530275 + + [ Tim Gardner ] + + * [Config] Added vmw_pvscsi to d-i/scsi-modules + - LP: #531017 + * [Upstream] netfilter: xt_recent: Add an entry reaper + + [ Upstream Kernel Changes ] + + * Revert "KVM: x86 emulator: Check CPL level during privilege instruction + emulation" + * Revert "KVM: x86 emulator: Fix popf emulation" + * Revert "KVM: x86 emulator: Check IOPL level during io instruction + emulation" + * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation" + * Revert "KVM: fix memory access during x86 emulation." + * Add vlan (8021.Q) module package for d-i. + * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell + Inspiron 700m + - LP: #515246 + * [Upstream] docbook: need xmldoclinks for all doc types + * x86: set_personality_ia32() misses force_personality32 + * lib: Introduce generic list_sort function + * drm/nv50: Implement ctxprog/state generation. + * drm/nv50: Remove redundant/incorrect ctxvals initialisation. + * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell + Inspiron 700m + - LP: #515246 + + -- Andy Whitcroft Fri, 05 Mar 2010 15:40:38 +0000 + +linux (2.6.32-15.22) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT" + * Revert "SAUCE: PM report driver and device suspend/resume times." + * [Config] set CONFIG_SR_REPORT_TIME_LIMIT + + [ Manoj Iyer ] + + * SAUCE: PM report driver and device suspend/resume times. + + -- Andy Whitcroft Tue, 02 Mar 2010 01:35:37 +0000 + +linux (2.6.32-15.21) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k" + * Revert "[Config] lenovo-sl-laptop -- enable" + * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)" + * armel -- cramfs module will no longer be built + * d-i -- make all modules optional + * rename the debug packages to match archive standard + - LP: #527837 + * lenovo-sl-laptop is no longer built + + [ Colin Ian King ] + + * Disable 4MB page tables for Atom, work around errata AAE44 + - LP: #523112 + + [ Colin Watson ] + + * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS + * ubuntu: fsam7400: Depend on CHECK_SIGNATURE + + [ Jesse Barnes ] + + * SAUCE: drm/i915: don't change DRM configuration when releasing load + detect pipe + - LP: #488328 + + [ Loïc Minier ] + + * [Config] armel Update versatile initrd configs + - LP: #524893 + * SAUCE: [um] Don't use nx_enabled under UML + - LP: #524849 + + [ Manoj Iyer ] + + * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT + + [ Mario Limonciello ] + + * SAUCE: v3 - Add Dell Business Class Netbook LED driver + + [ Rafael J. Wysocki ] + + * SAUCE: PM report driver and device suspend/resume times. + + [ Surbhi Palande ] + + * Revert "[Upstream] e1000e: enhance frame fragment detection" + - CVE-2009-4538 + * Revert "[Upstream] e1000: enhance frame fragment detection" + - CVE-2009-4536 + + [ Tim Gardner ] + + * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m + * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow + * SAUCE: (pre-stable) netfilter: xt_recent: fix false match + + [ Upstream Kernel Changes ] + + * Revert "(pre-stable) eCryptfs: Add getattr function" + * Fix potential crash with sys_move_pages + * futex_lock_pi() key refcnt fix + * futex: Handle user space corruption gracefully + * futex: Handle futex value corruption gracefully + * Fix race in tty_fasync() properly + * hwmon: (w83781d) Request I/O ports individually for probing + * hwmon: (lm78) Request I/O ports individually for probing + * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT + * ALSA: ctxfi - fix PTP address initialization + * drm/i915: disable hotplug detect before Ironlake CRT detect + * drm/i915: enable self-refresh on 965 + * drm/i915: Disable SR when more than one pipe is enabled + * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup. + * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list + * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop + * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list + * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers. + * i2c-tiny-usb: Fix on big-endian systems + * drm/i915: handle FBC and self-refresh better + * drm/i915: Increase fb alignment to 64k + * drm/i915: Update write_domains on active list after flush. + * regulator: Fix display of null constraints for regulators + * ALSA: hda-intel: Avoid divide by zero crash + * CPUFREQ: Fix use after free of struct powernow_k8_data + * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb + * cciss: Make cciss_seq_show handle holes in the h->drv[] array + * ioat: fix infinite timeout checking in ioat2_quiesce + * resource: add helpers for fetching rlimits + * fs/exec.c: restrict initial stack space expansion to rlimit + * cifs: fix length calculation for converted unicode readdir names + * NFS: Fix a reference leak in nfs_wb_cancel_page() + * NFS: Try to commit unstable writes in nfs_release_page() + * NFSv4: Don't allow posix locking against servers that don't support it + * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors + * NFS: Fix an Oops when truncating a file + * NFS: Fix a umount race + * NFS: Fix a bug in nfs_fscache_release_page() + * NFS: Fix the mapping of the NFSERR_SERVERFAULT error + * md: fix 'degraded' calculation when starting a reshape. + * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter + * Export the symbol of getboottime and mmonotonic_to_bootbased + * kvmclock: count total_sleep_time when updating guest clock + * KVM: PIT: control word is write-only + * tpm_infineon: fix suspend/resume handler for pnp_driver + * amd64_edac: Do not falsely trigger kerneloops + * netfilter: nf_conntrack: fix memory corruption with multiple namespaces + * netfilter: nf_conntrack: per netns nf_conntrack_cachep + * netfilter: nf_conntrack: restrict runtime expect hashsize modifications + * netfilter: xtables: compat out of scope fix + * netfilter: nf_conntrack: fix hash resizing with namespaces + * drm/i915: remove full registers dump debug + * drm/i915: add i915_lp_ring_sync helper + * drm/i915: Don't wait interruptible for possible plane buffer flush + * dasd: remove strings from s390dbf + * crypto: padlock-sha - Add import/export support + * wmi: Free the allocated acpi objects through wmi_get_event_data + * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value + * /dev/mem: introduce size_inside_page() + * devmem: check vmalloc address on kmem read/write + * devmem: fix kmem write bug on memory holes + * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead + of value 0. + * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB + * ALSA: hda - use WARN_ON_ONCE() for zero-division detection + * dst: call cond_resched() in dst_gc_task() + * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support + * befs: fix leak + * rtc-fm3130: add missing braces + * Call flush_dcache_page after PIO data transfers in libata-sff.c + * ahci: add Acer G725 to broken suspend list + * pktgen: Fix freezing problem + * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt + * x86/amd-iommu: Fix deassignment of a device from the pt_domain + * x86: Re-get cfg_new in case reuse/move irq_desc + * Staging: fix rtl8187se compilation errors with mac80211 + * ALSA: usb-audio - Avoid Oops after disconnect + * serial: 8250: add serial transmitter fully empty test + * sysfs: sysfs_sd_setattr set iattrs unconditionally + * class: Free the class private data in class_release + * USB: usbfs: only copy the actual data received + * USB: usbfs: properly clean up the as structure on error paths + * rtl8187: Add new device ID + * ACPI: Add NULL pointer check in acpi_bus_start + * ACPI: fix High cpu temperature with 2.6.32 + * drm/radeon/kms: use udelay for short delays + * NFS: Too many GETATTR and ACCESS calls after direct I/O + * eCryptfs: Add getattr function + * b43: Fix throughput regression + * ath9k: Fix sequence numbers for PAE frames + * mac80211: Fix probe request filtering in IBSS mode + * iwlwifi: Fix to set correct ht configuration + * dm stripe: avoid divide by zero with invalid stripe count + * dm log: userspace fix overhead_size calcuations + * Linux 2.6.32.9 + * sfc: Fix SFE4002 initialisation + * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll() + * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances + * (pre-stable) HID: handle joysticks with large number of buttons + - LP: #492056 + * (pre-stable) HID: extend mask for BUTTON usage page + - LP: #492056 + * PM: Measure device suspend and resume times + * e1000: enhance frame fragment detection + - CVE-2009-4536 + * e1000e: enhance frame fragment detection + - CVE-2009-4538 + * KVM: fix memory access during x86 emulation. + - CVE-2010-0306 + * KVM: x86 emulator: Add Virtual-8086 mode of emulation + - CVE-2010-0306 + * KVM: x86 emulator: Check IOPL level during io instruction emulation + - CVE-2010-0306 + * KVM: x86 emulator: Fix popf emulation + - CVE-2010-0306 + * KVM: x86 emulator: Check CPL level during privilege instruction + emulation + - CVE-2010-0306 + * Input: wacom - ensure the device is initialized properly upon resume + * Input: wacom - add defines for packet lengths of various devices + * Input: wacom - add support for new LCD tablets + - LP: #516777 + + -- Andy Whitcroft Mon, 01 Mar 2010 22:56:28 +0000 + +linux (2.6.32-14.20) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebuild following the GCC update to match compiler for out of tree modules + * Revert "[Config] drbd -- enable" + * Revert "ubuntu: drbd -- version 8.3.1" + * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU + - LP: #510937 + + -- Andy Whitcroft Fri, 19 Feb 2010 18:47:18 +0000 + +linux (2.6.32-14.19) lucid; urgency=low + + [ Andy Whitcroft ] + + * ensure we build the source package contents when enabled + - LP: #522308 + * [Config] enable CONFIG_X86_MCE_XEON75XX + * SAUCE: AppArmor -- add linux/kref.h for struct kref + * [Config] enable CONFIG_HID_ORTEK + * enable udeb generation for arm versatile flavour + - LP: #522515 + + [ John Johansen ] + + * ubuntu: AppArmor -- update to mainline 2010-02-18 + - LP: #439560, #496110, #507069 + + [ Johnathon Harris ] + + * SAUCE: HID: add support for Ortek WKB-2000 + - LP: #405390 + + [ Upstream Kernel Changes ] + + * tpm_tis: TPM_STS_DATA_EXPECT workaround + - LP: #490487 + * x86, mce: Xeon75xx specific interface to get corrected memory error + information + * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll + * x86, mce: Make xeon75xx memory driver dependent on PCI + * drm/edid: Unify detailed block parsing between base and extension + blocks + - LP: #500999 + * (pre-stable) eCryptfs: Add getattr function + - LP: #390833 + + -- Andy Whitcroft Thu, 18 Feb 2010 19:22:02 +0000 + +linux (2.6.32-13.18) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "enforcer -- make the enforcement configuration common" + * Revert "(pre-stable) Input: ALPS - add interleaved protocol support + (Dell E6x00 series)" + * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390" + * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to + 0755" + * Revert "SAUCE: Adds support for COMPAL JHL90 webcam" + * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching" + * Revert "SAUCE: make fc transport removal of target configurable" + * enforcer -- make the enforcement configuration common + * getabis -- add preempt flavour to the list + * [Config] enforce DEVTMPFS options + * [Config] armel -- cleanup to-be builtin modules + * [Config] cleanup ports configs + * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL + - LP: #485536 + * add printdebian target to find branch target + * distclean -- do not remove debian.env + * [Config] generic-pae switch to M586TSC + - LP: #519448 + * git-ubuntu-log -- commonise duplicated log handling + * git-ubuntu-log -- tighten up Bug: NNNN matching + * git-ubuntu-log -- sort the bug numbers + + [ Chris Wilson ] + + * (pre-stable) drm/i915: Increase fb alignment to 64k + - LP: #404064 + + [ Eric Miao ] + + * arm -- enable ubuntu/ directory + + [ Huang Ying ] + + * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation + * SAUCE: crypto: ghash-intel - Fix building failure on x86_32 + + [ Loïc Minier ] + + * [Config] cleanup preempt configuration + * [Config] versatile: Fix video output + - LP: #517594 + * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768 + * [Config] Large update to armel/versatile + * [Config] versatile: Add RTC support + * [Config] armel: Enable NEON + * [Config] versatile: Builtin MMC support + * [Config] versatile Builtin SCSI controller + * [Config] armel Disable dma_cache_sync callers + * [Config] armel Disable asm/time.h users + * [Config] armel Disable out of range udelay() + * [Config] armel Disable flush_cache_range() users + * [Config] armel -- Enable ubuntu/ drivers + + [ Steve Conklin ] + + * SAUCE: drm/i915: Add display hotplug event on Ironlake + * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake + + [ Upstream Kernel Changes ] + + * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support" + * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions + in IRQ handler"" + * clockevent: Don't remove broadcast device when cpu is dead + * clockevents: Add missing include to pacify sparse + * ACPI: don't cond_resched if irq is disabled + * be2net: Add support for next generation of BladeEngine device. + * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE. + * mpt2sas: New device SAS2208 support is added + * ar9170: Add support for D-Link DWA 160 A2 + * powerpc/fsl: Add PCI device ids for new QoirQ chips + * davinci: dm646x: Add support for 3.x silicon revision + * Input: ALPS - add interleaved protocol support (Dell E6x00 series) + * Driver-Core: devtmpfs - set root directory mode to 0755 + * driver-core: fix devtmpfs crash on s390 + * vfs: get_sb_single() - do not pass options twice + * ALSA: hda - Add PCI IDs for Nvidia G2xx-series + * V4L/DVB (13569): smsusb: add autodetection support for five additional + Hauppauge USB IDs + * USB: mos7840: add device IDs for B&B electronics devices + * USB: ftdi_sio: add USB device ID's for B&B Electronics line + * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134 + SubVendor ID: 0x1043 Device ID: 0x4847) + * iTCO_wdt: Add support for Intel Ibex Peak + * atl1c:use common_task instead of reset_task and link_chg_task + * atl1e:disable NETIF_F_TSO6 for hardware limit + * V4L/DVB (13680a): DocBook/media: copy images after building HTML + * V4L/DVB (13680b): DocBook/media: create links for included sources + * netfilter: xtables: fix conntrack match v1 ipt-save output + * partitions: read whole sector with EFI GPT header + * partitions: use sector size for EFI GPT + * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@ + * sched: Fix isolcpus boot option + * sched: Fix missing sched tunable recalculation on cpu add/remove + * nohz: Prevent clocksource wrapping during idle + * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups + * timers, init: Limit the number of per cpu calibration bootup messages + * PCI: Always set prefetchable base/limit upper32 registers + * iscsi class: modify handling of replacement timeout + * NFS: Revert default r/wsize behavior + * HID: fixup quirk for NCR devices + * scsi_devinfo: update Hitachi entries (v2) + * scsi_dh: create sysfs file, dh_state for all SCSI disk devices + * scsi_transport_fc: remove invalid BUG_ON + * lpfc: fix hang on SGI ia64 platform + * libfc: fix typo in retry check on received PRLI + * libfc: fix ddp in fc_fcp for 0 xid + * fcoe: remove redundant checking of netdev->netdev_ops + * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN + * libfc: lport: fix minor documentation errors + * libfc: don't WARN_ON in lport_timeout for RESET state + * fcoe: initialize return value in fcoe_destroy + * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data + * libfc: fix memory corruption caused by double frees and bad error + handling + * libfc: fix free of fc_rport_priv with timer pending + * libfc: remote port gets stuck in restart state without really + restarting + * fcoe, libfc: fix an libfc issue with queue ramp down in libfc + * fcoe: Fix checking san mac address + * fcoe: Fix getting san mac for VLAN interface + * qlge: Remove explicit setting of PCI Dev CTL reg. + * qlge: Set PCIE max read request size. + * qlge: Don't fail open when port is not initialized. + * qlge: Add handler for DCBX firmware event. + * qlge: Bonding fix for mode 6. + * PCI: AER: fix aer inject result in kernel oops + * DMI: allow omitting ident strings in DMI tables + * Input: i8042 - remove identification strings from DMI tables + * Input: i8042 - add Gigabyte M1022M to the noloop list + * Input: i8042 - add Dritek quirk for Acer Aspire 5610. + * ALSA: hda - select IbexPeak handler for Calpella + * ALSA: hda - Fix quirk for Maxdata obook4-1 + * ALSA: hda - Add missing Line-Out and PCM switches as slave + * iTCO_wdt.c - cleanup chipset documentation + * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC + * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs + * ahci: disable SNotification capability for ich8 + * ata_piix: fix MWDMA handling on PIIX3 + * md: fix small irregularity with start_ro module parameter + * V4L/DVB (13826): uvcvideo: Fix controls blacklisting + * cio: fix double free in case of probe failure + * cio: dont panic in non-fatal conditions + * netiucv: displayed TX bytes value much too high + * ipc ns: fix memory leak (idr) + * ALSA: hda - Fix HP T5735 automute + * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog + * UBI: fix memory leak in update path + * UBI: initialise update marker + * ASoC: fix a memory-leak in wm8903 + * mac80211: check that ieee80211_set_power_mgmt only handles STA + interfaces. + * cfg80211: fix channel setting for wext + * KVM: S390: fix potential array overrun in intercept handling + * KVM: only allow one gsi per fd + * KVM: Fix race between APIC TMR and IRR + * KVM: MMU: bail out pagewalk on kvm_read_guest error + * KVM: x86: Fix host_mapping_level() + * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks + * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init() + * KVM: fix lock imbalance in kvm_*_irq_source_id() + * KVM: only clear irq_source_id if irqchip is present + * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc() + * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC + * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C + - LP: #516325 + * iwlwifi: Fix throughput stall issue in HT mode for 5000 + * fnctl: f_modown should call write_lock_irqsave/restore + * x86, msr/cpuid: Pass the number of minors when unregistering MSR and + CPUID drivers. + * Linux 2.6.32.7 + * scsi_lib: Fix bug in completion of bidi commands + * mptsas: Fix issue with chain pools allocation on katmai + * mm: add new 'read_cache_page_gfp()' helper function + * drm/i915: Selectively enable self-reclaim + * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems + * S390: fix single stepped svcs with TRACE_IRQFLAGS=y + * x86: Set hotpluggable nodes in nodes_possible_map + * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG) + * libata: retry FS IOs even if it has failed with AC_ERR_INVALID + * zcrypt: Do not remove coprocessor for error 8/72 + * dasd: fix possible NULL pointer errors + * ACPI: Add a generic API for _OSC -v2 + * ACPI: Add platform-wide _OSC support. + * ACPI: fix OSC regression that caused aer and pciehp not to load + * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes + * UBI: fix volume creation input checking + * e1000/e1000e: don't use small hardware rx buffers + * drm/i915: Reload hangcheck timer too for Ironlake + * Fix a leak in affs_fill_super() + * Fix failure exits in bfs_fill_super() + * fix oops in fs/9p late mount failure + * fix leak in romfs_fill_super() + * Fix remount races with symlink handling in affs + * fix affs parse_options() + * Fix failure exit in ipathfs + * mm: fix migratetype bug which slowed swapping + * FDPIC: Respect PT_GNU_STACK exec protection markings when creating + NOMMU stack + * Split 'flush_old_exec' into two functions + * sparc: TIF_ABI_PENDING bit removal + * x86: get rid of the insane TIF_ABI_PENDING bit + * Input: winbond-cir - remove dmesg spam + * x86: Disable HPET MSI on ATI SB700/SB800 + * iwlwifi: set default aggregation frame count limit to 31 + * drm/i915: only enable hotplug for detected outputs + * firewire: core: add_descriptor size check + * SECURITY: selinux, fix update_rlimit_cpu parameter + * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints + * x86: Add Dell OptiPlex 760 reboot quirk + - LP: #488319 + * x86: Add quirk for Intel DG45FC board to avoid low memory corruption + * x86/amd-iommu: Fix possible integer overflow + * clocksource: fix compilation if no GENERIC_TIME + * tcp: update the netstamp_needed counter when cloning sockets + * sky2: Fix oops in sky2_xmit_frame() after TX timeout + * net: restore ip source validation + * af_packet: Don't use skb after dev_queue_xmit() + * ax25: netrom: rose: Fix timer oopses + * KVM: allow userspace to adjust kvmclock offset + * oprofile/x86: add Xeon 7500 series support + * oprofile/x86: fix crash when profiling more than 28 events + * libata: retry link resume if necessary + * mm: percpu-vmap fix RCU list walking + * mm: purge fragmented percpu vmap blocks + * block: fix bio_add_page for non trivial merge_bvec_fn case + * Fix 'flush_old_exec()/setup_new_exec()' split + * random: drop weird m_time/a_time manipulation + * random: Remove unused inode variable + * block: fix bugs in bio-integrity mempool usage + * usb: r8a66597-hdc disable interrupts fix + * connector: Delete buggy notification code. + * be2net: Bug fix to support newer generation of BE ASIC + * be2net: Fix memset() arg ordering. + * mm: flush dcache before writing into page to avoid alias + * mac80211: fix NULL pointer dereference when ftrace is enabled + * imxfb: correct location of callbacks in suspend and resume + * mx3fb: some debug and initialisation fixes + * starfire: clean up properly if firmware loading fails + * kernel/cred.c: use kmem_cache_free + * uartlite: fix crash when using as console + * pktcdvd: removing device does not remove its sysfs dir + * ath9k: fix eeprom INI values override for 2GHz-only cards + * ath9k: fix beacon slot/buffer leak + * powerpc: TIF_ABI_PENDING bit removal + * NET: fix oops at bootime in sysctl code + * Linux 2.6.32.8 + + -- Andy Whitcroft Wed, 10 Feb 2010 18:56:52 +0000 + +linux (2.6.32-12.17) lucid; urgency=low + + [ Andy Whitcroft ] + + * restore linux-image prefix -- master + * enforce -- we require SELINUX enabled -- master + * enforce -- ensure APPARMOR is our default LSM -- master + * make doc package completely optional -- master + * make source package completely optional -- master + * make linux-libc-dev completly optional -- master + * convert package disable to a deps list -- master + * allow common headers to switch from indep to arch -- master + * convert binary package disable to a deps list -- master + * add configuration option for a full source build tree -- master + * add support for uImage kernels in package control scripts + * getabis -- cleanup and parameterise repository list -- master + * getabis -- move configuration to etc/getabi -- master + * kernelconfig -- move configuration to etc -- master + * rules -- make debian/debian.env master for branch name + * set the current branch name -- master + * pull back common debian.master files into debian -- master + * enforcer -- make the enforcement configuration common + * insert-changes -- correctly link to debian/rules in DROOT + + [ Colin Watson ] + + * future-proof ddeb handling against buildd changes + + [ Eric Miao ] + + * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on + X86 + + [ Loïc Minier ] + + * Add modules.builtin.bin to prerm rm list + - LP: #516584 + + [ Tim Gardner ] + + * [Config] Implement the amd64 preempt flavour + + [ Upstream Kernel Changes ] + + * syslog: distinguish between /proc/kmsg and syscalls + - LP: #515623 + * sfc: Fix polling for slow MCDI operations + * sfc: Fix conditions for MDIO self-test + * sfc: QT202x: Remove unreliable MMD check at initialisation + * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer + * sfc: Use fixed-size buffers for MCDI NVRAM requests + + -- Andy Whitcroft Fri, 05 Feb 2010 07:09:31 +0000 + +linux (2.6.32-12.16) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: acpi battery -- delay first lookup of the battery until + first use" + * SAUCE: acpi battery -- move first lookup asynchronous + - LP: #507211 + * [Config] update configs to cleanup generic configs + * [Config] disable CONFIG_X86_CPU_DEBUG for amd64 + * [Config] enable USER_NS + - LP: #480739, #509808 + + [ Heiko Carstens ] + + * (pre-stable) driver-core: fix devtmpfs crash on s390 + - LP: #512370 + + [ John Johansen ] + + * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y + - LP: #494565 + * [Config] VIRTIO=y for server/virtual flavours + - LP: #494565 + + [ Kay Sievers ] + + * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755 + - LP: #512370 + + [ Kees Cook ] + + * SAUCE: x86: brk away from exec rand area + - LP: #452175 + + [ Leann Ogasawara ] + + * [Upstream] e1000: enhance frame fragment detection + - CVE-2009-4536 + * [Upstream] e1000e: enhance frame fragment detection + - CVE-2009-4538 + + [ Sebastian Kapfer ] + + * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00 + series) + - LP: #296610 + + [ Upstream Kernel Changes ] + + * inotify: do not reuse watch descriptors + - LP: #485556 + * inotify: only warn once for inotify problems + * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC + Framebuffer" + * memcg: ensure list is empty at rmdir + * drm/i915: remove loop in Ironlake interrupt handler + * block: Fix incorrect reporting of partition alignment + * x86, mce: Thermal monitoring depends on APIC being enabled + * futexes: Remove rw parameter from get_futex_key() + * page allocator: update NR_FREE_PAGES only when necessary + * x86, apic: use physical mode for IBM summit platforms + * edac: i5000_edac critical fix panic out of bounds + * x86: SGI UV: Fix mapping of MMIO registers + * mfd: WM835x GPIO direction register is not locked + * mfd: Correct WM835x ISINK ramp time defines + * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs + * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned. + * reiserfs: truncate blocks not used by a write + * HID: add device IDs for new model of Apple Wireless Keyboard + * PCI/cardbus: Add a fixup hook and fix powerpc + * Input: pmouse - move Sentelic probe down the list + * asus-laptop: add Lenovo SL hotkey support + * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK + * sparc64: Fix NMI programming when perf events are active. + * sparc64: Fix Niagara2 perf event handling. + * i2c: Do not use device name after device_unregister + * i2c/pca: Don't use *_interruptible + * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device + * sched: Fix task priority bug + * vfs: Fix vmtruncate() regression + * Linux 2.6.32.5 + * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers + * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges. + * Staging: asus_oled: fix oops in 2.6.32.2 + * Staging: hv: fix smp problems in the hyperv core code + * tty: fix race in tty_fasync + * ecryptfs: use after free + * ecryptfs: initialize private persistent file before dereferencing + pointer + * nozomi: quick fix for the close/close bug + * serial: 8250_pnp: use wildcard for serial Wacom tablets + * usb: serial: fix memory leak in generic driver + * USB: fix bitmask merge error + * USB: Don't use GFP_KERNEL while we cannot reset a storage device + * USB: EHCI: fix handling of unusual interrupt intervals + * USB: EHCI & UHCI: fix race between root-hub suspend and port resume + * USB: add missing delay during remote wakeup + * USB: add speed values for USB 3.0 and wireless controllers + * ACPI: EC: Accelerate query execution + * ACPI: EC: Add wait for irq storm + * SCSI: enclosure: fix oops while iterating enclosure_status array + * drm/i915: Read the response after issuing DDC bus switch command + * drm/i915: try another possible DDC bus for the SDVO device with + multiple outputs + * block: bdev_stack_limits wrapper + * DM: Fix device mapper topology stacking + * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled + * USB: fix usbstorage for 2770:915d delivers no FAT + * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE + * perf timechart: Use tid not pid for COMM change + * perf events: Dont report side-band events on each cpu for + per-task-per-cpu events + * perf: Honour event state for aux stream data + * Linux 2.6.32.6 + + -- Andy Whitcroft Wed, 27 Jan 2010 16:40:23 +0000 + +linux (2.6.32-11.15) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600" + * Revert "(pre-stable) sched: Fix balance vs hotplug race" + * Revert "[Upstream] acerhdf: Limit modalias matching to supported + boards" + * Revert "[Upstream] mmc: prevent dangling block device from accessing + stale queues" + * Revert "SAUCE: Fix nx_enable reporting" + * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation" + * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32" + * SAUCE: i915 -- disable powersave by default + - LP: #492392 + + [ Kees Cook ] + + * SAUCE: [x86] implement cs-limit nx-emulation for ia32 + - LP: #369978 + * SAUCE: [x86] fix report of cs-limit nx-emulation + - LP: #454285 + * SAUCE: Fix nx_enable reporting + - LP: #454285 + + [ Tim Gardner ] + + * [Upstream] b43: Declare all possible firmware files. + - LP: #488636 + * [Config] updateconfigs after adding pvscsi + - LP: #497156 + * [Config] CONFIG_BT=m + + [ Upstream Kernel Changes ] + + * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu + for pre-Pentium" + * SCSI: ipr: fix EEH recovery + * SCSI: qla2xxx: dpc thread can execute before scsi host has been added + * SCSI: st: fix mdata->page_order handling + * SCSI: fc class: fix fc_transport_init error handling + * sched: Fix task_hot() test order + * x86, cpuid: Add "volatile" to asm in native_cpuid() + * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE + * clockevents: Prevent clockevent_devices list corruption on cpu hotplug + * pata_hpt3x2n: fix clock turnaround + * pata_cmd64x: fix overclocking of UDMA0-2 modes + * ASoC: wm8974: fix a wrong bit definition + * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer + * ALSA: hda - Fix missing capsrc_nids for ALC88x + * acerhdf: limit modalias matching to supported + - LP: #435958 + * ACPI: EC: Fix MSI DMI detection + * ACPI: Use the return result of ACPI lid notifier chain correctly + * powerpc: Handle VSX alignment faults correctly in little-endian mode + * ASoC: Do not write to invalid registers on the wm9712. + * drm/radeon: fix build on 64-bit with some compilers. + * USB: emi62: fix crash when trying to load EMI 6|2 firmware + * USB: option: support hi speed for modem Haier CE100 + * USB: Fix a bug on appledisplay.c regarding signedness + * USB: musb: gadget_ep0: avoid SetupEnd interrupt + * Bluetooth: Prevent ill-timed autosuspend in USB driver + * USB: rename usb_configure_device + * USB: fix bugs in usb_(de)authorize_device + * drivers/net/usb: Correct code taking the size of a pointer + * x86: SGI UV: Fix writes to led registers on remote uv hubs + * md: Fix unfortunate interaction with evms + * dma: at_hdmac: correct incompatible type for argument 1 of + 'spin_lock_bh' + * dma-debug: Do not add notifier when dma debugging is disabled. + * dma-debug: Fix bug causing build warning + * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS + referrals + * x86/amd-iommu: Fix initialization failure panic + * ioat3: fix p-disabled q-continuation + * ioat2,3: put channel hardware in known state at init + * KVM: MMU: remove prefault from invlpg handler + * KVM: LAPIC: make sure IRR bitmap is scanned after vm load + * Libertas: fix buffer overflow in lbs_get_essid() + * iwmc3200wifi: fix array out-of-boundary access + * mac80211: fix propagation of failed hardware reconfigurations + * mac80211: fix WMM AP settings application + * mac80211: Fix IBSS merge + * cfg80211: fix race between deauth and assoc response + * ath5k: fix SWI calibration interrupt storm + * ath9k: wake hardware for interface IBSS/AP/Mesh removal + * ath9k: Fix TX queue draining + * ath9k: fix missed error codes in the tx status check + * ath9k: wake hardware during AMPDU TX actions + * ath9k: fix suspend by waking device prior to stop + * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on + 64-bit + * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value + in 0x4054 + * iwl3945: disable power save + * iwl3945: fix panic in iwl3945 driver + * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug + * iwlwifi: fix more eeprom endian bugs + * iwlwifi: fix 40MHz operation setting on cards that do not allow it + * mac80211: fix race with suspend and dynamic_ps_disable_work + * NOMMU: Optimise away the {dac_,}mmap_min_addr tests + * 'sysctl_max_map_count' should be non-negative + * kernel/sysctl.c: fix the incomplete part of + sysctl_max_map_count-should-be-non-negative.patch + * V4L/DVB (13596): ov511.c typo: lock => unlock + * x86/ptrace: make genregs[32]_get/set more robust + * memcg: avoid oom-killing innocent task in case of use_hierarchy + * e100: Fix broken cbs accounting due to missing memset. + * ipv6: reassembly: use seperate reassembly queues for conntrack and + local delivery + * netfilter: fix crashes in bridge netfilter caused by fragment jumps + * hwmon: (sht15) Off-by-one error in array index + incorrect constants + * b43: avoid PPC fault during resume + * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture + support + * sched: Fix balance vs hotplug race + * drm/radeon/kms: fix crtc vblank update for r600 + * drm: disable all the possible outputs/crtcs before entering KMS mode + * S390: dasd: support DIAG access for read-only devices + * xen: fix is_disconnected_device/exists_disconnected_device + * xen: improvement to wait_for_devices() + * xen: wait up to 5 minutes for device connetion + * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled + * udf: Try harder when looking for VAT inode + * Add unlocked version of inode_add_bytes() function + * quota: decouple fs reserved space from quota reservation + * ext4: Convert to generic reserved quota's space management. + * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739) + * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus + * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c + * amd64_edac: unify MCGCTL ECC switching + * x86, msr: Add support for non-contiguous cpumasks + * x86, msr: msrs_alloc/free for CONFIG_SMP=n + * amd64_edac: fix driver instance freeing + * amd64_edac: make driver loading more robust + * amd64_edac: fix forcing module load/unload + * sched: Sched_rt_periodic_timer vs cpu hotplug + * ext4: Update documentation to correct the inode_readahead_blks option + name + * lguest: fix bug in setting guest GDT entry + * vmscan: do not evict inactive pages when skipping an active list scan + * ksm: fix mlockfreed to munlocked + * rt2x00: Disable powersaving for rt61pci and rt2800pci. + * generic_permission: MAY_OPEN is not write access + * Linux 2.6.32.3 + * untangle the do_mremap() mess + * fasync: split 'fasync_helper()' into separate add/remove functions + * ASoC: fix params_rate() macro use in several codecs + * modules: Skip empty sections when exporting section notes + * exofs: simple_write_end does not mark_inode_dirty + * nfsd: make sure data is on disk before calling ->fsync + * sunrpc: fix peername failed on closed listener + * SUNRPC: Fix up an error return value in + gss_import_sec_context_kerberos() + * SUNRPC: Fix the return value in gss_import_sec_context() + * sunrpc: on successful gss error pipe write, don't return error + * drm/i915: Update LVDS connector status when receiving ACPI LID event + * drm/i915: fix order of fence release wrt flushing + * drm/i915: Permit pinning whilst the device is 'suspended' + * drm: remove address mask param for drm_pci_alloc() + * drm/i915: Enable/disable the dithering for LVDS based on VBT setting + * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in + pipeconf on Ironlake + * drm/i915: Select the correct BPC for LVDS on Ironlake + * drm/i915: fix unused var + * rtc_cmos: convert shutdown to new pnp_driver->shutdown + * drivers/cpuidle/governors/menu.c: fix undefined reference to + `__udivdi3' + * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput() + * lib/rational.c needs module.h + * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with + DMA_FROM_DEVICE and + * kernel/signal.c: fix kernel information leak with print-fatal-signals=1 + * mmc_block: add dev_t initialization check + * mmc_block: fix probe error cleanup bug + * mmc_block: fix queue cleanup + * ALSA: hda - Fix ALC861-VD capture source mixer + * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense + blacklist + * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2 + - LP: #498863 + * ASoC: Fix WM8350 DSP mode B configuration + * netfilter: ebtables: enforce CAP_NET_ADMIN + * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq() + * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs + * hwmon: (adt7462) Fix pin 28 monitoring + * quota: Fix dquot_transfer for filesystems different from ext4 + * xen: fix hang on suspend. + * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr + * ath5k: Fix eeprom checksum check for custom sized eeproms + * cfg80211: fix syntax error on user regulatory hints + * iwl: off by one bug + * mac80211: add missing sanity checks for action frames + * drm/i915: remove render reclock support + * libertas: Remove carrier signaling from the scan code + * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr + * mac80211: fix skb buffering issue (and fixes to that) + * fix braindamage in audit_tree.c untag_chunk() + * fix more leaks in audit_tree.c tag_chunk() + * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y + * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo(). + * agp/intel-agp: Clear entire GTT on startup + * Linux 2.6.32.4 + * ethtool: Add reset operation + * gro: Name the GRO result enumeration type + * gro: Change all receive functions to return GRO result codes + * sfc: 10Xpress: Initialise pause advertising flags + * sfc: 10Xpress: Report support for pause frames + * sfc: Remove redundant header gmii.h + * sfc: Remove redundant hardware initialisation + * sfc: Rename Falcon-specific board code and types + * sfc: Remove boards.h, moving last remaining declaration to falcon.h + * sfc: Remove versioned bitfield macros + * sfc: Move RX data FIFO thresholds out of struct efx_nic_type + * sfc: Update hardware definitions for Siena + * sfc: Rename register I/O header and functions used by both Falcon and + Siena + * sfc: Eliminate indirect lookups of queue size constants + * sfc: Define DMA address mask explicitly in terms of descriptor field + width + * sfc: Move all TX DMA length limiting into tx.c + * sfc: Change order of device removal to reverse of probe order + * sfc: Remove declarations of nonexistent functions + * sfc: Move efx_xmit_done() declaration into correct stanza + * sfc: Move shared members of struct falcon_nic_data into struct efx_nic + * sfc: Maintain interrupt moderation values in ticks, not microseconds + * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations + * sfc: Remove pointless abstraction of memory BAR number + * sfc: Remove incorrect assertion from efx_pci_remove_main() + * sfc: Remove unnecessary tests of efx->membase + * sfc: Move MTD probe after netdev registration and name allocation + * sfc: Remove unused code for non-autoneg speed/duplex switching + * sfc: Rename 'xfp' file and functions to reflect reality + * sfc: Really allow RX checksum offload to be disabled + * sfc: Feed GRO result into RX allocation policy and interrupt moderation + * sfc: Enable heuristic selection between page and skb RX buffers + * sfc: Remove pointless abstraction of memory BAR number (2) + * sfc: Remove redundant gotos from __efx_rx_packet() + * sfc: Remove ridiculously paranoid assertions + * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro() + * sfc: Record RX queue number on GRO path + * sfc: SFT9001: Reset LED configuration correctly after blinking + * sfc: Use a single blink implementation + * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T + * sfc: Make board information explicitly Falcon-specific + * sfc: Move definition of struct falcon_nic_data into falcon.h + * sfc: Move struct falcon_board into struct falcon_nic_data + * sfc: Move all I2C stuff into struct falcon_board + * sfc: Gather link state fields in struct efx_nic into new struct + efx_link_state + * sfc: Remove unnecessary casts to struct sk_buff * + * sfc: Remove redundant efx_xmit() function + * sfc: Combine high-level header files + * sfc: Log interrupt and reset type names, not numbers + * sfc: Fix descriptor cache sizes + * sfc: Treat all MAC registers as 128-bit + * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED + * sfc: Comment corrections + * sfc: Remove unused constant + * sfc: Clean up struct falcon_board and struct falcon_board_data + * sfc: Fix bugs in RX queue flushing + * sfc: Remove unused function efx_flush_queues() + * sfc: Only switch Falcon MAC clocks as necessary + * sfc: Hold MAC lock for longer in efx_init_port() + * sfc: Split MAC stats DMA initiation and completion + * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c + * sfc: Simplify XMAC link polling + * sfc: Change MAC promiscuity and multicast hash at the same time + * sfc: Move inline comment into kernel-doc + * sfc: Do not set net_device::trans_start in self-test + * sfc: Simplify PHY polling + * sfc: QT202x: Reset before reading PHY id + * sfc: Replace MDIO spinlock with mutex + * sfc: Always start Falcon using the XMAC + * sfc: Limit some hardware workarounds to Falcon + * sfc: Remove EFX_WORKAROUND_9141 macro + * sfc: Remove another unused workaround macro + * sfc: Remove some redundant whitespace + * sfc: Decouple NIC revision number from Falcon PCI revision number + * sfc: Move descriptor cache base addresses to struct efx_nic_type + * sfc: Clean up RX event handling + * sfc: Remove redundant writes to INT_ADR_KER + * sfc: Remove duplicate hardware structure definitions + * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO + * sfc: Move Falcon NIC operations to efx_nic_type + * sfc: Refactor link configuration + * sfc: Generalise link state monitoring + * sfc: Add power-management and wake-on-LAN support + * sfc: Implement ethtool reset operation + * sfc: Add efx_nic_type operation for register self-test + * sfc: Add efx_nic_type operation for NVRAM self-test + * sfc: Add efx_nic_type operation for identity LED control + * sfc: Separate shared NIC code from Falcon-specific and rename + accordingly + * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic() + * sfc: Extend loopback mode enumeration + * sfc: Remove static PHY data and enumerations + * sfc: Extend MTD driver for use with new NICs + * sfc: Allow for additional checksum offload features + * sfc: Rename falcon.h to nic.h + * sfc: Move shared NIC code from falcon.c to new source file nic.c + * sfc: Add firmware protocol definitions (MCDI) + * sfc: Add support for SFC9000 family (1) + * sfc: Add support for SFC9000 family (2) + * sfc: Implement TSO for TCP/IPv6 + * sfc: Update version, copyright dates, authors + * drivers/net/sfc: Correct code taking the size of a pointer + * sfc: Move PHY software state initialisation from init() into probe() + * sfc: Include XGXS in XMAC link status check except in XGMII loopback + * sfc: Fix DMA mapping cleanup in case of an error in TSO + * sfc: QT2025C: Work around PHY bug + * sfc: QT2025C: Switch into self-configure mode when not in loopback + * sfc: QT2025C: Work around PHY firmware initialisation bug + * sfc: QT2025C: Add error message for suspected bad SFP+ cables + * sfc: Disable TX descriptor prefetch watchdog + * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA. + - LP: #497156 + + -- Andy Whitcroft Tue, 19 Jan 2010 16:12:47 +0000 + +linux (2.6.32-10.14) lucid; urgency=low + + [ Alex Deucher ] + + * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx + - LP: #493795 + + [ Andy Whitcroft ] + + * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model + id is less than 0x0f." + * config-check -- ensure the checks get run at build time + * config-check -- check the processed config during updateconfigs + * config-check -- CONFIG_SECCOMP may not be present + * TUN is now built in ignore + * SAUCE: acpi battery -- delay first lookup of the battery until first + use + * SAUCE: async_populate_rootfs: move rootfs init earlier + * ubuntu: AppArmor -- update to mainline 2010-01-06 + * SAUCE: move RLIMIT_CORE pipe dumper marker to 1 + - LP: #498525 + + [ Dave Airlie ] + + * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600 + + [ Leann Ogasawara ] + + * Add asix to nic-usb-modules file + - LP: #499785 + + [ Peter Zijlstra ] + + * (pre-stable) sched: Fix balance vs hotplug race + + [ Tim Gardner ] + + * [Config] Enable CONFIG_FUNCTION_TRACER + - LP: #497989 + * [Config] Drop lpia from getabis + * [Config] Build in TUN/TAP driver + - LP: #499491 + * [Config] DH_COMPAT=5 + + [ Upstream Kernel Changes ] + + * Revert "(pre-stable) drm/i915: Avoid NULL dereference with + component_only tv_modes" + * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is + turned off" + * USB: usb-storage: fix bug in fill_inquiry + * USB: option: add pid for ZTE + * firewire: ohci: handle receive packets with a data length of zero + * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling + of ->completed counter + * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed + counter + * rcu: Fix note_new_gpnum() uses of ->gpnum + * rcu: Remove inline from forward-referenced functions + * perf_event: Fix invalid type in ioctl definition + * perf_event: Initialize data.period in perf_swevent_hrtimer() + * perf: Don't free perf_mmap_data until work has been done + * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status() + * sched: Check for an idle shared cache in select_task_rq_fair() + * sched: Fix affinity logic in select_task_rq_fair() + * sched: Rate-limit newidle + * sched: Fix and clean up rate-limit newidle code + * x86/amd-iommu: attach devices to pre-allocated domains early + * x86/amd-iommu: un__init iommu_setup_msi + * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking + up the PCI tree + * x86: Fix iommu=nodac parameter handling + * x86: GART: pci-gart_64.c: Use correct length in strncmp + * x86: ASUS P4S800 reboot=bios quirk + - LP: #366682 + * x86, apic: Enable lapic nmi watchdog on AMD Family 11h + * ssb: Fix range check in sprom write + * ath5k: allow setting txpower to 0 + * ath5k: enable EEPROM checksum check + * hrtimer: Fix /proc/timer_list regression + * ALSA: hrtimer - Fix lock-up + * ALSA: hda - Terradici HDA controllers does not support 64-bit mode + * KVM: x86 emulator: limit instructions to 15 bytes + * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c + * KVM: s390: Make psw available on all exits, not just a subset + * KVM: fix irq_source_id size verification + * KVM: x86: include pvclock MSRs in msrs_to_save + * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage + * x86: Use -maccumulate-outgoing-args for sane mcount prologues + * x86, mce: don't restart timer if disabled + * x86/mce: Set up timer unconditionally + * x86: SGI UV: Fix BAU initialization + * x86: Fix duplicated UV BAU interrupt vector + * x86: Add new Intel CPU cache size descriptors + * x86: Fix typo in Intel CPU cache size descriptor + * pata_hpt{37x|3x2n}: fix timing register masks (take 2) + * s390: clear high-order bits of registers after sam64 + * V4L/DVB: Fix test in copy_reg_bits() + * bsdacct: fix uid/gid misreporting + * UBI: flush wl before clearing update marker + * jbd2: don't wipe the journal on a failed journal checksum + * USB: xhci: Add correct email and files to MAINTAINERS entry. + * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again + * USB: option.c: add support for D-Link DWM-162-U5 + * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered + * USB: usb-storage: add BAD_SENSE flag + * USB: Close usb_find_interface race v3 + * pxa/em-x270: fix usb hub power up/reset sequence + * hfs: fix a potential buffer overflow + * SUNRPC: IS_ERR/PTR_ERR confusion + * NFS: Fix nfs_migrate_page() + * md/bitmap: protect against bitmap removal while being updated. + * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable + * devpts_get_tty() should validate inode + * debugfs: fix create mutex racy fops and private data + * Driver core: fix race in dev_driver_string + * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN + * mac80211: Fix bug in computing crc over dynamic IEs in beacon + * mac80211: Fixed bug in mesh portal paths + * mac80211: Revert 'Use correct sign for mesh active path refresh' + * mac80211: fix scan abort sanity checks + * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC + * rtl8187: Fix wrong rfkill switch mask for some models + * x86: Fix bogus warning in apic_noop.apic_write() + * mm: hugetlb: fix hugepage memory leak in mincore() + * mm: hugetlb: fix hugepage memory leak in walk_page_range() + * powerpc/windfarm: Add detection for second cpu pump + * powerpc/therm_adt746x: Record pwm invert bit at module load time] + * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code + * drm/radeon/kms: Add quirk for HIS X1300 board + * drm/radeon/kms: handle vblanks properly with dpms on + * drm/radeon/kms: fix legacy crtc2 dpms + * drm/radeon/kms: fix vram setup on rs600 + * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size + * drm/ttm: Fix build failure due to missing struct page + * drm/i915: Set the error code after failing to insert new offset into mm + ht. + * drm/i915: Add the missing clonemask for display port on Ironlake + * xen/xenbus: make DEVICE_ATTR()s static + * xen: re-register runstate area earlier on resume. + * xen: restore runstate_info even if !have_vcpu_info_placement + * xen: correctly restore pfn_to_mfn_list_list after resume + * xen: register timer interrupt with IRQF_TIMER + * xen: register runstate on secondary CPUs + * xen: don't call dpm_resume_noirq() with interrupts disabled. + * xen: register runstate info for boot CPU early + * xen: call clock resume notifier on all CPUs + * xen: improve error handling in do_suspend. + * xen: don't leak IRQs over suspend/resume. + * xen: use iret for return from 64b kernel to 32b usermode + * xen: explicitly create/destroy stop_machine workqueues outside + suspend/resume region. + * Xen balloon: fix totalram_pages counting. + * xen: try harder to balloon up under memory pressure. + * dm exception store: free tmp_store on persistent flag error + * dm snapshot: only take lock for statustype info not table + * dm crypt: move private iv fields to structs + * dm crypt: restructure essiv error path + * dm: avoid _hash_lock deadlock + * dm snapshot: cope with chunk size larger than origin + * dm crypt: separate essiv allocation from initialisation + * dm crypt: make wipe message also wipe essiv key + * slc90e66: fix UDMA handling + * tcp: Stalling connections: Fix timeout calculation routine + * ip_fragment: also adjust skb->truesize for packets not owned by a + socket + * b44 WOL setup: one-bit-off stack corruption kernel panic fix + * sparc64: Don't specify IRQF_SHARED for LDC interrupts. + * sparc64: Fix overly strict range type matching for PCI devices. + * sparc64: Fix stack debugging IRQ stack regression. + * sparc: Set UTS_MACHINE correctly. + * b43legacy: avoid PPC fault during resume + * tracing: Fix event format export + * ath9k: Fix TX hang poll routine + * ath9k: fix processing of TX PS null data frames + * ath9k: Fix maximum tx fifo settings for single stream devices + * ath9k: fix tx status reporting + * mac80211: Fix dynamic power save for scanning. + * drm/i915: Fix sync to vblank when VGA output is turned off + * memcg: fix memory.memsw.usage_in_bytes for root cgroup + * thinkpad-acpi: fix default brightness_mode for R50e/R51 + * thinkpad-acpi: preserve rfkill state across suspend/resume + * ipw2100: fix rebooting hang with driver loaded + * matroxfb: fix problems with display stability + * acerhdf: add new BIOS versions + * asus-laptop: change light sens default values. + * vmalloc: conditionalize build of pcpu_get_vm_areas() + * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f. + * net: Fix userspace RTM_NEWLINK notifications. + * ext3: Fix data / filesystem corruption when write fails to copy data + * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added. + * bcm63xx_enet: fix compilation failure after get_stats_count removal + * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value + * drm/i915: Avoid NULL dereference with component_only tv_modes + * drm/i915: PineView only has LVDS and CRT ports + * drm/i915: Fix LVDS stability issue on Ironlake + * mm: sigbus instead of abusing oom + * ipvs: zero usvc and udest + * jffs2: Fix long-standing bug with symlink garbage collection. + * intel-iommu: Detect DMAR in hyperspace at probe time. + * intel-iommu: Apply BIOS sanity checks for interrupt remapping too. + * intel-iommu: Check for an RMRR which ends before it starts. + * intel-iommu: Fix oops with intel_iommu=igfx_off + * intel-iommu: ignore page table validation in pass through mode + * netfilter: xtables: document minimal required version + * perf_event: Fix incorrect range check on cpu number + * implement early_io{re,un}map for ia64 + * Linux 2.6.32.2 + + -- Andy Whitcroft Thu, 07 Jan 2010 15:28:43 +0000 + +linux (2.6.32-9.13) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_B43_PHY_LP + - LP: #493059 + * include modules.builtin in the binary debs + * config-check -- add a configuration enforcer + * config-check -- add a unit-test suite to the checker + * [Config] Enable CONFIG_SYN_COOKIES for versatile + * [Config] Enable CONFIG_SECURITY_SMACK for ports + * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports + * [Config] Disable CONFIG_COMPAT_BRK for ports + * getabis -- add armel versatile to the list + + [ Brad Figg ] + + * SAUCE: Increase the default prealloc buffer for HDA audio devices + (non-modem) + + [ Manoj Iyer ] + + * ubuntu: onmibook -- Added missing BOM file + + [ Tim Gardner ] + + * ubuntu: fsam7400 -- Cleanup Makefile + + [ Upstream Kernel Changes ] + + * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT" + * signal: Fix alternate signal stack check + * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects + * SCSI: osd_protocol.h: Add missing #include + * SCSI: megaraid_sas: fix 64 bit sense pointer truncation + * ext4: fix potential buffer head leak when add_dirent_to_buf() returns + ENOSPC + * ext4: avoid divide by zero when trying to mount a corrupted file system + * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails + * ext4: fix lock order problem in ext4_move_extents() + * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT + * ext4: plug a buffer_head leak in an error path of ext4_iget() + * ext4: make sure directory and symlink blocks are revoked + * ext4: fix i_flags access in ext4_da_writepages_trans_blocks() + * ext4: journal all modifications in ext4_xattr_set_handle + * ext4: don't update the superblock in ext4_statfs() + * ext4: fix uninit block bitmap initialization when s_meta_first_bg is + non-zero + * ext4: fix block validity checks so they work correctly with meta_bg + * ext4: avoid issuing unnecessary barriers + * ext4: fix error handling in ext4_ind_get_blocks() + * ext4: make trim/discard optional (and off by default) + * ext4: make "norecovery" an alias for "noload" + * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT + * ext4: initialize moved_len before calling ext4_move_extents() + * ext4: move_extent_per_page() cleanup + * jbd2: Add ENOMEM checking in and for + jbd2_journal_write_metadata_buffer() + * ext4: Return the PTR_ERR of the correct pointer in + setup_new_group_blocks() + * ext4: Avoid data / filesystem corruption when write fails to copy data + * ext4: wait for log to commit when umounting + * ext4: remove blocks from inode prealloc list on failure + * ext4: ext4_get_reserved_space() must return bytes instead of blocks + * ext4: quota macros cleanup + * ext4: fix incorrect block reservation on quota transfer. + * ext4: Wait for proper transaction commit on fsync + * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT + * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem) + * Linux 2.6.32.1 + * kbuild: generate modules.builtin + * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off + - LP: #494461 + * (pre-stable) drm/i915: Avoid NULL dereference with component_only + tv_modes + - LP: #494045 + + [ Zhao Yakui ] + + * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is + less than 0x0f. + - LP: #481765 + + -- Andy Whitcroft Thu, 17 Dec 2009 15:41:21 +0000 + +linux (2.6.32-8.12) lucid; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: AppArmor -- add linux/err.h for ERR_PTR + + -- Andy Whitcroft Sat, 12 Dec 2009 10:56:16 +0000 + +linux (2.6.32-8.11) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches + up" + * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe + transition." + * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds" + * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling" + * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds" + * Revert "SAUCE: AppArmor: Fix oops after profile removal" + * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files." + * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly" + * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc + mem" + * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as + denied" + * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths" + * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem + allocation" + * Revert "SAUCE: AppArmor: Set error code after structure + initialization." + * Revert "AppArmor -- fix pstrace_may_access rename" + * Revert "ubuntu: AppArmor security module" + * Revert "SAUCE: Add config option to set a default LSM" + * Revert "ubuntu: fsam7400 -- sw kill switch driver" + * Revert "[Config] fsam7400 -- enable" + * Revert "[Config] AUFS -- enable" + * Revert "ubuntu: AUFS -- aufs2-30 20090727" + * Revert "ubuntu: AUFS -- export various core functions -- fixes" + * Revert "ubuntu: AUFS -- export various core functions" + * Revert "[Config] ubuntu/iscsitarget -- disable" + * Revert "[Config] iscsitarget -- enable" + * Revert "ubuntu: iscsitarget -- SVN revision r214" + * update Vcs-Git to point to the correct repository + - LP: #493589 + * update build environment overrides to lucid + - LP: #493589 + * [Config] enable CONFIG_DEVTMPFS + * [Config] update all configs following AppArmor 2009-12-08 update + * SAUCE: isapnp_init: make isa PNP scans occur async + * [Config] fsam7400 -- enable + * [Config] omnibook -- enable + * [Config] cleanup CONFIG_AUDIT + * ubuntu: AUFS -- export various core functions (aufs2-base.patch) + * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch) + * ubuntu: AUFS -- aufs2 20091209 + * [Config] AUFS -- enable + * [Config] iscsitarget -- enable + + [ Arjan van de Ven ] + + * SAUCE: KMS: cache the EDID information of the LVDS + + [ Colin Watson ] + + * bnx2: update d-i firmware filenames + - LP: #494052 + * add cdc_ether to nic-usb-modules udeb + - LP: #495060 + + [ John Johansen ] + + * ubuntu: AppArmor -- mainline 2009-10-08 + + [ Manoj Iyer ] + + * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400 + * ubuntu: omnibook -- support Toshiba (HP) netbooks + * ubuntu: iscsitarget --- version 1.4.19 + - LP: #494693 + + [ Surbhi Palande ] + + * SAUCE: Make populate_rootfs asynchronous + + [ Tim Gardner ] + + * Parallelize flavour builds and packaging + * [Config] Enable CONFIG_KSM + + [ Upstream Kernel Changes ] + + * Config option to set a default LSM + * LSM: Add security_path_chroot(). + * LSM: Add security_path_chroot(). + * LSM: Move security_path_chmod()/security_path_chown() to after + mutex_lock(). + * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT + + -- Andy Whitcroft Fri, 11 Dec 2009 17:45:19 +0000 + +linux (2.6.32-7.10) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS + + -- Andy Whitcroft Sun, 06 Dec 2009 12:56:48 +0000 + +linux (2.6.32-7.9) lucid; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: set /proc/acpi/video/*/DOS to 4 by default + - LP: #458982 + * SAUCE: ensure vga16fb loads if no other driver claims the VGA device + * [Config] update configs following versatile switch to V7 + * rebased to v2.6.32 + * [Config] update configs following rebase to v2.6.32 + * [Config] update ports configs following rebase to v2.6.32 + * SAUCE: default ATI Radeon KMS to off until userspace catches up + + [ Arjan van de Ven ] + + * SAUCE: vfs: Add a trace point in the mark_inode_dirty function + + [ Leann Ogasawara ] + + * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable + permissions + - CVE-2009-3939 + + [ Loic Minier ] + + * SAUCE: select a v7 CPU for versatile + + [ Takashi Iwai ] + + * SAUCE: ALSA: hda - Add power on/off counter + + [ Upstream changes ] + + * rebased to v2.6.32 + + -- Andy Whitcroft Fri, 04 Dec 2009 10:44:50 +0000 + +linux (2.6.32-6.8) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] disable SSB devices for armel + + -- Andy Whitcroft Sat, 28 Nov 2009 12:16:40 +0000 + +linux (2.6.32-6.7) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up" + * Revert "SAUCE: Dell XPS710 reboot quirk" + * Revert "SAUCE: Link acpi-cpufreq.o first" + * Revert "SAUCE: LPIA Logical reset of USB port on resume" + * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards" + * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340" + * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271" + * Revert "Add Dell Dimension 9200 reboot quirk" + * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI" + * Revert "SAUCE: tulip: Define ULI PCI ID's" + * Revert "SAUCE: Lower warning level of some PCI messages" + * Revert "mac80211: fix two issues in debugfs" + Drop a number of known redundant commits as identified in the Ubuntu + delta review blueprint. + + * reenable armel versatile flavour + * [Config] disable CONFIG_USB_DEVICEFS + + [ Tim Gardner ] + + * [Config] udeb: Add squashfs to fs-core-modules + - LP: #352615 + * [Config] Create a real squashfs udeb + - LP: #352615 + + + -- Andy Whitcroft Fri, 27 Nov 2009 17:31:16 +0000 + +linux (2.6.32-5.6) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.32-rc8 + * update configs following rebase to v2.6.32-rc8 + * update ports configs since rebase to v2.6.32-rc8 + * [Config] enable cgroup options + - LP: #480739 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc8 + + -- Andy Whitcroft Mon, 23 Nov 2009 11:16:14 +0000 + +linux (2.6.32-4.5) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] SERIO_LIBPS2 and SERIO_I8042 must match + * rebase to v2.6.32-rc7 + * resync with Karmic proposed + + [ John Johansen ] + + * SAUCE: AppArmor: Fix oops after profile removal + - LP: #475619 + * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds + - LP: #437258 + * SAUCE: AppArmor: Fix cap audit_caching preemption disabling + - LP: #479102 + * SAUCE: AppArmor: Fix refcounting bug causing leak of creds + - LP: #479115 + * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe + transition. + - LP: #480112 + + [ Ubuntu Changes ] + + * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf) + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc7 + + -- Andy Whitcroft Fri, 13 Nov 2009 11:35:13 +0000 + +linux (2.6.32-3.4) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] SERIO_LIBPS2 and SERIO_I8042 must match + * [Upstream] add local prefix to oss local change_bits + + [ Upstream Kernel Changes ] + + * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/ + * mtd/maps: gpio-addr-flash: depend on GPIO arch support + + -- Andy Whitcroft Wed, 11 Nov 2009 14:47:04 +0000 + +linux (2.6.32-3.3) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.32-rc6 + * [Config] update configs following rebase to v2.6.32-rc6 + * [Config] update ports configs following rebase to v2.6.32-rc6 + * resync with Karmic Ubuntu-2.6.31-15.49 + * [Config] add module ignores for broken drivers + + [ John Johansen ] + + * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied + - LP: #453335 + * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem + - LP: #458299 + * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly + - LP: #462824 + * SAUCE: AppArmor: AppArmor disallows truncate of deleted files. + - LP: #451375 + + [ Kees Cook ] + + * SAUCE: Fix nx_enable reporting + - LP: #454285 + + [ Scott James Remnant ] + + * Revert "SAUCE: trace: add trace_event for the open() syscall" + * SAUCE: trace: add trace events for open(), exec() and uselib() + - LP: #462111 + + [ Stefan Bader ] + + * SAUCE: Fix sub-flavour script to not stop on missing directories + - LP: #453073 + + [ Ubuntu Changes ] + + * resync with Karmic Ubuntu-2.6.31-15.49 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc6 + - LP: #464552 + + -- Andy Whitcroft Tue, 10 Nov 2009 15:00:57 +0000 + +linux (2.6.32-2.2) lucid; urgency=low + + [ Andy Whitcroft ] + + * install the full changelog with the binary package + * changelog -- explicitly note rebases and clean history + * reinstate armel.mk with no flavours + - LP: #449637 + * [Upstream] block: silently error unsupported empty barriers too + - LP: #420423 + * [Config] udate configs following karmic resync + * [Config] update ports configs following karmic resync + * [Upstream] lirc -- follow removal of .id element + + [ Colin Watson ] + + * Use section 'admin' rather than 'base' + * Add more e100 firmware to nic-modules + - LP: #451872 + * Add qla1280 firmware to scsi-modules + - LP: #381037 + + [ John Johansen ] + + * SAUCE: AppArmor: Set error code after structure initialization. + - LP: #427948 + * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation + - LP: #446595 + * SAUCE: AppArmor: Fix mediation of "deleted" paths + + [ Kees Cook ] + + * SAUCE: [x86] fix report of cs-limit nx-emulation + - LP: #454285 + + [ Leann Ogasawara ] + + * SAUCE: (drop after 2.6.31) input: Add support for filtering input + events + - LP: #430809 + * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi + toggle switch press + - LP: #430809 + + [ Luke Yelavich ] + + * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc + * [Config] Add sd_mod to scsi-modules udeb for powerpc + + [ Mario Limonciello ] + + * SAUCE: Update to LIRC 0.8.6 + - LP: #432678 + * SAUCE: dell-laptop: Store the HW switch status internally rather than + requerying every time + - LP: #430809 + * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop + - LP: #430809 + + [ Stefan Bader ] + + * [Upstream] acerhdf: Limit modalias matching to supported boards + - LP: #435958 + + [ Tim Gardner ] + + * [Upstream] i915: Fix i2c init message + - LP: #409361 + * [Config] Add sym53c8xx.ko to virtual sub-flavour + - LP: #439415 + * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules + - LP: #439456 + * [Config] Set default I/O scheduler back to CFQ for desktop flavours + - LP: #381300 + * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros + - LP: #430694 + * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915 + - LP: #430694 + * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y + - LP: #416325 + * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT + - LP: #430694 + * SAUCE: Raise the default console 'quiet' level to 2 + * [Config] CONFIG_X86_PAT=y + * [Config] Add armel arch to linux-libc-dev arches. + - LP: #449637 + * [Config] CONFIG_X86_MCE + * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege + M300 to rate blacklist + - LP: #433801 + + [ Upstream Kernel Changes ] + + * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584 + * drm/i915: Fix FDI M/N setting according with correct color depth + - LP: #416792 + + -- Andy Whitcroft Thu, 22 Oct 2009 16:53:33 +0100 + +linux (2.6.32-1.1) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.32-rc3 + * [Config] update configs following rebase to 2.6.32-rc3 + * [Config] update ports configs following rebase to 2.6.32-rc3 + * AppArmor -- fix pstrace_may_access rename + * staging/android -- disable + * ubuntu: dm-raid-45 -- update to compile with 2.6.32 + * ubuntu: drbd -- disable + * staging/comdi -- disable + * staging/go7007 -- disable + * [Config] staging/winbond -- disable + * [Config] ubuntu/iscsitarget -- disable + * [d-i] cbc and ecb are builtin make them optional in udebs + * rebase to v2.6.32-rc5 + * [Config] update configs following rebase to v2.6.32-rc5 + * [Config] update ports configs following rebase to v2.6.31-rc5 + + [ Tim Gardner ] + + * [Config] Add cpio as a build dependency. + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc3 + * rebase to v2.6.32-rc5 + + -- Andy Whitcroft Mon, 05 Oct 2009 15:48:58 +0100 + +linux (2.6.31-11.37) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] Increase kernel log buffer to 256K for amd64 flavours + - LP: #424810 + * [Config] Set HZ=100 for amd64 flavours + - LP: #438234 + * [Upstream] e1000e: Emit notice instead of an error when + pci_enable_pcie_error_reporting() fails + - LP: #436370 + + [ Upstream Kernel Changes ] + + * n_tty: honor opost flag for echoes + * n_tty: move echoctl check and clean up logic + - LP: #438310 + + * Revert "[Upstream] drm/i915: Check that the relocation points to within + the target" - Use upstream cherry-pick. + * drm/i915: Check that the relocation points to within the target + - LP: #429241 + + * drm/i915: fix tiling on IGDNG + * drm/i915: add B43 chipset support + * agp/intel: Add B43 chipset support + Intel request from kernel team mailing list. + + * HID: completely remove apple mightymouse from blacklist + - LP: #428111 + + -- Tim Gardner Mon, 28 Sep 2009 11:47:29 -0600 + +linux (2.6.31-11.36) karmic; urgency=low + + [ Brian Rogers ] + + * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a + persistent object + * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a + persistent object + + [ Takashi Iwai ] + + * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device + - LP: #416482 + + [ Tyler Hicks ] + + * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going + negative during unlink + + [ Upstream Kernel Changes ] + + * sg: fix oops in the error path in sg_build_indirect() + * mpt2sas : Rescan topology from Interrupt context instead of work thread + * mpt2sas: Prevent sending command to FW while Host Reset + * mpt2sas: setting SDEV into RUNNING state from Interrupt context + * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg + * SCSI: fix oops during scsi scanning + * SCSI: libsrp: fix memory leak in srp_ring_free() + * cfg80211: fix looping soft lockup in find_ie() + * ath5k: write PCU registers on initial reset + * binfmt_elf: fix PT_INTERP bss handling + * TPM: Fixup boot probe timeout for tpm_tis driver + * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined! + * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices + * fix undefined reference to user_shm_unlock + * perf_counter: Fix buffer overflow in perf_copy_attr() + * perf_counter: Start counting time enabled when group leader gets + enabled + * powerpc/perf_counters: Reduce stack usage of power_check_constraints + * powerpc: Fix bug where perf_counters breaks oprofile + * powerpc/ps3: Workaround for flash memory I/O error + * block: don't assume device has a request list backing in nr_requests + store + * agp/intel: remove restore in resume + * ALSA: cs46xx - Fix minimum period size + * ASoC: Fix WM835x Out4 capture enumeration + * sound: oxygen: work around MCE when changing volume + * mlx4_core: Allocate and map sufficient ICM memory for EQ context + * perf stat: Change noise calculation to use stddev + * x86: Fix x86_model test in es7000_apic_is_cluster() + * x86/i386: Make sure stack-protector segment base is cache aligned + * PCI: apply nv_msi_ht_cap_quirk on resume too + * x86, pat: Fix cacheflush address in change_page_attr_set_clr() + * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic() + with highmem + * KVM guest: do not batch pte updates from interrupt context + * KVM: Fix coalesced interrupt reporting in IOAPIC + * KVM: VMX: Check cpl before emulating debug register access + * KVM guest: fix bogus wallclock physical address calculation + * KVM: x86: Disallow hypercalls for guest callers in rings > 0 + * KVM: VMX: Fix cr8 exiting control clobbering by EPT + * KVM: x86 emulator: Implement zero-extended immediate decoding + * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list + * KVM: x86 emulator: fix jmp far decoding (opcode 0xea) + * KVM: limit lapic periodic timer frequency + * libata: fix off-by-one error in ata_tf_read_block() + * PCI quirk: update 82576 device ids in SR-IOV quirks list + * PCI: Unhide the SMBus on the Compaq Evo D510 USDT + * powerpc/pseries: Fix to handle slb resize across migration + * Linux 2.6.31.1 + + -- Tim Gardner Thu, 24 Sep 2009 13:04:28 -0600 + +linux (2.6.31-10.35) karmic; urgency=low + + [ Amit Kucheria ] + + * Disable CONFIG_UEVENT_HELPER_PATH + + [ Andy Whitcroft ] + + * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD + * remove the tlsup driver + * remove lmpcm logitech driver support + + [ Bryan Wu ] + + * Add 3 missing files to prerm remove file list + - LP: #345623, #415832 + + [ Chris Wilson ] + + * [Upstream] drm/i915: Check that the relocation points to within the + target + - LP: #429241 + + [ Luke Yelavich ] + + * [Config] Set CONFIG_EXT4_FS=y on ports architectures + + [ Manoj Iyer ] + + * SAUCE: Added quirk to recognize GE0301 3G modem as an interface. + - LP: #348861 + + [ Tim Gardner ] + + * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list" + Upstream suggests that this is not the right approach. + + * [Config] Set default I/O scheduler to DEADLINE + CFQ seems to have some load related problems which are often exacerbated by sreadahead. + - LP: #381300 + + [ ubuntu@tjworld.net ] + + * SAUCE: ipw2200: Enable LED by default + - LP: #21367 + + [ Upstream Kernel Changes ] + + * ALSA: hda - Add support for new AMD HD audio devices + - LP: #430564 + + -- Andy Whitcroft Wed, 16 Sep 2009 15:37:49 +0100 + +linux (2.6.31-10.34) karmic; urgency=low + + [ Ted Tso ] + + * [Upstream] ext3: Don't update superblock write time when filesystem is + read-only + - LP: #427822 + + -- Tim Gardner Tue, 15 Sep 2009 16:00:45 -0600 + +linux (2.6.31-10.33) karmic; urgency=low + + [ Leann Ogasawara ] + + * [Upstream] dvb-usb: fix tuning with Cinergy T2 + - LP: #421258 + + [ Tim Gardner ] + + * [Config] Unconditionally copy files from sub-flavours lists. + (really, really fix it this time) + - LP: #423426 + * [Config] Set CONFIG_CACHEFILES=m for all flavours + + [ Upstream Kernel Changes ] + + * ext4: Don't update superblock write time when filesystem is read-only + - LP: #427822 + + -- Tim Gardner Tue, 15 Sep 2009 07:50:21 -0600 + +linux (2.6.31-10.32) karmic; urgency=low + + [ Eric Miao ] + + * [Config] enable module support for memory stick + - LP: #159951 + + [ Tim Gardner ] + + * [Config] Unconditionally copy files from sub-flavours lists. + - LP: #423426 + + -- Tim Gardner Thu, 10 Sep 2009 15:57:55 -0600 + +linux (2.6.31-10.31) karmic; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.31 final + + [ Colin Watson ] + + * [Config] Recommend grub-pc in linux-image + - LP: #385741 + + [ Ike Panhc ] + + * [Upstream] Pull latest update of lenovo-sl-laptop + + [ Peter Feuerer ] + + * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150 + model + - LP: #426691 + + [ Tim Gardner ] + + * [Config] De-macro some package names. + + [ Upstream Changes ] + + * rebase to 2.6.31 final. + + -- Andy Whitcroft Thu, 10 Sep 2009 09:38:10 +0100 + +linux (2.6.31-10.30) karmic; urgency=low + + [ Amit Kucheria ] + + * [Config] Enable CONFIG_USB_DEVICEFS + - LP: #417748 + * [Config] Populate the config-update template a bit more + + [ Andy Whitcroft ] + + * rebase to v2.6.31-rc9 + * [Config] update configs following rebase to v2.6.31-rc9 + * [Config] update ports configs following rebase to v2.6.31-rc9 + + [ Colin Ian King ] + + * SAUCE: wireless: hostap, fix oops due to early probing interrupt + - LP: #254837 + + [ Jerone Young ] + + * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) + white-list + - LP: #281732 + + [ John Johansen ] + + * SAUCE: AppArmor: Fix profile attachment for regexp based profile names + - LP: #419308 + * SAUCE: AppArmor: Return the correct error codes on profile + addition/removal + - LP: #408473 + * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list + - LP: #408454 + * SAUCE: AppArmor: Fix mapping of pux to new internal permission format + - LP: #419222 + * SAUCE: AppArmor: Fix change_profile failure + - LP: #401931 + * SAUCE: AppArmor: Tell git to ignore generated include files + - LP: #419505 + + [ Stefan Bader ] + + * [Upstream] acpi: video: Loosen strictness of video bus detection code + - LP: #333386 + * SAUCE: Remove ov511 driver from ubuntu subdirectory + + [ Tim Gardner ] + + * [Config] Exclude char-modules from non-x86 udeb creation + * SAUCE: Notify the ACPI call chain of AC events + * [Config] CONFIG_SATA_VIA=m + - LP: #403385 + * [Config] Build in all phylib support modules. + * [Config] Don't fail when sub-flavour files are missing + - LP: #423426 + * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0 + - LP: #423513 + + [ Upstream ] + + * Rebased against v2.6.31-rc9 + + -- Andy Whitcroft Mon, 07 Sep 2009 11:33:45 +0100 + +linux (2.6.31-9.29) karmic; urgency=low + + [ Leann Ogasawara ] + + * [Upstream] agp/intel: support for new chip variant of IGDNG mobile + - LP: #419993 + * [Config] d-i/modules: Add new char-modules file, initialize with + intel-agp + - LP: #420605 + + [ Upstream ] + + * Rebased against 2.6.31-rc8 plus some inotify regression patches: + up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git + adda766193ea1cf3137484a9521972d080d0b7af. + + -- Tim Gardner Fri, 28 Aug 2009 06:31:30 -0600 + +linux (2.6.31-8.28) karmic; urgency=low + + [ Ike Panhc ] + + * [Config] Let nic-shared-modules depends on crypto-modules + - LP: #360966 + + [ Leann Ogasawara ] + + * [Upstream] (drop after 2.6.31) drm/i915: increase default latency + constant + - LP: #412492 + + [ Mario Limonciello ] + + * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock + status if HW switch is disabled + - LP: #418721 + * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known + Compal made Dell laptops + * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support + with rfkill support + + [ Tim Gardner ] + + * [Config] Add acpiphp to virtual sub-flavour + - LP: #364916 + * Drop KSM patch set for now because of instabilities with encrypted swap. + - LP: #418781 + + -- Tim Gardner Wed, 26 Aug 2009 08:14:26 -0600 + +linux (2.6.31-7.27) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase + * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18 + Replaces previous ksm patches from 2.6.31-6.25 + * [Config] KSM=y + + [ Upstream ] + + * Rebased against v2.6.31-rc7 + + -- Tim Gardner Sat, 22 Aug 2009 20:32:11 -0600 + +linux (2.6.31-6.26) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_AUFS_BR_RAMFS + - LP: #414738 + * split out debian directory ready for abstraction + * add printdebian target to find branch target + * abstracted debian -- debian/files is not abstracted + * abstracted debian -- packages must be built in debian/ + * abstracted debian -- kernel-wedge needs to work in debian/ + * abstracted debian -- ensure we install the copyright file + * abstracted-debian -- drop the debian directories from headers + * abstracted-debian -- drop the debian directories from headers part 2 + * SAUCE: ubuntu-insert-changes -- follow abstracted debian + * [Upstream] aoe: ensure we initialise the request_queue correctly V2 + - LP: #410198 + + [ Luke Yelavich ] + + * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp + * [Config] Ports: Re-enable windfarm modules on powerpc64-smp + - LP: #413150 + * [Config] Ports: Build all cpu frequency scaling governors into ports + kernels + * [Config] Ports: Build ext2 and ext3 modules into ports kernels + * [Config] Ports: CONFIG_PACKET=y for all ports kernels + * [Config] Ports: Enable PS3 network driver + + [ Stefan Bader ] + + * abstracted debian -- call $(DEBIAN)/rules using make + + [ Tim Gardner ] + + * [Config] Abstract the debian directory + * SAUCE: Improve error reporting in postinst + - LP: #358564 + + -- Tim Gardner Sun, 16 Aug 2009 20:33:28 -0600 + +linux (2.6.31-6.25) karmic; urgency=low + + [ Andy Whitcroft ] + + * script to generate Ubuntu changes from changelog + * [Config] standardise ANDROID options + * [Config] standardise CONFIG_ATM as module + * [Config] standardise CONFIG_LIB80211 as module + * [Config] disable CONFIG_PRINT_QUOTA_WARNING + * [Config] set CONFIG_CRAMFS as module + * [Config] enable CONFIG_DAB and modules + * [Config] set CONFIG_MAC80211_HWSIM as module + * [Config] set CONFIG_NET_CLS_FLOW as module + * [Config] set CONFIG_NF_CONNTRACK_SANE as module + * [Config] set CONFIG_NF_CT_PROTO_DCCP as module + * [Config] set CONFIG_RTC_DRV_DS1511 as module + * [Config] set CONFIG_RTC_DRV_R9701 as module + * [Config] set CONFIG_RTC_DRV_S35390A as module + * [Config] set CONFIG_TOIM3232_DONGLE as module + * [Config] standardise CONFIG_USB_MIDI_GADGET as module + * [Config] standardise CONFIG_USB_G_PRINTER as module + * [Config] standardise CONFIG_USB_SERIAL_IR as module + * [Config] set CONFIG_USB_SERIAL_IUU as module + * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module + * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module + * cleanup remains of dm-loop + * drop thinkpad ec and smapi support + * drop appleir + * [Config] update configs following rebase to v2.6.31-rc6 + * rebase to v2.6.31-rc6 + + [ Hugh Dickins ] + + * SAUCE: ksm patch 1, drop after 2.6.31 + * SAUCE: ksm patch 2, drop after 2.6.31 + * SAUCE: ksm patch 3, drop after 2.6.31 + * SAUCE: ksm patch 4, drop after 2.6.31 + * SAUCE: ksm patch 5, drop after 2.6.31 + * SAUCE: ksm patch 7, drop after 2.6.31 + + [ Izik Eidus ] + + * SAUCE: ksm patch 0, drop after 2.6.31 + * SAUCE: ksm patch 6, drop after 2.6.31 + * SAUCE: ksm patch 8, drop after 2.6.31 + * SAUCE: ksm patch 9, drop after 2.6.31 + + [ Luke Yelavich ] + + * [Config] Ports: Re-add PS3 modules to udebs + + [ Michael Casadevall ] + + * [Config] Update SPARC config and d-i files to reflect what can be built + + [ Tim Gardner ] + + * [Config] Removed armel package support + * [Config] Enabled CONFIG_KSM=y + + [ Upstream Kernel Changes ] + + * Rebased against v2.6.31-rc6 + * ARM: Cleanup: Revert "ARM: Add more cache memory types macros" + * ARM: Cleanup: Revert "Do not use OOB with MLC NAND" + * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers" + * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile" + * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c + changes" + * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix" + * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system + revision" + * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver + by default" + * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC" + * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable + ARCH_MXC_CANONICAL" + * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable + CONFIG_GPIOLIB" + * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on + 2.6.31" + * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51" + * ARM: Cleanup: Revert "ARM: IMX51: Make it compile." + * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including + mxc_uart.h _everywhere_" + * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the + correct location" + * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to + snd_card_create" + * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig" + * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype" + * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure." + * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for + mxc_map_io." + * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name." + * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name." + * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced + with snd_soc_card." + * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card + structure" + * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for + DMA_MODE_READ/WRITE/MASK" + * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for + Freescale mx51 platform" + * Driver core: add new device to bus's list before probing + * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at + power-saving + - LP: #381693, #399750, #380892 + + -- Andy Whitcroft Fri, 14 Aug 2009 11:32:23 +0100 + +linux (2.6.31-5.24) karmic; urgency=low + + [ Amit Kucheria ] + + * ARM: IMX51: Make video capture drivers compile + * [Config] IMX51: Config updates + + [ Andy Whitcroft ] + + * remove leftovers of dm-bbr + + [ Leann Ogasawara ] + + * Add pata_cs5535 to pata-modules + - LP: #318805 + + [ Luke Yelavich ] + + * [Config] CONFIG_PPC64=y for powerpc64-smp + * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp + * [Config] CONFIG_PPC_PS3=y for powerpc64-smp + * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp + * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp + * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp + * [Config] Enable all PS3 drivers in powerpc64-smp + + [ Mario Limonciello ] + + * LIRC -- fix lirc-i2c 2.6.31 compilation + + [ Matthew Garrett ] + + * [Upstream] dell-laptop: Fix rfkill state queries + + [ Tim Gardner ] + + * [Config] Ignore armel ABI and module changes + * [Config] Update configs after rebase against 2.6.31-rc5 + + [ Upstream ] + + * Rebased to 2.6.31-rc5 + + -- Andy Whitcroft Tue, 28 Jul 2009 10:10:09 +0100 + +linux (2.6.31-4.23) karmic; urgency=low + + [ Andy Whitcroft ] + + * AUFS -- update to aufs2-30 20090727 + * [Config] enable AUFS FUSE support + + [ Luke Yelavich ] + + * [Config] CONFIG_JFS_FS=m on sparc + + [ Tim Gardner ] + + * [Upstream] dell-laptop: Fix rfkill state setting. + + -- Andy Whitcroft Mon, 27 Jul 2009 11:11:47 +0100 + +linux (2.6.31-4.22) karmic; urgency=low + + [ Amit Kucheria ] + + * ARM: IMX51: Add SoC and board support for Freescale mx51 platform + * ARM: IMX51: Move board-mx51* header files to the correct location + * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_ + * ARM: IMX51: Make it compile. + * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB + * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL + * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC + * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default + * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes + * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef + * ARM: staging: udlfb: Add vmalloc.h include + * UBUNTU [Config]: Bring imx51 config upto date with other flavours + + [ Brad Figg ] + + * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK + * ARM: IMX51: codec structure was moved to the card structure + * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card. + * ARM: IMX51: Get to bus_id by calling dev_name. + * ARM: IMX51: Get to bus_id by calling dev_name. + * ARM: IMX51: Added external declaration for mxc_map_io. + * ARM: IMX51: Removed the mxc_gpio_port structure. + * ARM: IMX51: mxc_timer_init prototype + * ARM: IMX51: Fix up merge error in Kconfig + * ARM: IMX51: Changed from snd_card_new to snd_card_create + + [ Dinh Nguyen ] + + * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51 + * ARM: IMX51: Minimal changes for USB to work on 2.6.31 + * ARM: IMX51: Babbage 2.5 needs a different system revision + * ARM: IMX51: IPU irq handler deadlock fix + + [ Tim Gardner ] + + * [Config] Enabled CONFIG_CAN=m + - LP: #327243 + * [Config] Enabled CONFIG_SERIAL=m + - LP: #397189 + + -- Tim Gardner Fri, 24 Jul 2009 06:19:10 -0600 + +linux (2.6.31-4.21) karmic; urgency=low + + [ Amit Kucheria ] + + * dm-raid-4-5: Add missing brackets around test_bit() + + [ John Johansen ] + + * AppArmor: Fix change_profile failing lpn401931 + * AppArmor: Fix determination of forced AUDIT messages. + * AppArmor: Fix oops in auditing of the policy interface offset + + -- Andy Whitcroft Thu, 23 Jul 2009 19:18:30 +0100 + +linux (2.6.31-4.20) karmic; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: iscsitarget -- update to SVN revision r214 + * SAUCE: iscsitarget -- renable driver + * [Config] consolidate lpia/lpia and i386/generic configs + * [Config] enable CRYPTO modules for all architectures + * [Config] enable cryptoloop + * [Config] enable various filesystems for armel + * [Config] sync i386 generic and generic-pae + * [Config] add the 386 (486 processors and above) flavour + * [Config] re-set DEFAULT_MMAP_MIN_ADDR + - LP: #399914 + * add genconfigs/genportsconfigs to extract the built configs + * updateconfigs -- alter concatenation order allow easier updates + * intelfb -- INTELFB now conflicts with DRM_I915 + * printchanges -- rebase tree does not have stable tags use changelog + * AppArmor: fix argument size missmatch on 64 bit builds + + [ Ike Panhc ] + + * Ship bnx2x firmware in nic-modules udeb + - LP: #360966 + + [ Jeff Mahoney ] + + * AppArmor: fix build failure on ia64 + + [ John Johansen ] + + * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to + initialize. + * AppArmour: fix auditing of domain transitions to include target profile + information + * AppArmor: fix C99 violation + * AppArmor: revert reporting of create to write permission. + * SAUCE: Add config option to set a default LSM + * [Config] enable AppArmor by default + * AppArmor: Fix NULL pointer dereference oops in profile attachment. + + [ Keith Packard ] + + * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class + hardware + - LP: #351756 + + [ Luke Yelavich ] + + * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel + header packages + - LP: #355344 + + [ Michael Casadevall ] + + * [Config] update SPARC config files to allow success build + + [ Scott James Remnant ] + + * SAUCE: trace: add trace_event for the open() syscall + + [ Stefan Bader ] + + * SAUCE: jfs: Fix early release of acl in jfs_get_acl + - LP: #396780 + + [ Tim Gardner ] + + * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release + - LP: #397499 + * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727 + refresh + - LP: #365291 + * [Config] SSB/B44 are common across all arches/flavours. + + [ Upstream ] + + * Rebased to 2.6.31-rc4 + + -- Andy Whitcroft Thu, 23 Jul 2009 08:41:39 +0100 + +linux (2.6.31-3.19) karmic; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Config] Disabled NDISWRAPPER" + * ndiswrapper -- fix i386 compilation failures on cmpxchg8b + * AUFS -- export various core functions + * AUFS -- export various core functions -- fixes + * AUFS -- core filesystem + * AUFS -- track changes in v2.6.31 + * [Config] Enable AUFS + * droppped 'iwl3945: do not send scan command if channel count zero' as it + is already upstream but failed to auto-drop on rebase. + + [ Eric Paris ] + + * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user + choose + * SAUCE: inotify: check filename before dropping repeat events + * SAUCE: fsnotify: fix inotify tail drop check with path entries + + -- Andy Whitcroft Tue, 14 Jul 2009 12:52:55 +0100 + +linux (2.6.31-3.18) karmic; urgency=low + + [ Andy Whitcroft ] + + * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by + AUFS" + * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS" + * Revert "Add sec_perm-2.6.24.patch from AUFS - export + security_inode_permission" + * clear out left over AUFS files and modifications + + [ Luke Yelavich ] + + * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc + * SAUCE: Explicitly include header files to allow apparmor to build on + powerpc + * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc + + [ Tim Gardner ] + + * [Config] Dropped ubuntu/misc/wireless/acx + * [Config] Disabled NDISWRAPPER until the compile issues are fixed. + + [ Upstream ] + + * Rebased to 2.6.31-rc3 + + -- Andy Whitcroft Fri, 10 Jul 2009 18:59:33 +0100 + +linux (2.6.31-2.17) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc + * compcache -- remove redundant Kconfig entries part 2 + * compcache -- clean up CCFLAGS declarations + * [Config] enable AppArmor + * AppArmor: fix operator precidence issue in as_path_link + + [ John Johansen ] + + * AppArmor security module + * AppArmor: Correct mapping of file permissions. + * AppArmor: Turn auditing of ptrace on + + [ Luke Yelavich ] + + * [Config] disable CONFIG_DM_RAID45 on powerpc + + -- Andy Whitcroft Fri, 10 Jul 2009 15:02:05 +0100 + +linux (2.6.31-2.16) karmic; urgency=low + + [ Andy Whitcroft ] + + * compcache -- remove redundant Kconfig entries + added ignore and ignore.modules for all arches since the compcache update + changes the modules names as well as some compcache ABI values. + + [ Manoj Iyer ] + + * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3) + * SAUCE: update compcache version to 0.5.3 + + [ Tim Gardner ] + + * [Config]: Fix sparc FTBS by adding ignore.modules + + -- Tim Gardner Mon, 06 Jul 2009 13:35:29 -0600 + +linux (2.6.31-2.15) karmic; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: default ATI Radeon KMS to off until userspace catches up + * [Config] Update configs following rebase to 2.6.31-rc2 + * [Config] update ports configs following update to 2.6.31-rc2 + + [ Luke Yelavich ] + + * [Config] powerpc - Disable CONFIG_RDS + + [ Matt Zimmerman ] + + * Rename linux-doc-PKGVER to linux-doc and clean up its description + - LP: #382115 + + [ Upstream Kernel Changes ] + + * rebased to mainline 2.6.31-rc2 + + -- Andy Whitcroft Sat, 04 Jul 2009 17:39:13 +0100 + +linux (2.6.31-1.14) karmic; urgency=low + + [ Andy Whitcroft ] + + * update ndiswrapper to 1.55 + * remove leftovers of gfs + * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR + + [ Luke Yelavich ] + + * [Config] re-enable and build the ide-pmac driver into powerpc kernels + * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the + kernel + + [ Manoj Iyer ] + + * Remove snd-bt-sco ubuntu driver + + [ Michael Casadevall ] + + * [Config] updates ia64 config and d-i folders to allow succesful build + * [Config] Update powerpc and sparc for 2.6.31 + + [ Upstream Kernel Changes ] + + * intel-iommu: fix Identity Mapping to be arch independent + - LP: #384695 + * ACPI: video: prevent NULL deref in acpi_get_pci_dev() + + -- Andy Whitcroft Tue, 30 Jun 2009 17:47:32 +0100 + +linux (2.6.31-1.13) karmic; urgency=low + + [ Andy Whitcroft ] + + * REBASE: rebased to mainline 2.6.31-rc1 + - "UBUNTU: SAUCE: UHCI USB quirk for resume" + no longer applies, using deprecated interfaces, LPIA only, dropped + - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data" + changes now upstream, dropped + * [Config] Update configs following rebase to 2.6.31-rc1 + * [Config] update ports configs following update to 2.6.31-rc1 + + * [Config] disable broken staging driver CONFIG_STLC45XX + * SAUCE: fix compcache to use updates accessors + * [Config] disable staging driver CONFIG_VT6655 + * SAUCE: fix DRDB to use updates accessors + * [Disable] ndiswrapper needs update + * [Disable] LIRC I2C needs update + * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update + * [Config] disable I2C_DESIGNWARE does not compile + * [Config] disable CONFIG_TLSUP for lpia + * [Config] disable CONFIG_FB_UDL for arm + * SAUCE: disable adding scsi headers to linux-libc-dev + + [ Mario Limonciello ] + + * SAUCE: Add LIRC drivers + + -- Andy Whitcroft Thu, 25 Jun 2009 12:06:22 +0100 + +linux (2.6.30-10.12) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] split out the ports configs into their own family + * [Config] update configs following introduction of ports family + + [ Upstream Kernel Changes ] + + * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its + description". Fixes linux-doc package name conflicts for now. + - LP: #382115 + + -- Tim Gardner Mon, 22 Jun 2009 09:17:14 -0600 + +linux (2.6.30-10.11) karmic; urgency=low + + [ Amit Kucheria ] + + * [Config] Comment splitconfig.pl and misc cleanup + * [Config] Rename all configs to the new naming scheme + * [Config] Splitconfig rework + * [Config] Rename scripts/misc/oldconfig to kernelconfig + * [Config] Fix build system for new config split + * [Config] Run updateconfigs after the splitconfig rework + + [ Andy Whitcroft ] + + * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y" + * [Config] standardise CONFIG_STAGING=y + * [Config] standardise CONFIG_RD_LZMA=y + * [Config] CONFIG_PCI_IOV=y + * [Config] CONFIG_PCI_STUB=m + * [Config] merge kernel configs more agressively + + [ Colin Watson ] + + * [Config] Run kernel-wedge in $(builddir) rather than at the top level + * [Config] Add support for including firmware in udebs + * [Config] Ship bnx2 firmware in nic-modules udeb + - LP: #384861 + + [ Luke Yelavich ] + + * [Config] ports - Import of ports architectures into kernel packaging + infrastructure + * [Config] ports - Do not update ports kernel configurations by default + * [Config] ports - Disable ABI checking for ports architectures + * [Config] ports - Build drivers in ubuntu sub-directory on powerpc + * [Config] ports - Add control.d/vars.* files for ports architectures + * [Config] ports - Add ports architectures for linux-libc-dev + * [Config] ports - Create powerpc specific message-modules and + block-modules udebs + * [Config] ports - Add configuration files for ports architectures + + [ Manoj Iyer ] + + * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386 + - LP: #329864 + + [ Michael Casadevall ] + + * [Config] ports - Fix compression of kernels + + [ Stefan Bader ] + + * [Upstream] mmc: prevent dangling block device from accessing stale + queues + - LP: #383668 + + [ Tim Gardner ] + + * [Config] Recommend grub-pc in linux-image + - LP: #385741 + * [Config] Implement i386 generic and generic-pae flavours + * [Config] ports - Add control info after integrating ports arches + * [Config] Removed auto-generated files from git + * [Config] Added netxen_nic to nic-modules + - LP: #389603 + + [ Matt Zimmerman ] + + * Rename linux-doc-PKGVER to linux-doc and clean up its description + - LP: #382115 + + -- Tim Gardner Mon, 15 Jun 2009 14:38:26 -0600 + +linux (2.6.30-9.10) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia) + * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia) + * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia) + * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64) + * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia) + * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386) + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30 final + + -- Andy Whitcroft Fri, 05 Jun 2009 11:42:53 +0100 + +linux (2.6.30-8.9) karmic; urgency=low + + [ Andy Whitcroft ] + + * Config update removed the following options: + CONFIG_EDAC_AMD8111=m + CONFIG_EDAC_AMD8131=m + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc8 + + -- Andy Whitcroft Wed, 03 Jun 2009 09:21:13 +0100 + +linux (2.6.30-7.8) karmic; urgency=low + + [ Andy Whitcroft ] + + * Enabled NEW configration options: + Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y + Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc7 + + -- Andy Whitcroft Sat, 23 May 2009 23:47:24 +0100 + +linux (2.6.30-6.7) karmic; urgency=low + + [ Andy Whitcroft ] + + * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now + upstream) + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc6 + + -- Andy Whitcroft Mon, 18 May 2009 18:05:54 +0100 + +linux (2.6.30-5.6) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] Enable Keyspan USB serial device firmware in kernel module + - LP: #334285 + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc5 + + -- Tim Gardner Mon, 11 May 2009 12:02:16 -0600 + +linux (2.6.30-4.5) karmic; urgency=low + + [ Colin Watson ] + + * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid + /usr/include/asm/* going missing + - LP: #373214 + + -- Stefan Bader Fri, 08 May 2009 11:09:08 +0200 + +linux (2.6.30-3.4) karmic; urgency=low + + [ Kees Cook ] + + * SAUCE: [x86] implement cs-limit nx-emulation for ia32 + - LP: #369978 + + [ Stefan Bader ] + + * SAUCE: input: Blacklist digitizers from joydev.c + - LP: #300143 + + -- Tim Gardner Fri, 01 May 2009 14:00:42 -0600 + +linux (2.6.30-2.3) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] Enabled CC_STACKPROTECTOR=y for all x86en + - LP: #369152 + * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y + * [Config] CONFIG_DRM_I915_KMS=y + * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH + minimums + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc4 + + -- Tim Gardner Thu, 30 Apr 2009 09:17:05 -0600 + +linux (2.6.30-1.2) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] armel: disable staging drivers, fixes FTBS + * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS + + [ Upstream Kernel Changes ] + + * mpt2sas: Change reset_type enum to avoid namespace collision. + Submitted upstream. + + -- Tim Gardner Tue, 28 Apr 2009 16:54:41 -0600 + +linux (2.6.30-1.1) karmic; urgency=low + + * Initial release after rebasing against v2.6.30-rc3 + + -- Tim Gardner Thu, 12 Mar 2009 19:16:07 -0600 --- linux-lts-utopic-3.16.0.orig/debian/cloud-tools/hv_get_dhcp_info +++ linux-lts-utopic-3.16.0/debian/cloud-tools/hv_get_dhcp_info @@ -0,0 +1,55 @@ +#!/bin/bash + +# This example script retrieves the DHCP state of a given interface. +# In the interest of keeping the KVP daemon code free of distro specific +# information; the kvp daemon code invokes this external script to gather +# DHCP setting for the specific interface. +# +# Input: Name of the interface +# +# Output: The script prints the string "Enabled" to stdout to indicate +# that DHCP is enabled on the interface. If DHCP is not enabled, +# the script prints the string "Disabled" to stdout. +# +# Each Distro is expected to implement this script in a distro specific +# fashion. + +#set -x + +IF_FILE="/etc/network/interfaces" +NMCMD="nmcli" + +function checknetworkmanager { + #Assumes if $NMCMD exists, inteface exists and interface is not + # in $IF_FILE then dhcp is being used by NM + if hash $NMCMD >/dev/null 2>&1 ; then + if $NMCMD dev status |grep -q $1 ; then + echo "Enabled" + else + echo "Disabled" + fi + else + #Give up + echo "Disabled" + fi +} + +if [ -z $1 ] ; then echo "Disabled"; exit; fi + +if [ -e $IF_FILE ]; then + if grep -v -e "^#" $IF_FILE|grep -q $1 ; then + #interface exists so + if grep -q -e $1\.\*dhcp $IF_FILE; then + echo "Enabled"; exit; + else + echo "Disabled"; exit; + fi + else + checknetworkmanager $1 + exit + fi +else + checknetworkmanager $1 + exit +fi + --- linux-lts-utopic-3.16.0.orig/debian/cloud-tools/hv_get_dns_info +++ linux-lts-utopic-3.16.0/debian/cloud-tools/hv_get_dns_info @@ -0,0 +1,13 @@ +#!/bin/bash + +# This example script parses /etc/resolv.conf to retrive DNS information. +# In the interest of keeping the KVP daemon code free of distro specific +# information; the kvp daemon code invokes this external script to gather +# DNS information. +# This script is expected to print the nameserver values to stdout. +# Each Distro is expected to implement this script in a distro specific +# fashion. For instance on Distros that ship with Network Manager enabled, +# this script can be based on the Network Manager APIs for retrieving DNS +# entries. + +cat /etc/resolv.conf 2>/dev/null | awk '/^nameserver/ { print $2 }' --- linux-lts-utopic-3.16.0.orig/debian/cloud-tools/hv_set_ifconfig +++ linux-lts-utopic-3.16.0/debian/cloud-tools/hv_set_ifconfig @@ -0,0 +1,242 @@ +#! /usr/bin/env python + +# set interfaces in hv_kvp_daemon style +import fileinput +import sys +import errno +import os +import shutil +import tempfile +import subprocess + +if_filename="/etc/network/interfaces" + +'''Get quiet''' +sys.stdout = open(os.devnull, 'w') +sys.stderr = open(os.devnull, 'w') + +try: + if_file=open(if_filename,"r+") +except IOError as e: + exit(e.errno) +else: + if_file.close() + + +def kvp_dict(file): + return dict(line.strip().split("=") for line in file) + + +#setting the hwaddress to something azure is not expecting is fatal networking + +if len(sys.argv) != 2 : + exit(errno.EINVAL) + +kvp=dict(line.strip().split("=") for line in fileinput.input()) + +if not "HWADDR" in kvp : + exit(errno.EPROTO) + +if not "DEVICE" in kvp : + exit(1) + +output=[] +basename=kvp["DEVICE"] + +if "DHCP" in kvp and kvp["DHCP"]=="yes" : + output += ["auto " + basename] + output += ["iface " + basename + " inet dhcp"] + output += [""] +else: + ''' Matchup the interface specific lines ''' + + '''DNS entries will go with the first interface + and there can be a max of three''' + autolist=[] + dns=[] + if "DNS1" in kvp : + dns+=[kvp["DNS1"]] + if "DNS2" in kvp : + dns+=[kvp["DNS2"]] + if "DNS3" in kvp : + dns+=[kvp["DNS3"]] + + + ''' + No real max for the number of interface + aliases ... + only required is the address (but mate everything up that comes in. ''' + + '''ipv4 first''' + + v4names=[name for name in kvp.keys() if name.startswith("IPADDR")] + v4names.sort() + + v6names=[name for name in kvp.keys() if name.startswith("IPV6ADDR")] + v6names.sort() + + '''IPV6 requires a netmask''' + '''If an ipv6 exists, you'll want to turn off /proc/sys/net/ipv6/conf/all/autoconf with + up echo 0 > /proc/sys/net/ipv6/conf/all/autoconf''' + + '''Counter needs to increment as soon as any interface is set.''' + + + if_count=0 + + for v4 in v4names: + ifname=basename + suffix="" + if if_count : + ifname+=":" + str(if_count) + suffix="_"+str(if_count) + if not ifname in autolist: + autolist += [ifname] + output += [ "iface " + ifname + " inet static"] + output += [ "\t" + "address " + kvp[v4]] + if "NETMASK"+suffix in kvp.keys(): + output += ["\tnetmask " + kvp["NETMASK"+suffix]] + if "GATEWAY"+suffix in kvp.keys(): + output += ["\tgateway " + kvp["GATEWAY"+suffix]] + if not if_count : + output += ["\tdns-nameservers " + ' '.join(dns)] + output += [""] + if_count+=1 + + if6_count=0 + if6_used=0 + for v6 in v6names: + ifname=basename + suffix="" + if if6_used : + ifname+=":" + str(if6_used) + if if6_count : + suffix="_" + str(if6_count) + if not ifname in autolist: + autolist += [ifname] + if "IPV6NETMASK"+suffix in kvp.keys(): + output += [ "iface " + ifname + " inet6 static"] + output += [ "\taddress " + kvp[v6]] + output += [ "\tnetmask " + kvp["IPV6NETMASK"+suffix]] + if "IPV6_DEFAULTGW"+suffix in kvp.keys(): + output += [ "\tgateway " + kvp["IPV6_DEFAULTGW"+suffix] ] + if not if_count : + output += ["\tdns-nameservers " + ' '.join(dns)] + output += [""] + if_count += 1 + if6_used += 1 + if6_count += 1 + + output = ["auto "+" ".join(autolist)] + output +print "===================================" +print output +print "===================================" + + +''' Time to clean out the existing interface file''' + +# Markers. +start_mark = "# The following stanza(s) added by hv_set_ifconfig" +end_mark = "#End of hv_set_ifconfig stanzas" + +f=open(if_filename,"r") +flines=f.readlines() +f.close() +newfile=[] +pitchstanza=0 +inastanza=0 +stanza=[] +prev_line=None +for line in flines: + if line.startswith("auto"): + if inastanza: + if not pitchstanza: + newfile.extend(stanza) + stanza=[] + inastanza=0 + newline="" + autoline=line.strip().split(" ") + for word in autoline: + if (not word == basename) and (not word.startswith(basename+":")): + newline+=word + " " + newline = newline.strip() + if not newline == "auto": + newfile += [newline.strip()] + elif line.startswith(("iface","mapping","source")): + '''Read a stanza''' + '''A Stanza can also start with allow- ie allow-hotplug''' + if inastanza: + if not pitchstanza: + newfile.extend(stanza) + stanza=[] + inastanza=1 + pitchstanza=0 + autoline=line.strip().split(" ") + for word in autoline: + if (word == basename) or (word.startswith(basename+":")): + pitchstanza=1 + if not pitchstanza: + stanza+=[line.strip()] + elif line.strip() in (start_mark, end_mark): + if inastanza: + if not pitchstanza: + newfile.extend(stanza) + stanza=[] + inastanza = 0 + pitchstanza = 0 + # Deduplicate markers. + if line != prev_line: + newfile += [line.strip()] + else: + if inastanza: + if not pitchstanza: + stanza+=[line.strip()] + else: + if not pitchstanza: + newfile += [line.strip()] + prev_line=line + + + +def emit(line): + print(line) + os.write(fd, line + "\n") + +# Insert the new output at the end and inside the existing markers if found. +emitted = False +fd, path = tempfile.mkstemp() +for line in newfile: + if line == end_mark: + emit("\n".join(output)) + emitted = True + emit(line) +if not emitted: + emit(start_mark) + emit("\n".join(output)) + emit(end_mark) +os.close(fd) + +shutil.copy(path,if_filename) +os.chmod(if_filename,0644) +#print "TMPFILE is at: " + path +#print "Copied file is at: " + if_filename + + +try: + retcode = subprocess.call("ifdown "+basename , shell=True) + if retcode < 0: + print >>sys.stderr, "Child was terminated by signal", -retcode + else: + print >>sys.stderr, "Child returned", retcode +except OSError as e: + print >>sys.stderr, "Execution failed:", e + +try: + retcode = subprocess.call("ifup "+basename , shell=True) + if retcode < 0: + print >>sys.stderr, "Child was terminated by signal", -retcode + else: + print >>sys.stderr, "Child returned", retcode +except OSError as e: + print >>sys.stderr, "Execution failed:", e + + --- linux-lts-utopic-3.16.0.orig/debian/commit-templates/bumpabi +++ linux-lts-utopic-3.16.0/debian/commit-templates/bumpabi @@ -0,0 +1,3 @@ +UBUNTU: Bump ABI + +Ignore: yes --- linux-lts-utopic-3.16.0.orig/debian/commit-templates/config-updates +++ linux-lts-utopic-3.16.0/debian/commit-templates/config-updates @@ -0,0 +1,15 @@ +# +# This template is used for commit messages that don't need to +# show up in debian/changelog. Administrative stuff like config +# updates, ABI bumps, etc. Setting 'Ignore: yes' prevents +# 'debian/rules insertchanges' from inserting this commit meesage +# as a changelog entry. +# +# Please give a one-line description of the config change followed +# by a detailed explanation if necessary + +UBUNTU: [Config] XXXX + +# BugLink: http://bugs.launchpad.net/bugs/ +# Ignore: yes +# Other text below here. --- linux-lts-utopic-3.16.0.orig/debian/commit-templates/external-driver +++ linux-lts-utopic-3.16.0/debian/commit-templates/external-driver @@ -0,0 +1,20 @@ +# Ubuntu external driver commit. +# +# NOTE: This gets reformatted for README.Ubuntu-External-Drivers and +# debian/changelog. +# +# This is only needed when a driver is added, updated or removed. It is +# not needed when patches or fixes are applied to the driver. If the +# driver is being removed, add the line: +# +# Removing: yes +# +# to the commit, and you can remove all other tags (except UBUNTU:). +# +UBUNTU: + +ExternalDriver: +Description: +Url: +Mask: +Version: --- linux-lts-utopic-3.16.0.orig/debian/commit-templates/missing-modules +++ linux-lts-utopic-3.16.0/debian/commit-templates/missing-modules @@ -0,0 +1,3 @@ +UBUNTU: build/modules: Add modules that have intentionally gone missing + +Ignore: yes --- linux-lts-utopic-3.16.0.orig/debian/commit-templates/newrelease +++ linux-lts-utopic-3.16.0/debian/commit-templates/newrelease @@ -0,0 +1,3 @@ +UBUNTU: Start new release + +Ignore: yes --- linux-lts-utopic-3.16.0.orig/debian/commit-templates/sauce-patch +++ linux-lts-utopic-3.16.0/debian/commit-templates/sauce-patch @@ -0,0 +1,40 @@ +# Ubuntu commit template. +# +# NOTE: This gets reformatted for debian/changelog +# +# +# SAUCE refers to the fact that this patch might not go upstream, but we need to +# carry it to successive releases. In most cases you DONOT want to use this +# template. +# +# An example of a SAUCE patch is the ACPI DSDT-in-initramfs patch which has been +# refused upstream, but still provides useful functionality to users with broken +# BIOSes. +# +#------------------------------------------------------------------------- +# +# The initial UBUNTU is a flag that this is an Ubuntu commit. It will be +# referenced to the Author in the debian/changelog entry. +# +# The text following is the short message that will be placed in the +# changelog. Extra text on the following lines will be ignored, but left +# in the git commit. Lines with # will be ignored in the commit. +# +# OriginalAuthor allows for alternate attribution. +# +# OriginalLocation allows for a URL or description of where the patch came +# from. +# +# BugLink is a URL to a Malone bug. +# +# Ignore: yes will keep this commit from showing up in the changelog. +# +UBUNTU: SAUCE: + + + +# OriginalAuthor: +# OriginalLocation: +# BugLink: http://bugs.launchpad.net/bugs/ +# Ignore: yes +# Other text below here. --- linux-lts-utopic-3.16.0.orig/debian/commit-templates/upstream-patch +++ linux-lts-utopic-3.16.0/debian/commit-templates/upstream-patch @@ -0,0 +1,27 @@ +# Ubuntu commit template. +# +# NOTE: This gets reformatted for debian/changelog +# +# The initial UBUNTU is a flag that this is an Ubuntu commit. It will be +# referenced to the Author in the debian/changelog entry. +# +# The text following is the short message that will be placed in the +# changelog. Extra text on the following lines will be ignored, but left +# in the git commit. Lines with # will be ignored in the commit. +# +# OriginalAuthor allows for alternate attribution. +# +# OriginalLocation allows for a URL or description of where the patch came +# from. +# +# BugLink is a URL to a Malone bug. +# +# Ignore: yes will keep this commit from showing up in the changelog. +# +UBUNTU: [Upstream] + +# OriginalAuthor: +# OriginalLocation: +# BugLink: http://bugs.launchpad.net/bugs/ +# Ignore: yes +# Other text below here. --- linux-lts-utopic-3.16.0.orig/debian/compat +++ linux-lts-utopic-3.16.0/debian/compat @@ -0,0 +1 @@ +5 --- linux-lts-utopic-3.16.0.orig/debian/control +++ linux-lts-utopic-3.16.0/debian/control @@ -0,0 +1,818 @@ +Source: linux-lts-utopic +Section: devel +Priority: optional +Maintainer: Ubuntu Kernel Team +Standards-Version: 3.9.4.0 +Build-Depends: debhelper (>= 5), dh-systemd, cpio, module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile [amd64 i386], libelf-dev, libnewt-dev, libiberty-dev, rsync, libdw-dev, libpci-dev, dpkg (>= 1.16.0~ubuntu4), pkg-config, flex, bison, libunwind8-dev, openssl, libaudit-dev, bc, python-dev, gawk, device-tree-compiler [powerpc], u-boot-tools [powerpc], libc6-dev-ppc64 [powerpc], libudev-dev, autoconf, automake, libtool +Build-Depends-Indep: xmlto, docbook-utils, ghostscript, transfig, bzip2, sharutils, asciidoc +Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-trusty.git +XS-Testsuite: autopkgtest +#XS-Testsuite-Depends: gcc-4.7 binutils + +Package: linux-headers-3.16.0-72 +Architecture: all +Multi-Arch: foreign +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0) +Description: Header files related to Linux kernel version 3.16.0 + This package provides kernel header files for version 3.16.0, for sites + that want the latest kernel headers. Please read + /usr/share/doc/linux-lts-utopic-headers-3.16.0-72/debian.README.gz for details + +#Package: linux-lts-utopic-tools-common +#Architecture: all +#Multi-Arch: foreign +#Section: kernel +#Priority: optional +#Depends: ${misc:Depends} +#Replaces: linux-lts-utopic-tools (<= 2.6.32-16.25) +#Description: Linux kernel version specific tools for version 3.16.0 +# This package provides the architecture independent parts for kernel +# version locked tools (such as perf and x86_energy_perf_policy) for +# version PGKVER. + +Package: linux-lts-utopic-tools-3.16.0-72 +Architecture: i386 amd64 armhf arm64 powerpc ppc64el +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + You probabally want to install linux-tools-3.16.0-72-. + +#Package: linux-lts-utopic-cloud-tools-common +#Architecture: all +#Multi-Arch: foreign +#Section: kernel +#Priority: optional +#Breaks: linux-lts-utopic-tools-common (<< 3.13.0-8.28), hv-kvp-daemon-init (<< 3.13) +#Replaces: linux-lts-utopic-tools-common (<< 3.13.0-8.28), hv-kvp-daemon-init (<< 3.13) +#Depends: ${misc:Depends} +#Description: Linux kernel version specific cloud tools for version 3.16.0 +# This package provides the architecture independent parts for kernel +# version locked tools for cloud tools for version PGKVER. + +Package: linux-lts-utopic-cloud-tools-3.16.0-72 +Architecture: i386 amd64 armhf +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-cloud-tools-common +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud tools for version 3.16.0-72 on + 64 bit x86. + You probabally want to install linux-cloud-tools-3.16.0-72-. + + +Package: linux-image-3.16.0-72-generic +Architecture: i386 amd64 armhf arm64 ppc64el +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, kvm-api-4, redhat-cluster-modules, ivtv-modules +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: grub-pc [i386 amd64 x32] | grub-efi-amd64 [amd64 x32] | grub-efi-ia32 [i386 amd64 x32] | grub [i386 amd64 x32] | lilo (>= 19.1) [i386 amd64 x32] | flash-kernel [armhf arm64] | grub-ieee1275 [ppc64el] +Suggests: fdutils, linux-lts-utopic-tools, linux-headers-3.16.0-72-generic +Description: Linux kernel image for version 3.16.0 on 64 bit x86 SMP + This package contains the Linux kernel image for version 3.16.0 on + 64 bit x86 SMP. + . + 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 Generic processors. + . + Geared toward desktop and server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-generic meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.16.0-72-generic +Architecture: i386 amd64 armhf arm64 ppc64el +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.16.0-72-generic, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel extra modules for version 3.16.0 on 64 bit x86 SMP + This package contains the Linux kernel extra modules for version 3.16.0 on + 64 bit x86 SMP. + . + 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 Generic processors. + . + Geared toward desktop and server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-generic meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.16.0-72-generic +Architecture: i386 amd64 armhf arm64 ppc64el +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-3.16.0-72, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.16.0 on 64 bit x86 SMP + This package provides kernel header files for version 3.16.0 on + 64 bit x86 SMP. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.16.0-72/debian.README.gz for details. + +Package: linux-image-3.16.0-72-generic-dbgsym +Architecture: i386 amd64 armhf arm64 ppc64el +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.16.0 on 64 bit x86 SMP + This package provides a kernel debug image for version 3.16.0 on + 64 bit x86 SMP. + . + 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-3.16.0-72-generic +Architecture: i386 amd64 armhf arm64 ppc64el +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-tools-3.16.0-72 +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + +Package: linux-cloud-tools-3.16.0-72-generic +Architecture: i386 amd64 armhf arm64 ppc64el +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-cloud-tools-3.16.0-72 +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version 3.16.0-72 on + 64 bit x86. + +Package: linux-lts-utopic-udebs-generic +XC-Package-Type: udeb +Section: debian-installer +Architecture: i386 amd64 armhf arm64 ppc64el +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + + +Package: linux-image-3.16.0-72-generic-lpae +Architecture: armhf +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, kvm-api-4, redhat-cluster-modules, ivtv-modules +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: flash-kernel [armhf] +Suggests: fdutils, linux-lts-utopic-tools, linux-headers-3.16.0-72-generic-lpae +Description: Linux kernel image for version 3.16.0 on 64 bit x86 SMP + This package contains the Linux kernel image for version 3.16.0 on + 64 bit x86 SMP. + . + 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 Generic LPAE processors. + . + Geared toward desktop and server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-generic-lpae meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.16.0-72-generic-lpae +Architecture: armhf +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.16.0-72-generic-lpae, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel extra modules for version 3.16.0 on 64 bit x86 SMP + This package contains the Linux kernel extra modules for version 3.16.0 on + 64 bit x86 SMP. + . + 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 Generic LPAE processors. + . + Geared toward desktop and server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-generic-lpae meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.16.0-72-generic-lpae +Architecture: armhf +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-3.16.0-72, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.16.0 on 64 bit x86 SMP + This package provides kernel header files for version 3.16.0 on + 64 bit x86 SMP. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.16.0-72/debian.README.gz for details. + +Package: linux-image-3.16.0-72-generic-lpae-dbgsym +Architecture: armhf +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.16.0 on 64 bit x86 SMP + This package provides a kernel debug image for version 3.16.0 on + 64 bit x86 SMP. + . + 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-3.16.0-72-generic-lpae +Architecture: armhf +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-tools-3.16.0-72 +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + +Package: linux-cloud-tools-3.16.0-72-generic-lpae +Architecture: armhf +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-cloud-tools-3.16.0-72 +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version 3.16.0-72 on + 64 bit x86. + +Package: linux-lts-utopic-udebs-generic-lpae +XC-Package-Type: udeb +Section: debian-installer +Architecture: armhf +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + + +Package: linux-image-3.16.0-72-lowlatency +Architecture: i386 amd64 +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, kvm-api-4, redhat-cluster-modules, ivtv-modules +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: grub-pc [i386 amd64 x32] | grub-efi-amd64 [amd64 x32] | grub-efi-ia32 [i386 amd64 x32] | grub [i386 amd64 x32] | lilo (>= 19.1) [i386 amd64 x32] | flash-kernel [armhf arm64] +Suggests: fdutils, linux-lts-utopic-tools, linux-headers-3.16.0-72-lowlatency +Description: Linux kernel image for version 3.16.0 on 64 bit x86 SMP + This package contains the Linux kernel image for version 3.16.0 on + 64 bit x86 SMP. + . + 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 Lowlatency processors. + . + Geared toward desktop and server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-lowlatency meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.16.0-72-lowlatency +Architecture: i386 amd64 +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.16.0-72-lowlatency, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel extra modules for version 3.16.0 on 64 bit x86 SMP + This package contains the Linux kernel extra modules for version 3.16.0 on + 64 bit x86 SMP. + . + 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 Lowlatency processors. + . + Geared toward desktop and server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-lowlatency meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.16.0-72-lowlatency +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-3.16.0-72, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.16.0 on 64 bit x86 SMP + This package provides kernel header files for version 3.16.0 on + 64 bit x86 SMP. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.16.0-72/debian.README.gz for details. + +Package: linux-image-3.16.0-72-lowlatency-dbgsym +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.16.0 on 64 bit x86 SMP + This package provides a kernel debug image for version 3.16.0 on + 64 bit x86 SMP. + . + 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-3.16.0-72-lowlatency +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-tools-3.16.0-72 +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + +Package: linux-cloud-tools-3.16.0-72-lowlatency +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-cloud-tools-3.16.0-72 +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version 3.16.0-72 on + 64 bit x86. + +Package: linux-lts-utopic-udebs-lowlatency +XC-Package-Type: udeb +Section: debian-installer +Architecture: i386 amd64 +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + + +Package: linux-image-3.16.0-72-powerpc-e500mc +Architecture: powerpc +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, redhat-cluster-modules, ivtv-modules +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: grub-ieee1275 +Suggests: fdutils, linux-lts-utopic-tools, linux-headers-3.16.0-72-powerpc-e500mc +Description: Linux kernel image for version 3.16.0 on 32-bit Freescale Power e500mc + This package contains the Linux kernel image for version 3.16.0 on + 32-bit Freescale Power e500mc. + . + 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 32-bit Freescale Power e500mc processors. + . + Geared toward server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc-e500mc meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.16.0-72-powerpc-e500mc +Architecture: powerpc +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.16.0-72-powerpc-e500mc, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel extra modules for version 3.16.0 on 32-bit Freescale Power e500mc + This package contains the Linux kernel extra modules for version 3.16.0 on + 32-bit Freescale Power e500mc. + . + 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 32-bit Freescale Power e500mc processors. + . + Geared toward server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc-e500mc meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.16.0-72-powerpc-e500mc +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-3.16.0-72, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.16.0 on 32-bit Freescale Power e500mc + This package provides kernel header files for version 3.16.0 on + 32-bit Freescale Power e500mc. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.16.0-72/debian.README.gz for details. + +Package: linux-image-3.16.0-72-powerpc-e500mc-dbgsym +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.16.0 on 32-bit Freescale Power e500mc + This package provides a kernel debug image for version 3.16.0 on + 32-bit Freescale Power e500mc. + . + 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-3.16.0-72-powerpc-e500mc +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-tools-3.16.0-72 +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + +Package: linux-cloud-tools-3.16.0-72-powerpc-e500mc +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-cloud-tools-3.16.0-72 +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version 3.16.0-72 on + 64 bit x86. + +Package: linux-lts-utopic-udebs-powerpc-e500mc +XC-Package-Type: udeb +Section: debian-installer +Architecture: powerpc +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + + +Package: linux-image-3.16.0-72-powerpc-smp +Architecture: powerpc +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, redhat-cluster-modules, ivtv-modules +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: yaboot +Suggests: fdutils, linux-lts-utopic-tools, linux-headers-3.16.0-72-powerpc-smp +Description: Linux kernel image for version 3.16.0 on 32-bit PowerPC SMP + This package contains the Linux kernel image for version 3.16.0 on + 32-bit PowerPC SMP. + . + 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 32-bit PowerPC SMP processors. + . + Geared toward desktop or server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc-smp meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.16.0-72-powerpc-smp +Architecture: powerpc +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.16.0-72-powerpc-smp, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel extra modules for version 3.16.0 on 32-bit PowerPC SMP + This package contains the Linux kernel extra modules for version 3.16.0 on + 32-bit PowerPC SMP. + . + 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 32-bit PowerPC SMP processors. + . + Geared toward desktop or server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc-smp meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.16.0-72-powerpc-smp +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-3.16.0-72, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.16.0 on 32-bit PowerPC SMP + This package provides kernel header files for version 3.16.0 on + 32-bit PowerPC SMP. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.16.0-72/debian.README.gz for details. + +Package: linux-image-3.16.0-72-powerpc-smp-dbgsym +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.16.0 on 32-bit PowerPC SMP + This package provides a kernel debug image for version 3.16.0 on + 32-bit PowerPC SMP. + . + 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-3.16.0-72-powerpc-smp +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-tools-3.16.0-72 +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + +Package: linux-cloud-tools-3.16.0-72-powerpc-smp +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-cloud-tools-3.16.0-72 +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version 3.16.0-72 on + 64 bit x86. + +Package: linux-lts-utopic-udebs-powerpc-smp +XC-Package-Type: udeb +Section: debian-installer +Architecture: powerpc +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + + +Package: linux-image-3.16.0-72-powerpc64-emb +Architecture: powerpc +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, redhat-cluster-modules, ivtv-modules +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: grub-ieee1275 +Suggests: fdutils, linux-lts-utopic-tools, linux-headers-3.16.0-72-powerpc64-emb +Description: Linux kernel image for version 3.16.0 on 64-bit PowerPC SMP Book3E + This package contains the Linux kernel image for version 3.16.0 on + 64-bit PowerPC SMP Book3E. + . + 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 64-bit PowerPC SMP Book3E processors. + . + Geared toward desktop or server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc64-emb meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.16.0-72-powerpc64-emb +Architecture: powerpc +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.16.0-72-powerpc64-emb, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel extra modules for version 3.16.0 on 64-bit PowerPC SMP Book3E + This package contains the Linux kernel extra modules for version 3.16.0 on + 64-bit PowerPC SMP Book3E. + . + 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 64-bit PowerPC SMP Book3E processors. + . + Geared toward desktop or server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc64-emb meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.16.0-72-powerpc64-emb +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-3.16.0-72, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.16.0 on 64-bit PowerPC SMP Book3E + This package provides kernel header files for version 3.16.0 on + 64-bit PowerPC SMP Book3E. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.16.0-72/debian.README.gz for details. + +Package: linux-image-3.16.0-72-powerpc64-emb-dbgsym +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.16.0 on 64-bit PowerPC SMP Book3E + This package provides a kernel debug image for version 3.16.0 on + 64-bit PowerPC SMP Book3E. + . + 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-3.16.0-72-powerpc64-emb +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-tools-3.16.0-72 +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + +Package: linux-cloud-tools-3.16.0-72-powerpc64-emb +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-cloud-tools-3.16.0-72 +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version 3.16.0-72 on + 64 bit x86. + +Package: linux-lts-utopic-udebs-powerpc64-emb +XC-Package-Type: udeb +Section: debian-installer +Architecture: powerpc +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + + +Package: linux-image-3.16.0-72-powerpc64-smp +Architecture: powerpc +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, redhat-cluster-modules, ivtv-modules +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: yaboot +Suggests: fdutils, linux-lts-utopic-tools, linux-headers-3.16.0-72-powerpc64-smp +Description: Linux kernel image for version 3.16.0 on 64-bit PowerPC SMP + This package contains the Linux kernel image for version 3.16.0 on + 64-bit PowerPC SMP. + . + 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 64-bit PowerPC SMP processors. + . + Geared toward desktop or server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc64-smp meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.16.0-72-powerpc64-smp +Architecture: powerpc +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.16.0-72-powerpc64-smp, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel extra modules for version 3.16.0 on 64-bit PowerPC SMP + This package contains the Linux kernel extra modules for version 3.16.0 on + 64-bit PowerPC SMP. + . + 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 64-bit PowerPC SMP processors. + . + Geared toward desktop or server systems. + . + You likely do not want to install this package directly. Instead, install + the linux-powerpc64-smp meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.16.0-72-powerpc64-smp +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-3.16.0-72, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.16.0 on 64-bit PowerPC SMP + This package provides kernel header files for version 3.16.0 on + 64-bit PowerPC SMP. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.16.0-72/debian.README.gz for details. + +Package: linux-image-3.16.0-72-powerpc64-smp-dbgsym +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.16.0 on 64-bit PowerPC SMP + This package provides a kernel debug image for version 3.16.0 on + 64-bit PowerPC SMP. + . + 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-3.16.0-72-powerpc64-smp +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-tools-3.16.0-72 +Description: Linux kernel version specific tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version 3.16.0-72 on + 64 bit x86. + +Package: linux-cloud-tools-3.16.0-72-powerpc64-smp +Architecture: powerpc +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-lts-utopic-cloud-tools-3.16.0-72 +Description: Linux kernel version specific cloud tools for version 3.16.0-72 + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version 3.16.0-72 on + 64 bit x86. + +Package: linux-lts-utopic-udebs-powerpc64-smp +XC-Package-Type: udeb +Section: debian-installer +Architecture: powerpc +Depends: ${udeb:Depends} +Description: Metapackage depending on kernel udebs + This package depends on the all udebs that the kernel build generated, + for easier version and migration tracking. + --- linux-lts-utopic-3.16.0.orig/debian/control-scripts/extra-post +++ linux-lts-utopic-3.16.0/debian/control-scripts/extra-post @@ -0,0 +1,14 @@ +#!/bin/sh +set -e + +case "$0::$1" in +*.postinst::configure|*.postrm::remove) + depmod -a -F /boot/System.map-=V =V || true + for dir in "/etc/kernel/postinst.d" "/etc/kernel/postinst.d/=V" + do + if [ -d "$dir" ]; then + run-parts --verbose --exit-on-error --arg="=V" --arg="/boot/=K-=V" "$dir" + fi + done + ;; +esac --- linux-lts-utopic-3.16.0.orig/debian/control-scripts/headers-postinst +++ linux-lts-utopic-3.16.0/debian/control-scripts/headers-postinst @@ -0,0 +1,126 @@ +#!/usr/bin/perl +# -*- Mode: Cperl -*- +# debian.postinst --- +# Author : Manoj Srivastava ( srivasta@pilgrim.umass.edu ) +# Created On : Sat Apr 27 05:42:43 1996 +# Created On Node : melkor.pilgrim.umass.edu +# Last Modified By : Manoj Srivastava +# Last Modified On : Sat Aug 5 13:20:22 2006 +# Last Machine Used: glaurung.internal.golden-gryphon.com +# Update Count : 45 +# Status : Unknown, Use with caution! +# HISTORY : +# Description : +# +# +# +# arch-tag: 1c716174-2f0a-476d-a626-a1322e62503a +# + + +$|=1; + +# Predefined values: +my $version = "=V"; +my $kimage = "=K"; +my $package_name = "linux-image-$version"; + + +# Ignore all invocations uxcept when called on to configure. +exit 0 unless ($ARGV[0] && $ARGV[0] =~ /configure/); + +#known variables +my $image_dest = "/"; +my $realimageloc = "/boot/"; +my $silent_modules = ''; +my $modules_base = '/lib/modules'; +my $CONF_LOC = '/etc/kernel-img.conf'; +# remove multiple leading slashes; make sure there is at least one. +$realimageloc =~ s|^/*|/|o; +$realimageloc =~ s|/+|/|o; + +chdir '/usr/src' or die "Could not chdir to /usr/src:$!"; + +if (-r "$CONF_LOC" && -f "$CONF_LOC" ) { + if (open(CONF, "$CONF_LOC")) { + while () { + chomp; + s/\#.*$//g; + next if /^\s*$/; + + $header_postinst_hook = "$1" if /^\s*header_postinst_hook\s*=\s*(\S+)/ig; + } + close CONF; + } +} + +sub exec_script { + my $type = shift; + my $script = shift; + print STDERR "Running $type hook script $script.\n"; + system ("$script $version $realimageloc$kimage-$version") && + print STDERR "User $type hook script [$script] "; + if ($?) { + if ($? == -1) { + print STDERR "failed to execute: $!\n"; + } + elsif ($? & 127) { + printf STDERR "died with signal %d, %s coredump\n", + ($? & 127), ($? & 128) ? 'with' : 'without'; + } + else { + printf STDERR "exited with value %d\n", $? >> 8; + } + exit $? >> 8; + } +} +sub run_hook { + my $type = shift; + my $script = shift; + if ($script =~ m,^/,) { + # Full path provided for the hook script + if (-x "$script") { + &exec_script($type,$script); + } + else { + die "The provided $type hook script [$script] could not be run.\n"; + } + } + else { + # Look for it in a safe path + for my $path ('/bin', '/sbin', '/usr/bin', '/usr/sbin') { + if (-x "$path/$script") { + &exec_script($type, "$path/$script"); + return 0; + } + } + # No luck + print STDERR "Could not find $type hook script [$script].\n"; + die "Looked in: '/bin', '/sbin', '/usr/bin', '/usr/sbin'\n"; + } +} + +## Run user hook script here, if any +if (-x "$header_postinst_hook") { + &run_hook("postinst", $header_postinst_hook); +} + +if (-d "/etc/kernel/header_postinst.d") { + print STDERR "Examining /etc/kernel/header_postinst.d.\n"; + system ("run-parts --verbose --exit-on-error --arg=$version " . + "--arg=$realimageloc$kimage-$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +if (-d "/etc/kernel/header_postinst.d/$version") { + print STDERR "Examining /etc/kernel/header_postinst.d/$version.\n"; + system ("run-parts --verbose --exit-on-error --arg=$version " . + "--arg=$realimageloc$kimage-$version " . + "/etc/kernel/header_postinst.d/$version") && + die "Failed to process /etc/kernel/header_postinst.d/$version"; +} + +exit 0; + +__END__ --- linux-lts-utopic-3.16.0.orig/debian/control-scripts/postinst +++ linux-lts-utopic-3.16.0/debian/control-scripts/postinst @@ -0,0 +1,1110 @@ +#! /usr/bin/perl +# OriginalAuthor : Manoj Srivastava ( srivasta@pilgrim.umass.edu ) +# +# Customized for Ubuntu by: Ben Collins + +#use strict; #for debugging +use Cwd 'abs_path'; + +$|=1; + +# Predefined values: +my $version = "=V"; +my $link_in_boot = ""; # Should be empty, mostly +my $no_symlink = ""; # Should be empty, mostly +my $reverse_symlink = ""; # Should be empty, mostly +my $do_symlink = "Yes"; # target machine defined +my $do_boot_enable = "Yes"; # target machine defined +my $do_bootfloppy = "Yes"; # target machine defined +my $do_bootloader = "Yes"; # target machine defined +my $move_image = ''; # target machine defined +my $kimage = "=K"; # Should be empty, mostly +my $loader = "=L"; # lilo, silo, quik, palo, vmelilo, nettrom, arcboot or delo +my $image_dir = "/boot"; # where the image is located +my $clobber_modules = ''; # target machine defined +my $relative_links = ""; # target machine defined +my $initrd = "YES"; # initrd kernel +my $do_initrd = ''; # Normally we do not +my $use_hard_links = ''; # hardlinks do not work across fs boundaries +my $postinst_hook = ''; #Normally we do not +my $postrm_hook = ''; #Normally we do not +my $preinst_hook = ''; #Normally we do not +my $prerm_hook = ''; #Normally we do not +my $minimal_swap = ''; # Do not swap symlinks +my $ignore_depmod_err = ''; # normally we do not +my $kernel_arch = "=B"; +my $ramdisk = "/usr/sbin/update-initramfs"; # List of tools to create initial ram fs. +my $notifier = "/usr/share/update-notifier/notify-reboot-required"; +my $package_name = "linux-image-$version"; +my $explicit_do_loader = 'Yes'; + +my $Loader = "NoLOADER"; # +$Loader = "LILO" if $loader =~ /^lilo/io; +$Loader = "SILO" if $loader =~ /^silo/io; +$Loader = "QUIK" if $loader =~ /^quik/io; +$Loader = "yaboot" if $loader =~ /^yaboot/io; +$Loader = "PALO" if $loader =~ /^palo/io; +$Loader = "NETTROM" if $loader =~ /^nettrom/io; +$Loader = "VMELILO" if $loader =~ /^vmelilo/io; +$Loader = "ZIPL" if $loader =~ /^zipl/io; +$Loader = "ELILO" if $loader =~ /^elilo/io; +$Loader = "ARCBOOT" if $loader =~ /^arcboot/io; +$Loader = "DELO" if $loader =~ /^delo/io; + +# This should not point to /tmp, because of security risks. +my $temp_file_name = "/var/log/$loader" . "_log.$$"; + +#known variables +my $image_dest = "/"; +my $realimageloc = "/$image_dir/"; +my $have_conffile = ""; +my $silent_modules = ''; +my $silent_loader = ''; +my $warn_reboot = 'Yes'; # Warn that we are installing a version of + # the kernel we are running + +my $modules_base = '/lib/modules'; +my $CONF_LOC = '/etc/kernel-img.conf'; + +# Ignore all invocations except when called on to configure. +exit 0 unless $ARGV[0] =~ /configure/; + +my $DEBUG = 0; + +# Do some preliminary sanity checks here to ensure we actually have an +# valid image dir +chdir('/') or die "could not chdir to /:$!\n"; +die "Internal Error: ($image_dir) is not a directory!\n" + unless -d $image_dir; + +# remove multiple leading slashes; make sure there is at least one. +$realimageloc =~ s|^/*|/|o; +$realimageloc =~ s|/+|/|o; +die "Internal Error: ($realimageloc) is not a directory!\n" + unless -d $realimageloc; + +if (-r "$CONF_LOC" && -f "$CONF_LOC" ) { + if (open(CONF, "$CONF_LOC")) { + while () { + chomp; + s/\#.*$//g; + next if /^\s*$/; + + $do_symlink = "" if /^\s*do_symlinks\s*=\s*(no|false|0)\s*$/ig; + $no_symlink = "" if /^\s*no_symlinks\s*=\s*(no|false|0)\s*$/ig; + $reverse_symlink = "" if /^\s*reverse_symlink\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*image_in_boot\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*link_in_boot\s*=\s*(no|false|0)\s*$/ig; + $move_image = "" if /^\s*move_image\s*=\s*(no|false|0)\s*$/ig; + $clobber_modules = '' if /^\s*clobber_modules\s*=\s*(no|false|0)\s*$/ig; + $do_boot_enable = '' if /^\s*do_boot_enable\s*=\s*(no|false|0)\s*$/ig; + $do_bootfloppy = '' if /^\s*do_bootfloppy\s*=\s*(no|false|0)\s*$/ig; + $relative_links = '' if /^\s*relative_links \s*=\s*(no|false|0)\s*$/ig; + $do_bootloader = '' if /^\s*do_bootloader\s*=\s*(no|false|0)\s*$/ig; + $explicit_do_loader = '' if /^\s*do_bootloader\s*=\s*(no|false|0)\s*$/ig; + $do_initrd = '' if /^\s*do_initrd\s*=\s*(no|false|0)\s*$/ig; + $use_hard_links = '' if /^\s*use_hard_links\s*=\s*(no|false|0)\s*$/ig; + $silent_modules = '' if /^\s*silent_modules\s*=\s*(no|false|0)\s*$/ig; + $silent_loader = '' if /^\s*silent_loader\s*=\s*(no|false|0)\s*$/ig; + $warn_reboot = '' if /^\s*warn_reboot\s*=\s*(no|false|0)\s*$/ig; + $minimal_swap = '' if /^\s*minimal_swap\s*=\s*(no|false|0)\s*$/ig; + $ignore_depmod_err = '' if /^\s*ignore_depmod_err\s*=\s*(no|false|0)\s*$/ig; + + $do_symlink = "Yes" if /^\s*do_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $no_symlink = "Yes" if /^\s*no_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $reverse_symlink = "Yes" if /^\s*reverse_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*image_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*link_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $move_image = "Yes" if /^\s*move_image\s*=\s*(yes|true|1)\s*$/ig; + $clobber_modules = "Yes" if /^\s*clobber_modules\s*=\s*(yes|true|1)\s*$/ig; + $do_boot_enable = "Yes" if /^\s*do_boot_enable\s*=\s*(yes|true|1)\s*$/ig; + $do_bootfloppy = "Yes" if /^\s*do_bootfloppy\s*=\s*(yes|true|1)\s*$/ig; + $do_bootloader = "Yes" if /^\s*do_bootloader\s*=\s*(yes|true|1)\s*$/ig; + $explicit_do_loader = "YES" if /^\s*do_bootloader\s*=\s*(yes|true|1)\s*$/ig; + $relative_links = "Yes" if /^\s*relative_links\s*=\s*(yes|true|1)\s*$/ig; + $do_initrd = "Yes" if /^\s*do_initrd\s*=\s*(yes|true|1)\s*$/ig; + $use_hard_links = "Yes" if /^\s*use_hard_links\s*=\s*(yes|true|1)\s*$/ig; + $silent_modules = 'Yes' if /^\s*silent_modules\s*=\s*(yes|true|1)\s*$/ig; + $silent_loader = 'Yes' if /^\s*silent_loader\s*=\s*(yes|true|1)\s*$/ig; + $warn_reboot = 'Yes' if /^\s*warn_reboot\s*=\s*(yes|true|1)\s*$/ig; + $minimal_swap = 'Yes' if /^\s*minimal_swap\s*=\s*(yes|true|1)\s*$/ig; + $ignore_depmod_err = 'Yes' if /^\s*ignore_depmod_err\s*=\s*(yes|true|1)\s*$/ig; + + $image_dest = "$1" if /^\s*image_dest\s*=\s*(\S+)/ig; + $postinst_hook = "$1" if /^\s*postinst_hook\s*=\s*(\S+)/ig; + $postrm_hook = "$1" if /^\s*postrm_hook\s*=\s*(\S+)/ig; + $preinst_hook = "$1" if /^\s*preinst_hook\s*=\s*(\S+)/ig; + $prerm_hook = "$1" if /^\s*prerm_hook\s*=\s*(\S+)/ig; + $ramdisk = "$1" if /^\s*ramdisk\s*=\s*(.+)$/ig; + } + close CONF; + $have_conffile = "Yes"; + } +} + + + +# For some versions of kernel-package, we had this warning in the +# postinst, but the rules did not really interpolate the value in. +# Here is a sanity check. +my $pattern = "=" . "I"; +$initrd=~ s/^$pattern$//; + +if ($link_in_boot) { + $image_dest = "/$image_dir/"; # same as realimageloc +} + +# Tack on at least one trainling / +$image_dest = "$image_dest/"; +$image_dest =~ s|^/*|/|o; +$image_dest =~ s|/+$|/|o; + +if (! -d "$image_dest") { + die "Expected Image Destination dir ($image_dest) to be a valid directory!\n"; +} + +# sanity +if (!($do_bootfloppy || $do_bootloader)) { + $do_boot_enable = ''; +} +if ($do_symlink && $no_symlink) { + warn "Both do_symlinks and no_symlinks options enabled; disabling no_symlinks\n"; + $no_symlink = 0; +} + +# most of our work is done in $image_dest (nominally /) +chdir("$image_dest") or die "could not chdir to $image_dest:$!\n"; + +# Paranoid check to make sure that the correct value is put in there +if (! $kimage) { $kimage = "vmlinuz"; } # Hmm. empty +elsif ($kimage =~ m/^b?uImage$/o) { $kimage = "vmlinuz"; } # these produce vmlinuz +elsif ($kimage =~ m/^b?zImage$/o) { $kimage = "vmlinuz"; } # these produce vmlinuz +elsif ($kimage =~ m/^[iI]mage$/o) { my $nop = $kimage; } +elsif ($kimage =~ m/^vmlinux$/o) { my $nop = $kimage; } +else { $kimage = "vmlinuz"; } # Default + +$ENV{KERNEL_ARCH}=$kernel_arch if $kernel_arch; + + +die "Internal Error: Could not find image (" . $realimageloc + . "$kimage-$version)\n" unless -e $realimageloc + . "$kimage-$version"; + +# search for the boot loader in the path +my $loader_exec; +($loader_exec = $loader) =~ s|.*/||; +my ($loaderloc) = grep -x, map "$_/$loader_exec", + map { length($_) ? $_ : "." } split /:/, $ENV{PATH}; + + +###################################################################### +###################################################################### +########### Test whether a relative symlinkwould be OK ####### +###################################################################### +###################################################################### +sub test_relative { + my %params = @_; + my $cwd; + + die "Internal Error: Missing Required paramater 'Old Dir' " + unless $params{'Old Dir'}; + die "Internal Error: Missing Required paramater New Dir' " + unless $params{'New Dir'}; + + + die "Internal Error: No such dir $params{'Old Dir'} " + unless -d $params{'Old Dir'}; + die "Internal Error: No such dir $params{'New Dir'} " + unless -d $params{'New Dir'}; + + # If the caller specified a test file, and it does not exist try and find + # another file to use in its stead. As we are installing kernels we can + # use any versioned file from this kernel which should be in the same place. + if (defined $params{'Test File'} and + ! -f $params{'Old Dir'} . '/' . $params{'Test File'}) { + + my @possible = glob($params{'Old Dir'} . "/*$version*"); + if ($#possible >= 0) { + $params{'Test File'} = `basename "$possible[0]"`; + chomp($params{'Test File'}); + warn "Test relative: selected $params{'Test File'}" + if $DEBUG; + } + } + + warn "Test relative: testing $params{'Old Dir'} -> $params{'New Dir'}" + if $DEBUG; + chomp($cwd = `pwd`); + chdir ($params{'New Dir'}) or die "Could not chdir to $params{'New Dir'}:$!"; + my $ok = 0; + $params{'Old Dir'} =~ s|^/*||o; + if (-d $params{'Old Dir'} ) { + if (defined $params{'Test File'}) { + if (-e $params{'Old Dir'} . $params{'Test File'}) { + $ok = 1; + } + } else { + $ok = 1; # well, backward compatibility + } + } + chdir ($cwd) or die "Could not chdir to $params{'New Dir'}:$!"; + return $ok; +} + +###################################################################### +###################################################################### +############ +###################################################################### +###################################################################### +# sub CanonicalizePath { +# my $path = join '/', @_; +# my @work = split '/', $path; +# my @out; +# my $is_absolute; + +# if (@work && $work[0] eq "") { +# $is_absolute = 1; shift @work; +# } + +# while (@work) { +# my $seg = shift @work; +# if ($seg eq "." || $seg eq "") { +# } +# elsif ($seg eq "..") { +# if (@out && $out[-1] ne "..") { +# pop @out; +# } +# else { +# # Leading "..", or "../..", etc. +# push @out, $seg; +# } +# } +# else { +# push @out, $seg; +# } +# } + +# unshift @out, "" if $is_absolute; +# return join('/', @out); +# } +###################################################################### +###################################################################### +############ +###################################################################### +###################################################################### + +sub spath { + my %params = @_; + + die "Missing Required paramater 'Old'" unless $params{'Old'}; + die "Missing Required paramater 'New'" unless $params{'New'}; + + my @olddir = split '/', `readlink -q -m $params{'Old'}`; + my @newdir = split '/', `readlink -q -m $params{'New'}`; + my @outdir = @olddir; + + my $out = ''; + my $i; + for ($i = 0; $i <= $#olddir && $i <= $#newdir; $i++) { + $out++ if ($olddir[$i] ne $newdir[$i]); + shift @outdir unless $out; + unshift @outdir, ".." if $out; + } + if ($#newdir > $#olddir) { + for ($i=0; $i < $#newdir; $i++) { + unshift @outdir, ".."; + } + } + return join ('/', @outdir); +} +###################################################################### +###################################################################### +############ +###################################################################### +###################################################################### + + +# This routine actually moves the kernel image +# From: $realimageloc/$kimage-$version (/boot/vmlinuz-2.6.12) +# To: $image_dest/$kimage-$version (/vmlinuz-2.6.12) +# Note that the image is moved to a versioned destination, but ordinary +# symlinks we create otherwise are not normally versioned +sub really_move_image { + my $src_dir = $_[0]; + my $target = $_[1]; + my $dest_dir = $_[2]; + + warn "Really move image: src_dir=$src_dir, target=$target,\n destdir=$dest_dir" + if $DEBUG; + if (-e "$target") { + # we should be in dir $dest_dir == $image_dest /, normally + rename("$target", "$target.$$") || + die "failed to move " . $dest_dir . "$target:$!"; + warn "mv $target $target.$$" if $DEBUG; + } + warn "mv -f $src_dir$target $target" if $DEBUG; + my $ret = system("mv -f " . $src_dir . "$target " . + " $target"); + if ($ret) { + die("Failed to move " . $src_dir . "$target to " + . $dest_dir . "$target"); + } + # Ok, now we may clobber the previous .old files + if (-e "$target.$$") { + rename("$target.$$", "$target.old") || + die "failed to move " . $dest_dir . "$target:$!"; + warn "mv $target.$$ $target " if $DEBUG; + } +} + +# Normally called after really_move_image; and only called if we asked for +# reversed link this routine reverses the symbolic link that is notmally +# created. Since the real kernel image has been moved over to +# $image_dest/$kimage-$version. So, this routine links +# From: $image_dest/$kimage-$version (/vmlinuz-2.6.12) +# To: $realimageloc/$kimage-$version (/boot/vmlinuz-2.6.12) +sub really_reverse_link { + my $src_dir = $_[0]; + my $link_name = $_[1]; + my $dest_dir = $_[2]; + warn "Really reverse link: src_dir=$src_dir, link name=$link_name\n" . + "\tdestdir=$dest_dir" if $DEBUG; + + my $Old = $dest_dir; + if (test_relative ('Old Dir' => $Old, 'New Dir' => $src_dir, + 'Test File' => "$link_name")) { + $Old =~ s|^/*||o; + } + # Special case is they are in the same dir + my $rel_path = spath('Old' => "$Old", 'New' => "$src_dir" ); + $Old ="" if $rel_path =~ m/^\s*$/o; + + if ($use_hard_links =~ m/YES/i) { + link($Old . "$link_name", $src_dir . "$link_name") || + die("Failed to link " . $dest_dir . "$link_name to " . $src_dir . + "$link_name:$!"); + warn "ln " . $Old . "$link_name " . $src_dir . "$link_name" if $DEBUG; + } + else { + symlink($Old . "$link_name", $src_dir . "$link_name") || + die("Failed to symbolic-link " . $dest_dir . "$link_name to " . $src_dir + . "$link_name:$!"); + warn "ln -s " . $Old . "$link_name " . $src_dir . "$link_name" if $DEBUG; + } +} + +# This routine is invoked if there is a symbolic link in place +# in $image_dest/$kimage -- so a symlink exists in the destination. +# What we are trying to determine is if we need to move the symbolic link over +# to the the .old location +sub move_p { + my $kimage = $_[0]; # Name of the symbolic link + my $image_dest = $_[1]; # The directory the links goes into + my $image_name = $_[2]; + my $src_dir = $_[3]; + my $force_move = 0; + warn "Move?: kimage=$kimage, image_dest=$image_dest, \n" . + "\timage_name=$image_name, src_dir=$src_dir" if $DEBUG; + + if ($no_symlink || $reverse_symlink) { + # we do not want links, yet we have a symbolic link here! + warn "found a symbolic link in " . $image_dest . "$kimage \n" . + "even though no_symlink is defined\n" if $no_symlink; + warn "found a symbolic link in " . $image_dest . "$kimage \n" . + "even though reverse_symlink is defined\n" if $reverse_symlink; + # make sure we change this state of affairs + $force_move = 1; + return $force_move; + } + + warn "DEBUG: OK. We found symlink, and we should have a symlink here.\n" + if $DEBUG; + my $vmlinuz_target = readlink "$kimage"; + my $real_target = ''; + my $target = `readlink -q -m "${realimageloc}${kimage}-${version}"`; + $real_target = abs_path($vmlinuz_target) if defined($vmlinuz_target); + + if (!defined($vmlinuz_target) || ! -f "$real_target") { + # what, a dangling symlink? + warn "The link " . $image_dest . "$kimage is a dangling link" . + "to $real_target\n"; + $force_move = 1; + return $force_move; + } + + + warn "DEBUG: The link $kimage points to ($vmlinuz_target)\n" if $DEBUG; + warn "DEBUG: ($vmlinuz_target) is really ($real_target)\n" if $DEBUG; + my $cwd; + chomp ($cwd=`pwd`); + if ($vmlinuz_target !~ m|^/|o) { + $vmlinuz_target = $cwd . "/" . $vmlinuz_target; + $vmlinuz_target =~ s|/+|/|o; + } + $vmlinuz_target = `readlink -q -m $vmlinuz_target`; + + if ("$vmlinuz_target" ne "$target") { + warn "DEBUG: We need to handle this.\n" if $DEBUG; + if ($minimal_swap) { + warn "DEBUG: Minimal swap.\n" if $DEBUG; + if (-l "$kimage.old") { + warn "DEBUG: There is an old link at $kimage.old\n" if $DEBUG; + my $old_target = readlink "$kimage.old"; + my $real_old_target = ''; + $real_old_target=abs_path($old_target) if defined ($old_target); + + if ($real_old_target && -f "$real_old_target") { + if ($old_target !~ m|^/|o) { + $old_target = $cwd . "/" . $old_target; + $old_target =~ s|/+|/|o; + } + $old_target = `readlink -q -m $old_target`; + if ("$old_target" ne "$target") { + $force_move = 1; + warn "DEBUG: Old link ($old_target) does not point to us ($target)\n" + if $DEBUG; + } + else { # The .old points to the current + warn "$kimage.old --> $target -- doing nothing"; + $force_move = 0; + } + } + else { + warn "DEBUG: Well, the old link does not exist -- so we move\n" + if $DEBUG; + $force_move = 1; + } + } + else { + warn "DEBUG: No .old link -- OK to move\n" + if $DEBUG; + $force_move = 1; + } + } + else { + warn "DEBUG: ok, minimal swap is no-- so we move.\n" + if $DEBUG; + $force_move = 1; + } + } + else { # already have proper link + warn "$kimage($vmlinuz_target) points to $target ($real_target) -- doing nothing"; + $force_move = 0; + } + return $force_move; +} + + +# This routine moves the symbolic link around (/vmlinuz -> /vmlinuz.old) +# It pays attention to whether we should the fact whether we should be using +# hard links or not. +sub really_move_link { + my $kimage = $_[0]; # Name of the symbolic link + my $image_dest = $_[1]; # The directory the links goes into + my $image_name = $_[2]; + my $src_dir = $_[3]; + warn "really_move_link: kimage=$kimage, image_dest=$image_dest\n" . + "\t image_name=$image_name, src_dir=$src_dir" if $DEBUG; + + # don't clobber $kimage.old quite yet + rename("$kimage", "$kimage.$$") || + die "failed to move " . $image_dest . "$kimage:$!"; + warn "mv $kimage $kimage.$$" if $DEBUG; + my $Old = $src_dir; + my $cwd; + + chomp($cwd=`pwd`); + if (test_relative ('Old Dir' => $Old, 'New Dir' => $cwd, + 'Test File' => "$image_name")) { + $Old =~ s|^/*||o; + } + # Special case is they are in the same dir + my $rel_path = spath('Old' => "$Old", 'New' => "$cwd" ); + $Old ="" if $rel_path =~ m/^\s*$/o; + + if ($use_hard_links =~ m/YES/i) { + warn "ln ${Old}${image_name} $kimage" if $DEBUG; + if (! link("${Old}${image_name}", "$kimage")) { + rename("$kimage.$$", "$kimage"); + die("Failed to link ${Old}${image_name} to " . + "${image_dest}${kimage}:$!"); + } + } + else { + warn "ln -s ${Old}${image_name} $kimage" if $DEBUG; + if (! symlink("${Old}${image_name}", "$kimage")) { + rename("$kimage.$$", "$kimage"); + die("Failed to symbolic-link ${Old}${image_name} to " . + "${image_dest}${kimage}:$!"); + } + } + + # Ok, now we may clobber the previous .old file + if (-l "$kimage.old" || ! -e "$kimage.old" ) { + rename("$kimage.$$", "$kimage.old"); + warn "mv $kimage.$$ $kimage.old" if $DEBUG; + } + else { + warn "$kimage.old is not a symlink, not clobbering\n"; + warn "rm $kimage.$$"; + unlink "$kimage.$$" if $DEBUG; + } +} + +# This routine handles a request to do symlinks, but there is no +# symlink file already there. Either we are supposed to use copy, or we are +# installing on a pristine system, or the user does not want symbolic links at +# all. We use a configuration file to tell the last two cases apart, creating +# a config file if needed. +sub handle_missing_link { + my $kimage = $_[0]; # Name of the symbolic link + my $image_dest = $_[1]; # The directory the links goes into + my $image_name = $_[2]; + my $src_dir = $_[3]; + warn "handle_missing_link: kimage=$kimage, image_dest=$image_dest\n" . + "\t image_name=$image_name, src_dir=$src_dir" if $DEBUG; + + if ($no_symlink) { + warn "cp -a --backup=t $realimageloc$image_name $kimage" if $DEBUG; + my $ret = system("cp -a --backup=t " . $realimageloc . + "$image_name " . " $kimage"); + if ($ret) { + die("Failed to copy " . $realimageloc . "$image_name to " + . $image_dest . "$kimage"); + } + } + elsif ($reverse_symlink) { + warn "mv -f $realimageloc$image_name $kimage" if $DEBUG; + my $ret = system("mv -f " . $realimageloc . "$image_name " + . "$kimage"); + if ($ret) { + die("Failed to move " . $realimageloc . "$image_name to " + . $image_dest . "$kimage"); + } + } + else { + if (! $have_conffile) { + my $ret; + my $answer=''; + $do_symlink = "Yes"; + + if (open(CONF, ">$CONF_LOC")) { + print CONF "# Kernel Image management overrides\n"; + print CONF "# See kernel-img.conf(5) for details\n"; + if ($loader =~ /palo/i) { + print CONF "link_in_boot = Yes\n"; + print CONF "do_symlinks = Yes\n"; + print CONF "relative_links = Yes\n"; + print CONF "do_bootloader = No\n"; + } else { + print CONF "do_symlinks = $do_symlink\n"; + } + close CONF; + } + $have_conffile = "Yes"; + } + } + + if (! $no_symlink && $do_symlink =~ /Yes/i) { + my $Old = $realimageloc; + my $New = $image_dest; + my $Name = "$image_name"; + my $Link_Dest = "$kimage"; + + if ($reverse_symlink) { + $Old = $image_dest; + $New = $realimageloc; + $Name = "$kimage"; + $Link_Dest = $realimageloc . "$image_name"; + } + if (test_relative ('Old Dir' => $Old, + 'New Dir' => $New, + 'Test File' => $Name)) { + $Old =~ s|^/*||o; + } + # Special case is they are in the same dir + my $rel_path = spath('Old' => "$Old", 'New' => "$New" ); + $Old ="" if $rel_path =~ m/^\s*$/o; + + symlink($Old . "$Name", "$Link_Dest") || + die("Failed to symbolic-link ${Old}$Name to $Link_Dest:$!"); + warn "ln -s ${Old}$Name $Link_Dest" if $DEBUG; + + } +} + +# This routine handles the rest of the cases, where the user has requested +# non-traditional handling, like using cp, or reverse symlinks, or hard links. +sub handle_non_symlinks { + my $kimage = $_[0]; # Name of the symbolic link + my $image_dest = $_[1]; # The directory the links goes into + my $image_name = $_[2]; + my $src_dir = $_[3]; + warn "handle_non_link: kimage=$kimage, image_dest=$image_dest\n" . + "\t image_name=$image_name, src_dir=$src_dir" if $DEBUG; + + # Save the current image. We do this in all four cases + rename("$kimage", "$kimage.$$") || + die "failed to move " . $image_dest . "$kimage:$!"; + warn "mv $kimage $kimage.$$" if $DEBUG; + + ##,#### + # case One + #`#### + if ($no_symlink) { + # Maybe /$image_dest is on a dos system? + warn "cp -a --backup=t $realimageloc$image_name $kimage" if $DEBUG; + my $ret = system("cp -a --backup=t " . $realimageloc + . "$image_name " . "$kimage"); + if ($ret) { + if (-e "$kimage.$$") { + rename("$kimage.$$", "$kimage"); + warn "mv $kimage.$$ $kimage" if $DEBUG; + } + die("Failed to copy " . $realimageloc . "$image_name to " + . $image_dest . "$kimage"); + } + } + ##,#### + # case Two + #`#### + elsif ($reverse_symlink) { # Maybe /$image_dest is on a dos system? + warn "mv -f $realimageloc$image_name $kimage" if $DEBUG; + my $ret = system("mv -f " . $realimageloc . "$image_name " + . $image_dest . "$kimage"); + if ($ret) { + if (-e "$kimage.$$") { + rename("$kimage.$$", "$kimage"); + warn "mv $kimage.$$ $kimage" if $DEBUG; + } + die("Failed to move " . $realimageloc . "$image_name to " + . $image_dest . "$kimage"); + } + my $Old = $image_dest; + if (test_relative ('Old Dir' => $Old, 'New Dir' => $realimageloc, + 'Test File' => "$kimage")) { + $Old =~ s|^/*||o; + } + # Special case is they are in the same dir + my $rel_path = spath('Old' => "$Old", 'New' => "$realimageloc" ); + $Old ="" if $rel_path =~ m/^\s*$/o; + + if ($use_hard_links =~ m/YES/i) { + warn "ln " . $Old . "$kimage " . $realimageloc . "$image_name" if $DEBUG; + if (! link($Old . "$kimage", $realimageloc . "$image_name")) { + warn "Could not link " . $image_dest . + "$kimage to $image_name :$!"; + } + } + else { + warn "ln -s " . $Old . "$kimage " . $realimageloc . "$image_name" if $DEBUG; + if (! symlink($Old . "$kimage", $realimageloc . "$image_name")) { + warn "Could not symlink " . $image_dest . + "$kimage to $image_name :$!"; + } + } + } + ##,#### + # case Three + #`#### + elsif ($use_hard_links =~ m/YES/i ) { + # Ok then. this ought to be a hard link, and hence fair game + # don't clobber $kimage.old quite yet + my $Old = $realimageloc; + my $cwd; + chomp($cwd=`pwd`); + if (test_relative ('Old Dir' => $Old, 'New Dir' => $cwd, + 'Test File' => "$image_name")) { + $Old =~ s|^/*||o; + } + # Special case is they are in the same dir + my $rel_path = spath('Old' => "$Old", 'New' => "$cwd" ); + $Old ="" if $rel_path =~ m/^\s*$/o; + + warn "ln " . $Old . "$image_name " . "$kimage" if $DEBUG; + if (! link($Old . "$image_name", "$kimage")) { + warn "mv $kimage.$$ $kimage" if $DEBUG; + rename("$kimage.$$", "$kimage"); + die("Failed to link " . $realimageloc . "$image_name to " + . $image_dest . "$kimage"); + } + } + ##,#### + # case Four + #`#### + else { + # We just use cp + warn "cp -a --backup=t $realimageloc$image_name $kimage" if $DEBUG; + my $ret = system("cp -a --backup=t " . $realimageloc + . "$image_name " . "$kimage"); + if ($ret) { + if (-e "$kimage.$$") { + warn "mv $kimage.$$ $kimage" if $DEBUG; + rename("$kimage.$$", "$kimage"); + } + die("Failed to copy " . $realimageloc . "$image_name to " + . $image_dest . "$kimage"); + } + } + # Ok, now we may clobber the previous .old file + warn "mv $kimage.$$ $kimage.old if -e $kimage.$$" if $DEBUG; + rename("$kimage.$$", "$kimage.old") if -e "$kimage.$$"; +} + +# This routine is responsible for setting up the symbolic links +# So, the actual kernel image lives in +# $realimageloc/$image_name (/boot/vmlinuz-2.6.12). +# This routine creates symbolic links in $image_dest/$kimage (/vmlinuz) +sub image_magic { + my $kimage = $_[0]; # Name of the symbolic link + my $image_dest = $_[1]; # The directory the links goes into + my $image_name = "$kimage-$version"; + my $src_dir = $realimageloc; + warn "image_magic: kimage=$kimage, image_dest=$image_dest\n" . + "\t image_name=$image_name, src_dir=$src_dir" if $DEBUG; + + # Well, in any case, if the destination (the symlink we are trying + # to create) is a directory, we should do nothing, except throw a + # diagnostic. + if (-d "$kimage" ) { + die ("Hmm. $kimage is a directory, which I did not expect. I am\n" . + "trying to create a symbolic link with that name linked to \n" . + "$image_dest . Since a directory exists here, my assumptions \n" . + "are way off, and I am aborting.\n" ); + exit (3); + } + + if ($move_image) { # Maybe $image_dest is in on dos, or something? + # source dir, link name, dest dir + really_move_image( $realimageloc, $image_name, $image_dest); + really_reverse_link($realimageloc, $image_name, $image_dest) + if $reverse_symlink; + return; + } + + if (-l "$kimage") { # There is a symbolic link + warn "DEBUG: There is a symlink for $kimage\n" if $DEBUG; + my $force_move = move_p($kimage, $image_dest, $image_name, $src_dir); + + if ($force_move) { + really_move_link($kimage, $image_dest, $image_name, $src_dir); + } + } + elsif (! -e "$kimage") { + # Hmm. Pristine system? How can that be? Installing from scratch? + # Or maybe the user does not want a symbolic link here. + # Possibly they do not want a link here. (we should be in / + # here[$image_dest, really] + handle_missing_link($kimage, $image_dest, $image_name, $src_dir); + } + elsif (-e "$kimage" ) { + # OK, $kimage exists -- but is not a link + handle_non_symlinks($kimage, $image_dest, $image_name, $src_dir); + } +} + +###################################################################### +###################################################################### +###################################################################### +###################################################################### + +# We may not have any modules installed +if ( -d "$modules_base/$version" ) { + print STDERR "Running depmod.\n"; + my $ret = system("depmod -a $version"); + if ($ret) { + print STDERR "Failed to run depmod\n"; + exit(1); + } +} + + + +sub find_initrd_tool { + my $hostversion = shift; + my $version = shift; + print STDERR "Finding valid ramdisk creators.\n"; + my @ramdisks = + grep { + my $args = + "$_ " . + "--supported-host-version=$hostversion " . + "--supported-target-version=$version " . + "1>/dev/null 2>&1" + ; + system($args) == 0; + } + split (/[:,\s]+/, $ramdisk); +} + +# The initrd symlink should probably be in the same dir that the +# symlinks are in +if ($initrd) { + my $success = 0; + + # Update-initramfs is called slightly different than mkinitrd and + # mkinitramfs. XXX It should really be made compatible with this stuff + # some how. + my $upgrading = 1; + if (! defined $ARGV[1] || ! $ARGV[1] || $ARGV[1] =~ m//og) { + $upgrading = 0; + } + my $ret = system("$ramdisk " . ($upgrading ? "-u" : "-c") . " -k " . $version . " >&2"); + $success = 1 unless $ret; + die "Failed to create initrd image.\n" unless $success; + if (! defined $ARGV[1] || ! $ARGV[1] || $ARGV[1] =~ m//og) { + image_magic("initrd.img", $image_dest); + } + else { + if (! -e "initrd.img") { + handle_missing_link("initrd.img", $image_dest, "initrd.img-$version", + $realimageloc); + } + else { + print STDERR + "Not updating initrd symbolic links since we are being updated/reinstalled \n"; + print STDERR + "($ARGV[1] was configured last, according to dpkg)\n"; + } + } + + if ($initrd && -l "initrd" ) { + unlink "initrd"; + } + + if ($initrd && -l "$image_dir/initrd" && ! $link_in_boot) { + unlink "$image_dir/initrd"; + } +} +else { # Not making an initrd emage + if (-l "initrd.img") { + # Ooh, last image was an initrd image? in any case, we should move it. + my $target = readlink "initrd.img"; + my $real_target = ''; + $real_target = abs_path($target) if defined ($target); + + if (!defined($target) || ! -f "$real_target") { + # Eh. dangling link. can safely be removed. + unlink("initrd.img"); + } else { + if (-l "initrd.img.old" || ! -e "initrd.img.old" ) { + rename("initrd.img", "initrd.img.old"); + } else { + warn "initrd.img.old is not a symlink, not clobbering\n"; + unlink("initrd.img"); + } + } + } +} + +# Warn of a reboot +if (-x $notifier) { + system($notifier); +} + +# Let programs know not to hibernate if the kernel that would be used for +# resume-from-hibernate is likely to differ from the currently running kernel. +system("mountpoint -q /var/run"); +if ($? eq 0) { + system("touch /var/run/do-not-hibernate"); +} + +# Only change the symlinks if we are not being upgraded +if (! defined $ARGV[1] || ! $ARGV[1] || $ARGV[1] =~ m//og) { + image_magic($kimage, $image_dest); +} +else { + if (! -e "$kimage") { + handle_missing_link($kimage, $image_dest, "$kimage-$version", + $realimageloc); + } + else { + print STDERR + "Not updating image symbolic links since we are being updated/reinstalled \n"; + print STDERR + "($ARGV[1] was configured last, according to dpkg)\n"; + } +} + +# We used to have System.* files in / +if (-e "/System.map" || -e "/System.old") { + unlink '/System.map' if -e '/System.map'; + unlink '/System.old' if -e '/System.old'; +} + +# creating some info about kernel and initrd +if ($DEBUG) { + my $ksize=sprintf("%.0f",(stat($realimageloc . + "$kimage-$version"))[7]/1024)."kB"; + my $initrdsize=''; + if ($initrd) { + $initrdsize=sprintf("%.0f",(stat($realimageloc . + "initrd.img-$version"))[7]/1024)."kB"; + } + + print STDERR <<"EOMSG"; +A new kernel image has been installed at $realimageloc$kimage-$version + (Size: $ksize) + +Symbolic links, unless otherwise specified, can be found in $image_dest + +EOMSG + ; + + if ($initrd) { + print STDERR <<"EOMSGA"; + + Initial rootdisk image: ${realimageloc}initrd.img-$version (Size: $initrdsize) +EOMSGA + ; + } +} + +# set the env var stem +$ENV{'STEM'} = "linux"; +sub exec_script { + my $type = shift; + my $script = shift; + print STDERR "Running $type hook script $script.\n"; + system ("$script $version $realimageloc$kimage-$version") && + print STDERR "User $type hook script [$script] "; + if ($?) { + if ($? == -1) { + print STDERR "failed to execute: $!\n"; + } + elsif ($? & 127) { + printf STDERR "died with signal %d, %s coredump\n", + ($? & 127), ($? & 128) ? 'with' : 'without'; + } + else { + printf STDERR "exited with value %d\n", $? >> 8; + } + exit $? >> 8; + } +} +sub run_hook { + my $type = shift; + my $script = shift; + if ($script =~ m,^/,) { + # Full path provided for the hook script + if (-x "$script") { + &exec_script($type,$script); + } + else { + die "The provided $type hook script [$script] could not be run.\n"; + } + } + else { + # Look for it in a safe path + for my $path ('/bin', '/sbin', '/usr/bin', '/usr/sbin') { + if (-x "$path/$script") { + &exec_script($type, "$path/$script"); + return 0; + } + } + # No luck + print STDERR "Could not find $type hook script [$script].\n"; + die "Looked in: '/bin', '/sbin', '/usr/bin', '/usr/sbin'\n"; + } +} + +my $options; +for (@ARGV) { + s,','\\'',g; + $options .= " '$_'"; +} +$ENV{'DEB_MAINT_PARAMS'}="$options"; + +## Run user hook script here, if any +if ($postinst_hook) { + &run_hook("postinst", $postinst_hook); +} + +if (-d "/etc/kernel/postinst.d") { + print STDERR "Examining /etc/kernel/postinst.d.\n"; + system ("run-parts --verbose --exit-on-error --arg=$version " . + "--arg=$realimageloc$kimage-$version " . + "/etc/kernel/postinst.d") && + die "Failed to process /etc/kernel/postinst.d"; +} + +if (-d "/etc/kernel/postinst.d/$version") { + print STDERR "Examining /etc/kernel/postinst.d/$version.\n"; + system ("run-parts --verbose --exit-on-error --arg=$version " . + "--arg=$realimageloc$kimage-$version " . + "/etc/kernel/postinst.d/$version") && + die "Failed to process /etc/kernel/postinst.d/$version"; +} + +LOADER: { + last unless $do_boot_enable; # Exit if explicitly asked to + + last if $loader =~ /silo/i; # SILO does not have to be executed. + last if $loader =~ /yaboot/i; # yaboot does not have to be executed. + last if $loader =~ /milo/i; # MILO does not have to be executed. + last if $loader =~ /nettrom/i; # NETTROM does not have to be executed. + last if $loader =~ /arcboot/i; # ARCBOOT does not have to be executed. + last if $loader =~ /delo/i; # DELO does not have to be executed. + last if $loader =~ /quik/i; # maintainer asked quik invocation to be ignored + + last unless $loaderloc; + last unless -x $loaderloc; + last unless $do_bootloader; + + if (-T "/etc/$loader.conf") { + # Trust and use the existing lilo.conf. + print STDERR "You already have a $Loader configuration in /etc/$loader.conf\n"; + my $ret = &run_lilo(); + exit $ret if $ret; + } +} + + +sub run_lilo (){ + my $ret; + # Try and figure out if the user really wants lilo to be run -- + # since the default is to run the boot laoder, which is ! grub -- but + # the user may be using grub now, and not changed the default. + + # So, if the user has explicitly asked for the loader to be run, or + # if there is no postinst hook, or if there is no grub installed -- + # we are OK. Or else, we ask. + if ($explicit_do_loader || (! ($postinst_hook && -x '/usr/sbin/grub'))) { + print STDERR "Running boot loader as requested\n"; + } else { + print STDERR "Ok, not running $loader\n"; + } + if ($loader =~ /^lilo/io or $loader =~ /vmelilo/io) { + print STDERR "Testing $loader.conf ... \n"; + unlink $temp_file_name; # security + $ret = system("$loaderloc -t >$temp_file_name 2>&1"); + if ($ret) { + print STDERR "Boot loader test failed\n"; + return $ret; + } + unlink "$temp_file_name"; + print STDERR "Testing successful.\n"; + print STDERR "Installing the "; + print STDERR "partition " if $loader =~ /^lilo/io; + print STDERR "boot sector... \n"; + } + + print STDERR "Running $loaderloc ... \n"; + if ($loader =~ /^elilo/io) { + $ret = system("$loaderloc 2>&1 | tee $temp_file_name"); + } else { + $ret = system("$loaderloc >$temp_file_name 2>&1"); + } + if ($ret) { + print STDERR "Boot loader failed to run\n"; + return $ret; + } + unlink $temp_file_name; + print STDERR "Installation successful.\n"; + return 0; +} + +exit 0; + +__END__ + --- linux-lts-utopic-3.16.0.orig/debian/control-scripts/postrm +++ linux-lts-utopic-3.16.0/debian/control-scripts/postrm @@ -0,0 +1,361 @@ +#! /usr/bin/perl +# -*- Mode: Cperl -*- +# image.postrm --- +# Author : Manoj Srivastava ( srivasta@glaurung.green-gryphon.com ) +# Created On : Sat May 15 11:05:13 1999 +# Created On Node : glaurung.green-gryphon.com +# Last Modified By : Manoj Srivastava +# Last Modified On : Wed Sep 13 11:26:19 2006 +# Last Machine Used: glaurung.internal.golden-gryphon.com +# Update Count : 57 +# Status : Unknown, Use with caution! +# HISTORY : +# Description : +# +# $Id: image.postrm,v 1.31 2003/10/07 16:24:20 srivasta Exp $ +# + + +# +#use strict; #for debugging +use Cwd 'abs_path'; + +$|=1; + +# Predefined values: +my $version = "=V"; +my $link_in_boot = ""; # Should be empty, mostly +my $no_symlink = ""; # Should be empty, mostly +my $reverse_symlink = ""; # Should be empty, mostly +my $do_symlink = "Yes"; # target machine defined +my $do_boot_enable = "Yes"; # target machine defined +my $do_bootfloppy = "Yes"; # target machine defined +my $do_bootloader = "Yes"; # target machine defined +my $move_image = ''; # target machine defined +my $kimage = "=K"; # Should be empty, mostly +my $loader = "=L"; # lilo, silo, quik, palo, vmelilo, or nettrom +my $image_dir = "/boot"; # where the image is located +my $clobber_modules = ''; # target machine defined +my $initrd = "YES"; # initrd kernel +my $do_initrd = ''; # Normally, we don't +my $warn_initrd = 'YES'; # Normally we do +my $use_hard_links = ''; # hardlinks do not work across fs boundaries +my $postinst_hook = ''; #Normally we do not +my $postrm_hook = ''; #Normally we do not +my $preinst_hook = ''; #Normally we do not +my $prerm_hook = ''; #Normally we do not +my $minimal_swap = ''; # Do not swap symlinks +my $ignore_depmod_err = ''; # normally we do not +my $relink_build_link = 'YES'; # There is no harm in checking the link +my $force_build_link = ''; # we shall not create a dangling link +my $kernel_arch = "=B"; +my $ramdisk = "/usr/sbin/update-initramfs"; +my $package_name = "linux-image-$version"; + +my $Loader = "NoLOADER"; # +$Loader = "LILO" if $loader =~ /^lilo/io; +$Loader = "SILO" if $loader =~ /^silo/io; +$Loader = "QUIK" if $loader =~ /^quik/io; +$Loader = "yaboot" if $loader =~ /^yaboot/io; +$Loader = "PALO" if $loader =~ /^palo/io; +$Loader = "NETTROM" if $loader =~ /^nettrom/io; +$Loader = "VMELILO" if $loader =~ /^vmelilo/io; +$Loader = "ZIPL" if $loader =~ /^zipl/io; +$Loader = "ELILO" if $loader =~ /^elilo/io; + + +# This should not point to /tmp, because of security risks. +my $temp_file_name = "/var/log/$loader" . "_log.$$"; + +#known variables +my @boilerplate = (); +my @silotemplate = (); +my @quiktemplate = (); +my @palotemplate = (); +my @vmelilotemplate = (); +my $bootdevice = ''; +my $rootdevice = ''; +my $rootdisk = ''; +my $rootpartition = ''; +my $image_dest = "/"; +my $realimageloc = "/$image_dir/"; +my $have_conffile = ""; +my $CONF_LOC = '/etc/kernel-img.conf'; +my $relative_links = ''; +my $silent_modules = ''; +my $silent_loader = ''; +my $warn_reboot = 'Yes'; # Warn that we are installing a version of + # the kernel we are running + +chdir('/') or die "could not chdir to /:$!\n"; +# remove multiple leading slashes; make sure there is at least one. +$realimageloc =~ s|^/*|/|o; +$realimageloc =~ s|/+|/|o; + + +if (-r "$CONF_LOC" && -f "$CONF_LOC" ) { + if (open(CONF, "$CONF_LOC")) { + while () { + chomp; + s/\#.*$//g; + next if /^\s*$/; + + $do_symlink = "" if /^\s*do_symlinks\s*=\s*(no|false|0)\s*$/ig; + $no_symlink = "" if /^\s*no_symlinks\s*=\s*(no|false|0)\s*$/ig; + $reverse_symlink = "" if /^\s*reverse_symlinks\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*image_in_boot\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*link_in_boot\s*=\s*(no|false|0)\s*$/ig; + $move_image = "" if /^\s*move_image\s*=\s*(no|false|0)\s*$/ig; + $clobber_modules = '' if /^\s*clobber_modules\s*=\s*(no|false|0)\s*$/ig; + $do_boot_enable = '' if /^\s*do_boot_enable\s*=\s*(no|false|0)\s*$/ig; + $do_bootfloppy = '' if /^\s*do_bootfloppy\s*=\s*(no|false|0)\s*$/ig; + $relative_links = '' if /^\s*relative_links \s*=\s*(no|false|0)\s*$/ig; + $do_bootloader = '' if /^\s*do_bootloader\s*=\s*(no|false|0)\s*$/ig; + $do_initrd = '' if /^\s*do_initrd\s*=\s*(no|false|0)\s*$/ig; + $warn_initrd = '' if /^\s*warn_initrd\s*=\s*(no|false|0)\s*$/ig; + $use_hard_links = '' if /^\s*use_hard_links\s*=\s*(no|false|0)\s*$/ig; + $silent_modules = '' if /^\s*silent_modules\s*=\s*(no|false|0)\s*$/ig; + $silent_loader = '' if /^\s*silent_loader\s*=\s*(no|false|0)\s*$/ig; + $warn_reboot = '' if /^\s*warn_reboot\s*=\s*(no|false|0)\s*$/ig; + $minimal_swap = '' if /^\s*minimal_swap\s*=\s*(no|false|0)\s*$/ig; + $ignore_depmod_err = '' if /^\s*ignore_depmod_err\s*=\s*(no|false|0)\s*$/ig; + $relink_build_link = '' if /^\s*relink_build_link\s*=\s*(no|false|0)\s*$/ig; + $force_build_link = '' if /^\s*force_build_link\s*=\s*(no|false|0)\s*$/ig; + + $do_symlink = "Yes" if /^\s*do_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $no_symlink = "Yes" if /^\s*no_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $reverse_symlink = "Yes" if /^\s*reverse_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*image_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*link_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $move_image = "Yes" if /^\s*move_image\s*=\s*(yes|true|1)\s*$/ig; + $clobber_modules = "Yes" if /^\s*clobber_modules\s*=\s*(yes|true|1)\s*$/ig; + $do_boot_enable = "Yes" if /^\s*do_boot_enable\s*=\s*(yes|true|1)\s*$/ig; + $do_bootfloppy = "Yes" if /^\s*do_bootfloppy\s*=\s*(yes|true|1)\s*$/ig; + $do_bootloader = "Yes" if /^\s*do_bootloader\s*=\s*(yes|true|1)\s*$/ig; + $relative_links = "Yes" if /^\s*relative_links\s*=\s*(yes|true|1)\s*$/ig; + $do_initrd = "Yes" if /^\s*do_initrd\s*=\s*(yes|true|1)\s*$/ig; + $warn_initrd = "Yes" if /^\s*warn_initrd\s*=\s*(yes|true|1)\s*$/ig; + $use_hard_links = "Yes" if /^\s*use_hard_links\s*=\s*(yes|true|1)\s*$/ig; + $silent_modules = 'Yes' if /^\s*silent_modules\s*=\s*(yes|true|1)\s*$/ig; + $silent_loader = 'Yes' if /^\s*silent_loader\s*=\s*(yes|true|1)\s*$/ig; + $warn_reboot = 'Yes' if /^\s*warn_reboot\s*=\s*(yes|true|1)\s*$/ig; + $minimal_swap = 'Yes' if /^\s*minimal_swap\s*=\s*(yes|true|1)\s*$/ig; + $ignore_depmod_err = 'Yes' if /^\s*ignore_depmod_err\s*=\s*(yes|true|1)\s*$/ig; + $relink_build_link = 'Yes' if /^\s*relink_build_link\s*=\s*(yes|true|1)\s*$/ig; + $force_build_link = 'Yes' if /^\s*force_build_link\s*=\s*(yes|true|1)\s*$/ig; + + $image_dest = "$1" if /^\s*image_dest\s*=\s*(\S+)/ig; + $postinst_hook = "$1" if /^\s*postinst_hook\s*=\s*(\S+)/ig; + $postrm_hook = "$1" if /^\s*postrm_hook\s*=\s*(\S+)/ig; + $preinst_hook = "$1" if /^\s*preinst_hook\s*=\s*(\S+)/ig; + $prerm_hook = "$1" if /^\s*prerm_hook\s*=\s*(\S+)/ig; + $ramdisk = "$1" if /^\s*ramdisk\s*=\s*(.+)$/ig; + } + close CONF; + $have_conffile = "Yes"; + } +} + +if ($link_in_boot) { + $image_dest = "/$image_dir/"; + $image_dest =~ s|^/*|/|o; +} + +$image_dest = "$image_dest/"; +$image_dest =~ s|/+$|/|o; + +# The destdir may be gone by now. +if (-d "$image_dest") { + chdir("$image_dest") or die "could not chdir to $image_dest:$!\n"; +} + +# Paranoid check to make sure that the correct value is put in there +if (! $kimage) {$kimage = "vmlinuz"} # Hmm. empty +elsif ($kimage =~ m/^b?uImage$/o) {$kimage = "vmlinuz"} # these produce vmlinuz +elsif ($kimage =~ m/^b?zImage$/o) {$kimage = "vmlinuz"} # these produce vmlinuz +elsif ($kimage =~ m/^[iI]mage$/o) { my $nop = $kimage;} +elsif ($kimage =~ m/^vmlinux$/o) { my $nop = $kimage;} +else {$kimage = "vmlinuz"} # default + +$ENV{KERNEL_ARCH}=$kernel_arch if $kernel_arch; + + +###################################################################### +###################################################################### +############ +###################################################################### +###################################################################### +sub remove_sym_link { + my $bad_image = $_[0]; + + warn "Removing symbolic link $bad_image \n"; + if ($loader =~ /lilo/i) + { + warn "Unless you used the optional flag in lilo, \n"; + } + warn " you may need to re-run your boot loader" . ($loader ? "[$loader]":"") + . "\n"; + # Remove the dangling link + unlink "$bad_image"; +} + +###################################################################### +###################################################################### +############ +###################################################################### +###################################################################### +sub CanonicalizePath { + my $path = join '/', @_; + my @work = split '/', $path; + my @out; + my $is_absolute; + + if (@work && $work[0] eq "") { $is_absolute = 1; shift @work; } + + while (@work) { + my $seg = shift @work; + if ($seg eq "." || $seg eq "") { + } elsif ($seg eq "..") { + if (@out && $out[-1] ne "..") { + pop @out; + } else { + # Leading "..", or "../..", etc. + push @out, $seg; + } + } else { + push @out, $seg; + } + } + + unshift @out, "" if $is_absolute; + return join('/', @out); +} + +###################################################################### +###################################################################### +############ +###################################################################### +###################################################################### +# This removes dangling symlinks. What do we do about hard links? Surely a +# something with the nane $image_dest . "$kimage" ought not to be left behind? +sub image_magic { + my $kimage = $_[0]; + my $image_dest = $_[1]; + + if (-l "$kimage") { + # There is a symbolic link + my $force_move = 0; + my $vmlinuz_target = readlink "$kimage"; + my $real_target = ''; + $real_target = abs_path($vmlinuz_target) if defined ($vmlinuz_target); + if (!defined($vmlinuz_target) || ! -f "$real_target") { + # what, a dangling symlink? + warn "The link " . $image_dest . "$kimage is a damaged link\n"; + # Remove the dangling link + &remove_sym_link("$kimage"); + } + else { + my $canonical_target = CanonicalizePath("$vmlinuz_target"); + if (! -e $canonical_target) { + warn "The link " . $image_dest . "$kimage is a dangling link\n"; + &remove_sym_link("$kimage"); + } + } + } +} + +# set the env var stem +$ENV{'STEM'} = "linux"; + +sub exec_script { + my $type = shift; + my $script = shift; + print STDERR "Running $type hook script $script.\n"; + system ("$script $version $realimageloc$kimage-$version") && + print STDERR "User $type hook script [$script] "; + if ($?) { + if ($? == -1) { + print STDERR "failed to execute: $!\n"; + } + elsif ($? & 127) { + printf STDERR "died with signal %d, %s coredump\n", + ($? & 127), ($? & 128) ? 'with' : 'without'; + } + else { + printf STDERR "exited with value %d\n", $? >> 8; + } + } +} +sub run_hook { + my $type = shift; + my $script = shift; + if ($script =~ m,^/,) { + # Full path provided for the hook script + if (-x "$script") { + &exec_script($type,$script); + } + else { + warn "The provided $type hook script [$script] could not be run.\n"; + } + } + else { + # Look for it in a safe path + for my $path ('/bin', '/sbin', '/usr/bin', '/usr/sbin') { + if (-x "$path/$script") { + &exec_script($type, "$path/$script"); + return 0; + } + } + # No luck + print STDERR "Could not find $type hook script [$script].\n"; + warn "Looked in: '/bin', '/sbin', '/usr/bin', '/usr/sbin'\n"; + } +} + +my $options; +for (@ARGV) { + s,','\\'',g; + $options .= " '$_'"; +} +$ENV{'DEB_MAINT_PARAMS'}="$options"; + +## Run user hook script here, if any +if ($postrm_hook) { + &run_hook("postrm", $postrm_hook); +} +if (-d "/etc/kernel/postrm.d") { + warn "Examining /etc/kernel/postrm.d .\n"; + system ("run-parts --verbose --exit-on-error --arg=$version " . + "--arg=$realimageloc$kimage-$version " . + "/etc/kernel/postrm.d") && + die "Failed to process /etc/kernel/postrm.d"; +} +if (-d "/etc/kernel/postrm.d/$version") { + warn "Examining /etc/kernel/postrm.d/$version .\n"; + system ("run-parts --verbose --exit-on-error --arg=$version " . + "--arg=$realimageloc$kimage-$version " . + "/etc/kernel/postrm.d/$version") && + die "Failed to process /etc/kernel/postrm.d/$version"; +} + +# check and remove damaged and dangling symlinks +if ($ARGV[0] !~ /upgrade/) { + system("$ramdisk -d -k " . $version . " > /dev/null 2>&1"); + if (-f $realimageloc . "initrd.img-$version.bak") { + unlink $realimageloc . "initrd.img-$version.bak"; + } + image_magic($kimage, $image_dest); + image_magic($kimage . ".old", $image_dest); + image_magic("initrd.img", $image_dest) if $initrd; + image_magic("initrd.img.old", $image_dest) if $initrd; +} + +exit 0; + +__END__ + + + + + + --- linux-lts-utopic-3.16.0.orig/debian/control-scripts/preinst +++ linux-lts-utopic-3.16.0/debian/control-scripts/preinst @@ -0,0 +1,315 @@ +#! /usr/bin/perl +# -*- Mode: Cperl -*- +# image.preinst --- +# Author : Manoj Srivastava ( srivasta@tiamat.datasync.com ) +# Created On : Sun Jun 14 03:38:02 1998 +# Created On Node : tiamat.datasync.com +# Last Modified By : Manoj Srivastava +# Last Modified On : Sun Sep 24 14:04:42 2006 +# Last Machine Used: glaurung.internal.golden-gryphon.com +# Update Count : 99 +# Status : Unknown, Use with caution! +# HISTORY : +# Description : +# +# + +# +#use strict; #for debugging + +use Debconf::Client::ConfModule qw(:all); +version('2.0'); +my $capb=capb("backup"); + +$|=1; + +# Predefined values: +my $version = "=V"; +my $link_in_boot = ""; # Should be empty, mostly +my $no_symlink = ""; # Should be empty, mostly +my $reverse_symlink = ""; # Should be empty, mostly +my $do_symlink = "Yes"; # target machine defined +my $do_boot_enable = "Yes"; # target machine defined +my $do_bootfloppy = "Yes"; # target machine defined +my $do_bootloader = "Yes"; # target machine defined +my $move_image = ''; # target machine defined +my $kimage = "=K"; # Should be empty, mostly +my $loader = "=L"; # lilo, silo, quik, palo, vmelilo, nettrom + # or elilo +my $image_dir = "/boot"; # where the image is located +my $initrd = "YES"; # initrd kernel +my $use_hard_links = ''; # hardlinks do not wirk across fs boundaries +my $postinst_hook = ''; #Normally we do not +my $postrm_hook = ''; #Normally we do not +my $preinst_hook = ''; #Normally we do not +my $prerm_hook = ''; #Normally we do not +my $minimal_swap = ''; # Do not swap symlinks +my $ignore_depmod_err = ''; # normally we do not +my $relink_src_link = 'YES'; # There is no harm in checking the link +my $relink_build_link = 'YES'; # There is no harm in checking the link +my $force_build_link = ''; # There is no harm in checking the link +my $kernel_arch = "=B"; +my $ramdisk = "/usr/sbin/update-initramfs"; # List of tools to create initial ram fs. +my $package_name = "linux-image-$version"; + +my $Loader = "NoLOADER"; # +$Loader = "LILO" if $loader =~ /^lilo/io; +$Loader = "SILO" if $loader =~ /^silo/io; +$Loader = "QUIK" if $loader =~ /^quik/io; +$Loader = "yaboot" if $loader =~ /^yaboot/io; +$Loader = "PALO" if $loader =~ /^palo/io; +$Loader = "NETTROM" if $loader =~ /^nettrom/io; +$Loader = "VMELILO" if $loader =~ /^vmelilo/io; +$Loader = "ZIPL" if $loader =~ /^zipl/io; +$Loader = "ELILO" if $loader =~ /^elilo/io; + + +#known variables +my @boilerplate = (); +my @silotemplate = (); +my @quiktemplate = (); +my @palotemplate = (); +my @vmelilotemplate = (); +my $bootdevice = ''; +my $rootdevice = ''; +my $rootdisk = ''; +my $rootpartition = ''; +my $image_dest = "/"; +my $realimageloc = "/$image_dir/"; +my $have_conffile = ""; +my $CONF_LOC = '/etc/kernel-img.conf'; +my $relative_links = ''; +my $silent_loader = ''; +my $warn_reboot = ''; # Warn that we are installing a version of + # the kernel we are running + +my $modules_base = '/lib/modules'; + +die "Pre inst Internal error. Aborting." unless $version; + +exit 0 if $ARGV[0] =~ /abort-upgrade/; +exit 1 unless $ARGV[0] =~ /(install|upgrade)/; + +$arch = `uname -i`; +if ($arch =~ m/86/) { + system ("grep -q ' pae ' /proc/cpuinfo"); + if ($?) { + print STDERR "This kernel does not support a non-PAE CPU.\n"; + exit 1; + } +} + +# remove multiple leading slashes; make sure there is at least one. +$realimageloc =~ s|^/*|/|o; +$realimageloc =~ s|/+|/|o; + +if (-r "$CONF_LOC" && -f "$CONF_LOC" ) { + if (open(CONF, "$CONF_LOC")) { + while () { + chomp; + s/\#.*$//g; + next if /^\s*$/; + + $do_symlink = "" if /^\s*do_symlinks\s*=\s*(no|false|0)\s*$/ig; + $no_symlink = "" if /^\s*no_symlinks\s*=\s*(no|false|0)\s*$/ig; + $reverse_symlink = "" if /^\s*reverse_symlinks\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*image_in_boot\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*link_in_boot\s*=\s*(no|false|0)\s*$/ig; + $move_image = "" if /^\s*move_image\s*=\s*(no|false|0)\s*$/ig; + $do_boot_enable = '' if /^\s*do_boot_enable\s*=\s*(no|false|0)\s*$/ig; + $do_bootfloppy = '' if /^\s*do_bootfloppy\s*=\s*(no|false|0)\s*$/ig; + $do_bootloader = '' if /^\s*do_bootloader\s*=\s*(no|false|0)\s*$/ig; + $relative_links = '' if /^\s*relative_links \s*=\s*(no|false|0)\s*$/ig; + $use_hard_links = '' if /^\s*use_hard_links\s*=\s*(no|false|0)\s*$/ig; + $silent_loader = '' if /^\s*silent_loader\s*=\s*(no|false|0)\s*$/ig; + $warn_reboot = '' if /^\s*warn_reboot\s*=\s*(no|false|0)\s*$/ig; + $minimal_swap = '' if /^\s*minimal_swap\s*=\s*(no|false|0)\s*$/ig; + $ignore_depmod_err = '' if /^\s*ignore_depmod_err\s*=\s*(no|false|0)\s*$/ig; + $relink_src_link = '' if /^\s*relink_src_link\s*=\s*(no|false|0)\s*$/ig; + $relink_build_link = '' if /^\s*relink_build_link\s*=\s*(no|false|0)\s*$/ig; + $force_build_link = '' if /^\s*force_build_link\s*=\s*(no|false|0)\s*$/ig; + + $do_symlink = "Yes" if /^\s*do_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $no_symlink = "Yes" if /^\s*no_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $reverse_symlink = "Yes" if /^\s*reverse_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*image_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*link_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $move_image = "Yes" if /^\s*move_image\s*=\s*(yes|true|1)\s*$/ig; + $do_boot_enable = "Yes" if /^\s*do_boot_enable\s*=\s*(yes|true|1)\s*$/ig; + $do_bootfloppy = "Yes" if /^\s*do_bootfloppy\s*=\s*(yes|true|1)\s*$/ig; + $do_bootloader = "Yes" if /^\s*do_bootloader\s*=\s*(yes|true|1)\s*$/ig; + $relative_links = "Yes" if /^\s*relative_links\s*=\s*(yes|true|1)\s*$/ig; + $use_hard_links = "Yes" if /^\s*use_hard_links\s*=\s*(yes|true|1)\s*$/ig; + $silent_loader = 'Yes' if /^\s*silent_loader\s*=\s*(yes|true|1)\s*$/ig; + $warn_reboot = 'Yes' if /^\s*warn_reboot\s*=\s*(yes|true|1)\s*$/ig; + $minimal_swap = 'Yes' if /^\s*minimal_swap\s*=\s*(yes|true|1)\s*$/ig; + $ignore_depmod_err = 'Yes' if /^\s*ignore_depmod_err\s*=\s*(yes|true|1)\s*$/ig; + $relink_src_link = 'Yes' if /^\s*relink_src_link\s*=\s*(yes|true|1)\s*$/ig; + $relink_build_link = 'Yes' if /^\s*relink_build_link\s*=\s*(yes|true|1)\s*$/ig; + $force_build_link = 'Yes' if /^\s*force_build_link\s*=\s*(yes|true|1)\s*$/ig; + + $image_dest = "$1" if /^\s*image_dest\s*=\s*(\S+)/ig; + $postinst_hook = "$1" if /^\s*postinst_hook\s*=\s*(\S+)/ig; + $postrm_hook = "$1" if /^\s*postrm_hook\s*=\s*(\S+)/ig; + $preinst_hook = "$1" if /^\s*preinst_hook\s*=\s*(\S+)/ig; + $prerm_hook = "$1" if /^\s*prerm_hook\s*=\s*(\S+)/ig; + $ramdisk = "$1" if /^\s*ramdisk\s*=\s*(.+)$/ig; + } + close CONF; + $have_conffile = "Yes"; + $have_conffile = "Yes"; # stop perl complaining + } +} + +$ENV{KERNEL_ARCH}=$kernel_arch if $kernel_arch; + +# About to upgrade this package from version $2 TO THIS VERSION. +# "prerm upgrade" has already been called for the old version of +# this package. + +sub find_initrd_tool { + my $hostversion = shift; + my $version = shift; + my @ramdisks = + grep { + my $args = + "$_ " . + "--supported-host-version=$hostversion " . + "--supported-target-version=$version " . + "1>/dev/null 2>&1" + ; + system($args) == 0; + } + split (/[:,\s]+/, $ramdisk); +} + +sub check { + my $version = shift; + my $lib_modules="$modules_base/$version"; + my $message = ''; + + if (-d "$lib_modules") { + opendir(DIR, $lib_modules) || die "can’t opendir $lib_modules: $!"; + my @children = readdir(DIR); + if ($#children > 1) { + my @dirs = grep { -d "$lib_modules/$_" } @children; + if ($#dirs > 1) { # we have subdirs + my $dir_message=''; + for my $dir (@dirs) { + if ($dir =~/kernel$/) { + $dir_message="An older install was detected.\n"; + } + else { + $dir_message="Module sub-directories were detected.\n" + unless $dir_message; + } + } + $message += $dir_message if $dir_message; + } + + my @links = grep { -l "$lib_modules/$_" } @children; + if ($#links > -1) { + my $links_message = ''; + for my $link (@links) { + next if ($link =~ /^build$/); + next if ($link =~ /^source$/); + $links_message = "Symbolic links were detected in $modules_base/$version.\n"; + } + $message += $links_message if $links_message; + } + my @files = grep { -f "$lib_modules/$_" } @children; + $message += "Additional files also exist in $modules_base/$version.\n" + if ($#files > -1); + } + } + else { $message .= "$lib_modules does not exist. ";} + return $message; +} + +if (-d "$modules_base/$version") { + my $errors=check($version); + warn "Info:\n$errors\n" if $errors; +} + +# set the env var stem +$ENV{'STEM'} = "linux"; + +sub exec_script { + my $type = shift; + my $script = shift; + print STDERR "Running $type hook script $script.\n"; + system ("$script $version $realimageloc$kimage-$version") && + print STDERR "User $type hook script [$script] "; + if ($?) { + if ($? == -1) { + print STDERR "failed to execute: $!\n"; + } + elsif ($? & 127) { + printf STDERR "died with signal %d, %s coredump\n", + ($? & 127), ($? & 128) ? 'with' : 'without'; + } + else { + printf STDERR "exited with value %d\n", $? >> 8; + } + exit $? >> 8; + } +} +sub run_hook { + my $type = shift; + my $script = shift; + if ($script =~ m,^/,) { + # Full path provided for the hook script + if (-x "$script") { + &exec_script($type,$script); + } + else { + die "The provided $type hook script [$script] could not be run.\n"; + } + } + else { + # Look for it in a safe path + for my $path ('/bin', '/sbin', '/usr/bin', '/usr/sbin') { + if (-x "$path/$script") { + &exec_script($type, "$path/$script"); + return 0; + } + } + # No luck + print STDERR "Could not find $type hook script [$script].\n"; + die "Looked in: '/bin', '/sbin', '/usr/bin', '/usr/sbin'\n"; + } +} + + +my $options; +for (@ARGV) { + s,','\\'',g; + $options .= " '$_'"; +} +$ENV{'DEB_MAINT_PARAMS'}="$options"; + +## Run user hook script here, if any +if (-x "$preinst_hook") { + &run_hook("preinst", $preinst_hook); +} +if (-d "/etc/kernel/preinst.d") { + print STDERR "Examining /etc/kernel/preinst.d/\n"; + system ("run-parts --verbose --exit-on-error --arg=$version" . + " --arg=$realimageloc$kimage-$version" . + " /etc/kernel/preinst.d") && + die "Failed to process /etc/kernel/preinst.d"; +} +if (-d "/etc/kernel/preinst.d/$version") { + print STDERR "Examining /etc/kernel/preinst.d/$version.\n"; + system ("run-parts --verbose --exit-on-error --arg=$version" . + " --arg=$realimageloc$kimage-$version" . + " /etc/kernel/preinst.d/$version") && + die "Failed to process /etc/kernel/preinst.d/$version"; +} +print STDERR "Done.\n"; + +exit 0; + +__END__ + + --- linux-lts-utopic-3.16.0.orig/debian/control-scripts/prerm +++ linux-lts-utopic-3.16.0/debian/control-scripts/prerm @@ -0,0 +1,312 @@ +#! /usr/bin/perl +# -*- Mode: Perl -*- +# image.prerm --- +# Author : root ( root@melkor.pilgrim.umass.edu ) +# Created On : Fri May 17 03:28:59 1996 +# Created On Node : melkor.pilgrim.umass.edu +# Last Modified By : Manoj Srivastava +# Last Modified On : Sat Aug 5 13:14:17 2006 +# Last Machine Used: glaurung.internal.golden-gryphon.com +# Update Count : 85 +# Status : Unknown, Use with caution! +# HISTORY : +# Description : +# +# +# $Id: image.prerm,v 1.22 2003/10/07 16:24:20 srivasta Exp $ +# +# +#use strict; + +$|=1; +# Predefined values: +my $version = "=V"; +my $link_in_boot = ""; # Should be empty, mostly +my $no_symlink = ""; # Should be empty, mostly +my $reverse_symlink = ""; # Should be empty, mostly +my $do_symlinks = "Yes"; # target machine defined +my $do_boot_enable = "Yes"; # target machine defined +my $do_bootfloppy = "Yes"; # target machine defined +my $do_bootloader = "Yes"; # target machine defined +my $move_image = ''; # target machine defined +my $kimage = "=K"; # Should be empty, mostly +my $loader = "=L"; # lilo, silo, quik, palo, vmelilo, or nettrom +my $image_dir = "/boot"; # where the image is located +my $clobber_modules = ''; # target machine defined +my $initrd = "YES"; # initrd kernel +my $use_hard_links = ''; # hardlinks do not wirk across fs boundaries +my $postinst_hook = ''; #Normally we do not +my $postrm_hook = ''; #Normally we do not +my $preinst_hook = ''; #Normally we do not +my $prerm_hook = ''; #Normally we do not +my $minimal_swap = ''; # Do not swap symlinks +my $ignore_depmod_err = ''; # normally we do not +my $relink_build_link = 'YES'; # There is no harm in checking the link +my $force_build_link = ''; # There is no harm in checking the link +my $kernel_arch = "=B"; +my $ramdisk = "/usr/sbin/update-initramfs"; +my $package_name = "linux-image-$version"; + +my $Loader = "NoLOADER"; # +$Loader = "LILO" if $loader =~ /^lilo/io; +$Loader = "SILO" if $loader =~ /^silo/io; +$Loader = "QUIK" if $loader =~ /^quik/io; +$Loader = "yaboot" if $loader =~ /^yaboot/io; +$Loader = "PALO" if $loader =~ /^palo/io; +$Loader = "NETTROM" if $loader =~ /^nettrom/io; +$Loader = "VMELILO" if $loader =~ /^vmelilo/io; +$Loader = "ZIPL" if $loader =~ /^zipl/io; +$Loader = "ELILO" if $loader =~ /^elilo/io; + + +# This should not point to /tmp, because of security risks. +my $temp_file_name = "/var/log/$loader" . "_log.$$"; + +#known variables +my $image_dest = "/"; +my $realimageloc = "/$image_dir/"; +my $have_conffile = ""; +my $CONF_LOC = '/etc/kernel-img.conf'; +my $relative_links = ''; +my $silent_loader = ''; +my $warn_reboot = 'Yes'; # Warn that we are installing a version of + # the kernel we are running + +# remove multiple leading slashes; make sure there is at least one. +$realimageloc =~ s|^/*|/|o; +$realimageloc =~ s|/+|/|o; + +my $DEBUG = 0; + +# Variables used +my $image=''; +my $ret=0; +my $seen=''; +my $answer=''; +my $running = ''; +my $WouldInvalidate = 0; + +if ($ARGV[0] && ($ARGV[0] =~ /remove/ || $ARGV[0] =~ /upgrade/)) { + if (-l "/usr/doc/linux-image-$version") { + unlink "/usr/doc/linux-image-$version"; + } +} + +# Ignore all invocations uxcept when called on to remove +exit 0 unless ($ARGV[0] && $ARGV[0] =~ /remove/) ; + +# Paranoid check to make sure that the correct value is put in there +if (! $kimage) { $kimage = "vmlinuz";} # Hmm. empty +elsif ($kimage =~ m/^b?uImage$/o) { $kimage = "vmlinuz";} # these produce vmlinuz +elsif ($kimage =~ m/^b?zImage$/o) { $kimage = "vmlinuz";} # these produce vmlinuz +elsif ($kimage =~ m/^[iI]mage$/o) { my $nop = $kimage; } +elsif ($kimage =~ m/^vmlinux$/o) { my $nop = $kimage; } +else { $kimage = "vmlinuz";} # Default + +if (-r "$CONF_LOC" && -f "$CONF_LOC" ) { + if (open(CONF, "$CONF_LOC")) { + while () { + chomp; + s/\#.*$//g; + next if /^\s*$/; + + $do_symlink = "" if /^\s*do_symlinks\s*=\s*(no|false|0)\s*$/ig; + $no_symlink = "" if /^\s*no_symlinks\s*=\s*(no|false|0)\s*$/ig; + $reverse_symlink = "" if /^\s*reverse_symlinks\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*image_in_boot\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*link_in_boot\s*=\s*(no|false|0)\s*$/ig; + $move_image = "" if /^\s*move_image\s*=\s*(no|false|0)\s*$/ig; + $clobber_modules = '' if /^\s*clobber_modules\s*=\s*(no|false|0)\s*$/ig; + $do_boot_enable = '' if /^\s*do_boot_enable\s*=\s*(no|false|0)\s*$/ig; + $do_bootfloppy = '' if /^\s*do_bootfloppy\s*=\s*(no|false|0)\s*$/ig; + $relative_links = '' if /^\s*relative_links \s*=\s*(no|false|0)\s*$/ig; + $do_bootloader = '' if /^\s*do_bootloader\s*=\s*(no|false|0)\s*$/ig; + $do_initrd = '' if /^\s*do_initrd\s*=\s*(no|false|0)\s*$/ig; + $use_hard_links = '' if /^\s*use_hard_links\s*=\s*(no|false|0)\s*$/ig; + $silent_loader = '' if /^\s*silent_loader\s*=\s*(no|false|0)\s*$/ig; + $warn_reboot = '' if /^\s*warn_reboot\s*=\s*(no|false|0)\s*$/ig; + $minimal_swap = '' if /^\s*minimal_swap\s*=\s*(no|false|0)\s*$/ig; + $ignore_depmod_err = '' if /^\s*ignore_depmod_err\s*=\s*(no|false|0)\s*$/ig; + $relink_build_link = '' if /^\s*relink_build_link\s*=\s*(no|false|0)\s*$/ig; + $force_build_link = '' if /^\s*force_build_link\s*=\s*(no|false|0)\s*$/ig; + + + $do_symlink = "Yes" if /^\s*do_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $no_symlink = "Yes" if /^\s*no_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $reverse_symlink = "Yes" if /^\s*reverse_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*image_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*link_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $move_image = "Yes" if /^\s*move_image\s*=\s*(yes|true|1)\s*$/ig; + $clobber_modules = "Yes" if /^\s*clobber_modules\s*=\s*(yes|true|1)\s*$/ig; + $do_boot_enable = "Yes" if /^\s*do_boot_enable\s*=\s*(yes|true|1)\s*$/ig; + $do_bootfloppy = "Yes" if /^\s*do_bootfloppy\s*=\s*(yes|true|1)\s*$/ig; + $do_bootloader = "Yes" if /^\s*do_bootloader\s*=\s*(yes|true|1)\s*$/ig; + $relative_links = "Yes" if /^\s*relative_links\s*=\s*(yes|true|1)\s*$/ig; + $do_initrd = "Yes" if /^\s*do_initrd\s*=\s*(yes|true|1)\s*$/ig; + $use_hard_links = "Yes" if /^\s*use_hard_links\s*=\s*(yes|true|1)\s*$/ig; + $silent_loader = 'Yes' if /^\s*silent_loader\s*=\s*(yes|true|1)\s*$/ig; + $warn_reboot = 'Yes' if /^\s*warn_reboot\s*=\s*(yes|true|1)\s*$/ig; + $minimal_swap = 'Yes' if /^\s*minimal_swap\s*=\s*(yes|true|1)\s*$/ig; + $ignore_depmod_err = 'Yes' if /^\s*ignore_depmod_err\s*=\s*(yes|true|1)\s*$/ig; + $relink_build_link = 'Yes' if /^\s*relink_build_link\s*=\s*(yes|true|1)\s*$/ig; + $force_build_link = 'Yes' if /^\s*force_build_link\s*=\s*(yes|true|1)\s*$/ig; + + $image_dest = "$1" if /^\s*image_dest\s*=\s*(\S+)/ig; + $postinst_hook = "$1" if /^\s*postinst_hook\s*=\s*(\S+)/ig; + $postrm_hook = "$1" if /^\s*postrm_hook\s*=\s*(\S+)/ig; + $preinst_hook = "$1" if /^\s*preinst_hook\s*=\s*(\S+)/ig; + $prerm_hook = "$1" if /^\s*prerm_hook\s*=\s*(\S+)/ig; + $ramdisk = "$1" if /^\s*ramdisk\s*=\s*(.+)$/ig; + } + close CONF; + $have_conffile = "Yes"; + } +} + + +$ENV{KERNEL_ARCH}=$kernel_arch if $kernel_arch; + +#check to see if we are trying to remove a running kernel +# if so we abort right now. +chop($running=`uname -r`); +if ($running eq $version) { + print STDERR "WARN: Proceeding with removing running kernel image.\n"; +} + +#Now, they have an alternate kernel which they are currently running + +# This is just us being nice to lilo users. + +chdir("/") or die "could not chdir to /:$!\n"; + +if (-f "/etc/$loader.conf") { #I know, could be a link, but .. + open (LILO, "/etc/$loader.conf") || &success(); # this is not critical + while () { + chop; + s/\#.*//; # nix the comments + next unless /^\s*image\s*=\s(\S+)/o; + $image = $1; + if ($image && -e $image) { + while (defined($image) && -l $image) { + $image = readlink ($image); + } + if (defined($image) && -e $image) { + $WouldInvalidate |= $image =~ /$kimage-$version/; + } + else { + &success(); # invalid $loader.conf file + } + } + else { + &success(); # invalid $loader.conf file + } + } + close (LILO); + if ($WouldInvalidate) { + print STFERR "WARN: Proceeding with removing running kernel image.\n"; + &success(); + } +} + + +# set the env var stem +$ENV{'STEM'} = "linux"; + +sub exec_script { + my $type = shift; + my $script = shift; + print STDERR "Running $type hook script $script.\n"; + system ("$script $version $realimageloc$kimage-$version") && + print STDERR "User $type hook script [$script] "; + if ($?) { + if ($? == -1) { + print STDERR "failed to execute: $!\n"; + } + elsif ($? & 127) { + printf STDERR "died with signal %d, %s coredump\n", + ($? & 127), ($? & 128) ? 'with' : 'without'; + } + else { + printf STDERR "exited with value %d\n", $? >> 8; + } + exit $? >> 8; + } +} +sub run_hook { + my $type = shift; + my $script = shift; + if ($script =~ m,^/,) { + # Full path provided for the hook script + if (-x "$script") { + &exec_script($type,$script); + } + else { + die "The provided $type hook script [$script] could not be run.\n"; + } + } + else { + # Look for it in a safe path + for my $path ('/bin', '/sbin', '/usr/bin', '/usr/sbin') { + if (-x "$path/$script") { + &exec_script($type, "$path/$script"); + return 0; + } + } + # No luck + print STDERR "Could not find $type hook script [$script].\n"; + die "Looked in: '/bin', '/sbin', '/usr/bin', '/usr/sbin'\n"; + } +} + + +my $options; +for (@ARGV) { + s,','\\'',g; + $options .= " '$_'"; +} +$ENV{'DEB_MAINT_PARAMS'}="$options"; + +## Run user hook script here, if any +if (-x "$prerm_hook") { + &run_hook("prerm", $prerm_hook); +} +if (-d "/etc/kernel/prerm.d") { + print STDERR "Examining /etc/kernel/prerm.d.\n"; + system ("run-parts --verbose --exit-on-error --arg=$version " . + "--arg=$realimageloc$kimage-$version /etc/kernel/prerm.d") && + die "Failed to process /etc/kernel/prerm.d"; +} +if (-d "/etc/kernel/prerm.d/$version") { + print STDERR "Examining /etc/kernel/prerm.d/$version.\n"; + system ("run-parts --verbose --exit-on-error --arg=$version" . + " --arg=$realimageloc$kimage-$version " . + "/etc/kernel/prerm.d/$version") && + die "Failed to process /etc/kernel/prerm.d/$version"; +} + +sub success () { + # NOTE: need to keep this list in sync with rules.d/2-binary-arch.mk + my %files_to_keep = ( + 'modules.builtin' => 1, + 'modules.order' => 1, + ); + my $short; + for my $file () { + $short = $file; $short =~ s,.*/,,; + if (!defined $files_to_keep{$short}) { + unlink "$file"; + } + } + exit 0; +} + + + +&success(); +exit 0; +__END__ + + + + + --- linux-lts-utopic-3.16.0.orig/debian/control.stub +++ linux-lts-utopic-3.16.0/debian/control.stub @@ -0,0 +1 @@ +# placebo control.stub for kernel-wedge flow change --- linux-lts-utopic-3.16.0.orig/debian/copyright +++ linux-lts-utopic-3.16.0/debian/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-lts-utopic-3.16.0.orig/debian/debian.env +++ linux-lts-utopic-3.16.0/debian/debian.env @@ -0,0 +1 @@ +DEBIAN=debian.utopic --- linux-lts-utopic-3.16.0.orig/debian/docs/README.inclusion-list +++ linux-lts-utopic-3.16.0/debian/docs/README.inclusion-list @@ -0,0 +1,51 @@ +This README describes the reason for, and the use of, module +inclusion lists. + +The original Hardy release had the notion of sub-flavours, +e.g., a flavour that was constructed as a subset of an existing flavour. +For example, the virtual flavour was extracted from the server flavour using +a subset of the server flavour modules. However, there were some difficult +mainteneance issues with regard to packaging, make rules, and scripts. This +re-implementation of the sub-flavours philosophy is hopefully simpler, +and retrofitable to all releases. + +A module inclusion list looks at the problem of of constructing a package +from the perspective of what modules do we _want_ in the package, as opposed +to what modules we _don't_ want. As the kernel matures, more and more devices are added +which makes the problem of configuration maintenance a real pain in the ass. +If we took the approach of disabling all of the config options that we don't want, +then the differences between flavours will quickly become quite large, making +it difficult to quickly compare the individual flavour configs. Each time a +new config option is added then we also have to make a decision about disabling in +order to continue to keep the minimal number of modules. + +A module inclusion list is applied on a per-flavour basis. For example, +debian./control.d/${flavour}.inclusion-list. For example, the +config for virtual is very close to server and generic, but the inclusion list +causes the virtual package to be constructed with _only_ the modules described +in the inclusion list. + +The inclusion list format is a simple bash regular expression list of files. For example, + +arch/*/{crypto,kernel,oprofile} +drivers/acpi/* +drivers/ata/ahci.ko + +These 3 regular expression forms are suitable for expansion by bash and as inputs to 'find'. +See debian/scripts/module-inclusion for details. + +There are 2 log files created as a side effect of the application of the module +inclusion list; $(flavour).inclusion-list.log and $(flavour).depmod.log. + +$(flavour).inclusion-list.log : This log is created while the inclusion list +modules are being copied. If any are missing, then those warnings go in this log. +While its not considered a fatal error, you should endevour to correct your inclusion +list such that there are no missing modules. + +$(flavour).depmod.log : The log is created as a result of running depmod on the +resulting set of modules. If there are missing symbols then you'll find that information +here. Again, you should modify your inclusion list such that there are no missing +symbols. + +Tim Gardner +June 2, 2010 --- linux-lts-utopic-3.16.0.orig/debian/gbp.conf +++ linux-lts-utopic-3.16.0/debian/gbp.conf @@ -0,0 +1,2 @@ +[buildpackage] +debian-tag = Ubuntu-lts-%(version)s --- linux-lts-utopic-3.16.0.orig/debian/linux-cloud-tools-common.hv-fcopy-daemon.service +++ linux-lts-utopic-3.16.0/debian/linux-cloud-tools-common.hv-fcopy-daemon.service @@ -0,0 +1,13 @@ +# On Azure/Hyper-V systems start the hv_fcopy_daemon +# +# author "Andy Whitcroft " +[Unit] +Description=Hyper-V File Copy Protocol Daemon +ConditionVirtualization=microsoft + +[Service] +Type=forking +ExecStart=/usr/sbin/hv_fcopy_daemon + +[Install] +WantedBy=multi-user.target --- linux-lts-utopic-3.16.0.orig/debian/linux-cloud-tools-common.hv-fcopy-daemon.upstart +++ linux-lts-utopic-3.16.0/debian/linux-cloud-tools-common.hv-fcopy-daemon.upstart @@ -0,0 +1,22 @@ +# On Azure/Hyper-V systems start the hv_fcopy_daemon +# +description "Hyper-V File Copy Protocol Daemon" +author "Andy Whitcroft " + +start on runlevel [2345] +stop on runlevel [!2345] +console log + +pre-start script + if [ -e "/etc/default/hv-kvp-daemon-init" ]; then + . /etc/default/hv-kvp-daemon-init + fi + [ "$RUN_FCOPY_DAEMON" -eq 0 ] && { stop; exit 0; } + if [ -d /sys/class/dmi/id/. ]; then + read company " +[Unit] +Description=Hyper-V KVP Protocol Daemon +ConditionVirtualization=microsoft + +[Service] +Type=forking +ExecStart=/usr/sbin/hv_kvp_daemon + +[Install] +WantedBy=multi-user.target --- linux-lts-utopic-3.16.0.orig/debian/linux-cloud-tools-common.hv-kvp-daemon.upstart +++ linux-lts-utopic-3.16.0/debian/linux-cloud-tools-common.hv-kvp-daemon.upstart @@ -0,0 +1,22 @@ +# On Azure/Hyper-V systems start the hv_kvp_daemon +# +description "Hyper-V KVP Protocol Daemon" +author "Adam Conrad " + +start on runlevel [2345] +stop on runlevel [!2345] +console log + +pre-start script + if [ -e "/etc/default/hv-kvp-daemon-init" ]; then + . /etc/default/hv-kvp-daemon-init + fi + [ "$RUN_KVP_DAEMON" = 0 ] && { stop; exit 0; } + if [ -d /sys/class/dmi/id/. ]; then + read company " +[Unit] +Description=Hyper-V VSS Protocol Daemon +ConditionVirtualization=microsoft + +[Service] +Type=forking +ExecStart=/usr/sbin/hv_vss_daemon + +[Install] +WantedBy=multi-user.target --- linux-lts-utopic-3.16.0.orig/debian/linux-cloud-tools-common.hv-vss-daemon.upstart +++ linux-lts-utopic-3.16.0/debian/linux-cloud-tools-common.hv-vss-daemon.upstart @@ -0,0 +1,22 @@ +# On Azure/Hyper-V systems start the hv_vss_daemon +# +description "Hyper-V VSS Protocol Daemon" +author "Ben Howard " + +start on runlevel [2345] +stop on runlevel [!2345] +console log + +pre-start script + if [ -e "/etc/default/hv-kvp-daemon-init" ]; then + . /etc/default/hv-kvp-daemon-init + fi + [ "$RUN_VSS_DAEMON" -eq 0 ] && { stop; exit 0; } + if [ -d /sys/class/dmi/id/. ]; then + read company +# + +DEBIAN=$(shell awk -F= '($$1 == "DEBIAN") { print $$2 }' $$new; \ + done + flavours="$(sort $(wildcard $(DEBIAN)/control.d/vars.* $(DEBIAN)/sub-flavours/*.vars))";\ + for i in $$flavours; do \ + $(SHELL) $(DROOT)/scripts/control-create $$i | \ + sed -e 's/PKGVER/$(release)/g' \ + -e 's/ABINUM/$(abinum)/g' \ + -e 's/SRCPKGNAME/$(src_pkg_name)/g' \ + -e 's/=HUMAN=/$(human_arch)/g' \ + >> $(DEBIAN)/control.stub; \ + done + +.PHONY: debian/control +debian/control: $(DEBIAN)/control.stub + rm -rf $(builddir)/modules $(builddir)/firmware \ + $(builddir)/kernel-versions $(builddir)/package-list \ + $(builddir)/$(DEBIAN) + mkdir -p $(builddir)/modules/$(arch)/ + cp $(DEBIAN)/d-i/modules/* $(builddir)/modules/$(arch)/ + mkdir -p $(builddir)/firmware/$(arch)/ + cp $(DEBIAN)/d-i/firmware/* $(builddir)/firmware/$(arch)/ + cp $(DEBIAN)/d-i/package-list $(DEBIAN)/d-i/kernel-versions $(builddir)/ + touch $(builddir)/modules/$(arch)/kernel-image + # kernel-wedge needs to poke around in $(DEBIAN)/ + ln -nsf $(CURDIR)/debian $(builddir)/debian + + # Some files may need to differ between architectures + if [ -d $(DEBIAN)/d-i/modules-$(arch) ]; then \ + cp $(DEBIAN)/d-i/modules-$(arch)/* \ + $(builddir)/modules/$(arch)/; \ + fi + if [ -d $(DEBIAN)/d-i/firmware-$(arch) ]; then \ + cp $(DEBIAN)/d-i/firmware-$(arch)/* \ + $(builddir)/firmware/$(arch)/; \ + fi + + # Remove unwanted stuff for this architecture + if [ -r "$(DEBIAN)/d-i/exclude-modules.$(arch)" ]; then \ + (cat $(DEBIAN)/d-i/exclude-modules.$(arch); \ + ls $(builddir)/modules/$(arch)/) | sort | uniq -d | \ + (cd $(builddir)/modules/$(arch)/; xargs rm -f); \ + fi + if [ -r "$(DEBIAN)/d-i/exclude-firmware.$(arch)" ]; then \ + (cat $(DEBIAN)/d-i/exclude-firmware.$(arch); \ + ls $(builddir)/firmware/$(arch)/) | sort | uniq -d | \ + (cd $(builddir)/firmware/$(arch)/; xargs rm -f); \ + fi + + # Per flavour module lists + flavour_modules=`ls $(DEBIAN)/d-i/modules.$(arch)-* 2>/dev/null` \ + || true; \ + if [ "$$flavour_modules" != "" ]; then \ + for flav in $$flavour_modules; do \ + name=`echo $$flav | sed 's/.*\/modules.$(arch)-//'`; \ + mkdir $(builddir)/modules/$(arch)-$$name; \ + (cd $(builddir)/modules/; tar cf - `cat ../$$flav`) | \ + (cd $(builddir)/modules/$(arch)-$$name/; tar xf -); \ + touch $(builddir)/modules/$(arch)-$$name/kernel-image; \ + done; \ + fi + flavour_firmware=`ls $(DEBIAN)/d-i/firmware.$(arch)-* 2>/dev/null` \ + || true; \ + if [ "$$flavour_firmware" != "" ]; then \ + for flav in $$flavour_firmware; do \ + name=`echo $$flav | sed 's/.*\/firmware.$(arch)-//'`; \ + mkdir $(builddir)/firmware/$(arch)-$$name; \ + (cd $(builddir)/firmware/; tar cf - `cat ../$$flav`) | \ + (cd $(builddir)/firmware/$(arch)-$$name/; tar xf -);\ + touch $(builddir)/firmware/$(arch)-$$name/kernel-image; \ + done; \ + fi + + # Some files may need to differ between flavours + flavour_module_dirs=`ls -d $(DEBIAN)/d-i/modules-$(arch)-* 2>/dev/null`\ + || true; \ + if [ "$$flavour_module_dirs" ]; then \ + for flav in $$flavour_module_dirs; do \ + name=`echo $$flav | sed 's/.*\/modules-$(arch)-//'`; \ + [ -d $(builddir)/modules/$(arch)-$$name ] || \ + cp -a $(builddir)/modules/$(arch) \ + modules/$(arch)-$$name; \ + cp $$flav/* $(builddir)/modules/$(arch)-$$name/; \ + done; \ + fi + flavour_firmware_dirs=`ls -d $(DEBIAN)/d-i/firmware-$(arch)-* 2>/dev/null`\ + || true; \ + if [ "$$flavour_firmware_dirs" ]; then \ + for flav in $$flavour_firmware_dirs; do \ + name=`echo $$flav | sed 's/.*\/firmware-$(arch)-//'`; \ + [ -d $(builddir)/firmware/$(arch)-$$name ] || \ + cp -a $(builddir)/firmware/$(arch) \ + firmware/$(arch)-$$name; \ + cp $$flav/* $(builddir)/firmware/$(arch)-$$name/; \ + done; \ + fi + + # Remove unwanted stuff for each flavour + flavour_exclude=`ls $(DEBIAN)/d-i/exclude-modules.$(arch)-* 2>/dev/null`\ + || true; \ + if [ "$$flavour_exclude" ]; then \ + for flav in $$flavour_exclude; do \ + name=`echo $$flav | sed 's/.*\/exclude-modules.$(arch)-//'`;\ + [ -d $(builddir)/modules/$(arch)-$$name ] || \ + cp -a $(builddir)/modules/$(arch) \ + $(builddir)/modules/$(arch)-$$name; \ + (cat $$flav; \ + ls $(builddir)/modules/$(arch)-$$name) | \ + sort | uniq -d | \ + (cd $(builddir)/modules/$(arch)-$$name/; \ + xargs rm -f); \ + done; \ + fi + flavour_exclude=`ls $(DEBIAN)/d-i/exclude-firmware.$(arch)-* 2>/dev/null`\ + || true; \ + if [ "$$flavour_exclude" ]; then \ + for flav in $$flavour_exclude; do \ + name=`echo $$flav | sed 's/.*\/exclude-firmware.$(arch)-//'`;\ + [ -d $(builddir)/firmware/$(arch)-$$name ] || \ + cp -a $(builddir)/firmware/$(arch) \ + $(builddir)/firmware/$(arch)-$$name; \ + (cat $$flav; \ + ls $(builddir)/firmware/$(arch)-$$name) | \ + sort | uniq -d | \ + (cd $(builddir)/firmware/$(arch)-$$name/; \ + xargs rm -f); \ + done; \ + fi + + if [ ! -d $(builddir)/modules/$(build_arch) ]; then \ + mkdir -p $(builddir)/modules/$(build_arch); \ + cp $(builddir)/modules/$(arch)/* \ + $(builddir)/modules/$(build_arch); \ + fi + if [ ! -d $(builddir)/firmware/$(build_arch) ]; then \ + mkdir -p $(builddir)/firmware/$(build_arch); \ + cp $(builddir)/firmware/$(arch)/* \ + $(builddir)/firmware/$(build_arch); \ + fi + + echo "# placebo control.stub for kernel-wedge flow change" >debian/control.stub + cp $(DEBIAN)/control.stub debian/control + cd $(builddir) && LANG=C kernel-wedge gen-control >> $(CURDIR)/debian/control --- linux-lts-utopic-3.16.0.orig/debian/rules.d/0-common-vars.mk +++ linux-lts-utopic-3.16.0/debian/rules.d/0-common-vars.mk @@ -0,0 +1,238 @@ +# +# The source package name will be the first token from $(DEBIAN)/changelog +# +src_pkg_name=$(shell sed -n '1s/^\(.*\) (.*).*$$/\1/p' $(DEBIAN)/changelog) + +# Get some version info +release := $(shell sed -n '1s/^$(src_pkg_name).*(\(.*\)-.*).*$$/\1/p' $(DEBIAN)/changelog) +revisions := $(shell sed -n 's/^$(src_pkg_name)\ .*($(release)-\(.*\)).*$$/\1/p' $(DEBIAN)/changelog | tac) +revision ?= $(word $(words $(revisions)),$(revisions)) +prev_revisions := $(filter-out $(revision),0.0 $(revisions)) +prev_revision := $(word $(words $(prev_revisions)),$(prev_revisions)) + +prev_fullver ?= $(shell dpkg-parsechangelog -l$(DEBIAN)/changelog -o1 -c1 | sed -ne 's/^Version: *//p' | awk -F~ '{print $$1}') + +family=ubuntu + +# This is an internally used mechanism for the daily kernel builds. It +# creates packages whose ABI is suffixed with a minimal representation of +# the current git HEAD sha. If .git/HEAD is not present, then it uses the +# uuidgen program, +# +# AUTOBUILD can also be used by anyone wanting to build a custom kernel +# image, or rebuild the entire set of Ubuntu packages using custom patches +# or configs. +AUTOBUILD= + +ifneq ($(AUTOBUILD),) +skipabi = true +skipmodule = true +skipdbg = true +gitver=$(shell if test -f .git/HEAD; then cat .git/HEAD; else uuidgen; fi) +gitverpre=$(shell echo $(gitver) | cut -b -3) +gitverpost=$(shell echo $(gitver) | cut -b 38-40) +abi_suffix = -$(gitverpre)$(gitverpost) +endif + +ifneq ($(NOKERNLOG),) +ubuntu_log_opts += --no-kern-log +endif +ifneq ($(PRINTSHAS),) +ubuntu_log_opts += --print-shas +endif + +# Get the kernels own extra version to be added to the release signature. +raw_kernelversion=$(shell make kernelversion) + +# +# full_build -- are we doing a full buildd style build +# +ifeq ($(wildcard /CurrentlyBuilding),) +full_build?=false +else +full_build?=true +endif + +# +# The debug packages are ginormous, so you probably want to skip +# building them (as a developer). +# +ifeq ($(full_build),false) +skipdbg=true +endif + +abinum := $(shell echo $(revision) | sed -r -e 's/([^\+~]*)\.[^\.]+(~.*)?(\+.*)?$$/\1/')$(abi_suffix) +prev_abinum := $(shell echo $(prev_revision) | sed -r -e 's/([^\+~]*)\.[^\.]+(~.*)?(\+.*)?$$/\1/')$(abi_suffix) +abi_release := $(release)-$(abinum) + +uploadnum := $(shell echo $(revision) | sed -r -e 's/[^\+~]*\.([^\.~]+(~.*)?(\+.*)?$$)/\1/') +ifneq ($(full_build),false) + uploadnum := $(uploadnum)-Ubuntu +endif + +# XXX: linux-libc-dev got bumped to -803.N inadvertantly by a ti-omap4 upload +# shift our version higher for this package only. Ensure this only +# occurs for the v2.6.35 kernel so that we do not propogate this into +# any other series. +raw_uploadnum := $(shell echo $(revision) | sed -e 's/.*\.//') +libc_dev_version := +ifeq ($(DEBIAN),debian.master) +ifeq ($(release),2.6.35) +libc_dev_version := -v$(release)-$(shell expr "$(abinum)" + 1000).$(raw_uploadnum) +endif +endif + +DEB_HOST_MULTIARCH = $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +DEB_HOST_GNU_TYPE = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH) +DEB_BUILD_ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH) + +# +# Detect invocations of the form 'fakeroot debian/rules binary arch=armhf' +# within an x86'en schroot. This only gets you part of the way since the +# packaging phase fails, but you can at least compile the kernel quickly. +# +arch := $(DEB_HOST_ARCH) +ifneq ($(arch),$(DEB_HOST_ARCH)) + CROSS_COMPILE ?= $(shell dpkg-architecture -a$(arch) -qDEB_HOST_GNU_TYPE -f 2>/dev/null)- +endif + +# +# Detect invocations of the form 'dpkg-buildpackage -B -aarmhf' within +# an x86'en schroot. This is the only way to build all of the packages +# (except for tools). +# +ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) + CROSS_COMPILE ?= $(DEB_HOST_GNU_TYPE)- +endif + +abidir := $(CURDIR)/$(DEBIAN)/abi/$(release)-$(revision)/$(arch) +prev_abidir := $(CURDIR)/$(DEBIAN)/abi/$(release)-$(prev_revision)/$(arch) +commonconfdir := $(CURDIR)/$(DEBIAN)/config +archconfdir := $(CURDIR)/$(DEBIAN)/config/$(arch) +sharedconfdir := $(CURDIR)/debian.master/config +builddir := $(CURDIR)/debian/build +stampdir := $(CURDIR)/debian/stamps + +# +# The binary package name always starts with linux-image-$KVER-$ABI.$UPLOAD_NUM. There +# are places that you'll find linux-image hard coded, but I guess thats OK since the +# assumption that the binary package always starts with linux-image will never change. +# +bin_pkg_name=linux-image-$(abi_release) +extra_pkg_name=linux-image-extra-$(abi_release) +hdrs_pkg_name=linux-headers-$(abi_release) +indep_hdrs_pkg_name=linux-headers-$(abi_release) + +# +# The generation of content in the doc package depends on both 'AUTOBUILD=' and +# 'do_doc_package_content=true'. There are usually build errors during the development +# cycle, so its OK to leave 'do_doc_package_content=false' until those build +# failures get sorted out. Finally, the doc package doesn't really need to be built +# for developer testing (its kind of slow), so only do it if on a buildd. +do_doc_package=true +do_doc_package_content=true +ifeq ($(full_build),false) +do_doc_package_content=false +endif +doc_pkg_name=$(src_pkg_name)-doc + +# +# Similarly with the linux-source package, you need not build it as a developer. Its +# somewhat I/O intensive and utterly useless. +# +do_source_package=true +do_source_package_content=true +ifeq ($(full_build),false) +do_source_package_content=false +endif + +# linux-libc-dev may not be needed, default to building it. +do_libc_dev_package=true + +# common headers normally is built as an indep package, but may be arch +do_common_headers_indep=true + +# add a 'full source' mode +do_full_source=false + +# build tools +ifneq ($(wildcard $(CURDIR)/tools),) + ifeq ($(do_tools),) + ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) + do_tools=false + endif + endif + do_tools?=true +else + do_tools?=false +endif +tools_pkg_name=$(src_pkg_name)-tools-$(abi_release) +tools_common_pkg_name=$(src_pkg_name)-tools-common +tools_flavour_pkg_name=linux-tools-$(abi_release) +cloud_pkg_name=$(src_pkg_name)-cloud-tools-$(abi_release) +cloud_common_pkg_name=$(src_pkg_name)-cloud-tools-common +cloud_flavour_pkg_name=linux-cloud-tools-$(abi_release) + +# The general flavour specific image package. +do_flavour_image_package=true + +# The general flavour specific header package. +do_flavour_header_package=true + +# Support parallel= in DEB_BUILD_OPTIONS (see #209008) +# +# These 2 environment variables set the -j value of the kernel build. For example, +# CONCURRENCY_LEVEL=16 fakeroot $(DEBIAN)/rules binary-debs +# or +# DEB_BUILD_OPTIONS=parallel=16 fakeroot $(DEBIAN)/rules binary-debs +# +# The default is to use the number of CPUs. +# +COMMA=, +DEB_BUILD_OPTIONS_PARA = $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS)))) +ifneq (,$(DEB_BUILD_OPTIONS_PARA)) + CONCURRENCY_LEVEL := $(DEB_BUILD_OPTIONS_PARA) +endif + +ifeq ($(CONCURRENCY_LEVEL),) + # Check the environment + CONCURRENCY_LEVEL := $(shell echo $$CONCURRENCY_LEVEL) + # No? Then build with the number of CPUs on the host. + ifeq ($(CONCURRENCY_LEVEL),) + CONCURRENCY_LEVEL := $(shell expr `getconf _NPROCESSORS_ONLN` \* 1) + endif + # Oh hell, give 'em one + ifeq ($(CONCURRENCY_LEVEL),) + CONCURRENCY_LEVEL := 1 + endif +endif + +conc_level = -j$(CONCURRENCY_LEVEL) + +# target_flavour is filled in for each step +kmake = make ARCH=$(build_arch) \ + CROSS_COMPILE=$(CROSS_COMPILE) \ + KERNELVERSION=$(abi_release)-$(target_flavour) \ + CONFIG_DEBUG_SECTION_MISMATCH=y \ + KBUILD_BUILD_VERSION="$(uploadnum)" \ + LOCALVERSION= localver-extra= \ + CFLAGS_MODULE="-DPKG_ABI=$(abinum)" +ifneq ($(LOCAL_ENV_CC),) +kmake += CC=$(LOCAL_ENV_CC) DISTCC_HOSTS=$(LOCAL_ENV_DISTCC_HOSTS) +endif + +# Locking is required in parallel builds to prevent loss of contents +# of the debian/files. +lockme_file = $(CURDIR)/debian/.LOCK +lockme_cmd = flock -w 60 +lockme = $(lockme_cmd) $(lockme_file) + +# Don't fail if a link already exists. +LN = ln -sf + +# Checks if a var is overriden by the custom rules. Called with var and +# flavour as arguments. +custom_override = \ + $(shell if [ -n "$($(1)_$(2))" ]; then echo "$($(1)_$(2))"; else echo "$($(1))"; fi) --- linux-lts-utopic-3.16.0.orig/debian/rules.d/1-maintainer.mk +++ linux-lts-utopic-3.16.0/debian/rules.d/1-maintainer.mk @@ -0,0 +1,127 @@ +# The following targets are for the maintainer only! do not run if you don't +# know what they do. + +.PHONY: printenv updateconfigs printchanges insertchanges startnewrelease diffupstream help updateportsconfigs editportsconfigs + +help: + @echo "These are the targets in addition to the normal $(DEBIAN) ones:" + @echo + @echo " printenv : Print some variables used in the build" + @echo + @echo " updateconfigs : Update core arch configs" + @echo + @echo " editconfigs : Update core arch configs interractively" + @echo " genconfigs : Generate core arch configs in CONFIGS/*" + @echo + @echo " updateportsconfigs : Update ports arch configs" + @echo + @echo " editportsconfigs : Update ports arch configs interactivly" + @echo " genportconfigs : Generate ports arch configs in CONFIGS/*" + @echo + @echo " printchanges : Print the current changelog entries (from git)" + @echo + @echo " insertchanges : Insert current changelog entries (from git)" + @echo + @echo " startnewrelease : Start a new changelog set" + @echo + @echo " diffupstream : Diff stock kernel code against upstream (git)" + @echo + @echo " help : If you are kernel hacking, you need the professional" + @echo " version of this" + @echo + @echo "Environment variables:" + @echo + @echo " NOKERNLOG : Do not add upstream kernel commits to changelog" + @echo " CONCURRENCY_LEVEL=X" + @echo " : Use -jX for kernel compile" + @echo " PRINTSHAS : Include SHAs for commits in changelog" + +printdebian: + @echo "$(DEBIAN)" + +updateconfigs defaultconfigs editconfigs genconfigs dumpconfigs: + dh_testdir; + $(SHELL) $(DROOT)/scripts/misc/kernelconfig $@ + rm -rf build + +updateportsconfigs defaultportsconfigs editportsconfigs genportsconfigs askconfigs: + dh_testdir; + $(SHELL) $(DROOT)/scripts/misc/kernelconfig $@ ports + rm -rf build + +printenv: + dh_testdir + @echo "src package name = $(src_pkg_name)" + @echo "release = $(release)" + @echo "revisions = $(revisions)" + @echo "revision = $(revision)" + @echo "uploadnum = $(uploadnum)" + @echo "prev_revisions = $(prev_revisions)" + @echo "prev_revision = $(prev_revision)" + @echo "abinum = $(abinum)" + @echo "gitver = $(gitver)" + @echo "flavours = $(flavours)" + @echo "skipabi = $(skipabi)" + @echo "skipmodule = $(skipmodule)" + @echo "skipdbg = $(skipdbg)" + @echo "ubuntu_log_opts = $(ubuntu_log_opts)" + @echo "CONCURRENCY_LEVEL = $(CONCURRENCY_LEVEL)" + @echo "bin package name = $(bin_pkg_name)" + @echo "hdr package name = $(hdrs_pkg_name)" + @echo "doc package name = $(doc_pkg_name)" + @echo "do_doc_package = $(do_doc_package)" + @echo "do_doc_package_content = $(do_doc_package_content)" + @echo "do_source_package = $(do_source_package)" + @echo "do_source_package_content = $(do_source_package_content)" + @echo "do_libc_dev_package = $(do_libc_dev_package)" + @echo "do_flavour_image_package = $(do_flavour_image_package)" + @echo "do_flavour_header_package = $(do_flavour_header_package)" + @echo "do_common_headers_indep = $(do_common_headers_indep)" + @echo "do_full_source = $(do_full_source)" + @echo "do_tools = $(do_tools)" + @echo "do_any_tools = $(do_any_tools)" + @echo "do_linux_tools = $(do_linux_tools)" + @echo " do_tools_cpupower = $(do_tools_cpupower)" + @echo " do_tools_perf = $(do_tools_perf)" + @echo " do_tools_x86 = $(do_tools_x86)" + @echo "do_cloud_tools = $(do_cloud_tools)" + @echo " do_tools_hyperv = $(do_tools_hyperv)" + @echo "full_build = $(full_build)" + @echo "libc_dev_version = $(libc_dev_version)" + @echo "DEB_HOST_GNU_TYPE = $(DEB_HOST_GNU_TYPE)" + @echo "DEB_BUILD_GNU_TYPE = $(DEB_BUILD_GNU_TYPE)" + @echo "DEB_HOST_ARCH = $(DEB_HOST_ARCH)" + @echo "DEB_BUILD_ARCH = $(DEB_BUILD_ARCH)" + @echo "arch = $(arch)" + @echo "kmake = $(kmake)" + +printchanges: + @baseCommit=$$(git log --pretty=format:'%H %s' | \ + gawk '/UBUNTU: '".*Ubuntu-lts-`echo $(prev_fullver)~14.04.1 | sed 's/+/\\\\+/'`"'$$/ { print $$1; exit }'); \ + git log "$$baseCommit"..HEAD | \ + perl -w -f $(DROOT)/scripts/misc/git-ubuntu-log $(ubuntu_log_opts) + +insertchanges: + @perl -w -f $(DROOT)/scripts/misc/insert-changes.pl $(DROOT) $(DEBIAN) + +diffupstream: + @git diff-tree -p refs/remotes/linux-2.6/master..HEAD $(shell ls | grep -vE '^(ubuntu|$(DEBIAN)|\.git.*)') + +startnewrelease: + dh_testdir + @nextminor=$(shell expr `echo $(revision) | awk -F~ '{print $$1}' | awk -F. '{print $$2}'` + 1); \ + nextmajor=$(shell expr `echo $(revision) | awk -F. '{print $$1}'` + 1); \ + now="$(shell date -R)"; \ + echo "Creating new changelog set for $(release)-$$nextmajor.$$nextminor~14.04.1..."; \ + echo -e "$(src_pkg_name) ($(release)-$$nextmajor.$$nextminor~14.04.1) UNRELEASED; urgency=low\n" > $(DEBIAN)/changelog.new; \ + echo " CHANGELOG: Do not edit directly. Autogenerated at release." >> \ + $(DEBIAN)/changelog.new; \ + echo " CHANGELOG: Use the printchanges target to see the curent changes." \ + >> $(DEBIAN)/changelog.new; \ + echo " CHANGELOG: Use the insertchanges target to create the final log." \ + >> $(DEBIAN)/changelog.new; \ + echo -e "\n -- $$DEBFULLNAME <$$DEBEMAIL> $$now\n" >> \ + $(DEBIAN)/changelog.new ; \ + cat $(DEBIAN)/changelog >> $(DEBIAN)/changelog.new; \ + mv $(DEBIAN)/changelog.new $(DEBIAN)/changelog + --- linux-lts-utopic-3.16.0.orig/debian/rules.d/2-binary-arch.mk +++ linux-lts-utopic-3.16.0/debian/rules.d/2-binary-arch.mk @@ -0,0 +1,667 @@ +# We don't want make removing intermediary stamps +.SECONDARY : + +# Prepare the out-of-tree build directory +ifeq ($(do_full_source),true) +build_cd = cd $(builddir)/build-$*; # +build_O = +else +build_cd = +build_O = O=$(builddir)/build-$* +endif + +# Typically supplied from the arch makefile, e.g., debian.master/control.d/armhf.mk +ifneq ($(gcc),) +kmake += CC=$(CROSS_COMPILE)$(gcc) +endif + +$(stampdir)/stamp-prepare-%: config-prepare-check-% + @echo Debug: $@ + @touch $@ +$(stampdir)/stamp-prepare-tree-%: target_flavour = $* +$(stampdir)/stamp-prepare-tree-%: $(commonconfdir)/config.common.$(family) $(archconfdir)/config.common.$(arch) $(archconfdir)/config.flavour.% + @echo Debug: $@ + install -d $(builddir)/build-$* + touch $(builddir)/build-$*/ubuntu-build + [ "$(do_full_source)" != 'true' ] && true || \ + rsync -a --exclude debian --exclude debian.master --exclude $(DEBIAN) * $(builddir)/build-$* + cat $^ | sed -e 's/.*CONFIG_VERSION_SIGNATURE.*/CONFIG_VERSION_SIGNATURE="Ubuntu $(release)-$(revision)-$* $(raw_kernelversion)"/' > $(builddir)/build-$*/.config + find $(builddir)/build-$* -name "*.ko" | xargs rm -f + $(build_cd) $(kmake) $(build_O) -j1 silentoldconfig prepare scripts + touch $@ + +# Used by developers as a shortcut to prepare a tree for compilation. +prepare-%: $(stampdir)/stamp-prepare-% + @echo Debug: $@ +# Used by developers to allow efficient pre-building without fakeroot. +build-%: $(stampdir)/stamp-build-% + @echo Debug: $@ + +# Do the actual build, including image and modules +$(stampdir)/stamp-build-%: target_flavour = $* +$(stampdir)/stamp-build-%: bldimg = $(call custom_override,build_image,$*) +$(stampdir)/stamp-build-%: dtb_target = $(dtb_files_$*) +$(stampdir)/stamp-build-%: $(stampdir)/stamp-prepare-% + @echo Debug: $@ build_image $(build_image) bldimg $(bldimg) + $(build_cd) $(kmake) $(build_O) $(conc_level) $(bldimg) modules $(dtb_target) + @touch $@ + +# Install the finished build +install-%: pkgdir = $(CURDIR)/debian/$(bin_pkg_name)-$* +install-%: pkgdir_ex = $(CURDIR)/debian/$(extra_pkg_name)-$* +install-%: bindoc = $(pkgdir)/usr/share/doc/$(bin_pkg_name)-$* +install-%: dbgpkgdir = $(CURDIR)/debian/$(bin_pkg_name)-$*-dbgsym +install-%: signed = $(CURDIR)/debian/$(bin_pkg_name)-signed +install-%: toolspkgdir = $(CURDIR)/debian/$(tools_flavour_pkg_name)-$* +install-%: cloudpkgdir = $(CURDIR)/debian/$(cloud_flavour_pkg_name)-$* +install-%: basepkg = $(hdrs_pkg_name) +install-%: indeppkg = $(indep_hdrs_pkg_name) +install-%: kernfile = $(call custom_override,kernel_file,$*) +install-%: instfile = $(call custom_override,install_file,$*) +install-%: hdrdir = $(CURDIR)/debian/$(basepkg)-$*/usr/src/$(basepkg)-$* +install-%: target_flavour = $* +install-%: dtb_files = $(dtb_files_$*) +install-%: CONFIG_MODULE_SIG_HASH=sha512 +install-%: MODSECKEY=$(builddir)/build-$*/signing_key.priv +install-%: MODPUBKEY=$(builddir)/build-$*/signing_key.x509 +install-%: checks-% + @echo Debug: $@ kernel_file $(kernel_file) kernfile $(kernfile) install_file $(install_file) instfile $(instfile) + dh_testdir + dh_testroot + dh_clean -k -p$(bin_pkg_name)-$* + dh_clean -k -p$(hdrs_pkg_name)-$* +ifneq ($(skipdbg),true) + dh_clean -k -p$(dbg_pkg_name)-$* +endif + + # The main image + # compress_file logic required because not all architectures + # generate a zImage automatically out of the box +ifeq ($(compress_file),) + install -m600 -D $(builddir)/build-$*/$(kernfile) \ + $(pkgdir)/boot/$(instfile)-$(abi_release)-$* +else + install -d $(pkgdir)/boot + gzip -c9v $(builddir)/build-$*/$(kernfile) > \ + $(pkgdir)/boot/$(instfile)-$(abi_release)-$* + chmod 600 $(pkgdir)/boot/$(instfile)-$(abi_release)-$* +endif + +ifeq ($(uefi_signed),true) + install -d $(signed)/$(release)-$(revision) + # Check to see if this supports handoff, if not do not sign it. + # Check the identification area magic and version >= 0x020b + handoff=`dd if="$(pkgdir)/boot/$(instfile)-$(abi_release)-$*" bs=1 skip=514 count=6 2>/dev/null | od -s | gawk '($$1 == 0 && $$2 == 25672 && $$3 == 21362 && $$4 >= 523) { print "GOOD" }'`; \ + if [ "$$handoff" = "GOOD" ]; then \ + cp -p $(pkgdir)/boot/$(instfile)-$(abi_release)-$* \ + $(signed)/$(release)-$(revision)/$(instfile)-$(abi_release)-$*.efi; \ + fi +endif + + install -m644 $(builddir)/build-$*/.config \ + $(pkgdir)/boot/config-$(abi_release)-$* + install -m644 $(abidir)/$* \ + $(pkgdir)/boot/abi-$(abi_release)-$* + install -m600 $(builddir)/build-$*/System.map \ + $(pkgdir)/boot/System.map-$(abi_release)-$* + if [ "$(dtb_files)" ]; then \ + install -d $(pkgdir)/lib/firmware/$(abi_release)-$*/device-tree; \ + for dtb_file in $(dtb_files); do \ + install -m644 $(builddir)/build-$*/arch/$(build_arch)/boot/dts/$$dtb_file \ + $(pkgdir)/lib/firmware/$(abi_release)-$*/device-tree/$$dtb_file; \ + echo "device-tree/$$dtb_file ?" >> $(DEBIAN)/d-i/firmware/kernel-image; \ + done; \ + fi +ifeq ($(no_dumpfile),) + makedumpfile -g $(pkgdir)/boot/vmcoreinfo-$(abi_release)-$* \ + -x $(builddir)/build-$*/vmlinux + chmod 0600 $(pkgdir)/boot/vmcoreinfo-$(abi_release)-$* +endif + + $(build_cd) $(kmake) $(build_O) $(conc_level) modules_install $(vdso) \ + INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$(pkgdir)/ \ + INSTALL_FW_PATH=$(pkgdir)/lib/firmware/$(abi_release)-$* + + # + # Build module blacklists: + # - blacklist all watchdog drivers (LP:1432837) + # + install -d $(pkgdir)/lib/modprobe.d + echo "# Autogenerated blacklist for $(src_pkg_name) $(abi_release)-$* $(arch)" \ + >$(pkgdir)/lib/modprobe.d/blacklist_$(src_pkg_name)_$(abi_release)-$*.conf + ls -1 $(pkgdir)/lib/modules/$(abi_release)-$*/kernel/drivers/watchdog/ | \ + sed -e 's/^/blacklist /' -e 's/.ko$$//' | \ + sort -u \ + >>$(pkgdir)/lib/modprobe.d/blacklist_$(src_pkg_name)_$(abi_release)-$*.conf + +ifeq ($(do_extras_package),true) + # + # Remove all modules not in the inclusion list. + # + if [ -f $(DEBIAN)/control.d/$(target_flavour).inclusion-list ] ; then \ + mkdir -p $(pkgdir_ex)/lib/modules/$(abi_release)-$*; \ + mv $(pkgdir)/lib/modules/$(abi_release)-$*/kernel \ + $(pkgdir_ex)/lib/modules/$(abi_release)-$*/kernel; \ + $(SHELL) $(DROOT)/scripts/module-inclusion --master \ + $(pkgdir_ex)/lib/modules/$(abi_release)-$*/kernel \ + $(pkgdir)/lib/modules/$(abi_release)-$*/kernel \ + $(DEBIAN)/control.d/$(target_flavour).inclusion-list 2>&1 | \ + tee $(target_flavour).inclusion-list.log; \ + /sbin/depmod -b $(pkgdir) -ea -F $(pkgdir)/boot/System.map-$(abi_release)-$* \ + $(abi_release)-$* 2>&1 |tee $(target_flavour).depmod.log; \ + if [ `grep -c 'unknown symbol' $(target_flavour).depmod.log` -gt 0 ]; then \ + echo "EE: Unresolved module dependencies in base package!"; \ + exit 1; \ + fi \ + fi +endif + +ifeq ($(no_dumpfile),) + makedumpfile -g $(pkgdir)/boot/vmcoreinfo-$(abi_release)-$* \ + -x $(builddir)/build-$*/vmlinux + chmod 0600 $(pkgdir)/boot/vmcoreinfo-$(abi_release)-$* +endif + rm -f $(pkgdir)/lib/modules/$(abi_release)-$*/build + rm -f $(pkgdir)/lib/modules/$(abi_release)-$*/source + + # Some initramfs-tools specific modules + install -d $(pkgdir)/lib/modules/$(abi_release)-$*/initrd + if [ -f $(pkgdir)/lib/modules/$(abi_release)-$*/kernel/drivers/video/vesafb.ko ]; then\ + $(LN) $(pkgdir)/lib/modules/$(abi_release)-$*/kernel/drivers/video/vesafb.ko \ + $(pkgdir)/lib/modules/$(abi_release)-$*/initrd/; \ + fi + + # Now the image scripts + install -d $(pkgdir)/DEBIAN + for script in postinst postrm preinst prerm; do \ + sed -e 's/=V/$(abi_release)-$*/g' -e 's/=K/$(instfile)/g' \ + -e 's/=L/$(loader)/g' -e 's@=B@$(build_arch)@g' \ + $(DROOT)/control-scripts/$$script > $(pkgdir)/DEBIAN/$$script; \ + chmod 755 $(pkgdir)/DEBIAN/$$script; \ + done +ifeq ($(do_extras_package),true) + # Install the postinit/postrm scripts in the extras package. + if [ -f $(DEBIAN)/control.d/$(target_flavour).inclusion-list ] ; then \ + install -d $(pkgdir_ex)/DEBIAN; \ + for script in postinst postrm ; do \ + sed -e 's/=V/$(abi_release)-$*/g' -e 's/=K/$(instfile)/g' \ + -e 's/=L/$(loader)/g' -e 's@=B@$(build_arch)@g' \ + debian/control-scripts/extra-post > $(pkgdir_ex)/DEBIAN/$$script; \ + chmod 755 $(pkgdir_ex)/DEBIAN/$$script; \ + done; \ + fi +endif + + # Install the full changelog. +ifeq ($(do_doc_package),true) + install -d $(bindoc) + cat $(DEBIAN)/changelog $(DEBIAN)/changelog.historical | \ + gzip -9 >$(bindoc)/changelog.Debian.old.gz + chmod 644 $(bindoc)/changelog.Debian.old.gz +endif + +ifneq ($(skipsub),true) + for sub in $($(*)_sub); do \ + if ! (TO=$$sub FROM=$* ABI_RELEASE=$(abi_release) $(SHELL) \ + $(DROOT)/scripts/sub-flavour); then exit 1; fi; \ + /sbin/depmod -b debian/$(bin_pkg_name)-$$sub \ + -ea -F debian/$(bin_pkg_name)-$$sub/boot/System.map-$(abi_release)-$* \ + $(abi_release)-$*; \ + install -d debian/$(bin_pkg_name)-$$sub/DEBIAN; \ + for script in postinst postrm preinst prerm; do \ + sed -e 's/=V/$(abi_release)-$*/g' \ + -e 's/=K/$(instfile)/g' \ + -e 's/=L/$(loader)/g' \ + -e 's@=B@$(build_arch)@g' \ + $(DROOT)/control-scripts/$$script > \ + debian/$(bin_pkg_name)-$$sub/DEBIAN/$$script;\ + chmod 755 debian/$(bin_pkg_name)-$$sub/DEBIAN/$$script;\ + done; \ + done +endif + +ifneq ($(skipdbg),true) + # Debug image is simple + install -m644 -D $(builddir)/build-$*/vmlinux \ + $(dbgpkgdir)/usr/lib/debug/boot/vmlinux-$(abi_release)-$* + $(build_cd) $(kmake) $(build_O) modules_install $(vdso) \ + INSTALL_MOD_PATH=$(dbgpkgdir)/usr/lib/debug + # Add .gnu_debuglink sections to each stripped .ko + # pointing to unstripped verson + find $(pkgdir) -name '*.ko' | sed 's|$(pkgdir)||'| while read module ; do \ + if [[ -f "$(dbgpkgdir)/usr/lib/debug/$$module" ]] ; then \ + $(CROSS_COMPILE)objcopy \ + --add-gnu-debuglink=$(dbgpkgdir)/usr/lib/debug/$$module \ + $(pkgdir)/$$module; \ + scripts/sign-file $(CONFIG_MODULE_SIG_HASH) $(MODSECKEY) $(MODPUBKEY) \ + $(pkgdir)/$$module; \ + fi; \ + done + rm -f $(dbgpkgdir)/usr/lib/debug/lib/modules/$(abi_release)-$*/build + rm -f $(dbgpkgdir)/usr/lib/debug/lib/modules/$(abi_release)-$*/source + rm -f $(dbgpkgdir)/usr/lib/debug/lib/modules/$(abi_release)-$*/modules.* + rm -fr $(dbgpkgdir)/usr/lib/debug/lib/firmware +endif + + # The flavour specific headers image + # TODO: Would be nice if we didn't have to dupe the original builddir + install -d -m755 $(hdrdir) + cat $(builddir)/build-$*/.config | \ + sed -e 's/.*CONFIG_DEBUG_INFO=.*/# CONFIG_DEBUG_INFO is not set/g' > \ + $(hdrdir)/.config + chmod 644 $(hdrdir)/.config + $(kmake) O=$(hdrdir) -j1 silentoldconfig prepare scripts + # We'll symlink this stuff + rm -f $(hdrdir)/Makefile + rm -rf $(hdrdir)/include2 $(hdrdir)/source + # Copy over the compilation version. + cp "$(builddir)/build-$*/include/generated/compile.h" \ + "$(hdrdir)/include/generated/compile.h" + # Add UTS_UBUNTU_RELEASE_ABI since UTS_RELEASE is difficult to parse. + echo "#define UTS_UBUNTU_RELEASE_ABI $(abinum)" >> $(hdrdir)/include/generated/utsrelease.h + # powerpc kernel arch seems to need some .o files for external module linking. Add them in. +ifeq ($(build_arch),powerpc) + mkdir -p $(hdrdir)/arch/powerpc/lib + cp $(builddir)/build-$*/arch/powerpc/lib/*.o $(hdrdir)/arch/powerpc/lib +endif + # Script to symlink everything up + $(SHELL) $(DROOT)/scripts/link-headers "$(hdrdir)" "$(indeppkg)" "$*" + # The build symlink + install -d debian/$(basepkg)-$*/lib/modules/$(abi_release)-$* + $(LN) /usr/src/$(basepkg)-$* \ + debian/$(basepkg)-$*/lib/modules/$(abi_release)-$*/build + # And finally the symvers + install -m644 $(builddir)/build-$*/Module.symvers \ + $(hdrdir)/Module.symvers + + # Now the header scripts + install -d $(CURDIR)/debian/$(basepkg)-$*/DEBIAN + for script in postinst; do \ + sed -e 's/=V/$(abi_release)-$*/g' -e 's/=K/$(instfile)/g' \ + $(DROOT)/control-scripts/headers-$$script > \ + $(CURDIR)/debian/$(basepkg)-$*/DEBIAN/$$script; \ + chmod 755 $(CURDIR)/debian/$(basepkg)-$*/DEBIAN/$$script; \ + done + + # At the end of the package prep, call the tests + DPKG_ARCH="$(arch)" KERN_ARCH="$(build_arch)" FLAVOUR="$*" \ + VERSION="$(abi_release)" REVISION="$(revision)" \ + PREV_REVISION="$(prev_revision)" ABI_NUM="$(abinum)" \ + PREV_ABI_NUM="$(prev_abinum)" BUILD_DIR="$(builddir)/build-$*" \ + INSTALL_DIR="$(pkgdir)" SOURCE_DIR="$(CURDIR)" \ + run-parts -v $(DROOT)/tests-build + + # + # Remove files which are generated at installation by postinst, + # except for modules.order and modules.builtin + # + # NOTE: need to keep this list in sync with postrm + # + mkdir $(pkgdir)/lib/modules/$(abi_release)-$*/_ + mv $(pkgdir)/lib/modules/$(abi_release)-$*/modules.order \ + $(pkgdir)/lib/modules/$(abi_release)-$*/_ + if [ -f $(pkgdir)/lib/modules/$(abi_release)-$*/modules.builtin ] ; then \ + mv $(pkgdir)/lib/modules/$(abi_release)-$*/modules.builtin \ + $(pkgdir)/lib/modules/$(abi_release)-$*/_; \ + fi + rm -f $(pkgdir)/lib/modules/$(abi_release)-$*/modules.* + mv $(pkgdir)/lib/modules/$(abi_release)-$*/_/* \ + $(pkgdir)/lib/modules/$(abi_release)-$* + rmdir $(pkgdir)/lib/modules/$(abi_release)-$*/_ + +ifeq ($(do_linux_tools),true) + # Create the linux-tools tool links + install -d $(toolspkgdir)/usr/lib/linux-tools/$(abi_release)-$* +ifeq ($(do_tools_usbip),true) + $(LN) ../../$(src_pkg_name)-tools-$(abi_release)/usbip $(toolspkgdir)/usr/lib/linux-tools/$(abi_release)-$* + $(LN) ../../$(src_pkg_name)-tools-$(abi_release)/usbipd $(toolspkgdir)/usr/lib/linux-tools/$(abi_release)-$* +endif +ifeq ($(do_tools_cpupower),true) + $(LN) ../../$(src_pkg_name)-tools-$(abi_release)/cpupower $(toolspkgdir)/usr/lib/linux-tools/$(abi_release)-$* +endif +ifeq ($(do_tools_perf),true) + $(LN) ../../$(src_pkg_name)-tools-$(abi_release)/perf $(toolspkgdir)/usr/lib/linux-tools/$(abi_release)-$* +endif +ifeq ($(do_tools_x86),true) + $(LN) ../../$(src_pkg_name)-tools-$(abi_release)/x86_energy_perf_policy $(toolspkgdir)/usr/lib/linux-tools/$(abi_release)-$* + $(LN) ../../$(src_pkg_name)-tools-$(abi_release)/turbostat $(toolspkgdir)/usr/lib/linux-tools/$(abi_release)-$* +endif +endif +ifeq ($(do_cloud_tools),true) +ifeq ($(do_tools_hyperv),true) + # Create the linux-hyperv tool links + install -d $(cloudpkgdir)/usr/lib/linux-tools/$(abi_release)-$* + $(LN) ../../$(src_pkg_name)-tools-$(abi_release)/hv_kvp_daemon $(cloudpkgdir)/usr/lib/linux-tools/$(abi_release)-$* + $(LN) ../../$(src_pkg_name)-tools-$(abi_release)/hv_vss_daemon $(cloudpkgdir)/usr/lib/linux-tools/$(abi_release)-$* + $(LN) ../../$(src_pkg_name)-tools-$(abi_release)/hv_fcopy_daemon $(cloudpkgdir)/usr/lib/linux-tools/$(abi_release)-$* +endif +endif + +headers_tmp := $(CURDIR)/debian/tmp-headers +headers_dir := $(CURDIR)/debian/linux-libc-dev + +hmake := $(MAKE) -C $(CURDIR) O=$(headers_tmp) \ + KERNELVERSION=$(abi_release) INSTALL_HDR_PATH=$(headers_tmp)/install \ + SHELL="$(SHELL)" ARCH=$(header_arch) + +install-arch-headers: + @echo Debug: $@ + dh_testdir + dh_testroot + dh_clean -k -plinux-libc-dev + + rm -rf $(headers_tmp) + install -d $(headers_tmp) $(headers_dir)/usr/include/ + + $(hmake) $(defconfig) + mv $(headers_tmp)/.config $(headers_tmp)/.config.old + sed -e 's/^# \(CONFIG_MODVERSIONS\) is not set$$/\1=y/' \ + -e 's/.*CONFIG_LOCALVERSION_AUTO.*/# CONFIG_LOCALVERSION_AUTO is not set/' \ + $(headers_tmp)/.config.old > $(headers_tmp)/.config + $(hmake) silentoldconfig + $(hmake) headers_install + + ( cd $(headers_tmp)/install/include/ && \ + find . -name '.' -o -name '.*' -prune -o -print | \ + cpio -pvd --preserve-modification-time \ + $(headers_dir)/usr/include/ ) + mkdir $(headers_dir)/usr/include/$(DEB_HOST_MULTIARCH) + mv $(headers_dir)/usr/include/asm $(headers_dir)/usr/include/$(DEB_HOST_MULTIARCH)/ + + rm -rf $(headers_tmp) + +binary-arch-headers: install-arch-headers + @echo Debug: $@ + dh_testdir + dh_testroot +ifeq ($(do_libc_dev_package),true) +ifneq ($(DEBIAN),debian.master) + echo "non-master branch building linux-libc-dev, aborting" + exit 1 +endif + dh_installchangelogs -plinux-libc-dev + dh_installdocs -plinux-libc-dev + dh_compress -plinux-libc-dev + dh_fixperms -plinux-libc-dev + dh_installdeb -plinux-libc-dev + $(lockme) dh_gencontrol -plinux-libc-dev -- $(libc_dev_version) + dh_md5sums -plinux-libc-dev + dh_builddeb -plinux-libc-dev +endif + +binary-%: pkgimg = $(bin_pkg_name)-$* +binary-%: pkgimg_ex = $(extra_pkg_name)-$* +binary-%: pkghdr = $(hdrs_pkg_name)-$* +binary-%: dbgpkg = $(bin_pkg_name)-$*-dbgsym +binary-%: dbgpkgdir = $(CURDIR)/debian/$(bin_pkg_name)-$*-dbgsym +binary-%: pkgtools = $(tools_flavour_pkg_name)-$* +binary-%: pkgcloud = $(cloud_flavour_pkg_name)-$* +binary-%: target_flavour = $* +binary-%: install-% + @echo Debug: $@ + dh_testdir + dh_testroot + + dh_installchangelogs -p$(pkgimg) + dh_installdocs -p$(pkgimg) + dh_compress -p$(pkgimg) + dh_fixperms -p$(pkgimg) -X/boot/ + dh_installdeb -p$(pkgimg) + dh_shlibdeps -p$(pkgimg) + $(lockme) dh_gencontrol -p$(pkgimg) + dh_md5sums -p$(pkgimg) + dh_builddeb -p$(pkgimg) -- -Zbzip2 -z9 + +ifeq ($(do_extras_package),true) + if [ -f $(DEBIAN)/control.d/$(target_flavour).inclusion-list ] ; then \ + dh_installchangelogs -p$(pkgimg_ex); \ + dh_installdocs -p$(pkgimg_ex); \ + dh_compress -p$(pkgimg_ex); \ + dh_fixperms -p$(pkgimg_ex) -X/boot/; \ + dh_installdeb -p$(pkgimg_ex); \ + dh_shlibdeps -p$(pkgimg_ex); \ + $(lockme) dh_gencontrol -p$(pkgimg_ex); \ + dh_md5sums -p$(pkgimg_ex); \ + dh_builddeb -p$(pkgimg_ex) -- -Zbzip2 -z9; \ + fi +endif + + dh_installchangelogs -p$(pkghdr) + dh_installdocs -p$(pkghdr) + dh_compress -p$(pkghdr) + dh_fixperms -p$(pkghdr) + dh_shlibdeps -p$(pkghdr) + dh_installdeb -p$(pkghdr) + $(lockme) dh_gencontrol -p$(pkghdr) + dh_md5sums -p$(pkghdr) + dh_builddeb -p$(pkghdr) + +ifneq ($(skipsub),true) + @set -e; for sub in $($(*)_sub); do \ + pkg=$(bin_pkg_name)-$$sub; \ + dh_installchangelogs -p$$pkg; \ + dh_installdocs -p$$pkg; \ + dh_compress -p$$pkg; \ + dh_fixperms -p$$pkg -X/boot/; \ + dh_shlibdeps -p$$pkg; \ + dh_installdeb -p$$pkg; \ + $(lockme) dh_gencontrol -p$$pkg; \ + dh_md5sums -p$$pkg; \ + dh_builddeb -p$$pkg; \ + done +endif + +ifneq ($(skipdbg),true) + dh_installchangelogs -p$(dbgpkg) + dh_installdocs -p$(dbgpkg) + dh_compress -p$(dbgpkg) + dh_fixperms -p$(dbgpkg) + dh_installdeb -p$(dbgpkg) + $(lockme) dh_gencontrol -p$(dbgpkg) + dh_md5sums -p$(dbgpkg) + dh_builddeb -p$(dbgpkg) + + # Hokay...here's where we do a little twiddling... + # Renaming the debug package prevents it from getting into + # the primary archive, and therefore prevents this very large + # package from being mirrored. It is instead, through some + # archive admin hackery, copied to http://ddebs.ubuntu.com. + # + mv ../$(dbgpkg)_$(release)-$(revision)_$(arch).deb \ + ../$(dbgpkg)_$(release)-$(revision)_$(arch).ddeb + set -e; \ + ( \ + $(lockme_cmd) 9 || exit 1; \ + if grep -qs '^Build-Debug-Symbols: yes$$' /CurrentlyBuilding; then \ + sed -i '/^$(dbgpkg)_/s/\.deb /.ddeb /' debian/files; \ + else \ + grep -v '^$(dbgpkg)_.*$$' debian/files > debian/files.new; \ + mv debian/files.new debian/files; \ + fi; \ + ) 9>$(lockme_file) + # Now, the package wont get into the archive, but it will get put + # into the debug system. +endif + +ifeq ($(do_linux_tools),true) + dh_installchangelogs -p$(pkgtools) + dh_installdocs -p$(pkgtools) + dh_compress -p$(pkgtools) + dh_fixperms -p$(pkgtools) + dh_shlibdeps -p$(pkgtools) + dh_installdeb -p$(pkgtools) + $(lockme) dh_gencontrol -p$(pkgtools) + dh_md5sums -p$(pkgtools) + dh_builddeb -p$(pkgtools) +endif +ifeq ($(do_cloud_tools),true) + dh_installchangelogs -p$(pkgcloud) + dh_installdocs -p$(pkgcloud) + dh_compress -p$(pkgcloud) + dh_fixperms -p$(pkgcloud) + dh_shlibdeps -p$(pkgcloud) + dh_installdeb -p$(pkgcloud) + $(lockme) dh_gencontrol -p$(pkgcloud) + dh_md5sums -p$(pkgcloud) + dh_builddeb -p$(pkgcloud) +endif + +ifneq ($(full_build),false) + # Clean out this flavours build directory. + rm -rf $(builddir)/build-$* + # Clean out the debugging package source directory. + rm -rf $(dbgpkgdir) +endif + +# +# per-architecture packages +# +builddirpa = $(builddir)/tools-perarch + +$(stampdir)/stamp-prepare-perarch: + @echo Debug: $@ +ifeq ($(do_any_tools),true) + rm -rf $(builddirpa) + install -d $(builddirpa) + for i in *; do $(LN) $(CURDIR)/$$i $(builddirpa); done + rm $(builddirpa)/tools + rsync -a tools/ $(builddirpa)/tools/ +endif + touch $@ + +$(stampdir)/stamp-build-perarch: $(stampdir)/stamp-prepare-perarch install-arch-headers + @echo Debug: $@ +ifeq ($(do_linux_tools),true) +ifeq ($(do_tools_usbip),true) + chmod 755 $(builddirpa)/tools/usb/usbip/autogen.sh + cd $(builddirpa)/tools/usb/usbip && ./autogen.sh + chmod 755 $(builddirpa)/tools/usb/usbip/configure + cd $(builddirpa)/tools/usb/usbip && ./configure --prefix=$(builddirpa)/tools/usb/usbip/bin + cd $(builddirpa)/tools/usb/usbip && make install CFLAGS="-g -O2 -static" CROSS_COMPILE=$(CROSS_COMPILE) +endif +ifeq ($(do_tools_cpupower),true) + # Allow for multiple installed versions of cpupower and libcpupower.so: + # Override LIB_MIN in order to to generate a versioned .so named + # libcpupower.so.$(abi_release) and link cpupower with that. + make -C $(builddirpa)/tools/power/cpupower \ + CROSS_COMPILE=$(CROSS_COMPILE) \ + LIB_MIN=$(abi_release) CPUFREQ_BENCH=false +endif +ifeq ($(do_tools_perf),true) + cd $(builddirpa)/tools/perf && \ + make prefix=/usr HAVE_CPLUS_DEMANGLE=1 CROSS_COMPILE=$(CROSS_COMPILE) NO_LIBPYTHON=1 NO_LIBPERL=1 PYTHON=python2.7 +endif +ifeq ($(do_tools_x86),true) + cd $(builddirpa)/tools/power/x86/x86_energy_perf_policy && make CROSS_COMPILE=$(CROSS_COMPILE) + cd $(builddirpa)/tools/power/x86/turbostat && make CROSS_COMPILE=$(CROSS_COMPILE) +endif +endif +ifeq ($(do_cloud_tools),true) +ifeq ($(do_tools_hyperv),true) + cd $(builddirpa)/tools/hv && make CFLAGS="-I$(headers_dir)/usr/include -I$(headers_dir)/usr/include/$(DEB_HOST_MULTIARCH)" CROSS_COMPILE=$(CROSS_COMPILE) hv_kvp_daemon hv_vss_daemon hv_fcopy_daemon +endif +endif + @touch $@ + +install-perarch: toolspkgdir = $(CURDIR)/debian/$(tools_pkg_name) +install-perarch: cloudpkgdir = $(CURDIR)/debian/$(cloud_pkg_name) +install-perarch: $(stampdir)/stamp-build-perarch + @echo Debug: $@ + # Add the tools. +ifeq ($(do_linux_tools),true) + install -d $(toolspkgdir)/usr/lib + install -d $(toolspkgdir)/usr/lib/$(src_pkg_name)-tools-$(abi_release) +ifeq ($(do_tools_usbip),true) + install -m755 $(builddirpa)/tools/usb/usbip/bin/sbin/usbip \ + $(toolspkgdir)/usr/lib/$(src_pkg_name)-tools-$(abi_release) + install -m755 $(builddirpa)/tools/usb/usbip/bin/sbin/usbipd \ + $(toolspkgdir)/usr/lib/$(src_pkg_name)-tools-$(abi_release) +endif +ifeq ($(do_tools_cpupower),true) + install -m755 $(builddirpa)/tools/power/cpupower/cpupower \ + $(toolspkgdir)/usr/lib/$(src_pkg_name)-tools-$(abi_release) + # Install only the full versioned libcpupower.so.$(abi_release), not + # the usual symlinks to it. + install -m644 $(builddirpa)/tools/power/cpupower/libcpupower.so.$(abi_release) \ + $(toolspkgdir)/usr/lib/ +endif +ifeq ($(do_tools_perf),true) + install -m755 $(builddirpa)/tools/perf/perf $(toolspkgdir)/usr/lib/$(src_pkg_name)-tools-$(abi_release) +endif +ifeq ($(do_tools_x86),true) + install -m755 $(builddirpa)/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy \ + $(toolspkgdir)/usr/lib/$(src_pkg_name)-tools-$(abi_release) + install -m755 $(builddirpa)/tools/power/x86/turbostat/turbostat \ + $(toolspkgdir)/usr/lib/$(src_pkg_name)-tools-$(abi_release) +endif +endif +ifeq ($(do_cloud_tools),true) +ifeq ($(do_tools_hyperv),true) + install -d $(cloudpkgdir)/usr/lib + install -d $(cloudpkgdir)/usr/lib/$(src_pkg_name)-tools-$(abi_release) + install -m755 $(builddirpa)/tools/hv/hv_kvp_daemon \ + $(cloudpkgdir)/usr/lib/$(src_pkg_name)-tools-$(abi_release) + install -m755 $(builddirpa)/tools/hv/hv_vss_daemon \ + $(cloudpkgdir)/usr/lib/$(src_pkg_name)-tools-$(abi_release) + install -m755 $(builddirpa)/tools/hv/hv_fcopy_daemon \ + $(cloudpkgdir)/usr/lib/$(src_pkg_name)-tools-$(abi_release) +endif +endif + +binary-perarch: toolspkg = $(tools_pkg_name) +binary-perarch: cloudpkg = $(cloud_pkg_name) +binary-perarch: install-perarch + @echo Debug: $@ +ifeq ($(do_linux_tools),true) + dh_strip -p$(toolspkg) + dh_installchangelogs -p$(toolspkg) + dh_installdocs -p$(toolspkg) + dh_compress -p$(toolspkg) + dh_fixperms -p$(toolspkg) + dh_shlibdeps -p$(toolspkg) + dh_installdeb -p$(toolspkg) + $(lockme) dh_gencontrol -p$(toolspkg) + dh_md5sums -p$(toolspkg) + dh_builddeb -p$(toolspkg) +endif +ifeq ($(do_cloud_tools),true) + dh_strip -p$(cloudpkg) + dh_installchangelogs -p$(cloudpkg) + dh_installdocs -p$(cloudpkg) + dh_compress -p$(cloudpkg) + dh_fixperms -p$(cloudpkg) + dh_shlibdeps -p$(cloudpkg) + dh_installdeb -p$(cloudpkg) + $(lockme) dh_gencontrol -p$(cloudpkg) + dh_md5sums -p$(cloudpkg) + dh_builddeb -p$(cloudpkg) +endif + +binary-debs: signed = $(CURDIR)/debian/$(bin_pkg_name)-signed +binary-debs: signedv = $(CURDIR)/debian/$(bin_pkg_name)-signed/$(release)-$(revision) +binary-debs: signed_tar = $(src_pkg_name)_$(release)-$(revision)_$(arch).tar.gz +binary-debs: binary-perarch $(addprefix binary-,$(flavours)) + @echo Debug: $@ +ifeq ($(uefi_signed),true) + echo $(release)-$(revision) > $(signedv)/version + cd $(signedv) && ls *.efi >flavours + cd $(signed) && tar czvf ../../../$(signed_tar) . + dpkg-distaddfile $(signed_tar) raw-uefi - +endif + +build-arch-deps-$(do_flavour_image_package) += $(addprefix $(stampdir)/stamp-build-,$(flavours)) +build-arch: $(build-arch-deps-true) + @echo Debug: $@ + +ifeq ($(AUTOBUILD),) +binary-arch-deps-$(do_flavour_image_package) += binary-udebs +else +binary-arch-deps-$(do_flavour_image_package) = binary-debs +endif +binary-arch-deps-$(do_libc_dev_package) += binary-arch-headers +ifneq ($(do_common_headers_indep),true) +binary-arch-deps-$(do_flavour_header_package) += binary-headers +endif +binary-arch: $(binary-arch-deps-true) + @echo Debug: $@ + --- linux-lts-utopic-3.16.0.orig/debian/rules.d/3-binary-indep.mk +++ linux-lts-utopic-3.16.0/debian/rules.d/3-binary-indep.mk @@ -0,0 +1,170 @@ +build-indep: + @echo Debug: $@ + +# The binary-indep dependency chain is: +# +# install-headers <- install-doc <- install-source <- install-tools <- install-indep <- binary-indep +# install-headers <- binary-headers +# +indep_hdrpkg = $(indep_hdrs_pkg_name) +indep_hdrdir = $(CURDIR)/debian/$(indep_hdrpkg)/usr/src/$(indep_hdrpkg) +install-headers: + @echo Debug: $@ + dh_testdir + dh_testroot + dh_prep + +ifeq ($(do_flavour_header_package),true) + install -d $(indep_hdrdir) + find . -path './debian' -prune -o -path './$(DEBIAN)' -prune \ + -o -path './include/*' -prune \ + -o -path './scripts/*' -prune -o -type f \ + \( -name 'Makefile*' -o -name 'Kconfig*' -o -name 'Kbuild*' -o \ + -name '*.sh' -o -name '*.pl' -o -name '*.lds' \) \ + -print | cpio -pd --preserve-modification-time $(indep_hdrdir) + cp -a scripts include $(indep_hdrdir) + (find arch -name include -type d -print | \ + xargs -n1 -i: find : -type f) | \ + cpio -pd --preserve-modification-time $(indep_hdrdir) +endif + +docpkg = $(doc_pkg_name) +docdir = $(CURDIR)/debian/$(docpkg)/usr/share/doc/$(docpkg) +install-doc: install-headers + @echo Debug: $@ +ifeq ($(do_doc_package),true) + dh_testdir + dh_testroot + + install -d $(docdir) +ifeq ($(do_doc_package_content),true) + # First the html docs. We skip these for autobuilds + if [ -z "$(AUTOBUILD)" ]; then \ + install -d $(docdir)/$(doc_pkg_name)-tmp; \ + $(kmake) O=$(docdir)/$(doc_pkg_name)-tmp htmldocs; \ + install -d $(docdir)/html; \ + rsync -aL $(docdir)/$(doc_pkg_name)-tmp/Documentation/DocBook/ \ + $(docdir)/html/; \ + rm -rf $(docdir)/$(doc_pkg_name)-tmp; \ + fi +endif + # Copy the rest + cp -a Documentation/* $(docdir) + rm -rf $(docdir)/DocBook + find $(docdir) -name .gitignore | xargs rm -f +endif + +srcpkg = $(src_pkg_name)-source-$(release) +srcdir = $(CURDIR)/debian/$(srcpkg)/usr/src/$(srcpkg) +balldir = $(CURDIR)/debian/$(srcpkg)/usr/src/$(srcpkg)/$(srcpkg) +install-source: install-doc + @echo Debug: $@ +ifeq ($(do_source_package),true) + + install -d $(srcdir) +ifeq ($(do_source_package_content),true) + find . -path './debian' -prune -o -path './$(DEBIAN)' -prune -o \ + -path './.*' -prune -o -print | \ + cpio -pd --preserve-modification-time $(balldir) + (cd $(srcdir); tar cf - $(srcpkg)) | bzip2 -9c > \ + $(srcdir)/$(srcpkg).tar.bz2 + rm -rf $(balldir) + find './debian' './$(DEBIAN)' \ + -path './debian/linux-*' -prune -o \ + -path './debian/$(src_pkg_name)-*' -prune -o \ + -path './debian/build' -prune -o \ + -path './debian/files' -prune -o \ + -path './debian/stamps' -prune -o \ + -path './debian/tmp' -prune -o \ + -print | \ + cpio -pd --preserve-modification-time $(srcdir) + $(LN) $(srcpkg)/$(srcpkg).tar.bz2 $(srcdir)/.. +endif +endif + +install-tools: toolspkg = $(tools_common_pkg_name) +install-tools: toolsbin = $(CURDIR)/debian/$(toolspkg)/usr/bin +install-tools: toolssbin = $(CURDIR)/debian/$(toolspkg)/usr/sbin +install-tools: toolsman = $(CURDIR)/debian/$(toolspkg)/usr/share/man +install-tools: cloudpkg = $(cloud_common_pkg_name) +install-tools: cloudbin = $(CURDIR)/debian/$(cloudpkg)/usr/bin +install-tools: cloudsbin = $(CURDIR)/debian/$(cloudpkg)/usr/sbin +install-tools: cloudman = $(CURDIR)/debian/$(cloudpkg)/usr/share/man +install-tools: install-source $(stampdir)/stamp-build-perarch + @echo Debug: $@ + +ifeq ($(do_tools_common),true) + rm -rf $(builddir)/tools + install -d $(builddir)/tools + for i in *; do $(LN) $(CURDIR)/$$i $(builddir)/tools/; done + rm $(builddir)/tools/tools + rsync -a tools/ $(builddir)/tools/tools/ + + install -d $(toolsbin) + install -d $(toolsman)/man1 + + install -m755 debian/tools/generic $(toolsbin)/usbip + install -m755 debian/tools/generic $(toolsbin)/usbipd + install -m644 $(CURDIR)/tools/usb/usbip/doc/*.8 $(toolsman)/man1/ + + install -m755 debian/tools/generic $(toolsbin)/cpupower + install -m644 $(CURDIR)/tools/power/cpupower/man/*.1 $(toolsman)/man1/ + + install -m755 debian/tools/generic $(toolsbin)/perf + + install -m755 debian/tools/generic $(toolsbin)/x86_energy_perf_policy + install -m755 debian/tools/generic $(toolsbin)/turbostat + + cd $(builddir)/tools/tools/perf && make man + install -m644 $(builddir)/tools/tools/perf/Documentation/*.1 \ + $(toolsman)/man1 + + install -d $(toolsman)/man8 + install -m644 $(CURDIR)/tools/power/x86/x86_energy_perf_policy/*.8 $(toolsman)/man8 + install -m644 $(CURDIR)/tools/power/x86/turbostat/*.8 $(toolsman)/man8 + + install -d $(cloudsbin) + install -m755 debian/tools/generic $(cloudsbin)/hv_kvp_daemon + install -m755 debian/tools/generic $(cloudsbin)/hv_vss_daemon + install -m755 debian/tools/generic $(cloudsbin)/hv_fcopy_daemon + install -m755 debian/cloud-tools/hv_get_dhcp_info $(cloudsbin) + install -m755 debian/cloud-tools/hv_get_dns_info $(cloudsbin) + install -m755 debian/cloud-tools/hv_set_ifconfig $(cloudsbin) + + install -d $(cloudman)/man8 + install -m644 $(CURDIR)/tools/hv/*.8 $(cloudman)/man8 + + dh_systemd_enable + dh_installinit -p$(cloudpkg) --name hv-kvp-daemon + dh_installinit -p$(cloudpkg) --name hv-vss-daemon + dh_installinit -p$(cloudpkg) --name hv-fcopy-daemon + dh_systemd_start +endif + +install-indep: install-tools + @echo Debug: $@ + +# This is just to make it easy to call manually. Normally done in +# binary-indep target during builds. +binary-headers: install-headers + @echo Debug: $@ + dh_installchangelogs -p$(indep_hdrpkg) + dh_installdocs -p$(indep_hdrpkg) + dh_compress -p$(indep_hdrpkg) + dh_fixperms -p$(indep_hdrpkg) + dh_installdeb -p$(indep_hdrpkg) + $(lockme) dh_gencontrol -p$(indep_hdrpkg) + dh_md5sums -p$(indep_hdrpkg) + dh_builddeb -p$(indep_hdrpkg) + +binary-indep: install-indep + @echo Debug: $@ + + dh_installchangelogs -i + dh_installdocs -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + $(lockme) dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i --- linux-lts-utopic-3.16.0.orig/debian/rules.d/4-checks.mk +++ linux-lts-utopic-3.16.0/debian/rules.d/4-checks.mk @@ -0,0 +1,27 @@ +# Check ABI for package against last release (if not same abinum) +abi-check-%: $(stampdir)/stamp-build-% + @echo Debug: $@ + install -d $(abidir) + sed -e 's/^\(.\+\)[[:space:]]\+\(.\+\)[[:space:]]\(.\+\)$$/\3 \2 \1/' \ + $(builddir)/build-$*/Module.symvers | sort > $(abidir)/$* + @perl -f $(DROOT)/scripts/abi-check "$*" "$(prev_abinum)" "$(abinum)" \ + "$(prev_abidir)" "$(abidir)" "$(skipabi)" + +# Check the module list against the last release (always) +module-check-%: $(stampdir)/stamp-build-% + @echo Debug: $@ + install -d $(abidir) + find $(builddir)/build-$*/ -name \*.ko | \ + sed -e 's/.*\/\([^\/]*\)\.ko/\1/' | sort > $(abidir)/$*.modules + @perl -f $(DROOT)/scripts/module-check "$*" \ + "$(prev_abidir)" "$(abidir)" $(skipmodule) + +checks-%: module-check-% abi-check-% + @echo Debug: $@ + +# Check the config against the known options list. +config-prepare-check-%: $(stampdir)/stamp-prepare-tree-% + @echo Debug: $@ + @perl -f $(DROOT)/scripts/config-check \ + $(builddir)/build-$*/.config "$(arch)" "$*" "$(sharedconfdir)" "$(skipconfig)" + --- linux-lts-utopic-3.16.0.orig/debian/rules.d/5-udebs.mk +++ linux-lts-utopic-3.16.0/debian/rules.d/5-udebs.mk @@ -0,0 +1,74 @@ +# Do udebs if not disabled in the arch-specific makefile +binary-udebs: binary-debs + @echo Debug: $@ +ifeq ($(disable_d_i),) + @$(MAKE) --no-print-directory -f $(DROOT)/rules DEBIAN=$(DEBIAN) \ + do-binary-udebs +endif + +do-binary-udebs: debian/control + @echo Debug: $@ + dh_testdir + dh_testroot + + # unpack the kernels into a temporary directory + mkdir -p debian/d-i-${arch} + + imagelist=$$(cat $(builddir)/kernel-versions | grep ^${arch} | gawk '{print $$4}') && \ + for i in $$imagelist; do \ + dpkg -x $$(ls ../linux-image-$$i\_$(release)-$(revision)_${arch}.deb) \ + debian/d-i-${arch}; \ + if [ -f ../linux-image-extra-$$i\_$(release)-$(revision)_${arch}.deb ] ; then \ + dpkg -x ../linux-image-extra-$$i\_$(release)-$(revision)_${arch}.deb \ + debian/d-i-${arch}; \ + fi; \ + /sbin/depmod -b debian/d-i-${arch} $$i; \ + done + + # kernel-wedge will error if no modules unless this is touched + touch $(CURDIR)/debian/build/no-modules + + touch ignore-dups + export SOURCEDIR=$(CURDIR)/debian/d-i-${arch} && \ + cd $(builddir) && \ + kernel-wedge install-files && \ + kernel-wedge check + + # Build just the udebs + dilist=$$(dh_listpackages -s | grep "\-di$$") && \ + [ -z "$dilist" ] || \ + for i in $$dilist; do \ + dh_fixperms -p$$i; \ + $(lockme) dh_gencontrol -p$$i; \ + dh_builddeb -p$$i; \ + done + + # Generate the meta-udeb dependancy lists. + @gawk ' \ + /^Package:/ { \ + package=$$2; flavour=""; parch="" } \ + (/Package-Type: udeb/ && package !~ /^'$(src_pkg_name)'-udebs-/) { \ + match(package, "'$(release)'-'$(abinum)'-(.*)-di", bits); \ + flavour = bits[1]; \ + } \ + (/^Architecture:/ && $$0 " " ~ / '$(arch)'/) { \ + parch=$$0; \ + } \ + (flavour != "" && parch != "") { \ + udebs[flavour] = udebs[flavour] package ", "; \ + flavour=""; parch=""; \ + } \ + END { \ + for (flavour in udebs) { \ + package="'$(src_pkg_name)'-udebs-" flavour; \ + file="debian/" package ".substvars"; \ + print("udeb:Depends=" udebs[flavour]) > file; \ + metas="'$(builddir)'/udeb-meta-packages"; \ + print(package) >metas \ + } \ + } \ + ' <$(CURDIR)/debian/control + @while read i; do \ + $(lockme) dh_gencontrol -p$$i; \ + dh_builddeb -p$$i; \ + done <$(builddir)/udeb-meta-packages --- linux-lts-utopic-3.16.0.orig/debian/scripts/abi-check +++ linux-lts-utopic-3.16.0/debian/scripts/abi-check @@ -0,0 +1,210 @@ +#!/usr/bin/perl -w + +my $flavour = shift; +my $prev_abinum = shift; +my $abinum = shift; +my $prev_abidir = shift; +my $abidir = shift; +my $skipabi = shift; + +my $fail_exit = 1; +my $EE = "EE:"; +my $errors = 0; +my $abiskip = 0; + +my $count; + +print "II: Checking ABI for $flavour...\n"; + +if (-f "$prev_abidir/ignore" + or -f "$prev_abidir/$flavour.ignore" or "$skipabi" eq "true") { + print "WW: Explicitly asked to ignore ABI, running in no-fail mode\n"; + $fail_exit = 0; + $abiskip = 1; + $EE = "WW:"; +} + +if ($prev_abinum != $abinum) { + print "II: Different ABI's, running in no-fail mode\n"; + $fail_exit = 0; + $EE = "WW:"; +} + +if (not -f "$abidir/$flavour" or not -f "$prev_abidir/$flavour") { + print "EE: Previous or current ABI file missing!\n"; + print " $abidir/$flavour\n" if not -f "$abidir/$flavour"; + print " $prev_abidir/$flavour\n" if not -f "$prev_abidir/$flavour"; + + # Exit if the ABI files are missing, but return status based on whether + # skip ABI was indicated. + if ("$abiskip" eq "1") { + exit(0); + } else { + exit(1); + } +} + +my %symbols; +my %symbols_ignore; +my %modules_ignore; +my %module_syms; + +# See if we have any ignores +my $ignore = 0; +print " Reading symbols/modules to ignore..."; + +for $file ("$prev_abidir/../blacklist", "$prev_abidir/../../perm-blacklist") { + if (-f $file) { + open(IGNORE, "< $file") or + die "Could not open $file"; + while () { + chomp; + if ($_ =~ m/M: (.*)/) { + $modules_ignore{$1} = 1; + } else { + $symbols_ignore{$_} = 1; + } + $ignore++; + } + close(IGNORE); + } +} +print "read $ignore symbols/modules.\n"; + +sub is_ignored($$) { + my ($mod, $sym) = @_; + + die "Missing module name in is_ignored()" if not defined($mod); + die "Missing symbol name in is_ignored()" if not defined($sym); + + if (defined($symbols_ignore{$sym}) or defined($modules_ignore{$mod})) { + return 1; + } + return 0; +} + +# Read new syms first +print " Reading new symbols ($abinum)..."; +$count = 0; +open(NEW, "< $abidir/$flavour") or + die "Could not open $abidir/$flavour"; +while () { + chomp; + m/^(\S+)\s(.+)\s(0x[0-9a-f]+)\s(.+)$/; + $symbols{$4}{'type'} = $1; + $symbols{$4}{'loc'} = $2; + $symbols{$4}{'hash'} = $3; + $module_syms{$2} = 0; + $count++; +} +close(NEW); +print "read $count symbols.\n"; + +# Now the old symbols, checking for missing ones +print " Reading old symbols ($prev_abinum)..."; +$count = 0; +open(OLD, "< $prev_abidir/$flavour") or + die "Could not open $prev_abidir/$flavour"; +while () { + chomp; + m/^(\S+)\s(.+)\s(0x[0-9a-f]+)\s(.+)$/; + $symbols{$4}{'old_type'} = $1; + $symbols{$4}{'old_loc'} = $2; + $symbols{$4}{'old_hash'} = $3; + $count++; +} +close(OLD); + +print "read $count symbols.\n"; + +print "II: Checking for missing symbols in new ABI..."; +$count = 0; +foreach $sym (keys(%symbols)) { + if (!defined($symbols{$sym}{'type'})) { + print "\n" if not $count; + printf(" MISS : %s%s\n", $sym, + is_ignored($symbols{$sym}{'old_loc'}, $sym) ? " (ignored)" : ""); + $count++ if !is_ignored($symbols{$sym}{'old_loc'}, $sym); + } +} +print " " if $count; +print "found $count missing symbols\n"; +if ($count) { + print "$EE Symbols gone missing (what did you do!?!)\n"; + $errors++; +} + + +print "II: Checking for new symbols in new ABI..."; +$count = 0; +foreach $sym (keys(%symbols)) { + if (!defined($symbols{$sym}{'old_type'})) { + print "\n" if not $count; + print " NEW : $sym\n"; + $count++; + } +} +print " " if $count; +print "found $count new symbols\n"; +if ($count and $prev_abinum == $abinum) { + print "WW: Found new symbols within same ABI. Not recommended\n"; +} + +print "II: Checking for changes to ABI...\n"; +$count = 0; +my $moved = 0; +my $changed_type = 0; +my $changed_hash = 0; +foreach $sym (keys(%symbols)) { + if (!defined($symbols{$sym}{'old_type'}) or + !defined($symbols{$sym}{'type'})) { + next; + } + + # Changes in location don't hurt us, but log it anyway + if ($symbols{$sym}{'loc'} ne $symbols{$sym}{'old_loc'}) { + printf(" MOVE : %-40s : %s => %s\n", $sym, $symbols{$sym}{'old_loc'}, + $symbols{$sym}{'loc'}); + $moved++; + } + + # Changes to export type are only bad if new type isn't + # EXPORT_SYMBOL. Changing things to GPL are bad. + if ($symbols{$sym}{'type'} ne $symbols{$sym}{'old_type'}) { + printf(" TYPE : %-40s : %s => %s%s\n", $sym, $symbols{$sym}{'old_type'}. + $symbols{$sym}{'type'}, is_ignored($symbols{$sym}{'loc'}, $sym) + ? " (ignored)" : ""); + $changed_type++ if $symbols{$sym}{'type'} ne "EXPORT_SYMBOL" + and !is_ignored($symbols{$sym}{'loc'}, $sym); + } + + # Changes to the hash are always bad + if ($symbols{$sym}{'hash'} ne $symbols{$sym}{'old_hash'}) { + printf(" HASH : %-40s : %s => %s%s\n", $sym, $symbols{$sym}{'old_hash'}, + $symbols{$sym}{'hash'}, is_ignored($symbols{$sym}{'loc'}, $sym) + ? " (ignored)" : ""); + $changed_hash++ if !is_ignored($symbols{$sym}{'loc'}, $sym); + $module_syms{$symbols{$sym}{'loc'}}++; + } +} + +print "WW: $moved symbols changed location\n" if $moved; +print "$EE $changed_type symbols changed export type and weren't ignored\n" if $changed_type; +print "$EE $changed_hash symbols changed hash and weren't ignored\n" if $changed_hash; + +$errors++ if $changed_hash or $changed_type; +if ($changed_hash) { + print "II: Module hash change summary...\n"; + foreach $mod (sort { $module_syms{$b} <=> $module_syms{$a} } keys %module_syms) { + next if ! $module_syms{$mod}; + printf(" %-40s: %d\n", $mod, $module_syms{$mod}); + } +} + +print "II: Done\n"; + +if ($errors) { + exit($fail_exit); +} else { + exit(0); +} --- linux-lts-utopic-3.16.0.orig/debian/scripts/config-check +++ linux-lts-utopic-3.16.0/debian/scripts/config-check @@ -0,0 +1,413 @@ +#!/usr/bin/perl +# +# check-config -- check the current config for issues +# +use strict; + +my $P = 'check-config'; + +my $test = -1; +if ($ARGV[0] eq '--test') { + $test = $ARGV[1] + 0; +} elsif ($#ARGV != 4) { + die "Usage: $P \n"; +} + +my ($config, $arch, $flavour, $commonconfig, $warn_only) = @ARGV; + +my $checks = "$commonconfig/enforce"; +my %values = (); + +# If we are in overridden then still perform the checks and emit the messages +# but do not return failure. Those items marked FATAL will alway trigger +# failure. +my $fail_exit = 1; +$fail_exit = 0 if ($warn_only eq 'true' || $warn_only eq '1'); +my $exit_val = 0; + +# Predicate execution engine. +sub pred_first { + my ($rest) = @_; + my $depth = 0; + my $off; + my $char; + my $pred; + + for ($off = 0; $off <= length($rest); $off++) { + $char = substr($rest, $off, 1); + if ($char eq '(') { + $depth++; + } elsif ($char eq ')') { + $depth--; + } elsif ($depth == 0 && $char eq '&') { + last; + } elsif ($depth == 0 && $char eq '|') { + last; + } + } + if ($depth > 0) { + die "$P: $rest: missing close parenthesis ')'\n"; + } elsif ($depth < 0) { + die "$P: $rest: missing open parenthesis '('\n"; + } + + ($pred, $rest) = (substr($rest, 0, $off), substr($rest, $off + 1)); + + $pred =~ s/^\s*//; + $pred =~ s/\s*$//; + + #print "pred<$pred> rest<$rest> char<$char>\n"; + ($pred, $rest, $char); +} + +sub pred_do { + my ($pred) = @_; + my (@a) = split(' ', $pred); + my $possible; + + if ($a[0] eq 'arch') { + die "$P: $pred: malformed -- $pred \n" if ($#a < 1); + for $possible (@a[1..$#a]) { + #print " *** ARCH<$flavour ?? $possible>\n"; + return 1 if ($arch eq $possible); + } + return 0; + } elsif ($a[0] eq 'flavour') { + die "$P: $pred: malformed -- $pred \n" if ($#a < 1); + for $possible (@a[1..$#a]) { + #print " *** FLAVOUR<$flavour ?? $possible>\n"; + return 1 if ($flavour eq $possible); + } + return 0; + } elsif ($a[0] eq 'value') { + die "$P: $pred: malformed -- $pred \n" if ($#a != 2); + #print " *** CHECK<$a[1] $a[2] ?? " . $values{$a[1]} . ">\n"; + return ($values{$a[1]} eq $a[2]); + } elsif ($a[0] eq 'exists') { + die "$P: $pred: malformed -- $pred \n" if ($#a != 1); + return (defined $values{$a[1]}); + } else { + die "$P: $pred: unknown predicate\n"; + } + return 1; +} +sub pred_exec { + my ($rest) = @_; + my $pred; + my $cut = 0; + my $res; + my $sep; + + #print "pred_exec<$rest>\n"; + + ($pred, $rest, $sep) = pred_first($rest); + + # Leading ! implies inversion. + if ($pred =~ /^\s*!\s*(.*)$/) { + #print " invert<$1>\n"; + ($cut, $res) = pred_exec($1); + $res = !$res; + + # Leading / implies a CUT operation. + } elsif ($pred =~ /^\s*\/\s*(.*)$/) { + #print " cut<$1>\n"; + ($cut, $res) = pred_exec($1); + $cut = 1; + + # Recurse left for complex expressions. + } elsif ($pred =~ /^\s*\((.*)\)\s*$/) { + #print " left<$1>\n"; + ($cut, $res) = pred_exec($1); + + # Check for common syntax issues. + } elsif ($pred eq '') { + if ($sep eq '&' || $sep eq '|') { + die "$P: $pred$rest: malformed binary operator\n"; + } else { + die "$P: $pred$rest: syntax error\n"; + } + + # A predicate, execute it. + } else { + #print " DO<$pred> sep<$sep>\n"; + $res = pred_do($pred); + } + + #print " pre-return res<$res> sep<$sep>\n"; + if ($sep eq '') { + # + + # Recurse right for binary operators -- note these are lazy. + } elsif ($sep eq '&' || $sep eq '|') { + #print " right<$rest> ? sep<$sep> res<$res>\n"; + if ($rest =~ /^\s*($|\||\&)/) { + die "$P: $pred$rest: malformed binary operator\n"; + } + if ($cut == 0 && (($res && $sep eq '&') || (!$res && $sep eq '|'))) { + #print " right<$rest>\n"; + ($cut, $res) = pred_exec($rest); + } + + } else { + die "$P: $pred$rest: malformed predicate\n"; + } + #warn " return cut<$cut> res<$res> sep<$sep>\n"; + return ($cut, $res); +} + +# +# PREDICATE TESTS +# +my $test_total = 1; +my $test_good = 0; +sub pred_test { + my ($pred, $eres, $eerr) = @_; + my ($cut, $res, $err, $fail); + + $test_total++; + if ($test != 0 && $test != $test_total - 1) { + return; + } + + eval { + ($cut, $res) = pred_exec($pred); + }; + $err = $@; + chomp($err); + + $res = !!$res; + $eres = !!$eres; + + $fail = ''; + if (defined $eres && $res != $eres) { + $fail = "result missmatch, expected $eres returned $res"; + } + if (defined $eerr && $err eq '') { + $fail = "error missmatch, expected '$eerr' returned success"; + } elsif (defined $eerr && $err !~ /$eerr/) { + $fail = "error missmatch, expected '$eerr' returned '$err'"; + } elsif (!defined $eerr && $err ne '') { + $fail = "error missmatch, expected success returned '$err'"; + } + + if ($fail eq '') { + $test_good++; + } else { + print "$pred: $test_total: FAIL: $fail\n"; + } + #print "TEST<$pred> eres<$eres> eerr<$eerr> res<$res> err<$err>\n"; +} +if ($test >= 0) { + $arch = 'MYARCH'; + $flavour = 'MYFLAVOUR'; + %values = ( 'ENABLED' => 'y', 'DISABLED' => 'n' ); + + # Errors. + my $eunkn = 'unknown predicate'; + my $epred = 'malformed'; + my $eclose = 'missing close parenthesis'; + my $eopen = 'missing open parenthesis'; + my $ebinary = 'malformed binary operator'; + + # Basic predicate tests. + print "TEST: $test_total: basic predicate tests ...\n"; + + pred_test('nosuchcommand', undef, $eunkn); + pred_test('arch', undef, $epred); + pred_test('arch MYARCH', 1, undef); + pred_test('arch MYARCH NOTMYARCH', 1, undef); + pred_test('arch NOTMYARCH MYARCH', 1, undef); + pred_test('arch NOTMYARCH NOTMYARCH MYARCH', 1, undef); + pred_test('arch NOTMYARCH MYARCH NOTMYARCH', 1, undef); + pred_test('arch NOTMYARCH', 0, undef); + + pred_test('flavour', undef, $epred); + pred_test('flavour MYFLAVOUR', 1, undef); + pred_test('flavour NOTMYFLAVOUR MYFLAVOUR', 1, undef); + pred_test('flavour NOTMYFLAVOUR NOTMYFLAVOUR MYFLAVOUR', 1, undef); + pred_test('flavour NOTMYFLAVOUR MYFLAVOUR NOTMYFLAVOUR', 1, undef); + pred_test('flavour NOTMYFLAVOUR', 0, undef); + + pred_test('value', undef, $epred); + pred_test('value ENABLED', undef, $epred); + pred_test('value ENABLED ENABLED ENABLED', undef, $epred); + pred_test('value ENABLED y', 1, undef); + pred_test('value ENABLED n', 0, undef); + pred_test('value DISABLED n', 1, undef); + pred_test('value DISABLED y', 0, undef); + + pred_test('exists', undef, $epred); + pred_test('exists ENABLED ENABLED', undef, $epred); + pred_test('exists ENABLED', 1, undef); + pred_test('exists DISABLED', 1, undef); + pred_test('exists MISSING', 0, undef); + + print "TEST: $test_total: inversion tests ...\n"; + pred_test('!exists ENABLED', 0, undef); + pred_test('!exists MISSING', 1, undef); + pred_test('!!exists ENABLED', 1, undef); + pred_test('!!exists MISSING', 0, undef); + pred_test('!!!exists ENABLED', 0, undef); + pred_test('!!!exists MISSING', 1, undef); + + print "TEST: $test_total: parentheses tests ...\n"; + pred_test('(exists ENABLED)', 1, undef); + pred_test('((exists ENABLED))', 1, undef); + pred_test('(((exists ENABLED)))', 1, undef); + pred_test('(exists MISSING)', 0, undef); + pred_test('((exists MISSING))', 0, undef); + pred_test('(((exists MISSING)))', 0, undef); + + pred_test('(!exists ENABLED)', 0, undef); + pred_test('((!exists ENABLED))', 0, undef); + pred_test('(((!exists ENABLED)))', 0, undef); + pred_test('(!exists MISSING)', 1, undef); + pred_test('((!exists MISSING))', 1, undef); + pred_test('(((!exists MISSING)))', 1, undef); + + pred_test('((!(exists ENABLED)))', 0, undef); + pred_test('((!(exists MISSING)))', 1, undef); + pred_test('(!((exists ENABLED)))', 0, undef); + pred_test('(!((exists MISSING)))', 1, undef); + pred_test('!(((exists ENABLED)))', 0, undef); + pred_test('!(((exists MISSING)))', 1, undef); + pred_test('!((!(exists ENABLED)))', 1, undef); + pred_test('!((!(exists MISSING)))', 0, undef); + pred_test('!(!(!(exists ENABLED)))', 0, undef); + pred_test('!(!(!(exists MISSING)))', 1, undef); + + pred_test('(', undef, $eclose); + pred_test('()(', undef, $eclose); + pred_test('(())(', undef, $eclose); + pred_test('((()))(', undef, $eclose); + pred_test('(()', undef, $eclose); + pred_test('((())', undef, $eclose); + pred_test('(((()))', undef, $eclose); + pred_test('(()()', undef, $eclose); + pred_test('((())()', undef, $eclose); + + pred_test(')', undef, $eopen); + pred_test('())', undef, $eopen); + pred_test('(()))', undef, $eopen); + pred_test('((())))', undef, $eopen); + + print "TEST: $test_total: binary and tests ...\n"; + + pred_test('exists ENABLED &', undef, $ebinary); + pred_test('& exists ENABLED', undef, $ebinary); + pred_test('exists ENABLED & & exists ENABLED', undef, $ebinary); + + pred_test('exists MISSING & exists MISSING', 0, undef); + pred_test('exists MISSING & exists ENABLED', 0, undef); + pred_test('exists ENABLED & exists MISSING', 0, undef); + pred_test('exists ENABLED & exists ENABLED', 1, undef); + + pred_test('exists MISSING & exists MISSING & exists MISSING', 0, undef); + pred_test('exists MISSING & exists MISSING & exists ENABLED', 0, undef); + pred_test('exists MISSING & exists ENABLED & exists MISSING', 0, undef); + pred_test('exists MISSING & exists ENABLED & exists ENABLED', 0, undef); + pred_test('exists ENABLED & exists MISSING & exists MISSING', 0, undef); + pred_test('exists ENABLED & exists MISSING & exists ENABLED', 0, undef); + pred_test('exists ENABLED & exists ENABLED & exists MISSING', 0, undef); + pred_test('exists ENABLED & exists ENABLED & exists ENABLED', 1, undef); + + print "TEST: $test_total: binary or tests ...\n"; + + pred_test('exists ENABLED |', undef, $ebinary); + pred_test('| exists ENABLED', undef, $ebinary); + pred_test('exists ENABLED | | exists ENABLED', undef, $ebinary); + + pred_test('exists MISSING | exists MISSING', 0, undef); + pred_test('exists MISSING | exists ENABLED', 1, undef); + pred_test('exists ENABLED | exists MISSING', 1, undef); + pred_test('exists ENABLED | exists ENABLED', 1, undef); + + pred_test('exists MISSING | exists MISSING | exists MISSING', 0, undef); + pred_test('exists MISSING | exists MISSING | exists ENABLED', 1, undef); + pred_test('exists MISSING | exists ENABLED | exists MISSING', 1, undef); + pred_test('exists MISSING | exists ENABLED | exists ENABLED', 1, undef); + pred_test('exists ENABLED | exists MISSING | exists MISSING', 1, undef); + pred_test('exists ENABLED | exists MISSING | exists ENABLED', 1, undef); + pred_test('exists ENABLED | exists ENABLED | exists MISSING', 1, undef); + pred_test('exists ENABLED | exists ENABLED | exists ENABLED', 1, undef); + + print "TEST: $test_total: binary or/and combination tests ...\n"; + + pred_test('exists MISSING | exists MISSING & exists MISSING', 0, undef); + pred_test('exists MISSING | exists MISSING & exists ENABLED', 0, undef); + pred_test('exists MISSING | exists ENABLED & exists MISSING', 0, undef); + pred_test('exists MISSING | exists ENABLED & exists ENABLED', 1, undef); + pred_test('exists ENABLED | exists MISSING & exists MISSING', 1, undef); + pred_test('exists ENABLED | exists MISSING & exists ENABLED', 1, undef); + pred_test('exists ENABLED | exists ENABLED & exists MISSING', 1, undef); + pred_test('exists ENABLED | exists ENABLED & exists ENABLED', 1, undef); + + print "TEST: $test_total: binary and/or combination tests ...\n"; + + pred_test('exists MISSING & exists MISSING | exists MISSING', 0, undef); + pred_test('exists MISSING & exists MISSING | exists ENABLED', 0, undef); + pred_test('exists MISSING & exists ENABLED | exists MISSING', 0, undef); + pred_test('exists MISSING & exists ENABLED | exists ENABLED', 0, undef); + pred_test('exists ENABLED & exists MISSING | exists MISSING', 0, undef); + pred_test('exists ENABLED & exists MISSING | exists ENABLED', 1, undef); + pred_test('exists ENABLED & exists ENABLED | exists MISSING', 1, undef); + pred_test('exists ENABLED & exists ENABLED | exists ENABLED', 1, undef); + + print "TEST: $test_total: cut tests ...\n"; + pred_test('(arch MYARCH & exists MISSING) | exists ENABLED', 1, undef); + pred_test('(arch MYARCH &/ exists MISSING) | exists ENABLED', 0, undef); + + $test_total--; + print "TEST: $test_good/$test_total succeeded\n"; + + exit $exit_val; +} + +# Load up the current configuration values -- FATAL if this fails +print "$P: $config: loading config\n"; +open(CONFIG, "<$config") || die "$P: $config: open failed -- $! -- aborting\n"; +while () { + # Pull out values. + /^#*\s*(CONFIG_\w+)[\s=](.*)$/ or next; + if ($2 eq 'is not set') { + $values{$1} = 'n'; + } else { + $values{$1} = $2; + } +} +close(CONFIG); + +# FATAL: Check if we have an enforcement list. +my $pass = 0; +my $total = 0; +my $line = ''; +print "$P: $checks: loading checks\n"; +open(CHECKS, "<$checks") || die "$P: $checks: open failed -- $! -- aborting\n"; +while () { + /^#/ && next; + chomp; + + $line .= $_; + if ($line =~ /\\$/) { + chop($line); + $line .= " "; + next; + } + $line =~ /^\s*$/ && next; + + #print "CHECK: <$line>\n"; + $total++; + my (undef, $result) = pred_exec($line); + if (!$result) { + print "$P: FAIL: $line\n"; + $exit_val = $fail_exit; + } else { + $pass++; + } + + $line = ''; +} +close(CHECKS); + +print "$P: $pass/$total checks passed -- exit $exit_val\n"; +exit $exit_val; --- linux-lts-utopic-3.16.0.orig/debian/scripts/control-create +++ linux-lts-utopic-3.16.0/debian/scripts/control-create @@ -0,0 +1,25 @@ +#!/bin/bash + +. debian/debian.env + +vars=$1 + +. $vars + +if [ "$is_sub" = "" ]; then + flavour=$(basename $vars | sed 's/.*\.//') + stub=${DEBIAN}/control.d/flavour-control.stub +else + flavour=$(basename $vars .vars) + stub=${DEBIAN}/sub-flavours/control.stub +fi + +cat $stub | grep -v '^#' | sed \ + -e "s#FLAVOUR#$flavour#g" \ + -e "s#DESC#$desc#g" \ + -e "s#ARCH#$arch#g" \ + -e "s#SUPPORTED#$supported#g" \ + -e "s#TARGET#$target#g" \ + -e "s#BOOTLOADER#$bootloader#g" \ + -e "s#=PROVIDES=#$provides#g" \ + -e "s#=CONFLICTS=#$conflicts#g" --- linux-lts-utopic-3.16.0.orig/debian/scripts/link-headers +++ linux-lts-utopic-3.16.0/debian/scripts/link-headers @@ -0,0 +1,42 @@ +#!/bin/bash -e + +. debian/debian.env + +hdrdir="$1" +symdir="$2" +flavour="$3" + +echo "Symlinking and copying headers for $flavour..." + +excludes="( -path ./debian -prune -o -path ./${DEBIAN} -prune -o -path ./.git ) -prune -o" + +( +find . $excludes -type f \ + \( -name 'Makefile*' -o -name 'Kconfig*' -o -name 'Kbuild*' -o \ + -name '*.sh' -o -name '*.pl' -o -name '*.lds' \) -print +find ./include ./scripts -name .gitignore -prune -o -type f -print +find ./include -mindepth 1 -maxdepth 1 $excludes -type d -print +) | ( +while read file; do + dir=$file + lastdir=$file + + if [ -e "$hdrdir/$file" -o -L "$hdrdir/$file" ]; then + continue + fi + + while [ ! -e "$hdrdir/$dir" -a ! -L "$hdrdir/$dir" ]; do + lastdir=$dir + dir=`dirname $dir` + done + # If the last item to exist is a symlink we assume all is good + if [ ! -L "$hdrdir/$dir" ]; then + # Turns things like "./foo" into "../" + deref="`echo -n $lastdir | sed -e 's/^\.//' -e's,/[^/]*,../,g'`" + item="`echo -n $lastdir | sed -e 's/^\.\///'`" + ln -s $deref$symdir/$item $hdrdir/$item + fi +done +) + +exit --- linux-lts-utopic-3.16.0.orig/debian/scripts/misc/find-obsolete-firmware +++ linux-lts-utopic-3.16.0/debian/scripts/misc/find-obsolete-firmware @@ -0,0 +1,91 @@ +#!/bin/bash +# +# Find all duplicate or obsolete firmware that is being carried +# in the kernel firmware directory. Compare these files against +# the linux-firmware package for the approriate release. For example, +# assuming this is raring, then compare the kernel firmware files +# against the raring branch of linux-firmware. +# +# Example: $0 ~/ubuntu/linux-firmware-raring + +USEAGE="$0 LINUX-FIRMWARE" + +. debian/debian.env + +NFWINFO="`find $DEBIAN -name fwinfo|wc -l`" +if [ ! "$NFWINFO" = "1" ] +then + echo Your repo is hosed. There can only be one fwinfo file. + find $DEBIAN -name fwinfo + exit 1 +fi + +FWINFO="`pwd`/`find $DEBIAN -name fwinfo`" + +if [ "$1" = "" ] +then + echo $USEAGE + exit 1 +fi +FW="$1" + +if [ ! -f $FW/WHENCE ] +then + echo Bogus linux-firmware directory + exit 1 +fi +if ! egrep -q "^firmware:" $FWINFO +then + echo Bogus firmware info file + exit 1 +fi + +# +# Prepare the tree and make firmware. +# +TEE="tee -a" +LO=`pwd`/firmware.txt +LF=`pwd`/lib/firmware +rm -rf debian/build $LF $LO +fakeroot debian/rules clean prepare-generic +cp debian/build/build-generic/.config . +mkdir -p $LF +make firmware_install INSTALL_MOD_PATH=`pwd` + +(cd $LF +find . -type f | while read f +do + BN="`basename $f`" + + if ! grep -q $BN $FWINFO + then + echo "Unused firmware: $f" | $TEE $LO + else + if [ -f $FW/$f ] + then + if ! cmp $FW/$f $f + then + echo "$f differs" | $TEE $LO + else + echo "$f is duplicated" | $TEE $LO + fi + else + echo "$f does not exist in $FW" | $TEE $LO + fi + fi +done) + +# +# Check for firmware files referenced by the kernel +# that do not exist in either location. +# +cat $FWINFO | while read fwi f +do + if [ -s lib/firmware/$f ] || [ -s $FW/$f ] + then + continue + else + echo "Missing firmware $f" | $TEE $LO + fi +done + --- linux-lts-utopic-3.16.0.orig/debian/scripts/misc/fw-to-ihex.sh +++ linux-lts-utopic-3.16.0/debian/scripts/misc/fw-to-ihex.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +F=$1 +if [ "$F" = "" ] +then + echo You must supply a firmware file. + exit 1 +fi + +echo "unsigned char d[] = {" > $F.c +hexdump -v -e '"\t" 8/1 "0x%02x, " "\n"' $F >> $F.c +echo "};" >> $F.c +sed -i 's/0x .*$//' $F.c + +O="`dirname $F`/`basename $F`.o" +gcc -o $O -c $F.c +objcopy -Oihex $F.o $F.ihex + --- linux-lts-utopic-3.16.0.orig/debian/scripts/misc/get-firmware +++ linux-lts-utopic-3.16.0/debian/scripts/misc/get-firmware @@ -0,0 +1,62 @@ +#!/bin/bash +# +# Find all files in linux-firmware that are new or different since the previous release +# and copy them into the kernel firmware directory. You should only do this on the +# backport branch since it would be redundant on the released kernel. It assumed you've +# unpacked linux-firmware from each release into separate directories. +# +# Example: $0 ~/ubuntu/linux-firmware-precise ~/ubuntu/linux-firmware-quantal + +if [ "$1" = "" ] || [ "$2" = "" ] || [ ! -f $1/WHENCE ] || [ ! -f $2/WHENCE ] +then + echo You must supply 2 firmware directories. + exit 1 +fi + +if [ ! -f debian/debian.env ] +then + echo You must run this script from the root of the repo + exit 1 +fi +. debian/debian.env + +NFWINFO="`find $DEBIAN -name fwinfo|wc -l`" +if [ ! "$NFWINFO" = "1" ] +then + echo Your repo is hosed. There can only be one fwinfo file. + find $DEBIAN -name fwinfo + exit 1 +fi + +FWINFO="`pwd`/`find $DEBIAN -name fwinfo`" + +CDIR=`pwd` +OFW=$1 +NFW=$2 + +cd $NFW +# +# Find all files in $NFW that are new or different from $1 +# +(find . -type f | egrep -v "debian|git|LICEN|WHEN|READ|Make|configure" | sed 's;\./;;' | \ +while read f +do + if grep -q $f $FWINFO + then + if [ ! -f $OFW/$f ] + then + echo $f + elif ! cmp $f $OFW/$f > /dev/null + then + echo $f + fi + fi +done) |\ +while read f +do + mkdir -p $CDIR/firmware/`dirname $f` + if [ ! -f $CDIR/firmware/`dirname $f`/`basename $f`.ihex ] + then + cp -v $f $CDIR/firmware/`dirname $f` + fi +done --- linux-lts-utopic-3.16.0.orig/debian/scripts/misc/getabis +++ linux-lts-utopic-3.16.0/debian/scripts/misc/getabis @@ -0,0 +1,132 @@ +#!/bin/bash + +if [ "$#" != "2" ]; then + echo "Usage: $0 " 1>&2 + exit 1 +fi + +if [ "$DEBIAN" = "" ]; then + . debian/debian.env +fi + +ver=$1 +revision=$2 +abi=$(echo $revision | sed -r -e 's/([^\+~]*)\.[^\.]+(~.*)?(\+.*)?$/\1/') +mini=$(echo $revision | awk -F~ '{print $1}') + +verabi=$ver-$abi +verfull=$ver-$revision +vermini=$ver-$mini + +WGET="wget --tries=1 --timeout=10 --quiet -c" + +abidir="`pwd`/$DEBIAN/abi/$vermini" +tmpdir="`pwd`/abi-tmp-$vermini" +origdir="`pwd`" +fwinfo=$abidir/fwinfo + +test -d $tmpdir || mkdir $tmpdir + +package_prefixes() { + __package_prefixes="$@" +} + +getall() { + arch=$1 + shift + + mkdir -p $abidir/$arch + + for sub in $@; do + if [ -f $abidir/$arch/$sub ]; then + echo "Exists: $sub" + continue + fi + echo -n "Fetching $sub($arch)..." + prefixes="" + filenames="" + cd $tmpdir + for prefix in $__package_prefixes + do + filename=${prefix}-${verabi}-${sub}_${verfull}_${arch}.deb + for r in "${repo_list[@]}" + do + if ! [ -f $filename ]; then + $WGET $r/$filename + fi + if [ -f $filename ]; then + prefixes="$prefixes $prefix" + filenames="$filenames $filename" + break + fi + done + done + if [ "$filenames" != "" ]; then + echo -n "extracting$prefixes..." + for filename in $filenames + do + dpkg-deb --extract $filename tmp + done + find tmp -name "*.ko" | while read f; do + modinfo $f | grep ^firmware >> $fwinfo + done + if [ -f tmp/boot/abi-* ]; then + mv tmp/boot/abi-* $abidir/$arch/$sub + else + echo -n "NO ABI FILE..." + fi + (cd tmp; find lib/modules/$verabi-$sub/kernel -name '*.ko') | \ + sed -e 's/.*\/\([^\/]*\)\.ko/\1/' | sort > \ + $abidir/$arch/$sub.modules + ( + cd tmp; + # Prevent exposing some errors when called by python scripts. SIGPIPE seems to get + # exposed when using the `find ...` form of the command. + ko=$(find lib/modules/$verabi-$sub/kernel \ + -name '*.ko' | head -1) + readelf -p .comment "$ko" | gawk ' + ($1 == "[") { + printf("%s", $3); + for (n=4; n<=NF; n++) { + printf(" %s", $n); + } + print "" + }' | sort -u >$abidir/$arch/$sub.compiler + version=`cat $abidir/$arch/$sub.compiler` + echo -n "$version..." + ) + rm -rf tmp $filenames + echo "done." + else + echo "FAILED." + fi + cd $origdir + done +} + +# MAIN + +# Setup abi directory +mkdir -p $abidir +echo $abi > $abidir/abiname + +# NOTE: The flavours are hardcoded, because they may have changed from the +# current build. + +__package_prefixes="linux-image" + +. $DEBIAN/etc/getabis + +compilers=`cat $abidir/*/*.compiler | sort -u | wc -l` +if [ "$compilers" != 1 ]; then + echo "WARNING: inconsistant compiler versions detected" 1>&2 +fi + +sort < $fwinfo | uniq > fwinfo.tmp +mv fwinfo.tmp $fwinfo + +rmdir $tmpdir + +# Add the new ABI directory, remove the old +git add $abidir +find $DEBIAN/abi/* -maxdepth 0 -type d | grep -v $vermini | while read f; do git rm -r $f;done --- linux-lts-utopic-3.16.0.orig/debian/scripts/misc/git-ubuntu-log +++ linux-lts-utopic-3.16.0/debian/scripts/misc/git-ubuntu-log @@ -0,0 +1,232 @@ +#!/usr/bin/perl -w + +use strict; +use Text::Wrap; + +my $kernel_auth = "Upstream Kernel Changes"; + +my (%map, @reverts); +my $pstate = 1; +my $no_kern_log = 0; +my $print_shas = 0; +my $first_print = 1; + +while (@ARGV) { + my $opt = $ARGV[0]; + shift; + if ($opt eq "--no-kern-log") { + $no_kern_log = 1; + } elsif ($opt eq "--print-shas") { + $print_shas = 1; + } else { + print STDERR "Unknown options: $opt\n"; + exit(1); + } +} + +sub check_reverts($) { + my ($entry) = @_; + my ($check); + + foreach $check (reverse @reverts) { + my $desc = "Revert \"" . $entry->{'desc'} . "\""; + if ($check->{'desc'} eq $desc) { + @reverts = grep($_->{'desc'} ne $desc, @reverts); + return 1; + } + } + + return 0; +} + +sub add_entry($) { + my ($entry) = @_; + my $key = $entry->{'author'}; + + # store description in array, in email->{desc list} map + if (exists $map{$key}) { + # grab ref + my $obj = $map{$key}; + + # add desc to array + push(@$obj, $entry); + } else { + # create new array, containing 1 item + my @arr = ($entry); + + # store ref to array + $map{$key} = \@arr; + } +} + +sub shortlog_entry($$$$$) { + my ($name, $desc, $bug, $cve, $commit) = @_; + my $entry; + + $desc =~ s#/pub/scm/linux/kernel/git/#/.../#g; + $desc =~ s#\[PATCH\] ##g; + + $desc =~ s#^\s*##g; + $desc =~ s# *UBUNTU: ##g; + + $entry->{'desc'} = $desc; + if ($bug ne '') { + $entry->{'bugno'} = $bug; + } + $entry->{'cve'} = $cve; + $entry->{'commit'} = $commit; + $entry->{'author'} = $name; + + if ($desc =~ /^Revert "/) { + push(@reverts, $entry); + return; + } + + return if check_reverts($entry); + + add_entry($entry); +} + +# sort comparison function +sub by_name($$) { + my ($a, $b) = @_; + + uc($a) cmp uc($b); +} + +sub shortlog_output { + my ($obj, $key, $entry); + + foreach $key (sort by_name keys %map) { + next if $key eq $kernel_auth and $no_kern_log; + + print "\n" unless $first_print; + $first_print = 0; + + # output author + printf " [ %s ]\n\n", $key; + + # output author's 1-line summaries + $obj = $map{$key}; + foreach $entry (reverse @$obj) { + print wrap(" * ", " ", $entry->{'desc'}) . "\n"; + # For non upstream changes, add other info. + if ($key ne $kernel_auth) { + if ($print_shas) { + print " - GIT-SHA " . $entry->{'commit'} . + "\n"; + } + } + if (defined($entry->{'bugno'})) { + print " - LP: #" . $entry->{'bugno'} . "\n"; + } + if (defined($entry->{'cve'})) { + print " - " . $entry->{'cve'} . "\n"; + } + } + } +} + +sub changelog_input { + my ($author, $desc, $commit, $entry, $cve); + + while () { + # get commit + if ($pstate == 1) { + next unless /^commit (.*)/; + + $commit = $1; + + $pstate++; + } + + # get author and email + elsif ($pstate == 2) { + my ($email); + + next unless /^[Aa]uthor:?\s*(.*?)\s*<(.*)>/; + + $author = $1; + $email = $2; + $desc = undef; + $cve = undef; + + # cset author fixups + if (!$author) { + $author = $email; + } + $pstate++; + } + + # skip to blank line + elsif ($pstate == 3) { + next unless /^\s*$/; + $pstate++; + } + + # skip to non-blank line + elsif ($pstate == 4) { + next unless /^\s*?(.*)/; + my $ignore = 0; + my $do_ignore = 0; + my $bug = undef; + my %bugz = (); + my $k; + + # skip lines that are obviously not + # a 1-line cset description + next if /^\s*From: /; + + chomp; + $desc = $1; + + if ($desc =~ /^ *(Revert "|)UBUNTU:/) { + $do_ignore = 1; + } else { + $do_ignore = 0; + $author = $kernel_auth; + $ignore = 1 if $desc =~ /Merge /; + } + while () { + $ignore = 1 if ($do_ignore && /^ *Ignore: yes/i); + if (/^ *Bug: *(#|)([0-9#,\s]*)\s*$/i) { + foreach $k (split('(,|\s)\s*(#|)', $2)) { + $bugz{$k} = 1 if (($k ne '') and ($k =~ /[0-9]+/)); + } + } + elsif (/^ *BugLink: *.*launchpad\.net\/.*\/([0-9]+)/i) { + $bugz{$1} = 1; + } + elsif (/^ *(CVE-.*)/) { + $cve = $1 + } + last if /^commit /; + } + + $bug = join(", #", sort keys(%bugz)); + if (!$ignore) { + &shortlog_entry($author, $desc, $bug, + $cve, $commit, 0); + } + + $pstate = 1; + if ($_ && /^commit (.*)/) { + $commit = $1; + $pstate++; + } + } + + else { + die "invalid parse state $pstate"; + } + } + + foreach $entry (@reverts) { + add_entry($entry); + } +} + +&changelog_input; +&shortlog_output; + +exit(0); --- linux-lts-utopic-3.16.0.orig/debian/scripts/misc/insert-changes.pl +++ linux-lts-utopic-3.16.0/debian/scripts/misc/insert-changes.pl @@ -0,0 +1,36 @@ +#!/usr/bin/perl -w + +my $debian; +$droot = $ARGV[0] if (defined $ARGV[0]); +$droot = 'debian' if (!defined $droot); +$debian = $ARGV[1] if (defined $ARGV[1]); +$debian = 'debian.master' if (!defined $debian); + +system("make -s -f $droot/rules printchanges > $debian/changes"); + +open(CHANGELOG, "< $debian/changelog") or die "Cannot open changelog"; +open(CHANGES, "< $debian/changes") or die "Cannot open new changes"; +open(NEW, "> $debian/changelog.new") or die "Cannot open new changelog"; + +$printed = 0; + +while () { + if (/^ CHANGELOG: /) { + next if $printed; + + while () { + print NEW; + } + + $printed = 1; + } else { + print NEW; + } +} + +close(NEW); +close(CHANGES); +close(CHANGELOG); + +rename("$debian/changelog.new", "$debian/changelog"); +unlink("$debian/changes"); --- linux-lts-utopic-3.16.0.orig/debian/scripts/misc/insert-mainline-changes +++ linux-lts-utopic-3.16.0/debian/scripts/misc/insert-mainline-changes @@ -0,0 +1,42 @@ +#!/usr/bin/perl + +if ($#ARGV != 2) { + warn "Usage: $0 \n"; + die " $0 debian.master/changelog v3.2.3 v3.2.2..v3.2.3\n"; +} +my ($changelog, $to, $range) = @ARGV; + +my @changes = (); + +push(@changes, "\n"); +push(@changes, " [ Upstream Kernel Changes ]\n\n"); +push(@changes, " * rebase to $to\n"); + +open(LOG, "git log '$range'|") || die "$0: git log failed: - $!\n"; +while () { + if (m@BugLink: .*launchpad.net/.*/([0-9]+)\s$@) { + push(@changes, " - LP: #$1\n"); + } +} +close(LOG); + +open(CHANGELOG, "< $changelog") or die "Cannot open changelog"; +open(NEW, "> $changelog.new") or die "Cannot open new changelog"; + +$printed = 3; +while () { + if (/^ CHANGELOG: /) { + $printed--; + print NEW; + if ($printed == 0) { + print NEW @changes; + } + next; + } + print NEW; +} + +close(NEW); +close(CHANGELOG); + +rename("$changelog.new", "$changelog"); --- linux-lts-utopic-3.16.0.orig/debian/scripts/misc/insert-ubuntu-changes +++ linux-lts-utopic-3.16.0/debian/scripts/misc/insert-ubuntu-changes @@ -0,0 +1,58 @@ +#!/usr/bin/perl + +if ($#ARGV != 2) { + die "Usage: $0 \n"; +} +my ($changelog, $end, $start) = @ARGV; + +$end =~ s/.*\.//; +$start =~ s/.*\.//; + +my @changes = (); +my $output = 0; +open(CHG, ") { + if (/^\S+\s+\((.*\.(\d+))\)/) { + if ($2 <= $end) { + last; + } + if ($2 == $start) { + $output = 1; + } + if ($output) { + push(@changes, "\n [ Ubuntu: $1 ]\n\n"); + next; + } + } + next if ($output == 0); + + next if (/^\s*$/); + next if (/^\s--/); + next if (/^\s\s[^\*\s]/); + + push(@changes, $_); +} +close(CHG); + +open(CHANGELOG, "< $changelog") or die "Cannot open changelog"; +open(NEW, "> $changelog.new") or die "Cannot open new changelog"; + +$printed = 3; +while () { + if (/^ CHANGELOG: /) { + $printed--; + print NEW; + if ($printed == 0) { + print NEW @changes; + } + next; + } + print NEW; +} + +close(NEW); +close(CHANGELOG); + +rename("$changelog.new", "$changelog"); --- linux-lts-utopic-3.16.0.orig/debian/scripts/misc/kernelconfig +++ linux-lts-utopic-3.16.0/debian/scripts/misc/kernelconfig @@ -0,0 +1,172 @@ +#!/bin/bash + +. debian/debian.env + +# Script to merge all configs and run 'make silentoldconfig' on it to wade out bad juju. +# Then split the configs into distro-commmon and flavour-specific parts + +# We have to be in the top level kernel source directory +if [ ! -f MAINTAINERS ] || [ ! -f Makefile ]; then + echo "This does not appear to be the kernel source directory." 1>&2 + exit 1 +fi + +mode=${1:?"Usage: $0 [oldconfig|editconfig]"} +yes=0 +case "$mode" in + update*configs) mode='silentoldconfig' ;; + default*configs) mode='oldconfig'; yes=1 ;; + edit*configs) ;; # All is good + gen*configs) mode='genconfigs' ;; # All is good + dump*configs) mode='config'; yes=1 ;; + *) echo "$0 called with invalid mode" 1>&2 + exit 1 ;; +esac +kerneldir="`pwd`" +confdir="$kerneldir/${DEBIAN}/config" +sharedconfdir="$kerneldir/debian.master/config" +variant="$2" + +. $DEBIAN/etc/kernelconfig + +bindir="`pwd`/${DROOT}/scripts/misc" +common_conf="$confdir/config.common.$family" +tmpdir=`mktemp -d` +mkdir "$tmpdir/CONFIGS" + +if [ "$mode" = "genconfigs" ]; then + keep=1 + mode="oldconfig" + test -d CONFIGS || mkdir CONFIGS +fi + +for arch in $archs; do + rm -rf build + mkdir build + + # Map debian archs to kernel archs + case "$arch" in + ppc64|ppc64el) kernarch="powerpc" ;; + amd64) kernarch="x86_64" ;; + lpia) kernarch="x86" ;; + sparc) kernarch="sparc64" ;; + armel|armhf) kernarch="arm" ;; + *) kernarch="$arch" ;; + esac + + archconfdir=$confdir/$arch + flavourconfigs=$(cd $archconfdir && ls config.flavour.*) + + # Merge configs + # We merge config.common.ubuntu + config.common. + + # config.flavour. + + for config in $flavourconfigs; do + fullconf="$tmpdir/$arch-$config-full" + case $config in + *) + : >"$fullconf" + if [ -f $common_conf ]; then + cat $common_conf >> "$fullconf" + fi + if [ -f $archconfdir/config.common.$arch ]; then + cat $archconfdir/config.common.$arch >> "$fullconf" + fi + cat "$archconfdir/$config" >>"$fullconf" + if [ -f $confdir/OVERRIDES ]; then + cat $confdir/OVERRIDES >> "$fullconf" + fi + ;; + esac + done + + for config in $flavourconfigs; do + if [ -f $archconfdir/$config ]; then + fullconf="$tmpdir/$arch-$config-full" + cat "$fullconf" > build/.config + # Call oldconfig or menuconfig + case "$mode" in + editconfigs) + # Interactively edit config parameters + while : ; do + echo -n "Do you want to edit config: $arch/$config? [Y/n] " + read choice + + case "$choice" in + y* | Y* | "" ) + make O=`pwd`/build ARCH=$kernarch menuconfig + break ;; + n* | N* ) + break ;; + *) + echo "Entry not valid" + esac + done + ;; + *) + echo "* Run $mode (yes=$yes) on $arch/$config ..." + if [ "$yes" -eq 1 ]; then + yes "" | make O=`pwd`/build ARCH=$kernarch "$mode" + else + make O=`pwd`/build ARCH=$kernarch "$mode" + fi ;; + esac + cat build/.config > $archconfdir/$config + cat build/.config > "$tmpdir/CONFIGS/$arch-$config" + if [ "$keep" = "1" ]; then + cat build/.config > CONFIGS/$arch-$config + fi + else + echo "!! Config not found $archconfdir/$config..." + fi + done + + echo "Running splitconfig.pl for $arch" + echo + + # Can we make this more robust by avoiding $tmpdir completely? + # This approach was used for now because I didn't want to change + # splitconfig.pl + (cd $archconfdir; $bindir/splitconfig.pl config.flavour.*; mv config.common \ + config.common.$arch; cp config.common.$arch $tmpdir) +done + +rm -f $common_conf + +# Now run splitconfig.pl on all the config.common. copied to +# $tmpdir +(cd $tmpdir; $bindir/splitconfig.pl *) +( + cd $confdir; + rm -f *-full + grep -v 'is UNMERGABLE' <$tmpdir/config.common >$common_conf + for arch in $archs; do + grep -v 'is UNMERGABLE' <$tmpdir/config.common.$arch \ + >$arch/config.common.$arch + done +) + +echo "" +echo "Running config-check for all configurations ..." +echo "" +fail=0 +for arch in $archs; do + archconfdir=$confdir/$arch + flavourconfigs=$(cd $archconfdir && ls config.flavour.*) + for config in $flavourconfigs; do + flavour="${config##*.}" + if [ -f $archconfdir/$config ]; then + fullconf="$tmpdir/CONFIGS/$arch-$config" + "$bindir/../config-check" "$fullconf" "$arch" "$flavour" "$sharedconfdir" "0" || let "fail=$fail+1" + fi + done +done + +if [ "$fail" != 0 ]; then + echo "" + echo "*** ERROR: $fail config-check failures detected" + echo "" +fi + +rm -rf build + --- linux-lts-utopic-3.16.0.orig/debian/scripts/misc/retag +++ linux-lts-utopic-3.16.0/debian/scripts/misc/retag @@ -0,0 +1,34 @@ +#!/usr/bin/perl -w + +open(TAGS, "git tag -l |") or die "Could not get list of tags"; +@tags = ; +close(TAGS); + +open(LOGS, "git log --pretty=short |") or die "ERROR: Calling git log"; +my $commit = ""; + +while () { + my $origtag; + + if (m|^commit (.*)$|) { + $commit = $1; + next; + } + + m|\s*UBUNTU: (Ubuntu-2\.6\..*)| or next; + + $tag = $1; + + ($origtag) = grep(/^$tag.orig$/, @tags); + + if (!defined($origtag)) { + print "I: Adding original tag for $tag\n"; + system("git tag -m $tag $tag.orig $tag"); + } + + print "I: Tagging $tag => $commit\n"; + + system("git tag -f -m $tag $tag $commit"); +} + +close(LOGS); --- linux-lts-utopic-3.16.0.orig/debian/scripts/misc/splitconfig.pl +++ linux-lts-utopic-3.16.0/debian/scripts/misc/splitconfig.pl @@ -0,0 +1,107 @@ +#!/usr/bin/perl -w + +%allconfigs = (); +%common = (); + +print "Reading config's ...\n"; + +for $config (@ARGV) { + # Only config.* + next if $config !~ /^config\..*/; + # Nothing that is disabled, or remnant + next if $config =~ /.*\.(default|disabled|stub)$/; + + %{$allconfigs{$config}} = (); + + print " processing $config ... "; + + open(CONFIG, "< $config"); + + while () { + # Skip comments + /^#*\s*CONFIG_(\w+)[\s=](.*)$/ or next; + + ${$allconfigs{$config}}{$1} = $2; + + $common{$1} = $2; + } + + close(CONFIG); + + print "done.\n"; +} + +print "\n"; + +print "Merging lists ... \n"; + +# %options - pointer to flavour config inside the allconfigs array +for $config (keys(%allconfigs)) { + my %options = %{$allconfigs{$config}}; + + print " processing $config ... "; + + for $key (keys(%common)) { + next if not defined $common{$key}; + + # If we don't have the common option, then it isn't + # common. If we do have that option, it must have the same + # value. EXCEPT where this file does not have a value at all + # which may safely be merged with any other value; the value + # will be elided during recombination of the parts. + if (!defined($options{$key})) { + # Its ok really ... let it merge + } elsif (not defined($options{$key})) { + undef $common{$key}; + } elsif ($common{$key} ne $options{$key}) { + undef $common{$key}; + } + } + + print "done.\n"; +} + +print "\n"; + +print "Creating common config ... "; + +open(COMMON, "> config.common"); +print COMMON "#\n# Common config options automatically generated by splitconfig.pl\n#\n"; + +for $key (sort(keys(%common))) { + if (not defined $common{$key}) { + print COMMON "# CONFIG_$key is UNMERGABLE\n"; + } elsif ($common{$key} eq "is not set") { + print COMMON "# CONFIG_$key is not set\n"; + } else { + print COMMON "CONFIG_$key=$common{$key}\n"; + } +} +close(COMMON); + +print "done.\n\n"; + +print "Creating stub configs ...\n"; + +for $config (keys(%allconfigs)) { + my %options = %{$allconfigs{$config}}; + + print " processing $config ... "; + + open(STUB, "> $config"); + print STUB "#\n# Config options for $config automatically generated by splitconfig.pl\n#\n"; + + for $key (sort(keys(%options))) { + next if defined $common{$key}; + + if ($options{$key} =~ /^is /) { + print STUB "# CONFIG_$key $options{$key}\n"; + } else { + print STUB "CONFIG_$key=$options{$key}\n"; + } + } + + close(STUB); + + print "done.\n"; +} --- linux-lts-utopic-3.16.0.orig/debian/scripts/module-check +++ linux-lts-utopic-3.16.0/debian/scripts/module-check @@ -0,0 +1,120 @@ +#!/usr/bin/perl -w + +$flavour = shift; +$prev_abidir = shift; +$abidir = shift; +$skipmodule = shift; + +print "II: Checking modules for $flavour..."; + +if (-f "$prev_abidir/ignore.modules" + or -f "$prev_abidir/$flavour.ignore.modules") { + print "explicitly ignoring modules\n"; + exit(0); +} + +if (not -f "$abidir/$flavour.modules" or not -f + "$prev_abidir/$flavour.modules") { + print "previous or current modules file missing!\n"; + print " $abidir/$flavour.modules\n"; + print " $prev_abidir/$flavour.modules\n"; + if (defined($skipmodule)) { + exit(0); + } else { + exit(1); + } +} + +print "\n"; + +my %modules; +my %modules_ignore; +my $missing = 0; +my $new = 0; +my $errors = 0; + +# See if we have any ignores +if (-f "$prev_abidir/../modules.ignore") { + my $ignore = 0; + open(IGNORE, "< $prev_abidir/../modules.ignore") or + die "Could not open $prev_abidir/../modules.ignore"; + print " reading modules to ignore..."; + while () { + chomp; + next if /\s*#/; + $modules_ignore{$_} = 1; + $ignore++; + } + close(IGNORE); + print "read $ignore modules.\n"; +} + +# Read new modules first +print " reading new modules..."; +$new_count = 0; +open(NEW, "< $abidir/$flavour.modules") or + die "Could not open $abidir/$flavour.modules"; +while () { + chomp; + $modules{$_} = 1; + $new_count++; +} +close(NEW); +print "read $new_count modules.\n"; + +# Now the old modules, checking for missing ones +print " reading old modules..."; +$old_count = 0; +open(OLD, "< $prev_abidir/$flavour.modules") or + die "Could not open $prev_abidir/$flavour.modules"; +while () { + chomp; + if (not defined($modules{$_})) { + print "\n" if not $missing; + $missing++; + if (not defined($modules_ignore{$_})) { + print " MISS: $_\n"; + $errors++; + } else { + print " MISS: $_ (ignored)\n"; + } + } else { + $modules{$_}++; + } + $old_count++; +} +close(OLD); +# Check for new modules +foreach $mod (keys(%modules)) { + if ($modules{$mod} < 2) { + print "\n" if not $missing and not $new; + print " NEW : $mod\n"; + $new++; + } +} +if ($new or $missing) { + print " read $old_count modules : new($new) missing($missing)\n"; +} else { + print "read $old_count modules.\n"; +} + + +# Let's see where we stand... +if ($errors) { + if (defined($skipmodule)) { + print "WW: Explicitly asked to ignore failures (probably not good)\n"; + } else { + print "EE: Missing modules (start begging for mercy)\n"; + exit 1 + } +} + +if ($new) { + print "II: New modules (you've been busy, wipe the poop off your nose)\n"; +} else { + print "II: No new modules (hope you're happy, slacker)\n"; +} + +print "II: Done\n"; + +exit(0); --- linux-lts-utopic-3.16.0.orig/debian/scripts/module-inclusion +++ linux-lts-utopic-3.16.0/debian/scripts/module-inclusion @@ -0,0 +1,60 @@ +#!/bin/bash + +# +# Build a new directory of modules based on an inclusion list. +# The includsion list format must be a bash regular expression. +# +# usage: $0 ROOT INCLUSION_LIST +# example: $0 debian/build/build-virtual \ +# debian/build/build-virtual-ALL debian/build/build-virtual \ +# debian.master/control.d/virtual.inclusion-list +master=0 +if [ "$1" = "--master" ]; then + master=1 + shift +fi + +ROOT=$1 +NROOT=$2 +ILIST=$3 + +# +# Prep a destination directory. +# +mkdir -p ${NROOT} + +# Copy over the framework... +if [ "$master" -eq 1 ]; then + (cd ${ROOT}; find . ! -name "*.ko" -type f) | \ + while read f + do + mkdir -p ${NROOT}/`dirname $f` + mv ${ROOT}/$f ${NROOT}/$f + done +fi + +cat ${ILIST} |while read i +do + # + # 'find' blurts a warning if it cannot find any ko files. + # + if echo "$i" | grep '\*' > /dev/null + then + (cd ${ROOT}; eval find "${i}" -name "*.ko") |while read f + do + mkdir -p ${NROOT}/`dirname $f` + mv ${ROOT}/$f ${NROOT}/$f + done + else + if [ -f "${ROOT}/$i" ] + then + mkdir -p ${NROOT}/`dirname $i` + mv ${ROOT}/$i ${NROOT}/$i + else + echo Warning: Could not find ${ROOT}/$i + fi + fi + +done + +exit 0 --- linux-lts-utopic-3.16.0.orig/debian/scripts/sub-flavour +++ linux-lts-utopic-3.16.0/debian/scripts/sub-flavour @@ -0,0 +1,69 @@ +#!/bin/bash + +. debian/debian.env + +echo "SUB_PROCESS $FROM => $TO" + +export from_pkg="linux-image-$ABI_RELEASE-$FROM" +export to_pkg="linux-image-$ABI_RELEASE-$TO" + +from_moddir="debian/$from_pkg/lib/modules/$ABI_RELEASE-$FROM" +to_moddir="debian/$to_pkg/lib/modules/$ABI_RELEASE-$FROM" + +install -d "debian/$to_pkg/boot" +install -m644 debian/$from_pkg/boot/config-$ABI_RELEASE-$FROM \ + debian/$to_pkg/boot/ +install -m600 debian/$from_pkg/boot/{vmlinuz,System.map}-$ABI_RELEASE-$FROM \ + debian/$to_pkg/boot/ + +# +# Print some warnings if there are files in the sub-flavours list +# that do not actually exist. +# +cat ${DEBIAN}/sub-flavours/$TO.list | while read line +do +( + cd debian/$from_pkg/lib/modules/$ABI_RELEASE-$FROM/kernel; + # + # If its a wildcard, then check that there are files that match. + # + if echo "$line" | grep '\*' > /dev/null + then + if [ `eval find "$line" -name '*.ko' 2>/dev/null|wc -l` -lt 1 ] + then + echo SUB_INST Warning - No files in $line + fi + # + # Else it should be a single file reference. + # + elif [ ! -f "$line" ] + then + echo SUB_INST Warning - could not find "$line" + fi +) +done + +cat ${DEBIAN}/sub-flavours/$TO.list | while read line; do + ( + cd debian/$from_pkg/lib/modules/$ABI_RELEASE-$FROM/kernel; + if echo "$line" | grep '\*' > /dev/null + then + eval find "$line" -name '*.ko' 2>/dev/null || true + elif [ -f "$line" ] + then + echo "$line" + fi + ); +done | while read mod; do + echo "SUB_INST checking: $mod" + fromdir="/lib/modules/$ABI_RELEASE-$FROM/" + egrep "^($fromdir)?kernel/$mod:" \ + $from_moddir/modules.dep | sed -e "s|^$fromdir||" -e 's/://' -e 's/ /\n/g' | \ + while read m; do + m="${fromdir}$m" + test -f debian/$to_pkg/$m && continue + echo "SUB_INST installing: $m" + install -D -m644 debian/$from_pkg/$m \ + debian/$to_pkg/$m + done +done --- linux-lts-utopic-3.16.0.orig/debian/source/format +++ linux-lts-utopic-3.16.0/debian/source/format @@ -0,0 +1 @@ +1.0 --- linux-lts-utopic-3.16.0.orig/debian/source/options +++ linux-lts-utopic-3.16.0/debian/source/options @@ -0,0 +1,3 @@ +# force "dpkg-source -I -i" behavior +diff-ignore +tar-ignore --- linux-lts-utopic-3.16.0.orig/debian/stamps/keep-dir +++ linux-lts-utopic-3.16.0/debian/stamps/keep-dir @@ -0,0 +1 @@ +Place holder --- linux-lts-utopic-3.16.0.orig/debian/tests-build/README +++ linux-lts-utopic-3.16.0/debian/tests-build/README @@ -0,0 +1,21 @@ +Scripts placed in this directory get called one at a time by run-parts(8). +The scripts are expected to perform some sort of sanity checks on the +finished build. Scripts will be called once for each flavour. + +Some environment variables are exported to make life a little easier: + +DPKG_ARCH : The dpkg architecture (e.g. "amd64") +KERN_ARCH : The kernel architecture (e.g. "x86_64") +FLAVOUR : The specific flavour for this run (e.g. "generic") +VERSION : The full version of this build (e.g. 2.6.22-1) +REVISION : The exact revision of this build (e.g. 1.3) +PREV_REVISION : The revision prior to this one +ABI_NUM : The specific ABI number for this build (e.g. 2) +PREV_ABI_NUM : The previous ABI number. Can be the same as ABI_NUM. +BUILD_DIR : The directory where this build took place +INSTALL_DIR : The directory where the package is prepared +SOURCE_DIR : Where the main kernel source is + +Scripts are expected to have a zero exit status when no problems occur, +and non-zero when an error occurs that should stop the build. Scripts +should print whatever info they deem needed to deduce the problem. --- linux-lts-utopic-3.16.0.orig/debian/tests-build/check-aliases +++ linux-lts-utopic-3.16.0/debian/tests-build/check-aliases @@ -0,0 +1,24 @@ +#!/usr/bin/perl -w + +my %map; + +print "Checking for dupe aliases in $ENV{'FLAVOUR'}...\n"; + +$aliases = + "$ENV{'INSTALL_DIR'}/lib/modules/$ENV{'VERSION'}-$ENV{'FLAVOUR'}/modules.alias"; + +open(ALIASES, "< $aliases") or die "Could not open $aliases"; + +while () { + chomp; + my ($junk, $alias, $module) = split; + + if (defined($map{$alias})) { + printf("%s %20s / %-20s : %s \n", ("$map{$alias}" eq "$module") + ? "INT" : " ", $map{$alias}, $module, $alias); + } else { + $map{$alias} = $module; + } +} + +exit(0); --- linux-lts-utopic-3.16.0.orig/debian/tests/control +++ linux-lts-utopic-3.16.0/debian/tests/control @@ -0,0 +1,7 @@ +Tests: rebuild +Depends: @builddeps@, fakeroot +Restrictions: allow-stderr + +Tests: ubuntu-regression-suite +Depends: build-essential, gcc-multilib [amd64 arm64 armhf i386 powerpc], gdb, git, bzr +Restrictions: allow-stderr, isolation-machine, breaks-testbed --- linux-lts-utopic-3.16.0.orig/debian/tests/rebuild +++ linux-lts-utopic-3.16.0/debian/tests/rebuild @@ -0,0 +1,20 @@ +#!/bin/sh + +# If we are triggering for just linux or linux-meta we know we have +# just built the kernel and there is no point in repeating that +# build, it just wastes time. (LP: #1498862) +build_needed=0 +for trigger in ${ADT_TEST_TRIGGERS:-force} +do + case "$trigger" in + linux/*|linux-lts-*/*|linux-meta*/*) ;; + *) build_needed=1 ;; + esac +done +if [ "$build_needed" -eq 0 ]; then + echo "rebuild: short circuiting build for '${ADT_TEST_TRIGGERS}'" + exit 0 +fi + +set -e +dpkg-buildpackage -rfakeroot -us -uc -b --- linux-lts-utopic-3.16.0.orig/debian/tests/ubuntu-regression-suite +++ linux-lts-utopic-3.16.0/debian/tests/ubuntu-regression-suite @@ -0,0 +1,19 @@ +#!/bin/sh +set -e + +sver=`dpkg-parsechangelog -SVersion` +read x rver x &2 + exit 1 +fi + +git clone git://kernel.ubuntu.com/ubuntu/kernel-testing +kernel-testing/run-dep8-tests --- linux-lts-utopic-3.16.0.orig/debian/tools/generic +++ linux-lts-utopic-3.16.0/debian/tools/generic @@ -0,0 +1,60 @@ +#!/bin/bash +full_version=`uname -r` + +# First check for a fully qualified version. +this="/usr/lib/linux-tools/$full_version/`basename $0`" +if [ -f "$this" ]; then + exec "$this" "$@" +fi + +# Removing flavour from version i.e. generic or server. +flavour_abi=${full_version#*-} +flavour=${flavour_abi#*-} +version=${full_version%-$flavour} +this="$0_$version" +if [ -f "$this" ]; then + exec "$this" "$@" +fi + +# Before saucy kernels we had no flavour linkage. +if dpkg --compare-versions "$version" lt "3.11.0"; then + flavour='' +else + flavour="-$flavour" +fi +# Hint at the cloud tools if they exist (trusty and later) +if dpkg --compare-versions "$version" ge "3.13.0"; then + cld="" +else + cld=":" +fi +# Work out if this is an LTS backport or not. +codename=`lsb_release -cs` +case "$codename" in +precise) base='3.2.0-9999' ;; +trusty) base='3.13.0-9999' ;; +*) base='' ;; +esac +std="" +lts=":" +if [ "$base" != "" ]; then + if dpkg --compare-versions "$version" gt "$base"; then + std=":" + lts="" + fi +fi + +# Give them a hint as to what to install. + echo "WARNING: `basename $0` not found for kernel $version" >&2 + echo "" >&2 + echo " You may need to install the following packages for this specific kernel:" >&2 + echo " linux-tools-$version$flavour" >&2 +$cld echo " linux-cloud-tools-$version$flavour" >&2 + echo "" >&2 + echo " You may also want to install one of the following packages to keep up to date:" >&2 +$std echo " linux-tools$flavour" >&2 +$std $cld echo " linux-cloud-tools$flavour" >&2 +$lts echo " linux-tools$flavour-lts-" >&2 +$lts $cld echo " linux-cloud-tools$flavour-lts-" >&2 + +exit 2 --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpi_cmos_rtc.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpi_cmos_rtc.c @@ -33,7 +33,7 @@ void *handler_context, void *region_context) { int i; - u8 *value = (u8 *)&value64; + u8 *value = (u8 *)value64; if (address > 0xff || !value64) return AE_BAD_PARAMETER; --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpi_lpss.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpi_lpss.c @@ -392,7 +392,6 @@ adev->driver_data = pdata; pdev = acpi_create_platform_device(adev); if (!IS_ERR_OR_NULL(pdev)) { - device_enable_async_suspend(&pdev->dev); return 1; } @@ -583,7 +582,7 @@ return acpi_dev_suspend_late(dev); } -static int acpi_lpss_restore_early(struct device *dev) +static int acpi_lpss_resume_early(struct device *dev) { int ret = acpi_dev_resume_early(dev); @@ -623,15 +622,15 @@ static struct dev_pm_domain acpi_lpss_pm_domain = { .ops = { #ifdef CONFIG_PM_SLEEP - .suspend_late = acpi_lpss_suspend_late, - .restore_early = acpi_lpss_restore_early, .prepare = acpi_subsys_prepare, .complete = acpi_subsys_complete, .suspend = acpi_subsys_suspend, - .resume_early = acpi_subsys_resume_early, + .suspend_late = acpi_lpss_suspend_late, + .resume_early = acpi_lpss_resume_early, .freeze = acpi_subsys_freeze, .poweroff = acpi_subsys_suspend, - .poweroff_late = acpi_subsys_suspend_late, + .poweroff_late = acpi_lpss_suspend_late, + .restore_early = acpi_lpss_resume_early, #endif #ifdef CONFIG_PM_RUNTIME .runtime_suspend = acpi_lpss_runtime_suspend, --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpi_pnp.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpi_pnp.c @@ -158,6 +158,7 @@ {"AEI0250"}, /* PROLiNK 1456VH ISA PnP K56flex Fax Modem */ {"AEI1240"}, /* Actiontec ISA PNP 56K X2 Fax Modem */ {"AKY1021"}, /* Rockwell 56K ACF II Fax+Data+Voice Modem */ + {"ALI5123"}, /* ALi Fast Infrared Controller */ {"AZT4001"}, /* AZT3005 PnP SOUND DEVICE */ {"BDP3336"}, /* Best Data Products Inc. Smart One 336F PnP Modem */ {"BRI0A49"}, /* Boca Complete Ofc Communicator 14.4 Data-FAX */ @@ -309,6 +310,8 @@ {"PNPb006"}, /* cs423x-pnpbios */ {"CSC0100"}, + {"CSC0103"}, + {"CSC0110"}, {"CSC0000"}, {"GIM0100"}, /* Guillemot Turtlebeach something appears to be cs4232 compatible */ /* es18xx-pnpbios */ --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/aclocal.h +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/aclocal.h @@ -213,6 +213,7 @@ #define ACPI_TABLE_INDEX_DSDT (0) #define ACPI_TABLE_INDEX_FACS (1) +#define ACPI_TABLE_INDEX_X_FACS (2) struct acpi_find_context { char *search_for; @@ -254,6 +255,7 @@ u32 field_bit_position; u32 field_bit_length; u16 resource_length; + u16 pin_number_index; u8 field_flags; u8 attribute; u8 field_type; --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/acmacros.h +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/acmacros.h @@ -63,23 +63,12 @@ #define ACPI_SET64(ptr, val) (*ACPI_CAST64 (ptr) = (u64) (val)) /* - * printf() format helpers. These macros are workarounds for the difficulties + * printf() format helper. This macros is a workaround for the difficulties * with emitting 64-bit integers and 64-bit pointers with the same code * for both 32-bit and 64-bit hosts. */ #define ACPI_FORMAT_UINT64(i) ACPI_HIDWORD(i), ACPI_LODWORD(i) -#if ACPI_MACHINE_WIDTH == 64 -#define ACPI_FORMAT_NATIVE_UINT(i) ACPI_FORMAT_UINT64(i) -#define ACPI_FORMAT_TO_UINT(i) ACPI_FORMAT_UINT64(i) -#define ACPI_PRINTF_UINT "0x%8.8X%8.8X" - -#else -#define ACPI_FORMAT_NATIVE_UINT(i) 0, (u32) (i) -#define ACPI_FORMAT_TO_UINT(i) (u32) (i) -#define ACPI_PRINTF_UINT "0x%8.8X" -#endif - /* * Macros for moving data around to/from buffers that are possibly unaligned. * If the hardware supports the transfer of unaligned data, just do the store. --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/acobject.h +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/acobject.h @@ -264,6 +264,7 @@ ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO u16 resource_length; union acpi_operand_object *region_obj; /* Containing op_region object */ u8 *resource_buffer; /* resource_template for serial regions/fields */ + u16 pin_number_index; /* Index relative to previous Connection/Template */ }; struct acpi_object_bank_field { --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/dsfield.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/dsfield.c @@ -360,6 +360,7 @@ */ info->resource_buffer = NULL; info->connection_node = NULL; + info->pin_number_index = 0; /* * A Connection() is either an actual resource descriptor (buffer) @@ -437,6 +438,7 @@ } info->field_bit_position += info->field_bit_length; + info->pin_number_index++; /* Index relative to previous Connection() */ break; default: --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/dsmethod.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/dsmethod.c @@ -412,6 +412,9 @@ obj_desc->method.mutex->mutex. original_sync_level = obj_desc->method.mutex->mutex.sync_level; + + obj_desc->method.mutex->mutex.thread_id = + acpi_os_get_thread_id(); } } --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/dsopcode.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/dsopcode.c @@ -446,7 +446,7 @@ ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "RgnObj %p Addr %8.8X%8.8X Len %X\n", obj_desc, - ACPI_FORMAT_NATIVE_UINT(obj_desc->region.address), + ACPI_FORMAT_UINT64(obj_desc->region.address), obj_desc->region.length)); /* Now the address and length are valid for this opregion */ @@ -539,13 +539,12 @@ return_ACPI_STATUS(AE_NOT_EXIST); } - obj_desc->region.address = - (acpi_physical_address) ACPI_TO_INTEGER(table); + obj_desc->region.address = ACPI_PTR_TO_PHYSADDR(table); obj_desc->region.length = table->length; ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "RgnObj %p Addr %8.8X%8.8X Len %X\n", obj_desc, - ACPI_FORMAT_NATIVE_UINT(obj_desc->region.address), + ACPI_FORMAT_UINT64(obj_desc->region.address), obj_desc->region.length)); /* Now the address and length are valid for this opregion */ --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/evregion.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/evregion.c @@ -142,6 +142,7 @@ union acpi_operand_object *region_obj2; void *region_context = NULL; struct acpi_connection_info *context; + acpi_physical_address address; ACPI_FUNCTION_TRACE(ev_address_space_dispatch); @@ -231,25 +232,32 @@ /* We have everything we need, we can invoke the address space handler */ handler = handler_desc->address_space.handler; - - ACPI_DEBUG_PRINT((ACPI_DB_OPREGION, - "Handler %p (@%p) Address %8.8X%8.8X [%s]\n", - ®ion_obj->region.handler->address_space, handler, - ACPI_FORMAT_NATIVE_UINT(region_obj->region.address + - region_offset), - acpi_ut_get_region_name(region_obj->region. - space_id))); + address = (region_obj->region.address + region_offset); /* * Special handling for generic_serial_bus and general_purpose_io: * There are three extra parameters that must be passed to the * handler via the context: - * 1) Connection buffer, a resource template from Connection() op. - * 2) Length of the above buffer. - * 3) Actual access length from the access_as() op. + * 1) Connection buffer, a resource template from Connection() op + * 2) Length of the above buffer + * 3) Actual access length from the access_as() op + * + * In addition, for general_purpose_io, the Address and bit_width fields + * are defined as follows: + * 1) Address is the pin number index of the field (bit offset from + * the previous Connection) + * 2) bit_width is the actual bit length of the field (number of pins) */ - if (((region_obj->region.space_id == ACPI_ADR_SPACE_GSBUS) || - (region_obj->region.space_id == ACPI_ADR_SPACE_GPIO)) && + if ((region_obj->region.space_id == ACPI_ADR_SPACE_GSBUS) && + context && field_obj) { + + /* Get the Connection (resource_template) buffer */ + + context->connection = field_obj->field.resource_buffer; + context->length = field_obj->field.resource_length; + context->access_length = field_obj->field.access_length; + } + if ((region_obj->region.space_id == ACPI_ADR_SPACE_GPIO) && context && field_obj) { /* Get the Connection (resource_template) buffer */ @@ -257,8 +265,17 @@ context->connection = field_obj->field.resource_buffer; context->length = field_obj->field.resource_length; context->access_length = field_obj->field.access_length; + address = field_obj->field.pin_number_index; + bit_width = field_obj->field.bit_length; } + ACPI_DEBUG_PRINT((ACPI_DB_OPREGION, + "Handler %p (@%p) Address %8.8X%8.8X [%s]\n", + ®ion_obj->region.handler->address_space, handler, + ACPI_FORMAT_UINT64(address), + acpi_ut_get_region_name(region_obj->region. + space_id))); + if (!(handler_desc->address_space.handler_flags & ACPI_ADDR_HANDLER_DEFAULT_INSTALLED)) { /* @@ -271,9 +288,7 @@ /* Call the handler */ - status = handler(function, - (region_obj->region.address + region_offset), - bit_width, value, context, + status = handler(function, address, bit_width, value, context, region_obj2->extra.region_context); if (ACPI_FAILURE(status)) { --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/evxfgpe.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/evxfgpe.c @@ -179,6 +179,53 @@ /******************************************************************************* * + * FUNCTION: acpi_mark_gpe_for_wake + * + * PARAMETERS: gpe_device - Parent GPE Device. NULL for GPE0/GPE1 + * gpe_number - GPE level within the GPE block + * + * RETURN: Status + * + * DESCRIPTION: Mark a GPE as having the ability to wake the system. Simply + * sets the ACPI_GPE_CAN_WAKE flag. + * + * Some potential callers of acpi_setup_gpe_for_wake may know in advance that + * there won't be any notify handlers installed for device wake notifications + * from the given GPE (one example is a button GPE in Linux). For these cases, + * acpi_mark_gpe_for_wake should be used instead of acpi_setup_gpe_for_wake. + * This will set the ACPI_GPE_CAN_WAKE flag for the GPE without trying to + * setup implicit wake notification for it (since there's no handler method). + * + ******************************************************************************/ +acpi_status acpi_mark_gpe_for_wake(acpi_handle gpe_device, u32 gpe_number) +{ + struct acpi_gpe_event_info *gpe_event_info; + acpi_status status = AE_BAD_PARAMETER; + acpi_cpu_flags flags; + + ACPI_FUNCTION_TRACE(acpi_mark_gpe_for_wake); + + flags = acpi_os_acquire_lock(acpi_gbl_gpe_lock); + + /* Ensure that we have a valid GPE number */ + + gpe_event_info = acpi_ev_get_gpe_event_info(gpe_device, gpe_number); + if (gpe_event_info) { + + /* Mark the GPE as a possible wake event */ + + gpe_event_info->flags |= ACPI_GPE_CAN_WAKE; + status = AE_OK; + } + + acpi_os_release_lock(acpi_gbl_gpe_lock, flags); + return_ACPI_STATUS(status); +} + +ACPI_EXPORT_SYMBOL(acpi_mark_gpe_for_wake) + +/******************************************************************************* + * * FUNCTION: acpi_setup_gpe_for_wake * * PARAMETERS: wake_device - Device associated with the GPE (via _PRW) --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/exdump.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/exdump.c @@ -767,8 +767,8 @@ acpi_os_printf("\n"); } else { acpi_os_printf(" base %8.8X%8.8X Length %X\n", - ACPI_FORMAT_NATIVE_UINT(obj_desc->region. - address), + ACPI_FORMAT_UINT64(obj_desc->region. + address), obj_desc->region.length); } break; --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/exfield.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/exfield.c @@ -254,6 +254,37 @@ buffer = &buffer_desc->integer.value; } + if ((obj_desc->common.type == ACPI_TYPE_LOCAL_REGION_FIELD) && + (obj_desc->field.region_obj->region.space_id == + ACPI_ADR_SPACE_GPIO)) { + /* + * For GPIO (general_purpose_io), the Address will be the bit offset + * from the previous Connection() operator, making it effectively a + * pin number index. The bit_length is the length of the field, which + * is thus the number of pins. + */ + ACPI_DEBUG_PRINT((ACPI_DB_BFIELD, + "GPIO FieldRead [FROM]: Pin %u Bits %u\n", + obj_desc->field.pin_number_index, + obj_desc->field.bit_length)); + + /* Lock entire transaction if requested */ + + acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); + + /* Perform the write */ + + status = acpi_ex_access_region(obj_desc, 0, + (u64 *)buffer, ACPI_READ); + acpi_ex_release_global_lock(obj_desc->common_field.field_flags); + if (ACPI_FAILURE(status)) { + acpi_ut_remove_reference(buffer_desc); + } else { + *ret_buffer_desc = buffer_desc; + } + return_ACPI_STATUS(status); + } + ACPI_DEBUG_PRINT((ACPI_DB_BFIELD, "FieldRead [TO]: Obj %p, Type %X, Buf %p, ByteLen %X\n", obj_desc, obj_desc->common.type, buffer, @@ -415,6 +446,42 @@ *result_desc = buffer_desc; return_ACPI_STATUS(status); + } else if ((obj_desc->common.type == ACPI_TYPE_LOCAL_REGION_FIELD) && + (obj_desc->field.region_obj->region.space_id == + ACPI_ADR_SPACE_GPIO)) { + /* + * For GPIO (general_purpose_io), we will bypass the entire field + * mechanism and handoff the bit address and bit width directly to + * the handler. The Address will be the bit offset + * from the previous Connection() operator, making it effectively a + * pin number index. The bit_length is the length of the field, which + * is thus the number of pins. + */ + if (source_desc->common.type != ACPI_TYPE_INTEGER) { + return_ACPI_STATUS(AE_AML_OPERAND_TYPE); + } + + ACPI_DEBUG_PRINT((ACPI_DB_BFIELD, + "GPIO FieldWrite [FROM]: (%s:%X), Val %.8X [TO]: Pin %u Bits %u\n", + acpi_ut_get_type_name(source_desc->common. + type), + source_desc->common.type, + (u32)source_desc->integer.value, + obj_desc->field.pin_number_index, + obj_desc->field.bit_length)); + + buffer = &source_desc->integer.value; + + /* Lock entire transaction if requested */ + + acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); + + /* Perform the write */ + + status = acpi_ex_access_region(obj_desc, 0, + (u64 *)buffer, ACPI_WRITE); + acpi_ex_release_global_lock(obj_desc->common_field.field_flags); + return_ACPI_STATUS(status); } /* Get a pointer to the data to be written */ --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/exfldio.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/exfldio.c @@ -263,17 +263,15 @@ } ACPI_DEBUG_PRINT_RAW((ACPI_DB_BFIELD, - " Region [%s:%X], Width %X, ByteBase %X, Offset %X at %p\n", + " Region [%s:%X], Width %X, ByteBase %X, Offset %X at %8.8X%8.8X\n", acpi_ut_get_region_name(rgn_desc->region. space_id), rgn_desc->region.space_id, obj_desc->common_field.access_byte_width, obj_desc->common_field.base_byte_offset, - field_datum_byte_offset, ACPI_CAST_PTR(void, - (rgn_desc-> - region. - address + - region_offset)))); + field_datum_byte_offset, + ACPI_FORMAT_UINT64(rgn_desc->region.address + + region_offset))); /* Invoke the appropriate address_space/op_region handler */ --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/exprep.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/exprep.c @@ -484,6 +484,8 @@ obj_desc->field.resource_length = info->resource_length; } + obj_desc->field.pin_number_index = info->pin_number_index; + /* Allow full data read from EC address space */ if ((obj_desc->field.region_obj->region.space_id == --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/exregion.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/exregion.c @@ -181,7 +181,7 @@ if (!mem_info->mapped_logical_address) { ACPI_ERROR((AE_INFO, "Could not map memory at 0x%8.8X%8.8X, size %u", - ACPI_FORMAT_NATIVE_UINT(address), + ACPI_FORMAT_UINT64(address), (u32) map_length)); mem_info->mapped_length = 0; return_ACPI_STATUS(AE_NO_MEMORY); @@ -202,8 +202,7 @@ ACPI_DEBUG_PRINT((ACPI_DB_INFO, "System-Memory (width %u) R/W %u Address=%8.8X%8.8X\n", - bit_width, function, - ACPI_FORMAT_NATIVE_UINT(address))); + bit_width, function, ACPI_FORMAT_UINT64(address))); /* * Perform the memory read or write @@ -318,8 +317,7 @@ ACPI_DEBUG_PRINT((ACPI_DB_INFO, "System-IO (width %u) R/W %u Address=%8.8X%8.8X\n", - bit_width, function, - ACPI_FORMAT_NATIVE_UINT(address))); + bit_width, function, ACPI_FORMAT_UINT64(address))); /* Decode the function parameter */ --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/hwvalid.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/hwvalid.c @@ -142,17 +142,17 @@ byte_width = ACPI_DIV_8(bit_width); last_address = address + byte_width - 1; - ACPI_DEBUG_PRINT((ACPI_DB_IO, "Address %p LastAddress %p Length %X", - ACPI_CAST_PTR(void, address), ACPI_CAST_PTR(void, - last_address), - byte_width)); + ACPI_DEBUG_PRINT((ACPI_DB_IO, + "Address %8.8X%8.8X LastAddress %8.8X%8.8X Length %X", + ACPI_FORMAT_UINT64(address), + ACPI_FORMAT_UINT64(last_address), byte_width)); /* Maximum 16-bit address in I/O space */ if (last_address > ACPI_UINT16_MAX) { ACPI_ERROR((AE_INFO, - "Illegal I/O port address/length above 64K: %p/0x%X", - ACPI_CAST_PTR(void, address), byte_width)); + "Illegal I/O port address/length above 64K: %8.8X%8.8X/0x%X", + ACPI_FORMAT_UINT64(address), byte_width)); return_ACPI_STATUS(AE_LIMIT); } @@ -181,8 +181,8 @@ if (acpi_gbl_osi_data >= port_info->osi_dependency) { ACPI_DEBUG_PRINT((ACPI_DB_IO, - "Denied AML access to port 0x%p/%X (%s 0x%.4X-0x%.4X)", - ACPI_CAST_PTR(void, address), + "Denied AML access to port 0x%8.8X%8.8X/%X (%s 0x%.4X-0x%.4X)", + ACPI_FORMAT_UINT64(address), byte_width, port_info->name, port_info->start, port_info->end)); --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/nsdump.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/nsdump.c @@ -271,12 +271,11 @@ switch (type) { case ACPI_TYPE_PROCESSOR: - acpi_os_printf("ID %02X Len %02X Addr %p\n", + acpi_os_printf("ID %02X Len %02X Addr %8.8X%8.8X\n", obj_desc->processor.proc_id, obj_desc->processor.length, - ACPI_CAST_PTR(void, - obj_desc->processor. - address)); + ACPI_FORMAT_UINT64(obj_desc->processor. + address)); break; case ACPI_TYPE_DEVICE: @@ -347,8 +346,9 @@ space_id)); if (obj_desc->region.flags & AOPOBJ_DATA_VALID) { acpi_os_printf(" Addr %8.8X%8.8X Len %.4X\n", - ACPI_FORMAT_NATIVE_UINT - (obj_desc->region.address), + ACPI_FORMAT_UINT64(obj_desc-> + region. + address), obj_desc->region.length); } else { acpi_os_printf --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/nsobject.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/nsobject.c @@ -239,6 +239,17 @@ } } + /* + * Detach the object from any data objects (which are still held by + * the namespace node) + */ + + if (obj_desc->common.next_object && + ((obj_desc->common.next_object)->common.type == + ACPI_TYPE_LOCAL_DATA)) { + obj_desc->common.next_object = NULL; + } + /* Reset the node type to untyped */ node->type = ACPI_TYPE_ANY; --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/tbdata.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/tbdata.c @@ -113,9 +113,9 @@ case ACPI_TABLE_ORIGIN_INTERNAL_VIRTUAL: case ACPI_TABLE_ORIGIN_EXTERNAL_VIRTUAL: - table = - ACPI_CAST_PTR(struct acpi_table_header, - table_desc->address); + table = ACPI_CAST_PTR(struct acpi_table_header, + ACPI_PHYSADDR_TO_PTR(table_desc-> + address)); break; default: @@ -214,7 +214,8 @@ case ACPI_TABLE_ORIGIN_INTERNAL_VIRTUAL: case ACPI_TABLE_ORIGIN_EXTERNAL_VIRTUAL: - table_header = ACPI_CAST_PTR(struct acpi_table_header, address); + table_header = ACPI_CAST_PTR(struct acpi_table_header, + ACPI_PHYSADDR_TO_PTR(address)); if (!table_header) { return (AE_NO_MEMORY); } @@ -398,14 +399,14 @@ table_desc->length); if (ACPI_FAILURE(status)) { ACPI_EXCEPTION((AE_INFO, AE_NO_MEMORY, - "%4.4s " ACPI_PRINTF_UINT + "%4.4s 0x%8.8X%8.8X" " Attempted table install failed", acpi_ut_valid_acpi_name(table_desc-> signature. ascii) ? table_desc->signature.ascii : "????", - ACPI_FORMAT_TO_UINT(table_desc-> - address))); + ACPI_FORMAT_UINT64(table_desc-> + address))); goto invalidate_and_exit; } } --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/tbfadt.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/tbfadt.c @@ -350,9 +350,18 @@ /* If Hardware Reduced flag is set, there is no FACS */ if (!acpi_gbl_reduced_hardware) { - acpi_tb_install_fixed_table((acpi_physical_address) - acpi_gbl_FADT.Xfacs, ACPI_SIG_FACS, - ACPI_TABLE_INDEX_FACS); + if (acpi_gbl_FADT.facs) { + acpi_tb_install_fixed_table((acpi_physical_address) + acpi_gbl_FADT.facs, + ACPI_SIG_FACS, + ACPI_TABLE_INDEX_FACS); + } + if (acpi_gbl_FADT.Xfacs) { + acpi_tb_install_fixed_table((acpi_physical_address) + acpi_gbl_FADT.Xfacs, + ACPI_SIG_FACS, + ACPI_TABLE_INDEX_X_FACS); + } } } @@ -491,13 +500,9 @@ acpi_gbl_FADT.header.length = sizeof(struct acpi_table_fadt); /* - * Expand the 32-bit FACS and DSDT addresses to 64-bit as necessary. + * Expand the 32-bit DSDT addresses to 64-bit as necessary. * Later ACPICA code will always use the X 64-bit field. */ - acpi_gbl_FADT.Xfacs = acpi_tb_select_address("FACS", - acpi_gbl_FADT.facs, - acpi_gbl_FADT.Xfacs); - acpi_gbl_FADT.Xdsdt = acpi_tb_select_address("DSDT", acpi_gbl_FADT.dsdt, acpi_gbl_FADT.Xdsdt); --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/tbinstal.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/tbinstal.c @@ -187,8 +187,9 @@ status = acpi_tb_acquire_temp_table(&new_table_desc, address, ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL); if (ACPI_FAILURE(status)) { - ACPI_ERROR((AE_INFO, "Could not acquire table length at %p", - ACPI_CAST_PTR(void, address))); + ACPI_ERROR((AE_INFO, + "Could not acquire table length at %8.8X%8.8X", + ACPI_FORMAT_UINT64(address))); return_ACPI_STATUS(status); } @@ -246,8 +247,9 @@ status = acpi_tb_acquire_temp_table(&new_table_desc, address, flags); if (ACPI_FAILURE(status)) { - ACPI_ERROR((AE_INFO, "Could not acquire table length at %p", - ACPI_CAST_PTR(void, address))); + ACPI_ERROR((AE_INFO, + "Could not acquire table length at %8.8X%8.8X", + ACPI_FORMAT_UINT64(address))); return_ACPI_STATUS(status); } @@ -258,9 +260,10 @@ if (!reload && acpi_gbl_disable_ssdt_table_install && ACPI_COMPARE_NAME(&new_table_desc.signature, ACPI_SIG_SSDT)) { - ACPI_INFO((AE_INFO, "Ignoring installation of %4.4s at %p", - new_table_desc.signature.ascii, ACPI_CAST_PTR(void, - address))); + ACPI_INFO((AE_INFO, + "Ignoring installation of %4.4s at %8.8X%8.8X", + new_table_desc.signature.ascii, + ACPI_FORMAT_UINT64(address))); goto release_and_exit; } @@ -346,7 +349,6 @@ */ acpi_tb_uninstall_table(&new_table_desc); *table_index = i; - (void)acpi_ut_release_mutex(ACPI_MTX_TABLES); return_ACPI_STATUS(AE_OK); } } @@ -429,11 +431,11 @@ return; } - ACPI_INFO((AE_INFO, "%4.4s " ACPI_PRINTF_UINT - " %s table override, new table: " ACPI_PRINTF_UINT, + ACPI_INFO((AE_INFO, "%4.4s 0x%8.8X%8.8X" + " %s table override, new table: 0x%8.8X%8.8X", old_table_desc->signature.ascii, - ACPI_FORMAT_TO_UINT(old_table_desc->address), - override_type, ACPI_FORMAT_TO_UINT(new_table_desc.address))); + ACPI_FORMAT_UINT64(old_table_desc->address), + override_type, ACPI_FORMAT_UINT64(new_table_desc.address))); /* We can now uninstall the original table */ @@ -517,7 +519,7 @@ if ((table_desc->flags & ACPI_TABLE_ORIGIN_MASK) == ACPI_TABLE_ORIGIN_INTERNAL_VIRTUAL) { - ACPI_FREE(ACPI_CAST_PTR(void, table_desc->address)); + ACPI_FREE(ACPI_PHYSADDR_TO_PTR(table_desc->address)); } table_desc->address = ACPI_PTR_TO_PHYSADDR(NULL); --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/tbprint.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/tbprint.c @@ -127,18 +127,12 @@ { struct acpi_table_header local_header; - /* - * The reason that we use ACPI_PRINTF_UINT and ACPI_FORMAT_TO_UINT is to - * support both 32-bit and 64-bit hosts/addresses in a consistent manner. - * The %p specifier does not emit uniform output on all hosts. On some, - * leading zeros are not supported. - */ if (ACPI_COMPARE_NAME(header->signature, ACPI_SIG_FACS)) { /* FACS only has signature and length fields */ - ACPI_INFO((AE_INFO, "%-4.4s " ACPI_PRINTF_UINT " %06X", - header->signature, ACPI_FORMAT_TO_UINT(address), + ACPI_INFO((AE_INFO, "%-4.4s 0x%8.8X%8.8X %06X", + header->signature, ACPI_FORMAT_UINT64(address), header->length)); } else if (ACPI_VALIDATE_RSDP_SIG(header->signature)) { @@ -149,9 +143,8 @@ header)->oem_id, ACPI_OEM_ID_SIZE); acpi_tb_fix_string(local_header.oem_id, ACPI_OEM_ID_SIZE); - ACPI_INFO((AE_INFO, - "RSDP " ACPI_PRINTF_UINT " %06X (v%.2d %-6.6s)", - ACPI_FORMAT_TO_UINT(address), + ACPI_INFO((AE_INFO, "RSDP 0x%8.8X%8.8X %06X (v%.2d %-6.6s)", + ACPI_FORMAT_UINT64(address), (ACPI_CAST_PTR(struct acpi_table_rsdp, header)-> revision > 0) ? ACPI_CAST_PTR(struct acpi_table_rsdp, @@ -165,9 +158,9 @@ acpi_tb_cleanup_table_header(&local_header, header); ACPI_INFO((AE_INFO, - "%-4.4s " ACPI_PRINTF_UINT + "%-4.4s 0x%8.8X%8.8X" " %06X (v%.2d %-6.6s %-8.8s %08X %-4.4s %08X)", - local_header.signature, ACPI_FORMAT_TO_UINT(address), + local_header.signature, ACPI_FORMAT_UINT64(address), local_header.length, local_header.revision, local_header.oem_id, local_header.oem_table_id, local_header.oem_revision, --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/tbutils.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/tbutils.c @@ -68,7 +68,8 @@ acpi_status acpi_tb_initialize_facs(void) { - acpi_status status; + struct acpi_table_facs *facs32; + struct acpi_table_facs *facs64; /* If Hardware Reduced flag is set, there is no FACS */ @@ -77,11 +78,22 @@ return (AE_OK); } - status = acpi_get_table_by_index(ACPI_TABLE_INDEX_FACS, - ACPI_CAST_INDIRECT_PTR(struct - acpi_table_header, - &acpi_gbl_FACS)); - return (status); + (void)acpi_get_table_by_index(ACPI_TABLE_INDEX_FACS, + ACPI_CAST_INDIRECT_PTR(struct + acpi_table_header, + &facs32)); + (void)acpi_get_table_by_index(ACPI_TABLE_INDEX_X_FACS, + ACPI_CAST_INDIRECT_PTR(struct + acpi_table_header, + &facs64)); + + if (acpi_gbl_use32_bit_facs_addresses) { + acpi_gbl_FACS = facs32 ? facs32 : facs64; + } else { + acpi_gbl_FACS = facs64 ? facs64 : facs32; + } + + return (AE_OK); } #endif /* !ACPI_REDUCED_HARDWARE */ @@ -101,7 +113,7 @@ u8 acpi_tb_tables_loaded(void) { - if (acpi_gbl_root_table_list.current_table_count >= 3) { + if (acpi_gbl_root_table_list.current_table_count >= 4) { return (TRUE); } @@ -357,11 +369,11 @@ table_entry = ACPI_ADD_PTR(u8, table, sizeof(struct acpi_table_header)); /* - * First two entries in the table array are reserved for the DSDT - * and FACS, which are not actually present in the RSDT/XSDT - they - * come from the FADT + * First three entries in the table array are reserved for the DSDT + * and 32bit/64bit FACS, which are not actually present in the + * RSDT/XSDT - they come from the FADT */ - acpi_gbl_root_table_list.current_table_count = 2; + acpi_gbl_root_table_list.current_table_count = 3; /* Initialize the root table array from the RSDT/XSDT */ --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/tbxfload.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/tbxfload.c @@ -166,7 +166,8 @@ (void)acpi_ut_acquire_mutex(ACPI_MTX_TABLES); for (i = 0; i < acpi_gbl_root_table_list.current_table_count; ++i) { - if ((!ACPI_COMPARE_NAME + if (!acpi_gbl_root_table_list.tables[i].address || + (!ACPI_COMPARE_NAME (&(acpi_gbl_root_table_list.tables[i].signature), ACPI_SIG_SSDT) && --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/tbxfroot.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/tbxfroot.c @@ -111,7 +111,7 @@ * ******************************************************************************/ -acpi_status __init acpi_find_root_pointer(acpi_size *table_address) +acpi_status __init acpi_find_root_pointer(acpi_physical_address * table_address) { u8 *table_ptr; u8 *mem_rover; @@ -169,7 +169,8 @@ physical_address += (u32) ACPI_PTR_DIFF(mem_rover, table_ptr); - *table_address = physical_address; + *table_address = + (acpi_physical_address) physical_address; return_ACPI_STATUS(AE_OK); } } @@ -202,7 +203,7 @@ (ACPI_HI_RSDP_WINDOW_BASE + ACPI_PTR_DIFF(mem_rover, table_ptr)); - *table_address = physical_address; + *table_address = (acpi_physical_address) physical_address; return_ACPI_STATUS(AE_OK); } --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/utaddress.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/utaddress.c @@ -107,10 +107,10 @@ acpi_gbl_address_range_list[space_id] = range_info; ACPI_DEBUG_PRINT((ACPI_DB_NAMES, - "\nAdded [%4.4s] address range: 0x%p-0x%p\n", + "\nAdded [%4.4s] address range: 0x%8.8X%8.8X-0x%8.8X%8.8X\n", acpi_ut_get_node_name(range_info->region_node), - ACPI_CAST_PTR(void, address), - ACPI_CAST_PTR(void, range_info->end_address))); + ACPI_FORMAT_UINT64(address), + ACPI_FORMAT_UINT64(range_info->end_address))); (void)acpi_ut_release_mutex(ACPI_MTX_NAMESPACE); return_ACPI_STATUS(AE_OK); @@ -160,15 +160,13 @@ } ACPI_DEBUG_PRINT((ACPI_DB_NAMES, - "\nRemoved [%4.4s] address range: 0x%p-0x%p\n", + "\nRemoved [%4.4s] address range: 0x%8.8X%8.8X-0x%8.8X%8.8X\n", acpi_ut_get_node_name(range_info-> region_node), - ACPI_CAST_PTR(void, - range_info-> - start_address), - ACPI_CAST_PTR(void, - range_info-> - end_address))); + ACPI_FORMAT_UINT64(range_info-> + start_address), + ACPI_FORMAT_UINT64(range_info-> + end_address))); ACPI_FREE(range_info); return_VOID; @@ -245,16 +243,14 @@ region_node); ACPI_WARNING((AE_INFO, - "%s range 0x%p-0x%p conflicts with OpRegion 0x%p-0x%p (%s)", + "%s range 0x%8.8X%8.8X-0x%8.8X%8.8X conflicts with OpRegion 0x%8.8X%8.8X-0x%8.8X%8.8X (%s)", acpi_ut_get_region_name(space_id), - ACPI_CAST_PTR(void, address), - ACPI_CAST_PTR(void, end_address), - ACPI_CAST_PTR(void, - range_info-> - start_address), - ACPI_CAST_PTR(void, - range_info-> - end_address), + ACPI_FORMAT_UINT64(address), + ACPI_FORMAT_UINT64(end_address), + ACPI_FORMAT_UINT64(range_info-> + start_address), + ACPI_FORMAT_UINT64(range_info-> + end_address), pathname)); ACPI_FREE(pathname); } --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/utcopy.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/utcopy.c @@ -1001,5 +1001,11 @@ status = acpi_ut_copy_simple_object(source_desc, *dest_desc); } + /* Delete the allocated object if copy failed */ + + if (ACPI_FAILURE(status)) { + acpi_ut_remove_reference(*dest_desc); + } + return_ACPI_STATUS(status); } --- linux-lts-utopic-3.16.0.orig/drivers/acpi/acpica/utxfinit.c +++ linux-lts-utopic-3.16.0/drivers/acpi/acpica/utxfinit.c @@ -175,10 +175,12 @@ * Obtain a permanent mapping for the FACS. This is required for the * Global Lock and the Firmware Waking Vector */ - status = acpi_tb_initialize_facs(); - if (ACPI_FAILURE(status)) { - ACPI_WARNING((AE_INFO, "Could not map the FACS table")); - return_ACPI_STATUS(status); + if (!(flags & ACPI_NO_FACS_INIT)) { + status = acpi_tb_initialize_facs(); + if (ACPI_FAILURE(status)) { + ACPI_WARNING((AE_INFO, "Could not map the FACS table")); + return_ACPI_STATUS(status); + } } #endif /* !ACPI_REDUCED_HARDWARE */ --- linux-lts-utopic-3.16.0.orig/drivers/acpi/battery.c +++ linux-lts-utopic-3.16.0/drivers/acpi/battery.c @@ -535,20 +535,6 @@ " invalid.\n"); } - /* - * When fully charged, some batteries wrongly report - * capacity_now = design_capacity instead of = full_charge_capacity - */ - if (battery->capacity_now > battery->full_charge_capacity - && battery->full_charge_capacity != ACPI_BATTERY_VALUE_UNKNOWN) { - battery->capacity_now = battery->full_charge_capacity; - if (battery->capacity_now != battery->design_capacity) - printk_once(KERN_WARNING FW_BUG - "battery: reported current charge level (%d) " - "is higher than reported maximum charge level (%d).\n", - battery->capacity_now, battery->full_charge_capacity); - } - if (test_bit(ACPI_BATTERY_QUIRK_PERCENTAGE_CAPACITY, &battery->flags) && battery->capacity_now >= 0 && battery->capacity_now <= 100) battery->capacity_now = (battery->capacity_now * --- linux-lts-utopic-3.16.0.orig/drivers/acpi/blacklist.c +++ linux-lts-utopic-3.16.0/drivers/acpi/blacklist.c @@ -247,8 +247,8 @@ }, /* - * The following machines have broken backlight support when reporting - * the Windows 2012 OSI, so disable it until their support is fixed. + * The wireless hotkey does not work on those machines when + * returning true for _OSI("Windows 2012") */ { .callback = dmi_disable_osi_win8, @@ -322,6 +322,125 @@ DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7737"), }, }, + { + .callback = dmi_disable_osi_win8, + .ident = "Dell Inspiron 7537", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7537"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Dell Inspiron 5437", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 5437"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Dell Inspiron 3437", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 3437"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Dell Vostro 3446", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 3446"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Dell Vostro 3546", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 3546"), + }, + }, + + /* + * The following Lenovo models have a broken workaround in the + * acpi_video backlight implementation to meet the Windows 8 + * requirement of 101 backlight levels. Reverting to pre-Win8 + * behavior fixes the problem. + */ + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad L430", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad L430"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad T430", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T430"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad T430s", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T430s"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad T530", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T530"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad W530", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad W530"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad X1 Carbon", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X1 Carbon"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad X230", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X230"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad Edge E330", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad Edge E330"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Dell Inspiron 5537", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 5537"), + }, + }, /* * BIOS invocation of _OSI(Linux) is almost always a BIOS bug. --- linux-lts-utopic-3.16.0.orig/drivers/acpi/bus.c +++ linux-lts-utopic-3.16.0/drivers/acpi/bus.c @@ -480,6 +480,16 @@ u8 acpi_gbl_permanent_mmap; +/** + * acpi_early_init - Initialize ACPICA and populate the ACPI namespace. + * + * The ACPI tables are accessible after this, but the handling of events has not + * been initialized and the global lock is not available yet, so AML should not + * be executed at this point. + * + * Doing this before switching the EFI runtime services to virtual mode allows + * the EfiBootServices memory to be freed slightly earlier on boot. + */ void __init acpi_early_init(void) { acpi_status status; @@ -543,26 +553,42 @@ acpi_gbl_FADT.sci_interrupt = acpi_sci_override_gsi; } #endif + return; + + error0: + disable_acpi(); +} + +/** + * acpi_subsystem_init - Finalize the early initialization of ACPI. + * + * Switch over the platform to the ACPI mode (if possible), initialize the + * handling of ACPI events, install the interrupt and global lock handlers. + * + * Doing this too early is generally unsafe, but at the same time it needs to be + * done before all things that really depend on ACPI. The right spot appears to + * be before finalizing the EFI initialization. + */ +void __init acpi_subsystem_init(void) +{ + acpi_status status; + + if (acpi_disabled) + return; status = acpi_enable_subsystem(~ACPI_NO_ACPI_ENABLE); if (ACPI_FAILURE(status)) { printk(KERN_ERR PREFIX "Unable to enable ACPI\n"); - goto error0; + disable_acpi(); + } else { + /* + * If the system is using ACPI then we can be reasonably + * confident that any regulators are managed by the firmware + * so tell the regulator core it has everything it needs to + * know. + */ + regulator_has_full_constraints(); } - - /* - * If the system is using ACPI then we can be reasonably - * confident that any regulators are managed by the firmware - * so tell the regulator core it has everything it needs to - * know. - */ - regulator_has_full_constraints(); - - return; - - error0: - disable_acpi(); - return; } static int __init acpi_bus_init(void) --- linux-lts-utopic-3.16.0.orig/drivers/acpi/container.c +++ linux-lts-utopic-3.16.0/drivers/acpi/container.c @@ -99,6 +99,13 @@ device_unregister(dev); } +static void container_device_online(struct acpi_device *adev) +{ + struct device *dev = acpi_driver_data(adev); + + kobject_uevent(&dev->kobj, KOBJ_ONLINE); +} + static struct acpi_scan_handler container_handler = { .ids = container_device_ids, .attach = container_device_attach, @@ -106,6 +113,7 @@ .hotplug = { .enabled = true, .demand_offline = true, + .notify_online = container_device_online, }, }; --- linux-lts-utopic-3.16.0.orig/drivers/acpi/device_pm.c +++ linux-lts-utopic-3.16.0/drivers/acpi/device_pm.c @@ -257,7 +257,7 @@ device->power.state = ACPI_STATE_UNKNOWN; if (!acpi_device_is_present(device)) - return 0; + return -ENXIO; result = acpi_device_get_power(device, &state); if (result) @@ -859,7 +859,7 @@ return 0; target_state = acpi_target_system_state(); - wakeup = device_may_wakeup(dev); + wakeup = device_may_wakeup(dev) && acpi_device_can_wakeup(adev); error = __acpi_device_sleep_wake(adev, target_state, wakeup); if (wakeup && error) return error; @@ -930,6 +930,7 @@ */ void acpi_subsys_complete(struct device *dev) { + pm_generic_complete(dev); /* * If the device had been runtime-suspended before the system went into * the sleep state it is going out of and it has never been resumed till --- linux-lts-utopic-3.16.0.orig/drivers/acpi/ec.c +++ linux-lts-utopic-3.16.0/drivers/acpi/ec.c @@ -126,6 +126,7 @@ static int EC_FLAGS_VALIDATE_ECDT; /* ASUStec ECDTs need to be validated */ static int EC_FLAGS_SKIP_DSDT_SCAN; /* Not all BIOS survive early DSDT scan */ static int EC_FLAGS_CLEAR_ON_RESUME; /* Needs acpi_ec_clear() on boot/resume */ +static int EC_FLAGS_QUERY_HANDSHAKE; /* Needs QR_EC issued when SCI_EVT set */ /* -------------------------------------------------------------------------- Transaction Management @@ -197,6 +198,8 @@ t->rdata[t->ri++] = acpi_ec_read_data(ec); if (t->rlen == t->ri) { t->flags |= ACPI_EC_COMMAND_COMPLETE; + if (t->command == ACPI_EC_COMMAND_QUERY) + pr_debug("hardware QR_EC completion\n"); wakeup = true; } } else @@ -208,7 +211,15 @@ } return wakeup; } else { - if ((status & ACPI_EC_FLAG_IBF) == 0) { + if (EC_FLAGS_QUERY_HANDSHAKE && + !(status & ACPI_EC_FLAG_SCI) && + (t->command == ACPI_EC_COMMAND_QUERY)) { + t->flags |= ACPI_EC_COMMAND_POLL; + t->rdata[t->ri++] = 0x00; + t->flags |= ACPI_EC_COMMAND_COMPLETE; + pr_debug("software QR_EC completion\n"); + wakeup = true; + } else if ((status & ACPI_EC_FLAG_IBF) == 0) { acpi_ec_write_cmd(ec, t->command); t->flags |= ACPI_EC_COMMAND_POLL; } else @@ -288,11 +299,11 @@ /* following two actions should be kept atomic */ ec->curr = t; start_transaction(ec); - if (ec->curr->command == ACPI_EC_COMMAND_QUERY) - clear_bit(EC_FLAGS_QUERY_PENDING, &ec->flags); spin_unlock_irqrestore(&ec->lock, tmp); ret = ec_poll(ec); spin_lock_irqsave(&ec->lock, tmp); + if (ec->curr->command == ACPI_EC_COMMAND_QUERY) + clear_bit(EC_FLAGS_QUERY_PENDING, &ec->flags); ec->curr = NULL; spin_unlock_irqrestore(&ec->lock, tmp); return ret; @@ -966,6 +977,18 @@ } /* + * Acer EC firmware refuses to respond QR_EC when SCI_EVT is not set, for + * which case, we complete the QR_EC without issuing it to the firmware. + * https://bugzilla.kernel.org/show_bug.cgi?id=86211 + */ +static int ec_flag_query_handshake(const struct dmi_system_id *id) +{ + pr_debug("Detected the EC firmware requiring QR_EC issued when SCI_EVT set\n"); + EC_FLAGS_QUERY_HANDSHAKE = 1; + return 0; +} + +/* * On some hardware it is necessary to clear events accumulated by the EC during * sleep. These ECs stop reporting GPEs until they are manually polled, if too * many events are accumulated. (e.g. Samsung Series 5/9 notebooks) @@ -1035,6 +1058,9 @@ { ec_clear_on_resume, "Samsung hardware", { DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD.")}, NULL}, + { + ec_flag_query_handshake, "Acer hardware", { + DMI_MATCH(DMI_SYS_VENDOR, "Acer"), }, NULL}, {}, }; --- linux-lts-utopic-3.16.0.orig/drivers/acpi/osl.c +++ linux-lts-utopic-3.16.0/drivers/acpi/osl.c @@ -83,6 +83,7 @@ static struct workqueue_struct *kacpid_wq; static struct workqueue_struct *kacpi_notify_wq; static struct workqueue_struct *kacpi_hotplug_wq; +unsigned int acpi_sci_irq = INVALID_ACPI_IRQ; /* * This list of permanent mappings is for memory that may be accessed from @@ -204,7 +205,7 @@ return 0; } -device_initcall(acpi_reserve_resources); +fs_initcall_sync(acpi_reserve_resources); void acpi_os_printf(const char *fmt, ...) { @@ -828,17 +829,19 @@ acpi_irq_handler = NULL; return AE_NOT_ACQUIRED; } + acpi_sci_irq = irq; return AE_OK; } -acpi_status acpi_os_remove_interrupt_handler(u32 irq, acpi_osd_handler handler) +acpi_status acpi_os_remove_interrupt_handler(u32 gsi, acpi_osd_handler handler) { - if (irq != acpi_gbl_FADT.sci_interrupt) + if (gsi != acpi_gbl_FADT.sci_interrupt || !acpi_sci_irq_valid()) return AE_BAD_PARAMETER; - free_irq(irq, acpi_irq); + free_irq(acpi_sci_irq, acpi_irq); acpi_irq_handler = NULL; + acpi_sci_irq = INVALID_ACPI_IRQ; return AE_OK; } --- linux-lts-utopic-3.16.0.orig/drivers/acpi/pci_root.c +++ linux-lts-utopic-3.16.0/drivers/acpi/pci_root.c @@ -421,8 +421,7 @@ } EXPORT_SYMBOL(acpi_pci_osc_control_set); -static void negotiate_os_control(struct acpi_pci_root *root, int *no_aspm, - int *clear_aspm) +static void negotiate_os_control(struct acpi_pci_root *root, int *no_aspm) { u32 support, control, requested; acpi_status status; @@ -480,10 +479,12 @@ decode_osc_control(root, "OS now controls", control); if (acpi_gbl_FADT.boot_flags & ACPI_FADT_NO_ASPM) { /* - * We have ASPM control, but the FADT indicates - * that it's unsupported. Clear it. + * We have ASPM control, but the FADT indicates that + * it's unsupported. Leave existing configuration + * intact and prevent the OS from touching it. */ - *clear_aspm = 1; + dev_info(&device->dev, "FADT indicates ASPM is unsupported, using BIOS configuration\n"); + *no_aspm = 1; } } else { decode_osc_control(root, "OS requested", requested); @@ -510,7 +511,7 @@ int result; struct acpi_pci_root *root; acpi_handle handle = device->handle; - int no_aspm = 0, clear_aspm = 0; + int no_aspm = 0; root = kzalloc(sizeof(struct acpi_pci_root), GFP_KERNEL); if (!root) @@ -563,7 +564,7 @@ root->mcfg_addr = acpi_pci_root_get_mcfg_addr(handle); - negotiate_os_control(root, &no_aspm, &clear_aspm); + negotiate_os_control(root, &no_aspm); /* * TBD: Need PCI interface for enumeration/configuration of roots. @@ -586,10 +587,6 @@ goto end; } - if (clear_aspm) { - dev_info(&device->dev, "Disabling ASPM (FADT indicates it is unsupported)\n"); - pcie_clear_aspm(root->bus); - } if (no_aspm) pcie_no_aspm(); --- linux-lts-utopic-3.16.0.orig/drivers/acpi/processor_idle.c +++ linux-lts-utopic-3.16.0/drivers/acpi/processor_idle.c @@ -962,7 +962,7 @@ return -EINVAL; drv->safe_state_index = -1; - for (i = 0; i < CPUIDLE_STATE_MAX; i++) { + for (i = CPUIDLE_DRIVER_STATE_START; i < CPUIDLE_STATE_MAX; i++) { drv->states[i].name[0] = '\0'; drv->states[i].desc[0] = '\0'; } @@ -1071,9 +1071,9 @@ if (pr->id == 0 && cpuidle_get_driver() == &acpi_idle_driver) { - cpuidle_pause_and_lock(); /* Protect against cpu-hotplug */ get_online_cpus(); + cpuidle_pause_and_lock(); /* Disable all cpuidle devices */ for_each_online_cpu(cpu) { @@ -1100,8 +1100,8 @@ cpuidle_enable_device(dev); } } - put_online_cpus(); cpuidle_resume_and_unlock(); + put_online_cpus(); } return 0; --- linux-lts-utopic-3.16.0.orig/drivers/acpi/scan.c +++ linux-lts-utopic-3.16.0/drivers/acpi/scan.c @@ -128,7 +128,7 @@ list_for_each_entry(id, &acpi_dev->pnp.ids, list) { count = snprintf(&modalias[len], size, "%s:", id->id); if (count < 0) - return EINVAL; + return -EINVAL; if (count >= size) return -ENOMEM; len += count; @@ -214,7 +214,11 @@ struct acpi_device_physical_node *pn; bool offline = true; - mutex_lock(&adev->physical_node_lock); + /* + * acpi_container_offline() calls this for all of the container's + * children under the container's physical_node_lock lock. + */ + mutex_lock_nested(&adev->physical_node_lock, SINGLE_DEPTH_NESTING); list_for_each_entry(pn, &adev->physical_node_list, node) if (device_supports_offline(pn->dev) && !pn->dev->offline) { @@ -351,7 +355,8 @@ unsigned long long sta; acpi_status status; - if (device->handler->hotplug.demand_offline && !acpi_force_hot_remove) { + if (device->handler && device->handler->hotplug.demand_offline + && !acpi_force_hot_remove) { if (!acpi_scan_is_offline(device, true)) return -EBUSY; } else { @@ -664,8 +669,14 @@ acpi_device_sun_show(struct device *dev, struct device_attribute *attr, char *buf) { struct acpi_device *acpi_dev = to_acpi_device(dev); + acpi_status status; + unsigned long long sun; + + status = acpi_evaluate_integer(acpi_dev->handle, "_SUN", NULL, &sun); + if (ACPI_FAILURE(status)) + return -ENODEV; - return sprintf(buf, "%lu\n", acpi_dev->pnp.sun); + return sprintf(buf, "%llu\n", sun); } static DEVICE_ATTR(sun, 0444, acpi_device_sun_show, NULL); @@ -687,7 +698,6 @@ { struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; acpi_status status; - unsigned long long sun; int result = 0; /* @@ -728,14 +738,10 @@ if (dev->pnp.unique_id) result = device_create_file(&dev->dev, &dev_attr_uid); - status = acpi_evaluate_integer(dev->handle, "_SUN", NULL, &sun); - if (ACPI_SUCCESS(status)) { - dev->pnp.sun = (unsigned long)sun; + if (acpi_has_method(dev->handle, "_SUN")) { result = device_create_file(&dev->dev, &dev_attr_sun); if (result) goto end; - } else { - dev->pnp.sun = (unsigned long)-1; } if (acpi_has_method(dev->handle, "_STA")) { @@ -867,7 +873,7 @@ if (device->wakeup.flags.valid) acpi_power_resources_list_free(&device->wakeup.resources); - if (!device->flags.power_manageable) + if (!device->power.flags.power_resources) return; for (i = ACPI_STATE_D0; i <= ACPI_STATE_D3_HOT; i++) { @@ -919,12 +925,17 @@ device->driver->ops.notify(device, event); } -static acpi_status acpi_device_notify_fixed(void *data) +static void acpi_device_notify_fixed(void *data) { struct acpi_device *device = data; /* Fixed hardware devices have no handles */ acpi_device_notify(NULL, ACPI_FIXED_HARDWARE_EVENT, device); +} + +static acpi_status acpi_device_fixed_event(void *data) +{ + acpi_os_execute(OSL_NOTIFY_HANDLER, acpi_device_notify_fixed, data); return AE_OK; } @@ -935,12 +946,12 @@ if (device->device_type == ACPI_BUS_TYPE_POWER_BUTTON) status = acpi_install_fixed_event_handler(ACPI_EVENT_POWER_BUTTON, - acpi_device_notify_fixed, + acpi_device_fixed_event, device); else if (device->device_type == ACPI_BUS_TYPE_SLEEP_BUTTON) status = acpi_install_fixed_event_handler(ACPI_EVENT_SLEEP_BUTTON, - acpi_device_notify_fixed, + acpi_device_fixed_event, device); else status = acpi_install_notify_handler(device->handle, @@ -957,10 +968,10 @@ { if (device->device_type == ACPI_BUS_TYPE_POWER_BUTTON) acpi_remove_fixed_event_handler(ACPI_EVENT_POWER_BUTTON, - acpi_device_notify_fixed); + acpi_device_fixed_event); else if (device->device_type == ACPI_BUS_TYPE_SLEEP_BUTTON) acpi_remove_fixed_event_handler(ACPI_EVENT_SLEEP_BUTTON, - acpi_device_notify_fixed); + acpi_device_fixed_event); else acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, acpi_device_notify); @@ -972,7 +983,7 @@ struct acpi_driver *acpi_drv = to_acpi_driver(dev->driver); int ret; - if (acpi_dev->handler) + if (acpi_dev->handler && !acpi_is_pnp_device(acpi_dev)) return -EINVAL; if (!acpi_drv->ops.add) @@ -1421,14 +1432,13 @@ wakeup->sleep_state = sleep_state; } } - acpi_setup_gpe_for_wake(handle, wakeup->gpe_device, wakeup->gpe_number); out: kfree(buffer.pointer); return err; } -static void acpi_bus_set_run_wake_flags(struct acpi_device *device) +static void acpi_wakeup_gpe_init(struct acpi_device *device) { struct acpi_device_id button_device_ids[] = { {"PNP0C0C", 0}, @@ -1436,29 +1446,33 @@ {"PNP0C0E", 0}, {"", 0}, }; + struct acpi_device_wakeup *wakeup = &device->wakeup; acpi_status status; acpi_event_status event_status; - device->wakeup.flags.notifier_present = 0; + wakeup->flags.notifier_present = 0; /* Power button, Lid switch always enable wakeup */ if (!acpi_match_device_ids(device, button_device_ids)) { - device->wakeup.flags.run_wake = 1; + wakeup->flags.run_wake = 1; if (!acpi_match_device_ids(device, &button_device_ids[1])) { /* Do not use Lid/sleep button for S5 wakeup */ - if (device->wakeup.sleep_state == ACPI_STATE_S5) - device->wakeup.sleep_state = ACPI_STATE_S4; + if (wakeup->sleep_state == ACPI_STATE_S5) + wakeup->sleep_state = ACPI_STATE_S4; } + acpi_mark_gpe_for_wake(wakeup->gpe_device, wakeup->gpe_number); device_set_wakeup_capable(&device->dev, true); return; } - status = acpi_get_gpe_status(device->wakeup.gpe_device, - device->wakeup.gpe_number, - &event_status); - if (status == AE_OK) - device->wakeup.flags.run_wake = - !!(event_status & ACPI_EVENT_FLAG_HANDLE); + acpi_setup_gpe_for_wake(device->handle, wakeup->gpe_device, + wakeup->gpe_number); + status = acpi_get_gpe_status(wakeup->gpe_device, wakeup->gpe_number, + &event_status); + if (ACPI_FAILURE(status)) + return; + + wakeup->flags.run_wake = !!(event_status & ACPI_EVENT_FLAG_HANDLE); } static void acpi_bus_get_wakeup_device_flags(struct acpi_device *device) @@ -1478,7 +1492,7 @@ device->wakeup.flags.valid = 1; device->wakeup.prepare_count = 0; - acpi_bus_set_run_wake_flags(device); + acpi_wakeup_gpe_init(device); /* Call _PSW/_DSW object to disable its ability to wake the sleeping * system for the ACPI device with the _PRW object. * The _PSW object is depreciated in ACPI 3.0 and is replaced by _DSW. @@ -1581,10 +1595,8 @@ device->power.flags.power_resources) device->power.states[ACPI_STATE_D3_COLD].flags.os_accessible = 1; - if (acpi_bus_init_power(device)) { - acpi_free_power_resources_lists(device); + if (acpi_bus_init_power(device)) device->flags.power_manageable = 0; - } } static void acpi_bus_get_flags(struct acpi_device *device) @@ -2152,13 +2164,18 @@ /* Skip devices that are not present. */ if (!acpi_device_is_present(device)) { device->flags.visited = false; + device->flags.power_manageable = 0; return; } if (device->handler) goto ok; if (!device->flags.initialized) { - acpi_bus_update_power(device, NULL); + device->flags.power_manageable = + device->power.states[ACPI_STATE_D0].flags.valid; + if (acpi_bus_init_power(device)) + device->flags.power_manageable = 0; + device->flags.initialized = true; } device->flags.visited = false; @@ -2177,6 +2194,9 @@ ok: list_for_each_entry(child, &device->children, node) acpi_bus_attach(child); + + if (device->handler && device->handler->hotplug.notify_online) + device->handler->hotplug.notify_online(device); } /** --- linux-lts-utopic-3.16.0.orig/drivers/acpi/video.c +++ linux-lts-utopic-3.16.0/drivers/acpi/video.c @@ -82,9 +82,9 @@ * For Windows 8 systems: used to decide if video module * should skip registering backlight interface of its own. */ -static int use_native_backlight_param = 1; +static int use_native_backlight_param = -1; module_param_named(use_native_backlight, use_native_backlight_param, int, 0444); -static bool use_native_backlight_dmi = false; +static bool use_native_backlight_dmi = true; static int register_count; static struct mutex video_list_lock; @@ -415,6 +415,12 @@ return 0; } +static int __init video_disable_native_backlight(const struct dmi_system_id *d) +{ + use_native_backlight_dmi = false; + return 0; +} + static struct dmi_system_id video_dmi_table[] __initdata = { /* * Broken _BQC workaround http://bugzilla.kernel.org/show_bug.cgi?id=13121 @@ -645,6 +651,100 @@ DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook 8780w"), }, }, + + /* + * These models have a working acpi_video backlight control, and using + * native backlight causes a regression where backlight does not work + * when userspace is not handling brightness key events. Disable + * native_backlight on these to fix this: + * https://bugzilla.kernel.org/show_bug.cgi?id=81691 + */ + { + .callback = video_disable_native_backlight, + .ident = "ThinkPad T420", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T420"), + }, + }, + { + .callback = video_disable_native_backlight, + .ident = "ThinkPad T520", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T520"), + }, + }, + { + .callback = video_disable_native_backlight, + .ident = "ThinkPad X201s", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201s"), + }, + }, + + /* The native backlight controls do not work on some older machines */ + { + /* https://bugs.freedesktop.org/show_bug.cgi?id=81515 */ + .callback = video_disable_native_backlight, + .ident = "HP ENVY 15 Notebook", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), + DMI_MATCH(DMI_PRODUCT_NAME, "HP ENVY 15 Notebook PC"), + }, + }, + { + .callback = video_disable_native_backlight, + .ident = "SAMSUNG 870Z5E/880Z5E/680Z5E", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), + DMI_MATCH(DMI_PRODUCT_NAME, "870Z5E/880Z5E/680Z5E"), + }, + }, + { + .callback = video_disable_native_backlight, + .ident = "SAMSUNG 370R4E/370R4V/370R5E/3570RE/370R5V", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), + DMI_MATCH(DMI_PRODUCT_NAME, "370R4E/370R4V/370R5E/3570RE/370R5V"), + }, + }, + { + /* https://bugzilla.redhat.com/show_bug.cgi?id=1186097 */ + .callback = video_disable_native_backlight, + .ident = "SAMSUNG 3570R/370R/470R/450R/510R/4450RV", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), + DMI_MATCH(DMI_PRODUCT_NAME, "3570R/370R/470R/450R/510R/4450RV"), + }, + }, + { + /* https://bugzilla.redhat.com/show_bug.cgi?id=1094948 */ + .callback = video_disable_native_backlight, + .ident = "SAMSUNG 730U3E/740U3E", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), + DMI_MATCH(DMI_PRODUCT_NAME, "730U3E/740U3E"), + }, + }, + { + /* https://bugzilla.redhat.com/show_bug.cgi?id=1163574 */ + .callback = video_disable_native_backlight, + .ident = "Dell XPS15 L521X", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "XPS L521X"), + }, + }, + { + .callback = video_set_use_native_backlight, + .ident = "HP ProBook 6570b", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), + DMI_MATCH(DMI_PRODUCT_NAME, "HP ProBook 6570b"), + }, + }, {} }; @@ -2207,6 +2307,17 @@ static int __init acpi_video_init(void) { + /* + * Let the module load even if ACPI is disabled (e.g. due to + * a broken BIOS) so that i915.ko can still be loaded on such + * old systems without an AcpiOpRegion. + * + * acpi_video_register() will report -ENODEV later as well due + * to acpi_disabled when i915.ko tries to register itself afterwards. + */ + if (acpi_disabled) + return 0; + dmi_check_system(video_dmi_table); if (intel_opregion_present()) --- linux-lts-utopic-3.16.0.orig/drivers/ata/ahci.c +++ linux-lts-utopic-3.16.0/drivers/ata/ahci.c @@ -60,11 +60,13 @@ /* board IDs by feature in alphabetical order */ board_ahci, board_ahci_ign_iferr, + board_ahci_nomsi, board_ahci_noncq, board_ahci_nosntf, board_ahci_yes_fbs, /* board IDs for specific chipsets in alphabetical order */ + board_ahci_avn, board_ahci_mcp65, board_ahci_mcp77, board_ahci_mcp89, @@ -83,6 +85,8 @@ static int ahci_init_one(struct pci_dev *pdev, const struct pci_device_id *ent); static int ahci_vt8251_hardreset(struct ata_link *link, unsigned int *class, unsigned long deadline); +static int ahci_avn_hardreset(struct ata_link *link, unsigned int *class, + unsigned long deadline); static void ahci_mcp89_apple_enable(struct pci_dev *pdev); static bool is_mcp89_apple(struct pci_dev *pdev); static int ahci_p5wdh_hardreset(struct ata_link *link, unsigned int *class, @@ -106,6 +110,11 @@ .hardreset = ahci_p5wdh_hardreset, }; +static struct ata_port_operations ahci_avn_ops = { + .inherits = &ahci_ops, + .hardreset = ahci_avn_hardreset, +}; + static const struct ata_port_info ahci_port_info[] = { /* by features */ [board_ahci] = { @@ -121,6 +130,13 @@ .udma_mask = ATA_UDMA6, .port_ops = &ahci_ops, }, + [board_ahci_nomsi] = { + AHCI_HFLAGS (AHCI_HFLAG_NO_MSI), + .flags = AHCI_FLAG_COMMON, + .pio_mask = ATA_PIO4, + .udma_mask = ATA_UDMA6, + .port_ops = &ahci_ops, + }, [board_ahci_noncq] = { AHCI_HFLAGS (AHCI_HFLAG_NO_NCQ), .flags = AHCI_FLAG_COMMON, @@ -143,6 +159,12 @@ .port_ops = &ahci_ops, }, /* by chipsets */ + [board_ahci_avn] = { + .flags = AHCI_FLAG_COMMON, + .pio_mask = ATA_PIO4, + .udma_mask = ATA_UDMA6, + .port_ops = &ahci_avn_ops, + }, [board_ahci_mcp65] = { AHCI_HFLAGS (AHCI_HFLAG_NO_FPDMA_AA | AHCI_HFLAG_NO_PMP | AHCI_HFLAG_YES_NCQ), @@ -240,6 +262,26 @@ { PCI_VDEVICE(INTEL, 0x3b2b), board_ahci }, /* PCH RAID */ { PCI_VDEVICE(INTEL, 0x3b2c), board_ahci }, /* PCH RAID */ { PCI_VDEVICE(INTEL, 0x3b2f), board_ahci }, /* PCH AHCI */ + { PCI_VDEVICE(INTEL, 0x19b0), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19b1), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19b2), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19b3), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19b4), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19b5), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19b6), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19b7), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19bE), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19bF), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19c0), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19c1), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19c2), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19c3), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19c4), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19c5), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19c6), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19c7), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19cE), board_ahci }, /* DNV AHCI */ + { PCI_VDEVICE(INTEL, 0x19cF), board_ahci }, /* DNV AHCI */ { PCI_VDEVICE(INTEL, 0x1c02), board_ahci }, /* CPT AHCI */ { PCI_VDEVICE(INTEL, 0x1c03), board_ahci }, /* CPT AHCI */ { PCI_VDEVICE(INTEL, 0x1c04), board_ahci }, /* CPT RAID */ @@ -282,14 +324,14 @@ { PCI_VDEVICE(INTEL, 0x1f27), board_ahci }, /* Avoton RAID */ { PCI_VDEVICE(INTEL, 0x1f2e), board_ahci }, /* Avoton RAID */ { PCI_VDEVICE(INTEL, 0x1f2f), board_ahci }, /* Avoton RAID */ - { PCI_VDEVICE(INTEL, 0x1f32), board_ahci }, /* Avoton AHCI */ - { PCI_VDEVICE(INTEL, 0x1f33), board_ahci }, /* Avoton AHCI */ - { PCI_VDEVICE(INTEL, 0x1f34), board_ahci }, /* Avoton RAID */ - { PCI_VDEVICE(INTEL, 0x1f35), board_ahci }, /* Avoton RAID */ - { PCI_VDEVICE(INTEL, 0x1f36), board_ahci }, /* Avoton RAID */ - { PCI_VDEVICE(INTEL, 0x1f37), board_ahci }, /* Avoton RAID */ - { PCI_VDEVICE(INTEL, 0x1f3e), board_ahci }, /* Avoton RAID */ - { PCI_VDEVICE(INTEL, 0x1f3f), board_ahci }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f32), board_ahci_avn }, /* Avoton AHCI */ + { PCI_VDEVICE(INTEL, 0x1f33), board_ahci_avn }, /* Avoton AHCI */ + { PCI_VDEVICE(INTEL, 0x1f34), board_ahci_avn }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f35), board_ahci_avn }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f36), board_ahci_avn }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f37), board_ahci_avn }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f3e), board_ahci_avn }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f3f), board_ahci_avn }, /* Avoton RAID */ { PCI_VDEVICE(INTEL, 0x2823), board_ahci }, /* Wellsburg RAID */ { PCI_VDEVICE(INTEL, 0x2827), board_ahci }, /* Wellsburg RAID */ { PCI_VDEVICE(INTEL, 0x8d02), board_ahci }, /* Wellsburg AHCI */ @@ -305,6 +347,22 @@ { PCI_VDEVICE(INTEL, 0x9c85), board_ahci }, /* Wildcat Point-LP RAID */ { PCI_VDEVICE(INTEL, 0x9c87), board_ahci }, /* Wildcat Point-LP RAID */ { PCI_VDEVICE(INTEL, 0x9c8f), board_ahci }, /* Wildcat Point-LP RAID */ + { PCI_VDEVICE(INTEL, 0x8c82), board_ahci }, /* 9 Series AHCI */ + { PCI_VDEVICE(INTEL, 0x8c83), board_ahci }, /* 9 Series AHCI */ + { PCI_VDEVICE(INTEL, 0x8c84), board_ahci }, /* 9 Series RAID */ + { PCI_VDEVICE(INTEL, 0x8c85), board_ahci }, /* 9 Series RAID */ + { PCI_VDEVICE(INTEL, 0x8c86), board_ahci }, /* 9 Series RAID */ + { PCI_VDEVICE(INTEL, 0x8c87), board_ahci }, /* 9 Series RAID */ + { PCI_VDEVICE(INTEL, 0x8c8e), board_ahci }, /* 9 Series RAID */ + { PCI_VDEVICE(INTEL, 0x8c8f), board_ahci }, /* 9 Series RAID */ + { PCI_VDEVICE(INTEL, 0x9d03), board_ahci }, /* Sunrise Point-LP AHCI */ + { PCI_VDEVICE(INTEL, 0x9d05), board_ahci }, /* Sunrise Point-LP RAID */ + { PCI_VDEVICE(INTEL, 0x9d07), board_ahci }, /* Sunrise Point-LP RAID */ + { PCI_VDEVICE(INTEL, 0xa103), board_ahci }, /* Sunrise Point-H AHCI */ + { PCI_VDEVICE(INTEL, 0xa103), board_ahci }, /* Sunrise Point-H RAID */ + { PCI_VDEVICE(INTEL, 0xa105), board_ahci }, /* Sunrise Point-H RAID */ + { PCI_VDEVICE(INTEL, 0xa107), board_ahci }, /* Sunrise Point-H RAID */ + { PCI_VDEVICE(INTEL, 0xa10f), board_ahci }, /* Sunrise Point-H RAID */ /* JMicron 360/1/3/5/6, match class to avoid IDE function */ { PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, @@ -442,6 +500,8 @@ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x917a), .driver_data = board_ahci_yes_fbs }, /* 88se9172 */ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9172), + .driver_data = board_ahci_yes_fbs }, /* 88se9182 */ + { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9182), .driver_data = board_ahci_yes_fbs }, /* 88se9172 */ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9192), .driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */ @@ -465,10 +525,11 @@ { PCI_VDEVICE(ASMEDIA, 0x0612), board_ahci }, /* ASM1062 */ /* - * Samsung SSDs found on some macbooks. NCQ times out. - * https://bugzilla.kernel.org/show_bug.cgi?id=60731 + * Samsung SSDs found on some macbooks. NCQ times out if MSI is + * enabled. https://bugzilla.kernel.org/show_bug.cgi?id=60731 */ - { PCI_VDEVICE(SAMSUNG, 0x1600), board_ahci_noncq }, + { PCI_VDEVICE(SAMSUNG, 0x1600), board_ahci_nomsi }, + { PCI_VDEVICE(SAMSUNG, 0xa800), board_ahci_nomsi }, /* Enmotus */ { PCI_DEVICE(0x1c44, 0x8000), board_ahci }, @@ -648,6 +709,79 @@ return rc; } +/* + * ahci_avn_hardreset - attempt more aggressive recovery of Avoton ports. + * + * It has been observed with some SSDs that the timing of events in the + * link synchronization phase can leave the port in a state that can not + * be recovered by a SATA-hard-reset alone. The failing signature is + * SStatus.DET stuck at 1 ("Device presence detected but Phy + * communication not established"). It was found that unloading and + * reloading the driver when this problem occurs allows the drive + * connection to be recovered (DET advanced to 0x3). The critical + * component of reloading the driver is that the port state machines are + * reset by bouncing "port enable" in the AHCI PCS configuration + * register. So, reproduce that effect by bouncing a port whenever we + * see DET==1 after a reset. + */ +static int ahci_avn_hardreset(struct ata_link *link, unsigned int *class, + unsigned long deadline) +{ + const unsigned long *timing = sata_ehc_deb_timing(&link->eh_context); + struct ata_port *ap = link->ap; + struct ahci_port_priv *pp = ap->private_data; + struct ahci_host_priv *hpriv = ap->host->private_data; + u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; + unsigned long tmo = deadline - jiffies; + struct ata_taskfile tf; + bool online; + int rc, i; + + DPRINTK("ENTER\n"); + + ahci_stop_engine(ap); + + for (i = 0; i < 2; i++) { + u16 val; + u32 sstatus; + int port = ap->port_no; + struct ata_host *host = ap->host; + struct pci_dev *pdev = to_pci_dev(host->dev); + + /* clear D2H reception area to properly wait for D2H FIS */ + ata_tf_init(link->device, &tf); + tf.command = ATA_BUSY; + ata_tf_to_fis(&tf, 0, 0, d2h_fis); + + rc = sata_link_hardreset(link, timing, deadline, &online, + ahci_check_ready); + + if (sata_scr_read(link, SCR_STATUS, &sstatus) != 0 || + (sstatus & 0xf) != 1) + break; + + ata_link_printk(link, KERN_INFO, "avn bounce port%d\n", + port); + + pci_read_config_word(pdev, 0x92, &val); + val &= ~(1 << port); + pci_write_config_word(pdev, 0x92, val); + ata_msleep(ap, 1000); + val |= 1 << port; + pci_write_config_word(pdev, 0x92, val); + deadline += tmo; + } + + hpriv->start_engine(ap); + + if (online) + *class = ahci_dev_classify(ap); + + DPRINTK("EXIT, rc=%d, class=%u\n", rc, *class); + return rc; +} + + #ifdef CONFIG_PM static int ahci_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) { --- linux-lts-utopic-3.16.0.orig/drivers/ata/ahci_mvebu.c +++ linux-lts-utopic-3.16.0/drivers/ata/ahci_mvebu.c @@ -43,7 +43,7 @@ writel((cs->mbus_attr << 8) | (dram->mbus_dram_target_id << 4) | 1, hpriv->mmio + AHCI_WINDOW_CTRL(i)); - writel(cs->base, hpriv->mmio + AHCI_WINDOW_BASE(i)); + writel(cs->base >> 16, hpriv->mmio + AHCI_WINDOW_BASE(i)); writel(((cs->size - 1) & 0xffff0000), hpriv->mmio + AHCI_WINDOW_SIZE(i)); } --- linux-lts-utopic-3.16.0.orig/drivers/ata/ahci_xgene.c +++ linux-lts-utopic-3.16.0/drivers/ata/ahci_xgene.c @@ -67,6 +67,9 @@ #define PORTAXICFG 0x000000bc #define PORTAXICFG_OUTTRANS_SET(dst, src) \ (((dst) & ~0x00f00000) | (((u32)(src) << 0x14) & 0x00f00000)) +#define PORTRANSCFG 0x000000c8 +#define PORTRANSCFG_RXWM_SET(dst, src) \ + (((dst) & ~0x0000007f) | (((u32)(src)) & 0x0000007f)) /* SATA host controller AXI CSR */ #define INT_SLV_TMOMASK 0x00000010 @@ -75,6 +78,9 @@ #define CFG_MEM_RAM_SHUTDOWN 0x00000070 #define BLOCK_MEM_RDY 0x00000074 +/* Max retry for link down */ +#define MAX_LINK_DOWN_RETRY 3 + struct xgene_ahci_context { struct ahci_host_priv *hpriv; struct device *dev; @@ -142,6 +148,14 @@ return rc; } +static bool xgene_ahci_is_memram_inited(struct xgene_ahci_context *ctx) +{ + void __iomem *diagcsr = ctx->csr_diag; + + return (readl(diagcsr + CFG_MEM_RAM_SHUTDOWN) == 0 && + readl(diagcsr + BLOCK_MEM_RDY) == 0xFFFFFFFF); +} + /** * xgene_ahci_read_id - Read ID data from the specified device * @dev: device @@ -174,7 +188,7 @@ * * Clear reserved bit 8 (DEVSLP bit) as we don't support DEVSLP */ - id[ATA_ID_FEATURE_SUPP] &= ~(1 << 8); + id[ATA_ID_FEATURE_SUPP] &= cpu_to_le16(~(1 << 8)); return 0; } @@ -193,11 +207,11 @@ /* Disable fix rate */ writel(0x0001fffe, mmio + PORTPHY1CFG); readl(mmio + PORTPHY1CFG); /* Force a barrier */ - writel(0x5018461c, mmio + PORTPHY2CFG); + writel(0x28183219, mmio + PORTPHY2CFG); readl(mmio + PORTPHY2CFG); /* Force a barrier */ - writel(0x1c081907, mmio + PORTPHY3CFG); + writel(0x13081008, mmio + PORTPHY3CFG); readl(mmio + PORTPHY3CFG); /* Force a barrier */ - writel(0x1c080815, mmio + PORTPHY4CFG); + writel(0x00480815, mmio + PORTPHY4CFG); readl(mmio + PORTPHY4CFG); /* Force a barrier */ /* Set window negotiation */ val = readl(mmio + PORTPHY5CFG); @@ -209,6 +223,10 @@ val = PORTAXICFG_OUTTRANS_SET(val, 0xe); /* Set outstanding */ writel(val, mmio + PORTAXICFG); readl(mmio + PORTAXICFG); /* Force a barrier */ + /* Set the watermark threshold of the receive FIFO */ + val = readl(mmio + PORTRANSCFG); + val = PORTRANSCFG_RXWM_SET(val, 0x30); + writel(val, mmio + PORTRANSCFG); } /** @@ -222,8 +240,11 @@ * and Gen1 (1.5Gbps). Otherwise during long IO stress test, the PHY will * report disparity error and etc. In addition, during COMRESET, there can * be error reported in the register PORT_SCR_ERR. For SERR_DISPARITY and - * SERR_10B_8B_ERR, the PHY receiver line must be reseted. The following - * algorithm is followed to proper configure the hardware PHY during COMRESET: + * SERR_10B_8B_ERR, the PHY receiver line must be reseted. Also during long + * reboot cycle regression, sometimes the PHY reports link down even if the + * device is present because of speed negotiation failure. so need to retry + * the COMRESET to get the link up. The following algorithm is followed to + * proper configure the hardware PHY during COMRESET: * * Alg Part 1: * 1. Start the PHY at Gen3 speed (default setting) @@ -239,9 +260,15 @@ * Alg Part 2: * 1. On link up, if there are any SERR_DISPARITY and SERR_10B_8B_ERR error * reported in the register PORT_SCR_ERR, then reset the PHY receiver line - * 2. Go to Alg Part 3 + * 2. Go to Alg Part 4 * * Alg Part 3: + * 1. Check the PORT_SCR_STAT to see whether device presence detected but PHY + * communication establishment failed and maximum link down attempts are + * less than Max attempts 3 then goto Alg Part 1. + * 2. Go to Alg Part 4. + * + * Alg Part 4: * 1. Clear any pending from register PORT_SCR_ERR. * * NOTE: For the initial version, we will NOT support Gen1/Gen2. In addition @@ -260,19 +287,27 @@ u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; void __iomem *port_mmio = ahci_port_base(ap); struct ata_taskfile tf; + int link_down_retry = 0; int rc; - u32 val; + u32 val, sstatus; - /* clear D2H reception area to properly wait for D2H FIS */ - ata_tf_init(link->device, &tf); - tf.command = ATA_BUSY; - ata_tf_to_fis(&tf, 0, 0, d2h_fis); - rc = sata_link_hardreset(link, timing, deadline, online, + do { + /* clear D2H reception area to properly wait for D2H FIS */ + ata_tf_init(link->device, &tf); + tf.command = ATA_BUSY; + ata_tf_to_fis(&tf, 0, 0, d2h_fis); + rc = sata_link_hardreset(link, timing, deadline, online, ahci_check_ready); - - val = readl(port_mmio + PORT_SCR_ERR); - if (val & (SERR_DISPARITY | SERR_10B_8B_ERR)) - dev_warn(ctx->dev, "link has error\n"); + if (*online) { + val = readl(port_mmio + PORT_SCR_ERR); + if (val & (SERR_DISPARITY | SERR_10B_8B_ERR)) + dev_warn(ctx->dev, "link has error\n"); + break; + } + + sata_scr_read(link, SCR_STATUS, &sstatus); + } while (link_down_retry++ < MAX_LINK_DOWN_RETRY && + (sstatus & 0xff) == 0x1); /* clear all errors if any pending */ val = readl(port_mmio + PORT_SCR_ERR); @@ -337,7 +372,7 @@ }; static const struct ata_port_info xgene_ahci_port_info = { - .flags = AHCI_FLAG_COMMON | ATA_FLAG_NCQ, + .flags = AHCI_FLAG_COMMON, .pio_mask = ATA_PIO4, .udma_mask = ATA_UDMA6, .port_ops = &xgene_ahci_ops, @@ -461,6 +496,11 @@ return -ENODEV; } + if (xgene_ahci_is_memram_inited(ctx)) { + dev_info(dev, "skip clock and PHY initialization\n"); + goto skip_clk_phy; + } + /* Due to errata, HW requires full toggle transition */ rc = ahci_platform_enable_clks(hpriv); if (rc) @@ -474,6 +514,8 @@ /* Configure the host controller */ xgene_ahci_hw_init(hpriv); +skip_clk_phy: + /* * Setup DMA mask. This is preliminary until the DMA range is sorted * out. @@ -484,7 +526,7 @@ goto disable_resources; } - hflags = AHCI_HFLAG_NO_PMP | AHCI_HFLAG_YES_NCQ; + hflags = AHCI_HFLAG_NO_PMP | AHCI_HFLAG_NO_NCQ; rc = ahci_platform_init_host(pdev, hpriv, &xgene_ahci_port_info, hflags, 0, 0); --- linux-lts-utopic-3.16.0.orig/drivers/ata/ata_piix.c +++ linux-lts-utopic-3.16.0/drivers/ata/ata_piix.c @@ -340,6 +340,14 @@ { 0x8086, 0x0F21, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_byt }, /* SATA Controller IDE (Coleto Creek) */ { 0x8086, 0x23a6, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata }, + /* SATA Controller IDE (9 Series) */ + { 0x8086, 0x8c88, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_snb }, + /* SATA Controller IDE (9 Series) */ + { 0x8086, 0x8c89, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_snb }, + /* SATA Controller IDE (9 Series) */ + { 0x8086, 0x8c80, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_snb }, + /* SATA Controller IDE (9 Series) */ + { 0x8086, 0x8c81, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_snb }, { } /* terminate list */ }; --- linux-lts-utopic-3.16.0.orig/drivers/ata/libahci.c +++ linux-lts-utopic-3.16.0/drivers/ata/libahci.c @@ -500,8 +500,8 @@ } } - /* fabricate port_map from cap.nr_ports */ - if (!port_map) { + /* fabricate port_map from cap.nr_ports for < AHCI 1.3 */ + if (!port_map && vers < 0x10300) { port_map = (1 << ahci_nr_ports(cap)) - 1; dev_warn(dev, "forcing PORTS_IMPL to 0x%x\n", port_map); @@ -1271,6 +1271,15 @@ ata_tf_to_fis(tf, pmp, is_cmd, fis); ahci_fill_cmd_slot(pp, 0, cmd_fis_len | flags | (pmp << 12)); + /* set port value for softreset of Port Multiplier */ + if (pp->fbs_enabled && pp->fbs_last_dev != pmp) { + tmp = readl(port_mmio + PORT_FBS); + tmp &= ~(PORT_FBS_DEV_MASK | PORT_FBS_DEC); + tmp |= pmp << PORT_FBS_DEV_OFFSET; + writel(tmp, port_mmio + PORT_FBS); + pp->fbs_last_dev = pmp; + } + /* issue & wait */ writel(1, port_mmio + PORT_CMD_ISSUE); @@ -1712,8 +1721,7 @@ if (unlikely(resetting)) status &= ~PORT_IRQ_BAD_PMP; - /* if LPM is enabled, PHYRDY doesn't mean anything */ - if (ap->link.lpm_policy > ATA_LPM_MAX_POWER) { + if (sata_lpm_ignore_phy_events(&ap->link)) { status &= ~PORT_IRQ_PHYRDY; ahci_scr_write(&ap->link, SCR_ERROR, SERR_PHYRDY_CHG); } --- linux-lts-utopic-3.16.0.orig/drivers/ata/libata-core.c +++ linux-lts-utopic-3.16.0/drivers/ata/libata-core.c @@ -4173,9 +4173,10 @@ { "ST3320[68]13AS", "SD1[5-9]", ATA_HORKAGE_NONCQ | ATA_HORKAGE_FIRMWARE_WARN }, - /* Seagate Momentus SpinPoint M8 seem to have FPMDA_AA issues */ + /* drives which fail FPDMA_AA activation (some may freeze afterwards) */ { "ST1000LM024 HN-M101MBB", "2AR10001", ATA_HORKAGE_BROKEN_FPDMA_AA }, { "ST1000LM024 HN-M101MBB", "2BA30001", ATA_HORKAGE_BROKEN_FPDMA_AA }, + { "VB0250EAVER", "HPG7", ATA_HORKAGE_BROKEN_FPDMA_AA }, /* Blacklist entries taken from Silicon Image 3124/3132 Windows driver .inf file - also several Linux problem reports */ @@ -4224,10 +4225,16 @@ { "PIONEER DVD-RW DVR-216D", NULL, ATA_HORKAGE_NOSETXFER }, /* devices that don't properly handle queued TRIM commands */ - { "Micron_M500*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, }, - { "Crucial_CT???M500SSD*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, }, - { "Micron_M550*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, }, - { "Crucial_CT???M550SSD*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, }, + { "Micron_M500_*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, }, + { "Crucial_CT*M500*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, }, + { "Micron_M5[15]0_*", "MU01", ATA_HORKAGE_NO_NCQ_TRIM, }, + { "Crucial_CT*M550*", "MU01", ATA_HORKAGE_NO_NCQ_TRIM, }, + { "Crucial_CT*MX100*", "MU01", ATA_HORKAGE_NO_NCQ_TRIM, }, + { "Samsung SSD 8*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, }, + { "FCCT*M500*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, }, + + /* devices that don't properly handle TRIM commands */ + { "SuperSSpeed S238*", NULL, ATA_HORKAGE_NOTRIM, }, /* * Some WD SATA-I drives spin up and down erratically when the link @@ -4533,7 +4540,8 @@ else /* In the ancient relic department - skip all of this */ return 0; - err_mask = ata_exec_internal(dev, &tf, NULL, DMA_NONE, NULL, 0, 0); + /* On some disks, this command causes spin-up, so we need longer timeout */ + err_mask = ata_exec_internal(dev, &tf, NULL, DMA_NONE, NULL, 0, 15000); DPRINTK("EXIT, err_mask=%x\n", err_mask); return err_mask; @@ -4806,7 +4814,10 @@ return NULL; for (i = 0, tag = ap->last_tag + 1; i < max_queue; i++, tag++) { - tag = tag < max_queue ? tag : 0; + if (ap->flags & ATA_FLAG_LOWTAG) + tag = i; + else + tag = tag < max_queue ? tag : 0; /* the last tag is reserved for internal command. */ if (tag == ATA_TAG_INTERNAL) @@ -6810,6 +6821,38 @@ return tmp; } +/** + * sata_lpm_ignore_phy_events - test if PHY event should be ignored + * @link: Link receiving the event + * + * Test whether the received PHY event has to be ignored or not. + * + * LOCKING: + * None: + * + * RETURNS: + * True if the event has to be ignored. + */ +bool sata_lpm_ignore_phy_events(struct ata_link *link) +{ + unsigned long lpm_timeout = link->last_lpm_change + + msecs_to_jiffies(ATA_TMOUT_SPURIOUS_PHY); + + /* if LPM is enabled, PHYRDY doesn't mean anything */ + if (link->lpm_policy > ATA_LPM_MAX_POWER) + return true; + + /* ignore the first PHY event after the LPM policy changed + * as it is might be spurious + */ + if ((link->flags & ATA_LFLAG_CHANGED) && + time_before(jiffies, lpm_timeout)) + return true; + + return false; +} +EXPORT_SYMBOL_GPL(sata_lpm_ignore_phy_events); + /* * Dummy port_ops */ --- linux-lts-utopic-3.16.0.orig/drivers/ata/libata-eh.c +++ linux-lts-utopic-3.16.0/drivers/ata/libata-eh.c @@ -3490,6 +3490,9 @@ } } + link->last_lpm_change = jiffies; + link->flags |= ATA_LFLAG_CHANGED; + return 0; fail: --- linux-lts-utopic-3.16.0.orig/drivers/ata/libata-pmp.c +++ linux-lts-utopic-3.16.0/drivers/ata/libata-pmp.c @@ -460,6 +460,13 @@ ATA_LFLAG_NO_SRST | ATA_LFLAG_ASSUME_ATA; } + } else if (vendor == 0x11ab && devid == 0x4140) { + /* Marvell 4140 quirks */ + ata_for_each_link(link, ap, EDGE) { + /* port 4 is for SEMB device and it doesn't like SRST */ + if (link->pmp == 4) + link->flags |= ATA_LFLAG_DISABLED; + } } } --- linux-lts-utopic-3.16.0.orig/drivers/ata/libata-scsi.c +++ linux-lts-utopic-3.16.0/drivers/ata/libata-scsi.c @@ -674,19 +674,18 @@ int ata_sas_scsi_ioctl(struct ata_port *ap, struct scsi_device *scsidev, int cmd, void __user *arg) { - int val = -EINVAL, rc = -EINVAL; + unsigned long val; + int rc = -EINVAL; unsigned long flags; switch (cmd) { - case ATA_IOC_GET_IO32: + case HDIO_GET_32BIT: spin_lock_irqsave(ap->lock, flags); val = ata_ioc32(ap); spin_unlock_irqrestore(ap->lock, flags); - if (copy_to_user(arg, &val, 1)) - return -EFAULT; - return 0; + return put_user(val, (unsigned long __user *)arg); - case ATA_IOC_SET_IO32: + case HDIO_SET_32BIT: val = (unsigned long) arg; rc = 0; spin_lock_irqsave(ap->lock, flags); @@ -2514,7 +2513,8 @@ rbuf[14] = (lowest_aligned >> 8) & 0x3f; rbuf[15] = lowest_aligned; - if (ata_id_has_trim(args->id)) { + if (ata_id_has_trim(args->id) && + !(dev->horkage & ATA_HORKAGE_NOTRIM)) { rbuf[14] |= 0x80; /* TPE */ if (ata_id_has_zero_after_trim(args->id)) --- linux-lts-utopic-3.16.0.orig/drivers/ata/libata-sff.c +++ linux-lts-utopic-3.16.0/drivers/ata/libata-sff.c @@ -997,12 +997,9 @@ static void ata_hsm_qc_complete(struct ata_queued_cmd *qc, int in_wq) { struct ata_port *ap = qc->ap; - unsigned long flags; if (ap->ops->error_handler) { if (in_wq) { - spin_lock_irqsave(ap->lock, flags); - /* EH might have kicked in while host lock is * released. */ @@ -1014,8 +1011,6 @@ } else ata_port_freeze(ap); } - - spin_unlock_irqrestore(ap->lock, flags); } else { if (likely(!(qc->err_mask & AC_ERR_HSM))) ata_qc_complete(qc); @@ -1024,10 +1019,8 @@ } } else { if (in_wq) { - spin_lock_irqsave(ap->lock, flags); ata_sff_irq_on(ap); ata_qc_complete(qc); - spin_unlock_irqrestore(ap->lock, flags); } else ata_qc_complete(qc); } @@ -1048,9 +1041,10 @@ { struct ata_link *link = qc->dev->link; struct ata_eh_info *ehi = &link->eh_info; - unsigned long flags = 0; int poll_next; + lockdep_assert_held(ap->lock); + WARN_ON_ONCE((qc->flags & ATA_QCFLAG_ACTIVE) == 0); /* Make sure ata_sff_qc_issue() does not throw things @@ -1112,14 +1106,6 @@ } } - /* Send the CDB (atapi) or the first data block (ata pio out). - * During the state transition, interrupt handler shouldn't - * be invoked before the data transfer is complete and - * hsm_task_state is changed. Hence, the following locking. - */ - if (in_wq) - spin_lock_irqsave(ap->lock, flags); - if (qc->tf.protocol == ATA_PROT_PIO) { /* PIO data out protocol. * send first data block. @@ -1135,9 +1121,6 @@ /* send CDB */ atapi_send_cdb(ap, qc); - if (in_wq) - spin_unlock_irqrestore(ap->lock, flags); - /* if polling, ata_sff_pio_task() handles the rest. * otherwise, interrupt handler takes over from here. */ @@ -1333,7 +1316,19 @@ DPRINTK("ENTER\n"); cancel_delayed_work_sync(&ap->sff_pio_task); + + /* + * We wanna reset the HSM state to IDLE. If we do so without + * grabbing the port lock, critical sections protected by it which + * expect the HSM state to stay stable may get surprised. For + * example, we may set IDLE in between the time + * __ata_sff_port_intr() checks for HSM_ST_IDLE and before it calls + * ata_sff_hsm_move() causing ata_sff_hsm_move() to BUG(). + */ + spin_lock_irq(ap->lock); ap->hsm_task_state = HSM_ST_IDLE; + spin_unlock_irq(ap->lock); + ap->sff_pio_task_link = NULL; if (ata_msg_ctl(ap)) @@ -1349,12 +1344,14 @@ u8 status; int poll_next; + spin_lock_irq(ap->lock); + BUG_ON(ap->sff_pio_task_link == NULL); /* qc can be NULL if timeout occurred */ qc = ata_qc_from_tag(ap, link->active_tag); if (!qc) { ap->sff_pio_task_link = NULL; - return; + goto out_unlock; } fsm_start: @@ -1369,11 +1366,14 @@ */ status = ata_sff_busy_wait(ap, ATA_BUSY, 5); if (status & ATA_BUSY) { + spin_unlock_irq(ap->lock); ata_msleep(ap, 2); + spin_lock_irq(ap->lock); + status = ata_sff_busy_wait(ap, ATA_BUSY, 10); if (status & ATA_BUSY) { ata_sff_queue_pio_task(link, ATA_SHORT_PAUSE); - return; + goto out_unlock; } } @@ -1390,6 +1390,8 @@ */ if (poll_next) goto fsm_start; +out_unlock: + spin_unlock_irq(ap->lock); } /** @@ -2008,13 +2010,15 @@ DPRINTK("ata%u: bus reset via SRST\n", ap->print_id); - /* software reset. causes dev0 to be selected */ - iowrite8(ap->ctl, ioaddr->ctl_addr); - udelay(20); /* FIXME: flush */ - iowrite8(ap->ctl | ATA_SRST, ioaddr->ctl_addr); - udelay(20); /* FIXME: flush */ - iowrite8(ap->ctl, ioaddr->ctl_addr); - ap->last_ctl = ap->ctl; + if (ap->ioaddr.ctl_addr) { + /* software reset. causes dev0 to be selected */ + iowrite8(ap->ctl, ioaddr->ctl_addr); + udelay(20); /* FIXME: flush */ + iowrite8(ap->ctl | ATA_SRST, ioaddr->ctl_addr); + udelay(20); /* FIXME: flush */ + iowrite8(ap->ctl, ioaddr->ctl_addr); + ap->last_ctl = ap->ctl; + } /* wait the port to become ready */ return ata_sff_wait_after_reset(&ap->link, devmask, deadline); @@ -2215,10 +2219,6 @@ spin_unlock_irqrestore(ap->lock, flags); - /* ignore ata_sff_softreset if ctl isn't accessible */ - if (softreset == ata_sff_softreset && !ap->ioaddr.ctl_addr) - softreset = NULL; - /* ignore built-in hardresets if SCR access is not available */ if ((hardreset == sata_std_hardreset || hardreset == sata_sff_hardreset) && !sata_scr_valid(&ap->link)) --- linux-lts-utopic-3.16.0.orig/drivers/ata/pata_octeon_cf.c +++ linux-lts-utopic-3.16.0/drivers/ata/pata_octeon_cf.c @@ -1053,7 +1053,7 @@ }, {}, }; -MODULE_DEVICE_TABLE(of, octeon_i2c_match); +MODULE_DEVICE_TABLE(of, octeon_cf_match); static struct platform_driver octeon_cf_driver = { .probe = octeon_cf_probe, --- linux-lts-utopic-3.16.0.orig/drivers/ata/pata_scc.c +++ linux-lts-utopic-3.16.0/drivers/ata/pata_scc.c @@ -585,7 +585,7 @@ * Note: Original code is ata_bus_softreset(). */ -static unsigned int scc_bus_softreset(struct ata_port *ap, unsigned int devmask, +static int scc_bus_softreset(struct ata_port *ap, unsigned int devmask, unsigned long deadline) { struct ata_ioports *ioaddr = &ap->ioaddr; @@ -599,9 +599,7 @@ udelay(20); out_be32(ioaddr->ctl_addr, ap->ctl); - scc_wait_after_reset(&ap->link, devmask, deadline); - - return 0; + return scc_wait_after_reset(&ap->link, devmask, deadline); } /** @@ -618,7 +616,8 @@ { struct ata_port *ap = link->ap; unsigned int slave_possible = ap->flags & ATA_FLAG_SLAVE_POSS; - unsigned int devmask = 0, err_mask; + unsigned int devmask = 0; + int rc; u8 err; DPRINTK("ENTER\n"); @@ -634,9 +633,9 @@ /* issue bus reset */ DPRINTK("about to softreset, devmask=%x\n", devmask); - err_mask = scc_bus_softreset(ap, devmask, deadline); - if (err_mask) { - ata_port_err(ap, "SRST failed (err_mask=0x%x)\n", err_mask); + rc = scc_bus_softreset(ap, devmask, deadline); + if (rc) { + ata_port_err(ap, "SRST failed (err_mask=0x%x)\n", rc); return -EIO; } --- linux-lts-utopic-3.16.0.orig/drivers/ata/pata_serverworks.c +++ linux-lts-utopic-3.16.0/drivers/ata/pata_serverworks.c @@ -251,12 +251,18 @@ pci_write_config_byte(pdev, 0x54, ultra_cfg); } -static struct scsi_host_template serverworks_sht = { +static struct scsi_host_template serverworks_osb4_sht = { + ATA_BMDMA_SHT(DRV_NAME), + .sg_tablesize = LIBATA_DUMB_MAX_PRD, +}; + +static struct scsi_host_template serverworks_csb_sht = { ATA_BMDMA_SHT(DRV_NAME), }; static struct ata_port_operations serverworks_osb4_port_ops = { .inherits = &ata_bmdma_port_ops, + .qc_prep = ata_bmdma_dumb_qc_prep, .cable_detect = serverworks_cable_detect, .mode_filter = serverworks_osb4_filter, .set_piomode = serverworks_set_piomode, @@ -265,6 +271,7 @@ static struct ata_port_operations serverworks_csb_port_ops = { .inherits = &serverworks_osb4_port_ops, + .qc_prep = ata_bmdma_qc_prep, .mode_filter = serverworks_csb_filter, }; @@ -404,6 +411,7 @@ } }; const struct ata_port_info *ppi[] = { &info[id->driver_data], NULL }; + struct scsi_host_template *sht = &serverworks_csb_sht; int rc; rc = pcim_enable_device(pdev); @@ -417,6 +425,7 @@ /* Select non UDMA capable OSB4 if we can't do fixups */ if (rc < 0) ppi[0] = &info[1]; + sht = &serverworks_osb4_sht; } /* setup CSB5/CSB6 : South Bridge and IDE option RAID */ else if ((pdev->device == PCI_DEVICE_ID_SERVERWORKS_CSB5IDE) || @@ -433,7 +442,7 @@ ppi[1] = &ata_dummy_port_info; } - return ata_pci_bmdma_init_one(pdev, ppi, &serverworks_sht, NULL, 0); + return ata_pci_bmdma_init_one(pdev, ppi, sht, NULL, 0); } #ifdef CONFIG_PM_SLEEP --- linux-lts-utopic-3.16.0.orig/drivers/ata/sata_dwc_460ex.c +++ linux-lts-utopic-3.16.0/drivers/ata/sata_dwc_460ex.c @@ -797,7 +797,7 @@ if (err) { dev_err(host_pvt.dwc_dev, "%s: dma_request_interrupts returns" " %d\n", __func__, err); - goto error_out; + return err; } /* Enabe DMA */ @@ -808,11 +808,6 @@ sata_dma_regs); return 0; - -error_out: - dma_dwc_exit(hsdev); - - return err; } static int sata_dwc_scr_read(struct ata_link *link, unsigned int scr, u32 *val) @@ -1662,7 +1657,7 @@ char *ver = (char *)&versionr; u8 *base = NULL; int err = 0; - int irq, rc; + int irq; struct ata_host *host; struct ata_port_info pi = sata_dwc_port_info[0]; const struct ata_port_info *ppi[] = { &pi, NULL }; @@ -1725,7 +1720,7 @@ if (irq == NO_IRQ) { dev_err(&ofdev->dev, "no SATA DMA irq\n"); err = -ENODEV; - goto error_out; + goto error_iomap; } /* Get physical SATA DMA register base address */ @@ -1734,14 +1729,16 @@ dev_err(&ofdev->dev, "ioremap failed for AHBDMA register" " address\n"); err = -ENODEV; - goto error_out; + goto error_iomap; } /* Save dev for later use in dev_xxx() routines */ host_pvt.dwc_dev = &ofdev->dev; /* Initialize AHB DMAC */ - dma_dwc_init(hsdev, irq); + err = dma_dwc_init(hsdev, irq); + if (err) + goto error_dma_iomap; /* Enable SATA Interrupts */ sata_dwc_enable_interrupts(hsdev); @@ -1759,9 +1756,8 @@ * device discovery process, invoking our port_start() handler & * error_handler() to execute a dummy Softreset EH session */ - rc = ata_host_activate(host, irq, sata_dwc_isr, 0, &sata_dwc_sht); - - if (rc != 0) + err = ata_host_activate(host, irq, sata_dwc_isr, 0, &sata_dwc_sht); + if (err) dev_err(&ofdev->dev, "failed to activate host"); dev_set_drvdata(&ofdev->dev, host); @@ -1770,7 +1766,8 @@ error_out: /* Free SATA DMA resources */ dma_dwc_exit(hsdev); - +error_dma_iomap: + iounmap((void __iomem *)host_pvt.sata_dma_regs); error_iomap: iounmap(base); error_kmalloc: @@ -1791,6 +1788,7 @@ /* Free SATA DMA resources */ dma_dwc_exit(hsdev); + iounmap((void __iomem *)host_pvt.sata_dma_regs); iounmap(hsdev->reg_base); kfree(hsdev); kfree(host); --- linux-lts-utopic-3.16.0.orig/drivers/ata/sata_fsl.c +++ linux-lts-utopic-3.16.0/drivers/ata/sata_fsl.c @@ -1489,7 +1489,7 @@ host_priv->csr_base = csr_base; irq = irq_of_parse_and_map(ofdev->dev.of_node, 0); - if (irq < 0) { + if (!irq) { dev_err(&ofdev->dev, "invalid irq from platform\n"); goto error_exit_with_cleanup; } --- linux-lts-utopic-3.16.0.orig/drivers/ata/sata_rcar.c +++ linux-lts-utopic-3.16.0/drivers/ata/sata_rcar.c @@ -146,6 +146,7 @@ enum sata_rcar_type { RCAR_GEN1_SATA, RCAR_GEN2_SATA, + RCAR_R8A7790_ES1_SATA, }; struct sata_rcar_priv { @@ -763,6 +764,9 @@ ap->udma_mask = ATA_UDMA6; ap->flags |= ATA_FLAG_SATA; + if (priv->type == RCAR_R8A7790_ES1_SATA) + ap->flags |= ATA_FLAG_NO_DIPM; + ioaddr->cmd_addr = base + SDATA_REG; ioaddr->ctl_addr = base + SSDEVCON_REG; ioaddr->scr_addr = base + SCRSSTS_REG; @@ -792,6 +796,7 @@ sata_rcar_gen1_phy_init(priv); break; case RCAR_GEN2_SATA: + case RCAR_R8A7790_ES1_SATA: sata_rcar_gen2_phy_init(priv); break; default: @@ -838,6 +843,10 @@ .data = (void *)RCAR_GEN2_SATA }, { + .compatible = "renesas,sata-r8a7790-es1", + .data = (void *)RCAR_R8A7790_ES1_SATA + }, + { .compatible = "renesas,sata-r8a7791", .data = (void *)RCAR_GEN2_SATA }, @@ -849,6 +858,7 @@ { "sata_rcar", RCAR_GEN1_SATA }, /* Deprecated by "sata-r8a7779" */ { "sata-r8a7779", RCAR_GEN1_SATA }, { "sata-r8a7790", RCAR_GEN2_SATA }, + { "sata-r8a7790-es1", RCAR_R8A7790_ES1_SATA }, { "sata-r8a7791", RCAR_GEN2_SATA }, { }, }; --- linux-lts-utopic-3.16.0.orig/drivers/ata/sata_sil.c +++ linux-lts-utopic-3.16.0/drivers/ata/sata_sil.c @@ -630,6 +630,9 @@ unsigned int n, quirks = 0; unsigned char model_num[ATA_ID_PROD_LEN + 1]; + /* This controller doesn't support trim */ + dev->horkage |= ATA_HORKAGE_NOTRIM; + ata_id_c_string(dev->id, model_num, ATA_ID_PROD, sizeof(model_num)); for (n = 0; sil_blacklist[n].product; n++) --- linux-lts-utopic-3.16.0.orig/drivers/ata/sata_sil24.c +++ linux-lts-utopic-3.16.0/drivers/ata/sata_sil24.c @@ -246,7 +246,7 @@ /* host flags */ SIL24_COMMON_FLAGS = ATA_FLAG_SATA | ATA_FLAG_PIO_DMA | ATA_FLAG_NCQ | ATA_FLAG_ACPI_SATA | - ATA_FLAG_AN | ATA_FLAG_PMP, + ATA_FLAG_AN | ATA_FLAG_PMP | ATA_FLAG_LOWTAG, SIL24_FLAG_PCIX_IRQ_WOC = (1 << 24), /* IRQ loss errata on PCI-X */ IRQ_STAT_4PORTS = 0xf, --- linux-lts-utopic-3.16.0.orig/drivers/auxdisplay/ks0108.c +++ linux-lts-utopic-3.16.0/drivers/auxdisplay/ks0108.c @@ -139,6 +139,7 @@ ks0108_pardevice = parport_register_device(ks0108_parport, KS0108_NAME, NULL, NULL, NULL, PARPORT_DEV_EXCL, NULL); + parport_put_port(ks0108_parport); if (ks0108_pardevice == NULL) { printk(KERN_ERR KS0108_NAME ": ERROR: " "parport didn't register new device\n"); --- linux-lts-utopic-3.16.0.orig/drivers/base/bus.c +++ linux-lts-utopic-3.16.0/drivers/base/bus.c @@ -254,13 +254,15 @@ const char *buf, size_t count) { struct device *dev; + int err = -EINVAL; dev = bus_find_device_by_name(bus, NULL, buf); if (!dev) return -ENODEV; - if (bus_rescan_devices_helper(dev, NULL) != 0) - return -EINVAL; - return count; + if (bus_rescan_devices_helper(dev, NULL) == 0) + err = count; + put_device(dev); + return err; } static struct device *next_device(struct klist_iter *i) @@ -513,11 +515,11 @@ goto out_put; error = device_add_groups(dev, bus->dev_groups); if (error) - goto out_groups; + goto out_id; error = sysfs_create_link(&bus->p->devices_kset->kobj, &dev->kobj, dev_name(dev)); if (error) - goto out_id; + goto out_groups; error = sysfs_create_link(&dev->kobj, &dev->bus->p->subsys.kobj, "subsystem"); if (error) --- linux-lts-utopic-3.16.0.orig/drivers/base/core.c +++ linux-lts-utopic-3.16.0/drivers/base/core.c @@ -724,12 +724,12 @@ return &dir->kobj; } +static DEFINE_MUTEX(gdp_mutex); static struct kobject *get_device_parent(struct device *dev, struct device *parent) { if (dev->class) { - static DEFINE_MUTEX(gdp_mutex); struct kobject *kobj = NULL; struct kobject *parent_kobj; struct kobject *k; @@ -793,7 +793,9 @@ glue_dir->kset != &dev->class->p->glue_dirs) return; + mutex_lock(&gdp_mutex); kobject_put(glue_dir); + mutex_unlock(&gdp_mutex); } static void cleanup_device_parent(struct device *dev) @@ -803,8 +805,16 @@ static int device_add_class_symlinks(struct device *dev) { + struct device_node *of_node = dev_of_node(dev); int error; + if (of_node) { + error = sysfs_create_link(&dev->kobj, &of_node->kobj,"of_node"); + if (error) + dev_warn(dev, "Error %d creating of_node link\n",error); + /* An error here doesn't warrant bringing down the device */ + } + if (!dev->class) return 0; @@ -812,7 +822,7 @@ &dev->class->p->subsys.kobj, "subsystem"); if (error) - goto out; + goto out_devnode; if (dev->parent && device_is_not_partition(dev)) { error = sysfs_create_link(&dev->kobj, &dev->parent->kobj, @@ -840,12 +850,16 @@ out_subsys: sysfs_remove_link(&dev->kobj, "subsystem"); -out: +out_devnode: + sysfs_remove_link(&dev->kobj, "of_node"); return error; } static void device_remove_class_symlinks(struct device *dev) { + if (dev_of_node(dev)) + sysfs_remove_link(&dev->kobj, "of_node"); + if (!dev->class) return; --- linux-lts-utopic-3.16.0.orig/drivers/base/devres.c +++ linux-lts-utopic-3.16.0/drivers/base/devres.c @@ -297,10 +297,10 @@ if (!dr) { add_dr(dev, &new_dr->node); dr = new_dr; - new_dr = NULL; + new_res = NULL; } spin_unlock_irqrestore(&dev->devres_lock, flags); - devres_free(new_dr); + devres_free(new_res); return dr->data; } --- linux-lts-utopic-3.16.0.orig/drivers/base/firmware_class.c +++ linux-lts-utopic-3.16.0/drivers/base/firmware_class.c @@ -544,10 +544,8 @@ kfree(fw_priv); } -static int firmware_uevent(struct device *dev, struct kobj_uevent_env *env) +static int do_firmware_uevent(struct firmware_priv *fw_priv, struct kobj_uevent_env *env) { - struct firmware_priv *fw_priv = to_firmware_priv(dev); - if (add_uevent_var(env, "FIRMWARE=%s", fw_priv->buf->fw_id)) return -ENOMEM; if (add_uevent_var(env, "TIMEOUT=%i", loading_timeout)) @@ -558,6 +556,18 @@ return 0; } +static int firmware_uevent(struct device *dev, struct kobj_uevent_env *env) +{ + struct firmware_priv *fw_priv = to_firmware_priv(dev); + int err = 0; + + mutex_lock(&fw_lock); + if (fw_priv->buf) + err = do_firmware_uevent(fw_priv, env); + mutex_unlock(&fw_lock); + return err; +} + static struct class firmware_class = { .name = "firmware", .class_attrs = firmware_class_attrs, @@ -1079,13 +1089,18 @@ _request_firmware(const struct firmware **firmware_p, const char *name, struct device *device, unsigned int opt_flags) { - struct firmware *fw; + struct firmware *fw = NULL; long timeout; int ret; if (!firmware_p) return -EINVAL; + if (!name || name[0] == '\0') { + ret = -EINVAL; + goto out; + } + ret = _request_firmware_prepare(&fw, name, device); if (ret <= 0) /* error or already assigned */ goto out; --- linux-lts-utopic-3.16.0.orig/drivers/base/memory.c +++ linux-lts-utopic-3.16.0/drivers/base/memory.c @@ -301,6 +301,10 @@ if (mem->state == MEM_OFFLINE) return 0; + /* Can't offline block with non-present sections */ + if (mem->section_count != sections_per_block) + return -EINVAL; + return memory_block_change_state(mem, MEM_OFFLINE, MEM_ONLINE); } --- linux-lts-utopic-3.16.0.orig/drivers/base/node.c +++ linux-lts-utopic-3.16.0/drivers/base/node.c @@ -399,6 +399,16 @@ for (pfn = sect_start_pfn; pfn <= sect_end_pfn; pfn++) { int page_nid; + /* + * memory block could have several absent sections from start. + * skip pfn range from absent section + */ + if (!pfn_present(pfn)) { + pfn = round_down(pfn + PAGES_PER_SECTION, + PAGES_PER_SECTION) - 1; + continue; + } + page_nid = get_nid_for_pfn(pfn); if (page_nid < 0) continue; @@ -603,7 +613,6 @@ return; unregister_node(node_devices[nid]); - kfree(node_devices[nid]); node_devices[nid] = NULL; } --- linux-lts-utopic-3.16.0.orig/drivers/base/platform.c +++ linux-lts-utopic-3.16.0/drivers/base/platform.c @@ -362,9 +362,7 @@ while (--i >= 0) { struct resource *r = &pdev->resource[i]; - unsigned long type = resource_type(r); - - if (type == IORESOURCE_MEM || type == IORESOURCE_IO) + if (r->parent) release_resource(r); } @@ -395,9 +393,7 @@ for (i = 0; i < pdev->num_resources; i++) { struct resource *r = &pdev->resource[i]; - unsigned long type = resource_type(r); - - if (type == IORESOURCE_MEM || type == IORESOURCE_IO) + if (r->parent) release_resource(r); } } --- linux-lts-utopic-3.16.0.orig/drivers/base/power/clock_ops.c +++ linux-lts-utopic-3.16.0/drivers/base/power/clock_ops.c @@ -368,8 +368,13 @@ spin_lock_irqsave(&psd->lock, flags); - list_for_each_entry_reverse(ce, &psd->clock_list, node) - clk_disable(ce->clk); + list_for_each_entry_reverse(ce, &psd->clock_list, node) { + if (ce->status < PCE_STATUS_ERROR) { + if (ce->status == PCE_STATUS_ENABLED) + clk_disable(ce->clk); + ce->status = PCE_STATUS_ACQUIRED; + } + } spin_unlock_irqrestore(&psd->lock, flags); @@ -385,6 +390,7 @@ struct pm_subsys_data *psd = dev_to_psd(dev); struct pm_clock_entry *ce; unsigned long flags; + int ret; dev_dbg(dev, "%s()\n", __func__); @@ -394,8 +400,13 @@ spin_lock_irqsave(&psd->lock, flags); - list_for_each_entry(ce, &psd->clock_list, node) - __pm_clk_enable(dev, ce->clk); + list_for_each_entry(ce, &psd->clock_list, node) { + if (ce->status < PCE_STATUS_ERROR) { + ret = __pm_clk_enable(dev, ce->clk); + if (!ret) + ce->status = PCE_STATUS_ENABLED; + } + } spin_unlock_irqrestore(&psd->lock, flags); --- linux-lts-utopic-3.16.0.orig/drivers/base/power/main.c +++ linux-lts-utopic-3.16.0/drivers/base/power/main.c @@ -1262,6 +1262,8 @@ } mutex_unlock(&dpm_list_mtx); async_synchronize_full(); + if (!error) + error = async_error; if (error) { suspend_stats.failed_suspend_late++; dpm_save_failed_step(SUSPEND_SUSPEND_LATE); --- linux-lts-utopic-3.16.0.orig/drivers/base/regmap/internal.h +++ linux-lts-utopic-3.16.0/drivers/base/regmap/internal.h @@ -146,6 +146,9 @@ enum regcache_type type; int (*init)(struct regmap *map); int (*exit)(struct regmap *map); +#ifdef CONFIG_DEBUG_FS + void (*debugfs_init)(struct regmap *map); +#endif int (*read)(struct regmap *map, unsigned int reg, unsigned int *value); int (*write)(struct regmap *map, unsigned int reg, unsigned int value); int (*sync)(struct regmap *map, unsigned int min, unsigned int max); @@ -232,4 +235,12 @@ extern struct regcache_ops regcache_lzo_ops; extern struct regcache_ops regcache_flat_ops; +static inline const char *regmap_name(const struct regmap *map) +{ + if (map->dev) + return dev_name(map->dev); + + return map->name; +} + #endif --- linux-lts-utopic-3.16.0.orig/drivers/base/regmap/regcache-rbtree.c +++ linux-lts-utopic-3.16.0/drivers/base/regmap/regcache-rbtree.c @@ -194,10 +194,6 @@ { debugfs_create_file("rbtree", 0400, map->debugfs, map, &rbtree_fops); } -#else -static void rbtree_debugfs_init(struct regmap *map) -{ -} #endif static int regcache_rbtree_init(struct regmap *map) @@ -222,8 +218,6 @@ goto err; } - rbtree_debugfs_init(map); - return 0; err: @@ -302,18 +296,27 @@ if (!blk) return -ENOMEM; - present = krealloc(rbnode->cache_present, - BITS_TO_LONGS(blklen) * sizeof(*present), GFP_KERNEL); - if (!present) { - kfree(blk); - return -ENOMEM; + if (BITS_TO_LONGS(blklen) > BITS_TO_LONGS(rbnode->blklen)) { + present = krealloc(rbnode->cache_present, + BITS_TO_LONGS(blklen) * sizeof(*present), + GFP_KERNEL); + if (!present) { + kfree(blk); + return -ENOMEM; + } + + memset(present + BITS_TO_LONGS(rbnode->blklen), 0, + (BITS_TO_LONGS(blklen) - BITS_TO_LONGS(rbnode->blklen)) + * sizeof(*present)); + } else { + present = rbnode->cache_present; } /* insert the register value in the correct place in the rbnode block */ if (pos == 0) { memmove(blk + offset * map->cache_word_size, blk, rbnode->blklen * map->cache_word_size); - bitmap_shift_right(present, present, offset, blklen); + bitmap_shift_left(present, present, offset, blklen); } /* update the rbnode block, its size and the base register */ @@ -532,6 +535,9 @@ .name = "rbtree", .init = regcache_rbtree_init, .exit = regcache_rbtree_exit, +#ifdef CONFIG_DEBUG_FS + .debugfs_init = rbtree_debugfs_init, +#endif .read = regcache_rbtree_read, .write = regcache_rbtree_write, .sync = regcache_rbtree_sync, --- linux-lts-utopic-3.16.0.orig/drivers/base/regmap/regcache.c +++ linux-lts-utopic-3.16.0/drivers/base/regmap/regcache.c @@ -213,7 +213,7 @@ ret = map->cache_ops->read(map, reg, value); if (ret == 0) - trace_regmap_reg_read_cache(map->dev, reg, *value); + trace_regmap_reg_read_cache(map, reg, *value); return ret; } @@ -303,7 +303,7 @@ dev_dbg(map->dev, "Syncing %s cache\n", map->cache_ops->name); name = map->cache_ops->name; - trace_regcache_sync(map->dev, name, "start"); + trace_regcache_sync(map, name, "start"); if (!map->cache_dirty) goto out; @@ -338,7 +338,7 @@ regmap_async_complete(map); - trace_regcache_sync(map->dev, name, "stop"); + trace_regcache_sync(map, name, "stop"); return ret; } @@ -373,7 +373,7 @@ name = map->cache_ops->name; dev_dbg(map->dev, "Syncing %s cache from %d-%d\n", name, min, max); - trace_regcache_sync(map->dev, name, "start region"); + trace_regcache_sync(map, name, "start region"); if (!map->cache_dirty) goto out; @@ -393,7 +393,7 @@ regmap_async_complete(map); - trace_regcache_sync(map->dev, name, "stop region"); + trace_regcache_sync(map, name, "stop region"); return ret; } @@ -420,7 +420,7 @@ map->lock(map->lock_arg); - trace_regcache_drop_region(map->dev, min, max); + trace_regcache_drop_region(map, min, max); ret = map->cache_ops->drop(map, min, max); @@ -447,7 +447,7 @@ map->lock(map->lock_arg); WARN_ON(map->cache_bypass && enable); map->cache_only = enable; - trace_regmap_cache_only(map->dev, enable); + trace_regmap_cache_only(map, enable); map->unlock(map->lock_arg); } EXPORT_SYMBOL_GPL(regcache_cache_only); @@ -485,7 +485,7 @@ map->lock(map->lock_arg); WARN_ON(map->cache_only && enable); map->cache_bypass = enable; - trace_regmap_cache_bypass(map->dev, enable); + trace_regmap_cache_bypass(map, enable); map->unlock(map->lock_arg); } EXPORT_SYMBOL_GPL(regcache_cache_bypass); @@ -600,7 +600,8 @@ for (i = start; i < end; i++) { regtmp = block_base + (i * map->reg_stride); - if (!regcache_reg_present(cache_present, i)) + if (!regcache_reg_present(cache_present, i) || + !regmap_writeable(map, regtmp)) continue; val = regcache_get_val(map, block, i); @@ -663,7 +664,8 @@ for (i = start; i < end; i++) { regtmp = block_base + (i * map->reg_stride); - if (!regcache_reg_present(cache_present, i)) { + if (!regcache_reg_present(cache_present, i) || + !regmap_writeable(map, regtmp)) { ret = regcache_sync_block_raw_flush(map, &data, base, regtmp); if (ret != 0) @@ -698,7 +700,7 @@ unsigned int block_base, unsigned int start, unsigned int end) { - if (regmap_can_raw_write(map)) + if (regmap_can_raw_write(map) && !map->use_single_rw) return regcache_sync_block_raw(map, block, cache_present, block_base, start, end); else --- linux-lts-utopic-3.16.0.orig/drivers/base/regmap/regmap-debugfs.c +++ linux-lts-utopic-3.16.0/drivers/base/regmap/regmap-debugfs.c @@ -32,8 +32,7 @@ /* Calculate the length of a fixed format */ static size_t regmap_calc_reg_len(int max_val, char *buf, size_t buf_size) { - snprintf(buf, buf_size, "%x", max_val); - return strlen(buf); + return snprintf(NULL, 0, "%x", max_val); } static ssize_t regmap_name_read_file(struct file *file, @@ -432,7 +431,7 @@ /* If we're in the region the user is trying to read */ if (p >= *ppos) { /* ...but not beyond it */ - if (buf_pos >= count - 1 - tot_len) + if (buf_pos + tot_len + 1 >= count) break; /* Format the register */ @@ -473,6 +472,7 @@ { struct rb_node *next; struct regmap_range_node *range_node; + const char *devname = "dummy"; /* If we don't have the debugfs root yet, postpone init */ if (!regmap_debugfs_root) { @@ -491,12 +491,15 @@ INIT_LIST_HEAD(&map->debugfs_off_cache); mutex_init(&map->cache_lock); + if (map->dev) + devname = dev_name(map->dev); + if (name) { map->debugfs_name = kasprintf(GFP_KERNEL, "%s-%s", - dev_name(map->dev), name); + devname, name); name = map->debugfs_name; } else { - name = dev_name(map->dev); + name = devname; } map->debugfs = debugfs_create_dir(name, regmap_debugfs_root); @@ -538,6 +541,9 @@ next = rb_next(&range_node->node); } + + if (map->cache_ops && map->cache_ops->debugfs_init) + map->cache_ops->debugfs_init(map); } void regmap_debugfs_exit(struct regmap *map) --- linux-lts-utopic-3.16.0.orig/drivers/base/regmap/regmap.c +++ linux-lts-utopic-3.16.0/drivers/base/regmap/regmap.c @@ -109,7 +109,7 @@ bool regmap_volatile(struct regmap *map, unsigned int reg) { - if (!regmap_readable(map, reg)) + if (!map->format.format_write && !regmap_readable(map, reg)) return false; if (map->volatile_reg) @@ -887,11 +887,10 @@ static void regmap_field_init(struct regmap_field *rm_field, struct regmap *regmap, struct reg_field reg_field) { - int field_bits = reg_field.msb - reg_field.lsb + 1; rm_field->regmap = regmap; rm_field->reg = reg_field.reg; rm_field->shift = reg_field.lsb; - rm_field->mask = ((BIT(field_bits) - 1) << reg_field.lsb); + rm_field->mask = GENMASK(reg_field.msb, reg_field.lsb); rm_field->id_size = reg_field.id_size; rm_field->id_offset = reg_field.id_offset; } @@ -1210,7 +1209,7 @@ if (map->async && map->bus->async_write) { struct regmap_async *async; - trace_regmap_async_write_start(map->dev, reg, val_len); + trace_regmap_async_write_start(map, reg, val_len); spin_lock_irqsave(&map->async_lock, flags); async = list_first_entry_or_null(&map->async_free, @@ -1268,8 +1267,7 @@ return ret; } - trace_regmap_hw_write_start(map->dev, reg, - val_len / map->format.val_bytes); + trace_regmap_hw_write_start(map, reg, val_len / map->format.val_bytes); /* If we're doing a single register write we can probably just * send the work_buf directly, otherwise try to do a gather @@ -1301,8 +1299,7 @@ kfree(buf); } - trace_regmap_hw_write_done(map->dev, reg, - val_len / map->format.val_bytes); + trace_regmap_hw_write_done(map, reg, val_len / map->format.val_bytes); return ret; } @@ -1336,12 +1333,12 @@ map->format.format_write(map, reg, val); - trace_regmap_hw_write_start(map->dev, reg, 1); + trace_regmap_hw_write_start(map, reg, 1); ret = map->bus->write(map->bus_context, map->work_buf, map->format.buf_size); - trace_regmap_hw_write_done(map->dev, reg, 1); + trace_regmap_hw_write_done(map, reg, 1); return ret; } @@ -1395,11 +1392,11 @@ } #ifdef LOG_DEVICE - if (strcmp(dev_name(map->dev), LOG_DEVICE) == 0) + if (map->dev && strcmp(dev_name(map->dev), LOG_DEVICE) == 0) dev_info(map->dev, "%x <= %x\n", reg, val); #endif - trace_regmap_reg_write(map->dev, reg, val); + trace_regmap_reg_write(map, reg, val); return map->reg_write(context, reg, val); } @@ -1646,6 +1643,9 @@ } else { void *wval; + if (!val_count) + return -EINVAL; + wval = kmemdup(val, val_count * val_bytes, GFP_KERNEL); if (!wval) { dev_err(map->dev, "Error in memory allocation\n"); @@ -1699,7 +1699,7 @@ for (i = 0; i < num_regs; i++) { int reg = regs[i].reg; int val = regs[i].def; - trace_regmap_hw_write_start(map->dev, reg, 1); + trace_regmap_hw_write_start(map, reg, 1); map->format.format_reg(u8, reg, map->reg_shift); u8 += reg_bytes + pad_bytes; map->format.format_val(u8, val, 0); @@ -1714,7 +1714,7 @@ for (i = 0; i < num_regs; i++) { int reg = regs[i].reg; - trace_regmap_hw_write_done(map->dev, reg, 1); + trace_regmap_hw_write_done(map, reg, 1); } return ret; } @@ -1985,15 +1985,13 @@ */ u8[0] |= map->read_flag_mask; - trace_regmap_hw_read_start(map->dev, reg, - val_len / map->format.val_bytes); + trace_regmap_hw_read_start(map, reg, val_len / map->format.val_bytes); ret = map->bus->read(map->bus_context, map->work_buf, map->format.reg_bytes + map->format.pad_bytes, val, val_len); - trace_regmap_hw_read_done(map->dev, reg, - val_len / map->format.val_bytes); + trace_regmap_hw_read_done(map, reg, val_len / map->format.val_bytes); return ret; } @@ -2045,11 +2043,11 @@ ret = map->reg_read(context, reg, val); if (ret == 0) { #ifdef LOG_DEVICE - if (strcmp(dev_name(map->dev), LOG_DEVICE) == 0) + if (map->dev && strcmp(dev_name(map->dev), LOG_DEVICE) == 0) dev_info(map->dev, "%x => %x\n", reg, *val); #endif - trace_regmap_reg_read(map->dev, reg, *val); + trace_regmap_reg_read(map, reg, *val); if (!map->cache_bypass) regcache_write(map, reg, *val); @@ -2248,7 +2246,7 @@ &ival); if (ret != 0) return ret; - memcpy(val + (i * val_bytes), &ival, val_bytes); + map->format.format_val(val + (i * val_bytes), ival, 0); } } @@ -2406,7 +2404,7 @@ struct regmap *map = async->map; bool wake; - trace_regmap_async_io_complete(map->dev); + trace_regmap_async_io_complete(map); spin_lock(&map->async_lock); list_move(&async->list, &map->async_free); @@ -2451,7 +2449,7 @@ if (!map->bus || !map->bus->async_write) return 0; - trace_regmap_async_complete_start(map->dev); + trace_regmap_async_complete_start(map); wait_event(map->async_waitq, regmap_async_is_done(map)); @@ -2460,7 +2458,7 @@ map->async_ret = 0; spin_unlock_irqrestore(&map->async_lock, flags); - trace_regmap_async_complete_done(map->dev); + trace_regmap_async_complete_done(map); return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/block/drbd/drbd_interval.c +++ linux-lts-utopic-3.16.0/drivers/block/drbd/drbd_interval.c @@ -79,6 +79,7 @@ drbd_insert_interval(struct rb_root *root, struct drbd_interval *this) { struct rb_node **new = &root->rb_node, *parent = NULL; + sector_t this_end = this->sector + (this->size >> 9); BUG_ON(!IS_ALIGNED(this->size, 512)); @@ -87,6 +88,8 @@ rb_entry(*new, struct drbd_interval, rb); parent = *new; + if (here->end < this_end) + here->end = this_end; if (this->sector < here->sector) new = &(*new)->rb_left; else if (this->sector > here->sector) @@ -99,6 +102,7 @@ return false; } + this->end = this_end; rb_link_node(&this->rb, parent, new); rb_insert_augmented(&this->rb, root, &augment_callbacks); return true; --- linux-lts-utopic-3.16.0.orig/drivers/block/drbd/drbd_req.c +++ linux-lts-utopic-3.16.0/drivers/block/drbd/drbd_req.c @@ -1343,6 +1343,7 @@ struct request_queue * const b = device->ldev->backing_bdev->bd_disk->queue; if (b->merge_bvec_fn) { + bvm->bi_bdev = device->ldev->backing_bdev; backing_limit = b->merge_bvec_fn(b, bvm, bvec); limit = min(limit, backing_limit); } --- linux-lts-utopic-3.16.0.orig/drivers/block/loop.c +++ linux-lts-utopic-3.16.0/drivers/block/loop.c @@ -692,6 +692,24 @@ return i && S_ISBLK(i->i_mode) && MAJOR(i->i_rdev) == LOOP_MAJOR; } +/* + * for AUFS + * no get/put for file. + */ +struct file *loop_backing_file(struct super_block *sb) +{ + struct file *ret; + struct loop_device *l; + + ret = NULL; + if (MAJOR(sb->s_dev) == LOOP_MAJOR) { + l = sb->s_bdev->bd_disk->private_data; + ret = l->lo_backing_file; + } + return ret; +} +EXPORT_SYMBOL(loop_backing_file); + /* loop sysfs attributes */ static ssize_t loop_attr_show(struct device *dev, char *page, --- linux-lts-utopic-3.16.0.orig/drivers/block/nbd.c +++ linux-lts-utopic-3.16.0/drivers/block/nbd.c @@ -57,7 +57,7 @@ static unsigned int nbds_max = 16; static struct nbd_device *nbd_dev; -static int max_part; +static int max_part = 15; /* * Use just one lock (or at most 1 per NIC). Two arguments for this: @@ -578,8 +578,8 @@ BUG_ON(nbd->magic != NBD_MAGIC); if (unlikely(!nbd->sock)) { - dev_err(disk_to_dev(nbd->disk), - "Attempted send on closed socket\n"); + dev_err_ratelimited(disk_to_dev(nbd->disk), + "Attempted send on closed socket\n"); req->errors++; nbd_end_request(req); spin_lock_irq(q->queue_lock); @@ -803,10 +803,6 @@ return -EINVAL; } - nbd_dev = kcalloc(nbds_max, sizeof(*nbd_dev), GFP_KERNEL); - if (!nbd_dev) - return -ENOMEM; - part_shift = 0; if (max_part > 0) { part_shift = fls(max_part); @@ -828,6 +824,10 @@ if (nbds_max > 1UL << (MINORBITS - part_shift)) return -EINVAL; + nbd_dev = kcalloc(nbds_max, sizeof(*nbd_dev), GFP_KERNEL); + if (!nbd_dev) + return -ENOMEM; + for (i = 0; i < nbds_max; i++) { struct gendisk *disk = alloc_disk(1 << part_shift); if (!disk) --- linux-lts-utopic-3.16.0.orig/drivers/block/nvme-core.c +++ linux-lts-utopic-3.16.0/drivers/block/nvme-core.c @@ -48,6 +48,7 @@ #define SQ_SIZE(depth) (depth * sizeof(struct nvme_command)) #define CQ_SIZE(depth) (depth * sizeof(struct nvme_completion)) #define ADMIN_TIMEOUT (admin_timeout * HZ) +#define SHUTDOWN_TIMEOUT (shutdown_timeout * HZ) #define IOD_TIMEOUT (retry_time * HZ) static unsigned char admin_timeout = 60; @@ -62,6 +63,10 @@ module_param(retry_time, byte, 0644); MODULE_PARM_DESC(retry_time, "time in seconds to retry failed I/O"); +static unsigned char shutdown_timeout = 5; +module_param(shutdown_timeout, byte, 0644); +MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown"); + static int nvme_major; module_param(nvme_major, int, 0); @@ -1428,7 +1433,7 @@ cc = (readl(&dev->bar->cc) & ~NVME_CC_SHN_MASK) | NVME_CC_SHN_NORMAL; writel(cc, &dev->bar->cc); - timeout = 2 * HZ + jiffies; + timeout = SHUTDOWN_TIMEOUT + jiffies; while ((readl(&dev->bar->csts) & NVME_CSTS_SHST_MASK) != NVME_CSTS_SHST_CMPLT) { msleep(100); --- linux-lts-utopic-3.16.0.orig/drivers/block/rbd.c +++ linux-lts-utopic-3.16.0/drivers/block/rbd.c @@ -42,6 +42,7 @@ #include #include #include +#include #include "rbd_types.h" @@ -94,6 +95,8 @@ #define RBD_MINORS_PER_MAJOR 256 #define RBD_SINGLE_MAJOR_PART_SHIFT 4 +#define RBD_MAX_PARENT_CHAIN_LEN 16 + #define RBD_SNAP_DEV_NAME_PREFIX "snap_" #define RBD_MAX_SNAP_NAME_LEN \ (NAME_MAX - (sizeof (RBD_SNAP_DEV_NAME_PREFIX) - 1)) @@ -332,7 +335,10 @@ char name[DEV_NAME_LEN]; /* blkdev name, e.g. rbd3 */ + struct list_head rq_queue; /* incoming rq queue */ spinlock_t lock; /* queue, flags, open_count */ + struct workqueue_struct *rq_wq; + struct work_struct rq_work; struct rbd_image_header header; unsigned long flags; /* possibly lock protected */ @@ -411,7 +417,7 @@ size_t count); static ssize_t rbd_remove_single_major(struct bus_type *bus, const char *buf, size_t count); -static int rbd_dev_image_probe(struct rbd_device *rbd_dev, bool mapping); +static int rbd_dev_image_probe(struct rbd_device *rbd_dev, int depth); static void rbd_spec_put(struct rbd_spec *spec); static int rbd_dev_id_to_minor(int dev_id) @@ -508,6 +514,7 @@ # define rbd_assert(expr) ((void) 0) #endif /* !RBD_DEBUG */ +static void rbd_osd_copyup_callback(struct rbd_obj_request *obj_request); static int rbd_img_obj_request_submit(struct rbd_obj_request *obj_request); static void rbd_img_parent_read(struct rbd_obj_request *obj_request); static void rbd_dev_remove_parent(struct rbd_device *rbd_dev); @@ -1716,6 +1723,16 @@ obj_request_done_set(obj_request); } +static void rbd_osd_call_callback(struct rbd_obj_request *obj_request) +{ + dout("%s: obj %p\n", __func__, obj_request); + + if (obj_request_img_data_test(obj_request)) + rbd_osd_copyup_callback(obj_request); + else + obj_request_done_set(obj_request); +} + static void rbd_osd_req_callback(struct ceph_osd_request *osd_req, struct ceph_msg *msg) { @@ -1758,6 +1775,8 @@ rbd_osd_stat_callback(obj_request); break; case CEPH_OSD_OP_CALL: + rbd_osd_call_callback(obj_request); + break; case CEPH_OSD_OP_NOTIFY_ACK: case CEPH_OSD_OP_WATCH: rbd_osd_trivial_callback(obj_request); @@ -1905,11 +1924,11 @@ rbd_assert(obj_request_type_valid(type)); size = strlen(object_name) + 1; - name = kmalloc(size, GFP_KERNEL); + name = kmalloc(size, GFP_NOIO); if (!name) return NULL; - obj_request = kmem_cache_zalloc(rbd_obj_request_cache, GFP_KERNEL); + obj_request = kmem_cache_zalloc(rbd_obj_request_cache, GFP_NOIO); if (!obj_request) { kfree(name); return NULL; @@ -2005,32 +2024,26 @@ * If an image has a non-zero parent overlap, get a reference to its * parent. * - * We must get the reference before checking for the overlap to - * coordinate properly with zeroing the parent overlap in - * rbd_dev_v2_parent_info() when an image gets flattened. We - * drop it again if there is no overlap. - * * Returns true if the rbd device has a parent with a non-zero * overlap and a reference for it was successfully taken, or * false otherwise. */ static bool rbd_dev_parent_get(struct rbd_device *rbd_dev) { - int counter; + int counter = 0; if (!rbd_dev->parent_spec) return false; - counter = atomic_inc_return_safe(&rbd_dev->parent_ref); - if (counter > 0 && rbd_dev->parent_overlap) - return true; - - /* Image was flattened, but parent is not yet torn down */ + down_read(&rbd_dev->header_rwsem); + if (rbd_dev->parent_overlap) + counter = atomic_inc_return_safe(&rbd_dev->parent_ref); + up_read(&rbd_dev->header_rwsem); if (counter < 0) rbd_warn(rbd_dev, "parent reference overflow\n"); - return false; + return counter > 0; } /* @@ -2169,6 +2182,11 @@ result, xferred); if (!img_request->result) img_request->result = result; + /* + * Need to end I/O on the entire obj_request worth of + * bytes in case of error. + */ + xferred = obj_request->length; } /* Image object requests don't own their page array */ @@ -2363,13 +2381,15 @@ } static void -rbd_img_obj_copyup_callback(struct rbd_obj_request *obj_request) +rbd_osd_copyup_callback(struct rbd_obj_request *obj_request) { struct rbd_img_request *img_request; struct rbd_device *rbd_dev; struct page **pages; u32 page_count; + dout("%s: obj %p\n", __func__, obj_request); + rbd_assert(obj_request->type == OBJ_REQUEST_BIO); rbd_assert(obj_request_img_data_test(obj_request)); img_request = obj_request->img_request; @@ -2395,9 +2415,7 @@ if (!obj_request->result) obj_request->xferred = obj_request->length; - /* Finish up with the normal image object callback */ - - rbd_img_obj_callback(obj_request); + obj_request_done_set(obj_request); } static void @@ -2499,7 +2517,6 @@ /* All set, send it off. */ - orig_request->callback = rbd_img_obj_copyup_callback; osdc = &rbd_dev->rbd_client->client->osdc; img_result = rbd_obj_request_submit(osdc, orig_request); if (!img_result) @@ -3183,102 +3200,129 @@ return ret; } -static void rbd_request_fn(struct request_queue *q) - __releases(q->queue_lock) __acquires(q->queue_lock) +static void rbd_handle_request(struct rbd_device *rbd_dev, struct request *rq) { - struct rbd_device *rbd_dev = q->queuedata; - struct request *rq; + struct rbd_img_request *img_request; + u64 offset = (u64)blk_rq_pos(rq) << SECTOR_SHIFT; + u64 length = blk_rq_bytes(rq); + bool wr = rq_data_dir(rq) == WRITE; int result; - while ((rq = blk_fetch_request(q))) { - bool write_request = rq_data_dir(rq) == WRITE; - struct rbd_img_request *img_request; - u64 offset; - u64 length; + /* Ignore/skip any zero-length requests */ - /* Ignore any non-FS requests that filter through. */ + if (!length) { + dout("%s: zero-length request\n", __func__); + result = 0; + goto err_rq; + } - if (rq->cmd_type != REQ_TYPE_FS) { - dout("%s: non-fs request type %d\n", __func__, - (int) rq->cmd_type); - __blk_end_request_all(rq, 0); - continue; + /* Disallow writes to a read-only device */ + + if (wr) { + if (rbd_dev->mapping.read_only) { + result = -EROFS; + goto err_rq; } + rbd_assert(rbd_dev->spec->snap_id == CEPH_NOSNAP); + } - /* Ignore/skip any zero-length requests */ + /* + * Quit early if the mapped snapshot no longer exists. It's + * still possible the snapshot will have disappeared by the + * time our request arrives at the osd, but there's no sense in + * sending it if we already know. + */ + if (!test_bit(RBD_DEV_FLAG_EXISTS, &rbd_dev->flags)) { + dout("request for non-existent snapshot"); + rbd_assert(rbd_dev->spec->snap_id != CEPH_NOSNAP); + result = -ENXIO; + goto err_rq; + } - offset = (u64) blk_rq_pos(rq) << SECTOR_SHIFT; - length = (u64) blk_rq_bytes(rq); + if (offset && length > U64_MAX - offset + 1) { + rbd_warn(rbd_dev, "bad request range (%llu~%llu)", offset, + length); + result = -EINVAL; + goto err_rq; /* Shouldn't happen */ + } - if (!length) { - dout("%s: zero-length request\n", __func__); - __blk_end_request_all(rq, 0); - continue; - } + if (offset + length > rbd_dev->mapping.size) { + rbd_warn(rbd_dev, "beyond EOD (%llu~%llu > %llu)", offset, + length, rbd_dev->mapping.size); + result = -EIO; + goto err_rq; + } - spin_unlock_irq(q->queue_lock); + img_request = rbd_img_request_create(rbd_dev, offset, length, wr); + if (!img_request) { + result = -ENOMEM; + goto err_rq; + } + img_request->rq = rq; - /* Disallow writes to a read-only device */ + result = rbd_img_request_fill(img_request, OBJ_REQUEST_BIO, rq->bio); + if (result) + goto err_img_request; - if (write_request) { - result = -EROFS; - if (rbd_dev->mapping.read_only) - goto end_request; - rbd_assert(rbd_dev->spec->snap_id == CEPH_NOSNAP); - } + result = rbd_img_request_submit(img_request); + if (result) + goto err_img_request; - /* - * Quit early if the mapped snapshot no longer - * exists. It's still possible the snapshot will - * have disappeared by the time our request arrives - * at the osd, but there's no sense in sending it if - * we already know. - */ - if (!test_bit(RBD_DEV_FLAG_EXISTS, &rbd_dev->flags)) { - dout("request for non-existent snapshot"); - rbd_assert(rbd_dev->spec->snap_id != CEPH_NOSNAP); - result = -ENXIO; - goto end_request; - } + return; - result = -EINVAL; - if (offset && length > U64_MAX - offset + 1) { - rbd_warn(rbd_dev, "bad request range (%llu~%llu)\n", - offset, length); - goto end_request; /* Shouldn't happen */ - } +err_img_request: + rbd_img_request_put(img_request); +err_rq: + if (result) + rbd_warn(rbd_dev, "%s %llx at %llx result %d", + wr ? "write" : "read", length, offset, result); + blk_end_request_all(rq, result); +} - result = -EIO; - if (offset + length > rbd_dev->mapping.size) { - rbd_warn(rbd_dev, "beyond EOD (%llu~%llu > %llu)\n", - offset, length, rbd_dev->mapping.size); - goto end_request; - } +static void rbd_request_workfn(struct work_struct *work) +{ + struct rbd_device *rbd_dev = + container_of(work, struct rbd_device, rq_work); + struct request *rq, *next; + LIST_HEAD(requests); - result = -ENOMEM; - img_request = rbd_img_request_create(rbd_dev, offset, length, - write_request); - if (!img_request) - goto end_request; + spin_lock_irq(&rbd_dev->lock); /* rq->q->queue_lock */ + list_splice_init(&rbd_dev->rq_queue, &requests); + spin_unlock_irq(&rbd_dev->lock); - img_request->rq = rq; + list_for_each_entry_safe(rq, next, &requests, queuelist) { + list_del_init(&rq->queuelist); + rbd_handle_request(rbd_dev, rq); + } +} - result = rbd_img_request_fill(img_request, OBJ_REQUEST_BIO, - rq->bio); - if (!result) - result = rbd_img_request_submit(img_request); - if (result) - rbd_img_request_put(img_request); -end_request: - spin_lock_irq(q->queue_lock); - if (result < 0) { - rbd_warn(rbd_dev, "%s %llx at %llx result %d\n", - write_request ? "write" : "read", - length, offset, result); +/* + * Called with q->queue_lock held and interrupts disabled, possibly on + * the way to schedule(). Do not sleep here! + */ +static void rbd_request_fn(struct request_queue *q) +{ + struct rbd_device *rbd_dev = q->queuedata; + struct request *rq; + int queued = 0; + + rbd_assert(rbd_dev); - __blk_end_request_all(rq, result); + while ((rq = blk_fetch_request(q))) { + /* Ignore any non-FS requests that filter through. */ + if (rq->cmd_type != REQ_TYPE_FS) { + dout("%s: non-fs request type %d\n", __func__, + (int) rq->cmd_type); + __blk_end_request_all(rq, 0); + continue; } + + list_add_tail(&rq->queuelist, &rbd_dev->rq_queue); + queued++; } + + if (queued) + queue_work(rbd_dev->rq_wq, &rbd_dev->rq_work); } /* @@ -3358,7 +3402,7 @@ page_count = (u32) calc_pages_for(offset, length); pages = ceph_alloc_page_vector(page_count, GFP_KERNEL); if (IS_ERR(pages)) - ret = PTR_ERR(pages); + return PTR_ERR(pages); ret = -ENOMEM; obj_request = rbd_obj_request_create(object_name, offset, length, @@ -3574,6 +3618,9 @@ blk_queue_io_opt(q, segment_size); blk_queue_merge_bvec(q, rbd_merge_bvec); + if (!ceph_test_opt(rbd_dev->rbd_client->client, NOCRC)) + q->backing_dev_info.capabilities |= BDI_CAP_STABLE_WRITES; + disk->queue = q; q->queuedata = rbd_dev; @@ -3848,6 +3895,8 @@ return NULL; spin_lock_init(&rbd_dev->lock); + INIT_LIST_HEAD(&rbd_dev->rq_queue); + INIT_WORK(&rbd_dev->rq_work, rbd_request_workfn); rbd_dev->flags = 0; atomic_set(&rbd_dev->parent_ref, 0); INIT_LIST_HEAD(&rbd_dev->node); @@ -4046,7 +4095,6 @@ */ if (rbd_dev->parent_overlap) { rbd_dev->parent_overlap = 0; - smp_mb(); rbd_dev_parent_put(rbd_dev); pr_info("%s: clone image has been flattened\n", rbd_dev->disk->disk_name); @@ -4090,7 +4138,6 @@ * treat it specially. */ rbd_dev->parent_overlap = overlap; - smp_mb(); if (!overlap) { /* A null parent_spec indicates it's the initial probe */ @@ -4938,10 +4985,7 @@ { struct rbd_image_header *header; - /* Drop parent reference unless it's already been done (or none) */ - - if (rbd_dev->parent_overlap) - rbd_dev_parent_put(rbd_dev); + rbd_dev_parent_put(rbd_dev); /* Free dynamic fields from the header, then zero it out */ @@ -4987,45 +5031,50 @@ return ret; } -static int rbd_dev_probe_parent(struct rbd_device *rbd_dev) +/* + * @depth is rbd_dev_image_probe() -> rbd_dev_probe_parent() -> + * rbd_dev_image_probe() recursion depth, which means it's also the + * length of the already discovered part of the parent chain. + */ +static int rbd_dev_probe_parent(struct rbd_device *rbd_dev, int depth) { struct rbd_device *parent = NULL; - struct rbd_spec *parent_spec; - struct rbd_client *rbdc; int ret; if (!rbd_dev->parent_spec) return 0; - /* - * We need to pass a reference to the client and the parent - * spec when creating the parent rbd_dev. Images related by - * parent/child relationships always share both. - */ - parent_spec = rbd_spec_get(rbd_dev->parent_spec); - rbdc = __rbd_get_client(rbd_dev->rbd_client); - ret = -ENOMEM; - parent = rbd_dev_create(rbdc, parent_spec); - if (!parent) + if (++depth > RBD_MAX_PARENT_CHAIN_LEN) { + pr_info("parent chain is too long (%d)\n", depth); + ret = -EINVAL; + goto out_err; + } + + parent = rbd_dev_create(rbd_dev->rbd_client, rbd_dev->parent_spec); + if (!parent) { + ret = -ENOMEM; goto out_err; + } - ret = rbd_dev_image_probe(parent, false); + /* + * Images related by parent/child relationships always share + * rbd_client and spec/parent_spec, so bump their refcounts. + */ + __rbd_get_client(rbd_dev->rbd_client); + rbd_spec_get(rbd_dev->parent_spec); + + ret = rbd_dev_image_probe(parent, depth); if (ret < 0) goto out_err; + rbd_dev->parent = parent; atomic_set(&rbd_dev->parent_ref, 1); - return 0; + out_err: - if (parent) { - rbd_dev_unparent(rbd_dev); - kfree(rbd_dev->header_name); + rbd_dev_unparent(rbd_dev); + if (parent) rbd_dev_destroy(parent); - } else { - rbd_put_client(rbdc); - rbd_spec_put(parent_spec); - } - return ret; } @@ -5066,12 +5115,20 @@ ret = rbd_dev_mapping_set(rbd_dev); if (ret) goto err_out_disk; + set_capacity(rbd_dev->disk, rbd_dev->mapping.size / SECTOR_SIZE); set_disk_ro(rbd_dev->disk, rbd_dev->mapping.read_only); + rbd_dev->rq_wq = alloc_workqueue("%s", WQ_MEM_RECLAIM, 0, + rbd_dev->disk->disk_name); + if (!rbd_dev->rq_wq) { + ret = -ENOMEM; + goto err_out_mapping; + } + ret = rbd_bus_add_dev(rbd_dev); if (ret) - goto err_out_mapping; + goto err_out_workqueue; /* Everything's ready. Announce the disk to the world. */ @@ -5083,6 +5140,9 @@ return ret; +err_out_workqueue: + destroy_workqueue(rbd_dev->rq_wq); + rbd_dev->rq_wq = NULL; err_out_mapping: rbd_dev_mapping_clear(rbd_dev); err_out_disk: @@ -5142,7 +5202,7 @@ * parent), initiate a watch on its header object before using that * object to get detailed information about the rbd image. */ -static int rbd_dev_image_probe(struct rbd_device *rbd_dev, bool mapping) +static int rbd_dev_image_probe(struct rbd_device *rbd_dev, int depth) { int ret; @@ -5162,7 +5222,7 @@ if (ret) goto err_out_format; - if (mapping) { + if (!depth) { ret = rbd_dev_header_watch_sync(rbd_dev); if (ret) goto out_header_name; @@ -5179,7 +5239,7 @@ if (ret) goto err_out_probe; - ret = rbd_dev_probe_parent(rbd_dev); + ret = rbd_dev_probe_parent(rbd_dev, depth); if (ret) goto err_out_probe; @@ -5190,7 +5250,7 @@ err_out_probe: rbd_dev_unprobe(rbd_dev); err_out_watch: - if (mapping) + if (!depth) rbd_dev_header_unwatch_sync(rbd_dev); out_header_name: kfree(rbd_dev->header_name); @@ -5255,7 +5315,7 @@ rbdc = NULL; /* rbd_dev now owns this */ spec = NULL; /* rbd_dev now owns this */ - rc = rbd_dev_image_probe(rbd_dev, true); + rc = rbd_dev_image_probe(rbd_dev, 0); if (rc < 0) goto err_out_rbd_dev; @@ -5314,6 +5374,7 @@ { struct rbd_device *rbd_dev = dev_to_rbd_dev(dev); + destroy_workqueue(rbd_dev->rq_wq); rbd_free_disk(rbd_dev); clear_bit(RBD_DEV_FLAG_EXISTS, &rbd_dev->flags); rbd_dev_mapping_clear(rbd_dev); --- linux-lts-utopic-3.16.0.orig/drivers/block/sunvdc.c +++ linux-lts-utopic-3.16.0/drivers/block/sunvdc.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include @@ -22,8 +23,8 @@ #define DRV_MODULE_NAME "sunvdc" #define PFX DRV_MODULE_NAME ": " -#define DRV_MODULE_VERSION "1.0" -#define DRV_MODULE_RELDATE "June 25, 2007" +#define DRV_MODULE_VERSION "1.1" +#define DRV_MODULE_RELDATE "February 13, 2013" static char version[] = DRV_MODULE_NAME ".c:v" DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n"; @@ -32,7 +33,7 @@ MODULE_LICENSE("GPL"); MODULE_VERSION(DRV_MODULE_VERSION); -#define VDC_TX_RING_SIZE 256 +#define VDC_TX_RING_SIZE 512 #define WAITING_FOR_LINK_UP 0x01 #define WAITING_FOR_TX_SPACE 0x02 @@ -65,11 +66,9 @@ u64 operations; u32 vdisk_size; u8 vdisk_type; + u8 vdisk_mtype; char disk_name[32]; - - struct vio_disk_geom geom; - struct vio_disk_vtoc label; }; static inline struct vdc_port *to_vdc_port(struct vio_driver_state *vio) @@ -79,9 +78,16 @@ /* Ordered from largest major to lowest */ static struct vio_version vdc_versions[] = { + { .major = 1, .minor = 1 }, { .major = 1, .minor = 0 }, }; +static inline int vdc_version_supported(struct vdc_port *port, + u16 major, u16 minor) +{ + return port->vio.ver.major == major && port->vio.ver.minor >= minor; +} + #define VDCBLK_NAME "vdisk" static int vdc_major; #define PARTITION_SHIFT 3 @@ -94,18 +100,54 @@ static int vdc_getgeo(struct block_device *bdev, struct hd_geometry *geo) { struct gendisk *disk = bdev->bd_disk; - struct vdc_port *port = disk->private_data; + sector_t nsect = get_capacity(disk); + sector_t cylinders = nsect; - geo->heads = (u8) port->geom.num_hd; - geo->sectors = (u8) port->geom.num_sec; - geo->cylinders = port->geom.num_cyl; + geo->heads = 0xff; + geo->sectors = 0x3f; + sector_div(cylinders, geo->heads * geo->sectors); + geo->cylinders = cylinders; + if ((sector_t)(geo->cylinders + 1) * geo->heads * geo->sectors < nsect) + geo->cylinders = 0xffff; return 0; } +/* Add ioctl/CDROM_GET_CAPABILITY to support cdrom_id in udev + * when vdisk_mtype is VD_MEDIA_TYPE_CD or VD_MEDIA_TYPE_DVD. + * Needed to be able to install inside an ldom from an iso image. + */ +static int vdc_ioctl(struct block_device *bdev, fmode_t mode, + unsigned command, unsigned long argument) +{ + int i; + struct gendisk *disk; + + switch (command) { + case CDROMMULTISESSION: + pr_debug(PFX "Multisession CDs not supported\n"); + for (i = 0; i < sizeof(struct cdrom_multisession); i++) + if (put_user(0, (char __user *)(argument + i))) + return -EFAULT; + return 0; + + case CDROM_GET_CAPABILITY: + disk = bdev->bd_disk; + + if (bdev->bd_disk && (disk->flags & GENHD_FL_CD)) + return 0; + return -EINVAL; + + default: + pr_debug(PFX "ioctl %08x not supported\n", command); + return -EINVAL; + } +} + static const struct block_device_operations vdc_fops = { .owner = THIS_MODULE, .getgeo = vdc_getgeo, + .ioctl = vdc_ioctl, }; static void vdc_finish(struct vio_driver_state *vio, int err, int waiting_for) @@ -165,9 +207,9 @@ struct vio_disk_attr_info *pkt = arg; viodbg(HS, "GOT ATTR stype[0x%x] ops[%llx] disk_size[%llu] disk_type[%x] " - "xfer_mode[0x%x] blksz[%u] max_xfer[%llu]\n", + "mtype[0x%x] xfer_mode[0x%x] blksz[%u] max_xfer[%llu]\n", pkt->tag.stype, pkt->operations, - pkt->vdisk_size, pkt->vdisk_type, + pkt->vdisk_size, pkt->vdisk_type, pkt->vdisk_mtype, pkt->xfer_mode, pkt->vdisk_block_size, pkt->max_xfer_size); @@ -192,8 +234,11 @@ } port->operations = pkt->operations; - port->vdisk_size = pkt->vdisk_size; port->vdisk_type = pkt->vdisk_type; + if (vdc_version_supported(port, 1, 1)) { + port->vdisk_size = pkt->vdisk_size; + port->vdisk_mtype = pkt->vdisk_mtype; + } if (pkt->max_xfer_size < port->max_xfer_size) port->max_xfer_size = pkt->max_xfer_size; port->vdisk_block_size = pkt->vdisk_block_size; @@ -236,7 +281,9 @@ __blk_end_request(req, (desc->status ? -EIO : 0), desc->size); - if (blk_queue_stopped(port->disk->queue)) + /* restart blk queue when ring is half emptied */ + if (blk_queue_stopped(port->disk->queue) && + vdc_tx_dring_avail(dr) * 100 / VDC_TX_RING_SIZE >= 50) blk_start_queue(port->disk->queue); } @@ -388,12 +435,6 @@ for (i = 0; i < nsg; i++) len += sg[i].length; - if (unlikely(vdc_tx_dring_avail(dr) < 1)) { - blk_stop_queue(port->disk->queue); - err = -ENOMEM; - goto out; - } - desc = vio_dring_cur(dr); err = ldc_map_sg(port->vio.lp, sg, nsg, @@ -433,21 +474,32 @@ port->req_id++; dr->prod = (dr->prod + 1) & (VDC_TX_RING_SIZE - 1); } -out: return err; } -static void do_vdc_request(struct request_queue *q) +static void do_vdc_request(struct request_queue *rq) { - while (1) { - struct request *req = blk_fetch_request(q); + struct request *req; - if (!req) + while ((req = blk_peek_request(rq)) != NULL) { + struct vdc_port *port; + struct vio_dring_state *dr; + + port = req->rq_disk->private_data; + dr = &port->vio.drings[VIO_DRIVER_TX_RING]; + if (unlikely(vdc_tx_dring_avail(dr) < 1)) + goto wait; + + blk_start_request(req); + + if (__send_request(req) < 0) { + blk_requeue_request(rq, req); +wait: + /* Avoid pointless unplugs. */ + blk_stop_queue(rq); break; - - if (__send_request(req) < 0) - __blk_end_request_all(req, -EIO); + } } } @@ -656,25 +708,27 @@ if (comp.err) return comp.err; - err = generic_request(port, VD_OP_GET_VTOC, - &port->label, sizeof(port->label)); - if (err < 0) { - printk(KERN_ERR PFX "VD_OP_GET_VTOC returns error %d\n", err); - return err; - } + if (vdc_version_supported(port, 1, 1)) { + /* vdisk_size should be set during the handshake, if it wasn't + * then the underlying disk is reserved by another system + */ + if (port->vdisk_size == -1) + return -ENODEV; + } else { + struct vio_disk_geom geom; - err = generic_request(port, VD_OP_GET_DISKGEOM, - &port->geom, sizeof(port->geom)); - if (err < 0) { - printk(KERN_ERR PFX "VD_OP_GET_DISKGEOM returns " - "error %d\n", err); - return err; + err = generic_request(port, VD_OP_GET_DISKGEOM, + &geom, sizeof(geom)); + if (err < 0) { + printk(KERN_ERR PFX "VD_OP_GET_DISKGEOM returns " + "error %d\n", err); + return err; + } + port->vdisk_size = ((u64)geom.num_cyl * + (u64)geom.num_hd * + (u64)geom.num_sec); } - port->vdisk_size = ((u64)port->geom.num_cyl * - (u64)port->geom.num_hd * - (u64)port->geom.num_sec); - q = blk_init_queue(do_vdc_request, &port->vio.lock); if (!q) { printk(KERN_ERR PFX "%s: Could not allocate queue.\n", @@ -691,6 +745,10 @@ port->disk = g; + /* Each segment in a request is up to an aligned page in size. */ + blk_queue_segment_boundary(q, PAGE_SIZE - 1); + blk_queue_max_segment_size(q, PAGE_SIZE); + blk_queue_max_segments(q, port->ring_cookies); blk_queue_max_hw_sectors(q, port->max_xfer_size); g->major = vdc_major; @@ -704,9 +762,32 @@ set_capacity(g, port->vdisk_size); - printk(KERN_INFO PFX "%s: %u sectors (%u MB)\n", + if (vdc_version_supported(port, 1, 1)) { + switch (port->vdisk_mtype) { + case VD_MEDIA_TYPE_CD: + pr_info(PFX "Virtual CDROM %s\n", port->disk_name); + g->flags |= GENHD_FL_CD; + g->flags |= GENHD_FL_REMOVABLE; + set_disk_ro(g, 1); + break; + + case VD_MEDIA_TYPE_DVD: + pr_info(PFX "Virtual DVD %s\n", port->disk_name); + g->flags |= GENHD_FL_CD; + g->flags |= GENHD_FL_REMOVABLE; + set_disk_ro(g, 1); + break; + + case VD_MEDIA_TYPE_FIXED: + pr_info(PFX "Virtual Hard disk %s\n", port->disk_name); + break; + } + } + + pr_info(PFX "%s: %u sectors (%u MB) protocol %d.%d\n", g->disk_name, - port->vdisk_size, (port->vdisk_size >> (20 - 9))); + port->vdisk_size, (port->vdisk_size >> (20 - 9)), + port->vio.ver.major, port->vio.ver.minor); add_disk(g); @@ -765,6 +846,7 @@ else snprintf(port->disk_name, sizeof(port->disk_name), VDCBLK_NAME "%c", 'a' + ((int)vdev->dev_no % 26)); + port->vdisk_size = -1; err = vio_driver_init(&port->vio, vdev, VDEV_DISK, vdc_versions, ARRAY_SIZE(vdc_versions), --- linux-lts-utopic-3.16.0.orig/drivers/block/xen-blkback/blkback.c +++ linux-lts-utopic-3.16.0/drivers/block/xen-blkback/blkback.c @@ -350,8 +350,8 @@ return; } - if (work_pending(&blkif->persistent_purge_work)) { - pr_alert_ratelimited(DRV_PFX "Scheduled work from previous purge is still pending, cannot purge list\n"); + if (work_busy(&blkif->persistent_purge_work)) { + pr_alert_ratelimited(DRV_PFX "Scheduled work from previous purge is still busy, cannot purge list\n"); return; } @@ -763,6 +763,7 @@ BUG_ON(new_map_idx >= segs_to_map); if (unlikely(map[new_map_idx].status != 0)) { pr_debug(DRV_PFX "invalid buffer -- could not remap it\n"); + put_free_pages(blkif, &pages[seg_idx]->page, 1); pages[seg_idx]->handle = BLKBACK_INVALID_HANDLE; ret |= 1; goto next; @@ -860,6 +861,8 @@ goto unmap; for (n = 0, i = 0; n < nseg; n++) { + uint8_t first_sect, last_sect; + if ((n % SEGS_PER_INDIRECT_FRAME) == 0) { /* Map indirect segments */ if (segments) @@ -868,14 +871,14 @@ } i = n % SEGS_PER_INDIRECT_FRAME; pending_req->segments[n]->gref = segments[i].gref; - seg[n].nsec = segments[i].last_sect - - segments[i].first_sect + 1; - seg[n].offset = (segments[i].first_sect << 9); - if ((segments[i].last_sect >= (PAGE_SIZE >> 9)) || - (segments[i].last_sect < segments[i].first_sect)) { + first_sect = ACCESS_ONCE(segments[i].first_sect); + last_sect = ACCESS_ONCE(segments[i].last_sect); + if (last_sect >= (PAGE_SIZE >> 9) || last_sect < first_sect) { rc = -EINVAL; goto unmap; } + seg[n].nsec = last_sect - first_sect + 1; + seg[n].offset = first_sect << 9; preq->nr_sects += seg[n].nsec; } --- linux-lts-utopic-3.16.0.orig/drivers/block/xen-blkback/common.h +++ linux-lts-utopic-3.16.0/drivers/block/xen-blkback/common.h @@ -391,8 +391,8 @@ struct blkif_x86_32_request *src) { int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST, j; - dst->operation = src->operation; - switch (src->operation) { + dst->operation = ACCESS_ONCE(src->operation); + switch (dst->operation) { case BLKIF_OP_READ: case BLKIF_OP_WRITE: case BLKIF_OP_WRITE_BARRIER: @@ -439,8 +439,8 @@ struct blkif_x86_64_request *src) { int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST, j; - dst->operation = src->operation; - switch (src->operation) { + dst->operation = ACCESS_ONCE(src->operation); + switch (dst->operation) { case BLKIF_OP_READ: case BLKIF_OP_WRITE: case BLKIF_OP_WRITE_BARRIER: --- linux-lts-utopic-3.16.0.orig/drivers/block/xen-blkback/xenbus.c +++ linux-lts-utopic-3.16.0/drivers/block/xen-blkback/xenbus.c @@ -270,6 +270,9 @@ blkif->blk_rings.common.sring = NULL; } + /* Remove all persistent grants and the cache of ballooned pages. */ + xen_blkbk_free_caches(blkif); + return 0; } @@ -281,9 +284,6 @@ xen_blkif_disconnect(blkif); xen_vbd_free(&blkif->vbd); - /* Remove all persistent grants and the cache of ballooned pages. */ - xen_blkbk_free_caches(blkif); - /* Make sure everything is drained before shutting down */ BUG_ON(blkif->persistent_gnt_c != 0); BUG_ON(atomic_read(&blkif->persistent_gnt_in_use) != 0); --- linux-lts-utopic-3.16.0.orig/drivers/block/xen-blkfront.c +++ linux-lts-utopic-3.16.0/drivers/block/xen-blkfront.c @@ -1093,8 +1093,10 @@ * Add the used indirect page back to the list of * available pages for indirect grefs. */ - indirect_page = pfn_to_page(s->indirect_grants[i]->pfn); - list_add(&indirect_page->lru, &info->indirect_pages); + if (!info->feature_persistent) { + indirect_page = pfn_to_page(s->indirect_grants[i]->pfn); + list_add(&indirect_page->lru, &info->indirect_pages); + } s->indirect_grants[i]->gref = GRANT_INVALID_REF; list_add_tail(&s->indirect_grants[i]->node, &info->grants); } @@ -1903,7 +1905,8 @@ break; /* Missed the backend's Closing state -- fallthrough */ case XenbusStateClosing: - blkfront_closing(info); + if (info) + blkfront_closing(info); break; } } --- linux-lts-utopic-3.16.0.orig/drivers/block/zram/zcomp.c +++ linux-lts-utopic-3.16.0/drivers/block/zram/zcomp.c @@ -76,7 +76,7 @@ */ static struct zcomp_strm *zcomp_strm_alloc(struct zcomp *comp) { - struct zcomp_strm *zstrm = kmalloc(sizeof(*zstrm), GFP_KERNEL); + struct zcomp_strm *zstrm = kmalloc(sizeof(*zstrm), GFP_NOIO); if (!zstrm) return NULL; @@ -85,7 +85,7 @@ * allocate 2 pages. 1 for compressed data, plus 1 extra for the * case when compressed size is larger than the original one */ - zstrm->buffer = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, 1); + zstrm->buffer = (void *)__get_free_pages(GFP_NOIO | __GFP_ZERO, 1); if (!zstrm->private || !zstrm->buffer) { zcomp_strm_free(comp, zstrm); zstrm = NULL; @@ -325,12 +325,14 @@ * allocate new zcomp and initialize it. return compressing * backend pointer or ERR_PTR if things went bad. ERR_PTR(-EINVAL) * if requested algorithm is not supported, ERR_PTR(-ENOMEM) in - * case of allocation error. + * case of allocation error, or any other error potentially + * returned by functions zcomp_strm_{multi,single}_create. */ struct zcomp *zcomp_create(const char *compress, int max_strm) { struct zcomp *comp; struct zcomp_backend *backend; + int error; backend = find_backend(compress); if (!backend) @@ -342,12 +344,12 @@ comp->backend = backend; if (max_strm > 1) - zcomp_strm_multi_create(comp, max_strm); + error = zcomp_strm_multi_create(comp, max_strm); else - zcomp_strm_single_create(comp); - if (!comp->stream) { + error = zcomp_strm_single_create(comp); + if (error) { kfree(comp); - return ERR_PTR(-ENOMEM); + return ERR_PTR(error); } return comp; } --- linux-lts-utopic-3.16.0.orig/drivers/block/zram/zcomp_lz4.c +++ linux-lts-utopic-3.16.0/drivers/block/zram/zcomp_lz4.c @@ -10,17 +10,36 @@ #include #include #include +#include +#include #include "zcomp_lz4.h" static void *zcomp_lz4_create(void) { - return kzalloc(LZ4_MEM_COMPRESS, GFP_KERNEL); + void *ret; + + /* + * This function can be called in swapout/fs write path + * so we can't use GFP_FS|IO. And it assumes we already + * have at least one stream in zram initialization so we + * don't do best effort to allocate more stream in here. + * A default stream will work well without further multiple + * streams. That's why we use NORETRY | NOWARN. + */ + ret = kzalloc(LZ4_MEM_COMPRESS, GFP_NOIO | __GFP_NORETRY | + __GFP_NOWARN); + if (!ret) + ret = __vmalloc(LZ4_MEM_COMPRESS, + GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN | + __GFP_ZERO | __GFP_HIGHMEM, + PAGE_KERNEL); + return ret; } static void zcomp_lz4_destroy(void *private) { - kfree(private); + kvfree(private); } static int zcomp_lz4_compress(const unsigned char *src, unsigned char *dst, --- linux-lts-utopic-3.16.0.orig/drivers/block/zram/zcomp_lzo.c +++ linux-lts-utopic-3.16.0/drivers/block/zram/zcomp_lzo.c @@ -10,17 +10,36 @@ #include #include #include +#include +#include #include "zcomp_lzo.h" static void *lzo_create(void) { - return kzalloc(LZO1X_MEM_COMPRESS, GFP_KERNEL); + void *ret; + + /* + * This function can be called in swapout/fs write path + * so we can't use GFP_FS|IO. And it assumes we already + * have at least one stream in zram initialization so we + * don't do best effort to allocate more stream in here. + * A default stream will work well without further multiple + * streams. That's why we use NORETRY | NOWARN. + */ + ret = kzalloc(LZO1X_MEM_COMPRESS, GFP_NOIO | __GFP_NORETRY | + __GFP_NOWARN); + if (!ret) + ret = __vmalloc(LZO1X_MEM_COMPRESS, + GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN | + __GFP_ZERO | __GFP_HIGHMEM, + PAGE_KERNEL); + return ret; } static void lzo_destroy(void *private) { - kfree(private); + kvfree(private); } static int lzo_compress(const unsigned char *src, unsigned char *dst, --- linux-lts-utopic-3.16.0.orig/drivers/block/zram/zram_drv.c +++ linux-lts-utopic-3.16.0/drivers/block/zram/zram_drv.c @@ -459,7 +459,8 @@ } if (page_zero_filled(uncmem)) { - kunmap_atomic(user_mem); + if (user_mem) + kunmap_atomic(user_mem); /* Free memory associated with this sector now. */ write_lock(&zram->meta->tb_lock); zram_free_page(zram, index); --- linux-lts-utopic-3.16.0.orig/drivers/bluetooth/ath3k.c +++ linux-lts-utopic-3.16.0/drivers/bluetooth/ath3k.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #define VERSION "1.0" @@ -50,12 +51,12 @@ #define ATH3K_NAME_LEN 0xFF struct ath3k_version { - unsigned int rom_version; - unsigned int build_version; - unsigned int ram_version; - unsigned char ref_clock; - unsigned char reserved[0x07]; -}; + __le32 rom_version; + __le32 build_version; + __le32 ram_version; + __u8 ref_clock; + __u8 reserved[7]; +} __packed; static const struct usb_device_id ath3k_table[] = { /* Atheros AR3011 */ @@ -64,6 +65,7 @@ /* Atheros AR3011 with sflash firmware*/ { USB_DEVICE(0x0489, 0xE027) }, { USB_DEVICE(0x0489, 0xE03D) }, + { USB_DEVICE(0x04F2, 0xAFF1) }, { USB_DEVICE(0x0930, 0x0215) }, { USB_DEVICE(0x0CF3, 0x3002) }, { USB_DEVICE(0x0CF3, 0xE019) }, @@ -78,6 +80,8 @@ { USB_DEVICE(0x0489, 0xe057) }, { USB_DEVICE(0x0489, 0xe056) }, { USB_DEVICE(0x0489, 0xe05f) }, + { USB_DEVICE(0x0489, 0xe076) }, + { USB_DEVICE(0x0489, 0xe078) }, { USB_DEVICE(0x04c5, 0x1330) }, { USB_DEVICE(0x04CA, 0x3004) }, { USB_DEVICE(0x04CA, 0x3005) }, @@ -85,8 +89,12 @@ { USB_DEVICE(0x04CA, 0x3007) }, { USB_DEVICE(0x04CA, 0x3008) }, { USB_DEVICE(0x04CA, 0x300b) }, + { USB_DEVICE(0x04CA, 0x300f) }, + { USB_DEVICE(0x04CA, 0x3010) }, { USB_DEVICE(0x0930, 0x0219) }, + { USB_DEVICE(0x0930, 0x021c) }, { USB_DEVICE(0x0930, 0x0220) }, + { USB_DEVICE(0x0930, 0x0227) }, { USB_DEVICE(0x0b05, 0x17d0) }, { USB_DEVICE(0x0CF3, 0x0036) }, { USB_DEVICE(0x0CF3, 0x3004) }, @@ -96,13 +104,19 @@ { USB_DEVICE(0x0CF3, 0x311F) }, { USB_DEVICE(0x0cf3, 0x3121) }, { USB_DEVICE(0x0CF3, 0x817a) }, + { USB_DEVICE(0x0CF3, 0x817b) }, { USB_DEVICE(0x0cf3, 0xe003) }, { USB_DEVICE(0x0CF3, 0xE004) }, { USB_DEVICE(0x0CF3, 0xE005) }, + { USB_DEVICE(0x0CF3, 0xE006) }, { USB_DEVICE(0x13d3, 0x3362) }, { USB_DEVICE(0x13d3, 0x3375) }, { USB_DEVICE(0x13d3, 0x3393) }, { USB_DEVICE(0x13d3, 0x3402) }, + { USB_DEVICE(0x13d3, 0x3408) }, + { USB_DEVICE(0x13d3, 0x3423) }, + { USB_DEVICE(0x13d3, 0x3432) }, + { USB_DEVICE(0x13d3, 0x3474) }, /* Atheros AR5BBU12 with sflash firmware */ { USB_DEVICE(0x0489, 0xE02C) }, @@ -127,6 +141,8 @@ { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x0489, 0xe076), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x0489, 0xe078), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x04c5, 0x1330), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x04ca, 0x3004), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 }, @@ -134,8 +150,12 @@ { USB_DEVICE(0x04ca, 0x3007), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x04ca, 0x300f), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x04ca, 0x3010), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x0930, 0x021c), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x0930, 0x0227), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0b05, 0x17d0), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0CF3, 0x0036), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 }, @@ -145,13 +165,19 @@ { USB_DEVICE(0x0cf3, 0x311F), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0CF3, 0x817a), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x0CF3, 0x817b), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x0cf3, 0xe006), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x13d3, 0x3408), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x13d3, 0x3423), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x13d3, 0x3432), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x13d3, 0x3474), .driver_info = BTUSB_ATH3012 }, /* Atheros AR5BBU22 with sflash firmware */ { USB_DEVICE(0x0489, 0xE036), .driver_info = BTUSB_ATH3012 }, @@ -163,6 +189,8 @@ #define USB_REQ_DFU_DNLOAD 1 #define BULK_SIZE 4096 #define FW_HDR_SIZE 20 +#define TIMEGAP_USEC_MIN 50 +#define TIMEGAP_USEC_MAX 100 static int ath3k_load_firmware(struct usb_device *udev, const struct firmware *firmware) @@ -194,6 +222,9 @@ pipe = usb_sndbulkpipe(udev, 0x02); while (count) { + /* workaround the compatibility issue with xHCI controller*/ + usleep_range(TIMEGAP_USEC_MIN, TIMEGAP_USEC_MAX); + size = min_t(uint, count, BULK_SIZE); memcpy(send_buf, firmware->data + sent, size); @@ -289,6 +320,9 @@ count -= size; while (count) { + /* workaround the compatibility issue with xHCI controller*/ + usleep_range(TIMEGAP_USEC_MIN, TIMEGAP_USEC_MAX); + size = min_t(uint, count, BULK_SIZE); pipe = usb_sndbulkpipe(udev, 0x02); @@ -347,7 +381,8 @@ unsigned char fw_state; char filename[ATH3K_NAME_LEN] = {0}; const struct firmware *firmware; - struct ath3k_version fw_version, pt_version; + struct ath3k_version fw_version; + __u32 pt_rom_version, pt_build_version; int ret; ret = ath3k_get_state(udev, &fw_state); @@ -368,7 +403,7 @@ } snprintf(filename, ATH3K_NAME_LEN, "ar3k/AthrBT_0x%08x.dfu", - le32_to_cpu(fw_version.rom_version)); + le32_to_cpu(fw_version.rom_version)); ret = request_firmware(&firmware, filename, &udev->dev); if (ret < 0) { @@ -376,12 +411,13 @@ return ret; } - pt_version.rom_version = *(int *)(firmware->data + firmware->size - 8); - pt_version.build_version = *(int *) - (firmware->data + firmware->size - 4); + pt_rom_version = get_unaligned_le32(firmware->data + + firmware->size - 8); + pt_build_version = get_unaligned_le32(firmware->data + + firmware->size - 4); - if ((pt_version.rom_version != fw_version.rom_version) || - (pt_version.build_version <= fw_version.build_version)) { + if (pt_rom_version != le32_to_cpu(fw_version.rom_version) || + pt_build_version <= le32_to_cpu(fw_version.build_version)) { BT_ERR("Patch file version did not match with firmware"); release_firmware(firmware); return -EINVAL; --- linux-lts-utopic-3.16.0.orig/drivers/bluetooth/btmrvl_drv.h +++ linux-lts-utopic-3.16.0/drivers/bluetooth/btmrvl_drv.h @@ -68,6 +68,7 @@ u8 hs_state; u8 wakeup_tries; wait_queue_head_t cmd_wait_q; + wait_queue_head_t event_hs_wait_q; u8 cmd_complete; bool is_suspended; }; --- linux-lts-utopic-3.16.0.orig/drivers/bluetooth/btmrvl_main.c +++ linux-lts-utopic-3.16.0/drivers/bluetooth/btmrvl_main.c @@ -114,6 +114,7 @@ adapter->hs_state = HS_ACTIVATED; if (adapter->psmode) adapter->ps_state = PS_SLEEP; + wake_up_interruptible(&adapter->event_hs_wait_q); BT_DBG("HS ACTIVATED!"); } else { BT_DBG("HS Enable failed"); @@ -253,11 +254,31 @@ int btmrvl_enable_hs(struct btmrvl_private *priv) { + struct btmrvl_adapter *adapter = priv->adapter; int ret; ret = btmrvl_send_sync_cmd(priv, BT_CMD_HOST_SLEEP_ENABLE, NULL, 0); - if (ret) + if (ret) { BT_ERR("Host sleep enable command failed\n"); + return ret; + } + + ret = wait_event_interruptible_timeout(adapter->event_hs_wait_q, + adapter->hs_state, + msecs_to_jiffies(WAIT_UNTIL_HS_STATE_CHANGED)); + if (ret < 0) { + BT_ERR("event_hs_wait_q terminated (%d): %d,%d,%d", + ret, adapter->hs_state, adapter->ps_state, + adapter->wakeup_tries); + } else if (!ret) { + BT_ERR("hs_enable timeout: %d,%d,%d", adapter->hs_state, + adapter->ps_state, adapter->wakeup_tries); + ret = -ETIMEDOUT; + } else { + BT_DBG("host sleep enabled: %d,%d,%d", adapter->hs_state, + adapter->ps_state, adapter->wakeup_tries); + ret = 0; + } return ret; } @@ -358,6 +379,7 @@ } init_waitqueue_head(&priv->adapter->cmd_wait_q); + init_waitqueue_head(&priv->adapter->event_hs_wait_q); } static void btmrvl_free_adapter(struct btmrvl_private *priv) @@ -645,12 +667,17 @@ init_waitqueue_head(&priv->main_thread.wait_q); priv->main_thread.task = kthread_run(btmrvl_service_main_thread, &priv->main_thread, "btmrvl_main_service"); + if (IS_ERR(priv->main_thread.task)) + goto err_thread; priv->btmrvl_dev.card = card; priv->btmrvl_dev.tx_dnld_rdy = true; return priv; +err_thread: + btmrvl_free_adapter(priv); + err_adapter: kfree(priv); @@ -666,6 +693,7 @@ hdev = priv->btmrvl_dev.hcidev; wake_up_interruptible(&priv->adapter->cmd_wait_q); + wake_up_interruptible(&priv->adapter->event_hs_wait_q); kthread_stop(priv->main_thread.task); --- linux-lts-utopic-3.16.0.orig/drivers/bluetooth/btusb.c +++ linux-lts-utopic-3.16.0/drivers/bluetooth/btusb.c @@ -49,7 +49,8 @@ #define BTUSB_WRONG_SCO_MTU 0x40 #define BTUSB_ATH3012 0x80 #define BTUSB_INTEL 0x100 -#define BTUSB_BCM_PATCHRAM 0x200 +#define BTUSB_INTEL_BOOT 0x200 +#define BTUSB_BCM_PATCHRAM 0x400 static const struct usb_device_id btusb_table[] = { /* Generic Bluetooth USB device */ @@ -107,20 +108,42 @@ { USB_DEVICE(0x0b05, 0x17b5) }, { USB_DEVICE(0x0b05, 0x17cb) }, { USB_DEVICE(0x413c, 0x8197) }, + { USB_DEVICE(0x13d3, 0x3404), + .driver_info = BTUSB_BCM_PATCHRAM }, + + /* Broadcom BCM20702B0 (Dynex/Insignia) */ + { USB_DEVICE(0x19ff, 0x0239), .driver_info = BTUSB_BCM_PATCHRAM }, /* Foxconn - Hon Hai */ - { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01) }, + { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01), + .driver_info = BTUSB_BCM_PATCHRAM }, + + /* Lite-On Technology - Broadcom based */ + { USB_VENDOR_AND_INTERFACE_INFO(0x04ca, 0xff, 0x01, 0x01), + .driver_info = BTUSB_BCM_PATCHRAM }, /* Broadcom devices with vendor specific id */ { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01), .driver_info = BTUSB_BCM_PATCHRAM }, + /* ASUSTek Computer - Broadcom based */ + { USB_VENDOR_AND_INTERFACE_INFO(0x0b05, 0xff, 0x01, 0x01), + .driver_info = BTUSB_BCM_PATCHRAM }, + /* Belkin F8065bf - Broadcom based */ { USB_VENDOR_AND_INTERFACE_INFO(0x050d, 0xff, 0x01, 0x01) }, /* IMC Networks - Broadcom based */ { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01) }, + /* Toshiba Corp - Broadcom based */ + { USB_VENDOR_AND_INTERFACE_INFO(0x0930, 0xff, 0x01, 0x01), + .driver_info = BTUSB_BCM_PATCHRAM }, + + /* Intel Bluetooth USB Bootloader (RAM module) */ + { USB_DEVICE(0x8087, 0x0a5a), + .driver_info = BTUSB_INTEL_BOOT | BTUSB_BROKEN_ISOC }, + { } /* Terminating entry */ }; @@ -136,6 +159,7 @@ /* Atheros 3011 with sflash firmware */ { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE }, { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE }, + { USB_DEVICE(0x04f2, 0xaff1), .driver_info = BTUSB_IGNORE }, { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE }, { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE }, { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE }, @@ -150,6 +174,8 @@ { USB_DEVICE(0x0489, 0xe056), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0489, 0xe057), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x0489, 0xe076), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x0489, 0xe078), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x04c5, 0x1330), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x04ca, 0x3004), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 }, @@ -157,8 +183,12 @@ { USB_DEVICE(0x04ca, 0x3007), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x04ca, 0x300b), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x04ca, 0x300f), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x04ca, 0x3010), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x0930, 0x021c), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x0930, 0x0227), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0b05, 0x17d0), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0x0036), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 }, @@ -168,13 +198,19 @@ { USB_DEVICE(0x0cf3, 0x311f), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0x817a), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x0cf3, 0x817b), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0xe005), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x0cf3, 0xe006), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x13d3, 0x3393), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x13d3, 0x3408), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x13d3, 0x3423), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x13d3, 0x3432), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x13d3, 0x3474), .driver_info = BTUSB_ATH3012 }, /* Atheros AR5BBU12 with sflash firmware */ { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE }, @@ -317,6 +353,9 @@ BT_ERR("%s corrupted event packet", hdev->name); hdev->stat.err_rx++; } + } else if (urb->status == -ENOENT) { + /* Avoid suspend failed when usb_kill_urb */ + return; } if (!test_bit(BTUSB_INTR_RUNNING, &data->flags)) @@ -405,6 +444,9 @@ BT_ERR("%s corrupted ACL packet", hdev->name); hdev->stat.err_rx++; } + } else if (urb->status == -ENOENT) { + /* Avoid suspend failed when usb_kill_urb */ + return; } if (!test_bit(BTUSB_BULK_RUNNING, &data->flags)) @@ -499,6 +541,9 @@ hdev->stat.err_rx++; } } + } else if (urb->status == -ENOENT) { + /* Avoid suspend failed when usb_kill_urb */ + return; } if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags)) @@ -1270,6 +1315,8 @@ } fw_ptr = fw->data; + kfree_skb(skb); + /* This Intel specific command enables the manufacturer mode of the * controller. * @@ -1641,6 +1688,9 @@ if (id->driver_info & BTUSB_INTEL) hdev->setup = btusb_setup_intel; + if (id->driver_info & BTUSB_INTEL_BOOT) + set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks); + /* Interface numbers are hardcoded in the specification */ data->isoc = usb_ifnum_to_if(data->udev, 1); @@ -1683,6 +1733,18 @@ data->isoc = NULL; } + if (id->driver_info & BTUSB_INTEL_BOOT) { + /* A bug in the bootloader causes that interrupt interface is + * only enabled after receiving SetInterface(0, AltSetting=0). + */ + err = usb_set_interface(data->udev, 0, 0); + if (err < 0) { + BT_ERR("failed to set interface 0, alt 0 %d", err); + hci_free_dev(hdev); + return err; + } + } + if (data->isoc) { err = usb_driver_claim_interface(&btusb_driver, data->isoc, data); --- linux-lts-utopic-3.16.0.orig/drivers/bluetooth/hci_h5.c +++ linux-lts-utopic-3.16.0/drivers/bluetooth/hci_h5.c @@ -237,7 +237,7 @@ break; to_remove--; - seq = (seq - 1) % 8; + seq = (seq - 1) & 0x07; } if (seq != h5->rx_ack) --- linux-lts-utopic-3.16.0.orig/drivers/bus/mvebu-mbus.c +++ linux-lts-utopic-3.16.0/drivers/bus/mvebu-mbus.c @@ -182,12 +182,25 @@ } /* Checks whether the given window number is available */ + +/* On Armada XP, 375 and 38x the MBus window 13 has the remap + * capability, like windows 0 to 7. However, the mvebu-mbus driver + * isn't currently taking into account this special case, which means + * that when window 13 is actually used, the remap registers are left + * to 0, making the device using this MBus window unavailable. The + * quick fix for stable is to not use window 13. A follow up patch + * will correctly handle this window. +*/ static int mvebu_mbus_window_is_free(struct mvebu_mbus_state *mbus, const int win) { void __iomem *addr = mbus->mbuswins_base + mbus->soc->win_cfg_offset(win); u32 ctrl = readl(addr + WIN_CTRL_OFF); + + if (win == 13) + return false; + return !(ctrl & WIN_CTRL_ENABLE); } --- linux-lts-utopic-3.16.0.orig/drivers/bus/omap_l3_noc.c +++ linux-lts-utopic-3.16.0/drivers/bus/omap_l3_noc.c @@ -222,10 +222,14 @@ } /* Error found so break the for loop */ - break; + return IRQ_HANDLED; } } - return IRQ_HANDLED; + + dev_err(l3->dev, "L3 %s IRQ not handled!!\n", + inttype ? "debug" : "application"); + + return IRQ_NONE; } static const struct of_device_id l3_noc_match[] = { @@ -296,11 +300,66 @@ return ret; } +#ifdef CONFIG_PM + +/** + * l3_resume_noirq() - resume function for l3_noc + * @dev: pointer to l3_noc device structure + * + * We only have the resume handler only since we + * have already maintained the delta register + * configuration as part of configuring the system + */ +static int l3_resume_noirq(struct device *dev) +{ + struct omap_l3 *l3 = dev_get_drvdata(dev); + int i; + struct l3_flagmux_data *flag_mux; + void __iomem *base, *mask_regx = NULL; + u32 mask_val; + + for (i = 0; i < l3->num_modules; i++) { + base = l3->l3_base[i]; + flag_mux = l3->l3_flagmux[i]; + if (!flag_mux->mask_app_bits && !flag_mux->mask_dbg_bits) + continue; + + mask_regx = base + flag_mux->offset + L3_FLAGMUX_MASK0 + + (L3_APPLICATION_ERROR << 3); + mask_val = readl_relaxed(mask_regx); + mask_val &= ~(flag_mux->mask_app_bits); + + writel_relaxed(mask_val, mask_regx); + mask_regx = base + flag_mux->offset + L3_FLAGMUX_MASK0 + + (L3_DEBUG_ERROR << 3); + mask_val = readl_relaxed(mask_regx); + mask_val &= ~(flag_mux->mask_dbg_bits); + + writel_relaxed(mask_val, mask_regx); + } + + /* Dummy read to force OCP barrier */ + if (mask_regx) + (void)readl(mask_regx); + + return 0; +} + +static const struct dev_pm_ops l3_dev_pm_ops = { + .resume_noirq = l3_resume_noirq, +}; + +#define L3_DEV_PM_OPS (&l3_dev_pm_ops) +#else +#define L3_DEV_PM_OPS NULL +#endif + static struct platform_driver omap_l3_driver = { .probe = omap_l3_probe, .driver = { .name = "omap_l3_noc", .owner = THIS_MODULE, + .pm = L3_DEV_PM_OPS, .of_match_table = of_match_ptr(l3_noc_match), }, }; --- linux-lts-utopic-3.16.0.orig/drivers/cdrom/cdrom.c +++ linux-lts-utopic-3.16.0/drivers/cdrom/cdrom.c @@ -289,7 +289,7 @@ /* default compatibility mode */ static bool autoclose=1; static bool autoeject; -static bool lockdoor = 1; +static bool lockdoor = 0; /* will we ever get to use this... sigh. */ static bool check_media_type; /* automatically restart mrw format */ --- linux-lts-utopic-3.16.0.orig/drivers/char/agp/intel-gtt.c +++ linux-lts-utopic-3.16.0/drivers/char/agp/intel-gtt.c @@ -585,7 +585,7 @@ /* Query intel_iommu to see if we need the workaround. Presumably that * was loaded first. */ - if ((gpu_devid == PCI_DEVICE_ID_INTEL_IRONLAKE_M_HB || + if ((gpu_devid == PCI_DEVICE_ID_INTEL_IRONLAKE_D_IG || gpu_devid == PCI_DEVICE_ID_INTEL_IRONLAKE_M_IG) && intel_iommu_gfx_mapped) return 1; --- linux-lts-utopic-3.16.0.orig/drivers/char/hw_random/Kconfig +++ linux-lts-utopic-3.16.0/drivers/char/hw_random/Kconfig @@ -333,6 +333,19 @@ If unsure, say Y. +config HW_RANDOM_XGENE + tristate "APM X-Gene True Random Number Generator (TRNG) support" + depends on HW_RANDOM && ARCH_XGENE + default HW_RANDOM + ---help--- + This driver provides kernel-side support for the Random Number + Generator hardware found on APM X-Gene SoC. + + To compile this driver as a module, choose M here: the + module will be called xgene_rng. + + If unsure, say Y. + endif # HW_RANDOM config UML_RANDOM --- linux-lts-utopic-3.16.0.orig/drivers/char/hw_random/Makefile +++ linux-lts-utopic-3.16.0/drivers/char/hw_random/Makefile @@ -29,3 +29,4 @@ obj-$(CONFIG_HW_RANDOM_TPM) += tpm-rng.o obj-$(CONFIG_HW_RANDOM_BCM2835) += bcm2835-rng.o obj-$(CONFIG_HW_RANDOM_MSM) += msm-rng.o +obj-$(CONFIG_HW_RANDOM_XGENE) += xgene-rng.o --- linux-lts-utopic-3.16.0.orig/drivers/char/hw_random/core.c +++ linux-lts-utopic-3.16.0/drivers/char/hw_random/core.c @@ -68,12 +68,6 @@ unsigned char bytes[16]; int bytes_read; - /* - * Currently only virtio-rng cannot return data during device - * probe, and that's handled in virtio-rng.c itself. If there - * are more such devices, this call to rng_get_data can be - * made conditional here instead of doing it per-device. - */ bytes_read = rng_get_data(rng, bytes, sizeof(bytes), 1); if (bytes_read > 0) add_device_randomness(bytes, bytes_read); --- linux-lts-utopic-3.16.0.orig/drivers/char/hw_random/pseries-rng.c +++ linux-lts-utopic-3.16.0/drivers/char/hw_random/pseries-rng.c @@ -25,18 +25,21 @@ #include -static int pseries_rng_data_read(struct hwrng *rng, u32 *data) +static int pseries_rng_read(struct hwrng *rng, void *data, size_t max, bool wait) { + u64 buffer[PLPAR_HCALL_BUFSIZE]; + size_t size = max < 8 ? max : 8; int rc; - rc = plpar_hcall(H_RANDOM, (unsigned long *)data); + rc = plpar_hcall(H_RANDOM, (unsigned long *)buffer); if (rc != H_SUCCESS) { pr_err_ratelimited("H_RANDOM call failed %d\n", rc); return -EIO; } + memcpy(data, buffer, size); /* The hypervisor interface returns 64 bits */ - return 8; + return size; } /** @@ -55,7 +58,7 @@ static struct hwrng pseries_rng = { .name = KBUILD_MODNAME, - .data_read = pseries_rng_data_read, + .read = pseries_rng_read, }; static int __init pseries_rng_probe(struct vio_dev *dev, --- linux-lts-utopic-3.16.0.orig/drivers/char/hw_random/virtio-rng.c +++ linux-lts-utopic-3.16.0/drivers/char/hw_random/virtio-rng.c @@ -36,9 +36,10 @@ bool busy; char name[25]; int index; + bool hwrng_register_done; + bool hwrng_removed; }; -static bool probe_done; static void random_recv_done(struct virtqueue *vq) { @@ -69,12 +70,8 @@ int ret; struct virtrng_info *vi = (struct virtrng_info *)rng->priv; - /* - * Don't ask host for data till we're setup. This call can - * happen during hwrng_register(), after commit d9e7972619. - */ - if (unlikely(!probe_done)) - return 0; + if (vi->hwrng_removed) + return -ENODEV; if (!vi->busy) { vi->busy = true; @@ -137,25 +134,20 @@ return err; } - err = hwrng_register(&vi->hwrng); - if (err) { - vdev->config->del_vqs(vdev); - vi->vq = NULL; - kfree(vi); - ida_simple_remove(&rng_index_ida, index); - return err; - } - - probe_done = true; return 0; } static void remove_common(struct virtio_device *vdev) { struct virtrng_info *vi = vdev->priv; + + vi->hwrng_removed = true; + vi->data_avail = 0; + complete(&vi->have_data); vdev->config->reset(vdev); vi->busy = false; - hwrng_unregister(&vi->hwrng); + if (vi->hwrng_register_done) + hwrng_unregister(&vi->hwrng); vdev->config->del_vqs(vdev); ida_simple_remove(&rng_index_ida, vi->index); kfree(vi); @@ -171,6 +163,16 @@ remove_common(vdev); } +static void virtrng_scan(struct virtio_device *vdev) +{ + struct virtrng_info *vi = vdev->priv; + int err; + + err = hwrng_register(&vi->hwrng); + if (!err) + vi->hwrng_register_done = true; +} + #ifdef CONFIG_PM_SLEEP static int virtrng_freeze(struct virtio_device *vdev) { @@ -195,6 +197,7 @@ .id_table = id_table, .probe = virtrng_probe, .remove = virtrng_remove, + .scan = virtrng_scan, #ifdef CONFIG_PM_SLEEP .freeze = virtrng_freeze, .restore = virtrng_restore, --- linux-lts-utopic-3.16.0.orig/drivers/char/hw_random/xgene-rng.c +++ linux-lts-utopic-3.16.0/drivers/char/hw_random/xgene-rng.c @@ -0,0 +1,423 @@ +/* + * APM X-Gene SoC RNG Driver + * + * Copyright (c) 2014, Applied Micro Circuits Corporation + * Author: Rameshwar Prasad Sahu + * Shamal Winchurkar + * Feng Kan + * + * 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; either version 2 of the License, or (at your + * option) any later version. + * + * 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, see . + * + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define RNG_MAX_DATUM 4 +#define MAX_TRY 100 +#define XGENE_RNG_RETRY_COUNT 20 +#define XGENE_RNG_RETRY_INTERVAL 10 + +/* RNG Registers */ +#define RNG_INOUT_0 0x00 +#define RNG_INTR_STS_ACK 0x10 +#define RNG_CONTROL 0x14 +#define RNG_CONFIG 0x18 +#define RNG_ALARMCNT 0x1c +#define RNG_FROENABLE 0x20 +#define RNG_FRODETUNE 0x24 +#define RNG_ALARMMASK 0x28 +#define RNG_ALARMSTOP 0x2c +#define RNG_OPTIONS 0x78 +#define RNG_EIP_REV 0x7c + +#define MONOBIT_FAIL_MASK BIT(7) +#define POKER_FAIL_MASK BIT(6) +#define LONG_RUN_FAIL_MASK BIT(5) +#define RUN_FAIL_MASK BIT(4) +#define NOISE_FAIL_MASK BIT(3) +#define STUCK_OUT_MASK BIT(2) +#define SHUTDOWN_OFLO_MASK BIT(1) +#define READY_MASK BIT(0) + +#define MAJOR_HW_REV_RD(src) (((src) & 0x0f000000) >> 24) +#define MINOR_HW_REV_RD(src) (((src) & 0x00f00000) >> 20) +#define HW_PATCH_LEVEL_RD(src) (((src) & 0x000f0000) >> 16) +#define MAX_REFILL_CYCLES_SET(dst, src) \ + ((dst & ~0xffff0000) | (((u32)src << 16) & 0xffff0000)) +#define MIN_REFILL_CYCLES_SET(dst, src) \ + ((dst & ~0x000000ff) | (((u32)src) & 0x000000ff)) +#define ALARM_THRESHOLD_SET(dst, src) \ + ((dst & ~0x000000ff) | (((u32)src) & 0x000000ff)) +#define ENABLE_RNG_SET(dst, src) \ + ((dst & ~BIT(10)) | (((u32)src << 10) & BIT(10))) +#define REGSPEC_TEST_MODE_SET(dst, src) \ + ((dst & ~BIT(8)) | (((u32)src << 8) & BIT(8))) +#define MONOBIT_FAIL_MASK_SET(dst, src) \ + ((dst & ~BIT(7)) | (((u32)src << 7) & BIT(7))) +#define POKER_FAIL_MASK_SET(dst, src) \ + ((dst & ~BIT(6)) | (((u32)src << 6) & BIT(6))) +#define LONG_RUN_FAIL_MASK_SET(dst, src) \ + ((dst & ~BIT(5)) | (((u32)src << 5) & BIT(5))) +#define RUN_FAIL_MASK_SET(dst, src) \ + ((dst & ~BIT(4)) | (((u32)src << 4) & BIT(4))) +#define NOISE_FAIL_MASK_SET(dst, src) \ + ((dst & ~BIT(3)) | (((u32)src << 3) & BIT(3))) +#define STUCK_OUT_MASK_SET(dst, src) \ + ((dst & ~BIT(2)) | (((u32)src << 2) & BIT(2))) +#define SHUTDOWN_OFLO_MASK_SET(dst, src) \ + ((dst & ~BIT(1)) | (((u32)src << 1) & BIT(1))) + +struct xgene_rng_dev { + u32 irq; + void __iomem *csr_base; + u32 revision; + u32 datum_size; + u32 failure_cnt; /* Failure count last minute */ + unsigned long failure_ts;/* First failure timestamp */ + struct timer_list failure_timer; + struct device *dev; + struct clk *clk; +}; + +static void xgene_rng_expired_timer(unsigned long arg) +{ + struct xgene_rng_dev *ctx = (struct xgene_rng_dev *) arg; + + /* Clear failure counter as timer expired */ + disable_irq(ctx->irq); + ctx->failure_cnt = 0; + del_timer(&ctx->failure_timer); + enable_irq(ctx->irq); +} + +static void xgene_rng_start_timer(struct xgene_rng_dev *ctx) +{ + ctx->failure_timer.data = (unsigned long) ctx; + ctx->failure_timer.function = xgene_rng_expired_timer; + ctx->failure_timer.expires = jiffies + 120 * HZ; + add_timer(&ctx->failure_timer); +} + +/* + * Initialize or reinit free running oscillators (FROs) + */ +static void xgene_rng_init_fro(struct xgene_rng_dev *ctx, u32 fro_val) +{ + writel(fro_val, ctx->csr_base + RNG_FRODETUNE); + writel(0x00000000, ctx->csr_base + RNG_ALARMMASK); + writel(0x00000000, ctx->csr_base + RNG_ALARMSTOP); + writel(0xFFFFFFFF, ctx->csr_base + RNG_FROENABLE); +} + +static void xgene_rng_chk_overflow(struct xgene_rng_dev *ctx) +{ + u32 val; + + val = readl(ctx->csr_base + RNG_INTR_STS_ACK); + if (val & MONOBIT_FAIL_MASK) + /* + * LFSR detected an out-of-bounds number of 1s after + * checking 20,000 bits (test T1 as specified in the + * AIS-31 standard) + */ + dev_err(ctx->dev, "test monobit failure error 0x%08X\n", val); + if (val & POKER_FAIL_MASK) + /* + * LFSR detected an out-of-bounds value in at least one + * of the 16 poker_count_X counters or an out of bounds sum + * of squares value after checking 20,000 bits (test T2 as + * specified in the AIS-31 standard) + */ + dev_err(ctx->dev, "test poker failure error 0x%08X\n", val); + if (val & LONG_RUN_FAIL_MASK) + /* + * LFSR detected a sequence of 34 identical bits + * (test T4 as specified in the AIS-31 standard) + */ + dev_err(ctx->dev, "test long run failure error 0x%08X\n", val); + if (val & RUN_FAIL_MASK) + /* + * LFSR detected an outof-bounds value for at least one + * of the running counters after checking 20,000 bits + * (test T3 as specified in the AIS-31 standard) + */ + dev_err(ctx->dev, "test run failure error 0x%08X\n", val); + if (val & NOISE_FAIL_MASK) + /* LFSR detected a sequence of 48 identical bits */ + dev_err(ctx->dev, "noise failure error 0x%08X\n", val); + if (val & STUCK_OUT_MASK) + /* + * Detected output data registers generated same value twice + * in a row + */ + dev_err(ctx->dev, "stuck out failure error 0x%08X\n", val); + + if (val & SHUTDOWN_OFLO_MASK) { + u32 frostopped; + + /* FROs shut down after a second error event. Try recover. */ + if (++ctx->failure_cnt == 1) { + /* 1st time, just recover */ + ctx->failure_ts = jiffies; + frostopped = readl(ctx->csr_base + RNG_ALARMSTOP); + xgene_rng_init_fro(ctx, frostopped); + + /* + * We must start a timer to clear out this error + * in case the system timer wrap around + */ + xgene_rng_start_timer(ctx); + } else { + /* 2nd time failure in lesser than 1 minute? */ + if (time_after(ctx->failure_ts + 60 * HZ, jiffies)) { + dev_err(ctx->dev, + "FRO shutdown failure error 0x%08X\n", + val); + } else { + /* 2nd time failure after 1 minutes, recover */ + ctx->failure_ts = jiffies; + ctx->failure_cnt = 1; + /* + * We must start a timer to clear out this + * error in case the system timer wrap + * around + */ + xgene_rng_start_timer(ctx); + } + frostopped = readl(ctx->csr_base + RNG_ALARMSTOP); + xgene_rng_init_fro(ctx, frostopped); + } + } + /* Clear them all */ + writel(val, ctx->csr_base + RNG_INTR_STS_ACK); +} + +static irqreturn_t xgene_rng_irq_handler(int irq, void *id) +{ + struct xgene_rng_dev *ctx = (struct xgene_rng_dev *) id; + + /* RNG Alarm Counter overflow */ + xgene_rng_chk_overflow(ctx); + + return IRQ_HANDLED; +} + +static int xgene_rng_data_present(struct hwrng *rng, int wait) +{ + struct xgene_rng_dev *ctx = (struct xgene_rng_dev *) rng->priv; + u32 i, val = 0; + + for (i = 0; i < XGENE_RNG_RETRY_COUNT; i++) { + val = readl(ctx->csr_base + RNG_INTR_STS_ACK); + if ((val & READY_MASK) || !wait) + break; + udelay(XGENE_RNG_RETRY_INTERVAL); + } + + return (val & READY_MASK); +} + +static int xgene_rng_data_read(struct hwrng *rng, u32 *data) +{ + struct xgene_rng_dev *ctx = (struct xgene_rng_dev *) rng->priv; + int i; + + for (i = 0; i < ctx->datum_size; i++) + data[i] = readl(ctx->csr_base + RNG_INOUT_0 + i * 4); + + /* Clear ready bit to start next transaction */ + writel(READY_MASK, ctx->csr_base + RNG_INTR_STS_ACK); + + return ctx->datum_size << 2; +} + +static void xgene_rng_init_internal(struct xgene_rng_dev *ctx) +{ + u32 val; + + writel(0x00000000, ctx->csr_base + RNG_CONTROL); + + val = MAX_REFILL_CYCLES_SET(0, 10); + val = MIN_REFILL_CYCLES_SET(val, 10); + writel(val, ctx->csr_base + RNG_CONFIG); + + val = ALARM_THRESHOLD_SET(0, 0xFF); + writel(val, ctx->csr_base + RNG_ALARMCNT); + + xgene_rng_init_fro(ctx, 0); + + writel(MONOBIT_FAIL_MASK | + POKER_FAIL_MASK | + LONG_RUN_FAIL_MASK | + RUN_FAIL_MASK | + NOISE_FAIL_MASK | + STUCK_OUT_MASK | + SHUTDOWN_OFLO_MASK | + READY_MASK, ctx->csr_base + RNG_INTR_STS_ACK); + + val = ENABLE_RNG_SET(0, 1); + val = MONOBIT_FAIL_MASK_SET(val, 1); + val = POKER_FAIL_MASK_SET(val, 1); + val = LONG_RUN_FAIL_MASK_SET(val, 1); + val = RUN_FAIL_MASK_SET(val, 1); + val = NOISE_FAIL_MASK_SET(val, 1); + val = STUCK_OUT_MASK_SET(val, 1); + val = SHUTDOWN_OFLO_MASK_SET(val, 1); + writel(val, ctx->csr_base + RNG_CONTROL); +} + +static int xgene_rng_init(struct hwrng *rng) +{ + struct xgene_rng_dev *ctx = (struct xgene_rng_dev *) rng->priv; + + ctx->failure_cnt = 0; + init_timer(&ctx->failure_timer); + + ctx->revision = readl(ctx->csr_base + RNG_EIP_REV); + + dev_dbg(ctx->dev, "Rev %d.%d.%d\n", + MAJOR_HW_REV_RD(ctx->revision), + MINOR_HW_REV_RD(ctx->revision), + HW_PATCH_LEVEL_RD(ctx->revision)); + + dev_dbg(ctx->dev, "Options 0x%08X", + readl(ctx->csr_base + RNG_OPTIONS)); + + xgene_rng_init_internal(ctx); + + ctx->datum_size = RNG_MAX_DATUM; + + return 0; +} + +static struct hwrng xgene_rng_func = { + .name = "xgene-rng", + .init = xgene_rng_init, + .data_present = xgene_rng_data_present, + .data_read = xgene_rng_data_read, +}; + +static int xgene_rng_probe(struct platform_device *pdev) +{ + struct resource *res; + struct xgene_rng_dev *ctx; + int rc = 0; + + ctx = devm_kzalloc(&pdev->dev, sizeof(*ctx), GFP_KERNEL); + if (!ctx) + return -ENOMEM; + + ctx->dev = &pdev->dev; + platform_set_drvdata(pdev, ctx); + + res = platform_get_resource(pdev, IORESOURCE_MEM, 0); + ctx->csr_base = devm_ioremap_resource(&pdev->dev, res); + if (IS_ERR(ctx->csr_base)) + return PTR_ERR(ctx->csr_base); + + ctx->irq = platform_get_irq(pdev, 0); + if (ctx->irq < 0) { + dev_err(&pdev->dev, "No IRQ resource\n"); + return ctx->irq; + } + + dev_dbg(&pdev->dev, "APM X-Gene RNG BASE %p ALARM IRQ %d", + ctx->csr_base, ctx->irq); + + rc = devm_request_irq(&pdev->dev, ctx->irq, xgene_rng_irq_handler, 0, + dev_name(&pdev->dev), ctx); + if (rc) { + dev_err(&pdev->dev, "Could not request RNG alarm IRQ\n"); + return rc; + } + + /* Enable IP clock */ + ctx->clk = devm_clk_get(&pdev->dev, NULL); + if (IS_ERR(ctx->clk)) { + dev_warn(&pdev->dev, "Couldn't get the clock for RNG\n"); + } else { + rc = clk_prepare_enable(ctx->clk); + if (rc) { + dev_warn(&pdev->dev, + "clock prepare enable failed for RNG"); + return rc; + } + } + + xgene_rng_func.priv = (unsigned long) ctx; + + rc = hwrng_register(&xgene_rng_func); + if (rc) { + dev_err(&pdev->dev, "RNG registering failed error %d\n", rc); + if (!IS_ERR(ctx->clk)) + clk_disable_unprepare(ctx->clk); + return rc; + } + + rc = device_init_wakeup(&pdev->dev, 1); + if (rc) { + dev_err(&pdev->dev, "RNG device_init_wakeup failed error %d\n", + rc); + if (!IS_ERR(ctx->clk)) + clk_disable_unprepare(ctx->clk); + hwrng_unregister(&xgene_rng_func); + return rc; + } + + return 0; +} + +static int xgene_rng_remove(struct platform_device *pdev) +{ + struct xgene_rng_dev *ctx = platform_get_drvdata(pdev); + int rc; + + rc = device_init_wakeup(&pdev->dev, 0); + if (rc) + dev_err(&pdev->dev, "RNG init wakeup failed error %d\n", rc); + if (!IS_ERR(ctx->clk)) + clk_disable_unprepare(ctx->clk); + hwrng_unregister(&xgene_rng_func); + + return rc; +} + +static const struct of_device_id xgene_rng_of_match[] = { + { .compatible = "apm,xgene-rng" }, + { } +}; + +MODULE_DEVICE_TABLE(of, xgene_rng_of_match); + +static struct platform_driver xgene_rng_driver = { + .probe = xgene_rng_probe, + .remove = xgene_rng_remove, + .driver = { + .name = "xgene-rng", + .of_match_table = xgene_rng_of_match, + }, +}; + +module_platform_driver(xgene_rng_driver); +MODULE_DESCRIPTION("APM X-Gene RNG driver"); +MODULE_LICENSE("GPL"); --- linux-lts-utopic-3.16.0.orig/drivers/char/ipmi/Kconfig +++ linux-lts-utopic-3.16.0/drivers/char/ipmi/Kconfig @@ -62,6 +62,12 @@ only be available on older systems if the "ipmi_si_intf.trydefaults=1" boot argument is passed. +config IPMI_POWERNV + depends on PPC_POWERNV + tristate 'POWERNV (OPAL firmware) IPMI interface' + help + Provides a driver for OPAL firmware-based IPMI interfaces. + config IPMI_WATCHDOG tristate 'IPMI Watchdog Timer' help --- linux-lts-utopic-3.16.0.orig/drivers/char/ipmi/Makefile +++ linux-lts-utopic-3.16.0/drivers/char/ipmi/Makefile @@ -7,5 +7,6 @@ obj-$(CONFIG_IPMI_HANDLER) += ipmi_msghandler.o obj-$(CONFIG_IPMI_DEVICE_INTERFACE) += ipmi_devintf.o obj-$(CONFIG_IPMI_SI) += ipmi_si.o +obj-$(CONFIG_IPMI_POWERNV) += ipmi_powernv.o obj-$(CONFIG_IPMI_WATCHDOG) += ipmi_watchdog.o obj-$(CONFIG_IPMI_POWEROFF) += ipmi_poweroff.o --- linux-lts-utopic-3.16.0.orig/drivers/char/ipmi/ipmi_powernv.c +++ linux-lts-utopic-3.16.0/drivers/char/ipmi/ipmi_powernv.c @@ -0,0 +1,310 @@ +/* + * PowerNV OPAL IPMI driver + * + * Copyright 2014 IBM Corp. + * + * 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; either version 2 of the License, or (at your option) + * any later version. + */ + +#define pr_fmt(fmt) "ipmi-powernv: " fmt + +#include +#include +#include +#include + +#include + + +struct ipmi_smi_powernv { + u64 interface_id; + struct ipmi_device_id ipmi_id; + ipmi_smi_t intf; + u64 event; + struct notifier_block event_nb; + + /** + * We assume that there can only be one outstanding request, so + * keep the pending message in cur_msg. We protect this from concurrent + * updates through send & recv calls, (and consequently opal_msg, which + * is in-use when cur_msg is set) with msg_lock + */ + spinlock_t msg_lock; + struct ipmi_smi_msg *cur_msg; + struct opal_ipmi_msg *opal_msg; +}; + +static int ipmi_powernv_start_processing(void *send_info, ipmi_smi_t intf) +{ + struct ipmi_smi_powernv *smi = send_info; + + smi->intf = intf; + return 0; +} + +static void send_error_reply(struct ipmi_smi_powernv *smi, + struct ipmi_smi_msg *msg, u8 completion_code) +{ + msg->rsp[0] = msg->data[0] | 0x4; + msg->rsp[1] = msg->data[1]; + msg->rsp[2] = completion_code; + msg->rsp_size = 3; + ipmi_smi_msg_received(smi->intf, msg); +} + +static void ipmi_powernv_send(void *send_info, struct ipmi_smi_msg *msg) +{ + struct ipmi_smi_powernv *smi = send_info; + struct opal_ipmi_msg *opal_msg; + unsigned long flags; + int comp, rc; + size_t size; + + /* ensure data_len will fit in the opal_ipmi_msg buffer... */ + if (msg->data_size > IPMI_MAX_MSG_LENGTH) { + comp = IPMI_REQ_LEN_EXCEEDED_ERR; + goto err; + } + + /* ... and that we at least have netfn and cmd bytes */ + if (msg->data_size < 2) { + comp = IPMI_REQ_LEN_INVALID_ERR; + goto err; + } + + spin_lock_irqsave(&smi->msg_lock, flags); + + if (smi->cur_msg) { + comp = IPMI_NODE_BUSY_ERR; + goto err_unlock; + } + + /* format our data for the OPAL API */ + opal_msg = smi->opal_msg; + opal_msg->version = OPAL_IPMI_MSG_FORMAT_VERSION_1; + opal_msg->netfn = msg->data[0]; + opal_msg->cmd = msg->data[1]; + if (msg->data_size > 2) + memcpy(opal_msg->data, msg->data + 2, msg->data_size - 2); + + /* data_size already includes the netfn and cmd bytes */ + size = sizeof(*opal_msg) + msg->data_size - 2; + + pr_devel("%s: opal_ipmi_send(0x%llx, %p, %ld)\n", __func__, + smi->interface_id, opal_msg, size); + rc = opal_ipmi_send(smi->interface_id, opal_msg, size); + pr_devel("%s: -> %d\n", __func__, rc); + + if (!rc) { + smi->cur_msg = msg; + spin_unlock_irqrestore(&smi->msg_lock, flags); + return; + } + + comp = IPMI_ERR_UNSPECIFIED; +err_unlock: + spin_unlock_irqrestore(&smi->msg_lock, flags); +err: + send_error_reply(smi, msg, comp); +} + +static int ipmi_powernv_recv(struct ipmi_smi_powernv *smi) +{ + struct opal_ipmi_msg *opal_msg; + struct ipmi_smi_msg *msg; + unsigned long flags; + uint64_t size; + int rc; + + pr_devel("%s: opal_ipmi_recv(%llx, msg, sz)\n", __func__, + smi->interface_id); + + spin_lock_irqsave(&smi->msg_lock, flags); + + if (!smi->cur_msg) { + pr_warn("no current message?\n"); + return 0; + } + + msg = smi->cur_msg; + opal_msg = smi->opal_msg; + + size = cpu_to_be64(sizeof(*opal_msg) + IPMI_MAX_MSG_LENGTH); + + rc = opal_ipmi_recv(smi->interface_id, + opal_msg, + &size); + size = be64_to_cpu(size); + pr_devel("%s: -> %d (size %lld)\n", __func__, + rc, rc == 0 ? size : 0); + if (rc) { + spin_unlock_irqrestore(&smi->msg_lock, flags); + ipmi_free_smi_msg(msg); + return 0; + } + + if (size < sizeof(*opal_msg)) { + spin_unlock_irqrestore(&smi->msg_lock, flags); + pr_warn("unexpected IPMI message size %lld\n", size); + return 0; + } + + if (opal_msg->version != OPAL_IPMI_MSG_FORMAT_VERSION_1) { + spin_unlock_irqrestore(&smi->msg_lock, flags); + pr_warn("unexpected IPMI message format (version %d)\n", + opal_msg->version); + return 0; + } + + msg->rsp[0] = opal_msg->netfn; + msg->rsp[1] = opal_msg->cmd; + if (size > sizeof(*opal_msg)) + memcpy(&msg->rsp[2], opal_msg->data, size - sizeof(*opal_msg)); + msg->rsp_size = 2 + size - sizeof(*opal_msg); + + smi->cur_msg = NULL; + spin_unlock_irqrestore(&smi->msg_lock, flags); + ipmi_smi_msg_received(smi->intf, msg); + return 0; +} + +static void ipmi_powernv_request_events(void *send_info) +{ +} + +static void ipmi_powernv_set_run_to_completion(void *send_info, + bool run_to_completion) +{ +} + +static void ipmi_powernv_poll(void *send_info) +{ + struct ipmi_smi_powernv *smi = send_info; + + ipmi_powernv_recv(smi); +} + +static struct ipmi_smi_handlers ipmi_powernv_smi_handlers = { + .owner = THIS_MODULE, + .start_processing = ipmi_powernv_start_processing, + .sender = ipmi_powernv_send, + .request_events = ipmi_powernv_request_events, + .set_run_to_completion = ipmi_powernv_set_run_to_completion, + .poll = ipmi_powernv_poll, +}; + +static int ipmi_opal_event(struct notifier_block *nb, + unsigned long events, void *change) +{ + struct ipmi_smi_powernv *smi = container_of(nb, + struct ipmi_smi_powernv, event_nb); + + if (events & smi->event) + ipmi_powernv_recv(smi); + return 0; +} + +static int ipmi_powernv_probe(struct platform_device *pdev) +{ + struct ipmi_smi_powernv *ipmi; + struct device *dev; + u32 prop; + int rc; + + if (!pdev || !pdev->dev.of_node) + return -ENODEV; + + dev = &pdev->dev; + + ipmi = devm_kzalloc(dev, sizeof(*ipmi), GFP_KERNEL); + if (!ipmi) + return -ENOMEM; + + spin_lock_init(&ipmi->msg_lock); + + rc = of_property_read_u32(dev->of_node, "ibm,ipmi-interface-id", + &prop); + if (rc) { + dev_warn(dev, "No interface ID property\n"); + goto err_free; + } + ipmi->interface_id = prop; + + rc = of_property_read_u32(dev->of_node, "interrupts", &prop); + if (rc) { + dev_warn(dev, "No interrupts property\n"); + goto err_free; + } + + ipmi->event = 1ull << prop; + ipmi->event_nb.notifier_call = ipmi_opal_event; + + rc = opal_notifier_register(&ipmi->event_nb); + if (rc) { + dev_warn(dev, "OPAL notifier registration failed (%d)\n", rc); + goto err_free; + } + + ipmi->opal_msg = devm_kmalloc(dev, + sizeof(*ipmi->opal_msg) + IPMI_MAX_MSG_LENGTH, + GFP_KERNEL); + if (!ipmi->opal_msg) { + rc = -ENOMEM; + goto err_unregister; + } + + /* todo: query actual ipmi_device_id */ + rc = ipmi_register_smi(&ipmi_powernv_smi_handlers, ipmi, + &ipmi->ipmi_id, dev, "bmc", 0); + if (rc) { + dev_warn(dev, "IPMI SMI registration failed (%d)\n", rc); + goto err_free_msg; + } + + dev_set_drvdata(dev, ipmi); + return 0; + +err_free_msg: + devm_kfree(dev, ipmi->opal_msg); +err_unregister: + opal_notifier_unregister(&ipmi->event_nb); +err_free: + devm_kfree(dev, ipmi); + return rc; +} + +static int ipmi_powernv_remove(struct platform_device *pdev) +{ + struct ipmi_smi_powernv *smi = dev_get_drvdata(&pdev->dev); + + ipmi_unregister_smi(smi->intf); + opal_notifier_unregister(&smi->event_nb); + return 0; +} + +static const struct of_device_id ipmi_powernv_match[] = { + { .compatible = "ibm,opal-ipmi" }, + { }, +}; + + +static struct platform_driver powernv_ipmi_driver = { + .driver = { + .name = "ipmi-powernv", + .owner = THIS_MODULE, + .of_match_table = ipmi_powernv_match, + }, + .probe = ipmi_powernv_probe, + .remove = ipmi_powernv_remove, +}; + + +module_platform_driver(powernv_ipmi_driver); + +MODULE_DEVICE_TABLE(of, ipmi_powernv_match); +MODULE_DESCRIPTION("powernv IPMI driver"); +MODULE_AUTHOR("Jeremy Kerr "); +MODULE_LICENSE("GPL"); --- linux-lts-utopic-3.16.0.orig/drivers/char/ipmi/ipmi_si_intf.c +++ linux-lts-utopic-3.16.0/drivers/char/ipmi/ipmi_si_intf.c @@ -1176,14 +1176,14 @@ new_smi->intf = intf; - /* Try to claim any interrupts. */ - if (new_smi->irq_setup) - new_smi->irq_setup(new_smi); - /* Set up the timer that drives the interface. */ setup_timer(&new_smi->si_timer, smi_timeout, (long)new_smi); smi_mod_timer(new_smi, jiffies + SI_TIMEOUT_JIFFIES); + /* Try to claim any interrupts. */ + if (new_smi->irq_setup) + new_smi->irq_setup(new_smi); + /* * Check if the user forcefully enabled the daemon. */ --- linux-lts-utopic-3.16.0.orig/drivers/char/random.c +++ linux-lts-utopic-3.16.0/drivers/char/random.c @@ -1076,8 +1076,8 @@ * pool while mixing, and hash one final time. */ sha_transform(hash.w, extract, workspace); - memset(extract, 0, sizeof(extract)); - memset(workspace, 0, sizeof(workspace)); + memzero_explicit(extract, sizeof(extract)); + memzero_explicit(workspace, sizeof(workspace)); /* * In case the hash function has some recognizable output @@ -1089,7 +1089,7 @@ hash.w[2] ^= rol32(hash.w[2], 16); memcpy(out, &hash, EXTRACT_SIZE); - memset(&hash, 0, sizeof(hash)); + memzero_explicit(&hash, sizeof(hash)); } /* @@ -1146,7 +1146,7 @@ } /* Wipe data just returned from memory */ - memset(tmp, 0, sizeof(tmp)); + memzero_explicit(tmp, sizeof(tmp)); return ret; } @@ -1188,7 +1188,7 @@ } /* Wipe data just returned from memory */ - memset(tmp, 0, sizeof(tmp)); + memzero_explicit(tmp, sizeof(tmp)); return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/char/tpm/tpm-interface.c +++ linux-lts-utopic-3.16.0/drivers/char/tpm/tpm-interface.c @@ -491,11 +491,10 @@ int tpm_get_timeouts(struct tpm_chip *chip) { struct tpm_cmd_t tpm_cmd; - struct timeout_t *timeout_cap; + unsigned long new_timeout[4]; + unsigned long old_timeout[4]; struct duration_t *duration_cap; ssize_t rc; - u32 timeout; - unsigned int scale = 1; tpm_cmd.header.in = tpm_getcap_header; tpm_cmd.params.getcap_in.cap = TPM_CAP_PROP; @@ -529,25 +528,46 @@ != sizeof(tpm_cmd.header.out) + sizeof(u32) + 4 * sizeof(u32)) return -EINVAL; - timeout_cap = &tpm_cmd.params.getcap_out.cap.timeout; - /* Don't overwrite default if value is 0 */ - timeout = be32_to_cpu(timeout_cap->a); - if (timeout && timeout < 1000) { - /* timeouts in msec rather usec */ - scale = 1000; - chip->vendor.timeout_adjusted = true; - } - if (timeout) - chip->vendor.timeout_a = usecs_to_jiffies(timeout * scale); - timeout = be32_to_cpu(timeout_cap->b); - if (timeout) - chip->vendor.timeout_b = usecs_to_jiffies(timeout * scale); - timeout = be32_to_cpu(timeout_cap->c); - if (timeout) - chip->vendor.timeout_c = usecs_to_jiffies(timeout * scale); - timeout = be32_to_cpu(timeout_cap->d); - if (timeout) - chip->vendor.timeout_d = usecs_to_jiffies(timeout * scale); + old_timeout[0] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.a); + old_timeout[1] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.b); + old_timeout[2] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.c); + old_timeout[3] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.d); + memcpy(new_timeout, old_timeout, sizeof(new_timeout)); + + /* + * Provide ability for vendor overrides of timeout values in case + * of misreporting. + */ + if (chip->ops->update_timeouts != NULL) + chip->vendor.timeout_adjusted = + chip->ops->update_timeouts(chip, new_timeout); + + if (!chip->vendor.timeout_adjusted) { + /* Don't overwrite default if value is 0 */ + if (new_timeout[0] != 0 && new_timeout[0] < 1000) { + int i; + + /* timeouts in msec rather usec */ + for (i = 0; i != ARRAY_SIZE(new_timeout); i++) + new_timeout[i] *= 1000; + chip->vendor.timeout_adjusted = true; + } + } + + /* Report adjusted timeouts */ + if (chip->vendor.timeout_adjusted) { + dev_info(chip->dev, + HW_ERR "Adjusting reported timeouts: A %lu->%luus B %lu->%luus C %lu->%luus D %lu->%luus\n", + old_timeout[0], new_timeout[0], + old_timeout[1], new_timeout[1], + old_timeout[2], new_timeout[2], + old_timeout[3], new_timeout[3]); + } + + chip->vendor.timeout_a = usecs_to_jiffies(new_timeout[0]); + chip->vendor.timeout_b = usecs_to_jiffies(new_timeout[1]); + chip->vendor.timeout_c = usecs_to_jiffies(new_timeout[2]); + chip->vendor.timeout_d = usecs_to_jiffies(new_timeout[3]); duration: tpm_cmd.header.in = tpm_getcap_header; @@ -991,13 +1011,13 @@ int err, total = 0, retries = 5; u8 *dest = out; + if (!out || !num_bytes || max > TPM_MAX_RNG_DATA) + return -EINVAL; + chip = tpm_chip_find_get(chip_num); if (chip == NULL) return -ENODEV; - if (!out || !num_bytes || max > TPM_MAX_RNG_DATA) - return -EINVAL; - do { tpm_cmd.header.in = tpm_getrandom_header; tpm_cmd.params.getrandom_in.num_bytes = cpu_to_be32(num_bytes); @@ -1016,6 +1036,7 @@ num_bytes -= recd; } while (retries-- && total < max); + tpm_chip_put(chip); return total ? total : -EIO; } EXPORT_SYMBOL_GPL(tpm_get_random); @@ -1095,17 +1116,19 @@ goto del_misc; if (tpm_add_ppi(&dev->kobj)) - goto del_misc; + goto del_sysfs; chip->bios_dir = tpm_bios_log_setup(chip->devname); /* Make chip available */ spin_lock(&driver_lock); - list_add_rcu(&chip->list, &tpm_chip_list); + list_add_tail_rcu(&chip->list, &tpm_chip_list); spin_unlock(&driver_lock); return chip; +del_sysfs: + tpm_sysfs_del_device(chip); del_misc: tpm_dev_del_device(chip); put_device: --- linux-lts-utopic-3.16.0.orig/drivers/char/tpm/tpm_i2c_atmel.c +++ linux-lts-utopic-3.16.0/drivers/char/tpm/tpm_i2c_atmel.c @@ -168,6 +168,10 @@ chip->vendor.priv = devm_kzalloc(dev, sizeof(struct priv_data), GFP_KERNEL); + if (!chip->vendor.priv) { + rc = -ENOMEM; + goto out_err; + } /* Default timeouts */ chip->vendor.timeout_a = msecs_to_jiffies(TPM_I2C_SHORT_TIMEOUT); --- linux-lts-utopic-3.16.0.orig/drivers/char/tpm/tpm_i2c_nuvoton.c +++ linux-lts-utopic-3.16.0/drivers/char/tpm/tpm_i2c_nuvoton.c @@ -538,6 +538,11 @@ chip->vendor.priv = devm_kzalloc(dev, sizeof(struct priv_data), GFP_KERNEL); + if (!chip->vendor.priv) { + rc = -ENOMEM; + goto out_err; + } + init_waitqueue_head(&chip->vendor.read_queue); init_waitqueue_head(&chip->vendor.int_queue); --- linux-lts-utopic-3.16.0.orig/drivers/char/tpm/tpm_i2c_stm_st33.c +++ linux-lts-utopic-3.16.0/drivers/char/tpm/tpm_i2c_stm_st33.c @@ -397,7 +397,7 @@ */ static int recv_data(struct tpm_chip *chip, u8 *buf, size_t count) { - int size = 0, burstcnt, len; + int size = 0, burstcnt, len, ret; struct i2c_client *client; client = (struct i2c_client *)TPM_VPRIV(chip); @@ -412,7 +412,10 @@ if (burstcnt < 0) return burstcnt; len = min_t(int, burstcnt, count - size); - I2C_READ_DATA(client, TPM_DATA_FIFO, buf + size, len); + ret = I2C_READ_DATA(client, TPM_DATA_FIFO, buf + size, len); + if (ret < 0) + return ret; + size += len; } return size; @@ -487,7 +490,7 @@ if (burstcnt < 0) return burstcnt; size = min_t(int, len - i - 1, burstcnt); - ret = I2C_WRITE_DATA(client, TPM_DATA_FIFO, buf, size); + ret = I2C_WRITE_DATA(client, TPM_DATA_FIFO, buf + i, size); if (ret < 0) goto out_err; @@ -714,6 +717,7 @@ } tpm_get_timeouts(chip); + tpm_do_selftest(chip); dev_info(chip->dev, "TPM I2C Initialized\n"); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/char/tpm/tpm_ibmvtpm.c +++ linux-lts-utopic-3.16.0/drivers/char/tpm/tpm_ibmvtpm.c @@ -124,7 +124,7 @@ { struct ibmvtpm_dev *ibmvtpm; struct ibmvtpm_crq crq; - u64 *word = (u64 *) &crq; + __be64 *word = (__be64 *)&crq; int rc; ibmvtpm = (struct ibmvtpm_dev *)TPM_VPRIV(chip); @@ -145,10 +145,11 @@ memcpy((void *)ibmvtpm->rtce_buf, (void *)buf, count); crq.valid = (u8)IBMVTPM_VALID_CMD; crq.msg = (u8)VTPM_TPM_COMMAND; - crq.len = (u16)count; - crq.data = ibmvtpm->rtce_dma_handle; + crq.len = cpu_to_be16(count); + crq.data = cpu_to_be32(ibmvtpm->rtce_dma_handle); - rc = ibmvtpm_send_crq(ibmvtpm->vdev, word[0], word[1]); + rc = ibmvtpm_send_crq(ibmvtpm->vdev, be64_to_cpu(word[0]), + be64_to_cpu(word[1])); if (rc != H_SUCCESS) { dev_err(ibmvtpm->dev, "tpm_ibmvtpm_send failed rc=%d\n", rc); rc = 0; @@ -186,7 +187,8 @@ crq.valid = (u8)IBMVTPM_VALID_CMD; crq.msg = (u8)VTPM_GET_RTCE_BUFFER_SIZE; - rc = ibmvtpm_send_crq(ibmvtpm->vdev, buf[0], buf[1]); + rc = ibmvtpm_send_crq(ibmvtpm->vdev, cpu_to_be64(buf[0]), + cpu_to_be64(buf[1])); if (rc != H_SUCCESS) dev_err(ibmvtpm->dev, "ibmvtpm_crq_get_rtce_size failed rc=%d\n", rc); @@ -212,7 +214,8 @@ crq.valid = (u8)IBMVTPM_VALID_CMD; crq.msg = (u8)VTPM_GET_VERSION; - rc = ibmvtpm_send_crq(ibmvtpm->vdev, buf[0], buf[1]); + rc = ibmvtpm_send_crq(ibmvtpm->vdev, cpu_to_be64(buf[0]), + cpu_to_be64(buf[1])); if (rc != H_SUCCESS) dev_err(ibmvtpm->dev, "ibmvtpm_crq_get_version failed rc=%d\n", rc); @@ -307,6 +310,14 @@ static unsigned long tpm_ibmvtpm_get_desired_dma(struct vio_dev *vdev) { struct ibmvtpm_dev *ibmvtpm = ibmvtpm_get_data(&vdev->dev); + + /* ibmvtpm initializes at probe time, so the data we are + * asking for may not be set yet. Estimate that 4K required + * for TCE-mapped buffer in addition to CRQ. + */ + if (!ibmvtpm) + return CRQ_RES_BUF_SIZE + PAGE_SIZE; + return CRQ_RES_BUF_SIZE + ibmvtpm->rtce_size; } @@ -327,7 +338,8 @@ crq.valid = (u8)IBMVTPM_VALID_CMD; crq.msg = (u8)VTPM_PREPARE_TO_SUSPEND; - rc = ibmvtpm_send_crq(ibmvtpm->vdev, buf[0], buf[1]); + rc = ibmvtpm_send_crq(ibmvtpm->vdev, cpu_to_be64(buf[0]), + cpu_to_be64(buf[1])); if (rc != H_SUCCESS) dev_err(ibmvtpm->dev, "tpm_ibmvtpm_suspend failed rc=%d\n", rc); @@ -472,13 +484,13 @@ case IBMVTPM_VALID_CMD: switch (crq->msg) { case VTPM_GET_RTCE_BUFFER_SIZE_RES: - if (crq->len <= 0) { + if (be16_to_cpu(crq->len) <= 0) { dev_err(ibmvtpm->dev, "Invalid rtce size\n"); return; } - ibmvtpm->rtce_size = crq->len; + ibmvtpm->rtce_size = be16_to_cpu(crq->len); ibmvtpm->rtce_buf = kmalloc(ibmvtpm->rtce_size, - GFP_KERNEL); + GFP_ATOMIC); if (!ibmvtpm->rtce_buf) { dev_err(ibmvtpm->dev, "Failed to allocate memory for rtce buffer\n"); return; @@ -497,11 +509,11 @@ return; case VTPM_GET_VERSION_RES: - ibmvtpm->vtpm_version = crq->data; + ibmvtpm->vtpm_version = be32_to_cpu(crq->data); return; case VTPM_TPM_COMMAND_RES: /* len of the data in rtce buffer */ - ibmvtpm->res_len = crq->len; + ibmvtpm->res_len = be16_to_cpu(crq->len); wake_up_interruptible(&ibmvtpm->wq); return; default: @@ -567,6 +579,9 @@ goto cleanup; } + ibmvtpm->dev = dev; + ibmvtpm->vdev = vio_dev; + crq_q = &ibmvtpm->crq_queue; crq_q->crq_addr = (struct ibmvtpm_crq *)get_zeroed_page(GFP_KERNEL); if (!crq_q->crq_addr) { @@ -611,8 +626,6 @@ crq_q->index = 0; - ibmvtpm->dev = dev; - ibmvtpm->vdev = vio_dev; TPM_VPRIV(chip) = (void *)ibmvtpm; spin_lock_init(&ibmvtpm->rtce_lock); --- linux-lts-utopic-3.16.0.orig/drivers/char/tpm/tpm_ibmvtpm.h +++ linux-lts-utopic-3.16.0/drivers/char/tpm/tpm_ibmvtpm.h @@ -22,9 +22,9 @@ struct ibmvtpm_crq { u8 valid; u8 msg; - u16 len; - u32 data; - u64 reserved; + __be16 len; + __be32 data; + __be64 reserved; } __attribute__((packed, aligned(8))); struct ibmvtpm_crq_queue { --- linux-lts-utopic-3.16.0.orig/drivers/char/tpm/tpm_of.c +++ linux-lts-utopic-3.16.0/drivers/char/tpm/tpm_of.c @@ -53,17 +53,18 @@ goto cleanup_eio; } - of_node_put(np); log->bios_event_log = kmalloc(*sizep, GFP_KERNEL); if (!log->bios_event_log) { pr_err("%s: ERROR - Not enough memory for BIOS measurements\n", __func__); + of_node_put(np); return -ENOMEM; } log->bios_event_log_end = log->bios_event_log + *sizep; memcpy(log->bios_event_log, __va(be64_to_cpup(basep)), *sizep); + of_node_put(np); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/char/tpm/tpm_tis.c +++ linux-lts-utopic-3.16.0/drivers/char/tpm/tpm_tis.c @@ -75,6 +75,10 @@ #define TPM_DID_VID(l) (0x0F00 | ((l) << 12)) #define TPM_RID(l) (0x0F04 | ((l) << 12)) +struct priv_data { + bool irq_tested; +}; + static LIST_HEAD(tis_chips); static DEFINE_MUTEX(tis_lock); @@ -338,12 +342,27 @@ return rc; } +static void disable_interrupts(struct tpm_chip *chip) +{ + u32 intmask; + + intmask = + ioread32(chip->vendor.iobase + + TPM_INT_ENABLE(chip->vendor.locality)); + intmask &= ~TPM_GLOBAL_INT_ENABLE; + iowrite32(intmask, + chip->vendor.iobase + + TPM_INT_ENABLE(chip->vendor.locality)); + free_irq(chip->vendor.irq, chip); + chip->vendor.irq = 0; +} + /* * If interrupts are used (signaled by an irq set in the vendor structure) * tpm.c can skip polling for the data to be available as the interrupt is * waited for here */ -static int tpm_tis_send(struct tpm_chip *chip, u8 *buf, size_t len) +static int tpm_tis_send_main(struct tpm_chip *chip, u8 *buf, size_t len) { int rc; u32 ordinal; @@ -373,6 +392,60 @@ return rc; } +static int tpm_tis_send(struct tpm_chip *chip, u8 *buf, size_t len) +{ + int rc, irq; + struct priv_data *priv = chip->vendor.priv; + + if (!chip->vendor.irq || priv->irq_tested) + return tpm_tis_send_main(chip, buf, len); + + /* Verify receipt of the expected IRQ */ + irq = chip->vendor.irq; + chip->vendor.irq = 0; + rc = tpm_tis_send_main(chip, buf, len); + chip->vendor.irq = irq; + if (!priv->irq_tested) + msleep(1); + if (!priv->irq_tested) { + disable_interrupts(chip); + dev_err(chip->dev, + FW_BUG "TPM interrupt not working, polling instead\n"); + } + priv->irq_tested = true; + return rc; +} + +struct tis_vendor_timeout_override { + u32 did_vid; + unsigned long timeout_us[4]; +}; + +static const struct tis_vendor_timeout_override vendor_timeout_overrides[] = { + /* Atmel 3204 */ + { 0x32041114, { (TIS_SHORT_TIMEOUT*1000), (TIS_LONG_TIMEOUT*1000), + (TIS_SHORT_TIMEOUT*1000), (TIS_SHORT_TIMEOUT*1000) } }, +}; + +static bool tpm_tis_update_timeouts(struct tpm_chip *chip, + unsigned long *timeout_cap) +{ + int i; + u32 did_vid; + + did_vid = ioread32(chip->vendor.iobase + TPM_DID_VID(0)); + + for (i = 0; i != ARRAY_SIZE(vendor_timeout_overrides); i++) { + if (vendor_timeout_overrides[i].did_vid != did_vid) + continue; + memcpy(timeout_cap, vendor_timeout_overrides[i].timeout_us, + sizeof(vendor_timeout_overrides[i].timeout_us)); + return true; + } + + return false; +} + /* * Early probing for iTPM with STS_DATA_EXPECT flaw. * Try sending command without itpm flag set and if that @@ -437,6 +510,7 @@ .recv = tpm_tis_recv, .send = tpm_tis_send, .cancel = tpm_tis_ready, + .update_timeouts = tpm_tis_update_timeouts, .req_complete_mask = TPM_STS_DATA_AVAIL | TPM_STS_VALID, .req_complete_val = TPM_STS_DATA_AVAIL | TPM_STS_VALID, .req_canceled = tpm_tis_req_canceled, @@ -474,6 +548,7 @@ if (interrupt == 0) return IRQ_NONE; + ((struct priv_data *)chip->vendor.priv)->irq_tested = true; if (interrupt & TPM_INTF_DATA_AVAIL_INT) wake_up_interruptible(&chip->vendor.read_queue); if (interrupt & TPM_INTF_LOCALITY_CHANGE_INT) @@ -503,9 +578,14 @@ u32 vendor, intfcaps, intmask; int rc, i, irq_s, irq_e, probe; struct tpm_chip *chip; + struct priv_data *priv; + priv = devm_kzalloc(dev, sizeof(struct priv_data), GFP_KERNEL); + if (priv == NULL) + return -ENOMEM; if (!(chip = tpm_register_hardware(dev, &tpm_tis))) return -ENODEV; + chip->vendor.priv = priv; chip->vendor.iobase = ioremap(start, len); if (!chip->vendor.iobase) { @@ -574,19 +654,6 @@ if (intfcaps & TPM_INTF_DATA_AVAIL_INT) dev_dbg(dev, "\tData Avail Int Support\n"); - /* get the timeouts before testing for irqs */ - if (tpm_get_timeouts(chip)) { - dev_err(dev, "Could not get TPM timeouts and durations\n"); - rc = -ENODEV; - goto out_err; - } - - if (tpm_do_selftest(chip)) { - dev_err(dev, "TPM self test failed\n"); - rc = -ENODEV; - goto out_err; - } - /* INTERRUPT Setup */ init_waitqueue_head(&chip->vendor.read_queue); init_waitqueue_head(&chip->vendor.int_queue); @@ -688,6 +755,18 @@ } } + if (tpm_get_timeouts(chip)) { + dev_err(dev, "Could not get TPM timeouts and durations\n"); + rc = -ENODEV; + goto out_err; + } + + if (tpm_do_selftest(chip)) { + dev_err(dev, "TPM self test failed\n"); + rc = -ENODEV; + goto out_err; + } + INIT_LIST_HEAD(&chip->vendor.list); mutex_lock(&tis_lock); list_add(&chip->vendor.list, &tis_chips); --- linux-lts-utopic-3.16.0.orig/drivers/char/virtio_console.c +++ linux-lts-utopic-3.16.0/drivers/char/virtio_console.c @@ -142,6 +142,7 @@ * notification */ struct work_struct control_work; + struct work_struct config_work; struct list_head ports; @@ -1832,10 +1833,21 @@ portdev = vdev->priv; + if (!use_multiport(portdev)) + schedule_work(&portdev->config_work); +} + +static void config_work_handler(struct work_struct *work) +{ + struct ports_device *portdev; + + portdev = container_of(work, struct ports_device, control_work); if (!use_multiport(portdev)) { + struct virtio_device *vdev; struct port *port; u16 rows, cols; + vdev = portdev->vdev; virtio_cread(vdev, struct virtio_console_config, cols, &cols); virtio_cread(vdev, struct virtio_console_config, rows, &rows); @@ -2024,12 +2036,14 @@ spin_lock_init(&portdev->ports_lock); INIT_LIST_HEAD(&portdev->ports); + INIT_WORK(&portdev->config_work, &config_work_handler); + INIT_WORK(&portdev->control_work, &control_work_handler); + if (multiport) { unsigned int nr_added_bufs; spin_lock_init(&portdev->c_ivq_lock); spin_lock_init(&portdev->c_ovq_lock); - INIT_WORK(&portdev->control_work, &control_work_handler); nr_added_bufs = fill_queue(portdev->c_ivq, &portdev->c_ivq_lock); @@ -2097,6 +2111,8 @@ /* Finish up work that's lined up */ if (use_multiport(portdev)) cancel_work_sync(&portdev->control_work); + else + cancel_work_sync(&portdev->config_work); list_for_each_entry_safe(port, port2, &portdev->ports, list) unplug_port(port); @@ -2148,6 +2164,7 @@ virtqueue_disable_cb(portdev->c_ivq); cancel_work_sync(&portdev->control_work); + cancel_work_sync(&portdev->config_work); /* * Once more: if control_work_handler() was running, it would * enable the cb as the last step. --- linux-lts-utopic-3.16.0.orig/drivers/clk/at91/clk-slow.c +++ linux-lts-utopic-3.16.0/drivers/clk/at91/clk-slow.c @@ -70,6 +70,7 @@ #define to_clk_sam9x5_slow(hw) container_of(hw, struct clk_sam9x5_slow, hw) +static struct clk *slow_clk; static int clk_slow_osc_prepare(struct clk_hw *hw) { @@ -357,6 +358,8 @@ clk = clk_register(NULL, &slowck->hw); if (IS_ERR(clk)) kfree(slowck); + else + slow_clk = clk; return clk; } @@ -433,6 +436,8 @@ clk = clk_register(NULL, &slowck->hw); if (IS_ERR(clk)) kfree(slowck); + else + slow_clk = clk; return clk; } @@ -465,3 +470,25 @@ of_clk_add_provider(np, of_clk_src_simple_get, clk); } + +/* + * FIXME: All slow clk users are not properly claiming it (get + prepare + + * enable) before using it. + * If all users properly claiming this clock decide that they don't need it + * anymore (or are removed), it is disabled while faulty users are still + * requiring it, and the system hangs. + * Prevent this clock from being disabled until all users are properly + * requesting it. + * Once this is done we should remove this function and the slow_clk variable. + */ +static int __init of_at91_clk_slow_retain(void) +{ + if (!slow_clk) + return 0; + + __clk_get(slow_clk); + clk_prepare_enable(slow_clk); + + return 0; +} +arch_initcall(of_at91_clk_slow_retain); --- linux-lts-utopic-3.16.0.orig/drivers/clk/at91/clk-usb.c +++ linux-lts-utopic-3.16.0/drivers/clk/at91/clk-usb.c @@ -52,29 +52,26 @@ tmp = pmc_read(pmc, AT91_PMC_USB); usbdiv = (tmp & AT91_PMC_OHCIUSBDIV) >> SAM9X5_USB_DIV_SHIFT; - return parent_rate / (usbdiv + 1); + + return DIV_ROUND_CLOSEST(parent_rate, (usbdiv + 1)); } static long at91sam9x5_clk_usb_round_rate(struct clk_hw *hw, unsigned long rate, unsigned long *parent_rate) { unsigned long div; - unsigned long bestrate; - unsigned long tmp; + + if (!rate) + return -EINVAL; if (rate >= *parent_rate) return *parent_rate; - div = *parent_rate / rate; - if (div >= SAM9X5_USB_MAX_DIV) - return *parent_rate / (SAM9X5_USB_MAX_DIV + 1); - - bestrate = *parent_rate / div; - tmp = *parent_rate / (div + 1); - if (bestrate - rate > rate - tmp) - bestrate = tmp; + div = DIV_ROUND_CLOSEST(*parent_rate, rate); + if (div > SAM9X5_USB_MAX_DIV + 1) + div = SAM9X5_USB_MAX_DIV + 1; - return bestrate; + return DIV_ROUND_CLOSEST(*parent_rate, div); } static int at91sam9x5_clk_usb_set_parent(struct clk_hw *hw, u8 index) @@ -106,9 +103,13 @@ u32 tmp; struct at91sam9x5_clk_usb *usb = to_at91sam9x5_clk_usb(hw); struct at91_pmc *pmc = usb->pmc; - unsigned long div = parent_rate / rate; + unsigned long div; + + if (!rate) + return -EINVAL; - if (parent_rate % rate || div < 1 || div >= SAM9X5_USB_MAX_DIV) + div = DIV_ROUND_CLOSEST(parent_rate, rate); + if (div > SAM9X5_USB_MAX_DIV + 1 || !div) return -EINVAL; tmp = pmc_read(pmc, AT91_PMC_USB) & ~AT91_PMC_OHCIUSBDIV; --- linux-lts-utopic-3.16.0.orig/drivers/clk/berlin/bg2q.c +++ linux-lts-utopic-3.16.0/drivers/clk/berlin/bg2q.c @@ -285,7 +285,6 @@ { "pbridge", "perif", 15, CLK_IGNORE_UNUSED }, { "sdio", "perif", 16, CLK_IGNORE_UNUSED }, { "nfc", "perif", 18 }, - { "smemc", "perif", 19 }, { "pcie", "perif", 22 }, }; --- linux-lts-utopic-3.16.0.orig/drivers/clk/clk-divider.c +++ linux-lts-utopic-3.16.0/drivers/clk/clk-divider.c @@ -129,12 +129,6 @@ return DIV_ROUND_UP(parent_rate, div); } -/* - * The reverse of DIV_ROUND_UP: The maximum number which - * divided by m is r - */ -#define MULT_ROUND_UP(r, m) ((r) * (m) + (m) - 1) - static bool _is_valid_table_div(const struct clk_div_table *table, unsigned int div) { @@ -208,6 +202,7 @@ unsigned long parent_rate, unsigned long rate) { int up, down, div; + unsigned long up_rate, down_rate; up = down = div = DIV_ROUND_CLOSEST(parent_rate, rate); @@ -219,7 +214,10 @@ down = _round_down_table(divider->table, div); } - return (up - div) <= (div - down) ? up : down; + up_rate = DIV_ROUND_UP(parent_rate, up); + down_rate = DIV_ROUND_UP(parent_rate, down); + + return (rate - up_rate) <= (down_rate - rate) ? up : down; } static int _div_round(struct clk_divider *divider, unsigned long parent_rate, @@ -263,6 +261,14 @@ if (!rate) rate = 1; + /* if read only, just return current value */ + if (divider->flags & CLK_DIVIDER_READ_ONLY) { + bestdiv = readl(divider->reg) >> divider->shift; + bestdiv &= div_mask(divider); + bestdiv = _get_div(divider, bestdiv); + return bestdiv; + } + maxdiv = _get_maxdiv(divider); if (!(__clk_get_flags(hw->clk) & CLK_SET_RATE_PARENT)) { @@ -292,7 +298,7 @@ return i; } parent_rate = __clk_round_rate(__clk_get_parent(hw->clk), - MULT_ROUND_UP(rate, i)); + rate * i); now = DIV_ROUND_UP(parent_rate, i); if (_is_best_div(divider, rate, now, best)) { bestdiv = i; @@ -361,11 +367,6 @@ }; EXPORT_SYMBOL_GPL(clk_divider_ops); -const struct clk_ops clk_divider_ro_ops = { - .recalc_rate = clk_divider_recalc_rate, -}; -EXPORT_SYMBOL_GPL(clk_divider_ro_ops); - static struct clk *_register_divider(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 shift, u8 width, @@ -391,10 +392,7 @@ } init.name = name; - if (clk_divider_flags & CLK_DIVIDER_READ_ONLY) - init.ops = &clk_divider_ro_ops; - else - init.ops = &clk_divider_ops; + init.ops = &clk_divider_ops; init.flags = flags | CLK_IS_BASIC; init.parent_names = (parent_name ? &parent_name: NULL); init.num_parents = (parent_name ? 1 : 0); --- linux-lts-utopic-3.16.0.orig/drivers/clk/clk-gate.c +++ linux-lts-utopic-3.16.0/drivers/clk/clk-gate.c @@ -128,7 +128,7 @@ struct clk_init_data init; if (clk_gate_flags & CLK_GATE_HIWORD_MASK) { - if (bit_idx > 16) { + if (bit_idx > 15) { pr_err("gate bit exceeds LOWORD field\n"); return ERR_PTR(-EINVAL); } --- linux-lts-utopic-3.16.0.orig/drivers/clk/clk-xgene.c +++ linux-lts-utopic-3.16.0/drivers/clk/clk-xgene.c @@ -351,7 +351,8 @@ /* Set new divider */ data = xgene_clk_read(pclk->param.divider_reg + pclk->param.reg_divider_offset); - data &= ~((1 << pclk->param.reg_divider_width) - 1); + data &= ~((1 << pclk->param.reg_divider_width) - 1) + << pclk->param.reg_divider_shift; data |= divider; xgene_clk_write(data, pclk->param.divider_reg + pclk->param.reg_divider_offset); --- linux-lts-utopic-3.16.0.orig/drivers/clk/clk.c +++ linux-lts-utopic-3.16.0/drivers/clk/clk.c @@ -165,11 +165,12 @@ if (!c) return; + /* This should be JSON format, i.e. elements separated with a comma */ seq_printf(s, "\"%s\": { ", c->name); seq_printf(s, "\"enable_count\": %d,", c->enable_count); seq_printf(s, "\"prepare_count\": %d,", c->prepare_count); - seq_printf(s, "\"rate\": %lu", clk_get_rate(c)); - seq_printf(s, "\"accuracy\": %lu", clk_get_accuracy(c)); + seq_printf(s, "\"rate\": %lu,", clk_get_rate(c)); + seq_printf(s, "\"accuracy\": %lu,", clk_get_accuracy(c)); } static void clk_dump_subtree(struct seq_file *s, struct clk *c, int level) @@ -1495,6 +1496,7 @@ static void clk_change_rate(struct clk *clk) { struct clk *child; + struct hlist_node *tmp; unsigned long old_rate; unsigned long best_parent_rate = 0; bool skip_set_rate = false; @@ -1530,7 +1532,11 @@ if (clk->notifier_count && old_rate != clk->rate) __clk_notify(clk, POST_RATE_CHANGE, old_rate, clk->rate); - hlist_for_each_entry(child, &clk->children, child_node) { + /* + * Use safe iteration, as change_rate can actually swap parents + * for certain clock types. + */ + hlist_for_each_entry_safe(child, tmp, &clk->children, child_node) { /* Skip children who will be reparented to another clock */ if (child->new_parent && child->new_parent != clk) continue; @@ -2229,14 +2235,17 @@ void __clk_put(struct clk *clk) { + struct module *owner; + if (!clk || WARN_ON_ONCE(IS_ERR(clk))) return; clk_prepare_lock(); + owner = clk->owner; kref_put(&clk->ref, __clk_release); clk_prepare_unlock(); - module_put(clk->owner); + module_put(owner); } /*** clk rate change notifiers ***/ --- linux-lts-utopic-3.16.0.orig/drivers/clk/qcom/clk-rcg2.c +++ linux-lts-utopic-3.16.0/drivers/clk/qcom/clk-rcg2.c @@ -253,7 +253,7 @@ mask |= CFG_SRC_SEL_MASK | CFG_MODE_MASK; cfg = f->pre_div << CFG_SRC_DIV_SHIFT; cfg |= rcg->parent_map[f->src] << CFG_SRC_SEL_SHIFT; - if (rcg->mnd_width && f->n) + if (rcg->mnd_width && f->n && (f->m != f->n)) cfg |= CFG_MODE_DUAL_EDGE; ret = regmap_update_bits(rcg->clkr.regmap, rcg->cmd_rcgr + CFG_REG, mask, cfg); --- linux-lts-utopic-3.16.0.orig/drivers/clk/qcom/common.c +++ linux-lts-utopic-3.16.0/drivers/clk/qcom/common.c @@ -27,30 +27,35 @@ struct clk *clks[]; }; -int qcom_cc_probe(struct platform_device *pdev, const struct qcom_cc_desc *desc) +struct regmap * +qcom_cc_map(struct platform_device *pdev, const struct qcom_cc_desc *desc) { void __iomem *base; struct resource *res; + struct device *dev = &pdev->dev; + + res = platform_get_resource(pdev, IORESOURCE_MEM, 0); + base = devm_ioremap_resource(dev, res); + if (IS_ERR(base)) + return ERR_CAST(base); + + return devm_regmap_init_mmio(dev, base, desc->config); +} +EXPORT_SYMBOL_GPL(qcom_cc_map); + +int qcom_cc_really_probe(struct platform_device *pdev, + const struct qcom_cc_desc *desc, struct regmap *regmap) +{ int i, ret; struct device *dev = &pdev->dev; struct clk *clk; struct clk_onecell_data *data; struct clk **clks; - struct regmap *regmap; struct qcom_reset_controller *reset; struct qcom_cc *cc; size_t num_clks = desc->num_clks; struct clk_regmap **rclks = desc->clks; - res = platform_get_resource(pdev, IORESOURCE_MEM, 0); - base = devm_ioremap_resource(dev, res); - if (IS_ERR(base)) - return PTR_ERR(base); - - regmap = devm_regmap_init_mmio(dev, base, desc->config); - if (IS_ERR(regmap)) - return PTR_ERR(regmap); - cc = devm_kzalloc(dev, sizeof(*cc) + sizeof(*clks) * num_clks, GFP_KERNEL); if (!cc) @@ -91,6 +96,18 @@ return ret; } +EXPORT_SYMBOL_GPL(qcom_cc_really_probe); + +int qcom_cc_probe(struct platform_device *pdev, const struct qcom_cc_desc *desc) +{ + struct regmap *regmap; + + regmap = qcom_cc_map(pdev, desc); + if (IS_ERR(regmap)) + return PTR_ERR(regmap); + + return qcom_cc_really_probe(pdev, desc, regmap); +} EXPORT_SYMBOL_GPL(qcom_cc_probe); void qcom_cc_remove(struct platform_device *pdev) --- linux-lts-utopic-3.16.0.orig/drivers/clk/qcom/common.h +++ linux-lts-utopic-3.16.0/drivers/clk/qcom/common.h @@ -17,6 +17,7 @@ struct regmap_config; struct clk_regmap; struct qcom_reset_map; +struct regmap; struct qcom_cc_desc { const struct regmap_config *config; @@ -26,6 +27,11 @@ size_t num_resets; }; +extern struct regmap *qcom_cc_map(struct platform_device *pdev, + const struct qcom_cc_desc *desc); +extern int qcom_cc_really_probe(struct platform_device *pdev, + const struct qcom_cc_desc *desc, + struct regmap *regmap); extern int qcom_cc_probe(struct platform_device *pdev, const struct qcom_cc_desc *desc); --- linux-lts-utopic-3.16.0.orig/drivers/clk/qcom/mmcc-msm8960.c +++ linux-lts-utopic-3.16.0/drivers/clk/qcom/mmcc-msm8960.c @@ -38,6 +38,8 @@ #define P_PLL2 2 #define P_PLL3 3 +#define F_MN(f, s, _m, _n) { .freq = f, .src = s, .m = _m, .n = _n } + static u8 mmcc_pxo_pll8_pll2_map[] = { [P_PXO] = 0, [P_PLL8] = 2, @@ -59,8 +61,8 @@ static const char *mmcc_pxo_pll8_pll2_pll3[] = { "pxo", - "pll2", "pll8_vote", + "pll2", "pll3", }; @@ -710,18 +712,18 @@ }; static struct freq_tbl clk_tbl_gfx2d[] = { - { 27000000, P_PXO, 1, 0 }, - { 48000000, P_PLL8, 1, 8 }, - { 54857000, P_PLL8, 1, 7 }, - { 64000000, P_PLL8, 1, 6 }, - { 76800000, P_PLL8, 1, 5 }, - { 96000000, P_PLL8, 1, 4 }, - { 128000000, P_PLL8, 1, 3 }, - { 145455000, P_PLL2, 2, 11 }, - { 160000000, P_PLL2, 1, 5 }, - { 177778000, P_PLL2, 2, 9 }, - { 200000000, P_PLL2, 1, 4 }, - { 228571000, P_PLL2, 2, 7 }, + F_MN( 27000000, P_PXO, 1, 0), + F_MN( 48000000, P_PLL8, 1, 8), + F_MN( 54857000, P_PLL8, 1, 7), + F_MN( 64000000, P_PLL8, 1, 6), + F_MN( 76800000, P_PLL8, 1, 5), + F_MN( 96000000, P_PLL8, 1, 4), + F_MN(128000000, P_PLL8, 1, 3), + F_MN(145455000, P_PLL2, 2, 11), + F_MN(160000000, P_PLL2, 1, 5), + F_MN(177778000, P_PLL2, 2, 9), + F_MN(200000000, P_PLL2, 1, 4), + F_MN(228571000, P_PLL2, 2, 7), { } }; @@ -842,22 +844,22 @@ }; static struct freq_tbl clk_tbl_gfx3d[] = { - { 27000000, P_PXO, 1, 0 }, - { 48000000, P_PLL8, 1, 8 }, - { 54857000, P_PLL8, 1, 7 }, - { 64000000, P_PLL8, 1, 6 }, - { 76800000, P_PLL8, 1, 5 }, - { 96000000, P_PLL8, 1, 4 }, - { 128000000, P_PLL8, 1, 3 }, - { 145455000, P_PLL2, 2, 11 }, - { 160000000, P_PLL2, 1, 5 }, - { 177778000, P_PLL2, 2, 9 }, - { 200000000, P_PLL2, 1, 4 }, - { 228571000, P_PLL2, 2, 7 }, - { 266667000, P_PLL2, 1, 3 }, - { 300000000, P_PLL3, 1, 4 }, - { 320000000, P_PLL2, 2, 5 }, - { 400000000, P_PLL2, 1, 2 }, + F_MN( 27000000, P_PXO, 1, 0), + F_MN( 48000000, P_PLL8, 1, 8), + F_MN( 54857000, P_PLL8, 1, 7), + F_MN( 64000000, P_PLL8, 1, 6), + F_MN( 76800000, P_PLL8, 1, 5), + F_MN( 96000000, P_PLL8, 1, 4), + F_MN(128000000, P_PLL8, 1, 3), + F_MN(145455000, P_PLL2, 2, 11), + F_MN(160000000, P_PLL2, 1, 5), + F_MN(177778000, P_PLL2, 2, 9), + F_MN(200000000, P_PLL2, 1, 4), + F_MN(228571000, P_PLL2, 2, 7), + F_MN(266667000, P_PLL2, 1, 3), + F_MN(300000000, P_PLL3, 1, 4), + F_MN(320000000, P_PLL2, 2, 5), + F_MN(400000000, P_PLL2, 1, 2), { } }; @@ -897,7 +899,7 @@ .hw.init = &(struct clk_init_data){ .name = "gfx3d_src", .parent_names = mmcc_pxo_pll8_pll2_pll3, - .num_parents = 3, + .num_parents = 4, .ops = &clk_dyn_rcg_ops, }, }, @@ -995,7 +997,7 @@ .ns_reg = 0x00ac, .p = { .pre_div_shift = 12, - .pre_div_width = 2, + .pre_div_width = 4, }, .s = { .src_sel_shift = 0, @@ -1115,7 +1117,7 @@ .enable_reg = 0x016c, .enable_mask = BIT(0), .hw.init = &(struct clk_init_data){ - .parent_names = (const char *[]){ "mdp_clk" }, + .parent_names = (const char *[]){ "mdp_src" }, .num_parents = 1, .name = "mdp_lut_clk", .ops = &clk_branch_ops, @@ -1342,15 +1344,15 @@ }; static struct freq_tbl clk_tbl_vcodec[] = { - { 27000000, P_PXO, 1, 0 }, - { 32000000, P_PLL8, 1, 12 }, - { 48000000, P_PLL8, 1, 8 }, - { 54860000, P_PLL8, 1, 7 }, - { 96000000, P_PLL8, 1, 4 }, - { 133330000, P_PLL2, 1, 6 }, - { 200000000, P_PLL2, 1, 4 }, - { 228570000, P_PLL2, 2, 7 }, - { 266670000, P_PLL2, 1, 3 }, + F_MN( 27000000, P_PXO, 1, 0), + F_MN( 32000000, P_PLL8, 1, 12), + F_MN( 48000000, P_PLL8, 1, 8), + F_MN( 54860000, P_PLL8, 1, 7), + F_MN( 96000000, P_PLL8, 1, 4), + F_MN(133330000, P_PLL2, 1, 6), + F_MN(200000000, P_PLL2, 1, 4), + F_MN(228570000, P_PLL2, 2, 7), + F_MN(266670000, P_PLL2, 1, 3), { } }; --- linux-lts-utopic-3.16.0.orig/drivers/clk/qcom/mmcc-msm8974.c +++ linux-lts-utopic-3.16.0/drivers/clk/qcom/mmcc-msm8974.c @@ -2547,18 +2547,16 @@ static int mmcc_msm8974_probe(struct platform_device *pdev) { - int ret; struct regmap *regmap; - ret = qcom_cc_probe(pdev, &mmcc_msm8974_desc); - if (ret) - return ret; + regmap = qcom_cc_map(pdev, &mmcc_msm8974_desc); + if (IS_ERR(regmap)) + return PTR_ERR(regmap); - regmap = dev_get_regmap(&pdev->dev, NULL); clk_pll_configure_sr_hpm_lp(&mmpll1, regmap, &mmpll1_config, true); clk_pll_configure_sr_hpm_lp(&mmpll3, regmap, &mmpll3_config, false); - return 0; + return qcom_cc_really_probe(pdev, &mmcc_msm8974_desc, regmap); } static int mmcc_msm8974_remove(struct platform_device *pdev) --- linux-lts-utopic-3.16.0.orig/drivers/clk/samsung/clk-exynos-audss.c +++ linux-lts-utopic-3.16.0/drivers/clk/samsung/clk-exynos-audss.c @@ -210,6 +210,10 @@ { int i; +#ifdef CONFIG_PM_SLEEP + unregister_syscore_ops(&exynos_audss_clk_syscore_ops); +#endif + of_clk_del_provider(pdev->dev.of_node); for (i = 0; i < clk_data.clk_num; i++) { --- linux-lts-utopic-3.16.0.orig/drivers/clk/samsung/clk-exynos4.c +++ linux-lts-utopic-3.16.0/drivers/clk/samsung/clk-exynos4.c @@ -83,6 +83,7 @@ #define DIV_PERIL4 0xc560 #define DIV_PERIL5 0xc564 #define E4X12_DIV_CAM1 0xc568 +#define E4X12_GATE_BUS_FSYS1 0xc744 #define GATE_SCLK_CAM 0xc820 #define GATE_IP_CAM 0xc920 #define GATE_IP_TV 0xc924 @@ -906,6 +907,7 @@ GATE(CLK_MDMA, "mdma", "aclk200", E4X12_GATE_IP_IMAGE, 2, 0, 0), GATE(CLK_SMMU_MDMA, "smmu_mdma", "aclk200", E4X12_GATE_IP_IMAGE, 5, 0, 0), + GATE(CLK_TSADC, "tsadc", "aclk133", E4X12_GATE_BUS_FSYS1, 16, 0, 0), GATE(CLK_MIPI_HSI, "mipi_hsi", "aclk133", GATE_IP_FSYS, 10, 0, 0), GATE(CLK_CHIPID, "chipid", "aclk100", E4X12_GATE_IP_PERIR, 0, 0, 0), GATE(CLK_SYSREG, "sysreg", "aclk100", E4X12_GATE_IP_PERIR, 1, --- linux-lts-utopic-3.16.0.orig/drivers/clk/st/clkgen-fsyn.c +++ linux-lts-utopic-3.16.0/drivers/clk/st/clkgen-fsyn.c @@ -408,19 +408,20 @@ return 0; } -static long quadfs_pll_fs660c32_round_rate(struct clk_hw *hw, unsigned long rate - , unsigned long *prate) +static long quadfs_pll_fs660c32_round_rate(struct clk_hw *hw, + unsigned long rate, + unsigned long *prate) { struct stm_fs params; - if (!clk_fs660c32_vco_get_params(*prate, rate, ¶ms)) - clk_fs660c32_vco_get_rate(*prate, ¶ms, &rate); + if (clk_fs660c32_vco_get_params(*prate, rate, ¶ms)) + return rate; - pr_debug("%s: %s new rate %ld [sdiv=0x%x,md=0x%x,pe=0x%x,nsdiv3=%u]\n", + clk_fs660c32_vco_get_rate(*prate, ¶ms, &rate); + + pr_debug("%s: %s new rate %ld [ndiv=%u]\n", __func__, __clk_get_name(hw->clk), - rate, (unsigned int)params.sdiv, - (unsigned int)params.mdiv, - (unsigned int)params.pe, (unsigned int)params.nsdiv); + rate, (unsigned int)params.ndiv); return rate; } --- linux-lts-utopic-3.16.0.orig/drivers/clk/sunxi/clk-factors.c +++ linux-lts-utopic-3.16.0/drivers/clk/sunxi/clk-factors.c @@ -62,7 +62,7 @@ p = FACTOR_GET(config->pshift, config->pwidth, reg); /* Calculate the rate */ - rate = (parent_rate * n * (k + 1) >> p) / (m + 1); + rate = (parent_rate * (n + config->n_start) * (k + 1) >> p) / (m + 1); return rate; } --- linux-lts-utopic-3.16.0.orig/drivers/clk/sunxi/clk-factors.h +++ linux-lts-utopic-3.16.0/drivers/clk/sunxi/clk-factors.h @@ -15,6 +15,7 @@ u8 mwidth; u8 pshift; u8 pwidth; + u8 n_start; }; struct clk_factors { --- linux-lts-utopic-3.16.0.orig/drivers/clk/sunxi/clk-sunxi.c +++ linux-lts-utopic-3.16.0/drivers/clk/sunxi/clk-sunxi.c @@ -420,6 +420,7 @@ .kwidth = 2, .mshift = 0, .mwidth = 2, + .n_start = 1, }; static struct clk_factors_config sun4i_pll5_config = { --- linux-lts-utopic-3.16.0.orig/drivers/clk/tegra/clk.c +++ linux-lts-utopic-3.16.0/drivers/clk/tegra/clk.c @@ -266,7 +266,7 @@ of_clk_add_provider(np, of_clk_src_onecell_get, &clk_data); rst_ctlr.of_node = np; - rst_ctlr.nr_resets = clk_num * 32; + rst_ctlr.nr_resets = periph_banks * 32; reset_controller_register(&rst_ctlr); } --- linux-lts-utopic-3.16.0.orig/drivers/clk/ti/clk-3xxx.c +++ linux-lts-utopic-3.16.0/drivers/clk/ti/clk-3xxx.c @@ -170,7 +170,6 @@ DT_CLK(NULL, "gpio2_ick", "gpio2_ick"), DT_CLK(NULL, "wdt3_ick", "wdt3_ick"), DT_CLK(NULL, "uart3_ick", "uart3_ick"), - DT_CLK(NULL, "uart4_ick", "uart4_ick"), DT_CLK(NULL, "gpt9_ick", "gpt9_ick"), DT_CLK(NULL, "gpt8_ick", "gpt8_ick"), DT_CLK(NULL, "gpt7_ick", "gpt7_ick"), @@ -313,6 +312,7 @@ static struct ti_dt_clk omap36xx_clks[] = { DT_CLK(NULL, "omap_192m_alwon_fck", "omap_192m_alwon_fck"), DT_CLK(NULL, "uart4_fck", "uart4_fck"), + DT_CLK(NULL, "uart4_ick", "uart4_ick"), { .node_name = NULL }, }; --- linux-lts-utopic-3.16.0.orig/drivers/clk/ti/clk-dra7-atl.c +++ linux-lts-utopic-3.16.0/drivers/clk/ti/clk-dra7-atl.c @@ -139,9 +139,13 @@ static int atl_clk_set_rate(struct clk_hw *hw, unsigned long rate, unsigned long parent_rate) { - struct dra7_atl_desc *cdesc = to_atl_desc(hw); + struct dra7_atl_desc *cdesc; u32 divider; + if (!hw || !rate) + return -EINVAL; + + cdesc = to_atl_desc(hw); divider = ((parent_rate + rate / 2) / rate) - 1; if (divider > DRA7_ATL_DIVIDER_MASK) divider = DRA7_ATL_DIVIDER_MASK; @@ -246,6 +250,11 @@ } clk = of_clk_get_from_provider(&clkspec); + if (IS_ERR(clk)) { + pr_err("%s: failed to get atl clock %d from provider\n", + __func__, i); + return PTR_ERR(clk); + } cdesc = to_atl_desc(__clk_get_hw(clk)); cdesc->cinfo = cinfo; --- linux-lts-utopic-3.16.0.orig/drivers/clk/ti/divider.c +++ linux-lts-utopic-3.16.0/drivers/clk/ti/divider.c @@ -211,11 +211,16 @@ static int ti_clk_divider_set_rate(struct clk_hw *hw, unsigned long rate, unsigned long parent_rate) { - struct clk_divider *divider = to_clk_divider(hw); + struct clk_divider *divider; unsigned int div, value; unsigned long flags = 0; u32 val; + if (!hw || !rate) + return -EINVAL; + + divider = to_clk_divider(hw); + div = DIV_ROUND_UP(parent_rate, rate); value = _get_val(divider, div); --- linux-lts-utopic-3.16.0.orig/drivers/clk/versatile/clk-icst.c +++ linux-lts-utopic-3.16.0/drivers/clk/versatile/clk-icst.c @@ -156,8 +156,10 @@ icst->lockreg = base + desc->lock_offset; clk = clk_register(dev, &icst->hw); - if (IS_ERR(clk)) + if (IS_ERR(clk)) { + kfree(pclone); kfree(icst); + } return clk; } --- linux-lts-utopic-3.16.0.orig/drivers/clk/versatile/clk-sp810.c +++ linux-lts-utopic-3.16.0/drivers/clk/versatile/clk-sp810.c @@ -128,8 +128,8 @@ { struct clk_sp810 *sp810 = data; - if (WARN_ON(clkspec->args_count != 1 || clkspec->args[0] > - ARRAY_SIZE(sp810->timerclken))) + if (WARN_ON(clkspec->args_count != 1 || + clkspec->args[0] >= ARRAY_SIZE(sp810->timerclken))) return NULL; return sp810->timerclken[clkspec->args[0]].clk; --- linux-lts-utopic-3.16.0.orig/drivers/clk/zynq/clkc.c +++ linux-lts-utopic-3.16.0/drivers/clk/zynq/clkc.c @@ -304,6 +304,7 @@ clks[cpu_2x] = clk_register_gate(NULL, clk_output_name[cpu_2x], "cpu_2x_div", CLK_IGNORE_UNUSED, SLCR_ARM_CLK_CTRL, 26, 0, &armclk_lock); + clk_prepare_enable(clks[cpu_2x]); clk = clk_register_fixed_factor(NULL, "cpu_1x_div", "cpu_div", 0, 1, 4 + 2 * tmp); --- linux-lts-utopic-3.16.0.orig/drivers/clocksource/arm_arch_timer.c +++ linux-lts-utopic-3.16.0/drivers/clocksource/arm_arch_timer.c @@ -429,11 +429,22 @@ u64 start_count; /* Register the CP15 based counter if we have one */ - if (type & ARCH_CP15_TIMER) - arch_timer_read_counter = arch_counter_get_cntvct; - else + if (type & ARCH_CP15_TIMER) { + if (IS_ENABLED(CONFIG_ARM64) || arch_timer_use_virtual) + arch_timer_read_counter = arch_counter_get_cntvct; + else + arch_timer_read_counter = arch_counter_get_cntpct; + } else { arch_timer_read_counter = arch_counter_get_cntvct_mem; + /* If the clocksource name is "arch_sys_counter" the + * VDSO will attempt to read the CP15-based counter. + * Ensure this does not happen when CP15-based + * counter is not available. + */ + clocksource_counter.name = "arch_mem_counter"; + } + start_count = arch_timer_read_counter(); clocksource_register_hz(&clocksource_counter, arch_timer_rate); cyclecounter.mult = clocksource_counter.mult; --- linux-lts-utopic-3.16.0.orig/drivers/clocksource/exynos_mct.c +++ linux-lts-utopic-3.16.0/drivers/clocksource/exynos_mct.c @@ -97,8 +97,8 @@ __raw_writel(value, reg_base + offset); if (likely(offset >= EXYNOS4_MCT_L_BASE(0))) { - stat_addr = (offset & ~EXYNOS4_MCT_L_MASK) + MCT_L_WSTAT_OFFSET; - switch (offset & EXYNOS4_MCT_L_MASK) { + stat_addr = (offset & EXYNOS4_MCT_L_MASK) + MCT_L_WSTAT_OFFSET; + switch (offset & ~EXYNOS4_MCT_L_MASK) { case MCT_L_TCON_OFFSET: mask = 1 << 3; /* L_TCON write status */ break; @@ -441,15 +441,12 @@ exynos4_mct_write(TICK_BASE_CNT, mevt->base + MCT_L_TCNTB_OFFSET); if (mct_int_type == MCT_INT_SPI) { - evt->irq = mct_irqs[MCT_L0_IRQ + cpu]; - if (request_irq(evt->irq, exynos4_mct_tick_isr, - IRQF_TIMER | IRQF_NOBALANCING, - evt->name, mevt)) { - pr_err("exynos-mct: cannot register IRQ %d\n", - evt->irq); + + if (evt->irq == -1) return -EIO; - } - irq_force_affinity(mct_irqs[MCT_L0_IRQ + cpu], cpumask_of(cpu)); + + irq_force_affinity(evt->irq, cpumask_of(cpu)); + enable_irq(evt->irq); } else { enable_percpu_irq(mct_irqs[MCT_L0_IRQ], 0); } @@ -462,10 +459,12 @@ static void exynos4_local_timer_stop(struct clock_event_device *evt) { evt->set_mode(CLOCK_EVT_MODE_UNUSED, evt); - if (mct_int_type == MCT_INT_SPI) - free_irq(evt->irq, this_cpu_ptr(&percpu_mct_tick)); - else + if (mct_int_type == MCT_INT_SPI) { + if (evt->irq != -1) + disable_irq_nosync(evt->irq); + } else { disable_percpu_irq(mct_irqs[MCT_L0_IRQ]); + } } static int exynos4_mct_cpu_notify(struct notifier_block *self, @@ -497,7 +496,7 @@ static void __init exynos4_timer_resources(struct device_node *np, void __iomem *base) { - int err; + int err, cpu; struct mct_clock_event_device *mevt = this_cpu_ptr(&percpu_mct_tick); struct clk *mct_clk, *tick_clk; @@ -524,7 +523,25 @@ WARN(err, "MCT: can't request IRQ %d (%d)\n", mct_irqs[MCT_L0_IRQ], err); } else { - irq_set_affinity(mct_irqs[MCT_L0_IRQ], cpumask_of(0)); + for_each_possible_cpu(cpu) { + int mct_irq = mct_irqs[MCT_L0_IRQ + cpu]; + struct mct_clock_event_device *pcpu_mevt = + per_cpu_ptr(&percpu_mct_tick, cpu); + + pcpu_mevt->evt.irq = -1; + + irq_set_status_flags(mct_irq, IRQ_NOAUTOEN); + if (request_irq(mct_irq, + exynos4_mct_tick_isr, + IRQF_TIMER | IRQF_NOBALANCING, + pcpu_mevt->name, pcpu_mevt)) { + pr_err("exynos-mct: cannot register IRQ (cpu%d)\n", + cpu); + + continue; + } + pcpu_mevt->evt.irq = mct_irq; + } } err = register_cpu_notifier(&exynos4_mct_cpu_nb); --- linux-lts-utopic-3.16.0.orig/drivers/clocksource/sun4i_timer.c +++ linux-lts-utopic-3.16.0/drivers/clocksource/sun4i_timer.c @@ -182,6 +182,12 @@ /* Make sure timer is stopped before playing with interrupts */ sun4i_clkevt_time_stop(0); + sun4i_clockevent.cpumask = cpu_possible_mask; + sun4i_clockevent.irq = irq; + + clockevents_config_and_register(&sun4i_clockevent, rate, + TIMER_SYNC_TICKS, 0xffffffff); + ret = setup_irq(irq, &sun4i_timer_irq); if (ret) pr_warn("failed to setup irq %d\n", irq); @@ -189,12 +195,6 @@ /* Enable timer0 interrupt */ val = readl(timer_base + TIMER_IRQ_EN_REG); writel(val | TIMER_IRQ_EN(0), timer_base + TIMER_IRQ_EN_REG); - - sun4i_clockevent.cpumask = cpu_possible_mask; - sun4i_clockevent.irq = irq; - - clockevents_config_and_register(&sun4i_clockevent, rate, - TIMER_SYNC_TICKS, 0xffffffff); } CLOCKSOURCE_OF_DECLARE(sun4i, "allwinner,sun4i-a10-timer", sun4i_timer_init); --- linux-lts-utopic-3.16.0.orig/drivers/clocksource/time-efm32.c +++ linux-lts-utopic-3.16.0/drivers/clocksource/time-efm32.c @@ -225,12 +225,12 @@ clock_event_ddata.base = base; clock_event_ddata.periodic_top = DIV_ROUND_CLOSEST(rate, 1024 * HZ); - setup_irq(irq, &efm32_clock_event_irq); - clockevents_config_and_register(&clock_event_ddata.evtdev, DIV_ROUND_CLOSEST(rate, 1024), 0xf, 0xffff); + setup_irq(irq, &efm32_clock_event_irq); + return 0; err_get_irq: --- linux-lts-utopic-3.16.0.orig/drivers/clocksource/timer-sun5i.c +++ linux-lts-utopic-3.16.0/drivers/clocksource/timer-sun5i.c @@ -178,10 +178,6 @@ ticks_per_jiffy = DIV_ROUND_UP(rate, HZ); - ret = setup_irq(irq, &sun5i_timer_irq); - if (ret) - pr_warn("failed to setup irq %d\n", irq); - /* Enable timer0 interrupt */ val = readl(timer_base + TIMER_IRQ_EN_REG); writel(val | TIMER_IRQ_EN(0), timer_base + TIMER_IRQ_EN_REG); @@ -191,6 +187,10 @@ clockevents_config_and_register(&sun5i_clockevent, rate, TIMER_SYNC_TICKS, 0xffffffff); + + ret = setup_irq(irq, &sun5i_timer_irq); + if (ret) + pr_warn("failed to setup irq %d\n", irq); } CLOCKSOURCE_OF_DECLARE(sun5i_a13, "allwinner,sun5i-a13-hstimer", sun5i_timer_init); --- linux-lts-utopic-3.16.0.orig/drivers/clocksource/vt8500_timer.c +++ linux-lts-utopic-3.16.0/drivers/clocksource/vt8500_timer.c @@ -50,6 +50,8 @@ #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) +#define MIN_OSCR_DELTA 16 + static void __iomem *regbase; static cycle_t vt8500_timer_read(struct clocksource *cs) @@ -80,7 +82,7 @@ cpu_relax(); writel((unsigned long)alarm, regbase + TIMER_MATCH_VAL); - if ((signed)(alarm - clocksource.read(&clocksource)) <= 16) + if ((signed)(alarm - clocksource.read(&clocksource)) <= MIN_OSCR_DELTA) return -ETIME; writel(1, regbase + TIMER_IER_VAL); @@ -160,7 +162,7 @@ pr_err("%s: setup_irq failed for %s\n", __func__, clockevent.name); clockevents_config_and_register(&clockevent, VT8500_TIMER_HZ, - 4, 0xf0000000); + MIN_OSCR_DELTA * 2, 0xf0000000); } CLOCKSOURCE_OF_DECLARE(vt8500, "via,vt8500-timer", vt8500_timer_init); --- linux-lts-utopic-3.16.0.orig/drivers/connector/connector.c +++ linux-lts-utopic-3.16.0/drivers/connector/connector.c @@ -172,26 +172,21 @@ * * It checks skb, netlink header and msg sizes, and calls callback helper. */ -static void cn_rx_skb(struct sk_buff *__skb) +static void cn_rx_skb(struct sk_buff *skb) { struct nlmsghdr *nlh; - struct sk_buff *skb; int len, err; - skb = skb_get(__skb); - if (skb->len >= NLMSG_HDRLEN) { nlh = nlmsg_hdr(skb); len = nlmsg_len(nlh); if (len < (int)sizeof(struct cn_msg) || skb->len < nlh->nlmsg_len || - len > CONNECTOR_MAX_MSG_SIZE) { - kfree_skb(skb); + len > CONNECTOR_MAX_MSG_SIZE) return; - } - err = cn_call_callback(skb); + err = cn_call_callback(skb_get(skb)); if (err < 0) kfree_skb(skb); } --- linux-lts-utopic-3.16.0.orig/drivers/cpufreq/cpufreq.c +++ linux-lts-utopic-3.16.0/drivers/cpufreq/cpufreq.c @@ -512,7 +512,18 @@ show_one(cpuinfo_transition_latency, cpuinfo.transition_latency); show_one(scaling_min_freq, min); show_one(scaling_max_freq, max); -show_one(scaling_cur_freq, cur); + +static ssize_t show_scaling_cur_freq( + struct cpufreq_policy *policy, char *buf) +{ + ssize_t ret; + + if (cpufreq_driver && cpufreq_driver->setpolicy && cpufreq_driver->get) + ret = sprintf(buf, "%u\n", cpufreq_driver->get(policy->cpu)); + else + ret = sprintf(buf, "%u\n", policy->cur); + return ret; +} static int cpufreq_set_policy(struct cpufreq_policy *policy, struct cpufreq_policy *new_policy); @@ -906,11 +917,11 @@ if (ret) goto err_out_kobj_put; } - if (has_target()) { - ret = sysfs_create_file(&policy->kobj, &scaling_cur_freq.attr); - if (ret) - goto err_out_kobj_put; - } + + ret = sysfs_create_file(&policy->kobj, &scaling_cur_freq.attr); + if (ret) + goto err_out_kobj_put; + if (cpufreq_driver->bios_limit) { ret = sysfs_create_file(&policy->kobj, &bios_limit.attr); if (ret) @@ -1011,7 +1022,8 @@ read_unlock_irqrestore(&cpufreq_driver_lock, flags); - policy->governor = NULL; + if (policy) + policy->governor = NULL; return policy; } @@ -1279,6 +1291,8 @@ per_cpu(cpufreq_cpu_data, j) = NULL; write_unlock_irqrestore(&cpufreq_driver_lock, flags); + up_write(&policy->rwsem); + if (cpufreq_driver->exit) cpufreq_driver->exit(policy); err_set_policy_cpu: @@ -1388,7 +1402,7 @@ pr_debug("%s: policy Kobject moved to cpu: %d from: %d\n", __func__, new_cpu, cpu); } - } else if (cpufreq_driver->stop_cpu && cpufreq_driver->setpolicy) { + } else if (cpufreq_driver->stop_cpu) { cpufreq_driver->stop_cpu(policy); } @@ -1403,9 +1417,10 @@ unsigned long flags; struct cpufreq_policy *policy; - read_lock_irqsave(&cpufreq_driver_lock, flags); + write_lock_irqsave(&cpufreq_driver_lock, flags); policy = per_cpu(cpufreq_cpu_data, cpu); - read_unlock_irqrestore(&cpufreq_driver_lock, flags); + per_cpu(cpufreq_cpu_data, cpu) = NULL; + write_unlock_irqrestore(&cpufreq_driver_lock, flags); if (!policy) { pr_debug("%s: No cpu_data found\n", __func__); @@ -1460,7 +1475,6 @@ } } - per_cpu(cpufreq_cpu_data, cpu) = NULL; return 0; } @@ -1665,7 +1679,7 @@ return; if (!has_target()) - return; + goto suspend; pr_debug("%s: Suspending Governors\n", __func__); @@ -1679,6 +1693,7 @@ policy); } +suspend: cpufreq_suspended = true; } @@ -1695,13 +1710,13 @@ if (!cpufreq_driver) return; + cpufreq_suspended = false; + if (!has_target()) return; pr_debug("%s: Resuming Governors\n", __func__); - cpufreq_suspended = false; - list_for_each_entry(policy, &cpufreq_policy_list, policy_list) { if (cpufreq_driver->resume && cpufreq_driver->resume(policy)) pr_err("%s: Failed to resume driver: %p\n", __func__, @@ -1710,15 +1725,18 @@ || __cpufreq_governor(policy, CPUFREQ_GOV_LIMITS)) pr_err("%s: Failed to start governor for policy: %p\n", __func__, policy); - - /* - * schedule call cpufreq_update_policy() for boot CPU, i.e. last - * policy in list. It will verify that the current freq is in - * sync with what we believe it to be. - */ - if (list_is_last(&policy->policy_list, &cpufreq_policy_list)) - schedule_work(&policy->update); } + + /* + * schedule call cpufreq_update_policy() for first-online CPU, as that + * wouldn't be hotplugged-out on suspend. It will verify that the + * current freq is in sync with what we believe it to be. + */ + policy = cpufreq_cpu_get_raw(cpumask_first(cpu_online_mask)); + if (WARN_ON(!policy)) + return; + + schedule_work(&policy->update); } /** @@ -1999,6 +2017,12 @@ /* Don't start any governor operations if we are entering suspend */ if (cpufreq_suspended) return 0; + /* + * Governor might not be initiated here if ACPI _PPC changed + * notification happened, so check it. + */ + if (!policy->governor) + return -EINVAL; if (policy->governor->max_transition_latency && policy->cpuinfo.transition_latency > @@ -2391,6 +2415,20 @@ * REGISTER / UNREGISTER CPUFREQ DRIVER * *********************************************************************/ +static char cpufreq_driver_name[CPUFREQ_NAME_LEN]; + +static int __init cpufreq_driver_setup(char *str) +{ + strlcpy(cpufreq_driver_name, str, CPUFREQ_NAME_LEN); + return 1; +} + +/* + * Set this name to only allow one specific cpu freq driver, e.g., + * cpufreq_driver=powernow-k8 + */ +__setup("cpufreq_driver=", cpufreq_driver_setup); + /** * cpufreq_register_driver - register a CPU Frequency driver * @driver_data: A struct cpufreq_driver containing the values# @@ -2417,7 +2455,13 @@ (!!driver_data->get_intermediate != !!driver_data->target_intermediate)) return -EINVAL; - pr_debug("trying to register driver %s\n", driver_data->name); + pr_debug("trying to register driver %s, cpufreq_driver=%s\n", + driver_data->name, cpufreq_driver_name); + + if (cpufreq_driver_name[0]) + if (!driver_data->name || + strcmp(cpufreq_driver_name, driver_data->name)) + return -EINVAL; if (driver_data->setpolicy) driver_data->flags |= CPUFREQ_CONST_LOOPS; --- linux-lts-utopic-3.16.0.orig/drivers/cpufreq/cpufreq_opp.c +++ linux-lts-utopic-3.16.0/drivers/cpufreq/cpufreq_opp.c @@ -60,7 +60,7 @@ goto out; } - freq_table = kzalloc(sizeof(*freq_table) * (max_opps + 1), GFP_KERNEL); + freq_table = kcalloc(sizeof(*freq_table), (max_opps + 1), GFP_ATOMIC); if (!freq_table) { ret = -ENOMEM; goto out; --- linux-lts-utopic-3.16.0.orig/drivers/cpufreq/integrator-cpufreq.c +++ linux-lts-utopic-3.16.0/drivers/cpufreq/integrator-cpufreq.c @@ -213,9 +213,9 @@ return cpufreq_register_driver(&integrator_driver); } -static void __exit integrator_cpufreq_remove(struct platform_device *pdev) +static int __exit integrator_cpufreq_remove(struct platform_device *pdev) { - cpufreq_unregister_driver(&integrator_driver); + return cpufreq_unregister_driver(&integrator_driver); } static const struct of_device_id integrator_cpufreq_match[] = { --- linux-lts-utopic-3.16.0.orig/drivers/cpufreq/intel_pstate.c +++ linux-lts-utopic-3.16.0/drivers/cpufreq/intel_pstate.c @@ -48,9 +48,20 @@ return ((int64_t)x * (int64_t)y) >> FRAC_BITS; } -static inline int32_t div_fp(int32_t x, int32_t y) +static inline int32_t div_fp(s64 x, s64 y) { - return div_s64((int64_t)x << FRAC_BITS, (int64_t)y); + return div64_s64((int64_t)x << FRAC_BITS, y); +} + +static inline int ceiling_fp(int32_t x) +{ + int mask, ret; + + ret = fp_toint(x); + mask = (1 << FRAC_BITS) - 1; + if (x & mask) + ret += 1; + return ret; } struct sample { @@ -65,6 +76,7 @@ int current_pstate; int min_pstate; int max_pstate; + int scaling; int turbo_pstate; }; @@ -114,6 +126,7 @@ int (*get_max)(void); int (*get_min)(void); int (*get_turbo)(void); + int (*get_scaling)(void); void (*set)(struct cpudata*, int pstate); void (*get_vid)(struct cpudata *); }; @@ -139,6 +152,7 @@ static struct perf_limits limits = { .no_turbo = 0, + .turbo_disabled = 0, .max_perf_pct = 100, .max_perf = int_tofp(1), .min_perf_pct = 0, @@ -223,6 +237,18 @@ } } +static inline void update_turbo_state(void) +{ + u64 misc_en; + struct cpudata *cpu; + + cpu = all_cpu_data[0]; + rdmsrl(MSR_IA32_MISC_ENABLE, misc_en); + limits.turbo_disabled = + (misc_en & MSR_IA32_MISC_ENABLE_TURBO_DISABLE || + cpu->pstate.max_pstate == cpu->pstate.turbo_pstate); +} + /************************** debugfs begin ************************/ static int pid_param_set(void *data, u64 val) { @@ -279,6 +305,20 @@ return sprintf(buf, "%u\n", limits.object); \ } +static ssize_t show_no_turbo(struct kobject *kobj, + struct attribute *attr, char *buf) +{ + ssize_t ret; + + update_turbo_state(); + if (limits.turbo_disabled) + ret = sprintf(buf, "%u\n", limits.turbo_disabled); + else + ret = sprintf(buf, "%u\n", limits.no_turbo); + + return ret; +} + static ssize_t store_no_turbo(struct kobject *a, struct attribute *b, const char *buf, size_t count) { @@ -287,11 +327,14 @@ ret = sscanf(buf, "%u", &input); if (ret != 1) return -EINVAL; - limits.no_turbo = clamp_t(int, input, 0 , 1); + + update_turbo_state(); if (limits.turbo_disabled) { pr_warn("Turbo disabled by BIOS or unavailable on processor\n"); - limits.no_turbo = limits.turbo_disabled; + return -EPERM; } + limits.no_turbo = clamp_t(int, input, 0, 1); + return count; } @@ -324,7 +367,6 @@ return count; } -show_one(no_turbo, no_turbo); show_one(max_perf_pct, max_perf_pct); show_one(min_perf_pct, min_perf_pct); @@ -393,14 +435,30 @@ cpudata->vid.ratio); vid_fp = clamp_t(int32_t, vid_fp, cpudata->vid.min, cpudata->vid.max); - vid = fp_toint(vid_fp); + vid = ceiling_fp(vid_fp); if (pstate > cpudata->pstate.max_pstate) vid = cpudata->vid.turbo; val |= vid; - wrmsrl(MSR_IA32_PERF_CTL, val); + wrmsrl_on_cpu(cpudata->cpu, MSR_IA32_PERF_CTL, val); +} + +#define BYT_BCLK_FREQS 5 +static int byt_freq_table[BYT_BCLK_FREQS] = { 833, 1000, 1333, 1167, 800}; + +static int byt_get_scaling(void) +{ + u64 value; + int i; + + rdmsrl(MSR_FSB_FREQ, value); + i = value & 0x3; + + BUG_ON(i > BYT_BCLK_FREQS); + + return byt_freq_table[i] * 100; } static void byt_get_vid(struct cpudata *cpudata) @@ -447,6 +505,11 @@ return ret; } +static inline int core_get_scaling(void) +{ + return 100000; +} + static void core_set_pstate(struct cpudata *cpudata, int pstate) { u64 val; @@ -471,6 +534,7 @@ .get_max = core_get_max_pstate, .get_min = core_get_min_pstate, .get_turbo = core_get_turbo_pstate, + .get_scaling = core_get_scaling, .set = core_set_pstate, }, }; @@ -489,6 +553,7 @@ .get_min = byt_get_min_pstate, .get_turbo = byt_get_turbo_pstate, .set = byt_set_pstate, + .get_scaling = byt_get_scaling, .get_vid = byt_get_vid, }, }; @@ -499,7 +564,8 @@ int max_perf = cpu->pstate.turbo_pstate; int max_perf_adj; int min_perf; - if (limits.no_turbo) + + if (limits.no_turbo || limits.turbo_disabled) max_perf = cpu->pstate.max_pstate; max_perf_adj = fp_toint(mul_fp(int_tofp(max_perf), limits.max_perf)); @@ -515,6 +581,8 @@ { int max_perf, min_perf; + update_turbo_state(); + intel_pstate_get_min_max(cpu, &min_perf, &max_perf); pstate = clamp_t(int, pstate, min_perf, max_perf); @@ -522,7 +590,7 @@ if (pstate == cpu->pstate.current_pstate) return; - trace_cpu_frequency(pstate * 100000, cpu->cpu); + trace_cpu_frequency(pstate * cpu->pstate.scaling, cpu->cpu); cpu->pstate.current_pstate = pstate; @@ -549,6 +617,7 @@ cpu->pstate.min_pstate = pstate_funcs.get_min(); cpu->pstate.max_pstate = pstate_funcs.get_max(); cpu->pstate.turbo_pstate = pstate_funcs.get_turbo(); + cpu->pstate.scaling = pstate_funcs.get_scaling(); if (pstate_funcs.get_vid) pstate_funcs.get_vid(cpu); @@ -568,7 +637,9 @@ core_pct += 1; sample->freq = fp_toint( - mul_fp(int_tofp(cpu->pstate.max_pstate * 1000), core_pct)); + mul_fp(int_tofp( + cpu->pstate.max_pstate * cpu->pstate.scaling / 100), + core_pct)); sample->core_pct_busy = (int32_t)core_pct; } @@ -608,7 +679,7 @@ static inline int32_t intel_pstate_get_scaled_busy(struct cpudata *cpu) { int32_t core_busy, max_pstate, current_pstate, sample_ratio; - u32 duration_us; + s64 duration_us; u32 sample_time; core_busy = cpu->sample.core_pct_busy; @@ -617,8 +688,8 @@ core_busy = mul_fp(core_busy, div_fp(max_pstate, current_pstate)); sample_time = (pid_params.sample_rate_ms * USEC_PER_MSEC); - duration_us = (u32) ktime_us_delta(cpu->sample.time, - cpu->last_sample_time); + duration_us = ktime_us_delta(cpu->sample.time, + cpu->last_sample_time); if (duration_us > sample_time * 3) { sample_ratio = div_fp(int_tofp(sample_time), int_tofp(duration_us)); @@ -684,6 +755,7 @@ ICPU(0x3f, core_params), ICPU(0x45, core_params), ICPU(0x46, core_params), + ICPU(0x4c, byt_params), ICPU(0x4f, core_params), ICPU(0x56, core_params), {} @@ -694,7 +766,9 @@ { struct cpudata *cpu; - all_cpu_data[cpunum] = kzalloc(sizeof(struct cpudata), GFP_KERNEL); + if (!all_cpu_data[cpunum]) + all_cpu_data[cpunum] = kzalloc(sizeof(struct cpudata), + GFP_KERNEL); if (!all_cpu_data[cpunum]) return -ENOMEM; @@ -742,9 +816,10 @@ if (policy->policy == CPUFREQ_POLICY_PERFORMANCE) { limits.min_perf_pct = 100; limits.min_perf = int_tofp(1); + limits.max_policy_pct = 100; limits.max_perf_pct = 100; limits.max_perf = int_tofp(1); - limits.no_turbo = limits.turbo_disabled; + limits.no_turbo = 0; return 0; } limits.min_perf_pct = (policy->min * 100) / policy->cpuinfo.max_freq; @@ -779,15 +854,12 @@ del_timer_sync(&all_cpu_data[cpu_num]->timer); intel_pstate_set_pstate(cpu, cpu->pstate.min_pstate); - kfree(all_cpu_data[cpu_num]); - all_cpu_data[cpu_num] = NULL; } static int intel_pstate_cpu_init(struct cpufreq_policy *policy) { struct cpudata *cpu; int rc; - u64 misc_en; rc = intel_pstate_init_cpu(policy->cpu); if (rc) @@ -795,23 +867,18 @@ cpu = all_cpu_data[policy->cpu]; - rdmsrl(MSR_IA32_MISC_ENABLE, misc_en); - if (misc_en & MSR_IA32_MISC_ENABLE_TURBO_DISABLE || - cpu->pstate.max_pstate == cpu->pstate.turbo_pstate) { - limits.turbo_disabled = 1; - limits.no_turbo = 1; - } if (limits.min_perf_pct == 100 && limits.max_perf_pct == 100) policy->policy = CPUFREQ_POLICY_PERFORMANCE; else policy->policy = CPUFREQ_POLICY_POWERSAVE; - policy->min = cpu->pstate.min_pstate * 100000; - policy->max = cpu->pstate.turbo_pstate * 100000; + policy->min = cpu->pstate.min_pstate * cpu->pstate.scaling; + policy->max = cpu->pstate.turbo_pstate * cpu->pstate.scaling; /* cpuinfo and default policy values */ - policy->cpuinfo.min_freq = cpu->pstate.min_pstate * 100000; - policy->cpuinfo.max_freq = cpu->pstate.turbo_pstate * 100000; + policy->cpuinfo.min_freq = cpu->pstate.min_pstate * cpu->pstate.scaling; + policy->cpuinfo.max_freq = + cpu->pstate.turbo_pstate * cpu->pstate.scaling; policy->cpuinfo.transition_latency = CPUFREQ_ETERNAL; cpumask_set_cpu(policy->cpu, policy->cpus); @@ -869,6 +936,7 @@ pstate_funcs.get_max = funcs->get_max; pstate_funcs.get_min = funcs->get_min; pstate_funcs.get_turbo = funcs->get_turbo; + pstate_funcs.get_scaling = funcs->get_scaling; pstate_funcs.set = funcs->set; pstate_funcs.get_vid = funcs->get_vid; } @@ -980,6 +1048,8 @@ intel_pstate_debug_expose_params(); intel_pstate_sysfs_expose_params(); + pr_info("Consider also installing thermald for improved thermal control.\n"); + return rc; out: get_online_cpus(); --- linux-lts-utopic-3.16.0.orig/drivers/cpufreq/pcc-cpufreq.c +++ linux-lts-utopic-3.16.0/drivers/cpufreq/pcc-cpufreq.c @@ -204,7 +204,6 @@ u32 input_buffer; int cpu; - spin_lock(&pcc_lock); cpu = policy->cpu; pcc_cpu_data = per_cpu_ptr(pcc_cpu_info, cpu); @@ -216,6 +215,7 @@ freqs.old = policy->cur; freqs.new = target_freq; cpufreq_freq_transition_begin(policy, &freqs); + spin_lock(&pcc_lock); input_buffer = 0x1 | (((target_freq * 100) / (ioread32(&pcch_hdr->nominal) * 1000)) << 8); --- linux-lts-utopic-3.16.0.orig/drivers/cpufreq/powernv-cpufreq.c +++ linux-lts-utopic-3.16.0/drivers/cpufreq/powernv-cpufreq.c @@ -26,14 +26,17 @@ #include #include #include +#include #include +#include #include #include /* Required for cpu_sibling_mask() in UP configs */ #define POWERNV_MAX_PSTATES 256 static struct cpufreq_frequency_table powernv_freqs[POWERNV_MAX_PSTATES+1]; +static bool rebooting; /* * Note: The set of pstates consists of contiguous integers, the @@ -98,7 +101,11 @@ return -ENODEV; } - WARN_ON(len_ids != len_freqs); + if (len_ids != len_freqs) { + pr_warn("Entries in ibm,pstate-ids and " + "ibm,pstate-frequencies-mhz does not match\n"); + } + nr_pstates = min(len_ids, len_freqs) / sizeof(u32); if (!nr_pstates) { pr_warn("No PStates found\n"); @@ -131,7 +138,12 @@ int i; i = powernv_pstate_info.max - pstate_id; - BUG_ON(i >= powernv_pstate_info.nr_pstates || i < 0); + if (i >= powernv_pstate_info.nr_pstates || i < 0) { + pr_warn("PState id %d outside of PState table, " + "reporting nominal id %d instead\n", + pstate_id, powernv_pstate_info.nominal); + i = powernv_pstate_info.max - powernv_pstate_info.nominal; + } return powernv_freqs[i].frequency; } @@ -274,6 +286,15 @@ } /* + * get_nominal_index: Returns the index corresponding to the nominal + * pstate in the cpufreq table + */ +static inline unsigned int get_nominal_index(void) +{ + return powernv_pstate_info.max - powernv_pstate_info.nominal; +} + +/* * powernv_cpufreq_target_index: Sets the frequency corresponding to * the cpufreq table entry indexed by new_index on the cpus in the * mask policy->cpus @@ -283,6 +304,9 @@ { struct powernv_smp_call_data freq_data; + if (unlikely(rebooting) && new_index != get_nominal_index()) + return 0; + freq_data.pstate_id = powernv_freqs[new_index].driver_data; /* @@ -307,6 +331,33 @@ return cpufreq_table_validate_and_show(policy, powernv_freqs); } +static int powernv_cpufreq_reboot_notifier(struct notifier_block *nb, + unsigned long action, void *unused) +{ + int cpu; + struct cpufreq_policy cpu_policy; + + rebooting = true; + for_each_online_cpu(cpu) { + cpufreq_get_policy(&cpu_policy, cpu); + powernv_cpufreq_target_index(&cpu_policy, get_nominal_index()); + } + + return NOTIFY_DONE; +} + +static struct notifier_block powernv_cpufreq_reboot_nb = { + .notifier_call = powernv_cpufreq_reboot_notifier, +}; + +static void powernv_cpufreq_stop_cpu(struct cpufreq_policy *policy) +{ + struct powernv_smp_call_data freq_data; + + freq_data.pstate_id = powernv_pstate_info.min; + smp_call_function_single(policy->cpu, set_pstate, &freq_data, 1); +} + static struct cpufreq_driver powernv_cpufreq_driver = { .name = "powernv-cpufreq", .flags = CPUFREQ_CONST_LOOPS, @@ -314,6 +365,7 @@ .verify = cpufreq_generic_frequency_table_verify, .target_index = powernv_cpufreq_target_index, .get = powernv_cpufreq_get, + .stop_cpu = powernv_cpufreq_stop_cpu, .attr = powernv_cpu_freq_attr, }; @@ -321,6 +373,10 @@ { int rc = 0; + /* Don't probe on pseries (guest) platforms */ + if (!firmware_has_feature(FW_FEATURE_OPALv3)) + return -ENODEV; + /* Discover pstates from device tree and init */ rc = init_powernv_pstates(); if (rc) { @@ -328,12 +384,14 @@ return rc; } + register_reboot_notifier(&powernv_cpufreq_reboot_nb); return cpufreq_register_driver(&powernv_cpufreq_driver); } module_init(powernv_cpufreq_init); static void __exit powernv_cpufreq_exit(void) { + unregister_reboot_notifier(&powernv_cpufreq_reboot_nb); cpufreq_unregister_driver(&powernv_cpufreq_driver); } module_exit(powernv_cpufreq_exit); --- linux-lts-utopic-3.16.0.orig/drivers/cpufreq/s3c2416-cpufreq.c +++ linux-lts-utopic-3.16.0/drivers/cpufreq/s3c2416-cpufreq.c @@ -263,7 +263,7 @@ } #ifdef CONFIG_ARM_S3C2416_CPUFREQ_VCORESCALE -static void __init s3c2416_cpufreq_cfg_regulator(struct s3c2416_data *s3c_freq) +static void s3c2416_cpufreq_cfg_regulator(struct s3c2416_data *s3c_freq) { int count, v, i, found; struct cpufreq_frequency_table *pos; @@ -333,7 +333,7 @@ .notifier_call = s3c2416_cpufreq_reboot_notifier_evt, }; -static int __init s3c2416_cpufreq_driver_init(struct cpufreq_policy *policy) +static int s3c2416_cpufreq_driver_init(struct cpufreq_policy *policy) { struct s3c2416_data *s3c_freq = &s3c2416_cpufreq; struct cpufreq_frequency_table *pos; --- linux-lts-utopic-3.16.0.orig/drivers/cpufreq/s3c24xx-cpufreq.c +++ linux-lts-utopic-3.16.0/drivers/cpufreq/s3c24xx-cpufreq.c @@ -455,7 +455,7 @@ }; -int __init s3c_cpufreq_register(struct s3c_cpufreq_info *info) +int s3c_cpufreq_register(struct s3c_cpufreq_info *info) { if (!info || !info->name) { printk(KERN_ERR "%s: failed to pass valid information\n", --- linux-lts-utopic-3.16.0.orig/drivers/cpufreq/speedstep-lib.c +++ linux-lts-utopic-3.16.0/drivers/cpufreq/speedstep-lib.c @@ -400,6 +400,7 @@ pr_debug("previous speed is %u\n", prev_speed); + preempt_disable(); local_irq_save(flags); /* switch to low state */ @@ -464,6 +465,8 @@ out: local_irq_restore(flags); + preempt_enable(); + return ret; } EXPORT_SYMBOL_GPL(speedstep_get_freqs); --- linux-lts-utopic-3.16.0.orig/drivers/cpufreq/speedstep-smi.c +++ linux-lts-utopic-3.16.0/drivers/cpufreq/speedstep-smi.c @@ -156,6 +156,7 @@ return; /* Disable IRQs */ + preempt_disable(); local_irq_save(flags); command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff); @@ -166,9 +167,19 @@ do { if (retry) { + /* + * We need to enable interrupts, otherwise the blockage + * won't resolve. + * + * We disable preemption so that other processes don't + * run. If other processes were running, they could + * submit more DMA requests, making the blockage worse. + */ pr_debug("retry %u, previous result %u, waiting...\n", retry, result); + local_irq_enable(); mdelay(retry * 50); + local_irq_disable(); } retry++; __asm__ __volatile__( @@ -185,6 +196,7 @@ /* enable IRQs */ local_irq_restore(flags); + preempt_enable(); if (new_state == state) pr_debug("change to %u MHz succeeded after %u tries " --- linux-lts-utopic-3.16.0.orig/drivers/cpuidle/cpuidle-armada-370-xp.c +++ linux-lts-utopic-3.16.0/drivers/cpuidle/cpuidle-armada-370-xp.c @@ -38,11 +38,11 @@ deepidle = true; ret = armada_370_xp_cpu_suspend(deepidle); + cpu_pm_exit(); + if (ret) return ret; - cpu_pm_exit(); - return index; } --- linux-lts-utopic-3.16.0.orig/drivers/cpuidle/cpuidle-powernv.c +++ linux-lts-utopic-3.16.0/drivers/cpuidle/cpuidle-powernv.c @@ -13,16 +13,14 @@ #include #include #include +#include #include #include +#include #include -/* Flags and constants used in PowerNV platform */ - #define MAX_POWERNV_IDLE_STATES 8 -#define IDLE_USE_INST_NAP 0x00010000 /* Use nap instruction */ -#define IDLE_USE_INST_SLEEP 0x00020000 /* Use sleep instruction */ struct cpuidle_driver powernv_idle_driver = { .name = "powernv_idle", @@ -31,18 +29,25 @@ static int max_idle_state; static struct cpuidle_state *cpuidle_state_table; +static u64 snooze_timeout; +static bool snooze_timeout_en; static int snooze_loop(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) { + u64 snooze_exit_time; + local_irq_enable(); set_thread_flag(TIF_POLLING_NRFLAG); + snooze_exit_time = get_tb() + snooze_timeout; ppc64_runlatch_off(); while (!need_resched()) { HMT_low(); HMT_very_low(); + if (snooze_timeout_en && get_tb() > snooze_exit_time) + break; } HMT_medium(); @@ -160,55 +165,86 @@ static int powernv_add_idle_states(void) { struct device_node *power_mgt; - struct property *prop; int nr_idle_states = 1; /* Snooze */ int dt_idle_states; - u32 *flags; - int i; + u32 *latency_ns, *residency_ns, *flags; + int i, rc; /* Currently we have snooze statically defined */ power_mgt = of_find_node_by_path("/ibm,opal/power-mgt"); if (!power_mgt) { pr_warn("opal: PowerMgmt Node not found\n"); - return nr_idle_states; + goto out; + } + + /* Read values of any property to determine the num of idle states */ + dt_idle_states = of_property_count_u32_elems(power_mgt, "ibm,cpu-idle-state-flags"); + if (dt_idle_states < 0) { + pr_warn("cpuidle-powernv: no idle states found in the DT\n"); + goto out; + } + + flags = kzalloc(sizeof(*flags) * dt_idle_states, GFP_KERNEL); + if (of_property_read_u32_array(power_mgt, + "ibm,cpu-idle-state-flags", flags, dt_idle_states)) { + pr_warn("cpuidle-powernv : missing ibm,cpu-idle-state-flags in DT\n"); + goto out_free_flags; } - prop = of_find_property(power_mgt, "ibm,cpu-idle-state-flags", NULL); - if (!prop) { - pr_warn("DT-PowerMgmt: missing ibm,cpu-idle-state-flags\n"); - return nr_idle_states; + latency_ns = kzalloc(sizeof(*latency_ns) * dt_idle_states, GFP_KERNEL); + rc = of_property_read_u32_array(power_mgt, + "ibm,cpu-idle-state-latencies-ns", latency_ns, dt_idle_states); + if (rc) { + pr_warn("cpuidle-powernv: missing ibm,cpu-idle-state-latencies-ns in DT\n"); + goto out_free_latency; } - dt_idle_states = prop->length / sizeof(u32); - flags = (u32 *) prop->value; + residency_ns = kzalloc(sizeof(*residency_ns) * dt_idle_states, GFP_KERNEL); + rc = of_property_read_u32_array(power_mgt, + "ibm,cpu-idle-state-residency-ns", residency_ns, dt_idle_states); for (i = 0; i < dt_idle_states; i++) { - if (flags[i] & IDLE_USE_INST_NAP) { + /* + * Cpuidle accepts exit_latency and target_residency in us. + * Use default target_residency values if f/w does not expose it. + */ + if (flags[i] & OPAL_PM_NAP_ENABLED) { /* Add NAP state */ strcpy(powernv_states[nr_idle_states].name, "Nap"); strcpy(powernv_states[nr_idle_states].desc, "Nap"); powernv_states[nr_idle_states].flags = CPUIDLE_FLAG_TIME_VALID; - powernv_states[nr_idle_states].exit_latency = 10; powernv_states[nr_idle_states].target_residency = 100; powernv_states[nr_idle_states].enter = &nap_loop; - nr_idle_states++; - } - - if (flags[i] & IDLE_USE_INST_SLEEP) { + } else if (flags[i] & OPAL_PM_SLEEP_ENABLED || + flags[i] & OPAL_PM_SLEEP_ENABLED_ER1) { /* Add FASTSLEEP state */ strcpy(powernv_states[nr_idle_states].name, "FastSleep"); strcpy(powernv_states[nr_idle_states].desc, "FastSleep"); powernv_states[nr_idle_states].flags = CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TIMER_STOP; - powernv_states[nr_idle_states].exit_latency = 300; - powernv_states[nr_idle_states].target_residency = 1000000; + powernv_states[nr_idle_states].target_residency = 300000; powernv_states[nr_idle_states].enter = &fastsleep_loop; - nr_idle_states++; } + + powernv_states[nr_idle_states].exit_latency = + ((unsigned int)latency_ns[i]) / 1000; + + if (!rc) { + powernv_states[nr_idle_states].target_residency = + ((unsigned int)residency_ns[i]) / 1000; + } + + nr_idle_states++; } + kfree(residency_ns); +out_free_latency: + kfree(latency_ns); +out_free_flags: + kfree(flags); +out: return nr_idle_states; } @@ -225,6 +261,11 @@ cpuidle_state_table = powernv_states; /* Device tree can indicate more idle states */ max_idle_state = powernv_add_idle_states(); + if (max_idle_state > 1) { + snooze_timeout_en = true; + snooze_timeout = powernv_states[1].target_residency * + tb_ticks_per_usec; + } } else return -ENODEV; --- linux-lts-utopic-3.16.0.orig/drivers/cpuidle/cpuidle-pseries.c +++ linux-lts-utopic-3.16.0/drivers/cpuidle/cpuidle-pseries.c @@ -27,6 +27,8 @@ static int max_idle_state; static struct cpuidle_state *cpuidle_state_table; +static u64 snooze_timeout; +static bool snooze_timeout_en; static inline void idle_loop_prolog(unsigned long *in_purr) { @@ -58,14 +60,18 @@ int index) { unsigned long in_purr; + u64 snooze_exit_time; idle_loop_prolog(&in_purr); local_irq_enable(); set_thread_flag(TIF_POLLING_NRFLAG); + snooze_exit_time = get_tb() + snooze_timeout; while (!need_resched()) { HMT_low(); HMT_very_low(); + if (snooze_timeout_en && get_tb() > snooze_exit_time) + break; } HMT_medium(); @@ -247,6 +253,11 @@ } else return -ENODEV; + if (max_idle_state > 1) { + snooze_timeout_en = true; + snooze_timeout = cpuidle_state_table[1].target_residency * + tb_ticks_per_usec; + } return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/cpuidle/cpuidle.c +++ linux-lts-utopic-3.16.0/drivers/cpuidle/cpuidle.c @@ -289,9 +289,6 @@ if (!dev->registered) return -EINVAL; - if (!dev->state_count) - dev->state_count = drv->state_count; - ret = cpuidle_add_device_sysfs(dev); if (ret) return ret; --- linux-lts-utopic-3.16.0.orig/drivers/cpuidle/sysfs.c +++ linux-lts-utopic-3.16.0/drivers/cpuidle/sysfs.c @@ -401,7 +401,7 @@ struct cpuidle_driver *drv = cpuidle_get_cpu_driver(device); /* state statistics */ - for (i = 0; i < device->state_count; i++) { + for (i = 0; i < drv->state_count; i++) { kobj = kzalloc(sizeof(struct cpuidle_state_kobj), GFP_KERNEL); if (!kobj) goto error_state; @@ -433,9 +433,10 @@ */ static void cpuidle_remove_state_sysfs(struct cpuidle_device *device) { + struct cpuidle_driver *drv = cpuidle_get_cpu_driver(device); int i; - for (i = 0; i < device->state_count; i++) + for (i = 0; i < drv->state_count; i++) cpuidle_free_state_kobj(device, i); } --- linux-lts-utopic-3.16.0.orig/drivers/crypto/caam/caamhash.c +++ linux-lts-utopic-3.16.0/drivers/crypto/caam/caamhash.c @@ -825,8 +825,9 @@ edesc->sec4_sg + sec4_sg_src_index, chained); if (*next_buflen) { - sg_copy_part(next_buf, req->src, to_hash - - *buflen, req->nbytes); + scatterwalk_map_and_copy(next_buf, req->src, + to_hash - *buflen, + *next_buflen, 0); state->current_buf = !state->current_buf; } } else { @@ -859,7 +860,8 @@ kfree(edesc); } } else if (*next_buflen) { - sg_copy(buf + *buflen, req->src, req->nbytes); + scatterwalk_map_and_copy(buf + *buflen, req->src, 0, + req->nbytes, 0); *buflen = *next_buflen; *next_buflen = last_buflen; } @@ -888,13 +890,14 @@ state->buflen_1; u32 *sh_desc = ctx->sh_desc_fin, *desc; dma_addr_t ptr = ctx->sh_desc_fin_dma; - int sec4_sg_bytes; + int sec4_sg_bytes, sec4_sg_src_index; int digestsize = crypto_ahash_digestsize(ahash); struct ahash_edesc *edesc; int ret = 0; int sh_len; - sec4_sg_bytes = (1 + (buflen ? 1 : 0)) * sizeof(struct sec4_sg_entry); + sec4_sg_src_index = 1 + (buflen ? 1 : 0); + sec4_sg_bytes = sec4_sg_src_index * sizeof(struct sec4_sg_entry); /* allocate space for base edesc and hw desc commands, link tables */ edesc = kmalloc(sizeof(struct ahash_edesc) + DESC_JOB_IO_LEN + @@ -921,7 +924,7 @@ state->buf_dma = try_buf_map_to_sec4_sg(jrdev, edesc->sec4_sg + 1, buf, state->buf_dma, buflen, last_buflen); - (edesc->sec4_sg + sec4_sg_bytes - 1)->len |= SEC4_SG_LEN_FIN; + (edesc->sec4_sg + sec4_sg_src_index - 1)->len |= SEC4_SG_LEN_FIN; append_seq_in_ptr(desc, edesc->sec4_sg_dma, ctx->ctx_len + buflen, LDST_SGF); @@ -1206,8 +1209,9 @@ src_map_to_sec4_sg(jrdev, req->src, src_nents, edesc->sec4_sg + 1, chained); if (*next_buflen) { - sg_copy_part(next_buf, req->src, to_hash - *buflen, - req->nbytes); + scatterwalk_map_and_copy(next_buf, req->src, + to_hash - *buflen, + *next_buflen, 0); state->current_buf = !state->current_buf; } @@ -1238,7 +1242,8 @@ kfree(edesc); } } else if (*next_buflen) { - sg_copy(buf + *buflen, req->src, req->nbytes); + scatterwalk_map_and_copy(buf + *buflen, req->src, 0, + req->nbytes, 0); *buflen = *next_buflen; *next_buflen = 0; } @@ -1338,9 +1343,9 @@ struct device *jrdev = ctx->jrdev; gfp_t flags = (req->base.flags & (CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; - u8 *next_buf = state->buf_0 + state->current_buf * - CAAM_MAX_HASH_BLOCK_SIZE; - int *next_buflen = &state->buflen_0 + state->current_buf; + u8 *next_buf = state->current_buf ? state->buf_1 : state->buf_0; + int *next_buflen = state->current_buf ? + &state->buflen_1 : &state->buflen_0; int to_hash; u32 *sh_desc = ctx->sh_desc_update_first, *desc; dma_addr_t ptr = ctx->sh_desc_update_first_dma; @@ -1395,7 +1400,8 @@ } if (*next_buflen) - sg_copy_part(next_buf, req->src, to_hash, req->nbytes); + scatterwalk_map_and_copy(next_buf, req->src, to_hash, + *next_buflen, 0); sh_len = desc_len(sh_desc); desc = edesc->hw_desc; @@ -1428,7 +1434,8 @@ state->update = ahash_update_no_ctx; state->finup = ahash_finup_no_ctx; state->final = ahash_final_no_ctx; - sg_copy(next_buf, req->src, req->nbytes); + scatterwalk_map_and_copy(next_buf, req->src, 0, + req->nbytes, 0); } #ifdef DEBUG print_hex_dump(KERN_ERR, "next buf@"__stringify(__LINE__)": ", @@ -1453,6 +1460,9 @@ state->final = ahash_final_no_ctx; state->current_buf = 0; + state->buf_dma = 0; + state->buflen_0 = 0; + state->buflen_1 = 0; return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/crypto/caam/caamrng.c +++ linux-lts-utopic-3.16.0/drivers/crypto/caam/caamrng.c @@ -56,7 +56,7 @@ /* Buffer, its dma address and lock */ struct buf_data { - u8 buf[RN_BUF_SIZE]; + u8 buf[RN_BUF_SIZE] ____cacheline_aligned; dma_addr_t addr; struct completion filled; u32 hw_desc[DESC_JOB_O_LEN]; --- linux-lts-utopic-3.16.0.orig/drivers/crypto/caam/key_gen.c +++ linux-lts-utopic-3.16.0/drivers/crypto/caam/key_gen.c @@ -48,23 +48,29 @@ u32 *desc; struct split_key_result result; dma_addr_t dma_addr_in, dma_addr_out; - int ret = 0; + int ret = -ENOMEM; desc = kmalloc(CAAM_CMD_SZ * 6 + CAAM_PTR_SZ * 2, GFP_KERNEL | GFP_DMA); if (!desc) { dev_err(jrdev, "unable to allocate key input memory\n"); - return -ENOMEM; + return ret; } - init_job_desc(desc, 0); - dma_addr_in = dma_map_single(jrdev, (void *)key_in, keylen, DMA_TO_DEVICE); if (dma_mapping_error(jrdev, dma_addr_in)) { dev_err(jrdev, "unable to map key input memory\n"); - kfree(desc); - return -ENOMEM; + goto out_free; } + + dma_addr_out = dma_map_single(jrdev, key_out, split_key_pad_len, + DMA_FROM_DEVICE); + if (dma_mapping_error(jrdev, dma_addr_out)) { + dev_err(jrdev, "unable to map key output memory\n"); + goto out_unmap_in; + } + + init_job_desc(desc, 0); append_key(desc, dma_addr_in, keylen, CLASS_2 | KEY_DEST_CLASS_REG); /* Sets MDHA up into an HMAC-INIT */ @@ -81,13 +87,6 @@ * FIFO_STORE with the explicit split-key content store * (0x26 output type) */ - dma_addr_out = dma_map_single(jrdev, key_out, split_key_pad_len, - DMA_FROM_DEVICE); - if (dma_mapping_error(jrdev, dma_addr_out)) { - dev_err(jrdev, "unable to map key output memory\n"); - kfree(desc); - return -ENOMEM; - } append_fifo_store(desc, dma_addr_out, split_key_len, LDST_CLASS_2_CCB | FIFOST_TYPE_SPLIT_KEK); @@ -115,10 +114,10 @@ dma_unmap_single(jrdev, dma_addr_out, split_key_pad_len, DMA_FROM_DEVICE); +out_unmap_in: dma_unmap_single(jrdev, dma_addr_in, keylen, DMA_TO_DEVICE); - +out_free: kfree(desc); - return ret; } EXPORT_SYMBOL(gen_split_key); --- linux-lts-utopic-3.16.0.orig/drivers/crypto/caam/sg_sw_sec4.h +++ linux-lts-utopic-3.16.0/drivers/crypto/caam/sg_sw_sec4.h @@ -116,57 +116,3 @@ } return nents; } - -/* Map SG page in kernel virtual address space and copy */ -static inline void sg_map_copy(u8 *dest, struct scatterlist *sg, - int len, int offset) -{ - u8 *mapped_addr; - - /* - * Page here can be user-space pinned using get_user_pages - * Same must be kmapped before use and kunmapped subsequently - */ - mapped_addr = kmap_atomic(sg_page(sg)); - memcpy(dest, mapped_addr + offset, len); - kunmap_atomic(mapped_addr); -} - -/* Copy from len bytes of sg to dest, starting from beginning */ -static inline void sg_copy(u8 *dest, struct scatterlist *sg, unsigned int len) -{ - struct scatterlist *current_sg = sg; - int cpy_index = 0, next_cpy_index = current_sg->length; - - while (next_cpy_index < len) { - sg_map_copy(dest + cpy_index, current_sg, current_sg->length, - current_sg->offset); - current_sg = scatterwalk_sg_next(current_sg); - cpy_index = next_cpy_index; - next_cpy_index += current_sg->length; - } - if (cpy_index < len) - sg_map_copy(dest + cpy_index, current_sg, len-cpy_index, - current_sg->offset); -} - -/* Copy sg data, from to_skip to end, to dest */ -static inline void sg_copy_part(u8 *dest, struct scatterlist *sg, - int to_skip, unsigned int end) -{ - struct scatterlist *current_sg = sg; - int sg_index, cpy_index, offset; - - sg_index = current_sg->length; - while (sg_index <= to_skip) { - current_sg = scatterwalk_sg_next(current_sg); - sg_index += current_sg->length; - } - cpy_index = sg_index - to_skip; - offset = current_sg->offset + current_sg->length - cpy_index; - sg_map_copy(dest, current_sg, cpy_index, offset); - if (end - sg_index) { - current_sg = scatterwalk_sg_next(current_sg); - sg_copy(dest + cpy_index, current_sg, end - sg_index); - } -} --- linux-lts-utopic-3.16.0.orig/drivers/crypto/ccp/ccp-crypto-main.c +++ linux-lts-utopic-3.16.0/drivers/crypto/ccp/ccp-crypto-main.c @@ -367,6 +367,10 @@ { int ret; + ret = ccp_present(); + if (ret) + return ret; + spin_lock_init(&req_queue_lock); INIT_LIST_HEAD(&req_queue.cmds); req_queue.backlog = &req_queue.cmds; --- linux-lts-utopic-3.16.0.orig/drivers/crypto/ccp/ccp-dev.c +++ linux-lts-utopic-3.16.0/drivers/crypto/ccp/ccp-dev.c @@ -53,6 +53,20 @@ } /** + * ccp_present - check if a CCP device is present + * + * Returns zero if a CCP device is present, -ENODEV otherwise. + */ +int ccp_present(void) +{ + if (ccp_get_device()) + return 0; + + return -ENODEV; +} +EXPORT_SYMBOL_GPL(ccp_present); + +/** * ccp_enqueue_cmd - queue an operation for processing by the CCP * * @cmd: ccp_cmd struct to be processed --- linux-lts-utopic-3.16.0.orig/drivers/crypto/ixp4xx_crypto.c +++ linux-lts-utopic-3.16.0/drivers/crypto/ixp4xx_crypto.c @@ -904,7 +904,6 @@ crypt->mode |= NPE_OP_NOT_IN_PLACE; /* This was never tested by Intel * for more than one dst buffer, I think. */ - BUG_ON(req->dst->length < nbytes); req_ctx->dst = NULL; if (!chainup_buffers(dev, req->dst, nbytes, &dst_hook, flags, DMA_FROM_DEVICE)) --- linux-lts-utopic-3.16.0.orig/drivers/crypto/nx/nx-aes-ccm.c +++ linux-lts-utopic-3.16.0/drivers/crypto/nx/nx-aes-ccm.c @@ -411,7 +411,7 @@ processed += to_process; } while (processed < nbytes); - rc = memcmp(csbcpb->cpb.aes_ccm.out_pat_or_mac, priv->oauth_tag, + rc = crypto_memneq(csbcpb->cpb.aes_ccm.out_pat_or_mac, priv->oauth_tag, authsize) ? -EBADMSG : 0; out: spin_unlock_irqrestore(&nx_ctx->lock, irq_flags); --- linux-lts-utopic-3.16.0.orig/drivers/crypto/nx/nx-aes-gcm.c +++ linux-lts-utopic-3.16.0/drivers/crypto/nx/nx-aes-gcm.c @@ -415,7 +415,7 @@ scatterwalk_map_and_copy(itag, req->src, nbytes, crypto_aead_authsize(crypto_aead_reqtfm(req)), SCATTERWALK_FROM_SG); - rc = memcmp(itag, otag, + rc = crypto_memneq(itag, otag, crypto_aead_authsize(crypto_aead_reqtfm(req))) ? -EBADMSG : 0; } --- linux-lts-utopic-3.16.0.orig/drivers/crypto/omap-aes.c +++ linux-lts-utopic-3.16.0/drivers/crypto/omap-aes.c @@ -554,15 +554,23 @@ return err; } -static int omap_aes_check_aligned(struct scatterlist *sg) +static int omap_aes_check_aligned(struct scatterlist *sg, int total) { + int len = 0; + while (sg) { if (!IS_ALIGNED(sg->offset, 4)) return -1; if (!IS_ALIGNED(sg->length, AES_BLOCK_SIZE)) return -1; + + len += sg->length; sg = sg_next(sg); } + + if (len != total) + return -1; + return 0; } @@ -633,8 +641,8 @@ dd->in_sg = req->src; dd->out_sg = req->dst; - if (omap_aes_check_aligned(dd->in_sg) || - omap_aes_check_aligned(dd->out_sg)) { + if (omap_aes_check_aligned(dd->in_sg, dd->total) || + omap_aes_check_aligned(dd->out_sg, dd->total)) { if (omap_aes_copy_sgs(dd)) pr_err("Failed to copy SGs for unaligned cases\n"); dd->sgs_copied = 1; --- linux-lts-utopic-3.16.0.orig/drivers/crypto/omap-des.c +++ linux-lts-utopic-3.16.0/drivers/crypto/omap-des.c @@ -536,9 +536,6 @@ dmaengine_terminate_all(dd->dma_lch_in); dmaengine_terminate_all(dd->dma_lch_out); - dma_unmap_sg(dd->dev, dd->in_sg, dd->in_sg_len, DMA_TO_DEVICE); - dma_unmap_sg(dd->dev, dd->out_sg, dd->out_sg_len, DMA_FROM_DEVICE); - return err; } --- linux-lts-utopic-3.16.0.orig/drivers/crypto/padlock-aes.c +++ linux-lts-utopic-3.16.0/drivers/crypto/padlock-aes.c @@ -563,4 +563,4 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Michal Ludvig"); -MODULE_ALIAS("aes"); +MODULE_ALIAS_CRYPTO("aes"); --- linux-lts-utopic-3.16.0.orig/drivers/crypto/padlock-sha.c +++ linux-lts-utopic-3.16.0/drivers/crypto/padlock-sha.c @@ -593,7 +593,7 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Michal Ludvig"); -MODULE_ALIAS("sha1-all"); -MODULE_ALIAS("sha256-all"); -MODULE_ALIAS("sha1-padlock"); -MODULE_ALIAS("sha256-padlock"); +MODULE_ALIAS_CRYPTO("sha1-all"); +MODULE_ALIAS_CRYPTO("sha256-all"); +MODULE_ALIAS_CRYPTO("sha1-padlock"); +MODULE_ALIAS_CRYPTO("sha256-padlock"); --- linux-lts-utopic-3.16.0.orig/drivers/crypto/talitos.c +++ linux-lts-utopic-3.16.0/drivers/crypto/talitos.c @@ -870,8 +870,8 @@ icvdata = &edesc->link_tbl[0]; sg = sg_last(req->dst, edesc->dst_nents ? : 1); - err = memcmp(icvdata, (char *)sg_virt(sg) + sg->length - - ctx->authsize, ctx->authsize) ? -EBADMSG : 0; + err = crypto_memneq(icvdata, (char *)sg_virt(sg) + sg->length - + ctx->authsize, ctx->authsize) ? -EBADMSG : 0; } kfree(edesc); @@ -927,7 +927,8 @@ sg_count--; link_tbl_ptr--; } - be16_add_cpu(&link_tbl_ptr->len, cryptlen); + link_tbl_ptr->len = cpu_to_be16(be16_to_cpu(link_tbl_ptr->len) + + cryptlen); /* tag end of link table */ link_tbl_ptr->j_extent = DESC_PTR_LNKTBL_RETURN; @@ -2563,6 +2564,7 @@ break; default: dev_err(dev, "unknown algorithm type %d\n", t_alg->algt.type); + kfree(t_alg); return ERR_PTR(-EINVAL); } --- linux-lts-utopic-3.16.0.orig/drivers/crypto/ux500/cryp/cryp_core.c +++ linux-lts-utopic-3.16.0/drivers/crypto/ux500/cryp/cryp_core.c @@ -190,7 +190,7 @@ static irqreturn_t cryp_interrupt_handler(int irq, void *param) { struct cryp_ctx *ctx; - int i; + int count; struct cryp_device_data *device_data; if (param == NULL) { @@ -215,12 +215,11 @@ if (cryp_pending_irq_src(device_data, CRYP_IRQ_SRC_OUTPUT_FIFO)) { if (ctx->outlen / ctx->blocksize > 0) { - for (i = 0; i < ctx->blocksize / 4; i++) { - *(ctx->outdata) = readl_relaxed( - &device_data->base->dout); - ctx->outdata += 4; - ctx->outlen -= 4; - } + count = ctx->blocksize / 4; + + readsl(&device_data->base->dout, ctx->outdata, count); + ctx->outdata += count; + ctx->outlen -= count; if (ctx->outlen == 0) { cryp_disable_irq_src(device_data, @@ -230,12 +229,12 @@ } else if (cryp_pending_irq_src(device_data, CRYP_IRQ_SRC_INPUT_FIFO)) { if (ctx->datalen / ctx->blocksize > 0) { - for (i = 0 ; i < ctx->blocksize / 4; i++) { - writel_relaxed(ctx->indata, - &device_data->base->din); - ctx->indata += 4; - ctx->datalen -= 4; - } + count = ctx->blocksize / 4; + + writesl(&device_data->base->din, ctx->indata, count); + + ctx->indata += count; + ctx->datalen -= count; if (ctx->datalen == 0) cryp_disable_irq_src(device_data, @@ -1811,7 +1810,7 @@ module_param(cryp_mode, int, 0); MODULE_DESCRIPTION("Driver for ST-Ericsson UX500 CRYP crypto engine."); -MODULE_ALIAS("aes-all"); -MODULE_ALIAS("des-all"); +MODULE_ALIAS_CRYPTO("aes-all"); +MODULE_ALIAS_CRYPTO("des-all"); MODULE_LICENSE("GPL"); --- linux-lts-utopic-3.16.0.orig/drivers/crypto/ux500/hash/hash_core.c +++ linux-lts-utopic-3.16.0/drivers/crypto/ux500/hash/hash_core.c @@ -1995,7 +1995,7 @@ MODULE_DESCRIPTION("Driver for ST-Ericsson UX500 HASH engine."); MODULE_LICENSE("GPL"); -MODULE_ALIAS("sha1-all"); -MODULE_ALIAS("sha256-all"); -MODULE_ALIAS("hmac-sha1-all"); -MODULE_ALIAS("hmac-sha256-all"); +MODULE_ALIAS_CRYPTO("sha1-all"); +MODULE_ALIAS_CRYPTO("sha256-all"); +MODULE_ALIAS_CRYPTO("hmac-sha1-all"); +MODULE_ALIAS_CRYPTO("hmac-sha256-all"); --- linux-lts-utopic-3.16.0.orig/drivers/dma/TODO +++ linux-lts-utopic-3.16.0/drivers/dma/TODO @@ -7,7 +7,6 @@ - imx-dma - imx-sdma - mxs-dma.c - - dw_dmac - intel_mid_dma 4. Check other subsystems for dma drivers and merge/move to dmaengine 5. Remove dma_slave_config's dma direction. --- linux-lts-utopic-3.16.0.orig/drivers/dma/dw/core.c +++ linux-lts-utopic-3.16.0/drivers/dma/dw/core.c @@ -176,7 +176,7 @@ /*----------------------------------------------------------------------*/ -static inline unsigned int dwc_fast_fls(unsigned long long v) +static inline unsigned int dwc_fast_ffs(unsigned long long v) { /* * We can be a lot more clever here, but this should take care @@ -279,6 +279,15 @@ channel_set_bit(dw, CH_EN, dwc->mask); } +static void dwc_dostart_first_queued(struct dw_dma_chan *dwc) +{ + if (list_empty(&dwc->queue)) + return; + + list_move(dwc->queue.next, &dwc->active_list); + dwc_dostart(dwc, dwc_first_active(dwc)); +} + /*----------------------------------------------------------------------*/ static void @@ -335,10 +344,7 @@ * the completed ones. */ list_splice_init(&dwc->active_list, &list); - if (!list_empty(&dwc->queue)) { - list_move(dwc->queue.next, &dwc->active_list); - dwc_dostart(dwc, dwc_first_active(dwc)); - } + dwc_dostart_first_queued(dwc); spin_unlock_irqrestore(&dwc->lock, flags); @@ -467,10 +473,7 @@ /* Try to continue after resetting the channel... */ dwc_chan_disable(dw, dwc); - if (!list_empty(&dwc->queue)) { - list_move(dwc->queue.next, &dwc->active_list); - dwc_dostart(dwc, dwc_first_active(dwc)); - } + dwc_dostart_first_queued(dwc); spin_unlock_irqrestore(&dwc->lock, flags); } @@ -541,16 +544,17 @@ /* Called with dwc->lock held and all DMAC interrupts disabled */ static void dwc_handle_cyclic(struct dw_dma *dw, struct dw_dma_chan *dwc, - u32 status_err, u32 status_xfer) + u32 status_block, u32 status_err, u32 status_xfer) { unsigned long flags; - if (dwc->mask) { + if (status_block & dwc->mask) { void (*callback)(void *param); void *callback_param; dev_vdbg(chan2dev(&dwc->chan), "new cyclic period llp 0x%08x\n", channel_readl(dwc, LLP)); + dma_writel(dw, CLEAR.BLOCK, dwc->mask); callback = dwc->cdesc->period_callback; callback_param = dwc->cdesc->period_callback_param; @@ -582,6 +586,7 @@ channel_writel(dwc, CTL_LO, 0); channel_writel(dwc, CTL_HI, 0); + dma_writel(dw, CLEAR.BLOCK, dwc->mask); dma_writel(dw, CLEAR.ERROR, dwc->mask); dma_writel(dw, CLEAR.XFER, dwc->mask); @@ -590,6 +595,9 @@ spin_unlock_irqrestore(&dwc->lock, flags); } + + /* Re-enable interrupts */ + channel_set_bit(dw, MASK.BLOCK, dwc->mask); } /* ------------------------------------------------------------------------- */ @@ -598,10 +606,12 @@ { struct dw_dma *dw = (struct dw_dma *)data; struct dw_dma_chan *dwc; + u32 status_block; u32 status_xfer; u32 status_err; int i; + status_block = dma_readl(dw, RAW.BLOCK); status_xfer = dma_readl(dw, RAW.XFER); status_err = dma_readl(dw, RAW.ERROR); @@ -610,16 +620,15 @@ for (i = 0; i < dw->dma.chancnt; i++) { dwc = &dw->chan[i]; if (test_bit(DW_DMA_IS_CYCLIC, &dwc->flags)) - dwc_handle_cyclic(dw, dwc, status_err, status_xfer); + dwc_handle_cyclic(dw, dwc, status_block, status_err, + status_xfer); else if (status_err & (1 << i)) dwc_handle_error(dw, dwc); else if (status_xfer & (1 << i)) dwc_scan_descriptors(dw, dwc); } - /* - * Re-enable interrupts. - */ + /* Re-enable interrupts */ channel_set_bit(dw, MASK.XFER, dw->all_chan_mask); channel_set_bit(dw, MASK.ERROR, dw->all_chan_mask); } @@ -640,6 +649,7 @@ * softirq handler. */ channel_clear_bit(dw, MASK.XFER, dw->all_chan_mask); + channel_clear_bit(dw, MASK.BLOCK, dw->all_chan_mask); channel_clear_bit(dw, MASK.ERROR, dw->all_chan_mask); status = dma_readl(dw, STATUS_INT); @@ -650,6 +660,7 @@ /* Try to recover */ channel_clear_bit(dw, MASK.XFER, (1 << 8) - 1); + channel_clear_bit(dw, MASK.BLOCK, (1 << 8) - 1); channel_clear_bit(dw, MASK.SRC_TRAN, (1 << 8) - 1); channel_clear_bit(dw, MASK.DST_TRAN, (1 << 8) - 1); channel_clear_bit(dw, MASK.ERROR, (1 << 8) - 1); @@ -677,17 +688,9 @@ * possible, perhaps even appending to those already submitted * for DMA. But this is hard to do in a race-free manner. */ - if (list_empty(&dwc->active_list)) { - dev_vdbg(chan2dev(tx->chan), "%s: started %u\n", __func__, - desc->txd.cookie); - list_add_tail(&desc->desc_node, &dwc->active_list); - dwc_dostart(dwc, dwc_first_active(dwc)); - } else { - dev_vdbg(chan2dev(tx->chan), "%s: queued %u\n", __func__, - desc->txd.cookie); - list_add_tail(&desc->desc_node, &dwc->queue); - } + dev_vdbg(chan2dev(tx->chan), "%s: queued %u\n", __func__, desc->txd.cookie); + list_add_tail(&desc->desc_node, &dwc->queue); spin_unlock_irqrestore(&dwc->lock, flags); @@ -725,7 +728,7 @@ dw->data_width[dwc->dst_master]); src_width = dst_width = min_t(unsigned int, data_width, - dwc_fast_fls(src | dest | len)); + dwc_fast_ffs(src | dest | len)); ctllo = DWC_DEFAULT_CTLLO(chan) | DWC_CTLL_DST_WIDTH(dst_width) @@ -804,7 +807,7 @@ switch (direction) { case DMA_MEM_TO_DEV: - reg_width = __fls(sconfig->dst_addr_width); + reg_width = __ffs(sconfig->dst_addr_width); reg = sconfig->dst_addr; ctllo = (DWC_DEFAULT_CTLLO(chan) | DWC_CTLL_DST_WIDTH(reg_width) @@ -824,7 +827,7 @@ len = sg_dma_len(sg); mem_width = min_t(unsigned int, - data_width, dwc_fast_fls(mem | len)); + data_width, dwc_fast_ffs(mem | len)); slave_sg_todev_fill_desc: desc = dwc_desc_get(dwc); @@ -864,7 +867,7 @@ } break; case DMA_DEV_TO_MEM: - reg_width = __fls(sconfig->src_addr_width); + reg_width = __ffs(sconfig->src_addr_width); reg = sconfig->src_addr; ctllo = (DWC_DEFAULT_CTLLO(chan) | DWC_CTLL_SRC_WIDTH(reg_width) @@ -884,7 +887,7 @@ len = sg_dma_len(sg); mem_width = min_t(unsigned int, - data_width, dwc_fast_fls(mem | len)); + data_width, dwc_fast_ffs(mem | len)); slave_sg_fromdev_fill_desc: desc = dwc_desc_get(dwc); @@ -1092,9 +1095,12 @@ static void dwc_issue_pending(struct dma_chan *chan) { struct dw_dma_chan *dwc = to_dw_dma_chan(chan); + unsigned long flags; - if (!list_empty(&dwc->queue)) - dwc_scan_descriptors(to_dw_dma(chan->device), dwc); + spin_lock_irqsave(&dwc->lock, flags); + if (list_empty(&dwc->active_list)) + dwc_dostart_first_queued(dwc); + spin_unlock_irqrestore(&dwc->lock, flags); } static int dwc_alloc_chan_resources(struct dma_chan *chan) @@ -1184,6 +1190,7 @@ /* Disable interrupts */ channel_clear_bit(dw, MASK.XFER, dwc->mask); + channel_clear_bit(dw, MASK.BLOCK, dwc->mask); channel_clear_bit(dw, MASK.ERROR, dwc->mask); spin_unlock_irqrestore(&dwc->lock, flags); @@ -1208,7 +1215,7 @@ int dw_dma_cyclic_start(struct dma_chan *chan) { struct dw_dma_chan *dwc = to_dw_dma_chan(chan); - struct dw_dma *dw = to_dw_dma(dwc->chan.device); + struct dw_dma *dw = to_dw_dma(chan->device); unsigned long flags; if (!test_bit(DW_DMA_IS_CYCLIC, &dwc->flags)) { @@ -1218,24 +1225,10 @@ spin_lock_irqsave(&dwc->lock, flags); - /* Assert channel is idle */ - if (dma_readl(dw, CH_EN) & dwc->mask) { - dev_err(chan2dev(&dwc->chan), - "BUG: Attempted to start non-idle channel\n"); - dwc_dump_chan_regs(dwc); - spin_unlock_irqrestore(&dwc->lock, flags); - return -EBUSY; - } + /* Enable interrupts to perform cyclic transfer */ + channel_set_bit(dw, MASK.BLOCK, dwc->mask); - dma_writel(dw, CLEAR.ERROR, dwc->mask); - dma_writel(dw, CLEAR.XFER, dwc->mask); - - /* Setup DMAC channel registers */ - channel_writel(dwc, LLP, dwc->cdesc->desc[0]->txd.phys); - channel_writel(dwc, CTL_LO, DWC_CTLL_LLP_D_EN | DWC_CTLL_LLP_S_EN); - channel_writel(dwc, CTL_HI, 0); - - channel_set_bit(dw, CH_EN, dwc->mask); + dwc_dostart(dwc, dwc->cdesc->desc[0]); spin_unlock_irqrestore(&dwc->lock, flags); @@ -1441,6 +1434,7 @@ dwc_chan_disable(dw, dwc); + dma_writel(dw, CLEAR.BLOCK, dwc->mask); dma_writel(dw, CLEAR.ERROR, dwc->mask); dma_writel(dw, CLEAR.XFER, dwc->mask); @@ -1465,6 +1459,7 @@ dma_writel(dw, CFG, 0); channel_clear_bit(dw, MASK.XFER, dw->all_chan_mask); + channel_clear_bit(dw, MASK.BLOCK, dw->all_chan_mask); channel_clear_bit(dw, MASK.SRC_TRAN, dw->all_chan_mask); channel_clear_bit(dw, MASK.DST_TRAN, dw->all_chan_mask); channel_clear_bit(dw, MASK.ERROR, dw->all_chan_mask); @@ -1553,9 +1548,6 @@ /* Force dma off, just in case */ dw_dma_off(dw); - /* Disable BLOCK interrupts as well */ - channel_clear_bit(dw, MASK.BLOCK, dw->all_chan_mask); - /* Create a pool of consistent memory blocks for hardware descriptors */ dw->desc_pool = dmam_pool_create("dw_dmac_desc_pool", chip->dev, sizeof(struct dw_desc), 4, 0); @@ -1575,7 +1567,6 @@ INIT_LIST_HEAD(&dw->dma.channels); for (i = 0; i < nr_channels; i++) { struct dw_dma_chan *dwc = &dw->chan[i]; - int r = nr_channels - i - 1; dwc->chan.device = &dw->dma; dma_cookie_init(&dwc->chan); @@ -1587,7 +1578,7 @@ /* 7 is highest priority & 0 is lowest. */ if (pdata->chan_priority == CHAN_PRIORITY_ASCENDING) - dwc->priority = r; + dwc->priority = nr_channels - i - 1; else dwc->priority = i; @@ -1607,6 +1598,7 @@ /* Hardware configuration */ if (autocfg) { unsigned int dwc_params; + unsigned int r = DW_DMA_MAX_NR_CHANNELS - i - 1; void __iomem *addr = chip->regs + r * sizeof(u32); dwc_params = dma_read_byaddr(addr, DWC_PARAMS); --- linux-lts-utopic-3.16.0.orig/drivers/dma/dw/platform.c +++ linux-lts-utopic-3.16.0/drivers/dma/dw/platform.c @@ -25,6 +25,8 @@ #include "internal.h" +#define DRV_NAME "dw_dmac" + struct dw_dma_of_filter_args { struct dw_dma *dw; unsigned int req; @@ -283,7 +285,7 @@ .remove = dw_remove, .shutdown = dw_shutdown, .driver = { - .name = "dw_dmac", + .name = DRV_NAME, .pm = &dw_dev_pm_ops, .of_match_table = of_match_ptr(dw_dma_of_id_table), .acpi_match_table = ACPI_PTR(dw_dma_acpi_id_table), @@ -304,3 +306,4 @@ MODULE_LICENSE("GPL v2"); MODULE_DESCRIPTION("Synopsys DesignWare DMA Controller platform driver"); +MODULE_ALIAS("platform:" DRV_NAME); --- linux-lts-utopic-3.16.0.orig/drivers/dma/edma.c +++ linux-lts-utopic-3.16.0/drivers/dma/edma.c @@ -256,6 +256,12 @@ * echan->edesc is NULL and exit.) */ if (echan->edesc) { + /* + * free the running request descriptor + * since it is not in any of the vdesc lists + */ + edma_desc_free(&echan->edesc->vdesc); + echan->edesc = NULL; edma_stop(echan->ch_num); } --- linux-lts-utopic-3.16.0.orig/drivers/dma/mv_xor.c +++ linux-lts-utopic-3.16.0/drivers/dma/mv_xor.c @@ -316,7 +316,8 @@ dma_cookie_t cookie = 0; int busy = mv_chan_is_busy(mv_chan); u32 current_desc = mv_chan_get_current_desc(mv_chan); - int seen_current = 0; + int current_cleaned = 0; + struct mv_xor_desc *hw_desc; dev_dbg(mv_chan_to_devp(mv_chan), "%s %d\n", __func__, __LINE__); dev_dbg(mv_chan_to_devp(mv_chan), "current_desc %x\n", current_desc); @@ -328,38 +329,57 @@ list_for_each_entry_safe(iter, _iter, &mv_chan->chain, chain_node) { - prefetch(_iter); - prefetch(&_iter->async_tx); - /* do not advance past the current descriptor loaded into the - * hardware channel, subsequent descriptors are either in - * process or have not been submitted - */ - if (seen_current) - break; - - /* stop the search if we reach the current descriptor and the - * channel is busy - */ - if (iter->async_tx.phys == current_desc) { - seen_current = 1; - if (busy) + /* clean finished descriptors */ + hw_desc = iter->hw_desc; + if (hw_desc->status & XOR_DESC_SUCCESS) { + cookie = mv_xor_run_tx_complete_actions(iter, mv_chan, + cookie); + + /* done processing desc, clean slot */ + mv_xor_clean_slot(iter, mv_chan); + + /* break if we did cleaned the current */ + if (iter->async_tx.phys == current_desc) { + current_cleaned = 1; break; + } + } else { + if (iter->async_tx.phys == current_desc) { + current_cleaned = 0; + break; + } } - - cookie = mv_xor_run_tx_complete_actions(iter, mv_chan, cookie); - - if (mv_xor_clean_slot(iter, mv_chan)) - break; } if ((busy == 0) && !list_empty(&mv_chan->chain)) { - struct mv_xor_desc_slot *chain_head; - chain_head = list_entry(mv_chan->chain.next, - struct mv_xor_desc_slot, - chain_node); - - mv_xor_start_new_chain(mv_chan, chain_head); + if (current_cleaned) { + /* + * current descriptor cleaned and removed, run + * from list head + */ + iter = list_entry(mv_chan->chain.next, + struct mv_xor_desc_slot, + chain_node); + mv_xor_start_new_chain(mv_chan, iter); + } else { + if (!list_is_last(&iter->chain_node, &mv_chan->chain)) { + /* + * descriptors are still waiting after + * current, trigger them + */ + iter = list_entry(iter->chain_node.next, + struct mv_xor_desc_slot, + chain_node); + mv_xor_start_new_chain(mv_chan, iter); + } else { + /* + * some descriptors are still waiting + * to be cleaned + */ + tasklet_schedule(&mv_chan->irq_tasklet); + } + } } if (cookie > 0) --- linux-lts-utopic-3.16.0.orig/drivers/dma/mv_xor.h +++ linux-lts-utopic-3.16.0/drivers/dma/mv_xor.h @@ -33,6 +33,7 @@ #define XOR_OPERATION_MODE_XOR 0 #define XOR_OPERATION_MODE_MEMCPY 2 #define XOR_DESCRIPTOR_SWAP BIT(14) +#define XOR_DESC_SUCCESS 0x40000000 #define XOR_CURR_DESC(chan) (chan->mmr_high_base + 0x10 + (chan->idx * 4)) #define XOR_NEXT_DESC(chan) (chan->mmr_high_base + 0x00 + (chan->idx * 4)) --- linux-lts-utopic-3.16.0.orig/drivers/dma/omap-dma.c +++ linux-lts-utopic-3.16.0/drivers/dma/omap-dma.c @@ -979,6 +979,7 @@ * c->desc is NULL and exit.) */ if (c->desc) { + omap_dma_desc_free(&c->desc->vd); c->desc = NULL; /* Avoid stopping the dma twice */ if (!c->paused) --- linux-lts-utopic-3.16.0.orig/drivers/edac/amd64_edac.c +++ linux-lts-utopic-3.16.0/drivers/edac/amd64_edac.c @@ -2025,14 +2025,20 @@ static inline void decode_bus_error(int node_id, struct mce *m) { - struct mem_ctl_info *mci = mcis[node_id]; - struct amd64_pvt *pvt = mci->pvt_info; + struct mem_ctl_info *mci; + struct amd64_pvt *pvt; u8 ecc_type = (m->status >> 45) & 0x3; u8 xec = XEC(m->status, 0x1f); u16 ec = EC(m->status); u64 sys_addr; struct err_info err; + mci = edac_mc_find(node_id); + if (!mci) + return; + + pvt = mci->pvt_info; + /* Bail out early if this was an 'observed' error */ if (PP(ec) == NBSL_PP_OBS) return; --- linux-lts-utopic-3.16.0.orig/drivers/edac/cpc925_edac.c +++ linux-lts-utopic-3.16.0/drivers/edac/cpc925_edac.c @@ -562,7 +562,7 @@ if (apiexcp & UECC_EXCP_DETECTED) { cpc925_mc_printk(mci, KERN_INFO, "DRAM UECC Fault\n"); - edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, 1, + edac_mc_handle_error(HW_EVENT_ERR_UNCORRECTED, mci, 1, pfn, offset, 0, csrow, -1, -1, mci->ctl_name, ""); --- linux-lts-utopic-3.16.0.orig/drivers/edac/e7xxx_edac.c +++ linux-lts-utopic-3.16.0/drivers/edac/e7xxx_edac.c @@ -226,7 +226,7 @@ static void process_ce_no_info(struct mem_ctl_info *mci) { edac_dbg(3, "\n"); - edac_mc_handle_error(HW_EVENT_ERR_UNCORRECTED, mci, 1, 0, 0, 0, -1, -1, -1, + edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, 1, 0, 0, 0, -1, -1, -1, "e7xxx CE log register overflow", ""); } --- linux-lts-utopic-3.16.0.orig/drivers/edac/edac_device.c +++ linux-lts-utopic-3.16.0/drivers/edac/edac_device.c @@ -435,16 +435,13 @@ */ void edac_device_workq_teardown(struct edac_device_ctl_info *edac_dev) { - int status; - if (!edac_dev->edac_check) return; - status = cancel_delayed_work(&edac_dev->work); - if (status == 0) { - /* workq instance might be running, wait for it */ - flush_workqueue(edac_workqueue); - } + edac_dev->op_state = OP_OFFLINE; + + cancel_delayed_work_sync(&edac_dev->work); + flush_workqueue(edac_workqueue); } /* --- linux-lts-utopic-3.16.0.orig/drivers/edac/edac_mc.c +++ linux-lts-utopic-3.16.0/drivers/edac/edac_mc.c @@ -584,18 +584,10 @@ */ static void edac_mc_workq_teardown(struct mem_ctl_info *mci) { - int status; + mci->op_state = OP_OFFLINE; - if (mci->op_state != OP_RUNNING_POLL) - return; - - status = cancel_delayed_work(&mci->work); - if (status == 0) { - edac_dbg(0, "not canceled, flush the queue\n"); - - /* workq instance might be running, wait for it */ - flush_workqueue(edac_workqueue); - } + cancel_delayed_work_sync(&mci->work); + flush_workqueue(edac_workqueue); } /* --- linux-lts-utopic-3.16.0.orig/drivers/edac/edac_mc_sysfs.c +++ linux-lts-utopic-3.16.0/drivers/edac/edac_mc_sysfs.c @@ -973,21 +973,26 @@ */ int edac_create_sysfs_mci_device(struct mem_ctl_info *mci) { + char *name; int i, err; /* * The memory controller needs its own bus, in order to avoid * namespace conflicts at /sys/bus/edac. */ - mci->bus->name = kasprintf(GFP_KERNEL, "mc%d", mci->mc_idx); - if (!mci->bus->name) + name = kasprintf(GFP_KERNEL, "mc%d", mci->mc_idx); + if (!name) return -ENOMEM; + mci->bus->name = name; + edac_dbg(0, "creating bus %s\n", mci->bus->name); err = bus_register(mci->bus); - if (err < 0) + if (err < 0) { + kfree(name); return err; + } /* get the /sys/devices/system/edac subsys reference */ mci->dev.type = &mci_attr_type; @@ -1003,9 +1008,7 @@ err = device_add(&mci->dev); if (err < 0) { edac_dbg(1, "failure: create device %s\n", dev_name(&mci->dev)); - bus_unregister(mci->bus); - kfree(mci->bus->name); - return err; + goto fail_unregister_bus; } if (mci->set_sdram_scrub_rate || mci->get_sdram_scrub_rate) { @@ -1013,15 +1016,16 @@ dev_attr_sdram_scrub_rate.attr.mode |= S_IRUGO; dev_attr_sdram_scrub_rate.show = &mci_sdram_scrub_rate_show; } + if (mci->set_sdram_scrub_rate) { dev_attr_sdram_scrub_rate.attr.mode |= S_IWUSR; dev_attr_sdram_scrub_rate.store = &mci_sdram_scrub_rate_store; } - err = device_create_file(&mci->dev, - &dev_attr_sdram_scrub_rate); + + err = device_create_file(&mci->dev, &dev_attr_sdram_scrub_rate); if (err) { edac_dbg(1, "failure: create sdram_scrub_rate\n"); - goto fail2; + goto fail_unregister_dev; } } /* @@ -1030,8 +1034,9 @@ for (i = 0; i < mci->tot_dimms; i++) { struct dimm_info *dimm = mci->dimms[i]; /* Only expose populated DIMMs */ - if (dimm->nr_pages == 0) + if (!dimm->nr_pages) continue; + #ifdef CONFIG_EDAC_DEBUG edac_dbg(1, "creating dimm%d, located at ", i); if (edac_debug_level >= 1) { @@ -1046,14 +1051,14 @@ err = edac_create_dimm_object(mci, dimm, i); if (err) { edac_dbg(1, "failure: create dimm %d obj\n", i); - goto fail; + goto fail_unregister_dimm; } } #ifdef CONFIG_EDAC_LEGACY_SYSFS err = edac_create_csrow_objects(mci); if (err < 0) - goto fail; + goto fail_unregister_dimm; #endif #ifdef CONFIG_EDAC_DEBUG @@ -1061,17 +1066,20 @@ #endif return 0; -fail: +fail_unregister_dimm: for (i--; i >= 0; i--) { struct dimm_info *dimm = mci->dimms[i]; - if (dimm->nr_pages == 0) + if (!dimm->nr_pages) continue; + device_unregister(&dimm->dev); } -fail2: +fail_unregister_dev: device_unregister(&mci->dev); +fail_unregister_bus: bus_unregister(mci->bus); - kfree(mci->bus->name); + kfree(name); + return err; } @@ -1102,10 +1110,12 @@ void edac_unregister_sysfs(struct mem_ctl_info *mci) { + const char *name = mci->bus->name; + edac_dbg(1, "Unregistering device %s\n", dev_name(&mci->dev)); device_unregister(&mci->dev); bus_unregister(mci->bus); - kfree(mci->bus->name); + kfree(name); } static void mc_attr_release(struct device *dev) --- linux-lts-utopic-3.16.0.orig/drivers/edac/edac_pci.c +++ linux-lts-utopic-3.16.0/drivers/edac/edac_pci.c @@ -274,13 +274,12 @@ */ static void edac_pci_workq_teardown(struct edac_pci_ctl_info *pci) { - int status; - edac_dbg(0, "\n"); - status = cancel_delayed_work(&pci->work); - if (status == 0) - flush_workqueue(edac_workqueue); + pci->op_state = OP_OFFLINE; + + cancel_delayed_work_sync(&pci->work); + flush_workqueue(edac_workqueue); } /* --- linux-lts-utopic-3.16.0.orig/drivers/edac/i3200_edac.c +++ linux-lts-utopic-3.16.0/drivers/edac/i3200_edac.c @@ -242,11 +242,11 @@ -1, -1, "i3000 UE", ""); } else if (log & I3200_ECCERRLOG_CE) { - edac_mc_handle_error(HW_EVENT_ERR_UNCORRECTED, mci, 1, + edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, 1, 0, 0, eccerrlog_syndrome(log), eccerrlog_row(channel, log), -1, -1, - "i3000 UE", ""); + "i3000 CE", ""); } } } --- linux-lts-utopic-3.16.0.orig/drivers/edac/i82860_edac.c +++ linux-lts-utopic-3.16.0/drivers/edac/i82860_edac.c @@ -124,7 +124,7 @@ dimm->location[0], dimm->location[1], -1, "i82860 UE", ""); else - edac_mc_handle_error(HW_EVENT_ERR_UNCORRECTED, mci, 1, + edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, 1, info->eap, 0, info->derrsyn, dimm->location[0], dimm->location[1], -1, "i82860 CE", ""); --- linux-lts-utopic-3.16.0.orig/drivers/edac/mpc85xx_edac.c +++ linux-lts-utopic-3.16.0/drivers/edac/mpc85xx_edac.c @@ -633,7 +633,7 @@ if (edac_op_state == EDAC_OPSTATE_INT) { pdata->irq = irq_of_parse_and_map(op->dev.of_node, 0); res = devm_request_irq(&op->dev, pdata->irq, - mpc85xx_l2_isr, 0, + mpc85xx_l2_isr, IRQF_SHARED, "[EDAC] L2 err", edac_dev); if (res < 0) { printk(KERN_ERR --- linux-lts-utopic-3.16.0.orig/drivers/edac/ppc4xx_edac.c +++ linux-lts-utopic-3.16.0/drivers/edac/ppc4xx_edac.c @@ -921,7 +921,7 @@ */ for (row = 0; row < mci->nr_csrows; row++) { - struct csrow_info *csi = &mci->csrows[row]; + struct csrow_info *csi = mci->csrows[row]; /* * Get the configuration settings for this --- linux-lts-utopic-3.16.0.orig/drivers/edac/sb_edac.c +++ linux-lts-utopic-3.16.0/drivers/edac/sb_edac.c @@ -285,8 +285,9 @@ * sbridge structs */ -#define NUM_CHANNELS 4 -#define MAX_DIMMS 3 /* Max DIMMS per channel */ +#define NUM_CHANNELS 4 +#define MAX_DIMMS 3 /* Max DIMMS per channel */ +#define CHANNEL_UNSPECIFIED 0xf /* Intel IA32 SDM 15-14 */ enum type { SANDY_BRIDGE, @@ -764,7 +765,7 @@ u32 reg; u64 limit, prv = 0; u64 tmp_mb; - u32 mb, kb; + u32 gb, mb; u32 rir_way; /* @@ -774,15 +775,17 @@ pvt->tolm = pvt->info.get_tolm(pvt); tmp_mb = (1 + pvt->tolm) >> 20; - mb = div_u64_rem(tmp_mb, 1000, &kb); - edac_dbg(0, "TOLM: %u.%03u GB (0x%016Lx)\n", mb, kb, (u64)pvt->tolm); + gb = div_u64_rem(tmp_mb, 1024, &mb); + edac_dbg(0, "TOLM: %u.%03u GB (0x%016Lx)\n", + gb, (mb*1000)/1024, (u64)pvt->tolm); /* Address range is already 45:25 */ pvt->tohm = pvt->info.get_tohm(pvt); tmp_mb = (1 + pvt->tohm) >> 20; - mb = div_u64_rem(tmp_mb, 1000, &kb); - edac_dbg(0, "TOHM: %u.%03u GB (0x%016Lx)\n", mb, kb, (u64)pvt->tohm); + gb = div_u64_rem(tmp_mb, 1024, &mb); + edac_dbg(0, "TOHM: %u.%03u GB (0x%016Lx)\n", + gb, (mb*1000)/1024, (u64)pvt->tohm); /* * Step 2) Get SAD range and SAD Interleave list @@ -804,11 +807,11 @@ break; tmp_mb = (limit + 1) >> 20; - mb = div_u64_rem(tmp_mb, 1000, &kb); + gb = div_u64_rem(tmp_mb, 1024, &mb); edac_dbg(0, "SAD#%d %s up to %u.%03u GB (0x%016Lx) Interleave: %s reg=0x%08x\n", n_sads, get_dram_attr(reg), - mb, kb, + gb, (mb*1000)/1024, ((u64)tmp_mb) << 20L, INTERLEAVE_MODE(reg) ? "8:6" : "[8:6]XOR[18:16]", reg); @@ -839,9 +842,9 @@ break; tmp_mb = (limit + 1) >> 20; - mb = div_u64_rem(tmp_mb, 1000, &kb); + gb = div_u64_rem(tmp_mb, 1024, &mb); edac_dbg(0, "TAD#%d: up to %u.%03u GB (0x%016Lx), socket interleave %d, memory interleave %d, TGT: %d, %d, %d, %d, reg=0x%08x\n", - n_tads, mb, kb, + n_tads, gb, (mb*1000)/1024, ((u64)tmp_mb) << 20L, (u32)TAD_SOCK(reg), (u32)TAD_CH(reg), @@ -864,10 +867,10 @@ tad_ch_nilv_offset[j], ®); tmp_mb = TAD_OFFSET(reg) >> 20; - mb = div_u64_rem(tmp_mb, 1000, &kb); + gb = div_u64_rem(tmp_mb, 1024, &mb); edac_dbg(0, "TAD CH#%d, offset #%d: %u.%03u GB (0x%016Lx), reg=0x%08x\n", i, j, - mb, kb, + gb, (mb*1000)/1024, ((u64)tmp_mb) << 20L, reg); } @@ -889,10 +892,10 @@ tmp_mb = RIR_LIMIT(reg) >> 20; rir_way = 1 << RIR_WAY(reg); - mb = div_u64_rem(tmp_mb, 1000, &kb); + gb = div_u64_rem(tmp_mb, 1024, &mb); edac_dbg(0, "CH#%d RIR#%d, limit: %u.%03u GB (0x%016Lx), way: %d, reg=0x%08x\n", i, j, - mb, kb, + gb, (mb*1000)/1024, ((u64)tmp_mb) << 20L, rir_way, reg); @@ -903,10 +906,10 @@ ®); tmp_mb = RIR_OFFSET(reg) << 6; - mb = div_u64_rem(tmp_mb, 1000, &kb); + gb = div_u64_rem(tmp_mb, 1024, &mb); edac_dbg(0, "CH#%d RIR#%d INTL#%d, offset %u.%03u GB (0x%016Lx), tgt: %d, reg=0x%08x\n", i, j, k, - mb, kb, + gb, (mb*1000)/1024, ((u64)tmp_mb) << 20L, (u32)RIR_RNK_TGT(reg), reg); @@ -944,7 +947,7 @@ u8 ch_way, sck_way, pkg, sad_ha = 0; u32 tad_offset; u32 rir_way; - u32 mb, kb; + u32 mb, gb; u64 ch_addr, offset, limit = 0, prv = 0; @@ -1182,10 +1185,10 @@ continue; limit = RIR_LIMIT(reg); - mb = div_u64_rem(limit >> 20, 1000, &kb); + gb = div_u64_rem(limit >> 20, 1024, &mb); edac_dbg(0, "RIR#%d, limit: %u.%03u GB (0x%016Lx), way: %d\n", n_rir, - mb, kb, + gb, (mb*1000)/1024, limit, 1 << RIR_WAY(reg)); if (ch_addr <= limit) @@ -1750,6 +1753,9 @@ /* FIXME: need support for channel mask */ + if (channel == CHANNEL_UNSPECIFIED) + channel = -1; + /* Call the helper to output message */ edac_mc_handle_error(tp_event, mci, core_err_cnt, m->addr >> PAGE_SHIFT, m->addr & ~PAGE_MASK, 0, --- linux-lts-utopic-3.16.0.orig/drivers/firewire/core-cdev.c +++ linux-lts-utopic-3.16.0/drivers/firewire/core-cdev.c @@ -1637,8 +1637,7 @@ _IOC_SIZE(cmd) > sizeof(buffer)) return -ENOTTY; - if (_IOC_DIR(cmd) == _IOC_READ) - memset(&buffer, 0, _IOC_SIZE(cmd)); + memset(&buffer, 0, sizeof(buffer)); if (_IOC_DIR(cmd) & _IOC_WRITE) if (copy_from_user(&buffer, arg, _IOC_SIZE(cmd))) --- linux-lts-utopic-3.16.0.orig/drivers/firewire/ohci.c +++ linux-lts-utopic-3.16.0/drivers/firewire/ohci.c @@ -3682,6 +3682,11 @@ reg_write(ohci, OHCI1394_IsoXmitIntMaskSet, ~0); ohci->it_context_support = reg_read(ohci, OHCI1394_IsoXmitIntMaskSet); + /* JMicron JMB38x often shows 0 at first read, just ignore it */ + if (!ohci->it_context_support) { + ohci_notice(ohci, "overriding IsoXmitIntMask\n"); + ohci->it_context_support = 0xf; + } reg_write(ohci, OHCI1394_IsoXmitIntMaskClear, ~0); ohci->it_context_mask = ohci->it_context_support; ohci->n_it = hweight32(ohci->it_context_mask); --- linux-lts-utopic-3.16.0.orig/drivers/firmware/dmi_scan.c +++ linux-lts-utopic-3.16.0/drivers/firmware/dmi_scan.c @@ -489,6 +489,10 @@ buf += 16; if (memcmp(buf, "_DMI_", 5) == 0 && dmi_checksum(buf, 15)) { + if (smbios_ver) + dmi_ver = smbios_ver; + else + dmi_ver = (buf[14] & 0xF0) << 4 | (buf[14] & 0x0F); dmi_num = (buf[13] << 8) | buf[12]; dmi_len = (buf[7] << 8) | buf[6]; dmi_base = (buf[11] << 24) | (buf[10] << 16) | @@ -496,12 +500,9 @@ if (dmi_walk_early(dmi_decode) == 0) { if (smbios_ver) { - dmi_ver = smbios_ver; pr_info("SMBIOS %d.%d present.\n", dmi_ver >> 8, dmi_ver & 0xFF); } else { - dmi_ver = (buf[14] & 0xF0) << 4 | - (buf[14] & 0x0F); pr_info("Legacy DMI %d.%d present.\n", dmi_ver >> 8, dmi_ver & 0xFF); } --- linux-lts-utopic-3.16.0.orig/drivers/firmware/efi/Makefile +++ linux-lts-utopic-3.16.0/drivers/firmware/efi/Makefile @@ -1,7 +1,7 @@ # # Makefile for linux kernel # -obj-$(CONFIG_EFI) += efi.o vars.o +obj-$(CONFIG_EFI) += efi.o vars.o reboot.o obj-$(CONFIG_EFI_VARS) += efivars.o obj-$(CONFIG_EFI_VARS_PSTORE) += efi-pstore.o obj-$(CONFIG_UEFI_CPER) += cper.o --- linux-lts-utopic-3.16.0.orig/drivers/firmware/efi/efi-stub-helper.c +++ linux-lts-utopic-3.16.0/drivers/firmware/efi/efi-stub-helper.c @@ -157,12 +157,12 @@ start = desc->phys_addr; end = start + desc->num_pages * (1UL << EFI_PAGE_SHIFT); - if ((start + size) > end || (start + size) > max) - continue; - - if (end - size > max) + if (end > max) end = max; + if ((start + size) > end) + continue; + if (round_down(end - size, align) < start) continue; --- linux-lts-utopic-3.16.0.orig/drivers/firmware/efi/efi.c +++ linux-lts-utopic-3.16.0/drivers/firmware/efi/efi.c @@ -41,7 +41,6 @@ EXPORT_SYMBOL(efi); static struct kobject *efi_kobj; -static struct kobject *efivars_kobj; /* * Let's not leave out systab information that snuck into @@ -174,10 +173,9 @@ goto err_remove_group; /* and the standard mountpoint for efivarfs */ - efivars_kobj = kobject_create_and_add("efivars", efi_kobj); - if (!efivars_kobj) { + error = sysfs_create_mount_point(efi_kobj, "efivars"); + if (error) { pr_err("efivars: Subsystem registration failed.\n"); - error = -ENOMEM; goto err_remove_group; } --- linux-lts-utopic-3.16.0.orig/drivers/firmware/efi/efivars.c +++ linux-lts-utopic-3.16.0/drivers/firmware/efi/efivars.c @@ -220,7 +220,7 @@ } if ((attributes & ~EFI_VARIABLE_MASK) != 0 || - efivar_validate(name, data, size) == false) { + efivar_validate(vendor, name, data, size) == false) { printk(KERN_ERR "efivars: Malformed variable content\n"); return -EINVAL; } @@ -446,7 +446,8 @@ } if ((attributes & ~EFI_VARIABLE_MASK) != 0 || - efivar_validate(name, data, size) == false) { + efivar_validate(new_var->VendorGuid, name, data, + size) == false) { printk(KERN_ERR "efivars: Malformed variable content\n"); return -EINVAL; } @@ -541,35 +542,27 @@ { int i, short_name_size; char *short_name; - unsigned long variable_name_size; - efi_char16_t *variable_name; - - variable_name = new_var->var.VariableName; - variable_name_size = ucs2_strlen(variable_name) * sizeof(efi_char16_t); + unsigned long utf8_name_size; + efi_char16_t *variable_name = new_var->var.VariableName; /* - * Length of the variable bytes in ASCII, plus the '-' separator, + * Length of the variable bytes in UTF8, plus the '-' separator, * plus the GUID, plus trailing NUL */ - short_name_size = variable_name_size / sizeof(efi_char16_t) - + 1 + EFI_VARIABLE_GUID_LEN + 1; - - short_name = kzalloc(short_name_size, GFP_KERNEL); + utf8_name_size = ucs2_utf8size(variable_name); + short_name_size = utf8_name_size + 1 + EFI_VARIABLE_GUID_LEN + 1; + short_name = kmalloc(short_name_size, GFP_KERNEL); if (!short_name) return 1; - /* Convert Unicode to normal chars (assume top bits are 0), - ala UTF-8 */ - for (i=0; i < (int)(variable_name_size / sizeof(efi_char16_t)); i++) { - short_name[i] = variable_name[i] & 0xFF; - } + ucs2_as_utf8(short_name, variable_name, short_name_size); + /* This is ugly, but necessary to separate one vendor's private variables from another's. */ - - *(short_name + strlen(short_name)) = '-'; + short_name[utf8_name_size] = '-'; efi_guid_unparse(&new_var->var.VendorGuid, - short_name + strlen(short_name)); + short_name + utf8_name_size + 1); new_var->kobj.kset = efivars_kset; --- linux-lts-utopic-3.16.0.orig/drivers/firmware/efi/reboot.c +++ linux-lts-utopic-3.16.0/drivers/firmware/efi/reboot.c @@ -0,0 +1,56 @@ +/* + * Copyright (C) 2014 Intel Corporation; author Matt Fleming + * Copyright (c) 2014 Red Hat, Inc., Mark Salter + */ +#include +#include + +int efi_reboot_quirk_mode = -1; + +void efi_reboot(enum reboot_mode reboot_mode, const char *__unused) +{ + int efi_mode; + + if (!efi_enabled(EFI_RUNTIME_SERVICES)) + return; + + switch (reboot_mode) { + case REBOOT_WARM: + case REBOOT_SOFT: + efi_mode = EFI_RESET_WARM; + break; + default: + efi_mode = EFI_RESET_COLD; + break; + } + + /* + * If a quirk forced an EFI reset mode, always use that. + */ + if (efi_reboot_quirk_mode != -1) + efi_mode = efi_reboot_quirk_mode; + + efi.reset_system(efi_mode, EFI_SUCCESS, 0, NULL); +} + +bool __weak efi_poweroff_required(void) +{ + return false; +} + +static void efi_power_off(void) +{ + efi.reset_system(EFI_RESET_SHUTDOWN, EFI_SUCCESS, 0, NULL); +} + +static int __init efi_shutdown_init(void) +{ + if (!efi_enabled(EFI_RUNTIME_SERVICES)) + return -ENODEV; + + if (efi_poweroff_required()) + pm_power_off = efi_power_off; + + return 0; +} +late_initcall(efi_shutdown_init); --- linux-lts-utopic-3.16.0.orig/drivers/firmware/efi/runtime-map.c +++ linux-lts-utopic-3.16.0/drivers/firmware/efi/runtime-map.c @@ -120,7 +120,8 @@ entry = kzalloc(sizeof(*entry), GFP_KERNEL); if (!entry) { kset_unregister(map_kset); - return entry; + map_kset = NULL; + return ERR_PTR(-ENOMEM); } memcpy(&entry->md, efi_runtime_map + nr * efi_memdesc_size, @@ -132,6 +133,7 @@ if (ret) { kobject_put(&entry->kobj); kset_unregister(map_kset); + map_kset = NULL; return ERR_PTR(ret); } @@ -170,12 +172,10 @@ return 0; out_add_entry: - for (j = i - 1; j > 0; j--) { + for (j = i - 1; j >= 0; j--) { entry = *(map_entries + j); kobject_put(&entry->kobj); } - if (map_kset) - kset_unregister(map_kset); out: return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/firmware/efi/vars.c +++ linux-lts-utopic-3.16.0/drivers/firmware/efi/vars.c @@ -165,67 +165,133 @@ } struct variable_validate { + efi_guid_t vendor; char *name; bool (*validate)(efi_char16_t *var_name, int match, u8 *data, unsigned long len); }; +/* + * This is the list of variables we need to validate, as well as the + * whitelist for what we think is safe not to default to immutable. + * + * If it has a validate() method that's not NULL, it'll go into the + * validation routine. If not, it is assumed valid, but still used for + * whitelisting. + * + * Note that it's sorted by {vendor,name}, but globbed names must come after + * any other name with the same prefix. + */ static const struct variable_validate variable_validate[] = { - { "BootNext", validate_uint16 }, - { "BootOrder", validate_boot_order }, - { "DriverOrder", validate_boot_order }, - { "Boot*", validate_load_option }, - { "Driver*", validate_load_option }, - { "ConIn", validate_device_path }, - { "ConInDev", validate_device_path }, - { "ConOut", validate_device_path }, - { "ConOutDev", validate_device_path }, - { "ErrOut", validate_device_path }, - { "ErrOutDev", validate_device_path }, - { "Timeout", validate_uint16 }, - { "Lang", validate_ascii_string }, - { "PlatformLang", validate_ascii_string }, - { "", NULL }, + { EFI_GLOBAL_VARIABLE_GUID, "BootNext", validate_uint16 }, + { EFI_GLOBAL_VARIABLE_GUID, "BootOrder", validate_boot_order }, + { EFI_GLOBAL_VARIABLE_GUID, "Boot*", validate_load_option }, + { EFI_GLOBAL_VARIABLE_GUID, "DriverOrder", validate_boot_order }, + { EFI_GLOBAL_VARIABLE_GUID, "Driver*", validate_load_option }, + { EFI_GLOBAL_VARIABLE_GUID, "ConIn", validate_device_path }, + { EFI_GLOBAL_VARIABLE_GUID, "ConInDev", validate_device_path }, + { EFI_GLOBAL_VARIABLE_GUID, "ConOut", validate_device_path }, + { EFI_GLOBAL_VARIABLE_GUID, "ConOutDev", validate_device_path }, + { EFI_GLOBAL_VARIABLE_GUID, "ErrOut", validate_device_path }, + { EFI_GLOBAL_VARIABLE_GUID, "ErrOutDev", validate_device_path }, + { EFI_GLOBAL_VARIABLE_GUID, "Lang", validate_ascii_string }, + { EFI_GLOBAL_VARIABLE_GUID, "OsIndications", NULL }, + { EFI_GLOBAL_VARIABLE_GUID, "PlatformLang", validate_ascii_string }, + { EFI_GLOBAL_VARIABLE_GUID, "Timeout", validate_uint16 }, + { LINUX_EFI_CRASH_GUID, "*", NULL }, + { NULL_GUID, "", NULL }, }; +static bool +variable_matches(const char *var_name, size_t len, const char *match_name, + int *match) +{ + for (*match = 0; ; (*match)++) { + char c = match_name[*match]; + char u = var_name[*match]; + + /* Wildcard in the matching name means we've matched */ + if (c == '*') + return true; + + /* Case sensitive match */ + if (!c && *match == len) + return true; + + if (c != u) + return false; + + if (!c) + return true; + } + return true; +} + bool -efivar_validate(efi_char16_t *var_name, u8 *data, unsigned long len) +efivar_validate(efi_guid_t vendor, efi_char16_t *var_name, u8 *data, + unsigned long data_size) { int i; - u16 *unicode_name = var_name; + unsigned long utf8_size; + u8 *utf8_name; + + utf8_size = ucs2_utf8size(var_name); + utf8_name = kmalloc(utf8_size + 1, GFP_KERNEL); + if (!utf8_name) + return false; + + ucs2_as_utf8(utf8_name, var_name, utf8_size); + utf8_name[utf8_size] = '\0'; - for (i = 0; variable_validate[i].validate != NULL; i++) { + for (i = 0; variable_validate[i].name[0] != '\0'; i++) { const char *name = variable_validate[i].name; - int match; + int match = 0; - for (match = 0; ; match++) { - char c = name[match]; - u16 u = unicode_name[match]; - - /* All special variables are plain ascii */ - if (u > 127) - return true; - - /* Wildcard in the matching name means we've matched */ - if (c == '*') - return variable_validate[i].validate(var_name, - match, data, len); + if (efi_guidcmp(vendor, variable_validate[i].vendor)) + continue; - /* Case sensitive match */ - if (c != u) + if (variable_matches(utf8_name, utf8_size+1, name, &match)) { + if (variable_validate[i].validate == NULL) break; - - /* Reached the end of the string while matching */ - if (!c) - return variable_validate[i].validate(var_name, - match, data, len); + kfree(utf8_name); + return variable_validate[i].validate(var_name, match, + data, data_size); } } - + kfree(utf8_name); return true; } EXPORT_SYMBOL_GPL(efivar_validate); +bool +efivar_variable_is_removable(efi_guid_t vendor, const char *var_name, + size_t len) +{ + int i; + bool found = false; + int match = 0; + + /* + * Check if our variable is in the validated variables list + */ + for (i = 0; variable_validate[i].name[0] != '\0'; i++) { + if (efi_guidcmp(variable_validate[i].vendor, vendor)) + continue; + + if (variable_matches(var_name, len, + variable_validate[i].name, &match)) { + found = true; + break; + } + } + + /* + * If it's in our list, it is removable. + */ + return found; +} +EXPORT_SYMBOL_GPL(efivar_variable_is_removable); + static efi_status_t check_var_size(u32 attributes, unsigned long size) { @@ -481,7 +547,7 @@ */ static void efivar_entry_list_del_unlock(struct efivar_entry *entry) { - WARN_ON(!spin_is_locked(&__efivars->lock)); + lockdep_assert_held(&__efivars->lock); list_del(&entry->list); spin_unlock_irq(&__efivars->lock); @@ -507,7 +573,7 @@ const struct efivar_operations *ops = __efivars->ops; efi_status_t status; - WARN_ON(!spin_is_locked(&__efivars->lock)); + lockdep_assert_held(&__efivars->lock); status = ops->set_variable(entry->var.VariableName, &entry->var.VendorGuid, @@ -667,7 +733,7 @@ int strsize1, strsize2; bool found = false; - WARN_ON(!spin_is_locked(&__efivars->lock)); + lockdep_assert_held(&__efivars->lock); list_for_each_entry_safe(entry, n, head, list) { strsize1 = ucs2_strsize(name, 1024); @@ -739,7 +805,7 @@ const struct efivar_operations *ops = __efivars->ops; efi_status_t status; - WARN_ON(!spin_is_locked(&__efivars->lock)); + lockdep_assert_held(&__efivars->lock); status = ops->get_variable(entry->var.VariableName, &entry->var.VendorGuid, @@ -805,7 +871,7 @@ *set = false; - if (efivar_validate(name, data, *size) == false) + if (efivar_validate(*vendor, name, data, *size) == false) return -EINVAL; /* --- linux-lts-utopic-3.16.0.orig/drivers/gpio/gpio-kempld.c +++ linux-lts-utopic-3.16.0/drivers/gpio/gpio-kempld.c @@ -117,7 +117,7 @@ = container_of(chip, struct kempld_gpio_data, chip); struct kempld_device_data *pld = gpio->pld; - return kempld_gpio_get_bit(pld, KEMPLD_GPIO_DIR_NUM(offset), offset); + return !kempld_gpio_get_bit(pld, KEMPLD_GPIO_DIR_NUM(offset), offset); } static int kempld_gpio_pincount(struct kempld_device_data *pld) --- linux-lts-utopic-3.16.0.orig/drivers/gpio/gpio-mvebu.c +++ linux-lts-utopic-3.16.0/drivers/gpio/gpio-mvebu.c @@ -305,11 +305,13 @@ { struct irq_chip_generic *gc = irq_data_get_irq_chip_data(d); struct mvebu_gpio_chip *mvchip = gc->private; + struct irq_chip_type *ct = irq_data_get_chip_type(d); u32 mask = 1 << (d->irq - gc->irq_base); irq_gc_lock(gc); - gc->mask_cache &= ~mask; - writel_relaxed(gc->mask_cache, mvebu_gpioreg_edge_mask(mvchip)); + ct->mask_cache_priv &= ~mask; + + writel_relaxed(ct->mask_cache_priv, mvebu_gpioreg_edge_mask(mvchip)); irq_gc_unlock(gc); } @@ -317,11 +319,13 @@ { struct irq_chip_generic *gc = irq_data_get_irq_chip_data(d); struct mvebu_gpio_chip *mvchip = gc->private; + struct irq_chip_type *ct = irq_data_get_chip_type(d); + u32 mask = 1 << (d->irq - gc->irq_base); irq_gc_lock(gc); - gc->mask_cache |= mask; - writel_relaxed(gc->mask_cache, mvebu_gpioreg_edge_mask(mvchip)); + ct->mask_cache_priv |= mask; + writel_relaxed(ct->mask_cache_priv, mvebu_gpioreg_edge_mask(mvchip)); irq_gc_unlock(gc); } @@ -329,11 +333,13 @@ { struct irq_chip_generic *gc = irq_data_get_irq_chip_data(d); struct mvebu_gpio_chip *mvchip = gc->private; + struct irq_chip_type *ct = irq_data_get_chip_type(d); + u32 mask = 1 << (d->irq - gc->irq_base); irq_gc_lock(gc); - gc->mask_cache &= ~mask; - writel_relaxed(gc->mask_cache, mvebu_gpioreg_level_mask(mvchip)); + ct->mask_cache_priv &= ~mask; + writel_relaxed(ct->mask_cache_priv, mvebu_gpioreg_level_mask(mvchip)); irq_gc_unlock(gc); } @@ -341,11 +347,13 @@ { struct irq_chip_generic *gc = irq_data_get_irq_chip_data(d); struct mvebu_gpio_chip *mvchip = gc->private; + struct irq_chip_type *ct = irq_data_get_chip_type(d); + u32 mask = 1 << (d->irq - gc->irq_base); irq_gc_lock(gc); - gc->mask_cache |= mask; - writel_relaxed(gc->mask_cache, mvebu_gpioreg_level_mask(mvchip)); + ct->mask_cache_priv |= mask; + writel_relaxed(ct->mask_cache_priv, mvebu_gpioreg_level_mask(mvchip)); irq_gc_unlock(gc); } --- linux-lts-utopic-3.16.0.orig/drivers/gpio/gpio-rcar.c +++ linux-lts-utopic-3.16.0/drivers/gpio/gpio-rcar.c @@ -186,6 +186,44 @@ return container_of(chip, struct gpio_rcar_priv, gpio_chip); } +static void gpio_rcar_irq_bus_lock(struct irq_data *d) +{ + struct gpio_chip *gc = irq_data_get_irq_chip_data(d); + struct gpio_rcar_priv *p = gpio_to_priv(gc); + + pm_runtime_get_sync(&p->pdev->dev); +} + +static void gpio_rcar_irq_bus_sync_unlock(struct irq_data *d) +{ + struct gpio_chip *gc = irq_data_get_irq_chip_data(d); + struct gpio_rcar_priv *p = gpio_to_priv(gc); + + pm_runtime_put(&p->pdev->dev); +} + + +static int gpio_rcar_irq_request_resources(struct irq_data *d) +{ + struct gpio_chip *gc = irq_data_get_irq_chip_data(d); + struct gpio_rcar_priv *p = gpio_to_priv(gc); + int error; + + error = pm_runtime_get_sync(&p->pdev->dev); + if (error < 0) + return error; + + return 0; +} + +static void gpio_rcar_irq_release_resources(struct irq_data *d) +{ + struct gpio_chip *gc = irq_data_get_irq_chip_data(d); + struct gpio_rcar_priv *p = gpio_to_priv(gc); + + pm_runtime_put(&p->pdev->dev); +} + static void gpio_rcar_config_general_input_output_mode(struct gpio_chip *chip, unsigned int gpio, bool output) @@ -363,10 +401,8 @@ int ret; p = devm_kzalloc(dev, sizeof(*p), GFP_KERNEL); - if (!p) { - ret = -ENOMEM; - goto err0; - } + if (!p) + return -ENOMEM; p->pdev = pdev; spin_lock_init(&p->lock); @@ -416,6 +452,10 @@ irq_chip->irq_mask = gpio_rcar_irq_disable; irq_chip->irq_unmask = gpio_rcar_irq_enable; irq_chip->irq_set_type = gpio_rcar_irq_set_type; + irq_chip->irq_bus_lock = gpio_rcar_irq_bus_lock; + irq_chip->irq_bus_sync_unlock = gpio_rcar_irq_bus_sync_unlock; + irq_chip->irq_request_resources = gpio_rcar_irq_request_resources; + irq_chip->irq_release_resources = gpio_rcar_irq_release_resources; irq_chip->flags = IRQCHIP_SKIP_SET_WAKE | IRQCHIP_SET_TYPE_MASKED | IRQCHIP_MASK_ON_SUSPEND; --- linux-lts-utopic-3.16.0.orig/drivers/gpio/gpio-tps65912.c +++ linux-lts-utopic-3.16.0/drivers/gpio/gpio-tps65912.c @@ -26,9 +26,12 @@ struct gpio_chip gpio_chip; }; +#define to_tgd(gc) container_of(gc, struct tps65912_gpio_data, gpio_chip) + static int tps65912_gpio_get(struct gpio_chip *gc, unsigned offset) { - struct tps65912 *tps65912 = container_of(gc, struct tps65912, gpio); + struct tps65912_gpio_data *tps65912_gpio = to_tgd(gc); + struct tps65912 *tps65912 = tps65912_gpio->tps65912; int val; val = tps65912_reg_read(tps65912, TPS65912_GPIO1 + offset); @@ -42,7 +45,8 @@ static void tps65912_gpio_set(struct gpio_chip *gc, unsigned offset, int value) { - struct tps65912 *tps65912 = container_of(gc, struct tps65912, gpio); + struct tps65912_gpio_data *tps65912_gpio = to_tgd(gc); + struct tps65912 *tps65912 = tps65912_gpio->tps65912; if (value) tps65912_set_bits(tps65912, TPS65912_GPIO1 + offset, @@ -55,7 +59,8 @@ static int tps65912_gpio_output(struct gpio_chip *gc, unsigned offset, int value) { - struct tps65912 *tps65912 = container_of(gc, struct tps65912, gpio); + struct tps65912_gpio_data *tps65912_gpio = to_tgd(gc); + struct tps65912 *tps65912 = tps65912_gpio->tps65912; /* Set the initial value */ tps65912_gpio_set(gc, offset, value); @@ -66,7 +71,8 @@ static int tps65912_gpio_input(struct gpio_chip *gc, unsigned offset) { - struct tps65912 *tps65912 = container_of(gc, struct tps65912, gpio); + struct tps65912_gpio_data *tps65912_gpio = to_tgd(gc); + struct tps65912 *tps65912 = tps65912_gpio->tps65912; return tps65912_clear_bits(tps65912, TPS65912_GPIO1 + offset, GPIO_CFG_MASK); --- linux-lts-utopic-3.16.0.orig/drivers/gpio/gpiolib-acpi.c +++ linux-lts-utopic-3.16.0/drivers/gpio/gpiolib-acpi.c @@ -357,8 +357,10 @@ struct gpio_chip *chip = achip->chip; struct acpi_resource_gpio *agpio; struct acpi_resource *ares; + int pin_index = (int)address; acpi_status status; bool pull_up; + int length; int i; status = acpi_buffer_to_resource(achip->conn_info.connection, @@ -380,7 +382,8 @@ return AE_BAD_PARAMETER; } - for (i = 0; i < agpio->pin_table_length; i++) { + length = min(agpio->pin_table_length, (u16)(pin_index + bits)); + for (i = pin_index; i < length; ++i) { unsigned pin = agpio->pin_table[i]; struct acpi_gpio_connection *conn; struct gpio_desc *desc; --- linux-lts-utopic-3.16.0.orig/drivers/gpio/gpiolib-of.c +++ linux-lts-utopic-3.16.0/drivers/gpio/gpiolib-of.c @@ -45,8 +45,15 @@ return false; ret = gc->of_xlate(gc, &gg_data->gpiospec, gg_data->flags); - if (ret < 0) + if (ret < 0) { + /* We've found a gpio chip, but the translation failed. + * Store translation error in out_gpio. + * Return false to keep looking, as more than one gpio chip + * could be registered per of-node. + */ + gg_data->out_gpio = ERR_PTR(ret); return false; + } gg_data->out_gpio = gpiochip_get_desc(gc, ret); return true; --- linux-lts-utopic-3.16.0.orig/drivers/gpio/gpiolib.c +++ linux-lts-utopic-3.16.0/drivers/gpio/gpiolib.c @@ -60,6 +60,7 @@ #define FLAG_OPEN_DRAIN 7 /* Gpio is open drain type */ #define FLAG_OPEN_SOURCE 8 /* Gpio is open source type */ #define FLAG_USED_AS_IRQ 9 /* GPIO is connected to an IRQ */ +#define FLAG_SYSFS_DIR 10 /* show sysfs direction attribute */ #define ID_SHIFT 16 /* add new flags before this one */ @@ -409,7 +410,7 @@ return status; } -static const DEVICE_ATTR(value, 0644, +static DEVICE_ATTR(value, 0644, gpio_value_show, gpio_value_store); static irqreturn_t gpio_sysfs_irq(int irq, void *priv) @@ -634,17 +635,46 @@ return status ? : size; } -static const DEVICE_ATTR(active_low, 0644, +static DEVICE_ATTR(active_low, 0644, gpio_active_low_show, gpio_active_low_store); -static const struct attribute *gpio_attrs[] = { +static umode_t gpio_is_visible(struct kobject *kobj, struct attribute *attr, + int n) +{ + struct device *dev = container_of(kobj, struct device, kobj); + struct gpio_desc *desc = dev_get_drvdata(dev); + umode_t mode = attr->mode; + bool show_direction = test_bit(FLAG_SYSFS_DIR, &desc->flags); + + if (attr == &dev_attr_direction.attr) { + if (!show_direction) + mode = 0; + } else if (attr == &dev_attr_edge.attr) { + if (gpiod_to_irq(desc) < 0) + mode = 0; + if (!show_direction && test_bit(FLAG_IS_OUT, &desc->flags)) + mode = 0; + } + + return mode; +} + +static struct attribute *gpio_attrs[] = { + &dev_attr_direction.attr, + &dev_attr_edge.attr, &dev_attr_value.attr, &dev_attr_active_low.attr, NULL, }; -static const struct attribute_group gpio_attr_group = { - .attrs = (struct attribute **) gpio_attrs, +static const struct attribute_group gpio_group = { + .attrs = gpio_attrs, + .is_visible = gpio_is_visible, +}; + +static const struct attribute_group *gpio_groups[] = { + &gpio_group, + NULL }; /* @@ -681,16 +711,13 @@ } static DEVICE_ATTR(ngpio, 0444, chip_ngpio_show, NULL); -static const struct attribute *gpiochip_attrs[] = { +static struct attribute *gpiochip_attrs[] = { &dev_attr_base.attr, &dev_attr_label.attr, &dev_attr_ngpio.attr, NULL, }; - -static const struct attribute_group gpiochip_attr_group = { - .attrs = (struct attribute **) gpiochip_attrs, -}; +ATTRIBUTE_GROUPS(gpiochip); /* * /sys/class/gpio/export ... write-only @@ -806,6 +833,7 @@ */ int gpiod_export(struct gpio_desc *desc, bool direction_may_change) { + struct gpio_chip *chip; unsigned long flags; int status; const char *ioname = NULL; @@ -823,8 +851,16 @@ return -EINVAL; } + chip = desc->chip; + mutex_lock(&sysfs_lock); + /* check if chip is being removed */ + if (!chip || !chip->exported) { + status = -ENODEV; + goto fail_unlock; + } + spin_lock_irqsave(&gpio_lock, flags); if (!test_bit(FLAG_REQUESTED, &desc->flags) || test_bit(FLAG_EXPORT, &desc->flags)) { @@ -837,45 +873,30 @@ goto fail_unlock; } - if (!desc->chip->direction_input || !desc->chip->direction_output) - direction_may_change = false; + if (desc->chip->direction_input && desc->chip->direction_output && + direction_may_change) { + set_bit(FLAG_SYSFS_DIR, &desc->flags); + } + spin_unlock_irqrestore(&gpio_lock, flags); offset = gpio_chip_hwgpio(desc); if (desc->chip->names && desc->chip->names[offset]) ioname = desc->chip->names[offset]; - dev = device_create(&gpio_class, desc->chip->dev, MKDEV(0, 0), - desc, ioname ? ioname : "gpio%u", - desc_to_gpio(desc)); + dev = device_create_with_groups(&gpio_class, desc->chip->dev, + MKDEV(0, 0), desc, gpio_groups, + ioname ? ioname : "gpio%u", + desc_to_gpio(desc)); if (IS_ERR(dev)) { status = PTR_ERR(dev); goto fail_unlock; } - status = sysfs_create_group(&dev->kobj, &gpio_attr_group); - if (status) - goto fail_unregister_device; - - if (direction_may_change) { - status = device_create_file(dev, &dev_attr_direction); - if (status) - goto fail_unregister_device; - } - - if (gpiod_to_irq(desc) >= 0 && (direction_may_change || - !test_bit(FLAG_IS_OUT, &desc->flags))) { - status = device_create_file(dev, &dev_attr_edge); - if (status) - goto fail_unregister_device; - } - set_bit(FLAG_EXPORT, &desc->flags); mutex_unlock(&sysfs_lock); return 0; -fail_unregister_device: - device_unregister(dev); fail_unlock: mutex_unlock(&sysfs_lock); gpiod_dbg(desc, "%s: status %d\n", __func__, status); @@ -918,6 +939,7 @@ if (tdev != NULL) { status = sysfs_create_link(&dev->kobj, &tdev->kobj, name); + put_device(tdev); } else { status = -ENODEV; } @@ -966,6 +988,7 @@ status = sysfs_set_active_low(desc, dev, value); + put_device(dev); unlock: mutex_unlock(&sysfs_lock); @@ -999,6 +1022,7 @@ dev = class_find_device(&gpio_class, NULL, desc, match_export); if (dev) { gpio_setup_irq(desc, dev, 0); + clear_bit(FLAG_SYSFS_DIR, &desc->flags); clear_bit(FLAG_EXPORT, &desc->flags); } else status = -ENODEV; @@ -1031,13 +1055,13 @@ /* use chip->base for the ID; it's already known to be unique */ mutex_lock(&sysfs_lock); - dev = device_create(&gpio_class, chip->dev, MKDEV(0, 0), chip, - "gpiochip%d", chip->base); - if (!IS_ERR(dev)) { - status = sysfs_create_group(&dev->kobj, - &gpiochip_attr_group); - } else + dev = device_create_with_groups(&gpio_class, chip->dev, MKDEV(0, 0), + chip, gpiochip_groups, + "gpiochip%d", chip->base); + if (IS_ERR(dev)) status = PTR_ERR(dev); + else + status = 0; chip->exported = (status == 0); mutex_unlock(&sysfs_lock); @@ -1061,12 +1085,15 @@ { int status; struct device *dev; + struct gpio_desc *desc; + unsigned int i; mutex_lock(&sysfs_lock); dev = class_find_device(&gpio_class, NULL, chip, match_export); if (dev) { put_device(dev); device_unregister(dev); + /* prevent further gpiod exports */ chip->exported = false; status = 0; } else @@ -1075,6 +1102,13 @@ if (status) chip_dbg(chip, "%s: status %d\n", __func__, status); + + /* unregister gpiod class devices owned by sysfs */ + for (i = 0; i < chip->ngpio; i++) { + desc = &chip->desc[i]; + if (test_and_clear_bit(FLAG_SYSFS, &desc->flags)) + gpiod_free(desc); + } } static int __init gpiolib_sysfs_init(void) @@ -1223,6 +1257,9 @@ spin_unlock_irqrestore(&gpio_lock, flags); + if (status) + goto fail; + #ifdef CONFIG_PINCTRL INIT_LIST_HEAD(&chip->pin_ranges); #endif @@ -1230,12 +1267,12 @@ of_gpiochip_add(chip); acpi_gpiochip_add(chip); - if (status) - goto fail; - status = gpiochip_export(chip); - if (status) + if (status) { + acpi_gpiochip_remove(chip); + of_gpiochip_remove(chip); goto fail; + } pr_debug("%s: registered GPIOs %d to %d on device: %s\n", __func__, chip->base, chip->base + chip->ngpio - 1, @@ -1269,14 +1306,15 @@ int status = 0; unsigned id; - acpi_gpiochip_remove(chip); - - spin_lock_irqsave(&gpio_lock, flags); + gpiochip_unexport(chip); gpiochip_irqchip_remove(chip); + + acpi_gpiochip_remove(chip); gpiochip_remove_pin_ranges(chip); of_gpiochip_remove(chip); + spin_lock_irqsave(&gpio_lock, flags); for (id = 0; id < chip->ngpio; id++) { if (test_bit(FLAG_REQUESTED, &chip->desc[id].flags)) { status = -EBUSY; @@ -1292,9 +1330,6 @@ spin_unlock_irqrestore(&gpio_lock, flags); - if (status == 0) - gpiochip_unexport(chip); - return status; } EXPORT_SYMBOL_GPL(gpiochip_remove); @@ -1368,12 +1403,12 @@ return; } - irq_set_chained_handler(parent_irq, parent_handler); /* * The parent irqchip is already using the chip_data for this * irqchip, so our callbacks simply use the handler_data. */ irq_set_handler_data(parent_irq, gpiochip); + irq_set_chained_handler(parent_irq, parent_handler); } EXPORT_SYMBOL_GPL(gpiochip_set_chained_irqchip); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/ast/ast_dp501.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/ast/ast_dp501.c @@ -379,11 +379,39 @@ return true; } + +static void ast_init_analog(struct drm_device *dev) +{ + struct ast_private *ast = dev->dev_private; + u32 data; + + /* + * Set DAC source to VGA mode in SCU2C via the P2A + * bridge. First configure the P2U to target the SCU + * in case it isn't at this stage. + */ + ast_write32(ast, 0xf004, 0x1e6e0000); + ast_write32(ast, 0xf000, 0x1); + + /* Then unlock the SCU with the magic password */ + ast_write32(ast, 0x12000, 0x1688a8a8); + ast_write32(ast, 0x12000, 0x1688a8a8); + ast_write32(ast, 0x12000, 0x1688a8a8); + + /* Finally, clear bits [17:16] of SCU2c */ + data = ast_read32(ast, 0x1202c); + data &= 0xfffcffff; + ast_write32(ast, 0, data); + + /* Disable DVO */ + ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xa3, 0xcf, 0x00); +} + void ast_init_3rdtx(struct drm_device *dev) { struct ast_private *ast = dev->dev_private; u8 jreg; - u32 data; + if (ast->chip == AST2300 || ast->chip == AST2400) { jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd1, 0xff); switch (jreg & 0x0e) { @@ -399,12 +427,8 @@ default: if (ast->tx_chip_type == AST_TX_SIL164) ast_init_dvo(dev); - else { - ast_write32(ast, 0x12000, 0x1688a8a8); - data = ast_read32(ast, 0x1202c); - data &= 0xfffcffff; - ast_write32(ast, 0, data); - } + else + ast_init_analog(dev); } } } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/ast/ast_drv.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/ast/ast_drv.h @@ -125,8 +125,9 @@ #define AST_IO_AR_PORT_WRITE (0x40) #define AST_IO_MISC_PORT_WRITE (0x42) +#define AST_IO_VGA_ENABLE_PORT (0x43) #define AST_IO_SEQ_PORT (0x44) -#define AST_DAC_INDEX_READ (0x3c7) +#define AST_IO_DAC_INDEX_READ (0x47) #define AST_IO_DAC_INDEX_WRITE (0x48) #define AST_IO_DAC_DATA (0x49) #define AST_IO_GR_PORT (0x4E) @@ -134,6 +135,8 @@ #define AST_IO_INPUT_STATUS1_READ (0x5A) #define AST_IO_MISC_PORT_READ (0x4C) +#define AST_IO_MM_OFFSET (0x380) + #define __ast_read(x) \ static inline u##x ast_read##x(struct ast_private *ast, u32 reg) { \ u##x val = 0;\ @@ -310,6 +313,7 @@ int ast_fbdev_init(struct drm_device *dev); void ast_fbdev_fini(struct drm_device *dev); void ast_fbdev_set_suspend(struct drm_device *dev, int state); +void ast_fbdev_set_base(struct ast_private *ast, unsigned long gpu_addr); struct ast_bo { struct ttm_buffer_object bo; @@ -381,6 +385,9 @@ int ast_mmap(struct file *filp, struct vm_area_struct *vma); /* ast post */ +void ast_enable_vga(struct drm_device *dev); +void ast_enable_mmio(struct drm_device *dev); +bool ast_is_vga_enabled(struct drm_device *dev); void ast_post_gpu(struct drm_device *dev); u32 ast_mindwm(struct ast_private *ast, u32 r); void ast_moutdwm(struct ast_private *ast, u32 r, u32 v); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/ast/ast_fb.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/ast/ast_fb.c @@ -367,3 +367,10 @@ fb_set_suspend(ast->fbdev->helper.fbdev, state); } + +void ast_fbdev_set_base(struct ast_private *ast, unsigned long gpu_addr) +{ + ast->fbdev->helper.fbdev->fix.smem_start = + ast->fbdev->helper.fbdev->apertures->ranges[0].base + gpu_addr; + ast->fbdev->helper.fbdev->fix.smem_len = ast->vram_size - gpu_addr; +} --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/ast/ast_main.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/ast/ast_main.c @@ -63,10 +63,11 @@ } -static int ast_detect_chip(struct drm_device *dev) +static int ast_detect_chip(struct drm_device *dev, bool *need_post) { struct ast_private *ast = dev->dev_private; uint32_t data, jreg; + ast_open_key(ast); if (dev->pdev->device == PCI_CHIP_AST1180) { ast->chip = AST1100; @@ -104,11 +105,26 @@ } ast->vga2_clone = false; } else { - ast->chip = 2000; + ast->chip = AST2000; DRM_INFO("AST 2000 detected\n"); } } + /* + * If VGA isn't enabled, we need to enable now or subsequent + * access to the scratch registers will fail. We also inform + * our caller that it needs to POST the chip + * (Assumption: VGA not enabled -> need to POST) + */ + if (!ast_is_vga_enabled(dev)) { + ast_enable_vga(dev); + ast_enable_mmio(dev); + DRM_INFO("VGA not enabled on entry, requesting chip POST\n"); + *need_post = true; + } else + *need_post = false; + + /* Check if we support wide screen */ switch (ast->chip) { case AST1180: ast->support_wide_screen = true; @@ -124,6 +140,7 @@ ast->support_wide_screen = true; else { ast->support_wide_screen = false; + /* Read SCU7c (silicon revision register) */ ast_write32(ast, 0xf004, 0x1e6e0000); ast_write32(ast, 0xf000, 0x1); data = ast_read32(ast, 0x1207c); @@ -136,11 +153,29 @@ break; } + /* Check 3rd Tx option (digital output afaik) */ ast->tx_chip_type = AST_TX_NONE; - jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xa3, 0xff); - if (jreg & 0x80) - ast->tx_chip_type = AST_TX_SIL164; + + /* + * VGACRA3 Enhanced Color Mode Register, check if DVO is already + * enabled, in that case, assume we have a SIL164 TMDS transmitter + * + * Don't make that assumption if we the chip wasn't enabled and + * is at power-on reset, otherwise we'll incorrectly "detect" a + * SIL164 when there is none. + */ + if (!*need_post) { + jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xa3, 0xff); + if (jreg & 0x80) + ast->tx_chip_type = AST_TX_SIL164; + } + if ((ast->chip == AST2300) || (ast->chip == AST2400)) { + /* + * On AST2300 and 2400, look the configuration set by the SoC in + * the SOC scratch register #1 bits 11:8 (interestingly marked + * as "reserved" in the spec) + */ jreg = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xd1, 0xff); switch (jreg) { case 0x04: @@ -161,6 +196,17 @@ } } + /* Print stuff for diagnostic purposes */ + switch(ast->tx_chip_type) { + case AST_TX_SIL164: + DRM_INFO("Using Sil164 TMDS transmitter\n"); + break; + case AST_TX_DP501: + DRM_INFO("Using DP501 DisplayPort transmitter\n"); + break; + default: + DRM_INFO("Analog VGA only\n"); + } return 0; } @@ -181,7 +227,7 @@ } while (ast_read32(ast, 0x10000) != 0x01); data = ast_read32(ast, 0x10004); - if (data & 0x400) + if (data & 0x40) ast->dram_bus_width = 16; else ast->dram_bus_width = 32; @@ -345,6 +391,7 @@ int ast_driver_load(struct drm_device *dev, unsigned long flags) { struct ast_private *ast; + bool need_post; int ret = 0; ast = kzalloc(sizeof(struct ast_private), GFP_KERNEL); @@ -359,13 +406,27 @@ ret = -EIO; goto out_free; } - ast->ioregs = pci_iomap(dev->pdev, 2, 0); + + /* + * If we don't have IO space at all, use MMIO now and + * assume the chip has MMIO enabled by default (rev 0x20 + * and higher). + */ + if (!(pci_resource_flags(dev->pdev, 2) & IORESOURCE_IO)) { + DRM_INFO("platform has no IO space, trying MMIO\n"); + ast->ioregs = ast->regs + AST_IO_MM_OFFSET; + } + + /* "map" IO regs if the above hasn't done so already */ if (!ast->ioregs) { - ret = -EIO; - goto out_free; + ast->ioregs = pci_iomap(dev->pdev, 2, 0); + if (!ast->ioregs) { + ret = -EIO; + goto out_free; + } } - ast_detect_chip(dev); + ast_detect_chip(dev, &need_post); if (ast->chip != AST1180) { ast_get_dram_info(dev); @@ -373,6 +434,9 @@ DRM_INFO("dram %d %d %d %08x\n", ast->mclk, ast->dram_type, ast->dram_bus_width, ast->vram_size); } + if (need_post) + ast_post_gpu(dev); + ret = ast_mm_init(ast); if (ret) goto out_free; @@ -384,6 +448,7 @@ dev->mode_config.min_height = 0; dev->mode_config.preferred_depth = 24; dev->mode_config.prefer_shadow = 1; + dev->mode_config.fb_base = pci_resource_start(ast->dev->pdev, 0); if (ast->chip == AST2100 || ast->chip == AST2200 || --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/ast/ast_mode.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/ast/ast_mode.c @@ -80,6 +80,8 @@ struct ast_private *ast = crtc->dev->dev_private; u32 refresh_rate_index = 0, mode_id, color_index, refresh_rate; u32 hborder, vborder; + bool check_sync; + struct ast_vbios_enhtable *best = NULL; switch (crtc->primary->fb->bits_per_pixel) { case 8: @@ -141,14 +143,34 @@ } refresh_rate = drm_mode_vrefresh(mode); - while (vbios_mode->enh_table->refresh_rate < refresh_rate) { - vbios_mode->enh_table++; - if ((vbios_mode->enh_table->refresh_rate > refresh_rate) || - (vbios_mode->enh_table->refresh_rate == 0xff)) { - vbios_mode->enh_table--; - break; + check_sync = vbios_mode->enh_table->flags & WideScreenMode; + do { + struct ast_vbios_enhtable *loop = vbios_mode->enh_table; + + while (loop->refresh_rate != 0xff) { + if ((check_sync) && + (((mode->flags & DRM_MODE_FLAG_NVSYNC) && + (loop->flags & PVSync)) || + ((mode->flags & DRM_MODE_FLAG_PVSYNC) && + (loop->flags & NVSync)) || + ((mode->flags & DRM_MODE_FLAG_NHSYNC) && + (loop->flags & PHSync)) || + ((mode->flags & DRM_MODE_FLAG_PHSYNC) && + (loop->flags & NHSync)))) { + loop++; + continue; + } + if (loop->refresh_rate <= refresh_rate + && (!best || loop->refresh_rate > best->refresh_rate)) + best = loop; + loop++; } - } + if (best || !check_sync) + break; + check_sync = 0; + } while (1); + if (best) + vbios_mode->enh_table = best; hborder = (vbios_mode->enh_table->flags & HBorder) ? 8 : 0; vborder = (vbios_mode->enh_table->flags & VBorder) ? 8 : 0; @@ -419,8 +441,10 @@ struct ast_private *ast = dev->dev_private; u8 jreg; - jreg = ast_io_read8(ast, AST_IO_MISC_PORT_READ); - jreg |= (vbios_mode->enh_table->flags & SyncNN); + jreg = ast_io_read8(ast, AST_IO_MISC_PORT_READ); + jreg &= ~0xC0; + if (vbios_mode->enh_table->flags & NVSync) jreg |= 0x80; + if (vbios_mode->enh_table->flags & NHSync) jreg |= 0x40; ast_io_write8(ast, AST_IO_MISC_PORT_WRITE, jreg); } @@ -522,6 +546,8 @@ ret = ttm_bo_kmap(&bo->bo, 0, bo->bo.num_pages, &bo->kmap); if (ret) DRM_ERROR("failed to kmap fbcon\n"); + else + ast_fbdev_set_base(ast, gpu_addr); } ast_bo_unreserve(bo); @@ -1088,8 +1114,8 @@ srcdata32[1].ul = *((u32 *)(srcxor + 4)) & 0xf0f0f0f0; data32.b[0] = srcdata32[0].b[1] | (srcdata32[0].b[0] >> 4); data32.b[1] = srcdata32[0].b[3] | (srcdata32[0].b[2] >> 4); - data32.b[2] = srcdata32[0].b[1] | (srcdata32[1].b[0] >> 4); - data32.b[3] = srcdata32[0].b[3] | (srcdata32[1].b[2] >> 4); + data32.b[2] = srcdata32[1].b[1] | (srcdata32[1].b[0] >> 4); + data32.b[3] = srcdata32[1].b[3] | (srcdata32[1].b[2] >> 4); writel(data32.ul, dstxor); csum += data32.ul; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/ast/ast_post.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/ast/ast_post.c @@ -33,18 +33,23 @@ static void ast_init_dram_2300(struct drm_device *dev); -static void -ast_enable_vga(struct drm_device *dev) +void ast_enable_vga(struct drm_device *dev) +{ + struct ast_private *ast = dev->dev_private; + + ast_io_write8(ast, AST_IO_VGA_ENABLE_PORT, 0x01); + ast_io_write8(ast, AST_IO_MISC_PORT_WRITE, 0x01); +} + +void ast_enable_mmio(struct drm_device *dev) { struct ast_private *ast = dev->dev_private; - ast_io_write8(ast, 0x43, 0x01); - ast_io_write8(ast, 0x42, 0x01); + ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xa1, 0xff, 0x04); } -#if 0 /* will use later */ -static bool -ast_is_vga_enabled(struct drm_device *dev) + +bool ast_is_vga_enabled(struct drm_device *dev) { struct ast_private *ast = dev->dev_private; u8 ch; @@ -52,7 +57,7 @@ if (ast->chip == AST1180) { /* TODO 1180 */ } else { - ch = ast_io_read8(ast, 0x43); + ch = ast_io_read8(ast, AST_IO_VGA_ENABLE_PORT); if (ch) { ast_open_key(ast); ch = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xb6, 0xff); @@ -61,7 +66,6 @@ } return 0; } -#endif static const u8 extreginfo[] = { 0x0f, 0x04, 0x1c, 0xff }; static const u8 extreginfo_ast2300a0[] = { 0x0f, 0x04, 0x1c, 0xff }; @@ -371,6 +375,7 @@ pci_write_config_dword(ast->dev->pdev, 0x04, reg); ast_enable_vga(dev); + ast_enable_mmio(dev); ast_open_key(ast); ast_set_def_ext_reg(dev); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/ast/ast_tables.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/ast/ast_tables.h @@ -35,14 +35,18 @@ #define HalfDCLK 0x00000002 #define DoubleScanMode 0x00000004 #define LineCompareOff 0x00000008 -#define SyncPP 0x00000000 -#define SyncPN 0x00000040 -#define SyncNP 0x00000080 -#define SyncNN 0x000000C0 #define HBorder 0x00000020 #define VBorder 0x00000010 #define WideScreenMode 0x00000100 #define NewModeInfo 0x00000200 +#define NHSync 0x00000400 +#define PHSync 0x00000800 +#define NVSync 0x00001000 +#define PVSync 0x00002000 +#define SyncPP (PVSync | PHSync) +#define SyncPN (PVSync | NHSync) +#define SyncNP (NVSync | PHSync) +#define SyncNN (NVSync | NHSync) /* DCLK Index */ #define VCLK25_175 0x00 @@ -72,6 +76,7 @@ #define VCLK119 0x17 #define VCLK85_5 0x18 #define VCLK97_75 0x19 +#define VCLK118_25 0x1A static struct ast_vbios_dclk_info dclk_table[] = { {0x2C, 0xE7, 0x03}, /* 00: VCLK25_175 */ @@ -99,6 +104,8 @@ {0x25, 0x65, 0x80}, /* 16: VCLK88.75 */ {0x77, 0x58, 0x80}, /* 17: VCLK119 */ {0x32, 0x67, 0x80}, /* 18: VCLK85_5 */ + {0x6a, 0x6d, 0x80}, /* 19: VCLK97_75 */ + {0x3b, 0x2c, 0x81}, /* 1A: VCLK118_25 */ }; static struct ast_vbios_stdtable vbios_stdtable[] = { @@ -245,8 +252,10 @@ static struct ast_vbios_enhtable res_1600x900[] = { {1760, 1600, 48, 32, 926, 900, 3, 5, VCLK97_75, /* 60Hz CVT RB */ (SyncNP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 60, 1, 0x3A }, - {1760, 1600, 48, 32, 926, 900, 3, 5, VCLK97_75, /* end */ - (SyncNP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 0xFF, 1, 0x3A } + {2112, 1600, 88,168, 934, 900, 3, 5, VCLK118_25, /* 60Hz CVT */ + (SyncPN | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 60, 2, 0x3A }, + {2112, 1600, 88,168, 934, 900, 3, 5, VCLK118_25, /* 60Hz CVT */ + (SyncPN | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 0xFF, 2, 0x3A }, }; static struct ast_vbios_enhtable res_1920x1080[] = { @@ -260,11 +269,11 @@ /* 16:10 */ static struct ast_vbios_enhtable res_1280x800[] = { {1440, 1280, 48, 32, 823, 800, 3, 6, VCLK71, /* 60Hz RB */ - (SyncNP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 60, 1, 35 }, + (SyncNP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 60, 1, 0x35 }, {1680, 1280, 72,128, 831, 800, 3, 6, VCLK83_5, /* 60Hz */ - (SyncPN | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 60, 1, 0x35 }, + (SyncPN | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 60, 2, 0x35 }, {1680, 1280, 72,128, 831, 800, 3, 6, VCLK83_5, /* 60Hz */ - (SyncPN | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 0xFF, 1, 0x35 }, + (SyncPN | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 0xFF, 2, 0x35 }, }; @@ -272,24 +281,24 @@ {1600, 1440, 48, 32, 926, 900, 3, 6, VCLK88_75, /* 60Hz RB */ (SyncNP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 60, 1, 0x36 }, {1904, 1440, 80,152, 934, 900, 3, 6, VCLK106_5, /* 60Hz */ - (SyncPN | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 60, 1, 0x36 }, + (SyncPN | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 60, 2, 0x36 }, {1904, 1440, 80,152, 934, 900, 3, 6, VCLK106_5, /* 60Hz */ - (SyncPN | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 0xFF, 1, 0x36 }, + (SyncPN | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 0xFF, 2, 0x36 }, }; static struct ast_vbios_enhtable res_1680x1050[] = { {1840, 1680, 48, 32, 1080, 1050, 3, 6, VCLK119, /* 60Hz RB */ (SyncNP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 60, 1, 0x37 }, {2240, 1680,104,176, 1089, 1050, 3, 6, VCLK146_25, /* 60Hz */ - (SyncPN | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 60, 1, 0x37 }, + (SyncPN | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 60, 2, 0x37 }, {2240, 1680,104,176, 1089, 1050, 3, 6, VCLK146_25, /* 60Hz */ - (SyncPN | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 0xFF, 1, 0x37 }, + (SyncPN | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 0xFF, 2, 0x37 }, }; static struct ast_vbios_enhtable res_1920x1200[] = { - {2080, 1920, 48, 32, 1235, 1200, 3, 6, VCLK154, /* 60Hz */ + {2080, 1920, 48, 32, 1235, 1200, 3, 6, VCLK154, /* 60Hz RB*/ (SyncNP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 60, 1, 0x34 }, - {2080, 1920, 48, 32, 1235, 1200, 3, 6, VCLK154, /* 60Hz */ + {2080, 1920, 48, 32, 1235, 1200, 3, 6, VCLK154, /* 60Hz RB */ (SyncNP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 0xFF, 1, 0x34 }, }; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/ast/ast_ttm.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/ast/ast_ttm.c @@ -300,9 +300,9 @@ if (domain & TTM_PL_FLAG_VRAM) bo->placements[c++] = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_VRAM; if (domain & TTM_PL_FLAG_SYSTEM) - bo->placements[c++] = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM; + bo->placements[c++] = TTM_PL_FLAG_CACHED | TTM_PL_FLAG_SYSTEM; if (!c) - bo->placements[c++] = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM; + bo->placements[c++] = TTM_PL_FLAG_CACHED | TTM_PL_FLAG_SYSTEM; bo->placement.num_placement = c; bo->placement.num_busy_placement = c; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/cirrus/cirrus_drv.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/cirrus/cirrus_drv.c @@ -32,6 +32,8 @@ static DEFINE_PCI_DEVICE_TABLE(pciidlist) = { { PCI_VENDOR_ID_CIRRUS, PCI_DEVICE_ID_CIRRUS_5446, 0x1af4, 0x1100, 0, 0, 0 }, + { PCI_VENDOR_ID_CIRRUS, PCI_DEVICE_ID_CIRRUS_5446, PCI_VENDOR_ID_XEN, + 0x0001, 0, 0, 0 }, {0,} }; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/drm_crtc.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/drm_crtc.c @@ -369,8 +369,7 @@ * reference counted modeset objects like framebuffers. * * Returns: - * New unique (relative to other objects in @dev) integer identifier for the - * object. + * Zero on success, error code on failure. */ int drm_mode_object_get(struct drm_device *dev, struct drm_mode_object *obj, uint32_t obj_type) @@ -492,7 +491,7 @@ out: mutex_unlock(&dev->mode_config.fb_lock); - return 0; + return ret; } EXPORT_SYMBOL(drm_framebuffer_init); @@ -2382,8 +2381,11 @@ if (!drm_core_check_feature(dev, DRIVER_MODESET)) return -EINVAL; - /* For some reason crtc x/y offsets are signed internally. */ - if (crtc_req->x > INT_MAX || crtc_req->y > INT_MAX) + /* + * Universal plane src offsets are only 16.16, prevent havoc for + * drivers using universal plane code internally. + */ + if (crtc_req->x & 0xffff0000 || crtc_req->y & 0xffff0000) return -ERANGE; drm_modeset_lock_all(dev); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/drm_crtc_helper.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/drm_crtc_helper.c @@ -560,13 +560,12 @@ if (new_encoder == NULL) /* don't break so fail path works correct */ fail = 1; + break; if (connector->dpms != DRM_MODE_DPMS_ON) { DRM_DEBUG_KMS("connector dpms not on, full mode switch\n"); mode_changed = true; } - - break; } } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/drm_dp_helper.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/drm_dp_helper.c @@ -378,10 +378,11 @@ /* * The specification doesn't give any recommendation on how often to - * retry native transactions, so retry 7 times like for I2C-over-AUX - * transactions. + * retry native transactions. We used to retry 7 times like for + * aux i2c transactions but real world devices this wasn't + * sufficient, bump to 32 which makes Dell 4k monitors happier. */ - for (retry = 0; retry < 7; retry++) { + for (retry = 0; retry < 32; retry++) { mutex_lock(&aux->hw_mutex); err = aux->transfer(aux, &msg); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/drm_fb_helper.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/drm_fb_helper.c @@ -331,9 +331,18 @@ { struct drm_device *dev = fb_helper->dev; bool ret; + bool do_delayed = false; + drm_modeset_lock_all(dev); ret = restore_fbdev_mode(fb_helper); + + do_delayed = fb_helper->delayed_hotplug; + if (do_delayed) + fb_helper->delayed_hotplug = false; drm_modeset_unlock_all(dev); + + if (do_delayed) + drm_fb_helper_hotplug_event(fb_helper); return ret; } EXPORT_SYMBOL(drm_fb_helper_restore_fbdev_mode_unlocked); @@ -858,10 +867,6 @@ drm_fb_helper_restore_fbdev_mode_unlocked(fb_helper); - if (fb_helper->delayed_hotplug) { - fb_helper->delayed_hotplug = false; - drm_fb_helper_hotplug_event(fb_helper); - } return 0; } EXPORT_SYMBOL(drm_fb_helper_set_par); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/drm_fops.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/drm_fops.c @@ -168,6 +168,60 @@ } /** + * drm_new_set_master - Allocate a new master object and become master for the + * associated master realm. + * + * @dev: The associated device. + * @fpriv: File private identifying the client. + * + * This function must be called with dev::struct_mutex held. + * Returns negative error code on failure. Zero on success. + */ +int drm_new_set_master(struct drm_device *dev, struct drm_file *fpriv) +{ + struct drm_master *old_master; + int ret; + + lockdep_assert_held_once(&dev->master_mutex); + + /* create a new master */ + fpriv->minor->master = drm_master_create(fpriv->minor); + if (!fpriv->minor->master) + return -ENOMEM; + + /* take another reference for the copy in the local file priv */ + old_master = fpriv->master; + fpriv->master = drm_master_get(fpriv->minor->master); + + if (dev->driver->master_create) { + ret = dev->driver->master_create(dev, fpriv->master); + if (ret) + goto out_err; + } + if (dev->driver->master_set) { + ret = dev->driver->master_set(dev, fpriv, true); + if (ret) + goto out_err; + } + + fpriv->is_master = 1; + fpriv->allowed_master = 1; + fpriv->authenticated = 1; + if (old_master) + drm_master_put(&old_master); + + return 0; + +out_err: + /* drop both references and restore old master on failure */ + drm_master_put(&fpriv->minor->master); + drm_master_put(&fpriv->master); + fpriv->master = old_master; + + return ret; +} + +/** * Called whenever a process opens /dev/drm. * * \param filp file pointer. @@ -231,35 +285,9 @@ mutex_lock(&dev->master_mutex); if (drm_is_primary_client(priv) && !priv->minor->master) { /* create a new master */ - priv->minor->master = drm_master_create(priv->minor); - if (!priv->minor->master) { - ret = -ENOMEM; + ret = drm_new_set_master(dev, priv); + if (ret) goto out_close; - } - - priv->is_master = 1; - /* take another reference for the copy in the local file priv */ - priv->master = drm_master_get(priv->minor->master); - priv->authenticated = 1; - - if (dev->driver->master_create) { - ret = dev->driver->master_create(dev, priv->master); - if (ret) { - /* drop both references if this fails */ - drm_master_put(&priv->minor->master); - drm_master_put(&priv->master); - goto out_close; - } - } - if (dev->driver->master_set) { - ret = dev->driver->master_set(dev, priv, true); - if (ret) { - /* drop both references if this fails */ - drm_master_put(&priv->minor->master); - drm_master_put(&priv->master); - goto out_close; - } - } } else if (drm_is_primary_client(priv)) { /* get a reference to the master */ priv->master = drm_master_get(priv->minor->master); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/drm_gem.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/drm_gem.c @@ -336,27 +336,32 @@ spin_unlock(&file_priv->table_lock); idr_preload_end(); mutex_unlock(&dev->object_name_lock); - if (ret < 0) { - drm_gem_object_handle_unreference_unlocked(obj); - return ret; - } + if (ret < 0) + goto err_unref; + *handlep = ret; ret = drm_vma_node_allow(&obj->vma_node, file_priv->filp); - if (ret) { - drm_gem_handle_delete(file_priv, *handlep); - return ret; - } + if (ret) + goto err_remove; if (dev->driver->gem_open_object) { ret = dev->driver->gem_open_object(obj, file_priv); - if (ret) { - drm_gem_handle_delete(file_priv, *handlep); - return ret; - } + if (ret) + goto err_revoke; } return 0; + +err_revoke: + drm_vma_node_revoke(&obj->vma_node, file_priv->filp); +err_remove: + spin_lock(&file_priv->table_lock); + idr_remove(&file_priv->object_idr, *handlep); + spin_unlock(&file_priv->table_lock); +err_unref: + drm_gem_object_handle_unreference_unlocked(obj); + return ret; } /** --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/drm_lock.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/drm_lock.c @@ -58,6 +58,9 @@ struct drm_master *master = file_priv->master; int ret = 0; + if (drm_core_check_feature(dev, DRIVER_MODESET)) + return -EINVAL; + ++file_priv->lock_count; if (lock->context == DRM_KERNEL_CONTEXT) { @@ -150,6 +153,9 @@ struct drm_lock *lock = data; struct drm_master *master = file_priv->master; + if (drm_core_check_feature(dev, DRIVER_MODESET)) + return -EINVAL; + if (lock->context == DRM_KERNEL_CONTEXT) { DRM_ERROR("Process %d using kernel context %d\n", task_pid_nr(current), lock->context); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/drm_stub.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/drm_stub.c @@ -202,6 +202,11 @@ goto out_unlock; } + if (!file_priv->allowed_master) { + ret = drm_new_set_master(dev, file_priv); + goto out_unlock; + } + file_priv->minor->master = drm_master_get(file_priv->master); file_priv->is_master = 1; if (dev->driver->master_set) { --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_cmd_parser.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_cmd_parser.c @@ -706,11 +706,13 @@ BUG_ON(!validate_cmds_sorted(ring, cmd_tables, cmd_table_count)); BUG_ON(!validate_regs_sorted(ring)); - ret = init_hash_table(ring, cmd_tables, cmd_table_count); - if (ret) { - DRM_ERROR("CMD: cmd_parser_init failed!\n"); - fini_hash_table(ring); - return ret; + if (hash_empty(ring->cmd_hash)) { + ret = init_hash_table(ring, cmd_tables, cmd_table_count); + if (ret) { + DRM_ERROR("CMD: cmd_parser_init failed!\n"); + fini_hash_table(ring); + return ret; + } } ring->needs_cmd_parser = true; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_dma.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_dma.c @@ -1425,15 +1425,16 @@ } #if IS_ENABLED(CONFIG_FB) -static void i915_kick_out_firmware_fb(struct drm_i915_private *dev_priv) +static int i915_kick_out_firmware_fb(struct drm_i915_private *dev_priv) { struct apertures_struct *ap; struct pci_dev *pdev = dev_priv->dev->pdev; bool primary; + int ret; ap = alloc_apertures(1); if (!ap) - return; + return -ENOMEM; ap->ranges[0].base = dev_priv->gtt.mappable_base; ap->ranges[0].size = dev_priv->gtt.mappable_end; @@ -1441,13 +1442,16 @@ primary = pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW; - remove_conflicting_framebuffers(ap, "inteldrmfb", primary); + ret = remove_conflicting_framebuffers(ap, "inteldrmfb", primary); kfree(ap); + + return ret; } #else -static void i915_kick_out_firmware_fb(struct drm_i915_private *dev_priv) +static int i915_kick_out_firmware_fb(struct drm_i915_private *dev_priv) { + return 0; } #endif @@ -1658,13 +1662,19 @@ goto out_regs; if (drm_core_check_feature(dev, DRIVER_MODESET)) { + /* WARNING: Apparently we must kick fbdev drivers before vgacon, + * otherwise the vga fbdev driver falls over. */ + ret = i915_kick_out_firmware_fb(dev_priv); + if (ret) { + DRM_ERROR("failed to remove conflicting framebuffer drivers\n"); + goto out_gtt; + } + ret = i915_kick_out_vgacon(dev_priv); if (ret) { DRM_ERROR("failed to remove conflicting VGA console\n"); goto out_gtt; } - - i915_kick_out_firmware_fb(dev_priv); } pci_set_master(dev->pdev); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_drv.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_drv.c @@ -449,19 +449,13 @@ } else if (id == INTEL_PCH_LPT_DEVICE_ID_TYPE) { dev_priv->pch_type = PCH_LPT; DRM_DEBUG_KMS("Found LynxPoint PCH\n"); - WARN_ON(!IS_HASWELL(dev)); - WARN_ON(IS_ULT(dev)); - } else if (IS_BROADWELL(dev)) { - dev_priv->pch_type = PCH_LPT; - dev_priv->pch_id = - INTEL_PCH_LPT_LP_DEVICE_ID_TYPE; - DRM_DEBUG_KMS("This is Broadwell, assuming " - "LynxPoint LP PCH\n"); + WARN_ON(!IS_HASWELL(dev) && !IS_BROADWELL(dev)); + WARN_ON(IS_HSW_ULT(dev) || IS_BDW_ULT(dev)); } else if (id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE) { dev_priv->pch_type = PCH_LPT; DRM_DEBUG_KMS("Found LynxPoint LP PCH\n"); - WARN_ON(!IS_HASWELL(dev)); - WARN_ON(!IS_ULT(dev)); + WARN_ON(!IS_HASWELL(dev) && !IS_BROADWELL(dev)); + WARN_ON(!IS_HSW_ULT(dev) && !IS_BDW_ULT(dev)); } else continue; @@ -805,7 +799,13 @@ !dev_priv->ums.mm_suspended) { dev_priv->ums.mm_suspended = 0; + /* Used to prevent gem_check_wedged returning -EAGAIN during gpu reset */ + dev_priv->gpu_error.reload_in_reset = true; + ret = i915_gem_init_hw(dev); + + dev_priv->gpu_error.reload_in_reset = false; + mutex_unlock(&dev->struct_mutex); if (ret) { DRM_ERROR("Failed hw init on reset %d\n", ret); @@ -1024,7 +1024,7 @@ s->lra_limits[i] = I915_READ(GEN7_LRA_LIMITS_BASE + i * 4); s->media_max_req_count = I915_READ(GEN7_MEDIA_MAX_REQ_COUNT); - s->gfx_max_req_count = I915_READ(GEN7_MEDIA_MAX_REQ_COUNT); + s->gfx_max_req_count = I915_READ(GEN7_GFX_MAX_REQ_COUNT); s->render_hwsp = I915_READ(RENDER_HWS_PGA_GEN7); s->ecochk = I915_READ(GAM_ECOCHK); @@ -1077,6 +1077,7 @@ /* Gunit-Display CZ domain, 0x182028-0x1821CF */ s->gu_ctl0 = I915_READ(VLV_GU_CTL0); s->gu_ctl1 = I915_READ(VLV_GU_CTL1); + s->pcbr = I915_READ(VLV_PCBR); s->clock_gate_dis2 = I915_READ(VLV_GUNIT_CLOCK_GATE2); /* @@ -1105,7 +1106,7 @@ I915_WRITE(GEN7_LRA_LIMITS_BASE + i * 4, s->lra_limits[i]); I915_WRITE(GEN7_MEDIA_MAX_REQ_COUNT, s->media_max_req_count); - I915_WRITE(GEN7_MEDIA_MAX_REQ_COUNT, s->gfx_max_req_count); + I915_WRITE(GEN7_GFX_MAX_REQ_COUNT, s->gfx_max_req_count); I915_WRITE(RENDER_HWS_PGA_GEN7, s->render_hwsp); I915_WRITE(GAM_ECOCHK, s->ecochk); @@ -1171,6 +1172,7 @@ /* Gunit-Display CZ domain, 0x182028-0x1821CF */ I915_WRITE(VLV_GU_CTL0, s->gu_ctl0); I915_WRITE(VLV_GU_CTL1, s->gu_ctl1); + I915_WRITE(VLV_PCBR, s->pcbr); I915_WRITE(VLV_GUNIT_CLOCK_GATE2, s->clock_gate_dis2); } @@ -1179,19 +1181,7 @@ u32 val; int err; - val = I915_READ(VLV_GTLC_SURVIVABILITY_REG); - WARN_ON(!!(val & VLV_GFX_CLK_FORCE_ON_BIT) == force_on); - #define COND (I915_READ(VLV_GTLC_SURVIVABILITY_REG) & VLV_GFX_CLK_STATUS_BIT) - /* Wait for a previous force-off to settle */ - if (force_on) { - err = wait_for(!COND, 20); - if (err) { - DRM_ERROR("timeout waiting for GFX clock force-off (%08x)\n", - I915_READ(VLV_GTLC_SURVIVABILITY_REG)); - return err; - } - } val = I915_READ(VLV_GTLC_SURVIVABILITY_REG); val &= ~VLV_GFX_CLK_FORCE_ON_BIT; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_drv.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_drv.h @@ -817,6 +817,7 @@ u32 savePIPEB_LINK_N1; u32 saveMCHBAR_RENDER_STANDBY; u32 savePCH_PORT_HOTPLUG; + u16 saveGCDGMBUS; }; struct vlv_s0ix_state { @@ -877,6 +878,7 @@ /* Display 2 CZ domain */ u32 gu_ctl0; u32 gu_ctl1; + u32 pcbr; u32 clock_gate_dis2; }; @@ -1176,6 +1178,9 @@ /* For missed irq/seqno simulation. */ unsigned int test_irq_rings; + + /* Used to prevent gem_check_wedged returning -EAGAIN during gpu reset */ + bool reload_in_reset; }; enum modeset_restore { @@ -1898,8 +1903,8 @@ #define IS_HSW_EARLY_SDV(dev) (IS_HASWELL(dev) && \ ((dev)->pdev->device & 0xFF00) == 0x0C00) #define IS_BDW_ULT(dev) (IS_BROADWELL(dev) && \ - (((dev)->pdev->device & 0xf) == 0x2 || \ - ((dev)->pdev->device & 0xf) == 0x6 || \ + (((dev)->pdev->device & 0xf) == 0x6 || \ + ((dev)->pdev->device & 0xf) == 0xb || \ ((dev)->pdev->device & 0xf) == 0xe)) #define IS_HSW_ULT(dev) (IS_HASWELL(dev) && \ ((dev)->pdev->device & 0xFF00) == 0x0A00) @@ -2680,15 +2685,14 @@ #define I915_READ64(reg) dev_priv->uncore.funcs.mmio_readq(dev_priv, (reg), true) #define I915_READ64_2x32(lower_reg, upper_reg) ({ \ - u32 upper = I915_READ(upper_reg); \ - u32 lower = I915_READ(lower_reg); \ - u32 tmp = I915_READ(upper_reg); \ - if (upper != tmp) { \ - upper = tmp; \ - lower = I915_READ(lower_reg); \ - WARN_ON(I915_READ(upper_reg) != upper); \ - } \ - (u64)upper << 32 | lower; }) + u32 upper, lower, old_upper, loop = 0; \ + upper = I915_READ(upper_reg); \ + do { \ + old_upper = upper; \ + lower = I915_READ(lower_reg); \ + upper = I915_READ(upper_reg); \ + } while (upper != old_upper && loop++ < 2); \ + (u64)upper << 32 | lower; }) #define POSTING_READ(reg) (void)I915_READ_NOTRACE(reg) #define POSTING_READ16(reg) (void)I915_READ16_NOTRACE(reg) --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_gem.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_gem.c @@ -1085,7 +1085,13 @@ if (i915_terminally_wedged(error)) return -EIO; - return -EAGAIN; + /* + * Check if GPU Reset is in progress - we need intel_ring_begin + * to work properly to reinit the hw state while the gpu is + * still marked as reset-in-progress. Handle this with a flag. + */ + if (!error->reload_in_reset) + return -EAGAIN; } return 0; @@ -1576,10 +1582,13 @@ out: switch (ret) { case -EIO: - /* If this -EIO is due to a gpu hang, give the reset code a - * chance to clean up the mess. Otherwise return the proper - * SIGBUS. */ - if (i915_terminally_wedged(&dev_priv->gpu_error)) { + /* + * We eat errors when the gpu is terminally wedged to avoid + * userspace unduly crashing (gl has no provisions for mmaps to + * fail). But any other -EIO isn't ours (e.g. swap in failure) + * and so needs to be reported. + */ + if (!i915_terminally_wedged(&dev_priv->gpu_error)) { ret = VM_FAULT_SIGBUS; break; } @@ -2991,6 +3000,13 @@ u32 size = i915_gem_obj_ggtt_size(obj); uint64_t val; + /* Adjust fence size to match tiled area */ + if (obj->tiling_mode != I915_TILING_NONE) { + uint32_t row_size = obj->stride * + (obj->tiling_mode == I915_TILING_Y ? 32 : 8); + size = (size / row_size) * row_size; + } + val = (uint64_t)((i915_gem_obj_ggtt_offset(obj) + size - 4096) & 0xfffff000) << 32; val |= i915_gem_obj_ggtt_offset(obj) & 0xfffff000; @@ -3747,6 +3763,7 @@ int i915_gem_set_caching_ioctl(struct drm_device *dev, void *data, struct drm_file *file) { + struct drm_i915_private *dev_priv = dev->dev_private; struct drm_i915_gem_caching *args = data; struct drm_i915_gem_object *obj; enum i915_cache_level level; @@ -3766,9 +3783,11 @@ return -EINVAL; } + intel_runtime_pm_get(dev_priv); + ret = i915_mutex_lock_interruptible(dev); if (ret) - return ret; + goto rpm_put; obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle)); if (&obj->base == NULL) { @@ -3781,6 +3800,9 @@ drm_gem_object_unreference(&obj->base); unlock: mutex_unlock(&dev->struct_mutex); +rpm_put: + intel_runtime_pm_put(dev_priv); + return ret; } @@ -4987,7 +5009,7 @@ if (!mutex_is_locked(mutex)) return false; -#if defined(CONFIG_SMP) || defined(CONFIG_DEBUG_MUTEXES) +#if defined(CONFIG_SMP) && !defined(CONFIG_DEBUG_MUTEXES) return mutex->owner == task; #else /* Since UP may be pre-empted, we cannot assume that we own the lock */ --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_gem_context.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_gem_context.c @@ -361,30 +361,17 @@ struct drm_i915_private *dev_priv = dev->dev_private; int i; - /* Prevent the hardware from restoring the last context (which hung) on - * the next switch */ for (i = 0; i < I915_NUM_RINGS; i++) { struct intel_engine_cs *ring = &dev_priv->ring[i]; - struct intel_context *dctx = ring->default_context; + struct intel_context *lctx = ring->last_context; - /* Do a fake switch to the default context */ - if (ring->last_context == dctx) - continue; - - if (!ring->last_context) - continue; + if (lctx) { + if (lctx->obj && i == RCS) + i915_gem_object_ggtt_unpin(lctx->obj); - if (dctx->obj && i == RCS) { - WARN_ON(i915_gem_obj_ggtt_pin(dctx->obj, - get_context_alignment(dev), 0)); - /* Fake a finish/inactive */ - dctx->obj->base.write_domain = 0; - dctx->obj->active = 0; + i915_gem_context_unreference(lctx); + ring->last_context = NULL; } - - i915_gem_context_unreference(ring->last_context); - i915_gem_context_reference(dctx); - ring->last_context = dctx; } } @@ -477,11 +464,6 @@ struct i915_hw_ppgtt *ppgtt = dev_priv->mm.aliasing_ppgtt; ppgtt->enable(ppgtt); } - - /* FIXME: We should make this work, even in reset */ - if (i915_reset_in_progress(&dev_priv->gpu_error)) - return 0; - BUG_ON(!dev_priv->ring[RCS].default_context); for_each_ring(ring, dev_priv, i) { @@ -545,7 +527,12 @@ struct intel_context *new_context, u32 hw_flags) { - int ret; + const int num_rings = + /* Use an extended w/a on ivb+ if signalling from other rings */ + i915_semaphore_is_enabled(ring->dev) ? + hweight32(INTEL_INFO(ring->dev)->ring_mask) - 1 : + 0; + int len, i, ret; /* w/a: If Flush TLB Invalidation Mode is enabled, driver must do a TLB * invalidation prior to MI_SET_CONTEXT. On GEN6 we don't set the value @@ -558,15 +545,31 @@ return ret; } - ret = intel_ring_begin(ring, 6); + + len = 4; + if (INTEL_INFO(ring->dev)->gen >= 7) + len += 2 + (num_rings ? 4*num_rings + 2 : 0); + + ret = intel_ring_begin(ring, len); if (ret) return ret; /* WaProgramMiArbOnOffAroundMiSetContext:ivb,vlv,hsw,bdw,chv */ - if (INTEL_INFO(ring->dev)->gen >= 7) + if (INTEL_INFO(ring->dev)->gen >= 7) { intel_ring_emit(ring, MI_ARB_ON_OFF | MI_ARB_DISABLE); - else - intel_ring_emit(ring, MI_NOOP); + if (num_rings) { + struct intel_engine_cs *signaller; + + intel_ring_emit(ring, MI_LOAD_REGISTER_IMM(num_rings)); + for_each_ring(signaller, to_i915(ring->dev), i) { + if (signaller == ring) + continue; + + intel_ring_emit(ring, RING_PSMI_CTL(signaller->mmio_base)); + intel_ring_emit(ring, _MASKED_BIT_ENABLE(GEN6_PSMI_SLEEP_MSG_DISABLE)); + } + } + } intel_ring_emit(ring, MI_NOOP); intel_ring_emit(ring, MI_SET_CONTEXT); @@ -581,10 +584,21 @@ */ intel_ring_emit(ring, MI_NOOP); - if (INTEL_INFO(ring->dev)->gen >= 7) + if (INTEL_INFO(ring->dev)->gen >= 7) { + if (num_rings) { + struct intel_engine_cs *signaller; + + intel_ring_emit(ring, MI_LOAD_REGISTER_IMM(num_rings)); + for_each_ring(signaller, to_i915(ring->dev), i) { + if (signaller == ring) + continue; + + intel_ring_emit(ring, RING_PSMI_CTL(signaller->mmio_base)); + intel_ring_emit(ring, _MASKED_BIT_DISABLE(GEN6_PSMI_SLEEP_MSG_DISABLE)); + } + } intel_ring_emit(ring, MI_ARB_ON_OFF | MI_ARB_ENABLE); - else - intel_ring_emit(ring, MI_NOOP); + } intel_ring_advance(ring); @@ -625,7 +639,7 @@ from = ring->last_context; if (USES_FULL_PPGTT(ring->dev)) { - ret = ppgtt->switch_mm(ppgtt, ring, false); + ret = ppgtt->switch_mm(ppgtt, ring); if (ret) goto unpin_out; } @@ -706,6 +720,12 @@ to->last_ring = ring; if (uninitialized) { + if (ring->init_context) { + ret = ring->init_context(ring); + if (ret) + DRM_ERROR("ring init context: %d\n", ret); + } + ret = i915_gem_render_state_init(ring); if (ret) DRM_ERROR("init render state: %d\n", ret); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_gem_execbuffer.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_gem_execbuffer.c @@ -965,6 +965,7 @@ u32 old_read = obj->base.read_domains; u32 old_write = obj->base.write_domain; + obj->dirty = 1; /* be paranoid */ obj->base.write_domain = obj->base.pending_write_domain; if (obj->base.write_domain == 0) obj->base.pending_read_domains |= obj->base.read_domains; @@ -973,7 +974,6 @@ i915_vma_move_to_active(vma, ring); if (obj->base.write_domain) { - obj->dirty = 1; obj->last_write_seqno = intel_ring_get_seqno(ring); /* check for potential scanout */ if (i915_gem_obj_ggtt_bound(obj) && --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_gem_gtt.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_gem_gtt.c @@ -208,19 +208,12 @@ /* Broadwell Page Directory Pointer Descriptors */ static int gen8_write_pdp(struct intel_engine_cs *ring, unsigned entry, - uint64_t val, bool synchronous) + uint64_t val) { - struct drm_i915_private *dev_priv = ring->dev->dev_private; int ret; BUG_ON(entry >= 4); - if (synchronous) { - I915_WRITE(GEN8_RING_PDP_UDW(ring, entry), val >> 32); - I915_WRITE(GEN8_RING_PDP_LDW(ring, entry), (u32)val); - return 0; - } - ret = intel_ring_begin(ring, 6); if (ret) return ret; @@ -237,8 +230,7 @@ } static int gen8_mm_switch(struct i915_hw_ppgtt *ppgtt, - struct intel_engine_cs *ring, - bool synchronous) + struct intel_engine_cs *ring) { int i, ret; @@ -247,7 +239,7 @@ for (i = used_pd - 1; i >= 0; i--) { dma_addr_t addr = ppgtt->pd_dma_addr[i]; - ret = gen8_write_pdp(ring, i, addr, synchronous); + ret = gen8_write_pdp(ring, i, addr); if (ret) return ret; } @@ -716,29 +708,10 @@ } static int hsw_mm_switch(struct i915_hw_ppgtt *ppgtt, - struct intel_engine_cs *ring, - bool synchronous) + struct intel_engine_cs *ring) { - struct drm_device *dev = ppgtt->base.dev; - struct drm_i915_private *dev_priv = dev->dev_private; int ret; - /* If we're in reset, we can assume the GPU is sufficiently idle to - * manually frob these bits. Ideally we could use the ring functions, - * except our error handling makes it quite difficult (can't use - * intel_ring_begin, ring->flush, or intel_ring_advance) - * - * FIXME: We should try not to special case reset - */ - if (synchronous || - i915_reset_in_progress(&dev_priv->gpu_error)) { - WARN_ON(ppgtt != dev_priv->mm.aliasing_ppgtt); - I915_WRITE(RING_PP_DIR_DCLV(ring), PP_DIR_DCLV_2G); - I915_WRITE(RING_PP_DIR_BASE(ring), get_pd_offset(ppgtt)); - POSTING_READ(RING_PP_DIR_BASE(ring)); - return 0; - } - /* NB: TLBs must be flushed and invalidated before a switch */ ret = ring->flush(ring, I915_GEM_GPU_DOMAINS, I915_GEM_GPU_DOMAINS); if (ret) @@ -760,29 +733,10 @@ } static int gen7_mm_switch(struct i915_hw_ppgtt *ppgtt, - struct intel_engine_cs *ring, - bool synchronous) + struct intel_engine_cs *ring) { - struct drm_device *dev = ppgtt->base.dev; - struct drm_i915_private *dev_priv = dev->dev_private; int ret; - /* If we're in reset, we can assume the GPU is sufficiently idle to - * manually frob these bits. Ideally we could use the ring functions, - * except our error handling makes it quite difficult (can't use - * intel_ring_begin, ring->flush, or intel_ring_advance) - * - * FIXME: We should try not to special case reset - */ - if (synchronous || - i915_reset_in_progress(&dev_priv->gpu_error)) { - WARN_ON(ppgtt != dev_priv->mm.aliasing_ppgtt); - I915_WRITE(RING_PP_DIR_DCLV(ring), PP_DIR_DCLV_2G); - I915_WRITE(RING_PP_DIR_BASE(ring), get_pd_offset(ppgtt)); - POSTING_READ(RING_PP_DIR_BASE(ring)); - return 0; - } - /* NB: TLBs must be flushed and invalidated before a switch */ ret = ring->flush(ring, I915_GEM_GPU_DOMAINS, I915_GEM_GPU_DOMAINS); if (ret) @@ -811,14 +765,11 @@ } static int gen6_mm_switch(struct i915_hw_ppgtt *ppgtt, - struct intel_engine_cs *ring, - bool synchronous) + struct intel_engine_cs *ring) { struct drm_device *dev = ppgtt->base.dev; struct drm_i915_private *dev_priv = dev->dev_private; - if (!synchronous) - return 0; I915_WRITE(RING_PP_DIR_DCLV(ring), PP_DIR_DCLV_2G); I915_WRITE(RING_PP_DIR_BASE(ring), get_pd_offset(ppgtt)); @@ -844,7 +795,7 @@ if (USES_FULL_PPGTT(dev)) continue; - ret = ppgtt->switch_mm(ppgtt, ring, true); + ret = ppgtt->switch_mm(ppgtt, ring); if (ret) goto err_out; } @@ -889,7 +840,7 @@ if (USES_FULL_PPGTT(dev)) continue; - ret = ppgtt->switch_mm(ppgtt, ring, true); + ret = ppgtt->switch_mm(ppgtt, ring); if (ret) return ret; } @@ -918,7 +869,7 @@ I915_WRITE(GFX_MODE, _MASKED_BIT_ENABLE(GFX_PPGTT_ENABLE)); for_each_ring(ring, dev_priv, i) { - int ret = ppgtt->switch_mm(ppgtt, ring, true); + int ret = ppgtt->switch_mm(ppgtt, ring); if (ret) return ret; } @@ -1297,6 +1248,16 @@ POSTING_READ(RING_FAULT_REG(&dev_priv->ring[RCS])); } +static void i915_ggtt_flush(struct drm_i915_private *dev_priv) +{ + if (INTEL_INFO(dev_priv->dev)->gen < 6) { + intel_gtt_chipset_flush(); + } else { + I915_WRITE(GFX_FLSH_CNTL_GEN6, GFX_FLSH_CNTL_EN); + POSTING_READ(GFX_FLSH_CNTL_GEN6); + } +} + void i915_gem_suspend_gtt_mappings(struct drm_device *dev) { struct drm_i915_private *dev_priv = dev->dev_private; @@ -1313,6 +1274,8 @@ dev_priv->gtt.base.start, dev_priv->gtt.base.total, true); + + i915_ggtt_flush(dev_priv); } void i915_gem_restore_gtt_mappings(struct drm_device *dev) @@ -1365,7 +1328,7 @@ gen6_write_pdes(container_of(vm, struct i915_hw_ppgtt, base)); } - i915_gem_chipset_flush(dev); + i915_ggtt_flush(dev_priv); } int i915_gem_gtt_prepare_object(struct drm_i915_gem_object *obj) @@ -1871,6 +1834,22 @@ GEN8_PPAT(6, GEN8_PPAT_WB | GEN8_PPAT_LLCELLC | GEN8_PPAT_AGE(2)) | GEN8_PPAT(7, GEN8_PPAT_WB | GEN8_PPAT_LLCELLC | GEN8_PPAT_AGE(3)); + if (!USES_PPGTT(dev_priv->dev)) + /* Spec: "For GGTT, there is NO pat_sel[2:0] from the entry, + * so RTL will always use the value corresponding to + * pat_sel = 000". + * So let's disable cache for GGTT to avoid screen corruptions. + * MOCS still can be used though. + * - System agent ggtt writes (i.e. cpu gtt mmaps) already work + * before this patch, i.e. the same uncached + snooping access + * like on gen6/7 seems to be in effect. + * - So this just fixes blitter/render access. Again it looks + * like it's not just uncached access, but uncached + snooping. + * So we can still hold onto all our assumptions wrt cpu + * clflushing on LLC machines. + */ + pat = GEN8_PPAT(0, GEN8_PPAT_UC); + /* XXX: spec defines this as 2 distinct registers. It's unclear if a 64b * write would work. */ I915_WRITE(GEN8_PRIVATE_PAT, pat); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_gem_gtt.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_gem_gtt.h @@ -261,8 +261,7 @@ int (*enable)(struct i915_hw_ppgtt *ppgtt); int (*switch_mm)(struct i915_hw_ppgtt *ppgtt, - struct intel_engine_cs *ring, - bool synchronous); + struct intel_engine_cs *ring); void (*debug_dump)(struct i915_hw_ppgtt *ppgtt, struct seq_file *m); }; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_gem_stolen.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_gem_stolen.c @@ -137,7 +137,11 @@ r = devm_request_mem_region(dev->dev, base + 1, dev_priv->gtt.stolen_size - 1, "Graphics Stolen Memory"); - if (r == NULL) { + /* + * GEN3 firmware likes to smash pci bridges into the stolen + * range. Apparently this works. + */ + if (r == NULL && !IS_GEN3(dev)) { DRM_ERROR("conflict detected with stolen region: [0x%08x - 0x%08x]\n", base, base + (uint32_t)dev_priv->gtt.stolen_size); base = 0; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_gem_tiling.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_gem_tiling.c @@ -308,9 +308,10 @@ return -EINVAL; } + mutex_lock(&dev->struct_mutex); if (i915_gem_obj_is_pinned(obj) || obj->framebuffer_references) { - drm_gem_object_unreference_unlocked(&obj->base); - return -EBUSY; + ret = -EBUSY; + goto err; } if (args->tiling_mode == I915_TILING_NONE) { @@ -342,7 +343,6 @@ } } - mutex_lock(&dev->struct_mutex); if (args->tiling_mode != obj->tiling_mode || args->stride != obj->stride) { /* We need to rebind the object if its current allocation @@ -401,6 +401,7 @@ obj->bit_17 = NULL; } +err: drm_gem_object_unreference(&obj->base); mutex_unlock(&dev->struct_mutex); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_gem_userptr.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_gem_userptr.c @@ -554,16 +554,15 @@ static void i915_gem_userptr_put_pages(struct drm_i915_gem_object *obj) { - struct scatterlist *sg; - int i; + struct sg_page_iter sg_iter; BUG_ON(obj->userptr.work != NULL); if (obj->madv != I915_MADV_WILLNEED) obj->dirty = 0; - for_each_sg(obj->pages->sgl, sg, obj->pages->nents, i) { - struct page *page = sg_page(sg); + for_each_sg_page(obj->pages->sgl, &sg_iter, obj->pages->nents, 0) { + struct page *page = sg_page_iter_page(&sg_iter); if (obj->dirty) set_page_dirty(page); @@ -631,7 +630,10 @@ * Also note, that the object created here is not currently a "first class" * object, in that several ioctls are banned. These are the CPU access * ioctls: mmap(), pwrite and pread. In practice, you are expected to use - * direct access via your pointer rather than use those ioctls. + * direct access via your pointer rather than use those ioctls. Another + * restriction is that we do not allow userptr surfaces to be pinned to the + * hardware and so we reject any attempt to create a framebuffer out of a + * userptr. * * If you think this is a good interface to use to pass GPU memory between * drivers, please use dma-buf instead. In fact, wherever possible use --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_irq.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_irq.c @@ -3591,7 +3591,7 @@ valleyview_display_irqs_uninstall(dev_priv); spin_unlock_irqrestore(&dev_priv->irq_lock, irqflags); - dev_priv->irq_mask = 0; + dev_priv->irq_mask = ~0; I915_WRITE(VLV_IIR, 0xffffffff); I915_WRITE(VLV_IMR, 0xffffffff); @@ -3687,14 +3687,12 @@ ~(I915_DISPLAY_PIPE_A_EVENT_INTERRUPT | I915_DISPLAY_PIPE_B_EVENT_INTERRUPT | I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT | - I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT | - I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT); + I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT); I915_WRITE16(IMR, dev_priv->irq_mask); I915_WRITE16(IER, I915_DISPLAY_PIPE_A_EVENT_INTERRUPT | I915_DISPLAY_PIPE_B_EVENT_INTERRUPT | - I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT | I915_USER_INTERRUPT); POSTING_READ16(IER); @@ -3723,8 +3721,6 @@ if ((iir & flip_pending) == 0) return false; - intel_prepare_page_flip(dev, plane); - /* We detect FlipDone by looking for the change in PendingFlip from '1' * to '0' on the following vblank, i.e. IIR has the Pendingflip * asserted following the MI_DISPLAY_FLIP, but ISR is deasserted, hence @@ -3734,6 +3730,7 @@ if (I915_READ16(ISR) & flip_pending) return false; + intel_prepare_page_flip(dev, plane); intel_finish_page_flip(dev, pipe); return true; @@ -3857,14 +3854,12 @@ I915_DISPLAY_PIPE_A_EVENT_INTERRUPT | I915_DISPLAY_PIPE_B_EVENT_INTERRUPT | I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT | - I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT | - I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT); + I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT); enable_mask = I915_ASLE_INTERRUPT | I915_DISPLAY_PIPE_A_EVENT_INTERRUPT | I915_DISPLAY_PIPE_B_EVENT_INTERRUPT | - I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT | I915_USER_INTERRUPT; if (I915_HAS_HOTPLUG(dev)) { @@ -3908,8 +3903,6 @@ if ((iir & flip_pending) == 0) return false; - intel_prepare_page_flip(dev, plane); - /* We detect FlipDone by looking for the change in PendingFlip from '1' * to '0' on the following vblank, i.e. IIR has the Pendingflip * asserted following the MI_DISPLAY_FLIP, but ISR is deasserted, hence @@ -3919,6 +3912,7 @@ if (I915_READ(ISR) & flip_pending) return false; + intel_prepare_page_flip(dev, plane); intel_finish_page_flip(dev, pipe); return true; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_reg.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_reg.h @@ -74,6 +74,7 @@ #define I915_GC_RENDER_CLOCK_166_MHZ (0 << 0) #define I915_GC_RENDER_CLOCK_200_MHZ (1 << 0) #define I915_GC_RENDER_CLOCK_333_MHZ (4 << 0) +#define GCDGMBUS 0xcc #define PCI_LBPC 0xf4 /* legacy/combination backlight modes, also called LBB */ @@ -329,16 +330,20 @@ #define GFX_OP_DESTBUFFER_INFO ((0x3<<29)|(0x1d<<24)|(0x8e<<16)|1) #define GFX_OP_DRAWRECT_INFO ((0x3<<29)|(0x1d<<24)|(0x80<<16)|(0x3)) #define GFX_OP_DRAWRECT_INFO_I965 ((0x7900<<16)|0x2) -#define SRC_COPY_BLT_CMD ((2<<29)|(0x43<<22)|4) + +#define COLOR_BLT_CMD (2<<29 | 0x40<<22 | (5-2)) +#define SRC_COPY_BLT_CMD ((2<<29)|(0x43<<22)|4) #define XY_SRC_COPY_BLT_CMD ((2<<29)|(0x53<<22)|6) #define XY_MONO_SRC_COPY_IMM_BLT ((2<<29)|(0x71<<22)|5) -#define XY_SRC_COPY_BLT_WRITE_ALPHA (1<<21) -#define XY_SRC_COPY_BLT_WRITE_RGB (1<<20) +#define BLT_WRITE_A (2<<20) +#define BLT_WRITE_RGB (1<<20) +#define BLT_WRITE_RGBA (BLT_WRITE_RGB | BLT_WRITE_A) #define BLT_DEPTH_8 (0<<24) #define BLT_DEPTH_16_565 (1<<24) #define BLT_DEPTH_16_1555 (2<<24) #define BLT_DEPTH_32 (3<<24) -#define BLT_ROP_GXCOPY (0xcc<<16) +#define BLT_ROP_SRC_COPY (0xcc<<16) +#define BLT_ROP_COLOR_COPY (0xf0<<16) #define XY_SRC_COPY_BLT_SRC_TILED (1<<15) /* 965+ only */ #define XY_SRC_COPY_BLT_DST_TILED (1<<11) /* 965+ only */ #define CMD_OP_DISPLAYBUFFER_INFO ((0x0<<29)|(0x14<<23)|2) @@ -351,6 +356,7 @@ #define PIPE_CONTROL_STORE_DATA_INDEX (1<<21) #define PIPE_CONTROL_CS_STALL (1<<20) #define PIPE_CONTROL_TLB_INVALIDATE (1<<18) +#define PIPE_CONTROL_MEDIA_STATE_CLEAR (1<<16) #define PIPE_CONTROL_QW_WRITE (1<<14) #define PIPE_CONTROL_POST_SYNC_OP_MASK (3<<14) #define PIPE_CONTROL_DEPTH_STALL (1<<13) @@ -972,6 +978,7 @@ #define GEN6_VERSYNC (RING_SYNC_1(VEBOX_RING_BASE)) #define GEN6_VEVSYNC (RING_SYNC_2(VEBOX_RING_BASE)) #define GEN6_NOSYNC 0 +#define RING_PSMI_CTL(base) ((base)+0x50) #define RING_MAX_IDLE(base) ((base)+0x54) #define RING_HWS_PGA(base) ((base)+0x80) #define RING_HWS_PGA_GEN6(base) ((base)+0x2080) @@ -1295,6 +1302,7 @@ #define GEN6_BLITTER_FBC_NOTIFY (1<<3) #define GEN6_RC_SLEEP_PSMI_CONTROL 0x2050 +#define GEN6_PSMI_SLEEP_MSG_DISABLE (1 << 0) #define GEN8_RC_SEMA_IDLE_MSG_DISABLE (1 << 12) #define GEN8_FF_DOP_CLOCK_GATE_DISABLE (1<<10) @@ -1545,6 +1553,7 @@ #define GMBUS_CYCLE_INDEX (2<<25) #define GMBUS_CYCLE_STOP (4<<25) #define GMBUS_BYTE_COUNT_SHIFT 16 +#define GMBUS_BYTE_COUNT_MAX 256U #define GMBUS_SLAVE_INDEX_SHIFT 8 #define GMBUS_SLAVE_ADDR_SHIFT 1 #define GMBUS_SLAVE_READ (1<<0) @@ -2891,6 +2900,7 @@ #define BLM_POLARITY_PNV (1 << 0) /* pnv only */ #define BLC_HIST_CTL (dev_priv->info.display_mmio_offset + 0x61260) +#define BLM_HISTOGRAM_ENABLE (1 << 31) /* New registers for PCH-split platforms. Safe where new bits show up, the * register layout machtes with gen4 BLC_PWM_CTL[12]. */ --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/i915_suspend.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/i915_suspend.c @@ -328,6 +328,10 @@ } } + if (IS_GEN4(dev)) + pci_read_config_word(dev->pdev, GCDGMBUS, + &dev_priv->regfile.saveGCDGMBUS); + /* Cache mode state */ if (INTEL_INFO(dev)->gen < 7) dev_priv->regfile.saveCACHE_MODE_0 = I915_READ(CACHE_MODE_0); @@ -356,6 +360,10 @@ mutex_lock(&dev->struct_mutex); i915_gem_restore_fences(dev); + + if (IS_GEN4(dev)) + pci_write_config_word(dev->pdev, GCDGMBUS, + dev_priv->regfile.saveGCDGMBUS); i915_restore_display(dev); if (!drm_core_check_feature(dev, DRIVER_MODESET)) { --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_bios.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_bios.c @@ -41,7 +41,7 @@ { u8 *base = (u8 *)bdb; int index = 0; - u16 total, current_size; + u32 total, current_size; u8 current_id; /* skip to first section */ @@ -56,6 +56,10 @@ current_size = *((u16 *)(base + index)); index += 2; + /* The MIPI Sequence Block v3+ has a separate size field. */ + if (current_id == BDB_MIPI_SEQUENCE && *(base + index) >= 3) + current_size = *((const u32 *)(base + index + 1)); + if (index + current_size > total) return NULL; @@ -793,6 +797,12 @@ return; } + /* Fail gracefully for forward incompatible sequence block. */ + if (sequence->version >= 3) { + DRM_ERROR("Unable to parse MIPI Sequence Block v3+\n"); + return; + } + DRM_DEBUG_DRIVER("Found MIPI sequence block\n"); block_size = get_blocksize(sequence); @@ -877,7 +887,7 @@ /* error during parsing so set all pointers to null * because of partial parsing */ - memset(dev_priv->vbt.dsi.sequence, 0, MIPI_SEQ_MAX); + memset(dev_priv->vbt.dsi.sequence, 0, sizeof(dev_priv->vbt.dsi.sequence)); } static void parse_ddi_port(struct drm_i915_private *dev_priv, enum port port, @@ -1122,7 +1132,7 @@ } } -static int __init intel_no_opregion_vbt_callback(const struct dmi_system_id *id) +static int intel_no_opregion_vbt_callback(const struct dmi_system_id *id) { DRM_DEBUG_KMS("Falling back to manually reading VBT from " "VBIOS ROM for %s\n", --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_crt.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_crt.c @@ -673,16 +673,21 @@ goto out; } + drm_modeset_acquire_init(&ctx, 0); + /* for pre-945g platforms use load detect */ if (intel_get_load_detect_pipe(connector, NULL, &tmp, &ctx)) { if (intel_crt_detect_ddc(connector)) status = connector_status_connected; else status = intel_crt_load_detect(crt); - intel_release_load_detect_pipe(connector, &tmp, &ctx); + intel_release_load_detect_pipe(connector, &tmp); } else status = connector_status_unknown; + drm_modeset_drop_locks(&ctx); + drm_modeset_acquire_fini(&ctx); + out: intel_display_power_put(dev_priv, power_domain); intel_runtime_pm_put(dev_priv); @@ -775,7 +780,7 @@ .destroy = intel_encoder_destroy, }; -static int __init intel_no_crt_dmi_callback(const struct dmi_system_id *id) +static int intel_no_crt_dmi_callback(const struct dmi_system_id *id) { DRM_INFO("Skipping CRT initialization for %s\n", id->ident); return 1; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_display.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_display.c @@ -2200,6 +2200,15 @@ if (need_vtd_wa(dev) && alignment < 256 * 1024) alignment = 256 * 1024; + /* + * Global gtt pte registers are special registers which actually forward + * writes to a chunk of system memory. Which means that there is no risk + * that the register values disappear as soon as we call + * intel_runtime_pm_put(), so it is correct to wrap only the + * pin/unpin/fence and not more. + */ + intel_runtime_pm_get(dev_priv); + dev_priv->mm.interruptible = false; ret = i915_gem_object_pin_to_display_plane(obj, alignment, pipelined); if (ret) @@ -2217,12 +2226,14 @@ i915_gem_object_pin_fence(obj); dev_priv->mm.interruptible = true; + intel_runtime_pm_put(dev_priv); return 0; err_unpin: i915_gem_object_unpin_from_display_plane(obj); err_interruptible: dev_priv->mm.interruptible = true; + intel_runtime_pm_put(dev_priv); return ret; } @@ -4172,7 +4183,6 @@ ironlake_fdi_disable(crtc); ironlake_disable_pch_transcoder(dev_priv, pipe); - intel_set_pch_fifo_underrun_reporting(dev, pipe, true); if (HAS_PCH_CPT(dev)) { /* disable TRANS_DP_CTL */ @@ -4239,7 +4249,6 @@ if (intel_crtc->config.has_pch_encoder) { lpt_disable_pch_transcoder(dev_priv); - intel_set_pch_fifo_underrun_reporting(dev, TRANSCODER_A, true); intel_ddi_fdi_disable(crtc); } @@ -8087,6 +8096,15 @@ goto fail_locked; } + /* + * Global gtt pte registers are special registers which actually + * forward writes to a chunk of system memory. Which means that + * there is no risk that the register values disappear as soon + * as we call intel_runtime_pm_put(), so it is correct to wrap + * only the pin/unpin/fence and not more. + */ + intel_runtime_pm_get(dev_priv); + /* Note that the w/a also requires 2 PTE of padding following * the bo. We currently fill all unused PTE with the shadow * page and so we should always have valid PTE following the @@ -8099,16 +8117,20 @@ ret = i915_gem_object_pin_to_display_plane(obj, alignment, NULL); if (ret) { DRM_DEBUG_KMS("failed to move cursor bo into the GTT\n"); + intel_runtime_pm_put(dev_priv); goto fail_locked; } ret = i915_gem_object_put_fence(obj); if (ret) { DRM_DEBUG_KMS("failed to release fence for cursor"); + intel_runtime_pm_put(dev_priv); goto fail_unpin; } addr = i915_gem_obj_ggtt_offset(obj); + + intel_runtime_pm_put(dev_priv); } else { int align = IS_I830(dev) ? 16 * 1024 : 256; ret = i915_gem_object_attach_phys(obj, align); @@ -8197,20 +8219,17 @@ int ret; intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL); - if (!intel_fb) { - drm_gem_object_unreference_unlocked(&obj->base); + if (!intel_fb) return ERR_PTR(-ENOMEM); - } ret = intel_framebuffer_init(dev, intel_fb, mode_cmd, obj); if (ret) goto err; return &intel_fb->base; + err: - drm_gem_object_unreference_unlocked(&obj->base); kfree(intel_fb); - return ERR_PTR(ret); } @@ -8250,6 +8269,7 @@ struct drm_display_mode *mode, int depth, int bpp) { + struct drm_framebuffer *fb; struct drm_i915_gem_object *obj; struct drm_mode_fb_cmd2 mode_cmd = { 0 }; @@ -8264,7 +8284,11 @@ bpp); mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); - return intel_framebuffer_create(dev, &mode_cmd, obj); + fb = intel_framebuffer_create(dev, &mode_cmd, obj); + if (IS_ERR(fb)) + drm_gem_object_unreference_unlocked(&obj->base); + + return fb; } static struct drm_framebuffer * @@ -8319,8 +8343,6 @@ connector->base.id, connector->name, encoder->base.id, encoder->name); - drm_modeset_acquire_init(ctx, 0); - retry: ret = drm_modeset_lock(&config->connection_mutex, ctx); if (ret) @@ -8359,10 +8381,14 @@ i++; if (!(encoder->possible_crtcs & (1 << i))) continue; - if (!possible_crtc->enabled) { - crtc = possible_crtc; - break; - } + if (possible_crtc->enabled) + continue; + /* This can occur when applying the pipe A quirk on resume. */ + if (to_intel_crtc(possible_crtc)->new_enabled) + continue; + + crtc = possible_crtc; + break; } /* @@ -8431,15 +8457,11 @@ goto retry; } - drm_modeset_drop_locks(ctx); - drm_modeset_acquire_fini(ctx); - return false; } void intel_release_load_detect_pipe(struct drm_connector *connector, - struct intel_load_detect_pipe *old, - struct drm_modeset_acquire_ctx *ctx) + struct intel_load_detect_pipe *old) { struct intel_encoder *intel_encoder = intel_attached_encoder(connector); @@ -8463,17 +8485,12 @@ drm_framebuffer_unreference(old->release_fb); } - goto unlock; return; } /* Switch crtc and encoder back off if necessary */ if (old->dpms_mode != DRM_MODE_DPMS_ON) connector->funcs->dpms(connector, old->dpms_mode); - -unlock: - drm_modeset_drop_locks(ctx); - drm_modeset_acquire_fini(ctx); } static int i9xx_pll_refclk(struct drm_device *dev, @@ -8908,6 +8925,10 @@ struct drm_device *dev = crtc->base.dev; struct drm_i915_private *dev_priv = dev->dev_private; + if (i915_reset_in_progress(&dev_priv->gpu_error) || + crtc->reset_counter != atomic_read(&dev_priv->gpu_error.reset_counter)) + return true; + /* * The relevant registers doen't exist on pre-ctg. * As the flip done interrupt doesn't trigger for mmio @@ -9294,6 +9315,8 @@ if (IS_VALLEYVIEW(dev)) { ring = &dev_priv->ring[BCS]; + } else if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) { + ring = &dev_priv->ring[BCS]; } else if (INTEL_INFO(dev)->gen >= 7) { ring = obj->ring; if (ring == NULL || ring->id != RCS) @@ -9432,11 +9455,21 @@ pipe_config->pipe_bpp = connector->base.display_info.bpc*3; } - /* Clamp bpp to 8 on screens without EDID 1.4 */ - if (connector->base.display_info.bpc == 0 && bpp > 24) { - DRM_DEBUG_KMS("clamping display bpp (was %d) to default limit of 24\n", - bpp); - pipe_config->pipe_bpp = 24; + /* Clamp bpp to default limit on screens without EDID 1.4 */ + if (connector->base.display_info.bpc == 0) { + int type = connector->base.connector_type; + int clamp_bpp = 24; + + /* Fall back to 18 bpp when DP sink capability is unknown. */ + if (type == DRM_MODE_CONNECTOR_DisplayPort || + type == DRM_MODE_CONNECTOR_eDP) + clamp_bpp = 18; + + if (bpp > clamp_bpp) { + DRM_DEBUG_KMS("clamping display bpp (was %d) to default limit of %d\n", + bpp, clamp_bpp); + pipe_config->pipe_bpp = clamp_bpp; + } } } @@ -11264,6 +11297,11 @@ struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); struct drm_i915_gem_object *obj = intel_fb->obj; + if (obj->userptr.mm) { + DRM_DEBUG("attempting to use a userptr for a framebuffer, denied\n"); + return -EINVAL; + } + return drm_gem_handle_create(file, &obj->base, handle); } @@ -11395,6 +11433,7 @@ struct drm_file *filp, struct drm_mode_fb_cmd2 *mode_cmd) { + struct drm_framebuffer *fb; struct drm_i915_gem_object *obj; obj = to_intel_bo(drm_gem_object_lookup(dev, filp, @@ -11402,7 +11441,11 @@ if (&obj->base == NULL) return ERR_PTR(-ENOENT); - return intel_framebuffer_create(dev, mode_cmd, obj); + fb = intel_framebuffer_create(dev, mode_cmd, obj); + if (IS_ERR(fb)) + drm_gem_object_unreference_unlocked(&obj->base); + + return fb; } #ifndef CONFIG_DRM_I915_FBDEV @@ -11671,11 +11714,26 @@ /* Acer C720 and C720P Chromebooks (Celeron 2955U) have backlights */ { 0x0a06, 0x1025, 0x0a11, quirk_backlight_present }, + /* Acer C720 Chromebook (Core i3 4005U) */ + { 0x0a16, 0x1025, 0x0a11, quirk_backlight_present }, + + /* Apple Macbook 2,1 (Core 2 T7400) */ + { 0x27a2, 0x8086, 0x7270, quirk_backlight_present }, + + /* Apple Macbook 4,1 */ + { 0x2a02, 0x106b, 0x00a1, quirk_backlight_present }, + /* Toshiba CB35 Chromebook (Celeron 2955U) */ { 0x0a06, 0x1179, 0x0a88, quirk_backlight_present }, /* HP Chromebook 14 (Celeron 2955U) */ { 0x0a06, 0x103c, 0x21ed, quirk_backlight_present }, + + /* Dell Chromebook 11 */ + { 0x0a06, 0x1028, 0x0a35, quirk_backlight_present }, + + /* Dell Chromebook 11 (2015 version) */ + { 0x0a16, 0x1028, 0x0a35, quirk_backlight_present }, }; static void intel_init_quirks(struct drm_device *dev) @@ -11840,7 +11898,7 @@ struct intel_connector *connector; struct drm_connector *crt = NULL; struct intel_load_detect_pipe load_detect_temp; - struct drm_modeset_acquire_ctx ctx; + struct drm_modeset_acquire_ctx *ctx = dev->mode_config.acquire_ctx; /* We can't just switch on the pipe A, we need to set things up with a * proper mode and output configuration. As a gross hack, enable pipe A @@ -11857,10 +11915,8 @@ if (!crt) return; - if (intel_get_load_detect_pipe(crt, NULL, &load_detect_temp, &ctx)) - intel_release_load_detect_pipe(crt, &load_detect_temp, &ctx); - - + if (intel_get_load_detect_pipe(crt, NULL, &load_detect_temp, ctx)) + intel_release_load_detect_pipe(crt, &load_detect_temp); } static bool --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_dp.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_dp.c @@ -597,10 +597,8 @@ DP_AUX_CH_CTL_RECEIVE_ERROR)) continue; if (status & DP_AUX_CH_CTL_DONE) - break; + goto done; } - if (status & DP_AUX_CH_CTL_DONE) - break; } if ((status & DP_AUX_CH_CTL_DONE) == 0) { @@ -609,6 +607,7 @@ goto out; } +done: /* Check for timeout or receive error. * Timeouts occur when the sink is not connected */ @@ -852,7 +851,7 @@ pipe_config->has_pch_encoder = true; pipe_config->has_dp_encoder = true; - pipe_config->has_audio = intel_dp->has_audio; + pipe_config->has_audio = intel_dp->has_audio && port != PORT_A; if (is_edp(intel_dp) && intel_connector->panel.fixed_mode) { intel_fixed_panel_mode(intel_connector->panel.fixed_mode, @@ -1578,8 +1577,8 @@ int dotclock; tmp = I915_READ(intel_dp->output_reg); - if (tmp & DP_AUDIO_OUTPUT_ENABLE) - pipe_config->has_audio = true; + + pipe_config->has_audio = tmp & DP_AUDIO_OUTPUT_ENABLE && port != PORT_A; if ((port == PORT_A) || !HAS_PCH_CPT(dev)) { if (tmp & DP_SYNC_HS_HIGH) @@ -2166,6 +2165,13 @@ ssize_t ret; int i; + /* + * Sometime we just get the same incorrect byte repeated + * over the entire buffer. Doing just one throw away read + * initially seems to "solve" it. + */ + drm_dp_dpcd_read(aux, DP_DPCD_REV, buffer, 1); + for (i = 0; i < 3; i++) { ret = drm_dp_dpcd_read(aux, offset, buffer, size); if (ret == size) @@ -3202,9 +3208,10 @@ } } - /* Training Pattern 3 support */ + /* Training Pattern 3 support, both source and sink */ if (intel_dp->dpcd[DP_DPCD_REV] >= 0x12 && - intel_dp->dpcd[DP_MAX_LANE_COUNT] & DP_TPS3_SUPPORTED) { + intel_dp->dpcd[DP_MAX_LANE_COUNT] & DP_TPS3_SUPPORTED && + (IS_HASWELL(dev) || INTEL_INFO(dev)->gen >= 8)) { intel_dp->use_tps3 = true; DRM_DEBUG_KMS("Displayport TPS3 supported"); } else @@ -3313,6 +3320,9 @@ if (WARN_ON(!intel_encoder->base.crtc)) return; + if (!to_intel_crtc(intel_encoder->base.crtc)->active) + return; + /* Try to read receiver status if the link appears to be up */ if (!intel_dp_get_link_status(intel_dp, link_status)) { return; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_drv.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_drv.h @@ -754,8 +754,7 @@ struct intel_load_detect_pipe *old, struct drm_modeset_acquire_ctx *ctx); void intel_release_load_detect_pipe(struct drm_connector *connector, - struct intel_load_detect_pipe *old, - struct drm_modeset_acquire_ctx *ctx); + struct intel_load_detect_pipe *old); int intel_pin_and_fence_fb_obj(struct drm_device *dev, struct drm_i915_gem_object *obj, struct intel_engine_cs *pipelined); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_dsi_panel_vbt.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_dsi_panel_vbt.c @@ -171,7 +171,12 @@ gpio = *data++; /* pull up/down */ - action = *data++; + action = *data++ & 1; + + if (gpio >= ARRAY_SIZE(gtable)) { + DRM_DEBUG_KMS("unknown gpio %u\n", gpio); + goto out; + } function = gtable[gpio].function_reg; pad = gtable[gpio].pad_reg; @@ -190,6 +195,7 @@ vlv_gpio_nc_write(dev_priv, pad, val); mutex_unlock(&dev_priv->dpio_lock); +out: return data; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_hdmi.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_hdmi.c @@ -728,7 +728,7 @@ if (tmp & HDMI_MODE_SELECT_HDMI) pipe_config->has_hdmi_sink = true; - if (tmp & HDMI_MODE_SELECT_HDMI) + if (tmp & SDVO_AUDIO_ENABLE) pipe_config->has_audio = true; pipe_config->adjusted_mode.flags |= flags; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_i2c.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_i2c.c @@ -324,18 +324,17 @@ } static int -gmbus_xfer_read(struct drm_i915_private *dev_priv, struct i2c_msg *msg, - u32 gmbus1_index) +gmbus_xfer_read_chunk(struct drm_i915_private *dev_priv, + unsigned short addr, u8 *buf, unsigned int len, + u32 gmbus1_index) { int reg_offset = dev_priv->gpio_mmio_base; - u16 len = msg->len; - u8 *buf = msg->buf; I915_WRITE(GMBUS1 + reg_offset, gmbus1_index | GMBUS_CYCLE_WAIT | (len << GMBUS_BYTE_COUNT_SHIFT) | - (msg->addr << GMBUS_SLAVE_ADDR_SHIFT) | + (addr << GMBUS_SLAVE_ADDR_SHIFT) | GMBUS_SLAVE_READ | GMBUS_SW_RDY); while (len) { int ret; @@ -357,11 +356,35 @@ } static int -gmbus_xfer_write(struct drm_i915_private *dev_priv, struct i2c_msg *msg) +gmbus_xfer_read(struct drm_i915_private *dev_priv, struct i2c_msg *msg, + u32 gmbus1_index) { - int reg_offset = dev_priv->gpio_mmio_base; - u16 len = msg->len; u8 *buf = msg->buf; + unsigned int rx_size = msg->len; + unsigned int len; + int ret; + + do { + len = min(rx_size, GMBUS_BYTE_COUNT_MAX); + + ret = gmbus_xfer_read_chunk(dev_priv, msg->addr, + buf, len, gmbus1_index); + if (ret) + return ret; + + rx_size -= len; + buf += len; + } while (rx_size != 0); + + return 0; +} + +static int +gmbus_xfer_write_chunk(struct drm_i915_private *dev_priv, + unsigned short addr, u8 *buf, unsigned int len) +{ + int reg_offset = dev_priv->gpio_mmio_base; + unsigned int chunk_size = len; u32 val, loop; val = loop = 0; @@ -373,8 +396,8 @@ I915_WRITE(GMBUS3 + reg_offset, val); I915_WRITE(GMBUS1 + reg_offset, GMBUS_CYCLE_WAIT | - (msg->len << GMBUS_BYTE_COUNT_SHIFT) | - (msg->addr << GMBUS_SLAVE_ADDR_SHIFT) | + (chunk_size << GMBUS_BYTE_COUNT_SHIFT) | + (addr << GMBUS_SLAVE_ADDR_SHIFT) | GMBUS_SLAVE_WRITE | GMBUS_SW_RDY); while (len) { int ret; @@ -391,6 +414,29 @@ if (ret) return ret; } + + return 0; +} + +static int +gmbus_xfer_write(struct drm_i915_private *dev_priv, struct i2c_msg *msg) +{ + u8 *buf = msg->buf; + unsigned int tx_size = msg->len; + unsigned int len; + int ret; + + do { + len = min(tx_size, GMBUS_BYTE_COUNT_MAX); + + ret = gmbus_xfer_write_chunk(dev_priv, msg->addr, buf, len); + if (ret) + return ret; + + buf += len; + tx_size -= len; + } while (tx_size != 0); + return 0; } @@ -443,7 +489,7 @@ struct intel_gmbus, adapter); struct drm_i915_private *dev_priv = bus->dev_priv; - int i, reg_offset; + int i = 0, inc, try = 0, reg_offset; int ret = 0; intel_aux_display_runtime_get(dev_priv); @@ -456,12 +502,14 @@ reg_offset = dev_priv->gpio_mmio_base; +retry: I915_WRITE(GMBUS0 + reg_offset, bus->reg0); - for (i = 0; i < num; i++) { + for (; i < num; i += inc) { + inc = 1; if (gmbus_is_index_read(msgs, i, num)) { ret = gmbus_xfer_index_read(dev_priv, &msgs[i]); - i += 1; /* set i to the index of the read xfer */ + inc = 2; /* an index read is two msgs */ } else if (msgs[i].flags & I2C_M_RD) { ret = gmbus_xfer_read(dev_priv, &msgs[i], 0); } else { @@ -533,6 +581,18 @@ adapter->name, msgs[i].addr, (msgs[i].flags & I2C_M_RD) ? 'r' : 'w', msgs[i].len); + /* + * Passive adapters sometimes NAK the first probe. Retry the first + * message once on -ENXIO for GMBUS transfers; the bit banging algorithm + * has retries internally. See also the retry loop in + * drm_do_probe_ddc_edid, which bails out on the first -ENXIO. + */ + if (ret == -ENXIO && i == 0 && try++ == 0) { + DRM_DEBUG_KMS("GMBUS [%s] NAK on first message, retry\n", + adapter->name); + goto retry; + } + goto out; timeout: @@ -620,7 +680,7 @@ return 0; err: - while (--i) { + while (i--) { struct intel_gmbus *bus = &dev_priv->gmbus[i]; i2c_del_adapter(&bus->adapter); } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_lvds.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_lvds.c @@ -531,7 +531,7 @@ .destroy = intel_encoder_destroy, }; -static int __init intel_no_lvds_dmi_callback(const struct dmi_system_id *id) +static int intel_no_lvds_dmi_callback(const struct dmi_system_id *id) { DRM_INFO("Skipping LVDS initialization for %s\n", id->ident); return 1; @@ -802,12 +802,28 @@ static const struct dmi_system_id intel_dual_link_lvds[] = { { .callback = intel_dual_link_lvds_callback, - .ident = "Apple MacBook Pro (Core i5/i7 Series)", + .ident = "Apple MacBook Pro 15\" (2010)", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro6,2"), + }, + }, + { + .callback = intel_dual_link_lvds_callback, + .ident = "Apple MacBook Pro 15\" (2011)", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."), DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro8,2"), }, }, + { + .callback = intel_dual_link_lvds_callback, + .ident = "Apple MacBook Pro 15\" (2012)", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro9,1"), + }, + }, { } /* terminating entry */ }; @@ -838,6 +854,11 @@ if (i915.lvds_channel_mode > 0) return i915.lvds_channel_mode == 2; + /* single channel LVDS is limited to 112 MHz */ + if (lvds_encoder->attached_connector->base.panel.fixed_mode->clock + > 112999) + return true; + if (dmi_check_system(intel_dual_link_lvds)) return true; @@ -893,6 +914,17 @@ int pipe; u8 pin; + /* + * Unlock registers and just leave them unlocked. Do this before + * checking quirk lists to avoid bogus WARNINGs. + */ + if (HAS_PCH_SPLIT(dev)) { + I915_WRITE(PCH_PP_CONTROL, + I915_READ(PCH_PP_CONTROL) | PANEL_UNLOCK_REGS); + } else { + I915_WRITE(PP_CONTROL, + I915_READ(PP_CONTROL) | PANEL_UNLOCK_REGS); + } if (!intel_lvds_supported(dev)) return; @@ -1084,21 +1116,12 @@ out: mutex_unlock(&dev->mode_config.mutex); + intel_panel_init(&intel_connector->panel, fixed_mode, downclock_mode); + lvds_encoder->is_dual_link = compute_is_dual_link_lvds(lvds_encoder); DRM_DEBUG_KMS("detected %s-link lvds configuration\n", lvds_encoder->is_dual_link ? "dual" : "single"); - /* - * Unlock registers and just - * leave them unlocked - */ - if (HAS_PCH_SPLIT(dev)) { - I915_WRITE(PCH_PP_CONTROL, - I915_READ(PCH_PP_CONTROL) | PANEL_UNLOCK_REGS); - } else { - I915_WRITE(PP_CONTROL, - I915_READ(PP_CONTROL) | PANEL_UNLOCK_REGS); - } lvds_connector->lid_notifier.notifier_call = intel_lid_notify; if (acpi_lid_notifier_register(&lvds_connector->lid_notifier)) { DRM_DEBUG_KMS("lid notifier registration failed\n"); @@ -1106,7 +1129,6 @@ } drm_sysfs_connector_add(connector); - intel_panel_init(&intel_connector->panel, fixed_mode, downclock_mode); intel_panel_setup_backlight(connector); return; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_opregion.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_opregion.c @@ -395,6 +395,16 @@ return -EINVAL; } +/* + * If the vendor backlight interface is not in use and ACPI backlight interface + * is broken, do not bother processing backlight change requests from firmware. + */ +static bool should_ignore_backlight_request(void) +{ + return acpi_video_backlight_support() && + !acpi_video_verify_backlight_support(); +} + static u32 asle_set_backlight(struct drm_device *dev, u32 bclp) { struct drm_i915_private *dev_priv = dev->dev_private; @@ -403,11 +413,7 @@ DRM_DEBUG_DRIVER("bclp = 0x%08x\n", bclp); - /* - * If the acpi_video interface is not supposed to be used, don't - * bother processing backlight level change requests from firmware. - */ - if (!acpi_video_verify_backlight_support()) { + if (should_ignore_backlight_request()) { DRM_DEBUG_KMS("opregion backlight request ignored\n"); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_panel.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_panel.c @@ -711,7 +711,7 @@ cpu_ctl2 = I915_READ(BLC_PWM_CPU_CTL2); if (cpu_ctl2 & BLM_PWM_ENABLE) { - WARN(1, "cpu backlight already enabled\n"); + DRM_DEBUG_KMS("cpu backlight already enabled\n"); cpu_ctl2 &= ~BLM_PWM_ENABLE; I915_WRITE(BLC_PWM_CPU_CTL2, cpu_ctl2); } @@ -755,7 +755,7 @@ ctl = I915_READ(BLC_PWM_CTL); if (ctl & BACKLIGHT_DUTY_CYCLE_MASK_PNV) { - WARN(1, "backlight already enabled\n"); + DRM_DEBUG_KMS("backlight already enabled\n"); I915_WRITE(BLC_PWM_CTL, 0); } @@ -774,6 +774,14 @@ /* XXX: combine this into above write? */ intel_panel_actually_set_backlight(connector, panel->backlight.level); + + /* + * Needed to enable backlight on some 855gm models. BLC_HIST_CTL is + * 855gm only, but checking for gen2 is safe, as 855gm is the only gen2 + * that has backlight. + */ + if (IS_GEN2(dev)) + I915_WRITE(BLC_HIST_CTL, BLM_HISTOGRAM_ENABLE); } static void i965_enable_backlight(struct intel_connector *connector) @@ -786,7 +794,7 @@ ctl2 = I915_READ(BLC_PWM_CTL2); if (ctl2 & BLM_PWM_ENABLE) { - WARN(1, "backlight already enabled\n"); + DRM_DEBUG_KMS("backlight already enabled\n"); ctl2 &= ~BLM_PWM_ENABLE; I915_WRITE(BLC_PWM_CTL2, ctl2); } @@ -820,7 +828,7 @@ ctl2 = I915_READ(VLV_BLC_PWM_CTL2(pipe)); if (ctl2 & BLM_PWM_ENABLE) { - WARN(1, "backlight already enabled\n"); + DRM_DEBUG_KMS("backlight already enabled\n"); ctl2 &= ~BLM_PWM_ENABLE; I915_WRITE(VLV_BLC_PWM_CTL2(pipe), ctl2); } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_pm.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_pm.c @@ -4942,11 +4942,6 @@ I915_WRITE(_3D_CHICKEN, _MASKED_BIT_ENABLE(_3D_CHICKEN_HIZ_PLANE_DISABLE_MSAA_4X_SNB)); - /* WaSetupGtModeTdRowDispatch:snb */ - if (IS_SNB_GT1(dev)) - I915_WRITE(GEN6_GT_MODE, - _MASKED_BIT_ENABLE(GEN6_TD_FOUR_ROW_DISPATCH_DISABLE)); - /* WaDisable_RenderCache_OperationalFlush:snb */ I915_WRITE(CACHE_MODE_0, _MASKED_BIT_DISABLE(RC_OP_FLUSH_ENABLE)); @@ -5087,41 +5082,6 @@ I915_WRITE(WM2_LP_ILK, 0); I915_WRITE(WM1_LP_ILK, 0); - /* FIXME(BDW): Check all the w/a, some might only apply to - * pre-production hw. */ - - /* WaDisablePartialInstShootdown:bdw */ - I915_WRITE(GEN8_ROW_CHICKEN, - _MASKED_BIT_ENABLE(PARTIAL_INSTRUCTION_SHOOTDOWN_DISABLE)); - - /* WaDisableThreadStallDopClockGating:bdw */ - /* FIXME: Unclear whether we really need this on production bdw. */ - I915_WRITE(GEN8_ROW_CHICKEN, - _MASKED_BIT_ENABLE(STALL_DOP_GATING_DISABLE)); - - /* - * This GEN8_CENTROID_PIXEL_OPT_DIS W/A is only needed for - * pre-production hardware - */ - I915_WRITE(HALF_SLICE_CHICKEN3, - _MASKED_BIT_ENABLE(GEN8_CENTROID_PIXEL_OPT_DIS)); - I915_WRITE(HALF_SLICE_CHICKEN3, - _MASKED_BIT_ENABLE(GEN8_SAMPLER_POWER_BYPASS_DIS)); - I915_WRITE(GAMTARBMODE, _MASKED_BIT_ENABLE(ARB_MODE_BWGTLB_DISABLE)); - - I915_WRITE(_3D_CHICKEN3, - _3D_CHICKEN_SDE_LIMIT_FIFO_POLY_DEPTH(2)); - - I915_WRITE(COMMON_SLICE_CHICKEN2, - _MASKED_BIT_ENABLE(GEN8_CSC2_SBE_VUE_CACHE_CONSERVATIVE)); - - I915_WRITE(GEN7_HALF_SLICE_CHICKEN1, - _MASKED_BIT_ENABLE(GEN7_SINGLE_SUBSCAN_DISPATCH_ENABLE)); - - /* WaDisableDopClockGating:bdw May not be needed for production */ - I915_WRITE(GEN7_ROW_CHICKEN2, - _MASKED_BIT_ENABLE(DOP_CLOCK_GATING_DISABLE)); - /* WaSwitchSolVfFArbitrationPriority:bdw */ I915_WRITE(GAM_ECOCHK, I915_READ(GAM_ECOCHK) | HSW_ECOCHK_ARB_PRIO_SOL); @@ -5136,31 +5096,12 @@ BDW_DPRS_MASK_VBLANK_SRD); } - /* Use Force Non-Coherent whenever executing a 3D context. This is a - * workaround for for a possible hang in the unlikely event a TLB - * invalidation occurs during a PSD flush. - */ - I915_WRITE(HDC_CHICKEN0, - I915_READ(HDC_CHICKEN0) | - _MASKED_BIT_ENABLE(HDC_FORCE_NON_COHERENT)); - /* WaVSRefCountFullforceMissDisable:bdw */ /* WaDSRefCountFullforceMissDisable:bdw */ I915_WRITE(GEN7_FF_THREAD_MODE, I915_READ(GEN7_FF_THREAD_MODE) & ~(GEN8_FF_DS_REF_CNT_FFME | GEN7_FF_VS_REF_CNT_FFME)); - /* - * BSpec recommends 8x4 when MSAA is used, - * however in practice 16x4 seems fastest. - * - * Note that PS/WM thread counts depend on the WIZ hashing - * disable bit, which we don't touch here, but it's good - * to keep in mind (see 3DSTATE_PS and 3DSTATE_WM). - */ - I915_WRITE(GEN7_GT_MODE, - GEN6_WIZ_HASHING_MASK | GEN6_WIZ_HASHING_16x4); - I915_WRITE(GEN6_RC_SLEEP_PSMI_CONTROL, _MASKED_BIT_ENABLE(GEN8_RC_SEMA_IDLE_MSG_DISABLE)); @@ -5168,9 +5109,7 @@ I915_WRITE(GEN8_UCGCTL6, I915_READ(GEN8_UCGCTL6) | GEN8_SDEUNIT_CLOCK_GATE_DISABLE); - /* Wa4x4STCOptimizationDisable:bdw */ - I915_WRITE(CACHE_MODE_1, - _MASKED_BIT_ENABLE(GEN8_4x4_STC_OPTIMIZATION_DISABLE)); + lpt_init_clock_gating(dev); } static void haswell_init_clock_gating(struct drm_device *dev) --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_ringbuffer.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_ringbuffer.c @@ -352,12 +352,15 @@ flags |= PIPE_CONTROL_VF_CACHE_INVALIDATE; flags |= PIPE_CONTROL_CONST_CACHE_INVALIDATE; flags |= PIPE_CONTROL_STATE_CACHE_INVALIDATE; + flags |= PIPE_CONTROL_MEDIA_STATE_CLEAR; /* * TLB invalidate requires a post-sync write. */ flags |= PIPE_CONTROL_QW_WRITE; flags |= PIPE_CONTROL_GLOBAL_GTT_IVB; + flags |= PIPE_CONTROL_STALL_AT_SCOREBOARD; + /* Workaround: we must issue a pipe_control with CS-stall bit * set before a pipe_control command that has the state cache * invalidate bit set. */ @@ -381,6 +384,27 @@ } static int +gen8_emit_pipe_control(struct intel_engine_cs *ring, + u32 flags, u32 scratch_addr) +{ + int ret; + + ret = intel_ring_begin(ring, 6); + if (ret) + return ret; + + intel_ring_emit(ring, GFX_OP_PIPE_CONTROL(6)); + intel_ring_emit(ring, flags); + intel_ring_emit(ring, scratch_addr); + intel_ring_emit(ring, 0); + intel_ring_emit(ring, 0); + intel_ring_emit(ring, 0); + intel_ring_advance(ring); + + return 0; +} + +static int gen8_render_ring_flush(struct intel_engine_cs *ring, u32 invalidate_domains, u32 flush_domains) { @@ -403,22 +427,17 @@ flags |= PIPE_CONTROL_STATE_CACHE_INVALIDATE; flags |= PIPE_CONTROL_QW_WRITE; flags |= PIPE_CONTROL_GLOBAL_GTT_IVB; - } - ret = intel_ring_begin(ring, 6); - if (ret) - return ret; - - intel_ring_emit(ring, GFX_OP_PIPE_CONTROL(6)); - intel_ring_emit(ring, flags); - intel_ring_emit(ring, scratch_addr); - intel_ring_emit(ring, 0); - intel_ring_emit(ring, 0); - intel_ring_emit(ring, 0); - intel_ring_advance(ring); - - return 0; + /* WaCsStallBeforeStateCacheInvalidate:bdw,chv */ + ret = gen8_emit_pipe_control(ring, + PIPE_CONTROL_CS_STALL | + PIPE_CONTROL_STALL_AT_SCOREBOARD, + 0); + if (ret) + return ret; + } + return gen8_emit_pipe_control(ring, flags, scratch_addr); } static void ring_write_tail(struct intel_engine_cs *ring, @@ -517,6 +536,9 @@ else ring_setup_phys_status_page(ring); + /* Enforce ordering by reading HEAD register back */ + I915_READ_HEAD(ring); + /* Initialize the ring. This must happen _after_ we've cleared the ring * registers with the above sequence (the readback of the HEAD registers * also enforces ordering), otherwise the hw might lose the new ring @@ -599,6 +621,72 @@ return ret; } +static inline void intel_ring_emit_wa(struct intel_engine_cs *ring, + u32 addr, u32 value) +{ + intel_ring_emit(ring, MI_LOAD_REGISTER_IMM(1)); + intel_ring_emit(ring, addr); + intel_ring_emit(ring, value); +} + +static int gen8_init_workarounds(struct intel_engine_cs *ring) +{ + int ret; + + /* + * workarounds applied in this fn are part of register state context, + * they need to be re-initialized followed by gpu reset, suspend/resume, + * module reload. + */ + + /* + * update the number of dwords required based on the + * actual number of workarounds applied + */ + ret = intel_ring_begin(ring, 18); + if (ret) + return ret; + + /* WaDisablePartialInstShootdown:bdw */ + /* WaDisableThreadStallDopClockGating:bdw (pre-production) */ + intel_ring_emit_wa(ring, GEN8_ROW_CHICKEN, + _MASKED_BIT_ENABLE(PARTIAL_INSTRUCTION_SHOOTDOWN_DISABLE + | STALL_DOP_GATING_DISABLE)); + + /* WaDisableDopClockGating:bdw */ + intel_ring_emit_wa(ring, GEN7_ROW_CHICKEN2, + _MASKED_BIT_ENABLE(DOP_CLOCK_GATING_DISABLE)); + + intel_ring_emit_wa(ring, HALF_SLICE_CHICKEN3, + _MASKED_BIT_ENABLE(GEN8_SAMPLER_POWER_BYPASS_DIS)); + + /* Use Force Non-Coherent whenever executing a 3D context. This is a + * workaround for for a possible hang in the unlikely event a TLB + * invalidation occurs during a PSD flush. + */ + intel_ring_emit_wa(ring, HDC_CHICKEN0, + _MASKED_BIT_ENABLE(HDC_FORCE_NON_COHERENT)); + + /* Wa4x4STCOptimizationDisable:bdw */ + intel_ring_emit_wa(ring, CACHE_MODE_1, + _MASKED_BIT_ENABLE(GEN8_4x4_STC_OPTIMIZATION_DISABLE)); + + /* + * BSpec recommends 8x4 when MSAA is used, + * however in practice 16x4 seems fastest. + * + * Note that PS/WM thread counts depend on the WIZ hashing + * disable bit, which we don't touch here, but it's good + * to keep in mind (see 3DSTATE_PS and 3DSTATE_WM). + */ + intel_ring_emit_wa(ring, GEN7_GT_MODE, + GEN6_WIZ_HASHING_MASK | GEN6_WIZ_HASHING_16x4); + + intel_ring_advance(ring); + + return 0; +} + static int init_render_ring(struct intel_engine_cs *ring) { struct drm_device *dev = ring->dev; @@ -1241,54 +1329,66 @@ /* Just userspace ABI convention to limit the wa batch bo to a resonable size */ #define I830_BATCH_LIMIT (256*1024) +#define I830_TLB_ENTRIES (2) +#define I830_WA_SIZE max(I830_TLB_ENTRIES*4096, I830_BATCH_LIMIT) static int i830_dispatch_execbuffer(struct intel_engine_cs *ring, u64 offset, u32 len, unsigned flags) { + u32 cs_offset = ring->scratch.gtt_offset; int ret; - if (flags & I915_DISPATCH_PINNED) { - ret = intel_ring_begin(ring, 4); - if (ret) - return ret; + ret = intel_ring_begin(ring, 6); + if (ret) + return ret; - intel_ring_emit(ring, MI_BATCH_BUFFER); - intel_ring_emit(ring, offset | (flags & I915_DISPATCH_SECURE ? 0 : MI_BATCH_NON_SECURE)); - intel_ring_emit(ring, offset + len - 8); - intel_ring_emit(ring, MI_NOOP); - intel_ring_advance(ring); - } else { - u32 cs_offset = ring->scratch.gtt_offset; + /* Evict the invalid PTE TLBs */ + intel_ring_emit(ring, COLOR_BLT_CMD | BLT_WRITE_RGBA); + intel_ring_emit(ring, BLT_DEPTH_32 | BLT_ROP_COLOR_COPY | 4096); + intel_ring_emit(ring, I830_TLB_ENTRIES << 16 | 4); /* load each page */ + intel_ring_emit(ring, cs_offset); + intel_ring_emit(ring, 0xdeadbeef); + intel_ring_emit(ring, MI_NOOP); + intel_ring_advance(ring); + if ((flags & I915_DISPATCH_PINNED) == 0) { if (len > I830_BATCH_LIMIT) return -ENOSPC; - ret = intel_ring_begin(ring, 9+3); + ret = intel_ring_begin(ring, 6 + 2); if (ret) return ret; - /* Blit the batch (which has now all relocs applied) to the stable batch - * scratch bo area (so that the CS never stumbles over its tlb - * invalidation bug) ... */ - intel_ring_emit(ring, XY_SRC_COPY_BLT_CMD | - XY_SRC_COPY_BLT_WRITE_ALPHA | - XY_SRC_COPY_BLT_WRITE_RGB); - intel_ring_emit(ring, BLT_DEPTH_32 | BLT_ROP_GXCOPY | 4096); - intel_ring_emit(ring, 0); - intel_ring_emit(ring, (DIV_ROUND_UP(len, 4096) << 16) | 1024); + + /* Blit the batch (which has now all relocs applied) to the + * stable batch scratch bo area (so that the CS never + * stumbles over its tlb invalidation bug) ... + */ + intel_ring_emit(ring, SRC_COPY_BLT_CMD | BLT_WRITE_RGBA); + intel_ring_emit(ring, BLT_DEPTH_32 | BLT_ROP_SRC_COPY | 4096); + intel_ring_emit(ring, DIV_ROUND_UP(len, 4096) << 16 | 4096); intel_ring_emit(ring, cs_offset); - intel_ring_emit(ring, 0); intel_ring_emit(ring, 4096); intel_ring_emit(ring, offset); + intel_ring_emit(ring, MI_FLUSH); + intel_ring_emit(ring, MI_NOOP); + intel_ring_advance(ring); /* ... and execute it. */ - intel_ring_emit(ring, MI_BATCH_BUFFER); - intel_ring_emit(ring, cs_offset | (flags & I915_DISPATCH_SECURE ? 0 : MI_BATCH_NON_SECURE)); - intel_ring_emit(ring, cs_offset + len - 8); - intel_ring_advance(ring); + offset = cs_offset; } + ret = intel_ring_begin(ring, 4); + if (ret) + return ret; + + intel_ring_emit(ring, MI_BATCH_BUFFER); + intel_ring_emit(ring, offset | (flags & I915_DISPATCH_SECURE ? 0 : MI_BATCH_NON_SECURE)); + intel_ring_emit(ring, offset + len - 8); + intel_ring_emit(ring, MI_NOOP); + intel_ring_advance(ring); + return 0; } @@ -1946,6 +2046,9 @@ ring->id = RCS; ring->mmio_base = RENDER_RING_BASE; + if (INTEL_INFO(dev)->gen >= 8) { + ring->init_context = gen8_init_workarounds; + } if (INTEL_INFO(dev)->gen >= 6) { ring->add_request = gen6_add_request; ring->flush = gen7_render_ring_flush; @@ -2027,7 +2130,7 @@ struct drm_i915_gem_object *obj; int ret; - obj = i915_gem_alloc_object(dev, I830_BATCH_LIMIT); + obj = i915_gem_alloc_object(dev, I830_WA_SIZE); if (obj == NULL) { DRM_ERROR("Failed to allocate batch bo\n"); return -ENOMEM; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_ringbuffer.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_ringbuffer.h @@ -104,6 +104,8 @@ int (*init)(struct intel_engine_cs *ring); + int (*init_context)(struct intel_engine_cs *ring); + void (*write_tail)(struct intel_engine_cs *ring, u32 value); int __must_check (*flush)(struct intel_engine_cs *ring, --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_sideband.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_sideband.c @@ -82,7 +82,7 @@ WARN_ON(!mutex_is_locked(&dev_priv->rps.hw_lock)); mutex_lock(&dev_priv->dpio_lock); - vlv_sideband_rw(dev_priv, PCI_DEVFN(2, 0), IOSF_PORT_PUNIT, + vlv_sideband_rw(dev_priv, PCI_DEVFN(0, 0), IOSF_PORT_PUNIT, SB_CRRDDA_NP, addr, &val); mutex_unlock(&dev_priv->dpio_lock); @@ -94,7 +94,7 @@ WARN_ON(!mutex_is_locked(&dev_priv->rps.hw_lock)); mutex_lock(&dev_priv->dpio_lock); - vlv_sideband_rw(dev_priv, PCI_DEVFN(2, 0), IOSF_PORT_PUNIT, + vlv_sideband_rw(dev_priv, PCI_DEVFN(0, 0), IOSF_PORT_PUNIT, SB_CRWRDA_NP, addr, &val); mutex_unlock(&dev_priv->dpio_lock); } @@ -103,7 +103,7 @@ { u32 val = 0; - vlv_sideband_rw(dev_priv, PCI_DEVFN(2, 0), IOSF_PORT_BUNIT, + vlv_sideband_rw(dev_priv, PCI_DEVFN(0, 0), IOSF_PORT_BUNIT, SB_CRRDDA_NP, reg, &val); return val; @@ -111,7 +111,7 @@ void vlv_bunit_write(struct drm_i915_private *dev_priv, u32 reg, u32 val) { - vlv_sideband_rw(dev_priv, PCI_DEVFN(2, 0), IOSF_PORT_BUNIT, + vlv_sideband_rw(dev_priv, PCI_DEVFN(0, 0), IOSF_PORT_BUNIT, SB_CRWRDA_NP, reg, &val); } @@ -122,7 +122,7 @@ WARN_ON(!mutex_is_locked(&dev_priv->rps.hw_lock)); mutex_lock(&dev_priv->dpio_lock); - vlv_sideband_rw(dev_priv, PCI_DEVFN(2, 0), IOSF_PORT_NC, + vlv_sideband_rw(dev_priv, PCI_DEVFN(0, 0), IOSF_PORT_NC, SB_CRRDDA_NP, addr, &val); mutex_unlock(&dev_priv->dpio_lock); @@ -132,56 +132,56 @@ u32 vlv_gpio_nc_read(struct drm_i915_private *dev_priv, u32 reg) { u32 val = 0; - vlv_sideband_rw(dev_priv, PCI_DEVFN(2, 0), IOSF_PORT_GPIO_NC, + vlv_sideband_rw(dev_priv, PCI_DEVFN(0, 0), IOSF_PORT_GPIO_NC, SB_CRRDDA_NP, reg, &val); return val; } void vlv_gpio_nc_write(struct drm_i915_private *dev_priv, u32 reg, u32 val) { - vlv_sideband_rw(dev_priv, PCI_DEVFN(2, 0), IOSF_PORT_GPIO_NC, + vlv_sideband_rw(dev_priv, PCI_DEVFN(0, 0), IOSF_PORT_GPIO_NC, SB_CRWRDA_NP, reg, &val); } u32 vlv_cck_read(struct drm_i915_private *dev_priv, u32 reg) { u32 val = 0; - vlv_sideband_rw(dev_priv, PCI_DEVFN(2, 0), IOSF_PORT_CCK, + vlv_sideband_rw(dev_priv, PCI_DEVFN(0, 0), IOSF_PORT_CCK, SB_CRRDDA_NP, reg, &val); return val; } void vlv_cck_write(struct drm_i915_private *dev_priv, u32 reg, u32 val) { - vlv_sideband_rw(dev_priv, PCI_DEVFN(2, 0), IOSF_PORT_CCK, + vlv_sideband_rw(dev_priv, PCI_DEVFN(0, 0), IOSF_PORT_CCK, SB_CRWRDA_NP, reg, &val); } u32 vlv_ccu_read(struct drm_i915_private *dev_priv, u32 reg) { u32 val = 0; - vlv_sideband_rw(dev_priv, PCI_DEVFN(2, 0), IOSF_PORT_CCU, + vlv_sideband_rw(dev_priv, PCI_DEVFN(0, 0), IOSF_PORT_CCU, SB_CRRDDA_NP, reg, &val); return val; } void vlv_ccu_write(struct drm_i915_private *dev_priv, u32 reg, u32 val) { - vlv_sideband_rw(dev_priv, PCI_DEVFN(2, 0), IOSF_PORT_CCU, + vlv_sideband_rw(dev_priv, PCI_DEVFN(0, 0), IOSF_PORT_CCU, SB_CRWRDA_NP, reg, &val); } u32 vlv_gps_core_read(struct drm_i915_private *dev_priv, u32 reg) { u32 val = 0; - vlv_sideband_rw(dev_priv, PCI_DEVFN(2, 0), IOSF_PORT_GPS_CORE, + vlv_sideband_rw(dev_priv, PCI_DEVFN(0, 0), IOSF_PORT_GPS_CORE, SB_CRRDDA_NP, reg, &val); return val; } void vlv_gps_core_write(struct drm_i915_private *dev_priv, u32 reg, u32 val) { - vlv_sideband_rw(dev_priv, PCI_DEVFN(2, 0), IOSF_PORT_GPS_CORE, + vlv_sideband_rw(dev_priv, PCI_DEVFN(0, 0), IOSF_PORT_GPS_CORE, SB_CRWRDA_NP, reg, &val); } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_tv.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_tv.c @@ -854,6 +854,10 @@ struct drm_device *dev = encoder->base.dev; struct drm_i915_private *dev_priv = dev->dev_private; + /* Prevents vblank waits from timing out in intel_tv_detect_type() */ + intel_wait_for_vblank(encoder->base.dev, + to_intel_crtc(encoder->base.crtc)->pipe); + I915_WRITE(TV_CTL, I915_READ(TV_CTL) | TV_ENC_ENABLE); } @@ -1311,6 +1315,7 @@ { struct drm_display_mode mode; struct intel_tv *intel_tv = intel_attached_tv(connector); + enum drm_connector_status status; int type; DRM_DEBUG_KMS("[CONNECTOR:%d:%s] force=%d\n", @@ -1323,16 +1328,24 @@ struct intel_load_detect_pipe tmp; struct drm_modeset_acquire_ctx ctx; + drm_modeset_acquire_init(&ctx, 0); + if (intel_get_load_detect_pipe(connector, &mode, &tmp, &ctx)) { type = intel_tv_detect_type(intel_tv, connector); - intel_release_load_detect_pipe(connector, &tmp, &ctx); + intel_release_load_detect_pipe(connector, &tmp); + status = type < 0 ? + connector_status_disconnected : + connector_status_connected; } else - return connector_status_unknown; + status = connector_status_unknown; + + drm_modeset_drop_locks(&ctx); + drm_modeset_acquire_fini(&ctx); } else return connector->status; - if (type < 0) - return connector_status_disconnected; + if (status != connector_status_connected) + return status; intel_tv->type = type; intel_tv_find_better_format(connector); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/i915/intel_uncore.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_uncore.c @@ -43,8 +43,8 @@ static void assert_device_not_suspended(struct drm_i915_private *dev_priv) { - WARN(HAS_RUNTIME_PM(dev_priv->dev) && dev_priv->pm.suspended, - "Device suspended\n"); + WARN_ONCE(HAS_RUNTIME_PM(dev_priv->dev) && dev_priv->pm.suspended, + "Device suspended\n"); } static void __gen6_gt_wait_for_thread_c0(struct drm_i915_private *dev_priv) @@ -863,10 +863,12 @@ struct drm_i915_private *dev_priv = dev->dev_private; struct drm_i915_reg_read *reg = data; struct register_whitelist const *entry = whitelist; + unsigned size; + u64 offset; int i, ret = 0; for (i = 0; i < ARRAY_SIZE(whitelist); i++, entry++) { - if (entry->offset == reg->offset && + if (entry->offset == (reg->offset & -entry->size) && (1 << INTEL_INFO(dev)->gen & entry->gen_bitmask)) break; } @@ -874,23 +876,33 @@ if (i == ARRAY_SIZE(whitelist)) return -EINVAL; + /* We use the low bits to encode extra flags as the register should + * be naturally aligned (and those that are not so aligned merely + * limit the available flags for that register). + */ + offset = entry->offset; + size = entry->size; + size |= reg->offset ^ offset; + intel_runtime_pm_get(dev_priv); - switch (entry->size) { + switch (size) { + case 8 | 1: + reg->val = I915_READ64_2x32(offset, offset+4); + break; case 8: - reg->val = I915_READ64(reg->offset); + reg->val = I915_READ64(offset); break; case 4: - reg->val = I915_READ(reg->offset); + reg->val = I915_READ(offset); break; case 2: - reg->val = I915_READ16(reg->offset); + reg->val = I915_READ16(offset); break; case 1: - reg->val = I915_READ8(reg->offset); + reg->val = I915_READ8(offset); break; default: - WARN_ON(1); ret = -EINVAL; goto out; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/mgag200/mgag200_mode.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/mgag200/mgag200_mode.c @@ -1529,6 +1529,11 @@ return MODE_BANDWIDTH; } + if ((mode->hdisplay % 8) != 0 || (mode->hsync_start % 8) != 0 || + (mode->hsync_end % 8) != 0 || (mode->htotal % 8) != 0) { + return MODE_H_ILLEGAL; + } + if (mode->crtc_hdisplay > 2048 || mode->crtc_hsync_start > 4096 || mode->crtc_hsync_end > 4096 || mode->crtc_htotal > 4096 || mode->crtc_vdisplay > 2048 || mode->crtc_vsync_start > 4096 || --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/Makefile +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/Makefile @@ -125,7 +125,7 @@ nouveau-y += core/subdev/gpio/base.o nouveau-y += core/subdev/gpio/nv10.o nouveau-y += core/subdev/gpio/nv50.o -nouveau-y += core/subdev/gpio/nv92.o +nouveau-y += core/subdev/gpio/nv94.o nouveau-y += core/subdev/gpio/nvd0.o nouveau-y += core/subdev/gpio/nve0.o nouveau-y += core/subdev/i2c/base.o --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/engine/device/nv40.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/engine/device/nv40.c @@ -265,7 +265,7 @@ device->oclass[NVDEV_SUBDEV_CLOCK ] = &nv40_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nv40_therm_oclass; device->oclass[NVDEV_SUBDEV_DEVINIT] = nv1a_devinit_oclass; - device->oclass[NVDEV_SUBDEV_MC ] = nv44_mc_oclass; + device->oclass[NVDEV_SUBDEV_MC ] = nv4c_mc_oclass; device->oclass[NVDEV_SUBDEV_BUS ] = nv31_bus_oclass; device->oclass[NVDEV_SUBDEV_TIMER ] = &nv04_timer_oclass; device->oclass[NVDEV_SUBDEV_FB ] = nv46_fb_oclass; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/engine/device/nv50.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/engine/device/nv50.c @@ -141,7 +141,7 @@ case 0x92: device->cname = "G92"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv50_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv50_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = nv84_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nv84_therm_oclass; @@ -169,7 +169,7 @@ case 0x94: device->cname = "G94"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = nv84_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nv84_therm_oclass; @@ -197,7 +197,7 @@ case 0x96: device->cname = "G96"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = nv84_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nv84_therm_oclass; @@ -225,7 +225,7 @@ case 0x98: device->cname = "G98"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = nv84_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nv84_therm_oclass; @@ -253,7 +253,7 @@ case 0xa0: device->cname = "G200"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv50_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = nv84_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nv84_therm_oclass; @@ -281,7 +281,7 @@ case 0xaa: device->cname = "MCP77/MCP78"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = nvaa_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nv84_therm_oclass; @@ -309,7 +309,7 @@ case 0xac: device->cname = "MCP79/MCP7A"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = nvaa_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nv84_therm_oclass; @@ -337,7 +337,7 @@ case 0xa3: device->cname = "GT215"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = &nva3_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nva3_therm_oclass; @@ -367,7 +367,7 @@ case 0xa5: device->cname = "GT216"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = &nva3_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nva3_therm_oclass; @@ -396,7 +396,7 @@ case 0xa8: device->cname = "GT218"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = &nva3_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nva3_therm_oclass; @@ -425,7 +425,7 @@ case 0xaf: device->cname = "MCP89"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = &nva3_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nva3_therm_oclass; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/engine/device/nvc0.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/engine/device/nvc0.c @@ -60,7 +60,7 @@ case 0xc0: device->cname = "GF100"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = &nvc0_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nva3_therm_oclass; @@ -92,7 +92,7 @@ case 0xc4: device->cname = "GF104"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = &nvc0_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nva3_therm_oclass; @@ -124,7 +124,7 @@ case 0xc3: device->cname = "GF106"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = &nvc0_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nva3_therm_oclass; @@ -155,7 +155,7 @@ case 0xce: device->cname = "GF114"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = &nvc0_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nva3_therm_oclass; @@ -187,7 +187,7 @@ case 0xcf: device->cname = "GF116"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = &nvc0_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nva3_therm_oclass; @@ -212,14 +212,13 @@ device->oclass[NVDEV_ENGINE_BSP ] = &nvc0_bsp_oclass; device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass; device->oclass[NVDEV_ENGINE_COPY0 ] = &nvc0_copy0_oclass; - device->oclass[NVDEV_ENGINE_COPY1 ] = &nvc0_copy1_oclass; device->oclass[NVDEV_ENGINE_DISP ] = nva3_disp_oclass; device->oclass[NVDEV_ENGINE_PERFMON] = &nvc0_perfmon_oclass; break; case 0xc1: device->cname = "GF108"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = &nvc0_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nva3_therm_oclass; @@ -250,7 +249,7 @@ case 0xc8: device->cname = "GF110"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; - device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass; + device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass; device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass; device->oclass[NVDEV_SUBDEV_CLOCK ] = &nvc0_clock_oclass; device->oclass[NVDEV_SUBDEV_THERM ] = &nva3_therm_oclass; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/engine/disp/nv50.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/engine/disp/nv50.c @@ -1570,9 +1570,10 @@ const int or = ffs(outp->or) - 1; const u32 loff = (or * 0x800) + (link * 0x80); const u16 mask = (outp->sorconf.link << 6) | outp->or; + struct dcb_output match; u8 ver, hdr; - if (dcb_outp_match(bios, DCB_OUTPUT_DP, mask, &ver, &hdr, outp)) + if (dcb_outp_match(bios, DCB_OUTPUT_DP, mask, &ver, &hdr, &match)) nv_mask(priv, 0x61c10c + loff, 0x00000001, 0x00000000); } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/include/subdev/gpio.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/include/subdev/gpio.h @@ -34,7 +34,7 @@ extern struct nouveau_oclass *nv10_gpio_oclass; extern struct nouveau_oclass *nv50_gpio_oclass; -extern struct nouveau_oclass *nv92_gpio_oclass; +extern struct nouveau_oclass *nv94_gpio_oclass; extern struct nouveau_oclass *nvd0_gpio_oclass; extern struct nouveau_oclass *nve0_gpio_oclass; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/subdev/bar/base.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/subdev/bar/base.c @@ -99,8 +99,13 @@ struct nouveau_mem *mem, struct nouveau_object **pobject) { struct nouveau_object *engine = nv_object(bar); - return nouveau_object_ctor(parent, engine, &nouveau_barobj_oclass, - mem, 0, pobject); + int ret = -ENOMEM; + if (bar->iomem) { + ret = nouveau_object_ctor(parent, engine, + &nouveau_barobj_oclass, + mem, 0, pobject); + } + return ret; } int @@ -118,9 +123,12 @@ if (ret) return ret; - if (nv_device_resource_len(device, 3) != 0) + if (nv_device_resource_len(device, 3) != 0) { bar->iomem = ioremap(nv_device_resource_start(device, 3), nv_device_resource_len(device, 3)); + if (!bar->iomem) + nv_warn(bar, "PRAMIN ioremap failed\n"); + } return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/subdev/bar/nvc0.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/subdev/bar/nvc0.c @@ -200,7 +200,6 @@ nv_mask(priv, 0x000200, 0x00000100, 0x00000000); nv_mask(priv, 0x000200, 0x00000100, 0x00000100); - nv_mask(priv, 0x100c80, 0x00000001, 0x00000000); nv_wr32(priv, 0x001704, 0x80000000 | priv->bar[1].mem->addr >> 12); if (priv->bar[0].mem) --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/subdev/bios/dcb.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/subdev/bios/dcb.c @@ -124,6 +124,7 @@ struct dcb_output *outp) { u16 dcb = dcb_outp(bios, idx, ver, len); + memset(outp, 0x00, sizeof(*outp)); if (dcb) { if (*ver >= 0x20) { u32 conn = nv_ro32(bios, dcb + 0x00); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/subdev/fb/nvc0.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/subdev/fb/nvc0.c @@ -60,6 +60,7 @@ if (priv->r100c10_page) nv_wr32(priv, 0x100c10, priv->r100c10 >> 8); + nv_mask(priv, 0x100c80, 0x00000001, 0x00000000); /* 128KiB lpg */ return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/subdev/fb/ramnvc0.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/subdev/fb/ramnvc0.c @@ -554,13 +554,13 @@ } else { /* otherwise, address lowest common amount from 0GiB */ ret = nouveau_mm_init(&pfb->vram, rsvd_head, - (bsize << 8) * parts, 1); + (bsize << 8) * parts - rsvd_head, 1); if (ret) return ret; /* and the rest starting from (8GiB + common_size) */ offset = (0x0200000000ULL >> 12) + (bsize << 8); - length = (ram->size >> 12) - (bsize << 8) - rsvd_tail; + length = (ram->size >> 12) - ((bsize * parts) << 8) - rsvd_tail; ret = nouveau_mm_init(&pfb->vram, offset, length, 0); if (ret) --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/subdev/gpio/nv94.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/subdev/gpio/nv94.c @@ -0,0 +1,74 @@ +/* + * Copyright 2012 Red Hat Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR + * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + * + * Authors: Ben Skeggs + */ + +#include "priv.h" + +void +nv94_gpio_intr_stat(struct nouveau_gpio *gpio, u32 *hi, u32 *lo) +{ + u32 intr0 = nv_rd32(gpio, 0x00e054); + u32 intr1 = nv_rd32(gpio, 0x00e074); + u32 stat0 = nv_rd32(gpio, 0x00e050) & intr0; + u32 stat1 = nv_rd32(gpio, 0x00e070) & intr1; + *lo = (stat1 & 0xffff0000) | (stat0 >> 16); + *hi = (stat1 << 16) | (stat0 & 0x0000ffff); + nv_wr32(gpio, 0x00e054, intr0); + nv_wr32(gpio, 0x00e074, intr1); +} + +void +nv94_gpio_intr_mask(struct nouveau_gpio *gpio, u32 type, u32 mask, u32 data) +{ + u32 inte0 = nv_rd32(gpio, 0x00e050); + u32 inte1 = nv_rd32(gpio, 0x00e070); + if (type & NVKM_GPIO_LO) + inte0 = (inte0 & ~(mask << 16)) | (data << 16); + if (type & NVKM_GPIO_HI) + inte0 = (inte0 & ~(mask & 0xffff)) | (data & 0xffff); + mask >>= 16; + data >>= 16; + if (type & NVKM_GPIO_LO) + inte1 = (inte1 & ~(mask << 16)) | (data << 16); + if (type & NVKM_GPIO_HI) + inte1 = (inte1 & ~mask) | data; + nv_wr32(gpio, 0x00e050, inte0); + nv_wr32(gpio, 0x00e070, inte1); +} + +struct nouveau_oclass * +nv94_gpio_oclass = &(struct nouveau_gpio_impl) { + .base.handle = NV_SUBDEV(GPIO, 0x94), + .base.ofuncs = &(struct nouveau_ofuncs) { + .ctor = _nouveau_gpio_ctor, + .dtor = _nouveau_gpio_dtor, + .init = _nouveau_gpio_init, + .fini = _nouveau_gpio_fini, + }, + .lines = 32, + .intr_stat = nv94_gpio_intr_stat, + .intr_mask = nv94_gpio_intr_mask, + .drive = nv50_gpio_drive, + .sense = nv50_gpio_sense, + .reset = nv50_gpio_reset, +}.base; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/subdev/gpio/nvd0.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/subdev/gpio/nvd0.c @@ -77,8 +77,8 @@ .fini = _nouveau_gpio_fini, }, .lines = 32, - .intr_stat = nv92_gpio_intr_stat, - .intr_mask = nv92_gpio_intr_mask, + .intr_stat = nv94_gpio_intr_stat, + .intr_mask = nv94_gpio_intr_mask, .drive = nvd0_gpio_drive, .sense = nvd0_gpio_sense, .reset = nvd0_gpio_reset, --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/subdev/gpio/priv.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/subdev/gpio/priv.h @@ -56,8 +56,8 @@ int nv50_gpio_drive(struct nouveau_gpio *, int, int, int); int nv50_gpio_sense(struct nouveau_gpio *, int); -void nv92_gpio_intr_stat(struct nouveau_gpio *, u32 *, u32 *); -void nv92_gpio_intr_mask(struct nouveau_gpio *, u32, u32, u32); +void nv94_gpio_intr_stat(struct nouveau_gpio *, u32 *, u32 *); +void nv94_gpio_intr_mask(struct nouveau_gpio *, u32, u32, u32); void nvd0_gpio_reset(struct nouveau_gpio *, u8); int nvd0_gpio_drive(struct nouveau_gpio *, int, int, int); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/subdev/ltcg/gf100.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/subdev/ltcg/gf100.c @@ -135,7 +135,7 @@ if (ret) { priv->num_tags = 0; } else { - u64 tag_base = (priv->tag_ram->offset << 12) + tag_margin; + u64 tag_base = ((u64)priv->tag_ram->offset << 12) + tag_margin; tag_base += tag_align - 1; ret = do_div(tag_base, tag_align); @@ -200,6 +200,7 @@ { struct nouveau_ltcg *ltcg = (struct nouveau_ltcg *)object; struct gf100_ltcg_priv *priv = (struct gf100_ltcg_priv *)ltcg; + u32 lpg128 = !(nv_rd32(priv, 0x100c80) & 0x00000001); int ret; ret = nouveau_ltcg_init(ltcg); @@ -211,6 +212,7 @@ if (nv_device(ltcg)->card_type >= NV_E0) nv_wr32(priv, 0x17e000, priv->ltc_nr); nv_wr32(priv, 0x17e8d4, priv->tag_base); + nv_mask(priv, 0x17e8c0, 0x00000002, lpg128 ? 0x00000002 : 0x00000000); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/subdev/ltcg/gm107.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/subdev/ltcg/gm107.c @@ -119,6 +119,7 @@ { struct nouveau_ltcg *ltcg = (struct nouveau_ltcg *)object; struct gf100_ltcg_priv *priv = (struct gf100_ltcg_priv *)ltcg; + u32 lpg128 = !(nv_rd32(priv, 0x100c80) & 0x00000001); int ret; ret = nouveau_ltcg_init(ltcg); @@ -127,6 +128,7 @@ nv_wr32(priv, 0x17e27c, priv->ltc_nr); nv_wr32(priv, 0x17e278, priv->tag_base); + nv_mask(priv, 0x17e264, 0x00000002, lpg128 ? 0x00000002 : 0x00000000); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/core/subdev/mc/nv4c.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/core/subdev/mc/nv4c.c @@ -24,13 +24,6 @@ #include "nv04.h" -static void -nv4c_mc_msi_rearm(struct nouveau_mc *pmc) -{ - struct nv04_mc_priv *priv = (void *)pmc; - nv_wr08(priv, 0x088050, 0xff); -} - struct nouveau_oclass * nv4c_mc_oclass = &(struct nouveau_mc_oclass) { .base.handle = NV_SUBDEV(MC, 0x4c), @@ -41,5 +34,4 @@ .fini = _nouveau_mc_fini, }, .intr = nv04_mc_intr, - .msi_rearm = nv4c_mc_msi_rearm, }.base; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/dispnv04/crtc.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/dispnv04/crtc.c @@ -915,9 +915,9 @@ struct drm_device *dev = drm->dev; if (state == ENTER_ATOMIC_MODE_SET) - nouveau_fbcon_save_disable_accel(dev); + nouveau_fbcon_accel_save_disable(dev); else - nouveau_fbcon_restore_accel(dev); + nouveau_fbcon_accel_restore(dev); return nv04_crtc_do_mode_set_base(crtc, fb, x, y, true); } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/nouveau_bios.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/nouveau_bios.c @@ -352,7 +352,7 @@ /* Apple cards don't have the fp table; the laptops use DDC */ /* The table is also missing on some x86 IGPs */ #ifndef __powerpc__ - NV_ERROR(drm, "Pointer to flat panel table invalid\n"); + NV_WARN(drm, "Pointer to flat panel table invalid\n"); #endif bios->digital_min_front_porch = 0x4b; return 0; @@ -936,7 +936,7 @@ tmdstableptr = ROM16(bios->data[bitentry->offset]); if (!tmdstableptr) { - NV_ERROR(drm, "Pointer to TMDS table invalid\n"); + NV_WARN(drm, "Pointer to TMDS table invalid\n"); return -EINVAL; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/nouveau_connector.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/nouveau_connector.c @@ -954,10 +954,13 @@ NV_DEBUG(drm, "%splugged %s\n", plugged ? "" : "un", name); + mutex_lock(&drm->dev->mode_config.mutex); if (plugged) drm_helper_connector_dpms(connector, DRM_MODE_DPMS_ON); else drm_helper_connector_dpms(connector, DRM_MODE_DPMS_OFF); + mutex_unlock(&drm->dev->mode_config.mutex); + drm_helper_hpd_irq_event(connector->dev); } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/nouveau_display.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/nouveau_display.c @@ -404,6 +404,11 @@ { struct nouveau_display *disp = nouveau_display(dev); struct drm_connector *connector; + int head; + + /* Make sure that drm and hw vblank irqs get properly disabled. */ + for (head = 0; head < dev->mode_config.num_crtc; head++) + drm_vblank_off(dev, head); /* disable hotplug interrupts */ list_for_each_entry(connector, &dev->mode_config.connector_list, head) { @@ -560,14 +565,12 @@ } int -nouveau_display_suspend(struct drm_device *dev) +nouveau_display_suspend(struct drm_device *dev, bool runtime) { - struct nouveau_drm *drm = nouveau_drm(dev); struct drm_crtc *crtc; nouveau_display_fini(dev); - NV_INFO(drm, "unpinning framebuffer(s)...\n"); list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { struct nouveau_framebuffer *nouveau_fb; @@ -589,12 +592,13 @@ } void -nouveau_display_repin(struct drm_device *dev) +nouveau_display_resume(struct drm_device *dev, bool runtime) { struct nouveau_drm *drm = nouveau_drm(dev); struct drm_crtc *crtc; - int ret; + int ret, head; + /* re-pin fb/cursors */ list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { struct nouveau_framebuffer *nouveau_fb; @@ -614,12 +618,7 @@ if (ret) NV_ERROR(drm, "Could not pin/map cursor.\n"); } -} -void -nouveau_display_resume(struct drm_device *dev) -{ - struct drm_crtc *crtc; nouveau_display_init(dev); /* Force CLUT to get re-loaded during modeset */ @@ -629,6 +628,17 @@ nv_crtc->lut.depth = 0; } + /* Make sure that drm and hw vblank irqs get resumed if needed. */ + for (head = 0; head < dev->mode_config.num_crtc; head++) + drm_vblank_on(dev, head); + + /* This should ensure we don't hit a locking problem when someone + * wakes us up via a connector. We should never go into suspend + * while the display is on anyways. + */ + if (runtime) + return; + drm_helper_resume_force_mode(dev); list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/nouveau_display.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/nouveau_display.h @@ -59,9 +59,8 @@ void nouveau_display_destroy(struct drm_device *dev); int nouveau_display_init(struct drm_device *dev); void nouveau_display_fini(struct drm_device *dev); -int nouveau_display_suspend(struct drm_device *dev); -void nouveau_display_repin(struct drm_device *dev); -void nouveau_display_resume(struct drm_device *dev); +int nouveau_display_suspend(struct drm_device *dev, bool runtime); +void nouveau_display_resume(struct drm_device *dev, bool runtime); int nouveau_display_vblank_enable(struct drm_device *, int); void nouveau_display_vblank_disable(struct drm_device *, int); int nouveau_display_scanoutpos(struct drm_device *, int, unsigned int, --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/nouveau_drm.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/nouveau_drm.c @@ -516,9 +516,11 @@ struct nouveau_cli *cli; int ret; - if (dev->mode_config.num_crtc && !runtime) { + if (dev->mode_config.num_crtc) { + NV_INFO(drm, "suspending console...\n"); + nouveau_fbcon_set_suspend(dev, 1); NV_INFO(drm, "suspending display...\n"); - ret = nouveau_display_suspend(dev); + ret = nouveau_display_suspend(dev, runtime); if (ret) return ret; } @@ -572,7 +574,7 @@ fail_display: if (dev->mode_config.num_crtc) { NV_INFO(drm, "resuming display...\n"); - nouveau_display_resume(dev); + nouveau_display_resume(dev, runtime); } return ret; } @@ -587,9 +589,6 @@ drm_dev->switch_power_state == DRM_SWITCH_POWER_DYNAMIC_OFF) return 0; - if (drm_dev->mode_config.num_crtc) - nouveau_fbcon_set_suspend(drm_dev, 1); - ret = nouveau_do_suspend(drm_dev, false); if (ret) return ret; @@ -601,7 +600,7 @@ } static int -nouveau_do_resume(struct drm_device *dev) +nouveau_do_resume(struct drm_device *dev, bool runtime) { struct nouveau_drm *drm = nouveau_drm(dev); struct nouveau_cli *cli; @@ -626,7 +625,9 @@ if (dev->mode_config.num_crtc) { NV_INFO(drm, "resuming display...\n"); - nouveau_display_repin(dev); + nouveau_display_resume(dev, runtime); + NV_INFO(drm, "resuming console...\n"); + nouveau_fbcon_set_suspend(dev, 0); } return 0; @@ -649,47 +650,21 @@ return ret; pci_set_master(pdev); - ret = nouveau_do_resume(drm_dev); - if (ret) - return ret; - - if (drm_dev->mode_config.num_crtc) { - nouveau_display_resume(drm_dev); - nouveau_fbcon_set_suspend(drm_dev, 0); - } - - return 0; + return nouveau_do_resume(drm_dev, false); } static int nouveau_pmops_freeze(struct device *dev) { struct pci_dev *pdev = to_pci_dev(dev); struct drm_device *drm_dev = pci_get_drvdata(pdev); - int ret; - - if (drm_dev->mode_config.num_crtc) - nouveau_fbcon_set_suspend(drm_dev, 1); - - ret = nouveau_do_suspend(drm_dev, false); - return ret; + return nouveau_do_suspend(drm_dev, false); } static int nouveau_pmops_thaw(struct device *dev) { struct pci_dev *pdev = to_pci_dev(dev); struct drm_device *drm_dev = pci_get_drvdata(pdev); - int ret; - - ret = nouveau_do_resume(drm_dev); - if (ret) - return ret; - - if (drm_dev->mode_config.num_crtc) { - nouveau_display_resume(drm_dev); - nouveau_fbcon_set_suspend(drm_dev, 0); - } - - return 0; + return nouveau_do_resume(drm_dev, false); } @@ -911,6 +886,7 @@ ret = nouveau_do_suspend(drm_dev, true); pci_save_state(pdev); pci_disable_device(pdev); + pci_ignore_hotplug(pdev); pci_set_power_state(pdev, PCI_D3cold); drm_dev->switch_power_state = DRM_SWITCH_POWER_DYNAMIC_OFF; return ret; @@ -933,7 +909,7 @@ return ret; pci_set_master(pdev); - ret = nouveau_do_resume(drm_dev); + ret = nouveau_do_resume(drm_dev, true); drm_kms_helper_poll_enable(drm_dev); /* do magic */ nv_mask(device, 0x88488, (1 << 25), (1 << 25)); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/nouveau_drm.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/nouveau_drm.h @@ -10,7 +10,7 @@ #define DRIVER_MAJOR 1 #define DRIVER_MINOR 1 -#define DRIVER_PATCHLEVEL 1 +#define DRIVER_PATCHLEVEL 2 /* * 1.1.1: @@ -21,6 +21,8 @@ * to control registers on the MPs to enable performance counters, * and to control the warp error enable mask (OpenGL requires out of * bounds access to local memory to be silently ignored / return 0). + * 1.1.2: + * - fixes multiple bugs in flip completion events and timestamping */ #include --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/nouveau_fbcon.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/nouveau_fbcon.c @@ -183,8 +183,30 @@ return 0; } +static int +nouveau_fbcon_open(struct fb_info *info, int user) +{ + struct nouveau_fbdev *fbcon = info->par; + struct nouveau_drm *drm = nouveau_drm(fbcon->dev); + int ret = pm_runtime_get_sync(drm->dev->dev); + if (ret < 0 && ret != -EACCES) + return ret; + return 0; +} + +static int +nouveau_fbcon_release(struct fb_info *info, int user) +{ + struct nouveau_fbdev *fbcon = info->par; + struct nouveau_drm *drm = nouveau_drm(fbcon->dev); + pm_runtime_put(drm->dev->dev); + return 0; +} + static struct fb_ops nouveau_fbcon_ops = { .owner = THIS_MODULE, + .fb_open = nouveau_fbcon_open, + .fb_release = nouveau_fbcon_release, .fb_check_var = drm_fb_helper_check_var, .fb_set_par = drm_fb_helper_set_par, .fb_fillrect = nouveau_fbcon_fillrect, @@ -200,6 +222,8 @@ static struct fb_ops nouveau_fbcon_sw_ops = { .owner = THIS_MODULE, + .fb_open = nouveau_fbcon_open, + .fb_release = nouveau_fbcon_release, .fb_check_var = drm_fb_helper_check_var, .fb_set_par = drm_fb_helper_set_par, .fb_fillrect = cfb_fillrect, @@ -212,6 +236,58 @@ .fb_debug_leave = drm_fb_helper_debug_leave, }; +void +nouveau_fbcon_accel_save_disable(struct drm_device *dev) +{ + struct nouveau_drm *drm = nouveau_drm(dev); + if (drm->fbcon) { + drm->fbcon->saved_flags = drm->fbcon->helper.fbdev->flags; + drm->fbcon->helper.fbdev->flags |= FBINFO_HWACCEL_DISABLED; + } +} + +void +nouveau_fbcon_accel_restore(struct drm_device *dev) +{ + struct nouveau_drm *drm = nouveau_drm(dev); + if (drm->fbcon) { + drm->fbcon->helper.fbdev->flags = drm->fbcon->saved_flags; + } +} + +void +nouveau_fbcon_accel_fini(struct drm_device *dev) +{ + struct nouveau_drm *drm = nouveau_drm(dev); + struct nouveau_fbdev *fbcon = drm->fbcon; + if (fbcon && drm->channel) { + console_lock(); + fbcon->helper.fbdev->flags |= FBINFO_HWACCEL_DISABLED; + console_unlock(); + nouveau_channel_idle(drm->channel); + } +} + +void +nouveau_fbcon_accel_init(struct drm_device *dev) +{ + struct nouveau_drm *drm = nouveau_drm(dev); + struct nouveau_fbdev *fbcon = drm->fbcon; + struct fb_info *info = fbcon->helper.fbdev; + int ret; + + if (nv_device(drm->device)->card_type < NV_50) + ret = nv04_fbcon_accel_init(info); + else + if (nv_device(drm->device)->card_type < NV_C0) + ret = nv50_fbcon_accel_init(info); + else + ret = nvc0_fbcon_accel_init(info); + + if (ret == 0) + info->fbops = &nouveau_fbcon_ops; +} + static void nouveau_fbcon_gamma_set(struct drm_crtc *crtc, u16 red, u16 green, u16 blue, int regno) { @@ -357,20 +433,8 @@ mutex_unlock(&dev->struct_mutex); - if (chan) { - ret = -ENODEV; - if (device->card_type < NV_50) - ret = nv04_fbcon_accel_init(info); - else - if (device->card_type < NV_C0) - ret = nv50_fbcon_accel_init(info); - else - ret = nvc0_fbcon_accel_init(info); - - if (ret == 0) - info->fbops = &nouveau_fbcon_ops; - } - + if (chan) + nouveau_fbcon_accel_init(dev); nouveau_fbcon_zfill(dev, fbcon); /* To allow resizeing without swapping buffers */ @@ -444,6 +508,16 @@ .fb_probe = nouveau_fbcon_create, }; +static void +nouveau_fbcon_set_suspend_work(struct work_struct *work) +{ + struct nouveau_fbdev *fbcon = container_of(work, typeof(*fbcon), work); + console_lock(); + nouveau_fbcon_accel_restore(fbcon->dev); + nouveau_fbcon_zfill(fbcon->dev, fbcon); + fb_set_suspend(fbcon->helper.fbdev, FBINFO_STATE_RUNNING); + console_unlock(); +} int nouveau_fbcon_init(struct drm_device *dev) @@ -462,6 +536,7 @@ if (!fbcon) return -ENOMEM; + INIT_WORK(&fbcon->work, nouveau_fbcon_set_suspend_work); fbcon->dev = dev; drm->fbcon = fbcon; fbcon->helper.funcs = &nouveau_fbcon_helper_funcs; @@ -498,43 +573,25 @@ if (!drm->fbcon) return; + nouveau_fbcon_accel_fini(dev); nouveau_fbcon_destroy(dev, drm->fbcon); kfree(drm->fbcon); drm->fbcon = NULL; } void -nouveau_fbcon_save_disable_accel(struct drm_device *dev) -{ - struct nouveau_drm *drm = nouveau_drm(dev); - if (drm->fbcon) { - drm->fbcon->saved_flags = drm->fbcon->helper.fbdev->flags; - drm->fbcon->helper.fbdev->flags |= FBINFO_HWACCEL_DISABLED; - } -} - -void -nouveau_fbcon_restore_accel(struct drm_device *dev) -{ - struct nouveau_drm *drm = nouveau_drm(dev); - if (drm->fbcon) { - drm->fbcon->helper.fbdev->flags = drm->fbcon->saved_flags; - } -} - -void nouveau_fbcon_set_suspend(struct drm_device *dev, int state) { struct nouveau_drm *drm = nouveau_drm(dev); if (drm->fbcon) { + if (state == FBINFO_STATE_RUNNING) { + schedule_work(&drm->fbcon->work); + return; + } + flush_work(&drm->fbcon->work); console_lock(); - if (state == 1) - nouveau_fbcon_save_disable_accel(dev); fb_set_suspend(drm->fbcon->helper.fbdev, state); - if (state == 0) { - nouveau_fbcon_restore_accel(dev); - nouveau_fbcon_zfill(dev, drm->fbcon); - } + nouveau_fbcon_accel_save_disable(dev); console_unlock(); } } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/nouveau_fbcon.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/nouveau_fbcon.h @@ -36,6 +36,7 @@ struct nouveau_framebuffer nouveau_fb; struct list_head fbdev_list; struct drm_device *dev; + struct work_struct work; unsigned int saved_flags; }; @@ -61,8 +62,8 @@ int nouveau_fbcon_init(struct drm_device *dev); void nouveau_fbcon_fini(struct drm_device *dev); void nouveau_fbcon_set_suspend(struct drm_device *dev, int state); -void nouveau_fbcon_save_disable_accel(struct drm_device *dev); -void nouveau_fbcon_restore_accel(struct drm_device *dev); +void nouveau_fbcon_accel_save_disable(struct drm_device *dev); +void nouveau_fbcon_accel_restore(struct drm_device *dev); void nouveau_fbcon_output_poll_changed(struct drm_device *dev); #endif /* __NV50_FBCON_H__ */ --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/nouveau_gem.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/nouveau_gem.c @@ -196,11 +196,12 @@ struct nouveau_bo *nvbo = nouveau_gem_object(gem); struct nouveau_vma *vma; - if (nvbo->bo.mem.mem_type == TTM_PL_TT) + if (is_power_of_2(nvbo->valid_domains)) + rep->domain = nvbo->valid_domains; + else if (nvbo->bo.mem.mem_type == TTM_PL_TT) rep->domain = NOUVEAU_GEM_DOMAIN_GART; else rep->domain = NOUVEAU_GEM_DOMAIN_VRAM; - rep->offset = nvbo->bo.offset; if (cli->base.vm) { vma = nouveau_bo_vma_find(nvbo, cli->base.vm); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/nouveau_ttm.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/nouveau_ttm.c @@ -76,6 +76,7 @@ nouveau_vram_manager_new(struct ttm_mem_type_manager *man, struct ttm_buffer_object *bo, struct ttm_placement *placement, + uint32_t flags, struct ttm_mem_reg *mem) { struct nouveau_drm *drm = nouveau_bdev(man->bdev); @@ -162,6 +163,7 @@ nouveau_gart_manager_new(struct ttm_mem_type_manager *man, struct ttm_buffer_object *bo, struct ttm_placement *placement, + uint32_t flags, struct ttm_mem_reg *mem) { struct nouveau_drm *drm = nouveau_bdev(bo->bdev); @@ -242,6 +244,7 @@ nv04_gart_manager_new(struct ttm_mem_type_manager *man, struct ttm_buffer_object *bo, struct ttm_placement *placement, + uint32_t flags, struct ttm_mem_reg *mem) { struct nouveau_mem *node; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/nouveau/nouveau_vga.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/nouveau/nouveau_vga.c @@ -106,7 +106,16 @@ nouveau_vga_fini(struct nouveau_drm *drm) { struct drm_device *dev = drm->dev; + bool runtime = false; + + if (nouveau_runtime_pm == 1) + runtime = true; + if ((nouveau_runtime_pm == -1) && (nouveau_is_optimus() || nouveau_is_v1_dsm())) + runtime = true; + vga_switcheroo_unregister_client(dev->pdev); + if (runtime && nouveau_is_v1_dsm() && !nouveau_is_optimus()) + vga_switcheroo_fini_domain_pm_ops(drm->dev->dev); vga_client_register(dev->pdev, NULL, NULL, NULL); } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c @@ -199,7 +199,7 @@ static void dmm_txn_append(struct dmm_txn *txn, struct pat_area *area, struct page **pages, uint32_t npages, uint32_t roll) { - dma_addr_t pat_pa = 0; + dma_addr_t pat_pa = 0, data_pa = 0; uint32_t *data; struct pat *pat; struct refill_engine *engine = txn->engine_handle; @@ -223,7 +223,9 @@ .lut_id = engine->tcm->lut_id, }; - data = alloc_dma(txn, 4*i, &pat->data_pa); + data = alloc_dma(txn, 4*i, &data_pa); + /* FIXME: what if data_pa is more than 32-bit ? */ + pat->data_pa = data_pa; while (i--) { int n = i + roll; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/omapdrm/omap_gem.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/omapdrm/omap_gem.c @@ -791,7 +791,7 @@ omap_obj->paddr = tiler_ssptr(block); omap_obj->block = block; - DBG("got paddr: %08x", omap_obj->paddr); + DBG("got paddr: %pad", &omap_obj->paddr); } omap_obj->paddr_cnt++; @@ -985,9 +985,9 @@ off = drm_vma_node_start(&obj->vma_node); - seq_printf(m, "%08x: %2d (%2d) %08llx %08Zx (%2d) %p %4d", + seq_printf(m, "%08x: %2d (%2d) %08llx %pad (%2d) %p %4d", omap_obj->flags, obj->name, obj->refcount.refcount.counter, - off, omap_obj->paddr, omap_obj->paddr_cnt, + off, &omap_obj->paddr, omap_obj->paddr_cnt, omap_obj->vaddr, omap_obj->roll); if (omap_obj->flags & OMAP_BO_TILED) { @@ -1467,8 +1467,8 @@ entry->paddr = tiler_ssptr(block); entry->block = block; - DBG("%d:%d: %dx%d: paddr=%08x stride=%d", i, j, w, h, - entry->paddr, + DBG("%d:%d: %dx%d: paddr=%pad stride=%d", i, j, w, h, + &entry->paddr, usergart[i].stride_pfn << PAGE_SHIFT); } } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/omapdrm/omap_plane.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/omapdrm/omap_plane.c @@ -142,8 +142,8 @@ DBG("%dx%d -> %dx%d (%d)", info->width, info->height, info->out_width, info->out_height, info->screen_width); - DBG("%d,%d %08x %08x", info->pos_x, info->pos_y, - info->paddr, info->p_uv_addr); + DBG("%d,%d %pad %pad", info->pos_x, info->pos_y, + &info->paddr, &info->p_uv_addr); /* TODO: */ ilace = false; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/qxl/qxl_cmd.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/qxl/qxl_cmd.c @@ -505,6 +505,7 @@ cmd = (struct qxl_surface_cmd *)qxl_release_map(qdev, release); cmd->type = QXL_SURFACE_CMD_CREATE; + cmd->flags = QXL_SURF_FLAG_KEEP_DATA; cmd->u.surface_create.format = surf->surf.format; cmd->u.surface_create.width = surf->surf.width; cmd->u.surface_create.height = surf->surf.height; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/qxl/qxl_display.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/qxl/qxl_display.c @@ -136,9 +136,35 @@ *pwidth = head->width; *pheight = head->height; drm_mode_probed_add(connector, mode); + /* remember the last custom size for mode validation */ + qdev->monitors_config_width = mode->hdisplay; + qdev->monitors_config_height = mode->vdisplay; return 1; } +static struct mode_size { + int w; + int h; +} common_modes[] = { + { 640, 480}, + { 720, 480}, + { 800, 600}, + { 848, 480}, + {1024, 768}, + {1152, 768}, + {1280, 720}, + {1280, 800}, + {1280, 854}, + {1280, 960}, + {1280, 1024}, + {1440, 900}, + {1400, 1050}, + {1680, 1050}, + {1600, 1200}, + {1920, 1080}, + {1920, 1200} +}; + static int qxl_add_common_modes(struct drm_connector *connector, unsigned pwidth, unsigned pheight) @@ -146,29 +172,6 @@ struct drm_device *dev = connector->dev; struct drm_display_mode *mode = NULL; int i; - struct mode_size { - int w; - int h; - } common_modes[] = { - { 640, 480}, - { 720, 480}, - { 800, 600}, - { 848, 480}, - {1024, 768}, - {1152, 768}, - {1280, 720}, - {1280, 800}, - {1280, 854}, - {1280, 960}, - {1280, 1024}, - {1440, 900}, - {1400, 1050}, - {1680, 1050}, - {1600, 1200}, - {1920, 1080}, - {1920, 1200} - }; - for (i = 0; i < ARRAY_SIZE(common_modes); i++) { mode = drm_cvt_mode(dev, common_modes[i].w, common_modes[i].h, 60, false, false, false); @@ -523,7 +526,6 @@ struct qxl_framebuffer *qfb; struct qxl_bo *bo, *old_bo = NULL; struct qxl_crtc *qcrtc = to_qxl_crtc(crtc); - uint32_t width, height, base_offset; bool recreate_primary = false; int ret; int surf_id; @@ -550,12 +552,13 @@ adjusted_mode->hdisplay, adjusted_mode->vdisplay); - if (qcrtc->index == 0) + if (bo->is_primary == false) recreate_primary = true; - width = mode->hdisplay; - height = mode->vdisplay; - base_offset = 0; + if (bo->surf.stride * bo->surf.height > qdev->vram_size) { + DRM_ERROR("Mode doesn't fit in vram size (vgamem)"); + return -EINVAL; + } ret = qxl_bo_reserve(bo, false); if (ret != 0) @@ -569,10 +572,10 @@ if (recreate_primary) { qxl_io_destroy_primary(qdev); qxl_io_log(qdev, - "recreate primary: %dx%d (was %dx%d,%d,%d)\n", - width, height, bo->surf.width, - bo->surf.height, bo->surf.stride, bo->surf.format); - qxl_io_create_primary(qdev, base_offset, bo); + "recreate primary: %dx%d,%d,%d\n", + bo->surf.width, bo->surf.height, + bo->surf.stride, bo->surf.format); + qxl_io_create_primary(qdev, 0, bo); bo->is_primary = true; } @@ -757,11 +760,22 @@ static int qxl_conn_mode_valid(struct drm_connector *connector, struct drm_display_mode *mode) { + struct drm_device *ddev = connector->dev; + struct qxl_device *qdev = ddev->dev_private; + int i; + /* TODO: is this called for user defined modes? (xrandr --add-mode) * TODO: check that the mode fits in the framebuffer */ - DRM_DEBUG("%s: %dx%d status=%d\n", mode->name, mode->hdisplay, - mode->vdisplay, mode->status); - return MODE_OK; + + if(qdev->monitors_config_width == mode->hdisplay && + qdev->monitors_config_height == mode->vdisplay) + return MODE_OK; + + for (i = 0; i < ARRAY_SIZE(common_modes); i++) { + if (common_modes[i].w == mode->hdisplay && common_modes[i].h == mode->vdisplay) + return MODE_OK; + } + return MODE_BAD; } static struct drm_encoder *qxl_best_encoder(struct drm_connector *connector) @@ -806,13 +820,15 @@ drm_connector_to_qxl_output(connector); struct drm_device *ddev = connector->dev; struct qxl_device *qdev = ddev->dev_private; - int connected; + bool connected = false; /* The first monitor is always connected */ - connected = (output->index == 0) || - (qdev->client_monitors_config && - qdev->client_monitors_config->count > output->index && - qxl_head_enabled(&qdev->client_monitors_config->heads[output->index])); + if (!qdev->client_monitors_config) { + if (output->index == 0) + connected = true; + } else + connected = qdev->client_monitors_config->count > output->index && + qxl_head_enabled(&qdev->client_monitors_config->heads[output->index]); DRM_DEBUG("#%d connected: %d\n", output->index, connected); if (!connected) --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/qxl/qxl_drv.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/qxl/qxl_drv.h @@ -325,6 +325,8 @@ struct work_struct fb_work; struct drm_property *hotplug_mode_update_property; + int monitors_config_width; + int monitors_config_height; }; /* forward declaration for QXL_INFO_IO */ --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/qxl/qxl_ioctl.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/qxl/qxl_ioctl.c @@ -122,8 +122,10 @@ qobj = gem_to_qxl_bo(gobj); ret = qxl_release_list_add(release, qobj); - if (ret) + if (ret) { + drm_gem_object_unreference_unlocked(gobj); return NULL; + } return qobj; } @@ -166,7 +168,8 @@ cmd->command_size)) return -EFAULT; - reloc_info = kmalloc(sizeof(struct qxl_reloc_info) * cmd->relocs_num, GFP_KERNEL); + reloc_info = kmalloc_array(cmd->relocs_num, + sizeof(struct qxl_reloc_info), GFP_KERNEL); if (!reloc_info) return -ENOMEM; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/atom.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/atom.c @@ -1217,7 +1217,7 @@ return ret; } -int atom_execute_table(struct atom_context *ctx, int index, uint32_t * params) +int atom_execute_table_scratch_unlocked(struct atom_context *ctx, int index, uint32_t * params) { int r; @@ -1238,6 +1238,15 @@ return r; } +int atom_execute_table(struct atom_context *ctx, int index, uint32_t * params) +{ + int r; + mutex_lock(&ctx->scratch_mutex); + r = atom_execute_table_scratch_unlocked(ctx, index, params); + mutex_unlock(&ctx->scratch_mutex); + return r; +} + static int atom_iio_len[] = { 1, 2, 3, 3, 3, 3, 4, 4, 4, 3 }; static void atom_index_iio(struct atom_context *ctx, int base) --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/atom.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/atom.h @@ -125,6 +125,7 @@ struct atom_context { struct card_info *card; struct mutex mutex; + struct mutex scratch_mutex; void *bios; uint32_t cmd_table, data_table; uint16_t *iio; @@ -145,6 +146,7 @@ struct atom_context *atom_parse(struct card_info *, void *); int atom_execute_table(struct atom_context *, int, uint32_t *); +int atom_execute_table_scratch_unlocked(struct atom_context *, int, uint32_t *); int atom_asic_init(struct atom_context *); void atom_destroy(struct atom_context *); bool atom_parse_data_header(struct atom_context *ctx, int index, uint16_t *size, --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/atombios_crtc.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/atombios_crtc.c @@ -330,8 +330,10 @@ misc |= ATOM_COMPOSITESYNC; if (mode->flags & DRM_MODE_FLAG_INTERLACE) misc |= ATOM_INTERLACE; - if (mode->flags & DRM_MODE_FLAG_DBLSCAN) + if (mode->flags & DRM_MODE_FLAG_DBLCLK) misc |= ATOM_DOUBLE_CLOCK_MODE; + if (mode->flags & DRM_MODE_FLAG_DBLSCAN) + misc |= ATOM_H_REPLICATIONBY2 | ATOM_V_REPLICATIONBY2; args.susModeMiscInfo.usAccess = cpu_to_le16(misc); args.ucCRTC = radeon_crtc->crtc_id; @@ -374,8 +376,10 @@ misc |= ATOM_COMPOSITESYNC; if (mode->flags & DRM_MODE_FLAG_INTERLACE) misc |= ATOM_INTERLACE; - if (mode->flags & DRM_MODE_FLAG_DBLSCAN) + if (mode->flags & DRM_MODE_FLAG_DBLCLK) misc |= ATOM_DOUBLE_CLOCK_MODE; + if (mode->flags & DRM_MODE_FLAG_DBLSCAN) + misc |= ATOM_H_REPLICATIONBY2 | ATOM_V_REPLICATIONBY2; args.susModeMiscInfo.usAccess = cpu_to_le16(misc); args.ucCRTC = radeon_crtc->crtc_id; @@ -1405,6 +1409,9 @@ (x << 16) | y); viewport_w = crtc->mode.hdisplay; viewport_h = (crtc->mode.vdisplay + 1) & ~1; + if ((rdev->family >= CHIP_BONAIRE) && + (crtc->mode.flags & DRM_MODE_FLAG_INTERLACE)) + viewport_h *= 2; WREG32(EVERGREEN_VIEWPORT_SIZE + radeon_crtc->crtc_offset, (viewport_w << 16) | viewport_h); @@ -1851,10 +1858,9 @@ return pll; } /* otherwise, pick one of the plls */ - if ((rdev->family == CHIP_KAVERI) || - (rdev->family == CHIP_KABINI) || + if ((rdev->family == CHIP_KABINI) || (rdev->family == CHIP_MULLINS)) { - /* KB/KV/ML has PPLL1 and PPLL2 */ + /* KB/ML has PPLL1 and PPLL2 */ pll_in_use = radeon_get_pll_use_mask(crtc); if (!(pll_in_use & (1 << ATOM_PPLL2))) return ATOM_PPLL2; @@ -1863,7 +1869,7 @@ DRM_ERROR("unable to allocate a PPLL\n"); return ATOM_PPLL_INVALID; } else { - /* CI has PPLL0, PPLL1, and PPLL2 */ + /* CI/KV has PPLL0, PPLL1, and PPLL2 */ pll_in_use = radeon_get_pll_use_mask(crtc); if (!(pll_in_use & (1 << ATOM_PPLL2))) return ATOM_PPLL2; @@ -2154,6 +2160,7 @@ case ATOM_PPLL0: /* disable the ppll */ if ((rdev->family == CHIP_ARUBA) || + (rdev->family == CHIP_KAVERI) || (rdev->family == CHIP_BONAIRE) || (rdev->family == CHIP_HAWAII)) atombios_crtc_program_pll(crtc, radeon_crtc->crtc_id, radeon_crtc->pll_id, --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/atombios_dp.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/atombios_dp.c @@ -100,6 +100,7 @@ memset(&args, 0, sizeof(args)); mutex_lock(&chan->mutex); + mutex_lock(&rdev->mode_info.atom_context->scratch_mutex); base = (unsigned char *)(rdev->mode_info.atom_context->scratch + 1); @@ -113,7 +114,7 @@ if (ASIC_IS_DCE4(rdev)) args.v2.ucHPD_ID = chan->rec.hpd; - atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args); + atom_execute_table_scratch_unlocked(rdev->mode_info.atom_context, index, (uint32_t *)&args); *ack = args.v1.ucReplyStatus; @@ -147,6 +148,7 @@ r = recv_bytes; done: + mutex_unlock(&rdev->mode_info.atom_context->scratch_mutex); mutex_unlock(&chan->mutex); return r; @@ -169,8 +171,9 @@ return -E2BIG; tx_buf[0] = msg->address & 0xff; - tx_buf[1] = msg->address >> 8; - tx_buf[2] = msg->request << 4; + tx_buf[1] = (msg->address >> 8) & 0xff; + tx_buf[2] = (msg->request << 4) | + ((msg->address >> 16) & 0xf); tx_buf[3] = msg->size ? (msg->size - 1) : 0; switch (msg->request & ~DP_AUX_I2C_MOT) { @@ -493,6 +496,10 @@ struct radeon_connector_atom_dig *dig_connector; int dp_clock; + if ((mode->clock > 340000) && + (!radeon_connector_is_dp12_capable(connector))) + return MODE_CLOCK_HIGH; + if (!radeon_connector->con_priv) return MODE_CLOCK_HIGH; dig_connector = radeon_connector->con_priv; @@ -620,10 +627,8 @@ drm_dp_dpcd_writeb(dp_info->aux, DP_DOWNSPREAD_CTRL, 0); - if ((dp_info->connector->connector_type == DRM_MODE_CONNECTOR_eDP) && - (dig->panel_mode == DP_PANEL_MODE_INTERNAL_DP2_MODE)) { + if (dig->panel_mode == DP_PANEL_MODE_INTERNAL_DP2_MODE) drm_dp_dpcd_writeb(dp_info->aux, DP_EDP_CONFIGURATION_SET, 1); - } /* set the lane count on the sink */ tmp = dp_info->dp_lane_count; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/atombios_encoders.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/atombios_encoders.c @@ -236,6 +236,7 @@ backlight_update_status(bd); DRM_INFO("radeon atom DIG backlight initialized\n"); + rdev->mode_info.bl_encoder = radeon_encoder; return; @@ -1609,8 +1610,14 @@ } else atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args); if (radeon_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT)) { - args.ucAction = ATOM_LCD_BLON; - atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args); + if (rdev->mode_info.bl_encoder) { + struct radeon_encoder_atom_dig *dig = radeon_encoder->enc_priv; + + atombios_set_backlight_level(radeon_encoder, dig->backlight_level); + } else { + args.ucAction = ATOM_LCD_BLON; + atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args); + } } break; case DRM_MODE_DPMS_STANDBY: @@ -1690,9 +1697,13 @@ if (ASIC_IS_DCE4(rdev)) atombios_dig_encoder_setup(encoder, ATOM_ENCODER_CMD_DP_VIDEO_ON, 0); } - if (radeon_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT)) - atombios_dig_transmitter_setup(encoder, - ATOM_TRANSMITTER_ACTION_LCD_BLON, 0, 0); + if (radeon_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT)) { + if (rdev->mode_info.bl_encoder) + atombios_set_backlight_level(radeon_encoder, dig->backlight_level); + else + atombios_dig_transmitter_setup(encoder, + ATOM_TRANSMITTER_ACTION_LCD_BLON, 0, 0); + } if (ext_encoder) atombios_external_encoder_setup(encoder, ext_encoder, ATOM_ENABLE); break; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/atombios_i2c.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/atombios_i2c.c @@ -48,6 +48,7 @@ memset(&args, 0, sizeof(args)); mutex_lock(&chan->mutex); + mutex_lock(&rdev->mode_info.atom_context->scratch_mutex); base = (unsigned char *)rdev->mode_info.atom_context->scratch; @@ -82,7 +83,7 @@ args.ucSlaveAddr = slave_addr << 1; args.ucLineNumber = chan->rec.i2c_id; - atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args); + atom_execute_table_scratch_unlocked(rdev->mode_info.atom_context, index, (uint32_t *)&args); /* error */ if (args.ucStatus != HW_ASSISTED_I2C_STATUS_SUCCESS) { @@ -95,6 +96,7 @@ radeon_atom_copy_swap(buf, base, num, false); done: + mutex_unlock(&rdev->mode_info.atom_context->scratch_mutex); mutex_unlock(&chan->mutex); return r; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/ci_dpm.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/ci_dpm.c @@ -869,6 +869,9 @@ WREG32_SMC(CG_THERMAL_CTRL, tmp); #endif + rdev->pm.dpm.thermal.min_temp = low_temp; + rdev->pm.dpm.thermal.max_temp = high_temp; + return 0; } @@ -940,7 +943,18 @@ pi->vddc_leakage.count = 0; pi->vddci_leakage.count = 0; - if (radeon_atom_get_leakage_id_from_vbios(rdev, &leakage_id) == 0) { + if (rdev->pm.dpm.platform_caps & ATOM_PP_PLATFORM_CAP_EVV) { + for (i = 0; i < CISLANDS_MAX_LEAKAGE_COUNT; i++) { + virtual_voltage_id = ATOM_VIRTUAL_VOLTAGE_ID0 + i; + if (radeon_atom_get_voltage_evv(rdev, virtual_voltage_id, &vddc) != 0) + continue; + if (vddc != 0 && vddc != virtual_voltage_id) { + pi->vddc_leakage.actual_voltage[pi->vddc_leakage.count] = vddc; + pi->vddc_leakage.leakage_id[pi->vddc_leakage.count] = virtual_voltage_id; + pi->vddc_leakage.count++; + } + } + } else if (radeon_atom_get_leakage_id_from_vbios(rdev, &leakage_id) == 0) { for (i = 0; i < CISLANDS_MAX_LEAKAGE_COUNT; i++) { virtual_voltage_id = ATOM_VIRTUAL_VOLTAGE_ID0 + i; if (radeon_atom_get_leakage_vddc_based_on_leakage_params(rdev, &vddc, &vddci, @@ -4740,7 +4754,7 @@ ci_enable_spread_spectrum(rdev, false); ci_enable_auto_throttle_source(rdev, RADEON_DPM_AUTO_THROTTLE_SRC_THERMAL, false); ci_stop_dpm(rdev); - ci_enable_ds_master_switch(rdev, true); + ci_enable_ds_master_switch(rdev, false); ci_enable_ulv(rdev, false); ci_clear_vc(rdev); ci_reset_to_default(rdev); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/cik.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/cik.c @@ -3259,7 +3259,7 @@ u32 mc_shared_chmap, mc_arb_ramcfg; u32 hdp_host_path_cntl; u32 tmp; - int i, j, k; + int i, j; switch (rdev->family) { case CHIP_BONAIRE: @@ -3320,6 +3320,7 @@ (rdev->pdev->device == 0x130B) || (rdev->pdev->device == 0x130E) || (rdev->pdev->device == 0x1315) || + (rdev->pdev->device == 0x1318) || (rdev->pdev->device == 0x131B)) { rdev->config.cik.max_cu_per_sh = 4; rdev->config.cik.max_backends_per_se = 1; @@ -3448,12 +3449,11 @@ rdev->config.cik.max_sh_per_se, rdev->config.cik.max_backends_per_se); + rdev->config.cik.active_cus = 0; for (i = 0; i < rdev->config.cik.max_shader_engines; i++) { for (j = 0; j < rdev->config.cik.max_sh_per_se; j++) { - for (k = 0; k < rdev->config.cik.max_cu_per_sh; k++) { - rdev->config.cik.active_cus += - hweight32(cik_get_cu_active_bitmap(rdev, i, j)); - } + rdev->config.cik.active_cus += + hweight32(cik_get_cu_active_bitmap(rdev, i, j)); } } @@ -3656,7 +3656,21 @@ struct radeon_ring *ring = &rdev->ring[fence->ring]; u64 addr = rdev->fence_drv[fence->ring].gpu_addr; - /* EVENT_WRITE_EOP - flush caches, send int */ + /* Workaround for cache flush problems. First send a dummy EOP + * event down the pipe with seq one below. + */ + radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); + radeon_ring_write(ring, (EOP_TCL1_ACTION_EN | + EOP_TC_ACTION_EN | + EVENT_TYPE(CACHE_FLUSH_AND_INV_TS_EVENT) | + EVENT_INDEX(5))); + radeon_ring_write(ring, addr & 0xfffffffc); + radeon_ring_write(ring, (upper_32_bits(addr) & 0xffff) | + DATA_SEL(1) | INT_SEL(0)); + radeon_ring_write(ring, fence->seq - 1); + radeon_ring_write(ring, 0); + + /* Then send the real EOP event down the pipe. */ radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); radeon_ring_write(ring, (EOP_TCL1_ACTION_EN | EOP_TC_ACTION_EN | @@ -3840,11 +3854,7 @@ (ib->vm ? (ib->vm->id << 24) : 0); radeon_ring_write(ring, header); - radeon_ring_write(ring, -#ifdef __BIG_ENDIAN - (2 << 0) | -#endif - (ib->gpu_addr & 0xFFFFFFFC)); + radeon_ring_write(ring, (ib->gpu_addr & 0xFFFFFFFC)); radeon_ring_write(ring, upper_32_bits(ib->gpu_addr) & 0xFFFF); radeon_ring_write(ring, control); } @@ -4035,8 +4045,8 @@ /* init the CE partitions. CE only used for gfx on CIK */ radeon_ring_write(ring, PACKET3(PACKET3_SET_BASE, 2)); radeon_ring_write(ring, PACKET3_BASE_INDEX(CE_PARTITION_BASE)); - radeon_ring_write(ring, 0xc000); - radeon_ring_write(ring, 0xc000); + radeon_ring_write(ring, 0x8000); + radeon_ring_write(ring, 0x8000); /* setup clear context state */ radeon_ring_write(ring, PACKET3(PACKET3_PREAMBLE_CNTL, 0)); @@ -4231,6 +4241,31 @@ WDOORBELL32(ring->doorbell_index, ring->wptr); } +static void cik_compute_stop(struct radeon_device *rdev, + struct radeon_ring *ring) +{ + u32 j, tmp; + + cik_srbm_select(rdev, ring->me, ring->pipe, ring->queue, 0); + /* Disable wptr polling. */ + tmp = RREG32(CP_PQ_WPTR_POLL_CNTL); + tmp &= ~WPTR_POLL_EN; + WREG32(CP_PQ_WPTR_POLL_CNTL, tmp); + /* Disable HQD. */ + if (RREG32(CP_HQD_ACTIVE) & 1) { + WREG32(CP_HQD_DEQUEUE_REQUEST, 1); + for (j = 0; j < rdev->usec_timeout; j++) { + if (!(RREG32(CP_HQD_ACTIVE) & 1)) + break; + udelay(1); + } + WREG32(CP_HQD_DEQUEUE_REQUEST, 0); + WREG32(CP_HQD_PQ_RPTR, 0); + WREG32(CP_HQD_PQ_WPTR, 0); + } + cik_srbm_select(rdev, 0, 0, 0, 0); +} + /** * cik_cp_compute_enable - enable/disable the compute CP MEs * @@ -4244,6 +4279,15 @@ if (enable) WREG32(CP_MEC_CNTL, 0); else { + /* + * To make hibernation reliable we need to clear compute ring + * configuration before halting the compute ring. + */ + mutex_lock(&rdev->srbm_mutex); + cik_compute_stop(rdev,&rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX]); + cik_compute_stop(rdev,&rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX]); + mutex_unlock(&rdev->srbm_mutex); + WREG32(CP_MEC_CNTL, (MEC_ME1_HALT | MEC_ME2_HALT)); rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false; rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false; @@ -4489,7 +4533,7 @@ */ static int cik_cp_compute_resume(struct radeon_device *rdev) { - int r, i, idx; + int r, i, j, idx; u32 tmp; bool use_doorbell = true; u64 hqd_gpu_addr; @@ -4608,7 +4652,7 @@ mqd->queue_state.cp_hqd_pq_wptr= 0; if (RREG32(CP_HQD_ACTIVE) & 1) { WREG32(CP_HQD_DEQUEUE_REQUEST, 1); - for (i = 0; i < rdev->usec_timeout; i++) { + for (j = 0; j < rdev->usec_timeout; j++) { if (!(RREG32(CP_HQD_ACTIVE) & 1)) break; udelay(1); @@ -5442,7 +5486,7 @@ */ /* set vm size, must be a multiple of 4 */ WREG32(VM_CONTEXT1_PAGE_TABLE_START_ADDR, 0); - WREG32(VM_CONTEXT1_PAGE_TABLE_END_ADDR, rdev->vm_manager.max_pfn); + WREG32(VM_CONTEXT1_PAGE_TABLE_END_ADDR, rdev->vm_manager.max_pfn - 1); for (i = 1; i < 16; i++) { if (i < 8) WREG32(VM_CONTEXT0_PAGE_TABLE_BASE_ADDR + (i << 2), @@ -5642,12 +5686,13 @@ void cik_vm_flush(struct radeon_device *rdev, int ridx, struct radeon_vm *vm) { struct radeon_ring *ring = &rdev->ring[ridx]; + int usepfp = (ridx == RADEON_RING_TYPE_GFX_INDEX); if (vm == NULL) return; radeon_ring_write(ring, PACKET3(PACKET3_WRITE_DATA, 3)); - radeon_ring_write(ring, (WRITE_DATA_ENGINE_SEL(0) | + radeon_ring_write(ring, (WRITE_DATA_ENGINE_SEL(usepfp) | WRITE_DATA_DST_SEL(0))); if (vm->id < 8) { radeon_ring_write(ring, @@ -5696,8 +5741,19 @@ radeon_ring_write(ring, 0); radeon_ring_write(ring, 1 << vm->id); + /* wait for the invalidate to complete */ + radeon_ring_write(ring, PACKET3(PACKET3_WAIT_REG_MEM, 5)); + radeon_ring_write(ring, (WAIT_REG_MEM_OPERATION(0) | /* wait */ + WAIT_REG_MEM_FUNCTION(0) | /* always */ + WAIT_REG_MEM_ENGINE(0))); /* me */ + radeon_ring_write(ring, VM_INVALIDATE_REQUEST >> 2); + radeon_ring_write(ring, 0); + radeon_ring_write(ring, 0); /* ref */ + radeon_ring_write(ring, 0); /* mask */ + radeon_ring_write(ring, 0x20); /* poll interval */ + /* compute doesn't have PFP */ - if (ridx == RADEON_RING_TYPE_GFX_INDEX) { + if (usepfp) { /* sync PFP to ME, otherwise we might get invalid PFP reads */ radeon_ring_write(ring, PACKET3(PACKET3_PFP_SYNC_ME, 0)); radeon_ring_write(ring, 0x0); @@ -5978,6 +6034,7 @@ } orig = data = RREG32(RLC_CGTT_MGCG_OVERRIDE); + data |= 0x00000001; data &= 0xfffffffd; if (orig != data) WREG32(RLC_CGTT_MGCG_OVERRIDE, data); @@ -6009,7 +6066,7 @@ } } else { orig = data = RREG32(RLC_CGTT_MGCG_OVERRIDE); - data |= 0x00000002; + data |= 0x00000003; if (orig != data) WREG32(RLC_CGTT_MGCG_OVERRIDE, data); @@ -6912,7 +6969,6 @@ u32 hpd1, hpd2, hpd3, hpd4, hpd5, hpd6; u32 grbm_int_cntl = 0; u32 dma_cntl, dma_cntl1; - u32 thermal_int; if (!rdev->irq.installed) { WARN(1, "Can't enable IRQ/MSI because no handler is installed\n"); @@ -6949,13 +7005,6 @@ cp_m2p2 = RREG32(CP_ME2_PIPE2_INT_CNTL) & ~TIME_STAMP_INT_ENABLE; cp_m2p3 = RREG32(CP_ME2_PIPE3_INT_CNTL) & ~TIME_STAMP_INT_ENABLE; - if (rdev->flags & RADEON_IS_IGP) - thermal_int = RREG32_SMC(CG_THERMAL_INT_CTRL) & - ~(THERM_INTH_MASK | THERM_INTL_MASK); - else - thermal_int = RREG32_SMC(CG_THERMAL_INT) & - ~(THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW); - /* enable CP interrupts on all rings */ if (atomic_read(&rdev->irq.ring_int[RADEON_RING_TYPE_GFX_INDEX])) { DRM_DEBUG("cik_irq_set: sw int gfx\n"); @@ -7113,14 +7162,6 @@ hpd6 |= DC_HPDx_INT_EN; } - if (rdev->irq.dpm_thermal) { - DRM_DEBUG("dpm thermal\n"); - if (rdev->flags & RADEON_IS_IGP) - thermal_int |= THERM_INTH_MASK | THERM_INTL_MASK; - else - thermal_int |= THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW; - } - WREG32(CP_INT_CNTL_RING0, cp_int_cntl); WREG32(SDMA0_CNTL + SDMA0_REGISTER_OFFSET, dma_cntl); @@ -7174,10 +7215,8 @@ WREG32(DC_HPD5_INT_CONTROL, hpd5); WREG32(DC_HPD6_INT_CONTROL, hpd6); - if (rdev->flags & RADEON_IS_IGP) - WREG32_SMC(CG_THERMAL_INT_CTRL, thermal_int); - else - WREG32_SMC(CG_THERMAL_INT, thermal_int); + /* posting read */ + RREG32(SRBM_STATUS); return 0; } @@ -7458,23 +7497,27 @@ case 1: /* D1 vblank/vline */ switch (src_data) { case 0: /* D1 vblank */ - if (rdev->irq.stat_regs.cik.disp_int & LB_D1_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[0]) { - drm_handle_vblank(rdev->ddev, 0); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[0])) - radeon_crtc_handle_vblank(rdev, 0); - rdev->irq.stat_regs.cik.disp_int &= ~LB_D1_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D1 vblank\n"); + if (!(rdev->irq.stat_regs.cik.disp_int & LB_D1_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[0]) { + drm_handle_vblank(rdev->ddev, 0); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); } + if (atomic_read(&rdev->irq.pflip[0])) + radeon_crtc_handle_vblank(rdev, 0); + rdev->irq.stat_regs.cik.disp_int &= ~LB_D1_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D1 vblank\n"); + break; case 1: /* D1 vline */ - if (rdev->irq.stat_regs.cik.disp_int & LB_D1_VLINE_INTERRUPT) { - rdev->irq.stat_regs.cik.disp_int &= ~LB_D1_VLINE_INTERRUPT; - DRM_DEBUG("IH: D1 vline\n"); - } + if (!(rdev->irq.stat_regs.cik.disp_int & LB_D1_VLINE_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.cik.disp_int &= ~LB_D1_VLINE_INTERRUPT; + DRM_DEBUG("IH: D1 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -7484,23 +7527,27 @@ case 2: /* D2 vblank/vline */ switch (src_data) { case 0: /* D2 vblank */ - if (rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[1]) { - drm_handle_vblank(rdev->ddev, 1); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[1])) - radeon_crtc_handle_vblank(rdev, 1); - rdev->irq.stat_regs.cik.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D2 vblank\n"); + if (!(rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[1]) { + drm_handle_vblank(rdev->ddev, 1); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); } + if (atomic_read(&rdev->irq.pflip[1])) + radeon_crtc_handle_vblank(rdev, 1); + rdev->irq.stat_regs.cik.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D2 vblank\n"); + break; case 1: /* D2 vline */ - if (rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VLINE_INTERRUPT) { - rdev->irq.stat_regs.cik.disp_int_cont &= ~LB_D2_VLINE_INTERRUPT; - DRM_DEBUG("IH: D2 vline\n"); - } + if (!(rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VLINE_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.cik.disp_int_cont &= ~LB_D2_VLINE_INTERRUPT; + DRM_DEBUG("IH: D2 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -7510,23 +7557,27 @@ case 3: /* D3 vblank/vline */ switch (src_data) { case 0: /* D3 vblank */ - if (rdev->irq.stat_regs.cik.disp_int_cont2 & LB_D3_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[2]) { - drm_handle_vblank(rdev->ddev, 2); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[2])) - radeon_crtc_handle_vblank(rdev, 2); - rdev->irq.stat_regs.cik.disp_int_cont2 &= ~LB_D3_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D3 vblank\n"); + if (!(rdev->irq.stat_regs.cik.disp_int_cont2 & LB_D3_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[2]) { + drm_handle_vblank(rdev->ddev, 2); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); } + if (atomic_read(&rdev->irq.pflip[2])) + radeon_crtc_handle_vblank(rdev, 2); + rdev->irq.stat_regs.cik.disp_int_cont2 &= ~LB_D3_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D3 vblank\n"); + break; case 1: /* D3 vline */ - if (rdev->irq.stat_regs.cik.disp_int_cont2 & LB_D3_VLINE_INTERRUPT) { - rdev->irq.stat_regs.cik.disp_int_cont2 &= ~LB_D3_VLINE_INTERRUPT; - DRM_DEBUG("IH: D3 vline\n"); - } + if (!(rdev->irq.stat_regs.cik.disp_int_cont2 & LB_D3_VLINE_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.cik.disp_int_cont2 &= ~LB_D3_VLINE_INTERRUPT; + DRM_DEBUG("IH: D3 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -7536,23 +7587,27 @@ case 4: /* D4 vblank/vline */ switch (src_data) { case 0: /* D4 vblank */ - if (rdev->irq.stat_regs.cik.disp_int_cont3 & LB_D4_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[3]) { - drm_handle_vblank(rdev->ddev, 3); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[3])) - radeon_crtc_handle_vblank(rdev, 3); - rdev->irq.stat_regs.cik.disp_int_cont3 &= ~LB_D4_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D4 vblank\n"); + if (!(rdev->irq.stat_regs.cik.disp_int_cont3 & LB_D4_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[3]) { + drm_handle_vblank(rdev->ddev, 3); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); } + if (atomic_read(&rdev->irq.pflip[3])) + radeon_crtc_handle_vblank(rdev, 3); + rdev->irq.stat_regs.cik.disp_int_cont3 &= ~LB_D4_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D4 vblank\n"); + break; case 1: /* D4 vline */ - if (rdev->irq.stat_regs.cik.disp_int_cont3 & LB_D4_VLINE_INTERRUPT) { - rdev->irq.stat_regs.cik.disp_int_cont3 &= ~LB_D4_VLINE_INTERRUPT; - DRM_DEBUG("IH: D4 vline\n"); - } + if (!(rdev->irq.stat_regs.cik.disp_int_cont3 & LB_D4_VLINE_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.cik.disp_int_cont3 &= ~LB_D4_VLINE_INTERRUPT; + DRM_DEBUG("IH: D4 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -7562,23 +7617,27 @@ case 5: /* D5 vblank/vline */ switch (src_data) { case 0: /* D5 vblank */ - if (rdev->irq.stat_regs.cik.disp_int_cont4 & LB_D5_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[4]) { - drm_handle_vblank(rdev->ddev, 4); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[4])) - radeon_crtc_handle_vblank(rdev, 4); - rdev->irq.stat_regs.cik.disp_int_cont4 &= ~LB_D5_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D5 vblank\n"); + if (!(rdev->irq.stat_regs.cik.disp_int_cont4 & LB_D5_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[4]) { + drm_handle_vblank(rdev->ddev, 4); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); } + if (atomic_read(&rdev->irq.pflip[4])) + radeon_crtc_handle_vblank(rdev, 4); + rdev->irq.stat_regs.cik.disp_int_cont4 &= ~LB_D5_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D5 vblank\n"); + break; case 1: /* D5 vline */ - if (rdev->irq.stat_regs.cik.disp_int_cont4 & LB_D5_VLINE_INTERRUPT) { - rdev->irq.stat_regs.cik.disp_int_cont4 &= ~LB_D5_VLINE_INTERRUPT; - DRM_DEBUG("IH: D5 vline\n"); - } + if (!(rdev->irq.stat_regs.cik.disp_int_cont4 & LB_D5_VLINE_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.cik.disp_int_cont4 &= ~LB_D5_VLINE_INTERRUPT; + DRM_DEBUG("IH: D5 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -7588,23 +7647,27 @@ case 6: /* D6 vblank/vline */ switch (src_data) { case 0: /* D6 vblank */ - if (rdev->irq.stat_regs.cik.disp_int_cont5 & LB_D6_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[5]) { - drm_handle_vblank(rdev->ddev, 5); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[5])) - radeon_crtc_handle_vblank(rdev, 5); - rdev->irq.stat_regs.cik.disp_int_cont5 &= ~LB_D6_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D6 vblank\n"); + if (!(rdev->irq.stat_regs.cik.disp_int_cont5 & LB_D6_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[5]) { + drm_handle_vblank(rdev->ddev, 5); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); } + if (atomic_read(&rdev->irq.pflip[5])) + radeon_crtc_handle_vblank(rdev, 5); + rdev->irq.stat_regs.cik.disp_int_cont5 &= ~LB_D6_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D6 vblank\n"); + break; case 1: /* D6 vline */ - if (rdev->irq.stat_regs.cik.disp_int_cont5 & LB_D6_VLINE_INTERRUPT) { - rdev->irq.stat_regs.cik.disp_int_cont5 &= ~LB_D6_VLINE_INTERRUPT; - DRM_DEBUG("IH: D6 vline\n"); - } + if (!(rdev->irq.stat_regs.cik.disp_int_cont5 & LB_D6_VLINE_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.cik.disp_int_cont5 &= ~LB_D6_VLINE_INTERRUPT; + DRM_DEBUG("IH: D6 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -7623,46 +7686,58 @@ case 42: /* HPD hotplug */ switch (src_data) { case 0: - if (rdev->irq.stat_regs.cik.disp_int & DC_HPD1_INTERRUPT) { - rdev->irq.stat_regs.cik.disp_int &= ~DC_HPD1_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD1\n"); - } + if (!(rdev->irq.stat_regs.cik.disp_int & DC_HPD1_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.cik.disp_int &= ~DC_HPD1_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD1\n"); + break; case 1: - if (rdev->irq.stat_regs.cik.disp_int_cont & DC_HPD2_INTERRUPT) { - rdev->irq.stat_regs.cik.disp_int_cont &= ~DC_HPD2_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD2\n"); - } + if (!(rdev->irq.stat_regs.cik.disp_int_cont & DC_HPD2_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.cik.disp_int_cont &= ~DC_HPD2_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD2\n"); + break; case 2: - if (rdev->irq.stat_regs.cik.disp_int_cont2 & DC_HPD3_INTERRUPT) { - rdev->irq.stat_regs.cik.disp_int_cont2 &= ~DC_HPD3_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD3\n"); - } + if (!(rdev->irq.stat_regs.cik.disp_int_cont2 & DC_HPD3_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.cik.disp_int_cont2 &= ~DC_HPD3_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD3\n"); + break; case 3: - if (rdev->irq.stat_regs.cik.disp_int_cont3 & DC_HPD4_INTERRUPT) { - rdev->irq.stat_regs.cik.disp_int_cont3 &= ~DC_HPD4_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD4\n"); - } + if (!(rdev->irq.stat_regs.cik.disp_int_cont3 & DC_HPD4_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.cik.disp_int_cont3 &= ~DC_HPD4_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD4\n"); + break; case 4: - if (rdev->irq.stat_regs.cik.disp_int_cont4 & DC_HPD5_INTERRUPT) { - rdev->irq.stat_regs.cik.disp_int_cont4 &= ~DC_HPD5_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD5\n"); - } + if (!(rdev->irq.stat_regs.cik.disp_int_cont4 & DC_HPD5_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.cik.disp_int_cont4 &= ~DC_HPD5_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD5\n"); + break; case 5: - if (rdev->irq.stat_regs.cik.disp_int_cont5 & DC_HPD6_INTERRUPT) { - rdev->irq.stat_regs.cik.disp_int_cont5 &= ~DC_HPD6_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD6\n"); - } + if (!(rdev->irq.stat_regs.cik.disp_int_cont5 & DC_HPD6_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.cik.disp_int_cont5 &= ~DC_HPD6_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD6\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -7900,6 +7975,7 @@ static int cik_startup(struct radeon_device *rdev) { struct radeon_ring *ring; + u32 nop; int r; /* enable pcie gen2/3 link */ @@ -8033,9 +8109,15 @@ } cik_irq_set(rdev); + if (rdev->family == CHIP_HAWAII) { + nop = RADEON_CP_PACKET2; + } else { + nop = PACKET3(PACKET3_NOP, 0x3FFF); + } + ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; r = radeon_ring_init(rdev, ring, ring->ring_size, RADEON_WB_CP_RPTR_OFFSET, - PACKET3(PACKET3_NOP, 0x3FFF)); + nop); if (r) return r; @@ -8043,7 +8125,7 @@ /* type-2 packets are deprecated on MEC, use type-3 instead */ ring = &rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX]; r = radeon_ring_init(rdev, ring, ring->ring_size, RADEON_WB_CP1_RPTR_OFFSET, - PACKET3(PACKET3_NOP, 0x3FFF)); + nop); if (r) return r; ring->me = 1; /* first MEC */ @@ -8054,7 +8136,7 @@ /* type-2 packets are deprecated on MEC, use type-3 instead */ ring = &rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX]; r = radeon_ring_init(rdev, ring, ring->ring_size, RADEON_WB_CP2_RPTR_OFFSET, - PACKET3(PACKET3_NOP, 0x3FFF)); + nop); if (r) return r; /* dGPU only have 1 MEC */ @@ -9052,6 +9134,9 @@ u32 num_heads = 0, lb_size; int i; + if (!rdev->mode_info.mode_config_initialized) + return; + radeon_update_display_priority(rdev); for (i = 0; i < rdev->num_crtc; i++) { --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/cik_sdma.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/cik_sdma.c @@ -266,6 +266,17 @@ } rdev->ring[R600_RING_TYPE_DMA_INDEX].ready = false; rdev->ring[CAYMAN_RING_TYPE_DMA1_INDEX].ready = false; + + /* FIXME use something else than big hammer but after few days can not + * seem to find good combination so reset SDMA blocks as it seems we + * do not shut them down properly. This fix hibernation and does not + * affect suspend to ram. + */ + WREG32(SRBM_SOFT_RESET, SOFT_RESET_SDMA | SOFT_RESET_SDMA1); + (void)RREG32(SRBM_SOFT_RESET); + udelay(50); + WREG32(SRBM_SOFT_RESET, 0); + (void)RREG32(SRBM_SOFT_RESET); } /** @@ -459,13 +470,6 @@ { int r; - /* Reset dma */ - WREG32(SRBM_SOFT_RESET, SOFT_RESET_SDMA | SOFT_RESET_SDMA1); - RREG32(SRBM_SOFT_RESET); - udelay(50); - WREG32(SRBM_SOFT_RESET, 0); - RREG32(SRBM_SOFT_RESET); - r = cik_sdma_load_microcode(rdev); if (r) return r; @@ -587,16 +591,19 @@ { unsigned i; int r; - void __iomem *ptr = (void *)rdev->vram_scratch.ptr; + unsigned index; u32 tmp; + u64 gpu_addr; - if (!ptr) { - DRM_ERROR("invalid vram scratch pointer\n"); - return -EINVAL; - } + if (ring->idx == R600_RING_TYPE_DMA_INDEX) + index = R600_WB_DMA_RING_TEST_OFFSET; + else + index = CAYMAN_WB_DMA1_RING_TEST_OFFSET; + + gpu_addr = rdev->wb.gpu_addr + index; tmp = 0xCAFEDEAD; - writel(tmp, ptr); + rdev->wb.wb[index/4] = cpu_to_le32(tmp); r = radeon_ring_lock(rdev, ring, 5); if (r) { @@ -604,14 +611,14 @@ return r; } radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_WRITE, SDMA_WRITE_SUB_OPCODE_LINEAR, 0)); - radeon_ring_write(ring, rdev->vram_scratch.gpu_addr & 0xfffffffc); - radeon_ring_write(ring, upper_32_bits(rdev->vram_scratch.gpu_addr)); + radeon_ring_write(ring, lower_32_bits(gpu_addr)); + radeon_ring_write(ring, upper_32_bits(gpu_addr)); radeon_ring_write(ring, 1); /* number of DWs to follow */ radeon_ring_write(ring, 0xDEADBEEF); radeon_ring_unlock_commit(rdev, ring); for (i = 0; i < rdev->usec_timeout; i++) { - tmp = readl(ptr); + tmp = le32_to_cpu(rdev->wb.wb[index/4]); if (tmp == 0xDEADBEEF) break; DRM_UDELAY(1); @@ -640,17 +647,20 @@ { struct radeon_ib ib; unsigned i; + unsigned index; int r; - void __iomem *ptr = (void *)rdev->vram_scratch.ptr; u32 tmp = 0; + u64 gpu_addr; - if (!ptr) { - DRM_ERROR("invalid vram scratch pointer\n"); - return -EINVAL; - } + if (ring->idx == R600_RING_TYPE_DMA_INDEX) + index = R600_WB_DMA_RING_TEST_OFFSET; + else + index = CAYMAN_WB_DMA1_RING_TEST_OFFSET; + + gpu_addr = rdev->wb.gpu_addr + index; tmp = 0xCAFEDEAD; - writel(tmp, ptr); + rdev->wb.wb[index/4] = cpu_to_le32(tmp); r = radeon_ib_get(rdev, ring->idx, &ib, NULL, 256); if (r) { @@ -659,8 +669,8 @@ } ib.ptr[0] = SDMA_PACKET(SDMA_OPCODE_WRITE, SDMA_WRITE_SUB_OPCODE_LINEAR, 0); - ib.ptr[1] = rdev->vram_scratch.gpu_addr & 0xfffffffc; - ib.ptr[2] = upper_32_bits(rdev->vram_scratch.gpu_addr); + ib.ptr[1] = lower_32_bits(gpu_addr); + ib.ptr[2] = upper_32_bits(gpu_addr); ib.ptr[3] = 1; ib.ptr[4] = 0xDEADBEEF; ib.length_dw = 5; @@ -677,7 +687,7 @@ return r; } for (i = 0; i < rdev->usec_timeout; i++) { - tmp = readl(ptr); + tmp = le32_to_cpu(rdev->wb.wb[index/4]); if (tmp == 0xDEADBEEF) break; DRM_UDELAY(1); @@ -822,6 +832,8 @@ void cik_dma_vm_flush(struct radeon_device *rdev, int ridx, struct radeon_vm *vm) { struct radeon_ring *ring = &rdev->ring[ridx]; + u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | + SDMA_POLL_REG_MEM_EXTRA_FUNC(0)); /* always */ if (vm == NULL) return; @@ -866,5 +878,12 @@ radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_SRBM_WRITE, 0, 0xf000)); radeon_ring_write(ring, VM_INVALIDATE_REQUEST >> 2); radeon_ring_write(ring, 1 << vm->id); + + radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); + radeon_ring_write(ring, VM_INVALIDATE_REQUEST >> 2); + radeon_ring_write(ring, 0); + radeon_ring_write(ring, 0); /* reference */ + radeon_ring_write(ring, 0); /* mask */ + radeon_ring_write(ring, (0xfff << 16) | 10); /* retry count, poll interval */ } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/dce3_1_afmt.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/dce3_1_afmt.c @@ -32,7 +32,7 @@ struct drm_connector *connector; struct radeon_connector *radeon_connector = NULL; u32 tmp; - u8 *sadb; + u8 *sadb = NULL; int sad_count; list_for_each_entry(connector, &encoder->dev->mode_config.connector_list, head) { @@ -49,8 +49,8 @@ sad_count = drm_edid_to_speaker_allocation(radeon_connector->edid, &sadb); if (sad_count < 0) { - DRM_ERROR("Couldn't read Speaker Allocation Data Block: %d\n", sad_count); - return; + DRM_DEBUG("Couldn't read Speaker Allocation Data Block: %d\n", sad_count); + sad_count = 0; } /* program the speaker allocation */ @@ -103,7 +103,7 @@ } sad_count = drm_edid_to_sad(radeon_connector->edid, &sads); - if (sad_count < 0) { + if (sad_count <= 0) { DRM_ERROR("Couldn't read SADs: %d\n", sad_count); return; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/dce6_afmt.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/dce6_afmt.c @@ -155,7 +155,7 @@ struct drm_connector *connector; struct radeon_connector *radeon_connector = NULL; u32 offset, tmp; - u8 *sadb; + u8 *sadb = NULL; int sad_count; if (!dig || !dig->afmt || !dig->afmt->pin) @@ -174,9 +174,9 @@ } sad_count = drm_edid_to_speaker_allocation(radeon_connector->edid, &sadb); - if (sad_count <= 0) { - DRM_ERROR("Couldn't read Speaker Allocation Data Block: %d\n", sad_count); - return; + if (sad_count < 0) { + DRM_DEBUG("Couldn't read Speaker Allocation Data Block: %d\n", sad_count); + sad_count = 0; } /* program the speaker allocation */ --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/evergreen.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/evergreen.c @@ -2346,6 +2346,9 @@ u32 num_heads = 0, lb_size; int i; + if (!rdev->mode_info.mode_config_initialized) + return; + radeon_update_display_priority(rdev); for (i = 0; i < rdev->num_crtc; i++) { @@ -2554,6 +2557,7 @@ WREG32(EVERGREEN_CRTC_UPDATE_LOCK + crtc_offsets[i], 1); tmp |= EVERGREEN_CRTC_BLANK_DATA_EN; WREG32(EVERGREEN_CRTC_BLANK_CONTROL + crtc_offsets[i], tmp); + WREG32(EVERGREEN_CRTC_UPDATE_LOCK + crtc_offsets[i], 0); } } else { tmp = RREG32(EVERGREEN_CRTC_CONTROL + crtc_offsets[i]); @@ -4585,6 +4589,9 @@ WREG32(AFMT_AUDIO_PACKET_CONTROL + EVERGREEN_CRTC4_REGISTER_OFFSET, afmt5); WREG32(AFMT_AUDIO_PACKET_CONTROL + EVERGREEN_CRTC5_REGISTER_OFFSET, afmt6); + /* posting read */ + RREG32(SRBM_STATUS); + return 0; } @@ -4783,7 +4790,7 @@ return IRQ_NONE; rptr = rdev->ih.rptr; - DRM_DEBUG("r600_irq_process start: rptr %d, wptr %d\n", rptr, wptr); + DRM_DEBUG("evergreen_irq_process start: rptr %d, wptr %d\n", rptr, wptr); /* Order reading of wptr vs. reading of IH ring data */ rmb(); @@ -4801,23 +4808,27 @@ case 1: /* D1 vblank/vline */ switch (src_data) { case 0: /* D1 vblank */ - if (rdev->irq.stat_regs.evergreen.disp_int & LB_D1_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[0]) { - drm_handle_vblank(rdev->ddev, 0); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[0])) - radeon_crtc_handle_vblank(rdev, 0); - rdev->irq.stat_regs.evergreen.disp_int &= ~LB_D1_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D1 vblank\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int & LB_D1_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: D1 vblank - IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[0]) { + drm_handle_vblank(rdev->ddev, 0); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); + } + if (atomic_read(&rdev->irq.pflip[0])) + radeon_crtc_handle_vblank(rdev, 0); + rdev->irq.stat_regs.evergreen.disp_int &= ~LB_D1_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D1 vblank\n"); + break; case 1: /* D1 vline */ - if (rdev->irq.stat_regs.evergreen.disp_int & LB_D1_VLINE_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int &= ~LB_D1_VLINE_INTERRUPT; - DRM_DEBUG("IH: D1 vline\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int & LB_D1_VLINE_INTERRUPT)) + DRM_DEBUG("IH: D1 vline - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int &= ~LB_D1_VLINE_INTERRUPT; + DRM_DEBUG("IH: D1 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -4827,23 +4838,27 @@ case 2: /* D2 vblank/vline */ switch (src_data) { case 0: /* D2 vblank */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[1]) { - drm_handle_vblank(rdev->ddev, 1); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[1])) - radeon_crtc_handle_vblank(rdev, 1); - rdev->irq.stat_regs.evergreen.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D2 vblank\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: D2 vblank - IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[1]) { + drm_handle_vblank(rdev->ddev, 1); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); + } + if (atomic_read(&rdev->irq.pflip[1])) + radeon_crtc_handle_vblank(rdev, 1); + rdev->irq.stat_regs.evergreen.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D2 vblank\n"); + break; case 1: /* D2 vline */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VLINE_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont &= ~LB_D2_VLINE_INTERRUPT; - DRM_DEBUG("IH: D2 vline\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VLINE_INTERRUPT)) + DRM_DEBUG("IH: D2 vline - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont &= ~LB_D2_VLINE_INTERRUPT; + DRM_DEBUG("IH: D2 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -4853,23 +4868,27 @@ case 3: /* D3 vblank/vline */ switch (src_data) { case 0: /* D3 vblank */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[2]) { - drm_handle_vblank(rdev->ddev, 2); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[2])) - radeon_crtc_handle_vblank(rdev, 2); - rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~LB_D3_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D3 vblank\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: D3 vblank - IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[2]) { + drm_handle_vblank(rdev->ddev, 2); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); + } + if (atomic_read(&rdev->irq.pflip[2])) + radeon_crtc_handle_vblank(rdev, 2); + rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~LB_D3_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D3 vblank\n"); + break; case 1: /* D3 vline */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VLINE_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~LB_D3_VLINE_INTERRUPT; - DRM_DEBUG("IH: D3 vline\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VLINE_INTERRUPT)) + DRM_DEBUG("IH: D3 vline - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~LB_D3_VLINE_INTERRUPT; + DRM_DEBUG("IH: D3 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -4879,23 +4898,27 @@ case 4: /* D4 vblank/vline */ switch (src_data) { case 0: /* D4 vblank */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont3 & LB_D4_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[3]) { - drm_handle_vblank(rdev->ddev, 3); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[3])) - radeon_crtc_handle_vblank(rdev, 3); - rdev->irq.stat_regs.evergreen.disp_int_cont3 &= ~LB_D4_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D4 vblank\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont3 & LB_D4_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: D4 vblank - IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[3]) { + drm_handle_vblank(rdev->ddev, 3); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); + } + if (atomic_read(&rdev->irq.pflip[3])) + radeon_crtc_handle_vblank(rdev, 3); + rdev->irq.stat_regs.evergreen.disp_int_cont3 &= ~LB_D4_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D4 vblank\n"); + break; case 1: /* D4 vline */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont3 & LB_D4_VLINE_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont3 &= ~LB_D4_VLINE_INTERRUPT; - DRM_DEBUG("IH: D4 vline\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont3 & LB_D4_VLINE_INTERRUPT)) + DRM_DEBUG("IH: D4 vline - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont3 &= ~LB_D4_VLINE_INTERRUPT; + DRM_DEBUG("IH: D4 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -4905,23 +4928,27 @@ case 5: /* D5 vblank/vline */ switch (src_data) { case 0: /* D5 vblank */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[4]) { - drm_handle_vblank(rdev->ddev, 4); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[4])) - radeon_crtc_handle_vblank(rdev, 4); - rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~LB_D5_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D5 vblank\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: D5 vblank - IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[4]) { + drm_handle_vblank(rdev->ddev, 4); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); + } + if (atomic_read(&rdev->irq.pflip[4])) + radeon_crtc_handle_vblank(rdev, 4); + rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~LB_D5_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D5 vblank\n"); + break; case 1: /* D5 vline */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VLINE_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~LB_D5_VLINE_INTERRUPT; - DRM_DEBUG("IH: D5 vline\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VLINE_INTERRUPT)) + DRM_DEBUG("IH: D5 vline - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~LB_D5_VLINE_INTERRUPT; + DRM_DEBUG("IH: D5 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -4931,23 +4958,27 @@ case 6: /* D6 vblank/vline */ switch (src_data) { case 0: /* D6 vblank */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont5 & LB_D6_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[5]) { - drm_handle_vblank(rdev->ddev, 5); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[5])) - radeon_crtc_handle_vblank(rdev, 5); - rdev->irq.stat_regs.evergreen.disp_int_cont5 &= ~LB_D6_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D6 vblank\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont5 & LB_D6_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: D6 vblank - IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[5]) { + drm_handle_vblank(rdev->ddev, 5); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); + } + if (atomic_read(&rdev->irq.pflip[5])) + radeon_crtc_handle_vblank(rdev, 5); + rdev->irq.stat_regs.evergreen.disp_int_cont5 &= ~LB_D6_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D6 vblank\n"); + break; case 1: /* D6 vline */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont5 & LB_D6_VLINE_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont5 &= ~LB_D6_VLINE_INTERRUPT; - DRM_DEBUG("IH: D6 vline\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont5 & LB_D6_VLINE_INTERRUPT)) + DRM_DEBUG("IH: D6 vline - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont5 &= ~LB_D6_VLINE_INTERRUPT; + DRM_DEBUG("IH: D6 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -4966,46 +4997,52 @@ case 42: /* HPD hotplug */ switch (src_data) { case 0: - if (rdev->irq.stat_regs.evergreen.disp_int & DC_HPD1_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int &= ~DC_HPD1_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD1\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int & DC_HPD1_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int &= ~DC_HPD1_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD1\n"); break; case 1: - if (rdev->irq.stat_regs.evergreen.disp_int_cont & DC_HPD2_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont &= ~DC_HPD2_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD2\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont & DC_HPD2_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont &= ~DC_HPD2_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD2\n"); break; case 2: - if (rdev->irq.stat_regs.evergreen.disp_int_cont2 & DC_HPD3_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~DC_HPD3_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD3\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont2 & DC_HPD3_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~DC_HPD3_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD3\n"); break; case 3: - if (rdev->irq.stat_regs.evergreen.disp_int_cont3 & DC_HPD4_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont3 &= ~DC_HPD4_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD4\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont3 & DC_HPD4_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont3 &= ~DC_HPD4_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD4\n"); break; case 4: - if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & DC_HPD5_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~DC_HPD5_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD5\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont4 & DC_HPD5_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~DC_HPD5_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD5\n"); break; case 5: - if (rdev->irq.stat_regs.evergreen.disp_int_cont5 & DC_HPD6_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont5 &= ~DC_HPD6_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD6\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont5 & DC_HPD6_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont5 &= ~DC_HPD6_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD6\n"); break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -5015,46 +5052,52 @@ case 44: /* hdmi */ switch (src_data) { case 0: - if (rdev->irq.stat_regs.evergreen.afmt_status1 & AFMT_AZ_FORMAT_WTRIG) { - rdev->irq.stat_regs.evergreen.afmt_status1 &= ~AFMT_AZ_FORMAT_WTRIG; - queue_hdmi = true; - DRM_DEBUG("IH: HDMI0\n"); - } + if (!(rdev->irq.stat_regs.evergreen.afmt_status1 & AFMT_AZ_FORMAT_WTRIG)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.afmt_status1 &= ~AFMT_AZ_FORMAT_WTRIG; + queue_hdmi = true; + DRM_DEBUG("IH: HDMI0\n"); break; case 1: - if (rdev->irq.stat_regs.evergreen.afmt_status2 & AFMT_AZ_FORMAT_WTRIG) { - rdev->irq.stat_regs.evergreen.afmt_status2 &= ~AFMT_AZ_FORMAT_WTRIG; - queue_hdmi = true; - DRM_DEBUG("IH: HDMI1\n"); - } + if (!(rdev->irq.stat_regs.evergreen.afmt_status2 & AFMT_AZ_FORMAT_WTRIG)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.afmt_status2 &= ~AFMT_AZ_FORMAT_WTRIG; + queue_hdmi = true; + DRM_DEBUG("IH: HDMI1\n"); break; case 2: - if (rdev->irq.stat_regs.evergreen.afmt_status3 & AFMT_AZ_FORMAT_WTRIG) { - rdev->irq.stat_regs.evergreen.afmt_status3 &= ~AFMT_AZ_FORMAT_WTRIG; - queue_hdmi = true; - DRM_DEBUG("IH: HDMI2\n"); - } + if (!(rdev->irq.stat_regs.evergreen.afmt_status3 & AFMT_AZ_FORMAT_WTRIG)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.afmt_status3 &= ~AFMT_AZ_FORMAT_WTRIG; + queue_hdmi = true; + DRM_DEBUG("IH: HDMI2\n"); break; case 3: - if (rdev->irq.stat_regs.evergreen.afmt_status4 & AFMT_AZ_FORMAT_WTRIG) { - rdev->irq.stat_regs.evergreen.afmt_status4 &= ~AFMT_AZ_FORMAT_WTRIG; - queue_hdmi = true; - DRM_DEBUG("IH: HDMI3\n"); - } + if (!(rdev->irq.stat_regs.evergreen.afmt_status4 & AFMT_AZ_FORMAT_WTRIG)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.afmt_status4 &= ~AFMT_AZ_FORMAT_WTRIG; + queue_hdmi = true; + DRM_DEBUG("IH: HDMI3\n"); break; case 4: - if (rdev->irq.stat_regs.evergreen.afmt_status5 & AFMT_AZ_FORMAT_WTRIG) { - rdev->irq.stat_regs.evergreen.afmt_status5 &= ~AFMT_AZ_FORMAT_WTRIG; - queue_hdmi = true; - DRM_DEBUG("IH: HDMI4\n"); - } + if (!(rdev->irq.stat_regs.evergreen.afmt_status5 & AFMT_AZ_FORMAT_WTRIG)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.afmt_status5 &= ~AFMT_AZ_FORMAT_WTRIG; + queue_hdmi = true; + DRM_DEBUG("IH: HDMI4\n"); break; case 5: - if (rdev->irq.stat_regs.evergreen.afmt_status6 & AFMT_AZ_FORMAT_WTRIG) { - rdev->irq.stat_regs.evergreen.afmt_status6 &= ~AFMT_AZ_FORMAT_WTRIG; - queue_hdmi = true; - DRM_DEBUG("IH: HDMI5\n"); - } + if (!(rdev->irq.stat_regs.evergreen.afmt_status6 & AFMT_AZ_FORMAT_WTRIG)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.afmt_status6 &= ~AFMT_AZ_FORMAT_WTRIG; + queue_hdmi = true; + DRM_DEBUG("IH: HDMI5\n"); break; default: DRM_ERROR("Unhandled interrupt: %d %d\n", src_id, src_data); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/evergreen_hdmi.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/evergreen_hdmi.c @@ -102,7 +102,7 @@ struct drm_connector *connector; struct radeon_connector *radeon_connector = NULL; u32 tmp; - u8 *sadb; + u8 *sadb = NULL; int sad_count; list_for_each_entry(connector, &encoder->dev->mode_config.connector_list, head) { @@ -118,9 +118,9 @@ } sad_count = drm_edid_to_speaker_allocation(radeon_connector->edid, &sadb); - if (sad_count <= 0) { - DRM_ERROR("Couldn't read Speaker Allocation Data Block: %d\n", sad_count); - return; + if (sad_count < 0) { + DRM_DEBUG("Couldn't read Speaker Allocation Data Block: %d\n", sad_count); + sad_count = 0; } /* program the speaker allocation */ --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/kv_dpm.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/kv_dpm.c @@ -33,6 +33,8 @@ #define KV_MINIMUM_ENGINE_CLOCK 800 #define SMC_RAM_END 0x40000 +static int kv_enable_nb_dpm(struct radeon_device *rdev, + bool enable); static void kv_init_graphics_levels(struct radeon_device *rdev); static int kv_calculate_ds_divider(struct radeon_device *rdev); static int kv_calculate_nbps_level_settings(struct radeon_device *rdev); @@ -1167,6 +1169,19 @@ } } +static void kv_enable_thermal_int(struct radeon_device *rdev, bool enable) +{ + u32 thermal_int; + + thermal_int = RREG32_SMC(CG_THERMAL_INT_CTRL); + if (enable) + thermal_int |= THERM_INTH_MASK | THERM_INTL_MASK; + else + thermal_int &= ~(THERM_INTH_MASK | THERM_INTL_MASK); + WREG32_SMC(CG_THERMAL_INT_CTRL, thermal_int); + +} + int kv_dpm_enable(struct radeon_device *rdev) { struct kv_power_info *pi = kv_get_pi(rdev); @@ -1278,8 +1293,7 @@ DRM_ERROR("kv_set_thermal_temperature_range failed\n"); return ret; } - rdev->irq.dpm_thermal = true; - radeon_irq_set(rdev); + kv_enable_thermal_int(rdev, true); } /* powerdown unused blocks for now */ @@ -1295,6 +1309,9 @@ { kv_smc_bapm_enable(rdev, false); + if (rdev->family == CHIP_MULLINS) + kv_enable_nb_dpm(rdev, false); + /* powerup blocks */ kv_dpm_powergate_acp(rdev, false); kv_dpm_powergate_samu(rdev, false); @@ -1307,6 +1324,7 @@ kv_stop_dpm(rdev); kv_enable_ulv(rdev, false); kv_reset_am(rdev); + kv_enable_thermal_int(rdev, false); kv_update_current_ps(rdev, rdev->pm.dpm.boot_ps); } @@ -1438,14 +1456,14 @@ return kv_enable_uvd_dpm(rdev, !gate); } -static u8 kv_get_vce_boot_level(struct radeon_device *rdev) +static u8 kv_get_vce_boot_level(struct radeon_device *rdev, u32 evclk) { u8 i; struct radeon_vce_clock_voltage_dependency_table *table = &rdev->pm.dpm.dyn_state.vce_clock_voltage_dependency_table; for (i = 0; i < table->count; i++) { - if (table->entries[i].evclk >= 0) /* XXX */ + if (table->entries[i].evclk >= evclk) break; } @@ -1468,7 +1486,7 @@ if (pi->caps_stable_p_state) pi->vce_boot_level = table->count - 1; else - pi->vce_boot_level = kv_get_vce_boot_level(rdev); + pi->vce_boot_level = kv_get_vce_boot_level(rdev, radeon_new_state->evclk); ret = kv_copy_bytes_to_smc(rdev, pi->dpm_table_start + @@ -1769,15 +1787,24 @@ return ret; } -static int kv_enable_nb_dpm(struct radeon_device *rdev) +static int kv_enable_nb_dpm(struct radeon_device *rdev, + bool enable) { struct kv_power_info *pi = kv_get_pi(rdev); int ret = 0; - if (pi->enable_nb_dpm && !pi->nb_dpm_enabled) { - ret = kv_notify_message_to_smu(rdev, PPSMC_MSG_NBDPM_Enable); - if (ret == 0) - pi->nb_dpm_enabled = true; + if (enable) { + if (pi->enable_nb_dpm && !pi->nb_dpm_enabled) { + ret = kv_notify_message_to_smu(rdev, PPSMC_MSG_NBDPM_Enable); + if (ret == 0) + pi->nb_dpm_enabled = true; + } + } else { + if (pi->enable_nb_dpm && pi->nb_dpm_enabled) { + ret = kv_notify_message_to_smu(rdev, PPSMC_MSG_NBDPM_Disable); + if (ret == 0) + pi->nb_dpm_enabled = false; + } } return ret; @@ -1864,7 +1891,7 @@ } kv_update_sclk_t(rdev); if (rdev->family == CHIP_MULLINS) - kv_enable_nb_dpm(rdev); + kv_enable_nb_dpm(rdev, true); } } else { if (pi->enable_dpm) { @@ -1889,7 +1916,7 @@ } kv_update_acp_boot_level(rdev); kv_update_sclk_t(rdev); - kv_enable_nb_dpm(rdev); + kv_enable_nb_dpm(rdev, true); } } @@ -2711,7 +2738,11 @@ pi->sram_end = SMC_RAM_END; - pi->enable_nb_dpm = true; + /* Enabling nb dpm on an asrock system prevents dpm from working */ + if (rdev->pdev->subsystem_vendor == 0x1849) + pi->enable_nb_dpm = false; + else + pi->enable_nb_dpm = true; pi->caps_power_containment = true; pi->caps_cac = true; @@ -2726,7 +2757,17 @@ pi->caps_sclk_ds = true; pi->enable_auto_thermal_throttling = true; pi->disable_nb_ps3_in_battery = false; - pi->bapm_enable = true; + if (radeon_bapm == -1) { + /* only enable bapm on KB, ML by default */ + if (rdev->family == CHIP_KABINI || rdev->family == CHIP_MULLINS) + pi->bapm_enable = true; + else + pi->bapm_enable = false; + } else if (radeon_bapm == 0) { + pi->bapm_enable = false; + } else { + pi->bapm_enable = true; + } pi->voltage_drop_t = 0; pi->caps_sclk_throttle_low_notification = false; pi->caps_fps = false; /* true? */ --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/ni.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/ni.c @@ -1085,12 +1085,12 @@ if ((rdev->config.cayman.max_backends_per_se == 1) && (rdev->flags & RADEON_IS_IGP)) { - if ((disabled_rb_mask & 3) == 1) { - /* RB0 disabled, RB1 enabled */ - tmp = 0x11111111; - } else { + if ((disabled_rb_mask & 3) == 2) { /* RB1 disabled, RB0 enabled */ tmp = 0x00000000; + } else { + /* RB0 disabled, RB1 enabled */ + tmp = 0x11111111; } } else { tmp = gb_addr_config & NUM_PIPES_MASK; @@ -1270,7 +1270,8 @@ */ for (i = 1; i < 8; i++) { WREG32(VM_CONTEXT0_PAGE_TABLE_START_ADDR + (i << 2), 0); - WREG32(VM_CONTEXT0_PAGE_TABLE_END_ADDR + (i << 2), rdev->vm_manager.max_pfn); + WREG32(VM_CONTEXT0_PAGE_TABLE_END_ADDR + (i << 2), + rdev->vm_manager.max_pfn - 1); WREG32(VM_CONTEXT0_PAGE_TABLE_BASE_ADDR + (i << 2), rdev->gart.table_addr >> 12); } @@ -2514,6 +2515,16 @@ radeon_ring_write(ring, PACKET0(VM_INVALIDATE_REQUEST, 0)); radeon_ring_write(ring, 1 << vm->id); + /* wait for the invalidate to complete */ + radeon_ring_write(ring, PACKET3(PACKET3_WAIT_REG_MEM, 5)); + radeon_ring_write(ring, (WAIT_REG_MEM_FUNCTION(0) | /* always */ + WAIT_REG_MEM_ENGINE(0))); /* me */ + radeon_ring_write(ring, VM_INVALIDATE_REQUEST >> 2); + radeon_ring_write(ring, 0); + radeon_ring_write(ring, 0); /* ref */ + radeon_ring_write(ring, 0); /* mask */ + radeon_ring_write(ring, 0x20); /* poll interval */ + /* sync PFP to ME, otherwise we might get invalid PFP reads */ radeon_ring_write(ring, PACKET3(PACKET3_PFP_SYNC_ME, 0)); radeon_ring_write(ring, 0x0); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/ni_dma.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/ni_dma.c @@ -191,12 +191,6 @@ u32 reg_offset, wb_offset; int i, r; - /* Reset dma */ - WREG32(SRBM_SOFT_RESET, SOFT_RESET_DMA | SOFT_RESET_DMA1); - RREG32(SRBM_SOFT_RESET); - udelay(50); - WREG32(SRBM_SOFT_RESET, 0); - for (i = 0; i < 2; i++) { if (i == 0) { ring = &rdev->ring[R600_RING_TYPE_DMA_INDEX]; @@ -404,5 +398,11 @@ radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_SRBM_WRITE, 0, 0, 0)); radeon_ring_write(ring, (0xf << 16) | (VM_INVALIDATE_REQUEST >> 2)); radeon_ring_write(ring, 1 << vm->id); + + /* wait for invalidate to complete */ + radeon_ring_write(ring, DMA_SRBM_READ_PACKET); + radeon_ring_write(ring, (0xff << 20) | (VM_INVALIDATE_REQUEST >> 2)); + radeon_ring_write(ring, 0); /* mask */ + radeon_ring_write(ring, 0); /* value */ } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/nid.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/nid.h @@ -1133,6 +1133,23 @@ #define PACKET3_MEM_SEMAPHORE 0x39 #define PACKET3_MPEG_INDEX 0x3A #define PACKET3_WAIT_REG_MEM 0x3C +#define WAIT_REG_MEM_FUNCTION(x) ((x) << 0) + /* 0 - always + * 1 - < + * 2 - <= + * 3 - == + * 4 - != + * 5 - >= + * 6 - > + */ +#define WAIT_REG_MEM_MEM_SPACE(x) ((x) << 4) + /* 0 - reg + * 1 - mem + */ +#define WAIT_REG_MEM_ENGINE(x) ((x) << 8) + /* 0 - me + * 1 - pfp + */ #define PACKET3_MEM_WRITE 0x3D #define PACKET3_PFP_SYNC_ME 0x42 #define PACKET3_SURFACE_SYNC 0x43 @@ -1272,6 +1289,13 @@ (1 << 21) | \ (((n) & 0xFFFFF) << 0)) +#define DMA_SRBM_POLL_PACKET ((9 << 28) | \ + (1 << 27) | \ + (1 << 26)) + +#define DMA_SRBM_READ_PACKET ((9 << 28) | \ + (1 << 27)) + /* async DMA Packet types */ #define DMA_PACKET_WRITE 0x2 #define DMA_PACKET_COPY 0x3 --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/r100.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/r100.c @@ -723,6 +723,10 @@ tmp |= RADEON_FP2_DETECT_MASK; } WREG32(RADEON_GEN_INT_CNTL, tmp); + + /* read back to post the write */ + RREG32(RADEON_GEN_INT_CNTL); + return 0; } @@ -3197,6 +3201,9 @@ uint32_t pixel_bytes1 = 0; uint32_t pixel_bytes2 = 0; + if (!rdev->mode_info.mode_config_initialized) + return; + radeon_update_display_priority(rdev); if (rdev->mode_info.crtcs[0]->base.enabled) { --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/r600.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/r600.c @@ -1813,7 +1813,6 @@ { u32 tiling_config; u32 ramcfg; - u32 cc_rb_backend_disable; u32 cc_gc_shader_pipe_config; u32 tmp; int i, j; @@ -1940,29 +1939,20 @@ } tiling_config |= BANK_SWAPS(1); - cc_rb_backend_disable = RREG32(CC_RB_BACKEND_DISABLE) & 0x00ff0000; - tmp = R6XX_MAX_BACKENDS - - r600_count_pipe_bits((cc_rb_backend_disable >> 16) & R6XX_MAX_BACKENDS_MASK); - if (tmp < rdev->config.r600.max_backends) { - rdev->config.r600.max_backends = tmp; - } - cc_gc_shader_pipe_config = RREG32(CC_GC_SHADER_PIPE_CONFIG) & 0x00ffff00; - tmp = R6XX_MAX_PIPES - - r600_count_pipe_bits((cc_gc_shader_pipe_config >> 8) & R6XX_MAX_PIPES_MASK); - if (tmp < rdev->config.r600.max_pipes) { - rdev->config.r600.max_pipes = tmp; - } - tmp = R6XX_MAX_SIMDS - - r600_count_pipe_bits((cc_gc_shader_pipe_config >> 16) & R6XX_MAX_SIMDS_MASK); - if (tmp < rdev->config.r600.max_simds) { - rdev->config.r600.max_simds = tmp; - } tmp = rdev->config.r600.max_simds - r600_count_pipe_bits((cc_gc_shader_pipe_config >> 16) & R6XX_MAX_SIMDS_MASK); rdev->config.r600.active_simds = tmp; disabled_rb_mask = (RREG32(CC_RB_BACKEND_DISABLE) >> 16) & R6XX_MAX_BACKENDS_MASK; + tmp = 0; + for (i = 0; i < rdev->config.r600.max_backends; i++) + tmp |= (1 << i); + /* if all the backends are disabled, fix it up here */ + if ((disabled_rb_mask & tmp) == tmp) { + for (i = 0; i < rdev->config.r600.max_backends; i++) + disabled_rb_mask &= ~(1 << i); + } tmp = (tiling_config & PIPE_TILING__MASK) >> PIPE_TILING__SHIFT; tmp = r6xx_remap_render_backend(rdev, tmp, rdev->config.r600.max_backends, R6XX_MAX_BACKENDS, disabled_rb_mask); @@ -3647,6 +3637,9 @@ WREG32(RV770_CG_THERMAL_INT, thermal_int); } + /* posting read */ + RREG32(R_000E50_SRBM_STATUS); + return 0; } @@ -3873,23 +3866,27 @@ case 1: /* D1 vblank/vline */ switch (src_data) { case 0: /* D1 vblank */ - if (rdev->irq.stat_regs.r600.disp_int & LB_D1_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[0]) { - drm_handle_vblank(rdev->ddev, 0); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[0])) - radeon_crtc_handle_vblank(rdev, 0); - rdev->irq.stat_regs.r600.disp_int &= ~LB_D1_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D1 vblank\n"); + if (!(rdev->irq.stat_regs.r600.disp_int & LB_D1_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: D1 vblank - IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[0]) { + drm_handle_vblank(rdev->ddev, 0); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); } + if (atomic_read(&rdev->irq.pflip[0])) + radeon_crtc_handle_vblank(rdev, 0); + rdev->irq.stat_regs.r600.disp_int &= ~LB_D1_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D1 vblank\n"); + break; case 1: /* D1 vline */ - if (rdev->irq.stat_regs.r600.disp_int & LB_D1_VLINE_INTERRUPT) { - rdev->irq.stat_regs.r600.disp_int &= ~LB_D1_VLINE_INTERRUPT; - DRM_DEBUG("IH: D1 vline\n"); - } + if (!(rdev->irq.stat_regs.r600.disp_int & LB_D1_VLINE_INTERRUPT)) + DRM_DEBUG("IH: D1 vline - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.r600.disp_int &= ~LB_D1_VLINE_INTERRUPT; + DRM_DEBUG("IH: D1 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -3899,23 +3896,27 @@ case 5: /* D2 vblank/vline */ switch (src_data) { case 0: /* D2 vblank */ - if (rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[1]) { - drm_handle_vblank(rdev->ddev, 1); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[1])) - radeon_crtc_handle_vblank(rdev, 1); - rdev->irq.stat_regs.r600.disp_int &= ~LB_D2_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D2 vblank\n"); + if (!(rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: D2 vblank - IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[1]) { + drm_handle_vblank(rdev->ddev, 1); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); } + if (atomic_read(&rdev->irq.pflip[1])) + radeon_crtc_handle_vblank(rdev, 1); + rdev->irq.stat_regs.r600.disp_int &= ~LB_D2_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D2 vblank\n"); + break; case 1: /* D1 vline */ - if (rdev->irq.stat_regs.r600.disp_int & LB_D2_VLINE_INTERRUPT) { - rdev->irq.stat_regs.r600.disp_int &= ~LB_D2_VLINE_INTERRUPT; - DRM_DEBUG("IH: D2 vline\n"); - } + if (!(rdev->irq.stat_regs.r600.disp_int & LB_D2_VLINE_INTERRUPT)) + DRM_DEBUG("IH: D2 vline - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.r600.disp_int &= ~LB_D2_VLINE_INTERRUPT; + DRM_DEBUG("IH: D2 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -3933,46 +3934,53 @@ case 19: /* HPD/DAC hotplug */ switch (src_data) { case 0: - if (rdev->irq.stat_regs.r600.disp_int & DC_HPD1_INTERRUPT) { - rdev->irq.stat_regs.r600.disp_int &= ~DC_HPD1_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD1\n"); - } + if (!(rdev->irq.stat_regs.r600.disp_int & DC_HPD1_INTERRUPT)) + DRM_DEBUG("IH: HPD1 - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.r600.disp_int &= ~DC_HPD1_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD1\n"); break; case 1: - if (rdev->irq.stat_regs.r600.disp_int & DC_HPD2_INTERRUPT) { - rdev->irq.stat_regs.r600.disp_int &= ~DC_HPD2_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD2\n"); - } + if (!(rdev->irq.stat_regs.r600.disp_int & DC_HPD2_INTERRUPT)) + DRM_DEBUG("IH: HPD2 - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.r600.disp_int &= ~DC_HPD2_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD2\n"); break; case 4: - if (rdev->irq.stat_regs.r600.disp_int_cont & DC_HPD3_INTERRUPT) { - rdev->irq.stat_regs.r600.disp_int_cont &= ~DC_HPD3_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD3\n"); - } + if (!(rdev->irq.stat_regs.r600.disp_int_cont & DC_HPD3_INTERRUPT)) + DRM_DEBUG("IH: HPD3 - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.r600.disp_int_cont &= ~DC_HPD3_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD3\n"); break; case 5: - if (rdev->irq.stat_regs.r600.disp_int_cont & DC_HPD4_INTERRUPT) { - rdev->irq.stat_regs.r600.disp_int_cont &= ~DC_HPD4_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD4\n"); - } + if (!(rdev->irq.stat_regs.r600.disp_int_cont & DC_HPD4_INTERRUPT)) + DRM_DEBUG("IH: HPD4 - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.r600.disp_int_cont &= ~DC_HPD4_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD4\n"); break; case 10: - if (rdev->irq.stat_regs.r600.disp_int_cont2 & DC_HPD5_INTERRUPT) { - rdev->irq.stat_regs.r600.disp_int_cont2 &= ~DC_HPD5_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD5\n"); - } + if (!(rdev->irq.stat_regs.r600.disp_int_cont2 & DC_HPD5_INTERRUPT)) + DRM_DEBUG("IH: HPD5 - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.r600.disp_int_cont2 &= ~DC_HPD5_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD5\n"); break; case 12: - if (rdev->irq.stat_regs.r600.disp_int_cont2 & DC_HPD6_INTERRUPT) { - rdev->irq.stat_regs.r600.disp_int_cont2 &= ~DC_HPD6_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD6\n"); - } + if (!(rdev->irq.stat_regs.r600.disp_int_cont2 & DC_HPD6_INTERRUPT)) + DRM_DEBUG("IH: HPD6 - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.r600.disp_int_cont2 &= ~DC_HPD6_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD6\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -3982,18 +3990,22 @@ case 21: /* hdmi */ switch (src_data) { case 4: - if (rdev->irq.stat_regs.r600.hdmi0_status & HDMI0_AZ_FORMAT_WTRIG) { - rdev->irq.stat_regs.r600.hdmi0_status &= ~HDMI0_AZ_FORMAT_WTRIG; - queue_hdmi = true; - DRM_DEBUG("IH: HDMI0\n"); - } + if (!(rdev->irq.stat_regs.r600.hdmi0_status & HDMI0_AZ_FORMAT_WTRIG)) + DRM_DEBUG("IH: HDMI0 - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.r600.hdmi0_status &= ~HDMI0_AZ_FORMAT_WTRIG; + queue_hdmi = true; + DRM_DEBUG("IH: HDMI0\n"); + break; case 5: - if (rdev->irq.stat_regs.r600.hdmi1_status & HDMI0_AZ_FORMAT_WTRIG) { - rdev->irq.stat_regs.r600.hdmi1_status &= ~HDMI0_AZ_FORMAT_WTRIG; - queue_hdmi = true; - DRM_DEBUG("IH: HDMI1\n"); - } + if (!(rdev->irq.stat_regs.r600.hdmi1_status & HDMI0_AZ_FORMAT_WTRIG)) + DRM_DEBUG("IH: HDMI1 - IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.r600.hdmi1_status &= ~HDMI0_AZ_FORMAT_WTRIG; + queue_hdmi = true; + DRM_DEBUG("IH: HDMI1\n"); + break; default: DRM_ERROR("Unhandled interrupt: %d %d\n", src_id, src_data); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/r600_dma.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/r600_dma.c @@ -124,15 +124,6 @@ u32 rb_bufsz; int r; - /* Reset dma */ - if (rdev->family >= CHIP_RV770) - WREG32(SRBM_SOFT_RESET, RV770_SOFT_RESET_DMA); - else - WREG32(SRBM_SOFT_RESET, SOFT_RESET_DMA); - RREG32(SRBM_SOFT_RESET); - udelay(50); - WREG32(SRBM_SOFT_RESET, 0); - WREG32(DMA_SEM_INCOMPLETE_TIMER_CNTL, 0); WREG32(DMA_SEM_WAIT_FAIL_TIMER_CNTL, 0); @@ -241,16 +232,19 @@ { unsigned i; int r; - void __iomem *ptr = (void *)rdev->vram_scratch.ptr; + unsigned index; u32 tmp; + u64 gpu_addr; - if (!ptr) { - DRM_ERROR("invalid vram scratch pointer\n"); - return -EINVAL; - } + if (ring->idx == R600_RING_TYPE_DMA_INDEX) + index = R600_WB_DMA_RING_TEST_OFFSET; + else + index = CAYMAN_WB_DMA1_RING_TEST_OFFSET; + + gpu_addr = rdev->wb.gpu_addr + index; tmp = 0xCAFEDEAD; - writel(tmp, ptr); + rdev->wb.wb[index/4] = cpu_to_le32(tmp); r = radeon_ring_lock(rdev, ring, 4); if (r) { @@ -258,13 +252,13 @@ return r; } radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 1)); - radeon_ring_write(ring, rdev->vram_scratch.gpu_addr & 0xfffffffc); - radeon_ring_write(ring, upper_32_bits(rdev->vram_scratch.gpu_addr) & 0xff); + radeon_ring_write(ring, lower_32_bits(gpu_addr)); + radeon_ring_write(ring, upper_32_bits(gpu_addr) & 0xff); radeon_ring_write(ring, 0xDEADBEEF); radeon_ring_unlock_commit(rdev, ring); for (i = 0; i < rdev->usec_timeout; i++) { - tmp = readl(ptr); + tmp = le32_to_cpu(rdev->wb.wb[index/4]); if (tmp == 0xDEADBEEF) break; DRM_UDELAY(1); @@ -344,17 +338,17 @@ { struct radeon_ib ib; unsigned i; + unsigned index; int r; - void __iomem *ptr = (void *)rdev->vram_scratch.ptr; u32 tmp = 0; + u64 gpu_addr; - if (!ptr) { - DRM_ERROR("invalid vram scratch pointer\n"); - return -EINVAL; - } + if (ring->idx == R600_RING_TYPE_DMA_INDEX) + index = R600_WB_DMA_RING_TEST_OFFSET; + else + index = CAYMAN_WB_DMA1_RING_TEST_OFFSET; - tmp = 0xCAFEDEAD; - writel(tmp, ptr); + gpu_addr = rdev->wb.gpu_addr + index; r = radeon_ib_get(rdev, ring->idx, &ib, NULL, 256); if (r) { @@ -363,8 +357,8 @@ } ib.ptr[0] = DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 1); - ib.ptr[1] = rdev->vram_scratch.gpu_addr & 0xfffffffc; - ib.ptr[2] = upper_32_bits(rdev->vram_scratch.gpu_addr) & 0xff; + ib.ptr[1] = lower_32_bits(gpu_addr); + ib.ptr[2] = upper_32_bits(gpu_addr) & 0xff; ib.ptr[3] = 0xDEADBEEF; ib.length_dw = 4; @@ -380,7 +374,7 @@ return r; } for (i = 0; i < rdev->usec_timeout; i++) { - tmp = readl(ptr); + tmp = le32_to_cpu(rdev->wb.wb[index/4]); if (tmp == 0xDEADBEEF) break; DRM_UDELAY(1); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/r600_dpm.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/r600_dpm.c @@ -187,7 +187,7 @@ list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { radeon_crtc = to_radeon_crtc(crtc); if (crtc->enabled && radeon_crtc->enabled && radeon_crtc->hw_mode.clock) { - vrefresh = radeon_crtc->hw_mode.vrefresh; + vrefresh = drm_mode_vrefresh(&radeon_crtc->hw_mode); break; } } @@ -1255,7 +1255,7 @@ (mode_info->atom_context->bios + data_offset + le16_to_cpu(ext_hdr->usPowerTuneTableOffset)); rdev->pm.dpm.dyn_state.cac_tdp_table->maximum_power_delivery_limit = - ppt->usMaximumPowerDeliveryLimit; + le16_to_cpu(ppt->usMaximumPowerDeliveryLimit); pt = &ppt->power_tune_table; } else { ATOM_PPLIB_POWERTUNE_Table *ppt = (ATOM_PPLIB_POWERTUNE_Table *) --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon.h @@ -103,6 +103,7 @@ extern int radeon_vm_size; extern int radeon_vm_block_size; extern int radeon_deep_color; +extern int radeon_bapm; /* * Copy from radeon_drv.h so we don't have to include both and have conflicting @@ -304,6 +305,9 @@ u16 *vddc, u16 *vddci, u16 virtual_voltage_id, u16 vbios_voltage_id); +int radeon_atom_get_voltage_evv(struct radeon_device *rdev, + u16 virtual_voltage_id, + u16 *voltage); int radeon_atom_round_to_true_voltage(struct radeon_device *rdev, u8 voltage_type, u16 nominal_voltage, @@ -1099,6 +1103,8 @@ #define R600_WB_EVENT_OFFSET 3072 #define CIK_WB_CP1_WPTR_OFFSET 3328 #define CIK_WB_CP2_WPTR_OFFSET 3584 +#define R600_WB_DMA_RING_TEST_OFFSET 3588 +#define CAYMAN_WB_DMA1_RING_TEST_OFFSET 3592 /** * struct radeon_pm - power management datas @@ -1506,6 +1512,7 @@ int new_active_crtc_count; u32 current_active_crtcs; int current_active_crtc_count; + bool single_display; struct radeon_dpm_dynamic_state dyn_state; struct radeon_dpm_fan fan; u32 tdp_limit; @@ -1589,6 +1596,7 @@ struct device *int_hwmon_dev; /* dpm */ bool dpm_enabled; + bool sysfs_initialized; struct radeon_dpm dpm; }; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_asic.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_asic.c @@ -333,6 +333,20 @@ .set_wptr = &r100_gfx_set_wptr, }; +static struct radeon_asic_ring rv515_gfx_ring = { + .ib_execute = &r100_ring_ib_execute, + .emit_fence = &r300_fence_ring_emit, + .emit_semaphore = &r100_semaphore_ring_emit, + .cs_parse = &r300_cs_parse, + .ring_start = &rv515_ring_start, + .ring_test = &r100_ring_test, + .ib_test = &r100_ib_test, + .is_lockup = &r100_gpu_is_lockup, + .get_rptr = &r100_gfx_get_rptr, + .get_wptr = &r100_gfx_get_wptr, + .set_wptr = &r100_gfx_set_wptr, +}; + static struct radeon_asic r300_asic = { .init = &r300_init, .fini = &r300_fini, @@ -748,7 +762,7 @@ .set_page = &rv370_pcie_gart_set_page, }, .ring = { - [RADEON_RING_TYPE_GFX_INDEX] = &r300_gfx_ring + [RADEON_RING_TYPE_GFX_INDEX] = &rv515_gfx_ring }, .irq = { .set = &rs600_irq_set, @@ -814,7 +828,7 @@ .set_page = &rv370_pcie_gart_set_page, }, .ring = { - [RADEON_RING_TYPE_GFX_INDEX] = &r300_gfx_ring + [RADEON_RING_TYPE_GFX_INDEX] = &rv515_gfx_ring }, .irq = { .set = &rs600_irq_set, @@ -1146,7 +1160,7 @@ static struct radeon_asic_ring rv770_uvd_ring = { .ib_execute = &uvd_v1_0_ib_execute, .emit_fence = &uvd_v2_2_fence_emit, - .emit_semaphore = &uvd_v1_0_semaphore_emit, + .emit_semaphore = &uvd_v2_2_semaphore_emit, .cs_parse = &radeon_uvd_cs_parse, .ring_test = &uvd_v1_0_ring_test, .ib_test = &uvd_v1_0_ib_test, --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_asic.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_asic.h @@ -866,6 +866,10 @@ int uvd_v2_2_resume(struct radeon_device *rdev); void uvd_v2_2_fence_emit(struct radeon_device *rdev, struct radeon_fence *fence); +bool uvd_v2_2_semaphore_emit(struct radeon_device *rdev, + struct radeon_ring *ring, + struct radeon_semaphore *semaphore, + bool emit_wait); /* uvd v3.1 */ bool uvd_v3_1_semaphore_emit(struct radeon_device *rdev, --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_atombios.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_atombios.c @@ -436,7 +436,9 @@ } /* Fujitsu D3003-S2 board lists DVI-I as DVI-D and VGA */ - if (((dev->pdev->device == 0x9802) || (dev->pdev->device == 0x9806)) && + if (((dev->pdev->device == 0x9802) || + (dev->pdev->device == 0x9805) || + (dev->pdev->device == 0x9806)) && (dev->pdev->subsystem_vendor == 0x1734) && (dev->pdev->subsystem_device == 0x11bd)) { if (*connector_type == DRM_MODE_CONNECTOR_VGA) { @@ -447,7 +449,6 @@ } } - return true; } @@ -1963,7 +1964,7 @@ "adm1032", "adm1030", "max6649", - "lm64", + "lm63", /* lm64 */ "f75375", "asc7xxx", }; @@ -1974,7 +1975,7 @@ "adm1032", "adm1030", "max6649", - "lm64", + "lm63", /* lm64 */ "f75375", "RV6xx", "RV770", @@ -2281,19 +2282,31 @@ (controller->ucFanParameters & ATOM_PP_FANPARAMETERS_NOFAN) ? "without" : "with"); rdev->pm.int_thermal_type = THERMAL_TYPE_KV; - } else if ((controller->ucType == - ATOM_PP_THERMALCONTROLLER_EXTERNAL_GPIO) || - (controller->ucType == - ATOM_PP_THERMALCONTROLLER_ADT7473_WITH_INTERNAL) || - (controller->ucType == - ATOM_PP_THERMALCONTROLLER_EMC2103_WITH_INTERNAL)) { - DRM_INFO("Special thermal controller config\n"); + } else if (controller->ucType == + ATOM_PP_THERMALCONTROLLER_EXTERNAL_GPIO) { + DRM_INFO("External GPIO thermal controller %s fan control\n", + (controller->ucFanParameters & + ATOM_PP_FANPARAMETERS_NOFAN) ? "without" : "with"); + rdev->pm.int_thermal_type = THERMAL_TYPE_EXTERNAL_GPIO; + } else if (controller->ucType == + ATOM_PP_THERMALCONTROLLER_ADT7473_WITH_INTERNAL) { + DRM_INFO("ADT7473 with internal thermal controller %s fan control\n", + (controller->ucFanParameters & + ATOM_PP_FANPARAMETERS_NOFAN) ? "without" : "with"); + rdev->pm.int_thermal_type = THERMAL_TYPE_ADT7473_WITH_INTERNAL; + } else if (controller->ucType == + ATOM_PP_THERMALCONTROLLER_EMC2103_WITH_INTERNAL) { + DRM_INFO("EMC2103 with internal thermal controller %s fan control\n", + (controller->ucFanParameters & + ATOM_PP_FANPARAMETERS_NOFAN) ? "without" : "with"); + rdev->pm.int_thermal_type = THERMAL_TYPE_EMC2103_WITH_INTERNAL; } else if (controller->ucType < ARRAY_SIZE(pp_lib_thermal_controller_names)) { DRM_INFO("Possible %s thermal controller at 0x%02x %s fan control\n", pp_lib_thermal_controller_names[controller->ucType], controller->ucI2cAddress >> 1, (controller->ucFanParameters & ATOM_PP_FANPARAMETERS_NOFAN) ? "without" : "with"); + rdev->pm.int_thermal_type = THERMAL_TYPE_EXTERNAL; i2c_bus = radeon_lookup_i2c_gpio(rdev, controller->ucI2cLine); rdev->pm.i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); if (rdev->pm.i2c_bus) { @@ -3235,6 +3248,42 @@ return 0; } + +union get_voltage_info { + struct _GET_VOLTAGE_INFO_INPUT_PARAMETER_V1_2 in; + struct _GET_EVV_VOLTAGE_INFO_OUTPUT_PARAMETER_V1_2 evv_out; +}; + +int radeon_atom_get_voltage_evv(struct radeon_device *rdev, + u16 virtual_voltage_id, + u16 *voltage) +{ + int index = GetIndexIntoMasterTable(COMMAND, GetVoltageInfo); + u32 entry_id; + u32 count = rdev->pm.dpm.dyn_state.vddc_dependency_on_sclk.count; + union get_voltage_info args; + + for (entry_id = 0; entry_id < count; entry_id++) { + if (rdev->pm.dpm.dyn_state.vddc_dependency_on_sclk.entries[entry_id].v == + virtual_voltage_id) + break; + } + + if (entry_id >= count) + return -EINVAL; + + args.in.ucVoltageType = VOLTAGE_TYPE_VDDC; + args.in.ucVoltageMode = ATOM_GET_VOLTAGE_EVV_VOLTAGE; + args.in.usVoltageLevel = cpu_to_le16(virtual_voltage_id); + args.in.ulSCLKFreq = + cpu_to_le32(rdev->pm.dpm.dyn_state.vddc_dependency_on_sclk.entries[entry_id].clk); + + atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args); + + *voltage = le16_to_cpu(args.evv_out.usVoltageLevel); + + return 0; +} int radeon_atom_get_voltage_gpio_settings(struct radeon_device *rdev, u16 voltage_level, u8 voltage_type, --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_bios.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_bios.c @@ -76,7 +76,7 @@ static bool radeon_read_bios(struct radeon_device *rdev) { - uint8_t __iomem *bios; + uint8_t __iomem *bios, val1, val2; size_t size; rdev->bios = NULL; @@ -86,15 +86,19 @@ return false; } - if (size == 0 || bios[0] != 0x55 || bios[1] != 0xaa) { + val1 = readb(&bios[0]); + val2 = readb(&bios[1]); + + if (size == 0 || val1 != 0x55 || val2 != 0xaa) { pci_unmap_rom(rdev->pdev, bios); return false; } - rdev->bios = kmemdup(bios, size, GFP_KERNEL); + rdev->bios = kzalloc(size, GFP_KERNEL); if (rdev->bios == NULL) { pci_unmap_rom(rdev->pdev, bios); return false; } + memcpy_fromio(rdev->bios, bios, size); pci_unmap_rom(rdev->pdev, bios); return true; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_combios.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_combios.c @@ -1255,10 +1255,15 @@ if ((RBIOS16(tmp) == lvds->native_mode.hdisplay) && (RBIOS16(tmp + 2) == lvds->native_mode.vdisplay)) { + u32 hss = (RBIOS16(tmp + 21) - RBIOS16(tmp + 19) - 1) * 8; + + if (hss > lvds->native_mode.hdisplay) + hss = (10 - 1) * 8; + lvds->native_mode.htotal = lvds->native_mode.hdisplay + (RBIOS16(tmp + 17) - RBIOS16(tmp + 19)) * 8; lvds->native_mode.hsync_start = lvds->native_mode.hdisplay + - (RBIOS16(tmp + 21) - RBIOS16(tmp + 19) - 1) * 8; + hss; lvds->native_mode.hsync_end = lvds->native_mode.hsync_start + (RBIOS8(tmp + 23) * 8); @@ -3382,6 +3387,14 @@ rdev->pdev->subsystem_device == 0x30ae) return; + /* quirk for rs4xx HP Compaq dc5750 Small Form Factor to make it resume + * - it hangs on resume inside the dynclk 1 table. + */ + if (rdev->family == CHIP_RS480 && + rdev->pdev->subsystem_vendor == 0x103c && + rdev->pdev->subsystem_device == 0x280a) + return; + /* DYN CLK 1 */ table = combios_get_table_offset(dev, COMBIOS_DYN_CLK_1_TABLE); if (table) --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_connectors.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_connectors.c @@ -72,6 +72,11 @@ if (!radeon_hpd_sense(rdev, radeon_connector->hpd.hpd)) { drm_helper_connector_dpms(connector, DRM_MODE_DPMS_OFF); } else if (radeon_dp_needs_link_train(radeon_connector)) { + /* Don't try to start link training before we + * have the dpcd */ + if (!radeon_dp_getdpcd(radeon_connector)) + return; + /* set it to OFF so that drm_helper_connector_dpms() * won't return immediately since the current state * is ON at this point. @@ -695,6 +700,8 @@ static enum drm_connector_status radeon_lvds_detect(struct drm_connector *connector, bool force) { + struct drm_device *dev = connector->dev; + struct radeon_device *rdev = dev->dev_private; struct radeon_connector *radeon_connector = to_radeon_connector(connector); struct drm_encoder *encoder = radeon_best_single_encoder(connector); enum drm_connector_status ret = connector_status_disconnected; @@ -711,7 +718,11 @@ /* check if panel is valid */ if (native_mode->hdisplay >= 320 && native_mode->vdisplay >= 240) ret = connector_status_connected; - + /* don't fetch the edid from the vbios if ddc fails and runpm is + * enabled so we report disconnected. + */ + if ((rdev->flags & RADEON_IS_PX) && (radeon_runtime_pm != 0)) + ret = connector_status_disconnected; } /* check for edid as well */ @@ -1492,6 +1503,11 @@ /* check if panel is valid */ if (native_mode->hdisplay >= 320 && native_mode->vdisplay >= 240) ret = connector_status_connected; + /* don't fetch the edid from the vbios if ddc fails and runpm is + * enabled so we report disconnected. + */ + if ((rdev->flags & RADEON_IS_PX) && (radeon_runtime_pm != 0)) + ret = connector_status_disconnected; } /* eDP is always DP */ radeon_dig_connector->dp_sink_type = CONNECTOR_OBJECT_ID_DISPLAYPORT; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_cs.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_cs.c @@ -132,7 +132,8 @@ * the buffers used for read only, which doubles the range * to 0 to 31. 32 is reserved for the kernel driver. */ - priority = (r->flags & 0xf) * 2 + !!r->write_domain; + priority = (r->flags & RADEON_RELOC_PRIO_MASK) * 2 + + !!r->write_domain; /* the first reloc of an UVD job is the msg and that must be in VRAM, also but everything into VRAM on AGP cards to avoid @@ -225,14 +226,11 @@ static void radeon_cs_sync_rings(struct radeon_cs_parser *p) { - int i; - - for (i = 0; i < p->nrelocs; i++) { - if (!p->relocs[i].robj) - continue; + struct radeon_cs_reloc *reloc; + list_for_each_entry(reloc, &p->validated, tv.head) { radeon_semaphore_sync_to(p->ib.semaphore, - p->relocs[i].robj->tbo.sync_obj); + reloc->robj->tbo.sync_obj); } } @@ -245,11 +243,13 @@ u32 ring = RADEON_CS_RING_GFX; s32 priority = 0; + INIT_LIST_HEAD(&p->validated); + if (!cs->num_chunks) { return 0; } + /* get chunks */ - INIT_LIST_HEAD(&p->validated); p->idx = 0; p->ib.sa_bo = NULL; p->ib.semaphore = NULL; @@ -417,7 +417,7 @@ kfree(parser->track); kfree(parser->relocs); kfree(parser->relocs_ptr); - kfree(parser->vm_bos); + drm_free_large(parser->vm_bos); for (i = 0; i < parser->nchunks; i++) drm_free_large(parser->chunks[i].kdata); kfree(parser->chunks); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_device.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_device.c @@ -902,6 +902,7 @@ } mutex_init(&rdev->mode_info.atom_context->mutex); + mutex_init(&rdev->mode_info.atom_context->scratch_mutex); radeon_atom_initialize_bios_scratch_regs(rdev->ddev); atom_allocate_fb_scratch(rdev->mode_info.atom_context); return 0; @@ -1350,7 +1351,7 @@ r = radeon_init(rdev); if (r) - return r; + goto failed; r = radeon_ib_ring_tests(rdev); if (r) @@ -1370,7 +1371,22 @@ radeon_agp_disable(rdev); r = radeon_init(rdev); if (r) - return r; + goto failed; + } + + /* + * Turks/Thames GPU will freeze whole laptop if DPM is not restarted + * after the CP ring have chew one packet at least. Hence here we stop + * and restart DPM after the radeon_ib_ring_tests(). + */ + if (rdev->pm.dpm_enabled && + (rdev->pm.pm_method == PM_METHOD_DPM) && + (rdev->family == CHIP_TURKS) && + (rdev->flags & RADEON_IS_MOBILITY)) { + mutex_lock(&rdev->pm.mutex); + radeon_dpm_disable(rdev); + radeon_dpm_enable(rdev); + mutex_unlock(&rdev->pm.mutex); } if ((radeon_testing & 1)) { @@ -1392,6 +1408,11 @@ DRM_INFO("radeon: acceleration disabled, skipping benchmarks\n"); } return 0; + +failed: + if (runtime) + vga_switcheroo_fini_domain_pm_ops(rdev->dev); + return r; } static void radeon_debugfs_remove_files(struct radeon_device *rdev); @@ -1412,6 +1433,8 @@ radeon_bo_evict_vram(rdev); radeon_fini(rdev); vga_switcheroo_unregister_client(rdev->pdev); + if (rdev->flags & RADEON_IS_PX) + vga_switcheroo_fini_domain_pm_ops(rdev->dev); vga_client_register(rdev->pdev, NULL, NULL, NULL); if (rdev->rio_mem) pci_iounmap(rdev->pdev, rdev->rio_mem); @@ -1461,11 +1484,21 @@ drm_helper_connector_dpms(connector, DRM_MODE_DPMS_OFF); } - /* unpin the front buffers */ + /* unpin the front buffers and cursors */ list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { + struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); struct radeon_framebuffer *rfb = to_radeon_framebuffer(crtc->primary->fb); struct radeon_bo *robj; + if (radeon_crtc->cursor_bo) { + struct radeon_bo *robj = gem_to_radeon_bo(radeon_crtc->cursor_bo); + r = radeon_bo_reserve(robj, false); + if (r == 0) { + radeon_bo_unpin(robj); + radeon_bo_unreserve(robj); + } + } + if (rfb == NULL || rfb->obj == NULL) { continue; } @@ -1531,6 +1564,7 @@ { struct drm_connector *connector; struct radeon_device *rdev = dev->dev_private; + struct drm_crtc *crtc; int r; if (dev->switch_power_state == DRM_SWITCH_POWER_OFF) @@ -1570,6 +1604,27 @@ radeon_restore_bios_scratch_regs(rdev); + /* pin cursors */ + list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { + struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc); + + if (radeon_crtc->cursor_bo) { + struct radeon_bo *robj = gem_to_radeon_bo(radeon_crtc->cursor_bo); + r = radeon_bo_reserve(robj, false); + if (r == 0) { + /* Only 27 bit offset for legacy cursor */ + r = radeon_bo_pin_restricted(robj, + RADEON_GEM_DOMAIN_VRAM, + ASIC_IS_AVIVO(rdev) ? + 0 : 1 << 27, + &radeon_crtc->cursor_addr); + if (r != 0) + DRM_ERROR("Failed to pin cursor BO (%d)\n", r); + radeon_bo_unreserve(robj); + } + } + } + /* init dig PHYs, disp eng pll */ if (rdev->is_atom_bios) { radeon_atom_encoder_init(rdev); @@ -1637,7 +1692,6 @@ radeon_save_bios_scratch_regs(rdev); /* block TTM */ resched = ttm_bo_lock_delayed_workqueue(&rdev->mman.bdev); - radeon_pm_suspend(rdev); radeon_suspend(rdev); for (i = 0; i < RADEON_NUM_RINGS; ++i) { @@ -1683,9 +1737,24 @@ } } - radeon_pm_resume(rdev); + if ((rdev->pm.pm_method == PM_METHOD_DPM) && rdev->pm.dpm_enabled) { + /* do dpm late init */ + r = radeon_pm_late_init(rdev); + if (r) { + rdev->pm.dpm_enabled = false; + DRM_ERROR("radeon_pm_late_init failed, disabling dpm\n"); + } + } else { + /* resume old pm late */ + radeon_pm_resume(rdev); + } + drm_helper_resume_force_mode(rdev->ddev); + /* set the power state here in case we are a PX system or headless */ + if ((rdev->pm.pm_method == PM_METHOD_DPM) && rdev->pm.dpm_enabled) + radeon_pm_compute_clocks(rdev); + ttm_bo_unlock_delayed_workqueue(&rdev->mman.bdev, resched); if (r) { /* bad news, how to tell it to userspace ? */ --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_display.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_display.c @@ -1000,6 +1000,9 @@ if (pll->flags & RADEON_PLL_USE_FRAC_FB_DIV && pll->flags & RADEON_PLL_USE_REF_DIV) ref_div_max = pll->reference_div; + else if (pll->flags & RADEON_PLL_PREFER_MINM_OVER_MAXP) + /* fix for problems on RS880 */ + ref_div_max = min(pll->max_ref_div, 7u); else ref_div_max = pll->max_ref_div; @@ -1657,18 +1660,8 @@ radeon_fbdev_init(rdev); drm_kms_helper_poll_init(rdev->ddev); - if (rdev->pm.dpm_enabled) { - /* do dpm late init */ - ret = radeon_pm_late_init(rdev); - if (ret) { - rdev->pm.dpm_enabled = false; - DRM_ERROR("radeon_pm_late_init failed, disabling dpm\n"); - } - /* set the dpm state for PX since there won't be - * a modeset to call this. - */ - radeon_pm_compute_clocks(rdev); - } + /* do pm late init */ + ret = radeon_pm_late_init(rdev); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_drv.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_drv.c @@ -176,6 +176,7 @@ int radeon_vm_size = 4; int radeon_vm_block_size = 9; int radeon_deep_color = 0; +int radeon_bapm = -1; MODULE_PARM_DESC(no_wb, "Disable AGP writeback for scratch registers"); module_param_named(no_wb, radeon_no_wb, int, 0444); @@ -252,6 +253,9 @@ MODULE_PARM_DESC(deep_color, "Deep Color support (1 = enable, 0 = disable (default))"); module_param_named(deep_color, radeon_deep_color, int, 0444); +MODULE_PARM_DESC(bapm, "BAPM support (1 = enable, 0 = disable, -1 = auto)"); +module_param_named(bapm, radeon_bapm, int, 0444); + static struct pci_device_id pciidlist[] = { radeon_PCI_IDS }; @@ -429,6 +433,7 @@ ret = radeon_suspend_kms(drm_dev, false, false); pci_save_state(pdev); pci_disable_device(pdev); + pci_ignore_hotplug(pdev); pci_set_power_state(pdev, PCI_D3cold); drm_dev->switch_power_state = DRM_SWITCH_POWER_DYNAMIC_OFF; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_encoders.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_encoders.c @@ -179,7 +179,6 @@ radeon_atom_backlight_init(radeon_encoder, connector); else radeon_legacy_backlight_init(radeon_encoder, connector); - rdev->mode_info.bl_encoder = radeon_encoder; } } } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_gart.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_gart.c @@ -249,8 +249,10 @@ } } } - mb(); - radeon_gart_tlb_flush(rdev); + if (rdev->gart.ptr) { + mb(); + radeon_gart_tlb_flush(rdev); + } } /** @@ -292,8 +294,10 @@ } } } - mb(); - radeon_gart_tlb_flush(rdev); + if (rdev->gart.ptr) { + mb(); + radeon_gart_tlb_flush(rdev); + } return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_gem.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_gem.c @@ -140,7 +140,8 @@ struct radeon_bo_va *bo_va; int r; - if (rdev->family < CHIP_CAYMAN) { + if ((rdev->family < CHIP_CAYMAN) || + (!rdev->accel_working)) { return 0; } @@ -170,7 +171,8 @@ struct radeon_bo_va *bo_va; int r; - if (rdev->family < CHIP_CAYMAN) { + if ((rdev->family < CHIP_CAYMAN) || + (!rdev->accel_working)) { return; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_irq_kms.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_irq_kms.c @@ -79,10 +79,17 @@ struct drm_mode_config *mode_config = &dev->mode_config; struct drm_connector *connector; + /* we can race here at startup, some boards seem to trigger + * hotplug irqs when they shouldn't. */ + if (!rdev->mode_info.mode_config_initialized) + return; + + mutex_lock(&mode_config->mutex); if (mode_config->num_connector) { list_for_each_entry(connector, &mode_config->connector_list, head) radeon_connector_hotplug(connector); } + mutex_unlock(&mode_config->mutex); /* Just fire off a uevent and let userspace tell us what to do */ drm_helper_hpd_irq_event(dev); } @@ -202,6 +209,16 @@ if (rdev->flags & RADEON_IS_AGP) return false; + /* + * Older chips have a HW limitation, they can only generate 40 bits + * of address for "64-bit" MSIs which breaks on some platforms, notably + * IBM POWER servers, so we limit them + */ + if (rdev->family < CHIP_BONAIRE) { + dev_info(rdev->dev, "radeon: MSI limited to 32-bit\n"); + rdev->pdev->no_64bit_msi = 1; + } + /* force MSI on */ if (radeon_msi == 1) return true; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_kms.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_kms.c @@ -254,7 +254,14 @@ } break; case RADEON_INFO_ACCEL_WORKING2: - *value = rdev->accel_working; + if (rdev->family == CHIP_HAWAII) { + if (rdev->accel_working) + *value = 2; + else + *value = 0; + } else { + *value = rdev->accel_working; + } break; case RADEON_INFO_TILING_CONFIG: if (rdev->family >= CHIP_BONAIRE) @@ -587,14 +594,14 @@ return -ENOMEM; } - vm = &fpriv->vm; - r = radeon_vm_init(rdev, vm); - if (r) { - kfree(fpriv); - return r; - } - if (rdev->accel_working) { + vm = &fpriv->vm; + r = radeon_vm_init(rdev, vm); + if (r) { + kfree(fpriv); + return r; + } + r = radeon_bo_reserve(rdev->ring_tmp_bo.bo, false); if (r) { radeon_vm_fini(rdev, vm); @@ -652,9 +659,9 @@ radeon_vm_bo_rmv(rdev, vm->ib_bo_va); radeon_bo_unreserve(rdev->ring_tmp_bo.bo); } + radeon_vm_fini(rdev, vm); } - radeon_vm_fini(rdev, vm); kfree(fpriv); file_priv->driver_priv = NULL; } @@ -784,6 +791,8 @@ /* Get associated drm_crtc: */ drmcrtc = &rdev->mode_info.crtcs[crtc]->base; + if (!drmcrtc) + return -EINVAL; /* Helper routine in DRM core does all the work: */ return drm_calc_vbltimestamp_from_scanoutpos(dev, crtc, max_error, --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_legacy_encoders.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_legacy_encoders.c @@ -441,6 +441,7 @@ backlight_update_status(bd); DRM_INFO("radeon legacy LVDS backlight initialized\n"); + rdev->mode_info.bl_encoder = radeon_encoder; return; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_pm.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_pm.c @@ -460,10 +460,6 @@ struct radeon_device *rdev = ddev->dev_private; enum radeon_pm_state_type pm = rdev->pm.dpm.user_state; - if ((rdev->flags & RADEON_IS_PX) && - (ddev->switch_power_state != DRM_SWITCH_POWER_ON)) - return snprintf(buf, PAGE_SIZE, "off\n"); - return snprintf(buf, PAGE_SIZE, "%s\n", (pm == POWER_STATE_TYPE_BATTERY) ? "battery" : (pm == POWER_STATE_TYPE_BALANCED) ? "balanced" : "performance"); @@ -477,11 +473,6 @@ struct drm_device *ddev = dev_get_drvdata(dev); struct radeon_device *rdev = ddev->dev_private; - /* Can't set dpm state when the card is off */ - if ((rdev->flags & RADEON_IS_PX) && - (ddev->switch_power_state != DRM_SWITCH_POWER_ON)) - return -EINVAL; - mutex_lock(&rdev->pm.mutex); if (strncmp("battery", buf, strlen("battery")) == 0) rdev->pm.dpm.user_state = POWER_STATE_TYPE_BATTERY; @@ -495,7 +486,12 @@ goto fail; } mutex_unlock(&rdev->pm.mutex); - radeon_pm_compute_clocks(rdev); + + /* Can't set dpm state when the card is off */ + if (!(rdev->flags & RADEON_IS_PX) || + (ddev->switch_power_state == DRM_SWITCH_POWER_ON)) + radeon_pm_compute_clocks(rdev); + fail: return count; } @@ -708,12 +704,8 @@ radeon_pm_compute_clocks(rdev); } -static struct radeon_ps *radeon_dpm_pick_power_state(struct radeon_device *rdev, - enum radeon_pm_state_type dpm_state) +static bool radeon_dpm_single_display(struct radeon_device *rdev) { - int i; - struct radeon_ps *ps; - u32 ui_class; bool single_display = (rdev->pm.dpm.new_active_crtc_count < 2) ? true : false; @@ -723,6 +715,17 @@ single_display = false; } + return single_display; +} + +static struct radeon_ps *radeon_dpm_pick_power_state(struct radeon_device *rdev, + enum radeon_pm_state_type dpm_state) +{ + int i; + struct radeon_ps *ps; + u32 ui_class; + bool single_display = radeon_dpm_single_display(rdev); + /* certain older asics have a separare 3D performance state, * so try that first if the user selected performance */ @@ -848,6 +851,7 @@ struct radeon_ps *ps; enum radeon_pm_state_type dpm_state; int ret; + bool single_display = radeon_dpm_single_display(rdev); /* if dpm init failed */ if (!rdev->pm.dpm_enabled) @@ -872,6 +876,9 @@ /* vce just modifies an existing state so force a change */ if (ps->vce_active != rdev->pm.dpm.vce_active) goto force; + /* user has made a display change (such as timing) */ + if (rdev->pm.dpm.single_display != single_display) + goto force; if ((rdev->family < CHIP_BARTS) || (rdev->flags & RADEON_IS_IGP)) { /* for pre-BTC and APUs if the num crtcs changed but state is the same, * all we need to do is update the display configuration. @@ -932,9 +939,6 @@ /* update displays */ radeon_dpm_display_configuration_changed(rdev); - rdev->pm.dpm.current_active_crtcs = rdev->pm.dpm.new_active_crtcs; - rdev->pm.dpm.current_active_crtc_count = rdev->pm.dpm.new_active_crtc_count; - /* wait for the rings to drain */ for (i = 0; i < RADEON_NUM_RINGS; i++) { struct radeon_ring *ring = &rdev->ring[i]; @@ -950,6 +954,10 @@ radeon_dpm_post_set_power_state(rdev); + rdev->pm.dpm.current_active_crtcs = rdev->pm.dpm.new_active_crtcs; + rdev->pm.dpm.current_active_crtc_count = rdev->pm.dpm.new_active_crtc_count; + rdev->pm.dpm.single_display = single_display; + if (rdev->asic->dpm.force_performance_level) { if (rdev->pm.dpm.thermal_active) { enum radeon_dpm_forced_level level = rdev->pm.dpm.forced_level; @@ -1184,14 +1192,6 @@ INIT_DELAYED_WORK(&rdev->pm.dynpm_idle_work, radeon_dynpm_idle_work_handler); if (rdev->pm.num_power_states > 1) { - /* where's the best place to put these? */ - ret = device_create_file(rdev->dev, &dev_attr_power_profile); - if (ret) - DRM_ERROR("failed to create device file for power profile\n"); - ret = device_create_file(rdev->dev, &dev_attr_power_method); - if (ret) - DRM_ERROR("failed to create device file for power method\n"); - if (radeon_debugfs_pm_init(rdev)) { DRM_ERROR("Failed to register debugfs file for PM!\n"); } @@ -1249,20 +1249,6 @@ goto dpm_failed; rdev->pm.dpm_enabled = true; - ret = device_create_file(rdev->dev, &dev_attr_power_dpm_state); - if (ret) - DRM_ERROR("failed to create device file for dpm state\n"); - ret = device_create_file(rdev->dev, &dev_attr_power_dpm_force_performance_level); - if (ret) - DRM_ERROR("failed to create device file for dpm state\n"); - /* XXX: these are noops for dpm but are here for backwards compat */ - ret = device_create_file(rdev->dev, &dev_attr_power_profile); - if (ret) - DRM_ERROR("failed to create device file for power profile\n"); - ret = device_create_file(rdev->dev, &dev_attr_power_method); - if (ret) - DRM_ERROR("failed to create device file for power method\n"); - if (radeon_debugfs_pm_init(rdev)) { DRM_ERROR("Failed to register debugfs file for dpm!\n"); } @@ -1291,8 +1277,39 @@ return ret; } +struct radeon_dpm_quirk { + u32 chip_vendor; + u32 chip_device; + u32 subsys_vendor; + u32 subsys_device; +}; + +/* cards with dpm stability problems */ +static struct radeon_dpm_quirk radeon_dpm_quirk_list[] = { + /* TURKS - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386534 */ + { PCI_VENDOR_ID_ATI, 0x6759, 0x1682, 0x3195 }, + /* TURKS - https://bugzilla.kernel.org/show_bug.cgi?id=83731 */ + { PCI_VENDOR_ID_ATI, 0x6840, 0x1179, 0xfb81 }, + { 0, 0, 0, 0 }, +}; + int radeon_pm_init(struct radeon_device *rdev) { + struct radeon_dpm_quirk *p = radeon_dpm_quirk_list; + bool disable_dpm = false; + + /* Apply dpm quirks */ + while (p && p->chip_device != 0) { + if (rdev->pdev->vendor == p->chip_vendor && + rdev->pdev->device == p->chip_device && + rdev->pdev->subsystem_vendor == p->subsys_vendor && + rdev->pdev->subsystem_device == p->subsys_device) { + disable_dpm = true; + break; + } + ++p; + } + /* enable dpm on rv6xx+ */ switch (rdev->family) { case CHIP_RV610: @@ -1303,10 +1320,6 @@ case CHIP_RS780: case CHIP_RS880: case CHIP_RV770: - case CHIP_BARTS: - case CHIP_TURKS: - case CHIP_CAICOS: - case CHIP_CAYMAN: /* DPM requires the RLC, RV770+ dGPU requires SMC */ if (!rdev->rlc_fw) rdev->pm.pm_method = PM_METHOD_PROFILE; @@ -1330,6 +1343,10 @@ case CHIP_PALM: case CHIP_SUMO: case CHIP_SUMO2: + case CHIP_BARTS: + case CHIP_TURKS: + case CHIP_CAICOS: + case CHIP_CAYMAN: case CHIP_ARUBA: case CHIP_TAHITI: case CHIP_PITCAIRN: @@ -1348,6 +1365,8 @@ (!(rdev->flags & RADEON_IS_IGP)) && (!rdev->smc_fw)) rdev->pm.pm_method = PM_METHOD_PROFILE; + else if (disable_dpm && (radeon_dpm == -1)) + rdev->pm.pm_method = PM_METHOD_PROFILE; else if (radeon_dpm == 0) rdev->pm.pm_method = PM_METHOD_PROFILE; else @@ -1370,9 +1389,50 @@ int ret = 0; if (rdev->pm.pm_method == PM_METHOD_DPM) { - mutex_lock(&rdev->pm.mutex); - ret = radeon_dpm_late_enable(rdev); - mutex_unlock(&rdev->pm.mutex); + if (rdev->pm.dpm_enabled) { + if (!rdev->pm.sysfs_initialized) { + ret = device_create_file(rdev->dev, &dev_attr_power_dpm_state); + if (ret) + DRM_ERROR("failed to create device file for dpm state\n"); + ret = device_create_file(rdev->dev, &dev_attr_power_dpm_force_performance_level); + if (ret) + DRM_ERROR("failed to create device file for dpm state\n"); + /* XXX: these are noops for dpm but are here for backwards compat */ + ret = device_create_file(rdev->dev, &dev_attr_power_profile); + if (ret) + DRM_ERROR("failed to create device file for power profile\n"); + ret = device_create_file(rdev->dev, &dev_attr_power_method); + if (ret) + DRM_ERROR("failed to create device file for power method\n"); + rdev->pm.sysfs_initialized = true; + } + + mutex_lock(&rdev->pm.mutex); + ret = radeon_dpm_late_enable(rdev); + mutex_unlock(&rdev->pm.mutex); + if (ret) { + rdev->pm.dpm_enabled = false; + DRM_ERROR("radeon_pm_late_init failed, disabling dpm\n"); + } else { + /* set the dpm state for PX since there won't be + * a modeset to call this. + */ + radeon_pm_compute_clocks(rdev); + } + } + } else { + if ((rdev->pm.num_power_states > 1) && + (!rdev->pm.sysfs_initialized)) { + /* where's the best place to put these? */ + ret = device_create_file(rdev->dev, &dev_attr_power_profile); + if (ret) + DRM_ERROR("failed to create device file for power profile\n"); + ret = device_create_file(rdev->dev, &dev_attr_power_method); + if (ret) + DRM_ERROR("failed to create device file for power method\n"); + if (!ret) + rdev->pm.sysfs_initialized = true; + } } return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_ring.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_ring.c @@ -571,7 +571,7 @@ } /* and then save the content of the ring */ - *data = kmalloc_array(size, sizeof(uint32_t), GFP_KERNEL); + *data = drm_malloc_ab(size, sizeof(uint32_t)); if (!*data) { mutex_unlock(&rdev->ring_lock); return 0; @@ -613,7 +613,7 @@ } radeon_ring_unlock_commit(rdev, ring); - kfree(data); + drm_free_large(data); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_sa.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_sa.c @@ -349,8 +349,15 @@ /* see if we can skip over some allocations */ } while (radeon_sa_bo_next_hole(sa_manager, fences, tries)); + for (i = 0; i < RADEON_NUM_RINGS; ++i) { + if (fences[i]) + radeon_fence_ref(fences[i]); + } + spin_unlock(&sa_manager->wq.lock); r = radeon_fence_wait_any(rdev, fences, false); + for (i = 0; i < RADEON_NUM_RINGS; ++i) + radeon_fence_unref(&fences[i]); spin_lock(&sa_manager->wq.lock); /* if we have nothing to wait for block */ if (r == -ENOENT) { --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_semaphore.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_semaphore.c @@ -34,7 +34,7 @@ int radeon_semaphore_create(struct radeon_device *rdev, struct radeon_semaphore **semaphore) { - uint32_t *cpu_addr; + uint64_t *cpu_addr; int i, r; *semaphore = kmalloc(sizeof(struct radeon_semaphore), GFP_KERNEL); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_ttm.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_ttm.c @@ -191,7 +191,7 @@ rbo = container_of(bo, struct radeon_bo, tbo); switch (bo->mem.mem_type) { case TTM_PL_VRAM: - if (rbo->rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready == false) + if (rbo->rdev->ring[radeon_copy_ring_index(rbo->rdev)].ready == false) radeon_ttm_placement_from_domain(rbo, RADEON_GEM_DOMAIN_CPU); else radeon_ttm_placement_from_domain(rbo, RADEON_GEM_DOMAIN_GTT); @@ -629,7 +629,7 @@ 0, PAGE_SIZE, PCI_DMA_BIDIRECTIONAL); if (pci_dma_mapping_error(rdev->pdev, gtt->ttm.dma_address[i])) { - while (--i) { + while (i--) { pci_unmap_page(rdev->pdev, gtt->ttm.dma_address[i], PAGE_SIZE, PCI_DMA_BIDIRECTIONAL); gtt->ttm.dma_address[i] = 0; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_uvd.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_uvd.c @@ -351,6 +351,29 @@ return 0; } +static int radeon_uvd_validate_codec(struct radeon_cs_parser *p, + unsigned stream_type) +{ + switch (stream_type) { + case 0: /* H264 */ + case 1: /* VC1 */ + /* always supported */ + return 0; + + case 3: /* MPEG2 */ + case 4: /* MPEG4 */ + /* only since UVD 3 */ + if (p->rdev->family >= CHIP_PALM) + return 0; + + /* fall through */ + default: + DRM_ERROR("UVD codec not supported by hardware %d!\n", + stream_type); + return -EINVAL; + } +} + static int radeon_uvd_cs_msg(struct radeon_cs_parser *p, struct radeon_bo *bo, unsigned offset, unsigned buf_sizes[]) { @@ -389,50 +412,70 @@ return -EINVAL; } - if (msg_type == 1) { - /* it's a decode msg, calc buffer sizes */ - r = radeon_uvd_cs_msg_decode(msg, buf_sizes); - /* calc image size (width * height) */ - img_size = msg[6] * msg[7]; + switch (msg_type) { + case 0: + /* it's a create msg, calc image size (width * height) */ + img_size = msg[7] * msg[8]; + + r = radeon_uvd_validate_codec(p, msg[4]); radeon_bo_kunmap(bo); if (r) return r; - } else if (msg_type == 2) { + /* try to alloc a new handle */ + for (i = 0; i < RADEON_MAX_UVD_HANDLES; ++i) { + if (atomic_read(&p->rdev->uvd.handles[i]) == handle) { + DRM_ERROR("Handle 0x%x already in use!\n", handle); + return -EINVAL; + } + + if (!atomic_cmpxchg(&p->rdev->uvd.handles[i], 0, handle)) { + p->rdev->uvd.filp[i] = p->filp; + p->rdev->uvd.img_size[i] = img_size; + return 0; + } + } + + DRM_ERROR("No more free UVD handles!\n"); + return -EINVAL; + + case 1: + /* it's a decode msg, validate codec and calc buffer sizes */ + r = radeon_uvd_validate_codec(p, msg[4]); + if (!r) + r = radeon_uvd_cs_msg_decode(msg, buf_sizes); + radeon_bo_kunmap(bo); + if (r) + return r; + + /* validate the handle */ + for (i = 0; i < RADEON_MAX_UVD_HANDLES; ++i) { + if (atomic_read(&p->rdev->uvd.handles[i]) == handle) { + if (p->rdev->uvd.filp[i] != p->filp) { + DRM_ERROR("UVD handle collision detected!\n"); + return -EINVAL; + } + return 0; + } + } + + DRM_ERROR("Invalid UVD handle 0x%x!\n", handle); + return -ENOENT; + + case 2: /* it's a destroy msg, free the handle */ for (i = 0; i < RADEON_MAX_UVD_HANDLES; ++i) atomic_cmpxchg(&p->rdev->uvd.handles[i], handle, 0); radeon_bo_kunmap(bo); return 0; - } else { - /* it's a create msg, calc image size (width * height) */ - img_size = msg[7] * msg[8]; - radeon_bo_kunmap(bo); - if (msg_type != 0) { - DRM_ERROR("Illegal UVD message type (%d)!\n", msg_type); - return -EINVAL; - } + default: - /* it's a create msg, no special handling needed */ - } - - /* create or decode, validate the handle */ - for (i = 0; i < RADEON_MAX_UVD_HANDLES; ++i) { - if (atomic_read(&p->rdev->uvd.handles[i]) == handle) - return 0; - } - - /* handle not found try to alloc a new one */ - for (i = 0; i < RADEON_MAX_UVD_HANDLES; ++i) { - if (!atomic_cmpxchg(&p->rdev->uvd.handles[i], 0, handle)) { - p->rdev->uvd.filp[i] = p->filp; - p->rdev->uvd.img_size[i] = img_size; - return 0; - } + DRM_ERROR("Illegal UVD message type (%d)!\n", msg_type); + return -EINVAL; } - DRM_ERROR("No more free UVD handles!\n"); + BUG(); return -EINVAL; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_vce.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_vce.c @@ -342,31 +342,31 @@ /* stitch together an VCE create msg */ ib.length_dw = 0; - ib.ptr[ib.length_dw++] = 0x0000000c; /* len */ - ib.ptr[ib.length_dw++] = 0x00000001; /* session cmd */ - ib.ptr[ib.length_dw++] = handle; - - ib.ptr[ib.length_dw++] = 0x00000030; /* len */ - ib.ptr[ib.length_dw++] = 0x01000001; /* create cmd */ - ib.ptr[ib.length_dw++] = 0x00000000; - ib.ptr[ib.length_dw++] = 0x00000042; - ib.ptr[ib.length_dw++] = 0x0000000a; - ib.ptr[ib.length_dw++] = 0x00000001; - ib.ptr[ib.length_dw++] = 0x00000080; - ib.ptr[ib.length_dw++] = 0x00000060; - ib.ptr[ib.length_dw++] = 0x00000100; - ib.ptr[ib.length_dw++] = 0x00000100; - ib.ptr[ib.length_dw++] = 0x0000000c; - ib.ptr[ib.length_dw++] = 0x00000000; - - ib.ptr[ib.length_dw++] = 0x00000014; /* len */ - ib.ptr[ib.length_dw++] = 0x05000005; /* feedback buffer */ - ib.ptr[ib.length_dw++] = upper_32_bits(dummy); - ib.ptr[ib.length_dw++] = dummy; - ib.ptr[ib.length_dw++] = 0x00000001; + ib.ptr[ib.length_dw++] = cpu_to_le32(0x0000000c); /* len */ + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000001); /* session cmd */ + ib.ptr[ib.length_dw++] = cpu_to_le32(handle); + + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000030); /* len */ + ib.ptr[ib.length_dw++] = cpu_to_le32(0x01000001); /* create cmd */ + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000000); + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000042); + ib.ptr[ib.length_dw++] = cpu_to_le32(0x0000000a); + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000001); + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000080); + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000060); + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000100); + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000100); + ib.ptr[ib.length_dw++] = cpu_to_le32(0x0000000c); + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000000); + + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000014); /* len */ + ib.ptr[ib.length_dw++] = cpu_to_le32(0x05000005); /* feedback buffer */ + ib.ptr[ib.length_dw++] = cpu_to_le32(upper_32_bits(dummy)); + ib.ptr[ib.length_dw++] = cpu_to_le32(dummy); + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000001); for (i = ib.length_dw; i < ib_size_dw; ++i) - ib.ptr[i] = 0x0; + ib.ptr[i] = cpu_to_le32(0x0); r = radeon_ib_schedule(rdev, &ib, NULL); if (r) { @@ -409,21 +409,21 @@ /* stitch together an VCE destroy msg */ ib.length_dw = 0; - ib.ptr[ib.length_dw++] = 0x0000000c; /* len */ - ib.ptr[ib.length_dw++] = 0x00000001; /* session cmd */ - ib.ptr[ib.length_dw++] = handle; - - ib.ptr[ib.length_dw++] = 0x00000014; /* len */ - ib.ptr[ib.length_dw++] = 0x05000005; /* feedback buffer */ - ib.ptr[ib.length_dw++] = upper_32_bits(dummy); - ib.ptr[ib.length_dw++] = dummy; - ib.ptr[ib.length_dw++] = 0x00000001; + ib.ptr[ib.length_dw++] = cpu_to_le32(0x0000000c); /* len */ + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000001); /* session cmd */ + ib.ptr[ib.length_dw++] = cpu_to_le32(handle); + + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000014); /* len */ + ib.ptr[ib.length_dw++] = cpu_to_le32(0x05000005); /* feedback buffer */ + ib.ptr[ib.length_dw++] = cpu_to_le32(upper_32_bits(dummy)); + ib.ptr[ib.length_dw++] = cpu_to_le32(dummy); + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000001); - ib.ptr[ib.length_dw++] = 0x00000008; /* len */ - ib.ptr[ib.length_dw++] = 0x02000001; /* destroy cmd */ + ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000008); /* len */ + ib.ptr[ib.length_dw++] = cpu_to_le32(0x02000001); /* destroy cmd */ for (i = ib.length_dw; i < ib_size_dw; ++i) - ib.ptr[i] = 0x0; + ib.ptr[i] = cpu_to_le32(0x0); r = radeon_ib_schedule(rdev, &ib, NULL); if (r) { @@ -492,18 +492,27 @@ * * @p: parser context * @handle: handle to validate + * @allocated: allocated a new handle? * * Validates the handle and return the found session index or -EINVAL * we we don't have another free session index. */ -int radeon_vce_validate_handle(struct radeon_cs_parser *p, uint32_t handle) +static int radeon_vce_validate_handle(struct radeon_cs_parser *p, + uint32_t handle, bool *allocated) { unsigned i; + *allocated = false; + /* validate the handle */ for (i = 0; i < RADEON_MAX_VCE_HANDLES; ++i) { - if (atomic_read(&p->rdev->vce.handles[i]) == handle) + if (atomic_read(&p->rdev->vce.handles[i]) == handle) { + if (p->rdev->vce.filp[i] != p->filp) { + DRM_ERROR("VCE handle collision detected!\n"); + return -EINVAL; + } return i; + } } /* handle not found try to alloc a new one */ @@ -511,6 +520,7 @@ if (!atomic_cmpxchg(&p->rdev->vce.handles[i], 0, handle)) { p->rdev->vce.filp[i] = p->filp; p->rdev->vce.img_size[i] = 0; + *allocated = true; return i; } } @@ -528,10 +538,10 @@ int radeon_vce_cs_parse(struct radeon_cs_parser *p) { int session_idx = -1; - bool destroyed = false; + bool destroyed = false, created = false, allocated = false; uint32_t tmp, handle = 0; uint32_t *size = &tmp; - int i, r; + int i, r = 0; while (p->idx < p->chunks[p->chunk_ib_idx].length_dw) { uint32_t len = radeon_get_ib_value(p, p->idx); @@ -539,18 +549,21 @@ if ((len < 8) || (len & 3)) { DRM_ERROR("invalid VCE command length (%d)!\n", len); - return -EINVAL; + r = -EINVAL; + goto out; } if (destroyed) { DRM_ERROR("No other command allowed after destroy!\n"); - return -EINVAL; + r = -EINVAL; + goto out; } switch (cmd) { case 0x00000001: // session handle = radeon_get_ib_value(p, p->idx + 2); - session_idx = radeon_vce_validate_handle(p, handle); + session_idx = radeon_vce_validate_handle(p, handle, + &allocated); if (session_idx < 0) return session_idx; size = &p->rdev->vce.img_size[session_idx]; @@ -560,6 +573,13 @@ break; case 0x01000001: // create + created = true; + if (!allocated) { + DRM_ERROR("Handle already in use!\n"); + r = -EINVAL; + goto out; + } + *size = radeon_get_ib_value(p, p->idx + 8) * radeon_get_ib_value(p, p->idx + 10) * 8 * 3 / 2; @@ -576,12 +596,12 @@ r = radeon_vce_cs_reloc(p, p->idx + 10, p->idx + 9, *size); if (r) - return r; + goto out; r = radeon_vce_cs_reloc(p, p->idx + 12, p->idx + 11, *size / 3); if (r) - return r; + goto out; break; case 0x02000001: // destroy @@ -592,7 +612,7 @@ r = radeon_vce_cs_reloc(p, p->idx + 3, p->idx + 2, *size * 2); if (r) - return r; + goto out; break; case 0x05000004: // video bitstream buffer @@ -600,36 +620,47 @@ r = radeon_vce_cs_reloc(p, p->idx + 3, p->idx + 2, tmp); if (r) - return r; + goto out; break; case 0x05000005: // feedback buffer r = radeon_vce_cs_reloc(p, p->idx + 3, p->idx + 2, 4096); if (r) - return r; + goto out; break; default: DRM_ERROR("invalid VCE command (0x%x)!\n", cmd); - return -EINVAL; + r = -EINVAL; + goto out; } if (session_idx == -1) { DRM_ERROR("no session command at start of IB\n"); - return -EINVAL; + r = -EINVAL; + goto out; } p->idx += len / 4; } - if (destroyed) { - /* IB contains a destroy msg, free the handle */ + if (allocated && !created) { + DRM_ERROR("New session without create command!\n"); + r = -ENOENT; + } + +out: + if ((!r && destroyed) || (r && allocated)) { + /* + * IB contains a destroy msg or we have allocated an + * handle and got an error, anyway free the handle + */ for (i = 0; i < RADEON_MAX_VCE_HANDLES; ++i) atomic_cmpxchg(&p->rdev->vce.handles[i], handle, 0); } - return 0; + return r; } /** @@ -648,12 +679,12 @@ { uint64_t addr = semaphore->gpu_addr; - radeon_ring_write(ring, VCE_CMD_SEMAPHORE); - radeon_ring_write(ring, (addr >> 3) & 0x000FFFFF); - radeon_ring_write(ring, (addr >> 23) & 0x000FFFFF); - radeon_ring_write(ring, 0x01003000 | (emit_wait ? 1 : 0)); + radeon_ring_write(ring, cpu_to_le32(VCE_CMD_SEMAPHORE)); + radeon_ring_write(ring, cpu_to_le32((addr >> 3) & 0x000FFFFF)); + radeon_ring_write(ring, cpu_to_le32((addr >> 23) & 0x000FFFFF)); + radeon_ring_write(ring, cpu_to_le32(0x01003000 | (emit_wait ? 1 : 0))); if (!emit_wait) - radeon_ring_write(ring, VCE_CMD_END); + radeon_ring_write(ring, cpu_to_le32(VCE_CMD_END)); return true; } @@ -668,10 +699,10 @@ void radeon_vce_ib_execute(struct radeon_device *rdev, struct radeon_ib *ib) { struct radeon_ring *ring = &rdev->ring[ib->ring]; - radeon_ring_write(ring, VCE_CMD_IB); - radeon_ring_write(ring, ib->gpu_addr); - radeon_ring_write(ring, upper_32_bits(ib->gpu_addr)); - radeon_ring_write(ring, ib->length_dw); + radeon_ring_write(ring, cpu_to_le32(VCE_CMD_IB)); + radeon_ring_write(ring, cpu_to_le32(ib->gpu_addr)); + radeon_ring_write(ring, cpu_to_le32(upper_32_bits(ib->gpu_addr))); + radeon_ring_write(ring, cpu_to_le32(ib->length_dw)); } /** @@ -687,12 +718,12 @@ struct radeon_ring *ring = &rdev->ring[fence->ring]; uint64_t addr = rdev->fence_drv[fence->ring].gpu_addr; - radeon_ring_write(ring, VCE_CMD_FENCE); - radeon_ring_write(ring, addr); - radeon_ring_write(ring, upper_32_bits(addr)); - radeon_ring_write(ring, fence->seq); - radeon_ring_write(ring, VCE_CMD_TRAP); - radeon_ring_write(ring, VCE_CMD_END); + radeon_ring_write(ring, cpu_to_le32(VCE_CMD_FENCE)); + radeon_ring_write(ring, cpu_to_le32(addr)); + radeon_ring_write(ring, cpu_to_le32(upper_32_bits(addr))); + radeon_ring_write(ring, cpu_to_le32(fence->seq)); + radeon_ring_write(ring, cpu_to_le32(VCE_CMD_TRAP)); + radeon_ring_write(ring, cpu_to_le32(VCE_CMD_END)); } /** @@ -714,7 +745,7 @@ ring->idx, r); return r; } - radeon_ring_write(ring, VCE_CMD_END); + radeon_ring_write(ring, cpu_to_le32(VCE_CMD_END)); radeon_ring_unlock_commit(rdev, ring); for (i = 0; i < rdev->usec_timeout; i++) { --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/radeon_vm.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/radeon_vm.c @@ -132,8 +132,8 @@ struct radeon_cs_reloc *list; unsigned i, idx; - list = kmalloc_array(vm->max_pde_used + 2, - sizeof(struct radeon_cs_reloc), GFP_KERNEL); + list = drm_malloc_ab(vm->max_pde_used + 2, + sizeof(struct radeon_cs_reloc)); if (!list) return NULL; @@ -711,9 +711,11 @@ */ /* NI is optimized for 256KB fragments, SI and newer for 64KB */ - uint64_t frag_flags = rdev->family == CHIP_CAYMAN ? + uint64_t frag_flags = ((rdev->family == CHIP_CAYMAN) || + (rdev->family == CHIP_ARUBA)) ? R600_PTE_FRAG_256KB : R600_PTE_FRAG_64KB; - uint64_t frag_align = rdev->family == CHIP_CAYMAN ? 0x200 : 0x80; + uint64_t frag_align = ((rdev->family == CHIP_CAYMAN) || + (rdev->family == CHIP_ARUBA)) ? 0x200 : 0x80; uint64_t frag_start = ALIGN(pe_start, frag_align); uint64_t frag_end = pe_end & ~(frag_align - 1); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/rs600.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/rs600.c @@ -684,6 +684,10 @@ WREG32(R_007D18_DC_HOT_PLUG_DETECT2_INT_CONTROL, hpd2); if (ASIC_IS_DCE2(rdev)) WREG32(R_007408_HDMI0_AUDIO_PACKET_CONTROL, hdmi0); + + /* posting read */ + RREG32(R_000040_GEN_INT_CNTL); + return 0; } @@ -874,6 +878,9 @@ u32 d1mode_priority_a_cnt, d2mode_priority_a_cnt; /* FIXME: implement full support */ + if (!rdev->mode_info.mode_config_initialized) + return; + radeon_update_display_priority(rdev); if (rdev->mode_info.crtcs[0]->base.enabled) --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/rs690.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/rs690.c @@ -579,6 +579,9 @@ u32 d1mode_priority_a_cnt, d1mode_priority_b_cnt; u32 d2mode_priority_a_cnt, d2mode_priority_b_cnt; + if (!rdev->mode_info.mode_config_initialized) + return; + radeon_update_display_priority(rdev); if (rdev->mode_info.crtcs[0]->base.enabled) --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/rv515.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/rv515.c @@ -1277,6 +1277,9 @@ struct drm_display_mode *mode0 = NULL; struct drm_display_mode *mode1 = NULL; + if (!rdev->mode_info.mode_config_initialized) + return; + radeon_update_display_priority(rdev); if (rdev->mode_info.crtcs[0]->base.enabled) --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/rv730_dpm.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/rv730_dpm.c @@ -464,7 +464,7 @@ result = rv770_send_msg_to_smc(rdev, PPSMC_MSG_TwoLevelsDisabled); if (result != PPSMC_Result_OK) - DRM_ERROR("Could not force DPM to low\n"); + DRM_DEBUG("Could not force DPM to low\n"); WREG32_P(GENERAL_PWRMGT, 0, ~GLOBAL_PWRMGT_EN); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/rv770.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/rv770.c @@ -1178,7 +1178,6 @@ u32 hdp_host_path_cntl; u32 sq_dyn_gpr_size_simd_ab_0; u32 gb_tiling_config = 0; - u32 cc_rb_backend_disable = 0; u32 cc_gc_shader_pipe_config = 0; u32 mc_arb_ramcfg; u32 db_debug4, tmp; @@ -1312,21 +1311,7 @@ WREG32(SPI_CONFIG_CNTL, 0); } - cc_rb_backend_disable = RREG32(CC_RB_BACKEND_DISABLE) & 0x00ff0000; - tmp = R7XX_MAX_BACKENDS - r600_count_pipe_bits(cc_rb_backend_disable >> 16); - if (tmp < rdev->config.rv770.max_backends) { - rdev->config.rv770.max_backends = tmp; - } - cc_gc_shader_pipe_config = RREG32(CC_GC_SHADER_PIPE_CONFIG) & 0xffffff00; - tmp = R7XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config >> 8) & R7XX_MAX_PIPES_MASK); - if (tmp < rdev->config.rv770.max_pipes) { - rdev->config.rv770.max_pipes = tmp; - } - tmp = R7XX_MAX_SIMDS - r600_count_pipe_bits((cc_gc_shader_pipe_config >> 16) & R7XX_MAX_SIMDS_MASK); - if (tmp < rdev->config.rv770.max_simds) { - rdev->config.rv770.max_simds = tmp; - } tmp = rdev->config.rv770.max_simds - r600_count_pipe_bits((cc_gc_shader_pipe_config >> 16) & R7XX_MAX_SIMDS_MASK); rdev->config.rv770.active_simds = tmp; @@ -1349,6 +1334,14 @@ rdev->config.rv770.tiling_npipes = rdev->config.rv770.max_tile_pipes; disabled_rb_mask = (RREG32(CC_RB_BACKEND_DISABLE) >> 16) & R7XX_MAX_BACKENDS_MASK; + tmp = 0; + for (i = 0; i < rdev->config.rv770.max_backends; i++) + tmp |= (1 << i); + /* if all the backends are disabled, fix it up here */ + if ((disabled_rb_mask & tmp) == tmp) { + for (i = 0; i < rdev->config.rv770.max_backends; i++) + disabled_rb_mask &= ~(1 << i); + } tmp = (gb_tiling_config & PIPE_TILING__MASK) >> PIPE_TILING__SHIFT; tmp = r6xx_remap_render_backend(rdev, tmp, rdev->config.rv770.max_backends, R7XX_MAX_BACKENDS, disabled_rb_mask); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/rv770_dpm.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/rv770_dpm.c @@ -192,7 +192,7 @@ result = rv770_send_msg_to_smc(rdev, PPSMC_MSG_TwoLevelsDisabled); if (result != PPSMC_Result_OK) - DRM_ERROR("Could not force DPM to low.\n"); + DRM_DEBUG("Could not force DPM to low.\n"); WREG32_P(GENERAL_PWRMGT, 0, ~GLOBAL_PWRMGT_EN); @@ -1415,7 +1415,7 @@ int rv770_set_sw_state(struct radeon_device *rdev) { if (rv770_send_msg_to_smc(rdev, PPSMC_MSG_SwitchToSwState) != PPSMC_Result_OK) - return -EINVAL; + DRM_DEBUG("rv770_set_sw_state failed\n"); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/rv770d.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/rv770d.h @@ -989,6 +989,9 @@ ((n) & 0x3FFF) << 16) /* UVD */ +#define UVD_SEMA_ADDR_LOW 0xef00 +#define UVD_SEMA_ADDR_HIGH 0xef04 +#define UVD_SEMA_CMD 0xef08 #define UVD_GPCOM_VCPU_CMD 0xef0c #define UVD_GPCOM_VCPU_DATA0 0xef10 #define UVD_GPCOM_VCPU_DATA1 0xef14 --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/si.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/si.c @@ -2228,6 +2228,9 @@ u32 num_heads = 0, lb_size; int i; + if (!rdev->mode_info.mode_config_initialized) + return; + radeon_update_display_priority(rdev); for (i = 0; i < rdev->num_crtc; i++) { @@ -2901,7 +2904,7 @@ u32 sx_debug_1; u32 hdp_host_path_cntl; u32 tmp; - int i, j, k; + int i, j; switch (rdev->family) { case CHIP_TAHITI: @@ -3099,12 +3102,11 @@ rdev->config.si.max_sh_per_se, rdev->config.si.max_cu_per_sh); + rdev->config.si.active_cus = 0; for (i = 0; i < rdev->config.si.max_shader_engines; i++) { for (j = 0; j < rdev->config.si.max_sh_per_se; j++) { - for (k = 0; k < rdev->config.si.max_cu_per_sh; k++) { - rdev->config.si.active_cus += - hweight32(si_get_cu_active_bitmap(rdev, i, j)); - } + rdev->config.si.active_cus += + hweight32(si_get_cu_active_bitmap(rdev, i, j)); } } @@ -4085,7 +4087,7 @@ /* empty context1-15 */ /* set vm size, must be a multiple of 4 */ WREG32(VM_CONTEXT1_PAGE_TABLE_START_ADDR, 0); - WREG32(VM_CONTEXT1_PAGE_TABLE_END_ADDR, rdev->vm_manager.max_pfn); + WREG32(VM_CONTEXT1_PAGE_TABLE_END_ADDR, rdev->vm_manager.max_pfn - 1); /* Assign the pt base to something valid for now; the pts used for * the VMs are determined by the application and setup and assigned * on the fly in the vm part of radeon_gart.c @@ -4815,7 +4817,7 @@ /* write new base address */ radeon_ring_write(ring, PACKET3(PACKET3_WRITE_DATA, 3)); - radeon_ring_write(ring, (WRITE_DATA_ENGINE_SEL(0) | + radeon_ring_write(ring, (WRITE_DATA_ENGINE_SEL(1) | WRITE_DATA_DST_SEL(0))); if (vm->id < 8) { @@ -4844,6 +4846,16 @@ radeon_ring_write(ring, 0); radeon_ring_write(ring, 1 << vm->id); + /* wait for the invalidate to complete */ + radeon_ring_write(ring, PACKET3(PACKET3_WAIT_REG_MEM, 5)); + radeon_ring_write(ring, (WAIT_REG_MEM_FUNCTION(0) | /* always */ + WAIT_REG_MEM_ENGINE(0))); /* me */ + radeon_ring_write(ring, VM_INVALIDATE_REQUEST >> 2); + radeon_ring_write(ring, 0); + radeon_ring_write(ring, 0); /* ref */ + radeon_ring_write(ring, 0); /* mask */ + radeon_ring_write(ring, 0x20); /* poll interval */ + /* sync PFP to ME, otherwise we might get invalid PFP reads */ radeon_ring_write(ring, PACKET3(PACKET3_PFP_SYNC_ME, 0)); radeon_ring_write(ring, 0x0); @@ -5960,6 +5972,9 @@ WREG32(CG_THERMAL_INT, thermal_int); + /* posting read */ + RREG32(SRBM_STATUS); + return 0; } @@ -6158,23 +6173,27 @@ case 1: /* D1 vblank/vline */ switch (src_data) { case 0: /* D1 vblank */ - if (rdev->irq.stat_regs.evergreen.disp_int & LB_D1_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[0]) { - drm_handle_vblank(rdev->ddev, 0); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[0])) - radeon_crtc_handle_vblank(rdev, 0); - rdev->irq.stat_regs.evergreen.disp_int &= ~LB_D1_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D1 vblank\n"); + if (!(rdev->irq.stat_regs.evergreen.disp_int & LB_D1_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[0]) { + drm_handle_vblank(rdev->ddev, 0); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); } + if (atomic_read(&rdev->irq.pflip[0])) + radeon_crtc_handle_vblank(rdev, 0); + rdev->irq.stat_regs.evergreen.disp_int &= ~LB_D1_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D1 vblank\n"); + break; case 1: /* D1 vline */ - if (rdev->irq.stat_regs.evergreen.disp_int & LB_D1_VLINE_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int &= ~LB_D1_VLINE_INTERRUPT; - DRM_DEBUG("IH: D1 vline\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int & LB_D1_VLINE_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int &= ~LB_D1_VLINE_INTERRUPT; + DRM_DEBUG("IH: D1 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -6184,23 +6203,27 @@ case 2: /* D2 vblank/vline */ switch (src_data) { case 0: /* D2 vblank */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[1]) { - drm_handle_vblank(rdev->ddev, 1); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[1])) - radeon_crtc_handle_vblank(rdev, 1); - rdev->irq.stat_regs.evergreen.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D2 vblank\n"); + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[1]) { + drm_handle_vblank(rdev->ddev, 1); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); } + if (atomic_read(&rdev->irq.pflip[1])) + radeon_crtc_handle_vblank(rdev, 1); + rdev->irq.stat_regs.evergreen.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D2 vblank\n"); + break; case 1: /* D2 vline */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VLINE_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont &= ~LB_D2_VLINE_INTERRUPT; - DRM_DEBUG("IH: D2 vline\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VLINE_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont &= ~LB_D2_VLINE_INTERRUPT; + DRM_DEBUG("IH: D2 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -6210,23 +6233,27 @@ case 3: /* D3 vblank/vline */ switch (src_data) { case 0: /* D3 vblank */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[2]) { - drm_handle_vblank(rdev->ddev, 2); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[2])) - radeon_crtc_handle_vblank(rdev, 2); - rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~LB_D3_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D3 vblank\n"); + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[2]) { + drm_handle_vblank(rdev->ddev, 2); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); } + if (atomic_read(&rdev->irq.pflip[2])) + radeon_crtc_handle_vblank(rdev, 2); + rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~LB_D3_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D3 vblank\n"); + break; case 1: /* D3 vline */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VLINE_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~LB_D3_VLINE_INTERRUPT; - DRM_DEBUG("IH: D3 vline\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VLINE_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~LB_D3_VLINE_INTERRUPT; + DRM_DEBUG("IH: D3 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -6236,23 +6263,27 @@ case 4: /* D4 vblank/vline */ switch (src_data) { case 0: /* D4 vblank */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont3 & LB_D4_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[3]) { - drm_handle_vblank(rdev->ddev, 3); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[3])) - radeon_crtc_handle_vblank(rdev, 3); - rdev->irq.stat_regs.evergreen.disp_int_cont3 &= ~LB_D4_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D4 vblank\n"); + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont3 & LB_D4_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[3]) { + drm_handle_vblank(rdev->ddev, 3); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); } + if (atomic_read(&rdev->irq.pflip[3])) + radeon_crtc_handle_vblank(rdev, 3); + rdev->irq.stat_regs.evergreen.disp_int_cont3 &= ~LB_D4_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D4 vblank\n"); + break; case 1: /* D4 vline */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont3 & LB_D4_VLINE_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont3 &= ~LB_D4_VLINE_INTERRUPT; - DRM_DEBUG("IH: D4 vline\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont3 & LB_D4_VLINE_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont3 &= ~LB_D4_VLINE_INTERRUPT; + DRM_DEBUG("IH: D4 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -6262,23 +6293,27 @@ case 5: /* D5 vblank/vline */ switch (src_data) { case 0: /* D5 vblank */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[4]) { - drm_handle_vblank(rdev->ddev, 4); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[4])) - radeon_crtc_handle_vblank(rdev, 4); - rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~LB_D5_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D5 vblank\n"); + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[4]) { + drm_handle_vblank(rdev->ddev, 4); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); } + if (atomic_read(&rdev->irq.pflip[4])) + radeon_crtc_handle_vblank(rdev, 4); + rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~LB_D5_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D5 vblank\n"); + break; case 1: /* D5 vline */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VLINE_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~LB_D5_VLINE_INTERRUPT; - DRM_DEBUG("IH: D5 vline\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VLINE_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~LB_D5_VLINE_INTERRUPT; + DRM_DEBUG("IH: D5 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -6288,23 +6323,27 @@ case 6: /* D6 vblank/vline */ switch (src_data) { case 0: /* D6 vblank */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont5 & LB_D6_VBLANK_INTERRUPT) { - if (rdev->irq.crtc_vblank_int[5]) { - drm_handle_vblank(rdev->ddev, 5); - rdev->pm.vblank_sync = true; - wake_up(&rdev->irq.vblank_queue); - } - if (atomic_read(&rdev->irq.pflip[5])) - radeon_crtc_handle_vblank(rdev, 5); - rdev->irq.stat_regs.evergreen.disp_int_cont5 &= ~LB_D6_VBLANK_INTERRUPT; - DRM_DEBUG("IH: D6 vblank\n"); + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont5 & LB_D6_VBLANK_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + if (rdev->irq.crtc_vblank_int[5]) { + drm_handle_vblank(rdev->ddev, 5); + rdev->pm.vblank_sync = true; + wake_up(&rdev->irq.vblank_queue); } + if (atomic_read(&rdev->irq.pflip[5])) + radeon_crtc_handle_vblank(rdev, 5); + rdev->irq.stat_regs.evergreen.disp_int_cont5 &= ~LB_D6_VBLANK_INTERRUPT; + DRM_DEBUG("IH: D6 vblank\n"); + break; case 1: /* D6 vline */ - if (rdev->irq.stat_regs.evergreen.disp_int_cont5 & LB_D6_VLINE_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont5 &= ~LB_D6_VLINE_INTERRUPT; - DRM_DEBUG("IH: D6 vline\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont5 & LB_D6_VLINE_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont5 &= ~LB_D6_VLINE_INTERRUPT; + DRM_DEBUG("IH: D6 vline\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -6323,46 +6362,58 @@ case 42: /* HPD hotplug */ switch (src_data) { case 0: - if (rdev->irq.stat_regs.evergreen.disp_int & DC_HPD1_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int &= ~DC_HPD1_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD1\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int & DC_HPD1_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int &= ~DC_HPD1_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD1\n"); + break; case 1: - if (rdev->irq.stat_regs.evergreen.disp_int_cont & DC_HPD2_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont &= ~DC_HPD2_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD2\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont & DC_HPD2_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont &= ~DC_HPD2_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD2\n"); + break; case 2: - if (rdev->irq.stat_regs.evergreen.disp_int_cont2 & DC_HPD3_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~DC_HPD3_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD3\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont2 & DC_HPD3_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~DC_HPD3_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD3\n"); + break; case 3: - if (rdev->irq.stat_regs.evergreen.disp_int_cont3 & DC_HPD4_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont3 &= ~DC_HPD4_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD4\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont3 & DC_HPD4_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont3 &= ~DC_HPD4_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD4\n"); + break; case 4: - if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & DC_HPD5_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~DC_HPD5_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD5\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont4 & DC_HPD5_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~DC_HPD5_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD5\n"); + break; case 5: - if (rdev->irq.stat_regs.evergreen.disp_int_cont5 & DC_HPD6_INTERRUPT) { - rdev->irq.stat_regs.evergreen.disp_int_cont5 &= ~DC_HPD6_INTERRUPT; - queue_hotplug = true; - DRM_DEBUG("IH: HPD6\n"); - } + if (!(rdev->irq.stat_regs.evergreen.disp_int_cont5 & DC_HPD6_INTERRUPT)) + DRM_DEBUG("IH: IH event w/o asserted irq bit?\n"); + + rdev->irq.stat_regs.evergreen.disp_int_cont5 &= ~DC_HPD6_INTERRUPT; + queue_hotplug = true; + DRM_DEBUG("IH: HPD6\n"); + break; default: DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); @@ -6879,8 +6930,7 @@ WREG32_P(CG_UPLL_FUNC_CNTL, UPLL_BYPASS_EN_MASK, ~UPLL_BYPASS_EN_MASK); if (!vclk || !dclk) { - /* keep the Bypass mode, put PLL to sleep */ - WREG32_P(CG_UPLL_FUNC_CNTL, UPLL_SLEEP_MASK, ~UPLL_SLEEP_MASK); + /* keep the Bypass mode */ return 0; } @@ -6896,8 +6946,7 @@ /* set VCO_MODE to 1 */ WREG32_P(CG_UPLL_FUNC_CNTL, UPLL_VCO_MODE_MASK, ~UPLL_VCO_MODE_MASK); - /* toggle UPLL_SLEEP to 1 then back to 0 */ - WREG32_P(CG_UPLL_FUNC_CNTL, UPLL_SLEEP_MASK, ~UPLL_SLEEP_MASK); + /* disable sleep mode */ WREG32_P(CG_UPLL_FUNC_CNTL, 0, ~UPLL_SLEEP_MASK); /* deassert UPLL_RESET */ --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/si_dma.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/si_dma.c @@ -169,6 +169,14 @@ radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_SRBM_WRITE, 0, 0, 0, 0)); radeon_ring_write(ring, (0xf << 16) | (VM_INVALIDATE_REQUEST >> 2)); radeon_ring_write(ring, 1 << vm->id); + + /* wait for invalidate to complete */ + radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_POLL_REG_MEM, 0, 0, 0, 0)); + radeon_ring_write(ring, VM_INVALIDATE_REQUEST); + radeon_ring_write(ring, 0xff << 16); /* retry */ + radeon_ring_write(ring, 1 << vm->id); /* mask */ + radeon_ring_write(ring, 0); /* value */ + radeon_ring_write(ring, (0 << 28) | 0x20); /* func(always) | poll interval */ } /** --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/si_dpm.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/si_dpm.c @@ -2907,6 +2907,26 @@ return ret; } +struct si_dpm_quirk { + u32 chip_vendor; + u32 chip_device; + u32 subsys_vendor; + u32 subsys_device; + u32 max_sclk; + u32 max_mclk; +}; + +/* cards with dpm stability problems */ +static struct si_dpm_quirk si_dpm_quirk_list[] = { + /* PITCAIRN - https://bugs.freedesktop.org/show_bug.cgi?id=76490 */ + { PCI_VENDOR_ID_ATI, 0x6810, 0x1462, 0x3036, 0, 120000 }, + { PCI_VENDOR_ID_ATI, 0x6811, 0x174b, 0xe271, 0, 120000 }, + { PCI_VENDOR_ID_ATI, 0x6810, 0x174b, 0xe271, 85000, 90000 }, + { PCI_VENDOR_ID_ATI, 0x6811, 0x1462, 0x2015, 0, 120000 }, + { PCI_VENDOR_ID_ATI, 0x6811, 0x1043, 0x2015, 0, 120000 }, + { 0, 0, 0, 0 }, +}; + static void si_apply_state_adjust_rules(struct radeon_device *rdev, struct radeon_ps *rps) { @@ -2917,7 +2937,22 @@ u32 mclk, sclk; u16 vddc, vddci; u32 max_sclk_vddc, max_mclk_vddci, max_mclk_vddc; + u32 max_sclk = 0, max_mclk = 0; int i; + struct si_dpm_quirk *p = si_dpm_quirk_list; + + /* Apply dpm quirks */ + while (p && p->chip_device != 0) { + if (rdev->pdev->vendor == p->chip_vendor && + rdev->pdev->device == p->chip_device && + rdev->pdev->subsystem_vendor == p->subsys_vendor && + rdev->pdev->subsystem_device == p->subsys_device) { + max_sclk = p->max_sclk; + max_mclk = p->max_mclk; + break; + } + ++p; + } if ((rdev->pm.dpm.new_active_crtc_count > 1) || ni_dpm_vblank_too_short(rdev)) @@ -2971,6 +3006,14 @@ if (ps->performance_levels[i].mclk > max_mclk_vddc) ps->performance_levels[i].mclk = max_mclk_vddc; } + if (max_mclk) { + if (ps->performance_levels[i].mclk > max_mclk) + ps->performance_levels[i].mclk = max_mclk; + } + if (max_sclk) { + if (ps->performance_levels[i].sclk > max_sclk) + ps->performance_levels[i].sclk = max_sclk; + } } /* XXX validate the min clocks required for display */ @@ -6207,7 +6250,7 @@ if ((rps->class2 & ATOM_PPLIB_CLASSIFICATION2_ULV) && index == 0) { /* XXX disable for A0 tahiti */ - si_pi->ulv.supported = true; + si_pi->ulv.supported = false; si_pi->ulv.pl = *pl; si_pi->ulv.one_pcie_lane_in_ulv = false; si_pi->ulv.volt_change_delay = SISLANDS_ULVVOLTAGECHANGEDELAY_DFLT; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/sid.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/sid.h @@ -1594,6 +1594,23 @@ #define PACKET3_MPEG_INDEX 0x3A #define PACKET3_COPY_DW 0x3B #define PACKET3_WAIT_REG_MEM 0x3C +#define WAIT_REG_MEM_FUNCTION(x) ((x) << 0) + /* 0 - always + * 1 - < + * 2 - <= + * 3 - == + * 4 - != + * 5 - >= + * 6 - > + */ +#define WAIT_REG_MEM_MEM_SPACE(x) ((x) << 4) + /* 0 - reg + * 1 - mem + */ +#define WAIT_REG_MEM_ENGINE(x) ((x) << 8) + /* 0 - me + * 1 - pfp + */ #define PACKET3_MEM_WRITE 0x3D #define PACKET3_COPY_DATA 0x40 #define PACKET3_CP_DMA 0x41 @@ -1797,6 +1814,7 @@ #define DMA_PACKET_TRAP 0x7 #define DMA_PACKET_SRBM_WRITE 0x9 #define DMA_PACKET_CONSTANT_FILL 0xd +#define DMA_PACKET_POLL_REG_MEM 0xe #define DMA_PACKET_NOP 0xf #define VCE_STATUS 0x20004 --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/trinity_dpm.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/trinity_dpm.c @@ -1874,16 +1874,22 @@ for (i = 0; i < SUMO_MAX_HARDWARE_POWERLEVELS; i++) pi->at[i] = TRINITY_AT_DFLT; - /* There are stability issues reported on with - * bapm enabled when switching between AC and battery - * power. At the same time, some MSI boards hang - * if it's not enabled and dpm is enabled. Just enable - * it for MSI boards right now. - */ - if (rdev->pdev->subsystem_vendor == 0x1462) - pi->enable_bapm = true; - else + if (radeon_bapm == -1) { + /* There are stability issues reported on with + * bapm enabled when switching between AC and battery + * power. At the same time, some MSI boards hang + * if it's not enabled and dpm is enabled. Just enable + * it for MSI boards right now. + */ + if (rdev->pdev->subsystem_vendor == 0x1462) + pi->enable_bapm = true; + else + pi->enable_bapm = false; + } else if (radeon_bapm == 0) { pi->enable_bapm = false; + } else { + pi->enable_bapm = true; + } pi->enable_nbps_policy = true; pi->enable_sclk_ds = true; pi->enable_gfx_power_gating = true; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/uvd_v1_0.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/uvd_v1_0.c @@ -365,18 +365,8 @@ struct radeon_semaphore *semaphore, bool emit_wait) { - uint64_t addr = semaphore->gpu_addr; - - radeon_ring_write(ring, PACKET0(UVD_SEMA_ADDR_LOW, 0)); - radeon_ring_write(ring, (addr >> 3) & 0x000FFFFF); - - radeon_ring_write(ring, PACKET0(UVD_SEMA_ADDR_HIGH, 0)); - radeon_ring_write(ring, (addr >> 23) & 0x000FFFFF); - - radeon_ring_write(ring, PACKET0(UVD_SEMA_CMD, 0)); - radeon_ring_write(ring, emit_wait ? 1 : 0); - - return true; + /* disable semaphores for UVD V1 hardware */ + return false; } /** --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/radeon/uvd_v2_2.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/radeon/uvd_v2_2.c @@ -60,6 +60,35 @@ } /** + * uvd_v2_2_semaphore_emit - emit semaphore command + * + * @rdev: radeon_device pointer + * @ring: radeon_ring pointer + * @semaphore: semaphore to emit commands for + * @emit_wait: true if we should emit a wait command + * + * Emit a semaphore command (either wait or signal) to the UVD ring. + */ +bool uvd_v2_2_semaphore_emit(struct radeon_device *rdev, + struct radeon_ring *ring, + struct radeon_semaphore *semaphore, + bool emit_wait) +{ + uint64_t addr = semaphore->gpu_addr; + + radeon_ring_write(ring, PACKET0(UVD_SEMA_ADDR_LOW, 0)); + radeon_ring_write(ring, (addr >> 3) & 0x000FFFFF); + + radeon_ring_write(ring, PACKET0(UVD_SEMA_ADDR_HIGH, 0)); + radeon_ring_write(ring, (addr >> 23) & 0x000FFFFF); + + radeon_ring_write(ring, PACKET0(UVD_SEMA_CMD, 0)); + radeon_ring_write(ring, emit_wait ? 1 : 0); + + return true; +} + +/** * uvd_v2_2_resume - memory controller programming * * @rdev: radeon_device pointer --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/tegra/dc.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/tegra/dc.c @@ -1303,6 +1303,7 @@ /* sentinel */ } }; +MODULE_DEVICE_TABLE(of, tegra_dc_of_match); static int tegra_dc_parse_dt(struct tegra_dc *dc) { --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/tegra/dpaux.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/tegra/dpaux.c @@ -72,34 +72,32 @@ static void tegra_dpaux_write_fifo(struct tegra_dpaux *dpaux, const u8 *buffer, size_t size) { - unsigned long offset = DPAUX_DP_AUXDATA_WRITE(0); size_t i, j; - for (i = 0; i < size; i += 4) { - size_t num = min_t(size_t, size - i, 4); + for (i = 0; i < DIV_ROUND_UP(size, 4); i++) { + size_t num = min_t(size_t, size - i * 4, 4); unsigned long value = 0; for (j = 0; j < num; j++) - value |= buffer[i + j] << (j * 8); + value |= buffer[i * 4 + j] << (j * 8); - tegra_dpaux_writel(dpaux, value, offset++); + tegra_dpaux_writel(dpaux, value, DPAUX_DP_AUXDATA_WRITE(i)); } } static void tegra_dpaux_read_fifo(struct tegra_dpaux *dpaux, u8 *buffer, size_t size) { - unsigned long offset = DPAUX_DP_AUXDATA_READ(0); size_t i, j; - for (i = 0; i < size; i += 4) { - size_t num = min_t(size_t, size - i, 4); + for (i = 0; i < DIV_ROUND_UP(size, 4); i++) { + size_t num = min_t(size_t, size - i * 4, 4); unsigned long value; - value = tegra_dpaux_readl(dpaux, offset++); + value = tegra_dpaux_readl(dpaux, DPAUX_DP_AUXDATA_READ(i)); for (j = 0; j < num; j++) - buffer[i + j] = value >> (j * 8); + buffer[i * 4 + j] = value >> (j * 8); } } @@ -382,6 +380,7 @@ { .compatible = "nvidia,tegra124-dpaux", }, { }, }; +MODULE_DEVICE_TABLE(of, tegra_dpaux_of_match); struct platform_driver tegra_dpaux_driver = { .driver = { --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/tegra/dsi.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/tegra/dsi.c @@ -982,6 +982,7 @@ { .compatible = "nvidia,tegra114-dsi", }, { }, }; +MODULE_DEVICE_TABLE(of, tegra_dsi_of_match); struct platform_driver tegra_dsi_driver = { .driver = { --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/tegra/gr2d.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/tegra/gr2d.c @@ -121,6 +121,7 @@ { .compatible = "nvidia,tegra20-gr2d" }, { }, }; +MODULE_DEVICE_TABLE(of, gr2d_match); static const u32 gr2d_addr_regs[] = { GR2D_UA_BASE_ADDR, --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/tegra/gr3d.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/tegra/gr3d.c @@ -130,6 +130,7 @@ { .compatible = "nvidia,tegra20-gr3d" }, { } }; +MODULE_DEVICE_TABLE(of, tegra_gr3d_match); static const u32 gr3d_addr_regs[] = { GR3D_IDX_ATTRIBUTE( 0), --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/tegra/hdmi.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/tegra/hdmi.c @@ -1450,6 +1450,7 @@ { .compatible = "nvidia,tegra20-hdmi", .data = &tegra20_hdmi_config }, { }, }; +MODULE_DEVICE_TABLE(of, tegra_hdmi_of_match); static int tegra_hdmi_probe(struct platform_device *pdev) { --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/tegra/sor.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/tegra/sor.c @@ -1455,6 +1455,7 @@ { .compatible = "nvidia,tegra124-sor", }, { }, }; +MODULE_DEVICE_TABLE(of, tegra_sor_of_match); struct platform_driver tegra_sor_driver = { .driver = { --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/tilcdc/tilcdc_drv.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/tilcdc/tilcdc_drv.c @@ -84,6 +84,7 @@ if ((priv->num_encoders == 0) || (priv->num_connectors == 0)) { /* oh nos! */ dev_err(dev->dev, "no encoders/connectors found\n"); + drm_mode_config_cleanup(dev); return -ENXIO; } @@ -122,6 +123,7 @@ struct tilcdc_drm_private *priv = dev->dev_private; struct tilcdc_module *mod, *cur; + drm_fbdev_cma_fini(priv->fbdev); drm_kms_helper_poll_fini(dev); drm_mode_config_cleanup(dev); drm_vblank_cleanup(dev); @@ -177,33 +179,37 @@ dev->dev_private = priv; priv->wq = alloc_ordered_workqueue("tilcdc", 0); + if (!priv->wq) { + ret = -ENOMEM; + goto fail_free_priv; + } res = platform_get_resource(pdev, IORESOURCE_MEM, 0); if (!res) { dev_err(dev->dev, "failed to get memory resource\n"); ret = -EINVAL; - goto fail; + goto fail_free_wq; } priv->mmio = ioremap_nocache(res->start, resource_size(res)); if (!priv->mmio) { dev_err(dev->dev, "failed to ioremap\n"); ret = -ENOMEM; - goto fail; + goto fail_free_wq; } priv->clk = clk_get(dev->dev, "fck"); if (IS_ERR(priv->clk)) { dev_err(dev->dev, "failed to get functional clock\n"); ret = -ENODEV; - goto fail; + goto fail_iounmap; } priv->disp_clk = clk_get(dev->dev, "dpll_disp_ck"); if (IS_ERR(priv->clk)) { dev_err(dev->dev, "failed to get display clock\n"); ret = -ENODEV; - goto fail; + goto fail_put_clk; } #ifdef CONFIG_CPU_FREQ @@ -213,7 +219,7 @@ CPUFREQ_TRANSITION_NOTIFIER); if (ret) { dev_err(dev->dev, "failed to register cpufreq notifier\n"); - goto fail; + goto fail_put_disp_clk; } #endif @@ -258,13 +264,13 @@ ret = modeset_init(dev); if (ret < 0) { dev_err(dev->dev, "failed to initialize mode setting\n"); - goto fail; + goto fail_cpufreq_unregister; } ret = drm_vblank_init(dev, 1); if (ret < 0) { dev_err(dev->dev, "failed to initialize vblank\n"); - goto fail; + goto fail_mode_config_cleanup; } pm_runtime_get_sync(dev->dev); @@ -272,7 +278,7 @@ pm_runtime_put_sync(dev->dev); if (ret < 0) { dev_err(dev->dev, "failed to install IRQ handler\n"); - goto fail; + goto fail_vblank_cleanup; } platform_set_drvdata(pdev, dev); @@ -288,13 +294,48 @@ priv->fbdev = drm_fbdev_cma_init(dev, bpp, dev->mode_config.num_crtc, dev->mode_config.num_connector); + if (IS_ERR(priv->fbdev)) { + ret = PTR_ERR(priv->fbdev); + goto fail_irq_uninstall; + } drm_kms_helper_poll_init(dev); return 0; -fail: - tilcdc_unload(dev); +fail_irq_uninstall: + pm_runtime_get_sync(dev->dev); + drm_irq_uninstall(dev); + pm_runtime_put_sync(dev->dev); + +fail_vblank_cleanup: + drm_vblank_cleanup(dev); + +fail_mode_config_cleanup: + drm_mode_config_cleanup(dev); + +fail_cpufreq_unregister: + pm_runtime_disable(dev->dev); +#ifdef CONFIG_CPU_FREQ + cpufreq_unregister_notifier(&priv->freq_transition, + CPUFREQ_TRANSITION_NOTIFIER); +fail_put_disp_clk: + clk_put(priv->disp_clk); +#endif + +fail_put_clk: + clk_put(priv->clk); + +fail_iounmap: + iounmap(priv->mmio); + +fail_free_wq: + flush_workqueue(priv->wq); + destroy_workqueue(priv->wq); + +fail_free_priv: + dev->dev_private = NULL; + kfree(priv); return ret; } @@ -628,10 +669,10 @@ static void __exit tilcdc_drm_fini(void) { DBG("fini"); - tilcdc_tfp410_fini(); - tilcdc_slave_fini(); - tilcdc_panel_fini(); platform_driver_unregister(&tilcdc_platform_driver); + tilcdc_panel_fini(); + tilcdc_slave_fini(); + tilcdc_tfp410_fini(); } late_initcall(tilcdc_drm_init); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/tilcdc/tilcdc_panel.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/tilcdc/tilcdc_panel.c @@ -151,6 +151,7 @@ static void panel_connector_destroy(struct drm_connector *connector) { struct panel_connector *panel_connector = to_panel_connector(connector); + drm_sysfs_connector_remove(connector); drm_connector_cleanup(connector); kfree(panel_connector); } @@ -285,10 +286,8 @@ { struct panel_module *panel_mod = to_panel_module(mod); - if (panel_mod->timings) { + if (panel_mod->timings) display_timings_release(panel_mod->timings); - kfree(panel_mod->timings); - } tilcdc_module_cleanup(mod); kfree(panel_mod->info); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/tilcdc/tilcdc_slave.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/tilcdc/tilcdc_slave.c @@ -166,6 +166,7 @@ static void slave_connector_destroy(struct drm_connector *connector) { struct slave_connector *slave_connector = to_slave_connector(connector); + drm_sysfs_connector_remove(connector); drm_connector_cleanup(connector); kfree(slave_connector); } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c @@ -167,6 +167,7 @@ static void tfp410_connector_destroy(struct drm_connector *connector) { struct tfp410_connector *tfp410_connector = to_tfp410_connector(connector); + drm_sysfs_connector_remove(connector); drm_connector_cleanup(connector); kfree(tfp410_connector); } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/ttm/ttm_bo.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/ttm/ttm_bo.c @@ -716,6 +716,7 @@ static int ttm_mem_evict_first(struct ttm_bo_device *bdev, uint32_t mem_type, + const struct ttm_placement *placement, bool interruptible, bool no_wait_gpu) { @@ -727,8 +728,22 @@ spin_lock(&glob->lru_lock); list_for_each_entry(bo, &man->lru, lru) { ret = __ttm_bo_reserve(bo, false, true, false, 0); - if (!ret) + if (!ret) { + if (placement && (placement->fpfn || placement->lpfn)) { + /* Don't evict this BO if it's outside of the + * requested placement range + */ + if (placement->fpfn >= (bo->mem.start + bo->mem.size) || + (placement->lpfn && + placement->lpfn <= bo->mem.start)) { + __ttm_bo_unreserve(bo); + ret = -EBUSY; + continue; + } + } + break; + } } if (ret) { @@ -784,12 +799,12 @@ int ret; do { - ret = (*man->func->get_node)(man, bo, placement, mem); + ret = (*man->func->get_node)(man, bo, placement, 0, mem); if (unlikely(ret != 0)) return ret; if (mem->mm_node) break; - ret = ttm_mem_evict_first(bdev, mem_type, + ret = ttm_mem_evict_first(bdev, mem_type, placement, interruptible, no_wait_gpu); if (unlikely(ret != 0)) return ret; @@ -897,7 +912,8 @@ if (man->has_type && man->use_type) { type_found = true; - ret = (*man->func->get_node)(man, bo, placement, mem); + ret = (*man->func->get_node)(man, bo, placement, + cur_flags, mem); if (unlikely(ret)) return ret; } @@ -937,7 +953,6 @@ ttm_flag_masked(&cur_flags, placement->busy_placement[i], ~TTM_PL_MASK_MEMTYPE); - if (mem_type == TTM_PL_SYSTEM) { mem->mem_type = mem_type; mem->placement = cur_flags; @@ -1245,7 +1260,7 @@ spin_lock(&glob->lru_lock); while (!list_empty(&man->lru)) { spin_unlock(&glob->lru_lock); - ret = ttm_mem_evict_first(bdev, mem_type, false, false); + ret = ttm_mem_evict_first(bdev, mem_type, NULL, false, false); if (ret) { if (allow_errors) { return ret; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/ttm/ttm_bo_manager.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/ttm/ttm_bo_manager.c @@ -50,6 +50,7 @@ static int ttm_bo_man_get_node(struct ttm_mem_type_manager *man, struct ttm_buffer_object *bo, struct ttm_placement *placement, + uint32_t flags, struct ttm_mem_reg *mem) { struct ttm_range_manager *rman = (struct ttm_range_manager *) man->priv; @@ -67,7 +68,7 @@ if (!node) return -ENOMEM; - if (bo->mem.placement & TTM_PL_FLAG_TOPDOWN) + if (flags & TTM_PL_FLAG_TOPDOWN) aflags = DRM_MM_CREATE_TOP; spin_lock(&rman->lock); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/ttm/ttm_lock.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/ttm/ttm_lock.c @@ -180,7 +180,7 @@ spin_unlock(&lock->lock); } } else - wait_event(lock->queue, __ttm_read_lock(lock)); + wait_event(lock->queue, __ttm_write_lock(lock)); return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/ttm/ttm_page_alloc.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/ttm/ttm_page_alloc.c @@ -297,9 +297,12 @@ * * @pool: to free the pages from * @free_all: If set to true will free all pages in pool + * @use_static: Safe to use static buffer **/ -static int ttm_page_pool_free(struct ttm_page_pool *pool, unsigned nr_free) +static int ttm_page_pool_free(struct ttm_page_pool *pool, unsigned nr_free, + bool use_static) { + static struct page *static_buf[NUM_PAGES_TO_ALLOC]; unsigned long irq_flags; struct page *p; struct page **pages_to_free; @@ -309,8 +312,11 @@ if (NUM_PAGES_TO_ALLOC < nr_free) npages_to_free = NUM_PAGES_TO_ALLOC; - pages_to_free = kmalloc(npages_to_free * sizeof(struct page *), - GFP_KERNEL); + if (use_static) + pages_to_free = static_buf; + else + pages_to_free = kmalloc(npages_to_free * sizeof(struct page *), + GFP_KERNEL); if (!pages_to_free) { pr_err("Failed to allocate memory for pool free operation\n"); return 0; @@ -373,7 +379,8 @@ if (freed_pages) ttm_pages_put(pages_to_free, freed_pages); out: - kfree(pages_to_free); + if (pages_to_free != static_buf) + kfree(pages_to_free); return nr_free; } @@ -382,32 +389,33 @@ * * XXX: (dchinner) Deadlock warning! * - * ttm_page_pool_free() does memory allocation using GFP_KERNEL. that means - * this can deadlock when called a sc->gfp_mask that is not equal to - * GFP_KERNEL. - * * This code is crying out for a shrinker per pool.... */ static unsigned long ttm_pool_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) { - static atomic_t start_pool = ATOMIC_INIT(0); + static DEFINE_MUTEX(lock); + static unsigned start_pool; unsigned i; - unsigned pool_offset = atomic_add_return(1, &start_pool); + unsigned pool_offset; struct ttm_page_pool *pool; int shrink_pages = sc->nr_to_scan; unsigned long freed = 0; - pool_offset = pool_offset % NUM_POOLS; + if (!mutex_trylock(&lock)) + return SHRINK_STOP; + pool_offset = ++start_pool % NUM_POOLS; /* select start pool in round robin fashion */ for (i = 0; i < NUM_POOLS; ++i) { unsigned nr_free = shrink_pages; if (shrink_pages == 0) break; pool = &_manager->pools[(i + pool_offset)%NUM_POOLS]; - shrink_pages = ttm_page_pool_free(pool, nr_free); + /* OK to use static buffer since global mutex is held. */ + shrink_pages = ttm_page_pool_free(pool, nr_free, true); freed += nr_free - shrink_pages; } + mutex_unlock(&lock); return freed; } @@ -706,7 +714,7 @@ } spin_unlock_irqrestore(&pool->lock, irq_flags); if (npages) - ttm_page_pool_free(pool, npages); + ttm_page_pool_free(pool, npages, false); } /* @@ -845,8 +853,9 @@ pr_info("Finalizing pool allocator\n"); ttm_pool_mm_shrink_fini(_manager); + /* OK to use static buffer since global mutex is no longer used. */ for (i = 0; i < NUM_POOLS; ++i) - ttm_page_pool_free(&_manager->pools[i], FREE_ALL_PAGES); + ttm_page_pool_free(&_manager->pools[i], FREE_ALL_PAGES, true); kobject_put(&_manager->kobj); _manager = NULL; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/ttm/ttm_page_alloc_dma.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/ttm/ttm_page_alloc_dma.c @@ -411,9 +411,12 @@ * * @pool: to free the pages from * @nr_free: If set to true will free all pages in pool + * @use_static: Safe to use static buffer **/ -static unsigned ttm_dma_page_pool_free(struct dma_pool *pool, unsigned nr_free) +static unsigned ttm_dma_page_pool_free(struct dma_pool *pool, unsigned nr_free, + bool use_static) { + static struct page *static_buf[NUM_PAGES_TO_ALLOC]; unsigned long irq_flags; struct dma_page *dma_p, *tmp; struct page **pages_to_free; @@ -430,8 +433,11 @@ npages_to_free, nr_free); } #endif - pages_to_free = kmalloc(npages_to_free * sizeof(struct page *), - GFP_KERNEL); + if (use_static) + pages_to_free = static_buf; + else + pages_to_free = kmalloc(npages_to_free * sizeof(struct page *), + GFP_KERNEL); if (!pages_to_free) { pr_err("%s: Failed to allocate memory for pool free operation\n", @@ -501,7 +507,8 @@ if (freed_pages) ttm_dma_pages_put(pool, &d_pages, pages_to_free, freed_pages); out: - kfree(pages_to_free); + if (pages_to_free != static_buf) + kfree(pages_to_free); return nr_free; } @@ -530,7 +537,8 @@ if (pool->type != type) continue; /* Takes a spinlock.. */ - ttm_dma_page_pool_free(pool, FREE_ALL_PAGES); + /* OK to use static buffer since global mutex is held. */ + ttm_dma_page_pool_free(pool, FREE_ALL_PAGES, true); WARN_ON(((pool->npages_in_use + pool->npages_free) != 0)); /* This code path is called after _all_ references to the * struct device has been dropped - so nobody should be @@ -983,7 +991,7 @@ /* shrink pool if necessary (only on !is_cached pools)*/ if (npages) - ttm_dma_page_pool_free(pool, npages); + ttm_dma_page_pool_free(pool, npages, false); ttm->state = tt_unpopulated; } EXPORT_SYMBOL_GPL(ttm_dma_unpopulate); @@ -993,20 +1001,15 @@ * * XXX: (dchinner) Deadlock warning! * - * ttm_dma_page_pool_free() does GFP_KERNEL memory allocation, and so attention - * needs to be paid to sc->gfp_mask to determine if this can be done or not. - * GFP_KERNEL memory allocation in a GFP_ATOMIC reclaim context woul dbe really - * bad. - * * I'm getting sadder as I hear more pathetical whimpers about needing per-pool * shrinkers */ static unsigned long ttm_dma_pool_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) { - static atomic_t start_pool = ATOMIC_INIT(0); + static unsigned start_pool; unsigned idx = 0; - unsigned pool_offset = atomic_add_return(1, &start_pool); + unsigned pool_offset; unsigned shrink_pages = sc->nr_to_scan; struct device_pools *p; unsigned long freed = 0; @@ -1014,8 +1017,11 @@ if (list_empty(&_manager->pools)) return SHRINK_STOP; - mutex_lock(&_manager->lock); - pool_offset = pool_offset % _manager->npools; + if (!mutex_trylock(&_manager->lock)) + return SHRINK_STOP; + if (!_manager->npools) + goto out; + pool_offset = ++start_pool % _manager->npools; list_for_each_entry(p, &_manager->pools, pools) { unsigned nr_free; @@ -1027,13 +1033,15 @@ if (++idx < pool_offset) continue; nr_free = shrink_pages; - shrink_pages = ttm_dma_page_pool_free(p->pool, nr_free); + /* OK to use static buffer since global mutex is held. */ + shrink_pages = ttm_dma_page_pool_free(p->pool, nr_free, true); freed += nr_free - shrink_pages; pr_debug("%s: (%s:%d) Asked to shrink %d, have %d more to go\n", p->pool->dev_name, p->pool->name, current->pid, nr_free, shrink_pages); } +out: mutex_unlock(&_manager->lock); return freed; } @@ -1044,7 +1052,8 @@ struct device_pools *p; unsigned long count = 0; - mutex_lock(&_manager->lock); + if (!mutex_trylock(&_manager->lock)) + return 0; list_for_each_entry(p, &_manager->pools, pools) count += p->pool->npages_free; mutex_unlock(&_manager->lock); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c @@ -25,6 +25,7 @@ * **************************************************************************/ #include +#include #include #include "vmwgfx_drv.h" @@ -688,7 +689,11 @@ goto out_err0; } - if (unlikely(dev_priv->prim_bb_mem < dev_priv->vram_size)) + /* + * Limit back buffer size to VRAM size. Remove this once + * screen targets are implemented. + */ + if (dev_priv->prim_bb_mem > dev_priv->vram_size) dev_priv->prim_bb_mem = dev_priv->vram_size; mutex_unlock(&dev_priv->hw_mutex); @@ -731,32 +736,6 @@ goto out_err1; } - ret = ttm_bo_init_mm(&dev_priv->bdev, TTM_PL_VRAM, - (dev_priv->vram_size >> PAGE_SHIFT)); - if (unlikely(ret != 0)) { - DRM_ERROR("Failed initializing memory manager for VRAM.\n"); - goto out_err2; - } - - dev_priv->has_gmr = true; - if (((dev_priv->capabilities & (SVGA_CAP_GMR | SVGA_CAP_GMR2)) == 0) || - refuse_dma || ttm_bo_init_mm(&dev_priv->bdev, VMW_PL_GMR, - VMW_PL_GMR) != 0) { - DRM_INFO("No GMR memory available. " - "Graphics memory resources are very limited.\n"); - dev_priv->has_gmr = false; - } - - if (dev_priv->capabilities & SVGA_CAP_GBOBJECTS) { - dev_priv->has_mob = true; - if (ttm_bo_init_mm(&dev_priv->bdev, VMW_PL_MOB, - VMW_PL_MOB) != 0) { - DRM_INFO("No MOB memory available. " - "3D will be disabled.\n"); - dev_priv->has_mob = false; - } - } - dev_priv->mmio_mtrr = arch_phys_wc_add(dev_priv->mmio_start, dev_priv->mmio_size); @@ -819,6 +798,33 @@ goto out_no_fman; } + + ret = ttm_bo_init_mm(&dev_priv->bdev, TTM_PL_VRAM, + (dev_priv->vram_size >> PAGE_SHIFT)); + if (unlikely(ret != 0)) { + DRM_ERROR("Failed initializing memory manager for VRAM.\n"); + goto out_no_vram; + } + + dev_priv->has_gmr = true; + if (((dev_priv->capabilities & (SVGA_CAP_GMR | SVGA_CAP_GMR2)) == 0) || + refuse_dma || ttm_bo_init_mm(&dev_priv->bdev, VMW_PL_GMR, + VMW_PL_GMR) != 0) { + DRM_INFO("No GMR memory available. " + "Graphics memory resources are very limited.\n"); + dev_priv->has_gmr = false; + } + + if (dev_priv->capabilities & SVGA_CAP_GBOBJECTS) { + dev_priv->has_mob = true; + if (ttm_bo_init_mm(&dev_priv->bdev, VMW_PL_MOB, + VMW_PL_MOB) != 0) { + DRM_INFO("No MOB memory available. " + "3D will be disabled.\n"); + dev_priv->has_mob = false; + } + } + vmw_kms_save_vga(dev_priv); /* Start kms and overlay systems, needs fifo. */ @@ -844,6 +850,12 @@ vmw_kms_close(dev_priv); out_no_kms: vmw_kms_restore_vga(dev_priv); + if (dev_priv->has_mob) + (void) ttm_bo_clean_mm(&dev_priv->bdev, VMW_PL_MOB); + if (dev_priv->has_gmr) + (void) ttm_bo_clean_mm(&dev_priv->bdev, VMW_PL_GMR); + (void)ttm_bo_clean_mm(&dev_priv->bdev, TTM_PL_VRAM); +out_no_vram: vmw_fence_manager_takedown(dev_priv->fman); out_no_fman: if (dev_priv->capabilities & SVGA_CAP_IRQMASK) @@ -859,12 +871,6 @@ iounmap(dev_priv->mmio_virt); out_err3: arch_phys_wc_del(dev_priv->mmio_mtrr); - if (dev_priv->has_mob) - (void) ttm_bo_clean_mm(&dev_priv->bdev, VMW_PL_MOB); - if (dev_priv->has_gmr) - (void) ttm_bo_clean_mm(&dev_priv->bdev, VMW_PL_GMR); - (void)ttm_bo_clean_mm(&dev_priv->bdev, TTM_PL_VRAM); -out_err2: (void)ttm_bo_device_release(&dev_priv->bdev); out_err1: vmw_ttm_global_release(dev_priv); @@ -894,6 +900,13 @@ } vmw_kms_close(dev_priv); vmw_overlay_close(dev_priv); + + if (dev_priv->has_mob) + (void) ttm_bo_clean_mm(&dev_priv->bdev, VMW_PL_MOB); + if (dev_priv->has_gmr) + (void)ttm_bo_clean_mm(&dev_priv->bdev, VMW_PL_GMR); + (void)ttm_bo_clean_mm(&dev_priv->bdev, TTM_PL_VRAM); + vmw_fence_manager_takedown(dev_priv->fman); if (dev_priv->capabilities & SVGA_CAP_IRQMASK) drm_irq_uninstall(dev_priv->dev); @@ -905,11 +918,6 @@ ttm_object_device_release(&dev_priv->tdev); iounmap(dev_priv->mmio_virt); arch_phys_wc_del(dev_priv->mmio_mtrr); - if (dev_priv->has_mob) - (void) ttm_bo_clean_mm(&dev_priv->bdev, VMW_PL_MOB); - if (dev_priv->has_gmr) - (void)ttm_bo_clean_mm(&dev_priv->bdev, VMW_PL_GMR); - (void)ttm_bo_clean_mm(&dev_priv->bdev, TTM_PL_VRAM); (void)ttm_bo_device_release(&dev_priv->bdev); vmw_ttm_global_release(dev_priv); @@ -1066,8 +1074,12 @@ vmaster = vmw_master_check(dev, file_priv, flags); if (unlikely(IS_ERR(vmaster))) { - DRM_INFO("IOCTL ERROR %d\n", nr); - return PTR_ERR(vmaster); + ret = PTR_ERR(vmaster); + + if (ret != -ERESTARTSYS) + DRM_INFO("IOCTL ERROR Command %d, Error %ld.\n", + nr, ret); + return ret; } ret = ioctl_func(filp, cmd, arg); @@ -1460,6 +1472,12 @@ static int __init vmwgfx_init(void) { int ret; + +#ifdef CONFIG_VGA_CONSOLE + if (vgacon_text_force()) + return -EINVAL; +#endif + ret = drm_pci_init(&driver, &vmw_pci_driver); if (ret) DRM_ERROR("Failed initializing DRM.\n"); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h @@ -610,7 +610,8 @@ uint32_t size, bool shareable, uint32_t *handle, - struct vmw_dma_buffer **p_dma_buf); + struct vmw_dma_buffer **p_dma_buf, + struct ttm_base_object **p_base); extern int vmw_user_dmabuf_reference(struct ttm_object_file *tfile, struct vmw_dma_buffer *dma_buf, uint32_t *handle); @@ -624,7 +625,8 @@ uint32_t cur_validate_node); extern void vmw_dmabuf_validate_clear(struct ttm_buffer_object *bo); extern int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile, - uint32_t id, struct vmw_dma_buffer **out); + uint32_t id, struct vmw_dma_buffer **out, + struct ttm_base_object **base); extern int vmw_stream_claim_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv); extern int vmw_stream_unref_ioctl(struct drm_device *dev, void *data, --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c @@ -873,7 +873,8 @@ struct vmw_relocation *reloc; int ret; - ret = vmw_user_dmabuf_lookup(sw_context->fp->tfile, handle, &vmw_bo); + ret = vmw_user_dmabuf_lookup(sw_context->fp->tfile, handle, &vmw_bo, + NULL); if (unlikely(ret != 0)) { DRM_ERROR("Could not find or use MOB buffer.\n"); return -EINVAL; @@ -934,7 +935,8 @@ struct vmw_relocation *reloc; int ret; - ret = vmw_user_dmabuf_lookup(sw_context->fp->tfile, handle, &vmw_bo); + ret = vmw_user_dmabuf_lookup(sw_context->fp->tfile, handle, &vmw_bo, + NULL); if (unlikely(ret != 0)) { DRM_ERROR("Could not find or use GMR region.\n"); return -EINVAL; @@ -2467,7 +2469,7 @@ ret = ttm_eu_reserve_buffers(&ticket, &sw_context->validate_nodes); if (unlikely(ret != 0)) - goto out_err; + goto out_err_nores; ret = vmw_validate_buffers(dev_priv, sw_context); if (unlikely(ret != 0)) @@ -2511,6 +2513,7 @@ vmw_resource_relocations_free(&sw_context->res_relocations); vmw_fifo_commit(dev_priv, command_size); + mutex_unlock(&dev_priv->binding_mutex); vmw_query_bo_switch_commit(dev_priv, sw_context); ret = vmw_execbuf_fence_commands(file_priv, dev_priv, @@ -2526,7 +2529,6 @@ DRM_ERROR("Fence submission error. Syncing.\n"); vmw_resource_list_unreserve(&sw_context->resource_list, false); - mutex_unlock(&dev_priv->binding_mutex); ttm_eu_fence_buffer_objects(&ticket, &sw_context->validate_nodes, (void *) fence); @@ -2759,13 +2761,11 @@ NULL, arg->command_size, arg->throttle_us, (void __user *)(unsigned long)arg->fence_rep, NULL); - + ttm_read_unlock(&dev_priv->reservation_sem); if (unlikely(ret != 0)) - goto out_unlock; + return ret; vmw_kms_cursor_post_execbuf(dev_priv); -out_unlock: - ttm_read_unlock(&dev_priv->reservation_sem); - return ret; + return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c @@ -396,12 +396,12 @@ *out = vmw_bo; - ttm_write_unlock(&vmw_priv->fbdev_master.lock); + ttm_write_unlock(&vmw_priv->reservation_sem); return 0; err_unlock: - ttm_write_unlock(&vmw_priv->fbdev_master.lock); + ttm_write_unlock(&vmw_priv->reservation_sem); return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c @@ -485,14 +485,7 @@ static void vmw_fence_destroy(struct vmw_fence_obj *fence) { - struct vmw_fence_manager *fman = fence->fman; - kfree(fence); - /* - * Free kernel space accounting. - */ - ttm_mem_global_free(vmw_mem_glob(fman->dev_priv), - fman->fence_size); } int vmw_fence_create(struct vmw_fence_manager *fman, @@ -500,20 +493,12 @@ uint32_t mask, struct vmw_fence_obj **p_fence) { - struct ttm_mem_global *mem_glob = vmw_mem_glob(fman->dev_priv); struct vmw_fence_obj *fence; int ret; - ret = ttm_mem_global_alloc(mem_glob, fman->fence_size, - false, false); - if (unlikely(ret != 0)) - return ret; - fence = kzalloc(sizeof(*fence), GFP_KERNEL); - if (unlikely(fence == NULL)) { - ret = -ENOMEM; - goto out_no_object; - } + if (unlikely(fence == NULL)) + return -ENOMEM; ret = vmw_fence_obj_init(fman, fence, seqno, mask, vmw_fence_destroy); @@ -525,8 +510,6 @@ out_err_init: kfree(fence); -out_no_object: - ttm_mem_global_free(mem_glob, fman->fence_size); return ret; } @@ -1049,6 +1032,8 @@ if (ret != 0) goto out_no_queue; + return 0; + out_no_queue: event->base.destroy(&event->base); out_no_event: @@ -1124,17 +1109,10 @@ BUG_ON(fence == NULL); - if (arg->flags & DRM_VMW_FE_FLAG_REQ_TIME) - ret = vmw_event_fence_action_create(file_priv, fence, - arg->flags, - arg->user_data, - true); - else - ret = vmw_event_fence_action_create(file_priv, fence, - arg->flags, - arg->user_data, - true); - + ret = vmw_event_fence_action_create(file_priv, fence, + arg->flags, + arg->user_data, + true); if (unlikely(ret != 0)) { if (ret != -ERESTARTSYS) DRM_ERROR("Failed to attach event to fence.\n"); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c @@ -180,8 +180,9 @@ mutex_lock(&dev_priv->hw_mutex); + vmw_write(dev_priv, SVGA_REG_SYNC, SVGA_SYNC_GENERIC); while (vmw_read(dev_priv, SVGA_REG_BUSY) != 0) - vmw_write(dev_priv, SVGA_REG_SYNC, SVGA_SYNC_GENERIC); + ; dev_priv->last_read_seqno = ioread32(fifo_mem + SVGA_FIFO_FENCE); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c @@ -47,6 +47,7 @@ static int vmw_gmrid_man_get_node(struct ttm_mem_type_manager *man, struct ttm_buffer_object *bo, struct ttm_placement *placement, + uint32_t flags, struct ttm_mem_reg *mem) { struct vmwgfx_gmrid_man *gman = --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c @@ -1952,6 +1952,14 @@ DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_PVSYNC) }; int i; + u32 assumed_bpp = 2; + + /* + * If using screen objects, then assume 32-bpp because that's what the + * SVGA device is assuming + */ + if (dev_priv->sou_priv) + assumed_bpp = 4; /* Add preferred mode */ { @@ -1962,8 +1970,9 @@ mode->vdisplay = du->pref_height; vmw_guess_mode_timing(mode); - if (vmw_kms_validate_mode_vram(dev_priv, mode->hdisplay * 2, - mode->vdisplay)) { + if (vmw_kms_validate_mode_vram(dev_priv, + mode->hdisplay * assumed_bpp, + mode->vdisplay)) { drm_mode_probed_add(connector, mode); } else { drm_mode_destroy(dev, mode); @@ -1985,7 +1994,8 @@ bmode->vdisplay > max_height) continue; - if (!vmw_kms_validate_mode_vram(dev_priv, bmode->hdisplay * 2, + if (!vmw_kms_validate_mode_vram(dev_priv, + bmode->hdisplay * assumed_bpp, bmode->vdisplay)) continue; @@ -2027,23 +2037,17 @@ int i; struct drm_mode_config *mode_config = &dev->mode_config; - ret = ttm_read_lock(&dev_priv->reservation_sem, true); - if (unlikely(ret != 0)) - return ret; - if (!arg->num_outputs) { struct drm_vmw_rect def_rect = {0, 0, 800, 600}; vmw_du_update_layout(dev_priv, 1, &def_rect); - goto out_unlock; + return 0; } rects_size = arg->num_outputs * sizeof(struct drm_vmw_rect); rects = kcalloc(arg->num_outputs, sizeof(struct drm_vmw_rect), GFP_KERNEL); - if (unlikely(!rects)) { - ret = -ENOMEM; - goto out_unlock; - } + if (unlikely(!rects)) + return -ENOMEM; user_rects = (void __user *)(unsigned long)arg->rects; ret = copy_from_user(rects, user_rects, rects_size); @@ -2068,7 +2072,5 @@ out_free: kfree(rects); -out_unlock: - ttm_read_unlock(&dev_priv->reservation_sem); return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c @@ -484,7 +484,7 @@ goto out_unlock; } - ret = vmw_user_dmabuf_lookup(tfile, arg->handle, &buf); + ret = vmw_user_dmabuf_lookup(tfile, arg->handle, &buf, NULL); if (ret) goto out_unlock; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c @@ -355,7 +355,7 @@ } *out_surf = NULL; - ret = vmw_user_dmabuf_lookup(tfile, handle, out_buf); + ret = vmw_user_dmabuf_lookup(tfile, handle, out_buf, NULL); return ret; } @@ -482,7 +482,8 @@ uint32_t size, bool shareable, uint32_t *handle, - struct vmw_dma_buffer **p_dma_buf) + struct vmw_dma_buffer **p_dma_buf, + struct ttm_base_object **p_base) { struct vmw_user_dma_buffer *user_bo; struct ttm_buffer_object *tmp; @@ -516,6 +517,10 @@ } *p_dma_buf = &user_bo->dma; + if (p_base) { + *p_base = &user_bo->prime.base; + kref_get(&(*p_base)->refcount); + } *handle = user_bo->prime.base.hash.key; out_no_base_object: @@ -627,6 +632,7 @@ struct vmw_dma_buffer *dma_buf; struct vmw_user_dma_buffer *user_bo; struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; + struct ttm_base_object *buffer_base; int ret; if ((arg->flags & (drm_vmw_synccpu_read | drm_vmw_synccpu_write)) == 0 @@ -639,7 +645,8 @@ switch (arg->op) { case drm_vmw_synccpu_grab: - ret = vmw_user_dmabuf_lookup(tfile, arg->handle, &dma_buf); + ret = vmw_user_dmabuf_lookup(tfile, arg->handle, &dma_buf, + &buffer_base); if (unlikely(ret != 0)) return ret; @@ -647,6 +654,7 @@ dma); ret = vmw_user_dmabuf_synccpu_grab(user_bo, tfile, arg->flags); vmw_dmabuf_unreference(&dma_buf); + ttm_base_object_unref(&buffer_base); if (unlikely(ret != 0 && ret != -ERESTARTSYS && ret != -EBUSY)) { DRM_ERROR("Failed synccpu grab on handle 0x%08x.\n", @@ -688,7 +696,8 @@ return ret; ret = vmw_user_dmabuf_alloc(dev_priv, vmw_fpriv(file_priv)->tfile, - req->size, false, &handle, &dma_buf); + req->size, false, &handle, &dma_buf, + NULL); if (unlikely(ret != 0)) goto out_no_dmabuf; @@ -717,7 +726,8 @@ } int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile, - uint32_t handle, struct vmw_dma_buffer **out) + uint32_t handle, struct vmw_dma_buffer **out, + struct ttm_base_object **p_base) { struct vmw_user_dma_buffer *vmw_user_bo; struct ttm_base_object *base; @@ -739,7 +749,10 @@ vmw_user_bo = container_of(base, struct vmw_user_dma_buffer, prime.base); (void)ttm_bo_reference(&vmw_user_bo->dma.base); - ttm_base_object_unref(&base); + if (p_base) + *p_base = base; + else + ttm_base_object_unref(&base); *out = &vmw_user_bo->dma; return 0; @@ -1000,7 +1013,7 @@ ret = vmw_user_dmabuf_alloc(dev_priv, vmw_fpriv(file_priv)->tfile, args->size, false, &args->handle, - &dma_buf); + &dma_buf, NULL); if (unlikely(ret != 0)) goto out_no_dmabuf; @@ -1028,7 +1041,7 @@ struct vmw_dma_buffer *out_buf; int ret; - ret = vmw_user_dmabuf_lookup(tfile, handle, &out_buf); + ret = vmw_user_dmabuf_lookup(tfile, handle, &out_buf, NULL); if (ret != 0) return -EINVAL; --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c @@ -455,7 +455,7 @@ if (arg->buffer_handle != SVGA3D_INVALID_ID) { ret = vmw_user_dmabuf_lookup(tfile, arg->buffer_handle, - &buffer); + &buffer, NULL); if (unlikely(ret != 0)) { DRM_ERROR("Could not find buffer for shader " "creation.\n"); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c +++ linux-lts-utopic-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c @@ -43,6 +43,7 @@ struct vmw_surface srf; uint32_t size; struct drm_master *master; + struct ttm_base_object *backup_base; }; /** @@ -652,6 +653,8 @@ struct vmw_resource *res = &user_srf->srf.res; *p_base = NULL; + if (user_srf->backup_base) + ttm_base_object_unref(&user_srf->backup_base); vmw_resource_unreference(&res); } @@ -846,7 +849,8 @@ res->backup_size, true, &backup_handle, - &res->backup); + &res->backup, + &user_srf->backup_base); if (unlikely(ret != 0)) { vmw_resource_unreference(&res); goto out_unlock; @@ -1309,7 +1313,8 @@ if (req->buffer_handle != SVGA3D_INVALID_ID) { ret = vmw_user_dmabuf_lookup(tfile, req->buffer_handle, - &res->backup); + &res->backup, + &user_srf->backup_base); } else if (req->drm_surface_flags & drm_vmw_surface_flag_create_buffer) ret = vmw_user_dmabuf_alloc(dev_priv, tfile, @@ -1317,7 +1322,8 @@ req->drm_surface_flags & drm_vmw_surface_flag_shareable, &backup_handle, - &res->backup); + &res->backup, + &user_srf->backup_base); if (unlikely(ret != 0)) { vmw_resource_unreference(&res); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/vga/vga_switcheroo.c +++ linux-lts-utopic-3.16.0/drivers/gpu/vga/vga_switcheroo.c @@ -660,6 +660,12 @@ } EXPORT_SYMBOL(vga_switcheroo_init_domain_pm_ops); +void vga_switcheroo_fini_domain_pm_ops(struct device *dev) +{ + dev->pm_domain = NULL; +} +EXPORT_SYMBOL(vga_switcheroo_fini_domain_pm_ops); + static int vga_switcheroo_runtime_resume_hdmi_audio(struct device *dev) { struct pci_dev *pdev = to_pci_dev(dev); --- linux-lts-utopic-3.16.0.orig/drivers/gpu/vga/vgaarb.c +++ linux-lts-utopic-3.16.0/drivers/gpu/vga/vgaarb.c @@ -41,6 +41,7 @@ #include #include #include +#include #include @@ -392,8 +393,10 @@ set_current_state(interruptible ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); - if (signal_pending(current)) { - rc = -EINTR; + if (interruptible && signal_pending(current)) { + __set_current_state(TASK_RUNNING); + remove_wait_queue(&vga_wait_queue, &wait); + rc = -ERESTARTSYS; break; } schedule(); @@ -580,8 +583,11 @@ */ #ifndef __ARCH_HAS_VGA_DEFAULT_DEVICE if (vga_default == NULL && - ((vgadev->owns & VGA_RSRC_LEGACY_MASK) == VGA_RSRC_LEGACY_MASK)) + ((vgadev->owns & VGA_RSRC_LEGACY_MASK) == VGA_RSRC_LEGACY_MASK)) { + pr_info("vgaarb: setting as boot device: PCI:%s\n", + pci_name(pdev)); vga_set_default_device(pdev); + } #endif vga_arbiter_check_bridge_sharing(vgadev); @@ -1316,6 +1322,38 @@ pr_info("vgaarb: loaded\n"); list_for_each_entry(vgadev, &vga_list, list) { +#if defined(CONFIG_X86) || defined(CONFIG_IA64) + /* Override I/O based detection done by vga_arbiter_add_pci_device() + * as it may take the wrong device (e.g. on Apple system under EFI). + * + * Select the device owning the boot framebuffer if there is one. + */ + resource_size_t start, end; + int i; + + /* Does firmware framebuffer belong to us? */ + for (i = 0; i < DEVICE_COUNT_RESOURCE; i++) { + if (!(pci_resource_flags(vgadev->pdev, i) & IORESOURCE_MEM)) + continue; + + start = pci_resource_start(vgadev->pdev, i); + end = pci_resource_end(vgadev->pdev, i); + + if (!start || !end) + continue; + + if (screen_info.lfb_base < start || + (screen_info.lfb_base + screen_info.lfb_size) >= end) + continue; + if (!vga_default_device()) + pr_info("vgaarb: setting as boot device: PCI:%s\n", + pci_name(vgadev->pdev)); + else if (vgadev->pdev != vga_default_device()) + pr_info("vgaarb: overriding boot device: PCI:%s\n", + pci_name(vgadev->pdev)); + vga_set_default_device(vgadev->pdev); + } +#endif if (vgadev->bridge_has_one_vga) pr_info("vgaarb: bridge control possible %s\n", pci_name(vgadev->pdev)); else --- linux-lts-utopic-3.16.0.orig/drivers/hid/Kconfig +++ linux-lts-utopic-3.16.0/drivers/hid/Kconfig @@ -27,7 +27,7 @@ config HID_BATTERY_STRENGTH bool "Battery level reporting for HID devices" - depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY + depends on HID && POWER_SUPPLY default n ---help--- This option adds support of reporting battery strength (for HID devices --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-cherry.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-cherry.c @@ -28,7 +28,7 @@ static __u8 *ch_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int *rsize) { - if (*rsize >= 17 && rdesc[11] == 0x3c && rdesc[12] == 0x02) { + if (*rsize >= 18 && rdesc[11] == 0x3c && rdesc[12] == 0x02) { hid_info(hdev, "fixing up Cherry Cymotion report descriptor\n"); rdesc[11] = rdesc[16] = 0xff; rdesc[12] = rdesc[17] = 0x03; --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-core.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-core.c @@ -702,6 +702,12 @@ if (((parser->global.usage_page << 16) == HID_UP_SENSOR) && type == HID_COLLECTION_PHYSICAL) hid->group = HID_GROUP_SENSOR_HUB; + + if (hid->vendor == USB_VENDOR_ID_MICROSOFT && + (hid->product == USB_DEVICE_ID_MS_TYPE_COVER_3 || + hid->product == USB_DEVICE_ID_MS_TYPE_COVER_3_JP) && + hid->group == HID_GROUP_MULTITOUCH) + hid->group = HID_GROUP_GENERIC; } static int hid_scan_main(struct hid_parser *parser, struct hid_item *item) @@ -1555,7 +1561,7 @@ "Multi-Axis Controller" }; const char *type, *bus; - char buf[64]; + char buf[64] = ""; unsigned int i; int len; int ret; @@ -1793,6 +1799,7 @@ { HID_USB_DEVICE(USB_VENDOR_ID_KYE, USB_DEVICE_ID_KYE_ERGO_525V) }, { HID_USB_DEVICE(USB_VENDOR_ID_KYE, USB_DEVICE_ID_KYE_EASYPEN_I405X) }, { HID_USB_DEVICE(USB_VENDOR_ID_KYE, USB_DEVICE_ID_KYE_MOUSEPEN_I608X) }, + { HID_USB_DEVICE(USB_VENDOR_ID_KYE, USB_DEVICE_ID_KYE_MOUSEPEN_I608X_2) }, { HID_USB_DEVICE(USB_VENDOR_ID_KYE, USB_DEVICE_ID_KYE_EASYPEN_M610X) }, { HID_USB_DEVICE(USB_VENDOR_ID_LABTEC, USB_DEVICE_ID_LABTEC_WIRELESS_KEYBOARD) }, { HID_USB_DEVICE(USB_VENDOR_ID_LCPOWER, USB_DEVICE_ID_LCPOWER_LC1000 ) }, @@ -1839,11 +1846,14 @@ { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_SIDEWINDER_GV) }, { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_NE4K) }, { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_NE4K_JP) }, + { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_NE7K) }, { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_LK6K) }, { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_PRESENTER_8K_USB) }, { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_DIGITAL_MEDIA_3K) }, { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_WIRELESS_OPTICAL_DESKTOP_3_0) }, { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_OFFICE_KB) }, + { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_TYPE_COVER_3) }, + { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_TYPE_COVER_3_JP) }, { HID_USB_DEVICE(USB_VENDOR_ID_MONTEREY, USB_DEVICE_ID_GENIUS_KB29E) }, { HID_USB_DEVICE(USB_VENDOR_ID_NTRIG, USB_DEVICE_ID_NTRIG_TOUCH_SCREEN) }, { HID_USB_DEVICE(USB_VENDOR_ID_NTRIG, USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_1) }, --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-cp2112.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-cp2112.c @@ -352,6 +352,8 @@ struct cp2112_force_read_report report; int ret; + if (size > sizeof(dev->read_data)) + size = sizeof(dev->read_data); report.report = CP2112_DATA_READ_FORCE_SEND; report.length = cpu_to_be16(size); @@ -432,7 +434,7 @@ struct cp2112_device *dev = (struct cp2112_device *)adap->algo_data; struct hid_device *hdev = dev->hdev; u8 buf[64]; - __be16 word; + __le16 word; ssize_t count; size_t read_length = 0; unsigned int retries; @@ -449,7 +451,7 @@ if (I2C_SMBUS_READ == read_write) count = cp2112_read_req(buf, addr, read_length); else - count = cp2112_write_req(buf, addr, data->byte, NULL, + count = cp2112_write_req(buf, addr, command, NULL, 0); break; case I2C_SMBUS_BYTE_DATA: @@ -464,7 +466,7 @@ break; case I2C_SMBUS_WORD_DATA: read_length = 2; - word = cpu_to_be16(data->word); + word = cpu_to_le16(data->word); if (I2C_SMBUS_READ == read_write) count = cp2112_write_read_req(buf, addr, read_length, @@ -477,7 +479,7 @@ size = I2C_SMBUS_WORD_DATA; read_write = I2C_SMBUS_READ; read_length = 2; - word = cpu_to_be16(data->word); + word = cpu_to_le16(data->word); count = cp2112_write_read_req(buf, addr, read_length, command, (u8 *)&word, 2); @@ -570,7 +572,7 @@ data->byte = buf[0]; break; case I2C_SMBUS_WORD_DATA: - data->word = be16_to_cpup((__be16 *)buf); + data->word = le16_to_cpup((__le16 *)buf); break; case I2C_SMBUS_BLOCK_DATA: if (read_length > I2C_SMBUS_BLOCK_MAX) { --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-debug.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-debug.c @@ -946,6 +946,12 @@ [KEY_BRIGHTNESS_MIN] = "BrightnessMin", [KEY_BRIGHTNESS_MAX] = "BrightnessMax", [KEY_BRIGHTNESS_AUTO] = "BrightnessAuto", + [KEY_KBDINPUTASSIST_PREV] = "KbdInputAssistPrev", + [KEY_KBDINPUTASSIST_NEXT] = "KbdInputAssistNext", + [KEY_KBDINPUTASSIST_PREVGROUP] = "KbdInputAssistPrevGroup", + [KEY_KBDINPUTASSIST_NEXTGROUP] = "KbdInputAssistNextGroup", + [KEY_KBDINPUTASSIST_ACCEPT] = "KbdInputAssistAccept", + [KEY_KBDINPUTASSIST_CANCEL] = "KbdInputAssistCancel", }; static const char *relatives[REL_MAX + 1] = { --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-ids.h +++ linux-lts-utopic-3.16.0/drivers/hid/hid-ids.h @@ -221,6 +221,7 @@ #define USB_DEVICE_ID_CHICONY_TACTICAL_PAD 0x0418 #define USB_DEVICE_ID_CHICONY_MULTI_TOUCH 0xb19d #define USB_DEVICE_ID_CHICONY_WIRELESS 0x0618 +#define USB_DEVICE_ID_CHICONY_PIXART_USB_OPTICAL_MOUSE 0x1053 #define USB_DEVICE_ID_CHICONY_WIRELESS2 0x1123 #define USB_DEVICE_ID_CHICONY_AK1D 0x1125 @@ -296,6 +297,13 @@ #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_73F7 0x73f7 #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_A001 0xa001 +#define USB_VENDOR_ID_ELAN 0x04f3 +#define USB_DEVICE_ID_ELAN_TOUCHSCREEN 0x0089 +#define USB_DEVICE_ID_ELAN_TOUCHSCREEN_009B 0x009b +#define USB_DEVICE_ID_ELAN_TOUCHSCREEN_0103 0x0103 +#define USB_DEVICE_ID_ELAN_TOUCHSCREEN_010c 0x010c +#define USB_DEVICE_ID_ELAN_TOUCHSCREEN_016F 0x016f + #define USB_VENDOR_ID_ELECOM 0x056e #define USB_DEVICE_ID_ELECOM_BM084 0x0061 @@ -447,6 +455,10 @@ #define USB_DEVICE_ID_UGCI_FLYING 0x0020 #define USB_DEVICE_ID_UGCI_FIGHTING 0x0030 +#define USB_VENDOR_ID_HP 0x03f0 +#define USB_PRODUCT_ID_HP_LOGITECH_OEM_USB_OPTICAL_MOUSE 0x0a4a +#define USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE 0x134a + #define USB_VENDOR_ID_HUION 0x256c #define USB_DEVICE_ID_HUION_580 0x006e @@ -516,6 +528,7 @@ #define USB_DEVICE_ID_KYE_GPEN_560 0x5003 #define USB_DEVICE_ID_KYE_EASYPEN_I405X 0x5010 #define USB_DEVICE_ID_KYE_MOUSEPEN_I608X 0x5011 +#define USB_DEVICE_ID_KYE_MOUSEPEN_I608X_2 0x501a #define USB_DEVICE_ID_KYE_EASYPEN_M610X 0x5013 #define USB_VENDOR_ID_LABTEC 0x1020 @@ -567,6 +580,7 @@ #define USB_VENDOR_ID_LOGITECH 0x046d #define USB_DEVICE_ID_LOGITECH_AUDIOHUB 0x0a0e +#define USB_DEVICE_ID_LOGITECH_C077 0xc007 #define USB_DEVICE_ID_LOGITECH_RECEIVER 0xc101 #define USB_DEVICE_ID_LOGITECH_HARMONY_FIRST 0xc110 #define USB_DEVICE_ID_LOGITECH_HARMONY_LAST 0xc14f @@ -633,11 +647,14 @@ #define USB_DEVICE_ID_MS_LK6K 0x00f9 #define USB_DEVICE_ID_MS_PRESENTER_8K_BT 0x0701 #define USB_DEVICE_ID_MS_PRESENTER_8K_USB 0x0713 +#define USB_DEVICE_ID_MS_NE7K 0x071d #define USB_DEVICE_ID_MS_DIGITAL_MEDIA_3K 0x0730 #define USB_DEVICE_ID_MS_COMFORT_MOUSE_4500 0x076c #define USB_DEVICE_ID_MS_SURFACE_PRO_2 0x0799 #define USB_DEVICE_ID_MS_TOUCH_COVER_2 0x07a7 #define USB_DEVICE_ID_MS_TYPE_COVER_2 0x07a9 +#define USB_DEVICE_ID_MS_TYPE_COVER_3 0x07dc +#define USB_DEVICE_ID_MS_TYPE_COVER_3_JP 0x07dd #define USB_VENDOR_ID_MOJO 0x8282 #define USB_DEVICE_ID_RETRO_ADAPTER 0x3201 @@ -729,6 +746,8 @@ #define USB_DEVICE_ID_PI_ENGINEERING_VEC_USB_FOOTPEDAL 0xff #define USB_VENDOR_ID_PIXART 0x093a +#define USB_DEVICE_ID_PIXART_USB_OPTICAL_MOUSE_ID2 0x0137 +#define USB_DEVICE_ID_PIXART_USB_OPTICAL_MOUSE 0x2510 #define USB_DEVICE_ID_PIXART_OPTICAL_TOUCH_SCREEN 0x8001 #define USB_DEVICE_ID_PIXART_OPTICAL_TOUCH_SCREEN1 0x8002 #define USB_DEVICE_ID_PIXART_OPTICAL_TOUCH_SCREEN2 0x8003 --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-input.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-input.c @@ -306,10 +306,16 @@ static const struct hid_device_id hid_battery_quirks[] = { { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, - USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO), - HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE }, + USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO), + HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE }, + { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, + USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI), + HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE }, + { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, + USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ANSI), + HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE }, { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, - USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ANSI), + USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO), HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE }, { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_ANSI), @@ -689,7 +695,10 @@ break; case 0x5b: /* TransducerSerialNumber */ - set_bit(MSC_SERIAL, input->mscbit); + usage->type = EV_MSC; + usage->code = MSC_SERIAL; + bit = input->mscbit; + max = MSC_MAX; break; default: goto unknown; @@ -856,6 +865,13 @@ case 0x28b: map_key_clear(KEY_FORWARDMAIL); break; case 0x28c: map_key_clear(KEY_SEND); break; + case 0x2c7: map_key_clear(KEY_KBDINPUTASSIST_PREV); break; + case 0x2c8: map_key_clear(KEY_KBDINPUTASSIST_NEXT); break; + case 0x2c9: map_key_clear(KEY_KBDINPUTASSIST_PREVGROUP); break; + case 0x2ca: map_key_clear(KEY_KBDINPUTASSIST_NEXTGROUP); break; + case 0x2cb: map_key_clear(KEY_KBDINPUTASSIST_ACCEPT); break; + case 0x2cc: map_key_clear(KEY_KBDINPUTASSIST_CANCEL); break; + default: goto ignore; } break; @@ -1085,6 +1101,23 @@ return; } + /* + * Ignore reports for absolute data if the data didn't change. This is + * not only an optimization but also fixes 'dead' key reports. Some + * RollOver implementations for localized keys (like BACKSLASH/PIPE; HID + * 0x31 and 0x32) report multiple keys, even though a localized keyboard + * can only have one of them physically available. The 'dead' keys + * report constant 0. As all map to the same keycode, they'd confuse + * the input layer. If we filter the 'dead' keys on the HID level, we + * skip the keycode translation and only forward real events. + */ + if (!(field->flags & (HID_MAIN_ITEM_RELATIVE | + HID_MAIN_ITEM_BUFFERED_BYTE)) && + (field->flags & HID_MAIN_ITEM_VARIABLE) && + usage->usage_index < field->maxusage && + value == field->value[usage->usage_index]) + return; + /* report the usage code as scancode if the key status has changed */ if (usage->type == EV_KEY && !!test_bit(usage->code, input->key) != value) input_event(input, EV_MSC, MSC_SCAN, usage->hid); --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-kye.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-kye.c @@ -300,7 +300,7 @@ * - change the button usage range to 4-7 for the extra * buttons */ - if (*rsize >= 74 && + if (*rsize >= 75 && rdesc[61] == 0x05 && rdesc[62] == 0x08 && rdesc[63] == 0x19 && rdesc[64] == 0x08 && rdesc[65] == 0x29 && rdesc[66] == 0x0f && @@ -323,6 +323,7 @@ } break; case USB_DEVICE_ID_KYE_MOUSEPEN_I608X: + case USB_DEVICE_ID_KYE_MOUSEPEN_I608X_2: if (*rsize == MOUSEPEN_I608X_RDESC_ORIG_SIZE) { rdesc = mousepen_i608x_rdesc_fixed; *rsize = sizeof(mousepen_i608x_rdesc_fixed); @@ -415,6 +416,7 @@ switch (id->product) { case USB_DEVICE_ID_KYE_EASYPEN_I405X: case USB_DEVICE_ID_KYE_MOUSEPEN_I608X: + case USB_DEVICE_ID_KYE_MOUSEPEN_I608X_2: case USB_DEVICE_ID_KYE_EASYPEN_M610X: ret = kye_tablet_enable(hdev); if (ret) { @@ -446,6 +448,8 @@ { HID_USB_DEVICE(USB_VENDOR_ID_KYE, USB_DEVICE_ID_KYE_MOUSEPEN_I608X) }, { HID_USB_DEVICE(USB_VENDOR_ID_KYE, + USB_DEVICE_ID_KYE_MOUSEPEN_I608X_2) }, + { HID_USB_DEVICE(USB_VENDOR_ID_KYE, USB_DEVICE_ID_KYE_EASYPEN_M610X) }, { HID_USB_DEVICE(USB_VENDOR_ID_KYE, USB_DEVICE_ID_GENIUS_GILA_GAMING_MOUSE) }, --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-lg.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-lg.c @@ -345,14 +345,14 @@ struct usb_device_descriptor *udesc; __u16 bcdDevice, rev_maj, rev_min; - if ((drv_data->quirks & LG_RDESC) && *rsize >= 90 && rdesc[83] == 0x26 && + if ((drv_data->quirks & LG_RDESC) && *rsize >= 91 && rdesc[83] == 0x26 && rdesc[84] == 0x8c && rdesc[85] == 0x02) { hid_info(hdev, "fixing up Logitech keyboard report descriptor\n"); rdesc[84] = rdesc[89] = 0x4d; rdesc[85] = rdesc[90] = 0x10; } - if ((drv_data->quirks & LG_RDESC_REL_ABS) && *rsize >= 50 && + if ((drv_data->quirks & LG_RDESC_REL_ABS) && *rsize >= 51 && rdesc[32] == 0x81 && rdesc[33] == 0x06 && rdesc[49] == 0x81 && rdesc[50] == 0x06) { hid_info(hdev, --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-logitech-dj.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-logitech-dj.c @@ -238,13 +238,6 @@ return; } - if ((dj_report->device_index < DJ_DEVICE_INDEX_MIN) || - (dj_report->device_index > DJ_DEVICE_INDEX_MAX)) { - dev_err(&djrcv_hdev->dev, "%s: invalid device index:%d\n", - __func__, dj_report->device_index); - return; - } - if (djrcv_dev->paired_dj_devices[dj_report->device_index]) { /* The device is already known. No need to reallocate it. */ dbg_hid("%s: device is already known\n", __func__); @@ -557,7 +550,7 @@ if (!out_buf) return -ENOMEM; - if (count < DJREPORT_SHORT_LENGTH - 2) + if (count > DJREPORT_SHORT_LENGTH - 2) count = DJREPORT_SHORT_LENGTH - 2; out_buf[0] = REPORT_ID_DJ_SHORT; @@ -663,7 +656,6 @@ struct dj_receiver_dev *djrcv_dev = hid_get_drvdata(hdev); struct dj_report *dj_report = (struct dj_report *) data; unsigned long flags; - bool report_processed = false; dbg_hid("%s, size:%d\n", __func__, size); @@ -691,27 +683,41 @@ * anything else with it. */ + /* case 1) */ + if (data[0] != REPORT_ID_DJ_SHORT) + return false; + + if ((dj_report->device_index < DJ_DEVICE_INDEX_MIN) || + (dj_report->device_index > DJ_DEVICE_INDEX_MAX)) { + /* + * Device index is wrong, bail out. + * This driver can ignore safely the receiver notifications, + * so ignore those reports too. + */ + if (dj_report->device_index != DJ_RECEIVER_INDEX) + dev_err(&hdev->dev, "%s: invalid device index:%d\n", + __func__, dj_report->device_index); + return false; + } + spin_lock_irqsave(&djrcv_dev->lock, flags); - if (dj_report->report_id == REPORT_ID_DJ_SHORT) { - switch (dj_report->report_type) { - case REPORT_TYPE_NOTIF_DEVICE_PAIRED: - case REPORT_TYPE_NOTIF_DEVICE_UNPAIRED: - logi_dj_recv_queue_notification(djrcv_dev, dj_report); - break; - case REPORT_TYPE_NOTIF_CONNECTION_STATUS: - if (dj_report->report_params[CONNECTION_STATUS_PARAM_STATUS] == - STATUS_LINKLOSS) { - logi_dj_recv_forward_null_report(djrcv_dev, dj_report); - } - break; - default: - logi_dj_recv_forward_report(djrcv_dev, dj_report); + switch (dj_report->report_type) { + case REPORT_TYPE_NOTIF_DEVICE_PAIRED: + case REPORT_TYPE_NOTIF_DEVICE_UNPAIRED: + logi_dj_recv_queue_notification(djrcv_dev, dj_report); + break; + case REPORT_TYPE_NOTIF_CONNECTION_STATUS: + if (dj_report->report_params[CONNECTION_STATUS_PARAM_STATUS] == + STATUS_LINKLOSS) { + logi_dj_recv_forward_null_report(djrcv_dev, dj_report); } - report_processed = true; + break; + default: + logi_dj_recv_forward_report(djrcv_dev, dj_report); } spin_unlock_irqrestore(&djrcv_dev->lock, flags); - return report_processed; + return true; } static int logi_dj_probe(struct hid_device *hdev, --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-logitech-dj.h +++ linux-lts-utopic-3.16.0/drivers/hid/hid-logitech-dj.h @@ -27,6 +27,7 @@ #define DJ_MAX_PAIRED_DEVICES 6 #define DJ_MAX_NUMBER_NOTIFICATIONS 8 +#define DJ_RECEIVER_INDEX 0 #define DJ_DEVICE_INDEX_MIN 1 #define DJ_DEVICE_INDEX_MAX 6 --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-magicmouse.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-magicmouse.c @@ -290,6 +290,11 @@ if (size < 4 || ((size - 4) % 9) != 0) return 0; npoints = (size - 4) / 9; + if (npoints > 15) { + hid_warn(hdev, "invalid size value (%d) for TRACKPAD_REPORT_ID\n", + size); + return 0; + } msc->ntouches = 0; for (ii = 0; ii < npoints; ii++) magicmouse_emit_touch(msc, ii, data + ii * 9 + 4); @@ -307,6 +312,11 @@ if (size < 6 || ((size - 6) % 8) != 0) return 0; npoints = (size - 6) / 8; + if (npoints > 15) { + hid_warn(hdev, "invalid size value (%d) for MOUSE_REPORT_ID\n", + size); + return 0; + } msc->ntouches = 0; for (ii = 0; ii < npoints; ii++) magicmouse_emit_touch(msc, ii, data + ii * 8 + 6); --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-microsoft.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-microsoft.c @@ -264,6 +264,8 @@ .driver_data = MS_ERGONOMY }, { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_NE4K_JP), .driver_data = MS_ERGONOMY }, + { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_NE7K), + .driver_data = MS_ERGONOMY }, { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_LK6K), .driver_data = MS_ERGONOMY | MS_RDESC }, { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_PRESENTER_8K_USB), @@ -274,6 +276,10 @@ .driver_data = MS_NOGET }, { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_COMFORT_MOUSE_4500), .driver_data = MS_DUPLICATE_USAGES }, + { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_TYPE_COVER_3), + .driver_data = MS_HIDINPUT }, + { HID_USB_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_TYPE_COVER_3_JP), + .driver_data = MS_HIDINPUT }, { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_PRESENTER_8K_BT), .driver_data = MS_PRESENTER }, --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-monterey.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-monterey.c @@ -24,7 +24,7 @@ static __u8 *mr_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int *rsize) { - if (*rsize >= 30 && rdesc[29] == 0x05 && rdesc[30] == 0x09) { + if (*rsize >= 31 && rdesc[29] == 0x05 && rdesc[30] == 0x09) { hid_info(hdev, "fixing up button/consumer in HID report descriptor\n"); rdesc[30] = 0x0c; } --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-multitouch.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-multitouch.c @@ -115,6 +115,7 @@ __u8 touches_by_report; /* how many touches are present in one report: * 1 means we should use a serial protocol * > 1 means hybrid (multitouch) protocol */ + __u8 buttons_count; /* number of physical buttons per touchpad */ bool serial_maybe; /* need to check for serial protocol */ bool curvalid; /* is the current contact valid? */ unsigned mt_flags; /* flags to pass to input-mt */ @@ -372,6 +373,10 @@ td->inputmode_value = MT_INPUTMODE_TOUCHPAD; } + /* count the buttons on touchpads */ + if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) + td->buttons_count++; + if (usage->usage_index) prev_usage = &field->usage[usage->usage_index - 1]; @@ -721,6 +726,10 @@ if (cls->quirks & MT_QUIRK_NOT_SEEN_MEANS_UP) td->mt_flags |= INPUT_MT_DROP_UNUSED; + /* check for clickpads */ + if ((td->mt_flags & INPUT_MT_POINTER) && (td->buttons_count == 1)) + __set_bit(INPUT_PROP_BUTTONPAD, input->propbit); + input_mt_init_slots(input, td->maxcontacts, td->mt_flags); td->mt_flags = 0; --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-petalynx.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-petalynx.c @@ -25,7 +25,7 @@ static __u8 *pl_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int *rsize) { - if (*rsize >= 60 && rdesc[39] == 0x2a && rdesc[40] == 0xf5 && + if (*rsize >= 62 && rdesc[39] == 0x2a && rdesc[40] == 0xf5 && rdesc[41] == 0x00 && rdesc[59] == 0x26 && rdesc[60] == 0xf9 && rdesc[61] == 0x00) { hid_info(hdev, "fixing up Petalynx Maxter Remote report descriptor\n"); --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-picolcd_core.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-picolcd_core.c @@ -350,6 +350,12 @@ if (!data) return 1; + if (size > 64) { + hid_warn(hdev, "invalid size value (%d) for picolcd raw event\n", + size); + return 0; + } + if (report->id == REPORT_KEY_STATE) { if (data->input_keys) ret = picolcd_raw_keypad(data, report, raw_data+1, size-1); --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-rmi.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-rmi.c @@ -29,9 +29,9 @@ #define RMI_SET_RMI_MODE_REPORT_ID 0x0f /* Feature Report */ /* flags */ -#define RMI_READ_REQUEST_PENDING BIT(0) -#define RMI_READ_DATA_PENDING BIT(1) -#define RMI_STARTED BIT(2) +#define RMI_READ_REQUEST_PENDING 0 +#define RMI_READ_DATA_PENDING 1 +#define RMI_STARTED 2 enum rmi_mode_type { RMI_MODE_OFF = 0, @@ -320,10 +320,7 @@ int offset; int i; - if (size < hdata->f11.report_size) - return 0; - - if (!(irq & hdata->f11.irq_mask)) + if (!(irq & hdata->f11.irq_mask) || size <= 0) return 0; offset = (hdata->max_fingers >> 2) + 1; @@ -332,9 +329,19 @@ int fs_bit_position = (i & 0x3) << 1; int finger_state = (data[fs_byte_position] >> fs_bit_position) & 0x03; + int position = offset + 5 * i; + + if (position + 5 > size) { + /* partial report, go on with what we received */ + printk_once(KERN_WARNING + "%s %s: Detected incomplete finger report. Finger reports may occasionally get dropped on this platform.\n", + dev_driver_string(&hdev->dev), + dev_name(&hdev->dev)); + hid_dbg(hdev, "Incomplete finger report\n"); + break; + } - rmi_f11_process_touch(hdata, i, finger_state, - &data[offset + 5 * i]); + rmi_f11_process_touch(hdata, i, finger_state, &data[position]); } input_mt_sync_frame(hdata->input); input_sync(hdata->input); @@ -352,6 +359,11 @@ if (!(irq & hdata->f30.irq_mask)) return 0; + if (size < (int)hdata->f30.report_size) { + hid_warn(hdev, "Click Button pressed, but the click data is missing\n"); + return 0; + } + for (i = 0; i < hdata->gpio_led_count; i++) { if (test_bit(i, &hdata->button_mask)) { value = (data[i / 8] >> (i & 0x07)) & BIT(0); @@ -412,9 +424,29 @@ return 1; } +static int rmi_check_sanity(struct hid_device *hdev, u8 *data, int size) +{ + int valid_size = size; + /* + * On the Dell XPS 13 9333, the bus sometimes get confused and fills + * the report with a sentinel value "ff". Synaptics told us that such + * behavior does not comes from the touchpad itself, so we filter out + * such reports here. + */ + + while ((data[valid_size - 1] == 0xff) && valid_size > 0) + valid_size--; + + return valid_size; +} + static int rmi_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) { + size = rmi_check_sanity(hdev, data, size); + if (size < 2) + return 0; + switch (data[0]) { case RMI_READ_DATA_REPORT_ID: return rmi_read_data_event(hdev, data, size); @@ -549,12 +581,18 @@ u8 buf[20]; int ret; bool has_query9; - bool has_query10; + bool has_query10 = false; bool has_query11; bool has_query12; + bool has_query27; + bool has_query28; + bool has_query36 = false; bool has_physical_props; + bool has_gestures; + bool has_rel; + bool has_data40 = false; unsigned x_size, y_size; - u16 query12_offset; + u16 query_offset; if (!data->f11.query_base_addr) { hid_err(hdev, "No 2D sensor found, giving up.\n"); @@ -570,6 +608,8 @@ has_query9 = !!(buf[0] & BIT(3)); has_query11 = !!(buf[0] & BIT(4)); has_query12 = !!(buf[0] & BIT(5)); + has_query27 = !!(buf[0] & BIT(6)); + has_query28 = !!(buf[0] & BIT(7)); /* query 1 to get the max number of fingers */ ret = rmi_read(hdev, data->f11.query_base_addr + 1, buf); @@ -589,33 +629,46 @@ return -ENODEV; } - /* query 8 to find out if query 10 exists */ - ret = rmi_read(hdev, data->f11.query_base_addr + 8, buf); - if (ret) { - hid_err(hdev, "can not read gesture information: %d.\n", ret); - return ret; + has_rel = !!(buf[0] & BIT(3)); + has_gestures = !!(buf[0] & BIT(5)); + + if (has_gestures) { + /* query 8 to find out if query 10 exists */ + ret = rmi_read(hdev, data->f11.query_base_addr + 8, buf); + if (ret) { + hid_err(hdev, "can not read gesture information: %d.\n", + ret); + return ret; + } + has_query10 = !!(buf[0] & BIT(2)); } - has_query10 = !!(buf[0] & BIT(2)); /* - * At least 8 queries are guaranteed to be present in F11 - * +1 for query12. + * At least 4 queries are guaranteed to be present in F11 + * +1 for query 5 which is present since absolute events are + * reported and +1 for query 12. */ - query12_offset = 9; + query_offset = 6; + + if (has_rel) + ++query_offset; /* query 6 is present */ + + if (has_gestures) + query_offset += 2; /* query 7 and 8 are present */ if (has_query9) - ++query12_offset; + ++query_offset; if (has_query10) - ++query12_offset; + ++query_offset; if (has_query11) - ++query12_offset; + ++query_offset; /* query 12 to know if the physical properties are reported */ if (has_query12) { ret = rmi_read(hdev, data->f11.query_base_addr - + query12_offset, buf); + + query_offset, buf); if (ret) { hid_err(hdev, "can not get query 12: %d.\n", ret); return ret; @@ -623,9 +676,10 @@ has_physical_props = !!(buf[0] & BIT(5)); if (has_physical_props) { + query_offset += 1; ret = rmi_read_block(hdev, data->f11.query_base_addr - + query12_offset + 1, buf, 4); + + query_offset, buf, 4); if (ret) { hid_err(hdev, "can not read query 15-18: %d.\n", ret); @@ -640,9 +694,45 @@ hid_info(hdev, "%s: size in mm: %d x %d\n", __func__, data->x_size_mm, data->y_size_mm); + + /* + * query 15 - 18 contain the size of the sensor + * and query 19 - 26 contain bezel dimensions + */ + query_offset += 12; + } + } + + if (has_query27) + ++query_offset; + + if (has_query28) { + ret = rmi_read(hdev, data->f11.query_base_addr + + query_offset, buf); + if (ret) { + hid_err(hdev, "can not get query 28: %d.\n", ret); + return ret; } + + has_query36 = !!(buf[0] & BIT(6)); } + if (has_query36) { + query_offset += 2; + ret = rmi_read(hdev, data->f11.query_base_addr + + query_offset, buf); + if (ret) { + hid_err(hdev, "can not get query 36: %d.\n", ret); + return ret; + } + + has_data40 = !!(buf[0] & BIT(5)); + } + + + if (has_data40) + data->f11.report_size += data->max_fingers * 2; + /* * retrieve the ctrl registers * the ctrl register has a size of 20 but a fw bug split it into 16 + 4, --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-roccat-pyra.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-roccat-pyra.c @@ -35,6 +35,8 @@ static void profile_activated(struct pyra_device *pyra, unsigned int new_profile) { + if (new_profile >= ARRAY_SIZE(pyra->profile_settings)) + return; pyra->actual_profile = new_profile; pyra->actual_cpi = pyra->profile_settings[pyra->actual_profile].y_cpi; } @@ -257,9 +259,11 @@ if (off != 0 || count != PYRA_SIZE_SETTINGS) return -EINVAL; - mutex_lock(&pyra->pyra_lock); - settings = (struct pyra_settings const *)buf; + if (settings->startup_profile >= ARRAY_SIZE(pyra->profile_settings)) + return -EINVAL; + + mutex_lock(&pyra->pyra_lock); retval = pyra_set_settings(usb_dev, settings); if (retval) { --- linux-lts-utopic-3.16.0.orig/drivers/hid/hid-sunplus.c +++ linux-lts-utopic-3.16.0/drivers/hid/hid-sunplus.c @@ -24,7 +24,7 @@ static __u8 *sp_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int *rsize) { - if (*rsize >= 107 && rdesc[104] == 0x26 && rdesc[105] == 0x80 && + if (*rsize >= 112 && rdesc[104] == 0x26 && rdesc[105] == 0x80 && rdesc[106] == 0x03) { hid_info(hdev, "fixing up Sunplus Wireless Desktop report descriptor\n"); rdesc[105] = rdesc[110] = 0x03; --- linux-lts-utopic-3.16.0.orig/drivers/hid/i2c-hid/i2c-hid.c +++ linux-lts-utopic-3.16.0/drivers/hid/i2c-hid/i2c-hid.c @@ -41,9 +41,9 @@ #include /* flags */ -#define I2C_HID_STARTED (1 << 0) -#define I2C_HID_RESET_PENDING (1 << 1) -#define I2C_HID_READ_PENDING (1 << 2) +#define I2C_HID_STARTED 0 +#define I2C_HID_RESET_PENDING 1 +#define I2C_HID_READ_PENDING 2 #define I2C_HID_PWR_ON 0x00 #define I2C_HID_PWR_SLEEP 0x01 @@ -137,6 +137,7 @@ * descriptor. */ unsigned int bufsize; /* i2c buffer size */ char *inbuf; /* Input buffer */ + char *rawbuf; /* Raw Input buffer */ char *cmdbuf; /* Command buffer */ char *argsbuf; /* Command arguments buffer */ @@ -371,6 +372,9 @@ int ret, ret_size; int size = le16_to_cpu(ihid->hdesc.wMaxInputLength); + if (size > ihid->bufsize) + size = ihid->bufsize; + ret = i2c_master_recv(ihid->client, ihid->inbuf, size); if (ret != size) { if (ret < 0) @@ -504,9 +508,11 @@ static void i2c_hid_free_buffers(struct i2c_hid *ihid) { kfree(ihid->inbuf); + kfree(ihid->rawbuf); kfree(ihid->argsbuf); kfree(ihid->cmdbuf); ihid->inbuf = NULL; + ihid->rawbuf = NULL; ihid->cmdbuf = NULL; ihid->argsbuf = NULL; ihid->bufsize = 0; @@ -522,10 +528,11 @@ report_size; /* report */ ihid->inbuf = kzalloc(report_size, GFP_KERNEL); + ihid->rawbuf = kzalloc(report_size, GFP_KERNEL); ihid->argsbuf = kzalloc(args_len, GFP_KERNEL); ihid->cmdbuf = kzalloc(sizeof(union command) + args_len, GFP_KERNEL); - if (!ihid->inbuf || !ihid->argsbuf || !ihid->cmdbuf) { + if (!ihid->inbuf || !ihid->rawbuf || !ihid->argsbuf || !ihid->cmdbuf) { i2c_hid_free_buffers(ihid); return -ENOMEM; } @@ -552,12 +559,12 @@ ret = i2c_hid_get_report(client, report_type == HID_FEATURE_REPORT ? 0x03 : 0x01, - report_number, ihid->inbuf, ask_count); + report_number, ihid->rawbuf, ask_count); if (ret < 0) return ret; - ret_count = ihid->inbuf[0] | (ihid->inbuf[1] << 8); + ret_count = ihid->rawbuf[0] | (ihid->rawbuf[1] << 8); if (ret_count <= 2) return 0; @@ -566,7 +573,7 @@ /* The query buffer contains the size, dropping it in the reply */ count = min(count, ret_count - 2); - memcpy(buf, ihid->inbuf + 2, count); + memcpy(buf, ihid->rawbuf + 2, count); return count; } @@ -702,12 +709,7 @@ static void i2c_hid_stop(struct hid_device *hid) { - struct i2c_client *client = hid->driver_data; - struct i2c_hid *ihid = i2c_get_clientdata(client); - hid->claimed = 0; - - i2c_hid_free_buffers(ihid); } static int i2c_hid_open(struct hid_device *hid) @@ -1054,21 +1056,29 @@ static int i2c_hid_suspend(struct device *dev) { struct i2c_client *client = to_i2c_client(dev); + struct i2c_hid *ihid = i2c_get_clientdata(client); + struct hid_device *hid = ihid->hid; + int ret = 0; disable_irq(client->irq); if (device_may_wakeup(&client->dev)) enable_irq_wake(client->irq); + if (hid->driver && hid->driver->suspend) + ret = hid->driver->suspend(hid, PMSG_SUSPEND); + /* Save some power */ i2c_hid_set_power(client, I2C_HID_PWR_SLEEP); - return 0; + return ret; } static int i2c_hid_resume(struct device *dev) { int ret; struct i2c_client *client = to_i2c_client(dev); + struct i2c_hid *ihid = i2c_get_clientdata(client); + struct hid_device *hid = ihid->hid; enable_irq(client->irq); ret = i2c_hid_hwreset(client); @@ -1078,6 +1088,11 @@ if (device_may_wakeup(&client->dev)) disable_irq_wake(client->irq); + if (hid->driver && hid->driver->reset_resume) { + ret = hid->driver->reset_resume(hid); + return ret; + } + return 0; } #endif --- linux-lts-utopic-3.16.0.orig/drivers/hid/usbhid/hid-core.c +++ linux-lts-utopic-3.16.0/drivers/hid/usbhid/hid-core.c @@ -82,7 +82,7 @@ struct usbhid_device *usbhid = hid->driver_data; spin_lock_irqsave(&usbhid->lock, flags); - if (hid->open > 0 && + if ((hid->open > 0 || hid->quirks & HID_QUIRK_ALWAYS_POLL) && !test_bit(HID_DISCONNECTED, &usbhid->iofl) && !test_bit(HID_SUSPENDED, &usbhid->iofl) && !test_and_set_bit(HID_IN_RUNNING, &usbhid->iofl)) { @@ -180,7 +180,7 @@ if (time_after(jiffies, usbhid->stop_retry)) { /* Retries failed, so do a port reset unless we lack bandwidth*/ - if (test_bit(HID_NO_BANDWIDTH, &usbhid->iofl) + if (!test_bit(HID_NO_BANDWIDTH, &usbhid->iofl) && !test_and_set_bit(HID_RESET_PENDING, &usbhid->iofl)) { schedule_work(&usbhid->reset_work); @@ -292,6 +292,8 @@ case 0: /* success */ usbhid_mark_busy(usbhid); usbhid->retry_delay = 0; + if ((hid->quirks & HID_QUIRK_ALWAYS_POLL) && !hid->open) + break; hid_input_report(urb->context, HID_INPUT_REPORT, urb->transfer_buffer, urb->actual_length, 1); @@ -490,8 +492,6 @@ struct usbhid_device *usbhid = hid->driver_data; int unplug = 0, status = urb->status; - spin_lock(&usbhid->lock); - switch (status) { case 0: /* success */ if (usbhid->ctrl[usbhid->ctrltail].dir == USB_DIR_IN) @@ -511,6 +511,8 @@ hid_warn(urb->dev, "ctrl urb status %d received\n", status); } + spin_lock(&usbhid->lock); + if (unplug) { usbhid->ctrltail = usbhid->ctrlhead; } else { @@ -536,7 +538,8 @@ int head; struct usbhid_device *usbhid = hid->driver_data; - if ((hid->quirks & HID_QUIRK_NOGET) && dir == USB_DIR_IN) + if (((hid->quirks & HID_QUIRK_NOGET) && dir == USB_DIR_IN) || + test_bit(HID_DISCONNECTED, &usbhid->iofl)) return; if (usbhid->urbout && dir == USB_DIR_OUT && report->type == HID_OUTPUT_REPORT) { @@ -734,8 +737,10 @@ if (!--hid->open) { spin_unlock_irq(&usbhid->lock); hid_cancel_delayed_stuff(usbhid); - usb_kill_urb(usbhid->urbin); - usbhid->intf->needs_remote_wakeup = 0; + if (!(hid->quirks & HID_QUIRK_ALWAYS_POLL)) { + usb_kill_urb(usbhid->urbin); + usbhid->intf->needs_remote_wakeup = 0; + } } else { spin_unlock_irq(&usbhid->lock); } @@ -1133,6 +1138,19 @@ set_bit(HID_STARTED, &usbhid->iofl); + if (hid->quirks & HID_QUIRK_ALWAYS_POLL) { + ret = usb_autopm_get_interface(usbhid->intf); + if (ret) + goto fail; + usbhid->intf->needs_remote_wakeup = 1; + ret = hid_start_in(hid); + if (ret) { + dev_err(&hid->dev, + "failed to start in urb: %d\n", ret); + } + usb_autopm_put_interface(usbhid->intf); + } + /* Some keyboards don't work until their LEDs have been set. * Since BIOSes do set the LEDs, it must be safe for any device * that supports the keyboard boot protocol. @@ -1165,6 +1183,9 @@ if (WARN_ON(!usbhid)) return; + if (hid->quirks & HID_QUIRK_ALWAYS_POLL) + usbhid->intf->needs_remote_wakeup = 0; + clear_bit(HID_STARTED, &usbhid->iofl); spin_lock_irq(&usbhid->lock); /* Sync with error and led handlers */ set_bit(HID_DISCONNECTED, &usbhid->iofl); @@ -1366,6 +1387,9 @@ return; usbhid = hid->driver_data; + spin_lock_irq(&usbhid->lock); /* Sync with error and led handlers */ + set_bit(HID_DISCONNECTED, &usbhid->iofl); + spin_unlock_irq(&usbhid->lock); hid_destroy_device(hid); kfree(usbhid); } --- linux-lts-utopic-3.16.0.orig/drivers/hid/usbhid/hid-pidff.c +++ linux-lts-utopic-3.16.0/drivers/hid/usbhid/hid-pidff.c @@ -1252,6 +1252,8 @@ pidff->hid = hid; + hid_device_io_start(hid); + pidff_find_reports(hid, HID_OUTPUT_REPORT, pidff); pidff_find_reports(hid, HID_FEATURE_REPORT, pidff); @@ -1315,9 +1317,13 @@ hid_info(dev, "Force feedback for USB HID PID devices by Anssi Hannula \n"); + hid_device_io_stop(hid); + return 0; fail: + hid_device_io_stop(hid); + kfree(pidff); return error; } --- linux-lts-utopic-3.16.0.orig/drivers/hid/usbhid/hid-quirks.c +++ linux-lts-utopic-3.16.0/drivers/hid/usbhid/hid-quirks.c @@ -69,16 +69,29 @@ { USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_PRO_PEDALS, HID_QUIRK_NOGET }, { USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_3AXIS_5BUTTON_STICK, HID_QUIRK_NOGET }, { USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_AXIS_295, HID_QUIRK_NOGET }, + { USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_PIXART_USB_OPTICAL_MOUSE, HID_QUIRK_ALWAYS_POLL }, { USB_VENDOR_ID_DMI, USB_DEVICE_ID_DMI_ENC, HID_QUIRK_NOGET }, + { USB_VENDOR_ID_ELAN, USB_DEVICE_ID_ELAN_TOUCHSCREEN, HID_QUIRK_ALWAYS_POLL }, + { USB_VENDOR_ID_ELAN, USB_DEVICE_ID_ELAN_TOUCHSCREEN_009B, HID_QUIRK_ALWAYS_POLL }, + { USB_VENDOR_ID_ELAN, USB_DEVICE_ID_ELAN_TOUCHSCREEN_0103, HID_QUIRK_ALWAYS_POLL }, + { USB_VENDOR_ID_ELAN, USB_DEVICE_ID_ELAN_TOUCHSCREEN_010c, HID_QUIRK_ALWAYS_POLL }, + { USB_VENDOR_ID_ELAN, USB_DEVICE_ID_ELAN_TOUCHSCREEN_016F, HID_QUIRK_ALWAYS_POLL }, { USB_VENDOR_ID_ELO, USB_DEVICE_ID_ELO_TS2700, HID_QUIRK_NOGET }, { USB_VENDOR_ID_FORMOSA, USB_DEVICE_ID_FORMOSA_IR_RECEIVER, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_FREESCALE, USB_DEVICE_ID_FREESCALE_MX28, HID_QUIRK_NOGET }, + { USB_VENDOR_ID_HP, USB_PRODUCT_ID_HP_LOGITECH_OEM_USB_OPTICAL_MOUSE, HID_QUIRK_ALWAYS_POLL }, + { USB_VENDOR_ID_HP, USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE, HID_QUIRK_ALWAYS_POLL }, + { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_C077, HID_QUIRK_ALWAYS_POLL }, { USB_VENDOR_ID_MGE, USB_DEVICE_ID_MGE_UPS, HID_QUIRK_NOGET }, + { USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_TYPE_COVER_3, HID_QUIRK_NO_INIT_REPORTS }, + { USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_TYPE_COVER_3_JP, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_MSI, USB_DEVICE_ID_MSI_GX680R_LED_PANEL, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_NEXIO, USB_DEVICE_ID_NEXIO_MULTITOUCH_PTI0750, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_NOVATEK, USB_DEVICE_ID_NOVATEK_MOUSE, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_PENMOUNT, USB_DEVICE_ID_PENMOUNT_1610, HID_QUIRK_NOGET }, { USB_VENDOR_ID_PENMOUNT, USB_DEVICE_ID_PENMOUNT_1640, HID_QUIRK_NOGET }, + { USB_VENDOR_ID_PIXART, USB_DEVICE_ID_PIXART_USB_OPTICAL_MOUSE, HID_QUIRK_ALWAYS_POLL }, + { USB_VENDOR_ID_KYE, USB_DEVICE_ID_PIXART_USB_OPTICAL_MOUSE_ID2, HID_QUIRK_ALWAYS_POLL }, { USB_VENDOR_ID_PIXART, USB_DEVICE_ID_PIXART_OPTICAL_TOUCH_SCREEN, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_PIXART, USB_DEVICE_ID_PIXART_OPTICAL_TOUCH_SCREEN1, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_PIXART, USB_DEVICE_ID_PIXART_OPTICAL_TOUCH_SCREEN2, HID_QUIRK_NO_INIT_REPORTS }, @@ -116,6 +129,7 @@ { USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_WIRELESS, HID_QUIRK_MULTI_INPUT }, { USB_VENDOR_ID_SIGMA_MICRO, USB_DEVICE_ID_SIGMA_MICRO_KEYBOARD, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_KYE, USB_DEVICE_ID_KYE_MOUSEPEN_I608X, HID_QUIRK_MULTI_INPUT }, + { USB_VENDOR_ID_KYE, USB_DEVICE_ID_KYE_MOUSEPEN_I608X_2, HID_QUIRK_MULTI_INPUT }, { USB_VENDOR_ID_KYE, USB_DEVICE_ID_KYE_EASYPEN_M610X, HID_QUIRK_MULTI_INPUT }, { USB_VENDOR_ID_NTRIG, USB_DEVICE_ID_NTRIG_DUOSENSE, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_SEMICO, USB_DEVICE_ID_SEMICO_USB_KEYKOARD, HID_QUIRK_NO_INIT_REPORTS }, --- linux-lts-utopic-3.16.0.orig/drivers/hsi/controllers/omap_ssi_port.c +++ linux-lts-utopic-3.16.0/drivers/hsi/controllers/omap_ssi_port.c @@ -1110,7 +1110,7 @@ struct omap_ssi_port *omap_port; struct hsi_controller *ssi = dev_get_drvdata(pd->dev.parent); struct omap_ssi_controller *omap_ssi = hsi_controller_drvdata(ssi); - u32 cawake_gpio = 0; + int cawake_gpio = 0; u32 port_id; int err; --- linux-lts-utopic-3.16.0.orig/drivers/hsi/hsi.c +++ linux-lts-utopic-3.16.0/drivers/hsi/hsi.c @@ -300,7 +300,6 @@ if (device_register(&cl->device) < 0) { pr_err("hsi: failed to register client: %s\n", name); put_device(&cl->device); - goto err3; } return; --- linux-lts-utopic-3.16.0.orig/drivers/hv/channel.c +++ linux-lts-utopic-3.16.0/drivers/hv/channel.c @@ -135,7 +135,7 @@ GFP_KERNEL); if (!open_info) { err = -ENOMEM; - goto error0; + goto error_gpadl; } init_completion(&open_info->waitevent); @@ -151,7 +151,7 @@ if (userdatalen > MAX_USER_DEFINED_BYTES) { err = -EINVAL; - goto error0; + goto error_gpadl; } if (userdatalen) @@ -165,8 +165,10 @@ ret = vmbus_post_msg(open_msg, sizeof(struct vmbus_channel_open_channel)); - if (ret != 0) + if (ret != 0) { + err = ret; goto error1; + } t = wait_for_completion_timeout(&open_info->waitevent, 5*HZ); if (t == 0) { @@ -193,6 +195,9 @@ list_del(&open_info->msglistentry); spin_unlock_irqrestore(&vmbus_connection.channelmsg_lock, flags); +error_gpadl: + vmbus_teardown_gpadl(newchannel, newchannel->ringbuffer_gpadlhandle); + error0: free_pages((unsigned long)out, get_order(send_ringbuffer_size + recv_ringbuffer_size)); @@ -363,7 +368,6 @@ u32 next_gpadl_handle; unsigned long flags; int ret = 0; - int t; next_gpadl_handle = atomic_read(&vmbus_connection.next_gpadl_handle); atomic_inc(&vmbus_connection.next_gpadl_handle); @@ -410,9 +414,7 @@ } } - t = wait_for_completion_timeout(&msginfo->waitevent, 5*HZ); - BUG_ON(t == 0); - + wait_for_completion(&msginfo->waitevent); /* At this point, we received the gpadl created msg */ *gpadl_handle = gpadlmsg->gpadl; @@ -435,7 +437,7 @@ struct vmbus_channel_gpadl_teardown *msg; struct vmbus_channel_msginfo *info; unsigned long flags; - int ret, t; + int ret; info = kmalloc(sizeof(*info) + sizeof(struct vmbus_channel_gpadl_teardown), GFP_KERNEL); @@ -457,11 +459,12 @@ ret = vmbus_post_msg(msg, sizeof(struct vmbus_channel_gpadl_teardown)); - BUG_ON(ret != 0); - t = wait_for_completion_timeout(&info->waitevent, 5*HZ); - BUG_ON(t == 0); + if (ret) + goto post_msg_err; + + wait_for_completion(&info->waitevent); - /* Received a torndown response */ +post_msg_err: spin_lock_irqsave(&vmbus_connection.channelmsg_lock, flags); list_del(&info->msglistentry); spin_unlock_irqrestore(&vmbus_connection.channelmsg_lock, flags); @@ -478,7 +481,7 @@ channel->onchannel_callback = NULL; } -static void vmbus_close_internal(struct vmbus_channel *channel) +static int vmbus_close_internal(struct vmbus_channel *channel) { struct vmbus_channel_close_channel *msg; int ret; @@ -501,11 +504,28 @@ ret = vmbus_post_msg(msg, sizeof(struct vmbus_channel_close_channel)); - BUG_ON(ret != 0); + if (ret) { + pr_err("Close failed: close post msg return is %d\n", ret); + /* + * If we failed to post the close msg, + * it is perhaps better to leak memory. + */ + return ret; + } + /* Tear down the gpadl for the channel's ring buffer */ - if (channel->ringbuffer_gpadlhandle) - vmbus_teardown_gpadl(channel, - channel->ringbuffer_gpadlhandle); + if (channel->ringbuffer_gpadlhandle) { + ret = vmbus_teardown_gpadl(channel, + channel->ringbuffer_gpadlhandle); + if (ret) { + pr_err("Close failed: teardown gpadl return %d\n", ret); + /* + * If we failed to teardown gpadl, + * it is perhaps better to leak memory. + */ + return ret; + } + } /* Cleanup the ring buffers for this channel */ hv_ringbuffer_cleanup(&channel->outbound); @@ -514,7 +534,7 @@ free_pages((unsigned long)channel->ringbuffer_pages, get_order(channel->ringbuffer_pagecount * PAGE_SIZE)); - + return ret; } /* @@ -665,6 +685,50 @@ /* * vmbus_sendpacket_multipagebuffer - Send a multi-page buffer packet + * using a GPADL Direct packet type. + * The buffer includes the vmbus descriptor. + */ +int vmbus_sendpacket_mpb_desc(struct vmbus_channel *channel, + struct vmbus_packet_mpb_array *desc, + u32 desc_size, + void *buffer, u32 bufferlen, u64 requestid) +{ + int ret; + u32 packetlen; + u32 packetlen_aligned; + struct kvec bufferlist[3]; + u64 aligned_data = 0; + bool signal = false; + + packetlen = desc_size + bufferlen; + packetlen_aligned = ALIGN(packetlen, sizeof(u64)); + + /* Setup the descriptor */ + desc->type = VM_PKT_DATA_USING_GPA_DIRECT; + desc->flags = VMBUS_DATA_PACKET_FLAG_COMPLETION_REQUESTED; + desc->dataoffset8 = desc_size >> 3; /* in 8-bytes grandularity */ + desc->length8 = (u16)(packetlen_aligned >> 3); + desc->transactionid = requestid; + desc->rangecount = 1; + + bufferlist[0].iov_base = desc; + bufferlist[0].iov_len = desc_size; + bufferlist[1].iov_base = buffer; + bufferlist[1].iov_len = bufferlen; + bufferlist[2].iov_base = &aligned_data; + bufferlist[2].iov_len = (packetlen_aligned - packetlen); + + ret = hv_ringbuffer_write(&channel->outbound, bufferlist, 3, &signal); + + if (ret == 0 && signal) + vmbus_setevent(channel); + + return ret; +} +EXPORT_SYMBOL_GPL(vmbus_sendpacket_mpb_desc); + +/* + * vmbus_sendpacket_multipagebuffer - Send a multi-page buffer packet * using a GPADL Direct packet type. */ int vmbus_sendpacket_multipagebuffer(struct vmbus_channel *channel, --- linux-lts-utopic-3.16.0.orig/drivers/hv/channel_mgmt.c +++ linux-lts-utopic-3.16.0/drivers/hv/channel_mgmt.c @@ -216,9 +216,16 @@ unsigned long flags; struct vmbus_channel *primary_channel; struct vmbus_channel_relid_released msg; + struct device *dev; + + if (channel->device_obj) { + dev = get_device(&channel->device_obj->device); + if (dev) { + vmbus_device_unregister(channel->device_obj); + put_device(dev); + } + } - if (channel->device_obj) - vmbus_device_unregister(channel->device_obj); memset(&msg, 0, sizeof(struct vmbus_channel_relid_released)); msg.child_relid = channel->offermsg.child_relid; msg.header.msgtype = CHANNELMSG_RELID_RELEASED; @@ -751,7 +758,7 @@ { struct vmbus_channel_message_header *msg; struct vmbus_channel_msginfo *msginfo; - int ret, t; + int ret; msginfo = kmalloc(sizeof(*msginfo) + sizeof(struct vmbus_channel_message_header), @@ -759,8 +766,6 @@ if (!msginfo) return -ENOMEM; - init_completion(&msginfo->waitevent); - msg = (struct vmbus_channel_message_header *)msginfo->msg; msg->msgtype = CHANNELMSG_REQUESTOFFERS; @@ -774,14 +779,6 @@ goto cleanup; } - t = wait_for_completion_timeout(&msginfo->waitevent, 5*HZ); - if (t == 0) { - ret = -ETIMEDOUT; - goto cleanup; - } - - - cleanup: kfree(msginfo); --- linux-lts-utopic-3.16.0.orig/drivers/hv/connection.c +++ linux-lts-utopic-3.16.0/drivers/hv/connection.c @@ -427,10 +427,21 @@ * insufficient resources. Retry the operation a couple of * times before giving up. */ - while (retries < 3) { - ret = hv_post_message(conn_id, 1, buffer, buflen); - if (ret != HV_STATUS_INSUFFICIENT_BUFFERS) + while (retries < 10) { + ret = hv_post_message(conn_id, 1, buffer, buflen); + + switch (ret) { + case HV_STATUS_INSUFFICIENT_BUFFERS: + ret = -ENOMEM; + case -ENOMEM: + break; + case HV_STATUS_SUCCESS: return ret; + default: + pr_err("hv_post_msg() failed; error code:%d\n", ret); + return -EINVAL; + } + retries++; msleep(100); } --- linux-lts-utopic-3.16.0.orig/drivers/hv/hv.c +++ linux-lts-utopic-3.16.0/drivers/hv/hv.c @@ -31,6 +31,14 @@ #include #include "hyperv_vmbus.h" +#ifndef PKG_ABI +/* + * Preserve the ability to 'make deb-pkg' since PKG_ABI is provided + * by the Ubuntu build rules. + */ +#define PKG_ABI 0 +#endif + /* The one and only */ struct hv_context hv_context = { .synic_initialized = false, @@ -138,6 +146,8 @@ memset(hv_context.synic_event_page, 0, sizeof(void *) * NR_CPUS); memset(hv_context.synic_message_page, 0, sizeof(void *) * NR_CPUS); + memset(hv_context.post_msg_page, 0, + sizeof(void *) * NR_CPUS); memset(hv_context.vp_index, 0, sizeof(int) * NR_CPUS); memset(hv_context.event_dpc, 0, @@ -148,7 +158,7 @@ /* * Write our OS ID. */ - hv_context.guestid = generate_guest_id(0, LINUX_VERSION_CODE, 0); + hv_context.guestid = generate_guest_id(0x80 /*Canonical*/, LINUX_VERSION_CODE, PKG_ABI); wrmsrl(HV_X64_MSR_GUEST_OS_ID, hv_context.guestid); /* See if the hypercall page is already set */ @@ -217,26 +227,18 @@ enum hv_message_type message_type, void *payload, size_t payload_size) { - struct aligned_input { - u64 alignment8; - struct hv_input_post_message msg; - }; struct hv_input_post_message *aligned_msg; u16 status; - unsigned long addr; if (payload_size > HV_MESSAGE_PAYLOAD_BYTE_COUNT) return -EMSGSIZE; - addr = (unsigned long)kmalloc(sizeof(struct aligned_input), GFP_ATOMIC); - if (!addr) - return -ENOMEM; - aligned_msg = (struct hv_input_post_message *) - (ALIGN(addr, HV_HYPERCALL_PARAM_ALIGN)); + hv_context.post_msg_page[get_cpu()]; aligned_msg->connectionid = connection_id; + aligned_msg->reserved = 0; aligned_msg->message_type = message_type; aligned_msg->payload_size = payload_size; memcpy((void *)aligned_msg->payload, payload, payload_size); @@ -244,8 +246,7 @@ status = do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL) & 0xFFFF; - kfree((void *)addr); - + put_cpu(); return status; } @@ -294,6 +295,14 @@ pr_err("Unable to allocate SYNIC event page\n"); goto err; } + + hv_context.post_msg_page[cpu] = + (void *)get_zeroed_page(GFP_ATOMIC); + + if (hv_context.post_msg_page[cpu] == NULL) { + pr_err("Unable to allocate post msg page\n"); + goto err; + } } return 0; @@ -308,6 +317,8 @@ free_page((unsigned long)hv_context.synic_event_page[cpu]); if (hv_context.synic_message_page[cpu]) free_page((unsigned long)hv_context.synic_message_page[cpu]); + if (hv_context.post_msg_page[cpu]) + free_page((unsigned long)hv_context.post_msg_page[cpu]); } void hv_synic_free(void) --- linux-lts-utopic-3.16.0.orig/drivers/hv/hyperv_vmbus.h +++ linux-lts-utopic-3.16.0/drivers/hv/hyperv_vmbus.h @@ -49,6 +49,17 @@ HVCPUID_IMPLEMENTATION_LIMITS = 0x40000005, }; +#define HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE 0x400 + +#define HV_X64_MSR_CRASH_P0 0x40000100 +#define HV_X64_MSR_CRASH_P1 0x40000101 +#define HV_X64_MSR_CRASH_P2 0x40000102 +#define HV_X64_MSR_CRASH_P3 0x40000103 +#define HV_X64_MSR_CRASH_P4 0x40000104 +#define HV_X64_MSR_CRASH_CTL 0x40000105 + +#define HV_CRASH_CTL_CRASH_NOTIFY (1ULL << 63) + /* Define version of the synthetic interrupt controller. */ #define HV_SYNIC_VERSION (1) @@ -515,6 +526,10 @@ * per-cpu list of the channels based on their CPU affinity. */ struct list_head percpu_list[NR_CPUS]; + /* + * buffer to post messages to the host. + */ + void *post_msg_page[NR_CPUS]; }; extern struct hv_context hv_context; --- linux-lts-utopic-3.16.0.orig/drivers/hv/vmbus_drv.c +++ linux-lts-utopic-3.16.0/drivers/hv/vmbus_drv.c @@ -32,9 +32,12 @@ #include #include #include +#include #include #include #include +#include +#include #include "hyperv_vmbus.h" static struct acpi_device *hv_acpi_dev; @@ -43,6 +46,31 @@ static struct completion probe_event; static int irq; + +int hyperv_panic_event(struct notifier_block *nb, + unsigned long event, void *ptr) +{ + struct pt_regs *regs; + + regs = current_pt_regs(); + + wrmsrl(HV_X64_MSR_CRASH_P0, regs->ip); + wrmsrl(HV_X64_MSR_CRASH_P1, regs->ax); + wrmsrl(HV_X64_MSR_CRASH_P2, regs->bx); + wrmsrl(HV_X64_MSR_CRASH_P3, regs->cx); + wrmsrl(HV_X64_MSR_CRASH_P4, regs->dx); + + /* + * Let Hyper-V know there is crash data available + */ + wrmsrl(HV_X64_MSR_CRASH_CTL, HV_CRASH_CTL_CRASH_NOTIFY); + return NOTIFY_DONE; +} + +static struct notifier_block hyperv_panic_block = { + .notifier_call = hyperv_panic_event, +}; + struct resource hyperv_mmio = { .name = "hyperv mmio", .flags = IORESOURCE_MEM, @@ -671,6 +699,39 @@ tasklet_schedule(&msg_dpc); } +#ifdef CONFIG_HOTPLUG_CPU +static int hyperv_cpu_disable(void) +{ + return -ENOSYS; +} + +static void hv_cpu_hotplug_quirk(bool vmbus_loaded) +{ + static void *previous_cpu_disable; + + /* + * Offlining a CPU when running on newer hypervisors (WS2012R2, Win8, + * ...) is not supported at this moment as channel interrupts are + * distributed across all of them. + */ + + if ((vmbus_proto_version == VERSION_WS2008) || + (vmbus_proto_version == VERSION_WIN7)) + return; + + if (vmbus_loaded) { + previous_cpu_disable = smp_ops.cpu_disable; + smp_ops.cpu_disable = hyperv_cpu_disable; + pr_notice("CPU offlining is not supported by hypervisor\n"); + } else if (previous_cpu_disable) + smp_ops.cpu_disable = previous_cpu_disable; +} +#else +static void hv_cpu_hotplug_quirk(bool vmbus_loaded) +{ +} +#endif + /* * vmbus_bus_init -Main vmbus driver initialization routine. * @@ -711,6 +772,16 @@ if (ret) goto err_alloc; + hv_cpu_hotplug_quirk(true); + + /* + * Only register if the crash MSRs are available + */ + if (ms_hyperv.features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) { + atomic_notifier_chain_register(&panic_notifier_list, + &hyperv_panic_block); + } + vmbus_request_offers(); return 0; @@ -964,6 +1035,7 @@ bus_unregister(&hv_bus); hv_cleanup(); acpi_bus_unregister_driver(&vmbus_acpi_driver); + hv_cpu_hotplug_quirk(false); } --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/Kconfig +++ linux-lts-utopic-3.16.0/drivers/hwmon/Kconfig @@ -554,6 +554,17 @@ This driver can also be built as a module. If so, the module will be called ibmpex. +config SENSORS_IBMPOWERNV + tristate "IBM POWERNV platform sensors" + depends on PPC_POWERNV + default y + help + If you say yes here you get support for the temperature/fan/power + sensors on your PowerNV platform. + + This driver can also be built as a module. If so, the module + will be called ibmpowernv. + config SENSORS_IIO_HWMON tristate "Hwmon driver that uses channels specified via iio maps" depends on IIO --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/Makefile +++ linux-lts-utopic-3.16.0/drivers/hwmon/Makefile @@ -71,6 +71,7 @@ obj-$(CONFIG_SENSORS_I5K_AMB) += i5k_amb.o obj-$(CONFIG_SENSORS_IBMAEM) += ibmaem.o obj-$(CONFIG_SENSORS_IBMPEX) += ibmpex.o +obj-$(CONFIG_SENSORS_IBMPOWERNV)+= ibmpowernv.o obj-$(CONFIG_SENSORS_IIO_HWMON) += iio_hwmon.o obj-$(CONFIG_SENSORS_INA209) += ina209.o obj-$(CONFIG_SENSORS_INA2XX) += ina2xx.o --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/ads1015.c +++ linux-lts-utopic-3.16.0/drivers/hwmon/ads1015.c @@ -126,7 +126,7 @@ struct ads1015_data *data = i2c_get_clientdata(client); unsigned int pga = data->channel_data[channel].pga; int fullscale = fullscale_table[pga]; - const unsigned mask = data->id == ads1115 ? 0x7fff : 0x7ff0; + const int mask = data->id == ads1115 ? 0x7fff : 0x7ff0; return DIV_ROUND_CLOSEST(reg * fullscale, mask); } @@ -198,7 +198,7 @@ } channel = be32_to_cpup(property); - if (channel > ADS1015_CHANNELS) { + if (channel >= ADS1015_CHANNELS) { dev_err(&client->dev, "invalid channel index %d on %s\n", channel, node->full_name); @@ -212,6 +212,7 @@ dev_err(&client->dev, "invalid gain on %s\n", node->full_name); + return -EINVAL; } } @@ -222,6 +223,7 @@ dev_err(&client->dev, "invalid data_rate on %s\n", node->full_name); + return -EINVAL; } } --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/amc6821.c +++ linux-lts-utopic-3.16.0/drivers/hwmon/amc6821.c @@ -360,11 +360,13 @@ if (config) return config; + mutex_lock(&data->update_lock); config = i2c_smbus_read_byte_data(client, AMC6821_REG_CONF1); if (config < 0) { dev_err(&client->dev, "Error reading configuration register, aborting.\n"); - return config; + count = config; + goto unlock; } switch (val) { @@ -381,14 +383,15 @@ config |= AMC6821_CONF1_FDRC1; break; default: - return -EINVAL; + count = -EINVAL; + goto unlock; } - mutex_lock(&data->update_lock); if (i2c_smbus_write_byte_data(client, AMC6821_REG_CONF1, config)) { dev_err(&client->dev, "Configuration register write error, aborting.\n"); count = -EIO; } +unlock: mutex_unlock(&data->update_lock); return count; } @@ -493,8 +496,9 @@ return -EINVAL; } - data->valid = 0; mutex_lock(&data->update_lock); + data->valid = 0; + switch (ix) { case 0: ptemp[0] = clamp_val(val / 1000, 0, @@ -658,13 +662,14 @@ if (config) return config; + mutex_lock(&data->update_lock); config = i2c_smbus_read_byte_data(client, AMC6821_REG_CONF4); if (config < 0) { dev_err(&client->dev, "Error reading configuration register, aborting.\n"); - return config; + count = config; + goto EXIT; } - mutex_lock(&data->update_lock); switch (val) { case 2: config &= ~AMC6821_CONF4_PSPR; --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/dme1737.c +++ linux-lts-utopic-3.16.0/drivers/hwmon/dme1737.c @@ -247,8 +247,8 @@ u8 pwm_acz[3]; u8 pwm_freq[6]; u8 pwm_rr[2]; - u8 zone_low[3]; - u8 zone_abs[3]; + s8 zone_low[3]; + s8 zone_abs[3]; u8 zone_hyst[2]; u32 alarms; }; @@ -277,7 +277,7 @@ return (reg * nominal + (3 << (res - 3))) / (3 << (res - 2)); } -static inline int IN_TO_REG(int val, int nominal) +static inline int IN_TO_REG(long val, int nominal) { return clamp_val((val * 192 + nominal / 2) / nominal, 0, 255); } @@ -293,7 +293,7 @@ return (reg * 1000) >> (res - 8); } -static inline int TEMP_TO_REG(int val) +static inline int TEMP_TO_REG(long val) { return clamp_val((val < 0 ? val - 500 : val + 500) / 1000, -128, 127); } @@ -308,7 +308,7 @@ return TEMP_RANGE[(reg >> 4) & 0x0f]; } -static int TEMP_RANGE_TO_REG(int val, int reg) +static int TEMP_RANGE_TO_REG(long val, int reg) { int i; @@ -331,7 +331,7 @@ return (((ix == 1) ? reg : reg >> 4) & 0x0f) * 1000; } -static inline int TEMP_HYST_TO_REG(int val, int ix, int reg) +static inline int TEMP_HYST_TO_REG(long val, int ix, int reg) { int hyst = clamp_val((val + 500) / 1000, 0, 15); @@ -347,7 +347,7 @@ return (reg == 0 || reg == 0xffff) ? 0 : 90000 * 60 / reg; } -static inline int FAN_TO_REG(int val, int tpc) +static inline int FAN_TO_REG(long val, int tpc) { if (tpc) { return clamp_val(val / tpc, 0, 0xffff); @@ -379,7 +379,7 @@ return (edge > 0) ? 1 << (edge - 1) : 0; } -static inline int FAN_TYPE_TO_REG(int val, int reg) +static inline int FAN_TYPE_TO_REG(long val, int reg) { int edge = (val == 4) ? 3 : val; @@ -402,7 +402,7 @@ return 1000 + i * 500; } -static int FAN_MAX_TO_REG(int val) +static int FAN_MAX_TO_REG(long val) { int i; @@ -460,7 +460,7 @@ return acz[(reg >> 5) & 0x07]; } -static inline int PWM_ACZ_TO_REG(int val, int reg) +static inline int PWM_ACZ_TO_REG(long val, int reg) { int acz = (val == 4) ? 2 : val - 1; @@ -476,7 +476,7 @@ return PWM_FREQ[reg & 0x0f]; } -static int PWM_FREQ_TO_REG(int val, int reg) +static int PWM_FREQ_TO_REG(long val, int reg) { int i; @@ -510,7 +510,7 @@ return (rr & 0x08) ? PWM_RR[rr & 0x07] : 0; } -static int PWM_RR_TO_REG(int val, int ix, int reg) +static int PWM_RR_TO_REG(long val, int ix, int reg) { int i; @@ -528,7 +528,7 @@ return PWM_RR_FROM_REG(reg, ix) ? 1 : 0; } -static inline int PWM_RR_EN_TO_REG(int val, int ix, int reg) +static inline int PWM_RR_EN_TO_REG(long val, int ix, int reg) { int en = (ix == 1) ? 0x80 : 0x08; @@ -1481,13 +1481,16 @@ const char *buf, size_t count) { struct dme1737_data *data = dev_get_drvdata(dev); - long val; + unsigned long val; int err; - err = kstrtol(buf, 10, &val); + err = kstrtoul(buf, 10, &val); if (err) return err; + if (val > 255) + return -EINVAL; + data->vrm = val; return count; } --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/ds1621.c +++ linux-lts-utopic-3.16.0/drivers/hwmon/ds1621.c @@ -309,6 +309,7 @@ data->conf |= (resol << DS1621_REG_CONFIG_RESOL_SHIFT); i2c_smbus_write_byte_data(client, DS1621_REG_CONF, data->conf); data->update_interval = ds1721_convrates[resol]; + data->zbits = 7 - resol; mutex_unlock(&data->update_lock); return count; --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/gpio-fan.c +++ linux-lts-utopic-3.16.0/drivers/hwmon/gpio-fan.c @@ -173,7 +173,7 @@ return -ENODEV; } -static int rpm_to_speed_index(struct gpio_fan_data *fan_data, int rpm) +static int rpm_to_speed_index(struct gpio_fan_data *fan_data, unsigned long rpm) { struct gpio_fan_speed *speed = fan_data->speed; int i; --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/ibmpowernv.c +++ linux-lts-utopic-3.16.0/drivers/hwmon/ibmpowernv.c @@ -0,0 +1,364 @@ +/* + * IBM PowerNV platform sensors for temperature/fan/voltage/power + * Copyright (C) 2014 IBM + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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. + */ + +#define DRVNAME "ibmpowernv" +#define pr_fmt(fmt) DRVNAME ": " fmt + +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +#define MAX_ATTR_LEN 32 + +/* Sensor suffix name from DT */ +#define DT_FAULT_ATTR_SUFFIX "faulted" +#define DT_DATA_ATTR_SUFFIX "data" +#define DT_THRESHOLD_ATTR_SUFFIX "thrs" + +/* + * Enumerates all the types of sensors in the POWERNV platform and does index + * into 'struct sensor_group' + */ +enum sensors { + FAN, + AMBIENT_TEMP, + POWER_SUPPLY, + POWER_INPUT, + MAX_SENSOR_TYPE, +}; + +static struct sensor_group { + const char *name; + const char *compatible; + struct attribute_group group; + u32 attr_count; +} sensor_groups[] = { + {"fan", "ibm,opal-sensor-cooling-fan"}, + {"temp", "ibm,opal-sensor-amb-temp"}, + {"in", "ibm,opal-sensor-power-supply"}, + {"power", "ibm,opal-sensor-power"} +}; + +struct sensor_data { + u32 id; /* An opaque id of the firmware for each sensor */ + enum sensors type; + char name[MAX_ATTR_LEN]; + struct device_attribute dev_attr; +}; + +struct platform_data { + const struct attribute_group *attr_groups[MAX_SENSOR_TYPE + 1]; + u32 sensors_count; /* Total count of sensors from each group */ +}; + +/* Platform device representing all the ibmpowernv sensors */ +static struct platform_device *pdevice; + +static ssize_t show_sensor(struct device *dev, struct device_attribute *devattr, + char *buf) +{ + struct sensor_data *sdata = container_of(devattr, struct sensor_data, + dev_attr); + ssize_t ret; + u32 x; + + ret = opal_get_sensor_data(sdata->id, &x); + if (ret) + return ret; + + /* Convert temperature to milli-degrees */ + if (sdata->type == AMBIENT_TEMP) + x *= 1000; + /* Convert power to micro-watts */ + else if (sdata->type == POWER_INPUT) + x *= 1000000; + + return sprintf(buf, "%u\n", x); +} + +static int __init get_sensor_index_attr(const char *name, u32 *index, + char *attr) +{ + char *hash_pos = strchr(name, '#'); + char buf[8] = { 0 }; + char *dash_pos; + u32 copy_len; + int err; + + if (!hash_pos) + return -EINVAL; + + dash_pos = strchr(hash_pos, '-'); + if (!dash_pos) + return -EINVAL; + + copy_len = dash_pos - hash_pos - 1; + if (copy_len >= sizeof(buf)) + return -EINVAL; + + strncpy(buf, hash_pos + 1, copy_len); + + err = kstrtou32(buf, 10, index); + if (err) + return err; + + strncpy(attr, dash_pos + 1, MAX_ATTR_LEN); + + return 0; +} + +/* + * This function translates the DT node name into the 'hwmon' attribute name. + * IBMPOWERNV device node appear like cooling-fan#2-data, amb-temp#1-thrs etc. + * which need to be mapped as fan2_input, temp1_max respectively before + * populating them inside hwmon device class. + */ +static int __init create_hwmon_attr_name(struct device *dev, enum sensors type, + const char *node_name, + char *hwmon_attr_name) +{ + char attr_suffix[MAX_ATTR_LEN]; + char *attr_name; + u32 index; + int err; + + err = get_sensor_index_attr(node_name, &index, attr_suffix); + if (err) { + dev_err(dev, "Sensor device node name '%s' is invalid\n", + node_name); + return err; + } + + if (!strcmp(attr_suffix, DT_FAULT_ATTR_SUFFIX)) { + attr_name = "fault"; + } else if (!strcmp(attr_suffix, DT_DATA_ATTR_SUFFIX)) { + attr_name = "input"; + } else if (!strcmp(attr_suffix, DT_THRESHOLD_ATTR_SUFFIX)) { + if (type == AMBIENT_TEMP) + attr_name = "max"; + else if (type == FAN) + attr_name = "min"; + else + return -ENOENT; + } else { + return -ENOENT; + } + + snprintf(hwmon_attr_name, MAX_ATTR_LEN, "%s%d_%s", + sensor_groups[type].name, index, attr_name); + return 0; +} + +static int __init populate_attr_groups(struct platform_device *pdev) +{ + struct platform_data *pdata = platform_get_drvdata(pdev); + const struct attribute_group **pgroups = pdata->attr_groups; + struct device_node *opal, *np; + enum sensors type; + + opal = of_find_node_by_path("/ibm,opal/sensors"); + if (!opal) { + dev_err(&pdev->dev, "Opal node 'sensors' not found\n"); + return -ENODEV; + } + + for_each_child_of_node(opal, np) { + if (np->name == NULL) + continue; + + for (type = 0; type < MAX_SENSOR_TYPE; type++) + if (of_device_is_compatible(np, + sensor_groups[type].compatible)) { + sensor_groups[type].attr_count++; + break; + } + } + + of_node_put(opal); + + for (type = 0; type < MAX_SENSOR_TYPE; type++) { + sensor_groups[type].group.attrs = devm_kzalloc(&pdev->dev, + sizeof(struct attribute *) * + (sensor_groups[type].attr_count + 1), + GFP_KERNEL); + if (!sensor_groups[type].group.attrs) + return -ENOMEM; + + pgroups[type] = &sensor_groups[type].group; + pdata->sensors_count += sensor_groups[type].attr_count; + sensor_groups[type].attr_count = 0; + } + + return 0; +} + +/* + * Iterate through the device tree for each child of 'sensors' node, create + * a sysfs attribute file, the file is named by translating the DT node name + * to the name required by the higher 'hwmon' driver like fan1_input, temp1_max + * etc.. + */ +static int __init create_device_attrs(struct platform_device *pdev) +{ + struct platform_data *pdata = platform_get_drvdata(pdev); + const struct attribute_group **pgroups = pdata->attr_groups; + struct device_node *opal, *np; + struct sensor_data *sdata; + const __be32 *sensor_id; + enum sensors type; + u32 count = 0; + int err = 0; + + opal = of_find_node_by_path("/ibm,opal/sensors"); + sdata = devm_kzalloc(&pdev->dev, pdata->sensors_count * sizeof(*sdata), + GFP_KERNEL); + if (!sdata) { + err = -ENOMEM; + goto exit_put_node; + } + + for_each_child_of_node(opal, np) { + if (np->name == NULL) + continue; + + for (type = 0; type < MAX_SENSOR_TYPE; type++) + if (of_device_is_compatible(np, + sensor_groups[type].compatible)) + break; + + if (type == MAX_SENSOR_TYPE) + continue; + + sensor_id = of_get_property(np, "sensor-id", NULL); + if (!sensor_id) { + dev_info(&pdev->dev, + "'sensor-id' missing in the node '%s'\n", + np->name); + continue; + } + + sdata[count].id = be32_to_cpup(sensor_id); + sdata[count].type = type; + err = create_hwmon_attr_name(&pdev->dev, type, np->name, + sdata[count].name); + if (err) + goto exit_put_node; + + sysfs_attr_init(&sdata[count].dev_attr.attr); + sdata[count].dev_attr.attr.name = sdata[count].name; + sdata[count].dev_attr.attr.mode = S_IRUGO; + sdata[count].dev_attr.show = show_sensor; + + pgroups[type]->attrs[sensor_groups[type].attr_count++] = + &sdata[count++].dev_attr.attr; + } + +exit_put_node: + of_node_put(opal); + return err; +} + +static int __init ibmpowernv_probe(struct platform_device *pdev) +{ + struct platform_data *pdata; + struct device *hwmon_dev; + int err; + + pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL); + if (!pdata) + return -ENOMEM; + + platform_set_drvdata(pdev, pdata); + pdata->sensors_count = 0; + err = populate_attr_groups(pdev); + if (err) + return err; + + /* Create sysfs attribute data for each sensor found in the DT */ + err = create_device_attrs(pdev); + if (err) + return err; + + /* Finally, register with hwmon */ + hwmon_dev = devm_hwmon_device_register_with_groups(&pdev->dev, DRVNAME, + pdata, + pdata->attr_groups); + + return PTR_ERR_OR_ZERO(hwmon_dev); +} + +static struct platform_driver ibmpowernv_driver = { + .driver = { + .owner = THIS_MODULE, + .name = DRVNAME, + }, +}; + +static int __init ibmpowernv_init(void) +{ + int err; + + pdevice = platform_device_alloc(DRVNAME, 0); + if (!pdevice) { + pr_err("Device allocation failed\n"); + err = -ENOMEM; + goto exit; + } + + err = platform_device_add(pdevice); + if (err) { + pr_err("Device addition failed (%d)\n", err); + goto exit_device_put; + } + + err = platform_driver_probe(&ibmpowernv_driver, ibmpowernv_probe); + if (err) { + pr_err("Platfrom driver probe failed\n"); + goto exit_device_del; + } + + return 0; + +exit_device_del: + platform_device_del(pdevice); +exit_device_put: + platform_device_put(pdevice); +exit: + return err; +} + +static void __exit ibmpowernv_exit(void) +{ + platform_driver_unregister(&ibmpowernv_driver); + platform_device_unregister(pdevice); +} + +MODULE_AUTHOR("Neelesh Gupta "); +MODULE_DESCRIPTION("IBM POWERNV platform sensors"); +MODULE_LICENSE("GPL"); + +module_init(ibmpowernv_init); +module_exit(ibmpowernv_exit); --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/lm78.c +++ linux-lts-utopic-3.16.0/drivers/hwmon/lm78.c @@ -108,7 +108,7 @@ * TEMP: mC (-128C to +127C) * REG: 1C/bit, two's complement */ -static inline s8 TEMP_TO_REG(int val) +static inline s8 TEMP_TO_REG(long val) { int nval = clamp_val(val, -128000, 127000) ; return nval < 0 ? (nval - 500) / 1000 : (nval + 500) / 1000; --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/lm85.c +++ linux-lts-utopic-3.16.0/drivers/hwmon/lm85.c @@ -155,7 +155,7 @@ /* Temperature is reported in .001 degC increments */ #define TEMP_TO_REG(val) \ - clamp_val(SCALE(val, 1000, 1), -127, 127) + DIV_ROUND_CLOSEST(clamp_val((val), -127000, 127000), 1000) #define TEMPEXT_FROM_REG(val, ext) \ SCALE(((val) << 4) + (ext), 16, 1000) #define TEMP_FROM_REG(val) ((val) * 1000) @@ -189,7 +189,7 @@ 13300, 16000, 20000, 26600, 32000, 40000, 53300, 80000 }; -static int RANGE_TO_REG(int range) +static int RANGE_TO_REG(long range) { int i; @@ -211,7 +211,7 @@ 11, 15, 22, 29, 35, 44, 59, 88 }; -static int FREQ_TO_REG(const int *map, int freq) +static int FREQ_TO_REG(const int *map, unsigned long freq) { int i; @@ -460,6 +460,9 @@ if (err) return err; + if (val > 255) + return -EINVAL; + data->vrm = val; return count; } --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/lm92.c +++ linux-lts-utopic-3.16.0/drivers/hwmon/lm92.c @@ -74,12 +74,9 @@ return reg / 8 * 625 / 10; } -static inline s16 TEMP_TO_REG(int val) +static inline s16 TEMP_TO_REG(long val) { - if (val <= -60000) - return -60000 * 10 / 625 * 8; - if (val >= 160000) - return 160000 * 10 / 625 * 8; + val = clamp_val(val, -60000, 160000); return val * 10 / 625 * 8; } @@ -206,10 +203,12 @@ if (err) return err; + val = clamp_val(val, -120000, 220000); mutex_lock(&data->update_lock); - data->temp[t_hyst] = TEMP_FROM_REG(data->temp[attr->index]) - val; + data->temp[t_hyst] = + TEMP_TO_REG(TEMP_FROM_REG(data->temp[attr->index]) - val); i2c_smbus_write_word_swapped(client, LM92_REG_TEMP_HYST, - TEMP_TO_REG(data->temp[t_hyst])); + data->temp[t_hyst]); mutex_unlock(&data->update_lock); return count; } --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/mcp3021.c +++ linux-lts-utopic-3.16.0/drivers/hwmon/mcp3021.c @@ -31,14 +31,11 @@ /* output format */ #define MCP3021_SAR_SHIFT 2 #define MCP3021_SAR_MASK 0x3ff - #define MCP3021_OUTPUT_RES 10 /* 10-bit resolution */ -#define MCP3021_OUTPUT_SCALE 4 #define MCP3221_SAR_SHIFT 0 #define MCP3221_SAR_MASK 0xfff #define MCP3221_OUTPUT_RES 12 /* 12-bit resolution */ -#define MCP3221_OUTPUT_SCALE 1 enum chips { mcp3021, @@ -54,7 +51,6 @@ u16 sar_shift; u16 sar_mask; u8 output_res; - u8 output_scale; }; static int mcp3021_read16(struct i2c_client *client) @@ -84,13 +80,7 @@ static inline u16 volts_from_reg(struct mcp3021_data *data, u16 val) { - if (val == 0) - return 0; - - val = val * data->output_scale - data->output_scale / 2; - - return val * DIV_ROUND_CLOSEST(data->vdd, - (1 << data->output_res) * data->output_scale); + return DIV_ROUND_CLOSEST(data->vdd * val, 1 << data->output_res); } static ssize_t show_in_input(struct device *dev, struct device_attribute *attr, @@ -132,14 +122,12 @@ data->sar_shift = MCP3021_SAR_SHIFT; data->sar_mask = MCP3021_SAR_MASK; data->output_res = MCP3021_OUTPUT_RES; - data->output_scale = MCP3021_OUTPUT_SCALE; break; case mcp3221: data->sar_shift = MCP3221_SAR_SHIFT; data->sar_mask = MCP3221_SAR_MASK; data->output_res = MCP3221_OUTPUT_RES; - data->output_scale = MCP3221_OUTPUT_SCALE; break; } --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/nct6775.c +++ linux-lts-utopic-3.16.0/drivers/hwmon/nct6775.c @@ -350,6 +350,10 @@ /* NCT6776 specific data */ +/* STEP_UP_TIME and STEP_DOWN_TIME regs are swapped for all chips but NCT6775 */ +#define NCT6776_REG_FAN_STEP_UP_TIME NCT6775_REG_FAN_STEP_DOWN_TIME +#define NCT6776_REG_FAN_STEP_DOWN_TIME NCT6775_REG_FAN_STEP_UP_TIME + static const s8 NCT6776_ALARM_BITS[] = { 0, 1, 2, 3, 8, 21, 20, 16, /* in0.. in7 */ 17, -1, -1, -1, -1, -1, -1, /* in8..in14 */ @@ -986,6 +990,7 @@ (*t)->dev_attr.attr.name, tg->base + i); if ((*t)->s2) { a2 = &su->u.a2; + sysfs_attr_init(&a2->dev_attr.attr); a2->dev_attr.attr.name = su->name; a2->nr = (*t)->u.s.nr + i; a2->index = (*t)->u.s.index; @@ -996,6 +1001,7 @@ *attrs = &a2->dev_attr.attr; } else { a = &su->u.a1; + sysfs_attr_init(&a->dev_attr.attr); a->dev_attr.attr.name = su->name; a->index = (*t)->u.index + i; a->dev_attr.attr.mode = @@ -3474,8 +3480,8 @@ data->REG_FAN_PULSES = NCT6776_REG_FAN_PULSES; data->FAN_PULSE_SHIFT = NCT6775_FAN_PULSE_SHIFT; data->REG_FAN_TIME[0] = NCT6775_REG_FAN_STOP_TIME; - data->REG_FAN_TIME[1] = NCT6775_REG_FAN_STEP_UP_TIME; - data->REG_FAN_TIME[2] = NCT6775_REG_FAN_STEP_DOWN_TIME; + data->REG_FAN_TIME[1] = NCT6776_REG_FAN_STEP_UP_TIME; + data->REG_FAN_TIME[2] = NCT6776_REG_FAN_STEP_DOWN_TIME; data->REG_TOLERANCE_H = NCT6776_REG_TOLERANCE_H; data->REG_PWM[0] = NCT6775_REG_PWM; data->REG_PWM[1] = NCT6775_REG_FAN_START_OUTPUT; @@ -3546,8 +3552,8 @@ data->REG_FAN_PULSES = NCT6779_REG_FAN_PULSES; data->FAN_PULSE_SHIFT = NCT6775_FAN_PULSE_SHIFT; data->REG_FAN_TIME[0] = NCT6775_REG_FAN_STOP_TIME; - data->REG_FAN_TIME[1] = NCT6775_REG_FAN_STEP_UP_TIME; - data->REG_FAN_TIME[2] = NCT6775_REG_FAN_STEP_DOWN_TIME; + data->REG_FAN_TIME[1] = NCT6776_REG_FAN_STEP_UP_TIME; + data->REG_FAN_TIME[2] = NCT6776_REG_FAN_STEP_DOWN_TIME; data->REG_TOLERANCE_H = NCT6776_REG_TOLERANCE_H; data->REG_PWM[0] = NCT6775_REG_PWM; data->REG_PWM[1] = NCT6775_REG_FAN_START_OUTPUT; @@ -3622,8 +3628,8 @@ data->REG_FAN_PULSES = NCT6779_REG_FAN_PULSES; data->FAN_PULSE_SHIFT = NCT6775_FAN_PULSE_SHIFT; data->REG_FAN_TIME[0] = NCT6775_REG_FAN_STOP_TIME; - data->REG_FAN_TIME[1] = NCT6775_REG_FAN_STEP_UP_TIME; - data->REG_FAN_TIME[2] = NCT6775_REG_FAN_STEP_DOWN_TIME; + data->REG_FAN_TIME[1] = NCT6776_REG_FAN_STEP_UP_TIME; + data->REG_FAN_TIME[2] = NCT6776_REG_FAN_STEP_DOWN_TIME; data->REG_TOLERANCE_H = NCT6776_REG_TOLERANCE_H; data->REG_PWM[0] = NCT6775_REG_PWM; data->REG_PWM[1] = NCT6775_REG_FAN_START_OUTPUT; --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/ntc_thermistor.c +++ linux-lts-utopic-3.16.0/drivers/hwmon/ntc_thermistor.c @@ -193,8 +193,10 @@ ntc_thermistor_parse_dt(struct platform_device *pdev) { struct iio_channel *chan; + enum iio_chan_type type; struct device_node *np = pdev->dev.of_node; struct ntc_thermistor_platform_data *pdata; + int ret; if (!np) return NULL; @@ -207,6 +209,13 @@ if (IS_ERR(chan)) return ERR_CAST(chan); + ret = iio_get_channel_type(chan, &type); + if (ret < 0) + return ERR_PTR(ret); + + if (type != IIO_VOLTAGE) + return ERR_PTR(-EINVAL); + if (of_property_read_u32(np, "pullup-uv", &pdata->pullup_uv)) return ERR_PTR(-ENODEV); if (of_property_read_u32(np, "pullup-ohm", &pdata->pullup_ohm)) --- linux-lts-utopic-3.16.0.orig/drivers/hwmon/sis5595.c +++ linux-lts-utopic-3.16.0/drivers/hwmon/sis5595.c @@ -159,7 +159,7 @@ { return val * 830 + 52120; } -static inline s8 TEMP_TO_REG(int val) +static inline s8 TEMP_TO_REG(long val) { int nval = clamp_val(val, -54120, 157530) ; return nval < 0 ? (nval - 5212 - 415) / 830 : (nval - 5212 + 415) / 830; --- linux-lts-utopic-3.16.0.orig/drivers/i2c/busses/Kconfig +++ linux-lts-utopic-3.16.0/drivers/i2c/busses/Kconfig @@ -1061,4 +1061,15 @@ This support is also available as a module. If so, the module will be called scx200_acb. +config I2C_OPAL + tristate "IBM OPAL I2C driver" + depends on PPC_POWERNV + default y + help + This exposes the PowerNV platform i2c busses to the linux i2c layer, + the driver is based on the OPAL interfaces. + + This driver can also be built as a module. If so, the module will be + called as i2c-opal. + endmenu --- linux-lts-utopic-3.16.0.orig/drivers/i2c/busses/Makefile +++ linux-lts-utopic-3.16.0/drivers/i2c/busses/Makefile @@ -98,6 +98,7 @@ obj-$(CONFIG_I2C_BCM_KONA) += i2c-bcm-kona.o obj-$(CONFIG_I2C_CROS_EC_TUNNEL) += i2c-cros-ec-tunnel.o obj-$(CONFIG_I2C_ELEKTOR) += i2c-elektor.o +obj-$(CONFIG_I2C_OPAL) += i2c-opal.o obj-$(CONFIG_I2C_PCA_ISA) += i2c-pca-isa.o obj-$(CONFIG_I2C_SIBYTE) += i2c-sibyte.o obj-$(CONFIG_SCx200_ACB) += scx200_acb.o --- linux-lts-utopic-3.16.0.orig/drivers/i2c/busses/i2c-at91.c +++ linux-lts-utopic-3.16.0/drivers/i2c/busses/i2c-at91.c @@ -62,6 +62,9 @@ #define AT91_TWI_UNRE 0x0080 /* Underrun Error */ #define AT91_TWI_NACK 0x0100 /* Not Acknowledged */ +#define AT91_TWI_INT_MASK \ + (AT91_TWI_TXCOMP | AT91_TWI_RXRDY | AT91_TWI_TXRDY | AT91_TWI_NACK) + #define AT91_TWI_IER 0x0024 /* Interrupt Enable Register */ #define AT91_TWI_IDR 0x0028 /* Interrupt Disable Register */ #define AT91_TWI_IMR 0x002c /* Interrupt Mask Register */ @@ -101,6 +104,7 @@ unsigned twi_cwgr_reg; struct at91_twi_pdata *pdata; bool use_dma; + bool recv_len_abort; struct at91_twi_dma dma; }; @@ -116,13 +120,12 @@ static void at91_disable_twi_interrupts(struct at91_twi_dev *dev) { - at91_twi_write(dev, AT91_TWI_IDR, - AT91_TWI_TXCOMP | AT91_TWI_RXRDY | AT91_TWI_TXRDY); + at91_twi_write(dev, AT91_TWI_IDR, AT91_TWI_INT_MASK); } static void at91_twi_irq_save(struct at91_twi_dev *dev) { - dev->imr = at91_twi_read(dev, AT91_TWI_IMR) & 0x7; + dev->imr = at91_twi_read(dev, AT91_TWI_IMR) & AT91_TWI_INT_MASK; at91_disable_twi_interrupts(dev); } @@ -210,8 +213,16 @@ struct at91_twi_dev *dev = (struct at91_twi_dev *)data; dma_unmap_single(dev->dev, sg_dma_address(&dev->dma.sg), - dev->buf_len, DMA_MEM_TO_DEV); + dev->buf_len, DMA_TO_DEVICE); + /* + * When this callback is called, THR/TX FIFO is likely not to be empty + * yet. So we have to wait for TXCOMP or NACK bits to be set into the + * Status Register to be sure that the STOP bit has been sent and the + * transfer is completed. The NACK interrupt has already been enabled, + * we just have to enable TXCOMP one. + */ + at91_twi_write(dev, AT91_TWI_IER, AT91_TWI_TXCOMP); at91_twi_write(dev, AT91_TWI_CR, AT91_TWI_STOP); } @@ -267,12 +278,24 @@ *dev->buf = at91_twi_read(dev, AT91_TWI_RHR) & 0xff; --dev->buf_len; + /* return if aborting, we only needed to read RHR to clear RXRDY*/ + if (dev->recv_len_abort) + return; + /* handle I2C_SMBUS_BLOCK_DATA */ if (unlikely(dev->msg->flags & I2C_M_RECV_LEN)) { - dev->msg->flags &= ~I2C_M_RECV_LEN; - dev->buf_len += *dev->buf; - dev->msg->len = dev->buf_len + 1; - dev_dbg(dev->dev, "received block length %d\n", dev->buf_len); + /* ensure length byte is a valid value */ + if (*dev->buf <= I2C_SMBUS_BLOCK_MAX && *dev->buf > 0) { + dev->msg->flags &= ~I2C_M_RECV_LEN; + dev->buf_len += *dev->buf; + dev->msg->len = dev->buf_len + 1; + dev_dbg(dev->dev, "received block length %d\n", + dev->buf_len); + } else { + /* abort and send the stop by reading one more byte */ + dev->recv_len_abort = true; + dev->buf_len = 1; + } } /* send stop if second but last byte has been read */ @@ -289,12 +312,12 @@ struct at91_twi_dev *dev = (struct at91_twi_dev *)data; dma_unmap_single(dev->dev, sg_dma_address(&dev->dma.sg), - dev->buf_len, DMA_DEV_TO_MEM); + dev->buf_len, DMA_FROM_DEVICE); /* The last two bytes have to be read without using dma */ dev->buf += dev->buf_len - 2; dev->buf_len = 2; - at91_twi_write(dev, AT91_TWI_IER, AT91_TWI_RXRDY); + at91_twi_write(dev, AT91_TWI_IER, AT91_TWI_RXRDY | AT91_TWI_TXCOMP); } static void at91_twi_read_data_dma(struct at91_twi_dev *dev) @@ -355,7 +378,7 @@ /* catch error flags */ dev->transfer_status |= status; - if (irqstatus & AT91_TWI_TXCOMP) { + if (irqstatus & (AT91_TWI_TXCOMP | AT91_TWI_NACK)) { at91_disable_twi_interrupts(dev); complete(&dev->cmd_complete); } @@ -368,6 +391,34 @@ int ret; bool has_unre_flag = dev->pdata->has_unre_flag; + /* + * WARNING: the TXCOMP bit in the Status Register is NOT a clear on + * read flag but shows the state of the transmission at the time the + * Status Register is read. According to the programmer datasheet, + * TXCOMP is set when both holding register and internal shifter are + * empty and STOP condition has been sent. + * Consequently, we should enable NACK interrupt rather than TXCOMP to + * detect transmission failure. + * + * Besides, the TXCOMP bit is already set before the i2c transaction + * has been started. For read transactions, this bit is cleared when + * writing the START bit into the Control Register. So the + * corresponding interrupt can safely be enabled just after. + * However for write transactions managed by the CPU, we first write + * into THR, so TXCOMP is cleared. Then we can safely enable TXCOMP + * interrupt. If TXCOMP interrupt were enabled before writing into THR, + * the interrupt handler would be called immediately and the i2c command + * would be reported as completed. + * Also when a write transaction is managed by the DMA controller, + * enabling the TXCOMP interrupt in this function may lead to a race + * condition since we don't know whether the TXCOMP interrupt is enabled + * before or after the DMA has started to write into THR. So the TXCOMP + * interrupt is enabled later by at91_twi_write_data_dma_callback(). + * Immediately after in that DMA callback, we still need to send the + * STOP condition manually writing the corresponding bit into the + * Control Register. + */ + dev_dbg(dev->dev, "transfer: %s %d bytes.\n", (dev->msg->flags & I2C_M_RD) ? "read" : "write", dev->buf_len); @@ -398,31 +449,29 @@ * seems to be the best solution. */ if (dev->use_dma && (dev->buf_len > AT91_I2C_DMA_THRESHOLD)) { + at91_twi_write(dev, AT91_TWI_IER, AT91_TWI_NACK); at91_twi_read_data_dma(dev); - /* - * It is important to enable TXCOMP irq here because - * doing it only when transferring the last two bytes - * will mask NACK errors since TXCOMP is set when a - * NACK occurs. - */ - at91_twi_write(dev, AT91_TWI_IER, - AT91_TWI_TXCOMP); - } else + } else { at91_twi_write(dev, AT91_TWI_IER, - AT91_TWI_TXCOMP | AT91_TWI_RXRDY); + AT91_TWI_TXCOMP | + AT91_TWI_NACK | + AT91_TWI_RXRDY); + } } else { if (dev->use_dma && (dev->buf_len > AT91_I2C_DMA_THRESHOLD)) { + at91_twi_write(dev, AT91_TWI_IER, AT91_TWI_NACK); at91_twi_write_data_dma(dev); - at91_twi_write(dev, AT91_TWI_IER, AT91_TWI_TXCOMP); } else { at91_twi_write_next_byte(dev); at91_twi_write(dev, AT91_TWI_IER, - AT91_TWI_TXCOMP | AT91_TWI_TXRDY); + AT91_TWI_TXCOMP | + AT91_TWI_NACK | + AT91_TWI_TXRDY); } } - ret = wait_for_completion_interruptible_timeout(&dev->cmd_complete, - dev->adapter.timeout); + ret = wait_for_completion_timeout(&dev->cmd_complete, + dev->adapter.timeout); if (ret == 0) { dev_err(dev->dev, "controller timed out\n"); at91_init_twi_bus(dev); @@ -444,6 +493,12 @@ ret = -EIO; goto error; } + if (dev->recv_len_abort) { + dev_err(dev->dev, "invalid smbus block length recvd\n"); + ret = -EPROTO; + goto error; + } + dev_dbg(dev->dev, "transfer complete\n"); return 0; @@ -500,6 +555,7 @@ dev->buf_len = m_start->len; dev->buf = m_start->buf; dev->msg = m_start; + dev->recv_len_abort = false; ret = at91_do_twi_transfer(dev); --- linux-lts-utopic-3.16.0.orig/drivers/i2c/busses/i2c-cadence.c +++ linux-lts-utopic-3.16.0/drivers/i2c/busses/i2c-cadence.c @@ -111,6 +111,8 @@ #define CDNS_I2C_DIVA_MAX 4 #define CDNS_I2C_DIVB_MAX 64 +#define CDNS_I2C_TIMEOUT_MAX 0xFF + #define cdns_i2c_readreg(offset) readl_relaxed(id->membase + offset) #define cdns_i2c_writereg(val, offset) writel_relaxed(val, id->membase + offset) @@ -852,6 +854,15 @@ goto err_clk_dis; } + /* + * Cadence I2C controller has a bug wherein it generates + * invalid read transaction after HW timeout in master receiver mode. + * HW timeout is not used by this driver and the interrupt is disabled. + * But the feature itself cannot be disabled. Hence maximum value + * is written to this register to reduce the chances of error. + */ + cdns_i2c_writereg(CDNS_I2C_TIMEOUT_MAX, CDNS_I2C_TIME_OUT_OFFSET); + dev_info(&pdev->dev, "%u kHz mmio %08lx irq %d\n", id->i2c_clk / 1000, (unsigned long)r_mem->start, id->irq); --- linux-lts-utopic-3.16.0.orig/drivers/i2c/busses/i2c-davinci.c +++ linux-lts-utopic-3.16.0/drivers/i2c/busses/i2c-davinci.c @@ -411,11 +411,9 @@ if (dev->cmd_err & DAVINCI_I2C_STR_NACK) { if (msg->flags & I2C_M_IGNORE_NAK) return msg->len; - if (stop) { - w = davinci_i2c_read_reg(dev, DAVINCI_I2C_MDR_REG); - w |= DAVINCI_I2C_MDR_STP; - davinci_i2c_write_reg(dev, DAVINCI_I2C_MDR_REG, w); - } + w = davinci_i2c_read_reg(dev, DAVINCI_I2C_MDR_REG); + w |= DAVINCI_I2C_MDR_STP; + davinci_i2c_write_reg(dev, DAVINCI_I2C_MDR_REG, w); return -EREMOTEIO; } return -EIO; --- linux-lts-utopic-3.16.0.orig/drivers/i2c/busses/i2c-designware-platdrv.c +++ linux-lts-utopic-3.16.0/drivers/i2c/busses/i2c-designware-platdrv.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include @@ -53,6 +54,22 @@ } #ifdef CONFIG_ACPI +/* + * The HCNT/LCNT information coming from ACPI should be the most accurate + * for given platform. However, some systems get it wrong. On such systems + * we get better results by calculating those based on the input clock. + */ +static const struct dmi_system_id dw_i2c_no_acpi_params[] = { + { + .ident = "Dell Inspiron 7348", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7348"), + }, + }, + { } +}; + static void dw_i2c_acpi_params(struct platform_device *pdev, char method[], u16 *hcnt, u16 *lcnt, u32 *sda_hold) { @@ -60,6 +77,9 @@ acpi_handle handle = ACPI_HANDLE(&pdev->dev); union acpi_object *obj; + if (dmi_check_system(dw_i2c_no_acpi_params)) + return; + if (ACPI_FAILURE(acpi_evaluate_object(handle, method, NULL, &buf))) return; @@ -209,17 +229,18 @@ adap->dev.parent = &pdev->dev; adap->dev.of_node = pdev->dev.of_node; + pm_runtime_set_autosuspend_delay(&pdev->dev, 1000); + pm_runtime_use_autosuspend(&pdev->dev); + pm_runtime_set_active(&pdev->dev); + pm_runtime_enable(&pdev->dev); + r = i2c_add_numbered_adapter(adap); if (r) { dev_err(&pdev->dev, "failure adding adapter\n"); + pm_runtime_disable(&pdev->dev); return r; } - pm_runtime_set_autosuspend_delay(&pdev->dev, 1000); - pm_runtime_use_autosuspend(&pdev->dev); - pm_runtime_set_active(&pdev->dev); - pm_runtime_enable(&pdev->dev); - return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/i2c/busses/i2c-ismt.c +++ linux-lts-utopic-3.16.0/drivers/i2c/busses/i2c-ismt.c @@ -497,7 +497,7 @@ desc->wr_len_cmd = dma_size; desc->control |= ISMT_DESC_BLK; priv->dma_buffer[0] = command; - memcpy(&priv->dma_buffer[1], &data->block[1], dma_size); + memcpy(&priv->dma_buffer[1], &data->block[1], dma_size - 1); } else { /* Block Read */ dev_dbg(dev, "I2C_SMBUS_BLOCK_DATA: READ\n"); @@ -525,7 +525,7 @@ desc->wr_len_cmd = dma_size; desc->control |= ISMT_DESC_I2C; priv->dma_buffer[0] = command; - memcpy(&priv->dma_buffer[1], &data->block[1], dma_size); + memcpy(&priv->dma_buffer[1], &data->block[1], dma_size - 1); } else { /* i2c Block Read */ dev_dbg(dev, "I2C_SMBUS_I2C_BLOCK_DATA: READ\n"); --- linux-lts-utopic-3.16.0.orig/drivers/i2c/busses/i2c-mv64xxx.c +++ linux-lts-utopic-3.16.0/drivers/i2c/busses/i2c-mv64xxx.c @@ -30,12 +30,12 @@ #define MV64XXX_I2C_BAUD_DIV_N(val) (val & 0x7) #define MV64XXX_I2C_BAUD_DIV_M(val) ((val & 0xf) << 3) -#define MV64XXX_I2C_REG_CONTROL_ACK 0x00000004 -#define MV64XXX_I2C_REG_CONTROL_IFLG 0x00000008 -#define MV64XXX_I2C_REG_CONTROL_STOP 0x00000010 -#define MV64XXX_I2C_REG_CONTROL_START 0x00000020 -#define MV64XXX_I2C_REG_CONTROL_TWSIEN 0x00000040 -#define MV64XXX_I2C_REG_CONTROL_INTEN 0x00000080 +#define MV64XXX_I2C_REG_CONTROL_ACK BIT(2) +#define MV64XXX_I2C_REG_CONTROL_IFLG BIT(3) +#define MV64XXX_I2C_REG_CONTROL_STOP BIT(4) +#define MV64XXX_I2C_REG_CONTROL_START BIT(5) +#define MV64XXX_I2C_REG_CONTROL_TWSIEN BIT(6) +#define MV64XXX_I2C_REG_CONTROL_INTEN BIT(7) /* Ctlr status values */ #define MV64XXX_I2C_STATUS_BUS_ERR 0x00 @@ -68,19 +68,17 @@ #define MV64XXX_I2C_REG_BRIDGE_TIMING 0xe0 /* Bridge Control values */ -#define MV64XXX_I2C_BRIDGE_CONTROL_WR 0x00000001 -#define MV64XXX_I2C_BRIDGE_CONTROL_RD 0x00000002 +#define MV64XXX_I2C_BRIDGE_CONTROL_WR BIT(0) +#define MV64XXX_I2C_BRIDGE_CONTROL_RD BIT(1) #define MV64XXX_I2C_BRIDGE_CONTROL_ADDR_SHIFT 2 -#define MV64XXX_I2C_BRIDGE_CONTROL_ADDR_EXT 0x00001000 +#define MV64XXX_I2C_BRIDGE_CONTROL_ADDR_EXT BIT(12) #define MV64XXX_I2C_BRIDGE_CONTROL_TX_SIZE_SHIFT 13 #define MV64XXX_I2C_BRIDGE_CONTROL_RX_SIZE_SHIFT 16 -#define MV64XXX_I2C_BRIDGE_CONTROL_ENABLE 0x00080000 +#define MV64XXX_I2C_BRIDGE_CONTROL_ENABLE BIT(19) +#define MV64XXX_I2C_BRIDGE_CONTROL_REPEATED_START BIT(20) /* Bridge Status values */ -#define MV64XXX_I2C_BRIDGE_STATUS_ERROR 0x00000001 -#define MV64XXX_I2C_STATUS_OFFLOAD_ERROR 0xf0000001 -#define MV64XXX_I2C_STATUS_OFFLOAD_OK 0xf0000000 - +#define MV64XXX_I2C_BRIDGE_STATUS_ERROR BIT(0) /* Driver states */ enum { @@ -99,14 +97,12 @@ MV64XXX_I2C_ACTION_INVALID, MV64XXX_I2C_ACTION_CONTINUE, MV64XXX_I2C_ACTION_SEND_RESTART, - MV64XXX_I2C_ACTION_OFFLOAD_RESTART, MV64XXX_I2C_ACTION_SEND_ADDR_1, MV64XXX_I2C_ACTION_SEND_ADDR_2, MV64XXX_I2C_ACTION_SEND_DATA, MV64XXX_I2C_ACTION_RCV_DATA, MV64XXX_I2C_ACTION_RCV_DATA_STOP, MV64XXX_I2C_ACTION_SEND_STOP, - MV64XXX_I2C_ACTION_OFFLOAD_SEND_STOP, }; struct mv64xxx_i2c_regs { @@ -150,6 +146,8 @@ bool errata_delay; struct reset_control *rstc; bool irq_clear_inverted; + /* Clk div is 2 to the power n, not 2 to the power n + 1 */ + bool clk_n_base_0; }; static struct mv64xxx_i2c_regs mv64xxx_i2c_regs_mv64xxx = { @@ -193,75 +191,6 @@ } } -static int mv64xxx_i2c_offload_msg(struct mv64xxx_i2c_data *drv_data) -{ - unsigned long data_reg_hi = 0; - unsigned long data_reg_lo = 0; - unsigned long ctrl_reg; - struct i2c_msg *msg = drv_data->msgs; - - if (!drv_data->offload_enabled) - return -EOPNOTSUPP; - - /* Only regular transactions can be offloaded */ - if ((msg->flags & ~(I2C_M_TEN | I2C_M_RD)) != 0) - return -EINVAL; - - /* Only 1-8 byte transfers can be offloaded */ - if (msg->len < 1 || msg->len > 8) - return -EINVAL; - - /* Build transaction */ - ctrl_reg = MV64XXX_I2C_BRIDGE_CONTROL_ENABLE | - (msg->addr << MV64XXX_I2C_BRIDGE_CONTROL_ADDR_SHIFT); - - if ((msg->flags & I2C_M_TEN) != 0) - ctrl_reg |= MV64XXX_I2C_BRIDGE_CONTROL_ADDR_EXT; - - if ((msg->flags & I2C_M_RD) == 0) { - u8 local_buf[8] = { 0 }; - - memcpy(local_buf, msg->buf, msg->len); - data_reg_lo = cpu_to_le32(*((u32 *)local_buf)); - data_reg_hi = cpu_to_le32(*((u32 *)(local_buf+4))); - - ctrl_reg |= MV64XXX_I2C_BRIDGE_CONTROL_WR | - (msg->len - 1) << MV64XXX_I2C_BRIDGE_CONTROL_TX_SIZE_SHIFT; - - writel(data_reg_lo, - drv_data->reg_base + MV64XXX_I2C_REG_TX_DATA_LO); - writel(data_reg_hi, - drv_data->reg_base + MV64XXX_I2C_REG_TX_DATA_HI); - - } else { - ctrl_reg |= MV64XXX_I2C_BRIDGE_CONTROL_RD | - (msg->len - 1) << MV64XXX_I2C_BRIDGE_CONTROL_RX_SIZE_SHIFT; - } - - /* Execute transaction */ - writel(ctrl_reg, drv_data->reg_base + MV64XXX_I2C_REG_BRIDGE_CONTROL); - - return 0; -} - -static void -mv64xxx_i2c_update_offload_data(struct mv64xxx_i2c_data *drv_data) -{ - struct i2c_msg *msg = drv_data->msg; - - if (msg->flags & I2C_M_RD) { - u32 data_reg_lo = readl(drv_data->reg_base + - MV64XXX_I2C_REG_RX_DATA_LO); - u32 data_reg_hi = readl(drv_data->reg_base + - MV64XXX_I2C_REG_RX_DATA_HI); - u8 local_buf[8] = { 0 }; - - *((u32 *)local_buf) = le32_to_cpu(data_reg_lo); - *((u32 *)(local_buf+4)) = le32_to_cpu(data_reg_hi); - memcpy(msg->buf, local_buf, msg->len); - } - -} /* ***************************************************************************** * @@ -389,16 +318,6 @@ drv_data->rc = -ENXIO; break; - case MV64XXX_I2C_STATUS_OFFLOAD_OK: - if (drv_data->send_stop || drv_data->aborting) { - drv_data->action = MV64XXX_I2C_ACTION_OFFLOAD_SEND_STOP; - drv_data->state = MV64XXX_I2C_STATE_IDLE; - } else { - drv_data->action = MV64XXX_I2C_ACTION_OFFLOAD_RESTART; - drv_data->state = MV64XXX_I2C_STATE_WAITING_FOR_RESTART; - } - break; - default: dev_err(&drv_data->adapter.dev, "mv64xxx_i2c_fsm: Ctlr Error -- state: 0x%x, " @@ -419,25 +338,15 @@ drv_data->aborting = 0; drv_data->rc = 0; - /* Can we offload this msg ? */ - if (mv64xxx_i2c_offload_msg(drv_data) < 0) { - /* No, switch to standard path */ - mv64xxx_i2c_prepare_for_io(drv_data, drv_data->msgs); - writel(drv_data->cntl_bits | MV64XXX_I2C_REG_CONTROL_START, - drv_data->reg_base + drv_data->reg_offsets.control); - } + mv64xxx_i2c_prepare_for_io(drv_data, drv_data->msgs); + writel(drv_data->cntl_bits | MV64XXX_I2C_REG_CONTROL_START, + drv_data->reg_base + drv_data->reg_offsets.control); } static void mv64xxx_i2c_do_action(struct mv64xxx_i2c_data *drv_data) { switch(drv_data->action) { - case MV64XXX_I2C_ACTION_OFFLOAD_RESTART: - mv64xxx_i2c_update_offload_data(drv_data); - writel(0, drv_data->reg_base + MV64XXX_I2C_REG_BRIDGE_CONTROL); - writel(0, drv_data->reg_base + - MV64XXX_I2C_REG_BRIDGE_INTR_CAUSE); - /* FALLTHRU */ case MV64XXX_I2C_ACTION_SEND_RESTART: /* We should only get here if we have further messages */ BUG_ON(drv_data->num_msgs == 0); @@ -518,16 +427,71 @@ drv_data->block = 0; wake_up(&drv_data->waitq); break; + } +} - case MV64XXX_I2C_ACTION_OFFLOAD_SEND_STOP: - mv64xxx_i2c_update_offload_data(drv_data); - writel(0, drv_data->reg_base + MV64XXX_I2C_REG_BRIDGE_CONTROL); - writel(0, drv_data->reg_base + - MV64XXX_I2C_REG_BRIDGE_INTR_CAUSE); - drv_data->block = 0; - wake_up(&drv_data->waitq); - break; +static void +mv64xxx_i2c_read_offload_rx_data(struct mv64xxx_i2c_data *drv_data, + struct i2c_msg *msg) +{ + u32 buf[2]; + + buf[0] = readl(drv_data->reg_base + MV64XXX_I2C_REG_RX_DATA_LO); + buf[1] = readl(drv_data->reg_base + MV64XXX_I2C_REG_RX_DATA_HI); + + memcpy(msg->buf, buf, msg->len); +} + +static int +mv64xxx_i2c_intr_offload(struct mv64xxx_i2c_data *drv_data) +{ + u32 cause, status; + + cause = readl(drv_data->reg_base + + MV64XXX_I2C_REG_BRIDGE_INTR_CAUSE); + if (!cause) + return IRQ_NONE; + + status = readl(drv_data->reg_base + + MV64XXX_I2C_REG_BRIDGE_STATUS); + + if (status & MV64XXX_I2C_BRIDGE_STATUS_ERROR) { + drv_data->rc = -EIO; + goto out; } + + drv_data->rc = 0; + + /* + * Transaction is a one message read transaction, read data + * for this message. + */ + if (drv_data->num_msgs == 1 && drv_data->msgs[0].flags & I2C_M_RD) { + mv64xxx_i2c_read_offload_rx_data(drv_data, drv_data->msgs); + drv_data->msgs++; + drv_data->num_msgs--; + } + /* + * Transaction is a two messages write/read transaction, read + * data for the second (read) message. + */ + else if (drv_data->num_msgs == 2 && + !(drv_data->msgs[0].flags & I2C_M_RD) && + drv_data->msgs[1].flags & I2C_M_RD) { + mv64xxx_i2c_read_offload_rx_data(drv_data, drv_data->msgs + 1); + drv_data->msgs += 2; + drv_data->num_msgs -= 2; + } + +out: + writel(0, drv_data->reg_base + MV64XXX_I2C_REG_BRIDGE_CONTROL); + writel(0, drv_data->reg_base + + MV64XXX_I2C_REG_BRIDGE_INTR_CAUSE); + drv_data->block = 0; + + wake_up(&drv_data->waitq); + + return IRQ_HANDLED; } static irqreturn_t @@ -540,20 +504,9 @@ spin_lock_irqsave(&drv_data->lock, flags); - if (drv_data->offload_enabled) { - while (readl(drv_data->reg_base + - MV64XXX_I2C_REG_BRIDGE_INTR_CAUSE)) { - int reg_status = readl(drv_data->reg_base + - MV64XXX_I2C_REG_BRIDGE_STATUS); - if (reg_status & MV64XXX_I2C_BRIDGE_STATUS_ERROR) - status = MV64XXX_I2C_STATUS_OFFLOAD_ERROR; - else - status = MV64XXX_I2C_STATUS_OFFLOAD_OK; - mv64xxx_i2c_fsm(drv_data, status); - mv64xxx_i2c_do_action(drv_data); - rc = IRQ_HANDLED; - } - } + if (drv_data->offload_enabled) + rc = mv64xxx_i2c_intr_offload(drv_data); + while (readl(drv_data->reg_base + drv_data->reg_offsets.control) & MV64XXX_I2C_REG_CONTROL_IFLG) { status = readl(drv_data->reg_base + drv_data->reg_offsets.status); @@ -635,6 +588,115 @@ return drv_data->rc; } +static void +mv64xxx_i2c_prepare_tx(struct mv64xxx_i2c_data *drv_data) +{ + struct i2c_msg *msg = drv_data->msgs; + u32 buf[2]; + + memcpy(buf, msg->buf, msg->len); + + writel(buf[0], drv_data->reg_base + MV64XXX_I2C_REG_TX_DATA_LO); + writel(buf[1], drv_data->reg_base + MV64XXX_I2C_REG_TX_DATA_HI); +} + +static int +mv64xxx_i2c_offload_xfer(struct mv64xxx_i2c_data *drv_data) +{ + struct i2c_msg *msgs = drv_data->msgs; + int num = drv_data->num_msgs; + unsigned long ctrl_reg; + unsigned long flags; + + spin_lock_irqsave(&drv_data->lock, flags); + + /* Build transaction */ + ctrl_reg = MV64XXX_I2C_BRIDGE_CONTROL_ENABLE | + (msgs[0].addr << MV64XXX_I2C_BRIDGE_CONTROL_ADDR_SHIFT); + + if (msgs[0].flags & I2C_M_TEN) + ctrl_reg |= MV64XXX_I2C_BRIDGE_CONTROL_ADDR_EXT; + + /* Single write message transaction */ + if (num == 1 && !(msgs[0].flags & I2C_M_RD)) { + size_t len = msgs[0].len - 1; + + ctrl_reg |= MV64XXX_I2C_BRIDGE_CONTROL_WR | + (len << MV64XXX_I2C_BRIDGE_CONTROL_TX_SIZE_SHIFT); + mv64xxx_i2c_prepare_tx(drv_data); + } + /* Single read message transaction */ + else if (num == 1 && msgs[0].flags & I2C_M_RD) { + size_t len = msgs[0].len - 1; + + ctrl_reg |= MV64XXX_I2C_BRIDGE_CONTROL_RD | + (len << MV64XXX_I2C_BRIDGE_CONTROL_RX_SIZE_SHIFT); + } + /* + * Transaction with one write and one read message. This is + * guaranteed by the mv64xx_i2c_can_offload() checks. + */ + else if (num == 2) { + size_t lentx = msgs[0].len - 1; + size_t lenrx = msgs[1].len - 1; + + ctrl_reg |= + MV64XXX_I2C_BRIDGE_CONTROL_RD | + MV64XXX_I2C_BRIDGE_CONTROL_WR | + (lentx << MV64XXX_I2C_BRIDGE_CONTROL_TX_SIZE_SHIFT) | + (lenrx << MV64XXX_I2C_BRIDGE_CONTROL_RX_SIZE_SHIFT) | + MV64XXX_I2C_BRIDGE_CONTROL_REPEATED_START; + mv64xxx_i2c_prepare_tx(drv_data); + } + + /* Execute transaction */ + drv_data->block = 1; + writel(ctrl_reg, drv_data->reg_base + MV64XXX_I2C_REG_BRIDGE_CONTROL); + spin_unlock_irqrestore(&drv_data->lock, flags); + + mv64xxx_i2c_wait_for_completion(drv_data); + + return drv_data->rc; +} + +static bool +mv64xxx_i2c_valid_offload_sz(struct i2c_msg *msg) +{ + return msg->len <= 8 && msg->len >= 1; +} + +static bool +mv64xxx_i2c_can_offload(struct mv64xxx_i2c_data *drv_data) +{ + struct i2c_msg *msgs = drv_data->msgs; + int num = drv_data->num_msgs; + + if (!drv_data->offload_enabled) + return false; + + /* + * We can offload a transaction consisting of a single + * message, as long as the message has a length between 1 and + * 8 bytes. + */ + if (num == 1 && mv64xxx_i2c_valid_offload_sz(msgs)) + return true; + + /* + * We can offload a transaction consisting of two messages, if + * the first is a write and a second is a read, and both have + * a length between 1 and 8 bytes. + */ + if (num == 2 && + mv64xxx_i2c_valid_offload_sz(msgs) && + mv64xxx_i2c_valid_offload_sz(msgs + 1) && + !(msgs[0].flags & I2C_M_RD) && + msgs[1].flags & I2C_M_RD) + return true; + + return false; +} + /* ***************************************************************************** * @@ -658,7 +720,11 @@ drv_data->msgs = msgs; drv_data->num_msgs = num; - rc = mv64xxx_i2c_execute_msg(drv_data, &msgs[0], num == 1); + if (mv64xxx_i2c_can_offload(drv_data)) + rc = mv64xxx_i2c_offload_xfer(drv_data); + else + rc = mv64xxx_i2c_execute_msg(drv_data, &msgs[0], num == 1); + if (rc < 0) ret = rc; @@ -693,25 +759,29 @@ #ifdef CONFIG_OF #ifdef CONFIG_HAVE_CLK static int -mv64xxx_calc_freq(const int tclk, const int n, const int m) +mv64xxx_calc_freq(struct mv64xxx_i2c_data *drv_data, + const int tclk, const int n, const int m) { - return tclk / (10 * (m + 1) * (2 << n)); + if (drv_data->clk_n_base_0) + return tclk / (10 * (m + 1) * (1 << n)); + else + return tclk / (10 * (m + 1) * (2 << n)); } static bool -mv64xxx_find_baud_factors(const u32 req_freq, const u32 tclk, u32 *best_n, - u32 *best_m) +mv64xxx_find_baud_factors(struct mv64xxx_i2c_data *drv_data, + const u32 req_freq, const u32 tclk) { int freq, delta, best_delta = INT_MAX; int m, n; for (n = 0; n <= 7; n++) for (m = 0; m <= 15; m++) { - freq = mv64xxx_calc_freq(tclk, n, m); + freq = mv64xxx_calc_freq(drv_data, tclk, n, m); delta = req_freq - freq; if (delta >= 0 && delta < best_delta) { - *best_m = m; - *best_n = n; + drv_data->freq_m = m; + drv_data->freq_n = n; best_delta = delta; } if (best_delta == 0) @@ -746,12 +816,14 @@ } tclk = clk_get_rate(drv_data->clk); - rc = of_property_read_u32(np, "clock-frequency", &bus_freq); - if (rc) + if (of_property_read_u32(np, "clock-frequency", &bus_freq)) bus_freq = 100000; /* 100kHz by default */ - if (!mv64xxx_find_baud_factors(bus_freq, tclk, - &drv_data->freq_n, &drv_data->freq_m)) { + if (of_device_is_compatible(np, "allwinner,sun4i-a10-i2c") || + of_device_is_compatible(np, "allwinner,sun6i-a31-i2c")) + drv_data->clk_n_base_0 = true; + + if (!mv64xxx_find_baud_factors(drv_data, bus_freq, tclk)) { rc = -EINVAL; goto out; } --- linux-lts-utopic-3.16.0.orig/drivers/i2c/busses/i2c-omap.c +++ linux-lts-utopic-3.16.0/drivers/i2c/busses/i2c-omap.c @@ -926,14 +926,12 @@ if (stat & OMAP_I2C_STAT_NACK) { err |= OMAP_I2C_STAT_NACK; omap_i2c_ack_stat(dev, OMAP_I2C_STAT_NACK); - break; } if (stat & OMAP_I2C_STAT_AL) { dev_err(dev->dev, "Arbitration lost\n"); err |= OMAP_I2C_STAT_AL; omap_i2c_ack_stat(dev, OMAP_I2C_STAT_AL); - break; } /* @@ -958,11 +956,13 @@ if (dev->fifo_size) num_bytes = dev->buf_len; - omap_i2c_receive_data(dev, num_bytes, true); - - if (dev->errata & I2C_OMAP_ERRATA_I207) + if (dev->errata & I2C_OMAP_ERRATA_I207) { i2c_omap_errata_i207(dev, stat); + num_bytes = (omap_i2c_read_reg(dev, + OMAP_I2C_BUFSTAT_REG) >> 8) & 0x3F; + } + omap_i2c_receive_data(dev, num_bytes, true); omap_i2c_ack_stat(dev, OMAP_I2C_STAT_RDR); continue; } --- linux-lts-utopic-3.16.0.orig/drivers/i2c/busses/i2c-opal.c +++ linux-lts-utopic-3.16.0/drivers/i2c/busses/i2c-opal.c @@ -0,0 +1,294 @@ +/* + * IBM OPAL I2C driver + * Copyright (C) 2014 IBM + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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. + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include + +static int i2c_opal_translate_error(int rc) +{ + switch (rc) { + case OPAL_NO_MEM: + return -ENOMEM; + case OPAL_PARAMETER: + return -EINVAL; + case OPAL_I2C_ARBT_LOST: + return -EAGAIN; + case OPAL_I2C_TIMEOUT: + return -ETIMEDOUT; + case OPAL_I2C_NACK_RCVD: + return -ENXIO; + case OPAL_I2C_STOP_ERR: + return -EBUSY; + default: + return -EIO; + } +} + +static int i2c_opal_send_request(u32 bus_id, struct opal_i2c_request *req) +{ + struct opal_msg msg; + int token, rc; + + token = opal_async_get_token_interruptible(); + if (token < 0) { + if (token != -ERESTARTSYS) + pr_err("Failed to get the async token\n"); + + return token; + } + + rc = opal_i2c_request(token, bus_id, req); + if (rc != OPAL_ASYNC_COMPLETION) { + rc = i2c_opal_translate_error(rc); + goto exit; + } + + rc = opal_async_wait_response(token, &msg); + if (rc) + goto exit; + + rc = be64_to_cpu(msg.params[1]); + if (rc != OPAL_SUCCESS) { + rc = i2c_opal_translate_error(rc); + goto exit; + } + +exit: + opal_async_release_token(token); + return rc; +} + +static int i2c_opal_master_xfer(struct i2c_adapter *adap, struct i2c_msg *msgs, + int num) +{ + unsigned long opal_id = (unsigned long)adap->algo_data; + struct opal_i2c_request req; + int rc, i; + + /* We only support fairly simple combinations here of one + * or two messages + */ + memset(&req, 0, sizeof(req)); + switch(num) { + case 0: + return 0; + case 1: + req.type = (msgs[0].flags & I2C_M_RD) ? + OPAL_I2C_RAW_READ : OPAL_I2C_RAW_WRITE; + req.addr = cpu_to_be16(msgs[0].addr); + req.size = cpu_to_be32(msgs[0].len); + req.buffer_ra = cpu_to_be64(__pa(msgs[0].buf)); + break; + case 2: + /* For two messages, we basically support only simple + * smbus transactions of a write plus a read. We might + * want to allow also two writes but we'd have to bounce + * the data into a single buffer. + */ + if ((msgs[0].flags & I2C_M_RD) || !(msgs[1].flags & I2C_M_RD)) + return -EOPNOTSUPP; + if (msgs[0].len > 4) + return -EOPNOTSUPP; + if (msgs[0].addr != msgs[1].addr) + return -EOPNOTSUPP; + req.type = OPAL_I2C_SM_READ; + req.addr = cpu_to_be16(msgs[0].addr); + req.subaddr_sz = msgs[0].len; + for (i = 0; i < msgs[0].len; i++) + req.subaddr = (req.subaddr << 8) | msgs[0].buf[i]; + req.subaddr = cpu_to_be32(req.subaddr); + req.size = cpu_to_be32(msgs[1].len); + req.buffer_ra = cpu_to_be64(__pa(msgs[1].buf)); + break; + default: + return -EOPNOTSUPP; + } + + rc = i2c_opal_send_request(opal_id, &req); + if (rc) + return rc; + + return num; +} + +static int i2c_opal_smbus_xfer(struct i2c_adapter *adap, u16 addr, + unsigned short flags, char read_write, + u8 command, int size, union i2c_smbus_data *data) +{ + unsigned long opal_id = (unsigned long)adap->algo_data; + struct opal_i2c_request req; + u8 local[2]; + int rc; + + memset(&req, 0, sizeof(req)); + + req.addr = cpu_to_be16(addr); + switch (size) { + case I2C_SMBUS_BYTE: + req.buffer_ra = cpu_to_be64(__pa(&data->byte)); + req.size = cpu_to_be32(1); + /* Fall through */ + case I2C_SMBUS_QUICK: + req.type = (read_write == I2C_SMBUS_READ) ? + OPAL_I2C_RAW_READ : OPAL_I2C_RAW_WRITE; + break; + case I2C_SMBUS_BYTE_DATA: + req.buffer_ra = cpu_to_be64(__pa(&data->byte)); + req.size = cpu_to_be32(1); + req.subaddr = cpu_to_be32(command); + req.subaddr_sz = 1; + req.type = (read_write == I2C_SMBUS_READ) ? + OPAL_I2C_SM_READ : OPAL_I2C_SM_WRITE; + break; + case I2C_SMBUS_WORD_DATA: + if (!read_write) { + local[0] = data->word & 0xff; + local[1] = (data->word >> 8) & 0xff; + } + req.buffer_ra = cpu_to_be64(__pa(local)); + req.size = cpu_to_be32(2); + req.subaddr = cpu_to_be32(command); + req.subaddr_sz = 1; + req.type = (read_write == I2C_SMBUS_READ) ? + OPAL_I2C_SM_READ : OPAL_I2C_SM_WRITE; + break; + case I2C_SMBUS_I2C_BLOCK_DATA: + req.buffer_ra = cpu_to_be64(__pa(&data->block[1])); + req.size = cpu_to_be32(data->block[0]); + req.subaddr = cpu_to_be32(command); + req.subaddr_sz = 1; + req.type = (read_write == I2C_SMBUS_READ) ? + OPAL_I2C_SM_READ : OPAL_I2C_SM_WRITE; + break; + default: + return -EINVAL; + } + + rc = i2c_opal_send_request(opal_id, &req); + if (!rc && read_write && size == I2C_SMBUS_WORD_DATA) { + data->word = ((u16)local[1]) << 8; + data->word |= local[0]; + } + + return rc; +} + +static u32 i2c_opal_func(struct i2c_adapter *adapter) +{ + return I2C_FUNC_I2C | I2C_FUNC_SMBUS_QUICK | I2C_FUNC_SMBUS_BYTE | + I2C_FUNC_SMBUS_BYTE_DATA | I2C_FUNC_SMBUS_WORD_DATA | + I2C_FUNC_SMBUS_I2C_BLOCK; +} + +static const struct i2c_algorithm i2c_opal_algo = { + .master_xfer = i2c_opal_master_xfer, + .smbus_xfer = i2c_opal_smbus_xfer, + .functionality = i2c_opal_func, +}; + +static int i2c_opal_probe(struct platform_device *pdev) +{ + struct i2c_adapter *adapter; + const char *pname; + u32 opal_id; + int rc; + + if (!pdev->dev.of_node) + return -ENODEV; + + rc = of_property_read_u32(pdev->dev.of_node, "ibm,opal-id", &opal_id); + if (rc) { + dev_err(&pdev->dev, "Missing ibm,opal-id property !\n"); + return -EIO; + } + + adapter = devm_kzalloc(&pdev->dev, sizeof(*adapter), GFP_KERNEL); + if (!adapter) + return -ENOMEM; + + adapter->algo = &i2c_opal_algo; + adapter->algo_data = (void *)(unsigned long)opal_id; + adapter->dev.parent = &pdev->dev; + adapter->dev.of_node = of_node_get(pdev->dev.of_node); + pname = of_get_property(pdev->dev.of_node, "ibm,port-name", NULL); + if (pname) + strlcpy(adapter->name, pname, sizeof(adapter->name)); + else + strlcpy(adapter->name, "opal", sizeof(adapter->name)); + + platform_set_drvdata(pdev, adapter); + rc = i2c_add_adapter(adapter); + if (rc) + dev_err(&pdev->dev, "Failed to register the i2c adapter\n"); + + return rc; +} + +static int i2c_opal_remove(struct platform_device *pdev) +{ + struct i2c_adapter *adapter = platform_get_drvdata(pdev); + + i2c_del_adapter(adapter); + + return 0; +} + +static const struct of_device_id i2c_opal_of_match[] = { + { + .compatible = "ibm,opal-i2c", + }, + { } +}; +MODULE_DEVICE_TABLE(of, i2c_opal_of_match); + +static struct platform_driver i2c_opal_driver = { + .probe = i2c_opal_probe, + .remove = i2c_opal_remove, + .driver = { + .name = "i2c-opal", + .of_match_table = i2c_opal_of_match, + }, +}; + +static int __init i2c_opal_init(void) +{ + if (!firmware_has_feature(FW_FEATURE_OPAL)) + return -ENODEV; + + return platform_driver_register(&i2c_opal_driver); +} +module_init(i2c_opal_init); + +static void __exit i2c_opal_exit(void) +{ + return platform_driver_unregister(&i2c_opal_driver); +} +module_exit(i2c_opal_exit); + +MODULE_AUTHOR("Neelesh Gupta "); +MODULE_DESCRIPTION("IBM OPAL I2C driver"); +MODULE_LICENSE("GPL"); --- linux-lts-utopic-3.16.0.orig/drivers/i2c/busses/i2c-qup.c +++ linux-lts-utopic-3.16.0/drivers/i2c/busses/i2c-qup.c @@ -670,16 +670,20 @@ qup->adap.dev.of_node = pdev->dev.of_node; strlcpy(qup->adap.name, "QUP I2C adapter", sizeof(qup->adap.name)); - ret = i2c_add_adapter(&qup->adap); - if (ret) - goto fail; - pm_runtime_set_autosuspend_delay(qup->dev, MSEC_PER_SEC); pm_runtime_use_autosuspend(qup->dev); pm_runtime_set_active(qup->dev); pm_runtime_enable(qup->dev); + + ret = i2c_add_adapter(&qup->adap); + if (ret) + goto fail_runtime; + return 0; +fail_runtime: + pm_runtime_disable(qup->dev); + pm_runtime_set_suspended(qup->dev); fail: qup_i2c_disable_clocks(qup); return ret; --- linux-lts-utopic-3.16.0.orig/drivers/i2c/busses/i2c-rcar.c +++ linux-lts-utopic-3.16.0/drivers/i2c/busses/i2c-rcar.c @@ -34,6 +34,7 @@ #include #include #include +#include /* register offsets */ #define ICSCR 0x00 /* slave ctrl */ @@ -75,8 +76,8 @@ #define RCAR_IRQ_RECV (MNR | MAL | MST | MAT | MDR) #define RCAR_IRQ_STOP (MST) -#define RCAR_IRQ_ACK_SEND (~(MAT | MDE)) -#define RCAR_IRQ_ACK_RECV (~(MAT | MDR)) +#define RCAR_IRQ_ACK_SEND (~(MAT | MDE) & 0xFF) +#define RCAR_IRQ_ACK_RECV (~(MAT | MDR) & 0xFF) #define ID_LAST_MSG (1 << 0) #define ID_IOERROR (1 << 1) @@ -95,6 +96,7 @@ struct i2c_msg *msg; struct clk *clk; + spinlock_t lock; wait_queue_head_t wait; int pos; @@ -365,20 +367,20 @@ struct rcar_i2c_priv *priv = ptr; u32 msr; + /*-------------- spin lock -----------------*/ + spin_lock(&priv->lock); + msr = rcar_i2c_read(priv, ICMSR); + /* Only handle interrupts that are currently enabled */ + msr &= rcar_i2c_read(priv, ICMIER); + /* Arbitration lost */ if (msr & MAL) { rcar_i2c_flags_set(priv, (ID_DONE | ID_ARBLOST)); goto out; } - /* Stop */ - if (msr & MST) { - rcar_i2c_flags_set(priv, ID_DONE); - goto out; - } - /* Nack */ if (msr & MNR) { /* go to stop phase */ @@ -388,6 +390,12 @@ goto out; } + /* Stop */ + if (msr & MST) { + rcar_i2c_flags_set(priv, ID_DONE); + goto out; + } + if (rcar_i2c_is_recv(priv)) rcar_i2c_flags_set(priv, rcar_i2c_irq_recv(priv, msr)); else @@ -400,6 +408,9 @@ wake_up(&priv->wait); } + spin_unlock(&priv->lock); + /*-------------- spin unlock -----------------*/ + return IRQ_HANDLED; } @@ -409,14 +420,21 @@ { struct rcar_i2c_priv *priv = i2c_get_adapdata(adap); struct device *dev = rcar_i2c_priv_to_dev(priv); + unsigned long flags; int i, ret, timeout; pm_runtime_get_sync(dev); + /*-------------- spin lock -----------------*/ + spin_lock_irqsave(&priv->lock, flags); + rcar_i2c_init(priv); /* start clock */ rcar_i2c_write(priv, ICCCR, priv->icccr); + spin_unlock_irqrestore(&priv->lock, flags); + /*-------------- spin unlock -----------------*/ + ret = rcar_i2c_bus_barrier(priv); if (ret < 0) goto out; @@ -428,6 +446,9 @@ break; } + /*-------------- spin lock -----------------*/ + spin_lock_irqsave(&priv->lock, flags); + /* init each data */ priv->msg = &msgs[i]; priv->pos = 0; @@ -437,6 +458,9 @@ ret = rcar_i2c_prepare_msg(priv); + spin_unlock_irqrestore(&priv->lock, flags); + /*-------------- spin unlock -----------------*/ + if (ret < 0) break; @@ -540,6 +564,7 @@ irq = platform_get_irq(pdev, 0); init_waitqueue_head(&priv->wait); + spin_lock_init(&priv->lock); adap = &priv->adap; adap->nr = pdev->id; @@ -558,15 +583,16 @@ return ret; } + pm_runtime_enable(dev); + platform_set_drvdata(pdev, priv); + ret = i2c_add_numbered_adapter(adap); if (ret < 0) { dev_err(dev, "reg adap failed: %d\n", ret); + pm_runtime_disable(dev); return ret; } - pm_runtime_enable(dev); - platform_set_drvdata(pdev, priv); - dev_info(dev, "probed\n"); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/i2c/busses/i2c-rk3x.c +++ linux-lts-utopic-3.16.0/drivers/i2c/busses/i2c-rk3x.c @@ -238,7 +238,7 @@ for (i = 0; i < 8; ++i) { val = 0; for (j = 0; j < 4; ++j) { - if (i2c->processed == i2c->msg->len) + if ((i2c->processed == i2c->msg->len) && (cnt != 0)) break; if (i2c->processed == 0 && cnt == 0) @@ -323,6 +323,10 @@ /* ack interrupt */ i2c_writel(i2c, REG_INT_MBRF, REG_IPD); + /* Can only handle a maximum of 32 bytes at a time */ + if (len > 32) + len = 32; + /* read the data from receive buffer */ for (i = 0; i < len; ++i) { if (i % 4 == 0) @@ -399,7 +403,7 @@ } /* is there anything left to handle? */ - if (unlikely(ipd == 0)) + if (unlikely((ipd & REG_INT_ALL) == 0)) goto out; switch (i2c->state) { @@ -429,12 +433,11 @@ unsigned long i2c_rate = clk_get_rate(i2c->clk); unsigned int div; - /* SCL rate = (clk rate) / (8 * DIV) */ - div = DIV_ROUND_UP(i2c_rate, scl_rate * 8); - - /* The lower and upper half of the CLKDIV reg describe the length of - * SCL low & high periods. */ - div = DIV_ROUND_UP(div, 2); + /* set DIV = DIVH = DIVL + * SCL rate = (clk rate) / (8 * (DIVH + 1 + DIVL + 1)) + * = (clk rate) / (16 * (DIV + 1)) + */ + div = DIV_ROUND_UP(i2c_rate, scl_rate * 16) - 1; i2c_writel(i2c, (div << 16) | (div & 0xffff), REG_CLKDIV); } @@ -585,7 +588,7 @@ clk_disable(i2c->clk); spin_unlock_irqrestore(&i2c->lock, flags); - return ret; + return ret < 0 ? ret : num; } static u32 rk3x_i2c_func(struct i2c_adapter *adap) --- linux-lts-utopic-3.16.0.orig/drivers/i2c/busses/i2c-s3c2410.c +++ linux-lts-utopic-3.16.0/drivers/i2c/busses/i2c-s3c2410.c @@ -782,14 +782,16 @@ int ret; pm_runtime_get_sync(&adap->dev); - clk_prepare_enable(i2c->clk); + ret = clk_enable(i2c->clk); + if (ret) + return ret; for (retry = 0; retry < adap->retries; retry++) { ret = s3c24xx_i2c_doxfer(i2c, msgs, num); if (ret != -EAGAIN) { - clk_disable_unprepare(i2c->clk); + clk_disable(i2c->clk); pm_runtime_put(&adap->dev); return ret; } @@ -799,7 +801,7 @@ udelay(100); } - clk_disable_unprepare(i2c->clk); + clk_disable(i2c->clk); pm_runtime_put(&adap->dev); return -EREMOTEIO; } @@ -1178,7 +1180,7 @@ clk_prepare_enable(i2c->clk); ret = s3c24xx_i2c_init(i2c); - clk_disable_unprepare(i2c->clk); + clk_disable(i2c->clk); if (ret != 0) { dev_err(&pdev->dev, "I2C controller init failed\n"); return ret; @@ -1191,6 +1193,7 @@ i2c->irq = ret = platform_get_irq(pdev, 0); if (ret <= 0) { dev_err(&pdev->dev, "cannot find IRQ\n"); + clk_unprepare(i2c->clk); return ret; } @@ -1199,6 +1202,7 @@ if (ret != 0) { dev_err(&pdev->dev, "cannot claim IRQ %d\n", i2c->irq); + clk_unprepare(i2c->clk); return ret; } } @@ -1206,6 +1210,7 @@ ret = s3c24xx_i2c_register_cpufreq(i2c); if (ret < 0) { dev_err(&pdev->dev, "failed to register cpufreq notifier\n"); + clk_unprepare(i2c->clk); return ret; } @@ -1218,16 +1223,19 @@ i2c->adap.nr = i2c->pdata->bus_num; i2c->adap.dev.of_node = pdev->dev.of_node; + platform_set_drvdata(pdev, i2c); + + pm_runtime_enable(&pdev->dev); + ret = i2c_add_numbered_adapter(&i2c->adap); if (ret < 0) { dev_err(&pdev->dev, "failed to add bus to i2c core\n"); + pm_runtime_disable(&pdev->dev); s3c24xx_i2c_deregister_cpufreq(i2c); + clk_unprepare(i2c->clk); return ret; } - platform_set_drvdata(pdev, i2c); - - pm_runtime_enable(&pdev->dev); pm_runtime_enable(&i2c->adap.dev); dev_info(&pdev->dev, "%s: S3C I2C adapter\n", dev_name(&i2c->adap.dev)); @@ -1243,6 +1251,8 @@ { struct s3c24xx_i2c *i2c = platform_get_drvdata(pdev); + clk_unprepare(i2c->clk); + pm_runtime_disable(&i2c->adap.dev); pm_runtime_disable(&pdev->dev); @@ -1271,10 +1281,13 @@ { struct platform_device *pdev = to_platform_device(dev); struct s3c24xx_i2c *i2c = platform_get_drvdata(pdev); + int ret; - clk_prepare_enable(i2c->clk); + ret = clk_enable(i2c->clk); + if (ret) + return ret; s3c24xx_i2c_init(i2c); - clk_disable_unprepare(i2c->clk); + clk_disable(i2c->clk); i2c->suspended = 0; return 0; --- linux-lts-utopic-3.16.0.orig/drivers/i2c/i2c-core.c +++ linux-lts-utopic-3.16.0/drivers/i2c/i2c-core.c @@ -232,6 +232,7 @@ adap->bus_recovery_info->set_scl(adap, 1); return i2c_generic_recovery(adap); } +EXPORT_SYMBOL_GPL(i2c_generic_scl_recovery); int i2c_generic_gpio_recovery(struct i2c_adapter *adap) { @@ -246,6 +247,7 @@ return ret; } +EXPORT_SYMBOL_GPL(i2c_generic_gpio_recovery); int i2c_recover_bus(struct i2c_adapter *adap) { @@ -255,6 +257,7 @@ dev_dbg(&adap->dev, "Trying i2c bus recovery\n"); return adap->bus_recovery_info->recover_bus(adap); } +EXPORT_SYMBOL_GPL(i2c_recover_bus); static int i2c_device_probe(struct device *dev) { --- linux-lts-utopic-3.16.0.orig/drivers/idle/intel_idle.c +++ linux-lts-utopic-3.16.0/drivers/idle/intel_idle.c @@ -442,6 +442,66 @@ { .enter = NULL } }; +static struct cpuidle_state bdw_cstates[] = { + { + .name = "C1-BDW", + .desc = "MWAIT 0x00", + .flags = MWAIT2flg(0x00) | CPUIDLE_FLAG_TIME_VALID, + .exit_latency = 2, + .target_residency = 2, + .enter = &intel_idle }, + { + .name = "C1E-BDW", + .desc = "MWAIT 0x01", + .flags = MWAIT2flg(0x01) | CPUIDLE_FLAG_TIME_VALID, + .exit_latency = 10, + .target_residency = 20, + .enter = &intel_idle }, + { + .name = "C3-BDW", + .desc = "MWAIT 0x10", + .flags = MWAIT2flg(0x10) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .exit_latency = 40, + .target_residency = 100, + .enter = &intel_idle }, + { + .name = "C6-BDW", + .desc = "MWAIT 0x20", + .flags = MWAIT2flg(0x20) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .exit_latency = 133, + .target_residency = 400, + .enter = &intel_idle }, + { + .name = "C7s-BDW", + .desc = "MWAIT 0x32", + .flags = MWAIT2flg(0x32) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .exit_latency = 166, + .target_residency = 500, + .enter = &intel_idle }, + { + .name = "C8-BDW", + .desc = "MWAIT 0x40", + .flags = MWAIT2flg(0x40) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .exit_latency = 300, + .target_residency = 900, + .enter = &intel_idle }, + { + .name = "C9-BDW", + .desc = "MWAIT 0x50", + .flags = MWAIT2flg(0x50) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .exit_latency = 600, + .target_residency = 1800, + .enter = &intel_idle }, + { + .name = "C10-BDW", + .desc = "MWAIT 0x60", + .flags = MWAIT2flg(0x60) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .exit_latency = 2600, + .target_residency = 7700, + .enter = &intel_idle }, + { + .enter = NULL } +}; static struct cpuidle_state atom_cstates[] = { { @@ -630,6 +690,11 @@ .disable_promotion_to_c1e = true, }; +static const struct idle_cpu idle_cpu_bdw = { + .state_table = bdw_cstates, + .disable_promotion_to_c1e = true, +}; + static const struct idle_cpu idle_cpu_avn = { .state_table = avn_cstates, .disable_promotion_to_c1e = true, @@ -658,7 +723,10 @@ ICPU(0x3f, idle_cpu_hsw), ICPU(0x45, idle_cpu_hsw), ICPU(0x46, idle_cpu_hsw), - ICPU(0x4D, idle_cpu_avn), + ICPU(0x4d, idle_cpu_avn), + ICPU(0x3d, idle_cpu_bdw), + ICPU(0x4f, idle_cpu_bdw), + ICPU(0x56, idle_cpu_bdw), {} }; MODULE_DEVICE_TABLE(x86cpu, intel_idle_ids); --- linux-lts-utopic-3.16.0.orig/drivers/iio/accel/bma180.c +++ linux-lts-utopic-3.16.0/drivers/iio/accel/bma180.c @@ -483,7 +483,7 @@ mutex_lock(&data->mutex); - for_each_set_bit(bit, indio_dev->buffer->scan_mask, + for_each_set_bit(bit, indio_dev->active_scan_mask, indio_dev->masklength) { ret = bma180_get_acc_reg(data, bit); if (ret < 0) { @@ -571,7 +571,7 @@ trig->ops = &bma180_trigger_ops; iio_trigger_set_drvdata(trig, indio_dev); data->trig = trig; - indio_dev->trig = trig; + indio_dev->trig = iio_trigger_get(trig); ret = iio_trigger_register(trig); if (ret) --- linux-lts-utopic-3.16.0.orig/drivers/iio/accel/st_accel_core.c +++ linux-lts-utopic-3.16.0/drivers/iio/accel/st_accel_core.c @@ -458,6 +458,7 @@ indio_dev->modes = INDIO_DIRECT_MODE; indio_dev->info = &accel_info; + mutex_init(&adata->tb.buf_lock); st_sensors_power_enable(indio_dev); --- linux-lts-utopic-3.16.0.orig/drivers/iio/adc/Kconfig +++ linux-lts-utopic-3.16.0/drivers/iio/adc/Kconfig @@ -233,6 +233,7 @@ config VF610_ADC tristate "Freescale vf610 ADC driver" depends on OF + depends on HAS_IOMEM help Say yes here to support for Vybrid board analog-to-digital converter. Since the IP is used for i.MX6SLX, the driver also support i.MX6SLX. --- linux-lts-utopic-3.16.0.orig/drivers/iio/adc/ad7793.c +++ linux-lts-utopic-3.16.0/drivers/iio/adc/ad7793.c @@ -101,7 +101,7 @@ #define AD7795_CH_AIN1M_AIN1M 8 /* AIN1(-) - AIN1(-) */ /* ID Register Bit Designations (AD7793_REG_ID) */ -#define AD7785_ID 0xB +#define AD7785_ID 0x3 #define AD7792_ID 0xA #define AD7793_ID 0xB #define AD7794_ID 0xF --- linux-lts-utopic-3.16.0.orig/drivers/iio/adc/ad_sigma_delta.c +++ linux-lts-utopic-3.16.0/drivers/iio/adc/ad_sigma_delta.c @@ -472,7 +472,7 @@ goto error_free_irq; /* select default trigger */ - indio_dev->trig = sigma_delta->trig; + indio_dev->trig = iio_trigger_get(sigma_delta->trig); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/iio/adc/at91_adc.c +++ linux-lts-utopic-3.16.0/drivers/iio/adc/at91_adc.c @@ -182,7 +182,7 @@ u8 ts_pen_detect_sensitivity; /* startup time calculate function */ - u32 (*calc_startup_ticks)(u8 startup_time, u32 adc_clk_khz); + u32 (*calc_startup_ticks)(u32 startup_time, u32 adc_clk_khz); u8 num_channels; struct at91_adc_reg_desc registers; @@ -196,11 +196,12 @@ bool done; int irq; u16 last_value; + int chnb; struct mutex lock; u8 num_channels; void __iomem *reg_base; struct at91_adc_reg_desc *registers; - u8 startup_time; + u32 startup_time; u8 sample_hold_time; bool sleep_mode; struct iio_trigger **trig; @@ -274,7 +275,7 @@ disable_irq_nosync(irq); iio_trigger_poll(idev->trig, iio_get_time_ns()); } else { - st->last_value = at91_adc_readl(st, AT91_ADC_LCDR); + st->last_value = at91_adc_readl(st, AT91_ADC_CHAN(st, st->chnb)); st->done = true; wake_up_interruptible(&st->wq_data_avail); } @@ -351,7 +352,7 @@ unsigned int reg; status &= at91_adc_readl(st, AT91_ADC_IMR); - if (status & st->registers->drdy_mask) + if (status & GENMASK(st->num_channels - 1, 0)) handle_adc_eoc_trigger(irq, idev); if (status & AT91RL_ADC_IER_PEN) { @@ -418,7 +419,7 @@ AT91_ADC_IER_YRDY | AT91_ADC_IER_PRDY; - if (status & st->registers->drdy_mask) + if (status & GENMASK(st->num_channels - 1, 0)) handle_adc_eoc_trigger(irq, idev); if (status & AT91_ADC_IER_PEN) { @@ -543,7 +544,6 @@ { struct iio_dev *idev = iio_trigger_get_drvdata(trig); struct at91_adc_state *st = iio_priv(idev); - struct iio_buffer *buffer = idev->buffer; struct at91_adc_reg_desc *reg = st->registers; u32 status = at91_adc_readl(st, reg->trigger_register); int value; @@ -563,7 +563,7 @@ at91_adc_writel(st, reg->trigger_register, status | value); - for_each_set_bit(bit, buffer->scan_mask, + for_each_set_bit(bit, idev->active_scan_mask, st->num_channels) { struct iio_chan_spec const *chan = idev->channels + bit; at91_adc_writel(st, AT91_ADC_CHER, @@ -578,7 +578,7 @@ at91_adc_writel(st, reg->trigger_register, status & ~value); - for_each_set_bit(bit, buffer->scan_mask, + for_each_set_bit(bit, idev->active_scan_mask, st->num_channels) { struct iio_chan_spec const *chan = idev->channels + bit; at91_adc_writel(st, AT91_ADC_CHDR, @@ -689,9 +689,10 @@ case IIO_CHAN_INFO_RAW: mutex_lock(&st->lock); + st->chnb = chan->channel; at91_adc_writel(st, AT91_ADC_CHER, AT91_ADC_CH(chan->channel)); - at91_adc_writel(st, AT91_ADC_IER, st->registers->drdy_mask); + at91_adc_writel(st, AT91_ADC_IER, BIT(chan->channel)); at91_adc_writel(st, AT91_ADC_CR, AT91_ADC_START); ret = wait_event_interruptible_timeout(st->wq_data_avail, @@ -708,7 +709,7 @@ at91_adc_writel(st, AT91_ADC_CHDR, AT91_ADC_CH(chan->channel)); - at91_adc_writel(st, AT91_ADC_IDR, st->registers->drdy_mask); + at91_adc_writel(st, AT91_ADC_IDR, BIT(chan->channel)); st->last_value = 0; st->done = false; @@ -778,7 +779,7 @@ return ret; } -static u32 calc_startup_ticks_9260(u8 startup_time, u32 adc_clk_khz) +static u32 calc_startup_ticks_9260(u32 startup_time, u32 adc_clk_khz) { /* * Number of ticks needed to cover the startup time of the ADC @@ -789,7 +790,7 @@ return round_up((startup_time * adc_clk_khz / 1000) - 1, 8) / 8; } -static u32 calc_startup_ticks_9x5(u8 startup_time, u32 adc_clk_khz) +static u32 calc_startup_ticks_9x5(u32 startup_time, u32 adc_clk_khz) { /* * For sama5d3x and at91sam9x5, the formula changes to: --- linux-lts-utopic-3.16.0.orig/drivers/iio/adc/mcp3422.c +++ linux-lts-utopic-3.16.0/drivers/iio/adc/mcp3422.c @@ -58,20 +58,11 @@ .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SAMP_FREQ), \ } -/* LSB is in nV to eliminate floating point */ -static const u32 rates_to_lsb[] = {1000000, 250000, 62500, 15625}; - -/* - * scales calculated as: - * rates_to_lsb[sample_rate] / (1 << pga); - * pga is 1 for 0, 2 - */ - static const int mcp3422_scales[4][4] = { - { 1000000, 250000, 62500, 15625 }, - { 500000 , 125000, 31250, 7812 }, - { 250000 , 62500 , 15625, 3906 }, - { 125000 , 31250 , 7812 , 1953 } }; + { 1000000, 500000, 250000, 125000 }, + { 250000 , 125000, 62500 , 31250 }, + { 62500 , 31250 , 15625 , 7812 }, + { 15625 , 7812 , 3906 , 1953 } }; /* Constant msleep times for data acquisitions */ static const int mcp3422_read_times[4] = { --- linux-lts-utopic-3.16.0.orig/drivers/iio/adc/men_z188_adc.c +++ linux-lts-utopic-3.16.0/drivers/iio/adc/men_z188_adc.c @@ -152,6 +152,7 @@ static const struct mcb_device_id men_z188_ids[] = { { .device = 0xbc }, + { } }; MODULE_DEVICE_TABLE(mcb, men_z188_ids); --- linux-lts-utopic-3.16.0.orig/drivers/iio/adc/ti_am335x_adc.c +++ linux-lts-utopic-3.16.0/drivers/iio/adc/ti_am335x_adc.c @@ -189,12 +189,11 @@ static int tiadc_buffer_postenable(struct iio_dev *indio_dev) { struct tiadc_device *adc_dev = iio_priv(indio_dev); - struct iio_buffer *buffer = indio_dev->buffer; unsigned int enb = 0; u8 bit; tiadc_step_config(indio_dev); - for_each_set_bit(bit, buffer->scan_mask, adc_dev->channels) + for_each_set_bit(bit, indio_dev->active_scan_mask, adc_dev->channels) enb |= (get_adc_step_bit(adc_dev, bit) << 1); adc_dev->buffer_en_ch_steps = enb; --- linux-lts-utopic-3.16.0.orig/drivers/iio/adc/twl4030-madc.c +++ linux-lts-utopic-3.16.0/drivers/iio/adc/twl4030-madc.c @@ -835,7 +835,8 @@ irq = platform_get_irq(pdev, 0); ret = devm_request_threaded_irq(&pdev->dev, irq, NULL, twl4030_madc_threaded_irq_handler, - IRQF_TRIGGER_RISING, "twl4030_madc", madc); + IRQF_TRIGGER_RISING | IRQF_ONESHOT, + "twl4030_madc", madc); if (ret) { dev_err(&pdev->dev, "could not request irq\n"); goto err_i2c; --- linux-lts-utopic-3.16.0.orig/drivers/iio/adc/twl6030-gpadc.c +++ linux-lts-utopic-3.16.0/drivers/iio/adc/twl6030-gpadc.c @@ -1002,7 +1002,7 @@ module_platform_driver(twl6030_gpadc_driver); -MODULE_ALIAS("platform: " DRIVER_NAME); +MODULE_ALIAS("platform:" DRIVER_NAME); MODULE_AUTHOR("Balaji T K "); MODULE_AUTHOR("Graeme Gregory "); MODULE_AUTHOR("Oleksandr Kozaruk clk); + int i; + + /* + * Calculate ADC sample frequencies + * Sample time unit is ADCK cycles. ADCK clk source is ipg clock, + * which is the same as bus clock. + * + * ADC conversion time = SFCAdder + AverageNum x (BCT + LSTAdder) + * SFCAdder: fixed to 6 ADCK cycles + * AverageNum: 1, 4, 8, 16, 32 samples for hardware average. + * BCT (Base Conversion Time): fixed to 25 ADCK cycles for 12 bit mode + * LSTAdder(Long Sample Time): fixed to 3 ADCK cycles + */ + adck_rate = ipg_rate / info->adc_feature.clk_div; + for (i = 0; i < ARRAY_SIZE(vf610_hw_avgs); i++) + info->sample_freq_avail[i] = + adck_rate / (6 + vf610_hw_avgs[i] * (25 + 3)); +} static inline void vf610_adc_cfg_init(struct vf610_adc *info) { + struct vf610_adc_feature *adc_feature = &info->adc_feature; + /* set default Configuration for ADC controller */ - info->adc_feature.clk_sel = VF610_ADCIOC_BUSCLK_SET; - info->adc_feature.vol_ref = VF610_ADCIOC_VR_VREF_SET; + adc_feature->clk_sel = VF610_ADCIOC_BUSCLK_SET; + adc_feature->vol_ref = VF610_ADCIOC_VR_VREF_SET; + + adc_feature->calibration = true; + adc_feature->ovwren = true; - info->adc_feature.calibration = true; - info->adc_feature.ovwren = true; + adc_feature->res_mode = 12; + adc_feature->sample_rate = 1; + adc_feature->lpm = true; - info->adc_feature.clk_div = 1; - info->adc_feature.res_mode = 12; - info->adc_feature.sample_rate = 1; - info->adc_feature.lpm = true; + /* Use a save ADCK which is below 20MHz on all devices */ + adc_feature->clk_div = 8; + + vf610_adc_calculate_rates(info); } static void vf610_adc_cfg_post_set(struct vf610_adc *info) @@ -283,12 +299,10 @@ cfg_data = readl(info->regs + VF610_REG_ADC_CFG); - /* low power configuration */ cfg_data &= ~VF610_ADC_ADLPC_EN; if (adc_feature->lpm) cfg_data |= VF610_ADC_ADLPC_EN; - /* disable high speed */ cfg_data &= ~VF610_ADC_ADHSC_EN; writel(cfg_data, info->regs + VF610_REG_ADC_CFG); @@ -428,10 +442,27 @@ return IRQ_HANDLED; } -static IIO_CONST_ATTR_SAMP_FREQ_AVAIL("1941176, 559332, 286957, 145374, 73171"); +static ssize_t vf610_show_samp_freq_avail(struct device *dev, + struct device_attribute *attr, char *buf) +{ + struct vf610_adc *info = iio_priv(dev_to_iio_dev(dev)); + size_t len = 0; + int i; + + for (i = 0; i < ARRAY_SIZE(info->sample_freq_avail); i++) + len += scnprintf(buf + len, PAGE_SIZE - len, + "%u ", info->sample_freq_avail[i]); + + /* replace trailing space by newline */ + buf[len - 1] = '\n'; + + return len; +} + +static IIO_DEV_ATTR_SAMP_FREQ_AVAIL(vf610_show_samp_freq_avail); static struct attribute *vf610_attributes[] = { - &iio_const_attr_sampling_frequency_available.dev_attr.attr, + &iio_dev_attr_sampling_frequency_available.dev_attr.attr, NULL }; @@ -478,7 +509,7 @@ return IIO_VAL_FRACTIONAL_LOG2; case IIO_CHAN_INFO_SAMP_FREQ: - *val = vf610_sample_freq_avail[info->adc_feature.sample_rate]; + *val = info->sample_freq_avail[info->adc_feature.sample_rate]; *val2 = 0; return IIO_VAL_INT; @@ -501,9 +532,9 @@ switch (mask) { case IIO_CHAN_INFO_SAMP_FREQ: for (i = 0; - i < ARRAY_SIZE(vf610_sample_freq_avail); + i < ARRAY_SIZE(info->sample_freq_avail); i++) - if (val == vf610_sample_freq_avail[i]) { + if (val == info->sample_freq_avail[i]) { info->adc_feature.sample_rate = i; vf610_adc_sample_set(info); return 0; @@ -524,7 +555,7 @@ struct vf610_adc *info = iio_priv(indio_dev); if ((readval == NULL) || - (!(reg % 4) || (reg > VF610_REG_ADC_PCTL))) + ((reg % 4) || (reg > VF610_REG_ADC_PCTL))) return -EINVAL; *readval = readl(info->regs + reg); --- linux-lts-utopic-3.16.0.orig/drivers/iio/adc/xilinx-xadc-core.c +++ linux-lts-utopic-3.16.0/drivers/iio/adc/xilinx-xadc-core.c @@ -856,6 +856,8 @@ switch (chan->address) { case XADC_REG_VCCINT: case XADC_REG_VCCAUX: + case XADC_REG_VREFP: + case XADC_REG_VREFN: case XADC_REG_VCCBRAM: case XADC_REG_VCCPINT: case XADC_REG_VCCPAUX: @@ -996,7 +998,7 @@ .num_event_specs = (_alarm) ? ARRAY_SIZE(xadc_voltage_events) : 0, \ .scan_index = (_scan_index), \ .scan_type = { \ - .sign = 'u', \ + .sign = ((_addr) == XADC_REG_VREFN) ? 's' : 'u', \ .realbits = 12, \ .storagebits = 16, \ .shift = 4, \ @@ -1008,7 +1010,7 @@ static const struct iio_chan_spec xadc_channels[] = { XADC_CHAN_TEMP(0, 8, XADC_REG_TEMP), XADC_CHAN_VOLTAGE(0, 9, XADC_REG_VCCINT, "vccint", true), - XADC_CHAN_VOLTAGE(1, 10, XADC_REG_VCCINT, "vccaux", true), + XADC_CHAN_VOLTAGE(1, 10, XADC_REG_VCCAUX, "vccaux", true), XADC_CHAN_VOLTAGE(2, 14, XADC_REG_VCCBRAM, "vccbram", true), XADC_CHAN_VOLTAGE(3, 5, XADC_REG_VCCPINT, "vccpint", true), XADC_CHAN_VOLTAGE(4, 6, XADC_REG_VCCPAUX, "vccpaux", true), @@ -1126,7 +1128,7 @@ chan->address = XADC_REG_VPVN; } else { chan->scan_index = 15 + reg; - chan->scan_index = XADC_REG_VAUX(reg - 1); + chan->address = XADC_REG_VAUX(reg - 1); } num_channels++; chan++; --- linux-lts-utopic-3.16.0.orig/drivers/iio/adc/xilinx-xadc.h +++ linux-lts-utopic-3.16.0/drivers/iio/adc/xilinx-xadc.h @@ -145,9 +145,9 @@ #define XADC_REG_MAX_VCCPINT 0x28 #define XADC_REG_MAX_VCCPAUX 0x29 #define XADC_REG_MAX_VCCO_DDR 0x2a -#define XADC_REG_MIN_VCCPINT 0x2b -#define XADC_REG_MIN_VCCPAUX 0x2c -#define XADC_REG_MIN_VCCO_DDR 0x2d +#define XADC_REG_MIN_VCCPINT 0x2c +#define XADC_REG_MIN_VCCPAUX 0x2d +#define XADC_REG_MIN_VCCO_DDR 0x2e #define XADC_REG_CONF0 0x40 #define XADC_REG_CONF1 0x41 --- linux-lts-utopic-3.16.0.orig/drivers/iio/common/hid-sensors/hid-sensor-trigger.c +++ linux-lts-utopic-3.16.0/drivers/iio/common/hid-sensors/hid-sensor-trigger.c @@ -122,7 +122,8 @@ dev_err(&indio_dev->dev, "Trigger Register Failed\n"); goto error_free_trig; } - indio_dev->trig = attrb->trigger = trig; + attrb->trigger = trig; + indio_dev->trig = iio_trigger_get(trig); return ret; --- linux-lts-utopic-3.16.0.orig/drivers/iio/common/st_sensors/st_sensors_buffer.c +++ linux-lts-utopic-3.16.0/drivers/iio/common/st_sensors/st_sensors_buffer.c @@ -71,7 +71,7 @@ goto st_sensors_free_memory; } - for (i = 0; i < n * num_data_channels; i++) { + for (i = 0; i < n * byte_for_channel; i++) { if (i < n) buf[i] = rx_array[i]; else --- linux-lts-utopic-3.16.0.orig/drivers/iio/common/st_sensors/st_sensors_core.c +++ linux-lts-utopic-3.16.0/drivers/iio/common/st_sensors/st_sensors_core.c @@ -271,8 +271,6 @@ struct st_sensor_data *sdata = iio_priv(indio_dev); int err = 0; - mutex_init(&sdata->tb.buf_lock); - if (pdata) err = st_sensors_set_drdy_int_pin(indio_dev, pdata); --- linux-lts-utopic-3.16.0.orig/drivers/iio/common/st_sensors/st_sensors_trigger.c +++ linux-lts-utopic-3.16.0/drivers/iio/common/st_sensors/st_sensors_trigger.c @@ -49,7 +49,7 @@ dev_err(&indio_dev->dev, "failed to register iio trigger.\n"); goto iio_trigger_register_error; } - indio_dev->trig = sdata->trig; + indio_dev->trig = iio_trigger_get(sdata->trig); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/iio/dac/ad5064.c +++ linux-lts-utopic-3.16.0/drivers/iio/dac/ad5064.c @@ -113,12 +113,16 @@ ID_AD5065, ID_AD5628_1, ID_AD5628_2, + ID_AD5629_1, + ID_AD5629_2, ID_AD5648_1, ID_AD5648_2, ID_AD5666_1, ID_AD5666_2, ID_AD5668_1, ID_AD5668_2, + ID_AD5669_1, + ID_AD5669_2, }; static int ad5064_write(struct ad5064_state *st, unsigned int cmd, @@ -291,7 +295,7 @@ { }, }; -#define AD5064_CHANNEL(chan, addr, bits) { \ +#define AD5064_CHANNEL(chan, addr, bits, _shift) { \ .type = IIO_VOLTAGE, \ .indexed = 1, \ .output = 1, \ @@ -303,36 +307,39 @@ .sign = 'u', \ .realbits = (bits), \ .storagebits = 16, \ - .shift = 20 - bits, \ + .shift = (_shift), \ }, \ .ext_info = ad5064_ext_info, \ } -#define DECLARE_AD5064_CHANNELS(name, bits) \ +#define DECLARE_AD5064_CHANNELS(name, bits, shift) \ const struct iio_chan_spec name[] = { \ - AD5064_CHANNEL(0, 0, bits), \ - AD5064_CHANNEL(1, 1, bits), \ - AD5064_CHANNEL(2, 2, bits), \ - AD5064_CHANNEL(3, 3, bits), \ - AD5064_CHANNEL(4, 4, bits), \ - AD5064_CHANNEL(5, 5, bits), \ - AD5064_CHANNEL(6, 6, bits), \ - AD5064_CHANNEL(7, 7, bits), \ + AD5064_CHANNEL(0, 0, bits, shift), \ + AD5064_CHANNEL(1, 1, bits, shift), \ + AD5064_CHANNEL(2, 2, bits, shift), \ + AD5064_CHANNEL(3, 3, bits, shift), \ + AD5064_CHANNEL(4, 4, bits, shift), \ + AD5064_CHANNEL(5, 5, bits, shift), \ + AD5064_CHANNEL(6, 6, bits, shift), \ + AD5064_CHANNEL(7, 7, bits, shift), \ } -#define DECLARE_AD5065_CHANNELS(name, bits) \ +#define DECLARE_AD5065_CHANNELS(name, bits, shift) \ const struct iio_chan_spec name[] = { \ - AD5064_CHANNEL(0, 0, bits), \ - AD5064_CHANNEL(1, 3, bits), \ + AD5064_CHANNEL(0, 0, bits, shift), \ + AD5064_CHANNEL(1, 3, bits, shift), \ } -static DECLARE_AD5064_CHANNELS(ad5024_channels, 12); -static DECLARE_AD5064_CHANNELS(ad5044_channels, 14); -static DECLARE_AD5064_CHANNELS(ad5064_channels, 16); +static DECLARE_AD5064_CHANNELS(ad5024_channels, 12, 8); +static DECLARE_AD5064_CHANNELS(ad5044_channels, 14, 6); +static DECLARE_AD5064_CHANNELS(ad5064_channels, 16, 4); -static DECLARE_AD5065_CHANNELS(ad5025_channels, 12); -static DECLARE_AD5065_CHANNELS(ad5045_channels, 14); -static DECLARE_AD5065_CHANNELS(ad5065_channels, 16); +static DECLARE_AD5065_CHANNELS(ad5025_channels, 12, 8); +static DECLARE_AD5065_CHANNELS(ad5045_channels, 14, 6); +static DECLARE_AD5065_CHANNELS(ad5065_channels, 16, 4); + +static DECLARE_AD5064_CHANNELS(ad5629_channels, 12, 4); +static DECLARE_AD5064_CHANNELS(ad5669_channels, 16, 0); static const struct ad5064_chip_info ad5064_chip_info_tbl[] = { [ID_AD5024] = { @@ -382,6 +389,18 @@ .channels = ad5024_channels, .num_channels = 8, }, + [ID_AD5629_1] = { + .shared_vref = true, + .internal_vref = 2500000, + .channels = ad5629_channels, + .num_channels = 8, + }, + [ID_AD5629_2] = { + .shared_vref = true, + .internal_vref = 5000000, + .channels = ad5629_channels, + .num_channels = 8, + }, [ID_AD5648_1] = { .shared_vref = true, .internal_vref = 2500000, @@ -418,6 +437,18 @@ .channels = ad5064_channels, .num_channels = 8, }, + [ID_AD5669_1] = { + .shared_vref = true, + .internal_vref = 2500000, + .channels = ad5669_channels, + .num_channels = 8, + }, + [ID_AD5669_2] = { + .shared_vref = true, + .internal_vref = 5000000, + .channels = ad5669_channels, + .num_channels = 8, + }, }; static inline unsigned int ad5064_num_vref(struct ad5064_state *st) @@ -598,10 +629,16 @@ unsigned int addr, unsigned int val) { struct i2c_client *i2c = to_i2c_client(st->dev); + int ret; st->data.i2c[0] = (cmd << 4) | addr; put_unaligned_be16(val, &st->data.i2c[1]); - return i2c_master_send(i2c, st->data.i2c, 3); + + ret = i2c_master_send(i2c, st->data.i2c, 3); + if (ret < 0) + return ret; + + return 0; } static int ad5064_i2c_probe(struct i2c_client *i2c, @@ -617,12 +654,12 @@ } static const struct i2c_device_id ad5064_i2c_ids[] = { - {"ad5629-1", ID_AD5628_1}, - {"ad5629-2", ID_AD5628_2}, - {"ad5629-3", ID_AD5628_2}, /* similar enough to ad5629-2 */ - {"ad5669-1", ID_AD5668_1}, - {"ad5669-2", ID_AD5668_2}, - {"ad5669-3", ID_AD5668_2}, /* similar enough to ad5669-2 */ + {"ad5629-1", ID_AD5629_1}, + {"ad5629-2", ID_AD5629_2}, + {"ad5629-3", ID_AD5629_2}, /* similar enough to ad5629-2 */ + {"ad5669-1", ID_AD5669_1}, + {"ad5669-2", ID_AD5669_2}, + {"ad5669-3", ID_AD5669_2}, /* similar enough to ad5669-2 */ {} }; MODULE_DEVICE_TABLE(i2c, ad5064_i2c_ids); --- linux-lts-utopic-3.16.0.orig/drivers/iio/dac/ad5624r_spi.c +++ linux-lts-utopic-3.16.0/drivers/iio/dac/ad5624r_spi.c @@ -22,7 +22,7 @@ #include "ad5624r.h" static int ad5624r_spi_write(struct spi_device *spi, - u8 cmd, u8 addr, u16 val, u8 len) + u8 cmd, u8 addr, u16 val, u8 shift) { u32 data; u8 msg[3]; @@ -35,7 +35,7 @@ * 14-, 12-bit input code followed by 0, 2, or 4 don't care bits, * for the AD5664R, AD5644R, and AD5624R, respectively. */ - data = (0 << 22) | (cmd << 19) | (addr << 16) | (val << (16 - len)); + data = (0 << 22) | (cmd << 19) | (addr << 16) | (val << shift); msg[0] = data >> 16; msg[1] = data >> 8; msg[2] = data; --- linux-lts-utopic-3.16.0.orig/drivers/iio/dac/ad5686.c +++ linux-lts-utopic-3.16.0/drivers/iio/dac/ad5686.c @@ -322,7 +322,7 @@ st = iio_priv(indio_dev); spi_set_drvdata(spi, indio_dev); - st->reg = devm_regulator_get(&spi->dev, "vcc"); + st->reg = devm_regulator_get_optional(&spi->dev, "vcc"); if (!IS_ERR(st->reg)) { ret = regulator_enable(st->reg); if (ret) --- linux-lts-utopic-3.16.0.orig/drivers/iio/dac/mcp4725.c +++ linux-lts-utopic-3.16.0/drivers/iio/dac/mcp4725.c @@ -300,6 +300,7 @@ data->client = client; indio_dev->dev.parent = &client->dev; + indio_dev->name = id->name; indio_dev->info = &mcp4725_info; indio_dev->channels = &mcp4725_channel; indio_dev->num_channels = 1; --- linux-lts-utopic-3.16.0.orig/drivers/iio/gyro/itg3200_buffer.c +++ linux-lts-utopic-3.16.0/drivers/iio/gyro/itg3200_buffer.c @@ -132,7 +132,7 @@ goto error_free_irq; /* select default trigger */ - indio_dev->trig = st->trig; + indio_dev->trig = iio_trigger_get(st->trig); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/iio/gyro/st_gyro_core.c +++ linux-lts-utopic-3.16.0/drivers/iio/gyro/st_gyro_core.c @@ -310,6 +310,7 @@ indio_dev->modes = INDIO_DIRECT_MODE; indio_dev->info = &gyro_info; + mutex_init(&gdata->tb.buf_lock); st_sensors_power_enable(indio_dev); --- linux-lts-utopic-3.16.0.orig/drivers/iio/imu/adis16400.h +++ linux-lts-utopic-3.16.0/drivers/iio/imu/adis16400.h @@ -139,6 +139,7 @@ #define ADIS16400_NO_BURST BIT(1) #define ADIS16400_HAS_SLOW_MODE BIT(2) #define ADIS16400_HAS_SERIAL_NUMBER BIT(3) +#define ADIS16400_BURST_DIAG_STAT BIT(4) struct adis16400_state; @@ -165,6 +166,7 @@ int filt_int; struct adis adis; + unsigned long avail_scan_mask[2]; }; /* At the moment triggers are only used for ring buffer --- linux-lts-utopic-3.16.0.orig/drivers/iio/imu/adis16400_buffer.c +++ linux-lts-utopic-3.16.0/drivers/iio/imu/adis16400_buffer.c @@ -18,7 +18,8 @@ { struct adis16400_state *st = iio_priv(indio_dev); struct adis *adis = &st->adis; - uint16_t *tx, *rx; + unsigned int burst_length; + u8 *tx; if (st->variant->flags & ADIS16400_NO_BURST) return adis_update_scan_mode(indio_dev, scan_mask); @@ -26,27 +27,29 @@ kfree(adis->xfer); kfree(adis->buffer); + /* All but the timestamp channel */ + burst_length = (indio_dev->num_channels - 1) * sizeof(u16); + if (st->variant->flags & ADIS16400_BURST_DIAG_STAT) + burst_length += sizeof(u16); + adis->xfer = kcalloc(2, sizeof(*adis->xfer), GFP_KERNEL); if (!adis->xfer) return -ENOMEM; - adis->buffer = kzalloc(indio_dev->scan_bytes + sizeof(u16), - GFP_KERNEL); + adis->buffer = kzalloc(burst_length + sizeof(u16), GFP_KERNEL); if (!adis->buffer) return -ENOMEM; - rx = adis->buffer; - tx = adis->buffer + indio_dev->scan_bytes; - + tx = adis->buffer + burst_length; tx[0] = ADIS_READ_REG(ADIS16400_GLOB_CMD); tx[1] = 0; adis->xfer[0].tx_buf = tx; adis->xfer[0].bits_per_word = 8; adis->xfer[0].len = 2; - adis->xfer[1].tx_buf = tx; + adis->xfer[1].rx_buf = adis->buffer; adis->xfer[1].bits_per_word = 8; - adis->xfer[1].len = indio_dev->scan_bytes; + adis->xfer[1].len = burst_length; spi_message_init(&adis->msg); spi_message_add_tail(&adis->xfer[0], &adis->msg); @@ -62,6 +65,7 @@ struct adis16400_state *st = iio_priv(indio_dev); struct adis *adis = &st->adis; u32 old_speed_hz = st->adis.spi->max_speed_hz; + void *buffer; int ret; if (!adis->buffer) @@ -82,7 +86,12 @@ spi_setup(st->adis.spi); } - iio_push_to_buffers_with_timestamp(indio_dev, adis->buffer, + if (st->variant->flags & ADIS16400_BURST_DIAG_STAT) + buffer = adis->buffer + sizeof(u16); + else + buffer = adis->buffer; + + iio_push_to_buffers_with_timestamp(indio_dev, buffer, pf->timestamp); iio_trigger_notify_done(indio_dev->trig); --- linux-lts-utopic-3.16.0.orig/drivers/iio/imu/adis16400_core.c +++ linux-lts-utopic-3.16.0/drivers/iio/imu/adis16400_core.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include @@ -437,6 +438,11 @@ *val = st->variant->temp_scale_nano / 1000000; *val2 = (st->variant->temp_scale_nano % 1000000); return IIO_VAL_INT_PLUS_MICRO; + case IIO_PRESSURE: + /* 20 uBar = 0.002kPascal */ + *val = 0; + *val2 = 2000; + return IIO_VAL_INT_PLUS_MICRO; default: return -EINVAL; } @@ -447,7 +453,7 @@ mutex_unlock(&indio_dev->mlock); if (ret) return ret; - val16 = ((val16 & 0xFFF) << 4) >> 4; + val16 = sign_extend32(val16, 11); *val = val16; return IIO_VAL_INT; case IIO_CHAN_INFO_OFFSET: @@ -479,10 +485,10 @@ } } -#define ADIS16400_VOLTAGE_CHAN(addr, bits, name, si) { \ +#define ADIS16400_VOLTAGE_CHAN(addr, bits, name, si, chn) { \ .type = IIO_VOLTAGE, \ .indexed = 1, \ - .channel = 0, \ + .channel = chn, \ .extend_name = name, \ .info_mask_separate = BIT(IIO_CHAN_INFO_RAW) | \ BIT(IIO_CHAN_INFO_SCALE), \ @@ -498,10 +504,10 @@ } #define ADIS16400_SUPPLY_CHAN(addr, bits) \ - ADIS16400_VOLTAGE_CHAN(addr, bits, "supply", ADIS16400_SCAN_SUPPLY) + ADIS16400_VOLTAGE_CHAN(addr, bits, "supply", ADIS16400_SCAN_SUPPLY, 0) #define ADIS16400_AUX_ADC_CHAN(addr, bits) \ - ADIS16400_VOLTAGE_CHAN(addr, bits, NULL, ADIS16400_SCAN_ADC) + ADIS16400_VOLTAGE_CHAN(addr, bits, NULL, ADIS16400_SCAN_ADC, 1) #define ADIS16400_GYRO_CHAN(mod, addr, bits) { \ .type = IIO_ANGL_VEL, \ @@ -799,8 +805,9 @@ .channels = adis16448_channels, .num_channels = ARRAY_SIZE(adis16448_channels), .flags = ADIS16400_HAS_PROD_ID | - ADIS16400_HAS_SERIAL_NUMBER, - .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */ + ADIS16400_HAS_SERIAL_NUMBER | + ADIS16400_BURST_DIAG_STAT, + .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */ .accel_scale_micro = IIO_G_TO_M_S_2(833), /* 1/1200 g */ .temp_scale_nano = 73860000, /* 0.07386 C */ .temp_offset = 31000000 / 73860, /* 31 C = 0x00 */ @@ -818,11 +825,6 @@ .debugfs_reg_access = adis_debugfs_reg_access, }; -static const unsigned long adis16400_burst_scan_mask[] = { - ~0UL, - 0, -}; - static const char * const adis16400_status_error_msgs[] = { [ADIS16400_DIAG_STAT_ZACCL_FAIL] = "Z-axis accelerometer self-test failure", [ADIS16400_DIAG_STAT_YACCL_FAIL] = "Y-axis accelerometer self-test failure", @@ -870,6 +872,20 @@ BIT(ADIS16400_DIAG_STAT_POWER_LOW), }; +static void adis16400_setup_chan_mask(struct adis16400_state *st) +{ + const struct adis16400_chip_info *chip_info = st->variant; + unsigned i; + + for (i = 0; i < chip_info->num_channels; i++) { + const struct iio_chan_spec *ch = &chip_info->channels[i]; + + if (ch->scan_index >= 0 && + ch->scan_index != ADIS16400_SCAN_TIMESTAMP) + st->avail_scan_mask[0] |= BIT(ch->scan_index); + } +} + static int adis16400_probe(struct spi_device *spi) { struct adis16400_state *st; @@ -893,8 +909,10 @@ indio_dev->info = &adis16400_info; indio_dev->modes = INDIO_DIRECT_MODE; - if (!(st->variant->flags & ADIS16400_NO_BURST)) - indio_dev->available_scan_masks = adis16400_burst_scan_mask; + if (!(st->variant->flags & ADIS16400_NO_BURST)) { + adis16400_setup_chan_mask(st); + indio_dev->available_scan_masks = st->avail_scan_mask; + } ret = adis_init(&st->adis, indio_dev, spi, &adis16400_data); if (ret) --- linux-lts-utopic-3.16.0.orig/drivers/iio/imu/adis16480.c +++ linux-lts-utopic-3.16.0/drivers/iio/imu/adis16480.c @@ -110,6 +110,10 @@ struct adis16480_chip_info { unsigned int num_channels; const struct iio_chan_spec *channels; + unsigned int gyro_max_val; + unsigned int gyro_max_scale; + unsigned int accel_max_val; + unsigned int accel_max_scale; }; struct adis16480 { @@ -533,19 +537,21 @@ static int adis16480_read_raw(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, int *val, int *val2, long info) { + struct adis16480 *st = iio_priv(indio_dev); + switch (info) { case IIO_CHAN_INFO_RAW: return adis_single_conversion(indio_dev, chan, 0, val); case IIO_CHAN_INFO_SCALE: switch (chan->type) { case IIO_ANGL_VEL: - *val = 0; - *val2 = IIO_DEGREE_TO_RAD(20000); /* 0.02 degree/sec */ - return IIO_VAL_INT_PLUS_MICRO; + *val = st->chip_info->gyro_max_scale; + *val2 = st->chip_info->gyro_max_val; + return IIO_VAL_FRACTIONAL; case IIO_ACCEL: - *val = 0; - *val2 = IIO_G_TO_M_S_2(800); /* 0.8 mg */ - return IIO_VAL_INT_PLUS_MICRO; + *val = st->chip_info->accel_max_scale; + *val2 = st->chip_info->accel_max_val; + return IIO_VAL_FRACTIONAL; case IIO_MAGN: *val = 0; *val2 = 100; /* 0.0001 gauss */ @@ -702,18 +708,39 @@ [ADIS16375] = { .channels = adis16485_channels, .num_channels = ARRAY_SIZE(adis16485_channels), + /* + * storing the value in rad/degree and the scale in degree + * gives us the result in rad and better precession than + * storing the scale directly in rad. + */ + .gyro_max_val = IIO_RAD_TO_DEGREE(22887), + .gyro_max_scale = 300, + .accel_max_val = IIO_M_S_2_TO_G(21973), + .accel_max_scale = 18, }, [ADIS16480] = { .channels = adis16480_channels, .num_channels = ARRAY_SIZE(adis16480_channels), + .gyro_max_val = IIO_RAD_TO_DEGREE(22500), + .gyro_max_scale = 450, + .accel_max_val = IIO_M_S_2_TO_G(12500), + .accel_max_scale = 5, }, [ADIS16485] = { .channels = adis16485_channels, .num_channels = ARRAY_SIZE(adis16485_channels), + .gyro_max_val = IIO_RAD_TO_DEGREE(22500), + .gyro_max_scale = 450, + .accel_max_val = IIO_M_S_2_TO_G(20000), + .accel_max_scale = 5, }, [ADIS16488] = { .channels = adis16480_channels, .num_channels = ARRAY_SIZE(adis16480_channels), + .gyro_max_val = IIO_RAD_TO_DEGREE(22500), + .gyro_max_scale = 450, + .accel_max_val = IIO_M_S_2_TO_G(22500), + .accel_max_scale = 18, }, }; --- linux-lts-utopic-3.16.0.orig/drivers/iio/imu/adis_buffer.c +++ linux-lts-utopic-3.16.0/drivers/iio/imu/adis_buffer.c @@ -43,7 +43,7 @@ return -ENOMEM; rx = adis->buffer; - tx = rx + indio_dev->scan_bytes; + tx = rx + scan_count; spi_message_init(&adis->msg); --- linux-lts-utopic-3.16.0.orig/drivers/iio/imu/adis_trigger.c +++ linux-lts-utopic-3.16.0/drivers/iio/imu/adis_trigger.c @@ -60,7 +60,7 @@ iio_trigger_set_drvdata(adis->trig, adis); ret = iio_trigger_register(adis->trig); - indio_dev->trig = adis->trig; + indio_dev->trig = iio_trigger_get(adis->trig); if (ret) goto error_free_irq; --- linux-lts-utopic-3.16.0.orig/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c +++ linux-lts-utopic-3.16.0/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c @@ -340,6 +340,23 @@ return 0; } +static int inv_write_raw_get_fmt(struct iio_dev *indio_dev, + struct iio_chan_spec const *chan, long mask) +{ + switch (mask) { + case IIO_CHAN_INFO_SCALE: + switch (chan->type) { + case IIO_ANGL_VEL: + return IIO_VAL_INT_PLUS_NANO; + default: + return IIO_VAL_INT_PLUS_MICRO; + } + default: + return IIO_VAL_INT_PLUS_MICRO; + } + + return -EINVAL; +} static int inv_mpu6050_write_accel_fs(struct inv_mpu6050_state *st, int fs) { int result; @@ -603,6 +620,7 @@ .driver_module = THIS_MODULE, .read_raw = &inv_mpu6050_read_raw, .write_raw = &inv_mpu6050_write_raw, + .write_raw_get_fmt = &inv_write_raw_get_fmt, .attrs = &inv_attribute_group, .validate_trigger = inv_mpu6050_validate_trigger, }; --- linux-lts-utopic-3.16.0.orig/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c +++ linux-lts-utopic-3.16.0/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c @@ -24,6 +24,16 @@ #include #include "inv_mpu_iio.h" +static void inv_clear_kfifo(struct inv_mpu6050_state *st) +{ + unsigned long flags; + + /* take the spin lock sem to avoid interrupt kick in */ + spin_lock_irqsave(&st->time_stamp_lock, flags); + kfifo_reset(&st->timestamps); + spin_unlock_irqrestore(&st->time_stamp_lock, flags); +} + int inv_reset_fifo(struct iio_dev *indio_dev) { int result; @@ -50,6 +60,10 @@ INV_MPU6050_BIT_FIFO_RST); if (result) goto reset_fifo_fail; + + /* clear timestamps fifo */ + inv_clear_kfifo(st); + /* enable interrupt */ if (st->chip_config.accl_fifo_enable || st->chip_config.gyro_fifo_enable) { @@ -83,16 +97,6 @@ return result; } -static void inv_clear_kfifo(struct inv_mpu6050_state *st) -{ - unsigned long flags; - - /* take the spin lock sem to avoid interrupt kick in */ - spin_lock_irqsave(&st->time_stamp_lock, flags); - kfifo_reset(&st->timestamps); - spin_unlock_irqrestore(&st->time_stamp_lock, flags); -} - /** * inv_mpu6050_irq_handler() - Cache a timestamp at each data ready interrupt. */ @@ -184,7 +188,6 @@ flush_fifo: /* Flush HW and SW FIFOs. */ inv_reset_fifo(indio_dev); - inv_clear_kfifo(st); mutex_unlock(&indio_dev->mlock); iio_trigger_notify_done(indio_dev->trig); --- linux-lts-utopic-3.16.0.orig/drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.c +++ linux-lts-utopic-3.16.0/drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.c @@ -135,7 +135,7 @@ ret = iio_trigger_register(st->trig); if (ret) goto error_free_irq; - indio_dev->trig = st->trig; + indio_dev->trig = iio_trigger_get(st->trig); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/iio/industrialio-buffer.c +++ linux-lts-utopic-3.16.0/drivers/iio/industrialio-buffer.c @@ -96,7 +96,7 @@ struct iio_buffer *rb = indio_dev->buffer; if (!indio_dev->info) - return -ENODEV; + return 0; poll_wait(filp, &rb->pollq, wait); if (iio_buffer_data_available(rb)) @@ -843,7 +843,7 @@ if (trialmask == NULL) return -ENOMEM; if (!indio_dev->masklength) { - WARN_ON("Trying to set scanmask prior to registering buffer\n"); + WARN(1, "Trying to set scanmask prior to registering buffer\n"); goto err_invalid_mask; } bitmap_copy(trialmask, buffer->scan_mask, indio_dev->masklength); --- linux-lts-utopic-3.16.0.orig/drivers/iio/industrialio-core.c +++ linux-lts-utopic-3.16.0/drivers/iio/industrialio-core.c @@ -612,7 +612,7 @@ break; case IIO_SEPARATE: if (!chan->indexed) { - WARN_ON("Differential channels must be indexed\n"); + WARN(1, "Differential channels must be indexed\n"); ret = -EINVAL; goto error_free_full_postfix; } @@ -828,8 +828,7 @@ * @attr_list: List of IIO device attributes * * This function frees the memory allocated for each of the IIO device - * attributes in the list. Note: if you want to reuse the list after calling - * this function you have to reinitialize it using INIT_LIST_HEAD(). + * attributes in the list. */ void iio_free_chan_devattr_list(struct list_head *attr_list) { @@ -837,6 +836,7 @@ list_for_each_entry_safe(p, n, attr_list, l) { kfree(p->dev_attr.attr.name); + list_del(&p->l); kfree(p); } } @@ -917,6 +917,7 @@ iio_free_chan_devattr_list(&indio_dev->channel_attr_list); kfree(indio_dev->chan_attr_group.attrs); + indio_dev->chan_attr_group.attrs = NULL; } static void iio_dev_release(struct device *device) --- linux-lts-utopic-3.16.0.orig/drivers/iio/industrialio-event.c +++ linux-lts-utopic-3.16.0/drivers/iio/industrialio-event.c @@ -84,7 +84,7 @@ unsigned int events = 0; if (!indio_dev->info) - return -ENODEV; + return events; poll_wait(filep, &ev_int->wait, wait); @@ -492,6 +492,7 @@ error_free_setup_event_lines: iio_free_chan_devattr_list(&indio_dev->event_interface->dev_attr_list); kfree(indio_dev->event_interface); + indio_dev->event_interface = NULL; return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/iio/inkern.c +++ linux-lts-utopic-3.16.0/drivers/iio/inkern.c @@ -178,7 +178,7 @@ index = of_property_match_string(np, "io-channel-names", name); chan = of_iio_channel_get(np, index); - if (!IS_ERR(chan)) + if (!IS_ERR(chan) || PTR_ERR(chan) == -EPROBE_DEFER) break; else if (name && index >= 0) { pr_err("ERROR: could not get IIO channel %s:%s(%i)\n", @@ -325,6 +325,8 @@ void iio_channel_release(struct iio_channel *channel) { + if (!channel) + return; iio_device_put(channel->indio_dev); kfree(channel); } --- linux-lts-utopic-3.16.0.orig/drivers/iio/light/hid-sensor-prox.c +++ linux-lts-utopic-3.16.0/drivers/iio/light/hid-sensor-prox.c @@ -43,8 +43,6 @@ static const struct iio_chan_spec prox_channels[] = { { .type = IIO_PROXIMITY, - .modified = 1, - .channel2 = IIO_NO_MOD, .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_OFFSET) | BIT(IIO_CHAN_INFO_SCALE) | --- linux-lts-utopic-3.16.0.orig/drivers/iio/magnetometer/st_magn_core.c +++ linux-lts-utopic-3.16.0/drivers/iio/magnetometer/st_magn_core.c @@ -42,7 +42,8 @@ #define ST_MAGN_FS_AVL_5600MG 5600 #define ST_MAGN_FS_AVL_8000MG 8000 #define ST_MAGN_FS_AVL_8100MG 8100 -#define ST_MAGN_FS_AVL_10000MG 10000 +#define ST_MAGN_FS_AVL_12000MG 12000 +#define ST_MAGN_FS_AVL_16000MG 16000 /* CUSTOM VALUES FOR SENSOR 1 */ #define ST_MAGN_1_WAI_EXP 0x3c @@ -69,20 +70,20 @@ #define ST_MAGN_1_FS_AVL_4700_VAL 0x05 #define ST_MAGN_1_FS_AVL_5600_VAL 0x06 #define ST_MAGN_1_FS_AVL_8100_VAL 0x07 -#define ST_MAGN_1_FS_AVL_1300_GAIN_XY 1100 -#define ST_MAGN_1_FS_AVL_1900_GAIN_XY 855 -#define ST_MAGN_1_FS_AVL_2500_GAIN_XY 670 -#define ST_MAGN_1_FS_AVL_4000_GAIN_XY 450 -#define ST_MAGN_1_FS_AVL_4700_GAIN_XY 400 -#define ST_MAGN_1_FS_AVL_5600_GAIN_XY 330 -#define ST_MAGN_1_FS_AVL_8100_GAIN_XY 230 -#define ST_MAGN_1_FS_AVL_1300_GAIN_Z 980 -#define ST_MAGN_1_FS_AVL_1900_GAIN_Z 760 -#define ST_MAGN_1_FS_AVL_2500_GAIN_Z 600 -#define ST_MAGN_1_FS_AVL_4000_GAIN_Z 400 -#define ST_MAGN_1_FS_AVL_4700_GAIN_Z 355 -#define ST_MAGN_1_FS_AVL_5600_GAIN_Z 295 -#define ST_MAGN_1_FS_AVL_8100_GAIN_Z 205 +#define ST_MAGN_1_FS_AVL_1300_GAIN_XY 909 +#define ST_MAGN_1_FS_AVL_1900_GAIN_XY 1169 +#define ST_MAGN_1_FS_AVL_2500_GAIN_XY 1492 +#define ST_MAGN_1_FS_AVL_4000_GAIN_XY 2222 +#define ST_MAGN_1_FS_AVL_4700_GAIN_XY 2500 +#define ST_MAGN_1_FS_AVL_5600_GAIN_XY 3030 +#define ST_MAGN_1_FS_AVL_8100_GAIN_XY 4347 +#define ST_MAGN_1_FS_AVL_1300_GAIN_Z 1020 +#define ST_MAGN_1_FS_AVL_1900_GAIN_Z 1315 +#define ST_MAGN_1_FS_AVL_2500_GAIN_Z 1666 +#define ST_MAGN_1_FS_AVL_4000_GAIN_Z 2500 +#define ST_MAGN_1_FS_AVL_4700_GAIN_Z 2816 +#define ST_MAGN_1_FS_AVL_5600_GAIN_Z 3389 +#define ST_MAGN_1_FS_AVL_8100_GAIN_Z 4878 #define ST_MAGN_1_MULTIREAD_BIT false /* CUSTOM VALUES FOR SENSOR 2 */ @@ -105,10 +106,12 @@ #define ST_MAGN_2_FS_MASK 0x60 #define ST_MAGN_2_FS_AVL_4000_VAL 0x00 #define ST_MAGN_2_FS_AVL_8000_VAL 0x01 -#define ST_MAGN_2_FS_AVL_10000_VAL 0x02 -#define ST_MAGN_2_FS_AVL_4000_GAIN 430 -#define ST_MAGN_2_FS_AVL_8000_GAIN 230 -#define ST_MAGN_2_FS_AVL_10000_GAIN 230 +#define ST_MAGN_2_FS_AVL_12000_VAL 0x02 +#define ST_MAGN_2_FS_AVL_16000_VAL 0x03 +#define ST_MAGN_2_FS_AVL_4000_GAIN 146 +#define ST_MAGN_2_FS_AVL_8000_GAIN 292 +#define ST_MAGN_2_FS_AVL_12000_GAIN 438 +#define ST_MAGN_2_FS_AVL_16000_GAIN 584 #define ST_MAGN_2_MULTIREAD_BIT false #define ST_MAGN_2_OUT_X_L_ADDR 0x28 #define ST_MAGN_2_OUT_Y_L_ADDR 0x2a @@ -266,9 +269,14 @@ .gain = ST_MAGN_2_FS_AVL_8000_GAIN, }, [2] = { - .num = ST_MAGN_FS_AVL_10000MG, - .value = ST_MAGN_2_FS_AVL_10000_VAL, - .gain = ST_MAGN_2_FS_AVL_10000_GAIN, + .num = ST_MAGN_FS_AVL_12000MG, + .value = ST_MAGN_2_FS_AVL_12000_VAL, + .gain = ST_MAGN_2_FS_AVL_12000_GAIN, + }, + [3] = { + .num = ST_MAGN_FS_AVL_16000MG, + .value = ST_MAGN_2_FS_AVL_16000_VAL, + .gain = ST_MAGN_2_FS_AVL_16000_GAIN, }, }, }, @@ -354,6 +362,7 @@ indio_dev->modes = INDIO_DIRECT_MODE; indio_dev->info = &magn_info; + mutex_init(&mdata->tb.buf_lock); st_sensors_power_enable(indio_dev); --- linux-lts-utopic-3.16.0.orig/drivers/iio/pressure/hid-sensor-press.c +++ linux-lts-utopic-3.16.0/drivers/iio/pressure/hid-sensor-press.c @@ -47,8 +47,6 @@ static const struct iio_chan_spec press_channels[] = { { .type = IIO_PRESSURE, - .modified = 1, - .channel2 = IIO_NO_MOD, .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_OFFSET) | BIT(IIO_CHAN_INFO_SCALE) | --- linux-lts-utopic-3.16.0.orig/drivers/iio/pressure/mpl115.c +++ linux-lts-utopic-3.16.0/drivers/iio/pressure/mpl115.c @@ -117,7 +117,7 @@ *val = ret >> 6; return IIO_VAL_INT; case IIO_CHAN_INFO_OFFSET: - *val = 605; + *val = -605; *val2 = 750000; return IIO_VAL_INT_PLUS_MICRO; case IIO_CHAN_INFO_SCALE: --- linux-lts-utopic-3.16.0.orig/drivers/iio/pressure/st_pressure_core.c +++ linux-lts-utopic-3.16.0/drivers/iio/pressure/st_pressure_core.c @@ -395,6 +395,7 @@ indio_dev->modes = INDIO_DIRECT_MODE; indio_dev->info = &press_info; + mutex_init(&pdata->tb.buf_lock); st_sensors_power_enable(indio_dev); --- linux-lts-utopic-3.16.0.orig/drivers/iio/proximity/as3935.c +++ linux-lts-utopic-3.16.0/drivers/iio/proximity/as3935.c @@ -330,7 +330,7 @@ return -EINVAL; } - indio_dev = devm_iio_device_alloc(&spi->dev, sizeof(st)); + indio_dev = devm_iio_device_alloc(&spi->dev, sizeof(*st)); if (!indio_dev) return -ENOMEM; --- linux-lts-utopic-3.16.0.orig/drivers/iio/temperature/tmp006.c +++ linux-lts-utopic-3.16.0/drivers/iio/temperature/tmp006.c @@ -132,6 +132,9 @@ struct tmp006_data *data = iio_priv(indio_dev); int i; + if (mask != IIO_CHAN_INFO_SAMP_FREQ) + return -EINVAL; + for (i = 0; i < ARRAY_SIZE(tmp006_freqs); i++) if ((val == tmp006_freqs[i][0]) && (val2 == tmp006_freqs[i][1])) { --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/core/cm.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/core/cm.c @@ -860,6 +860,11 @@ case IB_CM_SIDR_REQ_RCVD: spin_unlock_irq(&cm_id_priv->lock); cm_reject_sidr_req(cm_id_priv, IB_SIDR_REJECT); + spin_lock_irq(&cm.lock); + if (!RB_EMPTY_NODE(&cm_id_priv->sidr_id_node)) + rb_erase(&cm_id_priv->sidr_id_node, + &cm.remote_sidr_table); + spin_unlock_irq(&cm.lock); break; case IB_CM_REQ_SENT: ib_cancel_mad(cm_id_priv->av.port->mad_agent, cm_id_priv->msg); @@ -3099,7 +3104,10 @@ spin_unlock_irqrestore(&cm_id_priv->lock, flags); spin_lock_irqsave(&cm.lock, flags); - rb_erase(&cm_id_priv->sidr_id_node, &cm.remote_sidr_table); + if (!RB_EMPTY_NODE(&cm_id_priv->sidr_id_node)) { + rb_erase(&cm_id_priv->sidr_id_node, &cm.remote_sidr_table); + RB_CLEAR_NODE(&cm_id_priv->sidr_id_node); + } spin_unlock_irqrestore(&cm.lock, flags); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/core/cma.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/core/cma.c @@ -859,19 +859,27 @@ memcpy(&ib->sib_addr, &path->dgid, 16); } +static __be16 ss_get_port(const struct sockaddr_storage *ss) +{ + if (ss->ss_family == AF_INET) + return ((struct sockaddr_in *)ss)->sin_port; + else if (ss->ss_family == AF_INET6) + return ((struct sockaddr_in6 *)ss)->sin6_port; + BUG(); +} + static void cma_save_ip4_info(struct rdma_cm_id *id, struct rdma_cm_id *listen_id, struct cma_hdr *hdr) { - struct sockaddr_in *listen4, *ip4; + struct sockaddr_in *ip4; - listen4 = (struct sockaddr_in *) &listen_id->route.addr.src_addr; ip4 = (struct sockaddr_in *) &id->route.addr.src_addr; - ip4->sin_family = listen4->sin_family; + ip4->sin_family = AF_INET; ip4->sin_addr.s_addr = hdr->dst_addr.ip4.addr; - ip4->sin_port = listen4->sin_port; + ip4->sin_port = ss_get_port(&listen_id->route.addr.src_addr); ip4 = (struct sockaddr_in *) &id->route.addr.dst_addr; - ip4->sin_family = listen4->sin_family; + ip4->sin_family = AF_INET; ip4->sin_addr.s_addr = hdr->src_addr.ip4.addr; ip4->sin_port = hdr->port; } @@ -879,16 +887,15 @@ static void cma_save_ip6_info(struct rdma_cm_id *id, struct rdma_cm_id *listen_id, struct cma_hdr *hdr) { - struct sockaddr_in6 *listen6, *ip6; + struct sockaddr_in6 *ip6; - listen6 = (struct sockaddr_in6 *) &listen_id->route.addr.src_addr; ip6 = (struct sockaddr_in6 *) &id->route.addr.src_addr; - ip6->sin6_family = listen6->sin6_family; + ip6->sin6_family = AF_INET6; ip6->sin6_addr = hdr->dst_addr.ip6; - ip6->sin6_port = listen6->sin6_port; + ip6->sin6_port = ss_get_port(&listen_id->route.addr.src_addr); ip6 = (struct sockaddr_in6 *) &id->route.addr.dst_addr; - ip6->sin6_family = listen6->sin6_family; + ip6->sin6_family = AF_INET6; ip6->sin6_addr = hdr->src_addr.ip6; ip6->sin6_port = hdr->port; } --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/core/iwcm.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/core/iwcm.c @@ -46,6 +46,7 @@ #include #include #include +#include #include #include @@ -65,6 +66,20 @@ struct list_head free_list; }; +static unsigned int default_backlog = 256; + +static struct ctl_table_header *iwcm_ctl_table_hdr; +static struct ctl_table iwcm_ctl_table[] = { + { + .procname = "default_backlog", + .data = &default_backlog, + .maxlen = sizeof(default_backlog), + .mode = 0644, + .proc_handler = proc_dointvec, + }, + { } +}; + /* * The following services provide a mechanism for pre-allocating iwcm_work * elements. The design pre-allocates them based on the cm_id type: @@ -425,6 +440,9 @@ cm_id_priv = container_of(cm_id, struct iwcm_id_private, id); + if (!backlog) + backlog = default_backlog; + ret = alloc_work_entries(cm_id_priv, backlog); if (ret) return ret; @@ -1030,11 +1048,20 @@ if (!iwcm_wq) return -ENOMEM; + iwcm_ctl_table_hdr = register_net_sysctl(&init_net, "net/iw_cm", + iwcm_ctl_table); + if (!iwcm_ctl_table_hdr) { + pr_err("iw_cm: couldn't register sysctl paths\n"); + destroy_workqueue(iwcm_wq); + return -ENOMEM; + } + return 0; } static void __exit iw_cm_cleanup(void) { + unregister_net_sysctl_table(iwcm_ctl_table_hdr); destroy_workqueue(iwcm_wq); } --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/core/iwpm_msg.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/core/iwpm_msg.c @@ -33,7 +33,7 @@ #include "iwpm_util.h" -static const char iwpm_ulib_name[] = "iWarpPortMapperUser"; +static const char iwpm_ulib_name[IWPM_ULIBNAME_SIZE] = "iWarpPortMapperUser"; static int iwpm_ulib_version = 3; static int iwpm_user_pid = IWPM_PID_UNDEFINED; static atomic_t echo_nlmsg_seq; --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/core/sa_query.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/core/sa_query.c @@ -542,7 +542,7 @@ force_grh = rdma_port_get_link_layer(device, port_num) == IB_LINK_LAYER_ETHERNET; - if (rec->hop_limit > 1 || force_grh) { + if (rec->hop_limit > 0 || force_grh) { ah_attr->ah_flags = IB_AH_GRH; ah_attr->grh.dgid = rec->dgid; --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/core/ucma.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/core/ucma.c @@ -1124,6 +1124,9 @@ if (!optlen) return -EINVAL; + memset(&sa_path, 0, sizeof(sa_path)); + sa_path.vlan_id = 0xffff; + ib_sa_unpack_path(path_data->path_rec, &sa_path); ret = rdma_set_ib_paths(ctx->cm_id, &sa_path, 1); if (ret) --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/core/umem.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/core/umem.c @@ -94,6 +94,17 @@ if (dmasync) dma_set_attr(DMA_ATTR_WRITE_BARRIER, &attrs); + if (!size) + return ERR_PTR(-EINVAL); + + /* + * If the combination of the addr and size requested for this memory + * region causes an integer overflow, return error. + */ + if (((addr + size) < addr) || + PAGE_ALIGN(addr + size) < (addr + size)) + return ERR_PTR(-EINVAL); + if (!can_do_mlock()) return ERR_PTR(-EPERM); --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/core/uverbs.h +++ linux-lts-utopic-3.16.0/drivers/infiniband/core/uverbs.h @@ -85,7 +85,7 @@ */ struct ib_uverbs_device { - struct kref ref; + atomic_t refcount; int num_comp_vectors; struct completion comp; struct device *dev; @@ -94,6 +94,7 @@ struct cdev cdev; struct rb_root xrcd_tree; struct mutex xrcd_tree_mutex; + struct kobject kobj; }; struct ib_uverbs_event_file { --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/core/uverbs_cmd.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/core/uverbs_cmd.c @@ -1964,20 +1964,21 @@ if (qp->real_qp == qp) { ret = ib_resolve_eth_l2_attrs(qp, attr, &cmd.attr_mask); if (ret) - goto out; + goto release_qp; ret = qp->device->modify_qp(qp, attr, modify_qp_mask(qp->qp_type, cmd.attr_mask), &udata); } else { ret = ib_modify_qp(qp, attr, modify_qp_mask(qp->qp_type, cmd.attr_mask)); } - put_qp_read(qp); - if (ret) - goto out; + goto release_qp; ret = in_len; +release_qp: + put_qp_read(qp); + out: kfree(attr); @@ -2110,6 +2111,12 @@ next->send_flags = user_wr->send_flags; if (is_ud) { + if (next->opcode != IB_WR_SEND && + next->opcode != IB_WR_SEND_WITH_IMM) { + ret = -EINVAL; + goto out_put; + } + next->wr.ud.ah = idr_read_ah(user_wr->wr.ud.ah, file->ucontext); if (!next->wr.ud.ah) { @@ -2149,9 +2156,11 @@ user_wr->wr.atomic.compare_add; next->wr.atomic.swap = user_wr->wr.atomic.swap; next->wr.atomic.rkey = user_wr->wr.atomic.rkey; + case IB_WR_SEND: break; default: - break; + ret = -EINVAL; + goto out_put; } } @@ -2425,6 +2434,8 @@ attr.grh.sgid_index = cmd.attr.grh.sgid_index; attr.grh.hop_limit = cmd.attr.grh.hop_limit; attr.grh.traffic_class = cmd.attr.grh.traffic_class; + attr.vlan_id = 0; + memset(&attr.dmac, 0, sizeof(attr.dmac)); memcpy(attr.grh.dgid.raw, cmd.attr.grh.dgid, 16); ah = ib_create_ah(pd, &attr); --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/core/uverbs_main.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/core/uverbs_main.c @@ -127,14 +127,18 @@ static void ib_uverbs_add_one(struct ib_device *device); static void ib_uverbs_remove_one(struct ib_device *device); -static void ib_uverbs_release_dev(struct kref *ref) +static void ib_uverbs_release_dev(struct kobject *kobj) { struct ib_uverbs_device *dev = - container_of(ref, struct ib_uverbs_device, ref); + container_of(kobj, struct ib_uverbs_device, kobj); - complete(&dev->comp); + kfree(dev); } +static struct kobj_type ib_uverbs_dev_ktype = { + .release = ib_uverbs_release_dev, +}; + static void ib_uverbs_release_event_file(struct kref *ref) { struct ib_uverbs_event_file *file = @@ -298,13 +302,19 @@ return context->device->dealloc_ucontext(context); } +static void ib_uverbs_comp_dev(struct ib_uverbs_device *dev) +{ + complete(&dev->comp); +} + static void ib_uverbs_release_file(struct kref *ref) { struct ib_uverbs_file *file = container_of(ref, struct ib_uverbs_file, ref); module_put(file->device->ib_dev->owner); - kref_put(&file->device->ref, ib_uverbs_release_dev); + if (atomic_dec_and_test(&file->device->refcount)) + ib_uverbs_comp_dev(file->device); kfree(file); } @@ -476,6 +486,7 @@ entry->desc.async.element = element; entry->desc.async.event_type = event; + entry->desc.async.reserved = 0; entry->counter = counter; list_add_tail(&entry->list, &file->async_file->event_list); @@ -733,9 +744,7 @@ int ret; dev = container_of(inode->i_cdev, struct ib_uverbs_device, cdev); - if (dev) - kref_get(&dev->ref); - else + if (!atomic_inc_not_zero(&dev->refcount)) return -ENXIO; if (!try_module_get(dev->ib_dev->owner)) { @@ -756,6 +765,7 @@ mutex_init(&file->mutex); filp->private_data = file; + kobject_get(&dev->kobj); return nonseekable_open(inode, filp); @@ -763,13 +773,16 @@ module_put(dev->ib_dev->owner); err: - kref_put(&dev->ref, ib_uverbs_release_dev); + if (atomic_dec_and_test(&dev->refcount)) + ib_uverbs_comp_dev(dev); + return ret; } static int ib_uverbs_close(struct inode *inode, struct file *filp) { struct ib_uverbs_file *file = filp->private_data; + struct ib_uverbs_device *dev = file->device; ib_uverbs_cleanup_ucontext(file, file->ucontext); @@ -777,6 +790,7 @@ kref_put(&file->async_file->ref, ib_uverbs_release_event_file); kref_put(&file->ref, ib_uverbs_release_file); + kobject_put(&dev->kobj); return 0; } @@ -872,10 +886,11 @@ if (!uverbs_dev) return; - kref_init(&uverbs_dev->ref); + atomic_set(&uverbs_dev->refcount, 1); init_completion(&uverbs_dev->comp); uverbs_dev->xrcd_tree = RB_ROOT; mutex_init(&uverbs_dev->xrcd_tree_mutex); + kobject_init(&uverbs_dev->kobj, &ib_uverbs_dev_ktype); spin_lock(&map_lock); devnum = find_first_zero_bit(dev_map, IB_UVERBS_MAX_DEVICES); @@ -902,6 +917,7 @@ cdev_init(&uverbs_dev->cdev, NULL); uverbs_dev->cdev.owner = THIS_MODULE; uverbs_dev->cdev.ops = device->mmap ? &uverbs_mmap_fops : &uverbs_fops; + uverbs_dev->cdev.kobj.parent = &uverbs_dev->kobj; kobject_set_name(&uverbs_dev->cdev.kobj, "uverbs%d", uverbs_dev->devnum); if (cdev_add(&uverbs_dev->cdev, base, 1)) goto err_cdev; @@ -932,9 +948,10 @@ clear_bit(devnum, overflow_map); err: - kref_put(&uverbs_dev->ref, ib_uverbs_release_dev); + if (atomic_dec_and_test(&uverbs_dev->refcount)) + ib_uverbs_comp_dev(uverbs_dev); wait_for_completion(&uverbs_dev->comp); - kfree(uverbs_dev); + kobject_put(&uverbs_dev->kobj); return; } @@ -954,9 +971,10 @@ else clear_bit(uverbs_dev->devnum - IB_UVERBS_MAX_DEVICES, overflow_map); - kref_put(&uverbs_dev->ref, ib_uverbs_release_dev); + if (atomic_dec_and_test(&uverbs_dev->refcount)) + ib_uverbs_comp_dev(uverbs_dev); wait_for_completion(&uverbs_dev->comp); - kfree(uverbs_dev); + kobject_put(&uverbs_dev->kobj); } static char *uverbs_devnode(struct device *dev, umode_t *mode) --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/core/uverbs_marshall.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/core/uverbs_marshall.c @@ -140,5 +140,9 @@ dst->packet_life_time = src->packet_life_time; dst->preference = src->preference; dst->packet_life_time_selector = src->packet_life_time_selector; + + memset(dst->smac, 0, sizeof(dst->smac)); + memset(dst->dmac, 0, sizeof(dst->dmac)); + dst->vlan_id = 0xffff; } EXPORT_SYMBOL(ib_copy_path_rec_from_user); --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/cxgb3/iwch_cm.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/cxgb3/iwch_cm.c @@ -149,7 +149,7 @@ error = l2t_send(tdev, skb, l2e); if (error < 0) kfree_skb(skb); - return error; + return error < 0 ? error : 0; } int iwch_cxgb3_ofld_send(struct t3cdev *tdev, struct sk_buff *skb) @@ -165,7 +165,7 @@ error = cxgb3_ofld_send(tdev, skb); if (error < 0) kfree_skb(skb); - return error; + return error < 0 ? error : 0; } static void release_tid(struct t3cdev *tdev, u32 hwtid, struct sk_buff *skb) --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/mlx4/ah.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/mlx4/ah.c @@ -90,6 +90,7 @@ ah->av.eth.port_pd = cpu_to_be32(to_mpd(pd)->pdn | (ah_attr->port_num << 24)); ah->av.eth.gid_index = ah_attr->grh.sgid_index; ah->av.eth.vlan = cpu_to_be16(vlan_tag); + ah->av.eth.hop_limit = ah_attr->grh.hop_limit; if (ah_attr->static_rate) { ah->av.eth.stat_rate = ah_attr->static_rate + MLX4_STAT_RATE_OFFSET; while (ah->av.eth.stat_rate > IB_RATE_2_5_GBPS + MLX4_STAT_RATE_OFFSET && @@ -147,9 +148,13 @@ enum rdma_link_layer ll; memset(ah_attr, 0, sizeof *ah_attr); - ah_attr->sl = be32_to_cpu(ah->av.ib.sl_tclass_flowlabel) >> 28; ah_attr->port_num = be32_to_cpu(ah->av.ib.port_pd) >> 24; ll = rdma_port_get_link_layer(ibah->device, ah_attr->port_num); + if (ll == IB_LINK_LAYER_ETHERNET) + ah_attr->sl = be32_to_cpu(ah->av.eth.sl_tclass_flowlabel) >> 29; + else + ah_attr->sl = be32_to_cpu(ah->av.ib.sl_tclass_flowlabel) >> 28; + ah_attr->dlid = ll == IB_LINK_LAYER_INFINIBAND ? be16_to_cpu(ah->av.ib.dlid) : 0; if (ah->av.ib.stat_rate) ah_attr->static_rate = ah->av.ib.stat_rate - MLX4_STAT_RATE_OFFSET; --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/mlx4/mad.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/mlx4/mad.c @@ -64,6 +64,14 @@ #define GUID_TBL_BLK_NUM_ENTRIES 8 #define GUID_TBL_BLK_SIZE (GUID_TBL_ENTRY_SIZE * GUID_TBL_BLK_NUM_ENTRIES) +/* Counters should be saturate once they reach their maximum value */ +#define ASSIGN_32BIT_COUNTER(counter, value) do {\ + if ((value) > U32_MAX) \ + counter = cpu_to_be32(U32_MAX); \ + else \ + counter = cpu_to_be32(value); \ +} while (0) + struct mlx4_mad_rcv_buf { struct ib_grh grh; u8 payload[256]; @@ -806,10 +814,14 @@ static void edit_counter(struct mlx4_counter *cnt, struct ib_pma_portcounters *pma_cnt) { - pma_cnt->port_xmit_data = cpu_to_be32((be64_to_cpu(cnt->tx_bytes)>>2)); - pma_cnt->port_rcv_data = cpu_to_be32((be64_to_cpu(cnt->rx_bytes)>>2)); - pma_cnt->port_xmit_packets = cpu_to_be32(be64_to_cpu(cnt->tx_frames)); - pma_cnt->port_rcv_packets = cpu_to_be32(be64_to_cpu(cnt->rx_frames)); + ASSIGN_32BIT_COUNTER(pma_cnt->port_xmit_data, + (be64_to_cpu(cnt->tx_bytes) >> 2)); + ASSIGN_32BIT_COUNTER(pma_cnt->port_rcv_data, + (be64_to_cpu(cnt->rx_bytes) >> 2)); + ASSIGN_32BIT_COUNTER(pma_cnt->port_xmit_packets, + be64_to_cpu(cnt->tx_frames)); + ASSIGN_32BIT_COUNTER(pma_cnt->port_rcv_packets, + be64_to_cpu(cnt->rx_frames)); } static int iboe_process_mad(struct ib_device *ibdev, int mad_flags, u8 port_num, @@ -1353,14 +1365,17 @@ * stadard address handle by decoding the tunnelled mlx4_ah fields */ memcpy(&ah.av, &tunnel->hdr.av, sizeof (struct mlx4_av)); ah.ibah.device = ctx->ib_dev; + + port = be32_to_cpu(ah.av.ib.port_pd) >> 24; + port = mlx4_slave_convert_port(dev->dev, slave, port); + if (port < 0) + return; + ah.av.ib.port_pd = cpu_to_be32(port << 24 | (be32_to_cpu(ah.av.ib.port_pd) & 0xffffff)); + mlx4_ib_query_ah(&ah.ibah, &ah_attr); if (ah_attr.ah_flags & IB_AH_GRH) fill_in_real_sgid_index(dev, slave, ctx->port, &ah_attr); - port = mlx4_slave_convert_port(dev->dev, slave, ah_attr.port_num); - if (port < 0) - return; - ah_attr.port_num = port; memcpy(ah_attr.dmac, tunnel->hdr.mac, 6); ah_attr.vlan_id = be16_to_cpu(tunnel->hdr.vlan); /* if slave have default vlan use it */ --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/mlx4/main.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/mlx4/main.c @@ -1170,8 +1170,7 @@ struct mlx4_ib_qp *mqp = to_mqp(ibqp); u64 reg_id; struct mlx4_ib_steering *ib_steering = NULL; - enum mlx4_protocol prot = (gid->raw[1] == 0x0e) ? - MLX4_PROT_IB_IPV4 : MLX4_PROT_IB_IPV6; + enum mlx4_protocol prot = MLX4_PROT_IB_IPV6; if (mdev->dev->caps.steering_mode == MLX4_STEERING_MODE_DEVICE_MANAGED) { @@ -1184,8 +1183,10 @@ !!(mqp->flags & MLX4_IB_QP_BLOCK_MULTICAST_LOOPBACK), prot, ®_id); - if (err) + if (err) { + pr_err("multicast attach op failed, err %d\n", err); goto err_malloc; + } err = add_gid_entry(ibqp, gid); if (err) @@ -1233,8 +1234,7 @@ struct net_device *ndev; struct mlx4_ib_gid_entry *ge; u64 reg_id = 0; - enum mlx4_protocol prot = (gid->raw[1] == 0x0e) ? - MLX4_PROT_IB_IPV4 : MLX4_PROT_IB_IPV6; + enum mlx4_protocol prot = MLX4_PROT_IB_IPV6; if (mdev->dev->caps.steering_mode == MLX4_STEERING_MODE_DEVICE_MANAGED) { @@ -1678,6 +1678,7 @@ struct inet6_dev *in6_dev; union ib_gid *pgid; struct inet6_ifaddr *ifp; + union ib_gid default_gid; #endif union ib_gid gid; @@ -1698,12 +1699,15 @@ in_dev_put(in_dev); } #if IS_ENABLED(CONFIG_IPV6) + mlx4_make_default_gid(dev, &default_gid); /* IPv6 gids */ in6_dev = in6_dev_get(dev); if (in6_dev) { read_lock_bh(&in6_dev->lock); list_for_each_entry(ifp, &in6_dev->addr_list, if_list) { pgid = (union ib_gid *)&ifp->addr; + if (!memcmp(pgid, &default_gid, sizeof(*pgid))) + continue; update_gid_table(ibdev, port, pgid, 0, 0); } read_unlock_bh(&in6_dev->lock); @@ -1788,31 +1792,34 @@ port_state = (netif_running(curr_netdev) && netif_carrier_ok(curr_netdev)) ? IB_PORT_ACTIVE : IB_PORT_DOWN; mlx4_ib_set_default_gid(ibdev, curr_netdev, port); - } else { - reset_gid_table(ibdev, port); - } - /* if using bonding/team and a slave port is down, we don't the bond IP - * based gids in the table since flows that select port by gid may get - * the down port. - */ - if (curr_master && (port_state == IB_PORT_DOWN)) { - reset_gid_table(ibdev, port); - mlx4_ib_set_default_gid(ibdev, curr_netdev, port); - } - /* if bonding is used it is possible that we add it to masters - * only after IP address is assigned to the net bonding - * interface. - */ - if (curr_master && (old_master != curr_master)) { - reset_gid_table(ibdev, port); - mlx4_ib_set_default_gid(ibdev, curr_netdev, port); - mlx4_ib_get_dev_addr(curr_master, ibdev, port); - } + /* if using bonding/team and a slave port is down, we + * don't the bond IP based gids in the table since + * flows that select port by gid may get the down port. + */ + if (curr_master && (port_state == IB_PORT_DOWN)) { + reset_gid_table(ibdev, port); + mlx4_ib_set_default_gid(ibdev, + curr_netdev, port); + } + /* if bonding is used it is possible that we add it to + * masters only after IP address is assigned to the + * net bonding interface. + */ + if (curr_master && (old_master != curr_master)) { + reset_gid_table(ibdev, port); + mlx4_ib_set_default_gid(ibdev, + curr_netdev, port); + mlx4_ib_get_dev_addr(curr_master, ibdev, port); + } - if (!curr_master && (old_master != curr_master)) { + if (!curr_master && (old_master != curr_master)) { + reset_gid_table(ibdev, port); + mlx4_ib_set_default_gid(ibdev, + curr_netdev, port); + mlx4_ib_get_dev_addr(curr_netdev, ibdev, port); + } + } else { reset_gid_table(ibdev, port); - mlx4_ib_set_default_gid(ibdev, curr_netdev, port); - mlx4_ib_get_dev_addr(curr_netdev, ibdev, port); } } --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/mlx4/mcg.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/mlx4/mcg.c @@ -206,15 +206,16 @@ { struct mlx4_ib_dev *dev = ctx->dev; struct ib_ah_attr ah_attr; + unsigned long flags; - spin_lock(&dev->sm_lock); + spin_lock_irqsave(&dev->sm_lock, flags); if (!dev->sm_ah[ctx->port - 1]) { /* port is not yet Active, sm_ah not ready */ - spin_unlock(&dev->sm_lock); + spin_unlock_irqrestore(&dev->sm_lock, flags); return -EAGAIN; } mlx4_ib_query_ah(dev->sm_ah[ctx->port - 1], &ah_attr); - spin_unlock(&dev->sm_lock); + spin_unlock_irqrestore(&dev->sm_lock, flags); return mlx4_ib_send_to_wire(dev, mlx4_master_func_num(dev->dev), ctx->port, IB_QPT_GSI, 0, 1, IB_QP1_QKEY, &ah_attr, NULL, mad); --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/mlx4/qp.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/mlx4/qp.c @@ -2535,8 +2535,7 @@ memcpy(wqe->header, wr->wr.ud.header, wr->wr.ud.hlen); - *lso_hdr_sz = cpu_to_be32((wr->wr.ud.mss - wr->wr.ud.hlen) << 16 | - wr->wr.ud.hlen); + *lso_hdr_sz = cpu_to_be32(wr->wr.ud.mss << 16 | wr->wr.ud.hlen); *lso_seg_len = halign; return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/mlx4/sysfs.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/mlx4/sysfs.c @@ -660,6 +660,8 @@ struct mlx4_port *p; int i; int ret; + int is_eth = rdma_port_get_link_layer(&dev->ib_dev, port_num) == + IB_LINK_LAYER_ETHERNET; p = kzalloc(sizeof *p, GFP_KERNEL); if (!p) @@ -677,7 +679,8 @@ p->pkey_group.name = "pkey_idx"; p->pkey_group.attrs = - alloc_group_attrs(show_port_pkey, store_port_pkey, + alloc_group_attrs(show_port_pkey, + is_eth ? NULL : store_port_pkey, dev->dev->caps.pkey_table_len[port_num]); if (!p->pkey_group.attrs) { ret = -ENOMEM; --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/mlx5/qp.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/mlx5/qp.c @@ -207,8 +207,10 @@ /* fall through */ case IB_QPT_RC: size += sizeof(struct mlx5_wqe_ctrl_seg) + - sizeof(struct mlx5_wqe_atomic_seg) + - sizeof(struct mlx5_wqe_raddr_seg); + max(sizeof(struct mlx5_wqe_atomic_seg) + + sizeof(struct mlx5_wqe_raddr_seg), + sizeof(struct mlx5_wqe_umr_ctrl_seg) + + sizeof(struct mlx5_mkey_seg)); break; case IB_QPT_XRC_TGT: @@ -216,9 +218,9 @@ case IB_QPT_UC: size += sizeof(struct mlx5_wqe_ctrl_seg) + - sizeof(struct mlx5_wqe_raddr_seg) + - sizeof(struct mlx5_wqe_umr_ctrl_seg) + - sizeof(struct mlx5_mkey_seg); + max(sizeof(struct mlx5_wqe_raddr_seg), + sizeof(struct mlx5_wqe_umr_ctrl_seg) + + sizeof(struct mlx5_mkey_seg)); break; case IB_QPT_UD: --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/qib/qib.h +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/qib/qib.h @@ -1082,12 +1082,6 @@ /* control high-level access to EEPROM */ struct mutex eep_lock; uint64_t traffic_wds; - /* active time is kept in seconds, but logged in hours */ - atomic_t active_time; - /* Below are nominal shadow of EEPROM, new since last EEPROM update */ - uint8_t eep_st_errs[QIB_EEP_LOG_CNT]; - uint8_t eep_st_new_errs[QIB_EEP_LOG_CNT]; - uint16_t eep_hrs; /* * masks for which bits of errs, hwerrs that cause * each of the counters to increment. @@ -1309,8 +1303,7 @@ int qib_twsi_blk_wr(struct qib_devdata *dd, int dev, int addr, const void *buffer, int len); void qib_get_eeprom_info(struct qib_devdata *); -int qib_update_eeprom_log(struct qib_devdata *dd); -void qib_inc_eeprom_err(struct qib_devdata *dd, u32 eidx, u32 incr); +#define qib_inc_eeprom_err(dd, eidx, incr) void qib_dump_lookup_output_queue(struct qib_devdata *); void qib_force_pio_avail_update(struct qib_devdata *); void qib_clear_symerror_on_linkup(unsigned long opaque); --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/qib/qib_debugfs.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/qib/qib_debugfs.c @@ -193,6 +193,7 @@ struct qib_qp_iter *iter; loff_t n = *pos; + rcu_read_lock(); iter = qib_qp_iter_init(s->private); if (!iter) return NULL; @@ -224,7 +225,7 @@ static void _qp_stats_seq_stop(struct seq_file *s, void *iter_ptr) { - /* nothing for now */ + rcu_read_unlock(); } static int _qp_stats_seq_show(struct seq_file *s, void *iter_ptr) --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/qib/qib_eeprom.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/qib/qib_eeprom.c @@ -267,190 +267,9 @@ "Board SN %s did not pass functional test: %s\n", dd->serial, ifp->if_comment); - memcpy(&dd->eep_st_errs, &ifp->if_errcntp, QIB_EEP_LOG_CNT); - /* - * Power-on (actually "active") hours are kept as little-endian value - * in EEPROM, but as seconds in a (possibly as small as 24-bit) - * atomic_t while running. - */ - atomic_set(&dd->active_time, 0); - dd->eep_hrs = ifp->if_powerhour[0] | (ifp->if_powerhour[1] << 8); - done: vfree(buf); bail:; } -/** - * qib_update_eeprom_log - copy active-time and error counters to eeprom - * @dd: the qlogic_ib device - * - * Although the time is kept as seconds in the qib_devdata struct, it is - * rounded to hours for re-write, as we have only 16 bits in EEPROM. - * First-cut code reads whole (expected) struct qib_flash, modifies, - * re-writes. Future direction: read/write only what we need, assuming - * that the EEPROM had to have been "good enough" for driver init, and - * if not, we aren't making it worse. - * - */ -int qib_update_eeprom_log(struct qib_devdata *dd) -{ - void *buf; - struct qib_flash *ifp; - int len, hi_water; - uint32_t new_time, new_hrs; - u8 csum; - int ret, idx; - unsigned long flags; - - /* first, check if we actually need to do anything. */ - ret = 0; - for (idx = 0; idx < QIB_EEP_LOG_CNT; ++idx) { - if (dd->eep_st_new_errs[idx]) { - ret = 1; - break; - } - } - new_time = atomic_read(&dd->active_time); - - if (ret == 0 && new_time < 3600) - goto bail; - - /* - * The quick-check above determined that there is something worthy - * of logging, so get current contents and do a more detailed idea. - * read full flash, not just currently used part, since it may have - * been written with a newer definition - */ - len = sizeof(struct qib_flash); - buf = vmalloc(len); - ret = 1; - if (!buf) { - qib_dev_err(dd, - "Couldn't allocate memory to read %u bytes from eeprom for logging\n", - len); - goto bail; - } - - /* Grab semaphore and read current EEPROM. If we get an - * error, let go, but if not, keep it until we finish write. - */ - ret = mutex_lock_interruptible(&dd->eep_lock); - if (ret) { - qib_dev_err(dd, "Unable to acquire EEPROM for logging\n"); - goto free_bail; - } - ret = qib_twsi_blk_rd(dd, dd->twsi_eeprom_dev, 0, buf, len); - if (ret) { - mutex_unlock(&dd->eep_lock); - qib_dev_err(dd, "Unable read EEPROM for logging\n"); - goto free_bail; - } - ifp = (struct qib_flash *)buf; - - csum = flash_csum(ifp, 0); - if (csum != ifp->if_csum) { - mutex_unlock(&dd->eep_lock); - qib_dev_err(dd, "EEPROM cks err (0x%02X, S/B 0x%02X)\n", - csum, ifp->if_csum); - ret = 1; - goto free_bail; - } - hi_water = 0; - spin_lock_irqsave(&dd->eep_st_lock, flags); - for (idx = 0; idx < QIB_EEP_LOG_CNT; ++idx) { - int new_val = dd->eep_st_new_errs[idx]; - if (new_val) { - /* - * If we have seen any errors, add to EEPROM values - * We need to saturate at 0xFF (255) and we also - * would need to adjust the checksum if we were - * trying to minimize EEPROM traffic - * Note that we add to actual current count in EEPROM, - * in case it was altered while we were running. - */ - new_val += ifp->if_errcntp[idx]; - if (new_val > 0xFF) - new_val = 0xFF; - if (ifp->if_errcntp[idx] != new_val) { - ifp->if_errcntp[idx] = new_val; - hi_water = offsetof(struct qib_flash, - if_errcntp) + idx; - } - /* - * update our shadow (used to minimize EEPROM - * traffic), to match what we are about to write. - */ - dd->eep_st_errs[idx] = new_val; - dd->eep_st_new_errs[idx] = 0; - } - } - /* - * Now update active-time. We would like to round to the nearest hour - * but unless atomic_t are sure to be proper signed ints we cannot, - * because we need to account for what we "transfer" to EEPROM and - * if we log an hour at 31 minutes, then we would need to set - * active_time to -29 to accurately count the _next_ hour. - */ - if (new_time >= 3600) { - new_hrs = new_time / 3600; - atomic_sub((new_hrs * 3600), &dd->active_time); - new_hrs += dd->eep_hrs; - if (new_hrs > 0xFFFF) - new_hrs = 0xFFFF; - dd->eep_hrs = new_hrs; - if ((new_hrs & 0xFF) != ifp->if_powerhour[0]) { - ifp->if_powerhour[0] = new_hrs & 0xFF; - hi_water = offsetof(struct qib_flash, if_powerhour); - } - if ((new_hrs >> 8) != ifp->if_powerhour[1]) { - ifp->if_powerhour[1] = new_hrs >> 8; - hi_water = offsetof(struct qib_flash, if_powerhour) + 1; - } - } - /* - * There is a tiny possibility that we could somehow fail to write - * the EEPROM after updating our shadows, but problems from holding - * the spinlock too long are a much bigger issue. - */ - spin_unlock_irqrestore(&dd->eep_st_lock, flags); - if (hi_water) { - /* we made some change to the data, uopdate cksum and write */ - csum = flash_csum(ifp, 1); - ret = eeprom_write_with_enable(dd, 0, buf, hi_water + 1); - } - mutex_unlock(&dd->eep_lock); - if (ret) - qib_dev_err(dd, "Failed updating EEPROM\n"); - -free_bail: - vfree(buf); -bail: - return ret; -} - -/** - * qib_inc_eeprom_err - increment one of the four error counters - * that are logged to EEPROM. - * @dd: the qlogic_ib device - * @eidx: 0..3, the counter to increment - * @incr: how much to add - * - * Each counter is 8-bits, and saturates at 255 (0xFF). They - * are copied to the EEPROM (aka flash) whenever qib_update_eeprom_log() - * is called, but it can only be called in a context that allows sleep. - * This function can be called even at interrupt level. - */ -void qib_inc_eeprom_err(struct qib_devdata *dd, u32 eidx, u32 incr) -{ - uint new_val; - unsigned long flags; - - spin_lock_irqsave(&dd->eep_st_lock, flags); - new_val = dd->eep_st_new_errs[eidx] + incr; - if (new_val > 255) - new_val = 255; - dd->eep_st_new_errs[eidx] = new_val; - spin_unlock_irqrestore(&dd->eep_st_lock, flags); -} --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/qib/qib_iba6120.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/qib/qib_iba6120.c @@ -2681,8 +2681,6 @@ spin_lock_irqsave(&dd->eep_st_lock, flags); traffic_wds -= dd->traffic_wds; dd->traffic_wds += traffic_wds; - if (traffic_wds >= QIB_TRAFFIC_ACTIVE_THRESHOLD) - atomic_add(5, &dd->active_time); /* S/B #define */ spin_unlock_irqrestore(&dd->eep_st_lock, flags); qib_chk_6120_errormask(dd); --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/qib/qib_iba7220.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/qib/qib_iba7220.c @@ -3297,8 +3297,6 @@ spin_lock_irqsave(&dd->eep_st_lock, flags); traffic_wds -= dd->traffic_wds; dd->traffic_wds += traffic_wds; - if (traffic_wds >= QIB_TRAFFIC_ACTIVE_THRESHOLD) - atomic_add(5, &dd->active_time); /* S/B #define */ spin_unlock_irqrestore(&dd->eep_st_lock, flags); done: mod_timer(&dd->stats_timer, jiffies + HZ * ACTIVITY_TIMER); --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/qib/qib_iba7322.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/qib/qib_iba7322.c @@ -5178,8 +5178,6 @@ spin_lock_irqsave(&ppd->dd->eep_st_lock, flags); traffic_wds -= ppd->dd->traffic_wds; ppd->dd->traffic_wds += traffic_wds; - if (traffic_wds >= QIB_TRAFFIC_ACTIVE_THRESHOLD) - atomic_add(ACTIVITY_TIMER, &ppd->dd->active_time); spin_unlock_irqrestore(&ppd->dd->eep_st_lock, flags); if (ppd->cpspec->qdr_dfe_on && (ppd->link_speed_active & QIB_IB_QDR) && --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/qib/qib_init.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/qib/qib_init.c @@ -931,7 +931,6 @@ qib_free_pportdata(ppd); } - qib_update_eeprom_log(dd); } /** --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/qib/qib_keys.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/qib/qib_keys.c @@ -86,6 +86,10 @@ * unrestricted LKEY. */ rkt->gen++; + /* + * bits are capped in qib_verbs.c to insure enough bits + * for generation number + */ mr->lkey = (r << (32 - ib_qib_lkey_table_size)) | ((((1 << (24 - ib_qib_lkey_table_size)) - 1) & rkt->gen) << 8); --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/qib/qib_qp.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/qib/qib_qp.c @@ -100,9 +100,10 @@ 32768 /* 1E */ }; -static void get_map_page(struct qib_qpn_table *qpt, struct qpn_map *map) +static void get_map_page(struct qib_qpn_table *qpt, struct qpn_map *map, + gfp_t gfp) { - unsigned long page = get_zeroed_page(GFP_KERNEL); + unsigned long page = get_zeroed_page(gfp); /* * Free the page if someone raced with us installing it. @@ -121,7 +122,7 @@ * zero/one for QP type IB_QPT_SMI/IB_QPT_GSI. */ static int alloc_qpn(struct qib_devdata *dd, struct qib_qpn_table *qpt, - enum ib_qp_type type, u8 port) + enum ib_qp_type type, u8 port, gfp_t gfp) { u32 i, offset, max_scan, qpn; struct qpn_map *map; @@ -151,7 +152,7 @@ max_scan = qpt->nmaps - !offset; for (i = 0;;) { if (unlikely(!map->page)) { - get_map_page(qpt, map); + get_map_page(qpt, map, gfp); if (unlikely(!map->page)) break; } @@ -983,13 +984,21 @@ size_t sz; size_t sg_list_sz; struct ib_qp *ret; + gfp_t gfp; + if (init_attr->cap.max_send_sge > ib_qib_max_sges || init_attr->cap.max_send_wr > ib_qib_max_qp_wrs || - init_attr->create_flags) { - ret = ERR_PTR(-EINVAL); - goto bail; - } + init_attr->create_flags & ~(IB_QP_CREATE_USE_GFP_NOIO)) + return ERR_PTR(-EINVAL); + + /* GFP_NOIO is applicable in RC QPs only */ + if (init_attr->create_flags & IB_QP_CREATE_USE_GFP_NOIO && + init_attr->qp_type != IB_QPT_RC) + return ERR_PTR(-EINVAL); + + gfp = init_attr->create_flags & IB_QP_CREATE_USE_GFP_NOIO ? + GFP_NOIO : GFP_KERNEL; /* Check receive queue parameters if no SRQ is specified. */ if (!init_attr->srq) { @@ -1021,7 +1030,8 @@ sz = sizeof(struct qib_sge) * init_attr->cap.max_send_sge + sizeof(struct qib_swqe); - swq = vmalloc((init_attr->cap.max_send_wr + 1) * sz); + swq = __vmalloc((init_attr->cap.max_send_wr + 1) * sz, + gfp, PAGE_KERNEL); if (swq == NULL) { ret = ERR_PTR(-ENOMEM); goto bail; @@ -1037,13 +1047,13 @@ } else if (init_attr->cap.max_recv_sge > 1) sg_list_sz = sizeof(*qp->r_sg_list) * (init_attr->cap.max_recv_sge - 1); - qp = kzalloc(sz + sg_list_sz, GFP_KERNEL); + qp = kzalloc(sz + sg_list_sz, gfp); if (!qp) { ret = ERR_PTR(-ENOMEM); goto bail_swq; } RCU_INIT_POINTER(qp->next, NULL); - qp->s_hdr = kzalloc(sizeof(*qp->s_hdr), GFP_KERNEL); + qp->s_hdr = kzalloc(sizeof(*qp->s_hdr), gfp); if (!qp->s_hdr) { ret = ERR_PTR(-ENOMEM); goto bail_qp; @@ -1058,8 +1068,16 @@ qp->r_rq.max_sge = init_attr->cap.max_recv_sge; sz = (sizeof(struct ib_sge) * qp->r_rq.max_sge) + sizeof(struct qib_rwqe); - qp->r_rq.wq = vmalloc_user(sizeof(struct qib_rwq) + - qp->r_rq.size * sz); + if (gfp != GFP_NOIO) + qp->r_rq.wq = vmalloc_user( + sizeof(struct qib_rwq) + + qp->r_rq.size * sz); + else + qp->r_rq.wq = __vmalloc( + sizeof(struct qib_rwq) + + qp->r_rq.size * sz, + gfp, PAGE_KERNEL); + if (!qp->r_rq.wq) { ret = ERR_PTR(-ENOMEM); goto bail_qp; @@ -1090,7 +1108,7 @@ dev = to_idev(ibpd->device); dd = dd_from_dev(dev); err = alloc_qpn(dd, &dev->qpn_table, init_attr->qp_type, - init_attr->port_num); + init_attr->port_num, gfp); if (err < 0) { ret = ERR_PTR(err); vfree(qp->r_rq.wq); @@ -1325,7 +1343,6 @@ struct qib_qp *pqp = iter->qp; struct qib_qp *qp; - rcu_read_lock(); for (; n < dev->qp_table_size; n++) { if (pqp) qp = rcu_dereference(pqp->next); @@ -1333,18 +1350,11 @@ qp = rcu_dereference(dev->qp_table[n]); pqp = qp; if (qp) { - if (iter->qp) - atomic_dec(&iter->qp->refcount); - atomic_inc(&qp->refcount); - rcu_read_unlock(); iter->qp = qp; iter->n = n; return 0; } } - rcu_read_unlock(); - if (iter->qp) - atomic_dec(&iter->qp->refcount); return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/qib/qib_sysfs.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/qib/qib_sysfs.c @@ -611,28 +611,6 @@ return ret < 0 ? ret : count; } -static ssize_t show_logged_errs(struct device *device, - struct device_attribute *attr, char *buf) -{ - struct qib_ibdev *dev = - container_of(device, struct qib_ibdev, ibdev.dev); - struct qib_devdata *dd = dd_from_dev(dev); - int idx, count; - - /* force consistency with actual EEPROM */ - if (qib_update_eeprom_log(dd) != 0) - return -ENXIO; - - count = 0; - for (idx = 0; idx < QIB_EEP_LOG_CNT; ++idx) { - count += scnprintf(buf + count, PAGE_SIZE - count, "%d%c", - dd->eep_st_errs[idx], - idx == (QIB_EEP_LOG_CNT - 1) ? '\n' : ' '); - } - - return count; -} - /* * Dump tempsense regs. in decimal, to ease shell-scripts. */ @@ -679,7 +657,6 @@ static DEVICE_ATTR(nfreectxts, S_IRUGO, show_nfreectxts, NULL); static DEVICE_ATTR(serial, S_IRUGO, show_serial, NULL); static DEVICE_ATTR(boardversion, S_IRUGO, show_boardversion, NULL); -static DEVICE_ATTR(logged_errors, S_IRUGO, show_logged_errs, NULL); static DEVICE_ATTR(tempsense, S_IRUGO, show_tempsense, NULL); static DEVICE_ATTR(localbus_info, S_IRUGO, show_localbus_info, NULL); static DEVICE_ATTR(chip_reset, S_IWUSR, NULL, store_chip_reset); @@ -693,7 +670,6 @@ &dev_attr_nfreectxts, &dev_attr_serial, &dev_attr_boardversion, - &dev_attr_logged_errors, &dev_attr_tempsense, &dev_attr_localbus_info, &dev_attr_chip_reset, --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/qib/qib_verbs.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/qib/qib_verbs.c @@ -40,6 +40,7 @@ #include #include #include +#include #include "qib.h" #include "qib_common.h" @@ -2086,10 +2087,16 @@ * the LKEY). The remaining bits act as a generation number or tag. */ spin_lock_init(&dev->lk_table.lock); + /* insure generation is at least 4 bits see keys.c */ + if (ib_qib_lkey_table_size > MAX_LKEY_TABLE_BITS) { + qib_dev_warn(dd, "lkey bits %u too large, reduced to %u\n", + ib_qib_lkey_table_size, MAX_LKEY_TABLE_BITS); + ib_qib_lkey_table_size = MAX_LKEY_TABLE_BITS; + } dev->lk_table.max = 1 << ib_qib_lkey_table_size; lk_tab_size = dev->lk_table.max * sizeof(*dev->lk_table.table); dev->lk_table.table = (struct qib_mregion __rcu **) - __get_free_pages(GFP_KERNEL, get_order(lk_tab_size)); + vmalloc(lk_tab_size); if (dev->lk_table.table == NULL) { ret = -ENOMEM; goto err_lk; @@ -2262,7 +2269,7 @@ sizeof(struct qib_pio_header), dev->pio_hdrs, dev->pio_hdrs_phys); err_hdrs: - free_pages((unsigned long) dev->lk_table.table, get_order(lk_tab_size)); + vfree(dev->lk_table.table); err_lk: kfree(dev->qp_table); err_qpt: @@ -2316,8 +2323,7 @@ sizeof(struct qib_pio_header), dev->pio_hdrs, dev->pio_hdrs_phys); lk_tab_size = dev->lk_table.max * sizeof(*dev->lk_table.table); - free_pages((unsigned long) dev->lk_table.table, - get_order(lk_tab_size)); + vfree(dev->lk_table.table); kfree(dev->qp_table); } --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/qib/qib_verbs.h +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/qib/qib_verbs.h @@ -647,6 +647,8 @@ struct qpn_map map[QPNMAP_ENTRIES]; }; +#define MAX_LKEY_TABLE_BITS 23 + struct qib_lkey_table { spinlock_t lock; /* protect changes in this struct */ u32 next; /* next unused index (speeds search) */ --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/hw/qib/qib_verbs_mcast.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/hw/qib/qib_verbs_mcast.c @@ -286,15 +286,13 @@ struct qib_ibdev *dev = to_idev(ibqp->device); struct qib_ibport *ibp = to_iport(ibqp->device, qp->port_num); struct qib_mcast *mcast = NULL; - struct qib_mcast_qp *p, *tmp; + struct qib_mcast_qp *p, *tmp, *delp = NULL; struct rb_node *n; int last = 0; int ret; - if (ibqp->qp_num <= 1 || qp->state == IB_QPS_RESET) { - ret = -EINVAL; - goto bail; - } + if (ibqp->qp_num <= 1 || qp->state == IB_QPS_RESET) + return -EINVAL; spin_lock_irq(&ibp->lock); @@ -303,8 +301,7 @@ while (1) { if (n == NULL) { spin_unlock_irq(&ibp->lock); - ret = -EINVAL; - goto bail; + return -EINVAL; } mcast = rb_entry(n, struct qib_mcast, rb_node); @@ -328,6 +325,7 @@ */ list_del_rcu(&p->list); mcast->n_attached--; + delp = p; /* If this was the last attached QP, remove the GID too. */ if (list_empty(&mcast->qp_list)) { @@ -338,15 +336,16 @@ } spin_unlock_irq(&ibp->lock); + /* QP not attached */ + if (!delp) + return -EINVAL; + /* + * Wait for any list walkers to finish before freeing the + * list element. + */ + wait_event(mcast->wait, atomic_read(&mcast->refcount) <= 1); + qib_mcast_qp_free(delp); - if (p) { - /* - * Wait for any list walkers to finish before freeing the - * list element. - */ - wait_event(mcast->wait, atomic_read(&mcast->refcount) <= 1); - qib_mcast_qp_free(p); - } if (last) { atomic_dec(&mcast->refcount); wait_event(mcast->wait, !atomic_read(&mcast->refcount)); @@ -355,11 +354,7 @@ dev->n_mcast_grps_allocated--; spin_unlock_irq(&dev->n_mcast_grps_lock); } - - ret = 0; - -bail: - return ret; + return 0; } int qib_mcast_tree_empty(struct qib_ibport *ibp) --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/ulp/iser/iscsi_iser.h +++ linux-lts-utopic-3.16.0/drivers/infiniband/ulp/iser/iscsi_iser.h @@ -471,7 +471,9 @@ enum dma_data_direction dma_dir); void iser_dma_unmap_task_data(struct iscsi_iser_task *iser_task, - struct iser_data_buf *data); + struct iser_data_buf *data, + enum dma_data_direction dir); + int iser_initialize_task_headers(struct iscsi_task *task, struct iser_tx_desc *tx_desc); int iser_alloc_rx_descriptors(struct iser_conn *ib_conn, struct iscsi_session *session); --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/ulp/iser/iser_initiator.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/ulp/iser/iser_initiator.c @@ -402,8 +402,8 @@ if (scsi_prot_sg_count(sc)) { prot_buf->buf = scsi_prot_sglist(sc); prot_buf->size = scsi_prot_sg_count(sc); - prot_buf->data_len = data_buf->data_len >> - ilog2(sc->device->sector_size) * 8; + prot_buf->data_len = (data_buf->data_len >> + ilog2(sc->device->sector_size)) * 8; } if (hdr->flags & ISCSI_FLAG_CMD_READ) { @@ -702,19 +702,23 @@ device->iser_unreg_rdma_mem(iser_task, ISER_DIR_IN); if (is_rdma_data_aligned) iser_dma_unmap_task_data(iser_task, - &iser_task->data[ISER_DIR_IN]); + &iser_task->data[ISER_DIR_IN], + DMA_FROM_DEVICE); if (prot_count && is_rdma_prot_aligned) iser_dma_unmap_task_data(iser_task, - &iser_task->prot[ISER_DIR_IN]); + &iser_task->prot[ISER_DIR_IN], + DMA_FROM_DEVICE); } if (iser_task->dir[ISER_DIR_OUT]) { device->iser_unreg_rdma_mem(iser_task, ISER_DIR_OUT); if (is_rdma_data_aligned) iser_dma_unmap_task_data(iser_task, - &iser_task->data[ISER_DIR_OUT]); + &iser_task->data[ISER_DIR_OUT], + DMA_TO_DEVICE); if (prot_count && is_rdma_prot_aligned) iser_dma_unmap_task_data(iser_task, - &iser_task->prot[ISER_DIR_OUT]); + &iser_task->prot[ISER_DIR_OUT], + DMA_TO_DEVICE); } } --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/ulp/iser/iser_memory.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/ulp/iser/iser_memory.c @@ -333,12 +333,13 @@ } void iser_dma_unmap_task_data(struct iscsi_iser_task *iser_task, - struct iser_data_buf *data) + struct iser_data_buf *data, + enum dma_data_direction dir) { struct ib_device *dev; dev = iser_task->ib_conn->device->ib_device; - ib_dma_unmap_sg(dev, data->buf, data->size, DMA_FROM_DEVICE); + ib_dma_unmap_sg(dev, data->buf, data->size, dir); } static int fall_to_bounce_buf(struct iscsi_iser_task *iser_task, @@ -358,7 +359,9 @@ iser_data_buf_dump(mem, ibdev); /* unmap the command data before accessing it */ - iser_dma_unmap_task_data(iser_task, mem); + iser_dma_unmap_task_data(iser_task, mem, + (cmd_dir == ISER_DIR_OUT) ? + DMA_TO_DEVICE : DMA_FROM_DEVICE); /* allocate copy buf, if we are writing, copy the */ /* unaligned scatterlist, dma map the copy */ --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/ulp/isert/ib_isert.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/ulp/isert/ib_isert.c @@ -41,6 +41,7 @@ static LIST_HEAD(device_list); static struct workqueue_struct *isert_rx_wq; static struct workqueue_struct *isert_comp_wq; +static struct workqueue_struct *isert_release_wq; static void isert_unmap_cmd(struct isert_cmd *isert_cmd, struct isert_conn *isert_conn); @@ -54,6 +55,21 @@ struct isert_rdma_wr *wr); static int isert_put_response(struct iscsi_conn *conn, struct iscsi_cmd *cmd); +static int +isert_rdma_post_recvl(struct isert_conn *isert_conn); +static int +isert_rdma_accept(struct isert_conn *isert_conn); +struct rdma_cm_id *isert_setup_id(struct isert_np *isert_np); + +static void isert_release_work(struct work_struct *work); + +static inline bool +isert_prot_cmd(struct isert_conn *conn, struct se_cmd *cmd) +{ + return (conn->pi_support && + cmd->prot_op != TARGET_PROT_NORMAL); +} + static void isert_qp_event_callback(struct ib_event *e, void *context) @@ -90,8 +106,7 @@ } static int -isert_conn_setup_qp(struct isert_conn *isert_conn, struct rdma_cm_id *cma_id, - u8 protection) +isert_conn_setup_qp(struct isert_conn *isert_conn, struct rdma_cm_id *cma_id) { struct isert_device *device = isert_conn->conn_device; struct ib_qp_init_attr attr; @@ -115,15 +130,18 @@ attr.cap.max_recv_wr = ISERT_QP_MAX_RECV_DTOS; /* * FIXME: Use devattr.max_sge - 2 for max_send_sge as - * work-around for RDMA_READ.. + * work-around for RDMA_READs with ConnectX-2. + * + * Also, still make sure to have at least two SGEs for + * outgoing control PDU responses. */ - attr.cap.max_send_sge = device->dev_attr.max_sge - 2; + attr.cap.max_send_sge = max(2, device->dev_attr.max_sge - 2); isert_conn->max_sge = attr.cap.max_send_sge; attr.cap.max_recv_sge = 1; attr.sq_sig_type = IB_SIGNAL_REQ_WR; attr.qp_type = IB_QPT_RC; - if (protection) + if (device->pi_capable) attr.create_flags |= IB_QP_CREATE_SIGNATURE_EN; pr_debug("isert_conn_setup_qp cma_id->device: %p\n", @@ -134,12 +152,18 @@ ret = rdma_create_qp(cma_id, isert_conn->conn_pd, &attr); if (ret) { pr_err("rdma_create_qp failed for cma_id %d\n", ret); - return ret; + goto err; } isert_conn->conn_qp = cma_id->qp; pr_debug("rdma_create_qp() returned success >>>>>>>>>>>>>>>>>>>>>>>>>.\n"); return 0; +err: + mutex_lock(&device_list_mutex); + device->cq_active_qps[min_index]--; + mutex_unlock(&device_list_mutex); + + return ret; } static void @@ -196,7 +220,7 @@ static void isert_free_rx_descriptors(struct isert_conn *isert_conn) { - struct ib_device *ib_dev = isert_conn->conn_cm_id->device; + struct ib_device *ib_dev = isert_conn->conn_device->ib_device; struct iser_rx_desc *rx_desc; int i; @@ -225,12 +249,16 @@ struct isert_cq_desc *cq_desc; struct ib_device_attr *dev_attr; int ret = 0, i, j; + int max_rx_cqe, max_tx_cqe; dev_attr = &device->dev_attr; ret = isert_query_device(ib_dev, dev_attr); if (ret) return ret; + max_rx_cqe = min(ISER_MAX_RX_CQ_LEN, dev_attr->max_cqe); + max_tx_cqe = min(ISER_MAX_TX_CQ_LEN, dev_attr->max_cqe); + /* asign function handlers */ if (dev_attr->device_cap_flags & IB_DEVICE_MEM_MGT_EXTENSIONS && dev_attr->device_cap_flags & IB_DEVICE_SIGNATURE_HANDOVER) { @@ -272,7 +300,7 @@ isert_cq_rx_callback, isert_cq_event_callback, (void *)&cq_desc[i], - ISER_MAX_RX_CQ_LEN, i); + max_rx_cqe, i); if (IS_ERR(device->dev_rx_cq[i])) { ret = PTR_ERR(device->dev_rx_cq[i]); device->dev_rx_cq[i] = NULL; @@ -284,7 +312,7 @@ isert_cq_tx_callback, isert_cq_event_callback, (void *)&cq_desc[i], - ISER_MAX_TX_CQ_LEN, i); + max_tx_cqe, i); if (IS_ERR(device->dev_tx_cq[i])) { ret = PTR_ERR(device->dev_tx_cq[i]); device->dev_tx_cq[i] = NULL; @@ -423,8 +451,68 @@ } static int +isert_create_pi_ctx(struct fast_reg_descriptor *desc, + struct ib_device *device, + struct ib_pd *pd) +{ + struct ib_mr_init_attr mr_init_attr; + struct pi_context *pi_ctx; + int ret; + + pi_ctx = kzalloc(sizeof(*desc->pi_ctx), GFP_KERNEL); + if (!pi_ctx) { + pr_err("Failed to allocate pi context\n"); + return -ENOMEM; + } + + pi_ctx->prot_frpl = ib_alloc_fast_reg_page_list(device, + ISCSI_ISER_SG_TABLESIZE); + if (IS_ERR(pi_ctx->prot_frpl)) { + pr_err("Failed to allocate prot frpl err=%ld\n", + PTR_ERR(pi_ctx->prot_frpl)); + ret = PTR_ERR(pi_ctx->prot_frpl); + goto err_pi_ctx; + } + + pi_ctx->prot_mr = ib_alloc_fast_reg_mr(pd, ISCSI_ISER_SG_TABLESIZE); + if (IS_ERR(pi_ctx->prot_mr)) { + pr_err("Failed to allocate prot frmr err=%ld\n", + PTR_ERR(pi_ctx->prot_mr)); + ret = PTR_ERR(pi_ctx->prot_mr); + goto err_prot_frpl; + } + desc->ind |= ISERT_PROT_KEY_VALID; + + memset(&mr_init_attr, 0, sizeof(mr_init_attr)); + mr_init_attr.max_reg_descriptors = 2; + mr_init_attr.flags |= IB_MR_SIGNATURE_EN; + pi_ctx->sig_mr = ib_create_mr(pd, &mr_init_attr); + if (IS_ERR(pi_ctx->sig_mr)) { + pr_err("Failed to allocate signature enabled mr err=%ld\n", + PTR_ERR(pi_ctx->sig_mr)); + ret = PTR_ERR(pi_ctx->sig_mr); + goto err_prot_mr; + } + + desc->pi_ctx = pi_ctx; + desc->ind |= ISERT_SIG_KEY_VALID; + desc->ind &= ~ISERT_PROTECTED; + + return 0; + +err_prot_mr: + ib_dereg_mr(desc->pi_ctx->prot_mr); +err_prot_frpl: + ib_free_fast_reg_page_list(desc->pi_ctx->prot_frpl); +err_pi_ctx: + kfree(desc->pi_ctx); + + return ret; +} + +static int isert_create_fr_desc(struct ib_device *ib_device, struct ib_pd *pd, - struct fast_reg_descriptor *fr_desc, u8 protection) + struct fast_reg_descriptor *fr_desc) { int ret; @@ -443,62 +531,12 @@ ret = PTR_ERR(fr_desc->data_mr); goto err_data_frpl; } - pr_debug("Create fr_desc %p page_list %p\n", - fr_desc, fr_desc->data_frpl->page_list); fr_desc->ind |= ISERT_DATA_KEY_VALID; - if (protection) { - struct ib_mr_init_attr mr_init_attr = {0}; - struct pi_context *pi_ctx; - - fr_desc->pi_ctx = kzalloc(sizeof(*fr_desc->pi_ctx), GFP_KERNEL); - if (!fr_desc->pi_ctx) { - pr_err("Failed to allocate pi context\n"); - ret = -ENOMEM; - goto err_data_mr; - } - pi_ctx = fr_desc->pi_ctx; - - pi_ctx->prot_frpl = ib_alloc_fast_reg_page_list(ib_device, - ISCSI_ISER_SG_TABLESIZE); - if (IS_ERR(pi_ctx->prot_frpl)) { - pr_err("Failed to allocate prot frpl err=%ld\n", - PTR_ERR(pi_ctx->prot_frpl)); - ret = PTR_ERR(pi_ctx->prot_frpl); - goto err_pi_ctx; - } - - pi_ctx->prot_mr = ib_alloc_fast_reg_mr(pd, ISCSI_ISER_SG_TABLESIZE); - if (IS_ERR(pi_ctx->prot_mr)) { - pr_err("Failed to allocate prot frmr err=%ld\n", - PTR_ERR(pi_ctx->prot_mr)); - ret = PTR_ERR(pi_ctx->prot_mr); - goto err_prot_frpl; - } - fr_desc->ind |= ISERT_PROT_KEY_VALID; - - mr_init_attr.max_reg_descriptors = 2; - mr_init_attr.flags |= IB_MR_SIGNATURE_EN; - pi_ctx->sig_mr = ib_create_mr(pd, &mr_init_attr); - if (IS_ERR(pi_ctx->sig_mr)) { - pr_err("Failed to allocate signature enabled mr err=%ld\n", - PTR_ERR(pi_ctx->sig_mr)); - ret = PTR_ERR(pi_ctx->sig_mr); - goto err_prot_mr; - } - fr_desc->ind |= ISERT_SIG_KEY_VALID; - } - fr_desc->ind &= ~ISERT_PROTECTED; + pr_debug("Created fr_desc %p\n", fr_desc); return 0; -err_prot_mr: - ib_dereg_mr(fr_desc->pi_ctx->prot_mr); -err_prot_frpl: - ib_free_fast_reg_page_list(fr_desc->pi_ctx->prot_frpl); -err_pi_ctx: - kfree(fr_desc->pi_ctx); -err_data_mr: - ib_dereg_mr(fr_desc->data_mr); + err_data_frpl: ib_free_fast_reg_page_list(fr_desc->data_frpl); @@ -506,7 +544,7 @@ } static int -isert_conn_create_fastreg_pool(struct isert_conn *isert_conn, u8 pi_support) +isert_conn_create_fastreg_pool(struct isert_conn *isert_conn) { struct fast_reg_descriptor *fr_desc; struct isert_device *device = isert_conn->conn_device; @@ -530,8 +568,7 @@ } ret = isert_create_fr_desc(device->ib_device, - isert_conn->conn_pd, fr_desc, - pi_support); + isert_conn->conn_pd, fr_desc); if (ret) { pr_err("Failed to create fastreg descriptor err=%d\n", ret); @@ -556,13 +593,12 @@ static int isert_connect_request(struct rdma_cm_id *cma_id, struct rdma_cm_event *event) { - struct iscsi_np *np = cma_id->context; - struct isert_np *isert_np = np->np_context; + struct isert_np *isert_np = cma_id->context; + struct iscsi_np *np = isert_np->np; struct isert_conn *isert_conn; struct isert_device *device; struct ib_device *ib_dev = cma_id->device; int ret = 0; - u8 pi_support; spin_lock_bh(&np->np_thread_lock); if (!np->enabled) { @@ -583,15 +619,15 @@ isert_conn->state = ISER_CONN_INIT; INIT_LIST_HEAD(&isert_conn->conn_accept_node); init_completion(&isert_conn->conn_login_comp); + init_completion(&isert_conn->login_req_comp); init_completion(&isert_conn->conn_wait); init_completion(&isert_conn->conn_wait_comp_err); kref_init(&isert_conn->conn_kref); - kref_get(&isert_conn->conn_kref); mutex_init(&isert_conn->conn_mutex); spin_lock_init(&isert_conn->conn_lock); INIT_LIST_HEAD(&isert_conn->conn_fr_pool); + INIT_WORK(&isert_conn->release_work, isert_release_work); - cma_id->context = isert_conn; isert_conn->conn_cm_id = cma_id; isert_conn->responder_resources = event->param.conn.responder_resources; isert_conn->initiator_depth = event->param.conn.initiator_depth; @@ -661,15 +697,15 @@ goto out_mr; } - pi_support = np->tpg_np->tpg->tpg_attrib.t10_pi; - if (pi_support && !device->pi_capable) { - pr_err("Protection information requested but not supported, " - "rejecting connect request\n"); - ret = rdma_reject(cma_id, NULL, 0); - goto out_mr; - } + ret = isert_conn_setup_qp(isert_conn, cma_id); + if (ret) + goto out_conn_dev; + + ret = isert_rdma_post_recvl(isert_conn); + if (ret) + goto out_conn_dev; - ret = isert_conn_setup_qp(isert_conn, cma_id, pi_support); + ret = isert_rdma_accept(isert_conn); if (ret) goto out_conn_dev; @@ -697,14 +733,15 @@ kfree(isert_conn->login_buf); out: kfree(isert_conn); + rdma_reject(cma_id, NULL, 0); return ret; } static void isert_connect_release(struct isert_conn *isert_conn) { - struct ib_device *ib_dev = isert_conn->conn_cm_id->device; struct isert_device *device = isert_conn->conn_device; + struct ib_device *ib_dev = device->ib_device; int cq_index; pr_debug("Entering isert_connect_release(): >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n"); @@ -712,18 +749,21 @@ if (device && device->use_fastreg) isert_conn_free_fastreg_pool(isert_conn); + isert_free_rx_descriptors(isert_conn); + if (isert_conn->conn_cm_id) + rdma_destroy_id(isert_conn->conn_cm_id); + if (isert_conn->conn_qp) { cq_index = ((struct isert_cq_desc *) isert_conn->conn_qp->recv_cq->cq_context)->cq_index; pr_debug("isert_connect_release: cq_index: %d\n", cq_index); + mutex_lock(&device_list_mutex); isert_conn->conn_device->cq_active_qps[cq_index]--; + mutex_unlock(&device_list_mutex); - rdma_destroy_qp(isert_conn->conn_cm_id); + ib_destroy_qp(isert_conn->conn_qp); } - isert_free_rx_descriptors(isert_conn); - rdma_destroy_id(isert_conn->conn_cm_id); - ib_dereg_mr(isert_conn->conn_mr); ib_dealloc_pd(isert_conn->conn_pd); @@ -746,7 +786,19 @@ static void isert_connected_handler(struct rdma_cm_id *cma_id) { - return; + struct isert_conn *isert_conn = cma_id->qp->qp_context; + + pr_info("conn %p\n", isert_conn); + + if (!kref_get_unless_zero(&isert_conn->conn_kref)) { + pr_warn("conn %p connect_release is running\n", isert_conn); + return; + } + + mutex_lock(&isert_conn->conn_mutex); + if (isert_conn->state != ISER_CONN_FULL_FEATURE) + isert_conn->state = ISER_CONN_UP; + mutex_unlock(&isert_conn->conn_mutex); } static void @@ -767,55 +819,125 @@ kref_put(&isert_conn->conn_kref, isert_release_conn_kref); } +/** + * isert_conn_terminate() - Initiate connection termination + * @isert_conn: isert connection struct + * + * Notes: + * In case the connection state is FULL_FEATURE, move state + * to TEMINATING and start teardown sequence (rdma_disconnect). + * In case the connection state is UP, complete flush as well. + * + * This routine must be called with conn_mutex held. Thus it is + * safe to call multiple times. + */ static void -isert_disconnect_work(struct work_struct *work) +isert_conn_terminate(struct isert_conn *isert_conn) { - struct isert_conn *isert_conn = container_of(work, - struct isert_conn, conn_logout_work); + int err; - pr_debug("isert_disconnect_work(): >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n"); - mutex_lock(&isert_conn->conn_mutex); - if (isert_conn->state == ISER_CONN_UP) + switch (isert_conn->state) { + case ISER_CONN_TERMINATING: + break; + case ISER_CONN_UP: + /* + * No flush completions will occur as we didn't + * get to ISER_CONN_FULL_FEATURE yet, complete + * to allow teardown progress. + */ + complete(&isert_conn->conn_wait_comp_err); + case ISER_CONN_FULL_FEATURE: /* FALLTHRU */ + pr_info("Terminating conn %p state %d\n", + isert_conn, isert_conn->state); isert_conn->state = ISER_CONN_TERMINATING; - - if (isert_conn->post_recv_buf_count == 0 && - atomic_read(&isert_conn->post_send_buf_count) == 0) { - mutex_unlock(&isert_conn->conn_mutex); - goto wake_up; - } - if (!isert_conn->conn_cm_id) { - mutex_unlock(&isert_conn->conn_mutex); - isert_put_conn(isert_conn); - return; + err = rdma_disconnect(isert_conn->conn_cm_id); + if (err) + pr_warn("Failed rdma_disconnect isert_conn %p\n", + isert_conn); + break; + default: + pr_warn("conn %p teminating in state %d\n", + isert_conn, isert_conn->state); } +} - if (isert_conn->disconnect) { - /* Send DREQ/DREP towards our initiator */ - rdma_disconnect(isert_conn->conn_cm_id); +static int +isert_np_cma_handler(struct isert_np *isert_np, + enum rdma_cm_event_type event) +{ + pr_debug("isert np %p, handling event %d\n", isert_np, event); + + switch (event) { + case RDMA_CM_EVENT_DEVICE_REMOVAL: + isert_np->np_cm_id = NULL; + break; + case RDMA_CM_EVENT_ADDR_CHANGE: + isert_np->np_cm_id = isert_setup_id(isert_np); + if (IS_ERR(isert_np->np_cm_id)) { + pr_err("isert np %p setup id failed: %ld\n", + isert_np, PTR_ERR(isert_np->np_cm_id)); + isert_np->np_cm_id = NULL; + } + break; + default: + pr_err("isert np %p Unexpected event %d\n", + isert_np, event); } + return -1; +} + +static int +isert_disconnected_handler(struct rdma_cm_id *cma_id, + enum rdma_cm_event_type event) +{ + struct isert_np *isert_np = cma_id->context; + struct isert_conn *isert_conn; + bool terminating = false; + + if (isert_np->np_cm_id == cma_id) + return isert_np_cma_handler(cma_id->context, event); + + isert_conn = cma_id->qp->qp_context; + + mutex_lock(&isert_conn->conn_mutex); + terminating = (isert_conn->state == ISER_CONN_TERMINATING); + isert_conn_terminate(isert_conn); mutex_unlock(&isert_conn->conn_mutex); -wake_up: + pr_info("conn %p completing conn_wait\n", isert_conn); complete(&isert_conn->conn_wait); - isert_put_conn(isert_conn); + + if (terminating) + goto out; + + mutex_lock(&isert_np->np_accept_mutex); + if (!list_empty(&isert_conn->conn_accept_node)) { + list_del_init(&isert_conn->conn_accept_node); + isert_put_conn(isert_conn); + queue_work(isert_release_wq, &isert_conn->release_work); + } + mutex_unlock(&isert_np->np_accept_mutex); + +out: + return 0; } -static void -isert_disconnected_handler(struct rdma_cm_id *cma_id, bool disconnect) +static int +isert_connect_error(struct rdma_cm_id *cma_id) { - struct isert_conn *isert_conn = (struct isert_conn *)cma_id->context; + struct isert_conn *isert_conn = cma_id->qp->qp_context; + + isert_conn->conn_cm_id = NULL; + isert_put_conn(isert_conn); - isert_conn->disconnect = disconnect; - INIT_WORK(&isert_conn->conn_logout_work, isert_disconnect_work); - schedule_work(&isert_conn->conn_logout_work); + return -1; } static int isert_cma_handler(struct rdma_cm_id *cma_id, struct rdma_cm_event *event) { int ret = 0; - bool disconnect = false; pr_debug("isert_cma_handler: event %d status %d conn %p id %p\n", event->event, event->status, cma_id->context, cma_id); @@ -823,6 +945,9 @@ switch (event->event) { case RDMA_CM_EVENT_CONNECT_REQUEST: ret = isert_connect_request(cma_id, event); + if (ret) + pr_err("isert_cma_handler failed RDMA_CM_EVENT: 0x%08x %d\n", + event->event, ret); break; case RDMA_CM_EVENT_ESTABLISHED: isert_connected_handler(cma_id); @@ -830,22 +955,19 @@ case RDMA_CM_EVENT_ADDR_CHANGE: /* FALLTHRU */ case RDMA_CM_EVENT_DISCONNECTED: /* FALLTHRU */ case RDMA_CM_EVENT_DEVICE_REMOVAL: /* FALLTHRU */ - disconnect = true; case RDMA_CM_EVENT_TIMEWAIT_EXIT: /* FALLTHRU */ - isert_disconnected_handler(cma_id, disconnect); + ret = isert_disconnected_handler(cma_id, event->event); break; + case RDMA_CM_EVENT_REJECTED: /* FALLTHRU */ + case RDMA_CM_EVENT_UNREACHABLE: /* FALLTHRU */ case RDMA_CM_EVENT_CONNECT_ERROR: + ret = isert_connect_error(cma_id); + break; default: pr_err("Unhandled RDMA CMA event: %d\n", event->event); break; } - if (ret != 0) { - pr_err("isert_cma_handler failed RDMA_CM_EVENT: 0x%08x %d\n", - event->event, ret); - dump_stack(); - } - return ret; } @@ -974,7 +1096,7 @@ * bit for every ISERT_COMP_BATCH_COUNT number of ib_post_send() calls. */ mutex_lock(&isert_conn->conn_mutex); - if (coalesce && isert_conn->state == ISER_CONN_UP && + if (coalesce && isert_conn->state == ISER_CONN_FULL_FEATURE && ++isert_conn->conn_comp_batch < ISERT_COMP_BATCH_COUNT) { tx_desc->llnode_active = true; llist_add(&tx_desc->comp_llnode, &isert_conn->conn_comp_llist); @@ -1055,11 +1177,7 @@ if (login->login_complete) { if (!conn->sess->sess_ops->SessionType && isert_conn->conn_device->use_fastreg) { - /* Normal Session and fastreg is used */ - u8 pi_support = login->np->tpg_np->tpg->tpg_attrib.t10_pi; - - ret = isert_conn_create_fastreg_pool(isert_conn, - pi_support); + ret = isert_conn_create_fastreg_pool(isert_conn); if (ret) { pr_err("Conn: %p failed to create" " fastreg pool\n", isert_conn); @@ -1075,7 +1193,10 @@ if (ret) return ret; - isert_conn->state = ISER_CONN_UP; + /* Now we are in FULL_FEATURE phase */ + mutex_lock(&isert_conn->conn_mutex); + isert_conn->state = ISER_CONN_FULL_FEATURE; + mutex_unlock(&isert_conn->conn_mutex); goto post_send; } @@ -1092,18 +1213,17 @@ } static void -isert_rx_login_req(struct iser_rx_desc *rx_desc, int rx_buflen, - struct isert_conn *isert_conn) +isert_rx_login_req(struct isert_conn *isert_conn) { + struct iser_rx_desc *rx_desc = (void *)isert_conn->login_req_buf; + int rx_buflen = isert_conn->login_req_len; struct iscsi_conn *conn = isert_conn->conn; struct iscsi_login *login = conn->conn_login; int size; - if (!login) { - pr_err("conn->conn_login is NULL\n"); - dump_stack(); - return; - } + pr_info("conn %p\n", isert_conn); + + WARN_ON_ONCE(!login); if (login->first_request) { struct iscsi_login_req *login_req = @@ -1466,11 +1586,20 @@ hdr->opcode, hdr->itt, hdr->flags, (int)(xfer_len - ISER_HEADERS_LEN)); - if ((char *)desc == isert_conn->login_req_buf) - isert_rx_login_req(desc, xfer_len - ISER_HEADERS_LEN, - isert_conn); - else + if ((char *)desc == isert_conn->login_req_buf) { + isert_conn->login_req_len = xfer_len - ISER_HEADERS_LEN; + if (isert_conn->conn) { + struct iscsi_login *login = isert_conn->conn->conn_login; + + if (login && !login->first_request) + isert_rx_login_req(isert_conn); + } + mutex_lock(&isert_conn->conn_mutex); + complete(&isert_conn->login_req_comp); + mutex_unlock(&isert_conn->conn_mutex); + } else { isert_rx_do_work(desc, isert_conn); + } ib_dma_sync_single_for_device(ib_dev, rx_dma, rx_buflen, DMA_FROM_DEVICE); @@ -1790,11 +1919,13 @@ cmd->i_state = ISTATE_RECEIVED_LAST_DATAOUT; spin_unlock_bh(&cmd->istate_lock); - if (ret) + if (ret) { + target_put_sess_cmd(se_cmd->se_sess, se_cmd); transport_send_check_condition_and_sense(se_cmd, se_cmd->pi_err, 0); - else + } else { target_execute_cmd(se_cmd); + } } static void @@ -2029,7 +2160,7 @@ msleep(3000); mutex_lock(&isert_conn->conn_mutex); - isert_conn->state = ISER_CONN_DOWN; + isert_conn_terminate(isert_conn); mutex_unlock(&isert_conn->conn_mutex); iscsit_cause_connection_reinstatement(isert_conn->conn, 0); @@ -2183,7 +2314,7 @@ isert_cmd->tx_desc.num_sge = 2; } - isert_init_send_wr(isert_conn, isert_cmd, send_wr, true); + isert_init_send_wr(isert_conn, isert_cmd, send_wr, false); pr_debug("Posting SCSI Response IB_WR_SEND >>>>>>>>>>>>>>>>>>>>>>\n"); @@ -2214,8 +2345,16 @@ struct isert_conn *isert_conn = (struct isert_conn *)conn->context; struct isert_device *device = isert_conn->conn_device; - if (device->pi_capable) - return TARGET_PROT_ALL; + if (conn->tpg->tpg_attrib.t10_pi) { + if (device->pi_capable) { + pr_info("conn %p PI offload enabled\n", isert_conn); + isert_conn->pi_support = true; + return TARGET_PROT_ALL; + } + } + + pr_info("conn %p PI offload disabled\n", isert_conn); + isert_conn->pi_support = false; return TARGET_PROT_NORMAL; } @@ -2365,7 +2504,6 @@ page_off = offset % PAGE_SIZE; send_wr->sg_list = ib_sge; - send_wr->num_sge = sg_nents; send_wr->wr_id = (unsigned long)&isert_cmd->tx_desc; /* * Perform mapping of TCM scatterlist memory ib_sge dma_addr. @@ -2384,14 +2522,17 @@ ib_sge->addr, ib_sge->length, ib_sge->lkey); page_off = 0; data_left -= ib_sge->length; + if (!data_left) + break; ib_sge++; pr_debug("Incrementing ib_sge pointer to %p\n", ib_sge); } + send_wr->num_sge = ++i; pr_debug("Set outgoing sg_list: %p num_sg: %u from TCM SGLs\n", send_wr->sg_list, send_wr->num_sge); - return sg_nents; + return send_wr->num_sge; } static int @@ -2677,10 +2818,10 @@ } static int -isert_reg_sig_mr(struct isert_conn *isert_conn, struct se_cmd *se_cmd, - struct fast_reg_descriptor *fr_desc, - struct ib_sge *data_sge, struct ib_sge *prot_sge, - struct ib_sge *sig_sge) +isert_reg_sig_mr(struct isert_conn *isert_conn, + struct se_cmd *se_cmd, + struct isert_rdma_wr *rdma_wr, + struct fast_reg_descriptor *fr_desc) { struct ib_send_wr sig_wr, inv_wr; struct ib_send_wr *bad_wr, *wr = NULL; @@ -2710,13 +2851,13 @@ memset(&sig_wr, 0, sizeof(sig_wr)); sig_wr.opcode = IB_WR_REG_SIG_MR; sig_wr.wr_id = ISER_FASTREG_LI_WRID; - sig_wr.sg_list = data_sge; + sig_wr.sg_list = &rdma_wr->ib_sg[DATA]; sig_wr.num_sge = 1; sig_wr.wr.sig_handover.access_flags = IB_ACCESS_LOCAL_WRITE; sig_wr.wr.sig_handover.sig_attrs = &sig_attrs; sig_wr.wr.sig_handover.sig_mr = pi_ctx->sig_mr; if (se_cmd->t_prot_sg) - sig_wr.wr.sig_handover.prot = prot_sge; + sig_wr.wr.sig_handover.prot = &rdma_wr->ib_sg[PROT]; if (!wr) wr = &sig_wr; @@ -2730,34 +2871,93 @@ } fr_desc->ind &= ~ISERT_SIG_KEY_VALID; - sig_sge->lkey = pi_ctx->sig_mr->lkey; - sig_sge->addr = 0; - sig_sge->length = se_cmd->data_length; + rdma_wr->ib_sg[SIG].lkey = pi_ctx->sig_mr->lkey; + rdma_wr->ib_sg[SIG].addr = 0; + rdma_wr->ib_sg[SIG].length = se_cmd->data_length; if (se_cmd->prot_op != TARGET_PROT_DIN_STRIP && se_cmd->prot_op != TARGET_PROT_DOUT_INSERT) /* * We have protection guards on the wire * so we need to set a larget transfer */ - sig_sge->length += se_cmd->prot_length; + rdma_wr->ib_sg[SIG].length += se_cmd->prot_length; pr_debug("sig_sge: addr: 0x%llx length: %u lkey: %x\n", - sig_sge->addr, sig_sge->length, - sig_sge->lkey); + rdma_wr->ib_sg[SIG].addr, rdma_wr->ib_sg[SIG].length, + rdma_wr->ib_sg[SIG].lkey); err: return ret; } static int +isert_handle_prot_cmd(struct isert_conn *isert_conn, + struct isert_cmd *isert_cmd, + struct isert_rdma_wr *wr) +{ + struct isert_device *device = isert_conn->conn_device; + struct se_cmd *se_cmd = &isert_cmd->iscsi_cmd->se_cmd; + int ret; + + if (!wr->fr_desc->pi_ctx) { + ret = isert_create_pi_ctx(wr->fr_desc, + device->ib_device, + isert_conn->conn_pd); + if (ret) { + pr_err("conn %p failed to allocate pi_ctx\n", + isert_conn); + return ret; + } + } + + if (se_cmd->t_prot_sg) { + ret = isert_map_data_buf(isert_conn, isert_cmd, + se_cmd->t_prot_sg, + se_cmd->t_prot_nents, + se_cmd->prot_length, + 0, wr->iser_ib_op, &wr->prot); + if (ret) { + pr_err("conn %p failed to map protection buffer\n", + isert_conn); + return ret; + } + + memset(&wr->ib_sg[PROT], 0, sizeof(wr->ib_sg[PROT])); + ret = isert_fast_reg_mr(isert_conn, wr->fr_desc, &wr->prot, + ISERT_PROT_KEY_VALID, &wr->ib_sg[PROT]); + if (ret) { + pr_err("conn %p failed to fast reg mr\n", + isert_conn); + goto unmap_prot_cmd; + } + } + + ret = isert_reg_sig_mr(isert_conn, se_cmd, wr, wr->fr_desc); + if (ret) { + pr_err("conn %p failed to fast reg mr\n", + isert_conn); + goto unmap_prot_cmd; + } + wr->fr_desc->ind |= ISERT_PROTECTED; + + return 0; + +unmap_prot_cmd: + if (se_cmd->t_prot_sg) + isert_unmap_data_buf(isert_conn, &wr->prot); + + return ret; +} + +static int isert_reg_rdma(struct iscsi_conn *conn, struct iscsi_cmd *cmd, struct isert_rdma_wr *wr) { struct se_cmd *se_cmd = &cmd->se_cmd; struct isert_cmd *isert_cmd = iscsit_priv_cmd(cmd); struct isert_conn *isert_conn = conn->context; - struct ib_sge data_sge; - struct ib_send_wr *send_wr; struct fast_reg_descriptor *fr_desc = NULL; + struct ib_send_wr *send_wr; + struct ib_sge *ib_sg; u32 offset; int ret = 0; unsigned long flags; @@ -2771,8 +2971,7 @@ if (ret) return ret; - if (wr->data.dma_nents != 1 || - se_cmd->prot_op != TARGET_PROT_NORMAL) { + if (wr->data.dma_nents != 1 || isert_prot_cmd(isert_conn, se_cmd)) { spin_lock_irqsave(&isert_conn->conn_lock, flags); fr_desc = list_first_entry(&isert_conn->conn_fr_pool, struct fast_reg_descriptor, list); @@ -2782,38 +2981,21 @@ } ret = isert_fast_reg_mr(isert_conn, fr_desc, &wr->data, - ISERT_DATA_KEY_VALID, &data_sge); + ISERT_DATA_KEY_VALID, &wr->ib_sg[DATA]); if (ret) goto unmap_cmd; - if (se_cmd->prot_op != TARGET_PROT_NORMAL) { - struct ib_sge prot_sge, sig_sge; - - if (se_cmd->t_prot_sg) { - ret = isert_map_data_buf(isert_conn, isert_cmd, - se_cmd->t_prot_sg, - se_cmd->t_prot_nents, - se_cmd->prot_length, - 0, wr->iser_ib_op, &wr->prot); - if (ret) - goto unmap_cmd; - - ret = isert_fast_reg_mr(isert_conn, fr_desc, &wr->prot, - ISERT_PROT_KEY_VALID, &prot_sge); - if (ret) - goto unmap_prot_cmd; - } - - ret = isert_reg_sig_mr(isert_conn, se_cmd, fr_desc, - &data_sge, &prot_sge, &sig_sge); + if (isert_prot_cmd(isert_conn, se_cmd)) { + ret = isert_handle_prot_cmd(isert_conn, isert_cmd, wr); if (ret) - goto unmap_prot_cmd; + goto unmap_cmd; - fr_desc->ind |= ISERT_PROTECTED; - memcpy(&wr->s_ib_sge, &sig_sge, sizeof(sig_sge)); - } else - memcpy(&wr->s_ib_sge, &data_sge, sizeof(data_sge)); + ib_sg = &wr->ib_sg[SIG]; + } else { + ib_sg = &wr->ib_sg[DATA]; + } + memcpy(&wr->s_ib_sge, ib_sg, sizeof(*ib_sg)); wr->ib_sge = &wr->s_ib_sge; wr->send_wr_num = 1; memset(&wr->s_send_wr, 0, sizeof(*send_wr)); @@ -2828,7 +3010,7 @@ send_wr->opcode = IB_WR_RDMA_WRITE; send_wr->wr.rdma.remote_addr = isert_cmd->read_va; send_wr->wr.rdma.rkey = isert_cmd->read_stag; - send_wr->send_flags = se_cmd->prot_op == TARGET_PROT_NORMAL ? + send_wr->send_flags = !isert_prot_cmd(isert_conn, se_cmd) ? 0 : IB_SEND_SIGNALED; } else { send_wr->opcode = IB_WR_RDMA_READ; @@ -2838,9 +3020,7 @@ } return 0; -unmap_prot_cmd: - if (se_cmd->t_prot_sg) - isert_unmap_data_buf(isert_conn, &wr->prot); + unmap_cmd: if (fr_desc) { spin_lock_irqsave(&isert_conn->conn_lock, flags); @@ -2872,7 +3052,7 @@ return rc; } - if (se_cmd->prot_op == TARGET_PROT_NORMAL) { + if (!isert_prot_cmd(isert_conn, se_cmd)) { /* * Build isert_conn->tx_desc for iSCSI response PDU and attach */ @@ -2882,7 +3062,7 @@ &isert_cmd->tx_desc.iscsi_header); isert_init_tx_hdrs(isert_conn, &isert_cmd->tx_desc); isert_init_send_wr(isert_conn, isert_cmd, - &isert_cmd->tx_desc.send_wr, true); + &isert_cmd->tx_desc.send_wr, false); isert_cmd->rdma_wr.s_send_wr.next = &isert_cmd->tx_desc.send_wr; wr->send_wr_num += 1; } @@ -2895,7 +3075,7 @@ atomic_sub(wr->send_wr_num, &isert_conn->post_send_buf_count); } - if (se_cmd->prot_op == TARGET_PROT_NORMAL) + if (!isert_prot_cmd(isert_conn, se_cmd)) pr_debug("Cmd: %p posted RDMA_WRITE + Response for iSER Data " "READ\n", isert_cmd); else @@ -2941,9 +3121,16 @@ static int isert_immediate_queue(struct iscsi_conn *conn, struct iscsi_cmd *cmd, int state) { - int ret; + struct isert_cmd *isert_cmd = iscsit_priv_cmd(cmd); + int ret = 0; switch (state) { + case ISTATE_REMOVE: + spin_lock_bh(&conn->cmd_lock); + list_del_init(&cmd->i_conn_node); + spin_unlock_bh(&conn->cmd_lock); + isert_put_cmd(isert_cmd, true); + break; case ISTATE_SEND_NOPIN_WANT_RESPONSE: ret = isert_put_nopin(cmd, conn, false); break; @@ -2997,13 +3184,51 @@ return ret; } +struct rdma_cm_id * +isert_setup_id(struct isert_np *isert_np) +{ + struct iscsi_np *np = isert_np->np; + struct rdma_cm_id *id; + struct sockaddr *sa; + int ret; + + sa = (struct sockaddr *)&np->np_sockaddr; + pr_debug("ksockaddr: %p, sa: %p\n", &np->np_sockaddr, sa); + + id = rdma_create_id(isert_cma_handler, isert_np, + RDMA_PS_TCP, IB_QPT_RC); + if (IS_ERR(id)) { + pr_err("rdma_create_id() failed: %ld\n", PTR_ERR(id)); + ret = PTR_ERR(id); + goto out; + } + pr_debug("id %p context %p\n", id, id->context); + + ret = rdma_bind_addr(id, sa); + if (ret) { + pr_err("rdma_bind_addr() failed: %d\n", ret); + goto out_id; + } + + ret = rdma_listen(id, ISERT_RDMA_LISTEN_BACKLOG); + if (ret) { + pr_err("rdma_listen() failed: %d\n", ret); + goto out_id; + } + + return id; +out_id: + rdma_destroy_id(id); +out: + return ERR_PTR(ret); +} + static int isert_setup_np(struct iscsi_np *np, struct __kernel_sockaddr_storage *ksockaddr) { struct isert_np *isert_np; struct rdma_cm_id *isert_lid; - struct sockaddr *sa; int ret; isert_np = kzalloc(sizeof(struct isert_np), GFP_KERNEL); @@ -3015,9 +3240,8 @@ mutex_init(&isert_np->np_accept_mutex); INIT_LIST_HEAD(&isert_np->np_accept_list); init_completion(&isert_np->np_login_comp); + isert_np->np = np; - sa = (struct sockaddr *)ksockaddr; - pr_debug("ksockaddr: %p, sa: %p\n", ksockaddr, sa); /* * Setup the np->np_sockaddr from the passed sockaddr setup * in iscsi_target_configfs.c code.. @@ -3025,37 +3249,20 @@ memcpy(&np->np_sockaddr, ksockaddr, sizeof(struct __kernel_sockaddr_storage)); - isert_lid = rdma_create_id(isert_cma_handler, np, RDMA_PS_TCP, - IB_QPT_RC); + isert_lid = isert_setup_id(isert_np); if (IS_ERR(isert_lid)) { - pr_err("rdma_create_id() for isert_listen_handler failed: %ld\n", - PTR_ERR(isert_lid)); ret = PTR_ERR(isert_lid); goto out; } - ret = rdma_bind_addr(isert_lid, sa); - if (ret) { - pr_err("rdma_bind_addr() for isert_lid failed: %d\n", ret); - goto out_lid; - } - - ret = rdma_listen(isert_lid, ISERT_RDMA_LISTEN_BACKLOG); - if (ret) { - pr_err("rdma_listen() for isert_lid failed: %d\n", ret); - goto out_lid; - } - isert_np->np_cm_id = isert_lid; np->np_context = isert_np; - pr_debug("Setup isert_lid->context: %p\n", isert_lid->context); return 0; -out_lid: - rdma_destroy_id(isert_lid); out: kfree(isert_np); + return ret; } @@ -3091,7 +3298,15 @@ struct isert_conn *isert_conn = (struct isert_conn *)conn->context; int ret; - pr_debug("isert_get_login_rx before conn_login_comp conn: %p\n", conn); + pr_info("before login_req comp conn: %p\n", isert_conn); + ret = wait_for_completion_interruptible(&isert_conn->login_req_comp); + if (ret) { + pr_err("isert_conn %p interrupted before got login req\n", + isert_conn); + return ret; + } + reinit_completion(&isert_conn->login_req_comp); + /* * For login requests after the first PDU, isert_rx_login_req() will * kick schedule_delayed_work(&conn->login_work) as the packet is @@ -3101,11 +3316,15 @@ if (!login->first_request) return 0; + isert_rx_login_req(isert_conn); + + pr_info("before conn_login_comp conn: %p\n", conn); ret = wait_for_completion_interruptible(&isert_conn->conn_login_comp); if (ret) return ret; - pr_debug("isert_get_login_rx processing login->req: %p\n", login->req); + pr_info("processing login->req: %p\n", login->req); + return 0; } @@ -3183,17 +3402,10 @@ isert_conn->conn = conn; max_accept = 0; - ret = isert_rdma_post_recvl(isert_conn); - if (ret) - return ret; - - ret = isert_rdma_accept(isert_conn); - if (ret) - return ret; - isert_set_conn_info(np, conn, isert_conn); - pr_debug("Processing isert_accept_np: isert_conn: %p\n", isert_conn); + pr_debug("Processing isert_conn: %p\n", isert_conn); + return 0; } @@ -3202,12 +3414,31 @@ { struct isert_np *isert_np = (struct isert_np *)np->np_context; - rdma_destroy_id(isert_np->np_cm_id); + if (isert_np->np_cm_id) + rdma_destroy_id(isert_np->np_cm_id); np->np_context = NULL; kfree(isert_np); } +static void isert_release_work(struct work_struct *work) +{ + struct isert_conn *isert_conn = container_of(work, + struct isert_conn, + release_work); + + pr_info("Starting release conn %p\n", isert_conn); + + wait_for_completion(&isert_conn->conn_wait); + + mutex_lock(&isert_conn->conn_mutex); + isert_conn->state = ISER_CONN_DOWN; + mutex_unlock(&isert_conn->conn_mutex); + + pr_info("Destroying conn %p\n", isert_conn); + isert_put_conn(isert_conn); +} + static void isert_wait_conn(struct iscsi_conn *conn) { struct isert_conn *isert_conn = conn->context; @@ -3215,10 +3446,6 @@ pr_debug("isert_wait_conn: Starting \n"); mutex_lock(&isert_conn->conn_mutex); - if (isert_conn->conn_cm_id) { - pr_debug("Calling rdma_disconnect from isert_wait_conn\n"); - rdma_disconnect(isert_conn->conn_cm_id); - } /* * Only wait for conn_wait_comp_err if the isert_conn made it * into full feature phase.. @@ -3227,13 +3454,12 @@ mutex_unlock(&isert_conn->conn_mutex); return; } - if (isert_conn->state == ISER_CONN_UP) - isert_conn->state = ISER_CONN_TERMINATING; + isert_conn_terminate(isert_conn); mutex_unlock(&isert_conn->conn_mutex); wait_for_completion(&isert_conn->conn_wait_comp_err); - wait_for_completion(&isert_conn->conn_wait); + queue_work(isert_release_wq, &isert_conn->release_work); } static void isert_free_conn(struct iscsi_conn *conn) @@ -3281,10 +3507,21 @@ goto destroy_rx_wq; } + isert_release_wq = alloc_workqueue("isert_release_wq", WQ_UNBOUND, + WQ_UNBOUND_MAX_ACTIVE); + if (!isert_release_wq) { + pr_err("Unable to allocate isert_release_wq\n"); + ret = -ENOMEM; + goto destroy_comp_wq; + } + iscsit_register_transport(&iser_target_transport); - pr_debug("iSER_TARGET[0] - Loaded iser_target_transport\n"); + pr_info("iSER_TARGET[0] - Loaded iser_target_transport\n"); + return 0; +destroy_comp_wq: + destroy_workqueue(isert_comp_wq); destroy_rx_wq: destroy_workqueue(isert_rx_wq); return ret; @@ -3293,6 +3530,7 @@ static void __exit isert_exit(void) { flush_scheduled_work(); + destroy_workqueue(isert_release_wq); destroy_workqueue(isert_comp_wq); destroy_workqueue(isert_rx_wq); iscsit_unregister_transport(&iser_target_transport); --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/ulp/isert/ib_isert.h +++ linux-lts-utopic-3.16.0/drivers/infiniband/ulp/isert/ib_isert.h @@ -23,6 +23,7 @@ enum iser_conn_state { ISER_CONN_INIT, ISER_CONN_UP, + ISER_CONN_FULL_FEATURE, ISER_CONN_TERMINATING, ISER_CONN_DOWN, }; @@ -81,6 +82,12 @@ enum dma_data_direction dma_dir; }; +enum { + DATA = 0, + PROT = 1, + SIG = 2, +}; + struct isert_rdma_wr { struct list_head wr_list; struct isert_cmd *isert_cmd; @@ -90,6 +97,7 @@ int send_wr_num; struct ib_send_wr *send_wr; struct ib_send_wr s_send_wr; + struct ib_sge ib_sg[3]; struct isert_data_buf data; struct isert_data_buf prot; struct fast_reg_descriptor *fr_desc; @@ -120,11 +128,13 @@ atomic_t post_send_buf_count; u32 responder_resources; u32 initiator_depth; + bool pi_support; u32 max_sge; char *login_buf; char *login_req_buf; char *login_rsp_buf; u64 login_req_dma; + int login_req_len; u64 login_rsp_dma; unsigned int conn_rx_desc_head; struct iser_rx_desc *conn_rx_descs; @@ -132,13 +142,13 @@ struct iscsi_conn *conn; struct list_head conn_accept_node; struct completion conn_login_comp; + struct completion login_req_comp; struct iser_tx_desc conn_login_tx_desc; struct rdma_cm_id *conn_cm_id; struct ib_pd *conn_pd; struct ib_mr *conn_mr; struct ib_qp *conn_qp; struct isert_device *conn_device; - struct work_struct conn_logout_work; struct mutex conn_mutex; struct completion conn_wait; struct completion conn_wait_comp_err; @@ -147,10 +157,10 @@ int conn_fr_pool_size; /* lock to protect fastreg pool */ spinlock_t conn_lock; + struct work_struct release_work; #define ISERT_COMP_BATCH_COUNT 8 int conn_comp_batch; struct llist_head conn_comp_llist; - bool disconnect; }; #define ISERT_MAX_CQ 64 @@ -182,6 +192,7 @@ }; struct isert_np { + struct iscsi_np *np; struct semaphore np_sem; struct rdma_cm_id *np_cm_id; struct mutex np_accept_mutex; --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/ulp/srp/ib_srp.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/ulp/srp/ib_srp.c @@ -130,6 +130,7 @@ static int srp_cm_handler(struct ib_cm_id *cm_id, struct ib_cm_event *event); static struct scsi_transport_template *ib_srp_transport_template; +static struct workqueue_struct *srp_remove_wq; static struct ib_client srp_client = { .name = "srp", @@ -450,7 +451,7 @@ struct ib_qp *qp; struct ib_fmr_pool *fmr_pool = NULL; struct srp_fr_pool *fr_pool = NULL; - const int m = 1 + dev->use_fast_reg; + const int m = dev->use_fast_reg ? 3 : 1; int ret; init_attr = kzalloc(sizeof *init_attr, GFP_KERNEL); @@ -731,7 +732,7 @@ spin_unlock_irq(&target->lock); if (changed) - queue_work(system_long_wq, &target->remove_work); + queue_work(srp_remove_wq, &target->remove_work); return changed; } @@ -3261,9 +3262,10 @@ spin_unlock(&host->target_lock); /* - * Wait for target port removal tasks. + * Wait for tl_err and target port removal tasks. */ flush_workqueue(system_long_wq); + flush_workqueue(srp_remove_wq); kfree(host); } @@ -3313,16 +3315,22 @@ indirect_sg_entries = cmd_sg_entries; } + srp_remove_wq = create_workqueue("srp_remove"); + if (IS_ERR(srp_remove_wq)) { + ret = PTR_ERR(srp_remove_wq); + goto out; + } + + ret = -ENOMEM; ib_srp_transport_template = srp_attach_transport(&ib_srp_transport_functions); if (!ib_srp_transport_template) - return -ENOMEM; + goto destroy_wq; ret = class_register(&srp_class); if (ret) { pr_err("couldn't register class infiniband_srp\n"); - srp_release_transport(ib_srp_transport_template); - return ret; + goto release_tr; } ib_sa_register_client(&srp_sa_client); @@ -3330,13 +3338,22 @@ ret = ib_register_client(&srp_client); if (ret) { pr_err("couldn't register IB client\n"); - srp_release_transport(ib_srp_transport_template); - ib_sa_unregister_client(&srp_sa_client); - class_unregister(&srp_class); - return ret; + goto unreg_sa; } - return 0; +out: + return ret; + +unreg_sa: + ib_sa_unregister_client(&srp_sa_client); + class_unregister(&srp_class); + +release_tr: + srp_release_transport(ib_srp_transport_template); + +destroy_wq: + destroy_workqueue(srp_remove_wq); + goto out; } static void __exit srp_cleanup_module(void) @@ -3345,6 +3362,7 @@ ib_sa_unregister_client(&srp_sa_client); class_unregister(&srp_class); srp_release_transport(ib_srp_transport_template); + destroy_workqueue(srp_remove_wq); } module_init(srp_init_module); --- linux-lts-utopic-3.16.0.orig/drivers/infiniband/ulp/srpt/ib_srpt.c +++ linux-lts-utopic-3.16.0/drivers/infiniband/ulp/srpt/ib_srpt.c @@ -2091,6 +2091,7 @@ if (!qp_init) goto out; +retry: ch->cq = ib_create_cq(sdev->device, srpt_completion, NULL, ch, ch->rq_size + srp_sq_size, 0); if (IS_ERR(ch->cq)) { @@ -2114,6 +2115,13 @@ ch->qp = ib_create_qp(sdev->pd, qp_init); if (IS_ERR(ch->qp)) { ret = PTR_ERR(ch->qp); + if (ret == -ENOMEM) { + srp_sq_size /= 2; + if (srp_sq_size >= MIN_SRPT_SQ_SIZE) { + ib_destroy_cq(ch->cq); + goto retry; + } + } printk(KERN_ERR "failed to create_qp ret= %d\n", ret); goto err_destroy_cq; } --- linux-lts-utopic-3.16.0.orig/drivers/input/evdev.c +++ linux-lts-utopic-3.16.0/drivers/input/evdev.c @@ -240,19 +240,14 @@ { struct evdev_client *client = file->private_data; struct evdev *evdev = client->evdev; - int retval; - retval = mutex_lock_interruptible(&evdev->mutex); - if (retval) - return retval; + mutex_lock(&evdev->mutex); - if (!evdev->exist || client->revoked) - retval = -ENODEV; - else - retval = input_flush_device(&evdev->handle, file); + if (evdev->exist && !client->revoked) + input_flush_device(&evdev->handle, file); mutex_unlock(&evdev->mutex); - return retval; + return 0; } static void evdev_free(struct device *dev) @@ -422,7 +417,7 @@ err_free_client: evdev_detach_client(evdev, client); - kfree(client); + kvfree(client); return error; } @@ -739,20 +734,23 @@ */ static int evdev_handle_get_val(struct evdev_client *client, struct input_dev *dev, unsigned int type, - unsigned long *bits, unsigned int max, - unsigned int size, void __user *p, int compat) + unsigned long *bits, unsigned int maxbit, + unsigned int maxlen, void __user *p, + int compat) { int ret; unsigned long *mem; + size_t len; - mem = kmalloc(sizeof(unsigned long) * max, GFP_KERNEL); + len = BITS_TO_LONGS(maxbit) * sizeof(unsigned long); + mem = kmalloc(len, GFP_KERNEL); if (!mem) return -ENOMEM; spin_lock_irq(&dev->event_lock); spin_lock(&client->buffer_lock); - memcpy(mem, bits, sizeof(unsigned long) * max); + memcpy(mem, bits, len); spin_unlock(&dev->event_lock); @@ -760,7 +758,7 @@ spin_unlock_irq(&client->buffer_lock); - ret = bits_to_user(mem, max, size, p, compat); + ret = bits_to_user(mem, maxbit, maxlen, p, compat); if (ret < 0) evdev_queue_syn_dropped(client); --- linux-lts-utopic-3.16.0.orig/drivers/input/joystick/xpad.c +++ linux-lts-utopic-3.16.0/drivers/input/joystick/xpad.c @@ -124,7 +124,9 @@ { 0x045e, 0x0291, "Xbox 360 Wireless Receiver (XBOX)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W }, { 0x045e, 0x0719, "Xbox 360 Wireless Receiver", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W }, { 0x044f, 0x0f07, "Thrustmaster, Inc. Controller", 0, XTYPE_XBOX }, + { 0x044f, 0xb326, "Thrustmaster Gamepad GP XID", 0, XTYPE_XBOX360 }, { 0x046d, 0xc21d, "Logitech Gamepad F310", 0, XTYPE_XBOX360 }, + { 0x046d, 0xc21e, "Logitech Gamepad F510", 0, XTYPE_XBOX360 }, { 0x046d, 0xc21f, "Logitech Gamepad F710", 0, XTYPE_XBOX360 }, { 0x046d, 0xc242, "Logitech Chillstream Controller", 0, XTYPE_XBOX360 }, { 0x046d, 0xca84, "Logitech Xbox Cordless Controller", 0, XTYPE_XBOX }, @@ -138,10 +140,17 @@ { 0x0738, 0x4540, "Mad Catz Beat Pad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX }, { 0x0738, 0x4556, "Mad Catz Lynx Wireless Controller", 0, XTYPE_XBOX }, { 0x0738, 0x4716, "Mad Catz Wired Xbox 360 Controller", 0, XTYPE_XBOX360 }, + { 0x0738, 0x4718, "Mad Catz Street Fighter IV FightStick SE", 0, XTYPE_XBOX360 }, + { 0x0738, 0x4726, "Mad Catz Xbox 360 Controller", 0, XTYPE_XBOX360 }, { 0x0738, 0x4728, "Mad Catz Street Fighter IV FightPad", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 }, { 0x0738, 0x4738, "Mad Catz Wired Xbox 360 Controller (SFIV)", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 }, + { 0x0738, 0x4740, "Mad Catz Beat Pad", 0, XTYPE_XBOX360 }, { 0x0738, 0x6040, "Mad Catz Beat Pad Pro", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX }, + { 0x0738, 0xb726, "Mad Catz Xbox controller - MW2", 0, XTYPE_XBOX360 }, { 0x0738, 0xbeef, "Mad Catz JOYTECH NEO SE Advanced GamePad", XTYPE_XBOX360 }, + { 0x0738, 0xcb02, "Saitek Cyborg Rumble Pad - PC/Xbox 360", 0, XTYPE_XBOX360 }, + { 0x0738, 0xcb03, "Saitek P3200 Rumble Pad - PC/Xbox 360", 0, XTYPE_XBOX360 }, + { 0x0738, 0xf738, "Super SFIV FightStick TE S", 0, XTYPE_XBOX360 }, { 0x0c12, 0x8802, "Zeroplus Xbox Controller", 0, XTYPE_XBOX }, { 0x0c12, 0x8809, "RedOctane Xbox Dance Pad", DANCEPAD_MAP_CONFIG, XTYPE_XBOX }, { 0x0c12, 0x880a, "Pelican Eclipse PL-2023", 0, XTYPE_XBOX }, @@ -154,28 +163,51 @@ { 0x0e6f, 0x0005, "Eclipse wireless Controller", 0, XTYPE_XBOX }, { 0x0e6f, 0x0006, "Edge wireless Controller", 0, XTYPE_XBOX }, { 0x0e6f, 0x0105, "HSM3 Xbox360 dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 }, + { 0x0e6f, 0x0113, "Afterglow AX.1 Gamepad for Xbox 360", 0, XTYPE_XBOX360 }, { 0x0e6f, 0x0201, "Pelican PL-3601 'TSZ' Wired Xbox 360 Controller", 0, XTYPE_XBOX360 }, { 0x0e6f, 0x0213, "Afterglow Gamepad for Xbox 360", 0, XTYPE_XBOX360 }, + { 0x0e6f, 0x021f, "Rock Candy Gamepad for Xbox 360", 0, XTYPE_XBOX360 }, + { 0x0e6f, 0x0301, "Logic3 Controller", 0, XTYPE_XBOX360 }, + { 0x0e6f, 0x0401, "Logic3 Controller", 0, XTYPE_XBOX360 }, { 0x0e8f, 0x0201, "SmartJoy Frag Xpad/PS2 adaptor", 0, XTYPE_XBOX }, + { 0x0e8f, 0x3008, "Generic xbox control (dealextreme)", 0, XTYPE_XBOX }, + { 0x0f0d, 0x000a, "Hori Co. DOA4 FightStick", 0, XTYPE_XBOX360 }, { 0x0f0d, 0x000d, "Hori Fighting Stick EX2", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 }, { 0x0f0d, 0x0016, "Hori Real Arcade Pro.EX", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 }, { 0x0f30, 0x0202, "Joytech Advanced Controller", 0, XTYPE_XBOX }, { 0x0f30, 0x8888, "BigBen XBMiniPad Controller", 0, XTYPE_XBOX }, { 0x102c, 0xff0c, "Joytech Wireless Advanced Controller", 0, XTYPE_XBOX }, { 0x12ab, 0x0004, "Honey Bee Xbox360 dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 }, + { 0x12ab, 0x0301, "PDP AFTERGLOW AX.1", 0, XTYPE_XBOX360 }, { 0x12ab, 0x8809, "Xbox DDR dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX }, { 0x1430, 0x4748, "RedOctane Guitar Hero X-plorer", 0, XTYPE_XBOX360 }, { 0x1430, 0x8888, "TX6500+ Dance Pad (first generation)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX }, { 0x146b, 0x0601, "BigBen Interactive XBOX 360 Controller", 0, XTYPE_XBOX360 }, + { 0x1532, 0x0037, "Razer Sabertooth", 0, XTYPE_XBOX360 }, + { 0x15e4, 0x3f00, "Power A Mini Pro Elite", 0, XTYPE_XBOX360 }, + { 0x15e4, 0x3f0a, "Xbox Airflo wired controller", 0, XTYPE_XBOX360 }, + { 0x15e4, 0x3f10, "Batarang Xbox 360 controller", 0, XTYPE_XBOX360 }, + { 0x162e, 0xbeef, "Joytech Neo-Se Take2", 0, XTYPE_XBOX360 }, { 0x1689, 0xfd00, "Razer Onza Tournament Edition", 0, XTYPE_XBOX360 }, { 0x1689, 0xfd01, "Razer Onza Classic Edition", 0, XTYPE_XBOX360 }, + { 0x24c6, 0x5d04, "Razer Sabertooth", 0, XTYPE_XBOX360 }, { 0x1bad, 0x0002, "Harmonix Rock Band Guitar", 0, XTYPE_XBOX360 }, { 0x1bad, 0x0003, "Harmonix Rock Band Drumkit", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 }, { 0x1bad, 0xf016, "Mad Catz Xbox 360 Controller", 0, XTYPE_XBOX360 }, + { 0x1bad, 0xf023, "MLG Pro Circuit Controller (Xbox)", 0, XTYPE_XBOX360 }, { 0x1bad, 0xf028, "Street Fighter IV FightPad", 0, XTYPE_XBOX360 }, + { 0x1bad, 0xf038, "Street Fighter IV FightStick TE", 0, XTYPE_XBOX360 }, + { 0x1bad, 0xf900, "Harmonix Xbox 360 Controller", 0, XTYPE_XBOX360 }, { 0x1bad, 0xf901, "Gamestop Xbox 360 Controller", 0, XTYPE_XBOX360 }, { 0x1bad, 0xf903, "Tron Xbox 360 controller", 0, XTYPE_XBOX360 }, + { 0x24c6, 0x5000, "Razer Atrox Arcade Stick", 0, XTYPE_XBOX360 }, { 0x24c6, 0x5300, "PowerA MINI PROEX Controller", 0, XTYPE_XBOX360 }, + { 0x24c6, 0x5303, "Xbox Airflo wired controller", 0, XTYPE_XBOX360 }, + { 0x24c6, 0x5500, "Hori XBOX 360 EX 2 with Turbo", 0, XTYPE_XBOX360 }, + { 0x24c6, 0x5501, "Hori Real Arcade Pro VX-SA", 0, XTYPE_XBOX360 }, + { 0x24c6, 0x5506, "Hori SOULCALIBUR V Stick", 0, XTYPE_XBOX360 }, + { 0x24c6, 0x5b02, "Thrustmaster, Inc. GPX Controller", 0, XTYPE_XBOX360 }, + { 0x24c6, 0x5b03, "Thrustmaster Ferrari 458 Racing Wheel", 0, XTYPE_XBOX360 }, { 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX }, { 0x0000, 0x0000, "Generic X-Box pad", 0, XTYPE_UNKNOWN } }; @@ -259,6 +291,9 @@ XPAD_XBOX360_VENDOR(0x0f0d), /* Hori Controllers */ XPAD_XBOX360_VENDOR(0x1689), /* Razer Onza */ XPAD_XBOX360_VENDOR(0x24c6), /* PowerA Controllers */ + XPAD_XBOX360_VENDOR(0x1532), /* Razer Sabertooth */ + XPAD_XBOX360_VENDOR(0x15e4), /* Numark X-Box 360 controllers */ + XPAD_XBOX360_VENDOR(0x162e), /* Joytech X-Box 360 controllers */ { } }; @@ -1003,9 +1038,19 @@ } ep_irq_in = &intf->cur_altsetting->endpoint[1].desc; - usb_fill_bulk_urb(xpad->bulk_out, udev, - usb_sndbulkpipe(udev, ep_irq_in->bEndpointAddress), - xpad->bdata, XPAD_PKT_LEN, xpad_bulk_out, xpad); + if (usb_endpoint_is_bulk_out(ep_irq_in)) { + usb_fill_bulk_urb(xpad->bulk_out, udev, + usb_sndbulkpipe(udev, + ep_irq_in->bEndpointAddress), + xpad->bdata, XPAD_PKT_LEN, + xpad_bulk_out, xpad); + } else { + usb_fill_int_urb(xpad->bulk_out, udev, + usb_sndintpipe(udev, + ep_irq_in->bEndpointAddress), + xpad->bdata, XPAD_PKT_LEN, + xpad_bulk_out, xpad, 0); + } /* * Submit the int URB immediately rather than waiting for open --- linux-lts-utopic-3.16.0.orig/drivers/input/keyboard/atkbd.c +++ linux-lts-utopic-3.16.0/drivers/input/keyboard/atkbd.c @@ -1791,14 +1791,6 @@ { .matches = { DMI_MATCH(DMI_SYS_VENDOR, "LG Electronics"), - DMI_MATCH(DMI_PRODUCT_NAME, "LW25-B7HV"), - }, - .callback = atkbd_deactivate_fixup, - }, - { - .matches = { - DMI_MATCH(DMI_SYS_VENDOR, "LG Electronics"), - DMI_MATCH(DMI_PRODUCT_NAME, "P1-J273B"), }, .callback = atkbd_deactivate_fixup, }, --- linux-lts-utopic-3.16.0.orig/drivers/input/misc/ati_remote2.c +++ linux-lts-utopic-3.16.0/drivers/input/misc/ati_remote2.c @@ -817,26 +817,49 @@ ar2->udev = udev; + /* Sanity check, first interface must have an endpoint */ + if (alt->desc.bNumEndpoints < 1 || !alt->endpoint) { + dev_err(&interface->dev, + "%s(): interface 0 must have an endpoint\n", __func__); + r = -ENODEV; + goto fail1; + } ar2->intf[0] = interface; ar2->ep[0] = &alt->endpoint[0].desc; + /* Sanity check, the device must have two interfaces */ ar2->intf[1] = usb_ifnum_to_if(udev, 1); + if ((udev->actconfig->desc.bNumInterfaces < 2) || !ar2->intf[1]) { + dev_err(&interface->dev, "%s(): need 2 interfaces, found %d\n", + __func__, udev->actconfig->desc.bNumInterfaces); + r = -ENODEV; + goto fail1; + } + r = usb_driver_claim_interface(&ati_remote2_driver, ar2->intf[1], ar2); if (r) goto fail1; + + /* Sanity check, second interface must have an endpoint */ alt = ar2->intf[1]->cur_altsetting; + if (alt->desc.bNumEndpoints < 1 || !alt->endpoint) { + dev_err(&interface->dev, + "%s(): interface 1 must have an endpoint\n", __func__); + r = -ENODEV; + goto fail2; + } ar2->ep[1] = &alt->endpoint[0].desc; r = ati_remote2_urb_init(ar2); if (r) - goto fail2; + goto fail3; ar2->channel_mask = channel_mask; ar2->mode_mask = mode_mask; r = ati_remote2_setup(ar2, ar2->channel_mask); if (r) - goto fail2; + goto fail3; usb_make_path(udev, ar2->phys, sizeof(ar2->phys)); strlcat(ar2->phys, "/input0", sizeof(ar2->phys)); @@ -845,11 +868,11 @@ r = sysfs_create_group(&udev->dev.kobj, &ati_remote2_attr_group); if (r) - goto fail2; + goto fail3; r = ati_remote2_input_init(ar2); if (r) - goto fail3; + goto fail4; usb_set_intfdata(interface, ar2); @@ -857,10 +880,11 @@ return 0; - fail3: + fail4: sysfs_remove_group(&udev->dev.kobj, &ati_remote2_attr_group); - fail2: + fail3: ati_remote2_urb_cleanup(ar2); + fail2: usb_driver_release_interface(&ati_remote2_driver, ar2->intf[1]); fail1: kfree(ar2); --- linux-lts-utopic-3.16.0.orig/drivers/input/misc/ims-pcu.c +++ linux-lts-utopic-3.16.0/drivers/input/misc/ims-pcu.c @@ -1663,6 +1663,8 @@ pcu->ctrl_intf = usb_ifnum_to_if(pcu->udev, union_desc->bMasterInterface0); + if (!pcu->ctrl_intf) + return -EINVAL; alt = pcu->ctrl_intf->cur_altsetting; pcu->ep_ctrl = &alt->endpoint[0].desc; @@ -1670,6 +1672,8 @@ pcu->data_intf = usb_ifnum_to_if(pcu->udev, union_desc->bSlaveInterface0); + if (!pcu->data_intf) + return -EINVAL; alt = pcu->data_intf->cur_altsetting; if (alt->desc.bNumEndpoints != 2) { --- linux-lts-utopic-3.16.0.orig/drivers/input/misc/powermate.c +++ linux-lts-utopic-3.16.0/drivers/input/misc/powermate.c @@ -307,6 +307,9 @@ int error = -ENOMEM; interface = intf->cur_altsetting; + if (interface->desc.bNumEndpoints < 1) + return -EINVAL; + endpoint = &interface->endpoint[0].desc; if (!usb_endpoint_is_int_in(endpoint)) return -EIO; --- linux-lts-utopic-3.16.0.orig/drivers/input/misc/twl4030-pwrbutton.c +++ linux-lts-utopic-3.16.0/drivers/input/misc/twl4030-pwrbutton.c @@ -85,6 +85,7 @@ } platform_set_drvdata(pdev, pwr); + device_init_wakeup(&pdev->dev, true); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/input/mouse/alps.c +++ linux-lts-utopic-3.16.0/drivers/input/mouse/alps.c @@ -1047,7 +1047,13 @@ { struct alps_data *priv = psmouse->private; - if ((psmouse->packet[0] & 0xc8) == 0x08) { /* PS/2 packet */ + /* + * Check if we are dealing with a bare PS/2 packet, presumably from + * a device connected to the external PS/2 port. Because bare PS/2 + * protocol does not have enough constant bits to self-synchronize + * properly we only do this if the device is fully synchronized. + */ + if (!psmouse->out_of_sync_cnt && (psmouse->packet[0] & 0xc8) == 0x08) { if (psmouse->pktcnt == 3) { alps_report_bare_ps2_packet(psmouse, psmouse->packet, true); @@ -1071,12 +1077,27 @@ } /* Bytes 2 - pktsize should have 0 in the highest bit */ - if ((priv->proto_version < ALPS_PROTO_V5) && + if (priv->proto_version < ALPS_PROTO_V5 && psmouse->pktcnt >= 2 && psmouse->pktcnt <= psmouse->pktsize && (psmouse->packet[psmouse->pktcnt - 1] & 0x80)) { psmouse_dbg(psmouse, "refusing packet[%i] = %x\n", psmouse->pktcnt - 1, psmouse->packet[psmouse->pktcnt - 1]); + + if (priv->proto_version == ALPS_PROTO_V3 && + psmouse->pktcnt == psmouse->pktsize) { + /* + * Some Dell boxes, such as Latitude E6440 or E7440 + * with closed lid, quite often smash last byte of + * otherwise valid packet with 0xff. Given that the + * next packet is very likely to be valid let's + * report PSMOUSE_FULL_PACKET but not process data, + * rather than reporting PSMOUSE_BAD_DATA and + * filling the logs. + */ + return PSMOUSE_FULL_PACKET; + } + return PSMOUSE_BAD_DATA; } @@ -2148,6 +2169,9 @@ /* We are having trouble resyncing ALPS touchpads so disable it for now */ psmouse->resync_time = 0; + /* Allow 2 invalid packets without resetting device */ + psmouse->resetafter = psmouse->pktsize * 2; + return 0; init_fail: --- linux-lts-utopic-3.16.0.orig/drivers/input/mouse/cypress_ps2.c +++ linux-lts-utopic-3.16.0/drivers/input/mouse/cypress_ps2.c @@ -390,7 +390,9 @@ if (ret < 0) return ret; +#if ( CYPRESS_SIMULATED_MT != 1 ) __set_bit(INPUT_PROP_SEMI_MT, input->propbit); +#endif input_abs_set_res(input, ABS_X, cytp->tp_res_x); input_abs_set_res(input, ABS_Y, cytp->tp_res_y); @@ -478,6 +480,22 @@ ((packet[5] & 0x0f) << 8) | packet[7]; if (cytp->mode & CYTP_BIT_ABS_PRESSURE) report_data->contacts[1].z = report_data->contacts[0].z; +#if ( CYPRESS_SIMULATED_MT == 1 ) + /* simulate contact positions for >2 fingers */ + if ( report_data->contact_cnt >= 3 ) { + int i; + for ( i=1; icontact_cnt; i++ ) { + report_data->contacts[i].x = + report_data->contacts[0].x + + 100*(i)*((i%2)?-1:1); + report_data->contacts[i].y = + report_data->contacts[0].y; + if (cytp->mode & CYTP_BIT_ABS_PRESSURE) + report_data->contacts[i].z = + report_data->contacts[0].z; + } + } +#endif } report_data->left = (header_byte & BTN_LEFT_BIT) ? 1 : 0; --- linux-lts-utopic-3.16.0.orig/drivers/input/mouse/cypress_ps2.h +++ linux-lts-utopic-3.16.0/drivers/input/mouse/cypress_ps2.h @@ -130,7 +130,18 @@ #define RESP_REMOTE_BIT 0x40 #define RESP_SMBUS_BIT 0x80 -#define CYTP_MAX_MT_SLOTS 2 +/* + * CYPRESS_SIMULATED_MT + * set to 1 for simulated multitouch (up to 5 contact points) + * set to 0 for SEMI_MT (only 2 corner points, and count of fingers) + */ +#define CYPRESS_SIMULATED_MT 1 + +#if ( CYPRESS_SIMULATED_MT == 1 ) +# define CYTP_MAX_MT_SLOTS 5 +#else +# define CYTP_MAX_MT_SLOTS 2 +#endif struct cytp_contact { int x; --- linux-lts-utopic-3.16.0.orig/drivers/input/mouse/elantech.c +++ linux-lts-utopic-3.16.0/drivers/input/mouse/elantech.c @@ -314,7 +314,7 @@ unsigned int x2, unsigned int y2) { elantech_set_slot(dev, 0, num_fingers != 0, x1, y1); - elantech_set_slot(dev, 1, num_fingers == 2, x2, y2); + elantech_set_slot(dev, 1, num_fingers >= 2, x2, y2); } /* @@ -814,6 +814,21 @@ } /* + * This writes the reg_07 value again to the hardware at the end of every + * set_rate call because the register loses its value. reg_07 allows setting + * absolute mode on v4 hardware + */ +static void elantech_set_rate_restore_reg_07(struct psmouse *psmouse, + unsigned int rate) +{ + struct elantech_data *etd = psmouse->private; + + etd->original_set_rate(psmouse, rate); + if (elantech_write_reg(psmouse, 0x07, etd->reg_07)) + psmouse_err(psmouse, "restoring reg_07 failed\n"); +} + +/* * Put the touchpad into absolute mode */ static int elantech_set_absolute_mode(struct psmouse *psmouse) @@ -1015,9 +1030,13 @@ * Asus K53SV 0x450f01 78, 15, 0c 2 hw buttons * Asus G46VW 0x460f02 00, 18, 0c 2 hw buttons * Asus G750JX 0x360f00 00, 16, 0c 2 hw buttons + * Asus TP500LN 0x381f17 10, 14, 0e clickpad + * Asus X750JN 0x381f17 10, 14, 0e clickpad * Asus UX31 0x361f00 20, 15, 0e clickpad * Asus UX32VD 0x361f02 00, 15, 0e clickpad * Avatar AVIU-145A2 0x361f00 ? clickpad + * Fujitsu LIFEBOOK E544 0x470f00 d0, 12, 09 2 hw buttons + * Fujitsu LIFEBOOK E554 0x570f01 40, 14, 0c 2 hw buttons * Gigabyte U2442 0x450f01 58, 17, 0c 2 hw buttons * Lenovo L430 0x350f02 b9, 15, 0c 2 hw buttons (*) * Samsung NF210 0x150b00 78, 14, 0a 2 hw buttons @@ -1094,7 +1113,7 @@ input_set_abs_params(dev, ABS_TOOL_WIDTH, ETP_WMIN_V2, ETP_WMAX_V2, 0, 0); } - input_mt_init_slots(dev, 2, 0); + input_mt_init_slots(dev, 2, INPUT_MT_SEMI_MT); input_set_abs_params(dev, ABS_MT_POSITION_X, x_min, x_max, 0, 0); input_set_abs_params(dev, ABS_MT_POSITION_Y, y_min, y_max, 0, 0); break; @@ -1253,6 +1272,14 @@ if (param[1] == 0) return true; + /* + * Some hw_version >= 4 models have a revision higher then 20. Meaning + * that param[2] may be 10 or 20, skip the rates check for these. + */ + if ((param[0] & 0x0f) >= 0x06 && (param[1] & 0xaf) == 0x0f && + param[2] < 40) + return true; + for (i = 0; i < ARRAY_SIZE(rates); i++) if (param[2] == rates[i]) return false; @@ -1350,6 +1377,43 @@ } /* + * Some hw_version 4 models do not work with crc_disabled + */ +static const struct dmi_system_id elantech_dmi_force_crc_enabled[] = { +#if defined(CONFIG_DMI) && defined(CONFIG_X86) + { + /* Fujitsu H730 does not work with crc_enabled == 0 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), + DMI_MATCH(DMI_PRODUCT_NAME, "CELSIUS H730"), + }, + }, + { + /* Fujitsu LIFEBOOK E554 does not work with crc_enabled == 0 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), + DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E554"), + }, + }, + { + /* Fujitsu LIFEBOOK E544 does not work with crc_enabled == 0 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), + DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E544"), + }, + }, + { + /* Fujitsu LIFEBOOK U745 does not work with crc_enabled == 0 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), + DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK U745"), + }, + }, +#endif + { } +}; + +/* * Some hw_version 3 models go into error state when we try to set * bit 3 and/or bit 1 of r10. */ @@ -1390,6 +1454,9 @@ case 7: case 8: case 9: + case 10: + case 13: + case 14: etd->hw_version = 4; break; default: @@ -1424,7 +1491,8 @@ * The signatures of v3 and v4 packets change depending on the * value of this hardware flag. */ - etd->crc_enabled = ((etd->fw_version & 0x4000) == 0x4000); + etd->crc_enabled = (etd->fw_version & 0x4000) == 0x4000 || + dmi_check_system(elantech_dmi_force_crc_enabled); /* Enable real hardware resolution on hw_version 3 ? */ etd->set_hw_resolution = !dmi_check_system(no_hw_res_dmi_table); @@ -1484,6 +1552,11 @@ goto init_fail; } + if (etd->fw_version == 0x381f17) { + etd->original_set_rate = psmouse->set_rate; + psmouse->set_rate = elantech_set_rate_restore_reg_07; + } + if (elantech_set_input_params(psmouse)) { psmouse_err(psmouse, "failed to query touchpad range.\n"); goto init_fail; --- linux-lts-utopic-3.16.0.orig/drivers/input/mouse/elantech.h +++ linux-lts-utopic-3.16.0/drivers/input/mouse/elantech.h @@ -139,6 +139,7 @@ struct finger_pos mt[ETP_MAX_FINGERS]; unsigned char parity[256]; int (*send_cmd)(struct psmouse *psmouse, unsigned char c, unsigned char *param); + void (*original_set_rate)(struct psmouse *psmouse, unsigned int rate); }; #ifdef CONFIG_MOUSE_PS2_ELANTECH --- linux-lts-utopic-3.16.0.orig/drivers/input/mouse/psmouse-base.c +++ linux-lts-utopic-3.16.0/drivers/input/mouse/psmouse-base.c @@ -462,6 +462,20 @@ PSMOUSE_CMD_POLL | (psmouse->pktsize << 8)); } +/* + * psmouse_matches_pnp_id - check if psmouse matches one of the passed in ids. + */ +bool psmouse_matches_pnp_id(struct psmouse *psmouse, const char * const ids[]) +{ + int i; + + if (!strncmp(psmouse->ps2dev.serio->firmware_id, "PNP:", 4)) + for (i = 0; ids[i]; i++) + if (strstr(psmouse->ps2dev.serio->firmware_id, ids[i])) + return true; + + return false; +} /* * Genius NetMouse magic init. --- linux-lts-utopic-3.16.0.orig/drivers/input/mouse/psmouse.h +++ linux-lts-utopic-3.16.0/drivers/input/mouse/psmouse.h @@ -108,6 +108,7 @@ psmouse_ret_t psmouse_process_byte(struct psmouse *psmouse); int psmouse_activate(struct psmouse *psmouse); int psmouse_deactivate(struct psmouse *psmouse); +bool psmouse_matches_pnp_id(struct psmouse *psmouse, const char * const ids[]); struct psmouse_attribute { struct device_attribute dattr; --- linux-lts-utopic-3.16.0.orig/drivers/input/mouse/synaptics.c +++ linux-lts-utopic-3.16.0/drivers/input/mouse/synaptics.c @@ -117,29 +117,49 @@ } #ifdef CONFIG_MOUSE_PS2_SYNAPTICS + +#define ANY_BOARD_ID 0 struct min_max_quirk { const char * const *pnp_ids; + struct { + unsigned long int min, max; + } board_id; int x_min, x_max, y_min, y_max; }; static const struct min_max_quirk min_max_pnpid_table[] = { { (const char * const []){"LEN0033", NULL}, + {ANY_BOARD_ID, ANY_BOARD_ID}, 1024, 5052, 2258, 4832 }, { - (const char * const []){"LEN0035", "LEN0042", NULL}, + (const char * const []){"LEN0042", NULL}, + {ANY_BOARD_ID, ANY_BOARD_ID}, 1232, 5710, 1156, 4696 }, { - (const char * const []){"LEN0034", "LEN0036", "LEN2002", - "LEN2004", NULL}, + (const char * const []){"LEN0034", "LEN0036", "LEN0037", + "LEN0039", "LEN2002", "LEN2004", + NULL}, + {ANY_BOARD_ID, 2961}, 1024, 5112, 2024, 4832 }, { + (const char * const []){"LEN2000", NULL}, + {ANY_BOARD_ID, ANY_BOARD_ID}, + 1024, 5113, 2021, 4832 + }, + { (const char * const []){"LEN2001", NULL}, + {ANY_BOARD_ID, ANY_BOARD_ID}, 1024, 5022, 2508, 4832 }, + { + (const char * const []){"LEN2006", NULL}, + {ANY_BOARD_ID, ANY_BOARD_ID}, + 1264, 5675, 1171, 4688 + }, { } }; @@ -158,16 +178,15 @@ "LEN0034", /* T431s, L440, L540, T540, W540, X1 Carbon 2nd */ "LEN0035", /* X240 */ "LEN0036", /* T440 */ - "LEN0037", + "LEN0037", /* X1 Carbon 2nd */ "LEN0038", + "LEN0039", /* T440s */ "LEN0041", "LEN0042", /* Yoga */ "LEN0045", - "LEN0046", "LEN0047", - "LEN0048", "LEN0049", - "LEN2000", + "LEN2000", /* S540 */ "LEN2001", /* Edge E431 */ "LEN2002", /* Edge E531 */ "LEN2003", @@ -182,18 +201,6 @@ NULL }; -static bool matches_pnp_id(struct psmouse *psmouse, const char * const ids[]) -{ - int i; - - if (!strncmp(psmouse->ps2dev.serio->firmware_id, "PNP:", 4)) - for (i = 0; ids[i]; i++) - if (strstr(psmouse->ps2dev.serio->firmware_id, ids[i])) - return true; - - return false; -} - /***************************************************************************** * Synaptics communications functions ****************************************************************************/ @@ -235,18 +242,39 @@ return 0; } +static int synaptics_more_extended_queries(struct psmouse *psmouse) +{ + struct synaptics_data *priv = psmouse->private; + unsigned char buf[3]; + + if (synaptics_send_cmd(psmouse, SYN_QUE_MEXT_CAPAB_10, buf)) + return -1; + + priv->ext_cap_10 = (buf[0]<<16) | (buf[1]<<8) | buf[2]; + + return 0; +} + /* - * Read the board id from the touchpad + * Read the board id and the "More Extended Queries" from the touchpad * The board id is encoded in the "QUERY MODES" response */ -static int synaptics_board_id(struct psmouse *psmouse) +static int synaptics_query_modes(struct psmouse *psmouse) { struct synaptics_data *priv = psmouse->private; unsigned char bid[3]; + /* firmwares prior 7.5 have no board_id encoded */ + if (SYN_ID_FULL(priv->identity) < 0x705) + return 0; + if (synaptics_send_cmd(psmouse, SYN_QUE_MODES, bid)) return -1; priv->board_id = ((bid[0] & 0xfc) << 6) | bid[1]; + + if (SYN_MEXT_CAP_BIT(bid[0])) + return synaptics_more_extended_queries(psmouse); + return 0; } @@ -346,7 +374,6 @@ { struct synaptics_data *priv = psmouse->private; unsigned char resp[3]; - int i; if (SYN_ID_MAJOR(priv->identity) < 4) return 0; @@ -358,16 +385,6 @@ } } - for (i = 0; min_max_pnpid_table[i].pnp_ids; i++) { - if (matches_pnp_id(psmouse, min_max_pnpid_table[i].pnp_ids)) { - priv->x_min = min_max_pnpid_table[i].x_min; - priv->x_max = min_max_pnpid_table[i].x_max; - priv->y_min = min_max_pnpid_table[i].y_min; - priv->y_max = min_max_pnpid_table[i].y_max; - return 0; - } - } - if (SYN_EXT_CAP_REQUESTS(priv->capabilities) >= 5 && SYN_CAP_MAX_DIMENSIONS(priv->ext_cap_0c)) { if (synaptics_send_cmd(psmouse, SYN_QUE_EXT_MAX_COORDS, resp)) { @@ -376,23 +393,69 @@ } else { priv->x_max = (resp[0] << 5) | ((resp[1] & 0x0f) << 1); priv->y_max = (resp[2] << 5) | ((resp[1] & 0xf0) >> 3); + psmouse_info(psmouse, + "queried max coordinates: x [..%d], y [..%d]\n", + priv->x_max, priv->y_max); } } - if (SYN_EXT_CAP_REQUESTS(priv->capabilities) >= 7 && - SYN_CAP_MIN_DIMENSIONS(priv->ext_cap_0c)) { + if (SYN_CAP_MIN_DIMENSIONS(priv->ext_cap_0c) && + (SYN_EXT_CAP_REQUESTS(priv->capabilities) >= 7 || + /* + * Firmware v8.1 does not report proper number of extended + * capabilities, but has been proven to report correct min + * coordinates. + */ + SYN_ID_FULL(priv->identity) == 0x801)) { if (synaptics_send_cmd(psmouse, SYN_QUE_EXT_MIN_COORDS, resp)) { psmouse_warn(psmouse, "device claims to have min coordinates query, but I'm not able to read it.\n"); } else { priv->x_min = (resp[0] << 5) | ((resp[1] & 0x0f) << 1); priv->y_min = (resp[2] << 5) | ((resp[1] & 0xf0) >> 3); + psmouse_info(psmouse, + "queried min coordinates: x [%d..], y [%d..]\n", + priv->x_min, priv->y_min); } } return 0; } +/* + * Apply quirk(s) if the hardware matches + */ + +static void synaptics_apply_quirks(struct psmouse *psmouse) +{ + struct synaptics_data *priv = psmouse->private; + int i; + + for (i = 0; min_max_pnpid_table[i].pnp_ids; i++) { + if (!psmouse_matches_pnp_id(psmouse, + min_max_pnpid_table[i].pnp_ids)) + continue; + + if (min_max_pnpid_table[i].board_id.min != ANY_BOARD_ID && + priv->board_id < min_max_pnpid_table[i].board_id.min) + continue; + + if (min_max_pnpid_table[i].board_id.max != ANY_BOARD_ID && + priv->board_id > min_max_pnpid_table[i].board_id.max) + continue; + + priv->x_min = min_max_pnpid_table[i].x_min; + priv->x_max = min_max_pnpid_table[i].x_max; + priv->y_min = min_max_pnpid_table[i].y_min; + priv->y_max = min_max_pnpid_table[i].y_max; + psmouse_info(psmouse, + "quirked min/max coordinates: x [%d..%d], y [%d..%d]\n", + priv->x_min, priv->x_max, + priv->y_min, priv->y_max); + break; + } +} + static int synaptics_query_hardware(struct psmouse *psmouse) { if (synaptics_identify(psmouse)) @@ -401,13 +464,15 @@ return -1; if (synaptics_firmware_id(psmouse)) return -1; - if (synaptics_board_id(psmouse)) + if (synaptics_query_modes(psmouse)) return -1; if (synaptics_capability(psmouse)) return -1; if (synaptics_resolution(psmouse)) return -1; + synaptics_apply_quirks(psmouse); + return 0; } @@ -515,18 +580,22 @@ return (buf[0] & 0xFC) == 0x84 && (buf[3] & 0xCC) == 0xC4; } -static void synaptics_pass_pt_packet(struct serio *ptport, unsigned char *packet) +static void synaptics_pass_pt_packet(struct psmouse *psmouse, + struct serio *ptport, + unsigned char *packet) { + struct synaptics_data *priv = psmouse->private; struct psmouse *child = serio_get_drvdata(ptport); if (child && child->state == PSMOUSE_ACTIVATED) { - serio_interrupt(ptport, packet[1], 0); + serio_interrupt(ptport, packet[1] | priv->pt_buttons, 0); serio_interrupt(ptport, packet[4], 0); serio_interrupt(ptport, packet[5], 0); if (child->pktsize == 4) serio_interrupt(ptport, packet[2], 0); - } else + } else { serio_interrupt(ptport, packet[1], 0); + } } static void synaptics_pt_activate(struct psmouse *psmouse) @@ -615,6 +684,20 @@ priv->agm_pending = true; } +static void synaptics_parse_ext_buttons(const unsigned char buf[], + struct synaptics_data *priv, + struct synaptics_hw_state *hw) +{ + unsigned int ext_bits = + (SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap) + 1) >> 1; + unsigned int ext_mask = GENMASK(ext_bits - 1, 0); + + hw->ext_buttons = buf[4] & ext_mask; + hw->ext_buttons |= (buf[5] & ext_mask) << ext_bits; +} + +static bool is_forcepad; + static int synaptics_parse_hw_state(const unsigned char buf[], struct synaptics_data *priv, struct synaptics_hw_state *hw) @@ -626,10 +709,61 @@ ((buf[0] & 0x04) >> 1) | ((buf[3] & 0x04) >> 2)); + if ((SYN_CAP_ADV_GESTURE(priv->ext_cap_0c) || + SYN_CAP_IMAGE_SENSOR(priv->ext_cap_0c)) && + hw->w == 2) { + synaptics_parse_agm(buf, priv, hw); + return 1; + } + + hw->x = (((buf[3] & 0x10) << 8) | + ((buf[1] & 0x0f) << 8) | + buf[4]); + hw->y = (((buf[3] & 0x20) << 7) | + ((buf[1] & 0xf0) << 4) | + buf[5]); + hw->z = buf[2]; + hw->left = (buf[0] & 0x01) ? 1 : 0; hw->right = (buf[0] & 0x02) ? 1 : 0; - if (SYN_CAP_CLICKPAD(priv->ext_cap_0c)) { + if (is_forcepad) { + /* + * ForcePads, like Clickpads, use middle button + * bits to report primary button clicks. + * Unfortunately they report primary button not + * only when user presses on the pad above certain + * threshold, but also when there are more than one + * finger on the touchpad, which interferes with + * out multi-finger gestures. + */ + if (hw->z == 0) { + /* No contacts */ + priv->press = priv->report_press = false; + } else if (hw->w >= 4 && ((buf[0] ^ buf[3]) & 0x01)) { + /* + * Single-finger touch with pressure above + * the threshold. If pressure stays long + * enough, we'll start reporting primary + * button. We rely on the device continuing + * sending data even if finger does not + * move. + */ + if (!priv->press) { + priv->press_start = jiffies; + priv->press = true; + } else if (time_after(jiffies, + priv->press_start + + msecs_to_jiffies(50))) { + priv->report_press = true; + } + } else { + priv->press = false; + } + + hw->left = priv->report_press; + + } else if (SYN_CAP_CLICKPAD(priv->ext_cap_0c)) { /* * Clickpad's button is transmitted as middle button, * however, since it is primary button, we will report @@ -648,43 +782,9 @@ hw->down = ((buf[0] ^ buf[3]) & 0x02) ? 1 : 0; } - if ((SYN_CAP_ADV_GESTURE(priv->ext_cap_0c) || - SYN_CAP_IMAGE_SENSOR(priv->ext_cap_0c)) && - hw->w == 2) { - synaptics_parse_agm(buf, priv, hw); - return 1; - } - - hw->x = (((buf[3] & 0x10) << 8) | - ((buf[1] & 0x0f) << 8) | - buf[4]); - hw->y = (((buf[3] & 0x20) << 7) | - ((buf[1] & 0xf0) << 4) | - buf[5]); - hw->z = buf[2]; - - if (SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap) && + if (SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap) > 0 && ((buf[0] ^ buf[3]) & 0x02)) { - switch (SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap) & ~0x01) { - default: - /* - * if nExtBtn is greater than 8 it should be - * considered invalid and treated as 0 - */ - break; - case 8: - hw->ext_buttons |= ((buf[5] & 0x08)) ? 0x80 : 0; - hw->ext_buttons |= ((buf[4] & 0x08)) ? 0x40 : 0; - case 6: - hw->ext_buttons |= ((buf[5] & 0x04)) ? 0x20 : 0; - hw->ext_buttons |= ((buf[4] & 0x04)) ? 0x10 : 0; - case 4: - hw->ext_buttons |= ((buf[5] & 0x02)) ? 0x08 : 0; - hw->ext_buttons |= ((buf[4] & 0x02)) ? 0x04 : 0; - case 2: - hw->ext_buttons |= ((buf[5] & 0x01)) ? 0x02 : 0; - hw->ext_buttons |= ((buf[4] & 0x01)) ? 0x01 : 0; - } + synaptics_parse_ext_buttons(buf, priv, hw); } } else { hw->x = (((buf[1] & 0x1f) << 8) | buf[2]); @@ -746,12 +846,54 @@ } } +static void synaptics_report_ext_buttons(struct psmouse *psmouse, + const struct synaptics_hw_state *hw) +{ + struct input_dev *dev = psmouse->dev; + struct synaptics_data *priv = psmouse->private; + int ext_bits = (SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap) + 1) >> 1; + char buf[6] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + int i; + + if (!SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap)) + return; + + /* Bug in FW 8.1, buttons are reported only when ExtBit is 1 */ + if (SYN_ID_FULL(priv->identity) == 0x801 && + !((psmouse->packet[0] ^ psmouse->packet[3]) & 0x02)) + return; + + if (!SYN_CAP_EXT_BUTTONS_STICK(priv->ext_cap_10)) { + for (i = 0; i < ext_bits; i++) { + input_report_key(dev, BTN_0 + 2 * i, + hw->ext_buttons & (1 << i)); + input_report_key(dev, BTN_1 + 2 * i, + hw->ext_buttons & (1 << (i + ext_bits))); + } + return; + } + + /* + * This generation of touchpads has the trackstick buttons + * physically wired to the touchpad. Re-route them through + * the pass-through interface. + */ + if (!priv->pt_port) + return; + + /* The trackstick expects at most 3 buttons */ + priv->pt_buttons = SYN_CAP_EXT_BUTTON_STICK_L(hw->ext_buttons) | + SYN_CAP_EXT_BUTTON_STICK_R(hw->ext_buttons) << 1 | + SYN_CAP_EXT_BUTTON_STICK_M(hw->ext_buttons) << 2; + + synaptics_pass_pt_packet(psmouse, priv->pt_port, buf); +} + static void synaptics_report_buttons(struct psmouse *psmouse, const struct synaptics_hw_state *hw) { struct input_dev *dev = psmouse->dev; struct synaptics_data *priv = psmouse->private; - int i; input_report_key(dev, BTN_LEFT, hw->left); input_report_key(dev, BTN_RIGHT, hw->right); @@ -764,8 +906,7 @@ input_report_key(dev, BTN_BACK, hw->down); } - for (i = 0; i < SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap); i++) - input_report_key(dev, BTN_0 + i, hw->ext_buttons & (1 << i)); + synaptics_report_ext_buttons(psmouse, hw); } static void synaptics_report_slot(struct input_dev *dev, int slot, @@ -1301,7 +1442,8 @@ if (SYN_CAP_PASS_THROUGH(priv->capabilities) && synaptics_is_pt_packet(psmouse->packet)) { if (priv->pt_port) - synaptics_pass_pt_packet(priv->pt_port, psmouse->packet); + synaptics_pass_pt_packet(psmouse, priv->pt_port, + psmouse->packet); } else synaptics_process_packet(psmouse); @@ -1395,8 +1537,9 @@ __set_bit(BTN_BACK, dev->keybit); } - for (i = 0; i < SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap); i++) - __set_bit(BTN_0 + i, dev->keybit); + if (!SYN_CAP_EXT_BUTTONS_STICK(priv->ext_cap_10)) + for (i = 0; i < SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap); i++) + __set_bit(BTN_0 + i, dev->keybit); __clear_bit(EV_REL, dev->evbit); __clear_bit(REL_X, dev->relbit); @@ -1404,12 +1547,15 @@ if (SYN_CAP_CLICKPAD(priv->ext_cap_0c)) { __set_bit(INPUT_PROP_BUTTONPAD, dev->propbit); - if (matches_pnp_id(psmouse, topbuttonpad_pnp_ids)) + if (psmouse_matches_pnp_id(psmouse, topbuttonpad_pnp_ids) && + !SYN_CAP_EXT_BUTTONS_STICK(priv->ext_cap_10)) __set_bit(INPUT_PROP_TOPBUTTONPAD, dev->propbit); /* Clickpads report only left button */ __clear_bit(BTN_RIGHT, dev->keybit); __clear_bit(BTN_MIDDLE, dev->keybit); - } + } else if (SYN_CAP_CLICKPAD2BTN(priv->ext_cap_0c) || + SYN_CAP_CLICKPAD2BTN2(priv->ext_cap_0c)) + __set_bit(INPUT_PROP_BUTTONPAD, dev->propbit); } static ssize_t synaptics_show_disable_gesture(struct psmouse *psmouse, @@ -1577,10 +1723,28 @@ { } }; +static const struct dmi_system_id forcepad_dmi_table[] __initconst = { +#if defined(CONFIG_DMI) && defined(CONFIG_X86) + { + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), + DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook Folio 1040 G1"), + }, + }, +#endif + { } +}; + void __init synaptics_module_init(void) { impaired_toshiba_kbc = dmi_check_system(toshiba_dmi_table); broken_olpc_ec = dmi_check_system(olpc_dmi_table); + + /* + * Unfortunately ForcePad capability is not exported over PS/2, + * so we have to resort to checking DMI. + */ + is_forcepad = dmi_check_system(forcepad_dmi_table); } static int __synaptics_init(struct psmouse *psmouse, bool absolute_mode) --- linux-lts-utopic-3.16.0.orig/drivers/input/mouse/synaptics.h +++ linux-lts-utopic-3.16.0/drivers/input/mouse/synaptics.h @@ -22,6 +22,7 @@ #define SYN_QUE_EXT_CAPAB_0C 0x0c #define SYN_QUE_EXT_MAX_COORDS 0x0d #define SYN_QUE_EXT_MIN_COORDS 0x0f +#define SYN_QUE_MEXT_CAPAB_10 0x10 /* synatics modes */ #define SYN_BIT_ABSOLUTE_MODE (1 << 7) @@ -53,6 +54,7 @@ #define SYN_EXT_CAP_REQUESTS(c) (((c) & 0x700000) >> 20) #define SYN_CAP_MULTI_BUTTON_NO(ec) (((ec) & 0x00f000) >> 12) #define SYN_CAP_PRODUCT_ID(ec) (((ec) & 0xff0000) >> 16) +#define SYN_MEXT_CAP_BIT(m) ((m) & (1 << 1)) /* * The following describes response for the 0x0c query. @@ -77,16 +79,43 @@ * for noise. * 2 0x08 image sensor image sensor tracks 5 fingers, but only * reports 2. + * 2 0x01 uniform clickpad whole clickpad moves instead of being + * hinged at the top. * 2 0x20 report min query 0x0f gives min coord reported */ #define SYN_CAP_CLICKPAD(ex0c) ((ex0c) & 0x100000) /* 1-button ClickPad */ #define SYN_CAP_CLICKPAD2BTN(ex0c) ((ex0c) & 0x000100) /* 2-button ClickPad */ +#define SYN_CAP_CLICKPAD2BTN2(ex0c) ((ex0c) & 0x200000) /* 2-button ClickPad */ #define SYN_CAP_MAX_DIMENSIONS(ex0c) ((ex0c) & 0x020000) #define SYN_CAP_MIN_DIMENSIONS(ex0c) ((ex0c) & 0x002000) #define SYN_CAP_ADV_GESTURE(ex0c) ((ex0c) & 0x080000) #define SYN_CAP_REDUCED_FILTERING(ex0c) ((ex0c) & 0x000400) #define SYN_CAP_IMAGE_SENSOR(ex0c) ((ex0c) & 0x000800) +/* + * The following descibes response for the 0x10 query. + * + * byte mask name meaning + * ---- ---- ------- ------------ + * 1 0x01 ext buttons are stick buttons exported in the extended + * capability are actually meant to be used + * by the tracktick (pass-through). + * 1 0x02 SecurePad the touchpad is a SecurePad, so it + * contains a built-in fingerprint reader. + * 1 0xe0 more ext count how many more extented queries are + * available after this one. + * 2 0xff SecurePad width the width of the SecurePad fingerprint + * reader. + * 3 0xff SecurePad height the height of the SecurePad fingerprint + * reader. + */ +#define SYN_CAP_EXT_BUTTONS_STICK(ex10) ((ex10) & 0x010000) +#define SYN_CAP_SECUREPAD(ex10) ((ex10) & 0x020000) + +#define SYN_CAP_EXT_BUTTON_STICK_L(eb) (!!((eb) & 0x01)) +#define SYN_CAP_EXT_BUTTON_STICK_M(eb) (!!((eb) & 0x02)) +#define SYN_CAP_EXT_BUTTON_STICK_R(eb) (!!((eb) & 0x04)) + /* synaptics modes query bits */ #define SYN_MODE_ABSOLUTE(m) ((m) & (1 << 7)) #define SYN_MODE_RATE(m) ((m) & (1 << 6)) @@ -154,6 +183,7 @@ unsigned long int capabilities; /* Capabilities */ unsigned long int ext_cap; /* Extended Capabilities */ unsigned long int ext_cap_0c; /* Ext Caps from 0x0c query */ + unsigned long int ext_cap_10; /* Ext Caps from 0x10 query */ unsigned long int identity; /* Identification */ unsigned int x_res, y_res; /* X/Y resolution in units/mm */ unsigned int x_max, y_max; /* Max coordinates (from FW) */ @@ -167,6 +197,7 @@ bool disable_gesture; /* disable gestures */ struct serio *pt_port; /* Pass-through serio port */ + unsigned char pt_buttons; /* Pass-through buttons */ struct synaptics_mt_state mt_state; /* Current mt finger state */ bool mt_state_lost; /* mt_state may be incorrect */ @@ -177,6 +208,11 @@ */ struct synaptics_hw_state agm; bool agm_pending; /* new AGM packet received */ + + /* ForcePad handling */ + unsigned long press_start; + bool press; + bool report_press; }; void synaptics_module_init(void); --- linux-lts-utopic-3.16.0.orig/drivers/input/serio/ambakmi.c +++ linux-lts-utopic-3.16.0/drivers/input/serio/ambakmi.c @@ -175,9 +175,9 @@ return 0; } -static int amba_kmi_resume(struct amba_device *dev) +static int __maybe_unused amba_kmi_resume(struct device *dev) { - struct amba_kmi_port *kmi = amba_get_drvdata(dev); + struct amba_kmi_port *kmi = dev_get_drvdata(dev); /* kick the serio layer to rescan this port */ serio_reconnect(kmi->io); @@ -185,6 +185,8 @@ return 0; } +static SIMPLE_DEV_PM_OPS(amba_kmi_dev_pm_ops, NULL, amba_kmi_resume); + static struct amba_id amba_kmi_idtable[] = { { .id = 0x00041050, @@ -199,11 +201,11 @@ .drv = { .name = "kmi-pl050", .owner = THIS_MODULE, + .pm = &amba_kmi_dev_pm_ops, }, .id_table = amba_kmi_idtable, .probe = amba_kmi_probe, .remove = amba_kmi_remove, - .resume = amba_kmi_resume, }; module_amba_driver(ambakmi_driver); --- linux-lts-utopic-3.16.0.orig/drivers/input/serio/i8042-x86ia64io.h +++ linux-lts-utopic-3.16.0/drivers/input/serio/i8042-x86ia64io.h @@ -101,6 +101,12 @@ }, { .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "X750LN"), + }, + }, + { + .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Compaq"), DMI_MATCH(DMI_PRODUCT_NAME , "ProLiant"), DMI_MATCH(DMI_PRODUCT_VERSION, "8500"), @@ -146,6 +152,14 @@ }, }, { + /* Medion Akoya E7225 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Medion"), + DMI_MATCH(DMI_PRODUCT_NAME, "Akoya E7225"), + DMI_MATCH(DMI_PRODUCT_VERSION, "1.0"), + }, + }, + { /* Blue FB5601 */ .matches = { DMI_MATCH(DMI_SYS_VENDOR, "blue"), @@ -244,6 +258,13 @@ }, }, { + /* Fujitsu Lifebook U745 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), + DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK U745"), + }, + }, + { /* Fujitsu T70H */ .matches = { DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), @@ -409,6 +430,13 @@ }, }, { + /* Acer Aspire 7738 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Acer"), + DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 7738"), + }, + }, + { /* Gericom Bellagio */ .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Gericom"), @@ -465,6 +493,13 @@ DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4 Notebook PC"), }, }, + { + /* Avatar AVIU-145A6 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Intel"), + DMI_MATCH(DMI_PRODUCT_NAME, "IC4I"), + }, + }, { } }; @@ -608,6 +643,30 @@ DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4 Notebook PC"), }, }, + { + /* Fujitsu A544 laptop */ + /* https://bugzilla.redhat.com/show_bug.cgi?id=1111138 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), + DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK A544"), + }, + }, + { + /* Fujitsu AH544 laptop */ + /* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), + DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK AH544"), + }, + }, + { + /* Fujitsu U574 laptop */ + /* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), + DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK U574"), + }, + }, { } }; @@ -691,6 +750,35 @@ { } }; +/* + * Some laptops need keyboard reset before probing for the trackpad to get + * it detected, initialised & finally work. + */ +static const struct dmi_system_id __initconst i8042_dmi_kbdreset_table[] = { + { + /* Gigabyte P35 v2 - Elantech touchpad */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"), + DMI_MATCH(DMI_PRODUCT_NAME, "P35V2"), + }, + }, + { + /* Aorus branded Gigabyte X3 Plus - Elantech touchpad */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"), + DMI_MATCH(DMI_PRODUCT_NAME, "X3"), + }, + }, + { + /* Gigabyte P34 - Elantech touchpad */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"), + DMI_MATCH(DMI_PRODUCT_NAME, "P34"), + }, + }, + { } +}; + #endif /* CONFIG_X86 */ #ifdef CONFIG_PNP @@ -986,6 +1074,9 @@ if (dmi_check_system(i8042_dmi_dritek_table)) i8042_dritek = true; + if (dmi_check_system(i8042_dmi_kbdreset_table)) + i8042_kbdreset = true; + /* * A20 was already enabled during early kernel init. But some buggy * BIOSes (in MSI Laptops) require A20 to be enabled using 8042 to --- linux-lts-utopic-3.16.0.orig/drivers/input/serio/i8042.c +++ linux-lts-utopic-3.16.0/drivers/input/serio/i8042.c @@ -67,6 +67,10 @@ module_param_named(notimeout, i8042_notimeout, bool, 0); MODULE_PARM_DESC(notimeout, "Ignore timeouts signalled by i8042"); +static bool i8042_kbdreset; +module_param_named(kbdreset, i8042_kbdreset, bool, 0); +MODULE_PARM_DESC(kbdreset, "Reset device connected to KBD port"); + #ifdef CONFIG_X86 static bool i8042_dritek; module_param_named(dritek, i8042_dritek, bool, 0); @@ -790,6 +794,16 @@ return -1; /* + * Reset keyboard (needed on some laptops to successfully detect + * touchpad, e.g., some Gigabyte laptop models with Elantech + * touchpads). + */ + if (i8042_kbdreset) { + pr_warn("Attempting to reset device connected to KBD port\n"); + i8042_kbd_write(NULL, (unsigned char) 0xff); + } + +/* * Test AUX IRQ delivery to make sure BIOS did not grab the IRQ and * used it for a PCI card or somethig else. */ --- linux-lts-utopic-3.16.0.orig/drivers/input/serio/serio.c +++ linux-lts-utopic-3.16.0/drivers/input/serio/serio.c @@ -524,8 +524,8 @@ spin_lock_init(&serio->lock); mutex_init(&serio->drv_mutex); device_initialize(&serio->dev); - dev_set_name(&serio->dev, "serio%ld", - (long)atomic_inc_return(&serio_no) - 1); + dev_set_name(&serio->dev, "serio%lu", + (unsigned long)atomic_inc_return(&serio_no) - 1); serio->dev.bus = &serio_bus; serio->dev.release = serio_release_port; serio->dev.groups = serio_device_attr_groups; --- linux-lts-utopic-3.16.0.orig/drivers/input/serio/serport.c +++ linux-lts-utopic-3.16.0/drivers/input/serio/serport.c @@ -21,6 +21,7 @@ #include #include #include +#include MODULE_AUTHOR("Vojtech Pavlik "); MODULE_DESCRIPTION("Input device TTY line discipline"); @@ -198,28 +199,55 @@ return 0; } +static void serport_set_type(struct tty_struct *tty, unsigned long type) +{ + struct serport *serport = tty->disc_data; + + serport->id.proto = type & 0x000000ff; + serport->id.id = (type & 0x0000ff00) >> 8; + serport->id.extra = (type & 0x00ff0000) >> 16; +} + /* * serport_ldisc_ioctl() allows to set the port protocol, and device ID */ -static int serport_ldisc_ioctl(struct tty_struct * tty, struct file * file, unsigned int cmd, unsigned long arg) +static int serport_ldisc_ioctl(struct tty_struct *tty, struct file *file, + unsigned int cmd, unsigned long arg) { - struct serport *serport = (struct serport*) tty->disc_data; - unsigned long type; - if (cmd == SPIOCSTYPE) { + unsigned long type; + if (get_user(type, (unsigned long __user *) arg)) return -EFAULT; - serport->id.proto = type & 0x000000ff; - serport->id.id = (type & 0x0000ff00) >> 8; - serport->id.extra = (type & 0x00ff0000) >> 16; + serport_set_type(tty, type); + return 0; + } + + return -EINVAL; +} + +#ifdef CONFIG_COMPAT +#define COMPAT_SPIOCSTYPE _IOW('q', 0x01, compat_ulong_t) +static long serport_ldisc_compat_ioctl(struct tty_struct *tty, + struct file *file, + unsigned int cmd, unsigned long arg) +{ + if (cmd == COMPAT_SPIOCSTYPE) { + void __user *uarg = compat_ptr(arg); + compat_ulong_t compat_type; + + if (get_user(compat_type, (compat_ulong_t __user *)uarg)) + return -EFAULT; + serport_set_type(tty, compat_type); return 0; } return -EINVAL; } +#endif static void serport_ldisc_write_wakeup(struct tty_struct * tty) { @@ -243,6 +271,9 @@ .close = serport_ldisc_close, .read = serport_ldisc_read, .ioctl = serport_ldisc_ioctl, +#ifdef CONFIG_COMPAT + .compat_ioctl = serport_ldisc_compat_ioctl, +#endif .receive_buf = serport_ldisc_receive, .write_wakeup = serport_ldisc_write_wakeup }; --- linux-lts-utopic-3.16.0.orig/drivers/input/tablet/aiptek.c +++ linux-lts-utopic-3.16.0/drivers/input/tablet/aiptek.c @@ -1819,6 +1819,14 @@ input_set_abs_params(inputdev, ABS_TILT_Y, AIPTEK_TILT_MIN, AIPTEK_TILT_MAX, 0, 0); input_set_abs_params(inputdev, ABS_WHEEL, AIPTEK_WHEEL_MIN, AIPTEK_WHEEL_MAX - 1, 0, 0); + /* Verify that a device really has an endpoint */ + if (intf->altsetting[0].desc.bNumEndpoints < 1) { + dev_err(&intf->dev, + "interface has %d endpoints, but must have minimum 1\n", + intf->altsetting[0].desc.bNumEndpoints); + err = -EINVAL; + goto fail3; + } endpoint = &intf->altsetting[0].endpoint[0].desc; /* Go set up our URB, which is called when the tablet receives @@ -1861,6 +1869,7 @@ if (i == ARRAY_SIZE(speeds)) { dev_info(&intf->dev, "Aiptek tried all speeds, no sane response\n"); + err = -EINVAL; goto fail3; } --- linux-lts-utopic-3.16.0.orig/drivers/input/tablet/gtco.c +++ linux-lts-utopic-3.16.0/drivers/input/tablet/gtco.c @@ -868,6 +868,14 @@ goto err_free_buf; } + /* Sanity check that a device has an endpoint */ + if (usbinterface->altsetting[0].desc.bNumEndpoints < 1) { + dev_err(&usbinterface->dev, + "Invalid number of endpoints\n"); + error = -EINVAL; + goto err_free_urb; + } + /* * The endpoint is always altsetting 0, we know this since we know * this device only has one interrupt endpoint @@ -889,7 +897,7 @@ * HID report descriptor */ if (usb_get_extra_descriptor(usbinterface->cur_altsetting, - HID_DEVICE_TYPE, &hid_desc) != 0){ + HID_DEVICE_TYPE, &hid_desc) != 0) { dev_err(&usbinterface->dev, "Can't retrieve exta USB descriptor to get hid report descriptor length\n"); error = -EIO; --- linux-lts-utopic-3.16.0.orig/drivers/input/tablet/wacom_wac.c +++ linux-lts-utopic-3.16.0/drivers/input/tablet/wacom_wac.c @@ -698,6 +698,12 @@ input_report_key(input, BTN_7, (data[4] & 0x40)); /* Left */ input_report_key(input, BTN_8, (data[4] & 0x80)); /* Down */ input_report_key(input, BTN_0, (data[3] & 0x01)); /* Center */ + + if (data[4] | (data[3] & 0x01)) { + input_report_abs(input, ABS_MISC, PAD_DEVICE_ID); + } else { + input_report_abs(input, ABS_MISC, 0); + } } else if (features->type >= INTUOS5S && features->type <= INTUOSPL) { int i; @@ -1285,7 +1291,9 @@ return 0; if (data[0] == WACOM_REPORT_USB) { - if (features->type == INTUOSHT && features->touch_max) { + if (features->type == INTUOSHT && + wacom->shared->touch_input && + features->touch_max) { input_report_switch(wacom->shared->touch_input, SW_MUTE_DEVICE, data[8] & 0x40); input_sync(wacom->shared->touch_input); @@ -1378,7 +1386,8 @@ int pid, battery; if ((wacom->shared->type == INTUOSHT) && - wacom->shared->touch_max) { + wacom->shared->touch_input && + wacom->shared->touch_max) { input_report_switch(wacom->shared->touch_input, SW_MUTE_DEVICE, data[5] & 0x40); input_sync(wacom->shared->touch_input); --- linux-lts-utopic-3.16.0.orig/drivers/input/touchscreen/usbtouchscreen.c +++ linux-lts-utopic-3.16.0/drivers/input/touchscreen/usbtouchscreen.c @@ -625,6 +625,9 @@ goto err_out; } + /* TSC-25 data sheet specifies a delay after the RESET command */ + msleep(150); + /* set coordinate output rate */ buf[0] = buf[1] = 0xFF; ret = usb_control_msg(dev, usb_rcvctrlpipe (dev, 0), --- linux-lts-utopic-3.16.0.orig/drivers/iommu/Kconfig +++ linux-lts-utopic-3.16.0/drivers/iommu/Kconfig @@ -76,7 +76,7 @@ config AMD_IOMMU_V2 tristate "AMD IOMMU Version 2 driver" - depends on AMD_IOMMU && PROFILING + depends on AMD_IOMMU select MMU_NOTIFIER ---help--- This option enables support for the AMD IOMMUv2 features of the IOMMU --- linux-lts-utopic-3.16.0.orig/drivers/iommu/amd_iommu.c +++ linux-lts-utopic-3.16.0/drivers/iommu/amd_iommu.c @@ -1922,9 +1922,15 @@ pt = (u64 *)__pt; \ \ for (i = 0; i < 512; ++i) { \ + /* PTE present? */ \ if (!IOMMU_PTE_PRESENT(pt[i])) \ continue; \ \ + /* Large PTE? */ \ + if (PM_PTE_LEVEL(pt[i]) == 0 || \ + PM_PTE_LEVEL(pt[i]) == 7) \ + continue; \ + \ p = (unsigned long)IOMMU_PTE_PAGE(pt[i]); \ FN(p); \ } \ @@ -2146,8 +2152,8 @@ static void clear_dte_entry(u16 devid) { /* remove entry from the device table seen by the hardware */ - amd_iommu_dev_table[devid].data[0] = IOMMU_PTE_P | IOMMU_PTE_TV; - amd_iommu_dev_table[devid].data[1] = 0; + amd_iommu_dev_table[devid].data[0] = IOMMU_PTE_P | IOMMU_PTE_TV; + amd_iommu_dev_table[devid].data[1] &= DTE_FLAG_MASK; amd_iommu_apply_erratum_63(devid); } @@ -3227,14 +3233,16 @@ static void cleanup_domain(struct protection_domain *domain) { - struct iommu_dev_data *dev_data, *next; + struct iommu_dev_data *entry; unsigned long flags; write_lock_irqsave(&amd_iommu_devtable_lock, flags); - list_for_each_entry_safe(dev_data, next, &domain->dev_list, list) { - __detach_device(dev_data); - atomic_set(&dev_data->bind, 0); + while (!list_empty(&domain->dev_list)) { + entry = list_first_entry(&domain->dev_list, + struct iommu_dev_data, list); + __detach_device(entry); + atomic_set(&entry->bind, 0); } write_unlock_irqrestore(&amd_iommu_devtable_lock, flags); --- linux-lts-utopic-3.16.0.orig/drivers/iommu/amd_iommu_init.c +++ linux-lts-utopic-3.16.0/drivers/iommu/amd_iommu_init.c @@ -226,6 +226,10 @@ static int amd_iommu_enable_interrupts(void); static int __init iommu_go_to_state(enum iommu_init_state state); +static int iommu_pc_get_set_reg_val(struct amd_iommu *iommu, + u8 bank, u8 cntr, u8 fxn, + u64 *value, bool is_write); + static inline void update_last_devid(u16 devid) { if (devid > amd_iommu_last_bdf) @@ -1182,8 +1186,8 @@ amd_iommu_pc_present = true; /* Check if the performance counters can be written to */ - if ((0 != amd_iommu_pc_get_set_reg_val(0, 0, 0, 0, &val, true)) || - (0 != amd_iommu_pc_get_set_reg_val(0, 0, 0, 0, &val2, false)) || + if ((0 != iommu_pc_get_set_reg_val(iommu, 0, 0, 0, &val, true)) || + (0 != iommu_pc_get_set_reg_val(iommu, 0, 0, 0, &val2, false)) || (val != val2)) { pr_err("AMD-Vi: Unable to write to IOMMU perf counter.\n"); amd_iommu_pc_present = false; @@ -2316,22 +2320,15 @@ } EXPORT_SYMBOL(amd_iommu_pc_get_max_counters); -int amd_iommu_pc_get_set_reg_val(u16 devid, u8 bank, u8 cntr, u8 fxn, +static int iommu_pc_get_set_reg_val(struct amd_iommu *iommu, + u8 bank, u8 cntr, u8 fxn, u64 *value, bool is_write) { - struct amd_iommu *iommu; u32 offset; u32 max_offset_lim; - /* Make sure the IOMMU PC resource is available */ - if (!amd_iommu_pc_present) - return -ENODEV; - - /* Locate the iommu associated with the device ID */ - iommu = amd_iommu_rlookup_table[devid]; - /* Check for valid iommu and pc register indexing */ - if (WARN_ON((iommu == NULL) || (fxn > 0x28) || (fxn & 7))) + if (WARN_ON((fxn > 0x28) || (fxn & 7))) return -ENODEV; offset = (u32)(((0x40|bank) << 12) | (cntr << 8) | fxn); @@ -2355,3 +2352,16 @@ return 0; } EXPORT_SYMBOL(amd_iommu_pc_get_set_reg_val); + +int amd_iommu_pc_get_set_reg_val(u16 devid, u8 bank, u8 cntr, u8 fxn, + u64 *value, bool is_write) +{ + struct amd_iommu *iommu = amd_iommu_rlookup_table[devid]; + + /* Make sure the IOMMU PC resource is available */ + if (!amd_iommu_pc_present || iommu == NULL) + return -ENODEV; + + return iommu_pc_get_set_reg_val(iommu, bank, cntr, fxn, + value, is_write); +} --- linux-lts-utopic-3.16.0.orig/drivers/iommu/amd_iommu_types.h +++ linux-lts-utopic-3.16.0/drivers/iommu/amd_iommu_types.h @@ -289,6 +289,7 @@ #define IOMMU_PTE_IR (1ULL << 61) #define IOMMU_PTE_IW (1ULL << 62) +#define DTE_FLAG_MASK (0x3ffULL << 32) #define DTE_FLAG_IOTLB (0x01UL << 32) #define DTE_FLAG_GV (0x01ULL << 55) #define DTE_GLX_SHIFT (56) @@ -390,12 +391,6 @@ }; -#define PPR_FAULT_EXEC (1 << 1) -#define PPR_FAULT_READ (1 << 2) -#define PPR_FAULT_WRITE (1 << 5) -#define PPR_FAULT_USER (1 << 6) -#define PPR_FAULT_RSVD (1 << 7) -#define PPR_FAULT_GN (1 << 8) struct iommu_domain; --- linux-lts-utopic-3.16.0.orig/drivers/iommu/amd_iommu_v2.c +++ linux-lts-utopic-3.16.0/drivers/iommu/amd_iommu_v2.c @@ -47,12 +47,13 @@ atomic_t count; /* Reference count */ unsigned mmu_notifier_count; /* Counting nested mmu_notifier calls */ - struct task_struct *task; /* Task bound to this PASID */ struct mm_struct *mm; /* mm_struct for the faults */ - struct mmu_notifier mn; /* mmu_otifier handle */ + struct mmu_notifier mn; /* mmu_notifier handle */ struct pri_queue pri[PRI_QUEUE_SIZE]; /* PRI tag states */ struct device_state *device_state; /* Link to our device_state */ int pasid; /* PASID index */ + bool invalid; /* Used during setup and + teardown of the pasid */ spinlock_t lock; /* Protect pri_queues and mmu_notifer_count */ wait_queue_head_t wq; /* To wait for count == 0 */ @@ -99,7 +100,6 @@ static u64 *empty_page_table; static void free_pasid_states(struct device_state *dev_state); -static void unbind_pasid(struct device_state *dev_state, int pasid); static u16 device_id(struct pci_dev *pdev) { @@ -297,37 +297,29 @@ schedule(); finish_wait(&pasid_state->wq, &wait); - mmput(pasid_state->mm); free_pasid_state(pasid_state); } -static void __unbind_pasid(struct pasid_state *pasid_state) +static void unbind_pasid(struct pasid_state *pasid_state) { struct iommu_domain *domain; domain = pasid_state->device_state->domain; + /* + * Mark pasid_state as invalid, no more faults will we added to the + * work queue after this is visible everywhere. + */ + pasid_state->invalid = true; + + /* Make sure this is visible */ + smp_wmb(); + + /* After this the device/pasid can't access the mm anymore */ amd_iommu_domain_clear_gcr3(domain, pasid_state->pasid); - clear_pasid_state(pasid_state->device_state, pasid_state->pasid); /* Make sure no more pending faults are in the queue */ flush_workqueue(iommu_wq); - - mmu_notifier_unregister(&pasid_state->mn, pasid_state->mm); - - put_pasid_state(pasid_state); /* Reference taken in bind() function */ -} - -static void unbind_pasid(struct device_state *dev_state, int pasid) -{ - struct pasid_state *pasid_state; - - pasid_state = get_pasid_state(dev_state, pasid); - if (pasid_state == NULL) - return; - - __unbind_pasid(pasid_state); - put_pasid_state_wait(pasid_state); /* Reference taken in this function */ } static void free_pasid_states_level1(struct pasid_state **tbl) @@ -373,6 +365,12 @@ * unbind the PASID */ mmu_notifier_unregister(&pasid_state->mn, pasid_state->mm); + + put_pasid_state_wait(pasid_state); /* Reference taken in + amd_iommu_bind_pasid */ + + /* Drop reference taken in amd_iommu_bind_pasid */ + put_device_state(dev_state); } if (dev_state->pasid_levels == 2) @@ -411,14 +409,6 @@ return 0; } -static void mn_change_pte(struct mmu_notifier *mn, - struct mm_struct *mm, - unsigned long address, - pte_t pte) -{ - __mn_flush_page(mn, address); -} - static void mn_invalidate_page(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long address) @@ -472,22 +462,23 @@ { struct pasid_state *pasid_state; struct device_state *dev_state; + bool run_inv_ctx_cb; might_sleep(); - pasid_state = mn_to_state(mn); - dev_state = pasid_state->device_state; + pasid_state = mn_to_state(mn); + dev_state = pasid_state->device_state; + run_inv_ctx_cb = !pasid_state->invalid; - if (pasid_state->device_state->inv_ctx_cb) + if (run_inv_ctx_cb && pasid_state->device_state->inv_ctx_cb) dev_state->inv_ctx_cb(dev_state->pdev, pasid_state->pasid); - unbind_pasid(dev_state, pasid_state->pasid); + unbind_pasid(pasid_state); } static struct mmu_notifier_ops iommu_mn = { .release = mn_release, .clear_flush_young = mn_clear_flush_young, - .change_pte = mn_change_pte, .invalidate_page = mn_invalidate_page, .invalidate_range_start = mn_invalidate_range_start, .invalidate_range_end = mn_invalidate_range_end, @@ -529,7 +520,7 @@ write = !!(fault->flags & PPR_FAULT_WRITE); down_read(&fault->state->mm->mmap_sem); - npages = get_user_pages(fault->state->task, fault->state->mm, + npages = get_user_pages(NULL, fault->state->mm, fault->address, 1, write, 0, &page, NULL); up_read(&fault->state->mm->mmap_sem); @@ -587,7 +578,7 @@ goto out; pasid_state = get_pasid_state(dev_state, iommu_fault->pasid); - if (pasid_state == NULL) { + if (pasid_state == NULL || pasid_state->invalid) { /* We know the device but not the PASID -> send INVALID */ amd_iommu_complete_ppr(dev_state->pdev, iommu_fault->pasid, PPR_INVALID, tag); @@ -612,6 +603,7 @@ fault->state = pasid_state; fault->tag = tag; fault->finish = finish; + fault->pasid = iommu_fault->pasid; fault->flags = iommu_fault->flags; INIT_WORK(&fault->work, do_fault); @@ -620,6 +612,10 @@ ret = NOTIFY_OK; out_drop_state: + + if (ret != NOTIFY_OK && pasid_state) + put_pasid_state(pasid_state); + put_device_state(dev_state); out: @@ -635,6 +631,7 @@ { struct pasid_state *pasid_state; struct device_state *dev_state; + struct mm_struct *mm; u16 devid; int ret; @@ -658,20 +655,23 @@ if (pasid_state == NULL) goto out; + atomic_set(&pasid_state->count, 1); init_waitqueue_head(&pasid_state->wq); spin_lock_init(&pasid_state->lock); - pasid_state->task = task; - pasid_state->mm = get_task_mm(task); + mm = get_task_mm(task); + pasid_state->mm = mm; pasid_state->device_state = dev_state; pasid_state->pasid = pasid; + pasid_state->invalid = true; /* Mark as valid only if we are + done with setting up the pasid */ pasid_state->mn.ops = &iommu_mn; if (pasid_state->mm == NULL) goto out_free; - mmu_notifier_register(&pasid_state->mn, pasid_state->mm); + mmu_notifier_register(&pasid_state->mn, mm); ret = set_pasid_state(dev_state, pasid_state, pasid); if (ret) @@ -682,15 +682,26 @@ if (ret) goto out_clear_state; + /* Now we are ready to handle faults */ + pasid_state->invalid = false; + + /* + * Drop the reference to the mm_struct here. We rely on the + * mmu_notifier release call-back to inform us when the mm + * is going away. + */ + mmput(mm); + return 0; out_clear_state: clear_pasid_state(dev_state, pasid); out_unregister: - mmu_notifier_unregister(&pasid_state->mn, pasid_state->mm); + mmu_notifier_unregister(&pasid_state->mn, mm); out_free: + mmput(mm); free_pasid_state(pasid_state); out: @@ -728,10 +739,22 @@ */ put_pasid_state(pasid_state); - /* This will call the mn_release function and unbind the PASID */ + /* Clear the pasid state so that the pasid can be re-used */ + clear_pasid_state(dev_state, pasid_state->pasid); + + /* + * Call mmu_notifier_unregister to drop our reference + * to pasid_state->mm + */ mmu_notifier_unregister(&pasid_state->mn, pasid_state->mm); + put_pasid_state_wait(pasid_state); /* Reference taken in + amd_iommu_bind_pasid */ out: + /* Drop reference taken in this function */ + put_device_state(dev_state); + + /* Drop reference taken in amd_iommu_bind_pasid */ put_device_state(dev_state); } EXPORT_SYMBOL(amd_iommu_unbind_pasid); --- linux-lts-utopic-3.16.0.orig/drivers/iommu/arm-smmu.c +++ linux-lts-utopic-3.16.0/drivers/iommu/arm-smmu.c @@ -830,8 +830,11 @@ reg |= TTBCR_EAE | (TTBCR_SH_IS << TTBCR_SH0_SHIFT) | (TTBCR_RGN_WBWA << TTBCR_ORGN0_SHIFT) | - (TTBCR_RGN_WBWA << TTBCR_IRGN0_SHIFT) | - (TTBCR_SL0_LVL_1 << TTBCR_SL0_SHIFT); + (TTBCR_RGN_WBWA << TTBCR_IRGN0_SHIFT); + + if (!stage1) + reg |= (TTBCR_SL0_LVL_1 << TTBCR_SL0_SHIFT); + writel_relaxed(reg, cb_base + ARM_SMMU_CB_TTBCR); /* MAIR0 (stage-1 only) */ --- linux-lts-utopic-3.16.0.orig/drivers/iommu/dmar.c +++ linux-lts-utopic-3.16.0/drivers/iommu/dmar.c @@ -677,8 +677,7 @@ andd->object_name); continue; } - acpi_bus_get_device(h, &adev); - if (!adev) { + if (acpi_bus_get_device(h, &adev)) { pr_err("Failed to get device for ACPI object %s\n", andd->object_name); continue; @@ -1247,7 +1246,7 @@ raw_spin_lock_irqsave(&iommu->register_lock, flags); - sts = dmar_readq(iommu->reg + DMAR_GSTS_REG); + sts = readl(iommu->reg + DMAR_GSTS_REG); if (!(sts & DMA_GSTS_QIES)) goto end; --- linux-lts-utopic-3.16.0.orig/drivers/iommu/fsl_pamu_domain.c +++ linux-lts-utopic-3.16.0/drivers/iommu/fsl_pamu_domain.c @@ -1048,7 +1048,7 @@ struct iommu_group *group = ERR_PTR(-ENODEV); struct pci_dev *pdev; const u32 *prop; - int ret, len; + int ret = 0, len; /* * For platform devices we allocate a separate group for @@ -1071,7 +1071,13 @@ if (IS_ERR(group)) return PTR_ERR(group); - ret = iommu_group_add_device(group, dev); + /* + * Check if device has already been added to an iommu group. + * Group could have already been created for a PCI device in + * the iommu_group_get_for_dev path. + */ + if (!dev->iommu_group) + ret = iommu_group_add_device(group, dev); iommu_group_put(group); return ret; --- linux-lts-utopic-3.16.0.orig/drivers/iommu/intel-iommu.c +++ linux-lts-utopic-3.16.0/drivers/iommu/intel-iommu.c @@ -51,6 +51,7 @@ #define CONTEXT_SIZE VTD_PAGE_SIZE #define IS_GFX_DEVICE(pdev) ((pdev->class >> 16) == PCI_BASE_CLASS_DISPLAY) +#define IS_USB_DEVICE(pdev) ((pdev->class >> 8) == PCI_CLASS_SERIAL_USB) #define IS_ISA_DEVICE(pdev) ((pdev->class >> 8) == PCI_CLASS_BRIDGE_ISA) #define IS_AZALIA(pdev) ((pdev)->vendor == 0x8086 && (pdev)->device == 0x3a3e) @@ -665,6 +666,11 @@ domain_update_iommu_superpage(domain); } +static int iommu_dummy(struct device *dev) +{ + return dev->archdata.iommu == DUMMY_DEVICE_DOMAIN_INFO; +} + static struct intel_iommu *device_to_iommu(struct device *dev, u8 *bus, u8 *devfn) { struct dmar_drhd_unit *drhd = NULL; @@ -674,6 +680,9 @@ u16 segment; int i; + if (iommu_dummy(dev)) + return NULL; + if (dev_is_pci(dev)) { pdev = to_pci_dev(dev); segment = pci_domain_nr(pdev->bus); @@ -1966,7 +1975,7 @@ struct dma_pte *first_pte = NULL, *pte = NULL; phys_addr_t uninitialized_var(pteval); int addr_width = agaw_to_width(domain->agaw) - VTD_PAGE_SHIFT; - unsigned long sg_res; + unsigned long sg_res = 0; unsigned int largepage_lvl = 0; unsigned long lvl_pages = 0; @@ -1977,10 +1986,8 @@ prot &= DMA_PTE_READ | DMA_PTE_WRITE | DMA_PTE_SNP; - if (sg) - sg_res = 0; - else { - sg_res = nr_pages + 1; + if (!sg) { + sg_res = nr_pages; pteval = ((phys_addr_t)phys_pfn << VTD_PAGE_SHIFT) | prot; } @@ -2523,22 +2530,50 @@ return false; } +/* + * There are a couple cases where we need to restrict the functionality of + * devices associated with RMRRs. The first is when evaluating a device for + * identity mapping because problems exist when devices are moved in and out + * of domains and their respective RMRR information is lost. This means that + * a device with associated RMRRs will never be in a "passthrough" domain. + * The second is use of the device through the IOMMU API. This interface + * expects to have full control of the IOVA space for the device. We cannot + * satisfy both the requirement that RMRR access is maintained and have an + * unencumbered IOVA space. We also have no ability to quiesce the device's + * use of the RMRR space or even inform the IOMMU API user of the restriction. + * We therefore prevent devices associated with an RMRR from participating in + * the IOMMU API, which eliminates them from device assignment. + * + * In both cases we assume that PCI USB devices with RMRRs have them largely + * for historical reasons and that the RMRR space is not actively used post + * boot. This exclusion may change if vendors begin to abuse it. + * + * The same exception is made for graphics devices, with the requirement that + * any use of the RMRR regions will be torn down before assigning the device + * to a guest. + */ +static bool device_is_rmrr_locked(struct device *dev) +{ + if (!device_has_rmrr(dev)) + return false; + + if (dev_is_pci(dev)) { + struct pci_dev *pdev = to_pci_dev(dev); + + if (IS_USB_DEVICE(pdev) || IS_GFX_DEVICE(pdev)) + return false; + } + + return true; +} + static int iommu_should_identity_map(struct device *dev, int startup) { if (dev_is_pci(dev)) { struct pci_dev *pdev = to_pci_dev(dev); - /* - * We want to prevent any device associated with an RMRR from - * getting placed into the SI Domain. This is done because - * problems exist when devices are moved in and out of domains - * and their respective RMRR info is lost. We exempt USB devices - * from this process due to their usage of RMRRs that are known - * to not be needed after BIOS hand-off to OS. - */ - if (device_has_rmrr(dev) && - (pdev->class >> 8) != PCI_CLASS_SERIAL_USB) + if (device_is_rmrr_locked(dev)) return 0; if ((iommu_identity_mapping & IDENTMAP_AZALIA) && IS_AZALIA(pdev)) @@ -2938,11 +2973,6 @@ return __get_valid_domain_for_dev(dev); } -static int iommu_dummy(struct device *dev) -{ - return dev->archdata.iommu == DUMMY_DEVICE_DOMAIN_INFO; -} - /* Check if the dev needs to go through non-identity map and unmap process.*/ static int iommu_no_mapping(struct device *dev) { @@ -3768,14 +3798,17 @@ dev = pci_physfn(dev); for (bus = dev->bus; bus; bus = bus->parent) { bridge = bus->self; - if (!bridge || !pci_is_pcie(bridge) || + /* If it's an integrated device, allow ATS */ + if (!bridge) + return 1; + /* Connected via non-PCIe: no ATS */ + if (!pci_is_pcie(bridge) || pci_pcie_type(bridge) == PCI_EXP_TYPE_PCI_BRIDGE) return 0; + /* If we found the root port, look it up in the ATSR */ if (pci_pcie_type(bridge) == PCI_EXP_TYPE_ROOT_PORT) break; } - if (!bridge) - return 0; rcu_read_lock(); list_for_each_entry_rcu(atsru, &dmar_atsr_units, list) { @@ -3867,6 +3900,14 @@ action != BUS_NOTIFY_DEL_DEVICE) return 0; + /* + * If the device is still attached to a device driver we can't + * tear down the domain yet as DMA mappings may still be in use. + * Wait for the BUS_NOTIFY_UNBOUND_DRIVER event to do that. + */ + if (action == BUS_NOTIFY_DEL_DEVICE && dev->driver != NULL) + return 0; + domain = find_domain(dev); if (!domain) return 0; @@ -4202,6 +4243,11 @@ int addr_width; u8 bus, devfn; + if (device_is_rmrr_locked(dev)) { + dev_warn(dev, "Device is ineligible for IOMMU domain attach due to platform RMRR requirement. Contact your platform vendor.\n"); + return -EPERM; + } + /* normally dev is not mapped */ if (unlikely(domain_context_mapped(dev))) { struct dmar_domain *old_domain; --- linux-lts-utopic-3.16.0.orig/drivers/iommu/intel_irq_remapping.c +++ linux-lts-utopic-3.16.0/drivers/iommu/intel_irq_remapping.c @@ -504,7 +504,7 @@ raw_spin_lock_irqsave(&iommu->register_lock, flags); - sts = dmar_readq(iommu->reg + DMAR_GSTS_REG); + sts = readl(iommu->reg + DMAR_GSTS_REG); if (!(sts & DMA_GSTS_IRES)) goto end; --- linux-lts-utopic-3.16.0.orig/drivers/irqchip/Kconfig +++ linux-lts-utopic-3.16.0/drivers/irqchip/Kconfig @@ -10,6 +10,11 @@ config GIC_NON_BANKED bool +config ARM_GIC_V3 + bool + select IRQ_DOMAIN + select MULTI_IRQ_HANDLER + config ARM_NVIC bool select IRQ_DOMAIN --- linux-lts-utopic-3.16.0.orig/drivers/irqchip/Makefile +++ linux-lts-utopic-3.16.0/drivers/irqchip/Makefile @@ -15,7 +15,8 @@ obj-$(CONFIG_ARCH_SUNXI) += irq-sun4i.o obj-$(CONFIG_ARCH_SUNXI) += irq-sunxi-nmi.o obj-$(CONFIG_ARCH_SPEAR3XX) += spear-shirq.o -obj-$(CONFIG_ARM_GIC) += irq-gic.o +obj-$(CONFIG_ARM_GIC) += irq-gic.o irq-gic-common.o +obj-$(CONFIG_ARM_GIC_V3) += irq-gic-v3.o irq-gic-common.o obj-$(CONFIG_ARM_NVIC) += irq-nvic.o obj-$(CONFIG_ARM_VIC) += irq-vic.o obj-$(CONFIG_IMGPDC_IRQ) += irq-imgpdc.o --- linux-lts-utopic-3.16.0.orig/drivers/irqchip/irq-armada-370-xp.c +++ linux-lts-utopic-3.16.0/drivers/irqchip/irq-armada-370-xp.c @@ -43,6 +43,7 @@ #define ARMADA_370_XP_INT_CLEAR_ENABLE_OFFS (0x34) #define ARMADA_370_XP_INT_SOURCE_CTL(irq) (0x100 + irq*4) #define ARMADA_370_XP_INT_SOURCE_CPU_MASK 0xF +#define ARMADA_370_XP_INT_IRQ_FIQ_MASK(cpuid) ((BIT(0) | BIT(8)) << cpuid) #define ARMADA_370_XP_CPU_INTACK_OFFS (0x44) #define ARMADA_375_PPI_CAUSE (0x10) @@ -66,6 +67,7 @@ static void __iomem *per_cpu_int_base; static void __iomem *main_int_base; static struct irq_domain *armada_370_xp_mpic_domain; +static int parent_irq; #ifdef CONFIG_PCI_MSI static struct irq_domain *armada_370_xp_msi_domain; static DECLARE_BITMAP(msi_used, PCI_MSI_DOORBELL_NR); @@ -359,6 +361,7 @@ { if (action == CPU_STARTING || action == CPU_STARTING_FROZEN) armada_xp_mpic_smp_cpu_init(); + return NOTIFY_OK; } @@ -367,6 +370,20 @@ .priority = 100, }; +static int mpic_cascaded_secondary_init(struct notifier_block *nfb, + unsigned long action, void *hcpu) +{ + if (action == CPU_STARTING || action == CPU_STARTING_FROZEN) + enable_percpu_irq(parent_irq, IRQ_TYPE_NONE); + + return NOTIFY_OK; +} + +static struct notifier_block mpic_cascaded_cpu_notifier = { + .notifier_call = mpic_cascaded_secondary_init, + .priority = 100, +}; + #endif /* CONFIG_SMP */ static struct irq_domain_ops armada_370_xp_mpic_irq_ops = { @@ -410,19 +427,29 @@ struct irq_desc *desc) { struct irq_chip *chip = irq_get_chip(irq); - unsigned long irqmap, irqn; + unsigned long irqmap, irqn, irqsrc, cpuid; unsigned int cascade_irq; chained_irq_enter(chip, desc); irqmap = readl_relaxed(per_cpu_int_base + ARMADA_375_PPI_CAUSE); - - if (irqmap & BIT(0)) { - armada_370_xp_handle_msi_irq(NULL, true); - irqmap &= ~BIT(0); - } + cpuid = cpu_logical_map(smp_processor_id()); for_each_set_bit(irqn, &irqmap, BITS_PER_LONG) { + irqsrc = readl_relaxed(main_int_base + + ARMADA_370_XP_INT_SOURCE_CTL(irqn)); + + /* Check if the interrupt is not masked on current CPU. + * Test IRQ (0-1) and FIQ (8-9) mask bits. + */ + if (!(irqsrc & ARMADA_370_XP_INT_IRQ_FIQ_MASK(cpuid))) + continue; + + if (irqn == 1) { + armada_370_xp_handle_msi_irq(NULL, true); + continue; + } + cascade_irq = irq_find_mapping(armada_370_xp_mpic_domain, irqn); generic_handle_irq(cascade_irq); } @@ -483,7 +510,7 @@ struct device_node *parent) { struct resource main_int_res, per_cpu_int_res; - int parent_irq, nr_irqs, i; + int nr_irqs, i; u32 control; BUG_ON(of_address_to_resource(node, 0, &main_int_res)); @@ -531,6 +558,9 @@ register_cpu_notifier(&armada_370_xp_mpic_cpu_notifier); #endif } else { +#ifdef CONFIG_SMP + register_cpu_notifier(&mpic_cascaded_cpu_notifier); +#endif irq_set_chained_handler(parent_irq, armada_370_xp_mpic_handle_cascade_irq); } --- linux-lts-utopic-3.16.0.orig/drivers/irqchip/irq-gic-common.c +++ linux-lts-utopic-3.16.0/drivers/irqchip/irq-gic-common.c @@ -0,0 +1,115 @@ +/* + * Copyright (C) 2002 ARM Limited, All Rights Reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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, see . + */ + +#include +#include +#include +#include + +#include "irq-gic-common.h" + +void gic_configure_irq(unsigned int irq, unsigned int type, + void __iomem *base, void (*sync_access)(void)) +{ + u32 enablemask = 1 << (irq % 32); + u32 enableoff = (irq / 32) * 4; + u32 confmask = 0x2 << ((irq % 16) * 2); + u32 confoff = (irq / 16) * 4; + bool enabled = false; + u32 val; + + /* + * Read current configuration register, and insert the config + * for "irq", depending on "type". + */ + val = readl_relaxed(base + GIC_DIST_CONFIG + confoff); + if (type == IRQ_TYPE_LEVEL_HIGH) + val &= ~confmask; + else if (type == IRQ_TYPE_EDGE_RISING) + val |= confmask; + + /* + * As recommended by the spec, disable the interrupt before changing + * the configuration + */ + if (readl_relaxed(base + GIC_DIST_ENABLE_SET + enableoff) & enablemask) { + writel_relaxed(enablemask, base + GIC_DIST_ENABLE_CLEAR + enableoff); + if (sync_access) + sync_access(); + enabled = true; + } + + /* + * Write back the new configuration, and possibly re-enable + * the interrupt. + */ + writel_relaxed(val, base + GIC_DIST_CONFIG + confoff); + + if (enabled) + writel_relaxed(enablemask, base + GIC_DIST_ENABLE_SET + enableoff); + + if (sync_access) + sync_access(); +} + +void __init gic_dist_config(void __iomem *base, int gic_irqs, + void (*sync_access)(void)) +{ + unsigned int i; + + /* + * Set all global interrupts to be level triggered, active low. + */ + for (i = 32; i < gic_irqs; i += 16) + writel_relaxed(0, base + GIC_DIST_CONFIG + i / 4); + + /* + * Set priority on all global interrupts. + */ + for (i = 32; i < gic_irqs; i += 4) + writel_relaxed(0xa0a0a0a0, base + GIC_DIST_PRI + i); + + /* + * Disable all interrupts. Leave the PPI and SGIs alone + * as they are enabled by redistributor registers. + */ + for (i = 32; i < gic_irqs; i += 32) + writel_relaxed(0xffffffff, base + GIC_DIST_ENABLE_CLEAR + i / 8); + + if (sync_access) + sync_access(); +} + +void gic_cpu_config(void __iomem *base, void (*sync_access)(void)) +{ + int i; + + /* + * Deal with the banked PPI and SGI interrupts - disable all + * PPI interrupts, ensure all SGI interrupts are enabled. + */ + writel_relaxed(0xffff0000, base + GIC_DIST_ENABLE_CLEAR); + writel_relaxed(0x0000ffff, base + GIC_DIST_ENABLE_SET); + + /* + * Set priority on PPI and SGI interrupts + */ + for (i = 0; i < 32; i += 4) + writel_relaxed(0xa0a0a0a0, base + GIC_DIST_PRI + i * 4 / 4); + + if (sync_access) + sync_access(); +} --- linux-lts-utopic-3.16.0.orig/drivers/irqchip/irq-gic-common.h +++ linux-lts-utopic-3.16.0/drivers/irqchip/irq-gic-common.h @@ -0,0 +1,29 @@ +/* + * Copyright (C) 2002 ARM Limited, All Rights Reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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, see . + */ + +#ifndef _IRQ_GIC_COMMON_H +#define _IRQ_GIC_COMMON_H + +#include +#include + +void gic_configure_irq(unsigned int irq, unsigned int type, + void __iomem *base, void (*sync_access)(void)); +void gic_dist_config(void __iomem *base, int gic_irqs, + void (*sync_access)(void)); +void gic_cpu_config(void __iomem *base, void (*sync_access)(void)); + +#endif /* _IRQ_GIC_COMMON_H */ --- linux-lts-utopic-3.16.0.orig/drivers/irqchip/irq-gic-v3.c +++ linux-lts-utopic-3.16.0/drivers/irqchip/irq-gic-v3.c @@ -0,0 +1,692 @@ +/* + * Copyright (C) 2013, 2014 ARM Limited, All Rights Reserved. + * Author: Marc Zyngier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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, see . + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +#include +#include +#include + +#include "irq-gic-common.h" +#include "irqchip.h" + +struct gic_chip_data { + void __iomem *dist_base; + void __iomem **redist_base; + void __percpu __iomem **rdist; + struct irq_domain *domain; + u64 redist_stride; + u32 redist_regions; + unsigned int irq_nr; +}; + +static struct gic_chip_data gic_data __read_mostly; + +#define gic_data_rdist() (this_cpu_ptr(gic_data.rdist)) +#define gic_data_rdist_rd_base() (*gic_data_rdist()) +#define gic_data_rdist_sgi_base() (gic_data_rdist_rd_base() + SZ_64K) + +/* Our default, arbitrary priority value. Linux only uses one anyway. */ +#define DEFAULT_PMR_VALUE 0xf0 + +static inline unsigned int gic_irq(struct irq_data *d) +{ + return d->hwirq; +} + +static inline int gic_irq_in_rdist(struct irq_data *d) +{ + return gic_irq(d) < 32; +} + +static inline void __iomem *gic_dist_base(struct irq_data *d) +{ + if (gic_irq_in_rdist(d)) /* SGI+PPI -> SGI_base for this CPU */ + return gic_data_rdist_sgi_base(); + + if (d->hwirq <= 1023) /* SPI -> dist_base */ + return gic_data.dist_base; + + if (d->hwirq >= 8192) + BUG(); /* LPI Detected!!! */ + + return NULL; +} + +static void gic_do_wait_for_rwp(void __iomem *base) +{ + u32 count = 1000000; /* 1s! */ + + while (readl_relaxed(base + GICD_CTLR) & GICD_CTLR_RWP) { + count--; + if (!count) { + pr_err_ratelimited("RWP timeout, gone fishing\n"); + return; + } + cpu_relax(); + udelay(1); + }; +} + +/* Wait for completion of a distributor change */ +static void gic_dist_wait_for_rwp(void) +{ + gic_do_wait_for_rwp(gic_data.dist_base); +} + +/* Wait for completion of a redistributor change */ +static void gic_redist_wait_for_rwp(void) +{ + gic_do_wait_for_rwp(gic_data_rdist_rd_base()); +} + +/* Low level accessors */ +static u64 gic_read_iar(void) +{ + u64 irqstat; + + asm volatile("mrs_s %0, " __stringify(ICC_IAR1_EL1) : "=r" (irqstat)); + return irqstat; +} + +static void gic_write_pmr(u64 val) +{ + asm volatile("msr_s " __stringify(ICC_PMR_EL1) ", %0" : : "r" (val)); +} + +static void gic_write_ctlr(u64 val) +{ + asm volatile("msr_s " __stringify(ICC_CTLR_EL1) ", %0" : : "r" (val)); + isb(); +} + +static void gic_write_grpen1(u64 val) +{ + asm volatile("msr_s " __stringify(ICC_GRPEN1_EL1) ", %0" : : "r" (val)); + isb(); +} + +static void gic_write_sgi1r(u64 val) +{ + asm volatile("msr_s " __stringify(ICC_SGI1R_EL1) ", %0" : : "r" (val)); +} + +static void gic_enable_sre(void) +{ + u64 val; + + asm volatile("mrs_s %0, " __stringify(ICC_SRE_EL1) : "=r" (val)); + val |= ICC_SRE_EL1_SRE; + asm volatile("msr_s " __stringify(ICC_SRE_EL1) ", %0" : : "r" (val)); + isb(); + + /* + * Need to check that the SRE bit has actually been set. If + * not, it means that SRE is disabled at EL2. We're going to + * die painfully, and there is nothing we can do about it. + * + * Kindly inform the luser. + */ + asm volatile("mrs_s %0, " __stringify(ICC_SRE_EL1) : "=r" (val)); + if (!(val & ICC_SRE_EL1_SRE)) + pr_err("GIC: unable to set SRE (disabled at EL2), panic ahead\n"); +} + +static void gic_enable_redist(void) +{ + void __iomem *rbase; + u32 count = 1000000; /* 1s! */ + u32 val; + + rbase = gic_data_rdist_rd_base(); + + /* Wake up this CPU redistributor */ + val = readl_relaxed(rbase + GICR_WAKER); + val &= ~GICR_WAKER_ProcessorSleep; + writel_relaxed(val, rbase + GICR_WAKER); + + while (readl_relaxed(rbase + GICR_WAKER) & GICR_WAKER_ChildrenAsleep) { + count--; + if (!count) { + pr_err_ratelimited("redist didn't wake up...\n"); + return; + } + cpu_relax(); + udelay(1); + }; +} + +/* + * Routines to disable, enable, EOI and route interrupts + */ +static void gic_poke_irq(struct irq_data *d, u32 offset) +{ + u32 mask = 1 << (gic_irq(d) % 32); + void (*rwp_wait)(void); + void __iomem *base; + + if (gic_irq_in_rdist(d)) { + base = gic_data_rdist_sgi_base(); + rwp_wait = gic_redist_wait_for_rwp; + } else { + base = gic_data.dist_base; + rwp_wait = gic_dist_wait_for_rwp; + } + + writel_relaxed(mask, base + offset + (gic_irq(d) / 32) * 4); + rwp_wait(); +} + +static int gic_peek_irq(struct irq_data *d, u32 offset) +{ + u32 mask = 1 << (gic_irq(d) % 32); + void __iomem *base; + + if (gic_irq_in_rdist(d)) + base = gic_data_rdist_sgi_base(); + else + base = gic_data.dist_base; + + return !!(readl_relaxed(base + offset + (gic_irq(d) / 32) * 4) & mask); +} + +static void gic_mask_irq(struct irq_data *d) +{ + gic_poke_irq(d, GICD_ICENABLER); +} + +static void gic_unmask_irq(struct irq_data *d) +{ + gic_poke_irq(d, GICD_ISENABLER); +} + +static void gic_eoi_irq(struct irq_data *d) +{ + gic_write_eoir(gic_irq(d)); +} + +static int gic_set_type(struct irq_data *d, unsigned int type) +{ + unsigned int irq = gic_irq(d); + void (*rwp_wait)(void); + void __iomem *base; + + /* Interrupt configuration for SGIs can't be changed */ + if (irq < 16) + return -EINVAL; + + if (type != IRQ_TYPE_LEVEL_HIGH && type != IRQ_TYPE_EDGE_RISING) + return -EINVAL; + + if (gic_irq_in_rdist(d)) { + base = gic_data_rdist_sgi_base(); + rwp_wait = gic_redist_wait_for_rwp; + } else { + base = gic_data.dist_base; + rwp_wait = gic_dist_wait_for_rwp; + } + + gic_configure_irq(irq, type, base, rwp_wait); + + return 0; +} + +static u64 gic_mpidr_to_affinity(u64 mpidr) +{ + u64 aff; + + aff = (MPIDR_AFFINITY_LEVEL(mpidr, 3) << 32 | + MPIDR_AFFINITY_LEVEL(mpidr, 2) << 16 | + MPIDR_AFFINITY_LEVEL(mpidr, 1) << 8 | + MPIDR_AFFINITY_LEVEL(mpidr, 0)); + + return aff; +} + +static asmlinkage void __exception_irq_entry gic_handle_irq(struct pt_regs *regs) +{ + u64 irqnr; + + do { + irqnr = gic_read_iar(); + + if (likely(irqnr > 15 && irqnr < 1020)) { + u64 irq = irq_find_mapping(gic_data.domain, irqnr); + if (likely(irq)) { + handle_IRQ(irq, regs); + continue; + } + + WARN_ONCE(true, "Unexpected SPI received!\n"); + gic_write_eoir(irqnr); + } + if (irqnr < 16) { + gic_write_eoir(irqnr); +#ifdef CONFIG_SMP + handle_IPI(irqnr, regs); +#else + WARN_ONCE(true, "Unexpected SGI received!\n"); +#endif + continue; + } + } while (irqnr != ICC_IAR1_EL1_SPURIOUS); +} + +static void __init gic_dist_init(void) +{ + unsigned int i; + u64 affinity; + void __iomem *base = gic_data.dist_base; + + /* Disable the distributor */ + writel_relaxed(0, base + GICD_CTLR); + gic_dist_wait_for_rwp(); + + gic_dist_config(base, gic_data.irq_nr, gic_dist_wait_for_rwp); + + /* Enable distributor with ARE, Group1 */ + writel_relaxed(GICD_CTLR_ARE_NS | GICD_CTLR_ENABLE_G1A | GICD_CTLR_ENABLE_G1, + base + GICD_CTLR); + + /* + * Set all global interrupts to the boot CPU only. ARE must be + * enabled. + */ + affinity = gic_mpidr_to_affinity(cpu_logical_map(smp_processor_id())); + for (i = 32; i < gic_data.irq_nr; i++) + writeq_relaxed(affinity, base + GICD_IROUTER + i * 8); +} + +static int gic_populate_rdist(void) +{ + u64 mpidr = cpu_logical_map(smp_processor_id()); + u64 typer; + u32 aff; + int i; + + /* + * Convert affinity to a 32bit value that can be matched to + * GICR_TYPER bits [63:32]. + */ + aff = (MPIDR_AFFINITY_LEVEL(mpidr, 3) << 24 | + MPIDR_AFFINITY_LEVEL(mpidr, 2) << 16 | + MPIDR_AFFINITY_LEVEL(mpidr, 1) << 8 | + MPIDR_AFFINITY_LEVEL(mpidr, 0)); + + for (i = 0; i < gic_data.redist_regions; i++) { + void __iomem *ptr = gic_data.redist_base[i]; + u32 reg; + + reg = readl_relaxed(ptr + GICR_PIDR2) & GIC_PIDR2_ARCH_MASK; + if (reg != GIC_PIDR2_ARCH_GICv3 && + reg != GIC_PIDR2_ARCH_GICv4) { /* We're in trouble... */ + pr_warn("No redistributor present @%p\n", ptr); + break; + } + + do { + typer = readq_relaxed(ptr + GICR_TYPER); + if ((typer >> 32) == aff) { + gic_data_rdist_rd_base() = ptr; + pr_info("CPU%d: found redistributor %llx @%p\n", + smp_processor_id(), + (unsigned long long)mpidr, ptr); + return 0; + } + + if (gic_data.redist_stride) { + ptr += gic_data.redist_stride; + } else { + ptr += SZ_64K * 2; /* Skip RD_base + SGI_base */ + if (typer & GICR_TYPER_VLPIS) + ptr += SZ_64K * 2; /* Skip VLPI_base + reserved page */ + } + } while (!(typer & GICR_TYPER_LAST)); + } + + /* We couldn't even deal with ourselves... */ + WARN(true, "CPU%d: mpidr %llx has no re-distributor!\n", + smp_processor_id(), (unsigned long long)mpidr); + return -ENODEV; +} + +static void gic_cpu_init(void) +{ + void __iomem *rbase; + + /* Register ourselves with the rest of the world */ + if (gic_populate_rdist()) + return; + + gic_enable_redist(); + + rbase = gic_data_rdist_sgi_base(); + + gic_cpu_config(rbase, gic_redist_wait_for_rwp); + + /* Enable system registers */ + gic_enable_sre(); + + /* Set priority mask register */ + gic_write_pmr(DEFAULT_PMR_VALUE); + + /* EOI deactivates interrupt too (mode 0) */ + gic_write_ctlr(ICC_CTLR_EL1_EOImode_drop_dir); + + /* ... and let's hit the road... */ + gic_write_grpen1(1); +} + +#ifdef CONFIG_SMP +static int gic_secondary_init(struct notifier_block *nfb, + unsigned long action, void *hcpu) +{ + if (action == CPU_STARTING || action == CPU_STARTING_FROZEN) + gic_cpu_init(); + return NOTIFY_OK; +} + +/* + * Notifier for enabling the GIC CPU interface. Set an arbitrarily high + * priority because the GIC needs to be up before the ARM generic timers. + */ +static struct notifier_block gic_cpu_notifier = { + .notifier_call = gic_secondary_init, + .priority = 100, +}; + +static u16 gic_compute_target_list(int *base_cpu, const struct cpumask *mask, + u64 cluster_id) +{ + int cpu = *base_cpu; + u64 mpidr = cpu_logical_map(cpu); + u16 tlist = 0; + + while (cpu < nr_cpu_ids) { + /* + * If we ever get a cluster of more than 16 CPUs, just + * scream and skip that CPU. + */ + if (WARN_ON((mpidr & 0xff) >= 16)) + goto out; + + tlist |= 1 << (mpidr & 0xf); + + cpu = cpumask_next(cpu, mask); + if (cpu == nr_cpu_ids) + goto out; + + mpidr = cpu_logical_map(cpu); + + if (cluster_id != (mpidr & ~0xffUL)) { + cpu--; + goto out; + } + } +out: + *base_cpu = cpu; + return tlist; +} + +static void gic_send_sgi(u64 cluster_id, u16 tlist, unsigned int irq) +{ + u64 val; + + val = (MPIDR_AFFINITY_LEVEL(cluster_id, 3) << 48 | + MPIDR_AFFINITY_LEVEL(cluster_id, 2) << 32 | + irq << 24 | + MPIDR_AFFINITY_LEVEL(cluster_id, 1) << 16 | + tlist); + + pr_debug("CPU%d: ICC_SGI1R_EL1 %llx\n", smp_processor_id(), val); + gic_write_sgi1r(val); +} + +static void gic_raise_softirq(const struct cpumask *mask, unsigned int irq) +{ + int cpu; + + if (WARN_ON(irq >= 16)) + return; + + /* + * Ensure that stores to Normal memory are visible to the + * other CPUs before issuing the IPI. + */ + smp_wmb(); + + for_each_cpu_mask(cpu, *mask) { + u64 cluster_id = cpu_logical_map(cpu) & ~0xffUL; + u16 tlist; + + tlist = gic_compute_target_list(&cpu, mask, cluster_id); + gic_send_sgi(cluster_id, tlist, irq); + } + + /* Force the above writes to ICC_SGI1R_EL1 to be executed */ + isb(); +} + +static void gic_smp_init(void) +{ + set_smp_cross_call(gic_raise_softirq); + register_cpu_notifier(&gic_cpu_notifier); +} + +static int gic_set_affinity(struct irq_data *d, const struct cpumask *mask_val, + bool force) +{ + unsigned int cpu = cpumask_any_and(mask_val, cpu_online_mask); + void __iomem *reg; + int enabled; + u64 val; + + if (gic_irq_in_rdist(d)) + return -EINVAL; + + /* If interrupt was enabled, disable it first */ + enabled = gic_peek_irq(d, GICD_ISENABLER); + if (enabled) + gic_mask_irq(d); + + reg = gic_dist_base(d) + GICD_IROUTER + (gic_irq(d) * 8); + val = gic_mpidr_to_affinity(cpu_logical_map(cpu)); + + writeq_relaxed(val, reg); + + /* + * If the interrupt was enabled, enabled it again. Otherwise, + * just wait for the distributor to have digested our changes. + */ + if (enabled) + gic_unmask_irq(d); + else + gic_dist_wait_for_rwp(); + + return IRQ_SET_MASK_OK; +} +#else +#define gic_set_affinity NULL +#define gic_smp_init() do { } while(0) +#endif + +static struct irq_chip gic_chip = { + .name = "GICv3", + .irq_mask = gic_mask_irq, + .irq_unmask = gic_unmask_irq, + .irq_eoi = gic_eoi_irq, + .irq_set_type = gic_set_type, + .irq_set_affinity = gic_set_affinity, +}; + +static int gic_irq_domain_map(struct irq_domain *d, unsigned int irq, + irq_hw_number_t hw) +{ + /* SGIs are private to the core kernel */ + if (hw < 16) + return -EPERM; + /* PPIs */ + if (hw < 32) { + irq_set_percpu_devid(irq); + irq_set_chip_and_handler(irq, &gic_chip, + handle_percpu_devid_irq); + set_irq_flags(irq, IRQF_VALID | IRQF_NOAUTOEN); + } + /* SPIs */ + if (hw >= 32 && hw < gic_data.irq_nr) { + irq_set_chip_and_handler(irq, &gic_chip, + handle_fasteoi_irq); + set_irq_flags(irq, IRQF_VALID | IRQF_PROBE); + } + irq_set_chip_data(irq, d->host_data); + return 0; +} + +static int gic_irq_domain_xlate(struct irq_domain *d, + struct device_node *controller, + const u32 *intspec, unsigned int intsize, + unsigned long *out_hwirq, unsigned int *out_type) +{ + if (d->of_node != controller) + return -EINVAL; + if (intsize < 3) + return -EINVAL; + + switch(intspec[0]) { + case 0: /* SPI */ + *out_hwirq = intspec[1] + 32; + break; + case 1: /* PPI */ + *out_hwirq = intspec[1] + 16; + break; + default: + return -EINVAL; + } + + *out_type = intspec[2] & IRQ_TYPE_SENSE_MASK; + return 0; +} + +static const struct irq_domain_ops gic_irq_domain_ops = { + .map = gic_irq_domain_map, + .xlate = gic_irq_domain_xlate, +}; + +static int __init gic_of_init(struct device_node *node, struct device_node *parent) +{ + void __iomem *dist_base; + void __iomem **redist_base; + u64 redist_stride; + u32 redist_regions; + u32 reg; + int gic_irqs; + int err; + int i; + + dist_base = of_iomap(node, 0); + if (!dist_base) { + pr_err("%s: unable to map gic dist registers\n", + node->full_name); + return -ENXIO; + } + + reg = readl_relaxed(dist_base + GICD_PIDR2) & GIC_PIDR2_ARCH_MASK; + if (reg != GIC_PIDR2_ARCH_GICv3 && reg != GIC_PIDR2_ARCH_GICv4) { + pr_err("%s: no distributor detected, giving up\n", + node->full_name); + err = -ENODEV; + goto out_unmap_dist; + } + + if (of_property_read_u32(node, "#redistributor-regions", &redist_regions)) + redist_regions = 1; + + redist_base = kzalloc(sizeof(*redist_base) * redist_regions, GFP_KERNEL); + if (!redist_base) { + err = -ENOMEM; + goto out_unmap_dist; + } + + for (i = 0; i < redist_regions; i++) { + redist_base[i] = of_iomap(node, 1 + i); + if (!redist_base[i]) { + pr_err("%s: couldn't map region %d\n", + node->full_name, i); + err = -ENODEV; + goto out_unmap_rdist; + } + } + + if (of_property_read_u64(node, "redistributor-stride", &redist_stride)) + redist_stride = 0; + + gic_data.dist_base = dist_base; + gic_data.redist_base = redist_base; + gic_data.redist_regions = redist_regions; + gic_data.redist_stride = redist_stride; + + /* + * Find out how many interrupts are supported. + * The GIC only supports up to 1020 interrupt sources (SGI+PPI+SPI) + */ + gic_irqs = readl_relaxed(gic_data.dist_base + GICD_TYPER) & 0x1f; + gic_irqs = (gic_irqs + 1) * 32; + if (gic_irqs > 1020) + gic_irqs = 1020; + gic_data.irq_nr = gic_irqs; + + gic_data.domain = irq_domain_add_tree(node, &gic_irq_domain_ops, + &gic_data); + gic_data.rdist = alloc_percpu(typeof(*gic_data.rdist)); + + if (WARN_ON(!gic_data.domain) || WARN_ON(!gic_data.rdist)) { + err = -ENOMEM; + goto out_free; + } + + set_handle_irq(gic_handle_irq); + + gic_smp_init(); + gic_dist_init(); + gic_cpu_init(); + + return 0; + +out_free: + if (gic_data.domain) + irq_domain_remove(gic_data.domain); + free_percpu(gic_data.rdist); +out_unmap_rdist: + for (i = 0; i < redist_regions; i++) + if (redist_base[i]) + iounmap(redist_base[i]); + kfree(redist_base); +out_unmap_dist: + iounmap(dist_base); + return err; +} + +IRQCHIP_DECLARE(gic_v3, "arm,gic-v3", gic_of_init); --- linux-lts-utopic-3.16.0.orig/drivers/irqchip/irq-gic.c +++ linux-lts-utopic-3.16.0/drivers/irqchip/irq-gic.c @@ -1,6 +1,4 @@ /* - * linux/arch/arm/common/gic.c - * * Copyright (C) 2002 ARM Limited, All Rights Reserved. * * This program is free software; you can redistribute it and/or modify @@ -47,6 +45,7 @@ #include #include +#include "irq-gic-common.h" #include "irqchip.h" union gic_base { @@ -189,12 +188,6 @@ { void __iomem *base = gic_dist_base(d); unsigned int gicirq = gic_irq(d); - u32 enablemask = 1 << (gicirq % 32); - u32 enableoff = (gicirq / 32) * 4; - u32 confmask = 0x2 << ((gicirq % 16) * 2); - u32 confoff = (gicirq / 16) * 4; - bool enabled = false; - u32 val; /* Interrupt configuration for SGIs can't be changed */ if (gicirq < 16) @@ -208,25 +201,7 @@ if (gic_arch_extn.irq_set_type) gic_arch_extn.irq_set_type(d, type); - val = readl_relaxed(base + GIC_DIST_CONFIG + confoff); - if (type == IRQ_TYPE_LEVEL_HIGH) - val &= ~confmask; - else if (type == IRQ_TYPE_EDGE_RISING) - val |= confmask; - - /* - * As recommended by the spec, disable the interrupt before changing - * the configuration - */ - if (readl_relaxed(base + GIC_DIST_ENABLE_SET + enableoff) & enablemask) { - writel_relaxed(enablemask, base + GIC_DIST_ENABLE_CLEAR + enableoff); - enabled = true; - } - - writel_relaxed(val, base + GIC_DIST_CONFIG + confoff); - - if (enabled) - writel_relaxed(enablemask, base + GIC_DIST_ENABLE_SET + enableoff); + gic_configure_irq(gicirq, type, base, NULL); raw_spin_unlock(&irq_controller_lock); @@ -388,12 +363,6 @@ writel_relaxed(0, base + GIC_DIST_CTRL); /* - * Set all global interrupts to be level triggered, active low. - */ - for (i = 32; i < gic_irqs; i += 16) - writel_relaxed(0, base + GIC_DIST_CONFIG + i * 4 / 16); - - /* * Set all global interrupts to this CPU only. */ cpumask = gic_get_cpumask(gic); @@ -402,18 +371,7 @@ for (i = 32; i < gic_irqs; i += 4) writel_relaxed(cpumask, base + GIC_DIST_TARGET + i * 4 / 4); - /* - * Set priority on all global interrupts. - */ - for (i = 32; i < gic_irqs; i += 4) - writel_relaxed(0xa0a0a0a0, base + GIC_DIST_PRI + i * 4 / 4); - - /* - * Disable all interrupts. Leave the PPI and SGIs alone - * as these enables are banked registers. - */ - for (i = 32; i < gic_irqs; i += 32) - writel_relaxed(0xffffffff, base + GIC_DIST_ENABLE_CLEAR + i * 4 / 32); + gic_dist_config(base, gic_irqs, NULL); writel_relaxed(1, base + GIC_DIST_CTRL); } @@ -423,6 +381,7 @@ void __iomem *dist_base = gic_data_dist_base(gic); void __iomem *base = gic_data_cpu_base(gic); unsigned int cpu_mask, cpu = smp_processor_id(); + unsigned int ctrl_mask; int i; /* @@ -440,27 +399,32 @@ if (i != cpu) gic_cpu_map[i] &= ~cpu_mask; - /* - * Deal with the banked PPI and SGI interrupts - disable all - * PPI interrupts, ensure all SGI interrupts are enabled. - */ - writel_relaxed(0xffff0000, dist_base + GIC_DIST_ENABLE_CLEAR); - writel_relaxed(0x0000ffff, dist_base + GIC_DIST_ENABLE_SET); - - /* - * Set priority on PPI and SGI interrupts - */ - for (i = 0; i < 32; i += 4) - writel_relaxed(0xa0a0a0a0, dist_base + GIC_DIST_PRI + i * 4 / 4); + gic_cpu_config(dist_base, NULL); writel_relaxed(0xf0, base + GIC_CPU_PRIMASK); - writel_relaxed(1, base + GIC_CPU_CTRL); + + ctrl_mask = readl(base + GIC_CPU_CTRL); + + /* Mask out the gic v2 bypass bits */ + ctrl_mask &= 0x1e0; + + /* Enable group 0 */ + ctrl_mask |= 0x1; + writel_relaxed(ctrl_mask, base + GIC_CPU_CTRL); } void gic_cpu_if_down(void) { + unsigned int ctrl_mask; void __iomem *cpu_base = gic_data_cpu_base(&gic_data[0]); - writel_relaxed(0, cpu_base + GIC_CPU_CTRL); + + ctrl_mask = readl(cpu_base + GIC_CPU_CTRL); + /* + * Disable grp enable bit, leave the bypass bits alone as changing + * them could leave the system unstable + */ + ctrl_mask &= 0x1e0; + writel_relaxed(ctrl_mask, cpu_base + GIC_CPU_CTRL); } #ifdef CONFIG_CPU_PM @@ -571,6 +535,7 @@ { int i; u32 *ptr; + unsigned int ctrl_mask; void __iomem *dist_base; void __iomem *cpu_base; @@ -595,7 +560,15 @@ writel_relaxed(0xa0a0a0a0, dist_base + GIC_DIST_PRI + i * 4); writel_relaxed(0xf0, cpu_base + GIC_CPU_PRIMASK); - writel_relaxed(1, cpu_base + GIC_CPU_CTRL); + + ctrl_mask = readl(cpu_base + GIC_CPU_CTRL); + + /* Mask out the gic v2 bypass bits */ + ctrl_mask &= 0x1e0; + + /* Enable group 0 */ + ctrl_mask |= 0x1; + writel_relaxed(ctrl_mask, cpu_base + GIC_CPU_CTRL); } static int gic_notifier(struct notifier_block *self, unsigned long cmd, void *v) --- linux-lts-utopic-3.16.0.orig/drivers/irqchip/irq-sunxi-nmi.c +++ linux-lts-utopic-3.16.0/drivers/irqchip/irq-sunxi-nmi.c @@ -104,7 +104,7 @@ irqd_set_trigger_type(data, flow_type); irq_setup_alt_chip(data, flow_type); - for (i = 0; i <= gc->num_ct; i++, ct++) + for (i = 0; i < gc->num_ct; i++, ct++) if (ct->type & flow_type) ctrl_off = ct->regs.type; --- linux-lts-utopic-3.16.0.orig/drivers/irqchip/irq-versatile-fpga.c +++ linux-lts-utopic-3.16.0/drivers/irqchip/irq-versatile-fpga.c @@ -204,7 +204,12 @@ if (!parent_irq) parent_irq = -1; +#ifdef CONFIG_ARCH_VERSATILE + fpga_irq_init(base, node->name, IRQ_SIC_START, parent_irq, valid_mask, + node); +#else fpga_irq_init(base, node->name, 0, parent_irq, valid_mask, node); +#endif writel(clear_mask, base + IRQ_ENABLE_CLEAR); writel(clear_mask, base + FIQ_ENABLE_CLEAR); --- linux-lts-utopic-3.16.0.orig/drivers/isdn/gigaset/ser-gigaset.c +++ linux-lts-utopic-3.16.0/drivers/isdn/gigaset/ser-gigaset.c @@ -370,19 +370,23 @@ tasklet_kill(&cs->write_tasklet); if (!cs->hw.ser) return; - dev_set_drvdata(&cs->hw.ser->dev.dev, NULL); platform_device_unregister(&cs->hw.ser->dev); - kfree(cs->hw.ser); - cs->hw.ser = NULL; } static void gigaset_device_release(struct device *dev) { struct platform_device *pdev = to_platform_device(dev); + struct cardstate *cs = dev_get_drvdata(dev); /* adapted from platform_device_release() in drivers/base/platform.c */ kfree(dev->platform_data); kfree(pdev->resource); + + if (!cs) + return; + dev_set_drvdata(dev, NULL); + kfree(cs->hw.ser); + cs->hw.ser = NULL; } /* @@ -524,9 +528,18 @@ cs->hw.ser->tty = tty; atomic_set(&cs->hw.ser->refcnt, 1); init_completion(&cs->hw.ser->dead_cmp); - tty->disc_data = cs; + /* Set the amount of data we're willing to receive per call + * from the hardware driver to half of the input buffer size + * to leave some reserve. + * Note: We don't do flow control towards the hardware driver. + * If more data is received than will fit into the input buffer, + * it will be dropped and an error will be logged. This should + * never happen as the device is slow and the buffer size ample. + */ + tty->receive_room = RBUFSIZE/2; + /* OK.. Initialization of the datastructures and the HW is done.. Now * startup system and notify the LL that we are ready to run */ --- linux-lts-utopic-3.16.0.orig/drivers/isdn/hardware/mISDN/mISDNipac.c +++ linux-lts-utopic-3.16.0/drivers/isdn/hardware/mISDN/mISDNipac.c @@ -1164,7 +1164,7 @@ if (ipac->type & IPAC_TYPE_IPACX) { ista = ReadIPAC(ipac, ISACX_ISTA); - while (ista && cnt--) { + while (ista && --cnt) { pr_debug("%s: ISTA %02x\n", ipac->name, ista); if (ista & IPACX__ICA) ipac_irq(&ipac->hscx[0], ista); @@ -1176,7 +1176,7 @@ } } else if (ipac->type & IPAC_TYPE_IPAC) { ista = ReadIPAC(ipac, IPAC_ISTA); - while (ista && cnt--) { + while (ista && --cnt) { pr_debug("%s: ISTA %02x\n", ipac->name, ista); if (ista & (IPAC__ICD | IPAC__EXD)) { istad = ReadISAC(isac, ISAC_ISTA); @@ -1194,7 +1194,7 @@ ista = ReadIPAC(ipac, IPAC_ISTA); } } else if (ipac->type & IPAC_TYPE_HSCX) { - while (cnt) { + while (--cnt) { ista = ReadIPAC(ipac, IPAC_ISTAB + ipac->hscx[1].off); pr_debug("%s: B2 ISTA %02x\n", ipac->name, ista); if (ista) @@ -1205,7 +1205,6 @@ mISDNisac_irq(isac, istad); if (0 == (ista | istad)) break; - cnt--; } } if (cnt > maxloop) /* only for ISAC/HSCX without PCI IRQ test */ --- linux-lts-utopic-3.16.0.orig/drivers/isdn/hisax/config.c +++ linux-lts-utopic-3.16.0/drivers/isdn/hisax/config.c @@ -1896,7 +1896,7 @@ ptr--; *ptr++ = '\n'; *ptr = 0; - HiSax_putstatus(cs, NULL, "%s", cs->dlog); + HiSax_putstatus(cs, NULL, cs->dlog); } else HiSax_putstatus(cs, "LogEcho: ", "warning Frame too big (%d)", --- linux-lts-utopic-3.16.0.orig/drivers/isdn/hisax/hfc_pci.c +++ linux-lts-utopic-3.16.0/drivers/isdn/hisax/hfc_pci.c @@ -901,7 +901,7 @@ ptr--; *ptr++ = '\n'; *ptr = 0; - HiSax_putstatus(cs, NULL, "%s", cs->dlog); + HiSax_putstatus(cs, NULL, cs->dlog); } else HiSax_putstatus(cs, "LogEcho: ", "warning Frame too big (%d)", total - 3); } --- linux-lts-utopic-3.16.0.orig/drivers/isdn/hisax/hfc_sx.c +++ linux-lts-utopic-3.16.0/drivers/isdn/hisax/hfc_sx.c @@ -674,7 +674,7 @@ ptr--; *ptr++ = '\n'; *ptr = 0; - HiSax_putstatus(cs, NULL, "%s", cs->dlog); + HiSax_putstatus(cs, NULL, cs->dlog); } else HiSax_putstatus(cs, "LogEcho: ", "warning Frame too big (%d)", skb->len); } --- linux-lts-utopic-3.16.0.orig/drivers/isdn/hisax/q931.c +++ linux-lts-utopic-3.16.0/drivers/isdn/hisax/q931.c @@ -1179,7 +1179,7 @@ dp--; *dp++ = '\n'; *dp = 0; - HiSax_putstatus(cs, NULL, "%s", cs->dlog); + HiSax_putstatus(cs, NULL, cs->dlog); } else HiSax_putstatus(cs, "LogFrame: ", "warning Frame too big (%d)", size); } @@ -1246,7 +1246,7 @@ } if (finish) { *dp = 0; - HiSax_putstatus(cs, NULL, "%s", cs->dlog); + HiSax_putstatus(cs, NULL, cs->dlog); return; } if ((0xfe & buf[0]) == PROTO_DIS_N0) { /* 1TR6 */ @@ -1509,5 +1509,5 @@ dp += sprintf(dp, "Unknown protocol %x!", buf[0]); } *dp = 0; - HiSax_putstatus(cs, NULL, "%s", cs->dlog); + HiSax_putstatus(cs, NULL, cs->dlog); } --- linux-lts-utopic-3.16.0.orig/drivers/isdn/i4l/isdn_ppp.c +++ linux-lts-utopic-3.16.0/drivers/isdn/i4l/isdn_ppp.c @@ -301,6 +301,8 @@ is->compflags = 0; is->reset = isdn_ppp_ccp_reset_alloc(is); + if (!is->reset) + return -ENOMEM; is->lp = NULL; is->mp_seqno = 0; /* MP sequence number */ @@ -320,6 +322,10 @@ * VJ header compression init */ is->slcomp = slhc_init(16, 16); /* not necessary for 2. link in bundle */ + if (IS_ERR(is->slcomp)) { + isdn_ppp_ccp_reset_free(is); + return PTR_ERR(is->slcomp); + } #endif #ifdef CONFIG_IPPP_FILTER is->pass_filter = NULL; @@ -567,10 +573,8 @@ is->maxcid = val; #ifdef CONFIG_ISDN_PPP_VJ sltmp = slhc_init(16, val); - if (!sltmp) { - printk(KERN_ERR "ippp, can't realloc slhc struct\n"); - return -ENOMEM; - } + if (IS_ERR(sltmp)) + return PTR_ERR(sltmp); if (is->slcomp) slhc_free(is->slcomp); is->slcomp = sltmp; --- linux-lts-utopic-3.16.0.orig/drivers/leds/led-class.c +++ linux-lts-utopic-3.16.0/drivers/leds/led-class.c @@ -178,6 +178,7 @@ } EXPORT_SYMBOL_GPL(led_classdev_resume); +#ifdef CONFIG_PM_SLEEP static int led_suspend(struct device *dev) { struct led_classdev *led_cdev = dev_get_drvdata(dev); @@ -197,11 +198,9 @@ return 0; } +#endif -static const struct dev_pm_ops leds_class_dev_pm_ops = { - .suspend = led_suspend, - .resume = led_resume, -}; +static SIMPLE_DEV_PM_OPS(leds_class_dev_pm_ops, led_suspend, led_resume); /** * led_classdev_register - register a new object of led_classdev class. --- linux-lts-utopic-3.16.0.orig/drivers/lguest/core.c +++ linux-lts-utopic-3.16.0/drivers/lguest/core.c @@ -176,7 +176,7 @@ bool lguest_address_ok(const struct lguest *lg, unsigned long addr, unsigned long len) { - return (addr+len) / PAGE_SIZE < lg->pfn_limit && (addr+len >= addr); + return addr+len <= lg->pfn_limit * PAGE_SIZE && (addr+len >= addr); } /* --- linux-lts-utopic-3.16.0.orig/drivers/macintosh/windfarm_core.c +++ linux-lts-utopic-3.16.0/drivers/macintosh/windfarm_core.c @@ -435,7 +435,7 @@ { mutex_lock(&wf_lock); blocking_notifier_chain_unregister(&wf_client_list, nb); - wf_client_count++; + wf_client_count--; if (wf_client_count == 0) wf_stop_thread(); mutex_unlock(&wf_lock); --- linux-lts-utopic-3.16.0.orig/drivers/md/Kconfig +++ linux-lts-utopic-3.16.0/drivers/md/Kconfig @@ -354,7 +354,7 @@ # of SCSI_DH if the latter isn't defined but if # it is, DM_MULTIPATH must depend on it. We get a build # error if SCSI_DH=m and DM_MULTIPATH=y - depends on SCSI_DH || !SCSI_DH + depends on !SCSI_DH || SCSI ---help--- Allow volume managers to support multipath hardware. --- linux-lts-utopic-3.16.0.orig/drivers/md/bcache/btree.c +++ linux-lts-utopic-3.16.0/drivers/md/bcache/btree.c @@ -202,7 +202,7 @@ struct bset *i = btree_bset_first(b); struct btree_iter *iter; - iter = mempool_alloc(b->c->fill_iter, GFP_NOWAIT); + iter = mempool_alloc(b->c->fill_iter, GFP_NOIO); iter->size = b->c->sb.bucket_size / b->c->sb.block_size; iter->used = 0; @@ -1729,6 +1729,7 @@ do { ret = btree_root(gc_root, c, &op, &writes, &stats); closure_sync(&writes); + cond_resched(); if (ret && ret != -EAGAIN) pr_warn("gc failed!"); @@ -2150,8 +2151,10 @@ rw_lock(true, b, b->level); if (b->key.ptr[0] != btree_ptr || - b->seq != seq + 1) + b->seq != seq + 1) { + op->lock = b->level; goto out; + } } SET_KEY_PTRS(check_key, 1); --- linux-lts-utopic-3.16.0.orig/drivers/md/bcache/super.c +++ linux-lts-utopic-3.16.0/drivers/md/bcache/super.c @@ -708,6 +708,8 @@ WARN(sysfs_create_link(&d->kobj, &c->kobj, "cache") || sysfs_create_link(&c->kobj, &d->kobj, d->name), "Couldn't create device <-> cache set symlinks"); + + clear_bit(BCACHE_DEV_UNLINK_DONE, &d->flags); } static void bcache_device_detach(struct bcache_device *d) @@ -879,8 +881,11 @@ buf[SB_LABEL_SIZE] = '\0'; env[2] = kasprintf(GFP_KERNEL, "CACHED_LABEL=%s", buf); - if (atomic_xchg(&dc->running, 1)) + if (atomic_xchg(&dc->running, 1)) { + kfree(env[1]); + kfree(env[2]); return; + } if (!d->c && BDEV_STATE(&dc->sb) != BDEV_STATE_NONE) { @@ -1041,6 +1046,9 @@ */ atomic_set(&dc->count, 1); + if (bch_cached_dev_writeback_start(dc)) + return -ENOMEM; + if (BDEV_STATE(&dc->sb) == BDEV_STATE_DIRTY) { bch_sectors_dirty_init(dc); atomic_set(&dc->has_dirty, 1); @@ -1070,7 +1078,8 @@ struct cached_dev *dc = container_of(cl, struct cached_dev, disk.cl); cancel_delayed_work_sync(&dc->writeback_rate_update); - kthread_stop(dc->writeback_thread); + if (!IS_ERR_OR_NULL(dc->writeback_thread)) + kthread_stop(dc->writeback_thread); mutex_lock(&bch_register_lock); @@ -1945,10 +1954,14 @@ if (IS_ERR(bdev)) { if (bdev == ERR_PTR(-EBUSY)) { bdev = lookup_bdev(strim(path)); + mutex_lock(&bch_register_lock); if (!IS_ERR(bdev) && bch_is_open(bdev)) err = "device already registered"; else err = "device busy"; + mutex_unlock(&bch_register_lock); + if (attr == &ksysfs_register_quiet) + goto out; } goto err; } @@ -1987,8 +2000,7 @@ err_close: blkdev_put(bdev, FMODE_READ|FMODE_WRITE|FMODE_EXCL); err: - if (attr != &ksysfs_register_quiet) - pr_info("error opening %s: %s", path, err); + pr_info("error opening %s: %s", path, err); ret = -EINVAL; goto out; } @@ -2082,8 +2094,10 @@ closure_debug_init(); bcache_major = register_blkdev(0, "bcache"); - if (bcache_major < 0) + if (bcache_major < 0) { + unregister_reboot_notifier(&reboot); return bcache_major; + } if (!(bcache_wq = create_workqueue("bcache")) || !(bcache_kobj = kobject_create_and_add("bcache", fs_kobj)) || --- linux-lts-utopic-3.16.0.orig/drivers/md/bcache/writeback.c +++ linux-lts-utopic-3.16.0/drivers/md/bcache/writeback.c @@ -239,7 +239,7 @@ if (KEY_START(&w->key) != dc->last_read || jiffies_to_msecs(delay) > 50) while (!kthread_should_stop() && delay) - delay = schedule_timeout_uninterruptible(delay); + delay = schedule_timeout_interruptible(delay); dc->last_read = KEY_OFFSET(&w->key); @@ -323,6 +323,10 @@ static bool dirty_pred(struct keybuf *buf, struct bkey *k) { + struct cached_dev *dc = container_of(buf, struct cached_dev, writeback_keys); + + BUG_ON(KEY_INODE(k) != dc->disk.id); + return KEY_DIRTY(k); } @@ -372,11 +376,24 @@ } } +/* + * Returns true if we scanned the entire disk + */ static bool refill_dirty(struct cached_dev *dc) { struct keybuf *buf = &dc->writeback_keys; + struct bkey start = KEY(dc->disk.id, 0, 0); struct bkey end = KEY(dc->disk.id, MAX_KEY_OFFSET, 0); - bool searched_from_start = false; + struct bkey start_pos; + + /* + * make sure keybuf pos is inside the range for this disk - at bringup + * we might not be attached yet so this disk's inode nr isn't + * initialized then + */ + if (bkey_cmp(&buf->last_scanned, &start) < 0 || + bkey_cmp(&buf->last_scanned, &end) > 0) + buf->last_scanned = start; if (dc->partial_stripes_expensive) { refill_full_stripes(dc); @@ -384,14 +401,20 @@ return false; } - if (bkey_cmp(&buf->last_scanned, &end) >= 0) { - buf->last_scanned = KEY(dc->disk.id, 0, 0); - searched_from_start = true; - } - + start_pos = buf->last_scanned; bch_refill_keybuf(dc->disk.c, buf, &end, dirty_pred); - return bkey_cmp(&buf->last_scanned, &end) >= 0 && searched_from_start; + if (bkey_cmp(&buf->last_scanned, &end) < 0) + return false; + + /* + * If we get to the end start scanning again from the beginning, and + * only scan up to where we initially started scanning from: + */ + buf->last_scanned = start; + bch_refill_keybuf(dc->disk.c, buf, &start_pos, dirty_pred); + + return bkey_cmp(&buf->last_scanned, &start_pos) >= 0; } static int bch_writeback_thread(void *arg) @@ -436,7 +459,7 @@ while (delay && !kthread_should_stop() && !test_bit(BCACHE_DEV_DETACHING, &dc->disk.flags)) - delay = schedule_timeout_uninterruptible(delay); + delay = schedule_timeout_interruptible(delay); } } @@ -478,7 +501,7 @@ dc->disk.sectors_dirty_last = bcache_dev_sectors_dirty(&dc->disk); } -int bch_cached_dev_writeback_init(struct cached_dev *dc) +void bch_cached_dev_writeback_init(struct cached_dev *dc) { sema_init(&dc->in_flight, 64); init_rwsem(&dc->writeback_lock); @@ -494,14 +517,20 @@ dc->writeback_rate_d_term = 30; dc->writeback_rate_p_term_inverse = 6000; + INIT_DELAYED_WORK(&dc->writeback_rate_update, update_writeback_rate); +} + +int bch_cached_dev_writeback_start(struct cached_dev *dc) +{ dc->writeback_thread = kthread_create(bch_writeback_thread, dc, "bcache_writeback"); if (IS_ERR(dc->writeback_thread)) return PTR_ERR(dc->writeback_thread); - INIT_DELAYED_WORK(&dc->writeback_rate_update, update_writeback_rate); schedule_delayed_work(&dc->writeback_rate_update, dc->writeback_rate_update_seconds * HZ); + bch_writeback_queue(dc); + return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/md/bcache/writeback.h +++ linux-lts-utopic-3.16.0/drivers/md/bcache/writeback.h @@ -63,7 +63,8 @@ static inline void bch_writeback_queue(struct cached_dev *dc) { - wake_up_process(dc->writeback_thread); + if (!IS_ERR_OR_NULL(dc->writeback_thread)) + wake_up_process(dc->writeback_thread); } static inline void bch_writeback_add(struct cached_dev *dc) @@ -85,6 +86,7 @@ void bcache_dev_sectors_dirty_add(struct cache_set *, unsigned, uint64_t, int); void bch_sectors_dirty_init(struct cached_dev *dc); -int bch_cached_dev_writeback_init(struct cached_dev *); +void bch_cached_dev_writeback_init(struct cached_dev *); +int bch_cached_dev_writeback_start(struct cached_dev *); #endif --- linux-lts-utopic-3.16.0.orig/drivers/md/bitmap.c +++ linux-lts-utopic-3.16.0/drivers/md/bitmap.c @@ -564,6 +564,8 @@ if (err) return err; + err = -EINVAL; + sb = kmap_atomic(sb_page); chunksize = le32_to_cpu(sb->chunksize); @@ -879,7 +881,6 @@ { unsigned long i; int dirty, need_write; - int wait = 0; if (!bitmap || !bitmap->storage.filemap || test_bit(BITMAP_STALE, &bitmap->flags)) @@ -897,16 +898,13 @@ clear_page_attr(bitmap, i, BITMAP_PAGE_PENDING); write_page(bitmap, bitmap->storage.filemap[i], 0); } - if (dirty) - wait = 1; - } - if (wait) { /* if any writes were performed, we need to wait on them */ - if (bitmap->storage.file) - wait_event(bitmap->write_wait, - atomic_read(&bitmap->pending_writes)==0); - else - md_super_wait(bitmap->mddev); } + if (bitmap->storage.file) + wait_event(bitmap->write_wait, + atomic_read(&bitmap->pending_writes)==0); + else + md_super_wait(bitmap->mddev); + if (test_bit(BITMAP_WRITE_ERROR, &bitmap->flags)) bitmap_file_kick(bitmap); } --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-bufio.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-bufio.c @@ -465,6 +465,7 @@ c->n_buffers[dirty]++; b->list_mode = dirty; list_move(&b->lru_list, &c->lru[dirty]); + b->last_accessed = jiffies; } /*---------------------------------------------------------------- @@ -531,6 +532,19 @@ end_io(&b->bio, r); } +static void inline_endio(struct bio *bio, int error) +{ + bio_end_io_t *end_fn = bio->bi_private; + + /* + * Reset the bio to free any attached resources + * (e.g. bio integrity profiles). + */ + bio_reset(bio); + + end_fn(bio, error); +} + static void use_inline_bio(struct dm_buffer *b, int rw, sector_t block, bio_end_io_t *end_io) { @@ -542,7 +556,12 @@ b->bio.bi_max_vecs = DM_BUFIO_INLINE_VECS; b->bio.bi_iter.bi_sector = block << b->c->sectors_per_block_bits; b->bio.bi_bdev = b->c->bdev; - b->bio.bi_end_io = end_io; + b->bio.bi_end_io = inline_endio; + /* + * Use of .bi_private isn't a problem here because + * the dm_buffer's inline bio is local to bufio. + */ + b->bio.bi_private = end_io; /* * We assume that if len >= PAGE_SIZE ptr is page-aligned. @@ -1447,9 +1466,9 @@ /* * Test if the buffer is unused and too old, and commit it. - * At if noio is set, we must not do any I/O because we hold - * dm_bufio_clients_lock and we would risk deadlock if the I/O gets rerouted to - * different bufio client. + * And if GFP_NOFS is used, we must not do any I/O because we hold + * dm_bufio_clients_lock and we would risk deadlock if the I/O gets + * rerouted to different bufio client. */ static int __cleanup_old_buffer(struct dm_buffer *b, gfp_t gfp, unsigned long max_jiffies) @@ -1457,7 +1476,7 @@ if (jiffies - b->last_accessed < max_jiffies) return 0; - if (!(gfp & __GFP_IO)) { + if (!(gfp & __GFP_FS)) { if (test_bit(B_READING, &b->state) || test_bit(B_WRITING, &b->state) || test_bit(B_DIRTY, &b->state)) @@ -1485,9 +1504,9 @@ list_for_each_entry_safe_reverse(b, tmp, &c->lru[l], lru_list) { freed += __cleanup_old_buffer(b, gfp_mask, 0); if (!--nr_to_scan) - break; + return freed; + dm_bufio_cond_resched(); } - dm_bufio_cond_resched(); } return freed; } @@ -1499,7 +1518,7 @@ unsigned long freed; c = container_of(shrink, struct dm_bufio_client, shrinker); - if (sc->gfp_mask & __GFP_IO) + if (sc->gfp_mask & __GFP_FS) dm_bufio_lock(c); else if (!dm_bufio_trylock(c)) return SHRINK_STOP; @@ -1516,7 +1535,7 @@ unsigned long count; c = container_of(shrink, struct dm_bufio_client, shrinker); - if (sc->gfp_mask & __GFP_IO) + if (sc->gfp_mask & __GFP_FS) dm_bufio_lock(c); else if (!dm_bufio_trylock(c)) return 0; --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-cache-metadata.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-cache-metadata.c @@ -94,6 +94,9 @@ } __packed; struct dm_cache_metadata { + atomic_t ref_count; + struct list_head list; + struct block_device *bdev; struct dm_block_manager *bm; struct dm_space_map *metadata_sm; @@ -669,10 +672,10 @@ /*----------------------------------------------------------------*/ -struct dm_cache_metadata *dm_cache_metadata_open(struct block_device *bdev, - sector_t data_block_size, - bool may_format_device, - size_t policy_hint_size) +static struct dm_cache_metadata *metadata_open(struct block_device *bdev, + sector_t data_block_size, + bool may_format_device, + size_t policy_hint_size) { int r; struct dm_cache_metadata *cmd; @@ -680,9 +683,10 @@ cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); if (!cmd) { DMERR("could not allocate metadata struct"); - return NULL; + return ERR_PTR(-ENOMEM); } + atomic_set(&cmd->ref_count, 1); init_rwsem(&cmd->root_lock); cmd->bdev = bdev; cmd->data_block_size = data_block_size; @@ -705,10 +709,96 @@ return cmd; } +/* + * We keep a little list of ref counted metadata objects to prevent two + * different target instances creating separate bufio instances. This is + * an issue if a table is reloaded before the suspend. + */ +static DEFINE_MUTEX(table_lock); +static LIST_HEAD(table); + +static struct dm_cache_metadata *lookup(struct block_device *bdev) +{ + struct dm_cache_metadata *cmd; + + list_for_each_entry(cmd, &table, list) + if (cmd->bdev == bdev) { + atomic_inc(&cmd->ref_count); + return cmd; + } + + return NULL; +} + +static struct dm_cache_metadata *lookup_or_open(struct block_device *bdev, + sector_t data_block_size, + bool may_format_device, + size_t policy_hint_size) +{ + struct dm_cache_metadata *cmd, *cmd2; + + mutex_lock(&table_lock); + cmd = lookup(bdev); + mutex_unlock(&table_lock); + + if (cmd) + return cmd; + + cmd = metadata_open(bdev, data_block_size, may_format_device, policy_hint_size); + if (!IS_ERR(cmd)) { + mutex_lock(&table_lock); + cmd2 = lookup(bdev); + if (cmd2) { + mutex_unlock(&table_lock); + __destroy_persistent_data_objects(cmd); + kfree(cmd); + return cmd2; + } + list_add(&cmd->list, &table); + mutex_unlock(&table_lock); + } + + return cmd; +} + +static bool same_params(struct dm_cache_metadata *cmd, sector_t data_block_size) +{ + if (cmd->data_block_size != data_block_size) { + DMERR("data_block_size (%llu) different from that in metadata (%llu)\n", + (unsigned long long) data_block_size, + (unsigned long long) cmd->data_block_size); + return false; + } + + return true; +} + +struct dm_cache_metadata *dm_cache_metadata_open(struct block_device *bdev, + sector_t data_block_size, + bool may_format_device, + size_t policy_hint_size) +{ + struct dm_cache_metadata *cmd = lookup_or_open(bdev, data_block_size, + may_format_device, policy_hint_size); + + if (!IS_ERR(cmd) && !same_params(cmd, data_block_size)) { + dm_cache_metadata_close(cmd); + return ERR_PTR(-EINVAL); + } + + return cmd; +} + void dm_cache_metadata_close(struct dm_cache_metadata *cmd) { - __destroy_persistent_data_objects(cmd); - kfree(cmd); + if (atomic_dec_and_test(&cmd->ref_count)) { + mutex_lock(&table_lock); + list_del(&cmd->list); + mutex_unlock(&table_lock); + + __destroy_persistent_data_objects(cmd); + kfree(cmd); + } } /* --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-cache-policy-cleaner.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-cache-policy-cleaner.c @@ -434,7 +434,7 @@ static struct dm_cache_policy_type wb_policy_type = { .name = "cleaner", .version = {1, 0, 0}, - .hint_size = 0, + .hint_size = 4, .owner = THIS_MODULE, .create = wb_create }; --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-cache-target.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-cache-target.c @@ -222,7 +222,13 @@ struct list_head need_commit_migrations; sector_t migration_threshold; wait_queue_head_t migration_wait; - atomic_t nr_migrations; + atomic_t nr_allocated_migrations; + + /* + * The number of in flight migrations that are performing + * background io. eg, promotion, writeback. + */ + atomic_t nr_io_migrations; wait_queue_head_t quiescing_wait; atomic_t quiescing; @@ -258,7 +264,6 @@ struct dm_deferred_set *all_io_ds; mempool_t *migration_pool; - struct dm_cache_migration *next_migration; struct dm_cache_policy *policy; unsigned policy_nr_args; @@ -349,10 +354,31 @@ dm_bio_prison_free_cell(cache->prison, cell); } +static struct dm_cache_migration *alloc_migration(struct cache *cache) +{ + struct dm_cache_migration *mg; + + mg = mempool_alloc(cache->migration_pool, GFP_NOWAIT); + if (mg) { + mg->cache = cache; + atomic_inc(&mg->cache->nr_allocated_migrations); + } + + return mg; +} + +static void free_migration(struct dm_cache_migration *mg) +{ + if (atomic_dec_and_test(&mg->cache->nr_allocated_migrations)) + wake_up(&mg->cache->migration_wait); + + mempool_free(mg, mg->cache->migration_pool); +} + static int prealloc_data_structs(struct cache *cache, struct prealloc *p) { if (!p->mg) { - p->mg = mempool_alloc(cache->migration_pool, GFP_NOWAIT); + p->mg = alloc_migration(cache); if (!p->mg) return -ENOMEM; } @@ -381,7 +407,7 @@ free_prison_cell(cache, p->cell1); if (p->mg) - mempool_free(p->mg, cache->migration_pool); + free_migration(p->mg); } static struct dm_cache_migration *prealloc_get_migration(struct prealloc *p) @@ -795,24 +821,14 @@ * Migration covers moving data from the origin device to the cache, or * vice versa. *--------------------------------------------------------------*/ -static void free_migration(struct dm_cache_migration *mg) +static void inc_io_migrations(struct cache *cache) { - mempool_free(mg, mg->cache->migration_pool); + atomic_inc(&cache->nr_io_migrations); } -static void inc_nr_migrations(struct cache *cache) +static void dec_io_migrations(struct cache *cache) { - atomic_inc(&cache->nr_migrations); -} - -static void dec_nr_migrations(struct cache *cache) -{ - atomic_dec(&cache->nr_migrations); - - /* - * Wake the worker in case we're suspending the target. - */ - wake_up(&cache->migration_wait); + atomic_dec(&cache->nr_io_migrations); } static void __cell_defer(struct cache *cache, struct dm_bio_prison_cell *cell, @@ -835,11 +851,10 @@ wake_worker(cache); } -static void cleanup_migration(struct dm_cache_migration *mg) +static void free_io_migration(struct dm_cache_migration *mg) { - struct cache *cache = mg->cache; + dec_io_migrations(mg->cache); free_migration(mg); - dec_nr_migrations(cache); } static void migration_failure(struct dm_cache_migration *mg) @@ -864,7 +879,7 @@ cell_defer(cache, mg->new_ocell, true); } - cleanup_migration(mg); + free_io_migration(mg); } static void migration_success_pre_commit(struct dm_cache_migration *mg) @@ -873,9 +888,9 @@ struct cache *cache = mg->cache; if (mg->writeback) { - cell_defer(cache, mg->old_ocell, false); clear_dirty(cache, mg->old_oblock, mg->cblock); - cleanup_migration(mg); + cell_defer(cache, mg->old_ocell, false); + free_io_migration(mg); return; } else if (mg->demote) { @@ -885,14 +900,14 @@ mg->old_oblock); if (mg->promote) cell_defer(cache, mg->new_ocell, true); - cleanup_migration(mg); + free_io_migration(mg); return; } } else { if (dm_cache_insert_mapping(cache->cmd, mg->cblock, mg->new_oblock)) { DMWARN_LIMIT("promotion failed; couldn't update on disk metadata"); policy_remove_mapping(cache->policy, mg->new_oblock); - cleanup_migration(mg); + free_io_migration(mg); return; } } @@ -925,18 +940,22 @@ } else { if (mg->invalidate) policy_remove_mapping(cache->policy, mg->old_oblock); - cleanup_migration(mg); + free_io_migration(mg); } } else { - if (mg->requeue_holder) + if (mg->requeue_holder) { + clear_dirty(cache, mg->new_oblock, mg->cblock); cell_defer(cache, mg->new_ocell, true); - else { + } else { + /* + * The block was promoted via an overwrite, so it's dirty. + */ + set_dirty(cache, mg->new_oblock, mg->cblock); bio_endio(mg->new_ocell->holder, 0); cell_defer(cache, mg->new_ocell, false); } - clear_dirty(cache, mg->new_oblock, mg->cblock); - cleanup_migration(mg); + free_io_migration(mg); } } @@ -1043,7 +1062,8 @@ avoid = is_discarded_oblock(cache, mg->new_oblock); - if (!avoid && bio_writes_complete_block(cache, bio)) { + if (writeback_mode(&cache->features) && + !avoid && bio_writes_complete_block(cache, bio)) { issue_overwrite(mg, bio); return; } @@ -1147,7 +1167,7 @@ mg->new_ocell = cell; mg->start_jiffies = jiffies; - inc_nr_migrations(cache); + inc_io_migrations(cache); quiesce_migration(mg); } @@ -1170,7 +1190,7 @@ mg->new_ocell = NULL; mg->start_jiffies = jiffies; - inc_nr_migrations(cache); + inc_io_migrations(cache); quiesce_migration(mg); } @@ -1196,7 +1216,7 @@ mg->new_ocell = new_ocell; mg->start_jiffies = jiffies; - inc_nr_migrations(cache); + inc_io_migrations(cache); quiesce_migration(mg); } @@ -1223,7 +1243,7 @@ mg->new_ocell = NULL; mg->start_jiffies = jiffies; - inc_nr_migrations(cache); + inc_io_migrations(cache); quiesce_migration(mg); } @@ -1284,7 +1304,7 @@ static bool spare_migration_bandwidth(struct cache *cache) { - sector_t current_volume = (atomic_read(&cache->nr_migrations) + 1) * + sector_t current_volume = (atomic_read(&cache->nr_io_migrations) + 1) * cache->sectors_per_block; return current_volume < cache->migration_threshold; } @@ -1639,7 +1659,7 @@ static void wait_for_migrations(struct cache *cache) { - wait_event(cache->migration_wait, !atomic_read(&cache->nr_migrations)); + wait_event(cache->migration_wait, !atomic_read(&cache->nr_allocated_migrations)); } static void stop_worker(struct cache *cache) @@ -1750,9 +1770,6 @@ { unsigned i; - if (cache->next_migration) - mempool_free(cache->next_migration, cache->migration_pool); - if (cache->migration_pool) mempool_destroy(cache->migration_pool); @@ -2260,7 +2277,8 @@ INIT_LIST_HEAD(&cache->quiesced_migrations); INIT_LIST_HEAD(&cache->completed_migrations); INIT_LIST_HEAD(&cache->need_commit_migrations); - atomic_set(&cache->nr_migrations, 0); + atomic_set(&cache->nr_allocated_migrations, 0); + atomic_set(&cache->nr_io_migrations, 0); init_waitqueue_head(&cache->migration_wait); init_waitqueue_head(&cache->quiescing_wait); @@ -2319,8 +2337,6 @@ goto bad; } - cache->next_migration = NULL; - cache->need_tick_bio = true; cache->sized = false; cache->invalidate = false; --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-crypt.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-crypt.c @@ -709,7 +709,7 @@ for (i = 0; i < ((1 << SECTOR_SHIFT) / 8); i++) crypto_xor(data + i * 8, buf, 8); out: - memset(buf, 0, sizeof(buf)); + memzero_explicit(buf, sizeof(buf)); return r; } @@ -1681,6 +1681,7 @@ unsigned int key_size, opt_params; unsigned long long tmpll; int ret; + size_t iv_size_padding; struct dm_arg_set as; const char *opt_string; char dummy; @@ -1717,12 +1718,23 @@ cc->dmreq_start = sizeof(struct ablkcipher_request); cc->dmreq_start += crypto_ablkcipher_reqsize(any_tfm(cc)); - cc->dmreq_start = ALIGN(cc->dmreq_start, crypto_tfm_ctx_alignment()); - cc->dmreq_start += crypto_ablkcipher_alignmask(any_tfm(cc)) & - ~(crypto_tfm_ctx_alignment() - 1); + cc->dmreq_start = ALIGN(cc->dmreq_start, __alignof__(struct dm_crypt_request)); + + if (crypto_ablkcipher_alignmask(any_tfm(cc)) < CRYPTO_MINALIGN) { + /* Allocate the padding exactly */ + iv_size_padding = -(cc->dmreq_start + sizeof(struct dm_crypt_request)) + & crypto_ablkcipher_alignmask(any_tfm(cc)); + } else { + /* + * If the cipher requires greater alignment than kmalloc + * alignment, we don't know the exact position of the + * initialization vector. We must assume worst case. + */ + iv_size_padding = crypto_ablkcipher_alignmask(any_tfm(cc)); + } cc->req_pool = mempool_create_kmalloc_pool(MIN_IOS, cc->dmreq_start + - sizeof(struct dm_crypt_request) + cc->iv_size); + sizeof(struct dm_crypt_request) + iv_size_padding + cc->iv_size); if (!cc->req_pool) { ti->error = "Cannot allocate crypt request mempool"; goto bad; @@ -1954,6 +1966,12 @@ return fn(ti, cc->dev, cc->start, ti->len, data); } +static void crypt_io_hints(struct dm_target *ti, + struct queue_limits *limits) +{ + limits->max_write_same_sectors = 0; +} + static struct target_type crypt_target = { .name = "crypt", .version = {1, 13, 0}, @@ -1968,6 +1986,7 @@ .message = crypt_message, .merge = crypt_merge, .iterate_devices = crypt_iterate_devices, + .io_hints = crypt_io_hints, }; static int __init dm_crypt_init(void) --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-exception-store.h +++ linux-lts-utopic-3.16.0/drivers/md/dm-exception-store.h @@ -70,7 +70,7 @@ * Update the metadata with this exception. */ void (*commit_exception) (struct dm_exception_store *store, - struct dm_exception *e, + struct dm_exception *e, int valid, void (*callback) (void *, int success), void *callback_context); --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-io.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-io.c @@ -291,6 +291,19 @@ struct request_queue *q = bdev_get_queue(where->bdev); unsigned short logical_block_size = queue_logical_block_size(q); sector_t num_sectors; + unsigned int uninitialized_var(special_cmd_max_sectors); + + /* + * Reject unsupported discard and write same requests. + */ + if (rw & REQ_DISCARD) + special_cmd_max_sectors = q->limits.max_discard_sectors; + else if (rw & REQ_WRITE_SAME) + special_cmd_max_sectors = q->limits.max_write_same_sectors; + if ((rw & (REQ_DISCARD | REQ_WRITE_SAME)) && special_cmd_max_sectors == 0) { + dec_count(io, region, -EOPNOTSUPP); + return; + } /* * where->count may be zero if rw holds a flush and we need to @@ -313,7 +326,7 @@ store_io_and_region_in_bio(bio, io, region); if (rw & REQ_DISCARD) { - num_sectors = min_t(sector_t, q->limits.max_discard_sectors, remaining); + num_sectors = min_t(sector_t, special_cmd_max_sectors, remaining); bio->bi_iter.bi_size = num_sectors << SECTOR_SHIFT; remaining -= num_sectors; } else if (rw & REQ_WRITE_SAME) { @@ -322,7 +335,7 @@ */ dp->get_page(dp, &page, &len, &offset); bio_add_page(bio, page, logical_block_size, offset); - num_sectors = min_t(sector_t, q->limits.max_write_same_sectors, remaining); + num_sectors = min_t(sector_t, special_cmd_max_sectors, remaining); bio->bi_iter.bi_size = num_sectors << SECTOR_SHIFT; offset = 0; --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-log-userspace-transfer.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-log-userspace-transfer.c @@ -272,7 +272,7 @@ r = cn_add_callback(&ulog_cn_id, "dmlogusr", cn_ulog_callback); if (r) { - cn_del_callback(&ulog_cn_id); + kfree(prealloced_cn_msg); return r; } --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-mpath.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-mpath.c @@ -1545,13 +1545,10 @@ /* * Only pass ioctls through if the device sizes match exactly. */ - if (!bdev || ti->len != i_size_read(bdev->bd_inode) >> SECTOR_SHIFT) { - int err = scsi_verify_blk_ioctl(NULL, cmd); - if (err) - r = err; - } + if (!r && ti->len != i_size_read(bdev->bd_inode) >> SECTOR_SHIFT) + r = scsi_verify_blk_ioctl(NULL, cmd); - if (r == -ENOTCONN && !fatal_signal_pending(current)) { + if (r == -ENOTCONN) { spin_lock_irqsave(&m->lock, flags); if (!m->current_pg) { /* Path status changed, redo selection */ --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-raid.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-raid.c @@ -325,8 +325,7 @@ */ if (min_region_size > (1 << 13)) { /* If not a power of 2, make it the next power of 2 */ - if (min_region_size & (min_region_size - 1)) - region_size = 1 << fls(region_size); + region_size = roundup_pow_of_two(min_region_size); DMINFO("Choosing default region size of %lu sectors", region_size); } else { @@ -785,8 +784,7 @@ __le32 layout; __le32 stripe_sectors; - __u8 pad[452]; /* Round struct to 512 bytes. */ - /* Always set to 0 when writing. */ + /* Remainder of a logical block is zero-filled when writing (see super_sync()). */ } __packed; static int read_disk_sb(struct md_rdev *rdev, int size) @@ -823,7 +821,7 @@ test_bit(Faulty, &(rs->dev[i].rdev.flags))) failed_devices |= (1ULL << i); - memset(sb, 0, sizeof(*sb)); + memset(sb + 1, 0, rdev->sb_size - sizeof(*sb)); sb->magic = cpu_to_le32(DM_RAID_MAGIC); sb->features = cpu_to_le32(0); /* No features yet */ @@ -858,7 +856,11 @@ uint64_t events_sb, events_refsb; rdev->sb_start = 0; - rdev->sb_size = sizeof(*sb); + rdev->sb_size = bdev_logical_block_size(rdev->meta_bdev); + if (rdev->sb_size < sizeof(*sb) || rdev->sb_size > PAGE_SIZE) { + DMERR("superblock size of a logical block is no longer valid"); + return -EINVAL; + } ret = read_disk_sb(rdev, rdev->sb_size); if (ret) --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-raid1.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-raid1.c @@ -604,6 +604,15 @@ return; } + /* + * If the bio is discard, return an error, but do not + * degrade the array. + */ + if (bio->bi_rw & REQ_DISCARD) { + bio_endio(bio, -EOPNOTSUPP); + return; + } + for (i = 0; i < ms->nr_mirrors; i++) if (test_bit(i, &error)) fail_mirror(ms->mirror + i, DM_RAID1_WRITE_ERROR); --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-snap-persistent.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-snap-persistent.c @@ -700,7 +700,7 @@ } static void persistent_commit_exception(struct dm_exception_store *store, - struct dm_exception *e, + struct dm_exception *e, int valid, void (*callback) (void *, int success), void *callback_context) { @@ -709,6 +709,9 @@ struct core_exception ce; struct commit_callback *cb; + if (!valid) + ps->valid = 0; + ce.old_chunk = e->old_chunk; ce.new_chunk = e->new_chunk; write_exception(ps, ps->current_committed++, &ce); --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-snap-transient.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-snap-transient.c @@ -52,12 +52,12 @@ } static void transient_commit_exception(struct dm_exception_store *store, - struct dm_exception *e, + struct dm_exception *e, int valid, void (*callback) (void *, int success), void *callback_context) { /* Just succeed */ - callback(callback_context, 1); + callback(callback_context, valid); } static void transient_usage(struct dm_exception_store *store, --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-snap.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-snap.c @@ -20,6 +20,8 @@ #include #include +#include "dm.h" + #include "dm-exception-store.h" #define DM_MSG_PREFIX "snapshots" @@ -291,12 +293,23 @@ }; /* + * This structure is allocated for each origin target + */ +struct dm_origin { + struct dm_dev *dev; + struct dm_target *ti; + unsigned split_boundary; + struct list_head hash_list; +}; + +/* * Size of the hash table for origin volumes. If we make this * the size of the minors list then it should be nearly perfect */ #define ORIGIN_HASH_SIZE 256 #define ORIGIN_MASK 0xFF static struct list_head *_origins; +static struct list_head *_dm_origins; static struct rw_semaphore _origins_lock; static DECLARE_WAIT_QUEUE_HEAD(_pending_exceptions_done); @@ -310,12 +323,22 @@ _origins = kmalloc(ORIGIN_HASH_SIZE * sizeof(struct list_head), GFP_KERNEL); if (!_origins) { - DMERR("unable to allocate memory"); + DMERR("unable to allocate memory for _origins"); return -ENOMEM; } - for (i = 0; i < ORIGIN_HASH_SIZE; i++) INIT_LIST_HEAD(_origins + i); + + _dm_origins = kmalloc(ORIGIN_HASH_SIZE * sizeof(struct list_head), + GFP_KERNEL); + if (!_dm_origins) { + DMERR("unable to allocate memory for _dm_origins"); + kfree(_origins); + return -ENOMEM; + } + for (i = 0; i < ORIGIN_HASH_SIZE; i++) + INIT_LIST_HEAD(_dm_origins + i); + init_rwsem(&_origins_lock); return 0; @@ -324,6 +347,7 @@ static void exit_origin_hash(void) { kfree(_origins); + kfree(_dm_origins); } static unsigned origin_hash(struct block_device *bdev) @@ -350,6 +374,30 @@ list_add_tail(&o->hash_list, sl); } +static struct dm_origin *__lookup_dm_origin(struct block_device *origin) +{ + struct list_head *ol; + struct dm_origin *o; + + ol = &_dm_origins[origin_hash(origin)]; + list_for_each_entry (o, ol, hash_list) + if (bdev_equal(o->dev->bdev, origin)) + return o; + + return NULL; +} + +static void __insert_dm_origin(struct dm_origin *o) +{ + struct list_head *sl = &_dm_origins[origin_hash(o->dev->bdev)]; + list_add_tail(&o->hash_list, sl); +} + +static void __remove_dm_origin(struct dm_origin *o) +{ + list_del(&o->hash_list); +} + /* * _origins_lock must be held when calling this function. * Returns number of snapshots registered using the supplied cow device, plus: @@ -1388,8 +1436,9 @@ dm_table_event(s->ti->table); } -static void pending_complete(struct dm_snap_pending_exception *pe, int success) +static void pending_complete(void *context, int success) { + struct dm_snap_pending_exception *pe = context; struct dm_exception *e; struct dm_snapshot *s = pe->snap; struct bio *origin_bios = NULL; @@ -1440,8 +1489,6 @@ full_bio->bi_private = pe->full_bio_private; atomic_inc(&full_bio->bi_remaining); } - free_pending_exception(pe); - increment_pending_exceptions_done_count(); up_write(&s->lock); @@ -1458,26 +1505,17 @@ } retry_origin_bios(s, origin_bios); -} -static void commit_callback(void *context, int success) -{ - struct dm_snap_pending_exception *pe = context; - - pending_complete(pe, success); + free_pending_exception(pe); } static void complete_exception(struct dm_snap_pending_exception *pe) { struct dm_snapshot *s = pe->snap; - if (unlikely(pe->copy_error)) - pending_complete(pe, 0); - - else - /* Update the metadata if we are persistent */ - s->store->type->commit_exception(s->store, &pe->e, - commit_callback, pe); + /* Update the metadata if we are persistent */ + s->store->type->commit_exception(s->store, &pe->e, !pe->copy_error, + pending_complete, pe); } /* @@ -1848,9 +1886,40 @@ static void snapshot_resume(struct dm_target *ti) { struct dm_snapshot *s = ti->private; - struct dm_snapshot *snap_src = NULL, *snap_dest = NULL; + struct dm_snapshot *snap_src = NULL, *snap_dest = NULL, *snap_merging = NULL; + struct dm_origin *o; + struct mapped_device *origin_md = NULL; + bool must_restart_merging = false; down_read(&_origins_lock); + + o = __lookup_dm_origin(s->origin->bdev); + if (o) + origin_md = dm_table_get_md(o->ti->table); + if (!origin_md) { + (void) __find_snapshots_sharing_cow(s, NULL, NULL, &snap_merging); + if (snap_merging) + origin_md = dm_table_get_md(snap_merging->ti->table); + } + if (origin_md == dm_table_get_md(ti->table)) + origin_md = NULL; + if (origin_md) { + if (dm_hold(origin_md)) + origin_md = NULL; + } + + up_read(&_origins_lock); + + if (origin_md) { + dm_internal_suspend(origin_md); + if (snap_merging && test_bit(RUNNING_MERGE, &snap_merging->state_bits)) { + must_restart_merging = true; + stop_merge(snap_merging); + } + } + + down_read(&_origins_lock); + (void) __find_snapshots_sharing_cow(s, &snap_src, &snap_dest, NULL); if (snap_src && snap_dest) { down_write(&snap_src->lock); @@ -1859,8 +1928,16 @@ up_write(&snap_dest->lock); up_write(&snap_src->lock); } + up_read(&_origins_lock); + if (origin_md) { + if (must_restart_merging) + start_merge(snap_merging); + dm_internal_resume(origin_md); + dm_put(origin_md); + } + /* Now we have correct chunk size, reregister */ reregister_snapshot(s); @@ -2141,11 +2218,6 @@ * Origin: maps a linear range of a device, with hooks for snapshotting. */ -struct dm_origin { - struct dm_dev *dev; - unsigned split_boundary; -}; - /* * Construct an origin mapping: * The context for an origin is merely a 'struct dm_dev *' @@ -2174,6 +2246,7 @@ goto bad_open; } + o->ti = ti; ti->private = o; ti->num_flush_bios = 1; @@ -2188,6 +2261,7 @@ static void origin_dtr(struct dm_target *ti) { struct dm_origin *o = ti->private; + dm_put_device(ti, o->dev); kfree(o); } @@ -2224,6 +2298,19 @@ struct dm_origin *o = ti->private; o->split_boundary = get_origin_minimum_chunksize(o->dev->bdev); + + down_write(&_origins_lock); + __insert_dm_origin(o); + up_write(&_origins_lock); +} + +static void origin_postsuspend(struct dm_target *ti) +{ + struct dm_origin *o = ti->private; + + down_write(&_origins_lock); + __remove_dm_origin(o); + up_write(&_origins_lock); } static void origin_status(struct dm_target *ti, status_type_t type, @@ -2266,12 +2353,13 @@ static struct target_type origin_target = { .name = "snapshot-origin", - .version = {1, 8, 1}, + .version = {1, 9, 0}, .module = THIS_MODULE, .ctr = origin_ctr, .dtr = origin_dtr, .map = origin_map, .resume = origin_resume, + .postsuspend = origin_postsuspend, .status = origin_status, .merge = origin_merge, .iterate_devices = origin_iterate_devices, @@ -2279,7 +2367,7 @@ static struct target_type snapshot_target = { .name = "snapshot", - .version = {1, 12, 0}, + .version = {1, 13, 0}, .module = THIS_MODULE, .ctr = snapshot_ctr, .dtr = snapshot_dtr, @@ -2293,7 +2381,7 @@ static struct target_type merge_target = { .name = dm_snapshot_merge_target_name, - .version = {1, 2, 0}, + .version = {1, 3, 0}, .module = THIS_MODULE, .ctr = snapshot_ctr, .dtr = snapshot_dtr, --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-stats.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-stats.c @@ -795,6 +795,8 @@ return -EINVAL; if (sscanf(argv[2], "/%u%c", &divisor, &dummy) == 1) { + if (!divisor) + return -EINVAL; step = end - start; if (do_div(step, divisor)) step++; --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-table.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-table.c @@ -1386,6 +1386,14 @@ return q && !blk_queue_add_random(q); } +static int queue_supports_sg_merge(struct dm_target *ti, struct dm_dev *dev, + sector_t start, sector_t len, void *data) +{ + struct request_queue *q = bdev_get_queue(dev->bdev); + + return q && !test_bit(QUEUE_FLAG_NO_SG_MERGE, &q->queue_flags); +} + static bool dm_table_all_devices_attribute(struct dm_table *t, iterate_devices_callout_fn func) { @@ -1464,6 +1472,11 @@ if (!dm_table_supports_write_same(t)) q->limits.max_write_same_sectors = 0; + if (dm_table_all_devices_attribute(t, queue_supports_sg_merge)) + queue_flag_clear_unlocked(QUEUE_FLAG_NO_SG_MERGE, q); + else + queue_flag_set_unlocked(QUEUE_FLAG_NO_SG_MERGE, q); + dm_table_set_integrity(t); /* --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-thin-metadata.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-thin-metadata.c @@ -1205,6 +1205,12 @@ dm_block_t held_root; /* + * We commit to ensure the btree roots which we increment in a + * moment are up to date. + */ + __commit_transaction(pmd); + + /* * Copy the superblock. */ dm_sm_inc_block(pmd->metadata_sm, THIN_SUPERBLOCK_LOCATION); @@ -1295,8 +1301,8 @@ return r; disk_super = dm_block_data(copy); - dm_sm_dec_block(pmd->metadata_sm, le64_to_cpu(disk_super->data_mapping_root)); - dm_sm_dec_block(pmd->metadata_sm, le64_to_cpu(disk_super->device_details_root)); + dm_btree_del(&pmd->info, le64_to_cpu(disk_super->data_mapping_root)); + dm_btree_del(&pmd->details_info, le64_to_cpu(disk_super->device_details_root)); dm_sm_dec_block(pmd->metadata_sm, held_root); return dm_tm_unlock(pmd->tm, copy); --- linux-lts-utopic-3.16.0.orig/drivers/md/dm-thin.c +++ linux-lts-utopic-3.16.0/drivers/md/dm-thin.c @@ -936,6 +936,24 @@ } } +static void set_pool_mode(struct pool *pool, enum pool_mode new_mode); + +static void check_for_space(struct pool *pool) +{ + int r; + dm_block_t nr_free; + + if (get_pool_mode(pool) != PM_OUT_OF_DATA_SPACE) + return; + + r = dm_pool_get_free_block_count(pool->pmd, &nr_free); + if (r) + return; + + if (nr_free) + set_pool_mode(pool, PM_WRITE); +} + /* * A non-zero return indicates read_only or fail_io mode. * Many callers don't care about the return value. @@ -950,6 +968,8 @@ r = dm_pool_commit_metadata(pool->pmd); if (r) metadata_operation_failed(pool, "dm_pool_commit_metadata", r); + else + check_for_space(pool); return r; } @@ -968,8 +988,6 @@ } } -static void set_pool_mode(struct pool *pool, enum pool_mode new_mode); - static int alloc_data_block(struct thin_c *tc, dm_block_t *result) { int r; @@ -1759,7 +1777,7 @@ pool->process_bio = process_bio_read_only; pool->process_discard = process_discard; pool->process_prepared_mapping = process_prepared_mapping; - pool->process_prepared_discard = process_prepared_discard_passdown; + pool->process_prepared_discard = process_prepared_discard; if (!pool->pf.error_if_no_space && no_space_timeout) queue_delayed_work(pool->wq, &pool->no_space_timeout, no_space_timeout); @@ -1768,6 +1786,7 @@ case PM_WRITE: if (old_mode != new_mode) notify_of_pool_mode_change(pool, "write"); + pool->pf.error_if_no_space = pt->requested_pf.error_if_no_space; dm_pool_metadata_read_write(pool->pmd); pool->process_bio = process_bio; pool->process_discard = process_discard; @@ -1871,6 +1890,14 @@ return DM_MAPIO_SUBMITTED; } + /* + * We must hold the virtual cell before doing the lookup, otherwise + * there's a race with discard. + */ + build_virtual_key(tc->td, block, &key); + if (dm_bio_detain(tc->pool->prison, &key, bio, &cell1, &cell_result)) + return DM_MAPIO_SUBMITTED; + r = dm_thin_find_block(td, block, 0, &result); /* @@ -1894,13 +1921,10 @@ * shared flag will be set in their case. */ thin_defer_bio(tc, bio); + cell_defer_no_holder_no_free(tc, &cell1); return DM_MAPIO_SUBMITTED; } - build_virtual_key(tc->td, block, &key); - if (dm_bio_detain(tc->pool->prison, &key, bio, &cell1, &cell_result)) - return DM_MAPIO_SUBMITTED; - build_data_key(tc->td, result.block, &key); if (dm_bio_detain(tc->pool->prison, &key, bio, &cell2, &cell_result)) { cell_defer_no_holder_no_free(tc, &cell1); @@ -1915,22 +1939,13 @@ return DM_MAPIO_REMAPPED; case -ENODATA: - if (get_pool_mode(tc->pool) == PM_READ_ONLY) { - /* - * This block isn't provisioned, and we have no way - * of doing so. - */ - handle_unserviceable_bio(tc->pool, bio); - return DM_MAPIO_SUBMITTED; - } - /* fall through */ - case -EWOULDBLOCK: /* * In future, the failed dm_thin_find_block above could * provide the hint to load the metadata into cache. */ thin_defer_bio(tc, bio); + cell_defer_no_holder_no_free(tc, &cell1); return DM_MAPIO_SUBMITTED; default: @@ -1940,6 +1955,7 @@ * pool is switched to fail-io mode. */ bio_io_error(bio); + cell_defer_no_holder_no_free(tc, &cell1); return DM_MAPIO_SUBMITTED; } } @@ -2516,7 +2532,7 @@ metadata_low_callback, pool); if (r) - goto out_free_pt; + goto out_flags_changed; pt->callbacks.congested_fn = pool_is_congested; dm_table_add_target_callbacks(ti->table, &pt->callbacks); @@ -2710,8 +2726,8 @@ struct pool_c *pt = ti->private; struct pool *pool = pt->pool; - cancel_delayed_work(&pool->waker); - cancel_delayed_work(&pool->no_space_timeout); + cancel_delayed_work_sync(&pool->waker); + cancel_delayed_work_sync(&pool->no_space_timeout); flush_workqueue(pool->wq); (void) commit(pool); } @@ -2887,6 +2903,12 @@ struct pool_c *pt = ti->private; struct pool *pool = pt->pool; + if (get_pool_mode(pool) >= PM_READ_ONLY) { + DMERR("%s: unable to service pool target messages in READ_ONLY or FAIL mode", + dm_device_name(pool->pool_md)); + return -EINVAL; + } + if (!strcasecmp(argv[0], "create_thin")) r = process_create_thin_mesg(argc, argv, pool); @@ -3175,14 +3197,14 @@ struct thin_c *tc = ti->private; unsigned long flags; - thin_put(tc); - wait_for_completion(&tc->can_destroy); - spin_lock_irqsave(&tc->pool->lock, flags); list_del_rcu(&tc->list); spin_unlock_irqrestore(&tc->pool->lock, flags); synchronize_rcu(); + thin_put(tc); + wait_for_completion(&tc->can_destroy); + mutex_lock(&dm_thin_pool_table.mutex); __pool_dec(tc->pool); --- linux-lts-utopic-3.16.0.orig/drivers/md/dm.c +++ linux-lts-utopic-3.16.0/drivers/md/dm.c @@ -528,7 +528,7 @@ out: dm_put_live_table(md, srcu_idx); - if (r == -ENOTCONN) { + if (r == -ENOTCONN && !fatal_signal_pending(current)) { msleep(10); goto retry; } @@ -776,7 +776,7 @@ static void clone_endio(struct bio *bio, int error) { - int r = 0; + int r = error; struct dm_target_io *tio = container_of(bio, struct dm_target_io, clone); struct dm_io *io = tio->io; struct mapped_device *md = tio->io->md; @@ -2341,7 +2341,7 @@ return 0; } -static struct mapped_device *dm_find_md(dev_t dev) +struct mapped_device *dm_get_md(dev_t dev) { struct mapped_device *md; unsigned minor = MINOR(dev); @@ -2352,12 +2352,15 @@ spin_lock(&_minor_lock); md = idr_find(&_minor_idr, minor); - if (md && (md == MINOR_ALLOCED || - (MINOR(disk_devt(dm_disk(md))) != minor) || - dm_deleting_md(md) || - test_bit(DMF_FREEING, &md->flags))) { - md = NULL; - goto out; + if (md) { + if ((md == MINOR_ALLOCED || + (MINOR(disk_devt(dm_disk(md))) != minor) || + dm_deleting_md(md) || + test_bit(DMF_FREEING, &md->flags))) { + md = NULL; + goto out; + } + dm_get(md); } out: @@ -2365,16 +2368,6 @@ return md; } - -struct mapped_device *dm_get_md(dev_t dev) -{ - struct mapped_device *md = dm_find_md(dev); - - if (md) - dm_get(md); - - return md; -} EXPORT_SYMBOL_GPL(dm_get_md); void *dm_get_mdptr(struct mapped_device *md) @@ -2393,6 +2386,19 @@ BUG_ON(test_bit(DMF_FREEING, &md->flags)); } +int dm_hold(struct mapped_device *md) +{ + spin_lock(&_minor_lock); + if (test_bit(DMF_FREEING, &md->flags)) { + spin_unlock(&_minor_lock); + return -EBUSY; + } + dm_get(md); + spin_unlock(&_minor_lock); + return 0; +} +EXPORT_SYMBOL_GPL(dm_hold); + const char *dm_device_name(struct mapped_device *md) { return md->name; @@ -2407,18 +2413,23 @@ might_sleep(); spin_lock(&_minor_lock); - map = dm_get_live_table(md, &srcu_idx); idr_replace(&_minor_idr, MINOR_ALLOCED, MINOR(disk_devt(dm_disk(md)))); set_bit(DMF_FREEING, &md->flags); spin_unlock(&_minor_lock); + /* + * Take suspend_lock so that presuspend and postsuspend methods + * do not race with internal suspend. + */ + mutex_lock(&md->suspend_lock); + map = dm_get_live_table(md, &srcu_idx); if (!dm_suspended_md(md)) { dm_table_presuspend_targets(map); dm_table_postsuspend_targets(map); } - /* dm_put_live_table must be before msleep, otherwise deadlock is possible */ dm_put_live_table(md, srcu_idx); + mutex_unlock(&md->suspend_lock); /* * Rare, but there may be I/O requests still going to complete, @@ -2767,6 +2778,7 @@ flush_workqueue(md->wq); dm_wait_for_completion(md, TASK_UNINTERRUPTIBLE); } +EXPORT_SYMBOL_GPL(dm_internal_suspend); void dm_internal_resume(struct mapped_device *md) { @@ -2778,6 +2790,7 @@ done: mutex_unlock(&md->suspend_lock); } +EXPORT_SYMBOL_GPL(dm_internal_resume); /*----------------------------------------------------------------- * Event notification. @@ -2831,6 +2844,7 @@ { return md->disk; } +EXPORT_SYMBOL_GPL(dm_disk); struct kobject *dm_kobject(struct mapped_device *md) { --- linux-lts-utopic-3.16.0.orig/drivers/md/md.c +++ linux-lts-utopic-3.16.0/drivers/md/md.c @@ -5264,6 +5264,8 @@ static void __md_stop(struct mddev *mddev) { + /* Ensure ->event_work is done */ + flush_workqueue(md_misc_wq); mddev->ready = 0; mddev->pers->stop(mddev); if (mddev->pers->sync_request && mddev->to_remove == NULL) @@ -5313,6 +5315,7 @@ printk("md: %s still in use.\n",mdname(mddev)); if (did_freeze) { clear_bit(MD_RECOVERY_FROZEN, &mddev->recovery); + set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); md_wakeup_thread(mddev->thread); } err = -EBUSY; @@ -5327,6 +5330,8 @@ mddev->ro = 1; set_disk_ro(mddev->gendisk, 1); clear_bit(MD_RECOVERY_FROZEN, &mddev->recovery); + set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); + md_wakeup_thread(mddev->thread); sysfs_notify_dirent_safe(mddev->sysfs_state); err = 0; } @@ -5370,6 +5375,7 @@ mutex_unlock(&mddev->open_mutex); if (did_freeze) { clear_bit(MD_RECOVERY_FROZEN, &mddev->recovery); + set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); md_wakeup_thread(mddev->thread); } return -EBUSY; @@ -5620,7 +5626,7 @@ char *ptr, *buf = NULL; int err = -ENOMEM; - file = kmalloc(sizeof(*file), GFP_NOIO); + file = kzalloc(sizeof(*file), GFP_NOIO); if (!file) goto out; @@ -6221,7 +6227,7 @@ mddev->ctime != info->ctime || mddev->level != info->level || /* mddev->layout != info->layout || */ - !mddev->persistent != info->not_persistent|| + mddev->persistent != !info->not_persistent || mddev->chunk_sectors != info->chunk_size >> 9 || /* ignore bottom 8 bits of state, and allow SB_BITMAP_PRESENT to change */ ((state^info->state) & 0xfffffe00) @@ -7766,8 +7772,7 @@ !test_bit(Bitmap_sync, &rdev->flags))) continue; - if (rdev->saved_raid_disk < 0) - rdev->recovery_offset = 0; + rdev->recovery_offset = 0; if (mddev->pers-> hot_add_disk(mddev, rdev) == 0) { if (sysfs_link_rdev(mddev, rdev)) --- linux-lts-utopic-3.16.0.orig/drivers/md/persistent-data/dm-btree-internal.h +++ linux-lts-utopic-3.16.0/drivers/md/persistent-data/dm-btree-internal.h @@ -42,6 +42,12 @@ } __packed; +/* + * Locks a block using the btree node validator. + */ +int bn_read_lock(struct dm_btree_info *info, dm_block_t b, + struct dm_block **result); + void inc_children(struct dm_transaction_manager *tm, struct btree_node *n, struct dm_btree_value_type *vt); @@ -132,4 +138,10 @@ extern struct dm_block_validator btree_node_validator; +/* + * Value type for upper levels of multi-level btrees. + */ +extern void init_le64_type(struct dm_transaction_manager *tm, + struct dm_btree_value_type *vt); + #endif /* DM_BTREE_INTERNAL_H */ --- linux-lts-utopic-3.16.0.orig/drivers/md/persistent-data/dm-btree-remove.c +++ linux-lts-utopic-3.16.0/drivers/md/persistent-data/dm-btree-remove.c @@ -301,35 +301,40 @@ { int s; uint32_t max_entries = le32_to_cpu(left->header.max_entries); - unsigned target = (nr_left + nr_center + nr_right) / 3; - BUG_ON(target > max_entries); + unsigned total = nr_left + nr_center + nr_right; + unsigned target_right = total / 3; + unsigned remainder = (target_right * 3) != total; + unsigned target_left = target_right + remainder; + + BUG_ON(target_left > max_entries); + BUG_ON(target_right > max_entries); if (nr_left < nr_right) { - s = nr_left - target; + s = nr_left - target_left; if (s < 0 && nr_center < -s) { /* not enough in central node */ - shift(left, center, nr_center); - s = nr_center - target; + shift(left, center, -nr_center); + s += nr_center; shift(left, right, s); nr_right += s; } else shift(left, center, s); - shift(center, right, target - nr_right); + shift(center, right, target_right - nr_right); } else { - s = target - nr_right; + s = target_right - nr_right; if (s > 0 && nr_center < s) { /* not enough in central node */ shift(center, right, nr_center); - s = target - nr_center; + s -= nr_center; shift(left, right, s); nr_left -= s; } else shift(center, right, s); - shift(left, center, nr_left - target); + shift(left, center, nr_left - target_left); } *key_ptr(parent, c->index) = center->keys[0]; @@ -544,14 +549,6 @@ return r; } -static struct dm_btree_value_type le64_type = { - .context = NULL, - .size = sizeof(__le64), - .inc = NULL, - .dec = NULL, - .equal = NULL -}; - int dm_btree_remove(struct dm_btree_info *info, dm_block_t root, uint64_t *keys, dm_block_t *new_root) { @@ -559,12 +556,14 @@ int index = 0, r = 0; struct shadow_spine spine; struct btree_node *n; + struct dm_btree_value_type le64_vt; + init_le64_type(info->tm, &le64_vt); init_shadow_spine(&spine, info); for (level = 0; level < info->levels; level++) { r = remove_raw(&spine, info, (level == last_level ? - &info->value_type : &le64_type), + &info->value_type : &le64_vt), root, keys[level], (unsigned *)&index); if (r < 0) break; --- linux-lts-utopic-3.16.0.orig/drivers/md/persistent-data/dm-btree-spine.c +++ linux-lts-utopic-3.16.0/drivers/md/persistent-data/dm-btree-spine.c @@ -92,7 +92,7 @@ /*----------------------------------------------------------------*/ -static int bn_read_lock(struct dm_btree_info *info, dm_block_t b, +int bn_read_lock(struct dm_btree_info *info, dm_block_t b, struct dm_block **result) { return dm_tm_read_lock(info->tm, b, &btree_node_validator, result); @@ -249,3 +249,40 @@ { return s->root; } + +static void le64_inc(void *context, const void *value_le) +{ + struct dm_transaction_manager *tm = context; + __le64 v_le; + + memcpy(&v_le, value_le, sizeof(v_le)); + dm_tm_inc(tm, le64_to_cpu(v_le)); +} + +static void le64_dec(void *context, const void *value_le) +{ + struct dm_transaction_manager *tm = context; + __le64 v_le; + + memcpy(&v_le, value_le, sizeof(v_le)); + dm_tm_dec(tm, le64_to_cpu(v_le)); +} + +static int le64_equal(void *context, const void *value1_le, const void *value2_le) +{ + __le64 v1_le, v2_le; + + memcpy(&v1_le, value1_le, sizeof(v1_le)); + memcpy(&v2_le, value2_le, sizeof(v2_le)); + return v1_le == v2_le; +} + +void init_le64_type(struct dm_transaction_manager *tm, + struct dm_btree_value_type *vt) +{ + vt->context = tm; + vt->size = sizeof(__le64); + vt->inc = le64_inc; + vt->dec = le64_dec; + vt->equal = le64_equal; +} --- linux-lts-utopic-3.16.0.orig/drivers/md/persistent-data/dm-btree.c +++ linux-lts-utopic-3.16.0/drivers/md/persistent-data/dm-btree.c @@ -250,12 +250,22 @@ dm_tm_unlock(s->tm, f->b); } +static void unlock_all_frames(struct del_stack *s) +{ + struct frame *f; + + while (unprocessed_frames(s)) { + f = s->spine + s->top--; + dm_tm_unlock(s->tm, f->b); + } +} + int dm_btree_del(struct dm_btree_info *info, dm_block_t root) { int r; struct del_stack *s; - s = kmalloc(sizeof(*s), GFP_KERNEL); + s = kmalloc(sizeof(*s), GFP_NOIO); if (!s) return -ENOMEM; s->info = info; @@ -306,9 +316,13 @@ pop_frame(s); } } - out: + if (r) { + /* cleanup all frames of del_stack */ + unlock_all_frames(s); + } kfree(s); + return r; } EXPORT_SYMBOL_GPL(dm_btree_del); @@ -471,8 +485,10 @@ r = insert_at(sizeof(__le64), pn, parent_index + 1, le64_to_cpu(rn->keys[0]), &location); - if (r) + if (r) { + unlock_block(s->info, right); return r; + } if (key < le64_to_cpu(rn->keys[0])) { unlock_block(s->info, right); @@ -523,7 +539,7 @@ r = new_block(s->info, &right); if (r < 0) { - /* FIXME: put left */ + unlock_block(s->info, left); return r; } @@ -667,12 +683,7 @@ struct btree_node *n; struct dm_btree_value_type le64_type; - le64_type.context = NULL; - le64_type.size = sizeof(__le64); - le64_type.inc = NULL; - le64_type.dec = NULL; - le64_type.equal = NULL; - + init_le64_type(info->tm, &le64_type); init_shadow_spine(&spine, info); for (level = 0; level < (info->levels - 1); level++) { @@ -847,22 +858,26 @@ * FIXME: We shouldn't use a recursive algorithm when we have limited stack * space. Also this only works for single level trees. */ -static int walk_node(struct ro_spine *s, dm_block_t block, +static int walk_node(struct dm_btree_info *info, dm_block_t block, int (*fn)(void *context, uint64_t *keys, void *leaf), void *context) { int r; unsigned i, nr; + struct dm_block *node; struct btree_node *n; uint64_t keys; - r = ro_step(s, block); - n = ro_node(s); + r = bn_read_lock(info, block, &node); + if (r) + return r; + + n = dm_block_data(node); nr = le32_to_cpu(n->header.nr_entries); for (i = 0; i < nr; i++) { if (le32_to_cpu(n->header.flags) & INTERNAL_NODE) { - r = walk_node(s, value64(n, i), fn, context); + r = walk_node(info, value64(n, i), fn, context); if (r) goto out; } else { @@ -874,7 +889,7 @@ } out: - ro_pop(s); + dm_tm_unlock(info->tm, node); return r; } @@ -882,15 +897,7 @@ int (*fn)(void *context, uint64_t *keys, void *leaf), void *context) { - int r; - struct ro_spine spine; - BUG_ON(info->levels > 1); - - init_ro_spine(&spine, info); - r = walk_node(&spine, root, fn, context); - exit_ro_spine(&spine); - - return r; + return walk_node(info, root, fn, context); } EXPORT_SYMBOL_GPL(dm_btree_walk); --- linux-lts-utopic-3.16.0.orig/drivers/md/persistent-data/dm-space-map-metadata.c +++ linux-lts-utopic-3.16.0/drivers/md/persistent-data/dm-space-map-metadata.c @@ -136,7 +136,7 @@ return 0; } -static int brb_pop(struct bop_ring_buffer *brb, struct block_op *result) +static int brb_peek(struct bop_ring_buffer *brb, struct block_op *result) { struct block_op *bop; @@ -147,6 +147,14 @@ result->type = bop->type; result->block = bop->block; + return 0; +} + +static int brb_pop(struct bop_ring_buffer *brb) +{ + if (brb_empty(brb)) + return -ENODATA; + brb->begin = brb_next(brb, brb->begin); return 0; @@ -204,6 +212,29 @@ smm->recursion_count++; } +static int apply_bops(struct sm_metadata *smm) +{ + int r = 0; + + while (!brb_empty(&smm->uncommitted)) { + struct block_op bop; + + r = brb_peek(&smm->uncommitted, &bop); + if (r) { + DMERR("bug in bop ring buffer"); + break; + } + + r = commit_bop(smm, &bop); + if (r) + break; + + brb_pop(&smm->uncommitted); + } + + return r; +} + static int out(struct sm_metadata *smm) { int r = 0; @@ -216,21 +247,8 @@ return -ENOMEM; } - if (smm->recursion_count == 1) { - while (!brb_empty(&smm->uncommitted)) { - struct block_op bop; - - r = brb_pop(&smm->uncommitted, &bop); - if (r) { - DMERR("bug in bop ring buffer"); - break; - } - - r = commit_bop(smm, &bop); - if (r) - break; - } - } + if (smm->recursion_count == 1) + apply_bops(smm); smm->recursion_count--; @@ -564,7 +582,9 @@ { struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); - return smm->ll.nr_blocks; + *count = smm->ll.nr_blocks; + + return 0; } static int sm_bootstrap_get_nr_free(struct dm_space_map *sm, dm_block_t *count) @@ -671,7 +691,6 @@ static int sm_metadata_extend(struct dm_space_map *sm, dm_block_t extra_blocks) { int r, i; - enum allocation_event ev; struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); dm_block_t old_len = smm->ll.nr_blocks; @@ -693,13 +712,20 @@ * allocate any new blocks. */ do { - for (i = old_len; !r && i < smm->begin; i++) { - r = sm_ll_inc(&smm->ll, i, &ev); - if (r) - goto out; - } + for (i = old_len; !r && i < smm->begin; i++) + r = add_bop(smm, BOP_INC, i); + + if (r) + goto out; + old_len = smm->begin; + r = apply_bops(smm); + if (r) { + DMERR("%s: apply_bops failed", __func__); + goto out; + } + r = sm_ll_commit(&smm->ll); if (r) goto out; @@ -736,7 +762,6 @@ { int r; dm_block_t i; - enum allocation_event ev; struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); smm->begin = superblock + 1; @@ -764,11 +789,17 @@ * allocated blocks that they were built from. */ for (i = superblock; !r && i < smm->begin; i++) - r = sm_ll_inc(&smm->ll, i, &ev); + r = add_bop(smm, BOP_INC, i); if (r) return r; + r = apply_bops(smm); + if (r) { + DMERR("%s: apply_bops failed", __func__); + return r; + } + return sm_metadata_commit(sm); } --- linux-lts-utopic-3.16.0.orig/drivers/md/raid0.c +++ linux-lts-utopic-3.16.0/drivers/md/raid0.c @@ -88,7 +88,7 @@ char b[BDEVNAME_SIZE]; char b2[BDEVNAME_SIZE]; struct r0conf *conf = kzalloc(sizeof(*conf), GFP_KERNEL); - bool discard_supported = false; + unsigned short blksize = 512; if (!conf) return -ENOMEM; @@ -103,6 +103,9 @@ sector_div(sectors, mddev->chunk_sectors); rdev1->sectors = sectors * mddev->chunk_sectors; + blksize = max(blksize, queue_logical_block_size( + rdev1->bdev->bd_disk->queue)); + rdev_for_each(rdev2, mddev) { pr_debug("md/raid0:%s: comparing %s(%llu)" " with %s(%llu)\n", @@ -139,6 +142,18 @@ } pr_debug("md/raid0:%s: FINAL %d zones\n", mdname(mddev), conf->nr_strip_zones); + /* + * now since we have the hard sector sizes, we can make sure + * chunk size is a multiple of that sector size + */ + if ((mddev->chunk_sectors << 9) % blksize) { + printk(KERN_ERR "md/raid0:%s: chunk_size of %d not multiple of block size %d\n", + mdname(mddev), + mddev->chunk_sectors << 9, blksize); + err = -EINVAL; + goto abort; + } + err = -ENOMEM; conf->strip_zone = kzalloc(sizeof(struct strip_zone)* conf->nr_strip_zones, GFP_KERNEL); @@ -193,18 +208,12 @@ } dev[j] = rdev1; - disk_stack_limits(mddev->gendisk, rdev1->bdev, - rdev1->data_offset << 9); - if (rdev1->bdev->bd_disk->queue->merge_bvec_fn) conf->has_merge_bvec = 1; if (!smallest || (rdev1->sectors < smallest->sectors)) smallest = rdev1; cnt++; - - if (blk_queue_discard(bdev_get_queue(rdev1->bdev))) - discard_supported = true; } if (cnt != mddev->raid_disks) { printk(KERN_ERR "md/raid0:%s: too few disks (%d of %d) - " @@ -267,26 +276,6 @@ mddev->queue->backing_dev_info.congested_fn = raid0_congested; mddev->queue->backing_dev_info.congested_data = mddev; - /* - * now since we have the hard sector sizes, we can make sure - * chunk size is a multiple of that sector size - */ - if ((mddev->chunk_sectors << 9) % queue_logical_block_size(mddev->queue)) { - printk(KERN_ERR "md/raid0:%s: chunk_size of %d not valid\n", - mdname(mddev), - mddev->chunk_sectors << 9); - goto abort; - } - - blk_queue_io_min(mddev->queue, mddev->chunk_sectors << 9); - blk_queue_io_opt(mddev->queue, - (mddev->chunk_sectors << 9) * mddev->raid_disks); - - if (!discard_supported) - queue_flag_clear_unlocked(QUEUE_FLAG_DISCARD, mddev->queue); - else - queue_flag_set_unlocked(QUEUE_FLAG_DISCARD, mddev->queue); - pr_debug("md/raid0:%s: done.\n", mdname(mddev)); *private_conf = conf; @@ -429,6 +418,8 @@ { struct r0conf *conf; int ret; + struct md_rdev *rdev; + bool discard_supported = false; if (mddev->chunk_sectors == 0) { printk(KERN_ERR "md/raid0:%s: chunk size must be set.\n", @@ -437,9 +428,6 @@ } if (md_check_no_bitmap(mddev)) return -EINVAL; - blk_queue_max_hw_sectors(mddev->queue, mddev->chunk_sectors); - blk_queue_max_write_same_sectors(mddev->queue, mddev->chunk_sectors); - blk_queue_max_discard_sectors(mddev->queue, mddev->chunk_sectors); /* if private is not null, we are here after takeover */ if (mddev->private == NULL) { @@ -449,6 +437,25 @@ mddev->private = conf; } conf = mddev->private; + blk_queue_max_hw_sectors(mddev->queue, mddev->chunk_sectors); + blk_queue_max_write_same_sectors(mddev->queue, mddev->chunk_sectors); + blk_queue_max_discard_sectors(mddev->queue, mddev->chunk_sectors); + + blk_queue_io_min(mddev->queue, mddev->chunk_sectors << 9); + blk_queue_io_opt(mddev->queue, + (mddev->chunk_sectors << 9) * mddev->raid_disks); + + rdev_for_each(rdev, mddev) { + disk_stack_limits(mddev->gendisk, rdev->bdev, + rdev->data_offset << 9); + if (blk_queue_discard(bdev_get_queue(rdev->bdev))) + discard_supported = true; + } + + if (!discard_supported) + queue_flag_clear_unlocked(QUEUE_FLAG_DISCARD, mddev->queue); + else + queue_flag_set_unlocked(QUEUE_FLAG_DISCARD, mddev->queue); /* calculate array device size */ md_set_array_sectors(mddev, raid0_size(mddev, 0, 0)); --- linux-lts-utopic-3.16.0.orig/drivers/md/raid1.c +++ linux-lts-utopic-3.16.0/drivers/md/raid1.c @@ -336,7 +336,7 @@ spin_lock_irqsave(&conf->device_lock, flags); if (r1_bio->mddev->degraded == conf->raid_disks || (r1_bio->mddev->degraded == conf->raid_disks-1 && - !test_bit(Faulty, &conf->mirrors[mirror].rdev->flags))) + test_bit(In_sync, &conf->mirrors[mirror].rdev->flags))) uptodate = 1; spin_unlock_irqrestore(&conf->device_lock, flags); } @@ -540,11 +540,7 @@ has_nonrot_disk = 0; choose_next_idle = 0; - if (conf->mddev->recovery_cp < MaxSector && - (this_sector + sectors >= conf->next_resync)) - choose_first = 1; - else - choose_first = 0; + choose_first = (conf->mddev->recovery_cp < this_sector + sectors); for (disk = 0 ; disk < conf->raid_disks * 2 ; disk++) { sector_t dist; @@ -565,7 +561,7 @@ if (test_bit(WriteMostly, &rdev->flags)) { /* Don't balance among write-mostly, just * use the first as a last resort */ - if (best_disk < 0) { + if (best_dist_disk < 0) { if (is_badblock(rdev, this_sector, sectors, &first_bad, &bad_sectors)) { if (first_bad < this_sector) @@ -574,7 +570,8 @@ best_good_sectors = first_bad - this_sector; } else best_good_sectors = sectors; - best_disk = disk; + best_dist_disk = disk; + best_pending_disk = disk; } continue; } @@ -831,7 +828,7 @@ * there is no normal IO happeing. It must arrange to call * lower_barrier when the particular background IO completes. */ -static void raise_barrier(struct r1conf *conf) +static void raise_barrier(struct r1conf *conf, sector_t sector_nr) { spin_lock_irq(&conf->resync_lock); @@ -841,6 +838,7 @@ /* block any new IO from starting */ conf->barrier++; + conf->next_resync = sector_nr; /* For these conditions we must wait: * A: while the array is in frozen state @@ -849,14 +847,17 @@ * C: next_resync + RESYNC_SECTORS > start_next_window, meaning * next resync will reach to the window which normal bios are * handling. + * D: while there are any active requests in the current window. */ wait_event_lock_irq(conf->wait_barrier, !conf->array_frozen && conf->barrier < RESYNC_DEPTH && + conf->current_window_requests == 0 && (conf->start_next_window >= conf->next_resync + RESYNC_SECTORS), conf->resync_lock); + conf->nr_pending++; spin_unlock_irq(&conf->resync_lock); } @@ -866,6 +867,7 @@ BUG_ON(conf->barrier <= 0); spin_lock_irqsave(&conf->resync_lock, flags); conf->barrier--; + conf->nr_pending--; spin_unlock_irqrestore(&conf->resync_lock, flags); wake_up(&conf->wait_barrier); } @@ -877,12 +879,10 @@ if (conf->array_frozen || !bio) wait = true; else if (conf->barrier && bio_data_dir(bio) == WRITE) { - if (conf->next_resync < RESYNC_WINDOW_SECTORS) - wait = true; - else if ((conf->next_resync - RESYNC_WINDOW_SECTORS - >= bio_end_sector(bio)) || - (conf->next_resync + NEXT_NORMALIO_DISTANCE - <= bio->bi_iter.bi_sector)) + if ((conf->mddev->curr_resync_completed + >= bio_end_sector(bio)) || + (conf->next_resync + NEXT_NORMALIO_DISTANCE + <= bio->bi_iter.bi_sector)) wait = false; else wait = true; @@ -919,8 +919,8 @@ } if (bio && bio_data_dir(bio) == WRITE) { - if (conf->next_resync + NEXT_NORMALIO_DISTANCE - <= bio->bi_iter.bi_sector) { + if (bio->bi_iter.bi_sector >= + conf->mddev->curr_resync_completed) { if (conf->start_next_window == MaxSector) conf->start_next_window = conf->next_resync + @@ -1186,6 +1186,7 @@ atomic_read(&bitmap->behind_writes) == 0); } r1_bio->read_disk = rdisk; + r1_bio->start_next_window = 0; read_bio = bio_clone_mddev(bio, GFP_NOIO, mddev); bio_trim(read_bio, r1_bio->sector - bio->bi_iter.bi_sector, @@ -1476,6 +1477,7 @@ { char b[BDEVNAME_SIZE]; struct r1conf *conf = mddev->private; + unsigned long flags; /* * If it is not operational, then we have already marked it as dead @@ -1495,18 +1497,17 @@ return; } set_bit(Blocked, &rdev->flags); + spin_lock_irqsave(&conf->device_lock, flags); if (test_and_clear_bit(In_sync, &rdev->flags)) { - unsigned long flags; - spin_lock_irqsave(&conf->device_lock, flags); mddev->degraded++; set_bit(Faulty, &rdev->flags); - spin_unlock_irqrestore(&conf->device_lock, flags); - /* - * if recovery is running, make sure it aborts. - */ - set_bit(MD_RECOVERY_INTR, &mddev->recovery); } else set_bit(Faulty, &rdev->flags); + spin_unlock_irqrestore(&conf->device_lock, flags); + /* + * if recovery is running, make sure it aborts. + */ + set_bit(MD_RECOVERY_INTR, &mddev->recovery); set_bit(MD_CHANGE_DEVS, &mddev->flags); printk(KERN_ALERT "md/raid1:%s: Disk failure on %s, disabling device.\n" @@ -1548,8 +1549,13 @@ mempool_destroy(conf->r1buf_pool); conf->r1buf_pool = NULL; + spin_lock_irq(&conf->resync_lock); conf->next_resync = 0; conf->start_next_window = MaxSector; + conf->current_window_requests += + conf->next_window_requests; + conf->next_window_requests = 0; + spin_unlock_irq(&conf->resync_lock); } static int raid1_spare_active(struct mddev *mddev) @@ -1563,7 +1569,10 @@ * Find all failed disks within the RAID1 configuration * and mark them readable. * Called under mddev lock, so rcu protection not needed. + * device_lock used to avoid races with raid1_end_read_request + * which expects 'In_sync' flags and ->degraded to be consistent. */ + spin_lock_irqsave(&conf->device_lock, flags); for (i = 0; i < conf->raid_disks; i++) { struct md_rdev *rdev = conf->mirrors[i].rdev; struct md_rdev *repl = conf->mirrors[conf->raid_disks + i].rdev; @@ -1593,7 +1602,6 @@ sysfs_notify_dirent_safe(rdev->sysfs_state); } } - spin_lock_irqsave(&conf->device_lock, flags); mddev->degraded -= count; spin_unlock_irqrestore(&conf->device_lock, flags); @@ -2150,7 +2158,7 @@ d--; rdev = conf->mirrors[d].rdev; if (rdev && - test_bit(In_sync, &rdev->flags)) + !test_bit(Faulty, &rdev->flags)) r1_sync_page_io(rdev, sect, s, conf->tmppage, WRITE); } @@ -2162,7 +2170,7 @@ d--; rdev = conf->mirrors[d].rdev; if (rdev && - test_bit(In_sync, &rdev->flags)) { + !test_bit(Faulty, &rdev->flags)) { if (r1_sync_page_io(rdev, sect, s, conf->tmppage, READ)) { atomic_add(s, &rdev->corrected_errors); @@ -2243,7 +2251,7 @@ bio_trim(wbio, sector - r1_bio->sector, sectors); wbio->bi_iter.bi_sector += rdev->data_offset; wbio->bi_bdev = rdev->bdev; - if (submit_bio_wait(WRITE, wbio) == 0) + if (submit_bio_wait(WRITE, wbio) < 0) /* failure! */ ok = rdev_set_badblocks(rdev, sector, sectors, 0) @@ -2541,9 +2549,8 @@ bitmap_cond_end_sync(mddev->bitmap, sector_nr); r1_bio = mempool_alloc(conf->r1buf_pool, GFP_NOIO); - raise_barrier(conf); - conf->next_resync = sector_nr; + raise_barrier(conf, sector_nr); rcu_read_lock(); /* --- linux-lts-utopic-3.16.0.orig/drivers/md/raid10.c +++ linux-lts-utopic-3.16.0/drivers/md/raid10.c @@ -1684,13 +1684,12 @@ spin_unlock_irqrestore(&conf->device_lock, flags); return; } - if (test_and_clear_bit(In_sync, &rdev->flags)) { + if (test_and_clear_bit(In_sync, &rdev->flags)) mddev->degraded++; - /* - * if recovery is running, make sure it aborts. - */ - set_bit(MD_RECOVERY_INTR, &mddev->recovery); - } + /* + * If recovery is running, make sure it aborts. + */ + set_bit(MD_RECOVERY_INTR, &mddev->recovery); set_bit(Blocked, &rdev->flags); set_bit(Faulty, &rdev->flags); set_bit(MD_CHANGE_DEVS, &mddev->flags); @@ -2605,7 +2604,7 @@ choose_data_offset(r10_bio, rdev) + (sector - r10_bio->sector)); wbio->bi_bdev = rdev->bdev; - if (submit_bio_wait(WRITE, wbio) == 0) + if (submit_bio_wait(WRITE, wbio) < 0) /* Failure! */ ok = rdev_set_badblocks(rdev, sector, sectors, 0) @@ -2954,6 +2953,7 @@ */ if (test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery)) { end_reshape(conf); + close_sync(conf); return 0; } @@ -3585,6 +3585,7 @@ /* far_copies must be 1 */ conf->prev.stride = conf->dev_sectors; } + conf->reshape_safe = conf->reshape_progress; spin_lock_init(&conf->device_lock); INIT_LIST_HEAD(&conf->retry_list); @@ -3793,7 +3794,6 @@ } conf->offset_diff = min_offset_diff; - conf->reshape_safe = conf->reshape_progress; clear_bit(MD_RECOVERY_SYNC, &mddev->recovery); clear_bit(MD_RECOVERY_CHECK, &mddev->recovery); set_bit(MD_RECOVERY_RESHAPE, &mddev->recovery); @@ -4138,6 +4138,7 @@ conf->reshape_progress = size; } else conf->reshape_progress = 0; + conf->reshape_safe = conf->reshape_progress; spin_unlock_irq(&conf->device_lock); if (mddev->delta_disks && mddev->bitmap) { @@ -4204,6 +4205,7 @@ rdev->new_data_offset = rdev->data_offset; smp_wmb(); conf->reshape_progress = MaxSector; + conf->reshape_safe = MaxSector; mddev->reshape_position = MaxSector; spin_unlock_irq(&conf->device_lock); return ret; @@ -4411,7 +4413,7 @@ read_bio->bi_private = r10_bio; read_bio->bi_end_io = end_sync_read; read_bio->bi_rw = READ; - read_bio->bi_flags &= ~(BIO_POOL_MASK - 1); + read_bio->bi_flags &= (~0UL << BIO_RESET_BITS); read_bio->bi_flags |= 1 << BIO_UPTODATE; read_bio->bi_vcnt = 0; read_bio->bi_iter.bi_size = 0; @@ -4556,6 +4558,7 @@ md_finish_reshape(conf->mddev); smp_wmb(); conf->reshape_progress = MaxSector; + conf->reshape_safe = MaxSector; spin_unlock_irq(&conf->device_lock); /* read-ahead size must cover two whole stripes, which is --- linux-lts-utopic-3.16.0.orig/drivers/md/raid5.c +++ linux-lts-utopic-3.16.0/drivers/md/raid5.c @@ -64,6 +64,10 @@ #define cpu_to_group(cpu) cpu_to_node(cpu) #define ANY_GROUP NUMA_NO_NODE +static bool devices_handle_discard_safely = false; +module_param(devices_handle_discard_safely, bool, 0644); +MODULE_PARM_DESC(devices_handle_discard_safely, + "Set to Y if all devices in each array reliably return zeroes on reads from discarded regions"); static struct workqueue_struct *raid5_wq; /* * Stripe cache @@ -1937,7 +1941,8 @@ conf->slab_cache = sc; conf->active_name = 1-conf->active_name; - conf->pool_size = newsize; + if (!err) + conf->pool_size = newsize; return err; } @@ -2921,8 +2926,11 @@ (sh->raid_conf->level <= 5 && s->failed && fdev[0]->towrite && (!test_bit(R5_Insync, &dev->flags) || test_bit(STRIPE_PREREAD_ACTIVE, &sh->state)) && !test_bit(R5_OVERWRITE, &fdev[0]->flags)) || - (sh->raid_conf->level == 6 && s->failed && s->to_write && - s->to_write < sh->raid_conf->raid_disks - 2 && + ((sh->raid_conf->level == 6 || + sh->sector >= sh->raid_conf->mddev->recovery_cp) + && s->failed && s->to_write && + (s->to_write - s->non_overwrite < + sh->raid_conf->raid_disks - sh->raid_conf->max_degraded) && (!test_bit(R5_Insync, &dev->flags) || test_bit(STRIPE_PREREAD_ACTIVE, &sh->state))))) { /* we would like to get this block, possibly by computing it, * otherwise read it if the backing disk is insync @@ -3061,6 +3069,8 @@ } if (!discard_pending && test_bit(R5_Discard, &sh->dev[sh->pd_idx].flags)) { + int hash = sh->hash_lock_index; + clear_bit(R5_Discard, &sh->dev[sh->pd_idx].flags); clear_bit(R5_UPTODATE, &sh->dev[sh->pd_idx].flags); if (sh->qd_idx >= 0) { @@ -3074,9 +3084,9 @@ * no updated data, so remove it from hash list and the stripe * will be reinitialized */ - spin_lock_irq(&conf->device_lock); + spin_lock_irq(conf->hash_locks + hash); remove_hash(sh); - spin_unlock_irq(&conf->device_lock); + spin_unlock_irq(conf->hash_locks + hash); if (test_bit(STRIPE_SYNC_REQUESTED, &sh->state)) set_bit(STRIPE_HANDLE, &sh->state); @@ -3104,7 +3114,8 @@ * generate correct data from the parity. */ if (conf->max_degraded == 2 || - (recovery_cp < MaxSector && sh->sector >= recovery_cp)) { + (recovery_cp < MaxSector && sh->sector >= recovery_cp && + s->failed == 0)) { /* Calculate the real rcw later - for now make it * look like rcw is cheaper */ @@ -3197,6 +3208,11 @@ (unsigned long long)sh->sector, rcw, qread, test_bit(STRIPE_DELAYED, &sh->state)); } + + if (rcw > disks && rmw > disks && + !test_bit(STRIPE_PREREAD_ACTIVE, &sh->state)) + set_bit(STRIPE_DELAYED, &sh->state); + /* now if nothing is locked, and if we have enough data, * we can start a write request */ @@ -3817,6 +3833,8 @@ set_bit(R5_Wantwrite, &dev->flags); if (prexor) continue; + if (s.failed > 1) + continue; if (!test_bit(R5_Insync, &dev->flags) || ((i == sh->pd_idx || i == sh->qd_idx) && s.failed == 0)) @@ -6206,7 +6224,7 @@ mddev->queue->limits.discard_granularity = stripe; /* * unaligned part of discard request will be ignored, so can't - * guarantee discard_zerors_data + * guarantee discard_zeroes_data */ mddev->queue->limits.discard_zeroes_data = 0; @@ -6231,6 +6249,18 @@ !bdev_get_queue(rdev->bdev)-> limits.discard_zeroes_data) discard_supported = false; + /* Unfortunately, discard_zeroes_data is not currently + * a guarantee - just a hint. So we only allow DISCARD + * if the sysadmin has confirmed that only safe devices + * are in use by setting a module parameter. + */ + if (!devices_handle_discard_safely) { + if (discard_supported) { + pr_info("md/raid456: discard support disabled due to uncertainty.\n"); + pr_info("Set raid456.devices_handle_discard_safely=Y to override.\n"); + } + discard_supported = false; + } } if (discard_supported && --- linux-lts-utopic-3.16.0.orig/drivers/media/common/siano/Kconfig +++ linux-lts-utopic-3.16.0/drivers/media/common/siano/Kconfig @@ -22,8 +22,7 @@ bool "Enable debugfs for smsdvb" depends on SMS_SIANO_MDTV depends on DEBUG_FS - depends on SMS_USB_DRV - depends on CONFIG_SMS_USB_DRV = CONFIG_SMS_SDIO_DRV + depends on SMS_USB_DRV = SMS_SDIO_DRV ---help--- Choose Y to enable visualizing a dump of the frontend --- linux-lts-utopic-3.16.0.orig/drivers/media/common/siano/sms-cards.c +++ linux-lts-utopic-3.16.0/drivers/media/common/siano/sms-cards.c @@ -157,6 +157,12 @@ .type = SMS_DENVER_2160, .default_mode = DEVICE_MODE_DAB_TDMB, }, + [SMS1XXX_BOARD_PCTV_77E] = { + .name = "Hauppauge microStick 77e", + .type = SMS_NOVA_B0, + .fw[DEVICE_MODE_DVBT_BDA] = SMS_FW_DVB_NOVA_12MHZ_B0, + .default_mode = DEVICE_MODE_DVBT_BDA, + }, }; struct sms_board *sms_get_board(unsigned id) --- linux-lts-utopic-3.16.0.orig/drivers/media/common/siano/sms-cards.h +++ linux-lts-utopic-3.16.0/drivers/media/common/siano/sms-cards.h @@ -45,6 +45,7 @@ #define SMS1XXX_BOARD_SIANO_RIO 18 #define SMS1XXX_BOARD_SIANO_DENVER_1530 19 #define SMS1XXX_BOARD_SIANO_DENVER_2160 20 +#define SMS1XXX_BOARD_PCTV_77E 21 struct sms_board_gpio_cfg { int lna_vhf_exist; --- linux-lts-utopic-3.16.0.orig/drivers/media/dvb-core/dvb-usb-ids.h +++ linux-lts-utopic-3.16.0/drivers/media/dvb-core/dvb-usb-ids.h @@ -279,6 +279,8 @@ #define USB_PID_PCTV_400E 0x020f #define USB_PID_PCTV_450E 0x0222 #define USB_PID_PCTV_452E 0x021f +#define USB_PID_PCTV_78E 0x025a +#define USB_PID_PCTV_79E 0x0262 #define USB_PID_REALTEK_RTL2831U 0x2831 #define USB_PID_REALTEK_RTL2832U 0x2832 #define USB_PID_TECHNOTREND_CONNECT_S2_3600 0x3007 --- linux-lts-utopic-3.16.0.orig/drivers/media/dvb-core/dvb_frontend.c +++ linux-lts-utopic-3.16.0/drivers/media/dvb-core/dvb_frontend.c @@ -2197,9 +2197,9 @@ dev_dbg(fe->dvb->device, "%s: current delivery system on cache: %d, V3 type: %d\n", __func__, c->delivery_system, fe->ops.info.type); - /* Force the CAN_INVERSION_AUTO bit on. If the frontend doesn't - * do it, it is done for it. */ - info->caps |= FE_CAN_INVERSION_AUTO; + /* Set CAN_INVERSION_AUTO bit on in other than oneshot mode */ + if (!(fepriv->tune_mode_flags & FE_TUNE_MODE_ONESHOT)) + info->caps |= FE_CAN_INVERSION_AUTO; err = 0; break; } --- linux-lts-utopic-3.16.0.orig/drivers/media/dvb-frontends/af9013.c +++ linux-lts-utopic-3.16.0/drivers/media/dvb-frontends/af9013.c @@ -606,6 +606,10 @@ } } + /* Return an error if can't find bandwidth or the right clock */ + if (i == ARRAY_SIZE(coeff_lut)) + return -EINVAL; + ret = af9013_wr_regs(state, 0xae00, coeff_lut[i].val, sizeof(coeff_lut[i].val)); } --- linux-lts-utopic-3.16.0.orig/drivers/media/dvb-frontends/af9033.c +++ linux-lts-utopic-3.16.0/drivers/media/dvb-frontends/af9033.c @@ -314,6 +314,19 @@ goto err; } + /* feed clock to RF tuner */ + switch (state->cfg.tuner) { + case AF9033_TUNER_IT9135_38: + case AF9033_TUNER_IT9135_51: + case AF9033_TUNER_IT9135_52: + case AF9033_TUNER_IT9135_60: + case AF9033_TUNER_IT9135_61: + case AF9033_TUNER_IT9135_62: + ret = af9033_wr_reg(state, 0x80fba8, 0x00); + if (ret < 0) + goto err; + } + /* settings for TS interface */ if (state->cfg.ts_mode == AF9033_TS_MODE_USB) { ret = af9033_wr_reg_mask(state, 0x80f9a5, 0x00, 0x01); --- linux-lts-utopic-3.16.0.orig/drivers/media/dvb-frontends/af9033_priv.h +++ linux-lts-utopic-3.16.0/drivers/media/dvb-frontends/af9033_priv.h @@ -1418,7 +1418,7 @@ { 0x800068, 0x0a }, { 0x80006a, 0x03 }, { 0x800070, 0x0a }, - { 0x800071, 0x05 }, + { 0x800071, 0x0a }, { 0x800072, 0x02 }, { 0x800075, 0x8c }, { 0x800076, 0x8c }, @@ -1484,7 +1484,6 @@ { 0x800104, 0x02 }, { 0x800105, 0xbe }, { 0x800106, 0x00 }, - { 0x800109, 0x02 }, { 0x800115, 0x0a }, { 0x800116, 0x03 }, { 0x80011a, 0xbe }, @@ -1510,7 +1509,6 @@ { 0x80014b, 0x8c }, { 0x80014d, 0xac }, { 0x80014e, 0xc6 }, - { 0x80014f, 0x03 }, { 0x800151, 0x1e }, { 0x800153, 0xbc }, { 0x800178, 0x09 }, @@ -1522,9 +1520,10 @@ { 0x80018d, 0x5f }, { 0x80018f, 0xa0 }, { 0x800190, 0x5a }, - { 0x80ed02, 0xff }, - { 0x80ee42, 0xff }, - { 0x80ee82, 0xff }, + { 0x800191, 0x00 }, + { 0x80ed02, 0x40 }, + { 0x80ee42, 0x40 }, + { 0x80ee82, 0x40 }, { 0x80f000, 0x0f }, { 0x80f01f, 0x8c }, { 0x80f020, 0x00 }, @@ -1699,7 +1698,6 @@ { 0x800104, 0x02 }, { 0x800105, 0xc8 }, { 0x800106, 0x00 }, - { 0x800109, 0x02 }, { 0x800115, 0x0a }, { 0x800116, 0x03 }, { 0x80011a, 0xc6 }, @@ -1725,7 +1723,6 @@ { 0x80014b, 0x8c }, { 0x80014d, 0xa8 }, { 0x80014e, 0xc6 }, - { 0x80014f, 0x03 }, { 0x800151, 0x28 }, { 0x800153, 0xcc }, { 0x800178, 0x09 }, @@ -1737,9 +1734,10 @@ { 0x80018d, 0x5f }, { 0x80018f, 0xfb }, { 0x800190, 0x5c }, - { 0x80ed02, 0xff }, - { 0x80ee42, 0xff }, - { 0x80ee82, 0xff }, + { 0x800191, 0x00 }, + { 0x80ed02, 0x40 }, + { 0x80ee42, 0x40 }, + { 0x80ee82, 0x40 }, { 0x80f000, 0x0f }, { 0x80f01f, 0x8c }, { 0x80f020, 0x00 }, --- linux-lts-utopic-3.16.0.orig/drivers/media/dvb-frontends/cx24116.c +++ linux-lts-utopic-3.16.0/drivers/media/dvb-frontends/cx24116.c @@ -963,6 +963,10 @@ struct cx24116_state *state = fe->demodulator_priv; int i, ret; + /* Validate length */ + if (d->msg_len > sizeof(d->msg)) + return -EINVAL; + /* Dump DiSEqC message */ if (debug) { printk(KERN_INFO "cx24116: %s(", __func__); @@ -974,10 +978,6 @@ printk(") toneburst=%d\n", toneburst); } - /* Validate length */ - if (d->msg_len > (CX24116_ARGLEN - CX24116_DISEQC_MSGOFS)) - return -EINVAL; - /* DiSEqC message */ for (i = 0; i < d->msg_len; i++) state->dsec_cmd.args[CX24116_DISEQC_MSGOFS + i] = d->msg[i]; --- linux-lts-utopic-3.16.0.orig/drivers/media/dvb-frontends/cx24117.c +++ linux-lts-utopic-3.16.0/drivers/media/dvb-frontends/cx24117.c @@ -1043,7 +1043,7 @@ dev_dbg(&state->priv->i2c->dev, ")\n"); /* Validate length */ - if (d->msg_len > 15) + if (d->msg_len > sizeof(d->msg)) return -EINVAL; /* DiSEqC message */ --- linux-lts-utopic-3.16.0.orig/drivers/media/dvb-frontends/ds3000.c +++ linux-lts-utopic-3.16.0/drivers/media/dvb-frontends/ds3000.c @@ -864,6 +864,13 @@ memcpy(&state->frontend.ops, &ds3000_ops, sizeof(struct dvb_frontend_ops)); state->frontend.demodulator_priv = state; + + /* + * Some devices like T480 starts with voltage on. Be sure + * to turn voltage off during init, as this can otherwise + * interfere with Unicable SCR systems. + */ + ds3000_set_voltage(&state->frontend, SEC_VOLTAGE_OFF); return &state->frontend; error3: --- linux-lts-utopic-3.16.0.orig/drivers/media/dvb-frontends/s5h1420.c +++ linux-lts-utopic-3.16.0/drivers/media/dvb-frontends/s5h1420.c @@ -180,7 +180,7 @@ int result = 0; dprintk("enter %s\n", __func__); - if (cmd->msg_len > 8) + if (cmd->msg_len > sizeof(cmd->msg)) return -EINVAL; /* setup for DISEQC */ --- linux-lts-utopic-3.16.0.orig/drivers/media/dvb-frontends/si2168.c +++ linux-lts-utopic-3.16.0/drivers/media/dvb-frontends/si2168.c @@ -39,7 +39,7 @@ if (cmd->rlen) { /* wait cmd execution terminate */ - #define TIMEOUT 50 + #define TIMEOUT 70 timeout = jiffies + msecs_to_jiffies(TIMEOUT); while (!time_after(jiffies, timeout)) { ret = i2c_master_recv(s->client, cmd->args, cmd->rlen); @@ -624,6 +624,8 @@ .delsys = {SYS_DVBT, SYS_DVBT2, SYS_DVBC_ANNEX_A}, .info = { .name = "Silicon Labs Si2168", + .symbol_rate_min = 1000000, + .symbol_rate_max = 7200000, .caps = FE_CAN_FEC_1_2 | FE_CAN_FEC_2_3 | FE_CAN_FEC_3_4 | --- linux-lts-utopic-3.16.0.orig/drivers/media/dvb-frontends/tda1004x.c +++ linux-lts-utopic-3.16.0/drivers/media/dvb-frontends/tda1004x.c @@ -903,9 +903,18 @@ { struct dtv_frontend_properties *fe_params = &fe->dtv_property_cache; struct tda1004x_state* state = fe->demodulator_priv; + int status; dprintk("%s\n", __func__); + status = tda1004x_read_byte(state, TDA1004X_STATUS_CD); + if (status == -1) + return -EIO; + + /* Only update the properties cache if device is locked */ + if (!(status & 8)) + return 0; + // inversion status fe_params->inversion = INVERSION_OFF; if (tda1004x_read_byte(state, TDA1004X_CONFC1) & 0x20) --- linux-lts-utopic-3.16.0.orig/drivers/media/i2c/adv7604.c +++ linux-lts-utopic-3.16.0/drivers/media/i2c/adv7604.c @@ -1981,10 +1981,9 @@ } /* tx 5v detect */ - tx_5v = io_read(sd, 0x70) & info->cable_det_mask; + tx_5v = irq_reg_0x70 & info->cable_det_mask; if (tx_5v) { v4l2_dbg(1, debug, sd, "%s: tx_5v: 0x%x\n", __func__, tx_5v); - io_write(sd, 0x71, tx_5v); adv7604_s_detect_tx_5v_ctrl(sd); if (handled) *handled = true; @@ -2325,7 +2324,7 @@ v4l2_info(sd, "HDCP keys read: %s%s\n", (hdmi_read(sd, 0x04) & 0x20) ? "yes" : "no", (hdmi_read(sd, 0x04) & 0x10) ? "ERROR" : ""); - if (!is_hdmi(sd)) { + if (is_hdmi(sd)) { bool audio_pll_locked = hdmi_read(sd, 0x04) & 0x01; bool audio_sample_packet_detect = hdmi_read(sd, 0x18) & 0x01; bool audio_mute = io_read(sd, 0x65) & 0x40; --- linux-lts-utopic-3.16.0.orig/drivers/media/i2c/mt9v032.c +++ linux-lts-utopic-3.16.0/drivers/media/i2c/mt9v032.c @@ -305,8 +305,8 @@ if (mt9v032->version->version == MT9V034_CHIP_ID_REV1) min_hblank += (mt9v032->hratio - 1) * 10; - min_hblank = max_t(unsigned int, (int)mt9v032->model->data->min_row_time - crop->width, - (int)min_hblank); + min_hblank = max_t(int, mt9v032->model->data->min_row_time - crop->width, + min_hblank); hblank = max_t(unsigned int, mt9v032->hblank, min_hblank); return mt9v032_write(client, MT9V032_HORIZONTAL_BLANKING, hblank); --- linux-lts-utopic-3.16.0.orig/drivers/media/i2c/smiapp-pll.c +++ linux-lts-utopic-3.16.0/drivers/media/i2c/smiapp-pll.c @@ -67,7 +67,7 @@ { dev_dbg(dev, "pre_pll_clk_div\t%d\n", pll->pre_pll_clk_div); dev_dbg(dev, "pll_multiplier \t%d\n", pll->pll_multiplier); - if (pll->flags != SMIAPP_PLL_FLAG_NO_OP_CLOCKS) { + if (!(pll->flags & SMIAPP_PLL_FLAG_NO_OP_CLOCKS)) { dev_dbg(dev, "op_sys_clk_div \t%d\n", pll->op_sys_clk_div); dev_dbg(dev, "op_pix_clk_div \t%d\n", pll->op_pix_clk_div); } @@ -77,7 +77,7 @@ dev_dbg(dev, "ext_clk_freq_hz \t%d\n", pll->ext_clk_freq_hz); dev_dbg(dev, "pll_ip_clk_freq_hz \t%d\n", pll->pll_ip_clk_freq_hz); dev_dbg(dev, "pll_op_clk_freq_hz \t%d\n", pll->pll_op_clk_freq_hz); - if (pll->flags & SMIAPP_PLL_FLAG_NO_OP_CLOCKS) { + if (!(pll->flags & SMIAPP_PLL_FLAG_NO_OP_CLOCKS)) { dev_dbg(dev, "op_sys_clk_freq_hz \t%d\n", pll->op_sys_clk_freq_hz); dev_dbg(dev, "op_pix_clk_freq_hz \t%d\n", --- linux-lts-utopic-3.16.0.orig/drivers/media/i2c/smiapp/smiapp-core.c +++ linux-lts-utopic-3.16.0/drivers/media/i2c/smiapp/smiapp-core.c @@ -2138,7 +2138,7 @@ ret = smiapp_set_compose(subdev, fh, sel); break; default: - BUG(); + ret = -EINVAL; } mutex_unlock(&sensor->mutex); @@ -2625,7 +2625,9 @@ pll->flags |= SMIAPP_PLL_FLAG_NO_OP_CLOCKS; pll->scale_n = sensor->limits[SMIAPP_LIMIT_SCALER_N_MIN]; + mutex_lock(&sensor->mutex); rval = smiapp_update_mode(sensor); + mutex_unlock(&sensor->mutex); if (rval) { dev_err(&client->dev, "update mode failed\n"); goto out_nvm_release; --- linux-lts-utopic-3.16.0.orig/drivers/media/i2c/tda7432.c +++ linux-lts-utopic-3.16.0/drivers/media/i2c/tda7432.c @@ -293,7 +293,7 @@ if (t->mute->val) { lf |= TDA7432_MUTE; lr |= TDA7432_MUTE; - lf |= TDA7432_MUTE; + rf |= TDA7432_MUTE; rr |= TDA7432_MUTE; } /* Mute & update balance*/ --- linux-lts-utopic-3.16.0.orig/drivers/media/media-device.c +++ linux-lts-utopic-3.16.0/drivers/media/media-device.c @@ -106,8 +106,6 @@ if (ent->name) { strncpy(u_ent.name, ent->name, sizeof(u_ent.name)); u_ent.name[sizeof(u_ent.name) - 1] = '\0'; - } else { - memset(u_ent.name, 0, sizeof(u_ent.name)); } u_ent.type = ent->type; u_ent.revision = ent->revision; --- linux-lts-utopic-3.16.0.orig/drivers/media/pci/cx18/cx18-driver.c +++ linux-lts-utopic-3.16.0/drivers/media/pci/cx18/cx18-driver.c @@ -1091,6 +1091,7 @@ setup.addr = ADDR_UNSET; setup.type = cx->options.tuner; setup.mode_mask = T_ANALOG_TV; /* matches TV tuners */ + setup.config = NULL; if (cx->options.radio > 0) setup.mode_mask |= T_RADIO; setup.tuner_callback = (setup.type == TUNER_XC2028) ? --- linux-lts-utopic-3.16.0.orig/drivers/media/pci/saa7134/saa7134-alsa.c +++ linux-lts-utopic-3.16.0/drivers/media/pci/saa7134/saa7134-alsa.c @@ -1220,6 +1220,8 @@ static int alsa_device_exit(struct saa7134_dev *dev) { + if (!snd_saa7134_cards[dev->nr]) + return 1; snd_card_free(snd_saa7134_cards[dev->nr]); snd_saa7134_cards[dev->nr] = NULL; @@ -1269,7 +1271,8 @@ int idx; for (idx = 0; idx < SNDRV_CARDS; idx++) { - snd_card_free(snd_saa7134_cards[idx]); + if (snd_saa7134_cards[idx]) + snd_card_free(snd_saa7134_cards[idx]); } saa7134_dmasound_init = NULL; --- linux-lts-utopic-3.16.0.orig/drivers/media/platform/omap3isp/isp.c +++ linux-lts-utopic-3.16.0/drivers/media/platform/omap3isp/isp.c @@ -823,14 +823,14 @@ int ret; if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH && - !(link->flags & MEDIA_LNK_FL_ENABLED)) { + !(flags & MEDIA_LNK_FL_ENABLED)) { /* Powering off entities is assumed to never fail. */ isp_pipeline_pm_power(source, -sink_use); isp_pipeline_pm_power(sink, -source_use); return 0; } - if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH && + if (notification == MEDIA_DEV_NOTIFY_PRE_LINK_CH && (flags & MEDIA_LNK_FL_ENABLED)) { ret = isp_pipeline_pm_power(source, sink_use); --- linux-lts-utopic-3.16.0.orig/drivers/media/platform/s5p-mfc/s5p_mfc_common.h +++ linux-lts-utopic-3.16.0/drivers/media/platform/s5p-mfc/s5p_mfc_common.h @@ -29,7 +29,7 @@ /* Offset base used to differentiate between CAPTURE and OUTPUT * while mmaping */ -#define DST_QUEUE_OFF_BASE (TASK_SIZE / 2) +#define DST_QUEUE_OFF_BASE (1 << 30) #define MFC_BANK1_ALLOC_CTX 0 #define MFC_BANK2_ALLOC_CTX 1 --- linux-lts-utopic-3.16.0.orig/drivers/media/platform/sh_veu.c +++ linux-lts-utopic-3.16.0/drivers/media/platform/sh_veu.c @@ -1183,6 +1183,7 @@ } *vdev = sh_veu_videodev; + vdev->v4l2_dev = &veu->v4l2_dev; spin_lock_init(&veu->lock); mutex_init(&veu->fop_lock); vdev->lock = &veu->fop_lock; --- linux-lts-utopic-3.16.0.orig/drivers/media/platform/vsp1/vsp1_video.c +++ linux-lts-utopic-3.16.0/drivers/media/platform/vsp1/vsp1_video.c @@ -654,8 +654,6 @@ if (vb->num_planes < format->num_planes) return -EINVAL; - buf->video = video; - for (i = 0; i < vb->num_planes; ++i) { buf->addr[i] = vb2_dma_contig_plane_dma_addr(vb, i); buf->length[i] = vb2_plane_size(vb, i); --- linux-lts-utopic-3.16.0.orig/drivers/media/platform/vsp1/vsp1_video.h +++ linux-lts-utopic-3.16.0/drivers/media/platform/vsp1/vsp1_video.h @@ -90,7 +90,6 @@ } struct vsp1_video_buffer { - struct vsp1_video *video; struct vb2_buffer buf; struct list_head queue; --- linux-lts-utopic-3.16.0.orig/drivers/media/rc/img-ir/img-ir-core.c +++ linux-lts-utopic-3.16.0/drivers/media/rc/img-ir/img-ir-core.c @@ -141,7 +141,7 @@ { struct img_ir_priv *priv = platform_get_drvdata(pdev); - free_irq(priv->irq, img_ir_isr); + free_irq(priv->irq, priv); img_ir_remove_hw(priv); img_ir_remove_raw(priv); --- linux-lts-utopic-3.16.0.orig/drivers/media/rc/img-ir/img-ir-hw.c +++ linux-lts-utopic-3.16.0/drivers/media/rc/img-ir/img-ir-hw.c @@ -531,6 +531,22 @@ u32 ir_status, irq_en; spin_lock_irq(&priv->lock); + /* + * First record that the protocol is being stopped so that the end timer + * isn't restarted while we're trying to stop it. + */ + hw->stopping = true; + + /* + * Release the lock to stop the end timer, since the end timer handler + * acquires the lock and we don't want to deadlock waiting for it. + */ + spin_unlock_irq(&priv->lock); + del_timer_sync(&hw->end_timer); + spin_lock_irq(&priv->lock); + + hw->stopping = false; + /* switch off and disable interrupts */ img_ir_write(priv, IMG_IR_CONTROL, 0); irq_en = img_ir_read(priv, IMG_IR_IRQ_ENABLE); @@ -542,12 +558,13 @@ if (ir_status & (IMG_IR_RXDVAL | IMG_IR_RXDVALD2)) { ir_status &= ~(IMG_IR_RXDVAL | IMG_IR_RXDVALD2); img_ir_write(priv, IMG_IR_STATUS, ir_status); - img_ir_read(priv, IMG_IR_DATA_LW); - img_ir_read(priv, IMG_IR_DATA_UP); } - /* stop the end timer and switch back to normal mode */ - del_timer_sync(&hw->end_timer); + /* always read data to clear buffer if IR wakes the device */ + img_ir_read(priv, IMG_IR_DATA_LW); + img_ir_read(priv, IMG_IR_DATA_UP); + + /* switch back to normal mode */ hw->mode = IMG_IR_M_NORMAL; /* clear the wakeup scancode filter */ @@ -816,7 +833,8 @@ } - if (dec->repeat) { + /* we mustn't update the end timer while trying to stop it */ + if (dec->repeat && !hw->stopping) { unsigned long interval; img_ir_begin_repeat(priv); --- linux-lts-utopic-3.16.0.orig/drivers/media/rc/img-ir/img-ir-hw.h +++ linux-lts-utopic-3.16.0/drivers/media/rc/img-ir/img-ir-hw.h @@ -202,6 +202,8 @@ * @flags: IMG_IR_F_*. * @filters: HW filters (derived from scancode filters). * @mode: Current decode mode. + * @stopping: Indicates that decoder is being taken down and timers + * should not be restarted. * @suspend_irqen: Saved IRQ enable mask over suspend. */ struct img_ir_priv_hw { @@ -217,6 +219,7 @@ struct img_ir_filter filters[RC_FILTER_MAX]; enum img_ir_mode mode; + bool stopping; u32 suspend_irqen; }; --- linux-lts-utopic-3.16.0.orig/drivers/media/rc/ir-lirc-codec.c +++ linux-lts-utopic-3.16.0/drivers/media/rc/ir-lirc-codec.c @@ -42,11 +42,17 @@ return -EINVAL; /* Packet start */ - if (ev.reset) - return 0; + if (ev.reset) { + /* Userspace expects a long space event before the start of + * the signal to use as a sync. This may be done with repeat + * packets and normal samples. But if a reset has been sent + * then we assume that a long time has passed, so we send a + * space with the maximum time value. */ + sample = LIRC_SPACE(LIRC_VALUE_MASK); + IR_dprintk(2, "delivering reset sync space to lirc_dev\n"); /* Carrier reports */ - if (ev.carrier_report) { + } else if (ev.carrier_report) { sample = LIRC_FREQUENCY(ev.carrier); IR_dprintk(2, "carrier report (freq: %d)\n", sample); --- linux-lts-utopic-3.16.0.orig/drivers/media/rc/rc-main.c +++ linux-lts-utopic-3.16.0/drivers/media/rc/rc-main.c @@ -60,7 +60,7 @@ struct rc_map_list *map; map = seek_rc_map(name); -#ifdef MODULE +#ifdef CONFIG_MODULES if (!map) { int rc = request_module("%s", name); if (rc < 0) { @@ -1162,9 +1162,6 @@ { struct rc_dev *dev = to_rc_dev(device); - if (!dev || !dev->input_dev) - return -ENODEV; - if (dev->rc_map.name) ADD_HOTPLUG_VAR("NAME=%s", dev->rc_map.name); if (dev->driver_name) --- linux-lts-utopic-3.16.0.orig/drivers/media/tuners/m88ts2022.c +++ linux-lts-utopic-3.16.0/drivers/media/tuners/m88ts2022.c @@ -314,7 +314,7 @@ div_min = gdiv28 * 78 / 100; div_max = clamp_val(div_max, 0U, 63U); - f_3db_hz = c->symbol_rate * 135UL / 200UL; + f_3db_hz = mult_frac(c->symbol_rate, 135, 200); f_3db_hz += 2000000U + (frequency_offset_khz * 1000U); f_3db_hz = clamp(f_3db_hz, 7000000U, 40000000U); --- linux-lts-utopic-3.16.0.orig/drivers/media/tuners/tuner_it913x.c +++ linux-lts-utopic-3.16.0/drivers/media/tuners/tuner_it913x.c @@ -396,6 +396,7 @@ struct i2c_adapter *i2c_adap, u8 i2c_addr, u8 config) { struct it913x_state *state = NULL; + int ret; /* allocate memory for the internal state */ state = kzalloc(sizeof(struct it913x_state), GFP_KERNEL); @@ -425,6 +426,11 @@ state->tuner_type = config; state->firmware_ver = 1; + /* tuner RF initial */ + ret = it913x_wr_reg(state, PRO_DMOD, 0xec4c, 0x68); + if (ret < 0) + goto error; + fe->tuner_priv = state; memcpy(&fe->ops.tuner_ops, &it913x_tuner_ops, sizeof(struct dvb_tuner_ops)); --- linux-lts-utopic-3.16.0.orig/drivers/media/tuners/xc4000.c +++ linux-lts-utopic-3.16.0/drivers/media/tuners/xc4000.c @@ -93,7 +93,7 @@ struct firmware_description *firm; int firm_size; u32 if_khz; - u32 freq_hz; + u32 freq_hz, freq_offset; u32 bandwidth; u8 video_standard; u8 rf_mode; @@ -1157,14 +1157,14 @@ case SYS_ATSC: dprintk(1, "%s() VSB modulation\n", __func__); priv->rf_mode = XC_RF_MODE_AIR; - priv->freq_hz = c->frequency - 1750000; + priv->freq_offset = 1750000; priv->video_standard = XC4000_DTV6; type = DTV6; break; case SYS_DVBC_ANNEX_B: dprintk(1, "%s() QAM modulation\n", __func__); priv->rf_mode = XC_RF_MODE_CABLE; - priv->freq_hz = c->frequency - 1750000; + priv->freq_offset = 1750000; priv->video_standard = XC4000_DTV6; type = DTV6; break; @@ -1173,23 +1173,23 @@ dprintk(1, "%s() OFDM\n", __func__); if (bw == 0) { if (c->frequency < 400000000) { - priv->freq_hz = c->frequency - 2250000; + priv->freq_offset = 2250000; } else { - priv->freq_hz = c->frequency - 2750000; + priv->freq_offset = 2750000; } priv->video_standard = XC4000_DTV7_8; type = DTV78; } else if (bw <= 6000000) { priv->video_standard = XC4000_DTV6; - priv->freq_hz = c->frequency - 1750000; + priv->freq_offset = 1750000; type = DTV6; } else if (bw <= 7000000) { priv->video_standard = XC4000_DTV7; - priv->freq_hz = c->frequency - 2250000; + priv->freq_offset = 2250000; type = DTV7; } else { priv->video_standard = XC4000_DTV8; - priv->freq_hz = c->frequency - 2750000; + priv->freq_offset = 2750000; type = DTV8; } priv->rf_mode = XC_RF_MODE_AIR; @@ -1200,6 +1200,8 @@ goto fail; } + priv->freq_hz = c->frequency - priv->freq_offset; + dprintk(1, "%s() frequency=%d (compensated)\n", __func__, priv->freq_hz); @@ -1520,7 +1522,7 @@ { struct xc4000_priv *priv = fe->tuner_priv; - *freq = priv->freq_hz; + *freq = priv->freq_hz + priv->freq_offset; if (debug) { mutex_lock(&priv->lock); --- linux-lts-utopic-3.16.0.orig/drivers/media/tuners/xc5000.c +++ linux-lts-utopic-3.16.0/drivers/media/tuners/xc5000.c @@ -56,7 +56,7 @@ u32 if_khz; u16 xtal_khz; - u32 freq_hz; + u32 freq_hz, freq_offset; u32 bandwidth; u8 video_standard; u8 rf_mode; @@ -749,13 +749,13 @@ case SYS_ATSC: dprintk(1, "%s() VSB modulation\n", __func__); priv->rf_mode = XC_RF_MODE_AIR; - priv->freq_hz = freq - 1750000; + priv->freq_offset = 1750000; priv->video_standard = DTV6; break; case SYS_DVBC_ANNEX_B: dprintk(1, "%s() QAM modulation\n", __func__); priv->rf_mode = XC_RF_MODE_CABLE; - priv->freq_hz = freq - 1750000; + priv->freq_offset = 1750000; priv->video_standard = DTV6; break; case SYS_ISDBT: @@ -770,15 +770,15 @@ switch (bw) { case 6000000: priv->video_standard = DTV6; - priv->freq_hz = freq - 1750000; + priv->freq_offset = 1750000; break; case 7000000: priv->video_standard = DTV7; - priv->freq_hz = freq - 2250000; + priv->freq_offset = 2250000; break; case 8000000: priv->video_standard = DTV8; - priv->freq_hz = freq - 2750000; + priv->freq_offset = 2750000; break; default: printk(KERN_ERR "xc5000 bandwidth not set!\n"); @@ -792,15 +792,15 @@ priv->rf_mode = XC_RF_MODE_CABLE; if (bw <= 6000000) { priv->video_standard = DTV6; - priv->freq_hz = freq - 1750000; + priv->freq_offset = 1750000; b = 6; } else if (bw <= 7000000) { priv->video_standard = DTV7; - priv->freq_hz = freq - 2250000; + priv->freq_offset = 2250000; b = 7; } else { priv->video_standard = DTV7_8; - priv->freq_hz = freq - 2750000; + priv->freq_offset = 2750000; b = 8; } dprintk(1, "%s() Bandwidth %dMHz (%d)\n", __func__, @@ -811,6 +811,8 @@ return -EINVAL; } + priv->freq_hz = freq - priv->freq_offset; + dprintk(1, "%s() frequency=%d (compensated to %d)\n", __func__, freq, priv->freq_hz); @@ -1061,7 +1063,7 @@ { struct xc5000_priv *priv = fe->tuner_priv; dprintk(1, "%s()\n", __func__); - *freq = priv->freq_hz; + *freq = priv->freq_hz + priv->freq_offset; return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/au0828/au0828-cards.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/au0828/au0828-cards.c @@ -36,6 +36,11 @@ au0828_clear(dev, REG_000, 0x10); } +/* + * WARNING: There's a quirks table at sound/usb/quirks-table.h + * that should also be updated every time a new device with V4L2 support + * is added here. + */ struct au0828_board au0828_boards[] = { [AU0828_BOARD_UNKNOWN] = { .name = "Unknown board", --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/au0828/au0828-video.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/au0828/au0828-video.c @@ -787,11 +787,27 @@ /* * Auvitek au0828 analog stream enable - * Please set interface0 to AS5 before enable the stream */ static int au0828_analog_stream_enable(struct au0828_dev *d) { + struct usb_interface *iface; + int ret; + dprintk(1, "au0828_analog_stream_enable called\n"); + + iface = usb_ifnum_to_if(d->usbdev, 0); + if (iface && iface->cur_altsetting->desc.bAlternateSetting != 5) { + dprintk(1, "Changing intf#0 to alt 5\n"); + /* set au0828 interface0 to AS5 here again */ + ret = usb_set_interface(d->usbdev, 0, 5); + if (ret < 0) { + printk(KERN_INFO "Au0828 can't set alt setting to 5!\n"); + return -EBUSY; + } + } + + /* FIXME: size should be calculated using d->width, d->height */ + au0828_writereg(d, AU0828_SENSORCTRL_VBI_103, 0x00); au0828_writereg(d, 0x106, 0x00); /* set x position */ @@ -1002,15 +1018,6 @@ return -ERESTARTSYS; } if (dev->users == 0) { - /* set au0828 interface0 to AS5 here again */ - ret = usb_set_interface(dev->usbdev, 0, 5); - if (ret < 0) { - mutex_unlock(&dev->lock); - printk(KERN_INFO "Au0828 can't set alternate to 5!\n"); - kfree(fh); - return -EBUSY; - } - au0828_analog_stream_enable(dev); au0828_analog_stream_reset(dev); @@ -1252,13 +1259,6 @@ } } - /* set au0828 interface0 to AS5 here again */ - ret = usb_set_interface(dev->usbdev, 0, 5); - if (ret < 0) { - printk(KERN_INFO "Au0828 can't set alt setting to 5!\n"); - return -EBUSY; - } - au0828_analog_stream_enable(dev); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/dvb-usb-v2/af9035.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/dvb-usb-v2/af9035.c @@ -1555,6 +1555,10 @@ &af9035_props, "Leadtek WinFast DTV Dongle Dual", NULL) }, { DVB_USB_DEVICE(USB_VID_HAUPPAUGE, 0xf900, &af9035_props, "Hauppauge WinTV-MiniStick 2", NULL) }, + { DVB_USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_78E, + &af9035_props, "PCTV 78e", RC_MAP_IT913X_V1) }, + { DVB_USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_79E, + &af9035_props, "PCTV 79e", RC_MAP_IT913X_V2) }, { } }; MODULE_DEVICE_TABLE(usb, af9035_id_table); --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/dvb-usb-v2/lmedm04.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/dvb-usb-v2/lmedm04.c @@ -350,6 +350,7 @@ { struct dvb_usb_device *d = adap_to_d(adap); struct lme2510_state *lme_int = adap_to_priv(adap); + struct usb_host_endpoint *ep; lme_int->lme_urb = usb_alloc_urb(0, GFP_ATOMIC); @@ -371,6 +372,12 @@ adap, 8); + /* Quirk of pipe reporting PIPE_BULK but behaves as interrupt */ + ep = usb_pipe_endpoint(d->udev, lme_int->lme_urb->pipe); + + if (usb_endpoint_type(&ep->desc) == USB_ENDPOINT_XFER_BULK) + lme_int->lme_urb->pipe = usb_rcvbulkpipe(d->udev, 0xa), + lme_int->lme_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP; usb_submit_urb(lme_int->lme_urb, GFP_ATOMIC); --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/dvb-usb/af9005.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/dvb-usb/af9005.c @@ -1081,9 +1081,12 @@ err("usb_register failed. (%d)", result); return result; } +#if IS_MODULE(CONFIG_DVB_USB_AF9005) || defined(CONFIG_DVB_USB_AF9005_REMOTE) + /* FIXME: convert to todays kernel IR infrastructure */ rc_decode = symbol_request(af9005_rc_decode); rc_keys = symbol_request(rc_map_af9005_table); rc_keys_size = symbol_request(rc_map_af9005_table_size); +#endif if (rc_decode == NULL || rc_keys == NULL || rc_keys_size == NULL) { err("af9005_rc_decode function not found, disabling remote"); af9005_properties.rc.legacy.rc_query = NULL; --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/em28xx/em28xx-audio.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/em28xx/em28xx-audio.c @@ -821,7 +821,7 @@ if (urb_size > ep_size * npackets) npackets = DIV_ROUND_UP(urb_size, ep_size); - em28xx_info("Number of URBs: %d, with %d packets and %d size", + em28xx_info("Number of URBs: %d, with %d packets and %d size\n", num_urb, npackets, urb_size); /* Estimate the bytes per period */ @@ -982,7 +982,7 @@ return 0; } - em28xx_info("Closing audio extension"); + em28xx_info("Closing audio extension\n"); if (dev->adev.sndcard) { snd_card_disconnect(dev->adev.sndcard); @@ -1006,7 +1006,7 @@ if (!dev->has_alsa_audio) return 0; - em28xx_info("Suspending audio extension"); + em28xx_info("Suspending audio extension\n"); em28xx_deinit_isoc_audio(dev); atomic_set(&dev->adev.stream_started, 0); return 0; @@ -1020,7 +1020,7 @@ if (!dev->has_alsa_audio) return 0; - em28xx_info("Resuming audio extension"); + em28xx_info("Resuming audio extension\n"); /* Nothing to do other than schedule_work() ?? */ schedule_work(&dev->adev.wq_trigger); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/em28xx/em28xx-core.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/em28xx/em28xx-core.c @@ -1113,7 +1113,7 @@ { const struct em28xx_ops *ops = NULL; - em28xx_info("Suspending extensions"); + em28xx_info("Suspending extensions\n"); mutex_lock(&em28xx_devlist_mutex); list_for_each_entry(ops, &em28xx_extension_devlist, next) { if (ops->suspend) @@ -1127,7 +1127,7 @@ { const struct em28xx_ops *ops = NULL; - em28xx_info("Resuming extensions"); + em28xx_info("Resuming extensions\n"); mutex_lock(&em28xx_devlist_mutex); list_for_each_entry(ops, &em28xx_extension_devlist, next) { if (ops->resume) --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/em28xx/em28xx-dvb.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/em28xx/em28xx-dvb.c @@ -1635,7 +1635,7 @@ if (!dev->dvb) return 0; - em28xx_info("Closing DVB extension"); + em28xx_info("Closing DVB extension\n"); dvb = dev->dvb; client = dvb->i2c_client_tuner; @@ -1682,17 +1682,17 @@ if (!dev->board.has_dvb) return 0; - em28xx_info("Suspending DVB extension"); + em28xx_info("Suspending DVB extension\n"); if (dev->dvb) { struct em28xx_dvb *dvb = dev->dvb; if (dvb->fe[0]) { ret = dvb_frontend_suspend(dvb->fe[0]); - em28xx_info("fe0 suspend %d", ret); + em28xx_info("fe0 suspend %d\n", ret); } if (dvb->fe[1]) { dvb_frontend_suspend(dvb->fe[1]); - em28xx_info("fe1 suspend %d", ret); + em28xx_info("fe1 suspend %d\n", ret); } } @@ -1709,19 +1709,19 @@ if (!dev->board.has_dvb) return 0; - em28xx_info("Resuming DVB extension"); + em28xx_info("Resuming DVB extension\n"); if (dev->dvb) { struct em28xx_dvb *dvb = dev->dvb; struct i2c_client *client = dvb->i2c_client_tuner; if (dvb->fe[0]) { ret = dvb_frontend_resume(dvb->fe[0]); - em28xx_info("fe0 resume %d", ret); + em28xx_info("fe0 resume %d\n", ret); } if (dvb->fe[1]) { ret = dvb_frontend_resume(dvb->fe[1]); - em28xx_info("fe1 resume %d", ret); + em28xx_info("fe1 resume %d\n", ret); } /* remove I2C tuner */ if (client) { --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/em28xx/em28xx-input.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/em28xx/em28xx-input.c @@ -642,8 +642,6 @@ if (dev->num_button_polling_addresses) { memset(dev->button_polling_last_values, 0, EM28XX_NUM_BUTTON_ADDRESSES_MAX); - INIT_DELAYED_WORK(&dev->buttons_query_work, - em28xx_query_buttons); schedule_delayed_work(&dev->buttons_query_work, msecs_to_jiffies(dev->button_polling_interval)); } @@ -677,6 +675,7 @@ } kref_get(&dev->ref); + INIT_DELAYED_WORK(&dev->buttons_query_work, em28xx_query_buttons); if (dev->board.buttons) em28xx_init_buttons(dev); @@ -812,7 +811,7 @@ return 0; } - em28xx_info("Closing input extension"); + em28xx_info("Closing input extension\n"); em28xx_shutdown_buttons(dev); @@ -840,7 +839,7 @@ if (dev->is_audio_only) return 0; - em28xx_info("Suspending input extension"); + em28xx_info("Suspending input extension\n"); if (ir) cancel_delayed_work_sync(&ir->work); cancel_delayed_work_sync(&dev->buttons_query_work); @@ -857,7 +856,7 @@ if (dev->is_audio_only) return 0; - em28xx_info("Resuming input extension"); + em28xx_info("Resuming input extension\n"); /* if suspend calls ir_raw_event_unregister(), the should call ir_raw_event_register() */ if (ir) --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/em28xx/em28xx-video.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/em28xx/em28xx-video.c @@ -994,13 +994,16 @@ } spin_lock_irqsave(&dev->slock, flags); + if (dev->usb_ctl.vid_buf != NULL) { + vb2_buffer_done(&dev->usb_ctl.vid_buf->vb, VB2_BUF_STATE_ERROR); + dev->usb_ctl.vid_buf = NULL; + } while (!list_empty(&vidq->active)) { struct em28xx_buffer *buf; buf = list_entry(vidq->active.next, struct em28xx_buffer, list); list_del(&buf->list); vb2_buffer_done(&buf->vb, VB2_BUF_STATE_ERROR); } - dev->usb_ctl.vid_buf = NULL; spin_unlock_irqrestore(&dev->slock, flags); } @@ -1021,13 +1024,16 @@ } spin_lock_irqsave(&dev->slock, flags); + if (dev->usb_ctl.vbi_buf != NULL) { + vb2_buffer_done(&dev->usb_ctl.vbi_buf->vb, VB2_BUF_STATE_ERROR); + dev->usb_ctl.vbi_buf = NULL; + } while (!list_empty(&vbiq->active)) { struct em28xx_buffer *buf; buf = list_entry(vbiq->active.next, struct em28xx_buffer, list); list_del(&buf->list); vb2_buffer_done(&buf->vb, VB2_BUF_STATE_ERROR); } - dev->usb_ctl.vbi_buf = NULL; spin_unlock_irqrestore(&dev->slock, flags); } @@ -1344,7 +1350,7 @@ struct em28xx *dev = video_drvdata(file); struct em28xx_v4l2 *v4l2 = dev->v4l2; - if (v4l2->streaming_users > 0) + if (vb2_is_busy(&v4l2->vb_vidq)) return -EBUSY; vidioc_try_fmt_vid_cap(file, priv, f); @@ -1972,7 +1978,7 @@ if (v4l2 == NULL) return 0; - em28xx_info("Closing video extension"); + em28xx_info("Closing video extension\n"); mutex_lock(&dev->lock); @@ -2021,7 +2027,7 @@ if (!dev->has_video) return 0; - em28xx_info("Suspending video extension"); + em28xx_info("Suspending video extension\n"); em28xx_stop_urbs(dev); return 0; } @@ -2034,7 +2040,7 @@ if (!dev->has_video) return 0; - em28xx_info("Resuming video extension"); + em28xx_info("Resuming video extension\n"); /* what do we do here */ return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/gspca/ov534.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/gspca/ov534.c @@ -1490,8 +1490,13 @@ struct v4l2_fract *tpf = &cp->timeperframe; struct sd *sd = (struct sd *) gspca_dev; - /* Set requested framerate */ - sd->frame_rate = tpf->denominator / tpf->numerator; + if (tpf->numerator == 0 || tpf->denominator == 0) + /* Set default framerate */ + sd->frame_rate = 30; + else + /* Set requested framerate */ + sd->frame_rate = tpf->denominator / tpf->numerator; + if (gspca_dev->streaming) set_frame_rate(gspca_dev); --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/gspca/topro.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/gspca/topro.c @@ -4800,7 +4800,11 @@ struct v4l2_fract *tpf = &cp->timeperframe; int fr, i; - sd->framerate = tpf->denominator / tpf->numerator; + if (tpf->numerator == 0 || tpf->denominator == 0) + sd->framerate = 30; + else + sd->framerate = tpf->denominator / tpf->numerator; + if (gspca_dev->streaming) setframerate(gspca_dev, v4l2_ctrl_g_ctrl(gspca_dev->exposure)); --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/s2255/s2255drv.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/s2255/s2255drv.c @@ -632,7 +632,7 @@ break; case V4L2_PIX_FMT_JPEG: case V4L2_PIX_FMT_MJPEG: - buf->vb.v4l2_buf.length = jpgsize; + vb2_set_plane_payload(&buf->vb, 0, jpgsize); memcpy(vbuf, tmpbuf, jpgsize); break; case V4L2_PIX_FMT_YUV422P: --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/siano/smsusb.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/siano/smsusb.c @@ -655,6 +655,8 @@ .driver_info = SMS1XXX_BOARD_ONDA_MDTV_DATA_CARD }, { USB_DEVICE(0x3275, 0x0080), .driver_info = SMS1XXX_BOARD_SIANO_RIO }, + { USB_DEVICE(0x2013, 0x0257), + .driver_info = SMS1XXX_BOARD_PCTV_77E }, { } /* Terminating entry */ }; --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/stk1160/stk1160-v4l.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/stk1160/stk1160-v4l.c @@ -244,6 +244,11 @@ if (mutex_lock_interruptible(&dev->v4l_lock)) return -ERESTARTSYS; + /* + * Once URBs are cancelled, the URB complete handler + * won't be running. This is required to safely release the + * current buffer (dev->isoc_ctl.buf). + */ stk1160_cancel_isoc(dev); /* @@ -624,8 +629,16 @@ stk1160_info("buffer [%p/%d] aborted\n", buf, buf->vb.v4l2_buf.index); } - /* It's important to clear current buffer */ - dev->isoc_ctl.buf = NULL; + + /* It's important to release the current buffer */ + if (dev->isoc_ctl.buf) { + buf = dev->isoc_ctl.buf; + dev->isoc_ctl.buf = NULL; + + vb2_buffer_done(&buf->vb, VB2_BUF_STATE_ERROR); + stk1160_info("buffer [%p/%d] aborted\n", + buf, buf->vb.v4l2_buf.index); + } spin_unlock_irqrestore(&dev->buf_lock, flags); } --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/ttusb-dec/ttusbdecfe.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/ttusb-dec/ttusbdecfe.c @@ -156,6 +156,9 @@ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; + if (cmd->msg_len > sizeof(b) - 4) + return -EINVAL; + memcpy(&b[4], cmd->msg, cmd->msg_len); state->config->send_command(fe, 0x72, --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/usbvision/usbvision-video.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/usbvision/usbvision-video.c @@ -1522,7 +1522,7 @@ const struct usb_host_interface *interface; struct usb_usbvision *usbvision = NULL; const struct usb_endpoint_descriptor *endpoint; - int model, i; + int model, i, ret; PDEBUG(DBG_PROBE, "VID=%#04x, PID=%#04x, ifnum=%u", dev->descriptor.idVendor, @@ -1531,33 +1531,58 @@ model = devid->driver_info; if (model < 0 || model >= usbvision_device_data_size) { PDEBUG(DBG_PROBE, "model out of bounds %d", model); - return -ENODEV; + ret = -ENODEV; + goto err_usb; } printk(KERN_INFO "%s: %s found\n", __func__, usbvision_device_data[model].model_string); + /* + * this is a security check. + * an exploit using an incorrect bInterfaceNumber is known + */ + if (ifnum >= USB_MAXINTERFACES || !dev->actconfig->interface[ifnum]) + return -ENODEV; + if (usbvision_device_data[model].interface >= 0) interface = &dev->actconfig->interface[usbvision_device_data[model].interface]->altsetting[0]; - else + else if (ifnum < dev->actconfig->desc.bNumInterfaces) interface = &dev->actconfig->interface[ifnum]->altsetting[0]; + else { + dev_err(&intf->dev, "interface %d is invalid, max is %d\n", + ifnum, dev->actconfig->desc.bNumInterfaces - 1); + ret = -ENODEV; + goto err_usb; + } + + if (interface->desc.bNumEndpoints < 2) { + dev_err(&intf->dev, "interface %d has %d endpoints, but must" + " have minimum 2\n", ifnum, interface->desc.bNumEndpoints); + ret = -ENODEV; + goto err_usb; + } endpoint = &interface->endpoint[1].desc; + if (!usb_endpoint_xfer_isoc(endpoint)) { dev_err(&intf->dev, "%s: interface %d. has non-ISO endpoint!\n", __func__, ifnum); dev_err(&intf->dev, "%s: Endpoint attributes %d", __func__, endpoint->bmAttributes); - return -ENODEV; + ret = -ENODEV; + goto err_usb; } if (usb_endpoint_dir_out(endpoint)) { dev_err(&intf->dev, "%s: interface %d. has ISO OUT endpoint!\n", __func__, ifnum); - return -ENODEV; + ret = -ENODEV; + goto err_usb; } usbvision = usbvision_alloc(dev, intf); if (usbvision == NULL) { dev_err(&intf->dev, "%s: couldn't allocate USBVision struct\n", __func__); - return -ENOMEM; + ret = -ENOMEM; + goto err_usb; } if (dev->descriptor.bNumConfigurations > 1) @@ -1576,8 +1601,8 @@ usbvision->alt_max_pkt_size = kmalloc(32 * usbvision->num_alt, GFP_KERNEL); if (usbvision->alt_max_pkt_size == NULL) { dev_err(&intf->dev, "usbvision: out of memory!\n"); - usbvision_release(usbvision); - return -ENOMEM; + ret = -ENOMEM; + goto err_pkt; } for (i = 0; i < usbvision->num_alt; i++) { @@ -1612,6 +1637,12 @@ PDEBUG(DBG_PROBE, "success"); return 0; + +err_pkt: + usbvision_release(usbvision); +err_usb: + usb_put_dev(dev); + return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/media/usb/uvc/uvc_driver.c +++ linux-lts-utopic-3.16.0/drivers/media/usb/uvc/uvc_driver.c @@ -1623,12 +1623,12 @@ { struct list_head *p, *n; - usb_put_intf(dev->intf); - usb_put_dev(dev->udev); - uvc_status_cleanup(dev); uvc_ctrl_cleanup_device(dev); + usb_put_intf(dev->intf); + usb_put_dev(dev->udev); + if (dev->vdev.dev) v4l2_device_unregister(&dev->vdev); #ifdef CONFIG_MEDIA_CONTROLLER @@ -2229,6 +2229,24 @@ .bInterfaceClass = USB_CLASS_VIDEO, .bInterfaceSubClass = 1, .bInterfaceProtocol = 0, + .driver_info = UVC_QUIRK_PROBE_DEF }, + /* Alienware X51*/ + { .match_flags = USB_DEVICE_ID_MATCH_DEVICE + | USB_DEVICE_ID_MATCH_INT_INFO, + .idVendor = 0x05a9, + .idProduct = 0x2643, + .bInterfaceClass = USB_CLASS_VIDEO, + .bInterfaceSubClass = 1, + .bInterfaceProtocol = 0, + .driver_info = UVC_QUIRK_PROBE_DEF }, + /* Dell XPS M1330 (OmniVision OV7670 webcam) */ + { .match_flags = USB_DEVICE_ID_MATCH_DEVICE + | USB_DEVICE_ID_MATCH_INT_INFO, + .idVendor = 0x05a9, + .idProduct = 0x7670, + .bInterfaceClass = USB_CLASS_VIDEO, + .bInterfaceSubClass = 1, + .bInterfaceProtocol = 0, .driver_info = UVC_QUIRK_PROBE_DEF }, /* Apple Built-In iSight */ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE --- linux-lts-utopic-3.16.0.orig/drivers/media/v4l2-core/v4l2-common.c +++ linux-lts-utopic-3.16.0/drivers/media/v4l2-core/v4l2-common.c @@ -431,16 +431,13 @@ /* Bits that must be zero to be aligned */ unsigned int mask = ~((1 << align) - 1); + /* Clamp to aligned min and max */ + x = clamp(x, (min + ~mask) & mask, max & mask); + /* Round to nearest aligned value */ if (align) x = (x + (1 << (align - 1))) & mask; - /* Clamp to aligned value of min and max */ - if (x < min) - x = (min + ~mask) & mask; - else if (x > max) - x = max & mask; - return x; } --- linux-lts-utopic-3.16.0.orig/drivers/media/v4l2-core/v4l2-compat-ioctl32.c +++ linux-lts-utopic-3.16.0/drivers/media/v4l2-core/v4l2-compat-ioctl32.c @@ -264,7 +264,7 @@ struct v4l2_standard32 { __u32 index; - __u32 id[2]; /* __u64 would get the alignment wrong */ + compat_u64 id; __u8 name[24]; struct v4l2_fract frameperiod; /* Frames, not fields */ __u32 framelines; @@ -284,7 +284,7 @@ { if (!access_ok(VERIFY_WRITE, up, sizeof(struct v4l2_standard32)) || put_user(kp->index, &up->index) || - copy_to_user(up->id, &kp->id, sizeof(__u64)) || + put_user(kp->id, &up->id) || copy_to_user(up->name, kp->name, 24) || copy_to_user(&up->frameperiod, &kp->frameperiod, sizeof(kp->frameperiod)) || put_user(kp->framelines, &up->framelines) || @@ -576,10 +576,10 @@ __u32 type; /* Type of input */ __u32 audioset; /* Associated audios (bitfield) */ __u32 tuner; /* Associated tuner */ - v4l2_std_id std; + compat_u64 std; __u32 status; __u32 reserved[4]; -} __attribute__ ((packed)); +}; /* The 64-bit v4l2_input struct has extra padding at the end of the struct. Otherwise it is identical to the 32-bit version. */ @@ -719,6 +719,7 @@ struct v4l2_event32 { __u32 type; union { + compat_s64 value64; __u8 data[64]; } u; __u32 pending; --- linux-lts-utopic-3.16.0.orig/drivers/media/v4l2-core/videobuf2-core.c +++ linux-lts-utopic-3.16.0/drivers/media/v4l2-core/videobuf2-core.c @@ -967,6 +967,7 @@ * to the userspace. */ req->count = allocated_buffers; + q->waiting_for_buffers = !V4L2_TYPE_IS_OUTPUT(q->type); return 0; } @@ -1014,6 +1015,7 @@ memset(q->plane_sizes, 0, sizeof(q->plane_sizes)); memset(q->alloc_ctx, 0, sizeof(q->alloc_ctx)); q->memory = create->memory; + q->waiting_for_buffers = !V4L2_TYPE_IS_OUTPUT(q->type); } num_buffers = min(create->count, VIDEO_MAX_FRAME - q->num_buffers); @@ -1126,7 +1128,7 @@ */ void *vb2_plane_cookie(struct vb2_buffer *vb, unsigned int plane_no) { - if (plane_no > vb->num_planes || !vb->planes[plane_no].mem_priv) + if (plane_no >= vb->num_planes || !vb->planes[plane_no].mem_priv) return NULL; return call_ptr_memop(vb, cookie, vb->planes[plane_no].mem_priv); @@ -1161,13 +1163,10 @@ if (WARN_ON(vb->state != VB2_BUF_STATE_ACTIVE)) return; - if (!q->start_streaming_called) { - if (WARN_ON(state != VB2_BUF_STATE_QUEUED)) - state = VB2_BUF_STATE_QUEUED; - } else if (WARN_ON(state != VB2_BUF_STATE_DONE && - state != VB2_BUF_STATE_ERROR)) { - state = VB2_BUF_STATE_ERROR; - } + if (WARN_ON(state != VB2_BUF_STATE_DONE && + state != VB2_BUF_STATE_ERROR && + state != VB2_BUF_STATE_QUEUED)) + state = VB2_BUF_STATE_ERROR; #ifdef CONFIG_VIDEO_ADV_DEBUG /* @@ -1750,12 +1749,14 @@ __enqueue_in_driver(vb); /* Tell the driver to start streaming */ + q->start_streaming_called = 1; ret = call_qop(q, start_streaming, q, atomic_read(&q->owned_by_drv_count)); - q->start_streaming_called = ret == 0; if (!ret) return 0; + q->start_streaming_called = 0; + dprintk(1, "driver refused to start streaming\n"); if (WARN_ON(atomic_read(&q->owned_by_drv_count))) { unsigned i; @@ -1772,6 +1773,12 @@ /* Must be zero now */ WARN_ON(atomic_read(&q->owned_by_drv_count)); } + /* + * If done_list is not empty, then start_streaming() didn't call + * vb2_buffer_done(vb, VB2_BUF_STATE_QUEUED) but STATE_ERROR or + * STATE_DONE. + */ + WARN_ON(!list_empty(&q->done_list)); return ret; } @@ -1807,6 +1814,7 @@ */ list_add_tail(&vb->queued_entry, &q->queued_list); q->queued_count++; + q->waiting_for_buffers = false; vb->state = VB2_BUF_STATE_QUEUED; if (V4L2_TYPE_IS_OUTPUT(q->type)) { /* @@ -2239,6 +2247,7 @@ * their normal dequeued state. */ __vb2_queue_cancel(q); + q->waiting_for_buffers = !V4L2_TYPE_IS_OUTPUT(q->type); dprintk(3, "successful\n"); return 0; @@ -2557,9 +2566,16 @@ } /* - * There is nothing to wait for if no buffers have already been queued. + * There is nothing to wait for if the queue isn't streaming. + */ + if (!vb2_is_streaming(q)) + return res | POLLERR; + /* + * For compatibility with vb1: if QBUF hasn't been called yet, then + * return POLLERR as well. This only affects capture queues, output + * queues will always initialize waiting_for_buffers to false. */ - if (list_empty(&q->queued_list)) + if (q->waiting_for_buffers) return res | POLLERR; if (list_empty(&q->done_list)) @@ -3071,27 +3087,26 @@ prequeue--; } else { call_void_qop(q, wait_finish, q); - ret = vb2_internal_dqbuf(q, &fileio->b, 0); + if (!threadio->stop) + ret = vb2_internal_dqbuf(q, &fileio->b, 0); call_void_qop(q, wait_prepare, q); dprintk(5, "file io: vb2_dqbuf result: %d\n", ret); } - if (threadio->stop) - break; - if (ret) + if (ret || threadio->stop) break; try_to_freeze(); vb = q->bufs[fileio->b.index]; if (!(fileio->b.flags & V4L2_BUF_FLAG_ERROR)) - ret = threadio->fnc(vb, threadio->priv); - if (ret) - break; + if (threadio->fnc(vb, threadio->priv)) + break; call_void_qop(q, wait_finish, q); if (set_timestamp) v4l2_get_timestamp(&fileio->b.timestamp); - ret = vb2_internal_qbuf(q, &fileio->b); + if (!threadio->stop) + ret = vb2_internal_qbuf(q, &fileio->b); call_void_qop(q, wait_prepare, q); - if (ret) + if (ret || threadio->stop) break; } @@ -3160,11 +3175,11 @@ threadio->stop = true; vb2_internal_streamoff(q, q->type); call_void_qop(q, wait_prepare, q); + err = kthread_stop(threadio->thread); q->fileio = NULL; fileio->req.count = 0; vb2_reqbufs(q, &fileio->req); kfree(fileio); - err = kthread_stop(threadio->thread); threadio->thread = NULL; kfree(threadio); q->fileio = NULL; --- linux-lts-utopic-3.16.0.orig/drivers/media/v4l2-core/videobuf2-dma-contig.c +++ linux-lts-utopic-3.16.0/drivers/media/v4l2-core/videobuf2-dma-contig.c @@ -117,7 +117,8 @@ if (!sgt || buf->db_attach) return; - dma_sync_sg_for_device(buf->dev, sgt->sgl, sgt->nents, buf->dma_dir); + dma_sync_sg_for_device(buf->dev, sgt->sgl, sgt->orig_nents, + buf->dma_dir); } static void vb2_dc_finish(void *buf_priv) @@ -129,7 +130,7 @@ if (!sgt || buf->db_attach) return; - dma_sync_sg_for_cpu(buf->dev, sgt->sgl, sgt->nents, buf->dma_dir); + dma_sync_sg_for_cpu(buf->dev, sgt->sgl, sgt->orig_nents, buf->dma_dir); } /*********************************************/ --- linux-lts-utopic-3.16.0.orig/drivers/media/v4l2-core/videobuf2-dma-sg.c +++ linux-lts-utopic-3.16.0/drivers/media/v4l2-core/videobuf2-dma-sg.c @@ -113,7 +113,7 @@ goto fail_pages_alloc; ret = sg_alloc_table_from_pages(&buf->sg_table, buf->pages, - buf->num_pages, 0, size, gfp_flags); + buf->num_pages, 0, size, GFP_KERNEL); if (ret) goto fail_table_alloc; --- linux-lts-utopic-3.16.0.orig/drivers/memstick/core/mspro_block.c +++ linux-lts-utopic-3.16.0/drivers/memstick/core/mspro_block.c @@ -758,7 +758,7 @@ if (error || (card->current_mrq.tpc == MSPRO_CMD_STOP)) { if (msb->data_dir == READ) { - for (cnt = 0; cnt < msb->current_seg; cnt++) + for (cnt = 0; cnt < msb->current_seg; cnt++) { t_len += msb->req_sg[cnt].length / msb->page_size; @@ -766,6 +766,7 @@ t_len += msb->current_page - 1; t_len *= msb->page_size; + } } } else t_len = blk_rq_bytes(msb->block_req); --- linux-lts-utopic-3.16.0.orig/drivers/memstick/host/rtsx_usb_ms.c +++ linux-lts-utopic-3.16.0/drivers/memstick/host/rtsx_usb_ms.c @@ -706,7 +706,8 @@ if (host->eject) break; - msleep(1000); + if (msleep_interruptible(1000)) + flush_signals(current); } complete(&host->detect_ms_exit); --- linux-lts-utopic-3.16.0.orig/drivers/message/fusion/mptspi.c +++ linux-lts-utopic-3.16.0/drivers/message/fusion/mptspi.c @@ -1420,6 +1420,11 @@ goto out_mptspi_probe; } + /* VMWare emulation doesn't properly implement WRITE_SAME + */ + if (pdev->subsystem_vendor == 0x15AD) + sh->no_write_same = 1; + spin_lock_irqsave(&ioc->FreeQlock, flags); /* Attach the SCSI Host to the IOC structure --- linux-lts-utopic-3.16.0.orig/drivers/mfd/Makefile +++ linux-lts-utopic-3.16.0/drivers/mfd/Makefile @@ -13,7 +13,7 @@ obj-$(CONFIG_MFD_CROS_EC_I2C) += cros_ec_i2c.o obj-$(CONFIG_MFD_CROS_EC_SPI) += cros_ec_spi.o -rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o rts5249.o +rtsx_pci-objs := rtsx_pcr.o rtsx_gops.o rts5209.o rts5229.o rtl8411.o rts5227.o rts5249.o obj-$(CONFIG_MFD_RTSX_PCI) += rtsx_pci.o obj-$(CONFIG_MFD_RTSX_USB) += rtsx_usb.o --- linux-lts-utopic-3.16.0.orig/drivers/mfd/arizona-core.c +++ linux-lts-utopic-3.16.0/drivers/mfd/arizona-core.c @@ -867,10 +867,6 @@ arizona->pdata.gpio_defaults[i]); } - pm_runtime_set_autosuspend_delay(arizona->dev, 100); - pm_runtime_use_autosuspend(arizona->dev); - pm_runtime_enable(arizona->dev); - /* Chip default */ if (!arizona->pdata.clk32k_src) arizona->pdata.clk32k_src = ARIZONA_32KZ_MCLK2; @@ -966,11 +962,17 @@ arizona->pdata.spk_fmt[i]); } + pm_runtime_set_active(arizona->dev); + pm_runtime_enable(arizona->dev); + /* Set up for interrupts */ ret = arizona_irq_init(arizona); if (ret != 0) goto err_reset; + pm_runtime_set_autosuspend_delay(arizona->dev, 100); + pm_runtime_use_autosuspend(arizona->dev); + arizona_request_irq(arizona, ARIZONA_IRQ_CLKGEN_ERR, "CLKGEN error", arizona_clkgen_err, arizona); arizona_request_irq(arizona, ARIZONA_IRQ_OVERCLOCKED, "Overclocked", @@ -998,10 +1000,6 @@ goto err_irq; } -#ifdef CONFIG_PM_RUNTIME - regulator_disable(arizona->dcvdd); -#endif - return 0; err_irq: --- linux-lts-utopic-3.16.0.orig/drivers/mfd/kempld-core.c +++ linux-lts-utopic-3.16.0/drivers/mfd/kempld-core.c @@ -738,7 +738,7 @@ if (force_device_id[0]) { for (id = kempld_dmi_table; id->matches[0].slot != DMI_NONE; id++) if (strstr(id->ident, force_device_id)) - if (id->callback && id->callback(id)) + if (id->callback && !id->callback(id)) break; if (id->matches[0].slot == DMI_NONE) return -ENODEV; --- linux-lts-utopic-3.16.0.orig/drivers/mfd/omap-usb-host.c +++ linux-lts-utopic-3.16.0/drivers/mfd/omap-usb-host.c @@ -445,7 +445,7 @@ for (i = 0; i < omap->nports; i++) { if (is_ehci_phy_mode(pdata->port_mode[i])) { - reg &= OMAP_UHH_HOSTCONFIG_ULPI_BYPASS; + reg &= ~OMAP_UHH_HOSTCONFIG_ULPI_BYPASS; break; } } --- linux-lts-utopic-3.16.0.orig/drivers/mfd/rts5227.c +++ linux-lts-utopic-3.16.0/drivers/mfd/rts5227.c @@ -130,6 +130,12 @@ static int rts5227_optimize_phy(struct rtsx_pcr *pcr) { + int err; + + err = rtsx_gops_pm_reset(pcr); + if (err < 0) + return err; + /* Optimize RX sensitivity */ return rtsx_pci_write_phy_register(pcr, 0x00, 0xBA42); } --- linux-lts-utopic-3.16.0.orig/drivers/mfd/rts5249.c +++ linux-lts-utopic-3.16.0/drivers/mfd/rts5249.c @@ -130,6 +130,10 @@ { int err; + err = rtsx_gops_pm_reset(pcr); + if (err < 0) + return err; + err = rtsx_pci_write_phy_register(pcr, PHY_REG_REV, PHY_REG_REV_RESV | PHY_REG_REV_RXIDLE_LATCHED | PHY_REG_REV_P1_EN | PHY_REG_REV_RXIDLE_EN | --- linux-lts-utopic-3.16.0.orig/drivers/mfd/rtsx_gops.c +++ linux-lts-utopic-3.16.0/drivers/mfd/rtsx_gops.c @@ -0,0 +1,37 @@ +/* Driver for Realtek PCI-Express card reader + * + * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. + * + * 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; either version 2, or (at your option) any + * later version. + * + * 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, see . + * + * Author: + * Micky Ching + */ + +#include +#include "rtsx_pcr.h" + +int rtsx_gops_pm_reset(struct rtsx_pcr *pcr) +{ + int err; + + /* init aspm */ + rtsx_pci_write_register(pcr, ASPM_FORCE_CTL, 0xFF, 0x00); + err = rtsx_pci_update_cfg_byte(pcr, LCTLR, ~LCTLR_ASPM_CTL_MASK, 0x00); + if (err < 0) + return err; + + /* reset PM_CTRL3 before send buffer cmd */ + return rtsx_pci_write_register(pcr, PM_CTRL3, D3_DELINK_MODE_EN, 0x00); +} --- linux-lts-utopic-3.16.0.orig/drivers/mfd/rtsx_pcr.c +++ linux-lts-utopic-3.16.0/drivers/mfd/rtsx_pcr.c @@ -1177,7 +1177,7 @@ pcr->msi_en = msi_en; if (pcr->msi_en) { ret = pci_enable_msi(pcidev); - if (ret < 0) + if (ret) pcr->msi_en = false; } --- linux-lts-utopic-3.16.0.orig/drivers/mfd/rtsx_pcr.h +++ linux-lts-utopic-3.16.0/drivers/mfd/rtsx_pcr.h @@ -72,4 +72,7 @@ pcr->ms_pull_ctl_disable_tbl = __device##_ms_pull_ctl_disable_tbl; \ } while (0) +/* generic operations */ +int rtsx_gops_pm_reset(struct rtsx_pcr *pcr); + #endif --- linux-lts-utopic-3.16.0.orig/drivers/mfd/rtsx_usb.c +++ linux-lts-utopic-3.16.0/drivers/mfd/rtsx_usb.c @@ -681,21 +681,10 @@ #ifdef CONFIG_PM static int rtsx_usb_suspend(struct usb_interface *intf, pm_message_t message) { - struct rtsx_ucr *ucr = - (struct rtsx_ucr *)usb_get_intfdata(intf); dev_dbg(&intf->dev, "%s called with pm message 0x%04u\n", __func__, message.event); - /* - * Call to make sure LED is off during suspend to save more power. - * It is NOT a permanent state and could be turned on anytime later. - * Thus no need to call turn_on when resunming. - */ - mutex_lock(&ucr->dev_mutex); - rtsx_usb_turn_off_led(ucr); - mutex_unlock(&ucr->dev_mutex); - return 0; } @@ -744,6 +733,7 @@ { USB_DEVICE(0x0BDA, 0x0140) }, { } }; +MODULE_DEVICE_TABLE(usb, rtsx_usb_usb_ids); static struct usb_driver rtsx_usb_driver = { .name = "rtsx_usb", --- linux-lts-utopic-3.16.0.orig/drivers/mfd/tc6393xb.c +++ linux-lts-utopic-3.16.0/drivers/mfd/tc6393xb.c @@ -263,6 +263,17 @@ return 0; } +static int tc6393xb_ohci_suspend(struct platform_device *dev) +{ + struct tc6393xb_platform_data *tcpd = dev_get_platdata(dev->dev.parent); + + /* We can't properly store/restore OHCI state, so fail here */ + if (tcpd->resume_restore) + return -EBUSY; + + return tc6393xb_ohci_disable(dev); +} + static int tc6393xb_fb_enable(struct platform_device *dev) { struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); @@ -403,7 +414,7 @@ .num_resources = ARRAY_SIZE(tc6393xb_ohci_resources), .resources = tc6393xb_ohci_resources, .enable = tc6393xb_ohci_enable, - .suspend = tc6393xb_ohci_disable, + .suspend = tc6393xb_ohci_suspend, .resume = tc6393xb_ohci_enable, .disable = tc6393xb_ohci_disable, }, --- linux-lts-utopic-3.16.0.orig/drivers/mfd/ti_am335x_tscadc.c +++ linux-lts-utopic-3.16.0/drivers/mfd/ti_am335x_tscadc.c @@ -53,11 +53,11 @@ unsigned long flags; spin_lock_irqsave(&tsadc->reg_lock, flags); - tsadc->reg_se_cache = val; + tsadc->reg_se_cache |= val; if (tsadc->adc_waiting) wake_up(&tsadc->reg_se_wait); else if (!tsadc->adc_in_use) - tscadc_writel(tsadc, REG_SE, val); + tscadc_writel(tsadc, REG_SE, tsadc->reg_se_cache); spin_unlock_irqrestore(&tsadc->reg_lock, flags); } @@ -96,6 +96,7 @@ void am335x_tsc_se_set_once(struct ti_tscadc_dev *tsadc, u32 val) { spin_lock_irq(&tsadc->reg_lock); + tsadc->reg_se_cache |= val; am335x_tscadc_need_adc(tsadc); tscadc_writel(tsadc, REG_SE, val); --- linux-lts-utopic-3.16.0.orig/drivers/mfd/tps65218.c +++ linux-lts-utopic-3.16.0/drivers/mfd/tps65218.c @@ -125,10 +125,21 @@ } EXPORT_SYMBOL_GPL(tps65218_clear_bits); +static const struct regmap_range tps65218_yes_ranges[] = { + regmap_reg_range(TPS65218_REG_INT1, TPS65218_REG_INT2), + regmap_reg_range(TPS65218_REG_STATUS, TPS65218_REG_STATUS), +}; + +static const struct regmap_access_table tps65218_volatile_table = { + .yes_ranges = tps65218_yes_ranges, + .n_yes_ranges = ARRAY_SIZE(tps65218_yes_ranges), +}; + static struct regmap_config tps65218_regmap_config = { .reg_bits = 8, .val_bits = 8, .cache_type = REGCACHE_RBTREE, + .volatile_table = &tps65218_volatile_table, }; static const struct regmap_irq tps65218_irqs[] = { @@ -193,6 +204,7 @@ .num_regs = 2, .mask_base = TPS65218_REG_INT_MASK1, + .status_base = TPS65218_REG_INT1, }; static const struct of_device_id of_tps65218_match_table[] = { --- linux-lts-utopic-3.16.0.orig/drivers/mfd/twl4030-power.c +++ linux-lts-utopic-3.16.0/drivers/mfd/twl4030-power.c @@ -44,6 +44,15 @@ #define PWR_DEVSLP BIT(1) #define PWR_DEVOFF BIT(0) +/* Register bits for CFG_P1_TRANSITION (also for P2 and P3) */ +#define STARTON_SWBUG BIT(7) /* Start on watchdog */ +#define STARTON_VBUS BIT(5) /* Start on VBUS */ +#define STARTON_VBAT BIT(4) /* Start on battery insert */ +#define STARTON_RTC BIT(3) /* Start on RTC */ +#define STARTON_USB BIT(2) /* Start on USB host */ +#define STARTON_CHG BIT(1) /* Start on charger */ +#define STARTON_PWON BIT(0) /* Start on PWRON button */ + #define SEQ_OFFSYNC (1 << 0) #define PHY_TO_OFF_PM_MASTER(p) (p - 0x36) @@ -606,6 +615,44 @@ return 0; } +static int twl4030_starton_mask_and_set(u8 bitmask, u8 bitvalues) +{ + u8 regs[3] = { TWL4030_PM_MASTER_CFG_P1_TRANSITION, + TWL4030_PM_MASTER_CFG_P2_TRANSITION, + TWL4030_PM_MASTER_CFG_P3_TRANSITION, }; + u8 val; + int i, err; + + err = twl_i2c_write_u8(TWL_MODULE_PM_MASTER, TWL4030_PM_MASTER_KEY_CFG1, + TWL4030_PM_MASTER_PROTECT_KEY); + if (err) + goto relock; + err = twl_i2c_write_u8(TWL_MODULE_PM_MASTER, + TWL4030_PM_MASTER_KEY_CFG2, + TWL4030_PM_MASTER_PROTECT_KEY); + if (err) + goto relock; + + for (i = 0; i < sizeof(regs); i++) { + err = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, + &val, regs[i]); + if (err) + break; + val = (~bitmask & val) | (bitmask & bitvalues); + err = twl_i2c_write_u8(TWL_MODULE_PM_MASTER, + val, regs[i]); + if (err) + break; + } + + if (err) + pr_err("TWL4030 Register access failed: %i\n", err); + +relock: + return twl_i2c_write_u8(TWL_MODULE_PM_MASTER, 0, + TWL4030_PM_MASTER_PROTECT_KEY); +} + /* * In master mode, start the power off sequence. * After a successful execution, TWL shuts down the power to the SoC @@ -615,6 +662,11 @@ { int err; + /* Disable start on charger or VBUS as it can break poweroff */ + err = twl4030_starton_mask_and_set(STARTON_VBUS | STARTON_CHG, 0); + if (err) + pr_err("TWL4030 Unable to configure start-up\n"); + err = twl_i2c_write_u8(TWL_MODULE_PM_MASTER, PWR_DEVOFF, TWL4030_PM_MASTER_P1_SW_EVENTS); if (err) @@ -724,24 +776,24 @@ * above. */ static struct twl4030_resconfig omap3_idle_rconfig[] = { - TWL_REMAP_SLEEP(RES_VAUX1, DEV_GRP_NULL, 0, 0), - TWL_REMAP_SLEEP(RES_VAUX2, DEV_GRP_NULL, 0, 0), - TWL_REMAP_SLEEP(RES_VAUX3, DEV_GRP_NULL, 0, 0), - TWL_REMAP_SLEEP(RES_VAUX4, DEV_GRP_NULL, 0, 0), - TWL_REMAP_SLEEP(RES_VMMC1, DEV_GRP_NULL, 0, 0), - TWL_REMAP_SLEEP(RES_VMMC2, DEV_GRP_NULL, 0, 0), + TWL_REMAP_SLEEP(RES_VAUX1, TWL4030_RESCONFIG_UNDEF, 0, 0), + TWL_REMAP_SLEEP(RES_VAUX2, TWL4030_RESCONFIG_UNDEF, 0, 0), + TWL_REMAP_SLEEP(RES_VAUX3, TWL4030_RESCONFIG_UNDEF, 0, 0), + TWL_REMAP_SLEEP(RES_VAUX4, TWL4030_RESCONFIG_UNDEF, 0, 0), + TWL_REMAP_SLEEP(RES_VMMC1, TWL4030_RESCONFIG_UNDEF, 0, 0), + TWL_REMAP_SLEEP(RES_VMMC2, TWL4030_RESCONFIG_UNDEF, 0, 0), TWL_REMAP_OFF(RES_VPLL1, DEV_GRP_P1, 3, 1), TWL_REMAP_SLEEP(RES_VPLL2, DEV_GRP_P1, 0, 0), - TWL_REMAP_SLEEP(RES_VSIM, DEV_GRP_NULL, 0, 0), - TWL_REMAP_SLEEP(RES_VDAC, DEV_GRP_NULL, 0, 0), + TWL_REMAP_SLEEP(RES_VSIM, TWL4030_RESCONFIG_UNDEF, 0, 0), + TWL_REMAP_SLEEP(RES_VDAC, TWL4030_RESCONFIG_UNDEF, 0, 0), TWL_REMAP_SLEEP(RES_VINTANA1, TWL_DEV_GRP_P123, 1, 2), TWL_REMAP_SLEEP(RES_VINTANA2, TWL_DEV_GRP_P123, 0, 2), TWL_REMAP_SLEEP(RES_VINTDIG, TWL_DEV_GRP_P123, 1, 2), TWL_REMAP_SLEEP(RES_VIO, TWL_DEV_GRP_P123, 2, 2), TWL_REMAP_OFF(RES_VDD1, DEV_GRP_P1, 4, 1), TWL_REMAP_OFF(RES_VDD2, DEV_GRP_P1, 3, 1), - TWL_REMAP_SLEEP(RES_VUSB_1V5, DEV_GRP_NULL, 0, 0), - TWL_REMAP_SLEEP(RES_VUSB_1V8, DEV_GRP_NULL, 0, 0), + TWL_REMAP_SLEEP(RES_VUSB_1V5, TWL4030_RESCONFIG_UNDEF, 0, 0), + TWL_REMAP_SLEEP(RES_VUSB_1V8, TWL4030_RESCONFIG_UNDEF, 0, 0), TWL_REMAP_SLEEP(RES_VUSB_3V1, TWL_DEV_GRP_P123, 0, 0), /* Resource #20 USB charge pump skipped */ TWL_REMAP_SLEEP(RES_REGEN, TWL_DEV_GRP_P123, 2, 1), @@ -776,6 +828,9 @@ static struct of_device_id twl4030_power_of_match[] = { { + .compatible = "ti,twl4030-power", + }, + { .compatible = "ti,twl4030-power-reset", .data = &omap3_reset, }, --- linux-lts-utopic-3.16.0.orig/drivers/mfd/twl6040.c +++ linux-lts-utopic-3.16.0/drivers/mfd/twl6040.c @@ -647,6 +647,8 @@ twl6040->clk32k = devm_clk_get(&client->dev, "clk32k"); if (IS_ERR(twl6040->clk32k)) { + if (PTR_ERR(twl6040->clk32k) == -EPROBE_DEFER) + return -EPROBE_DEFER; dev_info(&client->dev, "clk32k is not handled\n"); twl6040->clk32k = NULL; } --- linux-lts-utopic-3.16.0.orig/drivers/misc/Kconfig +++ linux-lts-utopic-3.16.0/drivers/misc/Kconfig @@ -537,4 +537,5 @@ source "drivers/misc/mic/Kconfig" source "drivers/misc/genwqe/Kconfig" source "drivers/misc/echo/Kconfig" +source "drivers/misc/cxl/Kconfig" endmenu --- linux-lts-utopic-3.16.0.orig/drivers/misc/Makefile +++ linux-lts-utopic-3.16.0/drivers/misc/Makefile @@ -56,3 +56,4 @@ obj-$(CONFIG_GENWQE) += genwqe/ obj-$(CONFIG_ECHO) += echo/ obj-$(CONFIG_VEXPRESS_SYSCFG) += vexpress-syscfg.o +obj-$(CONFIG_CXL_BASE) += cxl/ --- linux-lts-utopic-3.16.0.orig/drivers/misc/cxl/Kconfig +++ linux-lts-utopic-3.16.0/drivers/misc/cxl/Kconfig @@ -0,0 +1,25 @@ +# +# IBM Coherent Accelerator (CXL) compatible devices +# + +config CXL_BASE + bool + default n + select PPC_COPRO_BASE + +config CXL + tristate "Support for IBM Coherent Accelerators (CXL)" + depends on PPC_POWERNV && PCI_MSI + select CXL_BASE + default m + help + Select this option to enable driver support for IBM Coherent + Accelerators (CXL). CXL is otherwise known as Coherent Accelerator + Processor Interface (CAPI). CAPI allows accelerators in FPGAs to be + coherently attached to a CPU via an MMU. This driver enables + userspace programs to access these accelerators via /dev/cxl/afuM.N + devices. + + CAPI adapters are found in POWER8 based systems. + + If unsure, say N. --- linux-lts-utopic-3.16.0.orig/drivers/misc/cxl/Makefile +++ linux-lts-utopic-3.16.0/drivers/misc/cxl/Makefile @@ -0,0 +1,3 @@ +cxl-y += main.o file.o irq.o fault.o native.o context.o sysfs.o debugfs.o pci.o +obj-$(CONFIG_CXL) += cxl.o +obj-$(CONFIG_CXL_BASE) += base.o --- linux-lts-utopic-3.16.0.orig/drivers/misc/cxl/base.c +++ linux-lts-utopic-3.16.0/drivers/misc/cxl/base.c @@ -0,0 +1,86 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#include +#include +#include +#include +#include "cxl.h" + +/* protected by rcu */ +static struct cxl_calls *cxl_calls; + +atomic_t cxl_use_count = ATOMIC_INIT(0); +EXPORT_SYMBOL(cxl_use_count); + +#ifdef CONFIG_CXL_MODULE + +static inline struct cxl_calls *cxl_calls_get(void) +{ + struct cxl_calls *calls = NULL; + + rcu_read_lock(); + calls = rcu_dereference(cxl_calls); + if (calls && !try_module_get(calls->owner)) + calls = NULL; + rcu_read_unlock(); + + return calls; +} + +static inline void cxl_calls_put(struct cxl_calls *calls) +{ + BUG_ON(calls != cxl_calls); + + /* we don't need to rcu this, as we hold a reference to the module */ + module_put(cxl_calls->owner); +} + +#else /* !defined CONFIG_CXL_MODULE */ + +static inline struct cxl_calls *cxl_calls_get(void) +{ + return cxl_calls; +} + +static inline void cxl_calls_put(struct cxl_calls *calls) { } + +#endif /* CONFIG_CXL_MODULE */ + +void cxl_slbia(struct mm_struct *mm) +{ + struct cxl_calls *calls; + + calls = cxl_calls_get(); + if (!calls) + return; + + if (cxl_ctx_in_use()) + calls->cxl_slbia(mm); + + cxl_calls_put(calls); +} + +int register_cxl_calls(struct cxl_calls *calls) +{ + if (cxl_calls) + return -EBUSY; + + rcu_assign_pointer(cxl_calls, calls); + return 0; +} +EXPORT_SYMBOL_GPL(register_cxl_calls); + +void unregister_cxl_calls(struct cxl_calls *calls) +{ + BUG_ON(cxl_calls->owner != calls->owner); + RCU_INIT_POINTER(cxl_calls, NULL); + synchronize_rcu(); +} +EXPORT_SYMBOL_GPL(unregister_cxl_calls); --- linux-lts-utopic-3.16.0.orig/drivers/misc/cxl/context.c +++ linux-lts-utopic-3.16.0/drivers/misc/cxl/context.c @@ -0,0 +1,193 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "cxl.h" + +/* + * Allocates space for a CXL context. + */ +struct cxl_context *cxl_context_alloc(void) +{ + return kzalloc(sizeof(struct cxl_context), GFP_KERNEL); +} + +/* + * Initialises a CXL context. + */ +int cxl_context_init(struct cxl_context *ctx, struct cxl_afu *afu, bool master) +{ + int i; + + spin_lock_init(&ctx->sste_lock); + ctx->afu = afu; + ctx->master = master; + ctx->pid = NULL; /* Set in start work ioctl */ + + /* + * Allocate the segment table before we put it in the IDR so that we + * can always access it when dereferenced from IDR. For the same + * reason, the segment table is only destroyed after the context is + * removed from the IDR. Access to this in the IOCTL is protected by + * Linux filesytem symantics (can't IOCTL until open is complete). + */ + i = cxl_alloc_sst(ctx); + if (i) + return i; + + INIT_WORK(&ctx->fault_work, cxl_handle_fault); + + init_waitqueue_head(&ctx->wq); + spin_lock_init(&ctx->lock); + + ctx->irq_bitmap = NULL; + ctx->pending_irq = false; + ctx->pending_fault = false; + ctx->pending_afu_err = false; + + /* + * When we have to destroy all contexts in cxl_context_detach_all() we + * end up with afu_release_irqs() called from inside a + * idr_for_each_entry(). Hence we need to make sure that anything + * dereferenced from this IDR is ok before we allocate the IDR here. + * This clears out the IRQ ranges to ensure this. + */ + for (i = 0; i < CXL_IRQ_RANGES; i++) + ctx->irqs.range[i] = 0; + + mutex_init(&ctx->status_mutex); + + ctx->status = OPENED; + + /* + * Allocating IDR! We better make sure everything's setup that + * dereferences from it. + */ + idr_preload(GFP_KERNEL); + spin_lock(&afu->contexts_lock); + i = idr_alloc(&ctx->afu->contexts_idr, ctx, 0, + ctx->afu->num_procs, GFP_NOWAIT); + spin_unlock(&afu->contexts_lock); + idr_preload_end(); + if (i < 0) + return i; + + ctx->pe = i; + ctx->elem = &ctx->afu->spa[i]; + ctx->pe_inserted = false; + return 0; +} + +/* + * Map a per-context mmio space into the given vma. + */ +int cxl_context_iomap(struct cxl_context *ctx, struct vm_area_struct *vma) +{ + u64 len = vma->vm_end - vma->vm_start; + len = min(len, ctx->psn_size); + + if (ctx->afu->current_mode == CXL_MODE_DEDICATED) { + vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); + return vm_iomap_memory(vma, ctx->afu->psn_phys, ctx->afu->adapter->ps_size); + } + + /* make sure there is a valid per process space for this AFU */ + if ((ctx->master && !ctx->afu->psa) || (!ctx->afu->pp_psa)) { + pr_devel("AFU doesn't support mmio space\n"); + return -EINVAL; + } + + /* Can't mmap until the AFU is enabled */ + if (!ctx->afu->enabled) + return -EBUSY; + + pr_devel("%s: mmio physical: %llx pe: %i master:%i\n", __func__, + ctx->psn_phys, ctx->pe , ctx->master); + + vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); + return vm_iomap_memory(vma, ctx->psn_phys, len); +} + +/* + * Detach a context from the hardware. This disables interrupts and doesn't + * return until all outstanding interrupts for this context have completed. The + * hardware should no longer access *ctx after this has returned. + */ +static void __detach_context(struct cxl_context *ctx) +{ + enum cxl_context_status status; + + mutex_lock(&ctx->status_mutex); + status = ctx->status; + ctx->status = CLOSED; + mutex_unlock(&ctx->status_mutex); + if (status != STARTED) + return; + + WARN_ON(cxl_detach_process(ctx)); + afu_release_irqs(ctx); + flush_work(&ctx->fault_work); /* Only needed for dedicated process */ + wake_up_all(&ctx->wq); +} + +/* + * Detach the given context from the AFU. This doesn't actually + * free the context but it should stop the context running in hardware + * (ie. prevent this context from generating any further interrupts + * so that it can be freed). + */ +void cxl_context_detach(struct cxl_context *ctx) +{ + __detach_context(ctx); +} + +/* + * Detach all contexts on the given AFU. + */ +void cxl_context_detach_all(struct cxl_afu *afu) +{ + struct cxl_context *ctx; + int tmp; + + rcu_read_lock(); + idr_for_each_entry(&afu->contexts_idr, ctx, tmp) + /* + * Anything done in here needs to be setup before the IDR is + * created and torn down after the IDR removed + */ + __detach_context(ctx); + rcu_read_unlock(); +} + +void cxl_context_free(struct cxl_context *ctx) +{ + spin_lock(&ctx->afu->contexts_lock); + idr_remove(&ctx->afu->contexts_idr, ctx->pe); + spin_unlock(&ctx->afu->contexts_lock); + synchronize_rcu(); + + free_page((u64)ctx->sstp); + ctx->sstp = NULL; + + put_pid(ctx->pid); + kfree(ctx); +} --- linux-lts-utopic-3.16.0.orig/drivers/misc/cxl/cxl.h +++ linux-lts-utopic-3.16.0/drivers/misc/cxl/cxl.h @@ -0,0 +1,629 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#ifndef _CXL_H_ +#define _CXL_H_ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +extern uint cxl_verbose; + +#define CXL_TIMEOUT 5 + +/* + * Bump version each time a user API change is made, whether it is + * backwards compatible ot not. + */ +#define CXL_API_VERSION 1 +#define CXL_API_VERSION_COMPATIBLE 1 + +/* + * Opaque types to avoid accidentally passing registers for the wrong MMIO + * + * At the end of the day, I'm not married to using typedef here, but it might + * (and has!) help avoid bugs like mixing up CXL_PSL_CtxTime and + * CXL_PSL_CtxTime_An, or calling cxl_p1n_write instead of cxl_p1_write. + * + * I'm quite happy if these are changed back to #defines before upstreaming, it + * should be little more than a regexp search+replace operation in this file. + */ +typedef struct { + const int x; +} cxl_p1_reg_t; +typedef struct { + const int x; +} cxl_p1n_reg_t; +typedef struct { + const int x; +} cxl_p2n_reg_t; +#define cxl_reg_off(reg) \ + (reg.x) + +/* Memory maps. Ref CXL Appendix A */ + +/* PSL Privilege 1 Memory Map */ +/* Configuration and Control area */ +static const cxl_p1_reg_t CXL_PSL_CtxTime = {0x0000}; +static const cxl_p1_reg_t CXL_PSL_ErrIVTE = {0x0008}; +static const cxl_p1_reg_t CXL_PSL_KEY1 = {0x0010}; +static const cxl_p1_reg_t CXL_PSL_KEY2 = {0x0018}; +static const cxl_p1_reg_t CXL_PSL_Control = {0x0020}; +/* Downloading */ +static const cxl_p1_reg_t CXL_PSL_DLCNTL = {0x0060}; +static const cxl_p1_reg_t CXL_PSL_DLADDR = {0x0068}; + +/* PSL Lookaside Buffer Management Area */ +static const cxl_p1_reg_t CXL_PSL_LBISEL = {0x0080}; +static const cxl_p1_reg_t CXL_PSL_SLBIE = {0x0088}; +static const cxl_p1_reg_t CXL_PSL_SLBIA = {0x0090}; +static const cxl_p1_reg_t CXL_PSL_TLBIE = {0x00A0}; +static const cxl_p1_reg_t CXL_PSL_TLBIA = {0x00A8}; +static const cxl_p1_reg_t CXL_PSL_AFUSEL = {0x00B0}; + +/* 0x00C0:7EFF Implementation dependent area */ +static const cxl_p1_reg_t CXL_PSL_FIR1 = {0x0100}; +static const cxl_p1_reg_t CXL_PSL_FIR2 = {0x0108}; +static const cxl_p1_reg_t CXL_PSL_VERSION = {0x0118}; +static const cxl_p1_reg_t CXL_PSL_RESLCKTO = {0x0128}; +static const cxl_p1_reg_t CXL_PSL_FIR_CNTL = {0x0148}; +static const cxl_p1_reg_t CXL_PSL_DSNDCTL = {0x0150}; +static const cxl_p1_reg_t CXL_PSL_SNWRALLOC = {0x0158}; +static const cxl_p1_reg_t CXL_PSL_TRACE = {0x0170}; +/* 0x7F00:7FFF Reserved PCIe MSI-X Pending Bit Array area */ +/* 0x8000:FFFF Reserved PCIe MSI-X Table Area */ + +/* PSL Slice Privilege 1 Memory Map */ +/* Configuration Area */ +static const cxl_p1n_reg_t CXL_PSL_SR_An = {0x00}; +static const cxl_p1n_reg_t CXL_PSL_LPID_An = {0x08}; +static const cxl_p1n_reg_t CXL_PSL_AMBAR_An = {0x10}; +static const cxl_p1n_reg_t CXL_PSL_SPOffset_An = {0x18}; +static const cxl_p1n_reg_t CXL_PSL_ID_An = {0x20}; +static const cxl_p1n_reg_t CXL_PSL_SERR_An = {0x28}; +/* Memory Management and Lookaside Buffer Management */ +static const cxl_p1n_reg_t CXL_PSL_SDR_An = {0x30}; +static const cxl_p1n_reg_t CXL_PSL_AMOR_An = {0x38}; +/* Pointer Area */ +static const cxl_p1n_reg_t CXL_HAURP_An = {0x80}; +static const cxl_p1n_reg_t CXL_PSL_SPAP_An = {0x88}; +static const cxl_p1n_reg_t CXL_PSL_LLCMD_An = {0x90}; +/* Control Area */ +static const cxl_p1n_reg_t CXL_PSL_SCNTL_An = {0xA0}; +static const cxl_p1n_reg_t CXL_PSL_CtxTime_An = {0xA8}; +static const cxl_p1n_reg_t CXL_PSL_IVTE_Offset_An = {0xB0}; +static const cxl_p1n_reg_t CXL_PSL_IVTE_Limit_An = {0xB8}; +/* 0xC0:FF Implementation Dependent Area */ +static const cxl_p1n_reg_t CXL_PSL_FIR_SLICE_An = {0xC0}; +static const cxl_p1n_reg_t CXL_AFU_DEBUG_An = {0xC8}; +static const cxl_p1n_reg_t CXL_PSL_APCALLOC_A = {0xD0}; +static const cxl_p1n_reg_t CXL_PSL_COALLOC_A = {0xD8}; +static const cxl_p1n_reg_t CXL_PSL_RXCTL_A = {0xE0}; +static const cxl_p1n_reg_t CXL_PSL_SLICE_TRACE = {0xE8}; + +/* PSL Slice Privilege 2 Memory Map */ +/* Configuration and Control Area */ +static const cxl_p2n_reg_t CXL_PSL_PID_TID_An = {0x000}; +static const cxl_p2n_reg_t CXL_CSRP_An = {0x008}; +static const cxl_p2n_reg_t CXL_AURP0_An = {0x010}; +static const cxl_p2n_reg_t CXL_AURP1_An = {0x018}; +static const cxl_p2n_reg_t CXL_SSTP0_An = {0x020}; +static const cxl_p2n_reg_t CXL_SSTP1_An = {0x028}; +static const cxl_p2n_reg_t CXL_PSL_AMR_An = {0x030}; +/* Segment Lookaside Buffer Management */ +static const cxl_p2n_reg_t CXL_SLBIE_An = {0x040}; +static const cxl_p2n_reg_t CXL_SLBIA_An = {0x048}; +static const cxl_p2n_reg_t CXL_SLBI_Select_An = {0x050}; +/* Interrupt Registers */ +static const cxl_p2n_reg_t CXL_PSL_DSISR_An = {0x060}; +static const cxl_p2n_reg_t CXL_PSL_DAR_An = {0x068}; +static const cxl_p2n_reg_t CXL_PSL_DSR_An = {0x070}; +static const cxl_p2n_reg_t CXL_PSL_TFC_An = {0x078}; +static const cxl_p2n_reg_t CXL_PSL_PEHandle_An = {0x080}; +static const cxl_p2n_reg_t CXL_PSL_ErrStat_An = {0x088}; +/* AFU Registers */ +static const cxl_p2n_reg_t CXL_AFU_Cntl_An = {0x090}; +static const cxl_p2n_reg_t CXL_AFU_ERR_An = {0x098}; +/* Work Element Descriptor */ +static const cxl_p2n_reg_t CXL_PSL_WED_An = {0x0A0}; +/* 0x0C0:FFF Implementation Dependent Area */ + +#define CXL_PSL_SPAP_Addr 0x0ffffffffffff000ULL +#define CXL_PSL_SPAP_Size 0x0000000000000ff0ULL +#define CXL_PSL_SPAP_Size_Shift 4 +#define CXL_PSL_SPAP_V 0x0000000000000001ULL + +/****** CXL_PSL_DLCNTL *****************************************************/ +#define CXL_PSL_DLCNTL_D (0x1ull << (63-28)) +#define CXL_PSL_DLCNTL_C (0x1ull << (63-29)) +#define CXL_PSL_DLCNTL_E (0x1ull << (63-30)) +#define CXL_PSL_DLCNTL_S (0x1ull << (63-31)) +#define CXL_PSL_DLCNTL_CE (CXL_PSL_DLCNTL_C | CXL_PSL_DLCNTL_E) +#define CXL_PSL_DLCNTL_DCES (CXL_PSL_DLCNTL_D | CXL_PSL_DLCNTL_CE | CXL_PSL_DLCNTL_S) + +/****** CXL_PSL_SR_An ******************************************************/ +#define CXL_PSL_SR_An_SF MSR_SF /* 64bit */ +#define CXL_PSL_SR_An_TA (1ull << (63-1)) /* Tags active, GA1: 0 */ +#define CXL_PSL_SR_An_HV MSR_HV /* Hypervisor, GA1: 0 */ +#define CXL_PSL_SR_An_PR MSR_PR /* Problem state, GA1: 1 */ +#define CXL_PSL_SR_An_ISL (1ull << (63-53)) /* Ignore Segment Large Page */ +#define CXL_PSL_SR_An_TC (1ull << (63-54)) /* Page Table secondary hash */ +#define CXL_PSL_SR_An_US (1ull << (63-56)) /* User state, GA1: X */ +#define CXL_PSL_SR_An_SC (1ull << (63-58)) /* Segment Table secondary hash */ +#define CXL_PSL_SR_An_R MSR_DR /* Relocate, GA1: 1 */ +#define CXL_PSL_SR_An_MP (1ull << (63-62)) /* Master Process */ +#define CXL_PSL_SR_An_LE (1ull << (63-63)) /* Little Endian */ + +/****** CXL_PSL_LLCMD_An ****************************************************/ +#define CXL_LLCMD_TERMINATE 0x0001000000000000ULL +#define CXL_LLCMD_REMOVE 0x0002000000000000ULL +#define CXL_LLCMD_SUSPEND 0x0003000000000000ULL +#define CXL_LLCMD_RESUME 0x0004000000000000ULL +#define CXL_LLCMD_ADD 0x0005000000000000ULL +#define CXL_LLCMD_UPDATE 0x0006000000000000ULL +#define CXL_LLCMD_HANDLE_MASK 0x000000000000ffffULL + +/****** CXL_PSL_ID_An ****************************************************/ +#define CXL_PSL_ID_An_F (1ull << (63-31)) +#define CXL_PSL_ID_An_L (1ull << (63-30)) + +/****** CXL_PSL_SCNTL_An ****************************************************/ +#define CXL_PSL_SCNTL_An_CR (0x1ull << (63-15)) +/* Programming Modes: */ +#define CXL_PSL_SCNTL_An_PM_MASK (0xffffull << (63-31)) +#define CXL_PSL_SCNTL_An_PM_Shared (0x0000ull << (63-31)) +#define CXL_PSL_SCNTL_An_PM_OS (0x0001ull << (63-31)) +#define CXL_PSL_SCNTL_An_PM_Process (0x0002ull << (63-31)) +#define CXL_PSL_SCNTL_An_PM_AFU (0x0004ull << (63-31)) +#define CXL_PSL_SCNTL_An_PM_AFU_PBT (0x0104ull << (63-31)) +/* Purge Status (ro) */ +#define CXL_PSL_SCNTL_An_Ps_MASK (0x3ull << (63-39)) +#define CXL_PSL_SCNTL_An_Ps_Pending (0x1ull << (63-39)) +#define CXL_PSL_SCNTL_An_Ps_Complete (0x3ull << (63-39)) +/* Purge */ +#define CXL_PSL_SCNTL_An_Pc (0x1ull << (63-48)) +/* Suspend Status (ro) */ +#define CXL_PSL_SCNTL_An_Ss_MASK (0x3ull << (63-55)) +#define CXL_PSL_SCNTL_An_Ss_Pending (0x1ull << (63-55)) +#define CXL_PSL_SCNTL_An_Ss_Complete (0x3ull << (63-55)) +/* Suspend Control */ +#define CXL_PSL_SCNTL_An_Sc (0x1ull << (63-63)) + +/* AFU Slice Enable Status (ro) */ +#define CXL_AFU_Cntl_An_ES_MASK (0x7ull << (63-2)) +#define CXL_AFU_Cntl_An_ES_Disabled (0x0ull << (63-2)) +#define CXL_AFU_Cntl_An_ES_Enabled (0x4ull << (63-2)) +/* AFU Slice Enable */ +#define CXL_AFU_Cntl_An_E (0x1ull << (63-3)) +/* AFU Slice Reset status (ro) */ +#define CXL_AFU_Cntl_An_RS_MASK (0x3ull << (63-5)) +#define CXL_AFU_Cntl_An_RS_Pending (0x1ull << (63-5)) +#define CXL_AFU_Cntl_An_RS_Complete (0x2ull << (63-5)) +/* AFU Slice Reset */ +#define CXL_AFU_Cntl_An_RA (0x1ull << (63-7)) + +/****** CXL_SSTP0/1_An ******************************************************/ +/* These top bits are for the segment that CONTAINS the segment table */ +#define CXL_SSTP0_An_B_SHIFT SLB_VSID_SSIZE_SHIFT +#define CXL_SSTP0_An_KS (1ull << (63-2)) +#define CXL_SSTP0_An_KP (1ull << (63-3)) +#define CXL_SSTP0_An_N (1ull << (63-4)) +#define CXL_SSTP0_An_L (1ull << (63-5)) +#define CXL_SSTP0_An_C (1ull << (63-6)) +#define CXL_SSTP0_An_TA (1ull << (63-7)) +#define CXL_SSTP0_An_LP_SHIFT (63-9) /* 2 Bits */ +/* And finally, the virtual address & size of the segment table: */ +#define CXL_SSTP0_An_SegTableSize_SHIFT (63-31) /* 12 Bits */ +#define CXL_SSTP0_An_SegTableSize_MASK \ + (((1ull << 12) - 1) << CXL_SSTP0_An_SegTableSize_SHIFT) +#define CXL_SSTP0_An_STVA_U_MASK ((1ull << (63-49))-1) +#define CXL_SSTP1_An_STVA_L_MASK (~((1ull << (63-55))-1)) +#define CXL_SSTP1_An_V (1ull << (63-63)) + +/****** CXL_PSL_SLBIE_[An] **************************************************/ +/* write: */ +#define CXL_SLBIE_C PPC_BIT(36) /* Class */ +#define CXL_SLBIE_SS PPC_BITMASK(37, 38) /* Segment Size */ +#define CXL_SLBIE_SS_SHIFT PPC_BITLSHIFT(38) +#define CXL_SLBIE_TA PPC_BIT(38) /* Tags Active */ +/* read: */ +#define CXL_SLBIE_MAX PPC_BITMASK(24, 31) +#define CXL_SLBIE_PENDING PPC_BITMASK(56, 63) + +/****** Common to all CXL_TLBIA/SLBIA_[An] **********************************/ +#define CXL_TLB_SLB_P (1ull) /* Pending (read) */ + +/****** Common to all CXL_TLB/SLB_IA/IE_[An] registers **********************/ +#define CXL_TLB_SLB_IQ_ALL (0ull) /* Inv qualifier */ +#define CXL_TLB_SLB_IQ_LPID (1ull) /* Inv qualifier */ +#define CXL_TLB_SLB_IQ_LPIDPID (3ull) /* Inv qualifier */ + +/****** CXL_PSL_AFUSEL ******************************************************/ +#define CXL_PSL_AFUSEL_A (1ull << (63-55)) /* Adapter wide invalidates affect all AFUs */ + +/****** CXL_PSL_DSISR_An ****************************************************/ +#define CXL_PSL_DSISR_An_DS (1ull << (63-0)) /* Segment not found */ +#define CXL_PSL_DSISR_An_DM (1ull << (63-1)) /* PTE not found (See also: M) or protection fault */ +#define CXL_PSL_DSISR_An_ST (1ull << (63-2)) /* Segment Table PTE not found */ +#define CXL_PSL_DSISR_An_UR (1ull << (63-3)) /* AURP PTE not found */ +#define CXL_PSL_DSISR_TRANS (CXL_PSL_DSISR_An_DS | CXL_PSL_DSISR_An_DM | CXL_PSL_DSISR_An_ST | CXL_PSL_DSISR_An_UR) +#define CXL_PSL_DSISR_An_PE (1ull << (63-4)) /* PSL Error (implementation specific) */ +#define CXL_PSL_DSISR_An_AE (1ull << (63-5)) /* AFU Error */ +#define CXL_PSL_DSISR_An_OC (1ull << (63-6)) /* OS Context Warning */ +/* NOTE: Bits 32:63 are undefined if DSISR[DS] = 1 */ +#define CXL_PSL_DSISR_An_M DSISR_NOHPTE /* PTE not found */ +#define CXL_PSL_DSISR_An_P DSISR_PROTFAULT /* Storage protection violation */ +#define CXL_PSL_DSISR_An_A (1ull << (63-37)) /* AFU lock access to write through or cache inhibited storage */ +#define CXL_PSL_DSISR_An_S DSISR_ISSTORE /* Access was afu_wr or afu_zero */ +#define CXL_PSL_DSISR_An_K DSISR_KEYFAULT /* Access not permitted by virtual page class key protection */ + +/****** CXL_PSL_TFC_An ******************************************************/ +#define CXL_PSL_TFC_An_A (1ull << (63-28)) /* Acknowledge non-translation fault */ +#define CXL_PSL_TFC_An_C (1ull << (63-29)) /* Continue (abort transaction) */ +#define CXL_PSL_TFC_An_AE (1ull << (63-30)) /* Restart PSL with address error */ +#define CXL_PSL_TFC_An_R (1ull << (63-31)) /* Restart PSL transaction */ + +/* cxl_process_element->software_status */ +#define CXL_PE_SOFTWARE_STATE_V (1ul << (31 - 0)) /* Valid */ +#define CXL_PE_SOFTWARE_STATE_C (1ul << (31 - 29)) /* Complete */ +#define CXL_PE_SOFTWARE_STATE_S (1ul << (31 - 30)) /* Suspend */ +#define CXL_PE_SOFTWARE_STATE_T (1ul << (31 - 31)) /* Terminate */ + +/* SPA->sw_command_status */ +#define CXL_SPA_SW_CMD_MASK 0xffff000000000000ULL +#define CXL_SPA_SW_CMD_TERMINATE 0x0001000000000000ULL +#define CXL_SPA_SW_CMD_REMOVE 0x0002000000000000ULL +#define CXL_SPA_SW_CMD_SUSPEND 0x0003000000000000ULL +#define CXL_SPA_SW_CMD_RESUME 0x0004000000000000ULL +#define CXL_SPA_SW_CMD_ADD 0x0005000000000000ULL +#define CXL_SPA_SW_CMD_UPDATE 0x0006000000000000ULL +#define CXL_SPA_SW_STATE_MASK 0x0000ffff00000000ULL +#define CXL_SPA_SW_STATE_TERMINATED 0x0000000100000000ULL +#define CXL_SPA_SW_STATE_REMOVED 0x0000000200000000ULL +#define CXL_SPA_SW_STATE_SUSPENDED 0x0000000300000000ULL +#define CXL_SPA_SW_STATE_RESUMED 0x0000000400000000ULL +#define CXL_SPA_SW_STATE_ADDED 0x0000000500000000ULL +#define CXL_SPA_SW_STATE_UPDATED 0x0000000600000000ULL +#define CXL_SPA_SW_PSL_ID_MASK 0x00000000ffff0000ULL +#define CXL_SPA_SW_LINK_MASK 0x000000000000ffffULL + +#define CXL_MAX_SLICES 4 +#define MAX_AFU_MMIO_REGS 3 + +#define CXL_MODE_DEDICATED 0x1 +#define CXL_MODE_DIRECTED 0x2 +#define CXL_MODE_TIME_SLICED 0x4 +#define CXL_SUPPORTED_MODES (CXL_MODE_DEDICATED | CXL_MODE_DIRECTED) + +enum cxl_context_status { + CLOSED, + OPENED, + STARTED +}; + +enum prefault_modes { + CXL_PREFAULT_NONE, + CXL_PREFAULT_WED, + CXL_PREFAULT_ALL, +}; + +struct cxl_sste { + __be64 esid_data; + __be64 vsid_data; +}; + +#define to_cxl_adapter(d) container_of(d, struct cxl, dev) +#define to_cxl_afu(d) container_of(d, struct cxl_afu, dev) + +struct cxl_afu { + irq_hw_number_t psl_hwirq; + irq_hw_number_t serr_hwirq; + unsigned int serr_virq; + void __iomem *p1n_mmio; + void __iomem *p2n_mmio; + phys_addr_t psn_phys; + u64 pp_offset; + u64 pp_size; + void __iomem *afu_desc_mmio; + struct cxl *adapter; + struct device dev; + struct cdev afu_cdev_s, afu_cdev_m, afu_cdev_d; + struct device *chardev_s, *chardev_m, *chardev_d; + struct idr contexts_idr; + struct dentry *debugfs; + spinlock_t contexts_lock; + struct mutex spa_mutex; + spinlock_t afu_cntl_lock; + + /* + * Only the first part of the SPA is used for the process element + * linked list. The only other part that software needs to worry about + * is sw_command_status, which we store a separate pointer to. + * Everything else in the SPA is only used by hardware + */ + struct cxl_process_element *spa; + __be64 *sw_command_status; + unsigned int spa_size; + int spa_order; + int spa_max_procs; + unsigned int psl_virq; + + int pp_irqs; + int irqs_max; + int num_procs; + int max_procs_virtualised; + int slice; + int modes_supported; + int current_mode; + enum prefault_modes prefault_mode; + bool psa; + bool pp_psa; + bool enabled; +}; + +/* + * This is a cxl context. If the PSL is in dedicated mode, there will be one + * of these per AFU. If in AFU directed there can be lots of these. + */ +struct cxl_context { + struct cxl_afu *afu; + + /* Problem state MMIO */ + phys_addr_t psn_phys; + u64 psn_size; + + spinlock_t sste_lock; /* Protects segment table entries */ + struct cxl_sste *sstp; + u64 sstp0, sstp1; + unsigned int sst_size, sst_lru; + + wait_queue_head_t wq; + struct pid *pid; + spinlock_t lock; /* Protects pending_irq_mask, pending_fault and fault_addr */ + /* Only used in PR mode */ + u64 process_token; + + unsigned long *irq_bitmap; /* Accessed from IRQ context */ + struct cxl_irq_ranges irqs; + u64 fault_addr; + u64 fault_dsisr; + u64 afu_err; + + /* + * This status and it's lock pretects start and detach context + * from racing. It also prevents detach from racing with + * itself + */ + enum cxl_context_status status; + struct mutex status_mutex; + + + /* XXX: Is it possible to need multiple work items at once? */ + struct work_struct fault_work; + u64 dsisr; + u64 dar; + + struct cxl_process_element *elem; + + int pe; /* process element handle */ + u32 irq_count; + bool pe_inserted; + bool master; + bool kernel; + bool pending_irq; + bool pending_fault; + bool pending_afu_err; +}; + +struct cxl { + void __iomem *p1_mmio; + void __iomem *p2_mmio; + irq_hw_number_t err_hwirq; + unsigned int err_virq; + spinlock_t afu_list_lock; + struct cxl_afu *afu[CXL_MAX_SLICES]; + struct device dev; + struct dentry *trace; + struct dentry *psl_err_chk; + struct dentry *debugfs; + struct bin_attribute cxl_attr; + int adapter_num; + int user_irqs; + u64 afu_desc_off; + u64 afu_desc_size; + u64 ps_off; + u64 ps_size; + u16 psl_rev; + u16 base_image; + u8 vsec_status; + u8 caia_major; + u8 caia_minor; + u8 slices; + bool user_image_loaded; + bool perst_loads_image; + bool perst_select_user; +}; + +int cxl_alloc_one_irq(struct cxl *adapter); +void cxl_release_one_irq(struct cxl *adapter, int hwirq); +int cxl_alloc_irq_ranges(struct cxl_irq_ranges *irqs, struct cxl *adapter, unsigned int num); +void cxl_release_irq_ranges(struct cxl_irq_ranges *irqs, struct cxl *adapter); +int cxl_setup_irq(struct cxl *adapter, unsigned int hwirq, unsigned int virq); + +/* common == phyp + powernv */ +struct cxl_process_element_common { + __be32 tid; + __be32 pid; + __be64 csrp; + __be64 aurp0; + __be64 aurp1; + __be64 sstp0; + __be64 sstp1; + __be64 amr; + u8 reserved3[4]; + __be64 wed; +} __packed; + +/* just powernv */ +struct cxl_process_element { + __be64 sr; + __be64 SPOffset; + __be64 sdr; + __be64 haurp; + __be32 ctxtime; + __be16 ivte_offsets[4]; + __be16 ivte_ranges[4]; + __be32 lpid; + struct cxl_process_element_common common; + __be32 software_state; +} __packed; + +static inline void __iomem *_cxl_p1_addr(struct cxl *cxl, cxl_p1_reg_t reg) +{ + WARN_ON(!cpu_has_feature(CPU_FTR_HVMODE)); + return cxl->p1_mmio + cxl_reg_off(reg); +} + +#define cxl_p1_write(cxl, reg, val) \ + out_be64(_cxl_p1_addr(cxl, reg), val) +#define cxl_p1_read(cxl, reg) \ + in_be64(_cxl_p1_addr(cxl, reg)) + +static inline void __iomem *_cxl_p1n_addr(struct cxl_afu *afu, cxl_p1n_reg_t reg) +{ + WARN_ON(!cpu_has_feature(CPU_FTR_HVMODE)); + return afu->p1n_mmio + cxl_reg_off(reg); +} + +#define cxl_p1n_write(afu, reg, val) \ + out_be64(_cxl_p1n_addr(afu, reg), val) +#define cxl_p1n_read(afu, reg) \ + in_be64(_cxl_p1n_addr(afu, reg)) + +static inline void __iomem *_cxl_p2n_addr(struct cxl_afu *afu, cxl_p2n_reg_t reg) +{ + return afu->p2n_mmio + cxl_reg_off(reg); +} + +#define cxl_p2n_write(afu, reg, val) \ + out_be64(_cxl_p2n_addr(afu, reg), val) +#define cxl_p2n_read(afu, reg) \ + in_be64(_cxl_p2n_addr(afu, reg)) + +struct cxl_calls { + void (*cxl_slbia)(struct mm_struct *mm); + struct module *owner; +}; +int register_cxl_calls(struct cxl_calls *calls); +void unregister_cxl_calls(struct cxl_calls *calls); + +int cxl_alloc_adapter_nr(struct cxl *adapter); +void cxl_remove_adapter_nr(struct cxl *adapter); + +int cxl_file_init(void); +void cxl_file_exit(void); +int cxl_register_adapter(struct cxl *adapter); +int cxl_register_afu(struct cxl_afu *afu); +int cxl_chardev_d_afu_add(struct cxl_afu *afu); +int cxl_chardev_m_afu_add(struct cxl_afu *afu); +int cxl_chardev_s_afu_add(struct cxl_afu *afu); +void cxl_chardev_afu_remove(struct cxl_afu *afu); + +void cxl_context_detach_all(struct cxl_afu *afu); +void cxl_context_free(struct cxl_context *ctx); +void cxl_context_detach(struct cxl_context *ctx); + +int cxl_sysfs_adapter_add(struct cxl *adapter); +void cxl_sysfs_adapter_remove(struct cxl *adapter); +int cxl_sysfs_afu_add(struct cxl_afu *afu); +void cxl_sysfs_afu_remove(struct cxl_afu *afu); +int cxl_sysfs_afu_m_add(struct cxl_afu *afu); +void cxl_sysfs_afu_m_remove(struct cxl_afu *afu); + +int cxl_afu_activate_mode(struct cxl_afu *afu, int mode); +int _cxl_afu_deactivate_mode(struct cxl_afu *afu, int mode); +int cxl_afu_deactivate_mode(struct cxl_afu *afu); +int cxl_afu_select_best_mode(struct cxl_afu *afu); + +unsigned int cxl_map_irq(struct cxl *adapter, irq_hw_number_t hwirq, + irq_handler_t handler, void *cookie); +void cxl_unmap_irq(unsigned int virq, void *cookie); +int cxl_register_psl_irq(struct cxl_afu *afu); +void cxl_release_psl_irq(struct cxl_afu *afu); +int cxl_register_psl_err_irq(struct cxl *adapter); +void cxl_release_psl_err_irq(struct cxl *adapter); +int cxl_register_serr_irq(struct cxl_afu *afu); +void cxl_release_serr_irq(struct cxl_afu *afu); +int afu_register_irqs(struct cxl_context *ctx, u32 count); +void afu_release_irqs(struct cxl_context *ctx); +irqreturn_t cxl_slice_irq_err(int irq, void *data); + +int cxl_debugfs_init(void); +void cxl_debugfs_exit(void); +int cxl_debugfs_adapter_add(struct cxl *adapter); +void cxl_debugfs_adapter_remove(struct cxl *adapter); +int cxl_debugfs_afu_add(struct cxl_afu *afu); +void cxl_debugfs_afu_remove(struct cxl_afu *afu); + +void cxl_handle_fault(struct work_struct *work); +void cxl_prefault(struct cxl_context *ctx, u64 wed); + +struct cxl *get_cxl_adapter(int num); +int cxl_alloc_sst(struct cxl_context *ctx); + +void init_cxl_native(void); + +struct cxl_context *cxl_context_alloc(void); +int cxl_context_init(struct cxl_context *ctx, struct cxl_afu *afu, bool master); +void cxl_context_free(struct cxl_context *ctx); +int cxl_context_iomap(struct cxl_context *ctx, struct vm_area_struct *vma); + +/* This matches the layout of the H_COLLECT_CA_INT_INFO retbuf */ +struct cxl_irq_info { + u64 dsisr; + u64 dar; + u64 dsr; + u32 pid; + u32 tid; + u64 afu_err; + u64 errstat; + u64 padding[3]; /* to match the expected retbuf size for plpar_hcall9 */ +}; + +int cxl_attach_process(struct cxl_context *ctx, bool kernel, u64 wed, + u64 amr); +int cxl_detach_process(struct cxl_context *ctx); + +int cxl_get_irq(struct cxl_context *ctx, struct cxl_irq_info *info); +int cxl_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask); + +int cxl_check_error(struct cxl_afu *afu); +int cxl_afu_slbia(struct cxl_afu *afu); +int cxl_tlb_slb_invalidate(struct cxl *adapter); +int cxl_afu_disable(struct cxl_afu *afu); +int cxl_afu_reset(struct cxl_afu *afu); +int cxl_psl_purge(struct cxl_afu *afu); + +void cxl_stop_trace(struct cxl *cxl); + +extern struct pci_driver cxl_pci_driver; + +#endif --- linux-lts-utopic-3.16.0.orig/drivers/misc/cxl/debugfs.c +++ linux-lts-utopic-3.16.0/drivers/misc/cxl/debugfs.c @@ -0,0 +1,132 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#include +#include +#include + +#include "cxl.h" + +static struct dentry *cxl_debugfs; + +void cxl_stop_trace(struct cxl *adapter) +{ + int slice; + + /* Stop the trace */ + cxl_p1_write(adapter, CXL_PSL_TRACE, 0x8000000000000017LL); + + /* Stop the slice traces */ + spin_lock(&adapter->afu_list_lock); + for (slice = 0; slice < adapter->slices; slice++) { + if (adapter->afu[slice]) + cxl_p1n_write(adapter->afu[slice], CXL_PSL_SLICE_TRACE, 0x8000000000000000LL); + } + spin_unlock(&adapter->afu_list_lock); +} + +/* Helpers to export CXL mmaped IO registers via debugfs */ +static int debugfs_io_u64_get(void *data, u64 *val) +{ + *val = in_be64((u64 __iomem *)data); + return 0; +} + +static int debugfs_io_u64_set(void *data, u64 val) +{ + out_be64((u64 __iomem *)data, val); + return 0; +} +DEFINE_SIMPLE_ATTRIBUTE(fops_io_x64, debugfs_io_u64_get, debugfs_io_u64_set, "0x%016llx\n"); + +static struct dentry *debugfs_create_io_x64(const char *name, umode_t mode, + struct dentry *parent, u64 __iomem *value) +{ + return debugfs_create_file(name, mode, parent, (void *)value, &fops_io_x64); +} + +int cxl_debugfs_adapter_add(struct cxl *adapter) +{ + struct dentry *dir; + char buf[32]; + + if (!cxl_debugfs) + return -ENODEV; + + snprintf(buf, 32, "card%i", adapter->adapter_num); + dir = debugfs_create_dir(buf, cxl_debugfs); + if (IS_ERR(dir)) + return PTR_ERR(dir); + adapter->debugfs = dir; + + debugfs_create_io_x64("fir1", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_FIR1)); + debugfs_create_io_x64("fir2", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_FIR2)); + debugfs_create_io_x64("fir_cntl", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_FIR_CNTL)); + debugfs_create_io_x64("err_ivte", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_ErrIVTE)); + + debugfs_create_io_x64("trace", S_IRUSR | S_IWUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_TRACE)); + + return 0; +} + +void cxl_debugfs_adapter_remove(struct cxl *adapter) +{ + debugfs_remove_recursive(adapter->debugfs); +} + +int cxl_debugfs_afu_add(struct cxl_afu *afu) +{ + struct dentry *dir; + char buf[32]; + + if (!afu->adapter->debugfs) + return -ENODEV; + + snprintf(buf, 32, "psl%i.%i", afu->adapter->adapter_num, afu->slice); + dir = debugfs_create_dir(buf, afu->adapter->debugfs); + if (IS_ERR(dir)) + return PTR_ERR(dir); + afu->debugfs = dir; + + debugfs_create_io_x64("fir", S_IRUSR, dir, _cxl_p1n_addr(afu, CXL_PSL_FIR_SLICE_An)); + debugfs_create_io_x64("serr", S_IRUSR, dir, _cxl_p1n_addr(afu, CXL_PSL_SERR_An)); + debugfs_create_io_x64("afu_debug", S_IRUSR, dir, _cxl_p1n_addr(afu, CXL_AFU_DEBUG_An)); + debugfs_create_io_x64("sr", S_IRUSR, dir, _cxl_p1n_addr(afu, CXL_PSL_SR_An)); + + debugfs_create_io_x64("dsisr", S_IRUSR, dir, _cxl_p2n_addr(afu, CXL_PSL_DSISR_An)); + debugfs_create_io_x64("dar", S_IRUSR, dir, _cxl_p2n_addr(afu, CXL_PSL_DAR_An)); + debugfs_create_io_x64("sstp0", S_IRUSR, dir, _cxl_p2n_addr(afu, CXL_SSTP0_An)); + debugfs_create_io_x64("sstp1", S_IRUSR, dir, _cxl_p2n_addr(afu, CXL_SSTP1_An)); + debugfs_create_io_x64("err_status", S_IRUSR, dir, _cxl_p2n_addr(afu, CXL_PSL_ErrStat_An)); + + debugfs_create_io_x64("trace", S_IRUSR | S_IWUSR, dir, _cxl_p1n_addr(afu, CXL_PSL_SLICE_TRACE)); + + return 0; +} + +void cxl_debugfs_afu_remove(struct cxl_afu *afu) +{ + debugfs_remove_recursive(afu->debugfs); +} + +int __init cxl_debugfs_init(void) +{ + struct dentry *ent; + ent = debugfs_create_dir("cxl", NULL); + if (IS_ERR(ent)) + return PTR_ERR(ent); + cxl_debugfs = ent; + + return 0; +} + +void cxl_debugfs_exit(void) +{ + debugfs_remove_recursive(cxl_debugfs); +} --- linux-lts-utopic-3.16.0.orig/drivers/misc/cxl/fault.c +++ linux-lts-utopic-3.16.0/drivers/misc/cxl/fault.c @@ -0,0 +1,295 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#include +#include +#include +#include +#include + +#undef MODULE_PARAM_PREFIX +#define MODULE_PARAM_PREFIX "cxl" "." +#include +#include +#include + +#include "cxl.h" + +static bool sste_matches(struct cxl_sste *sste, struct copro_slb *slb) +{ + return ((sste->vsid_data == cpu_to_be64(slb->vsid)) && + (sste->esid_data == cpu_to_be64(slb->esid))); +} + +/* + * This finds a free SSTE for the given SLB, or returns NULL if it's already in + * the segment table. + */ +static struct cxl_sste* find_free_sste(struct cxl_context *ctx, + struct copro_slb *slb) +{ + struct cxl_sste *primary, *sste, *ret = NULL; + unsigned int mask = (ctx->sst_size >> 7) - 1; /* SSTP0[SegTableSize] */ + unsigned int entry; + unsigned int hash; + + if (slb->vsid & SLB_VSID_B_1T) + hash = (slb->esid >> SID_SHIFT_1T) & mask; + else /* 256M */ + hash = (slb->esid >> SID_SHIFT) & mask; + + primary = ctx->sstp + (hash << 3); + + for (entry = 0, sste = primary; entry < 8; entry++, sste++) { + if (!ret && !(be64_to_cpu(sste->esid_data) & SLB_ESID_V)) + ret = sste; + if (sste_matches(sste, slb)) + return NULL; + } + if (ret) + return ret; + + /* Nothing free, select an entry to cast out */ + ret = primary + ctx->sst_lru; + ctx->sst_lru = (ctx->sst_lru + 1) & 0x7; + + return ret; +} + +static void cxl_load_segment(struct cxl_context *ctx, struct copro_slb *slb) +{ + /* mask is the group index, we search primary and secondary here. */ + struct cxl_sste *sste; + unsigned long flags; + + spin_lock_irqsave(&ctx->sste_lock, flags); + sste = find_free_sste(ctx, slb); + if (!sste) + goto out_unlock; + + pr_devel("CXL Populating SST[%li]: %#llx %#llx\n", + sste - ctx->sstp, slb->vsid, slb->esid); + + sste->vsid_data = cpu_to_be64(slb->vsid); + sste->esid_data = cpu_to_be64(slb->esid); +out_unlock: + spin_unlock_irqrestore(&ctx->sste_lock, flags); +} + +static int cxl_fault_segment(struct cxl_context *ctx, struct mm_struct *mm, + u64 ea) +{ + struct copro_slb slb = {0,0}; + int rc; + + if (!(rc = copro_calculate_slb(mm, ea, &slb))) { + cxl_load_segment(ctx, &slb); + } + + return rc; +} + +static void cxl_ack_ae(struct cxl_context *ctx) +{ + unsigned long flags; + + cxl_ack_irq(ctx, CXL_PSL_TFC_An_AE, 0); + + spin_lock_irqsave(&ctx->lock, flags); + ctx->pending_fault = true; + ctx->fault_addr = ctx->dar; + ctx->fault_dsisr = ctx->dsisr; + spin_unlock_irqrestore(&ctx->lock, flags); + + wake_up_all(&ctx->wq); +} + +static int cxl_handle_segment_miss(struct cxl_context *ctx, + struct mm_struct *mm, u64 ea) +{ + int rc; + + pr_devel("CXL interrupt: Segment fault pe: %i ea: %#llx\n", ctx->pe, ea); + + if ((rc = cxl_fault_segment(ctx, mm, ea))) + cxl_ack_ae(ctx); + else { + + mb(); /* Order seg table write to TFC MMIO write */ + cxl_ack_irq(ctx, CXL_PSL_TFC_An_R, 0); + } + + return IRQ_HANDLED; +} + +static void cxl_handle_page_fault(struct cxl_context *ctx, + struct mm_struct *mm, u64 dsisr, u64 dar) +{ + unsigned flt = 0; + int result; + unsigned long access, flags; + + if ((result = copro_handle_mm_fault(mm, dar, dsisr, &flt))) { + pr_devel("copro_handle_mm_fault failed: %#x\n", result); + return cxl_ack_ae(ctx); + } + + /* + * update_mmu_cache() will not have loaded the hash since current->trap + * is not a 0x400 or 0x300, so just call hash_page_mm() here. + */ + access = _PAGE_PRESENT; + if (dsisr & CXL_PSL_DSISR_An_S) + access |= _PAGE_RW; + if ((!ctx->kernel) || ~(dar & (1ULL << 63))) + access |= _PAGE_USER; + local_irq_save(flags); + hash_page_mm(mm, dar, access, 0x300); + local_irq_restore(flags); + + pr_devel("Page fault successfully handled for pe: %i!\n", ctx->pe); + cxl_ack_irq(ctx, CXL_PSL_TFC_An_R, 0); +} + +void cxl_handle_fault(struct work_struct *fault_work) +{ + struct cxl_context *ctx = + container_of(fault_work, struct cxl_context, fault_work); + u64 dsisr = ctx->dsisr; + u64 dar = ctx->dar; + struct task_struct *task; + struct mm_struct *mm; + + if (cxl_p2n_read(ctx->afu, CXL_PSL_DSISR_An) != dsisr || + cxl_p2n_read(ctx->afu, CXL_PSL_DAR_An) != dar || + cxl_p2n_read(ctx->afu, CXL_PSL_PEHandle_An) != ctx->pe) { + /* Most likely explanation is harmless - a dedicated process + * has detached and these were cleared by the PSL purge, but + * warn about it just in case */ + dev_notice(&ctx->afu->dev, "cxl_handle_fault: Translation fault regs changed\n"); + return; + } + + pr_devel("CXL BOTTOM HALF handling fault for afu pe: %i. " + "DSISR: %#llx DAR: %#llx\n", ctx->pe, dsisr, dar); + + if (!(task = get_pid_task(ctx->pid, PIDTYPE_PID))) { + pr_devel("cxl_handle_fault unable to get task %i\n", + pid_nr(ctx->pid)); + cxl_ack_ae(ctx); + return; + } + if (!(mm = get_task_mm(task))) { + pr_devel("cxl_handle_fault unable to get mm %i\n", + pid_nr(ctx->pid)); + cxl_ack_ae(ctx); + goto out; + } + + if (dsisr & CXL_PSL_DSISR_An_DS) + cxl_handle_segment_miss(ctx, mm, dar); + else if (dsisr & CXL_PSL_DSISR_An_DM) + cxl_handle_page_fault(ctx, mm, dsisr, dar); + else + WARN(1, "cxl_handle_fault has nothing to handle\n"); + + mmput(mm); +out: + put_task_struct(task); +} + +static void cxl_prefault_one(struct cxl_context *ctx, u64 ea) +{ + int rc; + struct task_struct *task; + struct mm_struct *mm; + + if (!(task = get_pid_task(ctx->pid, PIDTYPE_PID))) { + pr_devel("cxl_prefault_one unable to get task %i\n", + pid_nr(ctx->pid)); + return; + } + if (!(mm = get_task_mm(task))) { + pr_devel("cxl_prefault_one unable to get mm %i\n", + pid_nr(ctx->pid)); + put_task_struct(task); + return; + } + + rc = cxl_fault_segment(ctx, mm, ea); + + mmput(mm); + put_task_struct(task); +} + +static u64 next_segment(u64 ea, u64 vsid) +{ + if (vsid & SLB_VSID_B_1T) + ea |= (1ULL << 40) - 1; + else + ea |= (1ULL << 28) - 1; + + return ea + 1; +} + +static void cxl_prefault_vma(struct cxl_context *ctx) +{ + u64 ea, last_esid = 0; + struct copro_slb slb; + struct vm_area_struct *vma; + int rc; + struct task_struct *task; + struct mm_struct *mm; + + if (!(task = get_pid_task(ctx->pid, PIDTYPE_PID))) { + pr_devel("cxl_prefault_vma unable to get task %i\n", + pid_nr(ctx->pid)); + return; + } + if (!(mm = get_task_mm(task))) { + pr_devel("cxl_prefault_vm unable to get mm %i\n", + pid_nr(ctx->pid)); + goto out1; + } + + down_read(&mm->mmap_sem); + for (vma = mm->mmap; vma; vma = vma->vm_next) { + for (ea = vma->vm_start; ea < vma->vm_end; + ea = next_segment(ea, slb.vsid)) { + rc = copro_calculate_slb(mm, ea, &slb); + if (rc) + continue; + + if (last_esid == slb.esid) + continue; + + cxl_load_segment(ctx, &slb); + last_esid = slb.esid; + } + } + up_read(&mm->mmap_sem); + + mmput(mm); +out1: + put_task_struct(task); +} + +void cxl_prefault(struct cxl_context *ctx, u64 wed) +{ + switch (ctx->afu->prefault_mode) { + case CXL_PREFAULT_WED: + cxl_prefault_one(ctx, wed); + break; + case CXL_PREFAULT_ALL: + cxl_prefault_vma(ctx); + break; + default: + break; + } +} --- linux-lts-utopic-3.16.0.orig/drivers/misc/cxl/file.c +++ linux-lts-utopic-3.16.0/drivers/misc/cxl/file.c @@ -0,0 +1,518 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "cxl.h" + +#define CXL_NUM_MINORS 256 /* Total to reserve */ +#define CXL_DEV_MINORS 13 /* 1 control + 4 AFUs * 3 (dedicated/master/shared) */ + +#define CXL_CARD_MINOR(adapter) (adapter->adapter_num * CXL_DEV_MINORS) +#define CXL_AFU_MINOR_D(afu) (CXL_CARD_MINOR(afu->adapter) + 1 + (3 * afu->slice)) +#define CXL_AFU_MINOR_M(afu) (CXL_AFU_MINOR_D(afu) + 1) +#define CXL_AFU_MINOR_S(afu) (CXL_AFU_MINOR_D(afu) + 2) +#define CXL_AFU_MKDEV_D(afu) MKDEV(MAJOR(cxl_dev), CXL_AFU_MINOR_D(afu)) +#define CXL_AFU_MKDEV_M(afu) MKDEV(MAJOR(cxl_dev), CXL_AFU_MINOR_M(afu)) +#define CXL_AFU_MKDEV_S(afu) MKDEV(MAJOR(cxl_dev), CXL_AFU_MINOR_S(afu)) + +#define CXL_DEVT_ADAPTER(dev) (MINOR(dev) / CXL_DEV_MINORS) +#define CXL_DEVT_AFU(dev) ((MINOR(dev) % CXL_DEV_MINORS - 1) / 3) + +#define CXL_DEVT_IS_CARD(dev) (MINOR(dev) % CXL_DEV_MINORS == 0) + +static dev_t cxl_dev; + +static struct class *cxl_class; + +static int __afu_open(struct inode *inode, struct file *file, bool master) +{ + struct cxl *adapter; + struct cxl_afu *afu; + struct cxl_context *ctx; + int adapter_num = CXL_DEVT_ADAPTER(inode->i_rdev); + int slice = CXL_DEVT_AFU(inode->i_rdev); + int rc = -ENODEV; + + pr_devel("afu_open afu%i.%i\n", slice, adapter_num); + + if (!(adapter = get_cxl_adapter(adapter_num))) + return -ENODEV; + + if (slice > adapter->slices) + goto err_put_adapter; + + spin_lock(&adapter->afu_list_lock); + if (!(afu = adapter->afu[slice])) { + spin_unlock(&adapter->afu_list_lock); + goto err_put_adapter; + } + get_device(&afu->dev); + spin_unlock(&adapter->afu_list_lock); + + if (!afu->current_mode) + goto err_put_afu; + + if (!(ctx = cxl_context_alloc())) { + rc = -ENOMEM; + goto err_put_afu; + } + + if ((rc = cxl_context_init(ctx, afu, master))) + goto err_put_afu; + + pr_devel("afu_open pe: %i\n", ctx->pe); + file->private_data = ctx; + cxl_ctx_get(); + + /* Our ref on the AFU will now hold the adapter */ + put_device(&adapter->dev); + + return 0; + +err_put_afu: + put_device(&afu->dev); +err_put_adapter: + put_device(&adapter->dev); + return rc; +} +static int afu_open(struct inode *inode, struct file *file) +{ + return __afu_open(inode, file, false); +} + +static int afu_master_open(struct inode *inode, struct file *file) +{ + return __afu_open(inode, file, true); +} + +static int afu_release(struct inode *inode, struct file *file) +{ + struct cxl_context *ctx = file->private_data; + + pr_devel("%s: closing cxl file descriptor. pe: %i\n", + __func__, ctx->pe); + cxl_context_detach(ctx); + + put_device(&ctx->afu->dev); + + /* + * At this this point all bottom halfs have finished and we should be + * getting no more IRQs from the hardware for this context. Once it's + * removed from the IDR (and RCU synchronised) it's safe to free the + * sstp and context. + */ + cxl_context_free(ctx); + + cxl_ctx_put(); + return 0; +} + +static long afu_ioctl_start_work(struct cxl_context *ctx, + struct cxl_ioctl_start_work __user *uwork) +{ + struct cxl_ioctl_start_work work; + u64 amr = 0; + int rc; + + pr_devel("%s: pe: %i\n", __func__, ctx->pe); + + mutex_lock(&ctx->status_mutex); + if (ctx->status != OPENED) { + rc = -EIO; + goto out; + } + + if (copy_from_user(&work, uwork, + sizeof(struct cxl_ioctl_start_work))) { + rc = -EFAULT; + goto out; + } + + /* + * if any of the reserved fields are set or any of the unused + * flags are set it's invalid + */ + if (work.reserved1 || work.reserved2 || work.reserved3 || + work.reserved4 || work.reserved5 || work.reserved6 || + (work.flags & ~CXL_START_WORK_ALL)) { + rc = -EINVAL; + goto out; + } + + if (!(work.flags & CXL_START_WORK_NUM_IRQS)) + work.num_interrupts = ctx->afu->pp_irqs; + else if ((work.num_interrupts < ctx->afu->pp_irqs) || + (work.num_interrupts > ctx->afu->irqs_max)) { + rc = -EINVAL; + goto out; + } + if ((rc = afu_register_irqs(ctx, work.num_interrupts))) + goto out; + + if (work.flags & CXL_START_WORK_AMR) + amr = work.amr & mfspr(SPRN_UAMOR); + + /* + * We grab the PID here and not in the file open to allow for the case + * where a process (master, some daemon, etc) has opened the chardev on + * behalf of another process, so the AFU's mm gets bound to the process + * that performs this ioctl and not the process that opened the file. + */ + ctx->pid = get_pid(get_task_pid(current, PIDTYPE_PID)); + + if ((rc = cxl_attach_process(ctx, false, work.work_element_descriptor, + amr))) + goto out; + + ctx->status = STARTED; + rc = 0; +out: + mutex_unlock(&ctx->status_mutex); + return rc; +} +static long afu_ioctl_process_element(struct cxl_context *ctx, + int __user *upe) +{ + pr_devel("%s: pe: %i\n", __func__, ctx->pe); + + if (copy_to_user(upe, &ctx->pe, sizeof(__u32))) + return -EFAULT; + + return 0; +} + +static long afu_ioctl(struct file *file, unsigned int cmd, unsigned long arg) +{ + struct cxl_context *ctx = file->private_data; + + if (ctx->status == CLOSED) + return -EIO; + + pr_devel("afu_ioctl\n"); + switch (cmd) { + case CXL_IOCTL_START_WORK: + return afu_ioctl_start_work(ctx, (struct cxl_ioctl_start_work __user *)arg); + case CXL_IOCTL_GET_PROCESS_ELEMENT: + return afu_ioctl_process_element(ctx, (__u32 __user *)arg); + } + return -EINVAL; +} + +static long afu_compat_ioctl(struct file *file, unsigned int cmd, + unsigned long arg) +{ + return afu_ioctl(file, cmd, arg); +} + +static int afu_mmap(struct file *file, struct vm_area_struct *vm) +{ + struct cxl_context *ctx = file->private_data; + + /* AFU must be started before we can MMIO */ + if (ctx->status != STARTED) + return -EIO; + + return cxl_context_iomap(ctx, vm); +} + +static unsigned int afu_poll(struct file *file, struct poll_table_struct *poll) +{ + struct cxl_context *ctx = file->private_data; + int mask = 0; + unsigned long flags; + + + poll_wait(file, &ctx->wq, poll); + + pr_devel("afu_poll wait done pe: %i\n", ctx->pe); + + spin_lock_irqsave(&ctx->lock, flags); + if (ctx->pending_irq || ctx->pending_fault || + ctx->pending_afu_err) + mask |= POLLIN | POLLRDNORM; + else if (ctx->status == CLOSED) + /* Only error on closed when there are no futher events pending + */ + mask |= POLLERR; + spin_unlock_irqrestore(&ctx->lock, flags); + + pr_devel("afu_poll pe: %i returning %#x\n", ctx->pe, mask); + + return mask; +} + +static inline int ctx_event_pending(struct cxl_context *ctx) +{ + return (ctx->pending_irq || ctx->pending_fault || + ctx->pending_afu_err || (ctx->status == CLOSED)); +} + +static ssize_t afu_read(struct file *file, char __user *buf, size_t count, + loff_t *off) +{ + struct cxl_context *ctx = file->private_data; + struct cxl_event event; + unsigned long flags; + int rc; + DEFINE_WAIT(wait); + + if (count < CXL_READ_MIN_SIZE) + return -EINVAL; + + spin_lock_irqsave(&ctx->lock, flags); + + for (;;) { + prepare_to_wait(&ctx->wq, &wait, TASK_INTERRUPTIBLE); + if (ctx_event_pending(ctx)) + break; + + if (file->f_flags & O_NONBLOCK) { + rc = -EAGAIN; + goto out; + } + + if (signal_pending(current)) { + rc = -ERESTARTSYS; + goto out; + } + + spin_unlock_irqrestore(&ctx->lock, flags); + pr_devel("afu_read going to sleep...\n"); + schedule(); + pr_devel("afu_read woken up\n"); + spin_lock_irqsave(&ctx->lock, flags); + } + + finish_wait(&ctx->wq, &wait); + + memset(&event, 0, sizeof(event)); + event.header.process_element = ctx->pe; + event.header.size = sizeof(struct cxl_event_header); + if (ctx->pending_irq) { + pr_devel("afu_read delivering AFU interrupt\n"); + event.header.size += sizeof(struct cxl_event_afu_interrupt); + event.header.type = CXL_EVENT_AFU_INTERRUPT; + event.irq.irq = find_first_bit(ctx->irq_bitmap, ctx->irq_count) + 1; + clear_bit(event.irq.irq - 1, ctx->irq_bitmap); + if (bitmap_empty(ctx->irq_bitmap, ctx->irq_count)) + ctx->pending_irq = false; + } else if (ctx->pending_fault) { + pr_devel("afu_read delivering data storage fault\n"); + event.header.size += sizeof(struct cxl_event_data_storage); + event.header.type = CXL_EVENT_DATA_STORAGE; + event.fault.addr = ctx->fault_addr; + event.fault.dsisr = ctx->fault_dsisr; + ctx->pending_fault = false; + } else if (ctx->pending_afu_err) { + pr_devel("afu_read delivering afu error\n"); + event.header.size += sizeof(struct cxl_event_afu_error); + event.header.type = CXL_EVENT_AFU_ERROR; + event.afu_error.error = ctx->afu_err; + ctx->pending_afu_err = false; + } else if (ctx->status == CLOSED) { + pr_devel("afu_read fatal error\n"); + spin_unlock_irqrestore(&ctx->lock, flags); + return -EIO; + } else + WARN(1, "afu_read must be buggy\n"); + + spin_unlock_irqrestore(&ctx->lock, flags); + + if (copy_to_user(buf, &event, event.header.size)) + return -EFAULT; + return event.header.size; + +out: + finish_wait(&ctx->wq, &wait); + spin_unlock_irqrestore(&ctx->lock, flags); + return rc; +} + +static const struct file_operations afu_fops = { + .owner = THIS_MODULE, + .open = afu_open, + .poll = afu_poll, + .read = afu_read, + .release = afu_release, + .unlocked_ioctl = afu_ioctl, + .compat_ioctl = afu_compat_ioctl, + .mmap = afu_mmap, +}; + +static const struct file_operations afu_master_fops = { + .owner = THIS_MODULE, + .open = afu_master_open, + .poll = afu_poll, + .read = afu_read, + .release = afu_release, + .unlocked_ioctl = afu_ioctl, + .compat_ioctl = afu_compat_ioctl, + .mmap = afu_mmap, +}; + + +static char *cxl_devnode(struct device *dev, umode_t *mode) +{ + if (CXL_DEVT_IS_CARD(dev->devt)) { + /* + * These minor numbers will eventually be used to program the + * PSL and AFUs once we have dynamic reprogramming support + */ + return NULL; + } + return kasprintf(GFP_KERNEL, "cxl/%s", dev_name(dev)); +} + +extern struct class *cxl_class; + +static int cxl_add_chardev(struct cxl_afu *afu, dev_t devt, struct cdev *cdev, + struct device **chardev, char *postfix, char *desc, + const struct file_operations *fops) +{ + struct device *dev; + int rc; + + cdev_init(cdev, fops); + if ((rc = cdev_add(cdev, devt, 1))) { + dev_err(&afu->dev, "Unable to add %s chardev: %i\n", desc, rc); + return rc; + } + + dev = device_create(cxl_class, &afu->dev, devt, afu, + "afu%i.%i%s", afu->adapter->adapter_num, afu->slice, postfix); + if (IS_ERR(dev)) { + dev_err(&afu->dev, "Unable to create %s chardev in sysfs: %i\n", desc, rc); + rc = PTR_ERR(dev); + goto err; + } + + *chardev = dev; + + return 0; +err: + cdev_del(cdev); + return rc; +} + +int cxl_chardev_d_afu_add(struct cxl_afu *afu) +{ + return cxl_add_chardev(afu, CXL_AFU_MKDEV_D(afu), &afu->afu_cdev_d, + &afu->chardev_d, "d", "dedicated", + &afu_master_fops); /* Uses master fops */ +} + +int cxl_chardev_m_afu_add(struct cxl_afu *afu) +{ + return cxl_add_chardev(afu, CXL_AFU_MKDEV_M(afu), &afu->afu_cdev_m, + &afu->chardev_m, "m", "master", + &afu_master_fops); +} + +int cxl_chardev_s_afu_add(struct cxl_afu *afu) +{ + return cxl_add_chardev(afu, CXL_AFU_MKDEV_S(afu), &afu->afu_cdev_s, + &afu->chardev_s, "s", "shared", + &afu_fops); +} + +void cxl_chardev_afu_remove(struct cxl_afu *afu) +{ + if (afu->chardev_d) { + cdev_del(&afu->afu_cdev_d); + device_unregister(afu->chardev_d); + afu->chardev_d = NULL; + } + if (afu->chardev_m) { + cdev_del(&afu->afu_cdev_m); + device_unregister(afu->chardev_m); + afu->chardev_m = NULL; + } + if (afu->chardev_s) { + cdev_del(&afu->afu_cdev_s); + device_unregister(afu->chardev_s); + afu->chardev_s = NULL; + } +} + +int cxl_register_afu(struct cxl_afu *afu) +{ + afu->dev.class = cxl_class; + + return device_register(&afu->dev); +} + +int cxl_register_adapter(struct cxl *adapter) +{ + adapter->dev.class = cxl_class; + + /* + * Future: When we support dynamically reprogramming the PSL & AFU we + * will expose the interface to do that via a chardev: + * adapter->dev.devt = CXL_CARD_MKDEV(adapter); + */ + + return device_register(&adapter->dev); +} + +int __init cxl_file_init(void) +{ + int rc; + + /* + * If these change we really need to update API. Either change some + * flags or update API version number CXL_API_VERSION. + */ + BUILD_BUG_ON(CXL_API_VERSION != 1); + BUILD_BUG_ON(sizeof(struct cxl_ioctl_start_work) != 64); + BUILD_BUG_ON(sizeof(struct cxl_event_header) != 8); + BUILD_BUG_ON(sizeof(struct cxl_event_afu_interrupt) != 8); + BUILD_BUG_ON(sizeof(struct cxl_event_data_storage) != 32); + BUILD_BUG_ON(sizeof(struct cxl_event_afu_error) != 16); + + if ((rc = alloc_chrdev_region(&cxl_dev, 0, CXL_NUM_MINORS, "cxl"))) { + pr_err("Unable to allocate CXL major number: %i\n", rc); + return rc; + } + + pr_devel("CXL device allocated, MAJOR %i\n", MAJOR(cxl_dev)); + + cxl_class = class_create(THIS_MODULE, "cxl"); + if (IS_ERR(cxl_class)) { + pr_err("Unable to create CXL class\n"); + rc = PTR_ERR(cxl_class); + goto err; + } + cxl_class->devnode = cxl_devnode; + + return 0; + +err: + unregister_chrdev_region(cxl_dev, CXL_NUM_MINORS); + return rc; +} + +void cxl_file_exit(void) +{ + unregister_chrdev_region(cxl_dev, CXL_NUM_MINORS); + class_destroy(cxl_class); +} --- linux-lts-utopic-3.16.0.orig/drivers/misc/cxl/irq.c +++ linux-lts-utopic-3.16.0/drivers/misc/cxl/irq.c @@ -0,0 +1,402 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#include "cxl.h" + +/* XXX: This is implementation specific */ +static irqreturn_t handle_psl_slice_error(struct cxl_context *ctx, u64 dsisr, u64 errstat) +{ + u64 fir1, fir2, fir_slice, serr, afu_debug; + + fir1 = cxl_p1_read(ctx->afu->adapter, CXL_PSL_FIR1); + fir2 = cxl_p1_read(ctx->afu->adapter, CXL_PSL_FIR2); + fir_slice = cxl_p1n_read(ctx->afu, CXL_PSL_FIR_SLICE_An); + serr = cxl_p1n_read(ctx->afu, CXL_PSL_SERR_An); + afu_debug = cxl_p1n_read(ctx->afu, CXL_AFU_DEBUG_An); + + dev_crit(&ctx->afu->dev, "PSL ERROR STATUS: 0x%.16llx\n", errstat); + dev_crit(&ctx->afu->dev, "PSL_FIR1: 0x%.16llx\n", fir1); + dev_crit(&ctx->afu->dev, "PSL_FIR2: 0x%.16llx\n", fir2); + dev_crit(&ctx->afu->dev, "PSL_SERR_An: 0x%.16llx\n", serr); + dev_crit(&ctx->afu->dev, "PSL_FIR_SLICE_An: 0x%.16llx\n", fir_slice); + dev_crit(&ctx->afu->dev, "CXL_PSL_AFU_DEBUG_An: 0x%.16llx\n", afu_debug); + + dev_crit(&ctx->afu->dev, "STOPPING CXL TRACE\n"); + cxl_stop_trace(ctx->afu->adapter); + + return cxl_ack_irq(ctx, 0, errstat); +} + +irqreturn_t cxl_slice_irq_err(int irq, void *data) +{ + struct cxl_afu *afu = data; + u64 fir_slice, errstat, serr, afu_debug; + + WARN(irq, "CXL SLICE ERROR interrupt %i\n", irq); + + serr = cxl_p1n_read(afu, CXL_PSL_SERR_An); + fir_slice = cxl_p1n_read(afu, CXL_PSL_FIR_SLICE_An); + errstat = cxl_p2n_read(afu, CXL_PSL_ErrStat_An); + afu_debug = cxl_p1n_read(afu, CXL_AFU_DEBUG_An); + dev_crit(&afu->dev, "PSL_SERR_An: 0x%.16llx\n", serr); + dev_crit(&afu->dev, "PSL_FIR_SLICE_An: 0x%.16llx\n", fir_slice); + dev_crit(&afu->dev, "CXL_PSL_ErrStat_An: 0x%.16llx\n", errstat); + dev_crit(&afu->dev, "CXL_PSL_AFU_DEBUG_An: 0x%.16llx\n", afu_debug); + + cxl_p1n_write(afu, CXL_PSL_SERR_An, serr); + + return IRQ_HANDLED; +} + +static irqreturn_t cxl_irq_err(int irq, void *data) +{ + struct cxl *adapter = data; + u64 fir1, fir2, err_ivte; + + WARN(1, "CXL ERROR interrupt %i\n", irq); + + err_ivte = cxl_p1_read(adapter, CXL_PSL_ErrIVTE); + dev_crit(&adapter->dev, "PSL_ErrIVTE: 0x%.16llx\n", err_ivte); + + dev_crit(&adapter->dev, "STOPPING CXL TRACE\n"); + cxl_stop_trace(adapter); + + fir1 = cxl_p1_read(adapter, CXL_PSL_FIR1); + fir2 = cxl_p1_read(adapter, CXL_PSL_FIR2); + + dev_crit(&adapter->dev, "PSL_FIR1: 0x%.16llx\nPSL_FIR2: 0x%.16llx\n", fir1, fir2); + + return IRQ_HANDLED; +} + +static irqreturn_t schedule_cxl_fault(struct cxl_context *ctx, u64 dsisr, u64 dar) +{ + ctx->dsisr = dsisr; + ctx->dar = dar; + schedule_work(&ctx->fault_work); + return IRQ_HANDLED; +} + +static irqreturn_t cxl_irq(int irq, void *data) +{ + struct cxl_context *ctx = data; + struct cxl_irq_info irq_info; + u64 dsisr, dar; + int result; + + if ((result = cxl_get_irq(ctx, &irq_info))) { + WARN(1, "Unable to get CXL IRQ Info: %i\n", result); + return IRQ_HANDLED; + } + + dsisr = irq_info.dsisr; + dar = irq_info.dar; + + pr_devel("CXL interrupt %i for afu pe: %i DSISR: %#llx DAR: %#llx\n", irq, ctx->pe, dsisr, dar); + + if (dsisr & CXL_PSL_DSISR_An_DS) { + /* + * We don't inherently need to sleep to handle this, but we do + * need to get a ref to the task's mm, which we can't do from + * irq context without the potential for a deadlock since it + * takes the task_lock. An alternate option would be to keep a + * reference to the task's mm the entire time it has cxl open, + * but to do that we need to solve the issue where we hold a + * ref to the mm, but the mm can hold a ref to the fd after an + * mmap preventing anything from being cleaned up. + */ + pr_devel("Scheduling segment miss handling for later pe: %i\n", ctx->pe); + return schedule_cxl_fault(ctx, dsisr, dar); + } + + if (dsisr & CXL_PSL_DSISR_An_M) + pr_devel("CXL interrupt: PTE not found\n"); + if (dsisr & CXL_PSL_DSISR_An_P) + pr_devel("CXL interrupt: Storage protection violation\n"); + if (dsisr & CXL_PSL_DSISR_An_A) + pr_devel("CXL interrupt: AFU lock access to write through or cache inhibited storage\n"); + if (dsisr & CXL_PSL_DSISR_An_S) + pr_devel("CXL interrupt: Access was afu_wr or afu_zero\n"); + if (dsisr & CXL_PSL_DSISR_An_K) + pr_devel("CXL interrupt: Access not permitted by virtual page class key protection\n"); + + if (dsisr & CXL_PSL_DSISR_An_DM) { + /* + * In some cases we might be able to handle the fault + * immediately if hash_page would succeed, but we still need + * the task's mm, which as above we can't get without a lock + */ + pr_devel("Scheduling page fault handling for later pe: %i\n", ctx->pe); + return schedule_cxl_fault(ctx, dsisr, dar); + } + if (dsisr & CXL_PSL_DSISR_An_ST) + WARN(1, "CXL interrupt: Segment Table PTE not found\n"); + if (dsisr & CXL_PSL_DSISR_An_UR) + pr_devel("CXL interrupt: AURP PTE not found\n"); + if (dsisr & CXL_PSL_DSISR_An_PE) + return handle_psl_slice_error(ctx, dsisr, irq_info.errstat); + if (dsisr & CXL_PSL_DSISR_An_AE) { + pr_devel("CXL interrupt: AFU Error %.llx\n", irq_info.afu_err); + + if (ctx->pending_afu_err) { + /* + * This shouldn't happen - the PSL treats these errors + * as fatal and will have reset the AFU, so there's not + * much point buffering multiple AFU errors. + * OTOH if we DO ever see a storm of these come in it's + * probably best that we log them somewhere: + */ + dev_err_ratelimited(&ctx->afu->dev, "CXL AFU Error " + "undelivered to pe %i: %.llx\n", + ctx->pe, irq_info.afu_err); + } else { + spin_lock(&ctx->lock); + ctx->afu_err = irq_info.afu_err; + ctx->pending_afu_err = 1; + spin_unlock(&ctx->lock); + + wake_up_all(&ctx->wq); + } + + cxl_ack_irq(ctx, CXL_PSL_TFC_An_A, 0); + } + if (dsisr & CXL_PSL_DSISR_An_OC) + pr_devel("CXL interrupt: OS Context Warning\n"); + + WARN(1, "Unhandled CXL PSL IRQ\n"); + return IRQ_HANDLED; +} + +static irqreturn_t cxl_irq_multiplexed(int irq, void *data) +{ + struct cxl_afu *afu = data; + struct cxl_context *ctx; + int ph = cxl_p2n_read(afu, CXL_PSL_PEHandle_An) & 0xffff; + int ret; + + rcu_read_lock(); + ctx = idr_find(&afu->contexts_idr, ph); + if (ctx) { + ret = cxl_irq(irq, ctx); + rcu_read_unlock(); + return ret; + } + rcu_read_unlock(); + + WARN(1, "Unable to demultiplex CXL PSL IRQ\n"); + return IRQ_HANDLED; +} + +static irqreturn_t cxl_irq_afu(int irq, void *data) +{ + struct cxl_context *ctx = data; + irq_hw_number_t hwirq = irqd_to_hwirq(irq_get_irq_data(irq)); + int irq_off, afu_irq = 1; + __u16 range; + int r; + + for (r = 1; r < CXL_IRQ_RANGES; r++) { + irq_off = hwirq - ctx->irqs.offset[r]; + range = ctx->irqs.range[r]; + if (irq_off >= 0 && irq_off < range) { + afu_irq += irq_off; + break; + } + afu_irq += range; + } + if (unlikely(r >= CXL_IRQ_RANGES)) { + WARN(1, "Recieved AFU IRQ out of range for pe %i (virq %i hwirq %lx)\n", + ctx->pe, irq, hwirq); + return IRQ_HANDLED; + } + + pr_devel("Received AFU interrupt %i for pe: %i (virq %i hwirq %lx)\n", + afu_irq, ctx->pe, irq, hwirq); + + if (unlikely(!ctx->irq_bitmap)) { + WARN(1, "Recieved AFU IRQ for context with no IRQ bitmap\n"); + return IRQ_HANDLED; + } + spin_lock(&ctx->lock); + set_bit(afu_irq - 1, ctx->irq_bitmap); + ctx->pending_irq = true; + spin_unlock(&ctx->lock); + + wake_up_all(&ctx->wq); + + return IRQ_HANDLED; +} + +unsigned int cxl_map_irq(struct cxl *adapter, irq_hw_number_t hwirq, + irq_handler_t handler, void *cookie) +{ + unsigned int virq; + int result; + + /* IRQ Domain? */ + virq = irq_create_mapping(NULL, hwirq); + if (!virq) { + dev_warn(&adapter->dev, "cxl_map_irq: irq_create_mapping failed\n"); + return 0; + } + + cxl_setup_irq(adapter, hwirq, virq); + + pr_devel("hwirq %#lx mapped to virq %u\n", hwirq, virq); + + result = request_irq(virq, handler, 0, "cxl", cookie); + if (result) { + dev_warn(&adapter->dev, "cxl_map_irq: request_irq failed: %i\n", result); + return 0; + } + + return virq; +} + +void cxl_unmap_irq(unsigned int virq, void *cookie) +{ + free_irq(virq, cookie); + irq_dispose_mapping(virq); +} + +static int cxl_register_one_irq(struct cxl *adapter, + irq_handler_t handler, + void *cookie, + irq_hw_number_t *dest_hwirq, + unsigned int *dest_virq) +{ + int hwirq, virq; + + if ((hwirq = cxl_alloc_one_irq(adapter)) < 0) + return hwirq; + + if (!(virq = cxl_map_irq(adapter, hwirq, handler, cookie))) + goto err; + + *dest_hwirq = hwirq; + *dest_virq = virq; + + return 0; + +err: + cxl_release_one_irq(adapter, hwirq); + return -ENOMEM; +} + +int cxl_register_psl_err_irq(struct cxl *adapter) +{ + int rc; + + if ((rc = cxl_register_one_irq(adapter, cxl_irq_err, adapter, + &adapter->err_hwirq, + &adapter->err_virq))) + return rc; + + cxl_p1_write(adapter, CXL_PSL_ErrIVTE, adapter->err_hwirq & 0xffff); + + return 0; +} + +void cxl_release_psl_err_irq(struct cxl *adapter) +{ + cxl_p1_write(adapter, CXL_PSL_ErrIVTE, 0x0000000000000000); + cxl_unmap_irq(adapter->err_virq, adapter); + cxl_release_one_irq(adapter, adapter->err_hwirq); +} + +int cxl_register_serr_irq(struct cxl_afu *afu) +{ + u64 serr; + int rc; + + if ((rc = cxl_register_one_irq(afu->adapter, cxl_slice_irq_err, afu, + &afu->serr_hwirq, + &afu->serr_virq))) + return rc; + + serr = cxl_p1n_read(afu, CXL_PSL_SERR_An); + serr = (serr & 0x00ffffffffff0000ULL) | (afu->serr_hwirq & 0xffff); + cxl_p1n_write(afu, CXL_PSL_SERR_An, serr); + + return 0; +} + +void cxl_release_serr_irq(struct cxl_afu *afu) +{ + cxl_p1n_write(afu, CXL_PSL_SERR_An, 0x0000000000000000); + cxl_unmap_irq(afu->serr_virq, afu); + cxl_release_one_irq(afu->adapter, afu->serr_hwirq); +} + +int cxl_register_psl_irq(struct cxl_afu *afu) +{ + return cxl_register_one_irq(afu->adapter, cxl_irq_multiplexed, afu, + &afu->psl_hwirq, &afu->psl_virq); +} + +void cxl_release_psl_irq(struct cxl_afu *afu) +{ + cxl_unmap_irq(afu->psl_virq, afu); + cxl_release_one_irq(afu->adapter, afu->psl_hwirq); +} + +int afu_register_irqs(struct cxl_context *ctx, u32 count) +{ + irq_hw_number_t hwirq; + int rc, r, i; + + if ((rc = cxl_alloc_irq_ranges(&ctx->irqs, ctx->afu->adapter, count))) + return rc; + + /* Multiplexed PSL Interrupt */ + ctx->irqs.offset[0] = ctx->afu->psl_hwirq; + ctx->irqs.range[0] = 1; + + ctx->irq_count = count; + ctx->irq_bitmap = kcalloc(BITS_TO_LONGS(count), + sizeof(*ctx->irq_bitmap), GFP_KERNEL); + if (!ctx->irq_bitmap) + return -ENOMEM; + for (r = 1; r < CXL_IRQ_RANGES; r++) { + hwirq = ctx->irqs.offset[r]; + for (i = 0; i < ctx->irqs.range[r]; hwirq++, i++) { + cxl_map_irq(ctx->afu->adapter, hwirq, + cxl_irq_afu, ctx); + } + } + + return 0; +} + +void afu_release_irqs(struct cxl_context *ctx) +{ + irq_hw_number_t hwirq; + unsigned int virq; + int r, i; + + for (r = 1; r < CXL_IRQ_RANGES; r++) { + hwirq = ctx->irqs.offset[r]; + for (i = 0; i < ctx->irqs.range[r]; hwirq++, i++) { + virq = irq_find_mapping(NULL, hwirq); + if (virq) + cxl_unmap_irq(virq, ctx); + } + } + + cxl_release_irq_ranges(&ctx->irqs, ctx->afu->adapter); +} --- linux-lts-utopic-3.16.0.orig/drivers/misc/cxl/main.c +++ linux-lts-utopic-3.16.0/drivers/misc/cxl/main.c @@ -0,0 +1,230 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "cxl.h" + +static DEFINE_SPINLOCK(adapter_idr_lock); +static DEFINE_IDR(cxl_adapter_idr); + +uint cxl_verbose; +module_param_named(verbose, cxl_verbose, uint, 0600); +MODULE_PARM_DESC(verbose, "Enable verbose dmesg output"); + +static inline void _cxl_slbia(struct cxl_context *ctx, struct mm_struct *mm) +{ + struct task_struct *task; + unsigned long flags; + if (!(task = get_pid_task(ctx->pid, PIDTYPE_PID))) { + pr_devel("%s unable to get task %i\n", + __func__, pid_nr(ctx->pid)); + return; + } + + if (task->mm != mm) + goto out_put; + + pr_devel("%s matched mm - card: %i afu: %i pe: %i\n", __func__, + ctx->afu->adapter->adapter_num, ctx->afu->slice, ctx->pe); + + spin_lock_irqsave(&ctx->sste_lock, flags); + memset(ctx->sstp, 0, ctx->sst_size); + spin_unlock_irqrestore(&ctx->sste_lock, flags); + mb(); + cxl_afu_slbia(ctx->afu); +out_put: + put_task_struct(task); +} + +static inline void cxl_slbia_core(struct mm_struct *mm) +{ + struct cxl *adapter; + struct cxl_afu *afu; + struct cxl_context *ctx; + int card, slice, id; + + pr_devel("%s called\n", __func__); + + spin_lock(&adapter_idr_lock); + idr_for_each_entry(&cxl_adapter_idr, adapter, card) { + /* XXX: Make this lookup faster with link from mm to ctx */ + spin_lock(&adapter->afu_list_lock); + for (slice = 0; slice < adapter->slices; slice++) { + afu = adapter->afu[slice]; + if (!afu->enabled) + continue; + rcu_read_lock(); + idr_for_each_entry(&afu->contexts_idr, ctx, id) + _cxl_slbia(ctx, mm); + rcu_read_unlock(); + } + spin_unlock(&adapter->afu_list_lock); + } + spin_unlock(&adapter_idr_lock); +} + +static struct cxl_calls cxl_calls = { + .cxl_slbia = cxl_slbia_core, + .owner = THIS_MODULE, +}; + +int cxl_alloc_sst(struct cxl_context *ctx) +{ + unsigned long vsid; + u64 ea_mask, size, sstp0, sstp1; + + sstp0 = 0; + sstp1 = 0; + + ctx->sst_size = PAGE_SIZE; + ctx->sst_lru = 0; + ctx->sstp = (struct cxl_sste *)get_zeroed_page(GFP_KERNEL); + if (!ctx->sstp) { + pr_err("cxl_alloc_sst: Unable to allocate segment table\n"); + return -ENOMEM; + } + pr_devel("SSTP allocated at 0x%p\n", ctx->sstp); + + vsid = get_kernel_vsid((u64)ctx->sstp, mmu_kernel_ssize) << 12; + + sstp0 |= (u64)mmu_kernel_ssize << CXL_SSTP0_An_B_SHIFT; + sstp0 |= (SLB_VSID_KERNEL | mmu_psize_defs[mmu_linear_psize].sllp) << 50; + + size = (((u64)ctx->sst_size >> 8) - 1) << CXL_SSTP0_An_SegTableSize_SHIFT; + if (unlikely(size & ~CXL_SSTP0_An_SegTableSize_MASK)) { + WARN(1, "Impossible segment table size\n"); + return -EINVAL; + } + sstp0 |= size; + + if (mmu_kernel_ssize == MMU_SEGSIZE_256M) + ea_mask = 0xfffff00ULL; + else + ea_mask = 0xffffffff00ULL; + + sstp0 |= vsid >> (50-14); /* Top 14 bits of VSID */ + sstp1 |= (vsid << (64-(50-14))) & ~ea_mask; + sstp1 |= (u64)ctx->sstp & ea_mask; + sstp1 |= CXL_SSTP1_An_V; + + pr_devel("Looked up %#llx: slbfee. %#llx (ssize: %x, vsid: %#lx), copied to SSTP0: %#llx, SSTP1: %#llx\n", + (u64)ctx->sstp, (u64)ctx->sstp & ESID_MASK, mmu_kernel_ssize, vsid, sstp0, sstp1); + + /* Store calculated sstp hardware points for use later */ + ctx->sstp0 = sstp0; + ctx->sstp1 = sstp1; + + return 0; +} + +/* Find a CXL adapter by it's number and increase it's refcount */ +struct cxl *get_cxl_adapter(int num) +{ + struct cxl *adapter; + + spin_lock(&adapter_idr_lock); + if ((adapter = idr_find(&cxl_adapter_idr, num))) + get_device(&adapter->dev); + spin_unlock(&adapter_idr_lock); + + return adapter; +} + +int cxl_alloc_adapter_nr(struct cxl *adapter) +{ + int i; + + idr_preload(GFP_KERNEL); + spin_lock(&adapter_idr_lock); + i = idr_alloc(&cxl_adapter_idr, adapter, 0, 0, GFP_NOWAIT); + spin_unlock(&adapter_idr_lock); + idr_preload_end(); + if (i < 0) + return i; + + adapter->adapter_num = i; + + return 0; +} + +void cxl_remove_adapter_nr(struct cxl *adapter) +{ + idr_remove(&cxl_adapter_idr, adapter->adapter_num); +} + +int cxl_afu_select_best_mode(struct cxl_afu *afu) +{ + if (afu->modes_supported & CXL_MODE_DIRECTED) + return cxl_afu_activate_mode(afu, CXL_MODE_DIRECTED); + + if (afu->modes_supported & CXL_MODE_DEDICATED) + return cxl_afu_activate_mode(afu, CXL_MODE_DEDICATED); + + dev_warn(&afu->dev, "No supported programming modes available\n"); + /* We don't fail this so the user can inspect sysfs */ + return 0; +} + +static int __init init_cxl(void) +{ + int rc = 0; + + if (!cpu_has_feature(CPU_FTR_HVMODE)) + return -EPERM; + + if ((rc = cxl_file_init())) + return rc; + + cxl_debugfs_init(); + + if ((rc = register_cxl_calls(&cxl_calls))) + goto err; + + if ((rc = pci_register_driver(&cxl_pci_driver))) + goto err1; + + return 0; +err1: + unregister_cxl_calls(&cxl_calls); +err: + cxl_debugfs_exit(); + cxl_file_exit(); + + return rc; +} + +static void exit_cxl(void) +{ + pci_unregister_driver(&cxl_pci_driver); + + cxl_debugfs_exit(); + cxl_file_exit(); + unregister_cxl_calls(&cxl_calls); +} + +module_init(init_cxl); +module_exit(exit_cxl); + +MODULE_DESCRIPTION("IBM Coherent Accelerator"); +MODULE_AUTHOR("Ian Munsie "); +MODULE_LICENSE("GPL"); --- linux-lts-utopic-3.16.0.orig/drivers/misc/cxl/native.c +++ linux-lts-utopic-3.16.0/drivers/misc/cxl/native.c @@ -0,0 +1,683 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "cxl.h" + +static int afu_control(struct cxl_afu *afu, u64 command, + u64 result, u64 mask, bool enabled) +{ + u64 AFU_Cntl = cxl_p2n_read(afu, CXL_AFU_Cntl_An); + unsigned long timeout = jiffies + (HZ * CXL_TIMEOUT); + + spin_lock(&afu->afu_cntl_lock); + pr_devel("AFU command starting: %llx\n", command); + + cxl_p2n_write(afu, CXL_AFU_Cntl_An, AFU_Cntl | command); + + AFU_Cntl = cxl_p2n_read(afu, CXL_AFU_Cntl_An); + while ((AFU_Cntl & mask) != result) { + if (time_after_eq(jiffies, timeout)) { + dev_warn(&afu->dev, "WARNING: AFU control timed out!\n"); + spin_unlock(&afu->afu_cntl_lock); + return -EBUSY; + } + pr_devel_ratelimited("AFU control... (0x%.16llx)\n", + AFU_Cntl | command); + cpu_relax(); + AFU_Cntl = cxl_p2n_read(afu, CXL_AFU_Cntl_An); + }; + pr_devel("AFU command complete: %llx\n", command); + afu->enabled = enabled; + spin_unlock(&afu->afu_cntl_lock); + + return 0; +} + +static int afu_enable(struct cxl_afu *afu) +{ + pr_devel("AFU enable request\n"); + + return afu_control(afu, CXL_AFU_Cntl_An_E, + CXL_AFU_Cntl_An_ES_Enabled, + CXL_AFU_Cntl_An_ES_MASK, true); +} + +int cxl_afu_disable(struct cxl_afu *afu) +{ + pr_devel("AFU disable request\n"); + + return afu_control(afu, 0, CXL_AFU_Cntl_An_ES_Disabled, + CXL_AFU_Cntl_An_ES_MASK, false); +} + +/* This will disable as well as reset */ +int cxl_afu_reset(struct cxl_afu *afu) +{ + pr_devel("AFU reset request\n"); + + return afu_control(afu, CXL_AFU_Cntl_An_RA, + CXL_AFU_Cntl_An_RS_Complete | CXL_AFU_Cntl_An_ES_Disabled, + CXL_AFU_Cntl_An_RS_MASK | CXL_AFU_Cntl_An_ES_MASK, + false); +} + +static int afu_check_and_enable(struct cxl_afu *afu) +{ + if (afu->enabled) + return 0; + return afu_enable(afu); +} + +int cxl_psl_purge(struct cxl_afu *afu) +{ + u64 PSL_CNTL = cxl_p1n_read(afu, CXL_PSL_SCNTL_An); + u64 AFU_Cntl = cxl_p2n_read(afu, CXL_AFU_Cntl_An); + u64 dsisr, dar; + u64 start, end; + unsigned long timeout = jiffies + (HZ * CXL_TIMEOUT); + + pr_devel("PSL purge request\n"); + + if ((AFU_Cntl & CXL_AFU_Cntl_An_ES_MASK) != CXL_AFU_Cntl_An_ES_Disabled) { + WARN(1, "psl_purge request while AFU not disabled!\n"); + cxl_afu_disable(afu); + } + + cxl_p1n_write(afu, CXL_PSL_SCNTL_An, + PSL_CNTL | CXL_PSL_SCNTL_An_Pc); + start = local_clock(); + PSL_CNTL = cxl_p1n_read(afu, CXL_PSL_SCNTL_An); + while ((PSL_CNTL & CXL_PSL_SCNTL_An_Ps_MASK) + == CXL_PSL_SCNTL_An_Ps_Pending) { + if (time_after_eq(jiffies, timeout)) { + dev_warn(&afu->dev, "WARNING: PSL Purge timed out!\n"); + return -EBUSY; + } + dsisr = cxl_p2n_read(afu, CXL_PSL_DSISR_An); + pr_devel_ratelimited("PSL purging... PSL_CNTL: 0x%.16llx PSL_DSISR: 0x%.16llx\n", PSL_CNTL, dsisr); + if (dsisr & CXL_PSL_DSISR_TRANS) { + dar = cxl_p2n_read(afu, CXL_PSL_DAR_An); + dev_notice(&afu->dev, "PSL purge terminating pending translation, DSISR: 0x%.16llx, DAR: 0x%.16llx\n", dsisr, dar); + cxl_p2n_write(afu, CXL_PSL_TFC_An, CXL_PSL_TFC_An_AE); + } else if (dsisr) { + dev_notice(&afu->dev, "PSL purge acknowledging pending non-translation fault, DSISR: 0x%.16llx\n", dsisr); + cxl_p2n_write(afu, CXL_PSL_TFC_An, CXL_PSL_TFC_An_A); + } else { + cpu_relax(); + } + PSL_CNTL = cxl_p1n_read(afu, CXL_PSL_SCNTL_An); + }; + end = local_clock(); + pr_devel("PSL purged in %lld ns\n", end - start); + + cxl_p1n_write(afu, CXL_PSL_SCNTL_An, + PSL_CNTL & ~CXL_PSL_SCNTL_An_Pc); + return 0; +} + +static int spa_max_procs(int spa_size) +{ + /* + * From the CAIA: + * end_of_SPA_area = SPA_Base + ((n+4) * 128) + (( ((n*8) + 127) >> 7) * 128) + 255 + * Most of that junk is really just an overly-complicated way of saying + * the last 256 bytes are __aligned(128), so it's really: + * end_of_SPA_area = end_of_PSL_queue_area + __aligned(128) 255 + * and + * end_of_PSL_queue_area = SPA_Base + ((n+4) * 128) + (n*8) - 1 + * so + * sizeof(SPA) = ((n+4) * 128) + (n*8) + __aligned(128) 256 + * Ignore the alignment (which is safe in this case as long as we are + * careful with our rounding) and solve for n: + */ + return ((spa_size / 8) - 96) / 17; +} + +static int alloc_spa(struct cxl_afu *afu) +{ + u64 spap; + + /* Work out how many pages to allocate */ + afu->spa_order = 0; + do { + afu->spa_order++; + afu->spa_size = (1 << afu->spa_order) * PAGE_SIZE; + afu->spa_max_procs = spa_max_procs(afu->spa_size); + } while (afu->spa_max_procs < afu->num_procs); + + WARN_ON(afu->spa_size > 0x100000); /* Max size supported by the hardware */ + + if (!(afu->spa = (struct cxl_process_element *) + __get_free_pages(GFP_KERNEL | __GFP_ZERO, afu->spa_order))) { + pr_err("cxl_alloc_spa: Unable to allocate scheduled process area\n"); + return -ENOMEM; + } + pr_devel("spa pages: %i afu->spa_max_procs: %i afu->num_procs: %i\n", + 1<spa_order, afu->spa_max_procs, afu->num_procs); + + afu->sw_command_status = (__be64 *)((char *)afu->spa + + ((afu->spa_max_procs + 3) * 128)); + + spap = virt_to_phys(afu->spa) & CXL_PSL_SPAP_Addr; + spap |= ((afu->spa_size >> (12 - CXL_PSL_SPAP_Size_Shift)) - 1) & CXL_PSL_SPAP_Size; + spap |= CXL_PSL_SPAP_V; + pr_devel("cxl: SPA allocated at 0x%p. Max processes: %i, sw_command_status: 0x%p CXL_PSL_SPAP_An=0x%016llx\n", afu->spa, afu->spa_max_procs, afu->sw_command_status, spap); + cxl_p1n_write(afu, CXL_PSL_SPAP_An, spap); + + return 0; +} + +static void release_spa(struct cxl_afu *afu) +{ + free_pages((unsigned long) afu->spa, afu->spa_order); +} + +int cxl_tlb_slb_invalidate(struct cxl *adapter) +{ + unsigned long timeout = jiffies + (HZ * CXL_TIMEOUT); + + pr_devel("CXL adapter wide TLBIA & SLBIA\n"); + + cxl_p1_write(adapter, CXL_PSL_AFUSEL, CXL_PSL_AFUSEL_A); + + cxl_p1_write(adapter, CXL_PSL_TLBIA, CXL_TLB_SLB_IQ_ALL); + while (cxl_p1_read(adapter, CXL_PSL_TLBIA) & CXL_TLB_SLB_P) { + if (time_after_eq(jiffies, timeout)) { + dev_warn(&adapter->dev, "WARNING: CXL adapter wide TLBIA timed out!\n"); + return -EBUSY; + } + cpu_relax(); + } + + cxl_p1_write(adapter, CXL_PSL_SLBIA, CXL_TLB_SLB_IQ_ALL); + while (cxl_p1_read(adapter, CXL_PSL_SLBIA) & CXL_TLB_SLB_P) { + if (time_after_eq(jiffies, timeout)) { + dev_warn(&adapter->dev, "WARNING: CXL adapter wide SLBIA timed out!\n"); + return -EBUSY; + } + cpu_relax(); + } + return 0; +} + +int cxl_afu_slbia(struct cxl_afu *afu) +{ + unsigned long timeout = jiffies + (HZ * CXL_TIMEOUT); + + pr_devel("cxl_afu_slbia issuing SLBIA command\n"); + cxl_p2n_write(afu, CXL_SLBIA_An, CXL_TLB_SLB_IQ_ALL); + while (cxl_p2n_read(afu, CXL_SLBIA_An) & CXL_TLB_SLB_P) { + if (time_after_eq(jiffies, timeout)) { + dev_warn(&afu->dev, "WARNING: CXL AFU SLBIA timed out!\n"); + return -EBUSY; + } + cpu_relax(); + } + return 0; +} + +static int cxl_write_sstp(struct cxl_afu *afu, u64 sstp0, u64 sstp1) +{ + int rc; + + /* 1. Disable SSTP by writing 0 to SSTP1[V] */ + cxl_p2n_write(afu, CXL_SSTP1_An, 0); + + /* 2. Invalidate all SLB entries */ + if ((rc = cxl_afu_slbia(afu))) + return rc; + + /* 3. Set SSTP0_An */ + cxl_p2n_write(afu, CXL_SSTP0_An, sstp0); + + /* 4. Set SSTP1_An */ + cxl_p2n_write(afu, CXL_SSTP1_An, sstp1); + + return 0; +} + +/* Using per slice version may improve performance here. (ie. SLBIA_An) */ +static void slb_invalid(struct cxl_context *ctx) +{ + struct cxl *adapter = ctx->afu->adapter; + u64 slbia; + + WARN_ON(!mutex_is_locked(&ctx->afu->spa_mutex)); + + cxl_p1_write(adapter, CXL_PSL_LBISEL, + ((u64)be32_to_cpu(ctx->elem->common.pid) << 32) | + be32_to_cpu(ctx->elem->lpid)); + cxl_p1_write(adapter, CXL_PSL_SLBIA, CXL_TLB_SLB_IQ_LPIDPID); + + while (1) { + slbia = cxl_p1_read(adapter, CXL_PSL_SLBIA); + if (!(slbia & CXL_TLB_SLB_P)) + break; + cpu_relax(); + } +} + +static int do_process_element_cmd(struct cxl_context *ctx, + u64 cmd, u64 pe_state) +{ + u64 state; + + WARN_ON(!ctx->afu->enabled); + + ctx->elem->software_state = cpu_to_be32(pe_state); + smp_wmb(); + *(ctx->afu->sw_command_status) = cpu_to_be64(cmd | 0 | ctx->pe); + smp_mb(); + cxl_p1n_write(ctx->afu, CXL_PSL_LLCMD_An, cmd | ctx->pe); + while (1) { + state = be64_to_cpup(ctx->afu->sw_command_status); + if (state == ~0ULL) { + pr_err("cxl: Error adding process element to AFU\n"); + return -1; + } + if ((state & (CXL_SPA_SW_CMD_MASK | CXL_SPA_SW_STATE_MASK | CXL_SPA_SW_LINK_MASK)) == + (cmd | (cmd >> 16) | ctx->pe)) + break; + /* + * The command won't finish in the PSL if there are + * outstanding DSIs. Hence we need to yield here in + * case there are outstanding DSIs that we need to + * service. Tuning possiblity: we could wait for a + * while before sched + */ + schedule(); + + } + return 0; +} + +static int add_process_element(struct cxl_context *ctx) +{ + int rc = 0; + + mutex_lock(&ctx->afu->spa_mutex); + pr_devel("%s Adding pe: %i started\n", __func__, ctx->pe); + if (!(rc = do_process_element_cmd(ctx, CXL_SPA_SW_CMD_ADD, CXL_PE_SOFTWARE_STATE_V))) + ctx->pe_inserted = true; + pr_devel("%s Adding pe: %i finished\n", __func__, ctx->pe); + mutex_unlock(&ctx->afu->spa_mutex); + return rc; +} + +static int terminate_process_element(struct cxl_context *ctx) +{ + int rc = 0; + + /* fast path terminate if it's already invalid */ + if (!(ctx->elem->software_state & cpu_to_be32(CXL_PE_SOFTWARE_STATE_V))) + return rc; + + mutex_lock(&ctx->afu->spa_mutex); + pr_devel("%s Terminate pe: %i started\n", __func__, ctx->pe); + rc = do_process_element_cmd(ctx, CXL_SPA_SW_CMD_TERMINATE, + CXL_PE_SOFTWARE_STATE_V | CXL_PE_SOFTWARE_STATE_T); + ctx->elem->software_state = 0; /* Remove Valid bit */ + pr_devel("%s Terminate pe: %i finished\n", __func__, ctx->pe); + mutex_unlock(&ctx->afu->spa_mutex); + return rc; +} + +static int remove_process_element(struct cxl_context *ctx) +{ + int rc = 0; + + mutex_lock(&ctx->afu->spa_mutex); + pr_devel("%s Remove pe: %i started\n", __func__, ctx->pe); + if (!(rc = do_process_element_cmd(ctx, CXL_SPA_SW_CMD_REMOVE, 0))) + ctx->pe_inserted = false; + slb_invalid(ctx); + pr_devel("%s Remove pe: %i finished\n", __func__, ctx->pe); + mutex_unlock(&ctx->afu->spa_mutex); + + return rc; +} + + +static void assign_psn_space(struct cxl_context *ctx) +{ + if (!ctx->afu->pp_size || ctx->master) { + ctx->psn_phys = ctx->afu->psn_phys; + ctx->psn_size = ctx->afu->adapter->ps_size; + } else { + ctx->psn_phys = ctx->afu->psn_phys + + (ctx->afu->pp_offset + ctx->afu->pp_size * ctx->pe); + ctx->psn_size = ctx->afu->pp_size; + } +} + +static int activate_afu_directed(struct cxl_afu *afu) +{ + int rc; + + dev_info(&afu->dev, "Activating AFU directed mode\n"); + + if (alloc_spa(afu)) + return -ENOMEM; + + cxl_p1n_write(afu, CXL_PSL_SCNTL_An, CXL_PSL_SCNTL_An_PM_AFU); + cxl_p1n_write(afu, CXL_PSL_AMOR_An, 0xFFFFFFFFFFFFFFFFULL); + cxl_p1n_write(afu, CXL_PSL_ID_An, CXL_PSL_ID_An_F | CXL_PSL_ID_An_L); + + afu->current_mode = CXL_MODE_DIRECTED; + afu->num_procs = afu->max_procs_virtualised; + + if ((rc = cxl_chardev_m_afu_add(afu))) + return rc; + + if ((rc = cxl_sysfs_afu_m_add(afu))) + goto err; + + if ((rc = cxl_chardev_s_afu_add(afu))) + goto err1; + + return 0; +err1: + cxl_sysfs_afu_m_remove(afu); +err: + cxl_chardev_afu_remove(afu); + return rc; +} + +#ifdef CONFIG_CPU_LITTLE_ENDIAN +#define set_endian(sr) ((sr) |= CXL_PSL_SR_An_LE) +#else +#define set_endian(sr) ((sr) &= ~(CXL_PSL_SR_An_LE)) +#endif + +static int attach_afu_directed(struct cxl_context *ctx, u64 wed, u64 amr) +{ + u64 sr; + int r, result; + + assign_psn_space(ctx); + + ctx->elem->ctxtime = 0; /* disable */ + ctx->elem->lpid = cpu_to_be32(mfspr(SPRN_LPID)); + ctx->elem->haurp = 0; /* disable */ + ctx->elem->sdr = cpu_to_be64(mfspr(SPRN_SDR1)); + + sr = 0; + if (ctx->master) + sr |= CXL_PSL_SR_An_MP; + if (mfspr(SPRN_LPCR) & LPCR_TC) + sr |= CXL_PSL_SR_An_TC; + /* HV=0, PR=1, R=1 for userspace + * For kernel contexts: this would need to change + */ + sr |= CXL_PSL_SR_An_PR | CXL_PSL_SR_An_R; + set_endian(sr); + sr &= ~(CXL_PSL_SR_An_HV); + if (!test_tsk_thread_flag(current, TIF_32BIT)) + sr |= CXL_PSL_SR_An_SF; + ctx->elem->common.pid = cpu_to_be32(current->pid); + ctx->elem->common.tid = 0; + ctx->elem->sr = cpu_to_be64(sr); + + ctx->elem->common.csrp = 0; /* disable */ + ctx->elem->common.aurp0 = 0; /* disable */ + ctx->elem->common.aurp1 = 0; /* disable */ + + cxl_prefault(ctx, wed); + + ctx->elem->common.sstp0 = cpu_to_be64(ctx->sstp0); + ctx->elem->common.sstp1 = cpu_to_be64(ctx->sstp1); + + for (r = 0; r < CXL_IRQ_RANGES; r++) { + ctx->elem->ivte_offsets[r] = cpu_to_be16(ctx->irqs.offset[r]); + ctx->elem->ivte_ranges[r] = cpu_to_be16(ctx->irqs.range[r]); + } + + ctx->elem->common.amr = cpu_to_be64(amr); + ctx->elem->common.wed = cpu_to_be64(wed); + + /* first guy needs to enable */ + if ((result = afu_check_and_enable(ctx->afu))) + return result; + + add_process_element(ctx); + + return 0; +} + +static int deactivate_afu_directed(struct cxl_afu *afu) +{ + dev_info(&afu->dev, "Deactivating AFU directed mode\n"); + + afu->current_mode = 0; + afu->num_procs = 0; + + cxl_sysfs_afu_m_remove(afu); + cxl_chardev_afu_remove(afu); + + cxl_afu_reset(afu); + cxl_afu_disable(afu); + cxl_psl_purge(afu); + + release_spa(afu); + + return 0; +} + +static int activate_dedicated_process(struct cxl_afu *afu) +{ + dev_info(&afu->dev, "Activating dedicated process mode\n"); + + cxl_p1n_write(afu, CXL_PSL_SCNTL_An, CXL_PSL_SCNTL_An_PM_Process); + + cxl_p1n_write(afu, CXL_PSL_CtxTime_An, 0); /* disable */ + cxl_p1n_write(afu, CXL_PSL_SPAP_An, 0); /* disable */ + cxl_p1n_write(afu, CXL_PSL_AMOR_An, 0xFFFFFFFFFFFFFFFFULL); + cxl_p1n_write(afu, CXL_PSL_LPID_An, mfspr(SPRN_LPID)); + cxl_p1n_write(afu, CXL_HAURP_An, 0); /* disable */ + cxl_p1n_write(afu, CXL_PSL_SDR_An, mfspr(SPRN_SDR1)); + + cxl_p2n_write(afu, CXL_CSRP_An, 0); /* disable */ + cxl_p2n_write(afu, CXL_AURP0_An, 0); /* disable */ + cxl_p2n_write(afu, CXL_AURP1_An, 0); /* disable */ + + afu->current_mode = CXL_MODE_DEDICATED; + afu->num_procs = 1; + + return cxl_chardev_d_afu_add(afu); +} + +static int attach_dedicated(struct cxl_context *ctx, u64 wed, u64 amr) +{ + struct cxl_afu *afu = ctx->afu; + u64 sr; + int rc; + + sr = 0; + set_endian(sr); + if (ctx->master) + sr |= CXL_PSL_SR_An_MP; + if (mfspr(SPRN_LPCR) & LPCR_TC) + sr |= CXL_PSL_SR_An_TC; + sr |= CXL_PSL_SR_An_PR | CXL_PSL_SR_An_R; + if (!test_tsk_thread_flag(current, TIF_32BIT)) + sr |= CXL_PSL_SR_An_SF; + cxl_p2n_write(afu, CXL_PSL_PID_TID_An, (u64)current->pid << 32); + cxl_p1n_write(afu, CXL_PSL_SR_An, sr); + + if ((rc = cxl_write_sstp(afu, ctx->sstp0, ctx->sstp1))) + return rc; + + cxl_prefault(ctx, wed); + + cxl_p1n_write(afu, CXL_PSL_IVTE_Offset_An, + (((u64)ctx->irqs.offset[0] & 0xffff) << 48) | + (((u64)ctx->irqs.offset[1] & 0xffff) << 32) | + (((u64)ctx->irqs.offset[2] & 0xffff) << 16) | + ((u64)ctx->irqs.offset[3] & 0xffff)); + cxl_p1n_write(afu, CXL_PSL_IVTE_Limit_An, (u64) + (((u64)ctx->irqs.range[0] & 0xffff) << 48) | + (((u64)ctx->irqs.range[1] & 0xffff) << 32) | + (((u64)ctx->irqs.range[2] & 0xffff) << 16) | + ((u64)ctx->irqs.range[3] & 0xffff)); + + cxl_p2n_write(afu, CXL_PSL_AMR_An, amr); + + /* master only context for dedicated */ + assign_psn_space(ctx); + + if ((rc = cxl_afu_reset(afu))) + return rc; + + cxl_p2n_write(afu, CXL_PSL_WED_An, wed); + + return afu_enable(afu); +} + +static int deactivate_dedicated_process(struct cxl_afu *afu) +{ + dev_info(&afu->dev, "Deactivating dedicated process mode\n"); + + afu->current_mode = 0; + afu->num_procs = 0; + + cxl_chardev_afu_remove(afu); + + return 0; +} + +int _cxl_afu_deactivate_mode(struct cxl_afu *afu, int mode) +{ + if (mode == CXL_MODE_DIRECTED) + return deactivate_afu_directed(afu); + if (mode == CXL_MODE_DEDICATED) + return deactivate_dedicated_process(afu); + return 0; +} + +int cxl_afu_deactivate_mode(struct cxl_afu *afu) +{ + return _cxl_afu_deactivate_mode(afu, afu->current_mode); +} + +int cxl_afu_activate_mode(struct cxl_afu *afu, int mode) +{ + if (!mode) + return 0; + if (!(mode & afu->modes_supported)) + return -EINVAL; + + if (mode == CXL_MODE_DIRECTED) + return activate_afu_directed(afu); + if (mode == CXL_MODE_DEDICATED) + return activate_dedicated_process(afu); + + return -EINVAL; +} + +int cxl_attach_process(struct cxl_context *ctx, bool kernel, u64 wed, u64 amr) +{ + ctx->kernel = kernel; + if (ctx->afu->current_mode == CXL_MODE_DIRECTED) + return attach_afu_directed(ctx, wed, amr); + + if (ctx->afu->current_mode == CXL_MODE_DEDICATED) + return attach_dedicated(ctx, wed, amr); + + return -EINVAL; +} + +static inline int detach_process_native_dedicated(struct cxl_context *ctx) +{ + cxl_afu_reset(ctx->afu); + cxl_afu_disable(ctx->afu); + cxl_psl_purge(ctx->afu); + return 0; +} + +/* + * TODO: handle case when this is called inside a rcu_read_lock() which may + * happen when we unbind the driver (ie. cxl_context_detach_all()) . Terminate + * & remove use a mutex lock and schedule which will not good with lock held. + * May need to write do_process_element_cmd() that handles outstanding page + * faults synchronously. + */ +static inline int detach_process_native_afu_directed(struct cxl_context *ctx) +{ + if (!ctx->pe_inserted) + return 0; + if (terminate_process_element(ctx)) + return -1; + if (remove_process_element(ctx)) + return -1; + + return 0; +} + +int cxl_detach_process(struct cxl_context *ctx) +{ + if (ctx->afu->current_mode == CXL_MODE_DEDICATED) + return detach_process_native_dedicated(ctx); + + return detach_process_native_afu_directed(ctx); +} + +int cxl_get_irq(struct cxl_context *ctx, struct cxl_irq_info *info) +{ + u64 pidtid; + + info->dsisr = cxl_p2n_read(ctx->afu, CXL_PSL_DSISR_An); + info->dar = cxl_p2n_read(ctx->afu, CXL_PSL_DAR_An); + info->dsr = cxl_p2n_read(ctx->afu, CXL_PSL_DSR_An); + pidtid = cxl_p2n_read(ctx->afu, CXL_PSL_PID_TID_An); + info->pid = pidtid >> 32; + info->tid = pidtid & 0xffffffff; + info->afu_err = cxl_p2n_read(ctx->afu, CXL_AFU_ERR_An); + info->errstat = cxl_p2n_read(ctx->afu, CXL_PSL_ErrStat_An); + + return 0; +} + +static void recover_psl_err(struct cxl_afu *afu, u64 errstat) +{ + u64 dsisr; + + pr_devel("RECOVERING FROM PSL ERROR... (0x%.16llx)\n", errstat); + + /* Clear PSL_DSISR[PE] */ + dsisr = cxl_p2n_read(afu, CXL_PSL_DSISR_An); + cxl_p2n_write(afu, CXL_PSL_DSISR_An, dsisr & ~CXL_PSL_DSISR_An_PE); + + /* Write 1s to clear error status bits */ + cxl_p2n_write(afu, CXL_PSL_ErrStat_An, errstat); +} + +int cxl_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask) +{ + if (tfc) + cxl_p2n_write(ctx->afu, CXL_PSL_TFC_An, tfc); + if (psl_reset_mask) + recover_psl_err(ctx->afu, psl_reset_mask); + + return 0; +} + +int cxl_check_error(struct cxl_afu *afu) +{ + return (cxl_p1n_read(afu, CXL_PSL_SCNTL_An) == ~0ULL); +} --- linux-lts-utopic-3.16.0.orig/drivers/misc/cxl/pci.c +++ linux-lts-utopic-3.16.0/drivers/misc/cxl/pci.c @@ -0,0 +1,1000 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include /* for struct pci_controller */ +#include + +#include "cxl.h" + + +#define CXL_PCI_VSEC_ID 0x1280 +#define CXL_VSEC_MIN_SIZE 0x80 + +#define CXL_READ_VSEC_LENGTH(dev, vsec, dest) \ + { \ + pci_read_config_word(dev, vsec + 0x6, dest); \ + *dest >>= 4; \ + } +#define CXL_READ_VSEC_NAFUS(dev, vsec, dest) \ + pci_read_config_byte(dev, vsec + 0x8, dest) + +#define CXL_READ_VSEC_STATUS(dev, vsec, dest) \ + pci_read_config_byte(dev, vsec + 0x9, dest) +#define CXL_STATUS_SECOND_PORT 0x80 +#define CXL_STATUS_MSI_X_FULL 0x40 +#define CXL_STATUS_MSI_X_SINGLE 0x20 +#define CXL_STATUS_FLASH_RW 0x08 +#define CXL_STATUS_FLASH_RO 0x04 +#define CXL_STATUS_LOADABLE_AFU 0x02 +#define CXL_STATUS_LOADABLE_PSL 0x01 +/* If we see these features we won't try to use the card */ +#define CXL_UNSUPPORTED_FEATURES \ + (CXL_STATUS_MSI_X_FULL | CXL_STATUS_MSI_X_SINGLE) + +#define CXL_READ_VSEC_MODE_CONTROL(dev, vsec, dest) \ + pci_read_config_byte(dev, vsec + 0xa, dest) +#define CXL_WRITE_VSEC_MODE_CONTROL(dev, vsec, val) \ + pci_write_config_byte(dev, vsec + 0xa, val) +#define CXL_VSEC_PROTOCOL_MASK 0xe0 +#define CXL_VSEC_PROTOCOL_1024TB 0x80 +#define CXL_VSEC_PROTOCOL_512TB 0x40 +#define CXL_VSEC_PROTOCOL_256TB 0x20 /* Power 8 uses this */ +#define CXL_VSEC_PROTOCOL_ENABLE 0x01 + +#define CXL_READ_VSEC_PSL_REVISION(dev, vsec, dest) \ + pci_read_config_word(dev, vsec + 0xc, dest) +#define CXL_READ_VSEC_CAIA_MINOR(dev, vsec, dest) \ + pci_read_config_byte(dev, vsec + 0xe, dest) +#define CXL_READ_VSEC_CAIA_MAJOR(dev, vsec, dest) \ + pci_read_config_byte(dev, vsec + 0xf, dest) +#define CXL_READ_VSEC_BASE_IMAGE(dev, vsec, dest) \ + pci_read_config_word(dev, vsec + 0x10, dest) + +#define CXL_READ_VSEC_IMAGE_STATE(dev, vsec, dest) \ + pci_read_config_byte(dev, vsec + 0x13, dest) +#define CXL_WRITE_VSEC_IMAGE_STATE(dev, vsec, val) \ + pci_write_config_byte(dev, vsec + 0x13, val) +#define CXL_VSEC_USER_IMAGE_LOADED 0x80 /* RO */ +#define CXL_VSEC_PERST_LOADS_IMAGE 0x20 /* RW */ +#define CXL_VSEC_PERST_SELECT_USER 0x10 /* RW */ + +#define CXL_READ_VSEC_AFU_DESC_OFF(dev, vsec, dest) \ + pci_read_config_dword(dev, vsec + 0x20, dest) +#define CXL_READ_VSEC_AFU_DESC_SIZE(dev, vsec, dest) \ + pci_read_config_dword(dev, vsec + 0x24, dest) +#define CXL_READ_VSEC_PS_OFF(dev, vsec, dest) \ + pci_read_config_dword(dev, vsec + 0x28, dest) +#define CXL_READ_VSEC_PS_SIZE(dev, vsec, dest) \ + pci_read_config_dword(dev, vsec + 0x2c, dest) + + +/* This works a little different than the p1/p2 register accesses to make it + * easier to pull out individual fields */ +#define AFUD_READ(afu, off) in_be64(afu->afu_desc_mmio + off) +#define EXTRACT_PPC_BIT(val, bit) (!!(val & PPC_BIT(bit))) +#define EXTRACT_PPC_BITS(val, bs, be) ((val & PPC_BITMASK(bs, be)) >> PPC_BITLSHIFT(be)) + +#define AFUD_READ_INFO(afu) AFUD_READ(afu, 0x0) +#define AFUD_NUM_INTS_PER_PROC(val) EXTRACT_PPC_BITS(val, 0, 15) +#define AFUD_NUM_PROCS(val) EXTRACT_PPC_BITS(val, 16, 31) +#define AFUD_NUM_CRS(val) EXTRACT_PPC_BITS(val, 32, 47) +#define AFUD_MULTIMODE(val) EXTRACT_PPC_BIT(val, 48) +#define AFUD_PUSH_BLOCK_TRANSFER(val) EXTRACT_PPC_BIT(val, 55) +#define AFUD_DEDICATED_PROCESS(val) EXTRACT_PPC_BIT(val, 59) +#define AFUD_AFU_DIRECTED(val) EXTRACT_PPC_BIT(val, 61) +#define AFUD_TIME_SLICED(val) EXTRACT_PPC_BIT(val, 63) +#define AFUD_READ_CR(afu) AFUD_READ(afu, 0x20) +#define AFUD_CR_LEN(val) EXTRACT_PPC_BITS(val, 8, 63) +#define AFUD_READ_CR_OFF(afu) AFUD_READ(afu, 0x28) +#define AFUD_READ_PPPSA(afu) AFUD_READ(afu, 0x30) +#define AFUD_PPPSA_PP(val) EXTRACT_PPC_BIT(val, 6) +#define AFUD_PPPSA_PSA(val) EXTRACT_PPC_BIT(val, 7) +#define AFUD_PPPSA_LEN(val) EXTRACT_PPC_BITS(val, 8, 63) +#define AFUD_READ_PPPSA_OFF(afu) AFUD_READ(afu, 0x38) +#define AFUD_READ_EB(afu) AFUD_READ(afu, 0x40) +#define AFUD_EB_LEN(val) EXTRACT_PPC_BITS(val, 8, 63) +#define AFUD_READ_EB_OFF(afu) AFUD_READ(afu, 0x48) + +static DEFINE_PCI_DEVICE_TABLE(cxl_pci_tbl) = { + { PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x0477), }, + { PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x044b), }, + { PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x04cf), }, + { PCI_DEVICE_CLASS(0x120000, ~0), }, + + { } +}; +MODULE_DEVICE_TABLE(pci, cxl_pci_tbl); + + +/* + * Mostly using these wrappers to avoid confusion: + * priv 1 is BAR2, while priv 2 is BAR0 + */ +static inline resource_size_t p1_base(struct pci_dev *dev) +{ + return pci_resource_start(dev, 2); +} + +static inline resource_size_t p1_size(struct pci_dev *dev) +{ + return pci_resource_len(dev, 2); +} + +static inline resource_size_t p2_base(struct pci_dev *dev) +{ + return pci_resource_start(dev, 0); +} + +static inline resource_size_t p2_size(struct pci_dev *dev) +{ + return pci_resource_len(dev, 0); +} + +static int find_cxl_vsec(struct pci_dev *dev) +{ + int vsec = 0; + u16 val; + + while ((vsec = pci_find_next_ext_capability(dev, vsec, PCI_EXT_CAP_ID_VNDR))) { + pci_read_config_word(dev, vsec + 0x4, &val); + if (val == CXL_PCI_VSEC_ID) + return vsec; + } + return 0; + +} + +static void dump_cxl_config_space(struct pci_dev *dev) +{ + int vsec; + u32 val; + + dev_info(&dev->dev, "dump_cxl_config_space\n"); + + pci_read_config_dword(dev, PCI_BASE_ADDRESS_0, &val); + dev_info(&dev->dev, "BAR0: %#.8x\n", val); + pci_read_config_dword(dev, PCI_BASE_ADDRESS_1, &val); + dev_info(&dev->dev, "BAR1: %#.8x\n", val); + pci_read_config_dword(dev, PCI_BASE_ADDRESS_2, &val); + dev_info(&dev->dev, "BAR2: %#.8x\n", val); + pci_read_config_dword(dev, PCI_BASE_ADDRESS_3, &val); + dev_info(&dev->dev, "BAR3: %#.8x\n", val); + pci_read_config_dword(dev, PCI_BASE_ADDRESS_4, &val); + dev_info(&dev->dev, "BAR4: %#.8x\n", val); + pci_read_config_dword(dev, PCI_BASE_ADDRESS_5, &val); + dev_info(&dev->dev, "BAR5: %#.8x\n", val); + + dev_info(&dev->dev, "p1 regs: %#llx, len: %#llx\n", + p1_base(dev), p1_size(dev)); + dev_info(&dev->dev, "p2 regs: %#llx, len: %#llx\n", + p1_base(dev), p2_size(dev)); + dev_info(&dev->dev, "BAR 4/5: %#llx, len: %#llx\n", + pci_resource_start(dev, 4), pci_resource_len(dev, 4)); + + if (!(vsec = find_cxl_vsec(dev))) + return; + +#define show_reg(name, what) \ + dev_info(&dev->dev, "cxl vsec: %30s: %#x\n", name, what) + + pci_read_config_dword(dev, vsec + 0x0, &val); + show_reg("Cap ID", (val >> 0) & 0xffff); + show_reg("Cap Ver", (val >> 16) & 0xf); + show_reg("Next Cap Ptr", (val >> 20) & 0xfff); + pci_read_config_dword(dev, vsec + 0x4, &val); + show_reg("VSEC ID", (val >> 0) & 0xffff); + show_reg("VSEC Rev", (val >> 16) & 0xf); + show_reg("VSEC Length", (val >> 20) & 0xfff); + pci_read_config_dword(dev, vsec + 0x8, &val); + show_reg("Num AFUs", (val >> 0) & 0xff); + show_reg("Status", (val >> 8) & 0xff); + show_reg("Mode Control", (val >> 16) & 0xff); + show_reg("Reserved", (val >> 24) & 0xff); + pci_read_config_dword(dev, vsec + 0xc, &val); + show_reg("PSL Rev", (val >> 0) & 0xffff); + show_reg("CAIA Ver", (val >> 16) & 0xffff); + pci_read_config_dword(dev, vsec + 0x10, &val); + show_reg("Base Image Rev", (val >> 0) & 0xffff); + show_reg("Reserved", (val >> 16) & 0x0fff); + show_reg("Image Control", (val >> 28) & 0x3); + show_reg("Reserved", (val >> 30) & 0x1); + show_reg("Image Loaded", (val >> 31) & 0x1); + + pci_read_config_dword(dev, vsec + 0x14, &val); + show_reg("Reserved", val); + pci_read_config_dword(dev, vsec + 0x18, &val); + show_reg("Reserved", val); + pci_read_config_dword(dev, vsec + 0x1c, &val); + show_reg("Reserved", val); + + pci_read_config_dword(dev, vsec + 0x20, &val); + show_reg("AFU Descriptor Offset", val); + pci_read_config_dword(dev, vsec + 0x24, &val); + show_reg("AFU Descriptor Size", val); + pci_read_config_dword(dev, vsec + 0x28, &val); + show_reg("Problem State Offset", val); + pci_read_config_dword(dev, vsec + 0x2c, &val); + show_reg("Problem State Size", val); + + pci_read_config_dword(dev, vsec + 0x30, &val); + show_reg("Reserved", val); + pci_read_config_dword(dev, vsec + 0x34, &val); + show_reg("Reserved", val); + pci_read_config_dword(dev, vsec + 0x38, &val); + show_reg("Reserved", val); + pci_read_config_dword(dev, vsec + 0x3c, &val); + show_reg("Reserved", val); + + pci_read_config_dword(dev, vsec + 0x40, &val); + show_reg("PSL Programming Port", val); + pci_read_config_dword(dev, vsec + 0x44, &val); + show_reg("PSL Programming Control", val); + + pci_read_config_dword(dev, vsec + 0x48, &val); + show_reg("Reserved", val); + pci_read_config_dword(dev, vsec + 0x4c, &val); + show_reg("Reserved", val); + + pci_read_config_dword(dev, vsec + 0x50, &val); + show_reg("Flash Address Register", val); + pci_read_config_dword(dev, vsec + 0x54, &val); + show_reg("Flash Size Register", val); + pci_read_config_dword(dev, vsec + 0x58, &val); + show_reg("Flash Status/Control Register", val); + pci_read_config_dword(dev, vsec + 0x58, &val); + show_reg("Flash Data Port", val); + +#undef show_reg +} + +static void dump_afu_descriptor(struct cxl_afu *afu) +{ + u64 val; + +#define show_reg(name, what) \ + dev_info(&afu->dev, "afu desc: %30s: %#llx\n", name, what) + + val = AFUD_READ_INFO(afu); + show_reg("num_ints_per_process", AFUD_NUM_INTS_PER_PROC(val)); + show_reg("num_of_processes", AFUD_NUM_PROCS(val)); + show_reg("num_of_afu_CRs", AFUD_NUM_CRS(val)); + show_reg("req_prog_mode", val & 0xffffULL); + + val = AFUD_READ(afu, 0x8); + show_reg("Reserved", val); + val = AFUD_READ(afu, 0x10); + show_reg("Reserved", val); + val = AFUD_READ(afu, 0x18); + show_reg("Reserved", val); + + val = AFUD_READ_CR(afu); + show_reg("Reserved", (val >> (63-7)) & 0xff); + show_reg("AFU_CR_len", AFUD_CR_LEN(val)); + + val = AFUD_READ_CR_OFF(afu); + show_reg("AFU_CR_offset", val); + + val = AFUD_READ_PPPSA(afu); + show_reg("PerProcessPSA_control", (val >> (63-7)) & 0xff); + show_reg("PerProcessPSA Length", AFUD_PPPSA_LEN(val)); + + val = AFUD_READ_PPPSA_OFF(afu); + show_reg("PerProcessPSA_offset", val); + + val = AFUD_READ_EB(afu); + show_reg("Reserved", (val >> (63-7)) & 0xff); + show_reg("AFU_EB_len", AFUD_EB_LEN(val)); + + val = AFUD_READ_EB_OFF(afu); + show_reg("AFU_EB_offset", val); + +#undef show_reg +} + +static int init_implementation_adapter_regs(struct cxl *adapter, struct pci_dev *dev) +{ + struct device_node *np; + const __be32 *prop; + u64 psl_dsnctl; + u64 chipid; + + if (!(np = pnv_pci_to_phb_node(dev))) + return -ENODEV; + + while (np && !(prop = of_get_property(np, "ibm,chip-id", NULL))) + np = of_get_next_parent(np); + if (!np) + return -ENODEV; + chipid = be32_to_cpup(prop); + of_node_put(np); + + /* Tell PSL where to route data to */ + psl_dsnctl = 0x02E8900002000000ULL | (chipid << (63-5)); + cxl_p1_write(adapter, CXL_PSL_DSNDCTL, psl_dsnctl); + cxl_p1_write(adapter, CXL_PSL_RESLCKTO, 0x20000000200ULL); + /* snoop write mask */ + cxl_p1_write(adapter, CXL_PSL_SNWRALLOC, 0x00000000FFFFFFFFULL); + /* set fir_accum */ + cxl_p1_write(adapter, CXL_PSL_FIR_CNTL, 0x0800000000000000ULL); + /* for debugging with trace arrays */ + cxl_p1_write(adapter, CXL_PSL_TRACE, 0x0000FF7C00000000ULL); + + return 0; +} + +static int init_implementation_afu_regs(struct cxl_afu *afu) +{ + /* read/write masks for this slice */ + cxl_p1n_write(afu, CXL_PSL_APCALLOC_A, 0xFFFFFFFEFEFEFEFEULL); + /* APC read/write masks for this slice */ + cxl_p1n_write(afu, CXL_PSL_COALLOC_A, 0xFF000000FEFEFEFEULL); + /* for debugging with trace arrays */ + cxl_p1n_write(afu, CXL_PSL_SLICE_TRACE, 0x0000FFFF00000000ULL); + cxl_p1n_write(afu, CXL_PSL_RXCTL_A, 0xF000000000000000ULL); + + return 0; +} + +int cxl_setup_irq(struct cxl *adapter, unsigned int hwirq, + unsigned int virq) +{ + struct pci_dev *dev = to_pci_dev(adapter->dev.parent); + + return pnv_cxl_ioda_msi_setup(dev, hwirq, virq); +} + +int cxl_alloc_one_irq(struct cxl *adapter) +{ + struct pci_dev *dev = to_pci_dev(adapter->dev.parent); + + return pnv_cxl_alloc_hwirqs(dev, 1); +} + +void cxl_release_one_irq(struct cxl *adapter, int hwirq) +{ + struct pci_dev *dev = to_pci_dev(adapter->dev.parent); + + return pnv_cxl_release_hwirqs(dev, hwirq, 1); +} + +int cxl_alloc_irq_ranges(struct cxl_irq_ranges *irqs, struct cxl *adapter, unsigned int num) +{ + struct pci_dev *dev = to_pci_dev(adapter->dev.parent); + + return pnv_cxl_alloc_hwirq_ranges(irqs, dev, num); +} + +void cxl_release_irq_ranges(struct cxl_irq_ranges *irqs, struct cxl *adapter) +{ + struct pci_dev *dev = to_pci_dev(adapter->dev.parent); + + pnv_cxl_release_hwirq_ranges(irqs, dev); +} + +static int setup_cxl_bars(struct pci_dev *dev) +{ + /* Safety check in case we get backported to < 3.17 without M64 */ + if ((p1_base(dev) < 0x100000000ULL) || + (p2_base(dev) < 0x100000000ULL)) { + dev_err(&dev->dev, "ABORTING: M32 BAR assignment incompatible with CXL\n"); + return -ENODEV; + } + + /* + * BAR 4/5 has a special meaning for CXL and must be programmed with a + * special value corresponding to the CXL protocol address range. + * For POWER 8 that means bits 48:49 must be set to 10 + */ + pci_write_config_dword(dev, PCI_BASE_ADDRESS_4, 0x00000000); + pci_write_config_dword(dev, PCI_BASE_ADDRESS_5, 0x00020000); + + return 0; +} + +/* pciex node: ibm,opal-m64-window = <0x3d058 0x0 0x3d058 0x0 0x8 0x0>; */ +static int switch_card_to_cxl(struct pci_dev *dev) +{ + int vsec; + u8 val; + int rc; + + dev_info(&dev->dev, "switch card to CXL\n"); + + if (!(vsec = find_cxl_vsec(dev))) { + dev_err(&dev->dev, "ABORTING: CXL VSEC not found!\n"); + return -ENODEV; + } + + if ((rc = CXL_READ_VSEC_MODE_CONTROL(dev, vsec, &val))) { + dev_err(&dev->dev, "failed to read current mode control: %i", rc); + return rc; + } + val &= ~CXL_VSEC_PROTOCOL_MASK; + val |= CXL_VSEC_PROTOCOL_256TB | CXL_VSEC_PROTOCOL_ENABLE; + if ((rc = CXL_WRITE_VSEC_MODE_CONTROL(dev, vsec, val))) { + dev_err(&dev->dev, "failed to enable CXL protocol: %i", rc); + return rc; + } + /* + * The CAIA spec (v0.12 11.6 Bi-modal Device Support) states + * we must wait 100ms after this mode switch before touching + * PCIe config space. + */ + msleep(100); + + return 0; +} + +static int cxl_map_slice_regs(struct cxl_afu *afu, struct cxl *adapter, struct pci_dev *dev) +{ + u64 p1n_base, p2n_base, afu_desc; + const u64 p1n_size = 0x100; + const u64 p2n_size = 0x1000; + + p1n_base = p1_base(dev) + 0x10000 + (afu->slice * p1n_size); + p2n_base = p2_base(dev) + (afu->slice * p2n_size); + afu->psn_phys = p2_base(dev) + (adapter->ps_off + (afu->slice * adapter->ps_size)); + afu_desc = p2_base(dev) + adapter->afu_desc_off + (afu->slice * adapter->afu_desc_size); + + if (!(afu->p1n_mmio = ioremap(p1n_base, p1n_size))) + goto err; + if (!(afu->p2n_mmio = ioremap(p2n_base, p2n_size))) + goto err1; + if (afu_desc) { + if (!(afu->afu_desc_mmio = ioremap(afu_desc, adapter->afu_desc_size))) + goto err2; + } + + return 0; +err2: + iounmap(afu->p2n_mmio); +err1: + iounmap(afu->p1n_mmio); +err: + dev_err(&afu->dev, "Error mapping AFU MMIO regions\n"); + return -ENOMEM; +} + +static void cxl_unmap_slice_regs(struct cxl_afu *afu) +{ + if (afu->p1n_mmio) + iounmap(afu->p2n_mmio); + if (afu->p1n_mmio) + iounmap(afu->p1n_mmio); +} + +static void cxl_release_afu(struct device *dev) +{ + struct cxl_afu *afu = to_cxl_afu(dev); + + pr_devel("cxl_release_afu\n"); + + kfree(afu); +} + +static struct cxl_afu *cxl_alloc_afu(struct cxl *adapter, int slice) +{ + struct cxl_afu *afu; + + if (!(afu = kzalloc(sizeof(struct cxl_afu), GFP_KERNEL))) + return NULL; + + afu->adapter = adapter; + afu->dev.parent = &adapter->dev; + afu->dev.release = cxl_release_afu; + afu->slice = slice; + idr_init(&afu->contexts_idr); + spin_lock_init(&afu->contexts_lock); + spin_lock_init(&afu->afu_cntl_lock); + mutex_init(&afu->spa_mutex); + + afu->prefault_mode = CXL_PREFAULT_NONE; + afu->irqs_max = afu->adapter->user_irqs; + + return afu; +} + +/* Expects AFU struct to have recently been zeroed out */ +static int cxl_read_afu_descriptor(struct cxl_afu *afu) +{ + u64 val; + + val = AFUD_READ_INFO(afu); + afu->pp_irqs = AFUD_NUM_INTS_PER_PROC(val); + afu->max_procs_virtualised = AFUD_NUM_PROCS(val); + + if (AFUD_AFU_DIRECTED(val)) + afu->modes_supported |= CXL_MODE_DIRECTED; + if (AFUD_DEDICATED_PROCESS(val)) + afu->modes_supported |= CXL_MODE_DEDICATED; + if (AFUD_TIME_SLICED(val)) + afu->modes_supported |= CXL_MODE_TIME_SLICED; + + val = AFUD_READ_PPPSA(afu); + afu->pp_size = AFUD_PPPSA_LEN(val) * 4096; + afu->psa = AFUD_PPPSA_PSA(val); + if ((afu->pp_psa = AFUD_PPPSA_PP(val))) + afu->pp_offset = AFUD_READ_PPPSA_OFF(afu); + + return 0; +} + +static int cxl_afu_descriptor_looks_ok(struct cxl_afu *afu) +{ + if (afu->psa && afu->adapter->ps_size < + (afu->pp_offset + afu->pp_size*afu->max_procs_virtualised)) { + dev_err(&afu->dev, "per-process PSA can't fit inside the PSA!\n"); + return -ENODEV; + } + + if (afu->pp_psa && (afu->pp_size < PAGE_SIZE)) + dev_warn(&afu->dev, "AFU uses < PAGE_SIZE per-process PSA!"); + + return 0; +} + +static int sanitise_afu_regs(struct cxl_afu *afu) +{ + u64 reg; + + /* + * Clear out any regs that contain either an IVTE or address or may be + * waiting on an acknowledgement to try to be a bit safer as we bring + * it online + */ + reg = cxl_p2n_read(afu, CXL_AFU_Cntl_An); + if ((reg & CXL_AFU_Cntl_An_ES_MASK) != CXL_AFU_Cntl_An_ES_Disabled) { + dev_warn(&afu->dev, "WARNING: AFU was not disabled: %#.16llx\n", reg); + if (cxl_afu_reset(afu)) + return -EIO; + if (cxl_afu_disable(afu)) + return -EIO; + if (cxl_psl_purge(afu)) + return -EIO; + } + cxl_p1n_write(afu, CXL_PSL_SPAP_An, 0x0000000000000000); + cxl_p1n_write(afu, CXL_PSL_IVTE_Limit_An, 0x0000000000000000); + cxl_p1n_write(afu, CXL_PSL_IVTE_Offset_An, 0x0000000000000000); + cxl_p1n_write(afu, CXL_PSL_AMBAR_An, 0x0000000000000000); + cxl_p1n_write(afu, CXL_PSL_SPOffset_An, 0x0000000000000000); + cxl_p1n_write(afu, CXL_HAURP_An, 0x0000000000000000); + cxl_p2n_write(afu, CXL_CSRP_An, 0x0000000000000000); + cxl_p2n_write(afu, CXL_AURP1_An, 0x0000000000000000); + cxl_p2n_write(afu, CXL_AURP0_An, 0x0000000000000000); + cxl_p2n_write(afu, CXL_SSTP1_An, 0x0000000000000000); + cxl_p2n_write(afu, CXL_SSTP0_An, 0x0000000000000000); + reg = cxl_p2n_read(afu, CXL_PSL_DSISR_An); + if (reg) { + dev_warn(&afu->dev, "AFU had pending DSISR: %#.16llx\n", reg); + if (reg & CXL_PSL_DSISR_TRANS) + cxl_p2n_write(afu, CXL_PSL_TFC_An, CXL_PSL_TFC_An_AE); + else + cxl_p2n_write(afu, CXL_PSL_TFC_An, CXL_PSL_TFC_An_A); + } + reg = cxl_p1n_read(afu, CXL_PSL_SERR_An); + if (reg) { + if (reg & ~0xffff) + dev_warn(&afu->dev, "AFU had pending SERR: %#.16llx\n", reg); + cxl_p1n_write(afu, CXL_PSL_SERR_An, reg & ~0xffff); + } + reg = cxl_p2n_read(afu, CXL_PSL_ErrStat_An); + if (reg) { + dev_warn(&afu->dev, "AFU had pending error status: %#.16llx\n", reg); + cxl_p2n_write(afu, CXL_PSL_ErrStat_An, reg); + } + + return 0; +} + +static int cxl_init_afu(struct cxl *adapter, int slice, struct pci_dev *dev) +{ + struct cxl_afu *afu; + bool free = true; + int rc; + + if (!(afu = cxl_alloc_afu(adapter, slice))) + return -ENOMEM; + + if ((rc = dev_set_name(&afu->dev, "afu%i.%i", adapter->adapter_num, slice))) + goto err1; + + if ((rc = cxl_map_slice_regs(afu, adapter, dev))) + goto err1; + + if ((rc = sanitise_afu_regs(afu))) + goto err2; + + /* We need to reset the AFU before we can read the AFU descriptor */ + if ((rc = cxl_afu_reset(afu))) + goto err2; + + if (cxl_verbose) + dump_afu_descriptor(afu); + + if ((rc = cxl_read_afu_descriptor(afu))) + goto err2; + + if ((rc = cxl_afu_descriptor_looks_ok(afu))) + goto err2; + + if ((rc = init_implementation_afu_regs(afu))) + goto err2; + + if ((rc = cxl_register_serr_irq(afu))) + goto err2; + + if ((rc = cxl_register_psl_irq(afu))) + goto err3; + + /* Don't care if this fails */ + cxl_debugfs_afu_add(afu); + + /* + * After we call this function we must not free the afu directly, even + * if it returns an error! + */ + if ((rc = cxl_register_afu(afu))) + goto err_put1; + + if ((rc = cxl_sysfs_afu_add(afu))) + goto err_put1; + + + if ((rc = cxl_afu_select_best_mode(afu))) + goto err_put2; + + adapter->afu[afu->slice] = afu; + + return 0; + +err_put2: + cxl_sysfs_afu_remove(afu); +err_put1: + device_unregister(&afu->dev); + free = false; + cxl_debugfs_afu_remove(afu); + cxl_release_psl_irq(afu); +err3: + cxl_release_serr_irq(afu); +err2: + cxl_unmap_slice_regs(afu); +err1: + if (free) + kfree(afu); + return rc; +} + +static void cxl_remove_afu(struct cxl_afu *afu) +{ + pr_devel("cxl_remove_afu\n"); + + if (!afu) + return; + + cxl_sysfs_afu_remove(afu); + cxl_debugfs_afu_remove(afu); + + spin_lock(&afu->adapter->afu_list_lock); + afu->adapter->afu[afu->slice] = NULL; + spin_unlock(&afu->adapter->afu_list_lock); + + cxl_context_detach_all(afu); + cxl_afu_deactivate_mode(afu); + + cxl_release_psl_irq(afu); + cxl_release_serr_irq(afu); + cxl_unmap_slice_regs(afu); + + device_unregister(&afu->dev); +} + + +static int cxl_map_adapter_regs(struct cxl *adapter, struct pci_dev *dev) +{ + if (pci_request_region(dev, 2, "priv 2 regs")) + goto err1; + if (pci_request_region(dev, 0, "priv 1 regs")) + goto err2; + + pr_devel("cxl_map_adapter_regs: p1: %#.16llx %#llx, p2: %#.16llx %#llx", + p1_base(dev), p1_size(dev), p2_base(dev), p2_size(dev)); + + if (!(adapter->p1_mmio = ioremap(p1_base(dev), p1_size(dev)))) + goto err3; + + if (!(adapter->p2_mmio = ioremap(p2_base(dev), p2_size(dev)))) + goto err4; + + return 0; + +err4: + iounmap(adapter->p1_mmio); + adapter->p1_mmio = NULL; +err3: + pci_release_region(dev, 0); +err2: + pci_release_region(dev, 2); +err1: + return -ENOMEM; +} + +static void cxl_unmap_adapter_regs(struct cxl *adapter) +{ + if (adapter->p1_mmio) + iounmap(adapter->p1_mmio); + if (adapter->p2_mmio) + iounmap(adapter->p2_mmio); +} + +static int cxl_read_vsec(struct cxl *adapter, struct pci_dev *dev) +{ + int vsec; + u32 afu_desc_off, afu_desc_size; + u32 ps_off, ps_size; + u16 vseclen; + u8 image_state; + + if (!(vsec = find_cxl_vsec(dev))) { + dev_err(&adapter->dev, "ABORTING: CXL VSEC not found!\n"); + return -ENODEV; + } + + CXL_READ_VSEC_LENGTH(dev, vsec, &vseclen); + if (vseclen < CXL_VSEC_MIN_SIZE) { + pr_err("ABORTING: CXL VSEC too short\n"); + return -EINVAL; + } + + CXL_READ_VSEC_STATUS(dev, vsec, &adapter->vsec_status); + CXL_READ_VSEC_PSL_REVISION(dev, vsec, &adapter->psl_rev); + CXL_READ_VSEC_CAIA_MAJOR(dev, vsec, &adapter->caia_major); + CXL_READ_VSEC_CAIA_MINOR(dev, vsec, &adapter->caia_minor); + CXL_READ_VSEC_BASE_IMAGE(dev, vsec, &adapter->base_image); + CXL_READ_VSEC_IMAGE_STATE(dev, vsec, &image_state); + adapter->user_image_loaded = !!(image_state & CXL_VSEC_USER_IMAGE_LOADED); + adapter->perst_loads_image = !!(image_state & CXL_VSEC_PERST_LOADS_IMAGE); + adapter->perst_select_user = !!(image_state & CXL_VSEC_PERST_SELECT_USER); + + CXL_READ_VSEC_NAFUS(dev, vsec, &adapter->slices); + CXL_READ_VSEC_AFU_DESC_OFF(dev, vsec, &afu_desc_off); + CXL_READ_VSEC_AFU_DESC_SIZE(dev, vsec, &afu_desc_size); + CXL_READ_VSEC_PS_OFF(dev, vsec, &ps_off); + CXL_READ_VSEC_PS_SIZE(dev, vsec, &ps_size); + + /* Convert everything to bytes, because there is NO WAY I'd look at the + * code a month later and forget what units these are in ;-) */ + adapter->ps_off = ps_off * 64 * 1024; + adapter->ps_size = ps_size * 64 * 1024; + adapter->afu_desc_off = afu_desc_off * 64 * 1024; + adapter->afu_desc_size = afu_desc_size *64 * 1024; + + /* Total IRQs - 1 PSL ERROR - #AFU*(1 slice error + 1 DSI) */ + adapter->user_irqs = pnv_cxl_get_irq_count(dev) - 1 - 2*adapter->slices; + + return 0; +} + +static int cxl_vsec_looks_ok(struct cxl *adapter, struct pci_dev *dev) +{ + if (adapter->vsec_status & CXL_STATUS_SECOND_PORT) + return -EBUSY; + + if (adapter->vsec_status & CXL_UNSUPPORTED_FEATURES) { + dev_err(&adapter->dev, "ABORTING: CXL requires unsupported features\n"); + return -EINVAL; + } + + if (!adapter->slices) { + /* Once we support dynamic reprogramming we can use the card if + * it supports loadable AFUs */ + dev_err(&adapter->dev, "ABORTING: Device has no AFUs\n"); + return -EINVAL; + } + + if (!adapter->afu_desc_off || !adapter->afu_desc_size) { + dev_err(&adapter->dev, "ABORTING: VSEC shows no AFU descriptors\n"); + return -EINVAL; + } + + if (adapter->ps_size > p2_size(dev) - adapter->ps_off) { + dev_err(&adapter->dev, "ABORTING: Problem state size larger than " + "available in BAR2: 0x%llx > 0x%llx\n", + adapter->ps_size, p2_size(dev) - adapter->ps_off); + return -EINVAL; + } + + return 0; +} + +static void cxl_release_adapter(struct device *dev) +{ + struct cxl *adapter = to_cxl_adapter(dev); + + pr_devel("cxl_release_adapter\n"); + + kfree(adapter); +} + +static struct cxl *cxl_alloc_adapter(struct pci_dev *dev) +{ + struct cxl *adapter; + + if (!(adapter = kzalloc(sizeof(struct cxl), GFP_KERNEL))) + return NULL; + + adapter->dev.parent = &dev->dev; + adapter->dev.release = cxl_release_adapter; + pci_set_drvdata(dev, adapter); + spin_lock_init(&adapter->afu_list_lock); + + return adapter; +} + +static int sanitise_adapter_regs(struct cxl *adapter) +{ + cxl_p1_write(adapter, CXL_PSL_ErrIVTE, 0x0000000000000000); + return cxl_tlb_slb_invalidate(adapter); +} + +static struct cxl *cxl_init_adapter(struct pci_dev *dev) +{ + struct cxl *adapter; + bool free = true; + int rc; + + + if (!(adapter = cxl_alloc_adapter(dev))) + return ERR_PTR(-ENOMEM); + + if ((rc = switch_card_to_cxl(dev))) + goto err1; + + if ((rc = cxl_alloc_adapter_nr(adapter))) + goto err1; + + if ((rc = dev_set_name(&adapter->dev, "card%i", adapter->adapter_num))) + goto err2; + + if ((rc = cxl_read_vsec(adapter, dev))) + goto err2; + + if ((rc = cxl_vsec_looks_ok(adapter, dev))) + goto err2; + + if ((rc = cxl_map_adapter_regs(adapter, dev))) + goto err2; + + if ((rc = sanitise_adapter_regs(adapter))) + goto err2; + + if ((rc = init_implementation_adapter_regs(adapter, dev))) + goto err3; + + if ((rc = pnv_phb_to_cxl(dev))) + goto err3; + + if ((rc = cxl_register_psl_err_irq(adapter))) + goto err3; + + /* Don't care if this one fails: */ + cxl_debugfs_adapter_add(adapter); + + /* + * After we call this function we must not free the adapter directly, + * even if it returns an error! + */ + if ((rc = cxl_register_adapter(adapter))) + goto err_put1; + + if ((rc = cxl_sysfs_adapter_add(adapter))) + goto err_put1; + + return adapter; + +err_put1: + device_unregister(&adapter->dev); + free = false; + cxl_debugfs_adapter_remove(adapter); + cxl_release_psl_err_irq(adapter); +err3: + cxl_unmap_adapter_regs(adapter); +err2: + cxl_remove_adapter_nr(adapter); +err1: + if (free) + kfree(adapter); + return ERR_PTR(rc); +} + +static void cxl_remove_adapter(struct cxl *adapter) +{ + struct pci_dev *pdev = to_pci_dev(adapter->dev.parent); + + pr_devel("cxl_release_adapter\n"); + + cxl_sysfs_adapter_remove(adapter); + cxl_debugfs_adapter_remove(adapter); + cxl_release_psl_err_irq(adapter); + cxl_unmap_adapter_regs(adapter); + cxl_remove_adapter_nr(adapter); + + device_unregister(&adapter->dev); + + pci_release_region(pdev, 0); + pci_release_region(pdev, 2); + pci_disable_device(pdev); +} + +static int cxl_probe(struct pci_dev *dev, const struct pci_device_id *id) +{ + struct cxl *adapter; + int slice; + int rc; + + pci_dev_get(dev); + + if (cxl_verbose) + dump_cxl_config_space(dev); + + if ((rc = setup_cxl_bars(dev))) + return rc; + + if ((rc = pci_enable_device(dev))) { + dev_err(&dev->dev, "pci_enable_device failed: %i\n", rc); + return rc; + } + + adapter = cxl_init_adapter(dev); + if (IS_ERR(adapter)) { + dev_err(&dev->dev, "cxl_init_adapter failed: %li\n", PTR_ERR(adapter)); + return PTR_ERR(adapter); + } + + for (slice = 0; slice < adapter->slices; slice++) { + if ((rc = cxl_init_afu(adapter, slice, dev))) + dev_err(&dev->dev, "AFU %i failed to initialise: %i\n", slice, rc); + } + + return 0; +} + +static void cxl_remove(struct pci_dev *dev) +{ + struct cxl *adapter = pci_get_drvdata(dev); + int afu; + + dev_warn(&dev->dev, "pci remove\n"); + + /* + * Lock to prevent someone grabbing a ref through the adapter list as + * we are removing it + */ + for (afu = 0; afu < adapter->slices; afu++) + cxl_remove_afu(adapter->afu[afu]); + cxl_remove_adapter(adapter); +} + +struct pci_driver cxl_pci_driver = { + .name = "cxl-pci", + .id_table = cxl_pci_tbl, + .probe = cxl_probe, + .remove = cxl_remove, +}; --- linux-lts-utopic-3.16.0.orig/drivers/misc/cxl/sysfs.c +++ linux-lts-utopic-3.16.0/drivers/misc/cxl/sysfs.c @@ -0,0 +1,385 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#include +#include +#include + +#include "cxl.h" + +#define to_afu_chardev_m(d) dev_get_drvdata(d) + +/********* Adapter attributes **********************************************/ + +static ssize_t caia_version_show(struct device *device, + struct device_attribute *attr, + char *buf) +{ + struct cxl *adapter = to_cxl_adapter(device); + + return scnprintf(buf, PAGE_SIZE, "%i.%i\n", adapter->caia_major, + adapter->caia_minor); +} + +static ssize_t psl_revision_show(struct device *device, + struct device_attribute *attr, + char *buf) +{ + struct cxl *adapter = to_cxl_adapter(device); + + return scnprintf(buf, PAGE_SIZE, "%i\n", adapter->psl_rev); +} + +static ssize_t base_image_show(struct device *device, + struct device_attribute *attr, + char *buf) +{ + struct cxl *adapter = to_cxl_adapter(device); + + return scnprintf(buf, PAGE_SIZE, "%i\n", adapter->base_image); +} + +static ssize_t image_loaded_show(struct device *device, + struct device_attribute *attr, + char *buf) +{ + struct cxl *adapter = to_cxl_adapter(device); + + if (adapter->user_image_loaded) + return scnprintf(buf, PAGE_SIZE, "user\n"); + return scnprintf(buf, PAGE_SIZE, "factory\n"); +} + +static struct device_attribute adapter_attrs[] = { + __ATTR_RO(caia_version), + __ATTR_RO(psl_revision), + __ATTR_RO(base_image), + __ATTR_RO(image_loaded), +}; + + +/********* AFU master specific attributes **********************************/ + +static ssize_t mmio_size_show_master(struct device *device, + struct device_attribute *attr, + char *buf) +{ + struct cxl_afu *afu = to_afu_chardev_m(device); + + return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->adapter->ps_size); +} + +static ssize_t pp_mmio_off_show(struct device *device, + struct device_attribute *attr, + char *buf) +{ + struct cxl_afu *afu = to_afu_chardev_m(device); + + return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->pp_offset); +} + +static ssize_t pp_mmio_len_show(struct device *device, + struct device_attribute *attr, + char *buf) +{ + struct cxl_afu *afu = to_afu_chardev_m(device); + + return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->pp_size); +} + +static struct device_attribute afu_master_attrs[] = { + __ATTR(mmio_size, S_IRUGO, mmio_size_show_master, NULL), + __ATTR_RO(pp_mmio_off), + __ATTR_RO(pp_mmio_len), +}; + + +/********* AFU attributes **************************************************/ + +static ssize_t mmio_size_show(struct device *device, + struct device_attribute *attr, + char *buf) +{ + struct cxl_afu *afu = to_cxl_afu(device); + + if (afu->pp_size) + return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->pp_size); + return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->adapter->ps_size); +} + +static ssize_t reset_store_afu(struct device *device, + struct device_attribute *attr, + const char *buf, size_t count) +{ + struct cxl_afu *afu = to_cxl_afu(device); + int rc; + + /* Not safe to reset if it is currently in use */ + spin_lock(&afu->contexts_lock); + if (!idr_is_empty(&afu->contexts_idr)) { + rc = -EBUSY; + goto err; + } + + if ((rc = cxl_afu_reset(afu))) + goto err; + + rc = count; +err: + spin_unlock(&afu->contexts_lock); + return rc; +} + +static ssize_t irqs_min_show(struct device *device, + struct device_attribute *attr, + char *buf) +{ + struct cxl_afu *afu = to_cxl_afu(device); + + return scnprintf(buf, PAGE_SIZE, "%i\n", afu->pp_irqs); +} + +static ssize_t irqs_max_show(struct device *device, + struct device_attribute *attr, + char *buf) +{ + struct cxl_afu *afu = to_cxl_afu(device); + + return scnprintf(buf, PAGE_SIZE, "%i\n", afu->irqs_max); +} + +static ssize_t irqs_max_store(struct device *device, + struct device_attribute *attr, + const char *buf, size_t count) +{ + struct cxl_afu *afu = to_cxl_afu(device); + ssize_t ret; + int irqs_max; + + ret = sscanf(buf, "%i", &irqs_max); + if (ret != 1) + return -EINVAL; + + if (irqs_max < afu->pp_irqs) + return -EINVAL; + + if (irqs_max > afu->adapter->user_irqs) + return -EINVAL; + + afu->irqs_max = irqs_max; + return count; +} + +static ssize_t modes_supported_show(struct device *device, + struct device_attribute *attr, char *buf) +{ + struct cxl_afu *afu = to_cxl_afu(device); + char *p = buf, *end = buf + PAGE_SIZE; + + if (afu->modes_supported & CXL_MODE_DEDICATED) + p += scnprintf(p, end - p, "dedicated_process\n"); + if (afu->modes_supported & CXL_MODE_DIRECTED) + p += scnprintf(p, end - p, "afu_directed\n"); + return (p - buf); +} + +static ssize_t prefault_mode_show(struct device *device, + struct device_attribute *attr, + char *buf) +{ + struct cxl_afu *afu = to_cxl_afu(device); + + switch (afu->prefault_mode) { + case CXL_PREFAULT_WED: + return scnprintf(buf, PAGE_SIZE, "work_element_descriptor\n"); + case CXL_PREFAULT_ALL: + return scnprintf(buf, PAGE_SIZE, "all\n"); + default: + return scnprintf(buf, PAGE_SIZE, "none\n"); + } +} + +static ssize_t prefault_mode_store(struct device *device, + struct device_attribute *attr, + const char *buf, size_t count) +{ + struct cxl_afu *afu = to_cxl_afu(device); + enum prefault_modes mode = -1; + + if (!strncmp(buf, "work_element_descriptor", 23)) + mode = CXL_PREFAULT_WED; + if (!strncmp(buf, "all", 3)) + mode = CXL_PREFAULT_ALL; + if (!strncmp(buf, "none", 4)) + mode = CXL_PREFAULT_NONE; + + if (mode == -1) + return -EINVAL; + + afu->prefault_mode = mode; + return count; +} + +static ssize_t mode_show(struct device *device, + struct device_attribute *attr, + char *buf) +{ + struct cxl_afu *afu = to_cxl_afu(device); + + if (afu->current_mode == CXL_MODE_DEDICATED) + return scnprintf(buf, PAGE_SIZE, "dedicated_process\n"); + if (afu->current_mode == CXL_MODE_DIRECTED) + return scnprintf(buf, PAGE_SIZE, "afu_directed\n"); + return scnprintf(buf, PAGE_SIZE, "none\n"); +} + +static ssize_t mode_store(struct device *device, struct device_attribute *attr, + const char *buf, size_t count) +{ + struct cxl_afu *afu = to_cxl_afu(device); + int old_mode, mode = -1; + int rc = -EBUSY; + + /* can't change this if we have a user */ + spin_lock(&afu->contexts_lock); + if (!idr_is_empty(&afu->contexts_idr)) + goto err; + + if (!strncmp(buf, "dedicated_process", 17)) + mode = CXL_MODE_DEDICATED; + if (!strncmp(buf, "afu_directed", 12)) + mode = CXL_MODE_DIRECTED; + if (!strncmp(buf, "none", 4)) + mode = 0; + + if (mode == -1) { + rc = -EINVAL; + goto err; + } + + /* + * cxl_afu_deactivate_mode needs to be done outside the lock, prevent + * other contexts coming in before we are ready: + */ + old_mode = afu->current_mode; + afu->current_mode = 0; + afu->num_procs = 0; + + spin_unlock(&afu->contexts_lock); + + if ((rc = _cxl_afu_deactivate_mode(afu, old_mode))) + return rc; + if ((rc = cxl_afu_activate_mode(afu, mode))) + return rc; + + return count; +err: + spin_unlock(&afu->contexts_lock); + return rc; +} + +static ssize_t api_version_show(struct device *device, + struct device_attribute *attr, + char *buf) +{ + return scnprintf(buf, PAGE_SIZE, "%i\n", CXL_API_VERSION); +} + +static ssize_t api_version_compatible_show(struct device *device, + struct device_attribute *attr, + char *buf) +{ + return scnprintf(buf, PAGE_SIZE, "%i\n", CXL_API_VERSION_COMPATIBLE); +} + +static struct device_attribute afu_attrs[] = { + __ATTR_RO(mmio_size), + __ATTR_RO(irqs_min), + __ATTR_RW(irqs_max), + __ATTR_RO(modes_supported), + __ATTR_RW(mode), + __ATTR_RW(prefault_mode), + __ATTR_RO(api_version), + __ATTR_RO(api_version_compatible), + __ATTR(reset, S_IWUSR, NULL, reset_store_afu), +}; + + + +int cxl_sysfs_adapter_add(struct cxl *adapter) +{ + int i, rc; + + for (i = 0; i < ARRAY_SIZE(adapter_attrs); i++) { + if ((rc = device_create_file(&adapter->dev, &adapter_attrs[i]))) + goto err; + } + return 0; +err: + for (i--; i >= 0; i--) + device_remove_file(&adapter->dev, &adapter_attrs[i]); + return rc; +} +void cxl_sysfs_adapter_remove(struct cxl *adapter) +{ + int i; + + for (i = 0; i < ARRAY_SIZE(adapter_attrs); i++) + device_remove_file(&adapter->dev, &adapter_attrs[i]); +} + +int cxl_sysfs_afu_add(struct cxl_afu *afu) +{ + int i, rc; + + for (i = 0; i < ARRAY_SIZE(afu_attrs); i++) { + if ((rc = device_create_file(&afu->dev, &afu_attrs[i]))) + goto err; + } + + return 0; + +err: + for (i--; i >= 0; i--) + device_remove_file(&afu->dev, &afu_attrs[i]); + return rc; +} + +void cxl_sysfs_afu_remove(struct cxl_afu *afu) +{ + int i; + + for (i = 0; i < ARRAY_SIZE(afu_attrs); i++) + device_remove_file(&afu->dev, &afu_attrs[i]); +} + +int cxl_sysfs_afu_m_add(struct cxl_afu *afu) +{ + int i, rc; + + for (i = 0; i < ARRAY_SIZE(afu_master_attrs); i++) { + if ((rc = device_create_file(afu->chardev_m, &afu_master_attrs[i]))) + goto err; + } + + return 0; + +err: + for (i--; i >= 0; i--) + device_remove_file(afu->chardev_m, &afu_master_attrs[i]); + return rc; +} + +void cxl_sysfs_afu_m_remove(struct cxl_afu *afu) +{ + int i; + + for (i = 0; i < ARRAY_SIZE(afu_master_attrs); i++) + device_remove_file(afu->chardev_m, &afu_master_attrs[i]); +} --- linux-lts-utopic-3.16.0.orig/drivers/misc/genwqe/Kconfig +++ linux-lts-utopic-3.16.0/drivers/misc/genwqe/Kconfig @@ -11,3 +11,9 @@ Enables PCIe card driver for IBM GenWQE accelerators. The user-space interface is described in include/linux/genwqe/genwqe_card.h. + +config GENWQE_PLATFORM_ERROR_RECOVERY + int "Use platform recovery procedures (0=off, 1=on)" + depends on GENWQE + default 1 if PPC64 + default 0 --- linux-lts-utopic-3.16.0.orig/drivers/misc/genwqe/card_base.c +++ linux-lts-utopic-3.16.0/drivers/misc/genwqe/card_base.c @@ -5,7 +5,7 @@ * * Author: Frank Haverkamp * Author: Joerg-Stephan Vogt - * Author: Michael Jung + * Author: Michael Jung * Author: Michael Ruettger * * This program is free software; you can redistribute it and/or modify @@ -38,7 +38,6 @@ #include #include #include -#include #include "card_base.h" #include "card_ddcb.h" @@ -46,10 +45,10 @@ MODULE_AUTHOR("Frank Haverkamp "); MODULE_AUTHOR("Michael Ruettger "); MODULE_AUTHOR("Joerg-Stephan Vogt "); -MODULE_AUTHOR("Michal Jung "); +MODULE_AUTHOR("Michael Jung "); MODULE_DESCRIPTION("GenWQE Card"); -MODULE_VERSION(DRV_VERS_STRING); +MODULE_VERSION(DRV_VERSION); MODULE_LICENSE("GPL"); static char genwqe_driver_name[] = GENWQE_DEVNAME; @@ -58,7 +57,7 @@ static struct genwqe_dev *genwqe_devices[GENWQE_CARD_NO_MAX]; /* PCI structure for identifying device by PCI vendor and device ID */ -static DEFINE_PCI_DEVICE_TABLE(genwqe_device_table) = { +static const struct pci_device_id genwqe_device_table[] = { { .vendor = PCI_VENDOR_ID_IBM, .device = PCI_DEVICE_GENWQE, .subvendor = PCI_SUBVENDOR_ID_IBM, @@ -140,6 +139,12 @@ cd->class_genwqe = class_genwqe; cd->debugfs_genwqe = debugfs_genwqe; + /* + * This comes from kernel config option and can be overritten via + * debugfs. + */ + cd->use_platform_recovery = CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY; + init_waitqueue_head(&cd->queue_waitq); spin_lock_init(&cd->file_lock); @@ -341,8 +346,13 @@ unsigned int vf; u32 T = genwqe_T_psec(cd); u64 x; + int totalvfs; - for (vf = 0; vf < pci_sriov_get_totalvfs(pci_dev); vf++) { + totalvfs = pci_sriov_get_totalvfs(pci_dev); + if (totalvfs <= 0) + return false; + + for (vf = 0; vf < totalvfs; vf++) { if (cd->vf_jobtimeout_msec[vf] == 0) continue; @@ -378,8 +388,9 @@ /* currently support only the debug units mentioned here */ cd->ffdc[type].entries = e; - cd->ffdc[type].regs = kmalloc(e * sizeof(struct genwqe_reg), - GFP_KERNEL); + cd->ffdc[type].regs = + kmalloc_array(e, sizeof(struct genwqe_reg), + GFP_KERNEL); /* * regs == NULL is ok, the using code treats this as no regs, * Printing warning is ok in this case. @@ -718,8 +729,8 @@ __genwqe_writeq(cd, sfir_addr, sfir); dev_dbg(&pci_dev->dev, - "[HM] Clearing 2ndary FIR 0x%08x " - "with 0x%016llx\n", sfir_addr, sfir); + "[HM] Clearing 2ndary FIR 0x%08x with 0x%016llx\n", + sfir_addr, sfir); /* * note, these cannot be error-Firs @@ -735,9 +746,8 @@ __genwqe_writeq(cd, fir_clr_addr, mask); dev_dbg(&pci_dev->dev, - "[HM] Clearing primary FIR 0x%08x " - "with 0x%016llx\n", fir_clr_addr, - mask); + "[HM] Clearing primary FIR 0x%08x with 0x%016llx\n", + fir_clr_addr, mask); } } } @@ -761,6 +771,124 @@ } /** + * genwqe_pci_fundamental_reset() - trigger a PCIe fundamental reset on the slot + * + * Note: pci_set_pcie_reset_state() is not implemented on all archs, so this + * reset method will not work in all cases. + * + * Return: 0 on success or error code from pci_set_pcie_reset_state() + */ +static int genwqe_pci_fundamental_reset(struct pci_dev *pci_dev) +{ + int rc; + + /* + * lock pci config space access from userspace, + * save state and issue PCIe fundamental reset + */ + pci_cfg_access_lock(pci_dev); + pci_save_state(pci_dev); + rc = pci_set_pcie_reset_state(pci_dev, pcie_warm_reset); + if (!rc) { + /* keep PCIe reset asserted for 250ms */ + msleep(250); + pci_set_pcie_reset_state(pci_dev, pcie_deassert_reset); + /* Wait for 2s to reload flash and train the link */ + msleep(2000); + } + pci_restore_state(pci_dev); + pci_cfg_access_unlock(pci_dev); + return rc; +} + + +static int genwqe_platform_recovery(struct genwqe_dev *cd) +{ + struct pci_dev *pci_dev = cd->pci_dev; + int rc; + + dev_info(&pci_dev->dev, + "[%s] resetting card for error recovery\n", __func__); + + /* Clear out error injection flags */ + cd->err_inject &= ~(GENWQE_INJECT_HARDWARE_FAILURE | + GENWQE_INJECT_GFIR_FATAL | + GENWQE_INJECT_GFIR_INFO); + + genwqe_stop(cd); + + /* Try recoverying the card with fundamental reset */ + rc = genwqe_pci_fundamental_reset(pci_dev); + if (!rc) { + rc = genwqe_start(cd); + if (!rc) + dev_info(&pci_dev->dev, + "[%s] card recovered\n", __func__); + else + dev_err(&pci_dev->dev, + "[%s] err: cannot start card services! (err=%d)\n", + __func__, rc); + } else { + dev_err(&pci_dev->dev, + "[%s] card reset failed\n", __func__); + } + + return rc; +} + +/* + * genwqe_reload_bistream() - reload card bitstream + * + * Set the appropriate register and call fundamental reset to reaload the card + * bitstream. + * + * Return: 0 on success, error code otherwise + */ +static int genwqe_reload_bistream(struct genwqe_dev *cd) +{ + struct pci_dev *pci_dev = cd->pci_dev; + int rc; + + dev_info(&pci_dev->dev, + "[%s] resetting card for bitstream reload\n", + __func__); + + genwqe_stop(cd); + + /* + * Cause a CPLD reprogram with the 'next_bitstream' + * partition on PCIe hot or fundamental reset + */ + __genwqe_writeq(cd, IO_SLC_CFGREG_SOFTRESET, + (cd->softreset & 0xcull) | 0x70ull); + + rc = genwqe_pci_fundamental_reset(pci_dev); + if (rc) { + /* + * A fundamental reset failure can be caused + * by lack of support on the arch, so we just + * log the error and try to start the card + * again. + */ + dev_err(&pci_dev->dev, + "[%s] err: failed to reset card for bitstream reload\n", + __func__); + } + + rc = genwqe_start(cd); + if (rc) { + dev_err(&pci_dev->dev, + "[%s] err: cannot start card services! (err=%d)\n", + __func__, rc); + return rc; + } + dev_info(&pci_dev->dev, + "[%s] card reloaded\n", __func__); + return 0; +} + + +/** * genwqe_health_thread() - Health checking thread * * This thread is only started for the PF of the card. @@ -786,6 +914,7 @@ struct pci_dev *pci_dev = cd->pci_dev; u64 gfir, gfir_masked, slu_unitcfg, app_unitcfg; + health_thread_begin: while (!kthread_should_stop()) { rc = wait_event_interruptible_timeout(cd->health_waitq, (genwqe_health_check_cond(cd, &gfir) || @@ -846,6 +975,13 @@ } } + if (cd->card_state == GENWQE_CARD_RELOAD_BITSTREAM) { + /* Userspace requested card bitstream reload */ + rc = genwqe_reload_bistream(cd); + if (rc) + goto fatal_error; + } + cd->last_gfir = gfir; cond_resched(); } @@ -853,6 +989,28 @@ return 0; fatal_error: + if (cd->use_platform_recovery) { + /* + * Since we use raw accessors, EEH errors won't be detected + * by the platform until we do a non-raw MMIO or config space + * read + */ + readq(cd->mmio + IO_SLC_CFGREG_GFIR); + + /* We do nothing if the card is going over PCI recovery */ + if (pci_channel_offline(pci_dev)) + return -EIO; + + /* + * If it's supported by the platform, we try a fundamental reset + * to recover from a fatal error. Otherwise, we continue to wait + * for an external recovery procedure to take care of it. + */ + rc = genwqe_platform_recovery(cd); + if (!rc) + goto health_thread_begin; + } + dev_err(&pci_dev->dev, "[%s] card unusable. Please trigger unbind!\n", __func__); @@ -958,6 +1116,9 @@ pci_set_master(pci_dev); pci_enable_pcie_error_reporting(pci_dev); + /* EEH recovery requires PCIe fundamental reset */ + pci_dev->needs_freset = 1; + /* request complete BAR-0 space (length = 0) */ cd->mmio_len = pci_resource_len(pci_dev, 0); cd->mmio = pci_iomap(pci_dev, 0, 0); @@ -969,6 +1130,8 @@ } cd->num_vfs = pci_sriov_get_totalvfs(pci_dev); + if (cd->num_vfs < 0) + cd->num_vfs = 0; err = genwqe_read_ids(cd); if (err) @@ -1046,8 +1209,8 @@ err = genwqe_health_check_start(cd); if (err < 0) { dev_err(&pci_dev->dev, - "err: cannot start health checking! " - "(err=%d)\n", err); + "err: cannot start health checking! (err=%d)\n", + err); goto out_stop_services; } } @@ -1096,23 +1259,40 @@ dev_err(&pci_dev->dev, "[%s] state=%d\n", __func__, state); - if (pci_dev == NULL) - return PCI_ERS_RESULT_NEED_RESET; - cd = dev_get_drvdata(&pci_dev->dev); if (cd == NULL) - return PCI_ERS_RESULT_NEED_RESET; + return PCI_ERS_RESULT_DISCONNECT; - switch (state) { - case pci_channel_io_normal: - return PCI_ERS_RESULT_CAN_RECOVER; - case pci_channel_io_frozen: - return PCI_ERS_RESULT_NEED_RESET; - case pci_channel_io_perm_failure: + /* Stop the card */ + genwqe_health_check_stop(cd); + genwqe_stop(cd); + + /* + * On permanent failure, the PCI code will call device remove + * after the return of this function. + * genwqe_stop() can be called twice. + */ + if (state == pci_channel_io_perm_failure) { return PCI_ERS_RESULT_DISCONNECT; + } else { + genwqe_pci_remove(cd); + return PCI_ERS_RESULT_NEED_RESET; } +} + +static pci_ers_result_t genwqe_err_slot_reset(struct pci_dev *pci_dev) +{ + int rc; + struct genwqe_dev *cd = dev_get_drvdata(&pci_dev->dev); - return PCI_ERS_RESULT_NEED_RESET; + rc = genwqe_pci_setup(cd); + if (!rc) { + return PCI_ERS_RESULT_RECOVERED; + } else { + dev_err(&pci_dev->dev, + "err: problems with PCI setup (err=%d)\n", rc); + return PCI_ERS_RESULT_DISCONNECT; + } } static pci_ers_result_t genwqe_err_result_none(struct pci_dev *dev) @@ -1120,17 +1300,34 @@ return PCI_ERS_RESULT_NONE; } -static void genwqe_err_resume(struct pci_dev *dev) +static void genwqe_err_resume(struct pci_dev *pci_dev) { + int rc; + struct genwqe_dev *cd = dev_get_drvdata(&pci_dev->dev); + + rc = genwqe_start(cd); + if (!rc) { + rc = genwqe_health_check_start(cd); + if (rc) + dev_err(&pci_dev->dev, + "err: cannot start health checking! (err=%d)\n", + rc); + } else { + dev_err(&pci_dev->dev, + "err: cannot start card services! (err=%d)\n", rc); + } } static int genwqe_sriov_configure(struct pci_dev *dev, int numvfs) { + int rc; struct genwqe_dev *cd = dev_get_drvdata(&dev->dev); if (numvfs > 0) { genwqe_setup_vf_jtimer(cd); - pci_enable_sriov(dev, numvfs); + rc = pci_enable_sriov(dev, numvfs); + if (rc < 0) + return rc; return numvfs; } if (numvfs == 0) { @@ -1144,7 +1341,7 @@ .error_detected = genwqe_err_error_detected, .mmio_enabled = genwqe_err_result_none, .link_reset = genwqe_err_result_none, - .slot_reset = genwqe_err_result_none, + .slot_reset = genwqe_err_slot_reset, .resume = genwqe_err_resume, }; --- linux-lts-utopic-3.16.0.orig/drivers/misc/genwqe/card_base.h +++ linux-lts-utopic-3.16.0/drivers/misc/genwqe/card_base.h @@ -8,7 +8,7 @@ * * Author: Frank Haverkamp * Author: Joerg-Stephan Vogt - * Author: Michael Jung + * Author: Michael Jung * Author: Michael Ruettger * * This program is free software; you can redistribute it and/or modify @@ -201,7 +201,8 @@ * @ddcb_seq: Sequence number of last DDCB * @ddcbs_in_flight: Currently enqueued DDCBs * @ddcbs_completed: Number of already completed DDCBs - * @busy: Number of -EBUSY returns + * @return_on_busy: Number of -EBUSY returns on full queue + * @wait_on_busy: Number of waits on full queue * @ddcb_daddr: DMA address of first DDCB in the queue * @ddcb_vaddr: Kernel virtual address of first DDCB in the queue * @ddcb_req: Associated requests (one per DDCB) @@ -218,7 +219,8 @@ unsigned int ddcbs_in_flight; /* number of ddcbs in processing */ unsigned int ddcbs_completed; unsigned int ddcbs_max_in_flight; - unsigned int busy; /* how many times -EBUSY? */ + unsigned int return_on_busy; /* how many times -EBUSY? */ + unsigned int wait_on_busy; dma_addr_t ddcb_daddr; /* DMA address */ struct ddcb *ddcb_vaddr; /* kernel virtual addr for DDCBs */ @@ -226,7 +228,7 @@ wait_queue_head_t *ddcb_waitqs; /* waitqueue per ddcb */ spinlock_t ddcb_lock; /* exclusive access to queue */ - wait_queue_head_t ddcb_waitq; /* wait for ddcb processing */ + wait_queue_head_t busy_waitq; /* wait for ddcb processing */ /* registers or the respective queue to be used */ u32 IO_QUEUE_CONFIG; @@ -291,6 +293,8 @@ struct task_struct *health_thread; wait_queue_head_t health_waitq; + int use_platform_recovery; /* use platform recovery mechanisms */ + /* char device */ dev_t devnum_genwqe; /* major/minor num card */ struct class *class_genwqe; /* reference to class object */ @@ -304,7 +308,7 @@ struct pci_dev *pci_dev; /* PCI device */ void __iomem *mmio; /* BAR-0 MMIO start */ unsigned long mmio_len; - u16 num_vfs; + int num_vfs; u32 vf_jobtimeout_msec[GENWQE_MAX_VFS]; int is_privileged; /* access to all regs possible */ @@ -506,7 +510,7 @@ * buildup and teardown. */ int __genwqe_execute_ddcb(struct genwqe_dev *cd, - struct genwqe_ddcb_cmd *cmd); + struct genwqe_ddcb_cmd *cmd, unsigned int f_flags); /** * __genwqe_execute_raw_ddcb() - Execute DDCB request without addr translation @@ -518,9 +522,12 @@ * modification. */ int __genwqe_execute_raw_ddcb(struct genwqe_dev *cd, - struct genwqe_ddcb_cmd *cmd); + struct genwqe_ddcb_cmd *cmd, + unsigned int f_flags); +int __genwqe_enqueue_ddcb(struct genwqe_dev *cd, + struct ddcb_requ *req, + unsigned int f_flags); -int __genwqe_enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req); int __genwqe_wait_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req); int __genwqe_purge_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req); --- linux-lts-utopic-3.16.0.orig/drivers/misc/genwqe/card_ddcb.c +++ linux-lts-utopic-3.16.0/drivers/misc/genwqe/card_ddcb.c @@ -5,7 +5,7 @@ * * Author: Frank Haverkamp * Author: Joerg-Stephan Vogt - * Author: Michael Jung + * Author: Michael Jung * Author: Michael Ruettger * * This program is free software; you can redistribute it and/or modify @@ -185,8 +185,7 @@ pddcb = queue->ddcb_vaddr; for (i = 0; i < queue->ddcb_max; i++) { dev_err(&pci_dev->dev, - " %c %-3d: RETC=%03x SEQ=%04x " - "HSI=%02X SHI=%02x PRIV=%06llx CMD=%03x\n", + " %c %-3d: RETC=%03x SEQ=%04x HSI=%02X SHI=%02x PRIV=%06llx CMD=%03x\n", i == queue->ddcb_act ? '>' : ' ', i, be16_to_cpu(pddcb->retc_16), @@ -214,6 +213,7 @@ void ddcb_requ_free(struct genwqe_ddcb_cmd *cmd) { struct ddcb_requ *req = container_of(cmd, struct ddcb_requ, cmd); + kfree(req); } @@ -306,7 +306,7 @@ new = (old | DDCB_NEXT_BE32); - wmb(); + wmb(); /* need to ensure write ordering */ icrc_hsi_shi = cmpxchg(&prev_ddcb->icrc_hsi_shi_32, old, new); if (icrc_hsi_shi == old) @@ -317,7 +317,7 @@ ddcb_mark_tapped(pddcb); num = (u64)ddcb_no << 8; - wmb(); + wmb(); /* need to ensure write ordering */ __genwqe_writeq(cd, queue->IO_QUEUE_OFFSET, num); /* start queue */ return RET_DDCB_TAPPED; @@ -390,8 +390,9 @@ 0x00000000) goto go_home; /* not completed, continue waiting */ - /* Note: DDCB could be purged */ + wmb(); /* Add sync to decouple prev. read operations */ + /* Note: DDCB could be purged */ req = queue->ddcb_req[queue->ddcb_act]; if (req == NULL) { /* this occurs if DDCB is purged, not an error */ @@ -416,9 +417,7 @@ status = __genwqe_readq(cd, queue->IO_QUEUE_STATUS); dev_err(&pci_dev->dev, - "[%s] SEQN=%04x HSI=%02x RETC=%03x " - " Q_ERRCNTS=%016llx Q_STATUS=%016llx\n" - " DDCB_DMA_ADDR=%016llx\n", + "[%s] SEQN=%04x HSI=%02x RETC=%03x Q_ERRCNTS=%016llx Q_STATUS=%016llx DDCB_DMA_ADDR=%016llx\n", __func__, be16_to_cpu(pddcb->seqnum_16), pddcb->hsi, retc_16, errcnts, status, queue->ddcb_daddr + ddcb_offs); @@ -439,8 +438,7 @@ vcrc_16 = be16_to_cpu(pddcb->vcrc_16); if (vcrc != vcrc_16) { printk_ratelimited(KERN_ERR - "%s %s: err: wrong VCRC pre=%02x vcrc_len=%d " - "bytes vcrc_data=%04x is not vcrc_card=%04x\n", + "%s %s: err: wrong VCRC pre=%02x vcrc_len=%d bytes vcrc_data=%04x is not vcrc_card=%04x\n", GENWQE_DEVNAME, dev_name(&pci_dev->dev), pddcb->pre, VCRC_LENGTH(req->cmd.asv_length), vcrc, vcrc_16); @@ -450,8 +448,10 @@ queue->ddcbs_completed++; queue->ddcbs_in_flight--; - /* wake up process waiting for this DDCB */ + /* wake up process waiting for this DDCB, and + processes on the busy queue */ wake_up_interruptible(&queue->ddcb_waitqs[queue->ddcb_act]); + wake_up_interruptible(&queue->busy_waitq); pick_next_one: queue->ddcb_act = (queue->ddcb_act + 1) % queue->ddcb_max; @@ -717,8 +717,7 @@ genwqe_hexdump(pci_dev, pddcb, sizeof(*pddcb)); dev_err(&pci_dev->dev, - "[%s] err: DDCB#%d not purged and not completed " - "after %d seconds QSTAT=%016llx!!\n", + "[%s] err: DDCB#%d not purged and not completed after %d seconds QSTAT=%016llx!!\n", __func__, req->num, genwqe_ddcb_software_timeout, queue_status); @@ -740,7 +739,7 @@ } len = sizeof(d->driver_version); - snprintf(d->driver_version, len, "%s", DRV_VERS_STRING); + snprintf(d->driver_version, len, "%s", DRV_VERSION); d->slu_unitcfg = cd->slu_unitcfg; d->app_unitcfg = cd->app_unitcfg; return 0; @@ -748,14 +747,16 @@ /** * __genwqe_enqueue_ddcb() - Enqueue a DDCB - * @cd: pointer to genwqe device descriptor - * @req: pointer to DDCB execution request + * @cd: pointer to genwqe device descriptor + * @req: pointer to DDCB execution request + * @f_flags: file mode: blocking, non-blocking * * Return: 0 if enqueuing succeeded * -EIO if card is unusable/PCIe problems * -EBUSY if enqueuing failed */ -int __genwqe_enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req) +int __genwqe_enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req, + unsigned int f_flags) { struct ddcb *pddcb; unsigned long flags; @@ -763,6 +764,7 @@ struct pci_dev *pci_dev = cd->pci_dev; u16 icrc; + retry: if (cd->card_state != GENWQE_CARD_USED) { printk_ratelimited(KERN_ERR "%s %s: [%s] Card is unusable/PCIe problem Req#%d\n", @@ -788,9 +790,24 @@ pddcb = get_next_ddcb(cd, queue, &req->num); /* get ptr and num */ if (pddcb == NULL) { + int rc; + spin_unlock_irqrestore(&queue->ddcb_lock, flags); - queue->busy++; - return -EBUSY; + + if (f_flags & O_NONBLOCK) { + queue->return_on_busy++; + return -EBUSY; + } + + queue->wait_on_busy++; + rc = wait_event_interruptible(queue->busy_waitq, + queue_free_ddcbs(queue) != 0); + dev_dbg(&pci_dev->dev, "[%s] waiting for free DDCB: rc=%d\n", + __func__, rc); + if (rc == -ERESTARTSYS) + return rc; /* interrupted by a signal */ + + goto retry; } if (queue->ddcb_req[req->num] != NULL) { @@ -893,9 +910,11 @@ * __genwqe_execute_raw_ddcb() - Setup and execute DDCB * @cd: pointer to genwqe device descriptor * @req: user provided DDCB request + * @f_flags: file mode: blocking, non-blocking */ int __genwqe_execute_raw_ddcb(struct genwqe_dev *cd, - struct genwqe_ddcb_cmd *cmd) + struct genwqe_ddcb_cmd *cmd, + unsigned int f_flags) { int rc = 0; struct pci_dev *pci_dev = cd->pci_dev; @@ -911,7 +930,7 @@ __func__, cmd->asiv_length); return -EINVAL; } - rc = __genwqe_enqueue_ddcb(cd, req); + rc = __genwqe_enqueue_ddcb(cd, req, f_flags); if (rc != 0) return rc; @@ -1017,7 +1036,8 @@ queue->ddcbs_in_flight = 0; /* statistics */ queue->ddcbs_max_in_flight = 0; queue->ddcbs_completed = 0; - queue->busy = 0; + queue->return_on_busy = 0; + queue->wait_on_busy = 0; queue->ddcb_seq = 0x100; /* start sequence number */ queue->ddcb_max = genwqe_ddcb_max; /* module parameter */ @@ -1057,7 +1077,7 @@ queue->ddcb_next = 0; /* queue is empty */ spin_lock_init(&queue->ddcb_lock); - init_waitqueue_head(&queue->ddcb_waitq); + init_waitqueue_head(&queue->busy_waitq); val64 = ((u64)(queue->ddcb_max - 1) << 8); /* lastptr */ __genwqe_writeq(cd, queue->IO_QUEUE_CONFIG, 0x07); /* iCRC/vCRC */ @@ -1118,7 +1138,21 @@ * safer, but slower for the good-case ... See above. */ gfir = __genwqe_readq(cd, IO_SLC_CFGREG_GFIR); - if ((gfir & GFIR_ERR_TRIGGER) != 0x0) { + if (((gfir & GFIR_ERR_TRIGGER) != 0x0) && + !pci_channel_offline(pci_dev)) { + + if (cd->use_platform_recovery) { + /* + * Since we use raw accessors, EEH errors won't be + * detected by the platform until we do a non-raw + * MMIO or config space read + */ + readq(cd->mmio + IO_SLC_CFGREG_GFIR); + + /* Don't do anything if the PCI channel is frozen */ + if (pci_channel_offline(pci_dev)) + goto exit; + } wake_up_interruptible(&cd->health_waitq); @@ -1126,12 +1160,12 @@ * By default GFIRs causes recovery actions. This * count is just for debug when recovery is masked. */ - printk_ratelimited(KERN_ERR - "%s %s: [%s] GFIR=%016llx\n", - GENWQE_DEVNAME, dev_name(&pci_dev->dev), - __func__, gfir); + dev_err_ratelimited(&pci_dev->dev, + "[%s] GFIR=%016llx\n", + __func__, gfir); } + exit: return IRQ_HANDLED; } @@ -1237,12 +1271,8 @@ } rc = genwqe_set_interrupt_capability(cd, GENWQE_MSI_IRQS); - if (rc > 0) - rc = genwqe_set_interrupt_capability(cd, rc); - if (rc != 0) { - rc = -ENODEV; + if (rc) goto stop_kthread; - } /* * We must have all wait-queues initialized when we enable the @@ -1295,6 +1325,7 @@ for (i = 0; i < queue->ddcb_max; i++) wake_up_interruptible(&queue->ddcb_waitqs[queue->ddcb_act]); + wake_up_interruptible(&queue->busy_waitq); spin_unlock_irqrestore(&queue->ddcb_lock, flags); return 0; @@ -1334,8 +1365,8 @@ break; dev_dbg(&pci_dev->dev, - " DEBUG [%d/%d] waiting for queue to get empty: " - "%d requests!\n", i, waitmax, in_flight); + " DEBUG [%d/%d] waiting for queue to get empty: %d requests!\n", + i, waitmax, in_flight); /* * Severe severe error situation: The card itself has --- linux-lts-utopic-3.16.0.orig/drivers/misc/genwqe/card_ddcb.h +++ linux-lts-utopic-3.16.0/drivers/misc/genwqe/card_ddcb.h @@ -8,7 +8,7 @@ * * Author: Frank Haverkamp * Author: Joerg-Stephan Vogt - * Author: Michael Jung + * Author: Michael Jung * Author: Michael Ruettger * * This program is free software; you can redistribute it and/or modify --- linux-lts-utopic-3.16.0.orig/drivers/misc/genwqe/card_debugfs.c +++ linux-lts-utopic-3.16.0/drivers/misc/genwqe/card_debugfs.c @@ -5,7 +5,7 @@ * * Author: Frank Haverkamp * Author: Joerg-Stephan Vogt - * Author: Michael Jung + * Author: Michael Jung * Author: Michael Ruettger * * This program is free software; you can redistribute it and/or modify @@ -244,14 +244,16 @@ " ddcbs_in_flight: %u\n" " ddcbs_max_in_flight: %u\n" " ddcbs_completed: %u\n" - " busy: %u\n" + " return_on_busy: %u\n" + " wait_on_busy: %u\n" " irqs_processed: %u\n", queue->ddcb_max, (long long)queue->ddcb_daddr, (long long)queue->ddcb_daddr + (queue->ddcb_max * DDCB_LENGTH), (long long)queue->ddcb_vaddr, queue->ddcbs_in_flight, queue->ddcbs_max_in_flight, queue->ddcbs_completed, - queue->busy, cd->irqs_processed); + queue->return_on_busy, queue->wait_on_busy, + cd->irqs_processed); /* Hardware State */ seq_printf(s, " 0x%08x 0x%016llx IO_QUEUE_CONFIG\n" @@ -323,7 +325,7 @@ " Base Clock : %u MHz\n" " Arch/SVN Release: %u/%llx\n" " Bitstream : %llx\n", - GENWQE_DEVNAME, DRV_VERS_STRING, dev_name(&pci_dev->dev), + GENWQE_DEVNAME, DRV_VERSION, dev_name(&pci_dev->dev), genwqe_is_privileged(cd) ? "Physical" : "Virtual or no SR-IOV", cd->card_idx, slu_id, app_id, @@ -483,6 +485,13 @@ if (!file) { ret = -ENOMEM; goto err1; + } + + file = debugfs_create_u32("use_platform_recovery", 0666, root, + &cd->use_platform_recovery); + if (!file) { + ret = -ENOMEM; + goto err1; } cd->debugfs_root = root; --- linux-lts-utopic-3.16.0.orig/drivers/misc/genwqe/card_dev.c +++ linux-lts-utopic-3.16.0/drivers/misc/genwqe/card_dev.c @@ -5,7 +5,7 @@ * * Author: Frank Haverkamp * Author: Joerg-Stephan Vogt - * Author: Michael Jung + * Author: Michael Jung * Author: Michael Ruettger * * This program is free software; you can redistribute it and/or modify @@ -213,9 +213,9 @@ * GENWQE_MAPPING_SGL_TEMP should be removed by tidy up code. */ dev_err(&pci_dev->dev, - "[%s] %d. cleanup mapping: u_vaddr=%p " - "u_kaddr=%016lx dma_addr=%lx\n", __func__, i++, - dma_map->u_vaddr, (unsigned long)dma_map->k_vaddr, + "[%s] %d. cleanup mapping: u_vaddr=%p u_kaddr=%016lx dma_addr=%lx\n", + __func__, i++, dma_map->u_vaddr, + (unsigned long)dma_map->k_vaddr, (unsigned long)dma_map->dma_addr); if (dma_map->type == GENWQE_MAPPING_RAW) { @@ -346,6 +346,7 @@ static int genwqe_fasync(int fd, struct file *filp, int mode) { struct genwqe_file *cdev = (struct genwqe_file *)filp->private_data; + return fasync_helper(fd, filp, mode, &cdev->async_queue); } @@ -515,6 +516,7 @@ u32 crc; u8 cmdopts; struct genwqe_dev *cd = cfile->cd; + struct file *filp = cfile->filp; struct pci_dev *pci_dev = cd->pci_dev; if ((load->size & 0x3) != 0) @@ -609,7 +611,7 @@ /* For Genwqe5 we get back the calculated CRC */ *(u64 *)&req->asv[0] = 0ULL; /* 0x80 */ - rc = __genwqe_execute_raw_ddcb(cd, req); + rc = __genwqe_execute_raw_ddcb(cd, req, filp->f_flags); load->retc = req->retc; load->attn = req->attn; @@ -649,6 +651,7 @@ u8 *xbuf; u8 cmdopts; struct genwqe_dev *cd = cfile->cd; + struct file *filp = cfile->filp; struct pci_dev *pci_dev = cd->pci_dev; struct genwqe_ddcb_cmd *cmd; @@ -726,7 +729,7 @@ /* we only get back the calculated CRC */ *(u64 *)&cmd->asv[0] = 0ULL; /* 0x80 */ - rc = __genwqe_execute_raw_ddcb(cd, cmd); + rc = __genwqe_execute_raw_ddcb(cd, cmd, filp->f_flags); load->retc = cmd->retc; load->attn = cmd->attn; @@ -987,13 +990,14 @@ { int rc; struct genwqe_dev *cd = cfile->cd; + struct file *filp = cfile->filp; struct ddcb_requ *req = container_of(cmd, struct ddcb_requ, cmd); rc = ddcb_cmd_fixups(cfile, req); if (rc != 0) return rc; - rc = __genwqe_execute_raw_ddcb(cd, cmd); + rc = __genwqe_execute_raw_ddcb(cd, cmd, filp->f_flags); ddcb_cmd_cleanup(cfile, req); return rc; } @@ -1005,6 +1009,7 @@ struct genwqe_ddcb_cmd *cmd; struct ddcb_requ *req; struct genwqe_dev *cd = cfile->cd; + struct file *filp = cfile->filp; cmd = ddcb_requ_alloc(); if (cmd == NULL) @@ -1020,7 +1025,7 @@ if (!raw) rc = genwqe_execute_ddcb(cfile, cmd); else - rc = __genwqe_execute_raw_ddcb(cd, cmd); + rc = __genwqe_execute_raw_ddcb(cd, cmd, filp->f_flags); /* Copy back only the modifed fields. Do not copy ASIV back since the copy got modified by the driver. */ @@ -1048,10 +1053,15 @@ int rc = 0; struct genwqe_file *cfile = (struct genwqe_file *)filp->private_data; struct genwqe_dev *cd = cfile->cd; + struct pci_dev *pci_dev = cd->pci_dev; struct genwqe_reg_io __user *io; u64 val; u32 reg_offs; + /* Return -EIO if card hit EEH */ + if (pci_channel_offline(pci_dev)) + return -EIO; + if (_IOC_TYPE(cmd) != GENWQE_IOC_CODE) return -EINVAL; --- linux-lts-utopic-3.16.0.orig/drivers/misc/genwqe/card_sysfs.c +++ linux-lts-utopic-3.16.0/drivers/misc/genwqe/card_sysfs.c @@ -5,7 +5,7 @@ * * Author: Frank Haverkamp * Author: Joerg-Stephan Vogt - * Author: Michael Jung + * Author: Michael Jung * Author: Michael Ruettger * * This program is free software; you can redistribute it and/or modify @@ -91,13 +91,6 @@ } static DEVICE_ATTR_RO(type); -static ssize_t driver_show(struct device *dev, struct device_attribute *attr, - char *buf) -{ - return sprintf(buf, "%s\n", DRV_VERS_STRING); -} -static DEVICE_ATTR_RO(driver); - static ssize_t tempsens_show(struct device *dev, struct device_attribute *attr, char *buf) { @@ -223,6 +216,30 @@ } static DEVICE_ATTR_RW(next_bitstream); +static ssize_t reload_bitstream_store(struct device *dev, + struct device_attribute *attr, + const char *buf, size_t count) +{ + int reload; + struct genwqe_dev *cd = dev_get_drvdata(dev); + + if (kstrtoint(buf, 0, &reload) < 0) + return -EINVAL; + + if (reload == 0x1) { + if (cd->card_state == GENWQE_CARD_UNUSED || + cd->card_state == GENWQE_CARD_USED) + cd->card_state = GENWQE_CARD_RELOAD_BITSTREAM; + else + return -EIO; + } else { + return -EINVAL; + } + + return count; +} +static DEVICE_ATTR_WO(reload_bitstream); + /* * Create device_attribute structures / params: name, mode, show, store * additional flag if valid in VF @@ -232,18 +249,17 @@ &dev_attr_next_bitstream.attr, &dev_attr_curr_bitstream.attr, &dev_attr_base_clock.attr, - &dev_attr_driver.attr, &dev_attr_type.attr, &dev_attr_version.attr, &dev_attr_appid.attr, &dev_attr_status.attr, &dev_attr_freerunning_timer.attr, &dev_attr_queue_working_time.attr, + &dev_attr_reload_bitstream.attr, NULL, }; static struct attribute *genwqe_normal_attributes[] = { - &dev_attr_driver.attr, &dev_attr_type.attr, &dev_attr_version.attr, &dev_attr_appid.attr, --- linux-lts-utopic-3.16.0.orig/drivers/misc/genwqe/card_utils.c +++ linux-lts-utopic-3.16.0/drivers/misc/genwqe/card_utils.c @@ -5,7 +5,7 @@ * * Author: Frank Haverkamp * Author: Joerg-Stephan Vogt - * Author: Michael Jung + * Author: Michael Jung * Author: Michael Ruettger * * This program is free software; you can redistribute it and/or modify @@ -53,12 +53,17 @@ */ int __genwqe_writeq(struct genwqe_dev *cd, u64 byte_offs, u64 val) { + struct pci_dev *pci_dev = cd->pci_dev; + if (cd->err_inject & GENWQE_INJECT_HARDWARE_FAILURE) return -EIO; if (cd->mmio == NULL) return -EIO; + if (pci_channel_offline(pci_dev)) + return -EIO; + __raw_writeq((__force u64)cpu_to_be64(val), cd->mmio + byte_offs); return 0; } @@ -99,12 +104,17 @@ */ int __genwqe_writel(struct genwqe_dev *cd, u64 byte_offs, u32 val) { + struct pci_dev *pci_dev = cd->pci_dev; + if (cd->err_inject & GENWQE_INJECT_HARDWARE_FAILURE) return -EIO; if (cd->mmio == NULL) return -EIO; + if (pci_channel_offline(pci_dev)) + return -EIO; + __raw_writel((__force u32)cpu_to_be32(val), cd->mmio + byte_offs); return 0; } @@ -140,6 +150,7 @@ memset(app_name, 0, len); for (i = 0, j = 0; j < min(len, 4); j++) { char ch = (char)((app_id >> (24 - j*8)) & 0xff); + if (ch == ' ') continue; app_name[i++] = isprint(ch) ? ch : 'X'; @@ -294,8 +305,7 @@ sgl->nr_pages = DIV_ROUND_UP(sgl->fpage_offs + user_size, PAGE_SIZE); sgl->lpage_size = (user_size - sgl->fpage_size) % PAGE_SIZE; - dev_dbg(&pci_dev->dev, "[%s] uaddr=%p usize=%8ld nr_pages=%ld " - "fpage_offs=%lx fpage_size=%ld lpage_size=%ld\n", + dev_dbg(&pci_dev->dev, "[%s] uaddr=%p usize=%8ld nr_pages=%ld fpage_offs=%lx fpage_size=%ld lpage_size=%ld\n", __func__, user_addr, user_size, sgl->nr_pages, sgl->fpage_offs, sgl->fpage_size, sgl->lpage_size); @@ -580,6 +590,8 @@ m->nr_pages, 1, /* write by caller */ m->page_list); /* ptrs to pages */ + if (rc < 0) + goto fail_get_user_pages; /* assumption: get_user_pages can be killed by signals. */ if (rc < m->nr_pages) { @@ -652,6 +664,7 @@ u8 genwqe_card_type(struct genwqe_dev *cd) { u64 card_type = cd->slu_unitcfg; + return (u8)((card_type & IO_SLU_UNITCFG_TYPE_MASK) >> 20); } @@ -718,10 +731,12 @@ int rc; struct pci_dev *pci_dev = cd->pci_dev; - rc = pci_enable_msi_exact(pci_dev, count); - if (rc == 0) - cd->flags |= GENWQE_FLAG_MSI_ENABLED; - return rc; + rc = pci_enable_msi_range(pci_dev, 1, count); + if (rc < 0) + return rc; + + cd->flags |= GENWQE_FLAG_MSI_ENABLED; + return 0; } /** --- linux-lts-utopic-3.16.0.orig/drivers/misc/genwqe/genwqe_driver.h +++ linux-lts-utopic-3.16.0/drivers/misc/genwqe/genwqe_driver.h @@ -8,7 +8,7 @@ * * Author: Frank Haverkamp * Author: Joerg-Stephan Vogt - * Author: Michael Jung + * Author: Michael Jung * Author: Michael Ruettger * * This program is free software; you can redistribute it and/or modify @@ -36,7 +36,7 @@ #include #include -#define DRV_VERS_STRING "2.0.15" +#define DRV_VERSION "2.0.25" /* * Static minor number assignement, until we decide/implement --- linux-lts-utopic-3.16.0.orig/drivers/misc/mei/bus.c +++ linux-lts-utopic-3.16.0/drivers/misc/mei/bus.c @@ -70,7 +70,7 @@ dev_dbg(dev, "Device probe\n"); - strncpy(id.name, dev_name(dev), sizeof(id.name)); + strlcpy(id.name, dev_name(dev), sizeof(id.name)); return driver->probe(device, &id); } --- linux-lts-utopic-3.16.0.orig/drivers/misc/mei/client.c +++ linux-lts-utopic-3.16.0/drivers/misc/mei/client.c @@ -459,7 +459,7 @@ { struct mei_device *dev; struct mei_cl_cb *cb; - int rets, err; + int rets; if (WARN_ON(!cl || !cl->dev)) return -ENODEV; @@ -491,6 +491,7 @@ cl_err(dev, cl, "failed to disconnect.\n"); goto free; } + cl->timer_count = MEI_CONNECT_TIMEOUT; mdelay(10); /* Wait for hardware disconnection ready */ list_add_tail(&cb->list, &dev->ctrl_rd_list.list); } else { @@ -500,23 +501,18 @@ } mutex_unlock(&dev->device_lock); - err = wait_event_timeout(dev->wait_recvd_msg, + wait_event_timeout(dev->wait_recvd_msg, MEI_FILE_DISCONNECTED == cl->state, mei_secs_to_jiffies(MEI_CL_CONNECT_TIMEOUT)); mutex_lock(&dev->device_lock); + if (MEI_FILE_DISCONNECTED == cl->state) { rets = 0; cl_dbg(dev, cl, "successfully disconnected from FW client.\n"); } else { - rets = -ENODEV; - if (MEI_FILE_DISCONNECTED != cl->state) - cl_err(dev, cl, "wrong status client disconnect.\n"); - - if (err) - cl_dbg(dev, cl, "wait failed disconnect err=%d\n", err); - - cl_err(dev, cl, "failed to disconnect from FW client.\n"); + cl_dbg(dev, cl, "timeout on disconnect from FW client.\n"); + rets = -ETIME; } mei_io_list_flush(&dev->ctrl_rd_list, cl); @@ -605,6 +601,7 @@ cl->timer_count = MEI_CONNECT_TIMEOUT; list_add_tail(&cb->list, &dev->ctrl_rd_list.list); } else { + cl->state = MEI_FILE_INITIALIZING; list_add_tail(&cb->list, &dev->ctrl_wr_list.list); } @@ -616,6 +613,7 @@ mutex_lock(&dev->device_lock); if (cl->state != MEI_FILE_CONNECTED) { + cl->state = MEI_FILE_DISCONNECTED; /* something went really wrong */ if (!cl->status) cl->status = -EFAULT; --- linux-lts-utopic-3.16.0.orig/drivers/misc/mei/hw-me.c +++ linux-lts-utopic-3.16.0/drivers/misc/mei/hw-me.c @@ -196,6 +196,18 @@ struct mei_me_hw *hw = to_me_hw(dev); u32 hcsr = mei_hcsr_read(hw); + /* H_RST may be found lit before reset is started, + * for example if preceding reset flow hasn't completed. + * In that case asserting H_RST will be ignored, therefore + * we need to clean H_RST bit to start a successful reset sequence. + */ + if ((hcsr & H_RST) == H_RST) { + dev_warn(&dev->pdev->dev, "H_RST is set = 0x%08X", hcsr); + hcsr &= ~H_RST; + mei_hcsr_set(hw, hcsr); + hcsr = mei_hcsr_read(hw); + } + hcsr |= H_RST | H_IG | H_IS; if (intr_enable) @@ -281,6 +293,7 @@ return err; } + mei_me_hw_reset_release(dev); dev->recvd_hw_ready = false; return 0; } @@ -660,7 +673,6 @@ /* check if we need to start the dev */ if (!mei_host_is_ready(dev)) { if (mei_hw_is_ready(dev)) { - mei_me_hw_reset_release(dev); dev_dbg(&dev->pdev->dev, "we need to start the dev.\n"); dev->recvd_hw_ready = true; --- linux-lts-utopic-3.16.0.orig/drivers/misc/mei/init.c +++ linux-lts-utopic-3.16.0/drivers/misc/mei/init.c @@ -300,6 +300,8 @@ dev->dev_state = MEI_DEV_POWER_DOWN; mei_reset(dev); + /* move device to disabled state unconditionally */ + dev->dev_state = MEI_DEV_DISABLED; mutex_unlock(&dev->device_lock); --- linux-lts-utopic-3.16.0.orig/drivers/misc/mei/nfc.c +++ linux-lts-utopic-3.16.0/drivers/misc/mei/nfc.c @@ -342,9 +342,10 @@ ndev = (struct mei_nfc_dev *) cldev->priv_data; dev = ndev->cl->dev; + err = -ENOMEM; mei_buf = kzalloc(length + MEI_NFC_HEADER_SIZE, GFP_KERNEL); if (!mei_buf) - return -ENOMEM; + goto out; hdr = (struct mei_nfc_hci_hdr *) mei_buf; hdr->cmd = MEI_NFC_CMD_HCI_SEND; @@ -354,12 +355,9 @@ hdr->data_size = length; memcpy(mei_buf + MEI_NFC_HEADER_SIZE, buf, length); - err = __mei_cl_send(ndev->cl, mei_buf, length + MEI_NFC_HEADER_SIZE); if (err < 0) - return err; - - kfree(mei_buf); + goto out; if (!wait_event_interruptible_timeout(ndev->send_wq, ndev->recv_req_id == ndev->req_id, HZ)) { @@ -368,7 +366,8 @@ } else { ndev->req_id++; } - +out: + kfree(mei_buf); return err; } --- linux-lts-utopic-3.16.0.orig/drivers/misc/mei/pci-me.c +++ linux-lts-utopic-3.16.0/drivers/misc/mei/pci-me.c @@ -42,6 +42,9 @@ #include "hw-me-regs.h" #include "hw-me.h" +static bool disable_msi; +module_param(disable_msi, bool, 0); + /* mei_pci_tbl - PCI Device ID Table */ static const struct pci_device_id mei_me_pci_tbl[] = { {MEI_PCI_DEVICE(MEI_DEV_ID_82946GZ, mei_me_legacy_cfg)}, @@ -178,7 +181,8 @@ err = -ENOMEM; goto free_device; } - pci_enable_msi(pdev); + if (!disable_msi) + pci_enable_msi(pdev); /* request and enable interrupt */ if (pci_dev_msi_enabled(pdev)) @@ -369,7 +373,7 @@ if (!dev) return -ENODEV; if (mei_write_is_idle(dev)) - pm_schedule_suspend(device, MEI_ME_RPM_TIMEOUT * 2); + pm_runtime_autosuspend(device); return -EBUSY; } --- linux-lts-utopic-3.16.0.orig/drivers/misc/mei/pci-txe.c +++ linux-lts-utopic-3.16.0/drivers/misc/mei/pci-txe.c @@ -306,7 +306,7 @@ if (!dev) return -ENODEV; if (mei_write_is_idle(dev)) - pm_schedule_suspend(device, MEI_TXI_RPM_TIMEOUT * 2); + pm_runtime_autosuspend(device); return -EBUSY; } --- linux-lts-utopic-3.16.0.orig/drivers/misc/mic/host/mic_main.c +++ linux-lts-utopic-3.16.0/drivers/misc/mic/host/mic_main.c @@ -38,7 +38,7 @@ static const char mic_driver_name[] = "mic"; -static DEFINE_PCI_DEVICE_TABLE(mic_pci_tbl) = { +static const struct pci_device_id mic_pci_tbl[] = { {PCI_DEVICE(PCI_VENDOR_ID_INTEL, MIC_X100_PCI_DEVICE_2250)}, {PCI_DEVICE(PCI_VENDOR_ID_INTEL, MIC_X100_PCI_DEVICE_2251)}, {PCI_DEVICE(PCI_VENDOR_ID_INTEL, MIC_X100_PCI_DEVICE_2252)}, --- linux-lts-utopic-3.16.0.orig/drivers/misc/vmw_vmci/vmci_guest.c +++ linux-lts-utopic-3.16.0/drivers/misc/vmw_vmci/vmci_guest.c @@ -748,7 +748,7 @@ /* The rest are managed resources and will be freed by PCI core */ } -static DEFINE_PCI_DEVICE_TABLE(vmci_ids) = { +static const struct pci_device_id vmci_ids[] = { { PCI_DEVICE(PCI_VENDOR_ID_VMWARE, PCI_DEVICE_ID_VMWARE_VMCI), }, { 0 }, }; --- linux-lts-utopic-3.16.0.orig/drivers/mmc/card/block.c +++ linux-lts-utopic-3.16.0/drivers/mmc/card/block.c @@ -62,8 +62,7 @@ #define MMC_SANITIZE_REQ_TIMEOUT 240000 #define MMC_EXTRACT_INDEX_FROM_ARG(x) ((x & 0x00FF0000) >> 16) -#define mmc_req_rel_wr(req) (((req->cmd_flags & REQ_FUA) || \ - (req->cmd_flags & REQ_META)) && \ +#define mmc_req_rel_wr(req) ((req->cmd_flags & REQ_FUA) && \ (rq_data_dir(req) == WRITE)) #define PACKED_CMD_VER 0x01 #define PACKED_CMD_WR 0x02 @@ -205,6 +204,8 @@ ret = snprintf(buf, PAGE_SIZE, "%d\n", locked); + mmc_blk_put(md); + return ret; } @@ -260,7 +261,7 @@ int ret; struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); - ret = snprintf(buf, PAGE_SIZE, "%d", + ret = snprintf(buf, PAGE_SIZE, "%d\n", get_disk_ro(dev_to_disk(dev)) ^ md->read_only); mmc_blk_put(md); @@ -1025,6 +1026,18 @@ md->reset_done &= ~type; } +int mmc_access_rpmb(struct mmc_queue *mq) +{ + struct mmc_blk_data *md = mq->data; + /* + * If this is a RPMB partition access, return ture + */ + if (md && md->part_type == EXT_CSD_PART_CONFIG_ACC_RPMB) + return true; + + return false; +} + static int mmc_blk_issue_discard_rq(struct mmc_queue *mq, struct request *req) { struct mmc_blk_data *md = mq->data; @@ -1358,13 +1371,9 @@ /* * Reliable writes are used to implement Forced Unit Access and - * REQ_META accesses, and are supported only on MMCs. - * - * XXX: this really needs a good explanation of why REQ_META - * is treated special. + * are supported only on MMCs. */ - bool do_rel_wr = ((req->cmd_flags & REQ_FUA) || - (req->cmd_flags & REQ_META)) && + bool do_rel_wr = (req->cmd_flags & REQ_FUA) && (rq_data_dir(req) == WRITE) && (md->flags & MMC_BLK_REL_WR); @@ -1898,9 +1907,11 @@ break; case MMC_BLK_CMD_ERR: ret = mmc_blk_cmd_err(md, card, brq, req, ret); - if (!mmc_blk_reset(md, card->host, type)) - break; - goto cmd_abort; + if (mmc_blk_reset(md, card->host, type)) + goto cmd_abort; + if (!ret) + goto start_new_req; + break; case MMC_BLK_RETRY: if (retry++ < 5) break; --- linux-lts-utopic-3.16.0.orig/drivers/mmc/card/queue.c +++ linux-lts-utopic-3.16.0/drivers/mmc/card/queue.c @@ -38,7 +38,7 @@ return BLKPREP_KILL; } - if (mq && mmc_card_removed(mq->card)) + if (mq && (mmc_card_removed(mq->card) || mmc_access_rpmb(mq))) return BLKPREP_KILL; req->cmd_flags |= REQ_DONTPREP; --- linux-lts-utopic-3.16.0.orig/drivers/mmc/card/queue.h +++ linux-lts-utopic-3.16.0/drivers/mmc/card/queue.h @@ -73,4 +73,6 @@ extern int mmc_packed_init(struct mmc_queue *, struct mmc_card *); extern void mmc_packed_clean(struct mmc_queue *); +extern int mmc_access_rpmb(struct mmc_queue *); + #endif --- linux-lts-utopic-3.16.0.orig/drivers/mmc/core/core.c +++ linux-lts-utopic-3.16.0/drivers/mmc/core/core.c @@ -314,8 +314,10 @@ */ static void mmc_wait_data_done(struct mmc_request *mrq) { - mrq->host->context_info.is_done_rcv = true; - wake_up_interruptible(&mrq->host->context_info.wait); + struct mmc_context_info *context_info = &mrq->host->context_info; + + context_info->is_done_rcv = true; + wake_up_interruptible(&context_info->wait); } static void mmc_wait_done(struct mmc_request *mrq) @@ -2620,6 +2622,7 @@ switch (mode) { case PM_HIBERNATION_PREPARE: case PM_SUSPEND_PREPARE: + case PM_RESTORE_PREPARE: spin_lock_irqsave(&host->lock, flags); host->rescan_disable = 1; spin_unlock_irqrestore(&host->lock, flags); --- linux-lts-utopic-3.16.0.orig/drivers/mmc/core/debugfs.c +++ linux-lts-utopic-3.16.0/drivers/mmc/core/debugfs.c @@ -164,7 +164,7 @@ str = "invalid"; break; } - seq_printf(s, "signal voltage:\t%u (%s)\n", ios->chip_select, str); + seq_printf(s, "signal voltage:\t%u (%s)\n", ios->signal_voltage, str); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/mmc/core/sd.c +++ linux-lts-utopic-3.16.0/drivers/mmc/core/sd.c @@ -329,6 +329,7 @@ card->sw_caps.sd3_bus_mode = status[13]; /* Driver Strengths supported by the card */ card->sw_caps.sd3_drv_type = status[9]; + card->sw_caps.sd3_curr_limit = status[7] | status[6] << 8; } out: @@ -581,14 +582,25 @@ * when we set current limit to 200ma, the card will draw 200ma, and * when we set current limit to 400/600/800ma, the card will draw its * maximum 300ma from the host. + * + * The above is incorrect: if we try to set a current limit that is + * not supported by the card, the card can rightfully error out the + * attempt, and remain at the default current limit. This results + * in a 300mA card being limited to 200mA even though the host + * supports 800mA. Failures seen with SanDisk 8GB UHS cards with + * an iMX6 host. --rmk */ - if (max_current >= 800) + if (max_current >= 800 && + card->sw_caps.sd3_curr_limit & SD_MAX_CURRENT_800) current_limit = SD_SET_CURRENT_LIMIT_800; - else if (max_current >= 600) + else if (max_current >= 600 && + card->sw_caps.sd3_curr_limit & SD_MAX_CURRENT_600) current_limit = SD_SET_CURRENT_LIMIT_600; - else if (max_current >= 400) + else if (max_current >= 400 && + card->sw_caps.sd3_curr_limit & SD_MAX_CURRENT_400) current_limit = SD_SET_CURRENT_LIMIT_400; - else if (max_current >= 200) + else if (max_current >= 200 && + card->sw_caps.sd3_curr_limit & SD_MAX_CURRENT_200) current_limit = SD_SET_CURRENT_LIMIT_200; if (current_limit != SD_SET_CURRENT_NO_CHANGE) { --- linux-lts-utopic-3.16.0.orig/drivers/mmc/core/sdio.c +++ linux-lts-utopic-3.16.0/drivers/mmc/core/sdio.c @@ -670,7 +670,7 @@ */ if (!powered_resume && (rocr & ocr & R4_18V_PRESENT)) { err = mmc_set_signal_voltage(host, MMC_SIGNAL_VOLTAGE_180, - ocr); + ocr_card); if (err == -EAGAIN) { sdio_reset(host); mmc_go_idle(host); @@ -992,8 +992,16 @@ } } - if (!err && host->sdio_irqs) - wake_up_process(host->sdio_irq_thread); + if (!err && host->sdio_irqs) { + if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { + wake_up_process(host->sdio_irq_thread); + } else if (host->caps & MMC_CAP_SDIO_IRQ) { + mmc_host_clk_hold(host); + host->ops->enable_sdio_irq(host, 1); + mmc_host_clk_release(host); + } + } + mmc_release_host(host); host->pm_flags &= ~MMC_PM_KEEP_POWER; --- linux-lts-utopic-3.16.0.orig/drivers/mmc/core/sdio_irq.c +++ linux-lts-utopic-3.16.0/drivers/mmc/core/sdio_irq.c @@ -208,7 +208,7 @@ host->sdio_irqs--; return err; } - } else { + } else if (host->caps & MMC_CAP_SDIO_IRQ) { mmc_host_clk_hold(host); host->ops->enable_sdio_irq(host, 1); mmc_host_clk_release(host); @@ -229,7 +229,7 @@ if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { atomic_set(&host->sdio_irq_thread_abort, 1); kthread_stop(host->sdio_irq_thread); - } else { + } else if (host->caps & MMC_CAP_SDIO_IRQ) { mmc_host_clk_hold(host); host->ops->enable_sdio_irq(host, 0); mmc_host_clk_release(host); --- linux-lts-utopic-3.16.0.orig/drivers/mmc/core/slot-gpio.c +++ linux-lts-utopic-3.16.0/drivers/mmc/core/slot-gpio.c @@ -221,8 +221,6 @@ ctx->override_cd_active_level = true; ctx->cd_gpio = gpio_to_desc(gpio); - mmc_gpiod_request_cd_irq(host); - return 0; } EXPORT_SYMBOL(mmc_gpio_request_cd); --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/atmel-mci.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/atmel-mci.c @@ -1294,7 +1294,7 @@ if (ios->clock) { unsigned int clock_min = ~0U; - u32 clkdiv; + int clkdiv; clk_prepare(host->mck); unprepare_clk = true; @@ -1323,7 +1323,12 @@ /* Calculate clock divider */ if (host->caps.has_odd_clk_div) { clkdiv = DIV_ROUND_UP(host->bus_hz, clock_min) - 2; - if (clkdiv > 511) { + if (clkdiv < 0) { + dev_warn(&mmc->class_dev, + "clock %u too fast; using %lu\n", + clock_min, host->bus_hz / 2); + clkdiv = 0; + } else if (clkdiv > 511) { dev_warn(&mmc->class_dev, "clock %u too slow; using %lu\n", clock_min, host->bus_hz / (511 + 2)); --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/dw_mmc.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/dw_mmc.c @@ -625,6 +625,13 @@ WARN_ON(!(data->flags & MMC_DATA_READ)); + /* + * CDTHRCTL doesn't exist prior to 240A (in fact that register offset is + * in the FIFO region, so we really shouldn't access it). + */ + if (host->verid < DW_MMC_240A) + return; + if (host->timing != MMC_TIMING_MMC_HS200 && host->timing != MMC_TIMING_UHS_SDR104) goto disable; --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/mmc_spi.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/mmc_spi.c @@ -1436,6 +1436,7 @@ host->pdata->cd_debounce); if (status != 0) goto fail_add_host; + mmc_gpiod_request_cd_irq(mmc); } if (host->pdata && host->pdata->flags & MMC_SPI_USE_RO_GPIO) { --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/mmci.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/mmci.c @@ -65,6 +65,7 @@ * @pwrreg_clkgate: MMCIPOWER register must be used to gate the clock * @busy_detect: true if busy detection on dat0 is supported * @pwrreg_nopower: bits in MMCIPOWER don't controls ext. power supply + * @reversed_irq_handling: handle data irq before cmd irq. */ struct variant_data { unsigned int clkreg; @@ -80,6 +81,7 @@ bool pwrreg_clkgate; bool busy_detect; bool pwrreg_nopower; + bool reversed_irq_handling; }; static struct variant_data variant_arm = { @@ -87,6 +89,7 @@ .fifohalfsize = 8 * 4, .datalength_bits = 16, .pwrreg_powerup = MCI_PWR_UP, + .reversed_irq_handling = true, }; static struct variant_data variant_arm_extended_fifo = { @@ -834,6 +837,10 @@ mmci_data_irq(struct mmci_host *host, struct mmc_data *data, unsigned int status) { + /* Make sure we have data to handle */ + if (!data) + return; + /* First check for errors */ if (status & (MCI_DATACRCFAIL|MCI_DATATIMEOUT|MCI_STARTBITERR| MCI_TXUNDERRUN|MCI_RXOVERRUN)) { @@ -902,9 +909,17 @@ unsigned int status) { void __iomem *base = host->base; - bool sbc = (cmd == host->mrq->sbc); - bool busy_resp = host->variant->busy_detect && - (cmd->flags & MMC_RSP_BUSY); + bool sbc, busy_resp; + + if (!cmd) + return; + + sbc = (cmd == host->mrq->sbc); + busy_resp = host->variant->busy_detect && (cmd->flags & MMC_RSP_BUSY); + + if (!((status|host->busy_status) & (MCI_CMDCRCFAIL|MCI_CMDTIMEOUT| + MCI_CMDSENT|MCI_CMDRESPEND))) + return; /* Check if we need to wait for busy completion. */ if (host->busy_status && (status & MCI_ST_CARDBUSY)) @@ -1132,9 +1147,6 @@ spin_lock(&host->lock); do { - struct mmc_command *cmd; - struct mmc_data *data; - status = readl(host->base + MMCISTATUS); if (host->singleirq) { @@ -1154,16 +1166,13 @@ dev_dbg(mmc_dev(host->mmc), "irq0 (data+cmd) %08x\n", status); - cmd = host->cmd; - if ((status|host->busy_status) & (MCI_CMDCRCFAIL|MCI_CMDTIMEOUT| - MCI_CMDSENT|MCI_CMDRESPEND) && cmd) - mmci_cmd_irq(host, cmd, status); - - data = host->data; - if (status & (MCI_DATACRCFAIL|MCI_DATATIMEOUT|MCI_STARTBITERR| - MCI_TXUNDERRUN|MCI_RXOVERRUN|MCI_DATAEND| - MCI_DATABLOCKEND) && data) - mmci_data_irq(host, data, status); + if (host->variant->reversed_irq_handling) { + mmci_data_irq(host, host->data, status); + mmci_cmd_irq(host, host->cmd, status); + } else { + mmci_cmd_irq(host, host->cmd, status); + mmci_data_irq(host, host->data, status); + } /* Don't poll for busy completion in irq context. */ if (host->busy_status) @@ -1740,7 +1749,7 @@ { .id = 0x00280180, .mask = 0x00ffffff, - .data = &variant_u300, + .data = &variant_nomadik, }, { .id = 0x00480180, --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/omap_hsmmc.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/omap_hsmmc.c @@ -583,6 +583,7 @@ */ if ((mmc_slot(host).features & HSMMC_HAS_HSPE_SUPPORT) && (ios->timing != MMC_TIMING_MMC_DDR52) && + (ios->timing != MMC_TIMING_UHS_DDR50) && ((OMAP_HSMMC_READ(host->base, CAPA) & HSS) == HSS)) { regval = OMAP_HSMMC_READ(host->base, HCTL); if (clkdiv && (clk_get_rate(host->fclk)/clkdiv) > 25000000) @@ -602,7 +603,8 @@ u32 con; con = OMAP_HSMMC_READ(host->base, CON); - if (ios->timing == MMC_TIMING_MMC_DDR52) + if (ios->timing == MMC_TIMING_MMC_DDR52 || + ios->timing == MMC_TIMING_UHS_DDR50) con |= DDR; /* configure in DDR mode */ else con &= ~DDR; @@ -1077,6 +1079,10 @@ if (status & (CTO_EN | CCRC_EN)) end_cmd = 1; + if (host->data || host->response_busy) { + end_trans = !end_cmd; + host->response_busy = 0; + } if (status & (CTO_EN | DTO_EN)) hsmmc_command_incomplete(host, -ETIMEDOUT, end_cmd); else if (status & (CCRC_EN | DCRC_EN)) @@ -1096,10 +1102,6 @@ } dev_dbg(mmc_dev(host->mmc), "AC12 err: 0x%x\n", ac12); } - if (host->data || host->response_busy) { - end_trans = !end_cmd; - host->response_busy = 0; - } } OMAP_HSMMC_WRITE(host->base, STAT, status); --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/rtsx_pci_sdmmc.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/rtsx_pci_sdmmc.c @@ -332,6 +332,13 @@ } if (rsp_type == SD_RSP_TYPE_R2) { + /* + * The controller offloads the last byte {CRC-7, end bit 1'b1} + * of response type R2. Assign dummy CRC, 0, and end bit to the + * byte(ptr[16], goes into the LSB of resp[3] later). + */ + ptr[16] = 1; + for (i = 0; i < 4; i++) { cmd->resp[i] = get_unaligned_be32(ptr + 1 + i * 4); dev_dbg(sdmmc_dev(host), "cmd->resp[%d] = 0x%08x\n", --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/rtsx_usb_sdmmc.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/rtsx_usb_sdmmc.c @@ -435,6 +435,13 @@ } if (rsp_type == SD_RSP_TYPE_R2) { + /* + * The controller offloads the last byte {CRC-7, end bit 1'b1} + * of response type R2. Assign dummy CRC, 0, and end bit to the + * byte(ptr[16], goes into the LSB of resp[3] later). + */ + ptr[16] = 1; + for (i = 0; i < 4; i++) { cmd->resp[i] = get_unaligned_be32(ptr + 1 + i * 4); dev_dbg(sdmmc_dev(host), "cmd->resp[%d] = 0x%08x\n", --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/sdhci-acpi.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/sdhci-acpi.c @@ -127,6 +127,7 @@ .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | MMC_CAP_HW_RESET, .caps2 = MMC_CAP2_HC_ERASE_SZ, .flags = SDHCI_ACPI_RUNTIME_PM, + .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN, }; static const struct sdhci_acpi_slot sdhci_acpi_slot_int_sdio = { @@ -154,8 +155,10 @@ { "80860F14" , "3" , &sdhci_acpi_slot_int_sd }, { "80860F16" , NULL, &sdhci_acpi_slot_int_sd }, { "INT33BB" , "2" , &sdhci_acpi_slot_int_sdio }, + { "INT33BB" , "3" , &sdhci_acpi_slot_int_sd }, { "INT33C6" , NULL, &sdhci_acpi_slot_int_sdio }, { "INT3436" , NULL, &sdhci_acpi_slot_int_sdio }, + { "INT344D" , NULL, &sdhci_acpi_slot_int_sdio }, { "PNP0D40" }, { }, }; @@ -166,6 +169,7 @@ { "INT33BB" }, { "INT33C6" }, { "INT3436" }, + { "INT344D" }, { "PNP0D40" }, { }, }; --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/sdhci-esdhc.h +++ linux-lts-utopic-3.16.0/drivers/mmc/host/sdhci-esdhc.h @@ -45,6 +45,6 @@ #define ESDHC_DMA_SYSCTL 0x40c #define ESDHC_DMA_SNOOP 0x00000040 -#define ESDHC_HOST_CONTROL_RES 0x05 +#define ESDHC_HOST_CONTROL_RES 0x01 #endif /* _DRIVERS_MMC_SDHCI_ESDHC_H */ --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/sdhci-of-esdhc.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/sdhci-of-esdhc.c @@ -276,6 +276,14 @@ ESDHC_CTRL_BUSWIDTH_MASK, ctrl); } +static void esdhc_reset(struct sdhci_host *host, u8 mask) +{ + sdhci_reset(host, mask); + + sdhci_writel(host, host->ier, SDHCI_INT_ENABLE); + sdhci_writel(host, host->ier, SDHCI_SIGNAL_ENABLE); +} + static const struct sdhci_ops sdhci_esdhc_ops = { .read_l = esdhc_readl, .read_w = esdhc_readw, @@ -290,7 +298,7 @@ .platform_init = esdhc_of_platform_init, .adma_workaround = esdhci_of_adma_workaround, .set_bus_width = esdhc_pltfm_set_bus_width, - .reset = sdhci_reset, + .reset = esdhc_reset, .set_uhs_signaling = sdhci_set_uhs_signaling, }; --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/sdhci-pci-o2micro.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/sdhci-pci-o2micro.c @@ -127,8 +127,6 @@ return; scratch_32 &= ~((1 << 21) | (1 << 30)); - /* Set RTD3 function disabled */ - scratch_32 |= ((1 << 29) | (1 << 28)); pci_write_config_dword(chip->pdev, O2_SD_FUNC_REG3, scratch_32); /* Set L1 Entrance Timer */ --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/sdhci-pci.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/sdhci-pci.c @@ -103,6 +103,10 @@ SDHCI_QUIRK_BROKEN_TIMEOUT_VAL, }; +static const struct sdhci_pci_fixes sdhci_intel_qrk = { + .quirks = SDHCI_QUIRK_NO_HISPD_BIT, +}; + static int mrst_hc_probe_slot(struct sdhci_pci_slot *slot) { slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA; @@ -267,6 +271,8 @@ MMC_CAP_HW_RESET; slot->host->mmc->caps2 |= MMC_CAP2_HC_ERASE_SZ; slot->hw_reset = sdhci_pci_int_hw_reset; + if (slot->chip->pdev->device == PCI_DEVICE_ID_INTEL_BSW_EMMC) + slot->host->timeout_clk = 1000; /* 1000 kHz i.e. 1 MHz */ return 0; } @@ -279,6 +285,7 @@ static const struct sdhci_pci_fixes sdhci_intel_byt_emmc = { .allow_runtime_pm = true, .probe_slot = byt_emmc_probe_slot, + .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN, }; static const struct sdhci_pci_fixes sdhci_intel_byt_sdio = { @@ -517,6 +524,7 @@ static const struct sdhci_pci_fixes sdhci_o2 = { .probe = sdhci_pci_o2_probe, .quirks = SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC, + .quirks2 = SDHCI_QUIRK2_CLEAR_TRANSFERMODE_REG_BEFORE_CMD, .probe_slot = sdhci_pci_o2_probe_slot, .resume = sdhci_pci_o2_resume, }; @@ -753,6 +761,14 @@ { .vendor = PCI_VENDOR_ID_INTEL, + .device = PCI_DEVICE_ID_INTEL_QRK_SD, + .subvendor = PCI_ANY_ID, + .subdevice = PCI_ANY_ID, + .driver_data = (kernel_ulong_t)&sdhci_intel_qrk, + }, + + { + .vendor = PCI_VENDOR_ID_INTEL, .device = PCI_DEVICE_ID_INTEL_MRST_SD0, .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, @@ -863,6 +879,29 @@ .driver_data = (kernel_ulong_t)&sdhci_intel_byt_emmc, }, + { + .vendor = PCI_VENDOR_ID_INTEL, + .device = PCI_DEVICE_ID_INTEL_BSW_EMMC, + .subvendor = PCI_ANY_ID, + .subdevice = PCI_ANY_ID, + .driver_data = (kernel_ulong_t)&sdhci_intel_byt_emmc, + }, + + { + .vendor = PCI_VENDOR_ID_INTEL, + .device = PCI_DEVICE_ID_INTEL_BSW_SDIO, + .subvendor = PCI_ANY_ID, + .subdevice = PCI_ANY_ID, + .driver_data = (kernel_ulong_t)&sdhci_intel_byt_sdio, + }, + + { + .vendor = PCI_VENDOR_ID_INTEL, + .device = PCI_DEVICE_ID_INTEL_BSW_SD, + .subvendor = PCI_ANY_ID, + .subdevice = PCI_ANY_ID, + .driver_data = (kernel_ulong_t)&sdhci_intel_byt_sd, + }, { .vendor = PCI_VENDOR_ID_INTEL, @@ -911,6 +950,31 @@ .subdevice = PCI_ANY_ID, .driver_data = (kernel_ulong_t)&sdhci_intel_mrfl_mmc, }, + + { + .vendor = PCI_VENDOR_ID_INTEL, + .device = PCI_DEVICE_ID_INTEL_SPT_EMMC, + .subvendor = PCI_ANY_ID, + .subdevice = PCI_ANY_ID, + .driver_data = (kernel_ulong_t)&sdhci_intel_byt_emmc, + }, + + { + .vendor = PCI_VENDOR_ID_INTEL, + .device = PCI_DEVICE_ID_INTEL_SPT_SDIO, + .subvendor = PCI_ANY_ID, + .subdevice = PCI_ANY_ID, + .driver_data = (kernel_ulong_t)&sdhci_intel_byt_sdio, + }, + + { + .vendor = PCI_VENDOR_ID_INTEL, + .device = PCI_DEVICE_ID_INTEL_SPT_SD, + .subvendor = PCI_ANY_ID, + .subdevice = PCI_ANY_ID, + .driver_data = (kernel_ulong_t)&sdhci_intel_byt_sd, + }, + { .vendor = PCI_VENDOR_ID_O2, .device = PCI_DEVICE_ID_O2_8120, --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/sdhci-pci.h +++ linux-lts-utopic-3.16.0/drivers/mmc/host/sdhci-pci.h @@ -11,12 +11,19 @@ #define PCI_DEVICE_ID_INTEL_BYT_SDIO 0x0f15 #define PCI_DEVICE_ID_INTEL_BYT_SD 0x0f16 #define PCI_DEVICE_ID_INTEL_BYT_EMMC2 0x0f50 +#define PCI_DEVICE_ID_INTEL_BSW_EMMC 0x2294 +#define PCI_DEVICE_ID_INTEL_BSW_SDIO 0x2295 +#define PCI_DEVICE_ID_INTEL_BSW_SD 0x2296 #define PCI_DEVICE_ID_INTEL_MRFL_MMC 0x1190 #define PCI_DEVICE_ID_INTEL_CLV_SDIO0 0x08f9 #define PCI_DEVICE_ID_INTEL_CLV_SDIO1 0x08fa #define PCI_DEVICE_ID_INTEL_CLV_SDIO2 0x08fb #define PCI_DEVICE_ID_INTEL_CLV_EMMC0 0x08e5 #define PCI_DEVICE_ID_INTEL_CLV_EMMC1 0x08e6 +#define PCI_DEVICE_ID_INTEL_QRK_SD 0x08A7 +#define PCI_DEVICE_ID_INTEL_SPT_EMMC 0x9d2b +#define PCI_DEVICE_ID_INTEL_SPT_SDIO 0x9d2c +#define PCI_DEVICE_ID_INTEL_SPT_SD 0x9d2d /* * PCI registers --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/sdhci-pxav3.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/sdhci-pxav3.c @@ -112,6 +112,38 @@ return 0; } +static int armada_38x_quirks(struct platform_device *pdev, + struct sdhci_host *host) +{ + struct device_node *np = pdev->dev.of_node; + + host->quirks |= SDHCI_QUIRK_MISSING_CAPS; + /* + * According to erratum 'FE-2946959' both SDR50 and DDR50 + * modes require specific clock adjustments in SDIO3 + * Configuration register, if the adjustment is not done, + * remove them from the capabilities. + */ + host->caps1 = sdhci_readl(host, SDHCI_CAPABILITIES_1); + host->caps1 &= ~(SDHCI_SUPPORT_SDR50 | SDHCI_SUPPORT_DDR50); + + /* + * According to erratum 'ERR-7878951' Armada 38x SDHCI + * controller has different capabilities than the ones shown + * in its registers + */ + host->caps = sdhci_readl(host, SDHCI_CAPABILITIES); + if (of_property_read_bool(np, "no-1-8-v")) { + host->caps &= ~SDHCI_CAN_VDD_180; + host->mmc->caps &= ~MMC_CAP_1_8V_DDR; + } else { + host->caps &= ~SDHCI_CAN_VDD_330; + } + host->caps1 &= ~(SDHCI_SUPPORT_SDR104 | SDHCI_USE_SDR50_TUNING); + + return 0; +} + static void pxav3_reset(struct sdhci_host *host, u8 mask) { struct platform_device *pdev = to_platform_device(mmc_dev(host->mmc)); @@ -224,12 +256,11 @@ static const struct sdhci_ops pxav3_sdhci_ops = { .set_clock = sdhci_set_clock, - .set_uhs_signaling = pxav3_set_uhs_signaling, .platform_send_init_74_clocks = pxav3_gen_init_74_clocks, .get_max_clock = sdhci_pltfm_clk_get_max_clock, .set_bus_width = sdhci_set_bus_width, .reset = pxav3_reset, - .set_uhs_signaling = sdhci_set_uhs_signaling, + .set_uhs_signaling = pxav3_set_uhs_signaling, }; static struct sdhci_pltfm_data sdhci_pxav3_pdata = { @@ -262,8 +293,8 @@ if (!pdata) return NULL; - of_property_read_u32(np, "mrvl,clk-delay-cycles", &clk_delay_cycles); - if (clk_delay_cycles > 0) + if (!of_property_read_u32(np, "mrvl,clk-delay-cycles", + &clk_delay_cycles)) pdata->clk_delay_cycles = clk_delay_cycles; return pdata; @@ -298,13 +329,6 @@ return PTR_ERR(host); } - if (of_device_is_compatible(np, "marvell,armada-380-sdhci")) { - ret = mv_conf_mbus_windows(pdev, mv_mbus_dram_info()); - if (ret < 0) - goto err_mbus_win; - } - - pltfm_host = sdhci_priv(host); pltfm_host->priv = pxa; @@ -320,6 +344,15 @@ /* enable 1/8V DDR capable */ host->mmc->caps |= MMC_CAP_1_8V_DDR; + if (of_device_is_compatible(np, "marvell,armada-380-sdhci")) { + ret = armada_38x_quirks(pdev, host); + if (ret < 0) + goto err_clk_get; + ret = mv_conf_mbus_windows(pdev, mv_mbus_dram_info()); + if (ret < 0) + goto err_mbus_win; + } + match = of_match_device(of_match_ptr(sdhci_pxav3_of_match), &pdev->dev); if (match) { ret = mmc_of_parse(host->mmc); @@ -327,6 +360,7 @@ goto err_of_parse; sdhci_get_of_property(pdev); pdata = pxav3_get_mmc_pdata(dev); + pdev->dev.platform_data = pdata; } else if (pdata) { /* on-chip device */ if (pdata->flags & PXA_FLAG_CARD_PERMANENT) @@ -358,10 +392,11 @@ } } - pm_runtime_enable(&pdev->dev); - pm_runtime_get_sync(&pdev->dev); + pm_runtime_get_noresume(&pdev->dev); + pm_runtime_set_active(&pdev->dev); pm_runtime_set_autosuspend_delay(&pdev->dev, PXAV3_RPM_DELAY_MS); pm_runtime_use_autosuspend(&pdev->dev); + pm_runtime_enable(&pdev->dev); pm_suspend_ignore_children(&pdev->dev, 1); ret = sdhci_add_host(host); @@ -383,15 +418,15 @@ return 0; -err_of_parse: -err_cd_req: err_add_host: - pm_runtime_put_sync(&pdev->dev); pm_runtime_disable(&pdev->dev); + pm_runtime_put_noidle(&pdev->dev); +err_of_parse: +err_cd_req: +err_mbus_win: clk_disable_unprepare(clk); clk_put(clk); err_clk_get: -err_mbus_win: sdhci_pltfm_free(pdev); kfree(pxa); return ret; @@ -449,15 +484,13 @@ { struct sdhci_host *host = dev_get_drvdata(dev); struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); - unsigned long flags; + int ret; - if (pltfm_host->clk) { - spin_lock_irqsave(&host->lock, flags); - host->runtime_suspended = true; - spin_unlock_irqrestore(&host->lock, flags); + ret = sdhci_runtime_suspend_host(host); + if (ret) + return ret; - clk_disable_unprepare(pltfm_host->clk); - } + clk_disable_unprepare(pltfm_host->clk); return 0; } @@ -466,17 +499,10 @@ { struct sdhci_host *host = dev_get_drvdata(dev); struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); - unsigned long flags; - if (pltfm_host->clk) { - clk_prepare_enable(pltfm_host->clk); + clk_prepare_enable(pltfm_host->clk); - spin_lock_irqsave(&host->lock, flags); - host->runtime_suspended = false; - spin_unlock_irqrestore(&host->lock, flags); - } - - return 0; + return sdhci_runtime_resume_host(host); } #endif --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/sdhci-s3c.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/sdhci-s3c.c @@ -606,8 +606,6 @@ ret = sdhci_add_host(host); if (ret) { dev_err(dev, "sdhci_add_host() failed\n"); - pm_runtime_forbid(&pdev->dev); - pm_runtime_get_noresume(&pdev->dev); goto err_req_regs; } @@ -618,6 +616,8 @@ return 0; err_req_regs: + pm_runtime_disable(&pdev->dev); + err_no_busclks: clk_disable_unprepare(sc->clk_io); --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/sdhci-sirf.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/sdhci-sirf.c @@ -94,6 +94,7 @@ ret); goto err_request_cd; } + mmc_gpiod_request_cd_irq(host->mmc); } return 0; --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/sdhci.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/sdhci.c @@ -880,10 +880,15 @@ struct mmc_data *data = cmd->data; if (data == NULL) { + if (host->quirks2 & + SDHCI_QUIRK2_CLEAR_TRANSFERMODE_REG_BEFORE_CMD) { + sdhci_writew(host, 0x0, SDHCI_TRANSFER_MODE); + } else { /* clear Auto CMD settings for no data CMDs */ - mode = sdhci_readw(host, SDHCI_TRANSFER_MODE); - sdhci_writew(host, mode & ~(SDHCI_TRNS_AUTO_CMD12 | + mode = sdhci_readw(host, SDHCI_TRANSFER_MODE); + sdhci_writew(host, mode & ~(SDHCI_TRNS_AUTO_CMD12 | SDHCI_TRNS_AUTO_CMD23), SDHCI_TRANSFER_MODE); + } return; } @@ -1105,6 +1110,7 @@ preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR104); break; case MMC_TIMING_UHS_DDR50: + case MMC_TIMING_MMC_DDR52: preset = sdhci_readw(host, SDHCI_PRESET_FOR_DDR50); break; default: @@ -1308,6 +1314,8 @@ sdhci_runtime_pm_get(host); + present = mmc_gpio_get_cd(host->mmc); + spin_lock_irqsave(&host->lock, flags); WARN_ON(host->mrq != NULL); @@ -1336,7 +1344,6 @@ * zero: cd-gpio is used, and card is removed * one: cd-gpio is used, and card is present */ - present = mmc_gpio_get_cd(host->mmc); if (present < 0) { /* If polling, assume that the card is always present. */ if (host->quirks & SDHCI_QUIRK_BROKEN_CARD_DETECTION) @@ -1544,7 +1551,8 @@ (ios->timing == MMC_TIMING_UHS_SDR25) || (ios->timing == MMC_TIMING_UHS_SDR50) || (ios->timing == MMC_TIMING_UHS_SDR104) || - (ios->timing == MMC_TIMING_UHS_DDR50))) { + (ios->timing == MMC_TIMING_UHS_DDR50) || + (ios->timing == MMC_TIMING_MMC_DDR52))) { u16 preset; sdhci_enable_preset_value(host, true); @@ -2047,15 +2055,18 @@ { struct sdhci_host *host = mmc_priv(mmc); unsigned long flags; + int present; /* First check if client has provided their own card event */ if (host->ops->card_event) host->ops->card_event(host); + present = sdhci_do_get_cd(host); + spin_lock_irqsave(&host->lock, flags); /* Check host->mrq first in case we are runtime suspended */ - if (host->mrq && !sdhci_do_get_cd(host)) { + if (host->mrq && !present) { pr_err("%s: Card removed during transfer!\n", mmc_hostname(host->mmc)); pr_err("%s: Resetting controller.\n", @@ -2626,7 +2637,7 @@ static void sdhci_runtime_pm_bus_on(struct sdhci_host *host) { - if (host->runtime_suspended || host->bus_on) + if (host->bus_on) return; host->bus_on = true; pm_runtime_get_noresume(host->mmc->parent); @@ -2634,7 +2645,7 @@ static void sdhci_runtime_pm_bus_off(struct sdhci_host *host) { - if (host->runtime_suspended || !host->bus_on) + if (!host->bus_on) return; host->bus_on = false; pm_runtime_put_noidle(host->mmc->parent); --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/sh_mmcif.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/sh_mmcif.c @@ -1402,7 +1402,7 @@ host = mmc_priv(mmc); host->mmc = mmc; host->addr = reg; - host->timeout = msecs_to_jiffies(1000); + host->timeout = msecs_to_jiffies(10000); host->ccs_enable = !pd || !pd->ccs_unsupported; host->clk_ctrl2_enable = pd && pd->clk_ctrl2_present; --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/sunxi-mmc.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/sunxi-mmc.c @@ -909,7 +909,9 @@ return PTR_ERR(host->clk_mmc); } - host->reset = devm_reset_control_get(&pdev->dev, "ahb"); + host->reset = devm_reset_control_get_optional(&pdev->dev, "ahb"); + if (PTR_ERR(host->reset) == -EPROBE_DEFER) + return PTR_ERR(host->reset); ret = clk_prepare_enable(host->clk_ahb); if (ret) { --- linux-lts-utopic-3.16.0.orig/drivers/mmc/host/tmio_mmc_pio.c +++ linux-lts-utopic-3.16.0/drivers/mmc/host/tmio_mmc_pio.c @@ -1103,6 +1103,7 @@ tmio_mmc_host_remove(_host); return ret; } + mmc_gpiod_request_cd_irq(mmc); } *host = _host; --- linux-lts-utopic-3.16.0.orig/drivers/mtd/chips/cfi_cmdset_0001.c +++ linux-lts-utopic-3.16.0/drivers/mtd/chips/cfi_cmdset_0001.c @@ -2590,6 +2590,8 @@ /* Go to known state. Chip may have been power cycled */ if (chip->state == FL_PM_SUSPENDED) { + /* Refresh LH28F640BF Partition Config. Register */ + fixup_LH28F640BF(mtd); map_write(map, CMD(0xFF), cfi->chips[i].start); chip->oldstate = chip->state = FL_READY; wake_up(&chip->wq); --- linux-lts-utopic-3.16.0.orig/drivers/mtd/devices/m25p80.c +++ linux-lts-utopic-3.16.0/drivers/mtd/devices/m25p80.c @@ -196,8 +196,11 @@ struct m25p *flash; struct spi_nor *nor; enum read_mode mode = SPI_NOR_NORMAL; + char *flash_name = NULL; int ret; + data = dev_get_platdata(&spi->dev); + flash = devm_kzalloc(&spi->dev, sizeof(*flash), GFP_KERNEL); if (!flash) return -ENOMEM; @@ -223,11 +226,24 @@ mode = SPI_NOR_QUAD; else if (spi->mode & SPI_RX_DUAL) mode = SPI_NOR_DUAL; - ret = spi_nor_scan(nor, spi_get_device_id(spi), mode); + + if (data && data->name) + flash->mtd.name = data->name; + + /* For some (historical?) reason many platforms provide two different + * names in flash_platform_data: "name" and "type". Quite often name is + * set to "m25p80" and then "type" provides a real chip name. + * If that's the case, respect "type" and ignore a "name". + */ + if (data && data->type) + flash_name = data->type; + else + flash_name = spi->modalias; + + ret = spi_nor_scan(nor, flash_name, mode); if (ret) return ret; - data = dev_get_platdata(&spi->dev); ppdata.of_node = spi->dev.of_node; return mtd_device_parse_register(&flash->mtd, NULL, &ppdata, @@ -245,12 +261,62 @@ } +/* + * XXX This needs to be kept in sync with spi_nor_ids. We can't share + * it with spi-nor, because if this is built as a module then modpost + * won't be able to read it and add appropriate aliases. + */ +static const struct spi_device_id m25p_ids[] = { + {"at25fs010"}, {"at25fs040"}, {"at25df041a"}, {"at25df321a"}, + {"at25df641"}, {"at26f004"}, {"at26df081a"}, {"at26df161a"}, + {"at26df321"}, {"at45db081d"}, + {"en25f32"}, {"en25p32"}, {"en25q32b"}, {"en25p64"}, + {"en25q64"}, {"en25qh128"}, {"en25qh256"}, + {"f25l32pa"}, + {"mr25h256"}, {"mr25h10"}, + {"gd25q32"}, {"gd25q64"}, + {"160s33b"}, {"320s33b"}, {"640s33b"}, + {"mx25l2005a"}, {"mx25l4005a"}, {"mx25l8005"}, {"mx25l1606e"}, + {"mx25l3205d"}, {"mx25l3255e"}, {"mx25l6405d"}, {"mx25l12805d"}, + {"mx25l12855e"},{"mx25l25635e"},{"mx25l25655e"},{"mx66l51235l"}, + {"mx66l1g55g"}, + {"n25q064"}, {"n25q128a11"}, {"n25q128a13"}, {"n25q256a"}, + {"n25q512a"}, {"n25q512ax3"}, {"n25q00"}, + {"pm25lv512"}, {"pm25lv010"}, {"pm25lq032"}, + {"s25sl032p"}, {"s25sl064p"}, {"s25fl256s0"}, {"s25fl256s1"}, + {"s25fl512s"}, {"s70fl01gs"}, {"s25sl12800"}, {"s25sl12801"}, + {"s25fl129p0"}, {"s25fl129p1"}, {"s25sl004a"}, {"s25sl008a"}, + {"s25sl016a"}, {"s25sl032a"}, {"s25sl064a"}, {"s25fl008k"}, + {"s25fl016k"}, {"s25fl064k"}, + {"sst25vf040b"},{"sst25vf080b"},{"sst25vf016b"},{"sst25vf032b"}, + {"sst25vf064c"},{"sst25wf512"}, {"sst25wf010"}, {"sst25wf020"}, + {"sst25wf040"}, + {"m25p05"}, {"m25p10"}, {"m25p20"}, {"m25p40"}, + {"m25p80"}, {"m25p16"}, {"m25p32"}, {"m25p64"}, + {"m25p128"}, {"n25q032"}, + {"m25p05-nonjedec"}, {"m25p10-nonjedec"}, {"m25p20-nonjedec"}, + {"m25p40-nonjedec"}, {"m25p80-nonjedec"}, {"m25p16-nonjedec"}, + {"m25p32-nonjedec"}, {"m25p64-nonjedec"}, {"m25p128-nonjedec"}, + {"m45pe10"}, {"m45pe80"}, {"m45pe16"}, + {"m25pe20"}, {"m25pe80"}, {"m25pe16"}, + {"m25px16"}, {"m25px32"}, {"m25px32-s0"}, {"m25px32-s1"}, + {"m25px64"}, + {"w25x10"}, {"w25x20"}, {"w25x40"}, {"w25x80"}, + {"w25x16"}, {"w25x32"}, {"w25q32"}, {"w25q32dw"}, + {"w25x64"}, {"w25q64"}, {"w25q128"}, {"w25q80"}, + {"w25q80bl"}, {"w25q128"}, {"w25q256"}, {"cat25c11"}, + {"cat25c03"}, {"cat25c09"}, {"cat25c17"}, {"cat25128"}, + { }, +}; +MODULE_DEVICE_TABLE(spi, m25p_ids); + + static struct spi_driver m25p80_driver = { .driver = { .name = "m25p80", .owner = THIS_MODULE, }, - .id_table = spi_nor_ids, + .id_table = m25p_ids, .probe = m25p_probe, .remove = m25p_remove, --- linux-lts-utopic-3.16.0.orig/drivers/mtd/ftl.c +++ linux-lts-utopic-3.16.0/drivers/mtd/ftl.c @@ -1075,7 +1075,6 @@ return; } - ftl_freepart(partition); kfree(partition); } --- linux-lts-utopic-3.16.0.orig/drivers/mtd/maps/dc21285.c +++ linux-lts-utopic-3.16.0/drivers/mtd/maps/dc21285.c @@ -38,9 +38,9 @@ * we want to write a bit pattern XXX1 to Xilinx to enable * the write gate, which will be open for about the next 2ms. */ - spin_lock_irqsave(&nw_gpio_lock, flags); + raw_spin_lock_irqsave(&nw_gpio_lock, flags); nw_cpld_modify(CPLD_FLASH_WR_ENABLE, CPLD_FLASH_WR_ENABLE); - spin_unlock_irqrestore(&nw_gpio_lock, flags); + raw_spin_unlock_irqrestore(&nw_gpio_lock, flags); /* * let the ISA bus to catch on... --- linux-lts-utopic-3.16.0.orig/drivers/mtd/mtd_blkdevs.c +++ linux-lts-utopic-3.16.0/drivers/mtd/mtd_blkdevs.c @@ -199,6 +199,7 @@ if (!dev) return -ERESTARTSYS; /* FIXME: busy loop! -arnd*/ + mutex_lock(&mtd_table_mutex); mutex_lock(&dev->lock); if (dev->open) @@ -224,6 +225,7 @@ unlock: dev->open++; mutex_unlock(&dev->lock); + mutex_unlock(&mtd_table_mutex); blktrans_dev_put(dev); return ret; @@ -234,6 +236,7 @@ module_put(dev->tr->owner); kref_put(&dev->ref, blktrans_dev_release); mutex_unlock(&dev->lock); + mutex_unlock(&mtd_table_mutex); blktrans_dev_put(dev); return ret; } @@ -245,6 +248,7 @@ if (!dev) return; + mutex_lock(&mtd_table_mutex); mutex_lock(&dev->lock); if (--dev->open) @@ -260,6 +264,7 @@ } unlock: mutex_unlock(&dev->lock); + mutex_unlock(&mtd_table_mutex); blktrans_dev_put(dev); } --- linux-lts-utopic-3.16.0.orig/drivers/mtd/mtdpart.c +++ linux-lts-utopic-3.16.0/drivers/mtd/mtdpart.c @@ -637,8 +637,10 @@ for (i = 0; i < nbparts; i++) { slave = allocate_partition(master, parts + i, i, cur_offset); - if (IS_ERR(slave)) + if (IS_ERR(slave)) { + del_mtd_partitions(master); return PTR_ERR(slave); + } mutex_lock(&mtd_partitions_mutex); list_add(&slave->list, &mtd_partitions); --- linux-lts-utopic-3.16.0.orig/drivers/mtd/nand/denali.c +++ linux-lts-utopic-3.16.0/drivers/mtd/nand/denali.c @@ -1608,9 +1608,16 @@ /* driver exit point */ void denali_remove(struct denali_nand_info *denali) { + /* + * Pre-compute DMA buffer size to avoid any problems in case + * nand_release() ever changes in a way that mtd->writesize and + * mtd->oobsize are not reliable after this call. + */ + int bufsize = denali->mtd.writesize + denali->mtd.oobsize; + + nand_release(&denali->mtd); denali_irq_cleanup(denali->irq, denali); - dma_unmap_single(denali->dev, denali->buf.dma_buf, - denali->mtd.writesize + denali->mtd.oobsize, - DMA_BIDIRECTIONAL); + dma_unmap_single(denali->dev, denali->buf.dma_buf, bufsize, + DMA_BIDIRECTIONAL); } EXPORT_SYMBOL(denali_remove); --- linux-lts-utopic-3.16.0.orig/drivers/mtd/nand/omap2.c +++ linux-lts-utopic-3.16.0/drivers/mtd/nand/omap2.c @@ -931,7 +931,7 @@ u32 val; val = readl(info->reg.gpmc_ecc_config); - if (((val >> ECC_CONFIG_CS_SHIFT) & ~CS_MASK) != info->gpmc_cs) + if (((val >> ECC_CONFIG_CS_SHIFT) & CS_MASK) != info->gpmc_cs) return -EINVAL; /* read ecc result */ @@ -1700,13 +1700,6 @@ goto return_error; } - /* check for small page devices */ - if ((mtd->oobsize < 64) && (pdata->ecc_opt != OMAP_ECC_HAM1_CODE_HW)) { - pr_err("small page devices are not supported\n"); - err = -EINVAL; - goto return_error; - } - /* re-populate low-level callbacks based on xfer modes */ switch (pdata->xfer_type) { case NAND_OMAP_PREFETCH_POLLED: --- linux-lts-utopic-3.16.0.orig/drivers/mtd/nand/plat_nand.c +++ linux-lts-utopic-3.16.0/drivers/mtd/nand/plat_nand.c @@ -59,7 +59,6 @@ if (IS_ERR(data->io_base)) return PTR_ERR(data->io_base); - data->chip.priv = &data; data->mtd.priv = &data->chip; data->mtd.owner = THIS_MODULE; data->mtd.name = dev_name(&pdev->dev); --- linux-lts-utopic-3.16.0.orig/drivers/mtd/nand/pxa3xx_nand.c +++ linux-lts-utopic-3.16.0/drivers/mtd/nand/pxa3xx_nand.c @@ -480,6 +480,42 @@ nand_writel(info, NDCR, ndcr | int_mask); } +static void drain_fifo(struct pxa3xx_nand_info *info, void *data, int len) +{ + if (info->ecc_bch) { + int timeout; + + /* + * According to the datasheet, when reading from NDDB + * with BCH enabled, after each 32 bytes reads, we + * have to make sure that the NDSR.RDDREQ bit is set. + * + * Drain the FIFO 8 32 bits reads at a time, and skip + * the polling on the last read. + */ + while (len > 8) { + __raw_readsl(info->mmio_base + NDDB, data, 8); + + for (timeout = 0; + !(nand_readl(info, NDSR) & NDSR_RDDREQ); + timeout++) { + if (timeout >= 5) { + dev_err(&info->pdev->dev, + "Timeout on RDDREQ while draining the FIFO\n"); + return; + } + + mdelay(1); + } + + data += 32; + len -= 8; + } + } + + __raw_readsl(info->mmio_base + NDDB, data, len); +} + static void handle_data_pio(struct pxa3xx_nand_info *info) { unsigned int do_bytes = min(info->data_size, info->chunk_size); @@ -496,14 +532,14 @@ DIV_ROUND_UP(info->oob_size, 4)); break; case STATE_PIO_READING: - __raw_readsl(info->mmio_base + NDDB, - info->data_buff + info->data_buff_pos, - DIV_ROUND_UP(do_bytes, 4)); + drain_fifo(info, + info->data_buff + info->data_buff_pos, + DIV_ROUND_UP(do_bytes, 4)); if (info->oob_size > 0) - __raw_readsl(info->mmio_base + NDDB, - info->oob_buff + info->oob_buff_pos, - DIV_ROUND_UP(info->oob_size, 4)); + drain_fifo(info, + info->oob_buff + info->oob_buff_pos, + DIV_ROUND_UP(info->oob_size, 4)); break; default: dev_err(&info->pdev->dev, "%s: invalid state %d\n", __func__, @@ -1429,6 +1465,9 @@ if (pdata->keep_config && !pxa3xx_nand_detect_config(info)) goto KEEP_CONFIG; + /* Set a default chunk size */ + info->chunk_size = 512; + ret = pxa3xx_nand_sensing(info); if (ret) { dev_info(&info->pdev->dev, "There is no chip on cs %d!\n", --- linux-lts-utopic-3.16.0.orig/drivers/mtd/spi-nor/fsl-quadspi.c +++ linux-lts-utopic-3.16.0/drivers/mtd/spi-nor/fsl-quadspi.c @@ -881,7 +881,6 @@ /* iterate the subnodes. */ for_each_available_child_of_node(dev->of_node, np) { - const struct spi_device_id *id; char modalias[40]; /* skip the holes */ @@ -909,10 +908,6 @@ if (of_modalias_node(np, modalias, sizeof(modalias)) < 0) goto map_failed; - id = spi_nor_match_id(modalias); - if (!id) - goto map_failed; - ret = of_property_read_u32(np, "spi-max-frequency", &q->clk_rate); if (ret < 0) @@ -921,7 +916,7 @@ /* set the chip address for READID */ fsl_qspi_set_base_addr(q, nor); - ret = spi_nor_scan(nor, id, SPI_NOR_QUAD); + ret = spi_nor_scan(nor, modalias, SPI_NOR_QUAD); if (ret) goto map_failed; --- linux-lts-utopic-3.16.0.orig/drivers/mtd/spi-nor/spi-nor.c +++ linux-lts-utopic-3.16.0/drivers/mtd/spi-nor/spi-nor.c @@ -28,6 +28,8 @@ #define JEDEC_MFR(_jedec_id) ((_jedec_id) >> 16) +static const struct spi_device_id *spi_nor_match_id(const char *name); + /* * Read the status register, returning its value in the location * Return the status register value. @@ -427,7 +429,7 @@ * more nor chips. This current list focusses on newer chips, which * have been converging on command sets which including JEDEC ID. */ -const struct spi_device_id spi_nor_ids[] = { +static const struct spi_device_id spi_nor_ids[] = { /* Atmel -- some are (confusingly) marketed as "DataFlash" */ { "at25fs010", INFO(0x1f6601, 0, 32 * 1024, 4, SECT_4K) }, { "at25fs040", INFO(0x1f6604, 0, 64 * 1024, 8, SECT_4K) }, @@ -588,7 +590,6 @@ { "cat25128", CAT25_INFO(2048, 8, 64, 2, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) }, { }, }; -EXPORT_SYMBOL_GPL(spi_nor_ids); static const struct spi_device_id *spi_nor_read_id(struct spi_nor *nor) { @@ -867,11 +868,10 @@ return 0; } -int spi_nor_scan(struct spi_nor *nor, const struct spi_device_id *id, - enum read_mode mode) +int spi_nor_scan(struct spi_nor *nor, const char *name, enum read_mode mode) { + const struct spi_device_id *id = NULL; struct flash_info *info; - struct flash_platform_data *data; struct device *dev = nor->dev; struct mtd_info *mtd = nor->mtd; struct device_node *np = dev->of_node; @@ -882,27 +882,9 @@ if (ret) return ret; - /* Platform data helps sort out which chip type we have, as - * well as how this board partitions it. If we don't have - * a chip ID, try the JEDEC id commands; they'll work for most - * newer chips, even if we don't recognize the particular chip. - */ - data = dev_get_platdata(dev); - if (data && data->type) { - const struct spi_device_id *plat_id; - - for (i = 0; i < ARRAY_SIZE(spi_nor_ids) - 1; i++) { - plat_id = &spi_nor_ids[i]; - if (strcmp(data->type, plat_id->name)) - continue; - break; - } - - if (i < ARRAY_SIZE(spi_nor_ids) - 1) - id = plat_id; - else - dev_warn(dev, "unrecognized id %s\n", data->type); - } + id = spi_nor_match_id(name); + if (!id) + return -ENOENT; info = (void *)id->driver_data; @@ -941,11 +923,8 @@ write_sr(nor, 0); } - if (data && data->name) - mtd->name = data->name; - else + if (!mtd->name) mtd->name = dev_name(dev); - mtd->type = MTD_NORFLASH; mtd->writesize = 1; mtd->flags = MTD_CAP_NORFLASH; @@ -1088,7 +1067,7 @@ } EXPORT_SYMBOL_GPL(spi_nor_scan); -const struct spi_device_id *spi_nor_match_id(char *name) +static const struct spi_device_id *spi_nor_match_id(const char *name) { const struct spi_device_id *id = spi_nor_ids; @@ -1099,7 +1078,6 @@ } return NULL; } -EXPORT_SYMBOL_GPL(spi_nor_match_id); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Huang Shijie "); --- linux-lts-utopic-3.16.0.orig/drivers/mtd/tests/torturetest.c +++ linux-lts-utopic-3.16.0/drivers/mtd/tests/torturetest.c @@ -264,7 +264,9 @@ int i; void *patt; - mtdtest_erase_good_eraseblocks(mtd, bad_ebs, eb, ebcnt); + err = mtdtest_erase_good_eraseblocks(mtd, bad_ebs, eb, ebcnt); + if (err) + goto out; /* Check if the eraseblocks contain only 0xFF bytes */ if (check) { --- linux-lts-utopic-3.16.0.orig/drivers/mtd/ubi/attach.c +++ linux-lts-utopic-3.16.0/drivers/mtd/ubi/attach.c @@ -408,7 +408,7 @@ second_is_newer = !second_is_newer; } else { dbg_bld("PEB %d CRC is OK", pnum); - bitflips = !!err; + bitflips |= !!err; } mutex_unlock(&ubi->buf_mutex); --- linux-lts-utopic-3.16.0.orig/drivers/mtd/ubi/block.c +++ linux-lts-utopic-3.16.0/drivers/mtd/ubi/block.c @@ -255,6 +255,7 @@ mutex_lock(&dev->dev_mutex); ret = ubiblock_read(dev, bio_data(req->bio), sec, len); mutex_unlock(&dev->dev_mutex); + rq_flush_dcache_pages(req); return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/mtd/ubi/cdev.c +++ linux-lts-utopic-3.16.0/drivers/mtd/ubi/cdev.c @@ -451,7 +451,7 @@ /* Validate the request */ err = -EINVAL; if (req.lnum < 0 || req.lnum >= vol->reserved_pebs || - req.bytes < 0 || req.lnum >= vol->usable_leb_size) + req.bytes < 0 || req.bytes > vol->usable_leb_size) break; err = get_exclusive(desc); --- linux-lts-utopic-3.16.0.orig/drivers/mtd/ubi/eba.c +++ linux-lts-utopic-3.16.0/drivers/mtd/ubi/eba.c @@ -1362,7 +1362,8 @@ * during re-size. */ ubi_move_aeb_to_list(av, aeb, &ai->erase); - vol->eba_tbl[aeb->lnum] = aeb->pnum; + else + vol->eba_tbl[aeb->lnum] = aeb->pnum; } } --- linux-lts-utopic-3.16.0.orig/drivers/mtd/ubi/fastmap.c +++ linux-lts-utopic-3.16.0/drivers/mtd/ubi/fastmap.c @@ -330,6 +330,7 @@ av = tmp_av; else { ubi_err("orphaned volume in fastmap pool!"); + kmem_cache_free(ai->aeb_slab_cache, new_aeb); return UBI_BAD_FASTMAP; } --- linux-lts-utopic-3.16.0.orig/drivers/mtd/ubi/io.c +++ linux-lts-utopic-3.16.0/drivers/mtd/ubi/io.c @@ -921,6 +921,11 @@ goto bad; } + if (data_size > ubi->leb_size) { + ubi_err("bad data_size"); + goto bad; + } + if (vol_type == UBI_VID_STATIC) { /* * Although from high-level point of view static volumes may --- linux-lts-utopic-3.16.0.orig/drivers/mtd/ubi/misc.c +++ linux-lts-utopic-3.16.0/drivers/mtd/ubi/misc.c @@ -74,6 +74,8 @@ for (i = 0; i < vol->used_ebs; i++) { int size; + cond_resched(); + if (i == vol->used_ebs - 1) size = vol->last_eb_bytes; else --- linux-lts-utopic-3.16.0.orig/drivers/mtd/ubi/upd.c +++ linux-lts-utopic-3.16.0/drivers/mtd/ubi/upd.c @@ -133,6 +133,10 @@ ubi_assert(!vol->updating && !vol->changing_leb); vol->updating = 1; + vol->upd_buf = vmalloc(ubi->leb_size); + if (!vol->upd_buf) + return -ENOMEM; + err = set_update_marker(ubi, vol); if (err) return err; @@ -152,14 +156,12 @@ err = clear_update_marker(ubi, vol, 0); if (err) return err; + + vfree(vol->upd_buf); vol->updating = 0; return 0; } - vol->upd_buf = vmalloc(ubi->leb_size); - if (!vol->upd_buf) - return -ENOMEM; - vol->upd_ebs = div_u64(bytes + vol->usable_leb_size - 1, vol->usable_leb_size); vol->upd_bytes = bytes; @@ -191,7 +193,7 @@ vol->changing_leb = 1; vol->ch_lnum = req->lnum; - vol->upd_buf = vmalloc(req->bytes); + vol->upd_buf = vmalloc(ALIGN((int)req->bytes, ubi->min_io_size)); if (!vol->upd_buf) return -ENOMEM; --- linux-lts-utopic-3.16.0.orig/drivers/mtd/ubi/vtbl.c +++ linux-lts-utopic-3.16.0/drivers/mtd/ubi/vtbl.c @@ -651,6 +651,7 @@ if (ubi->corr_peb_count) ubi_err("%d PEBs are corrupted and not used", ubi->corr_peb_count); + return -ENOSPC; } ubi->rsvd_pebs += reserved_pebs; ubi->avail_pebs -= reserved_pebs; --- linux-lts-utopic-3.16.0.orig/drivers/mtd/ubi/wl.c +++ linux-lts-utopic-3.16.0/drivers/mtd/ubi/wl.c @@ -1000,7 +1000,7 @@ int cancel) { int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; - int vol_id = -1, uninitialized_var(lnum); + int vol_id = -1, lnum = -1; #ifdef CONFIG_MTD_UBI_FASTMAP int anchor = wrk->anchor; #endif @@ -1211,7 +1211,6 @@ err = do_sync_erase(ubi, e1, vol_id, lnum, 0); if (err) { - kmem_cache_free(ubi_wl_entry_slab, e1); if (e2) kmem_cache_free(ubi_wl_entry_slab, e2); goto out_ro; @@ -1225,10 +1224,8 @@ dbg_wl("PEB %d (LEB %d:%d) was put meanwhile, erase", e2->pnum, vol_id, lnum); err = do_sync_erase(ubi, e2, vol_id, lnum, 0); - if (err) { - kmem_cache_free(ubi_wl_entry_slab, e2); + if (err) goto out_ro; - } } dbg_wl("done"); @@ -1264,10 +1261,9 @@ ubi_free_vid_hdr(ubi, vid_hdr); err = do_sync_erase(ubi, e2, vol_id, lnum, torture); - if (err) { - kmem_cache_free(ubi_wl_entry_slab, e2); + if (err) goto out_ro; - } + mutex_unlock(&ubi->move_mutex); return 0; @@ -1984,6 +1980,7 @@ if (ubi->corr_peb_count) ubi_err("%d PEBs are corrupted and not used", ubi->corr_peb_count); + err = -ENOSPC; goto out_free; } ubi->avail_pebs -= reserved_pebs; --- linux-lts-utopic-3.16.0.orig/drivers/net/Kconfig +++ linux-lts-utopic-3.16.0/drivers/net/Kconfig @@ -135,6 +135,7 @@ config MACVTAP tristate "MAC-VLAN based tap driver" depends on MACVLAN + depends on INET help This adds a specialized tap character device driver that is based on the MAC-VLAN network interface, called macvtap. A macvtap device @@ -200,6 +201,7 @@ config TUN tristate "Universal TUN/TAP device driver support" + depends on INET select CRC32 ---help--- TUN/TAP provides packet reception and transmission for user space --- linux-lts-utopic-3.16.0.orig/drivers/net/bonding/bond_main.c +++ linux-lts-utopic-3.16.0/drivers/net/bonding/bond_main.c @@ -210,6 +210,8 @@ static int bond_init(struct net_device *bond_dev); static void bond_uninit(struct net_device *bond_dev); +static bool bond_time_in_interval(struct bonding *bond, unsigned long last_act, + int mod); /*---------------------------- General routines -----------------------------*/ @@ -636,6 +638,23 @@ call_netdevice_notifiers(NETDEV_CHANGEADDR, bond_dev); } +static struct slave *bond_get_old_active(struct bonding *bond, + struct slave *new_active) +{ + struct slave *slave; + struct list_head *iter; + + bond_for_each_slave(bond, slave, iter) { + if (slave == new_active) + continue; + + if (ether_addr_equal(bond->dev->dev_addr, slave->dev->dev_addr)) + return slave; + } + + return NULL; +} + /* * bond_do_fail_over_mac * @@ -672,6 +691,9 @@ write_unlock_bh(&bond->curr_slave_lock); + if (!old_active) + old_active = bond_get_old_active(bond, new_active); + if (old_active) { ether_addr_copy(tmp_mac, new_active->dev->dev_addr); ether_addr_copy(saddr.sa_data, @@ -1159,7 +1181,6 @@ err = netdev_master_upper_dev_link_private(slave_dev, bond_dev, slave); if (err) return err; - slave_dev->flags |= IFF_SLAVE; rtmsg_ifinfo(RTM_NEWLINK, slave_dev, IFF_SLAVE, GFP_KERNEL); return 0; } @@ -1372,6 +1393,9 @@ } } + /* set slave flag before open to prevent IPv6 addrconf */ + slave_dev->flags |= IFF_SLAVE; + /* open the slave since the application closed it */ res = dev_open(slave_dev); if (res) { @@ -1555,6 +1579,9 @@ } #endif + if (!(bond_dev->features & NETIF_F_LRO)) + dev_disable_lro(slave_dev); + res = netdev_rx_handler_register(slave_dev, bond_handle_frame, new_slave); if (res) { @@ -1623,6 +1650,7 @@ dev_close(slave_dev); err_restore_mac: + slave_dev->flags &= ~IFF_SLAVE; if (!bond->params.fail_over_mac || BOND_MODE(bond) != BOND_MODE_ACTIVEBACKUP) { /* XXX TODO - fom follow mode needs to change master's @@ -1642,9 +1670,17 @@ err_undo_flags: /* Enslave of first slave has failed and we need to fix master's mac */ - if (!bond_has_slaves(bond) && - ether_addr_equal_64bits(bond_dev->dev_addr, slave_dev->dev_addr)) - eth_hw_addr_random(bond_dev); + if (!bond_has_slaves(bond)) { + if (ether_addr_equal_64bits(bond_dev->dev_addr, + slave_dev->dev_addr)) + eth_hw_addr_random(bond_dev); + if (bond_dev->type != ARPHRD_ETHER) { + dev_close(bond_dev); + ether_setup(bond_dev); + bond_dev->flags |= IFF_MASTER; + bond_dev->priv_flags &= ~IFF_TX_SKB_SHARING; + } + } return res; } @@ -1851,6 +1887,7 @@ bond_dev->priv_flags |= IFF_DISABLE_NETPOLL; pr_info("%s: Destroying bond %s\n", bond_dev->name, bond_dev->name); + bond_remove_proc_entry(bond); unregister_netdevice(bond_dev); } return ret; @@ -2320,7 +2357,7 @@ struct slave *slave) { struct arphdr *arp = (struct arphdr *)skb->data; - struct slave *curr_active_slave; + struct slave *curr_active_slave, *curr_arp_slave; unsigned char *arp_ptr; __be32 sip, tip; int alen, is_arp = skb->protocol == __cpu_to_be16(ETH_P_ARP); @@ -2367,27 +2404,41 @@ &sip, &tip); curr_active_slave = rcu_dereference(bond->curr_active_slave); + curr_arp_slave = rcu_dereference(bond->current_arp_slave); - /* - * Backup slaves won't see the ARP reply, but do come through - * here for each ARP probe (so we swap the sip/tip to validate - * the probe). In a "redundant switch, common router" type of - * configuration, the ARP probe will (hopefully) travel from - * the active, through one switch, the router, then the other - * switch before reaching the backup. + /* We 'trust' the received ARP enough to validate it if: + * + * (a) the slave receiving the ARP is active (which includes the + * current ARP slave, if any), or + * + * (b) the receiving slave isn't active, but there is a currently + * active slave and it received valid arp reply(s) after it became + * the currently active slave, or + * + * (c) there is an ARP slave that sent an ARP during the prior ARP + * interval, and we receive an ARP reply on any slave. We accept + * these because switch FDB update delays may deliver the ARP + * reply to a slave other than the sender of the ARP request. * - * We 'trust' the arp requests if there is an active slave and - * it received valid arp reply(s) after it became active. This - * is done to avoid endless looping when we can't reach the + * Note: for (b), backup slaves are receiving the broadcast ARP + * request, not a reply. This request passes from the sending + * slave through the L2 switch(es) to the receiving slave. Since + * this is checking the request, sip/tip are swapped for + * validation. + * + * This is done to avoid endless looping when we can't reach the * arp_ip_target and fool ourselves with our own arp requests. */ - if (bond_is_active_slave(slave)) bond_validate_arp(bond, slave, sip, tip); else if (curr_active_slave && time_after(slave_last_rx(bond, curr_active_slave), curr_active_slave->last_link_up)) bond_validate_arp(bond, slave, tip, sip); + else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && + bond_time_in_interval(bond, + dev_trans_start(curr_arp_slave->dev), 1)) + bond_validate_arp(bond, slave, sip, tip); out_unlock: if (arp != (struct arphdr *)skb->data) @@ -2505,9 +2556,9 @@ if (!rtnl_trylock()) goto re_arm; - if (slave_state_changed) { + if (slave_state_changed) bond_slave_state_change(bond); - } else if (do_failover) { + if (do_failover) { /* the bond_select_active_slave must hold RTNL * and curr_slave_lock for write. */ @@ -3667,8 +3718,14 @@ else bond_xmit_slave_id(bond, skb, 0); } else { - slave_id = bond_rr_gen_slave_id(bond); - bond_xmit_slave_id(bond, skb, slave_id % bond->slave_cnt); + int slave_cnt = ACCESS_ONCE(bond->slave_cnt); + + if (likely(slave_cnt)) { + slave_id = bond_rr_gen_slave_id(bond); + bond_xmit_slave_id(bond, skb, slave_id % slave_cnt); + } else { + dev_kfree_skb_any(skb); + } } return NETDEV_TX_OK; @@ -3699,8 +3756,13 @@ static int bond_xmit_xor(struct sk_buff *skb, struct net_device *bond_dev) { struct bonding *bond = netdev_priv(bond_dev); + int slave_cnt = ACCESS_ONCE(bond->slave_cnt); - bond_xmit_slave_id(bond, skb, bond_xmit_hash(bond, skb) % bond->slave_cnt); + if (likely(slave_cnt)) + bond_xmit_slave_id(bond, skb, + bond_xmit_hash(bond, skb) % slave_cnt); + else + dev_kfree_skb_any(skb); return NETDEV_TX_OK; } @@ -3752,7 +3814,8 @@ /* Find out if any slaves have the same mapping as this skb. */ bond_for_each_slave_rcu(bond, slave, iter) { if (slave->queue_id == skb->queue_mapping) { - if (bond_slave_can_tx(slave)) { + if (bond_slave_is_up(slave) && + slave->link == BOND_LINK_UP) { bond_dev_queue_xmit(bond, skb, slave->dev); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/net/bonding/bond_netlink.c +++ linux-lts-utopic-3.16.0/drivers/net/bonding/bond_netlink.c @@ -197,7 +197,12 @@ bond_option_arp_ip_targets_clear(bond); nla_for_each_nested(attr, data[IFLA_BOND_ARP_IP_TARGET], rem) { - __be32 target = nla_get_be32(attr); + __be32 target; + + if (nla_len(attr) < sizeof(target)) + return -EINVAL; + + target = nla_get_be32(attr); bond_opt_initval(&newval, (__force u64)target); err = __bond_opt_set(bond, BOND_OPT_ARP_TARGETS, --- linux-lts-utopic-3.16.0.orig/drivers/net/caif/caif_hsi.c +++ linux-lts-utopic-3.16.0/drivers/net/caif/caif_hsi.c @@ -1415,7 +1415,6 @@ cfhsi = netdev_priv(dev); cfhsi_netlink_parms(data, cfhsi); - dev_net_set(cfhsi->ndev, src_net); get_ops = symbol_get(cfhsi_get_ops); if (!get_ops) { --- linux-lts-utopic-3.16.0.orig/drivers/net/can/at91_can.c +++ linux-lts-utopic-3.16.0/drivers/net/can/at91_can.c @@ -1123,7 +1123,9 @@ struct at91_priv *priv = netdev_priv(dev); int err; - clk_enable(priv->clk); + err = clk_prepare_enable(priv->clk); + if (err) + return err; /* check or determine and set bittime */ err = open_candev(dev); @@ -1149,7 +1151,7 @@ out_close: close_candev(dev); out: - clk_disable(priv->clk); + clk_disable_unprepare(priv->clk); return err; } @@ -1166,7 +1168,7 @@ at91_chip_stop(dev, CAN_STATE_STOPPED); free_irq(dev->irq, dev); - clk_disable(priv->clk); + clk_disable_unprepare(priv->clk); close_candev(dev); --- linux-lts-utopic-3.16.0.orig/drivers/net/can/c_can/c_can.c +++ linux-lts-utopic-3.16.0/drivers/net/can/c_can/c_can.c @@ -611,6 +611,10 @@ struct c_can_priv *priv = netdev_priv(dev); c_can_irq_control(priv, false); + + /* put ctrl to init on stop to end ongoing transmission */ + priv->write_reg(priv, C_CAN_CTRL_REG, CONTROL_INIT); + priv->can.state = CAN_STATE_STOPPED; } --- linux-lts-utopic-3.16.0.orig/drivers/net/can/dev.c +++ linux-lts-utopic-3.16.0/drivers/net/can/dev.c @@ -383,7 +383,7 @@ BUG_ON(idx >= priv->echo_skb_max); if (priv->echo_skb[idx]) { - kfree_skb(priv->echo_skb[idx]); + dev_kfree_skb_any(priv->echo_skb[idx]); priv->echo_skb[idx] = NULL; } } @@ -501,6 +501,10 @@ skb->pkt_type = PACKET_BROADCAST; skb->ip_summed = CHECKSUM_UNNECESSARY; + skb_reset_mac_header(skb); + skb_reset_network_header(skb); + skb_reset_transport_header(skb); + can_skb_reserve(skb); can_skb_prv(skb)->ifindex = dev->ifindex; @@ -525,6 +529,10 @@ skb->pkt_type = PACKET_BROADCAST; skb->ip_summed = CHECKSUM_UNNECESSARY; + skb_reset_mac_header(skb); + skb_reset_network_header(skb); + skb_reset_transport_header(skb); + can_skb_reserve(skb); can_skb_prv(skb)->ifindex = dev->ifindex; @@ -730,10 +738,14 @@ if (dev->flags & IFF_UP) return -EBUSY; cm = nla_data(data[IFLA_CAN_CTRLMODE]); - if (cm->flags & ~priv->ctrlmode_supported) + + /* check whether changed bits are allowed to be modified */ + if (cm->mask & ~priv->ctrlmode_supported) return -EOPNOTSUPP; + + /* clear bits to be modified and copy the flag values */ priv->ctrlmode &= ~cm->mask; - priv->ctrlmode |= cm->flags; + priv->ctrlmode |= (cm->flags & cm->mask); /* CAN_CTRLMODE_FD can only be set when driver supports FD */ if (priv->ctrlmode & CAN_CTRLMODE_FD) @@ -823,7 +835,7 @@ nla_put(skb, IFLA_CAN_BITTIMING_CONST, sizeof(*priv->bittiming_const), priv->bittiming_const)) || - nla_put(skb, IFLA_CAN_CLOCK, sizeof(cm), &priv->clock) || + nla_put(skb, IFLA_CAN_CLOCK, sizeof(priv->clock), &priv->clock) || nla_put_u32(skb, IFLA_CAN_STATE, state) || nla_put(skb, IFLA_CAN_CTRLMODE, sizeof(cm), &cm) || nla_put_u32(skb, IFLA_CAN_RESTART_MS, priv->restart_ms) || --- linux-lts-utopic-3.16.0.orig/drivers/net/can/flexcan.c +++ linux-lts-utopic-3.16.0/drivers/net/can/flexcan.c @@ -125,7 +125,9 @@ FLEXCAN_ESR_BOFF_INT | FLEXCAN_ESR_ERR_INT) /* FLEXCAN interrupt flag register (IFLAG) bits */ -#define FLEXCAN_TX_BUF_ID 8 +/* Errata ERR005829 step7: Reserve first valid MB */ +#define FLEXCAN_TX_BUF_RESERVED 8 +#define FLEXCAN_TX_BUF_ID 9 #define FLEXCAN_IFLAG_BUF(x) BIT(x) #define FLEXCAN_IFLAG_RX_FIFO_OVERFLOW BIT(7) #define FLEXCAN_IFLAG_RX_FIFO_WARN BIT(6) @@ -136,6 +138,17 @@ /* FLEXCAN message buffers */ #define FLEXCAN_MB_CNT_CODE(x) (((x) & 0xf) << 24) +#define FLEXCAN_MB_CODE_RX_INACTIVE (0x0 << 24) +#define FLEXCAN_MB_CODE_RX_EMPTY (0x4 << 24) +#define FLEXCAN_MB_CODE_RX_FULL (0x2 << 24) +#define FLEXCAN_MB_CODE_RX_OVERRRUN (0x6 << 24) +#define FLEXCAN_MB_CODE_RX_RANSWER (0xa << 24) + +#define FLEXCAN_MB_CODE_TX_INACTIVE (0x8 << 24) +#define FLEXCAN_MB_CODE_TX_ABORT (0x9 << 24) +#define FLEXCAN_MB_CODE_TX_DATA (0xc << 24) +#define FLEXCAN_MB_CODE_TX_TANSWER (0xe << 24) + #define FLEXCAN_MB_CNT_SRR BIT(22) #define FLEXCAN_MB_CNT_IDE BIT(21) #define FLEXCAN_MB_CNT_RTR BIT(20) @@ -428,6 +441,14 @@ flexcan_write(can_id, ®s->cantxfg[FLEXCAN_TX_BUF_ID].can_id); flexcan_write(ctrl, ®s->cantxfg[FLEXCAN_TX_BUF_ID].can_ctrl); + /* Errata ERR005829 step8: + * Write twice INACTIVE(0x8) code to first MB. + */ + flexcan_write(FLEXCAN_MB_CODE_TX_INACTIVE, + ®s->cantxfg[FLEXCAN_TX_BUF_RESERVED].can_ctrl); + flexcan_write(FLEXCAN_MB_CODE_TX_INACTIVE, + ®s->cantxfg[FLEXCAN_TX_BUF_RESERVED].can_ctrl); + return NETDEV_TX_OK; } @@ -737,6 +758,9 @@ stats->tx_bytes += can_get_echo_skb(dev, 0); stats->tx_packets++; can_led_event(dev, CAN_LED_EVENT_TX); + /* after sending a RTR frame mailbox is in RX mode */ + flexcan_write(FLEXCAN_MB_CODE_TX_INACTIVE, + ®s->cantxfg[FLEXCAN_TX_BUF_ID].can_ctrl); flexcan_write((1 << FLEXCAN_TX_BUF_ID), ®s->iflag1); netif_wake_queue(dev); } @@ -794,6 +818,7 @@ struct flexcan_regs __iomem *regs = priv->base; int err; u32 reg_mcr, reg_ctrl; + int i; /* enable module */ err = flexcan_chip_enable(priv); @@ -858,8 +883,18 @@ netdev_dbg(dev, "%s: writing ctrl=0x%08x", __func__, reg_ctrl); flexcan_write(reg_ctrl, ®s->ctrl); - /* Abort any pending TX, mark Mailbox as INACTIVE */ - flexcan_write(FLEXCAN_MB_CNT_CODE(0x4), + /* clear and invalidate all mailboxes first */ + for (i = FLEXCAN_TX_BUF_ID; i < ARRAY_SIZE(regs->cantxfg); i++) { + flexcan_write(FLEXCAN_MB_CODE_RX_INACTIVE, + ®s->cantxfg[i].can_ctrl); + } + + /* Errata ERR005829: mark first TX mailbox as INACTIVE */ + flexcan_write(FLEXCAN_MB_CODE_TX_INACTIVE, + ®s->cantxfg[FLEXCAN_TX_BUF_RESERVED].can_ctrl); + + /* mark TX mailbox as INACTIVE */ + flexcan_write(FLEXCAN_MB_CODE_TX_INACTIVE, ®s->cantxfg[FLEXCAN_TX_BUF_ID].can_ctrl); /* acceptance mask/acceptance code (accept everything) */ @@ -1096,12 +1131,19 @@ const struct flexcan_devtype_data *devtype_data; struct net_device *dev; struct flexcan_priv *priv; + struct regulator *reg_xceiver; struct resource *mem; struct clk *clk_ipg = NULL, *clk_per = NULL; void __iomem *base; int err, irq; u32 clock_freq = 0; + reg_xceiver = devm_regulator_get(&pdev->dev, "xceiver"); + if (PTR_ERR(reg_xceiver) == -EPROBE_DEFER) + return -EPROBE_DEFER; + else if (IS_ERR(reg_xceiver)) + reg_xceiver = NULL; + if (pdev->dev.of_node) of_property_read_u32(pdev->dev.of_node, "clock-frequency", &clock_freq); @@ -1163,9 +1205,7 @@ priv->pdata = dev_get_platdata(&pdev->dev); priv->devtype_data = devtype_data; - priv->reg_xceiver = devm_regulator_get(&pdev->dev, "xceiver"); - if (IS_ERR(priv->reg_xceiver)) - priv->reg_xceiver = NULL; + priv->reg_xceiver = reg_xceiver; netif_napi_add(dev, &priv->napi, flexcan_poll, FLEXCAN_NAPI_WEIGHT); --- linux-lts-utopic-3.16.0.orig/drivers/net/can/rcar_can.c +++ linux-lts-utopic-3.16.0/drivers/net/can/rcar_can.c @@ -517,7 +517,7 @@ napi_enable(&priv->napi); err = request_irq(ndev->irq, rcar_can_interrupt, 0, ndev->name, ndev); if (err) { - netdev_err(ndev, "error requesting interrupt %x\n", ndev->irq); + netdev_err(ndev, "error requesting interrupt %d\n", ndev->irq); goto out_close; } can_led_event(ndev, CAN_LED_EVENT_OPEN); @@ -732,8 +732,9 @@ } irq = platform_get_irq(pdev, 0); - if (!irq) { + if (irq < 0) { dev_err(&pdev->dev, "No IRQ resource\n"); + err = irq; goto fail; } @@ -785,7 +786,7 @@ devm_can_led_init(ndev); - dev_info(&pdev->dev, "device registered (reg_base=%p, irq=%u)\n", + dev_info(&pdev->dev, "device registered (regs @ %p, IRQ%d)\n", priv->regs, ndev->irq); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/net/can/sja1000/sja1000.c +++ linux-lts-utopic-3.16.0/drivers/net/can/sja1000/sja1000.c @@ -183,6 +183,9 @@ priv->write_reg(priv, SJA1000_RXERR, 0x0); priv->read_reg(priv, SJA1000_ECC); + /* clear interrupt flags */ + priv->read_reg(priv, SJA1000_IR); + /* leave reset mode */ set_normal_mode(dev); } --- linux-lts-utopic-3.16.0.orig/drivers/net/can/spi/mcp251x.c +++ linux-lts-utopic-3.16.0/drivers/net/can/spi/mcp251x.c @@ -1228,17 +1228,16 @@ struct spi_device *spi = to_spi_device(dev); struct mcp251x_priv *priv = spi_get_drvdata(spi); - if (priv->after_suspend & AFTER_SUSPEND_POWER) { + if (priv->after_suspend & AFTER_SUSPEND_POWER) mcp251x_power_enable(priv->power, 1); + + if (priv->after_suspend & AFTER_SUSPEND_UP) { + mcp251x_power_enable(priv->transceiver, 1); queue_work(priv->wq, &priv->restart_work); } else { - if (priv->after_suspend & AFTER_SUSPEND_UP) { - mcp251x_power_enable(priv->transceiver, 1); - queue_work(priv->wq, &priv->restart_work); - } else { - priv->after_suspend = 0; - } + priv->after_suspend = 0; } + priv->force_quit = 0; enable_irq(spi->irq); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/net/can/usb/ems_usb.c +++ linux-lts-utopic-3.16.0/drivers/net/can/usb/ems_usb.c @@ -117,6 +117,9 @@ */ #define EMS_USB_ARM7_CLOCK 8000000 +#define CPC_TX_QUEUE_TRIGGER_LOW 25 +#define CPC_TX_QUEUE_TRIGGER_HIGH 35 + /* * CAN-Message representation in a CPC_MSG. Message object type is * CPC_MSG_TYPE_CAN_FRAME or CPC_MSG_TYPE_RTR_FRAME or @@ -278,6 +281,11 @@ switch (urb->status) { case 0: dev->free_slots = dev->intr_in_buffer[1]; + if(dev->free_slots > CPC_TX_QUEUE_TRIGGER_HIGH){ + if (netif_queue_stopped(netdev)){ + netif_wake_queue(netdev); + } + } break; case -ECONNRESET: /* unlink */ @@ -529,8 +537,6 @@ /* Release context */ context->echo_index = MAX_TX_URBS; - if (netif_queue_stopped(netdev)) - netif_wake_queue(netdev); } /* @@ -590,7 +596,7 @@ int err, i; dev->intr_in_buffer[0] = 0; - dev->free_slots = 15; /* initial size */ + dev->free_slots = 50; /* initial size */ for (i = 0; i < MAX_RX_URBS; i++) { struct urb *urb = NULL; @@ -841,7 +847,7 @@ /* Slow down tx path */ if (atomic_read(&dev->active_tx_urbs) >= MAX_TX_URBS || - dev->free_slots < 5) { + dev->free_slots < CPC_TX_QUEUE_TRIGGER_LOW) { netif_stop_queue(netdev); } } --- linux-lts-utopic-3.16.0.orig/drivers/net/can/usb/esd_usb2.c +++ linux-lts-utopic-3.16.0/drivers/net/can/usb/esd_usb2.c @@ -1143,6 +1143,7 @@ } } unlink_all_urbs(dev); + kfree(dev); } } --- linux-lts-utopic-3.16.0.orig/drivers/net/can/usb/gs_usb.c +++ linux-lts-utopic-3.16.0/drivers/net/can/usb/gs_usb.c @@ -825,9 +825,8 @@ static void gs_destroy_candev(struct gs_can *dev) { unregister_candev(dev->netdev); - free_candev(dev->netdev); usb_kill_anchored_urbs(&dev->tx_submitted); - kfree(dev); + free_candev(dev->netdev); } static int gs_usb_probe(struct usb_interface *intf, const struct usb_device_id *id) @@ -910,12 +909,15 @@ for (i = 0; i < icount; i++) { dev->canch[i] = gs_make_candev(i, intf); if (IS_ERR_OR_NULL(dev->canch[i])) { + /* save error code to return later */ + rc = PTR_ERR(dev->canch[i]); + /* on failure destroy previously created candevs */ icount = i; - for (i = 0; i < icount; i++) { + for (i = 0; i < icount; i++) gs_destroy_candev(dev->canch[i]); - dev->canch[i] = NULL; - } + + usb_kill_anchored_urbs(&dev->rx_submitted); kfree(dev); return rc; } @@ -936,16 +938,12 @@ return; } - for (i = 0; i < GS_MAX_INTF; i++) { - struct gs_can *can = dev->canch[i]; - - if (!can) - continue; - - gs_destroy_candev(can); - } + for (i = 0; i < GS_MAX_INTF; i++) + if (dev->canch[i]) + gs_destroy_candev(dev->canch[i]); usb_kill_anchored_urbs(&dev->rx_submitted); + kfree(dev); } static const struct usb_device_id gs_usb_table[] = { --- linux-lts-utopic-3.16.0.orig/drivers/net/can/usb/kvaser_usb.c +++ linux-lts-utopic-3.16.0/drivers/net/can/usb/kvaser_usb.c @@ -12,6 +12,8 @@ * Copyright (C) 2012 Olivier Sobrie */ +#include +#include #include #include #include @@ -297,10 +299,11 @@ struct kvaser_usb_net_priv { struct can_priv can; - atomic_t active_tx_urbs; - struct usb_anchor tx_submitted; + spinlock_t tx_contexts_lock; + int active_tx_contexts; struct kvaser_usb_tx_urb_context tx_contexts[MAX_TX_URBS]; + struct usb_anchor tx_submitted; struct completion start_comp, stop_comp; struct kvaser_usb *dev; @@ -403,8 +406,15 @@ while (pos <= actual_len - MSG_HEADER_LEN) { tmp = buf + pos; - if (!tmp->len) - break; + /* Handle messages crossing the USB endpoint max packet + * size boundary. Check kvaser_usb_read_bulk_callback() + * for further details. + */ + if (tmp->len == 0) { + pos = round_up(pos, + dev->bulk_in->wMaxPacketSize); + continue; + } if (pos + tmp->len > actual_len) { dev_err(dev->udev->dev.parent, @@ -498,6 +508,7 @@ struct can_frame *cf; u8 channel = msg->u.tx_acknowledge.channel; u8 tid = msg->u.tx_acknowledge.tid; + unsigned long flags; if (channel >= dev->nchannels) { dev_err(dev->udev->dev.parent, @@ -537,12 +548,15 @@ stats->tx_packets++; stats->tx_bytes += context->dlc; - can_get_echo_skb(priv->netdev, context->echo_index); - context->echo_index = MAX_TX_URBS; - atomic_dec(&priv->active_tx_urbs); + spin_lock_irqsave(&priv->tx_contexts_lock, flags); + can_get_echo_skb(priv->netdev, context->echo_index); + context->echo_index = MAX_TX_URBS; + --priv->active_tx_contexts; netif_wake_queue(priv->netdev); + + spin_unlock_irqrestore(&priv->tx_contexts_lock, flags); } static void kvaser_usb_simple_msg_callback(struct urb *urb) @@ -587,7 +601,7 @@ usb_sndbulkpipe(dev->udev, dev->bulk_out->bEndpointAddress), buf, msg->len, - kvaser_usb_simple_msg_callback, priv); + kvaser_usb_simple_msg_callback, netdev); usb_anchor_urb(urb, &priv->tx_submitted); err = usb_submit_urb(urb, GFP_ATOMIC); @@ -595,7 +609,6 @@ netdev_err(netdev, "Error transmitting URB\n"); usb_unanchor_urb(urb); usb_free_urb(urb); - kfree(buf); return err; } @@ -604,17 +617,6 @@ return 0; } -static void kvaser_usb_unlink_tx_urbs(struct kvaser_usb_net_priv *priv) -{ - int i; - - usb_kill_anchored_urbs(&priv->tx_submitted); - atomic_set(&priv->active_tx_urbs, 0); - - for (i = 0; i < MAX_TX_URBS; i++) - priv->tx_contexts[i].echo_index = MAX_TX_URBS; -} - static void kvaser_usb_rx_error(const struct kvaser_usb *dev, const struct kvaser_msg *msg) { @@ -662,11 +664,6 @@ priv = dev->nets[channel]; stats = &priv->netdev->stats; - if (status & M16C_STATE_BUS_RESET) { - kvaser_usb_unlink_tx_urbs(priv); - return; - } - skb = alloc_can_err_skb(priv->netdev, &cf); if (!skb) { stats->rx_dropped++; @@ -677,7 +674,7 @@ netdev_dbg(priv->netdev, "Error status: 0x%02x\n", status); - if (status & M16C_STATE_BUS_OFF) { + if (status & (M16C_STATE_BUS_OFF | M16C_STATE_BUS_RESET)) { cf->can_id |= CAN_ERR_BUSOFF; priv->can.can_stats.bus_off++; @@ -703,9 +700,7 @@ } new_state = CAN_STATE_ERROR_PASSIVE; - } - - if (status == M16C_STATE_BUS_ERROR) { + } else if (status & M16C_STATE_BUS_ERROR) { if ((priv->can.state < CAN_STATE_ERROR_WARNING) && ((txerr >= 96) || (rxerr >= 96))) { cf->can_id |= CAN_ERR_CRTL; @@ -715,7 +710,8 @@ priv->can.can_stats.error_warning++; new_state = CAN_STATE_ERROR_WARNING; - } else if (priv->can.state > CAN_STATE_ERROR_ACTIVE) { + } else if ((priv->can.state > CAN_STATE_ERROR_ACTIVE) && + ((txerr < 96) && (rxerr < 96))) { cf->can_id |= CAN_ERR_PROT; cf->data[2] = CAN_ERR_PROT_ACTIVE; @@ -989,8 +985,19 @@ while (pos <= urb->actual_length - MSG_HEADER_LEN) { msg = urb->transfer_buffer + pos; - if (!msg->len) - break; + /* The Kvaser firmware can only read and write messages that + * does not cross the USB's endpoint wMaxPacketSize boundary. + * If a follow-up command crosses such boundary, firmware puts + * a placeholder zero-length command in its place then aligns + * the real command to the next max packet size. + * + * Handle such cases or we're going to miss a significant + * number of events in case of a heavy rx load on the bus. + */ + if (msg->len == 0) { + pos = round_up(pos, dev->bulk_in->wMaxPacketSize); + continue; + } if (pos + msg->len > urb->actual_length) { dev_err(dev->udev->dev.parent, "Format error\n"); @@ -998,7 +1005,6 @@ } kvaser_usb_handle_message(dev, msg); - pos += msg->len; } @@ -1170,6 +1176,24 @@ return err; } +static void kvaser_usb_reset_tx_urb_contexts(struct kvaser_usb_net_priv *priv) +{ + int i; + + priv->active_tx_contexts = 0; + for (i = 0; i < MAX_TX_URBS; i++) + priv->tx_contexts[i].echo_index = MAX_TX_URBS; +} + +/* This method might sleep. Do not call it in the atomic context + * of URB completions. + */ +static void kvaser_usb_unlink_tx_urbs(struct kvaser_usb_net_priv *priv) +{ + usb_kill_anchored_urbs(&priv->tx_submitted); + kvaser_usb_reset_tx_urb_contexts(priv); +} + static void kvaser_usb_unlink_all_urbs(struct kvaser_usb *dev) { int i; @@ -1246,6 +1270,9 @@ if (err) netdev_warn(netdev, "Cannot stop device, error %d\n", err); + /* reset tx contexts */ + kvaser_usb_unlink_tx_urbs(priv); + priv->can.state = CAN_STATE_STOPPED; close_candev(priv->netdev); @@ -1284,8 +1311,8 @@ struct urb *urb; void *buf; struct kvaser_msg *msg; - int i, err; - int ret = NETDEV_TX_OK; + int i, err, ret = NETDEV_TX_OK; + unsigned long flags; if (can_dropped_invalid_skb(netdev, skb)) return NETDEV_TX_OK; @@ -1294,13 +1321,15 @@ if (!urb) { netdev_err(netdev, "No memory left for URBs\n"); stats->tx_dropped++; - goto nourbmem; + dev_kfree_skb(skb); + return NETDEV_TX_OK; } buf = kmalloc(sizeof(struct kvaser_msg), GFP_ATOMIC); if (!buf) { stats->tx_dropped++; - goto nobufmem; + dev_kfree_skb(skb); + goto freeurb; } msg = buf; @@ -1327,21 +1356,32 @@ if (cf->can_id & CAN_RTR_FLAG) msg->u.tx_can.flags |= MSG_FLAG_REMOTE_FRAME; + spin_lock_irqsave(&priv->tx_contexts_lock, flags); for (i = 0; i < ARRAY_SIZE(priv->tx_contexts); i++) { if (priv->tx_contexts[i].echo_index == MAX_TX_URBS) { context = &priv->tx_contexts[i]; + + context->echo_index = i; + can_put_echo_skb(skb, netdev, context->echo_index); + ++priv->active_tx_contexts; + if (priv->active_tx_contexts >= MAX_TX_URBS) + netif_stop_queue(netdev); + break; } } + spin_unlock_irqrestore(&priv->tx_contexts_lock, flags); + /* This should never happen; it implies a flow control bug */ if (!context) { netdev_warn(netdev, "cannot find free context\n"); + + kfree(buf); ret = NETDEV_TX_BUSY; - goto releasebuf; + goto freeurb; } context->priv = priv; - context->echo_index = i; context->dlc = cf->can_dlc; msg->u.tx_can.tid = context->echo_index; @@ -1353,21 +1393,17 @@ kvaser_usb_write_bulk_callback, context); usb_anchor_urb(urb, &priv->tx_submitted); - can_put_echo_skb(skb, netdev, context->echo_index); - - atomic_inc(&priv->active_tx_urbs); - - if (atomic_read(&priv->active_tx_urbs) >= MAX_TX_URBS) - netif_stop_queue(netdev); - err = usb_submit_urb(urb, GFP_ATOMIC); if (unlikely(err)) { + spin_lock_irqsave(&priv->tx_contexts_lock, flags); + can_free_echo_skb(netdev, context->echo_index); + context->echo_index = MAX_TX_URBS; + --priv->active_tx_contexts; + netif_wake_queue(netdev); - skb = NULL; /* set to NULL to avoid double free in - * dev_kfree_skb(skb) */ + spin_unlock_irqrestore(&priv->tx_contexts_lock, flags); - atomic_dec(&priv->active_tx_urbs); usb_unanchor_urb(urb); stats->tx_dropped++; @@ -1377,19 +1413,13 @@ else netdev_warn(netdev, "Failed tx_urb %d\n", err); - goto releasebuf; + goto freeurb; } - usb_free_urb(urb); + ret = NETDEV_TX_OK; - return NETDEV_TX_OK; - -releasebuf: - kfree(buf); -nobufmem: +freeurb: usb_free_urb(urb); -nourbmem: - dev_kfree_skb(skb); return ret; } @@ -1500,7 +1530,11 @@ struct kvaser_usb *dev = usb_get_intfdata(intf); struct net_device *netdev; struct kvaser_usb_net_priv *priv; - int i, err; + int err; + + err = kvaser_usb_send_simple_msg(dev, CMD_RESET_CHIP, channel); + if (err) + return err; netdev = alloc_candev(sizeof(*priv), MAX_TX_URBS); if (!netdev) { @@ -1510,19 +1544,17 @@ priv = netdev_priv(netdev); + init_usb_anchor(&priv->tx_submitted); init_completion(&priv->start_comp); init_completion(&priv->stop_comp); - init_usb_anchor(&priv->tx_submitted); - atomic_set(&priv->active_tx_urbs, 0); - - for (i = 0; i < ARRAY_SIZE(priv->tx_contexts); i++) - priv->tx_contexts[i].echo_index = MAX_TX_URBS; - priv->dev = dev; priv->netdev = netdev; priv->channel = channel; + spin_lock_init(&priv->tx_contexts_lock); + kvaser_usb_reset_tx_urb_contexts(priv); + priv->can.state = CAN_STATE_STOPPED; priv->can.clock.freq = CAN_USB_CLOCK; priv->can.bittiming_const = &kvaser_usb_bittiming_const; @@ -1588,7 +1620,7 @@ { struct kvaser_usb *dev; int err = -ENOMEM; - int i; + int i, retry = 3; dev = devm_kzalloc(&intf->dev, sizeof(*dev), GFP_KERNEL); if (!dev) @@ -1606,10 +1638,15 @@ usb_set_intfdata(intf, dev); - for (i = 0; i < MAX_NET_DEVICES; i++) - kvaser_usb_send_simple_msg(dev, CMD_RESET_CHIP, i); + /* On some x86 laptops, plugging a Kvaser device again after + * an unplug makes the firmware always ignore the very first + * command. For such a case, provide some room for retries + * instead of completely exiting the driver. + */ + do { + err = kvaser_usb_get_software_info(dev); + } while (--retry && err == -ETIMEDOUT); - err = kvaser_usb_get_software_info(dev); if (err) { dev_err(&intf->dev, "Cannot get software infos, error %d\n", err); --- linux-lts-utopic-3.16.0.orig/drivers/net/can/usb/peak_usb/pcan_usb_core.c +++ linux-lts-utopic-3.16.0/drivers/net/can/usb/peak_usb/pcan_usb_core.c @@ -735,7 +735,7 @@ dev->cmd_buf = kmalloc(PCAN_USB_MAX_CMD_LEN, GFP_KERNEL); if (!dev->cmd_buf) { err = -ENOMEM; - goto lbl_set_intf_data; + goto lbl_free_candev; } dev->udev = usb_dev; @@ -775,7 +775,7 @@ err = register_candev(netdev); if (err) { dev_err(&intf->dev, "couldn't register CAN device: %d\n", err); - goto lbl_free_cmd_buf; + goto lbl_restore_intf_data; } if (dev->prev_siblings) @@ -788,14 +788,14 @@ if (dev->adapter->dev_init) { err = dev->adapter->dev_init(dev); if (err) - goto lbl_free_cmd_buf; + goto lbl_unregister_candev; } /* set bus off */ if (dev->adapter->dev_set_bus) { err = dev->adapter->dev_set_bus(dev, 0); if (err) - goto lbl_free_cmd_buf; + goto lbl_unregister_candev; } /* get device number early */ @@ -807,11 +807,14 @@ return 0; -lbl_free_cmd_buf: - kfree(dev->cmd_buf); +lbl_unregister_candev: + unregister_candev(netdev); -lbl_set_intf_data: +lbl_restore_intf_data: usb_set_intfdata(intf, dev->prev_siblings); + kfree(dev->cmd_buf); + +lbl_free_candev: free_candev(netdev); return err; --- linux-lts-utopic-3.16.0.orig/drivers/net/can/usb/peak_usb/pcan_usb_pro.c +++ linux-lts-utopic-3.16.0/drivers/net/can/usb/peak_usb/pcan_usb_pro.c @@ -333,8 +333,6 @@ if (!(dev->state & PCAN_USB_STATE_CONNECTED)) return 0; - memset(req_addr, '\0', req_size); - req_type = USB_TYPE_VENDOR | USB_RECIP_OTHER; switch (req_id) { @@ -345,6 +343,7 @@ default: p = usb_rcvctrlpipe(dev->udev, 0); req_type |= USB_DIR_IN; + memset(req_addr, '\0', req_size); break; } --- linux-lts-utopic-3.16.0.orig/drivers/net/can/xilinx_can.c +++ linux-lts-utopic-3.16.0/drivers/net/can/xilinx_can.c @@ -508,10 +508,11 @@ cf->can_id |= CAN_RTR_FLAG; } - if (!(id_xcan & XCAN_IDR_SRR_MASK)) { - data[0] = priv->read_reg(priv, XCAN_RXFIFO_DW1_OFFSET); - data[1] = priv->read_reg(priv, XCAN_RXFIFO_DW2_OFFSET); + /* DW1/DW2 must always be read to remove message from RXFIFO */ + data[0] = priv->read_reg(priv, XCAN_RXFIFO_DW1_OFFSET); + data[1] = priv->read_reg(priv, XCAN_RXFIFO_DW2_OFFSET); + if (!(cf->can_id & CAN_RTR_FLAG)) { /* Change Xilinx CAN data format to socketCAN data format */ if (cf->can_dlc > 0) *(__be32 *)(cf->data) = cpu_to_be32(data[0]); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/Kconfig +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/Kconfig @@ -24,6 +24,7 @@ source "drivers/net/ethernet/alteon/Kconfig" source "drivers/net/ethernet/altera/Kconfig" source "drivers/net/ethernet/amd/Kconfig" +source "drivers/net/ethernet/apm/Kconfig" source "drivers/net/ethernet/apple/Kconfig" source "drivers/net/ethernet/arc/Kconfig" source "drivers/net/ethernet/atheros/Kconfig" --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/Makefile +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/Makefile @@ -10,6 +10,7 @@ obj-$(CONFIG_NET_VENDOR_ALTEON) += alteon/ obj-$(CONFIG_ALTERA_TSE) += altera/ obj-$(CONFIG_NET_VENDOR_AMD) += amd/ +obj-$(CONFIG_NET_XGENE) += apm/ obj-$(CONFIG_NET_VENDOR_APPLE) += apple/ obj-$(CONFIG_NET_VENDOR_ARC) += arc/ obj-$(CONFIG_NET_VENDOR_ATHEROS) += atheros/ --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/allwinner/sun4i-emac.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/allwinner/sun4i-emac.c @@ -633,8 +633,10 @@ } /* Move data from EMAC */ - skb = dev_alloc_skb(rxlen + 4); - if (good_packet && skb) { + if (good_packet) { + skb = netdev_alloc_skb(dev, rxlen + 4); + if (!skb) + continue; skb_reserve(skb, 2); rdptr = (u8 *) skb_put(skb, rxlen - 4); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/amd/pcnet32.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/amd/pcnet32.c @@ -1552,7 +1552,7 @@ { struct pcnet32_private *lp; int i, media; - int fdx, mii, fset, dxsuflo; + int fdx, mii, fset, dxsuflo, sram; int chip_version; char *chipname; struct net_device *dev; @@ -1589,7 +1589,7 @@ } /* initialize variables */ - fdx = mii = fset = dxsuflo = 0; + fdx = mii = fset = dxsuflo = sram = 0; chip_version = (chip_version >> 12) & 0xffff; switch (chip_version) { @@ -1622,6 +1622,7 @@ chipname = "PCnet/FAST III 79C973"; /* PCI */ fdx = 1; mii = 1; + sram = 1; break; case 0x2626: chipname = "PCnet/Home 79C978"; /* PCI */ @@ -1645,6 +1646,7 @@ chipname = "PCnet/FAST III 79C975"; /* PCI */ fdx = 1; mii = 1; + sram = 1; break; case 0x2628: chipname = "PCnet/PRO 79C976"; @@ -1673,6 +1675,31 @@ dxsuflo = 1; } + /* + * The Am79C973/Am79C975 controllers come with 12K of SRAM + * which we can use for the Tx/Rx buffers but most importantly, + * the use of SRAM allow us to use the BCR18:NOUFLO bit to avoid + * Tx fifo underflows. + */ + if (sram) { + /* + * The SRAM is being configured in two steps. First we + * set the SRAM size in the BCR25:SRAM_SIZE bits. According + * to the datasheet, each bit corresponds to a 512-byte + * page so we can have at most 24 pages. The SRAM_SIZE + * holds the value of the upper 8 bits of the 16-bit SRAM size. + * The low 8-bits start at 0x00 and end at 0xff. So the + * address range is from 0x0000 up to 0x17ff. Therefore, + * the SRAM_SIZE is set to 0x17. The next step is to set + * the BCR26:SRAM_BND midway through so the Tx and Rx + * buffers can share the SRAM equally. + */ + a->write_bcr(ioaddr, 25, 0x17); + a->write_bcr(ioaddr, 26, 0xc); + /* And finally enable the NOUFLO bit */ + a->write_bcr(ioaddr, 18, a->read_bcr(ioaddr, 18) | (1 << 11)); + } + dev = alloc_etherdev(sizeof(*lp)); if (!dev) { ret = -ENOMEM; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/amd/xgbe/xgbe-dev.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/amd/xgbe/xgbe-dev.c @@ -1296,7 +1296,7 @@ usleep_range(10, 15); /* Poll Until Poll Condition */ - while (count-- && XGMAC_IOREAD_BITS(pdata, DMA_MR, SWR)) + while (--count && XGMAC_IOREAD_BITS(pdata, DMA_MR, SWR)) usleep_range(500, 600); if (!count) @@ -1317,7 +1317,7 @@ /* Poll Until Poll Condition */ for (i = 0; i < pdata->hw_feat.tx_q_cnt; i++) { count = 2000; - while (count-- && XGMAC_MTL_IOREAD_BITS(pdata, i, + while (--count && XGMAC_MTL_IOREAD_BITS(pdata, i, MTL_Q_TQOMR, FTQ)) usleep_range(500, 600); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/apm/Kconfig +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/apm/Kconfig @@ -0,0 +1 @@ +source "drivers/net/ethernet/apm/xgene/Kconfig" --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/apm/Makefile +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/apm/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for APM X-GENE Ethernet driver. +# + +obj-$(CONFIG_NET_XGENE) += xgene/ --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/apm/xgene/Kconfig +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/apm/xgene/Kconfig @@ -0,0 +1,9 @@ +config NET_XGENE + tristate "APM X-Gene SoC Ethernet Driver" + select PHYLIB + help + This is the Ethernet driver for the on-chip ethernet interface on the + APM X-Gene SoC. + + To compile this driver as a module, choose M here. This module will + be called xgene_enet. --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/apm/xgene/Makefile +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/apm/xgene/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for APM X-Gene Ethernet Driver. +# + +xgene-enet-objs := xgene_enet_hw.o xgene_enet_sgmac.o xgene_enet_xgmac.o \ + xgene_enet_main.o xgene_enet_ethtool.o +obj-$(CONFIG_NET_XGENE) += xgene-enet.o --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/apm/xgene/xgene_enet_ethtool.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/apm/xgene/xgene_enet_ethtool.c @@ -0,0 +1,150 @@ +/* Applied Micro X-Gene SoC Ethernet Driver + * + * Copyright (c) 2014, Applied Micro Circuits Corporation + * Authors: Iyappan Subramanian + * + * 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; either version 2 of the License, or (at your + * option) any later version. + * + * 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, see . + */ + +#include +#include "xgene_enet_main.h" + +struct xgene_gstrings_stats { + char name[ETH_GSTRING_LEN]; + int offset; +}; + +#define XGENE_STAT(m) { #m, offsetof(struct xgene_enet_pdata, stats.m) } + +static const struct xgene_gstrings_stats gstrings_stats[] = { + XGENE_STAT(rx_packets), + XGENE_STAT(tx_packets), + XGENE_STAT(rx_bytes), + XGENE_STAT(tx_bytes), + XGENE_STAT(rx_errors), + XGENE_STAT(tx_errors), + XGENE_STAT(rx_length_errors), + XGENE_STAT(rx_crc_errors), + XGENE_STAT(rx_frame_errors), + XGENE_STAT(rx_fifo_errors) +}; + +#define XGENE_STATS_LEN ARRAY_SIZE(gstrings_stats) + +static void xgene_get_drvinfo(struct net_device *ndev, + struct ethtool_drvinfo *info) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ndev); + struct platform_device *pdev = pdata->pdev; + + strcpy(info->driver, "xgene_enet"); + strcpy(info->version, XGENE_DRV_VERSION); + snprintf(info->fw_version, ETHTOOL_FWVERS_LEN, "N/A"); + sprintf(info->bus_info, "%s", pdev->name); +} + +static int xgene_get_settings(struct net_device *ndev, struct ethtool_cmd *cmd) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ndev); + struct phy_device *phydev = pdata->phy_dev; + + if (pdata->phy_mode == PHY_INTERFACE_MODE_RGMII) { + if (phydev == NULL) + return -ENODEV; + + return phy_ethtool_gset(phydev, cmd); + } else if (pdata->phy_mode == PHY_INTERFACE_MODE_SGMII) { + cmd->supported = SUPPORTED_1000baseT_Full | + SUPPORTED_Autoneg | SUPPORTED_MII; + cmd->advertising = cmd->supported; + ethtool_cmd_speed_set(cmd, SPEED_1000); + cmd->duplex = DUPLEX_FULL; + cmd->port = PORT_MII; + cmd->transceiver = XCVR_INTERNAL; + cmd->autoneg = AUTONEG_ENABLE; + } else { + cmd->supported = SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE; + cmd->advertising = cmd->supported; + ethtool_cmd_speed_set(cmd, SPEED_10000); + cmd->duplex = DUPLEX_FULL; + cmd->port = PORT_FIBRE; + cmd->transceiver = XCVR_INTERNAL; + cmd->autoneg = AUTONEG_DISABLE; + } + + return 0; +} + +static int xgene_set_settings(struct net_device *ndev, struct ethtool_cmd *cmd) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ndev); + struct phy_device *phydev = pdata->phy_dev; + + if (pdata->phy_mode == PHY_INTERFACE_MODE_RGMII) { + if (phydev == NULL) + return -ENODEV; + + return phy_ethtool_sset(phydev, cmd); + } + + return -EINVAL; +} + +static void xgene_get_strings(struct net_device *ndev, u32 stringset, u8 *data) +{ + int i; + u8 *p = data; + + if (stringset != ETH_SS_STATS) + return; + + for (i = 0; i < XGENE_STATS_LEN; i++) { + memcpy(p, gstrings_stats[i].name, ETH_GSTRING_LEN); + p += ETH_GSTRING_LEN; + } +} + +static int xgene_get_sset_count(struct net_device *ndev, int sset) +{ + if (sset != ETH_SS_STATS) + return -EINVAL; + + return XGENE_STATS_LEN; +} + +static void xgene_get_ethtool_stats(struct net_device *ndev, + struct ethtool_stats *dummy, + u64 *data) +{ + void *pdata = netdev_priv(ndev); + int i; + + for (i = 0; i < XGENE_STATS_LEN; i++) + *data++ = *(u64 *)(pdata + gstrings_stats[i].offset); +} + +static const struct ethtool_ops xgene_ethtool_ops = { + .get_drvinfo = xgene_get_drvinfo, + .get_settings = xgene_get_settings, + .set_settings = xgene_set_settings, + .get_link = ethtool_op_get_link, + .get_strings = xgene_get_strings, + .get_sset_count = xgene_get_sset_count, + .get_ethtool_stats = xgene_get_ethtool_stats +}; + +void xgene_enet_set_ethtool_ops(struct net_device *ndev) +{ + ndev->ethtool_ops = &xgene_ethtool_ops; +} --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/apm/xgene/xgene_enet_hw.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/apm/xgene/xgene_enet_hw.c @@ -0,0 +1,759 @@ +/* Applied Micro X-Gene SoC Ethernet Driver + * + * Copyright (c) 2014, Applied Micro Circuits Corporation + * Authors: Iyappan Subramanian + * Ravi Patel + * Keyur Chudgar + * + * 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; either version 2 of the License, or (at your + * option) any later version. + * + * 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, see . + */ + +#include "xgene_enet_main.h" +#include "xgene_enet_hw.h" + +static void xgene_enet_ring_init(struct xgene_enet_desc_ring *ring) +{ + u32 *ring_cfg = ring->state; + u64 addr = ring->dma; + enum xgene_enet_ring_cfgsize cfgsize = ring->cfgsize; + + ring_cfg[4] |= (1 << SELTHRSH_POS) & + CREATE_MASK(SELTHRSH_POS, SELTHRSH_LEN); + ring_cfg[3] |= ACCEPTLERR; + ring_cfg[2] |= QCOHERENT; + + addr >>= 8; + ring_cfg[2] |= (addr << RINGADDRL_POS) & + CREATE_MASK_ULL(RINGADDRL_POS, RINGADDRL_LEN); + addr >>= RINGADDRL_LEN; + ring_cfg[3] |= addr & CREATE_MASK_ULL(RINGADDRH_POS, RINGADDRH_LEN); + ring_cfg[3] |= ((u32)cfgsize << RINGSIZE_POS) & + CREATE_MASK(RINGSIZE_POS, RINGSIZE_LEN); +} + +static void xgene_enet_ring_set_type(struct xgene_enet_desc_ring *ring) +{ + u32 *ring_cfg = ring->state; + bool is_bufpool; + u32 val; + + is_bufpool = xgene_enet_is_bufpool(ring->id); + val = (is_bufpool) ? RING_BUFPOOL : RING_REGULAR; + ring_cfg[4] |= (val << RINGTYPE_POS) & + CREATE_MASK(RINGTYPE_POS, RINGTYPE_LEN); + + if (is_bufpool) { + ring_cfg[3] |= (BUFPOOL_MODE << RINGMODE_POS) & + CREATE_MASK(RINGMODE_POS, RINGMODE_LEN); + } +} + +static void xgene_enet_ring_set_recombbuf(struct xgene_enet_desc_ring *ring) +{ + u32 *ring_cfg = ring->state; + + ring_cfg[3] |= RECOMBBUF; + ring_cfg[3] |= (0xf << RECOMTIMEOUTL_POS) & + CREATE_MASK(RECOMTIMEOUTL_POS, RECOMTIMEOUTL_LEN); + ring_cfg[4] |= 0x7 & CREATE_MASK(RECOMTIMEOUTH_POS, RECOMTIMEOUTH_LEN); +} + +static void xgene_enet_ring_wr32(struct xgene_enet_desc_ring *ring, + u32 offset, u32 data) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ring->ndev); + + iowrite32(data, pdata->ring_csr_addr + offset); +} + +static void xgene_enet_ring_rd32(struct xgene_enet_desc_ring *ring, + u32 offset, u32 *data) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ring->ndev); + + *data = ioread32(pdata->ring_csr_addr + offset); +} + +static void xgene_enet_write_ring_state(struct xgene_enet_desc_ring *ring) +{ + int i; + + xgene_enet_ring_wr32(ring, CSR_RING_CONFIG, ring->num); + for (i = 0; i < NUM_RING_CONFIG; i++) { + xgene_enet_ring_wr32(ring, CSR_RING_WR_BASE + (i * 4), + ring->state[i]); + } +} + +static void xgene_enet_clr_ring_state(struct xgene_enet_desc_ring *ring) +{ + memset(ring->state, 0, sizeof(u32) * NUM_RING_CONFIG); + xgene_enet_write_ring_state(ring); +} + +static void xgene_enet_set_ring_state(struct xgene_enet_desc_ring *ring) +{ + xgene_enet_ring_set_type(ring); + + if (xgene_enet_ring_owner(ring->id) == RING_OWNER_ETH0) + xgene_enet_ring_set_recombbuf(ring); + + xgene_enet_ring_init(ring); + xgene_enet_write_ring_state(ring); +} + +static void xgene_enet_set_ring_id(struct xgene_enet_desc_ring *ring) +{ + u32 ring_id_val, ring_id_buf; + bool is_bufpool; + + is_bufpool = xgene_enet_is_bufpool(ring->id); + + ring_id_val = ring->id & GENMASK(9, 0); + ring_id_val |= OVERWRITE; + + ring_id_buf = (ring->num << 9) & GENMASK(18, 9); + ring_id_buf |= PREFETCH_BUF_EN; + if (is_bufpool) + ring_id_buf |= IS_BUFFER_POOL; + + xgene_enet_ring_wr32(ring, CSR_RING_ID, ring_id_val); + xgene_enet_ring_wr32(ring, CSR_RING_ID_BUF, ring_id_buf); +} + +static void xgene_enet_clr_desc_ring_id(struct xgene_enet_desc_ring *ring) +{ + u32 ring_id; + + ring_id = ring->id | OVERWRITE; + xgene_enet_ring_wr32(ring, CSR_RING_ID, ring_id); + xgene_enet_ring_wr32(ring, CSR_RING_ID_BUF, 0); +} + +struct xgene_enet_desc_ring *xgene_enet_setup_ring( + struct xgene_enet_desc_ring *ring) +{ + u32 size = ring->size; + u32 i, data; + bool is_bufpool; + + xgene_enet_clr_ring_state(ring); + xgene_enet_set_ring_state(ring); + xgene_enet_set_ring_id(ring); + + ring->slots = xgene_enet_get_numslots(ring->id, size); + + is_bufpool = xgene_enet_is_bufpool(ring->id); + if (is_bufpool || xgene_enet_ring_owner(ring->id) != RING_OWNER_CPU) + return ring; + + for (i = 0; i < ring->slots; i++) + xgene_enet_mark_desc_slot_empty(&ring->raw_desc[i]); + + xgene_enet_ring_rd32(ring, CSR_RING_NE_INT_MODE, &data); + data |= BIT(31 - xgene_enet_ring_bufnum(ring->id)); + xgene_enet_ring_wr32(ring, CSR_RING_NE_INT_MODE, data); + + return ring; +} + +void xgene_enet_clear_ring(struct xgene_enet_desc_ring *ring) +{ + u32 data; + bool is_bufpool; + + is_bufpool = xgene_enet_is_bufpool(ring->id); + if (is_bufpool || xgene_enet_ring_owner(ring->id) != RING_OWNER_CPU) + goto out; + + xgene_enet_ring_rd32(ring, CSR_RING_NE_INT_MODE, &data); + data &= ~BIT(31 - xgene_enet_ring_bufnum(ring->id)); + xgene_enet_ring_wr32(ring, CSR_RING_NE_INT_MODE, data); + +out: + xgene_enet_clr_desc_ring_id(ring); + xgene_enet_clr_ring_state(ring); +} + +void xgene_enet_parse_error(struct xgene_enet_desc_ring *ring, + struct xgene_enet_pdata *pdata, + enum xgene_enet_err_code status) +{ + struct rtnl_link_stats64 *stats = &pdata->stats; + + switch (status) { + case INGRESS_CRC: + stats->rx_crc_errors++; + break; + case INGRESS_CHECKSUM: + case INGRESS_CHECKSUM_COMPUTE: + stats->rx_errors++; + break; + case INGRESS_TRUNC_FRAME: + stats->rx_frame_errors++; + break; + case INGRESS_PKT_LEN: + stats->rx_length_errors++; + break; + case INGRESS_PKT_UNDER: + stats->rx_frame_errors++; + break; + case INGRESS_FIFO_OVERRUN: + stats->rx_fifo_errors++; + break; + default: + break; + } +} + +static void xgene_enet_wr_csr(struct xgene_enet_pdata *pdata, + u32 offset, u32 val) +{ + void __iomem *addr = pdata->eth_csr_addr + offset; + + iowrite32(val, addr); +} + +static void xgene_enet_wr_ring_if(struct xgene_enet_pdata *pdata, + u32 offset, u32 val) +{ + void __iomem *addr = pdata->eth_ring_if_addr + offset; + + iowrite32(val, addr); +} + +static void xgene_enet_wr_diag_csr(struct xgene_enet_pdata *pdata, + u32 offset, u32 val) +{ + void __iomem *addr = pdata->eth_diag_csr_addr + offset; + + iowrite32(val, addr); +} + +static void xgene_enet_wr_mcx_csr(struct xgene_enet_pdata *pdata, + u32 offset, u32 val) +{ + void __iomem *addr = pdata->mcx_mac_csr_addr + offset; + + iowrite32(val, addr); +} + +static bool xgene_enet_wr_indirect(void __iomem *addr, void __iomem *wr, + void __iomem *cmd, void __iomem *cmd_done, + u32 wr_addr, u32 wr_data) +{ + u32 done; + u8 wait = 10; + + iowrite32(wr_addr, addr); + iowrite32(wr_data, wr); + iowrite32(XGENE_ENET_WR_CMD, cmd); + + /* wait for write command to complete */ + while (!(done = ioread32(cmd_done)) && wait--) + udelay(1); + + if (!done) + return false; + + iowrite32(0, cmd); + + return true; +} + +static void xgene_enet_wr_mcx_mac(struct xgene_enet_pdata *pdata, + u32 wr_addr, u32 wr_data) +{ + void __iomem *addr, *wr, *cmd, *cmd_done; + + addr = pdata->mcx_mac_addr + MAC_ADDR_REG_OFFSET; + wr = pdata->mcx_mac_addr + MAC_WRITE_REG_OFFSET; + cmd = pdata->mcx_mac_addr + MAC_COMMAND_REG_OFFSET; + cmd_done = pdata->mcx_mac_addr + MAC_COMMAND_DONE_REG_OFFSET; + + if (!xgene_enet_wr_indirect(addr, wr, cmd, cmd_done, wr_addr, wr_data)) + netdev_err(pdata->ndev, "MCX mac write failed, addr: %04x\n", + wr_addr); +} + +static void xgene_enet_rd_csr(struct xgene_enet_pdata *pdata, + u32 offset, u32 *val) +{ + void __iomem *addr = pdata->eth_csr_addr + offset; + + *val = ioread32(addr); +} + +static void xgene_enet_rd_diag_csr(struct xgene_enet_pdata *pdata, + u32 offset, u32 *val) +{ + void __iomem *addr = pdata->eth_diag_csr_addr + offset; + + *val = ioread32(addr); +} + +static void xgene_enet_rd_mcx_csr(struct xgene_enet_pdata *pdata, + u32 offset, u32 *val) +{ + void __iomem *addr = pdata->mcx_mac_csr_addr + offset; + + *val = ioread32(addr); +} + +static bool xgene_enet_rd_indirect(void __iomem *addr, void __iomem *rd, + void __iomem *cmd, void __iomem *cmd_done, + u32 rd_addr, u32 *rd_data) +{ + u32 done; + u8 wait = 10; + + iowrite32(rd_addr, addr); + iowrite32(XGENE_ENET_RD_CMD, cmd); + + /* wait for read command to complete */ + while (!(done = ioread32(cmd_done)) && wait--) + udelay(1); + + if (!done) + return false; + + *rd_data = ioread32(rd); + iowrite32(0, cmd); + + return true; +} + +static void xgene_enet_rd_mcx_mac(struct xgene_enet_pdata *pdata, + u32 rd_addr, u32 *rd_data) +{ + void __iomem *addr, *rd, *cmd, *cmd_done; + + addr = pdata->mcx_mac_addr + MAC_ADDR_REG_OFFSET; + rd = pdata->mcx_mac_addr + MAC_READ_REG_OFFSET; + cmd = pdata->mcx_mac_addr + MAC_COMMAND_REG_OFFSET; + cmd_done = pdata->mcx_mac_addr + MAC_COMMAND_DONE_REG_OFFSET; + + if (!xgene_enet_rd_indirect(addr, rd, cmd, cmd_done, rd_addr, rd_data)) + netdev_err(pdata->ndev, "MCX mac read failed, addr: %04x\n", + rd_addr); +} + +static int xgene_mii_phy_write(struct xgene_enet_pdata *pdata, int phy_id, + u32 reg, u16 data) +{ + u32 addr = 0, wr_data = 0; + u32 done; + u8 wait = 10; + + PHY_ADDR_SET(&addr, phy_id); + REG_ADDR_SET(&addr, reg); + xgene_enet_wr_mcx_mac(pdata, MII_MGMT_ADDRESS_ADDR, addr); + + PHY_CONTROL_SET(&wr_data, data); + xgene_enet_wr_mcx_mac(pdata, MII_MGMT_CONTROL_ADDR, wr_data); + do { + usleep_range(5, 10); + xgene_enet_rd_mcx_mac(pdata, MII_MGMT_INDICATORS_ADDR, &done); + } while ((done & BUSY_MASK) && wait--); + + if (done & BUSY_MASK) { + netdev_err(pdata->ndev, "MII_MGMT write failed\n"); + return -EBUSY; + } + + return 0; +} + +static int xgene_mii_phy_read(struct xgene_enet_pdata *pdata, + u8 phy_id, u32 reg) +{ + u32 addr = 0; + u32 data, done; + u8 wait = 10; + + PHY_ADDR_SET(&addr, phy_id); + REG_ADDR_SET(&addr, reg); + xgene_enet_wr_mcx_mac(pdata, MII_MGMT_ADDRESS_ADDR, addr); + xgene_enet_wr_mcx_mac(pdata, MII_MGMT_COMMAND_ADDR, READ_CYCLE_MASK); + do { + usleep_range(5, 10); + xgene_enet_rd_mcx_mac(pdata, MII_MGMT_INDICATORS_ADDR, &done); + } while ((done & BUSY_MASK) && wait--); + + if (done & BUSY_MASK) { + netdev_err(pdata->ndev, "MII_MGMT read failed\n"); + return -EBUSY; + } + + xgene_enet_rd_mcx_mac(pdata, MII_MGMT_STATUS_ADDR, &data); + xgene_enet_wr_mcx_mac(pdata, MII_MGMT_COMMAND_ADDR, 0); + + return data; +} + +static void xgene_gmac_set_mac_addr(struct xgene_enet_pdata *pdata) +{ + u32 addr0, addr1; + u8 *dev_addr = pdata->ndev->dev_addr; + + addr0 = (dev_addr[3] << 24) | (dev_addr[2] << 16) | + (dev_addr[1] << 8) | dev_addr[0]; + addr1 = (dev_addr[5] << 24) | (dev_addr[4] << 16); + + xgene_enet_wr_mcx_mac(pdata, STATION_ADDR0_ADDR, addr0); + xgene_enet_wr_mcx_mac(pdata, STATION_ADDR1_ADDR, addr1); +} + +static int xgene_enet_ecc_init(struct xgene_enet_pdata *pdata) +{ + struct net_device *ndev = pdata->ndev; + u32 data; + u8 wait = 10; + + xgene_enet_wr_diag_csr(pdata, ENET_CFG_MEM_RAM_SHUTDOWN_ADDR, 0x0); + do { + usleep_range(100, 110); + xgene_enet_rd_diag_csr(pdata, ENET_BLOCK_MEM_RDY_ADDR, &data); + } while ((data != 0xffffffff) && wait--); + + if (data != 0xffffffff) { + netdev_err(ndev, "Failed to release memory from shutdown\n"); + return -ENODEV; + } + + return 0; +} + +static void xgene_gmac_reset(struct xgene_enet_pdata *pdata) +{ + xgene_enet_wr_mcx_mac(pdata, MAC_CONFIG_1_ADDR, SOFT_RESET1); + xgene_enet_wr_mcx_mac(pdata, MAC_CONFIG_1_ADDR, 0); +} + +static void xgene_gmac_init(struct xgene_enet_pdata *pdata) +{ + u32 value, mc2; + u32 intf_ctl, rgmii; + u32 icm0, icm2; + + xgene_gmac_reset(pdata); + + xgene_enet_rd_mcx_csr(pdata, ICM_CONFIG0_REG_0_ADDR, &icm0); + xgene_enet_rd_mcx_csr(pdata, ICM_CONFIG2_REG_0_ADDR, &icm2); + xgene_enet_rd_mcx_mac(pdata, MAC_CONFIG_2_ADDR, &mc2); + xgene_enet_rd_mcx_mac(pdata, INTERFACE_CONTROL_ADDR, &intf_ctl); + xgene_enet_rd_csr(pdata, RGMII_REG_0_ADDR, &rgmii); + + switch (pdata->phy_speed) { + case SPEED_10: + ENET_INTERFACE_MODE2_SET(&mc2, 1); + CFG_MACMODE_SET(&icm0, 0); + CFG_WAITASYNCRD_SET(&icm2, 500); + rgmii &= ~CFG_SPEED_1250; + break; + case SPEED_100: + ENET_INTERFACE_MODE2_SET(&mc2, 1); + intf_ctl |= ENET_LHD_MODE; + CFG_MACMODE_SET(&icm0, 1); + CFG_WAITASYNCRD_SET(&icm2, 80); + rgmii &= ~CFG_SPEED_1250; + break; + default: + ENET_INTERFACE_MODE2_SET(&mc2, 2); + intf_ctl |= ENET_GHD_MODE; + CFG_TXCLK_MUXSEL0_SET(&rgmii, 4); + xgene_enet_rd_csr(pdata, DEBUG_REG_ADDR, &value); + value |= CFG_BYPASS_UNISEC_TX | CFG_BYPASS_UNISEC_RX; + xgene_enet_wr_csr(pdata, DEBUG_REG_ADDR, value); + break; + } + + mc2 |= FULL_DUPLEX2; + xgene_enet_wr_mcx_mac(pdata, MAC_CONFIG_2_ADDR, mc2); + xgene_enet_wr_mcx_mac(pdata, INTERFACE_CONTROL_ADDR, intf_ctl); + + xgene_gmac_set_mac_addr(pdata); + + /* Adjust MDC clock frequency */ + xgene_enet_rd_mcx_mac(pdata, MII_MGMT_CONFIG_ADDR, &value); + MGMT_CLOCK_SEL_SET(&value, 7); + xgene_enet_wr_mcx_mac(pdata, MII_MGMT_CONFIG_ADDR, value); + + /* Enable drop if bufpool not available */ + xgene_enet_rd_csr(pdata, RSIF_CONFIG_REG_ADDR, &value); + value |= CFG_RSIF_FPBUFF_TIMEOUT_EN; + xgene_enet_wr_csr(pdata, RSIF_CONFIG_REG_ADDR, value); + + /* Rtype should be copied from FP */ + xgene_enet_wr_csr(pdata, RSIF_RAM_DBG_REG0_ADDR, 0); + xgene_enet_wr_csr(pdata, RGMII_REG_0_ADDR, rgmii); + + /* Rx-Tx traffic resume */ + xgene_enet_wr_csr(pdata, CFG_LINK_AGGR_RESUME_0_ADDR, TX_PORT0); + + xgene_enet_wr_mcx_csr(pdata, ICM_CONFIG0_REG_0_ADDR, icm0); + xgene_enet_wr_mcx_csr(pdata, ICM_CONFIG2_REG_0_ADDR, icm2); + + xgene_enet_rd_mcx_csr(pdata, RX_DV_GATE_REG_0_ADDR, &value); + value &= ~TX_DV_GATE_EN0; + value &= ~RX_DV_GATE_EN0; + value |= RESUME_RX0; + xgene_enet_wr_mcx_csr(pdata, RX_DV_GATE_REG_0_ADDR, value); + + xgene_enet_wr_csr(pdata, CFG_BYPASS_ADDR, RESUME_TX); +} + +static void xgene_enet_config_ring_if_assoc(struct xgene_enet_pdata *pdata) +{ + u32 val = 0xffffffff; + + xgene_enet_wr_ring_if(pdata, ENET_CFGSSQMIWQASSOC_ADDR, val); + xgene_enet_wr_ring_if(pdata, ENET_CFGSSQMIFPQASSOC_ADDR, val); + xgene_enet_wr_ring_if(pdata, ENET_CFGSSQMIQMLITEWQASSOC_ADDR, val); + xgene_enet_wr_ring_if(pdata, ENET_CFGSSQMIQMLITEFPQASSOC_ADDR, val); +} + +static void xgene_enet_cle_bypass(struct xgene_enet_pdata *pdata, + u32 dst_ring_num, u16 bufpool_id) +{ + u32 cb; + u32 fpsel; + + fpsel = xgene_enet_ring_bufnum(bufpool_id) - 0x20; + + xgene_enet_rd_csr(pdata, CLE_BYPASS_REG0_0_ADDR, &cb); + cb |= CFG_CLE_BYPASS_EN0; + CFG_CLE_IP_PROTOCOL0_SET(&cb, 3); + xgene_enet_wr_csr(pdata, CLE_BYPASS_REG0_0_ADDR, cb); + + xgene_enet_rd_csr(pdata, CLE_BYPASS_REG1_0_ADDR, &cb); + CFG_CLE_DSTQID0_SET(&cb, dst_ring_num); + CFG_CLE_FPSEL0_SET(&cb, fpsel); + xgene_enet_wr_csr(pdata, CLE_BYPASS_REG1_0_ADDR, cb); +} + +static void xgene_gmac_rx_enable(struct xgene_enet_pdata *pdata) +{ + u32 data; + + xgene_enet_rd_mcx_mac(pdata, MAC_CONFIG_1_ADDR, &data); + xgene_enet_wr_mcx_mac(pdata, MAC_CONFIG_1_ADDR, data | RX_EN); +} + +static void xgene_gmac_tx_enable(struct xgene_enet_pdata *pdata) +{ + u32 data; + + xgene_enet_rd_mcx_mac(pdata, MAC_CONFIG_1_ADDR, &data); + xgene_enet_wr_mcx_mac(pdata, MAC_CONFIG_1_ADDR, data | TX_EN); +} + +static void xgene_gmac_rx_disable(struct xgene_enet_pdata *pdata) +{ + u32 data; + + xgene_enet_rd_mcx_mac(pdata, MAC_CONFIG_1_ADDR, &data); + xgene_enet_wr_mcx_mac(pdata, MAC_CONFIG_1_ADDR, data & ~RX_EN); +} + +static void xgene_gmac_tx_disable(struct xgene_enet_pdata *pdata) +{ + u32 data; + + xgene_enet_rd_mcx_mac(pdata, MAC_CONFIG_1_ADDR, &data); + xgene_enet_wr_mcx_mac(pdata, MAC_CONFIG_1_ADDR, data & ~TX_EN); +} + +bool xgene_ring_mgr_init(struct xgene_enet_pdata *p) +{ + if (!ioread32(p->ring_csr_addr + CLKEN_ADDR)) + return false; + + if (ioread32(p->ring_csr_addr + SRST_ADDR)) + return false; + + return true; +} + +static int xgene_enet_reset(struct xgene_enet_pdata *pdata) +{ + u32 val; + + if (!xgene_ring_mgr_init(pdata)) + return -ENODEV; + + clk_prepare_enable(pdata->clk); + clk_disable_unprepare(pdata->clk); + clk_prepare_enable(pdata->clk); + xgene_enet_ecc_init(pdata); + xgene_enet_config_ring_if_assoc(pdata); + + /* Enable auto-incr for scanning */ + xgene_enet_rd_mcx_mac(pdata, MII_MGMT_CONFIG_ADDR, &val); + val |= SCAN_AUTO_INCR; + MGMT_CLOCK_SEL_SET(&val, 1); + xgene_enet_wr_mcx_mac(pdata, MII_MGMT_CONFIG_ADDR, val); + + return 0; +} + +static void xgene_gport_shutdown(struct xgene_enet_pdata *pdata) +{ + clk_disable_unprepare(pdata->clk); +} + +static int xgene_enet_mdio_read(struct mii_bus *bus, int mii_id, int regnum) +{ + struct xgene_enet_pdata *pdata = bus->priv; + u32 val; + + val = xgene_mii_phy_read(pdata, mii_id, regnum); + netdev_dbg(pdata->ndev, "mdio_rd: bus=%d reg=%d val=%x\n", + mii_id, regnum, val); + + return val; +} + +static int xgene_enet_mdio_write(struct mii_bus *bus, int mii_id, int regnum, + u16 val) +{ + struct xgene_enet_pdata *pdata = bus->priv; + + netdev_dbg(pdata->ndev, "mdio_wr: bus=%d reg=%d val=%x\n", + mii_id, regnum, val); + return xgene_mii_phy_write(pdata, mii_id, regnum, val); +} + +static void xgene_enet_adjust_link(struct net_device *ndev) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ndev); + struct phy_device *phydev = pdata->phy_dev; + + if (phydev->link) { + if (pdata->phy_speed != phydev->speed) { + pdata->phy_speed = phydev->speed; + xgene_gmac_init(pdata); + xgene_gmac_rx_enable(pdata); + xgene_gmac_tx_enable(pdata); + phy_print_status(phydev); + } + } else { + xgene_gmac_rx_disable(pdata); + xgene_gmac_tx_disable(pdata); + pdata->phy_speed = SPEED_UNKNOWN; + phy_print_status(phydev); + } +} + +static int xgene_enet_phy_connect(struct net_device *ndev) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ndev); + struct device_node *phy_np; + struct phy_device *phy_dev; + struct device *dev = &pdata->pdev->dev; + + phy_np = of_parse_phandle(dev->of_node, "phy-handle", 0); + if (!phy_np) { + netdev_dbg(ndev, "No phy-handle found\n"); + return -ENODEV; + } + + phy_dev = of_phy_connect(ndev, phy_np, &xgene_enet_adjust_link, + 0, pdata->phy_mode); + if (!phy_dev) { + netdev_err(ndev, "Could not connect to PHY\n"); + return -ENODEV; + } + + pdata->phy_speed = SPEED_UNKNOWN; + phy_dev->supported &= ~SUPPORTED_10baseT_Half & + ~SUPPORTED_100baseT_Half & + ~SUPPORTED_1000baseT_Half; + phy_dev->advertising = phy_dev->supported; + pdata->phy_dev = phy_dev; + + return 0; +} + +int xgene_enet_mdio_config(struct xgene_enet_pdata *pdata) +{ + struct net_device *ndev = pdata->ndev; + struct device *dev = &pdata->pdev->dev; + struct device_node *child_np; + struct device_node *mdio_np = NULL; + struct mii_bus *mdio_bus; + int ret; + + for_each_child_of_node(dev->of_node, child_np) { + if (of_device_is_compatible(child_np, "apm,xgene-mdio")) { + mdio_np = child_np; + break; + } + } + + if (!mdio_np) { + netdev_dbg(ndev, "No mdio node in the dts\n"); + return -ENXIO; + } + + mdio_bus = mdiobus_alloc(); + if (!mdio_bus) + return -ENOMEM; + + mdio_bus->name = "APM X-Gene MDIO bus"; + mdio_bus->read = xgene_enet_mdio_read; + mdio_bus->write = xgene_enet_mdio_write; + snprintf(mdio_bus->id, MII_BUS_ID_SIZE, "%s-%s", "xgene-mii", + ndev->name); + + mdio_bus->priv = pdata; + mdio_bus->parent = &ndev->dev; + + ret = of_mdiobus_register(mdio_bus, mdio_np); + if (ret) { + netdev_err(ndev, "Failed to register MDIO bus\n"); + mdiobus_free(mdio_bus); + return ret; + } + pdata->mdio_bus = mdio_bus; + + ret = xgene_enet_phy_connect(ndev); + if (ret) + xgene_enet_mdio_remove(pdata); + + return ret; +} + +void xgene_enet_mdio_remove(struct xgene_enet_pdata *pdata) +{ + mdiobus_unregister(pdata->mdio_bus); + mdiobus_free(pdata->mdio_bus); + pdata->mdio_bus = NULL; +} + +struct xgene_mac_ops xgene_gmac_ops = { + .init = xgene_gmac_init, + .reset = xgene_gmac_reset, + .rx_enable = xgene_gmac_rx_enable, + .tx_enable = xgene_gmac_tx_enable, + .rx_disable = xgene_gmac_rx_disable, + .tx_disable = xgene_gmac_tx_disable, + .set_mac_addr = xgene_gmac_set_mac_addr, +}; + +struct xgene_port_ops xgene_gport_ops = { + .reset = xgene_enet_reset, + .cle_bypass = xgene_enet_cle_bypass, + .shutdown = xgene_gport_shutdown, +}; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/apm/xgene/xgene_enet_hw.h +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/apm/xgene/xgene_enet_hw.h @@ -0,0 +1,331 @@ +/* Applied Micro X-Gene SoC Ethernet Driver + * + * Copyright (c) 2014, Applied Micro Circuits Corporation + * Authors: Iyappan Subramanian + * Ravi Patel + * Keyur Chudgar + * + * 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; either version 2 of the License, or (at your + * option) any later version. + * + * 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, see . + */ + +#ifndef __XGENE_ENET_HW_H__ +#define __XGENE_ENET_HW_H__ + +#include "xgene_enet_main.h" + +struct xgene_enet_pdata; +struct xgene_enet_stats; + +/* clears and then set bits */ +static inline void xgene_set_bits(u32 *dst, u32 val, u32 start, u32 len) +{ + u32 end = start + len - 1; + u32 mask = GENMASK(end, start); + + *dst &= ~mask; + *dst |= (val << start) & mask; +} + +static inline u32 xgene_get_bits(u32 val, u32 start, u32 end) +{ + return (val & GENMASK(end, start)) >> start; +} + +enum xgene_enet_rm { + RM0, + RM1, + RM3 = 3 +}; + +#define CSR_RING_ID 0x0008 +#define OVERWRITE BIT(31) +#define IS_BUFFER_POOL BIT(20) +#define PREFETCH_BUF_EN BIT(21) +#define CSR_RING_ID_BUF 0x000c +#define CSR_RING_NE_INT_MODE 0x017c +#define CSR_RING_CONFIG 0x006c +#define CSR_RING_WR_BASE 0x0070 +#define NUM_RING_CONFIG 5 +#define BUFPOOL_MODE 3 +#define INC_DEC_CMD_ADDR 0x002c +#define UDP_HDR_SIZE 2 +#define BUF_LEN_CODE_2K 0x5000 + +#define CREATE_MASK(pos, len) GENMASK((pos)+(len)-1, (pos)) +#define CREATE_MASK_ULL(pos, len) GENMASK_ULL((pos)+(len)-1, (pos)) + +/* Empty slot soft signature */ +#define EMPTY_SLOT_INDEX 1 +#define EMPTY_SLOT ~0ULL + +#define WORK_DESC_SIZE 32 +#define BUFPOOL_DESC_SIZE 16 + +#define RING_OWNER_MASK GENMASK(9, 6) +#define RING_BUFNUM_MASK GENMASK(5, 0) + +#define SELTHRSH_POS 3 +#define SELTHRSH_LEN 3 +#define RINGADDRL_POS 5 +#define RINGADDRL_LEN 27 +#define RINGADDRH_POS 0 +#define RINGADDRH_LEN 6 +#define RINGSIZE_POS 23 +#define RINGSIZE_LEN 3 +#define RINGTYPE_POS 19 +#define RINGTYPE_LEN 2 +#define RINGMODE_POS 20 +#define RINGMODE_LEN 3 +#define RECOMTIMEOUTL_POS 28 +#define RECOMTIMEOUTL_LEN 3 +#define RECOMTIMEOUTH_POS 0 +#define RECOMTIMEOUTH_LEN 2 +#define NUMMSGSINQ_POS 1 +#define NUMMSGSINQ_LEN 16 +#define ACCEPTLERR BIT(19) +#define QCOHERENT BIT(4) +#define RECOMBBUF BIT(27) + +#define MAC_OFFSET 0x30 + +#define BLOCK_ETH_CSR_OFFSET 0x2000 +#define BLOCK_ETH_RING_IF_OFFSET 0x9000 +#define BLOCK_ETH_DIAG_CSR_OFFSET 0xD000 + +#define BLOCK_ETH_MAC_OFFSET 0x0000 +#define BLOCK_ETH_MAC_CSR_OFFSET 0x2800 + +#define CLKEN_ADDR 0xc208 +#define SRST_ADDR 0xc200 + +#define MAC_ADDR_REG_OFFSET 0x00 +#define MAC_COMMAND_REG_OFFSET 0x04 +#define MAC_WRITE_REG_OFFSET 0x08 +#define MAC_READ_REG_OFFSET 0x0c +#define MAC_COMMAND_DONE_REG_OFFSET 0x10 + +#define MII_MGMT_CONFIG_ADDR 0x20 +#define MII_MGMT_COMMAND_ADDR 0x24 +#define MII_MGMT_ADDRESS_ADDR 0x28 +#define MII_MGMT_CONTROL_ADDR 0x2c +#define MII_MGMT_STATUS_ADDR 0x30 +#define MII_MGMT_INDICATORS_ADDR 0x34 + +#define BUSY_MASK BIT(0) +#define READ_CYCLE_MASK BIT(0) +#define PHY_CONTROL_SET(dst, val) xgene_set_bits(dst, val, 0, 16) + +#define ENET_SPARE_CFG_REG_ADDR 0x0750 +#define RSIF_CONFIG_REG_ADDR 0x0010 +#define RSIF_RAM_DBG_REG0_ADDR 0x0048 +#define RGMII_REG_0_ADDR 0x07e0 +#define CFG_LINK_AGGR_RESUME_0_ADDR 0x07c8 +#define DEBUG_REG_ADDR 0x0700 +#define CFG_BYPASS_ADDR 0x0294 +#define CLE_BYPASS_REG0_0_ADDR 0x0490 +#define CLE_BYPASS_REG1_0_ADDR 0x0494 +#define CFG_RSIF_FPBUFF_TIMEOUT_EN BIT(31) +#define RESUME_TX BIT(0) +#define CFG_SPEED_1250 BIT(24) +#define TX_PORT0 BIT(0) +#define CFG_BYPASS_UNISEC_TX BIT(2) +#define CFG_BYPASS_UNISEC_RX BIT(1) +#define CFG_CLE_BYPASS_EN0 BIT(31) +#define CFG_TXCLK_MUXSEL0_SET(dst, val) xgene_set_bits(dst, val, 29, 3) + +#define CFG_CLE_IP_PROTOCOL0_SET(dst, val) xgene_set_bits(dst, val, 16, 2) +#define CFG_CLE_DSTQID0_SET(dst, val) xgene_set_bits(dst, val, 0, 12) +#define CFG_CLE_FPSEL0_SET(dst, val) xgene_set_bits(dst, val, 16, 4) +#define CFG_MACMODE_SET(dst, val) xgene_set_bits(dst, val, 18, 2) +#define CFG_WAITASYNCRD_SET(dst, val) xgene_set_bits(dst, val, 0, 16) +#define CFG_CLE_DSTQID0(val) (val & GENMASK(11, 0)) +#define CFG_CLE_FPSEL0(val) ((val << 16) & GENMASK(19, 16)) +#define ICM_CONFIG0_REG_0_ADDR 0x0400 +#define ICM_CONFIG2_REG_0_ADDR 0x0410 +#define RX_DV_GATE_REG_0_ADDR 0x05fc +#define TX_DV_GATE_EN0 BIT(2) +#define RX_DV_GATE_EN0 BIT(1) +#define RESUME_RX0 BIT(0) +#define ENET_CFGSSQMIWQASSOC_ADDR 0xe0 +#define ENET_CFGSSQMIFPQASSOC_ADDR 0xdc +#define ENET_CFGSSQMIQMLITEFPQASSOC_ADDR 0xf0 +#define ENET_CFGSSQMIQMLITEWQASSOC_ADDR 0xf4 +#define ENET_CFG_MEM_RAM_SHUTDOWN_ADDR 0x70 +#define ENET_BLOCK_MEM_RDY_ADDR 0x74 +#define MAC_CONFIG_1_ADDR 0x00 +#define MAC_CONFIG_2_ADDR 0x04 +#define MAX_FRAME_LEN_ADDR 0x10 +#define INTERFACE_CONTROL_ADDR 0x38 +#define STATION_ADDR0_ADDR 0x40 +#define STATION_ADDR1_ADDR 0x44 +#define PHY_ADDR_SET(dst, val) xgene_set_bits(dst, val, 8, 5) +#define REG_ADDR_SET(dst, val) xgene_set_bits(dst, val, 0, 5) +#define ENET_INTERFACE_MODE2_SET(dst, val) xgene_set_bits(dst, val, 8, 2) +#define MGMT_CLOCK_SEL_SET(dst, val) xgene_set_bits(dst, val, 0, 3) +#define SOFT_RESET1 BIT(31) +#define TX_EN BIT(0) +#define RX_EN BIT(2) +#define ENET_LHD_MODE BIT(25) +#define ENET_GHD_MODE BIT(26) +#define FULL_DUPLEX2 BIT(0) +#define SCAN_AUTO_INCR BIT(5) +#define TBYT_ADDR 0x38 +#define TPKT_ADDR 0x39 +#define TDRP_ADDR 0x45 +#define TFCS_ADDR 0x47 +#define TUND_ADDR 0x4a + +#define TSO_IPPROTO_TCP 1 + +#define USERINFO_POS 0 +#define USERINFO_LEN 32 +#define FPQNUM_POS 32 +#define FPQNUM_LEN 12 +#define LERR_POS 60 +#define LERR_LEN 3 +#define STASH_POS 52 +#define STASH_LEN 2 +#define BUFDATALEN_POS 48 +#define BUFDATALEN_LEN 12 +#define DATAADDR_POS 0 +#define DATAADDR_LEN 42 +#define COHERENT_POS 63 +#define HENQNUM_POS 48 +#define HENQNUM_LEN 12 +#define TYPESEL_POS 44 +#define TYPESEL_LEN 4 +#define ETHHDR_POS 12 +#define ETHHDR_LEN 8 +#define IC_POS 35 /* Insert CRC */ +#define TCPHDR_POS 0 +#define TCPHDR_LEN 6 +#define IPHDR_POS 6 +#define IPHDR_LEN 6 +#define EC_POS 22 /* Enable checksum */ +#define EC_LEN 1 +#define IS_POS 24 /* IP protocol select */ +#define IS_LEN 1 +#define TYPE_ETH_WORK_MESSAGE_POS 44 + +struct xgene_enet_raw_desc { + __le64 m0; + __le64 m1; + __le64 m2; + __le64 m3; +}; + +struct xgene_enet_raw_desc16 { + __le64 m0; + __le64 m1; +}; + +static inline void xgene_enet_mark_desc_slot_empty(void *desc_slot_ptr) +{ + __le64 *desc_slot = desc_slot_ptr; + + desc_slot[EMPTY_SLOT_INDEX] = cpu_to_le64(EMPTY_SLOT); +} + +static inline bool xgene_enet_is_desc_slot_empty(void *desc_slot_ptr) +{ + __le64 *desc_slot = desc_slot_ptr; + + return (desc_slot[EMPTY_SLOT_INDEX] == cpu_to_le64(EMPTY_SLOT)); +} + +enum xgene_enet_ring_cfgsize { + RING_CFGSIZE_512B, + RING_CFGSIZE_2KB, + RING_CFGSIZE_16KB, + RING_CFGSIZE_64KB, + RING_CFGSIZE_512KB, + RING_CFGSIZE_INVALID +}; + +enum xgene_enet_ring_type { + RING_DISABLED, + RING_REGULAR, + RING_BUFPOOL +}; + +enum xgene_ring_owner { + RING_OWNER_ETH0, + RING_OWNER_CPU = 15, + RING_OWNER_INVALID +}; + +enum xgene_enet_ring_bufnum { + RING_BUFNUM_REGULAR = 0x0, + RING_BUFNUM_BUFPOOL = 0x20, + RING_BUFNUM_INVALID +}; + +enum xgene_enet_cmd { + XGENE_ENET_WR_CMD = BIT(31), + XGENE_ENET_RD_CMD = BIT(30) +}; + +enum xgene_enet_err_code { + HBF_READ_DATA = 3, + HBF_LL_READ = 4, + BAD_WORK_MSG = 6, + BUFPOOL_TIMEOUT = 15, + INGRESS_CRC = 16, + INGRESS_CHECKSUM = 17, + INGRESS_TRUNC_FRAME = 18, + INGRESS_PKT_LEN = 19, + INGRESS_PKT_UNDER = 20, + INGRESS_FIFO_OVERRUN = 21, + INGRESS_CHECKSUM_COMPUTE = 26, + ERR_CODE_INVALID +}; + +static inline enum xgene_ring_owner xgene_enet_ring_owner(u16 id) +{ + return (id & RING_OWNER_MASK) >> 6; +} + +static inline u8 xgene_enet_ring_bufnum(u16 id) +{ + return id & RING_BUFNUM_MASK; +} + +static inline bool xgene_enet_is_bufpool(u16 id) +{ + return ((id & RING_BUFNUM_MASK) >= 0x20) ? true : false; +} + +static inline u16 xgene_enet_get_numslots(u16 id, u32 size) +{ + bool is_bufpool = xgene_enet_is_bufpool(id); + + return (is_bufpool) ? size / BUFPOOL_DESC_SIZE : + size / WORK_DESC_SIZE; +} + +struct xgene_enet_desc_ring *xgene_enet_setup_ring( + struct xgene_enet_desc_ring *ring); +void xgene_enet_clear_ring(struct xgene_enet_desc_ring *ring); +void xgene_enet_parse_error(struct xgene_enet_desc_ring *ring, + struct xgene_enet_pdata *pdata, + enum xgene_enet_err_code status); + +int xgene_enet_mdio_config(struct xgene_enet_pdata *pdata); +void xgene_enet_mdio_remove(struct xgene_enet_pdata *pdata); +bool xgene_ring_mgr_init(struct xgene_enet_pdata *p); + +extern struct xgene_mac_ops xgene_gmac_ops; +extern struct xgene_port_ops xgene_gport_ops; + +#endif /* __XGENE_ENET_HW_H__ */ --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/apm/xgene/xgene_enet_main.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/apm/xgene/xgene_enet_main.c @@ -0,0 +1,1087 @@ +/* Applied Micro X-Gene SoC Ethernet Driver + * + * Copyright (c) 2014, Applied Micro Circuits Corporation + * Authors: Iyappan Subramanian + * Ravi Patel + * Keyur Chudgar + * + * 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; either version 2 of the License, or (at your + * option) any later version. + * + * 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, see . + */ + +#include "xgene_enet_main.h" +#include "xgene_enet_hw.h" +#include "xgene_enet_sgmac.h" +#include "xgene_enet_xgmac.h" + +#ifdef CONFIG_ARM64 +#define dma_rmb() dmb(oshld) +#else +#define dma_rmb() do {} while(0) +#endif + +static void xgene_enet_init_bufpool(struct xgene_enet_desc_ring *buf_pool) +{ + struct xgene_enet_raw_desc16 *raw_desc; + int i; + + for (i = 0; i < buf_pool->slots; i++) { + raw_desc = &buf_pool->raw_desc16[i]; + + /* Hardware expects descriptor in little endian format */ + raw_desc->m0 = cpu_to_le64(i | + SET_VAL(FPQNUM, buf_pool->dst_ring_num) | + SET_VAL(STASH, 3)); + } +} + +static int xgene_enet_refill_bufpool(struct xgene_enet_desc_ring *buf_pool, + u32 nbuf) +{ + struct sk_buff *skb; + struct xgene_enet_raw_desc16 *raw_desc; + struct net_device *ndev; + struct device *dev; + dma_addr_t dma_addr; + u32 tail = buf_pool->tail; + u32 slots = buf_pool->slots - 1; + u16 bufdatalen, len; + int i; + + ndev = buf_pool->ndev; + dev = ndev_to_dev(buf_pool->ndev); + bufdatalen = BUF_LEN_CODE_2K | (SKB_BUFFER_SIZE & GENMASK(11, 0)); + len = XGENE_ENET_MAX_MTU; + + for (i = 0; i < nbuf; i++) { + raw_desc = &buf_pool->raw_desc16[tail]; + + skb = netdev_alloc_skb_ip_align(ndev, len); + if (unlikely(!skb)) + return -ENOMEM; + buf_pool->rx_skb[tail] = skb; + + dma_addr = dma_map_single(dev, skb->data, len, DMA_FROM_DEVICE); + if (dma_mapping_error(dev, dma_addr)) { + netdev_err(ndev, "DMA mapping error\n"); + dev_kfree_skb_any(skb); + return -EINVAL; + } + + raw_desc->m1 = cpu_to_le64(SET_VAL(DATAADDR, dma_addr) | + SET_VAL(BUFDATALEN, bufdatalen) | + SET_BIT(COHERENT)); + tail = (tail + 1) & slots; + } + + iowrite32(nbuf, buf_pool->cmd); + buf_pool->tail = tail; + + return 0; +} + +static u16 xgene_enet_dst_ring_num(struct xgene_enet_desc_ring *ring) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ring->ndev); + + return ((u16)pdata->rm << 10) | ring->num; +} + +static u8 xgene_enet_hdr_len(const void *data) +{ + const struct ethhdr *eth = data; + + return (eth->h_proto == htons(ETH_P_8021Q)) ? VLAN_ETH_HLEN : ETH_HLEN; +} + +static u32 xgene_enet_ring_len(struct xgene_enet_desc_ring *ring) +{ + u32 __iomem *cmd_base = ring->cmd_base; + u32 ring_state, num_msgs; + + ring_state = ioread32(&cmd_base[1]); + num_msgs = ring_state & CREATE_MASK(NUMMSGSINQ_POS, NUMMSGSINQ_LEN); + + return num_msgs >> NUMMSGSINQ_POS; +} + +static void xgene_enet_delete_bufpool(struct xgene_enet_desc_ring *buf_pool) +{ + struct xgene_enet_raw_desc16 *raw_desc; + u32 slots = buf_pool->slots - 1; + u32 tail = buf_pool->tail; + u32 userinfo; + int i, len; + + len = xgene_enet_ring_len(buf_pool); + for (i = 0; i < len; i++) { + tail = (tail - 1) & slots; + raw_desc = &buf_pool->raw_desc16[tail]; + + /* Hardware stores descriptor in little endian format */ + userinfo = GET_VAL(USERINFO, le64_to_cpu(raw_desc->m0)); + dev_kfree_skb_any(buf_pool->rx_skb[userinfo]); + } + + iowrite32(-len, buf_pool->cmd); + buf_pool->tail = tail; +} + +static irqreturn_t xgene_enet_rx_irq(const int irq, void *data) +{ + struct xgene_enet_desc_ring *rx_ring = data; + + if (napi_schedule_prep(&rx_ring->napi)) { + disable_irq_nosync(irq); + __napi_schedule(&rx_ring->napi); + } + + return IRQ_HANDLED; +} + +static int xgene_enet_tx_completion(struct xgene_enet_desc_ring *cp_ring, + struct xgene_enet_raw_desc *raw_desc) +{ + struct sk_buff *skb; + struct device *dev; + u16 skb_index; + u8 status; + int ret = 0; + + skb_index = GET_VAL(USERINFO, le64_to_cpu(raw_desc->m0)); + skb = cp_ring->cp_skb[skb_index]; + + dev = ndev_to_dev(cp_ring->ndev); + dma_unmap_single(dev, GET_VAL(DATAADDR, le64_to_cpu(raw_desc->m1)), + GET_VAL(BUFDATALEN, le64_to_cpu(raw_desc->m1)), + DMA_TO_DEVICE); + + /* Checking for error */ + status = GET_VAL(LERR, le64_to_cpu(raw_desc->m0)); + if (unlikely(status > 2)) { + xgene_enet_parse_error(cp_ring, netdev_priv(cp_ring->ndev), + status); + ret = -EIO; + } + + if (likely(skb)) { + dev_kfree_skb_any(skb); + } else { + netdev_err(cp_ring->ndev, "completion skb is NULL\n"); + ret = -EIO; + } + + return ret; +} + +static u64 xgene_enet_work_msg(struct sk_buff *skb) +{ + struct iphdr *iph; + u8 l3hlen, l4hlen = 0; + u8 csum_enable = 0; + u8 proto = 0; + u8 ethhdr; + u64 hopinfo; + + if (unlikely(skb->protocol != htons(ETH_P_IP)) && + unlikely(skb->protocol != htons(ETH_P_8021Q))) + goto out; + + if (unlikely(!(skb->dev->features & NETIF_F_IP_CSUM))) + goto out; + + iph = ip_hdr(skb); + if (unlikely(ip_is_fragment(iph))) + goto out; + + if (likely(iph->protocol == IPPROTO_TCP)) { + l4hlen = tcp_hdrlen(skb) >> 2; + csum_enable = 1; + proto = TSO_IPPROTO_TCP; + } else if (iph->protocol == IPPROTO_UDP) { + l4hlen = UDP_HDR_SIZE; + csum_enable = 1; + } +out: + l3hlen = ip_hdrlen(skb) >> 2; + ethhdr = xgene_enet_hdr_len(skb->data); + hopinfo = SET_VAL(TCPHDR, l4hlen) | + SET_VAL(IPHDR, l3hlen) | + SET_VAL(ETHHDR, ethhdr) | + SET_VAL(EC, csum_enable) | + SET_VAL(IS, proto) | + SET_BIT(IC) | + SET_BIT(TYPE_ETH_WORK_MESSAGE); + + return hopinfo; +} + +static int xgene_enet_setup_tx_desc(struct xgene_enet_desc_ring *tx_ring, + struct sk_buff *skb) +{ + struct device *dev = ndev_to_dev(tx_ring->ndev); + struct xgene_enet_raw_desc *raw_desc; + dma_addr_t dma_addr; + u16 tail = tx_ring->tail; + u64 hopinfo; + + raw_desc = &tx_ring->raw_desc[tail]; + memset(raw_desc, 0, sizeof(struct xgene_enet_raw_desc)); + + dma_addr = dma_map_single(dev, skb->data, skb->len, DMA_TO_DEVICE); + if (dma_mapping_error(dev, dma_addr)) { + netdev_err(tx_ring->ndev, "DMA mapping error\n"); + return -EINVAL; + } + + /* Hardware expects descriptor in little endian format */ + raw_desc->m0 = cpu_to_le64(tail); + raw_desc->m1 = cpu_to_le64(SET_VAL(DATAADDR, dma_addr) | + SET_VAL(BUFDATALEN, skb->len) | + SET_BIT(COHERENT)); + hopinfo = xgene_enet_work_msg(skb); + raw_desc->m3 = cpu_to_le64(SET_VAL(HENQNUM, tx_ring->dst_ring_num) | + hopinfo); + tx_ring->cp_ring->cp_skb[tail] = skb; + + return 0; +} + +static netdev_tx_t xgene_enet_start_xmit(struct sk_buff *skb, + struct net_device *ndev) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ndev); + struct xgene_enet_desc_ring *tx_ring = pdata->tx_ring; + struct xgene_enet_desc_ring *cp_ring = tx_ring->cp_ring; + u32 tx_level, cq_level; + + tx_level = xgene_enet_ring_len(tx_ring); + cq_level = xgene_enet_ring_len(cp_ring); + if (unlikely(tx_level > pdata->tx_qcnt_hi || + cq_level > pdata->cp_qcnt_hi)) { + netif_stop_queue(ndev); + return NETDEV_TX_BUSY; + } + + if (xgene_enet_setup_tx_desc(tx_ring, skb)) { + dev_kfree_skb_any(skb); + return NETDEV_TX_OK; + } + + iowrite32(1, tx_ring->cmd); + skb_tx_timestamp(skb); + tx_ring->tail = (tx_ring->tail + 1) & (tx_ring->slots - 1); + + pdata->stats.tx_packets++; + pdata->stats.tx_bytes += skb->len; + + return NETDEV_TX_OK; +} + +static void xgene_enet_skip_csum(struct sk_buff *skb) +{ + struct iphdr *iph = ip_hdr(skb); + + if (!ip_is_fragment(iph) || + (iph->protocol != IPPROTO_TCP && iph->protocol != IPPROTO_UDP)) { + skb->ip_summed = CHECKSUM_UNNECESSARY; + } +} + +static int xgene_enet_rx_frame(struct xgene_enet_desc_ring *rx_ring, + struct xgene_enet_raw_desc *raw_desc) +{ + struct net_device *ndev; + struct xgene_enet_pdata *pdata; + struct device *dev; + struct xgene_enet_desc_ring *buf_pool; + u32 datalen, skb_index; + struct sk_buff *skb; + u8 status; + int ret = 0; + + ndev = rx_ring->ndev; + pdata = netdev_priv(ndev); + dev = ndev_to_dev(rx_ring->ndev); + buf_pool = rx_ring->buf_pool; + + dma_unmap_single(dev, GET_VAL(DATAADDR, le64_to_cpu(raw_desc->m1)), + XGENE_ENET_MAX_MTU, DMA_FROM_DEVICE); + skb_index = GET_VAL(USERINFO, le64_to_cpu(raw_desc->m0)); + skb = buf_pool->rx_skb[skb_index]; + + /* checking for error */ + status = GET_VAL(LERR, le64_to_cpu(raw_desc->m0)); + if (unlikely(status > 2)) { + dev_kfree_skb_any(skb); + xgene_enet_parse_error(rx_ring, netdev_priv(rx_ring->ndev), + status); + pdata->stats.rx_dropped++; + ret = -EIO; + goto out; + } + + /* strip off CRC as HW isn't doing this */ + datalen = GET_VAL(BUFDATALEN, le64_to_cpu(raw_desc->m1)); + datalen -= 4; + prefetch(skb->data - NET_IP_ALIGN); + skb_put(skb, datalen); + + skb_checksum_none_assert(skb); + skb->protocol = eth_type_trans(skb, ndev); + if (likely((ndev->features & NETIF_F_IP_CSUM) && + skb->protocol == htons(ETH_P_IP))) { + xgene_enet_skip_csum(skb); + } + + pdata->stats.rx_packets++; + pdata->stats.rx_bytes += datalen; + napi_gro_receive(&rx_ring->napi, skb); +out: + if (--rx_ring->nbufpool == 0) { + ret = xgene_enet_refill_bufpool(buf_pool, NUM_BUFPOOL); + rx_ring->nbufpool = NUM_BUFPOOL; + } + + return ret; +} + +static bool is_rx_desc(struct xgene_enet_raw_desc *raw_desc) +{ + return GET_VAL(FPQNUM, le64_to_cpu(raw_desc->m0)) ? true : false; +} + +static int xgene_enet_process_ring(struct xgene_enet_desc_ring *ring, + int budget) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ring->ndev); + struct xgene_enet_raw_desc *raw_desc; + u16 head = ring->head; + u16 slots = ring->slots - 1; + int ret, count = 0; + + do { + raw_desc = &ring->raw_desc[head]; + if (unlikely(xgene_enet_is_desc_slot_empty(raw_desc))) + break; + + /* read fpqnum field after dataaddr field */ + dma_rmb(); + if (is_rx_desc(raw_desc)) + ret = xgene_enet_rx_frame(ring, raw_desc); + else + ret = xgene_enet_tx_completion(ring, raw_desc); + xgene_enet_mark_desc_slot_empty(raw_desc); + + head = (head + 1) & slots; + count++; + + if (ret) + break; + } while (--budget); + + if (likely(count)) { + iowrite32(-count, ring->cmd); + ring->head = head; + + if (netif_queue_stopped(ring->ndev)) { + if (xgene_enet_ring_len(ring) < pdata->cp_qcnt_low) + netif_wake_queue(ring->ndev); + } + } + + return count; +} + +static int xgene_enet_napi(struct napi_struct *napi, const int budget) +{ + struct xgene_enet_desc_ring *ring; + int processed; + + ring = container_of(napi, struct xgene_enet_desc_ring, napi); + processed = xgene_enet_process_ring(ring, budget); + + if (processed != budget) { + napi_complete(napi); + enable_irq(ring->irq); + } + + return processed; +} + +static void xgene_enet_timeout(struct net_device *ndev) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ndev); + + pdata->mac_ops->reset(pdata); +} + +static int xgene_enet_register_irq(struct net_device *ndev) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ndev); + struct device *dev = ndev_to_dev(ndev); + int ret; + + ret = devm_request_irq(dev, pdata->rx_ring->irq, xgene_enet_rx_irq, + IRQF_SHARED, ndev->name, pdata->rx_ring); + if (ret) { + netdev_err(ndev, "rx%d interrupt request failed\n", + pdata->rx_ring->irq); + } + + return ret; +} + +static void xgene_enet_free_irq(struct net_device *ndev) +{ + struct xgene_enet_pdata *pdata; + struct device *dev; + + pdata = netdev_priv(ndev); + dev = ndev_to_dev(ndev); + devm_free_irq(dev, pdata->rx_ring->irq, pdata->rx_ring); +} + +static int xgene_enet_open(struct net_device *ndev) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ndev); + struct xgene_mac_ops *mac_ops = pdata->mac_ops; + int ret; + + mac_ops->tx_enable(pdata); + mac_ops->rx_enable(pdata); + + ret = xgene_enet_register_irq(ndev); + if (ret) + return ret; + napi_enable(&pdata->rx_ring->napi); + + if (pdata->phy_mode == PHY_INTERFACE_MODE_RGMII) + phy_start(pdata->phy_dev); + else + schedule_delayed_work(&pdata->link_work, PHY_POLL_LINK_OFF); + + netif_start_queue(ndev); + + return ret; +} + +static int xgene_enet_close(struct net_device *ndev) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ndev); + struct xgene_mac_ops *mac_ops = pdata->mac_ops; + + netif_stop_queue(ndev); + + if (pdata->phy_mode == PHY_INTERFACE_MODE_RGMII) + phy_stop(pdata->phy_dev); + else + cancel_delayed_work_sync(&pdata->link_work); + + napi_disable(&pdata->rx_ring->napi); + xgene_enet_free_irq(ndev); + xgene_enet_process_ring(pdata->rx_ring, -1); + + mac_ops->tx_disable(pdata); + mac_ops->rx_disable(pdata); + + return 0; +} + +static void xgene_enet_delete_ring(struct xgene_enet_desc_ring *ring) +{ + struct xgene_enet_pdata *pdata; + struct device *dev; + + pdata = netdev_priv(ring->ndev); + dev = ndev_to_dev(ring->ndev); + + xgene_enet_clear_ring(ring); + dma_free_coherent(dev, ring->size, ring->desc_addr, ring->dma); +} + +static void xgene_enet_delete_desc_rings(struct xgene_enet_pdata *pdata) +{ + struct xgene_enet_desc_ring *buf_pool; + + if (pdata->tx_ring) { + xgene_enet_delete_ring(pdata->tx_ring); + pdata->tx_ring = NULL; + } + + if (pdata->rx_ring) { + buf_pool = pdata->rx_ring->buf_pool; + xgene_enet_delete_bufpool(buf_pool); + xgene_enet_delete_ring(buf_pool); + xgene_enet_delete_ring(pdata->rx_ring); + pdata->rx_ring = NULL; + } +} + +static int xgene_enet_get_ring_size(struct device *dev, + enum xgene_enet_ring_cfgsize cfgsize) +{ + int size = -EINVAL; + + switch (cfgsize) { + case RING_CFGSIZE_512B: + size = 0x200; + break; + case RING_CFGSIZE_2KB: + size = 0x800; + break; + case RING_CFGSIZE_16KB: + size = 0x4000; + break; + case RING_CFGSIZE_64KB: + size = 0x10000; + break; + case RING_CFGSIZE_512KB: + size = 0x80000; + break; + default: + dev_err(dev, "Unsupported cfg ring size %d\n", cfgsize); + break; + } + + return size; +} + +static void xgene_enet_free_desc_ring(struct xgene_enet_desc_ring *ring) +{ + struct device *dev; + + if (!ring) + return; + + dev = ndev_to_dev(ring->ndev); + + if (ring->desc_addr) { + xgene_enet_clear_ring(ring); + dma_free_coherent(dev, ring->size, ring->desc_addr, ring->dma); + } + devm_kfree(dev, ring); +} + +static void xgene_enet_free_desc_rings(struct xgene_enet_pdata *pdata) +{ + struct device *dev = &pdata->pdev->dev; + struct xgene_enet_desc_ring *ring; + + ring = pdata->tx_ring; + if (ring && ring->cp_ring && ring->cp_ring->cp_skb) + devm_kfree(dev, ring->cp_ring->cp_skb); + xgene_enet_free_desc_ring(ring); + + ring = pdata->rx_ring; + if (ring && ring->buf_pool && ring->buf_pool->rx_skb) + devm_kfree(dev, ring->buf_pool->rx_skb); + xgene_enet_free_desc_ring(ring->buf_pool); + xgene_enet_free_desc_ring(ring); +} + +static struct xgene_enet_desc_ring *xgene_enet_create_desc_ring( + struct net_device *ndev, u32 ring_num, + enum xgene_enet_ring_cfgsize cfgsize, u32 ring_id) +{ + struct xgene_enet_desc_ring *ring; + struct xgene_enet_pdata *pdata = netdev_priv(ndev); + struct device *dev = ndev_to_dev(ndev); + int size; + + size = xgene_enet_get_ring_size(dev, cfgsize); + if (size < 0) + return NULL; + + ring = devm_kzalloc(dev, sizeof(struct xgene_enet_desc_ring), + GFP_KERNEL); + if (!ring) + return NULL; + + ring->ndev = ndev; + ring->num = ring_num; + ring->cfgsize = cfgsize; + ring->id = ring_id; + + ring->desc_addr = dma_zalloc_coherent(dev, size, &ring->dma, + GFP_KERNEL); + if (!ring->desc_addr) { + devm_kfree(dev, ring); + return NULL; + } + ring->size = size; + + ring->cmd_base = pdata->ring_cmd_addr + (ring->num << 6); + ring->cmd = ring->cmd_base + INC_DEC_CMD_ADDR; + ring = xgene_enet_setup_ring(ring); + netdev_dbg(ndev, "ring info: num=%d size=%d id=%d slots=%d\n", + ring->num, ring->size, ring->id, ring->slots); + + return ring; +} + +static u16 xgene_enet_get_ring_id(enum xgene_ring_owner owner, u8 bufnum) +{ + return (owner << 6) | (bufnum & GENMASK(5, 0)); +} + +static int xgene_enet_create_desc_rings(struct net_device *ndev) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ndev); + struct device *dev = ndev_to_dev(ndev); + struct xgene_enet_desc_ring *rx_ring, *tx_ring, *cp_ring; + struct xgene_enet_desc_ring *buf_pool = NULL; + u8 cpu_bufnum = pdata->cpu_bufnum; + u8 eth_bufnum = pdata->eth_bufnum; + u8 bp_bufnum = pdata->bp_bufnum; + u16 ring_num = pdata->ring_num; + u16 ring_id; + int ret; + + /* allocate rx descriptor ring */ + ring_id = xgene_enet_get_ring_id(RING_OWNER_CPU, cpu_bufnum++); + rx_ring = xgene_enet_create_desc_ring(ndev, ring_num++, + RING_CFGSIZE_16KB, ring_id); + if (!rx_ring) { + ret = -ENOMEM; + goto err; + } + + /* allocate buffer pool for receiving packets */ + ring_id = xgene_enet_get_ring_id(RING_OWNER_ETH0, bp_bufnum++); + buf_pool = xgene_enet_create_desc_ring(ndev, ring_num++, + RING_CFGSIZE_2KB, ring_id); + if (!buf_pool) { + ret = -ENOMEM; + goto err; + } + + rx_ring->nbufpool = NUM_BUFPOOL; + rx_ring->buf_pool = buf_pool; + rx_ring->irq = pdata->rx_irq; + buf_pool->rx_skb = devm_kcalloc(dev, buf_pool->slots, + sizeof(struct sk_buff *), GFP_KERNEL); + if (!buf_pool->rx_skb) { + ret = -ENOMEM; + goto err; + } + + buf_pool->dst_ring_num = xgene_enet_dst_ring_num(buf_pool); + rx_ring->buf_pool = buf_pool; + pdata->rx_ring = rx_ring; + + /* allocate tx descriptor ring */ + ring_id = xgene_enet_get_ring_id(RING_OWNER_ETH0, eth_bufnum++); + tx_ring = xgene_enet_create_desc_ring(ndev, ring_num++, + RING_CFGSIZE_16KB, ring_id); + if (!tx_ring) { + ret = -ENOMEM; + goto err; + } + pdata->tx_ring = tx_ring; + + cp_ring = pdata->rx_ring; + cp_ring->cp_skb = devm_kcalloc(dev, tx_ring->slots, + sizeof(struct sk_buff *), GFP_KERNEL); + if (!cp_ring->cp_skb) { + ret = -ENOMEM; + goto err; + } + pdata->tx_ring->cp_ring = cp_ring; + pdata->tx_ring->dst_ring_num = xgene_enet_dst_ring_num(cp_ring); + + pdata->tx_qcnt_hi = pdata->tx_ring->slots / 2; + pdata->cp_qcnt_hi = pdata->rx_ring->slots / 2; + pdata->cp_qcnt_low = pdata->cp_qcnt_hi / 2; + + return 0; + +err: + xgene_enet_free_desc_rings(pdata); + return ret; +} + +static struct rtnl_link_stats64 *xgene_enet_get_stats64( + struct net_device *ndev, + struct rtnl_link_stats64 *storage) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ndev); + struct rtnl_link_stats64 *stats = &pdata->stats; + + stats->rx_errors += stats->rx_length_errors + + stats->rx_crc_errors + + stats->rx_frame_errors + + stats->rx_fifo_errors; + memcpy(storage, &pdata->stats, sizeof(struct rtnl_link_stats64)); + + return storage; +} + +static int xgene_enet_set_mac_address(struct net_device *ndev, void *addr) +{ + struct xgene_enet_pdata *pdata = netdev_priv(ndev); + int ret; + + ret = eth_mac_addr(ndev, addr); + if (ret) + return ret; + pdata->mac_ops->set_mac_addr(pdata); + + return ret; +} + +static const struct net_device_ops xgene_ndev_ops = { + .ndo_open = xgene_enet_open, + .ndo_stop = xgene_enet_close, + .ndo_start_xmit = xgene_enet_start_xmit, + .ndo_tx_timeout = xgene_enet_timeout, + .ndo_get_stats64 = xgene_enet_get_stats64, + .ndo_change_mtu = eth_change_mtu, + .ndo_set_mac_address = xgene_enet_set_mac_address, +}; + +static int xgene_get_port_id(struct device *dev, struct xgene_enet_pdata *pdata) +{ + u32 id = 0; + int ret; + + ret = of_property_read_u32(dev->of_node, "port-id", &id); + if (!ret && id > 1) { + dev_err(dev, "Incorrect port-id specified\n"); + return -ENODEV; + } + + pdata->port_id = id; + + return 0; +} + +static int xgene_get_mac_address(struct device *dev, + unsigned char *addr) +{ + int ret; + + ret = of_property_read_u8_array(dev->of_node, "local-mac-address", addr, 6); + if (ret) + ret = of_property_read_u8_array(dev->of_node, "mac-address", + addr, 6); + if (ret) + return -ENODEV; + + return ETH_ALEN; +} + +static int xgene_get_phy_mode(struct device *dev) +{ + int i, ret; + char *modestr; + + ret = of_property_read_string(dev->of_node, "phy-connection-type", + (const char **)&modestr); + if (ret) + ret = of_property_read_string(dev->of_node, "phy-mode", + (const char **)&modestr); + if (ret) + return -ENODEV; + + for (i = 0; i < PHY_INTERFACE_MODE_MAX; i++) { + if (!strcasecmp(modestr, phy_modes(i))) + return i; + } + return -ENODEV; +} + +static int xgene_enet_get_resources(struct xgene_enet_pdata *pdata) +{ + struct platform_device *pdev; + struct net_device *ndev; + struct device *dev; + struct resource *res; + void __iomem *base_addr; + const char *mac; + int ret; + + pdev = pdata->pdev; + dev = &pdev->dev; + ndev = pdata->ndev; + + res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "enet_csr"); + if (!res) { + dev_err(dev, "Resource enet_csr not defined\n"); + return -ENODEV; + } + pdata->base_addr = devm_ioremap(dev, res->start, resource_size(res)); + if (!pdata->base_addr) { + dev_err(dev, "Unable to retrieve ENET Port CSR region\n"); + return -ENOMEM; + } + + res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "ring_csr"); + if (!res) { + dev_err(dev, "Resource ring_csr not defined\n"); + return -ENODEV; + } + pdata->ring_csr_addr = devm_ioremap(dev, res->start, + resource_size(res)); + if (!pdata->ring_csr_addr) { + dev_err(dev, "Unable to retrieve ENET Ring CSR region\n"); + return -ENOMEM; + } + + res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "ring_cmd"); + if (!res) { + dev_err(dev, "Resource ring_cmd not defined\n"); + return -ENODEV; + } + pdata->ring_cmd_addr = devm_ioremap(dev, res->start, + resource_size(res)); + if (!pdata->ring_cmd_addr) { + dev_err(dev, "Unable to retrieve ENET Ring command region\n"); + return -ENOMEM; + } + + ret = platform_get_irq(pdev, 0); + if (ret <= 0) { + dev_err(dev, "Unable to get ENET Rx IRQ\n"); + ret = ret ? : -ENXIO; + return ret; + } + pdata->rx_irq = ret; + + ret = xgene_get_port_id(dev, pdata); + if (ret) + return ret; + + if (xgene_get_mac_address(dev, ndev->dev_addr) != ETH_ALEN) + eth_hw_addr_random(ndev); + memcpy(ndev->perm_addr, ndev->dev_addr, ndev->addr_len); + + pdata->phy_mode = of_get_phy_mode(pdev->dev.of_node); + if (pdata->phy_mode < 0) { + dev_err(dev, "Unable to get phy-connection-type\n"); + return pdata->phy_mode; + } + if (pdata->phy_mode != PHY_INTERFACE_MODE_RGMII && + pdata->phy_mode != PHY_INTERFACE_MODE_SGMII && + pdata->phy_mode != PHY_INTERFACE_MODE_XGMII) { + dev_err(dev, "Incorrect phy-connection-type specified\n"); + return -ENODEV; + } + + pdata->clk = devm_clk_get(&pdev->dev, NULL); + ret = IS_ERR(pdata->clk); + if (IS_ERR(pdata->clk)) { + dev_err(&pdev->dev, "can't get clock\n"); + ret = PTR_ERR(pdata->clk); + return ret; + } + + base_addr = pdata->base_addr - (pdata->port_id * MAC_OFFSET); + pdata->eth_csr_addr = base_addr + BLOCK_ETH_CSR_OFFSET; + pdata->eth_ring_if_addr = base_addr + BLOCK_ETH_RING_IF_OFFSET; + pdata->eth_diag_csr_addr = base_addr + BLOCK_ETH_DIAG_CSR_OFFSET; + if (pdata->phy_mode == PHY_INTERFACE_MODE_RGMII || + pdata->phy_mode == PHY_INTERFACE_MODE_SGMII) { + pdata->mcx_mac_addr = pdata->base_addr + BLOCK_ETH_MAC_OFFSET; + pdata->mcx_mac_csr_addr = base_addr + BLOCK_ETH_MAC_CSR_OFFSET; + } else { + pdata->mcx_mac_addr = base_addr + BLOCK_AXG_MAC_OFFSET; + pdata->mcx_mac_csr_addr = base_addr + BLOCK_AXG_MAC_CSR_OFFSET; + } + pdata->rx_buff_cnt = NUM_PKT_BUF; + + return 0; +} + +static int xgene_enet_init_hw(struct xgene_enet_pdata *pdata) +{ + struct net_device *ndev = pdata->ndev; + struct xgene_enet_desc_ring *buf_pool; + u16 dst_ring_num; + int ret; + + ret = pdata->port_ops->reset(pdata); + if (ret) + return ret; + + ret = xgene_enet_create_desc_rings(ndev); + if (ret) { + netdev_err(ndev, "Error in ring configuration\n"); + return ret; + } + + /* setup buffer pool */ + buf_pool = pdata->rx_ring->buf_pool; + xgene_enet_init_bufpool(buf_pool); + ret = xgene_enet_refill_bufpool(buf_pool, pdata->rx_buff_cnt); + if (ret) { + xgene_enet_delete_desc_rings(pdata); + return ret; + } + + dst_ring_num = xgene_enet_dst_ring_num(pdata->rx_ring); + pdata->port_ops->cle_bypass(pdata, dst_ring_num, buf_pool->id); + pdata->mac_ops->init(pdata); + + return ret; +} + +static void xgene_enet_setup_ops(struct xgene_enet_pdata *pdata) +{ + switch (pdata->phy_mode) { + case PHY_INTERFACE_MODE_RGMII: + pdata->mac_ops = &xgene_gmac_ops; + pdata->port_ops = &xgene_gport_ops; + pdata->rm = RM3; + break; + case PHY_INTERFACE_MODE_SGMII: + pdata->mac_ops = &xgene_sgmac_ops; + pdata->port_ops = &xgene_sgport_ops; + pdata->rm = RM1; + break; + default: + pdata->mac_ops = &xgene_xgmac_ops; + pdata->port_ops = &xgene_xgport_ops; + pdata->rm = RM0; + break; + } + + switch (pdata->port_id) { + case 0: + pdata->cpu_bufnum = START_CPU_BUFNUM_0; + pdata->eth_bufnum = START_ETH_BUFNUM_0; + pdata->bp_bufnum = START_BP_BUFNUM_0; + pdata->ring_num = START_RING_NUM_0; + break; + case 1: + pdata->cpu_bufnum = START_CPU_BUFNUM_1; + pdata->eth_bufnum = START_ETH_BUFNUM_1; + pdata->bp_bufnum = START_BP_BUFNUM_1; + pdata->ring_num = START_RING_NUM_1; + break; + default: + break; + } + +} + +static int xgene_enet_probe(struct platform_device *pdev) +{ + struct net_device *ndev; + struct xgene_enet_pdata *pdata; + struct device *dev = &pdev->dev; + struct napi_struct *napi; + struct xgene_mac_ops *mac_ops; + int ret; + + ndev = alloc_etherdev(sizeof(struct xgene_enet_pdata)); + if (!ndev) + return -ENOMEM; + + pdata = netdev_priv(ndev); + + pdata->pdev = pdev; + pdata->ndev = ndev; + SET_NETDEV_DEV(ndev, dev); + platform_set_drvdata(pdev, pdata); + ndev->netdev_ops = &xgene_ndev_ops; + xgene_enet_set_ethtool_ops(ndev); + ndev->features |= NETIF_F_IP_CSUM | + NETIF_F_GSO | + NETIF_F_GRO; + + ret = xgene_enet_get_resources(pdata); + if (ret) + goto err; + + xgene_enet_setup_ops(pdata); + + ret = register_netdev(ndev); + if (ret) { + netdev_err(ndev, "Failed to register netdev\n"); + goto err; + } + + ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64)); + if (ret) { + netdev_err(ndev, "No usable DMA configuration\n"); + goto err; + } + + ret = xgene_enet_init_hw(pdata); + if (ret) + goto err; + + napi = &pdata->rx_ring->napi; + netif_napi_add(ndev, napi, xgene_enet_napi, NAPI_POLL_WEIGHT); + mac_ops = pdata->mac_ops; + if (pdata->phy_mode == PHY_INTERFACE_MODE_RGMII) + ret = xgene_enet_mdio_config(pdata); + else + INIT_DELAYED_WORK(&pdata->link_work, mac_ops->link_state); + + return ret; +err: + unregister_netdev(ndev); + free_netdev(ndev); + return ret; +} + +static int xgene_enet_remove(struct platform_device *pdev) +{ + struct xgene_enet_pdata *pdata; + struct xgene_mac_ops *mac_ops; + struct net_device *ndev; + + pdata = platform_get_drvdata(pdev); + mac_ops = pdata->mac_ops; + ndev = pdata->ndev; + + mac_ops->rx_disable(pdata); + mac_ops->tx_disable(pdata); + + netif_napi_del(&pdata->rx_ring->napi); + xgene_enet_mdio_remove(pdata); + xgene_enet_delete_desc_rings(pdata); + unregister_netdev(ndev); + pdata->port_ops->shutdown(pdata); + free_netdev(ndev); + + return 0; +} + +static const struct of_device_id xgene_enet_match[] = { + {.compatible = "apm,xgene-enet",}, + {.compatible = "apm,xgene1-sgenet",}, + {.compatible = "apm,xgene1-xgenet",}, + {}, +}; + +MODULE_DEVICE_TABLE(of, xgene_enet_match); + +static struct platform_driver xgene_enet_driver = { + .driver = { + .name = "xgene-enet", + .of_match_table = xgene_enet_match, + }, + .probe = xgene_enet_probe, + .remove = xgene_enet_remove, +}; + +module_platform_driver(xgene_enet_driver); + +MODULE_DESCRIPTION("APM X-Gene SoC Ethernet driver"); +MODULE_VERSION(XGENE_DRV_VERSION); +MODULE_AUTHOR("Iyappan Subramanian "); +MODULE_AUTHOR("Keyur Chudgar "); +MODULE_LICENSE("GPL"); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/apm/xgene/xgene_enet_main.h +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/apm/xgene/xgene_enet_main.h @@ -0,0 +1,178 @@ +/* Applied Micro X-Gene SoC Ethernet Driver + * + * Copyright (c) 2014, Applied Micro Circuits Corporation + * Authors: Iyappan Subramanian + * Ravi Patel + * Keyur Chudgar + * + * 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; either version 2 of the License, or (at your + * option) any later version. + * + * 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, see . + */ + +#ifndef __XGENE_ENET_MAIN_H__ +#define __XGENE_ENET_MAIN_H__ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "xgene_enet_hw.h" + +#define XGENE_DRV_VERSION "v1.0" +#define XGENE_ENET_MAX_MTU 1536 +#define SKB_BUFFER_SIZE (XGENE_ENET_MAX_MTU - NET_IP_ALIGN) +#define NUM_PKT_BUF 64 +#define NUM_BUFPOOL 32 + +#define START_CPU_BUFNUM_0 0 +#define START_ETH_BUFNUM_0 2 +#define START_BP_BUFNUM_0 0x22 +#define START_RING_NUM_0 8 +#define START_CPU_BUFNUM_1 12 +#define START_ETH_BUFNUM_1 10 +#define START_BP_BUFNUM_1 0x2A +#define START_RING_NUM_1 264 + +#define PHY_POLL_LINK_ON (10 * HZ) +#define PHY_POLL_LINK_OFF (PHY_POLL_LINK_ON / 5) + +/* software context of a descriptor ring */ +struct xgene_enet_desc_ring { + struct net_device *ndev; + u16 id; + u16 num; + u16 head; + u16 tail; + u16 slots; + u16 irq; + u32 size; + u32 state[NUM_RING_CONFIG]; + void __iomem *cmd_base; + void __iomem *cmd; + dma_addr_t dma; + u16 dst_ring_num; + u8 nbufpool; + struct sk_buff *(*rx_skb); + struct sk_buff *(*cp_skb); + enum xgene_enet_ring_cfgsize cfgsize; + struct xgene_enet_desc_ring *cp_ring; + struct xgene_enet_desc_ring *buf_pool; + struct napi_struct napi; + union { + void *desc_addr; + struct xgene_enet_raw_desc *raw_desc; + struct xgene_enet_raw_desc16 *raw_desc16; + }; +}; + +struct xgene_mac_ops { + void (*init)(struct xgene_enet_pdata *pdata); + void (*reset)(struct xgene_enet_pdata *pdata); + void (*tx_enable)(struct xgene_enet_pdata *pdata); + void (*rx_enable)(struct xgene_enet_pdata *pdata); + void (*tx_disable)(struct xgene_enet_pdata *pdata); + void (*rx_disable)(struct xgene_enet_pdata *pdata); + void (*set_mac_addr)(struct xgene_enet_pdata *pdata); + void (*link_state)(struct work_struct *work); +}; + +struct xgene_port_ops { + int (*reset)(struct xgene_enet_pdata *pdata); + void (*cle_bypass)(struct xgene_enet_pdata *pdata, + u32 dst_ring_num, u16 bufpool_id); + void (*shutdown)(struct xgene_enet_pdata *pdata); +}; + +/* ethernet private data */ +struct xgene_enet_pdata { + struct net_device *ndev; + struct mii_bus *mdio_bus; + struct phy_device *phy_dev; + int phy_speed; + struct clk *clk; + struct platform_device *pdev; + struct xgene_enet_desc_ring *tx_ring; + struct xgene_enet_desc_ring *rx_ring; + char *dev_name; + u32 rx_buff_cnt; + u32 tx_qcnt_hi; + u32 cp_qcnt_hi; + u32 cp_qcnt_low; + u32 rx_irq; + void __iomem *eth_csr_addr; + void __iomem *eth_ring_if_addr; + void __iomem *eth_diag_csr_addr; + void __iomem *mcx_mac_addr; + void __iomem *mcx_mac_csr_addr; + void __iomem *base_addr; + void __iomem *ring_csr_addr; + void __iomem *ring_cmd_addr; + int phy_mode; + enum xgene_enet_rm rm; + struct rtnl_link_stats64 stats; + struct xgene_mac_ops *mac_ops; + struct xgene_port_ops *port_ops; + struct delayed_work link_work; + u32 port_id; + u8 cpu_bufnum; + u8 eth_bufnum; + u8 bp_bufnum; + u16 ring_num; +}; + +struct xgene_indirect_ctl { + void __iomem *addr; + void __iomem *ctl; + void __iomem *cmd; + void __iomem *cmd_done; +}; + +/* Set the specified value into a bit-field defined by its starting position + * and length within a single u64. + */ +static inline u64 xgene_enet_set_field_value(int pos, int len, u64 val) +{ + return (val & ((1ULL << len) - 1)) << pos; +} + +#define SET_VAL(field, val) \ + xgene_enet_set_field_value(field ## _POS, field ## _LEN, val) + +#define SET_BIT(field) \ + xgene_enet_set_field_value(field ## _POS, 1, 1) + +/* Get the value from a bit-field defined by its starting position + * and length within the specified u64. + */ +static inline u64 xgene_enet_get_field_value(int pos, int len, u64 src) +{ + return (src >> pos) & ((1ULL << len) - 1); +} + +#define GET_VAL(field, src) \ + xgene_enet_get_field_value(field ## _POS, field ## _LEN, src) + +static inline struct device *ndev_to_dev(struct net_device *ndev) +{ + return ndev->dev.parent; +} + +void xgene_enet_set_ethtool_ops(struct net_device *netdev); + +#endif /* __XGENE_ENET_MAIN_H__ */ --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c @@ -0,0 +1,394 @@ +/* Applied Micro X-Gene SoC Ethernet Driver + * + * Copyright (c) 2014, Applied Micro Circuits Corporation + * Authors: Iyappan Subramanian + * Keyur Chudgar + * + * 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; either version 2 of the License, or (at your + * option) any later version. + * + * 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, see . + */ + +#include "xgene_enet_main.h" +#include "xgene_enet_hw.h" +#include "xgene_enet_sgmac.h" + +static void xgene_enet_wr_csr(struct xgene_enet_pdata *p, u32 offset, u32 val) +{ + iowrite32(val, p->eth_csr_addr + offset); +} + +static void xgene_enet_wr_ring_if(struct xgene_enet_pdata *p, + u32 offset, u32 val) +{ + iowrite32(val, p->eth_ring_if_addr + offset); +} + +static void xgene_enet_wr_diag_csr(struct xgene_enet_pdata *p, + u32 offset, u32 val) +{ + iowrite32(val, p->eth_diag_csr_addr + offset); +} + +static bool xgene_enet_wr_indirect(struct xgene_indirect_ctl *ctl, + u32 wr_addr, u32 wr_data) +{ + int i; + + iowrite32(wr_addr, ctl->addr); + iowrite32(wr_data, ctl->ctl); + iowrite32(XGENE_ENET_WR_CMD, ctl->cmd); + + /* wait for write command to complete */ + for (i = 0; i < 10; i++) { + if (ioread32(ctl->cmd_done)) { + iowrite32(0, ctl->cmd); + return true; + } + udelay(1); + } + + return false; +} + +static void xgene_enet_wr_mac(struct xgene_enet_pdata *p, + u32 wr_addr, u32 wr_data) +{ + struct xgene_indirect_ctl ctl = { + .addr = p->mcx_mac_addr + MAC_ADDR_REG_OFFSET, + .ctl = p->mcx_mac_addr + MAC_WRITE_REG_OFFSET, + .cmd = p->mcx_mac_addr + MAC_COMMAND_REG_OFFSET, + .cmd_done = p->mcx_mac_addr + MAC_COMMAND_DONE_REG_OFFSET + }; + + if (!xgene_enet_wr_indirect(&ctl, wr_addr, wr_data)) + netdev_err(p->ndev, "mac write failed, addr: %04x\n", wr_addr); +} + +static u32 xgene_enet_rd_csr(struct xgene_enet_pdata *p, u32 offset) +{ + return ioread32(p->eth_csr_addr + offset); +} + +static u32 xgene_enet_rd_diag_csr(struct xgene_enet_pdata *p, u32 offset) +{ + return ioread32(p->eth_diag_csr_addr + offset); +} + +static u32 xgene_enet_rd_indirect(struct xgene_indirect_ctl *ctl, u32 rd_addr) +{ + u32 rd_data; + int i; + + iowrite32(rd_addr, ctl->addr); + iowrite32(XGENE_ENET_RD_CMD, ctl->cmd); + + /* wait for read command to complete */ + for (i = 0; i < 10; i++) { + if (ioread32(ctl->cmd_done)) { + rd_data = ioread32(ctl->ctl); + iowrite32(0, ctl->cmd); + + return rd_data; + } + udelay(1); + } + + pr_err("%s: mac read failed, addr: %04x\n", __func__, rd_addr); + + return 0; +} + +static u32 xgene_enet_rd_mac(struct xgene_enet_pdata *p, u32 rd_addr) +{ + struct xgene_indirect_ctl ctl = { + .addr = p->mcx_mac_addr + MAC_ADDR_REG_OFFSET, + .ctl = p->mcx_mac_addr + MAC_READ_REG_OFFSET, + .cmd = p->mcx_mac_addr + MAC_COMMAND_REG_OFFSET, + .cmd_done = p->mcx_mac_addr + MAC_COMMAND_DONE_REG_OFFSET + }; + + return xgene_enet_rd_indirect(&ctl, rd_addr); +} + +static int xgene_enet_ecc_init(struct xgene_enet_pdata *p) +{ + struct net_device *ndev = p->ndev; + u32 data; + int i = 0; + + xgene_enet_wr_diag_csr(p, ENET_CFG_MEM_RAM_SHUTDOWN_ADDR, 0); + do { + usleep_range(100, 110); + data = xgene_enet_rd_diag_csr(p, ENET_BLOCK_MEM_RDY_ADDR); + if (data == ~0U) + return 0; + } while (++i < 10); + + netdev_err(ndev, "Failed to release memory from shutdown\n"); + return -ENODEV; +} + +static void xgene_enet_config_ring_if_assoc(struct xgene_enet_pdata *p) +{ + u32 val = 0xffffffff; + + xgene_enet_wr_ring_if(p, ENET_CFGSSQMIWQASSOC_ADDR, val); + xgene_enet_wr_ring_if(p, ENET_CFGSSQMIFPQASSOC_ADDR, val); +} + +static void xgene_mii_phy_write(struct xgene_enet_pdata *p, u8 phy_id, + u32 reg, u16 data) +{ + u32 addr, wr_data, done; + int i; + + addr = PHY_ADDR(phy_id) | REG_ADDR(reg); + xgene_enet_wr_mac(p, MII_MGMT_ADDRESS_ADDR, addr); + + wr_data = PHY_CONTROL(data); + xgene_enet_wr_mac(p, MII_MGMT_CONTROL_ADDR, wr_data); + + for (i = 0; i < 10; i++) { + done = xgene_enet_rd_mac(p, MII_MGMT_INDICATORS_ADDR); + if (!(done & BUSY_MASK)) + return; + usleep_range(10, 20); + } + + netdev_err(p->ndev, "MII_MGMT write failed\n"); +} + +static u32 xgene_mii_phy_read(struct xgene_enet_pdata *p, u8 phy_id, u32 reg) +{ + u32 addr, data, done; + int i; + + addr = PHY_ADDR(phy_id) | REG_ADDR(reg); + xgene_enet_wr_mac(p, MII_MGMT_ADDRESS_ADDR, addr); + xgene_enet_wr_mac(p, MII_MGMT_COMMAND_ADDR, READ_CYCLE_MASK); + + for (i = 0; i < 10; i++) { + done = xgene_enet_rd_mac(p, MII_MGMT_INDICATORS_ADDR); + if (!(done & BUSY_MASK)) { + data = xgene_enet_rd_mac(p, MII_MGMT_STATUS_ADDR); + xgene_enet_wr_mac(p, MII_MGMT_COMMAND_ADDR, 0); + + return data; + } + usleep_range(10, 20); + } + + netdev_err(p->ndev, "MII_MGMT read failed\n"); + + return 0; +} + +static void xgene_sgmac_reset(struct xgene_enet_pdata *p) +{ + xgene_enet_wr_mac(p, MAC_CONFIG_1_ADDR, SOFT_RESET1); + xgene_enet_wr_mac(p, MAC_CONFIG_1_ADDR, 0); +} + +static void xgene_sgmac_set_mac_addr(struct xgene_enet_pdata *p) +{ + u32 addr0, addr1; + u8 *dev_addr = p->ndev->dev_addr; + + addr0 = (dev_addr[3] << 24) | (dev_addr[2] << 16) | + (dev_addr[1] << 8) | dev_addr[0]; + xgene_enet_wr_mac(p, STATION_ADDR0_ADDR, addr0); + + addr1 = xgene_enet_rd_mac(p, STATION_ADDR1_ADDR); + addr1 |= (dev_addr[5] << 24) | (dev_addr[4] << 16); + xgene_enet_wr_mac(p, STATION_ADDR1_ADDR, addr1); +} + +static u32 xgene_enet_link_status(struct xgene_enet_pdata *p) +{ + u32 data; + + data = xgene_mii_phy_read(p, INT_PHY_ADDR, + SGMII_BASE_PAGE_ABILITY_ADDR >> 2); + + return data & LINK_UP; +} + +static void xgene_sgmac_init(struct xgene_enet_pdata *p) +{ + u32 data, loop = 10; + u32 offset = p->port_id * 4; + + xgene_sgmac_reset(p); + + /* Enable auto-negotiation */ + xgene_mii_phy_write(p, INT_PHY_ADDR, SGMII_CONTROL_ADDR >> 2, 0x1000); + xgene_mii_phy_write(p, INT_PHY_ADDR, SGMII_TBI_CONTROL_ADDR >> 2, 0); + + while (loop--) { + data = xgene_mii_phy_read(p, INT_PHY_ADDR, + SGMII_STATUS_ADDR >> 2); + if ((data & AUTO_NEG_COMPLETE) && (data & LINK_STATUS)) + break; + usleep_range(10, 20); + } + if (!(data & AUTO_NEG_COMPLETE) || !(data & LINK_STATUS)) + netdev_err(p->ndev, "Auto-negotiation failed\n"); + + data = xgene_enet_rd_mac(p, MAC_CONFIG_2_ADDR); + ENET_INTERFACE_MODE2_SET(&data, 2); + xgene_enet_wr_mac(p, MAC_CONFIG_2_ADDR, data | FULL_DUPLEX2); + xgene_enet_wr_mac(p, INTERFACE_CONTROL_ADDR, ENET_GHD_MODE); + + data = xgene_enet_rd_csr(p, ENET_SPARE_CFG_REG_ADDR); + data |= MPA_IDLE_WITH_QMI_EMPTY; + xgene_enet_wr_csr(p, ENET_SPARE_CFG_REG_ADDR, data); + + xgene_sgmac_set_mac_addr(p); + + data = xgene_enet_rd_csr(p, DEBUG_REG_ADDR); + data |= CFG_BYPASS_UNISEC_TX | CFG_BYPASS_UNISEC_RX; + xgene_enet_wr_csr(p, DEBUG_REG_ADDR, data); + + /* Adjust MDC clock frequency */ + data = xgene_enet_rd_mac(p, MII_MGMT_CONFIG_ADDR); + MGMT_CLOCK_SEL_SET(&data, 7); + xgene_enet_wr_mac(p, MII_MGMT_CONFIG_ADDR, data); + + /* Enable drop if bufpool not available */ + data = xgene_enet_rd_csr(p, RSIF_CONFIG_REG_ADDR); + data |= CFG_RSIF_FPBUFF_TIMEOUT_EN; + xgene_enet_wr_csr(p, RSIF_CONFIG_REG_ADDR, data); + + /* Rtype should be copied from FP */ + xgene_enet_wr_csr(p, RSIF_RAM_DBG_REG0_ADDR, 0); + + /* Bypass traffic gating */ + xgene_enet_wr_csr(p, CFG_LINK_AGGR_RESUME_0_ADDR + offset, TX_PORT0); + xgene_enet_wr_csr(p, CFG_BYPASS_ADDR, RESUME_TX); + xgene_enet_wr_csr(p, SG_RX_DV_GATE_REG_0_ADDR + offset, RESUME_RX0); +} + +static void xgene_sgmac_rxtx(struct xgene_enet_pdata *p, u32 bits, bool set) +{ + u32 data; + + data = xgene_enet_rd_mac(p, MAC_CONFIG_1_ADDR); + + if (set) + data |= bits; + else + data &= ~bits; + + xgene_enet_wr_mac(p, MAC_CONFIG_1_ADDR, data); +} + +static void xgene_sgmac_rx_enable(struct xgene_enet_pdata *p) +{ + xgene_sgmac_rxtx(p, RX_EN, true); +} + +static void xgene_sgmac_tx_enable(struct xgene_enet_pdata *p) +{ + xgene_sgmac_rxtx(p, TX_EN, true); +} + +static void xgene_sgmac_rx_disable(struct xgene_enet_pdata *p) +{ + xgene_sgmac_rxtx(p, RX_EN, false); +} + +static void xgene_sgmac_tx_disable(struct xgene_enet_pdata *p) +{ + xgene_sgmac_rxtx(p, TX_EN, false); +} + +static int xgene_enet_reset(struct xgene_enet_pdata *p) +{ + if (!xgene_ring_mgr_init(p)) + return -ENODEV; + + clk_prepare_enable(p->clk); + clk_disable_unprepare(p->clk); + clk_prepare_enable(p->clk); + + xgene_enet_ecc_init(p); + xgene_enet_config_ring_if_assoc(p); + + return 0; +} + +static void xgene_enet_cle_bypass(struct xgene_enet_pdata *p, + u32 dst_ring_num, u16 bufpool_id) +{ + u32 data, fpsel; + u32 offset = p->port_id * MAC_OFFSET; + + data = CFG_CLE_BYPASS_EN0; + xgene_enet_wr_csr(p, CLE_BYPASS_REG0_0_ADDR + offset, data); + + fpsel = xgene_enet_ring_bufnum(bufpool_id) - 0x20; + data = CFG_CLE_DSTQID0(dst_ring_num) | CFG_CLE_FPSEL0(fpsel); + xgene_enet_wr_csr(p, CLE_BYPASS_REG1_0_ADDR + offset, data); +} + +static void xgene_enet_shutdown(struct xgene_enet_pdata *p) +{ + clk_disable_unprepare(p->clk); +} + +static void xgene_enet_link_state(struct work_struct *work) +{ + struct xgene_enet_pdata *p = container_of(to_delayed_work(work), + struct xgene_enet_pdata, link_work); + struct net_device *ndev = p->ndev; + u32 link, poll_interval; + + link = xgene_enet_link_status(p); + if (link) { + if (!netif_carrier_ok(ndev)) { + netif_carrier_on(ndev); + xgene_sgmac_init(p); + xgene_sgmac_rx_enable(p); + xgene_sgmac_tx_enable(p); + netdev_info(ndev, "Link is Up - 1Gbps\n"); + } + poll_interval = PHY_POLL_LINK_ON; + } else { + if (netif_carrier_ok(ndev)) { + xgene_sgmac_rx_disable(p); + xgene_sgmac_tx_disable(p); + netif_carrier_off(ndev); + netdev_info(ndev, "Link is Down\n"); + } + poll_interval = PHY_POLL_LINK_OFF; + } + + schedule_delayed_work(&p->link_work, poll_interval); +} + +struct xgene_mac_ops xgene_sgmac_ops = { + .init = xgene_sgmac_init, + .reset = xgene_sgmac_reset, + .rx_enable = xgene_sgmac_rx_enable, + .tx_enable = xgene_sgmac_tx_enable, + .rx_disable = xgene_sgmac_rx_disable, + .tx_disable = xgene_sgmac_tx_disable, + .set_mac_addr = xgene_sgmac_set_mac_addr, + .link_state = xgene_enet_link_state +}; + +struct xgene_port_ops xgene_sgport_ops = { + .reset = xgene_enet_reset, + .cle_bypass = xgene_enet_cle_bypass, + .shutdown = xgene_enet_shutdown +}; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.h +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.h @@ -0,0 +1,41 @@ +/* Applied Micro X-Gene SoC Ethernet Driver + * + * Copyright (c) 2014, Applied Micro Circuits Corporation + * Authors: Iyappan Subramanian + * Keyur Chudgar + * + * 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; either version 2 of the License, or (at your + * option) any later version. + * + * 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, see . + */ + +#ifndef __XGENE_ENET_SGMAC_H__ +#define __XGENE_ENET_SGMAC_H__ + +#define PHY_ADDR(src) (((src)<<8) & GENMASK(12, 8)) +#define REG_ADDR(src) ((src) & GENMASK(4, 0)) +#define PHY_CONTROL(src) ((src) & GENMASK(15, 0)) +#define INT_PHY_ADDR 0x1e +#define SGMII_TBI_CONTROL_ADDR 0x44 +#define SGMII_CONTROL_ADDR 0x00 +#define SGMII_STATUS_ADDR 0x04 +#define SGMII_BASE_PAGE_ABILITY_ADDR 0x14 +#define AUTO_NEG_COMPLETE BIT(5) +#define LINK_STATUS BIT(2) +#define LINK_UP BIT(15) +#define MPA_IDLE_WITH_QMI_EMPTY BIT(12) +#define SG_RX_DV_GATE_REG_0_ADDR 0x0dfc + +extern struct xgene_mac_ops xgene_sgmac_ops; +extern struct xgene_port_ops xgene_sgport_ops; + +#endif /* __XGENE_ENET_SGMAC_H__ */ --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.c @@ -0,0 +1,337 @@ +/* Applied Micro X-Gene SoC Ethernet Driver + * + * Copyright (c) 2014, Applied Micro Circuits Corporation + * Authors: Iyappan Subramanian + * Keyur Chudgar + * + * 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; either version 2 of the License, or (at your + * option) any later version. + * + * 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, see . + */ + +#include "xgene_enet_main.h" +#include "xgene_enet_hw.h" +#include "xgene_enet_xgmac.h" + +static void xgene_enet_wr_csr(struct xgene_enet_pdata *pdata, + u32 offset, u32 val) +{ + void __iomem *addr = pdata->eth_csr_addr + offset; + + iowrite32(val, addr); +} + +static void xgene_enet_wr_ring_if(struct xgene_enet_pdata *pdata, + u32 offset, u32 val) +{ + void __iomem *addr = pdata->eth_ring_if_addr + offset; + + iowrite32(val, addr); +} + +static void xgene_enet_wr_diag_csr(struct xgene_enet_pdata *pdata, + u32 offset, u32 val) +{ + void __iomem *addr = pdata->eth_diag_csr_addr + offset; + + iowrite32(val, addr); +} + +static bool xgene_enet_wr_indirect(void __iomem *addr, void __iomem *wr, + void __iomem *cmd, void __iomem *cmd_done, + u32 wr_addr, u32 wr_data) +{ + u32 done; + u8 wait = 10; + + iowrite32(wr_addr, addr); + iowrite32(wr_data, wr); + iowrite32(XGENE_ENET_WR_CMD, cmd); + + /* wait for write command to complete */ + while (!(done = ioread32(cmd_done)) && wait--) + udelay(1); + + if (!done) + return false; + + iowrite32(0, cmd); + + return true; +} + +static void xgene_enet_wr_mac(struct xgene_enet_pdata *pdata, + u32 wr_addr, u32 wr_data) +{ + void __iomem *addr, *wr, *cmd, *cmd_done; + + addr = pdata->mcx_mac_addr + MAC_ADDR_REG_OFFSET; + wr = pdata->mcx_mac_addr + MAC_WRITE_REG_OFFSET; + cmd = pdata->mcx_mac_addr + MAC_COMMAND_REG_OFFSET; + cmd_done = pdata->mcx_mac_addr + MAC_COMMAND_DONE_REG_OFFSET; + + if (!xgene_enet_wr_indirect(addr, wr, cmd, cmd_done, wr_addr, wr_data)) + netdev_err(pdata->ndev, "MCX mac write failed, addr: %04x\n", + wr_addr); +} + +static void xgene_enet_rd_csr(struct xgene_enet_pdata *pdata, + u32 offset, u32 *val) +{ + void __iomem *addr = pdata->eth_csr_addr + offset; + + *val = ioread32(addr); +} + +static void xgene_enet_rd_diag_csr(struct xgene_enet_pdata *pdata, + u32 offset, u32 *val) +{ + void __iomem *addr = pdata->eth_diag_csr_addr + offset; + + *val = ioread32(addr); +} + +static bool xgene_enet_rd_indirect(void __iomem *addr, void __iomem *rd, + void __iomem *cmd, void __iomem *cmd_done, + u32 rd_addr, u32 *rd_data) +{ + u32 done; + u8 wait = 10; + + iowrite32(rd_addr, addr); + iowrite32(XGENE_ENET_RD_CMD, cmd); + + /* wait for read command to complete */ + while (!(done = ioread32(cmd_done)) && wait--) + udelay(1); + + if (!done) + return false; + + *rd_data = ioread32(rd); + iowrite32(0, cmd); + + return true; +} + +static void xgene_enet_rd_mac(struct xgene_enet_pdata *pdata, + u32 rd_addr, u32 *rd_data) +{ + void __iomem *addr, *rd, *cmd, *cmd_done; + + addr = pdata->mcx_mac_addr + MAC_ADDR_REG_OFFSET; + rd = pdata->mcx_mac_addr + MAC_READ_REG_OFFSET; + cmd = pdata->mcx_mac_addr + MAC_COMMAND_REG_OFFSET; + cmd_done = pdata->mcx_mac_addr + MAC_COMMAND_DONE_REG_OFFSET; + + if (!xgene_enet_rd_indirect(addr, rd, cmd, cmd_done, rd_addr, rd_data)) + netdev_err(pdata->ndev, "MCX mac read failed, addr: %04x\n", + rd_addr); +} + +static int xgene_enet_ecc_init(struct xgene_enet_pdata *pdata) +{ + struct net_device *ndev = pdata->ndev; + u32 data; + u8 wait = 10; + + xgene_enet_wr_diag_csr(pdata, ENET_CFG_MEM_RAM_SHUTDOWN_ADDR, 0x0); + do { + usleep_range(100, 110); + xgene_enet_rd_diag_csr(pdata, ENET_BLOCK_MEM_RDY_ADDR, &data); + } while ((data != 0xffffffff) && wait--); + + if (data != 0xffffffff) { + netdev_err(ndev, "Failed to release memory from shutdown\n"); + return -ENODEV; + } + + return 0; +} + +static void xgene_enet_config_ring_if_assoc(struct xgene_enet_pdata *pdata) +{ + xgene_enet_wr_ring_if(pdata, ENET_CFGSSQMIWQASSOC_ADDR, 0); + xgene_enet_wr_ring_if(pdata, ENET_CFGSSQMIFPQASSOC_ADDR, 0); + xgene_enet_wr_ring_if(pdata, ENET_CFGSSQMIQMLITEWQASSOC_ADDR, 0); + xgene_enet_wr_ring_if(pdata, ENET_CFGSSQMIQMLITEFPQASSOC_ADDR, 0); +} + +static void xgene_xgmac_reset(struct xgene_enet_pdata *pdata) +{ + xgene_enet_wr_mac(pdata, AXGMAC_CONFIG_0, HSTMACRST); + xgene_enet_wr_mac(pdata, AXGMAC_CONFIG_0, 0); +} + +static void xgene_xgmac_set_mac_addr(struct xgene_enet_pdata *pdata) +{ + u32 addr0, addr1; + u8 *dev_addr = pdata->ndev->dev_addr; + + addr0 = (dev_addr[3] << 24) | (dev_addr[2] << 16) | + (dev_addr[1] << 8) | dev_addr[0]; + addr1 = (dev_addr[5] << 24) | (dev_addr[4] << 16); + + xgene_enet_wr_mac(pdata, HSTMACADR_LSW_ADDR, addr0); + xgene_enet_wr_mac(pdata, HSTMACADR_MSW_ADDR, addr1); +} + +static u32 xgene_enet_link_status(struct xgene_enet_pdata *pdata) +{ + u32 data; + + xgene_enet_rd_csr(pdata, XG_LINK_STATUS_ADDR, &data); + + return data; +} + +static void xgene_xgmac_init(struct xgene_enet_pdata *pdata) +{ + u32 data; + + xgene_xgmac_reset(pdata); + + xgene_enet_rd_mac(pdata, AXGMAC_CONFIG_1, &data); + data |= HSTPPEN; + data &= ~HSTLENCHK; + xgene_enet_wr_mac(pdata, AXGMAC_CONFIG_1, data); + + xgene_enet_wr_mac(pdata, HSTMAXFRAME_LENGTH_ADDR, 0x06000600); + xgene_xgmac_set_mac_addr(pdata); + + xgene_enet_rd_csr(pdata, XG_RSIF_CONFIG_REG_ADDR, &data); + data |= CFG_RSIF_FPBUFF_TIMEOUT_EN; + xgene_enet_wr_csr(pdata, XG_RSIF_CONFIG_REG_ADDR, data); + + xgene_enet_wr_csr(pdata, XG_CFG_BYPASS_ADDR, RESUME_TX); + xgene_enet_wr_csr(pdata, XGENET_RX_DV_GATE_REG_0_ADDR, 0); + xgene_enet_rd_csr(pdata, XG_ENET_SPARE_CFG_REG_ADDR, &data); + data |= BIT(12); + xgene_enet_wr_csr(pdata, XG_ENET_SPARE_CFG_REG_ADDR, data); + xgene_enet_wr_csr(pdata, XG_ENET_SPARE_CFG_REG_1_ADDR, 0x82); +} + +static void xgene_xgmac_rx_enable(struct xgene_enet_pdata *pdata) +{ + u32 data; + + xgene_enet_rd_mac(pdata, AXGMAC_CONFIG_1, &data); + xgene_enet_wr_mac(pdata, AXGMAC_CONFIG_1, data | HSTRFEN); +} + +static void xgene_xgmac_tx_enable(struct xgene_enet_pdata *pdata) +{ + u32 data; + + xgene_enet_rd_mac(pdata, AXGMAC_CONFIG_1, &data); + xgene_enet_wr_mac(pdata, AXGMAC_CONFIG_1, data | HSTTFEN); +} + +static void xgene_xgmac_rx_disable(struct xgene_enet_pdata *pdata) +{ + u32 data; + + xgene_enet_rd_mac(pdata, AXGMAC_CONFIG_1, &data); + xgene_enet_wr_mac(pdata, AXGMAC_CONFIG_1, data & ~HSTRFEN); +} + +static void xgene_xgmac_tx_disable(struct xgene_enet_pdata *pdata) +{ + u32 data; + + xgene_enet_rd_mac(pdata, AXGMAC_CONFIG_1, &data); + xgene_enet_wr_mac(pdata, AXGMAC_CONFIG_1, data & ~HSTTFEN); +} + +static int xgene_enet_reset(struct xgene_enet_pdata *pdata) +{ + if (!xgene_ring_mgr_init(pdata)) + return -ENODEV; + + clk_prepare_enable(pdata->clk); + clk_disable_unprepare(pdata->clk); + clk_prepare_enable(pdata->clk); + + xgene_enet_ecc_init(pdata); + xgene_enet_config_ring_if_assoc(pdata); + + return 0; +} + +static void xgene_enet_xgcle_bypass(struct xgene_enet_pdata *pdata, + u32 dst_ring_num, u16 bufpool_id) +{ + u32 cb, fpsel; + + xgene_enet_rd_csr(pdata, XCLE_BYPASS_REG0_ADDR, &cb); + cb |= CFG_CLE_BYPASS_EN0; + CFG_CLE_IP_PROTOCOL0_SET(&cb, 3); + xgene_enet_wr_csr(pdata, XCLE_BYPASS_REG0_ADDR, cb); + + fpsel = xgene_enet_ring_bufnum(bufpool_id) - 0x20; + xgene_enet_rd_csr(pdata, XCLE_BYPASS_REG1_ADDR, &cb); + CFG_CLE_DSTQID0_SET(&cb, dst_ring_num); + CFG_CLE_FPSEL0_SET(&cb, fpsel); + xgene_enet_wr_csr(pdata, XCLE_BYPASS_REG1_ADDR, cb); +} + +static void xgene_enet_shutdown(struct xgene_enet_pdata *pdata) +{ + clk_disable_unprepare(pdata->clk); +} + +static void xgene_enet_link_state(struct work_struct *work) +{ + struct xgene_enet_pdata *pdata = container_of(to_delayed_work(work), + struct xgene_enet_pdata, link_work); + struct net_device *ndev = pdata->ndev; + u32 link_status, poll_interval; + + link_status = xgene_enet_link_status(pdata); + if (link_status) { + if (!netif_carrier_ok(ndev)) { + netif_carrier_on(ndev); + xgene_xgmac_init(pdata); + xgene_xgmac_rx_enable(pdata); + xgene_xgmac_tx_enable(pdata); + netdev_info(ndev, "Link is Up - 10Gbps\n"); + } + poll_interval = PHY_POLL_LINK_ON; + } else { + if (netif_carrier_ok(ndev)) { + xgene_xgmac_rx_disable(pdata); + xgene_xgmac_tx_disable(pdata); + netif_carrier_off(ndev); + netdev_info(ndev, "Link is Down\n"); + } + poll_interval = PHY_POLL_LINK_OFF; + } + + schedule_delayed_work(&pdata->link_work, poll_interval); +} + +struct xgene_mac_ops xgene_xgmac_ops = { + .init = xgene_xgmac_init, + .reset = xgene_xgmac_reset, + .rx_enable = xgene_xgmac_rx_enable, + .tx_enable = xgene_xgmac_tx_enable, + .rx_disable = xgene_xgmac_rx_disable, + .tx_disable = xgene_xgmac_tx_disable, + .set_mac_addr = xgene_xgmac_set_mac_addr, + .link_state = xgene_enet_link_state +}; + +struct xgene_port_ops xgene_xgport_ops = { + .reset = xgene_enet_reset, + .cle_bypass = xgene_enet_xgcle_bypass, + .shutdown = xgene_enet_shutdown, +}; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.h +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.h @@ -0,0 +1,53 @@ +/* Applied Micro X-Gene SoC Ethernet Driver + * + * Copyright (c) 2014, Applied Micro Circuits Corporation + * Authors: Iyappan Subramanian + * Keyur Chudgar + * + * 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; either version 2 of the License, or (at your + * option) any later version. + * + * 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, see . + */ + +#ifndef __XGENE_ENET_XGMAC_H__ +#define __XGENE_ENET_XGMAC_H__ + +#define BLOCK_AXG_MAC_OFFSET 0x0800 +#define BLOCK_AXG_MAC_CSR_OFFSET 0x2000 + +#define AXGMAC_CONFIG_0 0x0000 +#define AXGMAC_CONFIG_1 0x0004 +#define HSTMACRST BIT(31) +#define HSTTCTLEN BIT(31) +#define HSTTFEN BIT(30) +#define HSTRCTLEN BIT(29) +#define HSTRFEN BIT(28) +#define HSTPPEN BIT(7) +#define HSTDRPLT64 BIT(5) +#define HSTLENCHK BIT(3) +#define HSTMACADR_LSW_ADDR 0x0010 +#define HSTMACADR_MSW_ADDR 0x0014 +#define HSTMAXFRAME_LENGTH_ADDR 0x0020 + +#define XG_RSIF_CONFIG_REG_ADDR 0x00a0 +#define XCLE_BYPASS_REG0_ADDR 0x0160 +#define XCLE_BYPASS_REG1_ADDR 0x0164 +#define XG_CFG_BYPASS_ADDR 0x0204 +#define XG_LINK_STATUS_ADDR 0x0228 +#define XG_ENET_SPARE_CFG_REG_ADDR 0x040c +#define XG_ENET_SPARE_CFG_REG_1_ADDR 0x0410 +#define XGENET_RX_DV_GATE_REG_0_ADDR 0x0804 + +extern struct xgene_mac_ops xgene_xgmac_ops; +extern struct xgene_port_ops xgene_xgport_ops; + +#endif /* __XGENE_ENET_XGMAC_H__ */ --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/atheros/alx/main.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/atheros/alx/main.c @@ -184,15 +184,16 @@ schedule_work(&alx->reset_wk); } -static bool alx_clean_rx_irq(struct alx_priv *alx, int budget) +static int alx_clean_rx_irq(struct alx_priv *alx, int budget) { struct alx_rx_queue *rxq = &alx->rxq; struct alx_rrd *rrd; struct alx_buffer *rxb; struct sk_buff *skb; u16 length, rfd_cleaned = 0; + int work = 0; - while (budget > 0) { + while (work < budget) { rrd = &rxq->rrd[rxq->rrd_read_idx]; if (!(rrd->word3 & cpu_to_le32(1 << RRD_UPDATED_SHIFT))) break; @@ -203,7 +204,7 @@ ALX_GET_FIELD(le32_to_cpu(rrd->word0), RRD_NOR) != 1) { alx_schedule_reset(alx); - return 0; + return work; } rxb = &rxq->bufs[rxq->read_idx]; @@ -243,7 +244,7 @@ } napi_gro_receive(&alx->napi, skb); - budget--; + work++; next_pkt: if (++rxq->read_idx == alx->rx_ringsz) @@ -258,21 +259,22 @@ if (rfd_cleaned) alx_refill_rx_ring(alx, GFP_ATOMIC); - return budget > 0; + return work; } static int alx_poll(struct napi_struct *napi, int budget) { struct alx_priv *alx = container_of(napi, struct alx_priv, napi); struct alx_hw *hw = &alx->hw; - bool complete = true; unsigned long flags; + bool tx_complete; + int work; - complete = alx_clean_tx_irq(alx) && - alx_clean_rx_irq(alx, budget); + tx_complete = alx_clean_tx_irq(alx); + work = alx_clean_rx_irq(alx, budget); - if (!complete) - return 1; + if (!tx_complete || work == budget) + return budget; napi_complete(&alx->napi); @@ -284,7 +286,7 @@ alx_post_write(hw); - return 0; + return work; } static irqreturn_t alx_intr_handle(struct alx_priv *alx, u32 intr) --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/atheros/atl1c/atl1c_main.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/atheros/atl1c/atl1c_main.c @@ -1014,13 +1014,12 @@ sizeof(struct atl1c_recv_ret_status) * rx_desc_count + 8 * 4; - ring_header->desc = pci_alloc_consistent(pdev, ring_header->size, - &ring_header->dma); + ring_header->desc = dma_zalloc_coherent(&pdev->dev, ring_header->size, + &ring_header->dma, GFP_KERNEL); if (unlikely(!ring_header->desc)) { - dev_err(&pdev->dev, "pci_alloc_consistend failed\n"); + dev_err(&pdev->dev, "could not get memory for DMA buffer\n"); goto err_nomem; } - memset(ring_header->desc, 0, ring_header->size); /* init TPD ring */ tpd_ring[0].dma = roundup(ring_header->dma, 8); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/atheros/atlx/atl2.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/atheros/atlx/atl2.c @@ -1412,7 +1412,7 @@ err = -EIO; - netdev->hw_features = NETIF_F_SG | NETIF_F_HW_VLAN_CTAG_RX; + netdev->hw_features = NETIF_F_HW_VLAN_CTAG_RX; netdev->features |= (NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_RX); /* Init PHY as early as possible due to power saving issue */ --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/broadcom/bcmsysport.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/broadcom/bcmsysport.c @@ -757,7 +757,8 @@ return IRQ_HANDLED; } -static int bcm_sysport_insert_tsb(struct sk_buff *skb, struct net_device *dev) +static struct sk_buff *bcm_sysport_insert_tsb(struct sk_buff *skb, + struct net_device *dev) { struct sk_buff *nskb; struct bcm_tsb *tsb; @@ -773,7 +774,7 @@ if (!nskb) { dev->stats.tx_errors++; dev->stats.tx_dropped++; - return -ENOMEM; + return NULL; } skb = nskb; } @@ -792,7 +793,7 @@ ip_proto = ipv6_hdr(skb)->nexthdr; break; default: - return 0; + return skb; } /* Get the checksum offset and the L4 (transport) offset */ @@ -810,7 +811,7 @@ tsb->l4_ptr_dest_map = csum_info; } - return 0; + return skb; } static netdev_tx_t bcm_sysport_xmit(struct sk_buff *skb, @@ -844,8 +845,8 @@ /* Insert TSB and checksum infos */ if (priv->tsb_en) { - ret = bcm_sysport_insert_tsb(skb, dev); - if (ret) { + skb = bcm_sysport_insert_tsb(skb, dev); + if (!skb) { ret = NETDEV_TX_OK; goto out; } --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c @@ -3152,7 +3152,7 @@ } #endif if (!bnx2x_fp_lock_napi(fp)) - return work_done; + return budget; for_each_cos_in_tx_queue(fp, cos) if (bnx2x_tx_queue_has_work(fp->txdata_ptr[cos])) --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c @@ -6841,6 +6841,37 @@ bnx2x_release_phy_lock(bp); } +static void bnx2x_config_endianity(struct bnx2x *bp, u32 val) +{ + REG_WR(bp, PXP2_REG_RQ_QM_ENDIAN_M, val); + REG_WR(bp, PXP2_REG_RQ_TM_ENDIAN_M, val); + REG_WR(bp, PXP2_REG_RQ_SRC_ENDIAN_M, val); + REG_WR(bp, PXP2_REG_RQ_CDU_ENDIAN_M, val); + REG_WR(bp, PXP2_REG_RQ_DBG_ENDIAN_M, val); + + /* make sure this value is 0 */ + REG_WR(bp, PXP2_REG_RQ_HC_ENDIAN_M, 0); + + REG_WR(bp, PXP2_REG_RD_QM_SWAP_MODE, val); + REG_WR(bp, PXP2_REG_RD_TM_SWAP_MODE, val); + REG_WR(bp, PXP2_REG_RD_SRC_SWAP_MODE, val); + REG_WR(bp, PXP2_REG_RD_CDURD_SWAP_MODE, val); +} + +static void bnx2x_set_endianity(struct bnx2x *bp) +{ +#ifdef __BIG_ENDIAN + bnx2x_config_endianity(bp, 1); +#else + bnx2x_config_endianity(bp, 0); +#endif +} + +static void bnx2x_reset_endianity(struct bnx2x *bp) +{ + bnx2x_config_endianity(bp, 0); +} + /** * bnx2x_init_hw_common - initialize the HW at the COMMON phase. * @@ -6907,23 +6938,7 @@ bnx2x_init_block(bp, BLOCK_PXP2, PHASE_COMMON); bnx2x_init_pxp(bp); - -#ifdef __BIG_ENDIAN - REG_WR(bp, PXP2_REG_RQ_QM_ENDIAN_M, 1); - REG_WR(bp, PXP2_REG_RQ_TM_ENDIAN_M, 1); - REG_WR(bp, PXP2_REG_RQ_SRC_ENDIAN_M, 1); - REG_WR(bp, PXP2_REG_RQ_CDU_ENDIAN_M, 1); - REG_WR(bp, PXP2_REG_RQ_DBG_ENDIAN_M, 1); - /* make sure this value is 0 */ - REG_WR(bp, PXP2_REG_RQ_HC_ENDIAN_M, 0); - -/* REG_WR(bp, PXP2_REG_RD_PBF_SWAP_MODE, 1); */ - REG_WR(bp, PXP2_REG_RD_QM_SWAP_MODE, 1); - REG_WR(bp, PXP2_REG_RD_TM_SWAP_MODE, 1); - REG_WR(bp, PXP2_REG_RD_SRC_SWAP_MODE, 1); - REG_WR(bp, PXP2_REG_RD_CDURD_SWAP_MODE, 1); -#endif - + bnx2x_set_endianity(bp); bnx2x_ilt_init_page_size(bp, INITOP_SET); if (CHIP_REV_IS_FPGA(bp) && CHIP_IS_E1H(bp)) @@ -10044,6 +10059,8 @@ } #define BNX2X_PREV_UNDI_PROD_ADDR(p) (BAR_TSTRORM_INTMEM + 0x1508 + ((p) << 4)) +#define BNX2X_PREV_UNDI_PROD_ADDR_H(f) (BAR_TSTRORM_INTMEM + \ + 0x1848 + ((f) << 4)) #define BNX2X_PREV_UNDI_RCQ(val) ((val) & 0xffff) #define BNX2X_PREV_UNDI_BD(val) ((val) >> 16 & 0xffff) #define BNX2X_PREV_UNDI_PROD(rcq, bd) ((bd) << 16 | (rcq)) @@ -10051,8 +10068,6 @@ #define BCM_5710_UNDI_FW_MF_MAJOR (0x07) #define BCM_5710_UNDI_FW_MF_MINOR (0x08) #define BCM_5710_UNDI_FW_MF_VERS (0x05) -#define BNX2X_PREV_UNDI_MF_PORT(p) (BAR_TSTRORM_INTMEM + 0x150c + ((p) << 4)) -#define BNX2X_PREV_UNDI_MF_FUNC(f) (BAR_TSTRORM_INTMEM + 0x184c + ((f) << 4)) static bool bnx2x_prev_is_after_undi(struct bnx2x *bp) { @@ -10071,72 +10086,25 @@ return false; } -static bool bnx2x_prev_unload_undi_fw_supports_mf(struct bnx2x *bp) -{ - u8 major, minor, version; - u32 fw; - - /* Must check that FW is loaded */ - if (!(REG_RD(bp, MISC_REG_RESET_REG_1) & - MISC_REGISTERS_RESET_REG_1_RST_XSEM)) { - BNX2X_DEV_INFO("XSEM is reset - UNDI MF FW is not loaded\n"); - return false; - } - - /* Read Currently loaded FW version */ - fw = REG_RD(bp, XSEM_REG_PRAM); - major = fw & 0xff; - minor = (fw >> 0x8) & 0xff; - version = (fw >> 0x10) & 0xff; - BNX2X_DEV_INFO("Loaded FW: 0x%08x: Major 0x%02x Minor 0x%02x Version 0x%02x\n", - fw, major, minor, version); - - if (major > BCM_5710_UNDI_FW_MF_MAJOR) - return true; - - if ((major == BCM_5710_UNDI_FW_MF_MAJOR) && - (minor > BCM_5710_UNDI_FW_MF_MINOR)) - return true; - - if ((major == BCM_5710_UNDI_FW_MF_MAJOR) && - (minor == BCM_5710_UNDI_FW_MF_MINOR) && - (version >= BCM_5710_UNDI_FW_MF_VERS)) - return true; - - return false; -} - -static void bnx2x_prev_unload_undi_mf(struct bnx2x *bp) -{ - int i; - - /* Due to legacy (FW) code, the first function on each engine has a - * different offset macro from the rest of the functions. - * Setting this for all 8 functions is harmless regardless of whether - * this is actually a multi-function device. - */ - for (i = 0; i < 2; i++) - REG_WR(bp, BNX2X_PREV_UNDI_MF_PORT(i), 1); - - for (i = 2; i < 8; i++) - REG_WR(bp, BNX2X_PREV_UNDI_MF_FUNC(i - 2), 1); - - BNX2X_DEV_INFO("UNDI FW (MF) set to discard\n"); -} - -static void bnx2x_prev_unload_undi_inc(struct bnx2x *bp, u8 port, u8 inc) +static void bnx2x_prev_unload_undi_inc(struct bnx2x *bp, u8 inc) { u16 rcq, bd; - u32 tmp_reg = REG_RD(bp, BNX2X_PREV_UNDI_PROD_ADDR(port)); + u32 addr, tmp_reg; + + if (BP_FUNC(bp) < 2) + addr = BNX2X_PREV_UNDI_PROD_ADDR(BP_PORT(bp)); + else + addr = BNX2X_PREV_UNDI_PROD_ADDR_H(BP_FUNC(bp) - 2); + tmp_reg = REG_RD(bp, addr); rcq = BNX2X_PREV_UNDI_RCQ(tmp_reg) + inc; bd = BNX2X_PREV_UNDI_BD(tmp_reg) + inc; tmp_reg = BNX2X_PREV_UNDI_PROD(rcq, bd); - REG_WR(bp, BNX2X_PREV_UNDI_PROD_ADDR(port), tmp_reg); + REG_WR(bp, addr, tmp_reg); - BNX2X_DEV_INFO("UNDI producer [%d] rings bd -> 0x%04x, rcq -> 0x%04x\n", - port, bd, rcq); + BNX2X_DEV_INFO("UNDI producer [%d/%d][%08x] rings bd -> 0x%04x, rcq -> 0x%04x\n", + BP_PORT(bp), BP_FUNC(bp), addr, bd, rcq); } static int bnx2x_prev_mcp_done(struct bnx2x *bp) @@ -10375,7 +10343,6 @@ /* Reset should be performed after BRB is emptied */ if (reset_reg & MISC_REGISTERS_RESET_REG_1_RST_BRB1) { u32 timer_count = 1000; - bool need_write = true; /* Close the MAC Rx to prevent BRB from filling up */ bnx2x_prev_unload_close_mac(bp, &mac_vals); @@ -10412,20 +10379,10 @@ else timer_count--; - /* New UNDI FW supports MF and contains better - * cleaning methods - might be redundant but harmless. - */ - if (bnx2x_prev_unload_undi_fw_supports_mf(bp)) { - if (need_write) { - bnx2x_prev_unload_undi_mf(bp); - need_write = false; - } - } else if (prev_undi) { - /* If UNDI resides in memory, - * manually increment it - */ - bnx2x_prev_unload_undi_inc(bp, BP_PORT(bp), 1); - } + /* If UNDI resides in memory, manually increment it */ + if (prev_undi) + bnx2x_prev_unload_undi_inc(bp, 1); + udelay(10); } @@ -12554,6 +12511,9 @@ pci_write_config_dword(bp->pdev, PCICFG_GRC_ADDRESS, PCICFG_VENDOR_ID_OFFSET); + /* Set PCIe reset type to fundamental for EEH recovery */ + pdev->needs_freset = 1; + /* AER (Advanced Error reporting) configuration */ rc = pci_enable_pcie_error_reporting(pdev); if (!rc) @@ -13218,9 +13178,15 @@ bnx2x_iov_remove_one(bp); /* Power on: we can't let PCI layer write to us while we are in D3 */ - if (IS_PF(bp)) + if (IS_PF(bp)) { bnx2x_set_power_state(bp, PCI_D0); + /* Set endianity registers to reset values in case next driver + * boots in different endianty environment. + */ + bnx2x_reset_endianity(bp); + } + /* Disable MSI/MSI-X */ bnx2x_disable_msi(bp); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/broadcom/genet/bcmgenet.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/broadcom/genet/bcmgenet.c @@ -2060,7 +2060,7 @@ return 0; err_irq0: - free_irq(priv->irq0, dev); + free_irq(priv->irq0, priv); err_fini_dma: bcmgenet_fini_dma(priv); err_clk_disable: --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/broadcom/tg3.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/broadcom/tg3.c @@ -329,6 +329,7 @@ {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57785)}, {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57761)}, {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57765)}, + {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57786)}, {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57791), .driver_data = TG3_DRV_DATA_FLAG_10_100_ONLY}, {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57795), @@ -6918,7 +6919,8 @@ skb->protocol = eth_type_trans(skb, tp->dev); if (len > (tp->dev->mtu + ETH_HLEN) && - skb->protocol != htons(ETH_P_8021Q)) { + skb->protocol != htons(ETH_P_8021Q) && + skb->protocol != htons(ETH_P_8021AD)) { dev_kfree_skb_any(skb); goto drop_it_no_recycle; } @@ -7828,19 +7830,28 @@ return ret; } +static bool tg3_tso_bug_gso_check(struct tg3_napi *tnapi, struct sk_buff *skb) +{ + /* Check if we will never have enough descriptors, + * as gso_segs can be more than current ring size + */ + return skb_shinfo(skb)->gso_segs < tnapi->tx_pending / 3; +} + static netdev_tx_t tg3_start_xmit(struct sk_buff *, struct net_device *); -/* Use GSO to workaround a rare TSO bug that may be triggered when the - * TSO header is greater than 80 bytes. +/* Use GSO to workaround all TSO packets that meet HW bug conditions + * indicated in tg3_tx_frag_set() */ -static int tg3_tso_bug(struct tg3 *tp, struct sk_buff *skb) +static int tg3_tso_bug(struct tg3 *tp, struct tg3_napi *tnapi, + struct netdev_queue *txq, struct sk_buff *skb) { struct sk_buff *segs, *nskb; u32 frag_cnt_est = skb_shinfo(skb)->gso_segs * 3; /* Estimate the number of fragments in the worst case */ - if (unlikely(tg3_tx_avail(&tp->napi[0]) <= frag_cnt_est)) { - netif_stop_queue(tp->dev); + if (unlikely(tg3_tx_avail(tnapi) <= frag_cnt_est)) { + netif_tx_stop_queue(txq); /* netif_tx_stop_queue() must be done before checking * checking tx index in tg3_tx_avail() below, because in @@ -7848,13 +7859,14 @@ * netif_tx_queue_stopped(). */ smp_mb(); - if (tg3_tx_avail(&tp->napi[0]) <= frag_cnt_est) + if (tg3_tx_avail(tnapi) <= frag_cnt_est) return NETDEV_TX_BUSY; - netif_wake_queue(tp->dev); + netif_tx_wake_queue(txq); } - segs = skb_gso_segment(skb, tp->dev->features & ~(NETIF_F_TSO | NETIF_F_TSO6)); + segs = skb_gso_segment(skb, tp->dev->features & + ~(NETIF_F_TSO | NETIF_F_TSO6)); if (IS_ERR(segs) || !segs) goto tg3_tso_bug_end; @@ -7912,8 +7924,6 @@ entry = tnapi->tx_prod; base_flags = 0; - if (skb->ip_summed == CHECKSUM_PARTIAL) - base_flags |= TXD_FLAG_TCPUDP_CSUM; mss = skb_shinfo(skb)->gso_size; if (mss) { @@ -7927,11 +7937,23 @@ hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb) - ETH_HLEN; + /* HW/FW can not correctly segment packets that have been + * vlan encapsulated. + */ + if (skb->protocol == htons(ETH_P_8021Q) || + skb->protocol == htons(ETH_P_8021AD)) { + if (tg3_tso_bug_gso_check(tnapi, skb)) + return tg3_tso_bug(tp, tnapi, txq, skb); + goto drop; + } + if (!skb_is_gso_v6(skb)) { if (unlikely((ETH_HLEN + hdr_len) > 80) && - tg3_flag(tp, TSO_BUG)) - return tg3_tso_bug(tp, skb); - + tg3_flag(tp, TSO_BUG)) { + if (tg3_tso_bug_gso_check(tnapi, skb)) + return tg3_tso_bug(tp, tnapi, txq, skb); + goto drop; + } ip_csum = iph->check; ip_tot_len = iph->tot_len; iph->check = 0; @@ -7977,6 +7999,17 @@ base_flags |= tsflags << 12; } } + } else if (skb->ip_summed == CHECKSUM_PARTIAL) { + /* HW/FW can not correctly checksum packets that have been + * vlan encapsulated. + */ + if (skb->protocol == htons(ETH_P_8021Q) || + skb->protocol == htons(ETH_P_8021AD)) { + if (skb_checksum_help(skb)) + goto drop; + } else { + base_flags |= TXD_FLAG_TCPUDP_CSUM; + } } if (tg3_flag(tp, USE_JUMBO_BDFLAG) && @@ -8052,7 +8085,7 @@ if (would_hit_hwbug) { tg3_tx_skb_unmap(tnapi, tnapi->tx_prod, i); - if (mss) { + if (mss && tg3_tso_bug_gso_check(tnapi, skb)) { /* If it's a TSO packet, do GSO instead of * allocating and copying to a large linear SKB */ @@ -8061,7 +8094,7 @@ iph->tot_len = ip_tot_len; } tcph->check = tcp_csum; - return tg3_tso_bug(tp, skb); + return tg3_tso_bug(tp, tnapi, txq, skb); } /* If the workaround fails due to memory/mapping @@ -8542,7 +8575,8 @@ if (tnapi->rx_rcb) memset(tnapi->rx_rcb, 0, TG3_RX_RCB_RING_BYTES(tp)); - if (tg3_rx_prodring_alloc(tp, &tnapi->prodring)) { + if (tnapi->prodring.rx_std && + tg3_rx_prodring_alloc(tp, &tnapi->prodring)) { tg3_free_rings(tp); return -ENOMEM; } @@ -10730,7 +10764,7 @@ tg3_ape_scratchpad_read(tp, &temperature, attr->index, sizeof(temperature)); spin_unlock_bh(&tp->lock); - return sprintf(buf, "%u\n", temperature); + return sprintf(buf, "%u\n", temperature * 1000); } @@ -17753,23 +17787,6 @@ goto err_out_apeunmap; } - /* - * Reset chip in case UNDI or EFI driver did not shutdown - * DMA self test will enable WDMAC and we'll see (spurious) - * pending DMA on the PCI bus at that point. - */ - if ((tr32(HOSTCC_MODE) & HOSTCC_MODE_ENABLE) || - (tr32(WDMAC_MODE) & WDMAC_MODE_ENABLE)) { - tw32(MEMARB_MODE, MEMARB_MODE_ENABLE); - tg3_halt(tp, RESET_KIND_SHUTDOWN, 1); - } - - err = tg3_test_dma(tp); - if (err) { - dev_err(&pdev->dev, "DMA engine test failed, aborting\n"); - goto err_out_apeunmap; - } - intmbx = MAILBOX_INTERRUPT_0 + TG3_64BIT_REG_LOW; rcvmbx = MAILBOX_RCVRET_CON_IDX_0 + TG3_64BIT_REG_LOW; sndmbx = MAILBOX_SNDHOST_PROD_IDX_0 + TG3_64BIT_REG_LOW; @@ -17814,6 +17831,23 @@ sndmbx += 0xc; } + /* + * Reset chip in case UNDI or EFI driver did not shutdown + * DMA self test will enable WDMAC and we'll see (spurious) + * pending DMA on the PCI bus at that point. + */ + if ((tr32(HOSTCC_MODE) & HOSTCC_MODE_ENABLE) || + (tr32(WDMAC_MODE) & WDMAC_MODE_ENABLE)) { + tw32(MEMARB_MODE, MEMARB_MODE_ENABLE); + tg3_halt(tp, RESET_KIND_SHUTDOWN, 1); + } + + err = tg3_test_dma(tp); + if (err) { + dev_err(&pdev->dev, "DMA engine test failed, aborting\n"); + goto err_out_apeunmap; + } + tg3_init_coal(tp); pci_set_drvdata(pdev, dev); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/brocade/bna/bnad.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/brocade/bna/bnad.c @@ -600,9 +600,9 @@ prefetch(bnad->netdev); cq = ccb->sw_q; - cmpl = &cq[ccb->producer_index]; while (packets < budget) { + cmpl = &cq[ccb->producer_index]; if (!cmpl->valid) break; /* The 'valid' field is set by the adapter, only after writing @@ -674,6 +674,7 @@ if (!next_cmpl->valid) break; } + packets++; /* TODO: BNA_CQ_EF_LOCAL ? */ if (unlikely(flags & (BNA_CQ_EF_MAC_ERROR | @@ -690,7 +691,6 @@ else bnad_cq_setup_skb_frags(rcb, skb, sop_ci, nvecs, len); - packets++; rcb->rxq->rx_packets++; rcb->rxq->rx_bytes += totlen; ccb->bytes_per_intr += totlen; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/cadence/macb.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/cadence/macb.c @@ -30,7 +30,6 @@ #include #include #include -#include #include "macb.h" @@ -1803,7 +1802,6 @@ struct phy_device *phydev; u32 config; int err = -ENXIO; - struct pinctrl *pinctrl; const char *mac; regs = platform_get_resource(pdev, IORESOURCE_MEM, 0); @@ -1812,15 +1810,6 @@ goto err_out; } - pinctrl = devm_pinctrl_get_select_default(&pdev->dev); - if (IS_ERR(pinctrl)) { - err = PTR_ERR(pinctrl); - if (err == -EPROBE_DEFER) - goto err_out; - - dev_warn(&pdev->dev, "No pinctrl provided\n"); - } - err = -ENOMEM; dev = alloc_etherdev(sizeof(*bp)); if (!dev) --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/cisco/enic/enic_main.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/cisco/enic/enic_main.c @@ -1041,10 +1041,14 @@ PKT_HASH_TYPE_L4 : PKT_HASH_TYPE_L3); } - if ((netdev->features & NETIF_F_RXCSUM) && !csum_not_calc) { - skb->csum = htons(checksum); - skb->ip_summed = CHECKSUM_COMPLETE; - } + /* Hardware does not provide whole packet checksum. It only + * provides pseudo checksum. Since hw validates the packet + * checksum but not provide us the checksum value. use + * CHECSUM_UNNECESSARY. + */ + if ((netdev->features & NETIF_F_RXCSUM) && tcp_udp_csum_ok && + ipv4_csum_ok) + skb->ip_summed = CHECKSUM_UNNECESSARY; if (vlan_stripped) __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tci); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/freescale/xgmac_mdio.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/freescale/xgmac_mdio.c @@ -32,6 +32,10 @@ __be32 mdio_addr; /* MDIO address */ } __packed; +/* Taken from memac_mdio.c */ +#define MDIO_STAT_ENC (1 << 6) +#define MDIO_STAT_HOLD_15_CLK (7 << 2) + #define MDIO_STAT_CLKDIV(x) (((x>>1) & 0xff) << 8) #define MDIO_STAT_BSY (1 << 0) #define MDIO_STAT_RD_ER (1 << 1) @@ -91,26 +95,39 @@ static int xgmac_mdio_write(struct mii_bus *bus, int phy_id, int regnum, u16 value) { struct tgec_mdio_controller __iomem *regs = bus->priv; - uint16_t dev_addr = regnum >> 16; + uint16_t dev_addr; + u32 mdio_ctl, mdio_stat; int ret; - /* Setup the MII Mgmt clock speed */ - out_be32(®s->mdio_stat, MDIO_STAT_CLKDIV(100)); + mdio_stat = in_be32(®s->mdio_stat); + if (regnum & MII_ADDR_C45) { + /* Clause 45 (ie 10G) */ + dev_addr = (regnum >> 16) & 0x1f; + mdio_stat |= MDIO_STAT_ENC | MDIO_STAT_HOLD_15_CLK; + } else { + /* Clause 22 (ie 1G) */ + dev_addr = regnum & 0x1f; + mdio_stat &= ~MDIO_STAT_ENC; + } + + out_be32(®s->mdio_stat, mdio_stat); ret = xgmac_wait_until_free(&bus->dev, regs); if (ret) return ret; /* Set the port and dev addr */ - out_be32(®s->mdio_ctl, - MDIO_CTL_PORT_ADDR(phy_id) | MDIO_CTL_DEV_ADDR(dev_addr)); + mdio_ctl = MDIO_CTL_PORT_ADDR(phy_id) | MDIO_CTL_DEV_ADDR(dev_addr); + out_be32(®s->mdio_ctl, mdio_ctl); /* Set the register address */ - out_be32(®s->mdio_addr, regnum & 0xffff); + if (regnum & MII_ADDR_C45) { + out_be32(®s->mdio_addr, regnum & 0xffff); - ret = xgmac_wait_until_free(&bus->dev, regs); - if (ret) - return ret; + ret = xgmac_wait_until_free(&bus->dev, regs); + if (ret) + return ret; + } /* Write the value to the register */ out_be32(®s->mdio_data, MDIO_DATA(value)); @@ -130,13 +147,22 @@ static int xgmac_mdio_read(struct mii_bus *bus, int phy_id, int regnum) { struct tgec_mdio_controller __iomem *regs = bus->priv; - uint16_t dev_addr = regnum >> 16; + uint16_t dev_addr; + uint32_t mdio_stat; uint32_t mdio_ctl; uint16_t value; int ret; - /* Setup the MII Mgmt clock speed */ - out_be32(®s->mdio_stat, MDIO_STAT_CLKDIV(100)); + mdio_stat = in_be32(®s->mdio_stat); + if (regnum & MII_ADDR_C45) { + dev_addr = (regnum >> 16) & 0x1f; + mdio_stat |= MDIO_STAT_ENC | MDIO_STAT_HOLD_15_CLK; + } else { + dev_addr = regnum & 0x1f; + mdio_stat = ~MDIO_STAT_ENC; + } + + out_be32(®s->mdio_stat, mdio_stat); ret = xgmac_wait_until_free(&bus->dev, regs); if (ret) @@ -147,11 +173,13 @@ out_be32(®s->mdio_ctl, mdio_ctl); /* Set the register address */ - out_be32(®s->mdio_addr, regnum & 0xffff); + if (regnum & MII_ADDR_C45) { + out_be32(®s->mdio_addr, regnum & 0xffff); - ret = xgmac_wait_until_free(&bus->dev, regs); - if (ret) - return ret; + ret = xgmac_wait_until_free(&bus->dev, regs); + if (ret) + return ret; + } /* Initiate the read */ out_be32(®s->mdio_ctl, mdio_ctl | MDIO_CTL_READ); @@ -162,7 +190,7 @@ /* Return all Fs if nothing was there */ if (in_be32(®s->mdio_stat) & MDIO_STAT_RD_ER) { - dev_err(&bus->dev, + dev_dbg(&bus->dev, "Error while reading PHY%d reg at %d.%d\n", phy_id, dev_addr, regnum); return 0xffff; @@ -183,7 +211,7 @@ mutex_lock(&bus->mdio_lock); /* Setup the MII Mgmt clock speed */ - out_be32(®s->mdio_stat, MDIO_STAT_CLKDIV(100)); + clrbits32(®s->mdio_stat, MDIO_STAT_ENC); ret = xgmac_wait_until_free(&bus->dev, regs); @@ -258,6 +286,9 @@ { .compatible = "fsl,fman-xmdio", }, + { + .compatible = "fsl,fman-memac-mdio", + }, {}, }; MODULE_DEVICE_TABLE(of, xgmac_mdio_match); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/ibm/ibmveth.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/ibm/ibmveth.c @@ -292,6 +292,18 @@ atomic_add(buffers_added, &(pool->available)); } +/* + * The final 8 bytes of the buffer list is a counter of frames dropped + * because there was not a buffer in the buffer list capable of holding + * the frame. + */ +static void ibmveth_update_rx_no_buffer(struct ibmveth_adapter *adapter) +{ + __be64 *p = adapter->buffer_list_addr + 4096 - 8; + + adapter->rx_no_buffer = be64_to_cpup(p); +} + /* replenish routine */ static void ibmveth_replenish_task(struct ibmveth_adapter *adapter) { @@ -307,8 +319,7 @@ ibmveth_replenish_buffer_pool(adapter, pool); } - adapter->rx_no_buffer = *(u64 *)(((char*)adapter->buffer_list_addr) + - 4096 - 8); + ibmveth_update_rx_no_buffer(adapter); } /* empty and free ana buffer pool - also used to do cleanup in error paths */ @@ -698,8 +709,7 @@ free_irq(netdev->irq, netdev); - adapter->rx_no_buffer = *(u64 *)(((char *)adapter->buffer_list_addr) + - 4096 - 8); + ibmveth_update_rx_no_buffer(adapter); ibmveth_cleanup(adapter); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/intel/e1000/e1000_main.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/intel/e1000/e1000_main.c @@ -144,6 +144,11 @@ static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter, struct e1000_rx_ring *rx_ring, int *work_done, int work_to_do); +static void e1000_alloc_dummy_rx_buffers(struct e1000_adapter *adapter, + struct e1000_rx_ring *rx_ring, + int cleaned_count) +{ +} static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter, struct e1000_rx_ring *rx_ring, int cleaned_count); @@ -3525,8 +3530,11 @@ msleep(1); /* e1000_down has a dependency on max_frame_size */ hw->max_frame_size = max_frame; - if (netif_running(netdev)) + if (netif_running(netdev)) { + /* prevent buffers from being reallocated */ + adapter->alloc_rx_buf = e1000_alloc_dummy_rx_buffers; e1000_down(adapter); + } /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN * means we reserve 2 more, this pushes us to allocate from the next --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/intel/e1000e/82571.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/intel/e1000e/82571.c @@ -2014,7 +2014,7 @@ .flags2 = FLAG2_DISABLE_ASPM_L1 | FLAG2_DISABLE_ASPM_L0S, .pba = 20, - .max_hw_frame_size = ETH_FRAME_LEN + ETH_FCS_LEN, + .max_hw_frame_size = VLAN_ETH_FRAME_LEN + ETH_FCS_LEN, .get_variants = e1000_get_variants_82571, .mac_ops = &e82571_mac_ops, .phy_ops = &e82_phy_ops_m88, --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/intel/e1000e/ich8lan.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/intel/e1000e/ich8lan.c @@ -1495,7 +1495,7 @@ ((adapter->hw.mac.type >= e1000_pch2lan) && (!(er32(CTRL_EXT) & E1000_CTRL_EXT_LSECCK)))) { adapter->flags &= ~FLAG_HAS_JUMBO_FRAMES; - adapter->max_hw_frame_size = ETH_FRAME_LEN + ETH_FCS_LEN; + adapter->max_hw_frame_size = VLAN_ETH_FRAME_LEN + ETH_FCS_LEN; hw->mac.ops.blink_led = NULL; } @@ -5054,7 +5054,7 @@ | FLAG_HAS_FLASH | FLAG_APME_IN_WUC, .pba = 8, - .max_hw_frame_size = ETH_FRAME_LEN + ETH_FCS_LEN, + .max_hw_frame_size = VLAN_ETH_FRAME_LEN + ETH_FCS_LEN, .get_variants = e1000_get_variants_ich8lan, .mac_ops = &ich8_mac_ops, .phy_ops = &ich8_phy_ops, @@ -5127,7 +5127,7 @@ .flags2 = FLAG2_HAS_PHY_STATS | FLAG2_HAS_EEE, .pba = 26, - .max_hw_frame_size = 9018, + .max_hw_frame_size = 9022, .get_variants = e1000_get_variants_ich8lan, .mac_ops = &ich8_mac_ops, .phy_ops = &ich8_phy_ops, @@ -5147,7 +5147,7 @@ .flags2 = FLAG2_HAS_PHY_STATS | FLAG2_HAS_EEE, .pba = 26, - .max_hw_frame_size = 9018, + .max_hw_frame_size = 9022, .get_variants = e1000_get_variants_ich8lan, .mac_ops = &ich8_mac_ops, .phy_ops = &ich8_phy_ops, --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/intel/e1000e/netdev.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/intel/e1000e/netdev.c @@ -3787,7 +3787,7 @@ /* reset Packet Buffer Allocation to default */ ew32(PBA, pba); - if (adapter->max_frame_size > ETH_FRAME_LEN + ETH_FCS_LEN) { + if (adapter->max_frame_size > (VLAN_ETH_FRAME_LEN + ETH_FCS_LEN)) { /* To maintain wire speed transmits, the Tx FIFO should be * large enough to accommodate two full transmit packets, * rounded up to the next 1KB and expressed in KB. Likewise, @@ -4175,9 +4175,9 @@ { struct net_device *netdev = adapter->netdev; - adapter->rx_buffer_len = ETH_FRAME_LEN + VLAN_HLEN + ETH_FCS_LEN; + adapter->rx_buffer_len = VLAN_ETH_FRAME_LEN + ETH_FCS_LEN; adapter->rx_ps_bsize0 = 128; - adapter->max_frame_size = netdev->mtu + ETH_HLEN + ETH_FCS_LEN; + adapter->max_frame_size = netdev->mtu + VLAN_ETH_HLEN + ETH_FCS_LEN; adapter->min_frame_size = ETH_ZLEN + ETH_FCS_LEN; adapter->tx_ring_count = E1000_DEFAULT_TXD; adapter->rx_ring_count = E1000_DEFAULT_RXD; @@ -5759,17 +5759,17 @@ static int e1000_change_mtu(struct net_device *netdev, int new_mtu) { struct e1000_adapter *adapter = netdev_priv(netdev); - int max_frame = new_mtu + VLAN_HLEN + ETH_HLEN + ETH_FCS_LEN; + int max_frame = new_mtu + VLAN_ETH_HLEN + ETH_FCS_LEN; /* Jumbo frame support */ - if ((max_frame > ETH_FRAME_LEN + ETH_FCS_LEN) && + if ((max_frame > (VLAN_ETH_FRAME_LEN + ETH_FCS_LEN)) && !(adapter->flags & FLAG_HAS_JUMBO_FRAMES)) { e_err("Jumbo Frames not supported.\n"); return -EINVAL; } /* Supported frame sizes */ - if ((new_mtu < ETH_ZLEN + ETH_FCS_LEN + VLAN_HLEN) || + if ((new_mtu < (VLAN_ETH_ZLEN + ETH_FCS_LEN)) || (max_frame > adapter->max_hw_frame_size)) { e_err("Unsupported MTU setting\n"); return -EINVAL; @@ -5809,10 +5809,8 @@ adapter->rx_buffer_len = 4096; /* adjust allocation if LPE protects us, and we aren't using SBP */ - if ((max_frame == ETH_FRAME_LEN + ETH_FCS_LEN) || - (max_frame == ETH_FRAME_LEN + VLAN_HLEN + ETH_FCS_LEN)) - adapter->rx_buffer_len = ETH_FRAME_LEN + VLAN_HLEN - + ETH_FCS_LEN; + if (max_frame <= (VLAN_ETH_FRAME_LEN + ETH_FCS_LEN)) + adapter->rx_buffer_len = VLAN_ETH_FRAME_LEN + ETH_FCS_LEN; if (netif_running(netdev)) e1000e_up(adapter); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/intel/igb/e1000_82575.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/intel/igb/e1000_82575.c @@ -579,7 +579,6 @@ break; default: return -E1000_ERR_MAC_INIT; - break; } /* Set media type */ @@ -837,7 +836,6 @@ default: ret_val = -E1000_ERR_PHY; goto out; - break; } ret_val = igb_get_phy_id(hw); goto out; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/intel/igb/e1000_regs.h +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/intel/igb/e1000_regs.h @@ -355,6 +355,7 @@ #define E1000_UTA 0x0A000 /* Unicast Table Array - RW */ #define E1000_IOVTCL 0x05BBC /* IOV Control Register */ #define E1000_TXSWC 0x05ACC /* Tx Switch Control */ +#define E1000_LVMMC 0x03548 /* Last VM Misbehavior cause */ /* These act per VF so an array friendly macro is used */ #define E1000_P2VMAILBOX(_n) (0x00C00 + (4 * (_n))) #define E1000_VMBMEM(_n) (0x00800 + (64 * (_n))) --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/intel/igb/igb.h +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/intel/igb/igb.h @@ -532,6 +532,7 @@ struct sk_buff *skb); int igb_ptp_set_ts_config(struct net_device *netdev, struct ifreq *ifr); int igb_ptp_get_ts_config(struct net_device *netdev, struct ifreq *ifr); +void igb_set_flag_queue_pairs(struct igb_adapter *, const u32); #ifdef CONFIG_IGB_HWMON void igb_sysfs_exit(struct igb_adapter *adapter); int igb_sysfs_init(struct igb_adapter *adapter); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/intel/igb/igb_ethtool.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/intel/igb/igb_ethtool.c @@ -2969,6 +2969,7 @@ { struct igb_adapter *adapter = netdev_priv(netdev); unsigned int count = ch->combined_count; + unsigned int max_combined = 0; /* Verify they are not requesting separate vectors */ if (!count || ch->rx_count || ch->tx_count) @@ -2979,11 +2980,13 @@ return -EINVAL; /* Verify the number of channels doesn't exceed hw limits */ - if (count > igb_max_channels(adapter)) + max_combined = igb_max_channels(adapter); + if (count > max_combined) return -EINVAL; if (count != adapter->rss_queues) { adapter->rss_queues = count; + igb_set_flag_queue_pairs(adapter, max_combined); /* Hardware has to reinitialize queues and interrupts to * match the new configuration. --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/intel/igb/igb_main.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/intel/igb/igb_main.c @@ -57,8 +57,8 @@ #include "igb.h" #define MAJ 5 -#define MIN 0 -#define BUILD 5 +#define MIN 2 +#define BUILD 13 #define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \ __stringify(BUILD) "-k" char igb_driver_name[] = "igb"; @@ -1037,7 +1037,7 @@ adapter->tx_ring[q_vector->tx.ring->queue_index] = NULL; if (q_vector->rx.ring) - adapter->tx_ring[q_vector->rx.ring->queue_index] = NULL; + adapter->rx_ring[q_vector->rx.ring->queue_index] = NULL; netif_napi_del(&q_vector->napi); @@ -1206,8 +1206,14 @@ /* allocate q_vector and rings */ q_vector = adapter->q_vector[v_idx]; - if (!q_vector) + if (!q_vector) { + q_vector = kzalloc(size, GFP_KERNEL); + } else if (size > ksize(q_vector)) { + kfree_rcu(q_vector, rcu); q_vector = kzalloc(size, GFP_KERNEL); + } else { + memset(q_vector, 0, size); + } if (!q_vector) return -ENOMEM; @@ -1630,6 +1636,8 @@ igb_power_up_phy_copper(&adapter->hw); else igb_power_up_serdes_link_82575(&adapter->hw); + + igb_setup_link(&adapter->hw); } /** @@ -2897,6 +2905,14 @@ adapter->rss_queues = min_t(u32, max_rss_queues, num_online_cpus()); + igb_set_flag_queue_pairs(adapter, max_rss_queues); +} + +void igb_set_flag_queue_pairs(struct igb_adapter *adapter, + const u32 max_rss_queues) +{ + struct e1000_hw *hw = &adapter->hw; + /* Determine if we need to pair queues. */ switch (hw->mac.type) { case e1000_82575: @@ -4165,6 +4181,26 @@ } /** + * igb_check_lvmmc - check for malformed packets received + * and indicated in LVMMC register + * @adapter: pointer to adapter + **/ +static void igb_check_lvmmc(struct igb_adapter *adapter) +{ + struct e1000_hw *hw = &adapter->hw; + u32 lvmmc; + + lvmmc = rd32(E1000_LVMMC); + if (lvmmc) { + if (unlikely(net_ratelimit())) { + netdev_warn(adapter->netdev, + "malformed Tx packet detected and dropped, LVMMC:0x%08x\n", + lvmmc); + } + } +} + +/** * igb_watchdog - Timer Call-back * @data: pointer to adapter cast into an unsigned long **/ @@ -4359,6 +4395,11 @@ igb_spoof_check(adapter); igb_ptp_rx_hang(adapter); + /* Check LVMMC register on i350/i354 only */ + if ((adapter->hw.mac.type == e1000_i350) || + (adapter->hw.mac.type == e1000_i354)) + igb_check_lvmmc(adapter); + /* Reset the timer */ if (!test_bit(__IGB_DOWN, &adapter->state)) { if (adapter->flags & IGB_FLAG_NEED_LINK_UPDATE) --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c @@ -4065,8 +4065,8 @@ * if SR-IOV and VMDQ are disabled - otherwise ensure * that hardware VLAN filters remain enabled. */ - if (!(adapter->flags & (IXGBE_FLAG_VMDQ_ENABLED | - IXGBE_FLAG_SRIOV_ENABLED))) + if (adapter->flags & (IXGBE_FLAG_VMDQ_ENABLED | + IXGBE_FLAG_SRIOV_ENABLED)) vlnctrl |= (IXGBE_VLNCTRL_VFE | IXGBE_VLNCTRL_CFIEN); } else { if (netdev->flags & IFF_ALLMULTI) { @@ -8081,6 +8081,7 @@ int i, err, pci_using_dac, expected_gts; unsigned int indices = MAX_TX_QUEUES; u8 part_str[IXGBE_PBANUM_LENGTH]; + bool disable_dev = false; #ifdef IXGBE_FCOE u16 device_caps; #endif @@ -8471,13 +8472,14 @@ iounmap(adapter->io_addr); kfree(adapter->mac_table); err_ioremap: + disable_dev = !test_and_set_bit(__IXGBE_DISABLED, &adapter->state); free_netdev(netdev); err_alloc_etherdev: pci_release_selected_regions(pdev, pci_select_bars(pdev, IORESOURCE_MEM)); err_pci_reg: err_dma: - if (!test_and_set_bit(__IXGBE_DISABLED, &adapter->state)) + if (!adapter || disable_dev) pci_disable_device(pdev); return err; } @@ -8495,6 +8497,7 @@ { struct ixgbe_adapter *adapter = pci_get_drvdata(pdev); struct net_device *netdev = adapter->netdev; + bool disable_dev; ixgbe_dbg_adapter_exit(adapter); @@ -8544,11 +8547,12 @@ e_dev_info("complete\n"); kfree(adapter->mac_table); + disable_dev = !test_and_set_bit(__IXGBE_DISABLED, &adapter->state); free_netdev(netdev); pci_disable_pcie_error_reporting(pdev); - if (!test_and_set_bit(__IXGBE_DISABLED, &adapter->state)) + if (disable_dev) pci_disable_device(pdev); } --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/marvell/mv643xx_eth.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/marvell/mv643xx_eth.c @@ -1047,7 +1047,6 @@ int tx_index; struct tx_desc *desc; u32 cmd_sts; - struct sk_buff *skb; tx_index = txq->tx_used_desc; desc = &txq->tx_desc_area[tx_index]; @@ -1066,19 +1065,22 @@ reclaimed++; txq->tx_desc_count--; - skb = NULL; - if (cmd_sts & TX_LAST_DESC) - skb = __skb_dequeue(&txq->tx_skb); + if (!IS_TSO_HEADER(txq, desc->buf_ptr)) + dma_unmap_single(mp->dev->dev.parent, desc->buf_ptr, + desc->byte_cnt, DMA_TO_DEVICE); + + if (cmd_sts & TX_ENABLE_INTERRUPT) { + struct sk_buff *skb = __skb_dequeue(&txq->tx_skb); + + if (!WARN_ON(!skb)) + dev_kfree_skb(skb); + } if (cmd_sts & ERROR_SUMMARY) { netdev_info(mp->dev, "tx error\n"); mp->dev->stats.tx_errors++; } - if (!IS_TSO_HEADER(txq, desc->buf_ptr)) - dma_unmap_single(mp->dev->dev.parent, desc->buf_ptr, - desc->byte_cnt, DMA_TO_DEVICE); - dev_kfree_skb(skb); } __netif_tx_unlock_bh(nq); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/marvell/mvneta.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/marvell/mvneta.c @@ -34,7 +34,7 @@ /* Registers */ #define MVNETA_RXQ_CONFIG_REG(q) (0x1400 + ((q) << 2)) -#define MVNETA_RXQ_HW_BUF_ALLOC BIT(1) +#define MVNETA_RXQ_HW_BUF_ALLOC BIT(0) #define MVNETA_RXQ_PKT_OFFSET_ALL_MASK (0xf << 8) #define MVNETA_RXQ_PKT_OFFSET_MASK(offs) ((offs) << 8) #define MVNETA_RXQ_THRESHOLD_REG(q) (0x14c0 + ((q) << 2)) @@ -60,6 +60,7 @@ #define MVNETA_WIN_SIZE(w) (0x2204 + ((w) << 3)) #define MVNETA_WIN_REMAP(w) (0x2280 + ((w) << 2)) #define MVNETA_BASE_ADDR_ENABLE 0x2290 +#define MVNETA_ACCESS_PROTECT_ENABLE 0x2294 #define MVNETA_PORT_CONFIG 0x2400 #define MVNETA_UNI_PROMISC_MODE BIT(0) #define MVNETA_DEF_RXQ(q) ((q) << 1) @@ -152,7 +153,7 @@ #define MVNETA_INTR_ENABLE 0x25b8 #define MVNETA_TXQ_INTR_ENABLE_ALL_MASK 0x0000ff00 -#define MVNETA_RXQ_INTR_ENABLE_ALL_MASK 0xff000000 // note: neta says it's 0x000000FF +#define MVNETA_RXQ_INTR_ENABLE_ALL_MASK 0x000000ff #define MVNETA_RXQ_CMD 0x2680 #define MVNETA_RXQ_DISABLE_SHIFT 8 @@ -215,7 +216,7 @@ /* Various constants */ /* Coalescing */ -#define MVNETA_TXDONE_COAL_PKTS 16 +#define MVNETA_TXDONE_COAL_PKTS 1 #define MVNETA_RX_COAL_PKTS 32 #define MVNETA_RX_COAL_USEC 100 @@ -303,6 +304,7 @@ unsigned int link; unsigned int duplex; unsigned int speed; + unsigned int tx_csum_limit; }; /* The mvneta_tx_desc and mvneta_rx_desc structures describe the @@ -940,7 +942,7 @@ /* Set CPU queue access map - all CPUs have access to all RX * queues and to all TX queues */ - for (cpu = 0; cpu < CONFIG_NR_CPUS; cpu++) + for_each_present_cpu(cpu) mvreg_write(pp, MVNETA_CPU_MAP(cpu), (MVNETA_CPU_RXQ_ACCESS_ALL_MASK | MVNETA_CPU_TXQ_ACCESS_ALL_MASK)); @@ -1432,7 +1434,7 @@ struct mvneta_rx_queue *rxq) { struct net_device *dev = pp->dev; - int rx_done, rx_filled; + int rx_done; u32 rcvd_pkts = 0; u32 rcvd_bytes = 0; @@ -1443,21 +1445,21 @@ rx_todo = rx_done; rx_done = 0; - rx_filled = 0; /* Fairness NAPI loop */ while (rx_done < rx_todo) { struct mvneta_rx_desc *rx_desc = mvneta_rxq_next_desc_get(rxq); struct sk_buff *skb; unsigned char *data; + dma_addr_t phys_addr; u32 rx_status; int rx_bytes, err; rx_done++; - rx_filled++; rx_status = rx_desc->status; rx_bytes = rx_desc->data_size - (ETH_FCS_LEN + MVNETA_MH_SIZE); data = (unsigned char *)rx_desc->buf_cookie; + phys_addr = rx_desc->buf_phys_addr; if (!mvneta_rxq_desc_is_first_last(rx_status) || (rx_status & MVNETA_RXD_ERR_SUMMARY)) { @@ -1494,11 +1496,19 @@ continue; } + /* Refill processing */ + err = mvneta_rx_refill(pp, rx_desc); + if (err) { + netdev_err(dev, "Linux processing - Can't refill\n"); + rxq->missed++; + goto err_drop_frame; + } + skb = build_skb(data, pp->frag_size > PAGE_SIZE ? 0 : pp->frag_size); if (!skb) goto err_drop_frame; - dma_unmap_single(dev->dev.parent, rx_desc->buf_phys_addr, + dma_unmap_single(dev->dev.parent, phys_addr, MVNETA_RX_BUF_SIZE(pp->pkt_size), DMA_FROM_DEVICE); rcvd_pkts++; @@ -1513,14 +1523,6 @@ mvneta_rx_csum(pp, rx_status, skb); napi_gro_receive(&pp->napi, skb); - - /* Refill processing */ - err = mvneta_rx_refill(pp, rx_desc); - if (err) { - netdev_err(dev, "Linux processing - Can't refill\n"); - rxq->missed++; - rx_filled--; - } } if (rcvd_pkts) { @@ -1533,7 +1535,7 @@ } /* Update rxq management counters */ - mvneta_rxq_desc_num_update(pp, rxq, rx_done, rx_filled); + mvneta_rxq_desc_num_update(pp, rxq, rx_done, rx_done); return rx_done; } @@ -1719,6 +1721,7 @@ u16 txq_id = skb_get_queue_mapping(skb); struct mvneta_tx_queue *txq = &pp->txqs[txq_id]; struct mvneta_tx_desc *tx_desc; + int len = skb->len; int frags = 0; u32 tx_cmd; @@ -1786,7 +1789,7 @@ u64_stats_update_begin(&stats->syncp); stats->tx_packets++; - stats->tx_bytes += skb->len; + stats->tx_bytes += len; u64_stats_update_end(&stats->syncp); } else { dev->stats.tx_dropped++; @@ -2438,8 +2441,10 @@ dev->mtu = mtu; - if (!netif_running(dev)) + if (!netif_running(dev)) { + netdev_update_features(dev); return 0; + } /* The interface is running, so we have to force a * reallocation of the queues @@ -2468,9 +2473,26 @@ mvneta_start_dev(pp); mvneta_port_up(pp); + netdev_update_features(dev); + return 0; } +static netdev_features_t mvneta_fix_features(struct net_device *dev, + netdev_features_t features) +{ + struct mvneta_port *pp = netdev_priv(dev); + + if (pp->tx_csum_limit && dev->mtu > pp->tx_csum_limit) { + features &= ~(NETIF_F_IP_CSUM | NETIF_F_TSO); + netdev_info(dev, + "Disable IP checksum for MTU greater than %dB\n", + pp->tx_csum_limit); + } + + return features; +} + /* Get mac address */ static void mvneta_get_mac_addr(struct mvneta_port *pp, unsigned char *addr) { @@ -2788,6 +2810,7 @@ .ndo_set_rx_mode = mvneta_set_rx_mode, .ndo_set_mac_address = mvneta_set_mac_addr, .ndo_change_mtu = mvneta_change_mtu, + .ndo_fix_features = mvneta_fix_features, .ndo_get_stats64 = mvneta_get_stats64, .ndo_do_ioctl = mvneta_ioctl, }; @@ -2876,6 +2899,7 @@ } mvreg_write(pp, MVNETA_BASE_ADDR_ENABLE, win_enable); + mvreg_write(pp, MVNETA_ACCESS_PROTECT_ENABLE, win_protect); } /* Power up the port */ @@ -3026,6 +3050,9 @@ } } + if (of_device_is_compatible(dn, "marvell,armada-370-neta")) + pp->tx_csum_limit = 1600; + pp->tx_ring_size = MVNETA_MAX_TXD; pp->rx_ring_size = MVNETA_MAX_RXD; @@ -3095,6 +3122,7 @@ static const struct of_device_id mvneta_match[] = { { .compatible = "marvell,armada-370-neta" }, + { .compatible = "marvell,armada-xp-neta" }, { } }; MODULE_DEVICE_TABLE(of, mvneta_match); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/cmd.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/cmd.c @@ -714,7 +714,7 @@ { struct ib_smp *smp = inbox->buf; u32 index; - u8 port; + u8 port, slave_port; u8 opcode_modifier; u16 *table; int err; @@ -726,7 +726,8 @@ __be32 slave_cap_mask; __be64 slave_node_guid; - port = vhcr->in_modifier; + slave_port = vhcr->in_modifier; + port = mlx4_slave_convert_port(dev, slave, slave_port); /* network-view bit is for driver use only, and should not be passed to FW */ opcode_modifier = vhcr->op_modifier & ~0x8; /* clear netw view bit */ @@ -760,8 +761,9 @@ if (smp->attr_id == IB_SMP_ATTR_PORT_INFO) { /*get the slave specific caps:*/ /*do the command */ + smp->attr_mod = cpu_to_be32(port); err = mlx4_cmd_box(dev, inbox->dma, outbox->dma, - vhcr->in_modifier, opcode_modifier, + port, opcode_modifier, vhcr->op, MLX4_CMD_TIME_CLASS_C, MLX4_CMD_NATIVE); /* modify the response for slaves */ if (!err && slave != mlx4_master_func_num(dev)) { @@ -792,7 +794,7 @@ } if (smp->attr_id == IB_SMP_ATTR_NODE_INFO) { err = mlx4_cmd_box(dev, inbox->dma, outbox->dma, - vhcr->in_modifier, opcode_modifier, + port, opcode_modifier, vhcr->op, MLX4_CMD_TIME_CLASS_C, MLX4_CMD_NATIVE); if (!err) { slave_node_guid = mlx4_get_slave_node_guid(dev, slave); @@ -1319,6 +1321,15 @@ .verify = NULL, .wrapper = mlx4_QUERY_IF_STAT_wrapper }, + { + .opcode = MLX4_CMD_ACCESS_REG, + .has_inbox = true, + .has_outbox = true, + .out_is_imm = false, + .encode_slave_id = false, + .verify = NULL, + .wrapper = mlx4_ACCESS_REG_wrapper, + }, /* Native multicast commands are not available for guests */ { .opcode = MLX4_CMD_QP_ATTACH, @@ -2027,7 +2038,7 @@ spin_lock_init(&s_state->lock); } - memset(&priv->mfunc.master.cmd_eqe, 0, dev->caps.eqe_size); + memset(&priv->mfunc.master.cmd_eqe, 0, sizeof(struct mlx4_eqe)); priv->mfunc.master.cmd_eqe.type = MLX4_EVENT_TYPE_CMD; INIT_WORK(&priv->mfunc.master.comm_work, mlx4_master_comm_channel); @@ -2380,6 +2391,22 @@ } EXPORT_SYMBOL_GPL(mlx4_phys_to_slaves_pport_actv); +static int mlx4_slaves_closest_port(struct mlx4_dev *dev, int slave, int port) +{ + struct mlx4_active_ports actv_ports = mlx4_get_active_ports(dev, slave); + int min_port = find_first_bit(actv_ports.ports, dev->caps.num_ports) + + 1; + int max_port = min_port + + bitmap_weight(actv_ports.ports, dev->caps.num_ports); + + if (port < min_port) + port = min_port; + else if (port >= max_port) + port = max_port - 1; + + return port; +} + int mlx4_set_vf_mac(struct mlx4_dev *dev, int port, int vf, u64 mac) { struct mlx4_priv *priv = mlx4_priv(dev); @@ -2393,6 +2420,7 @@ if (slave < 0) return -EINVAL; + port = mlx4_slaves_closest_port(dev, slave, port); s_info = &priv->mfunc.master.vf_admin[slave].vport[port]; s_info->mac = mac; mlx4_info(dev, "default mac on vf %d port %d to %llX will take afect only after vf restart\n", @@ -2419,6 +2447,7 @@ if (slave < 0) return -EINVAL; + port = mlx4_slaves_closest_port(dev, slave, port); vf_admin = &priv->mfunc.master.vf_admin[slave].vport[port]; if ((0 == vlan) && (0 == qos)) @@ -2446,6 +2475,7 @@ struct mlx4_priv *priv; priv = mlx4_priv(dev); + port = mlx4_slaves_closest_port(dev, slave, port); vp_oper = &priv->mfunc.master.vf_oper[slave].vport[port]; if (MLX4_VGT != vp_oper->state.default_vlan) { @@ -2473,6 +2503,7 @@ if (slave < 0) return -EINVAL; + port = mlx4_slaves_closest_port(dev, slave, port); s_info = &priv->mfunc.master.vf_admin[slave].vport[port]; s_info->spoofchk = setting; @@ -2526,6 +2557,7 @@ if (slave < 0) return -EINVAL; + port = mlx4_slaves_closest_port(dev, slave, port); switch (link_state) { case IFLA_VF_LINK_STATE_AUTO: /* get current link state */ --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/en_clock.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/en_clock.c @@ -35,52 +35,6 @@ #include "mlx4_en.h" -int mlx4_en_timestamp_config(struct net_device *dev, int tx_type, int rx_filter) -{ - struct mlx4_en_priv *priv = netdev_priv(dev); - struct mlx4_en_dev *mdev = priv->mdev; - int port_up = 0; - int err = 0; - - if (priv->hwtstamp_config.tx_type == tx_type && - priv->hwtstamp_config.rx_filter == rx_filter) - return 0; - - mutex_lock(&mdev->state_lock); - if (priv->port_up) { - port_up = 1; - mlx4_en_stop_port(dev, 1); - } - - mlx4_en_free_resources(priv); - - en_warn(priv, "Changing Time Stamp configuration\n"); - - priv->hwtstamp_config.tx_type = tx_type; - priv->hwtstamp_config.rx_filter = rx_filter; - - if (rx_filter != HWTSTAMP_FILTER_NONE) - dev->features &= ~NETIF_F_HW_VLAN_CTAG_RX; - else - dev->features |= NETIF_F_HW_VLAN_CTAG_RX; - - err = mlx4_en_alloc_resources(priv); - if (err) { - en_err(priv, "Failed reallocating port resources\n"); - goto out; - } - if (port_up) { - err = mlx4_en_start_port(dev); - if (err) - en_err(priv, "Failed starting port\n"); - } - -out: - mutex_unlock(&mdev->state_lock); - netdev_features_change(dev); - return err; -} - /* mlx4_en_read_clock - read raw cycle counter (to be used by time counter) */ static cycle_t mlx4_en_read_clock(const struct cyclecounter *tc) @@ -285,23 +239,43 @@ .enable = mlx4_en_phc_enable, }; +#define MLX4_EN_WRAP_AROUND_SEC 10ULL + +/* This function calculates the max shift that enables the user range + * of MLX4_EN_WRAP_AROUND_SEC values in the cycles register. + */ +static u32 freq_to_shift(u16 freq) +{ + u32 freq_khz = freq * 1000; + u64 max_val_cycles = freq_khz * 1000 * MLX4_EN_WRAP_AROUND_SEC; + u64 max_val_cycles_rounded = is_power_of_2(max_val_cycles + 1) ? + max_val_cycles : roundup_pow_of_two(max_val_cycles) - 1; + /* calculate max possible multiplier in order to fit in 64bit */ + u64 max_mul = div_u64(0xffffffffffffffffULL, max_val_cycles_rounded); + + /* This comes from the reverse of clocksource_khz2mult */ + return ilog2(div_u64(max_mul * freq_khz, 1000000)); +} + void mlx4_en_init_timestamp(struct mlx4_en_dev *mdev) { struct mlx4_dev *dev = mdev->dev; unsigned long flags; u64 ns; + /* mlx4_en_init_timestamp is called for each netdev. + * mdev->ptp_clock is common for all ports, skip initialization if + * was done for other port. + */ + if (mdev->ptp_clock) + return; + rwlock_init(&mdev->clock_lock); memset(&mdev->cycles, 0, sizeof(mdev->cycles)); mdev->cycles.read = mlx4_en_read_clock; mdev->cycles.mask = CLOCKSOURCE_MASK(48); - /* Using shift to make calculation more accurate. Since current HW - * clock frequency is 427 MHz, and cycles are given using a 48 bits - * register, the biggest shift when calculating using u64, is 14 - * (max_cycles * multiplier < 2^64) - */ - mdev->cycles.shift = 14; + mdev->cycles.shift = freq_to_shift(dev->caps.hca_core_clock); mdev->cycles.mult = clocksource_khz2mult(1000 * dev->caps.hca_core_clock, mdev->cycles.shift); mdev->nominal_c_mult = mdev->cycles.mult; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/en_ethtool.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/en_ethtool.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include @@ -98,6 +99,10 @@ drvinfo->eedump_len = 0; } +static const char mlx4_en_priv_flags[][ETH_GSTRING_LEN] = { + "blueflame", +}; + static const char main_strings[][ETH_GSTRING_LEN] = { "rx_packets", "tx_packets", "rx_bytes", "tx_bytes", "rx_errors", "tx_errors", "rx_dropped", "tx_dropped", "multicast", "collisions", @@ -235,6 +240,8 @@ case ETH_SS_TEST: return MLX4_EN_NUM_SELF_TEST - !(priv->mdev->dev->caps.flags & MLX4_DEV_CAP_FLAG_UC_LOOPBACK) * 2; + case ETH_SS_PRIV_FLAGS: + return ARRAY_SIZE(mlx4_en_priv_flags); default: return -EOPNOTSUPP; } @@ -358,10 +365,311 @@ #endif } break; + case ETH_SS_PRIV_FLAGS: + for (i = 0; i < ARRAY_SIZE(mlx4_en_priv_flags); i++) + strcpy(data + i * ETH_GSTRING_LEN, + mlx4_en_priv_flags[i]); + break; + } } -static int mlx4_en_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) +static u32 mlx4_en_autoneg_get(struct net_device *dev) +{ + struct mlx4_en_priv *priv = netdev_priv(dev); + struct mlx4_en_dev *mdev = priv->mdev; + u32 autoneg = AUTONEG_DISABLE; + + if ((mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_ETH_BACKPL_AN_REP) && + (priv->port_state.flags & MLX4_EN_PORT_ANE)) + autoneg = AUTONEG_ENABLE; + + return autoneg; +} + +static u32 ptys_get_supported_port(struct mlx4_ptys_reg *ptys_reg) +{ + u32 eth_proto = be32_to_cpu(ptys_reg->eth_proto_cap); + + if (eth_proto & (MLX4_PROT_MASK(MLX4_10GBASE_T) + | MLX4_PROT_MASK(MLX4_1000BASE_T) + | MLX4_PROT_MASK(MLX4_100BASE_TX))) { + return SUPPORTED_TP; + } + + if (eth_proto & (MLX4_PROT_MASK(MLX4_10GBASE_CR) + | MLX4_PROT_MASK(MLX4_10GBASE_SR) + | MLX4_PROT_MASK(MLX4_56GBASE_SR4) + | MLX4_PROT_MASK(MLX4_40GBASE_CR4) + | MLX4_PROT_MASK(MLX4_40GBASE_SR4) + | MLX4_PROT_MASK(MLX4_1000BASE_CX_SGMII))) { + return SUPPORTED_FIBRE; + } + + if (eth_proto & (MLX4_PROT_MASK(MLX4_56GBASE_KR4) + | MLX4_PROT_MASK(MLX4_40GBASE_KR4) + | MLX4_PROT_MASK(MLX4_20GBASE_KR2) + | MLX4_PROT_MASK(MLX4_10GBASE_KR) + | MLX4_PROT_MASK(MLX4_10GBASE_KX4) + | MLX4_PROT_MASK(MLX4_1000BASE_KX))) { + return SUPPORTED_Backplane; + } + return 0; +} + +static u32 ptys_get_active_port(struct mlx4_ptys_reg *ptys_reg) +{ + u32 eth_proto = be32_to_cpu(ptys_reg->eth_proto_oper); + + if (!eth_proto) /* link down */ + eth_proto = be32_to_cpu(ptys_reg->eth_proto_cap); + + if (eth_proto & (MLX4_PROT_MASK(MLX4_10GBASE_T) + | MLX4_PROT_MASK(MLX4_1000BASE_T) + | MLX4_PROT_MASK(MLX4_100BASE_TX))) { + return PORT_TP; + } + + if (eth_proto & (MLX4_PROT_MASK(MLX4_10GBASE_SR) + | MLX4_PROT_MASK(MLX4_56GBASE_SR4) + | MLX4_PROT_MASK(MLX4_40GBASE_SR4) + | MLX4_PROT_MASK(MLX4_1000BASE_CX_SGMII))) { + return PORT_FIBRE; + } + + if (eth_proto & (MLX4_PROT_MASK(MLX4_10GBASE_CR) + | MLX4_PROT_MASK(MLX4_56GBASE_CR4) + | MLX4_PROT_MASK(MLX4_40GBASE_CR4))) { + return PORT_DA; + } + + if (eth_proto & (MLX4_PROT_MASK(MLX4_56GBASE_KR4) + | MLX4_PROT_MASK(MLX4_40GBASE_KR4) + | MLX4_PROT_MASK(MLX4_20GBASE_KR2) + | MLX4_PROT_MASK(MLX4_10GBASE_KR) + | MLX4_PROT_MASK(MLX4_10GBASE_KX4) + | MLX4_PROT_MASK(MLX4_1000BASE_KX))) { + return PORT_NONE; + } + return PORT_OTHER; +} + +#define MLX4_LINK_MODES_SZ \ + (FIELD_SIZEOF(struct mlx4_ptys_reg, eth_proto_cap) * 8) + +enum ethtool_report { + SUPPORTED = 0, + ADVERTISED = 1, + SPEED = 2 +}; + +/* Translates mlx4 link mode to equivalent ethtool Link modes/speed */ +static u32 ptys2ethtool_map[MLX4_LINK_MODES_SZ][3] = { + [MLX4_100BASE_TX] = { + SUPPORTED_100baseT_Full, + ADVERTISED_100baseT_Full, + SPEED_100 + }, + + [MLX4_1000BASE_T] = { + SUPPORTED_1000baseT_Full, + ADVERTISED_1000baseT_Full, + SPEED_1000 + }, + [MLX4_1000BASE_CX_SGMII] = { + SUPPORTED_1000baseKX_Full, + ADVERTISED_1000baseKX_Full, + SPEED_1000 + }, + [MLX4_1000BASE_KX] = { + SUPPORTED_1000baseKX_Full, + ADVERTISED_1000baseKX_Full, + SPEED_1000 + }, + + [MLX4_10GBASE_T] = { + SUPPORTED_10000baseT_Full, + ADVERTISED_10000baseT_Full, + SPEED_10000 + }, + [MLX4_10GBASE_CX4] = { + SUPPORTED_10000baseKX4_Full, + ADVERTISED_10000baseKX4_Full, + SPEED_10000 + }, + [MLX4_10GBASE_KX4] = { + SUPPORTED_10000baseKX4_Full, + ADVERTISED_10000baseKX4_Full, + SPEED_10000 + }, + [MLX4_10GBASE_KR] = { + SUPPORTED_10000baseKR_Full, + ADVERTISED_10000baseKR_Full, + SPEED_10000 + }, + [MLX4_10GBASE_CR] = { + SUPPORTED_10000baseKR_Full, + ADVERTISED_10000baseKR_Full, + SPEED_10000 + }, + [MLX4_10GBASE_SR] = { + SUPPORTED_10000baseKR_Full, + ADVERTISED_10000baseKR_Full, + SPEED_10000 + }, + + [MLX4_20GBASE_KR2] = { + SUPPORTED_20000baseMLD2_Full | SUPPORTED_20000baseKR2_Full, + ADVERTISED_20000baseMLD2_Full | ADVERTISED_20000baseKR2_Full, + SPEED_20000 + }, + + [MLX4_40GBASE_CR4] = { + SUPPORTED_40000baseCR4_Full, + ADVERTISED_40000baseCR4_Full, + SPEED_40000 + }, + [MLX4_40GBASE_KR4] = { + SUPPORTED_40000baseKR4_Full, + ADVERTISED_40000baseKR4_Full, + SPEED_40000 + }, + [MLX4_40GBASE_SR4] = { + SUPPORTED_40000baseSR4_Full, + ADVERTISED_40000baseSR4_Full, + SPEED_40000 + }, + + [MLX4_56GBASE_KR4] = { + SUPPORTED_56000baseKR4_Full, + ADVERTISED_56000baseKR4_Full, + SPEED_56000 + }, + [MLX4_56GBASE_CR4] = { + SUPPORTED_56000baseCR4_Full, + ADVERTISED_56000baseCR4_Full, + SPEED_56000 + }, + [MLX4_56GBASE_SR4] = { + SUPPORTED_56000baseSR4_Full, + ADVERTISED_56000baseSR4_Full, + SPEED_56000 + }, +}; + +static u32 ptys2ethtool_link_modes(u32 eth_proto, enum ethtool_report report) +{ + int i; + u32 link_modes = 0; + + for (i = 0; i < MLX4_LINK_MODES_SZ; i++) { + if (eth_proto & MLX4_PROT_MASK(i)) + link_modes |= ptys2ethtool_map[i][report]; + } + return link_modes; +} + +static u32 ethtool2ptys_link_modes(u32 link_modes, enum ethtool_report report) +{ + int i; + u32 ptys_modes = 0; + + for (i = 0; i < MLX4_LINK_MODES_SZ; i++) { + if (ptys2ethtool_map[i][report] & link_modes) + ptys_modes |= 1 << i; + } + return ptys_modes; +} + +/* Convert actual speed (SPEED_XXX) to ptys link modes */ +static u32 speed2ptys_link_modes(u32 speed) +{ + int i; + u32 ptys_modes = 0; + + for (i = 0; i < MLX4_LINK_MODES_SZ; i++) { + if (ptys2ethtool_map[i][SPEED] == speed) + ptys_modes |= 1 << i; + } + return ptys_modes; +} + +static int ethtool_get_ptys_settings(struct net_device *dev, + struct ethtool_cmd *cmd) +{ + struct mlx4_en_priv *priv = netdev_priv(dev); + struct mlx4_ptys_reg ptys_reg; + u32 eth_proto; + int ret; + + memset(&ptys_reg, 0, sizeof(ptys_reg)); + ptys_reg.local_port = priv->port; + ptys_reg.proto_mask = MLX4_PTYS_EN; + ret = mlx4_ACCESS_PTYS_REG(priv->mdev->dev, + MLX4_ACCESS_REG_QUERY, &ptys_reg); + if (ret) { + en_warn(priv, "Failed to run mlx4_ACCESS_PTYS_REG status(%x)", + ret); + return ret; + } + en_dbg(DRV, priv, "ptys_reg.proto_mask %x\n", + ptys_reg.proto_mask); + en_dbg(DRV, priv, "ptys_reg.eth_proto_cap %x\n", + be32_to_cpu(ptys_reg.eth_proto_cap)); + en_dbg(DRV, priv, "ptys_reg.eth_proto_admin %x\n", + be32_to_cpu(ptys_reg.eth_proto_admin)); + en_dbg(DRV, priv, "ptys_reg.eth_proto_oper %x\n", + be32_to_cpu(ptys_reg.eth_proto_oper)); + en_dbg(DRV, priv, "ptys_reg.eth_proto_lp_adv %x\n", + be32_to_cpu(ptys_reg.eth_proto_lp_adv)); + + cmd->supported = 0; + cmd->advertising = 0; + + cmd->supported |= ptys_get_supported_port(&ptys_reg); + + eth_proto = be32_to_cpu(ptys_reg.eth_proto_cap); + cmd->supported |= ptys2ethtool_link_modes(eth_proto, SUPPORTED); + + eth_proto = be32_to_cpu(ptys_reg.eth_proto_admin); + cmd->advertising |= ptys2ethtool_link_modes(eth_proto, ADVERTISED); + + cmd->supported |= SUPPORTED_Pause | SUPPORTED_Asym_Pause; + cmd->advertising |= (priv->prof->tx_pause) ? ADVERTISED_Pause : 0; + + cmd->advertising |= (priv->prof->tx_pause ^ priv->prof->rx_pause) ? + ADVERTISED_Asym_Pause : 0; + + cmd->port = ptys_get_active_port(&ptys_reg); + cmd->transceiver = (SUPPORTED_TP & cmd->supported) ? + XCVR_EXTERNAL : XCVR_INTERNAL; + + if (mlx4_en_autoneg_get(dev)) { + cmd->supported |= SUPPORTED_Autoneg; + cmd->advertising |= ADVERTISED_Autoneg; + } + + cmd->autoneg = (priv->port_state.flags & MLX4_EN_PORT_ANC) ? + AUTONEG_ENABLE : AUTONEG_DISABLE; + + eth_proto = be32_to_cpu(ptys_reg.eth_proto_lp_adv); + cmd->lp_advertising = ptys2ethtool_link_modes(eth_proto, ADVERTISED); + + cmd->lp_advertising |= (priv->port_state.flags & MLX4_EN_PORT_ANC) ? + ADVERTISED_Autoneg : 0; + + cmd->phy_address = 0; + cmd->mdio_support = 0; + cmd->maxtxpkt = 0; + cmd->maxrxpkt = 0; + cmd->eth_tp_mdix = ETH_TP_MDI_INVALID; + cmd->eth_tp_mdix_ctrl = ETH_TP_MDI_AUTO; + + return ret; +} + +static void ethtool_get_default_settings(struct net_device *dev, + struct ethtool_cmd *cmd) { struct mlx4_en_priv *priv = netdev_priv(dev); int trans_type; @@ -369,18 +677,7 @@ cmd->autoneg = AUTONEG_DISABLE; cmd->supported = SUPPORTED_10000baseT_Full; cmd->advertising = ADVERTISED_10000baseT_Full; - - if (mlx4_en_QUERY_PORT(priv->mdev, priv->port)) - return -ENOMEM; - - trans_type = priv->port_state.transciver; - if (netif_carrier_ok(dev)) { - ethtool_cmd_speed_set(cmd, priv->port_state.link_speed); - cmd->duplex = DUPLEX_FULL; - } else { - ethtool_cmd_speed_set(cmd, SPEED_UNKNOWN); - cmd->duplex = DUPLEX_UNKNOWN; - } + trans_type = priv->port_state.transceiver; if (trans_type > 0 && trans_type <= 0xC) { cmd->port = PORT_FIBRE; @@ -396,17 +693,118 @@ cmd->port = -1; cmd->transceiver = -1; } +} + +static int mlx4_en_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) +{ + struct mlx4_en_priv *priv = netdev_priv(dev); + int ret = -EINVAL; + + if (mlx4_en_QUERY_PORT(priv->mdev, priv->port)) + return -ENOMEM; + + en_dbg(DRV, priv, "query port state.flags ANC(%x) ANE(%x)\n", + priv->port_state.flags & MLX4_EN_PORT_ANC, + priv->port_state.flags & MLX4_EN_PORT_ANE); + + if (priv->mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_ETH_PROT_CTRL) + ret = ethtool_get_ptys_settings(dev, cmd); + if (ret) /* ETH PROT CRTL is not supported or PTYS CMD failed */ + ethtool_get_default_settings(dev, cmd); + + if (netif_carrier_ok(dev)) { + ethtool_cmd_speed_set(cmd, priv->port_state.link_speed); + cmd->duplex = DUPLEX_FULL; + } else { + ethtool_cmd_speed_set(cmd, SPEED_UNKNOWN); + cmd->duplex = DUPLEX_UNKNOWN; + } return 0; } +/* Calculate PTYS admin according ethtool speed (SPEED_XXX) */ +static __be32 speed_set_ptys_admin(struct mlx4_en_priv *priv, u32 speed, + __be32 proto_cap) +{ + __be32 proto_admin = 0; + + if (!speed) { /* Speed = 0 ==> Reset Link modes */ + proto_admin = proto_cap; + en_info(priv, "Speed was set to 0, Reset advertised Link Modes to default (%x)\n", + be32_to_cpu(proto_cap)); + } else { + u32 ptys_link_modes = speed2ptys_link_modes(speed); + + proto_admin = cpu_to_be32(ptys_link_modes) & proto_cap; + en_info(priv, "Setting Speed to %d\n", speed); + } + return proto_admin; +} + static int mlx4_en_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) { - if ((cmd->autoneg == AUTONEG_ENABLE) || - (ethtool_cmd_speed(cmd) != SPEED_10000) || - (cmd->duplex != DUPLEX_FULL)) + struct mlx4_en_priv *priv = netdev_priv(dev); + struct mlx4_ptys_reg ptys_reg; + __be32 proto_admin; + int ret; + + u32 ptys_adv = ethtool2ptys_link_modes(cmd->advertising, ADVERTISED); + int speed = ethtool_cmd_speed(cmd); + + en_dbg(DRV, priv, "Set Speed=%d adv=0x%x autoneg=%d duplex=%d\n", + speed, cmd->advertising, cmd->autoneg, cmd->duplex); + + if (!(priv->mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_ETH_PROT_CTRL) || + (cmd->duplex == DUPLEX_HALF)) return -EINVAL; - /* Nothing to change */ + memset(&ptys_reg, 0, sizeof(ptys_reg)); + ptys_reg.local_port = priv->port; + ptys_reg.proto_mask = MLX4_PTYS_EN; + ret = mlx4_ACCESS_PTYS_REG(priv->mdev->dev, + MLX4_ACCESS_REG_QUERY, &ptys_reg); + if (ret) { + en_warn(priv, "Failed to QUERY mlx4_ACCESS_PTYS_REG status(%x)\n", + ret); + return 0; + } + + proto_admin = cpu_to_be32(ptys_adv); + if (speed >= 0 && speed != priv->port_state.link_speed) + /* If speed was set then speed decides :-) */ + proto_admin = speed_set_ptys_admin(priv, speed, + ptys_reg.eth_proto_cap); + + proto_admin &= ptys_reg.eth_proto_cap; + + if (proto_admin == ptys_reg.eth_proto_admin) + return 0; /* Nothing to change */ + + if (!proto_admin) { + en_warn(priv, "Not supported link mode(s) requested, check supported link modes.\n"); + return -EINVAL; /* nothing to change due to bad input */ + } + + en_dbg(DRV, priv, "mlx4_ACCESS_PTYS_REG SET: ptys_reg.eth_proto_admin = 0x%x\n", + be32_to_cpu(proto_admin)); + + ptys_reg.eth_proto_admin = proto_admin; + ret = mlx4_ACCESS_PTYS_REG(priv->mdev->dev, MLX4_ACCESS_REG_WRITE, + &ptys_reg); + if (ret) { + en_warn(priv, "Failed to write mlx4_ACCESS_PTYS_REG eth_proto_admin(0x%x) status(0x%x)", + be32_to_cpu(ptys_reg.eth_proto_admin), ret); + return ret; + } + + en_warn(priv, "Port link mode changed, restarting port...\n"); + mutex_lock(&priv->mdev->state_lock); + if (priv->port_up) { + mlx4_en_stop_port(dev, 1); + if (mlx4_en_start_port(dev)) + en_err(priv, "Failed restarting port %d\n", priv->port); + } + mutex_unlock(&priv->mdev->state_lock); return 0; } @@ -1209,6 +1607,129 @@ return ret; } +int mlx4_en_set_priv_flags(struct net_device *dev, u32 flags) +{ + struct mlx4_en_priv *priv = netdev_priv(dev); + bool bf_enabled_new = !!(flags & MLX4_EN_PRIV_FLAGS_BLUEFLAME); + bool bf_enabled_old = !!(priv->pflags & MLX4_EN_PRIV_FLAGS_BLUEFLAME); + int i; + + if (bf_enabled_new == bf_enabled_old) + return 0; /* Nothing to do */ + + if (bf_enabled_new) { + bool bf_supported = true; + + for (i = 0; i < priv->tx_ring_num; i++) + bf_supported &= priv->tx_ring[i]->bf_alloced; + + if (!bf_supported) { + en_err(priv, "BlueFlame is not supported\n"); + return -EINVAL; + } + + priv->pflags |= MLX4_EN_PRIV_FLAGS_BLUEFLAME; + } else { + priv->pflags &= ~MLX4_EN_PRIV_FLAGS_BLUEFLAME; + } + + for (i = 0; i < priv->tx_ring_num; i++) + priv->tx_ring[i]->bf_enabled = bf_enabled_new; + + en_info(priv, "BlueFlame %s\n", + bf_enabled_new ? "Enabled" : "Disabled"); + + return 0; +} + +u32 mlx4_en_get_priv_flags(struct net_device *dev) +{ + struct mlx4_en_priv *priv = netdev_priv(dev); + + return priv->pflags; +} + +static int mlx4_en_get_module_info(struct net_device *dev, + struct ethtool_modinfo *modinfo) +{ + struct mlx4_en_priv *priv = netdev_priv(dev); + struct mlx4_en_dev *mdev = priv->mdev; + int ret; + u8 data[4]; + + /* Read first 2 bytes to get Module & REV ID */ + ret = mlx4_get_module_info(mdev->dev, priv->port, + 0/*offset*/, 2/*size*/, data); + if (ret < 2) + return -EIO; + + switch (data[0] /* identifier */) { + case MLX4_MODULE_ID_QSFP: + modinfo->type = ETH_MODULE_SFF_8436; + modinfo->eeprom_len = ETH_MODULE_SFF_8436_LEN; + break; + case MLX4_MODULE_ID_QSFP_PLUS: + if (data[1] >= 0x3) { /* revision id */ + modinfo->type = ETH_MODULE_SFF_8636; + modinfo->eeprom_len = ETH_MODULE_SFF_8636_LEN; + } else { + modinfo->type = ETH_MODULE_SFF_8436; + modinfo->eeprom_len = ETH_MODULE_SFF_8436_LEN; + } + break; + case MLX4_MODULE_ID_QSFP28: + modinfo->type = ETH_MODULE_SFF_8636; + modinfo->eeprom_len = ETH_MODULE_SFF_8636_LEN; + break; + case MLX4_MODULE_ID_SFP: + modinfo->type = ETH_MODULE_SFF_8472; + modinfo->eeprom_len = ETH_MODULE_SFF_8472_LEN; + break; + default: + return -ENOSYS; + } + + return 0; +} + +static int mlx4_en_get_module_eeprom(struct net_device *dev, + struct ethtool_eeprom *ee, + u8 *data) +{ + struct mlx4_en_priv *priv = netdev_priv(dev); + struct mlx4_en_dev *mdev = priv->mdev; + int offset = ee->offset; + int i = 0, ret; + + if (ee->len == 0) + return -EINVAL; + + memset(data, 0, ee->len); + + while (i < ee->len) { + en_dbg(DRV, priv, + "mlx4_get_module_info i(%d) offset(%d) len(%d)\n", + i, offset, ee->len - i); + + ret = mlx4_get_module_info(mdev->dev, priv->port, + offset, ee->len - i, data + i); + + if (!ret) /* Done reading */ + return 0; + + if (ret < 0) { + en_err(priv, + "mlx4_get_module_info i(%d) offset(%d) bytes_to_read(%d) - FAILED (0x%x)\n", + i, offset, ee->len - i, ret); + return 0; + } + + i += ret; + offset += ret; + } + return 0; +} + const struct ethtool_ops mlx4_en_ethtool_ops = { .get_drvinfo = mlx4_en_get_drvinfo, .get_settings = mlx4_en_get_settings, @@ -1236,6 +1757,10 @@ .get_channels = mlx4_en_get_channels, .set_channels = mlx4_en_set_channels, .get_ts_info = mlx4_en_get_ts_info, + .set_priv_flags = mlx4_en_set_priv_flags, + .get_priv_flags = mlx4_en_get_priv_flags, + .get_module_info = mlx4_en_get_module_info, + .get_module_eeprom = mlx4_en_get_module_eeprom }; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/en_main.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/en_main.c @@ -129,8 +129,10 @@ int i; params->udp_rss = udp_rss; - params->num_tx_rings_p_up = min_t(int, num_online_cpus(), - MLX4_EN_MAX_TX_RING_P_UP); + params->num_tx_rings_p_up = mlx4_low_memory_profile() ? + MLX4_EN_MIN_TX_RING_P_UP : + min_t(int, num_online_cpus(), MLX4_EN_MAX_TX_RING_P_UP); + if (params->udp_rss && !(mdev->dev->caps.flags & MLX4_DEV_CAP_FLAG_UDP_RSS)) { mlx4_warn(mdev, "UDP RSS is not supported on this device\n"); @@ -206,9 +208,6 @@ if (mdev->pndev[i]) mlx4_en_destroy_netdev(mdev->pndev[i]); - if (mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_TS) - mlx4_en_remove_timestamp(mdev); - flush_workqueue(mdev->workqueue); destroy_workqueue(mdev->workqueue); (void) mlx4_mr_free(dev, &mdev->mr); @@ -276,10 +275,6 @@ mlx4_foreach_port(i, dev, MLX4_PORT_TYPE_ETH) mdev->port_cnt++; - /* Initialize time stamp mechanism */ - if (mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_TS) - mlx4_en_init_timestamp(mdev); - /* Set default number of RX rings*/ mlx4_en_set_num_rx_rings(mdev); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/en_netdev.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/en_netdev.c @@ -644,6 +644,7 @@ goto alloc_err; } memcpy(entry->mac, priv->dev->dev_addr, sizeof(entry->mac)); + memcpy(priv->current_mac, entry->mac, sizeof(priv->current_mac)); entry->reg_id = reg_id; hlist_add_head_rcu(&entry->hlist, @@ -760,21 +761,22 @@ return __mlx4_replace_mac(dev, priv->port, qpn, new_mac_u64); } -static int mlx4_en_do_set_mac(struct mlx4_en_priv *priv) +static int mlx4_en_do_set_mac(struct mlx4_en_priv *priv, + unsigned char new_mac[ETH_ALEN + 2]) { int err = 0; if (priv->port_up) { /* Remove old MAC and insert the new one */ err = mlx4_en_replace_mac(priv, priv->base_qpn, - priv->dev->dev_addr, priv->prev_mac); + new_mac, priv->current_mac); if (err) en_err(priv, "Failed changing HW MAC address\n"); } else en_dbg(HW, priv, "Port is down while registering mac, exiting...\n"); - memcpy(priv->prev_mac, priv->dev->dev_addr, - sizeof(priv->prev_mac)); + if (!err) + memcpy(priv->current_mac, new_mac, sizeof(priv->current_mac)); return err; } @@ -784,14 +786,17 @@ struct mlx4_en_priv *priv = netdev_priv(dev); struct mlx4_en_dev *mdev = priv->mdev; struct sockaddr *saddr = addr; + unsigned char new_mac[ETH_ALEN + 2]; int err; if (!is_valid_ether_addr(saddr->sa_data)) return -EADDRNOTAVAIL; mutex_lock(&mdev->state_lock); - memcpy(dev->dev_addr, saddr->sa_data, ETH_ALEN); - err = mlx4_en_do_set_mac(priv); + memcpy(new_mac, saddr->sa_data, ETH_ALEN); + err = mlx4_en_do_set_mac(priv, new_mac); + if (!err) + memcpy(dev->dev_addr, saddr->sa_data, ETH_ALEN); mutex_unlock(&mdev->state_lock); return err; @@ -1166,7 +1171,8 @@ } /* MAC address of the port is not in uc list */ - if (ether_addr_equal_64bits(entry->mac, dev->dev_addr)) + if (ether_addr_equal_64bits(entry->mac, + priv->current_mac)) found = true; if (!found) { @@ -1476,7 +1482,7 @@ queue_delayed_work(mdev->workqueue, &priv->stats_task, STATS_DELAY); } if (mdev->mac_removed[MLX4_MAX_PORTS + 1 - priv->port]) { - mlx4_en_do_set_mac(priv); + mlx4_en_do_set_mac(priv, priv->current_mac); mdev->mac_removed[MLX4_MAX_PORTS + 1 - priv->port] = 0; } mutex_unlock(&mdev->state_lock); @@ -1497,6 +1503,7 @@ if (mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_TS) mlx4_en_ptp_overflow_check(mdev); + mlx4_en_recover_from_oom(priv); queue_delayed_work(mdev->workqueue, &priv->service_task, SERVICE_TASK_DELAY); } @@ -1724,7 +1731,7 @@ mlx4_set_stats_bitmap(mdev->dev, &priv->stats_bitmap); #ifdef CONFIG_MLX4_EN_VXLAN - if (priv->mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_VXLAN_OFFLOADS) + if (priv->mdev->dev->caps.tunnel_offload_mode == MLX4_TUNNEL_OFFLOAD_MODE_VXLAN) vxlan_get_rx_port(dev); #endif priv->port_up = true; @@ -1746,7 +1753,7 @@ cq_err: while (rx_index--) { mlx4_en_deactivate_cq(priv, priv->rx_cq[rx_index]); - mlx4_en_free_affinity_hint(priv, i); + mlx4_en_free_affinity_hint(priv, rx_index); } for (i = 0; i < priv->rx_ring_num; i++) mlx4_en_deactivate_rx_ring(priv, priv->rx_ring[i]); @@ -2090,6 +2097,9 @@ /* flush any pending task for this netdev */ flush_workqueue(mdev->workqueue); + if (mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_TS) + mlx4_en_remove_timestamp(mdev); + /* Detach the netdev so tasks would not attempt to access it */ mutex_lock(&mdev->state_lock); mdev->pndev[priv->port] = NULL; @@ -2188,7 +2198,7 @@ return -ERANGE; } - if (mlx4_en_timestamp_config(dev, config.tx_type, config.rx_filter)) { + if (mlx4_en_reset_config(dev, config, dev->features)) { config.tx_type = HWTSTAMP_TX_OFF; config.rx_filter = HWTSTAMP_FILTER_NONE; } @@ -2221,6 +2231,16 @@ netdev_features_t features) { struct mlx4_en_priv *priv = netdev_priv(netdev); + int ret = 0; + + if (DEV_FEATURE_CHANGED(netdev, features, NETIF_F_HW_VLAN_CTAG_RX)) { + en_info(priv, "Turn %s RX vlan strip offload\n", + (features & NETIF_F_HW_VLAN_CTAG_RX) ? "ON" : "OFF"); + ret = mlx4_en_reset_config(netdev, priv->hwtstamp_config, + features); + if (ret) + return ret; + } if (features & NETIF_F_LOOPBACK) priv->ctrl_flags |= cpu_to_be32(MLX4_WQE_CTRL_FORCE_LOOPBACK); @@ -2240,7 +2260,7 @@ struct mlx4_en_dev *mdev = en_priv->mdev; u64 mac_u64 = mlx4_mac_to_u64(mac); - if (!is_valid_ether_addr(mac)) + if (is_multicast_ether_addr(mac)) return -EINVAL; return mlx4_set_vf_mac(mdev->dev, en_priv->port, queue, mac_u64); @@ -2312,8 +2332,14 @@ ret = mlx4_SET_PORT_VXLAN(priv->mdev->dev, priv->port, VXLAN_STEER_BY_OUTER_MAC, 1); out: - if (ret) + if (ret) { en_err(priv, "failed setting L2 tunnel configuration ret %d\n", ret); + return; + } + + /* set offloads */ + priv->dev->hw_enc_features |= NETIF_F_IP_CSUM | NETIF_F_RXCSUM | + NETIF_F_TSO | NETIF_F_GSO_UDP_TUNNEL; } static void mlx4_en_del_vxlan_offloads(struct work_struct *work) @@ -2321,6 +2347,9 @@ int ret; struct mlx4_en_priv *priv = container_of(work, struct mlx4_en_priv, vxlan_del_task); + /* unset offloads */ + priv->dev->hw_enc_features &= ~(NETIF_F_IP_CSUM | NETIF_F_RXCSUM | + NETIF_F_TSO | NETIF_F_GSO_UDP_TUNNEL); ret = mlx4_SET_PORT_VXLAN(priv->mdev->dev, priv->port, VXLAN_STEER_BY_OUTER_MAC, 0); @@ -2434,6 +2463,11 @@ .ndo_rx_flow_steer = mlx4_en_filter_rfs, #endif .ndo_get_phys_port_id = mlx4_en_get_phys_port_id, +#ifdef CONFIG_MLX4_EN_VXLAN + .ndo_add_vxlan_port = mlx4_en_add_vxlan_port, + .ndo_del_vxlan_port = mlx4_en_del_vxlan_port, +#endif + }; int mlx4_en_init_netdev(struct mlx4_en_dev *mdev, int port, @@ -2454,6 +2488,7 @@ netif_set_real_num_rx_queues(dev, prof->rx_ring_num); SET_NETDEV_DEV(dev, &mdev->dev->pdev->dev); + dev->dev_id = port - 1; dev->dev_port = port - 1; /* @@ -2469,6 +2504,7 @@ priv->port = port; priv->port_up = false; priv->flags = prof->flags; + priv->pflags = MLX4_EN_PRIV_FLAGS_BLUEFLAME; priv->ctrl_flags = cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE | MLX4_WQE_CTRL_SOLICITED); priv->num_tx_rings_p_up = mdev->profile.num_tx_rings_p_up; @@ -2489,6 +2525,7 @@ } priv->rx_ring_num = prof->rx_ring_num; priv->cqe_factor = (mdev->dev->caps.cqe_size == 64) ? 1 : 0; + priv->cqe_size = mdev->dev->caps.cqe_size; priv->mac_index = -1; priv->msg_enable = MLX4_EN_MSG_LEVEL; spin_lock_init(&priv->stats_lock); @@ -2535,7 +2572,7 @@ } } - memcpy(priv->prev_mac, dev->dev_addr, sizeof(priv->prev_mac)); + memcpy(priv->current_mac, dev->dev_addr, sizeof(priv->current_mac)); priv->stride = roundup_pow_of_two(sizeof(struct mlx4_en_rx_desc) + DS_SIZE * MLX4_EN_MAX_RX_FRAGS); @@ -2588,7 +2625,8 @@ dev->features = dev->hw_features | NETIF_F_HIGHDMA | NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_CTAG_FILTER; - dev->hw_features |= NETIF_F_LOOPBACK; + dev->hw_features |= NETIF_F_LOOPBACK | + NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_RX; if (mdev->dev->caps.steering_mode == MLX4_STEERING_MODE_DEVICE_MANAGED) @@ -2598,8 +2636,6 @@ dev->priv_flags |= IFF_UNICAST_FLT; if (mdev->dev->caps.tunnel_offload_mode == MLX4_TUNNEL_OFFLOAD_MODE_VXLAN) { - dev->hw_enc_features |= NETIF_F_IP_CSUM | NETIF_F_RXCSUM | - NETIF_F_TSO | NETIF_F_GSO_UDP_TUNNEL; dev->hw_features |= NETIF_F_GSO_UDP_TUNNEL; dev->features |= NETIF_F_GSO_UDP_TUNNEL; } @@ -2609,13 +2645,6 @@ netif_carrier_off(dev); mlx4_en_set_default_moderation(priv); - err = register_netdev(dev); - if (err) { - en_err(priv, "Netdev registration failed for port %d\n", port); - goto out; - } - priv->registered = 1; - en_warn(priv, "Using %d TX rings\n", prof->tx_ring_num); en_warn(priv, "Using %d RX rings\n", prof->rx_ring_num); @@ -2651,9 +2680,20 @@ } queue_delayed_work(mdev->workqueue, &priv->stats_task, STATS_DELAY); + /* Initialize time stamp mechanism */ if (mdev->dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_TS) - queue_delayed_work(mdev->workqueue, &priv->service_task, - SERVICE_TASK_DELAY); + mlx4_en_init_timestamp(mdev); + + queue_delayed_work(mdev->workqueue, &priv->service_task, + SERVICE_TASK_DELAY); + + err = register_netdev(dev); + if (err) { + en_err(priv, "Netdev registration failed for port %d\n", port); + goto out; + } + + priv->registered = 1; return 0; @@ -2662,3 +2702,79 @@ return err; } +int mlx4_en_reset_config(struct net_device *dev, + struct hwtstamp_config ts_config, + netdev_features_t features) +{ + struct mlx4_en_priv *priv = netdev_priv(dev); + struct mlx4_en_dev *mdev = priv->mdev; + int port_up = 0; + int err = 0; + + if (priv->hwtstamp_config.tx_type == ts_config.tx_type && + priv->hwtstamp_config.rx_filter == ts_config.rx_filter && + !DEV_FEATURE_CHANGED(dev, features, NETIF_F_HW_VLAN_CTAG_RX)) + return 0; /* Nothing to change */ + + if (DEV_FEATURE_CHANGED(dev, features, NETIF_F_HW_VLAN_CTAG_RX) && + (features & NETIF_F_HW_VLAN_CTAG_RX) && + (priv->hwtstamp_config.rx_filter != HWTSTAMP_FILTER_NONE)) { + en_warn(priv, "Can't turn ON rx vlan offload while time-stamping rx filter is ON\n"); + return -EINVAL; + } + + mutex_lock(&mdev->state_lock); + if (priv->port_up) { + port_up = 1; + mlx4_en_stop_port(dev, 1); + } + + mlx4_en_free_resources(priv); + + en_warn(priv, "Changing device configuration rx filter(%x) rx vlan(%x)\n", + ts_config.rx_filter, !!(features & NETIF_F_HW_VLAN_CTAG_RX)); + + priv->hwtstamp_config.tx_type = ts_config.tx_type; + priv->hwtstamp_config.rx_filter = ts_config.rx_filter; + + if (DEV_FEATURE_CHANGED(dev, features, NETIF_F_HW_VLAN_CTAG_RX)) { + if (features & NETIF_F_HW_VLAN_CTAG_RX) + dev->features |= NETIF_F_HW_VLAN_CTAG_RX; + else + dev->features &= ~NETIF_F_HW_VLAN_CTAG_RX; + } else if (ts_config.rx_filter == HWTSTAMP_FILTER_NONE) { + /* RX time-stamping is OFF, update the RX vlan offload + * to the latest wanted state + */ + if (dev->wanted_features & NETIF_F_HW_VLAN_CTAG_RX) + dev->features |= NETIF_F_HW_VLAN_CTAG_RX; + else + dev->features &= ~NETIF_F_HW_VLAN_CTAG_RX; + } + + /* RX vlan offload and RX time-stamping can't co-exist ! + * Regardless of the caller's choice, + * Turn Off RX vlan offload in case of time-stamping is ON + */ + if (ts_config.rx_filter != HWTSTAMP_FILTER_NONE) { + if (dev->features & NETIF_F_HW_VLAN_CTAG_RX) + en_warn(priv, "Turning off RX vlan offload since RX time-stamping is ON\n"); + dev->features &= ~NETIF_F_HW_VLAN_CTAG_RX; + } + + err = mlx4_en_alloc_resources(priv); + if (err) { + en_err(priv, "Failed reallocating port resources\n"); + goto out; + } + if (port_up) { + err = mlx4_en_start_port(dev); + if (err) + en_err(priv, "Failed starting port\n"); + } + +out: + mutex_unlock(&mdev->state_lock); + netdev_features_change(dev); + return err; +} --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/en_port.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/en_port.c @@ -91,21 +91,37 @@ * already synchronized, no need in locking */ state->link_state = !!(qport_context->link_up & MLX4_EN_LINK_UP_MASK); switch (qport_context->link_speed & MLX4_EN_SPEED_MASK) { + case MLX4_EN_100M_SPEED: + state->link_speed = SPEED_100; + break; case MLX4_EN_1G_SPEED: - state->link_speed = 1000; + state->link_speed = SPEED_1000; break; case MLX4_EN_10G_SPEED_XAUI: case MLX4_EN_10G_SPEED_XFI: - state->link_speed = 10000; + state->link_speed = SPEED_10000; + break; + case MLX4_EN_20G_SPEED: + state->link_speed = SPEED_20000; break; case MLX4_EN_40G_SPEED: - state->link_speed = 40000; + state->link_speed = SPEED_40000; + break; + case MLX4_EN_56G_SPEED: + state->link_speed = SPEED_56000; break; default: state->link_speed = -1; break; } - state->transciver = qport_context->transceiver; + + state->transceiver = qport_context->transceiver; + + state->flags = 0; /* Reset and recalculate the port flags */ + state->flags |= (qport_context->link_up & MLX4_EN_ANC_MASK) ? + MLX4_EN_PORT_ANC : 0; + state->flags |= (qport_context->autoneg & MLX4_EN_AUTONEG_MASK) ? + MLX4_EN_PORT_ANE : 0; out: mlx4_free_cmd_mailbox(mdev->dev, mailbox); @@ -177,11 +193,11 @@ be64_to_cpu(mlx4_en_stats->MCAST_novlan); stats->collisions = 0; stats->rx_length_errors = be32_to_cpu(mlx4_en_stats->RdropLength); - stats->rx_over_errors = be32_to_cpu(mlx4_en_stats->RdropOvflw); + stats->rx_over_errors = 0; stats->rx_crc_errors = be32_to_cpu(mlx4_en_stats->RCRC); stats->rx_frame_errors = 0; stats->rx_fifo_errors = be32_to_cpu(mlx4_en_stats->RdropOvflw); - stats->rx_missed_errors = be32_to_cpu(mlx4_en_stats->RdropOvflw); + stats->rx_missed_errors = 0; stats->tx_aborted_errors = 0; stats->tx_carrier_errors = 0; stats->tx_fifo_errors = 0; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/en_port.h +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/en_port.h @@ -53,22 +53,49 @@ MLX4_MCAST_ENABLE = 2, }; +enum mlx4_link_mode { + MLX4_1000BASE_CX_SGMII = 0, + MLX4_1000BASE_KX = 1, + MLX4_10GBASE_CX4 = 2, + MLX4_10GBASE_KX4 = 3, + MLX4_10GBASE_KR = 4, + MLX4_20GBASE_KR2 = 5, + MLX4_40GBASE_CR4 = 6, + MLX4_40GBASE_KR4 = 7, + MLX4_56GBASE_KR4 = 8, + MLX4_10GBASE_CR = 12, + MLX4_10GBASE_SR = 13, + MLX4_40GBASE_SR4 = 15, + MLX4_56GBASE_CR4 = 17, + MLX4_56GBASE_SR4 = 18, + MLX4_100BASE_TX = 24, + MLX4_1000BASE_T = 25, + MLX4_10GBASE_T = 26, +}; + +#define MLX4_PROT_MASK(link_mode) (1<page_alloc, gfp); } +static inline bool mlx4_en_is_ring_empty(struct mlx4_en_rx_ring *ring) +{ + BUG_ON((u32)(ring->prod - ring->cons) > ring->actual_size); + return ring->prod == ring->cons; +} + static inline void mlx4_en_update_rx_prod_db(struct mlx4_en_rx_ring *ring) { *ring->wqres.db.db = cpu_to_be32(ring->prod & 0xffff); @@ -308,8 +314,7 @@ ring->cons, ring->prod); /* Unmap and free Rx buffers */ - BUG_ON((u32) (ring->prod - ring->cons) > ring->actual_size); - while (ring->cons != ring->prod) { + while (!mlx4_en_is_ring_empty(ring)) { index = ring->cons & ring->size_mask; en_dbg(DRV, priv, "Processing descriptor:%d\n", index); mlx4_en_free_rx_desc(priv, ring, index); @@ -335,8 +340,9 @@ dev->caps.comp_pool/ dev->caps.num_ports) - 1; - num_rx_rings = min_t(int, num_of_eqs, - netif_get_num_default_rss_queues()); + num_rx_rings = mlx4_low_memory_profile() ? MIN_RX_RINGS : + min_t(int, num_of_eqs, + netif_get_num_default_rss_queues()); mdev->profile.prof[i].rx_ring_num = rounddown_pow_of_two(num_rx_rings); } @@ -483,6 +489,23 @@ return err; } +/* We recover from out of memory by scheduling our napi poll + * function (mlx4_en_process_cq), which tries to allocate + * all missing RX buffers (call to mlx4_en_refill_rx_buffers). + */ +void mlx4_en_recover_from_oom(struct mlx4_en_priv *priv) +{ + int ring; + + if (!priv->port_up) + return; + + for (ring = 0; ring < priv->rx_ring_num; ring++) { + if (mlx4_en_is_ring_empty(priv->rx_ring[ring])) + napi_reschedule(&priv->rx_cq[ring]->napi); + } +} + void mlx4_en_destroy_rx_ring(struct mlx4_en_priv *priv, struct mlx4_en_rx_ring **pring, u32 size, u16 stride) @@ -667,7 +690,7 @@ * descriptor offset can be deduced from the CQE index instead of * reading 'cqe->index' */ index = cq->mcq.cons_index & ring->size_mask; - cqe = &cq->buf[(index << factor) + factor]; + cqe = mlx4_en_get_cqe(cq->buf, index, priv->cqe_size) + factor; /* Process all completed CQEs */ while (XNOR(cqe->owner_sr_opcode & MLX4_CQE_OWNER_MASK, @@ -854,7 +877,7 @@ ++cq->mcq.cons_index; index = (cq->mcq.cons_index) & ring->size_mask; - cqe = &cq->buf[(index << factor) + factor]; + cqe = mlx4_en_get_cqe(cq->buf, index, priv->cqe_size) + factor; if (++polled == budget) goto out; } --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/en_selftest.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/en_selftest.c @@ -129,11 +129,15 @@ if (mlx4_en_QUERY_PORT(priv->mdev, priv->port)) return -ENOMEM; - /* The device supports 1G, 10G and 40G speeds */ - if (priv->port_state.link_speed != 1000 && - priv->port_state.link_speed != 10000 && - priv->port_state.link_speed != 40000) + /* The device supports 100M, 1G, 10G, 20G, 40G and 56G speed */ + if (priv->port_state.link_speed != SPEED_100 && + priv->port_state.link_speed != SPEED_1000 && + priv->port_state.link_speed != SPEED_10000 && + priv->port_state.link_speed != SPEED_20000 && + priv->port_state.link_speed != SPEED_40000 && + priv->port_state.link_speed != SPEED_56000) return priv->port_state.link_speed; + return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/en_tx.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/en_tx.c @@ -126,14 +126,21 @@ ring->bf.uar = &mdev->priv_uar; ring->bf.uar->map = mdev->uar_map; ring->bf_enabled = false; - } else - ring->bf_enabled = true; + ring->bf_alloced = false; + priv->pflags &= ~MLX4_EN_PRIV_FLAGS_BLUEFLAME; + } else { + ring->bf_alloced = true; + ring->bf_enabled = !!(priv->pflags & + MLX4_EN_PRIV_FLAGS_BLUEFLAME); + } ring->hwtstamp_tx_type = priv->hwtstamp_config.tx_type; ring->queue_index = queue_index; - if (queue_index < priv->num_tx_rings_p_up && cpu_online(queue_index)) - cpumask_set_cpu(queue_index, &ring->affinity_mask); + if (queue_index < priv->num_tx_rings_p_up) + cpumask_set_cpu_local_first(queue_index, + priv->mdev->dev->numa_node, + &ring->affinity_mask); *pring = ring; return 0; @@ -161,7 +168,7 @@ struct mlx4_en_tx_ring *ring = *pring; en_dbg(DRV, priv, "Destroying tx ring, qpn: %d\n", ring->qpn); - if (ring->bf_enabled) + if (ring->bf_alloced) mlx4_bf_free(mdev->dev, &ring->bf); mlx4_qp_remove(mdev->dev, &ring->qp); mlx4_qp_free(mdev->dev, &ring->qp); @@ -195,12 +202,12 @@ mlx4_en_fill_qp_context(priv, ring->size, ring->stride, 1, 0, ring->qpn, ring->cqn, user_prio, &ring->context); - if (ring->bf_enabled) + if (ring->bf_alloced) ring->context.usr_page = cpu_to_be32(ring->bf.uar->index); err = mlx4_qp_to_ready(mdev->dev, &ring->wqres.mtt, &ring->context, &ring->qp, &ring->qp_state); - if (!user_prio && cpu_online(ring->queue_index)) + if (!cpumask_empty(&ring->affinity_mask)) netif_set_xps_queue(priv->dev, &ring->affinity_mask, ring->queue_index); @@ -377,7 +384,7 @@ return true; index = cons_index & size_mask; - cqe = &buf[(index << factor) + factor]; + cqe = mlx4_en_get_cqe(buf, index, priv->cqe_size) + factor; ring_index = ring->cons & size_mask; stamp_index = ring_index; @@ -425,7 +432,7 @@ ++cons_index; index = cons_index & size_mask; - cqe = &buf[(index << factor) + factor]; + cqe = mlx4_en_get_cqe(buf, index, priv->cqe_size) + factor; } @@ -803,8 +810,11 @@ tx_desc->ctrl.fence_size = (real_size / 16) & 0x3f; tx_desc->ctrl.srcrb_flags = priv->ctrl_flags; if (likely(skb->ip_summed == CHECKSUM_PARTIAL)) { - tx_desc->ctrl.srcrb_flags |= cpu_to_be32(MLX4_WQE_CTRL_IP_CSUM | - MLX4_WQE_CTRL_TCP_UDP_CSUM); + if (!skb->encapsulation) + tx_desc->ctrl.srcrb_flags |= cpu_to_be32(MLX4_WQE_CTRL_IP_CSUM | + MLX4_WQE_CTRL_TCP_UDP_CSUM); + else + tx_desc->ctrl.srcrb_flags |= cpu_to_be32(MLX4_WQE_CTRL_IP_CSUM); ring->tx_csum++; } --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/eq.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/eq.c @@ -101,21 +101,24 @@ mb(); } -static struct mlx4_eqe *get_eqe(struct mlx4_eq *eq, u32 entry, u8 eqe_factor) +static struct mlx4_eqe *get_eqe(struct mlx4_eq *eq, u32 entry, u8 eqe_factor, + u8 eqe_size) { /* (entry & (eq->nent - 1)) gives us a cyclic array */ - unsigned long offset = (entry & (eq->nent - 1)) * (MLX4_EQ_ENTRY_SIZE << eqe_factor); - /* CX3 is capable of extending the EQE from 32 to 64 bytes. - * When this feature is enabled, the first (in the lower addresses) + unsigned long offset = (entry & (eq->nent - 1)) * eqe_size; + /* CX3 is capable of extending the EQE from 32 to 64 bytes with + * strides of 64B,128B and 256B. + * When 64B EQE is used, the first (in the lower addresses) * 32 bytes in the 64 byte EQE are reserved and the next 32 bytes * contain the legacy EQE information. + * In all other cases, the first 32B contains the legacy EQE info. */ return eq->page_list[offset / PAGE_SIZE].buf + (offset + (eqe_factor ? MLX4_EQ_ENTRY_SIZE : 0)) % PAGE_SIZE; } -static struct mlx4_eqe *next_eqe_sw(struct mlx4_eq *eq, u8 eqe_factor) +static struct mlx4_eqe *next_eqe_sw(struct mlx4_eq *eq, u8 eqe_factor, u8 size) { - struct mlx4_eqe *eqe = get_eqe(eq, eq->cons_index, eqe_factor); + struct mlx4_eqe *eqe = get_eqe(eq, eq->cons_index, eqe_factor, size); return !!(eqe->owner & 0x80) ^ !!(eq->cons_index & eq->nent) ? NULL : eqe; } @@ -182,7 +185,7 @@ return; } - memcpy(s_eqe, eqe, dev->caps.eqe_size - 1); + memcpy(s_eqe, eqe, sizeof(struct mlx4_eqe) - 1); s_eqe->slave_id = slave; /* ensure all information is written before setting the ownersip bit */ wmb(); @@ -459,8 +462,9 @@ enum slave_port_gen_event gen_event; unsigned long flags; struct mlx4_vport_state *s_info; + int eqe_size = dev->caps.eqe_size; - while ((eqe = next_eqe_sw(eq, dev->caps.eqe_factor))) { + while ((eqe = next_eqe_sw(eq, dev->caps.eqe_factor, eqe_size))) { /* * Make sure we read EQ entry contents after we've * checked the ownership bit. @@ -564,7 +568,7 @@ continue; mlx4_dbg(dev, "%s: Sending MLX4_PORT_CHANGE_SUBTYPE_DOWN to slave: %d, port:%d\n", __func__, i, port); - s_info = &priv->mfunc.master.vf_oper[slave].vport[port].state; + s_info = &priv->mfunc.master.vf_oper[i].vport[port].state; if (IFLA_VF_LINK_STATE_AUTO == s_info->link_state) { eqe->event.port_change.port = cpu_to_be32( @@ -597,7 +601,7 @@ continue; if (i == mlx4_master_func_num(dev)) continue; - s_info = &priv->mfunc.master.vf_oper[slave].vport[port].state; + s_info = &priv->mfunc.master.vf_oper[i].vport[port].state; if (IFLA_VF_LINK_STATE_AUTO == s_info->link_state) { eqe->event.port_change.port = cpu_to_be32( @@ -894,8 +898,10 @@ eq->dev = dev; eq->nent = roundup_pow_of_two(max(nent, 2)); - /* CX3 is capable of extending the CQE/EQE from 32 to 64 bytes */ - npages = PAGE_ALIGN(eq->nent * (MLX4_EQ_ENTRY_SIZE << dev->caps.eqe_factor)) / PAGE_SIZE; + /* CX3 is capable of extending the CQE/EQE from 32 to 64 bytes, with + * strides of 64B,128B and 256B. + */ + npages = PAGE_ALIGN(eq->nent * dev->caps.eqe_size) / PAGE_SIZE; eq->page_list = kmalloc(npages * sizeof *eq->page_list, GFP_KERNEL); @@ -997,8 +1003,10 @@ struct mlx4_cmd_mailbox *mailbox; int err; int i; - /* CX3 is capable of extending the CQE/EQE from 32 to 64 bytes */ - int npages = PAGE_ALIGN((MLX4_EQ_ENTRY_SIZE << dev->caps.eqe_factor) * eq->nent) / PAGE_SIZE; + /* CX3 is capable of extending the CQE/EQE from 32 to 64 bytes, with + * strides of 64B,128B and 256B + */ + int npages = PAGE_ALIGN(dev->caps.eqe_size * eq->nent) / PAGE_SIZE; mailbox = mlx4_alloc_cmd_mailbox(dev); if (IS_ERR(mailbox)) --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/fw.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/fw.c @@ -136,7 +136,12 @@ [7] = "FSM (MAC anti-spoofing) support", [8] = "Dynamic QP updates support", [9] = "Device managed flow steering IPoIB support", - [10] = "TCP/IP offloads/flow-steering for VXLAN support" + [10] = "TCP/IP offloads/flow-steering for VXLAN support", + [11] = "MAD DEMUX (Secure-Host) support", + [12] = "Large cache line (>64B) CQE stride support", + [13] = "Large cache line (>64B) EQE stride support", + [14] = "Ethernet protocol control support", + [15] = "Ethernet Backplane autoneg support" }; int i; @@ -556,6 +561,8 @@ #define QUERY_DEV_CAP_FLOW_STEERING_IPOIB_OFFSET 0x74 #define QUERY_DEV_CAP_FLOW_STEERING_RANGE_EN_OFFSET 0x76 #define QUERY_DEV_CAP_FLOW_STEERING_MAX_QP_OFFSET 0x77 +#define QUERY_DEV_CAP_CQ_EQ_CACHE_LINE_STRIDE 0x7a +#define QUERY_DEV_CAP_ETH_PROT_CTRL_OFFSET 0x7a #define QUERY_DEV_CAP_RDMARC_ENTRY_SZ_OFFSET 0x80 #define QUERY_DEV_CAP_QPC_ENTRY_SZ_OFFSET 0x82 #define QUERY_DEV_CAP_AUX_ENTRY_SZ_OFFSET 0x84 @@ -569,6 +576,7 @@ #define QUERY_DEV_CAP_BMME_FLAGS_OFFSET 0x94 #define QUERY_DEV_CAP_RSVD_LKEY_OFFSET 0x98 #define QUERY_DEV_CAP_MAX_ICM_SZ_OFFSET 0xa0 +#define QUERY_DEV_CAP_ETH_BACKPL_OFFSET 0x9c #define QUERY_DEV_CAP_FW_REASSIGN_MAC 0x9d #define QUERY_DEV_CAP_VXLAN 0x9e @@ -731,11 +739,20 @@ dev_cap->max_rq_sg = field; MLX4_GET(size, outbox, QUERY_DEV_CAP_MAX_DESC_SZ_RQ_OFFSET); dev_cap->max_rq_desc_sz = size; - + MLX4_GET(field, outbox, QUERY_DEV_CAP_CQ_EQ_CACHE_LINE_STRIDE); + if (field & (1 << 5)) + dev_cap->flags2 |= MLX4_DEV_CAP_FLAG2_ETH_PROT_CTRL; + if (field & (1 << 6)) + dev_cap->flags2 |= MLX4_DEV_CAP_FLAG2_CQE_STRIDE; + if (field & (1 << 7)) + dev_cap->flags2 |= MLX4_DEV_CAP_FLAG2_EQE_STRIDE; MLX4_GET(dev_cap->bmme_flags, outbox, QUERY_DEV_CAP_BMME_FLAGS_OFFSET); MLX4_GET(dev_cap->reserved_lkey, outbox, QUERY_DEV_CAP_RSVD_LKEY_OFFSET); + MLX4_GET(field32, outbox, QUERY_DEV_CAP_ETH_BACKPL_OFFSET); + if (field32 & (1 << 0)) + dev_cap->flags2 |= MLX4_DEV_CAP_FLAG2_ETH_BACKPL_AN_REP; MLX4_GET(field, outbox, QUERY_DEV_CAP_FW_REASSIGN_MAC); if (field & 1<<6) dev_cap->flags2 |= MLX4_DEV_CAP_FLAG2_REASSIGN_MAC_EN; @@ -1369,6 +1386,7 @@ #define INIT_HCA_CQC_BASE_OFFSET (INIT_HCA_QPC_OFFSET + 0x30) #define INIT_HCA_LOG_CQ_OFFSET (INIT_HCA_QPC_OFFSET + 0x37) #define INIT_HCA_EQE_CQE_OFFSETS (INIT_HCA_QPC_OFFSET + 0x38) +#define INIT_HCA_EQE_CQE_STRIDE_OFFSET (INIT_HCA_QPC_OFFSET + 0x3b) #define INIT_HCA_ALTC_BASE_OFFSET (INIT_HCA_QPC_OFFSET + 0x40) #define INIT_HCA_AUXC_BASE_OFFSET (INIT_HCA_QPC_OFFSET + 0x50) #define INIT_HCA_EQC_BASE_OFFSET (INIT_HCA_QPC_OFFSET + 0x60) @@ -1445,11 +1463,25 @@ if (dev->caps.flags & MLX4_DEV_CAP_FLAG_64B_CQE) { *(inbox + INIT_HCA_EQE_CQE_OFFSETS / 4) |= cpu_to_be32(1 << 30); dev->caps.cqe_size = 64; - dev->caps.userspace_caps |= MLX4_USER_DEV_CAP_64B_CQE; + dev->caps.userspace_caps |= MLX4_USER_DEV_CAP_LARGE_CQE; } else { dev->caps.cqe_size = 32; } + /* CX3 is capable of extending CQEs\EQEs to strides larger than 64B */ + if ((dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_EQE_STRIDE) && + (dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_CQE_STRIDE)) { + dev->caps.eqe_size = cache_line_size(); + dev->caps.cqe_size = cache_line_size(); + dev->caps.eqe_factor = 0; + MLX4_PUT(inbox, (u8)((ilog2(dev->caps.eqe_size) - 5) << 4 | + (ilog2(dev->caps.eqe_size) - 5)), + INIT_HCA_EQE_CQE_STRIDE_OFFSET); + + /* User still need to know to support CQE > 32B */ + dev->caps.userspace_caps |= MLX4_USER_DEV_CAP_LARGE_CQE; + } + /* QPC/EEC/CQC/EQC/RDMARC attributes */ MLX4_PUT(inbox, param->qpc_base, INIT_HCA_QPC_BASE_OFFSET); @@ -1609,6 +1641,17 @@ if (byte_field & 0x40) /* 64-bytes cqe enabled */ param->dev_cap_enabled |= MLX4_DEV_CAP_64B_CQE_ENABLED; + /* CX3 is capable of extending CQEs\EQEs to strides larger than 64B */ + MLX4_GET(byte_field, outbox, INIT_HCA_EQE_CQE_STRIDE_OFFSET); + if (byte_field) { + param->dev_cap_enabled |= MLX4_DEV_CAP_64B_EQE_ENABLED; + param->dev_cap_enabled |= MLX4_DEV_CAP_64B_CQE_ENABLED; + param->cqe_size = 1 << ((byte_field & + MLX4_CQE_SIZE_MASK_STRIDE) + 5); + param->eqe_size = 1 << (((byte_field & + MLX4_EQE_SIZE_MASK_STRIDE) >> 4) + 5); + } + /* TPT attributes */ MLX4_GET(param->dmpt_base, outbox, INIT_HCA_DMPT_BASE_OFFSET); @@ -2016,3 +2059,142 @@ out: mlx4_free_cmd_mailbox(dev, mailbox); } + +/* Access Reg commands */ +enum mlx4_access_reg_masks { + MLX4_ACCESS_REG_STATUS_MASK = 0x7f, + MLX4_ACCESS_REG_METHOD_MASK = 0x7f, + MLX4_ACCESS_REG_LEN_MASK = 0x7ff +}; + +struct mlx4_access_reg { + __be16 constant1; + u8 status; + u8 resrvd1; + __be16 reg_id; + u8 method; + u8 constant2; + __be32 resrvd2[2]; + __be16 len_const; + __be16 resrvd3; +#define MLX4_ACCESS_REG_HEADER_SIZE (20) + u8 reg_data[MLX4_MAILBOX_SIZE-MLX4_ACCESS_REG_HEADER_SIZE]; +} __attribute__((__packed__)); + +/** + * mlx4_ACCESS_REG - Generic access reg command. + * @dev: mlx4_dev. + * @reg_id: register ID to access. + * @method: Access method Read/Write. + * @reg_len: register length to Read/Write in bytes. + * @reg_data: reg_data pointer to Read/Write From/To. + * + * Access ConnectX registers FW command. + * Returns 0 on success and copies outbox mlx4_access_reg data + * field into reg_data or a negative error code. + */ +static int mlx4_ACCESS_REG(struct mlx4_dev *dev, u16 reg_id, + enum mlx4_access_reg_method method, + u16 reg_len, void *reg_data) +{ + struct mlx4_cmd_mailbox *inbox, *outbox; + struct mlx4_access_reg *inbuf, *outbuf; + int err; + + inbox = mlx4_alloc_cmd_mailbox(dev); + if (IS_ERR(inbox)) + return PTR_ERR(inbox); + + outbox = mlx4_alloc_cmd_mailbox(dev); + if (IS_ERR(outbox)) { + mlx4_free_cmd_mailbox(dev, inbox); + return PTR_ERR(outbox); + } + + inbuf = inbox->buf; + outbuf = outbox->buf; + + inbuf->constant1 = cpu_to_be16(0x1<<11 | 0x4); + inbuf->constant2 = 0x1; + inbuf->reg_id = cpu_to_be16(reg_id); + inbuf->method = method & MLX4_ACCESS_REG_METHOD_MASK; + + reg_len = min(reg_len, (u16)(sizeof(inbuf->reg_data))); + inbuf->len_const = + cpu_to_be16(((reg_len/4 + 1) & MLX4_ACCESS_REG_LEN_MASK) | + ((0x3) << 12)); + + memcpy(inbuf->reg_data, reg_data, reg_len); + err = mlx4_cmd_box(dev, inbox->dma, outbox->dma, 0, 0, + MLX4_CMD_ACCESS_REG, MLX4_CMD_TIME_CLASS_C, + MLX4_CMD_WRAPPED); + if (err) + goto out; + + if (outbuf->status & MLX4_ACCESS_REG_STATUS_MASK) { + err = outbuf->status & MLX4_ACCESS_REG_STATUS_MASK; + mlx4_err(dev, + "MLX4_CMD_ACCESS_REG(%x) returned REG status (%x)\n", + reg_id, err); + goto out; + } + + memcpy(reg_data, outbuf->reg_data, reg_len); +out: + mlx4_free_cmd_mailbox(dev, inbox); + mlx4_free_cmd_mailbox(dev, outbox); + return err; +} + +/* ConnectX registers IDs */ +enum mlx4_reg_id { + MLX4_REG_ID_PTYS = 0x5004, +}; + +/** + * mlx4_ACCESS_PTYS_REG - Access PTYs (Port Type and Speed) + * register + * @dev: mlx4_dev. + * @method: Access method Read/Write. + * @ptys_reg: PTYS register data pointer. + * + * Access ConnectX PTYS register, to Read/Write Port Type/Speed + * configuration + * Returns 0 on success or a negative error code. + */ +int mlx4_ACCESS_PTYS_REG(struct mlx4_dev *dev, + enum mlx4_access_reg_method method, + struct mlx4_ptys_reg *ptys_reg) +{ + return mlx4_ACCESS_REG(dev, MLX4_REG_ID_PTYS, + method, sizeof(*ptys_reg), ptys_reg); +} +EXPORT_SYMBOL_GPL(mlx4_ACCESS_PTYS_REG); + +int mlx4_ACCESS_REG_wrapper(struct mlx4_dev *dev, int slave, + struct mlx4_vhcr *vhcr, + struct mlx4_cmd_mailbox *inbox, + struct mlx4_cmd_mailbox *outbox, + struct mlx4_cmd_info *cmd) +{ + struct mlx4_access_reg *inbuf = inbox->buf; + u8 method = inbuf->method & MLX4_ACCESS_REG_METHOD_MASK; + u16 reg_id = be16_to_cpu(inbuf->reg_id); + + if (slave != mlx4_master_func_num(dev) && + method == MLX4_ACCESS_REG_WRITE) + return -EPERM; + + if (reg_id == MLX4_REG_ID_PTYS) { + struct mlx4_ptys_reg *ptys_reg = + (struct mlx4_ptys_reg *)inbuf->reg_data; + + ptys_reg->local_port = + mlx4_slave_convert_port(dev, slave, + ptys_reg->local_port); + } + + return mlx4_cmd_box(dev, inbox->dma, outbox->dma, vhcr->in_modifier, + 0, MLX4_CMD_ACCESS_REG, MLX4_CMD_TIME_CLASS_C, + MLX4_CMD_NATIVE); +} --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/fw.h +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/fw.h @@ -178,6 +178,8 @@ u8 uar_page_sz; /* log pg sz in 4k chunks */ u8 steering_mode; /* for QUERY_HCA */ u64 dev_cap_enabled; + u16 cqe_size; /* For use only when CQE stride feature enabled */ + u16 eqe_size; /* For use only when EQE stride feature enabled */ }; struct mlx4_init_ib_param { --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/main.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/main.c @@ -78,13 +78,13 @@ #endif /* CONFIG_PCI_MSI */ static uint8_t num_vfs[3] = {0, 0, 0}; -static int num_vfs_argc = 3; +static int num_vfs_argc; module_param_array(num_vfs, byte , &num_vfs_argc, 0444); MODULE_PARM_DESC(num_vfs, "enable #num_vfs functions if num_vfs > 0\n" "num_vfs=port1,port2,port1+2"); static uint8_t probe_vf[3] = {0, 0, 0}; -static int probe_vfs_argc = 3; +static int probe_vfs_argc; module_param_array(probe_vf, byte, &probe_vfs_argc, 0444); MODULE_PARM_DESC(probe_vf, "number of vfs to probe by pf driver (num_vfs > 0)\n" "probe_vf=port1,port2,port1+2"); @@ -104,7 +104,8 @@ MODULE_PARM_DESC(enable_64b_cqe_eqe, "Enable 64 byte CQEs/EQEs when the FW supports this (default: True)"); -#define PF_CONTEXT_BEHAVIOUR_MASK MLX4_FUNC_CAP_64B_EQE_CQE +#define PF_CONTEXT_BEHAVIOUR_MASK (MLX4_FUNC_CAP_64B_EQE_CQE | \ + MLX4_FUNC_CAP_EQE_CQE_STRIDE) static char mlx4_version[] = DRV_NAME ": Mellanox ConnectX core driver v" @@ -120,6 +121,16 @@ .num_mtt = 1 << 20, /* It is really num mtt segements */ }; +static struct mlx4_profile low_mem_profile = { + .num_qp = 1 << 17, + .num_srq = 1 << 6, + .rdmarc_per_qp = 1 << 4, + .num_cq = 1 << 8, + .num_mcg = 1 << 8, + .num_mpt = 1 << 9, + .num_mtt = 1 << 7, +}; + static int log_num_mac = 7; module_param_named(log_num_mac, log_num_mac, int, 0444); MODULE_PARM_DESC(log_num_mac, "Log2 max number of MACs per ETH port (1-7)"); @@ -129,6 +140,8 @@ MODULE_PARM_DESC(log_num_vlan, "Log2 max number of VLANs per ETH port (0-7)"); /* Log2 max number of VLANs per ETH port (0-7) */ #define MLX4_LOG_NUM_VLANS 7 +#define MLX4_MIN_LOG_NUM_VLANS 0 +#define MLX4_MIN_LOG_NUM_MAC 1 static bool use_prio; module_param_named(use_prio, use_prio, bool, 0444); @@ -184,6 +197,40 @@ dev->caps.port_mask[i] = dev->caps.port_type[i]; } +static void mlx4_enable_cqe_eqe_stride(struct mlx4_dev *dev) +{ + struct mlx4_caps *dev_cap = &dev->caps; + + /* FW not supporting or cancelled by user */ + if (!(dev_cap->flags2 & MLX4_DEV_CAP_FLAG2_EQE_STRIDE) || + !(dev_cap->flags2 & MLX4_DEV_CAP_FLAG2_CQE_STRIDE)) + return; + + /* Must have 64B CQE_EQE enabled by FW to use bigger stride + * When FW has NCSI it may decide not to report 64B CQE/EQEs + */ + if (!(dev_cap->flags & MLX4_DEV_CAP_FLAG_64B_EQE) || + !(dev_cap->flags & MLX4_DEV_CAP_FLAG_64B_CQE)) { + dev_cap->flags2 &= ~MLX4_DEV_CAP_FLAG2_CQE_STRIDE; + dev_cap->flags2 &= ~MLX4_DEV_CAP_FLAG2_EQE_STRIDE; + return; + } + + if (cache_line_size() == 128 || cache_line_size() == 256) { + mlx4_dbg(dev, "Enabling CQE stride cacheLine supported\n"); + /* Changing the real data inside CQE size to 32B */ + dev_cap->flags &= ~MLX4_DEV_CAP_FLAG_64B_CQE; + dev_cap->flags &= ~MLX4_DEV_CAP_FLAG_64B_EQE; + + if (mlx4_is_master(dev)) + dev_cap->function_caps |= MLX4_FUNC_CAP_EQE_CQE_STRIDE; + } else { + mlx4_dbg(dev, "Disabling CQE stride cacheLine unsupported\n"); + dev_cap->flags2 &= ~MLX4_DEV_CAP_FLAG2_CQE_STRIDE; + dev_cap->flags2 &= ~MLX4_DEV_CAP_FLAG2_EQE_STRIDE; + } +} + static int mlx4_dev_cap(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap) { int err; @@ -287,8 +334,13 @@ if (mlx4_is_mfunc(dev)) dev->caps.flags &= ~MLX4_DEV_CAP_FLAG_SENSE_SUPPORT; - dev->caps.log_num_macs = log_num_mac; - dev->caps.log_num_vlans = MLX4_LOG_NUM_VLANS; + if (mlx4_low_memory_profile()) { + dev->caps.log_num_macs = MLX4_MIN_LOG_NUM_MAC; + dev->caps.log_num_vlans = MLX4_MIN_LOG_NUM_VLANS; + } else { + dev->caps.log_num_macs = log_num_mac; + dev->caps.log_num_vlans = MLX4_LOG_NUM_VLANS; + } for (i = 1; i <= dev->caps.num_ports; ++i) { dev->caps.port_type[i] = MLX4_PORT_TYPE_NONE; @@ -373,6 +425,14 @@ dev->caps.flags &= ~MLX4_DEV_CAP_FLAG_64B_CQE; dev->caps.flags &= ~MLX4_DEV_CAP_FLAG_64B_EQE; } + + if (dev_cap->flags2 & + (MLX4_DEV_CAP_FLAG2_CQE_STRIDE | + MLX4_DEV_CAP_FLAG2_EQE_STRIDE)) { + mlx4_warn(dev, "Disabling EQE/CQE stride per user request\n"); + dev_cap->flags2 &= ~MLX4_DEV_CAP_FLAG2_CQE_STRIDE; + dev_cap->flags2 &= ~MLX4_DEV_CAP_FLAG2_EQE_STRIDE; + } } if ((dev->caps.flags & @@ -380,6 +440,9 @@ mlx4_is_master(dev)) dev->caps.function_caps |= MLX4_FUNC_CAP_64B_EQE_CQE; + if (!mlx4_is_slave(dev)) + mlx4_enable_cqe_eqe_stride(dev); + return 0; } @@ -682,9 +745,10 @@ dev->caps.qp1_proxy[i - 1] = func_cap.qp1_proxy_qpn; dev->caps.port_mask[i] = dev->caps.port_type[i]; dev->caps.phys_port_id[i] = func_cap.phys_port_id; - if (mlx4_get_slave_pkey_gid_tbl_len(dev, i, - &dev->caps.gid_table_len[i], - &dev->caps.pkey_table_len[i])) + err = mlx4_get_slave_pkey_gid_tbl_len(dev, i, + &dev->caps.gid_table_len[i], + &dev->caps.pkey_table_len[i]); + if (err) goto err_mem; } @@ -694,6 +758,7 @@ mlx4_err(dev, "HCA reported UAR region size of 0x%x bigger than PCI resource 2 size of 0x%llx, aborting\n", dev->caps.uar_page_size * dev->caps.num_uars, (unsigned long long) pci_resource_len(dev->pdev, 2)); + err = -ENOMEM; goto err_mem; } @@ -707,11 +772,22 @@ if (hca_param.dev_cap_enabled & MLX4_DEV_CAP_64B_CQE_ENABLED) { dev->caps.cqe_size = 64; - dev->caps.userspace_caps |= MLX4_USER_DEV_CAP_64B_CQE; + dev->caps.userspace_caps |= MLX4_USER_DEV_CAP_LARGE_CQE; } else { dev->caps.cqe_size = 32; } + if (hca_param.dev_cap_enabled & MLX4_DEV_CAP_EQE_STRIDE_ENABLED) { + dev->caps.eqe_size = hca_param.eqe_size; + dev->caps.eqe_factor = 0; + } + + if (hca_param.dev_cap_enabled & MLX4_DEV_CAP_CQE_STRIDE_ENABLED) { + dev->caps.cqe_size = hca_param.cqe_size; + /* User still need to know when CQE > 32B */ + dev->caps.userspace_caps |= MLX4_USER_DEV_CAP_LARGE_CQE; + } + dev->caps.flags2 &= ~MLX4_DEV_CAP_FLAG2_TS; mlx4_warn(dev, "Timestamping is not supported in slave mode\n"); @@ -1587,7 +1663,12 @@ if (mlx4_is_master(dev)) mlx4_parav_master_pf_caps(dev); - profile = default_profile; + if (mlx4_low_memory_profile()) { + mlx4_info(dev, "Running from within kdump kernel. Using low memory profile\n"); + profile = low_mem_profile; + } else { + profile = default_profile; + } if (dev->caps.steering_mode == MLX4_STEERING_MODE_DEVICE_MANAGED) profile.num_mcg = MLX4_FS_NUM_MCG; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/mlx4.h +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/mlx4.h @@ -288,6 +288,9 @@ #define MLX4_MPT_STATUS_SW 0xF0 #define MLX4_MPT_STATUS_HW 0x00 +#define MLX4_CQE_SIZE_MASK_STRIDE 0x3 +#define MLX4_EQE_SIZE_MASK_STRIDE 0x30 + /* * Must be packed because mtt_seg is 64 bits but only aligned to 32 bits. */ @@ -1273,6 +1276,11 @@ struct mlx4_cmd_mailbox *inbox, struct mlx4_cmd_mailbox *outbox, struct mlx4_cmd_info *cmd); +int mlx4_ACCESS_REG_wrapper(struct mlx4_dev *dev, int slave, + struct mlx4_vhcr *vhcr, + struct mlx4_cmd_mailbox *inbox, + struct mlx4_cmd_mailbox *outbox, + struct mlx4_cmd_info *cmd); int mlx4_get_mgm_entry_size(struct mlx4_dev *dev); int mlx4_get_qp_per_mgm(struct mlx4_dev *dev); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h @@ -93,6 +93,8 @@ * OS related constants and tunables */ +#define MLX4_EN_PRIV_FLAGS_BLUEFLAME 1 + #define MLX4_EN_WATCHDOG_TIMEOUT (15 * HZ) /* Use the maximum between 16384 and a single page */ @@ -119,6 +121,7 @@ #define MLX4_EN_MIN_TX_SIZE (4096 / TXBB_SIZE) #define MLX4_EN_SMALL_PKT_SIZE 64 +#define MLX4_EN_MIN_TX_RING_P_UP 1 #define MLX4_EN_MAX_TX_RING_P_UP 32 #define MLX4_EN_NUM_UP 8 #define MLX4_EN_DEF_TX_RING_SIZE 512 @@ -280,6 +283,7 @@ unsigned long wake_queue; struct mlx4_bf bf; bool bf_enabled; + bool bf_alloced; struct netdev_queue *tx_queue; int hwtstamp_tx_type; int inline_thold; @@ -409,10 +413,16 @@ enum mlx4_qp_state indir_state; }; +enum mlx4_en_port_flag { + MLX4_EN_PORT_ANC = 1<<0, /* Auto-negotiation complete */ + MLX4_EN_PORT_ANE = 1<<1, /* Auto-negotiation enabled */ +}; + struct mlx4_en_port_state { int link_state; int link_speed; - int transciver; + int transceiver; + u32 flags; }; struct mlx4_en_pkt_stats { @@ -535,11 +545,12 @@ int registered; int allocated; int stride; - unsigned char prev_mac[ETH_ALEN + 2]; + unsigned char current_mac[ETH_ALEN + 2]; int mac_index; unsigned max_mtu; int base_qpn; int cqe_factor; + int cqe_size; struct mlx4_en_rss_map rss_map; __be32 ctrl_flags; @@ -594,6 +605,8 @@ #endif u64 tunnel_reg_id; __be16 vxlan_port; + + u32 pflags; }; enum mlx4_en_wol { @@ -608,6 +621,11 @@ struct rcu_head rcu; }; +static inline struct mlx4_cqe *mlx4_en_get_cqe(void *buf, int idx, int cqe_sz) +{ + return buf + idx * cqe_sz; +} + #ifdef CONFIG_NET_RX_BUSY_POLL static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq) { @@ -758,6 +776,7 @@ void mlx4_en_deactivate_tx_ring(struct mlx4_en_priv *priv, struct mlx4_en_tx_ring *ring); void mlx4_en_set_num_rx_rings(struct mlx4_en_dev *mdev); +void mlx4_en_recover_from_oom(struct mlx4_en_priv *priv); int mlx4_en_create_rx_ring(struct mlx4_en_priv *priv, struct mlx4_en_rx_ring **pring, u32 size, u16 stride, int node); @@ -808,6 +827,13 @@ void mlx4_en_ex_selftest(struct net_device *dev, u32 *flags, u64 *buf); void mlx4_en_ptp_overflow_check(struct mlx4_en_dev *mdev); +#define DEV_FEATURE_CHANGED(dev, new_features, feature) \ + ((dev->features & feature) ^ (new_features & feature)) + +int mlx4_en_reset_config(struct net_device *dev, + struct hwtstamp_config ts_config, + netdev_features_t new_features); + /* * Functions for time stamping */ @@ -817,9 +843,6 @@ u64 timestamp); void mlx4_en_init_timestamp(struct mlx4_en_dev *mdev); void mlx4_en_remove_timestamp(struct mlx4_en_dev *mdev); -int mlx4_en_timestamp_config(struct net_device *dev, - int tx_type, - int rx_filter); /* Globals */ --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/port.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/port.c @@ -1290,3 +1290,159 @@ return 0; } EXPORT_SYMBOL(mlx4_get_roce_gid_from_slave); + +/* Cable Module Info */ +#define MODULE_INFO_MAX_READ 48 + +#define I2C_ADDR_LOW 0x50 +#define I2C_ADDR_HIGH 0x51 +#define I2C_PAGE_SIZE 256 + +/* Module Info Data */ +struct mlx4_cable_info { + u8 i2c_addr; + u8 page_num; + __be16 dev_mem_address; + __be16 reserved1; + __be16 size; + __be32 reserved2[2]; + u8 data[MODULE_INFO_MAX_READ]; +}; + +enum cable_info_err { + CABLE_INF_INV_PORT = 0x1, + CABLE_INF_OP_NOSUP = 0x2, + CABLE_INF_NOT_CONN = 0x3, + CABLE_INF_NO_EEPRM = 0x4, + CABLE_INF_PAGE_ERR = 0x5, + CABLE_INF_INV_ADDR = 0x6, + CABLE_INF_I2C_ADDR = 0x7, + CABLE_INF_QSFP_VIO = 0x8, + CABLE_INF_I2C_BUSY = 0x9, +}; + +#define MAD_STATUS_2_CABLE_ERR(mad_status) ((mad_status >> 8) & 0xFF) + +static inline const char *cable_info_mad_err_str(u16 mad_status) +{ + u8 err = MAD_STATUS_2_CABLE_ERR(mad_status); + + switch (err) { + case CABLE_INF_INV_PORT: + return "invalid port selected"; + case CABLE_INF_OP_NOSUP: + return "operation not supported for this port (the port is of type CX4 or internal)"; + case CABLE_INF_NOT_CONN: + return "cable is not connected"; + case CABLE_INF_NO_EEPRM: + return "the connected cable has no EPROM (passive copper cable)"; + case CABLE_INF_PAGE_ERR: + return "page number is greater than 15"; + case CABLE_INF_INV_ADDR: + return "invalid device_address or size (that is, size equals 0 or address+size is greater than 256)"; + case CABLE_INF_I2C_ADDR: + return "invalid I2C slave address"; + case CABLE_INF_QSFP_VIO: + return "at least one cable violates the QSFP specification and ignores the modsel signal"; + case CABLE_INF_I2C_BUSY: + return "I2C bus is constantly busy"; + } + return "Unknown Error"; +} + +/** + * mlx4_get_module_info - Read cable module eeprom data + * @dev: mlx4_dev. + * @port: port number. + * @offset: byte offset in eeprom to start reading data from. + * @size: num of bytes to read. + * @data: output buffer to put the requested data into. + * + * Reads cable module eeprom data, puts the outcome data into + * data pointer paramer. + * Returns num of read bytes on success or a negative error + * code. + */ +int mlx4_get_module_info(struct mlx4_dev *dev, u8 port, + u16 offset, u16 size, u8 *data) +{ + struct mlx4_cmd_mailbox *inbox, *outbox; + struct mlx4_mad_ifc *inmad, *outmad; + struct mlx4_cable_info *cable_info; + u16 i2c_addr; + int ret; + + if (size > MODULE_INFO_MAX_READ) + size = MODULE_INFO_MAX_READ; + + inbox = mlx4_alloc_cmd_mailbox(dev); + if (IS_ERR(inbox)) + return PTR_ERR(inbox); + + outbox = mlx4_alloc_cmd_mailbox(dev); + if (IS_ERR(outbox)) { + mlx4_free_cmd_mailbox(dev, inbox); + return PTR_ERR(outbox); + } + + inmad = (struct mlx4_mad_ifc *)(inbox->buf); + outmad = (struct mlx4_mad_ifc *)(outbox->buf); + + inmad->method = 0x1; /* Get */ + inmad->class_version = 0x1; + inmad->mgmt_class = 0x1; + inmad->base_version = 0x1; + inmad->attr_id = cpu_to_be16(0xFF60); /* Module Info */ + + if (offset < I2C_PAGE_SIZE && offset + size > I2C_PAGE_SIZE) + /* Cross pages reads are not allowed + * read until offset 256 in low page + */ + size -= offset + size - I2C_PAGE_SIZE; + + i2c_addr = I2C_ADDR_LOW; + if (offset >= I2C_PAGE_SIZE) { + /* Reset offset to high page */ + i2c_addr = I2C_ADDR_HIGH; + offset -= I2C_PAGE_SIZE; + } + + cable_info = (struct mlx4_cable_info *)inmad->data; + cable_info->dev_mem_address = cpu_to_be16(offset); + cable_info->page_num = 0; + cable_info->i2c_addr = i2c_addr; + cable_info->size = cpu_to_be16(size); + + ret = mlx4_cmd_box(dev, inbox->dma, outbox->dma, port, 3, + MLX4_CMD_MAD_IFC, MLX4_CMD_TIME_CLASS_C, + MLX4_CMD_NATIVE); + if (ret) + goto out; + + if (be16_to_cpu(outmad->status)) { + /* Mad returned with bad status */ + ret = be16_to_cpu(outmad->status); + mlx4_warn(dev, + "MLX4_CMD_MAD_IFC Get Module info attr(%x) port(%d) i2c_addr(%x) offset(%d) size(%d): Response Mad Status(%x) - %s\n", + 0xFF60, port, i2c_addr, offset, size, + ret, cable_info_mad_err_str(ret)); + + if (i2c_addr == I2C_ADDR_HIGH && + MAD_STATUS_2_CABLE_ERR(ret) == CABLE_INF_I2C_ADDR) + /* Some SFP cables do not support i2c slave + * address 0x51 (high page), abort silently. + */ + ret = 0; + else + ret = -ret; + goto out; + } + cable_info = (struct mlx4_cable_info *)outmad->data; + memcpy(data, cable_info->data, size); + ret = size; +out: + mlx4_free_cmd_mailbox(dev, inbox); + mlx4_free_cmd_mailbox(dev, outbox); + return ret; +} +EXPORT_SYMBOL(mlx4_get_module_info); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @@ -1532,7 +1532,7 @@ switch (op) { case RES_OP_RESERVE: - count = get_param_l(&in_param); + count = get_param_l(&in_param) & 0xffffff; align = get_param_h(&in_param); err = mlx4_grant_resource(dev, slave, RES_QP, count, 0); if (err) --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c @@ -211,26 +211,28 @@ return 0; } +#define MLX5_U64_4K_PAGE_MASK ((~(u64)0U) << PAGE_SHIFT) + static void free_4k(struct mlx5_core_dev *dev, u64 addr) { struct fw_page *fwp; int n; - fwp = find_fw_page(dev, addr & PAGE_MASK); + fwp = find_fw_page(dev, addr & MLX5_U64_4K_PAGE_MASK); if (!fwp) { mlx5_core_warn(dev, "page not found\n"); return; } - n = (addr & ~PAGE_MASK) >> MLX5_ADAPTER_PAGE_SHIFT; + n = (addr & ~MLX5_U64_4K_PAGE_MASK) >> MLX5_ADAPTER_PAGE_SHIFT; fwp->free_count++; set_bit(n, &fwp->bitmask); if (fwp->free_count == MLX5_NUM_4K_IN_PAGE) { rb_erase(&fwp->rb_node, &dev->priv.page_root); if (fwp->free_count != 1) list_del(&fwp->list); - dma_unmap_page(&dev->pdev->dev, addr & PAGE_MASK, PAGE_SIZE, - DMA_BIDIRECTIONAL); + dma_unmap_page(&dev->pdev->dev, addr & MLX5_U64_4K_PAGE_MASK, + PAGE_SIZE, DMA_BIDIRECTIONAL); __free_page(fwp->page); kfree(fwp); } else if (fwp->free_count == 1) { --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/moxa/moxart_ether.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/moxa/moxart_ether.c @@ -456,9 +456,9 @@ res = platform_get_resource(pdev, IORESOURCE_MEM, 0); ndev->base_addr = res->start; priv->base = devm_ioremap_resource(p_dev, res); - ret = IS_ERR(priv->base); - if (ret) { + if (IS_ERR(priv->base)) { dev_err(p_dev, "devm_ioremap_resource failed\n"); + ret = PTR_ERR(priv->base); goto init_fail; } --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/myricom/myri10ge/myri10ge.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/myricom/myri10ge/myri10ge.c @@ -872,6 +872,10 @@ return -ENOMEM; dmatest_bus = pci_map_page(mgp->pdev, dmatest_page, 0, PAGE_SIZE, DMA_BIDIRECTIONAL); + if (unlikely(pci_dma_mapping_error(mgp->pdev, dmatest_bus))) { + __free_page(dmatest_page); + return -ENOMEM; + } /* Run a small DMA test. * The magic multipliers to the length tell the firmware @@ -1293,6 +1297,7 @@ int bytes, int watchdog) { struct page *page; + dma_addr_t bus; int idx; #if MYRI10GE_ALLOC_SIZE > 4096 int end_offset; @@ -1317,11 +1322,21 @@ rx->watchdog_needed = 1; return; } + + bus = pci_map_page(mgp->pdev, page, 0, + MYRI10GE_ALLOC_SIZE, + PCI_DMA_FROMDEVICE); + if (unlikely(pci_dma_mapping_error(mgp->pdev, bus))) { + __free_pages(page, MYRI10GE_ALLOC_ORDER); + if (rx->fill_cnt - rx->cnt < 16) + rx->watchdog_needed = 1; + return; + } + rx->page = page; rx->page_offset = 0; - rx->bus = pci_map_page(mgp->pdev, page, 0, - MYRI10GE_ALLOC_SIZE, - PCI_DMA_FROMDEVICE); + rx->bus = bus; + } rx->info[idx].page = rx->page; rx->info[idx].page_offset = rx->page_offset; @@ -2763,6 +2778,35 @@ mb(); } +static void myri10ge_unmap_tx_dma(struct myri10ge_priv *mgp, + struct myri10ge_tx_buf *tx, int idx) +{ + unsigned int len; + int last_idx; + + /* Free any DMA resources we've alloced and clear out the skb slot */ + last_idx = (idx + 1) & tx->mask; + idx = tx->req & tx->mask; + do { + len = dma_unmap_len(&tx->info[idx], len); + if (len) { + if (tx->info[idx].skb != NULL) + pci_unmap_single(mgp->pdev, + dma_unmap_addr(&tx->info[idx], + bus), len, + PCI_DMA_TODEVICE); + else + pci_unmap_page(mgp->pdev, + dma_unmap_addr(&tx->info[idx], + bus), len, + PCI_DMA_TODEVICE); + dma_unmap_len_set(&tx->info[idx], len, 0); + tx->info[idx].skb = NULL; + } + idx = (idx + 1) & tx->mask; + } while (idx != last_idx); +} + /* * Transmit a packet. We need to split the packet so that a single * segment does not cross myri10ge->tx_boundary, so this makes segment @@ -2786,7 +2830,7 @@ u32 low; __be32 high_swapped; unsigned int len; - int idx, last_idx, avail, frag_cnt, frag_idx, count, mss, max_segments; + int idx, avail, frag_cnt, frag_idx, count, mss, max_segments; u16 pseudo_hdr_offset, cksum_offset, queue; int cum_len, seglen, boundary, rdma_count; u8 flags, odd_flag; @@ -2883,9 +2927,12 @@ /* map the skb for DMA */ len = skb_headlen(skb); + bus = pci_map_single(mgp->pdev, skb->data, len, PCI_DMA_TODEVICE); + if (unlikely(pci_dma_mapping_error(mgp->pdev, bus))) + goto drop; + idx = tx->req & tx->mask; tx->info[idx].skb = skb; - bus = pci_map_single(mgp->pdev, skb->data, len, PCI_DMA_TODEVICE); dma_unmap_addr_set(&tx->info[idx], bus, bus); dma_unmap_len_set(&tx->info[idx], len, len); @@ -2984,12 +3031,16 @@ break; /* map next fragment for DMA */ - idx = (count + tx->req) & tx->mask; frag = &skb_shinfo(skb)->frags[frag_idx]; frag_idx++; len = skb_frag_size(frag); bus = skb_frag_dma_map(&mgp->pdev->dev, frag, 0, len, DMA_TO_DEVICE); + if (unlikely(pci_dma_mapping_error(mgp->pdev, bus))) { + myri10ge_unmap_tx_dma(mgp, tx, idx); + goto drop; + } + idx = (count + tx->req) & tx->mask; dma_unmap_addr_set(&tx->info[idx], bus, bus); dma_unmap_len_set(&tx->info[idx], len, len); } @@ -3020,31 +3071,8 @@ return NETDEV_TX_OK; abort_linearize: - /* Free any DMA resources we've alloced and clear out the skb - * slot so as to not trip up assertions, and to avoid a - * double-free if linearizing fails */ + myri10ge_unmap_tx_dma(mgp, tx, idx); - last_idx = (idx + 1) & tx->mask; - idx = tx->req & tx->mask; - tx->info[idx].skb = NULL; - do { - len = dma_unmap_len(&tx->info[idx], len); - if (len) { - if (tx->info[idx].skb != NULL) - pci_unmap_single(mgp->pdev, - dma_unmap_addr(&tx->info[idx], - bus), len, - PCI_DMA_TODEVICE); - else - pci_unmap_page(mgp->pdev, - dma_unmap_addr(&tx->info[idx], - bus), len, - PCI_DMA_TODEVICE); - dma_unmap_len_set(&tx->info[idx], len, 0); - tx->info[idx].skb = NULL; - } - idx = (idx + 1) & tx->mask; - } while (idx != last_idx); if (skb_is_gso(skb)) { netdev_err(mgp->dev, "TSO but wanted to linearize?!?!?\n"); goto drop; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/neterion/vxge/vxge-main.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/neterion/vxge/vxge-main.c @@ -4220,6 +4220,9 @@ return ret; } +#define VXGE_PXE_FIRMWARE "vxge/X3fw-pxe.ncf" +#define VXGE_FIRMWARE "vxge/X3fw.ncf" + static int vxge_probe_fw_update(struct vxgedev *vdev) { u32 maj, min, bld; @@ -4262,9 +4265,9 @@ } } if (gpxe) - fw_name = "vxge/X3fw-pxe.ncf"; + fw_name = VXGE_PXE_FIRMWARE; else - fw_name = "vxge/X3fw.ncf"; + fw_name = VXGE_FIRMWARE; ret = vxge_fw_upgrade(vdev, fw_name, 0); /* -EINVAL and -ENOENT are not fatal errors for flashing firmware on @@ -4869,3 +4872,5 @@ } module_init(vxge_starter); module_exit(vxge_closer); +MODULE_FIRMWARE(VXGE_PXE_FIRMWARE); +MODULE_FIRMWARE(VXGE_FIRMWARE); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c @@ -2391,7 +2391,10 @@ work_done = netxen_process_rcv_ring(sds_ring, budget); - if ((work_done < budget) && tx_complete) { + if (!tx_complete) + work_done = budget; + + if (work_done < budget) { napi_complete(&sds_ring->napi); if (test_bit(__NX_DEV_UP, &adapter->state)) netxen_nic_enable_int(sds_ring); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c @@ -246,12 +246,13 @@ u32 state; state = QLCRDX(ahw, QLC_83XX_VNIC_STATE); - while (state != QLCNIC_DEV_NPAR_OPER && idc->vnic_wait_limit--) { + while (state != QLCNIC_DEV_NPAR_OPER && idc->vnic_wait_limit) { + idc->vnic_wait_limit--; msleep(1000); state = QLCRDX(ahw, QLC_83XX_VNIC_STATE); } - if (!idc->vnic_wait_limit) { + if (state != QLCNIC_DEV_NPAR_OPER) { dev_err(&adapter->pdev->dev, "vNIC mode not operational, state check timed out.\n"); return -EIO; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/qlogic/qlge/qlge_main.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/qlogic/qlge/qlge_main.c @@ -2351,23 +2351,29 @@ { struct ql_adapter *qdev = netdev_priv(ndev); int status = 0; + bool need_restart = netif_running(ndev); - status = ql_adapter_down(qdev); - if (status) { - netif_err(qdev, link, qdev->ndev, - "Failed to bring down the adapter\n"); - return status; + if (need_restart) { + status = ql_adapter_down(qdev); + if (status) { + netif_err(qdev, link, qdev->ndev, + "Failed to bring down the adapter\n"); + return status; + } } /* update the features with resent change */ ndev->features = features; - status = ql_adapter_up(qdev); - if (status) { - netif_err(qdev, link, qdev->ndev, - "Failed to bring up the adapter\n"); - return status; + if (need_restart) { + status = ql_adapter_up(qdev); + if (status) { + netif_err(qdev, link, qdev->ndev, + "Failed to bring up the adapter\n"); + return status; + } } + return status; } --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/renesas/sh_eth.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/renesas/sh_eth.c @@ -1427,6 +1427,7 @@ if (mdp->cd->shift_rd0) desc_status >>= 16; + skb = mdp->rx_skbuff[entry]; if (desc_status & (RD_RFS1 | RD_RFS2 | RD_RFS3 | RD_RFS4 | RD_RFS5 | RD_RFS6 | RD_RFS10)) { ndev->stats.rx_errors++; @@ -1442,12 +1443,11 @@ ndev->stats.rx_missed_errors++; if (desc_status & RD_RFS10) ndev->stats.rx_over_errors++; - } else { + } else if (skb) { if (!mdp->cd->hw_swap) sh_eth_soft_swap( phys_to_virt(ALIGN(rxdesc->addr, 4)), pkt_len + 2); - skb = mdp->rx_skbuff[entry]; mdp->rx_skbuff[entry] = NULL; if (mdp->cd->rpadir) skb_reserve(skb, NET_IP_ALIGN); @@ -2115,8 +2115,7 @@ txdesc = &mdp->tx_ring[entry]; /* soft swap. */ if (!mdp->cd->hw_swap) - sh_eth_soft_swap(phys_to_virt(ALIGN(txdesc->addr, 4)), - skb->len + 2); + sh_eth_soft_swap(PTR_ALIGN(skb->data, 4), skb->len + 2); txdesc->addr = dma_map_single(&ndev->dev, skb->data, skb->len, DMA_TO_DEVICE); if (skb->len < ETH_ZLEN) --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/sfc/selftest.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/sfc/selftest.c @@ -46,7 +46,7 @@ struct iphdr ip; struct udphdr udp; __be16 iteration; - const char msg[64]; + char msg[64]; } __packed; /* Loopback test source MAC address */ --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/smsc/smsc911x.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/smsc/smsc911x.c @@ -1342,6 +1342,42 @@ spin_unlock(&pdata->mac_lock); } +static int smsc911x_phy_general_power_up(struct smsc911x_data *pdata) +{ + int rc = 0; + + if (!pdata->phy_dev) + return rc; + + /* If the internal PHY is in General Power-Down mode, all, except the + * management interface, is powered-down and stays in that condition as + * long as Phy register bit 0.11 is HIGH. + * + * In that case, clear the bit 0.11, so the PHY powers up and we can + * access to the phy registers. + */ + rc = phy_read(pdata->phy_dev, MII_BMCR); + if (rc < 0) { + SMSC_WARN(pdata, drv, "Failed reading PHY control reg"); + return rc; + } + + /* If the PHY general power-down bit is not set is not necessary to + * disable the general power down-mode. + */ + if (rc & BMCR_PDOWN) { + rc = phy_write(pdata->phy_dev, MII_BMCR, rc & ~BMCR_PDOWN); + if (rc < 0) { + SMSC_WARN(pdata, drv, "Failed writing PHY control reg"); + return rc; + } + + usleep_range(1000, 1500); + } + + return 0; +} + static int smsc911x_phy_disable_energy_detect(struct smsc911x_data *pdata) { int rc = 0; @@ -1415,6 +1451,16 @@ int ret; /* + * Make sure to power-up the PHY chip before doing a reset, otherwise + * the reset fails. + */ + ret = smsc911x_phy_general_power_up(pdata); + if (ret) { + SMSC_WARN(pdata, drv, "Failed to power-up the PHY chip"); + return ret; + } + + /* * LAN9210/LAN9211/LAN9220/LAN9221 chips have an internal PHY that * are initialized in a Energy Detect Power-Down mode that prevents * the MAC chip to be software reseted. So we have to wakeup the PHY --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/stmicro/stmmac/descs.h +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/stmicro/stmmac/descs.h @@ -158,6 +158,8 @@ u32 buffer2_size:13; u32 reserved4:3; } etx; /* -- enhanced -- */ + + u64 all_flags; } des01; unsigned int des2; unsigned int des3; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/stmicro/stmmac/enh_desc.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/stmicro/stmmac/enh_desc.c @@ -240,6 +240,7 @@ static void enh_desc_init_rx_desc(struct dma_desc *p, int disable_rx_ic, int mode, int end) { + p->des01.all_flags = 0; p->des01.erx.own = 1; p->des01.erx.buffer1_size = BUF_SIZE_8KiB - 1; @@ -254,7 +255,7 @@ static void enh_desc_init_tx_desc(struct dma_desc *p, int mode, int end) { - p->des01.etx.own = 0; + p->des01.all_flags = 0; if (mode == STMMAC_CHAIN_MODE) ehn_desc_tx_set_on_chain(p, end); else --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/stmicro/stmmac/norm_desc.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/stmicro/stmmac/norm_desc.c @@ -123,6 +123,7 @@ static void ndesc_init_rx_desc(struct dma_desc *p, int disable_rx_ic, int mode, int end) { + p->des01.all_flags = 0; p->des01.rx.own = 1; p->des01.rx.buffer1_size = BUF_SIZE_2KiB - 1; @@ -137,7 +138,7 @@ static void ndesc_init_tx_desc(struct dma_desc *p, int mode, int end) { - p->des01.tx.own = 0; + p->des01.all_flags = 0; if (mode == STMMAC_CHAIN_MODE) ndesc_tx_set_on_chain(p, end); else --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c @@ -723,10 +723,13 @@ { struct stmmac_priv *priv = netdev_priv(dev); - if ((priv->hwts_tx_en) && (priv->hwts_rx_en)) { + if ((priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) { - info->so_timestamping = SOF_TIMESTAMPING_TX_HARDWARE | + info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE | + SOF_TIMESTAMPING_TX_HARDWARE | + SOF_TIMESTAMPING_RX_SOFTWARE | SOF_TIMESTAMPING_RX_HARDWARE | + SOF_TIMESTAMPING_SOFTWARE | SOF_TIMESTAMPING_RAW_HARDWARE; if (priv->ptp_clock) --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c @@ -828,8 +828,11 @@ * 0 rather than 0xffff. Catch this here and treat 0 as a non-existent * device as well. * Note: phydev->phy_id is the result of reading the UID PHY registers. + * But phy_id returned from fixed phy is always zero, so bypass the + * check for fixed phy. */ - if (phydev->phy_id == 0) { + if (phydev->phy_id == 0 && (!priv->plat->phy_bus_name || + strcmp(priv->plat->phy_bus_name,"fixed"))) { phy_disconnect(phydev); return -ENODEV; } @@ -1142,41 +1145,41 @@ goto err_tx_skbuff; if (priv->extend_desc) { - priv->dma_erx = dma_alloc_coherent(priv->device, rxsize * - sizeof(struct - dma_extended_desc), - &priv->dma_rx_phy, - GFP_KERNEL); + priv->dma_erx = dma_zalloc_coherent(priv->device, rxsize * + sizeof(struct + dma_extended_desc), + &priv->dma_rx_phy, + GFP_KERNEL); if (!priv->dma_erx) goto err_dma; - priv->dma_etx = dma_alloc_coherent(priv->device, txsize * - sizeof(struct - dma_extended_desc), - &priv->dma_tx_phy, - GFP_KERNEL); + priv->dma_etx = dma_zalloc_coherent(priv->device, txsize * + sizeof(struct + dma_extended_desc), + &priv->dma_tx_phy, + GFP_KERNEL); if (!priv->dma_etx) { dma_free_coherent(priv->device, priv->dma_rx_size * - sizeof(struct dma_extended_desc), - priv->dma_erx, priv->dma_rx_phy); + sizeof(struct dma_extended_desc), + priv->dma_erx, priv->dma_rx_phy); goto err_dma; } } else { - priv->dma_rx = dma_alloc_coherent(priv->device, rxsize * - sizeof(struct dma_desc), - &priv->dma_rx_phy, - GFP_KERNEL); + priv->dma_rx = dma_zalloc_coherent(priv->device, rxsize * + sizeof(struct dma_desc), + &priv->dma_rx_phy, + GFP_KERNEL); if (!priv->dma_rx) goto err_dma; - priv->dma_tx = dma_alloc_coherent(priv->device, txsize * - sizeof(struct dma_desc), - &priv->dma_tx_phy, - GFP_KERNEL); + priv->dma_tx = dma_zalloc_coherent(priv->device, txsize * + sizeof(struct dma_desc), + &priv->dma_tx_phy, + GFP_KERNEL); if (!priv->dma_tx) { dma_free_coherent(priv->device, priv->dma_rx_size * - sizeof(struct dma_desc), - priv->dma_rx, priv->dma_rx_phy); + sizeof(struct dma_desc), + priv->dma_rx, priv->dma_rx_phy); goto err_dma; } } --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "stmmac.h" static const struct of_device_id stmmac_dt_ids[] = { @@ -135,6 +136,15 @@ plat->pmt = 1; } + if (of_phy_is_fixed_link(np)) { + int ret = of_phy_register_fixed_link(np); + if (ret) { + dev_err(&pdev->dev, "failed to register fixed PHY\n"); + return ret; + } + plat->phy_bus_name = "fixed"; + } + if (of_device_is_compatible(np, "snps,dwmac-3.610") || of_device_is_compatible(np, "snps,dwmac-3.710")) { plat->enh_desc = 1; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/sun/niu.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/sun/niu.c @@ -6665,10 +6665,8 @@ struct sk_buff *skb_new; skb_new = skb_realloc_headroom(skb, len); - if (!skb_new) { - rp->tx_errors++; + if (!skb_new) goto out_drop; - } kfree_skb(skb); skb = skb_new; } else --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/sun/sunvnet.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/sun/sunvnet.c @@ -668,7 +668,7 @@ spin_lock_irqsave(&port->vio.lock, flags); dr = &port->vio.drings[VIO_DRIVER_TX_RING]; - if (unlikely(vnet_tx_dring_avail(dr) < 2)) { + if (unlikely(vnet_tx_dring_avail(dr) < 1)) { if (!netif_queue_stopped(dev)) { netif_stop_queue(dev); @@ -716,7 +716,7 @@ dev->stats.tx_bytes += skb->len; dr->prod = (dr->prod + 1) & (VNET_TX_RING_SIZE - 1); - if (unlikely(vnet_tx_dring_avail(dr) < 2)) { + if (unlikely(vnet_tx_dring_avail(dr) < 1)) { netif_stop_queue(dev); if (vnet_tx_dring_avail(dr) > VNET_TX_WAKEUP_THRESH(dr)) netif_wake_queue(dev); --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/ti/Kconfig +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/ti/Kconfig @@ -62,6 +62,8 @@ select TI_DAVINCI_CPDMA select TI_DAVINCI_MDIO select TI_CPSW_PHY_SEL + select MFD_SYSCON + select REGMAP ---help--- This driver supports TI's CPSW Ethernet Switch. --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/ti/cpsw.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/ti/cpsw.c @@ -33,6 +33,8 @@ #include #include #include +#include +#include #include @@ -507,9 +509,11 @@ (func)(slave++, ##arg); \ } while (0) #define cpsw_get_slave_ndev(priv, __slave_no__) \ - (priv->slaves[__slave_no__].ndev) + ((__slave_no__ < priv->data.slaves) ? \ + priv->slaves[__slave_no__].ndev : NULL) #define cpsw_get_slave_priv(priv, __slave_no__) \ - ((priv->slaves[__slave_no__].ndev) ? \ + (((__slave_no__ < priv->data.slaves) && \ + (priv->slaves[__slave_no__].ndev)) ? \ netdev_priv(priv->slaves[__slave_no__].ndev) : NULL) \ #define cpsw_dual_emac_src_port_detect(status, priv, ndev, skb) \ @@ -606,7 +610,7 @@ /* Clear all mcast from ALE */ cpsw_ale_flush_multicast(ale, ALE_ALL_PORTS << - priv->host_port); + priv->host_port, -1); /* Flood All Unicast Packets to Host port */ cpsw_ale_control_set(ale, 0, ALE_P0_UNI_FLOOD, 1); @@ -630,6 +634,12 @@ static void cpsw_ndo_set_rx_mode(struct net_device *ndev) { struct cpsw_priv *priv = netdev_priv(ndev); + int vid; + + if (priv->data.dual_emac) + vid = priv->slaves[priv->emac_port].port_vlan; + else + vid = priv->data.default_vlan; if (ndev->flags & IFF_PROMISC) { /* Enable promiscuous mode */ @@ -641,7 +651,8 @@ } /* Clear all mcast from ALE */ - cpsw_ale_flush_multicast(priv->ale, ALE_ALL_PORTS << priv->host_port); + cpsw_ale_flush_multicast(priv->ale, ALE_ALL_PORTS << priv->host_port, + vid); if (!netdev_mc_empty(ndev)) { struct netdev_hw_addr *ha; @@ -726,6 +737,14 @@ static irqreturn_t cpsw_interrupt(int irq, void *dev_id) { struct cpsw_priv *priv = dev_id; + int value = irq - priv->irqs_table[0]; + + /* NOTICE: Ending IRQ here. The trick with the 'value' variable above + * is to make sure we will always write the correct value to the EOI + * register. Namely 0 for RX_THRESH Interrupt, 1 for RX Interrupt, 2 + * for TX Interrupt and 3 for MISC Interrupt. + */ + cpdma_ctlr_eoi(priv->dma, value); cpsw_intr_disable(priv); if (priv->irq_enabled == true) { @@ -755,8 +774,6 @@ int num_tx, num_rx; num_tx = cpdma_chan_process(priv->txch, 128); - if (num_tx) - cpdma_ctlr_eoi(priv->dma, CPDMA_EOI_TX); num_rx = cpdma_chan_process(priv->rxch, budget); if (num_rx < budget) { @@ -764,7 +781,6 @@ napi_complete(napi); cpsw_intr_enable(priv); - cpdma_ctlr_eoi(priv->dma, CPDMA_EOI_RX); prim_cpsw = cpsw_get_slave_priv(priv, 0); if (prim_cpsw->irq_enabled == false) { prim_cpsw->irq_enabled = true; @@ -1271,8 +1287,6 @@ napi_enable(&priv->napi); cpdma_ctlr_start(priv->dma); cpsw_intr_enable(priv); - cpdma_ctlr_eoi(priv->dma, CPDMA_EOI_RX); - cpdma_ctlr_eoi(priv->dma, CPDMA_EOI_TX); prim_cpsw = cpsw_get_slave_priv(priv, 0); if (prim_cpsw->irq_enabled == false) { @@ -1539,9 +1553,6 @@ cpdma_chan_start(priv->txch); cpdma_ctlr_int_ctrl(priv->dma, true); cpsw_intr_enable(priv); - cpdma_ctlr_eoi(priv->dma, CPDMA_EOI_RX); - cpdma_ctlr_eoi(priv->dma, CPDMA_EOI_TX); - } static int cpsw_ndo_set_mac_address(struct net_device *ndev, void *p) @@ -1581,9 +1592,6 @@ cpsw_interrupt(ndev->irq, priv); cpdma_ctlr_int_ctrl(priv->dma, true); cpsw_intr_enable(priv); - cpdma_ctlr_eoi(priv->dma, CPDMA_EOI_RX); - cpdma_ctlr_eoi(priv->dma, CPDMA_EOI_TX); - } #endif @@ -1627,6 +1635,19 @@ if (vid == priv->data.default_vlan) return 0; + if (priv->data.dual_emac) { + /* In dual EMAC, reserved VLAN id should not be used for + * creating VLAN interfaces as this can break the dual + * EMAC port separation + */ + int i; + + for (i = 0; i < priv->data.slaves; i++) { + if (vid == priv->slaves[i].port_vlan) + return -EINVAL; + } + } + dev_info(priv->dev, "Adding vlanid %d to vlan filter\n", vid); return cpsw_add_vlan_ale_entry(priv, vid); } @@ -1640,6 +1661,15 @@ if (vid == priv->data.default_vlan) return 0; + if (priv->data.dual_emac) { + int i; + + for (i = 0; i < priv->data.slaves; i++) { + if (vid == priv->slaves[i].port_vlan) + return -EINVAL; + } + } + dev_info(priv->dev, "removing vlanid %d from vlan filter\n", vid); ret = cpsw_ale_del_vlan(priv->ale, vid, 0); if (ret != 0) @@ -1801,6 +1831,36 @@ slave->port_vlan = data->dual_emac_res_vlan; } +#define AM33XX_CTRL_MAC_LO_REG(id) (0x630 + 0x8 * id) +#define AM33XX_CTRL_MAC_HI_REG(id) (0x630 + 0x8 * id + 0x4) + +static int cpsw_am33xx_cm_get_macid(struct device *dev, int slave, + u8 *mac_addr) +{ + u32 macid_lo; + u32 macid_hi; + struct regmap *syscon; + + syscon = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); + if (IS_ERR(syscon)) { + if (PTR_ERR(syscon) == -ENODEV) + return 0; + return PTR_ERR(syscon); + } + + regmap_read(syscon, AM33XX_CTRL_MAC_LO_REG(slave), &macid_lo); + regmap_read(syscon, AM33XX_CTRL_MAC_HI_REG(slave), &macid_hi); + + mac_addr[5] = (macid_lo >> 8) & 0xff; + mac_addr[4] = macid_lo & 0xff; + mac_addr[3] = (macid_hi >> 24) & 0xff; + mac_addr[2] = (macid_hi >> 16) & 0xff; + mac_addr[1] = (macid_hi >> 8) & 0xff; + mac_addr[0] = macid_hi & 0xff; + + return 0; +} + static int cpsw_probe_dt(struct cpsw_platform_data *data, struct platform_device *pdev) { @@ -1906,15 +1966,23 @@ mdio = of_find_device_by_node(mdio_node); of_node_put(mdio_node); if (!mdio) { - pr_err("Missing mdio platform device\n"); + dev_err(&pdev->dev, "Missing mdio platform device\n"); return -EINVAL; } snprintf(slave_data->phy_id, sizeof(slave_data->phy_id), PHY_ID_FMT, mdio->name, phyid); mac_addr = of_get_mac_address(slave_node); - if (mac_addr) + if (mac_addr) { memcpy(slave_data->mac_addr, mac_addr, ETH_ALEN); + } else { + if (of_machine_is_compatible("ti,am33xx")) { + ret = cpsw_am33xx_cm_get_macid(&pdev->dev, i, + slave_data->mac_addr); + if (ret) + return ret; + } + } slave_data->phy_if = of_get_phy_mode(slave_node); if (slave_data->phy_if < 0) { @@ -2048,6 +2116,7 @@ priv->irq_enabled = true; if (!priv->cpts) { dev_err(&pdev->dev, "error allocating cpts\n"); + ret = -ENOMEM; goto clean_ndev_ret; } --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/ti/cpsw.h +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/ti/cpsw.h @@ -15,6 +15,7 @@ #define __CPSW_H__ #include +#include struct cpsw_slave_data { char phy_id[MII_BUS_ID_SIZE]; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/ti/cpsw_ale.c +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/ti/cpsw_ale.c @@ -236,7 +236,7 @@ cpsw_ale_set_entry_type(ale_entry, ALE_TYPE_FREE); } -int cpsw_ale_flush_multicast(struct cpsw_ale *ale, int port_mask) +int cpsw_ale_flush_multicast(struct cpsw_ale *ale, int port_mask, int vid) { u32 ale_entry[ALE_ENTRY_WORDS]; int ret, idx; @@ -247,6 +247,14 @@ if (ret != ALE_TYPE_ADDR && ret != ALE_TYPE_VLAN_ADDR) continue; + /* if vid passed is -1 then remove all multicast entry from + * the table irrespective of vlan id, if a valid vlan id is + * passed then remove only multicast added to that vlan id. + * if vlan id doesn't match then move on to next entry. + */ + if (vid != -1 && cpsw_ale_get_vlan_id(ale_entry) != vid) + continue; + if (cpsw_ale_get_mcast(ale_entry)) { u8 addr[6]; --- linux-lts-utopic-3.16.0.orig/drivers/net/ethernet/ti/cpsw_ale.h +++ linux-lts-utopic-3.16.0/drivers/net/ethernet/ti/cpsw_ale.h @@ -88,7 +88,7 @@ int cpsw_ale_set_ageout(struct cpsw_ale *ale, int ageout); int cpsw_ale_flush(struct cpsw_ale *ale, int port_mask); -int cpsw_ale_flush_multicast(struct cpsw_ale *ale, int port_mask); +int cpsw_ale_flush_multicast(struct cpsw_ale *ale, int port_mask, int vid); int cpsw_ale_add_ucast(struct cpsw_ale *ale, u8 *addr, int port, int flags, u16 vid); int cpsw_ale_del_ucast(struct cpsw_ale *ale, u8 *addr, int port, --- linux-lts-utopic-3.16.0.orig/drivers/net/hyperv/hyperv_net.h +++ linux-lts-utopic-3.16.0/drivers/net/hyperv/hyperv_net.h @@ -581,6 +581,7 @@ #define NETVSC_MTU 65536 +#define NETVSC_MTU_MIN 68 #define NETVSC_RECEIVE_BUFFER_SIZE (1024*1024*16) /* 16MB */ #define NETVSC_RECEIVE_BUFFER_SIZE_LEGACY (1024*1024*15) /* 15MB */ --- linux-lts-utopic-3.16.0.orig/drivers/net/hyperv/netvsc.c +++ linux-lts-utopic-3.16.0/drivers/net/hyperv/netvsc.c @@ -431,7 +431,8 @@ /* NVSPv2 only: Send NDIS config */ memset(init_packet, 0, sizeof(struct nvsp_message)); init_packet->hdr.msg_type = NVSP_MSG2_TYPE_SEND_NDIS_CONFIG; - init_packet->msg.v2_msg.send_ndis_config.mtu = net_device->ndev->mtu; + init_packet->msg.v2_msg.send_ndis_config.mtu = net_device->ndev->mtu + + ETH_HLEN; init_packet->msg.v2_msg.send_ndis_config.capability.ieee8021q = 1; ret = vmbus_sendpacket(device->channel, init_packet, @@ -707,7 +708,8 @@ u64 req_id; unsigned int section_index = NETVSC_INVALID_INDEX; u32 msg_size = 0; - struct sk_buff *skb; + struct sk_buff *skb = NULL; + u16 q_idx = packet->q_idx; net_device = get_outbound_net_device(device); @@ -733,8 +735,6 @@ packet); skb = (struct sk_buff *) (unsigned long)packet->send_completion_tid; - if (skb) - dev_kfree_skb_any(skb); packet->page_buf_cnt = 0; } } @@ -772,24 +772,24 @@ if (ret == 0) { atomic_inc(&net_device->num_outstanding_sends); - atomic_inc(&net_device->queue_sends[packet->q_idx]); + atomic_inc(&net_device->queue_sends[q_idx]); if (hv_ringbuf_avail_percent(&out_channel->outbound) < RING_AVAIL_PERCENT_LOWATER) { netif_tx_stop_queue(netdev_get_tx_queue( - ndev, packet->q_idx)); + ndev, q_idx)); if (atomic_read(&net_device-> - queue_sends[packet->q_idx]) < 1) + queue_sends[q_idx]) < 1) netif_tx_wake_queue(netdev_get_tx_queue( - ndev, packet->q_idx)); + ndev, q_idx)); } } else if (ret == -EAGAIN) { netif_tx_stop_queue(netdev_get_tx_queue( - ndev, packet->q_idx)); - if (atomic_read(&net_device->queue_sends[packet->q_idx]) < 1) { + ndev, q_idx)); + if (atomic_read(&net_device->queue_sends[q_idx]) < 1) { netif_tx_wake_queue(netdev_get_tx_queue( - ndev, packet->q_idx)); + ndev, q_idx)); ret = -ENOSPC; } } else { @@ -797,6 +797,13 @@ packet, ret); } + if (ret != 0) { + if (section_index != NETVSC_INVALID_INDEX) + netvsc_free_send_slot(net_device, section_index); + } else if (skb) { + dev_kfree_skb_any(skb); + } + return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/net/hyperv/netvsc_drv.c +++ linux-lts-utopic-3.16.0/drivers/net/hyperv/netvsc_drv.c @@ -101,7 +101,7 @@ return ret; } - netif_tx_start_all_queues(net); + netif_tx_wake_all_queues(net); nvdev = hv_get_drvdata(device_obj); rdev = nvdev->extension; @@ -115,15 +115,56 @@ { struct net_device_context *net_device_ctx = netdev_priv(net); struct hv_device *device_obj = net_device_ctx->device_ctx; + struct netvsc_device *nvdev = hv_get_drvdata(device_obj); int ret; + u32 aread, awrite, i, msec = 10, retry = 0, retry_max = 20; + struct vmbus_channel *chn; netif_tx_disable(net); /* Make sure netvsc_set_multicast_list doesn't re-enable filter! */ cancel_work_sync(&net_device_ctx->work); ret = rndis_filter_close(device_obj); - if (ret != 0) + if (ret != 0) { netdev_err(net, "unable to close device (ret %d).\n", ret); + return ret; + } + + /* Ensure pending bytes in ring are read */ + while (true) { + aread = 0; + for (i = 0; i < nvdev->num_chn; i++) { + chn = nvdev->chn_table[i]; + if (!chn) + continue; + + hv_get_ringbuffer_availbytes(&chn->inbound, &aread, + &awrite); + + if (aread) + break; + + hv_get_ringbuffer_availbytes(&chn->outbound, &aread, + &awrite); + + if (aread) + break; + } + + retry++; + if (retry > retry_max || aread == 0) + break; + + msleep(msec); + + if (msec < 1000) + msec *= 2; + } + + if (aread) { + netdev_err(net, "Ring buffer not empty after closing rndis\n"); + ret = -ETIMEDOUT; + } return ret; } @@ -387,6 +428,7 @@ int hdr_offset; u32 net_trans_info; u32 hash; + u32 skb_length = skb->len; /* We will atmost need two pages to describe the rndis @@ -555,6 +597,7 @@ do_send: /* Start filling in the page buffers with the rndis hdr */ rndis_msg->msg_len += rndis_msg_size; + packet->total_data_buflen = rndis_msg->msg_len; packet->page_buf_cnt = init_page_array(rndis_msg, rndis_msg_size, skb, &packet->page_buf[0]); @@ -562,7 +605,7 @@ drop: if (ret == 0) { - net->stats.tx_bytes += skb->len; + net->stats.tx_bytes += skb_length; net->stats.tx_packets++; } else { kfree(packet); @@ -683,19 +726,22 @@ struct netvsc_device *nvdev = hv_get_drvdata(hdev); struct netvsc_device_info device_info; int limit = ETH_DATA_LEN; + int ret = 0; if (nvdev == NULL || nvdev->destroy) return -ENODEV; if (nvdev->nvsp_version >= NVSP_PROTOCOL_VERSION_2) - limit = NETVSC_MTU; + limit = NETVSC_MTU - ETH_HLEN; - if (mtu < 68 || mtu > limit) + if (mtu < NETVSC_MTU_MIN || mtu > limit) return -EINVAL; + ret = netvsc_close(ndev); + if (ret) + goto out; + nvdev->start_remove = true; - cancel_work_sync(&ndevctx->work); - netif_tx_disable(ndev); rndis_filter_device_remove(hdev); ndev->mtu = mtu; @@ -704,9 +750,11 @@ hv_set_drvdata(hdev, ndev); device_info.ring_size = ring_size; rndis_filter_device_add(hdev, &device_info); - netif_tx_wake_all_queues(ndev); - return 0; +out: + netvsc_open(ndev); + + return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/net/hyperv/rndis_filter.c +++ linux-lts-utopic-3.16.0/drivers/net/hyperv/rndis_filter.c @@ -1016,6 +1016,7 @@ int t; struct ndis_recv_scale_cap rsscap; u32 rsscap_size = sizeof(struct ndis_recv_scale_cap); + u32 mtu, size; rndis_device = get_rndis_device(); if (!rndis_device) @@ -1047,6 +1048,14 @@ return ret; } + /* Get the MTU from the host */ + size = sizeof(u32); + ret = rndis_filter_query_device(rndis_device, + RNDIS_OID_GEN_MAXIMUM_FRAME_SIZE, + &mtu, &size); + if (ret == 0 && size == sizeof(u32) && mtu < net_device->ndev->mtu) + net_device->ndev->mtu = mtu; + /* Get the mac address */ ret = rndis_filter_query_device_mac(rndis_device); if (ret != 0) { --- linux-lts-utopic-3.16.0.orig/drivers/net/ieee802154/fakehard.c +++ linux-lts-utopic-3.16.0/drivers/net/ieee802154/fakehard.c @@ -376,17 +376,20 @@ err = wpan_phy_register(phy); if (err) - goto out; + goto err_phy_reg; err = register_netdev(dev); - if (err < 0) - goto out; + if (err) + goto err_netdev_reg; dev_info(&pdev->dev, "Added ieee802154 HardMAC hardware\n"); return 0; -out: - unregister_netdev(dev); +err_netdev_reg: + wpan_phy_unregister(phy); +err_phy_reg: + free_netdev(dev); + wpan_phy_free(phy); return err; } --- linux-lts-utopic-3.16.0.orig/drivers/net/macvlan.c +++ linux-lts-utopic-3.16.0/drivers/net/macvlan.c @@ -36,6 +36,7 @@ #include #define MACVLAN_HASH_SIZE (1 << BITS_PER_BYTE) +#define MACVLAN_BC_QUEUE_LEN 1000 struct macvlan_port { struct net_device *dev; @@ -45,10 +46,9 @@ struct sk_buff_head bc_queue; struct work_struct bc_work; bool passthru; + int count; }; -#define MACVLAN_PORT_IS_EMPTY(port) list_empty(&port->vlans) - struct macvlan_skb_cb { const struct macvlan_dev *src; }; @@ -201,7 +201,7 @@ struct sk_buff *skb; struct sk_buff_head list; - skb_queue_head_init(&list); + __skb_queue_head_init(&list); spin_lock_bh(&port->bc_queue.lock); skb_queue_splice_tail_init(&port->bc_queue, &list); @@ -249,7 +249,7 @@ goto err; spin_lock(&port->bc_queue.lock); - if (skb_queue_len(&port->bc_queue) < skb->dev->tx_queue_len) { + if (skb_queue_len(&port->bc_queue) < MACVLAN_BC_QUEUE_LEN) { __skb_queue_tail(&port->bc_queue, nskb); err = 0; } @@ -284,6 +284,7 @@ skb = ip_check_defrag(skb, IP_DEFRAG_MACVLAN); if (!skb) return RX_HANDLER_CONSUMED; + *pskb = skb; eth = eth_hdr(skb); src = macvlan_hash_lookup(port, eth->h_source); if (src && src->mode != MACVLAN_MODE_VEPA && @@ -319,6 +320,7 @@ if (!skb) goto out; + *pskb = skb; skb->dev = dev; skb->pkt_type = PACKET_HOST; @@ -646,6 +648,7 @@ (lowerdev->state & MACVLAN_STATE_MASK); dev->features = lowerdev->features & MACVLAN_FEATURES; dev->features |= ALWAYS_ON_FEATURES; + dev->vlan_features = lowerdev->vlan_features & MACVLAN_FEATURES; dev->gso_max_size = lowerdev->gso_max_size; dev->iflink = lowerdev->ifindex; dev->hard_header_len = lowerdev->hard_header_len; @@ -666,7 +669,8 @@ free_percpu(vlan->pcpu_stats); - if (MACVLAN_PORT_IS_EMPTY(port)) + port->count -= 1; + if (!port->count) macvlan_port_destroy(port->dev); } @@ -799,6 +803,7 @@ features, mask); features |= ALWAYS_ON_FEATURES; + features &= ~NETIF_F_NETNS_LOCAL; return features; } @@ -932,9 +937,15 @@ { struct macvlan_port *port = macvlan_port_get_rtnl(dev); - cancel_work_sync(&port->bc_work); dev->priv_flags &= ~IFF_MACVLAN_PORT; netdev_rx_handler_unregister(dev); + + /* After this point, no packet can schedule bc_work anymore, + * but we need to cancel it and purge left skbs if any. + */ + cancel_work_sync(&port->bc_work); + __skb_queue_purge(&port->bc_queue); + kfree_rcu(port, rcu); } @@ -1019,12 +1030,13 @@ vlan->flags = nla_get_u16(data[IFLA_MACVLAN_FLAGS]); if (vlan->mode == MACVLAN_MODE_PASSTHRU) { - if (!MACVLAN_PORT_IS_EMPTY(port)) + if (port->count) return -EINVAL; port->passthru = true; eth_hw_addr_inherit(dev, lowerdev); } + port->count += 1; err = register_netdevice(dev); if (err < 0) goto destroy_port; @@ -1042,7 +1054,8 @@ unregister_netdev: unregister_netdevice(dev); destroy_port: - if (MACVLAN_PORT_IS_EMPTY(port)) + port->count -= 1; + if (!port->count) macvlan_port_destroy(lowerdev); return err; --- linux-lts-utopic-3.16.0.orig/drivers/net/macvtap.c +++ linux-lts-utopic-3.16.0/drivers/net/macvtap.c @@ -16,6 +16,7 @@ #include #include +#include #include #include #include @@ -67,7 +68,7 @@ #define TUN_OFFLOADS (NETIF_F_HW_CSUM | NETIF_F_TSO_ECN | NETIF_F_TSO | \ NETIF_F_TSO6 | NETIF_F_UFO) #define RX_OFFLOADS (NETIF_F_GRO | NETIF_F_LRO) -#define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG) +#define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST) static struct macvlan_dev *macvtap_get_vlan_rcu(const struct net_device *dev) { @@ -112,17 +113,15 @@ return err; } +/* Requires RTNL */ static int macvtap_set_queue(struct net_device *dev, struct file *file, struct macvtap_queue *q) { struct macvlan_dev *vlan = netdev_priv(dev); - int err = -EBUSY; - rtnl_lock(); if (vlan->numqueues == MAX_MACVTAP_QUEUES) - goto out; + return -EBUSY; - err = 0; rcu_assign_pointer(q->vlan, vlan); rcu_assign_pointer(vlan->taps[vlan->numvtaps], q); sock_hold(&q->sk); @@ -136,9 +135,7 @@ vlan->numvtaps++; vlan->numqueues++; -out: - rtnl_unlock(); - return err; + return 0; } static int macvtap_disable_queue(struct macvtap_queue *q) @@ -454,11 +451,12 @@ static int macvtap_open(struct inode *inode, struct file *file) { struct net *net = current->nsproxy->net_ns; - struct net_device *dev = dev_get_by_macvtap_minor(iminor(inode)); + struct net_device *dev; struct macvtap_queue *q; - int err; + int err = -ENODEV; - err = -ENODEV; + rtnl_lock(); + dev = dev_get_by_macvtap_minor(iminor(inode)); if (!dev) goto out; @@ -498,6 +496,7 @@ if (dev) dev_put(dev); + rtnl_unlock(); return err; } @@ -572,6 +571,8 @@ break; case VIRTIO_NET_HDR_GSO_UDP: gso_type = SKB_GSO_UDP; + if (skb->protocol == htons(ETH_P_IPV6)) + ipv6_proxy_select_ident(skb); break; default: return -EINVAL; @@ -628,18 +629,23 @@ if (skb->ip_summed == CHECKSUM_PARTIAL) { vnet_hdr->flags = VIRTIO_NET_HDR_F_NEEDS_CSUM; vnet_hdr->csum_start = skb_checksum_start_offset(skb); + if (vlan_tx_tag_present(skb)) + vnet_hdr->csum_start += VLAN_HLEN; vnet_hdr->csum_offset = skb->csum_offset; } else if (skb->ip_summed == CHECKSUM_UNNECESSARY) { vnet_hdr->flags = VIRTIO_NET_HDR_F_DATA_VALID; } /* else everything is zero */ } +/* Neighbour code has some assumptions on HH_DATA_MOD alignment */ +#define MACVTAP_RESERVE HH_DATA_OFF(ETH_HLEN) + /* Get packet from user space buffer */ static ssize_t macvtap_get_user(struct macvtap_queue *q, struct msghdr *m, const struct iovec *iv, unsigned long total_len, size_t count, int noblock) { - int good_linear = SKB_MAX_HEAD(NET_IP_ALIGN); + int good_linear = SKB_MAX_HEAD(MACVTAP_RESERVE); struct sk_buff *skb; struct macvlan_dev *vlan; unsigned long len = total_len; @@ -698,7 +704,7 @@ linear = vnet_hdr.hdr_len; } - skb = macvtap_alloc_skb(&q->sk, NET_IP_ALIGN, copylen, + skb = macvtap_alloc_skb(&q->sk, MACVTAP_RESERVE, copylen, linear, noblock, &err); if (!skb) goto err; --- linux-lts-utopic-3.16.0.orig/drivers/net/phy/bcm7xxx.c +++ linux-lts-utopic-3.16.0/drivers/net/phy/bcm7xxx.c @@ -204,7 +204,7 @@ phy_write(phydev, MII_BCM7XXX_100TX_FALSE_CAR, 0x7555); /* reset shadow mode 2 */ - ret = phy_set_clr_bits(phydev, MII_BCM7XXX_TEST, MII_BCM7XXX_SHD_MODE_2, 0); + ret = phy_set_clr_bits(phydev, MII_BCM7XXX_TEST, 0, MII_BCM7XXX_SHD_MODE_2); if (ret < 0) return ret; --- linux-lts-utopic-3.16.0.orig/drivers/net/phy/broadcom.c +++ linux-lts-utopic-3.16.0/drivers/net/phy/broadcom.c @@ -796,7 +796,7 @@ { PHY_ID_BCM5421, 0xfffffff0 }, { PHY_ID_BCM5461, 0xfffffff0 }, { PHY_ID_BCM5464, 0xfffffff0 }, - { PHY_ID_BCM5482, 0xfffffff0 }, + { PHY_ID_BCM5481, 0xfffffff0 }, { PHY_ID_BCM5482, 0xfffffff0 }, { PHY_ID_BCM50610, 0xfffffff0 }, { PHY_ID_BCM50610M, 0xfffffff0 }, --- linux-lts-utopic-3.16.0.orig/drivers/net/phy/dp83640.c +++ linux-lts-utopic-3.16.0/drivers/net/phy/dp83640.c @@ -46,7 +46,7 @@ #define PSF_TX 0x1000 #define EXT_EVENT 1 #define CAL_EVENT 7 -#define CAL_TRIGGER 7 +#define CAL_TRIGGER 1 #define PER_TRIGGER 6 #define DP83640_N_PINS 12 @@ -487,7 +487,9 @@ else evnt |= EVNT_RISE; } + mutex_lock(&clock->extreg_lock); ext_write(0, phydev, PAGE5, PTP_EVNT, evnt); + mutex_unlock(&clock->extreg_lock); return 0; case PTP_CLK_REQ_PEROUT: @@ -513,6 +515,8 @@ static void enable_status_frames(struct phy_device *phydev, bool on) { + struct dp83640_private *dp83640 = phydev->priv; + struct dp83640_clock *clock = dp83640->clock; u16 cfg0 = 0, ver; if (on) @@ -520,9 +524,13 @@ ver = (PSF_PTPVER & VERSIONPTP_MASK) << VERSIONPTP_SHIFT; + mutex_lock(&clock->extreg_lock); + ext_write(0, phydev, PAGE5, PSF_CFG0, cfg0); ext_write(0, phydev, PAGE6, PSF_CFG1, ver); + mutex_unlock(&clock->extreg_lock); + if (!phydev->attached_dev) { pr_warn("expected to find an attached netdevice\n"); return; @@ -751,6 +759,11 @@ { struct rxts *rxts; unsigned long flags; + u8 overflow; + + overflow = (phy_rxts->ns_hi >> 14) & 0x3; + if (overflow) + pr_debug("rx timestamp queue overflow, count %d\n", overflow); spin_lock_irqsave(&dp83640->rx_lock, flags); @@ -774,6 +787,7 @@ struct skb_shared_hwtstamps shhwtstamps; struct sk_buff *skb; u64 ns; + u8 overflow; /* We must already have the skb that triggered this. */ @@ -783,6 +797,17 @@ pr_debug("have timestamp but tx_queue empty\n"); return; } + + overflow = (phy_txts->ns_hi >> 14) & 0x3; + if (overflow) { + pr_debug("tx timestamp queue overflow, count %d\n", overflow); + while (skb) { + skb_complete_tx_timestamp(skb, NULL); + skb = skb_dequeue(&dp83640->tx_queue); + } + return; + } + ns = phy2txts(phy_txts); memset(&shhwtstamps, 0, sizeof(shhwtstamps)); shhwtstamps.hwtstamp = ns_to_ktime(ns); @@ -1127,11 +1152,18 @@ if (clock->chosen && !list_empty(&clock->phylist)) recalibrate(clock); - else + else { + mutex_lock(&clock->extreg_lock); enable_broadcast(phydev, clock->page, 1); + mutex_unlock(&clock->extreg_lock); + } enable_status_frames(phydev, true); + + mutex_lock(&clock->extreg_lock); ext_write(0, phydev, PAGE4, PTP_CTL, PTP_ENABLE); + mutex_unlock(&clock->extreg_lock); + return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/net/phy/fixed.c +++ linux-lts-utopic-3.16.0/drivers/net/phy/fixed.c @@ -5,6 +5,7 @@ * Anton Vorontsov * * Copyright (c) 2006-2007 MontaVista Software, Inc. + * Copyright 2009 Freescale Semiconductor, Inc. * * 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 @@ -17,6 +18,7 @@ #include #include #include +#include #include #include #include @@ -56,6 +58,9 @@ bmcr |= BMCR_FULLDPLX; switch (fp->status.speed) { + case 10000: + fp->regs[MDIO_STAT2] = MDIO_STAT2_DEVPRST_VAL; + break; case 1000: bmsr |= BMSR_ESTATEN; bmcr |= BMCR_SPEED1000; @@ -76,6 +81,9 @@ } } else { switch (fp->status.speed) { + case 10000: + fp->regs[MDIO_STAT2] = MDIO_STAT2_DEVPRST_VAL; + break; case 1000: bmsr |= BMSR_ESTATEN; bmcr |= BMCR_SPEED1000; @@ -240,7 +248,7 @@ phy_addr = phy_fixed_addr++; spin_unlock(&phy_fixed_addr_lock); - ret = fixed_phy_add(PHY_POLL, phy_addr, status); + ret = fixed_phy_add(irq, phy_addr, status); if (ret < 0) return ret; --- linux-lts-utopic-3.16.0.orig/drivers/net/phy/mdio-mux.c +++ linux-lts-utopic-3.16.0/drivers/net/phy/mdio-mux.c @@ -148,9 +148,14 @@ } cb->bus_number = v; cb->parent = pb; + cb->mii_bus = mdiobus_alloc(); + if (!cb->mii_bus) { + ret_val = -ENOMEM; + of_node_put(child_bus_node); + break; + } cb->mii_bus->priv = cb; - cb->mii_bus->irq = cb->phy_irq; cb->mii_bus->name = "mdio_mux"; snprintf(cb->mii_bus->id, MII_BUS_ID_SIZE, "%x.%x", --- linux-lts-utopic-3.16.0.orig/drivers/net/phy/mdio_bus.c +++ linux-lts-utopic-3.16.0/drivers/net/phy/mdio_bus.c @@ -255,7 +255,6 @@ bus->dev.parent = bus->parent; bus->dev.class = &mdio_bus_class; - bus->dev.driver = bus->parent->driver; bus->dev.groups = NULL; dev_set_name(&bus->dev, "%s", bus->id); --- linux-lts-utopic-3.16.0.orig/drivers/net/phy/phy.c +++ linux-lts-utopic-3.16.0/drivers/net/phy/phy.c @@ -216,6 +216,25 @@ } /** + * phy_check_valid - check if there is a valid PHY setting which matches + * speed, duplex, and feature mask + * @speed: speed to match + * @duplex: duplex to match + * @features: A mask of the valid settings + * + * Description: Returns true if there is a valid setting, false otherwise. + */ +static inline bool phy_check_valid(int speed, int duplex, u32 features) +{ + unsigned int idx; + + idx = phy_find_valid(phy_find_setting(speed, duplex), features); + + return settings[idx].speed == speed && settings[idx].duplex == duplex && + (settings[idx].setting & features); +} + +/** * phy_sanitize_settings - make sure the PHY is set to supported speed and duplex * @phydev: the target phy_device struct * @@ -608,25 +627,29 @@ struct phy_device *phydev = container_of(work, struct phy_device, phy_queue); - if (phydev->drv->did_interrupt && - !phydev->drv->did_interrupt(phydev)) - goto ignore; + if (phy_interrupt_is_valid(phydev)) { + if (phydev->drv->did_interrupt && + !phydev->drv->did_interrupt(phydev)) + goto ignore; - if (phy_disable_interrupts(phydev)) - goto phy_err; + if (phy_disable_interrupts(phydev)) + goto phy_err; + } mutex_lock(&phydev->lock); if ((PHY_RUNNING == phydev->state) || (PHY_NOLINK == phydev->state)) phydev->state = PHY_CHANGELINK; mutex_unlock(&phydev->lock); - atomic_dec(&phydev->irq_disable); - enable_irq(phydev->irq); + if (phy_interrupt_is_valid(phydev)) { + atomic_dec(&phydev->irq_disable); + enable_irq(phydev->irq); - /* Reenable interrupts */ - if (PHY_HALTED != phydev->state && - phy_config_interrupt(phydev, PHY_INTERRUPT_ENABLED)) - goto irq_enable_err; + /* Reenable interrupts */ + if (PHY_HALTED != phydev->state && + phy_config_interrupt(phydev, PHY_INTERRUPT_ENABLED)) + goto irq_enable_err; + } /* reschedule state queue work to run as soon as possible */ cancel_delayed_work_sync(&phydev->state_queue); @@ -717,6 +740,7 @@ container_of(dwork, struct phy_device, state_queue); bool needs_aneg = false, do_suspend = false, do_resume = false; int err = 0; + int old_link; mutex_lock(&phydev->lock); @@ -800,11 +824,18 @@ phydev->adjust_link(phydev->attached_dev); break; case PHY_RUNNING: - /* Only register a CHANGE if we are - * polling or ignoring interrupts + /* Only register a CHANGE if we are polling and link changed + * since latest checking. */ - if (!phy_interrupt_is_valid(phydev)) - phydev->state = PHY_CHANGELINK; + if (phydev->irq == PHY_POLL) { + old_link = phydev->link; + err = phy_read_status(phydev); + if (err) + break; + + if (old_link != phydev->link) + phydev->state = PHY_CHANGELINK; + } break; case PHY_CHANGELINK: err = phy_read_status(phydev); @@ -895,15 +926,21 @@ if (err < 0) phy_error(phydev); - queue_delayed_work(system_power_efficient_wq, &phydev->state_queue, - PHY_STATE_TIME * HZ); + /* Only re-schedule a PHY state machine change if we are polling the + * PHY, if PHY_IGNORE_INTERRUPT is set, then we will be moving + * between states from phy_mac_interrupt() + */ + if (phydev->irq == PHY_POLL) + queue_delayed_work(system_power_efficient_wq, &phydev->state_queue, + PHY_STATE_TIME * HZ); } void phy_mac_interrupt(struct phy_device *phydev, int new_link) { - cancel_work_sync(&phydev->phy_queue); phydev->link = new_link; - schedule_work(&phydev->phy_queue); + + /* Trigger a state machine change */ + queue_work(system_power_efficient_wq, &phydev->phy_queue); } EXPORT_SYMBOL(phy_mac_interrupt); @@ -983,16 +1020,17 @@ { /* According to 802.3az,the EEE is supported only in full duplex-mode. * Also EEE feature is active when core is operating with MII, GMII - * or RGMII. + * or RGMII (all kinds). Internal PHYs are also allowed to proceed and + * should return an error if they do not support EEE. */ if ((phydev->duplex == DUPLEX_FULL) && ((phydev->interface == PHY_INTERFACE_MODE_MII) || (phydev->interface == PHY_INTERFACE_MODE_GMII) || - (phydev->interface == PHY_INTERFACE_MODE_RGMII))) { + (phydev->interface >= PHY_INTERFACE_MODE_RGMII && + phydev->interface <= PHY_INTERFACE_MODE_RGMII_TXID))) { int eee_lp, eee_cap, eee_adv; u32 lp, cap, adv; int status; - unsigned int idx; /* Read phy status to properly get the right settings */ status = phy_read_status(phydev); @@ -1024,8 +1062,7 @@ adv = mmd_eee_adv_to_ethtool_adv_t(eee_adv); lp = mmd_eee_adv_to_ethtool_adv_t(eee_lp); - idx = phy_find_setting(phydev->speed, phydev->duplex); - if (!(lp & adv & settings[idx].setting)) + if (!phy_check_valid(phydev->speed, phydev->duplex, lp & adv)) return -EPROTONOSUPPORT; if (clk_stop_enable) { --- linux-lts-utopic-3.16.0.orig/drivers/net/phy/phy_device.c +++ linux-lts-utopic-3.16.0/drivers/net/phy/phy_device.c @@ -780,10 +780,11 @@ if (phydev->supported & (SUPPORTED_1000baseT_Half | SUPPORTED_1000baseT_Full)) { adv |= ethtool_adv_to_mii_ctrl1000_t(advertise); - if (adv != oldadv) - changed = 1; } + if (adv != oldadv) + changed = 1; + err = phy_write(phydev, MII_CTRL1000, adv); if (err < 0) return err; --- linux-lts-utopic-3.16.0.orig/drivers/net/phy/smsc.c +++ linux-lts-utopic-3.16.0/drivers/net/phy/smsc.c @@ -43,6 +43,22 @@ static int smsc_phy_config_init(struct phy_device *phydev) { + int rc = phy_read(phydev, MII_LAN83C185_CTRL_STATUS); + + if (rc < 0) + return rc; + + /* Enable energy detect mode for this SMSC Transceivers */ + rc = phy_write(phydev, MII_LAN83C185_CTRL_STATUS, + rc | MII_LAN83C185_EDPWRDOWN); + if (rc < 0) + return rc; + + return smsc_phy_ack_interrupt(phydev); +} + +static int smsc_phy_reset(struct phy_device *phydev) +{ int rc = phy_read(phydev, MII_LAN83C185_SPECIAL_MODES); if (rc < 0) return rc; @@ -66,18 +82,7 @@ rc = phy_read(phydev, MII_BMCR); } while (rc & BMCR_RESET); } - - rc = phy_read(phydev, MII_LAN83C185_CTRL_STATUS); - if (rc < 0) - return rc; - - /* Enable energy detect mode for this SMSC Transceivers */ - rc = phy_write(phydev, MII_LAN83C185_CTRL_STATUS, - rc | MII_LAN83C185_EDPWRDOWN); - if (rc < 0) - return rc; - - return smsc_phy_ack_interrupt (phydev); + return 0; } static int lan911x_config_init(struct phy_device *phydev) @@ -142,6 +147,7 @@ .config_aneg = genphy_config_aneg, .read_status = genphy_read_status, .config_init = smsc_phy_config_init, + .soft_reset = smsc_phy_reset, /* IRQ related */ .ack_interrupt = smsc_phy_ack_interrupt, @@ -164,6 +170,7 @@ .config_aneg = genphy_config_aneg, .read_status = genphy_read_status, .config_init = smsc_phy_config_init, + .soft_reset = smsc_phy_reset, /* IRQ related */ .ack_interrupt = smsc_phy_ack_interrupt, @@ -186,6 +193,7 @@ .config_aneg = genphy_config_aneg, .read_status = genphy_read_status, .config_init = smsc_phy_config_init, + .soft_reset = smsc_phy_reset, /* IRQ related */ .ack_interrupt = smsc_phy_ack_interrupt, @@ -230,6 +238,7 @@ .config_aneg = genphy_config_aneg, .read_status = lan87xx_read_status, .config_init = smsc_phy_config_init, + .soft_reset = smsc_phy_reset, /* IRQ related */ .ack_interrupt = smsc_phy_ack_interrupt, --- linux-lts-utopic-3.16.0.orig/drivers/net/phy/vitesse.c +++ linux-lts-utopic-3.16.0/drivers/net/phy/vitesse.c @@ -74,7 +74,7 @@ MODULE_AUTHOR("Kriston Carson"); MODULE_LICENSE("GPL"); -static int vsc824x_add_skew(struct phy_device *phydev) +int vsc824x_add_skew(struct phy_device *phydev) { int err; int extcon; @@ -94,6 +94,7 @@ return err; } +EXPORT_SYMBOL(vsc824x_add_skew); static int vsc824x_config_init(struct phy_device *phydev) { --- linux-lts-utopic-3.16.0.orig/drivers/net/ppp/ppp_deflate.c +++ linux-lts-utopic-3.16.0/drivers/net/ppp/ppp_deflate.c @@ -246,7 +246,7 @@ /* * See if we managed to reduce the size of the packet. */ - if (olen < isize) { + if (olen < isize && olen <= osize) { state->stats.comp_bytes += olen; state->stats.comp_packets++; } else { --- linux-lts-utopic-3.16.0.orig/drivers/net/ppp/ppp_generic.c +++ linux-lts-utopic-3.16.0/drivers/net/ppp/ppp_generic.c @@ -594,7 +594,7 @@ if (file == ppp->owner) ppp_shutdown_interface(ppp); } - if (atomic_long_read(&file->f_count) <= 2) { + if (atomic_long_read(&file->f_count) < 2) { ppp_release(NULL, file); err = 0; } else @@ -709,10 +709,8 @@ val &= 0xffff; } vj = slhc_init(val2+1, val+1); - if (!vj) { - netdev_err(ppp->dev, - "PPP: no memory (VJ compressor)\n"); - err = -ENOMEM; + if (IS_ERR(vj)) { + err = PTR_ERR(vj); break; } ppp_lock(ppp); @@ -1710,6 +1708,7 @@ { /* note: a 0-length skb is used as an error indication */ if (skb->len > 0) { + skb_checksum_complete_unset(skb); #ifdef CONFIG_PPP_MULTILINK /* XXX do channel-level decompression here */ if (PPP_PROTO(skb) == PPP_MP) --- linux-lts-utopic-3.16.0.orig/drivers/net/ppp/pppoe.c +++ linux-lts-utopic-3.16.0/drivers/net/ppp/pppoe.c @@ -313,7 +313,6 @@ if (po->pppoe_dev == dev && sk->sk_state & (PPPOX_CONNECTED | PPPOX_BOUND | PPPOX_ZOMBIE)) { pppox_unbind_sock(sk); - sk->sk_state = PPPOX_ZOMBIE; sk->sk_state_change(sk); po->pppoe_dev = NULL; dev_put(dev); @@ -393,6 +392,8 @@ if (!__pppoe_xmit(sk_pppox(relay_po), skb)) goto abort_put; + + sock_put(sk_pppox(relay_po)); } else { if (sock_queue_rcv_skb(sk, skb)) goto abort_kfree; @@ -570,7 +571,7 @@ po = pppox_sk(sk); - if (sk->sk_state & (PPPOX_CONNECTED | PPPOX_BOUND | PPPOX_ZOMBIE)) { + if (po->pppoe_dev) { dev_put(po->pppoe_dev); po->pppoe_dev = NULL; } --- linux-lts-utopic-3.16.0.orig/drivers/net/ppp/pptp.c +++ linux-lts-utopic-3.16.0/drivers/net/ppp/pptp.c @@ -131,24 +131,27 @@ return i < MAX_CALLID; } -static int add_chan(struct pppox_sock *sock) +static int add_chan(struct pppox_sock *sock, + struct pptp_addr *sa) { static int call_id; spin_lock(&chan_lock); - if (!sock->proto.pptp.src_addr.call_id) { + if (!sa->call_id) { call_id = find_next_zero_bit(callid_bitmap, MAX_CALLID, call_id + 1); if (call_id == MAX_CALLID) { call_id = find_next_zero_bit(callid_bitmap, MAX_CALLID, 1); if (call_id == MAX_CALLID) goto out_err; } - sock->proto.pptp.src_addr.call_id = call_id; - } else if (test_bit(sock->proto.pptp.src_addr.call_id, callid_bitmap)) + sa->call_id = call_id; + } else if (test_bit(sa->call_id, callid_bitmap)) { goto out_err; + } - set_bit(sock->proto.pptp.src_addr.call_id, callid_bitmap); - rcu_assign_pointer(callid_sock[sock->proto.pptp.src_addr.call_id], sock); + sock->proto.pptp.src_addr = *sa; + set_bit(sa->call_id, callid_bitmap); + rcu_assign_pointer(callid_sock[sa->call_id], sock); spin_unlock(&chan_lock); return 0; @@ -417,15 +420,29 @@ struct sock *sk = sock->sk; struct sockaddr_pppox *sp = (struct sockaddr_pppox *) uservaddr; struct pppox_sock *po = pppox_sk(sk); - struct pptp_opt *opt = &po->proto.pptp; int error = 0; + if (sockaddr_len < sizeof(struct sockaddr_pppox)) + return -EINVAL; + lock_sock(sk); - opt->src_addr = sp->sa_addr.pptp; - if (add_chan(po)) + if (sk->sk_state & PPPOX_DEAD) { + error = -EALREADY; + goto out; + } + + if (sk->sk_state & PPPOX_BOUND) { error = -EBUSY; + goto out; + } + + if (add_chan(po, &sp->sa_addr.pptp)) + error = -EBUSY; + else + sk->sk_state |= PPPOX_BOUND; +out: release_sock(sk); return error; } @@ -441,6 +458,9 @@ struct flowi4 fl4; int error = 0; + if (sockaddr_len < sizeof(struct sockaddr_pppox)) + return -EINVAL; + if (sp->sa_protocol != PX_PROTO_PPTP) return -EINVAL; @@ -493,7 +513,7 @@ } opt->dst_addr = sp->sa_addr.pptp; - sk->sk_state = PPPOX_CONNECTED; + sk->sk_state |= PPPOX_CONNECTED; end: release_sock(sk); @@ -506,7 +526,9 @@ int len = sizeof(struct sockaddr_pppox); struct sockaddr_pppox sp; - sp.sa_family = AF_PPPOX; + memset(&sp.sa_addr, 0, sizeof(sp.sa_addr)); + + sp.sa_family = AF_PPPOX; sp.sa_protocol = PX_PROTO_PPTP; sp.sa_addr.pptp = pppox_sk(sock->sk)->proto.pptp.src_addr; --- linux-lts-utopic-3.16.0.orig/drivers/net/slip/slhc.c +++ linux-lts-utopic-3.16.0/drivers/net/slip/slhc.c @@ -84,8 +84,9 @@ static unsigned char * put16(unsigned char *cp, unsigned short x); static unsigned short pull16(unsigned char **cpp); -/* Initialize compression data structure +/* Allocate compression data structure * slots must be in range 0 to 255 (zero meaning no compression) + * Returns pointer to structure or ERR_PTR() on error. */ struct slcompress * slhc_init(int rslots, int tslots) @@ -94,11 +95,14 @@ register struct cstate *ts; struct slcompress *comp; + if (rslots < 0 || rslots > 255 || tslots < 0 || tslots > 255) + return ERR_PTR(-EINVAL); + comp = kzalloc(sizeof(struct slcompress), GFP_KERNEL); if (! comp) goto out_fail; - if ( rslots > 0 && rslots < 256 ) { + if (rslots > 0) { size_t rsize = rslots * sizeof(struct cstate); comp->rstate = kzalloc(rsize, GFP_KERNEL); if (! comp->rstate) @@ -106,7 +110,7 @@ comp->rslot_limit = rslots - 1; } - if ( tslots > 0 && tslots < 256 ) { + if (tslots > 0) { size_t tsize = tslots * sizeof(struct cstate); comp->tstate = kzalloc(tsize, GFP_KERNEL); if (! comp->tstate) @@ -141,7 +145,7 @@ out_free: kfree(comp); out_fail: - return NULL; + return ERR_PTR(-ENOMEM); } --- linux-lts-utopic-3.16.0.orig/drivers/net/slip/slip.c +++ linux-lts-utopic-3.16.0/drivers/net/slip/slip.c @@ -164,7 +164,7 @@ if (cbuff == NULL) goto err_exit; slcomp = slhc_init(16, 16); - if (slcomp == NULL) + if (IS_ERR(slcomp)) goto err_exit; #endif spin_lock_bh(&sl->lock); --- linux-lts-utopic-3.16.0.orig/drivers/net/team/team.c +++ linux-lts-utopic-3.16.0/drivers/net/team/team.c @@ -42,9 +42,7 @@ static struct team_port *team_port_get_rcu(const struct net_device *dev) { - struct team_port *port = rcu_dereference(dev->rx_handler_data); - - return team_port_exists(dev) ? port : NULL; + return rcu_dereference(dev->rx_handler_data); } static struct team_port *team_port_get_rtnl(const struct net_device *dev) @@ -629,6 +627,7 @@ static void team_notify_peers_work(struct work_struct *work) { struct team *team; + int val; team = container_of(work, struct team, notify_peers.dw.work); @@ -636,9 +635,14 @@ schedule_delayed_work(&team->notify_peers.dw, 0); return; } + val = atomic_dec_if_positive(&team->notify_peers.count_pending); + if (val < 0) { + rtnl_unlock(); + return; + } call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, team->dev); rtnl_unlock(); - if (!atomic_dec_and_test(&team->notify_peers.count_pending)) + if (val) schedule_delayed_work(&team->notify_peers.dw, msecs_to_jiffies(team->notify_peers.interval)); } @@ -647,7 +651,7 @@ { if (!team->notify_peers.count || !netif_running(team->dev)) return; - atomic_set(&team->notify_peers.count_pending, team->notify_peers.count); + atomic_add(team->notify_peers.count, &team->notify_peers.count_pending); schedule_delayed_work(&team->notify_peers.dw, 0); } @@ -669,6 +673,7 @@ static void team_mcast_rejoin_work(struct work_struct *work) { struct team *team; + int val; team = container_of(work, struct team, mcast_rejoin.dw.work); @@ -676,9 +681,14 @@ schedule_delayed_work(&team->mcast_rejoin.dw, 0); return; } + val = atomic_dec_if_positive(&team->mcast_rejoin.count_pending); + if (val < 0) { + rtnl_unlock(); + return; + } call_netdevice_notifiers(NETDEV_RESEND_IGMP, team->dev); rtnl_unlock(); - if (!atomic_dec_and_test(&team->mcast_rejoin.count_pending)) + if (val) schedule_delayed_work(&team->mcast_rejoin.dw, msecs_to_jiffies(team->mcast_rejoin.interval)); } @@ -687,7 +697,7 @@ { if (!team->mcast_rejoin.count || !netif_running(team->dev)) return; - atomic_set(&team->mcast_rejoin.count_pending, team->mcast_rejoin.count); + atomic_add(team->mcast_rejoin.count, &team->mcast_rejoin.count_pending); schedule_delayed_work(&team->mcast_rejoin.dw, 0); } @@ -1168,6 +1178,9 @@ goto err_set_upper_link; } + if (!(dev->features & NETIF_F_LRO)) + dev_disable_lro(port_dev); + err = netdev_rx_handler_register(port_dev, team_handle_frame, port); if (err) { @@ -1705,11 +1718,11 @@ if (dev->type == ARPHRD_ETHER && !is_valid_ether_addr(addr->sa_data)) return -EADDRNOTAVAIL; memcpy(dev->dev_addr, addr->sa_data, dev->addr_len); - rcu_read_lock(); - list_for_each_entry_rcu(port, &team->port_list, list) + mutex_lock(&team->lock); + list_for_each_entry(port, &team->port_list, list) if (team->ops.port_change_dev_addr) team->ops.port_change_dev_addr(team, port); - rcu_read_unlock(); + mutex_unlock(&team->lock); return 0; } @@ -1820,10 +1833,10 @@ struct team *team = netdev_priv(dev); struct team_port *port; - rcu_read_lock(); - list_for_each_entry_rcu(port, &team->port_list, list) + mutex_lock(&team->lock); + list_for_each_entry(port, &team->port_list, list) vlan_vid_del(port->dev, proto, vid); - rcu_read_unlock(); + mutex_unlock(&team->lock); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/net/tun.c +++ linux-lts-utopic-3.16.0/drivers/net/tun.c @@ -65,6 +65,7 @@ #include #include #include +#include #include #include #include @@ -1139,6 +1140,8 @@ break; } + skb_reset_network_header(skb); + if (gso.gso_type != VIRTIO_NET_HDR_GSO_NONE) { pr_debug("GSO!\n"); switch (gso.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { @@ -1150,6 +1153,8 @@ break; case VIRTIO_NET_HDR_GSO_UDP: skb_shinfo(skb)->gso_type = SKB_GSO_UDP; + if (skb->protocol == htons(ETH_P_IPV6)) + ipv6_proxy_select_ident(skb); break; default: tun->dev->stats.rx_frame_errors++; @@ -1179,7 +1184,6 @@ skb_shinfo(skb)->tx_flags |= SKBTX_SHARED_FRAG; } - skb_reset_network_header(skb); skb_probe_transport_header(skb, 0); rxhash = skb_get_hash(skb); @@ -1221,6 +1225,10 @@ struct tun_pi pi = { 0, skb->protocol }; ssize_t total = 0; int vlan_offset = 0, copied; + int vlan_hlen = 0; + + if (vlan_tx_tag_present(skb)) + vlan_hlen = VLAN_HLEN; if (!(tun->flags & TUN_NO_PI)) { if ((len -= sizeof(pi)) < 0) @@ -1272,7 +1280,8 @@ if (skb->ip_summed == CHECKSUM_PARTIAL) { gso.flags = VIRTIO_NET_HDR_F_NEEDS_CSUM; - gso.csum_start = skb_checksum_start_offset(skb); + gso.csum_start = skb_checksum_start_offset(skb) + + vlan_hlen; gso.csum_offset = skb->csum_offset; } else if (skb->ip_summed == CHECKSUM_UNNECESSARY) { gso.flags = VIRTIO_NET_HDR_F_DATA_VALID; @@ -1285,10 +1294,9 @@ } copied = total; - total += skb->len; - if (!vlan_tx_tag_present(skb)) { - len = min_t(int, skb->len, len); - } else { + len = min_t(int, skb->len + vlan_hlen, len); + total += skb->len + vlan_hlen; + if (vlan_hlen) { int copy, ret; struct { __be16 h_vlan_proto; @@ -1299,8 +1307,6 @@ veth.h_vlan_TCI = htons(vlan_tx_tag_get(skb)); vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto); - len = min_t(int, skb->len + VLAN_HLEN, len); - total += VLAN_HLEN; copy = min_t(int, vlan_offset, len); ret = skb_copy_datagram_const_iovec(skb, 0, iv, copied, copy); --- linux-lts-utopic-3.16.0.orig/drivers/net/usb/asix_common.c +++ linux-lts-utopic-3.16.0/drivers/net/usb/asix_common.c @@ -188,6 +188,8 @@ memcpy(skb_tail_pointer(skb), &padbytes, sizeof(padbytes)); skb_put(skb, sizeof(padbytes)); } + + usbnet_set_skb_tx_stats(skb, 1, 0); return skb; } --- linux-lts-utopic-3.16.0.orig/drivers/net/usb/asix_devices.c +++ linux-lts-utopic-3.16.0/drivers/net/usb/asix_devices.c @@ -465,19 +465,7 @@ return ret; } - ret = asix_sw_reset(dev, AX_SWRESET_IPPD | AX_SWRESET_PRL); - if (ret < 0) - return ret; - - msleep(150); - - ret = asix_sw_reset(dev, AX_SWRESET_CLEAR); - if (ret < 0) - return ret; - - msleep(150); - - ret = asix_sw_reset(dev, embd_phy ? AX_SWRESET_IPRL : AX_SWRESET_PRTE); + ax88772_reset(dev); /* Read PHYID register *AFTER* the PHY was reset properly */ phyid = asix_get_phyid(dev); @@ -890,7 +878,7 @@ .unbind = ax88772_unbind, .status = asix_status, .link_reset = ax88772_link_reset, - .reset = ax88772_reset, + .reset = ax88772_link_reset, .flags = FLAG_ETHER | FLAG_FRAMING_AX | FLAG_LINK_INTR | FLAG_MULTI_PACKET, .rx_fixup = asix_rx_fixup_common, .tx_fixup = asix_tx_fixup, --- linux-lts-utopic-3.16.0.orig/drivers/net/usb/ax88179_178a.c +++ linux-lts-utopic-3.16.0/drivers/net/usb/ax88179_178a.c @@ -696,6 +696,7 @@ { struct usbnet *dev = netdev_priv(net); struct sockaddr *addr = p; + int ret; if (netif_running(net)) return -EBUSY; @@ -705,8 +706,12 @@ memcpy(net->dev_addr, addr->sa_data, ETH_ALEN); /* Set the MAC address */ - return ax88179_write_cmd(dev, AX_ACCESS_MAC, AX_NODE_ID, ETH_ALEN, + ret = ax88179_write_cmd(dev, AX_ACCESS_MAC, AX_NODE_ID, ETH_ALEN, ETH_ALEN, net->dev_addr); + if (ret < 0) + return ret; + + return 0; } static const struct net_device_ops ax88179_netdev_ops = { --- linux-lts-utopic-3.16.0.orig/drivers/net/usb/cdc_ncm.c +++ linux-lts-utopic-3.16.0/drivers/net/usb/cdc_ncm.c @@ -948,23 +948,11 @@ static int cdc_ncm_bind(struct usbnet *dev, struct usb_interface *intf) { - int ret; - /* MBIM backwards compatible function? */ if (cdc_ncm_select_altsetting(intf) != CDC_NCM_COMM_ALTSETTING_NCM) return -ENODEV; - /* The NCM data altsetting is fixed */ - ret = cdc_ncm_bind_common(dev, intf, CDC_NCM_DATA_ALTSETTING_NCM); - - /* - * We should get an event when network connection is "connected" or - * "disconnected". Set network connection in "disconnected" state - * (carrier is OFF) during attach, so the IP network stack does not - * start IPv6 negotiation and more. - */ - usbnet_link_change(dev, 0, 0); - return ret; + return cdc_ncm_bind_common(dev, intf, CDC_NCM_DATA_ALTSETTING_NCM); } static void cdc_ncm_align_tail(struct sk_buff *skb, size_t modulus, size_t remainder, size_t max) @@ -1172,17 +1160,17 @@ /* return skb */ ctx->tx_curr_skb = NULL; - dev->net->stats.tx_packets += ctx->tx_curr_frame_num; /* keep private stats: framing overhead and number of NTBs */ ctx->tx_overhead += skb_out->len - ctx->tx_curr_frame_payload; ctx->tx_ntbs++; - /* usbnet has already counted all the framing overhead. + /* usbnet will count all the framing overhead by default. * Adjust the stats so that the tx_bytes counter show real * payload data instead. */ - dev->net->stats.tx_bytes -= skb_out->len - ctx->tx_curr_frame_payload; + usbnet_set_skb_tx_stats(skb_out, n, + (long)ctx->tx_curr_frame_payload - skb_out->len); return skb_out; @@ -1506,7 +1494,8 @@ static const struct driver_info cdc_ncm_info = { .description = "CDC NCM", - .flags = FLAG_POINTTOPOINT | FLAG_NO_SETINT | FLAG_MULTI_PACKET, + .flags = FLAG_POINTTOPOINT | FLAG_NO_SETINT | FLAG_MULTI_PACKET + | FLAG_LINK_INTR, .bind = cdc_ncm_bind, .unbind = cdc_ncm_unbind, .manage_power = usbnet_manage_power, @@ -1519,7 +1508,7 @@ static const struct driver_info wwan_info = { .description = "Mobile Broadband Network Device", .flags = FLAG_POINTTOPOINT | FLAG_NO_SETINT | FLAG_MULTI_PACKET - | FLAG_WWAN, + | FLAG_LINK_INTR | FLAG_WWAN, .bind = cdc_ncm_bind, .unbind = cdc_ncm_unbind, .manage_power = usbnet_manage_power, @@ -1532,7 +1521,7 @@ static const struct driver_info wwan_noarp_info = { .description = "Mobile Broadband Network Device (NO ARP)", .flags = FLAG_POINTTOPOINT | FLAG_NO_SETINT | FLAG_MULTI_PACKET - | FLAG_WWAN | FLAG_NOARP, + | FLAG_LINK_INTR | FLAG_WWAN | FLAG_NOARP, .bind = cdc_ncm_bind, .unbind = cdc_ncm_unbind, .manage_power = usbnet_manage_power, --- linux-lts-utopic-3.16.0.orig/drivers/net/usb/cx82310_eth.c +++ linux-lts-utopic-3.16.0/drivers/net/usb/cx82310_eth.c @@ -300,9 +300,18 @@ .tx_fixup = cx82310_tx_fixup, }; +#define USB_DEVICE_CLASS(vend, prod, cl, sc, pr) \ + .match_flags = USB_DEVICE_ID_MATCH_DEVICE | \ + USB_DEVICE_ID_MATCH_DEV_INFO, \ + .idVendor = (vend), \ + .idProduct = (prod), \ + .bDeviceClass = (cl), \ + .bDeviceSubClass = (sc), \ + .bDeviceProtocol = (pr) + static const struct usb_device_id products[] = { { - USB_DEVICE_AND_INTERFACE_INFO(0x0572, 0xcb01, 0xff, 0, 0), + USB_DEVICE_CLASS(0x0572, 0xcb01, 0xff, 0, 0), .driver_info = (unsigned long) &cx82310_info }, { }, --- linux-lts-utopic-3.16.0.orig/drivers/net/usb/plusb.c +++ linux-lts-utopic-3.16.0/drivers/net/usb/plusb.c @@ -134,6 +134,11 @@ }, { USB_DEVICE(0x050d, 0x258a), /* Belkin F5U258/F5U279 (PL-25A1) */ .driver_info = (unsigned long) &prolific_info, +}, { + USB_DEVICE(0x3923, 0x7825), /* National Instruments USB + * Host-to-Host Cable + */ + .driver_info = (unsigned long) &prolific_info, }, { }, // END --- linux-lts-utopic-3.16.0.orig/drivers/net/usb/qmi_wwan.c +++ linux-lts-utopic-3.16.0/drivers/net/usb/qmi_wwan.c @@ -535,9 +535,14 @@ USB_CDC_PROTO_NONE), .driver_info = (unsigned long)&qmi_wwan_info, }, + { /* HP lt4112 LTE/HSPA+ Gobi 4G Module (Huawei me906e) */ + USB_DEVICE_AND_INTERFACE_INFO(0x03f0, 0x581d, USB_CLASS_VENDOR_SPEC, 1, 7), + .driver_info = (unsigned long)&qmi_wwan_info, + }, /* 3. Combined interface devices matching on interface number */ {QMI_FIXED_INTF(0x0408, 0xea42, 4)}, /* Yota / Megafon M100-1 */ + {QMI_FIXED_INTF(0x05c6, 0x6001, 3)}, /* 4G LTE usb-modem U901 */ {QMI_FIXED_INTF(0x05c6, 0x7000, 0)}, {QMI_FIXED_INTF(0x05c6, 0x7001, 1)}, {QMI_FIXED_INTF(0x05c6, 0x7002, 1)}, @@ -766,6 +771,7 @@ {QMI_FIXED_INTF(0x2357, 0x9000, 4)}, /* TP-LINK MA260 */ {QMI_FIXED_INTF(0x1bc7, 0x1200, 5)}, /* Telit LE920 */ {QMI_FIXED_INTF(0x1bc7, 0x1201, 2)}, /* Telit LE920 */ + {QMI_FIXED_INTF(0x1c9e, 0x9b01, 3)}, /* XS Stick W100-2 from 4G Systems */ {QMI_FIXED_INTF(0x0b3c, 0xc000, 4)}, /* Olivetti Olicard 100 */ {QMI_FIXED_INTF(0x0b3c, 0xc001, 4)}, /* Olivetti Olicard 120 */ {QMI_FIXED_INTF(0x0b3c, 0xc002, 4)}, /* Olivetti Olicard 140 */ @@ -780,6 +786,7 @@ {QMI_FIXED_INTF(0x413c, 0x81a4, 8)}, /* Dell Wireless 5570e HSPA+ (42Mbps) Mobile Broadband Card */ {QMI_FIXED_INTF(0x413c, 0x81a8, 8)}, /* Dell Wireless 5808 Gobi(TM) 4G LTE Mobile Broadband Card */ {QMI_FIXED_INTF(0x413c, 0x81a9, 8)}, /* Dell Wireless 5808e Gobi(TM) 4G LTE Mobile Broadband Card */ + {QMI_FIXED_INTF(0x03f0, 0x4e1d, 8)}, /* HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module */ /* 4. Gobi 1000 devices */ {QMI_GOBI1K_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */ --- linux-lts-utopic-3.16.0.orig/drivers/net/usb/sr9800.c +++ linux-lts-utopic-3.16.0/drivers/net/usb/sr9800.c @@ -144,6 +144,7 @@ skb_put(skb, sizeof(padbytes)); } + usbnet_set_skb_tx_stats(skb, 1, 0); return skb; } --- linux-lts-utopic-3.16.0.orig/drivers/net/usb/usbnet.c +++ linux-lts-utopic-3.16.0/drivers/net/usb/usbnet.c @@ -778,7 +778,7 @@ { struct usbnet *dev = netdev_priv(net); struct driver_info *info = dev->driver_info; - int retval, pm; + int retval, pm, mpn; clear_bit(EVENT_DEV_OPEN, &dev->flags); netif_stop_queue (net); @@ -809,6 +809,8 @@ usbnet_purge_paused_rxq(dev); + mpn = !test_and_clear_bit(EVENT_NO_RUNTIME_PM, &dev->flags); + /* deferred work (task, timer, softirq) must also stop. * can't flush_scheduled_work() until we drop rtnl (later), * else workers could deadlock; so make workers a NOP. @@ -819,8 +821,7 @@ if (!pm) usb_autopm_put_interface(dev->intf); - if (info->manage_power && - !test_and_clear_bit(EVENT_NO_RUNTIME_PM, &dev->flags)) + if (info->manage_power && mpn) info->manage_power(dev, 0); else usb_autopm_put_interface(dev->intf); @@ -1169,8 +1170,7 @@ struct usbnet *dev = entry->dev; if (urb->status == 0) { - if (!(dev->driver_info->flags & FLAG_MULTI_PACKET)) - dev->net->stats.tx_packets++; + dev->net->stats.tx_packets += entry->packets; dev->net->stats.tx_bytes += entry->length; } else { dev->net->stats.tx_errors++; @@ -1323,7 +1323,19 @@ } else urb->transfer_flags |= URB_ZERO_PACKET; } - entry->length = urb->transfer_buffer_length = length; + urb->transfer_buffer_length = length; + + if (info->flags & FLAG_MULTI_PACKET) { + /* Driver has set number of packets and a length delta. + * Calculate the complete length and ensure that it's + * positive. + */ + entry->length += length; + if (WARN_ON_ONCE(entry->length <= 0)) + entry->length = length; + } else { + usbnet_set_skb_tx_stats(skb, 1, length); + } spin_lock_irqsave(&dev->txq.lock, flags); retval = usb_autopm_get_interface_async(dev->intf); @@ -1717,6 +1729,13 @@ if (info->unbind) info->unbind (dev, udev); out1: + /* subdrivers must undo all they did in bind() if they + * fail it, but we may fail later and a deferred kevent + * may trigger an error resubmitting itself and, worse, + * schedule a timer. So we kill it all just in case. + */ + cancel_work_sync(&dev->kevent); + del_timer_sync(&dev->delay); free_netdev(net); out: return status; --- linux-lts-utopic-3.16.0.orig/drivers/net/veth.c +++ linux-lts-utopic-3.16.0/drivers/net/veth.c @@ -117,12 +117,6 @@ kfree_skb(skb); goto drop; } - /* don't change ip_summed == CHECKSUM_PARTIAL, as that - * will cause bad checksum on forwarded packets - */ - if (skb->ip_summed == CHECKSUM_NONE && - rcv->features & NETIF_F_RXCSUM) - skb->ip_summed = CHECKSUM_UNNECESSARY; if (likely(dev_forward_skb(rcv, skb) == NET_RX_SUCCESS)) { struct pcpu_vstats *stats = this_cpu_ptr(dev->vstats); --- linux-lts-utopic-3.16.0.orig/drivers/net/virtio_net.c +++ linux-lts-utopic-3.16.0/drivers/net/virtio_net.c @@ -1652,9 +1652,9 @@ /* Do we support "hardware" checksums? */ if (virtio_has_feature(vdev, VIRTIO_NET_F_CSUM)) { /* This opens up the world of extra features. */ - dev->hw_features |= NETIF_F_HW_CSUM|NETIF_F_SG|NETIF_F_FRAGLIST; + dev->hw_features |= NETIF_F_HW_CSUM | NETIF_F_SG; if (csum) - dev->features |= NETIF_F_HW_CSUM|NETIF_F_SG|NETIF_F_FRAGLIST; + dev->features |= NETIF_F_HW_CSUM | NETIF_F_SG; if (virtio_has_feature(vdev, VIRTIO_NET_F_GSO)) { dev->hw_features |= NETIF_F_TSO | NETIF_F_UFO --- linux-lts-utopic-3.16.0.orig/drivers/net/vxlan.c +++ linux-lts-utopic-3.16.0/drivers/net/vxlan.c @@ -273,13 +273,15 @@ return list_first_entry(&fdb->remotes, struct vxlan_rdst, list); } -/* Find VXLAN socket based on network namespace and UDP port */ -static struct vxlan_sock *vxlan_find_sock(struct net *net, __be16 port) +/* Find VXLAN socket based on network namespace, address family and UDP port */ +static struct vxlan_sock *vxlan_find_sock(struct net *net, + sa_family_t family, __be16 port) { struct vxlan_sock *vs; hlist_for_each_entry_rcu(vs, vs_head(net, port), hlist) { - if (inet_sk(vs->sock->sk)->inet_sport == port) + if (inet_sk(vs->sock->sk)->inet_sport == port && + inet_sk(vs->sock->sk)->sk.sk_family == family) return vs; } return NULL; @@ -298,11 +300,12 @@ } /* Look up VNI in a per net namespace table */ -static struct vxlan_dev *vxlan_find_vni(struct net *net, u32 id, __be16 port) +static struct vxlan_dev *vxlan_find_vni(struct net *net, u32 id, + sa_family_t family, __be16 port) { struct vxlan_sock *vs; - vs = vxlan_find_sock(net, port); + vs = vxlan_find_sock(net, family, port); if (!vs) return NULL; @@ -615,10 +618,15 @@ { struct ethhdr *eh; struct packet_offload *ptype; + struct udphdr *uh; __be16 type; int vxlan_len = sizeof(struct vxlanhdr) + sizeof(struct ethhdr); int err = -ENOSYS; + uh = (struct udphdr *)(skb->data + nhoff - sizeof(struct udphdr)); + skb_shinfo(skb)->gso_type |= uh->check ? + SKB_GSO_UDP_TUNNEL_CSUM : SKB_GSO_UDP_TUNNEL; + eh = (struct ethhdr *)(skb->data + nhoff + sizeof(struct vxlanhdr)); type = eh->h_proto; @@ -1325,7 +1333,7 @@ } else if (vxlan->flags & VXLAN_F_L3MISS) { union vxlan_addr ipa = { .sin.sin_addr.s_addr = tip, - .sa.sa_family = AF_INET, + .sin.sin_family = AF_INET, }; vxlan_ip_miss(dev, &ipa); @@ -1438,9 +1446,6 @@ if (!in6_dev) goto out; - if (!pskb_may_pull(skb, skb->len)) - goto out; - iphdr = ipv6_hdr(skb); saddr = &iphdr->saddr; daddr = &iphdr->daddr; @@ -1486,7 +1491,7 @@ } else if (vxlan->flags & VXLAN_F_L3MISS) { union vxlan_addr ipa = { .sin6.sin6_addr = msg->target, - .sa.sa_family = AF_INET6, + .sin6.sin6_family = AF_INET6, }; vxlan_ip_miss(dev, &ipa); @@ -1519,7 +1524,7 @@ if (!n && (vxlan->flags & VXLAN_F_L3MISS)) { union vxlan_addr ipa = { .sin.sin_addr.s_addr = pip->daddr, - .sa.sa_family = AF_INET, + .sin.sin_family = AF_INET, }; vxlan_ip_miss(dev, &ipa); @@ -1540,7 +1545,7 @@ if (!n && (vxlan->flags & VXLAN_F_L3MISS)) { union vxlan_addr ipa = { .sin6.sin6_addr = pip6->daddr, - .sa.sa_family = AF_INET6, + .sin6.sin6_family = AF_INET6, }; vxlan_ip_miss(dev, &ipa); @@ -1734,6 +1739,8 @@ struct pcpu_sw_netstats *tx_stats, *rx_stats; union vxlan_addr loopback; union vxlan_addr *remote_ip = &dst_vxlan->default_dst.remote_ip; + struct net_device *dev = skb->dev; + int len = skb->len; tx_stats = this_cpu_ptr(src_vxlan->dev->tstats); rx_stats = this_cpu_ptr(dst_vxlan->dev->tstats); @@ -1757,16 +1764,16 @@ u64_stats_update_begin(&tx_stats->syncp); tx_stats->tx_packets++; - tx_stats->tx_bytes += skb->len; + tx_stats->tx_bytes += len; u64_stats_update_end(&tx_stats->syncp); if (netif_rx(skb) == NET_RX_SUCCESS) { u64_stats_update_begin(&rx_stats->syncp); rx_stats->rx_packets++; - rx_stats->rx_bytes += skb->len; + rx_stats->rx_bytes += len; u64_stats_update_end(&rx_stats->syncp); } else { - skb->dev->stats.rx_dropped++; + dev->stats.rx_dropped++; } } @@ -1837,7 +1844,8 @@ struct vxlan_dev *dst_vxlan; ip_rt_put(rt); - dst_vxlan = vxlan_find_vni(vxlan->net, vni, dst_port); + dst_vxlan = vxlan_find_vni(vxlan->net, vni, + dst->sa.sa_family, dst_port); if (!dst_vxlan) goto tx_error; vxlan_encap_bypass(skb, vxlan, dst_vxlan); @@ -1891,7 +1899,8 @@ struct vxlan_dev *dst_vxlan; dst_release(ndst); - dst_vxlan = vxlan_find_vni(vxlan->net, vni, dst_port); + dst_vxlan = vxlan_find_vni(vxlan->net, vni, + dst->sa.sa_family, dst_port); if (!dst_vxlan) goto tx_error; vxlan_encap_bypass(skb, vxlan, dst_vxlan); @@ -1943,7 +1952,8 @@ return arp_reduce(dev, skb); #if IS_ENABLED(CONFIG_IPV6) else if (ntohs(eth->h_proto) == ETH_P_IPV6 && - skb->len >= sizeof(struct ipv6hdr) + sizeof(struct nd_msg) && + pskb_may_pull(skb, sizeof(struct ipv6hdr) + + sizeof(struct nd_msg)) && ipv6_hdr(skb)->nexthdr == IPPROTO_ICMPV6) { struct nd_msg *msg; @@ -1952,6 +1962,7 @@ msg->icmph.icmp6_type == NDISC_NEIGHBOUR_SOLICITATION) return neigh_reduce(dev, skb); } + eth = eth_hdr(skb); #endif } @@ -2049,16 +2060,17 @@ struct vxlan_dev *vxlan = netdev_priv(dev); struct vxlan_net *vn = net_generic(vxlan->net, vxlan_net_id); struct vxlan_sock *vs; + bool ipv6 = vxlan->flags & VXLAN_F_IPV6; dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats); if (!dev->tstats) return -ENOMEM; spin_lock(&vn->sock_lock); - vs = vxlan_find_sock(vxlan->net, vxlan->dst_port); - if (vs) { + vs = vxlan_find_sock(vxlan->net, ipv6 ? AF_INET6 : AF_INET, + vxlan->dst_port); + if (vs && atomic_add_unless(&vs->refcnt, 1, 0)) { /* If we have a socket with same port already, reuse it */ - atomic_inc(&vs->refcnt); vxlan_vs_add_dev(vs, vxlan); } else { /* otherwise make new socket outside of RTNL */ @@ -2239,10 +2251,6 @@ eth_hw_addr_random(dev); ether_setup(dev); - if (vxlan->default_dst.remote_ip.sa.sa_family == AF_INET6) - dev->needed_headroom = ETH_HLEN + VXLAN6_HEADROOM; - else - dev->needed_headroom = ETH_HLEN + VXLAN_HEADROOM; dev->netdev_ops = &vxlan_netdev_ops; dev->destructor = free_netdev; @@ -2526,6 +2534,7 @@ { struct vxlan_net *vn = net_generic(net, vxlan_net_id); struct vxlan_sock *vs; + bool ipv6 = flags & VXLAN_F_IPV6; vs = vxlan_socket_create(net, port, rcv, data, flags); if (!IS_ERR(vs)) @@ -2535,13 +2544,10 @@ return vs; spin_lock(&vn->sock_lock); - vs = vxlan_find_sock(net, port); - if (vs) { - if (vs->rcv == rcv) - atomic_inc(&vs->refcnt); - else + vs = vxlan_find_sock(net, ipv6 ? AF_INET6 : AF_INET, port); + if (vs && ((vs->rcv != rcv) || + !atomic_add_unless(&vs->refcnt, 1, 0))) vs = ERR_PTR(-EBUSY); - } spin_unlock(&vn->sock_lock); if (!vs) @@ -2573,7 +2579,7 @@ struct nlattr *tb[], struct nlattr *data[]) { struct vxlan_net *vn = net_generic(net, vxlan_net_id); - struct vxlan_dev *vxlan = netdev_priv(dev); + struct vxlan_dev *vxlan = netdev_priv(dev), *tmp; struct vxlan_rdst *dst = &vxlan->default_dst; __u32 vni; int err; @@ -2641,8 +2647,12 @@ dev->needed_headroom = lowerdev->hard_header_len + (use_ipv6 ? VXLAN6_HEADROOM : VXLAN_HEADROOM); - } else if (use_ipv6) + } else if (use_ipv6) { vxlan->flags |= VXLAN_F_IPV6; + dev->needed_headroom = ETH_HLEN + VXLAN6_HEADROOM; + } else { + dev->needed_headroom = ETH_HLEN + VXLAN_HEADROOM; + } if (data[IFLA_VXLAN_TOS]) vxlan->tos = nla_get_u8(data[IFLA_VXLAN_TOS]); @@ -2694,8 +2704,13 @@ nla_get_u8(data[IFLA_VXLAN_UDP_ZERO_CSUM6_RX])) vxlan->flags |= VXLAN_F_UDP_ZERO_CSUM6_RX; - if (vxlan_find_vni(net, vni, vxlan->dst_port)) { - pr_info("duplicate VNI %u\n", vni); + list_for_each_entry(tmp, &vn->vxlan_list, next) { + if (tmp->default_dst.remote_vni == vni && + (tmp->default_dst.remote_ip.sa.sa_family == AF_INET6 || + tmp->saddr.sa.sa_family == AF_INET6) == use_ipv6 && + tmp->dst_port == vxlan->dst_port && + (tmp->flags & VXLAN_F_RCV_FLAGS) == + (vxlan->flags & VXLAN_F_RCV_FLAGS)) return -EEXIST; } --- linux-lts-utopic-3.16.0.orig/drivers/net/wan/x25_asy.c +++ linux-lts-utopic-3.16.0/drivers/net/wan/x25_asy.c @@ -549,16 +549,12 @@ static int x25_asy_open_tty(struct tty_struct *tty) { - struct x25_asy *sl = tty->disc_data; + struct x25_asy *sl; int err; if (tty->ops->write == NULL) return -EOPNOTSUPP; - /* First make sure we're not already connected. */ - if (sl && sl->magic == X25_ASY_MAGIC) - return -EEXIST; - /* OK. Find a free X.25 channel to use. */ sl = x25_asy_alloc(); if (sl == NULL) --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath10k/htc.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath10k/htc.c @@ -167,8 +167,10 @@ skb_cb->paddr = dma_map_single(dev, skb->data, skb->len, DMA_TO_DEVICE); ret = dma_mapping_error(dev, skb_cb->paddr); - if (ret) + if (ret) { + ret = -EIO; goto err_credits; + } sg_item.transfer_id = ep->eid; sg_item.transfer_context = skb; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath10k/htt_tx.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath10k/htt_tx.c @@ -345,8 +345,10 @@ skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, DMA_TO_DEVICE); res = dma_mapping_error(dev, skb_cb->paddr); - if (res) + if (res) { + res = -EIO; goto err_free_txdesc; + } skb_put(txdesc, len); cmd = (struct htt_cmd *)txdesc->data; @@ -430,8 +432,10 @@ skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, DMA_TO_DEVICE); res = dma_mapping_error(dev, skb_cb->paddr); - if (res) + if (res) { + res = -EIO; goto err_free_txbuf; + } if (likely(use_frags)) { frags = skb_cb->htt.txbuf->frags; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath10k/pci.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath10k/pci.c @@ -1340,8 +1340,10 @@ req_paddr = dma_map_single(ar->dev, treq, req_len, DMA_TO_DEVICE); ret = dma_mapping_error(ar->dev, req_paddr); - if (ret) + if (ret) { + ret = -EIO; goto err_dma; + } if (resp && resp_len) { tresp = kzalloc(*resp_len, GFP_KERNEL); @@ -1353,8 +1355,10 @@ resp_paddr = dma_map_single(ar->dev, tresp, *resp_len, DMA_FROM_DEVICE); ret = dma_mapping_error(ar->dev, resp_paddr); - if (ret) + if (ret) { + ret = EIO; goto err_req; + } xfer.wait_for_resp = true; xfer.resp_len = 0; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath10k/wmi.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath10k/wmi.c @@ -1458,6 +1458,7 @@ if (ret) { ath10k_warn("failed to map beacon: %d\n", ret); dev_kfree_skb_any(bcn); + ret = -EIO; goto skip; } --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath5k/qcu.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath5k/qcu.c @@ -225,13 +225,7 @@ } else { switch (queue_type) { case AR5K_TX_QUEUE_DATA: - for (queue = AR5K_TX_QUEUE_ID_DATA_MIN; - ah->ah_txq[queue].tqi_type != - AR5K_TX_QUEUE_INACTIVE; queue++) { - - if (queue > AR5K_TX_QUEUE_ID_DATA_MAX) - return -EINVAL; - } + queue = queue_info->tqi_subtype; break; case AR5K_TX_QUEUE_UAPSD: queue = AR5K_TX_QUEUE_ID_UAPSD; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath5k/reset.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath5k/reset.c @@ -478,7 +478,7 @@ regval = ioread32(reg); iowrite32(regval | val, reg); regval = ioread32(reg); - usleep_range(100, 150); + udelay(100); /* NB: should be atomic */ /* Bring BB/MAC out of reset */ iowrite32(regval & ~val, reg); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath9k/ar5008_phy.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath9k/ar5008_phy.c @@ -1004,9 +1004,11 @@ case ATH9K_ANI_FIRSTEP_LEVEL:{ u32 level = param; - value = level; + value = level * 2; REG_RMW_FIELD(ah, AR_PHY_FIND_SIG, AR_PHY_FIND_SIG_FIRSTEP, value); + REG_RMW_FIELD(ah, AR_PHY_FIND_SIG_LOW, + AR_PHY_FIND_SIG_FIRSTEP_LOW, value); if (level != aniState->firstepLevel) { ath_dbg(common, ANI, --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath9k/ar9003_phy.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath9k/ar9003_phy.c @@ -647,6 +647,19 @@ ah->enabled_cals |= TX_CL_CAL; else ah->enabled_cals &= ~TX_CL_CAL; + + if (AR_SREV_9340(ah) || AR_SREV_9531(ah) || AR_SREV_9550(ah)) { + if (ah->is_clk_25mhz) { + REG_WRITE(ah, AR_RTC_DERIVED_CLK, 0x17c << 1); + REG_WRITE(ah, AR_SLP32_MODE, 0x0010f3d7); + REG_WRITE(ah, AR_SLP32_INC, 0x0001e7ae); + } else { + REG_WRITE(ah, AR_RTC_DERIVED_CLK, 0x261 << 1); + REG_WRITE(ah, AR_SLP32_MODE, 0x0010f400); + REG_WRITE(ah, AR_SLP32_INC, 0x0001e800); + } + udelay(100); + } } static void ar9003_hw_prog_ini(struct ath_hw *ah, --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath9k/htc.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath9k/htc.h @@ -437,9 +437,9 @@ } #endif /* CONFIG_ATH9K_BTCOEX_SUPPORT */ -#define OP_BT_PRIORITY_DETECTED BIT(3) -#define OP_BT_SCAN BIT(4) -#define OP_TSF_RESET BIT(6) +#define OP_BT_PRIORITY_DETECTED 3 +#define OP_BT_SCAN 4 +#define OP_TSF_RESET 6 struct ath9k_htc_priv { struct device *dev; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath9k/htc_drv_txrx.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath9k/htc_drv_txrx.c @@ -978,7 +978,7 @@ struct ath_hw *ah = common->ah; struct ath_htc_rx_status *rxstatus; struct ath_rx_status rx_stats; - bool decrypt_error; + bool decrypt_error = false; if (skb->len < HTC_RX_FRAME_HEADER_SIZE) { ath_err(common, "Corrupted RX frame, dropping (len: %d)\n", --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath9k/htc_hst.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath9k/htc_hst.c @@ -415,7 +415,7 @@ return; } - if (epid >= ENDPOINT_MAX) { + if (epid < 0 || epid >= ENDPOINT_MAX) { if (pipe_id != USB_REG_IN_PIPE) dev_kfree_skb_any(skb); else --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath9k/hw.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath9k/hw.c @@ -858,19 +858,6 @@ udelay(RTC_PLL_SETTLE_DELAY); REG_WRITE(ah, AR_RTC_SLEEP_CLK, AR_RTC_FORCE_DERIVED_CLK); - - if (AR_SREV_9340(ah) || AR_SREV_9550(ah)) { - if (ah->is_clk_25mhz) { - REG_WRITE(ah, AR_RTC_DERIVED_CLK, 0x17c << 1); - REG_WRITE(ah, AR_SLP32_MODE, 0x0010f3d7); - REG_WRITE(ah, AR_SLP32_INC, 0x0001e7ae); - } else { - REG_WRITE(ah, AR_RTC_DERIVED_CLK, 0x261 << 1); - REG_WRITE(ah, AR_SLP32_MODE, 0x0010f400); - REG_WRITE(ah, AR_SLP32_INC, 0x0001e800); - } - udelay(100); - } } static void ath9k_hw_init_interrupt_masks(struct ath_hw *ah, --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath9k/hw.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath9k/hw.h @@ -216,8 +216,8 @@ #define AH_WOW_BEACON_MISS BIT(3) enum ath_hw_txq_subtype { - ATH_TXQ_AC_BE = 0, - ATH_TXQ_AC_BK = 1, + ATH_TXQ_AC_BK = 0, + ATH_TXQ_AC_BE = 1, ATH_TXQ_AC_VI = 2, ATH_TXQ_AC_VO = 3, }; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath9k/init.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath9k/init.c @@ -762,6 +762,7 @@ hw->max_rate_tries = 10; hw->sta_data_size = sizeof(struct ath_node); hw->vif_data_size = sizeof(struct ath_vif); + hw->extra_tx_headroom = 4; hw->wiphy->available_antennas_rx = BIT(ah->caps.max_rxchains) - 1; hw->wiphy->available_antennas_tx = BIT(ah->caps.max_txchains) - 1; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath9k/mac.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath9k/mac.c @@ -311,14 +311,7 @@ q = ATH9K_NUM_TX_QUEUES - 3; break; case ATH9K_TX_QUEUE_DATA: - for (q = 0; q < ATH9K_NUM_TX_QUEUES; q++) - if (ah->txq[q].tqi_type == - ATH9K_TX_QUEUE_INACTIVE) - break; - if (q == ATH9K_NUM_TX_QUEUES) { - ath_err(common, "No available TX queue\n"); - return -1; - } + q = qinfo->tqi_subtype; break; default: ath_err(common, "Invalid TX queue type: %u\n", type); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/ath9k/main.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/ath9k/main.c @@ -205,11 +205,13 @@ ath_stop_ani(sc); ath9k_hw_disable_interrupts(ah); - if (!ath_drain_all_txq(sc)) - ret = false; - - if (!ath_stoprecv(sc)) - ret = false; + if (AR_SREV_9300_20_OR_LATER(ah)) { + ret &= ath_stoprecv(sc); + ret &= ath_drain_all_txq(sc); + } else { + ret &= ath_drain_all_txq(sc); + ret &= ath_stoprecv(sc); + } return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/carl9170/carl9170.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/carl9170/carl9170.h @@ -256,6 +256,7 @@ atomic_t rx_work_urbs; atomic_t rx_pool_urbs; kernel_ulong_t features; + bool usb_ep_cmd_is_bulk; /* firmware settings */ struct completion fw_load_wait; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ath/carl9170/usb.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ath/carl9170/usb.c @@ -621,9 +621,16 @@ goto err_free; } - usb_fill_int_urb(urb, ar->udev, usb_sndintpipe(ar->udev, - AR9170_USB_EP_CMD), cmd, cmd->hdr.len + 4, - carl9170_usb_cmd_complete, ar, 1); + if (ar->usb_ep_cmd_is_bulk) + usb_fill_bulk_urb(urb, ar->udev, + usb_sndbulkpipe(ar->udev, AR9170_USB_EP_CMD), + cmd, cmd->hdr.len + 4, + carl9170_usb_cmd_complete, ar); + else + usb_fill_int_urb(urb, ar->udev, + usb_sndintpipe(ar->udev, AR9170_USB_EP_CMD), + cmd, cmd->hdr.len + 4, + carl9170_usb_cmd_complete, ar, 1); if (free_buf) urb->transfer_flags |= URB_FREE_BUFFER; @@ -1032,9 +1039,10 @@ static int carl9170_usb_probe(struct usb_interface *intf, const struct usb_device_id *id) { + struct usb_endpoint_descriptor *ep; struct ar9170 *ar; struct usb_device *udev; - int err; + int i, err; err = usb_reset_device(interface_to_usbdev(intf)); if (err) @@ -1050,6 +1058,21 @@ ar->intf = intf; ar->features = id->driver_info; + /* We need to remember the type of endpoint 4 because it differs + * between high- and full-speed configuration. The high-speed + * configuration specifies it as interrupt and the full-speed + * configuration as bulk endpoint. This information is required + * later when sending urbs to that endpoint. + */ + for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; ++i) { + ep = &intf->cur_altsetting->endpoint[i].desc; + + if (usb_endpoint_num(ep) == AR9170_USB_EP_CMD && + usb_endpoint_dir_out(ep) && + usb_endpoint_type(ep) == USB_ENDPOINT_XFER_BULK) + ar->usb_ep_cmd_is_bulk = true; + } + usb_set_intfdata(intf, ar); SET_IEEE80211_DEV(ar->hw, &intf->dev); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/b43/main.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/b43/main.c @@ -5130,6 +5130,10 @@ *have_5ghz_phy = true; return; case 0x4321: /* BCM4306 */ + /* There are 14e4:4321 PCI devs with 2.4 GHz BCM4321 (N-PHY) */ + if (dev->phy.type != B43_PHYTYPE_G) + break; + /* fall through */ case 0x4313: /* BCM4311 */ case 0x431a: /* BCM4318 */ case 0x432a: /* BCM4321 */ --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/brcm80211/brcmfmac/fweh.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/brcm80211/brcmfmac/fweh.c @@ -185,7 +185,13 @@ ifevent->action, ifevent->ifidx, ifevent->bssidx, ifevent->flags, ifevent->role); - if (ifevent->flags & BRCMF_E_IF_FLAG_NOIF) { + /* The P2P Device interface event must not be ignored + * contrary to what firmware tells us. The only way to + * distinguish the P2P Device is by looking at the ifidx + * and bssidx received. + */ + if (!(ifevent->ifidx == 0 && ifevent->bssidx == 1) && + (ifevent->flags & BRCMF_E_IF_FLAG_NOIF)) { brcmf_dbg(EVENT, "event can be ignored\n"); return; } @@ -210,12 +216,12 @@ return; } - if (ifevent->action == BRCMF_E_IF_CHANGE) + if (ifp && ifevent->action == BRCMF_E_IF_CHANGE) brcmf_fws_reset_interface(ifp); err = brcmf_fweh_call_event_handler(ifp, emsg->event_code, emsg, data); - if (ifevent->action == BRCMF_E_IF_DEL) { + if (ifp && ifevent->action == BRCMF_E_IF_DEL) { brcmf_fws_del_interface(ifp); brcmf_del_if(drvr, ifevent->bssidx); } --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/brcm80211/brcmfmac/fweh.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/brcm80211/brcmfmac/fweh.h @@ -167,6 +167,8 @@ #define BRCMF_E_IF_ROLE_STA 0 #define BRCMF_E_IF_ROLE_AP 1 #define BRCMF_E_IF_ROLE_WDS 2 +#define BRCMF_E_IF_ROLE_P2P_GO 3 +#define BRCMF_E_IF_ROLE_P2P_CLIENT 4 /** * definitions for event packet validation. --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/hostap/hostap_hw.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/hostap/hostap_hw.c @@ -69,7 +69,7 @@ module_param_string(essid, essid, sizeof(essid), 0444); MODULE_PARM_DESC(essid, "Host AP's ESSID"); -static int iw_mode[MAX_PARM_DEVICES] = { IW_MODE_MASTER, DEF_INTS }; +static int iw_mode[MAX_PARM_DEVICES] = { IW_MODE_INFRA, DEF_INTS }; module_param_array(iw_mode, int, NULL, 0444); MODULE_PARM_DESC(iw_mode, "Initial operation mode"); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/Kconfig +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/Kconfig @@ -85,6 +85,16 @@ If unsure, don't enable this option, as some programs might expect incoming broadcasts for their normal operations. +config IWLWIFI_UAPSD + bool "enable U-APSD by default" + depends on IWLMVM + help + Say Y here to enable U-APSD by default. This may cause + interoperability problems with some APs, manifesting in lower than + expected throughput due to those APs not enabling aggregation + + If unsure, say N. + menu "Debugging Options" depends on IWLWIFI --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/dvm/commands.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/dvm/commands.h @@ -966,21 +966,21 @@ /* WiFi queues mask */ -#define IWL_SCD_BK_MSK cpu_to_le32(BIT(0)) -#define IWL_SCD_BE_MSK cpu_to_le32(BIT(1)) -#define IWL_SCD_VI_MSK cpu_to_le32(BIT(2)) -#define IWL_SCD_VO_MSK cpu_to_le32(BIT(3)) -#define IWL_SCD_MGMT_MSK cpu_to_le32(BIT(3)) +#define IWL_SCD_BK_MSK BIT(0) +#define IWL_SCD_BE_MSK BIT(1) +#define IWL_SCD_VI_MSK BIT(2) +#define IWL_SCD_VO_MSK BIT(3) +#define IWL_SCD_MGMT_MSK BIT(3) /* PAN queues mask */ -#define IWL_PAN_SCD_BK_MSK cpu_to_le32(BIT(4)) -#define IWL_PAN_SCD_BE_MSK cpu_to_le32(BIT(5)) -#define IWL_PAN_SCD_VI_MSK cpu_to_le32(BIT(6)) -#define IWL_PAN_SCD_VO_MSK cpu_to_le32(BIT(7)) -#define IWL_PAN_SCD_MGMT_MSK cpu_to_le32(BIT(7)) -#define IWL_PAN_SCD_MULTICAST_MSK cpu_to_le32(BIT(8)) +#define IWL_PAN_SCD_BK_MSK BIT(4) +#define IWL_PAN_SCD_BE_MSK BIT(5) +#define IWL_PAN_SCD_VI_MSK BIT(6) +#define IWL_PAN_SCD_VO_MSK BIT(7) +#define IWL_PAN_SCD_MGMT_MSK BIT(7) +#define IWL_PAN_SCD_MULTICAST_MSK BIT(8) -#define IWL_AGG_TX_QUEUE_MSK cpu_to_le32(0xffc00) +#define IWL_AGG_TX_QUEUE_MSK 0xffc00 #define IWL_DROP_ALL BIT(1) @@ -1005,12 +1005,17 @@ * 1: Dump multiple MSDU according to PS, INVALID STA, TTL, TID disable. * 2: Dump all FIFO */ -struct iwl_txfifo_flush_cmd { +struct iwl_txfifo_flush_cmd_v3 { __le32 queue_control; __le16 flush_control; __le16 reserved; } __packed; +struct iwl_txfifo_flush_cmd_v2 { + __le16 queue_control; + __le16 flush_control; +} __packed; + /* * REPLY_WEP_KEY = 0x20 */ --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/dvm/dev.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/dvm/dev.h @@ -708,7 +708,6 @@ unsigned long reload_jiffies; int reload_count; bool ucode_loaded; - bool init_ucode_run; /* Don't run init uCode again */ u8 plcp_delta_threshold; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/dvm/lib.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/dvm/lib.c @@ -137,37 +137,38 @@ */ int iwlagn_txfifo_flush(struct iwl_priv *priv, u32 scd_q_msk) { - struct iwl_txfifo_flush_cmd flush_cmd; - struct iwl_host_cmd cmd = { - .id = REPLY_TXFIFO_FLUSH, - .len = { sizeof(struct iwl_txfifo_flush_cmd), }, - .data = { &flush_cmd, }, + struct iwl_txfifo_flush_cmd_v3 flush_cmd_v3 = { + .flush_control = cpu_to_le16(IWL_DROP_ALL), + }; + struct iwl_txfifo_flush_cmd_v2 flush_cmd_v2 = { + .flush_control = cpu_to_le16(IWL_DROP_ALL), }; - memset(&flush_cmd, 0, sizeof(flush_cmd)); + u32 queue_control = IWL_SCD_VO_MSK | IWL_SCD_VI_MSK | + IWL_SCD_BE_MSK | IWL_SCD_BK_MSK | IWL_SCD_MGMT_MSK; - flush_cmd.queue_control = IWL_SCD_VO_MSK | IWL_SCD_VI_MSK | - IWL_SCD_BE_MSK | IWL_SCD_BK_MSK | - IWL_SCD_MGMT_MSK; if ((priv->valid_contexts != BIT(IWL_RXON_CTX_BSS))) - flush_cmd.queue_control |= IWL_PAN_SCD_VO_MSK | - IWL_PAN_SCD_VI_MSK | - IWL_PAN_SCD_BE_MSK | - IWL_PAN_SCD_BK_MSK | - IWL_PAN_SCD_MGMT_MSK | - IWL_PAN_SCD_MULTICAST_MSK; + queue_control |= IWL_PAN_SCD_VO_MSK | IWL_PAN_SCD_VI_MSK | + IWL_PAN_SCD_BE_MSK | IWL_PAN_SCD_BK_MSK | + IWL_PAN_SCD_MGMT_MSK | + IWL_PAN_SCD_MULTICAST_MSK; if (priv->nvm_data->sku_cap_11n_enable) - flush_cmd.queue_control |= IWL_AGG_TX_QUEUE_MSK; + queue_control |= IWL_AGG_TX_QUEUE_MSK; if (scd_q_msk) - flush_cmd.queue_control = cpu_to_le32(scd_q_msk); - - IWL_DEBUG_INFO(priv, "queue control: 0x%x\n", - flush_cmd.queue_control); - flush_cmd.flush_control = cpu_to_le16(IWL_DROP_ALL); + queue_control = scd_q_msk; - return iwl_dvm_send_cmd(priv, &cmd); + IWL_DEBUG_INFO(priv, "queue control: 0x%x\n", queue_control); + flush_cmd_v3.queue_control = cpu_to_le32(queue_control); + flush_cmd_v2.queue_control = cpu_to_le16((u16)queue_control); + + if (IWL_UCODE_API(priv->fw->ucode_ver) > 2) + return iwl_dvm_send_cmd_pdu(priv, REPLY_TXFIFO_FLUSH, 0, + sizeof(flush_cmd_v3), + &flush_cmd_v3); + return iwl_dvm_send_cmd_pdu(priv, REPLY_TXFIFO_FLUSH, 0, + sizeof(flush_cmd_v2), &flush_cmd_v2); } void iwlagn_dev_txfifo_flush(struct iwl_priv *priv) @@ -1021,7 +1022,7 @@ u8 *pn = seq.ccmp.pn; ieee80211_get_key_rx_seq(key, i, &seq); - aes_sc->pn = cpu_to_le64( + aes_sc[i].pn = cpu_to_le64( (u64)pn[5] | ((u64)pn[4] << 8) | ((u64)pn[3] << 16) | --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/dvm/mac80211.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/dvm/mac80211.c @@ -1095,6 +1095,7 @@ u32 queues, bool drop) { struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); + u32 scd_queues; mutex_lock(&priv->mutex); IWL_DEBUG_MAC80211(priv, "enter\n"); @@ -1108,18 +1109,19 @@ goto done; } - /* - * mac80211 will not push any more frames for transmit - * until the flush is completed - */ - if (drop) { - IWL_DEBUG_MAC80211(priv, "send flush command\n"); - if (iwlagn_txfifo_flush(priv, 0)) { - IWL_ERR(priv, "flush request fail\n"); - goto done; - } + scd_queues = BIT(priv->cfg->base_params->num_of_queues) - 1; + scd_queues &= ~(BIT(IWL_IPAN_CMD_QUEUE_NUM) | + BIT(IWL_DEFAULT_CMD_QUEUE_NUM)); + + if (vif) + scd_queues &= ~BIT(vif->hw_queue[IEEE80211_AC_VO]); + + IWL_DEBUG_TX_QUEUES(priv, "Flushing SCD queues: 0x%x\n", scd_queues); + if (iwlagn_txfifo_flush(priv, scd_queues)) { + IWL_ERR(priv, "flush request fail\n"); + goto done; } - IWL_DEBUG_MAC80211(priv, "wait transmit/flush all frames\n"); + IWL_DEBUG_TX_QUEUES(priv, "wait transmit/flush all frames\n"); iwl_trans_wait_tx_queue_empty(priv->trans, 0xffffffff); done: mutex_unlock(&priv->mutex); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/dvm/rxon.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/dvm/rxon.c @@ -1068,6 +1068,13 @@ /* recalculate basic rates */ iwl_calc_basic_rates(priv, ctx); + /* + * force CTS-to-self frames protection if RTS-CTS is not preferred + * one aggregation protection method + */ + if (!priv->hw_params.use_rts_for_aggregation) + ctx->staging.flags |= RXON_FLG_SELF_CTS_EN; + if ((ctx->vif && ctx->vif->bss_conf.use_short_slot) || !(ctx->staging.flags & RXON_FLG_BAND_24G_MSK)) ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; @@ -1473,6 +1480,11 @@ else ctx->staging.flags &= ~RXON_FLG_TGG_PROTECT_MSK; + if (bss_conf->use_cts_prot) + ctx->staging.flags |= RXON_FLG_SELF_CTS_EN; + else + ctx->staging.flags &= ~RXON_FLG_SELF_CTS_EN; + memcpy(ctx->staging.bssid_addr, bss_conf->bssid, ETH_ALEN); if (vif->type == NL80211_IFTYPE_AP || --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/dvm/ucode.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/dvm/ucode.c @@ -418,9 +418,6 @@ if (!priv->fw->img[IWL_UCODE_INIT].sec[0].len) return 0; - if (priv->init_ucode_run) - return 0; - iwl_init_notification_wait(&priv->notif_wait, &calib_wait, calib_complete, ARRAY_SIZE(calib_complete), iwlagn_wait_calib, priv); @@ -440,8 +437,6 @@ */ ret = iwl_wait_notification(&priv->notif_wait, &calib_wait, UCODE_CALIB_TIMEOUT); - if (!ret) - priv->init_ucode_run = true; goto out; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/iwl-7000.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/iwl-7000.c @@ -244,5 +244,5 @@ }; MODULE_FIRMWARE(IWL7260_MODULE_FIRMWARE(IWL7260_UCODE_API_OK)); -MODULE_FIRMWARE(IWL3160_MODULE_FIRMWARE(IWL3160_UCODE_API_OK)); +MODULE_FIRMWARE(IWL3160_MODULE_FIRMWARE(IWL7260_UCODE_API_OK)); MODULE_FIRMWARE(IWL7265_MODULE_FIRMWARE(IWL7260_UCODE_API_OK)); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/iwl-config.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/iwl-config.h @@ -120,6 +120,8 @@ #define IWL_LONG_WD_TIMEOUT 10000 #define IWL_MAX_WD_TIMEOUT 120000 +#define IWL_DEFAULT_MAX_TX_POWER 22 + /* Antenna presence definitions */ #define ANT_NONE 0x0 #define ANT_A BIT(0) --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/iwl-drv.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/iwl-drv.c @@ -565,6 +565,8 @@ } drv->fw.ucode_ver = le32_to_cpu(ucode->ver); + memcpy(drv->fw.human_readable, ucode->human_readable, + sizeof(drv->fw.human_readable)); build = le32_to_cpu(ucode->build); if (build) @@ -1243,7 +1245,9 @@ .bt_coex_active = true, .power_level = IWL_POWER_INDEX_1, .wd_disable = true, - .uapsd_disable = false, +#ifndef CONFIG_IWLWIFI_UAPSD + .uapsd_disable = true, +#endif /* CONFIG_IWLWIFI_UAPSD */ /* the rest are 0 by default */ }; IWL_EXPORT_SYMBOL(iwlwifi_mod_params); @@ -1359,7 +1363,11 @@ module_param_named(uapsd_disable, iwlwifi_mod_params.uapsd_disable, bool, S_IRUGO); +#ifdef CONFIG_IWLWIFI_UAPSD MODULE_PARM_DESC(uapsd_disable, "disable U-APSD functionality (default: N)"); +#else +MODULE_PARM_DESC(uapsd_disable, "disable U-APSD functionality (default: Y)"); +#endif /* * set bt_coex_active to true, uCode will do kill/defer @@ -1394,3 +1402,7 @@ int, S_IRUGO); MODULE_PARM_DESC(power_level, "default power save level (range from 1 - 5, default: 1)"); + +module_param_named(fw_monitor, iwlwifi_mod_params.fw_monitor, bool, S_IRUGO); +MODULE_PARM_DESC(fw_monitor, + "firmware monitor - to debug FW (default: false - needs lots of memory)"); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/iwl-fw-error-dump.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/iwl-fw-error-dump.h @@ -74,12 +74,17 @@ * @IWL_FW_ERROR_DUMP_RXF: * @IWL_FW_ERROR_DUMP_TXCMD: last TX command data, structured as * &struct iwl_fw_error_dump_txcmd packets + * @IWL_FW_ERROR_DUMP_DEV_FW_INFO: struct %iwl_fw_error_dump_info + * info on the device / firmware. + * @IWL_FW_ERROR_DUMP_FW_MONITOR: firmware monitor */ enum iwl_fw_error_dump_type { IWL_FW_ERROR_DUMP_SRAM = 0, IWL_FW_ERROR_DUMP_REG = 1, IWL_FW_ERROR_DUMP_RXF = 2, IWL_FW_ERROR_DUMP_TXCMD = 3, + IWL_FW_ERROR_DUMP_DEV_FW_INFO = 4, + IWL_FW_ERROR_DUMP_FW_MONITOR = 5, IWL_FW_ERROR_DUMP_MAX, }; @@ -87,8 +92,8 @@ /** * struct iwl_fw_error_dump_data - data for one type * @type: %enum iwl_fw_error_dump_type - * @len: the length starting from %data - must be a multiplier of 4. - * @data: the data itself padded to be a multiplier of 4. + * @len: the length starting from %data + * @data: the data itself */ struct iwl_fw_error_dump_data { __le32 type; @@ -120,13 +125,50 @@ u8 data[]; } __packed; +enum iwl_fw_error_dump_family { + IWL_FW_ERROR_DUMP_FAMILY_7 = 7, + IWL_FW_ERROR_DUMP_FAMILY_8 = 8, +}; + +/** + * struct iwl_fw_error_dump_info - info on the device / firmware + * @device_family: the family of the device (7 / 8) + * @hw_step: the step of the device + * @fw_human_readable: human readable FW version + * @dev_human_readable: name of the device + * @bus_human_readable: name of the bus used + */ +struct iwl_fw_error_dump_info { + __le32 device_family; + __le32 hw_step; + u8 fw_human_readable[FW_VER_HUMAN_READABLE_SZ]; + u8 dev_human_readable[64]; + u8 bus_human_readable[8]; +} __packed; + +/** + * struct iwl_fw_error_fw_mon - FW monitor data + * @fw_mon_wr_ptr: the position of the write pointer in the cyclic buffer + * @fw_mon_base_ptr: base pointer of the data + * @fw_mon_cycle_cnt: number of wrap arounds + * @reserved: for future use + * @data: captured data + */ +struct iwl_fw_error_fw_mon { + __le32 fw_mon_wr_ptr; + __le32 fw_mon_base_ptr; + __le32 fw_mon_cycle_cnt; + __le32 reserved[3]; + u8 data[]; +} __packed; + /** - * iwl_mvm_fw_error_next_data - advance fw error dump data pointer + * iwl_fw_error_next_data - advance fw error dump data pointer * @data: previous data block * Returns: next data block */ static inline struct iwl_fw_error_dump_data * -iwl_mvm_fw_error_next_data(struct iwl_fw_error_dump_data *data) +iwl_fw_error_next_data(struct iwl_fw_error_dump_data *data) { return (void *)(data->data + le32_to_cpu(data->len)); } --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/iwl-fw-file.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/iwl-fw-file.h @@ -136,7 +136,8 @@ u8 data[0]; }; -#define IWL_TLV_UCODE_MAGIC 0x0a4c5749 +#define IWL_TLV_UCODE_MAGIC 0x0a4c5749 +#define FW_VER_HUMAN_READABLE_SZ 64 struct iwl_tlv_ucode_header { /* @@ -147,7 +148,7 @@ */ __le32 zero; __le32 magic; - u8 human_readable[64]; + u8 human_readable[FW_VER_HUMAN_READABLE_SZ]; __le32 ver; /* major/minor/API/serial */ __le32 build; __le64 ignore; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/iwl-fw.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/iwl-fw.h @@ -65,6 +65,8 @@ #include #include +#include "iwl-fw-file.h" + /** * enum iwl_ucode_tlv_flag - ucode API flags * @IWL_UCODE_TLV_FLAGS_PAN: This is PAN capable microcode; this previously @@ -312,6 +314,7 @@ bool mvm_fw; struct ieee80211_cipher_scheme cs[IWL_UCODE_MAX_CS]; + u8 human_readable[FW_VER_HUMAN_READABLE_SZ]; }; #endif /* __iwl_fw_h__ */ --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/iwl-modparams.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/iwl-modparams.h @@ -103,6 +103,7 @@ * @power_level: power level, default = 1 * @debug_level: levels are IWL_DL_* * @ant_coupling: antenna coupling in dB, default = 0 + * @fw_monitor: allow to use firmware monitor */ struct iwl_mod_params { int sw_crypto; @@ -120,6 +121,7 @@ int ant_coupling; char *nvm_file; bool uapsd_disable; + bool fw_monitor; }; #endif /* #__iwl_modparams_h__ */ --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/iwl-nvm-parse.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/iwl-nvm-parse.c @@ -143,8 +143,6 @@ #define LAST_2GHZ_HT_PLUS 9 #define LAST_5GHZ_HT 161 -#define DEFAULT_MAX_TX_POWER 16 - /* rate data (static) */ static struct ieee80211_rate iwl_cfg80211_rates[] = { { .bitrate = 1 * 10, .hw_value = 0, .hw_value_short = 0, }, @@ -279,7 +277,7 @@ * Default value - highest tx power value. max_power * is not used in mvm, and is used for backwards compatibility */ - channel->max_power = DEFAULT_MAX_TX_POWER; + channel->max_power = IWL_DEFAULT_MAX_TX_POWER; is_5ghz = channel->band == IEEE80211_BAND_5GHZ; IWL_DEBUG_EEPROM(dev, "Ch. %d [%sGHz] %s%s%s%s%s%s(0x%02x %ddBm): Ad-Hoc %ssupported\n", --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/iwl-prph.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/iwl-prph.h @@ -359,4 +359,10 @@ #define RXF_LD_FENCE_OFFSET_ADDR (0xa00c10) #define RXF_FIFO_RD_FENCE_ADDR (0xa00c0c) +/* FW monitor */ +#define MON_BUFF_BASE_ADDR (0xa03c3c) +#define MON_BUFF_END_ADDR (0xa03c40) +#define MON_BUFF_WRPTR (0xa03c44) +#define MON_BUFF_CYCLE_CNT (0xa03c48) + #endif /* __iwl_prph_h__ */ --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/iwl-trans.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/iwl-trans.h @@ -545,6 +545,7 @@ * Set during transport allocation. * @hw_id_str: a string with info about HW ID. Set during transport allocation. * @pm_support: set to true in start_hw if link pm is supported + * @ltr_enabled: set to true if the LTR is enabled * @dev_cmd_pool: pool for Tx cmd allocation - for internal use only. * The user should use iwl_trans_{alloc,free}_tx_cmd. * @dev_cmd_headroom: room needed for the transport's private use before the @@ -571,6 +572,7 @@ u8 rx_mpdu_cmd, rx_mpdu_cmd_hdr_size; bool pm_support; + bool ltr_enabled; /* The following fields are internal only */ struct kmem_cache *dev_cmd_pool; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/mvm/constants.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/mvm/constants.h @@ -80,7 +80,7 @@ #define IWL_MVM_WOWLAN_PS_SNOOZE_WINDOW 25 #define IWL_MVM_LOWLAT_QUOTA_MIN_PERCENT 64 #define IWL_MVM_BT_COEX_SYNC2SCO 1 -#define IWL_MVM_BT_COEX_CORUNNING 1 +#define IWL_MVM_BT_COEX_CORUNNING 0 #define IWL_MVM_BT_COEX_MPLUT 1 #endif /* __MVM_CONSTANTS_H */ --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/mvm/d3.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/mvm/d3.c @@ -296,12 +296,12 @@ u8 *pn = seq.ccmp.pn; ieee80211_get_key_rx_seq(key, i, &seq); - aes_sc->pn = cpu_to_le64((u64)pn[5] | - ((u64)pn[4] << 8) | - ((u64)pn[3] << 16) | - ((u64)pn[2] << 24) | - ((u64)pn[1] << 32) | - ((u64)pn[0] << 40)); + aes_sc[i].pn = cpu_to_le64((u64)pn[5] | + ((u64)pn[4] << 8) | + ((u64)pn[3] << 16) | + ((u64)pn[2] << 24) | + ((u64)pn[1] << 32) | + ((u64)pn[0] << 40)); } data->use_rsc_tsc = true; break; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/mvm/fw-api-power.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/mvm/fw-api-power.h @@ -66,13 +66,46 @@ /* Power Management Commands, Responses, Notifications */ +/** + * enum iwl_ltr_config_flags - masks for LTR config command flags + * @LTR_CFG_FLAG_FEATURE_ENABLE: Feature operational status + * @LTR_CFG_FLAG_HW_DIS_ON_SHADOW_REG_ACCESS: allow LTR change on shadow + * memory access + * @LTR_CFG_FLAG_HW_EN_SHRT_WR_THROUGH: allow LTR msg send on ANY LTR + * reg change + * @LTR_CFG_FLAG_HW_DIS_ON_D0_2_D3: allow LTR msg send on transition from + * D0 to D3 + * @LTR_CFG_FLAG_SW_SET_SHORT: fixed static short LTR register + * @LTR_CFG_FLAG_SW_SET_LONG: fixed static short LONG register + * @LTR_CFG_FLAG_DENIE_C10_ON_PD: allow going into C10 on PD + */ +enum iwl_ltr_config_flags { + LTR_CFG_FLAG_FEATURE_ENABLE = BIT(0), + LTR_CFG_FLAG_HW_DIS_ON_SHADOW_REG_ACCESS = BIT(1), + LTR_CFG_FLAG_HW_EN_SHRT_WR_THROUGH = BIT(2), + LTR_CFG_FLAG_HW_DIS_ON_D0_2_D3 = BIT(3), + LTR_CFG_FLAG_SW_SET_SHORT = BIT(4), + LTR_CFG_FLAG_SW_SET_LONG = BIT(5), + LTR_CFG_FLAG_DENIE_C10_ON_PD = BIT(6), +}; + +/** + * struct iwl_ltr_config_cmd - configures the LTR + * @flags: See %enum iwl_ltr_config_flags + */ +struct iwl_ltr_config_cmd { + __le32 flags; + __le32 static_long; + __le32 static_short; +} __packed; + /* Radio LP RX Energy Threshold measured in dBm */ #define POWER_LPRX_RSSI_THRESHOLD 75 #define POWER_LPRX_RSSI_THRESHOLD_MAX 94 #define POWER_LPRX_RSSI_THRESHOLD_MIN 30 /** - * enum iwl_scan_flags - masks for power table command flags + * enum iwl_power_flags - masks for power table command flags * @POWER_FLAGS_POWER_SAVE_ENA_MSK: '1' Allow to save power by turning off * receiver and transmitter. '0' - does not allow. * @POWER_FLAGS_POWER_MANAGEMENT_ENA_MSK: '0' Driver disables power management, --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/mvm/fw-api.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/mvm/fw-api.h @@ -144,6 +144,7 @@ /* Power - legacy power table command */ POWER_TABLE_CMD = 0x77, PSM_UAPSD_AP_MISBEHAVING_NOTIFICATION = 0x78, + LTR_CONFIG = 0xee, /* Thermal Throttling*/ REPLY_THERMAL_MNG_BACKOFF = 0x7e, @@ -1465,7 +1466,7 @@ #define SF_NUM_TIMEOUT_TYPES 2 /* Aging timer and Idle timer */ /* smart FIFO default values */ -#define SF_W_MARK_SISO 4096 +#define SF_W_MARK_SISO 6144 #define SF_W_MARK_MIMO2 8192 #define SF_W_MARK_MIMO3 6144 #define SF_W_MARK_LEGACY 4096 @@ -1487,14 +1488,14 @@ /** * Smart Fifo configuration command. - * @state: smart fifo state, types listed in iwl_sf_sate. + * @state: smart fifo state, types listed in enum %iwl_sf_sate. * @watermark: Minimum allowed availabe free space in RXF for transient state. * @long_delay_timeouts: aging and idle timer values for each scenario * in long delay state. * @full_on_timeouts: timer values for each scenario in full on state. */ struct iwl_sf_cfg_cmd { - enum iwl_sf_state state; + __le32 state; __le32 watermark[SF_TRANSIENT_STATES_NUMBER]; __le32 long_delay_timeouts[SF_NUM_SCENARIO][SF_NUM_TIMEOUT_TYPES]; __le32 full_on_timeouts[SF_NUM_SCENARIO][SF_NUM_TIMEOUT_TYPES]; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/mvm/fw.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/mvm/fw.c @@ -282,7 +282,7 @@ lockdep_assert_held(&mvm->mutex); - if (WARN_ON_ONCE(mvm->init_ucode_complete)) + if (WARN_ON_ONCE(mvm->init_ucode_complete || mvm->calibrating)) return 0; iwl_init_notification_wait(&mvm->notif_wait, @@ -324,7 +324,7 @@ * abort after reading the nvm in case RF Kill is on, we will complete * the init seq later when RF kill will switch to off */ - if (iwl_mvm_is_radio_killed(mvm)) { + if (iwl_mvm_is_radio_hw_killed(mvm)) { IWL_DEBUG_RF_KILL(mvm, "jump over all phy activities due to RF kill\n"); iwl_remove_notification(&mvm->notif_wait, &calib_wait); @@ -332,6 +332,8 @@ goto out; } + mvm->calibrating = true; + /* Send TX valid antennas before triggering calibrations */ ret = iwl_send_tx_ant_cfg(mvm, mvm->fw->valid_tx_ant); if (ret) @@ -356,11 +358,17 @@ MVM_UCODE_CALIB_TIMEOUT); if (!ret) mvm->init_ucode_complete = true; + + if (ret && iwl_mvm_is_radio_hw_killed(mvm)) { + IWL_DEBUG_RF_KILL(mvm, "RFKILL while calibrating.\n"); + ret = 1; + } goto out; error: iwl_remove_notification(&mvm->notif_wait, &calib_wait); out: + mvm->calibrating = false; if (iwlmvm_mod_params.init_dbg && !mvm->nvm_data) { /* we want to debug INIT and we have no NVM - fake */ mvm->nvm_data = kzalloc(sizeof(struct iwl_nvm_data) + @@ -475,6 +483,15 @@ /* Initialize tx backoffs to the minimal possible */ iwl_mvm_tt_tx_backoff(mvm, 0); + if (mvm->trans->ltr_enabled) { + struct iwl_ltr_config_cmd cmd = { + .flags = cpu_to_le32(LTR_CFG_FLAG_FEATURE_ENABLE), + }; + + WARN_ON(iwl_mvm_send_cmd_pdu(mvm, LTR_CONFIG, 0, + sizeof(cmd), &cmd)); + } + ret = iwl_mvm_power_update_device(mvm); if (ret) goto error; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c @@ -720,11 +720,6 @@ !force_assoc_off) { u32 dtim_offs; - /* Allow beacons to pass through as long as we are not - * associated, or we do not have dtim period information. - */ - cmd.filter_flags |= cpu_to_le32(MAC_FILTER_IN_BEACON); - /* * The DTIM count counts down, so when it is N that means N * more beacon intervals happen until the DTIM TBTT. Therefore @@ -758,6 +753,11 @@ ctxt_sta->is_assoc = cpu_to_le32(1); } else { ctxt_sta->is_assoc = cpu_to_le32(0); + + /* Allow beacons to pass through as long as we are not + * associated, or we do not have dtim period information. + */ + cmd.filter_flags |= cpu_to_le32(MAC_FILTER_IN_BEACON); } ctxt_sta->bi = cpu_to_le32(vif->bss_conf.beacon_int); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/mvm/mac80211.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/mvm/mac80211.c @@ -80,6 +80,8 @@ #include "fw-api-scan.h" #include "iwl-phy-db.h" #include "testmode.h" +#include "iwl-fw-error-dump.h" +#include "iwl-prph.h" static const struct ieee80211_iface_limit iwl_mvm_limits[] = { { @@ -627,9 +629,6 @@ mvmvif->uploaded = false; mvmvif->ap_sta_id = IWL_MVM_STATION_COUNT; - /* does this make sense at all? */ - mvmvif->color++; - spin_lock_bh(&mvm->time_event_lock); iwl_mvm_te_clear_data(mvm, &mvmvif->time_event_data); spin_unlock_bh(&mvm->time_event_lock); @@ -637,6 +636,104 @@ mvmvif->phy_ctxt = NULL; } +#ifdef CONFIG_IWLWIFI_DEBUGFS +static void iwl_mvm_fw_error_dump(struct iwl_mvm *mvm) +{ + struct iwl_fw_error_dump_file *dump_file; + struct iwl_fw_error_dump_data *dump_data; + struct iwl_fw_error_dump_info *dump_info; + const struct fw_img *img; + u32 sram_len, sram_ofs; + u32 file_len, rxf_len; + unsigned long flags; + u32 trans_len; + int reg_val; + + lockdep_assert_held(&mvm->mutex); + + if (mvm->fw_error_dump) + return; + + img = &mvm->fw->img[mvm->cur_ucode]; + sram_ofs = img->sec[IWL_UCODE_SECTION_DATA].offset; + sram_len = img->sec[IWL_UCODE_SECTION_DATA].len; + + /* reading buffer size */ + reg_val = iwl_trans_read_prph(mvm->trans, RXF_SIZE_ADDR); + rxf_len = (reg_val & RXF_SIZE_BYTE_CNT_MSK) >> RXF_SIZE_BYTE_CND_POS; + + /* the register holds the value divided by 128 */ + rxf_len = rxf_len << 7; + + file_len = sizeof(*dump_file) + + sizeof(*dump_data) * 3 + + sram_len + + rxf_len + + sizeof(*dump_info); + + trans_len = iwl_trans_dump_data(mvm->trans, NULL, 0); + if (trans_len) + file_len += trans_len; + + dump_file = vzalloc(file_len); + if (!dump_file) + return; + + mvm->fw_error_dump = dump_file; + + dump_file->barker = cpu_to_le32(IWL_FW_ERROR_DUMP_BARKER); + dump_file->file_len = cpu_to_le32(file_len); + dump_data = (void *)dump_file->data; + + dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_DEV_FW_INFO); + dump_data->len = cpu_to_le32(sizeof(*dump_info)); + dump_info = (void *) dump_data->data; + dump_info->device_family = + mvm->cfg->device_family == IWL_DEVICE_FAMILY_7000 ? + cpu_to_le32(IWL_FW_ERROR_DUMP_FAMILY_7) : + cpu_to_le32(IWL_FW_ERROR_DUMP_FAMILY_8); + memcpy(dump_info->fw_human_readable, mvm->fw->human_readable, + sizeof(dump_info->fw_human_readable)); + strncpy(dump_info->dev_human_readable, mvm->cfg->name, + sizeof(dump_info->dev_human_readable)); + strncpy(dump_info->bus_human_readable, mvm->dev->bus->name, + sizeof(dump_info->bus_human_readable)); + + dump_data = iwl_fw_error_next_data(dump_data); + dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_RXF); + dump_data->len = cpu_to_le32(rxf_len); + + if (iwl_trans_grab_nic_access(mvm->trans, false, &flags)) { + u32 *rxf = (void *)dump_data->data; + int i; + + for (i = 0; i < (rxf_len / sizeof(u32)); i++) { + iwl_trans_write_prph(mvm->trans, + RXF_LD_FENCE_OFFSET_ADDR, + i * sizeof(u32)); + rxf[i] = iwl_trans_read_prph(mvm->trans, + RXF_FIFO_RD_FENCE_ADDR); + } + iwl_trans_release_nic_access(mvm->trans, &flags); + } + + dump_data = iwl_fw_error_next_data(dump_data); + dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_SRAM); + dump_data->len = cpu_to_le32(sram_len); + iwl_trans_read_mem_bytes(mvm->trans, sram_ofs, dump_data->data, + sram_len); + + if (trans_len) { + void *buf = iwl_fw_error_next_data(dump_data); + u32 real_trans_len = iwl_trans_dump_data(mvm->trans, buf, + trans_len); + dump_data = (void *)((u8 *)buf + real_trans_len); + dump_file->file_len = + cpu_to_le32(file_len - trans_len + real_trans_len); + } +} +#endif + static void iwl_mvm_restart_cleanup(struct iwl_mvm *mvm) { #ifdef CONFIG_IWLWIFI_DEBUGFS @@ -651,6 +748,7 @@ iwl_trans_stop_device(mvm->trans); mvm->scan_status = IWL_MVM_SCAN_NONE; + mvm->calibrating = false; /* just in case one was running */ ieee80211_remain_on_channel_expired(mvm->hw); @@ -834,7 +932,7 @@ ret = iwl_mvm_power_update_mac(mvm); if (ret) - goto out_release; + goto out_remove_mac; /* beacon filtering */ ret = iwl_mvm_disable_beacon_filter(mvm, vif, 0); @@ -2415,6 +2513,7 @@ struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw); struct iwl_mvm_vif *mvmvif; struct iwl_mvm_sta *mvmsta; + u32 msk; if (!vif || vif->type != NL80211_IFTYPE_STATION) return; @@ -2426,13 +2525,14 @@ if (WARN_ON_ONCE(!mvmsta)) goto done; - if (drop) { - if (iwl_mvm_flush_tx_path(mvm, mvmsta->tfd_queue_msk, true)) - IWL_ERR(mvm, "flush request fail\n"); - } else { - iwl_trans_wait_tx_queue_empty(mvm->trans, - mvmsta->tfd_queue_msk); - } + msk = mvmsta->tfd_queue_msk; + msk &= ~BIT(vif->hw_queue[IEEE80211_AC_VO]); + + if (iwl_mvm_flush_tx_path(mvm, msk, true)) + IWL_ERR(mvm, "flush request fail\n"); + + msk |= BIT(vif->hw_queue[IEEE80211_AC_VO]); + iwl_trans_wait_tx_queue_empty(mvm->trans, msk); done: mutex_unlock(&mvm->mutex); } --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/mvm/mvm.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/mvm/mvm.h @@ -486,6 +486,7 @@ enum iwl_ucode_type cur_ucode; bool ucode_loaded; bool init_ucode_complete; + bool calibrating; u32 error_event_table; u32 log_event_table; u32 umac_error_event_table; @@ -586,10 +587,6 @@ /* -1 for always, 0 for never, >0 for that many times */ s8 restart_fw; void *fw_error_dump; - void *fw_error_sram; - u32 fw_error_sram_len; - u32 *fw_error_rxf; - u32 fw_error_rxf_len; #ifdef CONFIG_IWLWIFI_LEDS struct led_classdev led; @@ -671,6 +668,11 @@ test_bit(IWL_MVM_STATUS_HW_CTKILL, &mvm->status); } +static inline bool iwl_mvm_is_radio_hw_killed(struct iwl_mvm *mvm) +{ + return test_bit(IWL_MVM_STATUS_HW_RFKILL, &mvm->status); +} + static inline struct iwl_mvm_sta * iwl_mvm_sta_from_staid_protected(struct iwl_mvm *mvm, u8 sta_id) { @@ -719,11 +721,6 @@ struct ieee80211_tx_rate *r); u8 iwl_mvm_mac80211_idx_to_hwrate(int rate_idx); void iwl_mvm_dump_nic_error_log(struct iwl_mvm *mvm); -#ifdef CONFIG_IWLWIFI_DEBUGFS -void iwl_mvm_fw_error_dump(struct iwl_mvm *mvm); -void iwl_mvm_fw_error_sram_dump(struct iwl_mvm *mvm); -void iwl_mvm_fw_error_rxf_dump(struct iwl_mvm *mvm); -#endif u8 first_antenna(u8 mask); u8 iwl_mvm_next_antenna(struct iwl_mvm *mvm, u8 valid, u8 last_idx); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/mvm/ops.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/mvm/ops.c @@ -323,6 +323,7 @@ CMD(REPLY_BEACON_FILTERING_CMD), CMD(REPLY_THERMAL_MNG_BACKOFF), CMD(MAC_PM_POWER_TABLE), + CMD(LTR_CONFIG), CMD(BT_COEX_CI), CMD(PSM_UAPSD_AP_MISBEHAVING_NOTIFICATION), CMD(ANTENNA_COUPLING_NOTIFICATION), @@ -549,8 +550,6 @@ kfree(mvm->scan_cmd); vfree(mvm->fw_error_dump); - kfree(mvm->fw_error_sram); - kfree(mvm->fw_error_rxf); kfree(mvm->mcast_filter_cmd); mvm->mcast_filter_cmd = NULL; @@ -717,6 +716,7 @@ static bool iwl_mvm_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) { struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); + bool calibrating = ACCESS_ONCE(mvm->calibrating); if (state) set_bit(IWL_MVM_STATUS_HW_RFKILL, &mvm->status); @@ -725,7 +725,15 @@ wiphy_rfkill_set_hw_state(mvm->hw->wiphy, iwl_mvm_is_radio_killed(mvm)); - return state && mvm->cur_ucode != IWL_UCODE_INIT; + /* iwl_run_init_mvm_ucode is waiting for results, abort it */ + if (calibrating) + iwl_abort_notification_waits(&mvm->notif_wait); + + /* + * Stop the device if we run OPERATIONAL firmware or if we are in the + * middle of the calibrations. + */ + return state && (mvm->cur_ucode != IWL_UCODE_INIT || calibrating); } static void iwl_mvm_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) @@ -821,82 +829,12 @@ } } -#ifdef CONFIG_IWLWIFI_DEBUGFS -void iwl_mvm_fw_error_dump(struct iwl_mvm *mvm) -{ - struct iwl_fw_error_dump_file *dump_file; - struct iwl_fw_error_dump_data *dump_data; - u32 file_len; - u32 trans_len; - - lockdep_assert_held(&mvm->mutex); - - if (mvm->fw_error_dump) - return; - - file_len = mvm->fw_error_sram_len + - mvm->fw_error_rxf_len + - sizeof(*dump_file) + - sizeof(*dump_data) * 2; - - trans_len = iwl_trans_dump_data(mvm->trans, NULL, 0); - if (trans_len) - file_len += trans_len; - - dump_file = vmalloc(file_len); - if (!dump_file) - return; - - mvm->fw_error_dump = dump_file; - - dump_file->barker = cpu_to_le32(IWL_FW_ERROR_DUMP_BARKER); - dump_file->file_len = cpu_to_le32(file_len); - dump_data = (void *)dump_file->data; - dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_RXF); - dump_data->len = cpu_to_le32(mvm->fw_error_rxf_len); - memcpy(dump_data->data, mvm->fw_error_rxf, mvm->fw_error_rxf_len); - - dump_data = iwl_mvm_fw_error_next_data(dump_data); - dump_data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_SRAM); - dump_data->len = cpu_to_le32(mvm->fw_error_sram_len); - - /* - * No need for lock since at the stage the FW isn't loaded. So it - * can't assert - we are the only one who can possibly be accessing - * mvm->fw_error_sram right now. - */ - memcpy(dump_data->data, mvm->fw_error_sram, mvm->fw_error_sram_len); - - kfree(mvm->fw_error_rxf); - mvm->fw_error_rxf = NULL; - mvm->fw_error_rxf_len = 0; - - kfree(mvm->fw_error_sram); - mvm->fw_error_sram = NULL; - mvm->fw_error_sram_len = 0; - - if (trans_len) { - void *buf = iwl_mvm_fw_error_next_data(dump_data); - u32 real_trans_len = iwl_trans_dump_data(mvm->trans, buf, - trans_len); - dump_data = (void *)((u8 *)buf + real_trans_len); - dump_file->file_len = - cpu_to_le32(file_len - trans_len + real_trans_len); - } -} -#endif - static void iwl_mvm_nic_error(struct iwl_op_mode *op_mode) { struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); iwl_mvm_dump_nic_error_log(mvm); -#ifdef CONFIG_IWLWIFI_DEBUGFS - iwl_mvm_fw_error_sram_dump(mvm); - iwl_mvm_fw_error_rxf_dump(mvm); -#endif - iwl_mvm_nic_restart(mvm); } --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/mvm/sf.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/mvm/sf.c @@ -172,7 +172,7 @@ enum iwl_sf_state new_state) { struct iwl_sf_cfg_cmd sf_cmd = { - .state = new_state, + .state = cpu_to_le32(new_state), }; struct ieee80211_sta *sta; int ret = 0; --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/mvm/tx.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/mvm/tx.c @@ -859,6 +859,11 @@ sta_id = ba_notif->sta_id; tid = ba_notif->tid; + if (WARN_ONCE(sta_id >= IWL_MVM_STATION_COUNT || + tid >= IWL_MAX_TID_COUNT, + "sta_id %d tid %d", sta_id, tid)) + return 0; + rcu_read_lock(); sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/mvm/utils.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/mvm/utils.c @@ -519,71 +519,6 @@ iwl_mvm_dump_umac_error_log(mvm); } -#ifdef CONFIG_IWLWIFI_DEBUGFS -void iwl_mvm_fw_error_sram_dump(struct iwl_mvm *mvm) -{ - const struct fw_img *img; - u32 ofs, sram_len; - void *sram; - - if (!mvm->ucode_loaded || mvm->fw_error_sram || mvm->fw_error_dump) - return; - - img = &mvm->fw->img[mvm->cur_ucode]; - ofs = img->sec[IWL_UCODE_SECTION_DATA].offset; - sram_len = img->sec[IWL_UCODE_SECTION_DATA].len; - - sram = kzalloc(sram_len, GFP_ATOMIC); - if (!sram) - return; - - iwl_trans_read_mem_bytes(mvm->trans, ofs, sram, sram_len); - mvm->fw_error_sram = sram; - mvm->fw_error_sram_len = sram_len; -} - -void iwl_mvm_fw_error_rxf_dump(struct iwl_mvm *mvm) -{ - int i, reg_val; - unsigned long flags; - - if (!mvm->ucode_loaded || mvm->fw_error_rxf || mvm->fw_error_dump) - return; - - /* reading buffer size */ - reg_val = iwl_trans_read_prph(mvm->trans, RXF_SIZE_ADDR); - mvm->fw_error_rxf_len = - (reg_val & RXF_SIZE_BYTE_CNT_MSK) >> RXF_SIZE_BYTE_CND_POS; - - /* the register holds the value divided by 128 */ - mvm->fw_error_rxf_len = mvm->fw_error_rxf_len << 7; - - if (!mvm->fw_error_rxf_len) - return; - - mvm->fw_error_rxf = kzalloc(mvm->fw_error_rxf_len, GFP_ATOMIC); - if (!mvm->fw_error_rxf) { - mvm->fw_error_rxf_len = 0; - return; - } - - if (!iwl_trans_grab_nic_access(mvm->trans, false, &flags)) { - kfree(mvm->fw_error_rxf); - mvm->fw_error_rxf = NULL; - mvm->fw_error_rxf_len = 0; - return; - } - - for (i = 0; i < (mvm->fw_error_rxf_len / sizeof(u32)); i++) { - iwl_trans_write_prph(mvm->trans, RXF_LD_FENCE_OFFSET_ADDR, - i * sizeof(u32)); - mvm->fw_error_rxf[i] = - iwl_trans_read_prph(mvm->trans, RXF_FIFO_RD_FENCE_ADDR); - } - iwl_trans_release_nic_access(mvm->trans, &flags); -} -#endif - /** * iwl_mvm_send_lq_cmd() - Send link quality command * @init: This command is sent as part of station initialization right @@ -673,7 +608,7 @@ if (num_of_ant(mvm->fw->valid_rx_ant) == 1) return false; - if (!mvm->cfg->rx_with_siso_diversity) + if (mvm->cfg->rx_with_siso_diversity) return false; ieee80211_iterate_active_interfaces_atomic( --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/pcie/drv.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/pcie/drv.c @@ -273,6 +273,8 @@ {IWL_PCI_DEVICE(0x08B1, 0x4070, iwl7260_2ac_cfg)}, {IWL_PCI_DEVICE(0x08B1, 0x4072, iwl7260_2ac_cfg)}, {IWL_PCI_DEVICE(0x08B1, 0x4170, iwl7260_2ac_cfg)}, + {IWL_PCI_DEVICE(0x08B1, 0x4C60, iwl7260_2ac_cfg)}, + {IWL_PCI_DEVICE(0x08B1, 0x4C70, iwl7260_2ac_cfg)}, {IWL_PCI_DEVICE(0x08B1, 0x4060, iwl7260_2n_cfg)}, {IWL_PCI_DEVICE(0x08B1, 0x406A, iwl7260_2n_cfg)}, {IWL_PCI_DEVICE(0x08B1, 0x4160, iwl7260_2n_cfg)}, @@ -316,6 +318,8 @@ {IWL_PCI_DEVICE(0x08B1, 0xC770, iwl7260_2ac_cfg)}, {IWL_PCI_DEVICE(0x08B1, 0xC760, iwl7260_2n_cfg)}, {IWL_PCI_DEVICE(0x08B2, 0xC270, iwl7260_2ac_cfg)}, + {IWL_PCI_DEVICE(0x08B1, 0xCC70, iwl7260_2ac_cfg)}, + {IWL_PCI_DEVICE(0x08B1, 0xCC60, iwl7260_2ac_cfg)}, {IWL_PCI_DEVICE(0x08B2, 0xC272, iwl7260_2ac_cfg)}, {IWL_PCI_DEVICE(0x08B2, 0xC260, iwl7260_2n_cfg)}, {IWL_PCI_DEVICE(0x08B2, 0xC26A, iwl7260_n_cfg)}, @@ -364,6 +368,7 @@ {IWL_PCI_DEVICE(0x095B, 0x5310, iwl7265_2ac_cfg)}, {IWL_PCI_DEVICE(0x095B, 0x5302, iwl7265_n_cfg)}, {IWL_PCI_DEVICE(0x095B, 0x5210, iwl7265_2ac_cfg)}, + {IWL_PCI_DEVICE(0x095A, 0x5C10, iwl7265_2ac_cfg)}, {IWL_PCI_DEVICE(0x095A, 0x5012, iwl7265_2ac_cfg)}, {IWL_PCI_DEVICE(0x095A, 0x5412, iwl7265_2ac_cfg)}, {IWL_PCI_DEVICE(0x095A, 0x5410, iwl7265_2ac_cfg)}, @@ -380,10 +385,10 @@ {IWL_PCI_DEVICE(0x095A, 0x9012, iwl7265_2ac_cfg)}, {IWL_PCI_DEVICE(0x095A, 0x9110, iwl7265_2ac_cfg)}, {IWL_PCI_DEVICE(0x095A, 0x9112, iwl7265_2ac_cfg)}, - {IWL_PCI_DEVICE(0x095A, 0x9210, iwl7265_2ac_cfg)}, + {IWL_PCI_DEVICE(0x095B, 0x9210, iwl7265_2ac_cfg)}, {IWL_PCI_DEVICE(0x095B, 0x9200, iwl7265_2ac_cfg)}, {IWL_PCI_DEVICE(0x095A, 0x9510, iwl7265_2ac_cfg)}, - {IWL_PCI_DEVICE(0x095A, 0x9310, iwl7265_2ac_cfg)}, + {IWL_PCI_DEVICE(0x095B, 0x9310, iwl7265_2ac_cfg)}, {IWL_PCI_DEVICE(0x095A, 0x9410, iwl7265_2ac_cfg)}, {IWL_PCI_DEVICE(0x095A, 0x5020, iwl7265_2n_cfg)}, {IWL_PCI_DEVICE(0x095A, 0x502A, iwl7265_2n_cfg)}, @@ -393,6 +398,11 @@ {IWL_PCI_DEVICE(0x095A, 0x5590, iwl7265_2ac_cfg)}, {IWL_PCI_DEVICE(0x095B, 0x5290, iwl7265_2ac_cfg)}, {IWL_PCI_DEVICE(0x095A, 0x5490, iwl7265_2ac_cfg)}, + {IWL_PCI_DEVICE(0x095A, 0x5F10, iwl7265_2ac_cfg)}, + {IWL_PCI_DEVICE(0x095B, 0x5212, iwl7265_2ac_cfg)}, + {IWL_PCI_DEVICE(0x095B, 0x520A, iwl7265_2ac_cfg)}, + {IWL_PCI_DEVICE(0x095A, 0x9000, iwl7265_2ac_cfg)}, + {IWL_PCI_DEVICE(0x095A, 0x9400, iwl7265_2ac_cfg)}, /* 8000 Series */ {IWL_PCI_DEVICE(0x24F3, 0x0010, iwl8260_2ac_cfg)}, --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/pcie/internal.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/pcie/internal.h @@ -260,6 +260,9 @@ * @wd_timeout: queue watchdog timeout (jiffies) * @reg_lock: protect hw register access * @cmd_in_flight: true when we have a host command in flight + * @fw_mon_phys: physical address of the buffer for the firmware monitor + * @fw_mon_page: points to the first page of the buffer for the firmware monitor + * @fw_mon_size: size of the buffer for the firmware monitor */ struct iwl_trans_pcie { struct iwl_rxq rxq; @@ -312,6 +315,10 @@ /*protect hw register */ spinlock_t reg_lock; bool cmd_in_flight; + + dma_addr_t fw_mon_phys; + struct page *fw_mon_page; + u32 fw_mon_size; }; #define IWL_TRANS_GET_PCIE_TRANS(_iwl_trans) \ --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/pcie/trans.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/pcie/trans.c @@ -76,6 +76,68 @@ #include "iwl-fw-error-dump.h" #include "internal.h" +static void iwl_pcie_free_fw_monitor(struct iwl_trans *trans) +{ + struct iwl_trans_pcie *trans_pcie = IWL_TRANS_GET_PCIE_TRANS(trans); + + if (!trans_pcie->fw_mon_page) + return; + + dma_unmap_page(trans->dev, trans_pcie->fw_mon_phys, + trans_pcie->fw_mon_size, DMA_FROM_DEVICE); + __free_pages(trans_pcie->fw_mon_page, + get_order(trans_pcie->fw_mon_size)); + trans_pcie->fw_mon_page = NULL; + trans_pcie->fw_mon_phys = 0; + trans_pcie->fw_mon_size = 0; +} + +static void iwl_pcie_alloc_fw_monitor(struct iwl_trans *trans) +{ + struct iwl_trans_pcie *trans_pcie = IWL_TRANS_GET_PCIE_TRANS(trans); + struct page *page; + dma_addr_t phys; + u32 size; + u8 power; + + if (trans_pcie->fw_mon_page) { + dma_sync_single_for_device(trans->dev, trans_pcie->fw_mon_phys, + trans_pcie->fw_mon_size, + DMA_FROM_DEVICE); + return; + } + + phys = 0; + for (power = 26; power >= 11; power--) { + int order; + + size = BIT(power); + order = get_order(size); + page = alloc_pages(__GFP_COMP | __GFP_NOWARN | __GFP_ZERO, + order); + if (!page) + continue; + + phys = dma_map_page(trans->dev, page, 0, PAGE_SIZE << order, + DMA_FROM_DEVICE); + if (dma_mapping_error(trans->dev, phys)) { + __free_pages(page, order); + continue; + } + IWL_INFO(trans, + "Allocated 0x%08x bytes (order %d) for firmware monitor.\n", + size, order); + break; + } + + if (!page) + return; + + trans_pcie->fw_mon_page = page; + trans_pcie->fw_mon_phys = phys; + trans_pcie->fw_mon_size = size; +} + static u32 iwl_trans_pcie_read_shr(struct iwl_trans *trans, u32 reg) { iwl_write32(trans, HEEP_CTRL_WRD_PCIEX_CTRL_REG, @@ -109,6 +171,7 @@ { struct iwl_trans_pcie *trans_pcie = IWL_TRANS_GET_PCIE_TRANS(trans); u16 lctl; + u16 cap; /* * HW bug W/A for instability in PCIe bus L0S->L1 transition. @@ -119,16 +182,17 @@ * power savings, even without L1. */ pcie_capability_read_word(trans_pcie->pci_dev, PCI_EXP_LNKCTL, &lctl); - if (lctl & PCI_EXP_LNKCTL_ASPM_L1) { - /* L1-ASPM enabled; disable(!) L0S */ + if (lctl & PCI_EXP_LNKCTL_ASPM_L1) iwl_set_bit(trans, CSR_GIO_REG, CSR_GIO_REG_VAL_L0S_ENABLED); - dev_info(trans->dev, "L1 Enabled; Disabling L0S\n"); - } else { - /* L1-ASPM disabled; enable(!) L0S */ + else iwl_clear_bit(trans, CSR_GIO_REG, CSR_GIO_REG_VAL_L0S_ENABLED); - dev_info(trans->dev, "L1 Disabled; Enabling L0S\n"); - } trans->pm_support = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); + + pcie_capability_read_word(trans_pcie->pci_dev, PCI_EXP_DEVCTL2, &cap); + trans->ltr_enabled = cap & PCI_EXP_DEVCTL2_LTR_EN; + dev_info(trans->dev, "L1 %sabled - LTR %sabled\n", + (lctl & PCI_EXP_LNKCTL_ASPM_L1) ? "En" : "Dis", + trans->ltr_enabled ? "En" : "Dis"); } /* @@ -675,6 +739,7 @@ static int iwl_pcie_load_given_ucode(struct iwl_trans *trans, const struct fw_img *image) { + struct iwl_trans_pcie *trans_pcie = IWL_TRANS_GET_PCIE_TRANS(trans); int ret = 0; int first_ucode_section; @@ -733,6 +798,20 @@ return ret; } + /* supported for 7000 only for the moment */ + if (iwlwifi_mod_params.fw_monitor && + trans->cfg->device_family == IWL_DEVICE_FAMILY_7000) { + iwl_pcie_alloc_fw_monitor(trans); + + if (trans_pcie->fw_mon_size) { + iwl_write_prph(trans, MON_BUFF_BASE_ADDR, + trans_pcie->fw_mon_phys >> 4); + iwl_write_prph(trans, MON_BUFF_END_ADDR, + (trans_pcie->fw_mon_phys + + trans_pcie->fw_mon_size) >> 4); + } + } + /* release CPU reset */ if (trans->cfg->device_family == IWL_DEVICE_FAMILY_8000) iwl_write_prph(trans, RELEASE_CPU_RESET, RELEASE_CPU_RESET_BIT); @@ -833,7 +912,8 @@ * restart. So don't process again if the device is * already dead. */ - if (test_bit(STATUS_DEVICE_ENABLED, &trans->status)) { + if (test_and_clear_bit(STATUS_DEVICE_ENABLED, &trans->status)) { + IWL_DEBUG_INFO(trans, "DEVICE_ENABLED bit was set and is now cleared\n"); iwl_pcie_tx_stop(trans); iwl_pcie_rx_stop(trans); @@ -863,7 +943,6 @@ /* clear all status bits */ clear_bit(STATUS_SYNC_HCMD_ACTIVE, &trans->status); clear_bit(STATUS_INT_ENABLED, &trans->status); - clear_bit(STATUS_DEVICE_ENABLED, &trans->status); clear_bit(STATUS_TPOWER_PMI, &trans->status); clear_bit(STATUS_RFKILL, &trans->status); @@ -1126,6 +1205,8 @@ if (trans_pcie->napi.poll) netif_napi_del(&trans_pcie->napi); + iwl_pcie_free_fw_monitor(trans); + kfree(trans); } @@ -1698,10 +1779,15 @@ u32 len; int i, ptr; + len = sizeof(*data) + + cmdq->q.n_window * (sizeof(*txcmd) + TFD_MAX_PAYLOAD_SIZE); + + if (trans_pcie->fw_mon_page) + len += sizeof(*data) + sizeof(struct iwl_fw_error_fw_mon) + + trans_pcie->fw_mon_size; + if (!buf) - return sizeof(*data) + - cmdq->q.n_window * (sizeof(*txcmd) + - TFD_MAX_PAYLOAD_SIZE); + return len; len = 0; data = buf; @@ -1729,7 +1815,40 @@ spin_unlock_bh(&cmdq->lock); data->len = cpu_to_le32(len); - return sizeof(*data) + len; + len += sizeof(*data); + + if (trans_pcie->fw_mon_page) { + struct iwl_fw_error_fw_mon *fw_mon_data; + + data = iwl_fw_error_next_data(data); + data->type = cpu_to_le32(IWL_FW_ERROR_DUMP_FW_MONITOR); + data->len = cpu_to_le32(trans_pcie->fw_mon_size + + sizeof(*fw_mon_data)); + fw_mon_data = (void *)data->data; + fw_mon_data->fw_mon_wr_ptr = + cpu_to_le32(iwl_read_prph(trans, MON_BUFF_WRPTR)); + fw_mon_data->fw_mon_cycle_cnt = + cpu_to_le32(iwl_read_prph(trans, MON_BUFF_CYCLE_CNT)); + fw_mon_data->fw_mon_base_ptr = + cpu_to_le32(iwl_read_prph(trans, MON_BUFF_BASE_ADDR)); + + /* + * The firmware is now asserted, it won't write anything to + * the buffer. CPU can take ownership to fetch the data. + * The buffer will be handed back to the device before the + * firmware will be restarted. + */ + dma_sync_single_for_cpu(trans->dev, trans_pcie->fw_mon_phys, + trans_pcie->fw_mon_size, + DMA_FROM_DEVICE); + memcpy(fw_mon_data->data, page_address(trans_pcie->fw_mon_page), + trans_pcie->fw_mon_size); + + len += sizeof(*data) + sizeof(*fw_mon_data) + + trans_pcie->fw_mon_size; + } + + return len; } #else static int iwl_trans_pcie_dbgfs_register(struct iwl_trans *trans, --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/iwlwifi/pcie/tx.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/iwlwifi/pcie/tx.c @@ -731,7 +731,12 @@ iwl_write_direct32(trans, FH_KW_MEM_ADDR_REG, trans_pcie->kw.dma >> 4); - iwl_pcie_tx_start(trans, trans_pcie->scd_base_addr); + /* + * Send 0 as the scd_base_addr since the device may have be reset + * while we were in WoWLAN in which case SCD_SRAM_BASE_ADDR will + * contain garbage. + */ + iwl_pcie_tx_start(trans, 0); } /* --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/mac80211_hwsim.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/mac80211_hwsim.c @@ -1985,7 +1985,7 @@ if (err != 0) { printk(KERN_DEBUG "mac80211_hwsim: device_bind_driver failed (%d)\n", err); - goto failed_hw; + goto failed_bind; } skb_queue_head_init(&data->pending); @@ -2181,6 +2181,8 @@ return idx; failed_hw: + device_release_driver(data->dev); +failed_bind: device_unregister(data->dev); failed_drvdata: ieee80211_free_hw(hw); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/mwifiex/debugfs.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/mwifiex/debugfs.c @@ -660,7 +660,7 @@ (struct mwifiex_private *) file->private_data; unsigned long addr = get_zeroed_page(GFP_KERNEL); char *buf = (char *) addr; - int pos = 0, ret = 0, i; + int pos, ret, i; u8 value[MAX_EEPROM_DATA]; if (!buf) @@ -668,7 +668,7 @@ if (saved_offset == -1) { /* No command has been given */ - pos += snprintf(buf, PAGE_SIZE, "0"); + pos = snprintf(buf, PAGE_SIZE, "0"); goto done; } @@ -677,17 +677,17 @@ (u16) saved_bytes, value); if (ret) { ret = -EINVAL; - goto done; + goto out_free; } - pos += snprintf(buf, PAGE_SIZE, "%d %d ", saved_offset, saved_bytes); + pos = snprintf(buf, PAGE_SIZE, "%d %d ", saved_offset, saved_bytes); for (i = 0; i < saved_bytes; i++) - pos += snprintf(buf + strlen(buf), PAGE_SIZE, "%d ", value[i]); - - ret = simple_read_from_buffer(ubuf, count, ppos, buf, pos); + pos += scnprintf(buf + pos, PAGE_SIZE - pos, "%d ", value[i]); done: + ret = simple_read_from_buffer(ubuf, count, ppos, buf, pos); +out_free: free_page(addr); return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/rndis_wlan.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/rndis_wlan.c @@ -356,9 +356,9 @@ #define CAP_MODE_80211G 4 #define CAP_MODE_MASK 7 -#define WORK_LINK_UP (1<<0) -#define WORK_LINK_DOWN (1<<1) -#define WORK_SET_MULTICAST_LIST (1<<2) +#define WORK_LINK_UP 0 +#define WORK_LINK_DOWN 1 +#define WORK_SET_MULTICAST_LIST 2 #define RNDIS_WLAN_ALG_NONE 0 #define RNDIS_WLAN_ALG_WEP (1<<0) --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/rt2x00/rt2800.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/rt2x00/rt2800.h @@ -52,6 +52,7 @@ * RF5592 2.4G/5G 2T2R * RF3070 2.4G 1T1R * RF5360 2.4G 1T1R + * RF5362 2.4G 1T1R * RF5370 2.4G 1T1R * RF5390 2.4G 1T1R */ @@ -72,6 +73,7 @@ #define RF3070 0x3070 #define RF3290 0x3290 #define RF5360 0x5360 +#define RF5362 0x5362 #define RF5370 0x5370 #define RF5372 0x5372 #define RF5390 0x5390 @@ -2039,7 +2041,7 @@ * 2 - drop tx power by 12dBm, * 3 - increase tx power by 6dBm */ -#define BBP1_TX_POWER_CTRL FIELD8(0x07) +#define BBP1_TX_POWER_CTRL FIELD8(0x03) #define BBP1_TX_ANTENNA FIELD8(0x18) /* @@ -2145,7 +2147,7 @@ /* Bits [7-4] for RF3320 (RT3370/RT3390), on other chipsets reserved */ #define RFCSR3_PA1_BIAS_CCK FIELD8(0x70) #define RFCSR3_PA2_CASCODE_BIAS_CCKK FIELD8(0x80) -/* Bits for RF3290/RF5360/RF5370/RF5372/RF5390/RF5392 */ +/* Bits for RF3290/RF5360/RF5362/RF5370/RF5372/RF5390/RF5392 */ #define RFCSR3_VCOCAL_EN FIELD8(0x80) /* Bits for RF3050 */ #define RFCSR3_BIT1 FIELD8(0x02) --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/rt2x00/rt2800lib.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/rt2x00/rt2800lib.c @@ -3141,6 +3141,7 @@ break; case RF3070: case RF5360: + case RF5362: case RF5370: case RF5372: case RF5390: @@ -3158,6 +3159,7 @@ rt2x00_rf(rt2x00dev, RF3290) || rt2x00_rf(rt2x00dev, RF3322) || rt2x00_rf(rt2x00dev, RF5360) || + rt2x00_rf(rt2x00dev, RF5362) || rt2x00_rf(rt2x00dev, RF5370) || rt2x00_rf(rt2x00dev, RF5372) || rt2x00_rf(rt2x00dev, RF5390) || @@ -4272,6 +4274,7 @@ case RF3070: case RF3290: case RF5360: + case RF5362: case RF5370: case RF5372: case RF5390: @@ -7072,6 +7075,7 @@ case RF3320: case RF3322: case RF5360: + case RF5362: case RF5370: case RF5372: case RF5390: @@ -7528,6 +7532,7 @@ case RF3320: case RF3322: case RF5360: + case RF5362: case RF5370: case RF5372: case RF5390: @@ -7657,6 +7662,7 @@ case RF3070: case RF3290: case RF5360: + case RF5362: case RF5370: case RF5372: case RF5390: --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/rt2x00/rt2800usb.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/rt2x00/rt2800usb.c @@ -1040,6 +1040,7 @@ { USB_DEVICE(0x07d1, 0x3c17) }, { USB_DEVICE(0x2001, 0x3317) }, { USB_DEVICE(0x2001, 0x3c1b) }, + { USB_DEVICE(0x2001, 0x3c25) }, /* Draytek */ { USB_DEVICE(0x07fa, 0x7712) }, /* DVICO */ @@ -1111,6 +1112,7 @@ /* Ovislink */ { USB_DEVICE(0x1b75, 0x3071) }, { USB_DEVICE(0x1b75, 0x3072) }, + { USB_DEVICE(0x1b75, 0xa200) }, /* Para */ { USB_DEVICE(0x20b8, 0x8888) }, /* Pegatron */ @@ -1284,6 +1286,8 @@ /* Arcadyan */ { USB_DEVICE(0x043e, 0x7a12) }, { USB_DEVICE(0x043e, 0x7a32) }, + /* ASUS */ + { USB_DEVICE(0x0b05, 0x17e8) }, /* Azurewave */ { USB_DEVICE(0x13d3, 0x3329) }, { USB_DEVICE(0x13d3, 0x3365) }, @@ -1320,6 +1324,7 @@ { USB_DEVICE(0x057c, 0x8501) }, /* Buffalo */ { USB_DEVICE(0x0411, 0x0241) }, + { USB_DEVICE(0x0411, 0x0253) }, /* D-Link */ { USB_DEVICE(0x2001, 0x3c1a) }, { USB_DEVICE(0x2001, 0x3c21) }, @@ -1410,6 +1415,7 @@ { USB_DEVICE(0x0df6, 0x0053) }, { USB_DEVICE(0x0df6, 0x0069) }, { USB_DEVICE(0x0df6, 0x006f) }, + { USB_DEVICE(0x0df6, 0x0078) }, /* SMC */ { USB_DEVICE(0x083a, 0xa512) }, { USB_DEVICE(0x083a, 0xc522) }, --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/rt2x00/rt2x00queue.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/rt2x00/rt2x00queue.c @@ -158,55 +158,29 @@ skb_trim(skb, frame_length); } -void rt2x00queue_insert_l2pad(struct sk_buff *skb, unsigned int header_length) +/* + * H/W needs L2 padding between the header and the paylod if header size + * is not 4 bytes aligned. + */ +void rt2x00queue_insert_l2pad(struct sk_buff *skb, unsigned int hdr_len) { - unsigned int payload_length = skb->len - header_length; - unsigned int header_align = ALIGN_SIZE(skb, 0); - unsigned int payload_align = ALIGN_SIZE(skb, header_length); - unsigned int l2pad = payload_length ? L2PAD_SIZE(header_length) : 0; - - /* - * Adjust the header alignment if the payload needs to be moved more - * than the header. - */ - if (payload_align > header_align) - header_align += 4; + unsigned int l2pad = (skb->len > hdr_len) ? L2PAD_SIZE(hdr_len) : 0; - /* There is nothing to do if no alignment is needed */ - if (!header_align) + if (!l2pad) return; - /* Reserve the amount of space needed in front of the frame */ - skb_push(skb, header_align); - - /* - * Move the header. - */ - memmove(skb->data, skb->data + header_align, header_length); - - /* Move the payload, if present and if required */ - if (payload_length && payload_align) - memmove(skb->data + header_length + l2pad, - skb->data + header_length + l2pad + payload_align, - payload_length); - - /* Trim the skb to the correct size */ - skb_trim(skb, header_length + l2pad + payload_length); + skb_push(skb, l2pad); + memmove(skb->data, skb->data + l2pad, hdr_len); } -void rt2x00queue_remove_l2pad(struct sk_buff *skb, unsigned int header_length) +void rt2x00queue_remove_l2pad(struct sk_buff *skb, unsigned int hdr_len) { - /* - * L2 padding is only present if the skb contains more than just the - * IEEE 802.11 header. - */ - unsigned int l2pad = (skb->len > header_length) ? - L2PAD_SIZE(header_length) : 0; + unsigned int l2pad = (skb->len > hdr_len) ? L2PAD_SIZE(hdr_len) : 0; if (!l2pad) return; - memmove(skb->data + l2pad, skb->data, header_length); + memmove(skb->data + l2pad, skb->data, hdr_len); skb_pull(skb, l2pad); } --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/rtlwifi/rtl8192ce/sw.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/rtlwifi/rtl8192ce/sw.c @@ -136,6 +136,8 @@ rtlpriv->psc.inactiveps = rtlpriv->cfg->mod_params->inactiveps; rtlpriv->psc.swctrl_lps = rtlpriv->cfg->mod_params->swctrl_lps; rtlpriv->psc.fwctrl_lps = rtlpriv->cfg->mod_params->fwctrl_lps; + rtlpriv->cfg->mod_params->sw_crypto = + rtlpriv->cfg->mod_params->sw_crypto; if (!rtlpriv->psc.inactiveps) pr_info("rtl8192ce: Power Save off (module option)\n"); if (!rtlpriv->psc.fwctrl_lps) --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c @@ -64,6 +64,8 @@ rtlpriv->dm.disable_framebursting = false; rtlpriv->dm.thermalvalue = 0; rtlpriv->dbg.global_debuglevel = rtlpriv->cfg->mod_params->debug; + rtlpriv->cfg->mod_params->sw_crypto = + rtlpriv->cfg->mod_params->sw_crypto; /* for firmware buf */ rtlpriv->rtlhal.pfirmware = vzalloc(0x4000); @@ -314,9 +316,12 @@ {RTL_USB_DEVICE(0x07b8, 0x8188, rtl92cu_hal_cfg)}, /*Abocom - Abocom*/ {RTL_USB_DEVICE(0x07b8, 0x8189, rtl92cu_hal_cfg)}, /*Funai - Abocom*/ {RTL_USB_DEVICE(0x0846, 0x9041, rtl92cu_hal_cfg)}, /*NetGear WNA1000M*/ + {RTL_USB_DEVICE(0x0846, 0x9043, rtl92cu_hal_cfg)}, /*NG WNA1000Mv2*/ + {RTL_USB_DEVICE(0x0b05, 0x17ba, rtl92cu_hal_cfg)}, /*ASUS-Edimax*/ {RTL_USB_DEVICE(0x0bda, 0x5088, rtl92cu_hal_cfg)}, /*Thinkware-CC&C*/ {RTL_USB_DEVICE(0x0df6, 0x0052, rtl92cu_hal_cfg)}, /*Sitecom - Edimax*/ {RTL_USB_DEVICE(0x0df6, 0x005c, rtl92cu_hal_cfg)}, /*Sitecom - Edimax*/ + {RTL_USB_DEVICE(0x0df6, 0x0070, rtl92cu_hal_cfg)}, /*Sitecom - 150N */ {RTL_USB_DEVICE(0x0df6, 0x0077, rtl92cu_hal_cfg)}, /*Sitecom-WLA2100V2*/ {RTL_USB_DEVICE(0x0eb0, 0x9071, rtl92cu_hal_cfg)}, /*NO Brand - Etop*/ {RTL_USB_DEVICE(0x4856, 0x0091, rtl92cu_hal_cfg)}, /*NetweeN - Feixun*/ @@ -369,6 +374,7 @@ {RTL_USB_DEVICE(0x2001, 0x3307, rtl92cu_hal_cfg)}, /*D-Link-Cameo*/ {RTL_USB_DEVICE(0x2001, 0x3309, rtl92cu_hal_cfg)}, /*D-Link-Alpha*/ {RTL_USB_DEVICE(0x2001, 0x330a, rtl92cu_hal_cfg)}, /*D-Link-Alpha*/ + {RTL_USB_DEVICE(0x2001, 0x330d, rtl92cu_hal_cfg)}, /*D-Link DWA-131 */ {RTL_USB_DEVICE(0x2019, 0xab2b, rtl92cu_hal_cfg)}, /*Planex -Abocom*/ {RTL_USB_DEVICE(0x20f4, 0x624d, rtl92cu_hal_cfg)}, /*TRENDNet*/ {RTL_USB_DEVICE(0x2357, 0x0100, rtl92cu_hal_cfg)}, /*TP-Link WN8200ND*/ --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/rtlwifi/rtl8192de/sw.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/rtlwifi/rtl8192de/sw.c @@ -375,8 +375,8 @@ module_param_named(fwlps, rtl92de_mod_params.fwctrl_lps, bool, 0444); MODULE_PARM_DESC(swenc, "Set to 1 for software crypto (default 0)\n"); MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n"); -MODULE_PARM_DESC(swlps, "Set to 1 to use SW control power save (default 0)\n"); -MODULE_PARM_DESC(fwlps, "Set to 1 to use FW control power save (default 1)\n"); +MODULE_PARM_DESC(swlps, "Set to 1 to use SW control power save (default 1)\n"); +MODULE_PARM_DESC(fwlps, "Set to 1 to use FW control power save (default 0)\n"); MODULE_PARM_DESC(debug, "Set debug level (0-5) (default 0)"); static SIMPLE_DEV_PM_OPS(rtlwifi_pm_ops, rtl_pci_suspend, rtl_pci_resume); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/rtlwifi/rtl8192se/sw.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/rtlwifi/rtl8192se/sw.c @@ -204,6 +204,8 @@ rtlpriv->psc.inactiveps = rtlpriv->cfg->mod_params->inactiveps; rtlpriv->psc.swctrl_lps = rtlpriv->cfg->mod_params->swctrl_lps; rtlpriv->psc.fwctrl_lps = rtlpriv->cfg->mod_params->fwctrl_lps; + rtlpriv->cfg->mod_params->sw_crypto = + rtlpriv->cfg->mod_params->sw_crypto; if (!rtlpriv->psc.inactiveps) pr_info("Power Save off (module option)\n"); if (!rtlpriv->psc.fwctrl_lps) @@ -425,8 +427,8 @@ module_param_named(fwlps, rtl92se_mod_params.fwctrl_lps, bool, 0444); MODULE_PARM_DESC(swenc, "Set to 1 for software crypto (default 0)\n"); MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n"); -MODULE_PARM_DESC(swlps, "Set to 1 to use SW control power save (default 0)\n"); -MODULE_PARM_DESC(fwlps, "Set to 1 to use FW control power save (default 1)\n"); +MODULE_PARM_DESC(swlps, "Set to 1 to use SW control power save (default 1)\n"); +MODULE_PARM_DESC(fwlps, "Set to 1 to use FW control power save (default 0)\n"); MODULE_PARM_DESC(debug, "Set debug level (0-5) (default 0)"); static SIMPLE_DEV_PM_OPS(rtlwifi_pm_ops, rtl_pci_suspend, rtl_pci_resume); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/rtlwifi/usb.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/rtlwifi/usb.c @@ -126,7 +126,7 @@ do { status = usb_control_msg(udev, pipe, request, reqtype, value, - index, pdata, len, 0); /*max. timeout*/ + index, pdata, len, 1000); if (status < 0) { /* firmware download is checksumed, don't retry */ if ((value >= FW_8192C_START_ADDRESS && @@ -531,6 +531,8 @@ ieee80211_rx(hw, skb); else dev_kfree_skb_any(skb); + } else { + dev_kfree_skb_any(skb); } } --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ti/wl18xx/debugfs.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ti/wl18xx/debugfs.c @@ -136,7 +136,7 @@ WL18XX_DEBUGFS_FWSTATS_FILE(rx_filter, accum_arp_pend_requests, "%u"); WL18XX_DEBUGFS_FWSTATS_FILE(rx_filter, max_arp_queue_dep, "%u"); -WL18XX_DEBUGFS_FWSTATS_FILE(rx_rate, rx_frames_per_rates, "%u"); +WL18XX_DEBUGFS_FWSTATS_FILE_ARRAY(rx_rate, rx_frames_per_rates, 50); WL18XX_DEBUGFS_FWSTATS_FILE_ARRAY(aggr_size, tx_agg_vs_rate, AGGR_STATS_TX_AGG*AGGR_STATS_TX_RATE); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ti/wlcore/debugfs.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ti/wlcore/debugfs.h @@ -26,8 +26,8 @@ #include "wlcore.h" -int wl1271_format_buffer(char __user *userbuf, size_t count, - loff_t *ppos, char *fmt, ...); +__printf(4, 5) int wl1271_format_buffer(char __user *userbuf, size_t count, + loff_t *ppos, char *fmt, ...); int wl1271_debugfs_init(struct wl1271 *wl); void wl1271_debugfs_exit(struct wl1271 *wl); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ti/wlcore/io.h +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ti/wlcore/io.h @@ -207,19 +207,23 @@ static inline void wl1271_power_off(struct wl1271 *wl) { - int ret; + int ret = 0; if (!test_bit(WL1271_FLAG_GPIO_POWER, &wl->flags)) return; - ret = wl->if_ops->power(wl->dev, false); + if (wl->if_ops->power) + ret = wl->if_ops->power(wl->dev, false); if (!ret) clear_bit(WL1271_FLAG_GPIO_POWER, &wl->flags); } static inline int wl1271_power_on(struct wl1271 *wl) { - int ret = wl->if_ops->power(wl->dev, true); + int ret = 0; + + if (wl->if_ops->power) + ret = wl->if_ops->power(wl->dev, true); if (ret == 0) set_bit(WL1271_FLAG_GPIO_POWER, &wl->flags); --- linux-lts-utopic-3.16.0.orig/drivers/net/wireless/ti/wlcore/spi.c +++ linux-lts-utopic-3.16.0/drivers/net/wireless/ti/wlcore/spi.c @@ -73,7 +73,10 @@ */ #define SPI_AGGR_BUFFER_SIZE (4 * PAGE_SIZE) -#define WSPI_MAX_NUM_OF_CHUNKS (SPI_AGGR_BUFFER_SIZE / WSPI_MAX_CHUNK_SIZE) +/* Maximum number of SPI write chunks */ +#define WSPI_MAX_NUM_OF_CHUNKS \ + ((SPI_AGGR_BUFFER_SIZE / WSPI_MAX_CHUNK_SIZE) + 1) + struct wl12xx_spi_glue { struct device *dev; @@ -268,9 +271,10 @@ void *buf, size_t len, bool fixed) { struct wl12xx_spi_glue *glue = dev_get_drvdata(child->parent); - struct spi_transfer t[2 * (WSPI_MAX_NUM_OF_CHUNKS + 1)]; + /* SPI write buffers - 2 for each chunk */ + struct spi_transfer t[2 * WSPI_MAX_NUM_OF_CHUNKS]; struct spi_message m; - u32 commands[WSPI_MAX_NUM_OF_CHUNKS]; + u32 commands[WSPI_MAX_NUM_OF_CHUNKS]; /* 1 command per chunk */ u32 *cmd; u32 chunk_len; int i; --- linux-lts-utopic-3.16.0.orig/drivers/net/xen-netback/netback.c +++ linux-lts-utopic-3.16.0/drivers/net/xen-netback/netback.c @@ -221,18 +221,18 @@ struct netrx_pending_operations *npo) { struct xenvif_rx_meta *meta; - struct xen_netif_rx_request *req; + struct xen_netif_rx_request req; - req = RING_GET_REQUEST(&queue->rx, queue->rx.req_cons++); + RING_COPY_REQUEST(&queue->rx, queue->rx.req_cons++, &req); meta = npo->meta + npo->meta_prod++; meta->gso_type = XEN_NETIF_GSO_TYPE_NONE; meta->gso_size = 0; meta->size = 0; - meta->id = req->id; + meta->id = req.id; npo->copy_off = 0; - npo->copy_gref = req->gref; + npo->copy_gref = req.gref; return meta; } @@ -390,7 +390,7 @@ struct xenvif *vif = netdev_priv(skb->dev); int nr_frags = skb_shinfo(skb)->nr_frags; int i; - struct xen_netif_rx_request *req; + struct xen_netif_rx_request req; struct xenvif_rx_meta *meta; unsigned char *data; int head = 1; @@ -411,15 +411,15 @@ /* Set up a GSO prefix descriptor, if necessary */ if ((1 << gso_type) & vif->gso_prefix_mask) { - req = RING_GET_REQUEST(&queue->rx, queue->rx.req_cons++); + RING_COPY_REQUEST(&queue->rx, queue->rx.req_cons++, &req); meta = npo->meta + npo->meta_prod++; meta->gso_type = gso_type; meta->gso_size = skb_shinfo(skb)->gso_size; meta->size = 0; - meta->id = req->id; + meta->id = req.id; } - req = RING_GET_REQUEST(&queue->rx, queue->rx.req_cons++); + RING_COPY_REQUEST(&queue->rx, queue->rx.req_cons++, &req); meta = npo->meta + npo->meta_prod++; if ((1 << gso_type) & vif->gso_mask) { @@ -431,9 +431,9 @@ } meta->size = 0; - meta->id = req->id; + meta->id = req.id; npo->copy_off = 0; - npo->copy_gref = req->gref; + npo->copy_gref = req.gref; data = skb->data; while (data < skb_tail_pointer(skb)) { @@ -755,9 +755,7 @@ * Allow a burst big enough to transmit a jumbo packet of up to 128kB. * Otherwise the interface can seize up due to insufficient credit. */ - max_burst = RING_GET_REQUEST(&queue->tx, queue->tx.req_cons)->size; - max_burst = min(max_burst, 131072UL); - max_burst = max(max_burst, queue->credit_bytes); + max_burst = max(131072UL, queue->credit_bytes); /* Take care that adding a new chunk of credit doesn't wrap to zero. */ max_credit = queue->remaining_credit + queue->credit_bytes; @@ -786,7 +784,7 @@ spin_unlock_irqrestore(&queue->response_lock, flags); if (cons == end) break; - txp = RING_GET_REQUEST(&queue->tx, cons++); + RING_COPY_REQUEST(&queue->tx, cons++, txp); } while (1); queue->tx.req_cons = cons; } @@ -853,8 +851,7 @@ if (drop_err) txp = &dropped_tx; - memcpy(txp, RING_GET_REQUEST(&queue->tx, cons + slots), - sizeof(*txp)); + RING_COPY_REQUEST(&queue->tx, cons + slots, txp); /* If the guest submitted a frame >= 64 KiB then * first->size overflowed and following slots will @@ -1206,8 +1203,7 @@ return -EBADR; } - memcpy(&extra, RING_GET_REQUEST(&queue->tx, cons), - sizeof(extra)); + RING_COPY_REQUEST(&queue->tx, cons, &extra); if (unlikely(!extra.type || extra.type >= XEN_NETIF_EXTRA_TYPE_MAX)) { queue->tx.req_cons = ++cons; @@ -1343,7 +1339,7 @@ idx = queue->tx.req_cons; rmb(); /* Ensure that we see the request before we copy it. */ - memcpy(&txreq, RING_GET_REQUEST(&queue->tx, idx), sizeof(txreq)); + RING_COPY_REQUEST(&queue->tx, idx, &txreq); /* Credit-based scheduling. */ if (txreq.size > queue->remaining_credit && @@ -1703,13 +1699,13 @@ smp_rmb(); while (dc != dp) { - BUG_ON(gop - queue->tx_unmap_ops > MAX_PENDING_REQS); + BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS); pending_idx = queue->dealloc_ring[pending_index(dc++)]; - pending_idx_release[gop-queue->tx_unmap_ops] = + pending_idx_release[gop - queue->tx_unmap_ops] = pending_idx; - queue->pages_to_unmap[gop-queue->tx_unmap_ops] = + queue->pages_to_unmap[gop - queue->tx_unmap_ops] = queue->mmap_pages[pending_idx]; gnttab_set_unmap_op(gop, idx_to_kaddr(queue, pending_idx), @@ -2012,8 +2008,11 @@ if (!xen_domain()) return -ENODEV; - /* Allow as many queues as there are CPUs, by default */ - xenvif_max_queues = num_online_cpus(); + /* Allow as many queues as there are CPUs if user has not + * specified a value. + */ + if (xenvif_max_queues == 0) + xenvif_max_queues = num_online_cpus(); if (fatal_skb_slots < XEN_NETBK_LEGACY_SLOTS_MAX) { pr_info("fatal_skb_slots too small (%d), bump it to XEN_NETBK_LEGACY_SLOTS_MAX (%d)\n", --- linux-lts-utopic-3.16.0.orig/drivers/net/xen-netback/xenbus.c +++ linux-lts-utopic-3.16.0/drivers/net/xen-netback/xenbus.c @@ -34,6 +34,8 @@ enum xenbus_state frontend_state; struct xenbus_watch hotplug_status_watch; u8 have_hotplug_status_watch:1; + + const char *hotplug_script; }; static int connect_rings(struct backend_info *be, struct xenvif_queue *queue); @@ -57,6 +59,7 @@ xenvif_free(be->vif); be->vif = NULL; } + kfree(be->hotplug_script); kfree(be); dev_set_drvdata(&dev->dev, NULL); return 0; @@ -74,6 +77,7 @@ struct xenbus_transaction xbt; int err; int sg; + const char *script; struct backend_info *be = kzalloc(sizeof(struct backend_info), GFP_KERNEL); if (!be) { @@ -166,6 +170,15 @@ if (err) pr_debug("Error writing multi-queue-max-queues\n"); + script = xenbus_read(XBT_NIL, dev->nodename, "script", NULL); + if (IS_ERR(script)) { + err = PTR_ERR(script); + xenbus_dev_fatal(dev, err, "reading script"); + goto fail; + } + + be->hotplug_script = script; + err = xenbus_switch_state(dev, XenbusStateInitWait); if (err) goto fail; @@ -196,22 +209,14 @@ struct kobj_uevent_env *env) { struct backend_info *be = dev_get_drvdata(&xdev->dev); - char *val; - val = xenbus_read(XBT_NIL, xdev->nodename, "script", NULL); - if (IS_ERR(val)) { - int err = PTR_ERR(val); - xenbus_dev_fatal(xdev, err, "reading script"); - return err; - } else { - if (add_uevent_var(env, "script=%s", val)) { - kfree(val); - return -ENOMEM; - } - kfree(val); - } + if (!be) + return 0; + + if (add_uevent_var(env, "script=%s", be->hotplug_script)) + return -ENOMEM; - if (!be || !be->vif) + if (!be->vif) return 0; return add_uevent_var(env, "vif=%s", be->vif->dev->name); @@ -548,7 +553,9 @@ goto err; } + queue->credit_bytes = credit_bytes; queue->remaining_credit = credit_bytes; + queue->credit_usec = credit_usec; err = connect_rings(be, queue); if (err) { --- linux-lts-utopic-3.16.0.orig/drivers/net/xen-netfront.c +++ linux-lts-utopic-3.16.0/drivers/net/xen-netfront.c @@ -496,9 +496,6 @@ len = skb_frag_size(frag); offset = frag->page_offset; - /* Data must not cross a page boundary. */ - BUG_ON(len + offset > PAGE_SIZE<> PAGE_SHIFT; offset &= ~PAGE_MASK; @@ -506,8 +503,6 @@ while (len > 0) { unsigned long bytes; - BUG_ON(offset >= PAGE_SIZE); - bytes = PAGE_SIZE - offset; if (bytes > len) bytes = len; @@ -628,9 +623,13 @@ slots = DIV_ROUND_UP(offset + len, PAGE_SIZE) + xennet_count_skb_frag_slots(skb); if (unlikely(slots > MAX_SKB_FRAGS + 1)) { - net_alert_ratelimited( - "xennet: skb rides the rocket: %d slots\n", slots); - goto drop; + net_dbg_ratelimited("xennet: skb rides the rocket: %d slots, %d bytes\n", + slots, skb->len); + if (skb_linearize(skb)) + goto drop; + data = skb->data; + offset = offset_in_page(data); + len = skb_headlen(skb); } spin_lock_irqsave(&queue->tx_lock, flags); @@ -1099,8 +1098,7 @@ static int xennet_change_mtu(struct net_device *dev, int mtu) { - int max = xennet_can_sg(dev) ? - XEN_NETIF_MAX_TX_SIZE - MAX_TCP_HEADER : ETH_DATA_LEN; + int max = xennet_can_sg(dev) ? XEN_NETIF_MAX_TX_SIZE : ETH_DATA_LEN; if (mtu > max) return -EINVAL; @@ -1371,8 +1369,6 @@ netdev->ethtool_ops = &xennet_ethtool_ops; SET_NETDEV_DEV(netdev, &dev->dev); - netif_set_gso_max_size(netdev, XEN_NETIF_MAX_TX_SIZE - MAX_TCP_HEADER); - np->netdev = netdev; netif_carrier_off(netdev); @@ -1453,7 +1449,8 @@ queue->tx_evtchn = queue->rx_evtchn = 0; queue->tx_irq = queue->rx_irq = 0; - napi_synchronize(&queue->napi); + if (netif_running(info->netdev)) + napi_synchronize(&queue->napi); /* End access and free the pages */ xennet_end_access(queue->tx_ring_ref, queue->tx.sring); @@ -1807,19 +1804,19 @@ } static int xennet_create_queues(struct netfront_info *info, - unsigned int num_queues) + unsigned int *num_queues) { unsigned int i; int ret; - info->queues = kcalloc(num_queues, sizeof(struct netfront_queue), + info->queues = kcalloc(*num_queues, sizeof(struct netfront_queue), GFP_KERNEL); if (!info->queues) return -ENOMEM; rtnl_lock(); - for (i = 0; i < num_queues; i++) { + for (i = 0; i < *num_queues; i++) { struct netfront_queue *queue = &info->queues[i]; queue->id = i; @@ -1827,9 +1824,9 @@ ret = xennet_init_queue(queue); if (ret < 0) { - dev_warn(&info->netdev->dev, "only created %d queues\n", - num_queues); - num_queues = i; + dev_warn(&info->netdev->dev, + "only created %d queues\n", i); + *num_queues = i; break; } @@ -1839,11 +1836,11 @@ napi_enable(&queue->napi); } - netif_set_real_num_tx_queues(info->netdev, num_queues); + netif_set_real_num_tx_queues(info->netdev, *num_queues); rtnl_unlock(); - if (num_queues == 0) { + if (*num_queues == 0) { dev_err(&info->netdev->dev, "no queues\n"); return -EINVAL; } @@ -1889,7 +1886,7 @@ if (info->queues) xennet_destroy_queues(info); - err = xennet_create_queues(info, num_queues); + err = xennet_create_queues(info, &num_queues); if (err < 0) goto destroy_ring; @@ -2408,8 +2405,11 @@ pr_info("Initialising Xen virtual ethernet driver\n"); - /* Allow as many queues as there are CPUs, by default */ - xennet_max_queues = num_online_cpus(); + /* Allow as many queues as there are CPUs if user has not + * specified a value. + */ + if (xennet_max_queues == 0) + xennet_max_queues = num_online_cpus(); return xenbus_register_frontend(&netfront_driver); } --- linux-lts-utopic-3.16.0.orig/drivers/nfc/microread/microread.c +++ linux-lts-utopic-3.16.0/drivers/nfc/microread/microread.c @@ -501,9 +501,13 @@ targets->sens_res = be16_to_cpu(*(u16 *)&skb->data[MICROREAD_EMCF_A_ATQA]); targets->sel_res = skb->data[MICROREAD_EMCF_A_SAK]; - memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_A_UID], - skb->data[MICROREAD_EMCF_A_LEN]); targets->nfcid1_len = skb->data[MICROREAD_EMCF_A_LEN]; + if (targets->nfcid1_len > sizeof(targets->nfcid1)) { + r = -EINVAL; + goto exit_free; + } + memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_A_UID], + targets->nfcid1_len); break; case MICROREAD_GATE_ID_MREAD_ISO_A_3: targets->supported_protocols = @@ -511,9 +515,13 @@ targets->sens_res = be16_to_cpu(*(u16 *)&skb->data[MICROREAD_EMCF_A3_ATQA]); targets->sel_res = skb->data[MICROREAD_EMCF_A3_SAK]; - memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_A3_UID], - skb->data[MICROREAD_EMCF_A3_LEN]); targets->nfcid1_len = skb->data[MICROREAD_EMCF_A3_LEN]; + if (targets->nfcid1_len > sizeof(targets->nfcid1)) { + r = -EINVAL; + goto exit_free; + } + memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_A3_UID], + targets->nfcid1_len); break; case MICROREAD_GATE_ID_MREAD_ISO_B: targets->supported_protocols = NFC_PROTO_ISO14443_B_MASK; --- linux-lts-utopic-3.16.0.orig/drivers/of/address.c +++ linux-lts-utopic-3.16.0/drivers/of/address.c @@ -403,6 +403,26 @@ return NULL; } +static int of_empty_ranges_quirk(struct device_node *np) +{ + if (IS_ENABLED(CONFIG_PPC)) { + /* To save cycles, we cache the result for global "Mac" setting */ + static int quirk_state = -1; + + /* PA-SEMI sdc DT bug */ + if (of_device_is_compatible(np, "1682m-sdc")) + return true; + + /* Make quirk cached */ + if (quirk_state < 0) + quirk_state = + of_machine_is_compatible("Power Macintosh") || + of_machine_is_compatible("MacRISC"); + return quirk_state; + } + return false; +} + static int of_translate_one(struct device_node *parent, struct of_bus *bus, struct of_bus *pbus, __be32 *addr, int na, int ns, int pna, const char *rprop) @@ -428,12 +448,10 @@ * This code is only enabled on powerpc. --gcl */ ranges = of_get_property(parent, rprop, &rlen); -#if !defined(CONFIG_PPC) - if (ranges == NULL) { + if (ranges == NULL && !of_empty_ranges_quirk(parent)) { pr_err("OF: no ranges; cannot translate\n"); return 1; } -#endif /* !defined(CONFIG_PPC) */ if (ranges == NULL || rlen == 0) { offset = of_read_number(addr, na); memset(addr, 0, pna * 4); @@ -673,10 +691,10 @@ struct resource res; while (dn) { - if (of_address_to_resource(dn, 0, &res)) - continue; - if (res.start == base_address) + if (!of_address_to_resource(dn, 0, &res) && + res.start == base_address) return dn; + dn = of_find_matching_node(dn, matches); } --- linux-lts-utopic-3.16.0.orig/drivers/of/base.c +++ linux-lts-utopic-3.16.0/drivers/of/base.c @@ -17,6 +17,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ +#include #include #include #include @@ -36,6 +37,7 @@ struct device_node *of_chosen; struct device_node *of_aliases; static struct device_node *of_stdout; +static const char *of_stdout_options; static struct kset *of_kset; @@ -85,7 +87,7 @@ #ifdef CONFIG_NUMA int __weak of_node_to_nid(struct device_node *np) { - return numa_node_id(); + return NUMA_NO_NODE; } #endif @@ -795,10 +797,15 @@ { struct device_node *child; int len = strchrnul(path, '/') - path; + int term; if (!len) return NULL; + term = strchrnul(path, ':') - path; + if (term < len) + len = term; + __for_each_child_of_node(parent, child) { const char *name = strrchr(child->full_name, '/'); if (WARN(!name, "malformed device_node %s\n", child->full_name)) @@ -811,11 +818,14 @@ } /** - * of_find_node_by_path - Find a node matching a full OF path + * of_find_node_opts_by_path - Find a node matching a full OF path * @path: Either the full path to match, or if the path does not * start with '/', the name of a property of the /aliases * node (an alias). In the case of an alias, the node * matching the alias' value will be returned. + * @opts: Address of a pointer into which to store the start of + * an options string appended to the end of the path with + * a ':' separator. * * Valid paths: * /foo/bar Full path @@ -825,11 +835,15 @@ * Returns a node pointer with refcount incremented, use * of_node_put() on it when done. */ -struct device_node *of_find_node_by_path(const char *path) +struct device_node *of_find_node_opts_by_path(const char *path, const char **opts) { struct device_node *np = NULL; struct property *pp; unsigned long flags; + const char *separator = strchr(path, ':'); + + if (opts) + *opts = separator ? separator + 1 : NULL; if (strcmp(path, "/") == 0) return of_node_get(of_allnodes); @@ -837,7 +851,7 @@ /* The path could begin with an alias */ if (*path != '/') { char *p = strchrnul(path, '/'); - int len = p - path; + int len = separator ? separator - path : p - path; /* of_aliases must not be NULL */ if (!of_aliases) @@ -866,7 +880,7 @@ raw_spin_unlock_irqrestore(&devtree_lock, flags); return np; } -EXPORT_SYMBOL(of_find_node_by_path); +EXPORT_SYMBOL(of_find_node_opts_by_path); /** * of_find_node_by_name - Find a node by its "name" property @@ -1373,52 +1387,6 @@ EXPORT_SYMBOL_GPL(of_property_read_string); /** - * of_property_read_string_index - Find and read a string from a multiple - * strings property. - * @np: device node from which the property value is to be read. - * @propname: name of the property to be searched. - * @index: index of the string in the list of strings - * @out_string: pointer to null terminated return string, modified only if - * return value is 0. - * - * Search for a property in a device tree node and retrieve a null - * terminated string value (pointer to data, not a copy) in the list of strings - * contained in that property. - * Returns 0 on success, -EINVAL if the property does not exist, -ENODATA if - * property does not have a value, and -EILSEQ if the string is not - * null-terminated within the length of the property data. - * - * The out_string pointer is modified only if a valid string can be decoded. - */ -int of_property_read_string_index(struct device_node *np, const char *propname, - int index, const char **output) -{ - struct property *prop = of_find_property(np, propname, NULL); - int i = 0; - size_t l = 0, total = 0; - const char *p; - - if (!prop) - return -EINVAL; - if (!prop->value) - return -ENODATA; - if (strnlen(prop->value, prop->length) >= prop->length) - return -EILSEQ; - - p = prop->value; - - for (i = 0; total < prop->length; total += l, p += l) { - l = strlen(p) + 1; - if (i++ == index) { - *output = p; - return 0; - } - } - return -ENODATA; -} -EXPORT_SYMBOL_GPL(of_property_read_string_index); - -/** * of_property_match_string() - Find string in a list and return index * @np: pointer to node containing string list property * @propname: string list property name @@ -1444,7 +1412,7 @@ end = p + prop->length; for (i = 0; p < end; i++, p += l) { - l = strlen(p) + 1; + l = strnlen(p, end - p) + 1; if (p + l > end) return -EILSEQ; pr_debug("comparing %s with %s\n", string, p); @@ -1456,39 +1424,41 @@ EXPORT_SYMBOL_GPL(of_property_match_string); /** - * of_property_count_strings - Find and return the number of strings from a - * multiple strings property. + * of_property_read_string_util() - Utility helper for parsing string properties * @np: device node from which the property value is to be read. * @propname: name of the property to be searched. + * @out_strs: output array of string pointers. + * @sz: number of array elements to read. + * @skip: Number of strings to skip over at beginning of list. * - * Search for a property in a device tree node and retrieve the number of null - * terminated string contain in it. Returns the number of strings on - * success, -EINVAL if the property does not exist, -ENODATA if property - * does not have a value, and -EILSEQ if the string is not null-terminated - * within the length of the property data. + * Don't call this function directly. It is a utility helper for the + * of_property_read_string*() family of functions. */ -int of_property_count_strings(struct device_node *np, const char *propname) +int of_property_read_string_helper(struct device_node *np, const char *propname, + const char **out_strs, size_t sz, int skip) { struct property *prop = of_find_property(np, propname, NULL); - int i = 0; - size_t l = 0, total = 0; - const char *p; + int l = 0, i = 0; + const char *p, *end; if (!prop) return -EINVAL; if (!prop->value) return -ENODATA; - if (strnlen(prop->value, prop->length) >= prop->length) - return -EILSEQ; - p = prop->value; + end = p + prop->length; - for (i = 0; total < prop->length; total += l, p += l, i++) - l = strlen(p) + 1; - - return i; + for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { + l = strnlen(p, end - p) + 1; + if (p + l > end) + return -EILSEQ; + if (out_strs && i >= skip) + *out_strs++ = p; + } + i -= skip; + return i <= 0 ? -ENODATA : i; } -EXPORT_SYMBOL_GPL(of_property_count_strings); +EXPORT_SYMBOL_GPL(of_property_read_string_helper); void of_print_phandle_args(const char *msg, const struct of_phandle_args *args) { @@ -2066,7 +2036,7 @@ if (!name) name = of_get_property(of_chosen, "linux,stdout-path", NULL); if (name) - of_stdout = of_find_node_by_path(name); + of_stdout = of_find_node_opts_by_path(name, &of_stdout_options); } of_aliases = of_find_node_by_path("/aliases"); @@ -2180,20 +2150,23 @@ EXPORT_SYMBOL_GPL(of_prop_next_string); /** - * of_device_is_stdout_path - check if a device node matches the - * linux,stdout-path property - * - * Check if this device node matches the linux,stdout-path property - * in the chosen node. return true if yes, false otherwise. + * of_console_check() - Test and setup console for DT setup + * @dn - Pointer to device node + * @name - Name to use for preferred console without index. ex. "ttyS" + * @index - Index to use for preferred console. + * + * Check if the given device node matches the stdout-path property in the + * /chosen node. If it does then register it as the preferred console and return + * TRUE. Otherwise return FALSE. */ -int of_device_is_stdout_path(struct device_node *dn) +bool of_console_check(struct device_node *dn, char *name, int index) { - if (!of_stdout) + if (!dn || dn != of_stdout || console_set_on_cmdline) return false; - - return of_stdout == dn; + return !add_preferred_console(name, index, + kstrdup(of_stdout_options, GFP_KERNEL)); } -EXPORT_SYMBOL_GPL(of_device_is_stdout_path); +EXPORT_SYMBOL_GPL(of_console_check); /** * of_find_next_cache_node - Find a node's subsidiary cache --- linux-lts-utopic-3.16.0.orig/drivers/of/fdt.c +++ linux-lts-utopic-3.16.0/drivers/of/fdt.c @@ -453,7 +453,7 @@ base = dt_mem_next_cell(dt_root_addr_cells, &prop); size = dt_mem_next_cell(dt_root_size_cells, &prop); - if (base && size && + if (size && early_init_dt_reserve_memory_arch(base, size, nomap) == 0) pr_debug("Reserved memory: reserved region for node '%s': base %pa, size %ld MiB\n", uname, &base, (unsigned long)size / SZ_1M); @@ -773,15 +773,16 @@ if (offset < 0) return -ENODEV; - while (match->compatible) { - unsigned long addr; + while (match->compatible[0]) { + u64 addr; + if (fdt_node_check_compatible(fdt, offset, match->compatible)) { match++; continue; } addr = fdt_translate_address(fdt, offset); - if (!addr) + if (addr == OF_BAD_ADDR) return -ENXIO; of_setup_earlycon(addr, match->data); @@ -960,8 +961,6 @@ int __init __weak early_init_dt_reserve_memory_arch(phys_addr_t base, phys_addr_t size, bool nomap) { - if (memblock_is_region_reserved(base, size)) - return -EBUSY; if (nomap) return memblock_remove(base, size); return memblock_reserve(base, size); --- linux-lts-utopic-3.16.0.orig/drivers/of/irq.c +++ linux-lts-utopic-3.16.0/drivers/of/irq.c @@ -290,7 +290,7 @@ struct device_node *p; const __be32 *intspec, *tmp, *addr; u32 intsize, intlen; - int i, res = -EINVAL; + int i, res; pr_debug("of_irq_parse_one: dev=%s, index=%d\n", of_node_full_name(device), index); @@ -301,16 +301,17 @@ /* Get the reg property (if any) */ addr = of_get_property(device, "reg", NULL); + /* Try the new-style interrupts-extended first */ + res = of_parse_phandle_with_args(device, "interrupts-extended", + "#interrupt-cells", index, out_irq); + if (!res) + return of_irq_parse_raw(addr, out_irq); + /* Get the interrupts property */ intspec = of_get_property(device, "interrupts", &intlen); - if (intspec == NULL) { - /* Try the new-style interrupts-extended */ - res = of_parse_phandle_with_args(device, "interrupts-extended", - "#interrupt-cells", index, out_irq); - if (res) - return -EINVAL; - return of_irq_parse_raw(addr, out_irq); - } + if (intspec == NULL) + return -EINVAL; + intlen /= sizeof(*intspec); pr_debug(" intspec=%d intlen=%d\n", be32_to_cpup(intspec), intlen); @@ -322,15 +323,19 @@ /* Get size of interrupt specifier */ tmp = of_get_property(p, "#interrupt-cells", NULL); - if (tmp == NULL) + if (tmp == NULL) { + res = -EINVAL; goto out; + } intsize = be32_to_cpu(*tmp); pr_debug(" intsize=%d intlen=%d\n", intsize, intlen); /* Check index */ - if ((index + 1) * intsize > intlen) + if ((index + 1) * intsize > intlen) { + res = -EINVAL; goto out; + } /* Copy intspec into irq structure */ intspec += index * intsize; --- linux-lts-utopic-3.16.0.orig/drivers/of/of_reserved_mem.c +++ linux-lts-utopic-3.16.0/drivers/of/of_reserved_mem.c @@ -123,6 +123,10 @@ align = dt_mem_next_cell(dt_root_addr_cells, &prop); } + /* Need adjust the alignment to satisfy the CMA requirement */ + if (IS_ENABLED(CONFIG_CMA) && of_flat_dt_is_compatible(node, "shared-dma-pool")) + align = max(align, (phys_addr_t)PAGE_SIZE << max(MAX_ORDER - 1, pageblock_order)); + prop = of_get_flat_dt_prop(node, "alloc-ranges", &len); if (prop) { --- linux-lts-utopic-3.16.0.orig/drivers/of/selftest.c +++ linux-lts-utopic-3.16.0/drivers/of/selftest.c @@ -239,8 +239,9 @@ selftest(rc == -EINVAL, "expected:%i got:%i\n", -EINVAL, rc); } -static void __init of_selftest_property_match_string(void) +static void __init of_selftest_property_string(void) { + const char *strings[4]; struct device_node *np; int rc; @@ -257,13 +258,66 @@ rc = of_property_match_string(np, "phandle-list-names", "third"); selftest(rc == 2, "third expected:0 got:%i\n", rc); rc = of_property_match_string(np, "phandle-list-names", "fourth"); - selftest(rc == -ENODATA, "unmatched string; rc=%i", rc); + selftest(rc == -ENODATA, "unmatched string; rc=%i\n", rc); rc = of_property_match_string(np, "missing-property", "blah"); - selftest(rc == -EINVAL, "missing property; rc=%i", rc); + selftest(rc == -EINVAL, "missing property; rc=%i\n", rc); rc = of_property_match_string(np, "empty-property", "blah"); - selftest(rc == -ENODATA, "empty property; rc=%i", rc); + selftest(rc == -ENODATA, "empty property; rc=%i\n", rc); rc = of_property_match_string(np, "unterminated-string", "blah"); - selftest(rc == -EILSEQ, "unterminated string; rc=%i", rc); + selftest(rc == -EILSEQ, "unterminated string; rc=%i\n", rc); + + /* of_property_count_strings() tests */ + rc = of_property_count_strings(np, "string-property"); + selftest(rc == 1, "Incorrect string count; rc=%i\n", rc); + rc = of_property_count_strings(np, "phandle-list-names"); + selftest(rc == 3, "Incorrect string count; rc=%i\n", rc); + rc = of_property_count_strings(np, "unterminated-string"); + selftest(rc == -EILSEQ, "unterminated string; rc=%i\n", rc); + rc = of_property_count_strings(np, "unterminated-string-list"); + selftest(rc == -EILSEQ, "unterminated string array; rc=%i\n", rc); + + /* of_property_read_string_index() tests */ + rc = of_property_read_string_index(np, "string-property", 0, strings); + selftest(rc == 0 && !strcmp(strings[0], "foobar"), "of_property_read_string_index() failure; rc=%i\n", rc); + strings[0] = NULL; + rc = of_property_read_string_index(np, "string-property", 1, strings); + selftest(rc == -ENODATA && strings[0] == NULL, "of_property_read_string_index() failure; rc=%i\n", rc); + rc = of_property_read_string_index(np, "phandle-list-names", 0, strings); + selftest(rc == 0 && !strcmp(strings[0], "first"), "of_property_read_string_index() failure; rc=%i\n", rc); + rc = of_property_read_string_index(np, "phandle-list-names", 1, strings); + selftest(rc == 0 && !strcmp(strings[0], "second"), "of_property_read_string_index() failure; rc=%i\n", rc); + rc = of_property_read_string_index(np, "phandle-list-names", 2, strings); + selftest(rc == 0 && !strcmp(strings[0], "third"), "of_property_read_string_index() failure; rc=%i\n", rc); + strings[0] = NULL; + rc = of_property_read_string_index(np, "phandle-list-names", 3, strings); + selftest(rc == -ENODATA && strings[0] == NULL, "of_property_read_string_index() failure; rc=%i\n", rc); + strings[0] = NULL; + rc = of_property_read_string_index(np, "unterminated-string", 0, strings); + selftest(rc == -EILSEQ && strings[0] == NULL, "of_property_read_string_index() failure; rc=%i\n", rc); + rc = of_property_read_string_index(np, "unterminated-string-list", 0, strings); + selftest(rc == 0 && !strcmp(strings[0], "first"), "of_property_read_string_index() failure; rc=%i\n", rc); + strings[0] = NULL; + rc = of_property_read_string_index(np, "unterminated-string-list", 2, strings); /* should fail */ + selftest(rc == -EILSEQ && strings[0] == NULL, "of_property_read_string_index() failure; rc=%i\n", rc); + strings[1] = NULL; + + /* of_property_read_string_array() tests */ + rc = of_property_read_string_array(np, "string-property", strings, 4); + selftest(rc == 1, "Incorrect string count; rc=%i\n", rc); + rc = of_property_read_string_array(np, "phandle-list-names", strings, 4); + selftest(rc == 3, "Incorrect string count; rc=%i\n", rc); + rc = of_property_read_string_array(np, "unterminated-string", strings, 4); + selftest(rc == -EILSEQ, "unterminated string; rc=%i\n", rc); + /* -- An incorrectly formed string should cause a failure */ + rc = of_property_read_string_array(np, "unterminated-string-list", strings, 4); + selftest(rc == -EILSEQ, "unterminated string array; rc=%i\n", rc); + /* -- parsing the correctly formed strings should still work: */ + strings[2] = NULL; + rc = of_property_read_string_array(np, "unterminated-string-list", strings, 2); + selftest(rc == 2 && strings[2] == NULL, "of_property_read_string_array() failure; rc=%i\n", rc); + strings[1] = NULL; + rc = of_property_read_string_array(np, "phandle-list-names", strings, 1); + selftest(rc == 1 && strings[1] == NULL, "Overwrote end of string array; rc=%i, str='%s'\n", rc, strings[1]); } static void __init of_selftest_parse_interrupts(void) @@ -532,7 +586,7 @@ of_selftest_find_node_by_name(); of_selftest_dynamic(); of_selftest_parse_phandle_with_args(); - of_selftest_property_match_string(); + of_selftest_property_string(); of_selftest_parse_interrupts(); of_selftest_parse_interrupts_extended(); of_selftest_match_node(); --- linux-lts-utopic-3.16.0.orig/drivers/of/testcase-data/tests-phandle.dtsi +++ linux-lts-utopic-3.16.0/drivers/of/testcase-data/tests-phandle.dtsi @@ -39,7 +39,9 @@ phandle-list-bad-args = <&provider2 1 0>, <&provider3 0>; empty-property; + string-property = "foobar"; unterminated-string = [40 41 42 43]; + unterminated-string-list = "first", "second", [40 41 42 43]; }; }; }; --- linux-lts-utopic-3.16.0.orig/drivers/parisc/iommu-helpers.h +++ linux-lts-utopic-3.16.0/drivers/parisc/iommu-helpers.h @@ -104,7 +104,11 @@ struct scatterlist *contig_sg; /* contig chunk head */ unsigned long dma_offset, dma_len; /* start/len of DMA stream */ unsigned int n_mappings = 0; - unsigned int max_seg_size = dma_get_max_seg_size(dev); + unsigned int max_seg_size = min(dma_get_max_seg_size(dev), + (unsigned)DMA_CHUNK_SIZE); + unsigned int max_seg_boundary = dma_get_seg_boundary(dev) + 1; + if (max_seg_boundary) /* check if the addition above didn't overflow */ + max_seg_size = min(max_seg_size, max_seg_boundary); while (nents > 0) { @@ -139,14 +143,11 @@ /* ** First make sure current dma stream won't - ** exceed DMA_CHUNK_SIZE if we coalesce the + ** exceed max_seg_size if we coalesce the ** next entry. */ - if(unlikely(ALIGN(dma_len + dma_offset + startsg->length, - IOVP_SIZE) > DMA_CHUNK_SIZE)) - break; - - if (startsg->length + dma_len > max_seg_size) + if (unlikely(ALIGN(dma_len + dma_offset + startsg->length, IOVP_SIZE) > + max_seg_size)) break; /* --- linux-lts-utopic-3.16.0.orig/drivers/pci/Makefile +++ linux-lts-utopic-3.16.0/drivers/pci/Makefile @@ -41,6 +41,7 @@ obj-$(CONFIG_TILE) += setup-irq.o obj-$(CONFIG_SPARC_LEON) += setup-irq.o obj-$(CONFIG_M68K) += setup-irq.o +obj-$(CONFIG_ARM64) += setup-bus.o setup-irq.o # # ACPI Related PCI FW Functions --- linux-lts-utopic-3.16.0.orig/drivers/pci/access.c +++ linux-lts-utopic-3.16.0/drivers/pci/access.c @@ -352,6 +352,42 @@ .release = pci_vpd_pci22_release, }; +static ssize_t pci_vpd_f0_read(struct pci_dev *dev, loff_t pos, size_t count, + void *arg) +{ + struct pci_dev *tdev = pci_get_slot(dev->bus, + PCI_DEVFN(PCI_SLOT(dev->devfn), 0)); + ssize_t ret; + + if (!tdev) + return -ENODEV; + + ret = pci_read_vpd(tdev, pos, count, arg); + pci_dev_put(tdev); + return ret; +} + +static ssize_t pci_vpd_f0_write(struct pci_dev *dev, loff_t pos, size_t count, + const void *arg) +{ + struct pci_dev *tdev = pci_get_slot(dev->bus, + PCI_DEVFN(PCI_SLOT(dev->devfn), 0)); + ssize_t ret; + + if (!tdev) + return -ENODEV; + + ret = pci_write_vpd(tdev, pos, count, arg); + pci_dev_put(tdev); + return ret; +} + +static const struct pci_vpd_ops pci_vpd_f0_ops = { + .read = pci_vpd_f0_read, + .write = pci_vpd_f0_write, + .release = pci_vpd_pci22_release, +}; + int pci_vpd_pci22_init(struct pci_dev *dev) { struct pci_vpd_pci22 *vpd; @@ -360,12 +396,16 @@ cap = pci_find_capability(dev, PCI_CAP_ID_VPD); if (!cap) return -ENODEV; + vpd = kzalloc(sizeof(*vpd), GFP_ATOMIC); if (!vpd) return -ENOMEM; vpd->base.len = PCI_VPD_PCI22_SIZE; - vpd->base.ops = &pci_vpd_pci22_ops; + if (dev->dev_flags & PCI_DEV_FLAGS_VPD_REF_F0) + vpd->base.ops = &pci_vpd_f0_ops; + else + vpd->base.ops = &pci_vpd_pci22_ops; mutex_init(&vpd->lock); vpd->cap = cap; vpd->busy = false; --- linux-lts-utopic-3.16.0.orig/drivers/pci/bus.c +++ linux-lts-utopic-3.16.0/drivers/pci/bus.c @@ -146,6 +146,8 @@ type_mask |= IORESOURCE_TYPE_BITS; pci_bus_for_each_resource(bus, r, i) { + resource_size_t min_used = min; + if (!r) continue; @@ -169,12 +171,12 @@ * overrides "min". */ if (avail.start) - min = avail.start; + min_used = avail.start; max = avail.end; /* Ok, try it out.. */ - ret = allocate_resource(r, res, size, min, max, + ret = allocate_resource(r, res, size, min_used, max, align, alignf, alignf_data); if (ret == 0) return 0; @@ -228,6 +230,49 @@ } EXPORT_SYMBOL(pci_bus_alloc_resource); +/* + * The @idx resource of @dev should be a PCI-PCI bridge window. If this + * resource fits inside a window of an upstream bridge, do nothing. If it + * overlaps an upstream window but extends outside it, clip the resource so + * it fits completely inside. + */ +bool pci_bus_clip_resource(struct pci_dev *dev, int idx) +{ + struct pci_bus *bus = dev->bus; + struct resource *res = &dev->resource[idx]; + struct resource orig_res = *res; + struct resource *r; + int i; + + pci_bus_for_each_resource(bus, r, i) { + resource_size_t start, end; + + if (!r) + continue; + + if (resource_type(res) != resource_type(r)) + continue; + + start = max(r->start, res->start); + end = min(r->end, res->end); + + if (start > end) + continue; /* no overlap */ + + if (res->start == start && res->end == end) + return false; /* no change */ + + res->start = start; + res->end = end; + dev_printk(KERN_DEBUG, &dev->dev, "%pR clipped to %pR\n", + &orig_res, res); + + return true; + } + + return false; +} + void __weak pcibios_resource_survey_bus(struct pci_bus *bus) { } /** --- linux-lts-utopic-3.16.0.orig/drivers/pci/host/Kconfig +++ linux-lts-utopic-3.16.0/drivers/pci/host/Kconfig @@ -46,4 +46,18 @@ Say Y here if you want to support a simple generic PCI host controller, such as the one emulated by kvmtool. +config PCI_XGENE_MSI + bool + +config PCI_XGENE + bool "X-Gene PCIe controller" + depends on ARCH_XGENE + depends on OF + select PCIEPORTBUS + select PCI_XGENE_MSI if PCI_MSI + help + Say Y here if you want internal PCI support on APM X-Gene SoC. + There are 5 internal PCIe ports available. Each port is GEN3 capable + and have varied lanes from x1 to x8. + endmenu --- linux-lts-utopic-3.16.0.orig/drivers/pci/host/Makefile +++ linux-lts-utopic-3.16.0/drivers/pci/host/Makefile @@ -6,3 +6,5 @@ obj-$(CONFIG_PCI_RCAR_GEN2) += pci-rcar-gen2.o obj-$(CONFIG_PCI_RCAR_GEN2_PCIE) += pcie-rcar.o obj-$(CONFIG_PCI_HOST_GENERIC) += pci-host-generic.o +obj-$(CONFIG_PCI_XGENE) += pci-xgene.o +obj-$(CONFIG_PCI_XGENE_MSI) += pci-xgene-msi.o --- linux-lts-utopic-3.16.0.orig/drivers/pci/host/pci-exynos.c +++ linux-lts-utopic-3.16.0/drivers/pci/host/pci-exynos.c @@ -535,7 +535,8 @@ ret = devm_request_irq(&pdev->dev, pp->msi_irq, exynos_pcie_msi_irq_handler, - IRQF_SHARED, "exynos-pcie", pp); + IRQF_SHARED | IRQF_NO_THREAD, + "exynos-pcie", pp); if (ret) { dev_err(&pdev->dev, "failed to request msi irq\n"); return ret; --- linux-lts-utopic-3.16.0.orig/drivers/pci/host/pci-imx6.c +++ linux-lts-utopic-3.16.0/drivers/pci/host/pci-imx6.c @@ -497,7 +497,8 @@ ret = devm_request_irq(&pdev->dev, pp->msi_irq, imx6_pcie_msi_handler, - IRQF_SHARED, "mx6-pcie-msi", pp); + IRQF_SHARED | IRQF_NO_THREAD, + "mx6-pcie-msi", pp); if (ret) { dev_err(&pdev->dev, "failed to request MSI irq\n"); return -ENODEV; --- linux-lts-utopic-3.16.0.orig/drivers/pci/host/pci-mvebu.c +++ linux-lts-utopic-3.16.0/drivers/pci/host/pci-mvebu.c @@ -873,7 +873,7 @@ rangesz = pna + na + ns; nranges = rlen / sizeof(__be32) / rangesz; - for (i = 0; i < nranges; i++) { + for (i = 0; i < nranges; i++, range += rangesz) { u32 flags = of_read_number(range, 1); u32 slot = of_read_number(range + 1, 1); u64 cpuaddr = of_read_number(range + na, pna); @@ -883,14 +883,14 @@ rtype = IORESOURCE_IO; else if (DT_FLAGS_TO_TYPE(flags) == DT_TYPE_MEM32) rtype = IORESOURCE_MEM; + else + continue; if (slot == PCI_SLOT(devfn) && type == rtype) { *tgt = DT_CPUADDR_TO_TARGET(cpuaddr); *attr = DT_CPUADDR_TO_ATTR(cpuaddr); return 0; } - - range += rangesz; } return -ENOENT; --- linux-lts-utopic-3.16.0.orig/drivers/pci/host/pci-tegra.c +++ linux-lts-utopic-3.16.0/drivers/pci/host/pci-tegra.c @@ -1280,7 +1280,7 @@ msi->irq = err; - err = request_irq(msi->irq, tegra_pcie_msi_irq, 0, + err = request_irq(msi->irq, tegra_pcie_msi_irq, IRQF_NO_THREAD, tegra_msi_irq_chip.name, pcie); if (err < 0) { dev_err(&pdev->dev, "failed to request IRQ: %d\n", err); --- linux-lts-utopic-3.16.0.orig/drivers/pci/host/pci-xgene-msi.c +++ linux-lts-utopic-3.16.0/drivers/pci/host/pci-xgene-msi.c @@ -0,0 +1,567 @@ +/* + * XGene MSI Driver + * + * Copyright (c) 2010, Applied Micro Circuits Corporation + * Author: Tanmay Inamdar + * Tuan Phan + * Jim Hull + * + * 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; either version 2 of + * the License, or (at your option) any later version. + * + * 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., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define NR_MSI_REG 16 +#define IRQS_PER_MSI_INDEX 32 +#define IRQS_PER_MSI_REG 256 +#define NR_MSI_IRQS (NR_MSI_REG * IRQS_PER_MSI_REG) + +#define XGENE_PIC_IP_MASK 0x0000000F +#define XGENE_PIC_IP_GIC 0x00000001 + +/* PCIe MSI Index Registers */ +#define MSI0IR0 0x000000 +#define MSIFIR7 0x7F0000 + +/* PCIe MSI Interrupt Register */ +#define MSI1INT0 0x800000 +#define MSI1INTF 0x8F0000 + +struct xgene_msi { + struct irq_domain *irqhost; + unsigned long cascade_irq; + u32 msiir_offset; + u32 msi_addr_lo; + u32 msi_addr_hi; + void __iomem *msi_regs; + u32 feature; + int msi_virqs[NR_MSI_REG]; + struct msi_bitmap bitmap; + struct list_head list; /* support multiple MSI banks */ + phandle phandle; +}; + +#ifdef CONFIG_ARCH_MSLIM +static inline u64 xgene_pcie_get_iof_addr(u64 addr) +{ + return mslim_pa_to_iof_axi(lower_32_bits(addr)); +} +#else +#define xgene_pcie_get_iof_addr(addr) addr +#endif + +#define MSI_DRIVER_VERSION "0.1" + +struct xgene_msi_feature { + u32 xgene_pic_ip; + u32 msiir_offset; /* Offset of MSIIR, relative to start of MSIR bank */ +}; + +struct xgene_msi_cascade_data { + struct xgene_msi *msi_data; + int index; +}; + +LIST_HEAD(msi_head); + +static const struct xgene_msi_feature gic_msi_feature = { + .xgene_pic_ip = XGENE_PIC_IP_GIC, + .msiir_offset = 0, +}; + +irq_hw_number_t virq_to_hw(unsigned int virq) +{ + struct irq_data *irq_data = irq_get_irq_data(virq); + return WARN_ON(!irq_data) ? 0 : irq_data->hwirq; +} + +static inline u32 xgene_msi_intr_read(phys_addr_t __iomem *base, + unsigned int reg) +{ + u32 irq_reg = MSI1INT0 + (reg << 16); + return readl((void *)((phys_addr_t) base + irq_reg)); +} + +static inline u32 xgene_msi_read(phys_addr_t __iomem *base, unsigned int group, + unsigned int reg) +{ + u32 irq_reg = MSI0IR0 + (group << 19) + (reg << 16); + return readl((void *)((phys_addr_t) base + irq_reg)); +} + +/* + * We do not need this actually. The MSIR register has been read once + * in the cascade interrupt. So, this MSI interrupt has been acked +*/ +static void xgene_msi_end_irq(struct irq_data *d) +{ +} + +#ifdef CONFIG_SMP +static int xgene_msi_set_affinity(struct irq_data *d, + const struct cpumask *mask_val, bool force) +{ + u64 virt_msir; + + virt_msir = (u64)irq_get_handler_data(d->irq); + return irq_set_affinity(virt_msir, mask_val); +} +#endif + +static struct irq_chip xgene_msi_chip = { + .irq_mask = mask_msi_irq, + .irq_unmask = unmask_msi_irq, + .irq_ack = xgene_msi_end_irq, +#ifdef CONFIG_SMP + .irq_set_affinity = xgene_msi_set_affinity, +#endif + .name = "xgene-msi", +}; + +static int xgene_msi_host_map(struct irq_domain *h, unsigned int virq, + irq_hw_number_t hw) +{ + struct xgene_msi *msi_data = h->host_data; + struct irq_chip *chip = &xgene_msi_chip; + + pr_debug("\nENTER %s, virq=%u\n", __func__, virq); + irq_set_status_flags(virq, IRQ_TYPE_LEVEL_HIGH); + irq_set_chip_data(virq, msi_data); + irq_set_chip_and_handler(virq, chip, handle_level_irq); + + return 0; +} + +static const struct irq_domain_ops xgene_msi_host_ops = { + .map = xgene_msi_host_map, +}; + +static int xgene_msi_init_allocator(struct xgene_msi *msi_data) +{ +#ifdef CONFIG_ACPI + if (efi_enabled(EFI_BOOT)) + return msi_bitmap_alloc(&msi_data->bitmap, NR_MSI_IRQS, NULL); + else +#endif + return msi_bitmap_alloc(&msi_data->bitmap, NR_MSI_IRQS, + msi_data->irqhost->of_node); +} + +int arch_msi_check_device(struct pci_dev *dev, int nvec, int type) +{ + pr_debug("ENTER %s\n", __func__); + return 0; +} + +void arch_teardown_msi_irqs(struct pci_dev *dev) +{ + struct msi_desc *entry; + struct xgene_msi *msi_data; + + pr_debug("ENTER %s\n", __func__); + list_for_each_entry(entry, &dev->msi_list, list) { + if (entry->irq == 0) + continue; + + msi_data = irq_get_chip_data(entry->irq); + irq_set_msi_desc(entry->irq, NULL); + msi_bitmap_free_hwirqs(&msi_data->bitmap, + virq_to_hw(entry->irq), 1); + irq_dispose_mapping(entry->irq); + } +} + +static void xgene_compose_msi_msg(struct pci_dev *dev, int hwirq, + struct msi_msg *msg, + struct xgene_msi *msi_data) +{ + int reg_set, group; + + group = hwirq % NR_MSI_REG; + reg_set = hwirq / (NR_MSI_REG * IRQS_PER_MSI_INDEX); + + pr_debug("group = %d, reg_set : 0x%x\n", group, reg_set); + msg->address_lo = msi_data->msi_addr_lo + + (((8 * group) + reg_set) << 16); + msg->address_hi = msi_data->msi_addr_hi; + msg->data = (hwirq / NR_MSI_REG) % IRQS_PER_MSI_INDEX; + pr_debug("addr : 0x%08x, data : 0x%x\n", msg->address_lo, msg->data); +} + +int arch_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type) +{ + struct device_node *np; + struct msi_desc *entry; + struct msi_msg msg; + u64 gic_irq; + unsigned int virq; + struct xgene_msi *msi_data; + phandle phandle = 0; + int rc = 0; + int hwirq = -1; + + pr_debug("ENTER %s - nvec = %d, type = %d\n", __func__, nvec, type); +#ifdef CONFIG_ACPI + if (!efi_enabled(EFI_BOOT)) +#endif + { + np = pci_device_to_OF_node(pdev); + /* + * If the PCI node has an xgene,msi property, + * then we need to use it to find the specific MSI. + */ + np = of_parse_phandle(np, "xgene,msi", 0); + if (np) { + if (of_device_is_compatible(np, + "xgene,gic-msi-cascade")) + phandle = np->phandle; + else { + dev_err(&pdev->dev, + "node %s has an invalid xgene,msi phandle %u\n", + np->full_name, np->phandle); + rc = -EINVAL; + goto exit; + } + } else + dev_info(&pdev->dev, "Found no xgene,msi phandle\n"); + } + + list_for_each_entry(entry, &pdev->msi_list, list) { + pr_debug("Loop over MSI devices\n"); + /* + * Loop over all the MSI devices until we find one that has an + * available interrupt. + */ + list_for_each_entry(msi_data, &msi_head, list) { + if (phandle && (phandle != msi_data->phandle)) + continue; + pr_debug("Xgene msi pointer : %p\n", msi_data); + hwirq = msi_bitmap_alloc_hwirqs(&msi_data->bitmap, 1); + break; + } + + if (hwirq < 0) { + dev_err(&pdev->dev, + "could not allocate MSI interrupt\n"); + rc = -ENOSPC; + goto exit; + } + + virq = irq_create_mapping(msi_data->irqhost, hwirq); + if (virq == 0) { + dev_err(&pdev->dev, "fail mapping hwirq %i\n", hwirq); + msi_bitmap_free_hwirqs(&msi_data->bitmap, hwirq, 1); + rc = -ENOSPC; + goto exit; + } + + gic_irq = msi_data->msi_virqs[hwirq % NR_MSI_REG]; + pr_debug("Created Mapping HWIRQ %d on GIC IRQ %llu " + "TO VIRQ %d\n", + hwirq, gic_irq, virq); + /* chip_data is msi_data via host->hostdata in host->map() */ + irq_set_msi_desc(virq, entry); + xgene_compose_msi_msg(pdev, hwirq, &msg, msi_data); + irq_set_handler_data(virq, (void *)gic_irq); + write_msi_msg(virq, &msg); + } + +exit: + return rc; +} + +static void xgene_msi_cascade(unsigned int irq, struct irq_desc *desc) +{ + struct irq_chip *chip = irq_desc_get_chip(desc); + struct xgene_msi_cascade_data *cascade_data; + struct xgene_msi *msi_data; + unsigned int cascade_irq; + int msir_index = -1; + u32 msir_value = 0; + u32 intr_index = 0; + u32 msi_intr_reg_value = 0; + u32 msi_intr_reg; + + chained_irq_enter(chip, desc); + cascade_data = irq_get_handler_data(irq); + msi_data = cascade_data->msi_data; + + msi_intr_reg = cascade_data->index; + + if (msi_intr_reg >= NR_MSI_REG) + cascade_irq = 0; + + switch (msi_data->feature & XGENE_PIC_IP_MASK) { + case XGENE_PIC_IP_GIC: + msi_intr_reg_value = xgene_msi_intr_read(msi_data->msi_regs, + msi_intr_reg); + break; + } + + while (msi_intr_reg_value) { + msir_index = ffs(msi_intr_reg_value) - 1; + msir_value = xgene_msi_read(msi_data->msi_regs, msi_intr_reg, + msir_index); + while (msir_value) { + intr_index = ffs(msir_value) - 1; + cascade_irq = irq_linear_revmap(msi_data->irqhost, + msir_index * IRQS_PER_MSI_INDEX * NR_MSI_REG + + intr_index * NR_MSI_REG + msi_intr_reg); + if (cascade_irq != 0) + generic_handle_irq(cascade_irq); + msir_value &= ~(1 << intr_index); + } + msi_intr_reg_value &= ~(1 << msir_index); + } + + chained_irq_exit(chip, desc); +} + +static int xgene_msi_remove(struct platform_device *pdev) +{ + int virq, i; + struct xgene_msi *msi = platform_get_drvdata(pdev); + + pr_debug("ENTER %s\n", __func__); + for (i = 0; i < NR_MSI_REG; i++) { + virq = msi->msi_virqs[i]; + if (virq != 0) + irq_dispose_mapping(virq); + } + + if (msi->bitmap.bitmap) + msi_bitmap_free(&msi->bitmap); + + return 0; +} + +static int xgene_msi_setup_hwirq(struct xgene_msi *msi, + struct platform_device *pdev, + int offset, int irq_index) +{ + int virt_msir; + cpumask_var_t mask; + struct xgene_msi_cascade_data *cascade_data = NULL; + + virt_msir = platform_get_irq(pdev, irq_index); + if (virt_msir < 0) { + dev_err(&pdev->dev, "Cannot translate IRQ index %d\n", + irq_index); + return -EINVAL; + } + + cascade_data = devm_kzalloc(&pdev->dev, + sizeof(struct xgene_msi_cascade_data), GFP_KERNEL); + if (!cascade_data) { + dev_err(&pdev->dev, "No memory for MSI cascade data\n"); + return -ENOMEM; + } + + if (alloc_cpumask_var(&mask, GFP_KERNEL)) { + cpumask_setall(mask); + irq_set_affinity(virt_msir, mask); + free_cpumask_var(mask); + } + + msi->msi_virqs[irq_index] = virt_msir; + cascade_data->index = offset; + cascade_data->msi_data = msi; + irq_set_handler_data(virt_msir, cascade_data); + irq_set_chained_handler(virt_msir, xgene_msi_cascade); + pr_debug("mapped phys irq %d\n", virt_msir); + + return 0; +} + +static int xgene_msi_get_param(struct platform_device *pdev, const char *name, + u32 *buf, int count) +{ + int rc = 0; + +#ifdef CONFIG_ACPI + if (efi_enabled(EFI_BOOT)) { + struct acpi_dsm_entry entry; + + if (acpi_dsm_lookup_value(ACPI_HANDLE(&pdev->dev), + name, 0, &entry) || !entry.value) + return -EINVAL; + + if (count == 2) + sscanf(entry.value, "%d %d", &buf[0], &buf[1]); + else + rc = -EINVAL; + + kfree(entry.key); + kfree(entry.value); + } else +#endif + if (of_property_read_u32_array(pdev->dev.of_node, name, + buf, count)) + rc = -EINVAL; + + return rc; +} + +static int xgene_msi_probe(struct platform_device *pdev) +{ + struct xgene_msi *msi; + struct resource *res; + phys_addr_t msiir_offset; + int rc, j, irq_index, count; + u32 offset; + u32 buf[] = { 0, NR_MSI_IRQS}; + + msi = devm_kzalloc(&pdev->dev, sizeof(struct xgene_msi), GFP_KERNEL); + if (!msi) { + dev_err(&pdev->dev, "No memory for MSI structure\n"); + return -ENOMEM; + } + + platform_set_drvdata(pdev, msi); + +#ifdef CONFIG_ACPI + if (efi_enabled(EFI_BOOT)) + msi->irqhost = irq_domain_add_linear(NULL, + NR_MSI_IRQS, &xgene_msi_host_ops, msi); + else +#endif + msi->irqhost = irq_domain_add_linear(pdev->dev.of_node, + NR_MSI_IRQS, &xgene_msi_host_ops, msi); + if (msi->irqhost == NULL) { + dev_err(&pdev->dev, "No memory for MSI irqhost\n"); + rc = -ENOMEM; + goto error; + } + + res = platform_get_resource(pdev, IORESOURCE_MEM, 0); + msi->msi_regs = devm_ioremap_resource(&pdev->dev, res); + if (IS_ERR(msi->msi_regs)) { + dev_err(&pdev->dev, "no reg space\n"); + rc = -EINVAL; + goto error; + } + + pr_debug("mapped 0x%08llx to 0x%p Size : 0x%08llx\n", res->start, + msi->msi_regs, resource_size(res)); + + msiir_offset = lower_32_bits(xgene_pcie_get_iof_addr(res->start)); + msi->msiir_offset = gic_msi_feature.msiir_offset + + (msiir_offset & 0xfffff); + msi->msi_addr_hi = upper_32_bits(res->start); + msi->msi_addr_lo = gic_msi_feature.msiir_offset + + (msiir_offset & 0xffffffff); + msi->feature = gic_msi_feature.xgene_pic_ip; + +#ifdef CONFIG_ACPI + if (efi_enabled(EFI_BOOT)) + msi->phandle = 0; + else +#endif + msi->phandle = pdev->dev.of_node->phandle; + + rc = xgene_msi_init_allocator(msi); + if (rc) { + dev_err(&pdev->dev, "Error allocating MSI bitmap\n"); + goto error; + } + + rc = xgene_msi_get_param(pdev, "msi-available-ranges", buf, 2); + if (rc) { + dev_err(&pdev->dev, "Error getting MSI ranges\n"); + goto error; + } + + pr_debug("buf[0] = 0x%x buf[1] = 0x%x\n", buf[0], buf[1]); + if (buf[0] % IRQS_PER_MSI_REG || buf[1] % IRQS_PER_MSI_REG) { + pr_err_once("msi available range of" + "%u at %u is not IRQ-aligned\n", + buf[1], buf[0]); + rc = -EINVAL; + goto error; + } + + offset = buf[0] / IRQS_PER_MSI_REG; + count = buf[1] / IRQS_PER_MSI_REG; + pr_debug("offset = %d count = %d\n", offset, count); + + for (irq_index = 0, j = 0; j < count; j++, irq_index++) { + rc = xgene_msi_setup_hwirq(msi, pdev, offset + j, irq_index); + if (rc) + goto error; + } + + list_add_tail(&msi->list, &msi_head); + + pr_info("XGene: PCIe MSI driver v%s\n", MSI_DRIVER_VERSION); + + return 0; + +error: + xgene_msi_remove(pdev); + return rc; +} + +static const struct of_device_id xgene_msi_of_ids[] = { + { + .compatible = "xgene,gic-msi", + }, + {} +}; + +#ifdef CONFIG_ACPI +static const struct acpi_device_id xgene_msi_acpi_ids[] = { + {"APMC0D0E", 0}, + {}, +}; +#endif + +static struct platform_driver xgene_msi_driver = { + .driver = { + .name = "xgene-msi", + .owner = THIS_MODULE, + .of_match_table = xgene_msi_of_ids, +#ifdef CONFIG_ACPI + .acpi_match_table = ACPI_PTR(xgene_msi_acpi_ids), +#endif + }, + .probe = xgene_msi_probe, + .remove = xgene_msi_remove, +}; + +static __init int xgene_msi_init(void) +{ + return platform_driver_register(&xgene_msi_driver); +} + +subsys_initcall_sync(xgene_msi_init); --- linux-lts-utopic-3.16.0.orig/drivers/pci/host/pci-xgene.c +++ linux-lts-utopic-3.16.0/drivers/pci/host/pci-xgene.c @@ -0,0 +1,784 @@ +/** + * APM X-Gene PCIe Driver + * + * Copyright (c) 2013 Applied Micro Circuits Corporation. + * + * Author: Tanmay Inamdar . + * + * 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; either version 2 of the License, or (at your + * option) any later version. + * + * 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. + * + */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define PCIECORE_LTSSM 0x4c +#define PCIECORE_CTLANDSTATUS 0x50 +#define PIPE_PHY_RATE_RD(src) ((0xc000 & (u32)(src)) >> 0xe) +#define INTXSTATUSMASK 0x6c +#define PIM1_1L 0x80 +#define IBAR2 0x98 +#define IR2MSK 0x9c +#define PIM2_1L 0xa0 +#define IBAR3L 0xb4 +#define IR3MSKL 0xbc +#define PIM3_1L 0xc4 +#define OMR1BARL 0x100 +#define OMR2BARL 0x118 +#define CFGBARL 0x154 +#define CFGBARH 0x158 +#define CFGCTL 0x15c +#define RTDID 0x160 +#define BRIDGE_CFG_0 0x2000 +#define BRIDGE_CFG_1 0x2004 +#define BRIDGE_CFG_4 0x2010 +#define BRIDGE_CFG_32 0x2030 +#define BRIDGE_CFG_14 0x2038 +#define BRIDGE_CTRL_1 0x2204 +#define BRIDGE_CTRL_2 0x2208 +#define BRIDGE_CTRL_5 0x2214 +#define BRIDGE_STATUS_0 0x2600 +#define MEM_RAM_SHUTDOWN 0xd070 +#define BLOCK_MEM_RDY 0xd074 + +#define DEVICE_PORT_TYPE_MASK 0x03c00000 +#define PM_FORCE_RP_MODE_MASK 0x00000400 +#define SWITCH_PORT_MODE_MASK 0x00000800 +#define CLASS_CODE_MASK 0xffffff00 +#define LINK_UP_MASK 0x00000100 +#define AER_OPTIONAL_ERROR_EN 0xffc00000 +#define XGENE_PCIE_DEV_CTRL 0x2f02 +#define AXI_EP_CFG_ACCESS 0x10000 +#define ENABLE_ASPM 0x08000000 +#define XGENE_PORT_TYPE_RC 0x05000000 +#define BLOCK_MEM_RDY_VAL 0xFFFFFFFF +#define EN_COHERENCY 0xF0000000 +#define EN_REG 0x00000001 +#define OB_LO_IO 0x00000002 +#define XGENE_PCIE_VENDORID 0xE008 +#define XGENE_PCIE_DEVICEID 0xE004 +#define XGENE_PCIE_TIMEOUT (500*1000) /* us */ +#define XGENE_LTSSM_DETECT_WAIT 20 +#define XGENE_LTSSM_L0_WAIT 4 +#define SZ_1T (SZ_1G*1024ULL) + +struct xgene_res_cfg { + struct resource res; + u64 pci_addr; +}; + +struct xgene_pcie_port { + struct device_node *node; + struct device *dev; + struct clk *clk; + struct xgene_res_cfg mem; + struct xgene_res_cfg io; + struct resource realio; + void __iomem *csr_base; + void __iomem *cfg_base; + u8 link_up; +}; + +static inline u32 pcie_bar_low_val(u32 addr, u32 flags) +{ + return (addr & PCI_BASE_ADDRESS_MEM_MASK) | flags; +} + +static inline struct xgene_pcie_port * +xgene_pcie_bus_to_port(struct pci_bus *bus) +{ + struct pci_sys_data *sys = bus->sysdata; + return sys->private_data; +} + +/* PCIE Configuration Out/In */ +static inline void xgene_pcie_cfg_out32(void __iomem *addr, u32 val) +{ + writel(val, addr); +} + +static inline void xgene_pcie_cfg_out16(void __iomem *addr, u16 val) +{ + u64 temp_addr = (u64)addr & ~0x3; + u32 val32 = readl((void __iomem *)temp_addr); + + switch ((u64) addr & 0x3) { + case 2: + val32 &= ~0xFFFF0000; + val32 |= (u32) val << 16; + break; + case 0: + default: + val32 &= ~0xFFFF; + val32 |= val; + break; + } + writel(val32, (void __iomem *)temp_addr); +} + +static inline void xgene_pcie_cfg_out8(void __iomem *addr, u8 val) +{ + phys_addr_t temp_addr = (u64) addr & ~0x3; + u32 val32 = readl((void __iomem *)temp_addr); + + switch ((u64) addr & 0x3) { + case 0: + val32 &= ~0xFF; + val32 |= val; + break; + case 1: + val32 &= ~0xFF00; + val32 |= (u32) val << 8; + break; + case 2: + val32 &= ~0xFF0000; + val32 |= (u32) val << 16; + break; + case 3: + default: + val32 &= ~0xFF000000; + val32 |= (u32) val << 24; + break; + } + writel(val32, (void __iomem *)temp_addr); +} + +static inline void xgene_pcie_cfg_in32(void __iomem *addr, u32 *val) +{ + *val = readl(addr); +} + +static inline void xgene_pcie_cfg_in16(void __iomem *addr, u16 *val) +{ + u64 temp_addr = (u64)addr & ~0x3; + u32 val32; + + val32 = readl((void __iomem *)temp_addr); + + switch ((u64)addr & 0x3) { + case 2: + *val = val32 >> 16; + break; + case 0: + default: + *val = val32; + break; + } +} + +static inline void xgene_pcie_cfg_in8(void __iomem *addr, u8 *val) +{ + u64 temp_addr = (u64)addr & ~0x3; + u32 val32; + + val32 = readl((void __iomem *)temp_addr); + + switch ((u64)addr & 0x3) { + case 3: + *val = val32 >> 24; + break; + case 2: + *val = val32 >> 16; + break; + case 1: + *val = val32 >> 8; + break; + case 0: + default: + *val = val32; + break; + } +} + +/* When the address bit [17:16] is 2'b01, the Configuration access will be + * treated as Type 1 and it will be forwarded to external PCIe device. + */ +static void __iomem *xgene_pcie_get_cfg_base(struct pci_bus *bus) +{ + struct xgene_pcie_port *port = xgene_pcie_bus_to_port(bus); + + if (bus->number >= (bus->primary + 1)) + return port->cfg_base + AXI_EP_CFG_ACCESS; + + return port->cfg_base; +} + +/* For Configuration request, RTDID register is used as Bus Number, + * Device Number and Function number of the header fields. + */ +static void xgene_pcie_set_rtdid_reg(struct pci_bus *bus, uint devfn) +{ + struct xgene_pcie_port *port = xgene_pcie_bus_to_port(bus); + unsigned int b, d, f; + u32 rtdid_val = 0; + + b = bus->number; + d = PCI_SLOT(devfn); + f = PCI_FUNC(devfn); + + if (!pci_is_root_bus(bus)) + rtdid_val = (b << 8) | (d << 3) | f; + + writel(rtdid_val, port->csr_base + RTDID); + /* read the register back to ensure flush */ + readl(port->csr_base + RTDID); +} + +static int xgene_pcie_read_config(struct pci_bus *bus, unsigned int devfn, + int offset, int len, u32 *val) +{ + struct xgene_pcie_port *port = xgene_pcie_bus_to_port(bus); + void __iomem *addr; + u8 val8; + u16 val16; + + if ((pci_is_root_bus(bus) && devfn != 0) || !port->link_up) + return PCIBIOS_DEVICE_NOT_FOUND; + + xgene_pcie_set_rtdid_reg(bus, devfn); + addr = xgene_pcie_get_cfg_base(bus); + switch (len) { + case 1: + xgene_pcie_cfg_in8(addr + offset, &val8); + *val = val8; + break; + case 2: + xgene_pcie_cfg_in16(addr + offset, &val16); + *val = val16; + break; + default: + xgene_pcie_cfg_in32(addr + offset, val); + break; + } + return PCIBIOS_SUCCESSFUL; +} + +static int xgene_pcie_write_config(struct pci_bus *bus, unsigned int devfn, + int offset, int len, u32 val) +{ + struct xgene_pcie_port *port = xgene_pcie_bus_to_port(bus); + void __iomem *addr; + + if ((pci_is_root_bus(bus) && devfn != 0) || !port->link_up) + return PCIBIOS_DEVICE_NOT_FOUND; + + xgene_pcie_set_rtdid_reg(bus, devfn); + addr = xgene_pcie_get_cfg_base(bus); + switch (len) { + case 1: + xgene_pcie_cfg_out8(addr + offset, (u8) val); + break; + case 2: + xgene_pcie_cfg_out16(addr + offset, (u16) val); + break; + default: + xgene_pcie_cfg_out32(addr + offset, val); + break; + } + return PCIBIOS_SUCCESSFUL; +} + +static struct pci_ops xgene_pcie_ops = { + .read = xgene_pcie_read_config, + .write = xgene_pcie_write_config +}; + +static void xgene_pcie_program_core(void __iomem *csr_base) +{ + u32 val; + + val = readl(csr_base + BRIDGE_CFG_0); + val |= AER_OPTIONAL_ERROR_EN; + writel(val, csr_base + BRIDGE_CFG_0); + writel(0x0, csr_base + INTXSTATUSMASK); + val = readl(csr_base + BRIDGE_CTRL_1); + val = (val & ~0xffff) | XGENE_PCIE_DEV_CTRL; + writel(val, csr_base + BRIDGE_CTRL_1); +} + +static u64 xgene_pcie_set_ib_mask(void __iomem *csr_base, u32 addr, + u32 flags, u64 size) +{ + u64 mask = (~(size - 1) & PCI_BASE_ADDRESS_MEM_MASK) | flags; + u32 val32 = 0; + u32 val; + + val32 = readl(csr_base + addr); + val = (val32 & 0x0000ffff) | (lower_32_bits(mask) << 16); + writel(val, csr_base + addr); + + val32 = readl(csr_base + addr + 0x04); + val = (val32 & 0xffff0000) | (lower_32_bits(mask) >> 16); + writel(val, csr_base + addr + 0x04); + + val32 = readl(csr_base + addr + 0x04); + val = (val32 & 0x0000ffff) | (upper_32_bits(mask) << 16); + writel(val, csr_base + addr + 0x04); + + val32 = readl(csr_base + addr + 0x08); + val = (val32 & 0xffff0000) | (upper_32_bits(mask) >> 16); + writel(val, csr_base + addr + 0x08); + + return mask; +} + +static void xgene_pcie_poll_linkup(struct xgene_pcie_port *port, + u32 *lanes, u32 *speed) +{ + void __iomem *csr_base = port->csr_base; + u32 val32; + u64 start_time, time; + + /* + * A component enters the LTSSM Detect state within + * 20ms of the end of fundamental core reset. + */ + msleep(XGENE_LTSSM_DETECT_WAIT); + port->link_up = 0; + start_time = jiffies; + do { + val32 = readl(csr_base + PCIECORE_CTLANDSTATUS); + if (val32 & LINK_UP_MASK) { + port->link_up = 1; + *speed = PIPE_PHY_RATE_RD(val32); + val32 = readl(csr_base + BRIDGE_STATUS_0); + *lanes = val32 >> 26; + } + time = jiffies_to_msecs(jiffies - start_time); + } while ((!port->link_up) && (time <= XGENE_LTSSM_L0_WAIT)); +} + +static void xgene_pcie_setup_root_complex(struct xgene_pcie_port *port) +{ + void __iomem *csr_base = port->csr_base; + u32 val; + + val = (XGENE_PCIE_DEVICEID << 16) | XGENE_PCIE_VENDORID; + writel(val, csr_base + BRIDGE_CFG_0); + + val = readl(csr_base + BRIDGE_CFG_1); + val &= ~CLASS_CODE_MASK; + val |= PCI_CLASS_BRIDGE_PCI << 16; + writel(val, csr_base + BRIDGE_CFG_1); + + val = readl(csr_base + BRIDGE_CFG_14); + val |= SWITCH_PORT_MODE_MASK; + val &= ~PM_FORCE_RP_MODE_MASK; + writel(val, csr_base + BRIDGE_CFG_14); + + val = readl(csr_base + BRIDGE_CTRL_5); + val &= ~DEVICE_PORT_TYPE_MASK; + val |= XGENE_PORT_TYPE_RC; + writel(val, csr_base + BRIDGE_CTRL_5); + + val = readl(csr_base + BRIDGE_CTRL_2); + val |= ENABLE_ASPM; + writel(val, csr_base + BRIDGE_CTRL_2); + + val = readl(csr_base + BRIDGE_CFG_32); + writel(val | (1 << 19), csr_base + BRIDGE_CFG_32); +} + +/* Return 0 on success */ +static int xgene_pcie_init_ecc(struct xgene_pcie_port *port) +{ + void __iomem *csr_base = port->csr_base; + int timeout = XGENE_PCIE_TIMEOUT; + u32 val; + + val = readl(csr_base + MEM_RAM_SHUTDOWN); + if (val == 0) + return 0; + writel(0x0, csr_base + MEM_RAM_SHUTDOWN); + do { + val = readl(csr_base + BLOCK_MEM_RDY); + udelay(1); + } while ((val != BLOCK_MEM_RDY_VAL) && timeout--); + + return !(timeout > 0); +} + +static int xgene_pcie_init_port(struct xgene_pcie_port *port) +{ + int rc; + + port->clk = clk_get(port->dev, NULL); + if (IS_ERR_OR_NULL(port->clk)) { + dev_err(port->dev, "clock not available\n"); + return -ENODEV; + } + + rc = clk_prepare_enable(port->clk); + if (rc) { + dev_err(port->dev, "clock enable failed\n"); + return rc; + } + + rc = xgene_pcie_init_ecc(port); + if (rc) { + dev_err(port->dev, "memory init failed\n"); + return rc; + } + + return 0; +} + +struct device_node *pcibios_get_phb_of_node(struct pci_bus *bus) +{ + struct xgene_pcie_port *port = xgene_pcie_bus_to_port(bus); + + return of_node_get(port->node); +} + +static void xgene_pcie_fixup_bridge(struct pci_dev *dev) +{ + int i; + + /* Hide the PCI host BARs from the kernel as their content doesn't + * fit well in the resource management + */ + for (i = 0; i < DEVICE_COUNT_RESOURCE; i++) { + dev->resource[i].start = dev->resource[i].end = 0; + dev->resource[i].flags = 0; + } + dev_info(&dev->dev, "Hiding X-Gene pci host bridge resources %s\n", + pci_name(dev)); +} +DECLARE_PCI_FIXUP_HEADER(XGENE_PCIE_VENDORID, XGENE_PCIE_DEVICEID, + xgene_pcie_fixup_bridge); + +static int xgene_pcie_map_reg(struct xgene_pcie_port *port, + struct platform_device *pdev, u64 *cfg_addr) +{ + struct resource *res; + + res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "csr"); + port->csr_base = devm_ioremap_resource(port->dev, res); + if (IS_ERR(port->csr_base)) + return PTR_ERR(port->csr_base); + + res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "cfg"); + port->cfg_base = devm_ioremap_resource(port->dev, res); + if (IS_ERR(port->cfg_base)) + return PTR_ERR(port->cfg_base); + *cfg_addr = res->start; + + return 0; +} + +static void xgene_pcie_setup_ob_reg(struct xgene_pcie_port *port, + u32 addr, u32 restype) +{ + struct resource *res; + void __iomem *base = port->csr_base + addr; + resource_size_t size; + u64 cpu_addr, pci_addr; + u64 mask = 0; + u32 min_size; + u32 flag = EN_REG; + + if (restype == IORESOURCE_MEM) { + res = &port->mem.res; + pci_addr = port->mem.pci_addr; + min_size = SZ_128M; + } else { + res = &port->io.res; + pci_addr = port->io.pci_addr; + min_size = 128; + flag |= OB_LO_IO; + } + size = resource_size(res); + if (size >= min_size) + mask = ~(size - 1) | flag; + else + dev_warn(port->dev, "res size 0x%llx less than minimum 0x%x\n", + (u64)size, min_size); + cpu_addr = res->start; + writel(lower_32_bits(cpu_addr), base); + writel(upper_32_bits(cpu_addr), base + 0x04); + writel(lower_32_bits(mask), base + 0x08); + writel(upper_32_bits(mask), base + 0x0c); + writel(lower_32_bits(pci_addr), base + 0x10); + writel(upper_32_bits(pci_addr), base + 0x14); +} + +static void xgene_pcie_setup_cfg_reg(void __iomem *csr_base, u64 addr) +{ + writel(lower_32_bits(addr), csr_base + CFGBARL); + writel(upper_32_bits(addr), csr_base + CFGBARH); + writel(EN_REG, csr_base + CFGCTL); +} + +static int xgene_pcie_parse_map_ranges(struct xgene_pcie_port *port, + u64 cfg_addr) +{ + struct device_node *np = port->node; + struct of_pci_range range; + struct of_pci_range_parser parser; + struct device *dev = port->dev; + + if (of_pci_range_parser_init(&parser, np)) { + dev_err(dev, "missing ranges property\n"); + return -EINVAL; + } + + /* Get the I/O, memory ranges from DT */ + for_each_of_pci_range(&parser, &range) { + struct resource *res = NULL; + u64 restype = range.flags & IORESOURCE_TYPE_BITS; + u64 end = range.cpu_addr + range.size - 1; + dev_dbg(port->dev, "0x%08x 0x%016llx..0x%016llx -> 0x%016llx\n", + range.flags, range.cpu_addr, end, range.pci_addr); + + switch (restype) { + case IORESOURCE_IO: + res = &port->io.res; + port->io.pci_addr = range.pci_addr; + of_pci_range_to_resource(&range, np, res); + xgene_pcie_setup_ob_reg(port, OMR1BARL, restype); + break; + case IORESOURCE_MEM: + res = &port->mem.res; + port->mem.pci_addr = range.pci_addr; + of_pci_range_to_resource(&range, np, res); + xgene_pcie_setup_ob_reg(port, OMR2BARL, restype); + break; + default: + dev_err(dev, "invalid io resource!"); + return -EINVAL; + } + } + xgene_pcie_setup_cfg_reg(port->csr_base, cfg_addr); + return 0; +} + +static void xgene_pcie_setup_pims(void *addr, u64 pim, u64 size) +{ + writel(lower_32_bits(pim), addr); + writel(upper_32_bits(pim) | EN_COHERENCY, addr + 0x04); + writel(lower_32_bits(size), addr + 0x10); + writel(upper_32_bits(size), addr + 0x14); +} + +/* + * X-Gene PCIe support maximum 3 inbound memory regions + * This function helps to select a region based on size of region + */ +static int xgene_pcie_select_ib_reg(u8 *ib_reg_mask, u64 size) +{ + if ((size > 4) && (size < SZ_16M) && !(*ib_reg_mask & (1 << 1))) { + *ib_reg_mask |= (1 << 1); + return 1; + } + + if ((size > SZ_1K) && (size < SZ_1T) && !(*ib_reg_mask & (1 << 0))) { + *ib_reg_mask |= (1 << 0); + return 0; + } + + if ((size > SZ_1M) && (size < SZ_1T) && !(*ib_reg_mask & (1 << 2))) { + *ib_reg_mask |= (1 << 2); + return 2; + } + return -EINVAL; +} + +static void xgene_pcie_setup_ib_reg(struct xgene_pcie_port *port, + struct of_pci_range *range, u8 *ib_reg_mask) +{ + void __iomem *csr_base = port->csr_base; + void __iomem *cfg_base = port->cfg_base; + void *bar_addr; + void *pim_addr; + u64 restype = range->flags & IORESOURCE_TYPE_BITS; + u64 cpu_addr = range->cpu_addr; + u64 pci_addr = range->pci_addr; + u64 size = range->size; + u64 mask = ~(size - 1) | EN_REG; + u32 flags = PCI_BASE_ADDRESS_MEM_TYPE_64; + u32 bar_low; + int region; + + region = xgene_pcie_select_ib_reg(ib_reg_mask, range->size); + if (region < 0) { + dev_warn(port->dev, "invalid pcie dma-range config\n"); + return; + } + + if (restype == PCI_BASE_ADDRESS_MEM_PREFETCH) + flags |= PCI_BASE_ADDRESS_MEM_PREFETCH; + + bar_low = pcie_bar_low_val((u32)cpu_addr, flags); + switch (region) { + case 0: + xgene_pcie_set_ib_mask(csr_base, BRIDGE_CFG_4, flags, size); + bar_addr = cfg_base + PCI_BASE_ADDRESS_0; + writel(bar_low, bar_addr); + writel(upper_32_bits(cpu_addr), bar_addr + 0x4); + pim_addr = csr_base + PIM1_1L; + break; + case 1: + bar_addr = csr_base + IBAR2; + writel(bar_low, bar_addr); + writel(lower_32_bits(mask), csr_base + IR2MSK); + pim_addr = csr_base + PIM2_1L; + break; + case 2: + bar_addr = csr_base + IBAR3L; + writel(bar_low, bar_addr); + writel(upper_32_bits(cpu_addr), bar_addr + 0x4); + writel(lower_32_bits(mask), csr_base + IR3MSKL); + writel(upper_32_bits(mask), csr_base + IR3MSKL + 0x4); + pim_addr = csr_base + PIM3_1L; + break; + } + + xgene_pcie_setup_pims(pim_addr, pci_addr, size); +} + +static int pci_dma_range_parser_init(struct of_pci_range_parser *parser, + struct device_node *node) +{ + const int na = 3, ns = 2; + int rlen; + + parser->node = node; + parser->pna = of_n_addr_cells(node); + parser->np = parser->pna + na + ns; + + parser->range = of_get_property(node, "ib-ranges", &rlen); + if (!parser->range) + return -ENOENT; + + parser->end = parser->range + rlen / sizeof(__be32); + return 0; +} + +static int xgene_pcie_parse_map_dma_ranges(struct xgene_pcie_port *port) +{ + struct device_node *np = port->node; + struct of_pci_range range; + struct of_pci_range_parser parser; + struct device *dev = port->dev; + u8 ib_reg_mask = 0; + + if (pci_dma_range_parser_init(&parser, np)) { + dev_err(dev, "missing ib-ranges property\n"); + return -EINVAL; + } + + /* Get the ib-ranges from DT */ + for_each_of_pci_range(&parser, &range) { + u64 end = range.cpu_addr + range.size - 1; + dev_dbg(port->dev, "0x%08x 0x%016llx..0x%016llx -> 0x%016llx\n", + range.flags, range.cpu_addr, end, range.pci_addr); + xgene_pcie_setup_ib_reg(port, &range, &ib_reg_mask); + } + return 0; +} + +static int xgene_pcie_setup(int nr, struct pci_sys_data *sys) +{ + struct xgene_pcie_port *pp = sys->private_data; + struct resource *io = &pp->realio; + + io->start = sys->domain * SZ_64K; + io->end = io->start + SZ_64K; + io->flags = pp->io.res.flags; + io->name = "PCI IO"; + pci_ioremap_io(io->start, pp->io.res.start); + + pci_add_resource_offset(&sys->resources, io, sys->io_offset); + sys->mem_offset = pp->mem.res.start - pp->mem.pci_addr; + pci_add_resource_offset(&sys->resources, &pp->mem.res, + sys->mem_offset); + return 1; +} + +static int xgene_pcie_probe_bridge(struct platform_device *pdev) +{ + struct device_node *np = of_node_get(pdev->dev.of_node); + struct xgene_pcie_port *port; + struct hw_pci xgene_pcie_hw; + u32 lanes = 0, speed = 0; + u64 cfg_addr = 0; + static u32 domain; + int ret; + + port = devm_kzalloc(&pdev->dev, sizeof(*port), GFP_KERNEL); + if (!port) + return -ENOMEM; + port->node = np; + port->dev = &pdev->dev; + + ret = xgene_pcie_map_reg(port, pdev, &cfg_addr); + if (ret) + return ret; + + ret = xgene_pcie_init_port(port); + if (ret) + goto skip; + xgene_pcie_program_core(port->csr_base); + xgene_pcie_setup_root_complex(port); + ret = xgene_pcie_parse_map_ranges(port, cfg_addr); + if (ret) + goto skip; + ret = xgene_pcie_parse_map_dma_ranges(port); + if (ret) + goto skip; + xgene_pcie_poll_linkup(port, &lanes, &speed); +skip: + if (!port->link_up) + dev_info(port->dev, "(rc) link down\n"); + else + dev_info(port->dev, "(rc) x%d gen-%d link up\n", + lanes, speed + 1); + platform_set_drvdata(pdev, port); + memset(&xgene_pcie_hw, 0, sizeof(xgene_pcie_hw)); + xgene_pcie_hw.domain = domain++; + xgene_pcie_hw.private_data = (void **)&port; + xgene_pcie_hw.nr_controllers = 1; + xgene_pcie_hw.setup = xgene_pcie_setup; + xgene_pcie_hw.map_irq = of_irq_parse_and_map_pci; + xgene_pcie_hw.ops = &xgene_pcie_ops; + pci_common_init(&xgene_pcie_hw); + return 0; +} + +static const struct of_device_id xgene_pcie_match_table[] = { + {.compatible = "apm,xgene-pcie",}, + {}, +}; + +static struct platform_driver xgene_pcie_driver = { + .driver = { + .name = "xgene-pcie", + .owner = THIS_MODULE, + .of_match_table = of_match_ptr(xgene_pcie_match_table), + }, + .probe = xgene_pcie_probe_bridge, +}; +module_platform_driver(xgene_pcie_driver); + +MODULE_AUTHOR("Tanmay Inamdar "); +MODULE_DESCRIPTION("APM X-Gene PCIe driver"); +MODULE_LICENSE("GPL v2"); --- linux-lts-utopic-3.16.0.orig/drivers/pci/host/pcie-rcar.c +++ linux-lts-utopic-3.16.0/drivers/pci/host/pcie-rcar.c @@ -712,14 +712,16 @@ /* Two irqs are for MSI, but they are also used for non-MSI irqs */ err = devm_request_irq(&pdev->dev, msi->irq1, rcar_pcie_msi_irq, - IRQF_SHARED, rcar_msi_irq_chip.name, pcie); + IRQF_SHARED | IRQF_NO_THREAD, + rcar_msi_irq_chip.name, pcie); if (err < 0) { dev_err(&pdev->dev, "failed to request IRQ: %d\n", err); goto err; } err = devm_request_irq(&pdev->dev, msi->irq2, rcar_pcie_msi_irq, - IRQF_SHARED, rcar_msi_irq_chip.name, pcie); + IRQF_SHARED | IRQF_NO_THREAD, + rcar_msi_irq_chip.name, pcie); if (err < 0) { dev_err(&pdev->dev, "failed to request IRQ: %d\n", err); goto err; --- linux-lts-utopic-3.16.0.orig/drivers/pci/hotplug/acpiphp_glue.c +++ linux-lts-utopic-3.16.0/drivers/pci/hotplug/acpiphp_glue.c @@ -573,19 +573,15 @@ slot->flags &= (~SLOT_ENABLED); } -static bool acpiphp_no_hotplug(struct acpi_device *adev) -{ - return adev && adev->flags.no_hotplug; -} - static bool slot_no_hotplug(struct acpiphp_slot *slot) { - struct acpiphp_func *func; + struct pci_bus *bus = slot->bus; + struct pci_dev *dev; - list_for_each_entry(func, &slot->funcs, sibling) - if (acpiphp_no_hotplug(func_to_acpi_device(func))) + list_for_each_entry(dev, &bus->devices, bus_list) { + if (PCI_SLOT(dev->devfn) == slot->device && dev->ignore_hotplug) return true; - + } return false; } @@ -658,7 +654,7 @@ status = acpi_evaluate_integer(adev->handle, "_STA", NULL, &sta); alive = (ACPI_SUCCESS(status) && device_status_valid(sta)) - || acpiphp_no_hotplug(adev); + || dev->ignore_hotplug; } if (!alive) alive = pci_device_is_present(dev); @@ -974,8 +970,10 @@ { pci_lock_rescan_remove(); - if (slot->flags & SLOT_IS_GOING_AWAY) + if (slot->flags & SLOT_IS_GOING_AWAY) { + pci_unlock_rescan_remove(); return -ENODEV; + } /* configure all functions */ if (!(slot->flags & SLOT_ENABLED)) --- linux-lts-utopic-3.16.0.orig/drivers/pci/hotplug/cpci_hotplug_pci.c +++ linux-lts-utopic-3.16.0/drivers/pci/hotplug/cpci_hotplug_pci.c @@ -286,11 +286,12 @@ } parent = slot->dev->bus; - list_for_each_entry(dev, &parent->devices, bus_list) + list_for_each_entry(dev, &parent->devices, bus_list) { if (PCI_SLOT(dev->devfn) != PCI_SLOT(slot->devfn)) continue; if (pci_is_bridge(dev)) pci_hp_add_bridge(dev); + } pci_assign_unassigned_bridge_resources(parent->self); --- linux-lts-utopic-3.16.0.orig/drivers/pci/hotplug/pciehp_core.c +++ linux-lts-utopic-3.16.0/drivers/pci/hotplug/pciehp_core.c @@ -255,6 +255,13 @@ else if (pciehp_acpi_slot_detection_check(dev->port)) goto err_out_none; + if (!dev->port->subordinate) { + /* Can happen if we run out of bus numbers during probe */ + dev_err(&dev->device, + "Hotplug bridge without secondary bus, ignoring\n"); + goto err_out_none; + } + ctrl = pcie_init(dev); if (!ctrl) { dev_err(&dev->device, "Controller initialization failed\n"); --- linux-lts-utopic-3.16.0.orig/drivers/pci/hotplug/pciehp_hpc.c +++ linux-lts-utopic-3.16.0/drivers/pci/hotplug/pciehp_hpc.c @@ -508,6 +508,8 @@ { struct controller *ctrl = (struct controller *)dev_id; struct pci_dev *pdev = ctrl_dev(ctrl); + struct pci_bus *subordinate = pdev->subordinate; + struct pci_dev *dev; struct slot *slot = ctrl->slot; u16 detected, intr_loc; @@ -541,6 +543,16 @@ wake_up(&ctrl->queue); } + if (subordinate) { + list_for_each_entry(dev, &subordinate->devices, bus_list) { + if (dev->ignore_hotplug) { + ctrl_dbg(ctrl, "ignoring hotplug event %#06x (%s requested no hotplug)\n", + intr_loc, pci_name(dev)); + return IRQ_HANDLED; + } + } + } + if (!(intr_loc & ~PCI_EXP_SLTSTA_CC)) return IRQ_HANDLED; @@ -794,7 +806,7 @@ pcie_capability_write_word(pdev, PCI_EXP_SLTSTA, PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | PCI_EXP_SLTSTA_MRLSC | PCI_EXP_SLTSTA_PDC | - PCI_EXP_SLTSTA_CC); + PCI_EXP_SLTSTA_CC | PCI_EXP_SLTSTA_DLLSC); /* Disable software notification */ pcie_disable_notification(ctrl); --- linux-lts-utopic-3.16.0.orig/drivers/pci/hotplug/pcihp_slot.c +++ linux-lts-utopic-3.16.0/drivers/pci/hotplug/pcihp_slot.c @@ -46,7 +46,6 @@ */ if (pci_is_pcie(dev)) return; - dev_info(&dev->dev, "using default PCI settings\n"); hpp = &pci_default_type0; } @@ -153,7 +152,6 @@ { struct pci_dev *cdev; struct hotplug_params hpp; - int ret; if (!(dev->hdr_type == PCI_HEADER_TYPE_NORMAL || (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE && @@ -163,9 +161,7 @@ pcie_bus_configure_settings(dev->bus); memset(&hpp, 0, sizeof(hpp)); - ret = pci_get_hp_params(dev, &hpp); - if (ret) - dev_warn(&dev->dev, "no hotplug settings from platform\n"); + pci_get_hp_params(dev, &hpp); program_hpp_type2(dev, hpp.t2); program_hpp_type1(dev, hpp.t1); --- linux-lts-utopic-3.16.0.orig/drivers/pci/msi.c +++ linux-lts-utopic-3.16.0/drivers/pci/msi.c @@ -594,6 +594,20 @@ return ret; } +static int msi_verify_entries(struct pci_dev *dev) +{ + struct msi_desc *entry; + + list_for_each_entry(entry, &dev->msi_list, list) { + if (!dev->no_64bit_msi || !entry->msg.address_hi) + continue; + dev_err(&dev->dev, "Device has broken 64-bit MSI but arch" + " tried to assign one above 4G\n"); + return -EIO; + } + return 0; +} + /** * msi_capability_init - configure device's MSI capability structure * @dev: pointer to the pci_dev data structure of MSI device function @@ -647,6 +661,13 @@ return ret; } + ret = msi_verify_entries(dev); + if (ret) { + msi_mask_irq(entry, mask, ~mask); + free_msi_irqs(dev); + return ret; + } + ret = populate_msi_sysfs(dev); if (ret) { msi_mask_irq(entry, mask, ~mask); @@ -762,6 +783,11 @@ if (ret) goto out_avail; + /* Check if all MSI entries honor device restrictions */ + ret = msi_verify_entries(dev); + if (ret) + goto out_free; + /* * Some devices require MSI-X to be enabled before we can touch the * MSI-X registers. We need to mask all the vectors to prevent --- linux-lts-utopic-3.16.0.orig/drivers/pci/pci-driver.c +++ linux-lts-utopic-3.16.0/drivers/pci/pci-driver.c @@ -1382,7 +1382,7 @@ if (add_uevent_var(env, "PCI_SLOT_NAME=%s", pci_name(pdev))) return -ENOMEM; - if (add_uevent_var(env, "MODALIAS=pci:v%08Xd%08Xsv%08Xsd%08Xbc%02Xsc%02Xi%02x", + if (add_uevent_var(env, "MODALIAS=pci:v%08Xd%08Xsv%08Xsd%08Xbc%02Xsc%02Xi%02X", pdev->vendor, pdev->device, pdev->subsystem_vendor, pdev->subsystem_device, (u8)(pdev->class >> 16), (u8)(pdev->class >> 8), --- linux-lts-utopic-3.16.0.orig/drivers/pci/pci-label.c +++ linux-lts-utopic-3.16.0/drivers/pci/pci-label.c @@ -161,8 +161,8 @@ static void dsm_label_utf16s_to_utf8s(union acpi_object *obj, char *buf) { int len; - len = utf16s_to_utf8s((const wchar_t *)obj->string.pointer, - obj->string.length, + len = utf16s_to_utf8s((const wchar_t *)obj->buffer.pointer, + obj->buffer.length, UTF16_LITTLE_ENDIAN, buf, PAGE_SIZE); buf[len] = '\n'; @@ -187,16 +187,22 @@ tmp = obj->package.elements; if (obj->type == ACPI_TYPE_PACKAGE && obj->package.count == 2 && tmp[0].type == ACPI_TYPE_INTEGER && - tmp[1].type == ACPI_TYPE_STRING) { + (tmp[1].type == ACPI_TYPE_STRING || + tmp[1].type == ACPI_TYPE_BUFFER)) { /* * The second string element is optional even when * this _DSM is implemented; when not implemented, * this entry must return a null string. */ - if (attr == ACPI_ATTR_INDEX_SHOW) + if (attr == ACPI_ATTR_INDEX_SHOW) { scnprintf(buf, PAGE_SIZE, "%llu\n", tmp->integer.value); - else if (attr == ACPI_ATTR_LABEL_SHOW) - dsm_label_utf16s_to_utf8s(tmp + 1, buf); + } else if (attr == ACPI_ATTR_LABEL_SHOW) { + if (tmp[1].type == ACPI_TYPE_STRING) + scnprintf(buf, PAGE_SIZE, "%s\n", + tmp[1].string.pointer); + else if (tmp[1].type == ACPI_TYPE_BUFFER) + dsm_label_utf16s_to_utf8s(tmp + 1, buf); + } len = strlen(buf) > 0 ? strlen(buf) : -1; } --- linux-lts-utopic-3.16.0.orig/drivers/pci/pci-sysfs.c +++ linux-lts-utopic-3.16.0/drivers/pci/pci-sysfs.c @@ -177,7 +177,7 @@ { struct pci_dev *pci_dev = to_pci_dev(dev); - return sprintf(buf, "pci:v%08Xd%08Xsv%08Xsd%08Xbc%02Xsc%02Xi%02x\n", + return sprintf(buf, "pci:v%08Xd%08Xsv%08Xsd%08Xbc%02Xsc%02Xi%02X\n", pci_dev->vendor, pci_dev->device, pci_dev->subsystem_vendor, pci_dev->subsystem_device, (u8)(pci_dev->class >> 16), (u8)(pci_dev->class >> 8), @@ -185,7 +185,7 @@ } static DEVICE_ATTR_RO(modalias); -static ssize_t enabled_store(struct device *dev, struct device_attribute *attr, +static ssize_t enable_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) { struct pci_dev *pdev = to_pci_dev(dev); @@ -210,7 +210,7 @@ return result < 0 ? result : count; } -static ssize_t enabled_show(struct device *dev, struct device_attribute *attr, +static ssize_t enable_show(struct device *dev, struct device_attribute *attr, char *buf) { struct pci_dev *pdev; @@ -218,7 +218,7 @@ pdev = to_pci_dev(dev); return sprintf(buf, "%u\n", atomic_read(&pdev->enable_cnt)); } -static DEVICE_ATTR_RW(enabled); +static DEVICE_ATTR_RW(enable); #ifdef CONFIG_NUMA static ssize_t numa_node_show(struct device *dev, struct device_attribute *attr, @@ -516,7 +516,8 @@ struct pci_dev *pdev = to_pci_dev(dev); char *driver_override, *old = pdev->driver_override, *cp; - if (count > PATH_MAX) + /* We need to keep extra room for a newline */ + if (count >= (PAGE_SIZE - 1)) return -EINVAL; driver_override = kstrndup(buf, count, GFP_KERNEL); @@ -544,7 +545,7 @@ { struct pci_dev *pdev = to_pci_dev(dev); - return sprintf(buf, "%s\n", pdev->driver_override); + return snprintf(buf, PAGE_SIZE, "%s\n", pdev->driver_override); } static DEVICE_ATTR_RW(driver_override); @@ -564,7 +565,7 @@ #endif &dev_attr_dma_mask_bits.attr, &dev_attr_consistent_dma_mask_bits.attr, - &dev_attr_enabled.attr, + &dev_attr_enable.attr, &dev_attr_broken_parity_status.attr, &dev_attr_msi_bus.attr, #if defined(CONFIG_PM_RUNTIME) && defined(CONFIG_ACPI) --- linux-lts-utopic-3.16.0.orig/drivers/pci/pci.c +++ linux-lts-utopic-3.16.0/drivers/pci/pci.c @@ -839,12 +839,6 @@ if (!__pci_complete_power_transition(dev, state)) error = 0; - /* - * When aspm_policy is "powersave" this call ensures - * that ASPM is configured. - */ - if (!error && dev->bus->self) - pcie_aspm_powersave_config_link(dev->bus->self); return error; } @@ -1195,12 +1189,18 @@ static int do_pci_enable_device(struct pci_dev *dev, int bars) { int err; + struct pci_dev *bridge; u16 cmd; u8 pin; err = pci_set_power_state(dev, PCI_D0); if (err < 0 && err != -EIO) return err; + + bridge = pci_upstream_bridge(dev); + if (bridge) + pcie_aspm_powersave_config_link(bridge); + err = pcibios_enable_device(dev, bars); if (err < 0) return err; @@ -3241,7 +3241,8 @@ { struct pci_dev *pdev; - if (pci_is_root_bus(dev->bus) || dev->subordinate || !dev->bus->self) + if (pci_is_root_bus(dev->bus) || dev->subordinate || + !dev->bus->self || dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET) return -ENOTTY; list_for_each_entry(pdev, &dev->bus->devices, bus_list) @@ -3275,7 +3276,8 @@ { struct pci_dev *pdev; - if (dev->subordinate || !dev->slot) + if (dev->subordinate || !dev->slot || + dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET) return -ENOTTY; list_for_each_entry(pdev, &dev->bus->devices, bus_list) @@ -3527,6 +3529,20 @@ } EXPORT_SYMBOL_GPL(pci_try_reset_function); +/* Do any devices on or below this bus prevent a bus reset? */ +static bool pci_bus_resetable(struct pci_bus *bus) +{ + struct pci_dev *dev; + + list_for_each_entry(dev, &bus->devices, bus_list) { + if (dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET || + (dev->subordinate && !pci_bus_resetable(dev->subordinate))) + return false; + } + + return true; +} + /* Lock devices from the top of the tree down */ static void pci_bus_lock(struct pci_bus *bus) { @@ -3577,6 +3593,22 @@ return 0; } +/* Do any devices on or below this slot prevent a bus reset? */ +static bool pci_slot_resetable(struct pci_slot *slot) +{ + struct pci_dev *dev; + + list_for_each_entry(dev, &slot->bus->devices, bus_list) { + if (!dev->slot || dev->slot != slot) + continue; + if (dev->dev_flags & PCI_DEV_FLAGS_NO_BUS_RESET || + (dev->subordinate && !pci_bus_resetable(dev->subordinate))) + return false; + } + + return true; +} + /* Lock devices from the top of the tree down */ static void pci_slot_lock(struct pci_slot *slot) { @@ -3698,7 +3730,7 @@ { int rc; - if (!slot) + if (!slot || !pci_slot_resetable(slot)) return -ENOTTY; if (!probe) @@ -3790,7 +3822,7 @@ static int pci_bus_reset(struct pci_bus *bus, int probe) { - if (!bus->self) + if (!bus->self || !pci_bus_resetable(bus)) return -ENOTTY; if (probe) --- linux-lts-utopic-3.16.0.orig/drivers/pci/pci.h +++ linux-lts-utopic-3.16.0/drivers/pci/pci.h @@ -206,6 +206,7 @@ void __pci_bus_assign_resources(const struct pci_bus *bus, struct list_head *realloc_head, struct list_head *fail_head); +bool pci_bus_clip_resource(struct pci_dev *dev, int idx); /** * pci_ari_enabled - query ARI forwarding status --- linux-lts-utopic-3.16.0.orig/drivers/pci/pcie/aer/aerdrv.c +++ linux-lts-utopic-3.16.0/drivers/pci/pcie/aer/aerdrv.c @@ -262,7 +262,6 @@ rpc->rpd = dev; INIT_WORK(&rpc->dpc_handler, aer_isr); mutex_init(&rpc->rpc_mutex); - init_waitqueue_head(&rpc->wait_release); /* Use PCIe bus function to store rpc into PCIe device */ set_service_data(dev, rpc); @@ -285,8 +284,7 @@ if (rpc->isr) free_irq(dev->irq, dev); - wait_event(rpc->wait_release, rpc->prod_idx == rpc->cons_idx); - + flush_work(&rpc->dpc_handler); aer_disable_rootport(rpc); kfree(rpc); set_service_data(dev, NULL); --- linux-lts-utopic-3.16.0.orig/drivers/pci/pcie/aer/aerdrv.h +++ linux-lts-utopic-3.16.0/drivers/pci/pcie/aer/aerdrv.h @@ -72,7 +72,6 @@ * recovery on the same * root port hierarchy */ - wait_queue_head_t wait_release; }; struct aer_broadcast_data { --- linux-lts-utopic-3.16.0.orig/drivers/pci/pcie/aer/aerdrv_core.c +++ linux-lts-utopic-3.16.0/drivers/pci/pcie/aer/aerdrv_core.c @@ -784,8 +784,6 @@ while (get_e_source(rpc, &e_src)) aer_isr_one_error(p_device, &e_src); mutex_unlock(&rpc->rpc_mutex); - - wake_up(&rpc->wait_release); } /** --- linux-lts-utopic-3.16.0.orig/drivers/pci/pcie/aer/aerdrv_errprint.c +++ linux-lts-utopic-3.16.0/drivers/pci/pcie/aer/aerdrv_errprint.c @@ -127,16 +127,8 @@ static void __print_tlp_header(struct pci_dev *dev, struct aer_header_log_regs *t) { - unsigned char *tlp = (unsigned char *)&t; - - dev_err(&dev->dev, " TLP Header:" - " %02x%02x%02x%02x %02x%02x%02x%02x" - " %02x%02x%02x%02x %02x%02x%02x%02x\n", - *(tlp + 3), *(tlp + 2), *(tlp + 1), *tlp, - *(tlp + 7), *(tlp + 6), *(tlp + 5), *(tlp + 4), - *(tlp + 11), *(tlp + 10), *(tlp + 9), - *(tlp + 8), *(tlp + 15), *(tlp + 14), - *(tlp + 13), *(tlp + 12)); + dev_err(&dev->dev, " TLP Header: %08x %08x %08x %08x\n", + t->dw0, t->dw1, t->dw2, t->dw3); } static void __aer_print_error(struct pci_dev *dev, --- linux-lts-utopic-3.16.0.orig/drivers/pci/pcie/aspm.c +++ linux-lts-utopic-3.16.0/drivers/pci/pcie/aspm.c @@ -782,24 +782,6 @@ } EXPORT_SYMBOL(pci_disable_link_state); -void pcie_clear_aspm(struct pci_bus *bus) -{ - struct pci_dev *child; - - if (aspm_force) - return; - - /* - * Clear any ASPM setup that the firmware has carried out on this bus - */ - list_for_each_entry(child, &bus->devices, bus_list) { - __pci_disable_link_state(child, PCIE_LINK_STATE_L0S | - PCIE_LINK_STATE_L1 | - PCIE_LINK_STATE_CLKPM, - false, true); - } -} - static int pcie_aspm_set_policy(const char *val, struct kernel_param *kp) { int i; --- linux-lts-utopic-3.16.0.orig/drivers/pci/probe.c +++ linux-lts-utopic-3.16.0/drivers/pci/probe.c @@ -215,14 +215,17 @@ res->flags |= IORESOURCE_SIZEALIGN; if (res->flags & IORESOURCE_IO) { l &= PCI_BASE_ADDRESS_IO_MASK; + sz &= PCI_BASE_ADDRESS_IO_MASK; mask = PCI_BASE_ADDRESS_IO_MASK & (u32) IO_SPACE_LIMIT; } else { l &= PCI_BASE_ADDRESS_MEM_MASK; + sz &= PCI_BASE_ADDRESS_MEM_MASK; mask = (u32)PCI_BASE_ADDRESS_MEM_MASK; } } else { res->flags |= (l & IORESOURCE_ROM_ENABLE); l &= PCI_ROM_ADDRESS_MASK; + sz &= PCI_ROM_ADDRESS_MASK; mask = (u32)PCI_ROM_ADDRESS_MASK; } @@ -406,15 +409,16 @@ { struct pci_dev *dev = child->self; u16 mem_base_lo, mem_limit_lo; - unsigned long base, limit; + u64 base64, limit64; + dma_addr_t base, limit; struct pci_bus_region region; struct resource *res; res = child->resource[2]; pci_read_config_word(dev, PCI_PREF_MEMORY_BASE, &mem_base_lo); pci_read_config_word(dev, PCI_PREF_MEMORY_LIMIT, &mem_limit_lo); - base = ((unsigned long) mem_base_lo & PCI_PREF_RANGE_MASK) << 16; - limit = ((unsigned long) mem_limit_lo & PCI_PREF_RANGE_MASK) << 16; + base64 = (mem_base_lo & PCI_PREF_RANGE_MASK) << 16; + limit64 = (mem_limit_lo & PCI_PREF_RANGE_MASK) << 16; if ((mem_base_lo & PCI_PREF_RANGE_TYPE_MASK) == PCI_PREF_RANGE_TYPE_64) { u32 mem_base_hi, mem_limit_hi; @@ -428,17 +432,20 @@ * this, just assume they are not being used. */ if (mem_base_hi <= mem_limit_hi) { -#if BITS_PER_LONG == 64 - base |= ((unsigned long) mem_base_hi) << 32; - limit |= ((unsigned long) mem_limit_hi) << 32; -#else - if (mem_base_hi || mem_limit_hi) { - dev_err(&dev->dev, "can't handle 64-bit address space for bridge\n"); - return; - } -#endif + base64 |= (u64) mem_base_hi << 32; + limit64 |= (u64) mem_limit_hi << 32; } } + + base = (dma_addr_t) base64; + limit = (dma_addr_t) limit64; + + if (base != base64) { + dev_err(&dev->dev, "can't handle bridge window above 4GB (bus address %#010llx)\n", + (unsigned long long) base64); + return; + } + if (base <= limit) { res->flags = (mem_base_lo & PCI_PREF_RANGE_TYPE_MASK) | IORESOURCE_MEM | IORESOURCE_PREFETCH; @@ -775,7 +782,7 @@ /* Check if setup is sensible at all */ if (!pass && (primary != bus->number || secondary <= bus->number || - secondary > subordinate || subordinate > bus->busn_res.end)) { + secondary > subordinate)) { dev_info(&dev->dev, "bridge configuration invalid ([bus %02x-%02x]), reconfiguring\n", secondary, subordinate); broken = 1; @@ -838,23 +845,18 @@ goto out; } - if (max >= bus->busn_res.end) { - dev_warn(&dev->dev, "can't allocate child bus %02x from %pR\n", - max, &bus->busn_res); - goto out; - } - /* Clear errors */ pci_write_config_word(dev, PCI_STATUS, 0xffff); - /* The bus will already exist if we are rescanning */ + /* Prevent assigning a bus number that already exists. + * This can happen when a bridge is hot-plugged, so in + * this case we only re-scan this bus. */ child = pci_find_bus(pci_domain_nr(bus), max+1); if (!child) { child = pci_add_new_bus(bus, dev, max+1); if (!child) goto out; - pci_bus_insert_busn_res(child, max+1, - bus->busn_res.end); + pci_bus_insert_busn_res(child, max+1, 0xff); } max++; buses = (buses & 0xff000000) @@ -913,11 +915,6 @@ /* * Set the subordinate bus number to its real value. */ - if (max > bus->busn_res.end) { - dev_warn(&dev->dev, "max busn %02x is outside %pR\n", - max, &bus->busn_res); - max = bus->busn_res.end; - } pci_bus_update_busn_res_end(child, max); pci_write_config_byte(dev, PCI_SUBORDINATE_BUS, max); } --- linux-lts-utopic-3.16.0.orig/drivers/pci/quirks.c +++ linux-lts-utopic-3.16.0/drivers/pci/quirks.c @@ -24,6 +24,7 @@ #include #include #include +#include #include /* isa_dma_bridge_buggy */ #include "pci.h" @@ -40,6 +41,21 @@ DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_BRIDGE_HOST, 8, quirk_mmio_always_on); +/* The BAR0 ~ BAR4 of Marvell 9125 device can't be accessed +* by IO resource file, and need to skip the files +*/ +static void quirk_marvell_mask_bar(struct pci_dev *dev) +{ + int i; + + for (i = 0; i < 5; i++) + if (dev->resource[i].start) + dev->resource[i].start = + dev->resource[i].end = 0; +} +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9125, + quirk_marvell_mask_bar); + /* The Mellanox Tavor device gives false positive parity errors * Mark this device with a broken_parity_status, to allow * PCI scanning code to "skip" this now blacklisted device. @@ -287,6 +303,25 @@ } DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CITRINE, quirk_citrine); +/* On IBM Crocodile ipr SAS adapters, expand BAR to system page size */ +static void quirk_extend_bar_to_page(struct pci_dev *dev) +{ + int i; + + for (i = 0; i < PCI_STD_RESOURCE_END; i++) { + struct resource *r = &dev->resource[i]; + + if (r->flags & IORESOURCE_MEM && resource_size(r) < PAGE_SIZE) { + r->end = PAGE_SIZE - 1; + r->start = 0; + r->flags |= IORESOURCE_UNSET; + dev_info(&dev->dev, "expanded BAR %d to page size: %pR\n", + i, r); + } + } +} +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_IBM, 0x034a, quirk_extend_bar_to_page); + /* * S3 868 and 968 chips report region size equal to 32M, but they decode 64M. * If it's needed, re-allocate the region. @@ -304,18 +339,52 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_S3, PCI_DEVICE_ID_S3_868, quirk_s3_64M); DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_S3, PCI_DEVICE_ID_S3_968, quirk_s3_64M); +static void quirk_io(struct pci_dev *dev, int pos, unsigned size, + const char *name) +{ + u32 region; + struct pci_bus_region bus_region; + struct resource *res = dev->resource + pos; + + pci_read_config_dword(dev, PCI_BASE_ADDRESS_0 + (pos << 2), ®ion); + + if (!region) + return; + + res->name = pci_name(dev); + res->flags = region & ~PCI_BASE_ADDRESS_IO_MASK; + res->flags |= + (IORESOURCE_IO | IORESOURCE_PCI_FIXED | IORESOURCE_SIZEALIGN); + region &= ~(size - 1); + + /* Convert from PCI bus to resource space */ + bus_region.start = region; + bus_region.end = region + size - 1; + pcibios_bus_to_resource(dev->bus, res, &bus_region); + + dev_info(&dev->dev, FW_BUG "%s quirk: reg 0x%x: %pR\n", + name, PCI_BASE_ADDRESS_0 + (pos << 2), res); +} + /* * Some CS5536 BIOSes (for example, the Soekris NET5501 board w/ comBIOS * ver. 1.33 20070103) don't set the correct ISA PCI region header info. * BAR0 should be 8 bytes; instead, it may be set to something like 8k * (which conflicts w/ BAR1's memory range). + * + * CS553x's ISA PCI BARs may also be read-only (ref: + * https://bugzilla.kernel.org/show_bug.cgi?id=85991 - Comment #4 forward). */ static void quirk_cs5536_vsa(struct pci_dev *dev) { + static char *name = "CS5536 ISA bridge"; + if (pci_resource_len(dev, 0) != 8) { - struct resource *res = &dev->resource[0]; - res->end = res->start + 8 - 1; - dev_info(&dev->dev, "CS5536 ISA bridge bug detected (incorrect header); workaround applied\n"); + quirk_io(dev, 0, 8, name); /* SMB */ + quirk_io(dev, 1, 256, name); /* GPIO */ + quirk_io(dev, 2, 64, name); /* MFGPT */ + dev_info(&dev->dev, "%s bug detected (incorrect header); workaround applied\n", + name); } } DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_ISA, quirk_cs5536_vsa); @@ -1829,6 +1898,31 @@ DECLARE_PCI_FIXUP_CLASS_HEADER(PCI_VENDOR_ID_NETMOS, PCI_ANY_ID, PCI_CLASS_COMMUNICATION_SERIAL, 8, quirk_netmos); +/* + * Quirk non-zero PCI functions to route VPD access through function 0 for + * devices that share VPD resources between functions. The functions are + * expected to be identical devices. + */ +static void quirk_f0_vpd_link(struct pci_dev *dev) +{ + struct pci_dev *f0; + + if (!PCI_FUNC(dev->devfn)) + return; + + f0 = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn), 0)); + if (!f0) + return; + + if (f0->vpd && dev->class == f0->class && + dev->vendor == f0->vendor && dev->device == f0->device) + dev->dev_flags |= PCI_DEV_FLAGS_VPD_REF_F0; + + pci_dev_put(f0); +} +DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_INTEL, PCI_ANY_ID, + PCI_CLASS_NETWORK_ETHERNET, 8, quirk_f0_vpd_link); + static void quirk_e100_interrupt(struct pci_dev *dev) { u16 command, pmcsr; @@ -2764,12 +2858,15 @@ static void fixup_ti816x_class(struct pci_dev *dev) { + u32 class = dev->class; + /* TI 816x devices do not have class code set when in PCIe boot mode */ - dev_info(&dev->dev, "Setting PCI class for 816x PCIe device\n"); - dev->class = PCI_CLASS_MULTIMEDIA_VIDEO; + dev->class = PCI_CLASS_MULTIMEDIA_VIDEO << 8; + dev_info(&dev->dev, "PCI class overridden (%#08x -> %#08x)\n", + class, dev->class); } DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_TI, 0xb800, - PCI_CLASS_NOT_DEFINED, 0, fixup_ti816x_class); + PCI_CLASS_NOT_DEFINED, 0, fixup_ti816x_class); /* Some PCIe devices do not work reliably with the claimed maximum * payload size supported. @@ -2986,6 +3083,20 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_REALTEK, 0x8169, quirk_broken_intx_masking); +static void quirk_no_bus_reset(struct pci_dev *dev) +{ + dev->dev_flags |= PCI_DEV_FLAGS_NO_BUS_RESET; +} + +/* + * Atheros AR93xx chips do not behave after a bus reset. The device will + * throw a Link Down error on AER-capable systems and regardless of AER, + * config space of the device is never accessible again and typically + * causes the system to hang or reset when access is attempted. + * http://www.spinics.net/lists/linux-pci/msg34797.html + */ +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x0030, quirk_no_bus_reset); + static void pci_do_fixups(struct pci_dev *dev, struct pci_fixup *f, struct pci_fixup *end) { --- linux-lts-utopic-3.16.0.orig/drivers/pci/rom.c +++ linux-lts-utopic-3.16.0/drivers/pci/rom.c @@ -71,6 +71,7 @@ { void __iomem *image; int last_image; + unsigned length; image = rom; do { @@ -93,9 +94,9 @@ if (readb(pds + 3) != 'R') break; last_image = readb(pds + 21) & 0x80; - /* this length is reliable */ - image += readw(pds + 16) * 512; - } while (!last_image); + length = readw(pds + 16); + image += length * 512; + } while (length && !last_image); /* never return a size larger than the PCI resource window */ /* there are known ROMs that get the size wrong */ --- linux-lts-utopic-3.16.0.orig/drivers/pci/setup-bus.c +++ linux-lts-utopic-3.16.0/drivers/pci/setup-bus.c @@ -530,9 +530,8 @@ config space writes, so it's quite possible that an I/O window of the bridge will have some undesirable address (e.g. 0) after the first write. Ditto 64-bit prefetchable MMIO. */ -static void pci_setup_bridge_io(struct pci_bus *bus) +static void pci_setup_bridge_io(struct pci_dev *bridge) { - struct pci_dev *bridge = bus->self; struct resource *res; struct pci_bus_region region; unsigned long io_mask; @@ -545,7 +544,7 @@ io_mask = PCI_IO_1K_RANGE_MASK; /* Set up the top and bottom of the PCI I/O segment for this bus. */ - res = bus->resource[0]; + res = &bridge->resource[PCI_BRIDGE_RESOURCES + 0]; pcibios_resource_to_bus(bridge->bus, ®ion, res); if (res->flags & IORESOURCE_IO) { pci_read_config_word(bridge, PCI_IO_BASE, &l); @@ -568,15 +567,14 @@ pci_write_config_dword(bridge, PCI_IO_BASE_UPPER16, io_upper16); } -static void pci_setup_bridge_mmio(struct pci_bus *bus) +static void pci_setup_bridge_mmio(struct pci_dev *bridge) { - struct pci_dev *bridge = bus->self; struct resource *res; struct pci_bus_region region; u32 l; /* Set up the top and bottom of the PCI Memory segment for this bus. */ - res = bus->resource[1]; + res = &bridge->resource[PCI_BRIDGE_RESOURCES + 1]; pcibios_resource_to_bus(bridge->bus, ®ion, res); if (res->flags & IORESOURCE_MEM) { l = (region.start >> 16) & 0xfff0; @@ -588,9 +586,8 @@ pci_write_config_dword(bridge, PCI_MEMORY_BASE, l); } -static void pci_setup_bridge_mmio_pref(struct pci_bus *bus) +static void pci_setup_bridge_mmio_pref(struct pci_dev *bridge) { - struct pci_dev *bridge = bus->self; struct resource *res; struct pci_bus_region region; u32 l, bu, lu; @@ -602,7 +599,7 @@ /* Set up PREF base/limit. */ bu = lu = 0; - res = bus->resource[2]; + res = &bridge->resource[PCI_BRIDGE_RESOURCES + 2]; pcibios_resource_to_bus(bridge->bus, ®ion, res); if (res->flags & IORESOURCE_PREFETCH) { l = (region.start >> 16) & 0xfff0; @@ -630,13 +627,13 @@ &bus->busn_res); if (type & IORESOURCE_IO) - pci_setup_bridge_io(bus); + pci_setup_bridge_io(bridge); if (type & IORESOURCE_MEM) - pci_setup_bridge_mmio(bus); + pci_setup_bridge_mmio(bridge); if (type & IORESOURCE_PREFETCH) - pci_setup_bridge_mmio_pref(bus); + pci_setup_bridge_mmio_pref(bridge); pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, bus->bridge_ctl); } @@ -649,6 +646,41 @@ __pci_setup_bridge(bus, type); } + +int pci_claim_bridge_resource(struct pci_dev *bridge, int i) +{ + if (i < PCI_BRIDGE_RESOURCES || i > PCI_BRIDGE_RESOURCE_END) + return 0; + + if (pci_claim_resource(bridge, i) == 0) + return 0; /* claimed the window */ + + if ((bridge->class >> 8) != PCI_CLASS_BRIDGE_PCI) + return 0; + + if (!pci_bus_clip_resource(bridge, i)) + return -EINVAL; /* clipping didn't change anything */ + + switch (i - PCI_BRIDGE_RESOURCES) { + case 0: + pci_setup_bridge_io(bridge); + break; + case 1: + pci_setup_bridge_mmio(bridge); + break; + case 2: + pci_setup_bridge_mmio_pref(bridge); + break; + default: + return -EINVAL; + } + + if (pci_claim_resource(bridge, i) == 0) + return 0; /* claimed a smaller window */ + + return -EINVAL; +} + /* Check whether the bridge supports optional I/O and prefetchable memory ranges. If not, the respective base/limit registers must be read-only and read as 0. */ @@ -925,7 +957,7 @@ { struct pci_dev *dev; resource_size_t min_align, align, size, size0, size1; - resource_size_t aligns[14]; /* Alignments from 1Mb to 8Gb */ + resource_size_t aligns[18]; /* Alignments from 1Mb to 128Gb */ int order, max_order; struct resource *b_res = find_free_bus_resource(bus, mask | IORESOURCE_PREFETCH, type); @@ -1652,7 +1684,7 @@ struct pci_dev_resource *fail_res; int retval; unsigned long type_mask = IORESOURCE_IO | IORESOURCE_MEM | - IORESOURCE_PREFETCH; + IORESOURCE_PREFETCH | IORESOURCE_MEM_64; again: __pci_bus_size_bridges(parent, &add_list); --- linux-lts-utopic-3.16.0.orig/drivers/pci/setup-res.c +++ linux-lts-utopic-3.16.0/drivers/pci/setup-res.c @@ -320,9 +320,11 @@ resource_size_t min_align) { struct resource *res = dev->resource + resno; + unsigned long flags; resource_size_t new_size; int ret; + flags = res->flags; res->flags |= IORESOURCE_UNSET; if (!res->parent) { dev_info(&dev->dev, "BAR %d: can't reassign an unassigned resource %pR\n", @@ -339,7 +341,12 @@ dev_info(&dev->dev, "BAR %d: reassigned %pR\n", resno, res); if (resno < PCI_BRIDGE_RESOURCES) pci_update_resource(dev, resno); + } else { + res->flags = flags; + dev_info(&dev->dev, "BAR %d: %pR (failed to expand by %#llx)\n", + resno, res, (unsigned long long) addsize); } + return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/pci/xen-pcifront.c +++ linux-lts-utopic-3.16.0/drivers/pci/xen-pcifront.c @@ -52,7 +52,7 @@ }; struct pcifront_sd { - int domain; + struct pci_sysdata sd; struct pcifront_device *pdev; }; @@ -66,7 +66,9 @@ unsigned int domain, unsigned int bus, struct pcifront_device *pdev) { - sd->domain = domain; + /* Because we do not expose that information via XenBus. */ + sd->sd.node = first_online_node; + sd->sd.domain = domain; sd->pdev = pdev; } @@ -464,8 +466,8 @@ dev_info(&pdev->xdev->dev, "Creating PCI Frontend Bus %04x:%02x\n", domain, bus); - bus_entry = kmalloc(sizeof(*bus_entry), GFP_KERNEL); - sd = kmalloc(sizeof(*sd), GFP_KERNEL); + bus_entry = kzalloc(sizeof(*bus_entry), GFP_KERNEL); + sd = kzalloc(sizeof(*sd), GFP_KERNEL); if (!bus_entry || !sd) { err = -ENOMEM; goto err_out; --- linux-lts-utopic-3.16.0.orig/drivers/pcmcia/topic.h +++ linux-lts-utopic-3.16.0/drivers/pcmcia/topic.h @@ -104,6 +104,9 @@ #define TOPIC_EXCA_IF_CONTROL 0x3e /* 8 bit */ #define TOPIC_EXCA_IFC_33V_ENA 0x01 +#define TOPIC_PCI_CFG_PPBCN 0x3e /* 16-bit */ +#define TOPIC_PCI_CFG_PPBCN_WBEN 0x0400 + static void topic97_zoom_video(struct pcmcia_socket *sock, int onoff) { struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); @@ -138,6 +141,7 @@ static int topic95_override(struct yenta_socket *socket) { u8 fctrl; + u16 ppbcn; /* enable 3.3V support for 16bit cards */ fctrl = exca_readb(socket, TOPIC_EXCA_IF_CONTROL); @@ -146,6 +150,18 @@ /* tell yenta to use exca registers to power 16bit cards */ socket->flags |= YENTA_16BIT_POWER_EXCA | YENTA_16BIT_POWER_DF; + /* Disable write buffers to prevent lockups under load with numerous + Cardbus cards, observed on Tecra 500CDT and reported elsewhere on the + net. This is not a power-on default according to the datasheet + but some BIOSes seem to set it. */ + if (pci_read_config_word(socket->dev, TOPIC_PCI_CFG_PPBCN, &ppbcn) == 0 + && socket->dev->revision <= 7 + && (ppbcn & TOPIC_PCI_CFG_PPBCN_WBEN)) { + ppbcn &= ~TOPIC_PCI_CFG_PPBCN_WBEN; + pci_write_config_word(socket->dev, TOPIC_PCI_CFG_PPBCN, ppbcn); + dev_info(&socket->dev->dev, "Disabled ToPIC95 Cardbus write buffers.\n"); + } + return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/phy/phy-core.c +++ linux-lts-utopic-3.16.0/drivers/phy/phy-core.c @@ -50,7 +50,9 @@ static int devm_phy_match(struct device *dev, void *res, void *match_data) { - return res == match_data; + struct phy **phy = res; + + return *phy == match_data; } static struct phy *phy_lookup(struct device *device, const char *port) --- linux-lts-utopic-3.16.0.orig/drivers/phy/phy-omap-usb2.c +++ linux-lts-utopic-3.16.0/drivers/phy/phy-omap-usb2.c @@ -262,14 +262,16 @@ otg->phy = &phy->phy; platform_set_drvdata(pdev, phy); + pm_runtime_enable(phy->dev); generic_phy = devm_phy_create(phy->dev, &ops, NULL); - if (IS_ERR(generic_phy)) + if (IS_ERR(generic_phy)) { + pm_runtime_disable(phy->dev); return PTR_ERR(generic_phy); + } phy_set_drvdata(generic_phy, phy); - pm_runtime_enable(phy->dev); phy_provider = devm_of_phy_provider_register(phy->dev, of_phy_simple_xlate); if (IS_ERR(phy_provider)) { --- linux-lts-utopic-3.16.0.orig/drivers/phy/phy-twl4030-usb.c +++ linux-lts-utopic-3.16.0/drivers/phy/phy-twl4030-usb.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include @@ -422,37 +423,55 @@ } } -static int twl4030_phy_power_off(struct phy *phy) +static int twl4030_usb_runtime_suspend(struct device *dev) { - struct twl4030_usb *twl = phy_get_drvdata(phy); + struct twl4030_usb *twl = dev_get_drvdata(dev); + dev_dbg(twl->dev, "%s\n", __func__); if (twl->asleep) return 0; twl4030_phy_power(twl, 0); twl->asleep = 1; - dev_dbg(twl->dev, "%s\n", __func__); + return 0; } -static void __twl4030_phy_power_on(struct twl4030_usb *twl) +static int twl4030_usb_runtime_resume(struct device *dev) { + struct twl4030_usb *twl = dev_get_drvdata(dev); + + dev_dbg(twl->dev, "%s\n", __func__); + if (!twl->asleep) + return 0; + twl4030_phy_power(twl, 1); - twl4030_i2c_access(twl, 1); - twl4030_usb_set_mode(twl, twl->usb_mode); - if (twl->usb_mode == T2_USB_MODE_ULPI) - twl4030_i2c_access(twl, 0); + twl->asleep = 0; + + return 0; +} + +static int twl4030_phy_power_off(struct phy *phy) +{ + struct twl4030_usb *twl = phy_get_drvdata(phy); + + dev_dbg(twl->dev, "%s\n", __func__); + pm_runtime_mark_last_busy(twl->dev); + pm_runtime_put_autosuspend(twl->dev); + + return 0; } static int twl4030_phy_power_on(struct phy *phy) { struct twl4030_usb *twl = phy_get_drvdata(phy); - if (!twl->asleep) - return 0; - __twl4030_phy_power_on(twl); - twl->asleep = 0; dev_dbg(twl->dev, "%s\n", __func__); + pm_runtime_get_sync(twl->dev); + twl4030_i2c_access(twl, 1); + twl4030_usb_set_mode(twl, twl->usb_mode); + if (twl->usb_mode == T2_USB_MODE_ULPI) + twl4030_i2c_access(twl, 0); /* * XXX When VBUS gets driven after musb goes to A mode, @@ -558,9 +577,27 @@ * USB_LINK_VBUS state. musb_hdrc won't care until it * starts to handle softconnect right. */ + if ((status == OMAP_MUSB_VBUS_VALID) || + (status == OMAP_MUSB_ID_GROUND)) { + if (twl->asleep) + pm_runtime_get_sync(twl->dev); + } else { + if (!twl->asleep) { + pm_runtime_mark_last_busy(twl->dev); + pm_runtime_put_autosuspend(twl->dev); + } + } omap_musb_mailbox(status); } - sysfs_notify(&twl->dev->kobj, NULL, "vbus"); + + /* don't schedule during sleep - irq works right then */ + if (status == OMAP_MUSB_ID_GROUND && !twl->asleep) { + cancel_delayed_work(&twl->id_workaround_work); + schedule_delayed_work(&twl->id_workaround_work, HZ); + } + + if (irq) + sysfs_notify(&twl->dev->kobj, NULL, "vbus"); return IRQ_HANDLED; } @@ -569,29 +606,8 @@ { struct twl4030_usb *twl = container_of(work, struct twl4030_usb, id_workaround_work.work); - enum omap_musb_vbus_id_status status; - bool status_changed = false; - - status = twl4030_usb_linkstat(twl); - - spin_lock_irq(&twl->lock); - if (status >= 0 && status != twl->linkstat) { - twl->linkstat = status; - status_changed = true; - } - spin_unlock_irq(&twl->lock); - - if (status_changed) { - dev_dbg(twl->dev, "handle missing status change to %d\n", - status); - omap_musb_mailbox(status); - } - /* don't schedule during sleep - irq works right then */ - if (status == OMAP_MUSB_ID_GROUND && !twl->asleep) { - cancel_delayed_work(&twl->id_workaround_work); - schedule_delayed_work(&twl->id_workaround_work, HZ); - } + twl4030_usb_irq(0, twl); } static int twl4030_phy_init(struct phy *phy) @@ -599,22 +615,17 @@ struct twl4030_usb *twl = phy_get_drvdata(phy); enum omap_musb_vbus_id_status status; - /* - * Start in sleep state, we'll get called through set_suspend() - * callback when musb is runtime resumed and it's time to start. - */ - __twl4030_phy_power(twl, 0); - twl->asleep = 1; - + pm_runtime_get_sync(twl->dev); status = twl4030_usb_linkstat(twl); twl->linkstat = status; - if (status == OMAP_MUSB_ID_GROUND || status == OMAP_MUSB_VBUS_VALID) { + if (status == OMAP_MUSB_ID_GROUND || status == OMAP_MUSB_VBUS_VALID) omap_musb_mailbox(twl->linkstat); - twl4030_phy_power_on(phy); - } sysfs_notify(&twl->dev->kobj, NULL, "vbus"); + pm_runtime_mark_last_busy(twl->dev); + pm_runtime_put_autosuspend(twl->dev); + return 0; } @@ -650,6 +661,11 @@ .owner = THIS_MODULE, }; +static const struct dev_pm_ops twl4030_usb_pm_ops = { + SET_RUNTIME_PM_OPS(twl4030_usb_runtime_suspend, + twl4030_usb_runtime_resume, NULL) +}; + static int twl4030_usb_probe(struct platform_device *pdev) { struct twl4030_usb_data *pdata = dev_get_platdata(&pdev->dev); @@ -726,6 +742,10 @@ ATOMIC_INIT_NOTIFIER_HEAD(&twl->phy.notifier); + pm_runtime_use_autosuspend(&pdev->dev); + pm_runtime_set_autosuspend_delay(&pdev->dev, 2000); + pm_runtime_enable(&pdev->dev); + /* Our job is to use irqs and status from the power module * to keep the transceiver disabled when nothing's connected. * @@ -744,6 +764,9 @@ return status; } + pm_runtime_mark_last_busy(&pdev->dev); + pm_runtime_put_autosuspend(twl->dev); + dev_info(&pdev->dev, "Initialized TWL4030 USB module\n"); return 0; } @@ -753,6 +776,8 @@ struct twl4030_usb *twl = platform_get_drvdata(pdev); int val; + usb_remove_phy(&twl->phy); + pm_runtime_get_sync(twl->dev); cancel_delayed_work(&twl->id_workaround_work); device_remove_file(twl->dev, &dev_attr_vbus); @@ -772,9 +797,8 @@ /* disable complete OTG block */ twl4030_usb_clear_bits(twl, POWER_CTRL, POWER_CTRL_OTG_ENAB); - - if (!twl->asleep) - twl4030_phy_power(twl, 0); + pm_runtime_mark_last_busy(twl->dev); + pm_runtime_put(twl->dev); return 0; } @@ -792,6 +816,7 @@ .remove = twl4030_usb_remove, .driver = { .name = "twl4030_usb", + .pm = &twl4030_usb_pm_ops, .owner = THIS_MODULE, .of_match_table = of_match_ptr(twl4030_usb_id_table), }, --- linux-lts-utopic-3.16.0.orig/drivers/pinctrl/core.c +++ linux-lts-utopic-3.16.0/drivers/pinctrl/core.c @@ -1124,7 +1124,7 @@ EXPORT_SYMBOL_GPL(devm_pinctrl_put); int pinctrl_register_map(struct pinctrl_map const *maps, unsigned num_maps, - bool dup, bool locked) + bool dup) { int i, ret; struct pinctrl_maps *maps_node; @@ -1192,11 +1192,9 @@ maps_node->maps = maps; } - if (!locked) - mutex_lock(&pinctrl_maps_mutex); + mutex_lock(&pinctrl_maps_mutex); list_add_tail(&maps_node->node, &pinctrl_maps); - if (!locked) - mutex_unlock(&pinctrl_maps_mutex); + mutex_unlock(&pinctrl_maps_mutex); return 0; } @@ -1211,7 +1209,7 @@ int pinctrl_register_mappings(struct pinctrl_map const *maps, unsigned num_maps) { - return pinctrl_register_map(maps, num_maps, true, false); + return pinctrl_register_map(maps, num_maps, true); } void pinctrl_unregister_map(struct pinctrl_map const *map) @@ -1815,14 +1813,15 @@ if (pctldev == NULL) return; - mutex_lock(&pinctrldev_list_mutex); mutex_lock(&pctldev->mutex); - pinctrl_remove_device_debugfs(pctldev); + mutex_unlock(&pctldev->mutex); if (!IS_ERR(pctldev->p)) pinctrl_put(pctldev->p); + mutex_lock(&pinctrldev_list_mutex); + mutex_lock(&pctldev->mutex); /* TODO: check that no pinmuxes are still active? */ list_del(&pctldev->node); /* Destroy descriptor tree */ --- linux-lts-utopic-3.16.0.orig/drivers/pinctrl/core.h +++ linux-lts-utopic-3.16.0/drivers/pinctrl/core.h @@ -183,7 +183,7 @@ } int pinctrl_register_map(struct pinctrl_map const *maps, unsigned num_maps, - bool dup, bool locked); + bool dup); void pinctrl_unregister_map(struct pinctrl_map const *map); extern int pinctrl_force_sleep(struct pinctrl_dev *pctldev); --- linux-lts-utopic-3.16.0.orig/drivers/pinctrl/devicetree.c +++ linux-lts-utopic-3.16.0/drivers/pinctrl/devicetree.c @@ -92,7 +92,7 @@ dt_map->num_maps = num_maps; list_add_tail(&dt_map->node, &p->dt_maps); - return pinctrl_register_map(map, num_maps, false, true); + return pinctrl_register_map(map, num_maps, false); } struct pinctrl_dev *of_pinctrl_get(struct device_node *np) --- linux-lts-utopic-3.16.0.orig/drivers/pinctrl/mvebu/pinctrl-armada-370.c +++ linux-lts-utopic-3.16.0/drivers/pinctrl/mvebu/pinctrl-armada-370.c @@ -370,11 +370,11 @@ MPP_MODE(64, MPP_FUNCTION(0x0, "gpio", NULL), MPP_FUNCTION(0x1, "spi0", "miso"), - MPP_FUNCTION(0x2, "spi0-1", "cs1")), + MPP_FUNCTION(0x2, "spi0", "cs1")), MPP_MODE(65, MPP_FUNCTION(0x0, "gpio", NULL), MPP_FUNCTION(0x1, "spi0", "mosi"), - MPP_FUNCTION(0x2, "spi0-1", "cs2")), + MPP_FUNCTION(0x2, "spi0", "cs2")), }; static struct mvebu_pinctrl_soc_info armada_370_pinctrl_info; --- linux-lts-utopic-3.16.0.orig/drivers/pinctrl/mvebu/pinctrl-armada-375.c +++ linux-lts-utopic-3.16.0/drivers/pinctrl/mvebu/pinctrl-armada-375.c @@ -92,19 +92,17 @@ MPP_FUNCTION(0x5, "nand", "io1")), MPP_MODE(8, MPP_FUNCTION(0x0, "gpio", NULL), - MPP_FUNCTION(0x1, "dev ", "bootcs"), + MPP_FUNCTION(0x1, "dev", "bootcs"), MPP_FUNCTION(0x2, "spi0", "cs0"), MPP_FUNCTION(0x3, "spi1", "cs0"), MPP_FUNCTION(0x5, "nand", "ce")), MPP_MODE(9, MPP_FUNCTION(0x0, "gpio", NULL), - MPP_FUNCTION(0x1, "nf", "wen"), MPP_FUNCTION(0x2, "spi0", "sck"), MPP_FUNCTION(0x3, "spi1", "sck"), MPP_FUNCTION(0x5, "nand", "we")), MPP_MODE(10, MPP_FUNCTION(0x0, "gpio", NULL), - MPP_FUNCTION(0x1, "nf", "ren"), MPP_FUNCTION(0x2, "dram", "vttctrl"), MPP_FUNCTION(0x3, "led", "c1"), MPP_FUNCTION(0x5, "nand", "re"), --- linux-lts-utopic-3.16.0.orig/drivers/pinctrl/mvebu/pinctrl-armada-38x.c +++ linux-lts-utopic-3.16.0/drivers/pinctrl/mvebu/pinctrl-armada-38x.c @@ -94,37 +94,39 @@ MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "ge0", "rxd0", V_88F6810_PLUS), MPP_VAR_FUNCTION(2, "pcie0", "rstout", V_88F6810_PLUS), - MPP_VAR_FUNCTION(3, "pcie1", "rstout", V_88F6820_PLUS), MPP_VAR_FUNCTION(4, "spi0", "cs1", V_88F6810_PLUS), - MPP_VAR_FUNCTION(5, "dev", "ad14", V_88F6810_PLUS)), + MPP_VAR_FUNCTION(5, "dev", "ad14", V_88F6810_PLUS), + MPP_VAR_FUNCTION(6, "pcie3", "clkreq", V_88F6810_PLUS)), MPP_MODE(13, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "ge0", "rxd1", V_88F6810_PLUS), MPP_VAR_FUNCTION(2, "pcie0", "clkreq", V_88F6810_PLUS), MPP_VAR_FUNCTION(3, "pcie1", "clkreq", V_88F6820_PLUS), MPP_VAR_FUNCTION(4, "spi0", "cs2", V_88F6810_PLUS), - MPP_VAR_FUNCTION(5, "dev", "ad15", V_88F6810_PLUS)), + MPP_VAR_FUNCTION(5, "dev", "ad15", V_88F6810_PLUS), + MPP_VAR_FUNCTION(6, "pcie2", "clkreq", V_88F6810_PLUS)), MPP_MODE(14, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "ge0", "rxd2", V_88F6810_PLUS), MPP_VAR_FUNCTION(2, "ptp", "clk", V_88F6810_PLUS), MPP_VAR_FUNCTION(3, "m", "vtt_ctrl", V_88F6810_PLUS), MPP_VAR_FUNCTION(4, "spi0", "cs3", V_88F6810_PLUS), - MPP_VAR_FUNCTION(5, "dev", "wen1", V_88F6810_PLUS)), + MPP_VAR_FUNCTION(5, "dev", "wen1", V_88F6810_PLUS), + MPP_VAR_FUNCTION(6, "pcie3", "clkreq", V_88F6810_PLUS)), MPP_MODE(15, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "ge0", "rxd3", V_88F6810_PLUS), MPP_VAR_FUNCTION(2, "ge", "mdc slave", V_88F6810_PLUS), MPP_VAR_FUNCTION(3, "pcie0", "rstout", V_88F6810_PLUS), - MPP_VAR_FUNCTION(4, "spi0", "mosi", V_88F6810_PLUS), - MPP_VAR_FUNCTION(5, "pcie1", "rstout", V_88F6820_PLUS)), + MPP_VAR_FUNCTION(4, "spi0", "mosi", V_88F6810_PLUS)), MPP_MODE(16, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "ge0", "rxctl", V_88F6810_PLUS), MPP_VAR_FUNCTION(2, "ge", "mdio slave", V_88F6810_PLUS), MPP_VAR_FUNCTION(3, "m", "decc_err", V_88F6810_PLUS), MPP_VAR_FUNCTION(4, "spi0", "miso", V_88F6810_PLUS), - MPP_VAR_FUNCTION(5, "pcie0", "clkreq", V_88F6810_PLUS)), + MPP_VAR_FUNCTION(5, "pcie0", "clkreq", V_88F6810_PLUS), + MPP_VAR_FUNCTION(6, "pcie1", "clkreq", V_88F6820_PLUS)), MPP_MODE(17, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "ge0", "rxclk", V_88F6810_PLUS), @@ -137,20 +139,18 @@ MPP_VAR_FUNCTION(1, "ge0", "rxerr", V_88F6810_PLUS), MPP_VAR_FUNCTION(2, "ptp", "trig_gen", V_88F6810_PLUS), MPP_VAR_FUNCTION(3, "ua1", "txd", V_88F6810_PLUS), - MPP_VAR_FUNCTION(4, "spi0", "cs0", V_88F6810_PLUS), - MPP_VAR_FUNCTION(5, "pcie1", "rstout", V_88F6820_PLUS)), + MPP_VAR_FUNCTION(4, "spi0", "cs0", V_88F6810_PLUS)), MPP_MODE(19, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "ge0", "col", V_88F6810_PLUS), MPP_VAR_FUNCTION(2, "ptp", "event_req", V_88F6810_PLUS), - MPP_VAR_FUNCTION(3, "pcie0", "clkreq", V_88F6810_PLUS), + MPP_VAR_FUNCTION(3, "ge0", "txerr", V_88F6810_PLUS), MPP_VAR_FUNCTION(4, "sata1", "prsnt", V_88F6810_PLUS), MPP_VAR_FUNCTION(5, "ua0", "cts", V_88F6810_PLUS)), MPP_MODE(20, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "ge0", "txclk", V_88F6810_PLUS), MPP_VAR_FUNCTION(2, "ptp", "clk", V_88F6810_PLUS), - MPP_VAR_FUNCTION(3, "pcie1", "rstout", V_88F6820_PLUS), MPP_VAR_FUNCTION(4, "sata0", "prsnt", V_88F6810_PLUS), MPP_VAR_FUNCTION(5, "ua0", "rts", V_88F6810_PLUS)), MPP_MODE(21, @@ -275,35 +275,27 @@ MPP_VAR_FUNCTION(1, "pcie0", "clkreq", V_88F6810_PLUS), MPP_VAR_FUNCTION(2, "m", "vtt_ctrl", V_88F6810_PLUS), MPP_VAR_FUNCTION(3, "m", "decc_err", V_88F6810_PLUS), - MPP_VAR_FUNCTION(4, "pcie0", "rstout", V_88F6810_PLUS), + MPP_VAR_FUNCTION(4, "spi1", "cs2", V_88F6810_PLUS), MPP_VAR_FUNCTION(5, "dev", "clkout", V_88F6810_PLUS)), MPP_MODE(44, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "sata0", "prsnt", V_88F6810_PLUS), MPP_VAR_FUNCTION(2, "sata1", "prsnt", V_88F6810_PLUS), MPP_VAR_FUNCTION(3, "sata2", "prsnt", V_88F6828), - MPP_VAR_FUNCTION(4, "sata3", "prsnt", V_88F6828), - MPP_VAR_FUNCTION(5, "pcie0", "rstout", V_88F6810_PLUS)), + MPP_VAR_FUNCTION(4, "sata3", "prsnt", V_88F6828)), MPP_MODE(45, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "ref", "clk_out0", V_88F6810_PLUS), - MPP_VAR_FUNCTION(2, "pcie0", "rstout", V_88F6810_PLUS), - MPP_VAR_FUNCTION(3, "pcie1", "rstout", V_88F6820_PLUS), - MPP_VAR_FUNCTION(4, "pcie2", "rstout", V_88F6810_PLUS), - MPP_VAR_FUNCTION(5, "pcie3", "rstout", V_88F6810_PLUS)), + MPP_VAR_FUNCTION(2, "pcie0", "rstout", V_88F6810_PLUS)), MPP_MODE(46, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "ref", "clk_out1", V_88F6810_PLUS), - MPP_VAR_FUNCTION(2, "pcie0", "rstout", V_88F6810_PLUS), - MPP_VAR_FUNCTION(3, "pcie1", "rstout", V_88F6820_PLUS), - MPP_VAR_FUNCTION(4, "pcie2", "rstout", V_88F6810_PLUS), - MPP_VAR_FUNCTION(5, "pcie3", "rstout", V_88F6810_PLUS)), + MPP_VAR_FUNCTION(2, "pcie0", "rstout", V_88F6810_PLUS)), MPP_MODE(47, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "sata0", "prsnt", V_88F6810_PLUS), MPP_VAR_FUNCTION(2, "sata1", "prsnt", V_88F6810_PLUS), MPP_VAR_FUNCTION(3, "sata2", "prsnt", V_88F6828), - MPP_VAR_FUNCTION(4, "spi1", "cs2", V_88F6810_PLUS), MPP_VAR_FUNCTION(5, "sata3", "prsnt", V_88F6828)), MPP_MODE(48, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), @@ -311,18 +303,19 @@ MPP_VAR_FUNCTION(2, "m", "vtt_ctrl", V_88F6810_PLUS), MPP_VAR_FUNCTION(3, "tdm2c", "pclk", V_88F6810_PLUS), MPP_VAR_FUNCTION(4, "audio", "mclk", V_88F6810_PLUS), - MPP_VAR_FUNCTION(5, "sd0", "d4", V_88F6810_PLUS)), + MPP_VAR_FUNCTION(5, "sd0", "d4", V_88F6810_PLUS), + MPP_VAR_FUNCTION(6, "pcie0", "clkreq", V_88F6810_PLUS)), MPP_MODE(49, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "sata2", "prsnt", V_88F6828), MPP_VAR_FUNCTION(2, "sata3", "prsnt", V_88F6828), MPP_VAR_FUNCTION(3, "tdm2c", "fsync", V_88F6810_PLUS), MPP_VAR_FUNCTION(4, "audio", "lrclk", V_88F6810_PLUS), - MPP_VAR_FUNCTION(5, "sd0", "d5", V_88F6810_PLUS)), + MPP_VAR_FUNCTION(5, "sd0", "d5", V_88F6810_PLUS), + MPP_VAR_FUNCTION(6, "pcie1", "clkreq", V_88F6820_PLUS)), MPP_MODE(50, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "pcie0", "rstout", V_88F6810_PLUS), - MPP_VAR_FUNCTION(2, "pcie1", "rstout", V_88F6820_PLUS), MPP_VAR_FUNCTION(3, "tdm2c", "drx", V_88F6810_PLUS), MPP_VAR_FUNCTION(4, "audio", "extclk", V_88F6810_PLUS), MPP_VAR_FUNCTION(5, "sd0", "cmd", V_88F6810_PLUS)), @@ -334,7 +327,6 @@ MPP_MODE(52, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "pcie0", "rstout", V_88F6810_PLUS), - MPP_VAR_FUNCTION(2, "pcie1", "rstout", V_88F6820_PLUS), MPP_VAR_FUNCTION(3, "tdm2c", "intn", V_88F6810_PLUS), MPP_VAR_FUNCTION(4, "audio", "sdi", V_88F6810_PLUS), MPP_VAR_FUNCTION(5, "sd0", "d6", V_88F6810_PLUS)), @@ -350,7 +342,7 @@ MPP_VAR_FUNCTION(1, "sata0", "prsnt", V_88F6810_PLUS), MPP_VAR_FUNCTION(2, "sata1", "prsnt", V_88F6810_PLUS), MPP_VAR_FUNCTION(3, "pcie0", "rstout", V_88F6810_PLUS), - MPP_VAR_FUNCTION(4, "pcie1", "rstout", V_88F6820_PLUS), + MPP_VAR_FUNCTION(4, "ge0", "txerr", V_88F6810_PLUS), MPP_VAR_FUNCTION(5, "sd0", "d3", V_88F6810_PLUS)), MPP_MODE(55, MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), @@ -380,7 +372,6 @@ MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "pcie0", "rstout", V_88F6810_PLUS), MPP_VAR_FUNCTION(2, "i2c1", "sda", V_88F6810_PLUS), - MPP_VAR_FUNCTION(3, "pcie1", "rstout", V_88F6820_PLUS), MPP_VAR_FUNCTION(4, "spi1", "cs0", V_88F6810_PLUS), MPP_VAR_FUNCTION(5, "sd0", "d2", V_88F6810_PLUS)), }; @@ -409,7 +400,7 @@ static struct pinctrl_gpio_range armada_38x_mpp_gpio_ranges[] = { MPP_GPIO_RANGE(0, 0, 0, 32), - MPP_GPIO_RANGE(1, 32, 32, 27), + MPP_GPIO_RANGE(1, 32, 32, 28), }; static int armada_38x_pinctrl_probe(struct platform_device *pdev) --- linux-lts-utopic-3.16.0.orig/drivers/pinctrl/mvebu/pinctrl-armada-xp.c +++ linux-lts-utopic-3.16.0/drivers/pinctrl/mvebu/pinctrl-armada-xp.c @@ -14,10 +14,7 @@ * available: mv78230, mv78260 and mv78460. From a pin muxing * perspective, the mv78230 has 49 MPP pins. The mv78260 and mv78460 * both have 67 MPP pins (more GPIOs and address lines for the memory - * bus mainly). The only difference between the mv78260 and the - * mv78460 in terms of pin muxing is the addition of two functions on - * pins 43 and 56 to access the VDD of the CPU2 and 3 (mv78260 has two - * cores, mv78460 has four cores). + * bus mainly). */ #include @@ -171,20 +168,17 @@ MPP_MODE(24, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78230_PLUS), MPP_VAR_FUNCTION(0x1, "sata1", "prsnt", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x2, "nf", "bootcs-re", V_MV78230_PLUS), MPP_VAR_FUNCTION(0x3, "tdm", "rst", V_MV78230_PLUS), MPP_VAR_FUNCTION(0x4, "lcd", "hsync", V_MV78230_PLUS)), MPP_MODE(25, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78230_PLUS), MPP_VAR_FUNCTION(0x1, "sata0", "prsnt", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x2, "nf", "bootcs-we", V_MV78230_PLUS), MPP_VAR_FUNCTION(0x3, "tdm", "pclk", V_MV78230_PLUS), MPP_VAR_FUNCTION(0x4, "lcd", "vsync", V_MV78230_PLUS)), MPP_MODE(26, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78230_PLUS), MPP_VAR_FUNCTION(0x3, "tdm", "fsync", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x4, "lcd", "clk", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x5, "vdd", "cpu1-pd", V_MV78230_PLUS)), + MPP_VAR_FUNCTION(0x4, "lcd", "clk", V_MV78230_PLUS)), MPP_MODE(27, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78230_PLUS), MPP_VAR_FUNCTION(0x1, "ptp", "trig", V_MV78230_PLUS), @@ -199,8 +193,7 @@ MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78230_PLUS), MPP_VAR_FUNCTION(0x1, "ptp", "clk", V_MV78230_PLUS), MPP_VAR_FUNCTION(0x3, "tdm", "int0", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x4, "lcd", "ref-clk", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x5, "vdd", "cpu0-pd", V_MV78230_PLUS)), + MPP_VAR_FUNCTION(0x4, "lcd", "ref-clk", V_MV78230_PLUS)), MPP_MODE(30, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78230_PLUS), MPP_VAR_FUNCTION(0x1, "sd0", "clk", V_MV78230_PLUS), @@ -208,13 +201,11 @@ MPP_MODE(31, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78230_PLUS), MPP_VAR_FUNCTION(0x1, "sd0", "cmd", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x3, "tdm", "int2", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x5, "vdd", "cpu0-pd", V_MV78230_PLUS)), + MPP_VAR_FUNCTION(0x3, "tdm", "int2", V_MV78230_PLUS)), MPP_MODE(32, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78230_PLUS), MPP_VAR_FUNCTION(0x1, "sd0", "d0", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x3, "tdm", "int3", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x5, "vdd", "cpu1-pd", V_MV78230_PLUS)), + MPP_VAR_FUNCTION(0x3, "tdm", "int3", V_MV78230_PLUS)), MPP_MODE(33, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78230_PLUS), MPP_VAR_FUNCTION(0x1, "sd0", "d1", V_MV78230_PLUS), @@ -246,7 +237,6 @@ MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78230_PLUS), MPP_VAR_FUNCTION(0x1, "spi", "cs1", V_MV78230_PLUS), MPP_VAR_FUNCTION(0x2, "uart2", "cts", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x3, "vdd", "cpu1-pd", V_MV78230_PLUS), MPP_VAR_FUNCTION(0x4, "lcd", "vga-hsync", V_MV78230_PLUS), MPP_VAR_FUNCTION(0x5, "pcie", "clkreq0", V_MV78230_PLUS)), MPP_MODE(41, @@ -261,15 +251,13 @@ MPP_VAR_FUNCTION(0x1, "uart2", "rxd", V_MV78230_PLUS), MPP_VAR_FUNCTION(0x2, "uart0", "cts", V_MV78230_PLUS), MPP_VAR_FUNCTION(0x3, "tdm", "int7", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x4, "tdm-1", "timer", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x5, "vdd", "cpu0-pd", V_MV78230_PLUS)), + MPP_VAR_FUNCTION(0x4, "tdm-1", "timer", V_MV78230_PLUS)), MPP_MODE(43, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78230_PLUS), MPP_VAR_FUNCTION(0x1, "uart2", "txd", V_MV78230_PLUS), MPP_VAR_FUNCTION(0x2, "uart0", "rts", V_MV78230_PLUS), MPP_VAR_FUNCTION(0x3, "spi", "cs3", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x4, "pcie", "rstout", V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x5, "vdd", "cpu2-3-pd", V_MV78460)), + MPP_VAR_FUNCTION(0x4, "pcie", "rstout", V_MV78230_PLUS)), MPP_MODE(44, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78230_PLUS), MPP_VAR_FUNCTION(0x1, "uart2", "cts", V_MV78230_PLUS), @@ -298,7 +286,7 @@ MPP_VAR_FUNCTION(0x5, "pcie", "clkreq3", V_MV78230_PLUS)), MPP_MODE(48, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78230_PLUS), - MPP_VAR_FUNCTION(0x1, "tclk", NULL, V_MV78230_PLUS), + MPP_VAR_FUNCTION(0x1, "dev", "clkout", V_MV78230_PLUS), MPP_VAR_FUNCTION(0x2, "dev", "burst/last", V_MV78230_PLUS)), MPP_MODE(49, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78260_PLUS), @@ -320,16 +308,13 @@ MPP_VAR_FUNCTION(0x1, "dev", "ad19", V_MV78260_PLUS)), MPP_MODE(55, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78260_PLUS), - MPP_VAR_FUNCTION(0x1, "dev", "ad20", V_MV78260_PLUS), - MPP_VAR_FUNCTION(0x2, "vdd", "cpu0-pd", V_MV78260_PLUS)), + MPP_VAR_FUNCTION(0x1, "dev", "ad20", V_MV78260_PLUS)), MPP_MODE(56, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78260_PLUS), - MPP_VAR_FUNCTION(0x1, "dev", "ad21", V_MV78260_PLUS), - MPP_VAR_FUNCTION(0x2, "vdd", "cpu1-pd", V_MV78260_PLUS)), + MPP_VAR_FUNCTION(0x1, "dev", "ad21", V_MV78260_PLUS)), MPP_MODE(57, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78260_PLUS), - MPP_VAR_FUNCTION(0x1, "dev", "ad22", V_MV78260_PLUS), - MPP_VAR_FUNCTION(0x2, "vdd", "cpu2-3-pd", V_MV78460)), + MPP_VAR_FUNCTION(0x1, "dev", "ad22", V_MV78260_PLUS)), MPP_MODE(58, MPP_VAR_FUNCTION(0x0, "gpio", NULL, V_MV78260_PLUS), MPP_VAR_FUNCTION(0x1, "dev", "ad23", V_MV78260_PLUS)), --- linux-lts-utopic-3.16.0.orig/drivers/pinctrl/pinctrl-baytrail.c +++ linux-lts-utopic-3.16.0/drivers/pinctrl/pinctrl-baytrail.c @@ -310,7 +310,7 @@ spin_lock_irqsave(&vg->lock, flags); reg_val = readl(reg) | BYT_DIR_MASK; - reg_val &= ~BYT_OUTPUT_EN; + reg_val &= ~(BYT_OUTPUT_EN | BYT_INPUT_EN); if (value) writel(reg_val | BYT_LEVEL, reg); --- linux-lts-utopic-3.16.0.orig/drivers/pinctrl/pinctrl-bcm2835.c +++ linux-lts-utopic-3.16.0/drivers/pinctrl/pinctrl-bcm2835.c @@ -352,12 +352,6 @@ return bcm2835_gpio_get_bit(pc, GPLEV0, offset); } -static int bcm2835_gpio_direction_output(struct gpio_chip *chip, - unsigned offset, int value) -{ - return pinctrl_gpio_direction_output(chip->base + offset); -} - static void bcm2835_gpio_set(struct gpio_chip *chip, unsigned offset, int value) { struct bcm2835_pinctrl *pc = dev_get_drvdata(chip->dev); @@ -365,6 +359,13 @@ bcm2835_gpio_set_bit(pc, value ? GPSET0 : GPCLR0, offset); } +static int bcm2835_gpio_direction_output(struct gpio_chip *chip, + unsigned offset, int value) +{ + bcm2835_gpio_set(chip, offset, value); + return pinctrl_gpio_direction_output(chip->base + offset); +} + static int bcm2835_gpio_to_irq(struct gpio_chip *chip, unsigned offset) { struct bcm2835_pinctrl *pc = dev_get_drvdata(chip->dev); @@ -794,7 +795,7 @@ return 0; out: - kfree(maps); + bcm2835_pctl_dt_free_map(pctldev, maps, num_pins * maps_per_pin); return err; } --- linux-lts-utopic-3.16.0.orig/drivers/pinctrl/pinctrl-imx.c +++ linux-lts-utopic-3.16.0/drivers/pinctrl/pinctrl-imx.c @@ -365,7 +365,7 @@ const struct imx_pin_reg *pin_reg = &info->pin_regs[pin_id]; unsigned long config; - if (!pin_reg || !pin_reg->conf_reg) { + if (!pin_reg || pin_reg->conf_reg == -1) { seq_printf(s, "N/A"); return; } --- linux-lts-utopic-3.16.0.orig/drivers/pinctrl/pinctrl-xway.c +++ linux-lts-utopic-3.16.0/drivers/pinctrl/pinctrl-xway.c @@ -798,7 +798,6 @@ /* load the gpio chip */ xway_chip.dev = &pdev->dev; - of_gpiochip_add(&xway_chip); ret = gpiochip_add(&xway_chip); if (ret) { dev_err(&pdev->dev, "Failed to register gpio chip\n"); @@ -822,6 +821,7 @@ /* register with the generic lantiq layer */ ret = ltq_pinctrl_register(pdev, &xway_info); if (ret) { + gpiochip_remove(&xway_chip); dev_err(&pdev->dev, "Failed to register pinctrl driver\n"); return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/platform/chrome/chromeos_laptop.c +++ linux-lts-utopic-3.16.0/drivers/platform/chrome/chromeos_laptop.c @@ -45,6 +45,8 @@ "SMBus I801 adapter", "i915 gmbus vga", "i915 gmbus panel", + "i2c-designware-pci", + "i2c-designware-pci", }; /* Keep this enum consistent with i2c_adapter_names */ @@ -52,6 +54,8 @@ I2C_ADAPTER_SMBUS = 0, I2C_ADAPTER_VGADDC, I2C_ADAPTER_PANEL, + I2C_ADAPTER_DESIGNWARE_0, + I2C_ADAPTER_DESIGNWARE_1, }; struct i2c_peripheral { @@ -172,29 +176,42 @@ return client; } +struct i2c_lookup { + const char *name; + int instance; + int n; +}; + static int __find_i2c_adap(struct device *dev, void *data) { - const char *name = data; + struct i2c_lookup *lookup = data; static const char *prefix = "i2c-"; struct i2c_adapter *adapter; if (strncmp(dev_name(dev), prefix, strlen(prefix)) != 0) return 0; adapter = to_i2c_adapter(dev); - return (strncmp(adapter->name, name, strlen(name)) == 0); + if (strncmp(adapter->name, lookup->name, strlen(lookup->name)) == 0 && + lookup->n++ == lookup->instance) + return 1; + return 0; } static int find_i2c_adapter_num(enum i2c_adapter_type type) { struct device *dev = NULL; struct i2c_adapter *adapter; - const char *name = i2c_adapter_names[type]; + struct i2c_lookup lookup; + + memset(&lookup, 0, sizeof(lookup)); + lookup.name = i2c_adapter_names[type]; + lookup.instance = (type == I2C_ADAPTER_DESIGNWARE_1) ? 1 : 0; + /* find the adapter by name */ - dev = bus_find_device(&i2c_bus_type, NULL, (void *)name, - __find_i2c_adap); + dev = bus_find_device(&i2c_bus_type, NULL, &lookup, __find_i2c_adap); if (!dev) { /* Adapters may appear later. Deferred probing will retry */ pr_notice("%s: i2c adapter %s not found on system.\n", __func__, - name); + lookup.name); return -ENODEV; } adapter = to_i2c_adapter(dev); @@ -363,6 +380,27 @@ }, }; +static struct chromeos_laptop hp_chromebook_14 = { + .i2c_peripherals = { + /* Touchpad. */ + { .add = setup_cyapa_tp, I2C_ADAPTER_DESIGNWARE_0 }, + }, +}; + +static struct chromeos_laptop dell_chromebook_11 = { + .i2c_peripherals = { + /* Touchpad. */ + { .add = setup_cyapa_tp, I2C_ADAPTER_DESIGNWARE_0 }, + }, +}; + +static struct chromeos_laptop toshiba_cb35 = { + .i2c_peripherals = { + /* Touchpad. */ + { .add = setup_cyapa_tp, I2C_ADAPTER_DESIGNWARE_0 }, + }, +}; + static struct chromeos_laptop acer_c7_chromebook = { .i2c_peripherals = { /* Touchpad. */ @@ -377,6 +415,17 @@ }, }; +static struct chromeos_laptop acer_c720 = { + .i2c_peripherals = { + /* Touchscreen. */ + { .add = setup_atmel_1664s_ts, I2C_ADAPTER_DESIGNWARE_1 }, + /* Touchpad. */ + { .add = setup_cyapa_tp, I2C_ADAPTER_DESIGNWARE_0 }, + /* Light Sensor. */ + { .add = setup_isl29018_als, I2C_ADAPTER_DESIGNWARE_1 }, + }, +}; + static struct chromeos_laptop hp_pavilion_14_chromebook = { .i2c_peripherals = { /* Touchpad. */ @@ -420,6 +469,30 @@ _CBDD(chromebook_pixel), }, { + .ident = "Wolf", + .matches = { + DMI_MATCH(DMI_BIOS_VENDOR, "coreboot"), + DMI_MATCH(DMI_PRODUCT_NAME, "Wolf"), + }, + _CBDD(dell_chromebook_11), + }, + { + .ident = "HP Chromebook 14", + .matches = { + DMI_MATCH(DMI_BIOS_VENDOR, "coreboot"), + DMI_MATCH(DMI_PRODUCT_NAME, "Falco"), + }, + _CBDD(hp_chromebook_14), + }, + { + .ident = "Toshiba CB35", + .matches = { + DMI_MATCH(DMI_BIOS_VENDOR, "coreboot"), + DMI_MATCH(DMI_PRODUCT_NAME, "Leon"), + }, + _CBDD(toshiba_cb35), + }, + { .ident = "Acer C7 Chromebook", .matches = { DMI_MATCH(DMI_PRODUCT_NAME, "Parrot"), @@ -434,6 +507,13 @@ _CBDD(acer_ac700), }, { + .ident = "Acer C720", + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "Peppy"), + }, + _CBDD(acer_c720), + }, + { .ident = "HP Pavilion 14 Chromebook", .matches = { DMI_MATCH(DMI_PRODUCT_NAME, "Butterfly"), --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/Kconfig +++ linux-lts-utopic-3.16.0/drivers/platform/x86/Kconfig @@ -137,6 +137,22 @@ To compile this driver as a module, choose M here: the module will be called dell-smo8800. +config DELL_RBTN + tristate "Dell Airplane Mode Switch driver" + depends on ACPI + depends on INPUT + depends on RFKILL + ---help--- + Say Y here if you want to support Dell Airplane Mode Switch ACPI + device on Dell laptops. Sometimes it has names: DELLABCE or DELRBTN. + This driver register rfkill device or input hotkey device depending + on hardware type (hw switch slider or keyboard toggle button). For + rfkill devices it receive HW switch events and set correct hard + rfkill state. + + To compile this driver as a module, choose M here: the module will + be called dell-rbtn. + config FUJITSU_LAPTOP tristate "Fujitsu Laptop Extras" --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/Makefile +++ linux-lts-utopic-3.16.0/drivers/platform/x86/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_DELL_WMI) += dell-wmi.o obj-$(CONFIG_DELL_WMI_AIO) += dell-wmi-aio.o obj-$(CONFIG_DELL_SMO8800) += dell-smo8800.o +obj-$(CONFIG_DELL_RBTN) += dell-rbtn.o obj-$(CONFIG_ACER_WMI) += acer-wmi.o obj-$(CONFIG_ACERHDF) += acerhdf.o obj-$(CONFIG_HP_ACCEL) += hp_accel.o --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/acer-wmi.c +++ linux-lts-utopic-3.16.0/drivers/platform/x86/acer-wmi.c @@ -578,6 +578,17 @@ DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5741"), }, }, + { + /* + * Note no video_set_backlight_video_vendor, we must use the + * acer interface, as there is no native backlight interface. + */ + .ident = "Acer KAV80", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Acer"), + DMI_MATCH(DMI_PRODUCT_NAME, "KAV80"), + }, + }, {} }; --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/apple-gmux.c +++ linux-lts-utopic-3.16.0/drivers/platform/x86/apple-gmux.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include @@ -31,6 +32,7 @@ bool indexed; struct mutex index_lock; + struct pci_dev *pdev; struct backlight_device *bdev; /* switcheroo data */ @@ -415,6 +417,23 @@ return 0; } +static struct pci_dev *gmux_get_io_pdev(void) +{ + struct pci_dev *pdev = NULL; + + while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_VGA << 8, pdev))) { + u16 cmd; + + pci_read_config_word(pdev, PCI_COMMAND, &cmd); + if (!(cmd & PCI_COMMAND_IO)) + continue; + + return pdev; + } + + return NULL; +} + static int gmux_probe(struct pnp_dev *pnp, const struct pnp_device_id *id) { struct apple_gmux_data *gmux_data; @@ -425,6 +444,7 @@ int ret = -ENXIO; acpi_status status; unsigned long long gpe; + struct pci_dev *pdev = NULL; if (apple_gmux_data) return -EBUSY; @@ -475,7 +495,7 @@ ver_minor = (version >> 16) & 0xff; ver_release = (version >> 8) & 0xff; } else { - pr_info("gmux device not present\n"); + pr_info("gmux device not present or IO disabled\n"); ret = -ENODEV; goto err_release; } @@ -483,6 +503,23 @@ pr_info("Found gmux version %d.%d.%d [%s]\n", ver_major, ver_minor, ver_release, (gmux_data->indexed ? "indexed" : "classic")); + /* + * Apple systems with gmux are EFI based and normally don't use + * VGA. In addition changing IO+MEM ownership between IGP and dGPU + * disables IO/MEM used for backlight control on some systems. + * Lock IO+MEM to GPU with active IO to prevent switch. + */ + pdev = gmux_get_io_pdev(); + if (pdev && vga_tryget(pdev, + VGA_RSRC_NORMAL_IO | VGA_RSRC_NORMAL_MEM)) { + pr_err("IO+MEM vgaarb-locking for PCI:%s failed\n", + pci_name(pdev)); + ret = -EBUSY; + goto err_release; + } else if (pdev) + pr_info("locked IO for PCI:%s\n", pci_name(pdev)); + gmux_data->pdev = pdev; + memset(&props, 0, sizeof(props)); props.type = BACKLIGHT_PLATFORM; props.max_brightness = gmux_read32(gmux_data, GMUX_PORT_MAX_BRIGHTNESS); @@ -574,6 +611,10 @@ err_notify: backlight_device_unregister(bdev); err_release: + if (gmux_data->pdev) + vga_put(gmux_data->pdev, + VGA_RSRC_NORMAL_IO | VGA_RSRC_NORMAL_MEM); + pci_dev_put(pdev); release_region(gmux_data->iostart, gmux_data->iolen); err_free: kfree(gmux_data); @@ -593,6 +634,11 @@ &gmux_notify_handler); } + if (gmux_data->pdev) { + vga_put(gmux_data->pdev, + VGA_RSRC_NORMAL_IO | VGA_RSRC_NORMAL_MEM); + pci_dev_put(gmux_data->pdev); + } backlight_device_unregister(gmux_data->bdev); release_region(gmux_data->iostart, gmux_data->iolen); --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/asus-nb-wmi.c +++ linux-lts-utopic-3.16.0/drivers/platform/x86/asus-nb-wmi.c @@ -70,10 +70,14 @@ .no_display_toggle = true, }; -static struct quirk_entry quirk_asus_x401u = { +static struct quirk_entry quirk_asus_wapf4 = { .wapf = 4, }; +static struct quirk_entry quirk_asus_x200ca = { + .wapf = 2, +}; + static int dmi_matched(const struct dmi_system_id *dmi) { quirks = dmi->driver_data; @@ -83,6 +87,20 @@ static struct dmi_system_id asus_quirks[] = { { .callback = dmi_matched, + .ident = "ASUSTeK COMPUTER INC. U32U", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "U32U"), + }, + /* + * Note this machine has a Brazos APU, and most Brazos Asus + * machines need quirk_asus_x55u / wmi_backlight_power but + * here acpi-video seems to work fine for backlight control. + */ + .driver_data = &quirk_asus_wapf4, + }, + { + .callback = dmi_matched, .ident = "ASUSTeK COMPUTER INC. X401U", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), @@ -97,7 +115,7 @@ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "X401A"), }, - .driver_data = &quirk_asus_x401u, + .driver_data = &quirk_asus_wapf4, }, { .callback = dmi_matched, @@ -106,7 +124,7 @@ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "X401A1"), }, - .driver_data = &quirk_asus_x401u, + .driver_data = &quirk_asus_wapf4, }, { .callback = dmi_matched, @@ -124,7 +142,7 @@ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "X501A"), }, - .driver_data = &quirk_asus_x401u, + .driver_data = &quirk_asus_wapf4, }, { .callback = dmi_matched, @@ -133,7 +151,7 @@ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "X501A1"), }, - .driver_data = &quirk_asus_x401u, + .driver_data = &quirk_asus_wapf4, }, { .callback = dmi_matched, @@ -142,7 +160,43 @@ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "X550CA"), }, - .driver_data = &quirk_asus_x401u, + .driver_data = &quirk_asus_wapf4, + }, + { + .callback = dmi_matched, + .ident = "ASUSTeK COMPUTER INC. X550CC", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "X550CC"), + }, + .driver_data = &quirk_asus_wapf4, + }, + { + .callback = dmi_matched, + .ident = "ASUSTeK COMPUTER INC. X550CL", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "X550CL"), + }, + .driver_data = &quirk_asus_wapf4, + }, + { + .callback = dmi_matched, + .ident = "ASUSTeK COMPUTER INC. X550VB", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "X550VB"), + }, + .driver_data = &quirk_asus_wapf4, + }, + { + .callback = dmi_matched, + .ident = "ASUSTeK COMPUTER INC. X551CA", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "X551CA"), + }, + .driver_data = &quirk_asus_wapf4, }, { .callback = dmi_matched, @@ -151,7 +205,7 @@ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "X55A"), }, - .driver_data = &quirk_asus_x401u, + .driver_data = &quirk_asus_wapf4, }, { .callback = dmi_matched, @@ -160,7 +214,7 @@ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "X55C"), }, - .driver_data = &quirk_asus_x401u, + .driver_data = &quirk_asus_wapf4, }, { .callback = dmi_matched, @@ -178,7 +232,7 @@ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "X55VD"), }, - .driver_data = &quirk_asus_x401u, + .driver_data = &quirk_asus_wapf4, }, { .callback = dmi_matched, @@ -187,7 +241,16 @@ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "X75A"), }, - .driver_data = &quirk_asus_x401u, + .driver_data = &quirk_asus_wapf4, + }, + { + .callback = dmi_matched, + .ident = "ASUSTeK COMPUTER INC. X75VBP", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "X75VBP"), + }, + .driver_data = &quirk_asus_wapf4, }, { .callback = dmi_matched, @@ -196,7 +259,7 @@ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "1015E"), }, - .driver_data = &quirk_asus_x401u, + .driver_data = &quirk_asus_wapf4, }, { .callback = dmi_matched, @@ -205,7 +268,16 @@ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "1015U"), }, - .driver_data = &quirk_asus_x401u, + .driver_data = &quirk_asus_wapf4, + }, + { + .callback = dmi_matched, + .ident = "ASUSTeK COMPUTER INC. X200CA", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "X200CA"), + }, + .driver_data = &quirk_asus_x200ca, }, {}, }; --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/compal-laptop.c +++ linux-lts-utopic-3.16.0/drivers/platform/x86/compal-laptop.c @@ -1027,9 +1027,9 @@ if (err) return err; - hwmon_dev = hwmon_device_register_with_groups(&pdev->dev, - DRIVER_NAME, data, - compal_hwmon_groups); + hwmon_dev = devm_hwmon_device_register_with_groups(&pdev->dev, + "compal", data, + compal_hwmon_groups); if (IS_ERR(hwmon_dev)) { err = PTR_ERR(hwmon_dev); goto remove; @@ -1037,7 +1037,9 @@ /* Power supply */ initialize_power_supply_data(data); - power_supply_register(&compal_device->dev, &data->psy); + err = power_supply_register(&compal_device->dev, &data->psy); + if (err < 0) + goto remove; platform_set_drvdata(pdev, data); --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/dell-laptop.c +++ linux-lts-utopic-3.16.0/drivers/platform/x86/dell-laptop.c @@ -30,6 +30,7 @@ #include #include #include "../../firmware/dcdbas.h" +#include "dell-rbtn.h" #define BRIGHTNESS_TOKEN 0x7d @@ -272,7 +273,6 @@ }; static struct calling_interface_buffer *buffer; -static struct page *bufferpage; static DEFINE_MUTEX(buffer_mutex); static int hwswitch_state; @@ -583,6 +583,20 @@ return false; } +static int (*dell_rbtn_notifier_register_func)(struct notifier_block *); +static int (*dell_rbtn_notifier_unregister_func)(struct notifier_block *); + +static int dell_laptop_rbtn_notifier_call(struct notifier_block *nb, + unsigned long action, void *data) +{ + schedule_delayed_work(&dell_rfkill_work, 0); + return NOTIFY_OK; +} + +static struct notifier_block dell_laptop_rbtn_notifier = { + .notifier_call = dell_laptop_rbtn_notifier_call, +}; + static int __init dell_setup_rfkill(void) { int status, ret, whitelisted; @@ -659,10 +673,62 @@ goto err_wwan; } - ret = i8042_install_filter(dell_laptop_i8042_filter); - if (ret) { - pr_warn("Unable to install key filter\n"); + /* + * Dell Airplane Mode Switch driver (dell-rbtn) supports ACPI devices + * which can receive events from HW slider switch. + * + * Dell SMBIOS on whitelisted models supports controlling radio devices + * but does not support receiving HW button switch events. We can use + * i8042 filter hook function to receive keyboard data and handle + * keycode for HW button. + * + * So if it is possible we will use Dell Airplane Mode Switch ACPI + * driver for receiving HW events and Dell SMBIOS for setting rfkill + * states. If ACPI driver or device is not available we will fallback to + * i8042 filter hook function. + * + * To prevent duplicate rfkill devices which control and do same thing, + * dell-rbtn driver will automatically remove its own rfkill devices + * once function dell_rbtn_notifier_register() is called. + */ + + dell_rbtn_notifier_register_func = + symbol_request(dell_rbtn_notifier_register); + if (dell_rbtn_notifier_register_func) { + dell_rbtn_notifier_unregister_func = + symbol_request(dell_rbtn_notifier_unregister); + if (!dell_rbtn_notifier_unregister_func) { + symbol_put(dell_rbtn_notifier_register); + dell_rbtn_notifier_register_func = NULL; + } + } + + if (dell_rbtn_notifier_register_func) { + ret = dell_rbtn_notifier_register_func( + &dell_laptop_rbtn_notifier); + symbol_put(dell_rbtn_notifier_register); + dell_rbtn_notifier_register_func = NULL; + if (ret != 0) { + symbol_put(dell_rbtn_notifier_unregister); + dell_rbtn_notifier_unregister_func = NULL; + } + } else { + pr_info("Symbols from dell-rbtn acpi driver are not available\n"); + ret = -ENODEV; + } + + if (ret == 0) { + pr_info("Using dell-rbtn acpi driver for receiving events\n"); + } else if (ret != -ENODEV) { + pr_warn("Unable to register dell rbtn notifier\n"); goto err_filter; + } else { + ret = i8042_install_filter(dell_laptop_i8042_filter); + if (ret) { + pr_warn("Unable to install key filter\n"); + goto err_filter; + } + pr_info("Using i8042 filter function for receiving events\n"); } return 0; @@ -685,6 +751,14 @@ static void dell_cleanup_rfkill(void) { + if (dell_rbtn_notifier_unregister_func) { + dell_rbtn_notifier_unregister_func(&dell_laptop_rbtn_notifier); + symbol_put(dell_rbtn_notifier_unregister); + dell_rbtn_notifier_unregister_func = NULL; + } else { + i8042_remove_filter(dell_laptop_i8042_filter); + } + cancel_delayed_work_sync(&dell_rfkill_work); if (wifi_rfkill) { rfkill_unregister(wifi_rfkill); rfkill_destroy(wifi_rfkill); @@ -825,12 +899,11 @@ * Allocate buffer below 4GB for SMI data--only 32-bit physical addr * is passed to SMI handler. */ - bufferpage = alloc_page(GFP_KERNEL | GFP_DMA32); - if (!bufferpage) { + buffer = (void *)__get_free_page(GFP_KERNEL | GFP_DMA32); + if (!buffer) { ret = -ENOMEM; goto fail_buffer; } - buffer = page_address(bufferpage); ret = dell_setup_rfkill(); @@ -888,11 +961,9 @@ return 0; fail_backlight: - i8042_remove_filter(dell_laptop_i8042_filter); - cancel_delayed_work_sync(&dell_rfkill_work); dell_cleanup_rfkill(); fail_rfkill: - free_page((unsigned long)bufferpage); + free_page((unsigned long)buffer); fail_buffer: platform_device_del(platform_device); fail_platform_device2: @@ -909,8 +980,6 @@ debugfs_remove_recursive(dell_laptop_dir); if (quirks && quirks->touchpad_led) touchpad_led_exit(); - i8042_remove_filter(dell_laptop_i8042_filter); - cancel_delayed_work_sync(&dell_rfkill_work); backlight_device_unregister(dell_backlight_device); dell_cleanup_rfkill(); if (platform_device) { @@ -921,7 +990,14 @@ free_page((unsigned long)buffer); } -module_init(dell_init); +/* dell-rbtn.c driver export functions which will not work correctly (and could + * cause kernel crash) if they are called before dell-rbtn.c init code. This is + * not problem when dell-rbtn.c is compiled as external module. When both files + * (dell-rbtn.c and dell-laptop.c) are compiled statically into kernel, then we + * need to ensure that dell_init() will be called after initializing dell-rbtn. + * This can be achieved by late_initcall() instead module_init(). + */ +late_initcall(dell_init); module_exit(dell_exit); MODULE_AUTHOR("Matthew Garrett "); --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/dell-rbtn.c +++ linux-lts-utopic-3.16.0/drivers/platform/x86/dell-rbtn.c @@ -0,0 +1,423 @@ +/* + Dell Airplane Mode Switch driver + Copyright (C) 2014-2015 Pali Rohár + + 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; either version 2 of the License, or + (at your option) any later version. + + 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. +*/ + +#include +#include +#include +#include + +enum rbtn_type { + RBTN_UNKNOWN, + RBTN_TOGGLE, + RBTN_SLIDER, +}; + +struct rbtn_data { + enum rbtn_type type; + struct rfkill *rfkill; + struct input_dev *input_dev; +}; + + +/* + * acpi functions + */ + +static enum rbtn_type rbtn_check(struct acpi_device *device) +{ + unsigned long long output; + acpi_status status; + + status = acpi_evaluate_integer(device->handle, "CRBT", NULL, &output); + if (ACPI_FAILURE(status)) + return RBTN_UNKNOWN; + + switch (output) { + case 0: + case 1: + return RBTN_TOGGLE; + case 2: + case 3: + return RBTN_SLIDER; + default: + return RBTN_UNKNOWN; + } +} + +static int rbtn_get(struct acpi_device *device) +{ + unsigned long long output; + acpi_status status; + + status = acpi_evaluate_integer(device->handle, "GRBT", NULL, &output); + if (ACPI_FAILURE(status)) + return -EINVAL; + + return !output; +} + +static int rbtn_acquire(struct acpi_device *device, bool enable) +{ + struct acpi_object_list input; + union acpi_object param; + acpi_status status; + + param.type = ACPI_TYPE_INTEGER; + param.integer.value = enable; + input.count = 1; + input.pointer = ¶m; + + status = acpi_evaluate_object(device->handle, "ARBT", &input, NULL); + if (ACPI_FAILURE(status)) + return -EINVAL; + + return 0; +} + + +/* + * rfkill device + */ + +static void rbtn_rfkill_query(struct rfkill *rfkill, void *data) +{ + struct acpi_device *device = data; + int state; + + state = rbtn_get(device); + if (state < 0) + return; + + rfkill_set_states(rfkill, state, state); +} + +static int rbtn_rfkill_set_block(void *data, bool blocked) +{ + /* NOTE: setting soft rfkill state is not supported */ + return -EINVAL; +} + +static struct rfkill_ops rbtn_ops = { + .query = rbtn_rfkill_query, + .set_block = rbtn_rfkill_set_block, +}; + +static int rbtn_rfkill_init(struct acpi_device *device) +{ + struct rbtn_data *rbtn_data = device->driver_data; + int ret; + + if (rbtn_data->rfkill) + return 0; + + /* + * NOTE: rbtn controls all radio devices, not only WLAN + * but rfkill interface does not support "ANY" type + * so "WLAN" type is used + */ + rbtn_data->rfkill = rfkill_alloc("dell-rbtn", &device->dev, + RFKILL_TYPE_WLAN, &rbtn_ops, device); + if (!rbtn_data->rfkill) + return -ENOMEM; + + ret = rfkill_register(rbtn_data->rfkill); + if (ret) { + rfkill_destroy(rbtn_data->rfkill); + rbtn_data->rfkill = NULL; + return ret; + } + + return 0; +} + +static void rbtn_rfkill_exit(struct acpi_device *device) +{ + struct rbtn_data *rbtn_data = device->driver_data; + + if (!rbtn_data->rfkill) + return; + + rfkill_unregister(rbtn_data->rfkill); + rfkill_destroy(rbtn_data->rfkill); + rbtn_data->rfkill = NULL; +} + +static void rbtn_rfkill_event(struct acpi_device *device) +{ + struct rbtn_data *rbtn_data = device->driver_data; + + if (rbtn_data->rfkill) + rbtn_rfkill_query(rbtn_data->rfkill, device); +} + + +/* + * input device + */ + +static int rbtn_input_init(struct rbtn_data *rbtn_data) +{ + int ret; + + rbtn_data->input_dev = input_allocate_device(); + if (!rbtn_data->input_dev) + return -ENOMEM; + + rbtn_data->input_dev->name = "DELL Wireless hotkeys"; + rbtn_data->input_dev->phys = "dellabce/input0"; + rbtn_data->input_dev->id.bustype = BUS_HOST; + rbtn_data->input_dev->evbit[0] = BIT(EV_KEY); + set_bit(KEY_RFKILL, rbtn_data->input_dev->keybit); + + ret = input_register_device(rbtn_data->input_dev); + if (ret) { + input_free_device(rbtn_data->input_dev); + rbtn_data->input_dev = NULL; + return ret; + } + + return 0; +} + +static void rbtn_input_exit(struct rbtn_data *rbtn_data) +{ + input_unregister_device(rbtn_data->input_dev); + rbtn_data->input_dev = NULL; +} + +static void rbtn_input_event(struct rbtn_data *rbtn_data) +{ + input_report_key(rbtn_data->input_dev, KEY_RFKILL, 1); + input_sync(rbtn_data->input_dev); + input_report_key(rbtn_data->input_dev, KEY_RFKILL, 0); + input_sync(rbtn_data->input_dev); +} + + +/* + * acpi driver + */ + +static int rbtn_add(struct acpi_device *device); +static int rbtn_remove(struct acpi_device *device); +static void rbtn_notify(struct acpi_device *device, u32 event); + +static const struct acpi_device_id rbtn_ids[] = { + { "DELRBTN", 0 }, + { "DELLABCE", 0 }, + { "", 0 }, +}; + +static struct acpi_driver rbtn_driver = { + .name = "dell-rbtn", + .ids = rbtn_ids, + .ops = { + .add = rbtn_add, + .remove = rbtn_remove, + .notify = rbtn_notify, + }, + .owner = THIS_MODULE, +}; + + +/* + * notifier export functions + */ + +static bool auto_remove_rfkill = true; + +static ATOMIC_NOTIFIER_HEAD(rbtn_chain_head); + +static int rbtn_inc_count(struct device *dev, void *data) +{ + struct acpi_device *device = to_acpi_device(dev); + struct rbtn_data *rbtn_data = device->driver_data; + int *count = data; + + if (rbtn_data->type == RBTN_SLIDER) + (*count)++; + + return 0; +} + +static int rbtn_switch_dev(struct device *dev, void *data) +{ + struct acpi_device *device = to_acpi_device(dev); + struct rbtn_data *rbtn_data = device->driver_data; + bool enable = data; + + if (rbtn_data->type != RBTN_SLIDER) + return 0; + + if (enable) + rbtn_rfkill_init(device); + else + rbtn_rfkill_exit(device); + + return 0; +} + +int dell_rbtn_notifier_register(struct notifier_block *nb) +{ + bool first; + int count; + int ret; + + count = 0; + ret = driver_for_each_device(&rbtn_driver.drv, NULL, &count, + rbtn_inc_count); + if (ret || count == 0) + return -ENODEV; + + first = !rbtn_chain_head.head; + + ret = atomic_notifier_chain_register(&rbtn_chain_head, nb); + if (ret != 0) + return ret; + + if (auto_remove_rfkill && first) + ret = driver_for_each_device(&rbtn_driver.drv, NULL, + (void *)false, rbtn_switch_dev); + + return ret; +} +EXPORT_SYMBOL_GPL(dell_rbtn_notifier_register); + +int dell_rbtn_notifier_unregister(struct notifier_block *nb) +{ + int ret; + + ret = atomic_notifier_chain_unregister(&rbtn_chain_head, nb); + if (ret != 0) + return ret; + + if (auto_remove_rfkill && !rbtn_chain_head.head) + ret = driver_for_each_device(&rbtn_driver.drv, NULL, + (void *)true, rbtn_switch_dev); + + return ret; +} +EXPORT_SYMBOL_GPL(dell_rbtn_notifier_unregister); + + +/* + * acpi driver functions + */ + +static int rbtn_add(struct acpi_device *device) +{ + struct rbtn_data *rbtn_data; + enum rbtn_type type; + int ret = 0; + + type = rbtn_check(device); + if (type == RBTN_UNKNOWN) { + dev_info(&device->dev, "Unknown device type\n"); + return -EINVAL; + } + + ret = rbtn_acquire(device, true); + if (ret < 0) { + dev_err(&device->dev, "Cannot enable device\n"); + return ret; + } + + rbtn_data = devm_kzalloc(&device->dev, sizeof(*rbtn_data), GFP_KERNEL); + if (!rbtn_data) + return -ENOMEM; + + rbtn_data->type = type; + device->driver_data = rbtn_data; + + switch (rbtn_data->type) { + case RBTN_TOGGLE: + ret = rbtn_input_init(rbtn_data); + break; + case RBTN_SLIDER: + if (auto_remove_rfkill && rbtn_chain_head.head) + ret = 0; + else + ret = rbtn_rfkill_init(device); + break; + default: + ret = -EINVAL; + } + + return ret; + +} + +static int rbtn_remove(struct acpi_device *device) +{ + struct rbtn_data *rbtn_data = device->driver_data; + + switch (rbtn_data->type) { + case RBTN_TOGGLE: + rbtn_input_exit(rbtn_data); + break; + case RBTN_SLIDER: + rbtn_rfkill_exit(device); + break; + default: + break; + } + + rbtn_acquire(device, false); + device->driver_data = NULL; + + return 0; +} + +static void rbtn_notify(struct acpi_device *device, u32 event) +{ + struct rbtn_data *rbtn_data = device->driver_data; + + if (event != 0x80) { + dev_info(&device->dev, "Received unknown event (0x%x)\n", + event); + return; + } + + switch (rbtn_data->type) { + case RBTN_TOGGLE: + rbtn_input_event(rbtn_data); + break; + case RBTN_SLIDER: + rbtn_rfkill_event(device); + atomic_notifier_call_chain(&rbtn_chain_head, event, device); + break; + default: + break; + } +} + + +/* + * module functions + */ + +module_acpi_driver(rbtn_driver); + +module_param(auto_remove_rfkill, bool, 0444); + +MODULE_PARM_DESC(auto_remove_rfkill, "Automatically remove rfkill devices when " + "other modules start receiving events " + "from this module and re-add them when " + "the last module stops receiving events " + "(default true)"); +MODULE_DEVICE_TABLE(acpi, rbtn_ids); +MODULE_DESCRIPTION("Dell Airplane Mode Switch driver"); +MODULE_AUTHOR("Pali Rohár "); +MODULE_LICENSE("GPL"); --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/dell-rbtn.h +++ linux-lts-utopic-3.16.0/drivers/platform/x86/dell-rbtn.h @@ -0,0 +1,24 @@ +/* + Dell Airplane Mode Switch driver + Copyright (C) 2014-2015 Pali Rohár + + 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; either version 2 of the License, or + (at your option) any later version. + + 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. +*/ + +#ifndef _DELL_RBTN_H_ +#define _DELL_RBTN_H_ + +struct notifier_block; + +int dell_rbtn_notifier_register(struct notifier_block *nb); +int dell_rbtn_notifier_unregister(struct notifier_block *nb); + +#endif --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/dell-wmi.c +++ linux-lts-utopic-3.16.0/drivers/platform/x86/dell-wmi.c @@ -163,18 +163,24 @@ const struct key_entry *key; int reported_key; u16 *buffer_entry = (u16 *)obj->buffer.pointer; + int buffer_size = obj->buffer.length/2; - if (dell_new_hk_type && (buffer_entry[1] != 0x10)) { - pr_info("Received unknown WMI event (0x%x)\n", + if (buffer_size >= 2 && dell_new_hk_type && buffer_entry[1] != 0x10) { + pr_debug("Received unknown WMI event (0x%x)\n", buffer_entry[1]); kfree(obj); return; } - if (dell_new_hk_type || buffer_entry[1] == 0x0) + if (buffer_size >= 3 && (dell_new_hk_type || buffer_entry[1] == 0x0)) reported_key = (int)buffer_entry[2]; - else + else if (buffer_size >= 2) reported_key = (int)buffer_entry[1] & 0xffff; + else { + pr_info("Received unknown WMI event\n"); + kfree(obj); + return; + } key = sparse_keymap_entry_from_scancode(dell_wmi_input_dev, reported_key); --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/hp-wmi.c +++ linux-lts-utopic-3.16.0/drivers/platform/x86/hp-wmi.c @@ -54,8 +54,9 @@ #define HPWMI_HARDWARE_QUERY 0x4 #define HPWMI_WIRELESS_QUERY 0x5 #define HPWMI_BIOS_QUERY 0x9 +#define HPWMI_FEATURE_QUERY 0xb #define HPWMI_HOTKEY_QUERY 0xc -#define HPWMI_FEATURE_QUERY 0xd +#define HPWMI_FEATURE2_QUERY 0xd #define HPWMI_WIRELESS2_QUERY 0x1b #define HPWMI_POSTCODEERROR_QUERY 0x2a @@ -295,25 +296,33 @@ return (state & 0x4) ? 1 : 0; } -static int hp_wmi_bios_2009_later(void) +static int __init hp_wmi_bios_2008_later(void) { int state = 0; int ret = hp_wmi_perform_query(HPWMI_FEATURE_QUERY, 0, &state, sizeof(state), sizeof(state)); - if (ret) - return ret; + if (!ret) + return 1; - return (state & 0x10) ? 1 : 0; + return (ret == HPWMI_RET_UNKNOWN_CMDTYPE) ? 0 : -ENXIO; } -static int hp_wmi_enable_hotkeys(void) +static int __init hp_wmi_bios_2009_later(void) { - int ret; - int query = 0x6e; + int state = 0; + int ret = hp_wmi_perform_query(HPWMI_FEATURE2_QUERY, 0, &state, + sizeof(state), sizeof(state)); + if (!ret) + return 1; - ret = hp_wmi_perform_query(HPWMI_BIOS_QUERY, 1, &query, sizeof(query), - 0); + return (ret == HPWMI_RET_UNKNOWN_CMDTYPE) ? 0 : -ENXIO; +} +static int __init hp_wmi_enable_hotkeys(void) +{ + int value = 0x6e; + int ret = hp_wmi_perform_query(HPWMI_BIOS_QUERY, 1, &value, + sizeof(value), 0); if (ret) return -EINVAL; return 0; @@ -663,7 +672,7 @@ hp_wmi_tablet_state()); input_sync(hp_wmi_input_dev); - if (hp_wmi_bios_2009_later() == 4) + if (!hp_wmi_bios_2009_later() && hp_wmi_bios_2008_later()) hp_wmi_enable_hotkeys(); status = wmi_install_notify_handler(HPWMI_EVENT_GUID, hp_wmi_notify, NULL); @@ -704,7 +713,7 @@ device_remove_file(&device->dev, &dev_attr_postcode); } -static int hp_wmi_rfkill_setup(struct platform_device *device) +static int __init hp_wmi_rfkill_setup(struct platform_device *device) { int err; int wireless = 0; @@ -806,7 +815,7 @@ return err; } -static int hp_wmi_rfkill2_setup(struct platform_device *device) +static int __init hp_wmi_rfkill2_setup(struct platform_device *device) { int err, i; struct bios_rfkill2_state state; --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/hp_accel.c +++ linux-lts-utopic-3.16.0/drivers/platform/x86/hp_accel.c @@ -237,6 +237,7 @@ AXIS_DMI_MATCH("HPB64xx", "HP ProBook 64", xy_swap), AXIS_DMI_MATCH("HPB64xx", "HP EliteBook 84", xy_swap), AXIS_DMI_MATCH("HPB65xx", "HP ProBook 65", x_inverted), + AXIS_DMI_MATCH("HPZBook15", "HP ZBook 15", x_inverted), { NULL, } /* Laptop models without axis info (yet): * "NC6910" "HP Compaq 6910" --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/ideapad-laptop.c +++ linux-lts-utopic-3.16.0/drivers/platform/x86/ideapad-laptop.c @@ -87,6 +87,7 @@ struct backlight_device *blightdev; struct dentry *debug; unsigned long cfg; + bool has_hw_rfkill_switch; }; static bool no_bt_rfkill; @@ -463,8 +464,9 @@ static int ideapad_rfk_set(void *data, bool blocked) { struct ideapad_rfk_priv *priv = data; + int opcode = ideapad_rfk_data[priv->dev].opcode; - return write_ec_cmd(priv->priv->adev->handle, priv->dev, !blocked); + return write_ec_cmd(priv->priv->adev->handle, opcode, !blocked); } static struct rfkill_ops ideapad_rfk_ops = { @@ -473,12 +475,14 @@ static void ideapad_sync_rfk_state(struct ideapad_private *priv) { - unsigned long hw_blocked; + unsigned long hw_blocked = 0; int i; - if (read_ec_data(priv->adev->handle, VPCCMD_R_RF, &hw_blocked)) - return; - hw_blocked = !hw_blocked; + if (priv->has_hw_rfkill_switch) { + if (read_ec_data(priv->adev->handle, VPCCMD_R_RF, &hw_blocked)) + return; + hw_blocked = !hw_blocked; + } for (i = 0; i < IDEAPAD_RFKILL_DEV_NUM; i++) if (priv->rfk[i]) @@ -821,14 +825,59 @@ } } -/* Blacklist for devices where the ideapad rfkill interface does not work */ -static struct dmi_system_id rfkill_blacklist[] = { - /* The Lenovo Yoga 2 11 always reports everything as blocked */ +/* + * Some ideapads don't have a hardware rfkill switch, reading VPCCMD_R_RF + * always results in 0 on these models, causing ideapad_laptop to wrongly + * report all radios as hardware-blocked. + */ +static struct dmi_system_id no_hw_rfkill_list[] = { + { + .ident = "Lenovo G50-30", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo G50-30"), + }, + }, + { + .ident = "Lenovo ideapad Y700-17ISK", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad Y700-17ISK"), + }, + }, + { + .ident = "Lenovo Yoga 2 11 / 13 / Pro", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Yoga 2"), + }, + }, { - .ident = "Lenovo Yoga 2 11", + .ident = "Lenovo Yoga 3 14", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), - DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Yoga 2 11"), + DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Yoga 3 14"), + }, + }, + { + .ident = "Lenovo Yoga 3 Pro 1370", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 3 Pro-1370"), + }, + }, + { + .ident = "Lenovo Yoga 700", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 700"), + }, + }, + { + .ident = "Lenovo Yoga 900", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 900"), }, }, {} @@ -856,6 +905,7 @@ priv->cfg = cfg; priv->adev = adev; priv->platform_device = pdev; + priv->has_hw_rfkill_switch = !dmi_check_system(no_hw_rfkill_list); ret = ideapad_sysfs_init(priv); if (ret) @@ -869,11 +919,17 @@ if (ret) goto input_failed; - if (!dmi_check_system(rfkill_blacklist)) { - for (i = 0; i < IDEAPAD_RFKILL_DEV_NUM; i++) - if (test_bit(ideapad_rfk_data[i].cfgbit, &priv->cfg)) - ideapad_register_rfkill(priv, i); - } + /* + * On some models without a hw-switch (the yoga 2 13 at least) + * VPCCMD_W_RF must be explicitly set to 1 for the wifi to work. + */ + if (!priv->has_hw_rfkill_switch) + write_ec_cmd(priv->adev->handle, VPCCMD_W_RF, 1); + + for (i = 0; i < IDEAPAD_RFKILL_DEV_NUM; i++) + if (test_bit(ideapad_rfk_data[i].cfgbit, &priv->cfg)) + ideapad_register_rfkill(priv, i); + ideapad_sync_rfk_state(priv); ideapad_sync_touchpad_state(priv); --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/intel_ips.c +++ linux-lts-utopic-3.16.0/drivers/platform/x86/intel_ips.c @@ -1501,6 +1501,14 @@ DMI_MATCH(DMI_PRODUCT_NAME, "HP ProBook"), }, }, + { + .callback = ips_blacklist_callback, + .ident = "G60JX", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "G60JX"), + }, + }, { } /* terminating entry */ }; --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/intel_scu_ipcutil.c +++ linux-lts-utopic-3.16.0/drivers/platform/x86/intel_scu_ipcutil.c @@ -49,7 +49,7 @@ static int scu_reg_access(u32 cmd, struct scu_ipc_data *data) { - int count = data->count; + unsigned int count = data->count; if (count == 0 || count == 3 || count > 4) return -EINVAL; --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/samsung-laptop.c +++ linux-lts-utopic-3.16.0/drivers/platform/x86/samsung-laptop.c @@ -353,6 +353,7 @@ bool broken_acpi_video; bool four_kbd_backlight_levels; bool enable_kbd_backlight; + bool use_native_backlight; }; static struct samsung_quirks samsung_unknown = {}; @@ -361,6 +362,10 @@ .broken_acpi_video = true, }; +static struct samsung_quirks samsung_use_native_backlight = { + .use_native_backlight = true, +}; + static struct samsung_quirks samsung_np740u3e = { .four_kbd_backlight_levels = true, .enable_kbd_backlight = true, @@ -1507,7 +1512,7 @@ DMI_MATCH(DMI_PRODUCT_NAME, "N150P"), DMI_MATCH(DMI_BOARD_NAME, "N150P"), }, - .driver_data = &samsung_broken_acpi_video, + .driver_data = &samsung_use_native_backlight, }, { .callback = samsung_dmi_matched, @@ -1517,7 +1522,7 @@ DMI_MATCH(DMI_PRODUCT_NAME, "N145P/N250P/N260P"), DMI_MATCH(DMI_BOARD_NAME, "N145P/N250P/N260P"), }, - .driver_data = &samsung_broken_acpi_video, + .driver_data = &samsung_use_native_backlight, }, { .callback = samsung_dmi_matched, @@ -1557,6 +1562,16 @@ DMI_MATCH(DMI_PRODUCT_NAME, "N250P"), DMI_MATCH(DMI_BOARD_NAME, "N250P"), }, + .driver_data = &samsung_use_native_backlight, + }, + { + .callback = samsung_dmi_matched, + .ident = "NC210", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), + DMI_MATCH(DMI_PRODUCT_NAME, "NC210/NC110"), + DMI_MATCH(DMI_BOARD_NAME, "NC210/NC110"), + }, .driver_data = &samsung_broken_acpi_video, }, { @@ -1606,6 +1621,15 @@ pr_info("Disabling ACPI video driver\n"); acpi_video_unregister(); } + + if (samsung->quirks->use_native_backlight) { + pr_info("Using native backlight driver\n"); + /* Tell acpi-video to not handle the backlight */ + acpi_video_dmi_promote_vendor(); + acpi_video_unregister(); + /* And also do not handle it ourselves */ + samsung->handle_backlight = false; + } #endif ret = samsung_platform_init(samsung); --- linux-lts-utopic-3.16.0.orig/drivers/platform/x86/thinkpad_acpi.c +++ linux-lts-utopic-3.16.0/drivers/platform/x86/thinkpad_acpi.c @@ -3440,7 +3440,7 @@ delete_attr_set(hotkey_dev_attributes, &tpacpi_pdev->dev.kobj); hotkey_dev_attributes = NULL; - return (res < 0)? res : 1; + return (res < 0) ? res : 1; } /* Thinkpad X1 Carbon support 5 modes including Home mode, Web browser @@ -4576,7 +4576,7 @@ str_supported(video_supported != TPACPI_VIDEO_NONE), video_supported); - return (video_supported != TPACPI_VIDEO_NONE)? 0 : 1; + return (video_supported != TPACPI_VIDEO_NONE) ? 0 : 1; } static void video_exit(void) @@ -4669,7 +4669,7 @@ return -ENOSYS; } - return (res)? 0 : -EIO; + return (res) ? 0 : -EIO; } static int video_autosw_get(void) @@ -4695,7 +4695,7 @@ static int video_autosw_set(int enable) { - if (!acpi_evalf(vid_handle, NULL, "_DOS", "vd", (enable)? 1 : 0)) + if (!acpi_evalf(vid_handle, NULL, "_DOS", "vd", (enable) ? 1 : 0)) return -EIO; return 0; } @@ -4730,20 +4730,20 @@ return -EIO; } - return (res)? 0 : -EIO; + return (res) ? 0 : -EIO; } static int video_expand_toggle(void) { switch (video_supported) { case TPACPI_VIDEO_570: - return acpi_evalf(ec_handle, NULL, "_Q17", "v")? + return acpi_evalf(ec_handle, NULL, "_Q17", "v") ? 0 : -EIO; case TPACPI_VIDEO_770: - return acpi_evalf(vid_handle, NULL, "VEXP", "v")? + return acpi_evalf(vid_handle, NULL, "VEXP", "v") ? 0 : -EIO; case TPACPI_VIDEO_NEW: - return acpi_evalf(NULL, NULL, "\\VEXP", "v")? + return acpi_evalf(NULL, NULL, "\\VEXP", "v") ? 0 : -EIO; default: return -ENOSYS; @@ -4887,14 +4887,14 @@ if (tp_features.light) { if (cmos_handle) { rc = acpi_evalf(cmos_handle, NULL, NULL, "vd", - (status)? + (status) ? TP_CMOS_THINKLIGHT_ON : TP_CMOS_THINKLIGHT_OFF); } else { rc = acpi_evalf(lght_handle, NULL, NULL, "vd", - (status)? 1 : 0); + (status) ? 1 : 0); } - return (rc)? 0 : -EIO; + return (rc) ? 0 : -EIO; } return -ENXIO; @@ -4923,7 +4923,7 @@ static enum led_brightness light_sysfs_get(struct led_classdev *led_cdev) { - return (light_get_status() == 1)? LED_FULL : LED_OFF; + return (light_get_status() == 1) ? LED_FULL : LED_OFF; } static struct tpacpi_led_classdev tpacpi_led_thinklight = { @@ -5045,7 +5045,7 @@ return -EINVAL; res = issue_thinkpad_cmos_command(cmos_cmd); - return (res)? res : count; + return (res) ? res : count; } static struct device_attribute dev_attr_cmos_command = @@ -5069,7 +5069,7 @@ if (res) return res; - return (cmos_handle)? 0 : 1; + return (cmos_handle) ? 0 : 1; } static void cmos_exit(void) @@ -5179,9 +5179,9 @@ if (!acpi_evalf(ec_handle, &status, "GLED", "dd", 1 << led)) return -EIO; - led_s = (status == 0)? + led_s = (status == 0) ? TPACPI_LED_OFF : - ((status == 1)? + ((status == 1) ? TPACPI_LED_ON : TPACPI_LED_BLINK); tpacpi_led_state_cache[led] = led_s; @@ -5578,7 +5578,7 @@ tp_features.beep_needs_two_args = !!(quirks & TPACPI_BEEP_Q1); - return (beep_handle)? 0 : 1; + return (beep_handle) ? 0 : 1; } static int beep_read(struct seq_file *m) @@ -6527,7 +6527,7 @@ if (!rc && ibm_backlight_device) backlight_force_update(ibm_backlight_device, BACKLIGHT_UPDATE_SYSFS); - return (rc == -EINTR)? -ERESTARTSYS : rc; + return (rc == -EINTR) ? -ERESTARTSYS : rc; } static struct ibm_struct brightness_driver_data = { @@ -7984,7 +7984,7 @@ } mutex_unlock(&fan_mutex); - return (rc)? rc : count; + return (rc) ? rc : count; } static struct device_attribute dev_attr_fan_pwm1 = @@ -8662,7 +8662,7 @@ { static char text_unsupported[] __initdata = "not supported"; - return (is_supported)? &text_unsupported[4] : &text_unsupported[0]; + return (is_supported) ? &text_unsupported[4] : &text_unsupported[0]; } #endif /* CONFIG_THINKPAD_ACPI_DEBUG */ @@ -8783,7 +8783,7 @@ ibm->name, ret); ibm_exit(ibm); - return (ret < 0)? ret : 0; + return (ret < 0) ? ret : 0; } /* Probing */ @@ -8793,17 +8793,31 @@ return (c >= '0' && c <= '9') || (c >= 'A' && c <= 'Z'); } -/* Most models: xxyTkkWW (#.##c); Ancient 570/600 and -SL lacks (#.##c) */ -static bool __pure __init tpacpi_is_valid_fw_id(const char* const s, +static bool __pure __init tpacpi_is_valid_fw_id(const char * const s, const char t) { - return s && strlen(s) >= 8 && + /* + * Most models: xxyTkkWW (#.##c) + * Ancient 570/600 and -SL lacks (#.##c) + */ + if (s && strlen(s) >= 8 && tpacpi_is_fw_digit(s[0]) && tpacpi_is_fw_digit(s[1]) && s[2] == t && (s[3] == 'T' || s[3] == 'N') && tpacpi_is_fw_digit(s[4]) && - tpacpi_is_fw_digit(s[5]); + tpacpi_is_fw_digit(s[5])) + return true; + + /* New models: xxxyTkkW (#.##c); T550 and some others */ + return s && strlen(s) >= 8 && + tpacpi_is_fw_digit(s[0]) && + tpacpi_is_fw_digit(s[1]) && + tpacpi_is_fw_digit(s[2]) && + s[3] == t && + (s[4] == 'T' || s[4] == 'N') && + tpacpi_is_fw_digit(s[5]) && + tpacpi_is_fw_digit(s[6]); } /* returns 0 - probe ok, or < 0 - probe error. --- linux-lts-utopic-3.16.0.orig/drivers/pnp/isapnp/core.c +++ linux-lts-utopic-3.16.0/drivers/pnp/isapnp/core.c @@ -41,6 +41,7 @@ #include #include #include +#include #include #include "../base.h" @@ -990,7 +991,7 @@ .disable = isapnp_disable_resources, }; -static int __init isapnp_init(void) +static int __init real_isapnp_init(void) { int cards; struct pnp_card *card; @@ -1084,6 +1085,16 @@ return 0; } +static void __init async_isapnp_init(void *unused, async_cookie_t cookie) +{ + (void)real_isapnp_init(); +} + +static int __init isapnp_init(void) +{ + async_schedule(async_isapnp_init, NULL); + return 0; +} device_initcall(isapnp_init); /* format is: noisapnp */ --- linux-lts-utopic-3.16.0.orig/drivers/pnp/quirks.c +++ linux-lts-utopic-3.16.0/drivers/pnp/quirks.c @@ -339,7 +339,9 @@ /* Device IDs of parts that have 32KB MCH space */ static const unsigned int mch_quirk_devices[] = { 0x0154, /* Ivy Bridge */ + 0x0a04, /* Haswell-ULT */ 0x0c00, /* Haswell */ + 0x1604, /* Broadwell */ }; static struct pci_dev *get_intel_host(void) --- linux-lts-utopic-3.16.0.orig/drivers/power/88pm860x_charger.c +++ linux-lts-utopic-3.16.0/drivers/power/88pm860x_charger.c @@ -711,6 +711,7 @@ return 0; out_irq: + power_supply_unregister(&info->usb); while (--i >= 0) free_irq(info->irq[i], info); out: --- linux-lts-utopic-3.16.0.orig/drivers/power/bq2415x_charger.c +++ linux-lts-utopic-3.16.0/drivers/power/bq2415x_charger.c @@ -840,8 +840,7 @@ if (bq->automode < 1) return NOTIFY_OK; - sysfs_notify(&bq->charger.dev->kobj, NULL, "reported_mode"); - bq2415x_set_mode(bq, bq->reported_mode); + schedule_delayed_work(&bq->work, 0); return NOTIFY_OK; } @@ -892,6 +891,11 @@ int error; int boost; + if (bq->automode > 0 && (bq->reported_mode != bq->mode)) { + sysfs_notify(&bq->charger.dev->kobj, NULL, "reported_mode"); + bq2415x_set_mode(bq, bq->reported_mode); + } + if (!bq->autotimer) return; @@ -1575,8 +1579,15 @@ if (np) { bq->notify_psy = power_supply_get_by_phandle(np, "ti,usb-charger-detection"); - if (!bq->notify_psy) - return -EPROBE_DEFER; + if (IS_ERR(bq->notify_psy)) { + dev_info(&client->dev, + "no 'ti,usb-charger-detection' property (err=%ld)\n", + PTR_ERR(bq->notify_psy)); + bq->notify_psy = NULL; + } else if (!bq->notify_psy) { + ret = -EPROBE_DEFER; + goto error_2; + } } else if (pdata->notify_device) bq->notify_psy = power_supply_get_by_name(pdata->notify_device); @@ -1598,27 +1609,27 @@ ret = of_property_read_u32(np, "ti,current-limit", &bq->init_data.current_limit); if (ret) - return ret; + goto error_2; ret = of_property_read_u32(np, "ti,weak-battery-voltage", &bq->init_data.weak_battery_voltage); if (ret) - return ret; + goto error_2; ret = of_property_read_u32(np, "ti,battery-regulation-voltage", &bq->init_data.battery_regulation_voltage); if (ret) - return ret; + goto error_2; ret = of_property_read_u32(np, "ti,charge-current", &bq->init_data.charge_current); if (ret) - return ret; + goto error_2; ret = of_property_read_u32(np, "ti,termination-current", &bq->init_data.termination_current); if (ret) - return ret; + goto error_2; ret = of_property_read_u32(np, "ti,resistor-sense", &bq->init_data.resistor_sense); if (ret) - return ret; + goto error_2; } else { memcpy(&bq->init_data, pdata, sizeof(bq->init_data)); } --- linux-lts-utopic-3.16.0.orig/drivers/power/bq24190_charger.c +++ linux-lts-utopic-3.16.0/drivers/power/bq24190_charger.c @@ -929,7 +929,7 @@ charger->properties = bq24190_charger_properties; charger->num_properties = ARRAY_SIZE(bq24190_charger_properties); charger->supplied_to = bq24190_charger_supplied_to; - charger->num_supplies = ARRAY_SIZE(bq24190_charger_supplied_to); + charger->num_supplicants = ARRAY_SIZE(bq24190_charger_supplied_to); charger->get_property = bq24190_charger_get_property; charger->set_property = bq24190_charger_set_property; charger->property_is_writeable = bq24190_charger_property_is_writeable; @@ -1208,7 +1208,7 @@ { struct bq24190_dev_info *bdi = data; bool alert_userspace = false; - u8 ss_reg, f_reg; + u8 ss_reg = 0, f_reg = 0; int ret; pm_runtime_get_sync(bdi->dev); --- linux-lts-utopic-3.16.0.orig/drivers/power/charger-manager.c +++ linux-lts-utopic-3.16.0/drivers/power/charger-manager.c @@ -97,6 +97,7 @@ static bool is_batt_present(struct charger_manager *cm) { union power_supply_propval val; + struct power_supply *psy; bool present = false; int i, ret; @@ -107,16 +108,27 @@ case CM_NO_BATTERY: break; case CM_FUEL_GAUGE: - ret = cm->fuel_gauge->get_property(cm->fuel_gauge, + psy = power_supply_get_by_name(cm->desc->psy_fuel_gauge); + if (!psy) + break; + + ret = psy->get_property(psy, POWER_SUPPLY_PROP_PRESENT, &val); if (ret == 0 && val.intval) present = true; break; case CM_CHARGER_STAT: - for (i = 0; cm->charger_stat[i]; i++) { - ret = cm->charger_stat[i]->get_property( - cm->charger_stat[i], - POWER_SUPPLY_PROP_PRESENT, &val); + for (i = 0; cm->desc->psy_charger_stat[i]; i++) { + psy = power_supply_get_by_name( + cm->desc->psy_charger_stat[i]); + if (!psy) { + dev_err(cm->dev, "Cannot find power supply \"%s\"\n", + cm->desc->psy_charger_stat[i]); + continue; + } + + ret = psy->get_property(psy, POWER_SUPPLY_PROP_PRESENT, + &val); if (ret == 0 && val.intval) { present = true; break; @@ -139,14 +151,20 @@ static bool is_ext_pwr_online(struct charger_manager *cm) { union power_supply_propval val; + struct power_supply *psy; bool online = false; int i, ret; /* If at least one of them has one, it's yes. */ - for (i = 0; cm->charger_stat[i]; i++) { - ret = cm->charger_stat[i]->get_property( - cm->charger_stat[i], - POWER_SUPPLY_PROP_ONLINE, &val); + for (i = 0; cm->desc->psy_charger_stat[i]; i++) { + psy = power_supply_get_by_name(cm->desc->psy_charger_stat[i]); + if (!psy) { + dev_err(cm->dev, "Cannot find power supply \"%s\"\n", + cm->desc->psy_charger_stat[i]); + continue; + } + + ret = psy->get_property(psy, POWER_SUPPLY_PROP_ONLINE, &val); if (ret == 0 && val.intval) { online = true; break; @@ -167,12 +185,14 @@ static int get_batt_uV(struct charger_manager *cm, int *uV) { union power_supply_propval val; + struct power_supply *fuel_gauge; int ret; - if (!cm->fuel_gauge) + fuel_gauge = power_supply_get_by_name(cm->desc->psy_fuel_gauge); + if (!fuel_gauge) return -ENODEV; - ret = cm->fuel_gauge->get_property(cm->fuel_gauge, + ret = fuel_gauge->get_property(fuel_gauge, POWER_SUPPLY_PROP_VOLTAGE_NOW, &val); if (ret) return ret; @@ -189,6 +209,7 @@ { int i, ret; bool charging = false; + struct power_supply *psy; union power_supply_propval val; /* If there is no battery, it cannot be charged */ @@ -196,17 +217,22 @@ return false; /* If at least one of the charger is charging, return yes */ - for (i = 0; cm->charger_stat[i]; i++) { + for (i = 0; cm->desc->psy_charger_stat[i]; i++) { /* 1. The charger sholuld not be DISABLED */ if (cm->emergency_stop) continue; if (!cm->charger_enabled) continue; + psy = power_supply_get_by_name(cm->desc->psy_charger_stat[i]); + if (!psy) { + dev_err(cm->dev, "Cannot find power supply \"%s\"\n", + cm->desc->psy_charger_stat[i]); + continue; + } + /* 2. The charger should be online (ext-power) */ - ret = cm->charger_stat[i]->get_property( - cm->charger_stat[i], - POWER_SUPPLY_PROP_ONLINE, &val); + ret = psy->get_property(psy, POWER_SUPPLY_PROP_ONLINE, &val); if (ret) { dev_warn(cm->dev, "Cannot read ONLINE value from %s\n", cm->desc->psy_charger_stat[i]); @@ -219,9 +245,7 @@ * 3. The charger should not be FULL, DISCHARGING, * or NOT_CHARGING. */ - ret = cm->charger_stat[i]->get_property( - cm->charger_stat[i], - POWER_SUPPLY_PROP_STATUS, &val); + ret = psy->get_property(psy, POWER_SUPPLY_PROP_STATUS, &val); if (ret) { dev_warn(cm->dev, "Cannot read STATUS value from %s\n", cm->desc->psy_charger_stat[i]); @@ -248,6 +272,7 @@ { struct charger_desc *desc = cm->desc; union power_supply_propval val; + struct power_supply *fuel_gauge; int ret = 0; int uV; @@ -255,11 +280,15 @@ if (!is_batt_present(cm)) return false; - if (cm->fuel_gauge && desc->fullbatt_full_capacity > 0) { + fuel_gauge = power_supply_get_by_name(cm->desc->psy_fuel_gauge); + if (!fuel_gauge) + return false; + + if (desc->fullbatt_full_capacity > 0) { val.intval = 0; /* Not full if capacity of fuel gauge isn't full */ - ret = cm->fuel_gauge->get_property(cm->fuel_gauge, + ret = fuel_gauge->get_property(fuel_gauge, POWER_SUPPLY_PROP_CHARGE_FULL, &val); if (!ret && val.intval > desc->fullbatt_full_capacity) return true; @@ -273,10 +302,10 @@ } /* Full, if the capacity is more than fullbatt_soc */ - if (cm->fuel_gauge && desc->fullbatt_soc > 0) { + if (desc->fullbatt_soc > 0) { val.intval = 0; - ret = cm->fuel_gauge->get_property(cm->fuel_gauge, + ret = fuel_gauge->get_property(fuel_gauge, POWER_SUPPLY_PROP_CAPACITY, &val); if (!ret && val.intval >= desc->fullbatt_soc) return true; @@ -551,6 +580,20 @@ return ret; } +static int cm_get_battery_temperature_by_psy(struct charger_manager *cm, + int *temp) +{ + struct power_supply *fuel_gauge; + + fuel_gauge = power_supply_get_by_name(cm->desc->psy_fuel_gauge); + if (!fuel_gauge) + return -ENODEV; + + return fuel_gauge->get_property(fuel_gauge, + POWER_SUPPLY_PROP_TEMP, + (union power_supply_propval *)temp); +} + static int cm_get_battery_temperature(struct charger_manager *cm, int *temp) { @@ -560,15 +603,18 @@ return -ENODEV; #ifdef CONFIG_THERMAL - ret = thermal_zone_get_temp(cm->tzd_batt, (unsigned long *)temp); - if (!ret) - /* Calibrate temperature unit */ - *temp /= 100; -#else - ret = cm->fuel_gauge->get_property(cm->fuel_gauge, - POWER_SUPPLY_PROP_TEMP, - (union power_supply_propval *)temp); + if (cm->tzd_batt) { + ret = thermal_zone_get_temp(cm->tzd_batt, (unsigned long *)temp); + if (!ret) + /* Calibrate temperature unit */ + *temp /= 100; + } else #endif + { + /* if-else continued from CONFIG_THERMAL */ + ret = cm_get_battery_temperature_by_psy(cm, temp); + } + return ret; } @@ -827,6 +873,7 @@ struct charger_manager *cm = container_of(psy, struct charger_manager, charger_psy); struct charger_desc *desc = cm->desc; + struct power_supply *fuel_gauge; int ret = 0; int uV; @@ -857,14 +904,20 @@ ret = get_batt_uV(cm, &val->intval); break; case POWER_SUPPLY_PROP_CURRENT_NOW: - ret = cm->fuel_gauge->get_property(cm->fuel_gauge, + fuel_gauge = power_supply_get_by_name(cm->desc->psy_fuel_gauge); + if (!fuel_gauge) { + ret = -ENODEV; + break; + } + ret = fuel_gauge->get_property(fuel_gauge, POWER_SUPPLY_PROP_CURRENT_NOW, val); break; case POWER_SUPPLY_PROP_TEMP: case POWER_SUPPLY_PROP_TEMP_AMBIENT: return cm_get_battery_temperature(cm, &val->intval); case POWER_SUPPLY_PROP_CAPACITY: - if (!cm->fuel_gauge) { + fuel_gauge = power_supply_get_by_name(cm->desc->psy_fuel_gauge); + if (!fuel_gauge) { ret = -ENODEV; break; } @@ -875,7 +928,7 @@ break; } - ret = cm->fuel_gauge->get_property(cm->fuel_gauge, + ret = fuel_gauge->get_property(fuel_gauge, POWER_SUPPLY_PROP_CAPACITY, val); if (ret) break; @@ -924,7 +977,14 @@ break; case POWER_SUPPLY_PROP_CHARGE_NOW: if (is_charging(cm)) { - ret = cm->fuel_gauge->get_property(cm->fuel_gauge, + fuel_gauge = power_supply_get_by_name( + cm->desc->psy_fuel_gauge); + if (!fuel_gauge) { + ret = -ENODEV; + break; + } + + ret = fuel_gauge->get_property(fuel_gauge, POWER_SUPPLY_PROP_CHARGE_NOW, val); if (ret) { @@ -1485,14 +1545,15 @@ return ret; } -static int cm_init_thermal_data(struct charger_manager *cm) +static int cm_init_thermal_data(struct charger_manager *cm, + struct power_supply *fuel_gauge) { struct charger_desc *desc = cm->desc; union power_supply_propval val; int ret; /* Verify whether fuel gauge provides battery temperature */ - ret = cm->fuel_gauge->get_property(cm->fuel_gauge, + ret = fuel_gauge->get_property(fuel_gauge, POWER_SUPPLY_PROP_TEMP, &val); if (!ret) { @@ -1502,8 +1563,6 @@ cm->desc->measure_battery_temp = true; } #ifdef CONFIG_THERMAL - cm->tzd_batt = cm->fuel_gauge->tzd; - if (ret && desc->thermal_zone) { cm->tzd_batt = thermal_zone_get_zone_by_name(desc->thermal_zone); @@ -1666,6 +1725,7 @@ int ret = 0, i = 0; int j = 0; union power_supply_propval val; + struct power_supply *fuel_gauge; if (g_desc && !rtc_dev && g_desc->rtc_name) { rtc_dev = rtc_class_open(g_desc->rtc_name); @@ -1720,27 +1780,29 @@ return -EINVAL; } + if (!desc->psy_fuel_gauge) { + dev_err(&pdev->dev, "No fuel gauge power supply defined\n"); + return -EINVAL; + } + /* Counting index only */ while (desc->psy_charger_stat[i]) i++; - cm->charger_stat = devm_kzalloc(&pdev->dev, - sizeof(struct power_supply *) * i, GFP_KERNEL); - if (!cm->charger_stat) - return -ENOMEM; - + /* Check if charger's supplies are present at probe */ for (i = 0; desc->psy_charger_stat[i]; i++) { - cm->charger_stat[i] = power_supply_get_by_name( - desc->psy_charger_stat[i]); - if (!cm->charger_stat[i]) { + struct power_supply *psy; + + psy = power_supply_get_by_name(desc->psy_charger_stat[i]); + if (!psy) { dev_err(&pdev->dev, "Cannot find power supply \"%s\"\n", desc->psy_charger_stat[i]); return -ENODEV; } } - cm->fuel_gauge = power_supply_get_by_name(desc->psy_fuel_gauge); - if (!cm->fuel_gauge) { + fuel_gauge = power_supply_get_by_name(desc->psy_fuel_gauge); + if (!fuel_gauge) { dev_err(&pdev->dev, "Cannot find power supply \"%s\"\n", desc->psy_fuel_gauge); return -ENODEV; @@ -1783,13 +1845,13 @@ cm->charger_psy.num_properties = psy_default.num_properties; /* Find which optional psy-properties are available */ - if (!cm->fuel_gauge->get_property(cm->fuel_gauge, + if (!fuel_gauge->get_property(fuel_gauge, POWER_SUPPLY_PROP_CHARGE_NOW, &val)) { cm->charger_psy.properties[cm->charger_psy.num_properties] = POWER_SUPPLY_PROP_CHARGE_NOW; cm->charger_psy.num_properties++; } - if (!cm->fuel_gauge->get_property(cm->fuel_gauge, + if (!fuel_gauge->get_property(fuel_gauge, POWER_SUPPLY_PROP_CURRENT_NOW, &val)) { cm->charger_psy.properties[cm->charger_psy.num_properties] = @@ -1797,7 +1859,7 @@ cm->charger_psy.num_properties++; } - ret = cm_init_thermal_data(cm); + ret = cm_init_thermal_data(cm, fuel_gauge); if (ret) { dev_err(&pdev->dev, "Failed to initialize thermal data\n"); cm->desc->measure_battery_temp = false; @@ -2054,8 +2116,8 @@ int i; bool found = false; - for (i = 0; cm->charger_stat[i]; i++) { - if (psy == cm->charger_stat[i]) { + for (i = 0; cm->desc->psy_charger_stat[i]; i++) { + if (!strcmp(psy->name, cm->desc->psy_charger_stat[i])) { found = true; break; } --- linux-lts-utopic-3.16.0.orig/drivers/power/gpio-charger.c +++ linux-lts-utopic-3.16.0/drivers/power/gpio-charger.c @@ -168,7 +168,7 @@ if (device_may_wakeup(dev)) gpio_charger->wakeup_enabled = - enable_irq_wake(gpio_charger->irq); + !enable_irq_wake(gpio_charger->irq); return 0; } @@ -178,7 +178,7 @@ struct platform_device *pdev = to_platform_device(dev); struct gpio_charger *gpio_charger = platform_get_drvdata(pdev); - if (gpio_charger->wakeup_enabled) + if (device_may_wakeup(dev) && gpio_charger->wakeup_enabled) disable_irq_wake(gpio_charger->irq); power_supply_changed(&gpio_charger->charger); --- linux-lts-utopic-3.16.0.orig/drivers/power/lp8788-charger.c +++ linux-lts-utopic-3.16.0/drivers/power/lp8788-charger.c @@ -417,8 +417,10 @@ pchg->battery.num_properties = ARRAY_SIZE(lp8788_battery_prop); pchg->battery.get_property = lp8788_battery_get_property; - if (power_supply_register(&pdev->dev, &pchg->battery)) + if (power_supply_register(&pdev->dev, &pchg->battery)) { + power_supply_unregister(&pchg->charger); return -EPERM; + } return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/power/reset/Kconfig +++ linux-lts-utopic-3.16.0/drivers/power/reset/Kconfig @@ -80,3 +80,10 @@ help Reboot support for the KEYSTONE SoCs. +config POWER_RESET_SYSCON + bool "Generic SYSCON regmap reset driver" + depends on MFD_SYSCON + depends on POWER_RESET + depends on ARCH_XGENE + help + Reboot support for generic SYSCON mapped register reset. --- linux-lts-utopic-3.16.0.orig/drivers/power/reset/Makefile +++ linux-lts-utopic-3.16.0/drivers/power/reset/Makefile @@ -8,3 +8,4 @@ obj-$(CONFIG_POWER_RESET_VEXPRESS) += vexpress-poweroff.o obj-$(CONFIG_POWER_RESET_XGENE) += xgene-reboot.o obj-$(CONFIG_POWER_RESET_KEYSTONE) += keystone-reset.o +obj-$(CONFIG_POWER_RESET_SYSCON) += syscon-reboot.o --- linux-lts-utopic-3.16.0.orig/drivers/power/reset/syscon-reboot.c +++ linux-lts-utopic-3.16.0/drivers/power/reset/syscon-reboot.c @@ -0,0 +1,100 @@ +/* + * Generic Syscon Reboot Driver + * + * Copyright (c) 2013, Applied Micro Circuits Corporation + * Author: Feng Kan + * + * 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; either version 2 of + * the License, or (at your option) any later version. + * + * 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., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + * This driver provides system reboot functionality for APM X-Gene SoC. + * For system shutdown, this is board specify. If a board designer + * implements GPIO shutdown, use the gpio-poweroff.c driver. + */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +struct syscon_reboot_context { + struct regmap *map; + u32 offset; + u32 mask; +}; + +static struct syscon_reboot_context *syscon_reboot_ctx; + +static void syscon_restart(enum reboot_mode reboot_mode, const char *cmd) +{ + struct syscon_reboot_context *ctx = syscon_reboot_ctx; + unsigned long timeout; + + /* Issue the reboot */ + if (ctx->map) + regmap_write(ctx->map, ctx->offset, ctx->mask); + + timeout = jiffies + HZ; + while (time_before(jiffies, timeout)) + cpu_relax(); + + pr_emerg("Unable to restart system\n"); +} + +static int syscon_reboot_probe(struct platform_device *pdev) +{ + struct syscon_reboot_context *ctx; + struct device *dev = &pdev->dev; + + ctx = devm_kzalloc(&pdev->dev, sizeof(*ctx), GFP_KERNEL); + if (!ctx) { + dev_err(&pdev->dev, "out of memory for context\n"); + return -ENOMEM; + } + + ctx->map = syscon_regmap_lookup_by_phandle(dev->of_node, "regmap"); + if (IS_ERR(ctx->map)) + return PTR_ERR(ctx->map); + + if (of_property_read_u32(pdev->dev.of_node, "offset", &ctx->offset)) + return -EINVAL; + + if (of_property_read_u32(pdev->dev.of_node, "mask", &ctx->mask)) + return -EINVAL; + + arm_pm_restart = syscon_restart; + syscon_reboot_ctx = ctx; + + return 0; +} + +static struct of_device_id syscon_reboot_of_match[] = { + { .compatible = "syscon-reboot" }, + {} +}; + +static struct platform_driver syscon_reboot_driver = { + .probe = syscon_reboot_probe, + .driver = { + .name = "syscon-reboot", + .of_match_table = syscon_reboot_of_match, + }, +}; +module_platform_driver(syscon_reboot_driver); --- linux-lts-utopic-3.16.0.orig/drivers/power/test_power.c +++ linux-lts-utopic-3.16.0/drivers/power/test_power.c @@ -275,6 +275,8 @@ buf[MAX_KEYLENGTH-1] = '\0'; cr = strnlen(buf, MAX_KEYLENGTH) - 1; + if (cr < 0) + return def_val; if (buf[cr] == '\n') buf[cr] = '\0'; --- linux-lts-utopic-3.16.0.orig/drivers/power/twl4030_madc_battery.c +++ linux-lts-utopic-3.16.0/drivers/power/twl4030_madc_battery.c @@ -192,6 +192,7 @@ { struct twl4030_madc_battery *twl4030_madc_bat; struct twl4030_madc_bat_platform_data *pdata = pdev->dev.platform_data; + int ret = 0; twl4030_madc_bat = kzalloc(sizeof(*twl4030_madc_bat), GFP_KERNEL); if (!twl4030_madc_bat) @@ -216,9 +217,11 @@ twl4030_madc_bat->pdata = pdata; platform_set_drvdata(pdev, twl4030_madc_bat); - power_supply_register(&pdev->dev, &twl4030_madc_bat->psy); + ret = power_supply_register(&pdev->dev, &twl4030_madc_bat->psy); + if (ret < 0) + kfree(twl4030_madc_bat); - return 0; + return ret; } static int twl4030_madc_battery_remove(struct platform_device *pdev) --- linux-lts-utopic-3.16.0.orig/drivers/power/wm831x_power.c +++ linux-lts-utopic-3.16.0/drivers/power/wm831x_power.c @@ -567,7 +567,7 @@ irq = wm831x_irq(wm831x, platform_get_irq_byname(pdev, "SYSLO")); ret = request_threaded_irq(irq, NULL, wm831x_syslo_irq, - IRQF_TRIGGER_RISING, "System power low", + IRQF_TRIGGER_RISING | IRQF_ONESHOT, "System power low", power); if (ret != 0) { dev_err(&pdev->dev, "Failed to request SYSLO IRQ %d: %d\n", @@ -577,7 +577,7 @@ irq = wm831x_irq(wm831x, platform_get_irq_byname(pdev, "PWR SRC")); ret = request_threaded_irq(irq, NULL, wm831x_pwr_src_irq, - IRQF_TRIGGER_RISING, "Power source", + IRQF_TRIGGER_RISING | IRQF_ONESHOT, "Power source", power); if (ret != 0) { dev_err(&pdev->dev, "Failed to request PWR SRC IRQ %d: %d\n", @@ -590,7 +590,7 @@ platform_get_irq_byname(pdev, wm831x_bat_irqs[i])); ret = request_threaded_irq(irq, NULL, wm831x_bat_irq, - IRQF_TRIGGER_RISING, + IRQF_TRIGGER_RISING | IRQF_ONESHOT, wm831x_bat_irqs[i], power); if (ret != 0) { --- linux-lts-utopic-3.16.0.orig/drivers/powercap/intel_rapl.c +++ linux-lts-utopic-3.16.0/drivers/powercap/intel_rapl.c @@ -953,6 +953,7 @@ { X86_VENDOR_INTEL, 6, 0x3a},/* Ivy Bridge */ { X86_VENDOR_INTEL, 6, 0x3c},/* Haswell */ { X86_VENDOR_INTEL, 6, 0x3d},/* Broadwell */ + { X86_VENDOR_INTEL, 6, 0x3f},/* Haswell */ { X86_VENDOR_INTEL, 6, 0x45},/* Haswell ULT */ /* TODO: Add more CPU IDs after testing */ {} @@ -1166,11 +1167,10 @@ for (i = 0; i < RAPL_DOMAIN_MAX; i++) { /* use physical package id to read counters */ - if (!rapl_check_domain(cpu, i)) + if (!rapl_check_domain(cpu, i)) { rp->domain_map |= 1 << i; - else - pr_warn("RAPL domain %s detection failed\n", - rapl_domain_names[i]); + pr_info("Found RAPL domain %s\n", rapl_domain_names[i]); + } } rp->nr_domains = bitmap_weight(&rp->domain_map, RAPL_DOMAIN_MAX); if (!rp->nr_domains) { @@ -1190,10 +1190,13 @@ for (rd = rp->domains; rd < rp->domains + rp->nr_domains; rd++) { /* check if the domain is locked by BIOS */ - if (rapl_read_data_raw(rd, FW_LOCK, false, &locked)) { + ret = rapl_read_data_raw(rd, FW_LOCK, false, &locked); + if (ret) + return ret; + if (locked) { pr_info("RAPL package %d domain %s locked by BIOS\n", rp->id, rd->name); - rd->state |= DOMAIN_STATE_BIOS_LOCKED; + rd->state |= DOMAIN_STATE_BIOS_LOCKED; } } --- linux-lts-utopic-3.16.0.orig/drivers/pwm/core.c +++ linux-lts-utopic-3.16.0/drivers/pwm/core.c @@ -606,6 +606,8 @@ unsigned int best = 0; struct pwm_lookup *p; unsigned int match; + unsigned int period; + enum pwm_polarity polarity; /* look up via DT first */ if (IS_ENABLED(CONFIG_OF) && dev && dev->of_node) @@ -653,6 +655,8 @@ if (match > best) { chip = pwmchip_find_by_name(p->provider); index = p->index; + period = p->period; + polarity = p->polarity; if (match != 3) best = match; @@ -668,8 +672,8 @@ if (IS_ERR(pwm)) return pwm; - pwm_set_period(pwm, p->period); - pwm_set_polarity(pwm, p->polarity); + pwm_set_period(pwm, period); + pwm_set_polarity(pwm, polarity); return pwm; --- linux-lts-utopic-3.16.0.orig/drivers/regulator/anatop-regulator.c +++ linux-lts-utopic-3.16.0/drivers/regulator/anatop-regulator.c @@ -283,6 +283,14 @@ sreg->sel = 0; sreg->bypass = true; } + + /* + * In case vddpu was disabled by the bootloader, we need to set + * a sane default until imx6-cpufreq was probed and changes the + * voltage to the correct value. In this case we set 1.25V. + */ + if (!sreg->sel && !strcmp(sreg->name, "vddpu")) + sreg->sel = 22; } else { rdesc->ops = &anatop_rops; } --- linux-lts-utopic-3.16.0.orig/drivers/regulator/arizona-ldo1.c +++ linux-lts-utopic-3.16.0/drivers/regulator/arizona-ldo1.c @@ -143,8 +143,6 @@ .map_voltage = regulator_map_voltage_linear, .get_voltage_sel = regulator_get_voltage_sel_regmap, .set_voltage_sel = regulator_set_voltage_sel_regmap, - .get_bypass = regulator_get_bypass_regmap, - .set_bypass = regulator_set_bypass_regmap, }; static const struct regulator_desc arizona_ldo1 = { --- linux-lts-utopic-3.16.0.orig/drivers/regulator/core.c +++ linux-lts-utopic-3.16.0/drivers/regulator/core.c @@ -773,7 +773,7 @@ static void print_constraints(struct regulator_dev *rdev) { struct regulation_constraints *constraints = rdev->constraints; - char buf[80] = ""; + char buf[160] = ""; int count = 0; int ret; @@ -1485,7 +1485,7 @@ } EXPORT_SYMBOL_GPL(regulator_get_optional); -/* Locks held by regulator_put() */ +/* regulator_list_mutex lock held by regulator_put() */ static void _regulator_put(struct regulator *regulator) { struct regulator_dev *rdev; @@ -1500,12 +1500,14 @@ /* remove any sysfs entries */ if (regulator->dev) sysfs_remove_link(&rdev->dev.kobj, regulator->supply_name); + mutex_lock(&rdev->mutex); kfree(regulator->supply_name); list_del(®ulator->list); kfree(regulator); rdev->open_count--; rdev->exclusive = 0; + mutex_unlock(&rdev->mutex); module_put(rdev->owner); } @@ -1769,10 +1771,12 @@ trace_regulator_enable(rdev_get_name(rdev)); if (rdev->ena_pin) { - ret = regulator_ena_gpio_ctrl(rdev, true); - if (ret < 0) - return ret; - rdev->ena_gpio_state = 1; + if (!rdev->ena_gpio_state) { + ret = regulator_ena_gpio_ctrl(rdev, true); + if (ret < 0) + return ret; + rdev->ena_gpio_state = 1; + } } else if (rdev->desc->ops->enable) { ret = rdev->desc->ops->enable(rdev); if (ret < 0) @@ -1902,10 +1906,12 @@ trace_regulator_disable(rdev_get_name(rdev)); if (rdev->ena_pin) { - ret = regulator_ena_gpio_ctrl(rdev, false); - if (ret < 0) - return ret; - rdev->ena_gpio_state = 0; + if (rdev->ena_gpio_state) { + ret = regulator_ena_gpio_ctrl(rdev, false); + if (ret < 0) + return ret; + rdev->ena_gpio_state = 0; + } } else if (rdev->desc->ops->disable) { ret = rdev->desc->ops->disable(rdev); @@ -3477,12 +3483,6 @@ config->ena_gpio, ret); goto wash; } - - if (config->ena_gpio_flags & GPIOF_OUT_INIT_HIGH) - rdev->ena_gpio_state = 1; - - if (config->ena_gpio_invert) - rdev->ena_gpio_state = !rdev->ena_gpio_state; } /* set regulator constraints */ @@ -3655,9 +3655,11 @@ list_for_each_entry(rdev, ®ulator_list, list) { mutex_lock(&rdev->mutex); if (rdev->use_count > 0 || rdev->constraints->always_on) { - error = _regulator_do_enable(rdev); - if (error) - ret = error; + if (!_regulator_is_enabled(rdev)) { + error = _regulator_do_enable(rdev); + if (error) + ret = error; + } } else { if (!have_full_constraints()) goto unlock; --- linux-lts-utopic-3.16.0.orig/drivers/regulator/ltc3589.c +++ linux-lts-utopic-3.16.0/drivers/regulator/ltc3589.c @@ -372,6 +372,7 @@ switch (reg) { case LTC3589_IRQSTAT: case LTC3589_PGSTAT: + case LTC3589_VCCR: return true; } return false; --- linux-lts-utopic-3.16.0.orig/drivers/regulator/max77693.c +++ linux-lts-utopic-3.16.0/drivers/regulator/max77693.c @@ -227,7 +227,7 @@ struct max77693_dev *iodev = dev_get_drvdata(pdev->dev.parent); struct max77693_regulator_data *rdata = NULL; int num_rdata, i; - struct regulator_config config; + struct regulator_config config = { }; num_rdata = max77693_pmic_init_rdata(&pdev->dev, &rdata); if (!rdata || num_rdata <= 0) { --- linux-lts-utopic-3.16.0.orig/drivers/regulator/pbias-regulator.c +++ linux-lts-utopic-3.16.0/drivers/regulator/pbias-regulator.c @@ -30,6 +30,7 @@ struct pbias_reg_info { u32 enable; u32 enable_mask; + u32 disable_val; u32 vmode; unsigned int enable_time; char *name; @@ -62,6 +63,7 @@ .enable = BIT(1), .enable_mask = BIT(1), .vmode = BIT(0), + .disable_val = 0, .enable_time = 100, .name = "pbias_mmc_omap2430" }; @@ -77,6 +79,7 @@ static const struct pbias_reg_info pbias_mmc_omap4 = { .enable = BIT(26) | BIT(22), .enable_mask = BIT(26) | BIT(25) | BIT(22), + .disable_val = BIT(25), .vmode = BIT(21), .enable_time = 100, .name = "pbias_mmc_omap4" @@ -85,6 +88,7 @@ static const struct pbias_reg_info pbias_mmc_omap5 = { .enable = BIT(27) | BIT(26), .enable_mask = BIT(27) | BIT(25) | BIT(26), + .disable_val = BIT(25), .vmode = BIT(21), .enable_time = 100, .name = "pbias_mmc_omap5" @@ -159,6 +163,7 @@ drvdata[data_idx].desc.enable_reg = res->start; drvdata[data_idx].desc.enable_mask = info->enable_mask; drvdata[data_idx].desc.enable_val = info->enable; + drvdata[data_idx].desc.disable_val = info->disable_val; cfg.init_data = pbias_matches[idx].init_data; cfg.driver_data = &drvdata[data_idx]; --- linux-lts-utopic-3.16.0.orig/drivers/regulator/tps65218-regulator.c +++ linux-lts-utopic-3.16.0/drivers/regulator/tps65218-regulator.c @@ -68,7 +68,7 @@ static const struct regulator_linear_range dcdc4_ranges[] = { REGULATOR_LINEAR_RANGE(1175000, 0x0, 0xf, 25000), - REGULATOR_LINEAR_RANGE(1550000, 0x10, 0x34, 50000), + REGULATOR_LINEAR_RANGE(1600000, 0x10, 0x34, 50000), }; static struct tps_info tps65218_pmic_regs[] = { --- linux-lts-utopic-3.16.0.orig/drivers/remoteproc/remoteproc_debugfs.c +++ linux-lts-utopic-3.16.0/drivers/remoteproc/remoteproc_debugfs.c @@ -156,7 +156,7 @@ char buf[10]; int ret; - if (count > sizeof(buf)) + if (count < 1 || count > sizeof(buf)) return count; ret = copy_from_user(buf, user_buf, count); --- linux-lts-utopic-3.16.0.orig/drivers/reset/reset-sunxi.c +++ linux-lts-utopic-3.16.0/drivers/reset/reset-sunxi.c @@ -102,6 +102,8 @@ goto err_alloc; } + spin_lock_init(&data->lock); + data->rcdev.owner = THIS_MODULE; data->rcdev.nr_resets = size * 32; data->rcdev.ops = &sunxi_reset_ops; @@ -157,6 +159,8 @@ if (IS_ERR(data->membase)) return PTR_ERR(data->membase); + spin_lock_init(&data->lock); + data->rcdev.owner = THIS_MODULE; data->rcdev.nr_resets = resource_size(res) * 32; data->rcdev.ops = &sunxi_reset_ops; --- linux-lts-utopic-3.16.0.orig/drivers/rtc/Kconfig +++ linux-lts-utopic-3.16.0/drivers/rtc/Kconfig @@ -789,7 +789,7 @@ config RTC_DRV_EFI tristate "EFI RTC" - depends on IA64 + depends on EFI && !X86 help If you say yes here you will get support for the EFI Real Time Clock. --- linux-lts-utopic-3.16.0.orig/drivers/rtc/Makefile +++ linux-lts-utopic-3.16.0/drivers/rtc/Makefile @@ -10,6 +10,10 @@ obj-$(CONFIG_RTC_CLASS) += rtc-core.o rtc-core-y := class.o interface.o +ifdef CONFIG_RTC_DRV_EFI +rtc-core-y += rtc-efi-platform.o +endif + rtc-core-$(CONFIG_RTC_INTF_DEV) += rtc-dev.o rtc-core-$(CONFIG_RTC_INTF_PROC) += rtc-proc.o rtc-core-$(CONFIG_RTC_INTF_SYSFS) += rtc-sysfs.o --- linux-lts-utopic-3.16.0.orig/drivers/rtc/rtc-cmos.c +++ linux-lts-utopic-3.16.0/drivers/rtc/rtc-cmos.c @@ -856,7 +856,7 @@ cmos->dev = NULL; } -#ifdef CONFIG_PM_SLEEP +#ifdef CONFIG_PM static int cmos_suspend(struct device *dev) { @@ -907,6 +907,8 @@ return cmos_suspend(dev); } +#ifdef CONFIG_PM_SLEEP + static int cmos_resume(struct device *dev) { struct cmos_rtc *cmos = dev_get_drvdata(dev); @@ -954,6 +956,7 @@ return 0; } +#endif #else static inline int cmos_poweroff(struct device *dev) --- linux-lts-utopic-3.16.0.orig/drivers/rtc/rtc-ds1307.c +++ linux-lts-utopic-3.16.0/drivers/rtc/rtc-ds1307.c @@ -727,9 +727,9 @@ regs[3] = bin2bcd(t->time.tm_sec); regs[4] = bin2bcd(t->time.tm_min); regs[5] = bin2bcd(t->time.tm_hour); - regs[6] = bin2bcd(t->time.tm_wday) + 1; + regs[6] = bin2bcd(t->time.tm_wday + 1); regs[7] = bin2bcd(t->time.tm_mday); - regs[8] = bin2bcd(t->time.tm_mon) + 1; + regs[8] = bin2bcd(t->time.tm_mon + 1); /* Clear the alarm 0 interrupt flag. */ regs[6] &= ~MCP7941X_BIT_ALMX_IF; --- linux-lts-utopic-3.16.0.orig/drivers/rtc/rtc-efi-platform.c +++ linux-lts-utopic-3.16.0/drivers/rtc/rtc-efi-platform.c @@ -0,0 +1,31 @@ +/* + * Moved from arch/ia64/kernel/time.c + * + * Copyright (C) 1998-2003 Hewlett-Packard Co + * Stephane Eranian + * David Mosberger + * Copyright (C) 1999 Don Dugger + * Copyright (C) 1999-2000 VA Linux Systems + * Copyright (C) 1999-2000 Walt Drummond + */ +#include +#include +#include +#include +#include + +static struct platform_device rtc_efi_dev = { + .name = "rtc-efi", + .id = -1, +}; + +static int __init rtc_init(void) +{ + if (efi_enabled(EFI_RUNTIME_SERVICES)) + if (platform_device_register(&rtc_efi_dev) < 0) + pr_err("unable to register rtc device...\n"); + + /* not necessarily an error */ + return 0; +} +module_init(rtc_init); --- linux-lts-utopic-3.16.0.orig/drivers/rtc/rtc-isl12057.c +++ linux-lts-utopic-3.16.0/drivers/rtc/rtc-isl12057.c @@ -88,7 +88,7 @@ tm->tm_min = bcd2bin(regs[ISL12057_REG_RTC_MN]); if (regs[ISL12057_REG_RTC_HR] & ISL12057_REG_RTC_HR_MIL) { /* AM/PM */ - tm->tm_hour = bcd2bin(regs[ISL12057_REG_RTC_HR] & 0x0f); + tm->tm_hour = bcd2bin(regs[ISL12057_REG_RTC_HR] & 0x1f); if (regs[ISL12057_REG_RTC_HR] & ISL12057_REG_RTC_HR_PM) tm->tm_hour += 12; } else { /* 24 hour mode */ @@ -97,7 +97,7 @@ tm->tm_mday = bcd2bin(regs[ISL12057_REG_RTC_DT]); tm->tm_wday = bcd2bin(regs[ISL12057_REG_RTC_DW]) - 1; /* starts at 1 */ - tm->tm_mon = bcd2bin(regs[ISL12057_REG_RTC_MO]) - 1; /* starts at 1 */ + tm->tm_mon = bcd2bin(regs[ISL12057_REG_RTC_MO] & 0x1f) - 1; /* ditto */ tm->tm_year = bcd2bin(regs[ISL12057_REG_RTC_YR]) + 100; } --- linux-lts-utopic-3.16.0.orig/drivers/rtc/rtc-omap.c +++ linux-lts-utopic-3.16.0/drivers/rtc/rtc-omap.c @@ -416,6 +416,8 @@ rtc_writel(KICK1_VALUE, OMAP_RTC_KICK1_REG); } + device_init_wakeup(&pdev->dev, true); + rtc = devm_rtc_device_register(&pdev->dev, pdev->name, &omap_rtc_ops, THIS_MODULE); if (IS_ERR(rtc)) { @@ -431,8 +433,10 @@ rtc_write(0, OMAP_RTC_INTERRUPTS_REG); /* enable RTC functional clock */ - if (id_entry->driver_data & OMAP_RTC_HAS_32KCLK_EN) - rtc_writel(OMAP_RTC_OSC_32KCLK_EN, OMAP_RTC_OSC_REG); + if (id_entry->driver_data & OMAP_RTC_HAS_32KCLK_EN) { + reg = rtc_read(OMAP_RTC_OSC_REG); + rtc_writel(reg | OMAP_RTC_OSC_32KCLK_EN, OMAP_RTC_OSC_REG); + } /* clear old status */ reg = rtc_read(OMAP_RTC_STATUS_REG); @@ -482,8 +486,6 @@ * is write-only, and always reads as zero...) */ - device_init_wakeup(&pdev->dev, true); - if (new_ctrl & (u8) OMAP_RTC_CTRL_SPLIT) pr_info("%s: split power mode\n", pdev->name); @@ -493,6 +495,7 @@ return 0; fail0: + device_init_wakeup(&pdev->dev, false); if (id_entry->driver_data & OMAP_RTC_HAS_KICKER) rtc_writel(0, OMAP_RTC_KICK0_REG); pm_runtime_put_sync(&pdev->dev); --- linux-lts-utopic-3.16.0.orig/drivers/rtc/rtc-s5m.c +++ linux-lts-utopic-3.16.0/drivers/rtc/rtc-s5m.c @@ -644,6 +644,16 @@ case S2MPS14X: data[0] = (0 << BCD_EN_SHIFT) | (1 << MODEL24_SHIFT); ret = regmap_write(info->regmap, info->regs->ctrl, data[0]); + if (ret < 0) + break; + + /* + * Should set WUDR & (RUDR or AUDR) bits to high after writing + * RTC_CTRL register like writing Alarm registers. We can't find + * the description from datasheet but vendor code does that + * really. + */ + ret = s5m8767_rtc_set_alarm_reg(info); break; default: @@ -825,6 +835,7 @@ static const struct platform_device_id s5m_rtc_id[] = { { "s5m-rtc", S5M8767X }, { "s2mps14-rtc", S2MPS14X }, + { }, }; static struct platform_driver s5m_rtc_driver = { --- linux-lts-utopic-3.16.0.orig/drivers/rtc/rtc-sirfsoc.c +++ linux-lts-utopic-3.16.0/drivers/rtc/rtc-sirfsoc.c @@ -286,14 +286,6 @@ rtc_div = ((32768 / RTC_HZ) / 2) - 1; sirfsoc_rtc_iobrg_writel(rtc_div, rtcdrv->rtc_base + RTC_DIV); - rtcdrv->rtc = devm_rtc_device_register(&pdev->dev, pdev->name, - &sirfsoc_rtc_ops, THIS_MODULE); - if (IS_ERR(rtcdrv->rtc)) { - err = PTR_ERR(rtcdrv->rtc); - dev_err(&pdev->dev, "can't register RTC device\n"); - return err; - } - /* 0x3 -> RTC_CLK */ sirfsoc_rtc_iobrg_writel(SIRFSOC_RTC_CLK, rtcdrv->rtc_base + RTC_CLOCK_SWITCH); @@ -308,6 +300,14 @@ rtcdrv->overflow_rtc = sirfsoc_rtc_iobrg_readl(rtcdrv->rtc_base + RTC_SW_VALUE); + rtcdrv->rtc = devm_rtc_device_register(&pdev->dev, pdev->name, + &sirfsoc_rtc_ops, THIS_MODULE); + if (IS_ERR(rtcdrv->rtc)) { + err = PTR_ERR(rtcdrv->rtc); + dev_err(&pdev->dev, "can't register RTC device\n"); + return err; + } + rtcdrv->irq = platform_get_irq(pdev, 0); err = devm_request_irq( &pdev->dev, --- linux-lts-utopic-3.16.0.orig/drivers/s390/block/dasd_alias.c +++ linux-lts-utopic-3.16.0/drivers/s390/block/dasd_alias.c @@ -264,8 +264,10 @@ spin_unlock_irqrestore(&lcu->lock, flags); cancel_work_sync(&lcu->suc_data.worker); spin_lock_irqsave(&lcu->lock, flags); - if (device == lcu->suc_data.device) + if (device == lcu->suc_data.device) { + dasd_put_device(device); lcu->suc_data.device = NULL; + } } was_pending = 0; if (device == lcu->ruac_data.device) { @@ -273,8 +275,10 @@ was_pending = 1; cancel_delayed_work_sync(&lcu->ruac_data.dwork); spin_lock_irqsave(&lcu->lock, flags); - if (device == lcu->ruac_data.device) + if (device == lcu->ruac_data.device) { + dasd_put_device(device); lcu->ruac_data.device = NULL; + } } private->lcu = NULL; spin_unlock_irqrestore(&lcu->lock, flags); @@ -549,8 +553,10 @@ if ((rc && (rc != -EOPNOTSUPP)) || (lcu->flags & NEED_UAC_UPDATE)) { DBF_DEV_EVENT(DBF_WARNING, device, "could not update" " alias data in lcu (rc = %d), retry later", rc); - schedule_delayed_work(&lcu->ruac_data.dwork, 30*HZ); + if (!schedule_delayed_work(&lcu->ruac_data.dwork, 30*HZ)) + dasd_put_device(device); } else { + dasd_put_device(device); lcu->ruac_data.device = NULL; lcu->flags &= ~UPDATE_PENDING; } @@ -593,8 +599,10 @@ */ if (!usedev) return -EINVAL; + dasd_get_device(usedev); lcu->ruac_data.device = usedev; - schedule_delayed_work(&lcu->ruac_data.dwork, 0); + if (!schedule_delayed_work(&lcu->ruac_data.dwork, 0)) + dasd_put_device(usedev); return 0; } @@ -722,7 +730,7 @@ ASCEBC((char *) &cqr->magic, 4); ccw = cqr->cpaddr; ccw->cmd_code = DASD_ECKD_CCW_RSCK; - ccw->flags = 0 ; + ccw->flags = CCW_FLAG_SLI; ccw->count = 16; ccw->cda = (__u32)(addr_t) cqr->data; ((char *)cqr->data)[0] = reason; @@ -926,6 +934,7 @@ /* 3. read new alias configuration */ _schedule_lcu_update(lcu, device); lcu->suc_data.device = NULL; + dasd_put_device(device); spin_unlock_irqrestore(&lcu->lock, flags); } @@ -985,6 +994,8 @@ } lcu->suc_data.reason = reason; lcu->suc_data.device = device; + dasd_get_device(device); spin_unlock(&lcu->lock); - schedule_work(&lcu->suc_data.worker); + if (!schedule_work(&lcu->suc_data.worker)) + dasd_put_device(device); }; --- linux-lts-utopic-3.16.0.orig/drivers/s390/char/con3215.c +++ linux-lts-utopic-3.16.0/drivers/s390/char/con3215.c @@ -288,12 +288,16 @@ unsigned long flags; spin_lock_irqsave(get_ccwdev_lock(raw->cdev), flags); - if (raw->flags & RAW3215_TIMER_RUNS) { - del_timer(&raw->timer); - raw->flags &= ~RAW3215_TIMER_RUNS; - if (!(raw->port.flags & ASYNC_SUSPENDED)) { - raw3215_mk_write_req(raw); - raw3215_start_io(raw); + raw->flags &= ~RAW3215_TIMER_RUNS; + if (!(raw->port.flags & ASYNC_SUSPENDED)) { + raw3215_mk_write_req(raw); + raw3215_start_io(raw); + if ((raw->queued_read || raw->queued_write) && + !(raw->flags & RAW3215_WORKING) && + !(raw->flags & RAW3215_TIMER_RUNS)) { + raw->timer.expires = RAW3215_TIMEOUT + jiffies; + add_timer(&raw->timer); + raw->flags |= RAW3215_TIMER_RUNS; } } spin_unlock_irqrestore(get_ccwdev_lock(raw->cdev), flags); @@ -317,17 +321,15 @@ (raw->flags & RAW3215_FLUSHING)) { /* execute write requests bigger than minimum size */ raw3215_start_io(raw); - if (raw->flags & RAW3215_TIMER_RUNS) { - del_timer(&raw->timer); - raw->flags &= ~RAW3215_TIMER_RUNS; - } - } else if (!(raw->flags & RAW3215_TIMER_RUNS)) { - /* delay small writes */ - raw->timer.expires = RAW3215_TIMEOUT + jiffies; - add_timer(&raw->timer); - raw->flags |= RAW3215_TIMER_RUNS; } } + if ((raw->queued_read || raw->queued_write) && + !(raw->flags & RAW3215_WORKING) && + !(raw->flags & RAW3215_TIMER_RUNS)) { + raw->timer.expires = RAW3215_TIMEOUT + jiffies; + add_timer(&raw->timer); + raw->flags |= RAW3215_TIMER_RUNS; + } } /* @@ -1033,12 +1035,26 @@ const unsigned char *buf, int count) { struct raw3215_info *raw; + int i, written; if (!tty) return 0; raw = (struct raw3215_info *) tty->driver_data; - raw3215_write(raw, buf, count); - return count; + written = count; + while (count > 0) { + for (i = 0; i < count; i++) + if (buf[i] == '\t' || buf[i] == '\n') + break; + raw3215_write(raw, buf, i); + count -= i; + buf += i; + if (count > 0) { + raw3215_putchar(raw, *buf); + count--; + buf++; + } + } + return written; } /* @@ -1186,7 +1202,7 @@ driver->subtype = SYSTEM_TYPE_TTY; driver->init_termios = tty_std_termios; driver->init_termios.c_iflag = IGNBRK | IGNPAR; - driver->init_termios.c_oflag = ONLCR | XTABS; + driver->init_termios.c_oflag = ONLCR; driver->init_termios.c_lflag = ISIG; driver->flags = TTY_DRIVER_REAL_RAW; tty_set_operations(driver, &tty3215_ops); --- linux-lts-utopic-3.16.0.orig/drivers/s390/char/sclp_early.c +++ linux-lts-utopic-3.16.0/drivers/s390/char/sclp_early.c @@ -7,6 +7,7 @@ #define KMSG_COMPONENT "sclp_early" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt +#include #include #include #include --- linux-lts-utopic-3.16.0.orig/drivers/s390/crypto/ap_bus.c +++ linux-lts-utopic-3.16.0/drivers/s390/crypto/ap_bus.c @@ -44,6 +44,7 @@ #include #include #include +#include #include "ap_bus.h" @@ -71,7 +72,7 @@ MODULE_DESCRIPTION("Adjunct Processor Bus driver, " \ "Copyright IBM Corp. 2006, 2012"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("z90crypt"); +MODULE_ALIAS_CRYPTO("z90crypt"); /* * Module parameter --- linux-lts-utopic-3.16.0.orig/drivers/s390/kvm/virtio_ccw.c +++ linux-lts-utopic-3.16.0/drivers/s390/kvm/virtio_ccw.c @@ -64,6 +64,7 @@ bool is_thinint; bool going_away; bool device_lost; + unsigned int config_ready; void *airq_info; }; @@ -758,8 +759,11 @@ if (ret) goto out_free; - memcpy(vcdev->config, config_area, sizeof(vcdev->config)); - memcpy(buf, &vcdev->config[offset], len); + memcpy(vcdev->config, config_area, offset + len); + if (buf) + memcpy(buf, &vcdev->config[offset], len); + if (vcdev->config_ready < offset + len) + vcdev->config_ready = offset + len; out_free: kfree(config_area); @@ -782,6 +786,9 @@ if (!config_area) goto out_free; + /* Make sure we don't overwrite fields. */ + if (vcdev->config_ready < offset) + virtio_ccw_get_config(vdev, 0, NULL, offset); memcpy(&vcdev->config[offset], buf, len); /* Write the config area to the host. */ memcpy(config_area, vcdev->config, sizeof(vcdev->config)); --- linux-lts-utopic-3.16.0.orig/drivers/s390/net/qeth_l2_main.c +++ linux-lts-utopic-3.16.0/drivers/s390/net/qeth_l2_main.c @@ -977,6 +977,7 @@ qeth_l2_request_initial_mac(card); SET_NETDEV_DEV(card->dev, &card->gdev->dev); netif_napi_add(card->dev, &card->napi, qeth_l2_poll, QETH_NAPI_WEIGHT); + netif_carrier_off(card->dev); return register_netdev(card->dev); } --- linux-lts-utopic-3.16.0.orig/drivers/s390/net/qeth_l3_main.c +++ linux-lts-utopic-3.16.0/drivers/s390/net/qeth_l3_main.c @@ -3310,6 +3310,7 @@ SET_NETDEV_DEV(card->dev, &card->gdev->dev); netif_napi_add(card->dev, &card->napi, qeth_l3_poll, QETH_NAPI_WEIGHT); + netif_carrier_off(card->dev); return register_netdev(card->dev); } --- linux-lts-utopic-3.16.0.orig/drivers/sbus/char/bbc_envctrl.c +++ linux-lts-utopic-3.16.0/drivers/sbus/char/bbc_envctrl.c @@ -452,6 +452,9 @@ if (!tp) return; + INIT_LIST_HEAD(&tp->bp_list); + INIT_LIST_HEAD(&tp->glob_list); + tp->client = bbc_i2c_attach(bp, op); if (!tp->client) { kfree(tp); @@ -497,6 +500,9 @@ if (!fp) return; + INIT_LIST_HEAD(&fp->bp_list); + INIT_LIST_HEAD(&fp->glob_list); + fp->client = bbc_i2c_attach(bp, op); if (!fp->client) { kfree(fp); --- linux-lts-utopic-3.16.0.orig/drivers/sbus/char/bbc_i2c.c +++ linux-lts-utopic-3.16.0/drivers/sbus/char/bbc_i2c.c @@ -300,13 +300,18 @@ if (!bp) return NULL; + INIT_LIST_HEAD(&bp->temps); + INIT_LIST_HEAD(&bp->fans); + bp->i2c_control_regs = of_ioremap(&op->resource[0], 0, 0x2, "bbc_i2c_regs"); if (!bp->i2c_control_regs) goto fail; - bp->i2c_bussel_reg = of_ioremap(&op->resource[1], 0, 0x1, "bbc_i2c_bussel"); - if (!bp->i2c_bussel_reg) - goto fail; + if (op->num_resources == 2) { + bp->i2c_bussel_reg = of_ioremap(&op->resource[1], 0, 0x1, "bbc_i2c_bussel"); + if (!bp->i2c_bussel_reg) + goto fail; + } bp->waiting = 0; init_waitqueue_head(&bp->wq); --- linux-lts-utopic-3.16.0.orig/drivers/scsi/3w-9xxx.c +++ linux-lts-utopic-3.16.0/drivers/scsi/3w-9xxx.c @@ -149,7 +149,6 @@ static int twa_scsiop_execute_scsi(TW_Device_Extension *tw_dev, int request_id, char *cdb, int use_sg, TW_SG_Entry *sglistarg); static void twa_scsiop_execute_scsi_complete(TW_Device_Extension *tw_dev, int request_id); static char *twa_string_lookup(twa_message_type *table, unsigned int aen_code); -static void twa_unmap_scsi_data(TW_Device_Extension *tw_dev, int request_id); /* Functions */ @@ -226,6 +225,17 @@ .llseek = noop_llseek, }; +/* + * The controllers use an inline buffer instead of a mapped SGL for small, + * single entry buffers. Note that we treat a zero-length transfer like + * a mapped SGL. + */ +static bool twa_command_mapped(struct scsi_cmnd *cmd) +{ + return scsi_sg_count(cmd) != 1 || + scsi_bufflen(cmd) >= TW_MIN_SGL_LENGTH; +} + /* This function will complete an aen request from the isr */ static int twa_aen_complete(TW_Device_Extension *tw_dev, int request_id) { @@ -1352,11 +1362,12 @@ } /* Now complete the io */ + if (twa_command_mapped(cmd)) + scsi_dma_unmap(cmd); + cmd->scsi_done(cmd); tw_dev->state[request_id] = TW_S_COMPLETED; twa_free_request_id(tw_dev, request_id); tw_dev->posted_request_count--; - tw_dev->srb[request_id]->scsi_done(tw_dev->srb[request_id]); - twa_unmap_scsi_data(tw_dev, request_id); } /* Check for valid status after each drain */ @@ -1414,26 +1425,6 @@ } } /* End twa_load_sgl() */ -/* This function will perform a pci-dma mapping for a scatter gather list */ -static int twa_map_scsi_sg_data(TW_Device_Extension *tw_dev, int request_id) -{ - int use_sg; - struct scsi_cmnd *cmd = tw_dev->srb[request_id]; - - use_sg = scsi_dma_map(cmd); - if (!use_sg) - return 0; - else if (use_sg < 0) { - TW_PRINTK(tw_dev->host, TW_DRIVER, 0x1c, "Failed to map scatter gather list"); - return 0; - } - - cmd->SCp.phase = TW_PHASE_SGLIST; - cmd->SCp.have_data_in = use_sg; - - return use_sg; -} /* End twa_map_scsi_sg_data() */ - /* This function will poll for a response interrupt of a request */ static int twa_poll_response(TW_Device_Extension *tw_dev, int request_id, int seconds) { @@ -1612,9 +1603,12 @@ (tw_dev->state[i] != TW_S_INITIAL) && (tw_dev->state[i] != TW_S_COMPLETED)) { if (tw_dev->srb[i]) { - tw_dev->srb[i]->result = (DID_RESET << 16); - tw_dev->srb[i]->scsi_done(tw_dev->srb[i]); - twa_unmap_scsi_data(tw_dev, i); + struct scsi_cmnd *cmd = tw_dev->srb[i]; + + cmd->result = (DID_RESET << 16); + if (twa_command_mapped(cmd)) + scsi_dma_unmap(cmd); + cmd->scsi_done(cmd); } } } @@ -1793,21 +1787,20 @@ /* Save the scsi command for use by the ISR */ tw_dev->srb[request_id] = SCpnt; - /* Initialize phase to zero */ - SCpnt->SCp.phase = TW_PHASE_INITIAL; - retval = twa_scsiop_execute_scsi(tw_dev, request_id, NULL, 0, NULL); switch (retval) { case SCSI_MLQUEUE_HOST_BUSY: + if (twa_command_mapped(SCpnt)) + scsi_dma_unmap(SCpnt); twa_free_request_id(tw_dev, request_id); - twa_unmap_scsi_data(tw_dev, request_id); break; case 1: - tw_dev->state[request_id] = TW_S_COMPLETED; - twa_free_request_id(tw_dev, request_id); - twa_unmap_scsi_data(tw_dev, request_id); SCpnt->result = (DID_ERROR << 16); + if (twa_command_mapped(SCpnt)) + scsi_dma_unmap(SCpnt); done(SCpnt); + tw_dev->state[request_id] = TW_S_COMPLETED; + twa_free_request_id(tw_dev, request_id); retval = 0; } out: @@ -1865,8 +1858,7 @@ /* Map sglist from scsi layer to cmd packet */ if (scsi_sg_count(srb)) { - if ((scsi_sg_count(srb) == 1) && - (scsi_bufflen(srb) < TW_MIN_SGL_LENGTH)) { + if (!twa_command_mapped(srb)) { if (srb->sc_data_direction == DMA_TO_DEVICE || srb->sc_data_direction == DMA_BIDIRECTIONAL) scsi_sg_copy_to_buffer(srb, @@ -1875,8 +1867,8 @@ command_packet->sg_list[0].address = TW_CPU_TO_SGL(tw_dev->generic_buffer_phys[request_id]); command_packet->sg_list[0].length = cpu_to_le32(TW_MIN_SGL_LENGTH); } else { - sg_count = twa_map_scsi_sg_data(tw_dev, request_id); - if (sg_count == 0) + sg_count = scsi_dma_map(srb); + if (sg_count < 0) goto out; scsi_for_each_sg(srb, sg, sg_count, i) { @@ -1939,7 +1931,7 @@ { struct scsi_cmnd *cmd = tw_dev->srb[request_id]; - if (scsi_bufflen(cmd) < TW_MIN_SGL_LENGTH && + if (!twa_command_mapped(cmd) && (cmd->sc_data_direction == DMA_FROM_DEVICE || cmd->sc_data_direction == DMA_BIDIRECTIONAL)) { if (scsi_sg_count(cmd) == 1) { @@ -1991,15 +1983,6 @@ return(table[index].text); } /* End twa_string_lookup() */ -/* This function will perform a pci-dma unmap */ -static void twa_unmap_scsi_data(TW_Device_Extension *tw_dev, int request_id) -{ - struct scsi_cmnd *cmd = tw_dev->srb[request_id]; - - if (cmd->SCp.phase == TW_PHASE_SGLIST) - scsi_dma_unmap(cmd); -} /* End twa_unmap_scsi_data() */ - /* This function gets called when a disk is coming on-line */ static int twa_slave_configure(struct scsi_device *sdev) { --- linux-lts-utopic-3.16.0.orig/drivers/scsi/3w-9xxx.h +++ linux-lts-utopic-3.16.0/drivers/scsi/3w-9xxx.h @@ -324,11 +324,6 @@ #define TW_CURRENT_DRIVER_BUILD 0 #define TW_CURRENT_DRIVER_BRANCH 0 -/* Phase defines */ -#define TW_PHASE_INITIAL 0 -#define TW_PHASE_SINGLE 1 -#define TW_PHASE_SGLIST 2 - /* Misc defines */ #define TW_9550SX_DRAIN_COMPLETED 0xFFFF #define TW_SECTOR_SIZE 512 --- linux-lts-utopic-3.16.0.orig/drivers/scsi/3w-sas.c +++ linux-lts-utopic-3.16.0/drivers/scsi/3w-sas.c @@ -303,26 +303,6 @@ return 0; } /* End twl_post_command_packet() */ -/* This function will perform a pci-dma mapping for a scatter gather list */ -static int twl_map_scsi_sg_data(TW_Device_Extension *tw_dev, int request_id) -{ - int use_sg; - struct scsi_cmnd *cmd = tw_dev->srb[request_id]; - - use_sg = scsi_dma_map(cmd); - if (!use_sg) - return 0; - else if (use_sg < 0) { - TW_PRINTK(tw_dev->host, TW_DRIVER, 0x1, "Failed to map scatter gather list"); - return 0; - } - - cmd->SCp.phase = TW_PHASE_SGLIST; - cmd->SCp.have_data_in = use_sg; - - return use_sg; -} /* End twl_map_scsi_sg_data() */ - /* This function hands scsi cdb's to the firmware */ static int twl_scsiop_execute_scsi(TW_Device_Extension *tw_dev, int request_id, char *cdb, int use_sg, TW_SG_Entry_ISO *sglistarg) { @@ -370,8 +350,8 @@ if (!sglistarg) { /* Map sglist from scsi layer to cmd packet */ if (scsi_sg_count(srb)) { - sg_count = twl_map_scsi_sg_data(tw_dev, request_id); - if (sg_count == 0) + sg_count = scsi_dma_map(srb); + if (sg_count <= 0) goto out; scsi_for_each_sg(srb, sg, sg_count, i) { @@ -1116,15 +1096,6 @@ return retval; } /* End twl_initialize_device_extension() */ -/* This function will perform a pci-dma unmap */ -static void twl_unmap_scsi_data(TW_Device_Extension *tw_dev, int request_id) -{ - struct scsi_cmnd *cmd = tw_dev->srb[request_id]; - - if (cmd->SCp.phase == TW_PHASE_SGLIST) - scsi_dma_unmap(cmd); -} /* End twl_unmap_scsi_data() */ - /* This function will handle attention interrupts */ static int twl_handle_attention_interrupt(TW_Device_Extension *tw_dev) { @@ -1265,11 +1236,11 @@ } /* Now complete the io */ + scsi_dma_unmap(cmd); + cmd->scsi_done(cmd); tw_dev->state[request_id] = TW_S_COMPLETED; twl_free_request_id(tw_dev, request_id); tw_dev->posted_request_count--; - tw_dev->srb[request_id]->scsi_done(tw_dev->srb[request_id]); - twl_unmap_scsi_data(tw_dev, request_id); } /* Check for another response interrupt */ @@ -1414,10 +1385,12 @@ if ((tw_dev->state[i] != TW_S_FINISHED) && (tw_dev->state[i] != TW_S_INITIAL) && (tw_dev->state[i] != TW_S_COMPLETED)) { - if (tw_dev->srb[i]) { - tw_dev->srb[i]->result = (DID_RESET << 16); - tw_dev->srb[i]->scsi_done(tw_dev->srb[i]); - twl_unmap_scsi_data(tw_dev, i); + struct scsi_cmnd *cmd = tw_dev->srb[i]; + + if (cmd) { + cmd->result = (DID_RESET << 16); + scsi_dma_unmap(cmd); + cmd->scsi_done(cmd); } } } @@ -1521,9 +1494,6 @@ /* Save the scsi command for use by the ISR */ tw_dev->srb[request_id] = SCpnt; - /* Initialize phase to zero */ - SCpnt->SCp.phase = TW_PHASE_INITIAL; - retval = twl_scsiop_execute_scsi(tw_dev, request_id, NULL, 0, NULL); if (retval) { tw_dev->state[request_id] = TW_S_COMPLETED; --- linux-lts-utopic-3.16.0.orig/drivers/scsi/3w-sas.h +++ linux-lts-utopic-3.16.0/drivers/scsi/3w-sas.h @@ -103,10 +103,6 @@ #define TW_CURRENT_DRIVER_BUILD 0 #define TW_CURRENT_DRIVER_BRANCH 0 -/* Phase defines */ -#define TW_PHASE_INITIAL 0 -#define TW_PHASE_SGLIST 2 - /* Misc defines */ #define TW_SECTOR_SIZE 512 #define TW_MAX_UNITS 32 --- linux-lts-utopic-3.16.0.orig/drivers/scsi/3w-xxxx.c +++ linux-lts-utopic-3.16.0/drivers/scsi/3w-xxxx.c @@ -1284,32 +1284,6 @@ return 0; } /* End tw_initialize_device_extension() */ -static int tw_map_scsi_sg_data(struct pci_dev *pdev, struct scsi_cmnd *cmd) -{ - int use_sg; - - dprintk(KERN_WARNING "3w-xxxx: tw_map_scsi_sg_data()\n"); - - use_sg = scsi_dma_map(cmd); - if (use_sg < 0) { - printk(KERN_WARNING "3w-xxxx: tw_map_scsi_sg_data(): pci_map_sg() failed.\n"); - return 0; - } - - cmd->SCp.phase = TW_PHASE_SGLIST; - cmd->SCp.have_data_in = use_sg; - - return use_sg; -} /* End tw_map_scsi_sg_data() */ - -static void tw_unmap_scsi_data(struct pci_dev *pdev, struct scsi_cmnd *cmd) -{ - dprintk(KERN_WARNING "3w-xxxx: tw_unmap_scsi_data()\n"); - - if (cmd->SCp.phase == TW_PHASE_SGLIST) - scsi_dma_unmap(cmd); -} /* End tw_unmap_scsi_data() */ - /* This function will reset a device extension */ static int tw_reset_device_extension(TW_Device_Extension *tw_dev) { @@ -1332,8 +1306,8 @@ srb = tw_dev->srb[i]; if (srb != NULL) { srb->result = (DID_RESET << 16); - tw_dev->srb[i]->scsi_done(tw_dev->srb[i]); - tw_unmap_scsi_data(tw_dev->tw_pci_dev, tw_dev->srb[i]); + scsi_dma_unmap(srb); + srb->scsi_done(srb); } } } @@ -1780,8 +1754,8 @@ command_packet->byte8.io.lba = lba; command_packet->byte6.block_count = num_sectors; - use_sg = tw_map_scsi_sg_data(tw_dev->tw_pci_dev, tw_dev->srb[request_id]); - if (!use_sg) + use_sg = scsi_dma_map(srb); + if (use_sg <= 0) return 1; scsi_for_each_sg(tw_dev->srb[request_id], sg, use_sg, i) { @@ -1968,9 +1942,6 @@ /* Save the scsi command for use by the ISR */ tw_dev->srb[request_id] = SCpnt; - /* Initialize phase to zero */ - SCpnt->SCp.phase = TW_PHASE_INITIAL; - switch (*command) { case READ_10: case READ_6: @@ -2198,12 +2169,11 @@ /* Now complete the io */ if ((error != TW_ISR_DONT_COMPLETE)) { + scsi_dma_unmap(tw_dev->srb[request_id]); + tw_dev->srb[request_id]->scsi_done(tw_dev->srb[request_id]); tw_dev->state[request_id] = TW_S_COMPLETED; tw_state_request_finish(tw_dev, request_id); tw_dev->posted_request_count--; - tw_dev->srb[request_id]->scsi_done(tw_dev->srb[request_id]); - - tw_unmap_scsi_data(tw_dev->tw_pci_dev, tw_dev->srb[request_id]); } } --- linux-lts-utopic-3.16.0.orig/drivers/scsi/3w-xxxx.h +++ linux-lts-utopic-3.16.0/drivers/scsi/3w-xxxx.h @@ -195,11 +195,6 @@ #define TW_AEN_SMART_FAIL 0x000F #define TW_AEN_SBUF_FAIL 0x0024 -/* Phase defines */ -#define TW_PHASE_INITIAL 0 -#define TW_PHASE_SINGLE 1 -#define TW_PHASE_SGLIST 2 - /* Misc defines */ #define TW_ALIGNMENT_6000 64 /* 64 bytes */ #define TW_ALIGNMENT_7000 4 /* 4 bytes */ --- linux-lts-utopic-3.16.0.orig/drivers/scsi/NCR5380.c +++ linux-lts-utopic-3.16.0/drivers/scsi/NCR5380.c @@ -2646,14 +2646,14 @@ * * Purpose : abort a command * - * Inputs : cmd - the Scsi_Cmnd to abort, code - code to set the - * host byte of the result field to, if zero DID_ABORTED is + * Inputs : cmd - the Scsi_Cmnd to abort, code - code to set the + * host byte of the result field to, if zero DID_ABORTED is * used. * - * Returns : 0 - success, -1 on failure. + * Returns : SUCCESS - success, FAILED on failure. * - * XXX - there is no way to abort the command that is currently - * connected, you have to wait for it to complete. If this is + * XXX - there is no way to abort the command that is currently + * connected, you have to wait for it to complete. If this is * a problem, we could implement longjmp() / setjmp(), setjmp() * called where the loop started in NCR5380_main(). * @@ -2703,7 +2703,7 @@ * aborted flag and get back into our main loop. */ - return 0; + return SUCCESS; } #endif --- linux-lts-utopic-3.16.0.orig/drivers/scsi/aha1740.c +++ linux-lts-utopic-3.16.0/drivers/scsi/aha1740.c @@ -531,7 +531,7 @@ * quiet as possible... */ - return 0; + return SUCCESS; } static struct scsi_host_template aha1740_template = { --- linux-lts-utopic-3.16.0.orig/drivers/scsi/atari_NCR5380.c +++ linux-lts-utopic-3.16.0/drivers/scsi/atari_NCR5380.c @@ -2603,7 +2603,7 @@ * host byte of the result field to, if zero DID_ABORTED is * used. * - * Returns : 0 - success, -1 on failure. + * Returns : SUCCESS - success, FAILED on failure. * * XXX - there is no way to abort the command that is currently * connected, you have to wait for it to complete. If this is --- linux-lts-utopic-3.16.0.orig/drivers/scsi/be2iscsi/be_main.c +++ linux-lts-utopic-3.16.0/drivers/scsi/be2iscsi/be_main.c @@ -586,7 +586,6 @@ "beiscsi_hba_alloc - iscsi_host_alloc failed\n"); return NULL; } - shost->dma_boundary = pcidev->dma_mask; shost->max_id = BE2_MAX_SESSIONS; shost->max_channel = 0; shost->max_cmd_len = BEISCSI_MAX_CMD_LEN; @@ -5708,9 +5707,9 @@ hba_free: if (phba->msix_enabled) pci_disable_msix(phba->pcidev); - iscsi_host_remove(phba->shost); pci_dev_put(phba->pcidev); iscsi_host_free(phba->shost); + pci_set_drvdata(pcidev, NULL); disable_pci: pci_disable_device(pcidev); return ret; --- linux-lts-utopic-3.16.0.orig/drivers/scsi/be2iscsi/be_mgmt.c +++ linux-lts-utopic-3.16.0/drivers/scsi/be2iscsi/be_mgmt.c @@ -944,17 +944,20 @@ if (ip_action == IP_ACTION_ADD) { memcpy(req->ip_params.ip_record.ip_addr.addr, ip_param->value, - ip_param->len); + sizeof(req->ip_params.ip_record.ip_addr.addr)); if (subnet_param) memcpy(req->ip_params.ip_record.ip_addr.subnet_mask, - subnet_param->value, subnet_param->len); + subnet_param->value, + sizeof(req->ip_params.ip_record.ip_addr.subnet_mask)); } else { memcpy(req->ip_params.ip_record.ip_addr.addr, - if_info->ip_addr.addr, ip_param->len); + if_info->ip_addr.addr, + sizeof(req->ip_params.ip_record.ip_addr.addr)); memcpy(req->ip_params.ip_record.ip_addr.subnet_mask, - if_info->ip_addr.subnet_mask, ip_param->len); + if_info->ip_addr.subnet_mask, + sizeof(req->ip_params.ip_record.ip_addr.subnet_mask)); } rc = mgmt_exec_nonemb_cmd(phba, &nonemb_cmd, NULL, 0); @@ -982,7 +985,7 @@ req->action = gtway_action; req->ip_addr.ip_type = BE2_IPV4; - memcpy(req->ip_addr.addr, gt_addr, param_len); + memcpy(req->ip_addr.addr, gt_addr, sizeof(req->ip_addr.addr)); return mgmt_exec_nonemb_cmd(phba, &nonemb_cmd, NULL, 0); } --- linux-lts-utopic-3.16.0.orig/drivers/scsi/bfa/bfa_ioc.h +++ linux-lts-utopic-3.16.0/drivers/scsi/bfa/bfa_ioc.h @@ -72,7 +72,7 @@ } while (0) #define bfa_swap_words(_x) ( \ - ((_x) << 32) | ((_x) >> 32)) + ((u64)(_x) << 32) | ((u64)(_x) >> 32)) #ifdef __BIG_ENDIAN #define bfa_sge_to_be(_x) --- linux-lts-utopic-3.16.0.orig/drivers/scsi/bnx2fc/bnx2fc_fcoe.c +++ linux-lts-utopic-3.16.0/drivers/scsi/bnx2fc/bnx2fc_fcoe.c @@ -411,6 +411,7 @@ struct fc_frame_header *fh; struct fcoe_rcv_info *fr; struct fcoe_percpu_s *bg; + struct sk_buff *tmp_skb; unsigned short oxid; interface = container_of(ptype, struct bnx2fc_interface, @@ -423,6 +424,12 @@ goto err; } + tmp_skb = skb_share_check(skb, GFP_ATOMIC); + if (!tmp_skb) + goto err; + + skb = tmp_skb; + if (unlikely(eth_hdr(skb)->h_proto != htons(ETH_P_FCOE))) { printk(KERN_ERR PFX "bnx2fc_rcv: Wrong FC type frame\n"); goto err; --- linux-lts-utopic-3.16.0.orig/drivers/scsi/device_handler/scsi_dh_rdac.c +++ linux-lts-utopic-3.16.0/drivers/scsi/device_handler/scsi_dh_rdac.c @@ -569,7 +569,7 @@ /* * Command Lock contention */ - err = SCSI_DH_RETRY; + err = SCSI_DH_IMM_RETRY; break; default: break; @@ -619,6 +619,8 @@ err = mode_select_handle_sense(sdev, h->sense); if (err == SCSI_DH_RETRY && retry_cnt--) goto retry; + if (err == SCSI_DH_IMM_RETRY) + goto retry; } if (err == SCSI_DH_OK) { h->state = RDAC_STATE_ACTIVE; --- linux-lts-utopic-3.16.0.orig/drivers/scsi/esas2r/esas2r_main.c +++ linux-lts-utopic-3.16.0/drivers/scsi/esas2r/esas2r_main.c @@ -1057,7 +1057,7 @@ cmd->scsi_done(cmd); - return 0; + return SUCCESS; } spin_lock_irqsave(&a->queue_lock, flags); --- linux-lts-utopic-3.16.0.orig/drivers/scsi/hosts.c +++ linux-lts-utopic-3.16.0/drivers/scsi/hosts.c @@ -308,6 +308,17 @@ kfree(queuedata); } + if (shost->shost_state == SHOST_CREATED) { + /* + * Free the shost_dev device name here if scsi_host_alloc() + * and scsi_host_put() have been called but neither + * scsi_host_add() nor scsi_host_remove() has been called. + * This avoids that the memory allocated for the shost_dev + * name is leaked. + */ + kfree(dev_name(&shost->shost_dev)); + } + scsi_destroy_command_freelist(shost); if (shost->bqt) blk_free_tags(shost->bqt); --- linux-lts-utopic-3.16.0.orig/drivers/scsi/hpsa.c +++ linux-lts-utopic-3.16.0/drivers/scsi/hpsa.c @@ -5092,7 +5092,7 @@ } if (ioc->Request.Type.Direction & XFER_WRITE) { if (copy_from_user(buff[sg_used], data_ptr, sz)) { - status = -ENOMEM; + status = -EFAULT; goto cleanup1; } } else @@ -5972,10 +5972,6 @@ /* Save the PCI command register */ pci_read_config_word(pdev, 4, &command_register); - /* Turn the board off. This is so that later pci_restore_state() - * won't turn the board on before the rest of config space is ready. - */ - pci_disable_device(pdev); pci_save_state(pdev); /* find the first memory BAR, so we can find the cfg table */ @@ -5999,7 +5995,7 @@ } rc = write_driver_ver_to_cfgtable(cfgtable); if (rc) - goto unmap_vaddr; + goto unmap_cfgtable; /* If reset via doorbell register is supported, use that. * There are two such methods. Favor the newest method. @@ -6023,11 +6019,6 @@ goto unmap_cfgtable; pci_restore_state(pdev); - rc = pci_enable_device(pdev); - if (rc) { - dev_warn(&pdev->dev, "failed to enable device.\n"); - goto unmap_cfgtable; - } pci_write_config_word(pdev, 4, command_register); /* Some devices (notably the HP Smart Array 5i Controller) @@ -6365,9 +6356,9 @@ { u32 driver_support; -#ifdef CONFIG_X86 - /* Need to enable prefetch in the SCSI core for 6400 in x86 */ driver_support = readl(&(h->cfgtable->driver_support)); + /* Need to enable prefetch in the SCSI core for 6400 in x86 */ +#ifdef CONFIG_X86 driver_support |= ENABLE_SCSI_PREFETCH; #endif driver_support |= ENABLE_UNIT_ATTN; @@ -6538,10 +6529,37 @@ static int hpsa_init_reset_devices(struct pci_dev *pdev) { int rc, i; + void __iomem *vaddr; if (!reset_devices) return 0; + /* kdump kernel is loading, we don't know in which state is + * the pci interface. The dev->enable_cnt is equal zero + * so we call enable+disable, wait a while and switch it on. + */ + rc = pci_enable_device(pdev); + if (rc) { + dev_warn(&pdev->dev, "Failed to enable PCI device\n"); + return -ENODEV; + } + pci_disable_device(pdev); + msleep(260); /* a randomly chosen number */ + rc = pci_enable_device(pdev); + if (rc) { + dev_warn(&pdev->dev, "failed to enable device.\n"); + return -ENODEV; + } + pci_set_master(pdev); + + vaddr = pci_ioremap_bar(pdev, 0); + if (vaddr == NULL) { + rc = -ENOMEM; + goto out_disable; + } + writel(SA5_INTR_OFF, vaddr + SA5_REPLY_INTR_MASK_OFFSET); + iounmap(vaddr); + /* Reset the controller with a PCI power-cycle or via doorbell */ rc = hpsa_kdump_hard_reset_controller(pdev); @@ -6550,10 +6568,11 @@ * "performant mode". Or, it might be 640x, which can't reset * due to concerns about shared bbwc between 6402/6404 pair. */ - if (rc == -ENOTSUPP) - return rc; /* just try to do the kdump anyhow. */ - if (rc) - return -ENODEV; + if (rc) { + if (rc != -ENOTSUPP) /* just try to do the kdump anyhow. */ + rc = -ENODEV; + goto out_disable; + } /* Now try to get the controller to respond to a no-op */ dev_warn(&pdev->dev, "Waiting for controller to respond to no-op\n"); @@ -6564,7 +6583,11 @@ dev_warn(&pdev->dev, "no-op failed%s\n", (i < 11 ? "; re-trying" : "")); } - return 0; + +out_disable: + + pci_disable_device(pdev); + return rc; } static int hpsa_allocate_cmd_pool(struct ctlr_info *h) @@ -6744,6 +6767,7 @@ iounmap(h->transtable); if (h->cfgtable) iounmap(h->cfgtable); + pci_disable_device(h->pdev); pci_release_regions(h->pdev); kfree(h); } --- linux-lts-utopic-3.16.0.orig/drivers/scsi/initio.c +++ linux-lts-utopic-3.16.0/drivers/scsi/initio.c @@ -110,11 +110,6 @@ #define i91u_MAXQUEUE 2 #define i91u_REVID "Initio INI-9X00U/UW SCSI device driver; Revision: 1.04a" -#define I950_DEVICE_ID 0x9500 /* Initio's inic-950 product ID */ -#define I940_DEVICE_ID 0x9400 /* Initio's inic-940 product ID */ -#define I935_DEVICE_ID 0x9401 /* Initio's inic-935 product ID */ -#define I920_DEVICE_ID 0x0002 /* Initio's other product ID */ - #ifdef DEBUG_i91u static unsigned int i91u_debug = DEBUG_DEFAULT; #endif @@ -127,17 +122,6 @@ static void i91uSCBPost(u8 * pHcb, u8 * pScb); -/* PCI Devices supported by this driver */ -static struct pci_device_id i91u_pci_devices[] = { - { PCI_VENDOR_ID_INIT, I950_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, - { PCI_VENDOR_ID_INIT, I940_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, - { PCI_VENDOR_ID_INIT, I935_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, - { PCI_VENDOR_ID_INIT, I920_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, - { PCI_VENDOR_ID_DOMEX, I920_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, - { } -}; -MODULE_DEVICE_TABLE(pci, i91u_pci_devices); - #define DEBUG_INTERRUPT 0 #define DEBUG_QUEUE 0 #define DEBUG_STATE 0 --- linux-lts-utopic-3.16.0.orig/drivers/scsi/ipr.c +++ linux-lts-utopic-3.16.0/drivers/scsi/ipr.c @@ -592,9 +592,10 @@ { struct ipr_trace_entry *trace_entry; struct ipr_ioa_cfg *ioa_cfg = ipr_cmd->ioa_cfg; + unsigned int trace_index; - trace_entry = &ioa_cfg->trace[atomic_add_return - (1, &ioa_cfg->trace_index)%IPR_NUM_TRACE_ENTRIES]; + trace_index = atomic_add_return(1, &ioa_cfg->trace_index) & IPR_TRACE_INDEX_MASK; + trace_entry = &ioa_cfg->trace[trace_index]; trace_entry->time = jiffies; trace_entry->op_code = ipr_cmd->ioarcb.cmd_pkt.cdb[0]; trace_entry->type = type; @@ -683,6 +684,7 @@ ipr_reinit_ipr_cmnd(ipr_cmd); ipr_cmd->u.scratch = 0; ipr_cmd->sibling = NULL; + ipr_cmd->eh_comp = NULL; ipr_cmd->fast_done = fast_done; init_timer(&ipr_cmd->timer); } @@ -848,6 +850,8 @@ scsi_dma_unmap(ipr_cmd->scsi_cmd); scsi_cmd->scsi_done(scsi_cmd); + if (ipr_cmd->eh_comp) + complete(ipr_cmd->eh_comp); list_add_tail(&ipr_cmd->queue, &ipr_cmd->hrrq->hrrq_free_q); } @@ -1041,10 +1045,15 @@ static int ipr_get_hrrq_index(struct ipr_ioa_cfg *ioa_cfg) { + unsigned int hrrq; + if (ioa_cfg->hrrq_num == 1) - return 0; - else - return (atomic_add_return(1, &ioa_cfg->hrrq_index) % (ioa_cfg->hrrq_num - 1)) + 1; + hrrq = 0; + else { + hrrq = atomic_add_return(1, &ioa_cfg->hrrq_index); + hrrq = (hrrq % (ioa_cfg->hrrq_num - 1)) + 1; + } + return hrrq; } /** @@ -2440,6 +2449,7 @@ { u32 ioasc; int error_index; + struct ipr_hostrcb_type_21_error *error; if (hostrcb->hcam.notify_type != IPR_HOST_RCB_NOTIF_TYPE_ERROR_LOG_ENTRY) return; @@ -2464,6 +2474,15 @@ if (!ipr_error_table[error_index].log_hcam) return; + if (ioasc == IPR_IOASC_HW_CMD_FAILED && + hostrcb->hcam.overlay_id == IPR_HOST_RCB_OVERLAY_ID_21) { + error = &hostrcb->hcam.u.error64.u.type_21_error; + + if (((be32_to_cpu(error->sense_data[0]) & 0x0000ff00) >> 8) == ILLEGAL_REQUEST && + ioa_cfg->log_level <= IPR_DEFAULT_LOG_LEVEL) + return; + } + ipr_hcam_err(hostrcb, "%s\n", ipr_error_table[error_index].error); /* Set indication we have logged an error */ @@ -3975,13 +3994,17 @@ struct ipr_sglist *sglist; char fname[100]; char *src; - int len, result, dnld_size; + char *endline; + int result, dnld_size; if (!capable(CAP_SYS_ADMIN)) return -EACCES; - len = snprintf(fname, 99, "%s", buf); - fname[len-1] = '\0'; + snprintf(fname, sizeof(fname), "%s", buf); + + endline = strchr(fname, '\n'); + if (endline) + *endline = '\0'; if (request_firmware(&fw_entry, fname, &ioa_cfg->pdev->dev)) { dev_err(&ioa_cfg->pdev->dev, "Firmware file %s not found\n", fname); @@ -4843,6 +4866,84 @@ return rc; } +/** + * ipr_match_lun - Match function for specified LUN + * @ipr_cmd: ipr command struct + * @device: device to match (sdev) + * + * Returns: + * 1 if command matches sdev / 0 if command does not match sdev + **/ +static int ipr_match_lun(struct ipr_cmnd *ipr_cmd, void *device) +{ + if (ipr_cmd->scsi_cmd && ipr_cmd->scsi_cmd->device == device) + return 1; + return 0; +} + +/** + * ipr_wait_for_ops - Wait for matching commands to complete + * @ipr_cmd: ipr command struct + * @device: device to match (sdev) + * @match: match function to use + * + * Returns: + * SUCCESS / FAILED + **/ +static int ipr_wait_for_ops(struct ipr_ioa_cfg *ioa_cfg, void *device, + int (*match)(struct ipr_cmnd *, void *)) +{ + struct ipr_cmnd *ipr_cmd; + int wait; + unsigned long flags; + struct ipr_hrr_queue *hrrq; + signed long timeout = IPR_ABORT_TASK_TIMEOUT; + DECLARE_COMPLETION_ONSTACK(comp); + + ENTER; + do { + wait = 0; + + for_each_hrrq(hrrq, ioa_cfg) { + spin_lock_irqsave(hrrq->lock, flags); + list_for_each_entry(ipr_cmd, &hrrq->hrrq_pending_q, queue) { + if (match(ipr_cmd, device)) { + ipr_cmd->eh_comp = ∁ + wait++; + } + } + spin_unlock_irqrestore(hrrq->lock, flags); + } + + if (wait) { + timeout = wait_for_completion_timeout(&comp, timeout); + + if (!timeout) { + wait = 0; + + for_each_hrrq(hrrq, ioa_cfg) { + spin_lock_irqsave(hrrq->lock, flags); + list_for_each_entry(ipr_cmd, &hrrq->hrrq_pending_q, queue) { + if (match(ipr_cmd, device)) { + ipr_cmd->eh_comp = NULL; + wait++; + } + } + spin_unlock_irqrestore(hrrq->lock, flags); + } + + if (wait) + dev_err(&ioa_cfg->pdev->dev, "Timed out waiting for aborted commands\n"); + LEAVE; + return wait ? FAILED : SUCCESS; + } + } + } while (wait); + + LEAVE; + return SUCCESS; +} + static int ipr_eh_host_reset(struct scsi_cmnd *cmd) { struct ipr_ioa_cfg *ioa_cfg; @@ -5062,11 +5163,17 @@ static int ipr_eh_dev_reset(struct scsi_cmnd *cmd) { int rc; + struct ipr_ioa_cfg *ioa_cfg; + + ioa_cfg = (struct ipr_ioa_cfg *) cmd->device->host->hostdata; spin_lock_irq(cmd->device->host->host_lock); rc = __ipr_eh_dev_reset(cmd); spin_unlock_irq(cmd->device->host->host_lock); + if (rc == SUCCESS) + rc = ipr_wait_for_ops(ioa_cfg, cmd->device, ipr_match_lun); + return rc; } @@ -5244,13 +5351,18 @@ { unsigned long flags; int rc; + struct ipr_ioa_cfg *ioa_cfg; ENTER; + ioa_cfg = (struct ipr_ioa_cfg *) scsi_cmd->device->host->hostdata; + spin_lock_irqsave(scsi_cmd->device->host->host_lock, flags); rc = ipr_cancel_op(scsi_cmd); spin_unlock_irqrestore(scsi_cmd->device->host->host_lock, flags); + if (rc == SUCCESS) + rc = ipr_wait_for_ops(ioa_cfg, scsi_cmd->device, ipr_match_lun); LEAVE; return rc; } @@ -6125,21 +6237,23 @@ struct ipr_ioa_cfg *ioa_cfg = ipr_cmd->ioa_cfg; struct scsi_cmnd *scsi_cmd = ipr_cmd->scsi_cmd; u32 ioasc = be32_to_cpu(ipr_cmd->s.ioasa.hdr.ioasc); - unsigned long hrrq_flags; + unsigned long lock_flags; scsi_set_resid(scsi_cmd, be32_to_cpu(ipr_cmd->s.ioasa.hdr.residual_data_len)); if (likely(IPR_IOASC_SENSE_KEY(ioasc) == 0)) { scsi_dma_unmap(scsi_cmd); - spin_lock_irqsave(ipr_cmd->hrrq->lock, hrrq_flags); + spin_lock_irqsave(ipr_cmd->hrrq->lock, lock_flags); list_add_tail(&ipr_cmd->queue, &ipr_cmd->hrrq->hrrq_free_q); scsi_cmd->scsi_done(scsi_cmd); - spin_unlock_irqrestore(ipr_cmd->hrrq->lock, hrrq_flags); + spin_unlock_irqrestore(ipr_cmd->hrrq->lock, lock_flags); } else { - spin_lock_irqsave(ipr_cmd->hrrq->lock, hrrq_flags); + spin_lock_irqsave(ioa_cfg->host->host_lock, lock_flags); + spin_lock(&ipr_cmd->hrrq->_lock); ipr_erp_start(ioa_cfg, ipr_cmd); - spin_unlock_irqrestore(ipr_cmd->hrrq->lock, hrrq_flags); + spin_unlock(&ipr_cmd->hrrq->_lock); + spin_unlock_irqrestore(ioa_cfg->host->host_lock, lock_flags); } } --- linux-lts-utopic-3.16.0.orig/drivers/scsi/ipr.h +++ linux-lts-utopic-3.16.0/drivers/scsi/ipr.h @@ -130,6 +130,7 @@ #define IPR_IOASC_HW_DEV_BUS_STATUS 0x04448500 #define IPR_IOASC_IOASC_MASK 0xFFFFFF00 #define IPR_IOASC_SCSI_STATUS_MASK 0x000000FF +#define IPR_IOASC_HW_CMD_FAILED 0x046E0000 #define IPR_IOASC_IR_INVALID_REQ_TYPE_OR_PKT 0x05240000 #define IPR_IOASC_IR_RESOURCE_HANDLE 0x05250000 #define IPR_IOASC_IR_NO_CMDS_TO_2ND_IOA 0x05258100 @@ -269,7 +270,7 @@ #define IPR_RUNTIME_RESET 0x40000000 #define IPR_IPL_INIT_MIN_STAGE_TIME 5 -#define IPR_IPL_INIT_DEFAULT_STAGE_TIME 15 +#define IPR_IPL_INIT_DEFAULT_STAGE_TIME 30 #define IPR_IPL_INIT_STAGE_UNKNOWN 0x0 #define IPR_IPL_INIT_STAGE_TRANSOP 0xB0000000 #define IPR_IPL_INIT_STAGE_MASK 0xff000000 @@ -1480,6 +1481,7 @@ #define IPR_NUM_TRACE_INDEX_BITS 8 #define IPR_NUM_TRACE_ENTRIES (1 << IPR_NUM_TRACE_INDEX_BITS) +#define IPR_TRACE_INDEX_MASK (IPR_NUM_TRACE_ENTRIES - 1) #define IPR_TRACE_SIZE (sizeof(struct ipr_trace_entry) * IPR_NUM_TRACE_ENTRIES) char trace_start[8]; #define IPR_TRACE_START_LABEL "trace" @@ -1607,6 +1609,7 @@ struct scsi_device *sdev; } u; + struct completion *eh_comp; struct ipr_hrr_queue *hrrq; struct ipr_ioa_cfg *ioa_cfg; }; --- linux-lts-utopic-3.16.0.orig/drivers/scsi/libfc/fc_exch.c +++ linux-lts-utopic-3.16.0/drivers/scsi/libfc/fc_exch.c @@ -733,8 +733,6 @@ if (resp) { resp(sp, fp, arg); res = true; - } else if (!IS_ERR(fp)) { - fc_frame_free(fp); } spin_lock_bh(&ep->ex_lock); @@ -1596,7 +1594,8 @@ * If new exch resp handler is valid then call that * first. */ - fc_invoke_resp(ep, sp, fp); + if (!fc_invoke_resp(ep, sp, fp)) + fc_frame_free(fp); fc_exch_release(ep); return; @@ -1695,7 +1694,8 @@ fc_exch_hold(ep); if (!rc) fc_exch_delete(ep); - fc_invoke_resp(ep, sp, fp); + if (!fc_invoke_resp(ep, sp, fp)) + fc_frame_free(fp); if (has_rec) fc_exch_timer_set(ep, ep->r_a_tov); fc_exch_release(ep); --- linux-lts-utopic-3.16.0.orig/drivers/scsi/libfc/fc_fcp.c +++ linux-lts-utopic-3.16.0/drivers/scsi/libfc/fc_fcp.c @@ -1039,11 +1039,26 @@ fc_fcp_pkt_hold(fsp); spin_unlock_irqrestore(&si->scsi_queue_lock, flags); - if (!fc_fcp_lock_pkt(fsp)) { + spin_lock_bh(&fsp->scsi_pkt_lock); + if (!(fsp->state & FC_SRB_COMPL)) { + fsp->state |= FC_SRB_COMPL; + /* + * TODO: dropping scsi_pkt_lock and then reacquiring + * again around fc_fcp_cleanup_cmd() is required, + * since fc_fcp_cleanup_cmd() calls into + * fc_seq_set_resp() and that func preempts cpu using + * schedule. May be schedule and related code should be + * removed instead of unlocking here to avoid scheduling + * while atomic bug. + */ + spin_unlock_bh(&fsp->scsi_pkt_lock); + fc_fcp_cleanup_cmd(fsp, error); + + spin_lock_bh(&fsp->scsi_pkt_lock); fc_io_compl(fsp); - fc_fcp_unlock_pkt(fsp); } + spin_unlock_bh(&fsp->scsi_pkt_lock); fc_fcp_pkt_release(fsp); spin_lock_irqsave(&si->scsi_queue_lock, flags); --- linux-lts-utopic-3.16.0.orig/drivers/scsi/libiscsi.c +++ linux-lts-utopic-3.16.0/drivers/scsi/libiscsi.c @@ -717,11 +717,21 @@ return NULL; } + if (data_size > ISCSI_DEF_MAX_RECV_SEG_LEN) { + iscsi_conn_printk(KERN_ERR, conn, "Invalid buffer len of %u for login task. Max len is %u\n", data_size, ISCSI_DEF_MAX_RECV_SEG_LEN); + return NULL; + } + task = conn->login_task; } else { if (session->state != ISCSI_STATE_LOGGED_IN) return NULL; + if (data_size != 0) { + iscsi_conn_printk(KERN_ERR, conn, "Can not send data buffer of len %u for op 0x%x\n", data_size, opcode); + return NULL; + } + BUG_ON(conn->c_stage == ISCSI_CONN_INITIAL_STAGE); BUG_ON(conn->c_stage == ISCSI_CONN_STOPPED); @@ -2950,10 +2960,10 @@ { struct iscsi_conn *conn = cls_conn->dd_data; struct iscsi_session *session = conn->session; - unsigned long flags; del_timer_sync(&conn->transport_timer); + mutex_lock(&session->eh_mutex); spin_lock_bh(&session->frwd_lock); conn->c_stage = ISCSI_CONN_CLEANUP_WAIT; if (session->leadconn == conn) { @@ -2965,28 +2975,6 @@ } spin_unlock_bh(&session->frwd_lock); - /* - * Block until all in-progress commands for this connection - * time out or fail. - */ - for (;;) { - spin_lock_irqsave(session->host->host_lock, flags); - if (!session->host->host_busy) { /* OK for ERL == 0 */ - spin_unlock_irqrestore(session->host->host_lock, flags); - break; - } - spin_unlock_irqrestore(session->host->host_lock, flags); - msleep_interruptible(500); - iscsi_conn_printk(KERN_INFO, conn, "iscsi conn_destroy(): " - "host_busy %d host_failed %d\n", - session->host->host_busy, - session->host->host_failed); - /* - * force eh_abort() to unblock - */ - wake_up(&conn->ehwait); - } - /* flush queued up work because we free the connection below */ iscsi_suspend_tx(conn); @@ -3003,6 +2991,7 @@ if (session->leadconn == conn) session->leadconn = NULL; spin_unlock_bh(&session->frwd_lock); + mutex_unlock(&session->eh_mutex); iscsi_destroy_conn(cls_conn); } --- linux-lts-utopic-3.16.0.orig/drivers/scsi/libsas/sas_discover.c +++ linux-lts-utopic-3.16.0/drivers/scsi/libsas/sas_discover.c @@ -500,6 +500,7 @@ struct sas_discovery_event *ev = to_sas_discovery_event(work); struct asd_sas_port *port = ev->port; struct sas_ha_struct *ha = port->ha; + struct domain_device *ddev = port->port_dev; /* prevent revalidation from finding sata links in recovery */ mutex_lock(&ha->disco_mutex); @@ -514,8 +515,9 @@ SAS_DPRINTK("REVALIDATING DOMAIN on port %d, pid:%d\n", port->id, task_pid_nr(current)); - if (port->port_dev) - res = sas_ex_revalidate_domain(port->port_dev); + if (ddev && (ddev->dev_type == SAS_FANOUT_EXPANDER_DEVICE || + ddev->dev_type == SAS_EDGE_EXPANDER_DEVICE)) + res = sas_ex_revalidate_domain(ddev); SAS_DPRINTK("done REVALIDATING DOMAIN on port %d, pid:%d, res 0x%x\n", port->id, task_pid_nr(current), res); --- linux-lts-utopic-3.16.0.orig/drivers/scsi/megaraid.c +++ linux-lts-utopic-3.16.0/drivers/scsi/megaraid.c @@ -1945,7 +1945,7 @@ cmd->device->id, cmd->device->lun); if(list_empty(&adapter->pending_list)) - return FALSE; + return FAILED; list_for_each_safe(pos, next, &adapter->pending_list) { @@ -1968,7 +1968,7 @@ (aor==SCB_ABORT) ? "ABORTING":"RESET", scb->idx); - return FALSE; + return FAILED; } else { @@ -1993,12 +1993,12 @@ list_add_tail(SCSI_LIST(cmd), &adapter->completed_list); - return TRUE; + return SUCCESS; } } } - return FALSE; + return FAILED; } static inline int --- linux-lts-utopic-3.16.0.orig/drivers/scsi/megaraid/megaraid_sas.h +++ linux-lts-utopic-3.16.0/drivers/scsi/megaraid/megaraid_sas.h @@ -335,6 +335,8 @@ MR_EVT_ARGS_GENERIC, }; + +#define SGE_BUFFER_SIZE 4096 /* * define constants for device list query options */ --- linux-lts-utopic-3.16.0.orig/drivers/scsi/megaraid/megaraid_sas_base.c +++ linux-lts-utopic-3.16.0/drivers/scsi/megaraid/megaraid_sas_base.c @@ -980,7 +980,7 @@ cpu_to_le32(upper_32_bits(cmd_to_abort->frame_phys_addr)); cmd->sync_cmd = 1; - cmd->cmd_status = 0xFF; + cmd->cmd_status = ENODATA; instance->instancet->issue_dcmd(instance, cmd); @@ -4213,7 +4213,7 @@ } } instance->max_sectors_per_req = instance->max_num_sge * - PAGE_SIZE / 512; + SGE_BUFFER_SIZE / 512; if (tmp_sectors && (instance->max_sectors_per_req > tmp_sectors)) instance->max_sectors_per_req = tmp_sectors; @@ -5812,6 +5812,9 @@ int i; int error = 0; compat_uptr_t ptr; + unsigned long local_raw_ptr; + u32 local_sense_off; + u32 local_sense_len; if (clear_user(ioc, sizeof(*ioc))) return -EFAULT; @@ -5829,9 +5832,15 @@ * sense_len is not null, so prepare the 64bit value under * the same condition. */ - if (ioc->sense_len) { + if (get_user(local_raw_ptr, ioc->frame.raw) || + get_user(local_sense_off, &ioc->sense_off) || + get_user(local_sense_len, &ioc->sense_len)) + return -EFAULT; + + + if (local_sense_len) { void __user **sense_ioc_ptr = - (void __user **)(ioc->frame.raw + ioc->sense_off); + (void __user **)((u8*)local_raw_ptr + local_sense_off); compat_uptr_t *sense_cioc_ptr = (compat_uptr_t *)(cioc->frame.raw + cioc->sense_off); if (get_user(ptr, sense_cioc_ptr) || --- linux-lts-utopic-3.16.0.orig/drivers/scsi/megaraid/megaraid_sas_fusion.c +++ linux-lts-utopic-3.16.0/drivers/scsi/megaraid/megaraid_sas_fusion.c @@ -100,6 +100,8 @@ { struct megasas_register_set __iomem *regs; regs = instance->reg_set; + + instance->mask_interrupts = 0; /* For Thunderbolt/Invader also clear intr on enable */ writel(~0, ®s->outbound_intr_status); readl(®s->outbound_intr_status); @@ -108,7 +110,6 @@ /* Dummy readl to force pci flush */ readl(®s->outbound_intr_mask); - instance->mask_interrupts = 0; } /** @@ -1499,11 +1500,11 @@ fp_possible = io_info.fpOkForIo; } - /* Use smp_processor_id() for now until cmd->request->cpu is CPU + /* Use raw_smp_processor_id() for now until cmd->request->cpu is CPU id by default, not CPU group id, otherwise all MSI-X queues won't be utilized */ cmd->request_desc->SCSIIO.MSIxIndex = instance->msix_vectors ? - smp_processor_id() % instance->msix_vectors : 0; + raw_smp_processor_id() % instance->msix_vectors : 0; if (fp_possible) { megasas_set_pd_lba(io_request, scp->cmd_len, &io_info, scp, --- linux-lts-utopic-3.16.0.orig/drivers/scsi/mpt2sas/mpt2sas_transport.c +++ linux-lts-utopic-3.16.0/drivers/scsi/mpt2sas/mpt2sas_transport.c @@ -1006,12 +1006,9 @@ &mpt2sas_phy->remote_identify); _transport_add_phy_to_an_existing_port(ioc, sas_node, mpt2sas_phy, mpt2sas_phy->remote_identify.sas_address); - } else { + } else memset(&mpt2sas_phy->remote_identify, 0 , sizeof(struct sas_identify)); - _transport_del_phy_from_an_existing_port(ioc, sas_node, - mpt2sas_phy); - } if (mpt2sas_phy->phy) mpt2sas_phy->phy->negotiated_linkrate = --- linux-lts-utopic-3.16.0.orig/drivers/scsi/mpt3sas/mpt3sas_transport.c +++ linux-lts-utopic-3.16.0/drivers/scsi/mpt3sas/mpt3sas_transport.c @@ -1003,12 +1003,9 @@ &mpt3sas_phy->remote_identify); _transport_add_phy_to_an_existing_port(ioc, sas_node, mpt3sas_phy, mpt3sas_phy->remote_identify.sas_address); - } else { + } else memset(&mpt3sas_phy->remote_identify, 0 , sizeof(struct sas_identify)); - _transport_del_phy_from_an_existing_port(ioc, sas_node, - mpt3sas_phy); - } if (mpt3sas_phy->phy) mpt3sas_phy->phy->negotiated_linkrate = --- linux-lts-utopic-3.16.0.orig/drivers/scsi/mvsas/mv_sas.c +++ linux-lts-utopic-3.16.0/drivers/scsi/mvsas/mv_sas.c @@ -441,14 +441,11 @@ static int mvs_task_prep_ata(struct mvs_info *mvi, struct mvs_task_exec_info *tei) { - struct sas_ha_struct *sha = mvi->sas; struct sas_task *task = tei->task; struct domain_device *dev = task->dev; struct mvs_device *mvi_dev = dev->lldd_dev; struct mvs_cmd_hdr *hdr = tei->hdr; struct asd_sas_port *sas_port = dev->port; - struct sas_phy *sphy = dev->phy; - struct asd_sas_phy *sas_phy = sha->sas_phy[sphy->number]; struct mvs_slot_info *slot; void *buf_prd; u32 tag = tei->tag, hdr_tag; @@ -468,7 +465,7 @@ slot->tx = mvi->tx_prod; del_q = TXQ_MODE_I | tag | (TXQ_CMD_STP << TXQ_CMD_SHIFT) | - (MVS_PHY_ID << TXQ_PHY_SHIFT) | + ((sas_port->phy_mask & TXQ_PHY_MASK) << TXQ_PHY_SHIFT) | (mvi_dev->taskfileset << TXQ_SRS_SHIFT); mvi->tx[mvi->tx_prod] = cpu_to_le32(del_q); @@ -991,6 +988,8 @@ static void mvs_slot_task_free(struct mvs_info *mvi, struct sas_task *task, struct mvs_slot_info *slot, u32 slot_idx) { + if (!slot) + return; if (!slot->task) return; if (!sas_protocol_ata(task->task_proto)) --- linux-lts-utopic-3.16.0.orig/drivers/scsi/qla2xxx/qla_gbl.h +++ linux-lts-utopic-3.16.0/drivers/scsi/qla2xxx/qla_gbl.h @@ -750,8 +750,6 @@ extern int qla8044_rd_direct(struct scsi_qla_host *vha, const uint32_t crb_reg); extern void qla8044_wr_direct(struct scsi_qla_host *vha, const uint32_t crb_reg, const uint32_t value); -extern inline void qla8044_set_qsnt_ready(struct scsi_qla_host *vha); -extern inline void qla8044_need_reset_handler(struct scsi_qla_host *vha); extern int qla8044_device_state_handler(struct scsi_qla_host *vha); extern void qla8044_clear_qsnt_ready(struct scsi_qla_host *vha); extern void qla8044_clear_drv_active(struct qla_hw_data *); --- linux-lts-utopic-3.16.0.orig/drivers/scsi/qla2xxx/qla_isr.c +++ linux-lts-utopic-3.16.0/drivers/scsi/qla2xxx/qla_isr.c @@ -573,8 +573,9 @@ struct device_reg_2xxx __iomem *reg = &ha->iobase->isp; struct device_reg_24xx __iomem *reg24 = &ha->iobase->isp24; struct device_reg_82xx __iomem *reg82 = &ha->iobase->isp82; - uint32_t rscn_entry, host_pid; + uint32_t rscn_entry, host_pid, tmp_pid; unsigned long flags; + fc_port_t *fcport = NULL; /* Setup to process RIO completion. */ handle_cnt = 0; @@ -969,6 +970,20 @@ if (qla2x00_is_a_vp_did(vha, rscn_entry)) break; + /* + * Search for the rport related to this RSCN entry and mark it + * as lost. + */ + list_for_each_entry(fcport, &vha->vp_fcports, list) { + if (atomic_read(&fcport->state) != FCS_ONLINE) + continue; + tmp_pid = fcport->d_id.b24; + if (fcport->d_id.b24 == rscn_entry) { + qla2x00_mark_device_lost(vha, fcport, 0, 0); + break; + } + } + atomic_set(&vha->loop_down_timer, 0); vha->flags.management_server_logged_in = 0; --- linux-lts-utopic-3.16.0.orig/drivers/scsi/qla2xxx/qla_nx2.c +++ linux-lts-utopic-3.16.0/drivers/scsi/qla2xxx/qla_nx2.c @@ -238,7 +238,7 @@ return; } -inline void +static inline void qla8044_set_qsnt_ready(struct scsi_qla_host *vha) { uint32_t qsnt_state; --- linux-lts-utopic-3.16.0.orig/drivers/scsi/qla2xxx/qla_os.c +++ linux-lts-utopic-3.16.0/drivers/scsi/qla2xxx/qla_os.c @@ -3111,10 +3111,8 @@ } static void -qla2x00_clear_drv_active(scsi_qla_host_t *vha) +qla2x00_clear_drv_active(struct qla_hw_data *ha) { - struct qla_hw_data *ha = vha->hw; - if (IS_QLA8044(ha)) { qla8044_idc_lock(ha); qla8044_clear_drv_active(ha); @@ -3185,7 +3183,7 @@ scsi_host_put(base_vha->host); - qla2x00_clear_drv_active(base_vha); + qla2x00_clear_drv_active(ha); qla2x00_unmap_iobases(ha); --- linux-lts-utopic-3.16.0.orig/drivers/scsi/qla2xxx/qla_target.c +++ linux-lts-utopic-3.16.0/drivers/scsi/qla2xxx/qla_target.c @@ -1431,12 +1431,10 @@ static int qlt_check_reserve_free_req(struct scsi_qla_host *vha, uint32_t req_cnt) { - struct qla_hw_data *ha = vha->hw; - device_reg_t __iomem *reg = ha->iobase; uint32_t cnt; if (vha->req->cnt < (req_cnt + 2)) { - cnt = (uint16_t)RD_REG_DWORD(®->isp24.req_q_out); + cnt = (uint16_t)RD_REG_DWORD(vha->req->req_q_out); ql_dbg(ql_dbg_tgt, vha, 0xe00a, "Request ring circled: cnt=%d, vha->->ring_index=%d, " @@ -3277,6 +3275,7 @@ return -ENOMEM; memcpy(&op->atio, atio, sizeof(*atio)); + op->vha = vha; INIT_WORK(&op->work, qlt_create_sess_from_atio); queue_work(qla_tgt_wq, &op->work); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/scsi/qla2xxx/tcm_qla2xxx.c +++ linux-lts-utopic-3.16.0/drivers/scsi/qla2xxx/tcm_qla2xxx.c @@ -757,7 +757,16 @@ pr_debug("fc_rport domain: port_id 0x%06x\n", nacl->nport_id); node = btree_remove32(&lport->lport_fcport_map, nacl->nport_id); - WARN_ON(node && (node != se_nacl)); + if (WARN_ON(node && (node != se_nacl))) { + /* + * The nacl no longer matches what we think it should be. + * Most likely a new dynamic acl has been added while + * someone dropped the hardware lock. It clearly is a + * bug elsewhere, but this bit can't make things worse. + */ + btree_insert32(&lport->lport_fcport_map, nacl->nport_id, + node, GFP_ATOMIC); + } pr_debug("Removed from fcport_map: %p for WWNN: 0x%016LX, port_id: 0x%06x\n", se_nacl, nacl->nport_wwnn, nacl->nport_id); @@ -1560,7 +1569,7 @@ /* * Finally register the new FC Nexus with TCM */ - __transport_register_session(se_nacl->se_tpg, se_nacl, se_sess, sess); + transport_register_session(se_nacl->se_tpg, se_nacl, se_sess, sess); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/scsi/scsi.c +++ linux-lts-utopic-3.16.0/drivers/scsi/scsi.c @@ -368,8 +368,8 @@ if (!pool) return NULL; - pool->cmd_name = kasprintf(GFP_KERNEL, "%s_cmd", hostt->name); - pool->sense_name = kasprintf(GFP_KERNEL, "%s_sense", hostt->name); + pool->cmd_name = kasprintf(GFP_KERNEL, "%s_cmd", hostt->proc_name); + pool->sense_name = kasprintf(GFP_KERNEL, "%s_sense", hostt->proc_name); if (!pool->cmd_name || !pool->sense_name) { scsi_free_host_cmd_pool(pool); return NULL; @@ -380,6 +380,10 @@ pool->slab_flags |= SLAB_CACHE_DMA; pool->gfp_mask = __GFP_DMA; } + + if (hostt->cmd_size) + hostt->cmd_pool = pool; + return pool; } @@ -424,8 +428,10 @@ out_free_slab: kmem_cache_destroy(pool->cmd_slab); out_free_pool: - if (hostt->cmd_size) + if (hostt->cmd_size) { scsi_free_host_cmd_pool(pool); + hostt->cmd_pool = NULL; + } goto out; } @@ -447,8 +453,10 @@ if (!--pool->users) { kmem_cache_destroy(pool->cmd_slab); kmem_cache_destroy(pool->sense_slab); - if (hostt->cmd_size) + if (hostt->cmd_size) { scsi_free_host_cmd_pool(pool); + hostt->cmd_pool = NULL; + } } mutex_unlock(&host_cmd_pool_mutex); } --- linux-lts-utopic-3.16.0.orig/drivers/scsi/scsi_devinfo.c +++ linux-lts-utopic-3.16.0/drivers/scsi/scsi_devinfo.c @@ -202,14 +202,17 @@ {"IOMEGA", "Io20S *F", NULL, BLIST_KEY}, {"INSITE", "Floptical F*8I", NULL, BLIST_KEY}, {"INSITE", "I325VM", NULL, BLIST_KEY}, + {"Intel", "Multi-Flex", NULL, BLIST_NO_RSOC}, {"iRiver", "iFP Mass Driver", NULL, BLIST_NOT_LOCKABLE | BLIST_INQUIRY_36}, {"LASOUND", "CDX7405", "3.10", BLIST_MAX5LUN | BLIST_SINGLELUN}, + {"Marvell", "Console", NULL, BLIST_SKIP_VPD_PAGES}, {"MATSHITA", "PD-1", NULL, BLIST_FORCELUN | BLIST_SINGLELUN}, {"MATSHITA", "DMC-LC5", NULL, BLIST_NOT_LOCKABLE | BLIST_INQUIRY_36}, {"MATSHITA", "DMC-LC40", NULL, BLIST_NOT_LOCKABLE | BLIST_INQUIRY_36}, {"Medion", "Flash XL MMC/SD", "2.6D", BLIST_FORCELUN}, {"MegaRAID", "LD", NULL, BLIST_FORCELUN}, {"MICROP", "4110", NULL, BLIST_NOTQ}, + {"MSFT", "Virtual HD", NULL, BLIST_NO_RSOC}, {"MYLEX", "DACARMRB", "*", BLIST_REPORTLUN2}, {"nCipher", "Fastness Crypto", NULL, BLIST_FORCELUN}, {"NAKAMICH", "MJ-4.8S", NULL, BLIST_FORCELUN | BLIST_SINGLELUN}, @@ -222,7 +225,9 @@ {"PIONEER", "CD-ROM DRM-602X", NULL, BLIST_FORCELUN | BLIST_SINGLELUN}, {"PIONEER", "CD-ROM DRM-604X", NULL, BLIST_FORCELUN | BLIST_SINGLELUN}, {"PIONEER", "CD-ROM DRM-624X", NULL, BLIST_FORCELUN | BLIST_SINGLELUN}, + {"Promise", "VTrak E610f", NULL, BLIST_SPARSELUN | BLIST_NO_RSOC}, {"Promise", "", NULL, BLIST_SPARSELUN}, + {"QNAP", "iSCSI Storage", NULL, BLIST_MAX_1024}, {"QUANTUM", "XP34301", "1071", BLIST_NOTQ}, {"REGAL", "CDC-4X", NULL, BLIST_MAX5LUN | BLIST_SINGLELUN}, {"SanDisk", "ImageMate CF-SD1", NULL, BLIST_FORCELUN}, --- linux-lts-utopic-3.16.0.orig/drivers/scsi/scsi_error.c +++ linux-lts-utopic-3.16.0/drivers/scsi/scsi_error.c @@ -1026,7 +1026,7 @@ } /* signal not to enter either branch of the if () below */ timeleft = 0; - rtn = NEEDS_RETRY; + rtn = FAILED; } else { timeleft = wait_for_completion_timeout(&done, timeout); rtn = SUCCESS; @@ -1067,7 +1067,7 @@ rtn = FAILED; break; } - } else if (!rtn) { + } else if (rtn != FAILED) { scsi_abort_eh_cmnd(scmd); rtn = FAILED; } @@ -1989,8 +1989,10 @@ * is no point trying to lock the door of an off-line device. */ shost_for_each_device(sdev, shost) { - if (scsi_device_online(sdev) && sdev->locked) + if (scsi_device_online(sdev) && sdev->was_reset && sdev->locked) { scsi_eh_lock_door(sdev); + sdev->was_reset = 0; + } } /* @@ -2152,8 +2154,17 @@ * We never actually get interrupted because kthread_run * disables signal delivery for the created thread. */ - while (!kthread_should_stop()) { + while (true) { + /* + * The sequence in kthread_stop() sets the stop flag first + * then wakes the process. To avoid missed wakeups, the task + * should always be in a non running state before the stop + * flag is checked + */ set_current_state(TASK_INTERRUPTIBLE); + if (kthread_should_stop()) + break; + if ((shost->host_failed == 0 && shost->host_eh_scheduled == 0) || shost->host_failed != shost->host_busy) { SCSI_LOG_ERROR_RECOVERY(1, --- linux-lts-utopic-3.16.0.orig/drivers/scsi/scsi_lib.c +++ linux-lts-utopic-3.16.0/drivers/scsi/scsi_lib.c @@ -686,7 +686,6 @@ int sense_deferred = 0; enum {ACTION_FAIL, ACTION_REPREP, ACTION_RETRY, ACTION_DELAYED_RETRY} action; - char *description = NULL; unsigned long wait_for = (cmd->allowed + 1) * req->timeout; if (result) { @@ -811,7 +810,6 @@ * and quietly refuse further access. */ cmd->device->changed = 1; - description = "Media Changed"; action = ACTION_FAIL; } else { /* Must have been a power glitch, or a @@ -839,27 +837,10 @@ cmd->device->use_10_for_rw = 0; action = ACTION_REPREP; } else if (sshdr.asc == 0x10) /* DIX */ { - description = "Host Data Integrity Failure"; action = ACTION_FAIL; error = -EILSEQ; /* INVALID COMMAND OPCODE or INVALID FIELD IN CDB */ } else if (sshdr.asc == 0x20 || sshdr.asc == 0x24) { - switch (cmd->cmnd[0]) { - case UNMAP: - description = "Discard failure"; - break; - case WRITE_SAME: - case WRITE_SAME_16: - if (cmd->cmnd[1] & 0x8) - description = "Discard failure"; - else - description = - "Write same failure"; - break; - default: - description = "Invalid command failure"; - break; - } action = ACTION_FAIL; error = -EREMOTEIO; } else @@ -867,10 +848,8 @@ break; case ABORTED_COMMAND: action = ACTION_FAIL; - if (sshdr.asc == 0x10) { /* DIF */ - description = "Target Data Integrity Failure"; + if (sshdr.asc == 0x10) /* DIF */ error = -EILSEQ; - } break; case NOT_READY: /* If the device is in the process of becoming @@ -889,42 +868,31 @@ action = ACTION_DELAYED_RETRY; break; default: - description = "Device not ready"; action = ACTION_FAIL; break; } - } else { - description = "Device not ready"; + } else action = ACTION_FAIL; - } break; case VOLUME_OVERFLOW: /* See SSC3rXX or current. */ action = ACTION_FAIL; break; default: - description = "Unhandled sense code"; action = ACTION_FAIL; break; } - } else { - description = "Unhandled error code"; + } else action = ACTION_FAIL; - } if (action != ACTION_FAIL && - time_before(cmd->jiffies_at_alloc + wait_for, jiffies)) { + time_before(cmd->jiffies_at_alloc + wait_for, jiffies)) action = ACTION_FAIL; - description = "Command timed out"; - } switch (action) { case ACTION_FAIL: /* Give up and fail the remainder of the request */ if (!(req->cmd_flags & REQ_QUIET)) { - if (description) - scmd_printk(KERN_INFO, cmd, "%s\n", - description); scsi_print_result(cmd); if (driver_byte(result) & DRIVER_SENSE) scsi_print_sense("", cmd); @@ -1172,9 +1140,11 @@ "rejecting I/O to dead device\n"); ret = BLKPREP_KILL; break; - case SDEV_QUIESCE: case SDEV_BLOCK: case SDEV_CREATED_BLOCK: + ret = BLKPREP_DEFER; + break; + case SDEV_QUIESCE: /* * If the devices is blocked we defer normal commands. */ --- linux-lts-utopic-3.16.0.orig/drivers/scsi/scsi_pm.c +++ linux-lts-utopic-3.16.0/drivers/scsi/scsi_pm.c @@ -219,7 +219,7 @@ { const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL; struct scsi_device *sdev = to_scsi_device(dev); - int err; + int err = 0; err = blk_pre_runtime_suspend(sdev->request_queue); if (err) --- linux-lts-utopic-3.16.0.orig/drivers/scsi/scsi_scan.c +++ linux-lts-utopic-3.16.0/drivers/scsi/scsi_scan.c @@ -900,6 +900,12 @@ */ if (*bflags & BLIST_MAX_512) blk_queue_max_hw_sectors(sdev->request_queue, 512); + /* + * Max 1024 sector transfer length for targets that report incorrect + * max/optimal lengths and relied on the old block layer safe default + */ + else if (*bflags & BLIST_MAX_1024) + blk_queue_max_hw_sectors(sdev->request_queue, 1024); /* * Some devices may not want to have a start command automatically @@ -922,6 +928,12 @@ if (*bflags & BLIST_USE_10_BYTE_MS) sdev->use_10_for_ms = 1; + /* some devices don't like REPORT SUPPORTED OPERATION CODES + * and will simply timeout causing sd_mod init to take a very + * very long time */ + if (*bflags & BLIST_NO_RSOC) + sdev->no_report_opcodes = 1; + /* set the device running here so that slave configure * may do I/O */ ret = scsi_device_set_state(sdev, SDEV_RUNNING); @@ -950,7 +962,9 @@ sdev->eh_timeout = SCSI_DEFAULT_EH_TIMEOUT; - if (*bflags & BLIST_SKIP_VPD_PAGES) + if (*bflags & BLIST_TRY_VPD_PAGES) + sdev->try_vpd_pages = 1; + else if (*bflags & BLIST_SKIP_VPD_PAGES) sdev->skip_vpd_pages = 1; transport_configure_device(&sdev->sdev_gendev); @@ -1239,6 +1253,12 @@ max_dev_lun = min(8U, max_dev_lun); /* + * Stop scanning at 255 unless BLIST_SCSI3LUN + */ + if (!(bflags & BLIST_SCSI3LUN)) + max_dev_lun = min(256U, max_dev_lun); + + /* * We have already scanned LUN 0, so start at LUN 1. Keep scanning * until we reach the max, or no LUN is found and we are not * sparse_lun. --- linux-lts-utopic-3.16.0.orig/drivers/scsi/scsi_sysfs.c +++ linux-lts-utopic-3.16.0/drivers/scsi/scsi_sysfs.c @@ -891,7 +891,7 @@ return -EINVAL; sdev->queue_ramp_up_period = msecs_to_jiffies(period); - return period; + return count; } static DEVICE_ATTR(queue_ramp_up_period, S_IRUGO | S_IWUSR, @@ -1148,31 +1148,25 @@ void scsi_remove_target(struct device *dev) { struct Scsi_Host *shost = dev_to_shost(dev->parent); - struct scsi_target *starget, *last = NULL; + struct scsi_target *starget, *last_target = NULL; unsigned long flags; - /* remove targets being careful to lookup next entry before - * deleting the last - */ +restart: spin_lock_irqsave(shost->host_lock, flags); list_for_each_entry(starget, &shost->__targets, siblings) { - if (starget->state == STARGET_DEL) + if (starget->state == STARGET_DEL || + starget == last_target) continue; if (starget->dev.parent == dev || &starget->dev == dev) { - /* assuming new targets arrive at the end */ kref_get(&starget->reap_ref); + last_target = starget; spin_unlock_irqrestore(shost->host_lock, flags); - if (last) - scsi_target_reap(last); - last = starget; __scsi_remove_target(starget); - spin_lock_irqsave(shost->host_lock, flags); + scsi_target_reap(starget); + goto restart; } } spin_unlock_irqrestore(shost->host_lock, flags); - - if (last) - scsi_target_reap(last); } EXPORT_SYMBOL(scsi_remove_target); --- linux-lts-utopic-3.16.0.orig/drivers/scsi/scsi_transport_srp.c +++ linux-lts-utopic-3.16.0/drivers/scsi/scsi_transport_srp.c @@ -397,6 +397,36 @@ } } +/** + * scsi_request_fn_active() - number of kernel threads inside scsi_request_fn() + * @shost: SCSI host for which to count the number of scsi_request_fn() callers. + * + * To do: add support for scsi-mq in this function. + */ +static int scsi_request_fn_active(struct Scsi_Host *shost) +{ + struct scsi_device *sdev; + struct request_queue *q; + int request_fn_active = 0; + + shost_for_each_device(sdev, shost) { + q = sdev->request_queue; + + spin_lock_irq(q->queue_lock); + request_fn_active += q->request_fn_active; + spin_unlock_irq(q->queue_lock); + } + + return request_fn_active; +} + +/* Wait until ongoing shost->hostt->queuecommand() calls have finished. */ +static void srp_wait_for_queuecommand(struct Scsi_Host *shost) +{ + while (scsi_request_fn_active(shost)) + msleep(20); +} + static void __rport_fail_io_fast(struct srp_rport *rport) { struct Scsi_Host *shost = rport_to_shost(rport); @@ -410,8 +440,10 @@ /* Involve the LLD if possible to terminate all I/O on the rport. */ i = to_srp_internal(shost->transportt); - if (i->f->terminate_rport_io) + if (i->f->terminate_rport_io) { + srp_wait_for_queuecommand(shost); i->f->terminate_rport_io(rport); + } } /** @@ -473,7 +505,8 @@ if (delay > 0) queue_delayed_work(system_long_wq, &rport->reconnect_work, 1UL * delay * HZ); - if (srp_rport_set_state(rport, SRP_RPORT_BLOCKED) == 0) { + if ((fast_io_fail_tmo >= 0 || dev_loss_tmo >= 0) && + srp_rport_set_state(rport, SRP_RPORT_BLOCKED) == 0) { pr_debug("%s new state: %d\n", dev_name(&shost->shost_gendev), rport->state); scsi_target_block(&shost->shost_gendev); @@ -504,27 +537,6 @@ EXPORT_SYMBOL(srp_start_tl_fail_timers); /** - * scsi_request_fn_active() - number of kernel threads inside scsi_request_fn() - * @shost: SCSI host for which to count the number of scsi_request_fn() callers. - */ -static int scsi_request_fn_active(struct Scsi_Host *shost) -{ - struct scsi_device *sdev; - struct request_queue *q; - int request_fn_active = 0; - - shost_for_each_device(sdev, shost) { - q = sdev->request_queue; - - spin_lock_irq(q->queue_lock); - request_fn_active += q->request_fn_active; - spin_unlock_irq(q->queue_lock); - } - - return request_fn_active; -} - -/** * srp_reconnect_rport() - reconnect to an SRP target port * @rport: SRP target port. * @@ -559,8 +571,7 @@ if (res) goto out; scsi_target_block(&shost->shost_gendev); - while (scsi_request_fn_active(shost)) - msleep(20); + srp_wait_for_queuecommand(shost); res = rport->state != SRP_RPORT_LOST ? i->f->reconnect(rport) : -ENODEV; pr_debug("%s (state %d): transport.reconnect() returned %d\n", dev_name(&shost->shost_gendev), rport->state, res); --- linux-lts-utopic-3.16.0.orig/drivers/scsi/sd.c +++ linux-lts-utopic-3.16.0/drivers/scsi/sd.c @@ -832,7 +832,7 @@ static int scsi_setup_flush_cmnd(struct scsi_device *sdp, struct request *rq) { - rq->timeout *= SD_FLUSH_TIMEOUT_MULTIPLIER; + rq->timeout = rq->q->rq_timeout * SD_FLUSH_TIMEOUT_MULTIPLIER; rq->retries = SD_MAX_RETRIES; rq->cmd[0] = SYNCHRONIZE_CACHE; rq->cmd_len = 10; @@ -1585,6 +1585,7 @@ { u64 start_lba = blk_rq_pos(scmd->request); u64 end_lba = blk_rq_pos(scmd->request) + (scsi_bufflen(scmd) / 512); + u64 factor = scmd->device->sector_size / 512; u64 bad_lba; int info_valid; /* @@ -1606,16 +1607,9 @@ if (scsi_bufflen(scmd) <= scmd->device->sector_size) return 0; - if (scmd->device->sector_size < 512) { - /* only legitimate sector_size here is 256 */ - start_lba <<= 1; - end_lba <<= 1; - } else { - /* be careful ... don't want any overflows */ - unsigned int factor = scmd->device->sector_size / 512; - do_div(start_lba, factor); - do_div(end_lba, factor); - } + /* be careful ... don't want any overflows */ + do_div(start_lba, factor); + do_div(end_lba, factor); /* The bad lba was reported incorrectly, we have no idea where * the error is. @@ -2182,8 +2176,7 @@ if (sector_size != 512 && sector_size != 1024 && sector_size != 2048 && - sector_size != 4096 && - sector_size != 256) { + sector_size != 4096) { sd_printk(KERN_NOTICE, sdkp, "Unsupported sector size %d.\n", sector_size); /* @@ -2234,8 +2227,6 @@ sdkp->capacity <<= 2; else if (sector_size == 1024) sdkp->capacity <<= 1; - else if (sector_size == 256) - sdkp->capacity >>= 1; blk_queue_physical_block_size(sdp->request_queue, sdkp->physical_block_size); @@ -2681,6 +2672,11 @@ static int sd_try_extended_inquiry(struct scsi_device *sdp) { + /* Attempt VPD inquiry if the device blacklist explicitly calls + * for it. + */ + if (sdp->try_vpd_pages) + return 1; /* * Although VPD inquiries can go to SCSI-2 type devices, * some USB ones crash on receiving them, and the pages @@ -3124,8 +3120,8 @@ struct scsi_disk *sdkp = scsi_disk_get_from_dev(dev); int ret = 0; - if (!sdkp) - return 0; /* this can happen */ + if (!sdkp) /* E.g.: runtime suspend following sd_remove() */ + return 0; if (sdkp->WCE && sdkp->media_present) { sd_printk(KERN_NOTICE, sdkp, "Synchronizing SCSI cache\n"); @@ -3166,6 +3162,9 @@ struct scsi_disk *sdkp = scsi_disk_get_from_dev(dev); int ret = 0; + if (!sdkp) /* E.g.: runtime resume at the start of sd_probe() */ + return 0; + if (!sdkp->device->manage_start_stop) goto done; --- linux-lts-utopic-3.16.0.orig/drivers/scsi/ses.c +++ linux-lts-utopic-3.16.0/drivers/scsi/ses.c @@ -71,6 +71,7 @@ static int ses_recv_diag(struct scsi_device *sdev, int page_code, void *buf, int bufflen) { + int ret; unsigned char cmd[] = { RECEIVE_DIAGNOSTIC, 1, /* Set PCV bit */ @@ -79,9 +80,26 @@ bufflen & 0xff, 0 }; + unsigned char recv_page_code; - return scsi_execute_req(sdev, cmd, DMA_FROM_DEVICE, buf, bufflen, + ret = scsi_execute_req(sdev, cmd, DMA_FROM_DEVICE, buf, bufflen, NULL, SES_TIMEOUT, SES_RETRIES, NULL); + if (unlikely(!ret)) + return ret; + + recv_page_code = ((unsigned char *)buf)[0]; + + if (likely(recv_page_code == page_code)) + return ret; + + /* successful diagnostic but wrong page code. This happens to some + * USB devices, just print a message and pretend there was an error */ + + sdev_printk(KERN_ERR, sdev, + "Wrong diagnostic page; asked for %d got %u\n", + page_code, recv_page_code); + + return -EINVAL; } static int ses_send_diag(struct scsi_device *sdev, int page_code, @@ -437,7 +455,15 @@ if (desc_ptr) desc_ptr += len; - if (addl_desc_ptr) + if (addl_desc_ptr && + /* only find additional descriptions for specific devices */ + (type_ptr[0] == ENCLOSURE_COMPONENT_DEVICE || + type_ptr[0] == ENCLOSURE_COMPONENT_ARRAY_DEVICE || + type_ptr[0] == ENCLOSURE_COMPONENT_SAS_EXPANDER || + /* these elements are optional */ + type_ptr[0] == ENCLOSURE_COMPONENT_SCSI_TARGET_PORT || + type_ptr[0] == ENCLOSURE_COMPONENT_SCSI_INITIATOR_PORT || + type_ptr[0] == ENCLOSURE_COMPONENT_CONTROLLER_ELECTRONICS)) addl_desc_ptr += addl_desc_ptr[1] + 2; } --- linux-lts-utopic-3.16.0.orig/drivers/scsi/sg.c +++ linux-lts-utopic-3.16.0/drivers/scsi/sg.c @@ -522,7 +522,7 @@ sg_new_read(Sg_fd * sfp, char __user *buf, size_t count, Sg_request * srp) { sg_io_hdr_t *hp = &srp->header; - int err = 0; + int err = 0, err2; int len; if (count < SZ_SG_IO_HDR) { @@ -551,8 +551,8 @@ goto err_out; } err_out: - err = sg_finish_rem_req(srp); - return (0 == err) ? count : err; + err2 = sg_finish_rem_req(srp); + return err ? : err2 ? : count; } static ssize_t @@ -1258,7 +1258,7 @@ } sfp->mmap_called = 1; - vma->vm_flags |= VM_DONTEXPAND | VM_DONTDUMP; + vma->vm_flags |= VM_IO | VM_DONTEXPAND | VM_DONTDUMP; vma->vm_private_data = sfp; vma->vm_ops = &sg_mmap_vm_ops; return 0; @@ -1693,6 +1693,9 @@ md->from_user = 0; } + if (unlikely(iov_count > UIO_MAXIOV)) + return -EINVAL; + if (iov_count) { int len, size = sizeof(struct sg_iovec) * iov_count; struct iovec *iov; --- linux-lts-utopic-3.16.0.orig/drivers/scsi/sr.c +++ linux-lts-utopic-3.16.0/drivers/scsi/sr.c @@ -144,6 +144,9 @@ { struct scsi_cd *cd = dev_get_drvdata(dev); + if (!cd) /* E.g.: runtime suspend following sr_remove() */ + return 0; + if (cd->media_present) return -EBUSY; else @@ -988,6 +991,7 @@ scsi_autopm_get_device(cd->device); del_gendisk(cd->disk); + dev_set_drvdata(dev, NULL); mutex_lock(&sr_ref_mutex); kref_put(&cd->kref, sr_kref_release); --- linux-lts-utopic-3.16.0.orig/drivers/scsi/st.c +++ linux-lts-utopic-3.16.0/drivers/scsi/st.c @@ -1262,9 +1262,9 @@ spin_lock(&st_use_lock); STp->in_use = 0; spin_unlock(&st_use_lock); - scsi_tape_put(STp); if (resumed) scsi_autopm_put_device(STp->device); + scsi_tape_put(STp); return retval; } --- linux-lts-utopic-3.16.0.orig/drivers/scsi/storvsc_drv.c +++ linux-lts-utopic-3.16.0/drivers/scsi/storvsc_drv.c @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include #include @@ -308,42 +308,39 @@ * This is the end of Protocol specific defines. */ +static int storvsc_ringbuffer_size = (256 * PAGE_SIZE); +static u32 max_outstanding_req_per_channel; -/* - * We setup a mempool to allocate request structures for this driver - * on a per-lun basis. The following define specifies the number of - * elements in the pool. - */ - -#define STORVSC_MIN_BUF_NR 64 -static int storvsc_ringbuffer_size = (20 * PAGE_SIZE); +static int storvsc_vcpus_per_sub_channel = 4; module_param(storvsc_ringbuffer_size, int, S_IRUGO); MODULE_PARM_DESC(storvsc_ringbuffer_size, "Ring buffer size (bytes)"); +module_param(storvsc_vcpus_per_sub_channel, int, S_IRUGO); +MODULE_PARM_DESC(vcpus_per_sub_channel, "Ratio of VCPUs to subchannels"); /* * Timeout in seconds for all devices managed by this driver. */ static int storvsc_timeout = 180; -#define STORVSC_MAX_IO_REQUESTS 200 - -static void storvsc_on_channel_callback(void *context); +static int msft_blist_flags = BLIST_TRY_VPD_PAGES; -/* - * In Hyper-V, each port/path/target maps to 1 scsi host adapter. In - * reality, the path/target is not used (ie always set to 0) so our - * scsi host adapter essentially has 1 bus with 1 target that contains - * up to 256 luns. - */ -#define STORVSC_MAX_LUNS_PER_TARGET 64 -#define STORVSC_MAX_TARGETS 1 -#define STORVSC_MAX_CHANNELS 1 +static void storvsc_on_channel_callback(void *context); +#define STORVSC_MAX_LUNS_PER_TARGET 255 +#define STORVSC_MAX_TARGETS 2 +#define STORVSC_MAX_CHANNELS 8 + +#define STORVSC_FC_MAX_LUNS_PER_TARGET 255 +#define STORVSC_FC_MAX_TARGETS 128 +#define STORVSC_FC_MAX_CHANNELS 8 + +#define STORVSC_IDE_MAX_LUNS_PER_TARGET 64 +#define STORVSC_IDE_MAX_TARGETS 1 +#define STORVSC_IDE_MAX_CHANNELS 1 struct storvsc_cmd_request { - struct list_head entry; struct scsi_cmnd *cmd; unsigned int bounce_sgl_count; @@ -354,8 +351,10 @@ /* Synchronize the request/response if needed */ struct completion wait_event; - unsigned char *sense_buffer; - struct hv_multipage_buffer data_buffer; + struct vmbus_channel_packet_multipage_buffer mpb; + struct vmbus_packet_mpb_array *payload; + u32 payload_sz; + struct vstor_packet vstor_packet; }; @@ -381,16 +380,15 @@ unsigned char path_id; unsigned char target_id; + /* + * Max I/O, the device can support. + */ + u32 max_transfer_bytes; /* Used for vsc/vsp channel reset process */ struct storvsc_cmd_request init_request; struct storvsc_cmd_request reset_request; }; -struct stor_mem_pools { - struct kmem_cache *request_pool; - mempool_t *request_mempool; -}; - struct hv_host_device { struct hv_device *dev; unsigned int port; @@ -610,19 +608,6 @@ return NULL; } -/* Disgusting wrapper functions */ -static inline unsigned long sg_kmap_atomic(struct scatterlist *sgl, int idx) -{ - void *addr = kmap_atomic(sg_page(sgl + idx)); - return (unsigned long)addr; -} - -static inline void sg_kunmap_atomic(unsigned long addr) -{ - kunmap_atomic((void *)addr); -} - - /* Assume the original sgl has enough room */ static unsigned int copy_from_bounce_buffer(struct scatterlist *orig_sgl, struct scatterlist *bounce_sgl, @@ -637,32 +622,38 @@ unsigned long bounce_addr = 0; unsigned long dest_addr = 0; unsigned long flags; + struct scatterlist *cur_dest_sgl; + struct scatterlist *cur_src_sgl; local_irq_save(flags); - + cur_dest_sgl = orig_sgl; + cur_src_sgl = bounce_sgl; for (i = 0; i < orig_sgl_count; i++) { - dest_addr = sg_kmap_atomic(orig_sgl,i) + orig_sgl[i].offset; + dest_addr = (unsigned long) + kmap_atomic(sg_page(cur_dest_sgl)) + + cur_dest_sgl->offset; dest = dest_addr; - destlen = orig_sgl[i].length; + destlen = cur_dest_sgl->length; if (bounce_addr == 0) - bounce_addr = sg_kmap_atomic(bounce_sgl,j); + bounce_addr = (unsigned long)kmap_atomic( + sg_page(cur_src_sgl)); while (destlen) { - src = bounce_addr + bounce_sgl[j].offset; - srclen = bounce_sgl[j].length - bounce_sgl[j].offset; + src = bounce_addr + cur_src_sgl->offset; + srclen = cur_src_sgl->length - cur_src_sgl->offset; copylen = min(srclen, destlen); memcpy((void *)dest, (void *)src, copylen); total_copied += copylen; - bounce_sgl[j].offset += copylen; + cur_src_sgl->offset += copylen; destlen -= copylen; dest += copylen; - if (bounce_sgl[j].offset == bounce_sgl[j].length) { + if (cur_src_sgl->offset == cur_src_sgl->length) { /* full */ - sg_kunmap_atomic(bounce_addr); + kunmap_atomic((void *)bounce_addr); j++; /* @@ -676,21 +667,27 @@ /* * We are done; cleanup and return. */ - sg_kunmap_atomic(dest_addr - orig_sgl[i].offset); + kunmap_atomic((void *)(dest_addr - + cur_dest_sgl->offset)); local_irq_restore(flags); return total_copied; } /* if we need to use another bounce buffer */ - if (destlen || i != orig_sgl_count - 1) - bounce_addr = sg_kmap_atomic(bounce_sgl,j); + if (destlen || i != orig_sgl_count - 1) { + cur_src_sgl = sg_next(cur_src_sgl); + bounce_addr = (unsigned long) + kmap_atomic( + sg_page(cur_src_sgl)); + } } else if (destlen == 0 && i == orig_sgl_count - 1) { /* unmap the last bounce that is < PAGE_SIZE */ - sg_kunmap_atomic(bounce_addr); + kunmap_atomic((void *)bounce_addr); } } - sg_kunmap_atomic(dest_addr - orig_sgl[i].offset); + kunmap_atomic((void *)(dest_addr - cur_dest_sgl->offset)); + cur_dest_sgl = sg_next(cur_dest_sgl); } local_irq_restore(flags); @@ -711,48 +708,62 @@ unsigned long bounce_addr = 0; unsigned long src_addr = 0; unsigned long flags; + struct scatterlist *cur_src_sgl; + struct scatterlist *cur_dest_sgl; local_irq_save(flags); + cur_src_sgl = orig_sgl; + cur_dest_sgl = bounce_sgl; + for (i = 0; i < orig_sgl_count; i++) { - src_addr = sg_kmap_atomic(orig_sgl,i) + orig_sgl[i].offset; + src_addr = (unsigned long) + kmap_atomic(sg_page(cur_src_sgl)) + + cur_src_sgl->offset; src = src_addr; - srclen = orig_sgl[i].length; + srclen = cur_src_sgl->length; if (bounce_addr == 0) - bounce_addr = sg_kmap_atomic(bounce_sgl,j); + bounce_addr = (unsigned long) + kmap_atomic(sg_page(cur_dest_sgl)); while (srclen) { /* assume bounce offset always == 0 */ - dest = bounce_addr + bounce_sgl[j].length; - destlen = PAGE_SIZE - bounce_sgl[j].length; + dest = bounce_addr + cur_dest_sgl->length; + destlen = PAGE_SIZE - cur_dest_sgl->length; copylen = min(srclen, destlen); memcpy((void *)dest, (void *)src, copylen); total_copied += copylen; - bounce_sgl[j].length += copylen; + cur_dest_sgl->length += copylen; srclen -= copylen; src += copylen; - if (bounce_sgl[j].length == PAGE_SIZE) { + if (cur_dest_sgl->length == PAGE_SIZE) { /* full..move to next entry */ - sg_kunmap_atomic(bounce_addr); + kunmap_atomic((void *)bounce_addr); + bounce_addr = 0; j++; + } - /* if we need to use another bounce buffer */ - if (srclen || i != orig_sgl_count - 1) - bounce_addr = sg_kmap_atomic(bounce_sgl,j); - - } else if (srclen == 0 && i == orig_sgl_count - 1) { - /* unmap the last bounce that is < PAGE_SIZE */ - sg_kunmap_atomic(bounce_addr); + /* if we need to use another bounce buffer */ + if (srclen && bounce_addr == 0) { + cur_dest_sgl = sg_next(cur_dest_sgl); + bounce_addr = (unsigned long) + kmap_atomic( + sg_page(cur_dest_sgl)); } + } - sg_kunmap_atomic(src_addr - orig_sgl[i].offset); + kunmap_atomic((void *)(src_addr - cur_src_sgl->offset)); + cur_src_sgl = sg_next(cur_src_sgl); } + if (bounce_addr) + kunmap_atomic((void *)bounce_addr); + local_irq_restore(flags); return total_copied; @@ -962,6 +973,8 @@ STORAGE_CHANNEL_SUPPORTS_MULTI_CHANNEL) process_sub_channels = true; } + stor_device->max_transfer_bytes = + vstor_packet->storage_channel_properties.max_transfer_bytes; memset(vstor_packet, 0, sizeof(struct vstor_packet)); vstor_packet->operation = VSTOR_OPERATION_END_INITIALIZATION; @@ -1017,6 +1030,13 @@ case ATA_12: set_host_byte(scmnd, DID_PASSTHROUGH); break; + /* + * On Some Windows hosts TEST_UNIT_READY command can return + * SRB_STATUS_ERROR, let the upper level code deal with it + * based on the sense information. + */ + case TEST_UNIT_READY: + break; default: set_host_byte(scmnd, DID_TARGET_FAILURE); } @@ -1060,13 +1080,13 @@ { struct scsi_cmnd *scmnd = cmd_request->cmd; struct hv_host_device *host_dev = shost_priv(scmnd->device->host); - void (*scsi_done_fn)(struct scsi_cmnd *); struct scsi_sense_hdr sense_hdr; struct vmscsi_request *vm_srb; - struct stor_mem_pools *memp = scmnd->device->hostdata; struct Scsi_Host *host; struct storvsc_device *stor_dev; struct hv_device *dev = host_dev->dev; + u32 payload_sz = cmd_request->payload_sz; + void *payload = cmd_request->payload; stor_dev = get_in_stor_device(dev); host = stor_dev->host; @@ -1095,17 +1115,14 @@ sense_hdr.ascq); scsi_set_resid(scmnd, - cmd_request->data_buffer.len - + cmd_request->payload->range.len - vm_srb->data_transfer_length); - scsi_done_fn = scmnd->scsi_done; - - scmnd->host_scribble = NULL; - scmnd->scsi_done = NULL; + scmnd->scsi_done(scmnd); - scsi_done_fn(scmnd); - - mempool_free(cmd_request, memp->request_mempool); + if (payload_sz > + sizeof(struct vmbus_channel_packet_multipage_buffer)) + kfree(payload); } static void storvsc_on_io_completion(struct hv_device *device, @@ -1161,7 +1178,7 @@ request, vstor_packet->vm_srb.sense_info_length); - memcpy(request->sense_buffer, + memcpy(request->cmd->sense_buffer, vstor_packet->vm_srb.sense_data, vstor_packet->vm_srb.sense_info_length); @@ -1319,7 +1336,7 @@ } static int storvsc_do_io(struct hv_device *device, - struct storvsc_cmd_request *request) + struct storvsc_cmd_request *request) { struct storvsc_device *stor_device; struct vstor_packet *vstor_packet; @@ -1351,19 +1368,20 @@ vstor_packet->vm_srb.data_transfer_length = - request->data_buffer.len; + request->payload->range.len; vstor_packet->operation = VSTOR_OPERATION_EXECUTE_SRB; - if (request->data_buffer.len) { - ret = vmbus_sendpacket_multipagebuffer(outgoing_channel, - &request->data_buffer, + if (request->payload->range.len) { + + ret = vmbus_sendpacket_mpb_desc(outgoing_channel, + request->payload, request->payload_sz, vstor_packet, (sizeof(struct vstor_packet) - vmscsi_size_delta), (unsigned long)request); } else { - ret = vmbus_sendpacket(device->channel, vstor_packet, + ret = vmbus_sendpacket(outgoing_channel, vstor_packet, (sizeof(struct vstor_packet) - vmscsi_size_delta), (unsigned long)request, @@ -1379,60 +1397,8 @@ return ret; } -static int storvsc_device_alloc(struct scsi_device *sdevice) -{ - struct stor_mem_pools *memp; - int number = STORVSC_MIN_BUF_NR; - - memp = kzalloc(sizeof(struct stor_mem_pools), GFP_KERNEL); - if (!memp) - return -ENOMEM; - - memp->request_pool = - kmem_cache_create(dev_name(&sdevice->sdev_dev), - sizeof(struct storvsc_cmd_request), 0, - SLAB_HWCACHE_ALIGN, NULL); - - if (!memp->request_pool) - goto err0; - - memp->request_mempool = mempool_create(number, mempool_alloc_slab, - mempool_free_slab, - memp->request_pool); - - if (!memp->request_mempool) - goto err1; - - sdevice->hostdata = memp; - - return 0; - -err1: - kmem_cache_destroy(memp->request_pool); - -err0: - kfree(memp); - return -ENOMEM; -} - -static void storvsc_device_destroy(struct scsi_device *sdevice) -{ - struct stor_mem_pools *memp = sdevice->hostdata; - - if (!memp) - return; - - mempool_destroy(memp->request_mempool); - kmem_cache_destroy(memp->request_pool); - kfree(memp); - sdevice->hostdata = NULL; -} - static int storvsc_device_configure(struct scsi_device *sdevice) { - scsi_adjust_queue_depth(sdevice, MSG_SIMPLE_TAG, - STORVSC_MAX_IO_REQUESTS); - blk_queue_max_segment_size(sdevice->request_queue, PAGE_SIZE); blk_queue_bounce_limit(sdevice->request_queue, BLK_BOUNCE_ANY); @@ -1441,6 +1407,27 @@ sdevice->no_write_same = 1; + /* + * Add blist flags to permit the reading of the VPD pages even when + * the target may claim SPC-2 compliance. MSFT targets currently + * claim SPC-2 compliance while they implement post SPC-2 features. + * With this patch we can correctly handle WRITE_SAME_16 issues. + */ + sdevice->sdev_bflags |= msft_blist_flags; + + /* + * If the host is WIN8 or WIN8 R2, claim conformance to SPC-3 + * if the device is a MSFT virtual device. + */ + if (!strncmp(sdevice->vendor, "Msft", 4)) { + switch (vmbus_proto_version) { + case VERSION_WIN8: + case VERSION_WIN8_1: + sdevice->scsi_level = SCSI_SPC_3; + break; + } + } + return 0; } @@ -1518,6 +1505,16 @@ return SUCCESS; } +/* + * The host guarantees to respond to each command, although I/O latencies might + * be unbounded on Azure. Reset the timer unconditionally to give the host a + * chance to perform EH. + */ +static enum blk_eh_timer_return storvsc_eh_timed_out(struct scsi_cmnd *scmnd) +{ + return BLK_EH_RESET_TIMER; +} + static bool storvsc_scsi_cmd_ok(struct scsi_cmnd *scmnd) { bool allowed = true; @@ -1545,61 +1542,53 @@ int ret; struct hv_host_device *host_dev = shost_priv(host); struct hv_device *dev = host_dev->dev; - struct storvsc_cmd_request *cmd_request; - unsigned int request_size = 0; + struct storvsc_cmd_request *cmd_request = scsi_cmd_priv(scmnd); int i; struct scatterlist *sgl; unsigned int sg_count = 0; struct vmscsi_request *vm_srb; - struct stor_mem_pools *memp = scmnd->device->hostdata; + struct scatterlist *cur_sgl; + struct vmbus_packet_mpb_array *payload; + u32 payload_sz; + u32 length; - if (!storvsc_scsi_cmd_ok(scmnd)) { - scmnd->scsi_done(scmnd); - return 0; + if (vmstor_current_major <= VMSTOR_WIN8_MAJOR) { + /* + * On legacy hosts filter unimplemented commands. + * Future hosts are expected to correctly handle + * unsupported commands. Furthermore, it is + * possible that some of the currently + * unsupported commands maybe supported in + * future versions of the host. + */ + if (!storvsc_scsi_cmd_ok(scmnd)) { + scmnd->scsi_done(scmnd); + return 0; + } } - request_size = sizeof(struct storvsc_cmd_request); - - cmd_request = mempool_alloc(memp->request_mempool, - GFP_ATOMIC); - - /* - * We might be invoked in an interrupt context; hence - * mempool_alloc() can fail. - */ - if (!cmd_request) - return SCSI_MLQUEUE_DEVICE_BUSY; - - memset(cmd_request, 0, sizeof(struct storvsc_cmd_request)); - /* Setup the cmd request */ cmd_request->cmd = scmnd; - scmnd->host_scribble = (unsigned char *)cmd_request; - vm_srb = &cmd_request->vstor_packet.vm_srb; vm_srb->win8_extension.time_out_value = 60; + vm_srb->win8_extension.srb_flags |= + SRB_FLAGS_DISABLE_SYNCH_TRANSFER; /* Build the SRB */ switch (scmnd->sc_data_direction) { case DMA_TO_DEVICE: vm_srb->data_in = WRITE_TYPE; vm_srb->win8_extension.srb_flags |= SRB_FLAGS_DATA_OUT; - vm_srb->win8_extension.srb_flags |= - (SRB_FLAGS_QUEUE_ACTION_ENABLE | - SRB_FLAGS_DISABLE_SYNCH_TRANSFER); break; case DMA_FROM_DEVICE: vm_srb->data_in = READ_TYPE; vm_srb->win8_extension.srb_flags |= SRB_FLAGS_DATA_IN; - vm_srb->win8_extension.srb_flags |= - (SRB_FLAGS_QUEUE_ACTION_ENABLE | - SRB_FLAGS_DISABLE_SYNCH_TRANSFER); break; default: vm_srb->data_in = UNKNOWN_TYPE; - vm_srb->win8_extension.srb_flags = 0; + vm_srb->win8_extension.srb_flags |= SRB_FLAGS_NO_DATA_TRANSFER; break; } @@ -1613,91 +1602,100 @@ memcpy(vm_srb->cdb, scmnd->cmnd, vm_srb->cdb_length); - cmd_request->sense_buffer = scmnd->sense_buffer; - + sgl = (struct scatterlist *)scsi_sglist(scmnd); + sg_count = scsi_sg_count(scmnd); - cmd_request->data_buffer.len = scsi_bufflen(scmnd); - if (scsi_sg_count(scmnd)) { - sgl = (struct scatterlist *)scsi_sglist(scmnd); - sg_count = scsi_sg_count(scmnd); + length = scsi_bufflen(scmnd); + payload = (struct vmbus_packet_mpb_array *)&cmd_request->mpb; + payload_sz = sizeof(cmd_request->mpb); + if (sg_count) { /* check if we need to bounce the sgl */ if (do_bounce_buffer(sgl, scsi_sg_count(scmnd)) != -1) { cmd_request->bounce_sgl = - create_bounce_buffer(sgl, scsi_sg_count(scmnd), - scsi_bufflen(scmnd), + create_bounce_buffer(sgl, sg_count, + length, vm_srb->data_in); - if (!cmd_request->bounce_sgl) { - ret = SCSI_MLQUEUE_HOST_BUSY; - goto queue_error; - } + if (!cmd_request->bounce_sgl) + return SCSI_MLQUEUE_HOST_BUSY; cmd_request->bounce_sgl_count = - ALIGN(scsi_bufflen(scmnd), PAGE_SIZE) >> - PAGE_SHIFT; + ALIGN(length, PAGE_SIZE) >> PAGE_SHIFT; if (vm_srb->data_in == WRITE_TYPE) copy_to_bounce_buffer(sgl, - cmd_request->bounce_sgl, - scsi_sg_count(scmnd)); + cmd_request->bounce_sgl, sg_count); sgl = cmd_request->bounce_sgl; sg_count = cmd_request->bounce_sgl_count; } - cmd_request->data_buffer.offset = sgl[0].offset; - for (i = 0; i < sg_count; i++) - cmd_request->data_buffer.pfn_array[i] = - page_to_pfn(sg_page((&sgl[i]))); + if (sg_count > MAX_PAGE_BUFFER_COUNT) { + + payload_sz = (sg_count * sizeof(void *) + + sizeof(struct vmbus_packet_mpb_array)); + payload = kmalloc(payload_sz, GFP_ATOMIC); + if (!payload) { + if (cmd_request->bounce_sgl_count) + destroy_bounce_buffer( + cmd_request->bounce_sgl, + cmd_request->bounce_sgl_count); + + return SCSI_MLQUEUE_DEVICE_BUSY; + } + } + + payload->range.len = length; + payload->range.offset = sgl[0].offset; + + cur_sgl = sgl; + for (i = 0; i < sg_count; i++) { + payload->range.pfn_array[i] = + page_to_pfn(sg_page((cur_sgl))); + cur_sgl = sg_next(cur_sgl); + } } else if (scsi_sglist(scmnd)) { - cmd_request->data_buffer.offset = + payload->range.len = length; + payload->range.offset = virt_to_phys(scsi_sglist(scmnd)) & (PAGE_SIZE-1); - cmd_request->data_buffer.pfn_array[0] = + payload->range.pfn_array[0] = virt_to_phys(scsi_sglist(scmnd)) >> PAGE_SHIFT; } + cmd_request->payload = payload; + cmd_request->payload_sz = payload_sz; + /* Invokes the vsc to start an IO */ ret = storvsc_do_io(dev, cmd_request); if (ret == -EAGAIN) { /* no more space */ - if (cmd_request->bounce_sgl_count) { + if (cmd_request->bounce_sgl_count) destroy_bounce_buffer(cmd_request->bounce_sgl, cmd_request->bounce_sgl_count); - ret = SCSI_MLQUEUE_DEVICE_BUSY; - goto queue_error; - } + return SCSI_MLQUEUE_DEVICE_BUSY; } return 0; - -queue_error: - mempool_free(cmd_request, memp->request_mempool); - scmnd->host_scribble = NULL; - return ret; } static struct scsi_host_template scsi_driver = { .module = THIS_MODULE, .name = "storvsc_host_t", + .cmd_size = sizeof(struct storvsc_cmd_request), .bios_param = storvsc_get_chs, .queuecommand = storvsc_queuecommand, .eh_host_reset_handler = storvsc_host_reset_handler, - .slave_alloc = storvsc_device_alloc, - .slave_destroy = storvsc_device_destroy, + .proc_name = "storvsc_host", + .eh_timed_out = storvsc_eh_timed_out, .slave_configure = storvsc_device_configure, - .cmd_per_lun = 1, - /* 64 max_queue * 1 target */ - .can_queue = STORVSC_MAX_IO_REQUESTS*STORVSC_MAX_TARGETS, + .cmd_per_lun = 255, .this_id = -1, - /* no use setting to 0 since ll_blk_rw reset it to 1 */ - /* currently 32 */ - .sg_tablesize = MAX_MULTIPAGE_BUFFER_COUNT, - .use_clustering = DISABLE_CLUSTERING, + .use_clustering = ENABLE_CLUSTERING, /* Make sure we dont get a sg segment crosses a page boundary */ .dma_boundary = PAGE_SIZE-1, .no_write_same = 1, @@ -1732,29 +1730,52 @@ const struct hv_vmbus_device_id *dev_id) { int ret; + int num_cpus = num_online_cpus(); struct Scsi_Host *host; struct hv_host_device *host_dev; bool dev_is_ide = ((dev_id->driver_data == IDE_GUID) ? true : false); int target = 0; struct storvsc_device *stor_device; + int max_luns_per_target; + int max_targets; + int max_channels; + int max_sub_channels = 0; /* * Based on the windows host we are running on, * set state to properly communicate with the host. */ - if (vmbus_proto_version == VERSION_WIN8) { - sense_buffer_size = POST_WIN7_STORVSC_SENSE_BUFFER_SIZE; - vmscsi_size_delta = 0; - vmstor_current_major = VMSTOR_WIN8_MAJOR; - vmstor_current_minor = VMSTOR_WIN8_MINOR; - } else { + switch (vmbus_proto_version) { + case VERSION_WS2008: + case VERSION_WIN7: sense_buffer_size = PRE_WIN8_STORVSC_SENSE_BUFFER_SIZE; vmscsi_size_delta = sizeof(struct vmscsi_win8_extension); vmstor_current_major = VMSTOR_WIN7_MAJOR; vmstor_current_minor = VMSTOR_WIN7_MINOR; + max_luns_per_target = STORVSC_IDE_MAX_LUNS_PER_TARGET; + max_targets = STORVSC_IDE_MAX_TARGETS; + max_channels = STORVSC_IDE_MAX_CHANNELS; + break; + default: + sense_buffer_size = POST_WIN7_STORVSC_SENSE_BUFFER_SIZE; + vmscsi_size_delta = 0; + vmstor_current_major = VMSTOR_WIN8_MAJOR; + vmstor_current_minor = VMSTOR_WIN8_MINOR; + max_luns_per_target = STORVSC_MAX_LUNS_PER_TARGET; + max_targets = STORVSC_MAX_TARGETS; + max_channels = STORVSC_MAX_CHANNELS; + /* + * On Windows8 and above, we support sub-channels for storage. + * The number of sub-channels offerred is based on the number of + * VCPUs in the guest. + */ + max_sub_channels = (num_cpus / storvsc_vcpus_per_sub_channel); + break; } + scsi_driver.can_queue = (max_outstanding_req_per_channel * + (max_sub_channels + 1)); host = scsi_host_alloc(&scsi_driver, sizeof(struct hv_host_device)); @@ -1789,15 +1810,34 @@ host_dev->path = stor_device->path_id; host_dev->target = stor_device->target_id; - /* max # of devices per target */ - host->max_lun = STORVSC_MAX_LUNS_PER_TARGET; - /* max # of targets per channel */ - host->max_id = STORVSC_MAX_TARGETS; - /* max # of channels */ - host->max_channel = STORVSC_MAX_CHANNELS - 1; + switch (dev_id->driver_data) { + case SFC_GUID: + host->max_lun = STORVSC_FC_MAX_LUNS_PER_TARGET; + host->max_id = STORVSC_FC_MAX_TARGETS; + host->max_channel = STORVSC_FC_MAX_CHANNELS - 1; + break; + + case SCSI_GUID: + host->max_lun = max_luns_per_target; + host->max_id = max_targets; + host->max_channel = max_channels - 1; + break; + + default: + host->max_lun = STORVSC_IDE_MAX_LUNS_PER_TARGET; + host->max_id = STORVSC_IDE_MAX_TARGETS; + host->max_channel = STORVSC_IDE_MAX_CHANNELS - 1; + break; + } /* max cmd length */ host->max_cmd_len = STORVSC_MAX_CMD_LEN; + /* + * set the table size based on the info we got + * from the host. + */ + host->sg_tablesize = (stor_device->max_transfer_bytes >> PAGE_SHIFT); + /* Register the HBA and start the scsi bus scan */ ret = scsi_add_host(host, &device->device); if (ret != 0) @@ -1855,7 +1895,6 @@ static int __init storvsc_drv_init(void) { - u32 max_outstanding_req_per_channel; /* * Divide the ring buffer data size (which is 1 page less @@ -1870,10 +1909,6 @@ vmscsi_size_delta, sizeof(u64))); - if (max_outstanding_req_per_channel < - STORVSC_MAX_IO_REQUESTS) - return -EINVAL; - return vmbus_driver_register(&storvsc_drv); } --- linux-lts-utopic-3.16.0.orig/drivers/scsi/sun3_NCR5380.c +++ linux-lts-utopic-3.16.0/drivers/scsi/sun3_NCR5380.c @@ -2587,15 +2587,15 @@ * Purpose : abort a command * * Inputs : cmd - the struct scsi_cmnd to abort, code - code to set the - * host byte of the result field to, if zero DID_ABORTED is + * host byte of the result field to, if zero DID_ABORTED is * used. * - * Returns : 0 - success, -1 on failure. + * Returns : SUCCESS - success, FAILED on failure. * - * XXX - there is no way to abort the command that is currently - * connected, you have to wait for it to complete. If this is + * XXX - there is no way to abort the command that is currently + * connected, you have to wait for it to complete. If this is * a problem, we could implement longjmp() / setjmp(), setjmp() - * called where the loop started in NCR5380_main(). + * called where the loop started in NCR5380_main(). */ static int NCR5380_abort(struct scsi_cmnd *cmd) --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-atmel.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-atmel.c @@ -593,7 +593,8 @@ *plen = len; - if (atmel_spi_dma_slave_config(as, &slave_config, 8)) + if (atmel_spi_dma_slave_config(as, &slave_config, + xfer->bits_per_word)) goto err_exit; /* Send both scatterlists */ @@ -781,17 +782,17 @@ (unsigned long long)xfer->rx_dma); } - /* REVISIT: We're waiting for ENDRX before we start the next + /* REVISIT: We're waiting for RXBUFF before we start the next * transfer because we need to handle some difficult timing - * issues otherwise. If we wait for ENDTX in one transfer and - * then starts waiting for ENDRX in the next, it's difficult - * to tell the difference between the ENDRX interrupt we're - * actually waiting for and the ENDRX interrupt of the + * issues otherwise. If we wait for TXBUFE in one transfer and + * then starts waiting for RXBUFF in the next, it's difficult + * to tell the difference between the RXBUFF interrupt we're + * actually waiting for and the RXBUFF interrupt of the * previous transfer. * * It should be doable, though. Just not now... */ - spi_writel(as, IER, SPI_BIT(ENDRX) | SPI_BIT(OVRES)); + spi_writel(as, IER, SPI_BIT(RXBUFF) | SPI_BIT(OVRES)); spi_writel(as, PTCR, SPI_BIT(TXTEN) | SPI_BIT(RXTEN)); } --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-bitbang.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-bitbang.c @@ -184,7 +184,6 @@ { struct spi_bitbang_cs *cs = spi->controller_state; struct spi_bitbang *bitbang; - int retval; unsigned long flags; bitbang = spi_master_get_devdata(spi->master); @@ -201,9 +200,11 @@ if (!cs->txrx_word) return -EINVAL; - retval = bitbang->setup_transfer(spi, NULL); - if (retval < 0) - return retval; + if (bitbang->setup_transfer) { + int retval = bitbang->setup_transfer(spi, NULL); + if (retval < 0) + return retval; + } dev_dbg(&spi->dev, "%s, %u nsec/bit\n", __func__, 2 * cs->nsecs); @@ -299,9 +300,11 @@ /* init (-1) or override (1) transfer params */ if (do_setup != 0) { - status = bitbang->setup_transfer(spi, t); - if (status < 0) - break; + if (bitbang->setup_transfer) { + status = bitbang->setup_transfer(spi, t); + if (status < 0) + break; + } if (do_setup == -1) do_setup = 0; } --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-dw-mid.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-dw-mid.c @@ -89,7 +89,13 @@ static void mid_spi_dma_exit(struct dw_spi *dws) { + if (!dws->dma_inited) + return; + + dmaengine_terminate_all(dws->txchan); dma_release_channel(dws->txchan); + + dmaengine_terminate_all(dws->rxchan); dma_release_channel(dws->rxchan); } @@ -136,7 +142,7 @@ txconf.dst_addr = dws->dma_addr; txconf.dst_maxburst = LNW_DMA_MSIZE_16; txconf.src_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES; - txconf.dst_addr_width = DMA_SLAVE_BUSWIDTH_2_BYTES; + txconf.dst_addr_width = dws->dma_width; txconf.device_fc = false; txchan->device->device_control(txchan, DMA_SLAVE_CONFIG, @@ -159,7 +165,7 @@ rxconf.src_addr = dws->dma_addr; rxconf.src_maxburst = LNW_DMA_MSIZE_16; rxconf.dst_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES; - rxconf.src_addr_width = DMA_SLAVE_BUSWIDTH_2_BYTES; + rxconf.src_addr_width = dws->dma_width; rxconf.device_fc = false; rxchan->device->device_control(rxchan, DMA_SLAVE_CONFIG, @@ -216,7 +222,6 @@ iounmap(clk_reg); dws->num_cs = 16; - dws->fifo_len = 40; /* FIFO has 40 words buffer */ #ifdef CONFIG_SPI_DW_MID_DMA dws->dma_priv = kzalloc(sizeof(struct mid_dma), GFP_KERNEL); --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-dw-pci.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-dw-pci.c @@ -62,6 +62,8 @@ if (ret) return ret; + dws->regs = pcim_iomap_table(pdev)[pci_bar]; + dws->bus_num = 0; dws->num_cs = 4; dws->irq = pdev->irq; --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-dw.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-dw.c @@ -271,7 +271,7 @@ transfer_list); if (!last_transfer->cs_change) - spi_chip_sel(dws, dws->cur_msg->spi, 0); + spi_chip_sel(dws, msg->spi, 0); spi_finalize_current_message(dws->master); } @@ -382,9 +382,6 @@ chip = dws->cur_chip; spi = message->spi; - if (unlikely(!chip->clk_div)) - chip->clk_div = dws->max_freq / chip->speed_hz; - if (message->state == ERROR_STATE) { message->status = -EIO; goto early_exit; @@ -425,7 +422,7 @@ if (transfer->speed_hz) { speed = chip->speed_hz; - if (transfer->speed_hz != speed) { + if ((transfer->speed_hz != speed) || (!chip->clk_div)) { speed = transfer->speed_hz; /* clk_div doesn't support odd number */ @@ -547,8 +544,7 @@ /* Only alloc on first setup */ chip = spi_get_ctldata(spi); if (!chip) { - chip = devm_kzalloc(&spi->dev, sizeof(struct chip_data), - GFP_KERNEL); + chip = kzalloc(sizeof(struct chip_data), GFP_KERNEL); if (!chip) return -ENOMEM; spi_set_ctldata(spi, chip); @@ -587,7 +583,6 @@ dev_err(&spi->dev, "No max speed HZ parameter\n"); return -EINVAL; } - chip->speed_hz = spi->max_speed_hz; chip->tmode = 0; /* Tx & Rx */ /* Default SPI mode is SCPOL = 0, SCPH = 0 */ @@ -606,6 +601,14 @@ return 0; } +static void dw_spi_cleanup(struct spi_device *spi) +{ + struct chip_data *chip = spi_get_ctldata(spi); + + kfree(chip); + spi_set_ctldata(spi, NULL); +} + /* Restart the controller, disable all interrupts, clean rx fifo */ static void spi_hw_init(struct dw_spi *dws) { @@ -619,13 +622,13 @@ */ if (!dws->fifo_len) { u32 fifo; - for (fifo = 2; fifo <= 257; fifo++) { + for (fifo = 1; fifo < 256; fifo++) { dw_writew(dws, DW_SPI_TXFLTR, fifo); if (fifo != dw_readw(dws, DW_SPI_TXFLTR)) break; } - dws->fifo_len = (fifo == 257) ? 0 : fifo; + dws->fifo_len = (fifo == 1) ? 0 : fifo; dw_writew(dws, DW_SPI_TXFLTR, 0); } } @@ -649,8 +652,7 @@ snprintf(dws->name, sizeof(dws->name), "dw_spi%d", dws->bus_num); - ret = devm_request_irq(dev, dws->irq, dw_spi_irq, IRQF_SHARED, - dws->name, dws); + ret = request_irq(dws->irq, dw_spi_irq, IRQF_SHARED, dws->name, dws); if (ret < 0) { dev_err(&master->dev, "can not get IRQ\n"); goto err_free_master; @@ -661,6 +663,7 @@ master->bus_num = dws->bus_num; master->num_chipselect = dws->num_cs; master->setup = dw_spi_setup; + master->cleanup = dw_spi_cleanup; master->transfer_one_message = dw_spi_transfer_one_message; master->max_speed_hz = dws->max_freq; @@ -691,6 +694,7 @@ if (dws->dma_ops && dws->dma_ops->dma_exit) dws->dma_ops->dma_exit(dws); spi_enable_chip(dws, 0); + free_irq(dws->irq, master); err_free_master: spi_master_put(master); return ret; @@ -708,6 +712,8 @@ spi_enable_chip(dws, 0); /* Disable clk */ spi_set_clk(dws, 0); + + free_irq(dws->irq, dws->master); } EXPORT_SYMBOL_GPL(dw_spi_remove_host); --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-fsl-dspi.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-fsl-dspi.c @@ -46,7 +46,7 @@ #define SPI_TCR 0x08 -#define SPI_CTAR(x) (0x0c + (x * 4)) +#define SPI_CTAR(x) (0x0c + (((x) & 0x3) * 4)) #define SPI_CTAR_FMSZ(x) (((x) & 0x0000000f) << 27) #define SPI_CTAR_CPOL(x) ((x) << 26) #define SPI_CTAR_CPHA(x) ((x) << 25) @@ -70,7 +70,7 @@ #define SPI_PUSHR 0x34 #define SPI_PUSHR_CONT (1 << 31) -#define SPI_PUSHR_CTAS(x) (((x) & 0x00000007) << 28) +#define SPI_PUSHR_CTAS(x) (((x) & 0x00000003) << 28) #define SPI_PUSHR_EOQ (1 << 27) #define SPI_PUSHR_CTCNT (1 << 26) #define SPI_PUSHR_PCS(x) (((1 << x) & 0x0000003f) << 16) @@ -342,8 +342,7 @@ /* Only alloc on first setup */ chip = spi_get_ctldata(spi); if (chip == NULL) { - chip = devm_kzalloc(&spi->dev, sizeof(struct chip_data), - GFP_KERNEL); + chip = kzalloc(sizeof(struct chip_data), GFP_KERNEL); if (!chip) return -ENOMEM; } @@ -382,6 +381,16 @@ return dspi_setup_transfer(spi, NULL); } +static void dspi_cleanup(struct spi_device *spi) +{ + struct chip_data *chip = spi_get_ctldata((struct spi_device *)spi); + + dev_dbg(&spi->dev, "spi_device %u.%u cleanup\n", + spi->master->bus_num, spi->chip_select); + + kfree(chip); +} + static irqreturn_t dspi_interrupt(int irq, void *dev_id) { struct fsl_dspi *dspi = (struct fsl_dspi *)dev_id; @@ -467,6 +476,7 @@ dspi->bitbang.master->setup = dspi_setup; dspi->bitbang.master->dev.of_node = pdev->dev.of_node; + master->cleanup = dspi_cleanup; master->mode_bits = SPI_CPOL | SPI_CPHA; master->bits_per_word_mask = SPI_BPW_MASK(4) | SPI_BPW_MASK(8) | SPI_BPW_MASK(16); --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-fsl-espi.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-fsl-espi.c @@ -452,16 +452,16 @@ int retval; u32 hw_mode; u32 loop_mode; - struct spi_mpc8xxx_cs *cs = spi->controller_state; + struct spi_mpc8xxx_cs *cs = spi_get_ctldata(spi); if (!spi->max_speed_hz) return -EINVAL; if (!cs) { - cs = devm_kzalloc(&spi->dev, sizeof(*cs), GFP_KERNEL); + cs = kzalloc(sizeof(*cs), GFP_KERNEL); if (!cs) return -ENOMEM; - spi->controller_state = cs; + spi_set_ctldata(spi, cs); } mpc8xxx_spi = spi_master_get_devdata(spi->master); @@ -496,6 +496,14 @@ return 0; } +static void fsl_espi_cleanup(struct spi_device *spi) +{ + struct spi_mpc8xxx_cs *cs = spi_get_ctldata(spi); + + kfree(cs); + spi_set_ctldata(spi, NULL); +} + void fsl_espi_cpu_irq(struct mpc8xxx_spi *mspi, u32 events) { struct fsl_espi_reg *reg_base = mspi->reg_base; @@ -605,6 +613,7 @@ master->bits_per_word_mask = SPI_BPW_RANGE_MASK(4, 16); master->setup = fsl_espi_setup; + master->cleanup = fsl_espi_cleanup; mpc8xxx_spi = spi_master_get_devdata(master); mpc8xxx_spi->spi_do_one_msg = fsl_espi_do_one_msg; --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-fsl-spi.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-fsl-spi.c @@ -425,16 +425,16 @@ struct fsl_spi_reg *reg_base; int retval; u32 hw_mode; - struct spi_mpc8xxx_cs *cs = spi->controller_state; + struct spi_mpc8xxx_cs *cs = spi_get_ctldata(spi); if (!spi->max_speed_hz) return -EINVAL; if (!cs) { - cs = devm_kzalloc(&spi->dev, sizeof(*cs), GFP_KERNEL); + cs = kzalloc(sizeof(*cs), GFP_KERNEL); if (!cs) return -ENOMEM; - spi->controller_state = cs; + spi_set_ctldata(spi, cs); } mpc8xxx_spi = spi_master_get_devdata(spi->master); @@ -496,9 +496,13 @@ static void fsl_spi_cleanup(struct spi_device *spi) { struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(spi->master); + struct spi_mpc8xxx_cs *cs = spi_get_ctldata(spi); if (mpc8xxx_spi->type == TYPE_GRLIB && gpio_is_valid(spi->cs_gpio)) gpio_free(spi->cs_gpio); + + kfree(cs); + spi_set_ctldata(spi, NULL); } static void fsl_spi_cpu_irq(struct mpc8xxx_spi *mspi, u32 events) --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-omap2-mcspi.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-omap2-mcspi.c @@ -149,6 +149,7 @@ void __iomem *base; unsigned long phys; int word_len; + u16 mode; struct list_head node; /* Context save and restore shadow register */ u32 chconf0, chctrl0; @@ -328,7 +329,8 @@ disable_fifo: if (t->rx_buf != NULL) chconf &= ~OMAP2_MCSPI_CHCONF_FFER; - else + + if (t->tx_buf != NULL) chconf &= ~OMAP2_MCSPI_CHCONF_FFET; mcspi_write_chconf0(spi, chconf); @@ -926,6 +928,8 @@ mcspi_write_chconf0(spi, l); + cs->mode = spi->mode; + dev_dbg(&spi->dev, "setup: speed %d, sample %s edge, clk %s\n", speed_hz, (spi->mode & SPI_CPHA) ? "trailing" : "leading", @@ -998,6 +1002,7 @@ return -ENOMEM; cs->base = mcspi->base + spi->chip_select * 0x14; cs->phys = mcspi->phys + spi->chip_select * 0x14; + cs->mode = 0; cs->chconf0 = 0; cs->chctrl0 = 0; spi->controller_state = cs; @@ -1079,6 +1084,16 @@ cs = spi->controller_state; cd = spi->controller_data; + /* + * The slave driver could have changed spi->mode in which case + * it will be different from cs->mode (the current hardware setup). + * If so, set par_override (even though its not a parity issue) so + * omap2_mcspi_setup_transfer will be called to configure the hardware + * with the correct mode on the first iteration of the loop below. + */ + if (spi->mode != cs->mode) + par_override = 1; + omap2_mcspi_set_enable(spi, 0); list_for_each_entry(t, &m->transfers, transfer_list) { if (t->tx_buf == NULL && t->rx_buf == NULL && t->len) { --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-orion.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-orion.c @@ -346,8 +346,6 @@ struct resource *r; unsigned long tclk_hz; int status = 0; - const u32 *iprop; - int size; master = spi_alloc_master(&pdev->dev, sizeof(*spi)); if (master == NULL) { @@ -358,10 +356,10 @@ if (pdev->id != -1) master->bus_num = pdev->id; if (pdev->dev.of_node) { - iprop = of_get_property(pdev->dev.of_node, "cell-index", - &size); - if (iprop && size == sizeof(*iprop)) - master->bus_num = *iprop; + u32 cell_index; + if (!of_property_read_u32(pdev->dev.of_node, "cell-index", + &cell_index)) + master->bus_num = cell_index; } /* we support only mode 0, and no options */ --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-pl022.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-pl022.c @@ -502,12 +502,12 @@ pl022->cur_msg = NULL; pl022->cur_transfer = NULL; pl022->cur_chip = NULL; - spi_finalize_current_message(pl022->master); /* disable the SPI/SSP operation */ writew((readw(SSP_CR1(pl022->virtbase)) & (~SSP_CR1_MASK_SSE)), SSP_CR1(pl022->virtbase)); + spi_finalize_current_message(pl022->master); } /** @@ -1074,7 +1074,7 @@ pl022->sgt_tx.nents, DMA_TO_DEVICE); err_tx_sgmap: dma_unmap_sg(rxchan->device->dev, pl022->sgt_rx.sgl, - pl022->sgt_tx.nents, DMA_FROM_DEVICE); + pl022->sgt_rx.nents, DMA_FROM_DEVICE); err_rx_sgmap: sg_free_table(&pl022->sgt_tx); err_alloc_tx_sg: --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-pxa2xx.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-pxa2xx.c @@ -402,8 +402,8 @@ cs_deassert(drv_data); } - spi_finalize_current_message(drv_data->master); drv_data->cur_chip = NULL; + spi_finalize_current_message(drv_data->master); } static void reset_sccr1(struct driver_data *drv_data) @@ -564,6 +564,10 @@ if (!(sccr1_reg & SSCR1_TIE)) mask &= ~SSSR_TFS; + /* Ignore RX timeout interrupt if it is disabled */ + if (!(sccr1_reg & SSCR1_TINTE)) + mask &= ~SSSR_TINT; + if (!(status & mask)) return IRQ_NONE; @@ -1074,6 +1078,7 @@ { "INT3430", 0 }, { "INT3431", 0 }, { "80860F0E", 0 }, + { "8086228E", 0 }, { }, }; MODULE_DEVICE_TABLE(acpi, pxa2xx_spi_acpi_match); @@ -1275,7 +1280,9 @@ if (status != 0) return status; write_SSCR0(0, drv_data->ioaddr); - clk_disable_unprepare(ssp->clk); + + if (!pm_runtime_suspended(dev)) + clk_disable_unprepare(ssp->clk); return 0; } @@ -1289,7 +1296,8 @@ pxa2xx_spi_dma_resume(drv_data); /* Enable the SSP clock */ - clk_prepare_enable(ssp->clk); + if (!pm_runtime_suspended(dev)) + clk_prepare_enable(ssp->clk); /* Restore LPSS private register bits */ lpss_ssp_setup(drv_data); --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-qup.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-qup.c @@ -486,7 +486,7 @@ struct resource *res; struct device *dev; void __iomem *base; - u32 data, max_freq, iomode; + u32 data, max_freq, iomode, num_cs; int ret, irq, size; dev = &pdev->dev; @@ -547,10 +547,11 @@ } /* use num-cs unless not present or out of range */ - if (of_property_read_u16(dev->of_node, "num-cs", - &master->num_chipselect) || - (master->num_chipselect > SPI_NUM_CHIPSELECTS)) + if (of_property_read_u32(dev->of_node, "num-cs", &num_cs) || + num_cs > SPI_NUM_CHIPSELECTS) master->num_chipselect = SPI_NUM_CHIPSELECTS; + else + master->num_chipselect = num_cs; master->bus_num = pdev->id; master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LOOP; --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-sh-msiof.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-sh-msiof.c @@ -421,6 +421,8 @@ struct device_node *np = spi->master->dev.of_node; struct sh_msiof_spi_priv *p = spi_master_get_devdata(spi->master); + pm_runtime_get_sync(&p->pdev->dev); + if (!np) { /* * Use spi->controller_data for CS (same strategy as spi_gpio), @@ -439,6 +441,9 @@ if (spi->cs_gpio >= 0) gpio_set_value(spi->cs_gpio, !(spi->mode & SPI_CS_HIGH)); + + pm_runtime_put_sync(&p->pdev->dev); + return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-sirf.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-sirf.c @@ -438,7 +438,8 @@ sspi->tx_word(sspi); writel(SIRFSOC_SPI_TXFIFO_EMPTY_INT_EN | SIRFSOC_SPI_TX_UFLOW_INT_EN | - SIRFSOC_SPI_RX_OFLOW_INT_EN, + SIRFSOC_SPI_RX_OFLOW_INT_EN | + SIRFSOC_SPI_RX_IO_DMA_INT_EN, sspi->base + SIRFSOC_SPI_INT_EN); writel(SIRFSOC_SPI_RX_EN | SIRFSOC_SPI_TX_EN, sspi->base + SIRFSOC_SPI_TX_RX_EN); @@ -562,9 +563,9 @@ sspi->word_width = DIV_ROUND_UP(bits_per_word, 8); txfifo_ctrl = SIRFSOC_SPI_FIFO_THD(SIRFSOC_SPI_FIFO_SIZE / 2) | - sspi->word_width; + (sspi->word_width >> 1); rxfifo_ctrl = SIRFSOC_SPI_FIFO_THD(SIRFSOC_SPI_FIFO_SIZE / 2) | - sspi->word_width; + (sspi->word_width >> 1); if (!(spi->mode & SPI_CS_HIGH)) regval |= SIRFSOC_SPI_CS_IDLE_STAT; --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-ti-qspi.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-ti-qspi.c @@ -364,11 +364,10 @@ mutex_unlock(&qspi->list_lock); + ti_qspi_write(qspi, qspi->cmd | QSPI_INVAL, QSPI_SPI_CMD_REG); m->status = status; spi_finalize_current_message(master); - ti_qspi_write(qspi, qspi->cmd | QSPI_INVAL, QSPI_SPI_CMD_REG); - return status; } --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi-xtensa-xtfpga.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi-xtensa-xtfpga.c @@ -34,13 +34,13 @@ static inline void xtfpga_spi_write32(const struct xtfpga_spi *spi, unsigned addr, u32 val) { - iowrite32(val, spi->regs + addr); + __raw_writel(val, spi->regs + addr); } static inline unsigned int xtfpga_spi_read32(const struct xtfpga_spi *spi, unsigned addr) { - return ioread32(spi->regs + addr); + return __raw_readl(spi->regs + addr); } static inline void xtfpga_spi_wait_busy(struct xtfpga_spi *xspi) --- linux-lts-utopic-3.16.0.orig/drivers/spi/spi.c +++ linux-lts-utopic-3.16.0/drivers/spi/spi.c @@ -606,13 +606,13 @@ sg_free_table(sgt); return -ENOMEM; } - sg_buf = page_address(vm_page) + - ((size_t)buf & ~PAGE_MASK); + sg_set_page(&sgt->sgl[i], vm_page, + min, offset_in_page(buf)); } else { sg_buf = buf; + sg_set_buf(&sgt->sgl[i], sg_buf, min); } - sg_set_buf(&sgt->sgl[i], sg_buf, min); buf += min; len -= min; @@ -1039,9 +1039,6 @@ spin_lock_irqsave(&master->queue_lock, flags); mesg = master->cur_msg; - master->cur_msg = NULL; - - queue_kthread_work(&master->kworker, &master->pump_messages); spin_unlock_irqrestore(&master->queue_lock, flags); spi_unmap_msg(master, mesg); @@ -1053,13 +1050,18 @@ "failed to unprepare message: %d\n", ret); } } + + spin_lock_irqsave(&master->queue_lock, flags); + master->cur_msg = NULL; master->cur_msg_prepared = false; + queue_kthread_work(&master->kworker, &master->pump_messages); + spin_unlock_irqrestore(&master->queue_lock, flags); + + trace_spi_message_done(mesg); mesg->state = NULL; if (mesg->complete) mesg->complete(mesg->context); - - trace_spi_message_done(mesg); } EXPORT_SYMBOL_GPL(spi_finalize_current_message); @@ -1456,8 +1458,7 @@ * * The caller is responsible for assigning the bus number and initializing * the master's methods before calling spi_register_master(); and (after errors - * adding the device) calling spi_master_put() and kfree() to prevent a memory - * leak. + * adding the device) calling spi_master_put() to prevent a memory leak. */ struct spi_master *spi_alloc_master(struct device *dev, unsigned size) { @@ -1474,7 +1475,7 @@ master->bus_num = -1; master->num_chipselect = 1; master->dev.class = &spi_master_class; - master->dev.parent = get_device(dev); + master->dev.parent = dev; spi_master_set_devdata(master, &master[1]); return master; --- linux-lts-utopic-3.16.0.orig/drivers/spi/spidev.c +++ linux-lts-utopic-3.16.0/drivers/spi/spidev.c @@ -244,7 +244,10 @@ k_tmp->len = u_tmp->len; total += k_tmp->len; - if (total > bufsiz) { + /* Check total length of transfers. Also check each + * transfer length to avoid arithmetic overflow. + */ + if (total > bufsiz || k_tmp->len > bufsiz) { status = -EMSGSIZE; goto done; } --- linux-lts-utopic-3.16.0.orig/drivers/staging/Kconfig +++ linux-lts-utopic-3.16.0/drivers/staging/Kconfig @@ -28,8 +28,6 @@ source "drivers/staging/slicoss/Kconfig" -source "drivers/staging/usbip/Kconfig" - source "drivers/staging/winbond/Kconfig" source "drivers/staging/wlan-ng/Kconfig" --- linux-lts-utopic-3.16.0.orig/drivers/staging/Makefile +++ linux-lts-utopic-3.16.0/drivers/staging/Makefile @@ -6,7 +6,6 @@ obj-y += media/ obj-$(CONFIG_ET131X) += et131x/ obj-$(CONFIG_SLICOSS) += slicoss/ -obj-$(CONFIG_USBIP_CORE) += usbip/ obj-$(CONFIG_W35UND) += winbond/ obj-$(CONFIG_PRISM2_USB) += wlan-ng/ obj-$(CONFIG_COMEDI) += comedi/ --- linux-lts-utopic-3.16.0.orig/drivers/staging/android/binder.c +++ linux-lts-utopic-3.16.0/drivers/staging/android/binder.c @@ -2049,7 +2049,7 @@ if (get_user(cookie, (binder_uintptr_t __user *)ptr)) return -EFAULT; - ptr += sizeof(void *); + ptr += sizeof(cookie); list_for_each_entry(w, &proc->delivered_death, entry) { struct binder_ref_death *tmp_death = container_of(w, struct binder_ref_death, work); --- linux-lts-utopic-3.16.0.orig/drivers/staging/android/ion/ion.c +++ linux-lts-utopic-3.16.0/drivers/staging/android/ion/ion.c @@ -1175,13 +1175,13 @@ mutex_unlock(&client->lock); goto end; } - mutex_unlock(&client->lock); handle = ion_handle_create(client, buffer); - if (IS_ERR(handle)) + if (IS_ERR(handle)) { + mutex_unlock(&client->lock); goto end; + } - mutex_lock(&client->lock); ret = ion_handle_add(client, handle); mutex_unlock(&client->lock); if (ret) { --- linux-lts-utopic-3.16.0.orig/drivers/staging/comedi/comedi_compat32.c +++ linux-lts-utopic-3.16.0/drivers/staging/comedi/comedi_compat32.c @@ -262,7 +262,7 @@ { struct comedi_cmd __user *cmd; struct comedi32_cmd_struct __user *cmd32; - int rc; + int rc, err; cmd32 = compat_ptr(arg); cmd = compat_alloc_user_space(sizeof(*cmd)); @@ -271,7 +271,15 @@ if (rc) return rc; - return translated_ioctl(file, COMEDI_CMD, (unsigned long)cmd); + rc = translated_ioctl(file, COMEDI_CMD, (unsigned long)cmd); + if (rc == -EAGAIN) { + /* Special case: copy cmd back to user. */ + err = put_compat_cmd(cmd32, cmd); + if (err) + rc = err; + } + + return rc; } /* Handle 32-bit COMEDI_CMDTEST ioctl. */ --- linux-lts-utopic-3.16.0.orig/drivers/staging/comedi/comedi_fops.c +++ linux-lts-utopic-3.16.0/drivers/staging/comedi/comedi_fops.c @@ -1466,10 +1466,7 @@ unsigned int *chanlist; int ret; - /* user_chanlist could be NULL for do_cmdtest ioctls */ - if (!user_chanlist) - return 0; - + cmd->chanlist = NULL; chanlist = memdup_user(user_chanlist, cmd->chanlist_len * sizeof(unsigned int)); if (IS_ERR(chanlist)) @@ -1613,13 +1610,18 @@ s = &dev->subdevices[cmd.subdev]; - /* load channel/gain list */ - ret = __comedi_get_user_chanlist(dev, s, user_chanlist, &cmd); - if (ret) - return ret; + /* user_chanlist can be NULL for COMEDI_CMDTEST ioctl */ + if (user_chanlist) { + /* load channel/gain list */ + ret = __comedi_get_user_chanlist(dev, s, user_chanlist, &cmd); + if (ret) + return ret; + } ret = s->do_cmdtest(dev, s, &cmd); + kfree(cmd.chanlist); /* free kernel copy of user chanlist */ + /* restore chanlist pointer before copying back */ cmd.chanlist = (unsigned int __force *)user_chanlist; --- linux-lts-utopic-3.16.0.orig/drivers/staging/comedi/drivers/adl_pci7x3x.c +++ linux-lts-utopic-3.16.0/drivers/staging/comedi/drivers/adl_pci7x3x.c @@ -113,8 +113,20 @@ { unsigned long reg = (unsigned long)s->private; - if (comedi_dio_update_state(s, data)) - outl(s->state, dev->iobase + reg); + if (comedi_dio_update_state(s, data)) { + unsigned int val = s->state; + + if (s->n_chan == 16) { + /* + * It seems the PCI-7230 needs the 16-bit DO state + * to be shifted left by 16 bits before being written + * to the 32-bit register. Set the value in both + * halves of the register to be sure. + */ + val |= val << 16; + } + outl(val, dev->iobase + reg); + } data[1] = s->state; --- linux-lts-utopic-3.16.0.orig/drivers/staging/comedi/drivers/adv_pci1710.c +++ linux-lts-utopic-3.16.0/drivers/staging/comedi/drivers/adv_pci1710.c @@ -456,7 +456,6 @@ struct comedi_insn *insn, unsigned int *data) { struct pci1710_private *devpriv = dev->private; - unsigned int chan = CR_CHAN(insn->chanspec); int ret = 0; int i; @@ -478,7 +477,7 @@ break; val = inw(dev->iobase + PCI171x_AD_DATA); - ret = pci171x_ai_dropout(dev, s, chan, val); + ret = pci171x_ai_dropout(dev, s, 0, val); if (ret) break; --- linux-lts-utopic-3.16.0.orig/drivers/staging/comedi/drivers/cb_pcidas64.c +++ linux-lts-utopic-3.16.0/drivers/staging/comedi/drivers/cb_pcidas64.c @@ -441,6 +441,29 @@ } }; +static const uint8_t ai_range_code_64xx[8] = { + 0x0, 0x1, 0x2, 0x3, /* bipolar 10, 5, 2,5, 1.25 */ + 0x8, 0x9, 0xa, 0xb /* unipolar 10, 5, 2.5, 1.25 */ +}; + +/* analog input ranges for 64-Mx boards */ +static const struct comedi_lrange ai_ranges_64_mx = { + 7, { + BIP_RANGE(5), + BIP_RANGE(2.5), + BIP_RANGE(1.25), + BIP_RANGE(0.625), + UNI_RANGE(5), + UNI_RANGE(2.5), + UNI_RANGE(1.25) + } +}; + +static const uint8_t ai_range_code_64_mx[7] = { + 0x0, 0x1, 0x2, 0x3, /* bipolar 5, 2.5, 1.25, 0.625 */ + 0x9, 0xa, 0xb /* unipolar 5, 2.5, 1.25 */ +}; + /* analog input ranges for 60xx boards */ static const struct comedi_lrange ai_ranges_60xx = { 4, { @@ -451,6 +474,10 @@ } }; +static const uint8_t ai_range_code_60xx[4] = { + 0x0, 0x1, 0x4, 0x7 /* bipolar 10, 5, 0.5, 0.05 */ +}; + /* analog input ranges for 6030, etc boards */ static const struct comedi_lrange ai_ranges_6030 = { 14, { @@ -471,6 +498,11 @@ } }; +static const uint8_t ai_range_code_6030[14] = { + 0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, /* bip 10, 5, 2, 1, 0.5, 0.2, 0.1 */ + 0x9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf /* uni 10, 5, 2, 1, 0.5, 0.2, 0.1 */ +}; + /* analog input ranges for 6052, etc boards */ static const struct comedi_lrange ai_ranges_6052 = { 15, { @@ -492,6 +524,11 @@ } }; +static const uint8_t ai_range_code_6052[15] = { + 0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, /* bipolar 10 ... 0.05 */ + 0x9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf /* unipolar 10 ... 0.1 */ +}; + /* analog input ranges for 4020 board */ static const struct comedi_lrange ai_ranges_4020 = { 2, { @@ -595,6 +632,7 @@ int ai_bits; /* analog input resolution */ int ai_speed; /* fastest conversion period in ns */ const struct comedi_lrange *ai_range_table; + const uint8_t *ai_range_code; int ao_nchan; /* number of analog out channels */ int ao_bits; /* analog output resolution */ int ao_scan_speed; /* analog output scan speed */ @@ -653,6 +691,7 @@ .ao_scan_speed = 10000, .layout = LAYOUT_64XX, .ai_range_table = &ai_ranges_64xx, + .ai_range_code = ai_range_code_64xx, .ao_range_table = &ao_ranges_64xx, .ao_range_code = ao_range_code_64xx, .ai_fifo = &ai_fifo_64xx, @@ -668,6 +707,7 @@ .ao_scan_speed = 10000, .layout = LAYOUT_64XX, .ai_range_table = &ai_ranges_64xx, + .ai_range_code = ai_range_code_64xx, .ao_range_table = &ao_ranges_64xx, .ao_range_code = ao_range_code_64xx, .ai_fifo = &ai_fifo_64xx, @@ -682,7 +722,8 @@ .ao_bits = 16, .ao_scan_speed = 10000, .layout = LAYOUT_64XX, - .ai_range_table = &ai_ranges_64xx, + .ai_range_table = &ai_ranges_64_mx, + .ai_range_code = ai_range_code_64_mx, .ao_range_table = &ao_ranges_64xx, .ao_range_code = ao_range_code_64xx, .ai_fifo = &ai_fifo_64xx, @@ -697,7 +738,8 @@ .ao_bits = 16, .ao_scan_speed = 10000, .layout = LAYOUT_64XX, - .ai_range_table = &ai_ranges_64xx, + .ai_range_table = &ai_ranges_64_mx, + .ai_range_code = ai_range_code_64_mx, .ao_range_table = &ao_ranges_64xx, .ao_range_code = ao_range_code_64xx, .ai_fifo = &ai_fifo_64xx, @@ -712,7 +754,8 @@ .ao_bits = 16, .ao_scan_speed = 10000, .layout = LAYOUT_64XX, - .ai_range_table = &ai_ranges_64xx, + .ai_range_table = &ai_ranges_64_mx, + .ai_range_code = ai_range_code_64_mx, .ao_range_table = &ao_ranges_64xx, .ao_range_code = ao_range_code_64xx, .ai_fifo = &ai_fifo_64xx, @@ -727,6 +770,7 @@ .ao_bits = 16, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_60xx, + .ai_range_code = ai_range_code_60xx, .ao_range_table = &range_bipolar10, .ao_range_code = ao_range_code_60xx, .ai_fifo = &ai_fifo_60xx, @@ -742,6 +786,7 @@ .ao_scan_speed = 100000, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_60xx, + .ai_range_code = ai_range_code_60xx, .ao_range_table = &range_bipolar10, .ao_range_code = ao_range_code_60xx, .ai_fifo = &ai_fifo_60xx, @@ -756,6 +801,7 @@ .ao_scan_speed = 100000, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_60xx, + .ai_range_code = ai_range_code_60xx, .ao_range_table = &range_bipolar10, .ao_range_code = ao_range_code_60xx, .ai_fifo = &ai_fifo_60xx, @@ -771,6 +817,7 @@ .ao_scan_speed = 100000, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_60xx, + .ai_range_code = ai_range_code_60xx, .ao_range_table = &range_bipolar10, .ao_range_code = ao_range_code_60xx, .ai_fifo = &ai_fifo_60xx, @@ -786,6 +833,7 @@ .ao_scan_speed = 10000, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_6030, + .ai_range_code = ai_range_code_6030, .ao_range_table = &ao_ranges_6030, .ao_range_code = ao_range_code_6030, .ai_fifo = &ai_fifo_60xx, @@ -801,6 +849,7 @@ .ao_scan_speed = 10000, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_6030, + .ai_range_code = ai_range_code_6030, .ao_range_table = &ao_ranges_6030, .ao_range_code = ao_range_code_6030, .ai_fifo = &ai_fifo_60xx, @@ -814,6 +863,7 @@ .ao_nchan = 0, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_6030, + .ai_range_code = ai_range_code_6030, .ai_fifo = &ai_fifo_60xx, .has_8255 = 0, }, @@ -825,6 +875,7 @@ .ao_nchan = 0, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_6030, + .ai_range_code = ai_range_code_6030, .ai_fifo = &ai_fifo_60xx, .has_8255 = 0, }, @@ -837,6 +888,7 @@ .ao_scan_speed = 0, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_60xx, + .ai_range_code = ai_range_code_60xx, .ai_fifo = &ai_fifo_60xx, .has_8255 = 0, }, @@ -850,6 +902,7 @@ .ao_scan_speed = 100000, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_60xx, + .ai_range_code = ai_range_code_60xx, .ao_range_table = &range_bipolar10, .ao_range_code = ao_range_code_60xx, .ai_fifo = &ai_fifo_60xx, @@ -865,6 +918,7 @@ .ao_scan_speed = 100000, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_60xx, + .ai_range_code = ai_range_code_60xx, .ao_range_table = &range_bipolar10, .ao_range_code = ao_range_code_60xx, .ai_fifo = &ai_fifo_60xx, @@ -880,6 +934,7 @@ .ao_scan_speed = 1000, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_6052, + .ai_range_code = ai_range_code_6052, .ao_range_table = &ao_ranges_6030, .ao_range_code = ao_range_code_6030, .ai_fifo = &ai_fifo_60xx, @@ -895,6 +950,7 @@ .ao_scan_speed = 3333, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_6052, + .ai_range_code = ai_range_code_6052, .ao_range_table = &ao_ranges_6030, .ao_range_code = ao_range_code_6030, .ai_fifo = &ai_fifo_60xx, @@ -910,6 +966,7 @@ .ao_scan_speed = 1000, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_6052, + .ai_range_code = ai_range_code_6052, .ao_range_table = &ao_ranges_6030, .ao_range_code = ao_range_code_6030, .ai_fifo = &ai_fifo_60xx, @@ -925,6 +982,7 @@ .ao_scan_speed = 1000, .layout = LAYOUT_60XX, .ai_range_table = &ai_ranges_6052, + .ai_range_code = ai_range_code_6052, .ao_range_table = &ao_ranges_6030, .ao_range_code = ao_range_code_6030, .ai_fifo = &ai_fifo_60xx, @@ -959,6 +1017,7 @@ .ao_scan_speed = 10000, .layout = LAYOUT_64XX, .ai_range_table = &ai_ranges_64xx, + .ai_range_code = ai_range_code_64xx, .ai_fifo = ai_fifo_64xx, .has_8255 = 1, }, @@ -970,7 +1029,8 @@ .ao_nchan = 0, .ao_scan_speed = 10000, .layout = LAYOUT_64XX, - .ai_range_table = &ai_ranges_64xx, + .ai_range_table = &ai_ranges_64_mx, + .ai_range_code = ai_range_code_64_mx, .ai_fifo = ai_fifo_64xx, .has_8255 = 1, }, @@ -982,7 +1042,8 @@ .ao_nchan = 0, .ao_scan_speed = 10000, .layout = LAYOUT_64XX, - .ai_range_table = &ai_ranges_64xx, + .ai_range_table = &ai_ranges_64_mx, + .ai_range_code = ai_range_code_64_mx, .ai_fifo = ai_fifo_64xx, .has_8255 = 1, }, @@ -994,7 +1055,8 @@ .ao_nchan = 0, .ao_scan_speed = 10000, .layout = LAYOUT_64XX, - .ai_range_table = &ai_ranges_64xx, + .ai_range_table = &ai_ranges_64_mx, + .ai_range_code = ai_range_code_64_mx, .ai_fifo = ai_fifo_64xx, .has_8255 = 1, }, @@ -1006,7 +1068,8 @@ .ao_nchan = 2, .ao_scan_speed = 10000, .layout = LAYOUT_64XX, - .ai_range_table = &ai_ranges_64xx, + .ai_range_table = &ai_ranges_64_mx, + .ai_range_code = ai_range_code_64_mx, .ai_fifo = ai_fifo_64xx, .has_8255 = 1, }, @@ -1018,7 +1081,8 @@ .ao_nchan = 2, .ao_scan_speed = 10000, .layout = LAYOUT_64XX, - .ai_range_table = &ai_ranges_64xx, + .ai_range_table = &ai_ranges_64_mx, + .ai_range_code = ai_range_code_64_mx, .ai_fifo = ai_fifo_64xx, .has_8255 = 1, }, @@ -1030,7 +1094,8 @@ .ao_nchan = 2, .ao_scan_speed = 10000, .layout = LAYOUT_64XX, - .ai_range_table = &ai_ranges_64xx, + .ai_range_table = &ai_ranges_64_mx, + .ai_range_code = ai_range_code_64_mx, .ai_fifo = ai_fifo_64xx, .has_8255 = 1, }, @@ -1127,45 +1192,8 @@ unsigned int range_index) { const struct pcidas64_board *thisboard = comedi_board(dev); - const struct comedi_krange *range = - &thisboard->ai_range_table->range[range_index]; - unsigned int bits = 0; - - switch (range->max) { - case 10000000: - bits = 0x000; - break; - case 5000000: - bits = 0x100; - break; - case 2000000: - case 2500000: - bits = 0x200; - break; - case 1000000: - case 1250000: - bits = 0x300; - break; - case 500000: - bits = 0x400; - break; - case 200000: - case 250000: - bits = 0x500; - break; - case 100000: - bits = 0x600; - break; - case 50000: - bits = 0x700; - break; - default: - comedi_error(dev, "bug! in ai_range_bits_6xxx"); - break; - } - if (range->min == 0) - bits += 0x900; - return bits; + + return thisboard->ai_range_code[range_index] << 8; } static unsigned int hw_revision(const struct comedi_device *dev, --- linux-lts-utopic-3.16.0.orig/drivers/staging/comedi/drivers/ni_tiocmd.c +++ linux-lts-utopic-3.16.0/drivers/staging/comedi/drivers/ni_tiocmd.c @@ -98,7 +98,7 @@ BUG_ON(counter == NULL); - if (trig_num != cmd->start_src) + if (trig_num != cmd->start_arg) return -EINVAL; spin_lock_irqsave(&counter->lock, flags); --- linux-lts-utopic-3.16.0.orig/drivers/staging/comedi/drivers/usbduxsigma.c +++ linux-lts-utopic-3.16.0/drivers/staging/comedi/drivers/usbduxsigma.c @@ -572,35 +572,6 @@ if (err) return 3; - /* Step 4: fix up any arguments */ - - if (high_speed) { - /* - * every 2 channels get a time window of 125us. Thus, if we - * sample all 16 channels we need 1ms. If we sample only one - * channel we need only 125us - */ - devpriv->ai_interval = interval; - devpriv->ai_timer = cmd->scan_begin_arg / (125000 * interval); - } else { - /* interval always 1ms */ - devpriv->ai_interval = 1; - devpriv->ai_timer = cmd->scan_begin_arg / 1000000; - } - if (devpriv->ai_timer < 1) - err |= -EINVAL; - - if (cmd->stop_src == TRIG_COUNT) { - /* data arrives as one packet */ - devpriv->ai_sample_count = cmd->stop_arg; - } else { - /* continuous acquisition */ - devpriv->ai_sample_count = 0; - } - - if (err) - return 4; - return 0; } @@ -700,6 +671,30 @@ /* set current channel of the running acquisition to zero */ s->async->cur_chan = 0; + + if (devpriv->high_speed) { + /* + * every 2 channels get a time window of 125us. Thus, if we + * sample all 16 channels we need 1ms. If we sample only one + * channel we need only 125us + */ + unsigned int interval = usbduxsigma_chans_to_interval(len); + + devpriv->ai_interval = interval; + devpriv->ai_timer = cmd->scan_begin_arg / (125000 * interval); + } else { + /* interval always 1ms */ + devpriv->ai_interval = 1; + devpriv->ai_timer = cmd->scan_begin_arg / 1000000; + } + if (cmd->stop_src == TRIG_COUNT) { + /* data arrives as one packet */ + devpriv->ai_sample_count = cmd->stop_arg; + } else { + /* continuous acquisition */ + devpriv->ai_sample_count = 0; + } + for (i = 0; i < len; i++) { unsigned int chan = CR_CHAN(cmd->chanlist[i]); @@ -951,11 +946,26 @@ if (err) return 3; - /* Step 4: fix up any arguments */ + return 0; +} - /* we count in timer steps */ - if (high_speed) { - /* timing of the conversion itself: every 125 us */ +static int usbduxsigma_ao_cmd(struct comedi_device *dev, + struct comedi_subdevice *s) +{ + struct usbduxsigma_private *devpriv = dev->private; + struct comedi_cmd *cmd = &s->async->cmd; + int ret; + + down(&devpriv->sem); + + /* set current channel of the running acquisition to zero */ + s->async->cur_chan = 0; + + if (cmd->convert_src == TRIG_TIMER) { + /* + * timing of the conversion itself: every 125 us + * at high speed (not used yet) + */ devpriv->ao_timer = cmd->convert_arg / 125000; } else { /* @@ -964,12 +974,9 @@ */ devpriv->ao_timer = cmd->scan_begin_arg / 1000000; } - if (devpriv->ao_timer < 1) - err |= -EINVAL; - if (cmd->stop_src == TRIG_COUNT) { /* not continuous, use counter */ - if (high_speed) { + if (cmd->convert_src == TRIG_TIMER) { /* high speed also scans everything at once */ devpriv->ao_sample_count = cmd->stop_arg * cmd->scan_end_arg; @@ -986,24 +993,6 @@ devpriv->ao_sample_count = 0; } - if (err) - return 4; - - return 0; -} - -static int usbduxsigma_ao_cmd(struct comedi_device *dev, - struct comedi_subdevice *s) -{ - struct usbduxsigma_private *devpriv = dev->private; - struct comedi_cmd *cmd = &s->async->cmd; - int ret; - - down(&devpriv->sem); - - /* set current channel of the running acquisition to zero */ - s->async->cur_chan = 0; - devpriv->ao_counter = devpriv->ao_timer; if (cmd->start_src == TRIG_NOW) { --- linux-lts-utopic-3.16.0.orig/drivers/staging/dgnc/dgnc_mgmt.c +++ linux-lts-utopic-3.16.0/drivers/staging/dgnc/dgnc_mgmt.c @@ -143,6 +143,7 @@ DGNC_LOCK(dgnc_global_lock, lock_flags); + memset(&ddi, 0, sizeof(ddi)); ddi.dinfo_nboards = dgnc_NumBoards; sprintf(ddi.dinfo_version, "%s", DG_PART); --- linux-lts-utopic-3.16.0.orig/drivers/staging/et131x/et131x.c +++ linux-lts-utopic-3.16.0/drivers/staging/et131x/et131x.c @@ -1423,22 +1423,16 @@ * @reg: the register to read * @value: 16-bit value to write */ -static int et131x_mii_write(struct et131x_adapter *adapter, u8 reg, u16 value) +static int et131x_mii_write(struct et131x_adapter *adapter, u8 addr, u8 reg, + u16 value) { struct mac_regs __iomem *mac = &adapter->regs->mac; - struct phy_device *phydev = adapter->phydev; int status = 0; - u8 addr; u32 delay = 0; u32 mii_addr; u32 mii_cmd; u32 mii_indicator; - if (!phydev) - return -EIO; - - addr = phydev->addr; - /* Save a local copy of the registers we are dealing with so we can * set them back */ @@ -1633,17 +1627,7 @@ struct net_device *netdev = bus->priv; struct et131x_adapter *adapter = netdev_priv(netdev); - return et131x_mii_write(adapter, reg, value); -} - -static int et131x_mdio_reset(struct mii_bus *bus) -{ - struct net_device *netdev = bus->priv; - struct et131x_adapter *adapter = netdev_priv(netdev); - - et131x_mii_write(adapter, MII_BMCR, BMCR_RESET); - - return 0; + return et131x_mii_write(adapter, phy_addr, reg, value); } /* et1310_phy_power_switch - PHY power control @@ -1658,18 +1642,20 @@ static void et1310_phy_power_switch(struct et131x_adapter *adapter, bool down) { u16 data; + struct phy_device *phydev = adapter->phydev; et131x_mii_read(adapter, MII_BMCR, &data); data &= ~BMCR_PDOWN; if (down) data |= BMCR_PDOWN; - et131x_mii_write(adapter, MII_BMCR, data); + et131x_mii_write(adapter, phydev->addr, MII_BMCR, data); } /* et131x_xcvr_init - Init the phy if we are setting it into force mode */ static void et131x_xcvr_init(struct et131x_adapter *adapter) { u16 lcr2; + struct phy_device *phydev = adapter->phydev; /* Set the LED behavior such that LED 1 indicates speed (off = * 10Mbits, blink = 100Mbits, on = 1000Mbits) and LED 2 indicates @@ -1690,7 +1676,7 @@ else lcr2 |= (LED_VAL_LINKON << LED_TXRX_SHIFT); - et131x_mii_write(adapter, PHY_LED_2, lcr2); + et131x_mii_write(adapter, phydev->addr, PHY_LED_2, lcr2); } } @@ -3645,14 +3631,14 @@ et131x_mii_read(adapter, PHY_MPHY_CONTROL_REG, ®ister18); - et131x_mii_write(adapter, PHY_MPHY_CONTROL_REG, - register18 | 0x4); - et131x_mii_write(adapter, PHY_INDEX_REG, + et131x_mii_write(adapter, phydev->addr, + PHY_MPHY_CONTROL_REG, register18 | 0x4); + et131x_mii_write(adapter, phydev->addr, PHY_INDEX_REG, register18 | 0x8402); - et131x_mii_write(adapter, PHY_DATA_REG, + et131x_mii_write(adapter, phydev->addr, PHY_DATA_REG, register18 | 511); - et131x_mii_write(adapter, PHY_MPHY_CONTROL_REG, - register18); + et131x_mii_write(adapter, phydev->addr, + PHY_MPHY_CONTROL_REG, register18); } et1310_config_flow_control(adapter); @@ -3664,7 +3650,8 @@ et131x_mii_read(adapter, PHY_CONFIG, ®); reg &= ~ET_PHY_CONFIG_TX_FIFO_DEPTH; reg |= ET_PHY_CONFIG_FIFO_DEPTH_32; - et131x_mii_write(adapter, PHY_CONFIG, reg); + et131x_mii_write(adapter, phydev->addr, PHY_CONFIG, + reg); } et131x_set_rx_dma_timer(adapter); @@ -3677,14 +3664,14 @@ et131x_mii_read(adapter, PHY_MPHY_CONTROL_REG, ®ister18); - et131x_mii_write(adapter, PHY_MPHY_CONTROL_REG, - register18 | 0x4); - et131x_mii_write(adapter, PHY_INDEX_REG, - register18 | 0x8402); - et131x_mii_write(adapter, PHY_DATA_REG, - register18 | 511); - et131x_mii_write(adapter, PHY_MPHY_CONTROL_REG, - register18); + et131x_mii_write(adapter, phydev->addr, + PHY_MPHY_CONTROL_REG, register18 | 0x4); + et131x_mii_write(adapter, phydev->addr, + PHY_INDEX_REG, register18 | 0x8402); + et131x_mii_write(adapter, phydev->addr, + PHY_DATA_REG, register18 | 511); + et131x_mii_write(adapter, phydev->addr, + PHY_MPHY_CONTROL_REG, register18); } /* Free the packets being actively sent & stopped */ @@ -4646,10 +4633,6 @@ /* Copy address into the net_device struct */ memcpy(netdev->dev_addr, adapter->addr, ETH_ALEN); - /* Init variable for counting how long we do not have link status */ - adapter->boot_coma = 0; - et1310_disable_phy_coma(adapter); - rc = -ENOMEM; /* Setup the mii_bus struct */ @@ -4665,7 +4648,6 @@ adapter->mii_bus->priv = netdev; adapter->mii_bus->read = et131x_mdio_read; adapter->mii_bus->write = et131x_mdio_write; - adapter->mii_bus->reset = et131x_mdio_reset; adapter->mii_bus->irq = kmalloc_array(PHY_MAX_ADDR, sizeof(int), GFP_KERNEL); if (!adapter->mii_bus->irq) @@ -4689,6 +4671,10 @@ /* Setup et1310 as per the documentation */ et131x_adapter_setup(adapter); + /* Init variable for counting how long we do not have link status */ + adapter->boot_coma = 0; + et1310_disable_phy_coma(adapter); + /* We can enable interrupts now * * NOTE - Because registration of interrupt handler is done in the --- linux-lts-utopic-3.16.0.orig/drivers/staging/gdm724x/gdm_mux.c +++ linux-lts-utopic-3.16.0/drivers/staging/gdm724x/gdm_mux.c @@ -158,7 +158,7 @@ unsigned int start_flag; unsigned int payload_size; unsigned short packet_type; - int dummy_cnt; + int total_len; u32 packet_size_sum = r->offset; int index; int ret = TO_HOST_INVALID_PACKET; @@ -176,10 +176,10 @@ break; } - dummy_cnt = ALIGN(MUX_HEADER_SIZE + payload_size, 4); + total_len = ALIGN(MUX_HEADER_SIZE + payload_size, 4); if (len - packet_size_sum < - MUX_HEADER_SIZE + payload_size + dummy_cnt) { + total_len) { pr_err("invalid payload : %d %d %04x\n", payload_size, len, packet_type); break; @@ -202,7 +202,7 @@ break; } - packet_size_sum += MUX_HEADER_SIZE + payload_size + dummy_cnt; + packet_size_sum += total_len; if (len - packet_size_sum <= MUX_HEADER_SIZE + 2) { ret = r->callback(NULL, 0, @@ -361,7 +361,6 @@ struct mux_pkt_header *mux_header; struct mux_tx *t = NULL; static u32 seq_num = 1; - int dummy_cnt; int total_len; int ret; unsigned long flags; @@ -374,9 +373,7 @@ spin_lock_irqsave(&mux_dev->write_lock, flags); - dummy_cnt = ALIGN(MUX_HEADER_SIZE + len, 4); - - total_len = len + MUX_HEADER_SIZE + dummy_cnt; + total_len = ALIGN(MUX_HEADER_SIZE + len, 4); t = alloc_mux_tx(total_len); if (!t) { @@ -392,7 +389,8 @@ mux_header->packet_type = __cpu_to_le16(packet_type[tty_index]); memcpy(t->buf+MUX_HEADER_SIZE, data, len); - memset(t->buf+MUX_HEADER_SIZE+len, 0, dummy_cnt); + memset(t->buf+MUX_HEADER_SIZE+len, 0, total_len - MUX_HEADER_SIZE - + len); t->len = total_len; t->callback = cb; --- linux-lts-utopic-3.16.0.orig/drivers/staging/iio/accel/sca3000_ring.c +++ linux-lts-utopic-3.16.0/drivers/staging/iio/accel/sca3000_ring.c @@ -116,7 +116,7 @@ if (ret) goto error_ret; - for (i = 0; i < num_read; i++) + for (i = 0; i < num_read / sizeof(u16); i++) *(((u16 *)rx) + i) = be16_to_cpup((u16 *)rx + i); if (copy_to_user(buf, rx, num_read)) --- linux-lts-utopic-3.16.0.orig/drivers/staging/iio/adc/lpc32xx_adc.c +++ linux-lts-utopic-3.16.0/drivers/staging/iio/adc/lpc32xx_adc.c @@ -76,7 +76,7 @@ if (mask == IIO_CHAN_INFO_RAW) { mutex_lock(&indio_dev->mlock); - clk_enable(info->clk); + clk_prepare_enable(info->clk); /* Measurement setup */ __raw_writel(AD_INTERNAL | (chan->address) | AD_REFp | AD_REFm, LPC32XX_ADC_SELECT(info->adc_base)); @@ -84,7 +84,7 @@ __raw_writel(AD_PDN_CTRL | AD_STROBE, LPC32XX_ADC_CTRL(info->adc_base)); wait_for_completion(&info->completion); /* set by ISR */ - clk_disable(info->clk); + clk_disable_unprepare(info->clk); *val = info->value; mutex_unlock(&indio_dev->mlock); --- linux-lts-utopic-3.16.0.orig/drivers/staging/iio/adc/mxs-lradc.c +++ linux-lts-utopic-3.16.0/drivers/staging/iio/adc/mxs-lradc.c @@ -214,11 +214,17 @@ unsigned long is_divided; /* - * Touchscreen LRADC channels receives a private slot in the CTRL4 - * register, the slot #7. Therefore only 7 slots instead of 8 in the - * CTRL4 register can be mapped to LRADC channels when using the - * touchscreen. - * + * When the touchscreen is enabled, we give it two private virtual + * channels: #6 and #7. This means that only 6 virtual channels (instead + * of 8) will be available for buffered capture. + */ +#define TOUCHSCREEN_VCHANNEL1 7 +#define TOUCHSCREEN_VCHANNEL2 6 +#define BUFFER_VCHANS_LIMITED 0x3f +#define BUFFER_VCHANS_ALL 0xff + u8 buffer_vchans; + + /* * Furthermore, certain LRADC channels are shared between touchscreen * and/or touch-buttons and generic LRADC block. Therefore when using * either of these, these channels are not available for the regular @@ -342,6 +348,9 @@ #define LRADC_CTRL4 0x140 #define LRADC_CTRL4_LRADCSELECT_MASK(n) (0xf << ((n) * 4)) #define LRADC_CTRL4_LRADCSELECT_OFFSET(n) ((n) * 4) +#define LRADC_CTRL4_LRADCSELECT(n, x) \ + (((x) << LRADC_CTRL4_LRADCSELECT_OFFSET(n)) & \ + LRADC_CTRL4_LRADCSELECT_MASK(n)) #define LRADC_RESOLUTION 12 #define LRADC_SINGLE_SAMPLE_MASK ((1 << LRADC_RESOLUTION) - 1) @@ -423,6 +432,14 @@ LRADC_STATUS_TOUCH_DETECT_RAW); } +static void mxs_lradc_map_channel(struct mxs_lradc *lradc, unsigned vch, + unsigned ch) +{ + mxs_lradc_reg_clear(lradc, LRADC_CTRL4_LRADCSELECT_MASK(vch), + LRADC_CTRL4); + mxs_lradc_reg_set(lradc, LRADC_CTRL4_LRADCSELECT(vch, ch), LRADC_CTRL4); +} + static void mxs_lradc_setup_ts_channel(struct mxs_lradc *lradc, unsigned ch) { /* @@ -450,12 +467,8 @@ LRADC_DELAY_DELAY(lradc->over_sample_delay - 1), LRADC_DELAY(3)); - mxs_lradc_reg_clear(lradc, LRADC_CTRL1_LRADC_IRQ(2) | - LRADC_CTRL1_LRADC_IRQ(3) | LRADC_CTRL1_LRADC_IRQ(4) | - LRADC_CTRL1_LRADC_IRQ(5), LRADC_CTRL1); + mxs_lradc_reg_clear(lradc, LRADC_CTRL1_LRADC_IRQ(ch), LRADC_CTRL1); - /* wake us again, when the complete conversion is done */ - mxs_lradc_reg_set(lradc, LRADC_CTRL1_LRADC_IRQ_EN(ch), LRADC_CTRL1); /* * after changing the touchscreen plates setting * the signals need some initial time to settle. Start the @@ -508,12 +521,8 @@ LRADC_DELAY_DELAY(lradc->over_sample_delay - 1), LRADC_DELAY(3)); - mxs_lradc_reg_clear(lradc, LRADC_CTRL1_LRADC_IRQ(2) | - LRADC_CTRL1_LRADC_IRQ(3) | LRADC_CTRL1_LRADC_IRQ(4) | - LRADC_CTRL1_LRADC_IRQ(5), LRADC_CTRL1); + mxs_lradc_reg_clear(lradc, LRADC_CTRL1_LRADC_IRQ(ch2), LRADC_CTRL1); - /* wake us again, when the conversions are done */ - mxs_lradc_reg_set(lradc, LRADC_CTRL1_LRADC_IRQ_EN(ch2), LRADC_CTRL1); /* * after changing the touchscreen plates setting * the signals need some initial time to settle. Start the @@ -578,36 +587,6 @@ #define TS_CH_XM 4 #define TS_CH_YM 5 -static int mxs_lradc_read_ts_channel(struct mxs_lradc *lradc) -{ - u32 reg; - int val; - - reg = readl(lradc->base + LRADC_CTRL1); - - /* only channels 3 to 5 are of interest here */ - if (reg & LRADC_CTRL1_LRADC_IRQ(TS_CH_YP)) { - mxs_lradc_reg_clear(lradc, LRADC_CTRL1_LRADC_IRQ_EN(TS_CH_YP) | - LRADC_CTRL1_LRADC_IRQ(TS_CH_YP), LRADC_CTRL1); - val = mxs_lradc_read_raw_channel(lradc, TS_CH_YP); - } else if (reg & LRADC_CTRL1_LRADC_IRQ(TS_CH_XM)) { - mxs_lradc_reg_clear(lradc, LRADC_CTRL1_LRADC_IRQ_EN(TS_CH_XM) | - LRADC_CTRL1_LRADC_IRQ(TS_CH_XM), LRADC_CTRL1); - val = mxs_lradc_read_raw_channel(lradc, TS_CH_XM); - } else if (reg & LRADC_CTRL1_LRADC_IRQ(TS_CH_YM)) { - mxs_lradc_reg_clear(lradc, LRADC_CTRL1_LRADC_IRQ_EN(TS_CH_YM) | - LRADC_CTRL1_LRADC_IRQ(TS_CH_YM), LRADC_CTRL1); - val = mxs_lradc_read_raw_channel(lradc, TS_CH_YM); - } else { - return -EIO; - } - - mxs_lradc_reg_wrt(lradc, 0, LRADC_DELAY(2)); - mxs_lradc_reg_wrt(lradc, 0, LRADC_DELAY(3)); - - return val; -} - /* * YP(open)--+-------------+ * | |--+ @@ -651,7 +630,8 @@ mxs_lradc_reg_set(lradc, mxs_lradc_drive_x_plate(lradc), LRADC_CTRL0); lradc->cur_plate = LRADC_SAMPLE_X; - mxs_lradc_setup_ts_channel(lradc, TS_CH_YP); + mxs_lradc_map_channel(lradc, TOUCHSCREEN_VCHANNEL1, TS_CH_YP); + mxs_lradc_setup_ts_channel(lradc, TOUCHSCREEN_VCHANNEL1); } /* @@ -672,7 +652,8 @@ mxs_lradc_reg_set(lradc, mxs_lradc_drive_y_plate(lradc), LRADC_CTRL0); lradc->cur_plate = LRADC_SAMPLE_Y; - mxs_lradc_setup_ts_channel(lradc, TS_CH_XM); + mxs_lradc_map_channel(lradc, TOUCHSCREEN_VCHANNEL1, TS_CH_XM); + mxs_lradc_setup_ts_channel(lradc, TOUCHSCREEN_VCHANNEL1); } /* @@ -693,7 +674,10 @@ mxs_lradc_reg_set(lradc, mxs_lradc_drive_pressure(lradc), LRADC_CTRL0); lradc->cur_plate = LRADC_SAMPLE_PRESSURE; - mxs_lradc_setup_ts_pressure(lradc, TS_CH_XP, TS_CH_YM); + mxs_lradc_map_channel(lradc, TOUCHSCREEN_VCHANNEL1, TS_CH_YM); + mxs_lradc_map_channel(lradc, TOUCHSCREEN_VCHANNEL2, TS_CH_XP); + mxs_lradc_setup_ts_pressure(lradc, TOUCHSCREEN_VCHANNEL2, + TOUCHSCREEN_VCHANNEL1); } static void mxs_lradc_enable_touch_detection(struct mxs_lradc *lradc) @@ -706,6 +690,19 @@ mxs_lradc_reg_set(lradc, LRADC_CTRL1_TOUCH_DETECT_IRQ_EN, LRADC_CTRL1); } +static void mxs_lradc_start_touch_event(struct mxs_lradc *lradc) +{ + mxs_lradc_reg_clear(lradc, LRADC_CTRL1_TOUCH_DETECT_IRQ_EN, + LRADC_CTRL1); + mxs_lradc_reg_set(lradc, + LRADC_CTRL1_LRADC_IRQ_EN(TOUCHSCREEN_VCHANNEL1), LRADC_CTRL1); + /* + * start with the Y-pos, because it uses nearly the same plate + * settings like the touch detection + */ + mxs_lradc_prepare_y_pos(lradc); +} + static void mxs_lradc_report_ts_event(struct mxs_lradc *lradc) { input_report_abs(lradc->ts_input, ABS_X, lradc->ts_x_pos); @@ -723,10 +720,12 @@ * start a dummy conversion to burn time to settle the signals * note: we are not interested in the conversion's value */ - mxs_lradc_reg_wrt(lradc, 0, LRADC_CH(5)); - mxs_lradc_reg_clear(lradc, LRADC_CTRL1_LRADC_IRQ(5), LRADC_CTRL1); - mxs_lradc_reg_set(lradc, LRADC_CTRL1_LRADC_IRQ_EN(5), LRADC_CTRL1); - mxs_lradc_reg_wrt(lradc, LRADC_DELAY_TRIGGER(1 << 5) | + mxs_lradc_reg_wrt(lradc, 0, LRADC_CH(TOUCHSCREEN_VCHANNEL1)); + mxs_lradc_reg_clear(lradc, + LRADC_CTRL1_LRADC_IRQ(TOUCHSCREEN_VCHANNEL1) | + LRADC_CTRL1_LRADC_IRQ(TOUCHSCREEN_VCHANNEL2), LRADC_CTRL1); + mxs_lradc_reg_wrt(lradc, + LRADC_DELAY_TRIGGER(1 << TOUCHSCREEN_VCHANNEL1) | LRADC_DELAY_KICK | LRADC_DELAY_DELAY(10), /* waste 5 ms */ LRADC_DELAY(2)); } @@ -758,59 +757,45 @@ /* if it is released, wait for the next touch via IRQ */ lradc->cur_plate = LRADC_TOUCH; - mxs_lradc_reg_clear(lradc, LRADC_CTRL1_TOUCH_DETECT_IRQ, LRADC_CTRL1); + mxs_lradc_reg_wrt(lradc, 0, LRADC_DELAY(2)); + mxs_lradc_reg_wrt(lradc, 0, LRADC_DELAY(3)); + mxs_lradc_reg_clear(lradc, LRADC_CTRL1_TOUCH_DETECT_IRQ | + LRADC_CTRL1_LRADC_IRQ_EN(TOUCHSCREEN_VCHANNEL1) | + LRADC_CTRL1_LRADC_IRQ(TOUCHSCREEN_VCHANNEL1), LRADC_CTRL1); mxs_lradc_reg_set(lradc, LRADC_CTRL1_TOUCH_DETECT_IRQ_EN, LRADC_CTRL1); } /* touchscreen's state machine */ static void mxs_lradc_handle_touch(struct mxs_lradc *lradc) { - int val; - switch (lradc->cur_plate) { case LRADC_TOUCH: - /* - * start with the Y-pos, because it uses nearly the same plate - * settings like the touch detection - */ - if (mxs_lradc_check_touch_event(lradc)) { - mxs_lradc_reg_clear(lradc, - LRADC_CTRL1_TOUCH_DETECT_IRQ_EN, - LRADC_CTRL1); - mxs_lradc_prepare_y_pos(lradc); - } + if (mxs_lradc_check_touch_event(lradc)) + mxs_lradc_start_touch_event(lradc); mxs_lradc_reg_clear(lradc, LRADC_CTRL1_TOUCH_DETECT_IRQ, LRADC_CTRL1); return; case LRADC_SAMPLE_Y: - val = mxs_lradc_read_ts_channel(lradc); - if (val < 0) { - mxs_lradc_enable_touch_detection(lradc); /* re-start */ - return; - } - lradc->ts_y_pos = val; + lradc->ts_y_pos = mxs_lradc_read_raw_channel(lradc, + TOUCHSCREEN_VCHANNEL1); mxs_lradc_prepare_x_pos(lradc); return; case LRADC_SAMPLE_X: - val = mxs_lradc_read_ts_channel(lradc); - if (val < 0) { - mxs_lradc_enable_touch_detection(lradc); /* re-start */ - return; - } - lradc->ts_x_pos = val; + lradc->ts_x_pos = mxs_lradc_read_raw_channel(lradc, + TOUCHSCREEN_VCHANNEL1); mxs_lradc_prepare_pressure(lradc); return; case LRADC_SAMPLE_PRESSURE: - lradc->ts_pressure = - mxs_lradc_read_ts_pressure(lradc, TS_CH_XP, TS_CH_YM); + lradc->ts_pressure = mxs_lradc_read_ts_pressure(lradc, + TOUCHSCREEN_VCHANNEL2, + TOUCHSCREEN_VCHANNEL1); mxs_lradc_complete_touch_event(lradc); return; case LRADC_SAMPLE_VALID: - val = mxs_lradc_read_ts_channel(lradc); /* ignore the value */ mxs_lradc_finish_touch_event(lradc, 1); break; } @@ -842,9 +827,9 @@ * used if doing raw sampling. */ if (lradc->soc == IMX28_LRADC) - mxs_lradc_reg_clear(lradc, LRADC_CTRL1_MX28_LRADC_IRQ_EN_MASK, + mxs_lradc_reg_clear(lradc, LRADC_CTRL1_LRADC_IRQ_EN(0), LRADC_CTRL1); - mxs_lradc_reg_clear(lradc, 0xff, LRADC_CTRL0); + mxs_lradc_reg_clear(lradc, 0x1, LRADC_CTRL0); /* Enable / disable the divider per requirement */ if (test_bit(chan, &lradc->is_divided)) @@ -932,11 +917,12 @@ case IIO_CHAN_INFO_OFFSET: if (chan->type == IIO_TEMP) { /* The calculated value from the ADC is in Kelvin, we - * want Celsius for hwmon so the offset is - * -272.15 * scale + * want Celsius for hwmon so the offset is -273.15 + * The offset is applied before scaling so it is + * actually -213.15 * 4 / 1.012 = -1079.644268 */ - *val = -1075; - *val2 = 691699; + *val = -1079; + *val2 = 644268; return IIO_VAL_INT_PLUS_MICRO; } @@ -1088,9 +1074,8 @@ { /* stop all interrupts from firing */ mxs_lradc_reg_clear(lradc, LRADC_CTRL1_TOUCH_DETECT_IRQ_EN | - LRADC_CTRL1_LRADC_IRQ_EN(2) | LRADC_CTRL1_LRADC_IRQ_EN(3) | - LRADC_CTRL1_LRADC_IRQ_EN(4) | LRADC_CTRL1_LRADC_IRQ_EN(5), - LRADC_CTRL1); + LRADC_CTRL1_LRADC_IRQ_EN(TOUCHSCREEN_VCHANNEL1) | + LRADC_CTRL1_LRADC_IRQ_EN(TOUCHSCREEN_VCHANNEL2), LRADC_CTRL1); /* Power-down touchscreen touch-detect circuitry. */ mxs_lradc_reg_clear(lradc, mxs_lradc_plate_mask(lradc), LRADC_CTRL0); @@ -1156,26 +1141,31 @@ struct iio_dev *iio = data; struct mxs_lradc *lradc = iio_priv(iio); unsigned long reg = readl(lradc->base + LRADC_CTRL1); + uint32_t clr_irq = mxs_lradc_irq_mask(lradc); const uint32_t ts_irq_mask = LRADC_CTRL1_TOUCH_DETECT_IRQ | - LRADC_CTRL1_LRADC_IRQ(2) | - LRADC_CTRL1_LRADC_IRQ(3) | - LRADC_CTRL1_LRADC_IRQ(4) | - LRADC_CTRL1_LRADC_IRQ(5); + LRADC_CTRL1_LRADC_IRQ(TOUCHSCREEN_VCHANNEL1) | + LRADC_CTRL1_LRADC_IRQ(TOUCHSCREEN_VCHANNEL2); if (!(reg & mxs_lradc_irq_mask(lradc))) return IRQ_NONE; - if (lradc->use_touchscreen && (reg & ts_irq_mask)) + if (lradc->use_touchscreen && (reg & ts_irq_mask)) { mxs_lradc_handle_touch(lradc); - if (iio_buffer_enabled(iio)) - iio_trigger_poll(iio->trig, iio_get_time_ns()); - else if (reg & LRADC_CTRL1_LRADC_IRQ(0)) + /* Make sure we don't clear the next conversion's interrupt. */ + clr_irq &= ~(LRADC_CTRL1_LRADC_IRQ(TOUCHSCREEN_VCHANNEL1) | + LRADC_CTRL1_LRADC_IRQ(TOUCHSCREEN_VCHANNEL2)); + } + + if (iio_buffer_enabled(iio)) { + if (reg & lradc->buffer_vchans) + iio_trigger_poll(iio->trig, iio_get_time_ns()); + } else if (reg & LRADC_CTRL1_LRADC_IRQ(0)) { complete(&lradc->completion); + } - mxs_lradc_reg_clear(lradc, reg & mxs_lradc_irq_mask(lradc), - LRADC_CTRL1); + mxs_lradc_reg_clear(lradc, reg & clr_irq, LRADC_CTRL1); return IRQ_HANDLED; } @@ -1287,9 +1277,10 @@ } if (lradc->soc == IMX28_LRADC) - mxs_lradc_reg_clear(lradc, LRADC_CTRL1_MX28_LRADC_IRQ_EN_MASK, - LRADC_CTRL1); - mxs_lradc_reg_clear(lradc, 0xff, LRADC_CTRL0); + mxs_lradc_reg_clear(lradc, + lradc->buffer_vchans << LRADC_CTRL1_LRADC_IRQ_EN_OFFSET, + LRADC_CTRL1); + mxs_lradc_reg_clear(lradc, lradc->buffer_vchans, LRADC_CTRL0); for_each_set_bit(chan, iio->active_scan_mask, LRADC_MAX_TOTAL_CHANS) { ctrl4_set |= chan << LRADC_CTRL4_LRADCSELECT_OFFSET(ofs); @@ -1322,10 +1313,11 @@ mxs_lradc_reg_clear(lradc, LRADC_DELAY_TRIGGER_LRADCS_MASK | LRADC_DELAY_KICK, LRADC_DELAY(0)); - mxs_lradc_reg_clear(lradc, 0xff, LRADC_CTRL0); + mxs_lradc_reg_clear(lradc, lradc->buffer_vchans, LRADC_CTRL0); if (lradc->soc == IMX28_LRADC) - mxs_lradc_reg_clear(lradc, LRADC_CTRL1_MX28_LRADC_IRQ_EN_MASK, - LRADC_CTRL1); + mxs_lradc_reg_clear(lradc, + lradc->buffer_vchans << LRADC_CTRL1_LRADC_IRQ_EN_OFFSET, + LRADC_CTRL1); kfree(lradc->buffer); mutex_unlock(&lradc->lock); @@ -1351,7 +1343,7 @@ if (lradc->use_touchbutton) rsvd_chans++; if (lradc->use_touchscreen) - rsvd_chans++; + rsvd_chans += 2; /* Test for attempts to map channels with special mode of operation. */ if (bitmap_intersects(mask, &rsvd_mask, LRADC_MAX_TOTAL_CHANS)) @@ -1411,6 +1403,13 @@ .channel = 8, .scan_type = {.sign = 'u', .realbits = 18, .storagebits = 32,}, }, + /* Hidden channel to keep indexes */ + { + .type = IIO_TEMP, + .indexed = 1, + .scan_index = -1, + .channel = 9, + }, MXS_ADC_CHAN(10, IIO_VOLTAGE), /* VDDIO */ MXS_ADC_CHAN(11, IIO_VOLTAGE), /* VTH */ MXS_ADC_CHAN(12, IIO_VOLTAGE), /* VDDA */ @@ -1562,17 +1561,24 @@ touch_ret = mxs_lradc_probe_touchscreen(lradc, node); + if (touch_ret == 0) + lradc->buffer_vchans = BUFFER_VCHANS_LIMITED; + else + lradc->buffer_vchans = BUFFER_VCHANS_ALL; + /* Grab all IRQ sources */ for (i = 0; i < of_cfg->irq_count; i++) { lradc->irq[i] = platform_get_irq(pdev, i); - if (lradc->irq[i] < 0) - return lradc->irq[i]; + if (lradc->irq[i] < 0) { + ret = lradc->irq[i]; + goto err_clk; + } ret = devm_request_irq(dev, lradc->irq[i], mxs_lradc_handle_irq, 0, of_cfg->irq_name[i], iio); if (ret) - return ret; + goto err_clk; } lradc->vref_mv = of_cfg->vref_mv; @@ -1594,7 +1600,7 @@ &mxs_lradc_trigger_handler, &mxs_lradc_buffer_ops); if (ret) - return ret; + goto err_clk; ret = mxs_lradc_trigger_init(iio); if (ret) @@ -1649,6 +1655,8 @@ mxs_lradc_trigger_remove(iio); err_trig: iio_triggered_buffer_cleanup(iio); +err_clk: + clk_disable_unprepare(lradc->clk); return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/staging/iio/impedance-analyzer/ad5933.c +++ linux-lts-utopic-3.16.0/drivers/staging/iio/impedance-analyzer/ad5933.c @@ -115,6 +115,7 @@ .channel = 0, .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED), .address = AD5933_REG_TEMP_DATA, + .scan_index = -1, .scan_type = { .sign = 's', .realbits = 14, @@ -124,9 +125,7 @@ .type = IIO_VOLTAGE, .indexed = 1, .channel = 0, - .extend_name = "real_raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW) | - BIT(IIO_CHAN_INFO_SCALE), + .extend_name = "real", .address = AD5933_REG_REAL_DATA, .scan_index = 0, .scan_type = { @@ -138,9 +137,7 @@ .type = IIO_VOLTAGE, .indexed = 1, .channel = 0, - .extend_name = "imag_raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW) | - BIT(IIO_CHAN_INFO_SCALE), + .extend_name = "imag", .address = AD5933_REG_IMAG_DATA, .scan_index = 1, .scan_type = { @@ -748,14 +745,14 @@ indio_dev->name = id->name; indio_dev->modes = INDIO_DIRECT_MODE; indio_dev->channels = ad5933_channels; - indio_dev->num_channels = 1; /* only register temp0_input */ + indio_dev->num_channels = ARRAY_SIZE(ad5933_channels); ret = ad5933_register_ring_funcs_and_init(indio_dev); if (ret) goto error_disable_reg; - /* skip temp0_input, register in0_(real|imag)_raw */ - ret = iio_buffer_register(indio_dev, &ad5933_channels[1], 2); + ret = iio_buffer_register(indio_dev, ad5933_channels, + ARRAY_SIZE(ad5933_channels)); if (ret) goto error_unreg_ring; --- linux-lts-utopic-3.16.0.orig/drivers/staging/iio/meter/ade7758.h +++ linux-lts-utopic-3.16.0/drivers/staging/iio/meter/ade7758.h @@ -119,7 +119,6 @@ u8 *tx; u8 *rx; struct mutex buf_lock; - const struct iio_chan_spec *ade7758_ring_channels; struct spi_transfer ring_xfer[4]; struct spi_message ring_msg; /* --- linux-lts-utopic-3.16.0.orig/drivers/staging/iio/meter/ade7758_core.c +++ linux-lts-utopic-3.16.0/drivers/staging/iio/meter/ade7758_core.c @@ -630,9 +630,6 @@ .type = IIO_VOLTAGE, .indexed = 1, .channel = 0, - .extend_name = "raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), .address = AD7758_WT(AD7758_PHASE_A, AD7758_VOLTAGE), .scan_index = 0, .scan_type = { @@ -644,9 +641,6 @@ .type = IIO_CURRENT, .indexed = 1, .channel = 0, - .extend_name = "raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), .address = AD7758_WT(AD7758_PHASE_A, AD7758_CURRENT), .scan_index = 1, .scan_type = { @@ -658,9 +652,7 @@ .type = IIO_POWER, .indexed = 1, .channel = 0, - .extend_name = "apparent_raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), + .extend_name = "apparent", .address = AD7758_WT(AD7758_PHASE_A, AD7758_APP_PWR), .scan_index = 2, .scan_type = { @@ -672,9 +664,7 @@ .type = IIO_POWER, .indexed = 1, .channel = 0, - .extend_name = "active_raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), + .extend_name = "active", .address = AD7758_WT(AD7758_PHASE_A, AD7758_ACT_PWR), .scan_index = 3, .scan_type = { @@ -686,9 +676,7 @@ .type = IIO_POWER, .indexed = 1, .channel = 0, - .extend_name = "reactive_raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), + .extend_name = "reactive", .address = AD7758_WT(AD7758_PHASE_A, AD7758_REACT_PWR), .scan_index = 4, .scan_type = { @@ -700,9 +688,6 @@ .type = IIO_VOLTAGE, .indexed = 1, .channel = 1, - .extend_name = "raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), .address = AD7758_WT(AD7758_PHASE_B, AD7758_VOLTAGE), .scan_index = 5, .scan_type = { @@ -714,9 +699,6 @@ .type = IIO_CURRENT, .indexed = 1, .channel = 1, - .extend_name = "raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), .address = AD7758_WT(AD7758_PHASE_B, AD7758_CURRENT), .scan_index = 6, .scan_type = { @@ -728,9 +710,7 @@ .type = IIO_POWER, .indexed = 1, .channel = 1, - .extend_name = "apparent_raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), + .extend_name = "apparent", .address = AD7758_WT(AD7758_PHASE_B, AD7758_APP_PWR), .scan_index = 7, .scan_type = { @@ -742,9 +722,7 @@ .type = IIO_POWER, .indexed = 1, .channel = 1, - .extend_name = "active_raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), + .extend_name = "active", .address = AD7758_WT(AD7758_PHASE_B, AD7758_ACT_PWR), .scan_index = 8, .scan_type = { @@ -756,9 +734,7 @@ .type = IIO_POWER, .indexed = 1, .channel = 1, - .extend_name = "reactive_raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), + .extend_name = "reactive", .address = AD7758_WT(AD7758_PHASE_B, AD7758_REACT_PWR), .scan_index = 9, .scan_type = { @@ -770,9 +746,6 @@ .type = IIO_VOLTAGE, .indexed = 1, .channel = 2, - .extend_name = "raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), .address = AD7758_WT(AD7758_PHASE_C, AD7758_VOLTAGE), .scan_index = 10, .scan_type = { @@ -784,9 +757,6 @@ .type = IIO_CURRENT, .indexed = 1, .channel = 2, - .extend_name = "raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), .address = AD7758_WT(AD7758_PHASE_C, AD7758_CURRENT), .scan_index = 11, .scan_type = { @@ -798,9 +768,7 @@ .type = IIO_POWER, .indexed = 1, .channel = 2, - .extend_name = "apparent_raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), + .extend_name = "apparent", .address = AD7758_WT(AD7758_PHASE_C, AD7758_APP_PWR), .scan_index = 12, .scan_type = { @@ -812,9 +780,7 @@ .type = IIO_POWER, .indexed = 1, .channel = 2, - .extend_name = "active_raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), + .extend_name = "active", .address = AD7758_WT(AD7758_PHASE_C, AD7758_ACT_PWR), .scan_index = 13, .scan_type = { @@ -826,9 +792,7 @@ .type = IIO_POWER, .indexed = 1, .channel = 2, - .extend_name = "reactive_raw", - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), - .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), + .extend_name = "reactive", .address = AD7758_WT(AD7758_PHASE_C, AD7758_REACT_PWR), .scan_index = 14, .scan_type = { @@ -869,13 +833,14 @@ goto error_free_rx; } st->us = spi; - st->ade7758_ring_channels = &ade7758_channels[0]; mutex_init(&st->buf_lock); indio_dev->name = spi->dev.driver->name; indio_dev->dev.parent = &spi->dev; indio_dev->info = &ade7758_info; indio_dev->modes = INDIO_DIRECT_MODE; + indio_dev->channels = ade7758_channels; + indio_dev->num_channels = ARRAY_SIZE(ade7758_channels); ret = ade7758_configure_ring(indio_dev); if (ret) --- linux-lts-utopic-3.16.0.orig/drivers/staging/iio/meter/ade7758_ring.c +++ linux-lts-utopic-3.16.0/drivers/staging/iio/meter/ade7758_ring.c @@ -85,17 +85,16 @@ **/ static int ade7758_ring_preenable(struct iio_dev *indio_dev) { - struct ade7758_state *st = iio_priv(indio_dev); unsigned channel; - if (!bitmap_empty(indio_dev->active_scan_mask, indio_dev->masklength)) + if (bitmap_empty(indio_dev->active_scan_mask, indio_dev->masklength)) return -EINVAL; channel = find_first_bit(indio_dev->active_scan_mask, indio_dev->masklength); ade7758_write_waveform_type(&indio_dev->dev, - st->ade7758_ring_channels[channel].address); + indio_dev->channels[channel].address); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/staging/iio/meter/ade7758_trigger.c +++ linux-lts-utopic-3.16.0/drivers/staging/iio/meter/ade7758_trigger.c @@ -85,7 +85,7 @@ ret = iio_trigger_register(st->trig); /* select default trigger */ - indio_dev->trig = st->trig; + indio_dev->trig = iio_trigger_get(st->trig); if (ret) goto error_free_irq; --- linux-lts-utopic-3.16.0.orig/drivers/staging/imx-drm/imx-ldb.c +++ linux-lts-utopic-3.16.0/drivers/staging/imx-drm/imx-ldb.c @@ -574,6 +574,9 @@ for (i = 0; i < 2; i++) { struct imx_ldb_channel *channel = &imx_ldb->channel[i]; + if (!channel->connector.funcs) + continue; + channel->connector.funcs->destroy(&channel->connector); channel->encoder.funcs->destroy(&channel->encoder); } --- linux-lts-utopic-3.16.0.orig/drivers/staging/imx-drm/ipuv3-plane.c +++ linux-lts-utopic-3.16.0/drivers/staging/imx-drm/ipuv3-plane.c @@ -281,7 +281,8 @@ ipu_idmac_put(ipu_plane->ipu_ch); ipu_dmfc_put(ipu_plane->dmfc); - ipu_dp_put(ipu_plane->dp); + if (ipu_plane->dp) + ipu_dp_put(ipu_plane->dp); } } --- linux-lts-utopic-3.16.0.orig/drivers/staging/lustre/lustre/Kconfig +++ linux-lts-utopic-3.16.0/drivers/staging/lustre/lustre/Kconfig @@ -57,4 +57,5 @@ config LUSTRE_LLITE_LLOOP tristate "Lustre virtual block device" depends on LUSTRE_FS && BLOCK + depends on !PPC_64K_PAGES && !ARM64_64K_PAGES default m --- linux-lts-utopic-3.16.0.orig/drivers/staging/lustre/lustre/llite/dcache.c +++ linux-lts-utopic-3.16.0/drivers/staging/lustre/lustre/llite/dcache.c @@ -258,7 +258,7 @@ inode->i_ino, inode->i_generation, inode); ll_lock_dcache(inode); - ll_d_hlist_for_each_entry(dentry, p, &inode->i_dentry, d_alias) { + ll_d_hlist_for_each_entry(dentry, p, &inode->i_dentry, d_u.d_alias) { CDEBUG(D_DENTRY, "dentry in drop %.*s (%p) parent %p " "inode %p flags %d\n", dentry->d_name.len, dentry->d_name.name, dentry, dentry->d_parent, --- linux-lts-utopic-3.16.0.orig/drivers/staging/lustre/lustre/llite/llite_lib.c +++ linux-lts-utopic-3.16.0/drivers/staging/lustre/lustre/llite/llite_lib.c @@ -704,7 +704,7 @@ return; list_for_each(tmp, &dentry->d_subdirs) { - struct dentry *d = list_entry(tmp, struct dentry, d_u.d_child); + struct dentry *d = list_entry(tmp, struct dentry, d_child); lustre_dump_dentry(d, recur - 1); } } --- linux-lts-utopic-3.16.0.orig/drivers/staging/lustre/lustre/llite/namei.c +++ linux-lts-utopic-3.16.0/drivers/staging/lustre/lustre/llite/namei.c @@ -167,14 +167,14 @@ struct ll_d_hlist_node *p; ll_lock_dcache(dir); - ll_d_hlist_for_each_entry(dentry, p, &dir->i_dentry, d_alias) { + ll_d_hlist_for_each_entry(dentry, p, &dir->i_dentry, d_u.d_alias) { spin_lock(&dentry->d_lock); if (!list_empty(&dentry->d_subdirs)) { struct dentry *child; list_for_each_entry_safe(child, tmp_subdir, &dentry->d_subdirs, - d_u.d_child) { + d_child) { if (child->d_inode == NULL) d_lustre_invalidate(child, 1); } @@ -362,7 +362,7 @@ discon_alias = invalid_alias = NULL; ll_lock_dcache(inode); - ll_d_hlist_for_each_entry(alias, p, &inode->i_dentry, d_alias) { + ll_d_hlist_for_each_entry(alias, p, &inode->i_dentry, d_u.d_alias) { LASSERT(alias != dentry); spin_lock(&alias->d_lock); @@ -943,7 +943,7 @@ { struct dentry *parent, *child; - parent = ll_d_hlist_entry(dir->i_dentry, struct dentry, d_alias); + parent = ll_d_hlist_entry(dir->i_dentry, struct dentry, d_u.d_alias); child = d_lookup(parent, name); if (child) { if (child->d_inode) --- linux-lts-utopic-3.16.0.orig/drivers/staging/lustre/lustre/llite/vvp_io.c +++ linux-lts-utopic-3.16.0/drivers/staging/lustre/lustre/llite/vvp_io.c @@ -629,7 +629,7 @@ return 0; } - if (cfio->fault.ft_flags & VM_FAULT_SIGBUS) { + if (cfio->fault.ft_flags & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) { CDEBUG(D_PAGE, "got addr %p - SIGBUS\n", vmf->virtual_address); return -EFAULT; } --- linux-lts-utopic-3.16.0.orig/drivers/staging/lustre/lustre/obdclass/class_obd.c +++ linux-lts-utopic-3.16.0/drivers/staging/lustre/lustre/obdclass/class_obd.c @@ -35,7 +35,7 @@ */ #define DEBUG_SUBSYSTEM S_CLASS -# include +# include #include #include --- linux-lts-utopic-3.16.0.orig/drivers/staging/lustre/lustre/obdecho/echo_client.c +++ linux-lts-utopic-3.16.0/drivers/staging/lustre/lustre/obdecho/echo_client.c @@ -1380,6 +1380,7 @@ echo_copyout_lsm (struct lov_stripe_md *lsm, void *_ulsm, int ulsm_nob) { struct lov_stripe_md *ulsm = _ulsm; + struct lov_oinfo **p; int nob, i; nob = offsetof (struct lov_stripe_md, lsm_oinfo[lsm->lsm_stripe_count]); @@ -1389,9 +1390,10 @@ if (copy_to_user (ulsm, lsm, sizeof(*ulsm))) return (-EFAULT); - for (i = 0; i < lsm->lsm_stripe_count; i++) { - if (copy_to_user (ulsm->lsm_oinfo[i], lsm->lsm_oinfo[i], - sizeof(lsm->lsm_oinfo[0]))) + for (i = 0, p = lsm->lsm_oinfo; i < lsm->lsm_stripe_count; i++, p++) { + struct lov_oinfo __user *up; + if (get_user(up, ulsm->lsm_oinfo + i) || + copy_to_user(up, *p, sizeof(struct lov_oinfo))) return (-EFAULT); } return 0; @@ -1399,9 +1401,10 @@ static int echo_copyin_lsm (struct echo_device *ed, struct lov_stripe_md *lsm, - void *ulsm, int ulsm_nob) + struct lov_stripe_md __user *ulsm, int ulsm_nob) { struct echo_client_obd *ec = ed->ed_ec; + struct lov_oinfo **p; int i; if (ulsm_nob < sizeof (*lsm)) @@ -1417,11 +1420,10 @@ return (-EINVAL); - for (i = 0; i < lsm->lsm_stripe_count; i++) { - if (copy_from_user(lsm->lsm_oinfo[i], - ((struct lov_stripe_md *)ulsm)-> \ - lsm_oinfo[i], - sizeof(lsm->lsm_oinfo[0]))) + for (i = 0, p = lsm->lsm_oinfo; i < lsm->lsm_stripe_count; i++, p++) { + struct lov_oinfo __user *up; + if (get_user(up, ulsm->lsm_oinfo + i) || + copy_from_user(*p, up, sizeof(struct lov_oinfo))) return (-EFAULT); } return (0); --- linux-lts-utopic-3.16.0.orig/drivers/staging/ozwpan/ozhcd.c +++ linux-lts-utopic-3.16.0/drivers/staging/ozwpan/ozhcd.c @@ -804,8 +804,8 @@ /* * Context: softirq */ -void oz_hcd_get_desc_cnf(void *hport, u8 req_id, int status, const u8 *desc, - int length, int offset, int total_size) +void oz_hcd_get_desc_cnf(void *hport, u8 req_id, u8 status, const u8 *desc, + u8 length, u16 offset, u16 total_size) { struct oz_port *port = (struct oz_port *)hport; struct urb *urb; @@ -817,8 +817,8 @@ if (!urb) return; if (status == 0) { - int copy_len; - int required_size = urb->transfer_buffer_length; + unsigned int copy_len; + unsigned int required_size = urb->transfer_buffer_length; if (required_size > total_size) required_size = total_size; --- linux-lts-utopic-3.16.0.orig/drivers/staging/ozwpan/ozusbif.h +++ linux-lts-utopic-3.16.0/drivers/staging/ozwpan/ozusbif.h @@ -29,8 +29,8 @@ /* Confirmation functions. */ -void oz_hcd_get_desc_cnf(void *hport, u8 req_id, int status, - const u8 *desc, int length, int offset, int total_size); +void oz_hcd_get_desc_cnf(void *hport, u8 req_id, u8 status, + const u8 *desc, u8 length, u16 offset, u16 total_size); void oz_hcd_control_cnf(void *hport, u8 req_id, u8 rcode, const u8 *data, int data_len); --- linux-lts-utopic-3.16.0.orig/drivers/staging/ozwpan/ozusbsvc1.c +++ linux-lts-utopic-3.16.0/drivers/staging/ozwpan/ozusbsvc1.c @@ -323,7 +323,11 @@ struct oz_multiple_fixed *body = (struct oz_multiple_fixed *)data_hdr; u8 *data = body->data; - int n = (len - sizeof(struct oz_multiple_fixed)+1) + unsigned int n; + if (!body->unit_size || + len < sizeof(struct oz_multiple_fixed) - 1) + break; + n = (len - (sizeof(struct oz_multiple_fixed) - 1)) / body->unit_size; while (n--) { oz_hcd_data_ind(usb_ctx->hport, body->endpoint, @@ -386,10 +390,15 @@ case OZ_GET_DESC_RSP: { struct oz_get_desc_rsp *body = (struct oz_get_desc_rsp *)usb_hdr; - int data_len = elt->length - - sizeof(struct oz_get_desc_rsp) + 1; - u16 offs = le16_to_cpu(get_unaligned(&body->offset)); - u16 total_size = + u16 offs, total_size; + u8 data_len; + + if (elt->length < sizeof(struct oz_get_desc_rsp) - 1) + break; + data_len = elt->length - + (sizeof(struct oz_get_desc_rsp) - 1); + offs = le16_to_cpu(get_unaligned(&body->offset)); + total_size = le16_to_cpu(get_unaligned(&body->total_size)); oz_dbg(ON, "USB_REQ_GET_DESCRIPTOR - cnf\n"); oz_hcd_get_desc_cnf(usb_ctx->hport, body->req_id, --- linux-lts-utopic-3.16.0.orig/drivers/staging/panel/panel.c +++ linux-lts-utopic-3.16.0/drivers/staging/panel/panel.c @@ -275,11 +275,11 @@ * LCD types */ #define LCD_TYPE_NONE 0 -#define LCD_TYPE_OLD 1 -#define LCD_TYPE_KS0074 2 -#define LCD_TYPE_HANTRONIX 3 -#define LCD_TYPE_NEXCOM 4 -#define LCD_TYPE_CUSTOM 5 +#define LCD_TYPE_CUSTOM 1 +#define LCD_TYPE_OLD 2 +#define LCD_TYPE_KS0074 3 +#define LCD_TYPE_HANTRONIX 4 +#define LCD_TYPE_NEXCOM 5 /* * keypad types @@ -457,7 +457,7 @@ static int lcd_type = -1; module_param(lcd_type, int, 0000); MODULE_PARM_DESC(lcd_type, - "LCD type: 0=none, 1=old //, 2=serial ks0074, 3=hantronix //, 4=nexcom //, 5=compiled-in"); + "LCD type: 0=none, 1=compiled-in, 2=old, 3=serial ks0074, 4=hantronix, 5=nexcom"); static int lcd_proto = -1; module_param(lcd_proto, int, 0000); --- linux-lts-utopic-3.16.0.orig/drivers/staging/rtl8188eu/os_dep/usb_intf.c +++ linux-lts-utopic-3.16.0/drivers/staging/rtl8188eu/os_dep/usb_intf.c @@ -54,9 +54,12 @@ {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0179)}, /* 8188ETV */ /*=== Customer ID ===*/ /****** 8188EUS ********/ + {USB_DEVICE(0x056e, 0x4008)}, /* Elecom WDC-150SU2M */ {USB_DEVICE(0x07b8, 0x8179)}, /* Abocom - Abocom */ {USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */ {USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */ + {USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */ + {USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */ {} /* Terminating entry */ }; --- linux-lts-utopic-3.16.0.orig/drivers/staging/rtl8192e/rtllib.h +++ linux-lts-utopic-3.16.0/drivers/staging/rtl8192e/rtllib.h @@ -2761,7 +2761,6 @@ extern bool rtllib_act_scanning(struct rtllib_device *ieee, bool sync_scan); extern void rtllib_stop_scan_syncro(struct rtllib_device *ieee); extern void rtllib_start_scan_syncro(struct rtllib_device *ieee, u8 is_mesh); -extern inline struct sk_buff *rtllib_probe_req(struct rtllib_device *ieee); extern u8 MgntQuery_MgntFrameTxRate(struct rtllib_device *ieee); extern void rtllib_sta_ps_send_null_frame(struct rtllib_device *ieee, short pwr); @@ -2943,12 +2942,12 @@ extern const long rtllib_wlan_frequencies[]; -extern inline void rtllib_increment_scans(struct rtllib_device *ieee) +static inline void rtllib_increment_scans(struct rtllib_device *ieee) { ieee->scans++; } -extern inline int rtllib_get_scans(struct rtllib_device *ieee) +static inline int rtllib_get_scans(struct rtllib_device *ieee) { return ieee->scans; } --- linux-lts-utopic-3.16.0.orig/drivers/staging/rtl8192e/rtllib_softmac.c +++ linux-lts-utopic-3.16.0/drivers/staging/rtl8192e/rtllib_softmac.c @@ -341,7 +341,7 @@ } } -inline struct sk_buff *rtllib_probe_req(struct rtllib_device *ieee) +static inline struct sk_buff *rtllib_probe_req(struct rtllib_device *ieee) { unsigned int len, rate_len; u8 *tag; --- linux-lts-utopic-3.16.0.orig/drivers/staging/rtl8192u/ieee80211/ieee80211.h +++ linux-lts-utopic-3.16.0/drivers/staging/rtl8192u/ieee80211/ieee80211.h @@ -2238,7 +2238,7 @@ return ((struct ieee80211_device *)netdev_priv(dev))->priv; } -extern inline int ieee80211_is_empty_essid(const char *essid, int essid_len) +static inline int ieee80211_is_empty_essid(const char *essid, int essid_len) { /* Single white space is for Linksys APs */ if (essid_len == 1 && essid[0] == ' ') @@ -2254,7 +2254,7 @@ return 1; } -extern inline int ieee80211_is_valid_mode(struct ieee80211_device *ieee, int mode) +static inline int ieee80211_is_valid_mode(struct ieee80211_device *ieee, int mode) { /* * It is possible for both access points and our device to support @@ -2280,7 +2280,7 @@ return 0; } -extern inline int ieee80211_get_hdrlen(u16 fc) +static inline int ieee80211_get_hdrlen(u16 fc) { int hdrlen = IEEE80211_3ADDR_LEN; @@ -2564,12 +2564,12 @@ extern const long ieee80211_wlan_frequencies[]; -extern inline void ieee80211_increment_scans(struct ieee80211_device *ieee) +static inline void ieee80211_increment_scans(struct ieee80211_device *ieee) { ieee->scans++; } -extern inline int ieee80211_get_scans(struct ieee80211_device *ieee) +static inline int ieee80211_get_scans(struct ieee80211_device *ieee) { return ieee->scans; } --- linux-lts-utopic-3.16.0.orig/drivers/staging/rtl8712/ieee80211.h +++ linux-lts-utopic-3.16.0/drivers/staging/rtl8712/ieee80211.h @@ -734,7 +734,7 @@ #define IEEE_G (1<<2) #define IEEE_MODE_MASK (IEEE_A|IEEE_B|IEEE_G) -extern inline int ieee80211_is_empty_essid(const char *essid, int essid_len) +static inline int ieee80211_is_empty_essid(const char *essid, int essid_len) { /* Single white space is for Linksys APs */ if (essid_len == 1 && essid[0] == ' ') @@ -748,7 +748,7 @@ return 1; } -extern inline int ieee80211_get_hdrlen(u16 fc) +static inline int ieee80211_get_hdrlen(u16 fc) { int hdrlen = 24; --- linux-lts-utopic-3.16.0.orig/drivers/staging/rtl8712/rtl8712_recv.c +++ linux-lts-utopic-3.16.0/drivers/staging/rtl8712/rtl8712_recv.c @@ -1069,7 +1069,8 @@ /* for first fragment packet, driver need allocate 1536 + * drvinfo_sz + RXDESC_SIZE to defrag packet. */ if ((mf == 1) && (frag == 0)) - alloc_sz = 1658;/*1658+6=1664, 1664 is 128 alignment.*/ + /*1658+6=1664, 1664 is 128 alignment.*/ + alloc_sz = max_t(u16, tmp_len, 1658); else alloc_sz = tmp_len; /* 2 is for IP header 4 bytes alignment in QoS packet case. --- linux-lts-utopic-3.16.0.orig/drivers/staging/rtl8712/usb_intf.c +++ linux-lts-utopic-3.16.0/drivers/staging/rtl8712/usb_intf.c @@ -144,6 +144,7 @@ {USB_DEVICE(0x0DF6, 0x0058)}, {USB_DEVICE(0x0DF6, 0x0049)}, {USB_DEVICE(0x0DF6, 0x004C)}, + {USB_DEVICE(0x0DF6, 0x006C)}, {USB_DEVICE(0x0DF6, 0x0064)}, /* Skyworth */ {USB_DEVICE(0x14b2, 0x3300)}, --- linux-lts-utopic-3.16.0.orig/drivers/staging/speakup/fakekey.c +++ linux-lts-utopic-3.16.0/drivers/staging/speakup/fakekey.c @@ -81,6 +81,7 @@ __this_cpu_write(reporting_keystroke, true); input_report_key(virt_keyboard, KEY_DOWN, PRESSED); input_report_key(virt_keyboard, KEY_DOWN, RELEASED); + input_sync(virt_keyboard); __this_cpu_write(reporting_keystroke, false); /* reenable preemption */ --- linux-lts-utopic-3.16.0.orig/drivers/staging/speakup/selection.c +++ linux-lts-utopic-3.16.0/drivers/staging/speakup/selection.c @@ -140,7 +140,9 @@ struct tty_ldisc *ld; DECLARE_WAITQUEUE(wait, current); - ld = tty_ldisc_ref_wait(tty); + ld = tty_ldisc_ref(tty); + if (!ld) + goto tty_unref; tty_buffer_lock_exclusive(&vc->port); add_wait_queue(&vc->paste_wait, &wait); @@ -160,6 +162,7 @@ tty_buffer_unlock_exclusive(&vc->port); tty_ldisc_deref(ld); +tty_unref: tty_kref_put(tty); } --- linux-lts-utopic-3.16.0.orig/drivers/staging/vt6655/device_main.c +++ linux-lts-utopic-3.16.0/drivers/staging/vt6655/device_main.c @@ -1402,6 +1402,10 @@ pRD = pRD->next) { if (works++ > 15) break; + + if (!pRD->pRDInfo->skb) + break; + if (device_receive_frame(pDevice, pRD)) { if (!device_alloc_rx_buf(pDevice, pRD)) { DBG_PRT(MSG_LEVEL_ERR, KERN_ERR --- linux-lts-utopic-3.16.0.orig/drivers/staging/vt6655/rf.c +++ linux-lts-utopic-3.16.0/drivers/staging/vt6655/rf.c @@ -923,6 +923,7 @@ break; case RATE_6M: case RATE_9M: + case RATE_12M: case RATE_18M: byPwr = pDevice->abyOFDMPwrTbl[uCH]; if (pDevice->byRFType == RF_UW2452) --- linux-lts-utopic-3.16.0.orig/drivers/staging/vt6656/rf.c +++ linux-lts-utopic-3.16.0/drivers/staging/vt6656/rf.c @@ -749,6 +749,7 @@ break; case RATE_6M: case RATE_9M: + case RATE_12M: case RATE_18M: case RATE_24M: case RATE_36M: --- linux-lts-utopic-3.16.0.orig/drivers/staging/wlags49_h2/wl_internal.h +++ linux-lts-utopic-3.16.0/drivers/staging/wlags49_h2/wl_internal.h @@ -1013,7 +1013,7 @@ /* Interrupt enable disable functions */ /********************************************************************/ -extern inline void wl_act_int_on(struct wl_private *lp) +static inline void wl_act_int_on(struct wl_private *lp) { /* * Only do something when the driver is handling @@ -1025,7 +1025,7 @@ } } -extern inline void wl_act_int_off(struct wl_private *lp) +static inline void wl_act_int_off(struct wl_private *lp) { /* * Only do something when the driver is handling --- linux-lts-utopic-3.16.0.orig/drivers/target/iscsi/iscsi_target.c +++ linux-lts-utopic-3.16.0/drivers/target/iscsi/iscsi_target.c @@ -537,7 +537,7 @@ static int __init iscsi_target_init_module(void) { - int ret = 0; + int ret = 0, size; pr_debug("iSCSI-Target "ISCSIT_VERSION"\n"); @@ -546,6 +546,7 @@ pr_err("Unable to allocate memory for iscsit_global\n"); return -1; } + spin_lock_init(&iscsit_global->ts_bitmap_lock); mutex_init(&auth_id_lock); spin_lock_init(&sess_idr_lock); idr_init(&tiqn_idr); @@ -555,15 +556,11 @@ if (ret < 0) goto out; - ret = iscsi_thread_set_init(); - if (ret < 0) + size = BITS_TO_LONGS(ISCSIT_BITMAP_BITS) * sizeof(long); + iscsit_global->ts_bitmap = vzalloc(size); + if (!iscsit_global->ts_bitmap) { + pr_err("Unable to allocate iscsit_global->ts_bitmap\n"); goto configfs_out; - - if (iscsi_allocate_thread_sets(TARGET_THREAD_SET_COUNT) != - TARGET_THREAD_SET_COUNT) { - pr_err("iscsi_allocate_thread_sets() returned" - " unexpected value!\n"); - goto ts_out1; } lio_qr_cache = kmem_cache_create("lio_qr_cache", @@ -572,7 +569,7 @@ if (!lio_qr_cache) { pr_err("nable to kmem_cache_create() for" " lio_qr_cache\n"); - goto ts_out2; + goto bitmap_out; } lio_dr_cache = kmem_cache_create("lio_dr_cache", @@ -616,10 +613,8 @@ kmem_cache_destroy(lio_dr_cache); qr_out: kmem_cache_destroy(lio_qr_cache); -ts_out2: - iscsi_deallocate_thread_sets(); -ts_out1: - iscsi_thread_set_free(); +bitmap_out: + vfree(iscsit_global->ts_bitmap); configfs_out: iscsi_target_deregister_configfs(); out: @@ -629,8 +624,6 @@ static void __exit iscsi_target_cleanup_module(void) { - iscsi_deallocate_thread_sets(); - iscsi_thread_set_free(); iscsit_release_discovery_tpg(); iscsit_unregister_transport(&iscsi_target_transport); kmem_cache_destroy(lio_qr_cache); @@ -640,6 +633,7 @@ iscsi_target_deregister_configfs(); + vfree(iscsit_global->ts_bitmap); kfree(iscsit_global); } @@ -972,7 +966,7 @@ if (cmd->targ_xfer_tag == 0xFFFFFFFF) cmd->targ_xfer_tag = conn->sess->targ_xfer_tag++; spin_unlock_bh(&conn->sess->ttt_lock); - } else if (hdr->flags & ISCSI_FLAG_CMD_WRITE) + } else cmd->targ_xfer_tag = 0xFFFFFFFF; cmd->cmd_sn = be32_to_cpu(hdr->cmdsn); cmd->exp_stat_sn = be32_to_cpu(hdr->exp_statsn); @@ -1184,7 +1178,7 @@ * traditional iSCSI block I/O. */ if (iscsit_allocate_iovecs(cmd) < 0) { - return iscsit_add_reject_cmd(cmd, + return iscsit_reject_cmd(cmd, ISCSI_REASON_BOOKMARK_NO_RESOURCES, buf); } immed_data = cmd->immediate_data; @@ -3680,17 +3674,16 @@ void iscsit_thread_get_cpumask(struct iscsi_conn *conn) { - struct iscsi_thread_set *ts = conn->thread_set; int ord, cpu; /* - * thread_id is assigned from iscsit_global->ts_bitmap from - * within iscsi_thread_set.c:iscsi_allocate_thread_sets() + * bitmap_id is assigned from iscsit_global->ts_bitmap from + * within iscsit_start_kthreads() * - * Here we use thread_id to determine which CPU that this - * iSCSI connection's iscsi_thread_set will be scheduled to + * Here we use bitmap_id to determine which CPU that this + * iSCSI connection's RX/TX threads will be scheduled to * execute upon. */ - ord = ts->thread_id % cpumask_weight(cpu_online_mask); + ord = conn->bitmap_id % cpumask_weight(cpu_online_mask); for_each_online_cpu(cpu) { if (ord-- == 0) { cpumask_set_cpu(cpu, conn->conn_cpumask); @@ -3882,7 +3875,7 @@ switch (state) { case ISTATE_SEND_LOGOUTRSP: if (!iscsit_logout_post_handler(cmd, conn)) - goto restart; + return -ECONNRESET; /* fall through */ case ISTATE_SEND_STATUS: case ISTATE_SEND_ASYNCMSG: @@ -3910,8 +3903,6 @@ err: return -1; -restart: - return -EAGAIN; } static int iscsit_handle_response_queue(struct iscsi_conn *conn) @@ -3938,21 +3929,13 @@ int iscsi_target_tx_thread(void *arg) { int ret = 0; - struct iscsi_conn *conn; - struct iscsi_thread_set *ts = arg; + struct iscsi_conn *conn = arg; /* * Allow ourselves to be interrupted by SIGINT so that a * connection recovery / failure event can be triggered externally. */ allow_signal(SIGINT); -restart: - conn = iscsi_tx_thread_pre_handler(ts); - if (!conn) - goto out; - - ret = 0; - while (!kthread_should_stop()) { /* * Ensure that both TX and RX per connection kthreads @@ -3961,11 +3944,9 @@ iscsit_thread_check_cpumask(conn, current, 1); wait_event_interruptible(conn->queues_wq, - !iscsit_conn_all_queues_empty(conn) || - ts->status == ISCSI_THREAD_SET_RESET); + !iscsit_conn_all_queues_empty(conn)); - if ((ts->status == ISCSI_THREAD_SET_RESET) || - signal_pending(current)) + if (signal_pending(current)) goto transport_err; get_immediate: @@ -3976,15 +3957,20 @@ ret = iscsit_handle_response_queue(conn); if (ret == 1) goto get_immediate; - else if (ret == -EAGAIN) - goto restart; + else if (ret == -ECONNRESET) + goto out; else if (ret < 0) goto transport_err; } transport_err: - iscsit_take_action_for_connection_exit(conn); - goto restart; + /* + * Avoid the normal connection failure code-path if this connection + * is still within LOGIN mode, and iscsi_np process context is + * responsible for cleaning up the early connection failure. + */ + if (conn->conn_state != TARG_CONN_STATE_IN_LOGIN) + iscsit_take_action_for_connection_exit(conn); out: return 0; } @@ -4068,35 +4054,46 @@ return iscsit_add_reject(conn, ISCSI_REASON_BOOKMARK_NO_RESOURCES, buf); } +static bool iscsi_target_check_conn_state(struct iscsi_conn *conn) +{ + bool ret; + + spin_lock_bh(&conn->state_lock); + ret = (conn->conn_state != TARG_CONN_STATE_LOGGED_IN); + spin_unlock_bh(&conn->state_lock); + + return ret; +} + int iscsi_target_rx_thread(void *arg) { - int ret; + int ret, rc; u8 buffer[ISCSI_HDR_LEN], opcode; u32 checksum = 0, digest = 0; - struct iscsi_conn *conn = NULL; - struct iscsi_thread_set *ts = arg; + struct iscsi_conn *conn = arg; struct kvec iov; /* * Allow ourselves to be interrupted by SIGINT so that a * connection recovery / failure event can be triggered externally. */ allow_signal(SIGINT); - -restart: - conn = iscsi_rx_thread_pre_handler(ts); - if (!conn) - goto out; + /* + * Wait for iscsi_post_login_handler() to complete before allowing + * incoming iscsi/tcp socket I/O, and/or failing the connection. + */ + rc = wait_for_completion_interruptible(&conn->rx_login_comp); + if (rc < 0 || iscsi_target_check_conn_state(conn)) + return 0; if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) { struct completion comp; - int rc; init_completion(&comp); rc = wait_for_completion_interruptible(&comp); if (rc < 0) goto transport_err; - goto out; + goto transport_err; } while (!kthread_should_stop()) { @@ -4172,8 +4169,6 @@ if (!signal_pending(current)) atomic_set(&conn->transport_failed, 1); iscsit_take_action_for_connection_exit(conn); - goto restart; -out: return 0; } @@ -4223,13 +4218,36 @@ pr_debug("Closing iSCSI connection CID %hu on SID:" " %u\n", conn->cid, sess->sid); /* - * Always up conn_logout_comp just in case the RX Thread is sleeping - * and the logout response never got sent because the connection - * failed. - */ - complete(&conn->conn_logout_comp); + * Always up conn_logout_comp for the traditional TCP case just in case + * the RX Thread in iscsi_target_rx_opcode() is sleeping and the logout + * response never got sent because the connection failed. + * + * However for iser-target, isert_wait4logout() is using conn_logout_comp + * to signal logout response TX interrupt completion. Go ahead and skip + * this for iser since isert_rx_opcode() does not wait on logout failure, + * and to avoid iscsi_conn pointer dereference in iser-target code. + */ + if (conn->conn_transport->transport_type == ISCSI_TCP) + complete(&conn->conn_logout_comp); + + if (!strcmp(current->comm, ISCSI_RX_THREAD_NAME)) { + if (conn->tx_thread && + cmpxchg(&conn->tx_thread_active, true, false)) { + send_sig(SIGINT, conn->tx_thread, 1); + kthread_stop(conn->tx_thread); + } + } else if (!strcmp(current->comm, ISCSI_TX_THREAD_NAME)) { + if (conn->rx_thread && + cmpxchg(&conn->rx_thread_active, true, false)) { + send_sig(SIGINT, conn->rx_thread, 1); + kthread_stop(conn->rx_thread); + } + } - iscsi_release_thread_set(conn); + spin_lock(&iscsit_global->ts_bitmap_lock); + bitmap_release_region(iscsit_global->ts_bitmap, conn->bitmap_id, + get_order(1)); + spin_unlock(&iscsit_global->ts_bitmap_lock); iscsit_stop_timers_for_cmds(conn); iscsit_stop_nopin_response_timer(conn); @@ -4508,15 +4526,24 @@ struct iscsi_conn *conn) { struct iscsi_session *sess = conn->sess; - - iscsi_set_thread_clear(conn, ISCSI_CLEAR_TX_THREAD); - iscsi_set_thread_set_signal(conn, ISCSI_SIGNAL_TX_THREAD); + int sleep = 1; + /* + * Traditional iscsi/tcp will invoke this logic from TX thread + * context during session logout, so clear tx_thread_active and + * sleep if iscsit_close_connection() has not already occured. + * + * Since iser-target invokes this logic from it's own workqueue, + * always sleep waiting for RX/TX thread shutdown to complete + * within iscsit_close_connection(). + */ + if (conn->conn_transport->transport_type == ISCSI_TCP) + sleep = cmpxchg(&conn->tx_thread_active, true, false); atomic_set(&conn->conn_logout_remove, 0); complete(&conn->conn_logout_comp); iscsit_dec_conn_usage_count(conn); - iscsit_stop_session(sess, 1, 1); + iscsit_stop_session(sess, sleep, sleep); iscsit_dec_session_usage_count(sess); target_put_session(sess->se_sess); } @@ -4524,13 +4551,15 @@ static void iscsit_logout_post_handler_samecid( struct iscsi_conn *conn) { - iscsi_set_thread_clear(conn, ISCSI_CLEAR_TX_THREAD); - iscsi_set_thread_set_signal(conn, ISCSI_SIGNAL_TX_THREAD); + int sleep = 1; + + if (conn->conn_transport->transport_type == ISCSI_TCP) + sleep = cmpxchg(&conn->tx_thread_active, true, false); atomic_set(&conn->conn_logout_remove, 0); complete(&conn->conn_logout_comp); - iscsit_cause_connection_reinstatement(conn, 1); + iscsit_cause_connection_reinstatement(conn, sleep); iscsit_dec_conn_usage_count(conn); } @@ -4540,6 +4569,7 @@ { struct iscsi_conn *l_conn; struct iscsi_session *sess = conn->sess; + bool conn_found = false; if (!sess) return; @@ -4548,12 +4578,13 @@ list_for_each_entry(l_conn, &sess->sess_conn_list, conn_list) { if (l_conn->cid == cid) { iscsit_inc_conn_usage_count(l_conn); + conn_found = true; break; } } spin_unlock_bh(&sess->conn_lock); - if (!l_conn) + if (!conn_found) return; if (l_conn->sock) @@ -4742,6 +4773,7 @@ struct iscsi_session *sess; struct se_portal_group *se_tpg = &tpg->tpg_se_tpg; struct se_session *se_sess, *se_sess_tmp; + LIST_HEAD(free_list); int session_count = 0; spin_lock_bh(&se_tpg->session_lock); @@ -4763,14 +4795,17 @@ } atomic_set(&sess->session_reinstatement, 1); spin_unlock(&sess->conn_lock); - spin_unlock_bh(&se_tpg->session_lock); - iscsit_free_session(sess); - spin_lock_bh(&se_tpg->session_lock); + list_move_tail(&se_sess->sess_list, &free_list); + } + spin_unlock_bh(&se_tpg->session_lock); + + list_for_each_entry_safe(se_sess, se_sess_tmp, &free_list, sess_list) { + sess = (struct iscsi_session *)se_sess->fabric_sess_ptr; + iscsit_free_session(sess); session_count++; } - spin_unlock_bh(&se_tpg->session_lock); pr_debug("Released %d iSCSI Session(s) from Target Portal" " Group: %hu\n", session_count, tpg->tpgt); --- linux-lts-utopic-3.16.0.orig/drivers/target/iscsi/iscsi_target_configfs.c +++ linux-lts-utopic-3.16.0/drivers/target/iscsi/iscsi_target_configfs.c @@ -1889,7 +1889,8 @@ } /* - * Called with spin_lock_bh(struct se_portal_group->session_lock) held.. + * Called with spin_lock_irq(struct se_portal_group->session_lock) held + * or not held. * * Also, this function calls iscsit_inc_session_usage_count() on the * struct iscsi_session in question. @@ -1897,19 +1898,32 @@ static int lio_tpg_shutdown_session(struct se_session *se_sess) { struct iscsi_session *sess = se_sess->fabric_sess_ptr; + struct se_portal_group *se_tpg = se_sess->se_tpg; + bool local_lock = false; + + if (!spin_is_locked(&se_tpg->session_lock)) { + spin_lock_irq(&se_tpg->session_lock); + local_lock = true; + } spin_lock(&sess->conn_lock); if (atomic_read(&sess->session_fall_back_to_erl0) || atomic_read(&sess->session_logout) || (sess->time2retain_timer_flags & ISCSI_TF_EXPIRED)) { spin_unlock(&sess->conn_lock); + if (local_lock) + spin_unlock_irq(&sess->conn_lock); return 0; } atomic_set(&sess->session_reinstatement, 1); spin_unlock(&sess->conn_lock); iscsit_stop_time2retain_timer(sess); + spin_unlock_irq(&se_tpg->session_lock); + iscsit_stop_session(sess, 1, 1); + if (!local_lock) + spin_lock_irq(&se_tpg->session_lock); return 1; } --- linux-lts-utopic-3.16.0.orig/drivers/target/iscsi/iscsi_target_core.h +++ linux-lts-utopic-3.16.0/drivers/target/iscsi/iscsi_target_core.h @@ -602,6 +602,12 @@ struct iscsi_session *sess; /* Pointer to thread_set in use for this conn's threads */ struct iscsi_thread_set *thread_set; + int bitmap_id; + int rx_thread_active; + struct task_struct *rx_thread; + struct completion rx_login_comp; + int tx_thread_active; + struct task_struct *tx_thread; /* list_head for session connection list */ struct list_head conn_list; } ____cacheline_aligned; @@ -872,10 +878,12 @@ /* Unique identifier used for the authentication daemon */ u32 auth_id; u32 inactive_ts; +#define ISCSIT_BITMAP_BITS 262144 /* Thread Set bitmap count */ int ts_bitmap_count; /* Thread Set bitmap pointer */ unsigned long *ts_bitmap; + spinlock_t ts_bitmap_lock; /* Used for iSCSI discovery session authentication */ struct iscsi_node_acl discovery_acl; struct iscsi_portal_group *discovery_tpg; --- linux-lts-utopic-3.16.0.orig/drivers/target/iscsi/iscsi_target_erl0.c +++ linux-lts-utopic-3.16.0/drivers/target/iscsi/iscsi_target_erl0.c @@ -864,7 +864,10 @@ } spin_unlock_bh(&conn->state_lock); - iscsi_thread_set_force_reinstatement(conn); + if (conn->tx_thread && conn->tx_thread_active) + send_sig(SIGINT, conn->tx_thread, 1); + if (conn->rx_thread && conn->rx_thread_active) + send_sig(SIGINT, conn->rx_thread, 1); sleep: wait_for_completion(&conn->conn_wait_rcfr_comp); @@ -889,10 +892,10 @@ return; } - if (iscsi_thread_set_force_reinstatement(conn) < 0) { - spin_unlock_bh(&conn->state_lock); - return; - } + if (conn->tx_thread && conn->tx_thread_active) + send_sig(SIGINT, conn->tx_thread, 1); + if (conn->rx_thread && conn->rx_thread_active) + send_sig(SIGINT, conn->rx_thread, 1); atomic_set(&conn->connection_reinstatement, 1); if (!sleep) { --- linux-lts-utopic-3.16.0.orig/drivers/target/iscsi/iscsi_target_login.c +++ linux-lts-utopic-3.16.0/drivers/target/iscsi/iscsi_target_login.c @@ -83,6 +83,7 @@ init_completion(&conn->conn_logout_comp); init_completion(&conn->rx_half_close_comp); init_completion(&conn->tx_half_close_comp); + init_completion(&conn->rx_login_comp); spin_lock_init(&conn->cmd_lock); spin_lock_init(&conn->conn_usage_lock); spin_lock_init(&conn->immed_queue_lock); @@ -281,7 +282,6 @@ { struct iscsi_session *sess = NULL; struct iscsi_login_req *pdu = (struct iscsi_login_req *)buf; - enum target_prot_op sup_pro_ops; int ret; sess = kzalloc(sizeof(struct iscsi_session), GFP_KERNEL); @@ -343,9 +343,8 @@ kfree(sess); return -ENOMEM; } - sup_pro_ops = conn->conn_transport->iscsit_get_sup_prot_ops(conn); - sess->se_sess = transport_init_session(sup_pro_ops); + sess->se_sess = transport_init_session(TARGET_PROT_NORMAL); if (IS_ERR(sess->se_sess)) { iscsit_tx_login_rsp(conn, ISCSI_STATUS_CLS_TARGET_ERR, ISCSI_LOGIN_STATUS_NO_RESOURCES); @@ -701,7 +700,53 @@ iscsit_start_nopin_timer(conn); } -int iscsi_post_login_handler( +int iscsit_start_kthreads(struct iscsi_conn *conn) +{ + int ret = 0; + + spin_lock(&iscsit_global->ts_bitmap_lock); + conn->bitmap_id = bitmap_find_free_region(iscsit_global->ts_bitmap, + ISCSIT_BITMAP_BITS, get_order(1)); + spin_unlock(&iscsit_global->ts_bitmap_lock); + + if (conn->bitmap_id < 0) { + pr_err("bitmap_find_free_region() failed for" + " iscsit_start_kthreads()\n"); + return -ENOMEM; + } + + conn->tx_thread = kthread_run(iscsi_target_tx_thread, conn, + "%s", ISCSI_TX_THREAD_NAME); + if (IS_ERR(conn->tx_thread)) { + pr_err("Unable to start iscsi_target_tx_thread\n"); + ret = PTR_ERR(conn->tx_thread); + goto out_bitmap; + } + conn->tx_thread_active = true; + + conn->rx_thread = kthread_run(iscsi_target_rx_thread, conn, + "%s", ISCSI_RX_THREAD_NAME); + if (IS_ERR(conn->rx_thread)) { + pr_err("Unable to start iscsi_target_rx_thread\n"); + ret = PTR_ERR(conn->rx_thread); + goto out_tx; + } + conn->rx_thread_active = true; + + return 0; +out_tx: + send_sig(SIGINT, conn->tx_thread, 1); + kthread_stop(conn->tx_thread); + conn->tx_thread_active = false; +out_bitmap: + spin_lock(&iscsit_global->ts_bitmap_lock); + bitmap_release_region(iscsit_global->ts_bitmap, conn->bitmap_id, + get_order(1)); + spin_unlock(&iscsit_global->ts_bitmap_lock); + return ret; +} + +void iscsi_post_login_handler( struct iscsi_np *np, struct iscsi_conn *conn, u8 zero_tsih) @@ -711,7 +756,6 @@ struct se_session *se_sess = sess->se_sess; struct iscsi_portal_group *tpg = sess->tpg; struct se_portal_group *se_tpg = &tpg->tpg_se_tpg; - struct iscsi_thread_set *ts; iscsit_inc_conn_usage_count(conn); @@ -726,7 +770,6 @@ /* * SCSI Initiator -> SCSI Target Port Mapping */ - ts = iscsi_get_thread_set(); if (!zero_tsih) { iscsi_set_session_parameters(sess->sess_ops, conn->param_list, 0); @@ -754,8 +797,6 @@ spin_unlock_bh(&sess->conn_lock); iscsi_post_login_start_timers(conn); - - iscsi_activate_thread_set(conn, ts); /* * Determine CPU mask to ensure connection's RX and TX kthreads * are scheduled on the same CPU. @@ -763,15 +804,20 @@ iscsit_thread_get_cpumask(conn); conn->conn_rx_reset_cpumask = 1; conn->conn_tx_reset_cpumask = 1; - + /* + * Wakeup the sleeping iscsi_target_rx_thread() now that + * iscsi_conn is in TARG_CONN_STATE_LOGGED_IN state. + */ + complete(&conn->rx_login_comp); iscsit_dec_conn_usage_count(conn); + if (stop_timer) { spin_lock_bh(&se_tpg->session_lock); iscsit_stop_time2retain_timer(sess); spin_unlock_bh(&se_tpg->session_lock); } iscsit_dec_session_usage_count(sess); - return 0; + return; } iscsi_set_session_parameters(sess->sess_ops, conn->param_list, 1); @@ -813,7 +859,6 @@ spin_unlock_bh(&se_tpg->session_lock); iscsi_post_login_start_timers(conn); - iscsi_activate_thread_set(conn, ts); /* * Determine CPU mask to ensure connection's RX and TX kthreads * are scheduled on the same CPU. @@ -821,10 +866,12 @@ iscsit_thread_get_cpumask(conn); conn->conn_rx_reset_cpumask = 1; conn->conn_tx_reset_cpumask = 1; - + /* + * Wakeup the sleeping iscsi_target_rx_thread() now that + * iscsi_conn is in TARG_CONN_STATE_LOGGED_IN state. + */ + complete(&conn->rx_login_comp); iscsit_dec_conn_usage_count(conn); - - return 0; } static void iscsi_handle_login_thread_timeout(unsigned long data) @@ -1206,6 +1253,9 @@ conn->sock = NULL; } + if (conn->conn_transport->iscsit_wait_conn) + conn->conn_transport->iscsit_wait_conn(conn); + if (conn->conn_transport->iscsit_free_conn) conn->conn_transport->iscsit_free_conn(conn); @@ -1368,6 +1418,9 @@ } login->zero_tsih = zero_tsih; + conn->sess->se_sess->sup_prot_ops = + conn->conn_transport->iscsit_get_sup_prot_ops(conn); + tpg = conn->tpg; if (!tpg) { pr_err("Unable to locate struct iscsi_conn->tpg\n"); @@ -1386,23 +1439,12 @@ if (ret < 0) goto new_sess_out; - if (!conn->sess) { - pr_err("struct iscsi_conn session pointer is NULL!\n"); - goto new_sess_out; - } - iscsi_stop_login_thread_timer(np); - if (signal_pending(current)) - goto new_sess_out; - if (ret == 1) { tpg_np = conn->tpg_np; - ret = iscsi_post_login_handler(np, conn, zero_tsih); - if (ret < 0) - goto new_sess_out; - + iscsi_post_login_handler(np, conn, zero_tsih); iscsit_deaccess_np(np, tpg, tpg_np); } --- linux-lts-utopic-3.16.0.orig/drivers/target/iscsi/iscsi_target_login.h +++ linux-lts-utopic-3.16.0/drivers/target/iscsi/iscsi_target_login.h @@ -12,7 +12,8 @@ extern int iscsit_get_login_rx(struct iscsi_conn *, struct iscsi_login *); extern int iscsit_put_login_tx(struct iscsi_conn *, struct iscsi_login *, u32); extern void iscsit_free_conn(struct iscsi_np *, struct iscsi_conn *); -extern int iscsi_post_login_handler(struct iscsi_np *, struct iscsi_conn *, u8); +extern int iscsit_start_kthreads(struct iscsi_conn *); +extern void iscsi_post_login_handler(struct iscsi_np *, struct iscsi_conn *, u8); extern void iscsi_target_login_sess_out(struct iscsi_conn *, struct iscsi_np *, bool, bool); extern int iscsi_target_login_thread(void *); --- linux-lts-utopic-3.16.0.orig/drivers/target/iscsi/iscsi_target_nego.c +++ linux-lts-utopic-3.16.0/drivers/target/iscsi/iscsi_target_nego.c @@ -17,6 +17,7 @@ ******************************************************************************/ #include +#include #include #include #include @@ -361,10 +362,24 @@ ntohl(login_rsp->statsn), login->rsp_length); padding = ((-login->rsp_length) & 3); + /* + * Before sending the last login response containing the transition + * bit for full-feature-phase, go ahead and start up TX/RX threads + * now to avoid potential resource allocation failures after the + * final login response has been sent. + */ + if (login->login_complete) { + int rc = iscsit_start_kthreads(conn); + if (rc) { + iscsit_tx_login_rsp(conn, ISCSI_STATUS_CLS_TARGET_ERR, + ISCSI_LOGIN_STATUS_NO_RESOURCES); + return -1; + } + } if (conn->conn_transport->iscsit_put_login_tx(conn, login, login->rsp_length + padding) < 0) - return -1; + goto err; login->rsp_length = 0; mutex_lock(&sess->cmdsn_mutex); @@ -373,6 +388,24 @@ mutex_unlock(&sess->cmdsn_mutex); return 0; + +err: + if (login->login_complete) { + if (conn->rx_thread && conn->rx_thread_active) { + send_sig(SIGINT, conn->rx_thread, 1); + complete(&conn->rx_login_comp); + kthread_stop(conn->rx_thread); + } + if (conn->tx_thread && conn->tx_thread_active) { + send_sig(SIGINT, conn->tx_thread, 1); + kthread_stop(conn->tx_thread); + } + spin_lock(&iscsit_global->ts_bitmap_lock); + bitmap_release_region(iscsit_global->ts_bitmap, conn->bitmap_id, + get_order(1)); + spin_unlock(&iscsit_global->ts_bitmap_lock); + } + return -1; } static void iscsi_target_sk_data_ready(struct sock *sk) --- linux-lts-utopic-3.16.0.orig/drivers/target/iscsi/iscsi_target_parameters.c +++ linux-lts-utopic-3.16.0/drivers/target/iscsi/iscsi_target_parameters.c @@ -601,7 +601,7 @@ param_list = kzalloc(sizeof(struct iscsi_param_list), GFP_KERNEL); if (!param_list) { pr_err("Unable to allocate memory for struct iscsi_param_list.\n"); - goto err_out; + return -1; } INIT_LIST_HEAD(¶m_list->param_list); INIT_LIST_HEAD(¶m_list->extra_response_list); --- linux-lts-utopic-3.16.0.orig/drivers/target/iscsi/iscsi_target_tq.c +++ linux-lts-utopic-3.16.0/drivers/target/iscsi/iscsi_target_tq.c @@ -24,36 +24,22 @@ #include "iscsi_target_tq.h" #include "iscsi_target.h" -static LIST_HEAD(active_ts_list); static LIST_HEAD(inactive_ts_list); -static DEFINE_SPINLOCK(active_ts_lock); static DEFINE_SPINLOCK(inactive_ts_lock); static DEFINE_SPINLOCK(ts_bitmap_lock); -static void iscsi_add_ts_to_active_list(struct iscsi_thread_set *ts) -{ - spin_lock(&active_ts_lock); - list_add_tail(&ts->ts_list, &active_ts_list); - iscsit_global->active_ts++; - spin_unlock(&active_ts_lock); -} - static void iscsi_add_ts_to_inactive_list(struct iscsi_thread_set *ts) { + if (!list_empty(&ts->ts_list)) { + WARN_ON(1); + return; + } spin_lock(&inactive_ts_lock); list_add_tail(&ts->ts_list, &inactive_ts_list); iscsit_global->inactive_ts++; spin_unlock(&inactive_ts_lock); } -static void iscsi_del_ts_from_active_list(struct iscsi_thread_set *ts) -{ - spin_lock(&active_ts_lock); - list_del(&ts->ts_list); - iscsit_global->active_ts--; - spin_unlock(&active_ts_lock); -} - static struct iscsi_thread_set *iscsi_get_ts_from_inactive_list(void) { struct iscsi_thread_set *ts; @@ -66,7 +52,7 @@ ts = list_first_entry(&inactive_ts_list, struct iscsi_thread_set, ts_list); - list_del(&ts->ts_list); + list_del_init(&ts->ts_list); iscsit_global->inactive_ts--; spin_unlock(&inactive_ts_lock); @@ -204,8 +190,6 @@ void iscsi_activate_thread_set(struct iscsi_conn *conn, struct iscsi_thread_set *ts) { - iscsi_add_ts_to_active_list(ts); - spin_lock_bh(&ts->ts_state_lock); conn->thread_set = ts; ts->conn = conn; @@ -397,7 +381,6 @@ if (ts->delay_inactive && (--ts->thread_count == 0)) { spin_unlock_bh(&ts->ts_state_lock); - iscsi_del_ts_from_active_list(ts); if (!iscsit_global->in_shutdown) iscsi_deallocate_extra_thread_sets(); @@ -452,7 +435,6 @@ if (ts->delay_inactive && (--ts->thread_count == 0)) { spin_unlock_bh(&ts->ts_state_lock); - iscsi_del_ts_from_active_list(ts); if (!iscsit_global->in_shutdown) iscsi_deallocate_extra_thread_sets(); --- linux-lts-utopic-3.16.0.orig/drivers/target/iscsi/iscsi_target_util.c +++ linux-lts-utopic-3.16.0/drivers/target/iscsi/iscsi_target_util.c @@ -1356,15 +1356,15 @@ struct iscsi_conn *conn, struct iscsi_data_count *count) { - int data = count->data_length, total_tx = 0, tx_loop = 0, iov_len; + int ret, iov_len; struct kvec *iov_p; struct msghdr msg; if (!conn || !conn->sock || !conn->conn_ops) return -1; - if (data <= 0) { - pr_err("Data length is: %d\n", data); + if (count->data_length <= 0) { + pr_err("Data length is: %d\n", count->data_length); return -1; } @@ -1373,20 +1373,16 @@ iov_p = count->iov; iov_len = count->iov_count; - while (total_tx < data) { - tx_loop = kernel_sendmsg(conn->sock, &msg, iov_p, iov_len, - (data - total_tx)); - if (tx_loop <= 0) { - pr_debug("tx_loop: %d total_tx %d\n", - tx_loop, total_tx); - return tx_loop; - } - total_tx += tx_loop; - pr_debug("tx_loop: %d, total_tx: %d, data: %d\n", - tx_loop, total_tx, data); + ret = kernel_sendmsg(conn->sock, &msg, iov_p, iov_len, + count->data_length); + if (ret != count->data_length) { + pr_err("Unexpected ret: %d send data %d\n", + ret, count->data_length); + return -EPIPE; } + pr_debug("ret: %d, sent data: %d\n", ret, count->data_length); - return total_tx; + return ret; } int rx_data( --- linux-lts-utopic-3.16.0.orig/drivers/target/loopback/tcm_loop.c +++ linux-lts-utopic-3.16.0/drivers/target/loopback/tcm_loop.c @@ -153,18 +153,11 @@ /* * Locate the SAM Task Attr from struct scsi_cmnd * */ -static int tcm_loop_sam_attr(struct scsi_cmnd *sc) +static int tcm_loop_sam_attr(struct scsi_cmnd *sc, int tag) { - if (sc->device->tagged_supported) { - switch (sc->tag) { - case HEAD_OF_QUEUE_TAG: - return MSG_HEAD_TAG; - case ORDERED_QUEUE_TAG: - return MSG_ORDERED_TAG; - default: - break; - } - } + if (sc->device->tagged_supported && + sc->device->ordered_tags && tag >= 0) + return MSG_ORDERED_TAG; return MSG_SIMPLE_TAG; } @@ -197,7 +190,7 @@ set_host_byte(sc, DID_TRANSPORT_DISRUPTED); goto out_done; } - tl_nexus = tl_hba->tl_nexus; + tl_nexus = tl_tpg->tl_nexus; if (!tl_nexus) { scmd_printk(KERN_ERR, sc, "TCM_Loop I_T Nexus" " does not exist\n"); @@ -227,7 +220,7 @@ rc = target_submit_cmd_map_sgls(se_cmd, tl_nexus->se_sess, sc->cmnd, &tl_cmd->tl_sense_buf[0], tl_cmd->sc->device->lun, - transfer_length, tcm_loop_sam_attr(sc), + transfer_length, tcm_loop_sam_attr(sc, tl_cmd->sc_cmd_tag), sc->sc_data_direction, 0, scsi_sglist(sc), scsi_sg_count(sc), sgl_bidi, sgl_bidi_count, @@ -266,7 +259,7 @@ } tl_cmd->sc = sc; - tl_cmd->sc_cmd_tag = sc->tag; + tl_cmd->sc_cmd_tag = sc->request->tag; INIT_WORK(&tl_cmd->work, tcm_loop_submission_work); queue_work(tcm_loop_workqueue, &tl_cmd->work); return 0; @@ -277,16 +270,26 @@ * to struct scsi_device */ static int tcm_loop_issue_tmr(struct tcm_loop_tpg *tl_tpg, - struct tcm_loop_nexus *tl_nexus, int lun, int task, enum tcm_tmreq_table tmr) { struct se_cmd *se_cmd = NULL; struct se_session *se_sess; struct se_portal_group *se_tpg; + struct tcm_loop_nexus *tl_nexus; struct tcm_loop_cmd *tl_cmd = NULL; struct tcm_loop_tmr *tl_tmr = NULL; int ret = TMR_FUNCTION_FAILED, rc; + /* + * Locate the tl_nexus and se_sess pointers + */ + tl_nexus = tl_tpg->tl_nexus; + if (!tl_nexus) { + pr_err("Unable to perform device reset without" + " active I_T Nexus\n"); + return ret; + } + tl_cmd = kmem_cache_zalloc(tcm_loop_cmd_cache, GFP_KERNEL); if (!tl_cmd) { pr_err("Unable to allocate memory for tl_cmd\n"); @@ -302,7 +305,7 @@ se_cmd = &tl_cmd->tl_se_cmd; se_tpg = &tl_tpg->tl_se_tpg; - se_sess = tl_nexus->se_sess; + se_sess = tl_tpg->tl_nexus->se_sess; /* * Initialize struct se_cmd descriptor from target_core_mod infrastructure */ @@ -347,7 +350,6 @@ static int tcm_loop_abort_task(struct scsi_cmnd *sc) { struct tcm_loop_hba *tl_hba; - struct tcm_loop_nexus *tl_nexus; struct tcm_loop_tpg *tl_tpg; int ret = FAILED; @@ -355,22 +357,9 @@ * Locate the tcm_loop_hba_t pointer */ tl_hba = *(struct tcm_loop_hba **)shost_priv(sc->device->host); - /* - * Locate the tl_nexus and se_sess pointers - */ - tl_nexus = tl_hba->tl_nexus; - if (!tl_nexus) { - pr_err("Unable to perform device reset without" - " active I_T Nexus\n"); - return FAILED; - } - - /* - * Locate the tl_tpg pointer from TargetID in sc->device->id - */ tl_tpg = &tl_hba->tl_hba_tpgs[sc->device->id]; - ret = tcm_loop_issue_tmr(tl_tpg, tl_nexus, sc->device->lun, - sc->tag, TMR_ABORT_TASK); + ret = tcm_loop_issue_tmr(tl_tpg, sc->device->lun, + sc->request->tag, TMR_ABORT_TASK); return (ret == TMR_FUNCTION_COMPLETE) ? SUCCESS : FAILED; } @@ -381,7 +370,6 @@ static int tcm_loop_device_reset(struct scsi_cmnd *sc) { struct tcm_loop_hba *tl_hba; - struct tcm_loop_nexus *tl_nexus; struct tcm_loop_tpg *tl_tpg; int ret = FAILED; @@ -389,20 +377,9 @@ * Locate the tcm_loop_hba_t pointer */ tl_hba = *(struct tcm_loop_hba **)shost_priv(sc->device->host); - /* - * Locate the tl_nexus and se_sess pointers - */ - tl_nexus = tl_hba->tl_nexus; - if (!tl_nexus) { - pr_err("Unable to perform device reset without" - " active I_T Nexus\n"); - return FAILED; - } - /* - * Locate the tl_tpg pointer from TargetID in sc->device->id - */ tl_tpg = &tl_hba->tl_hba_tpgs[sc->device->id]; - ret = tcm_loop_issue_tmr(tl_tpg, tl_nexus, sc->device->lun, + + ret = tcm_loop_issue_tmr(tl_tpg, sc->device->lun, 0, TMR_LUN_RESET); return (ret == TMR_FUNCTION_COMPLETE) ? SUCCESS : FAILED; } @@ -1014,8 +991,8 @@ struct tcm_loop_nexus *tl_nexus; int ret = -ENOMEM; - if (tl_tpg->tl_hba->tl_nexus) { - pr_debug("tl_tpg->tl_hba->tl_nexus already exists\n"); + if (tl_tpg->tl_nexus) { + pr_debug("tl_tpg->tl_nexus already exists\n"); return -EEXIST; } se_tpg = &tl_tpg->tl_se_tpg; @@ -1050,7 +1027,7 @@ */ __transport_register_session(se_tpg, tl_nexus->se_sess->se_node_acl, tl_nexus->se_sess, tl_nexus); - tl_tpg->tl_hba->tl_nexus = tl_nexus; + tl_tpg->tl_nexus = tl_nexus; pr_debug("TCM_Loop_ConfigFS: Established I_T Nexus to emulated" " %s Initiator Port: %s\n", tcm_loop_dump_proto_id(tl_hba), name); @@ -1066,12 +1043,8 @@ { struct se_session *se_sess; struct tcm_loop_nexus *tl_nexus; - struct tcm_loop_hba *tl_hba = tpg->tl_hba; - if (!tl_hba) - return -ENODEV; - - tl_nexus = tl_hba->tl_nexus; + tl_nexus = tpg->tl_nexus; if (!tl_nexus) return -ENODEV; @@ -1087,13 +1060,13 @@ } pr_debug("TCM_Loop_ConfigFS: Removing I_T Nexus to emulated" - " %s Initiator Port: %s\n", tcm_loop_dump_proto_id(tl_hba), + " %s Initiator Port: %s\n", tcm_loop_dump_proto_id(tpg->tl_hba), tl_nexus->se_sess->se_node_acl->initiatorname); /* * Release the SCSI I_T Nexus to the emulated SAS Target Port */ transport_deregister_session(tl_nexus->se_sess); - tpg->tl_hba->tl_nexus = NULL; + tpg->tl_nexus = NULL; kfree(tl_nexus); return 0; } @@ -1109,7 +1082,7 @@ struct tcm_loop_nexus *tl_nexus; ssize_t ret; - tl_nexus = tl_tpg->tl_hba->tl_nexus; + tl_nexus = tl_tpg->tl_nexus; if (!tl_nexus) return -ENODEV; --- linux-lts-utopic-3.16.0.orig/drivers/target/loopback/tcm_loop.h +++ linux-lts-utopic-3.16.0/drivers/target/loopback/tcm_loop.h @@ -27,11 +27,6 @@ }; struct tcm_loop_nexus { - int it_nexus_active; - /* - * Pointer to Linux/SCSI HBA from linux/include/scsi_host.h - */ - struct scsi_host *sh; /* * Pointer to TCM session for I_T Nexus */ @@ -51,6 +46,7 @@ atomic_t tl_tpg_port_count; struct se_portal_group tl_se_tpg; struct tcm_loop_hba *tl_hba; + struct tcm_loop_nexus *tl_nexus; }; struct tcm_loop_hba { @@ -59,7 +55,6 @@ struct se_hba_s *se_hba; struct se_lun *tl_hba_lun; struct se_port *tl_hba_lun_sep; - struct tcm_loop_nexus *tl_nexus; struct device dev; struct Scsi_Host *sh; struct tcm_loop_tpg tl_hba_tpgs[TL_TPGS_PER_HBA]; --- linux-lts-utopic-3.16.0.orig/drivers/target/target_core_configfs.c +++ linux-lts-utopic-3.16.0/drivers/target/target_core_configfs.c @@ -1810,14 +1810,14 @@ struct se_device *dev = p; struct t10_alua_lba_map *lba_map = NULL; struct list_head lba_list; - char *map_entries, *ptr; + char *map_entries, *orig, *ptr; char state; int pg_num = -1, pg; int ret = 0, num = 0, pg_id, alua_state; unsigned long start_lba = -1, end_lba = -1; unsigned long segment_size = -1, segment_mult = -1; - map_entries = kstrdup(page, GFP_KERNEL); + orig = map_entries = kstrdup(page, GFP_KERNEL); if (!map_entries) return -ENOMEM; @@ -1915,7 +1915,7 @@ } else core_alua_set_lba_map(dev, &lba_list, segment_size, segment_mult); - kfree(map_entries); + kfree(orig); return count; } @@ -2363,7 +2363,7 @@ pr_err("Invalid value '%ld', must be '0' or '1'\n", tmp); \ return -EINVAL; \ } \ - if (!tmp) \ + if (tmp) \ t->_var |= _bit; \ else \ t->_var &= ~_bit; \ --- linux-lts-utopic-3.16.0.orig/drivers/target/target_core_device.c +++ linux-lts-utopic-3.16.0/drivers/target/target_core_device.c @@ -1153,10 +1153,10 @@ " changed for TCM/pSCSI\n", dev); return -EINVAL; } - if (optimal_sectors > dev->dev_attrib.fabric_max_sectors) { + if (optimal_sectors > dev->dev_attrib.hw_max_sectors) { pr_err("dev[%p]: Passed optimal_sectors %u cannot be" - " greater than fabric_max_sectors: %u\n", dev, - optimal_sectors, dev->dev_attrib.fabric_max_sectors); + " greater than hw_max_sectors: %u\n", dev, + optimal_sectors, dev->dev_attrib.hw_max_sectors); return -EINVAL; } @@ -1409,7 +1409,8 @@ * Check to see if there are any existing persistent reservation APTPL * pre-registrations that need to be enabled for this LUN ACL.. */ - core_scsi3_check_aptpl_registration(lun->lun_se_dev, tpg, lun, lacl); + core_scsi3_check_aptpl_registration(lun->lun_se_dev, tpg, lun, nacl, + lacl->mapped_lun); return 0; } @@ -1564,7 +1565,6 @@ DA_UNMAP_GRANULARITY_ALIGNMENT_DEFAULT; dev->dev_attrib.max_write_same_len = DA_MAX_WRITE_SAME_LEN; dev->dev_attrib.fabric_max_sectors = DA_FABRIC_MAX_SECTORS; - dev->dev_attrib.optimal_sectors = DA_FABRIC_MAX_SECTORS; xcopy_lun = &dev->xcopy_lun; xcopy_lun->lun_se_dev = dev; @@ -1577,6 +1577,49 @@ return dev; } +/* + * Check if the underlying struct block_device request_queue supports + * the QUEUE_FLAG_DISCARD bit for UNMAP/WRITE_SAME in SCSI + TRIM + * in ATA and we need to set TPE=1 + */ +bool target_configure_unmap_from_queue(struct se_dev_attrib *attrib, + struct request_queue *q, int block_size) +{ + if (!blk_queue_discard(q)) + return false; + + attrib->max_unmap_lba_count = (q->limits.max_discard_sectors << 9) / + block_size; + /* + * Currently hardcoded to 1 in Linux/SCSI code.. + */ + attrib->max_unmap_block_desc_count = 1; + attrib->unmap_granularity = q->limits.discard_granularity / block_size; + attrib->unmap_granularity_alignment = q->limits.discard_alignment / + block_size; + return true; +} +EXPORT_SYMBOL(target_configure_unmap_from_queue); + +/* + * Convert from blocksize advertised to the initiator to the 512 byte + * units unconditionally used by the Linux block layer. + */ +sector_t target_to_linux_sector(struct se_device *dev, sector_t lb) +{ + switch (dev->dev_attrib.block_size) { + case 4096: + return lb << 3; + case 2048: + return lb << 2; + case 1024: + return lb << 1; + default: + return lb; + } +} +EXPORT_SYMBOL(target_to_linux_sector); + int target_configure_device(struct se_device *dev) { struct se_hba *hba = dev->se_hba; @@ -1591,8 +1634,6 @@ ret = dev->transport->configure_device(dev); if (ret) goto out; - dev->dev_flags |= DF_CONFIGURED; - /* * XXX: there is not much point to have two different values here.. */ @@ -1605,6 +1646,7 @@ dev->dev_attrib.hw_max_sectors = se_dev_align_max_sectors(dev->dev_attrib.hw_max_sectors, dev->dev_attrib.hw_block_size); + dev->dev_attrib.optimal_sectors = dev->dev_attrib.hw_max_sectors; dev->dev_index = scsi_get_new_index(SCSI_DEVICE_INDEX); dev->creation_time = get_jiffies_64(); @@ -1653,6 +1695,8 @@ list_add_tail(&dev->g_dev_node, &g_device_list); mutex_unlock(&g_device_mutex); + dev->dev_flags |= DF_CONFIGURED; + return 0; out_free_alua: --- linux-lts-utopic-3.16.0.orig/drivers/target/target_core_file.c +++ linux-lts-utopic-3.16.0/drivers/target/target_core_file.c @@ -164,25 +164,11 @@ " block_device blocks: %llu logical_block_size: %d\n", dev_size, div_u64(dev_size, fd_dev->fd_block_size), fd_dev->fd_block_size); - /* - * Check if the underlying struct block_device request_queue supports - * the QUEUE_FLAG_DISCARD bit for UNMAP/WRITE_SAME in SCSI + TRIM - * in ATA and we need to set TPE=1 - */ - if (blk_queue_discard(q)) { - dev->dev_attrib.max_unmap_lba_count = - q->limits.max_discard_sectors; - /* - * Currently hardcoded to 1 in Linux/SCSI code.. - */ - dev->dev_attrib.max_unmap_block_desc_count = 1; - dev->dev_attrib.unmap_granularity = - q->limits.discard_granularity >> 9; - dev->dev_attrib.unmap_granularity_alignment = - q->limits.discard_alignment; + + if (target_configure_unmap_from_queue(&dev->dev_attrib, q, + fd_dev->fd_block_size)) pr_debug("IFILE: BLOCK Discard support available," - " disabled by default\n"); - } + " disabled by default\n"); /* * Enable write same emulation for IBLOCK and use 0xFFFF as * the smaller WRITE_SAME(10) only has a two-byte block count. @@ -263,40 +249,32 @@ struct se_device *se_dev = cmd->se_dev; struct fd_dev *dev = FD_DEV(se_dev); struct file *prot_fd = dev->fd_prot_file; - struct scatterlist *sg; loff_t pos = (cmd->t_task_lba * se_dev->prot_length); unsigned char *buf; - u32 prot_size, len, size; - int rc, ret = 1, i; + u32 prot_size; + int rc, ret = 1; prot_size = (cmd->data_length / se_dev->dev_attrib.block_size) * se_dev->prot_length; if (!is_write) { - fd_prot->prot_buf = vzalloc(prot_size); + fd_prot->prot_buf = kzalloc(prot_size, GFP_KERNEL); if (!fd_prot->prot_buf) { pr_err("Unable to allocate fd_prot->prot_buf\n"); return -ENOMEM; } buf = fd_prot->prot_buf; - fd_prot->prot_sg_nents = cmd->t_prot_nents; - fd_prot->prot_sg = kzalloc(sizeof(struct scatterlist) * - fd_prot->prot_sg_nents, GFP_KERNEL); + fd_prot->prot_sg_nents = 1; + fd_prot->prot_sg = kzalloc(sizeof(struct scatterlist), + GFP_KERNEL); if (!fd_prot->prot_sg) { pr_err("Unable to allocate fd_prot->prot_sg\n"); - vfree(fd_prot->prot_buf); + kfree(fd_prot->prot_buf); return -ENOMEM; } - size = prot_size; - - for_each_sg(fd_prot->prot_sg, sg, fd_prot->prot_sg_nents, i) { - - len = min_t(u32, PAGE_SIZE, size); - sg_set_buf(sg, buf, len); - size -= len; - buf += len; - } + sg_init_table(fd_prot->prot_sg, fd_prot->prot_sg_nents); + sg_set_buf(fd_prot->prot_sg, buf, prot_size); } if (is_write) { @@ -317,7 +295,7 @@ if (is_write || ret < 0) { kfree(fd_prot->prot_sg); - vfree(fd_prot->prot_buf); + kfree(fd_prot->prot_buf); } return ret; @@ -543,6 +521,56 @@ return 0; } +static int +fd_do_prot_fill(struct se_device *se_dev, sector_t lba, sector_t nolb, + void *buf, size_t bufsize) +{ + struct fd_dev *fd_dev = FD_DEV(se_dev); + struct file *prot_fd = fd_dev->fd_prot_file; + sector_t prot_length, prot; + loff_t pos = lba * se_dev->prot_length; + + if (!prot_fd) { + pr_err("Unable to locate fd_dev->fd_prot_file\n"); + return -ENODEV; + } + + prot_length = nolb * se_dev->prot_length; + + for (prot = 0; prot < prot_length;) { + sector_t len = min_t(sector_t, bufsize, prot_length - prot); + ssize_t ret = kernel_write(prot_fd, buf, len, pos + prot); + + if (ret != len) { + pr_err("vfs_write to prot file failed: %zd\n", ret); + return ret < 0 ? ret : -ENODEV; + } + prot += ret; + } + + return 0; +} + +static int +fd_do_prot_unmap(struct se_cmd *cmd, sector_t lba, sector_t nolb) +{ + void *buf; + int rc; + + buf = (void *)__get_free_page(GFP_KERNEL); + if (!buf) { + pr_err("Unable to allocate FILEIO prot buf\n"); + return -ENOMEM; + } + memset(buf, 0xff, PAGE_SIZE); + + rc = fd_do_prot_fill(cmd->se_dev, lba, nolb, buf, PAGE_SIZE); + + free_page((unsigned long)buf); + + return rc; +} + static sense_reason_t fd_do_unmap(struct se_cmd *cmd, void *priv, sector_t lba, sector_t nolb) { @@ -550,12 +578,21 @@ struct inode *inode = file->f_mapping->host; int ret; + if (cmd->se_dev->dev_attrib.pi_prot_type) { + ret = fd_do_prot_unmap(cmd, lba, nolb); + if (ret) + return TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE; + } + if (S_ISBLK(inode->i_mode)) { /* The backend is block device, use discard */ struct block_device *bdev = inode->i_bdev; + struct se_device *dev = cmd->se_dev; - ret = blkdev_issue_discard(bdev, lba, - nolb, GFP_KERNEL, 0); + ret = blkdev_issue_discard(bdev, + target_to_linux_sector(dev, lba), + target_to_linux_sector(dev, nolb), + GFP_KERNEL, 0); if (ret < 0) { pr_warn("FILEIO: blkdev_issue_discard() failed: %d\n", ret); @@ -620,7 +657,16 @@ struct fd_prot fd_prot; sense_reason_t rc; int ret = 0; - + /* + * We are currently limited by the number of iovecs (2048) per + * single vfs_[writev,readv] call. + */ + if (cmd->data_length > FD_MAX_BYTES) { + pr_err("FILEIO: Not able to process I/O of %u bytes due to" + "FD_MAX_BYTES: %u iovec count limitiation\n", + cmd->data_length, FD_MAX_BYTES); + return TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE; + } /* * Call vectorized fileio functions to map struct scatterlist * physical memory addresses to struct iovec virtual memory. @@ -643,11 +689,11 @@ 0, fd_prot.prot_sg, 0); if (rc) { kfree(fd_prot.prot_sg); - vfree(fd_prot.prot_buf); + kfree(fd_prot.prot_buf); return rc; } kfree(fd_prot.prot_sg); - vfree(fd_prot.prot_buf); + kfree(fd_prot.prot_buf); } } else { memset(&fd_prot, 0, sizeof(struct fd_prot)); @@ -663,7 +709,7 @@ 0, fd_prot.prot_sg, 0); if (rc) { kfree(fd_prot.prot_sg); - vfree(fd_prot.prot_buf); + kfree(fd_prot.prot_buf); return rc; } } @@ -694,7 +740,7 @@ if (ret < 0) { kfree(fd_prot.prot_sg); - vfree(fd_prot.prot_buf); + kfree(fd_prot.prot_buf); return TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE; } @@ -856,48 +902,28 @@ static int fd_format_prot(struct se_device *dev) { - struct fd_dev *fd_dev = FD_DEV(dev); - struct file *prot_fd = fd_dev->fd_prot_file; - sector_t prot_length, prot; unsigned char *buf; - loff_t pos = 0; int unit_size = FDBD_FORMAT_UNIT_SIZE * dev->dev_attrib.block_size; - int rc, ret = 0, size, len; + int ret; if (!dev->dev_attrib.pi_prot_type) { pr_err("Unable to format_prot while pi_prot_type == 0\n"); return -ENODEV; } - if (!prot_fd) { - pr_err("Unable to locate fd_dev->fd_prot_file\n"); - return -ENODEV; - } buf = vzalloc(unit_size); if (!buf) { pr_err("Unable to allocate FILEIO prot buf\n"); return -ENOMEM; } - prot_length = (dev->transport->get_blocks(dev) + 1) * dev->prot_length; - size = prot_length; pr_debug("Using FILEIO prot_length: %llu\n", - (unsigned long long)prot_length); + (unsigned long long)(dev->transport->get_blocks(dev) + 1) * + dev->prot_length); memset(buf, 0xff, unit_size); - for (prot = 0; prot < prot_length; prot += unit_size) { - len = min(unit_size, size); - rc = kernel_write(prot_fd, buf, len, pos); - if (rc != len) { - pr_err("vfs_write to prot file failed: %d\n", rc); - ret = -ENODEV; - goto out; - } - pos += len; - size -= len; - } - -out: + ret = fd_do_prot_fill(dev, 0, dev->transport->get_blocks(dev) + 1, + buf, unit_size); vfree(buf); return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/target/target_core_iblock.c +++ linux-lts-utopic-3.16.0/drivers/target/target_core_iblock.c @@ -123,30 +123,14 @@ q = bdev_get_queue(bd); dev->dev_attrib.hw_block_size = bdev_logical_block_size(bd); - dev->dev_attrib.hw_max_sectors = UINT_MAX; + dev->dev_attrib.hw_max_sectors = queue_max_hw_sectors(q); dev->dev_attrib.hw_queue_depth = q->nr_requests; - /* - * Check if the underlying struct block_device request_queue supports - * the QUEUE_FLAG_DISCARD bit for UNMAP/WRITE_SAME in SCSI + TRIM - * in ATA and we need to set TPE=1 - */ - if (blk_queue_discard(q)) { - dev->dev_attrib.max_unmap_lba_count = - q->limits.max_discard_sectors; - - /* - * Currently hardcoded to 1 in Linux/SCSI code.. - */ - dev->dev_attrib.max_unmap_block_desc_count = 1; - dev->dev_attrib.unmap_granularity = - q->limits.discard_granularity >> 9; - dev->dev_attrib.unmap_granularity_alignment = - q->limits.discard_alignment; - + if (target_configure_unmap_from_queue(&dev->dev_attrib, q, + dev->dev_attrib.hw_block_size)) pr_debug("IBLOCK: BLOCK Discard support available," - " disabled by default\n"); - } + " disabled by default\n"); + /* * Enable write same emulation for IBLOCK and use 0xFFFF as * the smaller WRITE_SAME(10) only has a two-byte block count. @@ -418,9 +402,13 @@ sector_t lba, sector_t nolb) { struct block_device *bdev = priv; + struct se_device *dev = cmd->se_dev; int ret; - ret = blkdev_issue_discard(bdev, lba, nolb, GFP_KERNEL, 0); + ret = blkdev_issue_discard(bdev, + target_to_linux_sector(dev, lba), + target_to_linux_sector(dev, nolb), + GFP_KERNEL, 0); if (ret < 0) { pr_err("blkdev_issue_discard() failed: %d\n", ret); return TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE; @@ -460,8 +448,10 @@ struct scatterlist *sg; struct bio *bio; struct bio_list list; - sector_t block_lba = cmd->t_task_lba; - sector_t sectors = sbc_get_write_same_sectors(cmd); + struct se_device *dev = cmd->se_dev; + sector_t block_lba = target_to_linux_sector(dev, cmd->t_task_lba); + sector_t sectors = target_to_linux_sector(dev, + sbc_get_write_same_sectors(cmd)); sg = &cmd->t_data_sg[0]; @@ -670,12 +660,12 @@ enum dma_data_direction data_direction) { struct se_device *dev = cmd->se_dev; + sector_t block_lba = target_to_linux_sector(dev, cmd->t_task_lba); struct iblock_req *ibr; struct bio *bio, *bio_start; struct bio_list list; struct scatterlist *sg; u32 sg_num = sgl_nents; - sector_t block_lba; unsigned bio_cnt; int rw = 0; int i; @@ -701,24 +691,6 @@ rw = READ; } - /* - * Convert the blocksize advertised to the initiator to the 512 byte - * units unconditionally used by the Linux block layer. - */ - if (dev->dev_attrib.block_size == 4096) - block_lba = (cmd->t_task_lba << 3); - else if (dev->dev_attrib.block_size == 2048) - block_lba = (cmd->t_task_lba << 2); - else if (dev->dev_attrib.block_size == 1024) - block_lba = (cmd->t_task_lba << 1); - else if (dev->dev_attrib.block_size == 512) - block_lba = cmd->t_task_lba; - else { - pr_err("Unsupported SCSI -> BLOCK LBA conversion:" - " %u\n", dev->dev_attrib.block_size); - return TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE; - } - ibr = kzalloc(sizeof(struct iblock_req), GFP_KERNEL); if (!ibr) goto fail; --- linux-lts-utopic-3.16.0.orig/drivers/target/target_core_pr.c +++ linux-lts-utopic-3.16.0/drivers/target/target_core_pr.c @@ -76,7 +76,7 @@ }; static void __core_scsi3_complete_pro_release(struct se_device *, struct se_node_acl *, - struct t10_pr_registration *, int); + struct t10_pr_registration *, int, int); static sense_reason_t target_scsi2_reservation_check(struct se_cmd *cmd) @@ -528,6 +528,18 @@ return 0; } + } else if (we && registered_nexus) { + /* + * Reads are allowed for Write Exclusive locks + * from all registrants. + */ + if (cmd->data_direction == DMA_FROM_DEVICE) { + pr_debug("Allowing READ CDB: 0x%02x for %s" + " reservation\n", cdb[0], + core_scsi3_pr_dump_type(pr_reg_type)); + + return 0; + } } pr_debug("%s Conflict for %sregistered nexus %s CDB: 0x%2x" " for %s reservation\n", transport_dump_cmd_direction(cmd), @@ -944,10 +956,10 @@ struct se_device *dev, struct se_portal_group *tpg, struct se_lun *lun, - struct se_lun_acl *lun_acl) + struct se_node_acl *nacl, + u32 mapped_lun) { - struct se_node_acl *nacl = lun_acl->se_lun_nacl; - struct se_dev_entry *deve = nacl->device_list[lun_acl->mapped_lun]; + struct se_dev_entry *deve = nacl->device_list[mapped_lun]; if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) return 0; @@ -1186,7 +1198,7 @@ * service action with the SERVICE ACTION RESERVATION KEY * field set to zero (see 5.7.11.3). */ - __core_scsi3_complete_pro_release(dev, nacl, pr_reg, 0); + __core_scsi3_complete_pro_release(dev, nacl, pr_reg, 0, 1); ret = 1; /* * For 'All Registrants' reservation types, all existing @@ -1228,7 +1240,8 @@ pr_reg->pr_reg_deve->def_pr_registered = 0; pr_reg->pr_reg_deve->pr_res_key = 0; - list_del(&pr_reg->pr_reg_list); + if (!list_empty(&pr_reg->pr_reg_list)) + list_del(&pr_reg->pr_reg_list); /* * Caller accessing *pr_reg using core_scsi3_locate_pr_reg(), * so call core_scsi3_put_pr_reg() to decrement our reference. @@ -1280,6 +1293,7 @@ { struct t10_reservation *pr_tmpl = &dev->t10_pr; struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_res_holder; + bool free_reg = false; /* * If the passed se_node_acl matches the reservation holder, * release the reservation. @@ -1287,13 +1301,18 @@ spin_lock(&dev->dev_reservation_lock); pr_res_holder = dev->dev_pr_res_holder; if ((pr_res_holder != NULL) && - (pr_res_holder->pr_reg_nacl == nacl)) - __core_scsi3_complete_pro_release(dev, nacl, pr_res_holder, 0); + (pr_res_holder->pr_reg_nacl == nacl)) { + __core_scsi3_complete_pro_release(dev, nacl, pr_res_holder, 0, 1); + free_reg = true; + } spin_unlock(&dev->dev_reservation_lock); /* * Release any registration associated with the struct se_node_acl. */ spin_lock(&pr_tmpl->registration_lock); + if (pr_res_holder && free_reg) + __core_scsi3_free_registration(dev, pr_res_holder, NULL, 0); + list_for_each_entry_safe(pr_reg, pr_reg_tmp, &pr_tmpl->registration_list, pr_reg_list) { @@ -1316,7 +1335,7 @@ if (pr_res_holder != NULL) { struct se_node_acl *pr_res_nacl = pr_res_holder->pr_reg_nacl; __core_scsi3_complete_pro_release(dev, pr_res_nacl, - pr_res_holder, 0); + pr_res_holder, 0, 0); } spin_unlock(&dev->dev_reservation_lock); @@ -1877,8 +1896,8 @@ } if ((len + strlen(tmp) >= pr_aptpl_buf_len)) { - pr_err("Unable to update renaming" - " APTPL metadata\n"); + pr_err("Unable to update renaming APTPL metadata," + " reallocating larger buffer\n"); ret = -EMSGSIZE; goto out; } @@ -1895,8 +1914,8 @@ lun->lun_sep->sep_rtpi, lun->unpacked_lun, reg_count); if ((len + strlen(tmp) >= pr_aptpl_buf_len)) { - pr_err("Unable to update renaming" - " APTPL metadata\n"); + pr_err("Unable to update renaming APTPL metadata," + " reallocating larger buffer\n"); ret = -EMSGSIZE; goto out; } @@ -1959,7 +1978,7 @@ static sense_reason_t core_scsi3_update_and_write_aptpl(struct se_device *dev, bool aptpl) { unsigned char *buf; - int rc; + int rc, len = PR_APTPL_BUF_LEN; if (!aptpl) { char *null_buf = "No Registrations or Reservations\n"; @@ -1973,25 +1992,26 @@ return 0; } - - buf = kzalloc(PR_APTPL_BUF_LEN, GFP_KERNEL); +retry: + buf = vzalloc(len); if (!buf) return TCM_OUT_OF_RESOURCES; - rc = core_scsi3_update_aptpl_buf(dev, buf, PR_APTPL_BUF_LEN); + rc = core_scsi3_update_aptpl_buf(dev, buf, len); if (rc < 0) { - kfree(buf); - return TCM_OUT_OF_RESOURCES; + vfree(buf); + len *= 2; + goto retry; } rc = __core_scsi3_write_aptpl_to_file(dev, buf); if (rc != 0) { pr_err("SPC-3 PR: Could not update APTPL\n"); - kfree(buf); + vfree(buf); return TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE; } dev->t10_pr.pr_aptpl_active = 1; - kfree(buf); + vfree(buf); pr_debug("SPC-3 PR: Set APTPL Bit Activated\n"); return 0; } @@ -2125,13 +2145,13 @@ /* * sa_res_key=0 Unregister Reservation Key for registered I_T Nexus. */ - pr_holder = core_scsi3_check_implicit_release( - cmd->se_dev, pr_reg); + type = pr_reg->pr_res_type; + pr_holder = core_scsi3_check_implicit_release(cmd->se_dev, + pr_reg); if (pr_holder < 0) { ret = TCM_RESERVATION_CONFLICT; goto out; } - type = pr_reg->pr_res_type; spin_lock(&pr_tmpl->registration_lock); /* @@ -2289,6 +2309,7 @@ spin_lock(&dev->dev_reservation_lock); pr_res_holder = dev->dev_pr_res_holder; if (pr_res_holder) { + int pr_res_type = pr_res_holder->pr_res_type; /* * From spc4r17 Section 5.7.9: Reserving: * @@ -2299,7 +2320,9 @@ * the logical unit, then the command shall be completed with * RESERVATION CONFLICT status. */ - if (pr_res_holder != pr_reg) { + if ((pr_res_holder != pr_reg) && + (pr_res_type != PR_TYPE_WRITE_EXCLUSIVE_ALLREG) && + (pr_res_type != PR_TYPE_EXCLUSIVE_ACCESS_ALLREG)) { struct se_node_acl *pr_res_nacl = pr_res_holder->pr_reg_nacl; pr_err("SPC-3 PR: Attempted RESERVE from" " [%s]: %s while reservation already held by" @@ -2405,23 +2428,59 @@ struct se_device *dev, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, - int explicit) + int explicit, + int unreg) { struct target_core_fabric_ops *tfo = se_nacl->se_tpg->se_tpg_tfo; char i_buf[PR_REG_ISID_ID_LEN]; + int pr_res_type = 0, pr_res_scope = 0; memset(i_buf, 0, PR_REG_ISID_ID_LEN); core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN); /* * Go ahead and release the current PR reservation holder. - */ - dev->dev_pr_res_holder = NULL; + * If an All Registrants reservation is currently active and + * a unregister operation is requested, replace the current + * dev_pr_res_holder with another active registration. + */ + if (dev->dev_pr_res_holder) { + pr_res_type = dev->dev_pr_res_holder->pr_res_type; + pr_res_scope = dev->dev_pr_res_holder->pr_res_scope; + dev->dev_pr_res_holder->pr_res_type = 0; + dev->dev_pr_res_holder->pr_res_scope = 0; + dev->dev_pr_res_holder->pr_res_holder = 0; + dev->dev_pr_res_holder = NULL; + } + if (!unreg) + goto out; - pr_debug("SPC-3 PR [%s] Service Action: %s RELEASE cleared" - " reservation holder TYPE: %s ALL_TG_PT: %d\n", - tfo->get_fabric_name(), (explicit) ? "explicit" : "implicit", - core_scsi3_pr_dump_type(pr_reg->pr_res_type), - (pr_reg->pr_reg_all_tg_pt) ? 1 : 0); + spin_lock(&dev->t10_pr.registration_lock); + list_del_init(&pr_reg->pr_reg_list); + /* + * If the I_T nexus is a reservation holder, the persistent reservation + * is of an all registrants type, and the I_T nexus is the last remaining + * registered I_T nexus, then the device server shall also release the + * persistent reservation. + */ + if (!list_empty(&dev->t10_pr.registration_list) && + ((pr_res_type == PR_TYPE_WRITE_EXCLUSIVE_ALLREG) || + (pr_res_type == PR_TYPE_EXCLUSIVE_ACCESS_ALLREG))) { + dev->dev_pr_res_holder = + list_entry(dev->t10_pr.registration_list.next, + struct t10_pr_registration, pr_reg_list); + dev->dev_pr_res_holder->pr_res_type = pr_res_type; + dev->dev_pr_res_holder->pr_res_scope = pr_res_scope; + dev->dev_pr_res_holder->pr_res_holder = 1; + } + spin_unlock(&dev->t10_pr.registration_lock); +out: + if (!dev->dev_pr_res_holder) { + pr_debug("SPC-3 PR [%s] Service Action: %s RELEASE cleared" + " reservation holder TYPE: %s ALL_TG_PT: %d\n", + tfo->get_fabric_name(), (explicit) ? "explicit" : + "implicit", core_scsi3_pr_dump_type(pr_res_type), + (pr_reg->pr_reg_all_tg_pt) ? 1 : 0); + } pr_debug("SPC-3 PR [%s] RELEASE Node: %s%s\n", tfo->get_fabric_name(), se_nacl->initiatorname, i_buf); @@ -2552,7 +2611,7 @@ * server shall not establish a unit attention condition. */ __core_scsi3_complete_pro_release(dev, se_sess->se_node_acl, - pr_reg, 1); + pr_reg, 1, 0); spin_unlock(&dev->dev_reservation_lock); @@ -2640,7 +2699,7 @@ if (pr_res_holder) { struct se_node_acl *pr_res_nacl = pr_res_holder->pr_reg_nacl; __core_scsi3_complete_pro_release(dev, pr_res_nacl, - pr_res_holder, 0); + pr_res_holder, 0, 0); } spin_unlock(&dev->dev_reservation_lock); /* @@ -2699,7 +2758,7 @@ */ if (dev->dev_pr_res_holder) __core_scsi3_complete_pro_release(dev, nacl, - dev->dev_pr_res_holder, 0); + dev->dev_pr_res_holder, 0, 0); dev->dev_pr_res_holder = pr_reg; pr_reg->pr_res_holder = 1; @@ -2943,8 +3002,8 @@ */ if (pr_reg_n != pr_res_holder) __core_scsi3_complete_pro_release(dev, - pr_res_holder->pr_reg_nacl, - dev->dev_pr_res_holder, 0); + pr_res_holder->pr_reg_nacl, + dev->dev_pr_res_holder, 0, 0); /* * b) Remove the registrations for all I_T nexuses identified * by the SERVICE ACTION RESERVATION KEY field, except the @@ -3414,7 +3473,7 @@ * holder (i.e., the I_T nexus on which the */ __core_scsi3_complete_pro_release(dev, pr_res_nacl, - dev->dev_pr_res_holder, 0); + dev->dev_pr_res_holder, 0, 0); /* * g) Move the persistent reservation to the specified I_T nexus using * the same scope and type as the persistent reservation released in @@ -3854,7 +3913,8 @@ unsigned char *buf; u32 add_desc_len = 0, add_len = 0, desc_len, exp_desc_len; u32 off = 8; /* off into first Full Status descriptor */ - int format_code = 0; + int format_code = 0, pr_res_type = 0, pr_res_scope = 0; + bool all_reg = false; if (cmd->data_length < 8) { pr_err("PRIN SA READ_FULL_STATUS SCSI Data Length: %u" @@ -3871,6 +3931,19 @@ buf[2] = ((dev->t10_pr.pr_generation >> 8) & 0xff); buf[3] = (dev->t10_pr.pr_generation & 0xff); + spin_lock(&dev->dev_reservation_lock); + if (dev->dev_pr_res_holder) { + struct t10_pr_registration *pr_holder = dev->dev_pr_res_holder; + + if (pr_holder->pr_res_type == PR_TYPE_WRITE_EXCLUSIVE_ALLREG || + pr_holder->pr_res_type == PR_TYPE_EXCLUSIVE_ACCESS_ALLREG) { + all_reg = true; + pr_res_type = pr_holder->pr_res_type; + pr_res_scope = pr_holder->pr_res_scope; + } + } + spin_unlock(&dev->dev_reservation_lock); + spin_lock(&pr_tmpl->registration_lock); list_for_each_entry_safe(pr_reg, pr_reg_tmp, &pr_tmpl->registration_list, pr_reg_list) { @@ -3920,14 +3993,20 @@ * reservation holder for PR_HOLDER bit. * * Also, if this registration is the reservation - * holder, fill in SCOPE and TYPE in the next byte. + * holder or there is an All Registrants reservation + * active, fill in SCOPE and TYPE in the next byte. */ if (pr_reg->pr_res_holder) { buf[off++] |= 0x01; buf[off++] = (pr_reg->pr_res_scope & 0xf0) | (pr_reg->pr_res_type & 0x0f); - } else + } else if (all_reg) { + buf[off++] |= 0x01; + buf[off++] = (pr_res_scope & 0xf0) | + (pr_res_type & 0x0f); + } else { off += 2; + } off += 4; /* Skip over reserved area */ /* --- linux-lts-utopic-3.16.0.orig/drivers/target/target_core_pr.h +++ linux-lts-utopic-3.16.0/drivers/target/target_core_pr.h @@ -60,7 +60,7 @@ unsigned char *, u16, u32, int, int, u8); extern int core_scsi3_check_aptpl_registration(struct se_device *, struct se_portal_group *, struct se_lun *, - struct se_lun_acl *); + struct se_node_acl *, u32); extern void core_scsi3_free_pr_reg_from_nacl(struct se_device *, struct se_node_acl *); extern void core_scsi3_free_all_registrations(struct se_device *); --- linux-lts-utopic-3.16.0.orig/drivers/target/target_core_pscsi.c +++ linux-lts-utopic-3.16.0/drivers/target/target_core_pscsi.c @@ -520,6 +520,7 @@ " pdv_host_id: %d\n", pdv->pdv_host_id); return -EINVAL; } + pdv->pdv_lld_host = sh; } } else { if (phv->phv_mode == PHV_VIRTUAL_HOST_ID) { @@ -602,6 +603,8 @@ if ((phv->phv_mode == PHV_LLD_SCSI_HOST_NO) && (phv->phv_lld_host != NULL)) scsi_host_put(phv->phv_lld_host); + else if (pdv->pdv_lld_host) + scsi_host_put(pdv->pdv_lld_host); if ((sd->type == TYPE_DISK) || (sd->type == TYPE_ROM)) scsi_device_put(sd); @@ -1112,7 +1115,7 @@ struct pscsi_dev_virt *pdv = PSCSI_DEV(dev); struct scsi_device *sd = pdv->pdv_sd; - return sd->type; + return (sd) ? sd->type : TYPE_NO_LUN; } static sector_t pscsi_get_blocks(struct se_device *dev) --- linux-lts-utopic-3.16.0.orig/drivers/target/target_core_pscsi.h +++ linux-lts-utopic-3.16.0/drivers/target/target_core_pscsi.h @@ -45,6 +45,7 @@ int pdv_lun_id; struct block_device *pdv_bd; struct scsi_device *pdv_sd; + struct Scsi_Host *pdv_lld_host; } ____cacheline_aligned; typedef enum phv_modes { --- linux-lts-utopic-3.16.0.orig/drivers/target/target_core_sbc.c +++ linux-lts-utopic-3.16.0/drivers/target/target_core_sbc.c @@ -251,6 +251,8 @@ static sense_reason_t sbc_setup_write_same(struct se_cmd *cmd, unsigned char *flags, struct sbc_ops *ops) { + struct se_device *dev = cmd->se_dev; + sector_t end_lba = dev->transport->get_blocks(dev) + 1; unsigned int sectors = sbc_get_write_same_sectors(cmd); if ((flags[0] & 0x04) || (flags[0] & 0x02)) { @@ -264,6 +266,16 @@ sectors, cmd->se_dev->dev_attrib.max_write_same_len); return TCM_INVALID_CDB_FIELD; } + /* + * Sanity check for LBA wrap and request past end of device. + */ + if (((cmd->t_task_lba + sectors) < cmd->t_task_lba) || + ((cmd->t_task_lba + sectors) > end_lba)) { + pr_err("WRITE_SAME exceeds last lba %llu (lba %llu, sectors %u)\n", + (unsigned long long)end_lba, cmd->t_task_lba, sectors); + return TCM_ADDRESS_OUT_OF_RANGE; + } + /* We always have ANC_SUP == 0 so setting ANCHOR is always an error */ if (flags[0] & 0x10) { pr_warn("WRITE SAME with ANCHOR not supported\n"); @@ -287,7 +299,8 @@ return 0; } -static sense_reason_t xdreadwrite_callback(struct se_cmd *cmd) +static sense_reason_t xdreadwrite_callback(struct se_cmd *cmd, bool success, + int *post_ret) { unsigned char *buf, *addr; struct scatterlist *sg; @@ -351,7 +364,8 @@ cmd->data_direction); } -static sense_reason_t compare_and_write_post(struct se_cmd *cmd) +static sense_reason_t compare_and_write_post(struct se_cmd *cmd, bool success, + int *post_ret) { struct se_device *dev = cmd->se_dev; @@ -361,8 +375,10 @@ * sent to the backend driver. */ spin_lock_irq(&cmd->t_state_lock); - if ((cmd->transport_state & CMD_T_SENT) && !cmd->scsi_status) + if ((cmd->transport_state & CMD_T_SENT) && !cmd->scsi_status) { cmd->se_cmd_flags |= SCF_COMPARE_AND_WRITE_POST; + *post_ret = 1; + } spin_unlock_irq(&cmd->t_state_lock); /* @@ -374,7 +390,8 @@ return TCM_NO_SENSE; } -static sense_reason_t compare_and_write_callback(struct se_cmd *cmd) +static sense_reason_t compare_and_write_callback(struct se_cmd *cmd, bool success, + int *post_ret) { struct se_device *dev = cmd->se_dev; struct scatterlist *write_sg = NULL, *sg; @@ -389,11 +406,16 @@ /* * Handle early failure in transport_generic_request_failure(), - * which will not have taken ->caw_mutex yet.. + * which will not have taken ->caw_sem yet.. */ - if (!cmd->t_data_sg || !cmd->t_bidi_data_sg) + if (!success && (!cmd->t_data_sg || !cmd->t_bidi_data_sg)) return TCM_NO_SENSE; /* + * Handle special case for zero-length COMPARE_AND_WRITE + */ + if (!cmd->data_length) + goto out; + /* * Immediately exit + release dev->caw_sem if command has already * been failed with a non-zero SCSI status. */ @@ -465,11 +487,11 @@ if (block_size < PAGE_SIZE) { sg_set_page(&write_sg[i], m.page, block_size, - block_size); + m.piter.sg->offset + block_size); } else { sg_miter_next(&m); sg_set_page(&write_sg[i], m.page, block_size, - 0); + m.piter.sg->offset); } len -= block_size; i++; @@ -953,24 +975,10 @@ if (cmd->se_cmd_flags & SCF_SCSI_DATA_CDB) { unsigned long long end_lba; - - if (sectors > dev->dev_attrib.fabric_max_sectors) { - printk_ratelimited(KERN_ERR "SCSI OP %02xh with too" - " big sectors %u exceeds fabric_max_sectors:" - " %u\n", cdb[0], sectors, - dev->dev_attrib.fabric_max_sectors); - return TCM_INVALID_CDB_FIELD; - } - if (sectors > dev->dev_attrib.hw_max_sectors) { - printk_ratelimited(KERN_ERR "SCSI OP %02xh with too" - " big sectors %u exceeds backend hw_max_sectors:" - " %u\n", cdb[0], sectors, - dev->dev_attrib.hw_max_sectors); - return TCM_INVALID_CDB_FIELD; - } check_lba: end_lba = dev->transport->get_blocks(dev) + 1; - if (cmd->t_task_lba + sectors > end_lba) { + if (((cmd->t_task_lba + sectors) < cmd->t_task_lba) || + ((cmd->t_task_lba + sectors) > end_lba)) { pr_err("cmd exceeds last lba %llu " "(lba %llu, sectors %u)\n", end_lba, cmd->t_task_lba, sectors); --- linux-lts-utopic-3.16.0.orig/drivers/target/target_core_spc.c +++ linux-lts-utopic-3.16.0/drivers/target/target_core_spc.c @@ -505,7 +505,6 @@ spc_emulate_evpd_b0(struct se_cmd *cmd, unsigned char *buf) { struct se_device *dev = cmd->se_dev; - u32 max_sectors; int have_tp = 0; int opt, min; @@ -539,9 +538,7 @@ /* * Set MAXIMUM TRANSFER LENGTH */ - max_sectors = min(dev->dev_attrib.fabric_max_sectors, - dev->dev_attrib.hw_max_sectors); - put_unaligned_be32(max_sectors, &buf[8]); + put_unaligned_be32(dev->dev_attrib.hw_max_sectors, &buf[8]); /* * Set OPTIMAL TRANSFER LENGTH @@ -1241,11 +1238,8 @@ * coming via a target_core_mod PASSTHROUGH op, and not through * a $FABRIC_MOD. In that case, report LUN=0 only. */ - if (!sess) { - int_to_scsilun(0, (struct scsi_lun *)&buf[offset]); - lun_count = 1; + if (!sess) goto done; - } spin_lock_irq(&sess->se_node_acl->device_list_lock); for (i = 0; i < TRANSPORT_MAX_LUNS_PER_TPG; i++) { @@ -1270,6 +1264,14 @@ * See SPC3 r07, page 159. */ done: + /* + * If no LUNs are accessible, report virtual LUN 0. + */ + if (lun_count == 0) { + int_to_scsilun(0, (struct scsi_lun *)&buf[offset]); + lun_count = 1; + } + lun_count *= 8; buf[0] = ((lun_count >> 24) & 0xff); buf[1] = ((lun_count >> 16) & 0xff); --- linux-lts-utopic-3.16.0.orig/drivers/target/target_core_tmr.c +++ linux-lts-utopic-3.16.0/drivers/target/target_core_tmr.c @@ -76,23 +76,24 @@ } spin_lock_irqsave(&dev->se_tmr_lock, flags); - list_del(&tmr->tmr_list); + list_del_init(&tmr->tmr_list); spin_unlock_irqrestore(&dev->se_tmr_lock, flags); kfree(tmr); } -static void core_tmr_handle_tas_abort( - struct se_node_acl *tmr_nacl, - struct se_cmd *cmd, - int tas) +static void core_tmr_handle_tas_abort(struct se_cmd *cmd, int tas) { - bool remove = true; + unsigned long flags; + bool remove = true, send_tas; /* * TASK ABORTED status (TAS) bit support - */ - if ((tmr_nacl && - (tmr_nacl != cmd->se_sess->se_node_acl)) && tas) { + */ + spin_lock_irqsave(&cmd->t_state_lock, flags); + send_tas = (cmd->transport_state & CMD_T_TAS); + spin_unlock_irqrestore(&cmd->t_state_lock, flags); + + if (send_tas) { remove = false; transport_send_task_abort(cmd); } @@ -115,6 +116,47 @@ return 1; } +static bool __target_check_io_state(struct se_cmd *se_cmd, + struct se_session *tmr_sess, int tas) +{ + struct se_session *sess = se_cmd->se_sess; + + assert_spin_locked(&sess->sess_cmd_lock); + WARN_ON_ONCE(!irqs_disabled()); + /* + * If command already reached CMD_T_COMPLETE state within + * target_complete_cmd() or CMD_T_FABRIC_STOP due to shutdown, + * this se_cmd has been passed to fabric driver and will + * not be aborted. + * + * Otherwise, obtain a local se_cmd->cmd_kref now for TMR + * ABORT_TASK + LUN_RESET for CMD_T_ABORTED processing as + * long as se_cmd->cmd_kref is still active unless zero. + */ + spin_lock(&se_cmd->t_state_lock); + if (se_cmd->transport_state & (CMD_T_COMPLETE | CMD_T_FABRIC_STOP)) { + pr_debug("Attempted to abort io tag: %u already complete or" + " fabric stop, skipping\n", + se_cmd->se_tfo->get_task_tag(se_cmd)); + spin_unlock(&se_cmd->t_state_lock); + return false; + } + if (sess->sess_tearing_down || se_cmd->cmd_wait_set) { + pr_debug("Attempted to abort io tag: %u already shutdown," + " skipping\n", se_cmd->se_tfo->get_task_tag(se_cmd)); + spin_unlock(&se_cmd->t_state_lock); + return false; + } + se_cmd->transport_state |= CMD_T_ABORTED; + + if ((tmr_sess != se_cmd->se_sess) && tas) + se_cmd->transport_state |= CMD_T_TAS; + + spin_unlock(&se_cmd->t_state_lock); + + return kref_get_unless_zero(&se_cmd->cmd_kref); +} + void core_tmr_abort_task( struct se_device *dev, struct se_tmr_req *tmr, @@ -142,25 +184,19 @@ printk("ABORT_TASK: Found referenced %s task_tag: %u\n", se_cmd->se_tfo->get_fabric_name(), ref_tag); - spin_lock(&se_cmd->t_state_lock); - if (se_cmd->transport_state & CMD_T_COMPLETE) { - printk("ABORT_TASK: ref_tag: %u already complete, skipping\n", ref_tag); - spin_unlock(&se_cmd->t_state_lock); + if (!__target_check_io_state(se_cmd, se_sess, 0)) { spin_unlock_irqrestore(&se_sess->sess_cmd_lock, flags); goto out; } - se_cmd->transport_state |= CMD_T_ABORTED; - spin_unlock(&se_cmd->t_state_lock); list_del_init(&se_cmd->se_cmd_list); - kref_get(&se_cmd->cmd_kref); spin_unlock_irqrestore(&se_sess->sess_cmd_lock, flags); cancel_work_sync(&se_cmd->work); transport_wait_for_tasks(se_cmd); - target_put_sess_cmd(se_sess, se_cmd); transport_cmd_finish_abort(se_cmd, true); + target_put_sess_cmd(se_sess, se_cmd); printk("ABORT_TASK: Sending TMR_FUNCTION_COMPLETE for" " ref_tag: %d\n", ref_tag); @@ -181,9 +217,11 @@ struct list_head *preempt_and_abort_list) { LIST_HEAD(drain_tmr_list); + struct se_session *sess; struct se_tmr_req *tmr_p, *tmr_pp; struct se_cmd *cmd; unsigned long flags; + bool rc; /* * Release all pending and outgoing TMRs aside from the received * LUN_RESET tmr.. @@ -209,17 +247,39 @@ if (target_check_cdb_and_preempt(preempt_and_abort_list, cmd)) continue; + sess = cmd->se_sess; + if (WARN_ON_ONCE(!sess)) + continue; + + spin_lock(&sess->sess_cmd_lock); spin_lock(&cmd->t_state_lock); - if (!(cmd->transport_state & CMD_T_ACTIVE)) { + if (!(cmd->transport_state & CMD_T_ACTIVE) || + (cmd->transport_state & CMD_T_FABRIC_STOP)) { spin_unlock(&cmd->t_state_lock); + spin_unlock(&sess->sess_cmd_lock); continue; } if (cmd->t_state == TRANSPORT_ISTATE_PROCESSING) { spin_unlock(&cmd->t_state_lock); + spin_unlock(&sess->sess_cmd_lock); continue; } + if (sess->sess_tearing_down || cmd->cmd_wait_set) { + spin_unlock(&cmd->t_state_lock); + spin_unlock(&sess->sess_cmd_lock); + continue; + } + cmd->transport_state |= CMD_T_ABORTED; spin_unlock(&cmd->t_state_lock); + rc = kref_get_unless_zero(&cmd->cmd_kref); + if (!rc) { + printk("LUN_RESET TMR: non-zero kref_get_unless_zero\n"); + spin_unlock(&sess->sess_cmd_lock); + continue; + } + spin_unlock(&sess->sess_cmd_lock); + list_move_tail(&tmr_p->tmr_list, &drain_tmr_list); } spin_unlock_irqrestore(&dev->se_tmr_lock, flags); @@ -233,20 +293,26 @@ (preempt_and_abort_list) ? "Preempt" : "", tmr_p, tmr_p->function, tmr_p->response, cmd->t_state); + cancel_work_sync(&cmd->work); + transport_wait_for_tasks(cmd); + transport_cmd_finish_abort(cmd, 1); + target_put_sess_cmd(cmd->se_sess, cmd); } } static void core_tmr_drain_state_list( struct se_device *dev, struct se_cmd *prout_cmd, - struct se_node_acl *tmr_nacl, + struct se_session *tmr_sess, int tas, struct list_head *preempt_and_abort_list) { LIST_HEAD(drain_task_list); + struct se_session *sess; struct se_cmd *cmd, *next; unsigned long flags; + int rc; /* * Complete outstanding commands with TASK_ABORTED SAM status. @@ -285,6 +351,16 @@ if (prout_cmd == cmd) continue; + sess = cmd->se_sess; + if (WARN_ON_ONCE(!sess)) + continue; + + spin_lock(&sess->sess_cmd_lock); + rc = __target_check_io_state(cmd, tmr_sess, tas); + spin_unlock(&sess->sess_cmd_lock); + if (!rc) + continue; + list_move_tail(&cmd->state_list, &drain_task_list); cmd->state_active = false; } @@ -292,7 +368,7 @@ while (!list_empty(&drain_task_list)) { cmd = list_entry(drain_task_list.next, struct se_cmd, state_list); - list_del(&cmd->state_list); + list_del_init(&cmd->state_list); pr_debug("LUN_RESET: %s cmd: %p" " ITT/CmdSN: 0x%08x/0x%08x, i_state: %d, t_state: %d" @@ -316,16 +392,11 @@ * loop above, but we do it down here given that * cancel_work_sync may block. */ - if (cmd->t_state == TRANSPORT_COMPLETE) - cancel_work_sync(&cmd->work); - - spin_lock_irqsave(&cmd->t_state_lock, flags); - target_stop_cmd(cmd, &flags); - - cmd->transport_state |= CMD_T_ABORTED; - spin_unlock_irqrestore(&cmd->t_state_lock, flags); + cancel_work_sync(&cmd->work); + transport_wait_for_tasks(cmd); - core_tmr_handle_tas_abort(tmr_nacl, cmd, tas); + core_tmr_handle_tas_abort(cmd, tas); + target_put_sess_cmd(cmd->se_sess, cmd); } } @@ -337,6 +408,7 @@ { struct se_node_acl *tmr_nacl = NULL; struct se_portal_group *tmr_tpg = NULL; + struct se_session *tmr_sess = NULL; int tas; /* * TASK_ABORTED status bit, this is configurable via ConfigFS @@ -355,8 +427,9 @@ * or struct se_device passthrough.. */ if (tmr && tmr->task_cmd && tmr->task_cmd->se_sess) { - tmr_nacl = tmr->task_cmd->se_sess->se_node_acl; - tmr_tpg = tmr->task_cmd->se_sess->se_tpg; + tmr_sess = tmr->task_cmd->se_sess; + tmr_nacl = tmr_sess->se_node_acl; + tmr_tpg = tmr_sess->se_tpg; if (tmr_nacl && tmr_tpg) { pr_debug("LUN_RESET: TMR caller fabric: %s" " initiator port %s\n", @@ -369,7 +442,7 @@ dev->transport->name, tas); core_tmr_drain_tmr_list(dev, tmr, preempt_and_abort_list); - core_tmr_drain_state_list(dev, prout_cmd, tmr_nacl, tas, + core_tmr_drain_state_list(dev, prout_cmd, tmr_sess, tas, preempt_and_abort_list); /* --- linux-lts-utopic-3.16.0.orig/drivers/target/target_core_tpg.c +++ linux-lts-utopic-3.16.0/drivers/target/target_core_tpg.c @@ -40,6 +40,7 @@ #include #include "target_core_internal.h" +#include "target_core_pr.h" extern struct se_device *g_lun0_dev; @@ -166,6 +167,13 @@ core_enable_device_list_for_node(lun, NULL, lun->unpacked_lun, lun_access, acl, tpg); + /* + * Check to see if there are any existing persistent reservation + * APTPL pre-registrations that need to be enabled for this dynamic + * LUN ACL now.. + */ + core_scsi3_check_aptpl_registration(dev, tpg, lun, acl, + lun->unpacked_lun); spin_lock(&tpg->tpg_lun_lock); } spin_unlock(&tpg->tpg_lun_lock); --- linux-lts-utopic-3.16.0.orig/drivers/target/target_core_transport.c +++ linux-lts-utopic-3.16.0/drivers/target/target_core_transport.c @@ -511,9 +511,6 @@ } EXPORT_SYMBOL(transport_deregister_session); -/* - * Called with cmd->t_state_lock held. - */ static void target_remove_from_state_list(struct se_cmd *cmd) { struct se_device *dev = cmd->se_dev; @@ -538,10 +535,6 @@ { unsigned long flags; - spin_lock_irqsave(&cmd->t_state_lock, flags); - if (write_pending) - cmd->t_state = TRANSPORT_WRITE_PENDING; - if (remove_from_lists) { target_remove_from_state_list(cmd); @@ -551,6 +544,10 @@ cmd->se_lun = NULL; } + spin_lock_irqsave(&cmd->t_state_lock, flags); + if (write_pending) + cmd->t_state = TRANSPORT_WRITE_PENDING; + /* * Determine if frontend context caller is requesting the stopping of * this command for frontend exceptions. @@ -605,6 +602,8 @@ void transport_cmd_finish_abort(struct se_cmd *cmd, int remove) { + bool ack_kref = (cmd->se_cmd_flags & SCF_ACK_KREF); + if (cmd->se_cmd_flags & SCF_SE_LUN_CMD) transport_lun_remove_cmd(cmd); /* @@ -616,7 +615,7 @@ if (transport_cmd_check_stop_to_fabric(cmd)) return; - if (remove) + if (remove && ack_kref) transport_put_cmd(cmd); } @@ -684,7 +683,7 @@ * Check for case where an explicit ABORT_TASK has been received * and transport_wait_for_tasks() will be waiting for completion.. */ - if (cmd->transport_state & CMD_T_ABORTED && + if (cmd->transport_state & CMD_T_ABORTED || cmd->transport_state & CMD_T_STOP) { spin_unlock_irqrestore(&cmd->t_state_lock, flags); complete_all(&cmd->t_transport_stop_comp); @@ -1594,7 +1593,7 @@ void transport_generic_request_failure(struct se_cmd *cmd, sense_reason_t sense_reason) { - int ret = 0; + int ret = 0, post_ret = 0; pr_debug("-----[ Storage Engine Exception for cmd: %p ITT: 0x%08x" " CDB: 0x%02x\n", cmd, cmd->se_tfo->get_task_tag(cmd), @@ -1613,11 +1612,11 @@ transport_complete_task_attr(cmd); /* * Handle special case for COMPARE_AND_WRITE failure, where the - * callback is expected to drop the per device ->caw_mutex. + * callback is expected to drop the per device ->caw_sem. */ if ((cmd->se_cmd_flags & SCF_COMPARE_AND_WRITE) && cmd->transport_complete_callback) - cmd->transport_complete_callback(cmd); + cmd->transport_complete_callback(cmd, false, &post_ret); switch (sense_reason) { case TCM_NON_EXISTENT_LUN: @@ -1759,19 +1758,21 @@ return true; } +static int __transport_check_aborted_status(struct se_cmd *, int); + void target_execute_cmd(struct se_cmd *cmd) { /* - * If the received CDB has aleady been aborted stop processing it here. - */ - if (transport_check_aborted_status(cmd, 1)) - return; - - /* * Determine if frontend context caller is requesting the stopping of * this command for frontend exceptions. + * + * If the received CDB has aleady been aborted stop processing it here. */ spin_lock_irq(&cmd->t_state_lock); + if (__transport_check_aborted_status(cmd, 1)) { + spin_unlock_irq(&cmd->t_state_lock); + return; + } if (cmd->transport_state & CMD_T_STOP) { pr_debug("%s:%d CMD_T_STOP for ITT: 0x%08x\n", __func__, __LINE__, @@ -1877,8 +1878,7 @@ if (cmd->se_cmd_flags & SCF_TRANSPORT_TASK_SENSE) { trace_target_cmd_complete(cmd); ret = cmd->se_tfo->queue_status(cmd); - if (ret) - goto out; + goto out; } switch (cmd->data_direction) { @@ -1978,9 +1978,15 @@ */ if (cmd->transport_complete_callback) { sense_reason_t rc; + bool caw = (cmd->se_cmd_flags & SCF_COMPARE_AND_WRITE); + bool zero_dl = !(cmd->data_length); + int post_ret = 0; + + rc = cmd->transport_complete_callback(cmd, true, &post_ret); + if (!rc && !post_ret) { + if (caw && zero_dl) + goto queue_rsp; - rc = cmd->transport_complete_callback(cmd); - if (!rc && !(cmd->se_cmd_flags & SCF_COMPARE_AND_WRITE_POST)) { return; } else if (rc) { ret = transport_send_check_condition_and_sense(cmd, @@ -1994,6 +2000,7 @@ } } +queue_rsp: switch (cmd->data_direction) { case DMA_FROM_DEVICE: spin_lock(&cmd->se_lun->lun_sep_lock); @@ -2098,6 +2105,16 @@ static inline void transport_free_pages(struct se_cmd *cmd) { if (cmd->se_cmd_flags & SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC) { + /* + * Release special case READ buffer payload required for + * SG_TO_MEM_NOALLOC to function with COMPARE_AND_WRITE + */ + if (cmd->se_cmd_flags & SCF_COMPARE_AND_WRITE) { + transport_free_sgl(cmd->t_bidi_data_sg, + cmd->t_bidi_data_nents); + cmd->t_bidi_data_sg = NULL; + cmd->t_bidi_data_nents = 0; + } transport_reset_sgl_orig(cmd); return; } @@ -2117,20 +2134,14 @@ } /** - * transport_release_cmd - free a command - * @cmd: command to free + * transport_put_cmd - release a reference to a command + * @cmd: command to release * - * This routine unconditionally frees a command, and reference counting - * or list removal must be done in the caller. + * This routine releases our reference to the command and frees it if possible. */ -static int transport_release_cmd(struct se_cmd *cmd) +static int transport_put_cmd(struct se_cmd *cmd) { BUG_ON(!cmd->se_tfo); - - if (cmd->se_cmd_flags & SCF_SCSI_TMR_CDB) - core_tmr_release_req(cmd->se_tmr_req); - if (cmd->t_task_cdb != cmd->__t_task_cdb) - kfree(cmd->t_task_cdb); /* * If this cmd has been setup with target_get_sess_cmd(), drop * the kref and call ->release_cmd() in kref callback. @@ -2138,18 +2149,6 @@ return target_put_sess_cmd(cmd->se_sess, cmd); } -/** - * transport_put_cmd - release a reference to a command - * @cmd: command to release - * - * This routine releases our reference to the command and frees it if possible. - */ -static int transport_put_cmd(struct se_cmd *cmd) -{ - transport_free_pages(cmd); - return transport_release_cmd(cmd); -} - void *transport_kmap_data_sg(struct se_cmd *cmd) { struct scatterlist *sg = cmd->t_data_sg; @@ -2250,6 +2249,7 @@ transport_generic_new_cmd(struct se_cmd *cmd) { int ret = 0; + bool zero_flag = !(cmd->se_cmd_flags & SCF_SCSI_DATA_CDB); /* * Determine is the TCM fabric module has already allocated physical @@ -2258,7 +2258,6 @@ */ if (!(cmd->se_cmd_flags & SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC) && cmd->data_length) { - bool zero_flag = !(cmd->se_cmd_flags & SCF_SCSI_DATA_CDB); if ((cmd->se_cmd_flags & SCF_BIDI) || (cmd->se_cmd_flags & SCF_COMPARE_AND_WRITE)) { @@ -2289,6 +2288,20 @@ cmd->data_length, zero_flag); if (ret < 0) return TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE; + } else if ((cmd->se_cmd_flags & SCF_COMPARE_AND_WRITE) && + cmd->data_length) { + /* + * Special case for COMPARE_AND_WRITE with fabrics + * using SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC. + */ + u32 caw_length = cmd->t_task_nolb * + cmd->se_dev->dev_attrib.block_size; + + ret = target_alloc_sgl(&cmd->t_bidi_data_sg, + &cmd->t_bidi_data_nents, + caw_length, zero_flag); + if (ret < 0) + return TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE; } /* * If this command is not a write we can execute it right here, @@ -2296,7 +2309,7 @@ * and let it call back once the write buffers are ready. */ target_add_to_state_list(cmd); - if (cmd->data_direction != DMA_TO_DEVICE) { + if (cmd->data_direction != DMA_TO_DEVICE || cmd->data_length == 0) { target_execute_cmd(cmd); return 0; } @@ -2331,34 +2344,59 @@ } } -int transport_generic_free_cmd(struct se_cmd *cmd, int wait_for_tasks) +static bool +__transport_wait_for_tasks(struct se_cmd *, bool, bool *, bool *, + unsigned long *flags); + +static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) { unsigned long flags; + + spin_lock_irqsave(&cmd->t_state_lock, flags); + __transport_wait_for_tasks(cmd, true, aborted, tas, &flags); + spin_unlock_irqrestore(&cmd->t_state_lock, flags); +} + +int transport_generic_free_cmd(struct se_cmd *cmd, int wait_for_tasks) +{ int ret = 0; + bool aborted = false, tas = false; if (!(cmd->se_cmd_flags & SCF_SE_LUN_CMD)) { if (wait_for_tasks && (cmd->se_cmd_flags & SCF_SCSI_TMR_CDB)) - transport_wait_for_tasks(cmd); + target_wait_free_cmd(cmd, &aborted, &tas); - ret = transport_release_cmd(cmd); + if (!aborted || tas) + ret = transport_put_cmd(cmd); } else { if (wait_for_tasks) - transport_wait_for_tasks(cmd); + target_wait_free_cmd(cmd, &aborted, &tas); /* * Handle WRITE failure case where transport_generic_new_cmd() * has already added se_cmd to state_list, but fabric has * failed command before I/O submission. */ - if (cmd->state_active) { - spin_lock_irqsave(&cmd->t_state_lock, flags); + if (cmd->state_active) target_remove_from_state_list(cmd); - spin_unlock_irqrestore(&cmd->t_state_lock, flags); - } if (cmd->se_lun) transport_lun_remove_cmd(cmd); - ret = transport_put_cmd(cmd); + if (!aborted || tas) + ret = transport_put_cmd(cmd); + } + /* + * If the task has been internally aborted due to TMR ABORT_TASK + * or LUN_RESET, target_core_tmr.c is responsible for performing + * the remaining calls to target_put_sess_cmd(), and not the + * callers of this function. + */ + if (aborted) { + pr_debug("Detected CMD_T_ABORTED for ITT: %u\n", + cmd->se_tfo->get_task_tag(cmd)); + wait_for_completion(&cmd->cmd_wait_comp); + cmd->se_tfo->release_cmd(cmd); + ret = 1; } return ret; } @@ -2393,28 +2431,52 @@ list_add_tail(&se_cmd->se_cmd_list, &se_sess->sess_cmd_list); out: spin_unlock_irqrestore(&se_sess->sess_cmd_lock, flags); + + if (ret && ack_kref) + target_put_sess_cmd(se_sess, se_cmd); + return ret; } EXPORT_SYMBOL(target_get_sess_cmd); +static void target_free_cmd_mem(struct se_cmd *cmd) +{ + transport_free_pages(cmd); + + if (cmd->se_cmd_flags & SCF_SCSI_TMR_CDB) + core_tmr_release_req(cmd->se_tmr_req); + if (cmd->t_task_cdb != cmd->__t_task_cdb) + kfree(cmd->t_task_cdb); +} + static void target_release_cmd_kref(struct kref *kref) { struct se_cmd *se_cmd = container_of(kref, struct se_cmd, cmd_kref); struct se_session *se_sess = se_cmd->se_sess; + bool fabric_stop; if (list_empty(&se_cmd->se_cmd_list)) { spin_unlock(&se_sess->sess_cmd_lock); + target_free_cmd_mem(se_cmd); se_cmd->se_tfo->release_cmd(se_cmd); return; } - if (se_sess->sess_tearing_down && se_cmd->cmd_wait_set) { + + spin_lock(&se_cmd->t_state_lock); + fabric_stop = (se_cmd->transport_state & CMD_T_FABRIC_STOP); + spin_unlock(&se_cmd->t_state_lock); + + if (se_cmd->cmd_wait_set || fabric_stop) { + list_del_init(&se_cmd->se_cmd_list); spin_unlock(&se_sess->sess_cmd_lock); + target_free_cmd_mem(se_cmd); complete(&se_cmd->cmd_wait_comp); return; } - list_del(&se_cmd->se_cmd_list); + list_del_init(&se_cmd->se_cmd_list); spin_unlock(&se_sess->sess_cmd_lock); + target_free_cmd_mem(se_cmd); se_cmd->se_tfo->release_cmd(se_cmd); } @@ -2425,6 +2487,7 @@ int target_put_sess_cmd(struct se_session *se_sess, struct se_cmd *se_cmd) { if (!se_sess) { + target_free_cmd_mem(se_cmd); se_cmd->se_tfo->release_cmd(se_cmd); return 1; } @@ -2442,6 +2505,7 @@ { struct se_cmd *se_cmd; unsigned long flags; + int rc; spin_lock_irqsave(&se_sess->sess_cmd_lock, flags); if (se_sess->sess_tearing_down) { @@ -2451,8 +2515,15 @@ se_sess->sess_tearing_down = 1; list_splice_init(&se_sess->sess_cmd_list, &se_sess->sess_wait_list); - list_for_each_entry(se_cmd, &se_sess->sess_wait_list, se_cmd_list) - se_cmd->cmd_wait_set = 1; + list_for_each_entry(se_cmd, &se_sess->sess_wait_list, se_cmd_list) { + rc = kref_get_unless_zero(&se_cmd->cmd_kref); + if (rc) { + se_cmd->cmd_wait_set = 1; + spin_lock(&se_cmd->t_state_lock); + se_cmd->transport_state |= CMD_T_FABRIC_STOP; + spin_unlock(&se_cmd->t_state_lock); + } + } spin_unlock_irqrestore(&se_sess->sess_cmd_lock, flags); } @@ -2465,15 +2536,25 @@ { struct se_cmd *se_cmd, *tmp_cmd; unsigned long flags; + bool tas; list_for_each_entry_safe(se_cmd, tmp_cmd, &se_sess->sess_wait_list, se_cmd_list) { - list_del(&se_cmd->se_cmd_list); + list_del_init(&se_cmd->se_cmd_list); pr_debug("Waiting for se_cmd: %p t_state: %d, fabric state:" " %d\n", se_cmd, se_cmd->t_state, se_cmd->se_tfo->get_cmd_state(se_cmd)); + spin_lock_irqsave(&se_cmd->t_state_lock, flags); + tas = (se_cmd->transport_state & CMD_T_TAS); + spin_unlock_irqrestore(&se_cmd->t_state_lock, flags); + + if (!target_put_sess_cmd(se_sess, se_cmd)) { + if (tas) + target_put_sess_cmd(se_sess, se_cmd); + } + wait_for_completion(&se_cmd->cmd_wait_comp); pr_debug("After cmd_wait_comp: se_cmd: %p t_state: %d" " fabric state: %d\n", se_cmd, se_cmd->t_state, @@ -2516,34 +2597,38 @@ return 0; } -/** - * transport_wait_for_tasks - wait for completion to occur - * @cmd: command to wait - * - * Called from frontend fabric context to wait for storage engine - * to pause and/or release frontend generated struct se_cmd. - */ -bool transport_wait_for_tasks(struct se_cmd *cmd) +static bool +__transport_wait_for_tasks(struct se_cmd *cmd, bool fabric_stop, + bool *aborted, bool *tas, unsigned long *flags) + __releases(&cmd->t_state_lock) + __acquires(&cmd->t_state_lock) { - unsigned long flags; - spin_lock_irqsave(&cmd->t_state_lock, flags); + assert_spin_locked(&cmd->t_state_lock); + WARN_ON_ONCE(!irqs_disabled()); + + if (fabric_stop) + cmd->transport_state |= CMD_T_FABRIC_STOP; + + if (cmd->transport_state & CMD_T_ABORTED) + *aborted = true; + + if (cmd->transport_state & CMD_T_TAS) + *tas = true; + if (!(cmd->se_cmd_flags & SCF_SE_LUN_CMD) && - !(cmd->se_cmd_flags & SCF_SCSI_TMR_CDB)) { - spin_unlock_irqrestore(&cmd->t_state_lock, flags); + !(cmd->se_cmd_flags & SCF_SCSI_TMR_CDB)) return false; - } if (!(cmd->se_cmd_flags & SCF_SUPPORTED_SAM_OPCODE) && - !(cmd->se_cmd_flags & SCF_SCSI_TMR_CDB)) { - spin_unlock_irqrestore(&cmd->t_state_lock, flags); + !(cmd->se_cmd_flags & SCF_SCSI_TMR_CDB)) return false; - } - if (!(cmd->transport_state & CMD_T_ACTIVE)) { - spin_unlock_irqrestore(&cmd->t_state_lock, flags); + if (!(cmd->transport_state & CMD_T_ACTIVE)) + return false; + + if (fabric_stop && *aborted) return false; - } cmd->transport_state |= CMD_T_STOP; @@ -2552,20 +2637,37 @@ cmd, cmd->se_tfo->get_task_tag(cmd), cmd->se_tfo->get_cmd_state(cmd), cmd->t_state); - spin_unlock_irqrestore(&cmd->t_state_lock, flags); + spin_unlock_irqrestore(&cmd->t_state_lock, *flags); wait_for_completion(&cmd->t_transport_stop_comp); - spin_lock_irqsave(&cmd->t_state_lock, flags); + spin_lock_irqsave(&cmd->t_state_lock, *flags); cmd->transport_state &= ~(CMD_T_ACTIVE | CMD_T_STOP); pr_debug("wait_for_tasks: Stopped wait_for_completion(" "&cmd->t_transport_stop_comp) for ITT: 0x%08x\n", cmd->se_tfo->get_task_tag(cmd)); + return true; +} + +/** + * transport_wait_for_tasks - wait for completion to occur + * @cmd: command to wait + * + * Called from frontend fabric context to wait for storage engine + * to pause and/or release frontend generated struct se_cmd. + */ +bool transport_wait_for_tasks(struct se_cmd *cmd) +{ + unsigned long flags; + bool ret, aborted = false, tas = false; + + spin_lock_irqsave(&cmd->t_state_lock, flags); + ret = __transport_wait_for_tasks(cmd, false, &aborted, &tas, &flags); spin_unlock_irqrestore(&cmd->t_state_lock, flags); - return true; + return ret; } EXPORT_SYMBOL(transport_wait_for_tasks); @@ -2851,28 +2953,50 @@ } EXPORT_SYMBOL(transport_send_check_condition_and_sense); -int transport_check_aborted_status(struct se_cmd *cmd, int send_status) +static int __transport_check_aborted_status(struct se_cmd *cmd, int send_status) + __releases(&cmd->t_state_lock) + __acquires(&cmd->t_state_lock) { + assert_spin_locked(&cmd->t_state_lock); + WARN_ON_ONCE(!irqs_disabled()); + if (!(cmd->transport_state & CMD_T_ABORTED)) return 0; - /* * If cmd has been aborted but either no status is to be sent or it has * already been sent, just return */ - if (!send_status || !(cmd->se_cmd_flags & SCF_SEND_DELAYED_TAS)) + if (!send_status || !(cmd->se_cmd_flags & SCF_SEND_DELAYED_TAS)) { + if (send_status) + cmd->se_cmd_flags |= SCF_SEND_DELAYED_TAS; return 1; + } - pr_debug("Sending delayed SAM_STAT_TASK_ABORTED status for CDB: 0x%02x ITT: 0x%08x\n", - cmd->t_task_cdb[0], cmd->se_tfo->get_task_tag(cmd)); + pr_debug("Sending delayed SAM_STAT_TASK_ABORTED status for CDB:" + " 0x%02x ITT: 0x%08x\n", cmd->t_task_cdb[0], + cmd->se_tfo->get_task_tag(cmd)); cmd->se_cmd_flags &= ~SCF_SEND_DELAYED_TAS; cmd->scsi_status = SAM_STAT_TASK_ABORTED; trace_target_cmd_complete(cmd); + + spin_unlock_irq(&cmd->t_state_lock); cmd->se_tfo->queue_status(cmd); + spin_lock_irq(&cmd->t_state_lock); return 1; } + +int transport_check_aborted_status(struct se_cmd *cmd, int send_status) +{ + int ret; + + spin_lock_irq(&cmd->t_state_lock); + ret = __transport_check_aborted_status(cmd, send_status); + spin_unlock_irq(&cmd->t_state_lock); + + return ret; +} EXPORT_SYMBOL(transport_check_aborted_status); void transport_send_task_abort(struct se_cmd *cmd) @@ -2894,12 +3018,17 @@ */ if (cmd->data_direction == DMA_TO_DEVICE) { if (cmd->se_tfo->write_pending_status(cmd) != 0) { - cmd->transport_state |= CMD_T_ABORTED; + spin_lock_irqsave(&cmd->t_state_lock, flags); + if (cmd->se_cmd_flags & SCF_SEND_DELAYED_TAS) { + spin_unlock_irqrestore(&cmd->t_state_lock, flags); + goto send_abort; + } cmd->se_cmd_flags |= SCF_SEND_DELAYED_TAS; - smp_mb__after_atomic(); + spin_unlock_irqrestore(&cmd->t_state_lock, flags); return; } } +send_abort: cmd->scsi_status = SAM_STAT_TASK_ABORTED; transport_lun_remove_cmd(cmd); @@ -2917,8 +3046,17 @@ struct se_cmd *cmd = container_of(work, struct se_cmd, work); struct se_device *dev = cmd->se_dev; struct se_tmr_req *tmr = cmd->se_tmr_req; + unsigned long flags; int ret; + spin_lock_irqsave(&cmd->t_state_lock, flags); + if (cmd->transport_state & CMD_T_ABORTED) { + tmr->response = TMR_FUNCTION_REJECTED; + spin_unlock_irqrestore(&cmd->t_state_lock, flags); + goto check_stop; + } + spin_unlock_irqrestore(&cmd->t_state_lock, flags); + switch (tmr->function) { case TMR_ABORT_TASK: core_tmr_abort_task(dev, tmr, cmd->se_sess); @@ -2946,9 +3084,17 @@ break; } + spin_lock_irqsave(&cmd->t_state_lock, flags); + if (cmd->transport_state & CMD_T_ABORTED) { + spin_unlock_irqrestore(&cmd->t_state_lock, flags); + goto check_stop; + } cmd->t_state = TRANSPORT_ISTATE_PROCESSING; + spin_unlock_irqrestore(&cmd->t_state_lock, flags); + cmd->se_tfo->queue_tm_rsp(cmd); +check_stop: transport_cmd_check_stop_to_fabric(cmd); } --- linux-lts-utopic-3.16.0.orig/drivers/target/tcm_fc/tfc_io.c +++ linux-lts-utopic-3.16.0/drivers/target/tcm_fc/tfc_io.c @@ -359,7 +359,7 @@ ep = fc_seq_exch(seq); if (ep) { lport = ep->lp; - if (lport && (ep->xid <= lport->lro_xid)) + if (lport && (ep->xid <= lport->lro_xid)) { /* * "ddp_done" trigger invalidation of HW * specific DDP context @@ -374,6 +374,7 @@ * identified using ep->xid) */ cmd->was_ddp_setup = 0; + } } } } --- linux-lts-utopic-3.16.0.orig/drivers/thermal/armada_thermal.c +++ linux-lts-utopic-3.16.0/drivers/thermal/armada_thermal.c @@ -240,9 +240,9 @@ .is_valid_shift = 10, .temp_shift = 0, .temp_mask = 0x3ff, - .coef_b = 1169498786UL, - .coef_m = 2000000UL, - .coef_div = 4289, + .coef_b = 2931108200UL, + .coef_m = 5000000UL, + .coef_div = 10502, .inverted = true, }; --- linux-lts-utopic-3.16.0.orig/drivers/thermal/intel_powerclamp.c +++ linux-lts-utopic-3.16.0/drivers/thermal/intel_powerclamp.c @@ -435,7 +435,6 @@ * allowed. thus jiffies are updated properly. */ preempt_disable(); - tick_nohz_idle_enter(); /* mwait until target jiffies is reached */ while (time_before(jiffies, target_jiffies)) { unsigned long ecx = 1; @@ -451,7 +450,6 @@ start_critical_timings(); atomic_inc(&idle_wakeup_counter); } - tick_nohz_idle_exit(); preempt_enable(); } del_timer_sync(&wakeup_timer); --- linux-lts-utopic-3.16.0.orig/drivers/thermal/samsung/exynos_tmu.c +++ linux-lts-utopic-3.16.0/drivers/thermal/samsung/exynos_tmu.c @@ -558,27 +558,10 @@ struct exynos_tmu_data *data = platform_get_drvdata(pdev); struct exynos_tmu_platform_data *pdata; struct resource res; - int ret; if (!data || !pdev->dev.of_node) return -ENODEV; - /* - * Try enabling the regulator if found - * TODO: Add regulator as an SOC feature, so that regulator enable - * is a compulsory call. - */ - data->regulator = devm_regulator_get(&pdev->dev, "vtmu"); - if (!IS_ERR(data->regulator)) { - ret = regulator_enable(data->regulator); - if (ret) { - dev_err(&pdev->dev, "failed to enable vtmu\n"); - return ret; - } - } else { - dev_info(&pdev->dev, "Regulator node (vtmu) not found\n"); - } - data->id = of_alias_get_id(pdev->dev.of_node, "tmuctrl"); if (data->id < 0) data->id = 0; @@ -643,6 +626,22 @@ platform_set_drvdata(pdev, data); mutex_init(&data->lock); + /* + * Try enabling the regulator if found + * TODO: Add regulator as an SOC feature, so that regulator enable + * is a compulsory call. + */ + data->regulator = devm_regulator_get(&pdev->dev, "vtmu"); + if (!IS_ERR(data->regulator)) { + ret = regulator_enable(data->regulator); + if (ret) { + dev_err(&pdev->dev, "failed to enable vtmu\n"); + return ret; + } + } else { + dev_info(&pdev->dev, "Regulator node (vtmu) not found\n"); + } + ret = exynos_map_dt_data(pdev); if (ret) return ret; @@ -752,6 +751,8 @@ err_clk_sec: if (!IS_ERR(data->clk_sec)) clk_unprepare(data->clk_sec); + if (!IS_ERR_OR_NULL(data->regulator)) + regulator_disable(data->regulator); return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/thermal/step_wise.c +++ linux-lts-utopic-3.16.0/drivers/thermal/step_wise.c @@ -76,7 +76,7 @@ next_target = instance->upper; break; case THERMAL_TREND_DROPPING: - if (cur_state == instance->lower) { + if (cur_state <= instance->lower) { if (!throttle) next_target = THERMAL_NO_TARGET; } else { @@ -146,9 +146,6 @@ dev_dbg(&instance->cdev->device, "old_target=%d, target=%d\n", old_target, (int)instance->target); - if (old_target == instance->target) - continue; - /* Activate a passive thermal instance */ if (old_target == THERMAL_NO_TARGET && instance->target != THERMAL_NO_TARGET) --- linux-lts-utopic-3.16.0.orig/drivers/thermal/thermal_core.c +++ linux-lts-utopic-3.16.0/drivers/thermal/thermal_core.c @@ -1824,10 +1824,10 @@ exit_netlink: genetlink_exit(); -unregister_governors: - thermal_unregister_governors(); unregister_class: class_unregister(&thermal_class); +unregister_governors: + thermal_unregister_governors(); error: idr_destroy(&thermal_tz_idr); idr_destroy(&thermal_cdev_idr); --- linux-lts-utopic-3.16.0.orig/drivers/tty/hvc/hvc_xen.c +++ linux-lts-utopic-3.16.0/drivers/tty/hvc/hvc_xen.c @@ -289,7 +289,7 @@ return -ENOMEM; } - info->irq = bind_virq_to_irq(VIRQ_CONSOLE, 0); + info->irq = bind_virq_to_irq(VIRQ_CONSOLE, 0, false); info->vtermno = HVC_COOKIE; spin_lock(&xencons_lock); @@ -299,11 +299,27 @@ return 0; } +static void xen_console_update_evtchn(struct xencons_info *info) +{ + if (xen_hvm_domain()) { + uint64_t v; + int err; + + err = hvm_get_parameter(HVM_PARAM_CONSOLE_EVTCHN, &v); + if (!err && v) + info->evtchn = v; + } else + info->evtchn = xen_start_info->console.domU.evtchn; +} + void xen_console_resume(void) { struct xencons_info *info = vtermno_to_xencons(HVC_COOKIE); - if (info != NULL && info->irq) + if (info != NULL && info->irq) { + if (!xen_initial_domain()) + xen_console_update_evtchn(info); rebind_evtchn_irq(info->evtchn, info->irq); + } } static void xencons_disconnect_backend(struct xencons_info *info) --- linux-lts-utopic-3.16.0.orig/drivers/tty/n_gsm.c +++ linux-lts-utopic-3.16.0/drivers/tty/n_gsm.c @@ -3166,7 +3166,7 @@ return gsmtty_modem_update(dlci, encode); } -static void gsmtty_remove(struct tty_driver *driver, struct tty_struct *tty) +static void gsmtty_cleanup(struct tty_struct *tty) { struct gsm_dlci *dlci = tty->driver_data; struct gsm_mux *gsm = dlci->gsm; @@ -3174,7 +3174,6 @@ dlci_put(dlci); dlci_put(gsm->dlci[0]); mux_put(gsm); - driver->ttys[tty->index] = NULL; } /* Virtual ttys for the demux */ @@ -3195,7 +3194,7 @@ .tiocmget = gsmtty_tiocmget, .tiocmset = gsmtty_tiocmset, .break_ctl = gsmtty_break_ctl, - .remove = gsmtty_remove, + .cleanup = gsmtty_cleanup, }; --- linux-lts-utopic-3.16.0.orig/drivers/tty/n_tty.c +++ linux-lts-utopic-3.16.0/drivers/tty/n_tty.c @@ -161,6 +161,17 @@ return put_user(x, ptr); } +static inline int tty_copy_to_user(struct tty_struct *tty, + void __user *to, + const void *from, + unsigned long n) +{ + struct n_tty_data *ldata = tty->disc_data; + + tty_audit_add_data(tty, to, n, ldata->icanon); + return copy_to_user(to, from, n); +} + static int receive_room(struct tty_struct *tty) { struct n_tty_data *ldata = tty->disc_data; @@ -247,8 +258,6 @@ static void n_tty_check_throttle(struct tty_struct *tty) { - if (tty->driver->type == TTY_DRIVER_TYPE_PTY) - return; /* * Check the remaining room for the input canonicalization * mode. We don't want to throttle the driver if we're in @@ -268,16 +277,13 @@ static void n_tty_check_unthrottle(struct tty_struct *tty) { - if (tty->driver->type == TTY_DRIVER_TYPE_PTY && - tty->link->ldisc->ops->write_wakeup == n_tty_write_wakeup) { + if (tty->driver->type == TTY_DRIVER_TYPE_PTY) { if (chars_in_buffer(tty) > TTY_THRESHOLD_UNTHROTTLE) return; if (!tty->count) return; n_tty_set_room(tty); - n_tty_write_wakeup(tty->link); - if (waitqueue_active(&tty->link->write_wait)) - wake_up_interruptible_poll(&tty->link->write_wait, POLLOUT); + tty_wakeup(tty->link); return; } @@ -321,7 +327,8 @@ static inline void put_tty_queue(unsigned char c, struct n_tty_data *ldata) { - *read_buf_addr(ldata, ldata->read_head++) = c; + *read_buf_addr(ldata, ldata->read_head) = c; + ldata->read_head++; } /** @@ -354,8 +361,7 @@ spin_lock_irqsave(&tty->ctrl_lock, flags); if (tty->link->packet) { tty->ctrl_status |= TIOCPKT_FLUSHREAD; - if (waitqueue_active(&tty->link->read_wait)) - wake_up_interruptible(&tty->link->read_wait); + wake_up_interruptible(&tty->link->read_wait); } spin_unlock_irqrestore(&tty->ctrl_lock, flags); } @@ -1377,8 +1383,7 @@ put_tty_queue(c, ldata); ldata->canon_head = ldata->read_head; kill_fasync(&tty->fasync, SIGIO, POLL_IN); - if (waitqueue_active(&tty->read_wait)) - wake_up_interruptible(&tty->read_wait); + wake_up_interruptible(&tty->read_wait); return 0; } } @@ -1511,23 +1516,6 @@ n_tty_receive_char_flagged(tty, c, flag); } -/** - * n_tty_receive_buf - data receive - * @tty: terminal device - * @cp: buffer - * @fp: flag buffer - * @count: characters - * - * Called by the terminal driver when a block of characters has - * been received. This function must be called from soft contexts - * not from interrupt context. The driver is responsible for making - * calls one at a time and in order (or using flush_to_ldisc) - * - * n_tty_receive_buf()/producer path: - * claims non-exclusive termios_rwsem - * publishes read_head and canon_head - */ - static void n_tty_receive_buf_real_raw(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) @@ -1678,29 +1666,89 @@ if ((!ldata->icanon && (read_cnt(ldata) >= ldata->minimum_to_wake)) || L_EXTPROC(tty)) { kill_fasync(&tty->fasync, SIGIO, POLL_IN); - if (waitqueue_active(&tty->read_wait)) - wake_up_interruptible(&tty->read_wait); + wake_up_interruptible(&tty->read_wait); } } +/** + * n_tty_receive_buf_common - process input + * @tty: device to receive input + * @cp: input chars + * @fp: flags for each char (if NULL, all chars are TTY_NORMAL) + * @count: number of input chars in @cp + * + * Called by the terminal driver when a block of characters has + * been received. This function must be called from soft contexts + * not from interrupt context. The driver is responsible for making + * calls one at a time and in order (or using flush_to_ldisc) + * + * Returns the # of input chars from @cp which were processed. + * + * In canonical mode, the maximum line length is 4096 chars (including + * the line termination char); lines longer than 4096 chars are + * truncated. After 4095 chars, input data is still processed but + * not stored. Overflow processing ensures the tty can always + * receive more input until at least one line can be read. + * + * In non-canonical mode, the read buffer will only accept 4095 chars; + * this provides the necessary space for a newline char if the input + * mode is switched to canonical. + * + * Note it is possible for the read buffer to _contain_ 4096 chars + * in non-canonical mode: the read buffer could already contain the + * maximum canon line of 4096 chars when the mode is switched to + * non-canonical. + * + * n_tty_receive_buf()/producer path: + * claims non-exclusive termios_rwsem + * publishes commit_head or canon_head + */ static int n_tty_receive_buf_common(struct tty_struct *tty, const unsigned char *cp, char *fp, int count, int flow) { struct n_tty_data *ldata = tty->disc_data; - int room, n, rcvd = 0; + int room, n, rcvd = 0, overflow; down_read(&tty->termios_rwsem); while (1) { - room = receive_room(tty); + /* + * When PARMRK is set, each input char may take up to 3 chars + * in the read buf; reduce the buffer space avail by 3x + * + * If we are doing input canonicalization, and there are no + * pending newlines, let characters through without limit, so + * that erase characters will be handled. Other excess + * characters will be beeped. + * + * paired with store in *_copy_from_read_buf() -- guarantees + * the consumer has loaded the data in read_buf up to the new + * read_tail (so this producer will not overwrite unread data) + */ + size_t tail = ldata->read_tail; + + room = N_TTY_BUF_SIZE - (ldata->read_head - tail); + if (I_PARMRK(tty)) + room = (room + 2) / 3; + room--; + if (room <= 0) { + overflow = ldata->icanon && ldata->canon_head == tail; + if (overflow && room < 0) + ldata->read_head--; + room = overflow; + ldata->no_room = flow && !room; + } else + overflow = 0; + n = min(count, room); - if (!n) { - if (flow && !room) - ldata->no_room = 1; + if (!n) break; - } - __receive_buf(tty, cp, fp, n); + + /* ignore parity errors if handling overflow */ + if (!overflow || !fp || *fp != TTY_PARITY) + __receive_buf(tty, cp, fp, n); + cp += n; if (fp) fp += n; @@ -1709,7 +1757,17 @@ } tty->receive_room = room; - n_tty_check_throttle(tty); + + /* Unthrottle if handling overflow on pty */ + if (tty->driver->type == TTY_DRIVER_TYPE_PTY) { + if (overflow) { + tty_set_flow_change(tty, TTY_UNTHROTTLE_SAFE); + tty_unthrottle_safe(tty); + __tty_set_flow_change(tty, 0); + } + } else + n_tty_check_throttle(tty); + up_read(&tty->termios_rwsem); return rcvd; @@ -1827,10 +1885,8 @@ } /* The termios change make the tty ready for I/O */ - if (waitqueue_active(&tty->write_wait)) - wake_up_interruptible(&tty->write_wait); - if (waitqueue_active(&tty->read_wait)) - wake_up_interruptible(&tty->read_wait); + wake_up_interruptible(&tty->write_wait); + wake_up_interruptible(&tty->read_wait); } /** @@ -1989,13 +2045,13 @@ size_t eol; size_t tail; int ret, found = 0; - bool eof_push = 0; /* N.B. avoid overrun if nr == 0 */ - n = min(*nr, read_cnt(ldata)); - if (!n) + if (!*nr) return 0; + n = min(*nr + 1, read_cnt(ldata)); + tail = ldata->read_tail & (N_TTY_BUF_SIZE - 1); size = min_t(size_t, tail + n, N_TTY_BUF_SIZE); @@ -2016,24 +2072,23 @@ n = eol - tail; if (n > 4096) n += 4096; - n += found; - c = n; + c = n + found; - if (found && !ldata->push && read_buf(ldata, eol) == __DISABLED_CHAR) { - n--; - eof_push = !n && ldata->read_tail != ldata->line_start; + if (!found || read_buf(ldata, eol) != __DISABLED_CHAR) { + c = min(*nr, c); + n = c; } n_tty_trace("%s: eol:%zu found:%d n:%zu c:%zu size:%zu more:%zu\n", __func__, eol, found, n, c, size, more); if (n > size) { - ret = copy_to_user(*b, read_buf_addr(ldata, tail), size); + ret = tty_copy_to_user(tty, *b, read_buf_addr(ldata, tail), size); if (ret) return -EFAULT; - ret = copy_to_user(*b + size, ldata->read_buf, n - size); + ret = tty_copy_to_user(tty, *b + size, ldata->read_buf, n - size); } else - ret = copy_to_user(*b, read_buf_addr(ldata, tail), n); + ret = tty_copy_to_user(tty, *b, read_buf_addr(ldata, tail), n); if (ret) return -EFAULT; @@ -2052,7 +2107,7 @@ ldata->push = 0; tty_audit_push(tty); } - return eof_push ? -EAGAIN : 0; + return 0; } extern ssize_t redirected_tty_write(struct file *, const char __user *, @@ -2240,10 +2295,7 @@ if (ldata->icanon && !L_EXTPROC(tty)) { retval = canon_copy_from_read_buf(tty, &b, &nr); - if (retval == -EAGAIN) { - retval = 0; - continue; - } else if (retval) + if (retval) break; } else { int uncopied; @@ -2413,12 +2465,17 @@ poll_wait(file, &tty->read_wait, wait); poll_wait(file, &tty->write_wait, wait); + if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) + mask |= POLLHUP; if (input_available_p(tty, 1)) mask |= POLLIN | POLLRDNORM; + else if (mask & POLLHUP) { + tty_flush_to_ldisc(tty); + if (input_available_p(tty, 1)) + mask |= POLLIN | POLLRDNORM; + } if (tty->packet && tty->link->ctrl_status) mask |= POLLPRI | POLLIN | POLLRDNORM; - if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) - mask |= POLLHUP; if (tty_hung_up_p(file)) mask |= POLLHUP; if (!(mask & (POLLHUP | POLLIN | POLLRDNORM))) { --- linux-lts-utopic-3.16.0.orig/drivers/tty/pty.c +++ linux-lts-utopic-3.16.0/drivers/tty/pty.c @@ -209,6 +209,9 @@ unsigned long flags; struct pid *pgrp; + if (sig != SIGINT && sig != SIGQUIT && sig != SIGTSTP) + return -EINVAL; + if (tty->link) { spin_lock_irqsave(&tty->link->ctrl_lock, flags); pgrp = get_pid(tty->link->pgrp); @@ -614,7 +617,14 @@ /* this is called once with whichever end is closed last */ static void pty_unix98_shutdown(struct tty_struct *tty) { - devpts_kill_index(tty->driver_data, tty->index); + struct inode *ptmx_inode; + + if (tty->driver->subtype == PTY_TYPE_MASTER) + ptmx_inode = tty->driver_data; + else + ptmx_inode = tty->link->driver_data; + devpts_kill_index(ptmx_inode, tty->index); + devpts_del_ref(ptmx_inode); } static const struct tty_operations ptm_unix98_ops = { @@ -705,6 +715,18 @@ set_bit(TTY_PTY_LOCK, &tty->flags); /* LOCK THE SLAVE */ tty->driver_data = inode; + /* + * In the case where all references to ptmx inode are dropped and we + * still have /dev/tty opened pointing to the master/slave pair (ptmx + * is closed/released before /dev/tty), we must make sure that the inode + * is still valid when we call the final pty_unix98_shutdown, thus we + * hold an additional reference to the ptmx inode. For the same /dev/tty + * last close case, we also need to make sure the super_block isn't + * destroyed (devpts instance unmounted), before /dev/tty is closed and + * on its release devpts_kill_index is called. + */ + devpts_add_ref(inode); + tty_add_file(tty, filp); slave_inode = devpts_pty_new(inode, --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/8250/8250_dw.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/8250/8250_dw.c @@ -165,7 +165,10 @@ dw8250_force_idle(p); writeb(value, p->membase + (UART_LCR << p->regshift)); } - dev_err(p->dev, "Couldn't set LCR to %d\n", value); + /* + * FIXME: this deadlocks if port->lock is already held + * dev_err(p->dev, "Couldn't set LCR to %d\n", value); + */ } } @@ -202,7 +205,10 @@ dw8250_force_idle(p); writel(value, p->membase + (UART_LCR << p->regshift)); } - dev_err(p->dev, "Couldn't set LCR to %d\n", value); + /* + * FIXME: this deadlocks if port->lock is already held + * dev_err(p->dev, "Couldn't set LCR to %d\n", value); + */ } } --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/8250/8250_pci.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/8250/8250_pci.c @@ -66,7 +66,7 @@ "Please send the output of lspci -vv, this\n" "message (0x%04x,0x%04x,0x%04x,0x%04x), the\n" "manufacturer and name of serial board or\n" - "modem board to rmk+serial@arm.linux.org.uk.\n", + "modem board to .\n", pci_name(dev), str, dev->vendor, dev->device, dev->subsystem_vendor, dev->subsystem_device); } @@ -1634,6 +1634,9 @@ #endif } +#define PCI_DEVICE_ID_EXAR_XR17V4358 0x4358 +#define PCI_DEVICE_ID_EXAR_XR17V8358 0x8358 + static int pci_xr17c154_setup(struct serial_private *priv, const struct pciserial_board *board, @@ -1643,6 +1646,15 @@ return pci_default_setup(priv, board, port, idx); } +static inline int +xr17v35x_has_slave(struct serial_private *priv) +{ + const int dev_id = priv->dev->device; + + return ((dev_id == PCI_DEVICE_ID_EXAR_XR17V4358) || + (dev_id == PCI_DEVICE_ID_EXAR_XR17V8358)); +} + static int pci_xr17v35x_setup(struct serial_private *priv, const struct pciserial_board *board, @@ -1657,6 +1669,13 @@ port->port.flags |= UPF_EXAR_EFR; /* + * Setup the uart clock for the devices on expansion slot to + * half the clock speed of the main chip (which is 125MHz) + */ + if (xr17v35x_has_slave(priv) && idx >= 8) + port->port.uartclk = (7812500 * 16 / 2); + + /* * Setup Multipurpose Input/Output pins. */ if (idx == 0) { @@ -1790,11 +1809,18 @@ #define PCI_DEVICE_ID_COMMTECH_4222PCIE 0x0022 #define PCI_DEVICE_ID_BROADCOM_TRUMANAGE 0x160a #define PCI_DEVICE_ID_AMCC_ADDIDATA_APCI7800 0x818e +#define PCI_DEVICE_ID_INTEL_QRK_UART 0x0936 #define PCI_VENDOR_ID_SUNIX 0x1fd4 #define PCI_DEVICE_ID_SUNIX_1999 0x1999 +#define PCI_VENDOR_ID_PERICOM 0x12D8 +#define PCI_DEVICE_ID_PERICOM_PI7C9X7951 0x7951 +#define PCI_DEVICE_ID_PERICOM_PI7C9X7952 0x7952 +#define PCI_DEVICE_ID_PERICOM_PI7C9X7954 0x7954 +#define PCI_DEVICE_ID_PERICOM_PI7C9X7958 0x7958 + /* Unknown vendors/cards - this should not be in linux/pci_ids.h */ #define PCI_SUBDEVICE_ID_UNKNOWN_0x1584 0x1584 #define PCI_SUBDEVICE_ID_UNKNOWN_0x1588 0x1588 @@ -1900,6 +1926,13 @@ .subdevice = PCI_ANY_ID, .setup = byt_serial_setup, }, + { + .vendor = PCI_VENDOR_ID_INTEL, + .device = PCI_DEVICE_ID_INTEL_QRK_UART, + .subvendor = PCI_ANY_ID, + .subdevice = PCI_ANY_ID, + .setup = pci_default_setup, + }, /* * ITE */ @@ -2067,27 +2100,12 @@ * Pericom */ { - .vendor = 0x12d8, - .device = 0x7952, - .subvendor = PCI_ANY_ID, - .subdevice = PCI_ANY_ID, - .setup = pci_pericom_setup, - }, - { - .vendor = 0x12d8, - .device = 0x7954, - .subvendor = PCI_ANY_ID, - .subdevice = PCI_ANY_ID, - .setup = pci_pericom_setup, - }, - { - .vendor = 0x12d8, - .device = 0x7958, - .subvendor = PCI_ANY_ID, - .subdevice = PCI_ANY_ID, - .setup = pci_pericom_setup, + .vendor = PCI_VENDOR_ID_PERICOM, + .device = PCI_ANY_ID, + .subvendor = PCI_ANY_ID, + .subdevice = PCI_ANY_ID, + .setup = pci_pericom_setup, }, - /* * PLX */ @@ -2282,6 +2300,20 @@ .subdevice = PCI_ANY_ID, .setup = pci_xr17v35x_setup, }, + { + .vendor = PCI_VENDOR_ID_EXAR, + .device = PCI_DEVICE_ID_EXAR_XR17V4358, + .subvendor = PCI_ANY_ID, + .subdevice = PCI_ANY_ID, + .setup = pci_xr17v35x_setup, + }, + { + .vendor = PCI_VENDOR_ID_EXAR, + .device = PCI_DEVICE_ID_EXAR_XR17V8358, + .subvendor = PCI_ANY_ID, + .subdevice = PCI_ANY_ID, + .setup = pci_xr17v35x_setup, + }, /* * Xircom cards */ @@ -2730,6 +2762,8 @@ pbn_exar_XR17V352, pbn_exar_XR17V354, pbn_exar_XR17V358, + pbn_exar_XR17V4358, + pbn_exar_XR17V8358, pbn_exar_ibm_saturn, pbn_pasemi_1682M, pbn_ni8430_2, @@ -2742,12 +2776,17 @@ pbn_ADDIDATA_PCIe_8_3906250, pbn_ce4100_1_115200, pbn_byt, + pbn_qrk, pbn_omegapci, pbn_NETMOS9900_2s_115200, pbn_brcm_trumanage, pbn_fintek_4, pbn_fintek_8, pbn_fintek_12, + pbn_pericom_PI7C9X7951, + pbn_pericom_PI7C9X7952, + pbn_pericom_PI7C9X7954, + pbn_pericom_PI7C9X7958, }; /* @@ -3398,6 +3437,22 @@ .reg_shift = 0, .first_offset = 0, }, + [pbn_exar_XR17V4358] = { + .flags = FL_BASE0, + .num_ports = 12, + .base_baud = 7812500, + .uart_offset = 0x400, + .reg_shift = 0, + .first_offset = 0, + }, + [pbn_exar_XR17V8358] = { + .flags = FL_BASE0, + .num_ports = 16, + .base_baud = 7812500, + .uart_offset = 0x400, + .reg_shift = 0, + .first_offset = 0, + }, [pbn_exar_ibm_saturn] = { .flags = FL_BASE0, .num_ports = 1, @@ -3492,6 +3547,12 @@ .uart_offset = 0x80, .reg_shift = 2, }, + [pbn_qrk] = { + .flags = FL_BASE0, + .num_ports = 1, + .base_baud = 2764800, + .reg_shift = 2, + }, [pbn_omegapci] = { .flags = FL_BASE0, .num_ports = 8, @@ -3527,6 +3588,33 @@ .base_baud = 115200, .first_offset = 0x40, }, + /* + * Pericom PI7C9X795[1248] Uno/Dual/Quad/Octal UART + */ + [pbn_pericom_PI7C9X7951] = { + .flags = FL_BASE0, + .num_ports = 1, + .base_baud = 921600, + .uart_offset = 0x8, + }, + [pbn_pericom_PI7C9X7952] = { + .flags = FL_BASE0, + .num_ports = 2, + .base_baud = 921600, + .uart_offset = 0x8, + }, + [pbn_pericom_PI7C9X7954] = { + .flags = FL_BASE0, + .num_ports = 4, + .base_baud = 921600, + .uart_offset = 0x8, + }, + [pbn_pericom_PI7C9X7958] = { + .flags = FL_BASE0, + .num_ports = 8, + .base_baud = 921600, + .uart_offset = 0x8, + }, }; static const struct pci_device_id blacklist[] = { @@ -4760,7 +4848,7 @@ 0, 0, pbn_exar_XR17C158 }, /* - * Exar Corp. XR17V35[248] Dual/Quad/Octal PCIe UARTs + * Exar Corp. XR17V[48]35[248] Dual/Quad/Octal/Hexa PCIe UARTs */ { PCI_VENDOR_ID_EXAR, PCI_DEVICE_ID_EXAR_XR17V352, PCI_ANY_ID, PCI_ANY_ID, @@ -4774,7 +4862,33 @@ PCI_ANY_ID, PCI_ANY_ID, 0, 0, pbn_exar_XR17V358 }, - + { PCI_VENDOR_ID_EXAR, PCI_DEVICE_ID_EXAR_XR17V4358, + PCI_ANY_ID, PCI_ANY_ID, + 0, + 0, pbn_exar_XR17V4358 }, + { PCI_VENDOR_ID_EXAR, PCI_DEVICE_ID_EXAR_XR17V8358, + PCI_ANY_ID, PCI_ANY_ID, + 0, + 0, pbn_exar_XR17V8358 }, + /* + * Pericom PI7C9X795[1248] Uno/Dual/Quad/Octal UART + */ + { PCI_VENDOR_ID_PERICOM, PCI_DEVICE_ID_PERICOM_PI7C9X7951, + PCI_ANY_ID, PCI_ANY_ID, + 0, + 0, pbn_pericom_PI7C9X7951 }, + { PCI_VENDOR_ID_PERICOM, PCI_DEVICE_ID_PERICOM_PI7C9X7952, + PCI_ANY_ID, PCI_ANY_ID, + 0, + 0, pbn_pericom_PI7C9X7952 }, + { PCI_VENDOR_ID_PERICOM, PCI_DEVICE_ID_PERICOM_PI7C9X7954, + PCI_ANY_ID, PCI_ANY_ID, + 0, + 0, pbn_pericom_PI7C9X7954 }, + { PCI_VENDOR_ID_PERICOM, PCI_DEVICE_ID_PERICOM_PI7C9X7958, + PCI_ANY_ID, PCI_ANY_ID, + 0, + 0, pbn_pericom_PI7C9X7958 }, /* * Topic TP560 Data/Fax/Voice 56k modem (reported by Evan Clarke) */ @@ -5194,6 +5308,12 @@ pbn_byt }, /* + * Intel Quark x1000 + */ + { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_QRK_UART, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_qrk }, + /* * Cronyx Omega PCI */ { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_CRONYX_OMEGA, --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/8250/8250_pnp.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/8250/8250_pnp.c @@ -41,6 +41,12 @@ { "AEI1240", 0 }, /* Rockwell 56K ACF II Fax+Data+Voice Modem */ { "AKY1021", 0 /*SPCI_FL_NO_SHIRQ*/ }, + /* + * ALi Fast Infrared Controller + * Native driver (ali-ircc) is broken so at least + * it can be used with irtty-sir. + */ + { "ALI5123", 0 }, /* AZT3005 PnP SOUND DEVICE */ { "AZT4001", 0 }, /* Best Data Products Inc. Smart One 336F PnP Modem */ @@ -364,6 +370,11 @@ /* Winbond CIR port, should not be probed. We should keep track of it to prevent the legacy serial driver from probing it */ { "WEC1022", CIR_PORT }, + /* + * SMSC IrCC SIR/FIR port, should not be probed by serial driver + * as well so its own driver can bind to it. + */ + { "SMCF010", CIR_PORT }, { "", 0 } }; --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/atmel_serial.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/atmel_serial.c @@ -527,6 +527,45 @@ } /* + * Disable modem status interrupts + */ +static void atmel_disable_ms(struct uart_port *port) +{ + struct atmel_uart_port *atmel_port = to_atmel_uart_port(port); + uint32_t idr = 0; + + /* + * Interrupt should not be disabled twice + */ + if (!atmel_port->ms_irq_enabled) + return; + + atmel_port->ms_irq_enabled = false; + + if (atmel_port->gpio_irq[UART_GPIO_CTS] >= 0) + disable_irq(atmel_port->gpio_irq[UART_GPIO_CTS]); + else + idr |= ATMEL_US_CTSIC; + + if (atmel_port->gpio_irq[UART_GPIO_DSR] >= 0) + disable_irq(atmel_port->gpio_irq[UART_GPIO_DSR]); + else + idr |= ATMEL_US_DSRIC; + + if (atmel_port->gpio_irq[UART_GPIO_RI] >= 0) + disable_irq(atmel_port->gpio_irq[UART_GPIO_RI]); + else + idr |= ATMEL_US_RIIC; + + if (atmel_port->gpio_irq[UART_GPIO_DCD] >= 0) + disable_irq(atmel_port->gpio_irq[UART_GPIO_DCD]); + else + idr |= ATMEL_US_DCDIC; + + UART_PUT_IDR(port, idr); +} + +/* * Control the transmission of a break signal */ static void atmel_break_ctl(struct uart_port *port, int break_state) @@ -821,6 +860,7 @@ config.direction = DMA_MEM_TO_DEV; config.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; config.dst_addr = port->mapbase + ATMEL_US_THR; + config.dst_maxburst = 1; ret = dmaengine_device_control(atmel_port->chan_tx, DMA_SLAVE_CONFIG, @@ -985,6 +1025,7 @@ config.direction = DMA_DEV_TO_MEM; config.src_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; config.src_addr = port->mapbase + ATMEL_US_RHR; + config.src_maxburst = 1; ret = dmaengine_device_control(atmel_port->chan_rx, DMA_SLAVE_CONFIG, @@ -1993,7 +2034,9 @@ /* CTS flow-control and modem-status interrupts */ if (UART_ENABLE_MS(port, termios->c_cflag)) - port->ops->enable_ms(port); + atmel_enable_ms(port); + else + atmel_disable_ms(port); spin_unlock_irqrestore(&port->lock, flags); } @@ -2535,7 +2578,7 @@ ret = atmel_init_port(port, pdev); if (ret) - goto err; + goto err_clear_bit; if (!atmel_use_pdc_rx(&port->uart)) { ret = -ENOMEM; @@ -2564,6 +2607,12 @@ device_init_wakeup(&pdev->dev, 1); platform_set_drvdata(pdev, port); + /* + * The peripheral clock has been disabled by atmel_init_port(): + * enable it before accessing I/O registers + */ + clk_prepare_enable(port->clk); + if (port->rs485.flags & SER_RS485_ENABLED) { UART_PUT_MR(&port->uart, ATMEL_US_USMODE_NORMAL); UART_PUT_CR(&port->uart, ATMEL_US_RTSEN); @@ -2574,6 +2623,12 @@ */ atmel_get_ip_name(&port->uart); + /* + * The peripheral clock can now safely be disabled till the port + * is used + */ + clk_disable_unprepare(port->clk); + return 0; err_add_port: @@ -2584,6 +2639,8 @@ clk_put(port->clk); port->clk = NULL; } +err_clear_bit: + clear_bit(port->uart.line, atmel_ports_in_use); err: return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/fsl_lpuart.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/fsl_lpuart.c @@ -374,9 +374,6 @@ spin_lock_irqsave(&sport->port.lock, flags); - init_timer(&sport->lpuart_timer); - sport->lpuart_timer.function = lpuart_timer_func; - sport->lpuart_timer.data = (unsigned long)sport; sport->lpuart_timer.expires = jiffies + sport->dma_rx_timeout; add_timer(&sport->lpuart_timer); @@ -517,18 +514,18 @@ static irqreturn_t lpuart_int(int irq, void *dev_id) { struct lpuart_port *sport = dev_id; - unsigned char sts; + unsigned char sts, crdma; sts = readb(sport->port.membase + UARTSR1); + crdma = readb(sport->port.membase + UARTCR5); - if (sts & UARTSR1_RDRF) { + if (sts & UARTSR1_RDRF && !(crdma & UARTCR5_RDMAS)) { if (sport->lpuart_dma_use) lpuart_prepare_rx(sport); else lpuart_rxint(irq, dev_id); } - if (sts & UARTSR1_TDRE && - !(readb(sport->port.membase + UARTCR5) & UARTCR5_TDMAS)) { + if (sts & UARTSR1_TDRE && !(crdma & UARTCR5_TDMAS)) { if (sport->lpuart_dma_use) lpuart_pio_tx(sport); else @@ -611,6 +608,9 @@ writeb(val | UARTPFIFO_TXFE | UARTPFIFO_RXFE, sport->port.membase + UARTPFIFO); + /* explicitly clear RDRF */ + readb(sport->port.membase + UARTSR1); + /* flush Tx and Rx FIFO */ writeb(UARTCFIFO_TXFLUSH | UARTCFIFO_RXFLUSH, sport->port.membase + UARTCFIFO); @@ -777,7 +777,10 @@ sport->lpuart_dma_use = false; } else { sport->lpuart_dma_use = true; + setup_timer(&sport->lpuart_timer, lpuart_timer_func, + (unsigned long)sport); temp = readb(port->membase + UARTCR5); + temp &= ~UARTCR5_RDMAS; writeb(temp | UARTCR5_TDMAS, port->membase + UARTCR5); } @@ -817,6 +820,8 @@ devm_free_irq(port->dev, port->irq, sport); if (sport->lpuart_dma_use) { + del_timer_sync(&sport->lpuart_timer); + lpuart_dma_tx_free(port); lpuart_dma_rx_free(port); } --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/imx.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/imx.c @@ -913,6 +913,14 @@ status = dmaengine_tx_status(chan, (dma_cookie_t)0, &state); count = RX_BUF_SIZE - state.residue; + + if (readl(sport->port.membase + USR2) & USR2_IDLE) { + /* In condition [3] the SDMA counted up too early */ + count--; + + writel(USR2_IDLE, sport->port.membase + USR2); + } + dev_dbg(sport->port.dev, "We get %d bytes.\n", count); if (count) { --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/men_z135_uart.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/men_z135_uart.c @@ -809,6 +809,7 @@ static const struct mcb_device_id men_z135_ids[] = { { .device = 0x87 }, + { } }; MODULE_DEVICE_TABLE(mcb, men_z135_ids); --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/msm_serial.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/msm_serial.c @@ -680,17 +680,6 @@ } #ifdef CONFIG_CONSOLE_POLL -static int msm_poll_init(struct uart_port *port) -{ - struct msm_port *msm_port = UART_TO_MSM(port); - - /* Enable single character mode on RX FIFO */ - if (msm_port->is_uartdm >= UARTDM_1P4) - msm_write(port, UARTDM_DMEN_RX_SC_ENABLE, UARTDM_DMEN); - - return 0; -} - static int msm_poll_get_char_single(struct uart_port *port) { struct msm_port *msm_port = UART_TO_MSM(port); @@ -702,7 +691,7 @@ return msm_read(port, rf_reg) & 0xff; } -static int msm_poll_get_char_dm_1p3(struct uart_port *port) +static int msm_poll_get_char_dm(struct uart_port *port) { int c; static u32 slop; @@ -726,6 +715,10 @@ slop = msm_read(port, UARTDM_RF); c = sp[0]; count--; + msm_write(port, UART_CR_CMD_RESET_STALE_INT, UART_CR); + msm_write(port, 0xFFFFFF, UARTDM_DMRX); + msm_write(port, UART_CR_CMD_STALE_EVENT_ENABLE, + UART_CR); } else { c = NO_POLL_CHAR; } @@ -749,8 +742,8 @@ imr = msm_read(port, UART_IMR); msm_write(port, 0, UART_IMR); - if (msm_port->is_uartdm == UARTDM_1P3) - c = msm_poll_get_char_dm_1p3(port); + if (msm_port->is_uartdm) + c = msm_poll_get_char_dm(port); else c = msm_poll_get_char_single(port); @@ -809,7 +802,6 @@ .verify_port = msm_verify_port, .pm = msm_power, #ifdef CONFIG_CONSOLE_POLL - .poll_init = msm_poll_init, .poll_get_char = msm_poll_get_char, .poll_put_char = msm_poll_put_char, #endif --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/of_serial.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/of_serial.c @@ -266,7 +266,6 @@ { .compatible = "ibm,qpace-nwp-serial", .data = (void *)PORT_NWPSERIAL, }, #endif - { .type = "serial", .data = (void *)PORT_UNKNOWN, }, { /* end of list */ }, }; --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/omap-serial.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/omap-serial.c @@ -254,8 +254,16 @@ { unsigned int n13 = port->uartclk / (13 * baud); unsigned int n16 = port->uartclk / (16 * baud); - int baudAbsDiff13 = baud - (port->uartclk / (13 * n13)); - int baudAbsDiff16 = baud - (port->uartclk / (16 * n16)); + int baudAbsDiff13; + int baudAbsDiff16; + + if (n13 == 0) + n13 = 1; + if (n16 == 0) + n16 = 1; + + baudAbsDiff13 = baud - (port->uartclk / (13 * n13)); + baudAbsDiff16 = baud - (port->uartclk / (16 * n16)); if (baudAbsDiff13 < 0) baudAbsDiff13 = -baudAbsDiff13; if (baudAbsDiff16 < 0) @@ -1342,7 +1350,7 @@ /* Enable or disable the rs485 support */ static void -serial_omap_config_rs485(struct uart_port *port, struct serial_rs485 *rs485conf) +serial_omap_config_rs485(struct uart_port *port, struct serial_rs485 *rs485) { struct uart_omap_port *up = to_uart_omap_port(port); unsigned long flags; @@ -1357,8 +1365,12 @@ up->ier = 0; serial_out(up, UART_IER, 0); + /* Clamp the delays to [0, 100ms] */ + rs485->delay_rts_before_send = min(rs485->delay_rts_before_send, 100U); + rs485->delay_rts_after_send = min(rs485->delay_rts_after_send, 100U); + /* store new config */ - up->rs485 = *rs485conf; + up->rs485 = *rs485; /* * Just as a precaution, only allow rs485 --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/samsung.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/samsung.c @@ -567,11 +567,15 @@ unsigned int old) { struct s3c24xx_uart_port *ourport = to_ourport(port); + int timeout = 10000; ourport->pm_level = level; switch (level) { case 3: + while (--timeout && !s3c24xx_serial_txempty_nofifo(port)) + udelay(100); + if (!IS_ERR(ourport->baudclk)) clk_disable_unprepare(ourport->baudclk); --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/serial_core.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/serial_core.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include @@ -243,6 +244,9 @@ /* * Turn off DTR and RTS early. */ + if (uart_console(uport) && tty) + uport->cons->cflag = tty->termios.c_cflag; + if (!tty || (tty->termios.c_cflag & HUPCL)) uart_clear_mctrl(uport, TIOCM_DTR | TIOCM_RTS); @@ -358,7 +362,7 @@ * The spd_hi, spd_vhi, spd_shi, spd_warp kludge... * Die! Die! Die! */ - if (baud == 38400) + if (try == 0 && baud == 38400) baud = altbaud; /* @@ -2615,6 +2619,8 @@ spin_lock_init(&uport->lock); lockdep_set_class(&uport->lock, &port_lock_key); } + if (uport->cons && uport->dev) + of_console_check(uport->dev->of_node, uport->cons->name, uport->line); uart_configure_port(drv, state, uport); --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/sunsab.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/sunsab.c @@ -157,6 +157,15 @@ (up->port.line == up->port.cons->index)) saw_console_brk = 1; + if (count == 0) { + if (unlikely(stat->sreg.isr1 & SAB82532_ISR1_BRK)) { + stat->sreg.isr0 &= ~(SAB82532_ISR0_PERR | + SAB82532_ISR0_FERR); + up->port.icount.brk++; + uart_handle_break(&up->port); + } + } + for (i = 0; i < count; i++) { unsigned char ch = buf[i], flag; --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/uartlite.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/uartlite.c @@ -638,7 +638,8 @@ static int ulite_probe(struct platform_device *pdev) { - struct resource *res, *res2; + struct resource *res; + int irq; int id = pdev->id; #ifdef CONFIG_OF const __be32 *prop; @@ -652,11 +653,11 @@ if (!res) return -ENODEV; - res2 = platform_get_resource(pdev, IORESOURCE_IRQ, 0); - if (!res2) - return -ENODEV; + irq = platform_get_irq(pdev, 0); + if (irq <= 0) + return -ENXIO; - return ulite_assign(&pdev->dev, id, res->start, res2->start); + return ulite_assign(&pdev->dev, id, res->start, irq); } static int ulite_remove(struct platform_device *pdev) --- linux-lts-utopic-3.16.0.orig/drivers/tty/serial/xilinx_uartps.c +++ linux-lts-utopic-3.16.0/drivers/tty/serial/xilinx_uartps.c @@ -1290,9 +1290,9 @@ */ static int cdns_uart_probe(struct platform_device *pdev) { - int rc, id; + int rc, id, irq; struct uart_port *port; - struct resource *res, *res2; + struct resource *res; struct cdns_uart *cdns_uart_data; cdns_uart_data = devm_kzalloc(&pdev->dev, sizeof(*cdns_uart_data), @@ -1339,9 +1339,9 @@ goto err_out_clk_disable; } - res2 = platform_get_resource(pdev, IORESOURCE_IRQ, 0); - if (!res2) { - rc = -ENODEV; + irq = platform_get_irq(pdev, 0); + if (irq <= 0) { + rc = -ENXIO; goto err_out_clk_disable; } @@ -1370,7 +1370,7 @@ * and triggers invocation of the config_port() entry point. */ port->mapbase = res->start; - port->irq = res2->start; + port->irq = irq; port->dev = &pdev->dev; port->uartclk = clk_get_rate(cdns_uart_data->uartclk); port->private_data = cdns_uart_data; --- linux-lts-utopic-3.16.0.orig/drivers/tty/sysrq.c +++ linux-lts-utopic-3.16.0/drivers/tty/sysrq.c @@ -55,9 +55,6 @@ static int __read_mostly sysrq_enabled = CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE; static bool __read_mostly sysrq_always_enabled; -unsigned short platform_sysrq_reset_seq[] __weak = { KEY_RESERVED }; -int sysrq_reset_downtime_ms __weak; - static bool sysrq_on(void) { return sysrq_enabled || sysrq_always_enabled; @@ -136,6 +133,12 @@ { char *killer = NULL; + /* we need to release the RCU read lock here, + * otherwise we get an annoying + * 'BUG: sleeping function called from invalid context' + * complaint from the kernel before the panic. + */ + rcu_read_unlock(); panic_on_oops = 1; /* force panic */ wmb(); *killer = 1; @@ -567,6 +570,7 @@ EXPORT_SYMBOL(handle_sysrq); #ifdef CONFIG_INPUT +static int sysrq_reset_downtime_ms; /* Simple translation table for the SysRq keys */ static const unsigned char sysrq_xlate[KEY_CNT] = @@ -947,23 +951,8 @@ static inline void sysrq_register_handler(void) { - unsigned short key; int error; - int i; - - /* First check if a __weak interface was instantiated. */ - for (i = 0; i < ARRAY_SIZE(sysrq_reset_seq); i++) { - key = platform_sysrq_reset_seq[i]; - if (key == KEY_RESERVED || key > KEY_MAX) - break; - - sysrq_reset_seq[sysrq_reset_seq_len++] = key; - } - /* - * DT configuration takes precedence over anything that would - * have been defined via the __weak interface. - */ sysrq_of_get_keyreset_config(); error = input_register_handler(&sysrq_handler); --- linux-lts-utopic-3.16.0.orig/drivers/tty/tty_buffer.c +++ linux-lts-utopic-3.16.0/drivers/tty/tty_buffer.c @@ -411,7 +411,7 @@ count = disc->ops->receive_buf2(tty, p, f, count); else { count = min_t(int, count, tty->receive_room); - if (count) + if (count && disc->ops->receive_buf) disc->ops->receive_buf(tty, p, f, count); } head->read += count; --- linux-lts-utopic-3.16.0.orig/drivers/tty/tty_io.c +++ linux-lts-utopic-3.16.0/drivers/tty/tty_io.c @@ -996,8 +996,8 @@ /* We limit tty time update visibility to every 8 seconds or so. */ static void tty_update_time(struct timespec *time) { - unsigned long sec = get_seconds() & ~7; - if ((long)(sec - time->tv_sec) > 0) + unsigned long sec = get_seconds(); + if (abs(sec - time->tv_sec) & ~7) time->tv_sec = sec; } @@ -1701,6 +1701,8 @@ int pty_master, tty_closing, o_tty_closing, do_sleep; int idx; char buf[64]; + long timeout = 0; + int once = 1; if (tty_paranoia_check(tty, inode, __func__)) return 0; @@ -1781,11 +1783,18 @@ if (!do_sleep) break; - printk(KERN_WARNING "%s: %s: read/write wait queue active!\n", - __func__, tty_name(tty, buf)); + if (once) { + once = 0; + printk(KERN_WARNING "%s: %s: read/write wait queue active!\n", + __func__, tty_name(tty, buf)); + } tty_unlock_pair(tty, o_tty); mutex_unlock(&tty_mutex); - schedule(); + schedule_timeout_killable(timeout); + if (timeout < 120 * HZ) + timeout = 2 * timeout + 1; + else + timeout = MAX_SCHEDULE_TIMEOUT; } /* @@ -2576,6 +2585,28 @@ } /** + * tiocgetd - get line discipline + * @tty: tty device + * @p: pointer to user data + * + * Retrieves the line discipline id directly from the ldisc. + * + * Locking: waits for ldisc reference (in case the line discipline + * is changing or the tty is being hungup) + */ + +static int tiocgetd(struct tty_struct *tty, int __user *p) +{ + struct tty_ldisc *ld; + int ret; + + ld = tty_ldisc_ref_wait(tty); + ret = put_user(ld->ops->num, p); + tty_ldisc_deref(ld); + return ret; +} + +/** * send_break - performed time break * @tty: device to break on * @duration: timeout in mS @@ -2789,7 +2820,7 @@ case TIOCGSID: return tiocgsid(tty, real_tty, p); case TIOCGETD: - return put_user(tty->ldisc->ops->num, (int __user *)p); + return tiocgetd(tty, p); case TIOCSETD: return tiocsetd(tty, p); case TIOCVHANGUP: --- linux-lts-utopic-3.16.0.orig/drivers/tty/tty_ioctl.c +++ linux-lts-utopic-3.16.0/drivers/tty/tty_ioctl.c @@ -217,11 +217,17 @@ #endif if (!timeout) timeout = MAX_SCHEDULE_TIMEOUT; + if (wait_event_interruptible_timeout(tty->write_wait, - !tty_chars_in_buffer(tty), timeout) >= 0) { - if (tty->ops->wait_until_sent) - tty->ops->wait_until_sent(tty, timeout); + !tty_chars_in_buffer(tty), timeout) < 0) { + return; } + + if (timeout == MAX_SCHEDULE_TIMEOUT) + timeout = 0; + + if (tty->ops->wait_until_sent) + tty->ops->wait_until_sent(tty, timeout); } EXPORT_SYMBOL(tty_wait_until_sent); --- linux-lts-utopic-3.16.0.orig/drivers/tty/vt/consolemap.c +++ linux-lts-utopic-3.16.0/drivers/tty/vt/consolemap.c @@ -539,6 +539,12 @@ /* Save original vc_unipagdir_loc in case we allocate a new one */ p = *vc->vc_uni_pagedir_loc; + + if (!p) { + err = -EINVAL; + + goto out_unlock; + } if (p->refcount > 1) { int j, k; @@ -623,6 +629,7 @@ set_inverse_transl(vc, p, i); /* Update inverse translations */ set_inverse_trans_unicode(vc, p); +out_unlock: console_unlock(); return err; } --- linux-lts-utopic-3.16.0.orig/drivers/tty/vt/vt.c +++ linux-lts-utopic-3.16.0/drivers/tty/vt/vt.c @@ -102,6 +102,7 @@ #include #include #include +#include #define MAX_NR_CON_DRIVER 16 @@ -144,7 +145,7 @@ static int con_open(struct tty_struct *, struct file *); static void vc_init(struct vc_data *vc, unsigned int rows, - unsigned int cols, int do_clear); + unsigned int cols, int do_clear, int mode); static void gotoxy(struct vc_data *vc, int new_x, int new_y); static void save_cur(struct vc_data *vc); static void reset_terminal(struct vc_data *vc, int do_clear); @@ -165,6 +166,9 @@ static int cur_default = CUR_DEFAULT; module_param(cur_default, int, S_IRUGO | S_IWUSR); +int vt_handoff = 0; +module_param_named(handoff, vt_handoff, int, S_IRUGO | S_IWUSR); + /* * ignore_poke: don't unblank the screen when things are typed. This is * mainly for the privacy of braille terminal users. @@ -498,6 +502,7 @@ #endif if (DO_UPDATE(vc)) do_update_region(vc, (unsigned long) p, count); + notify_update(vc); } /* used by selection: complement pointer position */ @@ -514,6 +519,7 @@ scr_writew(old, screenpos(vc, old_offset, 1)); if (DO_UPDATE(vc)) vc->vc_sw->con_putc(vc, old, oldy, oldx); + notify_update(vc); } old_offset = offset; @@ -531,8 +537,8 @@ oldy = (offset >> 1) / vc->vc_cols; vc->vc_sw->con_putc(vc, new, oldy, oldx); } + notify_update(vc); } - } static void insert_char(struct vc_data *vc, unsigned int nr) @@ -676,6 +682,13 @@ } if (tty0dev) sysfs_notify(&tty0dev->kobj, NULL, "active"); + /* + * If we are switching away from a transparent VT the contents + * will be lost, convert it into a blank text console then + * it will be repainted blank if we ever switch back. + */ + if (old_vc->vc_mode == KD_TRANSPARENT) + old_vc->vc_mode = KD_TEXT; } else { hide_cursor(vc); redraw = 1; @@ -789,7 +802,7 @@ if (global_cursor_default == -1) global_cursor_default = 1; - vc_init(vc, vc->vc_rows, vc->vc_cols, 1); + vc_init(vc, vc->vc_rows, vc->vc_cols, 1, KD_TEXT); vcs_make_sysfs(currcons); atomic_notifier_call_chain(&vt_notifier_list, VT_ALLOCATE, ¶m); } @@ -2905,7 +2918,7 @@ module_param_named(underline, default_underline_color, int, S_IRUGO | S_IWUSR); static void vc_init(struct vc_data *vc, unsigned int rows, - unsigned int cols, int do_clear) + unsigned int cols, int do_clear, int mode) { int j, k ; @@ -2916,7 +2929,7 @@ set_origin(vc); vc->vc_pos = vc->vc_origin; - reset_vc(vc); + reset_vc(vc, mode); for (j=k=0; j<16; j++) { vc->vc_palette[k++] = default_red[j] ; vc->vc_palette[k++] = default_grn[j] ; @@ -2973,16 +2986,32 @@ mod_timer(&console_timer, jiffies + (blankinterval * HZ)); } + if (vt_handoff > 0 && vt_handoff <= MAX_NR_CONSOLES) { + currcons = vt_handoff - 1; + vc_cons[currcons].d = vc = kzalloc(sizeof(struct vc_data), GFP_NOWAIT); + INIT_WORK(&vc_cons[currcons].SAK_work, vc_SAK); + tty_port_init(&vc->port); + visual_init(vc, currcons, 1); + vc->vc_screenbuf = kzalloc(vc->vc_screenbuf_size, GFP_NOWAIT); + vc_init(vc, vc->vc_rows, vc->vc_cols, 0, KD_TRANSPARENT); + } for (currcons = 0; currcons < MIN_NR_CONSOLES; currcons++) { + if (currcons == vt_handoff - 1) + continue; vc_cons[currcons].d = vc = kzalloc(sizeof(struct vc_data), GFP_NOWAIT); INIT_WORK(&vc_cons[currcons].SAK_work, vc_SAK); tty_port_init(&vc->port); visual_init(vc, currcons, 1); vc->vc_screenbuf = kzalloc(vc->vc_screenbuf_size, GFP_NOWAIT); vc_init(vc, vc->vc_rows, vc->vc_cols, - currcons || !vc->vc_sw->con_save_screen); + currcons || !vc->vc_sw->con_save_screen, KD_TEXT); } currcons = fg_console = 0; + if (vt_handoff > 0) { + printk(KERN_INFO "vt handoff: transparent VT on vt#%d\n", + vt_handoff); + currcons = fg_console = vt_handoff - 1; + } master_display_fg = vc = vc_cons[currcons].d; set_origin(vc); save_screen(vc); --- linux-lts-utopic-3.16.0.orig/drivers/tty/vt/vt_ioctl.c +++ linux-lts-utopic-3.16.0/drivers/tty/vt/vt_ioctl.c @@ -1046,9 +1046,9 @@ return ret; } -void reset_vc(struct vc_data *vc) +void reset_vc(struct vc_data *vc, int mode) { - vc->vc_mode = KD_TEXT; + vc->vc_mode = mode; vt_reset_unicode(vc->vc_num); vc->vt_mode.mode = VT_AUTO; vc->vt_mode.waitv = 0; @@ -1080,7 +1080,7 @@ */ if (tty) __do_SAK(tty); - reset_vc(vc); + reset_vc(vc, KD_TEXT); } console_unlock(); } @@ -1337,7 +1337,7 @@ * this outside of VT_PROCESS but there is no single process * to account for and tracking tty count may be undesirable. */ - reset_vc(vc); + reset_vc(vc, KD_TEXT); if (old_vc_mode != vc->vc_mode) { if (vc->vc_mode == KD_TEXT) @@ -1409,7 +1409,7 @@ * this outside of VT_PROCESS but there is no single process * to account for and tracking tty count may be undesirable. */ - reset_vc(vc); + reset_vc(vc, KD_TEXT); /* * Fall through to normal (VT_AUTO) handling of the switch... --- linux-lts-utopic-3.16.0.orig/drivers/usb/Kconfig +++ linux-lts-utopic-3.16.0/drivers/usb/Kconfig @@ -92,6 +92,8 @@ source "drivers/usb/image/Kconfig" +source "drivers/usb/usbip/Kconfig" + endif source "drivers/usb/musb/Kconfig" --- linux-lts-utopic-3.16.0.orig/drivers/usb/Makefile +++ linux-lts-utopic-3.16.0/drivers/usb/Makefile @@ -60,3 +60,5 @@ obj-$(CONFIG_USB_GADGET) += gadget/ obj-$(CONFIG_USB_COMMON) += common/ + +obj-$(CONFIG_USBIP_CORE) += usbip/ --- linux-lts-utopic-3.16.0.orig/drivers/usb/chipidea/ci_hdrc_msm.c +++ linux-lts-utopic-3.16.0/drivers/usb/chipidea/ci_hdrc_msm.c @@ -20,13 +20,13 @@ static void ci_hdrc_msm_notify_event(struct ci_hdrc *ci, unsigned event) { struct device *dev = ci->gadget.dev.parent; - int val; switch (event) { case CI_HDRC_CONTROLLER_RESET_EVENT: dev_dbg(dev, "CI_HDRC_CONTROLLER_RESET_EVENT received\n"); writel(0, USB_AHBBURST); writel(0, USB_AHBMODE); + usb_phy_init(ci->transceiver); break; case CI_HDRC_CONTROLLER_STOPPED_EVENT: dev_dbg(dev, "CI_HDRC_CONTROLLER_STOPPED_EVENT received\n"); @@ -34,10 +34,7 @@ * Put the transceiver in non-driving mode. Otherwise host * may not detect soft-disconnection. */ - val = usb_phy_io_read(ci->transceiver, ULPI_FUNC_CTRL); - val &= ~ULPI_FUNC_CTRL_OPMODE_MASK; - val |= ULPI_FUNC_CTRL_OPMODE_NONDRIVING; - usb_phy_io_write(ci->transceiver, val, ULPI_FUNC_CTRL); + usb_phy_notify_disconnect(ci->transceiver, USB_SPEED_UNKNOWN); break; default: dev_dbg(dev, "unknown ci_hdrc event\n"); --- linux-lts-utopic-3.16.0.orig/drivers/usb/chipidea/core.c +++ linux-lts-utopic-3.16.0/drivers/usb/chipidea/core.c @@ -732,7 +732,6 @@ ci_role_destroy(ci); ci_hdrc_enter_lpm(ci, true); usb_phy_shutdown(ci->transceiver); - kfree(ci->hw_bank.regmap); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/chipidea/debug.c +++ linux-lts-utopic-3.16.0/drivers/usb/chipidea/debug.c @@ -312,8 +312,10 @@ if (role == CI_ROLE_END || role == ci->role) return -EINVAL; + disable_irq(ci->irq); ci_role_stop(ci); ret = ci_role_start(ci, role); + enable_irq(ci->irq); return ret ? ret : count; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/chipidea/otg.c +++ linux-lts-utopic-3.16.0/drivers/usb/chipidea/otg.c @@ -116,7 +116,7 @@ int ci_hdrc_otg_init(struct ci_hdrc *ci) { INIT_WORK(&ci->work, ci_otg_work); - ci->wq = create_singlethread_workqueue("ci_otg"); + ci->wq = create_freezable_workqueue("ci_otg"); if (!ci->wq) { dev_err(ci->dev, "can't create workqueue\n"); return -ENODEV; --- linux-lts-utopic-3.16.0.orig/drivers/usb/chipidea/otg_fsm.c +++ linux-lts-utopic-3.16.0/drivers/usb/chipidea/otg_fsm.c @@ -537,7 +537,6 @@ { struct ci_hdrc *ci = container_of(fsm, struct ci_hdrc, fsm); - mutex_unlock(&fsm->lock); if (on) { ci_role_stop(ci); ci_role_start(ci, CI_ROLE_HOST); @@ -546,7 +545,6 @@ hw_device_reset(ci, USBMODE_CM_DC); ci_role_start(ci, CI_ROLE_GADGET); } - mutex_lock(&fsm->lock); return 0; } @@ -554,12 +552,10 @@ { struct ci_hdrc *ci = container_of(fsm, struct ci_hdrc, fsm); - mutex_unlock(&fsm->lock); if (on) usb_gadget_vbus_connect(&ci->gadget); else usb_gadget_vbus_disconnect(&ci->gadget); - mutex_lock(&fsm->lock); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/chipidea/udc.c +++ linux-lts-utopic-3.16.0/drivers/usb/chipidea/udc.c @@ -638,6 +638,44 @@ return 0; } +static int _ep_set_halt(struct usb_ep *ep, int value, bool check_transfer) +{ + struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); + int direction, retval = 0; + unsigned long flags; + + if (ep == NULL || hwep->ep.desc == NULL) + return -EINVAL; + + if (usb_endpoint_xfer_isoc(hwep->ep.desc)) + return -EOPNOTSUPP; + + spin_lock_irqsave(hwep->lock, flags); + + if (value && hwep->dir == TX && check_transfer && + !list_empty(&hwep->qh.queue) && + !usb_endpoint_xfer_control(hwep->ep.desc)) { + spin_unlock_irqrestore(hwep->lock, flags); + return -EAGAIN; + } + + direction = hwep->dir; + do { + retval |= hw_ep_set_halt(hwep->ci, hwep->num, hwep->dir, value); + + if (!value) + hwep->wedge = 0; + + if (hwep->type == USB_ENDPOINT_XFER_CONTROL) + hwep->dir = (hwep->dir == TX) ? RX : TX; + + } while (hwep->dir != direction); + + spin_unlock_irqrestore(hwep->lock, flags); + return retval; +} + + /** * _gadget_stop_activity: stops all USB activity, flushes & disables all endpts * @gadget: gadget @@ -933,6 +971,13 @@ return retval; } +static int otg_a_alt_hnp_support(struct ci_hdrc *ci) +{ + dev_warn(&ci->gadget.dev, + "connect the device to an alternate port if you want HNP\n"); + return isr_setup_status_phase(ci); +} + /** * isr_setup_packet_handler: setup packet handler * @ci: UDC descriptor @@ -1030,7 +1075,7 @@ num += ci->hw_ep_max / 2; spin_unlock(&ci->lock); - err = usb_ep_set_halt(&ci->ci_hw_ep[num].ep); + err = _ep_set_halt(&ci->ci_hw_ep[num].ep, 1, false); spin_lock(&ci->lock); if (!err) isr_setup_status_phase(ci); @@ -1065,6 +1110,10 @@ ci); } break; + case USB_DEVICE_A_ALT_HNP_SUPPORT: + if (ci_otg_is_fsm_mode(ci)) + err = otg_a_alt_hnp_support(ci); + break; default: goto delegate; } @@ -1085,8 +1134,8 @@ if (err < 0) { spin_unlock(&ci->lock); - if (usb_ep_set_halt(&hwep->ep)) - dev_err(ci->dev, "error: ep_set_halt\n"); + if (_ep_set_halt(&hwep->ep, 1, false)) + dev_err(ci->dev, "error: _ep_set_halt\n"); spin_lock(&ci->lock); } } @@ -1117,9 +1166,9 @@ err = isr_setup_status_phase(ci); if (err < 0) { spin_unlock(&ci->lock); - if (usb_ep_set_halt(&hwep->ep)) + if (_ep_set_halt(&hwep->ep, 1, false)) dev_err(ci->dev, - "error: ep_set_halt\n"); + "error: _ep_set_halt\n"); spin_lock(&ci->lock); } } @@ -1362,41 +1411,7 @@ */ static int ep_set_halt(struct usb_ep *ep, int value) { - struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); - int direction, retval = 0; - unsigned long flags; - - if (ep == NULL || hwep->ep.desc == NULL) - return -EINVAL; - - if (usb_endpoint_xfer_isoc(hwep->ep.desc)) - return -EOPNOTSUPP; - - spin_lock_irqsave(hwep->lock, flags); - -#ifndef STALL_IN - /* g_file_storage MS compliant but g_zero fails chapter 9 compliance */ - if (value && hwep->type == USB_ENDPOINT_XFER_BULK && hwep->dir == TX && - !list_empty(&hwep->qh.queue)) { - spin_unlock_irqrestore(hwep->lock, flags); - return -EAGAIN; - } -#endif - - direction = hwep->dir; - do { - retval |= hw_ep_set_halt(hwep->ci, hwep->num, hwep->dir, value); - - if (!value) - hwep->wedge = 0; - - if (hwep->type == USB_ENDPOINT_XFER_CONTROL) - hwep->dir = (hwep->dir == TX) ? RX : TX; - - } while (hwep->dir != direction); - - spin_unlock_irqrestore(hwep->lock, flags); - return retval; + return _ep_set_halt(ep, value, true); } /** --- linux-lts-utopic-3.16.0.orig/drivers/usb/class/cdc-acm.c +++ linux-lts-utopic-3.16.0/drivers/usb/class/cdc-acm.c @@ -145,8 +145,15 @@ /* devices aren't required to support these requests. * the cdc acm descriptor tells whether they do... */ -#define acm_set_control(acm, control) \ - acm_ctrl_msg(acm, USB_CDC_REQ_SET_CONTROL_LINE_STATE, control, NULL, 0) +static inline int acm_set_control(struct acm *acm, int control) +{ + if (acm->quirks & QUIRK_CONTROL_LINE_STATE) + return -EOPNOTSUPP; + + return acm_ctrl_msg(acm, USB_CDC_REQ_SET_CONTROL_LINE_STATE, + control, NULL, 0); +} + #define acm_set_line(acm, line) \ acm_ctrl_msg(acm, USB_CDC_REQ_SET_LINE_CODING, 0, line, sizeof *(line)) #define acm_send_break(acm, ms) \ @@ -420,7 +427,8 @@ if (urb->status) { dev_dbg(&acm->data->dev, "%s - non-zero urb status: %d\n", __func__, urb->status); - return; + if ((urb->status != -ENOENT) || (urb->actual_length == 0)) + return; } usb_mark_last_busy(acm->dev); @@ -980,11 +988,12 @@ /* FIXME: Needs to clear unsupported bits in the termios */ acm->clocal = ((termios->c_cflag & CLOCAL) != 0); - if (!newline.dwDTERate) { + if (C_BAUD(tty) == B0) { newline.dwDTERate = acm->line.dwDTERate; newctrl &= ~ACM_CTRL_DTR; - } else + } else if (termios_old && (termios_old->c_cflag & CBAUD) == B0) { newctrl |= ACM_CTRL_DTR; + } if (newctrl != acm->ctrlout) acm_set_control(acm, acm->ctrlout = newctrl); @@ -1078,6 +1087,7 @@ unsigned long quirks; int num_rx_buf; int i; + unsigned int elength = 0; int combined_interfaces = 0; struct device *tty_dev; int rv = -ENOMEM; @@ -1094,6 +1104,9 @@ if (quirks == NO_UNION_NORMAL) { data_interface = usb_ifnum_to_if(usb_dev, 1); control_interface = usb_ifnum_to_if(usb_dev, 0); + /* we would crash */ + if (!data_interface || !control_interface) + return -ENODEV; goto skip_normal_probe; } @@ -1119,6 +1132,12 @@ } while (buflen > 0) { + elength = buffer[0]; + if (!elength) { + dev_err(&intf->dev, "skipping garbage byte\n"); + elength = 1; + goto next_desc; + } if (buffer[1] != USB_DT_CS_INTERFACE) { dev_err(&intf->dev, "skipping garbage\n"); goto next_desc; @@ -1126,6 +1145,8 @@ switch (buffer[2]) { case USB_CDC_UNION_TYPE: /* we've found it */ + if (elength < sizeof(struct usb_cdc_union_desc)) + goto next_desc; if (union_header) { dev_err(&intf->dev, "More than one " "union descriptor, skipping ...\n"); @@ -1134,31 +1155,38 @@ union_header = (struct usb_cdc_union_desc *)buffer; break; case USB_CDC_COUNTRY_TYPE: /* export through sysfs*/ + if (elength < sizeof(struct usb_cdc_country_functional_desc)) + goto next_desc; cfd = (struct usb_cdc_country_functional_desc *)buffer; break; case USB_CDC_HEADER_TYPE: /* maybe check version */ break; /* for now we ignore it */ case USB_CDC_ACM_TYPE: + if (elength < 4) + goto next_desc; ac_management_function = buffer[3]; break; case USB_CDC_CALL_MANAGEMENT_TYPE: + if (elength < 5) + goto next_desc; call_management_function = buffer[3]; call_interface_num = buffer[4]; if ((quirks & NOT_A_MODEM) == 0 && (call_management_function & 3) != 3) dev_err(&intf->dev, "This device cannot do calls on its own. It is not a modem.\n"); break; default: - /* there are LOTS more CDC descriptors that + /* + * there are LOTS more CDC descriptors that * could legitimately be found here. */ dev_dbg(&intf->dev, "Ignoring descriptor: " - "type %02x, length %d\n", - buffer[2], buffer[0]); + "type %02x, length %ud\n", + buffer[2], elength); break; } next_desc: - buflen -= buffer[0]; - buffer += buffer[0]; + buflen -= elength; + buffer += elength; } if (!union_header) { @@ -1184,10 +1212,11 @@ } else { control_interface = usb_ifnum_to_if(usb_dev, union_header->bMasterInterface0); data_interface = usb_ifnum_to_if(usb_dev, (data_interface_num = union_header->bSlaveInterface0)); - if (!control_interface || !data_interface) { - dev_dbg(&intf->dev, "no interfaces\n"); - return -ENODEV; - } + } + + if (!control_interface || !data_interface) { + dev_dbg(&intf->dev, "no interfaces\n"); + return -ENODEV; } if (data_interface_num != call_interface_num) @@ -1314,6 +1343,7 @@ tty_port_init(&acm->port); acm->port.ops = &acm_port_ops; init_usb_anchor(&acm->delayed); + acm->quirks = quirks; buf = usb_alloc_coherent(usb_dev, ctrlsize, GFP_KERNEL, &acm->ctrl_dma); if (!buf) { @@ -1391,6 +1421,8 @@ usb_sndbulkpipe(usb_dev, epwrite->bEndpointAddress), NULL, acm->writesize, acm_write_bulk, snd); snd->urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP; + if (quirks & SEND_ZERO_PACKET) + snd->urb->transfer_flags |= URB_ZERO_PACKET; snd->instance = acm; } @@ -1454,6 +1486,11 @@ goto alloc_fail8; } + if (quirks & CLEAR_HALT_CONDITIONS) { + usb_clear_halt(usb_dev, usb_rcvbulkpipe(usb_dev, epread->bEndpointAddress)); + usb_clear_halt(usb_dev, usb_sndbulkpipe(usb_dev, epwrite->bEndpointAddress)); + } + return 0; alloc_fail8: if (acm->country_codes) { @@ -1461,6 +1498,7 @@ &dev_attr_wCountryCodes); device_remove_file(&acm->control->dev, &dev_attr_iCountryCodeRelDate); + kfree(acm->country_codes); } device_remove_file(&acm->control->dev, &dev_attr_bmCapabilities); alloc_fail7: @@ -1640,6 +1678,8 @@ static const struct usb_device_id acm_ids[] = { /* quirky and broken devices */ + { USB_DEVICE(0x076d, 0x0006), /* Denso Cradle CU-321 */ + .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */ { USB_DEVICE(0x17ef, 0x7000), /* Lenovo USB modem */ .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */ { USB_DEVICE(0x0870, 0x0001), /* Metricom GS Modem */ @@ -1681,6 +1721,9 @@ { USB_DEVICE(0x0572, 0x1328), /* Shiro / Aztech USB MODEM UM-3100 */ .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ }, + { USB_DEVICE(0x20df, 0x0001), /* Simtec Electronics Entropy Key */ + .driver_info = QUIRK_CONTROL_LINE_STATE, }, + { USB_DEVICE(0x2184, 0x001c) }, /* GW Instek AFG-2225 */ { USB_DEVICE(0x22b8, 0x6425), /* Motorola MOTOMAGX phones */ }, /* Motorola H24 HSPA module: */ @@ -1727,6 +1770,10 @@ .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */ }, + { USB_DEVICE(0x2912, 0x0001), /* ATOL FPrint */ + .driver_info = CLEAR_HALT_CONDITIONS, + }, + /* Nokia S60 phones expose two ACM channels. The first is * a modem and is picked up by the standard AT-command * information below. The second is 'vendor-specific' but @@ -1815,6 +1862,16 @@ }, #endif + /*Samsung phone in firmware update mode */ + { USB_DEVICE(0x04e8, 0x685d), + .driver_info = IGNORE_DEVICE, + }, + + /* Exclude Infineon Flash Loader utility */ + { USB_DEVICE(0x058b, 0x0041), + .driver_info = IGNORE_DEVICE, + }, + /* control interfaces without any protocol set */ { USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM, USB_CDC_PROTO_NONE) }, @@ -1833,6 +1890,10 @@ { USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM, USB_CDC_ACM_PROTO_AT_CDMA) }, + { USB_DEVICE(0x1519, 0x0452), /* Intel 7260 modem */ + .driver_info = SEND_ZERO_PACKET, + }, + { } }; --- linux-lts-utopic-3.16.0.orig/drivers/usb/class/cdc-acm.h +++ linux-lts-utopic-3.16.0/drivers/usb/class/cdc-acm.h @@ -121,6 +121,7 @@ unsigned int throttle_req:1; /* throttle requested */ u8 bInterval; struct usb_anchor delayed; /* writes queued for a device about to be woken */ + unsigned long quirks; }; #define CDC_DATA_INTERFACE_TYPE 0x0a @@ -132,3 +133,6 @@ #define NOT_A_MODEM BIT(3) #define NO_DATA_INTERFACE BIT(4) #define IGNORE_DEVICE BIT(5) +#define QUIRK_CONTROL_LINE_STATE BIT(6) +#define CLEAR_HALT_CONDITIONS BIT(7) +#define SEND_ZERO_PACKET BIT(8) --- linux-lts-utopic-3.16.0.orig/drivers/usb/class/cdc-wdm.c +++ linux-lts-utopic-3.16.0/drivers/usb/class/cdc-wdm.c @@ -245,7 +245,7 @@ case USB_CDC_NOTIFY_RESPONSE_AVAILABLE: dev_dbg(&desc->intf->dev, "NOTIFY_RESPONSE_AVAILABLE received: index %d len %d", - dr->wIndex, dr->wLength); + le16_to_cpu(dr->wIndex), le16_to_cpu(dr->wLength)); break; case USB_CDC_NOTIFY_NETWORK_CONNECTION: @@ -262,7 +262,9 @@ clear_bit(WDM_POLL_RUNNING, &desc->flags); dev_err(&desc->intf->dev, "unknown notification %d received: index %d len %d\n", - dr->bNotificationType, dr->wIndex, dr->wLength); + dr->bNotificationType, + le16_to_cpu(dr->wIndex), + le16_to_cpu(dr->wLength)); goto exit; } @@ -408,7 +410,7 @@ USB_RECIP_INTERFACE); req->bRequest = USB_CDC_SEND_ENCAPSULATED_COMMAND; req->wValue = 0; - req->wIndex = desc->inum; + req->wIndex = desc->inum; /* already converted */ req->wLength = cpu_to_le16(count); set_bit(WDM_IN_USE, &desc->flags); desc->outbuf = buf; @@ -422,7 +424,7 @@ rv = usb_translate_errors(rv); } else { dev_dbg(&desc->intf->dev, "Tx URB has been submitted index=%d", - req->wIndex); + le16_to_cpu(req->wIndex)); } out: usb_autopm_put_interface(desc->intf); @@ -820,7 +822,7 @@ desc->irq->bRequestType = (USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE); desc->irq->bRequest = USB_CDC_GET_ENCAPSULATED_RESPONSE; desc->irq->wValue = 0; - desc->irq->wIndex = desc->inum; + desc->irq->wIndex = desc->inum; /* already converted */ desc->irq->wLength = cpu_to_le16(desc->wMaxCommand); usb_fill_control_urb( --- linux-lts-utopic-3.16.0.orig/drivers/usb/class/usblp.c +++ linux-lts-utopic-3.16.0/drivers/usb/class/usblp.c @@ -869,11 +869,11 @@ add_wait_queue(&usblp->wwait, &waita); for (;;) { - set_current_state(TASK_INTERRUPTIBLE); if (mutex_lock_interruptible(&usblp->mut)) { rc = -EINTR; break; } + set_current_state(TASK_INTERRUPTIBLE); rc = usblp_wtest(usblp, nonblock); mutex_unlock(&usblp->mut); if (rc <= 0) --- linux-lts-utopic-3.16.0.orig/drivers/usb/common/usb-otg-fsm.c +++ linux-lts-utopic-3.16.0/drivers/usb/common/usb-otg-fsm.c @@ -150,9 +150,9 @@ break; case OTG_STATE_B_PERIPHERAL: otg_chrg_vbus(fsm, 0); - otg_loc_conn(fsm, 1); otg_loc_sof(fsm, 0); otg_set_protocol(fsm, PROTO_GADGET); + otg_loc_conn(fsm, 1); break; case OTG_STATE_B_WAIT_ACON: otg_chrg_vbus(fsm, 0); @@ -213,10 +213,10 @@ break; case OTG_STATE_A_PERIPHERAL: - otg_loc_conn(fsm, 1); otg_loc_sof(fsm, 0); otg_set_protocol(fsm, PROTO_GADGET); otg_drv_vbus(fsm, 1); + otg_loc_conn(fsm, 1); otg_add_timer(fsm, A_BIDL_ADIS); break; case OTG_STATE_A_WAIT_VFALL: --- linux-lts-utopic-3.16.0.orig/drivers/usb/core/buffer.c +++ linux-lts-utopic-3.16.0/drivers/usb/core/buffer.c @@ -22,17 +22,25 @@ */ /* FIXME tune these based on pool statistics ... */ -static const size_t pool_max[HCD_BUFFER_POOLS] = { - /* platforms without dma-friendly caches might need to - * prevent cacheline sharing... - */ - 32, - 128, - 512, - PAGE_SIZE / 2 - /* bigger --> allocate pages */ +static size_t pool_max[HCD_BUFFER_POOLS] = { + 32, 128, 512, 2048, }; +void __init usb_init_pool_max(void) +{ + /* + * The pool_max values must never be smaller than + * ARCH_KMALLOC_MINALIGN. + */ + if (ARCH_KMALLOC_MINALIGN <= 32) + ; /* Original value is okay */ + else if (ARCH_KMALLOC_MINALIGN <= 64) + pool_max[0] = 64; + else if (ARCH_KMALLOC_MINALIGN <= 128) + pool_max[0] = 0; /* Don't use this pool */ + else + BUILD_BUG(); /* We don't allow this */ +} /* SETUP primitives */ --- linux-lts-utopic-3.16.0.orig/drivers/usb/core/config.c +++ linux-lts-utopic-3.16.0/drivers/usb/core/config.c @@ -112,16 +112,18 @@ cfgno, inum, asnum, ep->desc.bEndpointAddress); ep->ss_ep_comp.bmAttributes = 16; } else if (usb_endpoint_xfer_isoc(&ep->desc) && - desc->bmAttributes > 2) { + USB_SS_MULT(desc->bmAttributes) > 3) { dev_warn(ddev, "Isoc endpoint has Mult of %d in " "config %d interface %d altsetting %d ep %d: " - "setting to 3\n", desc->bmAttributes + 1, + "setting to 3\n", + USB_SS_MULT(desc->bmAttributes), cfgno, inum, asnum, ep->desc.bEndpointAddress); ep->ss_ep_comp.bmAttributes = 2; } if (usb_endpoint_xfer_isoc(&ep->desc)) - max_tx = (desc->bMaxBurst + 1) * (desc->bmAttributes + 1) * + max_tx = (desc->bMaxBurst + 1) * + (USB_SS_MULT(desc->bmAttributes)) * usb_endpoint_maxp(&ep->desc); else if (usb_endpoint_xfer_int(&ep->desc)) max_tx = usb_endpoint_maxp(&ep->desc) * @@ -199,6 +201,17 @@ if (n == 0) n = 9; /* 32 ms = 2^(9-1) uframes */ j = 16; + + /* + * Adjust bInterval for quirked devices. + * This quirk fixes bIntervals reported in + * linear microframes. + */ + if (to_usb_device(ddev)->quirks & + USB_QUIRK_LINEAR_UFRAME_INTR_BINTERVAL) { + n = clamp(fls(d->bInterval), i, j); + i = j = n; + } break; default: /* USB_SPEED_FULL or _LOW */ /* For low-speed, 10 ms is the official minimum. --- linux-lts-utopic-3.16.0.orig/drivers/usb/core/devio.c +++ linux-lts-utopic-3.16.0/drivers/usb/core/devio.c @@ -501,6 +501,7 @@ as->status = urb->status; signr = as->signr; if (signr) { + memset(&sinfo, 0, sizeof(sinfo)); sinfo.si_signo = as->signr; sinfo.si_errno = as->status; sinfo.si_code = SI_ASYNCIO; @@ -512,7 +513,7 @@ snoop(&urb->dev->dev, "urb complete\n"); snoop_urb(urb->dev, as->userurb, urb->pipe, urb->actual_length, as->status, COMPLETE, NULL, 0); - if ((urb->transfer_flags & URB_DIR_MASK) == USB_DIR_IN) + if ((urb->transfer_flags & URB_DIR_MASK) == URB_DIR_IN) snoop_urb_data(urb, urb->actual_length); if (as->status < 0 && as->bulk_addr && as->status != -ECONNRESET && @@ -1509,7 +1510,7 @@ u = (is_in ? URB_DIR_IN : URB_DIR_OUT); if (uurb->flags & USBDEVFS_URB_ISO_ASAP) u |= URB_ISO_ASAP; - if (uurb->flags & USBDEVFS_URB_SHORT_NOT_OK) + if (uurb->flags & USBDEVFS_URB_SHORT_NOT_OK && is_in) u |= URB_SHORT_NOT_OK; if (uurb->flags & USBDEVFS_URB_NO_FSBR) u |= URB_NO_FSBR; @@ -1689,7 +1690,7 @@ for (;;) { __set_current_state(TASK_INTERRUPTIBLE); as = async_getcompleted(ps); - if (as) + if (as || !connected(ps)) break; if (signal_pending(current)) break; @@ -1712,7 +1713,7 @@ } if (signal_pending(current)) return -EINTR; - return -EIO; + return -ENODEV; } static int proc_reapurbnonblock(struct usb_dev_state *ps, void __user *arg) @@ -1721,10 +1722,11 @@ struct async *as; as = async_getcompleted(ps); - retval = -EAGAIN; if (as) { retval = processcompl(as, (void __user * __user *)arg); free_async(as); + } else { + retval = (connected(ps) ? -EAGAIN : -ENODEV); } return retval; } @@ -1854,7 +1856,7 @@ } if (signal_pending(current)) return -EINTR; - return -EIO; + return -ENODEV; } static int proc_reapurbnonblock_compat(struct usb_dev_state *ps, void __user *arg) @@ -1862,11 +1864,12 @@ int retval; struct async *as; - retval = -EAGAIN; as = async_getcompleted(ps); if (as) { retval = processcompl_compat(as, (void __user * __user *)arg); free_async(as); + } else { + retval = (connected(ps) ? -EAGAIN : -ENODEV); } return retval; } @@ -2038,7 +2041,8 @@ { __u32 caps; - caps = USBDEVFS_CAP_ZERO_PACKET | USBDEVFS_CAP_NO_PACKET_SIZE_LIM; + caps = USBDEVFS_CAP_ZERO_PACKET | USBDEVFS_CAP_NO_PACKET_SIZE_LIM | + USBDEVFS_CAP_REAP_AFTER_DISCONNECT; if (!ps->dev->bus->no_stop_on_short) caps |= USBDEVFS_CAP_BULK_CONTINUATION; if (ps->dev->bus->sg_tablesize) @@ -2138,6 +2142,32 @@ return -EPERM; usb_lock_device(dev); + + /* Reap operations are allowed even after disconnection */ + switch (cmd) { + case USBDEVFS_REAPURB: + snoop(&dev->dev, "%s: REAPURB\n", __func__); + ret = proc_reapurb(ps, p); + goto done; + + case USBDEVFS_REAPURBNDELAY: + snoop(&dev->dev, "%s: REAPURBNDELAY\n", __func__); + ret = proc_reapurbnonblock(ps, p); + goto done; + +#ifdef CONFIG_COMPAT + case USBDEVFS_REAPURB32: + snoop(&dev->dev, "%s: REAPURB32\n", __func__); + ret = proc_reapurb_compat(ps, p); + goto done; + + case USBDEVFS_REAPURBNDELAY32: + snoop(&dev->dev, "%s: REAPURBNDELAY32\n", __func__); + ret = proc_reapurbnonblock_compat(ps, p); + goto done; +#endif + } + if (!connected(ps)) { usb_unlock_device(dev); return -ENODEV; @@ -2231,16 +2261,6 @@ inode->i_mtime = CURRENT_TIME; break; - case USBDEVFS_REAPURB32: - snoop(&dev->dev, "%s: REAPURB32\n", __func__); - ret = proc_reapurb_compat(ps, p); - break; - - case USBDEVFS_REAPURBNDELAY32: - snoop(&dev->dev, "%s: REAPURBNDELAY32\n", __func__); - ret = proc_reapurbnonblock_compat(ps, p); - break; - case USBDEVFS_IOCTL32: snoop(&dev->dev, "%s: IOCTL32\n", __func__); ret = proc_ioctl_compat(ps, ptr_to_compat(p)); @@ -2252,16 +2272,6 @@ ret = proc_unlinkurb(ps, p); break; - case USBDEVFS_REAPURB: - snoop(&dev->dev, "%s: REAPURB\n", __func__); - ret = proc_reapurb(ps, p); - break; - - case USBDEVFS_REAPURBNDELAY: - snoop(&dev->dev, "%s: REAPURBNDELAY\n", __func__); - ret = proc_reapurbnonblock(ps, p); - break; - case USBDEVFS_DISCSIGNAL: snoop(&dev->dev, "%s: DISCSIGNAL\n", __func__); ret = proc_disconnectsignal(ps, p); @@ -2304,6 +2314,8 @@ ret = proc_free_streams(ps, p); break; } + + done: usb_unlock_device(dev); if (ret >= 0) inode->i_atime = CURRENT_TIME; @@ -2371,6 +2383,7 @@ wake_up_all(&ps->wait); list_del_init(&ps->list); if (ps->discsignr) { + memset(&sinfo, 0, sizeof(sinfo)); sinfo.si_signo = ps->discsignr; sinfo.si_errno = EPIPE; sinfo.si_code = SI_ASYNCIO; --- linux-lts-utopic-3.16.0.orig/drivers/usb/core/driver.c +++ linux-lts-utopic-3.16.0/drivers/usb/core/driver.c @@ -1800,6 +1800,18 @@ dev_dbg(&udev->dev, "remote wakeup needed for autosuspend\n"); return -EOPNOTSUPP; } + + /* + * If the device is a direct child of the root hub and the HCD + * doesn't handle wakeup requests, don't allow autosuspend when + * wakeup is needed. + */ + if (w && udev->parent == udev->bus->root_hub && + bus_to_hcd(udev->bus)->cant_recv_wakeups) { + dev_dbg(&udev->dev, "HCD doesn't handle wakeup requests\n"); + return -EOPNOTSUPP; + } + udev->do_remote_wakeup = w; return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/core/hcd.c +++ linux-lts-utopic-3.16.0/drivers/usb/core/hcd.c @@ -1025,9 +1025,12 @@ dev_name(&usb_dev->dev), retval); return (retval < 0) ? retval : -EMSGSIZE; } - if (usb_dev->speed == USB_SPEED_SUPER) { + + if (le16_to_cpu(usb_dev->descriptor.bcdUSB) >= 0x0201) { retval = usb_get_bos_descriptor(usb_dev); - if (retval < 0) { + if (!retval) { + usb_dev->lpm_capable = usb_device_supports_lpm(usb_dev); + } else if (usb_dev->speed == USB_SPEED_SUPER) { mutex_unlock(&usb_bus_list_lock); dev_dbg(parent_dev, "can't read %s bos descriptor %d\n", dev_name(&usb_dev->dev), retval); @@ -1621,6 +1624,7 @@ int usb_hcd_unlink_urb (struct urb *urb, int status) { struct usb_hcd *hcd; + struct usb_device *udev = urb->dev; int retval = -EIDRM; unsigned long flags; @@ -1632,20 +1636,19 @@ spin_lock_irqsave(&hcd_urb_unlink_lock, flags); if (atomic_read(&urb->use_count) > 0) { retval = 0; - usb_get_dev(urb->dev); + usb_get_dev(udev); } spin_unlock_irqrestore(&hcd_urb_unlink_lock, flags); if (retval == 0) { hcd = bus_to_hcd(urb->dev->bus); retval = unlink1(hcd, urb, status); - usb_put_dev(urb->dev); + if (retval == 0) + retval = -EINPROGRESS; + else if (retval != -EIDRM && retval != -EBUSY) + dev_dbg(&udev->dev, "hcd_unlink_urb %p fail %d\n", + urb, retval); + usb_put_dev(udev); } - - if (retval == 0) - retval = -EINPROGRESS; - else if (retval != -EIDRM && retval != -EBUSY) - dev_dbg(&urb->dev->dev, "hcd_unlink_urb %p fail %d\n", - urb, retval); return retval; } @@ -2061,6 +2064,8 @@ return -EINVAL; if (dev->speed != USB_SPEED_SUPER) return -EINVAL; + if (dev->state < USB_STATE_CONFIGURED) + return -ENODEV; for (i = 0; i < num_eps; i++) { /* Streams only apply to bulk endpoints. */ --- linux-lts-utopic-3.16.0.orig/drivers/usb/core/hub.c +++ linux-lts-utopic-3.16.0/drivers/usb/core/hub.c @@ -104,6 +104,7 @@ #define HUB_DEBOUNCE_STEP 25 #define HUB_DEBOUNCE_STABLE 100 +static void hub_release(struct kref *kref); static int usb_reset_and_verify_device(struct usb_device *udev); static inline char *portspeed(struct usb_hub *hub, int portstatus) @@ -126,8 +127,12 @@ return usb_get_intfdata(hdev->actconfig->interface[0]); } -static int usb_device_supports_lpm(struct usb_device *udev) +int usb_device_supports_lpm(struct usb_device *udev) { + /* Some devices have trouble with LPM */ + if (udev->quirks & USB_QUIRK_NO_LPM) + return 0; + /* USB 2.1 (and greater) devices indicate LPM support through * their USB 2.0 Extended Capabilities BOS descriptor. */ @@ -1023,10 +1028,20 @@ unsigned delay; /* Continue a partial initialization */ - if (type == HUB_INIT2) - goto init2; - if (type == HUB_INIT3) + if (type == HUB_INIT2 || type == HUB_INIT3) { + device_lock(hub->intfdev); + + /* Was the hub disconnected while we were waiting? */ + if (hub->disconnected) { + device_unlock(hub->intfdev); + kref_put(&hub->kref, hub_release); + return; + } + if (type == HUB_INIT2) + goto init2; goto init3; + } + kref_get(&hub->kref); /* The superspeed hub except for root hub has to use Hub Depth * value as an offset into the route string to locate the bits @@ -1224,6 +1239,7 @@ queue_delayed_work(system_power_efficient_wq, &hub->init_work, msecs_to_jiffies(delay)); + device_unlock(hub->intfdev); return; /* Continues at init3: below */ } else { msleep(delay); @@ -1245,6 +1261,11 @@ /* Allow autosuspend if it was suppressed */ if (type <= HUB_INIT3) usb_autopm_put_interface_async(to_usb_interface(hub->intfdev)); + + if (type == HUB_INIT2 || type == HUB_INIT3) + device_unlock(hub->intfdev); + + kref_put(&hub->kref, hub_release); } /* Implement the continuations for the delays above */ @@ -1728,8 +1749,14 @@ * - Change autosuspend delay of hub can avoid unnecessary auto * suspend timer for hub, also may decrease power consumption * of USB bus. + * + * - If user has indicated to prevent autosuspend by passing + * usbcore.autosuspend = -1 then keep autosuspend disabled. */ - pm_runtime_set_autosuspend_delay(&hdev->dev, 0); +#ifdef CONFIG_PM_RUNTIME + if (hdev->dev.power.autosuspend_delay >= 0) + pm_runtime_set_autosuspend_delay(&hdev->dev, 0); +#endif /* * Hubs have proper suspend/resume support, except for root hubs @@ -1977,8 +2004,10 @@ || new_state == USB_STATE_SUSPENDED) ; /* No change to wakeup settings */ else if (new_state == USB_STATE_CONFIGURED) - wakeup = udev->actconfig->desc.bmAttributes - & USB_CONFIG_ATT_WAKEUP; + wakeup = (udev->quirks & + USB_QUIRK_IGNORE_REMOTE_WAKEUP) ? 0 : + udev->actconfig->desc.bmAttributes & + USB_CONFIG_ATT_WAKEUP; else wakeup = 0; } @@ -2600,9 +2629,6 @@ return USE_NEW_SCHEME(retry); } -static int hub_port_reset(struct usb_hub *hub, int port1, - struct usb_device *udev, unsigned int delay, bool warm); - /* Is a USB 3.0 port in the Inactive or Compliance Mode state? * Port worm reset is required to recover */ @@ -2683,44 +2709,6 @@ return 0; } -static void hub_port_finish_reset(struct usb_hub *hub, int port1, - struct usb_device *udev, int *status) -{ - switch (*status) { - case 0: - /* TRSTRCY = 10 ms; plus some extra */ - msleep(10 + 40); - if (udev) { - struct usb_hcd *hcd = bus_to_hcd(udev->bus); - - update_devnum(udev, 0); - /* The xHC may think the device is already reset, - * so ignore the status. - */ - if (hcd->driver->reset_device) - hcd->driver->reset_device(hcd, udev); - } - /* FALL THROUGH */ - case -ENOTCONN: - case -ENODEV: - usb_clear_port_feature(hub->hdev, - port1, USB_PORT_FEAT_C_RESET); - if (hub_is_superspeed(hub->hdev)) { - usb_clear_port_feature(hub->hdev, port1, - USB_PORT_FEAT_C_BH_PORT_RESET); - usb_clear_port_feature(hub->hdev, port1, - USB_PORT_FEAT_C_PORT_LINK_STATE); - usb_clear_port_feature(hub->hdev, port1, - USB_PORT_FEAT_C_CONNECTION); - } - if (udev) - usb_set_device_state(udev, *status - ? USB_STATE_NOTATTACHED - : USB_STATE_DEFAULT); - break; - } -} - /* Handle port reset and port warm(BH) reset (for USB3 protocol ports) */ static int hub_port_reset(struct usb_hub *hub, int port1, struct usb_device *udev, unsigned int delay, bool warm) @@ -2744,13 +2732,9 @@ * If the caller hasn't explicitly requested a warm reset, * double check and see if one is needed. */ - status = hub_port_status(hub, port1, - &portstatus, &portchange); - if (status < 0) - goto done; - - if (hub_port_warm_reset_required(hub, portstatus)) - warm = true; + if (hub_port_status(hub, port1, &portstatus, &portchange) == 0) + if (hub_port_warm_reset_required(hub, portstatus)) + warm = true; } /* Reset the port */ @@ -2775,11 +2759,19 @@ /* Check for disconnect or reset */ if (status == 0 || status == -ENOTCONN || status == -ENODEV) { - hub_port_finish_reset(hub, port1, udev, &status); + usb_clear_port_feature(hub->hdev, port1, + USB_PORT_FEAT_C_RESET); if (!hub_is_superspeed(hub->hdev)) goto done; + usb_clear_port_feature(hub->hdev, port1, + USB_PORT_FEAT_C_BH_PORT_RESET); + usb_clear_port_feature(hub->hdev, port1, + USB_PORT_FEAT_C_PORT_LINK_STATE); + usb_clear_port_feature(hub->hdev, port1, + USB_PORT_FEAT_C_CONNECTION); + /* * If a USB 3.0 device migrates from reset to an error * state, re-issue the warm reset. @@ -2811,6 +2803,26 @@ dev_err(&port_dev->dev, "Cannot enable. Maybe the USB cable is bad?\n"); done: + if (status == 0) { + /* TRSTRCY = 10 ms; plus some extra */ + msleep(10 + 40); + if (udev) { + struct usb_hcd *hcd = bus_to_hcd(udev->bus); + + update_devnum(udev, 0); + /* The xHC may think the device is already reset, + * so ignore the status. + */ + if (hcd->driver->reset_device) + hcd->driver->reset_device(hcd, udev); + + usb_set_device_state(udev, USB_STATE_DEFAULT); + } + } else { + if (udev) + usb_set_device_state(udev, USB_STATE_NOTATTACHED); + } + if (!hub_is_superspeed(hub->hdev)) up_read(&ehci_cf_port_reset_rwsem); @@ -3264,6 +3276,43 @@ } /* + * There are some SS USB devices which take longer time for link training. + * XHCI specs 4.19.4 says that when Link training is successful, port + * sets CSC bit to 1. So if SW reads port status before successful link + * training, then it will not find device to be present. + * USB Analyzer log with such buggy devices show that in some cases + * device switch on the RX termination after long delay of host enabling + * the VBUS. In few other cases it has been seen that device fails to + * negotiate link training in first attempt. It has been + * reported till now that few devices take as long as 2000 ms to train + * the link after host enabling its VBUS and termination. Following + * routine implements a 2000 ms timeout for link training. If in a case + * link trains before timeout, loop will exit earlier. + * + * FIXME: If a device was connected before suspend, but was removed + * while system was asleep, then the loop in the following routine will + * only exit at timeout. + * + * This routine should only be called when persist is enabled for a SS + * device. + */ +static int wait_for_ss_port_enable(struct usb_device *udev, + struct usb_hub *hub, int *port1, + u16 *portchange, u16 *portstatus) +{ + int status = 0, delay_ms = 0; + + while (delay_ms < 2000) { + if (status || *portstatus & USB_PORT_STAT_CONNECTION) + break; + msleep(20); + delay_ms += 20; + status = hub_port_status(hub, *port1, portstatus, portchange); + } + return status; +} + +/* * usb_port_resume - re-activate a suspended usb device's upstream port * @udev: device to re-activate, not a root hub * Context: must be able to sleep; device not locked; pm locks held @@ -3330,10 +3379,10 @@ if (status) { dev_dbg(&port_dev->dev, "can't resume, status %d\n", status); } else { - /* drive resume for at least 20 msec */ + /* drive resume for USB_RESUME_TIMEOUT msec */ dev_dbg(&udev->dev, "usb %sresume\n", (PMSG_IS_AUTO(msg) ? "auto-" : "")); - msleep(25); + msleep(USB_RESUME_TIMEOUT); /* Virtual root hubs can trigger on GET_PORT_STATUS to * stop resume signaling. Then finish the resume @@ -3359,6 +3408,10 @@ } } + if (udev->persist_enabled && hub_is_superspeed(hub->hdev)) + status = wait_for_ss_port_enable(udev, hub, &port1, &portchange, + &portstatus); + status = check_port_resume_type(udev, hub, port1, status, portchange, portstatus); if (status == 0) @@ -4447,6 +4500,8 @@ goto fail; } + usb_detect_quirks(udev); + if (udev->wusb == 0 && le16_to_cpu(udev->descriptor.bcdUSB) >= 0x0201) { retval = usb_get_bos_descriptor(udev); if (!retval) { @@ -4475,6 +4530,9 @@ struct usb_qualifier_descriptor *qual; int status; + if (udev->quirks & USB_QUIRK_DEVICE_QUALIFIER) + return; + qual = kmalloc (sizeof *qual, GFP_KERNEL); if (qual == NULL) return; @@ -4550,6 +4608,7 @@ struct usb_hcd *hcd = bus_to_hcd(hdev->bus); struct usb_port *port_dev = hub->ports[port1 - 1]; struct usb_device *udev = port_dev->child; + static int unreliable_port = -1; /* Disconnect any existing devices under this port */ if (udev) { @@ -4570,10 +4629,12 @@ USB_PORT_STAT_C_ENABLE)) { status = hub_port_debounce_be_stable(hub, port1); if (status < 0) { - if (status != -ENODEV && printk_ratelimit()) - dev_err(&port_dev->dev, - "connect-debounce failed\n"); + if (status != -ENODEV && + port1 != unreliable_port && + printk_ratelimit()) + dev_err(&port_dev->dev, "connect-debounce failed\n"); portstatus &= ~USB_PORT_STAT_CONNECTION; + unreliable_port = port1; } else { portstatus = status; } @@ -4636,7 +4697,6 @@ if (status < 0) goto loop; - usb_detect_quirks(udev); if (udev->quirks & USB_QUIRK_DELAY_INIT) msleep(1000); @@ -4958,9 +5018,10 @@ hub = list_entry(tmp, struct usb_hub, event_list); kref_get(&hub->kref); + hdev = hub->hdev; + usb_get_dev(hdev); spin_unlock_irq(&hub_event_lock); - hdev = hub->hdev; hub_dev = hub->intfdev; intf = to_usb_interface(hub_dev); dev_dbg(hub_dev, "state %d ports %d chg %04x evt %04x\n", @@ -5073,6 +5134,7 @@ usb_autopm_put_interface(intf); loop_disconnected: usb_unlock_device(hdev); + usb_put_dev(hdev); kref_put(&hub->kref, hub_release); } /* end while (1) */ @@ -5307,9 +5369,6 @@ if (udev->usb2_hw_lpm_enabled == 1) usb_set_usb2_hardware_lpm(udev, 0); - bos = udev->bos; - udev->bos = NULL; - /* Disable LPM and LTM while we reset the device and reinstall the alt * settings. Device-initiated LPM settings, and system exit latency * settings are cleared when the device is reset, so we have to set @@ -5318,15 +5377,17 @@ ret = usb_unlocked_disable_lpm(udev); if (ret) { dev_err(&udev->dev, "%s Failed to disable LPM\n.", __func__); - goto re_enumerate; + goto re_enumerate_no_bos; } ret = usb_disable_ltm(udev); if (ret) { dev_err(&udev->dev, "%s Failed to disable LTM\n.", __func__); - goto re_enumerate; + goto re_enumerate_no_bos; } + bos = udev->bos; + for (i = 0; i < SET_CONFIG_TRIES; ++i) { /* ep0 maxpacket size may change; let the HCD know about it. @@ -5418,15 +5479,19 @@ usb_set_usb2_hardware_lpm(udev, 1); usb_unlocked_enable_lpm(udev); usb_enable_ltm(udev); - usb_release_bos_descriptor(udev); - udev->bos = bos; + /* release the new BOS descriptor allocated by hub_port_init() */ + if (udev->bos != bos) { + usb_release_bos_descriptor(udev); + udev->bos = bos; + } return 0; re_enumerate: - /* LPM state doesn't matter when we're about to destroy the device. */ - hub_port_logical_disconnect(parent_hub, port1); usb_release_bos_descriptor(udev); udev->bos = bos; +re_enumerate_no_bos: + /* LPM state doesn't matter when we're about to destroy the device. */ + hub_port_logical_disconnect(parent_hub, port1); return -ENODEV; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/core/otg_whitelist.h +++ linux-lts-utopic-3.16.0/drivers/usb/core/otg_whitelist.h @@ -59,6 +59,11 @@ le16_to_cpu(dev->descriptor.idProduct) == 0xbadd)) return 0; + /* OTG PET device is always targeted (see OTG 2.0 ECN 6.4.2) */ + if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && + le16_to_cpu(dev->descriptor.idProduct) == 0x0200)) + return 1; + /* NOTE: can't use usb_match_id() since interface caches * aren't set up yet. this is cut/paste from that code. */ --- linux-lts-utopic-3.16.0.orig/drivers/usb/core/quirks.c +++ linux-lts-utopic-3.16.0/drivers/usb/core/quirks.c @@ -44,6 +44,9 @@ /* Creative SB Audigy 2 NX */ { USB_DEVICE(0x041e, 0x3020), .driver_info = USB_QUIRK_RESET_RESUME }, + /* Microsoft Wireless Laser Mouse 6000 Receiver */ + { USB_DEVICE(0x045e, 0x00e1), .driver_info = USB_QUIRK_RESET_RESUME }, + /* Microsoft LifeCam-VX700 v2.0 */ { USB_DEVICE(0x045e, 0x0770), .driver_info = USB_QUIRK_RESET_RESUME }, @@ -51,6 +54,13 @@ { USB_DEVICE(0x046d, 0x082d), .driver_info = USB_QUIRK_DELAY_INIT }, { USB_DEVICE(0x046d, 0x0843), .driver_info = USB_QUIRK_DELAY_INIT }, + /* Logitech ConferenceCam CC3000e */ + { USB_DEVICE(0x046d, 0x0847), .driver_info = USB_QUIRK_DELAY_INIT }, + { USB_DEVICE(0x046d, 0x0848), .driver_info = USB_QUIRK_DELAY_INIT }, + + /* Logitech PTZ Pro Camera */ + { USB_DEVICE(0x046d, 0x0853), .driver_info = USB_QUIRK_DELAY_INIT }, + /* Logitech Quickcam Fusion */ { USB_DEVICE(0x046d, 0x08c1), .driver_info = USB_QUIRK_RESET_RESUME }, @@ -75,6 +85,12 @@ /* Philips PSC805 audio device */ { USB_DEVICE(0x0471, 0x0155), .driver_info = USB_QUIRK_RESET_RESUME }, + /* Plantronic Audio 655 DSP */ + { USB_DEVICE(0x047f, 0xc008), .driver_info = USB_QUIRK_RESET_RESUME }, + + /* Plantronic Audio 648 USB */ + { USB_DEVICE(0x047f, 0xc013), .driver_info = USB_QUIRK_RESET_RESUME }, + /* Artisman Watchdog Dongle */ { USB_DEVICE(0x04b4, 0x0526), .driver_info = USB_QUIRK_CONFIG_INTF_STRINGS }, @@ -93,6 +109,19 @@ { USB_DEVICE(0x04e8, 0x6601), .driver_info = USB_QUIRK_CONFIG_INTF_STRINGS }, + /* Elan Touchscreen */ + { USB_DEVICE(0x04f3, 0x0089), .driver_info = + USB_QUIRK_DEVICE_QUALIFIER }, + + { USB_DEVICE(0x04f3, 0x009b), .driver_info = + USB_QUIRK_DEVICE_QUALIFIER }, + + { USB_DEVICE(0x04f3, 0x010c), .driver_info = + USB_QUIRK_DEVICE_QUALIFIER }, + + { USB_DEVICE(0x04f3, 0x016f), .driver_info = + USB_QUIRK_DEVICE_QUALIFIER }, + /* Roland SC-8820 */ { USB_DEVICE(0x0582, 0x0007), .driver_info = USB_QUIRK_RESET_RESUME }, @@ -145,6 +174,10 @@ /* SKYMEDI USB_DRIVE */ { USB_DEVICE(0x1516, 0x8628), .driver_info = USB_QUIRK_RESET_RESUME }, + /* Razer - Razer Blade Keyboard */ + { USB_DEVICE(0x1532, 0x0116), .driver_info = + USB_QUIRK_LINEAR_UFRAME_INTR_BINTERVAL }, + /* BUILDWIN Photo Frame */ { USB_DEVICE(0x1908, 0x1315), .driver_info = USB_QUIRK_HONOR_BNUMINTERFACES }, @@ -152,6 +185,15 @@ /* INTEL VALUE SSD */ { USB_DEVICE(0x8086, 0xf1a5), .driver_info = USB_QUIRK_RESET_RESUME }, + /* USB3503 */ + { USB_DEVICE(0x0424, 0x3503), .driver_info = USB_QUIRK_RESET_RESUME }, + + /* Blackmagic Design Intensity Shuttle */ + { USB_DEVICE(0x1edb, 0xbd3b), .driver_info = USB_QUIRK_NO_LPM }, + + /* Blackmagic Design UltraStudio SDI */ + { USB_DEVICE(0x1edb, 0xbd4f), .driver_info = USB_QUIRK_NO_LPM }, + { } /* terminating entry must be last */ }; @@ -160,6 +202,14 @@ { USB_VENDOR_AND_INTERFACE_INFO(0x046d, USB_CLASS_VIDEO, 1, 0), .driver_info = USB_QUIRK_RESET_RESUME }, + /* ASUS Base Station(T100) */ + { USB_DEVICE(0x0b05, 0x17e0), .driver_info = + USB_QUIRK_IGNORE_REMOTE_WAKEUP }, + + /* Protocol and OTG Electrical Test Device */ + { USB_DEVICE(0x1a0a, 0x0200), .driver_info = + USB_QUIRK_LINEAR_UFRAME_INTR_BINTERVAL }, + { } /* terminating entry must be last */ }; --- linux-lts-utopic-3.16.0.orig/drivers/usb/core/usb.c +++ linux-lts-utopic-3.16.0/drivers/usb/core/usb.c @@ -1050,6 +1050,7 @@ pr_info("%s: USB support disabled\n", usbcore_name); return 0; } + usb_init_pool_max(); retval = usb_debugfs_init(); if (retval) --- linux-lts-utopic-3.16.0.orig/drivers/usb/core/usb.h +++ linux-lts-utopic-3.16.0/drivers/usb/core/usb.h @@ -65,6 +65,7 @@ extern void usb_hub_cleanup(void); extern int usb_major_init(void); extern void usb_major_cleanup(void); +extern int usb_device_supports_lpm(struct usb_device *udev); #ifdef CONFIG_PM --- linux-lts-utopic-3.16.0.orig/drivers/usb/dwc2/gadget.c +++ linux-lts-utopic-3.16.0/drivers/usb/dwc2/gadget.c @@ -1650,6 +1650,7 @@ dev_err(hsotg->dev, "%s: timeout flushing fifo (GRSTCTL=%08x)\n", __func__, val); + break; } udelay(1); @@ -2748,13 +2749,14 @@ dev_dbg(hsotg->dev, "pdev 0x%p\n", pdev); - if (hsotg->phy) { - phy_init(hsotg->phy); - phy_power_on(hsotg->phy); - } else if (hsotg->uphy) + if (hsotg->uphy) usb_phy_init(hsotg->uphy); - else if (hsotg->plat->phy_init) + else if (hsotg->plat && hsotg->plat->phy_init) hsotg->plat->phy_init(pdev, hsotg->plat->phy_type); + else { + phy_init(hsotg->phy); + phy_power_on(hsotg->phy); + } } /** @@ -2768,13 +2770,14 @@ { struct platform_device *pdev = to_platform_device(hsotg->dev); - if (hsotg->phy) { - phy_power_off(hsotg->phy); - phy_exit(hsotg->phy); - } else if (hsotg->uphy) + if (hsotg->uphy) usb_phy_shutdown(hsotg->uphy); - else if (hsotg->plat->phy_exit) + else if (hsotg->plat && hsotg->plat->phy_exit) hsotg->plat->phy_exit(pdev, hsotg->plat->phy_type); + else { + phy_power_off(hsotg->phy); + phy_exit(hsotg->phy); + } } /** @@ -2893,13 +2896,11 @@ return -ENODEV; /* all endpoints should be shutdown */ - for (ep = 0; ep < hsotg->num_of_eps; ep++) + for (ep = 1; ep < hsotg->num_of_eps; ep++) s3c_hsotg_ep_disable(&hsotg->eps[ep].ep); spin_lock_irqsave(&hsotg->lock, flags); - s3c_hsotg_phy_disable(hsotg); - if (!driver) hsotg->driver = NULL; @@ -2942,7 +2943,6 @@ s3c_hsotg_phy_enable(hsotg); s3c_hsotg_core_init(hsotg); } else { - s3c_hsotg_disconnect(hsotg); s3c_hsotg_phy_disable(hsotg); } @@ -3444,13 +3444,6 @@ hsotg->irq = ret; - ret = devm_request_irq(&pdev->dev, hsotg->irq, s3c_hsotg_irq, 0, - dev_name(dev), hsotg); - if (ret < 0) { - dev_err(dev, "cannot claim IRQ\n"); - goto err_clk; - } - dev_info(dev, "regs %p, irq %d\n", hsotg->regs, hsotg->irq); hsotg->gadget.max_speed = USB_SPEED_HIGH; @@ -3491,9 +3484,6 @@ if (hsotg->phy && (phy_get_bus_width(phy) == 8)) hsotg->phyif = GUSBCFG_PHYIF8; - if (hsotg->phy) - phy_init(hsotg->phy); - /* usb phy enable */ s3c_hsotg_phy_enable(hsotg); @@ -3501,6 +3491,17 @@ s3c_hsotg_init(hsotg); s3c_hsotg_hw_cfg(hsotg); + ret = devm_request_irq(&pdev->dev, hsotg->irq, s3c_hsotg_irq, 0, + dev_name(dev), hsotg); + if (ret < 0) { + s3c_hsotg_phy_disable(hsotg); + clk_disable_unprepare(hsotg->clk); + regulator_bulk_disable(ARRAY_SIZE(hsotg->supplies), + hsotg->supplies); + dev_err(dev, "cannot claim IRQ\n"); + goto err_clk; + } + /* hsotg->num_of_eps holds number of EPs other than ep0 */ if (hsotg->num_of_eps == 0) { @@ -3586,9 +3587,6 @@ usb_gadget_unregister_driver(hsotg->driver); } - s3c_hsotg_phy_disable(hsotg); - if (hsotg->phy) - phy_exit(hsotg->phy); clk_disable_unprepare(hsotg->clk); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/usb/dwc2/hcd.c +++ linux-lts-utopic-3.16.0/drivers/usb/dwc2/hcd.c @@ -1501,7 +1501,7 @@ dev_dbg(hsotg->dev, "ClearPortFeature USB_PORT_FEAT_SUSPEND\n"); writel(0, hsotg->regs + PCGCTL); - usleep_range(20000, 40000); + msleep(USB_RESUME_TIMEOUT); hprt0 = dwc2_read_hprt0(hsotg); hprt0 |= HPRT0_RES; --- linux-lts-utopic-3.16.0.orig/drivers/usb/dwc3/core.c +++ linux-lts-utopic-3.16.0/drivers/usb/dwc3/core.c @@ -786,20 +786,21 @@ { struct dwc3 *dwc = platform_get_drvdata(pdev); + dwc3_debugfs_exit(dwc); + dwc3_core_exit_mode(dwc); + dwc3_event_buffers_cleanup(dwc); + dwc3_free_event_buffers(dwc); + usb_phy_set_suspend(dwc->usb2_phy, 1); usb_phy_set_suspend(dwc->usb3_phy, 1); phy_power_off(dwc->usb2_generic_phy); phy_power_off(dwc->usb3_generic_phy); + dwc3_core_exit(dwc); + pm_runtime_put_sync(&pdev->dev); pm_runtime_disable(&pdev->dev); - dwc3_debugfs_exit(dwc); - dwc3_core_exit_mode(dwc); - dwc3_event_buffers_cleanup(dwc); - dwc3_free_event_buffers(dwc); - dwc3_core_exit(dwc); - return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/dwc3/core.h +++ linux-lts-utopic-3.16.0/drivers/usb/dwc3/core.h @@ -307,7 +307,7 @@ #define DWC3_DGCMD_SET_ENDPOINT_NRDY 0x0c #define DWC3_DGCMD_RUN_SOC_BUS_LOOPBACK 0x10 -#define DWC3_DGCMD_STATUS(n) (((n) >> 15) & 1) +#define DWC3_DGCMD_STATUS(n) (((n) >> 12) & 0x0F) #define DWC3_DGCMD_CMDACT (1 << 10) #define DWC3_DGCMD_CMDIOC (1 << 8) @@ -323,7 +323,7 @@ #define DWC3_DEPCMD_PARAM_SHIFT 16 #define DWC3_DEPCMD_PARAM(x) ((x) << DWC3_DEPCMD_PARAM_SHIFT) #define DWC3_DEPCMD_GET_RSC_IDX(x) (((x) >> DWC3_DEPCMD_PARAM_SHIFT) & 0x7f) -#define DWC3_DEPCMD_STATUS(x) (((x) >> 15) & 1) +#define DWC3_DEPCMD_STATUS(x) (((x) >> 12) & 0x0F) #define DWC3_DEPCMD_HIPRI_FORCERM (1 << 11) #define DWC3_DEPCMD_CMDACT (1 << 10) #define DWC3_DEPCMD_CMDIOC (1 << 8) @@ -754,7 +754,6 @@ unsigned pullups_connected:1; unsigned resize_fifos:1; unsigned setup_packet_pending:1; - unsigned start_config_issued:1; unsigned three_stage_setup:1; }; --- linux-lts-utopic-3.16.0.orig/drivers/usb/dwc3/dwc3-omap.c +++ linux-lts-utopic-3.16.0/drivers/usb/dwc3/dwc3-omap.c @@ -210,6 +210,18 @@ omap->irq0_offset, value); } +static void dwc3_omap_write_irqmisc_clr(struct dwc3_omap *omap, u32 value) +{ + dwc3_omap_writel(omap->base, USBOTGSS_IRQENABLE_CLR_MISC + + omap->irqmisc_offset, value); +} + +static void dwc3_omap_write_irq0_clr(struct dwc3_omap *omap, u32 value) +{ + dwc3_omap_writel(omap->base, USBOTGSS_IRQENABLE_CLR_0 - + omap->irq0_offset, value); +} + static void dwc3_omap_set_mailbox(struct dwc3_omap *omap, enum omap_dwc3_vbus_id_status status) { @@ -350,9 +362,23 @@ static void dwc3_omap_disable_irqs(struct dwc3_omap *omap) { + u32 reg; + /* disable all IRQs */ - dwc3_omap_write_irqmisc_set(omap, 0x00); - dwc3_omap_write_irq0_set(omap, 0x00); + reg = USBOTGSS_IRQO_COREIRQ_ST; + dwc3_omap_write_irq0_clr(omap, reg); + + reg = (USBOTGSS_IRQMISC_OEVT | + USBOTGSS_IRQMISC_DRVVBUS_RISE | + USBOTGSS_IRQMISC_CHRGVBUS_RISE | + USBOTGSS_IRQMISC_DISCHRGVBUS_RISE | + USBOTGSS_IRQMISC_IDPULLUP_RISE | + USBOTGSS_IRQMISC_DRVVBUS_FALL | + USBOTGSS_IRQMISC_CHRGVBUS_FALL | + USBOTGSS_IRQMISC_DISCHRGVBUS_FALL | + USBOTGSS_IRQMISC_IDPULLUP_FALL); + + dwc3_omap_write_irqmisc_clr(omap, reg); } static u64 dwc3_omap_dma_mask = DMA_BIT_MASK(32); @@ -576,9 +602,9 @@ if (omap->extcon_id_dev.edev) extcon_unregister_interest(&omap->extcon_id_dev); dwc3_omap_disable_irqs(omap); + device_for_each_child(&pdev->dev, NULL, dwc3_omap_remove_core); pm_runtime_put_sync(&pdev->dev); pm_runtime_disable(&pdev->dev); - device_for_each_child(&pdev->dev, NULL, dwc3_omap_remove_core); return 0; } @@ -599,7 +625,7 @@ { struct dwc3_omap *omap = dev_get_drvdata(dev); - dwc3_omap_write_irqmisc_set(omap, 0x00); + dwc3_omap_disable_irqs(omap); return 0; } @@ -607,19 +633,8 @@ static void dwc3_omap_complete(struct device *dev) { struct dwc3_omap *omap = dev_get_drvdata(dev); - u32 reg; - - reg = (USBOTGSS_IRQMISC_OEVT | - USBOTGSS_IRQMISC_DRVVBUS_RISE | - USBOTGSS_IRQMISC_CHRGVBUS_RISE | - USBOTGSS_IRQMISC_DISCHRGVBUS_RISE | - USBOTGSS_IRQMISC_IDPULLUP_RISE | - USBOTGSS_IRQMISC_DRVVBUS_FALL | - USBOTGSS_IRQMISC_CHRGVBUS_FALL | - USBOTGSS_IRQMISC_DISCHRGVBUS_FALL | - USBOTGSS_IRQMISC_IDPULLUP_FALL); - dwc3_omap_write_irqmisc_set(omap, reg); + dwc3_omap_enable_irqs(omap); } static int dwc3_omap_suspend(struct device *dev) --- linux-lts-utopic-3.16.0.orig/drivers/usb/dwc3/ep0.c +++ linux-lts-utopic-3.16.0/drivers/usb/dwc3/ep0.c @@ -251,7 +251,7 @@ /* stall is always issued on EP0 */ dep = dwc->eps[0]; - __dwc3_gadget_ep_set_halt(dep, 1); + __dwc3_gadget_ep_set_halt(dep, 1, false); dep->flags = DWC3_EP_ENABLED; dwc->delayed_status = false; @@ -461,7 +461,7 @@ return -EINVAL; if (set == 0 && (dep->flags & DWC3_EP_WEDGE)) break; - ret = __dwc3_gadget_ep_set_halt(dep, set); + ret = __dwc3_gadget_ep_set_halt(dep, set, true); if (ret) return -EINVAL; break; @@ -524,7 +524,6 @@ int ret; u32 reg; - dwc->start_config_issued = false; cfg = le16_to_cpu(ctrl->wValue); switch (state) { @@ -789,6 +788,11 @@ unsigned maxp = ep0->endpoint.maxpacket; transfer_size += (maxp - (transfer_size % maxp)); + + /* Maximum of DWC3_EP0_BOUNCE_SIZE can only be received */ + if (transfer_size > DWC3_EP0_BOUNCE_SIZE) + transfer_size = DWC3_EP0_BOUNCE_SIZE; + transferred = min_t(u32, ur->length, transfer_size - length); memcpy(ur->buf, dwc->ep0_bounce, transferred); @@ -901,11 +905,14 @@ return; } - WARN_ON(req->request.length > DWC3_EP0_BOUNCE_SIZE); - maxpacket = dep->endpoint.maxpacket; transfer_size = roundup(req->request.length, maxpacket); + if (transfer_size > DWC3_EP0_BOUNCE_SIZE) { + dev_WARN(dwc->dev, "bounce buf can't handle req len\n"); + transfer_size = DWC3_EP0_BOUNCE_SIZE; + } + dwc->ep0_bounced = true; /* --- linux-lts-utopic-3.16.0.orig/drivers/usb/dwc3/gadget.c +++ linux-lts-utopic-3.16.0/drivers/usb/dwc3/gadget.c @@ -376,6 +376,8 @@ if (!(reg & DWC3_DGCMD_CMDACT)) { dev_vdbg(dwc->dev, "Command Complete --> %d\n", DWC3_DGCMD_STATUS(reg)); + if (DWC3_DGCMD_STATUS(reg)) + return -EINVAL; return 0; } @@ -412,6 +414,8 @@ if (!(reg & DWC3_DEPCMD_CMDACT)) { dev_vdbg(dwc->dev, "Command Complete --> %d\n", DWC3_DEPCMD_STATUS(reg)); + if (DWC3_DEPCMD_STATUS(reg)) + return -EINVAL; return 0; } @@ -468,24 +472,66 @@ dep->trb_pool_dma = 0; } +static int dwc3_gadget_set_xfer_resource(struct dwc3 *dwc, struct dwc3_ep *dep); + +/** + * dwc3_gadget_start_config - Configure EP resources + * @dwc: pointer to our controller context structure + * @dep: endpoint that is being enabled + * + * The assignment of transfer resources cannot perfectly follow the + * data book due to the fact that the controller driver does not have + * all knowledge of the configuration in advance. It is given this + * information piecemeal by the composite gadget framework after every + * SET_CONFIGURATION and SET_INTERFACE. Trying to follow the databook + * programming model in this scenario can cause errors. For two + * reasons: + * + * 1) The databook says to do DEPSTARTCFG for every SET_CONFIGURATION + * and SET_INTERFACE (8.1.5). This is incorrect in the scenario of + * multiple interfaces. + * + * 2) The databook does not mention doing more DEPXFERCFG for new + * endpoint on alt setting (8.1.6). + * + * The following simplified method is used instead: + * + * All hardware endpoints can be assigned a transfer resource and this + * setting will stay persistent until either a core reset or + * hibernation. So whenever we do a DEPSTARTCFG(0) we can go ahead and + * do DEPXFERCFG for every hardware endpoint as well. We are + * guaranteed that there are as many transfer resources as endpoints. + * + * This function is called for each endpoint when it is being enabled + * but is triggered only when called for EP0-out, which always happens + * first, and which should only happen in one of the above conditions. + */ static int dwc3_gadget_start_config(struct dwc3 *dwc, struct dwc3_ep *dep) { struct dwc3_gadget_ep_cmd_params params; u32 cmd; + int i; + int ret; + + if (dep->number) + return 0; memset(¶ms, 0x00, sizeof(params)); + cmd = DWC3_DEPCMD_DEPSTARTCFG; - if (dep->number != 1) { - cmd = DWC3_DEPCMD_DEPSTARTCFG; - /* XferRscIdx == 0 for ep0 and 2 for the remaining */ - if (dep->number > 1) { - if (dwc->start_config_issued) - return 0; - dwc->start_config_issued = true; - cmd |= DWC3_DEPCMD_PARAM(2); - } + ret = dwc3_send_gadget_ep_cmd(dwc, 0, cmd, ¶ms); + if (ret) + return ret; + + for (i = 0; i < DWC3_ENDPOINTS_NUM; i++) { + struct dwc3_ep *dep = dwc->eps[i]; - return dwc3_send_gadget_ep_cmd(dwc, 0, cmd, ¶ms); + if (!dep) + continue; + + ret = dwc3_gadget_set_xfer_resource(dwc, dep); + if (ret) + return ret; } return 0; @@ -527,7 +573,7 @@ dep->stream_capable = true; } - if (usb_endpoint_xfer_isoc(desc)) + if (!usb_endpoint_xfer_control(desc)) params.param1 |= DWC3_DEPCFG_XFER_IN_PROGRESS_EN; /* @@ -599,10 +645,6 @@ struct dwc3_trb *trb_st_hw; struct dwc3_trb *trb_link; - ret = dwc3_gadget_set_xfer_resource(dwc, dep); - if (ret) - return ret; - dep->endpoint.desc = desc; dep->comp_desc = comp_desc; dep->type = usb_endpoint_type(desc); @@ -615,12 +657,11 @@ if (!usb_endpoint_xfer_isoc(desc)) return 0; - memset(&trb_link, 0, sizeof(trb_link)); - /* Link TRB for ISOC. The HWO bit is never reset */ trb_st_hw = &dep->trb_pool[0]; trb_link = &dep->trb_pool[DWC3_TRB_NUM - 1]; + memset(trb_link, 0, sizeof(*trb_link)); trb_link->bpl = lower_32_bits(dwc3_trb_dma_offset(dep, trb_st_hw)); trb_link->bph = upper_32_bits(dwc3_trb_dma_offset(dep, trb_st_hw)); @@ -671,7 +712,7 @@ /* make sure HW endpoint isn't stalled */ if (dep->flags & DWC3_EP_STALL) - __dwc3_gadget_ep_set_halt(dep, 0); + __dwc3_gadget_ep_set_halt(dep, 0, false); reg = dwc3_readl(dwc->regs, DWC3_DALEPENA); reg &= ~DWC3_DALEPENA_EP(dep->number); @@ -971,8 +1012,7 @@ if (i == (request->num_mapped_sgs - 1) || sg_is_last(s)) { - if (list_is_last(&req->list, - &dep->request_list)) + if (list_empty(&dep->request_list)) last_one = true; chain = false; } @@ -990,6 +1030,9 @@ if (last_one) break; } + + if (last_one) + break; } else { dma = req->request.dma; length = req->request.length; @@ -1286,7 +1329,7 @@ return ret; } -int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value) +int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol) { struct dwc3_gadget_ep_cmd_params params; struct dwc3 *dwc = dep->dwc; @@ -1295,6 +1338,14 @@ memset(¶ms, 0x00, sizeof(params)); if (value) { + if (!protocol && ((dep->direction && dep->flags & DWC3_EP_BUSY) || + (!list_empty(&dep->req_queued) || + !list_empty(&dep->request_list)))) { + dev_dbg(dwc->dev, "%s: pending request, cannot halt\n", + dep->name); + return -EAGAIN; + } + ret = dwc3_send_gadget_ep_cmd(dwc, dep->number, DWC3_DEPCMD_SETSTALL, ¶ms); if (ret) @@ -1332,7 +1383,7 @@ goto out; } - ret = __dwc3_gadget_ep_set_halt(dep, value); + ret = __dwc3_gadget_ep_set_halt(dep, value, false); out: spin_unlock_irqrestore(&dwc->lock, flags); @@ -1653,8 +1704,6 @@ } dwc3_writel(dwc->regs, DWC3_DCFG, reg); - dwc->start_config_issued = false; - /* Start with SuperSpeed Default */ dwc3_gadget_ep0_desc.wMaxPacketSize = cpu_to_le16(512); @@ -1976,12 +2025,16 @@ { unsigned status = 0; int clean_busy; + u32 is_xfer_complete; + + is_xfer_complete = (event->endpoint_event == DWC3_DEPEVT_XFERCOMPLETE); if (event->status & DEPEVT_STATUS_BUSERR) status = -ECONNRESET; clean_busy = dwc3_cleanup_done_reqs(dwc, dep, event, status); - if (clean_busy) + if (clean_busy && (is_xfer_complete || + usb_endpoint_xfer_isoc(dep->endpoint.desc))) dep->flags &= ~DWC3_EP_BUSY; /* @@ -2042,12 +2095,6 @@ dwc3_endpoint_transfer_complete(dwc, dep, event, 1); break; case DWC3_DEPEVT_XFERINPROGRESS: - if (!usb_endpoint_xfer_isoc(dep->endpoint.desc)) { - dev_dbg(dwc->dev, "%s is not an Isochronous endpoint\n", - dep->name); - return; - } - dwc3_endpoint_transfer_complete(dwc, dep, event, 0); break; case DWC3_DEPEVT_XFERNOTREADY: @@ -2226,7 +2273,6 @@ dwc3_writel(dwc->regs, DWC3_DCTL, reg); dwc3_disconnect_gadget(dwc); - dwc->start_config_issued = false; dwc->gadget.speed = USB_SPEED_UNKNOWN; dwc->setup_packet_pending = false; @@ -2282,7 +2328,6 @@ dwc3_stop_active_transfers(dwc); dwc3_clear_stall_all_ep(dwc); - dwc->start_config_issued = false; /* Reset device address to zero */ reg = dwc3_readl(dwc->regs, DWC3_DCFG); @@ -2775,12 +2820,33 @@ } dwc->gadget.ops = &dwc3_gadget_ops; - dwc->gadget.max_speed = USB_SPEED_SUPER; dwc->gadget.speed = USB_SPEED_UNKNOWN; dwc->gadget.sg_supported = true; dwc->gadget.name = "dwc3-gadget"; /* + * FIXME We might be setting max_speed to revision < DWC3_REVISION_220A) + dev_vdbg(dwc->dev, "Changing max_speed on rev %08x\n", + dwc->revision); + + dwc->gadget.max_speed = dwc->maximum_speed; + + /* * Per databook, DWC3 needs buffer size to be aligned to MaxPacketSize * on ep out. */ --- linux-lts-utopic-3.16.0.orig/drivers/usb/dwc3/gadget.h +++ linux-lts-utopic-3.16.0/drivers/usb/dwc3/gadget.h @@ -85,7 +85,7 @@ int dwc3_gadget_ep0_set_halt(struct usb_ep *ep, int value); int dwc3_gadget_ep0_queue(struct usb_ep *ep, struct usb_request *request, gfp_t gfp_flags); -int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value); +int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol); /** * dwc3_gadget_ep_get_transfer_index - Gets transfer index from HW --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/Kconfig +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/Kconfig @@ -438,7 +438,7 @@ gadget drivers to also be dynamically linked. config USB_EG20T - tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7213/ML7831) UDC" + tristate "Intel QUARK X1000/EG20T PCH/LAPIS Semiconductor IOH(ML7213/ML7831) UDC" depends on PCI help This is a USB device driver for EG20T PCH. @@ -459,6 +459,7 @@ ML7213/ML7831 is companion chip for Intel Atom E6xx series. ML7213/ML7831 is completely compatible for Intel EG20T PCH. + This driver can be used with Intel's Quark X1000 SOC platform # # LAST -- dummy/emulated controller # --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/at91_udc.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/at91_udc.c @@ -870,12 +870,10 @@ return; udc->clocked = 1; - if (IS_ENABLED(CONFIG_COMMON_CLK)) { - clk_set_rate(udc->uclk, 48000000); - clk_prepare_enable(udc->uclk); - } - clk_prepare_enable(udc->iclk); - clk_prepare_enable(udc->fclk); + if (IS_ENABLED(CONFIG_COMMON_CLK)) + clk_enable(udc->uclk); + clk_enable(udc->iclk); + clk_enable(udc->fclk); } static void clk_off(struct at91_udc *udc) @@ -884,10 +882,10 @@ return; udc->clocked = 0; udc->gadget.speed = USB_SPEED_UNKNOWN; - clk_disable_unprepare(udc->fclk); - clk_disable_unprepare(udc->iclk); + clk_disable(udc->fclk); + clk_disable(udc->iclk); if (IS_ENABLED(CONFIG_COMMON_CLK)) - clk_disable_unprepare(udc->uclk); + clk_disable(udc->uclk); } /* @@ -1780,14 +1778,24 @@ } /* don't do anything until we have both gadget driver and VBUS */ + if (IS_ENABLED(CONFIG_COMMON_CLK)) { + clk_set_rate(udc->uclk, 48000000); + retval = clk_prepare(udc->uclk); + if (retval) + goto fail1; + } + retval = clk_prepare(udc->fclk); + if (retval) + goto fail1a; + retval = clk_prepare_enable(udc->iclk); if (retval) - goto fail1; + goto fail1b; at91_udp_write(udc, AT91_UDP_TXVC, AT91_UDP_TXVC_TXVDIS); at91_udp_write(udc, AT91_UDP_IDR, 0xffffffff); /* Clear all pending interrupts - UDP may be used by bootloader. */ at91_udp_write(udc, AT91_UDP_ICR, 0xffffffff); - clk_disable_unprepare(udc->iclk); + clk_disable(udc->iclk); /* request UDC and maybe VBUS irqs */ udc->udp_irq = platform_get_irq(pdev, 0); @@ -1795,7 +1803,7 @@ 0, driver_name, udc); if (retval < 0) { DBG("request irq %d failed\n", udc->udp_irq); - goto fail1; + goto fail1c; } if (gpio_is_valid(udc->board.vbus_pin)) { retval = gpio_request(udc->board.vbus_pin, "udc_vbus"); @@ -1848,6 +1856,13 @@ gpio_free(udc->board.vbus_pin); fail2: free_irq(udc->udp_irq, udc); +fail1c: + clk_unprepare(udc->iclk); +fail1b: + clk_unprepare(udc->fclk); +fail1a: + if (IS_ENABLED(CONFIG_COMMON_CLK)) + clk_unprepare(udc->uclk); fail1: if (IS_ENABLED(CONFIG_COMMON_CLK) && !IS_ERR(udc->uclk)) clk_put(udc->uclk); @@ -1896,6 +1911,11 @@ res = platform_get_resource(pdev, IORESOURCE_MEM, 0); release_mem_region(res->start, resource_size(res)); + if (IS_ENABLED(CONFIG_COMMON_CLK)) + clk_unprepare(udc->uclk); + clk_unprepare(udc->fclk); + clk_unprepare(udc->iclk); + clk_put(udc->iclk); clk_put(udc->fclk); if (IS_ENABLED(CONFIG_COMMON_CLK)) --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/atmel_usba_udc.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/atmel_usba_udc.c @@ -716,10 +716,10 @@ req->using_dma = 1; req->ctrl = USBA_BF(DMA_BUF_LEN, req->req.length) | USBA_DMA_CH_EN | USBA_DMA_END_BUF_IE - | USBA_DMA_END_TR_EN | USBA_DMA_END_TR_IE; + | USBA_DMA_END_BUF_EN; - if (ep->is_in) - req->ctrl |= USBA_DMA_END_BUF_EN; + if (!ep->is_in) + req->ctrl |= USBA_DMA_END_TR_EN | USBA_DMA_END_TR_IE; /* * Add this request to the queue and submit for DMA if @@ -828,7 +828,7 @@ { struct usba_ep *ep = to_usba_ep(_ep); struct usba_udc *udc = ep->udc; - struct usba_request *req = to_usba_req(_req); + struct usba_request *req; unsigned long flags; u32 status; @@ -837,6 +837,16 @@ spin_lock_irqsave(&udc->lock, flags); + list_for_each_entry(req, &ep->queue, queue) { + if (&req->req == _req) + break; + } + + if (&req->req != _req) { + spin_unlock_irqrestore(&udc->lock, flags); + return -EINVAL; + } + if (req->using_dma) { /* * If this request is currently being transferred, @@ -1572,7 +1582,6 @@ if ((epstatus & epctrl) & USBA_RX_BK_RDY) { DBG(DBG_BUS, "%s: RX data ready\n", ep->ep.name); receive_data(ep); - usba_ep_writel(ep, CLR_STA, USBA_RX_BK_RDY); } } --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/composite.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/composite.c @@ -560,7 +560,7 @@ usb_ext->bLength = USB_DT_USB_EXT_CAP_SIZE; usb_ext->bDescriptorType = USB_DT_DEVICE_CAPABILITY; usb_ext->bDevCapabilityType = USB_CAP_TYPE_EXT; - usb_ext->bmAttributes = cpu_to_le32(USB_LPM_SUPPORT); + usb_ext->bmAttributes = cpu_to_le32(USB_LPM_SUPPORT | USB_BESL_SUPPORT); /* * The Superspeed USB Capability descriptor shall be implemented by all --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/configfs.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/configfs.c @@ -1163,7 +1163,6 @@ if (desc->opts_mutex) mutex_lock(desc->opts_mutex); memcpy(desc->ext_compat_id, page, l); - desc->ext_compat_id[l] = '\0'; if (desc->opts_mutex) mutex_unlock(desc->opts_mutex); @@ -1194,7 +1193,6 @@ if (desc->opts_mutex) mutex_lock(desc->opts_mutex); memcpy(desc->ext_compat_id + 8, page, l); - desc->ext_compat_id[l + 8] = '\0'; if (desc->opts_mutex) mutex_unlock(desc->opts_mutex); @@ -1299,6 +1297,7 @@ } } c->next_interface_id = 0; + memset(c->interface, 0, sizeof(c->interface)); c->superspeed = 0; c->highspeed = 0; c->fullspeed = 0; --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/f_acm.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/f_acm.c @@ -430,11 +430,12 @@ if (acm->notify->driver_data) { VDBG(cdev, "reset acm control interface %d\n", intf); usb_ep_disable(acm->notify); - } else { - VDBG(cdev, "init acm ctrl interface %d\n", intf); + } + + if (!acm->notify->desc) if (config_ep_by_speed(cdev->gadget, f, acm->notify)) return -EINVAL; - } + usb_ep_enable(acm->notify); acm->notify->driver_data = acm; --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/f_fs.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/f_fs.c @@ -641,15 +641,26 @@ if (io_data->read && ret > 0) { int i; size_t pos = 0; + + /* + * Since req->length may be bigger than io_data->len (after + * being rounded up to maxpacketsize), we may end up with more + * data then user space has space for. + */ + ret = min_t(int, ret, io_data->len); + use_mm(io_data->mm); for (i = 0; i < io_data->nr_segs; i++) { + size_t len = min_t(size_t, ret - pos, + io_data->iovec[i].iov_len); + if (!len) + break; if (unlikely(copy_to_user(io_data->iovec[i].iov_base, - &io_data->buf[pos], - io_data->iovec[i].iov_len))) { + &io_data->buf[pos], len))) { ret = -EFAULT; break; } - pos += io_data->iovec[i].iov_len; + pos += len; } unuse_mm(io_data->mm); } @@ -681,7 +692,7 @@ struct ffs_epfile *epfile = file->private_data; struct ffs_ep *ep; char *data = NULL; - ssize_t ret, data_len; + ssize_t ret, data_len = -EINVAL; int halt; /* Are we still active? */ @@ -781,13 +792,30 @@ /* Fire the request */ struct usb_request *req; + /* + * Sanity Check: even though data_len can't be used + * uninitialized at the time I write this comment, some + * compilers complain about this situation. + * In order to keep the code clean from warnings, data_len is + * being initialized to -EINVAL during its declaration, which + * means we can't rely on compiler anymore to warn no future + * changes won't result in data_len being used uninitialized. + * For such reason, we're adding this redundant sanity check + * here. + */ + if (unlikely(data_len == -EINVAL)) { + WARN(1, "%s: data_len == -EINVAL\n", __func__); + ret = -EINVAL; + goto error_lock; + } + if (io_data->aio) { req = usb_ep_alloc_request(ep->ep, GFP_KERNEL); if (unlikely(!req)) goto error_lock; req->buf = data; - req->length = io_data->len; + req->length = data_len; io_data->buf = data; io_data->ep = ep->ep; @@ -809,7 +837,7 @@ req = ep->req; req->buf = data; - req->length = io_data->len; + req->length = data_len; req->context = &done; req->complete = ffs_epfile_io_complete; @@ -2297,8 +2325,6 @@ func->conf = c; func->gadget = c->cdev->gadget; - ffs_data_get(func->ffs); - /* * in drivers/usb/gadget/configfs.c:configfs_composite_bind() * configurations are bound in sequence with list_for_each_entry, --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/f_mass_storage.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/f_mass_storage.c @@ -2819,7 +2819,7 @@ return -EINVAL; } - curlun = kcalloc(nluns, sizeof(*curlun), GFP_KERNEL); + curlun = kcalloc(FSG_MAX_LUNS, sizeof(*curlun), GFP_KERNEL); if (unlikely(!curlun)) return -ENOMEM; @@ -2829,8 +2829,6 @@ common->luns = curlun; common->nluns = nluns; - pr_info("Number of LUNs=%d\n", common->nluns); - return 0; } EXPORT_SYMBOL_GPL(fsg_common_set_nluns); @@ -3604,14 +3602,26 @@ struct fsg_opts *opts = fsg_opts_from_func_inst(fi); struct fsg_common *common = opts->common; struct fsg_dev *fsg; + unsigned nluns, i; fsg = kzalloc(sizeof(*fsg), GFP_KERNEL); if (unlikely(!fsg)) return ERR_PTR(-ENOMEM); mutex_lock(&opts->lock); + if (!opts->refcnt) { + for (nluns = i = 0; i < FSG_MAX_LUNS; ++i) + if (common->luns[i]) + nluns = i + 1; + if (!nluns) + pr_warn("No LUNS defined, continuing anyway\n"); + else + common->nluns = nluns; + pr_info("Number of LUNs=%u\n", common->nluns); + } opts->refcnt++; mutex_unlock(&opts->lock); + fsg->function.name = FSG_DRIVER_DESC; fsg->function.bind = fsg_bind; fsg->function.unbind = fsg_unbind; --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/f_phonet.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/f_phonet.c @@ -417,7 +417,10 @@ return -EINVAL; spin_lock(&port->lock); - __pn_reset(f); + + if (fp->in_ep->driver_data) + __pn_reset(f); + if (alt == 1) { int i; --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/f_rndis.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/f_rndis.c @@ -727,6 +727,10 @@ rndis_control_intf.bInterfaceNumber = status; rndis_union_desc.bMasterInterface0 = status; + if (cdev->use_os_string) + f->os_desc_table[0].if_id = + rndis_iad_descriptor.bFirstInterface; + status = usb_interface_id(c, f); if (status < 0) goto fail; --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/inode.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/inode.c @@ -450,6 +450,7 @@ data->name, len, (int) value); free1: mutex_unlock(&data->lock); + kfree (kbuf); return value; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/m66592-udc.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/m66592-udc.c @@ -1052,7 +1052,7 @@ tmp = m66592_read(m66592, M66592_INTSTS0) & M66592_CTSQ; udelay(1); - } while (tmp != M66592_CS_IDST || timeout-- > 0); + } while (tmp != M66592_CS_IDST && timeout-- > 0); if (tmp == M66592_CS_IDST) m66592_bset(m66592, --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/mv_udc_core.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/mv_udc_core.c @@ -2160,7 +2160,7 @@ return -ENODEV; } - udc->phy_regs = ioremap(r->start, resource_size(r)); + udc->phy_regs = devm_ioremap(&pdev->dev, r->start, resource_size(r)); if (udc->phy_regs == NULL) { dev_err(&pdev->dev, "failed to map phy I/O memory\n"); return -EBUSY; --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/pch_udc.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/pch_udc.c @@ -343,6 +343,7 @@ * @setup_data: Received setup data * @phys_addr: of device memory * @base_addr: for mapped device memory + * @bar: Indicates which PCI BAR for USB regs * @irq: IRQ line for the device * @cfg_data: current cfg, intf, and alt in use * @vbus_gpio: GPIO informaton for detecting VBUS @@ -370,14 +371,17 @@ struct usb_ctrlrequest setup_data; unsigned long phys_addr; void __iomem *base_addr; + unsigned bar; unsigned irq; struct pch_udc_cfg_data cfg_data; struct pch_vbus_gpio_data vbus_gpio; }; #define to_pch_udc(g) (container_of((g), struct pch_udc_dev, gadget)) +#define PCH_UDC_PCI_BAR_QUARK_X1000 0 #define PCH_UDC_PCI_BAR 1 #define PCI_DEVICE_ID_INTEL_EG20T_UDC 0x8808 +#define PCI_DEVICE_ID_INTEL_QUARK_X1000_UDC 0x0939 #define PCI_VENDOR_ID_ROHM 0x10DB #define PCI_DEVICE_ID_ML7213_IOH_UDC 0x801D #define PCI_DEVICE_ID_ML7831_IOH_UDC 0x8808 @@ -3076,7 +3080,7 @@ iounmap(dev->base_addr); if (dev->mem_region) release_mem_region(dev->phys_addr, - pci_resource_len(pdev, PCH_UDC_PCI_BAR)); + pci_resource_len(pdev, dev->bar)); if (dev->active) pci_disable_device(pdev); kfree(dev); @@ -3144,9 +3148,15 @@ dev->active = 1; pci_set_drvdata(pdev, dev); + /* Determine BAR based on PCI ID */ + if (id->device == PCI_DEVICE_ID_INTEL_QUARK_X1000_UDC) + dev->bar = PCH_UDC_PCI_BAR_QUARK_X1000; + else + dev->bar = PCH_UDC_PCI_BAR; + /* PCI resource allocation */ - resource = pci_resource_start(pdev, 1); - len = pci_resource_len(pdev, 1); + resource = pci_resource_start(pdev, dev->bar); + len = pci_resource_len(pdev, dev->bar); if (!request_mem_region(resource, len, KBUILD_MODNAME)) { dev_err(&pdev->dev, "%s: pci device used already\n", __func__); @@ -3212,6 +3222,12 @@ static const struct pci_device_id pch_udc_pcidev_id[] = { { + PCI_DEVICE(PCI_VENDOR_ID_INTEL, + PCI_DEVICE_ID_INTEL_QUARK_X1000_UDC), + .class = (PCI_CLASS_SERIAL_USB << 8) | 0xfe, + .class_mask = 0xffffffff, + }, + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_EG20T_UDC), .class = (PCI_CLASS_SERIAL_USB << 8) | 0xfe, .class_mask = 0xffffffff, --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/printer.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/printer.c @@ -980,6 +980,15 @@ break; } /* host either stalls (value < 0) or reports success */ + if (value >= 0) { + req->length = value; + req->zero = value < wLength; + value = usb_ep_queue(cdev->gadget->ep0, req, GFP_ATOMIC); + if (value < 0) { + ERROR(dev, "%s:%d Error!\n", __func__, __LINE__); + req->status = 0; + } + } return value; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/pxa27x_udc.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/pxa27x_udc.c @@ -2558,6 +2558,9 @@ udc->pullup_resume = udc->pullup_on; dplus_pullup(udc, 0); + if (udc->driver) + udc->driver->disconnect(&udc->gadget); + return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/gadget/udc-core.c +++ linux-lts-utopic-3.16.0/drivers/usb/gadget/udc-core.c @@ -458,6 +458,11 @@ { struct usb_udc *udc = container_of(dev, struct usb_udc, dev); + if (!udc->driver) { + dev_err(dev, "soft-connect without a gadget driver\n"); + return -EOPNOTSUPP; + } + if (sysfs_streq(buf, "connect")) { usb_gadget_udc_start(udc->gadget, udc->driver); usb_gadget_connect(udc->gadget); --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/ehci-fsl.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/ehci-fsl.c @@ -125,6 +125,15 @@ if (pdata->have_sysif_regs && pdata->controller_ver < FSL_USB_VER_1_6) setbits32(hcd->regs + FSL_SOC_USB_CTRL, 0x4); + /* + * Enable UTMI phy and program PTS field in UTMI mode before asserting + * controller reset for USB Controller version 2.5 + */ + if (pdata->has_fsl_erratum_a007792) { + writel_be(CTRL_UTMI_PHY_EN, hcd->regs + FSL_SOC_USB_CTRL); + writel(PORT_PTS_UTMI, hcd->regs + FSL_SOC_USB_PORTSC1); + } + /* Don't need to set host mode here. It will be done by tdi_reset() */ retval = usb_add_hcd(hcd, irq, IRQF_SHARED); @@ -289,6 +298,10 @@ out_be32(non_ehci + FSL_SOC_USB_SNOOP2, 0x80000000 | SNOOP_SIZE_2GB); } + /* Deal with USB erratum A-005275 */ + if (pdata->has_fsl_erratum_a005275 == 1) + ehci->has_fsl_hs_errata = 1; + if ((pdata->operating_mode == FSL_USB2_DR_HOST) || (pdata->operating_mode == FSL_USB2_DR_OTG)) if (ehci_fsl_setup_phy(hcd, pdata->phy_mode, 0)) --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/ehci-hcd.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/ehci-hcd.c @@ -787,12 +787,12 @@ ehci->reset_done[i] == 0)) continue; - /* start 20 msec resume signaling from this port, - * and make khubd collect PORT_STAT_C_SUSPEND to - * stop that signaling. Use 5 ms extra for safety, - * like usb_port_resume() does. + /* start USB_RESUME_TIMEOUT msec resume signaling from + * this port, and make khubd collect + * PORT_STAT_C_SUSPEND to stop that signaling. */ - ehci->reset_done[i] = jiffies + msecs_to_jiffies(25); + ehci->reset_done[i] = jiffies + + msecs_to_jiffies(USB_RESUME_TIMEOUT); set_bit(i, &ehci->resuming_ports); ehci_dbg (ehci, "port %d remote wakeup\n", i + 1); usb_hcd_start_port_resume(&hcd->self, i); @@ -965,8 +965,6 @@ } qh->exception = 1; - if (ehci->rh_state < EHCI_RH_RUNNING) - qh->qh_state = QH_STATE_IDLE; switch (qh->qh_state) { case QH_STATE_LINKED: WARN_ON(!list_empty(&qh->qtd_list)); --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/ehci-hub.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/ehci-hub.c @@ -473,10 +473,13 @@ ehci_writel(ehci, temp, &ehci->regs->port_status [i]); } - /* msleep for 20ms only if code is trying to resume port */ + /* + * msleep for USB_RESUME_TIMEOUT ms only if code is trying to resume + * port + */ if (resume_needed) { spin_unlock_irq(&ehci->lock); - msleep(20); + msleep(USB_RESUME_TIMEOUT); spin_lock_irq(&ehci->lock); if (ehci->shutdown) goto shutdown; @@ -944,7 +947,7 @@ temp &= ~PORT_WAKE_BITS; ehci_writel(ehci, temp | PORT_RESUME, status_reg); ehci->reset_done[wIndex] = jiffies - + msecs_to_jiffies(20); + + msecs_to_jiffies(USB_RESUME_TIMEOUT); set_bit(wIndex, &ehci->resuming_ports); usb_hcd_start_port_resume(&hcd->self, wIndex); break; @@ -1215,6 +1218,13 @@ */ ehci->reset_done [wIndex] = jiffies + msecs_to_jiffies (50); + + /* + * Force full-speed connect for FSL high-speed + * erratum; disable HS Chirp by setting PFSC bit + */ + if (ehci_has_fsl_hs_errata(ehci)) + temp |= (1 << PORTSC_FSL_PFSC); } ehci_writel(ehci, temp, status_reg); break; @@ -1230,7 +1240,7 @@ if (selector == EHSET_TEST_SINGLE_STEP_SET_FEATURE) { spin_unlock_irqrestore(&ehci->lock, flags); retval = ehset_single_step_set_feature(hcd, - wIndex); + wIndex + 1); spin_lock_irqsave(&ehci->lock, flags); break; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/ehci-orion.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/ehci-orion.c @@ -226,7 +226,8 @@ priv->phy = devm_phy_optional_get(&pdev->dev, "usb"); if (IS_ERR(priv->phy)) { err = PTR_ERR(priv->phy); - goto err_phy_get; + if (err != -ENOSYS) + goto err_phy_get; } else { err = phy_init(priv->phy); if (err) --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/ehci-pci.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/ehci-pci.c @@ -35,6 +35,21 @@ #define PCI_DEVICE_ID_INTEL_CE4100_USB 0x2e70 /*-------------------------------------------------------------------------*/ +#define PCI_DEVICE_ID_INTEL_QUARK_X1000_SOC 0x0939 +static inline bool is_intel_quark_x1000(struct pci_dev *pdev) +{ + return pdev->vendor == PCI_VENDOR_ID_INTEL && + pdev->device == PCI_DEVICE_ID_INTEL_QUARK_X1000_SOC; +} + +/* + * 0x84 is the offset of in/out threshold register, + * and it is the same offset as the register of 'hostpc'. + */ +#define intel_quark_x1000_insnreg01 hostpc + +/* Maximum usable threshold value is 0x7f dwords for both IN and OUT */ +#define INTEL_QUARK_X1000_EHCI_MAX_THRESHOLD 0x007f007f /* called after powerup, by probe or system-pm "wakeup" */ static int ehci_pci_reinit(struct ehci_hcd *ehci, struct pci_dev *pdev) @@ -50,6 +65,16 @@ if (!retval) ehci_dbg(ehci, "MWI active\n"); + /* Reset the threshold limit */ + if (is_intel_quark_x1000(pdev)) { + /* + * For the Intel QUARK X1000, raise the I/O threshold to the + * maximum usable value in order to improve performance. + */ + ehci_writel(ehci, INTEL_QUARK_X1000_EHCI_MAX_THRESHOLD, + ehci->regs->intel_quark_x1000_insnreg01); + } + return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/ehci-sched.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/ehci-sched.c @@ -1581,6 +1581,10 @@ else next = (now + 2 + 7) & ~0x07; /* full frame cache */ + /* If needed, initialize last_iso_frame so that this URB will be seen */ + if (ehci->isoc_count == 0) + ehci->last_iso_frame = now >> 3; + /* * Use ehci->last_iso_frame as the base. There can't be any * TDs scheduled for earlier than that. @@ -1671,10 +1675,6 @@ urb->start_frame = start & (mod - 1); if (!stream->highspeed) urb->start_frame >>= 3; - - /* Make sure scan_isoc() sees these */ - if (ehci->isoc_count == 0) - ehci->last_iso_frame = now >> 3; return status; fail: --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/ehci-sysfs.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/ehci-sysfs.c @@ -29,7 +29,7 @@ int count = PAGE_SIZE; char *ptr = buf; - ehci = hcd_to_ehci(bus_to_hcd(dev_get_drvdata(dev))); + ehci = hcd_to_ehci(dev_get_drvdata(dev)); nports = HCS_N_PORTS(ehci->hcs_params); for (index = 0; index < nports; ++index) { @@ -54,7 +54,7 @@ struct ehci_hcd *ehci; int portnum, new_owner; - ehci = hcd_to_ehci(bus_to_hcd(dev_get_drvdata(dev))); + ehci = hcd_to_ehci(dev_get_drvdata(dev)); new_owner = PORT_OWNER; /* Owned by companion */ if (sscanf(buf, "%d", &portnum) != 1) return -EINVAL; @@ -85,7 +85,7 @@ struct ehci_hcd *ehci; int n; - ehci = hcd_to_ehci(bus_to_hcd(dev_get_drvdata(dev))); + ehci = hcd_to_ehci(dev_get_drvdata(dev)); n = scnprintf(buf, PAGE_SIZE, "%d\n", ehci->uframe_periodic_max); return n; } @@ -101,7 +101,7 @@ unsigned long flags; ssize_t ret; - ehci = hcd_to_ehci(bus_to_hcd(dev_get_drvdata(dev))); + ehci = hcd_to_ehci(dev_get_drvdata(dev)); if (kstrtouint(buf, 0, &uframe_periodic_max) < 0) return -EINVAL; --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/ehci.h +++ linux-lts-utopic-3.16.0/drivers/usb/host/ehci.h @@ -215,6 +215,7 @@ /* SILICON QUIRKS */ unsigned no_selective_suspend:1; unsigned has_fsl_port_bug:1; /* FreeScale */ + unsigned has_fsl_hs_errata:1; /* Freescale HS quirk */ unsigned big_endian_mmio:1; unsigned big_endian_desc:1; unsigned big_endian_capbase:1; @@ -686,6 +687,17 @@ #define ehci_has_fsl_portno_bug(e) (0) #endif +#define PORTSC_FSL_PFSC 24 /* Port Force Full-Speed Connect */ + +#if defined(CONFIG_PPC_85xx) +/* Some Freescale processors have an erratum (USB A-005275) in which + * incoming packets get corrupted in HS mode + */ +#define ehci_has_fsl_hs_errata(e) ((e)->has_fsl_hs_errata) +#else +#define ehci_has_fsl_hs_errata(e) (0) +#endif + /* * While most USB host controllers implement their registers in * little-endian format, a minority (celleb companion chip) implement --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/fotg210-hcd.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/fotg210-hcd.c @@ -1595,7 +1595,7 @@ /* resume signaling for 20 msec */ fotg210_writel(fotg210, temp | PORT_RESUME, status_reg); fotg210->reset_done[wIndex] = jiffies - + msecs_to_jiffies(20); + + msecs_to_jiffies(USB_RESUME_TIMEOUT); break; case USB_PORT_FEAT_C_SUSPEND: clear_bit(wIndex, &fotg210->port_c_suspend); --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/fsl-mph-dr-of.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/fsl-mph-dr-of.c @@ -206,6 +206,16 @@ pdata->phy_mode = determine_usb_phy(prop); pdata->controller_ver = usb_get_ver_info(np); + /* Activate Erratum by reading property in device tree */ + if (of_get_property(np, "fsl,usb-erratum-a007792", NULL)) + pdata->has_fsl_erratum_a007792 = 1; + else + pdata->has_fsl_erratum_a007792 = 0; + if (of_get_property(np, "fsl,usb-erratum-a005275", NULL)) + pdata->has_fsl_erratum_a005275 = 1; + else + pdata->has_fsl_erratum_a005275 = 0; + if (pdata->have_sysif_regs) { if (pdata->controller_ver < 0) { dev_warn(&ofdev->dev, "Could not get controller version\n"); --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/fusbh200-hcd.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/fusbh200-hcd.c @@ -1550,10 +1550,9 @@ if ((temp & PORT_PE) == 0) goto error; - /* resume signaling for 20 msec */ fusbh200_writel(fusbh200, temp | PORT_RESUME, status_reg); fusbh200->reset_done[wIndex] = jiffies - + msecs_to_jiffies(20); + + msecs_to_jiffies(USB_RESUME_TIMEOUT); break; case USB_PORT_FEAT_C_SUSPEND: clear_bit(wIndex, &fusbh200->port_c_suspend); --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/isp116x-hcd.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/isp116x-hcd.c @@ -1487,7 +1487,7 @@ spin_unlock_irq(&isp116x->lock); hcd->state = HC_STATE_RESUMING; - msleep(20); + msleep(USB_RESUME_TIMEOUT); /* Go operational */ spin_lock_irq(&isp116x->lock); --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/isp1760-hcd.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/isp1760-hcd.c @@ -1895,7 +1895,7 @@ reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_RESUME); priv->reset_done = jiffies + - msecs_to_jiffies(20); + msecs_to_jiffies(USB_RESUME_TIMEOUT); } break; case USB_PORT_FEAT_C_SUSPEND: @@ -2247,6 +2247,9 @@ hcd->rsrc_start = res_start; hcd->rsrc_len = res_len; + /* This driver doesn't support wakeup requests */ + hcd->cant_recv_wakeups = 1; + ret = usb_add_hcd(hcd, irq, irqflags); if (ret) goto err_unmap; --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/ohci-dbg.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/ohci-dbg.c @@ -236,7 +236,7 @@ } } -static void ohci_dump (struct ohci_hcd *controller, int verbose) +static void ohci_dump(struct ohci_hcd *controller) { ohci_dbg (controller, "OHCI controller state\n"); @@ -464,15 +464,16 @@ static ssize_t fill_async_buffer(struct debug_buffer *buf) { struct ohci_hcd *ohci; - size_t temp; + size_t temp, size; unsigned long flags; ohci = buf->ohci; + size = PAGE_SIZE; /* display control and bulk lists together, for simplicity */ spin_lock_irqsave (&ohci->lock, flags); - temp = show_list(ohci, buf->page, buf->count, ohci->ed_controltail); - temp += show_list(ohci, buf->page + temp, buf->count - temp, + temp = show_list(ohci, buf->page, size, ohci->ed_controltail); + temp += show_list(ohci, buf->page + temp, size - temp, ohci->ed_bulktail); spin_unlock_irqrestore (&ohci->lock, flags); --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/ohci-hcd.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/ohci-hcd.c @@ -76,8 +76,8 @@ #include "ohci.h" #include "pci-quirks.h" -static void ohci_dump (struct ohci_hcd *ohci, int verbose); -static void ohci_stop (struct usb_hcd *hcd); +static void ohci_dump(struct ohci_hcd *ohci); +static void ohci_stop(struct usb_hcd *hcd); #include "ohci-hub.c" #include "ohci-dbg.c" @@ -744,7 +744,7 @@ ohci->ed_to_check = NULL; } - ohci_dump (ohci, 1); + ohci_dump(ohci); return 0; } @@ -825,7 +825,7 @@ usb_hc_died(hcd); } - ohci_dump (ohci, 1); + ohci_dump(ohci); ohci_usb_reset (ohci); } @@ -925,7 +925,7 @@ { struct ohci_hcd *ohci = hcd_to_ohci (hcd); - ohci_dump (ohci, 1); + ohci_dump(ohci); if (quirk_nec(ohci)) flush_work(&ohci->nec_work); --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/ohci-q.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/ohci-q.c @@ -311,8 +311,7 @@ * - ED_OPER: when there's any request queued, the ED gets rescheduled * immediately. HC should be working on them. * - * - ED_IDLE: when there's no TD queue. there's no reason for the HC - * to care about this ED; safe to disable the endpoint. + * - ED_IDLE: when there's no TD queue or the HC isn't running. * * When finish_unlinks() runs later, after SOF interrupt, it will often * complete one or more URB unlinks before making that state change. @@ -955,12 +954,18 @@ } } + /* ED's now officially unlinked, hc doesn't see */ + if (quirk_zfmicro(ohci) && ed->type == PIPE_INTERRUPT) + ohci->eds_scheduled--; + ed->hwHeadP &= ~cpu_to_hc32(ohci, ED_H); + ed->hwNextED = 0; + wmb(); + ed->hwINFO &= ~cpu_to_hc32(ohci, ED_SKIP | ED_DEQUEUE); + /* reentrancy: if we drop the schedule lock, someone might * have modified this list. normally it's just prepending * entries (which we'd ignore), but paranoia won't hurt. */ - *last = ed->ed_next; - ed->ed_next = NULL; modified = 0; /* unlink urbs as requested, but rescan the list after @@ -1018,19 +1023,21 @@ if (completed && !list_empty (&ed->td_list)) goto rescan_this; - /* ED's now officially unlinked, hc doesn't see */ - ed->state = ED_IDLE; - if (quirk_zfmicro(ohci) && ed->type == PIPE_INTERRUPT) - ohci->eds_scheduled--; - ed->hwHeadP &= ~cpu_to_hc32(ohci, ED_H); - ed->hwNextED = 0; - wmb (); - ed->hwINFO &= ~cpu_to_hc32 (ohci, ED_SKIP | ED_DEQUEUE); - - /* but if there's work queued, reschedule */ - if (!list_empty (&ed->td_list)) { - if (ohci->rh_state == OHCI_RH_RUNNING) - ed_schedule (ohci, ed); + /* + * If no TDs are queued, take ED off the ed_rm_list. + * Otherwise, if the HC is running, reschedule. + * If not, leave it on the list for further dequeues. + */ + if (list_empty(&ed->td_list)) { + *last = ed->ed_next; + ed->ed_next = NULL; + ed->state = ED_IDLE; + } else if (ohci->rh_state == OHCI_RH_RUNNING) { + *last = ed->ed_next; + ed->ed_next = NULL; + ed_schedule(ohci, ed); + } else { + last = &ed->ed_next; } if (modified) --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/oxu210hp-hcd.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/oxu210hp-hcd.c @@ -2500,11 +2500,12 @@ || oxu->reset_done[i] != 0) continue; - /* start 20 msec resume signaling from this port, - * and make khubd collect PORT_STAT_C_SUSPEND to + /* start USB_RESUME_TIMEOUT resume signaling from this + * port, and make khubd collect PORT_STAT_C_SUSPEND to * stop that signaling. */ - oxu->reset_done[i] = jiffies + msecs_to_jiffies(20); + oxu->reset_done[i] = jiffies + + msecs_to_jiffies(USB_RESUME_TIMEOUT); oxu_dbg(oxu, "port %d remote wakeup\n", i + 1); mod_timer(&hcd->rh_timer, oxu->reset_done[i]); } --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/pci-quirks.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/pci-quirks.c @@ -571,7 +571,8 @@ { void __iomem *base; u32 control; - u32 fminterval; + u32 fminterval = 0; + bool no_fminterval = false; int cnt; if (!mmio_resource_enabled(pdev, 0)) @@ -581,6 +582,13 @@ if (base == NULL) return; + /* + * ULi M5237 OHCI controller locks the whole system when accessing + * the OHCI_FMINTERVAL offset. + */ + if (pdev->vendor == PCI_VENDOR_ID_AL && pdev->device == 0x5237) + no_fminterval = true; + control = readl(base + OHCI_CONTROL); /* On PA-RISC, PDC can leave IR set incorrectly; ignore it there. */ @@ -619,7 +627,9 @@ } /* software reset of the controller, preserving HcFmInterval */ - fminterval = readl(base + OHCI_FMINTERVAL); + if (!no_fminterval) + fminterval = readl(base + OHCI_FMINTERVAL); + writel(OHCI_HCR, base + OHCI_CMDSTATUS); /* reset requires max 10 us delay */ @@ -628,7 +638,9 @@ break; udelay(1); } - writel(fminterval, base + OHCI_FMINTERVAL); + + if (!no_fminterval) + writel(fminterval, base + OHCI_FMINTERVAL); /* Now the controller is safely in SUSPEND and nothing can wake it up */ iounmap(base); --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/r8a66597-hcd.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/r8a66597-hcd.c @@ -2300,7 +2300,7 @@ rh->port &= ~USB_PORT_STAT_SUSPEND; rh->port |= USB_PORT_STAT_C_SUSPEND << 16; r8a66597_mdfy(r8a66597, RESUME, RESUME | UACT, dvstctr_reg); - msleep(50); + msleep(USB_RESUME_TIMEOUT); r8a66597_mdfy(r8a66597, UACT, RESUME | UACT, dvstctr_reg); } --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/sl811-hcd.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/sl811-hcd.c @@ -1259,7 +1259,7 @@ sl811_write(sl811, SL11H_CTLREG1, sl811->ctrl1); mod_timer(&sl811->timer, jiffies - + msecs_to_jiffies(20)); + + msecs_to_jiffies(USB_RESUME_TIMEOUT)); break; case USB_PORT_FEAT_POWER: port_power(sl811, 0); --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/uhci-hub.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/uhci-hub.c @@ -165,7 +165,7 @@ /* Port received a wakeup request */ set_bit(port, &uhci->resuming_ports); uhci->ports_timeout = jiffies + - msecs_to_jiffies(25); + msecs_to_jiffies(USB_RESUME_TIMEOUT); usb_hcd_start_port_resume( &uhci_to_hcd(uhci)->self, port); @@ -337,7 +337,8 @@ uhci_finish_suspend(uhci, port, port_addr); /* USB v2.0 7.1.7.5 */ - uhci->ports_timeout = jiffies + msecs_to_jiffies(50); + uhci->ports_timeout = jiffies + + msecs_to_jiffies(USB_RESUME_TIMEOUT); break; case USB_PORT_FEAT_POWER: /* UHCI has no power switching */ --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/whci/qset.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/whci/qset.c @@ -377,6 +377,10 @@ if (std->pl_virt == NULL) return -ENOMEM; std->dma_addr = dma_map_single(whc->wusbhc.dev, std->pl_virt, pl_len, DMA_TO_DEVICE); + if (dma_mapping_error(whc->wusbhc.dev, std->dma_addr)) { + kfree(std->pl_virt); + return -EFAULT; + } for (p = 0; p < std->num_pointers; p++) { std->pl_virt[p].buf_ptr = cpu_to_le64(dma_addr); --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/xhci-hub.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/xhci-hub.c @@ -22,7 +22,6 @@ #include -#include #include #include "xhci.h" @@ -381,6 +380,10 @@ status = PORT_PLC; port_change_bit = "link state"; break; + case USB_PORT_FEAT_C_PORT_CONFIG_ERROR: + status = PORT_CEC; + port_change_bit = "config error"; + break; default: /* Should never happen */ return; @@ -468,15 +471,19 @@ } /* Updates Link Status for super Speed port */ -static void xhci_hub_report_usb3_link_state(u32 *status, u32 status_reg) +static void xhci_hub_report_usb3_link_state(struct xhci_hcd *xhci, + u32 *status, u32 status_reg) { u32 pls = status_reg & PORT_PLS_MASK; /* resume state is a xHCI internal state. - * Do not report it to usb core. + * Do not report it to usb core, instead, pretend to be U3, + * thus usb core knows it's not ready for transfer */ - if (pls == XDEV_RESUME) + if (pls == XDEV_RESUME) { + *status |= USB_SS_PORT_LS_U3; return; + } /* When the CAS bit is set then warm reset * should be performed on port @@ -507,7 +514,8 @@ * in which sometimes the port enters compliance mode * caused by a delay on the host-device negotiation. */ - if (pls == USB_SS_PORT_LS_COMP_MOD) + if ((xhci->quirks & XHCI_COMP_MODE_QUIRK) && + (pls == USB_SS_PORT_LS_COMP_MOD)) pls |= USB_PORT_STAT_CONNECTION; } @@ -576,10 +584,19 @@ status |= USB_PORT_STAT_C_RESET << 16; /* USB3.0 only */ if (hcd->speed == HCD_USB3) { - if ((raw_port_status & PORT_PLC)) + /* Port link change with port in resume state should not be + * reported to usbcore, as this is an internal state to be + * handled by xhci driver. Reporting PLC to usbcore may + * cause usbcore clearing PLC first and port change event + * irq won't be generated. + */ + if ((raw_port_status & PORT_PLC) && + (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) status |= USB_PORT_STAT_C_LINK_STATE << 16; if ((raw_port_status & PORT_WRC)) status |= USB_PORT_STAT_C_BH_RESET << 16; + if ((raw_port_status & PORT_CEC)) + status |= USB_PORT_STAT_C_CONFIG_ERROR << 16; } if (hcd->speed != HCD_USB3) { @@ -592,8 +609,30 @@ if ((raw_port_status & PORT_RESET) || !(raw_port_status & PORT_PE)) return 0xffffffff; - if (time_after_eq(jiffies, - bus_state->resume_done[wIndex])) { + /* did port event handler already start resume timing? */ + if (!bus_state->resume_done[wIndex]) { + /* If not, maybe we are in a host initated resume? */ + if (test_bit(wIndex, &bus_state->resuming_ports)) { + /* Host initated resume doesn't time the resume + * signalling using resume_done[]. + * It manually sets RESUME state, sleeps 20ms + * and sets U0 state. This should probably be + * changed, but not right now. + */ + } else { + /* port resume was discovered now and here, + * start resume timing + */ + unsigned long timeout = jiffies + + msecs_to_jiffies(USB_RESUME_TIMEOUT); + + set_bit(wIndex, &bus_state->resuming_ports); + bus_state->resume_done[wIndex] = timeout; + mod_timer(&hcd->rh_timer, timeout); + } + /* Has resume been signalled for USB_RESUME_TIME yet? */ + } else if (time_after_eq(jiffies, + bus_state->resume_done[wIndex])) { int time_left; xhci_dbg(xhci, "Resume USB2 port %d\n", @@ -634,19 +673,35 @@ } else { /* * The resume has been signaling for less than - * 20ms. Report the port status as SUSPEND, - * let the usbcore check port status again - * and clear resume signaling later. + * USB_RESUME_TIME. Report the port status as SUSPEND, + * let the usbcore check port status again and clear + * resume signaling later. */ status |= USB_PORT_STAT_SUSPEND; } } - if ((raw_port_status & PORT_PLS_MASK) == XDEV_U0 - && (raw_port_status & PORT_POWER) - && (bus_state->suspended_ports & (1 << wIndex))) { - bus_state->suspended_ports &= ~(1 << wIndex); - if (hcd->speed != HCD_USB3) - bus_state->port_c_suspend |= 1 << wIndex; + /* + * Clear stale usb2 resume signalling variables in case port changed + * state during resume signalling. For example on error + */ + if ((bus_state->resume_done[wIndex] || + test_bit(wIndex, &bus_state->resuming_ports)) && + (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && + (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { + bus_state->resume_done[wIndex] = 0; + clear_bit(wIndex, &bus_state->resuming_ports); + } + + + if ((raw_port_status & PORT_PLS_MASK) == XDEV_U0 && + (raw_port_status & PORT_POWER)) { + if (bus_state->suspended_ports & (1 << wIndex)) { + bus_state->suspended_ports &= ~(1 << wIndex); + if (hcd->speed != HCD_USB3) + bus_state->port_c_suspend |= 1 << wIndex; + } + bus_state->resume_done[wIndex] = 0; + clear_bit(wIndex, &bus_state->resuming_ports); } if (raw_port_status & PORT_CONNECT) { status |= USB_PORT_STAT_CONNECTION; @@ -666,7 +721,7 @@ } /* Update Port Link State */ if (hcd->speed == HCD_USB3) { - xhci_hub_report_usb3_link_state(&status, raw_port_status); + xhci_hub_report_usb3_link_state(xhci, &status, raw_port_status); /* * Verify if all USB3 Ports Have entered U0 already. * Delete Compliance Mode Timer if so. @@ -971,6 +1026,7 @@ if ((temp & PORT_PE) == 0) goto error; + set_bit(wIndex, &bus_state->resuming_ports); xhci_set_link_state(xhci, port_array, wIndex, XDEV_RESUME); spin_unlock_irqrestore(&xhci->lock, flags); @@ -978,6 +1034,7 @@ spin_lock_irqsave(&xhci->lock, flags); xhci_set_link_state(xhci, port_array, wIndex, XDEV_U0); + clear_bit(wIndex, &bus_state->resuming_ports); } bus_state->port_c_suspend |= 1 << wIndex; @@ -997,6 +1054,7 @@ case USB_PORT_FEAT_C_OVER_CURRENT: case USB_PORT_FEAT_C_ENABLE: case USB_PORT_FEAT_C_PORT_LINK_STATE: + case USB_PORT_FEAT_C_PORT_CONFIG_ERROR: xhci_clear_port_change_bit(xhci, wValue, wIndex, port_array[wIndex], temp); break; @@ -1061,7 +1119,7 @@ */ status = bus_state->resuming_ports; - mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC; + mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; spin_lock_irqsave(&xhci->lock, flags); /* For each port, did anything change? If so, set that bit in buf. */ @@ -1105,10 +1163,10 @@ spin_lock_irqsave(&xhci->lock, flags); if (hcd->self.root_hub->do_remote_wakeup) { - if (bus_state->resuming_ports) { + if (bus_state->resuming_ports || /* USB2 */ + bus_state->port_remote_wakeup) { /* USB3 */ spin_unlock_irqrestore(&xhci->lock, flags); - xhci_dbg(xhci, "suspend failed because " - "a port is resuming\n"); + xhci_dbg(xhci, "suspend failed because a port is resuming\n"); return -EBUSY; } } @@ -1140,9 +1198,7 @@ * including the USB 3.0 roothub, but only if CONFIG_PM_RUNTIME * is enabled, so also enable remote wake here. */ - if (hcd->self.root_hub->do_remote_wakeup - && device_may_wakeup(hcd->self.controller)) { - + if (hcd->self.root_hub->do_remote_wakeup) { if (t1 & PORT_CONNECT) { t2 |= PORT_WKOC_E | PORT_WKDISC_E; t2 &= ~PORT_WKCONN_E; --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/xhci-mem.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/xhci-mem.c @@ -833,9 +833,8 @@ static void xhci_init_endpoint_timer(struct xhci_hcd *xhci, struct xhci_virt_ep *ep) { - init_timer(&ep->stop_cmd_timer); - ep->stop_cmd_timer.data = (unsigned long) ep; - ep->stop_cmd_timer.function = xhci_stop_endpoint_command_watchdog; + setup_timer(&ep->stop_cmd_timer, xhci_stop_endpoint_command_watchdog, + (unsigned long)ep); ep->xhci = xhci; } @@ -1431,10 +1430,10 @@ /* Attempt to use the ring cache */ if (virt_dev->num_rings_cached == 0) return -ENOMEM; + virt_dev->num_rings_cached--; virt_dev->eps[ep_index].new_ring = virt_dev->ring_cache[virt_dev->num_rings_cached]; virt_dev->ring_cache[virt_dev->num_rings_cached] = NULL; - virt_dev->num_rings_cached--; xhci_reinit_cached_ring(xhci, virt_dev->eps[ep_index].new_ring, 1, type); } @@ -1502,10 +1501,10 @@ * use Event Data TRBs, and we don't chain in a link TRB on short * transfers, we're basically dividing by 1. * - * xHCI 1.0 specification indicates that the Average TRB Length should - * be set to 8 for control endpoints. + * xHCI 1.0 and 1.1 specification indicates that the Average TRB Length + * should be set to 8 for control endpoints. */ - if (usb_endpoint_xfer_control(&ep->desc) && xhci->hci_version == 0x100) + if (usb_endpoint_xfer_control(&ep->desc) && xhci->hci_version >= 0x100) ep_ctx->tx_info |= cpu_to_le32(AVG_TRB_LENGTH_FOR_EP(8)); else ep_ctx->tx_info |= @@ -1812,6 +1811,7 @@ if (xhci->lpm_command) xhci_free_command(xhci, xhci->lpm_command); + xhci->lpm_command = NULL; if (xhci->cmd_ring) xhci_ring_free(xhci, xhci->cmd_ring); xhci->cmd_ring = NULL; @@ -1819,7 +1819,7 @@ xhci_cleanup_command_queue(xhci); num_ports = HCS_MAX_PORTS(xhci->hcs_params1); - for (i = 0; i < num_ports; i++) { + for (i = 0; i < num_ports && xhci->rh_bw; i++) { struct xhci_interval_bw_table *bwt = &xhci->rh_bw[i].bw_table; for (j = 0; j < XHCI_MAX_INTERVAL; j++) { struct list_head *ep = &bwt->interval_bw[j].endpoints; @@ -2321,6 +2321,10 @@ INIT_LIST_HEAD(&xhci->cmd_list); + /* init command timeout timer */ + setup_timer(&xhci->cmd_timer, xhci_handle_command_timeout, + (unsigned long)xhci); + page_size = readl(&xhci->op_regs->page_size); xhci_dbg_trace(xhci, trace_xhci_dbg_init, "Supported page size register = 0x%x", page_size); @@ -2505,11 +2509,6 @@ "Wrote ERST address to ir_set 0."); xhci_print_ir_set(xhci, 0); - /* init command timeout timer */ - init_timer(&xhci->cmd_timer); - xhci->cmd_timer.data = (unsigned long) xhci; - xhci->cmd_timer.function = xhci_handle_command_timeout; - /* * XXX: Might need to set the Interrupter Moderation Register to * something other than the default (~1ms minimum between interrupts). --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/xhci-pci.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/xhci-pci.c @@ -37,6 +37,10 @@ #define PCI_DEVICE_ID_INTEL_LYNXPOINT_XHCI 0x8c31 #define PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_XHCI 0x9c31 +#define PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI 0x22b5 +#define PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_XHCI 0xa12f +#define PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_XHCI 0x9d2f +#define PCI_DEVICE_ID_INTEL_BROXTON_M_XHCI 0x0aa8 static const char hcd_name[] = "xhci_hcd"; @@ -80,6 +84,8 @@ "must be suspended extra slowly", pdev->revision); } + if (pdev->device == PCI_DEVICE_ID_FRESCO_LOGIC_PDK) + xhci->quirks |= XHCI_BROKEN_STREAMS; /* Fresco Logic confirms: all revisions of this chip do not * support MSI, even though some of them claim to in their PCI * capabilities. @@ -101,9 +107,14 @@ /* AMD PLL quirk */ if (pdev->vendor == PCI_VENDOR_ID_AMD && usb_amd_find_chipset_info()) xhci->quirks |= XHCI_AMD_PLL_FIX; + + if (pdev->vendor == PCI_VENDOR_ID_AMD) + xhci->quirks |= XHCI_TRUST_TX_LENGTH; + if (pdev->vendor == PCI_VENDOR_ID_INTEL) { xhci->quirks |= XHCI_LPM_SUPPORT; xhci->quirks |= XHCI_INTEL_HOST; + xhci->quirks |= XHCI_AVOID_BEI; } if (pdev->vendor == PCI_VENDOR_ID_INTEL && pdev->device == PCI_DEVICE_ID_INTEL_PANTHERPOINT_XHCI) { @@ -119,30 +130,24 @@ * PPT chipsets. */ xhci->quirks |= XHCI_SPURIOUS_REBOOT; - xhci->quirks |= XHCI_AVOID_BEI; - } - if (pdev->vendor == PCI_VENDOR_ID_INTEL && - (pdev->device == PCI_DEVICE_ID_INTEL_LYNXPOINT_XHCI || - pdev->device == PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_XHCI)) { - /* Workaround for occasional spurious wakeups from S5 (or - * any other sleep) on Haswell machines with LPT and LPT-LP - * with the new Intel BIOS - */ - /* Limit the quirk to only known vendors, as this triggers - * yet another BIOS bug on some other machines - * https://bugzilla.kernel.org/show_bug.cgi?id=66171 - */ - if (pdev->subsystem_vendor == PCI_VENDOR_ID_HP) - xhci->quirks |= XHCI_SPURIOUS_WAKEUP; } if (pdev->vendor == PCI_VENDOR_ID_INTEL && pdev->device == PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_XHCI) { xhci->quirks |= XHCI_SPURIOUS_REBOOT; + xhci->quirks |= XHCI_SPURIOUS_WAKEUP; + } + if (pdev->vendor == PCI_VENDOR_ID_INTEL && + (pdev->device == PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_XHCI || + pdev->device == PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_XHCI || + pdev->device == PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI || + pdev->device == PCI_DEVICE_ID_INTEL_BROXTON_M_XHCI)) { + xhci->quirks |= XHCI_PME_STUCK_QUIRK; } if (pdev->vendor == PCI_VENDOR_ID_ETRON && pdev->device == PCI_DEVICE_ID_ASROCK_P67) { xhci->quirks |= XHCI_RESET_ON_RESUME; xhci->quirks |= XHCI_TRUST_TX_LENGTH; + xhci->quirks |= XHCI_BROKEN_STREAMS; } if (pdev->vendor == PCI_VENDOR_ID_RENESAS && pdev->device == 0x0015) @@ -150,11 +155,35 @@ if (pdev->vendor == PCI_VENDOR_ID_VIA) xhci->quirks |= XHCI_RESET_ON_RESUME; + /* See https://bugzilla.kernel.org/show_bug.cgi?id=79511 */ + if (pdev->vendor == PCI_VENDOR_ID_VIA && + pdev->device == 0x3432) + xhci->quirks |= XHCI_BROKEN_STREAMS; + + if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA && + pdev->device == 0x1042) + xhci->quirks |= XHCI_BROKEN_STREAMS; + if (xhci->quirks & XHCI_RESET_ON_RESUME) xhci_dbg_trace(xhci, trace_xhci_dbg_quirks, "QUIRK: Resetting on resume"); } +/* + * Make sure PME works on some Intel xHCI controllers by writing 1 to clear + * the Internal PME flag bit in vendor specific PMCTRL register at offset 0x80a4 + */ +static void xhci_pme_quirk(struct xhci_hcd *xhci) +{ + u32 val; + void __iomem *reg; + + reg = (void __iomem *) xhci->cap_regs + 0x80a4; + val = readl(reg); + writel(val | BIT(28), reg); + readl(reg); +} + /* called during probe() after chip reset completes */ static int xhci_pci_setup(struct usb_hcd *hcd) { @@ -230,7 +259,8 @@ goto put_usb3_hcd; /* Roothub already marked as USB 3.0 speed */ - if (HCC_MAX_PSA(xhci->hcc_params) >= 4) + if (!(xhci->quirks & XHCI_BROKEN_STREAMS) && + HCC_MAX_PSA(xhci->hcc_params) >= 4) xhci->shared_hcd->can_do_streams = 1; /* USB-2 and USB-3 roothubs initialized, allow runtime pm suspend */ @@ -278,7 +308,10 @@ if (xhci_compliance_mode_recovery_timer_quirk_check()) pdev->no_d3cold = true; - return xhci_suspend(xhci); + if (xhci->quirks & XHCI_PME_STUCK_QUIRK) + xhci_pme_quirk(xhci); + + return xhci_suspend(xhci, do_wakeup); } static int xhci_pci_resume(struct usb_hcd *hcd, bool hibernated) @@ -308,6 +341,9 @@ if (pdev->vendor == PCI_VENDOR_ID_INTEL) usb_enable_intel_xhci_ports(pdev); + if (xhci->quirks & XHCI_PME_STUCK_QUIRK) + xhci_pme_quirk(xhci); + retval = xhci_resume(xhci, hibernated); return retval; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/xhci-plat.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/xhci-plat.c @@ -115,15 +115,6 @@ if (!res) return -ENODEV; - if (of_device_is_compatible(pdev->dev.of_node, - "marvell,armada-375-xhci") || - of_device_is_compatible(pdev->dev.of_node, - "marvell,armada-380-xhci")) { - ret = xhci_mvebu_mbus_init_quirk(pdev); - if (ret) - return ret; - } - /* Initialize dma_mask and coherent_dma_mask to 32-bits */ ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); if (ret) @@ -165,6 +156,15 @@ goto unmap_registers; } + if (of_device_is_compatible(pdev->dev.of_node, + "marvell,armada-375-xhci") || + of_device_is_compatible(pdev->dev.of_node, + "marvell,armada-380-xhci")) { + ret = xhci_mvebu_mbus_init_quirk(pdev); + if (ret) + goto disable_clk; + } + ret = usb_add_hcd(hcd, irq, IRQF_SHARED); if (ret) goto disable_clk; @@ -245,7 +245,15 @@ struct usb_hcd *hcd = dev_get_drvdata(dev); struct xhci_hcd *xhci = hcd_to_xhci(hcd); - return xhci_suspend(xhci); + /* + * xhci_suspend() needs `do_wakeup` to know whether host is allowed + * to do wakeup during suspend. Since xhci_plat_suspend is currently + * only designed for system suspend, device_may_wakeup() is enough + * to dertermine whether host is allowed to do wakeup. Need to + * reconsider this when xhci_plat_suspend enlarges its scope, e.g., + * also applies to runtime suspend. + */ + return xhci_suspend(xhci, device_may_wakeup(dev)); } static int xhci_plat_resume(struct device *dev) --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/xhci-ring.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/xhci-ring.c @@ -82,7 +82,7 @@ return 0; /* offset in TRBs */ segment_offset = trb - seg->trbs; - if (segment_offset > TRBS_PER_SEGMENT) + if (segment_offset >= TRBS_PER_SEGMENT) return 0; return seg->dma + (segment_offset * sizeof(*trb)); } @@ -302,6 +302,15 @@ ret = xhci_handshake(xhci, &xhci->op_regs->cmd_ring, CMD_RING_RUNNING, 0, 5 * 1000 * 1000); if (ret < 0) { + /* we are about to kill xhci, give it one more chance */ + xhci_write_64(xhci, temp_64 | CMD_RING_ABORT, + &xhci->op_regs->cmd_ring); + udelay(1000); + ret = xhci_handshake(xhci, &xhci->op_regs->cmd_ring, + CMD_RING_RUNNING, 0, 3 * 1000 * 1000); + if (ret == 0) + return 0; + xhci_err(xhci, "Stopped the command ring failed, " "maybe the host is dead\n"); xhci->xhc_state |= XHCI_STATE_DYING; @@ -364,32 +373,6 @@ } } -/* - * Find the segment that trb is in. Start searching in start_seg. - * If we must move past a segment that has a link TRB with a toggle cycle state - * bit set, then we will toggle the value pointed at by cycle_state. - */ -static struct xhci_segment *find_trb_seg( - struct xhci_segment *start_seg, - union xhci_trb *trb, int *cycle_state) -{ - struct xhci_segment *cur_seg = start_seg; - struct xhci_generic_trb *generic_trb; - - while (cur_seg->trbs > trb || - &cur_seg->trbs[TRBS_PER_SEGMENT - 1] < trb) { - generic_trb = &cur_seg->trbs[TRBS_PER_SEGMENT - 1].generic; - if (generic_trb->field[3] & cpu_to_le32(LINK_TOGGLE)) - *cycle_state ^= 0x1; - cur_seg = cur_seg->next; - if (cur_seg == start_seg) - /* Looped over the entire list. Oops! */ - return NULL; - } - return cur_seg; -} - - static struct xhci_ring *xhci_triad_to_transfer_ring(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id) @@ -459,9 +442,12 @@ struct xhci_virt_device *dev = xhci->devs[slot_id]; struct xhci_virt_ep *ep = &dev->eps[ep_index]; struct xhci_ring *ep_ring; - struct xhci_generic_trb *trb; + struct xhci_segment *new_seg; + union xhci_trb *new_deq; dma_addr_t addr; u64 hw_dequeue; + bool cycle_found = false; + bool td_last_trb_found = false; ep_ring = xhci_triad_to_transfer_ring(xhci, slot_id, ep_index, stream_id); @@ -486,45 +472,45 @@ hw_dequeue = le64_to_cpu(ep_ctx->deq); } - /* Find virtual address and segment of hardware dequeue pointer */ - state->new_deq_seg = ep_ring->deq_seg; - state->new_deq_ptr = ep_ring->dequeue; - while (xhci_trb_virt_to_dma(state->new_deq_seg, state->new_deq_ptr) - != (dma_addr_t)(hw_dequeue & ~0xf)) { - next_trb(xhci, ep_ring, &state->new_deq_seg, - &state->new_deq_ptr); - if (state->new_deq_ptr == ep_ring->dequeue) { - WARN_ON(1); - return; - } - } + new_seg = ep_ring->deq_seg; + new_deq = ep_ring->dequeue; + state->new_cycle_state = hw_dequeue & 0x1; + /* - * Find cycle state for last_trb, starting at old cycle state of - * hw_dequeue. If there is only one segment ring, find_trb_seg() will - * return immediately and cannot toggle the cycle state if this search - * wraps around, so add one more toggle manually in that case. + * We want to find the pointer, segment and cycle state of the new trb + * (the one after current TD's last_trb). We know the cycle state at + * hw_dequeue, so walk the ring until both hw_dequeue and last_trb are + * found. */ - state->new_cycle_state = hw_dequeue & 0x1; - if (ep_ring->first_seg == ep_ring->first_seg->next && - cur_td->last_trb < state->new_deq_ptr) - state->new_cycle_state ^= 0x1; + do { + if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) + == (dma_addr_t)(hw_dequeue & ~0xf)) { + cycle_found = true; + if (td_last_trb_found) + break; + } + if (new_deq == cur_td->last_trb) + td_last_trb_found = true; - state->new_deq_ptr = cur_td->last_trb; - xhci_dbg_trace(xhci, trace_xhci_dbg_cancel_urb, - "Finding segment containing last TRB in TD."); - state->new_deq_seg = find_trb_seg(state->new_deq_seg, - state->new_deq_ptr, &state->new_cycle_state); - if (!state->new_deq_seg) { - WARN_ON(1); - return; - } + if (cycle_found && + TRB_TYPE_LINK_LE32(new_deq->generic.field[3]) && + new_deq->generic.field[3] & cpu_to_le32(LINK_TOGGLE)) + state->new_cycle_state ^= 0x1; + + next_trb(xhci, ep_ring, &new_seg, &new_deq); + + /* Search wrapped around, bail out */ + if (new_deq == ep->ring->dequeue) { + xhci_err(xhci, "Error: Failed finding new dequeue state\n"); + state->new_deq_seg = NULL; + state->new_deq_ptr = NULL; + return; + } - /* Increment to find next TRB after last_trb. Cycle if appropriate. */ - trb = &state->new_deq_ptr->generic; - if (TRB_TYPE_LINK_LE32(trb->field[3]) && - (trb->field[3] & cpu_to_le32(LINK_TOGGLE))) - state->new_cycle_state ^= 0x1; - next_trb(xhci, ep_ring, &state->new_deq_seg, &state->new_deq_ptr); + } while (!cycle_found || !td_last_trb_found); + + state->new_deq_seg = new_seg; + state->new_deq_ptr = new_deq; /* Don't update the ring cycle state for the producer (us). */ xhci_dbg_trace(xhci, trace_xhci_dbg_cancel_urb, @@ -1125,9 +1111,8 @@ false); xhci_ring_cmd_db(xhci); } else { - /* Clear our internal halted state and restart the ring(s) */ + /* Clear our internal halted state */ xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_HALTED; - ring_doorbell_for_active_rings(xhci, slot_id, ep_index); } } @@ -1607,6 +1592,9 @@ usb_hcd_resume_root_hub(hcd); } + if (hcd->speed == HCD_USB3 && (temp & PORT_PLS_MASK) == XDEV_INACTIVE) + bus_state->port_remote_wakeup &= ~(1 << faked_port_index); + if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_RESUME) { xhci_dbg(xhci, "port resume event for port %d\n", port_id); @@ -1632,10 +1620,11 @@ */ bogus_port_status = true; goto cleanup; - } else { + } else if (!test_bit(faked_port_index, + &bus_state->resuming_ports)) { xhci_dbg(xhci, "resume HS port %d\n", port_id); bus_state->resume_done[faked_port_index] = jiffies + - msecs_to_jiffies(20); + msecs_to_jiffies(USB_RESUME_TIMEOUT); set_bit(faked_port_index, &bus_state->resuming_ports); mod_timer(&hcd->rh_timer, bus_state->resume_done[faked_port_index]); @@ -1870,22 +1859,13 @@ ep->stopped_td = td; return 0; } else { - if (trb_comp_code == COMP_STALL) { - /* The transfer is completed from the driver's - * perspective, but we need to issue a set dequeue - * command for this stalled endpoint to move the dequeue - * pointer past the TD. We can't do that here because - * the halt condition must be cleared first. Let the - * USB class driver clear the stall later. - */ - ep->stopped_td = td; - ep->stopped_stream = ep_ring->stream_id; - } else if (xhci_requires_manual_halt_cleanup(xhci, - ep_ctx, trb_comp_code)) { - /* Other types of errors halt the endpoint, but the - * class driver doesn't call usb_reset_endpoint() unless - * the error is -EPIPE. Clear the halted status in the - * xHCI hardware manually. + if (trb_comp_code == COMP_STALL || + xhci_requires_manual_halt_cleanup(xhci, ep_ctx, + trb_comp_code)) { + /* Issue a reset endpoint command to clear the host side + * halt, followed by a set dequeue command to move the + * dequeue pointer past the TD. + * The class driver clears the device side halt later. */ xhci_cleanup_halted_endpoint(xhci, slot_id, ep_index, ep_ring->stream_id, @@ -2005,9 +1985,7 @@ else td->urb->actual_length = 0; - xhci_cleanup_halted_endpoint(xhci, - slot_id, ep_index, 0, td, event_trb); - return finish_td(xhci, td, event_trb, event, ep, status, true); + return finish_td(xhci, td, event_trb, event, ep, status, false); } /* * Did we transfer any data, despite the errors that might have @@ -2016,7 +1994,7 @@ if (event_trb != ep_ring->dequeue) { /* The event was for the status stage */ if (event_trb == td->last_trb) { - if (td->urb->actual_length != 0) { + if (td->urb_length_set) { /* Don't overwrite a previously set error code */ if ((*status == -EINPROGRESS || *status == 0) && @@ -2030,7 +2008,13 @@ td->urb->transfer_buffer_length; } } else { - /* Maybe the event was for the data stage? */ + /* + * Maybe the event was for the data stage? If so, update + * already the actual_length of the URB and flag it as + * set, so that it is not overwritten in the event for + * the last TRB. + */ + td->urb_length_set = true; td->urb->actual_length = td->urb->transfer_buffer_length - EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); @@ -2090,8 +2074,13 @@ break; case COMP_DEV_ERR: case COMP_STALL: + frame->status = -EPROTO; + skip_td = true; + break; case COMP_TX_ERR: frame->status = -EPROTO; + if (event_trb != td->last_trb) + return 0; skip_td = true; break; case COMP_STOP: @@ -2286,6 +2275,7 @@ u32 trb_comp_code; int ret = 0; int td_num = 0; + bool handling_skipped_tds = false; slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); xdev = xhci->devs[slot_id]; @@ -2419,6 +2409,10 @@ ep->skip = true; xhci_dbg(xhci, "Miss service interval error, set skip flag\n"); goto cleanup; + case COMP_PING_ERR: + ep->skip = true; + xhci_dbg(xhci, "No Ping response error, Skip one Isoc TD\n"); + goto cleanup; default: if (xhci_is_vendor_info_code(xhci, trb_comp_code)) { status = 0; @@ -2483,7 +2477,8 @@ * last TRB of the previous TD. The command completion handle * will take care the rest. */ - if (!event_seg && trb_comp_code == COMP_STOP_INVAL) { + if (!event_seg && (trb_comp_code == COMP_STOP || + trb_comp_code == COMP_STOP_INVAL)) { ret = 0; goto cleanup; } @@ -2549,28 +2544,24 @@ ep, &status); cleanup: + + + handling_skipped_tds = ep->skip && + trb_comp_code != COMP_MISSED_INT && + trb_comp_code != COMP_PING_ERR; + /* - * Do not update event ring dequeue pointer if ep->skip is set. - * Will roll back to continue process missed tds. + * Do not update event ring dequeue pointer if we're in a loop + * processing missed tds. */ - if (trb_comp_code == COMP_MISSED_INT || !ep->skip) { + if (!handling_skipped_tds) inc_deq(xhci, xhci->event_ring); - } if (ret) { urb = td->urb; urb_priv = urb->hcpriv; - /* Leave the TD around for the reset endpoint function - * to use(but only if it's not a control endpoint, - * since we already queued the Set TR dequeue pointer - * command for stalled control endpoints). - */ - if (usb_endpoint_xfer_control(&urb->ep->desc) || - (trb_comp_code != COMP_STALL && - trb_comp_code != COMP_BABBLE)) - xhci_urb_free_priv(xhci, urb_priv); - else - kfree(urb_priv); + + xhci_urb_free_priv(xhci, urb_priv); usb_hcd_unlink_urb_from_ep(bus_to_hcd(urb->dev->bus), urb); if ((urb->actual_length != urb->transfer_buffer_length && @@ -2599,7 +2590,7 @@ * Process them as short transfer until reach the td pointed by * the event. */ - } while (ep->skip && trb_comp_code != COMP_MISSED_INT); + } while (handling_skipped_tds); return 0; } @@ -2707,7 +2698,7 @@ xhci_halt(xhci); hw_died: spin_unlock(&xhci->lock); - return -ESHUTDOWN; + return IRQ_HANDLED; } /* @@ -3100,9 +3091,11 @@ struct xhci_td *td; struct scatterlist *sg; int num_sgs; - int trb_buff_len, this_sg_len, running_total; + int trb_buff_len, this_sg_len, running_total, ret; unsigned int total_packet_count; + bool zero_length_needed; bool first_trb; + int last_trb_num; u64 addr; bool more_trbs_coming; @@ -3118,13 +3111,27 @@ total_packet_count = DIV_ROUND_UP(urb->transfer_buffer_length, usb_endpoint_maxp(&urb->ep->desc)); - trb_buff_len = prepare_transfer(xhci, xhci->devs[slot_id], + ret = prepare_transfer(xhci, xhci->devs[slot_id], ep_index, urb->stream_id, num_trbs, urb, 0, mem_flags); - if (trb_buff_len < 0) - return trb_buff_len; + if (ret < 0) + return ret; urb_priv = urb->hcpriv; + + /* Deal with URB_ZERO_PACKET - need one more td/trb */ + zero_length_needed = urb->transfer_flags & URB_ZERO_PACKET && + urb_priv->length == 2; + if (zero_length_needed) { + num_trbs++; + xhci_dbg(xhci, "Creating zero length td.\n"); + ret = prepare_transfer(xhci, xhci->devs[slot_id], + ep_index, urb->stream_id, + 1, urb, 1, mem_flags); + if (ret < 0) + return ret; + } + td = urb_priv->td[0]; /* @@ -3154,6 +3161,7 @@ trb_buff_len = urb->transfer_buffer_length; first_trb = true; + last_trb_num = zero_length_needed ? 2 : 1; /* Queue the first TRB, even if it's zero-length */ do { u32 field = 0; @@ -3171,12 +3179,15 @@ /* Chain all the TRBs together; clear the chain bit in the last * TRB to indicate it's the last TRB in the chain. */ - if (num_trbs > 1) { + if (num_trbs > last_trb_num) { field |= TRB_CHAIN; - } else { - /* FIXME - add check for ZERO_PACKET flag before this */ + } else if (num_trbs == last_trb_num) { td->last_trb = ep_ring->enqueue; field |= TRB_IOC; + } else if (zero_length_needed && num_trbs == 1) { + trb_buff_len = 0; + urb_priv->td[1]->last_trb = ep_ring->enqueue; + field |= TRB_IOC; } /* Only set interrupt on short packet for IN endpoints */ @@ -3238,7 +3249,7 @@ if (running_total + trb_buff_len > urb->transfer_buffer_length) trb_buff_len = urb->transfer_buffer_length - running_total; - } while (running_total < urb->transfer_buffer_length); + } while (num_trbs > 0); check_trb_math(urb, num_trbs, running_total); giveback_first_trb(xhci, slot_id, ep_index, urb->stream_id, @@ -3256,7 +3267,9 @@ int num_trbs; struct xhci_generic_trb *start_trb; bool first_trb; + int last_trb_num; bool more_trbs_coming; + bool zero_length_needed; int start_cycle; u32 field, length_field; @@ -3287,7 +3300,6 @@ num_trbs++; running_total += TRB_MAX_BUFF_SIZE; } - /* FIXME: this doesn't deal with URB_ZERO_PACKET - need one more */ ret = prepare_transfer(xhci, xhci->devs[slot_id], ep_index, urb->stream_id, @@ -3296,6 +3308,20 @@ return ret; urb_priv = urb->hcpriv; + + /* Deal with URB_ZERO_PACKET - need one more td/trb */ + zero_length_needed = urb->transfer_flags & URB_ZERO_PACKET && + urb_priv->length == 2; + if (zero_length_needed) { + num_trbs++; + xhci_dbg(xhci, "Creating zero length td.\n"); + ret = prepare_transfer(xhci, xhci->devs[slot_id], + ep_index, urb->stream_id, + 1, urb, 1, mem_flags); + if (ret < 0) + return ret; + } + td = urb_priv->td[0]; /* @@ -3317,7 +3343,7 @@ trb_buff_len = urb->transfer_buffer_length; first_trb = true; - + last_trb_num = zero_length_needed ? 2 : 1; /* Queue the first TRB, even if it's zero-length */ do { u32 remainder = 0; @@ -3334,12 +3360,15 @@ /* Chain all the TRBs together; clear the chain bit in the last * TRB to indicate it's the last TRB in the chain. */ - if (num_trbs > 1) { + if (num_trbs > last_trb_num) { field |= TRB_CHAIN; - } else { - /* FIXME - add check for ZERO_PACKET flag before this */ + } else if (num_trbs == last_trb_num) { td->last_trb = ep_ring->enqueue; field |= TRB_IOC; + } else if (zero_length_needed && num_trbs == 1) { + trb_buff_len = 0; + urb_priv->td[1]->last_trb = ep_ring->enqueue; + field |= TRB_IOC; } /* Only set interrupt on short packet for IN endpoints */ @@ -3377,7 +3406,7 @@ trb_buff_len = urb->transfer_buffer_length - running_total; if (trb_buff_len > TRB_MAX_BUFF_SIZE) trb_buff_len = TRB_MAX_BUFF_SIZE; - } while (running_total < urb->transfer_buffer_length); + } while (num_trbs > 0); check_trb_math(urb, num_trbs, running_total); giveback_first_trb(xhci, slot_id, ep_index, urb->stream_id, @@ -3444,8 +3473,8 @@ if (start_cycle == 0) field |= 0x1; - /* xHCI 1.0 6.4.1.2.1: Transfer Type field */ - if (xhci->hci_version == 0x100) { + /* xHCI 1.0/1.1 6.4.1.2.1: Transfer Type field */ + if (xhci->hci_version >= 0x100) { if (urb->transfer_buffer_length > 0) { if (setup->bRequestType & USB_DIR_IN) field |= TRB_TX_TYPE(TRB_DATA_IN); --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/xhci.c +++ linux-lts-utopic-3.16.0/drivers/usb/host/xhci.c @@ -35,6 +35,8 @@ #define DRIVER_AUTHOR "Sarah Sharp" #define DRIVER_DESC "'eXtensible' Host Controller (xHC) Driver" +#define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) + /* Some 0.95 hardware can't handle the chain bit on a Link TRB being cleared */ static int link_quirk; module_param(link_quirk, int, S_IRUGO | S_IWUSR); @@ -145,7 +147,8 @@ "waited %u microseconds.\n", XHCI_MAX_HALT_USEC); if (!ret) - xhci->xhc_state &= ~XHCI_STATE_HALTED; + xhci->xhc_state &= ~(XHCI_STATE_HALTED | XHCI_STATE_DYING); + return ret; } @@ -173,6 +176,16 @@ command |= CMD_RESET; writel(command, &xhci->op_regs->command); + /* Existing Intel xHCI controllers require a delay of 1 mS, + * after setting the CMD_RESET bit, and before accessing any + * HC registers. This allows the HC to complete the + * reset operation and be ready for HC register access. + * Without this delay, the subsequent HC register access, + * may result in a system hang very rarely. + */ + if (xhci->quirks & XHCI_INTEL_HOST) + udelay(1000); + ret = xhci_handshake(xhci, &xhci->op_regs->command, CMD_RESET, 0, 10 * 1000 * 1000); if (ret) @@ -660,12 +673,6 @@ spin_lock_irq(&xhci->lock); xhci_halt(xhci); - - /* The shared_hcd is going to be deallocated shortly (the USB core only - * calls this function when allocation fails in usb_add_hcd(), or - * usb_remove_hcd() is called). So we need to unset xHCI's pointer. - */ - xhci->shared_hcd = NULL; spin_unlock_irq(&xhci->lock); } @@ -850,13 +857,47 @@ xhci_set_cmd_ring_deq(xhci); } +static void xhci_disable_port_wake_on_bits(struct xhci_hcd *xhci) +{ + int port_index; + __le32 __iomem **port_array; + unsigned long flags; + u32 t1, t2; + + spin_lock_irqsave(&xhci->lock, flags); + + /* disble usb3 ports Wake bits*/ + port_index = xhci->num_usb3_ports; + port_array = xhci->usb3_ports; + while (port_index--) { + t1 = readl(port_array[port_index]); + t1 = xhci_port_state_to_neutral(t1); + t2 = t1 & ~PORT_WAKE_BITS; + if (t1 != t2) + writel(t2, port_array[port_index]); + } + + /* disble usb2 ports Wake bits*/ + port_index = xhci->num_usb2_ports; + port_array = xhci->usb2_ports; + while (port_index--) { + t1 = readl(port_array[port_index]); + t1 = xhci_port_state_to_neutral(t1); + t2 = t1 & ~PORT_WAKE_BITS; + if (t1 != t2) + writel(t2, port_array[port_index]); + } + + spin_unlock_irqrestore(&xhci->lock, flags); +} + /* * Stop HC (not bus-specific) * * This is called when the machine transition into S3/S4 mode. * */ -int xhci_suspend(struct xhci_hcd *xhci) +int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup) { int rc = 0; unsigned int delay = XHCI_MAX_HALT_USEC; @@ -867,6 +908,10 @@ xhci->shared_hcd->state != HC_STATE_SUSPENDED) return -EINVAL; + /* Clear root port wake on bits if wakeup not allowed. */ + if (!do_wakeup) + xhci_disable_port_wake_on_bits(xhci); + /* Don't poll the roothubs on bus suspend. */ xhci_dbg(xhci, "%s: stopping port polling.\n", __func__); clear_bit(HCD_FLAG_POLL_RH, &hcd->flags); @@ -1296,6 +1341,11 @@ if (usb_endpoint_xfer_isoc(&urb->ep->desc)) size = urb->number_of_packets; + else if (usb_endpoint_is_bulk_out(&urb->ep->desc) && + urb->transfer_buffer_length > 0 && + urb->transfer_flags & URB_ZERO_PACKET && + !(urb->transfer_buffer_length % usb_endpoint_maxp(&urb->ep->desc))) + size = 2; else size = 1; @@ -1495,7 +1545,9 @@ xhci_dbg_trace(xhci, trace_xhci_dbg_cancel_urb, "HW died, freeing TD."); urb_priv = urb->hcpriv; - for (i = urb_priv->td_cnt; i < urb_priv->length; i++) { + for (i = urb_priv->td_cnt; + i < urb_priv->length && xhci->devs[urb->dev->slot_id]; + i++) { td = urb_priv->td[i]; if (!list_empty(&td->td_list)) list_del_init(&td->td_list); @@ -2891,6 +2943,9 @@ ep_index, ep->stopped_stream, ep->stopped_td, &deq_state); + if (!deq_state.new_deq_ptr || !deq_state.new_deq_seg) + return; + /* HW with the reset endpoint quirk will use the saved dequeue state to * issue a configure endpoint command later. */ @@ -2918,68 +2973,33 @@ } } -/* Deal with stalled endpoints. The core should have sent the control message - * to clear the halt condition. However, we need to make the xHCI hardware - * reset its sequence number, since a device will expect a sequence number of - * zero after the halt condition is cleared. +/* Called when clearing halted device. The core should have sent the control + * message to clear the device halt condition. The host side of the halt should + * already be cleared with a reset endpoint command issued when the STALL tx + * event was received. + * * Context: in_interrupt */ + void xhci_endpoint_reset(struct usb_hcd *hcd, struct usb_host_endpoint *ep) { struct xhci_hcd *xhci; - struct usb_device *udev; - unsigned int ep_index; - unsigned long flags; - int ret; - struct xhci_virt_ep *virt_ep; - struct xhci_command *command; xhci = hcd_to_xhci(hcd); - udev = (struct usb_device *) ep->hcpriv; - /* Called with a root hub endpoint (or an endpoint that wasn't added - * with xhci_add_endpoint() - */ - if (!ep->hcpriv) - return; - ep_index = xhci_get_endpoint_index(&ep->desc); - virt_ep = &xhci->devs[udev->slot_id]->eps[ep_index]; - if (!virt_ep->stopped_td) { - xhci_dbg_trace(xhci, trace_xhci_dbg_reset_ep, - "Endpoint 0x%x not halted, refusing to reset.", - ep->desc.bEndpointAddress); - return; - } - if (usb_endpoint_xfer_control(&ep->desc)) { - xhci_dbg_trace(xhci, trace_xhci_dbg_reset_ep, - "Control endpoint stall already handled."); - return; - } - command = xhci_alloc_command(xhci, false, false, GFP_ATOMIC); - if (!command) - return; - - xhci_dbg_trace(xhci, trace_xhci_dbg_reset_ep, - "Queueing reset endpoint command"); - spin_lock_irqsave(&xhci->lock, flags); - ret = xhci_queue_reset_ep(xhci, command, udev->slot_id, ep_index); /* - * Can't change the ring dequeue pointer until it's transitioned to the - * stopped state, which is only upon a successful reset endpoint - * command. Better hope that last command worked! + * We might need to implement the config ep cmd in xhci 4.8.1 note: + * The Reset Endpoint Command may only be issued to endpoints in the + * Halted state. If software wishes reset the Data Toggle or Sequence + * Number of an endpoint that isn't in the Halted state, then software + * may issue a Configure Endpoint Command with the Drop and Add bits set + * for the target endpoint. that is in the Stopped state. */ - if (!ret) { - xhci_cleanup_stalled_ring(xhci, udev, ep_index); - kfree(virt_ep->stopped_td); - xhci_ring_cmd_db(xhci); - } - virt_ep->stopped_td = NULL; - virt_ep->stopped_stream = 0; - spin_unlock_irqrestore(&xhci->lock, flags); - if (ret) - xhci_warn(xhci, "FIXME allocate a new ring segment\n"); + /* For now just print debug to follow the situation */ + xhci_dbg(xhci, "Endpoint 0x%x ep reset callback called\n", + ep->desc.bEndpointAddress); } static int xhci_check_streams_endpoint(struct xhci_hcd *xhci, @@ -3163,7 +3183,8 @@ num_streams); /* MaxPSASize value 0 (2 streams) means streams are not supported */ - if (HCC_MAX_PSA(xhci->hcc_params) < 4) { + if ((xhci->quirks & XHCI_BROKEN_STREAMS) || + HCC_MAX_PSA(xhci->hcc_params) < 4) { xhci_dbg(xhci, "xHCI controller does not support streams.\n"); return -ENOSYS; } @@ -3457,6 +3478,9 @@ return -EINVAL; } + if (virt_dev->tt_info) + old_active_eps = virt_dev->tt_info->active_eps; + if (virt_dev->udev != udev) { /* If the virt_dev and the udev does not match, this virt_dev * may belong to another udev. @@ -3803,6 +3827,15 @@ return -EINVAL; } + if (setup == SETUP_CONTEXT_ONLY) { + slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); + if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == + SLOT_STATE_DEFAULT) { + xhci_dbg(xhci, "Slot already in default state\n"); + return 0; + } + } + command = xhci_alloc_command(xhci, false, false, GFP_KERNEL); if (!command) return -ENOMEM; @@ -3978,13 +4011,21 @@ int ret; spin_lock_irqsave(&xhci->lock, flags); - if (max_exit_latency == xhci->devs[udev->slot_id]->current_mel) { + + virt_dev = xhci->devs[udev->slot_id]; + + /* + * virt_dev might not exists yet if xHC resumed from hibernate (S4) and + * xHC was re-initialized. Exit latency will be set later after + * hub_port_finish_reset() is done and xhci->devs[] are re-allocated + */ + + if (!virt_dev || max_exit_latency == virt_dev->current_mel) { spin_unlock_irqrestore(&xhci->lock, flags); return 0; } /* Attempt to issue an Evaluate Context command to change the MEL. */ - virt_dev = xhci->devs[udev->slot_id]; command = xhci->lpm_command; ctrl_ctx = xhci_get_input_control_ctx(xhci, command->in_ctx); if (!ctrl_ctx) { @@ -4719,8 +4760,16 @@ ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); slot_ctx = xhci_get_slot_ctx(xhci, config_cmd->in_ctx); slot_ctx->dev_info |= cpu_to_le32(DEV_HUB); + /* + * refer to section 6.2.2: MTT should be 0 for full speed hub, + * but it may be already set to 1 when setup an xHCI virtual + * device, so clear it anyway. + */ if (tt->multi) slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); + else if (hdev->speed == USB_SPEED_FULL) + slot_ctx->dev_info &= cpu_to_le32(~DEV_MTT); + if (xhci->hci_version > 0x95) { xhci_dbg(xhci, "xHCI version %x needs hub " "TT think time and number of ports\n", @@ -4881,6 +4930,9 @@ { int retval; + if (usb_disabled()) + return -ENODEV; + retval = xhci_register_pci(); if (retval < 0) { pr_debug("Problem registering PCI driver.\n"); @@ -4908,6 +4960,7 @@ BUILD_BUG_ON(sizeof(struct xhci_intr_reg) != 8*32/8); /* xhci_run_regs has eight fields and embeds 128 xhci_intr_regs */ BUILD_BUG_ON(sizeof(struct xhci_run_regs) != (8+8*128)*32/8); + return 0; unreg_pci: xhci_unregister_pci(); --- linux-lts-utopic-3.16.0.orig/drivers/usb/host/xhci.h +++ linux-lts-utopic-3.16.0/drivers/usb/host/xhci.h @@ -1,3 +1,4 @@ + /* * xHCI host controller driver * @@ -88,9 +89,10 @@ #define HCS_IST(p) (((p) >> 0) & 0xf) /* bits 4:7, max number of Event Ring segments */ #define HCS_ERST_MAX(p) (((p) >> 4) & 0xf) +/* bits 21:25 Hi 5 bits of Scratchpad buffers SW must allocate for the HW */ /* bit 26 Scratchpad restore - for save/restore HW state - not used yet */ -/* bits 27:31 number of Scratchpad buffers SW must allocate for the HW */ -#define HCS_MAX_SCRATCHPAD(p) (((p) >> 27) & 0x1f) +/* bits 27:31 Lo 5 bits of Scratchpad buffers SW must allocate for the HW */ +#define HCS_MAX_SCRATCHPAD(p) ((((p) >> 16) & 0x3e0) | (((p) >> 27) & 0x1f)) /* HCSPARAMS3 - hcs_params3 - bitmasks */ /* bits 0:7, Max U1 to U0 latency for the roothub ports */ @@ -283,6 +285,7 @@ #define XDEV_U0 (0x0 << 5) #define XDEV_U2 (0x2 << 5) #define XDEV_U3 (0x3 << 5) +#define XDEV_INACTIVE (0x6 << 5) #define XDEV_RESUME (0xf << 5) /* true: port has power (see HCC_PPC) */ #define PORT_POWER (1 << 9) @@ -1265,7 +1268,7 @@ * since the command ring is 64-byte aligned. * It must also be greater than 16. */ -#define TRBS_PER_SEGMENT 64 +#define TRBS_PER_SEGMENT 256 /* Allow two commands + a link TRB, along with any reserved command TRBs */ #define MAX_RSVD_CMD_TRBS (TRBS_PER_SEGMENT - 3) #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT*16) @@ -1288,6 +1291,8 @@ struct xhci_segment *start_seg; union xhci_trb *first_trb; union xhci_trb *last_trb; + /* actual_length of the URB has already been set */ + bool urb_length_set; }; /* xHCI command default timeout value */ @@ -1558,6 +1563,9 @@ #define XHCI_PLAT (1 << 16) #define XHCI_SLOW_SUSPEND (1 << 17) #define XHCI_SPURIOUS_WAKEUP (1 << 18) +/* For controllers with a broken beyond repair streams implementation */ +#define XHCI_BROKEN_STREAMS (1 << 19) +#define XHCI_PME_STUCK_QUIRK (1 << 20) unsigned int num_active_eps; unsigned int limit_active_eps; /* There are two roothubs to keep track of bus suspend info for */ @@ -1762,7 +1770,7 @@ int xhci_gen_setup(struct usb_hcd *hcd, xhci_get_quirks_t get_quirks); #ifdef CONFIG_PM -int xhci_suspend(struct xhci_hcd *xhci); +int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup); int xhci_resume(struct xhci_hcd *xhci, bool hibernated); #else #define xhci_suspend NULL --- linux-lts-utopic-3.16.0.orig/drivers/usb/misc/adutux.c +++ linux-lts-utopic-3.16.0/drivers/usb/misc/adutux.c @@ -814,15 +814,10 @@ usb_set_intfdata(interface, NULL); /* if the device is not opened, then we clean up right now */ - dev_dbg(&dev->udev->dev, "%s : open count %d\n", - __func__, dev->open_count); if (!dev->open_count) adu_delete(dev); mutex_unlock(&adutux_mutex); - - dev_info(&interface->dev, "ADU device adutux%d now disconnected\n", - (minor - ADU_MINOR_BASE)); } /* usb specific object needed to register this driver with the usb subsystem */ --- linux-lts-utopic-3.16.0.orig/drivers/usb/misc/iowarrior.c +++ linux-lts-utopic-3.16.0/drivers/usb/misc/iowarrior.c @@ -787,6 +787,12 @@ iface_desc = interface->cur_altsetting; dev->product_id = le16_to_cpu(udev->descriptor.idProduct); + if (iface_desc->desc.bNumEndpoints < 1) { + dev_err(&interface->dev, "Invalid number of endpoints\n"); + retval = -EINVAL; + goto error; + } + /* set up the endpoint information */ for (i = 0; i < iface_desc->desc.bNumEndpoints; ++i) { endpoint = &iface_desc->endpoint[i].desc; --- linux-lts-utopic-3.16.0.orig/drivers/usb/misc/sisusbvga/sisusb.c +++ linux-lts-utopic-3.16.0/drivers/usb/misc/sisusbvga/sisusb.c @@ -3250,6 +3250,7 @@ { USB_DEVICE(0x0711, 0x0918) }, { USB_DEVICE(0x0711, 0x0920) }, { USB_DEVICE(0x0711, 0x0950) }, + { USB_DEVICE(0x0711, 0x5200) }, { USB_DEVICE(0x182d, 0x021c) }, { USB_DEVICE(0x182d, 0x0269) }, { } --- linux-lts-utopic-3.16.0.orig/drivers/usb/musb/Kconfig +++ linux-lts-utopic-3.16.0/drivers/usb/musb/Kconfig @@ -140,7 +140,7 @@ config USB_TI_CPPI41_DMA bool 'TI CPPI 4.1 (AM335x)' - depends on ARCH_OMAP + depends on ARCH_OMAP && DMADEVICES select TI_CPPI41 config USB_TUSB_OMAP_DMA --- linux-lts-utopic-3.16.0.orig/drivers/usb/musb/musb_core.c +++ linux-lts-utopic-3.16.0/drivers/usb/musb/musb_core.c @@ -99,6 +99,7 @@ #include #include #include +#include #include "musb_core.h" @@ -131,7 +132,7 @@ /*-------------------------------------------------------------------------*/ #ifndef CONFIG_BLACKFIN -static int musb_ulpi_read(struct usb_phy *phy, u32 offset) +static int musb_ulpi_read(struct usb_phy *phy, u32 reg) { void __iomem *addr = phy->io_priv; int i = 0; @@ -150,7 +151,7 @@ * ULPICarKitControlDisableUTMI after clearing POWER_SUSPENDM. */ - musb_writeb(addr, MUSB_ULPI_REG_ADDR, (u8)offset); + musb_writeb(addr, MUSB_ULPI_REG_ADDR, (u8)reg); musb_writeb(addr, MUSB_ULPI_REG_CONTROL, MUSB_ULPI_REG_REQ | MUSB_ULPI_RDN_WR); @@ -175,7 +176,7 @@ return ret; } -static int musb_ulpi_write(struct usb_phy *phy, u32 offset, u32 data) +static int musb_ulpi_write(struct usb_phy *phy, u32 val, u32 reg) { void __iomem *addr = phy->io_priv; int i = 0; @@ -190,8 +191,8 @@ power &= ~MUSB_POWER_SUSPENDM; musb_writeb(addr, MUSB_POWER, power); - musb_writeb(addr, MUSB_ULPI_REG_ADDR, (u8)offset); - musb_writeb(addr, MUSB_ULPI_REG_DATA, (u8)data); + musb_writeb(addr, MUSB_ULPI_REG_ADDR, (u8)reg); + musb_writeb(addr, MUSB_ULPI_REG_DATA, (u8)val); musb_writeb(addr, MUSB_ULPI_REG_CONTROL, MUSB_ULPI_REG_REQ); while (!(musb_readb(addr, MUSB_ULPI_REG_CONTROL) @@ -477,10 +478,10 @@ (USB_PORT_STAT_C_SUSPEND << 16) | MUSB_PORT_STAT_RESUME; musb->rh_timer = jiffies - + msecs_to_jiffies(20); + + msecs_to_jiffies(USB_RESUME_TIMEOUT); schedule_delayed_work( &musb->finish_resume_work, - msecs_to_jiffies(20)); + msecs_to_jiffies(USB_RESUME_TIMEOUT)); musb->xceiv->state = OTG_STATE_A_HOST; musb->is_active = 1; @@ -1520,16 +1521,30 @@ (devctl & MUSB_DEVCTL_HM) ? "host" : "peripheral", musb->int_usb, musb->int_tx, musb->int_rx); - /* the core can interrupt us for multiple reasons; docs have - * a generic interrupt flowchart to follow + /** + * According to Mentor Graphics' documentation, flowchart on page 98, + * IRQ should be handled as follows: + * + * . Resume IRQ + * . Session Request IRQ + * . VBUS Error IRQ + * . Suspend IRQ + * . Connect IRQ + * . Disconnect IRQ + * . Reset/Babble IRQ + * . SOF IRQ (we're not using this one) + * . Endpoint 0 IRQ + * . TX Endpoints + * . RX Endpoints + * + * We will be following that flowchart in order to avoid any problems + * that might arise with internal Finite State Machine. */ + if (musb->int_usb) retval |= musb_stage0_irq(musb, musb->int_usb, devctl); - /* "stage 1" is handling endpoint irqs */ - - /* handle endpoint 0 first */ if (musb->int_tx & 1) { if (devctl & MUSB_DEVCTL_HM) retval |= musb_h_ep0_irq(musb); @@ -1537,37 +1552,31 @@ retval |= musb_g_ep0_irq(musb); } - /* RX on endpoints 1-15 */ - reg = musb->int_rx >> 1; + reg = musb->int_tx >> 1; ep_num = 1; while (reg) { if (reg & 1) { - /* musb_ep_select(musb->mregs, ep_num); */ - /* REVISIT just retval = ep->rx_irq(...) */ retval = IRQ_HANDLED; if (devctl & MUSB_DEVCTL_HM) - musb_host_rx(musb, ep_num); + musb_host_tx(musb, ep_num); else - musb_g_rx(musb, ep_num); + musb_g_tx(musb, ep_num); } - reg >>= 1; ep_num++; } - /* TX on endpoints 1-15 */ - reg = musb->int_tx >> 1; + reg = musb->int_rx >> 1; ep_num = 1; while (reg) { if (reg & 1) { - /* musb_ep_select(musb->mregs, ep_num); */ - /* REVISIT just retval |= ep->tx_irq(...) */ retval = IRQ_HANDLED; if (devctl & MUSB_DEVCTL_HM) - musb_host_tx(musb, ep_num); + musb_host_rx(musb, ep_num); else - musb_g_tx(musb, ep_num); + musb_g_rx(musb, ep_num); } + reg >>= 1; ep_num++; } @@ -1892,16 +1901,18 @@ goto fail0; } - pm_runtime_use_autosuspend(musb->controller); - pm_runtime_set_autosuspend_delay(musb->controller, 200); - pm_runtime_enable(musb->controller); - spin_lock_init(&musb->lock); musb->board_set_power = plat->set_power; musb->min_power = plat->min_power; musb->ops = plat->platform_ops; musb->port_mode = plat->mode; + /* We need musb_read/write functions initialized for PM */ + pm_runtime_use_autosuspend(musb->controller); + pm_runtime_set_autosuspend_delay(musb->controller, 200); + pm_runtime_irq_safe(musb->controller); + pm_runtime_enable(musb->controller); + /* The musb_platform_init() call: * - adjusts musb->mregs * - sets the musb->isr --- linux-lts-utopic-3.16.0.orig/drivers/usb/musb/musb_cppi41.c +++ linux-lts-utopic-3.16.0/drivers/usb/musb/musb_cppi41.c @@ -230,7 +230,8 @@ } } - if (!list_empty(&controller->early_tx_list)) { + if (!list_empty(&controller->early_tx_list) && + !hrtimer_is_queued(&controller->early_tx)) { ret = HRTIMER_RESTART; hrtimer_forward_now(&controller->early_tx, ktime_set(0, 150 * NSEC_PER_USEC)); @@ -648,9 +649,9 @@ ret = of_property_read_string_index(np, "dma-names", i, &str); if (ret) goto err; - if (!strncmp(str, "tx", 2)) + if (strstarts(str, "tx")) is_tx = 1; - else if (!strncmp(str, "rx", 2)) + else if (strstarts(str, "rx")) is_tx = 0; else { dev_err(dev, "Wrong dmatype %s\n", str); --- linux-lts-utopic-3.16.0.orig/drivers/usb/musb/musb_debugfs.c +++ linux-lts-utopic-3.16.0/drivers/usb/musb/musb_debugfs.c @@ -194,30 +194,30 @@ if (copy_from_user(&buf, ubuf, min_t(size_t, sizeof(buf) - 1, count))) return -EFAULT; - if (!strncmp(buf, "force host", 9)) + if (strstarts(buf, "force host")) test = MUSB_TEST_FORCE_HOST; - if (!strncmp(buf, "fifo access", 11)) + if (strstarts(buf, "fifo access")) test = MUSB_TEST_FIFO_ACCESS; - if (!strncmp(buf, "force full-speed", 15)) + if (strstarts(buf, "force full-speed")) test = MUSB_TEST_FORCE_FS; - if (!strncmp(buf, "force high-speed", 15)) + if (strstarts(buf, "force high-speed")) test = MUSB_TEST_FORCE_HS; - if (!strncmp(buf, "test packet", 10)) { + if (strstarts(buf, "test packet")) { test = MUSB_TEST_PACKET; musb_load_testpacket(musb); } - if (!strncmp(buf, "test K", 6)) + if (strstarts(buf, "test K")) test = MUSB_TEST_K; - if (!strncmp(buf, "test J", 6)) + if (strstarts(buf, "test J")) test = MUSB_TEST_J; - if (!strncmp(buf, "test SE0 NAK", 12)) + if (strstarts(buf, "test SE0 NAK")) test = MUSB_TEST_SE0_NAK; musb_writeb(musb->mregs, MUSB_TESTMODE, test); --- linux-lts-utopic-3.16.0.orig/drivers/usb/musb/musb_dsps.c +++ linux-lts-utopic-3.16.0/drivers/usb/musb/musb_dsps.c @@ -780,6 +780,7 @@ struct musb *musb = platform_get_drvdata(glue->musb); void __iomem *mbase = musb->ctrl_base; + del_timer_sync(&glue->timer); glue->context.control = dsps_readl(mbase, wrp->control); glue->context.epintr = dsps_readl(mbase, wrp->epintr_set); glue->context.coreintr = dsps_readl(mbase, wrp->coreintr_set); @@ -805,6 +806,9 @@ dsps_writel(mbase, wrp->mode, glue->context.mode); dsps_writel(mbase, wrp->tx_mode, glue->context.tx_mode); dsps_writel(mbase, wrp->rx_mode, glue->context.rx_mode); + if (musb->xceiv->state == OTG_STATE_B_IDLE && + musb->port_mode == MUSB_PORT_MODE_DUAL_ROLE) + mod_timer(&glue->timer, jiffies + wrp->poll_seconds * HZ); return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/musb/musb_host.c +++ linux-lts-utopic-3.16.0/drivers/usb/musb/musb_host.c @@ -2662,7 +2662,6 @@ if (musb->port_mode == MUSB_PORT_MODE_GADGET) return; usb_remove_hcd(musb->hcd); - musb->hcd = NULL; } void musb_host_free(struct musb *musb) --- linux-lts-utopic-3.16.0.orig/drivers/usb/musb/musb_virthub.c +++ linux-lts-utopic-3.16.0/drivers/usb/musb/musb_virthub.c @@ -136,7 +136,7 @@ /* later, GetPortStatus will stop RESUME signaling */ musb->port1_status |= MUSB_PORT_STAT_RESUME; schedule_delayed_work(&musb->finish_resume_work, - msecs_to_jiffies(20)); + msecs_to_jiffies(USB_RESUME_TIMEOUT)); } } @@ -273,9 +273,7 @@ #ifdef CONFIG_USB_MUSB_HOST return 1; #else - if (musb->port_mode == MUSB_PORT_MODE_HOST) - return 1; - return musb->g.dev.driver != NULL; + return musb->port_mode == MUSB_PORT_MODE_HOST; #endif } --- linux-lts-utopic-3.16.0.orig/drivers/usb/phy/phy-am335x-control.c +++ linux-lts-utopic-3.16.0/drivers/usb/phy/phy-am335x-control.c @@ -126,6 +126,9 @@ return NULL; dev = bus_find_device(&platform_bus_type, NULL, node, match); + if (!dev) + return NULL; + ctrl_usb = dev_get_drvdata(dev); if (!ctrl_usb) return NULL; --- linux-lts-utopic-3.16.0.orig/drivers/usb/phy/phy-fsl-usb.c +++ linux-lts-utopic-3.16.0/drivers/usb/phy/phy-fsl-usb.c @@ -75,7 +75,7 @@ .otg_port = 1, }; -#ifdef CONFIG_PPC32 +#ifdef CONFIG_PPC static u32 _fsl_readl_be(const unsigned __iomem *p) { return in_be32(p); @@ -105,7 +105,7 @@ #else #define fsl_readl(addr) readl(addr) #define fsl_writel(val, addr) writel(val, addr) -#endif /* CONFIG_PPC32 */ +#endif /* CONFIG_PPC */ /* Routines to access transceiver ULPI registers */ u8 view_ulpi(u8 addr) @@ -913,6 +913,7 @@ if (pdata->init && pdata->init(pdev) != 0) return -EINVAL; +#ifdef CONFIG_PPC if (pdata->big_endian_mmio) { _fsl_readl = _fsl_readl_be; _fsl_writel = _fsl_writel_be; @@ -920,6 +921,7 @@ _fsl_readl = _fsl_readl_le; _fsl_writel = _fsl_writel_le; } +#endif /* request irq */ p_otg->irq = platform_get_irq(pdev, 0); --- linux-lts-utopic-3.16.0.orig/drivers/usb/phy/phy-tegra-usb.c +++ linux-lts-utopic-3.16.0/drivers/usb/phy/phy-tegra-usb.c @@ -881,8 +881,8 @@ return -ENOMEM; } - tegra_phy->config = devm_kzalloc(&pdev->dev, - sizeof(*tegra_phy->config), GFP_KERNEL); + tegra_phy->config = devm_kzalloc(&pdev->dev, sizeof(*config), + GFP_KERNEL); if (!tegra_phy->config) { dev_err(&pdev->dev, "unable to allocate memory for USB UTMIP config\n"); --- linux-lts-utopic-3.16.0.orig/drivers/usb/phy/phy.c +++ linux-lts-utopic-3.16.0/drivers/usb/phy/phy.c @@ -78,7 +78,9 @@ static int devm_usb_phy_match(struct device *dev, void *res, void *match_data) { - return res == match_data; + struct usb_phy **phy = res; + + return *phy == match_data; } /** @@ -232,6 +234,9 @@ phy = __usb_find_phy_dev(dev, &phy_bind_list, index); if (IS_ERR(phy) || !try_module_get(phy->dev->driver->owner)) { dev_dbg(dev, "unable to find transceiver\n"); + if (!IS_ERR(phy)) + phy = ERR_PTR(-ENODEV); + goto err0; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/renesas_usbhs/mod_gadget.c +++ linux-lts-utopic-3.16.0/drivers/usb/renesas_usbhs/mod_gadget.c @@ -601,6 +601,9 @@ { struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep); + if (!uep->pipe) + return -EINVAL; + usbhsg_pipe_disable(uep); uep->pipe->mod_private = NULL; --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/Kconfig +++ linux-lts-utopic-3.16.0/drivers/usb/serial/Kconfig @@ -59,6 +59,7 @@ driver. Specifically, it supports: - Suunto ANT+ USB device. - Fundamental Software dongle. + - Google USB serial devices - HP4x calculators - a number of Motorola phones - Siemens USB/MPI adapter. @@ -604,10 +605,10 @@ If unsure, say N. config USB_SERIAL_XIRCOM - tristate "USB Xircom / Entregra Single Port Serial Driver" + tristate "USB Xircom / Entrega Single Port Serial Driver" select USB_EZUSB_FX2 help - Say Y here if you want to use a Xircom or Entregra single port USB to + Say Y here if you want to use a Xircom or Entrega single port USB to serial converter device. This driver makes use of firmware developed from scratch by Brian Warner. --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/bus.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/bus.c @@ -51,6 +51,7 @@ { struct usb_serial_driver *driver; struct usb_serial_port *port; + struct device *tty_dev; int retval = 0; int minor; @@ -75,12 +76,20 @@ retval = device_create_file(dev, &dev_attr_port_number); if (retval) { if (driver->port_remove) - retval = driver->port_remove(port); + driver->port_remove(port); goto exit_with_autopm; } minor = port->minor; - tty_register_device(usb_serial_tty_driver, minor, dev); + tty_dev = tty_register_device(usb_serial_tty_driver, minor, dev); + if (IS_ERR(tty_dev)) { + retval = PTR_ERR(tty_dev); + device_remove_file(dev, &dev_attr_port_number); + if (driver->port_remove) + driver->port_remove(port); + goto exit_with_autopm; + } + dev_info(&port->serial->dev->dev, "%s converter now attached to ttyUSB%d\n", driver->description, minor); --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/console.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/console.c @@ -46,6 +46,8 @@ * ------------------------------------------------------------ */ +static const struct tty_operations usb_console_fake_tty_ops = { +}; /* * The parsing of the command line works exactly like the @@ -137,13 +139,17 @@ goto reset_open_count; } kref_init(&tty->kref); - tty_port_tty_set(&port->port, tty); tty->driver = usb_serial_tty_driver; tty->index = co->index; + init_ldsem(&tty->ldisc_sem); + INIT_LIST_HEAD(&tty->tty_files); + kref_get(&tty->driver->kref); + tty->ops = &usb_console_fake_tty_ops; if (tty_init_termios(tty)) { retval = -ENOMEM; - goto free_tty; + goto put_tty; } + tty_port_tty_set(&port->port, tty); } /* only call the device specific open if this @@ -161,7 +167,7 @@ serial->type->set_termios(tty, port, &dummy); tty_port_tty_set(&port->port, NULL); - kfree(tty); + tty_kref_put(tty); } set_bit(ASYNCB_INITIALIZED, &port->port.flags); } @@ -177,8 +183,8 @@ fail: tty_port_tty_set(&port->port, NULL); - free_tty: - kfree(tty); + put_tty: + tty_kref_put(tty); reset_open_count: port->port.count = 0; usb_autopm_put_interface(serial->interface); --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/cp210x.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/cp210x.c @@ -56,6 +56,7 @@ { USB_DEVICE(0x0846, 0x1100) }, /* NetGear Managed Switch M4100 series, M5300 series, M7100 series */ { USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */ { USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */ + { USB_DEVICE(0x0908, 0x01FF) }, /* Siemens RUGGEDCOM USB Serial Console */ { USB_DEVICE(0x0BED, 0x1100) }, /* MEI (TM) Cashflow-SC Bill/Voucher Acceptor */ { USB_DEVICE(0x0BED, 0x1101) }, /* MEI series 2000 Combo Acceptor */ { USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */ @@ -97,6 +98,7 @@ { USB_DEVICE(0x10C4, 0x81AC) }, /* MSD Dash Hawk */ { USB_DEVICE(0x10C4, 0x81AD) }, /* INSYS USB Modem */ { USB_DEVICE(0x10C4, 0x81C8) }, /* Lipowsky Industrie Elektronik GmbH, Baby-JTAG */ + { USB_DEVICE(0x10C4, 0x81D7) }, /* IAI Corp. RCB-CV-USB USB to RS485 Adaptor */ { USB_DEVICE(0x10C4, 0x81E2) }, /* Lipowsky Industrie Elektronik GmbH, Baby-LIN */ { USB_DEVICE(0x10C4, 0x81E7) }, /* Aerocomm Radio */ { USB_DEVICE(0x10C4, 0x81E8) }, /* Zephyr Bioharness */ @@ -120,12 +122,17 @@ { USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */ { USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */ { USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */ + { USB_DEVICE(0x10C4, 0x8856) }, /* CEL EM357 ZigBee USB Stick - LR */ + { USB_DEVICE(0x10C4, 0x8857) }, /* CEL EM357 ZigBee USB Stick */ { USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */ { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */ + { USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */ + { USB_DEVICE(0x10C4, 0x8977) }, /* CEL MeshWorks DevKit Device */ + { USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */ + { USB_DEVICE(0x10C4, 0x8A2A) }, /* HubZ dual ZigBee and Z-Wave dongle */ { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */ { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */ { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */ - { USB_DEVICE(0x10C4, 0xEA80) }, /* Silicon Labs factory default */ { USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */ { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */ { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */ @@ -142,6 +149,8 @@ { USB_DEVICE(0x166A, 0x0305) }, /* Clipsal C-5000CT2 C-Bus Spectrum Colour Touchscreen */ { USB_DEVICE(0x166A, 0x0401) }, /* Clipsal L51xx C-Bus Architectural Dimmer */ { USB_DEVICE(0x166A, 0x0101) }, /* Clipsal 5560884 C-Bus Multi-room Audio Matrix Switcher */ + { USB_DEVICE(0x16C0, 0x09B0) }, /* Lunatico Seletek */ + { USB_DEVICE(0x16C0, 0x09B1) }, /* Lunatico Seletek */ { USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */ { USB_DEVICE(0x16DC, 0x0010) }, /* W-IE-NE-R Plein & Baus GmbH PL512 Power Supply */ { USB_DEVICE(0x16DC, 0x0011) }, /* W-IE-NE-R Plein & Baus GmbH RCM Remote Control for MARATON Power Supply */ @@ -152,9 +161,15 @@ { USB_DEVICE(0x17F4, 0xAAAA) }, /* Wavesense Jazz blood glucose meter */ { USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */ { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */ + { USB_DEVICE(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */ + { USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder interface */ + { USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */ + { USB_DEVICE(0x19CF, 0x3000) }, /* Parrot NMEA GPS Flight Recorder */ { USB_DEVICE(0x1ADB, 0x0001) }, /* Schweitzer Engineering C662 Cable */ { USB_DEVICE(0x1B1C, 0x1C00) }, /* Corsair USB Dongle */ + { USB_DEVICE(0x1BA4, 0x0002) }, /* Silicon Labs 358x factory default */ { USB_DEVICE(0x1BE3, 0x07A6) }, /* WAGO 750-923 USB Service Cable */ + { USB_DEVICE(0x1D6F, 0x0010) }, /* Seluxit ApS RF Dongle */ { USB_DEVICE(0x1E29, 0x0102) }, /* Festo CPX-USB */ { USB_DEVICE(0x1E29, 0x0501) }, /* Festo CMSP */ { USB_DEVICE(0x1FB9, 0x0100) }, /* Lake Shore Model 121 Current Source */ @@ -176,6 +191,7 @@ { USB_DEVICE(0x1FB9, 0x0602) }, /* Lake Shore Model 648 Magnet Power Supply */ { USB_DEVICE(0x1FB9, 0x0700) }, /* Lake Shore Model 737 VSM Controller */ { USB_DEVICE(0x1FB9, 0x0701) }, /* Lake Shore Model 776 Hall Matrix */ + { USB_DEVICE(0x2626, 0xEA60) }, /* Aruba Networks 7xxx USB Serial Console */ { USB_DEVICE(0x3195, 0xF190) }, /* Link Instruments MSO-19 */ { USB_DEVICE(0x3195, 0xF280) }, /* Link Instruments MSO-28 */ { USB_DEVICE(0x3195, 0xF281) }, /* Link Instruments MSO-28 */ --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/cypress_m8.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/cypress_m8.c @@ -447,6 +447,11 @@ struct usb_serial *serial = port->serial; struct cypress_private *priv; + if (!port->interrupt_out_urb || !port->interrupt_in_urb) { + dev_err(&port->dev, "required endpoint is missing\n"); + return -ENODEV; + } + priv = kzalloc(sizeof(struct cypress_private), GFP_KERNEL); if (!priv) return -ENOMEM; @@ -606,12 +611,6 @@ cypress_set_termios(tty, port, &priv->tmp_termios); /* setup the port and start reading from the device */ - if (!port->interrupt_in_urb) { - dev_err(&port->dev, "%s - interrupt_in_urb is empty!\n", - __func__); - return -1; - } - usb_fill_int_urb(port->interrupt_in_urb, serial->dev, usb_rcvintpipe(serial->dev, port->interrupt_in_endpointAddress), port->interrupt_in_urb->transfer_buffer, --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/digi_acceleport.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/digi_acceleport.c @@ -1252,8 +1252,27 @@ static int digi_startup(struct usb_serial *serial) { + struct device *dev = &serial->interface->dev; struct digi_serial *serial_priv; int ret; + int i; + + /* check whether the device has the expected number of endpoints */ + if (serial->num_port_pointers < serial->type->num_ports + 1) { + dev_err(dev, "OOB endpoints missing\n"); + return -ENODEV; + } + + for (i = 0; i < serial->type->num_ports + 1 ; i++) { + if (!serial->port[i]->read_urb) { + dev_err(dev, "bulk-in endpoint missing\n"); + return -ENODEV; + } + if (!serial->port[i]->write_urb) { + dev_err(dev, "bulk-out endpoint missing\n"); + return -ENODEV; + } + } serial_priv = kzalloc(sizeof(*serial_priv), GFP_KERNEL); if (!serial_priv) --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/ftdi_sio.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/ftdi_sio.c @@ -145,12 +145,14 @@ * /sys/bus/usb-serial/drivers/ftdi_sio/new_id and send a patch or report. */ static const struct usb_device_id id_table_combined[] = { + { USB_DEVICE(FTDI_VID, FTDI_BRICK_PID) }, { USB_DEVICE(FTDI_VID, FTDI_ZEITCONTROL_TAGTRACE_MIFARE_PID) }, { USB_DEVICE(FTDI_VID, FTDI_CTI_MINI_PID) }, { USB_DEVICE(FTDI_VID, FTDI_CTI_NANO_PID) }, { USB_DEVICE(FTDI_VID, FTDI_AMC232_PID) }, { USB_DEVICE(FTDI_VID, FTDI_CANUSB_PID) }, { USB_DEVICE(FTDI_VID, FTDI_CANDAPTER_PID) }, + { USB_DEVICE(FTDI_VID, FTDI_BM_ATOM_NANO_PID) }, { USB_DEVICE(FTDI_VID, FTDI_NXTCAM_PID) }, { USB_DEVICE(FTDI_VID, FTDI_EV3CON_PID) }, { USB_DEVICE(FTDI_VID, FTDI_SCS_DEVICE_0_PID) }, @@ -481,6 +483,39 @@ { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_01FD_PID) }, { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_01FE_PID) }, { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_01FF_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_4701_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9300_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9301_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9302_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9303_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9304_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9305_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9306_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9307_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9308_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9309_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_930A_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_930B_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_930C_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_930D_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_930E_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_930F_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9310_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9311_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9312_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9313_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9314_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9315_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9316_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9317_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9318_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_9319_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_931A_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_931B_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_931C_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_931D_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_931E_PID) }, + { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_931F_PID) }, { USB_DEVICE(FTDI_VID, FTDI_PERLE_ULTRAPORT_PID) }, { USB_DEVICE(FTDI_VID, FTDI_PIEGROUP_PID) }, { USB_DEVICE(FTDI_VID, FTDI_TNC_X_PID) }, @@ -582,6 +617,11 @@ .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, { USB_DEVICE(FTDI_VID, FTDI_NT_ORIONLXM_PID), .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, + { USB_DEVICE(FTDI_VID, FTDI_SYNAPSE_SS200_PID) }, + { USB_DEVICE(FTDI_VID, FTDI_CUSTOMWARE_MINIPLEX_PID) }, + { USB_DEVICE(FTDI_VID, FTDI_CUSTOMWARE_MINIPLEX2_PID) }, + { USB_DEVICE(FTDI_VID, FTDI_CUSTOMWARE_MINIPLEX2WI_PID) }, + { USB_DEVICE(FTDI_VID, FTDI_CUSTOMWARE_MINIPLEX3_PID) }, /* * ELV devices: */ @@ -673,6 +713,11 @@ { USB_DEVICE(FTDI_VID, XSENS_CONVERTER_5_PID) }, { USB_DEVICE(FTDI_VID, XSENS_CONVERTER_6_PID) }, { USB_DEVICE(FTDI_VID, XSENS_CONVERTER_7_PID) }, + { USB_DEVICE(XSENS_VID, XSENS_AWINDA_DONGLE_PID) }, + { USB_DEVICE(XSENS_VID, XSENS_AWINDA_STATION_PID) }, + { USB_DEVICE(XSENS_VID, XSENS_CONVERTER_PID) }, + { USB_DEVICE(XSENS_VID, XSENS_MTDEVBOARD_PID) }, + { USB_DEVICE(XSENS_VID, XSENS_MTW_PID) }, { USB_DEVICE(FTDI_VID, FTDI_OMNI1509) }, { USB_DEVICE(MOBILITY_VID, MOBILITY_USB_SERIAL_PID) }, { USB_DEVICE(FTDI_VID, FTDI_ACTIVE_ROBOTS_PID) }, @@ -738,6 +783,7 @@ { USB_DEVICE(FTDI_VID, FTDI_NDI_AURORA_SCU_PID), .driver_info = (kernel_ulong_t)&ftdi_NDI_device_quirk }, { USB_DEVICE(TELLDUS_VID, TELLDUS_TELLSTICK_PID) }, + { USB_DEVICE(NOVITUS_VID, NOVITUS_BONO_E_PID) }, { USB_DEVICE(RTSYSTEMS_VID, RTSYSTEMS_USB_S03_PID) }, { USB_DEVICE(RTSYSTEMS_VID, RTSYSTEMS_USB_59_PID) }, { USB_DEVICE(RTSYSTEMS_VID, RTSYSTEMS_USB_57A_PID) }, @@ -772,6 +818,8 @@ { USB_DEVICE(FTDI_VID, FTDI_ELSTER_UNICOM_PID) }, { USB_DEVICE(FTDI_VID, FTDI_PROPOX_JTAGCABLEII_PID) }, { USB_DEVICE(FTDI_VID, FTDI_PROPOX_ISPCABLEIII_PID) }, + { USB_DEVICE(FTDI_VID, CYBER_CORTEX_AV_PID), + .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, { USB_DEVICE(OLIMEX_VID, OLIMEX_ARM_USB_OCD_PID), .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, { USB_DEVICE(OLIMEX_VID, OLIMEX_ARM_USB_OCD_H_PID), @@ -789,6 +837,7 @@ { USB_DEVICE(FTDI_VID, FTDI_TURTELIZER_PID), .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, { USB_DEVICE(RATOC_VENDOR_ID, RATOC_PRODUCT_ID_USB60F) }, + { USB_DEVICE(RATOC_VENDOR_ID, RATOC_PRODUCT_ID_SCU18) }, { USB_DEVICE(FTDI_VID, FTDI_REU_TINY_PID) }, /* Papouch devices based on FTDI chip */ @@ -945,8 +994,29 @@ { USB_DEVICE(BRAINBOXES_VID, BRAINBOXES_US_842_2_PID) }, { USB_DEVICE(BRAINBOXES_VID, BRAINBOXES_US_842_3_PID) }, { USB_DEVICE(BRAINBOXES_VID, BRAINBOXES_US_842_4_PID) }, + /* ekey Devices */ + { USB_DEVICE(FTDI_VID, FTDI_EKEY_CONV_USB_PID) }, /* Infineon Devices */ { USB_DEVICE_INTERFACE_NUMBER(INFINEON_VID, INFINEON_TRIBOARD_PID, 1) }, + /* GE Healthcare devices */ + { USB_DEVICE(GE_HEALTHCARE_VID, GE_HEALTHCARE_NEMO_TRACKER_PID) }, + /* Active Research (Actisense) devices */ + { USB_DEVICE(FTDI_VID, ACTISENSE_NDC_PID) }, + { USB_DEVICE(FTDI_VID, ACTISENSE_USG_PID) }, + { USB_DEVICE(FTDI_VID, ACTISENSE_NGT_PID) }, + { USB_DEVICE(FTDI_VID, ACTISENSE_NGW_PID) }, + { USB_DEVICE(FTDI_VID, ACTISENSE_D9AC_PID) }, + { USB_DEVICE(FTDI_VID, ACTISENSE_D9AD_PID) }, + { USB_DEVICE(FTDI_VID, ACTISENSE_D9AE_PID) }, + { USB_DEVICE(FTDI_VID, ACTISENSE_D9AF_PID) }, + { USB_DEVICE(FTDI_VID, CHETCO_SEAGAUGE_PID) }, + { USB_DEVICE(FTDI_VID, CHETCO_SEASWITCH_PID) }, + { USB_DEVICE(FTDI_VID, CHETCO_SEASMART_NMEA2000_PID) }, + { USB_DEVICE(FTDI_VID, CHETCO_SEASMART_ETHERNET_PID) }, + { USB_DEVICE(FTDI_VID, CHETCO_SEASMART_WIFI_PID) }, + { USB_DEVICE(FTDI_VID, CHETCO_SEASMART_DISPLAY_PID) }, + { USB_DEVICE(FTDI_VID, CHETCO_SEASMART_LITE_PID) }, + { USB_DEVICE(FTDI_VID, CHETCO_SEASMART_ANALOG_PID) }, { } /* Terminating entry */ }; @@ -1838,8 +1908,12 @@ { struct usb_device *udev = serial->dev; - if ((udev->manufacturer && !strcmp(udev->manufacturer, "CALAO Systems")) || - (udev->product && !strcmp(udev->product, "BeagleBone/XDS100V2"))) + if (udev->manufacturer && !strcmp(udev->manufacturer, "CALAO Systems")) + return ftdi_jtag_probe(serial); + + if (udev->product && + (!strcmp(udev->product, "BeagleBone/XDS100V2") || + !strcmp(udev->product, "SNAP Connect E10"))) return ftdi_jtag_probe(serial); return 0; --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/ftdi_sio_ids.h +++ linux-lts-utopic-3.16.0/drivers/usb/serial/ftdi_sio_ids.h @@ -30,8 +30,17 @@ /*** third-party PIDs (using FTDI_VID) ***/ +/* + * Certain versions of the official Windows FTDI driver reprogrammed + * counterfeit FTDI devices to PID 0. Support these devices anyway. + */ +#define FTDI_BRICK_PID 0x0000 + #define FTDI_LUMEL_PD12_PID 0x6002 +/* Cyber Cortex AV by Fabulous Silicon (http://fabuloussilicon.com) */ +#define CYBER_CORTEX_AV_PID 0x8698 + /* * Marvell OpenRD Base, Client * http://www.open-rd.org @@ -42,6 +51,8 @@ /* www.candapter.com Ewert Energy Systems CANdapter device */ #define FTDI_CANDAPTER_PID 0x9F80 /* Product Id */ +#define FTDI_BM_ATOM_NANO_PID 0xa559 /* Basic Micro ATOM Nano USB2Serial */ + /* * Texas Instruments XDS100v2 JTAG / BeagleBone A3 * http://processors.wiki.ti.com/index.php/XDS100 @@ -140,12 +151,20 @@ /* * Xsens Technologies BV products (http://www.xsens.com). */ -#define XSENS_CONVERTER_0_PID 0xD388 -#define XSENS_CONVERTER_1_PID 0xD389 +#define XSENS_VID 0x2639 +#define XSENS_AWINDA_STATION_PID 0x0101 +#define XSENS_AWINDA_DONGLE_PID 0x0102 +#define XSENS_MTW_PID 0x0200 /* Xsens MTw */ +#define XSENS_MTDEVBOARD_PID 0x0300 /* Motion Tracker Development Board */ +#define XSENS_CONVERTER_PID 0xD00D /* Xsens USB-serial converter */ + +/* Xsens devices using FTDI VID */ +#define XSENS_CONVERTER_0_PID 0xD388 /* Xsens USB converter */ +#define XSENS_CONVERTER_1_PID 0xD389 /* Xsens Wireless Receiver */ #define XSENS_CONVERTER_2_PID 0xD38A -#define XSENS_CONVERTER_3_PID 0xD38B -#define XSENS_CONVERTER_4_PID 0xD38C -#define XSENS_CONVERTER_5_PID 0xD38D +#define XSENS_CONVERTER_3_PID 0xD38B /* Xsens USB-serial converter */ +#define XSENS_CONVERTER_4_PID 0xD38C /* Xsens Wireless Receiver */ +#define XSENS_CONVERTER_5_PID 0xD38D /* Xsens Awinda Station */ #define XSENS_CONVERTER_6_PID 0xD38E #define XSENS_CONVERTER_7_PID 0xD38F @@ -543,6 +562,20 @@ */ #define FTDI_NT_ORIONLXM_PID 0x7c90 /* OrionLXm Substation Automation Platform */ +/* + * Synapse Wireless product ids (FTDI_VID) + * http://www.synapse-wireless.com + */ +#define FTDI_SYNAPSE_SS200_PID 0x9090 /* SS200 - SNAP Stick 200 */ + +/* + * CustomWare / ShipModul NMEA multiplexers product ids (FTDI_VID) + */ +#define FTDI_CUSTOMWARE_MINIPLEX_PID 0xfd48 /* MiniPlex first generation NMEA Multiplexer */ +#define FTDI_CUSTOMWARE_MINIPLEX2_PID 0xfd49 /* MiniPlex-USB and MiniPlex-2 series */ +#define FTDI_CUSTOMWARE_MINIPLEX2WI_PID 0xfd4a /* MiniPlex-2Wi */ +#define FTDI_CUSTOMWARE_MINIPLEX3_PID 0xfd4b /* MiniPlex-3 series */ + /********************************/ /** third-party VID/PID combos **/ @@ -582,6 +615,7 @@ */ #define RATOC_VENDOR_ID 0x0584 #define RATOC_PRODUCT_ID_USB60F 0xb020 +#define RATOC_PRODUCT_ID_SCU18 0xb03a /* * Infineon Technologies @@ -832,6 +866,12 @@ #define TELLDUS_TELLSTICK_PID 0x0C30 /* RF control dongle 433 MHz using FT232RL */ /* + * NOVITUS printers + */ +#define NOVITUS_VID 0x1a28 +#define NOVITUS_BONO_E_PID 0x6010 + +/* * RT Systems programming cables for various ham radios */ #define RTSYSTEMS_VID 0x2100 /* Vendor ID */ @@ -905,8 +945,8 @@ #define BAYER_CONTOUR_CABLE_PID 0x6001 /* - * The following are the values for the Matrix Orbital FTDI Range - * Anything in this range will use an FT232RL. + * Matrix Orbital Intelligent USB displays. + * http://www.matrixorbital.com */ #define MTXORB_VID 0x1B3D #define MTXORB_FTDI_RANGE_0100_PID 0x0100 @@ -1165,8 +1205,39 @@ #define MTXORB_FTDI_RANGE_01FD_PID 0x01FD #define MTXORB_FTDI_RANGE_01FE_PID 0x01FE #define MTXORB_FTDI_RANGE_01FF_PID 0x01FF - - +#define MTXORB_FTDI_RANGE_4701_PID 0x4701 +#define MTXORB_FTDI_RANGE_9300_PID 0x9300 +#define MTXORB_FTDI_RANGE_9301_PID 0x9301 +#define MTXORB_FTDI_RANGE_9302_PID 0x9302 +#define MTXORB_FTDI_RANGE_9303_PID 0x9303 +#define MTXORB_FTDI_RANGE_9304_PID 0x9304 +#define MTXORB_FTDI_RANGE_9305_PID 0x9305 +#define MTXORB_FTDI_RANGE_9306_PID 0x9306 +#define MTXORB_FTDI_RANGE_9307_PID 0x9307 +#define MTXORB_FTDI_RANGE_9308_PID 0x9308 +#define MTXORB_FTDI_RANGE_9309_PID 0x9309 +#define MTXORB_FTDI_RANGE_930A_PID 0x930A +#define MTXORB_FTDI_RANGE_930B_PID 0x930B +#define MTXORB_FTDI_RANGE_930C_PID 0x930C +#define MTXORB_FTDI_RANGE_930D_PID 0x930D +#define MTXORB_FTDI_RANGE_930E_PID 0x930E +#define MTXORB_FTDI_RANGE_930F_PID 0x930F +#define MTXORB_FTDI_RANGE_9310_PID 0x9310 +#define MTXORB_FTDI_RANGE_9311_PID 0x9311 +#define MTXORB_FTDI_RANGE_9312_PID 0x9312 +#define MTXORB_FTDI_RANGE_9313_PID 0x9313 +#define MTXORB_FTDI_RANGE_9314_PID 0x9314 +#define MTXORB_FTDI_RANGE_9315_PID 0x9315 +#define MTXORB_FTDI_RANGE_9316_PID 0x9316 +#define MTXORB_FTDI_RANGE_9317_PID 0x9317 +#define MTXORB_FTDI_RANGE_9318_PID 0x9318 +#define MTXORB_FTDI_RANGE_9319_PID 0x9319 +#define MTXORB_FTDI_RANGE_931A_PID 0x931A +#define MTXORB_FTDI_RANGE_931B_PID 0x931B +#define MTXORB_FTDI_RANGE_931C_PID 0x931C +#define MTXORB_FTDI_RANGE_931D_PID 0x931D +#define MTXORB_FTDI_RANGE_931E_PID 0x931E +#define MTXORB_FTDI_RANGE_931F_PID 0x931F /* * The Mobility Lab (TML) @@ -1375,3 +1446,34 @@ #define BRAINBOXES_US_160_6_PID 0x9006 /* US-160 16xRS232 1Mbaud Port 11 and 12 */ #define BRAINBOXES_US_160_7_PID 0x9007 /* US-160 16xRS232 1Mbaud Port 13 and 14 */ #define BRAINBOXES_US_160_8_PID 0x9008 /* US-160 16xRS232 1Mbaud Port 15 and 16 */ + +/* + * ekey biometric systems GmbH (http://ekey.net/) + */ +#define FTDI_EKEY_CONV_USB_PID 0xCB08 /* Converter USB */ + +/* + * GE Healthcare devices + */ +#define GE_HEALTHCARE_VID 0x1901 +#define GE_HEALTHCARE_NEMO_TRACKER_PID 0x0015 + +/* + * Active Research (Actisense) devices + */ +#define ACTISENSE_NDC_PID 0xD9A8 /* NDC USB Serial Adapter */ +#define ACTISENSE_USG_PID 0xD9A9 /* USG USB Serial Adapter */ +#define ACTISENSE_NGT_PID 0xD9AA /* NGT NMEA2000 Interface */ +#define ACTISENSE_NGW_PID 0xD9AB /* NGW NMEA2000 Gateway */ +#define ACTISENSE_D9AC_PID 0xD9AC /* Actisense Reserved */ +#define ACTISENSE_D9AD_PID 0xD9AD /* Actisense Reserved */ +#define ACTISENSE_D9AE_PID 0xD9AE /* Actisense Reserved */ +#define ACTISENSE_D9AF_PID 0xD9AF /* Actisense Reserved */ +#define CHETCO_SEAGAUGE_PID 0xA548 /* SeaGauge USB Adapter */ +#define CHETCO_SEASWITCH_PID 0xA549 /* SeaSwitch USB Adapter */ +#define CHETCO_SEASMART_NMEA2000_PID 0xA54A /* SeaSmart NMEA2000 Gateway */ +#define CHETCO_SEASMART_ETHERNET_PID 0xA54B /* SeaSmart Ethernet Gateway */ +#define CHETCO_SEASMART_WIFI_PID 0xA5AC /* SeaSmart Wifi Gateway */ +#define CHETCO_SEASMART_DISPLAY_PID 0xA5AD /* SeaSmart NMEA2000 Display */ +#define CHETCO_SEASMART_LITE_PID 0xA5AE /* SeaSmart Lite USB Adapter */ +#define CHETCO_SEASMART_ANALOG_PID 0xA5AF /* SeaSmart Analog Adapter */ --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/generic.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/generic.c @@ -258,7 +258,8 @@ * character or at least one jiffy. */ period = max_t(unsigned long, (10 * HZ / bps), 1); - period = min_t(unsigned long, period, timeout); + if (timeout) + period = min_t(unsigned long, period, timeout); dev_dbg(&port->dev, "%s - timeout = %u ms, period = %u ms\n", __func__, jiffies_to_msecs(timeout), @@ -268,7 +269,7 @@ schedule_timeout_interruptible(period); if (signal_pending(current)) break; - if (time_after(jiffies, expire)) + if (timeout && time_after(jiffies, expire)) break; } } @@ -373,7 +374,7 @@ __func__, urb->status); return; default: - dev_err(&port->dev, "%s - nonzero urb status: %d\n", + dev_dbg(&port->dev, "%s - nonzero urb status: %d\n", __func__, urb->status); goto resubmit; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/ipaq.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/ipaq.c @@ -531,7 +531,8 @@ * through. Since this has a reasonably high failure rate, we retry * several times. */ - while (retries--) { + while (retries) { + retries--; result = usb_control_msg(serial->dev, usb_sndctrlpipe(serial->dev, 0), 0x22, 0x21, 0x1, 0, NULL, 0, 100); --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/keyspan.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/keyspan.c @@ -311,24 +311,30 @@ if ((data[0] & 0x80) == 0) { /* no errors on individual bytes, only possible overrun err */ - if (data[0] & RXERROR_OVERRUN) - err = TTY_OVERRUN; - else - err = 0; + if (data[0] & RXERROR_OVERRUN) { + tty_insert_flip_char(&port->port, 0, + TTY_OVERRUN); + } for (i = 1; i < urb->actual_length ; ++i) - tty_insert_flip_char(&port->port, data[i], err); + tty_insert_flip_char(&port->port, data[i], + TTY_NORMAL); } else { /* some bytes had errors, every byte has status */ dev_dbg(&port->dev, "%s - RX error!!!!\n", __func__); for (i = 0; i + 1 < urb->actual_length; i += 2) { - int stat = data[i], flag = 0; - if (stat & RXERROR_OVERRUN) - flag |= TTY_OVERRUN; - if (stat & RXERROR_FRAMING) - flag |= TTY_FRAME; - if (stat & RXERROR_PARITY) - flag |= TTY_PARITY; + int stat = data[i]; + int flag = TTY_NORMAL; + + if (stat & RXERROR_OVERRUN) { + tty_insert_flip_char(&port->port, 0, + TTY_OVERRUN); + } /* XXX should handle break (0x10) */ + if (stat & RXERROR_PARITY) + flag = TTY_PARITY; + else if (stat & RXERROR_FRAMING) + flag = TTY_FRAME; + tty_insert_flip_char(&port->port, data[i+1], flag); } @@ -404,6 +410,8 @@ } port = serial->port[msg->port]; p_priv = usb_get_serial_port_data(port); + if (!p_priv) + goto resubmit; /* Update handshaking pin state information */ old_dcd_state = p_priv->dcd_state; @@ -414,7 +422,7 @@ if (old_dcd_state != p_priv->dcd_state) tty_port_tty_hangup(&port->port, true); - +resubmit: /* Resubmit urb so we continue receiving */ err = usb_submit_urb(urb, GFP_ATOMIC); if (err != 0) @@ -521,6 +529,8 @@ } port = serial->port[msg->port]; p_priv = usb_get_serial_port_data(port); + if (!p_priv) + goto resubmit; /* Update handshaking pin state information */ old_dcd_state = p_priv->dcd_state; @@ -531,7 +541,7 @@ if (old_dcd_state != p_priv->dcd_state && old_dcd_state) tty_port_tty_hangup(&port->port, true); - +resubmit: /* Resubmit urb so we continue receiving */ err = usb_submit_urb(urb, GFP_ATOMIC); if (err != 0) @@ -601,6 +611,8 @@ } port = serial->port[msg->portNumber]; p_priv = usb_get_serial_port_data(port); + if (!p_priv) + goto resubmit; /* Update handshaking pin state information */ old_dcd_state = p_priv->dcd_state; @@ -611,7 +623,7 @@ if (old_dcd_state != p_priv->dcd_state && old_dcd_state) tty_port_tty_hangup(&port->port, true); - +resubmit: /* Resubmit urb so we continue receiving */ err = usb_submit_urb(urb, GFP_ATOMIC); if (err != 0) @@ -649,14 +661,19 @@ } else { /* some bytes had errors, every byte has status */ for (i = 0; i + 1 < urb->actual_length; i += 2) { - int stat = data[i], flag = 0; - if (stat & RXERROR_OVERRUN) - flag |= TTY_OVERRUN; - if (stat & RXERROR_FRAMING) - flag |= TTY_FRAME; - if (stat & RXERROR_PARITY) - flag |= TTY_PARITY; + int stat = data[i]; + int flag = TTY_NORMAL; + + if (stat & RXERROR_OVERRUN) { + tty_insert_flip_char(&port->port, 0, + TTY_OVERRUN); + } /* XXX should handle break (0x10) */ + if (stat & RXERROR_PARITY) + flag = TTY_PARITY; + else if (stat & RXERROR_FRAMING) + flag = TTY_FRAME; + tty_insert_flip_char(&port->port, data[i+1], flag); } @@ -713,15 +730,19 @@ */ for (x = 0; x + 1 < len && i + 1 < urb->actual_length; x += 2) { - int stat = data[i], flag = 0; + int stat = data[i]; + int flag = TTY_NORMAL; - if (stat & RXERROR_OVERRUN) - flag |= TTY_OVERRUN; - if (stat & RXERROR_FRAMING) - flag |= TTY_FRAME; - if (stat & RXERROR_PARITY) - flag |= TTY_PARITY; + if (stat & RXERROR_OVERRUN) { + tty_insert_flip_char(&port->port, 0, + TTY_OVERRUN); + } /* XXX should handle break (0x10) */ + if (stat & RXERROR_PARITY) + flag = TTY_PARITY; + else if (stat & RXERROR_FRAMING) + flag = TTY_FRAME; + tty_insert_flip_char(&port->port, data[i+1], flag); i += 2; @@ -773,25 +794,31 @@ if ((data[0] & 0x80) == 0) { /* no errors on individual bytes, only possible overrun err*/ - if (data[0] & RXERROR_OVERRUN) - err = TTY_OVERRUN; - else - err = 0; + if (data[0] & RXERROR_OVERRUN) { + tty_insert_flip_char(&port->port, 0, + TTY_OVERRUN); + } for (i = 1; i < urb->actual_length ; ++i) tty_insert_flip_char(&port->port, - data[i], err); + data[i], TTY_NORMAL); } else { /* some bytes had errors, every byte has status */ dev_dbg(&port->dev, "%s - RX error!!!!\n", __func__); for (i = 0; i + 1 < urb->actual_length; i += 2) { - int stat = data[i], flag = 0; - if (stat & RXERROR_OVERRUN) - flag |= TTY_OVERRUN; - if (stat & RXERROR_FRAMING) - flag |= TTY_FRAME; - if (stat & RXERROR_PARITY) - flag |= TTY_PARITY; + int stat = data[i]; + int flag = TTY_NORMAL; + + if (stat & RXERROR_OVERRUN) { + tty_insert_flip_char( + &port->port, 0, + TTY_OVERRUN); + } /* XXX should handle break (0x10) */ + if (stat & RXERROR_PARITY) + flag = TTY_PARITY; + else if (stat & RXERROR_FRAMING) + flag = TTY_FRAME; + tty_insert_flip_char(&port->port, data[i+1], flag); } @@ -834,6 +861,8 @@ port = serial->port[0]; p_priv = usb_get_serial_port_data(port); + if (!p_priv) + goto resubmit; /* Update handshaking pin state information */ old_dcd_state = p_priv->dcd_state; @@ -844,7 +873,7 @@ if (old_dcd_state != p_priv->dcd_state && old_dcd_state) tty_port_tty_hangup(&port->port, true); - +resubmit: /* Resubmit urb so we continue receiving */ err = usb_submit_urb(urb, GFP_ATOMIC); if (err != 0) @@ -905,6 +934,8 @@ port = serial->port[msg->port]; p_priv = usb_get_serial_port_data(port); + if (!p_priv) + goto resubmit; /* Update handshaking pin state information */ old_dcd_state = p_priv->dcd_state; @@ -913,7 +944,7 @@ if (old_dcd_state != p_priv->dcd_state && old_dcd_state) tty_port_tty_hangup(&port->port, true); - +resubmit: /* Resubmit urb so we continue receiving */ err = usb_submit_urb(urb, GFP_ATOMIC); if (err != 0) --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/keyspan_pda.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/keyspan_pda.c @@ -1,5 +1,5 @@ /* - * USB Keyspan PDA / Xircom / Entregra Converter driver + * USB Keyspan PDA / Xircom / Entrega Converter driver * * Copyright (C) 1999 - 2001 Greg Kroah-Hartman * Copyright (C) 1999, 2000 Brian Warner @@ -58,11 +58,12 @@ #define KEYSPAN_PDA_FAKE_ID 0x0103 #define KEYSPAN_PDA_ID 0x0104 /* no clue */ -/* For Xircom PGSDB9 and older Entregra version of the same device */ +/* For Xircom PGSDB9 and older Entrega version of the same device */ #define XIRCOM_VENDOR_ID 0x085a #define XIRCOM_FAKE_ID 0x8027 -#define ENTREGRA_VENDOR_ID 0x1645 -#define ENTREGRA_FAKE_ID 0x8093 +#define XIRCOM_FAKE_ID_2 0x8025 /* "PGMFHUB" serial */ +#define ENTREGA_VENDOR_ID 0x1645 +#define ENTREGA_FAKE_ID 0x8093 static const struct usb_device_id id_table_combined[] = { #ifdef KEYSPAN @@ -70,7 +71,8 @@ #endif #ifdef XIRCOM { USB_DEVICE(XIRCOM_VENDOR_ID, XIRCOM_FAKE_ID) }, - { USB_DEVICE(ENTREGRA_VENDOR_ID, ENTREGRA_FAKE_ID) }, + { USB_DEVICE(XIRCOM_VENDOR_ID, XIRCOM_FAKE_ID_2) }, + { USB_DEVICE(ENTREGA_VENDOR_ID, ENTREGA_FAKE_ID) }, #endif { USB_DEVICE(KEYSPAN_VENDOR_ID, KEYSPAN_PDA_ID) }, { } /* Terminating entry */ @@ -93,7 +95,8 @@ #ifdef XIRCOM static const struct usb_device_id id_table_fake_xircom[] = { { USB_DEVICE(XIRCOM_VENDOR_ID, XIRCOM_FAKE_ID) }, - { USB_DEVICE(ENTREGRA_VENDOR_ID, ENTREGRA_FAKE_ID) }, + { USB_DEVICE(XIRCOM_VENDOR_ID, XIRCOM_FAKE_ID_2) }, + { USB_DEVICE(ENTREGA_VENDOR_ID, ENTREGA_FAKE_ID) }, { } }; #endif @@ -667,7 +670,7 @@ #endif #ifdef XIRCOM else if ((le16_to_cpu(serial->dev->descriptor.idVendor) == XIRCOM_VENDOR_ID) || - (le16_to_cpu(serial->dev->descriptor.idVendor) == ENTREGRA_VENDOR_ID)) + (le16_to_cpu(serial->dev->descriptor.idVendor) == ENTREGA_VENDOR_ID)) fw_name = "keyspan_pda/xircom_pgs.fw"; #endif else { @@ -744,7 +747,7 @@ .owner = THIS_MODULE, .name = "xircom_no_firm", }, - .description = "Xircom / Entregra PGS - (prerenumeration)", + .description = "Xircom / Entrega PGS - (prerenumeration)", .id_table = id_table_fake_xircom, .num_ports = 1, .attach = keyspan_pda_fake_startup, --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/kobil_sct.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/kobil_sct.c @@ -335,7 +335,8 @@ port->interrupt_out_urb->transfer_buffer_length = length; priv->cur_pos = priv->cur_pos + length; - result = usb_submit_urb(port->interrupt_out_urb, GFP_NOIO); + result = usb_submit_urb(port->interrupt_out_urb, + GFP_ATOMIC); dev_dbg(&port->dev, "%s - Send write URB returns: %i\n", __func__, result); todo = priv->filled - priv->cur_pos; @@ -350,7 +351,7 @@ if (priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID || priv->device_type == KOBIL_ADAPTER_K_PRODUCT_ID) { result = usb_submit_urb(port->interrupt_in_urb, - GFP_NOIO); + GFP_ATOMIC); dev_dbg(&port->dev, "%s - Send read URB returns: %i\n", __func__, result); } } --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/mct_u232.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/mct_u232.c @@ -376,14 +376,21 @@ static int mct_u232_port_probe(struct usb_serial_port *port) { + struct usb_serial *serial = port->serial; struct mct_u232_private *priv; + /* check first to simplify error handling */ + if (!serial->port[1] || !serial->port[1]->interrupt_in_urb) { + dev_err(&port->dev, "expected endpoint missing\n"); + return -ENODEV; + } + priv = kzalloc(sizeof(*priv), GFP_KERNEL); if (!priv) return -ENOMEM; /* Use second interrupt-in endpoint for reading. */ - priv->read_urb = port->serial->port[1]->interrupt_in_urb; + priv->read_urb = serial->port[1]->interrupt_in_urb; priv->read_urb->context = port; spin_lock_init(&priv->lock); --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/mxuport.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/mxuport.c @@ -1284,7 +1284,8 @@ } /* Initial port termios */ - mxuport_set_termios(tty, port, NULL); + if (tty) + mxuport_set_termios(tty, port, NULL); /* * TODO: use RQ_VENDOR_GET_MSR, once we know what it --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/opticon.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/opticon.c @@ -215,7 +215,7 @@ /* The connected devices do not have a bulk write endpoint, * to transmit data to de barcode device the control endpoint is used */ - dr = kmalloc(sizeof(struct usb_ctrlrequest), GFP_NOIO); + dr = kmalloc(sizeof(struct usb_ctrlrequest), GFP_ATOMIC); if (!dr) { count = -ENOMEM; goto error_no_dr; --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/option.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/option.c @@ -162,6 +162,7 @@ #define NOVATELWIRELESS_PRODUCT_HSPA_EMBEDDED_HIGHSPEED 0x9001 #define NOVATELWIRELESS_PRODUCT_E362 0x9010 #define NOVATELWIRELESS_PRODUCT_E371 0x9011 +#define NOVATELWIRELESS_PRODUCT_U620L 0x9022 #define NOVATELWIRELESS_PRODUCT_G2 0xA010 #define NOVATELWIRELESS_PRODUCT_MC551 0xB001 @@ -234,6 +235,8 @@ #define QUALCOMM_VENDOR_ID 0x05C6 +#define SIERRA_VENDOR_ID 0x1199 + #define CMOTECH_VENDOR_ID 0x16d8 #define CMOTECH_PRODUCT_6001 0x6001 #define CMOTECH_PRODUCT_CMU_300 0x6002 @@ -268,15 +271,27 @@ #define TELIT_PRODUCT_CC864_SINGLE 0x1006 #define TELIT_PRODUCT_DE910_DUAL 0x1010 #define TELIT_PRODUCT_UE910_V2 0x1012 +#define TELIT_PRODUCT_LE922_USBCFG0 0x1042 +#define TELIT_PRODUCT_LE922_USBCFG3 0x1043 +#define TELIT_PRODUCT_LE922_USBCFG5 0x1045 #define TELIT_PRODUCT_LE920 0x1200 +#define TELIT_PRODUCT_LE910 0x1201 /* ZTE PRODUCTS */ #define ZTE_VENDOR_ID 0x19d2 #define ZTE_PRODUCT_MF622 0x0001 #define ZTE_PRODUCT_MF628 0x0015 #define ZTE_PRODUCT_MF626 0x0031 -#define ZTE_PRODUCT_MC2718 0xffe8 +#define ZTE_PRODUCT_ZM8620_X 0x0396 +#define ZTE_PRODUCT_ME3620_MBIM 0x0426 +#define ZTE_PRODUCT_ME3620_X 0x1432 +#define ZTE_PRODUCT_ME3620_L 0x1433 #define ZTE_PRODUCT_AC2726 0xfff1 +#define ZTE_PRODUCT_CDMA_TECH 0xfffe +#define ZTE_PRODUCT_AC8710T 0xffff +#define ZTE_PRODUCT_MC2718 0xffe8 +#define ZTE_PRODUCT_AD3812 0xffeb +#define ZTE_PRODUCT_MC2716 0xffed #define BENQ_VENDOR_ID 0x04a5 #define BENQ_PRODUCT_H10 0x4068 @@ -303,6 +318,7 @@ #define TOSHIBA_PRODUCT_G450 0x0d45 #define ALINK_VENDOR_ID 0x1e0e +#define SIMCOM_PRODUCT_SIM7100E 0x9001 /* Yes, ALINK_VENDOR_ID */ #define ALINK_PRODUCT_PH300 0x9100 #define ALINK_PRODUCT_3GU 0x9200 @@ -345,6 +361,7 @@ /* This is the 4G XS Stick W14 a.k.a. Mobilcom Debitel Surf-Stick * * It seems to contain a Qualcomm QSC6240/6290 chipset */ #define FOUR_G_SYSTEMS_PRODUCT_W14 0x9603 +#define FOUR_G_SYSTEMS_PRODUCT_W100 0x9b01 /* iBall 3.5G connect wireless modem */ #define IBALL_3_5G_CONNECT 0x9605 @@ -357,6 +374,7 @@ /* Haier products */ #define HAIER_VENDOR_ID 0x201e +#define HAIER_PRODUCT_CE81B 0x10f8 #define HAIER_PRODUCT_CE100 0x2009 /* Cinterion (formerly Siemens) products */ @@ -494,6 +512,10 @@ #define INOVIA_VENDOR_ID 0x20a6 #define INOVIA_SEW858 0x1105 +/* VIA Telecom */ +#define VIATELECOM_VENDOR_ID 0x15eb +#define VIATELECOM_PRODUCT_CDS7 0x0001 + /* some devices interfaces need special handling due to a number of reasons */ enum option_blacklist_reason { OPTION_BLACKLIST_NONE = 0, @@ -501,7 +523,7 @@ OPTION_BLACKLIST_RESERVED_IF = 2 }; -#define MAX_BL_NUM 8 +#define MAX_BL_NUM 11 struct option_blacklist_info { /* bitfield of interface numbers for OPTION_BLACKLIST_SENDSETUP */ const unsigned long sendsetup; @@ -513,6 +535,11 @@ .sendsetup = BIT(0) | BIT(1), }; +static const struct option_blacklist_info four_g_w100_blacklist = { + .sendsetup = BIT(1) | BIT(2), + .reserved = BIT(3), +}; + static const struct option_blacklist_info alcatel_x200_blacklist = { .sendsetup = BIT(0) | BIT(1), .reserved = BIT(4), @@ -527,10 +554,30 @@ .reserved = BIT(4), }; +static const struct option_blacklist_info zte_ad3812_z_blacklist = { + .sendsetup = BIT(0) | BIT(1) | BIT(2), +}; + static const struct option_blacklist_info zte_mc2718_z_blacklist = { .sendsetup = BIT(1) | BIT(2) | BIT(3) | BIT(4), }; +static const struct option_blacklist_info zte_mc2716_z_blacklist = { + .sendsetup = BIT(1) | BIT(2) | BIT(3), +}; + +static const struct option_blacklist_info zte_me3620_mbim_blacklist = { + .reserved = BIT(2) | BIT(3) | BIT(4), +}; + +static const struct option_blacklist_info zte_me3620_xl_blacklist = { + .reserved = BIT(3) | BIT(4) | BIT(5), +}; + +static const struct option_blacklist_info zte_zm8620_x_blacklist = { + .reserved = BIT(3) | BIT(4) | BIT(5), +}; + static const struct option_blacklist_info huawei_cdc12_blacklist = { .reserved = BIT(1) | BIT(2), }; @@ -572,11 +619,35 @@ .reserved = BIT(3) | BIT(4), }; +static const struct option_blacklist_info simcom_sim7100e_blacklist = { + .reserved = BIT(5) | BIT(6), +}; + +static const struct option_blacklist_info telit_le910_blacklist = { + .sendsetup = BIT(0), + .reserved = BIT(1) | BIT(2), +}; + static const struct option_blacklist_info telit_le920_blacklist = { .sendsetup = BIT(0), .reserved = BIT(1) | BIT(5), }; +static const struct option_blacklist_info sierra_mc73xx_blacklist = { + .sendsetup = BIT(0) | BIT(2), + .reserved = BIT(8) | BIT(10) | BIT(11), +}; + +static const struct option_blacklist_info telit_le922_blacklist_usbcfg0 = { + .sendsetup = BIT(2), + .reserved = BIT(0) | BIT(1) | BIT(3), +}; + +static const struct option_blacklist_info telit_le922_blacklist_usbcfg3 = { + .sendsetup = BIT(0), + .reserved = BIT(1) | BIT(2) | BIT(3), +}; + static const struct usb_device_id option_ids[] = { { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) }, { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_RICOLA) }, @@ -1021,6 +1092,7 @@ { USB_DEVICE_AND_INTERFACE_INFO(NOVATELWIRELESS_VENDOR_ID, NOVATELWIRELESS_PRODUCT_MC551, 0xff, 0xff, 0xff) }, { USB_DEVICE_AND_INTERFACE_INFO(NOVATELWIRELESS_VENDOR_ID, NOVATELWIRELESS_PRODUCT_E362, 0xff, 0xff, 0xff) }, { USB_DEVICE_AND_INTERFACE_INFO(NOVATELWIRELESS_VENDOR_ID, NOVATELWIRELESS_PRODUCT_E371, 0xff, 0xff, 0xff) }, + { USB_DEVICE_AND_INTERFACE_INFO(NOVATELWIRELESS_VENDOR_ID, NOVATELWIRELESS_PRODUCT_U620L, 0xff, 0x00, 0x00) }, { USB_DEVICE(AMOI_VENDOR_ID, AMOI_PRODUCT_H01) }, { USB_DEVICE(AMOI_VENDOR_ID, AMOI_PRODUCT_H01A) }, @@ -1070,9 +1142,18 @@ { USB_DEVICE_INTERFACE_CLASS(BANDRICH_VENDOR_ID, BANDRICH_PRODUCT_1012, 0xff) }, { USB_DEVICE(KYOCERA_VENDOR_ID, KYOCERA_PRODUCT_KPC650) }, { USB_DEVICE(KYOCERA_VENDOR_ID, KYOCERA_PRODUCT_KPC680) }, + { USB_DEVICE(QUALCOMM_VENDOR_ID, 0x6000)}, /* ZTE AC8700 */ + { USB_DEVICE_AND_INTERFACE_INFO(QUALCOMM_VENDOR_ID, 0x6001, 0xff, 0xff, 0xff), /* 4G LTE usb-modem U901 */ + .driver_info = (kernel_ulong_t)&net_intf3_blacklist }, { USB_DEVICE(QUALCOMM_VENDOR_ID, 0x6613)}, /* Onda H600/ZTE MF330 */ { USB_DEVICE(QUALCOMM_VENDOR_ID, 0x0023)}, /* ONYX 3G device */ { USB_DEVICE(QUALCOMM_VENDOR_ID, 0x9000)}, /* SIMCom SIM5218 */ + { USB_DEVICE_INTERFACE_CLASS(SIERRA_VENDOR_ID, 0x68c0, 0xff), + .driver_info = (kernel_ulong_t)&sierra_mc73xx_blacklist }, /* MC73xx */ + { USB_DEVICE_INTERFACE_CLASS(SIERRA_VENDOR_ID, 0x9041, 0xff), + .driver_info = (kernel_ulong_t)&sierra_mc73xx_blacklist }, /* MC7305/MC7355 */ + { USB_DEVICE(QUALCOMM_VENDOR_ID, 0x9003), /* Quectel UC20 */ + .driver_info = (kernel_ulong_t)&net_intf4_blacklist }, { USB_DEVICE(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_6001) }, { USB_DEVICE(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_CMU_300) }, { USB_DEVICE(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_6003), @@ -1120,6 +1201,14 @@ { USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_CC864_SINGLE) }, { USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_DE910_DUAL) }, { USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_UE910_V2) }, + { USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE922_USBCFG0), + .driver_info = (kernel_ulong_t)&telit_le922_blacklist_usbcfg0 }, + { USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE922_USBCFG3), + .driver_info = (kernel_ulong_t)&telit_le922_blacklist_usbcfg3 }, + { USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, TELIT_PRODUCT_LE922_USBCFG5, 0xff), + .driver_info = (kernel_ulong_t)&telit_le922_blacklist_usbcfg0 }, + { USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE910), + .driver_info = (kernel_ulong_t)&telit_le910_blacklist }, { USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE920), .driver_info = (kernel_ulong_t)&telit_le920_blacklist }, { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_MF622, 0xff, 0xff, 0xff) }, /* ZTE WCDMA products */ @@ -1544,13 +1633,26 @@ { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0xff93, 0xff, 0xff, 0xff) }, { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0xff94, 0xff, 0xff, 0xff) }, - /* NOTE: most ZTE CDMA devices should be driven by zte_ev, not option */ + { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_CDMA_TECH, 0xff, 0xff, 0xff) }, + { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC2726, 0xff, 0xff, 0xff) }, + { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC8710T, 0xff, 0xff, 0xff) }, { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_MC2718, 0xff, 0xff, 0xff), .driver_info = (kernel_ulong_t)&zte_mc2718_z_blacklist }, + { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AD3812, 0xff, 0xff, 0xff), + .driver_info = (kernel_ulong_t)&zte_ad3812_z_blacklist }, + { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_MC2716, 0xff, 0xff, 0xff), + .driver_info = (kernel_ulong_t)&zte_mc2716_z_blacklist }, + { USB_DEVICE(ZTE_VENDOR_ID, ZTE_PRODUCT_ME3620_L), + .driver_info = (kernel_ulong_t)&zte_me3620_xl_blacklist }, + { USB_DEVICE(ZTE_VENDOR_ID, ZTE_PRODUCT_ME3620_MBIM), + .driver_info = (kernel_ulong_t)&zte_me3620_mbim_blacklist }, + { USB_DEVICE(ZTE_VENDOR_ID, ZTE_PRODUCT_ME3620_X), + .driver_info = (kernel_ulong_t)&zte_me3620_xl_blacklist }, + { USB_DEVICE(ZTE_VENDOR_ID, ZTE_PRODUCT_ZM8620_X), + .driver_info = (kernel_ulong_t)&zte_zm8620_x_blacklist }, { USB_VENDOR_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0xff, 0x02, 0x01) }, { USB_VENDOR_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0xff, 0x02, 0x05) }, { USB_VENDOR_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0xff, 0x86, 0x10) }, - { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC2726, 0xff, 0xff, 0xff) }, { USB_DEVICE(BENQ_VENDOR_ID, BENQ_PRODUCT_H10) }, { USB_DEVICE(DLINK_VENDOR_ID, DLINK_PRODUCT_DWM_652) }, @@ -1566,6 +1668,8 @@ { USB_DEVICE(ALINK_VENDOR_ID, 0x9000) }, { USB_DEVICE(ALINK_VENDOR_ID, ALINK_PRODUCT_PH300) }, { USB_DEVICE_AND_INTERFACE_INFO(ALINK_VENDOR_ID, ALINK_PRODUCT_3GU, 0xff, 0xff, 0xff) }, + { USB_DEVICE(ALINK_VENDOR_ID, SIMCOM_PRODUCT_SIM7100E), + .driver_info = (kernel_ulong_t)&simcom_sim7100e_blacklist }, { USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_X060S_X200), .driver_info = (kernel_ulong_t)&alcatel_x200_blacklist }, @@ -1586,10 +1690,14 @@ { USB_DEVICE(LONGCHEER_VENDOR_ID, FOUR_G_SYSTEMS_PRODUCT_W14), .driver_info = (kernel_ulong_t)&four_g_w14_blacklist }, + { USB_DEVICE(LONGCHEER_VENDOR_ID, FOUR_G_SYSTEMS_PRODUCT_W100), + .driver_info = (kernel_ulong_t)&four_g_w100_blacklist + }, { USB_DEVICE_INTERFACE_CLASS(LONGCHEER_VENDOR_ID, SPEEDUP_PRODUCT_SU9800, 0xff) }, { USB_DEVICE(LONGCHEER_VENDOR_ID, ZOOM_PRODUCT_4597) }, { USB_DEVICE(LONGCHEER_VENDOR_ID, IBALL_3_5G_CONNECT) }, { USB_DEVICE(HAIER_VENDOR_ID, HAIER_PRODUCT_CE100) }, + { USB_DEVICE_AND_INTERFACE_INFO(HAIER_VENDOR_ID, HAIER_PRODUCT_CE81B, 0xff, 0xff, 0xff) }, /* Pirelli */ { USB_DEVICE_INTERFACE_CLASS(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_C100_1, 0xff) }, { USB_DEVICE_INTERFACE_CLASS(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_C100_2, 0xff) }, @@ -1612,7 +1720,7 @@ { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_EU3_P) }, { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_PH8), .driver_info = (kernel_ulong_t)&net_intf4_blacklist }, - { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_AHXX) }, + { USB_DEVICE_INTERFACE_CLASS(CINTERION_VENDOR_ID, CINTERION_PRODUCT_AHXX, 0xff) }, { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_PLXX), .driver_info = (kernel_ulong_t)&net_intf4_blacklist }, { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_HC28_MDM) }, @@ -1723,7 +1831,9 @@ { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d03, 0xff, 0x00, 0x00) }, { USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e01, 0xff, 0xff, 0xff) }, /* D-Link DWM-152/C1 */ { USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e02, 0xff, 0xff, 0xff) }, /* D-Link DWM-156/C1 */ + { USB_DEVICE_INTERFACE_CLASS(0x2020, 0x4000, 0xff) }, /* OLICARD300 - MT6225 */ { USB_DEVICE(INOVIA_VENDOR_ID, INOVIA_SEW858) }, + { USB_DEVICE(VIATELECOM_VENDOR_ID, VIATELECOM_PRODUCT_CDS7) }, { } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, option_ids); @@ -1916,6 +2026,8 @@ dev_dbg(dev, "%s: type %x req %x\n", __func__, req_pkt->bRequestType, req_pkt->bRequest); } + } else if (status == -ENOENT || status == -ESHUTDOWN) { + dev_dbg(dev, "%s: urb stopped: %d\n", __func__, status); } else dev_err(dev, "%s: error %d\n", __func__, status); --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/pl2303.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/pl2303.c @@ -45,6 +45,7 @@ { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_GPRS) }, { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_HCR331) }, { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_MOTOROLA) }, + { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_ZTEK) }, { USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID) }, { USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID_RSAQ5) }, { USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID) }, @@ -60,7 +61,6 @@ { USB_DEVICE(DCU10_VENDOR_ID, DCU10_PRODUCT_ID) }, { USB_DEVICE(SITECOM_VENDOR_ID, SITECOM_PRODUCT_ID) }, { USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_ID) }, - { USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_PRODUCT_ID) }, { USB_DEVICE(SIEMENS_VENDOR_ID, SIEMENS_PRODUCT_ID_SX1), .driver_info = PL2303_QUIRK_UART_STATE_IDX0 }, { USB_DEVICE(SIEMENS_VENDOR_ID, SIEMENS_PRODUCT_ID_X65), --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/pl2303.h +++ linux-lts-utopic-3.16.0/drivers/usb/serial/pl2303.h @@ -22,6 +22,7 @@ #define PL2303_PRODUCT_ID_GPRS 0x0609 #define PL2303_PRODUCT_ID_HCR331 0x331a #define PL2303_PRODUCT_ID_MOTOROLA 0x0307 +#define PL2303_PRODUCT_ID_ZTEK 0xe1f1 #define ATEN_VENDOR_ID 0x0557 #define ATEN_VENDOR_ID2 0x0547 @@ -61,10 +62,6 @@ #define ALCATEL_VENDOR_ID 0x11f7 #define ALCATEL_PRODUCT_ID 0x02df -/* Samsung I330 phone cradle */ -#define SAMSUNG_VENDOR_ID 0x04e8 -#define SAMSUNG_PRODUCT_ID 0x8001 - #define SIEMENS_VENDOR_ID 0x11f5 #define SIEMENS_PRODUCT_ID_SX1 0x0001 #define SIEMENS_PRODUCT_ID_X65 0x0003 --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/qcserial.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/qcserial.c @@ -22,17 +22,22 @@ #define DRIVER_AUTHOR "Qualcomm Inc" #define DRIVER_DESC "Qualcomm USB Serial driver" +#define QUECTEL_EC20_PID 0x9215 + /* standard device layouts supported by this driver */ enum qcserial_layouts { QCSERIAL_G2K = 0, /* Gobi 2000 */ QCSERIAL_G1K = 1, /* Gobi 1000 */ QCSERIAL_SWI = 2, /* Sierra Wireless */ + QCSERIAL_HWI = 3, /* Huawei */ }; #define DEVICE_G1K(v, p) \ USB_DEVICE(v, p), .driver_info = QCSERIAL_G1K #define DEVICE_SWI(v, p) \ USB_DEVICE(v, p), .driver_info = QCSERIAL_SWI +#define DEVICE_HWI(v, p) \ + USB_DEVICE(v, p), .driver_info = QCSERIAL_HWI static const struct usb_device_id id_table[] = { /* Gobi 1000 devices */ @@ -136,14 +141,13 @@ {USB_DEVICE(0x0AF0, 0x8120)}, /* Option GTM681W */ /* non-Gobi Sierra Wireless devices */ + {DEVICE_SWI(0x03f0, 0x4e1d)}, /* HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module */ {DEVICE_SWI(0x0f3d, 0x68a2)}, /* Sierra Wireless MC7700 */ {DEVICE_SWI(0x114f, 0x68a2)}, /* Sierra Wireless MC7750 */ {DEVICE_SWI(0x1199, 0x68a2)}, /* Sierra Wireless MC7710 */ - {DEVICE_SWI(0x1199, 0x68c0)}, /* Sierra Wireless MC73xx */ {DEVICE_SWI(0x1199, 0x901c)}, /* Sierra Wireless EM7700 */ {DEVICE_SWI(0x1199, 0x901f)}, /* Sierra Wireless EM7355 */ {DEVICE_SWI(0x1199, 0x9040)}, /* Sierra Wireless Modem */ - {DEVICE_SWI(0x1199, 0x9041)}, /* Sierra Wireless MC7305/MC7355 */ {DEVICE_SWI(0x1199, 0x9051)}, /* Netgear AirCard 340U */ {DEVICE_SWI(0x1199, 0x9053)}, /* Sierra Wireless Modem */ {DEVICE_SWI(0x1199, 0x9054)}, /* Sierra Wireless Modem */ @@ -151,16 +155,57 @@ {DEVICE_SWI(0x1199, 0x9056)}, /* Sierra Wireless Modem */ {DEVICE_SWI(0x1199, 0x9060)}, /* Sierra Wireless Modem */ {DEVICE_SWI(0x1199, 0x9061)}, /* Sierra Wireless Modem */ + {DEVICE_SWI(0x1199, 0x9070)}, /* Sierra Wireless MC74xx */ + {DEVICE_SWI(0x1199, 0x9071)}, /* Sierra Wireless MC74xx */ + {DEVICE_SWI(0x1199, 0x9078)}, /* Sierra Wireless EM74xx */ + {DEVICE_SWI(0x1199, 0x9079)}, /* Sierra Wireless EM74xx */ {DEVICE_SWI(0x413c, 0x81a2)}, /* Dell Wireless 5806 Gobi(TM) 4G LTE Mobile Broadband Card */ {DEVICE_SWI(0x413c, 0x81a3)}, /* Dell Wireless 5570 HSPA+ (42Mbps) Mobile Broadband Card */ {DEVICE_SWI(0x413c, 0x81a4)}, /* Dell Wireless 5570e HSPA+ (42Mbps) Mobile Broadband Card */ {DEVICE_SWI(0x413c, 0x81a8)}, /* Dell Wireless 5808 Gobi(TM) 4G LTE Mobile Broadband Card */ {DEVICE_SWI(0x413c, 0x81a9)}, /* Dell Wireless 5808e Gobi(TM) 4G LTE Mobile Broadband Card */ + {DEVICE_SWI(0x413c, 0x81b1)}, /* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card */ + {DEVICE_SWI(0x413c, 0x81b3)}, /* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card (rev3) */ + + /* Huawei devices */ + {DEVICE_HWI(0x03f0, 0x581d)}, /* HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) */ { } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, id_table); +static int handle_quectel_ec20(struct device *dev, int ifnum) +{ + int altsetting = 0; + + /* + * Quectel EC20 Mini PCIe LTE module layout: + * 0: DM/DIAG (use libqcdm from ModemManager for communication) + * 1: NMEA + * 2: AT-capable modem port + * 3: Modem interface + * 4: NDIS + */ + switch (ifnum) { + case 0: + dev_dbg(dev, "Quectel EC20 DM/DIAG interface found\n"); + break; + case 1: + dev_dbg(dev, "Quectel EC20 NMEA GPS interface found\n"); + break; + case 2: + case 3: + dev_dbg(dev, "Quectel EC20 Modem port found\n"); + break; + case 4: + /* Don't claim the QMI/net interface */ + altsetting = -1; + break; + } + + return altsetting; +} + static int qcprobe(struct usb_serial *serial, const struct usb_device_id *id) { struct usb_host_interface *intf = serial->interface->cur_altsetting; @@ -170,6 +215,10 @@ __u8 ifnum; int altsetting = -1; + /* we only support vendor specific functions */ + if (intf->desc.bInterfaceClass != USB_CLASS_VENDOR_SPEC) + goto done; + nintf = serial->dev->actconfig->desc.bNumInterfaces; dev_dbg(dev, "Num Interfaces = %d\n", nintf); ifnum = intf->desc.bInterfaceNumber; @@ -229,6 +278,12 @@ altsetting = -1; break; case QCSERIAL_G2K: + /* handle non-standard layouts */ + if (nintf == 5 && id->idProduct == QUECTEL_EC20_PID) { + altsetting = handle_quectel_ec20(dev, ifnum); + goto done; + } + /* * Gobi 2K+ USB layout: * 0: QMI/net @@ -287,6 +342,43 @@ break; } break; + case QCSERIAL_HWI: + /* + * Huawei devices map functions by subclass + protocol + * instead of interface numbers. The protocol identify + * a specific function, while the subclass indicate a + * specific firmware source + * + * This is a blacklist of functions known to be + * non-serial. The rest are assumed to be serial and + * will be handled by this driver + */ + switch (intf->desc.bInterfaceProtocol) { + /* QMI combined (qmi_wwan) */ + case 0x07: + case 0x37: + case 0x67: + /* QMI data (qmi_wwan) */ + case 0x08: + case 0x38: + case 0x68: + /* QMI control (qmi_wwan) */ + case 0x09: + case 0x39: + case 0x69: + /* NCM like (huawei_cdc_ncm) */ + case 0x16: + case 0x46: + case 0x76: + altsetting = -1; + break; + default: + dev_dbg(dev, "Huawei type serial port found (%02x/%02x/%02x)\n", + intf->desc.bInterfaceClass, + intf->desc.bInterfaceSubClass, + intf->desc.bInterfaceProtocol); + } + break; default: dev_err(dev, "unsupported device layout type: %lu\n", id->driver_info); --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/sierra.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/sierra.c @@ -282,14 +282,20 @@ /* Sierra Wireless HSPA Non-Composite Device */ { USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x6892, 0xFF, 0xFF, 0xFF)}, { USB_DEVICE(0x1199, 0x6893) }, /* Sierra Wireless Device */ - { USB_DEVICE(0x1199, 0x68A3), /* Sierra Wireless Direct IP modems */ + /* Sierra Wireless Direct IP modems */ + { USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x68A3, 0xFF, 0xFF, 0xFF), .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist }, + { USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x68AA, 0xFF, 0xFF, 0xFF), + .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist + }, + { USB_DEVICE(0x1199, 0x68AB) }, /* Sierra Wireless AR8550 */ /* AT&T Direct IP LTE modems */ { USB_DEVICE_AND_INTERFACE_INFO(0x0F3D, 0x68AA, 0xFF, 0xFF, 0xFF), .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist }, - { USB_DEVICE(0x0f3d, 0x68A3), /* Airprime/Sierra Wireless Direct IP modems */ + /* Airprime/Sierra Wireless Direct IP modems */ + { USB_DEVICE_AND_INTERFACE_INFO(0x0F3D, 0x68A3, 0xFF, 0xFF, 0xFF), .driver_info = (kernel_ulong_t)&direct_ip_interface_blacklist }, --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/ssu100.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/ssu100.c @@ -490,10 +490,9 @@ if (*tty_flag == TTY_NORMAL) *tty_flag = TTY_FRAME; } - if (lsr & UART_LSR_OE){ + if (lsr & UART_LSR_OE) { port->icount.overrun++; - if (*tty_flag == TTY_NORMAL) - *tty_flag = TTY_OVERRUN; + tty_insert_flip_char(&port->port, 0, TTY_OVERRUN); } } @@ -511,12 +510,8 @@ if ((len >= 4) && (packet[0] == 0x1b) && (packet[1] == 0x1b) && ((packet[2] == 0x00) || (packet[2] == 0x01))) { - if (packet[2] == 0x00) { + if (packet[2] == 0x00) ssu100_update_lsr(port, packet[3], &flag); - if (flag == TTY_OVERRUN) - tty_insert_flip_char(&port->port, 0, - TTY_OVERRUN); - } if (packet[2] == 0x01) ssu100_update_msr(port, packet[3]); --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/symbolserial.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/symbolserial.c @@ -94,7 +94,7 @@ static int symbol_open(struct tty_struct *tty, struct usb_serial_port *port) { - struct symbol_private *priv = usb_get_serial_data(port->serial); + struct symbol_private *priv = usb_get_serial_port_data(port); unsigned long flags; int result = 0; @@ -120,7 +120,7 @@ static void symbol_throttle(struct tty_struct *tty) { struct usb_serial_port *port = tty->driver_data; - struct symbol_private *priv = usb_get_serial_data(port->serial); + struct symbol_private *priv = usb_get_serial_port_data(port); spin_lock_irq(&priv->lock); priv->throttled = true; @@ -130,7 +130,7 @@ static void symbol_unthrottle(struct tty_struct *tty) { struct usb_serial_port *port = tty->driver_data; - struct symbol_private *priv = usb_get_serial_data(port->serial); + struct symbol_private *priv = usb_get_serial_port_data(port); int result; bool was_throttled; --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/ti_usb_3410_5052.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/ti_usb_3410_5052.c @@ -159,6 +159,7 @@ { USB_DEVICE(ABBOTT_VENDOR_ID, ABBOTT_STEREO_PLUG_ID) }, { USB_DEVICE(ABBOTT_VENDOR_ID, ABBOTT_STRIP_PORT_ID) }, { USB_DEVICE(TI_VENDOR_ID, FRI2_PRODUCT_ID) }, + { USB_DEVICE(HONEYWELL_VENDOR_ID, HONEYWELL_HGI80_PRODUCT_ID) }, { } /* terminator */ }; @@ -191,6 +192,7 @@ { USB_DEVICE(ABBOTT_VENDOR_ID, ABBOTT_PRODUCT_ID) }, { USB_DEVICE(ABBOTT_VENDOR_ID, ABBOTT_STRIP_PORT_ID) }, { USB_DEVICE(TI_VENDOR_ID, FRI2_PRODUCT_ID) }, + { USB_DEVICE(HONEYWELL_VENDOR_ID, HONEYWELL_HGI80_PRODUCT_ID) }, { } /* terminator */ }; --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/ti_usb_3410_5052.h +++ linux-lts-utopic-3.16.0/drivers/usb/serial/ti_usb_3410_5052.h @@ -56,6 +56,10 @@ #define ABBOTT_PRODUCT_ID ABBOTT_STEREO_PLUG_ID #define ABBOTT_STRIP_PORT_ID 0x3420 +/* Honeywell vendor and product IDs */ +#define HONEYWELL_VENDOR_ID 0x10ac +#define HONEYWELL_HGI80_PRODUCT_ID 0x0102 /* Honeywell HGI80 */ + /* Commands */ #define TI_GET_VERSION 0x01 #define TI_GET_PORT_STATUS 0x02 --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/usb-serial-simple.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/usb-serial-simple.c @@ -47,9 +47,18 @@ /* Infineon Flashloader driver */ #define FLASHLOADER_IDS() \ + { USB_DEVICE_INTERFACE_CLASS(0x058b, 0x0041, USB_CLASS_CDC_DATA) }, \ { USB_DEVICE(0x8087, 0x0716) } DEVICE(flashloader, FLASHLOADER_IDS); +/* Google Serial USB SubClass */ +#define GOOGLE_IDS() \ + { USB_VENDOR_AND_INTERFACE_INFO(0x18d1, \ + USB_CLASS_VENDOR_SPEC, \ + 0x50, \ + 0x01) } +DEVICE(google, GOOGLE_IDS); + /* ViVOpay USB Serial Driver */ #define VIVOPAY_IDS() \ { USB_DEVICE(0x1d5f, 0x1004) } /* ViVOpay 8800 */ @@ -85,6 +94,7 @@ &zio_device, &funsoft_device, &flashloader_device, + &google_device, &vivopay_device, &moto_modem_device, &hp4x_device, @@ -97,6 +107,7 @@ ZIO_IDS(), FUNSOFT_IDS(), FLASHLOADER_IDS(), + GOOGLE_IDS(), VIVOPAY_IDS(), MOTO_IDS(), HP4X_IDS(), --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/usb-serial.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/usb-serial.c @@ -764,29 +764,39 @@ if (usb_endpoint_is_bulk_in(endpoint)) { /* we found a bulk in endpoint */ dev_dbg(ddev, "found bulk in on endpoint %d\n", i); - bulk_in_endpoint[num_bulk_in] = endpoint; - ++num_bulk_in; + if (num_bulk_in < MAX_NUM_PORTS) { + bulk_in_endpoint[num_bulk_in] = endpoint; + ++num_bulk_in; + } } if (usb_endpoint_is_bulk_out(endpoint)) { /* we found a bulk out endpoint */ dev_dbg(ddev, "found bulk out on endpoint %d\n", i); - bulk_out_endpoint[num_bulk_out] = endpoint; - ++num_bulk_out; + if (num_bulk_out < MAX_NUM_PORTS) { + bulk_out_endpoint[num_bulk_out] = endpoint; + ++num_bulk_out; + } } if (usb_endpoint_is_int_in(endpoint)) { /* we found a interrupt in endpoint */ dev_dbg(ddev, "found interrupt in on endpoint %d\n", i); - interrupt_in_endpoint[num_interrupt_in] = endpoint; - ++num_interrupt_in; + if (num_interrupt_in < MAX_NUM_PORTS) { + interrupt_in_endpoint[num_interrupt_in] = + endpoint; + ++num_interrupt_in; + } } if (usb_endpoint_is_int_out(endpoint)) { /* we found an interrupt out endpoint */ dev_dbg(ddev, "found interrupt out on endpoint %d\n", i); - interrupt_out_endpoint[num_interrupt_out] = endpoint; - ++num_interrupt_out; + if (num_interrupt_out < MAX_NUM_PORTS) { + interrupt_out_endpoint[num_interrupt_out] = + endpoint; + ++num_interrupt_out; + } } } @@ -809,8 +819,10 @@ if (usb_endpoint_is_int_in(endpoint)) { /* we found a interrupt in endpoint */ dev_dbg(ddev, "found interrupt in for Prolific device on separate interface\n"); - interrupt_in_endpoint[num_interrupt_in] = endpoint; - ++num_interrupt_in; + if (num_interrupt_in < MAX_NUM_PORTS) { + interrupt_in_endpoint[num_interrupt_in] = endpoint; + ++num_interrupt_in; + } } } } @@ -850,6 +862,11 @@ num_ports = type->num_ports; } + if (num_ports > MAX_NUM_PORTS) { + dev_warn(ddev, "too many ports requested: %d\n", num_ports); + num_ports = MAX_NUM_PORTS; + } + serial->num_ports = num_ports; serial->num_bulk_in = num_bulk_in; serial->num_bulk_out = num_bulk_out; @@ -923,8 +940,9 @@ port = serial->port[i]; if (kfifo_alloc(&port->write_fifo, PAGE_SIZE, GFP_KERNEL)) goto probe_error; - buffer_size = max_t(int, serial->type->bulk_out_size, - usb_endpoint_maxp(endpoint)); + buffer_size = serial->type->bulk_out_size; + if (!buffer_size) + buffer_size = usb_endpoint_maxp(endpoint); port->bulk_out_size = buffer_size; port->bulk_out_endpointAddress = endpoint->bEndpointAddress; @@ -1272,6 +1290,7 @@ tty_unregister_driver(usb_serial_tty_driver); put_tty_driver(usb_serial_tty_driver); bus_unregister(&usb_serial_bus_type); + idr_destroy(&serial_minors); } --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/visor.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/visor.c @@ -95,7 +95,7 @@ .driver_info = (kernel_ulong_t)&palm_os_4_probe }, { USB_DEVICE(ACER_VENDOR_ID, ACER_S10_ID), .driver_info = (kernel_ulong_t)&palm_os_4_probe }, - { USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_SCH_I330_ID), + { USB_DEVICE_INTERFACE_CLASS(SAMSUNG_VENDOR_ID, SAMSUNG_SCH_I330_ID, 0xff), .driver_info = (kernel_ulong_t)&palm_os_4_probe }, { USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_SPH_I500_ID), .driver_info = (kernel_ulong_t)&palm_os_4_probe }, @@ -544,6 +544,11 @@ (serial->num_interrupt_in == 0)) return 0; + if (serial->num_bulk_in < 2 || serial->num_interrupt_in < 2) { + dev_err(&serial->interface->dev, "missing endpoints\n"); + return -ENODEV; + } + /* * It appears that Treos and Kyoceras want to use the * 1st bulk in endpoint to communicate with the 2nd bulk out endpoint, @@ -597,8 +602,10 @@ */ /* some sanity check */ - if (serial->num_ports < 2) - return -1; + if (serial->num_bulk_out < 2) { + dev_err(&serial->interface->dev, "missing bulk out endpoints\n"); + return -ENODEV; + } /* port 0 now uses the modified endpoint Address */ port = serial->port[0]; --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/whiteheat.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/whiteheat.c @@ -80,6 +80,8 @@ static int whiteheat_firmware_attach(struct usb_serial *serial); /* function prototypes for the Connect Tech WhiteHEAT serial converter */ +static int whiteheat_probe(struct usb_serial *serial, + const struct usb_device_id *id); static int whiteheat_attach(struct usb_serial *serial); static void whiteheat_release(struct usb_serial *serial); static int whiteheat_port_probe(struct usb_serial_port *port); @@ -116,6 +118,7 @@ .description = "Connect Tech - WhiteHEAT", .id_table = id_table_std, .num_ports = 4, + .probe = whiteheat_probe, .attach = whiteheat_attach, .release = whiteheat_release, .port_probe = whiteheat_port_probe, @@ -217,6 +220,34 @@ /***************************************************************************** * Connect Tech's White Heat serial driver functions *****************************************************************************/ + +static int whiteheat_probe(struct usb_serial *serial, + const struct usb_device_id *id) +{ + struct usb_host_interface *iface_desc; + struct usb_endpoint_descriptor *endpoint; + size_t num_bulk_in = 0; + size_t num_bulk_out = 0; + size_t min_num_bulk; + unsigned int i; + + iface_desc = serial->interface->cur_altsetting; + + for (i = 0; i < iface_desc->desc.bNumEndpoints; i++) { + endpoint = &iface_desc->endpoint[i].desc; + if (usb_endpoint_is_bulk_in(endpoint)) + ++num_bulk_in; + if (usb_endpoint_is_bulk_out(endpoint)) + ++num_bulk_out; + } + + min_num_bulk = COMMAND_PORT + 1; + if (num_bulk_in < min_num_bulk || num_bulk_out < min_num_bulk) + return -ENODEV; + + return 0; +} + static int whiteheat_attach(struct usb_serial *serial) { struct usb_serial_port *command_port; @@ -514,6 +545,10 @@ dev_dbg(&urb->dev->dev, "%s - command_info is NULL, exiting.\n", __func__); return; } + if (!urb->actual_length) { + dev_dbg(&urb->dev->dev, "%s - empty response, exiting.\n", __func__); + return; + } if (status) { dev_dbg(&urb->dev->dev, "%s - nonzero urb status: %d\n", __func__, status); if (status != -ENOENT) @@ -534,7 +569,8 @@ /* These are unsolicited reports from the firmware, hence no waiting command to wakeup */ dev_dbg(&urb->dev->dev, "%s - event received\n", __func__); - } else if (data[0] == WHITEHEAT_GET_DTR_RTS) { + } else if ((data[0] == WHITEHEAT_GET_DTR_RTS) && + (urb->actual_length - 1 <= sizeof(command_info->result_buffer))) { memcpy(command_info->result_buffer, &data[1], urb->actual_length - 1); command_info->command_finished = WHITEHEAT_CMD_COMPLETE; --- linux-lts-utopic-3.16.0.orig/drivers/usb/serial/zte_ev.c +++ linux-lts-utopic-3.16.0/drivers/usb/serial/zte_ev.c @@ -272,28 +272,16 @@ } static const struct usb_device_id id_table[] = { - /* AC8710, AC8710T */ - { USB_DEVICE_AND_INTERFACE_INFO(0x19d2, 0xffff, 0xff, 0xff, 0xff) }, - /* AC8700 */ - { USB_DEVICE_AND_INTERFACE_INFO(0x19d2, 0xfffe, 0xff, 0xff, 0xff) }, - /* MG880 */ - { USB_DEVICE(0x19d2, 0xfffd) }, - { USB_DEVICE(0x19d2, 0xfffc) }, - { USB_DEVICE(0x19d2, 0xfffb) }, - /* AC8710_V3 */ + { USB_DEVICE(0x19d2, 0xffec) }, + { USB_DEVICE(0x19d2, 0xffee) }, { USB_DEVICE(0x19d2, 0xfff6) }, { USB_DEVICE(0x19d2, 0xfff7) }, { USB_DEVICE(0x19d2, 0xfff8) }, { USB_DEVICE(0x19d2, 0xfff9) }, - { USB_DEVICE(0x19d2, 0xffee) }, - /* AC2716, MC2716 */ - { USB_DEVICE_AND_INTERFACE_INFO(0x19d2, 0xffed, 0xff, 0xff, 0xff) }, - /* AD3812 */ - { USB_DEVICE_AND_INTERFACE_INFO(0x19d2, 0xffeb, 0xff, 0xff, 0xff) }, - { USB_DEVICE(0x19d2, 0xffec) }, - { USB_DEVICE(0x05C6, 0x3197) }, - { USB_DEVICE(0x05C6, 0x6000) }, - { USB_DEVICE(0x05C6, 0x9008) }, + { USB_DEVICE(0x19d2, 0xfffb) }, + { USB_DEVICE(0x19d2, 0xfffc) }, + /* MG880 */ + { USB_DEVICE(0x19d2, 0xfffd) }, { }, }; MODULE_DEVICE_TABLE(usb, id_table); --- linux-lts-utopic-3.16.0.orig/drivers/usb/storage/transport.c +++ linux-lts-utopic-3.16.0/drivers/usb/storage/transport.c @@ -1118,6 +1118,31 @@ */ if (result == USB_STOR_XFER_LONG) fake_sense = 1; + + /* + * Sometimes a device will mistakenly skip the data phase + * and go directly to the status phase without sending a + * zero-length packet. If we get a 13-byte response here, + * check whether it really is a CSW. + */ + if (result == USB_STOR_XFER_SHORT && + srb->sc_data_direction == DMA_FROM_DEVICE && + transfer_length - scsi_get_resid(srb) == + US_BULK_CS_WRAP_LEN) { + struct scatterlist *sg = NULL; + unsigned int offset = 0; + + if (usb_stor_access_xfer_buf((unsigned char *) bcs, + US_BULK_CS_WRAP_LEN, srb, &sg, + &offset, FROM_XFER_BUF) == + US_BULK_CS_WRAP_LEN && + bcs->Signature == + cpu_to_le32(US_BULK_CS_SIGN)) { + usb_stor_dbg(us, "Device skipped data phase\n"); + scsi_set_resid(srb, transfer_length); + goto skipped_data_phase; + } + } } /* See flow chart on pg 15 of the Bulk Only Transport spec for @@ -1153,6 +1178,7 @@ if (result != USB_STOR_XFER_GOOD) return USB_STOR_TRANSPORT_ERROR; + skipped_data_phase: /* check bulk status */ residue = le32_to_cpu(bcs->Residue); usb_stor_dbg(us, "Bulk Status S 0x%x T 0x%x R %u Stat 0x%x\n", --- linux-lts-utopic-3.16.0.orig/drivers/usb/storage/uas-detect.h +++ linux-lts-utopic-3.16.0/drivers/usb/storage/uas-detect.h @@ -9,32 +9,15 @@ intf->desc.bInterfaceProtocol == USB_PR_UAS); } -static int uas_isnt_supported(struct usb_device *udev) -{ - struct usb_hcd *hcd = bus_to_hcd(udev->bus); - - dev_warn(&udev->dev, "The driver for the USB controller %s does not " - "support scatter-gather which is\n", - hcd->driver->description); - dev_warn(&udev->dev, "required by the UAS driver. Please try an" - "alternative USB controller if you wish to use UAS.\n"); - return -ENODEV; -} - static int uas_find_uas_alt_setting(struct usb_interface *intf) { int i; - struct usb_device *udev = interface_to_usbdev(intf); - int sg_supported = udev->bus->sg_tablesize != 0; for (i = 0; i < intf->num_altsetting; i++) { struct usb_host_interface *alt = &intf->altsetting[i]; - if (uas_is_interface(alt)) { - if (!sg_supported) - return uas_isnt_supported(udev); + if (uas_is_interface(alt)) return alt->desc.bAlternateSetting; - } } return -ENODEV; @@ -68,7 +51,8 @@ } static int uas_use_uas_driver(struct usb_interface *intf, - const struct usb_device_id *id) + const struct usb_device_id *id, + unsigned long *flags_ret) { struct usb_host_endpoint *eps[4] = { }; struct usb_device *udev = interface_to_usbdev(intf); @@ -76,13 +60,6 @@ unsigned long flags = id->driver_info; int r, alt; - usb_stor_adjust_quirks(udev, &flags); - - if (flags & US_FL_IGNORE_UAS) - return 0; - - if (udev->speed >= USB_SPEED_SUPER && !hcd->can_do_streams) - return 0; alt = uas_find_uas_alt_setting(intf); if (alt < 0) @@ -92,5 +69,75 @@ if (r < 0) return 0; + /* + * ASMedia has a number of usb3 to sata bridge chips, at the time of + * this writing the following versions exist: + * ASM1051 - no uas support version + * ASM1051 - with broken (*) uas support + * ASM1053 - with working uas support, but problems with large xfers + * ASM1153 - with working uas support + * + * Devices with these chips re-use a number of device-ids over the + * entire line, so the device-id is useless to determine if we're + * dealing with an ASM1051 (which we want to avoid). + * + * The ASM1153 can be identified by config.MaxPower == 0, + * where as the ASM105x models have config.MaxPower == 36. + * + * Differentiating between the ASM1053 and ASM1051 is trickier, when + * connected over USB-3 we can look at the number of streams supported, + * ASM1051 supports 32 streams, where as early ASM1053 versions support + * 16 streams, newer ASM1053-s also support 32 streams, but have a + * different prod-id. + * + * (*) ASM1051 chips do work with UAS with some disks (with the + * US_FL_NO_REPORT_OPCODES quirk), but are broken with other disks + */ + if (le16_to_cpu(udev->descriptor.idVendor) == 0x174c && + (le16_to_cpu(udev->descriptor.idProduct) == 0x5106 || + le16_to_cpu(udev->descriptor.idProduct) == 0x55aa)) { + if (udev->actconfig->desc.bMaxPower == 0) { + /* ASM1153, do nothing */ + } else if (udev->speed < USB_SPEED_SUPER) { + /* No streams info, assume ASM1051 */ + flags |= US_FL_IGNORE_UAS; + } else if (usb_ss_max_streams(&eps[1]->ss_ep_comp) == 32) { + /* Possibly an ASM1051, disable uas */ + flags |= US_FL_IGNORE_UAS; + } else { + /* ASM1053, these have issues with large transfers */ + flags |= US_FL_MAX_SECTORS_240; + } + } + + usb_stor_adjust_quirks(udev, &flags); + + if (flags & US_FL_IGNORE_UAS) { + dev_warn(&udev->dev, + "UAS is blacklisted for this device, using usb-storage instead\n"); + return 0; + } + + if (udev->bus->sg_tablesize == 0) { + dev_warn(&udev->dev, + "The driver for the USB controller %s does not support scatter-gather which is\n", + hcd->driver->description); + dev_warn(&udev->dev, + "required by the UAS driver. Please try an other USB controller if you wish to use UAS.\n"); + return 0; + } + + if (udev->speed >= USB_SPEED_SUPER && !hcd->can_do_streams) { + dev_warn(&udev->dev, + "USB controller %s does not support streams, which are required by the UAS driver.\n", + hcd_to_bus(hcd)->bus_name); + dev_warn(&udev->dev, + "Please try an other USB controller if you wish to use UAS.\n"); + return 0; + } + + if (flags_ret) + *flags_ret = flags; + return 1; } --- linux-lts-utopic-3.16.0.orig/drivers/usb/storage/uas.c +++ linux-lts-utopic-3.16.0/drivers/usb/storage/uas.c @@ -28,6 +28,7 @@ #include #include "uas-detect.h" +#include "scsiglue.h" /* * The r00-r01c specs define this version of the SENSE IU data structure. @@ -49,6 +50,7 @@ struct usb_anchor cmd_urbs; struct usb_anchor sense_urbs; struct usb_anchor data_urbs; + unsigned long flags; int qdepth, resetting; struct response_iu response; unsigned cmd_pipe, status_pipe, data_in_pipe, data_out_pipe; @@ -714,6 +716,15 @@ BUILD_BUG_ON(sizeof(struct uas_cmd_info) > sizeof(struct scsi_pointer)); + if ((devinfo->flags & US_FL_NO_ATA_1X) && + (cmnd->cmnd[0] == ATA_12 || cmnd->cmnd[0] == ATA_16)) { + memcpy(cmnd->sense_buffer, usb_stor_sense_invalidCDB, + sizeof(usb_stor_sense_invalidCDB)); + cmnd->result = SAM_STAT_CHECK_CONDITION; + cmnd->scsi_done(cmnd); + return 0; + } + spin_lock_irqsave(&devinfo->lock, flags); if (devinfo->resetting) { @@ -925,7 +936,10 @@ static int uas_slave_alloc(struct scsi_device *sdev) { - sdev->hostdata = (void *)sdev->host->hostdata; + struct uas_dev_info *devinfo = + (struct uas_dev_info *)sdev->host->hostdata; + + sdev->hostdata = devinfo; /* USB has unusual DMA-alignment requirements: Although the * starting address of each scatter-gather element doesn't matter, @@ -944,12 +958,25 @@ */ blk_queue_update_dma_alignment(sdev->request_queue, (512 - 1)); + if (devinfo->flags & US_FL_MAX_SECTORS_64) + blk_queue_max_hw_sectors(sdev->request_queue, 64); + else if (devinfo->flags & US_FL_MAX_SECTORS_240) + blk_queue_max_hw_sectors(sdev->request_queue, 240); + return 0; } static int uas_slave_configure(struct scsi_device *sdev) { struct uas_dev_info *devinfo = sdev->hostdata; + + if (devinfo->flags & US_FL_NO_REPORT_OPCODES) + sdev->no_report_opcodes = 1; + + /* A few buggy USB-ATA bridges don't understand FUA */ + if (devinfo->flags & US_FL_BROKEN_FUA) + sdev->broken_fua = 1; + scsi_set_tag_type(sdev, MSG_ORDERED_TAG); scsi_activate_tcq(sdev, devinfo->qdepth - 2); return 0; @@ -1026,7 +1053,7 @@ usb_endpoint_num(&eps[3]->desc)); if (udev->speed != USB_SPEED_SUPER) { - devinfo->qdepth = 256; + devinfo->qdepth = 32; devinfo->use_streams = 0; } else { devinfo->qdepth = usb_alloc_streams(devinfo->intf, eps + 1, @@ -1056,8 +1083,9 @@ struct Scsi_Host *shost = NULL; struct uas_dev_info *devinfo; struct usb_device *udev = interface_to_usbdev(intf); + unsigned long dev_flags; - if (!uas_use_uas_driver(intf, id)) + if (!uas_use_uas_driver(intf, id, &dev_flags)) return -ENODEV; if (uas_switch_interface(udev, intf)) @@ -1080,6 +1108,7 @@ devinfo->resetting = 0; devinfo->running_task = 0; devinfo->shutdown = 0; + devinfo->flags = dev_flags; init_usb_anchor(&devinfo->cmd_urbs); init_usb_anchor(&devinfo->sense_urbs); init_usb_anchor(&devinfo->data_urbs); --- linux-lts-utopic-3.16.0.orig/drivers/usb/storage/unusual_devs.h +++ linux-lts-utopic-3.16.0/drivers/usb/storage/unusual_devs.h @@ -101,6 +101,12 @@ "PhotoSmart R707", USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_CAPACITY), +UNUSUAL_DEV( 0x03f3, 0x0001, 0x0000, 0x9999, + "Adaptec", + "USBConnect 2000", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, + US_FL_SCM_MULT_TARG ), + /* Reported by Sebastian Kapfer * and Olaf Hering (different bcd's, same vendor/product) * for USB floppies that need the SINGLE_LUN enforcement. @@ -741,6 +747,12 @@ USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_SINGLE_LUN ), +UNUSUAL_DEV( 0x059b, 0x0040, 0x0100, 0x0100, + "Iomega", + "Jaz USB Adapter", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_SINGLE_LUN ), + /* Reported by */ UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000, "LaCie", @@ -748,6 +760,13 @@ USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_GO_SLOW ), +/* Reported by Christian Schaller */ +UNUSUAL_DEV( 0x059f, 0x0651, 0x0000, 0x0000, + "LaCie", + "External HDD", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_WP_DETECT ), + /* Submitted by Joel Bourquard * Some versions of this device need the SubClass and Protocol overrides * while others don't. @@ -1113,6 +1132,18 @@ USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE), +UNUSUAL_DEV( 0x085a, 0x0026, 0x0100, 0x0133, + "Xircom", + "PortGear USB-SCSI (Mac USB Dock)", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, + US_FL_SCM_MULT_TARG ), + +UNUSUAL_DEV( 0x085a, 0x0028, 0x0100, 0x0133, + "Xircom", + "PortGear USB to SCSI Converter", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, + US_FL_SCM_MULT_TARG ), + /* Submitted by Jan De Luyck */ UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, "CITIZEN", @@ -1212,6 +1243,13 @@ USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, 0), +/* Reported by Timo Aaltonen */ +UNUSUAL_DEV( 0x0af0, 0x7011, 0x0000, 0x9999, + "Option", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, + 0 ), + /* Reported by F. Aben * This device (wrongly) has a vendor-specific device descriptor. * The entry is needed so usb-storage can bind to it's mass-storage @@ -1937,7 +1975,7 @@ US_FL_IGNORE_RESIDUE ), /* Reported by Michael Büsch */ -UNUSUAL_DEV( 0x152d, 0x0567, 0x0114, 0x0114, +UNUSUAL_DEV( 0x152d, 0x0567, 0x0114, 0x0116, "JMicron", "USB to ATA/ATAPI Bridge", USB_SC_DEVICE, USB_PR_DEVICE, NULL, @@ -1952,6 +1990,21 @@ USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ), +/* Reported by Dmitry Nezhevenko */ +UNUSUAL_DEV( 0x152d, 0x2566, 0x0114, 0x0114, + "JMicron", + "USB to ATA/ATAPI Bridge", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_BROKEN_FUA ), + +/* Entrega Technologies U1-SC25 (later Xircom PortGear PGSCSI) + * and Mac USB Dock USB-SCSI */ +UNUSUAL_DEV( 0x1645, 0x0007, 0x0100, 0x0133, + "Entrega Technologies", + "USB to SCSI Converter", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, + US_FL_SCM_MULT_TARG ), + /* Reported by Robert Schedel * Note: this is a 'super top' device like the above 14cd/6600 device */ UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, @@ -1974,6 +2027,12 @@ USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ), +UNUSUAL_DEV( 0x1822, 0x0001, 0x0000, 0x9999, + "Ariston Technologies", + "iConnect USB to SCSI adapter", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, + US_FL_SCM_MULT_TARG ), + /* Reported by Hans de Goede * These Appotech controllers are found in Picture Frames, they provide a * (buggy) emulation of a cdrom drive which contains the windows software @@ -1994,6 +2053,18 @@ USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NO_READ_DISC_INFO ), +/* Reported by Oliver Neukum + * This device morphes spontaneously into another device if the access + * pattern of Windows isn't followed. Thus writable media would be dirty + * if the initial instance is used. So the device is limited to its + * virtual CD. + * And yes, the concept that BCD goes up to 9 is not heeded */ +UNUSUAL_DEV( 0x19d2, 0x1225, 0x0000, 0xffff, + "ZTE,Incorporated", + "ZTE WCDMA Technologies MSM", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_SINGLE_LUN ), + /* Reported by Sven Geggus * This encrypted pen drive returns bogus data for the initial READ(10). */ --- linux-lts-utopic-3.16.0.orig/drivers/usb/storage/unusual_uas.h +++ linux-lts-utopic-3.16.0/drivers/usb/storage/unusual_uas.h @@ -40,13 +40,114 @@ * and don't forget to CC: the USB development list */ -/* - * This is an example entry for the US_FL_IGNORE_UAS flag. Once we have an - * actual entry using US_FL_IGNORE_UAS this entry should be removed. - * - * UNUSUAL_DEV( 0xabcd, 0x1234, 0x0100, 0x0100, - * "Example", - * "Storage with broken UAS", - * USB_SC_DEVICE, USB_PR_DEVICE, NULL, - * US_FL_IGNORE_UAS), - */ +/* https://bugzilla.kernel.org/show_bug.cgi?id=79511 */ +UNUSUAL_DEV(0x0bc2, 0x2312, 0x0000, 0x9999, + "Seagate", + "Expansion Desk", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_ATA_1X), + +/* https://bbs.archlinux.org/viewtopic.php?id=183190 */ +UNUSUAL_DEV(0x0bc2, 0x3312, 0x0000, 0x9999, + "Seagate", + "Expansion Desk", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_ATA_1X), + +/* Reported-by: Hans de Goede */ +UNUSUAL_DEV(0x0bc2, 0x3320, 0x0000, 0x9999, + "Seagate", + "Expansion Desk", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_ATA_1X), + +/* Reported-by: Bogdan Mihalcea */ +UNUSUAL_DEV(0x0bc2, 0xa003, 0x0000, 0x9999, + "Seagate", + "Backup Plus", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_ATA_1X), + +/* Reported-by: Marcin ZajÄ…czkowski */ +UNUSUAL_DEV(0x0bc2, 0xa013, 0x0000, 0x9999, + "Seagate", + "Backup Plus", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_ATA_1X), + +/* Reported-by: Hans de Goede */ +UNUSUAL_DEV(0x0bc2, 0xa0a4, 0x0000, 0x9999, + "Seagate", + "Backup Plus Desk", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_ATA_1X), + +/* https://bbs.archlinux.org/viewtopic.php?id=183190 */ +UNUSUAL_DEV(0x0bc2, 0xab20, 0x0000, 0x9999, + "Seagate", + "Backup+ BK", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_ATA_1X), + +/* https://bbs.archlinux.org/viewtopic.php?id=183190 */ +UNUSUAL_DEV(0x0bc2, 0xab21, 0x0000, 0x9999, + "Seagate", + "Backup+ BK", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_ATA_1X), + +/* Reported-by: G. Richard Bellamy */ +UNUSUAL_DEV(0x0bc2, 0xab2a, 0x0000, 0x9999, + "Seagate", + "BUP Fast HDD", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_ATA_1X), + +/* Reported-by: Benjamin Tissoires */ +UNUSUAL_DEV(0x13fd, 0x3940, 0x0000, 0x9999, + "Initio Corporation", + "", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_ATA_1X), + +/* Reported-by: Tom Arild Naess */ +UNUSUAL_DEV(0x152d, 0x0539, 0x0000, 0x9999, + "JMicron", + "JMS539", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_REPORT_OPCODES), + +/* Reported-by: Claudio Bizzarri */ +UNUSUAL_DEV(0x152d, 0x0567, 0x0000, 0x9999, + "JMicron", + "JMS567", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_BROKEN_FUA | US_FL_NO_REPORT_OPCODES), + +/* Reported-by: Hans de Goede */ +UNUSUAL_DEV(0x2109, 0x0711, 0x0000, 0x9999, + "VIA", + "VL711", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_ATA_1X), + +/* Reported-by: Takeo Nakayama */ +UNUSUAL_DEV(0x357d, 0x7788, 0x0000, 0x9999, + "JMicron", + "JMS566", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_REPORT_OPCODES), + +/* Reported-by: Hans de Goede */ +UNUSUAL_DEV(0x4971, 0x1012, 0x0000, 0x9999, + "Hitachi", + "External HDD", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_IGNORE_UAS), + +/* Reported-by: Richard Henderson */ +UNUSUAL_DEV(0x4971, 0x8017, 0x0000, 0x9999, + "SimpleTech", + "External HDD", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_REPORT_OPCODES), --- linux-lts-utopic-3.16.0.orig/drivers/usb/storage/usb.c +++ linux-lts-utopic-3.16.0/drivers/usb/storage/usb.c @@ -476,7 +476,9 @@ US_FL_CAPACITY_OK | US_FL_IGNORE_RESIDUE | US_FL_SINGLE_LUN | US_FL_NO_WP_DETECT | US_FL_NO_READ_DISC_INFO | US_FL_NO_READ_CAPACITY_16 | - US_FL_INITIAL_READ10 | US_FL_WRITE_CACHE); + US_FL_INITIAL_READ10 | US_FL_WRITE_CACHE | + US_FL_NO_ATA_1X | US_FL_NO_REPORT_OPCODES | + US_FL_MAX_SECTORS_240); p = quirks; while (*p) { @@ -514,6 +516,12 @@ case 'e': f |= US_FL_NO_READ_CAPACITY_16; break; + case 'f': + f |= US_FL_NO_REPORT_OPCODES; + break; + case 'g': + f |= US_FL_MAX_SECTORS_240; + break; case 'h': f |= US_FL_CAPACITY_HEURISTICS; break; @@ -541,6 +549,9 @@ case 's': f |= US_FL_SINGLE_LUN; break; + case 't': + f |= US_FL_NO_ATA_1X; + break; case 'u': f |= US_FL_IGNORE_UAS; break; @@ -1045,7 +1056,7 @@ /* If uas is enabled and this device can do uas then ignore it. */ #if IS_ENABLED(CONFIG_USB_UAS) - if (uas_use_uas_driver(intf, id)) + if (uas_use_uas_driver(intf, id, NULL)) return -ENXIO; #endif --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/Kconfig +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/Kconfig @@ -0,0 +1,41 @@ +config USBIP_CORE + tristate "USB/IP support" + depends on USB && NET + ---help--- + This enables pushing USB packets over IP to allow remote + machines direct access to USB devices. It provides the + USB/IP core that is required by both drivers. + + For more details, and to get the userspace utility + programs, please see . + + To compile this as a module, choose M here: the module will + be called usbip-core. + + If unsure, say N. + +config USBIP_VHCI_HCD + tristate "VHCI hcd" + depends on USBIP_CORE + ---help--- + This enables the USB/IP virtual host controller driver, + which is run on the remote machine. + + To compile this driver as a module, choose M here: the + module will be called vhci-hcd. + +config USBIP_HOST + tristate "Host driver" + depends on USBIP_CORE + ---help--- + This enables the USB/IP host driver, which is run on the + machine that is sharing the USB devices. + + To compile this driver as a module, choose M here: the + module will be called usbip-host. + +config USBIP_DEBUG + bool "Debug messages for USB/IP" + depends on USBIP_CORE + ---help--- + This enables the debug messages from the USB/IP drivers. --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/Makefile +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/Makefile @@ -0,0 +1,10 @@ +ccflags-$(CONFIG_USBIP_DEBUG) := -DDEBUG + +obj-$(CONFIG_USBIP_CORE) += usbip-core.o +usbip-core-y := usbip_common.o usbip_event.o + +obj-$(CONFIG_USBIP_VHCI_HCD) += vhci-hcd.o +vhci-hcd-y := vhci_sysfs.o vhci_tx.o vhci_rx.o vhci_hcd.o + +obj-$(CONFIG_USBIP_HOST) += usbip-host.o +usbip-host-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/README +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/README @@ -0,0 +1,7 @@ +TODO: + - more discussion about the protocol + - testing + - review of the userspace interface + - document the protocol + +Please send patches for this code to Greg Kroah-Hartman --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/stub.h +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/stub.h @@ -0,0 +1,113 @@ +/* + * Copyright (C) 2003-2008 Takahiro Hirofuchi + * + * This 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; either version 2 of the License, or + * (at your option) any later version. + * + * This 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#ifndef __USBIP_STUB_H +#define __USBIP_STUB_H + +#include +#include +#include +#include +#include +#include + +#define STUB_BUSID_OTHER 0 +#define STUB_BUSID_REMOV 1 +#define STUB_BUSID_ADDED 2 +#define STUB_BUSID_ALLOC 3 + +struct stub_device { + struct usb_interface *interface; + struct usb_device *udev; + + struct usbip_device ud; + __u32 devid; + + /* + * stub_priv preserves private data of each urb. + * It is allocated as stub_priv_cache and assigned to urb->context. + * + * stub_priv is always linked to any one of 3 lists; + * priv_init: linked to this until the comletion of a urb. + * priv_tx : linked to this after the completion of a urb. + * priv_free: linked to this after the sending of the result. + * + * Any of these list operations should be locked by priv_lock. + */ + spinlock_t priv_lock; + struct list_head priv_init; + struct list_head priv_tx; + struct list_head priv_free; + + /* see comments for unlinking in stub_rx.c */ + struct list_head unlink_tx; + struct list_head unlink_free; + + wait_queue_head_t tx_waitq; +}; + +/* private data into urb->priv */ +struct stub_priv { + unsigned long seqnum; + struct list_head list; + struct stub_device *sdev; + struct urb *urb; + + int unlinking; +}; + +struct stub_unlink { + unsigned long seqnum; + struct list_head list; + __u32 status; +}; + +/* same as SYSFS_BUS_ID_SIZE */ +#define BUSID_SIZE 32 + +struct bus_id_priv { + char name[BUSID_SIZE]; + char status; + int interf_count; + struct stub_device *sdev; + struct usb_device *udev; + char shutdown_busid; +}; + +/* stub_priv is allocated from stub_priv_cache */ +extern struct kmem_cache *stub_priv_cache; + +/* stub_dev.c */ +extern struct usb_device_driver stub_driver; + +/* stub_main.c */ +struct bus_id_priv *get_busid_priv(const char *busid); +int del_match_busid(char *busid); +void stub_device_cleanup_urbs(struct stub_device *sdev); + +/* stub_rx.c */ +int stub_rx_loop(void *data); + +/* stub_tx.c */ +void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum, + __u32 status); +void stub_complete(struct urb *urb); +int stub_tx_loop(void *data); + +#endif /* __USBIP_STUB_H */ --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/stub_dev.c +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/stub_dev.c @@ -0,0 +1,525 @@ +/* + * Copyright (C) 2003-2008 Takahiro Hirofuchi + * + * This 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; either version 2 of the License, or + * (at your option) any later version. + * + * This 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#include +#include +#include +#include + +#include "usbip_common.h" +#include "stub.h" + +/* + * Define device IDs here if you want to explicitly limit exportable devices. + * In most cases, wildcard matching will be okay because driver binding can be + * changed dynamically by a userland program. + */ +static struct usb_device_id stub_table[] = { +#if 0 + /* just an example */ + { USB_DEVICE(0x05ac, 0x0301) }, /* Mac 1 button mouse */ + { USB_DEVICE(0x0430, 0x0009) }, /* Plat Home Keyboard */ + { USB_DEVICE(0x059b, 0x0001) }, /* Iomega USB Zip 100 */ + { USB_DEVICE(0x04b3, 0x4427) }, /* IBM USB CD-ROM */ + { USB_DEVICE(0x05a9, 0xa511) }, /* LifeView USB cam */ + { USB_DEVICE(0x55aa, 0x0201) }, /* Imation card reader */ + { USB_DEVICE(0x046d, 0x0870) }, /* Qcam Express(QV-30) */ + { USB_DEVICE(0x04bb, 0x0101) }, /* IO-DATA HD 120GB */ + { USB_DEVICE(0x04bb, 0x0904) }, /* IO-DATA USB-ET/TX */ + { USB_DEVICE(0x04bb, 0x0201) }, /* IO-DATA USB-ET/TX */ + { USB_DEVICE(0x08bb, 0x2702) }, /* ONKYO USB Speaker */ + { USB_DEVICE(0x046d, 0x08b2) }, /* Logicool Qcam 4000 Pro */ +#endif + /* magic for wild card */ + { .driver_info = 1 }, + { 0, } /* Terminating entry */ +}; +MODULE_DEVICE_TABLE(usb, stub_table); + +/* + * usbip_status shows the status of usbip-host as long as this driver is bound + * to the target device. + */ +static ssize_t usbip_status_show(struct device *dev, + struct device_attribute *attr, char *buf) +{ + struct stub_device *sdev = dev_get_drvdata(dev); + int status; + + if (!sdev) { + dev_err(dev, "sdev is null\n"); + return -ENODEV; + } + + spin_lock_irq(&sdev->ud.lock); + status = sdev->ud.status; + spin_unlock_irq(&sdev->ud.lock); + + return snprintf(buf, PAGE_SIZE, "%d\n", status); +} +static DEVICE_ATTR_RO(usbip_status); + +/* + * usbip_sockfd gets a socket descriptor of an established TCP connection that + * is used to transfer usbip requests by kernel threads. -1 is a magic number + * by which usbip connection is finished. + */ +static ssize_t store_sockfd(struct device *dev, struct device_attribute *attr, + const char *buf, size_t count) +{ + struct stub_device *sdev = dev_get_drvdata(dev); + int sockfd = 0; + struct socket *socket; + int rv; + + if (!sdev) { + dev_err(dev, "sdev is null\n"); + return -ENODEV; + } + + rv = sscanf(buf, "%d", &sockfd); + if (rv != 1) + return -EINVAL; + + if (sockfd != -1) { + int err; + + dev_info(dev, "stub up\n"); + + spin_lock_irq(&sdev->ud.lock); + + if (sdev->ud.status != SDEV_ST_AVAILABLE) { + dev_err(dev, "not ready\n"); + goto err; + } + + socket = sockfd_lookup(sockfd, &err); + if (!socket) + goto err; + + sdev->ud.tcp_socket = socket; + + spin_unlock_irq(&sdev->ud.lock); + + sdev->ud.tcp_rx = kthread_get_run(stub_rx_loop, &sdev->ud, + "stub_rx"); + sdev->ud.tcp_tx = kthread_get_run(stub_tx_loop, &sdev->ud, + "stub_tx"); + + spin_lock_irq(&sdev->ud.lock); + sdev->ud.status = SDEV_ST_USED; + spin_unlock_irq(&sdev->ud.lock); + + } else { + dev_info(dev, "stub down\n"); + + spin_lock_irq(&sdev->ud.lock); + if (sdev->ud.status != SDEV_ST_USED) + goto err; + + spin_unlock_irq(&sdev->ud.lock); + + usbip_event_add(&sdev->ud, SDEV_EVENT_DOWN); + } + + return count; + +err: + spin_unlock_irq(&sdev->ud.lock); + return -EINVAL; +} +static DEVICE_ATTR(usbip_sockfd, S_IWUSR, NULL, store_sockfd); + +static int stub_add_files(struct device *dev) +{ + int err = 0; + + err = device_create_file(dev, &dev_attr_usbip_status); + if (err) + goto err_status; + + err = device_create_file(dev, &dev_attr_usbip_sockfd); + if (err) + goto err_sockfd; + + err = device_create_file(dev, &dev_attr_usbip_debug); + if (err) + goto err_debug; + + return 0; + +err_debug: + device_remove_file(dev, &dev_attr_usbip_sockfd); +err_sockfd: + device_remove_file(dev, &dev_attr_usbip_status); +err_status: + return err; +} + +static void stub_remove_files(struct device *dev) +{ + device_remove_file(dev, &dev_attr_usbip_status); + device_remove_file(dev, &dev_attr_usbip_sockfd); + device_remove_file(dev, &dev_attr_usbip_debug); +} + +static void stub_shutdown_connection(struct usbip_device *ud) +{ + struct stub_device *sdev = container_of(ud, struct stub_device, ud); + + /* + * When removing an exported device, kernel panic sometimes occurred + * and then EIP was sk_wait_data of stub_rx thread. Is this because + * sk_wait_data returned though stub_rx thread was already finished by + * step 1? + */ + if (ud->tcp_socket) { + dev_dbg(&sdev->udev->dev, "shutdown tcp_socket %p\n", + ud->tcp_socket); + kernel_sock_shutdown(ud->tcp_socket, SHUT_RDWR); + } + + /* 1. stop threads */ + if (ud->tcp_rx) { + kthread_stop_put(ud->tcp_rx); + ud->tcp_rx = NULL; + } + if (ud->tcp_tx) { + kthread_stop_put(ud->tcp_tx); + ud->tcp_tx = NULL; + } + + /* + * 2. close the socket + * + * tcp_socket is freed after threads are killed so that usbip_xmit does + * not touch NULL socket. + */ + if (ud->tcp_socket) { + sockfd_put(ud->tcp_socket); + ud->tcp_socket = NULL; + } + + /* 3. free used data */ + stub_device_cleanup_urbs(sdev); + + /* 4. free stub_unlink */ + { + unsigned long flags; + struct stub_unlink *unlink, *tmp; + + spin_lock_irqsave(&sdev->priv_lock, flags); + list_for_each_entry_safe(unlink, tmp, &sdev->unlink_tx, list) { + list_del(&unlink->list); + kfree(unlink); + } + list_for_each_entry_safe(unlink, tmp, &sdev->unlink_free, + list) { + list_del(&unlink->list); + kfree(unlink); + } + spin_unlock_irqrestore(&sdev->priv_lock, flags); + } +} + +static void stub_device_reset(struct usbip_device *ud) +{ + struct stub_device *sdev = container_of(ud, struct stub_device, ud); + struct usb_device *udev = sdev->udev; + int ret; + + dev_dbg(&udev->dev, "device reset"); + + ret = usb_lock_device_for_reset(udev, sdev->interface); + if (ret < 0) { + dev_err(&udev->dev, "lock for reset\n"); + spin_lock_irq(&ud->lock); + ud->status = SDEV_ST_ERROR; + spin_unlock_irq(&ud->lock); + return; + } + + /* try to reset the device */ + ret = usb_reset_device(udev); + usb_unlock_device(udev); + + spin_lock_irq(&ud->lock); + if (ret) { + dev_err(&udev->dev, "device reset\n"); + ud->status = SDEV_ST_ERROR; + } else { + dev_info(&udev->dev, "device reset\n"); + ud->status = SDEV_ST_AVAILABLE; + } + spin_unlock_irq(&ud->lock); +} + +static void stub_device_unusable(struct usbip_device *ud) +{ + spin_lock_irq(&ud->lock); + ud->status = SDEV_ST_ERROR; + spin_unlock_irq(&ud->lock); +} + +/** + * stub_device_alloc - allocate a new stub_device struct + * @interface: usb_interface of a new device + * + * Allocates and initializes a new stub_device struct. + */ +static struct stub_device *stub_device_alloc(struct usb_device *udev) +{ + struct stub_device *sdev; + int busnum = udev->bus->busnum; + int devnum = udev->devnum; + + dev_dbg(&udev->dev, "allocating stub device"); + + /* yes, it's a new device */ + sdev = kzalloc(sizeof(struct stub_device), GFP_KERNEL); + if (!sdev) + return NULL; + + sdev->udev = usb_get_dev(udev); + + /* + * devid is defined with devnum when this driver is first allocated. + * devnum may change later if a device is reset. However, devid never + * changes during a usbip connection. + */ + sdev->devid = (busnum << 16) | devnum; + sdev->ud.side = USBIP_STUB; + sdev->ud.status = SDEV_ST_AVAILABLE; + spin_lock_init(&sdev->ud.lock); + sdev->ud.tcp_socket = NULL; + + INIT_LIST_HEAD(&sdev->priv_init); + INIT_LIST_HEAD(&sdev->priv_tx); + INIT_LIST_HEAD(&sdev->priv_free); + INIT_LIST_HEAD(&sdev->unlink_free); + INIT_LIST_HEAD(&sdev->unlink_tx); + spin_lock_init(&sdev->priv_lock); + + init_waitqueue_head(&sdev->tx_waitq); + + sdev->ud.eh_ops.shutdown = stub_shutdown_connection; + sdev->ud.eh_ops.reset = stub_device_reset; + sdev->ud.eh_ops.unusable = stub_device_unusable; + + usbip_start_eh(&sdev->ud); + + dev_dbg(&udev->dev, "register new device\n"); + + return sdev; +} + +static void stub_device_free(struct stub_device *sdev) +{ + kfree(sdev); +} + +static int stub_probe(struct usb_device *udev) +{ + struct stub_device *sdev = NULL; + const char *udev_busid = dev_name(&udev->dev); + int err = 0; + struct bus_id_priv *busid_priv; + int rc; + + dev_dbg(&udev->dev, "Enter\n"); + + /* check we should claim or not by busid_table */ + busid_priv = get_busid_priv(udev_busid); + if (!busid_priv || (busid_priv->status == STUB_BUSID_REMOV) || + (busid_priv->status == STUB_BUSID_OTHER)) { + dev_info(&udev->dev, + "%s is not in match_busid table... skip!\n", + udev_busid); + + /* + * Return value should be ENODEV or ENOXIO to continue trying + * other matched drivers by the driver core. + * See driver_probe_device() in driver/base/dd.c + */ + return -ENODEV; + } + + if (udev->descriptor.bDeviceClass == USB_CLASS_HUB) { + dev_dbg(&udev->dev, "%s is a usb hub device... skip!\n", + udev_busid); + return -ENODEV; + } + + if (!strcmp(udev->bus->bus_name, "vhci_hcd")) { + dev_dbg(&udev->dev, + "%s is attached on vhci_hcd... skip!\n", + udev_busid); + + return -ENODEV; + } + + /* ok, this is my device */ + sdev = stub_device_alloc(udev); + if (!sdev) + return -ENOMEM; + + dev_info(&udev->dev, + "usbip-host: register new device (bus %u dev %u)\n", + udev->bus->busnum, udev->devnum); + + busid_priv->shutdown_busid = 0; + + /* set private data to usb_device */ + dev_set_drvdata(&udev->dev, sdev); + busid_priv->sdev = sdev; + busid_priv->udev = udev; + + /* + * Claim this hub port. + * It doesn't matter what value we pass as owner + * (struct dev_state) as long as it is unique. + */ + rc = usb_hub_claim_port(udev->parent, udev->portnum, + (struct usb_dev_state *) udev); + if (rc) { + dev_dbg(&udev->dev, "unable to claim port\n"); + return rc; + } + + err = stub_add_files(&udev->dev); + if (err) { + dev_err(&udev->dev, "stub_add_files for %s\n", udev_busid); + dev_set_drvdata(&udev->dev, NULL); + usb_put_dev(udev); + kthread_stop_put(sdev->ud.eh); + + busid_priv->sdev = NULL; + stub_device_free(sdev); + return err; + } + busid_priv->status = STUB_BUSID_ALLOC; + + return 0; +} + +static void shutdown_busid(struct bus_id_priv *busid_priv) +{ + if (busid_priv->sdev && !busid_priv->shutdown_busid) { + busid_priv->shutdown_busid = 1; + usbip_event_add(&busid_priv->sdev->ud, SDEV_EVENT_REMOVED); + + /* wait for the stop of the event handler */ + usbip_stop_eh(&busid_priv->sdev->ud); + } +} + +/* + * called in usb_disconnect() or usb_deregister() + * but only if actconfig(active configuration) exists + */ +static void stub_disconnect(struct usb_device *udev) +{ + struct stub_device *sdev; + const char *udev_busid = dev_name(&udev->dev); + struct bus_id_priv *busid_priv; + int rc; + + dev_dbg(&udev->dev, "Enter\n"); + + busid_priv = get_busid_priv(udev_busid); + if (!busid_priv) { + BUG(); + return; + } + + sdev = dev_get_drvdata(&udev->dev); + + /* get stub_device */ + if (!sdev) { + dev_err(&udev->dev, "could not get device"); + return; + } + + dev_set_drvdata(&udev->dev, NULL); + + /* + * NOTE: rx/tx threads are invoked for each usb_device. + */ + stub_remove_files(&udev->dev); + + /* release port */ + rc = usb_hub_release_port(udev->parent, udev->portnum, + (struct usb_dev_state *) udev); + if (rc) { + dev_dbg(&udev->dev, "unable to release port\n"); + return; + } + + /* If usb reset is called from event handler */ + if (busid_priv->sdev->ud.eh == current) + return; + + /* shutdown the current connection */ + shutdown_busid(busid_priv); + + usb_put_dev(sdev->udev); + + /* free sdev */ + busid_priv->sdev = NULL; + stub_device_free(sdev); + + if (busid_priv->status == STUB_BUSID_ALLOC) { + busid_priv->status = STUB_BUSID_ADDED; + } else { + busid_priv->status = STUB_BUSID_OTHER; + del_match_busid((char *)udev_busid); + } +} + +#ifdef CONFIG_PM + +/* These functions need usb_port_suspend and usb_port_resume, + * which reside in drivers/usb/core/usb.h. Skip for now. */ + +static int stub_suspend(struct usb_device *udev, pm_message_t message) +{ + dev_dbg(&udev->dev, "stub_suspend\n"); + + return 0; +} + +static int stub_resume(struct usb_device *udev, pm_message_t message) +{ + dev_dbg(&udev->dev, "stub_resume\n"); + + return 0; +} + +#endif /* CONFIG_PM */ + +struct usb_device_driver stub_driver = { + .name = "usbip-host", + .probe = stub_probe, + .disconnect = stub_disconnect, +#ifdef CONFIG_PM + .suspend = stub_suspend, + .resume = stub_resume, +#endif + .supports_autosuspend = 0, +}; --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/stub_main.c +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/stub_main.c @@ -0,0 +1,335 @@ +/* + * Copyright (C) 2003-2008 Takahiro Hirofuchi + * + * This 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; either version 2 of the License, or + * (at your option) any later version. + * + * This 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#include +#include +#include + +#include "usbip_common.h" +#include "stub.h" + +#define DRIVER_AUTHOR "Takahiro Hirofuchi" +#define DRIVER_DESC "USB/IP Host Driver" + +struct kmem_cache *stub_priv_cache; +/* + * busid_tables defines matching busids that usbip can grab. A user can change + * dynamically what device is locally used and what device is exported to a + * remote host. + */ +#define MAX_BUSID 16 +static struct bus_id_priv busid_table[MAX_BUSID]; +static spinlock_t busid_table_lock; + +static void init_busid_table(void) +{ + /* + * This also sets the bus_table[i].status to + * STUB_BUSID_OTHER, which is 0. + */ + memset(busid_table, 0, sizeof(busid_table)); + + spin_lock_init(&busid_table_lock); +} + +/* + * Find the index of the busid by name. + * Must be called with busid_table_lock held. + */ +static int get_busid_idx(const char *busid) +{ + int i; + int idx = -1; + + for (i = 0; i < MAX_BUSID; i++) + if (busid_table[i].name[0]) + if (!strncmp(busid_table[i].name, busid, BUSID_SIZE)) { + idx = i; + break; + } + return idx; +} + +struct bus_id_priv *get_busid_priv(const char *busid) +{ + int idx; + struct bus_id_priv *bid = NULL; + + spin_lock(&busid_table_lock); + idx = get_busid_idx(busid); + if (idx >= 0) + bid = &(busid_table[idx]); + spin_unlock(&busid_table_lock); + + return bid; +} + +static int add_match_busid(char *busid) +{ + int i; + int ret = -1; + + spin_lock(&busid_table_lock); + /* already registered? */ + if (get_busid_idx(busid) >= 0) { + ret = 0; + goto out; + } + + for (i = 0; i < MAX_BUSID; i++) + if (!busid_table[i].name[0]) { + strlcpy(busid_table[i].name, busid, BUSID_SIZE); + if ((busid_table[i].status != STUB_BUSID_ALLOC) && + (busid_table[i].status != STUB_BUSID_REMOV)) + busid_table[i].status = STUB_BUSID_ADDED; + ret = 0; + break; + } + +out: + spin_unlock(&busid_table_lock); + + return ret; +} + +int del_match_busid(char *busid) +{ + int idx; + int ret = -1; + + spin_lock(&busid_table_lock); + idx = get_busid_idx(busid); + if (idx < 0) + goto out; + + /* found */ + ret = 0; + + if (busid_table[idx].status == STUB_BUSID_OTHER) + memset(busid_table[idx].name, 0, BUSID_SIZE); + + if ((busid_table[idx].status != STUB_BUSID_OTHER) && + (busid_table[idx].status != STUB_BUSID_ADDED)) + busid_table[idx].status = STUB_BUSID_REMOV; + +out: + spin_unlock(&busid_table_lock); + + return ret; +} + +static ssize_t show_match_busid(struct device_driver *drv, char *buf) +{ + int i; + char *out = buf; + + spin_lock(&busid_table_lock); + for (i = 0; i < MAX_BUSID; i++) + if (busid_table[i].name[0]) + out += sprintf(out, "%s ", busid_table[i].name); + spin_unlock(&busid_table_lock); + out += sprintf(out, "\n"); + + return out - buf; +} + +static ssize_t store_match_busid(struct device_driver *dev, const char *buf, + size_t count) +{ + int len; + char busid[BUSID_SIZE]; + + if (count < 5) + return -EINVAL; + + /* busid needs to include \0 termination */ + len = strlcpy(busid, buf + 4, BUSID_SIZE); + if (sizeof(busid) <= len) + return -EINVAL; + + if (!strncmp(buf, "add ", 4)) { + if (add_match_busid(busid) < 0) + return -ENOMEM; + + pr_debug("add busid %s\n", busid); + return count; + } + + if (!strncmp(buf, "del ", 4)) { + if (del_match_busid(busid) < 0) + return -ENODEV; + + pr_debug("del busid %s\n", busid); + return count; + } + + return -EINVAL; +} +static DRIVER_ATTR(match_busid, S_IRUSR | S_IWUSR, show_match_busid, + store_match_busid); + +static ssize_t rebind_store(struct device_driver *dev, const char *buf, + size_t count) +{ + int ret; + int len; + struct bus_id_priv *bid; + + /* buf length should be less that BUSID_SIZE */ + len = strnlen(buf, BUSID_SIZE); + + if (!(len < BUSID_SIZE)) + return -EINVAL; + + bid = get_busid_priv(buf); + if (!bid) + return -ENODEV; + + ret = device_attach(&bid->udev->dev); + if (ret < 0) { + dev_err(&bid->udev->dev, "rebind failed\n"); + return ret; + } + + return count; +} + +static DRIVER_ATTR_WO(rebind); + +static struct stub_priv *stub_priv_pop_from_listhead(struct list_head *listhead) +{ + struct stub_priv *priv, *tmp; + + list_for_each_entry_safe(priv, tmp, listhead, list) { + list_del(&priv->list); + return priv; + } + + return NULL; +} + +static struct stub_priv *stub_priv_pop(struct stub_device *sdev) +{ + unsigned long flags; + struct stub_priv *priv; + + spin_lock_irqsave(&sdev->priv_lock, flags); + + priv = stub_priv_pop_from_listhead(&sdev->priv_init); + if (priv) + goto done; + + priv = stub_priv_pop_from_listhead(&sdev->priv_tx); + if (priv) + goto done; + + priv = stub_priv_pop_from_listhead(&sdev->priv_free); + +done: + spin_unlock_irqrestore(&sdev->priv_lock, flags); + + return priv; +} + +void stub_device_cleanup_urbs(struct stub_device *sdev) +{ + struct stub_priv *priv; + struct urb *urb; + + dev_dbg(&sdev->udev->dev, "free sdev %p\n", sdev); + + while ((priv = stub_priv_pop(sdev))) { + urb = priv->urb; + dev_dbg(&sdev->udev->dev, "free urb %p\n", urb); + usb_kill_urb(urb); + + kmem_cache_free(stub_priv_cache, priv); + + kfree(urb->transfer_buffer); + kfree(urb->setup_packet); + usb_free_urb(urb); + } +} + +static int __init usbip_host_init(void) +{ + int ret; + + init_busid_table(); + + stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); + if (!stub_priv_cache) { + pr_err("kmem_cache_create failed\n"); + return -ENOMEM; + } + + ret = usb_register_device_driver(&stub_driver, THIS_MODULE); + if (ret) { + pr_err("usb_register failed %d\n", ret); + goto err_usb_register; + } + + ret = driver_create_file(&stub_driver.drvwrap.driver, + &driver_attr_match_busid); + if (ret) { + pr_err("driver_create_file failed\n"); + goto err_create_file; + } + + ret = driver_create_file(&stub_driver.drvwrap.driver, + &driver_attr_rebind); + if (ret) { + pr_err("driver_create_file failed\n"); + goto err_create_file; + } + + pr_info(DRIVER_DESC " v" USBIP_VERSION "\n"); + return ret; + +err_create_file: + usb_deregister_device_driver(&stub_driver); +err_usb_register: + kmem_cache_destroy(stub_priv_cache); + return ret; +} + +static void __exit usbip_host_exit(void) +{ + driver_remove_file(&stub_driver.drvwrap.driver, + &driver_attr_match_busid); + + driver_remove_file(&stub_driver.drvwrap.driver, + &driver_attr_rebind); + + /* + * deregister() calls stub_disconnect() for all devices. Device + * specific data is cleared in stub_disconnect(). + */ + usb_deregister_device_driver(&stub_driver); + + kmem_cache_destroy(stub_priv_cache); +} + +module_init(usbip_host_init); +module_exit(usbip_host_exit); + +MODULE_AUTHOR(DRIVER_AUTHOR); +MODULE_DESCRIPTION(DRIVER_DESC); +MODULE_LICENSE("GPL"); +MODULE_VERSION(USBIP_VERSION); --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/stub_rx.c +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/stub_rx.c @@ -0,0 +1,594 @@ +/* + * Copyright (C) 2003-2008 Takahiro Hirofuchi + * + * This 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; either version 2 of the License, or + * (at your option) any later version. + * + * This 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#include +#include +#include +#include + +#include "usbip_common.h" +#include "stub.h" + +static int is_clear_halt_cmd(struct urb *urb) +{ + struct usb_ctrlrequest *req; + + req = (struct usb_ctrlrequest *) urb->setup_packet; + + return (req->bRequest == USB_REQ_CLEAR_FEATURE) && + (req->bRequestType == USB_RECIP_ENDPOINT) && + (req->wValue == USB_ENDPOINT_HALT); +} + +static int is_set_interface_cmd(struct urb *urb) +{ + struct usb_ctrlrequest *req; + + req = (struct usb_ctrlrequest *) urb->setup_packet; + + return (req->bRequest == USB_REQ_SET_INTERFACE) && + (req->bRequestType == USB_RECIP_INTERFACE); +} + +static int is_set_configuration_cmd(struct urb *urb) +{ + struct usb_ctrlrequest *req; + + req = (struct usb_ctrlrequest *) urb->setup_packet; + + return (req->bRequest == USB_REQ_SET_CONFIGURATION) && + (req->bRequestType == USB_RECIP_DEVICE); +} + +static int is_reset_device_cmd(struct urb *urb) +{ + struct usb_ctrlrequest *req; + __u16 value; + __u16 index; + + req = (struct usb_ctrlrequest *) urb->setup_packet; + value = le16_to_cpu(req->wValue); + index = le16_to_cpu(req->wIndex); + + if ((req->bRequest == USB_REQ_SET_FEATURE) && + (req->bRequestType == USB_RT_PORT) && + (value == USB_PORT_FEAT_RESET)) { + usbip_dbg_stub_rx("reset_device_cmd, port %u\n", index); + return 1; + } else + return 0; +} + +static int tweak_clear_halt_cmd(struct urb *urb) +{ + struct usb_ctrlrequest *req; + int target_endp; + int target_dir; + int target_pipe; + int ret; + + req = (struct usb_ctrlrequest *) urb->setup_packet; + + /* + * The stalled endpoint is specified in the wIndex value. The endpoint + * of the urb is the target of this clear_halt request (i.e., control + * endpoint). + */ + target_endp = le16_to_cpu(req->wIndex) & 0x000f; + + /* the stalled endpoint direction is IN or OUT?. USB_DIR_IN is 0x80. */ + target_dir = le16_to_cpu(req->wIndex) & 0x0080; + + if (target_dir) + target_pipe = usb_rcvctrlpipe(urb->dev, target_endp); + else + target_pipe = usb_sndctrlpipe(urb->dev, target_endp); + + ret = usb_clear_halt(urb->dev, target_pipe); + if (ret < 0) + dev_err(&urb->dev->dev, + "usb_clear_halt error: devnum %d endp %d ret %d\n", + urb->dev->devnum, target_endp, ret); + else + dev_info(&urb->dev->dev, + "usb_clear_halt done: devnum %d endp %d\n", + urb->dev->devnum, target_endp); + + return ret; +} + +static int tweak_set_interface_cmd(struct urb *urb) +{ + struct usb_ctrlrequest *req; + __u16 alternate; + __u16 interface; + int ret; + + req = (struct usb_ctrlrequest *) urb->setup_packet; + alternate = le16_to_cpu(req->wValue); + interface = le16_to_cpu(req->wIndex); + + usbip_dbg_stub_rx("set_interface: inf %u alt %u\n", + interface, alternate); + + ret = usb_set_interface(urb->dev, interface, alternate); + if (ret < 0) + dev_err(&urb->dev->dev, + "usb_set_interface error: inf %u alt %u ret %d\n", + interface, alternate, ret); + else + dev_info(&urb->dev->dev, + "usb_set_interface done: inf %u alt %u\n", + interface, alternate); + + return ret; +} + +static int tweak_set_configuration_cmd(struct urb *urb) +{ + struct stub_priv *priv = (struct stub_priv *) urb->context; + struct stub_device *sdev = priv->sdev; + struct usb_ctrlrequest *req; + __u16 config; + int err; + + req = (struct usb_ctrlrequest *) urb->setup_packet; + config = le16_to_cpu(req->wValue); + + err = usb_set_configuration(sdev->udev, config); + if (err && err != -ENODEV) + dev_err(&sdev->udev->dev, "can't set config #%d, error %d\n", + config, err); + return 0; +} + +static int tweak_reset_device_cmd(struct urb *urb) +{ + struct stub_priv *priv = (struct stub_priv *) urb->context; + struct stub_device *sdev = priv->sdev; + + dev_info(&urb->dev->dev, "usb_queue_reset_device\n"); + + /* + * With the implementation of pre_reset and post_reset the driver no + * longer unbinds. This allows the use of synchronous reset. + */ + + if (usb_lock_device_for_reset(sdev->udev, sdev->interface) < 0) { + dev_err(&urb->dev->dev, "could not obtain lock to reset device\n"); + return 0; + } + usb_reset_device(sdev->udev); + usb_unlock_device(sdev->udev); + + return 0; +} + +/* + * clear_halt, set_interface, and set_configuration require special tricks. + */ +static void tweak_special_requests(struct urb *urb) +{ + if (!urb || !urb->setup_packet) + return; + + if (usb_pipetype(urb->pipe) != PIPE_CONTROL) + return; + + if (is_clear_halt_cmd(urb)) + /* tweak clear_halt */ + tweak_clear_halt_cmd(urb); + + else if (is_set_interface_cmd(urb)) + /* tweak set_interface */ + tweak_set_interface_cmd(urb); + + else if (is_set_configuration_cmd(urb)) + /* tweak set_configuration */ + tweak_set_configuration_cmd(urb); + + else if (is_reset_device_cmd(urb)) + tweak_reset_device_cmd(urb); + else + usbip_dbg_stub_rx("no need to tweak\n"); +} + +/* + * stub_recv_unlink() unlinks the URB by a call to usb_unlink_urb(). + * By unlinking the urb asynchronously, stub_rx can continuously + * process coming urbs. Even if the urb is unlinked, its completion + * handler will be called and stub_tx will send a return pdu. + * + * See also comments about unlinking strategy in vhci_hcd.c. + */ +static int stub_recv_cmd_unlink(struct stub_device *sdev, + struct usbip_header *pdu) +{ + int ret; + unsigned long flags; + struct stub_priv *priv; + + spin_lock_irqsave(&sdev->priv_lock, flags); + + list_for_each_entry(priv, &sdev->priv_init, list) { + if (priv->seqnum != pdu->u.cmd_unlink.seqnum) + continue; + + dev_info(&priv->urb->dev->dev, "unlink urb %p\n", + priv->urb); + + /* + * This matched urb is not completed yet (i.e., be in + * flight in usb hcd hardware/driver). Now we are + * cancelling it. The unlinking flag means that we are + * now not going to return the normal result pdu of a + * submission request, but going to return a result pdu + * of the unlink request. + */ + priv->unlinking = 1; + + /* + * In the case that unlinking flag is on, prev->seqnum + * is changed from the seqnum of the cancelling urb to + * the seqnum of the unlink request. This will be used + * to make the result pdu of the unlink request. + */ + priv->seqnum = pdu->base.seqnum; + + spin_unlock_irqrestore(&sdev->priv_lock, flags); + + /* + * usb_unlink_urb() is now out of spinlocking to avoid + * spinlock recursion since stub_complete() is + * sometimes called in this context but not in the + * interrupt context. If stub_complete() is executed + * before we call usb_unlink_urb(), usb_unlink_urb() + * will return an error value. In this case, stub_tx + * will return the result pdu of this unlink request + * though submission is completed and actual unlinking + * is not executed. OK? + */ + /* In the above case, urb->status is not -ECONNRESET, + * so a driver in a client host will know the failure + * of the unlink request ? + */ + ret = usb_unlink_urb(priv->urb); + if (ret != -EINPROGRESS) + dev_err(&priv->urb->dev->dev, + "failed to unlink a urb %p, ret %d\n", + priv->urb, ret); + + return 0; + } + + usbip_dbg_stub_rx("seqnum %d is not pending\n", + pdu->u.cmd_unlink.seqnum); + + /* + * The urb of the unlink target is not found in priv_init queue. It was + * already completed and its results is/was going to be sent by a + * CMD_RET pdu. In this case, usb_unlink_urb() is not needed. We only + * return the completeness of this unlink request to vhci_hcd. + */ + stub_enqueue_ret_unlink(sdev, pdu->base.seqnum, 0); + + spin_unlock_irqrestore(&sdev->priv_lock, flags); + + return 0; +} + +static int valid_request(struct stub_device *sdev, struct usbip_header *pdu) +{ + struct usbip_device *ud = &sdev->ud; + int valid = 0; + + if (pdu->base.devid == sdev->devid) { + spin_lock_irq(&ud->lock); + if (ud->status == SDEV_ST_USED) { + /* A request is valid. */ + valid = 1; + } + spin_unlock_irq(&ud->lock); + } + + return valid; +} + +static struct stub_priv *stub_priv_alloc(struct stub_device *sdev, + struct usbip_header *pdu) +{ + struct stub_priv *priv; + struct usbip_device *ud = &sdev->ud; + unsigned long flags; + + spin_lock_irqsave(&sdev->priv_lock, flags); + + priv = kmem_cache_zalloc(stub_priv_cache, GFP_ATOMIC); + if (!priv) { + dev_err(&sdev->interface->dev, "alloc stub_priv\n"); + spin_unlock_irqrestore(&sdev->priv_lock, flags); + usbip_event_add(ud, SDEV_EVENT_ERROR_MALLOC); + return NULL; + } + + priv->seqnum = pdu->base.seqnum; + priv->sdev = sdev; + + /* + * After a stub_priv is linked to a list_head, + * our error handler can free allocated data. + */ + list_add_tail(&priv->list, &sdev->priv_init); + + spin_unlock_irqrestore(&sdev->priv_lock, flags); + + return priv; +} + +static int get_pipe(struct stub_device *sdev, int epnum, int dir) +{ + struct usb_device *udev = sdev->udev; + struct usb_host_endpoint *ep; + struct usb_endpoint_descriptor *epd = NULL; + + if (dir == USBIP_DIR_IN) + ep = udev->ep_in[epnum & 0x7f]; + else + ep = udev->ep_out[epnum & 0x7f]; + if (!ep) { + dev_err(&sdev->interface->dev, "no such endpoint?, %d\n", + epnum); + BUG(); + } + + epd = &ep->desc; + if (usb_endpoint_xfer_control(epd)) { + if (dir == USBIP_DIR_OUT) + return usb_sndctrlpipe(udev, epnum); + else + return usb_rcvctrlpipe(udev, epnum); + } + + if (usb_endpoint_xfer_bulk(epd)) { + if (dir == USBIP_DIR_OUT) + return usb_sndbulkpipe(udev, epnum); + else + return usb_rcvbulkpipe(udev, epnum); + } + + if (usb_endpoint_xfer_int(epd)) { + if (dir == USBIP_DIR_OUT) + return usb_sndintpipe(udev, epnum); + else + return usb_rcvintpipe(udev, epnum); + } + + if (usb_endpoint_xfer_isoc(epd)) { + if (dir == USBIP_DIR_OUT) + return usb_sndisocpipe(udev, epnum); + else + return usb_rcvisocpipe(udev, epnum); + } + + /* NOT REACHED */ + dev_err(&sdev->interface->dev, "get pipe, epnum %d\n", epnum); + return 0; +} + +static void masking_bogus_flags(struct urb *urb) +{ + int xfertype; + struct usb_device *dev; + struct usb_host_endpoint *ep; + int is_out; + unsigned int allowed; + + if (!urb || urb->hcpriv || !urb->complete) + return; + dev = urb->dev; + if ((!dev) || (dev->state < USB_STATE_UNAUTHENTICATED)) + return; + + ep = (usb_pipein(urb->pipe) ? dev->ep_in : dev->ep_out) + [usb_pipeendpoint(urb->pipe)]; + if (!ep) + return; + + xfertype = usb_endpoint_type(&ep->desc); + if (xfertype == USB_ENDPOINT_XFER_CONTROL) { + struct usb_ctrlrequest *setup = + (struct usb_ctrlrequest *) urb->setup_packet; + + if (!setup) + return; + is_out = !(setup->bRequestType & USB_DIR_IN) || + !setup->wLength; + } else { + is_out = usb_endpoint_dir_out(&ep->desc); + } + + /* enforce simple/standard policy */ + allowed = (URB_NO_TRANSFER_DMA_MAP | URB_NO_INTERRUPT | + URB_DIR_MASK | URB_FREE_BUFFER); + switch (xfertype) { + case USB_ENDPOINT_XFER_BULK: + if (is_out) + allowed |= URB_ZERO_PACKET; + /* FALLTHROUGH */ + case USB_ENDPOINT_XFER_CONTROL: + allowed |= URB_NO_FSBR; /* only affects UHCI */ + /* FALLTHROUGH */ + default: /* all non-iso endpoints */ + if (!is_out) + allowed |= URB_SHORT_NOT_OK; + break; + case USB_ENDPOINT_XFER_ISOC: + allowed |= URB_ISO_ASAP; + break; + } + urb->transfer_flags &= allowed; +} + +static void stub_recv_cmd_submit(struct stub_device *sdev, + struct usbip_header *pdu) +{ + int ret; + struct stub_priv *priv; + struct usbip_device *ud = &sdev->ud; + struct usb_device *udev = sdev->udev; + int pipe = get_pipe(sdev, pdu->base.ep, pdu->base.direction); + + priv = stub_priv_alloc(sdev, pdu); + if (!priv) + return; + + /* setup a urb */ + if (usb_pipeisoc(pipe)) + priv->urb = usb_alloc_urb(pdu->u.cmd_submit.number_of_packets, + GFP_KERNEL); + else + priv->urb = usb_alloc_urb(0, GFP_KERNEL); + + if (!priv->urb) { + dev_err(&sdev->interface->dev, "malloc urb\n"); + usbip_event_add(ud, SDEV_EVENT_ERROR_MALLOC); + return; + } + + /* allocate urb transfer buffer, if needed */ + if (pdu->u.cmd_submit.transfer_buffer_length > 0) { + priv->urb->transfer_buffer = + kzalloc(pdu->u.cmd_submit.transfer_buffer_length, + GFP_KERNEL); + if (!priv->urb->transfer_buffer) { + usbip_event_add(ud, SDEV_EVENT_ERROR_MALLOC); + return; + } + } + + /* copy urb setup packet */ + priv->urb->setup_packet = kmemdup(&pdu->u.cmd_submit.setup, 8, + GFP_KERNEL); + if (!priv->urb->setup_packet) { + dev_err(&sdev->interface->dev, "allocate setup_packet\n"); + usbip_event_add(ud, SDEV_EVENT_ERROR_MALLOC); + return; + } + + /* set other members from the base header of pdu */ + priv->urb->context = (void *) priv; + priv->urb->dev = udev; + priv->urb->pipe = pipe; + priv->urb->complete = stub_complete; + + usbip_pack_pdu(pdu, priv->urb, USBIP_CMD_SUBMIT, 0); + + + if (usbip_recv_xbuff(ud, priv->urb) < 0) + return; + + if (usbip_recv_iso(ud, priv->urb) < 0) + return; + + /* no need to submit an intercepted request, but harmless? */ + tweak_special_requests(priv->urb); + + masking_bogus_flags(priv->urb); + /* urb is now ready to submit */ + ret = usb_submit_urb(priv->urb, GFP_KERNEL); + + if (ret == 0) + usbip_dbg_stub_rx("submit urb ok, seqnum %u\n", + pdu->base.seqnum); + else { + dev_err(&sdev->interface->dev, "submit_urb error, %d\n", ret); + usbip_dump_header(pdu); + usbip_dump_urb(priv->urb); + + /* + * Pessimistic. + * This connection will be discarded. + */ + usbip_event_add(ud, SDEV_EVENT_ERROR_SUBMIT); + } + + usbip_dbg_stub_rx("Leave\n"); +} + +/* recv a pdu */ +static void stub_rx_pdu(struct usbip_device *ud) +{ + int ret; + struct usbip_header pdu; + struct stub_device *sdev = container_of(ud, struct stub_device, ud); + struct device *dev = &sdev->udev->dev; + + usbip_dbg_stub_rx("Enter\n"); + + memset(&pdu, 0, sizeof(pdu)); + + /* receive a pdu header */ + ret = usbip_recv(ud->tcp_socket, &pdu, sizeof(pdu)); + if (ret != sizeof(pdu)) { + dev_err(dev, "recv a header, %d\n", ret); + usbip_event_add(ud, SDEV_EVENT_ERROR_TCP); + return; + } + + usbip_header_correct_endian(&pdu, 0); + + if (usbip_dbg_flag_stub_rx) + usbip_dump_header(&pdu); + + if (!valid_request(sdev, &pdu)) { + dev_err(dev, "recv invalid request\n"); + usbip_event_add(ud, SDEV_EVENT_ERROR_TCP); + return; + } + + switch (pdu.base.command) { + case USBIP_CMD_UNLINK: + stub_recv_cmd_unlink(sdev, &pdu); + break; + + case USBIP_CMD_SUBMIT: + stub_recv_cmd_submit(sdev, &pdu); + break; + + default: + /* NOTREACHED */ + dev_err(dev, "unknown pdu\n"); + usbip_event_add(ud, SDEV_EVENT_ERROR_TCP); + break; + } +} + +int stub_rx_loop(void *data) +{ + struct usbip_device *ud = data; + + while (!kthread_should_stop()) { + if (usbip_event_happened(ud)) + break; + + stub_rx_pdu(ud); + } + + return 0; +} --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/stub_tx.c +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/stub_tx.c @@ -0,0 +1,398 @@ +/* + * Copyright (C) 2003-2008 Takahiro Hirofuchi + * + * This 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; either version 2 of the License, or + * (at your option) any later version. + * + * This 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#include +#include + +#include "usbip_common.h" +#include "stub.h" + +static void stub_free_priv_and_urb(struct stub_priv *priv) +{ + struct urb *urb = priv->urb; + + kfree(urb->setup_packet); + kfree(urb->transfer_buffer); + list_del(&priv->list); + kmem_cache_free(stub_priv_cache, priv); + usb_free_urb(urb); +} + +/* be in spin_lock_irqsave(&sdev->priv_lock, flags) */ +void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum, + __u32 status) +{ + struct stub_unlink *unlink; + + unlink = kzalloc(sizeof(struct stub_unlink), GFP_ATOMIC); + if (!unlink) { + usbip_event_add(&sdev->ud, VDEV_EVENT_ERROR_MALLOC); + return; + } + + unlink->seqnum = seqnum; + unlink->status = status; + + list_add_tail(&unlink->list, &sdev->unlink_tx); +} + +/** + * stub_complete - completion handler of a usbip urb + * @urb: pointer to the urb completed + * + * When a urb has completed, the USB core driver calls this function mostly in + * the interrupt context. To return the result of a urb, the completed urb is + * linked to the pending list of returning. + * + */ +void stub_complete(struct urb *urb) +{ + struct stub_priv *priv = (struct stub_priv *) urb->context; + struct stub_device *sdev = priv->sdev; + unsigned long flags; + + usbip_dbg_stub_tx("complete! status %d\n", urb->status); + + switch (urb->status) { + case 0: + /* OK */ + break; + case -ENOENT: + dev_info(&urb->dev->dev, + "stopped by a call to usb_kill_urb() because of cleaning up a virtual connection\n"); + return; + case -ECONNRESET: + dev_info(&urb->dev->dev, + "unlinked by a call to usb_unlink_urb()\n"); + break; + case -EPIPE: + dev_info(&urb->dev->dev, "endpoint %d is stalled\n", + usb_pipeendpoint(urb->pipe)); + break; + case -ESHUTDOWN: + dev_info(&urb->dev->dev, "device removed?\n"); + break; + default: + dev_info(&urb->dev->dev, + "urb completion with non-zero status %d\n", + urb->status); + break; + } + + /* link a urb to the queue of tx. */ + spin_lock_irqsave(&sdev->priv_lock, flags); + if (priv->unlinking) { + stub_enqueue_ret_unlink(sdev, priv->seqnum, urb->status); + stub_free_priv_and_urb(priv); + } else { + list_move_tail(&priv->list, &sdev->priv_tx); + } + spin_unlock_irqrestore(&sdev->priv_lock, flags); + + /* wake up tx_thread */ + wake_up(&sdev->tx_waitq); +} + +static inline void setup_base_pdu(struct usbip_header_basic *base, + __u32 command, __u32 seqnum) +{ + base->command = command; + base->seqnum = seqnum; + base->devid = 0; + base->ep = 0; + base->direction = 0; +} + +static void setup_ret_submit_pdu(struct usbip_header *rpdu, struct urb *urb) +{ + struct stub_priv *priv = (struct stub_priv *) urb->context; + + setup_base_pdu(&rpdu->base, USBIP_RET_SUBMIT, priv->seqnum); + usbip_pack_pdu(rpdu, urb, USBIP_RET_SUBMIT, 1); +} + +static void setup_ret_unlink_pdu(struct usbip_header *rpdu, + struct stub_unlink *unlink) +{ + setup_base_pdu(&rpdu->base, USBIP_RET_UNLINK, unlink->seqnum); + rpdu->u.ret_unlink.status = unlink->status; +} + +static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev) +{ + unsigned long flags; + struct stub_priv *priv, *tmp; + + spin_lock_irqsave(&sdev->priv_lock, flags); + + list_for_each_entry_safe(priv, tmp, &sdev->priv_tx, list) { + list_move_tail(&priv->list, &sdev->priv_free); + spin_unlock_irqrestore(&sdev->priv_lock, flags); + return priv; + } + + spin_unlock_irqrestore(&sdev->priv_lock, flags); + + return NULL; +} + +static int stub_send_ret_submit(struct stub_device *sdev) +{ + unsigned long flags; + struct stub_priv *priv, *tmp; + + struct msghdr msg; + size_t txsize; + + size_t total_size = 0; + + while ((priv = dequeue_from_priv_tx(sdev)) != NULL) { + int ret; + struct urb *urb = priv->urb; + struct usbip_header pdu_header; + struct usbip_iso_packet_descriptor *iso_buffer = NULL; + struct kvec *iov = NULL; + int iovnum = 0; + + txsize = 0; + memset(&pdu_header, 0, sizeof(pdu_header)); + memset(&msg, 0, sizeof(msg)); + + if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) + iovnum = 2 + urb->number_of_packets; + else + iovnum = 2; + + iov = kcalloc(iovnum, sizeof(struct kvec), GFP_KERNEL); + + if (!iov) { + usbip_event_add(&sdev->ud, SDEV_EVENT_ERROR_MALLOC); + return -1; + } + + iovnum = 0; + + /* 1. setup usbip_header */ + setup_ret_submit_pdu(&pdu_header, urb); + usbip_dbg_stub_tx("setup txdata seqnum: %d urb: %p\n", + pdu_header.base.seqnum, urb); + usbip_header_correct_endian(&pdu_header, 1); + + iov[iovnum].iov_base = &pdu_header; + iov[iovnum].iov_len = sizeof(pdu_header); + iovnum++; + txsize += sizeof(pdu_header); + + /* 2. setup transfer buffer */ + if (usb_pipein(urb->pipe) && + usb_pipetype(urb->pipe) != PIPE_ISOCHRONOUS && + urb->actual_length > 0) { + iov[iovnum].iov_base = urb->transfer_buffer; + iov[iovnum].iov_len = urb->actual_length; + iovnum++; + txsize += urb->actual_length; + } else if (usb_pipein(urb->pipe) && + usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { + /* + * For isochronous packets: actual length is the sum of + * the actual length of the individual, packets, but as + * the packet offsets are not changed there will be + * padding between the packets. To optimally use the + * bandwidth the padding is not transmitted. + */ + + int i; + + for (i = 0; i < urb->number_of_packets; i++) { + iov[iovnum].iov_base = urb->transfer_buffer + + urb->iso_frame_desc[i].offset; + iov[iovnum].iov_len = + urb->iso_frame_desc[i].actual_length; + iovnum++; + txsize += urb->iso_frame_desc[i].actual_length; + } + + if (txsize != sizeof(pdu_header) + urb->actual_length) { + dev_err(&sdev->interface->dev, + "actual length of urb %d does not match iso packet sizes %zu\n", + urb->actual_length, + txsize-sizeof(pdu_header)); + kfree(iov); + usbip_event_add(&sdev->ud, + SDEV_EVENT_ERROR_TCP); + return -1; + } + } + + /* 3. setup iso_packet_descriptor */ + if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { + ssize_t len = 0; + + iso_buffer = usbip_alloc_iso_desc_pdu(urb, &len); + if (!iso_buffer) { + usbip_event_add(&sdev->ud, + SDEV_EVENT_ERROR_MALLOC); + kfree(iov); + return -1; + } + + iov[iovnum].iov_base = iso_buffer; + iov[iovnum].iov_len = len; + txsize += len; + iovnum++; + } + + ret = kernel_sendmsg(sdev->ud.tcp_socket, &msg, + iov, iovnum, txsize); + if (ret != txsize) { + dev_err(&sdev->interface->dev, + "sendmsg failed!, retval %d for %zd\n", + ret, txsize); + kfree(iov); + kfree(iso_buffer); + usbip_event_add(&sdev->ud, SDEV_EVENT_ERROR_TCP); + return -1; + } + + kfree(iov); + kfree(iso_buffer); + + total_size += txsize; + } + + spin_lock_irqsave(&sdev->priv_lock, flags); + list_for_each_entry_safe(priv, tmp, &sdev->priv_free, list) { + stub_free_priv_and_urb(priv); + } + spin_unlock_irqrestore(&sdev->priv_lock, flags); + + return total_size; +} + +static struct stub_unlink *dequeue_from_unlink_tx(struct stub_device *sdev) +{ + unsigned long flags; + struct stub_unlink *unlink, *tmp; + + spin_lock_irqsave(&sdev->priv_lock, flags); + + list_for_each_entry_safe(unlink, tmp, &sdev->unlink_tx, list) { + list_move_tail(&unlink->list, &sdev->unlink_free); + spin_unlock_irqrestore(&sdev->priv_lock, flags); + return unlink; + } + + spin_unlock_irqrestore(&sdev->priv_lock, flags); + + return NULL; +} + +static int stub_send_ret_unlink(struct stub_device *sdev) +{ + unsigned long flags; + struct stub_unlink *unlink, *tmp; + + struct msghdr msg; + struct kvec iov[1]; + size_t txsize; + + size_t total_size = 0; + + while ((unlink = dequeue_from_unlink_tx(sdev)) != NULL) { + int ret; + struct usbip_header pdu_header; + + txsize = 0; + memset(&pdu_header, 0, sizeof(pdu_header)); + memset(&msg, 0, sizeof(msg)); + memset(&iov, 0, sizeof(iov)); + + usbip_dbg_stub_tx("setup ret unlink %lu\n", unlink->seqnum); + + /* 1. setup usbip_header */ + setup_ret_unlink_pdu(&pdu_header, unlink); + usbip_header_correct_endian(&pdu_header, 1); + + iov[0].iov_base = &pdu_header; + iov[0].iov_len = sizeof(pdu_header); + txsize += sizeof(pdu_header); + + ret = kernel_sendmsg(sdev->ud.tcp_socket, &msg, iov, + 1, txsize); + if (ret != txsize) { + dev_err(&sdev->interface->dev, + "sendmsg failed!, retval %d for %zd\n", + ret, txsize); + usbip_event_add(&sdev->ud, SDEV_EVENT_ERROR_TCP); + return -1; + } + + usbip_dbg_stub_tx("send txdata\n"); + total_size += txsize; + } + + spin_lock_irqsave(&sdev->priv_lock, flags); + + list_for_each_entry_safe(unlink, tmp, &sdev->unlink_free, list) { + list_del(&unlink->list); + kfree(unlink); + } + + spin_unlock_irqrestore(&sdev->priv_lock, flags); + + return total_size; +} + +int stub_tx_loop(void *data) +{ + struct usbip_device *ud = data; + struct stub_device *sdev = container_of(ud, struct stub_device, ud); + + while (!kthread_should_stop()) { + if (usbip_event_happened(ud)) + break; + + /* + * send_ret_submit comes earlier than send_ret_unlink. stub_rx + * looks at only priv_init queue. If the completion of a URB is + * earlier than the receive of CMD_UNLINK, priv is moved to + * priv_tx queue and stub_rx does not find the target priv. In + * this case, vhci_rx receives the result of the submit request + * and then receives the result of the unlink request. The + * result of the submit is given back to the usbcore as the + * completion of the unlink request. The request of the + * unlink is ignored. This is ok because a driver who calls + * usb_unlink_urb() understands the unlink was too late by + * getting the status of the given-backed URB which has the + * status of usb_submit_urb(). + */ + if (stub_send_ret_submit(sdev) < 0) + break; + + if (stub_send_ret_unlink(sdev) < 0) + break; + + wait_event_interruptible(sdev->tx_waitq, + (!list_empty(&sdev->priv_tx) || + !list_empty(&sdev->unlink_tx) || + kthread_should_stop())); + } + + return 0; +} --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/usbip_common.c +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/usbip_common.c @@ -0,0 +1,787 @@ +/* + * Copyright (C) 2003-2008 Takahiro Hirofuchi + * + * This 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; either version 2 of the License, or + * (at your option) any later version. + * + * This 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "usbip_common.h" + +#define DRIVER_AUTHOR "Takahiro Hirofuchi " +#define DRIVER_DESC "USB/IP Core" + +#ifdef CONFIG_USBIP_DEBUG +unsigned long usbip_debug_flag = 0xffffffff; +#else +unsigned long usbip_debug_flag; +#endif +EXPORT_SYMBOL_GPL(usbip_debug_flag); +module_param(usbip_debug_flag, ulong, S_IRUGO|S_IWUSR); +MODULE_PARM_DESC(usbip_debug_flag, "debug flags (defined in usbip_common.h)"); + +/* FIXME */ +struct device_attribute dev_attr_usbip_debug; +EXPORT_SYMBOL_GPL(dev_attr_usbip_debug); + +static ssize_t usbip_debug_show(struct device *dev, + struct device_attribute *attr, char *buf) +{ + return sprintf(buf, "%lx\n", usbip_debug_flag); +} + +static ssize_t usbip_debug_store(struct device *dev, + struct device_attribute *attr, const char *buf, + size_t count) +{ + if (sscanf(buf, "%lx", &usbip_debug_flag) != 1) + return -EINVAL; + return count; +} +DEVICE_ATTR_RW(usbip_debug); + +static void usbip_dump_buffer(char *buff, int bufflen) +{ + print_hex_dump(KERN_DEBUG, "usbip-core", DUMP_PREFIX_OFFSET, 16, 4, + buff, bufflen, false); +} + +static void usbip_dump_pipe(unsigned int p) +{ + unsigned char type = usb_pipetype(p); + unsigned char ep = usb_pipeendpoint(p); + unsigned char dev = usb_pipedevice(p); + unsigned char dir = usb_pipein(p); + + pr_debug("dev(%d) ep(%d) [%s] ", dev, ep, dir ? "IN" : "OUT"); + + switch (type) { + case PIPE_ISOCHRONOUS: + pr_debug("ISO\n"); + break; + case PIPE_INTERRUPT: + pr_debug("INT\n"); + break; + case PIPE_CONTROL: + pr_debug("CTRL\n"); + break; + case PIPE_BULK: + pr_debug("BULK\n"); + break; + default: + pr_debug("ERR\n"); + break; + } +} + +static void usbip_dump_usb_device(struct usb_device *udev) +{ + struct device *dev = &udev->dev; + int i; + + dev_dbg(dev, " devnum(%d) devpath(%s) usb speed(%s)", + udev->devnum, udev->devpath, usb_speed_string(udev->speed)); + + pr_debug("tt %p, ttport %d\n", udev->tt, udev->ttport); + + dev_dbg(dev, " "); + for (i = 0; i < 16; i++) + pr_debug(" %2u", i); + pr_debug("\n"); + + dev_dbg(dev, " toggle0(IN) :"); + for (i = 0; i < 16; i++) + pr_debug(" %2u", (udev->toggle[0] & (1 << i)) ? 1 : 0); + pr_debug("\n"); + + dev_dbg(dev, " toggle1(OUT):"); + for (i = 0; i < 16; i++) + pr_debug(" %2u", (udev->toggle[1] & (1 << i)) ? 1 : 0); + pr_debug("\n"); + + dev_dbg(dev, " epmaxp_in :"); + for (i = 0; i < 16; i++) { + if (udev->ep_in[i]) + pr_debug(" %2u", + le16_to_cpu(udev->ep_in[i]->desc.wMaxPacketSize)); + } + pr_debug("\n"); + + dev_dbg(dev, " epmaxp_out :"); + for (i = 0; i < 16; i++) { + if (udev->ep_out[i]) + pr_debug(" %2u", + le16_to_cpu(udev->ep_out[i]->desc.wMaxPacketSize)); + } + pr_debug("\n"); + + dev_dbg(dev, "parent %p, bus %p\n", udev->parent, udev->bus); + + dev_dbg(dev, + "descriptor %p, config %p, actconfig %p, rawdescriptors %p\n", + &udev->descriptor, udev->config, + udev->actconfig, udev->rawdescriptors); + + dev_dbg(dev, "have_langid %d, string_langid %d\n", + udev->have_langid, udev->string_langid); + + dev_dbg(dev, "maxchild %d\n", udev->maxchild); +} + +static void usbip_dump_request_type(__u8 rt) +{ + switch (rt & USB_RECIP_MASK) { + case USB_RECIP_DEVICE: + pr_debug("DEVICE"); + break; + case USB_RECIP_INTERFACE: + pr_debug("INTERF"); + break; + case USB_RECIP_ENDPOINT: + pr_debug("ENDPOI"); + break; + case USB_RECIP_OTHER: + pr_debug("OTHER "); + break; + default: + pr_debug("------"); + break; + } +} + +static void usbip_dump_usb_ctrlrequest(struct usb_ctrlrequest *cmd) +{ + if (!cmd) { + pr_debug(" : null pointer\n"); + return; + } + + pr_debug(" "); + pr_debug("bRequestType(%02X) bRequest(%02X) wValue(%04X) wIndex(%04X) wLength(%04X) ", + cmd->bRequestType, cmd->bRequest, + cmd->wValue, cmd->wIndex, cmd->wLength); + pr_debug("\n "); + + if ((cmd->bRequestType & USB_TYPE_MASK) == USB_TYPE_STANDARD) { + pr_debug("STANDARD "); + switch (cmd->bRequest) { + case USB_REQ_GET_STATUS: + pr_debug("GET_STATUS\n"); + break; + case USB_REQ_CLEAR_FEATURE: + pr_debug("CLEAR_FEAT\n"); + break; + case USB_REQ_SET_FEATURE: + pr_debug("SET_FEAT\n"); + break; + case USB_REQ_SET_ADDRESS: + pr_debug("SET_ADDRRS\n"); + break; + case USB_REQ_GET_DESCRIPTOR: + pr_debug("GET_DESCRI\n"); + break; + case USB_REQ_SET_DESCRIPTOR: + pr_debug("SET_DESCRI\n"); + break; + case USB_REQ_GET_CONFIGURATION: + pr_debug("GET_CONFIG\n"); + break; + case USB_REQ_SET_CONFIGURATION: + pr_debug("SET_CONFIG\n"); + break; + case USB_REQ_GET_INTERFACE: + pr_debug("GET_INTERF\n"); + break; + case USB_REQ_SET_INTERFACE: + pr_debug("SET_INTERF\n"); + break; + case USB_REQ_SYNCH_FRAME: + pr_debug("SYNC_FRAME\n"); + break; + default: + pr_debug("REQ(%02X)\n", cmd->bRequest); + break; + } + usbip_dump_request_type(cmd->bRequestType); + } else if ((cmd->bRequestType & USB_TYPE_MASK) == USB_TYPE_CLASS) { + pr_debug("CLASS\n"); + } else if ((cmd->bRequestType & USB_TYPE_MASK) == USB_TYPE_VENDOR) { + pr_debug("VENDOR\n"); + } else if ((cmd->bRequestType & USB_TYPE_MASK) == USB_TYPE_RESERVED) { + pr_debug("RESERVED\n"); + } +} + +void usbip_dump_urb(struct urb *urb) +{ + struct device *dev; + + if (!urb) { + pr_debug("urb: null pointer!!\n"); + return; + } + + if (!urb->dev) { + pr_debug("urb->dev: null pointer!!\n"); + return; + } + + dev = &urb->dev->dev; + + dev_dbg(dev, " urb :%p\n", urb); + dev_dbg(dev, " dev :%p\n", urb->dev); + + usbip_dump_usb_device(urb->dev); + + dev_dbg(dev, " pipe :%08x ", urb->pipe); + + usbip_dump_pipe(urb->pipe); + + dev_dbg(dev, " status :%d\n", urb->status); + dev_dbg(dev, " transfer_flags :%08X\n", urb->transfer_flags); + dev_dbg(dev, " transfer_buffer :%p\n", urb->transfer_buffer); + dev_dbg(dev, " transfer_buffer_length:%d\n", + urb->transfer_buffer_length); + dev_dbg(dev, " actual_length :%d\n", urb->actual_length); + dev_dbg(dev, " setup_packet :%p\n", urb->setup_packet); + + if (urb->setup_packet && usb_pipetype(urb->pipe) == PIPE_CONTROL) + usbip_dump_usb_ctrlrequest( + (struct usb_ctrlrequest *)urb->setup_packet); + + dev_dbg(dev, " start_frame :%d\n", urb->start_frame); + dev_dbg(dev, " number_of_packets :%d\n", urb->number_of_packets); + dev_dbg(dev, " interval :%d\n", urb->interval); + dev_dbg(dev, " error_count :%d\n", urb->error_count); + dev_dbg(dev, " context :%p\n", urb->context); + dev_dbg(dev, " complete :%p\n", urb->complete); +} +EXPORT_SYMBOL_GPL(usbip_dump_urb); + +void usbip_dump_header(struct usbip_header *pdu) +{ + pr_debug("BASE: cmd %u seq %u devid %u dir %u ep %u\n", + pdu->base.command, + pdu->base.seqnum, + pdu->base.devid, + pdu->base.direction, + pdu->base.ep); + + switch (pdu->base.command) { + case USBIP_CMD_SUBMIT: + pr_debug("USBIP_CMD_SUBMIT: x_flags %u x_len %u sf %u #p %d iv %d\n", + pdu->u.cmd_submit.transfer_flags, + pdu->u.cmd_submit.transfer_buffer_length, + pdu->u.cmd_submit.start_frame, + pdu->u.cmd_submit.number_of_packets, + pdu->u.cmd_submit.interval); + break; + case USBIP_CMD_UNLINK: + pr_debug("USBIP_CMD_UNLINK: seq %u\n", + pdu->u.cmd_unlink.seqnum); + break; + case USBIP_RET_SUBMIT: + pr_debug("USBIP_RET_SUBMIT: st %d al %u sf %d #p %d ec %d\n", + pdu->u.ret_submit.status, + pdu->u.ret_submit.actual_length, + pdu->u.ret_submit.start_frame, + pdu->u.ret_submit.number_of_packets, + pdu->u.ret_submit.error_count); + break; + case USBIP_RET_UNLINK: + pr_debug("USBIP_RET_UNLINK: status %d\n", + pdu->u.ret_unlink.status); + break; + default: + /* NOT REACHED */ + pr_err("unknown command\n"); + break; + } +} +EXPORT_SYMBOL_GPL(usbip_dump_header); + +/* Receive data over TCP/IP. */ +int usbip_recv(struct socket *sock, void *buf, int size) +{ + int result; + struct msghdr msg; + struct kvec iov; + int total = 0; + + /* for blocks of if (usbip_dbg_flag_xmit) */ + char *bp = buf; + int osize = size; + + usbip_dbg_xmit("enter\n"); + + if (!sock || !buf || !size) { + pr_err("invalid arg, sock %p buff %p size %d\n", sock, buf, + size); + return -EINVAL; + } + + do { + sock->sk->sk_allocation = GFP_NOIO; + iov.iov_base = buf; + iov.iov_len = size; + msg.msg_name = NULL; + msg.msg_namelen = 0; + msg.msg_control = NULL; + msg.msg_controllen = 0; + msg.msg_flags = MSG_NOSIGNAL; + + result = kernel_recvmsg(sock, &msg, &iov, 1, size, MSG_WAITALL); + if (result <= 0) { + pr_debug("receive sock %p buf %p size %u ret %d total %d\n", + sock, buf, size, result, total); + goto err; + } + + size -= result; + buf += result; + total += result; + } while (size > 0); + + if (usbip_dbg_flag_xmit) { + if (!in_interrupt()) + pr_debug("%-10s:", current->comm); + else + pr_debug("interrupt :"); + + pr_debug("receiving....\n"); + usbip_dump_buffer(bp, osize); + pr_debug("received, osize %d ret %d size %d total %d\n", + osize, result, size, total); + } + + return total; + +err: + return result; +} +EXPORT_SYMBOL_GPL(usbip_recv); + +/* there may be more cases to tweak the flags. */ +static unsigned int tweak_transfer_flags(unsigned int flags) +{ + flags &= ~URB_NO_TRANSFER_DMA_MAP; + return flags; +} + +static void usbip_pack_cmd_submit(struct usbip_header *pdu, struct urb *urb, + int pack) +{ + struct usbip_header_cmd_submit *spdu = &pdu->u.cmd_submit; + + /* + * Some members are not still implemented in usbip. I hope this issue + * will be discussed when usbip is ported to other operating systems. + */ + if (pack) { + spdu->transfer_flags = + tweak_transfer_flags(urb->transfer_flags); + spdu->transfer_buffer_length = urb->transfer_buffer_length; + spdu->start_frame = urb->start_frame; + spdu->number_of_packets = urb->number_of_packets; + spdu->interval = urb->interval; + } else { + urb->transfer_flags = spdu->transfer_flags; + urb->transfer_buffer_length = spdu->transfer_buffer_length; + urb->start_frame = spdu->start_frame; + urb->number_of_packets = spdu->number_of_packets; + urb->interval = spdu->interval; + } +} + +static void usbip_pack_ret_submit(struct usbip_header *pdu, struct urb *urb, + int pack) +{ + struct usbip_header_ret_submit *rpdu = &pdu->u.ret_submit; + + if (pack) { + rpdu->status = urb->status; + rpdu->actual_length = urb->actual_length; + rpdu->start_frame = urb->start_frame; + rpdu->number_of_packets = urb->number_of_packets; + rpdu->error_count = urb->error_count; + } else { + urb->status = rpdu->status; + urb->actual_length = rpdu->actual_length; + urb->start_frame = rpdu->start_frame; + urb->number_of_packets = rpdu->number_of_packets; + urb->error_count = rpdu->error_count; + } +} + +void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd, + int pack) +{ + switch (cmd) { + case USBIP_CMD_SUBMIT: + usbip_pack_cmd_submit(pdu, urb, pack); + break; + case USBIP_RET_SUBMIT: + usbip_pack_ret_submit(pdu, urb, pack); + break; + default: + /* NOT REACHED */ + pr_err("unknown command\n"); + break; + } +} +EXPORT_SYMBOL_GPL(usbip_pack_pdu); + +static void correct_endian_basic(struct usbip_header_basic *base, int send) +{ + if (send) { + base->command = cpu_to_be32(base->command); + base->seqnum = cpu_to_be32(base->seqnum); + base->devid = cpu_to_be32(base->devid); + base->direction = cpu_to_be32(base->direction); + base->ep = cpu_to_be32(base->ep); + } else { + base->command = be32_to_cpu(base->command); + base->seqnum = be32_to_cpu(base->seqnum); + base->devid = be32_to_cpu(base->devid); + base->direction = be32_to_cpu(base->direction); + base->ep = be32_to_cpu(base->ep); + } +} + +static void correct_endian_cmd_submit(struct usbip_header_cmd_submit *pdu, + int send) +{ + if (send) { + pdu->transfer_flags = cpu_to_be32(pdu->transfer_flags); + + cpu_to_be32s(&pdu->transfer_buffer_length); + cpu_to_be32s(&pdu->start_frame); + cpu_to_be32s(&pdu->number_of_packets); + cpu_to_be32s(&pdu->interval); + } else { + pdu->transfer_flags = be32_to_cpu(pdu->transfer_flags); + + be32_to_cpus(&pdu->transfer_buffer_length); + be32_to_cpus(&pdu->start_frame); + be32_to_cpus(&pdu->number_of_packets); + be32_to_cpus(&pdu->interval); + } +} + +static void correct_endian_ret_submit(struct usbip_header_ret_submit *pdu, + int send) +{ + if (send) { + cpu_to_be32s(&pdu->status); + cpu_to_be32s(&pdu->actual_length); + cpu_to_be32s(&pdu->start_frame); + cpu_to_be32s(&pdu->number_of_packets); + cpu_to_be32s(&pdu->error_count); + } else { + be32_to_cpus(&pdu->status); + be32_to_cpus(&pdu->actual_length); + be32_to_cpus(&pdu->start_frame); + be32_to_cpus(&pdu->number_of_packets); + be32_to_cpus(&pdu->error_count); + } +} + +static void correct_endian_cmd_unlink(struct usbip_header_cmd_unlink *pdu, + int send) +{ + if (send) + pdu->seqnum = cpu_to_be32(pdu->seqnum); + else + pdu->seqnum = be32_to_cpu(pdu->seqnum); +} + +static void correct_endian_ret_unlink(struct usbip_header_ret_unlink *pdu, + int send) +{ + if (send) + cpu_to_be32s(&pdu->status); + else + be32_to_cpus(&pdu->status); +} + +void usbip_header_correct_endian(struct usbip_header *pdu, int send) +{ + __u32 cmd = 0; + + if (send) + cmd = pdu->base.command; + + correct_endian_basic(&pdu->base, send); + + if (!send) + cmd = pdu->base.command; + + switch (cmd) { + case USBIP_CMD_SUBMIT: + correct_endian_cmd_submit(&pdu->u.cmd_submit, send); + break; + case USBIP_RET_SUBMIT: + correct_endian_ret_submit(&pdu->u.ret_submit, send); + break; + case USBIP_CMD_UNLINK: + correct_endian_cmd_unlink(&pdu->u.cmd_unlink, send); + break; + case USBIP_RET_UNLINK: + correct_endian_ret_unlink(&pdu->u.ret_unlink, send); + break; + default: + /* NOT REACHED */ + pr_err("unknown command\n"); + break; + } +} +EXPORT_SYMBOL_GPL(usbip_header_correct_endian); + +static void usbip_iso_packet_correct_endian( + struct usbip_iso_packet_descriptor *iso, int send) +{ + /* does not need all members. but copy all simply. */ + if (send) { + iso->offset = cpu_to_be32(iso->offset); + iso->length = cpu_to_be32(iso->length); + iso->status = cpu_to_be32(iso->status); + iso->actual_length = cpu_to_be32(iso->actual_length); + } else { + iso->offset = be32_to_cpu(iso->offset); + iso->length = be32_to_cpu(iso->length); + iso->status = be32_to_cpu(iso->status); + iso->actual_length = be32_to_cpu(iso->actual_length); + } +} + +static void usbip_pack_iso(struct usbip_iso_packet_descriptor *iso, + struct usb_iso_packet_descriptor *uiso, int pack) +{ + if (pack) { + iso->offset = uiso->offset; + iso->length = uiso->length; + iso->status = uiso->status; + iso->actual_length = uiso->actual_length; + } else { + uiso->offset = iso->offset; + uiso->length = iso->length; + uiso->status = iso->status; + uiso->actual_length = iso->actual_length; + } +} + +/* must free buffer */ +struct usbip_iso_packet_descriptor* +usbip_alloc_iso_desc_pdu(struct urb *urb, ssize_t *bufflen) +{ + struct usbip_iso_packet_descriptor *iso; + int np = urb->number_of_packets; + ssize_t size = np * sizeof(*iso); + int i; + + iso = kzalloc(size, GFP_KERNEL); + if (!iso) + return NULL; + + for (i = 0; i < np; i++) { + usbip_pack_iso(&iso[i], &urb->iso_frame_desc[i], 1); + usbip_iso_packet_correct_endian(&iso[i], 1); + } + + *bufflen = size; + + return iso; +} +EXPORT_SYMBOL_GPL(usbip_alloc_iso_desc_pdu); + +/* some members of urb must be substituted before. */ +int usbip_recv_iso(struct usbip_device *ud, struct urb *urb) +{ + void *buff; + struct usbip_iso_packet_descriptor *iso; + int np = urb->number_of_packets; + int size = np * sizeof(*iso); + int i; + int ret; + int total_length = 0; + + if (!usb_pipeisoc(urb->pipe)) + return 0; + + /* my Bluetooth dongle gets ISO URBs which are np = 0 */ + if (np == 0) + return 0; + + buff = kzalloc(size, GFP_KERNEL); + if (!buff) + return -ENOMEM; + + ret = usbip_recv(ud->tcp_socket, buff, size); + if (ret != size) { + dev_err(&urb->dev->dev, "recv iso_frame_descriptor, %d\n", + ret); + kfree(buff); + + if (ud->side == USBIP_STUB) + usbip_event_add(ud, SDEV_EVENT_ERROR_TCP); + else + usbip_event_add(ud, VDEV_EVENT_ERROR_TCP); + + return -EPIPE; + } + + iso = (struct usbip_iso_packet_descriptor *) buff; + for (i = 0; i < np; i++) { + usbip_iso_packet_correct_endian(&iso[i], 0); + usbip_pack_iso(&iso[i], &urb->iso_frame_desc[i], 0); + total_length += urb->iso_frame_desc[i].actual_length; + } + + kfree(buff); + + if (total_length != urb->actual_length) { + dev_err(&urb->dev->dev, + "total length of iso packets %d not equal to actual length of buffer %d\n", + total_length, urb->actual_length); + + if (ud->side == USBIP_STUB) + usbip_event_add(ud, SDEV_EVENT_ERROR_TCP); + else + usbip_event_add(ud, VDEV_EVENT_ERROR_TCP); + + return -EPIPE; + } + + return ret; +} +EXPORT_SYMBOL_GPL(usbip_recv_iso); + +/* + * This functions restores the padding which was removed for optimizing + * the bandwidth during transfer over tcp/ip + * + * buffer and iso packets need to be stored and be in propeper endian in urb + * before calling this function + */ +void usbip_pad_iso(struct usbip_device *ud, struct urb *urb) +{ + int np = urb->number_of_packets; + int i; + int actualoffset = urb->actual_length; + + if (!usb_pipeisoc(urb->pipe)) + return; + + /* if no packets or length of data is 0, then nothing to unpack */ + if (np == 0 || urb->actual_length == 0) + return; + + /* + * if actual_length is transfer_buffer_length then no padding is + * present. + */ + if (urb->actual_length == urb->transfer_buffer_length) + return; + + /* + * loop over all packets from last to first (to prevent overwritting + * memory when padding) and move them into the proper place + */ + for (i = np-1; i > 0; i--) { + actualoffset -= urb->iso_frame_desc[i].actual_length; + memmove(urb->transfer_buffer + urb->iso_frame_desc[i].offset, + urb->transfer_buffer + actualoffset, + urb->iso_frame_desc[i].actual_length); + } +} +EXPORT_SYMBOL_GPL(usbip_pad_iso); + +/* some members of urb must be substituted before. */ +int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb) +{ + int ret; + int size; + + if (ud->side == USBIP_STUB) { + /* the direction of urb must be OUT. */ + if (usb_pipein(urb->pipe)) + return 0; + + size = urb->transfer_buffer_length; + } else { + /* the direction of urb must be IN. */ + if (usb_pipeout(urb->pipe)) + return 0; + + size = urb->actual_length; + } + + /* no need to recv xbuff */ + if (!(size > 0)) + return 0; + + if (size > urb->transfer_buffer_length) { + /* should not happen, probably malicious packet */ + if (ud->side == USBIP_STUB) { + usbip_event_add(ud, SDEV_EVENT_ERROR_TCP); + return 0; + } else { + usbip_event_add(ud, VDEV_EVENT_ERROR_TCP); + return -EPIPE; + } + } + + ret = usbip_recv(ud->tcp_socket, urb->transfer_buffer, size); + if (ret != size) { + dev_err(&urb->dev->dev, "recv xbuf, %d\n", ret); + if (ud->side == USBIP_STUB) { + usbip_event_add(ud, SDEV_EVENT_ERROR_TCP); + } else { + usbip_event_add(ud, VDEV_EVENT_ERROR_TCP); + return -EPIPE; + } + } + + return ret; +} +EXPORT_SYMBOL_GPL(usbip_recv_xbuff); + +static int __init usbip_core_init(void) +{ + pr_info(DRIVER_DESC " v" USBIP_VERSION "\n"); + return 0; +} + +static void __exit usbip_core_exit(void) +{ + return; +} + +module_init(usbip_core_init); +module_exit(usbip_core_exit); + +MODULE_AUTHOR(DRIVER_AUTHOR); +MODULE_DESCRIPTION(DRIVER_DESC); +MODULE_LICENSE("GPL"); +MODULE_VERSION(USBIP_VERSION); --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/usbip_common.h +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/usbip_common.h @@ -0,0 +1,335 @@ +/* + * Copyright (C) 2003-2008 Takahiro Hirofuchi + * + * This 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; either version 2 of the License, or + * (at your option) any later version. + * + * This 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#ifndef __USBIP_COMMON_H +#define __USBIP_COMMON_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define USBIP_VERSION "1.0.0" + +#undef pr_fmt + +#ifdef DEBUG +#define pr_fmt(fmt) KBUILD_MODNAME ": %s:%d: " fmt, __func__, __LINE__ +#else +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt +#endif + +enum { + usbip_debug_xmit = (1 << 0), + usbip_debug_sysfs = (1 << 1), + usbip_debug_urb = (1 << 2), + usbip_debug_eh = (1 << 3), + + usbip_debug_stub_cmp = (1 << 8), + usbip_debug_stub_dev = (1 << 9), + usbip_debug_stub_rx = (1 << 10), + usbip_debug_stub_tx = (1 << 11), + + usbip_debug_vhci_rh = (1 << 8), + usbip_debug_vhci_hc = (1 << 9), + usbip_debug_vhci_rx = (1 << 10), + usbip_debug_vhci_tx = (1 << 11), + usbip_debug_vhci_sysfs = (1 << 12) +}; + +#define usbip_dbg_flag_xmit (usbip_debug_flag & usbip_debug_xmit) +#define usbip_dbg_flag_vhci_rh (usbip_debug_flag & usbip_debug_vhci_rh) +#define usbip_dbg_flag_vhci_hc (usbip_debug_flag & usbip_debug_vhci_hc) +#define usbip_dbg_flag_vhci_rx (usbip_debug_flag & usbip_debug_vhci_rx) +#define usbip_dbg_flag_vhci_tx (usbip_debug_flag & usbip_debug_vhci_tx) +#define usbip_dbg_flag_stub_rx (usbip_debug_flag & usbip_debug_stub_rx) +#define usbip_dbg_flag_stub_tx (usbip_debug_flag & usbip_debug_stub_tx) +#define usbip_dbg_flag_vhci_sysfs (usbip_debug_flag & usbip_debug_vhci_sysfs) + +extern unsigned long usbip_debug_flag; +extern struct device_attribute dev_attr_usbip_debug; + +#define usbip_dbg_with_flag(flag, fmt, args...) \ + do { \ + if (flag & usbip_debug_flag) \ + pr_debug(fmt, ##args); \ + } while (0) + +#define usbip_dbg_sysfs(fmt, args...) \ + usbip_dbg_with_flag(usbip_debug_sysfs, fmt , ##args) +#define usbip_dbg_xmit(fmt, args...) \ + usbip_dbg_with_flag(usbip_debug_xmit, fmt , ##args) +#define usbip_dbg_urb(fmt, args...) \ + usbip_dbg_with_flag(usbip_debug_urb, fmt , ##args) +#define usbip_dbg_eh(fmt, args...) \ + usbip_dbg_with_flag(usbip_debug_eh, fmt , ##args) + +#define usbip_dbg_vhci_rh(fmt, args...) \ + usbip_dbg_with_flag(usbip_debug_vhci_rh, fmt , ##args) +#define usbip_dbg_vhci_hc(fmt, args...) \ + usbip_dbg_with_flag(usbip_debug_vhci_hc, fmt , ##args) +#define usbip_dbg_vhci_rx(fmt, args...) \ + usbip_dbg_with_flag(usbip_debug_vhci_rx, fmt , ##args) +#define usbip_dbg_vhci_tx(fmt, args...) \ + usbip_dbg_with_flag(usbip_debug_vhci_tx, fmt , ##args) +#define usbip_dbg_vhci_sysfs(fmt, args...) \ + usbip_dbg_with_flag(usbip_debug_vhci_sysfs, fmt , ##args) + +#define usbip_dbg_stub_cmp(fmt, args...) \ + usbip_dbg_with_flag(usbip_debug_stub_cmp, fmt , ##args) +#define usbip_dbg_stub_rx(fmt, args...) \ + usbip_dbg_with_flag(usbip_debug_stub_rx, fmt , ##args) +#define usbip_dbg_stub_tx(fmt, args...) \ + usbip_dbg_with_flag(usbip_debug_stub_tx, fmt , ##args) + +/* + * USB/IP request headers + * + * Each request is transferred across the network to its counterpart, which + * facilitates the normal USB communication. The values contained in the headers + * are basically the same as in a URB. Currently, four request types are + * defined: + * + * - USBIP_CMD_SUBMIT: a USB request block, corresponds to usb_submit_urb() + * (client to server) + * + * - USBIP_RET_SUBMIT: the result of USBIP_CMD_SUBMIT + * (server to client) + * + * - USBIP_CMD_UNLINK: an unlink request of a pending USBIP_CMD_SUBMIT, + * corresponds to usb_unlink_urb() + * (client to server) + * + * - USBIP_RET_UNLINK: the result of USBIP_CMD_UNLINK + * (server to client) + * + */ +#define USBIP_CMD_SUBMIT 0x0001 +#define USBIP_CMD_UNLINK 0x0002 +#define USBIP_RET_SUBMIT 0x0003 +#define USBIP_RET_UNLINK 0x0004 + +#define USBIP_DIR_OUT 0x00 +#define USBIP_DIR_IN 0x01 + +/** + * struct usbip_header_basic - data pertinent to every request + * @command: the usbip request type + * @seqnum: sequential number that identifies requests; incremented per + * connection + * @devid: specifies a remote USB device uniquely instead of busnum and devnum; + * in the stub driver, this value is ((busnum << 16) | devnum) + * @direction: direction of the transfer + * @ep: endpoint number + */ +struct usbip_header_basic { + __u32 command; + __u32 seqnum; + __u32 devid; + __u32 direction; + __u32 ep; +} __packed; + +/** + * struct usbip_header_cmd_submit - USBIP_CMD_SUBMIT packet header + * @transfer_flags: URB flags + * @transfer_buffer_length: the data size for (in) or (out) transfer + * @start_frame: initial frame for isochronous or interrupt transfers + * @number_of_packets: number of isochronous packets + * @interval: maximum time for the request on the server-side host controller + * @setup: setup data for a control request + */ +struct usbip_header_cmd_submit { + __u32 transfer_flags; + __s32 transfer_buffer_length; + + /* it is difficult for usbip to sync frames (reserved only?) */ + __s32 start_frame; + __s32 number_of_packets; + __s32 interval; + + unsigned char setup[8]; +} __packed; + +/** + * struct usbip_header_ret_submit - USBIP_RET_SUBMIT packet header + * @status: return status of a non-iso request + * @actual_length: number of bytes transferred + * @start_frame: initial frame for isochronous or interrupt transfers + * @number_of_packets: number of isochronous packets + * @error_count: number of errors for isochronous transfers + */ +struct usbip_header_ret_submit { + __s32 status; + __s32 actual_length; + __s32 start_frame; + __s32 number_of_packets; + __s32 error_count; +} __packed; + +/** + * struct usbip_header_cmd_unlink - USBIP_CMD_UNLINK packet header + * @seqnum: the URB seqnum to unlink + */ +struct usbip_header_cmd_unlink { + __u32 seqnum; +} __packed; + +/** + * struct usbip_header_ret_unlink - USBIP_RET_UNLINK packet header + * @status: return status of the request + */ +struct usbip_header_ret_unlink { + __s32 status; +} __packed; + +/** + * struct usbip_header - common header for all usbip packets + * @base: the basic header + * @u: packet type dependent header + */ +struct usbip_header { + struct usbip_header_basic base; + + union { + struct usbip_header_cmd_submit cmd_submit; + struct usbip_header_ret_submit ret_submit; + struct usbip_header_cmd_unlink cmd_unlink; + struct usbip_header_ret_unlink ret_unlink; + } u; +} __packed; + +/* + * This is the same as usb_iso_packet_descriptor but packed for pdu. + */ +struct usbip_iso_packet_descriptor { + __u32 offset; + __u32 length; /* expected length */ + __u32 actual_length; + __u32 status; +} __packed; + +enum usbip_side { + USBIP_VHCI, + USBIP_STUB, +}; + +/* event handler */ +#define USBIP_EH_SHUTDOWN (1 << 0) +#define USBIP_EH_BYE (1 << 1) +#define USBIP_EH_RESET (1 << 2) +#define USBIP_EH_UNUSABLE (1 << 3) + +#define SDEV_EVENT_REMOVED (USBIP_EH_SHUTDOWN | USBIP_EH_RESET | USBIP_EH_BYE) +#define SDEV_EVENT_DOWN (USBIP_EH_SHUTDOWN | USBIP_EH_RESET) +#define SDEV_EVENT_ERROR_TCP (USBIP_EH_SHUTDOWN | USBIP_EH_RESET) +#define SDEV_EVENT_ERROR_SUBMIT (USBIP_EH_SHUTDOWN | USBIP_EH_RESET) +#define SDEV_EVENT_ERROR_MALLOC (USBIP_EH_SHUTDOWN | USBIP_EH_UNUSABLE) + +#define VDEV_EVENT_REMOVED (USBIP_EH_SHUTDOWN | USBIP_EH_BYE) +#define VDEV_EVENT_DOWN (USBIP_EH_SHUTDOWN | USBIP_EH_RESET) +#define VDEV_EVENT_ERROR_TCP (USBIP_EH_SHUTDOWN | USBIP_EH_RESET) +#define VDEV_EVENT_ERROR_MALLOC (USBIP_EH_SHUTDOWN | USBIP_EH_UNUSABLE) + +/* a common structure for stub_device and vhci_device */ +struct usbip_device { + enum usbip_side side; + enum usbip_device_status status; + + /* lock for status */ + spinlock_t lock; + + struct socket *tcp_socket; + + struct task_struct *tcp_rx; + struct task_struct *tcp_tx; + + unsigned long event; + struct task_struct *eh; + wait_queue_head_t eh_waitq; + + struct eh_ops { + void (*shutdown)(struct usbip_device *); + void (*reset)(struct usbip_device *); + void (*unusable)(struct usbip_device *); + } eh_ops; +}; + +#define kthread_get_run(threadfn, data, namefmt, ...) \ +({ \ + struct task_struct *__k \ + = kthread_create(threadfn, data, namefmt, ## __VA_ARGS__); \ + if (!IS_ERR(__k)) { \ + get_task_struct(__k); \ + wake_up_process(__k); \ + } \ + __k; \ +}) + +#define kthread_stop_put(k) \ + do { \ + kthread_stop(k); \ + put_task_struct(k); \ + } while (0) + +/* usbip_common.c */ +void usbip_dump_urb(struct urb *purb); +void usbip_dump_header(struct usbip_header *pdu); + +int usbip_recv(struct socket *sock, void *buf, int size); + +void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd, + int pack); +void usbip_header_correct_endian(struct usbip_header *pdu, int send); + +struct usbip_iso_packet_descriptor* +usbip_alloc_iso_desc_pdu(struct urb *urb, ssize_t *bufflen); + +/* some members of urb must be substituted before. */ +int usbip_recv_iso(struct usbip_device *ud, struct urb *urb); +void usbip_pad_iso(struct usbip_device *ud, struct urb *urb); +int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb); + +/* usbip_event.c */ +int usbip_start_eh(struct usbip_device *ud); +void usbip_stop_eh(struct usbip_device *ud); +void usbip_event_add(struct usbip_device *ud, unsigned long event); +int usbip_event_happened(struct usbip_device *ud); + +static inline int interface_to_busnum(struct usb_interface *interface) +{ + struct usb_device *udev = interface_to_usbdev(interface); + + return udev->bus->busnum; +} + +static inline int interface_to_devnum(struct usb_interface *interface) +{ + struct usb_device *udev = interface_to_usbdev(interface); + + return udev->devnum; +} + +#endif /* __USBIP_COMMON_H */ --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/usbip_event.c +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/usbip_event.c @@ -0,0 +1,128 @@ +/* + * Copyright (C) 2003-2008 Takahiro Hirofuchi + * + * This 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; either version 2 of the License, or + * (at your option) any later version. + * + * This 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#include +#include + +#include "usbip_common.h" + +static int event_handler(struct usbip_device *ud) +{ + usbip_dbg_eh("enter\n"); + + /* + * Events are handled by only this thread. + */ + while (usbip_event_happened(ud)) { + usbip_dbg_eh("pending event %lx\n", ud->event); + + /* + * NOTE: shutdown must come first. + * Shutdown the device. + */ + if (ud->event & USBIP_EH_SHUTDOWN) { + ud->eh_ops.shutdown(ud); + ud->event &= ~USBIP_EH_SHUTDOWN; + } + + /* Reset the device. */ + if (ud->event & USBIP_EH_RESET) { + ud->eh_ops.reset(ud); + ud->event &= ~USBIP_EH_RESET; + } + + /* Mark the device as unusable. */ + if (ud->event & USBIP_EH_UNUSABLE) { + ud->eh_ops.unusable(ud); + ud->event &= ~USBIP_EH_UNUSABLE; + } + + /* Stop the error handler. */ + if (ud->event & USBIP_EH_BYE) + return -1; + } + + return 0; +} + +static int event_handler_loop(void *data) +{ + struct usbip_device *ud = data; + + while (!kthread_should_stop()) { + wait_event_interruptible(ud->eh_waitq, + usbip_event_happened(ud) || + kthread_should_stop()); + usbip_dbg_eh("wakeup\n"); + + if (event_handler(ud) < 0) + break; + } + + return 0; +} + +int usbip_start_eh(struct usbip_device *ud) +{ + init_waitqueue_head(&ud->eh_waitq); + ud->event = 0; + + ud->eh = kthread_run(event_handler_loop, ud, "usbip_eh"); + if (IS_ERR(ud->eh)) { + pr_warn("Unable to start control thread\n"); + return PTR_ERR(ud->eh); + } + + return 0; +} +EXPORT_SYMBOL_GPL(usbip_start_eh); + +void usbip_stop_eh(struct usbip_device *ud) +{ + if (ud->eh == current) + return; /* do not wait for myself */ + + kthread_stop(ud->eh); + usbip_dbg_eh("usbip_eh has finished\n"); +} +EXPORT_SYMBOL_GPL(usbip_stop_eh); + +void usbip_event_add(struct usbip_device *ud, unsigned long event) +{ + unsigned long flags; + + spin_lock_irqsave(&ud->lock, flags); + ud->event |= event; + wake_up(&ud->eh_waitq); + spin_unlock_irqrestore(&ud->lock, flags); +} +EXPORT_SYMBOL_GPL(usbip_event_add); + +int usbip_event_happened(struct usbip_device *ud) +{ + int happened = 0; + + spin_lock(&ud->lock); + if (ud->event != 0) + happened = 1; + spin_unlock(&ud->lock); + + return happened; +} +EXPORT_SYMBOL_GPL(usbip_event_happened); --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/usbip_protocol.txt +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/usbip_protocol.txt @@ -0,0 +1,358 @@ +PRELIMINARY DRAFT, MAY CONTAIN MISTAKES! +28 Jun 2011 + +The USB/IP protocol follows a server/client architecture. The server exports the +USB devices and the clients imports them. The device driver for the exported +USB device runs on the client machine. + +The client may ask for the list of the exported USB devices. To get the list the +client opens a TCP/IP connection towards the server, and sends an OP_REQ_DEVLIST +packet on top of the TCP/IP connection (so the actual OP_REQ_DEVLIST may be sent +in one or more pieces at the low level transport layer). The server sends back +the OP_REP_DEVLIST packet which lists the exported USB devices. Finally the +TCP/IP connection is closed. + + virtual host controller usb host + "client" "server" + (imports USB devices) (exports USB devices) + | | + | OP_REQ_DEVLIST | + | ----------------------------------------------> | + | | + | OP_REP_DEVLIST | + | <---------------------------------------------- | + | | + +Once the client knows the list of exported USB devices it may decide to use one +of them. First the client opens a TCP/IP connection towards the server and +sends an OP_REQ_IMPORT packet. The server replies with OP_REP_IMPORT. If the +import was successful the TCP/IP connection remains open and will be used +to transfer the URB traffic between the client and the server. The client may +send two types of packets: the USBIP_CMD_SUBMIT to submit an URB, and +USBIP_CMD_UNLINK to unlink a previously submitted URB. The answers of the +server may be USBIP_RET_SUBMIT and USBIP_RET_UNLINK respectively. + + virtual host controller usb host + "client" "server" + (imports USB devices) (exports USB devices) + | | + | OP_REQ_IMPORT | + | ----------------------------------------------> | + | | + | OP_REP_IMPORT | + | <---------------------------------------------- | + | | + | | + | USBIP_CMD_SUBMIT(seqnum = n) | + | ----------------------------------------------> | + | | + | USBIP_RET_SUBMIT(seqnum = n) | + | <---------------------------------------------- | + | . | + | : | + | | + | USBIP_CMD_SUBMIT(seqnum = m) | + | ----------------------------------------------> | + | | + | USBIP_CMD_SUBMIT(seqnum = m+1) | + | ----------------------------------------------> | + | | + | USBIP_CMD_SUBMIT(seqnum = m+2) | + | ----------------------------------------------> | + | | + | USBIP_RET_SUBMIT(seqnum = m) | + | <---------------------------------------------- | + | | + | USBIP_CMD_SUBMIT(seqnum = m+3) | + | ----------------------------------------------> | + | | + | USBIP_RET_SUBMIT(seqnum = m+1) | + | <---------------------------------------------- | + | | + | USBIP_CMD_SUBMIT(seqnum = m+4) | + | ----------------------------------------------> | + | | + | USBIP_RET_SUBMIT(seqnum = m+2) | + | <---------------------------------------------- | + | . | + | : | + | | + | USBIP_CMD_UNLINK | + | ----------------------------------------------> | + | | + | USBIP_RET_UNLINK | + | <---------------------------------------------- | + | | + +The fields are in network (big endian) byte order meaning that the most significant +byte (MSB) is stored at the lowest address. + + +OP_REQ_DEVLIST: Retrieve the list of exported USB devices. + + Offset | Length | Value | Description +-----------+--------+------------+--------------------------------------------------- + 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0 +-----------+--------+------------+--------------------------------------------------- + 2 | 2 | 0x8005 | Command code: Retrieve the list of exported USB + | | | devices. +-----------+--------+------------+--------------------------------------------------- + 4 | 4 | 0x00000000 | Status: unused, shall be set to 0 + +OP_REP_DEVLIST: Reply with the list of exported USB devices. + + Offset | Length | Value | Description +-----------+--------+------------+--------------------------------------------------- + 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0. +-----------+--------+------------+--------------------------------------------------- + 2 | 2 | 0x0005 | Reply code: The list of exported USB devices. +-----------+--------+------------+--------------------------------------------------- + 4 | 4 | 0x00000000 | Status: 0 for OK +-----------+--------+------------+--------------------------------------------------- + 8 | 4 | n | Number of exported devices: 0 means no exported + | | | devices. +-----------+--------+------------+--------------------------------------------------- + 0x0C | | | From now on the exported n devices are described, + | | | if any. If no devices are exported the message + | | | ends with the previous "number of exported + | | | devices" field. +-----------+--------+------------+--------------------------------------------------- + | 256 | | path: Path of the device on the host exporting the + | | | USB device, string closed with zero byte, e.g. + | | | "/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2" + | | | The unused bytes shall be filled with zero + | | | bytes. +-----------+--------+------------+--------------------------------------------------- + 0x10C | 32 | | busid: Bus ID of the exported device, string + | | | closed with zero byte, e.g. "3-2". The unused + | | | bytes shall be filled with zero bytes. +-----------+--------+------------+--------------------------------------------------- + 0x12C | 4 | | busnum +-----------+--------+------------+--------------------------------------------------- + 0x130 | 4 | | devnum +-----------+--------+------------+--------------------------------------------------- + 0x134 | 4 | | speed +-----------+--------+------------+--------------------------------------------------- + 0x138 | 2 | | idVendor +-----------+--------+------------+--------------------------------------------------- + 0x13A | 2 | | idProduct +-----------+--------+------------+--------------------------------------------------- + 0x13C | 2 | | bcdDevice +-----------+--------+------------+--------------------------------------------------- + 0x13E | 1 | | bDeviceClass +-----------+--------+------------+--------------------------------------------------- + 0x13F | 1 | | bDeviceSubClass +-----------+--------+------------+--------------------------------------------------- + 0x140 | 1 | | bDeviceProtocol +-----------+--------+------------+--------------------------------------------------- + 0x141 | 1 | | bConfigurationValue +-----------+--------+------------+--------------------------------------------------- + 0x142 | 1 | | bNumConfigurations +-----------+--------+------------+--------------------------------------------------- + 0x143 | 1 | | bNumInterfaces +-----------+--------+------------+--------------------------------------------------- + 0x144 | | m_0 | From now on each interface is described, all + | | | together bNumInterfaces times, with the + | | | the following 4 fields: +-----------+--------+------------+--------------------------------------------------- + | 1 | | bInterfaceClass +-----------+--------+------------+--------------------------------------------------- + 0x145 | 1 | | bInterfaceSubClass +-----------+--------+------------+--------------------------------------------------- + 0x146 | 1 | | bInterfaceProtocol +-----------+--------+------------+--------------------------------------------------- + 0x147 | 1 | | padding byte for alignment, shall be set to zero +-----------+--------+------------+--------------------------------------------------- + 0xC + | | | The second exported USB device starts at i=1 + i*0x138 + | | | with the busid field. + m_(i-1)*4 | | | + +OP_REQ_IMPORT: Request to import (attach) a remote USB device. + + Offset | Length | Value | Description +-----------+--------+------------+--------------------------------------------------- + 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0 +-----------+--------+------------+--------------------------------------------------- + 2 | 2 | 0x8003 | Command code: import a remote USB device. +-----------+--------+------------+--------------------------------------------------- + 4 | 4 | 0x00000000 | Status: unused, shall be set to 0 +-----------+--------+------------+--------------------------------------------------- + 8 | 32 | | busid: the busid of the exported device on the + | | | remote host. The possible values are taken + | | | from the message field OP_REP_DEVLIST.busid. + | | | A string closed with zero, the unused bytes + | | | shall be filled with zeros. +-----------+--------+------------+--------------------------------------------------- + +OP_REP_IMPORT: Reply to import (attach) a remote USB device. + + Offset | Length | Value | Description +-----------+--------+------------+--------------------------------------------------- + 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0 +-----------+--------+------------+--------------------------------------------------- + 2 | 2 | 0x0003 | Reply code: Reply to import. +-----------+--------+------------+--------------------------------------------------- + 4 | 4 | 0x00000000 | Status: 0 for OK + | | | 1 for error +-----------+--------+------------+--------------------------------------------------- + 8 | | | From now on comes the details of the imported + | | | device, if the previous status field was OK (0), + | | | otherwise the reply ends with the status field. +-----------+--------+------------+--------------------------------------------------- + | 256 | | path: Path of the device on the host exporting the + | | | USB device, string closed with zero byte, e.g. + | | | "/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2" + | | | The unused bytes shall be filled with zero + | | | bytes. +-----------+--------+------------+--------------------------------------------------- + 0x108 | 32 | | busid: Bus ID of the exported device, string + | | | closed with zero byte, e.g. "3-2". The unused + | | | bytes shall be filled with zero bytes. +-----------+--------+------------+--------------------------------------------------- + 0x128 | 4 | | busnum +-----------+--------+------------+--------------------------------------------------- + 0x12C | 4 | | devnum +-----------+--------+------------+--------------------------------------------------- + 0x130 | 4 | | speed +-----------+--------+------------+--------------------------------------------------- + 0x134 | 2 | | idVendor +-----------+--------+------------+--------------------------------------------------- + 0x136 | 2 | | idProduct +-----------+--------+------------+--------------------------------------------------- + 0x138 | 2 | | bcdDevice +-----------+--------+------------+--------------------------------------------------- + 0x139 | 1 | | bDeviceClass +-----------+--------+------------+--------------------------------------------------- + 0x13A | 1 | | bDeviceSubClass +-----------+--------+------------+--------------------------------------------------- + 0x13B | 1 | | bDeviceProtocol +-----------+--------+------------+--------------------------------------------------- + 0x13C | 1 | | bConfigurationValue +-----------+--------+------------+--------------------------------------------------- + 0x13D | 1 | | bNumConfigurations +-----------+--------+------------+--------------------------------------------------- + 0x13E | 1 | | bNumInterfaces + +USBIP_CMD_SUBMIT: Submit an URB + + Offset | Length | Value | Description +-----------+--------+------------+--------------------------------------------------- + 0 | 4 | 0x00000001 | command: Submit an URB +-----------+--------+------------+--------------------------------------------------- + 4 | 4 | | seqnum: the sequence number of the URB to submit +-----------+--------+------------+--------------------------------------------------- + 8 | 4 | | devid +-----------+--------+------------+--------------------------------------------------- + 0xC | 4 | | direction: 0: USBIP_DIR_OUT + | | | 1: USBIP_DIR_IN +-----------+--------+------------+--------------------------------------------------- + 0x10 | 4 | | ep: endpoint number, possible values are: 0...15 +-----------+--------+------------+--------------------------------------------------- + 0x14 | 4 | | transfer_flags: possible values depend on the + | | | URB transfer type, see below +-----------+--------+------------+--------------------------------------------------- + 0x18 | 4 | | transfer_buffer_length +-----------+--------+------------+--------------------------------------------------- + 0x1C | 4 | | start_frame: specify the selected frame to + | | | transmit an ISO frame, ignored if URB_ISO_ASAP + | | | is specified at transfer_flags +-----------+--------+------------+--------------------------------------------------- + 0x20 | 4 | | number_of_packets: number of ISO packets +-----------+--------+------------+--------------------------------------------------- + 0x24 | 4 | | interval: maximum time for the request on the + | | | server-side host controller +-----------+--------+------------+--------------------------------------------------- + 0x28 | 8 | | setup: data bytes for USB setup, filled with + | | | zeros if not used +-----------+--------+------------+--------------------------------------------------- + 0x30 | | | URB data. For ISO transfers the padding between + | | | each ISO packets is not transmitted. + + + Allowed transfer_flags | value | control | interrupt | bulk | isochronous + -------------------------+------------+---------+-----------+----------+------------- + URB_SHORT_NOT_OK | 0x00000001 | only in | only in | only in | no + URB_ISO_ASAP | 0x00000002 | no | no | no | yes + URB_NO_TRANSFER_DMA_MAP | 0x00000004 | yes | yes | yes | yes + URB_NO_FSBR | 0x00000020 | yes | no | no | no + URB_ZERO_PACKET | 0x00000040 | no | no | only out | no + URB_NO_INTERRUPT | 0x00000080 | yes | yes | yes | yes + URB_FREE_BUFFER | 0x00000100 | yes | yes | yes | yes + URB_DIR_MASK | 0x00000200 | yes | yes | yes | yes + + +USBIP_RET_SUBMIT: Reply for submitting an URB + + Offset | Length | Value | Description +-----------+--------+------------+--------------------------------------------------- + 0 | 4 | 0x00000003 | command +-----------+--------+------------+--------------------------------------------------- + 4 | 4 | | seqnum: URB sequence number +-----------+--------+------------+--------------------------------------------------- + 8 | 4 | | devid +-----------+--------+------------+--------------------------------------------------- + 0xC | 4 | | direction: 0: USBIP_DIR_OUT + | | | 1: USBIP_DIR_IN +-----------+--------+------------+--------------------------------------------------- + 0x10 | 4 | | ep: endpoint number +-----------+--------+------------+--------------------------------------------------- + 0x14 | 4 | | status: zero for successful URB transaction, + | | | otherwise some kind of error happened. +-----------+--------+------------+--------------------------------------------------- + 0x18 | 4 | n | actual_length: number of URB data bytes +-----------+--------+------------+--------------------------------------------------- + 0x1C | 4 | | start_frame: for an ISO frame the actually + | | | selected frame for transmit. +-----------+--------+------------+--------------------------------------------------- + 0x20 | 4 | | number_of_packets +-----------+--------+------------+--------------------------------------------------- + 0x24 | 4 | | error_count +-----------+--------+------------+--------------------------------------------------- + 0x28 | 8 | | setup: data bytes for USB setup, filled with + | | | zeros if not used +-----------+--------+------------+--------------------------------------------------- + 0x30 | n | | URB data bytes. For ISO transfers the padding + | | | between each ISO packets is not transmitted. + +USBIP_CMD_UNLINK: Unlink an URB + + Offset | Length | Value | Description +-----------+--------+------------+--------------------------------------------------- + 0 | 4 | 0x00000002 | command: URB unlink command +-----------+--------+------------+--------------------------------------------------- + 4 | 4 | | seqnum: URB sequence number to unlink: FIXME: is this so? +-----------+--------+------------+--------------------------------------------------- + 8 | 4 | | devid +-----------+--------+------------+--------------------------------------------------- + 0xC | 4 | | direction: 0: USBIP_DIR_OUT + | | | 1: USBIP_DIR_IN +-----------+--------+------------+--------------------------------------------------- + 0x10 | 4 | | ep: endpoint number: zero +-----------+--------+------------+--------------------------------------------------- + 0x14 | 4 | | seqnum: the URB sequence number given previously + | | | at USBIP_CMD_SUBMIT.seqnum field +-----------+--------+------------+--------------------------------------------------- + 0x30 | n | | URB data bytes. For ISO transfers the padding + | | | between each ISO packets is not transmitted. + +USBIP_RET_UNLINK: Reply for URB unlink + + Offset | Length | Value | Description +-----------+--------+------------+--------------------------------------------------- + 0 | 4 | 0x00000004 | command: reply for the URB unlink command +-----------+--------+------------+--------------------------------------------------- + 4 | 4 | | seqnum: the unlinked URB sequence number +-----------+--------+------------+--------------------------------------------------- + 8 | 4 | | devid +-----------+--------+------------+--------------------------------------------------- + 0xC | 4 | | direction: 0: USBIP_DIR_OUT + | | | 1: USBIP_DIR_IN +-----------+--------+------------+--------------------------------------------------- + 0x10 | 4 | | ep: endpoint number +-----------+--------+------------+--------------------------------------------------- + 0x14 | 4 | | status: This is the value contained in the + | | | urb->status in the URB completition handler. + | | | FIXME: a better explanation needed. +-----------+--------+------------+--------------------------------------------------- + 0x30 | n | | URB data bytes. For ISO transfers the padding + | | | between each ISO packets is not transmitted. --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/vhci.h +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/vhci.h @@ -0,0 +1,129 @@ +/* + * Copyright (C) 2003-2008 Takahiro Hirofuchi + * + * This 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; either version 2 of the License, or + * (at your option) any later version. + * + */ + +#ifndef __USBIP_VHCI_H +#define __USBIP_VHCI_H + +#include +#include +#include +#include +#include +#include +#include +#include + +struct vhci_device { + struct usb_device *udev; + + /* + * devid specifies a remote usb device uniquely instead + * of combination of busnum and devnum. + */ + __u32 devid; + + /* speed of a remote device */ + enum usb_device_speed speed; + + /* vhci root-hub port to which this device is attached */ + __u32 rhport; + + struct usbip_device ud; + + /* lock for the below link lists */ + spinlock_t priv_lock; + + /* vhci_priv is linked to one of them. */ + struct list_head priv_tx; + struct list_head priv_rx; + + /* vhci_unlink is linked to one of them */ + struct list_head unlink_tx; + struct list_head unlink_rx; + + /* vhci_tx thread sleeps for this queue */ + wait_queue_head_t waitq_tx; +}; + +/* urb->hcpriv, use container_of() */ +struct vhci_priv { + unsigned long seqnum; + struct list_head list; + + struct vhci_device *vdev; + struct urb *urb; +}; + +struct vhci_unlink { + /* seqnum of this request */ + unsigned long seqnum; + + struct list_head list; + + /* seqnum of the unlink target */ + unsigned long unlink_seqnum; +}; + +/* Number of supported ports. Value has an upperbound of USB_MAXCHILDREN */ +#define VHCI_NPORTS 8 + +/* for usb_bus.hcpriv */ +struct vhci_hcd { + spinlock_t lock; + + u32 port_status[VHCI_NPORTS]; + + unsigned resuming:1; + unsigned long re_timeout; + + atomic_t seqnum; + + /* + * NOTE: + * wIndex shows the port number and begins from 1. + * But, the index of this array begins from 0. + */ + struct vhci_device vdev[VHCI_NPORTS]; +}; + +extern struct vhci_hcd *the_controller; +extern const struct attribute_group dev_attr_group; + +/* vhci_hcd.c */ +void rh_port_connect(int rhport, enum usb_device_speed speed); + +/* vhci_rx.c */ +struct urb *pickup_urb_and_free_priv(struct vhci_device *vdev, __u32 seqnum); +int vhci_rx_loop(void *data); + +/* vhci_tx.c */ +int vhci_tx_loop(void *data); + +static inline struct vhci_device *port_to_vdev(__u32 port) +{ + return &the_controller->vdev[port]; +} + +static inline struct vhci_hcd *hcd_to_vhci(struct usb_hcd *hcd) +{ + return (struct vhci_hcd *) (hcd->hcd_priv); +} + +static inline struct usb_hcd *vhci_to_hcd(struct vhci_hcd *vhci) +{ + return container_of((void *) vhci, struct usb_hcd, hcd_priv); +} + +static inline struct device *vhci_dev(struct vhci_hcd *vhci) +{ + return vhci_to_hcd(vhci)->self.controller; +} + +#endif /* __USBIP_VHCI_H */ --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/vhci_hcd.c +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/vhci_hcd.c @@ -0,0 +1,1171 @@ +/* + * Copyright (C) 2003-2008 Takahiro Hirofuchi + * + * This 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; either version 2 of the License, or + * (at your option) any later version. + * + * This 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#include +#include +#include +#include +#include +#include +#include + +#include "usbip_common.h" +#include "vhci.h" + +#define DRIVER_AUTHOR "Takahiro Hirofuchi" +#define DRIVER_DESC "USB/IP 'Virtual' Host Controller (VHCI) Driver" + +/* + * TODO + * - update root hub emulation + * - move the emulation code to userland ? + * porting to other operating systems + * minimize kernel code + * - add suspend/resume code + * - clean up everything + */ + +/* See usb gadget dummy hcd */ + +static int vhci_hub_status(struct usb_hcd *hcd, char *buff); +static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, + u16 wIndex, char *buff, u16 wLength); +static int vhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, + gfp_t mem_flags); +static int vhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status); +static int vhci_start(struct usb_hcd *vhci_hcd); +static void vhci_stop(struct usb_hcd *hcd); +static int vhci_get_frame_number(struct usb_hcd *hcd); + +static const char driver_name[] = "vhci_hcd"; +static const char driver_desc[] = "USB/IP Virtual Host Controller"; + +struct vhci_hcd *the_controller; + +static const char * const bit_desc[] = { + "CONNECTION", /*0*/ + "ENABLE", /*1*/ + "SUSPEND", /*2*/ + "OVER_CURRENT", /*3*/ + "RESET", /*4*/ + "R5", /*5*/ + "R6", /*6*/ + "R7", /*7*/ + "POWER", /*8*/ + "LOWSPEED", /*9*/ + "HIGHSPEED", /*10*/ + "PORT_TEST", /*11*/ + "INDICATOR", /*12*/ + "R13", /*13*/ + "R14", /*14*/ + "R15", /*15*/ + "C_CONNECTION", /*16*/ + "C_ENABLE", /*17*/ + "C_SUSPEND", /*18*/ + "C_OVER_CURRENT", /*19*/ + "C_RESET", /*20*/ + "R21", /*21*/ + "R22", /*22*/ + "R23", /*23*/ + "R24", /*24*/ + "R25", /*25*/ + "R26", /*26*/ + "R27", /*27*/ + "R28", /*28*/ + "R29", /*29*/ + "R30", /*30*/ + "R31", /*31*/ +}; + +static void dump_port_status_diff(u32 prev_status, u32 new_status) +{ + int i = 0; + u32 bit = 1; + + pr_debug("status prev -> new: %08x -> %08x\n", prev_status, new_status); + while (bit) { + u32 prev = prev_status & bit; + u32 new = new_status & bit; + char change; + + if (!prev && new) + change = '+'; + else if (prev && !new) + change = '-'; + else + change = ' '; + + if (prev || new) + pr_debug(" %c%s\n", change, bit_desc[i]); + bit <<= 1; + i++; + } + pr_debug("\n"); +} + +void rh_port_connect(int rhport, enum usb_device_speed speed) +{ + usbip_dbg_vhci_rh("rh_port_connect %d\n", rhport); + + spin_lock(&the_controller->lock); + + the_controller->port_status[rhport] |= USB_PORT_STAT_CONNECTION + | (1 << USB_PORT_FEAT_C_CONNECTION); + + switch (speed) { + case USB_SPEED_HIGH: + the_controller->port_status[rhport] |= USB_PORT_STAT_HIGH_SPEED; + break; + case USB_SPEED_LOW: + the_controller->port_status[rhport] |= USB_PORT_STAT_LOW_SPEED; + break; + default: + break; + } + + spin_unlock(&the_controller->lock); + + usb_hcd_poll_rh_status(vhci_to_hcd(the_controller)); +} + +static void rh_port_disconnect(int rhport) +{ + usbip_dbg_vhci_rh("rh_port_disconnect %d\n", rhport); + + spin_lock(&the_controller->lock); + + the_controller->port_status[rhport] &= ~USB_PORT_STAT_CONNECTION; + the_controller->port_status[rhport] |= + (1 << USB_PORT_FEAT_C_CONNECTION); + + spin_unlock(&the_controller->lock); + usb_hcd_poll_rh_status(vhci_to_hcd(the_controller)); +} + +#define PORT_C_MASK \ + ((USB_PORT_STAT_C_CONNECTION \ + | USB_PORT_STAT_C_ENABLE \ + | USB_PORT_STAT_C_SUSPEND \ + | USB_PORT_STAT_C_OVERCURRENT \ + | USB_PORT_STAT_C_RESET) << 16) + +/* + * Returns 0 if the status hasn't changed, or the number of bytes in buf. + * Ports are 0-indexed from the HCD point of view, + * and 1-indexed from the USB core pointer of view. + * + * @buf: a bitmap to show which port status has been changed. + * bit 0: reserved + * bit 1: the status of port 0 has been changed. + * bit 2: the status of port 1 has been changed. + * ... + */ +static int vhci_hub_status(struct usb_hcd *hcd, char *buf) +{ + struct vhci_hcd *vhci; + int retval; + int rhport; + int changed = 0; + + retval = DIV_ROUND_UP(VHCI_NPORTS + 1, 8); + memset(buf, 0, retval); + + vhci = hcd_to_vhci(hcd); + + spin_lock(&vhci->lock); + if (!HCD_HW_ACCESSIBLE(hcd)) { + usbip_dbg_vhci_rh("hw accessible flag not on?\n"); + goto done; + } + + /* check pseudo status register for each port */ + for (rhport = 0; rhport < VHCI_NPORTS; rhport++) { + if ((vhci->port_status[rhport] & PORT_C_MASK)) { + /* The status of a port has been changed, */ + usbip_dbg_vhci_rh("port %d status changed\n", rhport); + + buf[(rhport + 1) / 8] |= 1 << (rhport + 1) % 8; + changed = 1; + } + } + + if ((hcd->state == HC_STATE_SUSPENDED) && (changed == 1)) + usb_hcd_resume_root_hub(hcd); + +done: + spin_unlock(&vhci->lock); + return changed ? retval : 0; +} + +static inline void hub_descriptor(struct usb_hub_descriptor *desc) +{ + memset(desc, 0, sizeof(*desc)); + desc->bDescriptorType = 0x29; + desc->bDescLength = 9; + desc->wHubCharacteristics = (__constant_cpu_to_le16(0x0001)); + desc->bNbrPorts = VHCI_NPORTS; + desc->u.hs.DeviceRemovable[0] = 0xff; + desc->u.hs.DeviceRemovable[1] = 0xff; +} + +static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, + u16 wIndex, char *buf, u16 wLength) +{ + struct vhci_hcd *dum; + int retval = 0; + int rhport; + + u32 prev_port_status[VHCI_NPORTS]; + + if (!HCD_HW_ACCESSIBLE(hcd)) + return -ETIMEDOUT; + + /* + * NOTE: + * wIndex shows the port number and begins from 1. + */ + usbip_dbg_vhci_rh("typeReq %x wValue %x wIndex %x\n", typeReq, wValue, + wIndex); + if (wIndex > VHCI_NPORTS) + pr_err("invalid port number %d\n", wIndex); + rhport = ((__u8)(wIndex & 0x00ff)) - 1; + + dum = hcd_to_vhci(hcd); + + spin_lock(&dum->lock); + + /* store old status and compare now and old later */ + if (usbip_dbg_flag_vhci_rh) { + memcpy(prev_port_status, dum->port_status, + sizeof(prev_port_status)); + } + + switch (typeReq) { + case ClearHubFeature: + usbip_dbg_vhci_rh(" ClearHubFeature\n"); + break; + case ClearPortFeature: + switch (wValue) { + case USB_PORT_FEAT_SUSPEND: + if (dum->port_status[rhport] & USB_PORT_STAT_SUSPEND) { + /* 20msec signaling */ + dum->resuming = 1; + dum->re_timeout = + jiffies + msecs_to_jiffies(20); + } + break; + case USB_PORT_FEAT_POWER: + usbip_dbg_vhci_rh( + " ClearPortFeature: USB_PORT_FEAT_POWER\n"); + dum->port_status[rhport] = 0; + dum->resuming = 0; + break; + case USB_PORT_FEAT_C_RESET: + usbip_dbg_vhci_rh( + " ClearPortFeature: USB_PORT_FEAT_C_RESET\n"); + switch (dum->vdev[rhport].speed) { + case USB_SPEED_HIGH: + dum->port_status[rhport] |= + USB_PORT_STAT_HIGH_SPEED; + break; + case USB_SPEED_LOW: + dum->port_status[rhport] |= + USB_PORT_STAT_LOW_SPEED; + break; + default: + break; + } + default: + usbip_dbg_vhci_rh(" ClearPortFeature: default %x\n", + wValue); + dum->port_status[rhport] &= ~(1 << wValue); + break; + } + break; + case GetHubDescriptor: + usbip_dbg_vhci_rh(" GetHubDescriptor\n"); + hub_descriptor((struct usb_hub_descriptor *) buf); + break; + case GetHubStatus: + usbip_dbg_vhci_rh(" GetHubStatus\n"); + *(__le32 *) buf = cpu_to_le32(0); + break; + case GetPortStatus: + usbip_dbg_vhci_rh(" GetPortStatus port %x\n", wIndex); + if (wIndex > VHCI_NPORTS || wIndex < 1) { + pr_err("invalid port number %d\n", wIndex); + retval = -EPIPE; + } + + /* we do not care about resume. */ + + /* whoever resets or resumes must GetPortStatus to + * complete it!! + */ + if (dum->resuming && time_after(jiffies, dum->re_timeout)) { + dum->port_status[rhport] |= + (1 << USB_PORT_FEAT_C_SUSPEND); + dum->port_status[rhport] &= + ~(1 << USB_PORT_FEAT_SUSPEND); + dum->resuming = 0; + dum->re_timeout = 0; + } + + if ((dum->port_status[rhport] & (1 << USB_PORT_FEAT_RESET)) != + 0 && time_after(jiffies, dum->re_timeout)) { + dum->port_status[rhport] |= + (1 << USB_PORT_FEAT_C_RESET); + dum->port_status[rhport] &= + ~(1 << USB_PORT_FEAT_RESET); + dum->re_timeout = 0; + + if (dum->vdev[rhport].ud.status == + VDEV_ST_NOTASSIGNED) { + usbip_dbg_vhci_rh( + " enable rhport %d (status %u)\n", + rhport, + dum->vdev[rhport].ud.status); + dum->port_status[rhport] |= + USB_PORT_STAT_ENABLE; + } + } + ((__le16 *) buf)[0] = cpu_to_le16(dum->port_status[rhport]); + ((__le16 *) buf)[1] = + cpu_to_le16(dum->port_status[rhport] >> 16); + + usbip_dbg_vhci_rh(" GetPortStatus bye %x %x\n", ((u16 *)buf)[0], + ((u16 *)buf)[1]); + break; + case SetHubFeature: + usbip_dbg_vhci_rh(" SetHubFeature\n"); + retval = -EPIPE; + break; + case SetPortFeature: + switch (wValue) { + case USB_PORT_FEAT_SUSPEND: + usbip_dbg_vhci_rh( + " SetPortFeature: USB_PORT_FEAT_SUSPEND\n"); + break; + case USB_PORT_FEAT_RESET: + usbip_dbg_vhci_rh( + " SetPortFeature: USB_PORT_FEAT_RESET\n"); + /* if it's already running, disconnect first */ + if (dum->port_status[rhport] & USB_PORT_STAT_ENABLE) { + dum->port_status[rhport] &= + ~(USB_PORT_STAT_ENABLE | + USB_PORT_STAT_LOW_SPEED | + USB_PORT_STAT_HIGH_SPEED); + /* FIXME test that code path! */ + } + /* 50msec reset signaling */ + dum->re_timeout = jiffies + msecs_to_jiffies(50); + + /* FALLTHROUGH */ + default: + usbip_dbg_vhci_rh(" SetPortFeature: default %d\n", + wValue); + dum->port_status[rhport] |= (1 << wValue); + break; + } + break; + + default: + pr_err("default: no such request\n"); + + /* "protocol stall" on error */ + retval = -EPIPE; + } + + if (usbip_dbg_flag_vhci_rh) { + pr_debug("port %d\n", rhport); + /* Only dump valid port status */ + if (rhport >= 0) { + dump_port_status_diff(prev_port_status[rhport], + dum->port_status[rhport]); + } + } + usbip_dbg_vhci_rh(" bye\n"); + + spin_unlock(&dum->lock); + + return retval; +} + +static struct vhci_device *get_vdev(struct usb_device *udev) +{ + int i; + + if (!udev) + return NULL; + + for (i = 0; i < VHCI_NPORTS; i++) + if (the_controller->vdev[i].udev == udev) + return port_to_vdev(i); + + return NULL; +} + +static void vhci_tx_urb(struct urb *urb) +{ + struct vhci_device *vdev = get_vdev(urb->dev); + struct vhci_priv *priv; + + if (!vdev) { + pr_err("could not get virtual device"); + return; + } + + priv = kzalloc(sizeof(struct vhci_priv), GFP_ATOMIC); + if (!priv) { + usbip_event_add(&vdev->ud, VDEV_EVENT_ERROR_MALLOC); + return; + } + + spin_lock(&vdev->priv_lock); + + priv->seqnum = atomic_inc_return(&the_controller->seqnum); + if (priv->seqnum == 0xffff) + dev_info(&urb->dev->dev, "seqnum max\n"); + + priv->vdev = vdev; + priv->urb = urb; + + urb->hcpriv = (void *) priv; + + list_add_tail(&priv->list, &vdev->priv_tx); + + wake_up(&vdev->waitq_tx); + spin_unlock(&vdev->priv_lock); +} + +static int vhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, + gfp_t mem_flags) +{ + struct device *dev = &urb->dev->dev; + int ret = 0; + struct vhci_device *vdev; + + usbip_dbg_vhci_hc("enter, usb_hcd %p urb %p mem_flags %d\n", + hcd, urb, mem_flags); + + /* patch to usb_sg_init() is in 2.5.60 */ + BUG_ON(!urb->transfer_buffer && urb->transfer_buffer_length); + + spin_lock(&the_controller->lock); + + if (urb->status != -EINPROGRESS) { + dev_err(dev, "URB already unlinked!, status %d\n", urb->status); + spin_unlock(&the_controller->lock); + return urb->status; + } + + vdev = port_to_vdev(urb->dev->portnum-1); + + /* refuse enqueue for dead connection */ + spin_lock(&vdev->ud.lock); + if (vdev->ud.status == VDEV_ST_NULL || + vdev->ud.status == VDEV_ST_ERROR) { + dev_err(dev, "enqueue for inactive port %d\n", vdev->rhport); + spin_unlock(&vdev->ud.lock); + spin_unlock(&the_controller->lock); + return -ENODEV; + } + spin_unlock(&vdev->ud.lock); + + ret = usb_hcd_link_urb_to_ep(hcd, urb); + if (ret) + goto no_need_unlink; + + /* + * The enumeration process is as follows; + * + * 1. Get_Descriptor request to DevAddrs(0) EndPoint(0) + * to get max packet length of default pipe + * + * 2. Set_Address request to DevAddr(0) EndPoint(0) + * + */ + if (usb_pipedevice(urb->pipe) == 0) { + __u8 type = usb_pipetype(urb->pipe); + struct usb_ctrlrequest *ctrlreq = + (struct usb_ctrlrequest *) urb->setup_packet; + + if (type != PIPE_CONTROL || !ctrlreq) { + dev_err(dev, "invalid request to devnum 0\n"); + ret = -EINVAL; + goto no_need_xmit; + } + + switch (ctrlreq->bRequest) { + case USB_REQ_SET_ADDRESS: + /* set_address may come when a device is reset */ + dev_info(dev, "SetAddress Request (%d) to port %d\n", + ctrlreq->wValue, vdev->rhport); + + if (vdev->udev) + usb_put_dev(vdev->udev); + vdev->udev = usb_get_dev(urb->dev); + + spin_lock(&vdev->ud.lock); + vdev->ud.status = VDEV_ST_USED; + spin_unlock(&vdev->ud.lock); + + if (urb->status == -EINPROGRESS) { + /* This request is successfully completed. */ + /* If not -EINPROGRESS, possibly unlinked. */ + urb->status = 0; + } + + goto no_need_xmit; + + case USB_REQ_GET_DESCRIPTOR: + if (ctrlreq->wValue == cpu_to_le16(USB_DT_DEVICE << 8)) + usbip_dbg_vhci_hc( + "Not yet?:Get_Descriptor to device 0 (get max pipe size)\n"); + + if (vdev->udev) + usb_put_dev(vdev->udev); + vdev->udev = usb_get_dev(urb->dev); + goto out; + + default: + /* NOT REACHED */ + dev_err(dev, + "invalid request to devnum 0 bRequest %u, wValue %u\n", + ctrlreq->bRequest, + ctrlreq->wValue); + ret = -EINVAL; + goto no_need_xmit; + } + + } + +out: + vhci_tx_urb(urb); + spin_unlock(&the_controller->lock); + + return 0; + +no_need_xmit: + usb_hcd_unlink_urb_from_ep(hcd, urb); +no_need_unlink: + spin_unlock(&the_controller->lock); + usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, urb->status); + return ret; +} + +/* + * vhci_rx gives back the urb after receiving the reply of the urb. If an + * unlink pdu is sent or not, vhci_rx receives a normal return pdu and gives + * back its urb. For the driver unlinking the urb, the content of the urb is + * not important, but the calling to its completion handler is important; the + * completion of unlinking is notified by the completion handler. + * + * + * CLIENT SIDE + * + * - When vhci_hcd receives RET_SUBMIT, + * + * - case 1a). the urb of the pdu is not unlinking. + * - normal case + * => just give back the urb + * + * - case 1b). the urb of the pdu is unlinking. + * - usbip.ko will return a reply of the unlinking request. + * => give back the urb now and go to case 2b). + * + * - When vhci_hcd receives RET_UNLINK, + * + * - case 2a). a submit request is still pending in vhci_hcd. + * - urb was really pending in usbip.ko and urb_unlink_urb() was + * completed there. + * => free a pending submit request + * => notify unlink completeness by giving back the urb + * + * - case 2b). a submit request is *not* pending in vhci_hcd. + * - urb was already given back to the core driver. + * => do not give back the urb + * + * + * SERVER SIDE + * + * - When usbip receives CMD_UNLINK, + * + * - case 3a). the urb of the unlink request is now in submission. + * => do usb_unlink_urb(). + * => after the unlink is completed, send RET_UNLINK. + * + * - case 3b). the urb of the unlink request is not in submission. + * - may be already completed or never be received + * => send RET_UNLINK + * + */ +static int vhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) +{ + struct vhci_priv *priv; + struct vhci_device *vdev; + + pr_info("dequeue a urb %p\n", urb); + + spin_lock(&the_controller->lock); + + priv = urb->hcpriv; + if (!priv) { + /* URB was never linked! or will be soon given back by + * vhci_rx. */ + spin_unlock(&the_controller->lock); + return 0; + } + + { + int ret = 0; + + ret = usb_hcd_check_unlink_urb(hcd, urb, status); + if (ret) { + spin_unlock(&the_controller->lock); + return ret; + } + } + + /* send unlink request here? */ + vdev = priv->vdev; + + if (!vdev->ud.tcp_socket) { + /* tcp connection is closed */ + spin_lock(&vdev->priv_lock); + + pr_info("device %p seems to be disconnected\n", vdev); + list_del(&priv->list); + kfree(priv); + urb->hcpriv = NULL; + + spin_unlock(&vdev->priv_lock); + + /* + * If tcp connection is alive, we have sent CMD_UNLINK. + * vhci_rx will receive RET_UNLINK and give back the URB. + * Otherwise, we give back it here. + */ + pr_info("gives back urb %p\n", urb); + + usb_hcd_unlink_urb_from_ep(hcd, urb); + + spin_unlock(&the_controller->lock); + usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, + urb->status); + spin_lock(&the_controller->lock); + + } else { + /* tcp connection is alive */ + struct vhci_unlink *unlink; + + spin_lock(&vdev->priv_lock); + + /* setup CMD_UNLINK pdu */ + unlink = kzalloc(sizeof(struct vhci_unlink), GFP_ATOMIC); + if (!unlink) { + spin_unlock(&vdev->priv_lock); + spin_unlock(&the_controller->lock); + usbip_event_add(&vdev->ud, VDEV_EVENT_ERROR_MALLOC); + return -ENOMEM; + } + + unlink->seqnum = atomic_inc_return(&the_controller->seqnum); + if (unlink->seqnum == 0xffff) + pr_info("seqnum max\n"); + + unlink->unlink_seqnum = priv->seqnum; + + pr_info("device %p seems to be still connected\n", vdev); + + /* send cmd_unlink and try to cancel the pending URB in the + * peer */ + list_add_tail(&unlink->list, &vdev->unlink_tx); + wake_up(&vdev->waitq_tx); + + spin_unlock(&vdev->priv_lock); + } + + spin_unlock(&the_controller->lock); + + usbip_dbg_vhci_hc("leave\n"); + return 0; +} + +static void vhci_device_unlink_cleanup(struct vhci_device *vdev) +{ + struct vhci_unlink *unlink, *tmp; + + spin_lock(&the_controller->lock); + spin_lock(&vdev->priv_lock); + + list_for_each_entry_safe(unlink, tmp, &vdev->unlink_tx, list) { + pr_info("unlink cleanup tx %lu\n", unlink->unlink_seqnum); + list_del(&unlink->list); + kfree(unlink); + } + + while (!list_empty(&vdev->unlink_rx)) { + struct urb *urb; + + unlink = list_first_entry(&vdev->unlink_rx, struct vhci_unlink, + list); + + /* give back URB of unanswered unlink request */ + pr_info("unlink cleanup rx %lu\n", unlink->unlink_seqnum); + + urb = pickup_urb_and_free_priv(vdev, unlink->unlink_seqnum); + if (!urb) { + pr_info("the urb (seqnum %lu) was already given back\n", + unlink->unlink_seqnum); + list_del(&unlink->list); + kfree(unlink); + continue; + } + + urb->status = -ENODEV; + + usb_hcd_unlink_urb_from_ep(vhci_to_hcd(the_controller), urb); + + list_del(&unlink->list); + + spin_unlock(&vdev->priv_lock); + spin_unlock(&the_controller->lock); + + usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, + urb->status); + + spin_lock(&the_controller->lock); + spin_lock(&vdev->priv_lock); + + kfree(unlink); + } + + spin_unlock(&vdev->priv_lock); + spin_unlock(&the_controller->lock); +} + +/* + * The important thing is that only one context begins cleanup. + * This is why error handling and cleanup become simple. + * We do not want to consider race condition as possible. + */ +static void vhci_shutdown_connection(struct usbip_device *ud) +{ + struct vhci_device *vdev = container_of(ud, struct vhci_device, ud); + + /* need this? see stub_dev.c */ + if (ud->tcp_socket) { + pr_debug("shutdown tcp_socket %p\n", ud->tcp_socket); + kernel_sock_shutdown(ud->tcp_socket, SHUT_RDWR); + } + + /* kill threads related to this sdev */ + if (vdev->ud.tcp_rx) { + kthread_stop_put(vdev->ud.tcp_rx); + vdev->ud.tcp_rx = NULL; + } + if (vdev->ud.tcp_tx) { + kthread_stop_put(vdev->ud.tcp_tx); + vdev->ud.tcp_tx = NULL; + } + pr_info("stop threads\n"); + + /* active connection is closed */ + if (vdev->ud.tcp_socket) { + sockfd_put(vdev->ud.tcp_socket); + vdev->ud.tcp_socket = NULL; + } + pr_info("release socket\n"); + + vhci_device_unlink_cleanup(vdev); + + /* + * rh_port_disconnect() is a trigger of ... + * usb_disable_device(): + * disable all the endpoints for a USB device. + * usb_disable_endpoint(): + * disable endpoints. pending urbs are unlinked(dequeued). + * + * NOTE: After calling rh_port_disconnect(), the USB device drivers of a + * detached device should release used urbs in a cleanup function (i.e. + * xxx_disconnect()). Therefore, vhci_hcd does not need to release + * pushed urbs and their private data in this function. + * + * NOTE: vhci_dequeue() must be considered carefully. When shutting down + * a connection, vhci_shutdown_connection() expects vhci_dequeue() + * gives back pushed urbs and frees their private data by request of + * the cleanup function of a USB driver. When unlinking a urb with an + * active connection, vhci_dequeue() does not give back the urb which + * is actually given back by vhci_rx after receiving its return pdu. + * + */ + rh_port_disconnect(vdev->rhport); + + pr_info("disconnect device\n"); +} + + +static void vhci_device_reset(struct usbip_device *ud) +{ + struct vhci_device *vdev = container_of(ud, struct vhci_device, ud); + + spin_lock(&ud->lock); + + vdev->speed = 0; + vdev->devid = 0; + + if (vdev->udev) + usb_put_dev(vdev->udev); + vdev->udev = NULL; + + if (ud->tcp_socket) { + sockfd_put(ud->tcp_socket); + ud->tcp_socket = NULL; + } + ud->status = VDEV_ST_NULL; + + spin_unlock(&ud->lock); +} + +static void vhci_device_unusable(struct usbip_device *ud) +{ + spin_lock(&ud->lock); + ud->status = VDEV_ST_ERROR; + spin_unlock(&ud->lock); +} + +static void vhci_device_init(struct vhci_device *vdev) +{ + memset(vdev, 0, sizeof(*vdev)); + + vdev->ud.side = USBIP_VHCI; + vdev->ud.status = VDEV_ST_NULL; + spin_lock_init(&vdev->ud.lock); + + INIT_LIST_HEAD(&vdev->priv_rx); + INIT_LIST_HEAD(&vdev->priv_tx); + INIT_LIST_HEAD(&vdev->unlink_tx); + INIT_LIST_HEAD(&vdev->unlink_rx); + spin_lock_init(&vdev->priv_lock); + + init_waitqueue_head(&vdev->waitq_tx); + + vdev->ud.eh_ops.shutdown = vhci_shutdown_connection; + vdev->ud.eh_ops.reset = vhci_device_reset; + vdev->ud.eh_ops.unusable = vhci_device_unusable; + + usbip_start_eh(&vdev->ud); +} + +static int vhci_start(struct usb_hcd *hcd) +{ + struct vhci_hcd *vhci = hcd_to_vhci(hcd); + int rhport; + int err = 0; + + usbip_dbg_vhci_hc("enter vhci_start\n"); + + /* initialize private data of usb_hcd */ + + for (rhport = 0; rhport < VHCI_NPORTS; rhport++) { + struct vhci_device *vdev = &vhci->vdev[rhport]; + + vhci_device_init(vdev); + vdev->rhport = rhport; + } + + atomic_set(&vhci->seqnum, 0); + spin_lock_init(&vhci->lock); + + hcd->power_budget = 0; /* no limit */ + hcd->uses_new_polling = 1; + + /* vhci_hcd is now ready to be controlled through sysfs */ + err = sysfs_create_group(&vhci_dev(vhci)->kobj, &dev_attr_group); + if (err) { + pr_err("create sysfs files\n"); + return err; + } + + return 0; +} + +static void vhci_stop(struct usb_hcd *hcd) +{ + struct vhci_hcd *vhci = hcd_to_vhci(hcd); + int rhport = 0; + + usbip_dbg_vhci_hc("stop VHCI controller\n"); + + /* 1. remove the userland interface of vhci_hcd */ + sysfs_remove_group(&vhci_dev(vhci)->kobj, &dev_attr_group); + + /* 2. shutdown all the ports of vhci_hcd */ + for (rhport = 0; rhport < VHCI_NPORTS; rhport++) { + struct vhci_device *vdev = &vhci->vdev[rhport]; + + usbip_event_add(&vdev->ud, VDEV_EVENT_REMOVED); + usbip_stop_eh(&vdev->ud); + } +} + +static int vhci_get_frame_number(struct usb_hcd *hcd) +{ + pr_err("Not yet implemented\n"); + return 0; +} + +#ifdef CONFIG_PM + +/* FIXME: suspend/resume */ +static int vhci_bus_suspend(struct usb_hcd *hcd) +{ + struct vhci_hcd *vhci = hcd_to_vhci(hcd); + + dev_dbg(&hcd->self.root_hub->dev, "%s\n", __func__); + + spin_lock(&vhci->lock); + hcd->state = HC_STATE_SUSPENDED; + spin_unlock(&vhci->lock); + + return 0; +} + +static int vhci_bus_resume(struct usb_hcd *hcd) +{ + struct vhci_hcd *vhci = hcd_to_vhci(hcd); + int rc = 0; + + dev_dbg(&hcd->self.root_hub->dev, "%s\n", __func__); + + spin_lock(&vhci->lock); + if (!HCD_HW_ACCESSIBLE(hcd)) + rc = -ESHUTDOWN; + else + hcd->state = HC_STATE_RUNNING; + spin_unlock(&vhci->lock); + + return rc; +} + +#else + +#define vhci_bus_suspend NULL +#define vhci_bus_resume NULL +#endif + +static struct hc_driver vhci_hc_driver = { + .description = driver_name, + .product_desc = driver_desc, + .hcd_priv_size = sizeof(struct vhci_hcd), + + .flags = HCD_USB2, + + .start = vhci_start, + .stop = vhci_stop, + + .urb_enqueue = vhci_urb_enqueue, + .urb_dequeue = vhci_urb_dequeue, + + .get_frame_number = vhci_get_frame_number, + + .hub_status_data = vhci_hub_status, + .hub_control = vhci_hub_control, + .bus_suspend = vhci_bus_suspend, + .bus_resume = vhci_bus_resume, +}; + +static int vhci_hcd_probe(struct platform_device *pdev) +{ + struct usb_hcd *hcd; + int ret; + + usbip_dbg_vhci_hc("name %s id %d\n", pdev->name, pdev->id); + + /* + * Allocate and initialize hcd. + * Our private data is also allocated automatically. + */ + hcd = usb_create_hcd(&vhci_hc_driver, &pdev->dev, dev_name(&pdev->dev)); + if (!hcd) { + pr_err("create hcd failed\n"); + return -ENOMEM; + } + hcd->has_tt = 1; + + /* this is private data for vhci_hcd */ + the_controller = hcd_to_vhci(hcd); + + /* + * Finish generic HCD structure initialization and register. + * Call the driver's reset() and start() routines. + */ + ret = usb_add_hcd(hcd, 0, 0); + if (ret != 0) { + pr_err("usb_add_hcd failed %d\n", ret); + usb_put_hcd(hcd); + the_controller = NULL; + return ret; + } + + usbip_dbg_vhci_hc("bye\n"); + return 0; +} + +static int vhci_hcd_remove(struct platform_device *pdev) +{ + struct usb_hcd *hcd; + + hcd = platform_get_drvdata(pdev); + if (!hcd) + return 0; + + /* + * Disconnects the root hub, + * then reverses the effects of usb_add_hcd(), + * invoking the HCD's stop() methods. + */ + usb_remove_hcd(hcd); + usb_put_hcd(hcd); + the_controller = NULL; + + return 0; +} + +#ifdef CONFIG_PM + +/* what should happen for USB/IP under suspend/resume? */ +static int vhci_hcd_suspend(struct platform_device *pdev, pm_message_t state) +{ + struct usb_hcd *hcd; + int rhport = 0; + int connected = 0; + int ret = 0; + + hcd = platform_get_drvdata(pdev); + + spin_lock(&the_controller->lock); + + for (rhport = 0; rhport < VHCI_NPORTS; rhport++) + if (the_controller->port_status[rhport] & + USB_PORT_STAT_CONNECTION) + connected += 1; + + spin_unlock(&the_controller->lock); + + if (connected > 0) { + dev_info(&pdev->dev, + "We have %d active connection%s. Do not suspend.\n", + connected, (connected == 1 ? "" : "s")); + ret = -EBUSY; + } else { + dev_info(&pdev->dev, "suspend vhci_hcd"); + clear_bit(HCD_FLAG_HW_ACCESSIBLE, &hcd->flags); + } + + return ret; +} + +static int vhci_hcd_resume(struct platform_device *pdev) +{ + struct usb_hcd *hcd; + + dev_dbg(&pdev->dev, "%s\n", __func__); + + hcd = platform_get_drvdata(pdev); + set_bit(HCD_FLAG_HW_ACCESSIBLE, &hcd->flags); + usb_hcd_poll_rh_status(hcd); + + return 0; +} + +#else + +#define vhci_hcd_suspend NULL +#define vhci_hcd_resume NULL + +#endif + +static struct platform_driver vhci_driver = { + .probe = vhci_hcd_probe, + .remove = vhci_hcd_remove, + .suspend = vhci_hcd_suspend, + .resume = vhci_hcd_resume, + .driver = { + .name = driver_name, + .owner = THIS_MODULE, + }, +}; + +/* + * The VHCI 'device' is 'virtual'; not a real plug&play hardware. + * We need to add this virtual device as a platform device arbitrarily: + * 1. platform_device_register() + */ +static void the_pdev_release(struct device *dev) +{ +} + +static struct platform_device the_pdev = { + /* should be the same name as driver_name */ + .name = driver_name, + .id = -1, + .dev = { + .release = the_pdev_release, + }, +}; + +static int __init vhci_hcd_init(void) +{ + int ret; + + if (usb_disabled()) + return -ENODEV; + + ret = platform_driver_register(&vhci_driver); + if (ret) + goto err_driver_register; + + ret = platform_device_register(&the_pdev); + if (ret) + goto err_platform_device_register; + + pr_info(DRIVER_DESC " v" USBIP_VERSION "\n"); + return ret; + +err_platform_device_register: + platform_driver_unregister(&vhci_driver); +err_driver_register: + return ret; +} + +static void __exit vhci_hcd_exit(void) +{ + platform_device_unregister(&the_pdev); + platform_driver_unregister(&vhci_driver); +} + +module_init(vhci_hcd_init); +module_exit(vhci_hcd_exit); + +MODULE_AUTHOR(DRIVER_AUTHOR); +MODULE_DESCRIPTION(DRIVER_DESC); +MODULE_LICENSE("GPL"); +MODULE_VERSION(USBIP_VERSION); --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/vhci_rx.c +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/vhci_rx.c @@ -0,0 +1,268 @@ +/* + * Copyright (C) 2003-2008 Takahiro Hirofuchi + * + * This 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; either version 2 of the License, or + * (at your option) any later version. + * + * This 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#include +#include + +#include "usbip_common.h" +#include "vhci.h" + +/* get URB from transmitted urb queue. caller must hold vdev->priv_lock */ +struct urb *pickup_urb_and_free_priv(struct vhci_device *vdev, __u32 seqnum) +{ + struct vhci_priv *priv, *tmp; + struct urb *urb = NULL; + int status; + + list_for_each_entry_safe(priv, tmp, &vdev->priv_rx, list) { + if (priv->seqnum != seqnum) + continue; + + urb = priv->urb; + status = urb->status; + + usbip_dbg_vhci_rx("find urb %p vurb %p seqnum %u\n", + urb, priv, seqnum); + + switch (status) { + case -ENOENT: + /* fall through */ + case -ECONNRESET: + dev_info(&urb->dev->dev, + "urb %p was unlinked %ssynchronuously.\n", urb, + status == -ENOENT ? "" : "a"); + break; + case -EINPROGRESS: + /* no info output */ + break; + default: + dev_info(&urb->dev->dev, + "urb %p may be in a error, status %d\n", urb, + status); + } + + list_del(&priv->list); + kfree(priv); + urb->hcpriv = NULL; + + break; + } + + return urb; +} + +static void vhci_recv_ret_submit(struct vhci_device *vdev, + struct usbip_header *pdu) +{ + struct usbip_device *ud = &vdev->ud; + struct urb *urb; + + spin_lock(&vdev->priv_lock); + urb = pickup_urb_and_free_priv(vdev, pdu->base.seqnum); + spin_unlock(&vdev->priv_lock); + + if (!urb) { + pr_err("cannot find a urb of seqnum %u\n", pdu->base.seqnum); + pr_info("max seqnum %d\n", + atomic_read(&the_controller->seqnum)); + usbip_event_add(ud, VDEV_EVENT_ERROR_TCP); + return; + } + + /* unpack the pdu to a urb */ + usbip_pack_pdu(pdu, urb, USBIP_RET_SUBMIT, 0); + + /* recv transfer buffer */ + if (usbip_recv_xbuff(ud, urb) < 0) + return; + + /* recv iso_packet_descriptor */ + if (usbip_recv_iso(ud, urb) < 0) + return; + + /* restore the padding in iso packets */ + usbip_pad_iso(ud, urb); + + if (usbip_dbg_flag_vhci_rx) + usbip_dump_urb(urb); + + usbip_dbg_vhci_rx("now giveback urb %p\n", urb); + + spin_lock(&the_controller->lock); + usb_hcd_unlink_urb_from_ep(vhci_to_hcd(the_controller), urb); + spin_unlock(&the_controller->lock); + + usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, urb->status); + + usbip_dbg_vhci_rx("Leave\n"); +} + +static struct vhci_unlink *dequeue_pending_unlink(struct vhci_device *vdev, + struct usbip_header *pdu) +{ + struct vhci_unlink *unlink, *tmp; + + spin_lock(&vdev->priv_lock); + + list_for_each_entry_safe(unlink, tmp, &vdev->unlink_rx, list) { + pr_info("unlink->seqnum %lu\n", unlink->seqnum); + if (unlink->seqnum == pdu->base.seqnum) { + usbip_dbg_vhci_rx("found pending unlink, %lu\n", + unlink->seqnum); + list_del(&unlink->list); + + spin_unlock(&vdev->priv_lock); + return unlink; + } + } + + spin_unlock(&vdev->priv_lock); + + return NULL; +} + +static void vhci_recv_ret_unlink(struct vhci_device *vdev, + struct usbip_header *pdu) +{ + struct vhci_unlink *unlink; + struct urb *urb; + + usbip_dump_header(pdu); + + unlink = dequeue_pending_unlink(vdev, pdu); + if (!unlink) { + pr_info("cannot find the pending unlink %u\n", + pdu->base.seqnum); + return; + } + + spin_lock(&vdev->priv_lock); + urb = pickup_urb_and_free_priv(vdev, unlink->unlink_seqnum); + spin_unlock(&vdev->priv_lock); + + if (!urb) { + /* + * I get the result of a unlink request. But, it seems that I + * already received the result of its submit result and gave + * back the URB. + */ + pr_info("the urb (seqnum %d) was already given back\n", + pdu->base.seqnum); + } else { + usbip_dbg_vhci_rx("now giveback urb %p\n", urb); + + /* If unlink is successful, status is -ECONNRESET */ + urb->status = pdu->u.ret_unlink.status; + pr_info("urb->status %d\n", urb->status); + + spin_lock(&the_controller->lock); + usb_hcd_unlink_urb_from_ep(vhci_to_hcd(the_controller), urb); + spin_unlock(&the_controller->lock); + + usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, + urb->status); + } + + kfree(unlink); +} + +static int vhci_priv_tx_empty(struct vhci_device *vdev) +{ + int empty = 0; + + spin_lock(&vdev->priv_lock); + empty = list_empty(&vdev->priv_rx); + spin_unlock(&vdev->priv_lock); + + return empty; +} + +/* recv a pdu */ +static void vhci_rx_pdu(struct usbip_device *ud) +{ + int ret; + struct usbip_header pdu; + struct vhci_device *vdev = container_of(ud, struct vhci_device, ud); + + usbip_dbg_vhci_rx("Enter\n"); + + memset(&pdu, 0, sizeof(pdu)); + + /* receive a pdu header */ + ret = usbip_recv(ud->tcp_socket, &pdu, sizeof(pdu)); + if (ret < 0) { + if (ret == -ECONNRESET) + pr_info("connection reset by peer\n"); + else if (ret == -EAGAIN) { + /* ignore if connection was idle */ + if (vhci_priv_tx_empty(vdev)) + return; + pr_info("connection timed out with pending urbs\n"); + } else if (ret != -ERESTARTSYS) + pr_info("xmit failed %d\n", ret); + + usbip_event_add(ud, VDEV_EVENT_ERROR_TCP); + return; + } + if (ret == 0) { + pr_info("connection closed"); + usbip_event_add(ud, VDEV_EVENT_DOWN); + return; + } + if (ret != sizeof(pdu)) { + pr_err("received pdu size is %d, should be %d\n", ret, + (unsigned int)sizeof(pdu)); + usbip_event_add(ud, VDEV_EVENT_ERROR_TCP); + return; + } + + usbip_header_correct_endian(&pdu, 0); + + if (usbip_dbg_flag_vhci_rx) + usbip_dump_header(&pdu); + + switch (pdu.base.command) { + case USBIP_RET_SUBMIT: + vhci_recv_ret_submit(vdev, &pdu); + break; + case USBIP_RET_UNLINK: + vhci_recv_ret_unlink(vdev, &pdu); + break; + default: + /* NOT REACHED */ + pr_err("unknown pdu %u\n", pdu.base.command); + usbip_dump_header(&pdu); + usbip_event_add(ud, VDEV_EVENT_ERROR_TCP); + break; + } +} + +int vhci_rx_loop(void *data) +{ + struct usbip_device *ud = data; + + while (!kthread_should_stop()) { + if (usbip_event_happened(ud)) + break; + + vhci_rx_pdu(ud); + } + + return 0; +} --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/vhci_sysfs.c +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/vhci_sysfs.c @@ -0,0 +1,252 @@ +/* + * Copyright (C) 2003-2008 Takahiro Hirofuchi + * + * This 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; either version 2 of the License, or + * (at your option) any later version. + * + * This 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#include +#include +#include + +#include "usbip_common.h" +#include "vhci.h" + +/* TODO: refine locking ?*/ + +/* Sysfs entry to show port status */ +static ssize_t status_show(struct device *dev, struct device_attribute *attr, + char *out) +{ + char *s = out; + int i = 0; + + BUG_ON(!the_controller || !out); + + spin_lock(&the_controller->lock); + + /* + * output example: + * prt sta spd dev socket local_busid + * 000 004 000 000 c5a7bb80 1-2.3 + * 001 004 000 000 d8cee980 2-3.4 + * + * IP address can be retrieved from a socket pointer address by looking + * up /proc/net/{tcp,tcp6}. Also, a userland program may remember a + * port number and its peer IP address. + */ + out += sprintf(out, + "prt sta spd bus dev socket local_busid\n"); + + for (i = 0; i < VHCI_NPORTS; i++) { + struct vhci_device *vdev = port_to_vdev(i); + + spin_lock(&vdev->ud.lock); + out += sprintf(out, "%03u %03u ", i, vdev->ud.status); + + if (vdev->ud.status == VDEV_ST_USED) { + out += sprintf(out, "%03u %08x ", + vdev->speed, vdev->devid); + out += sprintf(out, "%16p ", vdev->ud.tcp_socket); + out += sprintf(out, "%s", dev_name(&vdev->udev->dev)); + + } else { + out += sprintf(out, "000 000 000 0000000000000000 0-0"); + } + + out += sprintf(out, "\n"); + spin_unlock(&vdev->ud.lock); + } + + spin_unlock(&the_controller->lock); + + return out - s; +} +static DEVICE_ATTR_RO(status); + +/* Sysfs entry to shutdown a virtual connection */ +static int vhci_port_disconnect(__u32 rhport) +{ + struct vhci_device *vdev; + + usbip_dbg_vhci_sysfs("enter\n"); + + /* lock */ + spin_lock(&the_controller->lock); + + vdev = port_to_vdev(rhport); + + spin_lock(&vdev->ud.lock); + if (vdev->ud.status == VDEV_ST_NULL) { + pr_err("not connected %d\n", vdev->ud.status); + + /* unlock */ + spin_unlock(&vdev->ud.lock); + spin_unlock(&the_controller->lock); + + return -EINVAL; + } + + /* unlock */ + spin_unlock(&vdev->ud.lock); + spin_unlock(&the_controller->lock); + + usbip_event_add(&vdev->ud, VDEV_EVENT_DOWN); + + return 0; +} + +static ssize_t store_detach(struct device *dev, struct device_attribute *attr, + const char *buf, size_t count) +{ + int err; + __u32 rhport = 0; + + if (sscanf(buf, "%u", &rhport) != 1) + return -EINVAL; + + /* check rhport */ + if (rhport >= VHCI_NPORTS) { + dev_err(dev, "invalid port %u\n", rhport); + return -EINVAL; + } + + err = vhci_port_disconnect(rhport); + if (err < 0) + return -EINVAL; + + usbip_dbg_vhci_sysfs("Leave\n"); + + return count; +} +static DEVICE_ATTR(detach, S_IWUSR, NULL, store_detach); + +/* Sysfs entry to establish a virtual connection */ +static int valid_args(__u32 rhport, enum usb_device_speed speed) +{ + /* check rhport */ + if (rhport >= VHCI_NPORTS) { + pr_err("port %u\n", rhport); + return -EINVAL; + } + + /* check speed */ + switch (speed) { + case USB_SPEED_LOW: + case USB_SPEED_FULL: + case USB_SPEED_HIGH: + case USB_SPEED_WIRELESS: + break; + default: + pr_err("Failed attach request for unsupported USB speed: %s\n", + usb_speed_string(speed)); + return -EINVAL; + } + + return 0; +} + +/* + * To start a new USB/IP attachment, a userland program needs to setup a TCP + * connection and then write its socket descriptor with remote device + * information into this sysfs file. + * + * A remote device is virtually attached to the root-hub port of @rhport with + * @speed. @devid is embedded into a request to specify the remote device in a + * server host. + * + * write() returns 0 on success, else negative errno. + */ +static ssize_t store_attach(struct device *dev, struct device_attribute *attr, + const char *buf, size_t count) +{ + struct vhci_device *vdev; + struct socket *socket; + int sockfd = 0; + __u32 rhport = 0, devid = 0, speed = 0; + int err; + + /* + * @rhport: port number of vhci_hcd + * @sockfd: socket descriptor of an established TCP connection + * @devid: unique device identifier in a remote host + * @speed: usb device speed in a remote host + */ + if (sscanf(buf, "%u %u %u %u", &rhport, &sockfd, &devid, &speed) != 4) + return -EINVAL; + + usbip_dbg_vhci_sysfs("rhport(%u) sockfd(%u) devid(%u) speed(%u)\n", + rhport, sockfd, devid, speed); + + /* check received parameters */ + if (valid_args(rhport, speed) < 0) + return -EINVAL; + + /* Extract socket from fd. */ + socket = sockfd_lookup(sockfd, &err); + if (!socket) + return -EINVAL; + + /* now need lock until setting vdev status as used */ + + /* begin a lock */ + spin_lock(&the_controller->lock); + vdev = port_to_vdev(rhport); + spin_lock(&vdev->ud.lock); + + if (vdev->ud.status != VDEV_ST_NULL) { + /* end of the lock */ + spin_unlock(&vdev->ud.lock); + spin_unlock(&the_controller->lock); + + sockfd_put(socket); + + dev_err(dev, "port %d already used\n", rhport); + return -EINVAL; + } + + dev_info(dev, + "rhport(%u) sockfd(%d) devid(%u) speed(%u) speed_str(%s)\n", + rhport, sockfd, devid, speed, usb_speed_string(speed)); + + vdev->devid = devid; + vdev->speed = speed; + vdev->ud.tcp_socket = socket; + vdev->ud.status = VDEV_ST_NOTASSIGNED; + + spin_unlock(&vdev->ud.lock); + spin_unlock(&the_controller->lock); + /* end the lock */ + + vdev->ud.tcp_rx = kthread_get_run(vhci_rx_loop, &vdev->ud, "vhci_rx"); + vdev->ud.tcp_tx = kthread_get_run(vhci_tx_loop, &vdev->ud, "vhci_tx"); + + rh_port_connect(rhport, speed); + + return count; +} +static DEVICE_ATTR(attach, S_IWUSR, NULL, store_attach); + +static struct attribute *dev_attrs[] = { + &dev_attr_status.attr, + &dev_attr_detach.attr, + &dev_attr_attach.attr, + &dev_attr_usbip_debug.attr, + NULL, +}; + +const struct attribute_group dev_attr_group = { + .attrs = dev_attrs, +}; --- linux-lts-utopic-3.16.0.orig/drivers/usb/usbip/vhci_tx.c +++ linux-lts-utopic-3.16.0/drivers/usb/usbip/vhci_tx.c @@ -0,0 +1,224 @@ +/* + * Copyright (C) 2003-2008 Takahiro Hirofuchi + * + * This 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; either version 2 of the License, or + * (at your option) any later version. + * + * This 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#include +#include + +#include "usbip_common.h" +#include "vhci.h" + +static void setup_cmd_submit_pdu(struct usbip_header *pdup, struct urb *urb) +{ + struct vhci_priv *priv = ((struct vhci_priv *)urb->hcpriv); + struct vhci_device *vdev = priv->vdev; + + usbip_dbg_vhci_tx("URB, local devnum %u, remote devid %u\n", + usb_pipedevice(urb->pipe), vdev->devid); + + pdup->base.command = USBIP_CMD_SUBMIT; + pdup->base.seqnum = priv->seqnum; + pdup->base.devid = vdev->devid; + pdup->base.direction = usb_pipein(urb->pipe) ? + USBIP_DIR_IN : USBIP_DIR_OUT; + pdup->base.ep = usb_pipeendpoint(urb->pipe); + + usbip_pack_pdu(pdup, urb, USBIP_CMD_SUBMIT, 1); + + if (urb->setup_packet) + memcpy(pdup->u.cmd_submit.setup, urb->setup_packet, 8); +} + +static struct vhci_priv *dequeue_from_priv_tx(struct vhci_device *vdev) +{ + struct vhci_priv *priv, *tmp; + + spin_lock(&vdev->priv_lock); + + list_for_each_entry_safe(priv, tmp, &vdev->priv_tx, list) { + list_move_tail(&priv->list, &vdev->priv_rx); + spin_unlock(&vdev->priv_lock); + return priv; + } + + spin_unlock(&vdev->priv_lock); + + return NULL; +} + +static int vhci_send_cmd_submit(struct vhci_device *vdev) +{ + struct vhci_priv *priv = NULL; + + struct msghdr msg; + struct kvec iov[3]; + size_t txsize; + + size_t total_size = 0; + + while ((priv = dequeue_from_priv_tx(vdev)) != NULL) { + int ret; + struct urb *urb = priv->urb; + struct usbip_header pdu_header; + struct usbip_iso_packet_descriptor *iso_buffer = NULL; + + txsize = 0; + memset(&pdu_header, 0, sizeof(pdu_header)); + memset(&msg, 0, sizeof(msg)); + memset(&iov, 0, sizeof(iov)); + + usbip_dbg_vhci_tx("setup txdata urb %p\n", urb); + + /* 1. setup usbip_header */ + setup_cmd_submit_pdu(&pdu_header, urb); + usbip_header_correct_endian(&pdu_header, 1); + + iov[0].iov_base = &pdu_header; + iov[0].iov_len = sizeof(pdu_header); + txsize += sizeof(pdu_header); + + /* 2. setup transfer buffer */ + if (!usb_pipein(urb->pipe) && urb->transfer_buffer_length > 0) { + iov[1].iov_base = urb->transfer_buffer; + iov[1].iov_len = urb->transfer_buffer_length; + txsize += urb->transfer_buffer_length; + } + + /* 3. setup iso_packet_descriptor */ + if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { + ssize_t len = 0; + + iso_buffer = usbip_alloc_iso_desc_pdu(urb, &len); + if (!iso_buffer) { + usbip_event_add(&vdev->ud, + SDEV_EVENT_ERROR_MALLOC); + return -1; + } + + iov[2].iov_base = iso_buffer; + iov[2].iov_len = len; + txsize += len; + } + + ret = kernel_sendmsg(vdev->ud.tcp_socket, &msg, iov, 3, txsize); + if (ret != txsize) { + pr_err("sendmsg failed!, ret=%d for %zd\n", ret, + txsize); + kfree(iso_buffer); + usbip_event_add(&vdev->ud, VDEV_EVENT_ERROR_TCP); + return -1; + } + + kfree(iso_buffer); + usbip_dbg_vhci_tx("send txdata\n"); + + total_size += txsize; + } + + return total_size; +} + +static struct vhci_unlink *dequeue_from_unlink_tx(struct vhci_device *vdev) +{ + struct vhci_unlink *unlink, *tmp; + + spin_lock(&vdev->priv_lock); + + list_for_each_entry_safe(unlink, tmp, &vdev->unlink_tx, list) { + list_move_tail(&unlink->list, &vdev->unlink_rx); + spin_unlock(&vdev->priv_lock); + return unlink; + } + + spin_unlock(&vdev->priv_lock); + + return NULL; +} + +static int vhci_send_cmd_unlink(struct vhci_device *vdev) +{ + struct vhci_unlink *unlink = NULL; + + struct msghdr msg; + struct kvec iov[3]; + size_t txsize; + + size_t total_size = 0; + + while ((unlink = dequeue_from_unlink_tx(vdev)) != NULL) { + int ret; + struct usbip_header pdu_header; + + txsize = 0; + memset(&pdu_header, 0, sizeof(pdu_header)); + memset(&msg, 0, sizeof(msg)); + memset(&iov, 0, sizeof(iov)); + + usbip_dbg_vhci_tx("setup cmd unlink, %lu\n", unlink->seqnum); + + /* 1. setup usbip_header */ + pdu_header.base.command = USBIP_CMD_UNLINK; + pdu_header.base.seqnum = unlink->seqnum; + pdu_header.base.devid = vdev->devid; + pdu_header.base.ep = 0; + pdu_header.u.cmd_unlink.seqnum = unlink->unlink_seqnum; + + usbip_header_correct_endian(&pdu_header, 1); + + iov[0].iov_base = &pdu_header; + iov[0].iov_len = sizeof(pdu_header); + txsize += sizeof(pdu_header); + + ret = kernel_sendmsg(vdev->ud.tcp_socket, &msg, iov, 1, txsize); + if (ret != txsize) { + pr_err("sendmsg failed!, ret=%d for %zd\n", ret, + txsize); + usbip_event_add(&vdev->ud, VDEV_EVENT_ERROR_TCP); + return -1; + } + + usbip_dbg_vhci_tx("send txdata\n"); + + total_size += txsize; + } + + return total_size; +} + +int vhci_tx_loop(void *data) +{ + struct usbip_device *ud = data; + struct vhci_device *vdev = container_of(ud, struct vhci_device, ud); + + while (!kthread_should_stop()) { + if (vhci_send_cmd_submit(vdev) < 0) + break; + + if (vhci_send_cmd_unlink(vdev) < 0) + break; + + wait_event_interruptible(vdev->waitq_tx, + (!list_empty(&vdev->priv_tx) || + !list_empty(&vdev->unlink_tx) || + kthread_should_stop())); + + usbip_dbg_vhci_tx("pending urbs ?, now wake up\n"); + } + + return 0; +} --- linux-lts-utopic-3.16.0.orig/drivers/uwb/lc-dev.c +++ linux-lts-utopic-3.16.0/drivers/uwb/lc-dev.c @@ -431,16 +431,19 @@ uwb_dev->mac_addr = *bce->mac_addr; uwb_dev->dev_addr = bce->dev_addr; dev_set_name(&uwb_dev->dev, "%s", macbuf); + + /* plug the beacon cache */ + bce->uwb_dev = uwb_dev; + uwb_dev->bce = bce; + uwb_bce_get(bce); /* released in uwb_dev_sys_release() */ + result = uwb_dev_add(uwb_dev, &rc->uwb_dev.dev, rc); if (result < 0) { dev_err(dev, "new device %s: cannot instantiate device\n", macbuf); goto error_dev_add; } - /* plug the beacon cache */ - bce->uwb_dev = uwb_dev; - uwb_dev->bce = bce; - uwb_bce_get(bce); /* released in uwb_dev_sys_release() */ + dev_info(dev, "uwb device (mac %s dev %s) connected to %s %s\n", macbuf, devbuf, rc->uwb_dev.dev.parent->bus->name, dev_name(rc->uwb_dev.dev.parent)); @@ -448,6 +451,8 @@ return; error_dev_add: + bce->uwb_dev = NULL; + uwb_bce_put(bce); kfree(uwb_dev); return; } --- linux-lts-utopic-3.16.0.orig/drivers/vfio/pci/vfio_pci.c +++ linux-lts-utopic-3.16.0/drivers/vfio/pci/vfio_pci.c @@ -346,7 +346,8 @@ info.num_regions = VFIO_PCI_NUM_REGIONS; info.num_irqs = VFIO_PCI_NUM_IRQS; - return copy_to_user((void __user *)arg, &info, minsz); + return copy_to_user((void __user *)arg, &info, minsz) ? + -EFAULT : 0; } else if (cmd == VFIO_DEVICE_GET_REGION_INFO) { struct pci_dev *pdev = vdev->pdev; @@ -419,7 +420,8 @@ return -EINVAL; } - return copy_to_user((void __user *)arg, &info, minsz); + return copy_to_user((void __user *)arg, &info, minsz) ? + -EFAULT : 0; } else if (cmd == VFIO_DEVICE_GET_IRQ_INFO) { struct vfio_irq_info info; @@ -453,7 +455,8 @@ else info.flags |= VFIO_IRQ_INFO_NORESIZE; - return copy_to_user((void __user *)arg, &info, minsz); + return copy_to_user((void __user *)arg, &info, minsz) ? + -EFAULT : 0; } else if (cmd == VFIO_DEVICE_SET_IRQS) { struct vfio_irq_set hdr; @@ -810,13 +813,11 @@ static int vfio_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id) { - u8 type; struct vfio_pci_device *vdev; struct iommu_group *group; int ret; - pci_read_config_byte(pdev, PCI_HEADER_TYPE, &type); - if ((type & PCI_HEADER_TYPE) != PCI_HEADER_TYPE_NORMAL) + if (pdev->hdr_type != PCI_HEADER_TYPE_NORMAL) return -EINVAL; group = iommu_group_get(&pdev->dev); --- linux-lts-utopic-3.16.0.orig/drivers/vfio/vfio_iommu_type1.c +++ linux-lts-utopic-3.16.0/drivers/vfio/vfio_iommu_type1.c @@ -908,7 +908,8 @@ info.iova_pgsizes = vfio_pgsize_bitmap(iommu); - return copy_to_user((void __user *)arg, &info, minsz); + return copy_to_user((void __user *)arg, &info, minsz) ? + -EFAULT : 0; } else if (cmd == VFIO_IOMMU_MAP_DMA) { struct vfio_iommu_type1_dma_map map; @@ -941,7 +942,8 @@ if (ret) return ret; - return copy_to_user((void __user *)arg, &unmap, minsz); + return copy_to_user((void __user *)arg, &unmap, minsz) ? + -EFAULT : 0; } return -ENOTTY; --- linux-lts-utopic-3.16.0.orig/drivers/vhost/scsi.c +++ linux-lts-utopic-3.16.0/drivers/vhost/scsi.c @@ -909,6 +909,23 @@ return 0; } +static int vhost_scsi_to_tcm_attr(int attr) +{ + switch (attr) { + case VIRTIO_SCSI_S_SIMPLE: + return MSG_SIMPLE_TAG; + case VIRTIO_SCSI_S_ORDERED: + return MSG_ORDERED_TAG; + case VIRTIO_SCSI_S_HEAD: + return MSG_HEAD_TAG; + case VIRTIO_SCSI_S_ACA: + return MSG_ACA_TAG; + default: + break; + } + return MSG_SIMPLE_TAG; +} + static void tcm_vhost_submission_work(struct work_struct *work) { struct tcm_vhost_cmd *cmd = @@ -934,9 +951,10 @@ rc = target_submit_cmd_map_sgls(se_cmd, tv_nexus->tvn_se_sess, cmd->tvc_cdb, &cmd->tvc_sense_buf[0], cmd->tvc_lun, cmd->tvc_exp_data_len, - cmd->tvc_task_attr, cmd->tvc_data_direction, - TARGET_SCF_ACK_KREF, sg_ptr, cmd->tvc_sgl_count, - NULL, 0, sg_prot_ptr, cmd->tvc_prot_sgl_count); + vhost_scsi_to_tcm_attr(cmd->tvc_task_attr), + cmd->tvc_data_direction, TARGET_SCF_ACK_KREF, + sg_ptr, cmd->tvc_sgl_count, NULL, 0, sg_prot_ptr, + cmd->tvc_prot_sgl_count); if (rc < 0) { transport_send_check_condition_and_sense(se_cmd, TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE, 0); @@ -1233,7 +1251,7 @@ * lun[4-7] need to be zero according to virtio-scsi spec. */ evt->event.lun[0] = 0x01; - evt->event.lun[1] = tpg->tport_tpgt & 0xFF; + evt->event.lun[1] = tpg->tport_tpgt; if (lun->unpacked_lun >= 256) evt->event.lun[2] = lun->unpacked_lun >> 8 | 0x40 ; evt->event.lun[3] = lun->unpacked_lun & 0xFF; @@ -1312,6 +1330,7 @@ vhost_scsi_set_endpoint(struct vhost_scsi *vs, struct vhost_scsi_target *t) { + struct se_portal_group *se_tpg; struct tcm_vhost_tport *tv_tport; struct tcm_vhost_tpg *tpg; struct tcm_vhost_tpg **vs_tpg; @@ -1359,6 +1378,21 @@ ret = -EEXIST; goto out; } + /* + * In order to ensure individual vhost-scsi configfs + * groups cannot be removed while in use by vhost ioctl, + * go ahead and take an explicit se_tpg->tpg_group.cg_item + * dependency now. + */ + se_tpg = &tpg->se_tpg; + ret = configfs_depend_item(se_tpg->se_tpg_tfo->tf_subsys, + &se_tpg->tpg_group.cg_item); + if (ret) { + pr_warn("configfs_depend_item() failed: %d\n", ret); + kfree(vs_tpg); + mutex_unlock(&tpg->tv_tpg_mutex); + goto out; + } tpg->tv_tpg_vhost_count++; tpg->vhost_scsi = vs; vs_tpg[tpg->tport_tpgt] = tpg; @@ -1401,6 +1435,7 @@ vhost_scsi_clear_endpoint(struct vhost_scsi *vs, struct vhost_scsi_target *t) { + struct se_portal_group *se_tpg; struct tcm_vhost_tport *tv_tport; struct tcm_vhost_tpg *tpg; struct vhost_virtqueue *vq; @@ -1449,6 +1484,13 @@ vs->vs_tpg[target] = NULL; match = true; mutex_unlock(&tpg->tv_tpg_mutex); + /* + * Release se_tpg->tpg_group.cg_item configfs dependency now + * to allow vhost-scsi WWPN se_tpg->tpg_group shutdown to occur. + */ + se_tpg = &tpg->se_tpg; + configfs_undepend_item(se_tpg->se_tpg_tfo->tf_subsys, + &se_tpg->tpg_group.cg_item); } if (match) { for (i = 0; i < VHOST_SCSI_MAX_VQ; i++) { @@ -2080,12 +2122,12 @@ struct tcm_vhost_tport, tport_wwn); struct tcm_vhost_tpg *tpg; - unsigned long tpgt; + u16 tpgt; int ret; if (strstr(name, "tpgt_") != name) return ERR_PTR(-EINVAL); - if (kstrtoul(name + 5, 10, &tpgt) || tpgt > UINT_MAX) + if (kstrtou16(name + 5, 10, &tpgt) || tpgt >= VHOST_SCSI_MAX_TARGET) return ERR_PTR(-EINVAL); tpg = kzalloc(sizeof(struct tcm_vhost_tpg), GFP_KERNEL); --- linux-lts-utopic-3.16.0.orig/drivers/vhost/vhost.c +++ linux-lts-utopic-3.16.0/drivers/vhost/vhost.c @@ -882,6 +882,7 @@ } if (eventfp != d->log_file) { filep = d->log_file; + d->log_file = eventfp; ctx = d->log_ctx; d->log_ctx = eventfp ? eventfd_ctx_fileget(eventfp) : NULL; --- linux-lts-utopic-3.16.0.orig/drivers/video/console/bitblit.c +++ linux-lts-utopic-3.16.0/drivers/video/console/bitblit.c @@ -205,7 +205,6 @@ static void bit_clear_margins(struct vc_data *vc, struct fb_info *info, int bottom_only) { - int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; unsigned int cw = vc->vc_font.width; unsigned int ch = vc->vc_font.height; unsigned int rw = info->var.xres - (vc->vc_cols*cw); @@ -214,7 +213,7 @@ unsigned int bs = info->var.yres - bh; struct fb_fillrect region; - region.color = attr_bgcol_ec(bgshift, vc, info); + region.color = 0; region.rop = ROP_COPY; if (rw && !bottom_only) { --- linux-lts-utopic-3.16.0.orig/drivers/video/console/fbcon_ccw.c +++ linux-lts-utopic-3.16.0/drivers/video/console/fbcon_ccw.c @@ -197,9 +197,8 @@ unsigned int bh = info->var.xres - (vc->vc_rows*ch); unsigned int bs = vc->vc_rows*ch; struct fb_fillrect region; - int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; - region.color = attr_bgcol_ec(bgshift,vc,info); + region.color = 0; region.rop = ROP_COPY; if (rw && !bottom_only) { --- linux-lts-utopic-3.16.0.orig/drivers/video/console/fbcon_cw.c +++ linux-lts-utopic-3.16.0/drivers/video/console/fbcon_cw.c @@ -180,9 +180,8 @@ unsigned int bh = info->var.xres - (vc->vc_rows*ch); unsigned int rs = info->var.yres - rw; struct fb_fillrect region; - int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; - region.color = attr_bgcol_ec(bgshift,vc,info); + region.color = 0; region.rop = ROP_COPY; if (rw && !bottom_only) { --- linux-lts-utopic-3.16.0.orig/drivers/video/console/fbcon_ud.c +++ linux-lts-utopic-3.16.0/drivers/video/console/fbcon_ud.c @@ -227,9 +227,8 @@ unsigned int rw = info->var.xres - (vc->vc_cols*cw); unsigned int bh = info->var.yres - (vc->vc_rows*ch); struct fb_fillrect region; - int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; - region.color = attr_bgcol_ec(bgshift,vc,info); + region.color = 0; region.rop = ROP_COPY; if (rw && !bottom_only) { --- linux-lts-utopic-3.16.0.orig/drivers/video/fbdev/core/cfbcopyarea.c +++ linux-lts-utopic-3.16.0/drivers/video/fbdev/core/cfbcopyarea.c @@ -55,8 +55,8 @@ * If you suspect bug in this function, compare it with this simple * memmove implementation. */ - fb_memmove((char *)dst + ((dst_idx & (bits - 1))) / 8, - (char *)src + ((src_idx & (bits - 1))) / 8, n / 8); + memmove((char *)dst + ((dst_idx & (bits - 1))) / 8, + (char *)src + ((src_idx & (bits - 1))) / 8, n / 8); return; #endif @@ -221,8 +221,8 @@ * If you suspect bug in this function, compare it with this simple * memmove implementation. */ - fb_memmove((char *)dst + ((dst_idx & (bits - 1))) / 8, - (char *)src + ((src_idx & (bits - 1))) / 8, n / 8); + memmove((char *)dst + ((dst_idx & (bits - 1))) / 8, + (char *)src + ((src_idx & (bits - 1))) / 8, n / 8); return; #endif @@ -324,7 +324,10 @@ d0 = d0 << left | d1 >> right; } d0 = fb_rev_pixels_in_long(d0, bswapmask); - FB_WRITEL(comp(d0, FB_READL(dst), first), dst); + if (!first) + FB_WRITEL(d0, dst); + else + FB_WRITEL(comp(d0, FB_READL(dst), first), dst); d0 = d1; dst--; n -= dst_idx+1; --- linux-lts-utopic-3.16.0.orig/drivers/video/fbdev/core/fb_defio.c +++ linux-lts-utopic-3.16.0/drivers/video/fbdev/core/fb_defio.c @@ -83,9 +83,10 @@ cancel_delayed_work_sync(&info->deferred_work); /* Run it immediately */ - err = schedule_delayed_work(&info->deferred_work, 0); + schedule_delayed_work(&info->deferred_work, 0); mutex_unlock(&inode->i_mutex); - return err; + + return 0; } EXPORT_SYMBOL_GPL(fb_deferred_io_fsync); --- linux-lts-utopic-3.16.0.orig/drivers/video/fbdev/efifb.c +++ linux-lts-utopic-3.16.0/drivers/video/fbdev/efifb.c @@ -19,8 +19,6 @@ static bool request_mem_succeeded = false; -static struct pci_dev *default_vga; - static struct fb_var_screeninfo efifb_defined = { .activate = FB_ACTIVATE_NOW, .height = -1, @@ -84,23 +82,10 @@ .fb_imageblit = cfb_imageblit, }; -struct pci_dev *vga_default_device(void) -{ - return default_vga; -} - -EXPORT_SYMBOL_GPL(vga_default_device); - -void vga_set_default_device(struct pci_dev *pdev) -{ - default_vga = pdev; -} - static int efifb_setup(char *options) { char *this_opt; int i; - struct pci_dev *dev = NULL; if (options && *options) { while ((this_opt = strsep(&options, ",")) != NULL) { @@ -126,30 +111,6 @@ } } - for_each_pci_dev(dev) { - int i; - - if ((dev->class >> 8) != PCI_CLASS_DISPLAY_VGA) - continue; - - for (i=0; i < DEVICE_COUNT_RESOURCE; i++) { - resource_size_t start, end; - - if (!(pci_resource_flags(dev, i) & IORESOURCE_MEM)) - continue; - - start = pci_resource_start(dev, i); - end = pci_resource_end(dev, i); - - if (!start || !end) - continue; - - if (screen_info.lfb_base >= start && - (screen_info.lfb_base + screen_info.lfb_size) < end) - default_vga = dev; - } - } - return 0; } --- linux-lts-utopic-3.16.0.orig/drivers/video/fbdev/fsl-diu-fb.c +++ linux-lts-utopic-3.16.0/drivers/video/fbdev/fsl-diu-fb.c @@ -479,7 +479,10 @@ port = FSL_DIU_PORT_DLVDS; } - return diu_ops.valid_monitor_port(port); + if (diu_ops.valid_monitor_port) + port = diu_ops.valid_monitor_port(port); + + return port; } /* @@ -1909,6 +1912,14 @@ #else monitor_port = fsl_diu_name_to_port(monitor_string); #endif + + /* + * Must to verify set_pixel_clock. If not implement on platform, + * then that means that there is no platform support for the DIU. + */ + if (!diu_ops.set_pixel_clock) + return -ENODEV; + pr_info("Freescale Display Interface Unit (DIU) framebuffer driver\n"); #ifdef CONFIG_NOT_COHERENT_CACHE --- linux-lts-utopic-3.16.0.orig/drivers/video/fbdev/vesafb.c +++ linux-lts-utopic-3.16.0/drivers/video/fbdev/vesafb.c @@ -47,7 +47,7 @@ }; static int inverse __read_mostly; -static int mtrr __read_mostly; /* disable mtrr */ +static int mtrr __read_mostly = 3; /* enable mtrr write-comb. */ static int vram_remap; /* Set amount of memory to be used */ static int vram_total; /* Set total amount of memory */ static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */ --- linux-lts-utopic-3.16.0.orig/drivers/video/logo/logo.c +++ linux-lts-utopic-3.16.0/drivers/video/logo/logo.c @@ -21,6 +21,21 @@ module_param(nologo, bool, 0); MODULE_PARM_DESC(nologo, "Disables startup logo"); +/* + * Logos are located in the initdata, and will be freed in kernel_init. + * Use late_init to mark the logos as freed to prevent any further use. + */ + +static bool logos_freed; + +static int __init fb_logo_late_init(void) +{ + logos_freed = true; + return 0; +} + +late_initcall(fb_logo_late_init); + /* logo's are marked __initdata. Use __init_refok to tell * modpost that it is intended that this function uses data * marked __initdata. @@ -29,7 +44,7 @@ { const struct linux_logo *logo = NULL; - if (nologo) + if (nologo || logos_freed) return NULL; if (depth >= 1) { --- linux-lts-utopic-3.16.0.orig/drivers/virtio/virtio.c +++ linux-lts-utopic-3.16.0/drivers/virtio/virtio.c @@ -249,6 +249,7 @@ static void __exit virtio_exit(void) { bus_unregister(&virtio_bus); + ida_destroy(&virtio_index_ida); } core_initcall(virtio_init); module_exit(virtio_exit); --- linux-lts-utopic-3.16.0.orig/drivers/virtio/virtio_balloon.c +++ linux-lts-utopic-3.16.0/drivers/virtio/virtio_balloon.c @@ -193,8 +193,8 @@ */ if (vb->num_pfns != 0) tell_host(vb, vb->deflate_vq); - mutex_unlock(&vb->balloon_lock); release_pages_by_pfn(vb->pfns, vb->num_pfns); + mutex_unlock(&vb->balloon_lock); } static inline void update_stat(struct virtio_balloon *vb, int idx, --- linux-lts-utopic-3.16.0.orig/drivers/virtio/virtio_pci.c +++ linux-lts-utopic-3.16.0/drivers/virtio/virtio_pci.c @@ -645,6 +645,7 @@ if (cpu == -1) irq_set_affinity_hint(irq, NULL); else { + cpumask_clear(mask); cpumask_set_cpu(cpu, mask); irq_set_affinity_hint(irq, mask); } @@ -668,11 +669,13 @@ static void virtio_pci_release_dev(struct device *_d) { - /* - * No need for a release method as we allocate/free - * all devices together with the pci devices. - * Provide an empty one to avoid getting a warning from core. - */ + struct virtio_device *vdev = dev_to_virtio(_d); + struct virtio_pci_device *vp_dev = to_vp_device(vdev); + + /* As struct device is a kobject, it's not safe to + * free the memory (including the reference counter itself) + * until it's release callback. */ + kfree(vp_dev); } /* the PCI probing function */ @@ -753,6 +756,7 @@ static void virtio_pci_remove(struct pci_dev *pci_dev) { struct virtio_pci_device *vp_dev = pci_get_drvdata(pci_dev); + struct device *dev = get_device(&vp_dev->vdev.dev); unregister_virtio_device(&vp_dev->vdev); @@ -760,7 +764,7 @@ pci_iounmap(pci_dev, vp_dev->ioaddr); pci_release_regions(pci_dev); pci_disable_device(pci_dev); - kfree(vp_dev); + put_device(dev); } #ifdef CONFIG_PM_SLEEP @@ -789,6 +793,7 @@ struct pci_dev *pci_dev = to_pci_dev(dev); struct virtio_pci_device *vp_dev = pci_get_drvdata(pci_dev); struct virtio_driver *drv; + unsigned status = 0; int ret; drv = container_of(vp_dev->vdev.dev.driver, @@ -799,14 +804,40 @@ return ret; pci_set_master(pci_dev); + /* We always start by resetting the device, in case a previous + * driver messed it up. */ + vp_reset(&vp_dev->vdev); + + /* Acknowledge that we've seen the device. */ + status |= VIRTIO_CONFIG_S_ACKNOWLEDGE; + vp_set_status(&vp_dev->vdev, status); + + /* Maybe driver failed before freeze. + * Restore the failed status, for debugging. */ + status |= vp_dev->saved_status & VIRTIO_CONFIG_S_FAILED; + vp_set_status(&vp_dev->vdev, status); + + if (!drv) + return 0; + + /* We have a driver! */ + status |= VIRTIO_CONFIG_S_DRIVER; + vp_set_status(&vp_dev->vdev, status); + vp_finalize_features(&vp_dev->vdev); - if (drv && drv->restore) + if (drv->restore) { ret = drv->restore(&vp_dev->vdev); + if (ret) { + status |= VIRTIO_CONFIG_S_FAILED; + vp_set_status(&vp_dev->vdev, status); + return ret; + } + } /* Finally, tell the device we're all set */ - if (!ret) - vp_set_status(&vp_dev->vdev, vp_dev->saved_status); + status |= VIRTIO_CONFIG_S_DRIVER_OK; + vp_set_status(&vp_dev->vdev, status); return ret; } --- linux-lts-utopic-3.16.0.orig/drivers/w1/slaves/w1_therm.c +++ linux-lts-utopic-3.16.0/drivers/w1/slaves/w1_therm.c @@ -59,16 +59,32 @@ static int w1_strong_pullup = 1; module_param_named(strong_pullup, w1_strong_pullup, int, 0); +struct w1_therm_family_data { + uint8_t rom[9]; + atomic_t refcnt; +}; + +/* return the address of the refcnt in the family data */ +#define THERM_REFCNT(family_data) \ + (&((struct w1_therm_family_data*)family_data)->refcnt) + static int w1_therm_add_slave(struct w1_slave *sl) { - sl->family_data = kzalloc(9, GFP_KERNEL); + sl->family_data = kzalloc(sizeof(struct w1_therm_family_data), + GFP_KERNEL); if (!sl->family_data) return -ENOMEM; + atomic_set(THERM_REFCNT(sl->family_data), 1); return 0; } static void w1_therm_remove_slave(struct w1_slave *sl) { + int refcnt = atomic_sub_return(1, THERM_REFCNT(sl->family_data)); + while(refcnt) { + msleep(1000); + refcnt = atomic_read(THERM_REFCNT(sl->family_data)); + } kfree(sl->family_data); sl->family_data = NULL; } @@ -194,13 +210,22 @@ struct w1_slave *sl = dev_to_w1_slave(device); struct w1_master *dev = sl->master; u8 rom[9], crc, verdict, external_power; - int i, max_trying = 10; + int i, ret, max_trying = 10; ssize_t c = PAGE_SIZE; + u8 *family_data = sl->family_data; + + ret = mutex_lock_interruptible(&dev->bus_mutex); + if (ret != 0) + goto post_unlock; - i = mutex_lock_interruptible(&dev->bus_mutex); - if (i != 0) - return i; + if(!sl->family_data) + { + ret = -ENODEV; + goto pre_unlock; + } + /* prevent the slave from going away in sleep */ + atomic_inc(THERM_REFCNT(family_data)); memset(rom, 0, sizeof(rom)); while (max_trying--) { @@ -230,17 +255,19 @@ mutex_unlock(&dev->bus_mutex); sleep_rem = msleep_interruptible(tm); - if (sleep_rem != 0) - return -EINTR; + if (sleep_rem != 0) { + ret = -EINTR; + goto post_unlock; + } - i = mutex_lock_interruptible(&dev->bus_mutex); - if (i != 0) - return i; + ret = mutex_lock_interruptible(&dev->bus_mutex); + if (ret != 0) + goto post_unlock; } else if (!w1_strong_pullup) { sleep_rem = msleep_interruptible(tm); if (sleep_rem != 0) { - mutex_unlock(&dev->bus_mutex); - return -EINTR; + ret = -EINTR; + goto pre_unlock; } } @@ -269,19 +296,24 @@ c -= snprintf(buf + PAGE_SIZE - c, c, ": crc=%02x %s\n", crc, (verdict) ? "YES" : "NO"); if (verdict) - memcpy(sl->family_data, rom, sizeof(rom)); + memcpy(family_data, rom, sizeof(rom)); else dev_warn(device, "Read failed CRC check\n"); for (i = 0; i < 9; ++i) c -= snprintf(buf + PAGE_SIZE - c, c, "%02x ", - ((u8 *)sl->family_data)[i]); + ((u8 *)family_data)[i]); c -= snprintf(buf + PAGE_SIZE - c, c, "t=%d\n", w1_convert_temp(rom, sl->family->fid)); + ret = PAGE_SIZE - c; + +pre_unlock: mutex_unlock(&dev->bus_mutex); - return PAGE_SIZE - c; +post_unlock: + atomic_dec(THERM_REFCNT(family_data)); + return ret; } static int __init w1_therm_init(void) --- linux-lts-utopic-3.16.0.orig/drivers/watchdog/omap_wdt.c +++ linux-lts-utopic-3.16.0/drivers/watchdog/omap_wdt.c @@ -132,6 +132,13 @@ pm_runtime_get_sync(wdev->dev); + /* + * Make sure the watchdog is disabled. This is unfortunately required + * because writing to various registers with the watchdog running has no + * effect. + */ + omap_wdt_disable(wdev); + /* initialize prescaler */ while (readl_relaxed(base + OMAP_WATCHDOG_WPS) & 0x01) cpu_relax(); --- linux-lts-utopic-3.16.0.orig/drivers/xen/balloon.c +++ linux-lts-utopic-3.16.0/drivers/xen/balloon.c @@ -167,6 +167,9 @@ static enum bp_state update_schedule(enum bp_state state) { + if (state == BP_ECANCELED) + return BP_ECANCELED; + if (state == BP_DONE) { balloon_stats.schedule_delay = 1; balloon_stats.retry_count = 1; @@ -227,11 +230,34 @@ balloon_hotplug = round_up(balloon_hotplug, PAGES_PER_SECTION); nid = memory_add_physaddr_to_nid(hotplug_start_paddr); +#ifdef CONFIG_XEN_HAVE_PVMMU + /* + * add_memory() will build page tables for the new memory so + * the p2m must contain invalid entries so the correct + * non-present PTEs will be written. + * + * If a failure occurs, the original (identity) p2m entries + * are not restored since this region is now known not to + * conflict with any devices. + */ + if (!xen_feature(XENFEAT_auto_translated_physmap)) { + unsigned long pfn, i; + + pfn = PFN_DOWN(hotplug_start_paddr); + for (i = 0; i < balloon_hotplug; i++) { + if (!set_phys_to_machine(pfn + i, INVALID_P2M_ENTRY)) { + pr_warn("set_phys_to_machine() failed, no memory added\n"); + return BP_ECANCELED; + } + } + } +#endif + rc = add_memory(nid, hotplug_start_paddr, balloon_hotplug << PAGE_SHIFT); if (rc) { - pr_info("%s: add_memory() failed: %i\n", __func__, rc); - return BP_EAGAIN; + pr_warn("Cannot add additional memory (%i)\n", rc); + return BP_ECANCELED; } balloon_hotplug -= credit; --- linux-lts-utopic-3.16.0.orig/drivers/xen/events/events_2l.c +++ linux-lts-utopic-3.16.0/drivers/xen/events/events_2l.c @@ -345,6 +345,15 @@ return IRQ_HANDLED; } +static void evtchn_2l_resume(void) +{ + int i; + + for_each_online_cpu(i) + memset(per_cpu(cpu_evtchn_mask, i), 0, sizeof(xen_ulong_t) * + EVTCHN_2L_NR_CHANNELS/BITS_PER_EVTCHN_WORD); +} + static const struct evtchn_ops evtchn_ops_2l = { .max_channels = evtchn_2l_max_channels, .nr_channels = evtchn_2l_max_channels, @@ -356,6 +365,7 @@ .mask = evtchn_2l_mask, .unmask = evtchn_2l_unmask, .handle_events = evtchn_2l_handle_events, + .resume = evtchn_2l_resume, }; void __init xen_evtchn_2l_init(void) --- linux-lts-utopic-3.16.0.orig/drivers/xen/events/events_base.c +++ linux-lts-utopic-3.16.0/drivers/xen/events/events_base.c @@ -526,20 +526,26 @@ pirq_query_unmask(irq); rc = set_evtchn_to_irq(evtchn, irq); - if (rc != 0) { - pr_err("irq%d: Failed to set port to irq mapping (%d)\n", - irq, rc); - xen_evtchn_close(evtchn); - return 0; - } - bind_evtchn_to_cpu(evtchn, 0); + if (rc) + goto err; + info->evtchn = evtchn; + bind_evtchn_to_cpu(evtchn, 0); + + rc = xen_evtchn_port_setup(info); + if (rc) + goto err; out: unmask_evtchn(evtchn); eoi_pirq(irq_get_irq_data(irq)); return 0; + +err: + pr_err("irq%d: Failed to set port to irq mapping (%d)\n", irq, rc); + xen_evtchn_close(evtchn); + return 0; } static unsigned int startup_pirq(struct irq_data *data) @@ -950,7 +956,7 @@ } EXPORT_SYMBOL_GPL(xen_evtchn_nr_channels); -int bind_virq_to_irq(unsigned int virq, unsigned int cpu) +int bind_virq_to_irq(unsigned int virq, unsigned int cpu, bool percpu) { struct evtchn_bind_virq bind_virq; int evtchn, irq, ret; @@ -964,8 +970,12 @@ if (irq < 0) goto out; - irq_set_chip_and_handler_name(irq, &xen_percpu_chip, - handle_percpu_irq, "virq"); + if (percpu) + irq_set_chip_and_handler_name(irq, &xen_percpu_chip, + handle_percpu_irq, "virq"); + else + irq_set_chip_and_handler_name(irq, &xen_dynamic_chip, + handle_edge_irq, "virq"); bind_virq.virq = virq; bind_virq.vcpu = cpu; @@ -1055,7 +1065,7 @@ { int irq, retval; - irq = bind_virq_to_irq(virq, cpu); + irq = bind_virq_to_irq(virq, cpu, irqflags & IRQF_PERCPU); if (irq < 0) return irq; retval = request_irq(irq, handler, irqflags, devname, dev_id); @@ -1272,8 +1282,9 @@ mutex_unlock(&irq_mapping_update_lock); - /* new event channels are always bound to cpu 0 */ - irq_set_affinity(irq, cpumask_of(0)); + bind_evtchn_to_cpu(evtchn, info->cpu); + /* This will be deferred until interrupt is processed */ + irq_set_affinity(irq, cpumask_of(info->cpu)); /* Unmask the event channel. */ enable_irq(irq); --- linux-lts-utopic-3.16.0.orig/drivers/xen/events/events_fifo.c +++ linux-lts-utopic-3.16.0/drivers/xen/events/events_fifo.c @@ -67,10 +67,9 @@ static unsigned event_array_pages __read_mostly; /* - * sync_set_bit() and friends must be unsigned long aligned on non-x86 - * platforms. + * sync_set_bit() and friends must be unsigned long aligned. */ -#if !defined(CONFIG_X86) && BITS_PER_LONG > 32 +#if BITS_PER_LONG > 32 #define BM(w) (unsigned long *)((unsigned long)w & ~0x7UL) #define EVTCHN_FIFO_BIT(b, w) \ @@ -100,6 +99,25 @@ return event_array_pages * EVENT_WORDS_PER_PAGE; } +static int init_control_block(int cpu, + struct evtchn_fifo_control_block *control_block) +{ + struct evtchn_fifo_queue *q = &per_cpu(cpu_queue, cpu); + struct evtchn_init_control init_control; + unsigned int i; + + /* Reset the control block and the local HEADs. */ + clear_page(control_block); + for (i = 0; i < EVTCHN_FIFO_MAX_QUEUES; i++) + q->head[i] = 0; + + init_control.control_gfn = virt_to_mfn(control_block); + init_control.offset = 0; + init_control.vcpu = cpu; + + return HYPERVISOR_event_channel_op(EVTCHNOP_init_control, &init_control); +} + static void free_unused_array_pages(void) { unsigned i; @@ -263,7 +281,8 @@ static void consume_one_event(unsigned cpu, struct evtchn_fifo_control_block *control_block, - unsigned priority, unsigned long *ready) + unsigned priority, unsigned long *ready, + bool drop) { struct evtchn_fifo_queue *q = &per_cpu(cpu_queue, cpu); uint32_t head; @@ -295,13 +314,17 @@ if (head == 0) clear_bit(priority, ready); - if (evtchn_fifo_is_pending(port) && !evtchn_fifo_is_masked(port)) - handle_irq_for_port(port); + if (evtchn_fifo_is_pending(port) && !evtchn_fifo_is_masked(port)) { + if (unlikely(drop)) + pr_warn("Dropping pending event for port %u\n", port); + else + handle_irq_for_port(port); + } q->head[priority] = head; } -static void evtchn_fifo_handle_events(unsigned cpu) +static void __evtchn_fifo_handle_events(unsigned cpu, bool drop) { struct evtchn_fifo_control_block *control_block; unsigned long ready; @@ -313,18 +336,22 @@ while (ready) { q = find_first_bit(BM(&ready), EVTCHN_FIFO_MAX_QUEUES); - consume_one_event(cpu, control_block, q, &ready); + consume_one_event(cpu, control_block, q, &ready, drop); ready |= xchg(&control_block->ready, 0); } } +static void evtchn_fifo_handle_events(unsigned cpu) +{ + __evtchn_fifo_handle_events(cpu, false); +} + static void evtchn_fifo_resume(void) { unsigned cpu; for_each_possible_cpu(cpu) { void *control_block = per_cpu(cpu_control_block, cpu); - struct evtchn_init_control init_control; int ret; if (!control_block) @@ -341,12 +368,7 @@ continue; } - init_control.control_gfn = virt_to_mfn(control_block); - init_control.offset = 0; - init_control.vcpu = cpu; - - ret = HYPERVISOR_event_channel_op(EVTCHNOP_init_control, - &init_control); + ret = init_control_block(cpu, control_block); if (ret < 0) BUG(); } @@ -374,30 +396,25 @@ .resume = evtchn_fifo_resume, }; -static int evtchn_fifo_init_control_block(unsigned cpu) +static int evtchn_fifo_alloc_control_block(unsigned cpu) { - struct page *control_block = NULL; - struct evtchn_init_control init_control; + void *control_block = NULL; int ret = -ENOMEM; - control_block = alloc_page(GFP_KERNEL|__GFP_ZERO); + control_block = (void *)__get_free_page(GFP_KERNEL); if (control_block == NULL) goto error; - init_control.control_gfn = virt_to_mfn(page_address(control_block)); - init_control.offset = 0; - init_control.vcpu = cpu; - - ret = HYPERVISOR_event_channel_op(EVTCHNOP_init_control, &init_control); + ret = init_control_block(cpu, control_block); if (ret < 0) goto error; - per_cpu(cpu_control_block, cpu) = page_address(control_block); + per_cpu(cpu_control_block, cpu) = control_block; return 0; error: - __free_page(control_block); + free_page((unsigned long)control_block); return ret; } @@ -411,7 +428,10 @@ switch (action) { case CPU_UP_PREPARE: if (!per_cpu(cpu_control_block, cpu)) - ret = evtchn_fifo_init_control_block(cpu); + ret = evtchn_fifo_alloc_control_block(cpu); + break; + case CPU_DEAD: + __evtchn_fifo_handle_events(cpu, true); break; default: break; @@ -428,7 +448,7 @@ int cpu = get_cpu(); int ret; - ret = evtchn_fifo_init_control_block(cpu); + ret = evtchn_fifo_alloc_control_block(cpu); if (ret < 0) goto out; --- linux-lts-utopic-3.16.0.orig/drivers/xen/gntdev.c +++ linux-lts-utopic-3.16.0/drivers/xen/gntdev.c @@ -67,7 +67,7 @@ * Only populated if populate_freeable_maps == 1 */ struct list_head freeable_maps; /* lock protects maps and freeable_maps */ - spinlock_t lock; + struct mutex lock; struct mm_struct *mm; struct mmu_notifier mn; }; @@ -216,9 +216,9 @@ } if (populate_freeable_maps && priv) { - spin_lock(&priv->lock); + mutex_lock(&priv->lock); list_del(&map->next); - spin_unlock(&priv->lock); + mutex_unlock(&priv->lock); } if (map->pages && !use_ptemod) @@ -387,9 +387,9 @@ * not do any unmapping, since that has been done prior to * closing the vma, but it may still iterate the unmap_ops list. */ - spin_lock(&priv->lock); + mutex_lock(&priv->lock); map->vma = NULL; - spin_unlock(&priv->lock); + mutex_unlock(&priv->lock); } vma->vm_private_data = NULL; gntdev_put_map(priv, map); @@ -433,14 +433,14 @@ struct gntdev_priv *priv = container_of(mn, struct gntdev_priv, mn); struct grant_map *map; - spin_lock(&priv->lock); + mutex_lock(&priv->lock); list_for_each_entry(map, &priv->maps, next) { unmap_if_in_range(map, start, end); } list_for_each_entry(map, &priv->freeable_maps, next) { unmap_if_in_range(map, start, end); } - spin_unlock(&priv->lock); + mutex_unlock(&priv->lock); } static void mn_invl_page(struct mmu_notifier *mn, @@ -457,7 +457,7 @@ struct grant_map *map; int err; - spin_lock(&priv->lock); + mutex_lock(&priv->lock); list_for_each_entry(map, &priv->maps, next) { if (!map->vma) continue; @@ -476,7 +476,7 @@ err = unmap_grant_pages(map, /* offset */ 0, map->count); WARN_ON(err); } - spin_unlock(&priv->lock); + mutex_unlock(&priv->lock); } static struct mmu_notifier_ops gntdev_mmu_ops = { @@ -498,7 +498,7 @@ INIT_LIST_HEAD(&priv->maps); INIT_LIST_HEAD(&priv->freeable_maps); - spin_lock_init(&priv->lock); + mutex_init(&priv->lock); if (use_ptemod) { priv->mm = get_task_mm(current); @@ -529,12 +529,14 @@ pr_debug("priv %p\n", priv); + mutex_lock(&priv->lock); while (!list_empty(&priv->maps)) { map = list_entry(priv->maps.next, struct grant_map, next); list_del(&map->next); gntdev_put_map(NULL /* already removed */, map); } WARN_ON(!list_empty(&priv->freeable_maps)); + mutex_unlock(&priv->lock); if (use_ptemod) mmu_notifier_unregister(&priv->mn, priv->mm); @@ -572,10 +574,10 @@ return -EFAULT; } - spin_lock(&priv->lock); + mutex_lock(&priv->lock); gntdev_add_map(priv, map); op.index = map->index << PAGE_SHIFT; - spin_unlock(&priv->lock); + mutex_unlock(&priv->lock); if (copy_to_user(u, &op, sizeof(op)) != 0) return -EFAULT; @@ -594,7 +596,7 @@ return -EFAULT; pr_debug("priv %p, del %d+%d\n", priv, (int)op.index, (int)op.count); - spin_lock(&priv->lock); + mutex_lock(&priv->lock); map = gntdev_find_map_index(priv, op.index >> PAGE_SHIFT, op.count); if (map) { list_del(&map->next); @@ -602,7 +604,7 @@ list_add_tail(&map->next, &priv->freeable_maps); err = 0; } - spin_unlock(&priv->lock); + mutex_unlock(&priv->lock); if (map) gntdev_put_map(priv, map); return err; @@ -670,7 +672,7 @@ out_flags = op.action; out_event = op.event_channel_port; - spin_lock(&priv->lock); + mutex_lock(&priv->lock); list_for_each_entry(map, &priv->maps, next) { uint64_t begin = map->index << PAGE_SHIFT; @@ -698,7 +700,7 @@ rc = 0; unlock_out: - spin_unlock(&priv->lock); + mutex_unlock(&priv->lock); /* Drop the reference to the event channel we did not save in the map */ if (out_flags & UNMAP_NOTIFY_SEND_EVENT) @@ -748,7 +750,7 @@ pr_debug("map %d+%d at %lx (pgoff %lx)\n", index, count, vma->vm_start, vma->vm_pgoff); - spin_lock(&priv->lock); + mutex_lock(&priv->lock); map = gntdev_find_map_index(priv, index, count); if (!map) goto unlock_out; @@ -763,7 +765,7 @@ vma->vm_ops = &gntdev_vmops; - vma->vm_flags |= VM_DONTEXPAND | VM_DONTDUMP; + vma->vm_flags |= VM_DONTEXPAND | VM_DONTDUMP | VM_IO; if (use_ptemod) vma->vm_flags |= VM_DONTCOPY; @@ -783,7 +785,7 @@ map->flags |= GNTMAP_readonly; } - spin_unlock(&priv->lock); + mutex_unlock(&priv->lock); if (use_ptemod) { err = apply_to_page_range(vma->vm_mm, vma->vm_start, @@ -811,11 +813,11 @@ return 0; unlock_out: - spin_unlock(&priv->lock); + mutex_unlock(&priv->lock); return err; out_unlock_put: - spin_unlock(&priv->lock); + mutex_unlock(&priv->lock); out_put_map: if (use_ptemod) map->vma = NULL; --- linux-lts-utopic-3.16.0.orig/drivers/xen/manage.c +++ linux-lts-utopic-3.16.0/drivers/xen/manage.c @@ -103,16 +103,17 @@ shutting_down = SHUTDOWN_SUSPEND; -#ifdef CONFIG_PREEMPT - /* If the kernel is preemptible, we need to freeze all the processes - to prevent them from being in the middle of a pagetable update - during suspend. */ err = freeze_processes(); if (err) { - pr_err("%s: freeze failed %d\n", __func__, err); + pr_err("%s: freeze processes failed %d\n", __func__, err); goto out; } -#endif + + err = freeze_kernel_threads(); + if (err) { + pr_err("%s: freeze kernel threads failed %d\n", __func__, err); + goto out_thaw; + } err = dpm_suspend_start(PMSG_FREEZE); if (err) { @@ -157,10 +158,8 @@ dpm_resume_end(si.cancelled ? PMSG_THAW : PMSG_RESTORE); out_thaw: -#ifdef CONFIG_PREEMPT thaw_processes(); out: -#endif shutting_down = SHUTDOWN_INVALID; } #endif /* CONFIG_HIBERNATE_CALLBACKS */ --- linux-lts-utopic-3.16.0.orig/drivers/xen/swiotlb-xen.c +++ linux-lts-utopic-3.16.0/drivers/xen/swiotlb-xen.c @@ -96,8 +96,6 @@ dma_addr_t dma = (dma_addr_t)pfn << PAGE_SHIFT; phys_addr_t paddr = dma; - BUG_ON(paddr != dma); /* truncation has occurred, should never happen */ - paddr |= baddr & ~PAGE_MASK; return paddr; @@ -399,7 +397,9 @@ * buffering it. */ if (dma_capable(dev, dev_addr, size) && - !range_straddles_page_boundary(phys, size) && !swiotlb_force) { + !range_straddles_page_boundary(phys, size) && + !xen_arch_need_swiotlb(dev, PFN_DOWN(phys), PFN_DOWN(dev_addr)) && + !swiotlb_force) { /* we are not interested in the dma_addr returned by * xen_dma_map_page, only in the potential cache flushes executed * by the function. */ @@ -447,7 +447,7 @@ BUG_ON(dir == DMA_NONE); - xen_dma_unmap_page(hwdev, paddr, size, dir, attrs); + xen_dma_unmap_page(hwdev, dev_addr, size, dir, attrs); /* NOTE: We use dev_addr here, not paddr! */ if (is_xen_swiotlb_buffer(dev_addr)) { @@ -495,14 +495,14 @@ BUG_ON(dir == DMA_NONE); if (target == SYNC_FOR_CPU) - xen_dma_sync_single_for_cpu(hwdev, paddr, size, dir); + xen_dma_sync_single_for_cpu(hwdev, dev_addr, size, dir); /* NOTE: We use dev_addr here, not paddr! */ if (is_xen_swiotlb_buffer(dev_addr)) swiotlb_tbl_sync_single(hwdev, paddr, size, dir, target); if (target == SYNC_FOR_DEVICE) - xen_dma_sync_single_for_cpu(hwdev, paddr, size, dir); + xen_dma_sync_single_for_device(hwdev, dev_addr, size, dir); if (dir != DMA_FROM_DEVICE) return; @@ -557,6 +557,7 @@ dma_addr_t dev_addr = xen_phys_to_bus(paddr); if (swiotlb_force || + xen_arch_need_swiotlb(hwdev, PFN_DOWN(paddr), PFN_DOWN(dev_addr)) || !dma_capable(hwdev, dev_addr, sg->length) || range_straddles_page_boundary(paddr, sg->length)) { phys_addr_t map = swiotlb_tbl_map_single(hwdev, --- linux-lts-utopic-3.16.0.orig/drivers/xen/xen-pciback/conf_space.c +++ linux-lts-utopic-3.16.0/drivers/xen/xen-pciback/conf_space.c @@ -16,8 +16,8 @@ #include "conf_space.h" #include "conf_space_quirks.h" -static bool permissive; -module_param(permissive, bool, 0644); +bool xen_pcibk_permissive; +module_param_named(permissive, xen_pcibk_permissive, bool, 0644); /* This is where xen_pcibk_read_config_byte, xen_pcibk_read_config_word, * xen_pcibk_write_config_word, and xen_pcibk_write_config_byte are created. */ @@ -262,7 +262,7 @@ * This means that some fields may still be read-only because * they have entries in the config_field list that intercept * the write and do nothing. */ - if (dev_data->permissive || permissive) { + if (dev_data->permissive || xen_pcibk_permissive) { switch (size) { case 1: err = pci_write_config_byte(dev, offset, --- linux-lts-utopic-3.16.0.orig/drivers/xen/xen-pciback/conf_space.h +++ linux-lts-utopic-3.16.0/drivers/xen/xen-pciback/conf_space.h @@ -64,6 +64,8 @@ void *data; }; +extern bool xen_pcibk_permissive; + #define OFFSET(cfg_entry) ((cfg_entry)->base_offset+(cfg_entry)->field->offset) /* Add fields to a device - the add_fields macro expects to get a pointer to --- linux-lts-utopic-3.16.0.orig/drivers/xen/xen-pciback/conf_space_header.c +++ linux-lts-utopic-3.16.0/drivers/xen/xen-pciback/conf_space_header.c @@ -11,6 +11,10 @@ #include "pciback.h" #include "conf_space.h" +struct pci_cmd_info { + u16 val; +}; + struct pci_bar_info { u32 val; u32 len_val; @@ -20,22 +24,36 @@ #define is_enable_cmd(value) ((value)&(PCI_COMMAND_MEMORY|PCI_COMMAND_IO)) #define is_master_cmd(value) ((value)&PCI_COMMAND_MASTER) -static int command_read(struct pci_dev *dev, int offset, u16 *value, void *data) +/* Bits guests are allowed to control in permissive mode. */ +#define PCI_COMMAND_GUEST (PCI_COMMAND_MASTER|PCI_COMMAND_SPECIAL| \ + PCI_COMMAND_INVALIDATE|PCI_COMMAND_VGA_PALETTE| \ + PCI_COMMAND_WAIT|PCI_COMMAND_FAST_BACK) + +static void *command_init(struct pci_dev *dev, int offset) { - int i; - int ret; + struct pci_cmd_info *cmd = kmalloc(sizeof(*cmd), GFP_KERNEL); + int err; - ret = xen_pcibk_read_config_word(dev, offset, value, data); - if (!pci_is_enabled(dev)) - return ret; - - for (i = 0; i < PCI_ROM_RESOURCE; i++) { - if (dev->resource[i].flags & IORESOURCE_IO) - *value |= PCI_COMMAND_IO; - if (dev->resource[i].flags & IORESOURCE_MEM) - *value |= PCI_COMMAND_MEMORY; + if (!cmd) + return ERR_PTR(-ENOMEM); + + err = pci_read_config_word(dev, PCI_COMMAND, &cmd->val); + if (err) { + kfree(cmd); + return ERR_PTR(err); } + return cmd; +} + +static int command_read(struct pci_dev *dev, int offset, u16 *value, void *data) +{ + int ret = pci_read_config_word(dev, offset, value); + const struct pci_cmd_info *cmd = data; + + *value &= PCI_COMMAND_GUEST; + *value |= cmd->val & ~PCI_COMMAND_GUEST; + return ret; } @@ -43,6 +61,8 @@ { struct xen_pcibk_dev_data *dev_data; int err; + u16 val; + struct pci_cmd_info *cmd = data; dev_data = pci_get_drvdata(dev); if (!pci_is_enabled(dev) && is_enable_cmd(value)) { @@ -83,6 +103,19 @@ } } + cmd->val = value; + + if (!xen_pcibk_permissive && (!dev_data || !dev_data->permissive)) + return 0; + + /* Only allow the guest to control certain bits. */ + err = pci_read_config_word(dev, offset, &val); + if (err || val == value) + return err; + + value &= PCI_COMMAND_GUEST; + value |= val & ~PCI_COMMAND_GUEST; + return pci_write_config_word(dev, offset, value); } @@ -282,6 +315,8 @@ { .offset = PCI_COMMAND, .size = 2, + .init = command_init, + .release = bar_release, .u.w.read = command_read, .u.w.write = command_write, }, --- linux-lts-utopic-3.16.0.orig/drivers/xen/xen-pciback/pciback.h +++ linux-lts-utopic-3.16.0/drivers/xen/xen-pciback/pciback.h @@ -37,6 +37,7 @@ struct xen_pci_sharedinfo *sh_info; unsigned long flags; struct work_struct op_work; + struct xen_pci_op op; }; struct xen_pcibk_dev_data { --- linux-lts-utopic-3.16.0.orig/drivers/xen/xen-pciback/pciback_ops.c +++ linux-lts-utopic-3.16.0/drivers/xen/xen-pciback/pciback_ops.c @@ -70,6 +70,13 @@ enable ? "enable" : "disable"); if (enable) { + /* + * The MSI or MSI-X should not have an IRQ handler. Otherwise + * if the guest terminates we BUG_ON in free_msi_irqs. + */ + if (dev->msi_enabled || dev->msix_enabled) + goto out; + rc = request_irq(dev_data->irq, xen_pcibk_guest_interrupt, IRQF_SHARED, dev_data->irq_name, dev); @@ -144,7 +151,12 @@ if (unlikely(verbose_request)) printk(KERN_DEBUG DRV_NAME ": %s: enable MSI\n", pci_name(dev)); - status = pci_enable_msi(dev); + if (dev->msi_enabled) + status = -EALREADY; + else if (dev->msix_enabled) + status = -ENXIO; + else + status = pci_enable_msi(dev); if (status) { pr_warn_ratelimited("%s: error enabling MSI for guest %u: err %d\n", @@ -173,20 +185,23 @@ int xen_pcibk_disable_msi(struct xen_pcibk_device *pdev, struct pci_dev *dev, struct xen_pci_op *op) { - struct xen_pcibk_dev_data *dev_data; - if (unlikely(verbose_request)) printk(KERN_DEBUG DRV_NAME ": %s: disable MSI\n", pci_name(dev)); - pci_disable_msi(dev); + if (dev->msi_enabled) { + struct xen_pcibk_dev_data *dev_data; + + pci_disable_msi(dev); + + dev_data = pci_get_drvdata(dev); + if (dev_data) + dev_data->ack_intr = 1; + } op->value = dev->irq ? xen_pirq_from_irq(dev->irq) : 0; if (unlikely(verbose_request)) printk(KERN_DEBUG DRV_NAME ": %s: MSI: %d\n", pci_name(dev), op->value); - dev_data = pci_get_drvdata(dev); - if (dev_data) - dev_data->ack_intr = 1; return 0; } @@ -197,13 +212,27 @@ struct xen_pcibk_dev_data *dev_data; int i, result; struct msix_entry *entries; + u16 cmd; if (unlikely(verbose_request)) printk(KERN_DEBUG DRV_NAME ": %s: enable MSI-X\n", pci_name(dev)); + if (op->value > SH_INFO_MAX_VEC) return -EINVAL; + if (dev->msix_enabled) + return -EALREADY; + + /* + * PCI_COMMAND_MEMORY must be enabled, otherwise we may not be able + * to access the BARs where the MSI-X entries reside. + * But VF devices are unique in which the PF needs to be checked. + */ + pci_read_config_word(pci_physfn(dev), PCI_COMMAND, &cmd); + if (dev->msi_enabled || !(cmd & PCI_COMMAND_MEMORY)) + return -ENXIO; + entries = kmalloc(op->value * sizeof(*entries), GFP_KERNEL); if (entries == NULL) return -ENOMEM; @@ -245,23 +274,27 @@ int xen_pcibk_disable_msix(struct xen_pcibk_device *pdev, struct pci_dev *dev, struct xen_pci_op *op) { - struct xen_pcibk_dev_data *dev_data; if (unlikely(verbose_request)) printk(KERN_DEBUG DRV_NAME ": %s: disable MSI-X\n", pci_name(dev)); - pci_disable_msix(dev); + if (dev->msix_enabled) { + struct xen_pcibk_dev_data *dev_data; + + pci_disable_msix(dev); + + dev_data = pci_get_drvdata(dev); + if (dev_data) + dev_data->ack_intr = 1; + } /* * SR-IOV devices (which don't have any legacy IRQ) have * an undefined IRQ value of zero. */ op->value = dev->irq ? xen_pirq_from_irq(dev->irq) : 0; if (unlikely(verbose_request)) - printk(KERN_DEBUG DRV_NAME ": %s: MSI-X: %d\n", pci_name(dev), - op->value); - dev_data = pci_get_drvdata(dev); - if (dev_data) - dev_data->ack_intr = 1; + printk(KERN_DEBUG DRV_NAME ": %s: MSI-X: %d\n", + pci_name(dev), op->value); return 0; } #endif @@ -298,9 +331,14 @@ container_of(data, struct xen_pcibk_device, op_work); struct pci_dev *dev; struct xen_pcibk_dev_data *dev_data = NULL; - struct xen_pci_op *op = &pdev->sh_info->op; + struct xen_pci_op *op = &pdev->op; int test_intx = 0; +#ifdef CONFIG_PCI_MSI + unsigned int nr = 0; +#endif + *op = pdev->sh_info->op; + barrier(); dev = xen_pcibk_get_pci_dev(pdev, op->domain, op->bus, op->devfn); if (dev == NULL) @@ -326,6 +364,7 @@ op->err = xen_pcibk_disable_msi(pdev, dev, op); break; case XEN_PCI_OP_enable_msix: + nr = op->value; op->err = xen_pcibk_enable_msix(pdev, dev, op); break; case XEN_PCI_OP_disable_msix: @@ -342,6 +381,17 @@ if ((dev_data->enable_intx != test_intx)) xen_pcibk_control_isr(dev, 0 /* no reset */); } + pdev->sh_info->op.err = op->err; + pdev->sh_info->op.value = op->value; +#ifdef CONFIG_PCI_MSI + if (op->cmd == XEN_PCI_OP_enable_msix && op->err == 0) { + unsigned int i; + + for (i = 0; i < nr; i++) + pdev->sh_info->op.msix_entries[i].vector = + op->msix_entries[i].vector; + } +#endif /* Tell the driver domain that we're done. */ wmb(); clear_bit(_XEN_PCIF_active, (unsigned long *)&pdev->sh_info->flags); --- linux-lts-utopic-3.16.0.orig/drivers/xen/xenbus/xenbus_probe.c +++ linux-lts-utopic-3.16.0/drivers/xen/xenbus/xenbus_probe.c @@ -57,6 +57,7 @@ #include #include #include +#include #include #include @@ -731,6 +732,30 @@ return err; } +static int xenbus_resume_cb(struct notifier_block *nb, + unsigned long action, void *data) +{ + int err = 0; + + if (xen_hvm_domain()) { + uint64_t v; + + err = hvm_get_parameter(HVM_PARAM_STORE_EVTCHN, &v); + if (!err && v) + xen_store_evtchn = v; + else + pr_warn("Cannot update xenstore event channel: %d\n", + err); + } else + xen_store_evtchn = xen_start_info->store_evtchn; + + return err; +} + +static struct notifier_block xenbus_resume_nb = { + .notifier_call = xenbus_resume_cb, +}; + static int __init xenbus_init(void) { int err = 0; @@ -789,6 +814,10 @@ goto out_error; } + if ((xen_store_domain_type != XS_LOCAL) && + (xen_store_domain_type != XS_UNKNOWN)) + xen_resume_notifier_register(&xenbus_resume_nb); + #ifdef CONFIG_XEN_COMPAT_XENFS /* * Create xenfs mountpoint in /proc for compatibility with --- linux-lts-utopic-3.16.0.orig/dropped.txt +++ linux-lts-utopic-3.16.0/dropped.txt @@ -0,0 +1,14 @@ +UBUNTU: SAUCE: (no-up) Sony laptop: Some Sony Vaia laptops do not enable wwan power by default. +UBUNTU: SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function +UBUNTU: SAUCE: (no-up) tools/hv: add basic Makefile +UBUNTU: SAUCE: hv: Add vss daemon to Makefile +UBUNTU: SAUCE: powerpc/powernv: Add calls to support little endian +UBUNTU: ubuntu: aufs3 -- (no-up) aufs3-mmap.patch +UBUNTU: SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman +UBUNTU: SAUCE: fsl_pme2: Add support for DPAA PME +UBUNTU: SAUCE: fmd: FMD14 integration +UBUNTU: SAUCE: net: Add support for handling queueing in hardware +UBUNTU: SAUCE: net/flow: remove sleeping and deferral mechanism from flow_cache_flush +UBUNTU: SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture +UBUNTU: SAUCE: fix fmd headers + --- linux-lts-utopic-3.16.0.orig/firmware/Makefile +++ linux-lts-utopic-3.16.0/firmware/Makefile @@ -20,80 +20,33 @@ # accurate. In the latter case it doesn't matter -- it'll use $(fw-shipped-all). # But be aware that the config file might not be included at all. -ifdef CONFIG_ACENIC_OMIT_TIGON_I -acenic-objs := acenic/tg2.bin -fw-shipped- += acenic/tg1.bin -else -acenic-objs := acenic/tg1.bin acenic/tg2.bin -endif -fw-shipped-$(CONFIG_ACENIC) += $(acenic-objs) -fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \ - adaptec/starfire_tx.bin -fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin -fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw -fw-shipped-$(CONFIG_BNX2X) += bnx2x/bnx2x-e1-6.2.9.0.fw \ - bnx2x/bnx2x-e1h-6.2.9.0.fw \ - bnx2x/bnx2x-e2-6.2.9.0.fw -fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-6.2.1a.fw \ - bnx2/bnx2-rv2p-09-6.0.17.fw \ - bnx2/bnx2-rv2p-09ax-6.0.17.fw \ - bnx2/bnx2-mips-06-6.2.1.fw \ - bnx2/bnx2-rv2p-06-6.0.15.fw -fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin -fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ - cxgb3/t3c_psram-1.1.0.bin \ - cxgb3/ael2005_opt_edc.bin \ - cxgb3/ael2005_twx_edc.bin \ - cxgb3/ael2020_twx_edc.bin -fw-shipped-$(CONFIG_DRM_MGA) += matrox/g200_warp.fw matrox/g400_warp.fw -fw-shipped-$(CONFIG_DRM_R128) += r128/r128_cce.bin -fw-shipped-$(CONFIG_DRM_RADEON) += radeon/R100_cp.bin radeon/R200_cp.bin \ - radeon/R300_cp.bin radeon/R420_cp.bin \ - radeon/RS690_cp.bin radeon/RS600_cp.bin \ - radeon/R520_cp.bin \ - radeon/R600_pfp.bin radeon/R600_me.bin \ - radeon/RV610_pfp.bin radeon/RV610_me.bin \ - radeon/RV630_pfp.bin radeon/RV630_me.bin \ - radeon/RV620_pfp.bin radeon/RV620_me.bin \ - radeon/RV635_pfp.bin radeon/RV635_me.bin \ - radeon/RV670_pfp.bin radeon/RV670_me.bin \ - radeon/RS780_pfp.bin radeon/RS780_me.bin \ - radeon/RV770_pfp.bin radeon/RV770_me.bin \ - radeon/RV730_pfp.bin radeon/RV730_me.bin \ - radeon/RV710_pfp.bin radeon/RV710_me.bin -fw-shipped-$(CONFIG_DVB_AV7110) += av7110/bootcode.bin -fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin +fw-shipped-$(CONFIG_BNX2X) += bnx2x/bnx2x-e1-7.8.17.0.fw \ + bnx2x/bnx2x-e1h-7.8.17.0.fw \ + bnx2x/bnx2x-e2-7.8.17.0.fw \ + bnx2x/bnx2x-e1-7.8.19.0.fw +fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-6.2.1b.fw \ + bnx2/bnx2-rv2p-06-6.0.15.fw \ + bnx2/bnx2-mips-06-6.2.3.fw \ + bnx2/bnx2-rv2p-09-6.0.17.fw \ + bnx2/bnx2-rv2p-09ax-6.0.17.fw fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ e100/d102e_ucode.bin -fw-shipped-$(CONFIG_MYRI_SBUS) += myricom/lanai.bin -fw-shipped-$(CONFIG_PCMCIA_PCNET) += cis/LA-PCM.cis cis/PCMLM28.cis \ - cis/DP83903.cis cis/NE2K.cis \ - cis/tamarack.cis cis/PE-200.cis \ - cis/PE520.cis -fw-shipped-$(CONFIG_PCMCIA_3C589) += cis/3CXEM556.cis -fw-shipped-$(CONFIG_PCMCIA_3C574) += cis/3CCFEM556.cis -fw-shipped-$(CONFIG_SERIAL_8250_CS) += cis/MT5634ZLX.cis cis/RS-COM-2P.cis \ - cis/COMpad2.cis cis/COMpad4.cis \ - cis/SW_555_SER.cis cis/SW_7xx_SER.cis \ - cis/SW_8xx_SER.cis -fw-shipped-$(CONFIG_PCMCIA_SMC91C92) += ositech/Xilinx7OD.bin -fw-shipped-$(CONFIG_SCSI_ADVANSYS) += advansys/mcode.bin advansys/38C1600.bin \ - advansys/3550.bin advansys/38C0800.bin +fw-shipped-$(CONFIG_PCMCIA_PCNET) += + +fw-shipped-$(CONFIG_PCMCIA_3C589) += +fw-shipped-$(CONFIG_PCMCIA_3C574) += +fw-shipped-$(CONFIG_SERIAL_8250_CS) += + fw-shipped-$(CONFIG_SCSI_QLOGIC_1280) += qlogic/1040.bin qlogic/1280.bin \ qlogic/12160.bin fw-shipped-$(CONFIG_SCSI_QLOGICPTI) += qlogic/isp1000.bin fw-shipped-$(CONFIG_INFINIBAND_QIB) += qlogic/sd7220.fw fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp -fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ - ess/maestro3_assp_minisrc.fw fw-shipped-$(CONFIG_SND_SB16_CSP) += sb16/mulaw_main.csp sb16/alaw_main.csp \ sb16/ima_adpcm_init.csp \ sb16/ima_adpcm_playback.csp \ sb16/ima_adpcm_capture.csp -fw-shipped-$(CONFIG_SND_YMFPCI) += yamaha/ds1_ctrl.fw yamaha/ds1_dsp.fw \ - yamaha/ds1e_ctrl.fw fw-shipped-$(CONFIG_SND_WAVEFRONT) += yamaha/yss225_registers.bin -fw-shipped-$(CONFIG_TEHUTI) += tehuti/bdx.bin fw-shipped-$(CONFIG_TIGON3) += tigon/tg3.bin tigon/tg3_tso.bin \ tigon/tg3_tso5.bin fw-shipped-$(CONFIG_TYPHOON) += 3com/typhoon.bin @@ -101,40 +54,8 @@ emi26/bitstream.fw fw-shipped-$(CONFIG_USB_EMI62) += emi62/loader.fw emi62/bitstream.fw \ emi62/spdif.fw emi62/midi.fw -fw-shipped-$(CONFIG_USB_KAWETH) += kaweth/new_code.bin kaweth/trigger_code.bin \ - kaweth/new_code_fix.bin \ - kaweth/trigger_code_fix.bin -ifdef CONFIG_FIRMWARE_IN_KERNEL -fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_MPR) += keyspan/mpr.fw -fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_USA18X) += keyspan/usa18x.fw -fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_USA19) += keyspan/usa19.fw -fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_USA19QI) += keyspan/usa19qi.fw -fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_USA19QW) += keyspan/usa19qw.fw -fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_USA19W) += keyspan/usa19w.fw -fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_USA28) += keyspan/usa28.fw -fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_USA28XA) += keyspan/usa28xa.fw -fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_USA28XB) += keyspan/usa28xb.fw -fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_USA28X) += keyspan/usa28x.fw -fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_USA49W) += keyspan/usa49w.fw -fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_USA49WLC) += keyspan/usa49wlc.fw -else -fw-shipped- += keyspan/mpr.fw keyspan/usa18x.fw keyspan/usa19.fw \ - keyspan/usa19qi.fw keyspan/usa19qw.fw keyspan/usa19w.fw \ - keyspan/usa28.fw keyspan/usa28xa.fw keyspan/usa28xb.fw \ - keyspan/usa28x.fw keyspan/usa49w.fw keyspan/usa49wlc.fw -endif -fw-shipped-$(CONFIG_USB_SERIAL_TI) += ti_3410.fw ti_5052.fw \ - mts_cdma.fw mts_gsm.fw mts_edge.fw -fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT) += edgeport/boot.fw edgeport/boot2.fw \ - edgeport/down.fw edgeport/down2.fw -fw-shipped-$(CONFIG_USB_SERIAL_EDGEPORT_TI) += edgeport/down3.bin fw-shipped-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat_loader.fw whiteheat.fw \ # whiteheat_loader_debug.fw -fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda/keyspan_pda.fw -fw-shipped-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda/xircom_pgs.fw -fw-shipped-$(CONFIG_USB_VICAM) += vicam/firmware.fw -fw-shipped-$(CONFIG_VIDEO_CPIA2) += cpia2/stv0672_vp4.bin -fw-shipped-$(CONFIG_YAM) += yam/1200.bin yam/9600.bin fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) --- linux-lts-utopic-3.16.0.orig/firmware/WHENCE +++ linux-lts-utopic-3.16.0/firmware/WHENCE @@ -619,16 +619,6 @@ -------------------------------------------------------------------------- -Driver: MYRI_SBUS - MyriCOM Gigabit Ethernet - -File: myricom/lanai.bin - -Licence: Unknown - -Found in hex form in kernel source. - --------------------------------------------------------------------------- - Driver: bnx2x: Broadcom Everest File: bnx2x/bnx2x-e1-6.2.9.0.fw --- linux-lts-utopic-3.16.0.orig/firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex +++ linux-lts-utopic-3.16.0/firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex @@ -0,0 +1,5804 @@ +:10000000080001180800000000004A68000000C84D +:1000100000000000000000000000000008004A6826 +:100020000000001400004B30080000A00800000091 +:100030000000569400004B44080058200000008443 +:100040000000A1D808005694000001580000A25CEE +:100050000800321008000000000072F00000A3B495 +:10006000000000000000000000000000080072F026 +:1000700000000024000116A40800049008000400F9 +:10008000000017D4000116C80000000000000000A6 +:100090000000000000000000000000000000000060 +:1000A000080000A80800000000003BFC00012E9C96 +:1000B0000000000000000000000000000000000040 +:1000C00000000000000000000A00004600000000E0 +:1000D000000000000000000D636F6D362E322E33DD +:1000E0000000000006020302000000000000000300 +:1000F000000000C800000032000000030000000003 +:1001000000000000000000000000000000000000EF +:1001100000000010000001360000EA600000000549 +:1001200000000000000000000000000000000008C7 +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000020000000000000000000000008D +:10017000000000000000000000000000000000007F +:10018000000000000000000000000010000000005F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E0000000000010000003000000000000000DEF +:1001F0000000000D3C02080024424AA03C03080015 +:1002000024634B9CAC4000000043202B1480FFFD76 +:10021000244200043C1D080037BD7FFC03A0F021F0 +:100220003C100800261001183C1C0800279C4AA01E +:100230000E000168000000000000000D27470100CB +:1002400090E3000B2402001A94E5000814620028D1 +:10025000000020218CE200003C0308008C63004475 +:1002600094E60014000211C20002104030A4000203 +:10027000005A10212463000130A50004A446008028 +:100280003C010800AC23004410A000190004202BFE +:100290008F4202B804410008240400013C02080017 +:1002A0008C420060244200013C010800AC22006046 +:1002B00003E00008008010218CE2002094E3001687 +:1002C00000002021AF4202808CE20004A743028498 +:1002D000AF4202883C021000AF4202B83C02080064 +:1002E0008C42005C244200013C010800AC22005C0E +:1002F00003E00008008010212747010090E3000B75 +:100300002402000394E50008146200280000202164 +:100310008CE200003C0308008C63004494E6001467 +:10032000000211C20002104030A40002005A102145 +:100330002463000130A50004A44600803C010800AD +:10034000AC23004410A000190004202B8F4202B8F7 +:1003500004410008240400013C0208008C420060B3 +:10036000244200013C010800AC22006003E00008C8 +:10037000008010218CE2002094E300160000202170 +:10038000AF4202808CE20004A7430284AF4202889D +:100390003C021000AF4202B83C0208008C42005CF4 +:1003A000244200013C010800AC22005C03E000088C +:1003B000008010218F4301002402010050620003DD +:1003C000000311C20000000D000311C20002104022 +:1003D000005A1021A440008003E000080000102112 +:1003E0009362000003E00008AF80000003E0000813 +:1003F0000000102103E00008000010212402010089 +:1004000014820008000000003C0208008C4200FC3E +:10041000244200013C010800AC2200FC0A0000DD7F +:1004200030A200203C0208008C42008424420001DB +:100430003C010800AC22008430A2002010400008DB +:1004400030A300103C0208008C4201082442000145 +:100450003C010800AC22010803E000080000000095 +:1004600010600008000000003C0208008C420104FB +:10047000244200013C010800AC22010403E0000812 +:10048000000000003C0208008C42010024420001F0 +:100490003C010800AC22010003E00008000000005D +:1004A00027BDFFE8AFBF0010274401009483000878 +:1004B000306200041040001B306600028F4202B818 +:1004C00004410008240500013C0208008C42006041 +:1004D000244200013C010800AC2200600A0001290E +:1004E0008FBF00108C82002094830016000028210A +:1004F000AF4202808C820004A7430284AF4202888C +:100500003C021000AF4202B83C0208008C42005C82 +:10051000244200013C010800AC22005C0A000129D1 +:100520008FBF001010C00006006028218F4401001A +:100530000E0000CD000000000A0001282405000183 +:100540008F8200088F4301045043000700002821D8 +:100550008F4401000E0000CD000000008F42010416 +:10056000AF820008000028218FBF001000A01021DA +:1005700003E0000827BD001827BDFFE8AFBF001447 +:10058000AFB00010974201083043700024022000F1 +:100590001062000B286220011440002F000010217F +:1005A00024024000106200250000000024026000C8 +:1005B00010620026000010210A0001658FBF0014A0 +:1005C00027500100920200091040001A2403000184 +:1005D0003C0208008C420020104000160000182148 +:1005E0000E00049300000000960300083C0608007B +:1005F00094C64B5E8E0400188F8200209605000C76 +:1006000000031C0000661825AC440000AC45000443 +:1006100024040001AC400008AC40000CAC400010C9 +:10062000AC400014AC4000180E0004B8AC43001CF1 +:10063000000018210A000164006010210E0003254B +:10064000000000000A000164000010210E000EE905 +:1006500000000000000010218FBF00148FB00010B8 +:1006600003E0000827BD001827BDFFE0AFB2001867 +:100670003C036010AFBF001CAFB10014AFB000105E +:100680008C6450002402FF7F3C1A800000822024EA +:100690003484380C24020037AC6450003C1208004B +:1006A00026524AD8AF42000824020C80AF420024F0 +:1006B0003C1B80083C06080024C60324024010218D +:1006C0002404001D2484FFFFAC4600000481FFFDCC +:1006D000244200043C020800244204B03C0108000B +:1006E000AC224AE03C020800244202303C010800EF +:1006F000AC224AE43C020800244201743C03080096 +:100700002463032C3C040800248403D83C0508001F +:1007100024A538F03C010800AC224B403C02080004 +:10072000244202EC3C010800AC264B243C010800AA +:10073000AC254B343C010800AC234B3C3C01080089 +:10074000AC244B443C010800AC224B483C0108005F +:10075000AC234ADC3C010800AC204AE83C0108001C +:10076000AC204AEC3C010800AC204AF03C010800F7 +:10077000AC204AF43C010800AC204AF83C010800D7 +:10078000AC204AFC3C010800AC204B003C010800B6 +:10079000AC244B043C010800AC204B083C01080091 +:1007A000AC204B0C3C010800AC204B103C01080075 +:1007B000AC204B143C010800AC204B183C01080055 +:1007C000AC264B1C3C010800AC264B203C01080029 +:1007D000AC254B303C010800AC234B380E000623FF +:1007E000000000003C028000344200708C42000097 +:1007F000AF8200143C0308008C6300208F82000449 +:10080000104300043C0280000E00045BAF83000430 +:100810003C028000344600703C0308008C6300A05A +:100820003C0208008C4200A4104300048F84001492 +:100830003C010800AC2300A4A743009E8CCA000022 +:100840003C0308008C6300BC3C0208008C4200B8EA +:100850000144202300641821000040210064202B63 +:1008600000481021004410213C010800AC2300BCCA +:100870003C010800AC2200B88F5100003222000772 +:100880001040FFDCAF8A00148CC600003C05080055 +:100890008CA500BC3C0408008C8400B800CA30233E +:1008A00000A628210000102100A6302B0082202164 +:1008B00000862021322700013C010800AC2500BC45 +:1008C0003C010800AC2400B810E0001F32220002F6 +:1008D0008F420100AF4200208F420104AF4200A8C6 +:1008E0009342010B0E0000C6305000FF2E02001E86 +:1008F00054400004001010800E0000C90A000213CA +:1009000000000000005210218C4200000040F80955 +:1009100000000000104000053C0240008F4301042D +:100920003C026020AC4300143C024000AF4201385E +:100930003C0208008C420034244200013C010800C3 +:10094000AC220034322200021040000E3222000499 +:100950008F4201400E0000C6AF4200200E000295FB +:10096000000000003C024000AF4201783C02080059 +:100970008C420038244200013C010800AC220038BF +:10098000322200041040FF983C0280008F42018018 +:100990000E0000C6AF4200208F43018024020F00EA +:1009A00014620005000000008F420188A742009CED +:1009B0000A0002483C0240009362000024030050F9 +:1009C000304200FF144300083C0240000E00027B4E +:1009D00000000000544000043C0240000E000D7571 +:1009E000000000003C024000AF4201B83C02080099 +:1009F0008C42003C244200013C010800AC22003C37 +:100A00000A0001C83C0280003C0290003442000110 +:100A100000822025AF4400208F4200200440FFFECA +:100A20000000000003E00008000000003C0280001D +:100A3000344200010082202503E00008AF4400207A +:100A400027BDFFE0AFB10014AFB0001000808821D7 +:100A5000AFBF00180E00025030B000FF9362007D5F +:100A60000220202102028025A370007D8F70007477 +:100A70003C0280000E000259020280241600000988 +:100A80008FBF00188F4201F80440FFFE24020002CD +:100A9000AF5101C0A34201C43C021000AF4201F8B3 +:100AA0008FBF00188FB100148FB0001003E0000852 +:100AB00027BD002027BDFFE8AFBF0010974201848B +:100AC0008F440188304202001040000500002821B8 +:100AD0000E000FAA000000000A00028D240500018C +:100AE0003C02FF0004800005008218243C02040040 +:100AF000506200019362003E240500018FBF001088 +:100B000000A0102103E0000827BD0018A360002208 +:100B10008F4401400A00025E2405000127BDFFE862 +:100B2000AFBF0014AFB0001093620000304400FF6C +:100B300038830020388200300003182B0002102B6D +:100B40000062182410600003240200501482008008 +:100B50008FBF001493620005304200011040007CFA +:100B60008FBF0014934201482443FFFF2C6200050D +:100B7000104000788FB00010000310803C03080084 +:100B800024634A68004310218C42000000400008A2 +:100B9000000000000E0002508F4401408F70000CD6 +:100BA0008F4201441602000224020001AF62000CD1 +:100BB0000E0002598F4401408F420144145000043A +:100BC0008FBF00148FB000100A000F2027BD00183F +:100BD0008F62000C0A0003040000000097620010FE +:100BE0008F4301443042FFFF1462001A00000000EE +:100BF00024020001A76200108F4202380443001053 +:100C00008F4201403C02003F3446F0003C0560004A +:100C10003C04FFC08CA22BBC0044182400461024C6 +:100C20000002130200031D82106200390000000060 +:100C30008F4202380440FFF7000000008F4201405D +:100C4000AF4202003C021000AF4202380A00032209 +:100C50008FBF0014976200100A0003040000000018 +:100C60000E0002508F440140976200128F430144EE +:100C70003050FFFF1603000224020001A762001299 +:100C80000E0002598F4401408F42014416020004B5 +:100C90008FBF00148FB000100A00029127BD00180A +:100CA000976200120A00030400000000976200141B +:100CB0008F4301443042FFFF14620006240200010A +:100CC0008FBF00148FB00010A76200140A00124AF0 +:100CD00027BD0018976200141440001D8FBF001438 +:100CE0000A00031C00000000976200168F430144B5 +:100CF0003042FFFF1462000B240200018FBF00147A +:100D00008FB00010A76200160A000B1227BD001852 +:100D10009742007824420004A76200100A000322D0 +:100D20008FBF001497620016240300013042FFFFBA +:100D3000144300078FBF00143C0208008C4200706F +:100D4000244200013C010800AC2200708FBF001457 +:100D50008FB0001003E0000827BD001827BDFFE892 +:100D6000AFBF0014AFB000108F50010093620000BD +:100D700093430109304400FF2402001F106200A5C4 +:100D80002862002010400018240200382862000A5F +:100D90001040000C2402000B286200081040002CB8 +:100DA00000000000046000E52862000214400028F2 +:100DB00024020006106200268FBF00140A00041FE0 +:100DC0008FB000101062005E2862000B144000DC3F +:100DD0008FBF00142402000E106200738FB0001049 +:100DE0000A00041F00000000106200C028620039E1 +:100DF0001040000A2402008024020036106200CA5B +:100E000028620037104000B424020035106200C18F +:100E10008FBF00140A00041F8FB000101062002B57 +:100E20002862008110400006240200C82402003914 +:100E3000106200B48FBF00140A00041F8FB00010AE +:100E4000106200998FBF00140A00041F8FB00010B9 +:100E50003C0208008C420020104000B98FBF0014F3 +:100E60000E000493000000008F4201008F830020D9 +:100E70009745010C97460108AC6200008F420104BF +:100E80003C04080094844B5E00052C00AC62000416 +:100E90008F4201180006340000C43025AC620008FF +:100EA0008F42011C24040001AC62000C9342010A31 +:100EB00000A22825AC650010AC600014AC600018DE +:100EC000AC66001C0A0003F58FBF00143C0208004A +:100ED0008C4200201040009A8FBF00140E00049333 +:100EE00000000000974401083C03080094634B5E37 +:100EF0009745010C000422029746010E8F820020C4 +:100F0000000426000083202500052C003C030080FF +:100F100000A6282500832025AC400000AC4000043A +:100F2000AC400008AC40000CAC450010AC400014D4 +:100F3000AC400018AC44001C0A0003F42404000177 +:100F40009742010C14400015000000009362000558 +:100F50003042001014400011000000000E0002504A +:100F6000020020219362000502002021344200107B +:100F70000E000259A36200059362000024030020C2 +:100F8000304200FF1043006D020020218FBF00148B +:100F90008FB000100A000FC027BD00180000000D20 +:100FA0000A00041E8FBF00143C0208008C4200207F +:100FB000104000638FBF00140E0004930000000077 +:100FC0008F4201048F8300209744010C3C050800E8 +:100FD00094A54B5EAC6200009762002C00042400D4 +:100FE0003042FFFF008220253C02400E00A228254F +:100FF000AC640004AC600008AC60000CAC60001095 +:10100000AC600014AC600018AC65001C0A0003F46E +:10101000240400010E00025002002021A7600008F5 +:101020000E00025902002021020020210E00025E63 +:10103000240500013C0208008C42002010400040C2 +:101040008FBF00140E000493000000009742010CB3 +:101050008F8300203C05080094A54B5E000214001D +:10106000AC700000AC620004AC6000088F64004CFF +:101070003C02401F00A22825AC64000C8F62005087 +:1010800024040001AC6200108F620054AC620014B2 +:10109000AC600018AC65001C8FBF00148FB000104E +:1010A0000A0004B827BD0018240200205082002541 +:1010B0008FB000100E000F0A020020211040002007 +:1010C0008FBF0014020020218FB0001000002821E3 +:1010D0000A00025E27BD0018020020218FBF001405 +:1010E0008FB000100A00058027BD00189745010C3D +:1010F000020020218FBF00148FB000100A0005A04D +:1011000027BD0018020020218FB000100A0005C57D +:1011100027BD00189345010D020020218FB000105B +:101120000A00060F27BD0018020020218FBF0014FF +:101130008FB000100A0005EB27BD00188FBF001408 +:101140008FB0001003E0000827BD00188F4202781E +:101150000440FFFE2402000234840080AF440240B9 +:10116000A34202443C02100003E00008AF420278B0 +:101170003C04080094844B6A3C0208008C424B7487 +:101180003083FFFF000318C000431021AF42003C32 +:101190003C0208008C424B70AF4200383C020050C9 +:1011A00034420008AF4200300000000000000000A0 +:1011B000000000008F420000304200201040FFFD80 +:1011C000000000008F4204003C010800AC224B608C +:1011D0008F4204043C010800AC224B643C02002016 +:1011E000AF420030000000003C02080094424B680F +:1011F0003C03080094634B6C3C05080094A54B6EBF +:1012000024840001004310213083FFFF3C010800CB +:10121000A4224B683C010800A4244B6A1465000317 +:10122000000000003C010800A4204B6A03E0000815 +:10123000000000003C05000A27BDFFE80345282107 +:101240003C04080024844B50AFBF00100E00051D65 +:101250002406000A3C02080094424B523C0308005A +:1012600094634B6E3042000F244200030043180485 +:1012700024027FFF0043102B10400002AF83001CAC +:101280000000000D0E00042A000000003C020800CF +:1012900094424B5A8FBF001027BD001803E000088E +:1012A000A74200A23C02000A034210219443000618 +:1012B0003C02080094424B5A3C010800A4234B56C0 +:1012C000004310238F83001C00021400000214034B +:1012D0000043102B03E000083842000127BDFFE85F +:1012E000AFBF00103C02000A0342102194420006E6 +:1012F0003C010800A4224B560E00047700000000B9 +:101300005440FFF93C02000A8FBF001003E00008C0 +:1013100027BD001827BDFFE8AFBF00100E000477FF +:101320000000000010400003000000000E000485D3 +:10133000000000003C0208008C424B608FBF001090 +:1013400027430400AF4200383C0208008C424B6443 +:1013500027BD0018AF830020AF42003C3C020005CF +:10136000AF42003003E00008AF8000188F82001801 +:101370003C0300060002114000431025AF4200303C +:101380000000000000000000000000008F4200008C +:10139000304200101040FFFD27420400AF820020C1 +:1013A00003E00008AF8000183C0608008CC64B64C0 +:1013B0008F8500188F8300203C02080094424B5A0E +:1013C00027BDFFE024A50001246300202442000182 +:1013D00024C70020AFB10014AFB00010AFBF001899 +:1013E000AF850018AF8300203C010800A4224B5AAF +:1013F000309000FF3C010800AC274B6404C100089A +:101400000000882104E00006000000003C02080003 +:101410008C424B60244200013C010800AC224B602E +:101420003C02080094424B5A3C03080094634B680A +:101430000010202B004310262C42000100441025F0 +:10144000144000048F830018240200101462000F5F +:10145000000000000E0004A9241100013C03080054 +:1014600094634B5A3C02080094424B681462000398 +:10147000000000000E00042A000000001600000317 +:10148000000000000E000493000000003C03080070 +:1014900094634B5E3C02080094424B5C2463000161 +:1014A0003064FFFF3C010800A4234B5E148200035C +:1014B000000000003C010800A4204B5E1200000662 +:1014C000000000003C02080094424B5AA74200A2D0 +:1014D0000A00050B022010210E0004770000000016 +:1014E00010400004022010210E00048500000000BE +:1014F000022010218FBF00188FB100148FB0001090 +:1015000003E0000827BD00203084FFFF30A5FFFF67 +:101510000000182110800007000000003082000148 +:101520001040000200042042006518210A00051343 +:101530000005284003E000080060102110C00006EC +:1015400024C6FFFF8CA2000024A50004AC8200008A +:101550000A00051D2484000403E0000800000000C8 +:1015600010A0000824A3FFFFAC86000000000000CC +:10157000000000002402FFFF2463FFFF1462FFFA53 +:101580002484000403E0000800000000240200019D +:10159000AF62000CA7620010A7620012A7620014DD +:1015A00003E00008A76200163082007F034210218A +:1015B0003C08000E004818213C0208008C42002024 +:1015C00027BDFFD82407FF80AFB3001CAFB20018BF +:1015D000AFB10014AFB00010AFBF00200080802179 +:1015E00030B100FF0087202430D200FF1040002FD0 +:1015F00000009821AF44002C9062000024030050AA +:10160000304200FF1443000E000000003C020800BE +:101610008C4200E00202102100471024AF42002C4F +:101620003C0208008C4200E0020210213042007FA0 +:101630000342102100481021944200D43053FFFF90 +:101640000E000493000000003C02080094424B5E30 +:101650008F8300200011340000C2302500122C00BE +:101660003C02400000C2302534A50001AC700000EF +:101670008FBF0020AC6000048FB20018AC7300086C +:101680008FB10014AC60000C8FB3001CAC6500106F +:101690008FB00010AC60001424040001AC6000188E +:1016A00027BD00280A0004B8AC66001C8FBF0020CC +:1016B0008FB3001C8FB200188FB100148FB00010D0 +:1016C00003E0000827BD00289343010F2402001007 +:1016D0001062000E2865001110A0000724020012FD +:1016E000240200082405003A1062000600003021A0 +:1016F00003E0000800000000240500351462FFFC30 +:10170000000030210A000538000000008F420074FC +:1017100024420FA003E00008AF62000C27BDFFE8E1 +:10172000AFBF00100E00025E240500018FBF001045 +:1017300024020001A762001227BD00182402000144 +:1017400003E00008A360002227BDFFE0AFB1001452 +:10175000AFB00010AFBF001830B1FFFF0E00025055 +:10176000008080219362003F24030004304200FF88 +:101770001443000C02002021122000082402000A59 +:101780000E00053100000000936200052403FFFEF7 +:1017900000431024A362000524020012A362003F4C +:1017A000020020210E000259A360008116200003D0 +:1017B000020020210E0005950000000002002021FB +:1017C000322600FF8FBF00188FB100148FB00010B9 +:1017D000240500380A00053827BD002027BDFFE09A +:1017E000AFBF001CAFB20018AFB10014AFB0001013 +:1017F0000E000250008080210E0005310000000024 +:101800009362003F24120018305100FF123200038F +:101810000200202124020012A362003F936200050F +:101820002403FFFE004310240E000259A3620005AA +:10183000020020212405002016320007000030217C +:101840008FBF001C8FB200188FB100148FB0001032 +:101850000A00025E27BD00208FBF001C8FB2001857 +:101860008FB100148FB00010240500390A0005382C +:1018700027BD002027BDFFE8AFB00010AFBF0014A8 +:101880009742010C2405003600808021144000108E +:10189000304600FF0E00025000000000240200123B +:1018A000A362003F93620005344200100E00053130 +:1018B000A36200050E00025902002021020020212F +:1018C0000E00025E240500200A000604000000004D +:1018D0000E000538000000000E000250020020211A +:1018E000936200232403FF9F020020210043102461 +:1018F0008FBF00148FB00010A36200230A000259AA +:1019000027BD001827BDFFE0AFBF0018AFB100141E +:10191000AFB0001030B100FF0E00025000808021F7 +:10192000240200120E000531A362003F0E0002598E +:101930000200202102002021022030218FBF001848 +:101940008FB100148FB00010240500350A0005384F +:1019500027BD0020A380002C03E00008A380002DF9 +:101960008F4202780440FFFE8F820034AF42024073 +:1019700024020002A34202443C02100003E00008DB +:10198000AF4202783C0360008C6254003042000891 +:101990001440FFFD000000008C625408AF82000C70 +:1019A00024020052AC605408AC645430AC6254342D +:1019B0002402000803E00008AC6254003C0260000E +:1019C0008C42540030420008104000053C03600087 +:1019D0008C625400304200081440FFFD00000000FB +:1019E0008F83000C3C02600003E00008AC43540805 +:1019F00090A3000024020005008040213063003FD6 +:101A000000004821146200050000502190A2001C33 +:101A100094A3001E304900FF306AFFFFAD00000CA8 +:101A2000AD000010AD000024950200148D05001CCF +:101A30008D0400183042FFFF0049102300021100FE +:101A4000000237C3004038210086202300A2102B5B +:101A50000082202300A72823AD05001CAD04001838 +:101A6000A5090014A5090020A50A001603E0000836 +:101A7000A50A00228F4201F80440FFFE2402000262 +:101A8000AF4401C0A34201C43C02100003E00008BF +:101A9000AF4201F83C0208008C4200B427BDFFE8C9 +:101AA000AFBF001424420001AFB000103C01080099 +:101AB000AC2200B48F4300243C02001F30AA00FF78 +:101AC0003442FF8030D800FF006280240080F8217B +:101AD00030EF00FF1158003B01405821240CFF80DB +:101AE0003C19000A3163007F000310C00003194055 +:101AF000006218213C0208008C4200DC25680001CD +:101B0000310D007F03E21021004310213043007F9C +:101B100003431821004C102400794821AF420024CF +:101B20008D220024016C1824006C7026AD22000C5C +:101B30008D220024310800FFAD22001095220014F0 +:101B4000952300208D27001C3042FFFF3063FFFFEC +:101B50008D2600180043102300021100000227C345 +:101B60000040282100C4302300E2102B00C23023A3 +:101B700000E53823AD27001CAD2600189522002073 +:101B8000A522001495220022154B000AA52200165A +:101B90008D2300248D220008254600013145008058 +:101BA0001462000430C4007F108F000238AA008045 +:101BB00000C0502151AF000131C800FF1518FFC906 +:101BC000010058218F8400343082007F03421821A5 +:101BD0003C02000A006218212402FF8000822024B7 +:101BE000AF440024A06A0079A06A00838C62005090 +:101BF0008F840034AC6200708C6500743C027FFFFF +:101C00003442FFFF00A228240E00066BAC6500746E +:101C1000AF5000248FBF00148FB0001003E0000805 +:101C200027BD001827BDFFC0AFBE0038AFB70034D6 +:101C3000AFB5002CAFB20020AFB1001CAFB00018A0 +:101C4000AFBF003CAFB60030AFB40028AFB3002444 +:101C50008F4500248F4600288F43002C3C02001F34 +:101C60003442FF800062182400C230240080A82182 +:101C7000AFA3001400A2F0240E00062FAFA60010A0 +:101C80003C0208008C4200E02410FF8003608821A1 +:101C900002A2102100501024AF4200243C02080090 +:101CA0008C4200E002A210213042007F0342182142 +:101CB0003C02000A00629021924200D293630084A9 +:101CC000305700FF306300FF24020001106200342F +:101CD000036020212402000214620036000000008C +:101CE0000E001216024028219223008392220083C4 +:101CF0003063007F3042007F000210C000031940B3 +:101D0000006218213C0208008C4200DC02A2102173 +:101D10000043382100F01024AF42002892250078BB +:101D20009224008330E2007F034218213C02000C21 +:101D300014850007006280212402FFFFA24200F107 +:101D40002402FFFFA64200F20A0007272402FFFF39 +:101D500096020020A24200F196020022A64200F262 +:101D60008E020024AE4200F492220083A24200F0D0 +:101D70008E4200C8AE4200FC8E4200C4AE4200F863 +:101D80008E220050AE4201008E4200CCAE420104D1 +:101D9000922200853042003F0A0007823442004010 +:101DA0000E00123902402821922200850A00078283 +:101DB0003042003F936200852403FFDF3042003F42 +:101DC000A36200859362008500431024A36200850E +:101DD0009363008393620078307400FF304200FF09 +:101DE00010540036240AFF803C0C000C3283007F24 +:101DF000000310C000031940006218213C020800D3 +:101E00008C4200DC268800013109007F02A21021EB +:101E10000043382130E2007F0342182100EA1024F9 +:101E2000AF420028006C80218E020024028A182410 +:101E3000006A5826AE02000C8E020024310800FF12 +:101E4000AE02001096020014960300208E07001CBC +:101E50003042FFFF3063FFFF8E060018004310235F +:101E600000021100000227C30040282100C43023D3 +:101E700000E2102B00C2302300E53823AE07001C1F +:101E8000AE06001896020020A60200149602002258 +:101E9000A602001692220079304200FF105400077B +:101EA0000000000051370001316800FF92220078E5 +:101EB000304200FF1448FFCD0100A0219222008390 +:101EC000A22200798E2200500A0007E2AE220070A2 +:101ED000A22200858E22004C2405FF80AE42010C18 +:101EE0009222008534420020A2220085924200D135 +:101EF0003C0308008C6300DC305400FF3C02080007 +:101F00008C4200E400143140001420C002A31821C8 +:101F100000C4202102A210210064382100461021B3 +:101F20000045182400E52824AF450028AF43002CC5 +:101F30003042007F924400D030E3007F03422821EA +:101F4000034318213C02000C006280213C02000E79 +:101F5000309600FF00A298211296002A000000008F +:101F60008E02000C02002021026028211040002572 +:101F7000261000280E00064A000000009262000DA4 +:101F800026830001307400FF3042007FA262000D02 +:101F90002404FF801697FFF0267300203C020800FF +:101FA0008C4200DC0000A02102A210210044102479 +:101FB000AF4200283C0208008C4200E43C030800C9 +:101FC0008C6300DC02A2102100441024AF42002CDC +:101FD0003C0208008C4200E402A318213063007F19 +:101FE00002A210213042007F034220210343182126 +:101FF0003C02000C006280213C02000E0A0007A493 +:10200000008298218E4200D8AE2200508E4200D825 +:10201000AE22007092250083924600D19223008365 +:10202000924400D12402FF8000A228243063007F64 +:10203000308400FF00A628250064182A10600002E2 +:1020400030A500FF38A50080A2250083A2250079D5 +:102050000E00063D000000009222007E02A020211A +:10206000A222007A8E2300743C027FFF3442FFFFDD +:10207000006218240E00066BAE2300748FA20010BD +:10208000AF5E00248FBF003CAF4200288FBE0038F7 +:102090008FA200148FB700348FB600308FB5002C9C +:1020A0008FB400288FB300248FB200208FB1001CA2 +:1020B0008FB0001827BD004003E00008AF42002C9D +:1020C00090A2000024420001A0A200003C030800EE +:1020D0008C6300F4304200FF1443000F0080302175 +:1020E000A0A000003C0208008C4200E48F84003471 +:1020F000008220213082007F034218213C02000C24 +:10210000006218212402FF8000822024ACC300005A +:1021100003E00008AF4400288C8200002442002025 +:1021200003E00008AC82000094C200003C080800F4 +:10213000950800CA30E7FFFF008048210102102106 +:10214000A4C2000094C200003042FFFF00E2102B46 +:1021500054400001A4C7000094A200003C03080002 +:102160008C6300CC24420001A4A2000094A20000D1 +:102170003042FFFF544300078F8600280107102BD1 +:10218000A4A000005440000101003821A4C70000B1 +:102190008F8600288CC4001CAF44003C94A2000031 +:1021A0008F43003C3042FFFF000210C00062182144 +:1021B000AF43003C8F42003C008220231880000483 +:1021C000000000008CC200180A00084324420001ED +:1021D0008CC20018AF4200383C020050344200105C +:1021E000AF420030000000000000000000000000CE +:1021F0008F420000304200201040FFFD0000000030 +:102200008F420404AD2200048F420400AD2200007E +:102210003C020020AF42003003E000080000000054 +:1022200027BDFFE0AFB20018AFB10014AFB000108F +:10223000AFBF001C94C2000000C080213C12080007 +:10224000965200C624420001A60200009603000038 +:1022500094E2000000E03021144300058FB100300B +:102260000E000818024038210A000875000000001E +:102270008C8300048C820004244200400461000727 +:10228000AC8200048C8200040440000400000000C2 +:102290008C82000024420001AC8200009602000003 +:1022A0003042FFFF50520001A600000096220000BD +:1022B00024420001A62200008F82002896230000FD +:1022C00094420016144300048FBF001C2402000136 +:1022D000A62200008FBF001C8FB200188FB100141F +:1022E0008FB0001003E0000827BD00208F89002870 +:1022F00027BDFFE0AFBF00188D220028274804004B +:1023000030E700FFAF4200388D22002CAF8800304C +:10231000AF42003C3C020005AF420030000000002C +:1023200000000000000000000000000000000000AD +:10233000000000008C82000C8C82000CAD020000BA +:102340008C820010AD0200048C820018AD020008DF +:102350008C82001CAD02000C8CA20014AD02001097 +:102360008C820020AD02001490820005304200FFF4 +:1023700000021200AD0200188CA20018AD02001C71 +:102380008CA2000CAD0200208CA20010AD02002433 +:102390008CA2001CAD0200288CA20020AD02002CF3 +:1023A000AD060030AD000034978300263402FFFFF5 +:1023B00014620002006020213404FFFF10E00011CD +:1023C000AD04003895230036952400362402000120 +:1023D0003063FFFF000318C20069182190650040B8 +:1023E000308400070082100400451025A0620040E0 +:1023F0008F820028944200563042FFFF0A0008DC1A +:10240000AD02003C952300369524003624020001DD +:102410003063FFFF000318C2006918219065004077 +:1024200030840007008210040002102700451024A9 +:10243000A0620040AD00003C000000000000000071 +:10244000000000003C02000634420040AF42003071 +:102450000000000000000000000000008F420000AB +:10246000304200101040FFFD8F860028AF880030FA +:1024700024C2005624C7003C24C4002824C50032CE +:1024800024C600360E000856AFA200108FBF0018F9 +:1024900003E0000827BD00208F8300243C060800CD +:1024A0008CC600E88F82003430633FFF0003198040 +:1024B00000461021004310212403FF803046007F96 +:1024C00000431024AF420028034618213C02000CB0 +:1024D0000062302190C2000D30A500FF00003821BD +:1024E00034420010A0C2000D8F8900288F8A00247A +:1024F00095230036000A13823048000324020001AD +:10250000A4C3000E1102000B2902000210400005B6 +:10251000240200021100000C240300010A0009201B +:102520000000182111020006000000000A00092026 +:10253000000018218CC2002C0A000920244300014D +:102540008CC20014244300018CC200180043102BDD +:1025500050400009240700012402002714A20003B0 +:10256000000000000A00092C240700019522003E0B +:1025700024420001A522003E000A138230430003DA +:102580002C62000210400009008028211460000421 +:102590000000000094C200360A00093C3046FFFFEC +:1025A0008CC600380A00093C008028210000302138 +:1025B0003C04080024844B780A00088900000000CD +:1025C000274901008D22000C9523000601202021BF +:1025D000000216023046003F3063FFFF240200274E +:1025E00000C0282128C7002810C2000EAF83002495 +:1025F00010E00008240200312402002110C200096A +:102600002402002510C200079382002D0A00095BF6 +:102610000000000010C200059382002D0A00095B33 +:10262000000000000A0008F4000000000A0006266E +:102630000000000095230006912400058D25000C64 +:102640008D2600108D2700188D28001C8D29002054 +:10265000244200013C010800A4234B7E3C010800F9 +:10266000A0244B7D3C010800AC254B843C010800B4 +:10267000AC264B883C010800AC274B903C0108007D +:10268000AC284B943C010800AC294B9803E00008AF +:10269000A382002D8F87002827BDFFC0AFB3003471 +:1026A000AFB20030AFB1002CAFB00028AFBF0038E0 +:1026B0003C0208008C4200D094E3003030B0FFFFB1 +:1026C000005010073045FFFF3063FFFF00C0982126 +:1026D000A7A200103C110800963100C614A3000602 +:1026E0003092FFFF8CE2002424420030AF42003CD5 +:1026F0000A0009948CE2002094E200323042FFFF8D +:1027000054A2000827A400188CE2002C24420030B8 +:10271000AF42003C8CE20028AF4200380A0009A218 +:102720008F84002827A5001027A60020022038212A +:102730000E000818A7A000208FA200182442003025 +:10274000AF4200388FA2001CAF42003C8F840028AB +:102750003C020005AF42003094820034274304005D +:102760003042FFFF0202102B14400007AF830030FD +:1027700094820054948300340202102100431023F9 +:102780000A0009B63043FFFF94830054948200345A +:102790000223182100501023006218233063FFFF2A +:1027A000948200163042FFFF144300030000000033 +:1027B0000A0009C424030001948200163042FFFF7E +:1027C0000043102B104000058F82003094820016C9 +:1027D000006210233043FFFF8F820030AC530000B3 +:1027E000AC400004AC520008AC43000C3C020006B4 +:1027F00034420010AF420030000000000000000032 +:10280000000000008F420000304200101040FFFD29 +:10281000001018C2006418219065004032040007BF +:10282000240200018FBF00388FB300348FB2003014 +:102830008FB1002C8FB000280082100400451025B5 +:1028400027BD004003E00008A062004027BDFFA8AC +:10285000AFB60050AFB5004CAFB40048AFB30044C2 +:10286000AFB1003CAFBF0054AFB20040AFB00038D2 +:102870008C9000003C0208008C4200E88F860034F7 +:10288000960300022413FF8000C2302130633FFF13 +:102890000003198000C3382100F3102490B2000017 +:1028A000AF42002C9203000230E2007F034230214D +:1028B0003C02000E00C28821306300C024020040A8 +:1028C0000080A82100A0B021146200260000A021F1 +:1028D0008E3400388E2200181440000224020001B9 +:1028E000AE2200189202000D304200201440001564 +:1028F0008F8200343C0308008C6300DC001238C077 +:10290000001231400043102100C730210046382119 +:1029100030E300073C02008030E6007800C230253A +:102920000343182100F31024AF4208002463090078 +:10293000AF4608108E2200188C6300080043102157 +:10294000AE2200188E22002C8E2300182442000193 +:102950000062182B1060003D000000000A000A7899 +:1029600000000000920300022402FFC00043102474 +:10297000304200FF1440000524020001AE2200187E +:10298000962200360A000A613054FFFF8E2200149E +:1029900024420001AE22001892020000000216003C +:1029A0000002160304410029000000009602000204 +:1029B00027A4001000802821A7A20016960200027A +:1029C00024070001000030213042FFFFAF820024C5 +:1029D0000E000889AFA0001C960300023C0408000A +:1029E0008C8400E88F82003430633FFF000319803D +:1029F00000441021004310213043007F3C05000CAF +:102A00000053102403431821AF4200280065182109 +:102A10009062000D001221403042007FA062000D44 +:102A20003C0308008C6300E48F82003400431021D3 +:102A30000044382130E2007F03421021004510217C +:102A400000F31824AF430028AEA200009222000D2C +:102A5000304200101040001302A020218F83002874 +:102A60008EA40000028030219462003E2442FFFFC9 +:102A7000A462003E948400029625000E3084FFFF7D +:102A80000E00097330A5FFFF8F82002894430034A5 +:102A90009622000E1443000302A02021240200010C +:102AA000A382002C02C028210E0007FE00000000B7 +:102AB0008FBF00548FB600508FB5004C8FB40048C4 +:102AC0008FB300448FB200408FB1003C8FB000380C +:102AD00003E0000827BD00588F82002827BDFFD0E3 +:102AE000AFB40028AFB20020AFBF002CAFB30024BA +:102AF000AFB1001CAFB00018904400D0904300D19B +:102B00000000A021309200FFA3A30010306300FF5B +:102B10008C5100D88C5300DC1072002B2402000171 +:102B20003C0308008C6300E493A400108F820034FF +:102B30002406FF800004214000431021004410219E +:102B40003043007F00461024AF4200280343182181 +:102B50003C02000C006218218C62000427A40014BF +:102B600027A50010022280210270102304400015C6 +:102B7000AFA300149062000D00C21024304200FF89 +:102B800014400007020088219062000D344200408A +:102B90000E0007FEA062000D0A000ABD93A20010FD +:102BA0000E0009E1241400018F830028AC7000D8C6 +:102BB00093A20010A06200D193A200101452FFD87B +:102BC0000000000024020001168200048FBF002CC8 +:102BD0000E000626000000008FBF002C8FB40028D6 +:102BE0008FB300248FB200208FB1001C8FB000186B +:102BF00003E0000827BD003027BDFFD8AFB3001C9D +:102C0000AFB20018AFB10014AFB00010AFBF0020DA +:102C10000080982100E0802130B1FFFF0E00049376 +:102C200030D200FF000000000000000000000000A3 +:102C30008F820020AC510000AC520004AC5300085D +:102C4000AC40000CAC400010AC400014AC4000188C +:102C50003C03080094634B5E02038025AC50001CCB +:102C6000000000000000000000000000240400013B +:102C70008FBF00208FB3001C8FB200188FB10014DB +:102C80008FB000100A0004B827BD002827BDFFE858 +:102C9000AFB00010AFBF001430A5FFFF30C600FF7B +:102CA0000080802124020C80AF420024000000003C +:102CB0000000000000000000000000000000000014 +:102CC0000E000ACC000000003C040800248400E050 +:102CD0008C8200002403FF808FBF001402021021A9 +:102CE00000431024AF4200248C8200003C03000A01 +:102CF000020280213210007F035010218FB000109B +:102D00000043102127BD001803E00008AF8200280F +:102D100027BDFFE8AFBF00108F4401403C0308000F +:102D20008C6300E02402FF80AF840034008318210C +:102D300000621024AF4200243C02000803424021FC +:102D4000950500023063007F3C02000A034318210E +:102D50000062182130A5FFFF3402FFFF0000302180 +:102D60003C07602010A20006AF8300282402FFFF6A +:102D7000A5020002946500D40E000AF130A5FFFF01 +:102D80008FBF001024020C8027BD001803E000084C +:102D9000AF4200243C020008034240219502000299 +:102DA0003C0A0800954A00C63046FFFF14C00007E1 +:102DB0003402FFFF8F8200288F8400343C0760209C +:102DC000944500D40A000B5A30A5FFFF10C200241E +:102DD0008F87002894E2005494E400163045FFFFEA +:102DE00000A6102300A6182B3089FFFF10600004F6 +:102DF0003044FFFF00C51023012210233044FFFFA1 +:102E0000008A102B1040000C012A1023240200011C +:102E1000A50200162402FFFFA502000294E500D4DB +:102E20008F8400340000302130A5FFFF3C07602074 +:102E30000A000AF1000000000044102A10400008B7 +:102E4000000000009502001630420001104000040E +:102E5000000000009742007E24420014A5020016E4 +:102E600003E00008000000008F84002827BDFFE079 +:102E7000AFBF0018948200349483003E1060001AA3 +:102E80003048FFFF9383002C2402000114620027C6 +:102E90008FBF00188F820028000818C23108000771 +:102EA000006218212447003A244900542444002099 +:102EB000244500302446003490620040304200FF38 +:102EC0000102100730420001104000168FBF0018A9 +:102ED0000E000856AFA900108F82002894420034DB +:102EE0000A000B733048FFFF94830036948200344D +:102EF0001043000E8FBF001894820036A482003465 +:102F000094820056A48200548C82002CAC8200244F +:102F100094820032A48200309482003CA482003A61 +:102F20008FBF00180A000B3327BD002003E0000804 +:102F300027BD002027BDFFE8AFBF00108F4A01006A +:102F40003C0508008CA500E03C02080090424B8440 +:102F50003C0C0800958C4B7E01452821304B003FEE +:102F600030A2007F03424021396900323C02000A4E +:102F70003963003F2C630001010240212D2900012B +:102F80002402FF8000A2282401234825AF8A0034B0 +:102F900000801821AF450024000030210080282146 +:102FA00024070001AF8800283C04080024844B78E3 +:102FB000AF8C002415200007A380002D24020020E0 +:102FC0005562000F006020213402FFFF5582000C83 +:102FD000006020212402002015620005000000008E +:102FE0008C6300142402FFFF106200070000000041 +:102FF0000E000889000000000A000BD0000000004D +:103000000E0008F4016028210E000B68000000008B +:103010008FBF001024020C8027BD001803E00008B9 +:10302000AF4200243C0208008C4200E027BDFFA014 +:10303000AFB1003C008210212411FF80AFBE0058C8 +:10304000AFB70054AFB20040AFB00038AFBF005CC4 +:10305000AFB60050AFB5004CAFB40048AFB30044BA +:10306000005110248F4800248F4900288F470028E2 +:10307000AF4200243C0208008C4200E00080902116 +:1030800024060006008210213042007F03421821EE +:103090003C02000A006280213C02001F3442FF8093 +:1030A00000E2382427A40010260500F00122F024B5 +:1030B0000102B8240E00051DAFA700308FA2001832 +:1030C000AE0200C48FA2001CAE0200C88FA2002472 +:1030D000AE0200CC93A40010920300D12402FF8022 +:1030E0000082102400431025304900FF3083007F08 +:1030F0003122007F0062102A10400004000310C03B +:1031000001311026304900FF000310C000031940B0 +:10311000006218213C0208008C4200DC920400D2BC +:10312000024210210043102100511024AF42002818 +:1031300093A300103063007F000310C00003194008 +:10314000006218213C0208008C4200DC024210217F +:10315000004310213042007F034218213C02000C42 +:10316000006240218FA300142402FFFF1062003090 +:10317000309500FF93A2001195030014304400FF26 +:103180003063FFFF0064182B1060000D000000008A +:10319000950400148D07001C8D0600183084FFFF75 +:1031A00000442023000421000000102100E4382105 +:1031B00000E4202B00C230210A000C4A00C4302158 +:1031C000950400148D07001C8D0600183084FFFF45 +:1031D000008220230004210000001021008018211B +:1031E00000C2302300E4202B00C4302300E3382346 +:1031F000AD07001CAD06001893A20011A502001433 +:1032000097A20012A50200168FA20014AD020010B2 +:103210008FA20014AD02000C93A20011A5020020A1 +:1032200097A20012A50200228FA20014AD02002472 +:103230002406FF80024610243256007FAF4200244D +:10324000035618213C02000A006280218E02004CC5 +:103250008FA200203124007F000428C0AE0200505D +:103260008FA200200004214000852821AE020070BA +:1032700093A2001001208821A202008393A20010D3 +:10328000A2020079920200853042003FA20200852E +:103290003C0208008C4200DC024210210045102153 +:1032A00000461024AF42002C3C0208008C4200E48F +:1032B0003C0308008C6300DC024210210044102112 +:1032C00000461024AF4200283C0208008C4200E473 +:1032D00002431821006518210242102100441021E8 +:1032E0003042007F3063007F93A50010034220210D +:1032F000034318213C02000E006240213C02000CF6 +:1033000010B1008C008248213233007F1660001912 +:103310002404FF803C0208008C4200DC02421021A1 +:1033200000441024AF42002C3C0208008C4200E410 +:103330003C0308008C6300DC02421021004410248E +:10334000AF4200283C0208008C4200E402431821EE +:103350003063007F024210213042007F034220216F +:10336000034318213C02000E006240213C02000C85 +:10337000008248219124000D2414FF8000001021B8 +:1033800000942025A124000D950400029505001449 +:103390008D07001C3084FFFF30A5FFFF8D0600184D +:1033A000008520230004210000E4382100C23021E0 +:1033B00000E4202B00C43021AD07001CAD0600182E +:1033C00095020002A5020014A50000168D02000857 +:1033D000AD0200108D020008AD02000C9502000243 +:1033E000A5020020A50000228D020008AD020024E5 +:1033F0009122000D30420040104000422622000180 +:103400003C0208008C4200E0A3B300283C10000AF4 +:103410000242102100541024AF4200243C02080054 +:103420008C4200E0A380002C27A4002C0242102133 +:103430003042007F03421821007018218C6200D8AE +:103440008D26000427A50028AFA9002C00461021D6 +:10345000AC6200D80E0009E1AF83002893A30028D6 +:103460008F8200280E000626A04300D10E000B68B4 +:103470000000000002541024AF4200243C02080067 +:103480008C4200DC00132940001320C000A420213E +:10349000024210210044102100541024AF42002C9D +:1034A0003C0208008C4200E43C0308008C6300DC12 +:1034B00003563021024210210045102100541024EF +:1034C000AF4200283C0208008C4200E4024318216D +:1034D0000064182102421021004510213042007F73 +:1034E0003063007F03422021034318213C02000E79 +:1034F000006240213C02000C00D080210082482163 +:10350000262200013043007F14750005304400FF7F +:103510002403FF800223102400431026304400FFC0 +:1035200093A2001000808821250800281444FF760B +:103530002529002093A400108FA300142402FFFF6C +:103540001062000A308900FF2482000124830001F8 +:103550003042007F14550005306900FF2403FF80CE +:103560000083102400431026304900FF92020078A7 +:10357000305300FF11330032012088213C02080043 +:103580008C4200DC3225007F000520C00005294068 +:1035900000A42021024210212406FF8000441021B3 +:1035A00000461024AF42002C3C0308008C6300DC72 +:1035B0003C0208008C4200E4024318210242102120 +:1035C0000045102100641821004610243063007F5C +:1035D000AF420028034318213C02000E0062402144 +:1035E0003C0208008C4200E48D06000C0100202102 +:1035F00002421021004510213042007F0342182171 +:103600003C02000C0062482110C0000D012028215E +:103610000E00064A000000002402FF800222182447 +:1036200026240001006228263082007F1455000203 +:10363000308300FF30A300FF1473FFD000608821A7 +:103640008E0300743C027FFF3442FFFF00621824A7 +:10365000AE0300740E00066B02402021AF57002419 +:103660008FA20030AF5E00288FBF005C8FBE005875 +:103670008FB700548FB600508FB5004C8FB4004800 +:103680008FB300448FB200408FB1003C8FB0003840 +:1036900027BD006003E00008AF42002C27BDFFD823 +:1036A000AFB1001CAFBF0020AFB000182751018898 +:1036B000922200032408FF803C03000A3047007F69 +:1036C000A3A700108F4601803C0208008C4200E056 +:1036D000AF86003400C2282100A81024AF42002485 +:1036E0009224000030A2007F0342102100431021E9 +:1036F000AF8200283084007F24020002148200255B +:10370000000719403C0208008C4200E400C210216E +:103710000043282130A2007F0342182100A8102472 +:10372000AF4200283C02000C006218219062000D9C +:10373000AFA3001400481025A062000D8FA3001451 +:103740009062000D304200405040006A8FBF002060 +:103750008F860028A380002C27A400148CC200D8D8 +:103760008C63000427A50010004310210E0009E11E +:10377000ACC200D893A300108F8200280E0006264A +:10378000A04300D10E000B68000000000A000E0BE1 +:103790008FBF00200E00062F00C020210E00063D26 +:1037A000000000003C020008034280219223000137 +:1037B0009202007B1443004F8FBF00209222000032 +:1037C0003044007F24020004108200172882000584 +:1037D00010400006240200052402000310820007A6 +:1037E0008FB1001C0A000E0C0000000010820012B5 +:1037F0008FBF00200A000E0C8FB1001C92050083C1 +:10380000920600788E0700748F84003430A500FF84 +:1038100000073E0230C600FF0E00067330E7007F4F +:103820000A000E0B8FBF00200E000BD78F840034D0 +:103830000A000E0B8FBF002024020C80AF42002430 +:103840009202003E30420040104000200000000084 +:103850009202003E00021600000216030441000618 +:10386000000000008F8400340E0005A024050093A2 +:103870000A000E0B8FBF00209202003F24030018A5 +:10388000304200FF1443000C8F84003424050039BB +:103890000E000538000030210E0002508F840034E5 +:1038A00024020012A202003F0E0002598F8400344D +:1038B0000A000E0B8FBF0020240500360E000538CD +:1038C000000030210A000E0B8FBF00200E000250B6 +:1038D0008F8400349202000534420020A2020005C9 +:1038E0000E0002598F8400340E000FC08F84003404 +:1038F0008FBF00208FB1001C8FB0001824020C80F5 +:1039000027BD002803E00008AF42002427BDFFE8E0 +:10391000AFB00010AFBF001427430100946200084D +:103920000002140000021403044100020000802180 +:103930002410000194620008304200801040001AF8 +:10394000020010219462000830422000104000164E +:10395000020010218C6300183C021C2D344219ED2A +:10396000240600061062000F3C0760213C0208009C +:103970008C4200D4104000078F8200288F830028DB +:10398000906200623042000F34420040A062006248 +:103990008F8200288F840034944500D40E000AF1F1 +:1039A00030A5FFFF020010218FBF00148FB0001060 +:1039B00003E0000827BD001827BDFFE0AFB10014E9 +:1039C000AFB00010A380002CAFBF00188F450100DE +:1039D0003C0308008C6300E02402FF80AF850034C4 +:1039E00000A318213064007F0344202100621824C2 +:1039F0003C02000A00822021AF430024275001002E +:103A00008E0200148C8300DCAF8400280043102356 +:103A100018400004000088218E0200140E000A8461 +:103A2000AC8200DC9202000B24030002304200FF53 +:103A30001443002F0000000096020008304300FFEE +:103A40002402008214620005240200840E00093E54 +:103A5000000000000A000E97000000001462000938 +:103A6000240200818F8200288F8400343C0760216B +:103A7000944500D49206000530A5FFFF0A000E868B +:103A800030C600FF14620027000000009202000A06 +:103A9000304300FF306200201040000430620040DC +:103AA0008F8400340A000E82240600401040000477 +:103AB000000316008F8400340A000E8224060041A1 +:103AC00000021603044100178F84003424060042CC +:103AD0008F8200283C076019944500D430A5FFFF71 +:103AE0000E000AF1000000000A000E97000000001E +:103AF0009202000B24030016304200FF1043000620 +:103B0000000000009202000B24030017304200FF67 +:103B100014430004000000000E000E11000000001D +:103B2000004088210E000B68000000009202000A8D +:103B3000304200081040000624020C808F850028C7 +:103B40003C0400080E0011EE0344202124020C80E6 +:103B5000AF4200248FBF0018022010218FB0001048 +:103B60008FB1001403E0000827BD002027BDFFE847 +:103B7000AFBF0014AFB000108F5000243C0308000A +:103B80008C6300E08F4501002402FF8000A3182110 +:103B90003064007F03442021006218243C02000AA4 +:103BA00000822021AF850034AF4300249082006260 +:103BB000AF8400283042000F34420050A0820062DF +:103BC0003C02001F3442FF800E00062602028024C1 +:103BD000AF5000248FBF00148FB0001003E0000826 +:103BE00027BD00183C0208008C4200201040001D38 +:103BF0002745010090A300093C0200080342202150 +:103C000024020018546200033C0200080A000ED887 +:103C10002402000803422021240200161462000539 +:103C20002402001724020012A082003F0A000EE2C4 +:103C300094A700085462000694A700089362000548 +:103C40002403FFFE00431024A362000594A700088C +:103C500090A6001B8CA4000094A500060A000ACCC4 +:103C600000073C0003E000080000000027440100BA +:103C700094820008304500FF38A3008238A20084F7 +:103C80002C6300012C420001006218251060000620 +:103C9000240200839382002D1040000D00000000DC +:103CA0000A000B9B0000000014A2000524A2FF8064 +:103CB0008F4301043C02602003E00008AC43001481 +:103CC000304200FF2C420002104000032402002278 +:103CD0000A000E3C0000000014A2000300000000D7 +:103CE0000A000EA9000000000A000EC70000000034 +:103CF0009363007E9362007A144300090000202140 +:103D00009362000024030050304200FF144300047B +:103D1000240400019362007E24420001A362007E1D +:103D200003E00008008010218F4201F80440FFFEEC +:103D300024020002AF4401C0A34201C43C021000AF +:103D400003E00008AF4201F827BDFFE8AFBF001055 +:103D50009362003F2403000A304200FF14430046F0 +:103D6000000000008F6300548F62004C1062007DE1 +:103D7000036030219362000024030050304200FFB2 +:103D80001443002F000000008F4401403C02080053 +:103D90008C4200E02403FF800082102100431024A5 +:103DA000AF4200243C0208008C4200E08F650054C2 +:103DB0003C03000A008220213084007F034410214C +:103DC00000431021AC4501089762003C8F63004C12 +:103DD0003042FFFF0002104000621821AF63005C18 +:103DE0008F6300548F64004C9762003C006418237A +:103DF0003042FFFF00031843000210400043102A26 +:103E000010400006000000008F6200548F63004CD9 +:103E1000004310230A000F58000210439762003C31 +:103E20003042FFFF00021040ACC2006424020001D7 +:103E3000A0C0007CA0C2008424020C80AF420024F9 +:103E40000E000F0A8F440140104000478FBF001042 +:103E50008F4301408F4201F80440FFFE240200021C +:103E6000AF4301C0A34201C43C021000AF4201F8BD +:103E70000A000FA88FBF00109362003F24030010B8 +:103E8000304200FF14430004000000008F44014052 +:103E90000A000F94000028219362003F24030016BB +:103EA000304200FF1443000424020014A362003FC8 +:103EB0000A000FA2000000008F62004C8F630050C8 +:103EC00000431023044100288FBF0010936200813B +:103ED00024420001A3620081936200812C4200040D +:103EE00014400010000000009362003F240300040F +:103EF000304200FF14430006000000008F440140E0 +:103F00008FBF0010240500930A0005A027BD0018EC +:103F10008F440140240500938FBF00100A00060F54 +:103F200027BD00188F4401400E0002500000000021 +:103F30008F6200542442FFFFAF6200548F62005032 +:103F40002442FFFFAF6200500E0002598F4401402F +:103F50008F4401408FBF0010240500040A00025E58 +:103F600027BD00188FBF001003E0000827BD001810 +:103F70008F4201889363007E00021402304400FFE8 +:103F8000306300FF1464000D0000000093620080A5 +:103F9000304200FF1044000900000000A3640080CC +:103FA0009362000024030050304200FF14430004D9 +:103FB000000000000A0006D78F440180A36400803F +:103FC00003E000080000000027BDFFE8AFB00010CC +:103FD000AFBF00149362000524030030304200306C +:103FE00014430089008080213C0208008C4200209C +:103FF00010400080020020210E0004930000000009 +:104000008F850020ACB000009362003E9363003FB8 +:10401000304200FF00021200306300FF0043102511 +:10402000ACA2000493620082000216000002160394 +:1040300004410005000000003C0308008C630048B8 +:104040000A000FE6000000009362003E304200408C +:10405000144000030000182193620081304300FFE8 +:104060009362008200031E00304200FF0002140031 +:1040700000621825ACA300088F620040ACA2000CBF +:104080008F620048ACA200108F62004CACA20014FA +:104090008F6200508F63004C0043102304410003E3 +:1040A000000000000A000FFA8F62004C8F6200507F +:1040B000ACA200183C02080094424B5E3C03C00BCB +:1040C00000002021004310250E0004B8ACA2001C03 +:1040D0008F6200548F840020AC8200008F620058F1 +:1040E000AC8200048F62005CAC8200088F620060CA +:1040F0008F43007400431021AC82000C8F62006477 +:10410000AC820010976300689762006A00031C008D +:104110003042FFFF00621825AC83001493620082D6 +:1041200024030080304200FF14430003000000001D +:104130000A00102EAC8000188F63000C24020001CE +:104140001062000E2402FFFF9362003E30420040E6 +:104150001440000A2402FFFF8F63000C8F4200749A +:10416000006218233C020800006210241440000280 +:10417000000028210060282100051043AC820018AF +:104180003C02080094424B5E3C03C00C000020211E +:10419000004310258F8300200E0004B8AC62001C81 +:1041A0008F6200188F8300203C05080094A54B5EA9 +:1041B00024040001AC620000AC6000048F66006C57 +:1041C0003C02400D00A22825AC6600088F6200DC8E +:1041D000AC62000CAC600010936200050002160097 +:1041E000AC620014AC6000180E0004B8AC65001C92 +:1041F000020020218FBF00148FB00010A3600005C3 +:104200000A00042127BD00188FBF00148FB00010D2 +:1042100003E0000827BD00189742007C30C600FF6D +:10422000A08600843047FFFF2402000514C2000B63 +:1042300024E3465090A201122C42000710400007D0 +:1042400024E30A0090A30112240200140062100467 +:1042500000E210210A0010663047FFFF3067FFFFC1 +:1042600003E00008A4870014AC87004C8CA201086E +:104270000080402100A0482100E2102330C600FF4A +:104280001840000393AA001324E2FFFCACA201082B +:1042900030C2000110400008000000008D020050F4 +:1042A00000E2102304410013240600058D0200548F +:1042B00010E20010000000008D02005414E2001A09 +:1042C000000000003C0208008C4200D83042002070 +:1042D0001040000A2402000191030078910200833B +:1042E000144300062402000101002021012028219E +:1042F000240600040A00105400000000A1000084FD +:1043000011400009A50200148F4301008F4201F8FB +:104310000440FFFE24020002AF4301C0A34201C4D7 +:104320003C021000AF4201F803E00008000000006A +:1043300027BDFFE88FA90028AFBF001000804021F3 +:1043400000E918231860007330C600FFA080007CCD +:10435000A08000818CA2010800E210230440004DDF +:10436000000000008C8200509483003C8C84006428 +:10437000004748233063FFFF012318210083202BCF +:1043800010800004000000008D0200640A0010B7D5 +:1043900000E210219502003C3042FFFF0122102173 +:1043A00000E21021AD02005C9502003C8D03005C30 +:1043B0003042FFFF0002104000E210210043102BAA +:1043C00010400003000000000A0010C68D02005CCF +:1043D0009502003C3042FFFF0002104000E2102135 +:1043E000AD02005CA1000084AD07004C8CA2010866 +:1043F00000E210231840000224E2FFFCACA20108F6 +:1044000030C200011040000A000000008D02005080 +:1044100000E2102304410004010020218D02005419 +:1044200014E20003000000000A0010E82406000562 +:104430008D02005414E200478FBF00103C020800B8 +:104440008C4200D8304200201040000A24020001B3 +:1044500091030078910200831443000624020001B6 +:1044600001002021240600048FBF00100A00105410 +:1044700027BD0018A1000084A50200148F4301008D +:104480008F4201F80440FFFE240200020A00110DD1 +:10449000000000008C82005C004910230043102BB8 +:1044A00054400001AC87005C9502003C3042FFFFA5 +:1044B0000062102B14400007240200029502003C09 +:1044C0008D03005C3042FFFF00621821AD03005CE9 +:1044D00024020002AD07004CA10200840E000F0A66 +:1044E0008F4401001040001B8FBF00108F4301005C +:1044F0008F4201F80440FFFE24020002AF4301C0D6 +:10450000A34201C43C021000AF4201F80A0011238B +:104510008FBF001030C200101040000E8FBF00107F +:104520008C83005C9482003C006918233042FFFFBA +:10453000006218213C023FFF3444FFFF0083102B30 +:10454000544000010080182101231021AD02005CBD +:104550008FBF001003E0000827BD001827BDFFE84B +:104560008FAA0028AFBF00100080402100EA482336 +:104570001920002130C600FF8C83005C8C8200640F +:10458000006A18230043102B5040001000691821C6 +:1045900094A2011001221021A4A2011094A20110E2 +:1045A0003042FFFF0043102B1440000A3C023FFF43 +:1045B00094A2011000431023A4A201109482003C95 +:1045C0003042FFFF0A00114200621821A4A001102E +:1045D0003C023FFF3444FFFF0083102B5440000196 +:1045E0000080182100671021AD02005CA100007C52 +:1045F0000A00118AA100008130C200101040003C66 +:10460000000000008C820050004A1023184000383F +:10461000000000009082007C24420001A082007C07 +:104620009082007C3C0308008C630024304200FF31 +:104630000043102B1440005C8FBF00108CA20108B7 +:1046400000E2102318400058000000008C83005442 +:104650009482003C006A18233042FFFF0003184395 +:10466000000210400043102A104000050000000026 +:104670008C820054004A10230A001171000210437A +:104680009482003C3042FFFF00021040AD02006403 +:104690009502003C8D0400649503003C3042FFFF0E +:1046A00000021040008220213063FFFF00831821A8 +:1046B00001431021AD02005C8D020054ACA2010840 +:1046C00024020002A10200840E000F0A8F440100A0 +:1046D000104000358FBF00108F4301008F4201F85A +:1046E0000440FFFE240200020A0011B30000000093 +:1046F000AD07004C8CA2010800E210231840000214 +:1047000024E2FFFCACA2010830C200011040000A04 +:10471000000000008D02005000E21023044100045C +:10472000010020218D02005414E20003000000006B +:104730000A0011AA240600058D02005414E2001A92 +:104740008FBF00103C0208008C4200D8304200208D +:104750001040000A240200019103007891020083B6 +:104760001443000624020001010020212406000455 +:104770008FBF00100A00105427BD0018A10000844C +:10478000A50200148F4301008F4201F80440FFFE90 +:1047900024020002AF4301C0A34201C43C02100046 +:1047A000AF4201F88FBF001003E0000827BD0018DA +:1047B0008FAA00108C8200500080402130C600FF7C +:1047C000004A102300A048211840000700E01821EB +:1047D00024020001A0800084A0A00112A482001481 +:1047E0000A001125AFAA0010A0800081AD07004C7F +:1047F0008CA2010800E210231840000224E2FFFC12 +:10480000ACA2010830C20001104000080000000006 +:104810008D0200500062102304410013240600059D +:104820008D02005410620010000000008D02005440 +:1048300014620011000000003C0208008C4200D805 +:10484000304200201040000A240200019103007849 +:10485000910200831443000624020001010020217C +:1048600001202821240600040A0010540000000042 +:10487000A1000084A502001403E00008000000006D +:1048800027BDFFE0AFBF0018274201009046000A95 +:104890008C4800148C8B004C9082008430C900FF3F +:1048A00001681823304A00FF1C60001A2D460006DC +:1048B000240200010142100410C00016304300031E +:1048C000012030210100382114600007304C000C19 +:1048D00015800009304200301440000B8FBF0018D3 +:1048E0000A001214000000000E001125AFAB0010EA +:1048F0000A0012148FBF00180E00109AAFAB001000 +:104900000A0012148FBF0018AFAB00100E0011BACE +:10491000AFAA00148FBF001803E0000827BD0020D5 +:1049200024020003A08200848C82005403E000086B +:10493000ACA201083C0200080342182190620081E9 +:10494000240600433C07601924420001A062008154 +:10495000906300813C0208008C4200C0306300FF7D +:10496000146200102403FF803C0208008C4200E027 +:104970000082102100431024AF4200243C020800B2 +:104980008C4200E03C03000A008210213042007F8C +:104990000342102100431021944500D40A000AF17B +:1049A00030A5FFFF03E000080000000027BDFFE086 +:1049B000AFBF0018AFB10014AFB000108F4201803C +:1049C0000080802100A088210E00121B00402021C1 +:1049D000A20000848E0200548FBF00188FB0001018 +:1049E000AE2201088FB1001403E0000827BD0020AB +:1049F00027BDFFE03C020008AFB00010AFBF0018B9 +:104A0000AFB10014034280218F5101409203008412 +:104A10008E0400508E02004C14820040306600FF6D +:104A20003C0208008C4200E02403FF800222102197 +:104A300000431024AF4200243C0208008C4200E0F6 +:104A40009744007C92050081022210213042007FB1 +:104A5000034218213C02000A0062182114A0000B36 +:104A60003084FFFF2402000554C20014248205DCB8 +:104A70009062011224420001A062011224020C8003 +:104A8000AF4200240A00127324020005A060011244 +:104A90002402000514C20009248205DC9202008170 +:104AA0002C4200075040000524820A009203008136 +:104AB0002402001400621004008210213044FFFF21 +:104AC000A60400140E00121B022020219602003CB6 +:104AD0008E03004C022020213042FFFF00021040D4 +:104AE000006218210E000250AE03005C9202007DAD +:104AF00002202021344200400E000259A202007D13 +:104B00008F4201F80440FFFE24020002AF5101C0B1 +:104B1000A34201C43C021000AF4201F88FBF00184D +:104B20008FB100148FB0001003E0000827BD0020F3 +:104B300008000ACC08000B1408000B9808000BE4CE +:104B400008000C200A0000280000000000000000FF +:104B50000000000D6370362E322E3300000000007E +:104B60000602030400000000000000000000000036 +:104B70000000000000000000000000000000000035 +:104B80000000000000000000000000000000002005 +:104B90000000000000000000000000000000000015 +:104BA0000000000000000000000000000000000005 +:104BB00000000000000000000000000000000001F4 +:104BC0000000002B000000000000000400030D4066 +:104BD00000000000000000000000000000000000D5 +:104BE00000000000000000001000000300000000B2 +:104BF0000000000D0000000D3C020800244258A4F3 +:104C00003C03080024635F70AC4000000043202B8D +:104C10001480FFFD244200043C1D080037BD7FFCCA +:104C200003A0F0213C100800261000A03C1C080046 +:104C3000279C58A40E0001AC000000000000000DED +:104C400027BDFFE83C096018AFBF00108D2C500055 +:104C5000240DFF7F24080031018D5824356A380C5B +:104C600024070C003C1A8000AD2A50003C04800A46 +:104C7000AF4800083C1B8008AF4700240E00091510 +:104C8000AF8400100E0008D8000000000E000825B8 +:104C9000000000000E001252000000003C046016EC +:104CA0008C8500003C06FFFF3C02535300A61824ED +:104CB0001062004734867C0094C201F2A780002C69 +:104CC00010400003A78000CC38581E1EA798002C67 +:104CD00094C201F810400004978300CC38591E1E7E +:104CE000A79900CC978300CC2C7F006753E000018C +:104CF000240300669784002C2C82040114400002D7 +:104D000000602821240404003C0760008CE904387A +:104D10002403103C3128FFFF1103001F30B9FFFFAF +:104D200057200010A38000CE24020050A38200CEA2 +:104D3000939F00CE53E0000FA78500CCA78000CC46 +:104D4000978500CC8FBF0010A780002CA78000346F +:104D5000A78000E63C010800AC25008003E00008C5 +:104D600027BD0018939F00CE57E0FFF5A78000CC29 +:104D7000A78500CC978500CC8FBF0010A784002C9E +:104D8000A7800034A78000E63C010800AC25008025 +:104D900003E0000827BD0018A38000CE8CCB003CA8 +:104DA000316A00011140000E0000000030A7FFFF33 +:104DB00010E0FFDE240200508CCC00C831860001D8 +:104DC00014C0FFDC939F00CE0A00007A2402005139 +:104DD0008C8F00043C0E60000A00005D01EE302163 +:104DE0008CEF0808240D5708000F740211CD000441 +:104DF00030B8FFFF240500660A00007B240404008D +:104E00001700FFCC939F00CE0A00007A24020050C6 +:104E10008F8600103089FFFF000939408CC30010D5 +:104E20003C08005000E82025AF4300388CC5001432 +:104E300027420400AF82001CAF45003CAF44003065 +:104E40000000000000000000000000000000000062 +:104E50000000000000000000000000000000000052 +:104E60008F4B0000316A00201140FFFD0000000060 +:104E700003E00008000000008F840010948A001AEC +:104E80008C8700243149FFFF000940C000E8302131 +:104E9000AF46003C8C8500248F43003C00A31023C8 +:104EA00018400029000000008C8B002025620001C2 +:104EB0003C0D005035AC0008AF420038AF4C00301C +:104EC00000000000000000000000000000000000E2 +:104ED00000000000000000000000000000000000D2 +:104EE0008F4F000031EE002011C0FFFD00000000D8 +:104EF0008F4A04003C080020AC8A00108F4904044B +:104F0000AC890014AF4800300000000094860018FF +:104F10009487001C00C71821A48300189485001AE8 +:104F200024A20001A482001A9498001A9499001EE9 +:104F3000133800030000000003E000080000000038 +:104F400003E00008A480001A8C8200200A0000DC24 +:104F50003C0D00500A0000CD000000003C0308009A +:104F60008C6300208F82001827BDFFE810620008C4 +:104F7000AFBF00100E000104AF8300183C0308000F +:104F80008C63002024040001106400048F89001049 +:104F90008FBF001003E0000827BD00188FBF00106E +:104FA0003C076012A520000A9528000A34E500108D +:104FB00027BD00183106FFFF03E00008ACA60090F3 +:104FC0003C0208008C42002027BDFFC8AFBF003460 +:104FD000AFBE0030AFB7002CAFB60028AFB500248D +:104FE000AFB40020AFB3001CAFB20018AFB10014D3 +:104FF00010400050AFB000108F840010948600065F +:105000009483000A00C3282330B6FFFF12C0004A71 +:105010008FBF003494890018948A000A012A402323 +:105020003102FFFF02C2382B14E0000202C020212F +:10503000004020212C8C0005158000020080A0215A +:10504000241400040E0000B3028020218F8700107A +:1050500002809821AF80001494ED000A028088211C +:105060001280004E31B2FFFF3C1770003C1540002B +:105070003C1E60008F8F001C8DEE000001D71824AD +:10508000507500500220202102A3802B160000350D +:105090003C182000507800470220202124100001F5 +:1050A0008F83001414600039029158230230F823D2 +:1050B0000250C82133F1FFFF1620FFEE3332FFFF0D +:1050C0008F8700103C110020AF510030000000001D +:1050D00094E6000A3C1E601237D5001002662821B3 +:1050E000A4E5000A94E2000A94F2000A94F400187D +:1050F0003057FFFF1292003BAEB700908CED0014CA +:105100008CE400100013714001AE4021000E5FC31B +:10511000010E502B008B4821012A1821ACE8001405 +:10512000ACE3001002D3382330F6FFFF16C0FFB9FE +:105130008F8400108FBF00348FBE00308FB7002CDB +:105140008FB600288FB500248FB400208FB3001CC9 +:105150008FB200188FB100148FB0001003E0000868 +:1051600027BD0038107E001B000000001477FFCC24 +:10517000241000010E00159B000000008F83001416 +:105180001060FFCB0230F823029158238F87001064 +:10519000017020210A0001973093FFFF8F830014D4 +:1051A0001460FFCB3C110020AF5100300A000163B6 +:1051B000000000000E00077D024028210A00015770 +:1051C000004080210E00033A024028210A000157C6 +:1051D000004080210E001463022020210A000157A4 +:1051E000004080210E0000CD000000000A0001797F +:1051F00002D3382327BDFFE8AFB00010AFBF0014C3 +:105200000E00003F000000003C028000345000709F +:105210000A0001BA8E0600008F4F000039EE00012F +:1052200031C20001104000248F8600A88E070000C4 +:105230003C0C08008D8C003C3C0908008D2900388E +:1052400000E66823018D28210000502100AD302B9D +:10525000012A4021010620213C010800AC25003C28 +:10526000AF8700A83C010800AC2400380E000106FE +:10527000000000003C0308008C6300701060FFE633 +:10528000006020213C0508008CA500683C06080051 +:105290008CC6006C0E00152A000000003C010800BE +:1052A000AC2000708F4F000039EE000131C20001C8 +:1052B0001440FFDE8F8600A88E0A00008F8B00A8A6 +:1052C0003C0508008CA5003C3C0408008C84003898 +:1052D000014B482300A938210082182100E9402B06 +:1052E000006810213C010800AC27003C3C0108008C +:1052F000AC2200388F5F01002419FF0024180C0035 +:1053000003F9202410980012AF840000AF4400205D +:10531000936D0000240C002031A600FF10CC001279 +:10532000240E005010CE00043C194000AF59013843 +:105330000A0001B3000000000E0011C800000000C8 +:105340003C194000AF5901380A0001B300000000C9 +:105350000E00011F000000003C194000AF59013849 +:105360000A0001B3000000008F58010000802821CE +:10537000330F00FF01E020210E0002F1AF8F000487 +:105380003C194000AF5901380A0001B30000000089 +:1053900000A4102B2403000110400009000030215C +:1053A0000005284000A4102B04A0000300031840AF +:1053B0005440FFFC000528405060000A0004182BF0 +:1053C0000085382B54E000040003184200C3302548 +:1053D00000852023000318421460FFF900052842CD +:1053E0000004182B03E0000800C310218F4201B80D +:1053F0000440FFFE00000000AF4401803C031000A9 +:1054000024040040AF450184A3440188A3460189D8 +:10541000A747018A03E00008AF4301B83084FFFFCB +:105420000080382130A5FFFF000020210A00022A59 +:10543000240600803087FFFF8CA40000240600387B +:105440000A00022A000028218F8300388F8600304E +:105450001066000B008040213C07080024E75A1822 +:10546000000328C000A710218C4400002463000121 +:10547000108800053063000F5466FFFA000328C04F +:1054800003E00008000010213C07080024E75A1C34 +:1054900000A7302103E000088CC200003C0390000C +:1054A0003462000100822025AF4400208F45002097 +:1054B00004A0FFFE0000000003E000080000000060 +:1054C0003C038000346200010082202503E00008D4 +:1054D000AF44002027BDFFE0AFB100143091FFFFC3 +:1054E000AFB00010AFBF00181220001300A0802141 +:1054F0008CA2000024040002240601401040000F8A +:10550000004028210E000C5C00000000000010216B +:10551000AE000000022038218FBF00188FB10014A8 +:105520008FB0001000402021000028210000302111 +:105530000A00022A27BD00208CA200000220382188 +:105540008FBF00188FB100148FB0001000402021D1 +:1055500000002821000030210A00022A27BD002077 +:1055600000A010213087FFFF8CA500048C440000B0 +:105570000A00022A2406000627BDFFE0AFB0001093 +:10558000AFBF0018AFB100149363003E00808021CC +:105590000080282130620040000020211040000FD0 +:1055A0008E1100000E000851022020219367000098 +:1055B0002404005030E500FF50A400128E0F0000BC +:1055C000022020218FBF00188FB100148FB000106F +:1055D000A762013C0A00091127BD00200E000287C6 +:1055E000000000000E0008510220202193670000F7 +:1055F0002404005030E500FF14A4FFF20220202113 +:105600008E0F00003C1008008E1000503C0D000C66 +:10561000240BFF8001F05021314E007F01DA602120 +:10562000018D4021014B4824AF4900280220202150 +:105630008FBF00188FB100148FB00010A50200D6E4 +:1056400027BD00200A000911AF8800D027BDFFE068 +:10565000AFBF0018AFB10014AFB0001093660001E7 +:10566000008080210E00025630D1000493640005B2 +:10567000001029C2A765000034830040A363000521 +:105680000E00025F020020210E00091302002021FB +:1056900024020001AF62000C02002821A762001062 +:1056A00024040002A762001224060140A76200142D +:1056B0000E000C5CA76200161620000F8FBF0018AA +:1056C000978C00343C0B08008D6B00782588FFFF19 +:1056D0003109FFFF256A0001012A382B10E000067E +:1056E000A78800343C0F6006240E001635ED00102C +:1056F000ADAE00508FBF00188FB100148FB00010F6 +:1057000003E0000827BD002027BDFFE0AFB1001473 +:10571000AFBF0018AFB0001000A088211080000AB1 +:105720003C03600024020080108200120000000090 +:105730000000000D8FBF00188FB100148FB0001053 +:1057400003E0000827BD00208C682BF80500FFFE51 +:1057500000000000AC712BC08FBF00188FB1001487 +:105760008FB000103C09100027BD002003E00008A6 +:10577000AC692BF80E00025600A0202193650005AD +:10578000022020210E00025F30B000FF2403003E03 +:105790001603FFE7000000008F4401780480FFFE3D +:1057A000240700073C061000AF51014002202021D1 +:1057B000A34701448FBF00188FB100148FB00010B1 +:1057C000AF4601780A0002C227BD002027BDFFE8CE +:1057D000AFBF0014AFB000108F50002000000000D9 +:1057E0000E000913AF440020AF5000208FBF0014FB +:1057F0008FB0001003E0000827BD00183084FFFFC1 +:10580000008038212406003500A020210A00022A49 +:10581000000028213084FFFF008038212406003654 +:1058200000A020210A00022A0000282127BDFFD065 +:10583000AFB3001C3093FFFFAFB50024AFB2001828 +:10584000AFBF0028AFB40020AFB10014AFB000105C +:1058500030B5FFFF12600027000090218F90001CE0 +:105860008E0300003C0680002402004000033E023C +:1058700000032C0230E4007F006688241482001D9F +:1058800030A500FF8F8300282C68000A510000100B +:105890008F910014000358803C0C0800258C56940E +:1058A000016C50218D49000001200008000000001B +:1058B00002B210213045FFFF0E000236240400849E +:1058C000162000028F90001CAF8000288F910014DA +:1058D000260C002026430001018080213072FFFF4A +:1058E00016200004AF8C001C0253502B1540FFDC27 +:1058F00000000000024010218FBF00288FB5002457 +:105900008FB400208FB3001C8FB200188FB1001429 +:105910008FB0001003E0000827BD0030240E0034D3 +:1059200014AE00F9000000009203000E241F168040 +:105930003C07000CA36300219202000D0347C8211D +:105940003C066000A3620020961100123C0A7FFF13 +:10595000354CFFFFA771003C960B00102403000597 +:105960003168FFFFAF6800848E05001CAF5F002820 +:105970008F3800008CC4444803057826008F3021FE +:10598000AF66004C8F69004C24CE00013C057F00BF +:10599000AF6900508F740050AF740054AF66007050 +:1059A000AF6E00588F6D005824140050AF6D005C2E +:1059B000A3600023AF6C0064A36300378E02001461 +:1059C000AF6200488F710048AF7100248E0B001841 +:1059D000AF6B006C9208000CA3680036937F003E0A +:1059E00037F90020A379003E8F78007403058024E6 +:1059F000360F4000AF6F007493640000308900FFE1 +:105A0000513402452404FF803C04080024845A9841 +:105A10000E00028D000000003C1008008E105A9805 +:105A20000E00025602002021240600042407000173 +:105A3000A366007D020020210E00025FA36700051F +:105A40008F5F017807E0FFFE240B0002AF5001409A +:105A5000A34B01448F90001C3C081000AF48017814 +:105A60000A000362AF8000282CAD003751A0FF98D8 +:105A70008F9100140005A0803C180800271856BC20 +:105A8000029878218DEE000001C00008000000009F +:105A90002418000614B80011000000003C0808009B +:105AA0008D085A9824040005AF4800208E1F001866 +:105AB000AF7F00188F79004CAF79001C8F650050C4 +:105AC000122000C0AF6500700A000362AF84002896 +:105AD0002406000710A60083240300063C050800E6 +:105AE00024A55A980E000264240400818F90001CA3 +:105AF0000011102B0A000362AF8200282407000463 +:105B000014A7FFF6240500503C1808008F185A9877 +:105B1000AF5800208E0F0008AF6F00408E090008BC +:105B2000AF6900448E14000CAF7400488E0E001054 +:105B3000AF6E004C8E0D0010AF6D00848E0A001405 +:105B4000AF6A00508E0C0018AF6C00548E04001C1D +:105B5000AF64005893630000306B00FF116501D8FB +:105B6000000000008F7400488F6900400289702394 +:105B700005C000042404008C1620FFDE240200036C +:105B8000240400823C05080024A55A980E000287D0 +:105B9000000000008F90001C000010210A0003622A +:105BA000AF820028240F000514AFFFCC240520008D +:105BB0003C0708008CE75A98AF4700208E06000487 +:105BC000AF66005C9208000824100008A36800215A +:105BD0008F9F001C93F90009A37900208F86001C79 +:105BE00090D8000A330400FF10900011000000005C +:105BF0002885000914A0006924020002240A00205C +:105C0000108A000B34058000288D002115A00008A3 +:105C100024054000240E0040108E00053C050001C4 +:105C200024140080109400023C050002240540006A +:105C30008F7800743C19FF00031980240205782531 +:105C4000AF6F007490C4000BA36400818F84001CAC +:105C50009489000C11200192000000009490000C27 +:105C60002406FFBF24050004A770003C908F000E9F +:105C7000A36F003E8F84001C9089000FA369003F32 +:105C80008F8B001C8D6E00108F54007401D468231C +:105C9000AF6D00608D6A0014AF6A0064956C0018E7 +:105CA000A76C00689563001AA763006A8D62001CE8 +:105CB000AF62006C9167000EA367003E9368003EE0 +:105CC0000106F8241220014BA37F003E8F90001C98 +:105CD0000A000362AF8500282407002214A7FF7F73 +:105CE000240300073C0B08008D6B5A981220000C0F +:105CF000AF4B00200A000362AF830028240C00335E +:105D000010AC0014240A00283C05080024A55A9869 +:105D10000E00023C240400810A0003EB8F90001C5B +:105D20003C04080024845A980E00028D00000000F4 +:105D30009363000024110050306200FF10510135C0 +:105D4000000000008F90001C000018210A00036270 +:105D5000AF8300283C0D08008DAD5A9824040081C3 +:105D6000AF4D00203C05080024A55A980E00023CC7 +:105D7000A36A00348F90001C240200090A00036209 +:105D8000AF82002802B288213225FFFF0E000236C2 +:105D9000240400840A0003628F90001C1082FFA478 +:105DA00024050400288B000311600170240C0004FA +:105DB000240300015483FF9E240540000A00043B95 +:105DC000240501003C04080024845A988F62004C8A +:105DD0000E00028D8F6300508F90001C0000202168 +:105DE0000A000362AF8400288E1000042404008A95 +:105DF000AF50002093790005333800021700015F8F +:105E0000020028219368002302002821311F00206E +:105E100017E0015A2404008D9367003F2406001206 +:105E200030E200FF10460155240400810E000256A6 +:105E30000200202193630023240500040200202196 +:105E4000346B0042A36B00230E00025FA365007D4C +:105E50008F4401780480FFFE240A0002AF50014005 +:105E6000A34A01448F90001C3C0C1000AF4C0178F9 +:105E70000A0003EC0011102B8E1000042404008A89 +:105E8000AF500020936E000531CD000215A0001622 +:105E900002002821936F003F2414000402002821EF +:105EA00031E900FF11340010240400810E00025675 +:105EB000020020219362002324080012241FFFFE09 +:105EC00034460020A3660023A368003F93790005B1 +:105ED00002002021033FC0240E00025FA3780005CA +:105EE00002002821000020210E00033400000000E1 +:105EF0000A0003EB8F90001C8E1000043C03000886 +:105F00000343A021AF500020928B000024050050D5 +:105F1000316400FF10850161240700880200202100 +:105F2000000028210E00022A2406000E928D000097 +:105F3000240EFF800200282101AE8025A2900000DF +:105F4000240400040E000C5C240600300A0003EB5D +:105F50008F90001C8E0800043C14080026945A9868 +:105F60003C010800AC285A98AF480020921F00035B +:105F700033F9000413200002240200122402000658 +:105F8000A362003F920B001B2404FFC03165003F59 +:105F900000A43825A367003E9206000330C200012A +:105FA00014400132000000008E020008AE8200089A +:105FB0003C0208008C425AA010400131000249C244 +:105FC000A76900088E14000C240C0001240300149F +:105FD000AF74002C8E0E0010AF6E0030960D0016C0 +:105FE000A76D0038960A0014A76A003AAF6C000C3F +:105FF000A76C0010A76C0012A76C0014A76C001609 +:1060000012200136A3630034920F000331F0000226 +:106010002E1100018F90001C262200080A00036246 +:10602000AF8200288E0400043C0E0008034E30218D +:10603000AF4400208E05000890CD0000240C0050D5 +:1060400031AA00FF114C00862407008824060009AD +:106050000E00022A000000000A0003EB8F90001CD3 +:106060008E04001C0E00024100000000104000F4ED +:10607000004050218F89001C240700890140202105 +:106080008D25001C240600010E00022A00000000DD +:106090000A0003EB8F90001C960D00023C140800D0 +:1060A00026945A9831AA0004514000B83C10600070 +:1060B0008E0E001C3C010800AC2E5A98AF4E0020FA +:1060C000920700102408001430E200FF144800D6A4 +:1060D00000000000960B00023163000114600165AE +:1060E000000000008E020004AE8200083C1408008C +:1060F0008E945AA01280015B000000008F7400741F +:106100003C0380002404000102835825AF6B007417 +:10611000A3600005AF64000C3C0708008CE75AA0A0 +:106120008F86001CA7640010000711C2A76400122C +:10613000A7640014A7640016A76200088CC80008B2 +:1061400024040002AF68002C8CC5000CAF65003041 +:1061500090DF0010A37F00348F99001C9330001152 +:10616000A37000358F98001C930F0012A36F0036A8 +:106170008F89001C912E0013A36E00378F90001C96 +:10618000960D0014A76D0038960A0016A76A003A0B +:106190008E0C0018AF6C00245620FDCCAF84002874 +:1061A0003C05080024A55A980E0002640000202136 +:1061B0008F90001C0A0004A7000020218E1000040C +:1061C00024070081AF500020936900233134001070 +:1061D000128000170000000002002021000028218A +:1061E0002406001F0E00022A000000000A0003EB34 +:1061F0008F90001C3C05080024A55A980E000287C9 +:10620000240400828F90001C000028210A000362F1 +:10621000AF8500283C0408008C845A980E0014E8CE +:10622000000000008F90001C0A000482000018216A +:106230000E00025602002021937800230200202144 +:10624000370F00100E00025FA36F002300003821FB +:1062500002002021000028210A0005A82406001FB2 +:10626000920F000C31E90001112000030000000032 +:106270009618000EA4D8002C921F000C33F90002CF +:1062800013200005000038218E0200149608001229 +:10629000ACC2001CA4C8001A0A0005432406000969 +:1062A0003C05080024A55A980E0002872404008BA0 +:1062B0008F90001C0011282B0A000362AF85002874 +:1062C000AF6000843C0A08008D4A5A983C0D0800D3 +:1062D0008DAD0050240CFF803C02000C014D1821B4 +:1062E000006C2024AF4400288E070014306B007F20 +:1062F000017A282100A2C821AF2700D88E060014F9 +:10630000AF9900D0AF2600DC8E080010251FFFFEDD +:106310000A000408AF3F01083C0508008CA55A9804 +:106320003C1908008F39005024CCFFFE00B9C02171 +:1063300003047824AF4F00283C1408008E945A9828 +:106340003C0908008D2900500289702131CD007F61 +:1063500001BA502101478021AE0600D8AF9000D08D +:10636000AE0000DC0A0003B1AE0C0108548CFE3014 +:10637000240540000A00043B240510000E00032EF3 +:10638000000000000A0003EB8F90001C8E0F442CCD +:106390003C186C62370979703C010800AC205A98AF +:1063A00015E9000824050140979F00349786002CCA +:1063B0000280282103E6C82B132000112404009238 +:1063C000240501400E000C7A240400023C01080060 +:1063D000AC225A98AF4200203C0508008CA55A9880 +:1063E00010A00005240400830E00084500000000F2 +:1063F00010400009240400833C05080024A55A9895 +:106400000E000264000000008F90001C0011202B81 +:106410000A000362AF8400280E0008490000000053 +:106420000A00055F8F90001C0E00084D0000000060 +:106430003C05080024A55A980A00062F2404008B66 +:10644000240400040E000C7A240500301440002AB5 +:10645000004050218F89001C240700830140202127 +:106460008D25001C0A000551240600018E04000839 +:106470000E000241000000000A00051BAE82000869 +:106480003C05080024A55A980E00023C240400870D +:106490008F90001C0A0005360011102B8F830038E6 +:1064A0008F8600301066FE9D000038213C070800F2 +:1064B00024E75A1C000320C0008728218CAC000070 +:1064C00011900061246A00013143000F5466FFFA05 +:1064D000000320C00A0004F6000038213C05080033 +:1064E00024A55A980E000287240400828F90001C75 +:1064F0000A000536000010213C0B0008034B202148 +:106500002403005024070001AF420020A0830000B4 +:10651000A08700018F82001C90480004A08800180A +:106520008F85001C90A60005A08600198F9F001C77 +:1065300093F90006A099001A8F90001C921800078A +:10654000A098001B8F94001C928F0008A08F001C45 +:106550008F89001C912E0009A08E001D8F8D001CBC +:1065600091AC000AA08C001E8F8B001C3C0C080014 +:10657000258C5A1C9163000B3C0B0800256B5A18A4 +:10658000A083001F8F87001C90E8000CA0880020CB +:106590008F82001C9045000D24024646A0850021F4 +:1065A0008F86001C90DF000EA09F00228F99001C98 +:1065B0009330000FA09000238F98001C93140010BC +:1065C000A09400248F8F001C91E90011A089002560 +:1065D0008F89001C8F8E00308F900038952D00140D +:1065E000000E18C025C80001A48D002895270016AC +:1065F000006C3021006BC821A487002A9525001863 +:106600003108000FA485002CA482002E8D3F001CB1 +:10661000ACCA0000AF88003011100006AF3F000088 +:10662000000038218D25001C014020210A00055161 +:1066300024060001250C00013184000F00003821E0 +:106640000A0006B8AF8400383C07080024E75A184F +:106650000087302100003821ACA000000A0004F6B9 +:10666000ACC000003C05080024A55A980A00062F7B +:10667000240400878E0400040E0002410000000084 +:106680000A00056AAE8200083084FFFF30C600FFB2 +:106690008F4201B80440FFFE00064400010430258B +:1066A0003C07200000C720253C031000AF400180BC +:1066B000AF450184AF44018803E00008AF4301B84F +:1066C00027BDFFE8AFB00010AFBF00143C0760006B +:1066D000240600021080000600A080210010102B6C +:1066E0008FBF00148FB0001003E0000827BD001812 +:1066F0003C09600EAD2000348CE5201C8F82001C0C +:106700002408FFFC00A81824ACE3201C0E0006D1CE +:106710008C45000C0010102B8FBF00148FB00010A0 +:1067200003E0000827BD00183C02600E344701005A +:1067300024090018274A040000000000000000009F +:10674000000000003C06005034C30200AF44003893 +:10675000AF45003CAF430030014018218F4B000093 +:10676000316800201100FFFD2406007F2408FFFF90 +:106770008C6C000024C6FFFF24630004ACEC000016 +:1067800014C8FFFB24E70004000000000000000024 +:10679000000000003C0F0020AF4F00300000000060 +:1067A00024AD020001A5702B2529FFFF008E2021BA +:1067B0001520FFE101A0282103E0000800000000EF +:1067C00027BDFFE0AFB10014AFBF0018AFB000109D +:1067D0003C05600E8CA20034008088211440000625 +:1067E0003C0460008C87201C2408FFFC00E8302457 +:1067F00034C30001AC83201C8F8B001C24090001D2 +:10680000ACA90034956900028D6500148D70000CF0 +:106810002D2400818D6700048D660008108000071C +:106820008D6A00102D2C00041580000E30CE00075C +:10683000312D000311A0000B000000002404008B88 +:10684000020028210E0006D1240600030011102B9F +:106850008FBF00188FB100148FB0001003E0000844 +:1068600027BD002015C0FFF62404008B3C03002048 +:10687000AF4300300000000024020001AF8200148A +:106880000000000000000000000000003C1F01505C +:10689000013FC825253800033C0F600EAF47003884 +:1068A00000181882AF46003C35E8003CAF59003074 +:1068B000274704008F4400003086002010C0FFFDF1 +:1068C00000000000106000082466FFFF2403FFFFA3 +:1068D0008CEB000024C6FFFF24E70004AD0B000092 +:1068E00014C3FFFB250800043C08600EAD09003806 +:1068F0000000000000000000000000003C07002035 +:10690000AF470030000000000E0006F901402021D2 +:1069100002002821000020210E0006D124060003D9 +:106920000011102B8FBF00188FB100148FB0001012 +:1069300003E0000827BD002027BDFFE0AFB200182C +:106940003092FFFFAFB10014AFBF001CAFB000101A +:106950001640000D000088210A0007AA022010211D +:1069600024050001508500278CE5000C0000000D77 +:10697000262300013071FFFF24E200200232382B71 +:1069800010E00019AF82001C8F8200141440001622 +:106990008F87001C3C0670003C0320008CE5000043 +:1069A00000A62024148300108F84003C00054402BC +:1069B0003C09800000A980241480FFE9310600FF13 +:1069C0002CCA00095140FFEB262300010006688015 +:1069D0003C0E080025CE579801AE60218D8B00003B +:1069E0000160000800000000022010218FBF001C81 +:1069F0008FB200188FB100148FB0001003E00008B0 +:106A000027BD00200E0006D1240400841600FFD804 +:106A10008F87001C0A00078BAF80003C90EF0002BC +:106A200000002021240600090E0006D1000F2E00D0 +:106A30008F87001C0010102B0A00078BAF82003CD0 +:106A4000020028210E0006DF240400018F87001CAD +:106A50000A00078BAF82003C020028210E0006DFEF +:106A6000000020210A0007C38F87001C0E00071FAB +:106A7000020020210A0007C38F87001C30B0FFFFEF +:106A8000001019C08F5801B80700FFFE3C1F2004FA +:106A90003C191000AF430180AF400184AF5F018813 +:106AA000AF5901B80A00078C262300013082FFFF8E +:106AB00014400003000018210004240224030010E5 +:106AC000308500FF14A000053087000F2466000801 +:106AD0000004220230C300FF3087000F14E00005DD +:106AE000308900032468000400042102310300FF00 +:106AF0003089000315200005388B0001246A00024C +:106B000000042082314300FF388B00013164000112 +:106B100010800002246C0001318300FF03E00008B4 +:106B200000601021308BFFFF000B394230E600FF80 +:106B30003C09080025295998000640800109602178 +:106B40008D8700003164001F240A0001008A1804A8 +:106B500030A500FF00E3202514A000020003102749 +:106B600000E22024240F000100CF700401096821F5 +:106B7000000E282714800005ADA400008F86000CAD +:106B800000A6102403E00008AF82000C8F88000CE0 +:106B900001C8102503E00008AF82000C3C06001F6E +:106BA0003C0360003084FFFF34C5FF8024020020D6 +:106BB000AC602008AC60200CAC602010AC652014E8 +:106BC000AC642018AC62200000000000000000004F +:106BD00003E000080000000027BDFFE82402FFFFDB +:106BE000AFBF0010AF82000C000020213C0608005F +:106BF00024C659982405FFFF248900010004408021 +:106C00003124FFFF010618212C87002014E0FFFA31 +:106C1000AC6500000E0008160000202124020001CF +:106C20003C04600024050020AC822018AC852000C4 +:106C3000000000000000000000000000244A0001E5 +:106C40003142FFFF2C46040014C0FFF78FBF001035 +:106C500003E0000827BD00188F8300082C620400A1 +:106C600003E00008384200018F830008246200011D +:106C700003E00008AF8200088F8300082462FFFF52 +:106C800003E00008AF82000827BDFFE0AFB10014A9 +:106C9000AFBF0018AFB000108F6B00303C06600033 +:106CA00000808821ACCB20088F6A002C3C02800039 +:106CB00024030008ACCA200C9769003A9768003892 +:106CC00000092C003107FFFF00A72025ACC42010CD +:106CD000ACC22014ACC32000000000000000000083 +:106CE000000000003C0360008C6D200031AC000807 +:106CF0001580FFF9000000008C6E201405C00020F4 +:106D0000000000000E0007DA8F84000C00024080B3 +:106D10003C09080025295998010938218CE4000014 +:106D20000E0007DA00028140020220213090FFFFAE +:106D3000020020210E0007F8000028213C0C8000F2 +:106D4000022C58253210FFFF3C116000240A00205D +:106D5000AE2B2014AE302018AE2A20000000000018 +:106D60000000000000000000020010218FBF00188A +:106D70008FB100148FB0001003E0000827BD002081 +:106D80008C6620143C02001F3443FF803C1FFFE848 +:106D900000C3C02437F9080003198021001079C20C +:106DA0003C0C8000022C582531F0FFFF3C116000A4 +:106DB000240A0020AE2B2014AE302018AE2A20006A +:106DC0000000000000000000000000000200102190 +:106DD0008FBF00188FB100148FB0001003E00008BF +:106DE00027BD002027BDFFE8AFB000103402FFFF31 +:106DF0003090FFFFAFBF00141202000602002021F6 +:106E00000E00081600000000020020210E0007F806 +:106E1000240500018F8400088FBF00148FB000107C +:106E20002483FFFF27BD001803E00008AF8300089C +:106E3000000439C230E6003F00043B42000718401E +:106E4000240210002CC4002024C8FFE0AF42002C14 +:106E5000246300011480000330A900FF00071840DC +:106E6000310600FF0003608024080001019A5821C8 +:106E70003C0A000E00C82804016A382111200005D0 +:106E8000000530278CE900000125302503E00008CB +:106E9000ACE600008CEE000001C6682403E00008A8 +:106EA000ACED000027BDFFE8AFBF0014AFB000108D +:106EB0003C0460008C8508083403F00030A2F00028 +:106EC00050430006240200018C8708083404E000C7 +:106ED00030E6F00010C4001E24020002AF82004021 +:106EE0003C1060003C0A0200AE0A0814240910009D +:106EF0003C08000E8E03440003482021AF49002CBB +:106F0000240501200E000CC0000030218F830040BA +:106F1000106000043C021691240B0001106B000E5F +:106F20003C023D2C344F0090AE0F44088FBF00143C +:106F30008FB000103C0C6000240E10003C0D0200CD +:106F400027BD0018AD8E442003E00008AD8D081069 +:106F50000A0008E7AF8000403C0218DA344F009086 +:106F6000AE0F44088FBF00148FB000103C0C6000BF +:106F7000240E10003C0D020027BD0018AD8E4420E9 +:106F800003E00008AD8D08100A0008BB24050001CD +:106F90000A0008BB000028213C08080025085DA461 +:106FA0002404FFFF010018212402001E2442FFFFD9 +:106FB000AC6400000441FFFD246300043C070800AA +:106FC00024E75E208CE5FFFC2404001C240600015D +:106FD000308A001F0146480424840001000910275C +:106FE0002C8300201460FFFA00A22824ACE5FFFCEB +:106FF0003C05666634A4616E3C06080024C65EE06B +:10700000AF840058AF88009C2404FFFF00C0182103 +:107010002402001F2442FFFFAC6400000441FFFD76 +:10702000246300043C0766663C05080024A55EA0B6 +:10703000AF86004834E6616EAF8600982404FFFFF7 +:1070400000A018212402000F2442FFFFAC640000BE +:107050000441FFFD246300043C0B66663C06080007 +:1070600024C65E203568616EAF8500A4AF880070CD +:107070002404FFFF00C018212402001F2442FFFF48 +:10708000AC6400000441FFFD246300043C0D66660F +:107090003C0A0800254A5F6035AC616EAF860090FF +:1070A000AF8C005C2404FFFF014018212402000380 +:1070B0002442FFFFAC6400000441FFFD2463000490 +:1070C0003C09080025295F708D27FFFC2404000679 +:1070D000240500013099001F0325C0042484000109 +:1070E000001878272C8E002015C0FFFA00EF3824F6 +:1070F000AD27FFFC3C09666624030400240403DC7E +:1071000024050200240600663522616E3C08080052 +:1071100025085AA4AF820074AF830044AF83006C8B +:10712000AF830050AF830084AF8A008CAF840064CB +:10713000AF85004CAF860054AF840078AF85006007 +:10714000AF86008001001821240200022442FFFFC4 +:10715000AC6000000441FFFD24630004240400032C +:107160002403000C3C0A0800254A5AB0AF8A006884 +:107170000A00098E2405FFFF000418802484000102 +:10718000006858212C8700C014E0FFFBAD650000AB +:107190003C0E666635CD616E240C17A024081800DD +:1071A000AF8D0088AF8C009403E00008AF88007CAE +:1071B0002484007F000421C200004021000030210F +:1071C00000003821000028210A0009A5AF8400A092 +:1071D0001060000624E7000100C4302124A500014E +:1071E0002CC20BF51440FFFA2CA300663C090800E2 +:1071F00025295F6001201821240200032442FFFF9B +:10720000AC6000000441FFFD2463000410E0001A9C +:1072100024E3FFFF0003294210A0000A0000202100 +:107220002406FFFF3C03080024635F602484000100 +:107230000085502BAC660000250800011540FFFBBF +:107240002463000430E2001F10400008000868803A +:10725000240C0001004C38040008588001692821E2 +:1072600024E6FFFF03E00008ACA6000001A94021CE +:107270002409FFFFAD09000003E000080000000042 +:10728000AF4400283C04000C034420210005288260 +:107290000A000CC000003021000421803C03600083 +:1072A000AC6410080000000000052980AC65100CDB +:1072B0000000000003E000088C62100C27BDFFE80E +:1072C0000080282124040038AFBF00140E0009D527 +:1072D000AFB0001024040E00AF4400283C10000C96 +:1072E00003502021240500100E000CC000003021A6 +:1072F00003501021AC400000AC40000424040038CE +:107300008FBF00148FB0001024053FFF27BD001869 +:107310000A0009D58C430000000421803C03600072 +:10732000AC641008000000008C62100C03E0000840 +:107330000002118227BDFFC8AFB400208F940068FF +:10734000AFBE0030AFB7002CAFB600280000B821A8 +:107350000080B021241E00C0AFBF0034AFB50024B0 +:10736000AFB3001CAFB20018AFB10014AFB0001043 +:107370000A000A12AFA5003C504000018F9400683B +:1073800027DEFFFF13C00028269400048E92000021 +:107390003C03080024635DA01240FFF70283102B1A +:1073A0003C04080024845AA4028410230002A8C0CC +:1073B000000098210A000A212411000100118840D0 +:1073C000122000260000000002B380210251282470 +:1073D0000200202110A0FFF9267300010E0009DE33 +:1073E000000000000016684032EC000101AC2021D2 +:1073F0000E0009D5020028218F89009426F700018C +:107400008FA6003C3AEB0001316A00012528FFFFFE +:107410000011382702CAB021AF88009416E6FFE7B2 +:1074200002479024AE92000002E010218FBF00348A +:107430008FBE00308FB7002C8FB600288FB5002488 +:107440008FB400208FB3001C8FB200188FB10014CE +:107450008FB0001003E0000827BD00383C0E080084 +:1074600025CE5DA0028E102B0A000A0DAE92000000 +:1074700027BDFFD8AFB10014AFB00010AFBF0020E0 +:10748000AFB3001CAFB2001800A0882110A0001FED +:10749000000480403C13080026735AA40A000A5ACC +:1074A0002412000112200019261000010E0009F517 +:1074B00002002021000231422444FFA0000618806F +:1074C0003045001F2C8217A1007318212631FFFFC1 +:1074D0001040FFF400B230048C690000020020214B +:1074E00024053FFF012640241500FFEE0126382524 +:1074F0000E0009D5AC6700008F8A009426100001A9 +:10750000254700011620FFE9AF8700948FBF0020B8 +:107510008FB3001C8FB200188FB100148FB0001011 +:1075200003E0000827BD00288F85009C00805821BB +:107530000000402100004821240A001F3C0C0800E4 +:10754000258C5E1C3C0D080025AD5DA48CA60000BA +:1075500050C000140000402100AD1023000238C0CC +:10756000240300010A000A930000202115000003F3 +:1075700000E410212448202400004821252900018E +:10758000512B00132506DFDC106000062484000167 +:1075900000C3702415C0FFF5000318400A000A91CB +:1075A0000000402110AC002624A300040060282124 +:1075B000254AFFFF1540FFE5AF85009C512B0004D5 +:1075C0002506DFDC0000402103E000080100102157 +:1075D0000006614230C5001F000C50803C070800C7 +:1075E00024E75DA424040001014730211120000F8D +:1075F00000A420043C05080024A55E20148000059A +:107600002529FFFF24C6000410C50011000000005A +:10761000240400018CCF00000004C0270004204097 +:1076200001F868241520FFF5ACCD00008F99007893 +:1076300001001021032B482303E00008AF890078E4 +:107640003C05080024A55DA40A000A9B0000402117 +:107650003C06080024C65DA40A000AB42404000104 +:10766000308800FF240200021102000A24030003F4 +:107670001103005C8F8900A4240400041104005F3E +:1076800024050005110500670000182103E000082B +:10769000006010218F8900483C0C0800258C5EE0BA +:1076A0003C04080024845F60240300201060000F65 +:1076B00000005821240D0002240E00033C0F080096 +:1076C00025EF5EE08D27000014E0000B30F9FFFF8E +:1076D000252900040124C02B53000001018048210A +:1076E0002463FFFF5460FFF88D270000016018211C +:1076F00003E0000800601021132000323C0500FF69 +:1077000030E200FF004030211040004200005021D4 +:1077100024050001000020210005C84000A6C02467 +:1077200017000003332500FF14A0FFFB2484000191 +:10773000012CC023001828C000AA6021008C502111 +:107740003144001F240C0001008C18040003102792 +:1077500000E23024110D0041AD260000110E004C56 +:10776000000A1840110D00368F87006C510E00562C +:107770008F8C0060240D0004110D005A8F8E008440 +:10778000240E0005150EFFDA01601821240B1430B9 +:1077900011400006000018218F8400A0246300011E +:1077A000006A402B1500FFFD016458218F8A00807C +:1077B000AF89008C016018212549FFFF0A000AEB00 +:1077C000AF89008000E52024000736021080FFD03A +:1077D000240A001800075402314600FF0A000AF389 +:1077E000240A00103C0C0800258C5EA03C04080014 +:1077F00024845EE00A000ADA240300103C0C08002E +:10780000258C5E203C04080024845EA00A000AD96E +:107810008F89009000071A02306600FF0A000AF301 +:10782000240A00088F89008C3C0C0800258C5F60BE +:107830003C04080024845F700A000ADA2403000470 +:10784000000A4080250B003024E6FFFF016018216C +:10785000AF8900480A000AEBAF86006C000AC982B3 +:10786000001978803C07080024E75EA001E720218A +:10787000000A18428C8F00003079001F032C380456 +:107880000007C02701F860240A000B08AC8C000038 +:10789000000331420006288000AF28213062001F1B +:1078A0008CB8000024630001004CC804000321428E +:1078B000001938270004108003073024004F2021CE +:1078C0000A000B4CACA60000000A68C025AB0032D1 +:1078D000258AFFFF01601821AF8900A40A000AEB86 +:1078E000AF8A0060254B1030AF89009001601821ED +:1078F00025C9FFFF0A000AEBAF8900843086000724 +:107900002CC2000610400014000000000006408059 +:107910003C030800246357BC010338218CE40000B9 +:1079200000800008000000002409000310A9000ED8 +:1079300000000000240A000510AA000B000000004F +:10794000240B000110AB0008000000008F8C00A089 +:1079500010AC00050000000003E00008000010214A +:107960000A000A7900A020210A000AC700C02021CD +:1079700027BDFFE8308400FF240300021083000BC2 +:10798000AFBF0010240600031086003A240800044C +:1079900010880068240E0005108E007F2CAF143074 +:1079A0008FBF001003E0000827BD00182CA2003094 +:1079B0001440FFFC8FBF001024A5FFD0000531C28A +:1079C000000668803C07080024E75EE001A730213C +:1079D0008CC900000005288230AC001F240B000178 +:1079E000018B50048F840048012A4025ACC8000058 +:1079F0008C83000050600001AF8600488F98006CB7 +:107A000030AE000124A6FFFF270F000115C00002C1 +:107A1000AF8F006C24A600010006414200082080C0 +:107A2000008718218C79000030C2001F2406000155 +:107A30000046F804033F382410E0FFDA8FBF00103F +:107A40000005C182001870803C0F080025EF5EA081 +:107A500001CF48218D2B00000005684231A5001F91 +:107A600000A66004016C502527BD001803E0000843 +:107A7000AD2A00002CA7003014E0FFCA8FBF001011 +:107A800030B900071723FFC724A8FFCE00086A02F9 +:107A9000000D60803C0B0800256B5EA0018B30213F +:107AA0008CC40000000828C230AA001F240800016E +:107AB000014848048F8200A400891825ACC3000047 +:107AC0008C5F000053E00001AF8600A40005704009 +:107AD000000E7942000F28803C04080024845EE0F8 +:107AE00000A418218C6B000025DF000131CD001FA0 +:107AF000001F514201A86004016C4825000A108053 +:107B0000AC690000004428218CA600008F9800601A +:107B100033F9001F8FBF00100328380400C77825F1 +:107B2000270E000127BD0018ACAF000003E00008DD +:107B3000AF8E006024A5EFD02CB804001300FF998D +:107B40008FBF001000053142000658803C0A080033 +:107B5000254A5E20016A30218CC4000030A3001F3A +:107B600024090001006910048F9900900082F82513 +:107B7000ACDF00008F27000050E00001AF860090CE +:107B80008F8D00848FBF001027BD001825AC000129 +:107B900003E00008AF8C008415E0FF828FBF001067 +:107BA0008F8600A0000610400046F821001F21002B +:107BB00003E4C8210019384024F8143000B8402BE1 +:107BC0001100FF788FBF001024A4EBD00E00021329 +:107BD00000C0282100027942000F70803C0D08008F +:107BE00025AD5F6001CD20218C8B0000304C001F43 +:107BF00024060001018618048F89008C016350253A +:107C0000AC8A00008D25000050A00001AF84008CDC +:107C10008F9800808FBF001027BD00182708000133 +:107C200003E00008AF88008030A5000724030003AC +:107C300010A3001028A2000414400008240700022A +:107C40002403000410A300152408000510A8000F49 +:107C50008F8500A003E000080000000014A7FFFDCE +:107C60000080282114C3FFFB240400020A000B8BB0 +:107C700000000000240900050080282110C9FFFB36 +:107C80002404000303E000080000000014C5FFF115 +:107C9000008028210A000B8B24040005240A00011F +:107CA0000080282110CAFFF12404000403E000082A +:107CB0000000000027BDFFE0AFB00010000581C24A +:107CC0002603FFD024C5003F2C6223D024C6007FAA +:107CD000AFB20018AFB10014AFBF001C309100FF6D +:107CE000000691C2000529820200202110400008F0 +:107CF0002403FFFF0E000A4B0000000002002021B9 +:107D0000022028210E000C390240302100001821E9 +:107D10008FBF001C8FB200188FB100148FB00010FD +:107D20000060102103E0000827BD002027BDFFD818 +:107D300024A2007FAFB3001CAFB20018000299C2AA +:107D4000309200FF24A3003F02402021026028213E +:107D5000AFB10014AFB00010AFBF00200E000B6E2B +:107D60000003898200408021004020210220282138 +:107D700014400009000018218FBF00208FB3001CA1 +:107D80008FB200188FB100148FB000100060102166 +:107D900003E0000827BD00280E0009FC00000000D9 +:107DA00000402821020020211051FFF3001019C0CB +:107DB0000E000A4B00000000020020210240282192 +:107DC0000E000C39026030218FBF00208FB3001CE1 +:107DD0008FB200188FB100148FB00010000018216E +:107DE0000060102103E0000827BD00283084FFFF59 +:107DF00030A5FFFF1080000700001821308200012D +:107E00001040000200042042006518211480FFFB8E +:107E10000005284003E000080060102110C00007A2 +:107E2000000000008CA2000024C6FFFF24A500046F +:107E3000AC82000014C0FFFB2484000403E00008AF +:107E40000000000010A0000824A3FFFFAC86000083 +:107E500000000000000000002402FFFF2463FFFF79 +:107E60001462FFFA2484000403E00008000000000C +:107E700030A5FFFF8F4201B80440FFFE3C076015AC +:107E800000A730253C031000AF440180AF400184BF +:107E9000AF46018803E00008AF4301B88F8500D0EA +:107EA0002C864000008018218CA700840087102BAE +:107EB00014400010000000008CA800842D06400033 +:107EC00050C0000F240340008CAA0084008A482B75 +:107ED000512000018CA3008400035A42000B208033 +:107EE0003C05080024A558200085182103E000085F +:107EF0008C62000014C0FFF4000000002403400066 +:107F000000035A42000B20803C05080024A558209D +:107F10000085182103E000088C6200008F8300D0E8 +:107F2000906600D024C50001A06500D08F8500D0E8 +:107F3000906400D090A200D210440017000000000E +:107F4000936C00788F8B00BC318A00FFA16A000C13 +:107F500025490001938700C4312200FF3048007F8B +:107F60001107000B00026827A36200788F4E01788A +:107F700005C0FFFE8F9900B0241800023C0F1000CE +:107F8000AF590140A358014403E00008AF4F017806 +:107F90000A000D0931A20080A0A000D00A000CFF49 +:107FA000000000008F8700D027BDFFC8AFBF0030A2 +:107FB000AFB7002CAFB60028AFB50024AFB4002097 +:107FC000AFB3001CAFB20018AFB10014AFB00010D7 +:107FD00094E300E094E200E2104300D72405FFFFA1 +:107FE0003C047FFF3497FFFF2415FF800A000DF04B +:107FF0003C16000E108A00D18FBF00308F9100B068 +:108000003C1808008F18005C001230C0001291402C +:108010000311702101D57824AF4F002C94EC00E2BD +:1080200031CD007F01BA5821318A7FFF0176482186 +:10803000000A804002091021945300003C08080007 +:108040008D0800580246C02132733FFF001319808B +:10805000010320210224282130BF007F03FAC82118 +:1080600000B5A024AF54002C0336A0218E87001049 +:108070008E8F003003785821256D008800EF702323 +:10808000240C0002AE8E0010AF8D00ACA16C0088F5 +:10809000976A003C8E8400308F9100AC0E000CD6A5 +:1080A0003150FFFF00024B80020940253C02420094 +:1080B00001022025AE2400048E8300048F8D00ACC5 +:1080C0008E860000240E0008ADA3001CADA600188B +:1080D000ADA0000CADA00010929F000A33F900FF84 +:1080E000A5B90014968500083C1F000CA5A5001634 +:1080F0009298000A331100FFA5B100209690000865 +:1081000024180005A5B00022ADA00024928F000B1A +:108110002410C00031E700FFA5A70002A1AE0001B6 +:108120008E8C00308F8B00AC8F8400B0AD6C00085B +:108130003C0A08008D4A005401444821013540247E +:10814000AF4800283C0208008C4200540044302113 +:1081500030C3007F007AC821033F282102458821CF +:10816000AF9100BCAF8500C0A23800008F8A00BC70 +:108170002403FFBF2418FFDF954F000201F03824CD +:1081800000F37025A54E0002914D000231AC003F76 +:10819000358B0040A14B00028F8600BC8F8900D038 +:1081A000ACC000048D28007C3C098000ACC80008ED +:1081B00090C4000D3082007FA0C2000D8F8500BCEE +:1081C00090BF000D03E3C824A0B9000D8F9100BC3F +:1081D0009233000D02789024A232000D8E9000346C +:1081E0008F8B00BCAD7000108E87002C8E8F0030FE +:1081F00000EF7023AD6E0014916D001831AC007F5C +:10820000A16C00188F9F00BC8E8A00308FE8001888 +:10821000015720240109302400C41025AFE20018C2 +:108220009283000AA3E3001C969900088F8500BC86 +:108230008F9800D0A4B9001E8E9000308E8400303C +:108240000E0002138F0500848F8500D0000291403C +:108250000002990090AF00BC0253882100403021F9 +:1082600031E7000210E0000302118021000290803B +:108270000212802190B900BC3327000410E00002F4 +:108280000006F880021F80218E9800308F8B00BC82 +:1082900024068000330F0003000F702331CD00034C +:1082A000020D6021AD6C000494A400E294AA00E2E7 +:1082B00094B000E231497FFF2522000130537FFF57 +:1082C0000206182400734025A4A800E294A400E24A +:1082D0003C1408008E94006030917FFF123400221D +:1082E000000000000E000CF6000000008F8700D098 +:1082F0000000282194F300E094F000E21213000F34 +:108300008FBF003090E900D090E800D1313200FFFB +:10831000310400FF0244302B14C0FF36264A00010E +:1083200090EE00D2264B000131CD00FF008D602180 +:10833000158BFF338F9100B08FBF00308FB7002CAB +:108340008FB600288FB500248FB400208FB3001C97 +:108350008FB200188FB100148FB0001000A0102150 +:1083600003E0000827BD003894A300E20066402423 +:10837000A4A800E290A400E290B900E2309100FFCE +:108380000011A1C20014F827001F39C03332007F4A +:10839000024730250A000DE8A0A600E23084FFFF66 +:1083A00030A5FFFFAF440018AF45001C03E00008F4 +:1083B0008F42001427BDFFB8AFB000208F9000D0CF +:1083C0003084FFFFAFA40010AFBF0044AFBE004039 +:1083D000AFB7003CAFB60038AFB50034AFB4003033 +:1083E000AFB3002CAFB20028AFB10024A7A0001893 +:1083F000920600D1920500D030C400FF30A300FFE8 +:108400000064102B10400122AFA00014920900D08C +:108410008FB50010312800FF0088382324F4FFFFB7 +:108420000014882B0015982B02339024524001260B +:108430008FB40014961E0012961F00108FB7001004 +:1084400003DFC823001714000019C400000224032E +:108450000018140302E2B02A52C00001004020219B +:108460000284282B10A0000200801821028018210D +:1084700000033C0000071C033064FFFF2C8600094A +:1084800014C000020060B821241700088E0A0008FA +:10849000001769808E09000C31ABFFFF3C0C001007 +:1084A000016C402527520400AF4A0038AF9200B853 +:1084B000AF49003CAF480030000000000000000061 +:1084C00000000000000000000000000000000000AC +:1084D00000000000000000008F4F000031EE00207F +:1084E00011C0FFFD0017982A027110240A000E83A4 +:1084F0000000B02155E001019258000131130080C5 +:10850000126001CF012020219655001232A5FFFFF5 +:108510000E000CCBA7B500188F9000D00291A023BD +:1085200026CD00018F9100B8000DB4000016B403F1 +:108530002638004002D7582A0014882B2405000151 +:108540000300902101711024AF9800B8AFA500146A +:10855000104001BC8F8900B03C0C08008D8C005489 +:10856000240BFF80921E00D001895021014B28244A +:10857000921900D0AF4500288E4700103C08080033 +:108580008D0800583C1808008F18005430E33FFF56 +:108590000003218001043021012658212402FF809C +:1085A0000162F824920C00D0AF5F002C92480000CA +:1085B00033D100FF333500FF0309982100117140CA +:1085C000001578C0326D007F01CF382101BA282113 +:1085D000318300FF3164007F3C0A000C00AA88212F +:1085E0000367F02100033140009A10213108003F59 +:1085F0003C1F000E00D1C021005F982127D90088C0 +:108600002D150008AF9100C0AF9900ACAF9800BC29 +:10861000AF9300B412A0018A00008821240E00014B +:10862000010E4004310D005D11A0FFB2310F0002B8 +:108630008E4A00283C0300803C04FFEFAE6A000035 +:108640008E450024A260000A3488FFFFAE65000456 +:108650009247002C3C1FFF9F37FEFFFFA267000CD4 +:108660008E62000C3C180040A267000B00433025CE +:1086700000C8C824033E88240238A825AE75000C23 +:108680008E490004AE6000183C0F00FFAE69001474 +:108690008E4D002C35EEFFFF8F8B00B001AE6024B5 +:1086A000AE6C00108E470008A660000896450012C8 +:1086B000AE6700208E42000C30B03FFF00105180AA +:1086C000AE6200248E5E0014014B182130A400011C +:1086D000AE7E00288E590018000331C2000443808A +:1086E000AE79002C8E51001C00C8F821A67F001C1A +:1086F000AE710030965800028E550020A678001EFC +:10870000AE75003492490033313000045600000544 +:10871000925000008F8C00D08D8B007CAE6B0030AF +:10872000925000008F8F00BCA1F00000924E0033E9 +:1087300031CD000251A00007925E00018F8900BC7C +:108740002418FF80913100000311A825A1350000F5 +:10875000925E00018F9900BC2409FFBF240BFFDF4C +:10876000A33E00018F9500BC92B8000D3311007F2D +:10877000A2B1000D8F8E00BC91D0000D02097824AB +:10878000A1CF000D8F8800BC8E6D0014910A000DE2 +:108790002DAC0001000C2940014B382400E51825C0 +:1087A000A103000D964200128F8800BC8F8700D075 +:1087B000A50200028E45000490FF00BC30A4000317 +:1087C0000004302330DE000300BE102133F9000224 +:1087D00017200002244400342444003090E200BCFE +:1087E00000A2302430DF000417E0000224830004DC +:1087F000008018218F8F00AC24090002AD03000413 +:10880000A1E90000924E003F8F8D00ACA1AE0001A7 +:108810008F9500AC924C003F8E440004A6AC000241 +:10882000976B003C0E000CD63170FFFF00025380A6 +:10883000020A38253C05420000E51825AEA30004D5 +:108840008F8600AC8E480038ACC800188E440034C7 +:10885000ACC4001CACC0000CACC00010A4C0001420 +:10886000A4C00016A4C00020A4C00022ACC00024F4 +:108870008E6400145080000124040001ACC4000880 +:108880000E000CF6241100010A000E768F9000D025 +:10889000920F00D2920E00D08FB5001031EB00FF86 +:1088A00031CD00FF008D6023016C50212554FFFF66 +:1088B0000014882B0015982B023390241640FEDDFF +:1088C000000000008FB400148FBF00448FBE004032 +:1088D0003A8200018FB7003C8FB600388FB5003464 +:1088E0008FB400308FB3002C8FB200288FB10024DA +:1088F0008FB0002003E0000827BD0048331100209E +:10890000122000EF24150001921E00BC241F00015C +:108910000000A82133D900011320000DAFBF001CB7 +:108920008E4400148E0800840088102B144000022E +:10893000008030218E0600848E03006400C3A82BC3 +:1089400016A0000200C020218E0400640080A8212F +:108950008E4700148E05006400E5302B14C0000221 +:1089600000E020218E0400640095F02313C0000471 +:108970008FAC001C240A0002AFAA001C8FAC001CA4 +:10898000028C582B156000A8000018218E4F00386B +:108990008E6D000C3C0E0080AE6F00008E4A0034DD +:1089A0003C10FF9F01AE5825AE6A00049246003F7E +:1089B000360CFFFF016C38243C0500203C03FFEF20 +:1089C000A266000B00E510253468FFFF8F8700B812 +:1089D0000048F8243C04000803E4C825AE79000CE4 +:1089E0008CF80014AE60001802BE7821AE78001436 +:1089F0008CF10018AE71001C8CE90008AE690024EF +:108A00008CEE000CAE6F002CAE600028AE6E002025 +:108A1000A6600038A660003A8CED001401B58023F2 +:108A2000021E902312400011AE72001090EA003D29 +:108A30008E6500048E640000000A310000A6C82183 +:108A4000000010210326402B0082F82103E8C021FA +:108A5000AE790004AE78000090F1003DA271000AEA +:108A60008F8900B895320006A67200088F9800AC76 +:108A70002419000202A02021A31900009769003CDC +:108A80008F9200AC0E000CD63131FFFF00027B80CC +:108A90008F8500B8022F68253C0E420001AE80256C +:108AA000AE5000048F8400AC8CAC0038AC8C001845 +:108AB0008CAB0034AC8B001CAC80000CAC80001084 +:108AC000A4800014A4800016A4800020A4800022AA +:108AD000AC80002490A7003FA487000212A00135BB +:108AE0002403000153C0000290A2003D90A2003E6A +:108AF00024480001A08800018F9F00ACAFF500085A +:108B00008F8300D024070034906600BC30C500027B +:108B100050A00001240700308F9200B88F8A00BC5B +:108B2000906D00BC924B00002412C00032A50003DF +:108B3000A14B00008F8600B88F8800BC240200047F +:108B400090C400010045182330790003A1040001FE +:108B50008F8A00BC8F9F00B800F53821955800021D +:108B600097E9001200F9382103128824312F3FFFC2 +:108B7000022F7025A54E00029150000231A800047A +:108B8000320C003F358B0040A14B000212A00002C6 +:108B90008F8500BC00E838218F8E00D0ACA7000480 +:108BA000240BFFBF8DCD007C2EA400012403FFDF2A +:108BB000ACAD000890B0000D00044140320C007FC5 +:108BC000A0AC000D8F8600BC90CA000D014B102494 +:108BD000A0C2000D8F8700BC90E5000D00A3F82413 +:108BE00003E8C825A0F9000D8F9100B88F8D00BC57 +:108BF0008E380020ADB800108E290024ADA90014D5 +:108C00008E2F0028ADAF00188E2E002C0E000CF613 +:108C1000ADAE001C8FB0001C240C0002120C00EE44 +:108C20008F9000D08FA3001C006088211460000288 +:108C30000060A8210000A02156A0FE390291A023C7 +:108C40000014882B8FA90010960700103C1E0020EE +:108C50000136402302C750213112FFFFA60A00103F +:108C6000AFB20010AF5E0030000000009617001099 +:108C7000961300121277008F000000008E05000C82 +:108C80008E0B00080016698000AD7021000DC7C36F +:108C900001CDA82B0178782101F56021AE0E000CE2 +:108CA000AE0C00088FB300100013B82B02378024DD +:108CB0001200FF048F9000D00A000E3C000000005C +:108CC0008E4D0038A6600008240B0003AE6D000036 +:108CD0008E500034A260000A8F9800B8AE70000475 +:108CE0003C0500809311003FA26B000C8E6F000CBE +:108CF0003C0EFF9FA271000B01E5102535CCFFFF54 +:108D00003C03FFEF8F9200B8004C30243464FFFF27 +:108D100000C4F824AE7F000C8E590014964800124F +:108D20008F8A00B0AE7900108E490014AE60001832 +:108D3000AE600020AE690014AE6000248E470018BB +:108D400031093FFF0009F180AE6700288E4D000811 +:108D500003CA802131180001AE6D00308E4F000C27 +:108D60008F8C00AC001089C200185B80022B282178 +:108D7000240E0002A665001CA6600036AE6F002C13 +:108D8000A18E00009763003C8F8A00AC3C04420037 +:108D90003062FFFF00443025AD4600048F9F00B8CD +:108DA000240700012411C0008FF30038240600348A +:108DB000AD5300188FF90034AD59001CAD40000CC4 +:108DC000AD400010A5400014A5400016A5400020AD +:108DD000A5400022AD400024A5550002A147000196 +:108DE0008F9E00AC8F8800B88F9200BCAFD5000872 +:108DF000910D0000A24D00008F9000B88F8B00BC39 +:108E000092180001A17800018F8400BC94850002B3 +:108E100000B1782401E97025A48E0002908C000234 +:108E20003183003FA08300028F8300D08F8400BC79 +:108E3000906200BC305300025260000124060030F2 +:108E4000AC8600048C6F007C2403FFBF02A0882145 +:108E5000AC8F0008908E000D31CC007FA08C000DEF +:108E60008F8600BC90C2000D00432024A0C4000DDA +:108E70008F8900BC913F000D37F90020A139000D0A +:108E80008F8800B88F9300BC8D070020AE6700105C +:108E90008D0A0024AE6A00148D1E0028AE7E0018D4 +:108EA0008D12002C0E000CF6AE72001C0A00103D54 +:108EB0008F9000D0960E00148E03000431CCFFFF7B +:108EC000000C10C000622021AF44003C8E1F000443 +:108ED0008F46003C03E6C8231B20003C0000000036 +:108EE0008E0F000025E200013C05001034B500089B +:108EF000AF420038AF550030000000000000000015 +:108F00000000000000000000000000000000000061 +:108F100000000000000000008F580000330B00200C +:108F20001160FFFD000000008F5304003C0D002085 +:108F3000AE1300088F570404AE17000CAF4D00307D +:108F4000000000003C0608008CC600442416000106 +:108F500010D600BD00000000961F00123C0508005E +:108F60008CA5004000BFC821A61900129609001464 +:108F700025270001A6070014960A00143144FFFFBC +:108F80005486FF498FB30010A60000140E000E1681 +:108F900030A5FFFF3C0408008C84002496030012D7 +:108FA0000044102300623023A60600120A00105964 +:108FB0008FB30010A08300018F8200AC2404000155 +:108FC000AC4400080A000FF08F8300D08E0200002E +:108FD0000A0010EA3C0500108F8200C08FA7001C19 +:108FE000921800D0920B00D0920E00D0331100FFE7 +:108FF000316900FF00117940000928C001E56021B6 +:1090000031C300FF036C50210003314000C2C8216E +:10901000255F0088AF9F00ACAF9900BCA1470088D6 +:109020009768003C03C020218F9100AC0E000CD645 +:109030003110FFFF00026B80020DC0253C0442008E +:109040008F8D00B803045825AE2B00048DA900387D +:109050008F8B00AC0000882100118100AD690018E1 +:109060008DAF00343C087FFF3504FFFFAD6F001C5F +:1090700091AC003E8D65001C8D660018000C190037 +:10908000000C770200A33821020E102500E3F82B14 +:1090900000C2C821033F5021AD67001CAD6A001813 +:1090A000AD60000CAD60001091B8003E24050005D5 +:1090B00003C45024A578001495A9000403C02021FE +:1090C000A569001691AF003EA56F002095B1000480 +:1090D000A5710022AD60002491AE003FA56E000294 +:1090E00091B0003E91AC003D01901023244300015B +:1090F000A16300018F8600AC8F9F00BCACDE00082E +:10910000A3E500008F9000BC8F9900B82405FFBF35 +:1091100096070002973800120247782433093FFF70 +:1091200001E98825A6110002921200022418FFDF2F +:10913000324E003F35CD0040A20D00028F8600BCAC +:109140008F8C00D02412FFFFACC000048D8B007CFC +:109150003C0C8000ACCB000890C2000D3043007F77 +:10916000A0C3000D8F8700BC90FF000D03E5C8244D +:10917000A0F9000D8F9100BC9229000D01387824D0 +:10918000A22F000D8F9000BCAE120010AE1500147F +:10919000920E00182415FF8002AE6825A20D00185B +:1091A0008F8500BC8F8300B88CAB0018016C102435 +:1091B000004A3025ACA600189068003EA0A8001C0C +:1091C0008F9F00B88F8700BC8F9800D097F900045C +:1091D000A4F9001E0E0002138F0500848F8600D0B4 +:1091E000000279400002490090D200BC01E98821C8 +:1091F000004028213255000212A0000303D1202193 +:109200000002A8800095202190CD00BC31B200045E +:109210001240000333DF0003000540800088202156 +:10922000240600048F9E00BC00DFC8233327000300 +:1092300000875021AFCA00040E000CF6A665003866 +:109240000A0010388F9000D0961E00123C080800CB +:109250008D080024011E9021A61200120A00105948 +:109260008FB3001027BDFFE03C1808008F18005096 +:10927000AFB00010AFBF0018AFB10014AF8400B0A2 +:1092800093710074030478212410FF8031EE007F75 +:109290003225007F01F0582401DA68213C0C000AD5 +:1092A000A38500C401AC2821AF4B002494A9001071 +:1092B0009768000690A600620080382124020030E2 +:1092C0000109202330C300F0AF8500D010620019DF +:1092D0003090FFFF90AE0062240DFFF0240A005092 +:1092E00001AE6024318B00FF116A002F00000000E6 +:1092F00016000007241F0C00AF5F00248FB100147C +:109300008FBF00188FB0001003E0000827BD0020B9 +:109310000E000E1C02002021241F0C00AF5F002451 +:109320008FB100148FBF00188FB0001003E0000849 +:1093300027BD002094A200E094A400E290BF011396 +:10934000008218263079FFFF33E700C014E00009DF +:109350002F31000116000038000000005620FFE603 +:10936000241F0C000E000D18000000000A0011ED73 +:10937000241F0C001620FFDE000000000E000D1858 +:10938000000000001440FFDC241F0C001600002227 +:109390008F8300D0906901133122003FA062011336 +:1093A0000A0011ED241F0C0094AF00D48F8600D466 +:1093B00000E02821240400050E000C5C31F0FFFFC2 +:1093C0001440000524030003979100E600001821D3 +:1093D0002625FFFFA78500E68F5801B80700FFFE8E +:1093E0003C196013AF400180241F0C00AF50018472 +:1093F000007938253C101000AF4701888FB1001468 +:10940000AF5001B8AF5F00248FB000108FBF0018BD +:1094100003E0000827BD00200E000E1C02002021E2 +:109420005040FFB5241F0C008F8300D090690113BA +:109430000A0012163122003F0E000E1C02002021ED +:109440001440FFAD241F0C00122000078F8300D0B2 +:10945000906801133106003F34C20040A06201133E +:109460000A0011ED241F0C000E000D180000000072 +:109470005040FFA1241F0C008F8300D0906801137F +:109480003106003F0A00124634C20040AF9B00C8BC +:1094900003E00008AF8000EC3089FFFF0009404284 +:1094A0002D020041000921801440000200095040B3 +:1094B00024080040000830C0000811400046582130 +:1094C000256701A800E2C821272F007F2418FF800C +:1094D00001F818240064302100CA702125CC00FF57 +:1094E000240DFF00018D202425650088240A0088B2 +:1094F0003C010800AC2A004C3C010800AC2500509F +:10950000AF8400D43C010800AC2900603C01080095 +:10951000AC2800643C010800AC2700543C01080062 +:10952000AC2300583C010800AC26005C03E00008B6 +:1095300000000000308300FF30C6FFFF30E400FF72 +:109540008F4201B80440FFFE00034C00012438257F +:109550003C08600000E820253C031000AF45018076 +:10956000AF460184AF44018803E00008AF4301B86F +:109570008F86001C3C096012352700108CCB00043C +:109580003C0C600E35850010316A00062D48000144 +:10959000ACE800C48CC40004ACA431808CC20008C8 +:1095A00094C30002ACA2318403E00008A78300E466 +:1095B0003C0308008C6300508F8400E88F86001CF9 +:1095C0002402FF800064C0210302C824AF59002890 +:1095D0008CCD00043305007F00BA78213C0E000CCE +:1095E00001EE2821ACAD00588CC80008AF8500D032 +:1095F0003C076012ACA8005C8CCC001034E8001072 +:10960000ACAC000C8CCB000CACAB000894AA0014E2 +:109610003C0208008C42004425490001A4A9001422 +:1096200094A400143083FFFF106200178F8400D0D1 +:109630003C0A08008D4A0040A4AA00128CCE0018F3 +:10964000AC8E00248CCD0014AC8D00208CC700188B +:10965000AC87002C8CCC001424060001AC8C0028B4 +:109660008D0B00BC5166001A8D0200B48D0200B84B +:10967000A482003A948F003AA48F003C948800D4CE +:1096800003E000083102FFFF3C0908008D29002497 +:10969000A4A000148F8400D0A4A900128CCE0018BE +:1096A000AC8E00248CCD0014AC8D00208CC700182B +:1096B000AC87002C8CCC001424060001AC8C002854 +:1096C0008D0B00BC5566FFEA8D0200B88D0200B418 +:1096D000A482003A948F003AA48F003C948800D46E +:1096E00003E000083102FFFF8F86001C3C0C0800DD +:1096F0008D8C0050240BFF808CCD00083C03000CA7 +:10970000000D51C0018A4021010B4824AF8A00E8B6 +:10971000AF49002890C700073105007F00BA10212B +:109720000043282130E4000410800039AF8500D0C8 +:1097300090CF000731EE000811C000380000000093 +:109740008CD9000C8CC400140324C02B13000030EF +:10975000000000008CC2000CACA200648CCD00188C +:109760002402FFF8ACAD00688CCC0010ACAC0080DB +:109770008CCB000CACAB00848CCA001CACAA007C67 +:1097800090A900BC01224024A0A800BC90C30007FF +:109790003067000810E000048F8500D090AF00BC57 +:1097A00035EE0001A0AE00BC90D9000733380001AF +:1097B000130000088F8300D08F8700D0240400346A +:1097C00090E800BC35030002A0E300BC8F8300D00A +:1097D000AC6400C090C900073126000210C000052B +:1097E00000000000906A00BC35420004A06200BC8A +:1097F0008F8300D09065011330AD003FA06D011341 +:109800008F8C00D0958B00D403E000083162FFFFFD +:109810008CC200140A001305000000000A001306A1 +:10982000ACA0006427BDFFD8AFB000108F90001C23 +:10983000AFBF0024AFB40020AFB20018AFB1001426 +:10984000AFB3001C9613000E3C07600A3C14600680 +:109850003264FFFF369300100E00125534F40410EA +:109860008F8400D43C11600E0E00099B363100102D +:10987000920E00153C0708008CE700603C12601255 +:1098800031CD000FA38D00F08E0E00048E0D000868 +:1098900096080012961F00109619001A9618001EBE +:1098A000960F001C310CFFFF33EBFFFF332AFFFF45 +:1098B0003309FFFF31E6FFFF3C010800AC2B0040FD +:1098C0003C010800AC2C00243C010800AC2A0044F8 +:1098D000AE293178AE26317C92020015960300162F +:1098E00036520010304400FF3065FFFF3C06080090 +:1098F0008CC60064AE243188AE4500B492080014D2 +:1099000096190018241F0001011FC004332FFFFF08 +:109910003C0508008CA50058AE5800B8AE4F00BCFE +:10992000920C0014AF8E00D8AF8D00DC318B00FF9D +:10993000AE4B00C0920A0015AE670048AE66004C00 +:10994000314900FFAE4900C8AE65007C3C03080009 +:109950008C6300503C0408008C84004C3C080800D8 +:109960008D0800543C0208008C42005C8FBF00242C +:10997000AE6300808FB00010AE8300748FB3001C04 +:10998000AE22319CAE4200DCAE2731A0AE2631A41F +:10999000AE24318CAE233190AE283194AE2531986F +:1099A000AE870050AE860054AE8500708FB10014B3 +:1099B000AE4700E0AE4600E4AE4400CCAE4300D07B +:1099C000AE4800D4AE4500D88FB400208FB2001846 +:1099D00003E0000827BD002827BDFFE0AFB1001459 +:1099E000AFBF0018241100010E000845AFB00010F1 +:1099F00010510005978400E6978300CC0083102B5C +:109A0000144000088F8500D4240700028FBF00187F +:109A10008FB100148FB0001000E0102103E00008A7 +:109A200027BD00200E000C7A24040005AF8200E858 +:109A30001040FFF6240700020E0008498F90001C1A +:109A4000979F00E68F9900E88F8D00C827EF0001EF +:109A5000240E0050AF590020A78F00E6A1AE0000F1 +:109A60003C0C08008D8C00648F8600C8240A80009E +:109A7000000C5E00ACCB0074A4C0000694C9000AC0 +:109A8000241FFF803C0D000C012AC024A4D8000A2A +:109A900090C8000A24182000011F1825A0C3000A3E +:109AA0008F8700C8A0E000788F8500C800003821AB +:109AB000A0A000833C0208008C4200508F8400E884 +:109AC0000044782101FFC824AF590028960B0002FA +:109AD00031EE007F01DA6021018D3021A4CB00D46A +:109AE000960A0002AF8600D03C0E000425492401EE +:109AF000A4C900E68E080004ACC800048E03000868 +:109B0000ACC30000A4C00010A4C00014A0C000D0CA +:109B10008F8500D02403FFBFA0A000D13C04080023 +:109B20008C8400648F8200D0A04400D28E1F000C71 +:109B30008F8A00D0978F00E4AD5F001C8E19001053 +:109B400024100030AD590018A5400030A551005434 +:109B5000A5510056A54F0016AD4E0068AD580080C7 +:109B6000AD580084914D006231AC000F358B001070 +:109B7000A14B00628F8600D090C900633128007F1E +:109B8000A0C800638F8400D02406FFFF9085006387 +:109B900000A31024A08200638F9100D000E0102168 +:109BA000923F00BC37F90001A23900BC8F8A00D077 +:109BB000938F00F0AD580064AD5000C0914E00D3BB +:109BC000000F690031CC000F018D5825A14B00D347 +:109BD0008F8500D08F8900DCACA900E88F8800D881 +:109BE0008FBF00188FB100148FB0001027BD002068 +:109BF000ACA800ECA4A600D6A4A000E0A4A000E2BB +:109C000003E000080000000027BDFFE0AFB0001037 +:109C10008F90001CAFB10014AFBF00188E19000464 +:109C20003C1808008F180050240FFF80001989C0CD +:109C30000238702131CD007F01CF602401BA50215C +:109C40003C0B000CAF4C0028014B4021950900D47F +:109C5000950400D68E0700043131FFFFAF8800D095 +:109C60000E000913000721C08E0600048F8300C870 +:109C7000000629C0AF4500209064003E30820040BD +:109C8000144000068F8400D0341FFFFF948300D659 +:109C90003062FFFF145F000400000000948400D6CF +:109CA0000E0008A83084FFFF8E050004022030213A +:109CB0008FBF00188FB100148FB000102404002251 +:109CC00000003821000529C00A00127C27BD0020B1 +:109CD00027BDFFE0AFB100143091FFFFAFB000101F +:109CE000AFBF00181220001D000080218F86001CCD +:109CF0008CC500002403000600053F020005140285 +:109D000030E4000714830015304500FF2CA800063E +:109D10001100004D000558803C0C0800258C57D4DC +:109D2000016C50218D490000012000080000000056 +:109D30008F8E00EC240D000111CD005900000000B1 +:109D4000260B00013170FFFF24CA00200211202BD6 +:109D5000014030211480FFE6AF8A001C0200102170 +:109D60008FBF00188FB100148FB0001003E00008FF +:109D700027BD0020938700CE14E00038240400148F +:109D80000E001338000000008F86001C2402000122 +:109D90000A00147FAF8200EC8F8900EC24080002D7 +:109DA0001128003B2404001300002821000030216A +:109DB000240700010E00127C000000000A00147F3E +:109DC0008F86001C8F8700EC2405000214E5FFF647 +:109DD000240400120E0012E9000000008F8500E844 +:109DE00000403021240400120E00127C00003821B3 +:109DF0000A00147F8F86001C8F8300EC241F000351 +:109E0000147FFFD0260B00010E00129B0000000003 +:109E10008F8500E800403021240200022404001055 +:109E200000003821AF8200EC0E00127C0000000020 +:109E30000A00147F8F86001C8F8F00EC240600021E +:109E400011E6000B0000000024040010000028218F +:109E5000000030210A00149C240700010000282182 +:109E60000E00127C000030210A00147F8F86001C37 +:109E70000E0013A500000000144000128F99001C72 +:109E80008F86001C240200030A00147FAF8200ECBE +:109E90000E001431000000000A00147F8F86001CA1 +:109EA0000E00128B000000002402000224040014A3 +:109EB0000000282100003021000038210A0014B9D8 +:109EC000AF8200EC004038212404001097380002D3 +:109ED000000028210E00127C3306FFFF0A00147FC9 +:109EE0008F86001C8F8400C83C077FFF34E6FFFF8D +:109EF0008C8500742402000100A61824AC83007431 +:109F000003E00008A082000510A000362CA200800B +:109F1000274A04003C0B000524090080104000077C +:109F20002408008030A6000F00C540212D030081C9 +:109F30001460000200A0482124080080AF4B0030CC +:109F400000000000000000000000000011000009F7 +:109F500000003821014030218C8D000024E70004EE +:109F600000E8602BACCD0000248400041580FFFACB +:109F700024C60004000000000000000000000000F3 +:109F80003C0E0006010E3825AF47003000000000EF +:109F900000000000000000008F4F000031E80010BA +:109FA0001100FFFD000000008F42003C8F43003C89 +:109FB0000049C8210323C02B130000040000000047 +:109FC0008F4C003825860001AF4600388F47003C93 +:109FD00000A9282300E96821AF4D003C14A0FFCE62 +:109FE0002CA2008003E000080000000027BDFFD085 +:109FF0003C020002AFB100143C11000CAF45003828 +:10A00000AFB3001CAF46003C00809821AF42003047 +:10A0100024050088AF44002803512021AFBF002849 +:10A02000AFB50024AFB40020AFB200180E0014F199 +:10A03000AFB000103C1F08008FFF004C3C18080018 +:10A040008F1800642410FF8003F3A82132B9007F29 +:10A0500002B078240018A0C0033A70210018914083 +:10A0600001D12021AF4F00280E0014F10254282105 +:10A070003C0D08008DAD00502405012001B358218E +:10A08000316C007F01705024019A48210131202158 +:10A090000E0014F1AF4A00283C0808008D08005457 +:10A0A0003C0508008CA500640113382130E6007FD0 +:10A0B00000F0182400DA202100912021AF4300286D +:10A0C0000E0014F1000529403C0208008C420058A3 +:10A0D0003C1008008E1000601200001C0053882104 +:10A0E0002415FF800A0015743C14000C3226007FF2 +:10A0F0000235182400DA202102402821AF4300282D +:10A10000009420210E0014F12610FFC01200000F51 +:10A11000023288212E05004110A0FFF42412100005 +:10A120003226007F001091800235182400DA2021A9 +:10A1300002402821AF430028009420210E0014F192 +:10A14000000080211600FFF3023288213C0B08003A +:10A150008D6B005C240AFF802405000201734021FE +:10A16000010A4824AF4900283C0408009484006296 +:10A170003110007F021A88213C07000C0E000CAA47 +:10A180000227982100402821026020218FBF00284B +:10A190008FB500248FB400208FB3001C8FB200183D +:10A1A0008FB100148FB000100A0014F127BD0030E9 +:10A1B0008F83001C8C62000410400003000000002C +:10A1C00003E00008000000008C6400108C650008AB +:10A1D0000A00152A8C66000C000000000000001B1D +:10A1E0000000000F0000000A000000080000000648 +:10A1F000000000050000000500000004000000044D +:10A200000000000300000003000000030000000342 +:10A210000000000300000002000000020000000235 +:10A220000000000200000002000000020000000226 +:10A230000000000200000002000000020000000216 +:10A240000000000200000002000000020000000206 +:10A2500000000001000000010000000108000F24C0 +:10A2600008000D6C08000FB80800106008000F4CC3 +:10A2700008000F8C0800119408000D88080011B820 +:10A2800008000DD8080015540800151C08000D889A +:10A2900008000D8808000D880800124008001240D0 +:10A2A00008000D8808000D88080014E008000D88DB +:10A2B00008000D8808000D8808000D88080013B4F8 +:10A2C00008000D8808000D8808000D8808000D881A +:10A2D00008000D8808000D8808000D8808000D880A +:10A2E00008000D8808000D8808000D8808000D88FA +:10A2F00008000D8808000D8808000FAC08000D88C4 +:10A3000008000D880800167808000D8808000D88E0 +:10A3100008000D8808000D8808000D8808000D88C9 +:10A3200008000D8808000D8808000D8808000D88B9 +:10A3300008000D8808000D8808000D8808000D88A9 +:10A3400008000D8808000D8808000D88080014100A +:10A3500008000D8808000D8808001334080012A4B6 +:10A3600008001E2C08001EFC08001F1408001F28EF +:10A3700008001F3808001E2C08001E2C08001E2C88 +:10A3800008001ED808002E1408002E1C08002DE41A +:10A3900008002DF008002DFC08002E08080052F4DB +:10A3A000080052B40800528008005254080052308D +:10A3B000080051EC0A000C840000000000000000BE +:10A3C0000000000D727870362E322E33000000002F +:10A3D000060203030000000000000001000000006E +:10A3E000000000000000000000000000000000006D +:10A3F000000000000000000000000000000000005D +:10A40000000000000000000000000000000000004C +:10A41000000000000000000000000000000000003C +:10A42000000000000000000000000000000000002C +:10A43000000000000000000000000000000000001C +:10A44000000000000000000000000000000000000C +:10A4500000000000000000000000000000000000FC +:10A4600000000000000000000000000000000000EC +:10A4700000000000000000000000000000000000DC +:10A4800000000000000000000000000000000000CC +:10A4900000000000000000000000000000000000BC +:10A4A00000000000000000000000000000000000AC +:10A4B000000000000000000000000000000000009C +:10A4C000000000000000000000000000000000008C +:10A4D000000000000000000000000000000000007C +:10A4E000000000000000000000000000000000006C +:10A4F000000000000000000000000000000000005C +:10A50000000000000000000000000000000000004B +:10A51000000000000000000000000000000000003B +:10A52000000000000000000000000000000000002B +:10A53000000000000000000000000000000000001B +:10A54000000000000000000000000000000000000B +:10A5500000000000000000000000000000000000FB +:10A5600000000000000000000000000000000000EB +:10A5700000000000000000000000000000000000DB +:10A5800000000000000000000000000000000000CB +:10A5900000000000000000000000000000000000BB +:10A5A00000000000000000000000000000000000AB +:10A5B000000000000000000000000000000000009B +:10A5C000000000000000000000000000000000008B +:10A5D000000000000000000000000000000000007B +:10A5E000000000000000000000000000000000006B +:10A5F000000000000000000000000000000000005B +:10A60000000000000000000000000000000000004A +:10A61000000000000000000000000000000000003A +:10A62000000000000000000000000000000000002A +:10A63000000000000000000000000000000000001A +:10A64000000000000000000000000000000000000A +:10A6500000000000000000000000000000000000FA +:10A6600000000000000000000000000000000000EA +:10A6700000000000000000000000000000000000DA +:10A6800000000000000000000000000000000000CA +:10A6900000000000000000000000000000000000BA +:10A6A00000000000000000000000000000000000AA +:10A6B000000000000000000000000000000000009A +:10A6C000000000000000000000000000000000008A +:10A6D000000000000000000000000000000000007A +:10A6E000000000000000000000000000000000006A +:10A6F000000000000000000000000000000000005A +:10A700000000000000000000000000000000000049 +:10A710000000000000000000000000000000000039 +:10A720000000000000000000000000000000000029 +:10A730000000000000000000000000000000000019 +:10A740000000000000000000000000000000000009 +:10A7500000000000000000000000000000000000F9 +:10A7600000000000000000000000000000000000E9 +:10A7700000000000000000000000000000000000D9 +:10A7800000000000000000000000000000000000C9 +:10A7900000000000000000000000000000000000B9 +:10A7A00000000000000000000000000000000000A9 +:10A7B0000000000000000000000000000000000099 +:10A7C0000000000000000000000000000000000089 +:10A7D0000000000000000000000000000000000079 +:10A7E0000000000000000000000000000000000069 +:10A7F0000000000000000000000000000000000059 +:10A800000000000000000000000000000000000048 +:10A810000000000000000000000000000000000038 +:10A820000000000000000000000000000000000028 +:10A830000000000000000000000000000000000018 +:10A840000000000000000000000000000000000008 +:10A8500000000000000000000000000000000000F8 +:10A8600000000000000000000000000000000000E8 +:10A8700000000000000000000000000000000000D8 +:10A8800000000000000000000000000000000000C8 +:10A8900000000000000000000000000000000000B8 +:10A8A00000000000000000000000000000000000A8 +:10A8B0000000000000000000000000000000000098 +:10A8C0000000000000000000000000000000000088 +:10A8D0000000000000000000000000000000000078 +:10A8E0000000000000000000000000000000000068 +:10A8F0000000000000000000000000000000000058 +:10A900000000000000000000000000000000000047 +:10A910000000000000000000000000000000000037 +:10A920000000000000000000000000000000000027 +:10A930000000000000000000000000000000000017 +:10A940000000000000000000000000000000000007 +:10A9500000000000000000000000000000000000F7 +:10A9600000000000000000000000000000000000E7 +:10A9700000000000000000000000000000000000D7 +:10A9800000000000000000000000000000000000C7 +:10A9900000000000000000000000000000000000B7 +:10A9A00000000000000000000000000000000000A7 +:10A9B0000000000000000000000000000000000097 +:10A9C0000000000000000000000000000000000087 +:10A9D0000000000000000000000000000000000077 +:10A9E0000000000000000000000000000000000067 +:10A9F0000000000000000000000000000000000057 +:10AA00000000000000000000000000000000000046 +:10AA10000000000000000000000000000000000036 +:10AA20000000000000000000000000000000000026 +:10AA30000000000000000000000000000000000016 +:10AA40000000000000000000000000000000000006 +:10AA500000000000000000000000000000000000F6 +:10AA600000000000000000000000000000000000E6 +:10AA700000000000000000000000000000000000D6 +:10AA800000000000000000000000000000000000C6 +:10AA900000000000000000000000000000000000B6 +:10AAA00000000000000000000000000000000000A6 +:10AAB0000000000000000000000000000000000096 +:10AAC0000000000000000000000000000000000086 +:10AAD0000000000000000000000000000000000076 +:10AAE0000000000000000000000000000000000066 +:10AAF0000000000000000000000000000000000056 +:10AB00000000000000000000000000000000000045 +:10AB10000000000000000000000000000000000035 +:10AB20000000000000000000000000000000000025 +:10AB30000000000000000000000000000000000015 +:10AB40000000000000000000000000000000000005 +:10AB500000000000000000000000000000000000F5 +:10AB600000000000000000000000000000000000E5 +:10AB700000000000000000000000000000000000D5 +:10AB800000000000000000000000000000000000C5 +:10AB900000000000000000000000000000000000B5 +:10ABA00000000000000000000000000000000000A5 +:10ABB0000000000000000000000000000000000095 +:10ABC0000000000000000000000000000000000085 +:10ABD0000000000000000000000000000000000075 +:10ABE0000000000000000000000000000000000065 +:10ABF0000000000000000000000000000000000055 +:10AC00000000000000000000000000000000000044 +:10AC10000000000000000000000000000000000034 +:10AC20000000000000000000000000000000000024 +:10AC30000000000000000000000000000000000014 +:10AC40000000000000000000000000000000000004 +:10AC500000000000000000000000000000000000F4 +:10AC600000000000000000000000000000000000E4 +:10AC700000000000000000000000000000000000D4 +:10AC800000000000000000000000000000000000C4 +:10AC900000000000000000000000000000000000B4 +:10ACA00000000000000000000000000000000000A4 +:10ACB0000000000000000000000000000000000094 +:10ACC0000000000000000000000000000000000084 +:10ACD0000000000000000000000000000000000074 +:10ACE0000000000000000000000000000000000064 +:10ACF0000000000000000000000000000000000054 +:10AD00000000000000000000000000000000000043 +:10AD10000000000000000000000000000000000033 +:10AD20000000000000000000000000000000000023 +:10AD30000000000000000000000000000000000013 +:10AD40000000000000000000000000000000000003 +:10AD500000000000000000000000000000000000F3 +:10AD600000000000000000000000000000000000E3 +:10AD700000000000000000000000000000000000D3 +:10AD800000000000000000000000000000000000C3 +:10AD900000000000000000000000000000000000B3 +:10ADA00000000000000000000000000000000000A3 +:10ADB0000000000000000000000000000000000093 +:10ADC0000000000000000000000000000000000083 +:10ADD0000000000000000000000000000000000073 +:10ADE0000000000000000000000000000000000063 +:10ADF0000000000000000000000000000000000053 +:10AE00000000000000000000000000000000000042 +:10AE10000000000000000000000000000000000032 +:10AE20000000000000000000000000000000000022 +:10AE30000000000000000000000000000000000012 +:10AE40000000000000000000000000000000000002 +:10AE500000000000000000000000000000000000F2 +:10AE600000000000000000000000000000000000E2 +:10AE700000000000000000000000000000000000D2 +:10AE800000000000000000000000000000000000C2 +:10AE900000000000000000000000000000000000B2 +:10AEA00000000000000000000000000000000000A2 +:10AEB0000000000000000000000000000000000092 +:10AEC0000000000000000000000000000000000082 +:10AED0000000000000000000000000000000000072 +:10AEE0000000000000000000000000000000000062 +:10AEF0000000000000000000000000000000000052 +:10AF00000000000000000000000000000000000041 +:10AF10000000000000000000000000000000000031 +:10AF20000000000000000000000000000000000021 +:10AF30000000000000000000000000000000000011 +:10AF40000000000000000000000000000000000001 +:10AF500000000000000000000000000000000000F1 +:10AF600000000000000000000000000000000000E1 +:10AF700000000000000000000000000000000000D1 +:10AF800000000000000000000000000000000000C1 +:10AF900000000000000000000000000000000000B1 +:10AFA00000000000000000000000000000000000A1 +:10AFB0000000000000000000000000000000000091 +:10AFC0000000000000000000000000000000000081 +:10AFD0000000000000000000000000000000000071 +:10AFE0000000000000000000000000000000000061 +:10AFF0000000000000000000000000000000000051 +:10B000000000000000000000000000000000000040 +:10B010000000000000000000000000000000000030 +:10B020000000000000000000000000000000000020 +:10B030000000000000000000000000000000000010 +:10B040000000000000000000000000000000000000 +:10B0500000000000000000000000000000000000F0 +:10B0600000000000000000000000000000000000E0 +:10B0700000000000000000000000000000000000D0 +:10B0800000000000000000000000000000000000C0 +:10B0900000000000000000000000000000000000B0 +:10B0A00000000000000000000000000000000000A0 +:10B0B0000000000000000000000000000000000090 +:10B0C0000000000000000000000000000000000080 +:10B0D0000000000000000000000000000000000070 +:10B0E0000000000000000000000000000000000060 +:10B0F0000000000000000000000000000000000050 +:10B10000000000000000000000000000000000003F +:10B11000000000000000000000000000000000002F +:10B12000000000000000000000000000000000001F +:10B13000000000000000000000000000000000000F +:10B1400000000000000000000000000000000000FF +:10B1500000000000000000000000000000000000EF +:10B1600000000000000000000000000000000000DF +:10B1700000000000000000000000000000000000CF +:10B1800000000000000000000000000000000000BF +:10B1900000000000000000000000000000000000AF +:10B1A000000000000000000000000000000000009F +:10B1B000000000000000000000000000000000008F +:10B1C000000000000000000000000000000000007F +:10B1D000000000000000000000000000000000006F +:10B1E000000000000000000000000000000000005F +:10B1F000000000000000000000000000000000004F +:10B20000000000000000000000000000000000003E +:10B21000000000000000000000000000000000002E +:10B22000000000000000000000000000000000001E +:10B23000000000000000000000000000000000000E +:10B2400000000000000000000000000000000000FE +:10B2500000000000000000000000000000000000EE +:10B2600000000000000000000000000000000000DE +:10B2700000000000000000000000000000000000CE +:10B2800000000000000000000000000000000000BE +:10B2900000000000000000000000000000000000AE +:10B2A000000000000000000000000000000000009E +:10B2B000000000000000000000000000000000008E +:10B2C000000000000000000000000000000000007E +:10B2D000000000000000000000000000000000006E +:10B2E000000000000000000000000000000000005E +:10B2F000000000000000000000000000000000004E +:10B30000000000000000000000000000000000003D +:10B31000000000000000000000000000000000002D +:10B32000000000000000000000000000000000001D +:10B33000000000000000000000000000000000000D +:10B3400000000000000000000000000000000000FD +:10B3500000000000000000000000000000000000ED +:10B3600000000000000000000000000000000000DD +:10B3700000000000000000000000000000000000CD +:10B3800000000000000000000000000000000000BD +:10B3900000000000000000000000000000000000AD +:10B3A000000000000000000000000000000000009D +:10B3B000000000000000000000000000000000008D +:10B3C000000000000000000000000000000000007D +:10B3D000000000000000000000000000000000006D +:10B3E000000000000000000000000000000000005D +:10B3F000000000000000000000000000000000004D +:10B40000000000000000000000000000000000003C +:10B41000000000000000000000000000000000002C +:10B42000000000000000000000000000000000001C +:10B43000000000000000000000000000000000000C +:10B4400000000000000000000000000000000000FC +:10B4500000000000000000000000000000000000EC +:10B4600000000000000000000000000000000000DC +:10B4700000000000000000000000000000000000CC +:10B4800000000000000000000000000000000000BC +:10B4900000000000000000000000000000000000AC +:10B4A000000000000000000000000000000000009C +:10B4B000000000000000000000000000000000008C +:10B4C000000000000000000000000000000000007C +:10B4D000000000000000000000000000000000006C +:10B4E000000000000000000000000000000000005C +:10B4F000000000000000000000000000000000004C +:10B50000000000000000000000000000000000003B +:10B51000000000000000000000000000000000002B +:10B52000000000000000000000000000000000001B +:10B53000000000000000000000000000000000000B +:10B5400000000000000000000000000000000000FB +:10B5500000000000000000000000000000000000EB +:10B5600000000000000000000000000000000000DB +:10B5700000000000000000000000000000000000CB +:10B5800000000000000000000000000000000000BB +:10B5900000000000000000000000000000000000AB +:10B5A000000000000000000000000000000000009B +:10B5B000000000000000000000000000000000008B +:10B5C000000000000000000000000000000000007B +:10B5D000000000000000000000000000000000006B +:10B5E000000000000000000000000000000000005B +:10B5F000000000000000000000000000000000004B +:10B60000000000000000000000000000000000003A +:10B61000000000000000000000000000000000002A +:10B62000000000000000000000000000000000001A +:10B63000000000000000000000000000000000000A +:10B6400000000000000000000000000000000000FA +:10B6500000000000000000000000000000000000EA +:10B6600000000000000000000000000000000000DA +:10B6700000000000000000000000000000000000CA +:10B6800000000000000000000000000000000000BA +:10B6900000000000000000000000000000000000AA +:10B6A000000000000000000000000000000000009A +:10B6B000000000000000000000000000000000008A +:10B6C000000000000000000000000000000000007A +:10B6D000000000000000000000000000000000006A +:10B6E000000000000000000000000000000000005A +:10B6F000000000000000000000000000000000004A +:10B700000000000000000000000000000000000039 +:10B710000000000000000000000000000000000029 +:10B720000000000000000000000000000000000019 +:10B730000000000000000000000000000000000009 +:10B7400000000000000000000000000000000000F9 +:10B7500000000000000000000000000000000000E9 +:10B7600000000000000000000000000000000000D9 +:10B7700000000000000000000000000000000000C9 +:10B7800000000000000000000000000000000000B9 +:10B7900000000000000000000000000000000000A9 +:10B7A0000000000000000000000000000000000099 +:10B7B0000000000000000000000000000000000089 +:10B7C0000000000000000000000000000000000079 +:10B7D0000000000000000000000000000000000069 +:10B7E0000000000000000000000000000000000059 +:10B7F0000000000000000000000000000000000049 +:10B800000000000000000000000000000000000038 +:10B810000000000000000000000000000000000028 +:10B820000000000000000000000000000000000018 +:10B830000000000000000000000000000000000008 +:10B8400000000000000000000000000000000000F8 +:10B8500000000000000000000000000000000000E8 +:10B8600000000000000000000000000000000000D8 +:10B8700000000000000000000000000000000000C8 +:10B8800000000000000000000000000000000000B8 +:10B8900000000000000000000000000000000000A8 +:10B8A0000000000000000000000000000000000098 +:10B8B0000000000000000000000000000000000088 +:10B8C0000000000000000000000000000000000078 +:10B8D0000000000000000000000000000000000068 +:10B8E0000000000000000000000000000000000058 +:10B8F0000000000000000000000000000000000048 +:10B900000000000000000000000000000000000037 +:10B910000000000000000000000000000000000027 +:10B920000000000000000000000000000000000017 +:10B930000000000000000000000000000000000007 +:10B9400000000000000000000000000000000000F7 +:10B9500000000000000000000000000000000000E7 +:10B9600000000000000000000000000000000000D7 +:10B9700000000000000000000000000000000000C7 +:10B9800000000000000000000000000000000000B7 +:10B9900000000000000000000000000000000000A7 +:10B9A0000000000000000000000000000000000097 +:10B9B0000000000000000000000000000000000087 +:10B9C0000000000000000000000000000000000077 +:10B9D0000000000000000000000000000000000067 +:10B9E0000000000000000000000000000000000057 +:10B9F0000000000000000000000000000000000047 +:10BA00000000000000000000000000000000000036 +:10BA10000000000000000000000000000000000026 +:10BA20000000000000000000000000000000000016 +:10BA30000000000000000000000000000000000006 +:10BA400000000000000000000000000000000000F6 +:10BA500000000000000000000000000000000000E6 +:10BA600000000000000000000000000000000000D6 +:10BA700000000000000000000000000000000000C6 +:10BA800000000000000000000000000000000000B6 +:10BA900000000000000000000000000000000000A6 +:10BAA0000000000000000000000000000000000096 +:10BAB0000000000000000000000000000000000086 +:10BAC0000000000000000000000000000000000076 +:10BAD0000000000000000000000000000000000066 +:10BAE0000000000000000000000000000000000056 +:10BAF0000000000000000000000000000000000046 +:10BB00000000000000000000000000000000000035 +:10BB10000000000000000000000000000000000025 +:10BB20000000000000000000000000000000000015 +:10BB30000000000000000000000000000000000005 +:10BB400000000000000000000000000000000000F5 +:10BB500000000000000000000000000000000000E5 +:10BB600000000000000000000000000000000000D5 +:10BB700000000000000000000000000000000000C5 +:10BB800000000000000000000000000000000000B5 +:10BB900000000000000000000000000000000000A5 +:10BBA0000000000000000000000000000000000095 +:10BBB0000000000000000000000000000000000085 +:10BBC0000000000000000000000000000000000075 +:10BBD0000000000000000000000000000000000065 +:10BBE0000000000000000000000000000000000055 +:10BBF0000000000000000000000000000000000045 +:10BC00000000000000000000000000000000000034 +:10BC10000000000000000000000000000000000024 +:10BC20000000000000000000000000000000000014 +:10BC30000000000000000000000000000000000004 +:10BC400000000000000000000000000000000000F4 +:10BC500000000000000000000000000000000000E4 +:10BC600000000000000000000000000000000000D4 +:10BC700000000000000000000000000000000000C4 +:10BC800000000000000000000000000000000000B4 +:10BC900000000000000000000000000000000000A4 +:10BCA0000000000000000000000000000000000094 +:10BCB0000000000000000000000000000000000084 +:10BCC0000000000000000000000000000000000074 +:10BCD0000000000000000000000000000000000064 +:10BCE0000000000000000000000000000000000054 +:10BCF0000000000000000000000000000000000044 +:10BD00000000000000000000000000000000000033 +:10BD10000000000000000000000000000000000023 +:10BD20000000000000000000000000000000000013 +:10BD30000000000000000000000000000000000003 +:10BD400000000000000000000000000000000000F3 +:10BD500000000000000000000000000000000000E3 +:10BD600000000000000000000000000000000000D3 +:10BD700000000000000000000000000000000000C3 +:10BD800000000000000000000000000000000000B3 +:10BD900000000000000000000000000000000000A3 +:10BDA0000000000000000000000000000000000093 +:10BDB0000000000000000000000000000000000083 +:10BDC0000000000000000000000000000000000073 +:10BDD0000000000000000000000000000000000063 +:10BDE0000000000000000000000000000000000053 +:10BDF0000000000000000000000000000000000043 +:10BE00000000000000000000000000000000000032 +:10BE10000000000000000000000000000000000022 +:10BE20000000000000000000000000000000000012 +:10BE30000000000000000000000000000000000002 +:10BE400000000000000000000000000000000000F2 +:10BE500000000000000000000000000000000000E2 +:10BE600000000000000000000000000000000000D2 +:10BE700000000000000000000000000000000000C2 +:10BE800000000000000000000000000000000000B2 +:10BE900000000000000000000000000000000000A2 +:10BEA0000000000000000000000000000000000092 +:10BEB0000000000000000000000000000000000082 +:10BEC0000000000000000000000000000000000072 +:10BED0000000000000000000000000000000000062 +:10BEE0000000000000000000000000000000000052 +:10BEF0000000000000000000000000000000000042 +:10BF00000000000000000000000000000000000031 +:10BF10000000000000000000000000000000000021 +:10BF20000000000000000000000000000000000011 +:10BF30000000000000000000000000000000000001 +:10BF400000000000000000000000000000000000F1 +:10BF500000000000000000000000000000000000E1 +:10BF600000000000000000000000000000000000D1 +:10BF700000000000000000000000000000000000C1 +:10BF800000000000000000000000000000000000B1 +:10BF900000000000000000000000000000000000A1 +:10BFA0000000000000000000000000000000000091 +:10BFB0000000000000000000000000000000000081 +:10BFC0000000000000000000000000000000000071 +:10BFD0000000000000000000000000000000000061 +:10BFE0000000000000000000000000000000000051 +:10BFF0000000000000000000000000000000000041 +:10C000000000000000000000000000000000000030 +:10C010000000000000000000000000000000000020 +:10C020000000000000000000000000000000000010 +:10C030000000000000000000000000000000000000 +:10C0400000000000000000000000000000000000F0 +:10C0500000000000000000000000000000000000E0 +:10C0600000000000000000000000000000000000D0 +:10C0700000000000000000000000000000000000C0 +:10C0800000000000000000000000000000000000B0 +:10C0900000000000000000000000000000000000A0 +:10C0A0000000000000000000000000000000000090 +:10C0B0000000000000000000000000000000000080 +:10C0C0000000000000000000000000000000000070 +:10C0D0000000000000000000000000000000000060 +:10C0E0000000000000000000000000000000000050 +:10C0F0000000000000000000000000000000000040 +:10C10000000000000000000000000000000000002F +:10C11000000000000000000000000000000000001F +:10C12000000000000000000000000000000000000F +:10C1300000000000000000000000000000000000FF +:10C1400000000000000000000000000000000000EF +:10C1500000000000000000000000000000000000DF +:10C1600000000000000000000000000000000000CF +:10C1700000000000000000000000000000000000BF +:10C1800000000000000000000000000000000000AF +:10C19000000000000000000000000000000000009F +:10C1A000000000000000000000000000000000008F +:10C1B000000000000000000000000000000000007F +:10C1C000000000000000000000000000000000006F +:10C1D000000000000000000000000000000000005F +:10C1E000000000000000000000000000000000004F +:10C1F000000000000000000000000000000000003F +:10C20000000000000000000000000000000000002E +:10C21000000000000000000000000000000000001E +:10C22000000000000000000000000000000000000E +:10C2300000000000000000000000000000000000FE +:10C2400000000000000000000000000000000000EE +:10C2500000000000000000000000000000000000DE +:10C2600000000000000000000000000000000000CE +:10C2700000000000000000000000000000000000BE +:10C2800000000000000000000000000000000000AE +:10C29000000000000000000000000000000000009E +:10C2A000000000000000000000000000000000008E +:10C2B000000000000000000000000000000000007E +:10C2C000000000000000000000000000000000006E +:10C2D000000000000000000000000000000000005E +:10C2E000000000000000000000000000000000004E +:10C2F000000000000000000000000000000000003E +:10C30000000000000000000000000000000000002D +:10C31000000000000000000000000000000000001D +:10C32000000000000000000000000000000000000D +:10C3300000000000000000000000000000000000FD +:10C3400000000000000000000000000000000000ED +:10C3500000000000000000000000000000000000DD +:10C3600000000000000000000000000000000000CD +:10C3700000000000000000000000000000000000BD +:10C3800000000000000000000000000000000000AD +:10C39000000000000000000000000000000000009D +:10C3A000000000000000000000000000000000008D +:10C3B000000000000000000000000000000000007D +:10C3C000000000000000000000000000000000006D +:10C3D000000000000000000000000000000000005D +:10C3E000000000000000000000000000000000004D +:10C3F000000000000000000000000000000000003D +:10C40000000000000000000000000000000000002C +:10C41000000000000000000000000000000000001C +:10C42000000000000000000000000000000000000C +:10C4300000000000000000000000000000000000FC +:10C4400000000000000000000000000000000000EC +:10C4500000000000000000000000000000000000DC +:10C4600000000000000000000000000000000000CC +:10C4700000000000000000000000000000000000BC +:10C4800000000000000000000000000000000000AC +:10C49000000000000000000000000000000000009C +:10C4A000000000000000000000000000000000008C +:10C4B000000000000000000000000000000000007C +:10C4C000000000000000000000000000000000006C +:10C4D000000000000000000000000000000000005C +:10C4E000000000000000000000000000000000004C +:10C4F000000000000000000000000000000000003C +:10C50000000000000000000000000000000000002B +:10C51000000000000000000000000000000000001B +:10C52000000000000000000000000000000000000B +:10C5300000000000000000000000000000000000FB +:10C5400000000000000000000000000000000000EB +:10C5500000000000000000000000000000000000DB +:10C5600000000000000000000000000000000000CB +:10C5700000000000000000000000000000000000BB +:10C5800000000000000000000000000000000000AB +:10C59000000000000000000000000000000000009B +:10C5A000000000000000000000000000000000008B +:10C5B000000000000000000000000000000000007B +:10C5C000000000000000000000000000000000006B +:10C5D000000000000000000000000000000000005B +:10C5E000000000000000000000000000000000004B +:10C5F000000000000000000000000000000000003B +:10C60000000000000000000000000000000000002A +:10C61000000000000000000000000000000000001A +:10C62000000000000000000000000000000000000A +:10C6300000000000000000000000000000000000FA +:10C6400000000000000000000000000000000000EA +:10C6500000000000000000000000000000000000DA +:10C6600000000000000000000000000000000000CA +:10C6700000000000000000000000000000000000BA +:10C6800000000000000000000000000000000000AA +:10C69000000000000000000000000000000000009A +:10C6A000000000000000000000000000000000008A +:10C6B000000000000000000000000000000000007A +:10C6C000000000000000000000000000000000006A +:10C6D000000000000000000000000000000000005A +:10C6E000000000000000000000000000000000004A +:10C6F000000000000000000000000000000000003A +:10C700000000000000000000000000000000000029 +:10C710000000000000000000000000000000000019 +:10C720000000000000000000000000000000000009 +:10C7300000000000000000000000000000000000F9 +:10C7400000000000000000000000000000000000E9 +:10C7500000000000000000000000000000000000D9 +:10C7600000000000000000000000000000000000C9 +:10C7700000000000000000000000000000000000B9 +:10C7800000000000000000000000000000000000A9 +:10C790000000000000000000000000000000000099 +:10C7A0000000000000000000000000000000000089 +:10C7B0000000000000000000000000000000000079 +:10C7C0000000000000000000000000000000000069 +:10C7D0000000000000000000000000000000000059 +:10C7E0000000000000000000000000000000000049 +:10C7F0000000000000000000000000000000000039 +:10C800000000000000000000000000000000000028 +:10C810000000000000000000000000000000000018 +:10C820000000000000000000000000000000000008 +:10C8300000000000000000000000000000000000F8 +:10C8400000000000000000000000000000000000E8 +:10C8500000000000000000000000000000000000D8 +:10C8600000000000000000000000000000000000C8 +:10C8700000000000000000000000000000000000B8 +:10C8800000000000000000000000000000000000A8 +:10C890000000000000000000000000000000000098 +:10C8A0000000000000000000000000000000000088 +:10C8B0000000000000000000000000000000000078 +:10C8C0000000000000000000000000000000000068 +:10C8D0000000000000000000000000000000000058 +:10C8E0000000000000000000000000000000000048 +:10C8F0000000000000000000000000000000000038 +:10C900000000000000000000000000000000000027 +:10C910000000000000000000000000000000000017 +:10C920000000000000000000000000000000000007 +:10C9300000000000000000000000000000000000F7 +:10C9400000000000000000000000000000000000E7 +:10C9500000000000000000000000000000000000D7 +:10C9600000000000000000000000000000000000C7 +:10C9700000000000000000000000000000000000B7 +:10C9800000000000000000000000000000000000A7 +:10C990000000000000000000000000000000000097 +:10C9A0000000000000000000000000000000000087 +:10C9B0000000000000000000000000000000000077 +:10C9C0000000000000000000000000000000000067 +:10C9D0000000000000000000000000000000000057 +:10C9E0000000000000000000000000000000000047 +:10C9F0000000000000000000000000000000000037 +:10CA00000000000000000000000000000000000026 +:10CA10000000000000000000000000000000000016 +:10CA20000000000000000000000000000000000006 +:10CA300000000000000000000000000000000000F6 +:10CA400000000000000000000000000000000000E6 +:10CA500000000000000000000000000000000000D6 +:10CA600000000000000000000000000000000000C6 +:10CA700000000000000000000000000000000000B6 +:10CA800000000000000000000000000000000000A6 +:10CA90000000000000000000000000000000000096 +:10CAA0000000000000000000000000000000000086 +:10CAB0000000000000000000000000000000000076 +:10CAC0000000000000000000000000000000000066 +:10CAD0000000000000000000000000000000000056 +:10CAE0000000000000000000000000000000000046 +:10CAF0000000000000000000000000000000000036 +:10CB00000000000000000000000000000000000025 +:10CB10000000000000000000000000000000000015 +:10CB20000000000000000000000000000000000005 +:10CB300000000000000000000000000000000000F5 +:10CB400000000000000000000000000000000000E5 +:10CB500000000000000000000000000000000000D5 +:10CB600000000000000000000000000000000000C5 +:10CB700000000000000000000000000000000000B5 +:10CB800000000000000000000000000000000000A5 +:10CB90000000000000000000000000000000000095 +:10CBA0000000000000000000000000000000000085 +:10CBB0000000000000000000000000000000000075 +:10CBC0000000000000000000000000000000000065 +:10CBD0000000000000000000000000000000000055 +:10CBE0000000000000000000000000000000000045 +:10CBF0000000000000000000000000000000000035 +:10CC00000000000000000000000000000000000024 +:10CC10000000000000000000000000000000000014 +:10CC20000000000000000000000000000000000004 +:10CC300000000000000000000000000000000000F4 +:10CC400000000000000000000000000000000000E4 +:10CC500000000000000000000000000000000000D4 +:10CC600000000000000000000000000000000000C4 +:10CC700000000000000000000000000000000000B4 +:10CC800000000000000000000000000000000000A4 +:10CC90000000000000000000000000000000000094 +:10CCA0000000000000000000000000000000000084 +:10CCB0000000000000000000000000000000000074 +:10CCC0000000000000000000000000000000000064 +:10CCD0000000000000000000000000000000000054 +:10CCE0000000000000000000000000000000000044 +:10CCF0000000000000000000000000000000000034 +:10CD00000000000000000000000000000000000023 +:10CD10000000000000000000000000000000000013 +:10CD20000000000000000000000000000000000003 +:10CD300000000000000000000000000000000000F3 +:10CD400000000000000000000000000000000000E3 +:10CD500000000000000000000000000000000000D3 +:10CD600000000000000000000000000000000000C3 +:10CD700000000000000000000000000000000000B3 +:10CD800000000000000000000000000000000000A3 +:10CD90000000000000000000000000000000000093 +:10CDA0000000000000000000000000000000000083 +:10CDB0000000000000000000000000000000000073 +:10CDC0000000000000000000000000000000000063 +:10CDD0000000000000000000000000000000000053 +:10CDE0000000000000000000000000000000000043 +:10CDF0000000000000000000000000000000000033 +:10CE00000000000000000000000000000000000022 +:10CE10000000000000000000000000000000000012 +:10CE20000000000000000000000000000000000002 +:10CE300000000000000000000000000000000000F2 +:10CE400000000000000000000000000000000000E2 +:10CE500000000000000000000000000000000000D2 +:10CE600000000000000000000000000000000000C2 +:10CE700000000000000000000000000000000000B2 +:10CE800000000000000000000000000000000000A2 +:10CE90000000000000000000000000000000000092 +:10CEA0000000000000000000000000000000000082 +:10CEB0000000000000000000000000000000000072 +:10CEC0000000000000000000000000000000000062 +:10CED0000000000000000000000000000000000052 +:10CEE0000000000000000000000000000000000042 +:10CEF0000000000000000000000000000000000032 +:10CF00000000000000000000000000000000000021 +:10CF10000000000000000000000000000000000011 +:10CF20000000000000000000000000000000000001 +:10CF300000000000000000000000000000000000F1 +:10CF400000000000000000000000000000000000E1 +:10CF500000000000000000000000000000000000D1 +:10CF600000000000000000000000000000000000C1 +:10CF700000000000000000000000000000000000B1 +:10CF800000000000000000000000000000000000A1 +:10CF90000000000000000000000000000000000091 +:10CFA0000000000000000000000000000000000081 +:10CFB0000000000000000000000000000000000071 +:10CFC0000000000000000000000000000000000061 +:10CFD0000000000000000000000000000000000051 +:10CFE0000000000000000000000000000000000041 +:10CFF0000000000000000000000000000000000031 +:10D000000000000000000000000000000000000020 +:10D010000000000000000000000000000000000010 +:10D020000000000000000000000000000000000000 +:10D0300000000000000000000000000000000000F0 +:10D0400000000000000000000000000000000000E0 +:10D0500000000000000000000000000000000000D0 +:10D0600000000000000000000000000000000000C0 +:10D0700000000000000000000000000000000000B0 +:10D0800000000000000000000000000000000000A0 +:10D090000000000000000000000000000000000090 +:10D0A0000000000000000000000000000000000080 +:10D0B0000000000000000000000000000000000070 +:10D0C0000000000000000000000000000000000060 +:10D0D0000000000000000000000000000000000050 +:10D0E0000000000000000000000000000000000040 +:10D0F0000000000000000000000000000000000030 +:10D10000000000000000000000000000000000001F +:10D11000000000000000000000000000000000000F +:10D1200000000000000000000000000000000000FF +:10D1300000000000000000000000000000000000EF +:10D1400000000000000000000000000000000000DF +:10D1500000000000000000000000000000000000CF +:10D1600000000000000000000000000000000000BF +:10D1700000000000000000000000000000000000AF +:10D18000000000000000000000000000000000009F +:10D19000000000000000000000000000000000008F +:10D1A000000000000000000000000000000000007F +:10D1B000000000000000000000000000000000006F +:10D1C000000000000000000000000000000000005F +:10D1D000000000000000000000000000000000004F +:10D1E000000000000000000000000000000000003F +:10D1F000000000000000000000000000000000002F +:10D20000000000000000000000000000000000001E +:10D21000000000000000000000000000000000000E +:10D2200000000000000000000000000000000000FE +:10D2300000000000000000000000000000000000EE +:10D2400000000000000000000000000000000000DE +:10D2500000000000000000000000000000000000CE +:10D2600000000000000000000000000000000000BE +:10D2700000000000000000000000000000000000AE +:10D28000000000000000000000000000000000009E +:10D29000000000000000000000000000000000008E +:10D2A000000000000000000000000000000000007E +:10D2B000000000000000000000000000000000006E +:10D2C000000000000000000000000000000000005E +:10D2D000000000000000000000000000000000004E +:10D2E000000000000000000000000000000000003E +:10D2F000000000000000000000000000000000002E +:10D30000000000000000000000000000000000001D +:10D31000000000000000000000000000000000000D +:10D3200000000000000000000000000000000000FD +:10D3300000000000000000000000000000000000ED +:10D3400000000000000000000000000000000000DD +:10D3500000000000000000000000000000000000CD +:10D3600000000000000000000000000000000000BD +:10D3700000000000000000000000000000000000AD +:10D38000000000000000000000000000000000009D +:10D39000000000000000000000000000000000008D +:10D3A000000000000000000000000000000000007D +:10D3B000000000000000000000000000000000006D +:10D3C000000000000000000000000000000000005D +:10D3D000000000000000000000000000000000004D +:10D3E000000000000000000000000000000000003D +:10D3F000000000000000000000000000000000002D +:10D40000000000000000000000000000000000001C +:10D41000000000000000000000000000000000000C +:10D4200000000000000000000000000000000000FC +:10D4300000000000000000000000000000000000EC +:10D4400000000000000000000000000000000000DC +:10D4500000000000000000000000000000000000CC +:10D4600000000000000000000000000000000000BC +:10D4700000000000000000000000000000000000AC +:10D48000000000000000000000000000000000009C +:10D49000000000000000000000000000000000008C +:10D4A000000000000000000000000000000000007C +:10D4B000000000000000000000000000000000006C +:10D4C000000000000000000000000000000000005C +:10D4D000000000000000000000000000000000004C +:10D4E000000000000000000000000000000000003C +:10D4F000000000000000000000000000000000002C +:10D50000000000000000000000000000000000001B +:10D51000000000000000000000000000000000000B +:10D5200000000000000000000000000000000000FB +:10D5300000000000000000000000000000000000EB +:10D5400000000000000000000000000000000000DB +:10D5500000000000000000000000000000000000CB +:10D5600000000000000000000000000000000000BB +:10D5700000000000000000000000000000000000AB +:10D58000000000000000000000000000000000009B +:10D59000000000000000008000000000000000000B +:10D5A000000000000000000000000000000000007B +:10D5B00000000000000000000000000A0000000061 +:10D5C0000000000000000000100000030000000048 +:10D5D0000000000D0000000D3C02080024427340D2 +:10D5E0003C030800246377CCAC4000000043202BB0 +:10D5F0001480FFFD244200043C1D080037BD7FFC61 +:10D6000003A0F0213C100800261032103C1C08003A +:10D61000279C73400E0010FE000000000000000D6B +:10D6200030A5FFFF30C600FF274301808F4201B8BD +:10D630000440FFFE24020002AC640000A465000860 +:10D64000A066000AA062000B3C021000AC67001844 +:10D6500003E00008AF4201B83C0360008C624FF861 +:10D660000440FFFE3C020200AC644FC0AC624FC4F9 +:10D670003C02100003E00008AC624FF89482000CFA +:10D680002486001400A0382100021302000210803A +:10D690000082402100C8102B1040005700000000FD +:10D6A00090C300002C6200095040005190C200015C +:10D6B000000310803C030800246372F00043102133 +:10D6C0008C420000004000080000000090C30001F0 +:10D6D0002402000A1462003A000000000106102330 +:10D6E0002C42000A1440003624C600028CE20000DE +:10D6F00034420100ACE2000090C2000090C300017F +:10D7000090C4000290C5000300031C000002160034 +:10D710000043102500042200004410250045102578 +:10D7200024C60004ACE2000490C2000090C30001D3 +:10D7300090C4000290C500030002160000031C0004 +:10D740000043102500042200004410250045102548 +:10D7500024C600040A000CB8ACE2000890C3000123 +:10D76000240200041462001624C6000290C20000C5 +:10D7700090C400018CE30000000212000044102558 +:10D780003463000424C60002ACE2000C0A000CB8AA +:10D79000ACE3000090C300012402000314620008FF +:10D7A00024C600028CE2000090C3000024C60001E1 +:10D7B00034420008A0E300100A000CB8ACE20000FC +:10D7C00003E000082402000190C3000124020002CB +:10D7D0001062000224C40002010020210A000CB8DB +:10D7E000008030210A000CB824C6000190C200015C +:10D7F0000A000CB800C2302103E00008000010212C +:10D8000027BDFFE8AFBF0014AFB000100E00130239 +:10D8100000808021936200052403FFFE0200202186 +:10D82000004310248FBF00148FB00010A3620005C6 +:10D830000A00130B27BD001827BDFFE8AFB000108A +:10D84000AFBF00140E000F3C0080802193620000E7 +:10D8500024030050304200FF14430004240201005E +:10D86000AF4201800A000D3002002021AF4001804C +:10D87000020020218FBF00148FB000100A000FE7B4 +:10D8800027BD001827BDFF80AFBE0078AFB700747A +:10D89000AFB20060AFBF007CAFB60070AFB5006C38 +:10D8A000AFB40068AFB30064AFB1005CAFB0005874 +:10D8B0008F5001283C0208008C4231A02403FF80D5 +:10D8C0009365003F0202102100431024AF42002460 +:10D8D0003C0208008C4231A09364000530B200FF86 +:10D8E000020210213042007F034218210004202749 +:10D8F0003C02000A0062182130840001AF8300144A +:10D900000000F0210000B82114800053AFA00050A7 +:10D9100093430116934401128F450104306300FFC5 +:10D920003C020001308400FF00A2282403431021A0 +:10D9300003441821245640002467400014A001CD60 +:10D940002402000193620000304300FF2402002003 +:10D950001062000524020050106200060000000062 +:10D960000A000D74000000000000000D0A000D7D8B +:10D97000AFA000303C1E080027DE738C0A000D7D2E +:10D98000AFA000303C0208008C4200DC24420001C1 +:10D990003C010800AC2200DC0E00139F00000000D8 +:10D9A0000A000F318FBF007C8F4201043C0300202E +:10D9B00092D3000D004310240002202B00042140CC +:10D9C000AFA400308F4301043C02004000621824E1 +:10D9D000146000023485004000802821326200205B +:10D9E000AFA500301440000234A6008000A0302112 +:10D9F00010C0000BAFA6003093C500088F67004C25 +:10DA00000200202100052B0034A5008130A5F08103 +:10DA10000E000C9B30C600FF0A000F2E0000000015 +:10DA20009362003E304200401040000F2402000488 +:10DA300056420007240200120200202100E02821A3 +:10DA40000E0013F702C030210A000F318FBF007C97 +:10DA500016420005000000000E000D2100002021EC +:10DA60000A000F318FBF007C9743011A96C4000E45 +:10DA700093620035326500043075FFFF00442004D6 +:10DA8000AFA400548ED1000410A000158ED400085D +:10DA90009362003E3042004010400007000000004A +:10DAA0000E0013E0022020211040000D00000000B5 +:10DAB0000A000F2E000000008F6200440222102393 +:10DAC0000440016A000000008F6200480222102317 +:10DAD00004410166240400160A000E218FC20004CE +:10DAE0008F6200480222102304400008000000005A +:10DAF0003C0208008C423100244200013C01080035 +:10DB0000AC2231000A000F23000000008F620040A9 +:10DB100002221023184000128F8400143C020800D7 +:10DB20008C423100327300FC0000A8212442000125 +:10DB30003C010800AC2231008F6300409482011C3C +:10DB4000022318233042FFFF0043102A50400010E8 +:10DB50002402000C8F6200400A000DF20222102302 +:10DB60009483011C9762003C0043102B1040000678 +:10DB7000000000009482011C00551023A482011CA7 +:10DB80000A000DF72402000CA480011C2402000CE2 +:10DB9000AFA200308F620040005120231880000D9A +:10DBA00002A4102A1440012600000000149500066B +:10DBB00002A410233A620001304200011440012007 +:10DBC0000000000002A41023022488210A000E098C +:10DBD0003055FFFF00002021326200021040001A81 +:10DBE000326200109362003E30420040504000110B +:10DBF0008FC200040E00130202002021240200182C +:10DC0000A362003F936200052403FFFE020020216F +:10DC1000004310240E00130BA362000524040039F6 +:10DC2000000028210E0013C9240600180A000F3036 +:10DC300024020001240400170040F809000000003D +:10DC40000A000F302402000110400108000000000B +:10DC50008F63004C8F620054028210231C4001032A +:10DC600002831023044200010060A021AFA4001829 +:10DC7000AFB10010AFB50014934201208F65004092 +:10DC80009763003C304200FF034210210044102102 +:10DC90008FA400543063FFFF244240000083182B00 +:10DCA0008FA40030AFA20020AFA50028008320255C +:10DCB000AFA40030AFA50024AFA0002CAFB4003457 +:10DCC0009362003E30420008504000118FC20000B5 +:10DCD00002C0202127A500380E000CB2AFA00038EA +:10DCE0005440000B8FC200008FA200383042010068 +:10DCF000504000078FC200008FA3003C8F6200607D +:10DD00000062102304430001AF6300608FC2000073 +:10DD10000040F80927A400108FA200303042000212 +:10DD200054400001327300FE9362003E30420040D6 +:10DD3000104000378FA200248F6200541682001A10 +:10DD40003262000124020014124200102A4200151F +:10DD500010400006240200162402000C12420007A4 +:10DD6000326200010A000E7D000000001242000530 +:10DD7000326200010A000E7D000000000A000E78E9 +:10DD80002417000E0A000E78241700100A000E7CDB +:10DD900024170012936200232403FFBD00431024C4 +:10DDA000A362002332620001104000198FA20024F8 +:10DDB0002402000C1242000E2A42000D1040000600 +:10DDC0002402000E2402000A124200078FA200243F +:10DDD0000A000E9524420001124200088FA200247E +:10DDE0000A000E95244200010A000E932417000831 +:10DDF0002402000E16E20002241700162417001059 +:10DE00008FA2002424420001AFA200248FA200248C +:10DE10008FA300148F76004000431021AF620040B2 +:10DE20008F8200149442011C104000090000000081 +:10DE30008F6200488F6400409763003C00441023C9 +:10DE40003063FFFF0043102A104000088FA20054E7 +:10DE5000936400368F6300403402FFFC008210049C +:10DE600000621821AF6300488FA200548FA60030D3 +:10DE70000282902130C200081040000E0000000015 +:10DE80008F6200581642000430C600FF9742011A04 +:10DE90005040000134C6001093C500088FA700341D +:10DEA0000200202100052B0034A500800E000C9BF1 +:10DEB00030A5F0808F620040005610231840001BF0 +:10DEC0008FA200183C0208008C42319830420010AA +:10DED0001040000D24020001976200681440000AFF +:10DEE000240200018F8200149442011C1440000699 +:10DEF00024020001A76200689742007A244200646D +:10DF00000A000EE9A7620012A76200120E001302B7 +:10DF1000020020219362007D2403000102002021E1 +:10DF2000344200010A000EE7AFA300501840000A77 +:10DF3000000000000E001302020020219362007D09 +:10DF40002403000102002021AFA30050344200044A +:10DF50000E00130BA362007D9362003E304200402E +:10DF60001440000C326200011040000A0000000062 +:10DF70008F6300408FC20004240400182463000152 +:10DF80000040F809AF6300408FA200300A000F3054 +:10DF9000304200048F620058105200100000000050 +:10DFA0008F620018022210231C4000082404000184 +:10DFB0008F62001816220009000000008F62001C0A +:10DFC000028210230440000500000000AF720058D8 +:10DFD000AFA40050AF710018AF74001C12E0000B2A +:10DFE0008FA200500E00130202002021A377003FF1 +:10DFF0000E00130B0200202102E030212404003720 +:10E000000E0013C9000028218FA200501040000309 +:10E01000000000000E000CA90200202112A0000543 +:10E02000000018218FA2003030420004504000113F +:10E0300000601021240300010A000F30006010214D +:10E040000E001302020020219362007D02002021B5 +:10E05000344200040E00130BA362007D0E000CA9D5 +:10E06000020020210A000F3024020001AF400044CA +:10E07000240200018FBF007C8FBE00788FB7007430 +:10E080008FB600708FB5006C8FB400688FB30064DA +:10E090008FB200608FB1005C8FB0005803E00008C1 +:10E0A00027BD00808F4201B80440FFFE2402080013 +:10E0B000AF4201B803E00008000000003C02000885 +:10E0C00003421021944200483084FFFF2484001250 +:10E0D0003045FFFF10A0001700A4102B10400016C1 +:10E0E00024020003934201202403001AA343018B5E +:10E0F000304200FF2446FFFE8F82000000A6182B4E +:10E100003863000100021382004310241040000510 +:10E110008F84000434820001A746019403E00008C4 +:10E12000AF8200042402FFFE0082102403E00008F6 +:10E13000AF8200042402000303E00008A342018B25 +:10E1400027BDFFE0AFB10014AFB00010AFBF0018A3 +:10E1500030B0FFFF30D1FFFF8F4201B80440FFFE17 +:10E1600000000000AF440180AF4400200E000F42C9 +:10E17000020020218F8300008F840004A750019AA1 +:10E18000A750018EA74301908F8300083082800042 +:10E19000AF4301A8A75101881040000E8F820004F0 +:10E1A00093420116304200FC24420004005A102120 +:10E1B0008C4240003042FFFF144000068F82000472 +:10E1C0003C02FFFF34427FFF00821024AF82000434 +:10E1D0008F8200042403BFFF00431024A74201A63E +:10E1E0009743010C8F42010400031C003042FFFFE3 +:10E1F00000621825AF4301AC3C021000AF4201B8E9 +:10E200008FBF00188FB100148FB0001003E000081A +:10E2100027BD00208F470070934201128F830000BA +:10E2200027BDFFF0304200FF00022882306201006B +:10E23000000030211040004324A40003306240005D +:10E24000104000103062200000041080005A10219D +:10E250008C43400024A4000400041080AFA30000FD +:10E26000005A10218C424000AFA2000493420116D4 +:10E27000304200FC005A10218C4240000A000FC0BE +:10E28000AFA200081040002F0000302100041080D1 +:10E29000005A10218C43400024A400040004108084 +:10E2A000AFA30000005A10218C424000AFA000082C +:10E2B000AFA200048FA80008000030210000202138 +:10E2C000240A00083C0908002529010003A41021A4 +:10E2D000148A000300042A001100000A0000000054 +:10E2E00090420000248400012C83000C00A2102125 +:10E2F00000021080004910218C4200001460FFF3DE +:10E3000000C230263C0408008C8431048F42007027 +:10E310002C83002010600009004738233C030800CC +:10E32000246331080004108000431021248300017D +:10E33000AC4700003C010800AC233104AF86000864 +:10E340002406000100C0102103E0000827BD0010D2 +:10E350003C0208008C42003827BDFFD0AFB5002436 +:10E36000AFB40020AFB10014AFBF0028AFB3001CA2 +:10E37000AFB20018AFB00010000088213C150800B3 +:10E3800026B50038144000022454FFFF0000A021ED +:10E390009742010E8F8400003042FFFF308340001F +:10E3A0001060000A245200043C0200200082102465 +:10E3B00050400007308280008F8200042403BFFF9A +:10E3C000008318240A0010103442100030828000AC +:10E3D0001040000A3C020020008210241040000778 +:10E3E0008F8200043C03FFFF34637FFF0083182407 +:10E3F00034428000AF820004AF8300000E000F980B +:10E400000000000014400007000000009743011EB8 +:10E410009742011C3063FFFF0002140000621825C0 +:10E42000AF8300089742010C8F4340003045FFFF47 +:10E430003402FFFF14620003000000000A001028ED +:10E44000241100208F42400030420100544000015E +:10E45000241100108F8400003082100050400014FE +:10E4600036310001308200201440000B3C021000C5 +:10E47000008210245040000E363100013C030E0093 +:10E480003C020DFF008318243442FFFF0043102B91 +:10E4900050400007363100013C0208008C42002C3D +:10E4A000244200013C010800AC22002C363100055A +:10E4B0003C0608008CC6003454C000238F85000041 +:10E4C0008F820004304240005440001F8F850000BE +:10E4D0003C021F01008210243C0310005443001A28 +:10E4E0008F85000030A20200144000178F850000C5 +:10E4F0003250FFFF363100028F4201B80440FFFE68 +:10E5000000000000AF400180020020210E000F42F9 +:10E51000AF4000208F8300042402BFFFA750019A60 +:10E52000006218248F820000A750018EA751018835 +:10E53000A74301A6A74201903C021000AF4201B8D8 +:10E540000A0010F5000010213C02100000A2102467 +:10E550001040003A0000000010C0000F0000000052 +:10E5600030A201001040000C3C0302003C020F00EE +:10E5700000A2102410430008000000008F82000851 +:10E58000005410240055102190420004244200043D +:10E590000A00109F000221C00000000000051602C2 +:10E5A0003050000F3A0300022E4203EF38420001C0 +:10E5B0002C6300010062182414600073240200011F +:10E5C0003C0308008C6300D02E06000C386200016A +:10E5D0002C4200010046102414400015001021C0F8 +:10E5E0002602FFFC2C4200045440001100002021B0 +:10E5F000386200022C420001004610241040000343 +:10E60000000512420A00109F000020210010182B64 +:10E610000043102450400006001021C000002021BB +:10E620003245FFFF0E000F633226FFFB001021C0B2 +:10E630003245FFFF0A0010F2362600028F424000EA +:10E640003C0308008C630024304201001040004667 +:10E6500030620001322200043070000D14400002CC +:10E660002413000424130002000512C238420001E2 +:10E670002E4303EF304200013863000100431025B0 +:10E68000104000033231FFFB2402FFFB0202802412 +:10E6900010C000183202000130A201001040001525 +:10E6A000320200013C020F0000A210243C030200D1 +:10E6B0001043000F8F8200082403FFFE0203802412 +:10E6C00000541024005510219042000402333025DC +:10E6D0002442000412000002000221C03226FFFF83 +:10E6E0000E000F633245FFFF1200002700001021CB +:10E6F000320200011040000D320200042402000129 +:10E7000012020002023330253226FFFF00002021D2 +:10E710000E000F633245FFFF2402FFFE0202802439 +:10E7200012000019000010213202000410400016EF +:10E7300024020001240200041202000202333025E8 +:10E740003226FFFF3245FFFF0E000F632404010055 +:10E750002402FFFB020280241200000B00001021A3 +:10E760000A0010F5240200011040000700001021EB +:10E770003245FFFF36260002000020210E000F6305 +:10E7800000000000000010218FBF00288FB500247A +:10E790008FB400208FB3001C8FB200188FB100140B +:10E7A0008FB0001003E0000827BD003027BDFFD068 +:10E7B000AFB000103C04600CAFBF002CAFB6002817 +:10E7C000AFB50024AFB40020AFB3001CAFB2001847 +:10E7D000AFB100148C8250002403FF7F3C1A8000EC +:10E7E000004310243442380CAC8250002402000351 +:10E7F0003C106000AF4200088E0208083C1B8008F5 +:10E800003C010800AC2000203042FFF038420010EC +:10E810002C4200010E001B8DAF8200183C04FFFF4C +:10E820003C020400348308063442000CAE0219484E +:10E83000AE03194C3C0560168E0219808CA30000B3 +:10E840003442020000641824AE0219803C02535383 +:10E850001462000334A47C008CA200040050202128 +:10E860008C82007C8C830078AF820010AF83000C18 +:10E870008F55000032A200031040FFFD32A20001BC +:10E880001040013D32A200028F420128AF42002019 +:10E890008F4201048F430100AF8200000E000F3C45 +:10E8A000AF8300043C0208008C4200C01040000806 +:10E8B0008F8400003C0208008C4200C42442000106 +:10E8C0003C010800AC2200C40A00126900000000EC +:10E8D0003C020010008210241440010C8F830004BD +:10E8E0003C0208008C4200203C0308008C63003886 +:10E8F00000008821244200013C010800AC220020D5 +:10E900003C16080026D60038146000022474FFFF6D +:10E910000000A0219742010E308340003042FFFFEB +:10E920001060000A245200043C02002000821024DF +:10E9300050400007308280008F8200042403BFFF14 +:10E94000008318240A0011703442100030828000C5 +:10E950001040000A3C0200200082102410400007F2 +:10E960008F8200043C03FFFF34637FFF0083182481 +:10E9700034428000AF820004AF8300000E000F9885 +:10E980000000000014400007000000009743011E33 +:10E990009742011C3063FFFF00021400006218253B +:10E9A000AF8300089742010C8F4340003045FFFFC2 +:10E9B0003402FFFF14620003000000000A00118807 +:10E9C000241100208F4240003042010054400001D9 +:10E9D000241100108F840000308210005040001479 +:10E9E00036310001308200201440000B3C02100040 +:10E9F000008210245040000E363100013C030E000E +:10EA00003C020DFF008318243442FFFF0043102B0B +:10EA100050400007363100013C0208008C42002CB7 +:10EA2000244200013C010800AC22002C36310005D4 +:10EA30003C0608008CC6003454C000238F850000BB +:10EA40008F820004304240005440001F8F85000038 +:10EA50003C021F01008210243C0310005443001AA2 +:10EA60008F85000030A20200144000178F8500003F +:10EA70003250FFFF363100028F4201B80440FFFEE2 +:10EA800000000000AF400180020020210E000F4274 +:10EA9000AF4000208F8300042402BFFFA750019ADB +:10EAA000006218248F820000A750018EA7510188B0 +:10EAB000A74301A6A74201903C021000AF4201B853 +:10EAC0000A001267000010213C02100000A210246E +:10EAD0001040003A0000000010C0000F00000000CD +:10EAE00030A201001040000C3C0302003C020F0069 +:10EAF00000A2102410430008000000008F820008CC +:10EB000000541024005610219042000424420004B6 +:10EB10000A0011FF000221C00000000000051602DB +:10EB20003050000F3A0300022E4203EF384200013A +:10EB30002C63000100621824146000852402000187 +:10EB40003C0308008C6300D02E06000C38620001E4 +:10EB50002C4200010046102414400015001021C072 +:10EB60002602FFFC2C42000454400011000020212A +:10EB7000386200022C42000100461024504000037D +:10EB8000000512420A0011FF000020210010182B7E +:10EB90000043102450400006001021C00000202136 +:10EBA0003245FFFF0E000F633226FFFB001021C02D +:10EBB0003245FFFF0A001252362600028F42400003 +:10EBC0003C0308008C6300243042010010400046E2 +:10EBD00030620001322200043070000D1440000247 +:10EBE0002413000424130002000512C2384200015D +:10EBF0002E4303EF3042000138630001004310252B +:10EC0000104000033231FFFB2402FFFB020280248C +:10EC100010C000183202000130A20100104000159F +:10EC2000320200013C020F0000A210243C0302004B +:10EC30001043000F8F8200082403FFFE020380248C +:10EC40000054102400561021904200040233302555 +:10EC50002442000412000002000221C03226FFFFFD +:10EC60000E000F633245FFFF120000390000102133 +:10EC7000320200011040000D3202000424020001A3 +:10EC800012020002023330253226FFFF000020214D +:10EC90000E000F633245FFFF2402FFFE02028024B4 +:10ECA0001200002B00001021320200041040002846 +:10ECB0002402000124020004120200020233302563 +:10ECC0003226FFFF3245FFFF0E000F6324040100D0 +:10ECD0002402FFFB020280241200001D000010210C +:10ECE0000A001267240200015040001900001021A0 +:10ECF0003245FFFF36260002000020210E000F6380 +:10ED0000000000000A001267000010212402BFFF6B +:10ED1000006210241040000800000000240287FF59 +:10ED200000621024144000083C020060008210249D +:10ED300010400005000000000E000D34000000002F +:10ED40000A001267000000000E0012C70000000059 +:10ED5000104000063C0240008F4301243C0260202A +:10ED6000AC430014000000003C024000AF420138F8 +:10ED70000000000032A200021040FEBD00000000B2 +:10ED80008F4201403C044000AF4200208F430148C5 +:10ED90003C02700000621824106400420000000071 +:10EDA0000083102B144000063C0260003C0220004F +:10EDB000106200073C0240000A0012C3000000007D +:10EDC0001062003C3C0240000A0012C30000000038 +:10EDD0008F4501408F4601448F42014800021402D2 +:10EDE000304300FF240200041462000A274401801B +:10EDF0008F4201B80440FFFE2402001CAC850000D5 +:10EE0000A082000B3C021000AF4201B80A0012C3FE +:10EE10003C0240002402000914620012000616029F +:10EE2000000229C0AF4500208F4201B80440FFFE18 +:10EE30002402000124030003AF450180A343018B9A +:10EE4000A740018EA740019AA7400190AF4001A8BA +:10EE5000A7420188A74201A6AF4001AC3C021000C6 +:10EE6000AF4201B88F4201B80440FFFE000000002D +:10EE7000AC8500008F42014800021402A482000801 +:10EE800024020002A082000B8F420148A4820010DD +:10EE90003C021000AC860024AF4201B80A0012C345 +:10EEA0003C0240000E001310000000000A0012C3D4 +:10EEB0003C0240000E001BC2000000003C0240006B +:10EEC000AF420178000000000A00112F000000008E +:10EED0008F4201003042003E144000112402000124 +:10EEE000AF4000488F420100304207C0104000058B +:10EEF00000000000AF40004CAF40005003E00008AD +:10EF000024020001AF400054AF4000408F42010096 +:10EF10003042380054400001AF4000442402000158 +:10EF200003E00008000000008F4201B80440FFFE2B +:10EF300024020001AF440180AF400184A74501884D +:10EF4000A342018A24020002A342018B9742014A94 +:10EF500014C00004A7420190AF4001A40A0012EFC0 +:10EF60003C0210008F420144AF4201A43C02100059 +:10EF7000AF4001A803E00008AF4201B88F4201B8DA +:10EF80000440FFFE24020002AF440180AF4401842C +:10EF9000A7450188A342018AA342018B9742014AF7 +:10EFA000A7420190AF4001A48F420144AF4201A8A3 +:10EFB0003C02100003E00008AF4201B83C029000A0 +:10EFC0003442000100822025AF4400208F420020FF +:10EFD0000440FFFE0000000003E000080000000005 +:10EFE0003C028000344200010082202503E000083A +:10EFF000AF44002027BDFFE8AFBF0014AFB0001042 +:10F000008F50014093430149934201489344014882 +:10F01000306300FF304200FF00021200006228252A +:10F020002402001910620076308400802862001AE1 +:10F030001040001C24020020240200081062007707 +:10F04000286200091040000E2402000B2402000177 +:10F0500010620034286200025040000524020006BD +:10F0600050600034020020210A00139A00000000C2 +:10F0700010620030020020210A00139A00000000F4 +:10F080001062003B2862000C504000022402000E77 +:10F090002402000910620056020020210A00139A7F +:10F0A0000000000010620056286200211040000F8E +:10F0B000240200382402001C106200582862001D3F +:10F0C000104000062402001F2402001B1062004CA6 +:10F0D000000000000A00139A000000001062004ABD +:10F0E000020020210A00139A00000000106200456F +:10F0F0002862003910400007240200802462FFCB00 +:10F100002C42000210400045020020210A00139604 +:10F110000000302110620009000000000A00139A6C +:10F12000000000001480003D020020210A0013901E +:10F130008FBF00140A001396240600018F4201B805 +:10F140000440FFFE24020002A342018BA745018870 +:10F150009742014AA74201908F420144A74201927F +:10F160003C021000AF4201B80A00139C8FBF00148C +:10F170009742014A144000290000000093620005F4 +:10F180003042000414400025000000000E0013026D +:10F190000200202193620005020020213442000475 +:10F1A0000E00130BA36200059362000530420004B9 +:10F1B00014400002000000000000000D93620000F7 +:10F1C00024030020304200FF14430014000000001C +:10F1D0008F4201B80440FFFE24020005AF500180B9 +:10F1E000A342018B3C0210000A00139AAF4201B8FF +:10F1F0008FBF00148FB000100A0012F227BD001854 +:10F200000000000D02002021000030218FBF0014FB +:10F210008FB000100A0012DD27BD00180000000D9D +:10F220008FBF00148FB0001003E0000827BD001846 +:10F2300027BDFFE8AFBF00100E000F3C000000002C +:10F24000AF4001808FBF0010000020210A000FE7AF +:10F2500027BD00183084FFFF30A5FFFF00001821F4 +:10F260001080000700000000308200011040000202 +:10F2700000042042006518210A0013AB0005284055 +:10F2800003E000080060102110C0000624C6FFFF44 +:10F290008CA2000024A50004AC8200000A0013B573 +:10F2A0002484000403E000080000000010A000080F +:10F2B00024A3FFFFAC860000000000000000000057 +:10F2C0002402FFFF2463FFFF1462FFFA248400047A +:10F2D00003E0000800000000308300FF30A500FFBD +:10F2E00030C600FF274701808F4201B80440FFFE6F +:10F2F000000000008F42012834634000ACE20000AF +:10F3000024020001ACE00004A4E30008A0E2000A2B +:10F3100024020002A0E2000B3C021000A4E5001051 +:10F32000ACE00024ACE00028A4E6001203E00008F2 +:10F33000AF4201B827BDFFE8AFBF00109362003FA6 +:10F3400024030012304200FF1043000D00803021E2 +:10F350008F620044008210230440000A8FBF001017 +:10F360008F620048240400390000282100C21023C5 +:10F3700004410004240600120E0013C9000000001E +:10F380008FBF00102402000103E0000827BD001811 +:10F3900027BDFFC8AFB20030AFB1002CAFBF003403 +:10F3A000AFB0002890C5000D0080902130A400105F +:10F3B0001080000B00C088218CC300088F620054AD +:10F3C0001062000730A20005144000B524040001BB +:10F3D0000E000D21000020210A0014BB0040202156 +:10F3E00030A200051040000930A30012108000ACCC +:10F3F000240400018E2300088F620054146200A9C7 +:10F400008FBF00340A00142C240400382402001298 +:10F41000146200A3240400010220202127A500106B +:10F420000E000CB2AFA000101040001102402021CD +:10F430008E220008AF620084AF6000400E0013020D +:10F44000000000009362007D024020213442002031 +:10F450000E00130BA362007D0E000CA902402021B8 +:10F46000240400382405008D0A0014B82406001274 +:10F470009362003E304200081040000F8FA200103F +:10F4800030420100104000078FA300148F6200601B +:10F490000062102304430008AF6300600A001441B7 +:10F4A00000000000AF6000609362003E2403FFF79D +:10F4B00000431024A362003E9362003E30420008E5 +:10F4C000144000022406000300003021936200343F +:10F4D000936300378F640084304200FF306300FF85 +:10F4E00000661821000318800043282100A4202B67 +:10F4F0001080000B000000009763003C8F620084C6 +:10F500003063FFFF004510230062182B14600004D5 +:10F51000000000008F6200840A00145D0045802313 +:10F520009762003C3050FFFF8FA300103062000450 +:10F5300010400004000628808FA2001C0A001465F9 +:10F540000202102B2E02021850400003240202185F +:10F550000A00146E020510233063000410600003DB +:10F56000004510238FA2001C00451023004080217D +:10F570002C42008054400001241000800E00130231 +:10F580000240202124020001AF62000C9362003E81 +:10F59000001020403042007FA362003E8E22000413 +:10F5A00024420001AF620040A770003C8F6200500F +:10F5B0009623000E00431021AF6200588F62005066 +:10F5C00000441021AF62005C8E220004AF6200187C +:10F5D0008E220008AF62001C8FA20010304200088B +:10F5E0005440000A93A20020A360003693620036C4 +:10F5F0002403FFDFA36200359362003E0043102422 +:10F60000A362003E0A0014988E220008A36200350F +:10F610008E220008AF62004C8F6200248F6300408E +:10F6200000431021AF6200489362000024030050A1 +:10F63000304200FF144300122403FF803C02080004 +:10F640008C4231A00242102100431024AF42002816 +:10F650003C0208008C4231A08E2400083C03000CC0 +:10F66000024210213042007F03421021004310214A +:10F67000AC4400D88E230008AF820014AC4300DCF9 +:10F680000E00130B02402021240400380000282122 +:10F690002406000A0E0013C9000000002404000123 +:10F6A0008FBF00348FB200308FB1002C8FB0002894 +:10F6B0000080102103E0000827BD003827BDFFF8B7 +:10F6C00027420180AFA20000308A00FF8F4201B8BC +:10F6D0000440FFFE000000008F4601283C020800A5 +:10F6E0008C4231A02403FF80AF86004800C2102165 +:10F6F00000431024AF4200243C0208008C4231A099 +:10F700008FA900008FA8000000C210213042007FA6 +:10F71000034218213C02000A00621821946400D4BC +:10F720008FA700008FA5000024020002AF83001401 +:10F73000A0A2000B8FA30000354260003084FFFFC1 +:10F74000A4E200083C021000AD260000AD04000455 +:10F75000AC60002427BD0008AF4201B803E00008F8 +:10F76000240200018F88003C938200288F830014BC +:10F770003C07080024E7779800481023304200FF38 +:10F78000304900FC246500888F860040304A000321 +:10F790001120000900002021248200048CA3000015 +:10F7A000304400FF0089102AACE3000024A50004C7 +:10F7B0001440FFF924E70004114000090000202153 +:10F7C0002482000190A30000304400FF008A102B27 +:10F7D000A0E3000024A500011440FFF924E7000184 +:10F7E00030C20003144000048F85003C3102000346 +:10F7F0001040000D0000000010A0000900002021B2 +:10F800002482000190C30000304400FF0085102BCB +:10F81000A0E3000024C600011440FFF924E7000122 +:10F8200003E00008000000001100FFFD000020219F +:10F83000248200048CC30000304400FF0088102B99 +:10F84000ACE3000024C600041440FFF924E70004E0 +:10F8500003E00008000000008F83003C9382002832 +:10F8600030C600FF30A500FF00431023304300FFE7 +:10F870008F820014008038210043102114C0000240 +:10F88000244800880083382130E20003144000053A +:10F8900030A2000314400003306200031040000D4A +:10F8A0000000000010A000090000202124820001B7 +:10F8B00090E30000304400FF0085102BA1030000FE +:10F8C00024E700011440FFF92508000103E00008C7 +:10F8D0000000000010A0FFFD000020212482000491 +:10F8E0008CE30000304400FF0085102BAD030000C6 +:10F8F00024E700041440FFF92508000403E0000891 +:10F90000000000000080482130AAFFFF30C600FF41 +:10F9100030E7FFFF274801808F4201B80440FFFE17 +:10F920008F820048AD0200008F420124AD02000426 +:10F930008D220020A5070008A102000A240200165B +:10F94000A102000B934301208D2200088D240004A6 +:10F95000306300FF004310219783003A00441021D8 +:10F960008D250024004310233C0308008C6331A044 +:10F970008F840014A502000C246300E82402FFFF1A +:10F98000A50A000EA5030010A5060012AD0500187B +:10F99000AD020024948201142403FFF73042FFFFDC +:10F9A000AD0200288C820118AD02002C3C02100030 +:10F9B000AD000030AF4201B88D220020004310247A +:10F9C00003E00008AD2200208F82001430E7FFFF23 +:10F9D00000804821904200D330A5FFFF30C600FFD1 +:10F9E0000002110030420F0000E238252748018054 +:10F9F0008F4201B80440FFFE8F820048AD02000034 +:10FA00008F420124AD0200048D220020A5070008CA +:10FA1000A102000A24020017A102000B9343012057 +:10FA20008D2200088D240004306300FF0043102164 +:10FA30009783003A004410218F8400140043102360 +:10FA40003C0308008C6331A0A502000CA505000E44 +:10FA5000246300E8A5030010A5060012AD00001401 +:10FA60008D220024AD0200188C82005CAD02001CC7 +:10FA70008C820058AD0200202402FFFFAD0200245A +:10FA8000948200E63042FFFFAD02002894820060BD +:10FA9000948300BE30427FFF3063FFFF00021200FC +:10FAA00000431021AD02002C3C021000AD000030DC +:10FAB000AF4201B8948200BE2403FFF700A21021D8 +:10FAC000A48200BE8D2200200043102403E0000821 +:10FAD000AD220020274301808F4201B80440FFFE81 +:10FAE0008F8200249442001C3042FFFF000211C0AC +:10FAF000AC62000024020019A062000B3C0210005E +:10FB0000AC60003003E00008AF4201B88F87002CE2 +:10FB100030C300FF8F4201B80440FFFE8F820048CF +:10FB200034636000ACA2000093820044A0A20005F0 +:10FB30008CE20010A4A20006A4A300088C8200207E +:10FB40002403FFF7A0A2000A24020002A0A2000BD7 +:10FB50008CE20000ACA200108CE20004ACA2001405 +:10FB60008CE2001CACA200248CE20020ACA2002895 +:10FB70008CE2002CACA2002C8C820024ACA20018D9 +:10FB80003C021000AF4201B88C82002000431024D8 +:10FB900003E00008AC8200208F86001427BDFFE838 +:10FBA000AFBF0014AFB0001090C20063304200201D +:10FBB0001040000830A500FF8CC2007C2403FFDF4A +:10FBC00024420001ACC2007C90C2006300431024B8 +:10FBD000A0C2006310A000238F830014275001806F +:10FBE000020028210E0015D6240600828F82001400 +:10FBF000904200633042004050400019A38000440E +:10FC00008F83002C8F4201B80440FFFE8F82004892 +:10FC1000AE02000024026082A60200082402000254 +:10FC2000A202000B8C620008AE0200108C62000C75 +:10FC3000AE0200148C620014AE0200188C62001830 +:10FC4000AE0200248C620024AE0200288C620028E0 +:10FC5000AE02002C3C021000AF4201B8A380004469 +:10FC60008F8300148FBF00148FB000109062006368 +:10FC700027BD00183042007FA06200639782003ADF +:10FC80008F86003C8F850014938300280046102344 +:10FC9000A782003AA4A000E490A400638F820040F1 +:10FCA000AF83003C2403FFBF0046102100832024C3 +:10FCB000AF820040A0A400638F820014A04000BD6A +:10FCC0008F82001403E00008A44000BE8F8A001455 +:10FCD00027BDFFE0AFB10014AFB000108F88003C2B +:10FCE000AFBF00189389001C954200E430D100FF9B +:10FCF0000109182B0080802130AC00FF3047FFFF46 +:10FD00000000582114600003310600FF012030215B +:10FD1000010958239783003A0068102B1440003CD7 +:10FD20000000000014680007240200018E02002079 +:10FD30002403FFFB34E7800000431024AE020020C0 +:10FD40002402000134E70880158200053165FFFFB9 +:10FD50000E001554020020210A00169102002021F5 +:10FD60000E001585020020218F8400482743018062 +:10FD70008F4201B80440FFFE24020018AC6400006A +:10FD8000A062000B8F840014948200E6A46200102D +:10FD90003C021000AC600030AF4201B894820060B9 +:10FDA00024420001A4820060948200603C030800A9 +:10FDB0008C63318830427FFF5443000F02002021C2 +:10FDC000948200602403800000431024A482006019 +:10FDD0009082006090830060304200FF000211C2F8 +:10FDE00000021027000211C03063007F0062182556 +:10FDF000A083006002002021022028218FBF00186C +:10FE00008FB100148FB000100A0015F927BD002033 +:10FE1000914200632403FF8000431025A142006348 +:10FE20009782003A3048FFFF110000209383001CA6 +:10FE30008F840014004B1023304600FF948300E4AD +:10FE40002402EFFF0168282B00621824A48300E439 +:10FE500014A000038E020020010058210000302170 +:10FE60002403FFFB34E7800000431024AE0200208F +:10FE700024020001158200053165FFFF0E001554B4 +:10FE8000020020210A0016B99783003A0E0015855A +:10FE9000020020219783003A8F82003CA780003A1D +:10FEA00000431023AF82003C9383001C8F82001418 +:10FEB0008FBF00188FB100148FB0001027BD002035 +:10FEC00003E00008A04300BD938200442403000126 +:10FED00027BDFFE8004330042C420020AFB00010E3 +:10FEE000AFBF00142410FFFE10400005274501801D +:10FEF0003C0208008C4231900A0016D600461024BD +:10FF00003C0208008C423194004610241440000743 +:10FF1000240600848F8300142410FFFF9062006287 +:10FF20003042000F34420040A06200620E0015D63D +:10FF300000000000020010218FBF00148FB00010DD +:10FF400003E0000827BD00188F83002427BDFFE0D1 +:10FF5000AFB20018AFB10014AFB00010AFBF001CBB +:10FF60009062000D00A0902130D100FF3042007F50 +:10FF7000A062000D8F8500148E4300180080802140 +:10FF80008CA2007C146200052402000E90A2006383 +:10FF9000344200200A0016FFA0A200630E0016C51E +:10FFA000A38200442403FFFF104300472404FFFF03 +:10FFB00052200045000020218E4300003C0200102A +:10FFC00000621024504000043C020008020020217E +:10FFD0000A00170E24020015006210245040000988 +:10FFE0008E45000002002021240200140E0016C5D8 +:10FFF000A38200442403FFFF104300332404FFFFC7 +:020000021000EC +:100000008E4500003C02000200A2102410400016A1 +:100010003C0200048F8600248CC200148CC30010A4 +:100020008CC40014004310230044102B50400005E2 +:10003000020020218E43002C8CC2001010620003AD +:10004000020020210A00173F240200123C02000493 +:1000500000A210245040001C00002021020020219A +:100060000A00173F2402001300A2102410400006CB +:100070008F8300248C620010504000130000202168 +:100080000A001739020020218C6200105040000441 +:100090008E42002C020020210A00173F240200118A +:1000A00050400009000020210200202124020017F6 +:1000B0000E0016C5A38200442403FFFF1043000274 +:1000C0002404FFFF000020218FBF001C8FB2001806 +:1000D0008FB100148FB000100080102103E00008E1 +:1000E00027BD00208F83001427BDFFD8AFB40020A8 +:1000F000AFB3001CAFB20018AFB10014AFB0001026 +:10010000AFBF0024906200638F91002C2412FFFF88 +:100110003442004092250000A06200638E2200104D +:100120000080982130B0003F105200060360A021EB +:100130002402000D0E0016C5A38200441052005484 +:100140002404FFFF8F8300148E2200188C63007C30 +:1001500010430007026020212402000E0E0016C585 +:10016000A38200442403FFFF104300492404FFFF3F +:1001700024040020120400048F83001490620063A2 +:1001800034420020A06200638F85003410A000205C +:1001900000000000560400048F8200140260202139 +:1001A0000A0017902402000A9683000A9442006015 +:1001B0003042FFFF144300048F8200202404FFFD1F +:1001C0000A0017B7AF82003C3C0208008C42318C19 +:1001D0000045102B14400006026020210000282159 +:1001E0000E001646240600010A0017B70000202161 +:1001F0002402002D0E0016C5A38200442403FFFF35 +:10020000104300232404FFFF0A0017B70000202139 +:10021000160400058F8400148E2300142402FFFFAF +:100220005062001802602021948200602442000184 +:10023000A4820060948200603C0308008C633188D3 +:1002400030427FFF5443000F0260202194820060FF +:100250002403800000431024A48200609082006088 +:1002600090830060304200FF000211C2000210279C +:10027000000211C03063007F00621825A083006077 +:10028000026020210E0015F9240500010000202144 +:100290008FBF00248FB400208FB3001C8FB20018D2 +:1002A0008FB100148FB000100080102103E000080F +:1002B00027BD00288F83001427BDFFE8AFB00010D2 +:1002C000AFBF0014906200638F87002C00808021F4 +:1002D000344200408CE60010A06200633C0308003A +:1002E0008C6331B030C23FFF0043102B1040004EF2 +:1002F0008F8500302402FF8090A3000D004310245E +:10030000304200FF504000490200202100061382C5 +:10031000304800032402000255020044020020215C +:1003200094A2001C8F85001424030023A4A20114AE +:100330008CE60000000616023042003F1043001019 +:100340003C0300838CE300188CA2007C1062000642 +:100350002402000E0E0016C5A38200442403FFFFF2 +:10036000104300382404FFFF8F8300149062006361 +:1003700034420020A06200630A0017FC8F8300242F +:1003800000C31024144300078F83002490A200624E +:100390003042000F34420020A0A20062A38800383F +:1003A0008F8300249062000D3042007FA062000D18 +:1003B0008F83003410600018020020218F840030E9 +:1003C0008C8200100043102B1040000924020018FA +:1003D000020020210E0016C5A38200442403FFFF63 +:1003E000104300182404FFFF0A00182400002021F5 +:1003F0008C820010240500010200202100431023FC +:100400008F830024240600010E001646AC62001003 +:100410000A001824000020210E0015F9240500010F +:100420000A00182400002021020020212402000DCF +:100430008FBF00148FB0001027BD00180A0016C52A +:10044000A38200448FBF00148FB0001000801021E1 +:1004500003E0000827BD001827BDFFC8AFB2002089 +:10046000AFBF0034AFB60030AFB5002CAFB400283A +:10047000AFB30024AFB1001CAFB000188F46012805 +:100480003C0308008C6331A02402FF80AF86004843 +:1004900000C318213065007F03452821006218241D +:1004A0003C02000AAF43002400A2282190A200626F +:1004B00000809021AF850014304200FF000211023D +:1004C000A382003890A200BC304200021440000217 +:1004D00024030034240300308F820014A3830028F7 +:1004E000938300388C4200C0A3800044AF82003C5C +:1004F000240200041062031C8F84003C8E4400041C +:10050000508003198F84003C8E4200103083FFFF1F +:10051000A784003A106002FFAF8200408F8400146D +:100520002403FF809082006300621024304200FFA9 +:10053000144002CF9785003A9383003824020002CA +:1005400030B6FFFF14620005000088219382002866 +:100550002403FFFD0A001B19AF82003C8F82003C80 +:1005600002C2102B144002A18F8400400E0014EC34 +:1005700000000000938300283C040800248477983E +:10058000240200341462002EAF84002C3C0A0800C0 +:100590008D4A77C82402FFFFAFA2001000803821E7 +:1005A0002405002F3C09080025297398240800FF22 +:1005B0002406FFFF90E2000024A3FFFF00062202B2 +:1005C00000C21026304200FF0002108000491021B6 +:1005D0008C420000306500FF24E7000114A8FFF5FD +:1005E0000082302600061027AFA20014AFA2001030 +:1005F0000000282127A7001027A6001400C51023FB +:100600009044000324A2000100A71821304500FFF8 +:100610002CA200041440FFF9A06400008FA2001077 +:100620001142000724020005024020210E0016C5D9 +:10063000A38200442403FFFF104300642404FFFF4F +:100640003C0208009042779C104000098F82001401 +:10065000024020212402000C0E0016C5A382004493 +:100660002403FFFF104300592404FFFF8F8200146E +:10067000A380001C3C0308008C63779C8C440080A2 +:100680003C0200FF3442FFFF006218240083202B4D +:1006900010800008AF83003402402021240200199A +:1006A0000E0016C5A38200442403FFFF1043004739 +:1006B0002404FFFF8F87003C9782003A8F85003427 +:1006C000AF8700200047202310A0003BA784003AFA +:1006D0008F86001430A200030002102390C300BCD8 +:1006E0003050000300B0282100031882307300014D +:1006F0000013108000A228213C0308008C6331A065 +:100700008F8200483084FFFF0085202B004310219A +:1007100010800011244200888F84002C1082000E6B +:100720003C033F013C0208008C42779800431024B0 +:100730003C0325001443000630E500FF8C820000D6 +:10074000ACC200888C8200100A0018E9ACC2009884 +:100750000E001529000030219382001C8F850014A3 +:100760008F830040020238218F82003CA387001C47 +:1007700094A400E4006218218F82003434841000B5 +:10078000AF83004000503021A4A400E41260000EAA +:10079000AF86003C24E20004A382001C94A200E483 +:1007A00024C30004AF83003C34422000A4A200E430 +:1007B0000A001906000020218F820040AF80003C13 +:1007C00000471021AF820040000020212414FFFFC9 +:1007D000109402112403FFFF3C0808008D0877A83D +:1007E0003C0208008C4231B03C03080090637798CB +:1007F00031043FFF0082102B1040001B3067003F88 +:100800003C0208008C4231A88F83004800042180FC +:1008100000621821006418213062007F0342282101 +:100820003C02000C00A228213C020080344200015E +:100830003066007800C230252402FF800062102458 +:10084000AF42002830640007AF4208048F820014D2 +:100850000344202124840940AF460814AF850024B6 +:10086000AF840030AC4301189383003824020003A6 +:10087000146201CF240200012402002610E201D1FB +:1008800028E2002710400013240200322402002234 +:1008900010E201CC28E200231040000824020024CA +:1008A0002402002010E201B82402002110E20147D6 +:1008B000024020210A001AFB2402000B10E201C1B1 +:1008C0002402002510E20010024020210A001AFB39 +:1008D0002402000B10E201AE28E2003310400006B3 +:1008E0002402003F2402003110E2009A024020213D +:1008F0000A001AFB2402000B10E201A5024020218D +:100900000A001AFB2402000B8F90002C3C03080005 +:100910008C6331B08F8500308E0400100000A82158 +:100920008CB3001430823FFF0043102B8CB10020A9 +:100930005040018F0240202190A3000D2402FF802F +:1009400000431024304200FF504001890240202122 +:10095000000413823042000314400185024020212C +:1009600094A3001C8F8200148E040028A443011459 +:100970008CA20010026218231064000302402021A0 +:100980000A00197C2402001F8F82003400621021AB +:100990000262102B104000088F83002402402021A7 +:1009A000240200180E0016C5A382004410540174DE +:1009B0002404FFFF8F8300248F8400348C62001096 +:1009C0000224882100441023AC6200108F8200149E +:1009D000AC7100208C4200680051102B10400009BF +:1009E0008F830030024020212402001D0E0016C516 +:1009F000A38200442403FFFF104301612404FFFF8E +:100A00008F8300308E0200248C6300241043000783 +:100A1000024020212402001C0E0016C5A3820044BF +:100A20002403FFFF104301562404FFFF8F8400249A +:100A30008C82002424420001AC8200241233000482 +:100A40008F8200148C4200685622000E8E02000035 +:100A50008E0200003C030080004310241440000D6F +:100A60002402001A024020210E0016C5A382004471 +:100A70002403FFFF104301422404FFFF0A0019BAB8 +:100A80008E0200143C0300800043102450400003F9 +:100A90008E020014AC8000208E0200142411FFFF8F +:100AA0001051000E3C0308003C0208008C423190BB +:100AB000004310242403001B14400007A3830044B8 +:100AC0000E0016C5024020211051012D2404FFFF05 +:100AD0000A0019CB8E030000A38000448E0300009F +:100AE0003C02000100621024104000123C02008011 +:100AF0000062102414400008024020212402001A41 +:100B00000E0016C5A38200442403FFFF1043011CFE +:100B10002404FFFF02402021020028210E0016E5D8 +:100B2000240600012403FFFF104301152404FFFFE6 +:100B3000241500018F83002402A0302102402021CF +:100B40009462003624050001244200010A001ADFE5 +:100B5000A46200368F90002C3C0308008C6331B0F7 +:100B60008E13001032623FFF0043102B10400089AB +:100B70008F8400302402FF809083000D00431024F6 +:100B8000304200FF104000842402000D0013138245 +:100B900030420003240300011443007F2402000DAF +:100BA0009082000D30420008544000048F820034CF +:100BB000024020210A001A102402002450400004A0 +:100BC0008E03000C024020210A001A102402002784 +:100BD0008C82002054620006024020218E0300080F +:100BE0008C820024506200098E02001402402021F1 +:100BF000240200200E0016C5A38200441054007188 +:100C00002403FFFF0A001A458F8400242411FFFFEC +:100C1000145100048F860014024020210A001A405B +:100C2000240200258E0300188CC2007C1062000391 +:100C30002402000E0A001A40024020218E030024E4 +:100C40008C82002810620003240200210A001A404E +:100C5000024020218E0500288C82002C10A2000367 +:100C60002402001F0A001A40024020218E03002C9B +:100C700014600003240200230A001A4002402021CD +:100C80008CC200680043102B104000032402002691 +:100C90000A001A40024020218C82001400651821AD +:100CA0000043102B104000088F84002402402021B4 +:100CB000240200220E0016C5A382004410510041F8 +:100CC0002403FFFF8F8400242403FFF79082000D8C +:100CD00000431024A082000D8F8600143C030800FE +:100CE0008C6331AC8F82004894C400E08F8500246F +:100CF0000043102130847FFF000420400044102175 +:100D00003043007F034320213C03000E0083202159 +:100D10002403FF8000431024AF42002CA493000062 +:100D20008CA2002824420001ACA200288CA2002C36 +:100D30008E03002C00431021ACA2002C8E02002C4C +:100D4000ACA200308E020014ACA2003494A2003A8F +:100D500024420001A4A2003A94C600E03C0208002C +:100D60008C4231B024C4000130837FFF1462000F35 +:100D700000803021240280000082302430C2FFFF36 +:100D8000000213C2304200FF000210270A001A7E40 +:100D9000000233C02402000D024020210E0016C5BF +:100DA000A38200440A001A84004018218F82001494 +:100DB00002402021240500010E0015F9A44600E0A0 +:100DC000000018210A001B16006088218F90002C5B +:100DD0003C0308008C6331B08E05001030A23FFF49 +:100DE0000043102B104000612402FF808F840030EC +:100DF0009083000D00431024304200FF5040005CFF +:100E0000024020218F8200341040000B0005138225 +:100E10008F8200149763000A944200603042FFFF03 +:100E200014430005000513828F8200202404FFFD77 +:100E30000A001AF3AF82003C304200031440000E57 +:100E40000000000092020002104000058E03002402 +:100E500050600015920300030A001AAF02402021DF +:100E60008C82002450620010920300030240202173 +:100E70000A001AB72402000F9082000D30420008C9 +:100E80005440000992030003024020212402001074 +:100E90000E0016C5A38200442403FFFF1043003850 +:100EA0002404FFFF92030003240200025462000C9A +:100EB000920200038F820034544000099202000322 +:100EC000024020212402002C0E0016C5A3820044FB +:100ED0002403FFFF1043002A2404FFFF92020003B3 +:100EE0000200282102402021384600102CC60001B3 +:100EF0002C4200010E0016E5004630252410FFFFAD +:100F00001050001F2404FFFF8F8300341060001373 +:100F1000024020213C0208008C42318C0043102BFF +:100F200014400007000000000000282124060001F2 +:100F30000E001646000000000A001AF300002021EF +:100F40002402002D0E0016C5A38200441050000C90 +:100F50002404FFFF0A001AF3000020210E0015F9F7 +:100F6000240500010A001AF300002021024020217C +:100F70002402000D0E0016C5A3820044004020216B +:100F80000A001B16008088211514000E00000000C6 +:100F90000E00174C024020210A001B160040882139 +:100FA0000E0016C5A38200440A001B1600408821CB +:100FB00014620017022018212402002314E2000505 +:100FC0002402000B0E0017C0024020210A001B164D +:100FD0000040882102402021A38200440E0016C553 +:100FE0002411FFFF0A001B170220182130A500FF63 +:100FF0000E001529240600019783003A8F82003CD9 +:10100000A780003A00431023AF82003C0220182141 +:101010001220003E9782003A2402FFFD5462003EF7 +:101020008E4300208E4200048F830014005610234C +:10103000AE420004906200633042007FA062006311 +:101040008E4200208F840014A780003A34420002B0 +:10105000AE420020A48000E4908200632403FFBF1E +:1010600000431024A08200630A001B598E43002015 +:101070009082006300621024304200FF1040002381 +:101080009782003A90820088908300BD2485008872 +:101090003042003F2444FFE02C820020A383001C48 +:1010A00010400019AF85002C2402000100821804B2 +:1010B000306200191440000C3C02800034420002EF +:1010C000006210241440000B306200201040000F1A +:1010D0009782003A90A600010240202124050001D9 +:1010E0000A001B5330C60001024020210A001B5297 +:1010F00024050001024020210000282124060001CF +:101100000E001646000000009782003A1440FD04CD +:101110008F8400148E4300203062000410400012BF +:101120008F84003C2402FFFB00621024AE420020AA +:10113000274301808F4201B80440FFFE8F820048A0 +:10114000AC6200008F420124AC6200042402608380 +:10115000A462000824020002A062000B3C021000FE +:10116000AF4201B88F84003C8F8300148FBF0034DE +:101170008FB600308FB5002C8FB400288FB30024B9 +:101180008FB200208FB1001C8FB000182402000124 +:1011900027BD003803E00008AC6400C030A500FFA4 +:1011A0002403000124A900010069102B1040000C49 +:1011B00000004021240A000100A31023004A380443 +:1011C00024630001308200010069302B10400002CE +:1011D000000420420107402554C0FFF800A310235B +:1011E00003E00008010010213C020800244260A432 +:1011F0003C010800AC22738C3C02080024425308D6 +:101200003C010800AC2273902402000627BDFFE0D9 +:101210003C010800A02273943C021EDCAFB200180F +:10122000AFB10014AFBF001CAFB0001034526F411B +:1012300000008821240500080E001B7A02202021CE +:10124000001180803C07080024E773980002160014 +:1012500002071821AC6200000000282124A200012E +:101260003045FFFF8C6200002CA6000804410002FC +:10127000000220400092202614C0FFF8AC64000059 +:10128000020780218E0400000E001B7A2405002036 +:10129000262300013071FFFF2E2301001460FFE5BB +:1012A000AE0200008FBF001C8FB200188FB1001477 +:1012B0008FB0001003E0000827BD002027BDFFD835 +:1012C000AFB3001CAFB20018AFBF0020AFB1001425 +:1012D000AFB000108F5101408F48014800089402C0 +:1012E000324300FF311300FF8F4201B80440FFFE7C +:1012F00027500180AE1100008F420144AE0200046D +:1013000024020002A6120008A202000B240200140C +:10131000AE1300241062002528620015104000085A +:101320002402001524020010106200302402001272 +:10133000106200098FBF00200A001CB58FB3001C8B +:101340001062007024020022106200378FBF00205C +:101350000A001CB58FB3001C3C0208008C4231A06F +:101360002403FF800222102100431024AF420024F6 +:101370003C0208008C4231A0022210213042007F42 +:10138000034218213C02000A00621821166000BCCA +:10139000AF830014906200623042000F344200308C +:1013A000A06200620A001CB48FBF00203C046000F1 +:1013B0008C832C083C02F0033442FFFF00621824A7 +:1013C000AC832C083C0208008C4231A08C832C0892 +:1013D000244200740002108200021480006218256A +:1013E000AC832C080A001CB48FBF00203C0208000C +:1013F0008C4231A02403FF800222102100431024DC +:10140000AF4200243C0208008C4231A03C03000A99 +:10141000022210213042007F03421021004310219C +:101420000A001CB3AF8200143C0208008C4231A0B9 +:101430002405FF800222102100451024AF42002421 +:101440003C0208008C4231A0022210213042007F71 +:10145000034218213C02000A0062182190620063D6 +:1014600000A21024304200FF10400085AF8300141A +:1014700024620088944300123C0208008C4231A888 +:1014800030633FFF00031980022210210043102126 +:101490003043007F03432021004510243C03000C0F +:1014A00000832021AF4200289082000D00A210246A +:1014B000304200FF10400072AF8400249082000D83 +:1014C000304200101440006F8FBF00200E0015C87E +:1014D000000000008F4201B80440FFFE0000000041 +:1014E000AE1100008F420144AE020004240200024B +:1014F000A6120008A202000BAE1300240A001CB4BE +:101500008FBF00202406FF8002261024AF42002057 +:101510003C0208008C4231A031043FFF00042180CE +:101520000222102100461024AF4200243C03080090 +:101530008C6331A83C0208008C4231A03227007F26 +:101540000223182102221021006418213042007F5A +:101550003064007F034228213C02000A0066182400 +:1015600000A22821034420213C02000C00822021FB +:10157000AF4300283C020008034718210062902175 +:10158000AF850014AF8400240E0015C8010080212F +:101590008F4201B80440FFFE8F8200248F84001424 +:1015A000274501809042000DACB10000A4B00006B8 +:1015B000000216000002160300021027000237C2C4 +:1015C00014C00016248200889442001232033FFFA8 +:1015D00030423FFF14430012240260829083006374 +:1015E0002402FF8000431024304200FF5040000CD2 +:1015F00024026082908200623042000F3442004038 +:10160000A082006224026084A4A200082402000DCB +:10161000A0A200050A001C9E3C0227002402608252 +:10162000A4A20008A0A000053C02270000061C00A0 +:101630000062182524020002A0A2000BACA3001037 +:10164000ACA00014ACA00024ACA00028ACA0002CDE +:101650008E42004C8F840024ACA200189083000DB1 +:101660002402FF8000431024304200FF1040000598 +:101670008FBF00209082000D3042007FA082000DBD +:101680008FBF00208FB3001C8FB200188FB10014E1 +:101690008FB000103C02100027BD002803E00008B6 +:1016A000AF4201B80800343008003430080033A8D5 +:1016B000080033E0080034140800343808003438D7 +:1016C00008003438080033180A0001240000000024 +:1016D000000000000000000D747061362E322E33C1 +:1016E00000000000060203010000000000000000EE +:1016F00000000000000000000000000000000000EA +:1017000000000000000000000000000000000000D9 +:1017100000000000000000000000000000000000C9 +:1017200000000000000000000000000000000000B9 +:1017300000000000000000000000000000000000A9 +:101740000000000000000000000000000000000099 +:101750000000000000000000000000001000000376 +:10176000000000000000000D0000000D3C02080019 +:1017700024421C003C03080024632094AC40000079 +:101780000043202B1480FFFD244200043C1D080070 +:1017900037BD2FFC03A0F0213C1008002610049058 +:1017A0003C1C0800279C1C000E00015C000000008F +:1017B0000000000D3084FFFF308200078F85001885 +:1017C00010400002248300073064FFF800853021B8 +:1017D00030C41FFF03441821247B4000AF85001C48 +:1017E000AF84001803E00008AF4400843084FFFF9A +:1017F000308200078F8500208F860028104000026D +:10180000248300073064FFF8008520210086182B10 +:1018100014600002AF8500240086202303442821A1 +:1018200034068000AF840020AF44008000A6202151 +:1018300003E00008AF84003827BDFFD8AFB3001C19 +:10184000AFB20018AFB00010AFBF0024AFB400209B +:10185000AFB100143C0860088D1450002418FF7FBD +:101860003C1A8000029898243672380CAD12500051 +:101870008F5100083C07601C3C08600036300001B6 +:10188000AF500008AF800018AF400080AF40008428 +:101890008CE600088D0F08083C0760168CEC0000F1 +:1018A00031EEFFF039CA00103C0DFFFF340B800011 +:1018B0003C030080034B48212D440001018D282466 +:1018C0003C0253533C010800AC230420AF8900388C +:1018D000AF860028AF840010275B400014A20003ED +:1018E00034E37C008CF90004032818218C7F007CF1 +:1018F0008C6500783C0280003C0B08008D6B048CEA +:101900003C0A08008D4A048834520070AF85003CC0 +:10191000AF9F00403C13080026731C440240A021E6 +:101920008E4800008F46000038C30001306400017B +:1019300010800017AF880034028048218D2F0000EE +:101940003C0508008CA5045C3C1808008F1804585E +:1019500001E8102300A280210000C8210202402BD0 +:1019600003198821022838213C010800AC30045CAE +:101970003C010800AC2704588F4E000039CD00010F +:1019800031AC00011580FFED01E04021AF8F003444 +:101990008E5100003C0708008CE7045C3C0D0800F9 +:1019A0008DAD04580228802300F0602100007021D2 +:1019B0000190302B01AE1821006620213C01080067 +:1019C000AC2C045C3C010800AC2404588F46010890 +:1019D0008F47010030C92000AF860000AF87000CA0 +:1019E0001120000A00C040213C1808008F18042C68 +:1019F000270800013C010800AC28042C3C184000DA +:101A0000AF5801380A000196000000009749010410 +:101A100000002821014550213122FFFF0162582199 +:101A20000162F82B015F502130D902003C0108000F +:101A3000AC2B048C3C010800AC2A0488172000154C +:101A400024040F0010E400130000000024080D001F +:101A500010E8023B30CD000611A0FFE93C18400021 +:101A6000936E00002409001031C400F01089027147 +:101A700024020070108202E58F880014250F0001F7 +:101A8000AF8F00143C184000AF5801380A0001968F +:101A900000000000974C01041180FFD93C18400061 +:101AA00030C34000146000A1000000008F460178A0 +:101AB00004C0FFFE8F87003824100800240F0008A0 +:101AC0008CE30008AF500178A74F0140A7400142C6 +:101AD000974E01048F86000031C9FFFF30CD000111 +:101AE00011A002E1012040212531FFFE241800024F +:101AF000A75801463228FFFFA75101483C190800AA +:101B00008F39043C172002D08F8C000C30DF00206E +:101B100017E00002240400092404000130C20C0074 +:101B2000240504005045000134840004A744014A00 +:101B30003C1108008E3104203C1800483C10000184 +:101B40000238182530CF00020070282511E000046B +:101B5000000018213C19010000B9282524030001C8 +:101B600030DF000453E00005AF8300083C0600109E +:101B700000A6282524030001AF830008AF4510000C +:101B80000000000000000000000000000000000055 +:101B90008F83000810600023000000008F451000B4 +:101BA00004A1FFFE000000001060001E0000000005 +:101BB0008F4410003C0C0020008C102410400019B1 +:101BC0008F8E000031CD000211A000160000000031 +:101BD000974F101415E000130000000097591008EB +:101BE0003338FFFF271100060011188200033080F0 +:101BF00000C7282132300001322300031200032CD9 +:101C00008CA200000000000D00C7F821AFE2000028 +:101C10003C0508008CA5043024A600013C01080006 +:101C2000AC2604308F6D00003402FFFFAF8D00043E +:101C30008CEC0000118202A6000020218CED000037 +:101C400031AC01001180028A000000003C02080053 +:101C50008C4204743C0308008C63044C3C1F080055 +:101C60008FFF04703C1808008F1804480048382182 +:101C70000068802100E8282B03E430210208402B73 +:101C80000304882100C57021022878213C01080046 +:101C9000AC30044C3C010800AC2F04483C01080067 +:101CA000AC2704743C010800AC2E04708F8400182B +:101CB0000120302131290007249F000833F91FFF3C +:101CC00003594021AF84001CAF990018251B400028 +:101CD000AF590084112000038F83002024C2000725 +:101CE0003046FFF88F84002800C3282100A4302B41 +:101CF00014C00002AF83002400A428230345602100 +:101D0000340D8000018D10213C0F1000AF850020A4 +:101D1000AF820038AF450080AF4F01788F88001444 +:101D2000250F00010A0001EFAF8F00148F62000839 +:101D30008F670000240500300007760231C300F0F1 +:101D4000106500A7240F0040546FFF4C8F880014CB +:101D50008F4B01780560FFFE0000000030CA0200D2 +:101D600015400003000612820000000D00061282DA +:101D7000304D0003000D4900012D18210003808023 +:101D8000020D402100086080019380218E1F000019 +:101D900017E00002000000000000000D8F6E00043C +:101DA00005C202BD92070006920E000592020004D1 +:101DB0003C090001000E18800070F8218FED00181A +:101DC000277100082448000501A96021000830821D +:101DD000AFEC0018022020210E00059E26050014FD +:101DE000920A00068F7900043C0B7FFF000A2080D6 +:101DF000009178218DF800043566FFFF0326282422 +:101E000003053821ADE70004920E0005920D000491 +:101E1000960C0008000E10800051C8218F2300008E +:101E2000974901043C07FFFF006758243128FFFF52 +:101E3000010DF82103EC50233144FFFF01643025EC +:101E4000AF260000920300072418000110780275E5 +:101E5000240F0003106F0285000000008E050010A3 +:101E60002419000AA7590140A7450142921800040D +:101E70008F860000240F0001A7580144A7400146A7 +:101E80009747010430D100023C050041A7470148B3 +:101E900000001821A74F014A1220000330CB000494 +:101EA0003C0501412403000151600005AF83000897 +:101EB0003C06001000A6282524030001AF8300087B +:101EC000AF4510000000000000000000000000000E +:101ED000000000008F8A000811400004000000008C +:101EE0008F4410000481FFFE000000008F6B000093 +:101EF000920800043C1108008E310444AF8B0004AA +:101F000097590104311800FF3C0E08008DCE0440A3 +:101F10003325FFFF0305382102276021000010212F +:101F2000250F000A31E8FFFF0187482B01C2682115 +:101F300001A9F821311000073C010800AC2C044431 +:101F40003C010800AC3F0440120000038F8C0018D5 +:101F50002506000730C8FFF8010C682131BF1FFFBC +:101F6000AF8C001CAF9F0018AF5F00849744010442 +:101F7000035F80213084FFFF308A00071140000397 +:101F8000261B4000248900073124FFF88F8200209F +:101F90008F850028008220210085702B15C000024B +:101FA000AF820024008520233C0B08008D6B048C3D +:101FB0003C0A08008D4A04880344882134038000C9 +:101FC000022310213C0F1000AF840020AF820038A4 +:101FD000AF440080AF4F01780A0002968F8800144A +:101FE0008F5001780600FFFE30D10200162000035A +:101FF000000612820000000D00061282305F00030E +:10200000001F1900007F302100062080009FC8219A +:1020100000194880013380218E180000130000024F +:10202000000000000000000D8F6C000C058001FB1B +:102030008F870038240E0001AE0E00008CE30008EC +:10204000A20000078F65000400055402314D00FF17 +:1020500025A80005000830822CCB00411560000245 +:10206000A20A00040000000D8F7800043C03FFFF6B +:1020700000E02821330BFFFF256C000B000C1082C1 +:1020800000022080008748218D3F000026040014B4 +:10209000A618000803E3C8240E00059EAD39000011 +:1020A0008F4F01083C11100001F1382410E001AB02 +:1020B00000000000974D01049208000725AAFFECDC +:1020C000350600023144FFFFA2060007960600080D +:1020D0002CC7001354E0000592030007921100077B +:1020E000362F0001A20F00079203000724180001F9 +:1020F000107801C224090003106901D58F880038C7 +:1021000030CBFFFF257100020011788331E400FF1E +:1021100000042880A20F000500A848218D2D000092 +:10212000974A01043C0EFFFF01AEF8243143FFFF44 +:10213000006B1023244CFFFE03ECC825AD390000D2 +:10214000920600053C03FFF63462FFFF30D800FF23 +:102150000018388000F08821922F00143C04FF7F83 +:102160003487FFFF31EE000F01C65821316500FFB3 +:1021700000055080015068218DAC00200148F821F5 +:10218000A20B00060182C824AE0C000CAFF9000CB3 +:10219000920900068E11000C032778240009C080E4 +:1021A0000310702195C60026030828210227202449 +:1021B000AE04000CADCF0020ADC60024ACA60010CC +:1021C0008F8800003C0B08008D6B048C3C0A0800D3 +:1021D0008D4A0488241F001024190002A75F0140C3 +:1021E000A7400142A7400144A7590146974901046D +:1021F00024070001310600022538FFFEA7580148D8 +:102200003C050009A747014A10C00003000018213F +:102210003C05010924030001310C00045180000534 +:10222000AF8300083C08001000A828252403000103 +:10223000AF830008AF451000000000000000000060 +:1022400000000000000000009205000424AE00021F +:1022500031CD0007000D182330620007AE020010D8 +:102260008F90000812000004000000008F4F100043 +:1022700005E1FFFE000000008F7100008F8E001846 +:102280003C0308008C630444AF91000497450104AB +:1022900025CF001031E61FFF30A2FFFFAF8E001CDC +:1022A000AF860018AF4600842449FFFE3C0C0800AE +:1022B0008D8C0440974D010401208021000947C303 +:1022C0000070C02131A9FFFF0310F82B0188C8213D +:1022D000033F202103463821313100073C0108002B +:1022E000AC3804443C010800AC2404401220000334 +:1022F00024FB40002527000730E9FFF88F860020E7 +:102300008F8400280126382100E4C02B170000022A +:10231000AF86002400E438230347202134198000CD +:10232000009910213C0F1000AF870020AF820038C9 +:10233000AF470080AF4F01780A0002968F880014E3 +:102340009747010410E0FDAE3C1840008F5801781B +:102350000700FFFE30C5400010A000033C1F00082E +:102360000000000D3C1F0008AF5F01402410080072 +:102370008F860000AF5001789744010430D90001E6 +:10238000132000ED3086FFFF24CCFFFE240D000259 +:10239000A74D0146A74C01488F9100182408000D55 +:1023A000A748014A8F630000262F000831E21FFF73 +:1023B0000342702130C90007AF830004AF91001CB5 +:1023C000AF82001800C03821AF4200841120000302 +:1023D00025DB400024D800073307FFF88F85002055 +:1023E0008F84002800E5302100C4382B14E000025F +:1023F000AF85002400C430238F8400140346F821E5 +:10240000340C8000AF86002003EC8021AF460080B2 +:10241000249900013C0610003C184000AF460178AA +:10242000AF900038AF990014AF5801380A000196F8 +:10243000000000008F630000975101043067FFFF28 +:102440003228FFFF8F4F017805E0FFFE30EC0007D8 +:10245000000CF82333F0000724F9FFFE2404000ADF +:10246000A7440140A7500142A7590144A740014693 +:10247000A74801488F45010830B800201700000226 +:10248000240300092403000130CD0002A743014AC0 +:102490003C04004111A00003000018213C0401414C +:1024A0002403000130C9000451200005AF83000857 +:1024B0003C0600100086202524030001AF8300089D +:1024C000AF44100000000000000000000000000009 +:1024D000000000008F8E000811C000040000000002 +:1024E0008F4210000441FFFE000000008F7F0000BB +:1024F000276400088F91003CAF9F0004948500087A +:102500009490000A9499000C30AFFFFF0010C400B3 +:102510003323FFFF11F100A6030320253C0E080022 +:102520008DCE04443C0C08008D8C044000E88821CA +:102530002626FFFE01C628210000682100A6F82BF0 +:10254000018D2021009F80213C010800AC2504441E +:102550003C010800AC30044024E200083042FFFF98 +:102560003047000710E000038F830018244F000756 +:1025700031E2FFF83106FFFF30C800070043802139 +:1025800032191FFF0359C021AF83001CAF990018F7 +:10259000271B4000AF590084110000038F8C0020DE +:1025A00024C5000730A6FFF88F84002800CC28211E +:1025B00000A4F82B17E00002AF8C002400A428230D +:1025C000AF850020AF4500803C0408008C840434B3 +:1025D00003454821340E8000012E6821108000053B +:1025E000AF8D0038939100172406000E12260011BB +:1025F0002407043F3C021000AF4201788F8800148A +:10260000250F00010A0001EFAF8F00140E0005C472 +:1026100000E020218F8800143C0B08008D6B048C97 +:102620003C0A08008D4A0488250F00010A0001EFCA +:10263000AF8F00143C021000A7470148AF42017859 +:102640000A0004CE8F88001424040F001184003D7A +:1026500030CE002015C0000224030009240300012D +:102660000A00021AA743014A0A00020DA7400146C8 +:1026700094EF000894F1000A94F0000C8F8C003C59 +:10268000001174003207FFFF31EDFFFF11AC00377E +:1026900001C720253C1808008F1804443C0F08008F +:1026A0008DEF0440000080210308682101A8382B29 +:1026B00001F0702101C760213C010800AC2D0444E9 +:1026C0003C010800AC2C04400A00027A8F840018F8 +:1026D0003C0208008C42047C3C0308008C630454D8 +:1026E0003C1F08008FFF04783C1808008F18045026 +:1026F000004838210068802100E8282B03E43021BD +:102700000208402B0304882100C57021022878218B +:102710003C010800AC3004543C010800AC2F0450CC +:102720003C010800AC27047C3C010800AC2E047876 +:102730000A00027A8F840018A74001460A00043577 +:102740008F91001830CD002015A0FFC52403000D87 +:10275000240300050A00021AA743014A974E010408 +:1027600025C5FFF00A00038130A4FFFF8F980040C9 +:102770001498FFC8000010213C0508008CA5046CCB +:102780003C1F08008FFF046800A8C8210328302BD5 +:1027900003E22021008640213C010800AC39046C92 +:1027A0003C010800AC2804680A00027A8F840018F3 +:1027B0008F8C0040148CFF5900E8C8213C18080099 +:1027C0008F18046C3C1108008E3104682723FFFE2B +:1027D00003034821000010210123302B0222702125 +:1027E00001C668213C010800AC29046C3C010800CA +:1027F000AC2D04680A0004A524E200088F88003884 +:102800003C03FFFF8D02000C0043F82403E4C825BD +:10281000AD19000C0A00038F30CBFFFF0A0003C381 +:10282000AE000000974A0104920400048E26000CBA +:10283000014458212579FFF200C7C0243325FFFF4A +:1028400003053825AE27000C0A0002E68E050010AD +:102850003C0DFFFF8D0A0010014D582401646025D6 +:10286000AD0C00100A00038F30CBFFFF974301042B +:10287000920E00048E290010006E1021244DFFEEF0 +:102880000127602431A8FFFF0188F825AE3F001022 +:102890000A0002E68E0500108E0F000CAE0000004C +:1028A00000078880023028210A0002B8ACAF00205F +:1028B0001460000D3058FFFF3C04FFFF0044682403 +:1028C00001A47026000E602B000D102B004CF82484 +:1028D00013E00002000000000000000D8CAF0000BB +:1028E0000A00025001E410253B03FFFF0003882B80 +:1028F0000018802B0211202410800002000000002C +:102900000000000D8CB900000A0002503722FFFFC2 +:102910003084FFFF30A5FFFF108000070000182162 +:10292000308200011040000200042042006518219E +:102930001480FFFB0005284003E000080060102120 +:1029400010C00007000000008CA2000024C6FFFF9A +:1029500024A50004AC82000014C0FFFB2484000402 +:1029600003E000080000000010A0000824A3FFFFFF +:10297000AC86000000000000000000002402FFFF01 +:102980002463FFFF1462FFFA2484000403E00008BC +:1029900000000000308EFFFF30D8FFFF00057C00F4 +:1029A00001F8602539CDFFFF01AC5021014C582BB7 +:1029B000014B4821000944023127FFFF00E8302184 +:1029C0000006240230C5FFFF00A418213862FFFF73 +:1029D00003E000083042FFFF3C0C08008D8C0484AB +:1029E000240BFF8027BDFFD001845021014B4824D8 +:1029F000AF4900203C0808008D080484AFB20020D5 +:102A0000AFB00018AFBF0028AFB30024AFB1001CB7 +:102A1000936600040104382130E4007F009A1021FD +:102A20003C0300080043902130C500200360802152 +:102A30003C080111277B000814A000022646007004 +:102A40002646006C9213000497510104920F000473 +:102A50003267000F322EFFFF31ED004001C72823FF +:102A600011A0000500004821925900BC3338000431 +:102A70001700009000000000924300BC307F00046B +:102A800013E0000F0000000010A0000D0000000087 +:102A9000960E0002240AFF8000A7602125CDFFFECC +:102AA000A74D1016920B0004014B2024308200FF2A +:102AB00010400085010C40253C0F0400010F40250B +:102AC0008F5301780660FFFE2404000AA7440140EA +:102AD000960D00022404000931AC0007000C5823B5 +:102AE000316A0007A74A0142960200022443FFFE12 +:102AF000A7430144A7400146975F0104A75F01482F +:102B00008F590108333800205300000124040001CC +:102B1000920F000431EE001015C000023483001043 +:102B200000801821A743014A0000000000000000B7 +:102B30000000000000000000AF481000000000008E +:102B40000000000000000000000000008F51100095 +:102B50000621FFFE3113FFFF12600003000000009A +:102B60008F481018ACC8000096030006307FFFFFA6 +:102B700027F900020019988200138880023B302157 +:102B80008CD800001520005700183402920300046E +:102B90002405FF8000A3F82433F100FF1220002C4D +:102BA00000000000924700BC30F2000212400028F2 +:102BB00000000000974B100C2562FFFEA742101684 +:102BC000000000003C0A040035490030AF49100005 +:102BD00000000000000000000000000000000000F5 +:102BE0008F4C10000581FFFE000000009749100C7B +:102BF0008F51101C00C020213127FFFF24F200302C +:102C0000001218820003288000BBF8213226FFFF43 +:102C1000AFF100000E0005B300112C020013C880B4 +:102C2000033B98218E78000000027400AFB80010BA +:102C30008FA80010310FFFFFAFAF00108FA400105E +:102C400001C46825AFAD00108FA60010AE6600006D +:102C500097730008976D000A9766000C8F8A003CF6 +:102C6000000D5C0030CCFFFF3262FFFF104A0036DF +:102C7000016C2025960600023C10100024D30008A9 +:102C80000E00013B3264FFFF974C01040E00014926 +:102C90003184FFFFAF5001788FBF00288FB300242D +:102CA0008FB200208FB1001C8FB0001803E0000825 +:102CB00027BD003010A0FF700000000024A5FFFC1D +:102CC0000A0005EC240900048CD10000AF51101853 +:102CD0008F5301780660FF7A2404000A0A00060177 +:102CE0000000000000A7C8218F8800388F4E101CFC +:102CF0000019C0820018788001E82021AC8E000005 +:102D0000000E2C0200C020210E0005B331C6FFFFCB +:102D1000023B28218CAD000000025400004030210D +:102D2000AFAD00108FAC0010318BFFFFAFAB0010C8 +:102D30008FA2001001424825AFA900108FA70010F4 +:102D40000A000631ACA700008F8F0040148FFFC926 +:102D50000000000097420104960B00023C050800A9 +:102D60008CA5046C3049FFFF316AFFFF3C1108005D +:102D70008E310468012A382124F2FFFE00B240217E +:102D80000012FFC30112C82B023FC02103192021EA +:102D90003C010800AC28046C3C010800AC24046829 +:102DA0000A00066B0000000000A4102B1040000970 +:102DB000240300010005284000A4102B04A00003F8 +:102DC000000318405440FFFC000528401060000735 +:102DD000000000000085302B14C0000200031842E0 +:102DE000008520231460FFFB0005284203E0000853 +:102DF000008010218F85002C27BDFFE800053027BB +:102E00002CC300012CA400020083102510400003F5 +:102E1000AFBF00102405007FAF85002C00052827D8 +:102E200030A5FFFF0E000592240426F58F830030A5 +:102E3000240402BD004030210083382B10E000093B +:102E400024050001000420400083102B04800003AF +:102E5000000528405440FFFC0004204010A000085A +:102E600000C350210064402B1500000200052842D9 +:102E70000064182314A0FFFB0004204200C350216B +:102E80008FBF0010000A4C02312200FF27BD00183E +:102E9000AF8A002C03E00008AF8900300A00002A46 +:102EA00000000000000000000000000D7478703683 +:102EB0002E322E3300000000060203000000000046 +:102EC000000001360000EA60000000000000000081 +:102ED00000000000000000000000000000000000F2 +:102EE00000000000000000000000000000000000E2 +:102EF00000000000000000000000000000000016BC +:102F000000000000000000000000000000000000C1 +:102F100000000000000000000000000000000000B1 +:102F200000000000000000000000000000000000A1 +:102F3000000000000000138800000000000005DC15 +:102F4000000000000000000010000003000000006E +:102F50000000000D0000000D3C02080024423C204F +:102F60003C03080024633DD4AC4000000043202B08 +:102F70001480FFFD244200043C1D080037BD7FFC87 +:102F800003A0F0213C100800261000A83C1C0800FB +:102F9000279C3C200E0002BA000000000000000D3B +:102FA0008F8300383C088000350700708CE50000F6 +:102FB000008330253C02900000C22025AF85003000 +:102FC000AF4400208F4900200520FFFE3C03800015 +:102FD000346200708C4500008F8600303C19080078 +:102FE0008F39007C3C0E08008DCE007800A620238F +:102FF00003245821000078210164682B01CF60214F +:10300000018D50213C010800AC2B007C3C010800E4 +:10301000AC2A007803E00008000000000A0000412C +:10302000240400018F8400383C05800034A2000194 +:103030000082182503E00008AF43002003E00008E9 +:10304000000010213084FFFF30A5FFFF1080000733 +:1030500000001821308200011040000200042042CC +:10306000006518211480FFFB0005284003E00008DC +:103070000060102110C00007000000008CA20000BA +:1030800024C6FFFF24A50004AC82000014C0FFFB8F +:103090002484000403E000080000000010A00008E1 +:1030A00024A3FFFFAC860000000000000000000029 +:1030B0002402FFFF2463FFFF1462FFFA248400044C +:1030C00003E0000800000000308AFFFF93A800130F +:1030D000A74A014497490E1630C600FF3C02100073 +:1030E000A7490146AF450148A3460152A748015AE6 +:1030F000AF4701608FA400188FA30014A7440158A4 +:10310000AF43015403E00008AF42017803E0000838 +:10311000000000003C038000346200708C49000015 +:103120008F8800002484000727BDFFF83084FFF853 +:10313000AF890030974D008A31ACFFFFAFAC000083 +:103140008FAB0000016850232547FFFF30E61FFFCB +:1031500000C4282B14A0FFF73C0C8000358B0070B6 +:103160008D6A00003C0708008CE700843C060800DC +:103170008CC6008000081082014918230002788064 +:1031800000E370210000202101C3C82B00C4C0212E +:1031900001FA4021031948212502400027BD0008FB +:1031A0003C010800AC2E00843C010800AC290080E2 +:1031B00003E00008000000008F8200002486000762 +:1031C00030C5FFF800A2182130641FFF03E000089B +:1031D000AF8400008F8700388F8A004027BDFFB87A +:1031E0008F860044AFB60040AFBF0044AFB5003C8F +:1031F000AFB40038AFB30034AFB20030AFB1002C81 +:10320000AFB000288F4501048D4900ACAF47008066 +:103210008CC8002000A938230000B021AF480E1050 +:103220008F440E1000004821AF440E148CC20024BD +:10323000AF420E188F430E18AF430E1C10E001254D +:103240002D230001936B0008116000D400000000E2 +:10325000976E001031CDFFFF00ED602B158000CF81 +:103260000000000097700010320FFFFFAF4F0E00FC +:103270008F520000325100081220FFFD00000000B4 +:1032800097540E088F460E043285FFFF30B30001BD +:1032900012600132000000000000000D30B8A040B4 +:1032A00024150040131500C030A9A0001120012DE5 +:1032B00000000000937F000813E0000800000000F9 +:1032C00097630010306BFFFF00CB402B1100000311 +:1032D00030AC00401180012300000000A785003CB5 +:1032E000AF8600349366000800E02821AFA70020D5 +:1032F00014C0012427B30020AF60000C9782003C6B +:103300003047400014E00002240300162403000E9E +:1033100024194007A363000AAF790014938A003E82 +:103320008F740014315800070018AA4002959025A8 +:10333000AF7200149784003C8F700014309100101D +:1033400002117825AF6F0014978E003C31CD000834 +:1033500011A00147000028218F6700143C021000D3 +:103360003C0C810000E22825AF65001497460E0A48 +:103370002408000E3405FFFC30C3FFFF006C582505 +:10338000AF6B0004A3680002937F000A27E90004E2 +:10339000A369000A9786003C9363000A30CC1F00A3 +:1033A000000C598301634021251F0028A37F0009D9 +:1033B00097490E0CA769001093790009272A00028B +:1033C000315800070018A82332B10007A371000B81 +:1033D00093740009976400108F910034978F003C1C +:1033E000329200FF024480210205702131ED00403D +:1033F00011A0000531C4FFFF0091282B3C12800072 +:1034000010A000140000A0210224382B14E0011B9E +:103410008FA500208F4D0E14AF4D0E108F420E1C45 +:10342000AF420E18AF440E008F4F000031EE00087F +:1034300011C0FFFD0000000097540E080080882195 +:1034400000009021A794003C8F500E04241400012A +:10345000AF900034976400103095FFFF8E68000035 +:103460000111F82317E00009AE7F00008F650014FA +:103470008F8B004434A60040AF6600148F4C0E10B2 +:10348000AD6C00208F430E18AD63002493670008D5 +:1034900014E000D2000000000E00009E2404001082 +:1034A0008F8900483C08320000402821312600FF67 +:1034B0000006FC0003E8502525390001AF990048BB +:1034C000AC4A0000937800099370000A330400FFAF +:1034D00000047400320F00FF01CF6825AC4D0004DA +:1034E0008F820048064000EAACA20008ACA0000CA5 +:1034F0009783003C306B0008156000022628000608 +:1035000026280002974E0E148F450E1C8F6700046C +:10351000936D000231C4FFFF31A200FFAFA2001083 +:103520008F6C0014AFA800180E00008BAFAC001415 +:10353000240400100E0000C7000000008E7200007E +:1035400016400005000000008F6400142405FFBF32 +:1035500000859824AF7300148F79000C033538214F +:10356000AF67000C9375000816A00008000000006B +:1035700012800006000000008F7F00143C0BEFFF5C +:103580003568FFFE03E84824AF690014A3740008FF +:103590008FA500200A00024602202021AF470E001E +:1035A0000A0000F5000000008F5901780720FFFE97 +:1035B000241F08008F840000AF5F0178974B008ABA +:1035C000316AFFFF014448232528FFFF31021FFF16 +:1035D0002C4300081460FFF9000000008F8E0048A3 +:1035E0008F8D003800C048210344202125C60001EA +:1035F000240C0F00AF86004800E9382324864000E1 +:1036000031CA00FF11AC0005240800019391003E6F +:103610003230000700107A4035E80001000AAC00A3 +:103620003C18010002B8A025AC9440008F930048DC +:1036300030B2003630A40008ACD3000410800097EC +:1036400001123025974E0E0A8F8D00003C0281003A +:1036500031CCFFFF25AB0008018240253C03100060 +:1036600031651FFF25390006241F000EAF48016099 +:1036700000C33025A75F015AAF850000A759015844 +:1036800014E0000A8F93003824120F0052720002D7 +:103690002416000134C600408F580E108F94004449 +:1036A000AE9800208F550E18AE9500248F450E144D +:1036B000AF4501448F590E1CAF590148A34A01522E +:1036C0003C0A1000AF460154AF4A017814E0FEDD19 +:1036D0002D2300010076A025128000178FBF004423 +:1036E0008F84003824160F0010960084000000001C +:1036F0008F45017804A0FFFE24150F001095006E81 +:10370000000000008F470E14240202403C1F1000EE +:10371000AF4701448F440E1CAF440148A3400152FF +:10372000A740015AAF400160A7400158AF42015481 +:10373000AF5F01788FBF00448FB600408FB5003C6B +:103740008FB400388FB300348FB200308FB1002CAB +:103750008FB0002803E0000827BD004814C0FED049 +:1037600030B8A0408F420E148F84004400004821DE +:10377000AC8200208F510E1CAC9100240A00020E76 +:103780002D2300018F910034978A003C3C12800069 +:103790000220A821315800401700FF300000A0216E +:1037A000976900108F9200343139FFFF13320035D2 +:1037B00000002021008048211480FEA000A03821B4 +:1037C0008F420E148F840044AC8200208F510E1C57 +:1037D000AC9100240A00020E2D230001936A000917 +:1037E0009378000B315000FF330F00FF020F702160 +:1037F00025C2000A3050FFFF0E00009E020020216B +:103800008F8600483C1F410024CD0001AF8D004849 +:10381000936C000930C600FF00064400318300FFAE +:10382000246B0002010B4825013FC825AC5900005C +:103830008F67000C97440E1400F22825AC45000455 +:103840008F450E1C8F670004936A00023084FFFFCF +:10385000315800FFAFB800108F6F0014AFB10018DF +:103860000E00008BAFAF00140A0001A60200202159 +:10387000AF6000040A00013EA36000020A00024695 +:1038800000002021000090210A0001702414000192 +:103890003C1280000A000195ACB2000C8F91000030 +:1038A00025240002A744015826300008320F1FFFCC +:1038B0000A0001F9AF8F0000AF40014C1120002C2D +:1038C000000000008F590E10AF5901448F430E18AD +:1038D000240200403C1F1000AF430148A3400152A6 +:1038E000A740015AAF400160A7400158AF420154C0 +:1038F000AF5F01780A0002278FBF00441120000645 +:103900000000000097460E0830CC004015800002F1 +:10391000000000000000000D8F4D017805A0FFFEA3 +:103920000000000097530E103C120500240E2000EA +:10393000326AFFFF0152C025AF58014C8F4F0E1461 +:103940003C021000AF4F01448F500E1CAF50014895 +:10395000A34001528F840038A740015AAF40016054 +:10396000A7400158AF4E01540A000215AF4201783A +:103970008F490E14AF4901448F430E1C0A00028E7A +:10398000240200403C0E20FF27BDFFE03C1A8000CF +:103990003C0F800835CDFFFDAFBF001CAFB2001853 +:1039A000AFB10014AFB00010AF8F0040AF4D0E00AC +:1039B0000000000000000000000000000000000007 +:1039C000000000003C0C00FF358BFFFDAF4B0E00EC +:1039D0003C0660048CC95000240AFF7F3C11600043 +:1039E000012A40243507380CACC750008E24043817 +:1039F00024050009AF4500083083FFFF38622F71AE +:103A00002450C0B3AF8000480E000068AF800000B3 +:103A100052000001AE20442C0E0004353C11800001 +:103A20000E000ED9363000708F8A00403C1208001C +:103A300026523C88020088218E0800008F5F00001B +:103A40003BF900013338000113000017AF88003044 +:103A5000022048218D2700003C0F08008DEF006CEC +:103A60003C0C08008D8C006800E8C02301F8282178 +:103A70000000682100B8302B018D582101664021DB +:103A80003C010800AC25006C3C010800AC28006833 +:103A90008F44000038830001306200011440FFEDC4 +:103AA00000E04021AF8700308E0C00003C0508008C +:103AB0008CA5006C3C0408008C84006801883023CD +:103AC00000A638210000102100E6402B00821821BA +:103AD0000068F8213C010800AC27006C3C0108009C +:103AE000AC3F00688F49010025590088AF99004418 +:103AF000AF890038AF4900208E070000AF87003043 +:103B00008F4D017805A0FFFE000000008E0600002A +:103B10003C0B08008D6B00743C0408008C84007022 +:103B200000C728230165F8210000102103E5402B80 +:103B30000082382100E8C821240908003C0108005F +:103B4000AC3F00743C010800AC390070AF4901780B +:103B500093580108A398003E938F003E31EE000178 +:103B600015C000158F830038240E0D00106E00194B +:103B7000240F0F00106F001D00000000915900007D +:103B800024180050332900FF113800043C1F400066 +:103B9000AF5F01380A0002E7000000000E00090EC6 +:103BA000000000008F8A00403C1F4000AF5F0138DA +:103BB0000A0002E700000000938D003E31AC0006D1 +:103BC000000C51000E0000CE0152D8210A00034320 +:103BD0008F8A00403C1B0800277B3D080E0000CE6A +:103BE000000000000A0003438F8A00403C1B0800CD +:103BF000277B3D280E0000CE000000000A00034392 +:103C00008F8A004090AA00018FAB00108CAC00108E +:103C10003C0300FF8D680004AD6C00208CAD0014E7 +:103C200000E060213462FFFFAD6D00248CA7001816 +:103C30003C09FF000109C024AD6700288CAE001CC0 +:103C40000182C82403197825AD6F0004AD6E002CE5 +:103C50008CAD0008314A00FFAD6D001C94A9000234 +:103C60003128FFFFAD68001090A70000A56000029A +:103C7000A1600004A167000090A30002306200FF71 +:103C80000002198210600005240500011065000E75 +:103C90000000000003E00008A16A00018CD80028A1 +:103CA000354A0080AD7800188CCF0014AD6F001439 +:103CB0008CCE0030AD6E00088CC4002CA16A0001CF +:103CC00003E00008AD64000C8CCD001CAD6D001845 +:103CD0008CC90014AD6900148CC80024AD680008BC +:103CE0008CC70020AD67000C8CC200148C8300646C +:103CF0000043C82B13200007000000008CC20014F2 +:103D0000144CFFE400000000354A008003E0000886 +:103D1000A16A00018C8200640A000399000000007F +:103D200090AA000027BDFFF88FA9001CA3AA0000DD +:103D30008FAE00003C0FFF808FA8001835E2FFFF18 +:103D40008CCD002C01C26024AFAC0000A120000487 +:103D500000E06021A7A000028FB800008D270004BA +:103D60000188182100A0582100C05021006D28268C +:103D70003C06FF7F3C0F00FF2CAD000135EEFFFF3E +:103D800034D9FFFF3C02FF0003193024000D1DC091 +:103D9000010EC82400E2C02400C370250319782551 +:103DA000AD2E0000AD2F00048D450024AFAE000005 +:103DB000AD2500088D4D00202405FFFFAD2D000C22 +:103DC000956800023107FFFFAD27001091660018CB +:103DD00030C200FF000219C2506000018D4500345E +:103DE000AD2500148D67000827BD0008AD27001C15 +:103DF0008C8B00CCAD2C0028AD20002CAD2B0024EA +:103E0000AD20001803E00008AD20002027BDFFE032 +:103E1000AFB20018AFB10014AFB00010AFBF001CBC +:103E20009098000000C088213C0D00FF330F007FF8 +:103E3000A0CF0000908E000135ACFFFF3C0AFF00D0 +:103E4000A0CE000194A6001EA22000048CAB00149A +:103E50008E29000400A08021016C2824012A40241E +:103E60000080902101052025A6260002AE24000432 +:103E700026050020262400080E00007624060002F5 +:103E800092470000260500282624001400071E0083 +:103E90000003160324060004044000032403FFFF6C +:103EA000965900023323FFFF0E000076AE23001068 +:103EB000262400248FBF001C8FB200188FB100147D +:103EC0008FB0001024050003000030210A0000809C +:103ED00027BD002027BDFFD8AFB1001CAFB0001830 +:103EE000AFBF002090A80000240200018FB0003C6A +:103EF0003103003F00808821106200148FAA00382F +:103F0000240B0005506B0016AFAA001000A0202162 +:103F100000C028210E0003DC02003021922400BCE6 +:103F2000308300021060000326060030ACC00000A1 +:103F300024C600048FBF00208FB1001C8FB0001872 +:103F400000C0102103E0000827BD002801403821EF +:103F50000E00035AAFB000100A0004200000000059 +:103F60000E0003A1AFB000140A00042000000000FE +:103F70003C02000A034218213C04080024843D6CE2 +:103F80002405001A000030210A000080AF8300548D +:103F90003C038000346200708C48000000A058216F +:103FA00000C04821308A00FFAF8800308F4401787C +:103FB0000480FFFE3C0C8000358600708CC500003C +:103FC0003C0308008C6300743C1808008F180070D4 +:103FD00000A82023006468210000C82101A4782BD8 +:103FE0000319702101CF60213C010800AC2D007441 +:103FF0003C010800AC2C00708F480E14AF480144FF +:10400000AF47014CA34A0152A74B01589346010800 +:1040100030C5000854A0000135291000934B090059 +:1040200024070050316A00FF11470007000000001C +:104030008F450E1CAF450148AF4901543C091000A3 +:1040400003E00008AF490178934D010831A800084A +:104050001100001000000000934F010831EE001025 +:1040600051C00001352900083C04080090843DD06F +:10407000A34401508F4309A4AF4301488F4209A0D4 +:10408000AF420144AF4901543C09100003E000086D +:10409000AF4901783C1908008F393D8C333800084E +:1040A0005700FFF1352900080A00047300000000E2 +:1040B00024070040AF470814AF4008108F4209445E +:1040C0008F4309508F4409548F45095C8F46094C32 +:1040D000AF820064AF830050AF84004CAF85005CBA +:1040E00003E00008AF8600609346010930C5007FF9 +:1040F000000518C0000521400083102103E00008DE +:10410000244200883C09080091293D9124A800021E +:104110003C05110000093C0000E8302500C51825C9 +:1041200024820008AC83000003E00008AC80000497 +:104130009347010B8F4A002C974F09083C18000E3B +:104140000358482131EEFFFF000E41C0AF48002C5C +:1041500097430908952C001A008040212403000190 +:10416000318BFFFFAC8B00008D2D001C00A058216F +:1041700000C06021AC8D00048D24002030E7004099 +:10418000AD04000891220019304400031083004858 +:104190002885000214A00062240600021086005642 +:1041A00024190003109900660000000010E0003A96 +:1041B000000000003C07080094E73D8624E200016F +:1041C000934F0934934709219525002A31EE00FFCA +:1041D000000E488230ED00FF978700580009360036 +:1041E000000D1C003044FFFF00C310250044C02513 +:1041F00000A778213C19400003197025000F4C00DE +:10420000AD090004AD0E0000934D09203C030006EB +:1042100025090014000D360000C32025AD04000858 +:104220008F59092C24E5000130A27FFFAD19000C45 +:104230008F580930A782005825020028AD180010B9 +:104240008F4F0938AD0F0014AD2B00048F4E09407D +:10425000AD2E0008934D09373C05080090A53D9010 +:104260008F4409488F46094031A700FF00EC182110 +:10427000008678230003C7000005CC0003196025E1 +:1042800031E8FFFC01885825AD2B000CAD20001053 +:1042900003E00008AF4A002C3C0D080095AD3D86B8 +:1042A0003C0E080095CE3D800A0004C901AE1021E5 +:1042B0003C05080094A53D8A3C06080094C63D8054 +:1042C0003C18080097183D7C952E002400A6782104 +:1042D00001F86823000E240025A2FFF200821825B1 +:1042E00024190800AD03000CAD190014AD00001036 +:1042F0000A0004C4250800189526002495250028E6 +:104300000006C40000057C00370E810035ED080072 +:10431000AD0E000CAD0D00100A0004C425080014F9 +:104320001480FFA200000000952400240004140063 +:1043300034430800AD03000C0A0004C42508001033 +:104340003C03080094633D8A3C05080094A53D8029 +:104350003C06080094C63D7C953900249538002819 +:10436000006520210086782300196C000018740075 +:1043700025E2FFEE01C2202535A3810024190800A3 +:10438000AD03000CAD040010AD190018AD00001411 +:104390000A0004C42508001C03E00008240201F4FC +:1043A00027BDFFE8AFB00010AFBF00140E000060E3 +:1043B0000080802124050040AF4508148F83005001 +:1043C0008F84004C8F85005C0070182100641023DE +:1043D00018400004AF830050AF6300548F66005450 +:1043E000AF86004C1200000C000000008F440074E7 +:1043F000936800813409FA002D07000710E00005DA +:1044000000891021936C0081240B01F4018B50046E +:1044100001441021AF62000C8F4E095C01C5682376 +:1044200019A000048FBF00148F4F095CAF8F005C90 +:104430008FBF00148FB000100A00006227BD001863 +:104440008F8400648F8300508F82004CAF640044DF +:10445000AF63005003E00008AF6200543C038000EB +:10446000346200708C43000027BDFFF8308700FFE6 +:1044700030A900FF30C800FFAF8300308F440178BF +:104480000480FFFE3C028000345900708F38000029 +:10449000A3A700033C0708008CE700748FAC000062 +:1044A0003C0608008CC60070030378233C0E7FFF97 +:1044B00000EFC82135CDFFFF00005021018D2824D9 +:1044C00000CA1821000847C0032F202B00A8102580 +:1044D0000064C021AFA200003C010800AC390074A8 +:1044E0003C010800AC380070934F010AA3A0000201 +:1044F0003C0E80FFA3AF00018FAC0000312B007F8A +:1045000035CDFFFF018D4824000B5600012A4025C0 +:10451000240730002406FF803C05100027BD00085A +:10452000AF48014CAF470154A7400158A346015280 +:1045300003E00008AF45017827BDFFE8AFBF0014D6 +:10454000AFB000108F6500743C068000309000FF13 +:1045500000A620250E000060AF6400749363000580 +:10456000346200080E000062A362000502002021F0 +:104570008FBF00148FB00010240500052406000131 +:104580000A00057027BD001827BDFFE03C0380002E +:10459000AFB00010AFBF0018AFB1001434620070AC +:1045A0008C470000309000FF30A800FFAF8700303C +:1045B0008F4401780480FFFE3C18800037110070A2 +:1045C0008E2F00003C0D08008DAD00743C0A0800E1 +:1045D0008D4A007001E7702301AE282100005821A8 +:1045E00000AE302B014B4821012638213C01080048 +:1045F000AC250074000088213C010800AC27007045 +:104600001100000F000000008F6200742619FFFFE8 +:104610003208007F0002FE0233E5007F150000062D +:10462000332200FF2407FF800207202624A3FFFF78 +:1046300000838025320200FF0040802124111008F1 +:104640000E000060000000008F49081831250004AA +:1046500014A0FFFD3218007F001878C000187140C8 +:1046600001CF682125AC0088AF4C0818274A098083 +:104670008D4B0020AF4B01448D460024AF460148CE +:10468000A35001500E000062A740015802201021E3 +:104690008FBF00188FB100148FB0001003E0000826 +:1046A00027BD002027BDFFE8308400FFAFBF00100A +:1046B0000E0005BB30A500FF8F8300508FBF001098 +:1046C000344500402404FF903C02100027BD001830 +:1046D000AF43014CA3440152AF45015403E000082D +:1046E000AF4201789343093E306200081040000D4C +:1046F0003C0901013528080AAC8800008F47007486 +:10470000AC8700043C06080090C63D9030C5001000 +:1047100050A00006AC8000088F6A0060AC8A0008D8 +:104720002484000C03E00008008010210A00062207 +:104730002484000C27BDFFE8AFBF0014AFB0001009 +:104740009346093F00A050210005288000853823AA +:1047500030C200FF240300063C09080095293D866D +:1047600024E8FFD824050004104300372406000283 +:104770009750093C3C0F020400063400320EFFFF44 +:1047800001CF6825AC8D0000934C093E318B002091 +:104790001160000800000000934309363C02010349 +:1047A000345F0300307900FF033FC0252405000873 +:1047B000AC98000493430934935909210005F88209 +:1047C000306200FF0002C082332F00FF00186E002D +:1047D000000F740001AE6025018920253C094000CE +:1047E00000898025ACF0FFD8934309378F4F0948E3 +:1047F0008F580940306200FF004AC821033F7021F2 +:1048000001F86023000E6F0001A650253185FFFCE2 +:10481000001F58800145482501683821AD09002056 +:104820000E00006024F00028240400040E00006242 +:10483000A364003F020010218FBF00148FB000104E +:1048400003E0000827BD00180A0006352406001200 +:1048500027BDFFD024090010AFB60028AFB5002453 +:10486000AFB40020AFB10014AFB000103C0108009D +:10487000A0293D90AFBF002CAFB3001CAFB2001811 +:1048800097480908309400FF3C02000E3107FFFFF3 +:10489000000731C0AF46002C974409089344010B30 +:1048A00030B500FF03428021308300300000B0218A +:1048B0001060012500008821240C00043C01080040 +:1048C000A02C3D90934B093E000B5600000A2E038E +:1048D00004A0016000000000AF400048934F010BAE +:1048E00031EE002011C00006000000009358093E80 +:1048F00000189E0000139603064001890000000086 +:104900009344010B30830040106000038F930050EC +:104910008F8200502453FFFF9347093E30E6000882 +:1049200014C0000224120003000090219619002CEC +:1049300093580934934F0937A7990058330C00FF57 +:1049400031EE00FF024E6821000D5880016C5021AD +:10495000015140213C010800A4283D869205001821 +:1049600030A900FF010918213C010800A4233D885B +:104970009211001816200002000000000000000D37 +:104980003C010800A4233D8A3C010800A4203D808E +:104990003C010800A4203D7C935F010B3063FFFFC6 +:1049A00033F00040120000022464000A2464000B6B +:1049B0003091FFFF0E00009E022020219358010B32 +:1049C0003C08080095083D8A0040202100185982C3 +:1049D000316700010E00049A01072821934C010B56 +:1049E0008F4B002C974E09083C0F000E034F4021BF +:1049F00031CDFFFF000D51C0AF4A002C974309088D +:104A00009505001A004038212404000130A9FFFF59 +:104A1000AC4900008D06001C00404821318A00404E +:104A2000AC4600048D020020ACE20008910300199E +:104A300030630003106400EC28790002172001188D +:104A4000241000021070010C241F0003107F011EAF +:104A500000000000114000DE000000003C090800DA +:104A600095293D8625220001935F0934934E092143 +:104A70009504002A33F900FF0019C08231CF00FFEE +:104A8000978E005800184600000F6C00010D80251D +:104A90003045FFFF02051025008E50213C034000E9 +:104AA00000433025000A6400ACEC0004ACE60000D2 +:104AB000935F09203C19000624EC0014001FC60077 +:104AC00003197825ACEF00088F48092C25CD00018B +:104AD00031A57FFFACE8000C8F500930A785005846 +:104AE00024E80028ACF000108F4409380100802130 +:104AF000ACE40014AD9300048F530940AD9300085B +:104B0000934A09373C19080093393D908F4309486F +:104B10008F460940314200FF0052F82100667023A1 +:104B2000001F7F000019C40001F8282531CDFFFCCB +:104B300000AD2025AD84000CAD800010AF4B002CE3 +:104B4000934B093E317300081260000D3C060101D1 +:104B500034CC080AACEC00288F530074AD13000469 +:104B60003C0B0800916B3D903167001050E0000352 +:104B7000AD0000088F6A0060AD0A00082510000C27 +:104B800012C0003D000000009343093F24160006B8 +:104B900024060004306200FF105600C924070002FA +:104BA0009758093C3C0F0204330DFFFF01AF40252D +:104BB000AE0800009345093E30A400201080000894 +:104BC00000000000935309363C0B0103357F0300BE +:104BD000327900FF033F7025AE0E00042406000862 +:104BE000934F093493480921312AFFFF31ED00FF2B +:104BF000000D1082310300FF0002B60000032C00FC +:104C000002C56025018A9825001220803C094000D9 +:104C10000204502302695825AD4BFFD8935F093732 +:104C20008F4F09488F58094033F900FF0332702134 +:104C30000006B08201D668210007440001F828234D +:104C4000000D1F000068302530A2FFFC2547FFD86B +:104C500000C260250016808002074821ACEC0020CD +:104C6000253000280E00006024120004A372003FCB +:104C70000E000062000000009347010B30F200407C +:104C8000124000053C1900FF8E180000372EFFFF70 +:104C9000030E3024AE0600000E0000C702202021C3 +:104CA0003C10080092103D90321100031220000FBA +:104CB00002A028218F89005025330001AF930050B6 +:104CC000AF7300508F6B00540173F8231BE0000298 +:104CD000026020218F640054AF6400548F4C007434 +:104CE000258401F4AF64000C02A028210280202159 +:104CF000A76000680E0005BB3C1410008F850050B3 +:104D000034550006AF45014C8F8A00488FBF002CF8 +:104D10008FB3001C25560001AF9600488FB20018D3 +:104D2000A34A01528FB60028AF5501548FB1001429 +:104D3000AF5401788FB500248FB400208FB00010DD +:104D400003E0000827BD00309358093E00189E007C +:104D500000139603064200362411000293440923EF +:104D6000308300021060FEDD8F8600608F8200506D +:104D700014C2FEDA000000000E0000600000000017 +:104D80009369003F24070016312800FF1107000C2B +:104D9000240500083C0C0800918C3D90358B0001E7 +:104DA0003C010800A02B3D90936A003F314300FF77 +:104DB00010650065240D000A106D005E2402000CD1 +:104DC0000E000062000000000A00069000000000D3 +:104DD0003C09080095293D863C0A0800954A3D801B +:104DE0000A0006F3012A10213C09080095293D8A92 +:104DF0003C04080094843D803C06080094C63D7C39 +:104E000095030024012410210046F8230003CC0060 +:104E100027F0FFF20330C025240F0800ACF8000C87 +:104E2000ACEF0014ACE000100A0006EE24E7001816 +:104E30003C010800A0313D90935F093E241600011B +:104E400033F900201720FEA5241100080A0006905F +:104E5000241100048F6E00848F4D094011A0FE9E26 +:104E6000AF8E0050240F00143C010800A02F3D908D +:104E70000A00068F00000000950E0024950D002802 +:104E8000000E6400000D2C003589810034A6080056 +:104E9000ACE9000CACE600100A0006EE24E70014B2 +:104EA0001460FEEC000000009502002400021C00CB +:104EB00034640800ACE4000C0A0006EE24E700109D +:104EC0000A000741240700123C02080094423D8A70 +:104ED0003C06080094C63D803C03080094633D7C7A +:104EE00095100024951900280046F82103E3C023FB +:104EF00000106C0000197400270FFFEE01CF282569 +:104F000035AC8100ACEC000CACE5001024070800C7 +:104F1000AD2700182527001C0A0006EEAD2000145E +:104F20008F7F004CAF7F00548F7900540A000699A0 +:104F3000AF790050A362003F0E0000620000000045 +:104F40000A00069000000000240200140A0008274E +:104F5000A362003F27BDFFE8308400FFAFBF001011 +:104F60000E0005BB30A500FF9378007E9379007F8B +:104F7000936E00809368007A332F00FF001866005C +:104F8000000F6C0031CB00FF018D4825000B520053 +:104F90008FBF0010012A3825310600FF344470000D +:104FA00000E628252402FF813C03100027BD0018DD +:104FB000AF45014CAF440154A342015203E0000845 +:104FC000AF43017827BDFFD8AFB20018AFB10014CE +:104FD000AFB00010AFBF0020AFB3001C9342010977 +:104FE000308600FF30B000FF000618C23204000215 +:104FF0003071000114800005305200FF93670005F6 +:1050000030E5000810A0000D30C80010024020213B +:105010000E0005A702202821240400018FBF0020D4 +:105020008FB3001C8FB200188FB100148FB0001026 +:105030000080102103E0000827BD00281500003281 +:105040000000000093430109000028213062007F26 +:10505000000220C00002F94003E49821267900886C +:10506000033B98218E7800248E6F0008130F0046B2 +:10507000000000008F640084241800020004FD82F8 +:1050800033F900031338007C0000000093660083AE +:10509000934A0109514600043205007C10A00060CB +:1050A000000000003205007C14A0005302402021C3 +:1050B00016200006320400018E7F00248F5901045F +:1050C00017F9FFD600002021320400011080000AE9 +:1050D000024020218F4209408F9300641053000644 +:1050E000000000000E00066D022028218F430940B9 +:1050F000AF630044024020210E0006020220282156 +:105100000A000860240400013C0908008D2900649D +:10511000252600013C010800AC26006416000012A0 +:10512000000000008F6D00843C0E00C001AE6024C2 +:1051300015800005024020210E00082E02202821A3 +:105140000A00086024040001240500040E00057014 +:1051500024060001024020210E00082E02202821F2 +:105160000A000860240400010E000041240400012C +:10517000936B007D020B50250E000062A36A007D38 +:105180000A0008A38F6D00848F6600748F480104A5 +:105190008E67002400064E021507FFB63126007FF9 +:1051A000936B008326440001308A007F1146004340 +:1051B000316300FF5464FFB08F6400842645000112 +:1051C00030B1007F30A200FF122600042405000148 +:1051D000004090210A00087624110001240FFF806E +:1051E000024F702401CF9026324200FF00409021F0 +:1051F0000A000876241100010E00066D0220282105 +:10520000321800301300FFAA321000820240202121 +:105210000E0005A7022028210A00086024040001CE +:105220008F6E00743C0F80002405000301CF902591 +:10523000AF72007493710083240600010E000570A4 +:10524000322400FF0E00004124040001936D007D14 +:10525000020D60250E000062A36C007D3C0B08006F +:105260008D6B0054257000013C010800AC300054E7 +:105270000A000860240400018F6800743C09800063 +:105280002405000401093825AF6700749363008387 +:10529000240600010E000570306400FF0E0000417E +:1052A000240400019362007D020298250E00006232 +:1052B000A373007D0A00086024040001324D0080C1 +:1052C00039AC0080546CFF6C8F6400840A0008C9FC +:1052D0002645000127BDFFC83C0A0008AFBF0030CB +:1052E000AFB5002CAFB40028AFB30024AFB200209C +:1052F000AFB1001CAFB00018034AD8212409004008 +:10530000AF490814AF4008108F4209448F43095039 +:105310008F4609548F47095C8F48094C9344010814 +:105320009345010BAF820064308400FF30A500FF7D +:10533000AF830050AF86004CAF87005C0E00084A78 +:10534000AF8800601440017D8FBF0030A760006807 +:10535000934D0900240B00503C15080026B53D482C +:1053600031AC00FF3C12080026523D58118B00035F +:10537000000000000000A8210000902193510109C5 +:105380008F9F005024040010322E007F000E68C052 +:10539000000E6140018D282124B40088AF54081804 +:1053A0008F4901048F4A09A43C0B000E034BC02116 +:1053B000012A10233C010800AC223D6C8F430958A0 +:1053C0003C010800A0243D9097470908007F302346 +:1053D0003C010800AC263D7030E8FFFF0008C9C062 +:1053E0003C010800AC3F3D94AF59002C974209089E +:1053F0009710002C8EB10000930F001803749821B1 +:10540000A7900058AF9300440220F80931F000FF44 +:10541000304E000215C001B2304F000111E0014FC3 +:10542000000000009343093E3066000814C00002EB +:10543000241400030000A0218F5809A424130001A4 +:105440003C010800AC383D98934F0934935109371B +:1054500031EC00FF322E00FF028E6821000D288003 +:1054600000AC5021015058213C010800A42B3D887C +:105470003C010800A42A3D8693490934312200FFEB +:1054800002022021249000103C010800A4303D8439 +:10549000240700068F9F00503C010800AC273D8C7C +:1054A0008F88005C8F59095800008021011F282334 +:1054B00004A00149033F20230480014700A4302BAE +:1054C00010C00149000000003C010800AC253D70FF +:1054D0008E4200000040F809000000003043000246 +:1054E000146000F80040882130440001548000100E +:1054F0008E4200043C0908008D293D743C0AC0001E +:10550000012A8025AF500E008F45000030AB000807 +:105510001160FFFD00000000974D0E0824100001EF +:10552000A78D003C8F4C0E04AF8C00348E420004DB +:105530000040F8090000000002228825322E0002F7 +:1055400015C00180000000003C09080095293D7C41 +:105550003C06080094C63D883C0A0800954A3D7EFA +:105560003C1908008F393D74012660213C18080061 +:105570008F183D983C03080094633D92018A2021D6 +:105580008F4E09400329F821248F000203E32821CC +:10559000031968213C010800A42C3D8AAF8E0064E9 +:1055A0003C010800AC2D3D983C010800A4253D803D +:1055B0000E00009E31E4FFFF8F870048004020214D +:1055C0003C010800A0273D918E42000824E800011C +:1055D000AF8800480040F809000000009344010B28 +:1055E0008F4C002C974A09083C0B000E034B4021BE +:1055F0003149FFFF000919C08F8B0050AF43002CC9 +:10560000974309089506001A00403821308A004067 +:1056100030DFFFFFAC5F00008D19001C0040482107 +:10562000AC5900048D180020AC580008910F0019E7 +:1056300031E30003107300F0000000002862000254 +:105640001440010924050002106500FD240D00032B +:10565000106D010D00000000114000D90000000095 +:105660003C0A0800954A3D8625420001934D0934C5 +:1056700093580921950E002A31A300FF00032082D0 +:10568000331F00FF9798005800047E00001FCC00D5 +:1056900001F940253049FFFF0109102501D83021CB +:1056A0003C0540000045502500066C00ACED0004B0 +:1056B000ACEA0000934309203C04000624ED0014EA +:1056C0000003FE0003E4C825ACF900088F49092C4B +:1056D000270F000131EE7FFFACE9000C8F48093045 +:1056E000A78E005824E90028ACE800108F4509383F +:1056F00001204021ACE50014ADAB00048F4209400D +:10570000ADA20008934B09373C1F080093FF3D9062 +:105710008F4309488F4A0940316600FF00D4202199 +:10572000006A78230004C700001FCC000319282555 +:1057300031EEFFFC00AE1025ADA2000CADA00010B4 +:10574000AF4C002C934C093E318B00085160000F88 +:105750008E58000C3C06010134CA080AACEA002845 +:105760008F4B0074AD2B00043C0C0800918C3D90D5 +:105770003187001050E00003AD2000088F62006008 +:10578000AD2200082528000C8E58000C0300F809F3 +:10579000010020213C19080097393D8A3C1F080070 +:1057A00097FF3D7E033F782125E900020E0000C7E8 +:1057B0003124FFFF3C0E08008DCE3D6C3C080800F4 +:1057C0008D083D7401C828233C010800AC253D6CC0 +:1057D00014A00006000000003C0308008C633D8C10 +:1057E000346400403C010800AC243D8C1200007081 +:1057F0008F8C00448F470E108F900044AE0700201E +:105800008F4D0E18AE0D00243C10080096103D8000 +:105810000E0000600000000024020040AF420814A7 +:105820008F8600508F8A004C00D01821006A5823C0 +:1058300019600004AF830050AF6300548F650054BB +:10584000AF85004C1200000C000000008F44007473 +:10585000936800813409FA002D0E000711C000057D +:1058600000891821937F0081241901F403F9780439 +:1058700001E41821AF63000C8F44095C8F83005C46 +:105880000083C0231B000003000000008F50095C50 +:10589000AF90005C0E000062000000008F8C005092 +:1058A0008E4700103C010800AC2C3D9400E0F80944 +:1058B000000000003C0D08008DAD3D6C55A0FEF5CC +:1058C000240700068F450024975909088F8B006430 +:1058D0008F9400503C0F001F978200588F86005411 +:1058E0008F93004C3328FFFF35E9FF8000A9502437 +:1058F000000871C032320100AF4E0024A4C2002C57 +:10590000AF4A0024AF6B0044AF740050AF73005433 +:105910001640008032380010570000868EA4000424 +:10592000322300405460001B8EB100088EB0000C82 +:105930000200F809000000008FBF00308FB5002C76 +:105940008FB400288FB300248FB200208FB1001CC9 +:105950008FB0001803E0000827BD00389347010905 +:105960008F8800380007FE0003E8C825AF59008083 +:105970008F5809A08F5309A4AFB80010AF580E1468 +:105980008FB40010AF540E10AF530E1C0A00096202 +:10599000AF530E180220F809000000008EB0000C72 +:1059A0000200F809000000000A000AA88FBF0030BA +:1059B000A5800020A59300220A000A5BAD93002475 +:1059C0003C09080095293D863C06080094C63D80A8 +:1059D0000A0009F4012610213C010800AC203D70AA +:1059E0000A00098E8E4200003C010800AC243D7084 +:1059F0000A00098E8E4200003C03080094633D8A31 +:105A00003C04080094843D803C1F080097FF3D7CC7 +:105A1000951800240064C821033F782300186C0007 +:105A200025EEFFF201AE2825AC45000C240208004B +:105A3000ACE20014ACE000100A0009EF24E7001803 +:105A400095060024950900280006240000091C0082 +:105A5000349F810034790800ACFF000CACF90010D1 +:105A60000A0009EF24E700141460FEFB00000000A8 +:105A70009518002400187C0035EE0800ACEE000CF0 +:105A80000A0009EF24E700103C07080094E73D8076 +:105A90003C04080094843D8A3C03080094633D7CE8 +:105AA00095190024951800280087F82103E378232E +:105AB0002407080000192C0000186C0025EEFFEEEA +:105AC00001AE302534A28100AD2700182527001C27 +:105AD000AD22000CAD2600100A0009EFAD20001425 +:105AE00093520109000028210E000602324400FFF3 +:105AF0008FBF00308FB5002C8FB400288FB30024E7 +:105B00008FB200208FB1001C8FB0001803E0000896 +:105B100027BD0038935F010933E400FF0E00066DD6 +:105B200000002821323800105300FF7E322300404D +:105B30008EA400040080F809000000000A000AA2F8 +:105B4000322300401200FF5F000000008F540E144B +:105B50008F920044AE5400208F530E1C0A000A8A14 +:105B6000AE5300248F82001C008040213C040100C1 +:105B70009047008530E3002010600009000000001D +:105B80003C0708008CE73D948F83001800E3202336 +:105B9000048000089389000414E30003010020211D +:105BA00003E00008008010213C04010003E000082D +:105BB000008010211120000B006738238F8C0020FB +:105BC00024090034918B00BC316A0002514000016D +:105BD0002409003000E9682B15A0FFF10100202105 +:105BE00000E938232419FFFC00B9C02400F9782407 +:105BF00000F8702B15C0FFEA01E8202130C2000335 +:105C00000002182314C00012306900030000302184 +:105C100000A9702101C6682100ED602B1180FFE012 +:105C20003C0401002D2F00010006482B01053821FE +:105C300001E9302414C0FFDA24E4FFFC2419FFFC3E +:105C400000B9C0240308202103E0000800801021CF +:105C50008F8B002024060004916A00BC31440004AC +:105C60001480FFEC00A970210A000B5E00003021B7 +:105C700027BDFFE8AFBF00108F460100934A01091E +:105C80003C1F08008FFF00902407FF80314F00FF6A +:105C900031E8007F0008614003E6C821032CC021E1 +:105CA00027090120012770243C010800A02F3DD0C6 +:105CB000AF4E080C3C0D08008DAD00903C040080F8 +:105CC0003482000301A65821016C182124650120AB +:105CD00030AA007801424025AF48081C3C1F08004C +:105CE0008FFF00908F88004003E6C0213319000722 +:105CF00003074824033A7821AF49002825E909C061 +:105D0000952E00023C0D08008DAD008C3C0A080069 +:105D10008D4A009031CC3FFF01A61821000C59801C +:105D2000006B282100A72024AF44002C95220002FC +:105D30003C1F08008FFF008C9107008530593FFF02 +:105D400003E678210019C1800146702101F868211D +:105D500031CC007F31AB007F019A2821017A50219C +:105D60003C03000C3C04000E00A328210144102138 +:105D700030E6002027470980AF82002CAF88001C46 +:105D8000AF890024AF85002010C00006AF8700282F +:105D90008D0200508CA4010C0044302318C0007701 +:105DA00000000000910C0085240DFFDF018D3824D8 +:105DB000A10700858F8B001C8F8900248F87002806 +:105DC0008D65004CAF850018912F000D31EE00203D +:105DD00011C000170000000024090001A38900047D +:105DE000AF80000C8CE400248F85000C240A00088E +:105DF000AF800008AF8000103C010800A42A3D7E5F +:105E00003C010800A4203D920E000B32000030211E +:105E10008F8500248FBF0010AF82001490A8000D62 +:105E200027BD00180008394203E0000830E20001F5 +:105E3000913F00022418000133F900FF001921826C +:105E400010980039240800021088005B8F86002C0F +:105E50008CE5002414A0001B8F9F002091220000DD +:105E6000240A00053046003F10CA00472404000100 +:105E70008F860008A3840004AF860010AF86000C54 +:105E80008CE400248F85000C240A00083C010800E3 +:105E9000A42A3D7E3C010800A4203D920E000B3256 +:105EA000000000008F8500248FBF0010AF82001417 +:105EB00090A8000D27BD00180008394203E0000833 +:105EC00030E200018CF800088CF900248FEE00C449 +:105ED000A38000048CE40024AF8E000C8F85000C9E +:105EE0008F86000803197823240A0008AF8F00105A +:105EF0003C010800A42A3D7E3C010800A4203D92FC +:105F00000E000B32000000008F8500248FBF0010B0 +:105F1000AF82001490A8000D27BD00180008394278 +:105F200003E0000830E20001912300003062003FEE +:105F3000104400278F8500208CE400241480002169 +:105F4000000000008D2E00183C187FFF8F85002078 +:105F5000370FFFFF01CF1824AF8300088F9F000881 +:105F60008CA8008403E8C82B1720000203E020213E +:105F70008CA400840A000BEDAF8400088CA3010CF4 +:105F80000A000BCBAF8300188D2C00188F860008F9 +:105F90003C0D7FFF8F89002035A3FFFF018358242C +:105FA00024040001AF8B0010AD2000CCA3840004BA +:105FB0000A000BF9AF86000C8CCA00140A000BED26 +:105FC000AF8A00088CA300C80A000C30AF83000819 +:105FD0008F84002C8CAC00648C8D0014018D582BA8 +:105FE00011600004000000008CA200640A000C3064 +:105FF000AF8200088C8200140A000C30AF820008C7 +:106000008F85000C27BDFFE0AFBF0018AFB10014B3 +:1060100014A00007AFB000108F86002424020005F2 +:1060200090C400003083003F106200B68F840020CF +:106030008F91000800A080218F8C00283C0508006B +:106040008CA53D708D8B000431663FFF00C5502B41 +:106050005540000100C02821938D000411A0007359 +:1060600000B0F82B8F98002024040034930F00BC5C +:1060700031EE000251C000012404003000A4C82BFE +:10608000172000D10000000000A4282300B0F82B46 +:106090003C010800A4243D7C17E000680200202198 +:1060A0003C0308008C633D6C0083102B54400001BE +:1060B000008018218F8800243C010800AC233D7427 +:1060C000000048219104000D308300205060000141 +:1060D0008F490E188F8300140123382B10E00059CC +:1060E000000000003C0408008C843D7400895821A5 +:1060F000006B502B114000560090602B006930233C +:1061000000C020213C010800AC263D7412000003B1 +:10611000241FFFFC1090008A32270003009FC82430 +:106120003C010800AC393D743C010800A4203D92BC +:106130008F84000C120400078F830020AF910008A9 +:10614000020020218C7100CCAF90000C26300001A1 +:10615000AC7000CC3C0208008C423D748F8A001069 +:10616000240700180082202301422823AF84000C5A +:1061700010800002AF850010240700108F86001CDD +:106180003C010800A0273D902407004090CC0085EA +:10619000318B00C0116700408F8D001414A00015D2 +:1061A00000002021934A01098F420974314500FF04 +:1061B0000002260224A300013090007F3071007F8E +:1061C0001230007A2407FF80A0C300833C09080036 +:1061D0008D293D8C8F880024240D0002352C000869 +:1061E0003C010800A02D3DD13C010800AC2C3D8CA9 +:1061F00024040010910E000D31C6002010C00005CF +:1062000000801821240800013C010800AC283D74DE +:10621000348300018FBF00188FB100148FB00010BD +:106220000060102103E0000827BD00203C010800A9 +:10623000A4203D7C13E0FF9A020020210A000C817B +:1062400000A020213C0408008C843D740090602B49 +:106250001180FFAE000000003C0F080095EF3D7C70 +:1062600001E4702101C6682B11A000072C820004F4 +:106270003C1F60008FF954043338003F1700FFE5DE +:10628000240300422C8200041040FFA0240300429B +:106290000A000CDF8FBF0018152DFFC000000000A2 +:1062A0008CDF00743C0380002405FF8003E3C825D5 +:1062B000ACD9007490D80085240E0004240400108A +:1062C000330F003F01E54025A0C800858F880024DA +:1062D0003C010800A02E3DD1240300019106000DD1 +:1062E00030C9002015200003000000003C03080016 +:1062F0008C633D743C010800AC233D6C0A000CD655 +:10630000000000008F8700108C88008400E8282B94 +:1063100014A0000200E088218C910084240900016F +:10632000A38900048F440E18022028210E000B328E +:1063300002203021022080210A000C67AF82001465 +:1063400000071823306600033C010800A4263D9294 +:10635000122000058F8C0020918B00BC316A000454 +:106360001540001524CD00043C0F080095EF3D9228 +:1063700001E4702100AE302B50C0FF6E8F84000C02 +:106380002C85000514A0FFA32403004230980003CD +:1063900017000002009818232483FFFC3C0108002A +:1063A000AC233D740A000CA30000000000A7582491 +:1063B0000A000CCB016718263C010800A42D3D9271 +:1063C0000A000D33000000003C010800AC203D74C1 +:1063D0000A000CDE240300428F83001014600007C3 +:1063E000000010218F88002424050005910600007C +:1063F00030C400FF108500030000000003E0000827 +:1064000000000000910A0018314900FF000939C25C +:1064100014E0FFFA8F85001C3C04080094843D7C46 +:106420003C0308008C633D943C1908008F393D748F +:106430003C0F080095EF3D920064C0218CAD0054E4 +:106440000319702101CF6021018D58231960001DAF +:1064500000000000910E001C8F8C002C974B0E103A +:1064600031CD00FF8D850004016D30238D88000043 +:1064700030CEFFFF000E510000AAC82100003821D5 +:1064800001072021032A182B0083C021AD990004A5 +:10649000AD980000918F000A01CF6821A18D000AFC +:1064A0008F88002C974B0E12A50B0008950A003818 +:1064B00025490001A50900389107000D34E60008C0 +:1064C000A106000D03E000080000000027BDFFE06A +:1064D000938700048F8F00248FAD00143C0E7FFF44 +:1064E0008F89000C35C8FFFFAFBF001CAFB000188C +:1064F00001A8182491EA000D000717C03C1FBFFF38 +:10650000006258252D2E00018F90001837F9FFFFEB +:106510003C1808008F183D943C0F080095EF3D8A09 +:1065200001796824000E47803C07EFFF3C05F0FF2F +:1065300001A818253149002034E2FFFF34ACFFFFE9 +:106540000310582327A500102406000225EA0002A4 +:1065500000621824008080211520000200004021E4 +:106560008F480E1CA7AA0012056000372407000000 +:1065700030FF00FF001FCF008F8B001C00793825F3 +:10658000AFA70014916F00853C08080091083D9169 +:106590003C18DFFF31EE00C0370AFFFF000E182B5A +:1065A0003C1F080097FF3D8400EA6824A3A800115F +:1065B0000003174001A248258FB90010AFA90014AD +:1065C0003C0A0800914A3D93A7BF00168FA800140B +:1065D000032CC0243C0B01003C0F0FFF030B1825BC +:1065E0003147000335EEFFFF010C68240007160059 +:1065F000006EF8243C09700001A2C82503E9582563 +:10660000AFB90014AFAB00100E000076A3A00015C8 +:106610008F8C0024260200089186000D30C40020D3 +:10662000108000068FBF001C3C05080094A53D802B +:1066300024B0FFFF3C010800A4303D808FB000185B +:1066400003E0000827BD00208F9800140118502B8C +:106650005540FFC7240700010A000DB630FF00FFB8 +:106660009382000427BDFFE0AFBF00181040000F69 +:10667000008050218F880024240B00058F8900089A +:10668000910700008F8400200100282130E3003FA3 +:106690008F86002C106B000800003821AFA9001075 +:1066A0000E00040EAFAA0014A38000048FBF0018D0 +:1066B00003E0000827BD00208D1900183C0F0800DA +:1066C0008DEF3D748F9800103C027FFF8D08001401 +:1066D000345FFFFF033F682401F8702101AE60239F +:1066E00001883821AFA900100E00040EAFAA0014D3 +:1066F0000A000E04A38000048F8700243C050800D4 +:1067000094A53D923C0208008C423D8C90E6000D21 +:106710000005240030C300201060002C00444025F8 +:106720008F85001C00006021240B000190A30085D0 +:1067300000004821240A00013C0F800035EE007063 +:106740008DC70000AF8700308F5801780700FFFE2B +:106750003C038000347900708F3800003C0508004D +:106760008CA500743C0D08008DAD007003077823E4 +:1067700000AF38210000102100EF302B01A22021B2 +:10678000008618213C010800AC2700743C01080079 +:10679000AC230070AF4B01483C1908008F393D9481 +:1067A000A7490144A74A0146AF59014C3C0B0800D8 +:1067B000916B3D91A34B0152AF4801543C0810002E +:1067C000A74C015803E00008AF4801788F4B0E1C1E +:1067D0003C0A08008D4A3D7497490E16974D0E14D9 +:1067E00001456021312AFFFF0A000E2731A9FFFF72 +:1067F0008F8300249064000D308200201040002917 +:10680000000000000000482100005021000040214D +:106810003C07800034EB00708D670000AF870030CC +:106820008F4C01780580FFFE3C0D800035AC007078 +:106830008D8B00003C0508008CA500743C0408000A +:106840008C8400700167302300A67821000010219D +:1068500001E6C82B0082C021031970213C01080009 +:10686000AC2F00743C010800AC2E0070AF49014809 +:106870003C0D08008DAD3D94A7480144240900401B +:10688000A74A01463C081000240AFF91AF4D014C75 +:10689000A34A0152AF490154A740015803E0000840 +:1068A000AF4801788F490E1897460E1297450E1083 +:1068B00030CAFFFF0A000E5D30A8FFFF8F8300245F +:1068C00027BDFFF89064000D308200201040003A90 +:1068D00000000000240B000100004821240A0001F0 +:1068E0003C088000350700708CE30000AF83003067 +:1068F0008F4C01780580FFFE3C0E80003C040800B0 +:1069000090843DD035C700708CEC00003C05080039 +:106910008CA50074A3A400033C1908008F390070F3 +:106920008FAD00000183302300A638210000102124 +:106930000322782100E6C02B01F8602101AE40253A +:10694000AFA800003C010800AC2700743C0108001F +:10695000AC2C00709346010A3C04080090843DD1A1 +:10696000A3A00002A3A600018FA300003C0580FFA6 +:106970003099007F34A2FFFF006278240019C6001E +:1069800001F87025240D3000AF4E014C27BD0008E2 +:10699000AF4D0154A7400158AF4B0148A7490144EE +:1069A000A74A01463C091000240AFF80A34A01526D +:1069B00003E00008AF4901788F4B0E1897460E127E +:1069C00097450E1030CAFFFF0A000E9130A9FFFF55 +:1069D0008F85001C2402008090A40085308300C0B5 +:1069E000106200058F8600208F8800088F87000CBA +:1069F000ACC800C8ACC700C403E000080000000039 +:106A00003C0A0800254A39543C09080025293A2047 +:106A10003C08080025082DD43C07080024E73B3437 +:106A20003C06080024C637C43C05080024A5353CB4 +:106A30003C040800248431643C0308002463385C6F +:106A40003C020800244236303C010800AC2A3D508C +:106A50003C010800AC293D4C3C010800AC283D48F5 +:106A60003C010800AC273D543C010800AC263D64C5 +:106A70003C010800AC253D5C3C010800AC243D58BD +:106A80003C010800AC233D683C010800AC223D609D +:086A900003E000080000000013 +:00000001FF --- linux-lts-utopic-3.16.0.orig/firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex +++ linux-lts-utopic-3.16.0/firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex @@ -0,0 +1,6496 @@ +:10000000080001180800000000005594000000C816 +:1000100000000000000000000000000008005594EF +:10002000000000380000565C080000A00800000036 +:100030000000574400005694080059200000008436 +:100040000000ADD808005744000001C00000AE5CBD +:100050000800321008000000000092580000B01C98 +:10006000000000000000000000000000080092589E +:100070000000033C000142740800049008000400E2 +:10008000000012FC000145B000000000000000006C +:1000900000000000080016FC00000004000158AC3D +:1000A000080000A80800000000003D00000158B052 +:1000B00000000000000000000000000008003D00FB +:1000C00000000030000195B00A000046000000006A +:1000D000000000000000000D636F6D362E322E31DF +:1000E00062000000060201020000000000000003A0 +:1000F000000000C800000032000000030000000003 +:1001000000000000000000000000000000000000EF +:1001100000000010000001360000EA600000000549 +:1001200000000000000000000000000000000008C7 +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000020000000000000000000000008D +:10017000000000000000000000000000000000007F +:10018000000000000000000000000010000000005F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E0000000000010000003000000000000000DEF +:1001F0000000000D3C020800244256083C030800A1 +:1002000024635754AC4000000043202B1480FFFDB2 +:10021000244200043C1D080037BD9FFC03A0F021D0 +:100220003C100800261001183C1C0800279C5608AA +:100230000E000256000000000000000D27BDFFB4B4 +:10024000AFA10000AFA20004AFA30008AFA4000C50 +:10025000AFA50010AFA60014AFA70018AFA8001CF0 +:10026000AFA90020AFAA0024AFAB0028AFAC002C90 +:10027000AFAD0030AFAE0034AFAF0038AFB8003C28 +:10028000AFB90040AFBC0044AFBF00480E001544FA +:10029000000000008FBF00488FBC00448FB90040B1 +:1002A0008FB8003C8FAF00388FAE00348FAD003078 +:1002B0008FAC002C8FAB00288FAA00248FA90020C0 +:1002C0008FA8001C8FA700188FA600148FA5001000 +:1002D0008FA4000C8FA300088FA200048FA1000040 +:1002E00027BD004C3C1B60108F7A5030377B502864 +:1002F00003400008AF7A00008F82002427BDFFE092 +:10030000AFB00010AFBF0018AFB100148C42000CAA +:100310003C1080008E110100104000348FBF001887 +:100320000E000D84000000008F85002024047FFF54 +:100330000091202BACB100008E030104960201084D +:1003400000031C003042FFFF00621825ACA300042C +:100350009202010A96030114304200FF3063FFFF4E +:100360000002140000431025ACA200089603010C03 +:100370009602010E00031C003042FFFF00621825A8 +:10038000ACA3000C960301109602011200031C009E +:100390003042FFFF00621825ACA300108E02011846 +:1003A000ACA200148E02011CACA20018148000083C +:1003B0008F820024978200003C0420050044182509 +:1003C00024420001ACA3001C0A0000C6A782000062 +:1003D0003C0340189442001E00431025ACA2001CB0 +:1003E0000E000DB8240400018FBF00188FB1001457 +:1003F0008FB000100000102103E0000827BD00208E +:100400003C0780008CE202B834E50100044100089A +:10041000240300013C0208008C42006024420001D9 +:100420003C010800AC22006003E0000800601021DD +:100430003C0208008C42005C8CA4002094A30016AF +:100440008CA6000494A5000E24420001ACE40280B6 +:100450002463FFFC3C010800AC22005C3C0210005D +:10046000A4E30284A4E5028600001821ACE6028819 +:10047000ACE202B803E000080060102127BDFFE0F5 +:100480003C028000AFB0001034420100AFBF001C3E +:10049000AFB20018AFB100148C43000094450008BF +:1004A0002462FE002C42038110400003000381C23D +:1004B0000A00010226100004240201001462000553 +:1004C0003C1180003C02800890420004305000FF44 +:1004D0003C11800036320100964300143202000FB6 +:1004E00000021500004310253C0308008C63004403 +:1004F00030A40004AE220080246300013C01080007 +:10050000AC2300441080000730A200028FBF001C03 +:100510008FB200188FB100148FB000100A0000CE07 +:1005200027BD00201040002D0000182130A20080BF +:1005300010400005362200708E44001C0E000C672F +:10054000240500A0362200708C4400008F82000C2D +:10055000008210232C43012C10600004AF82001095 +:10056000240300010A000145AF84000C8E42000400 +:100570003C036020AF84000CAC6200143C02080015 +:100580008C42005850400015000018218C62000475 +:10059000240301FE304203FF144300100000182121 +:1005A0002E020004104000032E0200080A00014041 +:1005B0000000802114400003000000000A000140F8 +:1005C0002610FFF90000000D2402000202021004B0 +:1005D0003C036000AC626914000018218FBF001C4E +:1005E0008FB200188FB100148FB00010006010217E +:1005F00003E0000827BD00203C0480008C8301003C +:1006000024020100506200033C0280080000000D3B +:100610003C02800890430004000010213063000F6A +:1006200000031D0003E00008AC8300800004188074 +:100630002782FF9C00621821000410C00044102390 +:100640008C640000000210C03C030800246356E4E0 +:10065000004310213C038000AC64009003E00008DC +:10066000AF8200243C0208008C42011410400019A3 +:100670003084400030A2007F000231C03C02020002 +:100680001080001400A218253C026020AC43001426 +:100690003C0408008C8456B83C0308008C630110AD +:1006A0003C02800024050900AC4500200086202182 +:1006B000246300013C028008AC4400643C01080053 +:1006C000AC2301103C010800AC2456B803E000083C +:1006D000000000003C02602003E00008AC4500146C +:1006E00003E000080000102103E0000800001021D2 +:1006F00030A2000810400008240201003C0208005B +:100700008C42010C244200013C010800AC22010C87 +:1007100003E0000800000000148200080000000050 +:100720003C0208008C4200FC244200013C0108000D +:10073000AC2200FC0A0001A330A200203C02080009 +:100740008C420084244200013C010800AC22008459 +:1007500030A200201040000830A200103C02080027 +:100760008C420108244200013C010800AC2201082F +:1007700003E0000800000000104000080000000036 +:100780003C0208008C420104244200013C010800A4 +:10079000AC22010403E00008000000003C02080055 +:1007A0008C420100244200013C010800AC220100FF +:1007B00003E000080000000027BDFFE0AFB1001417 +:1007C0003C118000AFB20018AFBF001CAFB00010EA +:1007D0003632010096500008320200041040000733 +:1007E000320300028FBF001C8FB200188FB10014BB +:1007F0008FB000100A0000CE27BD00201060000B53 +:10080000020028218E2401000E00018A0000000051 +:100810003202008010400003240500A10E000C6786 +:100820008E44001C0A0001E3240200018E2301040F +:100830008F82000810430006020028218E24010048 +:100840000E00018A000000008E220104AF82000821 +:10085000000010218FBF001C8FB200188FB1001450 +:100860008FB0001003E0000827BD00202C82000498 +:1008700014400002000018212483FFFD240200021E +:10088000006210043C03600003E00008AC626914DD +:1008900027BDFFE0AFBF001CAFB20018AFB100141E +:1008A000AFB000103C048000948201083043700017 +:1008B000240220001062000A2862200154400052E5 +:1008C0008FBF001C24024000106200482402600018 +:1008D0001062004A8FBF001C0A0002518FB200183C +:1008E00034820100904300098C5000189451000C90 +:1008F000240200091062001C0000902128620009F7 +:10090000144000218F8200242402000A5062001249 +:10091000323100FF2402000B1062000F00000000C3 +:100920002402000C146200188F8200243C0208008C +:100930008C4256B824030900AC83002000501021DB +:100940003C038008AC6200643C010800AC2256B84D +:100950000A0002508FBF001C0E0001E900102602A1 +:100960000A0002308F8200240E0001E900102602E6 +:100970003C0380089462001A8C72000C3042FFFF26 +:10098000020280258F8200248C42000C5040001E01 +:100990008FBF001C0E000D84000000003C02800090 +:1009A00034420100944300088F82002400031C009D +:1009B0009444001E8F82002000641825AC50000073 +:1009C00024040001AC510004AC520008AC40000CFF +:1009D000AC400010AC400014AC4000180E000DB844 +:1009E000AC43001C0A0002508FBF001C0E000440E4 +:1009F000000000000A0002508FBF001C0E000C9F78 +:100A0000000000008FBF001C8FB200188FB10014CF +:100A10008FB000100000102103E0000827BD002067 +:100A200027BDFFD8AFB400203C036010AFBF002447 +:100A3000AFB3001CAFB20018AFB10014AFB00010DC +:100A40008C6450002402FF7F3C1408002694563822 +:100A5000008220243484380CAC6450003C028000B6 +:100A6000240300370E0014B0AC4300083C07080014 +:100A700024E70618028010212404001D2484FFFFAF +:100A8000AC4700000481FFFD244200043C02080042 +:100A9000244207C83C010800AC2256403C02080032 +:100AA000244202303C030800246306203C04080072 +:100AB000248403B43C05080024A506F03C06080085 +:100AC00024C62C9C3C010800AC2256803C02080045 +:100AD000244205303C010800AC2756843C01080044 +:100AE000AC2656943C010800AC23569C3C010800FF +:100AF000AC2456A03C010800AC2556A43C010800DB +:100B0000AC2256A83C010800AC23563C3C0108002E +:100B1000AC2456443C010800AC2056603C0108005F +:100B2000AC2556643C010800AC2056703C0108001E +:100B3000AC27567C3C010800AC2656903C010800CE +:100B4000AC2356980E00056E00000000AF80000C2C +:100B50003C0280008C5300008F8300043C0208009C +:100B60008C420020106200213262000700008821C0 +:100B70002792FF9C3C100800261056E43C02080017 +:100B80008C42002024050001022518040043202483 +:100B90008F820004004310245044000C26310001D1 +:100BA00010800008AF9000248E4300003C028000BB +:100BB000AC4300900E000D4BAE05000C0A0002C1C4 +:100BC00026310001AE00000C263100012E22000269 +:100BD000261000381440FFE9265200043C020800A9 +:100BE0008C420020AF820004326200071040FFD91F +:100BF0003C028000326200011040002D326200028F +:100C00003C0580008CA2010000002021ACA2002045 +:100C10008CA301042C42078110400008ACA300A85B +:100C200094A2010824032000304270001443000302 +:100C30003C02800890420005304400FF0E0001593C +:100C4000000000003C0280009042010B304300FF96 +:100C50002C62001E54400004000310800E00018628 +:100C60000A0002EC00000000005410218C42000039 +:100C70000040F80900000000104000043C02800021 +:100C80008C4301043C026020AC4300143C02080089 +:100C90008C4200343C0440003C03800024420001AC +:100CA000AC6401383C010800AC220034326200021E +:100CB00010400010326200043C1080008E0201409F +:100CC000000020210E000159AE0200200E00038317 +:100CD000000000003C024000AE0201783C02080027 +:100CE0008C420038244200013C010800AC2200384C +:100CF000326200041040FF973C0280003C108000EC +:100D00008E020180000020210E000159AE02002059 +:100D10008E03018024020F00546200073C02800809 +:100D20008E0201883C0300E03042FFFF00431025A3 +:100D30000A000328AE020080344200809042000086 +:100D400024030050304200FF14430007000000005D +:100D50000E000362000000001440000300000000C9 +:100D60000E000971000000003C0208008C42003CAB +:100D70003C0440003C03800024420001AC6401B804 +:100D80003C010800AC22003C0A0002A33C028000A7 +:100D90003C02900034420001008220253C02800089 +:100DA000AC4400203C0380008C6200200440FFFE25 +:100DB0000000000003E00008000000003C0280008A +:100DC000344300010083202503E00008AC440020E8 +:100DD00027BDFFE0AFB10014AFB000100080882144 +:100DE000AFBF00180E00033230B000FF8F83FF94B6 +:100DF000022020219062002502028025A07000259B +:100E00008C7000183C0280000E00033D020280241A +:100E10001600000B8FBF00183C0480008C8201F884 +:100E20000440FFFE348201C024030002AC510000E4 +:100E3000A04300043C021000AC8201F88FBF0018F0 +:100E40008FB100148FB0001003E0000827BD002010 +:100E500027BDFFE83C028000AFBF00103442018094 +:100E6000944300048C4400083063020010600005C5 +:100E7000000028210E00100C000000000A0003787A +:100E8000240500013C02FF000480000700821824B2 +:100E90003C02040014620004240500018F82FF94C8 +:100EA00090420008240500018FBF001000A010210F +:100EB00003E0000827BD00188F82FF982405000179 +:100EC000A040001A3C028000344201400A00034264 +:100ED0008C4400008F85FF9427BDFFE0AFBF001C4E +:100EE000AFB20018AFB10014AFB0001090A2000074 +:100EF000304400FF38830020388200300003182B74 +:100F00000002102B0062182410600003240200501D +:100F1000148200A88FBF001C90A20005304200017F +:100F2000104000A48FBF001C3C02800034420140EE +:100F3000904200082443FFFF2C6200051040009EF1 +:100F40008FB20018000310803C030800246355ACE6 +:100F5000004310218C420000004000080000000007 +:100F60003C028000345101400E0003328E24000008 +:100F70008F92FF948E2200048E50000C1602000205 +:100F800024020001AE42000C0E00033D8E2400003E +:100F90008E220004145000068FBF001C8FB2001870 +:100FA0008FB100148FB000100A000F7827BD002009 +:100FB0008E42000C0A000419000000003C0480006E +:100FC0003482014094A300108C4200043063FFFF80 +:100FD0001443001C0000000024020001A4A2001021 +:100FE0008C8202380441000F3C0380003C02003F29 +:100FF0003448F0003C0760003C06FFC08CE22BBC8C +:1010000000461824004810240002130200031D8229 +:10101000106200583C0280008C8202380440FFF7C6 +:101020003C038000346201408C44000034620200C2 +:10103000AC4400003C021000AC6202380A00043BE1 +:101040008FBF001C94A200100A00041900000000C9 +:10105000240200201482000F3C0280003C03800028 +:1010600094A20012346301408C6300043042FFFFFD +:10107000146200050000000024020001A4A2001276 +:101080000A0004028FBF001C94A200120A00041977 +:1010900000000000345101400E0003328E24000095 +:1010A0008F92FF948E230004964200123050FFFF6F +:1010B0001603000224020001A64200120E00033DA6 +:1010C0008E2400008E220004160200068FBF001C32 +:1010D0008FB200188FB100148FB000100A00037C8B +:1010E00027BD0020964200120A00041900000000EB +:1010F0003C03800094A20014346301408C6300041C +:101100003042FFFF14620008240200018FBF001C60 +:101110008FB200188FB100148FB00010A4A2001479 +:101120000A00146327BD002094A20014144000217B +:101130008FBF001C0A000435000000003C03800043 +:1011400094A20016346301408C6300043042FFFF18 +:101150001462000D240200018FBF001C8FB2001822 +:101160008FB100148FB00010A4A200160A000B1457 +:1011700027BD00209442007824420004A4A200105D +:101180000A00043B8FBF001C94A200162403000138 +:101190003042FFFF144300078FBF001C3C020800D1 +:1011A0008C420070244200013C010800AC22007017 +:1011B0008FBF001C8FB200188FB100148FB00010C9 +:1011C00003E0000827BD002027BDFFD8AFB20018FC +:1011D0008F92FF94AFB10014AFBF0020AFB3001CDB +:1011E000AFB000103C028000345101008C5001006F +:1011F0009242000092230009304400FF2402001FA5 +:10120000106200AB28620020104000192402003850 +:101210002862000A1040000D2402000B286200081A +:101220001040002E8F820024046001042862000216 +:101230001440002A8F820024240200061062002637 +:101240008FBF00200A00055F8FB3001C1062006092 +:101250002862000B144000FA8FBF00202402000E09 +:10126000106200788F8200240A00055F8FB3001C93 +:10127000106200D2286200391040000A2402008067 +:1012800024020036106200E528620037104000C3D7 +:1012900024020035106200D98FBF00200A00055FCC +:1012A0008FB3001C1062002D2862008110400006E0 +:1012B000240200C824020039106200C98FBF002038 +:1012C0000A00055F8FB3001C106200A28FBF0020D0 +:1012D0000A00055F8FB3001C8F8200248C42000C33 +:1012E000104000D78FBF00200E000D8400000000CA +:1012F0003C038000346301008C6200008F85002075 +:10130000946700089466000CACA200008C64000492 +:101310008F82002400063400ACA400049448001E10 +:101320008C62001800073C0000E83825ACA20008D9 +:101330008C62001C24040001ACA2000C9062000A24 +:1013400000C23025ACA60010ACA00014ACA0001860 +:10135000ACA7001C0A00051D8FBF00208F8200244F +:101360008C42000C104000B68FBF00200E000D8490 +:10137000000000008F820024962400089625000CAF +:101380009443001E000422029626000E8F82002045 +:10139000000426000083202500052C003C0300806B +:1013A00000A6282500832025AC400000AC400004A6 +:1013B000AC400008AC40000CAC450010AC40001440 +:1013C000AC400018AC44001C0A00051C24040001B9 +:1013D0009622000C14400018000000009242000504 +:1013E0003042001014400014000000000E000332D0 +:1013F0000200202192420005020020213442001008 +:101400000E00033DA242000592420000240300208A +:10141000304200FF10430089020020218FBF0020CE +:101420008FB3001C8FB200188FB100148FB0001062 +:101430000A00107527BD00280000000D0A00055E97 +:101440008FBF00208C42000C1040007D8FBF002019 +:101450000E000D84000000008E2200048F84002006 +:101460009623000CAC8200003C0280089445002CBE +:101470008F82002400031C0030A5FFFF9446001E4D +:101480003C02400E0065182500C23025AC830004E4 +:10149000AC800008AC80000CAC800010AC80001464 +:1014A000AC800018AC86001C0A00051C2404000156 +:1014B0000E000332020020218F93FF9802002021AA +:1014C0000E00033DA660000C020020210E00034226 +:1014D000240500018F8200248C42000C104000582B +:1014E0008FBF00200E000D84000000009622000C2B +:1014F0008F83002000021400AC700000AC62000476 +:10150000AC6000088E4400388F820024AC64000C6C +:101510008E46003C9445001E3C02401FAC66001005 +:1015200000A228258E62000424040001AC6200148D +:10153000AC600018AC65001C8FBF00208FB3001C8E +:101540008FB200188FB100148FB000100A000DB8D0 +:1015500027BD0028240200201082003A8FB3001C0F +:101560000E000F5E00000000104000358FBF00200D +:101570003C0480008C8201F80440FFFE348201C0EC +:1015800024030002AC500000A04300043C02100001 +:10159000AC8201F80A00055E8FBF00200200202106 +:1015A0008FBF00208FB3001C8FB200188FB10014C2 +:1015B0008FB000100A000EA727BD00289625000C4A +:1015C000020020218FBF00208FB3001C8FB20018B3 +:1015D0008FB100148FB000100A000ECC27BD002878 +:1015E000020020218FB3001C8FB200188FB10014AD +:1015F0008FB000100A000EF727BD00289225000DBD +:10160000020020218FB3001C8FB200188FB100148C +:101610008FB000100A000F4827BD002802002021CB +:101620008FBF00208FB3001C8FB200188FB1001441 +:101630008FB000100A000F1F27BD00288FBF0020A9 +:101640008FB3001C8FB200188FB100148FB0001040 +:1016500003E0000827BD00283C0580008CA202782A +:101660000440FFFE34A2024024030002AC44000008 +:10167000A04300043C02100003E00008ACA2027882 +:10168000A380001803E00008A38000193C03800039 +:101690008C6202780440FFFE8F82001CAC62024024 +:1016A00024020002A06202443C02100003E0000891 +:1016B000AC6202783C02600003E000088C425404F3 +:1016C0009083003024020005008040213063003FF9 +:1016D0000000482114620005000050219082004C57 +:1016E0009483004E304900FF306AFFFFAD00000CCC +:1016F000AD000010AD000024950200148D05001C03 +:101700008D0400183042FFFF004910230002110031 +:10171000000237C3004038210086202300A2102B8E +:101720000082202300A72823AD05001CAD0400186B +:10173000A5090014A5090020A50A001603E0000869 +:10174000A50A002203E000080000000027BDFFD822 +:10175000AFB200183C128008AFB40020AFB3001C39 +:10176000AFB10014AFBF0024AFB00010365101007C +:101770003C0260008C4254049222000C3C1408008D +:10178000929400F7304300FF2402000110620032FF +:101790000080982124020002146200353650008037 +:1017A0000E00143D000000009202004C2403FF8054 +:1017B0003C0480003042007F000211C024420240FD +:1017C0000262102100431824AC8300949245000863 +:1017D0009204004C3042007F3C03800614850007D1 +:1017E000004380212402FFFFA22200112402FFFFF8 +:1017F000A62200120A0005D22402FFFF9602002052 +:10180000A222001196020022A62200128E020024BB +:101810003C048008AE2200143485008090A2004C65 +:1018200034830100A06200108CA2003CAC6200185E +:101830008C820068AC6200F48C820064AC6200F0C0 +:101840008C82006CAC6200F824020001A0A2006847 +:101850000A0005EE3C0480080E001456000000004B +:1018600036420080A04000680A0005EE3C04800873 +:10187000A2000068A20000690A0006293C02800854 +:10188000348300808C62003834850100AC62006CC7 +:1018900024020001A062006990A200D59083000894 +:1018A000305100FF3072007F12320019001111C058 +:1018B00024420240026210212403FF8000431824C6 +:1018C0003C048000AC8300943042007F3C038006DF +:1018D000004380218E02000C1040000D02002021E8 +:1018E0000E00057E0000000026220001305100FF9E +:1018F0009203003C023410260002102B0002102339 +:101900003063007F022288240A0005F8A203003C0D +:101910003C088008350401008C8200E03507008017 +:10192000ACE2003C8C8200E0AD02000090E5004C8F +:10193000908600D590E3004C908400D52402FF806F +:1019400000A228243063007F308400FF00A62825F1 +:101950000064182A1060000230A500FF38A500803E +:10196000A0E5004CA10500093C0280089043000E50 +:10197000344400803C058000A043000A8C8300189A +:101980003C027FFF3442FFFF00621824AC83001842 +:101990008CA201F80440FFFE00000000ACB301C0BF +:1019A0008FBF00248FB400208FB3001C8FB20018AB +:1019B0008FB100148FB0001024020002A0A201C455 +:1019C00027BD00283C02100003E00008ACA201F88B +:1019D00090A2000024420001A0A200003C030800E5 +:1019E0008C6300F4304200FF144300020080302179 +:1019F000A0A0000090A200008F84001C000211C073 +:101A00002442024024830040008220212402FF80DF +:101A1000008220243063007F3C02800A006218218B +:101A20003C028000AC44002403E00008ACC300008A +:101A300094820006908300058C85000C8C86001033 +:101A40008C8700188C88001C8C8400203C010800C6 +:101A5000A42256C63C010800A02356C53C0108003C +:101A6000AC2556CC3C010800AC2656D03C01080001 +:101A7000AC2756D83C010800AC2856DC3C010800D5 +:101A8000AC2456E003E00008000000003C0280089F +:101A9000344201008C4400343C038000346504006F +:101AA000AC6400388C420038AF850028AC62003C42 +:101AB0003C020005AC6200300000000000000000A5 +:101AC00003E00008000000003C020006308400FF34 +:101AD000008220253C028000AC4400300000000061 +:101AE00000000000000000003C0380008C62000049 +:101AF000304200101040FFFD3462040003E0000893 +:101B0000AF82002894C200003C080800950800CA73 +:101B100030E7FFFF0080482101021021A4C200002D +:101B200094C200003042FFFF00E2102B544000013D +:101B3000A4C7000094A200003C0308008C6300CC02 +:101B400024420001A4A2000094A200003042FFFF42 +:101B5000144300073C0280080107102BA4A00000DA +:101B60005440000101003821A4C700003C02800855 +:101B7000344601008CC3002894A200003C0480007D +:101B80003042FFFE000210C000621021AC82003C17 +:101B90008C82003C006218231860000400000000E2 +:101BA0008CC200240A0006BA244200018CC2002420 +:101BB000AC8200383C020050344200103C038000EC +:101BC000AC620030000000000000000000000000D7 +:101BD0008C620000304200201040FFFD0000000039 +:101BE00094A200003C04800030420001000210C0BA +:101BF000004410218C430400AD2300008C420404F7 +:101C0000AD2200043C02002003E00008AC8200305A +:101C100027BDFFE0AFB20018AFB10014AFB00010A5 +:101C2000AFBF001C94C2000000C080213C1208001D +:101C3000965200C624420001A6020000960300004E +:101C400094E2000000E03021144300058FB1003021 +:101C50000E00068F024038210A0006F10000000045 +:101C60008C8300048C82000424420040046100073D +:101C7000AC8200048C8200040440000400000000D8 +:101C80008C82000024420001AC8200009602000019 +:101C90003042FFFF50520001A600000096220000D3 +:101CA00024420001A62200003C02800834420100C8 +:101CB000962300009442003C144300048FBF001C94 +:101CC00024020001A62200008FBF001C8FB2001862 +:101CD0008FB100148FB0001003E0000827BD002072 +:101CE00027BDFFE03C028008AFBF0018344201006E +:101CF0008C4800343C03800034690400AC68003830 +:101D00008C42003830E700FFAF890028AC62003C0D +:101D10003C020005AC620030000000000000000042 +:101D200000000000000000000000000000000000B3 +:101D30008C82000C8C82000C97830016AD22000070 +:101D40008C82001000604021AD2200048C820018BB +:101D5000AD2200088C82001CAD22000C8CA2001465 +:101D6000AD2200108C820020AD220014908200056C +:101D7000304200FF00021200AD2200188CA20018B1 +:101D8000AD22001C8CA2000CAD2200208CA2001001 +:101D9000AD2200248CA2001CAD2200288CA20020C1 +:101DA000AD22002C3402FFFFAD260030AD20003400 +:101DB000506200013408FFFFAD28003850E00011E8 +:101DC0003C0280083C048008348401009482005066 +:101DD0003042FFFFAD22003C9483004494850044D0 +:101DE000240200013063FFFF000318C200641821C1 +:101DF0009064006430A5000700A210040A00075C8C +:101E00000044102534420100AD20003C94430044BE +:101E1000944400443063FFFF000318C2006218219D +:101E200030840007906500642402000100821004E1 +:101E30000002102700451024A0620064000000008A +:101E400000000000000000003C0200063442004098 +:101E50003C038000AC620030000000000000000085 +:101E6000000000008C620000304200101040FFFDB6 +:101E70003C06800834C201503463040034C7014A70 +:101E800034C4013434C5014034C60144AFA200104B +:101E90000E0006D2AF8300288FBF001803E00008B1 +:101EA00027BD00208F8300143C0608008CC600E884 +:101EB0008F82001C30633FFF000319800046102111 +:101EC000004310212403FF80004318243C068000B7 +:101ED000ACC300283042007F3C03800C004330211B +:101EE00090C2000D30A500FF0000382134420010E0 +:101EF000A0C2000D8F8900143C028008344201000A +:101F00009443004400091382304800032402000176 +:101F1000A4C3000E1102000B2902000210400005AC +:101F2000240200021100000C240300010A0007A48F +:101F30000000182111020006000000000A0007A49A +:101F4000000018218CC2002C0A0007A424430001C1 +:101F50008CC20014244300018CC200180043102BD3 +:101F60005040000A240700012402002714A20003A5 +:101F70003C0380080A0007B1240700013463010014 +:101F80009462004C24420001A462004C00091382B8 +:101F9000304300032C620002104000090080282119 +:101FA000146000040000000094C200340A0007C15D +:101FB0003046FFFF8CC600380A0007C10080282188 +:101FC000000030213C040800248456C00A000706A3 +:101FD0000000000027BDFF90AFB60068AFB50064F9 +:101FE000AFB40060AFB3005CAFB20058AFB1005403 +:101FF000AFBF006CAFB000508C9000000080B021EB +:102000003C0208008C4200E8960400328F83001CDA +:102010002414FF8030843FFF0062182100042180D7 +:1020200000641821007410243C13800000A090214B +:1020300090A50000AE620028920400323C02800CA1 +:102040003063007F00628821308400C02402004099 +:10205000148200320000A8218E3500388E2200182C +:102060001440000224020001AE2200189202003C3B +:10207000304200201440000E8F83001C000511C068 +:102080002442024000621821306400783C02008043 +:102090000082202500741824AE630800AE64081086 +:1020A0008E2200188E03000800431021AE22001873 +:1020B0008E22002C8E230018244200010062182B6F +:1020C0001060004300000000924200002442000122 +:1020D000A24200003C0308008C6300F4304200FF81 +:1020E00050430001A2400000924200008F84001C77 +:1020F000000211C024420240248300403063007F6C +:10210000008220213C02800A0094202400621821D1 +:10211000AE6400240A0008D2AEC30000920300326D +:102120002402FFC000431024304200FF1440000589 +:1021300024020001AE220018962200340A00084250 +:102140003055FFFF8E22001424420001AE220018F9 +:102150009202003000021600000216030441001C27 +:10216000000000009602003227A400100080282101 +:10217000A7A20016960200320000302124070001B9 +:102180003042FFFFAF8200140E000706AFA0001C14 +:10219000960200328F83001C3C0408008C8400E807 +:1021A00030423FFF000211800064182100621821B4 +:1021B00000741024AE62002C3063007F3C02800E5D +:1021C000006218219062000D3042007FA062000D75 +:1021D0009222000D304200105040007892420000E0 +:1021E0003C028008344401009482004C8EC30000FD +:1021F0003C130800967300C62442FFFFA482004CE3 +:10220000946200329623000E3054FFFF3070FFFFBF +:102210003C0308008C6300D000701807A7A30038A7 +:102220009482003E3063FFFF3042FFFF14620007DC +:10223000000000008C8200303C038000244200300B +:10224000AC62003C0A00086A8C82002C9482004038 +:102250003042FFFF5462000927A400408C820038FE +:102260003C03800024420030AC62003C8C8200348D +:10227000AC6200380A0008793C03800027A50038CA +:1022800027A60048026038210E00068FA7A000484C +:102290008FA300403C02800024630030AC43003830 +:1022A0008FA30044AC43003C3C0380003C0200058B +:1022B000AC6200303C028008344401009482004249 +:1022C000346304003042FFFF0202102B1440000769 +:1022D000AF8300289482004E9483004202021021B2 +:1022E000004310230A00088F3043FFFF9483004E01 +:1022F00094820042026318210050102300621823C8 +:102300003063FFFF3C028008344401009482003CAB +:102310003042FFFF14430003000000000A00089F42 +:10232000240300019482003C3042FFFF0062102B26 +:10233000144000058F8200289482003C0062102324 +:102340003043FFFF8F820028AC550000AC400004F2 +:10235000AC540008AC43000C3C02000634420010B0 +:102360003C038000AC620030000000000000000070 +:10237000000000008C620000304200101040FFFDA1 +:102380003C04800834840100001018C20064182145 +:102390009065006432020007240600010046100424 +:1023A00000451025A0620064948300429622000E2E +:1023B00050430001A386001892420000244200010D +:1023C000A24200003C0308008C6300F4304200FF8E +:1023D00050430001A2400000924200008F84001C84 +:1023E000000211C0244202402483004000822021C8 +:1023F0002402FF80008220243063007F3C02800A98 +:10240000006218213C028000AC440024AEC30000EE +:102410008FBF006C8FB600688FB500648FB400600A +:102420008FB3005C8FB200588FB100548FB0005052 +:1024300003E0000827BD007027BDFFD8AFB3001C24 +:10244000AFB20018AFB10014AFB00010AFBF0020A2 +:102450000080982100E0802130B1FFFF0E000D8444 +:1024600030D200FF0000000000000000000000006B +:102470008F8200208F830024AC510000AC520004F6 +:10248000AC530008AC40000CAC400010AC40001451 +:10249000AC4000189463001E02038025AC50001C61 +:1024A0000000000000000000000000002404000103 +:1024B0008FBF00208FB3001C8FB200188FB10014A3 +:1024C0008FB000100A000DB827BD002830A5FFFF0F +:1024D0000A0008DC30C600FF3C02800834430100DB +:1024E0009462000E3C080800950800C63046FFFFC5 +:1024F00014C000043402FFFF946500EA0A000929B1 +:102500008F84001C10C20027000000009462004E5F +:102510009464003C3045FFFF00A6102300A6182B52 +:102520003087FFFF106000043044FFFF00C5102318 +:1025300000E210233044FFFF0088102B1040000EF3 +:1025400000E810233C028008344401002403000109 +:1025500034420080A44300162402FFFFA482000E30 +:10256000948500EA8F84001C0000302130A5FFFF15 +:102570000A0009013C0760200044102A10400009AD +:102580003C0280083443008094620016304200010F +:10259000104000043C0280009442007E244200145B +:1025A000A462001603E000080000000027BDFFE061 +:1025B0003C028008AFBF001CAFB0001834420100DD +:1025C000944300429442004C104000193068FFFFD1 +:1025D0009383001824020001146200298FBF001C9D +:1025E0003C06800834D00100000810C200501021C1 +:1025F000904200643103000734C70148304200FFB5 +:10260000006210073042000134C9014E34C4012C6D +:1026100034C5013E1040001634C601420E0006D2F9 +:10262000AFA90010960200420A0009463048FFFF99 +:102630003C028008344401009483004494820042A8 +:102640001043000F8FBF001C94820044A4820042FC +:1026500094820050A482004E8C820038AC820030FC +:1026600094820040A482003E9482004AA4820048E2 +:102670008FBF001C8FB000180A00090427BD00207E +:102680008FB0001803E0000827BD002027BDFFA081 +:10269000AFB1004C3C118000AFBF0058AFB3005445 +:1026A000AFB20050AFB000483626018890C2000398 +:1026B0003044007FA3A400108E32018090C200003D +:1026C0003043007F240200031062003BAF92001CE5 +:1026D00028620004104000062402000424020002C4 +:1026E000106200098FBF00580A000B0F8FB300540F +:1026F0001062004D240200051062014E8FBF005889 +:102700000A000B0F8FB30054000411C002421021C5 +:102710002404FF8024420240004410242643004049 +:10272000AE2200243063007F3C02800A0062182140 +:102730009062003CAFA3003C00441025A062003C26 +:102740008FA3003C9062003C304200401040016C7E +:102750008FBF00583C108008A3800018361001007D +:102760008E0200E08C63003427A4003C27A50010F3 +:10277000004310210E0007C3AE0200E093A2001038 +:102780003C038000A20200D58C6202780440FFFE68 +:102790008F82001CAC62024024020002A06202444C +:1027A0003C021000AC6202780E0009390000000003 +:1027B0000A000B0E8FBF00583C05800890C3000133 +:1027C00090A2000B1443014E8FBF005834A4008028 +:1027D0008C8200189082004C90A200083C0260009D +:1027E0008C4254048C8300183C027FFF3442FFFF6C +:1027F000006218243C0208008C4200B4AC8300182C +:102800003C038000244200013C010800AC2200B4DB +:102810008C6201F80440FFFE8F82001CAC6201C094 +:102820000A000AD6240200023C10800890C300016E +:102830009202000B144301328FBF005827A40018E6 +:1028400036050110240600033C0260008C4254044B +:102850000E000E470000000027A40028360501F0F6 +:102860000E000E47240600038FA200283603010045 +:10287000AE0200648FA2002CAE0200688FA200306E +:10288000AE02006C93A40018906300D52402FF8070 +:102890000082102400431025304900FF3084007F5F +:1028A0003122007F0082102A544000013929008023 +:1028B000000411C0244202402403FF800242102180 +:1028C00000431024AE220094264200403042007F94 +:1028D0003C038006004340218FA3001C2402FFFF1D +:1028E000AFA800403C130800927300F71062003359 +:1028F00093A2001995030014304400FF3063FFFFDA +:102900000064182B106000100000000095040014F3 +:102910008D07001C8D0600183084FFFF0044202323 +:102920000004210000E438210000102100E4202BE5 +:1029300000C2302100C43021AD07001CAD060018D4 +:102940000A000A2F93A20019950400148D07001C99 +:102950008D0600183084FFFF008220230004210030 +:10296000000010210080182100C2302300E4202B39 +:1029700000C4302300E33823AD07001CAD06001867 +:1029800093A200198FA30040A462001497A2001A1A +:10299000A46200168FA2001CAC6200108FA2001C63 +:1029A000AC62000C93A20019A462002097A2001A46 +:1029B000A46200228FA2001CAC6200243C048008A8 +:1029C000348300808C6200388FA20020012088218F +:1029D000AC62003C8FA20020AC82000093A20018E1 +:1029E000A062004C93A20018A0820009A0600068B9 +:1029F00093A20018105100512407FF803229007F54 +:102A0000000911C024420240024210213046007FDA +:102A10003C03800000471024AC6200943C02800616 +:102A200000C2302190C2003CAFA60040000020212F +:102A300000471025A0C2003C8FA80040950200026C +:102A4000950300148D07001C3042FFFF3063FFFF29 +:102A50008D060018004310230002110000E2382107 +:102A600000E2102B00C4302100C23021AD07001C51 +:102A7000AD06001895020002A5020014A50000167C +:102A80008D020008AD0200108D020008AD02000C9E +:102A900095020002A5020020A50000228D02000878 +:102AA000AD0200249102003C304200401040001A68 +:102AB000262200013C108008A3A90038A38000183A +:102AC000361001008E0200E08D03003427A4004080 +:102AD00027A50038004310210E0007C3AE0200E016 +:102AE00093A200383C038000A20200D58C620278D9 +:102AF0000440FFFE8F82001CAC62024024020002F0 +:102B0000A06202443C021000AC6202780E00093957 +:102B100000000000262200013043007F14730004EF +:102B2000004020212403FF8002231024004320269C +:102B300093A200180A000A4B309100FF93A40018DA +:102B40008FA3001C2402FFFF1062000A308900FFDF +:102B500024820001248300013042007F14530005C9 +:102B6000306900FF2403FF800083102400431026F7 +:102B7000304900FF3C028008904200080120882173 +:102B8000305000FF123000193222007F000211C0C5 +:102B900002421021244202402403FF8000431824F3 +:102BA0003C048000AC8300943042007F3C038006EC +:102BB000004310218C43000C004020211060000BCA +:102BC000AFA200400E00057E000000002623000199 +:102BD0002405FF803062007F145300020225202468 +:102BE000008518260A000AAF307100FF3C048008F7 +:102BF000348400808C8300183C027FFF3442FFFF46 +:102C000000621824AC8300183C0380008C6201F839 +:102C10000440FFFE00000000AC7201C0240200026C +:102C2000A06201C43C021000AC6201F80A000B0E65 +:102C30008FBF00583C04800890C300019082000BB5 +:102C40001443002F8FBF0058349000809202000878 +:102C500030420040104000200000000092020008B6 +:102C60000002160000021603044100050240202164 +:102C70000E000ECC240500930A000B0E8FBF0058E7 +:102C80009202000924030018304200FF1443000D93 +:102C900002402021240500390E000E64000030217E +:102CA0000E0003328F84001C8F82FF9424030012D5 +:102CB000A04300090E00033D8F84001C0A000B0E88 +:102CC0008FBF0058240500360E000E64000030212E +:102CD0000A000B0E8FBF00580E0003320240202165 +:102CE000920200058F84001C344200200E00033D38 +:102CF000A20200050E0010758F84001C8FBF0058C3 +:102D00008FB300548FB200508FB1004C8FB0004889 +:102D100003E0000827BD00603C0280083445010044 +:102D20003C0280008C42014094A3000E0000302140 +:102D300000402021AF82001C3063FFFF3402FFFF00 +:102D4000106200063C0760202402FFFFA4A2000ED0 +:102D500094A500EA0A00090130A5FFFF03E000087E +:102D60000000000027BDFFC83C0280003C06800830 +:102D7000AFB5002CAFB1001CAFBF0030AFB400281E +:102D8000AFB30024AFB20020AFB00018345101003F +:102D900034C501008C4301008E2200148CA400E491 +:102DA0000000A821AF83001C0044102318400052EB +:102DB000A38000188E22001400005021ACA200E471 +:102DC00090C3000890A200D53073007FA3A200102A +:102DD0008CB200E08CB400E4304200FF1053003BA2 +:102DE00093A200108F83001C2407FF80000211C0F3 +:102DF0000062102124420240246300400047102456 +:102E00003063007F3C0980003C08800A006818217C +:102E1000AD2200248C62003427A4001427A50010E2 +:102E2000024280210290102304400028AFA3001426 +:102E30009062003C00E21024304200FF1440001970 +:102E4000020090219062003C34420040A062003CAD +:102E50008F86001C93A3001024C200403042007FE4 +:102E6000004828213C0208008C4200F42463000141 +:102E7000306400FF14820002A3A30010A3A000107E +:102E800093A20010AFA50014000211C0244202401A +:102E900000C2102100471024AD2200240A000B4577 +:102EA00093A200100E0007C3000000003C0280083F +:102EB00034420100AC5000E093A30010240A00014A +:102EC000A04300D50A000B4593A200102402000184 +:102ED000154200093C0380008C6202780440FFFE2A +:102EE0008F82001CAC62024024020002A0620244F5 +:102EF0003C021000AC6202789222000B2403000214 +:102F0000304200FF144300720000000096220008C7 +:102F1000304300FF24020082146200402402008437 +:102F20003C028000344901008D22000C95230006EC +:102F3000000216023063FFFF3045003F24020027E5 +:102F400010A2000FAF83001428A200281040000830 +:102F5000240200312402002110A2000924020025CD +:102F600010A20007938200190A000BBD00000000A8 +:102F700010A20007938200190A000BBD0000000098 +:102F80000E000777012020210A000C3D0000000000 +:102F90003C0380008C6202780440FFFE8F82001C9C +:102FA000AC62024024020002A06202443C02100013 +:102FB000AC6202780A000C3D000000009523000678 +:102FC000912400058D25000C8D2600108D270018FA +:102FD0008D28001C8D290020244200013C0108009E +:102FE000A42356C63C010800A02456C53C01080095 +:102FF000AC2556CC3C010800AC2656D03C0108005C +:10300000AC2756D83C010800AC2856DC3C0108002F +:10301000AC2956E00A000C3DA38200191462000A94 +:10302000240200813C02800834420100944500EAF9 +:10303000922600058F84001C30A5FFFF30C600FFDC +:103040000A000BFE3C0760211462005C00000000D7 +:103050009222000A304300FF306200201040000737 +:10306000306200403C02800834420100944500EA8E +:103070008F84001C0A000BFC24060040104000074F +:10308000000316003C02800834420100944500EA27 +:103090008F84001C0A000BFC24060041000216036A +:1030A000044100463C02800834420100944500EA95 +:1030B0008F84001C2406004230A5FFFF3C076019E6 +:1030C0000E000901000000000A000C3D0000000095 +:1030D0009222000B24040016304200FF1044000628 +:1030E0003C0680009222000B24030017304200FFB0 +:1030F000144300320000000034C5010090A2000B10 +:10310000304200FF1444000B000080218CA20020FC +:103110008CA400202403FF800043102400021140EF +:103120003084007F004410253C032000004310251C +:10313000ACC2083094A2000800021400000214037C +:10314000044200012410000194A2000830420080D3 +:103150005040001A0200A82194A20008304220002A +:10316000504000160200A8218CA300183C021C2D20 +:10317000344219ED106200110200A8213C0208003F +:103180008C4200D4104000053C0280082403000457 +:1031900034420100A04300FC3C028008344201009C +:1031A000944500EA8F84001C2406000630A5FFFF2A +:1031B0000E0009013C0760210200A8210E00093918 +:1031C000000000009222000A304200081040000473 +:1031D00002A010210E0013790000000002A01021AF +:1031E0008FBF00308FB5002C8FB400288FB3002420 +:1031F0008FB200208FB1001C8FB0001803E00008D0 +:1032000027BD00382402FF80008220243C02900069 +:1032100034420007008220253C028000AC4400209C +:103220003C0380008C6200200440FFFE0000000090 +:1032300003E00008000000003C0380002402FF803F +:10324000008220243462000700822025AC64002024 +:103250008C6200200440FFFE0000000003E0000834 +:103260000000000027BDFFD8AFB3001CAFB10014B1 +:10327000AFB00010AFBF0020AFB200183C1180000B +:103280003C0280088E32002034530100AE2400201E +:10329000966300EA000514003C074000004738250B +:1032A00000A08021000030210E0009013065FFFFE1 +:1032B000240200A1160200022402FFFFA2620009FC +:1032C000AE3200208FBF00208FB3001C8FB20018D9 +:1032D0008FB100148FB0001003E0000827BD002854 +:1032E0003C0280082403000527BDFFE834420100AA +:1032F000A04300FCAFBF00103C0280008C420100E4 +:10330000240500A1004020210E000C67AF82001CA4 +:103310003C0380008C6202780440FFFE8F82001C18 +:103320008FBF001027BD0018AC62024024020002CB +:10333000A06202443C021000AC62027803E0000884 +:103340000000000027BDFFE83C068000AFBF001072 +:1033500034C7010094E20008304400FF3883008243 +:10336000388200842C6300012C4200010062182581 +:103370001060002D24020083938200195040003B0E +:103380008FBF00103C020800904256CC8CC4010054 +:103390003C06080094C656C63045003F38A30032AC +:1033A00038A2003F2C6300012C4200010062182566 +:1033B000AF84001CAF860014A380001914600007BE +:1033C00000E020212402002014A2001200000000CE +:1033D0003402FFFF14C2000F00000000240200208E +:1033E00014A2000500E028218CE300142402FFFF52 +:1033F0005062000B8FBF00103C040800248456C0AC +:10340000000030210E000706240700010A000CD638 +:103410008FBF00100E000777000000008FBF001064 +:103420000A00093927BD001814820004240200850F +:103430008CC501040A000CE1000020211482000662 +:103440002482FF808CC50104240440008FBF00103B +:103450000A00016727BD0018304200FF2C4200021D +:1034600010400004240200228FBF00100A000B2726 +:1034700027BD0018148200048F8200248FBF001023 +:103480000A000C8627BD00188C42000C1040001E5C +:1034900000E0282190E300092402001814620003D0 +:1034A000240200160A000CFC240300081462000722 +:1034B00024020017240300123C02800834420080DA +:1034C000A04300090A000D0994A7000854620007F0 +:1034D00094A700088F82FF942404FFFE9043000508 +:1034E00000641824A043000594A7000890A6001BC0 +:1034F0008CA4000094A500068FBF001000073C00BC +:103500000A0008DC27BD00188FBF001003E0000888 +:1035100027BD00188F8500243C04800094A2002A57 +:103520008CA30034000230C02402FFF000C210243B +:1035300000621821AC83003C8CA200303C03800068 +:10354000AC8200383C02005034420010AC620030C3 +:103550000000000000000000000000008C6200007D +:10356000304200201040FFFD30C20008104000062D +:103570003C0280008C620408ACA200208C62040C27 +:103580000A000D34ACA200248C430400ACA300203C +:103590008C420404ACA200243C0300203C028000C6 +:1035A000AC4300303C0480008C8200300043102487 +:1035B0001440FFFD8F8600243C020040AC820030A6 +:1035C00094C3002A94C2002894C4002C94C5002EF1 +:1035D00024630001004410213064FFFFA4C20028CE +:1035E00014850002A4C3002AA4C0002A03E0000836 +:1035F000000000008F84002427BDFFE83C05800404 +:1036000024840010AFBF00100E000E472406000AED +:103610008F840024948200129483002E3042000F85 +:10362000244200030043180424027FFF0043102BB0 +:1036300010400002AC8300000000000D0E000D13CE +:10364000000000008F8300248FBF001027BD0018EA +:10365000946200149463001A3042000F00021500B7 +:10366000006218253C02800003E00008AC4300A083 +:103670008F8300243C028004944400069462001A64 +:103680008C650000A4640016004410233042FFFF44 +:103690000045102B03E00008384200018F8400240D +:1036A0003C0780049486001A8C85000094E2000692 +:1036B000A482001694E3000600C310233042FFFFEB +:1036C0000045102B384200011440FFF8A483001677 +:1036D00003E00008000000008F8400243C02800406 +:1036E000944200069483001A8C850000A482001680 +:1036F000006210233042FFFF0045102B38420001CA +:103700005040000D8F850024006030213C0780046C +:1037100094E20006A482001694E3000600C310237E +:103720003042FFFF0045102B384200011440FFF8E3 +:10373000A48300168F8500243C03800034620400BB +:103740008CA40020AF820020AC6400388CA200243E +:10375000AC62003C3C020005AC62003003E00008B3 +:10376000ACA000048F8400243C0300068C8200047B +:1037700000021140004310253C038000AC62003081 +:103780000000000000000000000000008C6200004B +:10379000304200101040FFFD34620400AC80000491 +:1037A00003E00008AF8200208F86002427BDFFE0E1 +:1037B000AFB10014AFB00010AFBF00188CC300044D +:1037C0008CC500248F820020309000FF94C4001A22 +:1037D00024630001244200202484000124A7002047 +:1037E000ACC30004AF820020A4C4001AACC70024FC +:1037F00004A100060000882104E2000594C2001A1A +:103800008CC2002024420001ACC2002094C2001AE5 +:1038100094C300282E040001004310262C4200010E +:10382000004410245040000594C2001A24020001F4 +:10383000ACC2000894C2001A94C300280010202BC8 +:10384000004310262C4200010044102514400007BC +:10385000000000008CC20008144000042402001084 +:103860008CC300041462000F8F8500240E000DA786 +:10387000241100018F820024944300289442001AEE +:1038800014430003000000000E000D1300000000B0 +:10389000160000048F8500240E000D840000000037 +:1038A0008F85002494A2001E94A4001C24420001D1 +:1038B0003043FFFF14640002A4A2001EA4A0001E57 +:1038C0001200000A3C02800494A2001494A3001A7F +:1038D0003042000F00021500006218253C028000F3 +:1038E000AC4300A00A000E1EACA0000894420006E3 +:1038F00094A3001A8CA40000A4A200160062102356 +:103900003042FFFF0044102B384200011040000DF0 +:1039100002201021006030213C07800494E2000660 +:10392000A4A2001694E3000600C310233042FFFF58 +:103930000044102B384200011440FFF8A4A30016E5 +:10394000022010218FBF00188FB100148FB000101B +:1039500003E0000827BD002003E00008000000008D +:103960008F82002C3C03000600021140004310250A +:103970003C038000AC62003000000000000000004A +:10398000000000008C620000304200101040FFFD7B +:1039900034620400AF82002803E00008AF80002CEE +:1039A00003E000080000102103E000080000000010 +:1039B0003084FFFF30A5FFFF0000182110800007B2 +:1039C000000000003082000110400002000420428C +:1039D000006518210A000E3D0005284003E000089C +:1039E0000060102110C0000624C6FFFF8CA200005A +:1039F00024A50004AC8200000A000E4724840004C1 +:103A000003E000080000000010A0000824A3FFFF4E +:103A1000AC86000000000000000000002402FFFF50 +:103A20002463FFFF1462FFFA2484000403E000080B +:103A3000000000003C0280083442008024030001A2 +:103A4000AC43000CA4430010A4430012A443001490 +:103A500003E00008A44300168F82002427BDFFD88E +:103A6000AFB3001CAFB20018AFB10014AFB000107C +:103A7000AFBF00208C47000C248200802409FF8007 +:103A80003C08800E3043007F008080213C0A80008B +:103A9000004920240068182130B100FF30D200FF17 +:103AA00010E000290000982126020100AD44002CFE +:103AB000004928243042007F004820219062000005 +:103AC00024030050304200FF1443000400000000B3 +:103AD000AD45002C948200EA3053FFFF0E000D84A8 +:103AE000000000008F8200248F83002000112C0032 +:103AF0009442001E001224003484000100A22825F4 +:103B00003C02400000A22825AC7000008FBF0020BE +:103B1000AC6000048FB20018AC7300088FB10014C1 +:103B2000AC60000C8FB3001CAC6400108FB00010B0 +:103B3000AC60001424040001AC60001827BD00280C +:103B40000A000DB8AC65001C8FBF00208FB3001CAD +:103B50008FB200188FB100148FB0001003E000087E +:103B600027BD00283C06800034C201009043000FAE +:103B7000240200101062000E2865001110A000073A +:103B800024020012240200082405003A10620006F4 +:103B90000000302103E0000800000000240500358B +:103BA0001462FFFC000030210A000E6400000000D7 +:103BB0008CC200748F83FF9424420FA003E000089E +:103BC000AC62000C27BDFFE8AFBF00100E0003423F +:103BD000240500013C0480088FBF0010240200016E +:103BE00034830080A462001227BD00182402000163 +:103BF00003E00008A080001A27BDFFE0AFB2001864 +:103C0000AFB10014AFB00010AFBF001C30B2FFFF67 +:103C10000E000332008088213C028008345000806E +:103C20009202000924030004304200FF1443000CF8 +:103C30003C028008124000082402000A0E000E5BBD +:103C400000000000920200052403FFFE0043102440 +:103C5000A202000524020012A20200093C02800810 +:103C600034420080022020210E00033DA0400027A6 +:103C700016400003022020210E000EBF00000000AD +:103C800002202021324600FF8FBF001C8FB2001897 +:103C90008FB100148FB00010240500380A000E64A4 +:103CA00027BD002027BDFFE0AFBF001CAFB200184A +:103CB000AFB10014AFB000100E00033200808021BD +:103CC0000E000E5B000000003C02800834450080BE +:103CD00090A2000924120018305100FF1232000394 +:103CE0000200202124020012A0A2000990A20005D7 +:103CF0002403FFFE004310240E00033DA0A2000594 +:103D00000200202124050020163200070000302187 +:103D10008FBF001C8FB200188FB100148FB000103D +:103D20000A00034227BD00208FBF001C8FB200187D +:103D30008FB100148FB00010240500390A000E6402 +:103D400027BD002027BDFFE83C028000AFB0001077 +:103D5000AFBF0014344201009442000C2405003629 +:103D60000080802114400012304600FF0E00033214 +:103D7000000000003C02800834420080240300124E +:103D8000A043000990430005346300100E000E5B51 +:103D9000A04300050E00033D020020210200202167 +:103DA0000E000342240500200A000F3C0000000022 +:103DB0000E000E64000000000E00033202002021FD +:103DC0003C0280089043001B2405FF9F0200202135 +:103DD000006518248FBF00148FB00010A043001B93 +:103DE0000A00033D27BD001827BDFFE0AFBF001844 +:103DF000AFB10014AFB0001030B100FF0E000332BD +:103E0000008080213C02800824030012344200809C +:103E10000E000E5BA04300090E00033D02002021AE +:103E200002002021022030218FBF00188FB1001422 +:103E30008FB00010240500350A000E6427BD002055 +:103E40003C0480089083000E9082000A1443000B0B +:103E5000000028218F82FF942403005024050001D4 +:103E600090420000304200FF1443000400000000B4 +:103E70009082000E24420001A082000E03E00008A0 +:103E800000A010213C0380008C6201F80440FFFE7A +:103E900024020002AC6401C0A06201C43C02100014 +:103EA00003E00008AC6201F827BDFFE0AFB20018E4 +:103EB0003C128008AFB10014AFBF001CAFB00010BF +:103EC00036510080922200092403000A304200FF8C +:103ED0001443003E000000008E4300048E22003890 +:103EE000506200808FBF001C92220000240300500B +:103EF000304200FF144300253C0280008C42014008 +:103F00008E4300043642010002202821AC43001CED +:103F10009622005C8E2300383042FFFF00021040E2 +:103F200000621821AE23001C8E4300048E2400384A +:103F30009622005C006418233042FFFF0003184300 +:103F4000000210400043102A10400006000000004C +:103F50008E4200048E230038004310230A000FAA6B +:103F6000000220439622005C3042FFFF0002204006 +:103F70003C0280083443010034420080ACA4002C91 +:103F8000A040002424020001A062000C0E000F5E7D +:103F900000000000104000538FBF001C3C02800056 +:103FA0008C4401403C0380008C6201F80440FFFE19 +:103FB00024020002AC6401C0A06201C43C021000F3 +:103FC000AC6201F80A0010078FBF001C92220009A2 +:103FD00024030010304200FF144300043C02800020 +:103FE0008C4401400A000FEE0000282192220009B3 +:103FF00024030016304200FF14430006240200147C +:10400000A22200093C0280008C4401400A001001F9 +:104010008FBF001C8E2200388E23003C00431023EB +:10402000044100308FBF001C92220027244200016F +:10403000A2220027922200272C42000414400016DE +:104040003C1080009222000924030004304200FF4B +:10405000144300093C0280008C4401408FBF001CC7 +:104060008FB200188FB100148FB000102405009398 +:104070000A000ECC27BD00208C440140240500938B +:104080008FBF001C8FB200188FB100148FB00010CA +:104090000A000F4827BD00208E0401400E000332A5 +:1040A000000000008E4200042442FFFFAE420004E4 +:1040B0008E22003C2442FFFFAE22003C0E00033D56 +:1040C0008E0401408E0401408FBF001C8FB2001887 +:1040D0008FB100148FB00010240500040A000342C1 +:1040E00027BD00208FB200188FB100148FB00010D0 +:1040F00003E0000827BD00203C0680008CC2018838 +:104100003C038008346500809063000E00021402B6 +:10411000304400FF306300FF1464000E3C0280084E +:1041200090A20026304200FF104400098F82FF94C5 +:10413000A0A400262403005090420000304200FF5B +:1041400014430006000000000A0005A18CC4018091 +:104150003C02800834420080A044002603E00008AE +:104160000000000027BDFFE030E700FFAFB20018FD +:10417000AFBF001CAFB10014AFB0001000809021A1 +:1041800014E0000630C600FF000000000000000D33 +:10419000000000000A001060240001163C038008A3 +:1041A0009062000E304200FF14460023346200800B +:1041B00090420026304200FF1446001F000000001D +:1041C0009062000F304200FF1446001B0000000008 +:1041D0009062000A304200FF144600038F90FF9463 +:1041E0000000000D8F90FF948F82FF983C1180009B +:1041F000AE05003CAC450000A066000A0E0003328C +:104200008E240100A20000240E00033D8E24010034 +:104210003C0380008C6201F80440FFFE240200028F +:10422000AC7201C0A06201C43C021000AC6201F893 +:104230000A0010618FBF001C000000000000000D8C +:10424000000000002400013F8FBF001C8FB2001847 +:104250008FB100148FB0001003E0000827BD0020CC +:104260008F83FF943C0280008C44010034420100A3 +:104270008C65003C9046001B0A00102724070001B3 +:104280003C0280089043000E9042000A0043102632 +:10429000304200FF03E000080002102B27BDFFE0C2 +:1042A0003C028008AFB10014AFB00010AFBF0018DF +:1042B0003450008092020005240300303042003068 +:1042C00014430085008088218F8200248C42000CDA +:1042D000104000828FBF00180E000D840000000007 +:1042E0008F860020ACD100009202000892030009E2 +:1042F000304200FF00021200306300FF004310252F +:10430000ACC200049202004D000216000002160327 +:1043100004410005000000003C0308008C630048D5 +:104320000A00109F3C1080089202000830420040B2 +:10433000144000030000182192020027304300FFC0 +:104340003C108008361100809222004D00031E00B0 +:10435000304200FF0002140000621825ACC30008C0 +:104360008E2400308F820024ACC4000C8E250034D3 +:104370009443001E3C02C00BACC50010006218251F +:104380008E22003800002021ACC200148E22003C96 +:10439000ACC200180E000DB8ACC3001C8E020004A5 +:1043A0008F8400203C058000AC8200008E2200201B +:1043B000AC8200048E22001CAC8200088E220058C1 +:1043C0008CA3007400431021AC82000C8E22002CC0 +:1043D000AC8200108E2200408E23004400021400A4 +:1043E00000431025AC8200149222004D240300806B +:1043F000304200FF1443000400000000AC800018AD +:104400000A0010E38F8200248E23000C2402000196 +:104410001062000E2402FFFF92220008304200408A +:104420001440000A2402FFFF8E23000C8CA20074AB +:10443000006218233C0208000062102414400002AD +:10444000000028210060282100051043AC820018DC +:104450008F820024000020219443001E3C02C00CE7 +:10446000006218258F8200200E000DB8AC43001C9E +:104470003C038008346201008C4200008F850020DC +:10448000346300808FBF0018ACA20000ACA0000411 +:104490008C6400488F8200248FB10014ACA4000803 +:1044A000ACA0000CACA00010906300059446001E68 +:1044B0003C02400D00031E0000C23025ACA30014D6 +:1044C0008FB00010ACA0001824040001ACA6001CA2 +:1044D0000A000DB827BD00208FBF00188FB100144F +:1044E0008FB0001003E0000827BD00203C028000D0 +:1044F0009443007C3C02800834460100308400FF75 +:104500003065FFFF2402000524A34650A0C4000C20 +:104510005482000C3065FFFF90C2000D2C42000752 +:104520001040000724A30A0090C3000D24020014C9 +:104530000062100400A210210A00111F3045FFFF85 +:104540003065FFFF3C0280083442008003E0000831 +:10455000A44500143C03800834680080AD05003891 +:10456000346701008CE2001C308400FF00A210239D +:104570001840000330C600FF24A2FFFCACE2001C80 +:1045800030820001504000083C0380088D02003C4E +:1045900000A2102304410012240400058C620004D0 +:1045A00010A2000F3C0380088C62000414A2001EBD +:1045B000000000003C0208008C4200D8304200207D +:1045C000104000093C0280083462008090630008BB +:1045D0009042004C144300043C0280082404000470 +:1045E0000A00110900000000344300803442010039 +:1045F000A040000C24020001A462001410C0000AB4 +:104600003C0280008C4401003C0380008C6201F875 +:104610000440FFFE24020002AC6401C0A06201C499 +:104620003C021000AC6201F803E00008000000004A +:1046300027BDFFE800A61823AFBF00101860008058 +:10464000308800FF3C02800834470080A0E000244E +:1046500034440100A0E000278C82001C00A210233B +:1046600004400056000000008CE2003C94E3005C33 +:104670008CE4002C004530233063FFFF00C3182179 +:104680000083202B1080000400E018218CE2002C15 +:104690000A00117800A2102194E2005C3042FFFF72 +:1046A00000C2102100A21021AC62001C3C02800854 +:1046B000344400809482005C8C83001C3042FFFFF5 +:1046C0000002104000A210210043102B10400004F3 +:1046D000000000008C82001C0A00118B3C06800840 +:1046E0009482005C3042FFFF0002104000A21021C3 +:1046F0003C06800834C3010034C70080AC82001C33 +:10470000A060000CACE500388C62001C00A21023F5 +:104710001840000224A2FFFCAC62001C3102000120 +:10472000104000083C0380088CE2003C00A21023EB +:1047300004410012240400058CC2000410A20010E1 +:104740008FBF00108C62000414A2004F8FBF0010B6 +:104750003C0208008C4200D8304200201040000A81 +:104760003C02800834620080906300089042004C54 +:10477000144300053C028008240400048FBF00108D +:104780000A00110927BD001834430080344201009B +:10479000A040000C24020001A46200143C0280002E +:1047A0008C4401003C0380008C6201F80440FFFE51 +:1047B000240200020A0011D8000000008CE2001C54 +:1047C000004610230043102B54400001ACE5001CB0 +:1047D00094E2005C3042FFFF0062102B144000079F +:1047E0002402000294E2005C8CE3001C3042FFFFD4 +:1047F00000621821ACE3001C24020002ACE5003882 +:104800000E000F5EA082000C1040001F8FBF001032 +:104810003C0280008C4401003C0380008C6201F863 +:104820000440FFFE24020002AC6401C0A06201C487 +:104830003C021000AC6201F80A0011F08FBF0010BA +:1048400031020010104000108FBF00103C028008A1 +:10485000344500808CA3001C94A2005C00661823E1 +:104860003042FFFF006218213C023FFF3444FFFF4B +:104870000083102B544000010080182100C3102138 +:10488000ACA2001C8FBF001003E0000827BD001879 +:1048900027BDFFE800C0402100A63023AFBF0010B5 +:1048A00018C00026308A00FF3C028008344900808E +:1048B0008D24001C8D23002C008820230064182BDD +:1048C0001060000F344701008CE2002000461021E8 +:1048D000ACE200208CE200200044102B1440000BBE +:1048E0003C023FFF8CE2002000441023ACE2002099 +:1048F0009522005C3042FFFF0A0012100082202146 +:10490000ACE00020008620213C023FFF3443FFFF43 +:104910000064102B54400001006020213C028008FC +:104920003442008000851821AC43001CA0400024C4 +:10493000A04000270A0012623C03800831420010A8 +:10494000104000433C0380083C06800834C40080CB +:104950008C82003C004810235840003E34660080A2 +:104960009082002424420001A0820024908200242E +:104970003C0308008C630024304200FF0043102BEE +:10498000144000688FBF001034C201008C42001C2C +:1049900000A2102318400063000000008CC3000434 +:1049A0009482005C006818233042FFFF0003184324 +:1049B000000210400043102A1040000500000000D3 +:1049C0008CC20004004810230A0012450002104364 +:1049D0009482005C3042FFFF000210403C068008D9 +:1049E000AC82002C34C5008094A2005C8CA4002C06 +:1049F00094A3005C3042FFFF00021040008220219F +:104A00003063FFFF0083202101041021ACA2001CB1 +:104A10008CC2000434C60100ACC2001C2402000297 +:104A20000E000F5EA0C2000C1040003E8FBF0010B1 +:104A30003C0280008C4401003C0380008C6201F841 +:104A40000440FFFE240200020A001292000000004F +:104A500034660080ACC50038346401008C82001CD0 +:104A600000A210231840000224A2FFFCAC82001C0C +:104A7000314200015040000A3C0380088CC2003CD7 +:104A800000A2102304430014240400058C620004D7 +:104A900014A200033C0380080A00128424040005C9 +:104AA0008C62000414A2001F8FBF00103C0208009B +:104AB0008C4200D8304200201040000A3C0280089E +:104AC00034620080906300089042004C144300055B +:104AD0003C028008240400048FBF00100A00110962 +:104AE00027BD00183443008034420100A040000C70 +:104AF00024020001A46200143C0280008C440100E6 +:104B00003C0380008C6201F80440FFFE2402000296 +:104B1000AC6401C0A06201C43C021000AC6201F8A8 +:104B20008FBF001003E0000827BD001827BDFFE875 +:104B30003C0A8008AFBF0010354900808D22003C40 +:104B400000C04021308400FF004610231840009D23 +:104B500030E700FF354701002402000100A63023A2 +:104B6000A0E0000CA0E0000DA522001418C0002455 +:104B7000308200108D23001C8D22002C0068182329 +:104B80000043102B1040000F000000008CE20020BA +:104B900000461021ACE200208CE200200043102BE4 +:104BA0001440000B3C023FFF8CE200200043102326 +:104BB000ACE200209522005C3042FFFF0A0012C1E7 +:104BC00000621821ACE00020006618213C023FFF83 +:104BD0003446FFFF00C3102B5440000100C01821D1 +:104BE0003C0280083442008000651821AC43001C60 +:104BF000A0400024A04000270A00130F3C038008B7 +:104C0000104000403C0380088D22003C00481023E7 +:104C10005840003D34670080912200242442000166 +:104C2000A1220024912200243C0308008C6300246C +:104C3000304200FF0043102B1440009A8FBF001039 +:104C40008CE2001C00A21023184000960000000017 +:104C50008D4300049522005C006818233042FFFF5A +:104C600000031843000210400043102A10400005C2 +:104C7000012020218D420004004810230A0012F276 +:104C8000000210439522005C3042FFFF00021040FA +:104C90003C068008AC82002C34C5008094A2005CE5 +:104CA0008CA4002C94A3005C3042FFFF0002104053 +:104CB000008220213063FFFF0083182101031021AF +:104CC000ACA2001C8CC2000434C60100ACC2001CA3 +:104CD000240200020E000F5EA0C2000C1040007102 +:104CE0008FBF00103C0280008C4401003C03800018 +:104CF0008C6201F80440FFFE240200020A0013390E +:104D00000000000034670080ACE500383466010024 +:104D10008CC2001C00A210231840000224A2FFFC39 +:104D2000ACC2001C30820001504000083C038008E7 +:104D30008CE2003C00A2102304430051240400052F +:104D40008C62000410A2003E3C0380088C620004C8 +:104D500054A200548FBF00103C0208008C4200D8BF +:104D600030420020104000063C028008346200807F +:104D7000906300089042004C104300403C028008C1 +:104D80003443008034420100A040000C24020001A2 +:104D9000A46200143C0280008C4401003C038000AB +:104DA0008C6201F80440FFFE24020002AC6401C0E2 +:104DB000A06201C43C021000AC6201F80A00137743 +:104DC0008FBF001024020005A120002714E2000A72 +:104DD0003C038008354301009062000D2C42000620 +:104DE000504000053C0380089062000D2442000101 +:104DF000A062000D3C03800834670080ACE50038F9 +:104E0000346601008CC2001C00A21023184000026E +:104E100024A2FFFCACC2001C308200015040000AFA +:104E20003C0380088CE2003C00A2102304410014E3 +:104E3000240400058C62000414A200033C038008D3 +:104E40000A00136E240400058C62000414A20015ED +:104E50008FBF00103C0208008C4200D83042002076 +:104E60001040000A3C028008346200809063000811 +:104E70009042004C144300053C02800824040004C6 +:104E80008FBF00100A00110927BD001834430080AD +:104E900034420100A040000C24020001A46200146E +:104EA0008FBF001003E0000827BD00183C0B8008EE +:104EB00027BDFFE83C028000AFBF00103442010074 +:104EC000356A00809044000A356901008C45001461 +:104ED0008D4800389123000C308400FF0105102319 +:104EE0001C4000B3306700FF2CE20006504000B1C8 +:104EF0008FBF00102402000100E2300430C2000322 +:104F00005440000800A8302330C2000C144000A117 +:104F100030C20030144000A38FBF00100A00143BC1 +:104F20000000000018C00024308200108D43001CD7 +:104F30008D42002C006818230043102B1040000FF6 +:104F4000000000008D22002000461021AD2200202C +:104F50008D2200200043102B1440000B3C023FFF29 +:104F60008D22002000431023AD2200209542005CDA +:104F70003042FFFF0A0013AF00621821AD2000206D +:104F8000006618213C023FFF3446FFFF00C3102B90 +:104F90005440000100C018213C02800834420080C7 +:104FA00000651821AC43001CA0400024A04000274D +:104FB0000A0013FD3C038008104000403C038008B9 +:104FC0008D42003C004810231840003D34670080AB +:104FD0009142002424420001A14200249142002475 +:104FE0003C0308008C630024304200FF0043102B78 +:104FF000144000708FBF00108D22001C00A21023EF +:105000001840006C000000008D6300049542005CB5 +:10501000006818233042FFFF0003184300021040CD +:105020000043102A10400005014020218D62000439 +:10503000004810230A0013E0000210439542005C70 +:105040003042FFFF000210403C068008AC82002C7A +:1050500034C5008094A2005C8CA4002C94A3005C56 +:105060003042FFFF00021040008220213063FFFF2A +:105070000083182101031021ACA2001C8CC2000483 +:1050800034C60100ACC2001C240200020E000F5EF8 +:10509000A0C2000C104000478FBF00103C028000EF +:1050A0008C4401003C0380008C6201F80440FFFE48 +:1050B000240200020A00142D000000003467008062 +:1050C000ACE50038346601008CC2001C00A210233D +:1050D0001840000224A2FFFCACC2001C3082000178 +:1050E0005040000A3C0380088CE2003C00A21023E0 +:1050F00004430014240400058C62000414A200037D +:105100003C0380080A00141F240400058C6200047C +:1051100014A200288FBF00103C0208008C4200D867 +:10512000304200201040000A3C02800834620080B7 +:10513000906300089042004C144300053C02800834 +:10514000240400048FBF00100A00110927BD0018B5 +:105150003443008034420100A040000C24020001CE +:10516000A46200143C0280008C4401003C038000D7 +:105170008C6201F80440FFFE24020002AC6401C00E +:10518000A06201C43C021000AC6201F80A00143BAA +:105190008FBF00108FBF0010010030210A00115A8C +:1051A00027BD0018010030210A00129927BD001800 +:1051B0008FBF001003E0000827BD00183C038008E3 +:1051C0003464010024020003A082000C8C620004FD +:1051D00003E00008AC82001C3C05800834A300807A +:1051E0009062002734A501002406004324420001F8 +:1051F000A0620027906300273C0208008C42004810 +:10520000306300FF146200043C07602194A500EAAB +:105210000A00090130A5FFFF03E0000800000000BC +:1052200027BDFFE8AFBF00103C0280000E00144411 +:105230008C4401803C02800834430100A060000CD3 +:105240008C4200048FBF001027BD001803E0000847 +:10525000AC62001C27BDFFE03C028008AFBF001815 +:10526000AFB10014AFB000103445008034460100E7 +:105270003C0880008D09014090C3000C8CA4003CC8 +:105280008CA200381482003B306700FF9502007C3E +:1052900090A30027146000093045FFFF2402000599 +:1052A00054E200083C04800890C2000D2442000132 +:1052B000A0C2000D0A00147F3C048008A0C0000DAD +:1052C0003C048008348201009042000C2403000555 +:1052D000304200FF1443000A24A205DC348300801E +:1052E000906200272C4200075040000524A20A00CB +:1052F00090630027240200140062100400A2102111 +:105300003C108008361000803045FFFF012020212E +:105310000E001444A60500149602005C8E030038AB +:105320003C1180003042FFFF000210400062182153 +:10533000AE03001C0E0003328E24014092020025B1 +:1053400034420040A20200250E00033D8E2401409D +:105350008E2401403C0380008C6201F80440FFFE73 +:1053600024020002AC6401C0A06201C43C0210002F +:10537000AC6201F88FBF00188FB100148FB000101D +:1053800003E0000827BD00203C0360103C02080039 +:1053900024420174AC62502C8C6250003C048000AA +:1053A00034420080AC6250003C0208002442547C2D +:1053B0003C010800AC2256003C020800244254384C +:1053C0003C010800AC2256043C020002AC840008F8 +:1053D000AC82000C03E000082402000100A0302190 +:1053E0003C1C0800279C56083C0200023C050400B7 +:1053F00000852826008220260004102B2CA5000101 +:105400002C840001000210803C0308002463560035 +:105410000085202500431821108000030000102182 +:10542000AC6600002402000103E000080000000058 +:105430003C1C0800279C56083C0200023C05040066 +:1054400000852826008220260004102B2CA50001B0 +:105450002C840001000210803C03080024635600E5 +:105460000085202500431821108000050000102130 +:105470003C02080024425438AC62000024020001BF +:1054800003E00008000000003C0200023C030400AE +:1054900000821026008318262C4200012C63000194 +:1054A000004310251040000B000028213C1C080080 +:1054B000279C56083C0380008C62000824050001EC +:1054C00000431025AC6200088C62000C00441025DB +:1054D000AC62000C03E0000800A010213C1C080096 +:1054E000279C56083C0580008CA3000C0004202754 +:1054F000240200010064182403E00008ACA3000C9F +:105500003C020002148200063C0560008CA208D018 +:105510002403FFFE0043102403E00008ACA208D0DF +:105520003C02040014820005000000008CA208D098 +:105530002403FFFD00431024ACA208D003E00008C0 +:10554000000000003C02601A344200108C430080CE +:1055500027BDFFF88C440084AFA3000093A3000094 +:10556000240200041462001AAFA4000493A20001F4 +:105570001040000797A300023062FFFC3C0380004C +:10558000004310218C4200000A001536AFA200042F +:105590003062FFFC3C03800000431021AC4400005B +:1055A000A3A000003C0560008CA208D02403FFFEED +:1055B0003C04601A00431024ACA208D08FA300045E +:1055C0008FA2000034840010AC830084AC82008081 +:1055D00003E0000827BD000827BDFFE8AFBF0010AB +:1055E0003C1C0800279C56083C0280008C43000CA1 +:1055F0008C420004004318243C0200021060001496 +:10560000006228243C0204003C04000210A00005B3 +:10561000006210243C0208008C4256000A00155B10 +:1056200000000000104000073C0404003C02080099 +:105630008C4256040040F809000000000A00156082 +:10564000000000000000000D3C1C0800279C5608CC +:105650008FBF001003E0000827BD0018800802403B +:1056600080080100800800808008000000000C8095 +:105670000000320008000E9808000EF408000F88A1 +:1056800008001028080010748008010080080080BD +:10569000800800000A000028000000000000000050 +:1056A0000000000D6370362E322E316200000000C3 +:1056B00006020104000000000000000000000000DD +:1056C000000000000000000038003C000000000066 +:1056D00000000000000000000000000000000020AA +:1056E00000000000000000000000000000000000BA +:1056F00000000000000000000000000000000000AA +:10570000000000000000000021003800000000013F +:105710000000002B000000000000000400030D400A +:105720000000000000000000000000000000000079 +:105730000000000000000000100000030000000056 +:105740000000000D0000000D3C020800244259AC8E +:105750003C03080024635BF4AC4000000043202BB2 +:105760001480FFFD244200043C1D080037BD9FFC4F +:1057700003A0F0213C100800261000A03C1C0800EB +:10578000279C59AC0E0002F6000000000000000D3E +:1057900027BDFFB4AFA10000AFA20004AFA3000873 +:1057A000AFA4000CAFA50010AFA60014AFA700185F +:1057B000AFA8001CAFA90020AFAA0024AFAB0028FF +:1057C000AFAC002CAFAD0030AFAE0034AFAF00389F +:1057D000AFB8003CAFB90040AFBC0044AFBF004819 +:1057E0000E000820000000008FBF00488FBC00445E +:1057F0008FB900408FB8003C8FAF00388FAE0034B7 +:105800008FAD00308FAC002C8FAB00288FAA002406 +:105810008FA900208FA8001C8FA700188FA6001446 +:105820008FA500108FA4000C8FA300088FA2000486 +:105830008FA1000027BD004C3C1B60188F7A5030B0 +:10584000377B502803400008AF7A000000A01821E1 +:1058500000801021008028213C0460003C0760008B +:105860002406000810600006348420788C42000072 +:10587000ACE220088C63000003E00008ACE3200CDD +:105880000A000F8100000000240300403C02600079 +:1058900003E00008AC4320003C0760008F86000452 +:1058A0008CE520740086102100A2182B14600007DC +:1058B000000028218F8AFDA024050001A1440013C7 +:1058C0008F89000401244021AF88000403E0000810 +:1058D00000A010218F84FDA08F8500049086001306 +:1058E00030C300FF00A31023AF82000403E00008D0 +:1058F000A08000138F84FDA027BDFFE8AFB000108B +:10590000AFBF001490890011908700112402002875 +:10591000312800FF3906002830E300FF2485002CE1 +:105920002CD00001106200162484001C0E00006EB2 +:10593000000000008F8FFDA03C05600024020204DF +:1059400095EE003E95ED003C000E5C0031ACFFFF93 +:10595000016C5025ACAA2010520000012402000462 +:10596000ACA22000000000000000000000000000C9 +:105970008FBF00148FB0001003E0000827BD00188F +:105980000A0000A6000028218F85FDA027BDFFD8B2 +:10599000AFBF0020AFB3001CAFB20018AFB100140E +:1059A000AFB000100080982190A4001124B0001C1A +:1059B00024B1002C308300FF386200280E000090D4 +:1059C0002C5200010E00009800000000020020216F +:1059D0001240000202202821000028210E00006E43 +:1059E000000000008F8DFDA03C0880003C05600099 +:1059F00095AC003E95AB003C02683025000C4C0095 +:105A0000316AFFFF012A3825ACA7201024020202C8 +:105A1000ACA6201452400001240200028FBF0020D7 +:105A20008FB3001C8FB200188FB100148FB000101C +:105A300027BD002803E00008ACA2200027BDFFE03E +:105A4000AFB20018AFB10014AFB00010AFBF001C70 +:105A50003C1160008E2320748F82000430D0FFFF41 +:105A600030F2FFFF1062000C2406008F0E00006E63 +:105A7000000000003C06801F0010440034C5FF00F9 +:105A80000112382524040002AE2720100000302126 +:105A9000AE252014AE2420008FBF001C8FB200184A +:105AA0008FB100148FB0001000C0102103E0000877 +:105AB00027BD002027BDFFE0AFB0001030D0FFFFB2 +:105AC000AFBF0018AFB100140E00006E30F1FFFF41 +:105AD00000102400009180253C036000AC70201071 +:105AE0008FBF00188FB100148FB000102402000483 +:105AF000AC62200027BD002003E000080000102158 +:105B000027BDFFE03C046018AFBF0018AFB1001420 +:105B1000AFB000108C8850002403FF7F34028071E6 +:105B20000103382434E5380C241F00313C1980006F +:105B3000AC8550003C11800AAC8253BCAF3F0008DA +:105B40000E00054CAF9100400E00050A3C116000AC +:105B50000E00007D000000008E3008083C0F570941 +:105B60002418FFF00218602435EEE00035EDF00057 +:105B7000018E5026018D58262D4600012D69000109 +:105B8000AF86004C0E000D09AF8900503C06601630 +:105B90008CC700003C0860148D0500A03C03FFFF8B +:105BA00000E320243C02535300052FC2108200550D +:105BB00034D07C00960201F2A780006C10400003F4 +:105BC000A780007C384B1E1EA78B006C960201F844 +:105BD000104000048F8D0050384C1E1EA78C007C96 +:105BE0008F8D005011A000058F83004C240E0020E3 +:105BF000A78E007CA78E006C8F83004C1060000580 +:105C00009785007C240F0020A78F007CA78F006C55 +:105C10009785007C2CB8008153000001240500808A +:105C20009784006C2C91040152200001240404008C +:105C30001060000B3C0260008FBF00188FB1001491 +:105C40008FB0001027BD0020A784006CA785007CC2 +:105C5000A380007EA780007403E00008A780009264 +:105C60008C4704382419103C30FFFFFF13F9000360 +:105C700030A8FFFF1100004624030050A380007EDF +:105C80009386007E50C00024A785007CA780007CFE +:105C90009798007CA780006CA7800074A780009272 +:105CA0003C010800AC3800800E00078700000000AF +:105CB0003C0F60008DED0808240EFFF03C0B600ED9 +:105CC000260C0388356A00100000482100002821B6 +:105CD00001AE20243C105709AF8C0010AF8A004859 +:105CE000AF89001810900023AF8500148FBF0018F3 +:105CF0008FB100148FB0001027BD002003E0000812 +:105D0000AF80005400055080014648218D260004D4 +:105D10000A00014800D180219798007CA784006C7C +:105D2000A7800074A78000923C010800AC38008076 +:105D30000E000787000000003C0F60008DED080892 +:105D4000240EFFF03C0B600E260C0388356A001011 +:105D5000000048210000282101AE20243C105709F2 +:105D6000AF8C0010AF8A0048AF8900181490FFDF95 +:105D7000AF85001424110001AF9100548FBF0018AB +:105D80008FB100148FB0001003E0000827BD002081 +:105D90000A00017BA383007E3083FFFF8F880040D1 +:105DA0008F87003C000321403C0580003C020050EE +:105DB000008248253C0660003C0A010034AC040027 +:105DC0008CCD08E001AA58241160000500000000F5 +:105DD0008CCF08E024E7000101EA7025ACCE08E092 +:105DE0008D19001001805821ACB900388D180014AD +:105DF000ACB8003CACA9003000000000000000007E +:105E00000000000000000000000000000000000092 +:105E100000000000000000003C0380008C640000D3 +:105E2000308200201040FFFD3C0F60008DED08E047 +:105E30003C0E010001AE18241460FFE100000000D8 +:105E4000AF87003C03E00008AF8B00588F8500400F +:105E5000240BFFF03C06800094A7001A8CA90024B4 +:105E600030ECFFFF000C38C000EB5024012A402129 +:105E7000ACC8003C8CA400248CC3003C00831023DD +:105E800018400033000000008CAD002025A2000166 +:105E90003C0F0050ACC2003835EE00103C068000CC +:105EA000ACCE003000000000000000000000000048 +:105EB00000000000000000000000000000000000E2 +:105EC000000000003C0480008C9900003338002062 +:105ED0001300FFFD30E20008104000173C0980006D +:105EE0008C880408ACA800108C83040CACA30014AC +:105EF0003C1900203C188000AF19003094AE001807 +:105F000094AF001C01CF3021A4A6001894AD001A54 +:105F100025A70001A4A7001A94AB001A94AC001E98 +:105F2000118B00030000000003E0000800000000E7 +:105F300003E00008A4A0001A8D2A0400ACAA0010F7 +:105F40008D240404ACA400140A0002183C1900209B +:105F50008CA200200A0002003C0F00500A0001EE53 +:105F60000000000027BDFFE8AFBF00100E000232A6 +:105F7000000000008F8900408FBF00103C038000AC +:105F8000A520000A9528000A9527000427BD0018BF +:105F90003105FFFF30E6000F0006150000A22025A6 +:105FA00003E00008AC6400803C0508008CA50020DC +:105FB0008F83000C27BDFFE8AFB00010AFBF001407 +:105FC00010A300100000802124040001020430040A +:105FD00000A6202400C3102450440006261000010F +:105FE000001018802787FDA41480000A006718217C +:105FF000261000012E0900025520FFF38F83000CAC +:10600000AF85000C8FBF00148FB0001003E00008B4 +:1060100027BD00188C6800003C058000ACA8002457 +:106020000E000234261000013C0508008CA500205B +:106030000A0002592E0900022405000100851804F7 +:106040003C0408008C84002027BDFFC8AFBF00348B +:1060500000831024AFBE0030AFB7002CAFB60028CD +:10606000AFB50024AFB40020AFB3001CAFB200182E +:10607000AFB1001410400051AFB000108F84004049 +:10608000948700069488000A00E8302330D5FFFF8B +:1060900012A0004B8FBF0034948B0018948C000A20 +:1060A000016C50233142FFFF02A2482B1520000251 +:1060B00002A02021004020212C8F000515E00002C5 +:1060C00000809821241300040E0001C102602021E9 +:1060D0008F87004002609021AF80004494F4000A52 +:1060E000026080211260004E3291FFFF3C1670006A +:1060F0003C1440003C1E20003C1760008F99005863 +:106100008F380000031618241074004F0283F82BF8 +:1061100017E0003600000000107E00478F86004424 +:1061200014C0003A2403000102031023022320219B +:106130003050FFFF1600FFF13091FFFF8F870040C6 +:106140003C1100203C108000AE11003094EB000A9E +:106150003C178000024B5021A4EA000A94E9000A8F +:1061600094E800043123FFFF3106000F00062D00E4 +:106170000065F025AEFE008094F3000A94F6001846 +:1061800012D30036001221408CFF00148CF4001052 +:1061900003E468210000C02101A4782B029870213B +:1061A00001CF6021ACED0014ACEC001002B238233A +:1061B00030F5FFFF16A0FFB88F8400408FBF00347A +:1061C0008FBE00308FB7002C8FB600288FB500240B +:1061D0008FB400208FB3001C8FB200188FB1001451 +:1061E0008FB0001003E0000827BD00381477FFCC03 +:1061F0008F8600440E000EE202002021004018218C +:106200008F86004410C0FFC9020310230270702360 +:106210008F87004001C368210A0002E431B2FFFF0A +:106220008F86004414C0FFC93C1100203C10800040 +:106230000A0002AEAE1100300E00046602002021FA +:106240000A0002DB00401821020020210E0009395B +:10625000022028210A0002DB004018210E0001EE76 +:10626000000000000A0002C702B2382327BDFFC8A1 +:10627000AFB7002CAFB60028AFB50024AFB40020F4 +:10628000AFB3001CAFB20018AFB10014AFB0001034 +:10629000AFBF00300E00011B241300013C047FFF40 +:1062A0003C0380083C0220003C010800AC20007048 +:1062B0003496FFFF34770080345200033C1512C03F +:1062C000241400013C1080002411FF800E000245C0 +:1062D000000000008F8700488F8B00188F89001402 +:1062E0008CEA00EC8CE800E8014B302B01092823F4 +:1062F00000A6102314400006014B18231440000E82 +:106300003C05800002A3602B1180000B0000000000 +:106310003C0560008CEE00EC8CED00E88CA4180CC1 +:10632000AF8E001804800053AF8D00148F8F0010C3 +:10633000ADF400003C0580008CBF00003BF900017B +:10634000333800011700FFE13C0380008C6201003C +:1063500024060C0010460009000000008C680100B3 +:106360002D043080548000103C0480008C690100B2 +:106370002D2331811060000C3C0480008CAA0100A8 +:1063800011460004000020218CA6010024C5FF81D5 +:1063900030A400FF8E0B01000E000269AE0B00243A +:1063A0000A00034F3C0480008C8D01002DAC3300AB +:1063B00011800022000000003C0708008CE70098D4 +:1063C00024EE00013C010800AC2E00983C04800043 +:1063D0008C8201001440000300000000566000148D +:1063E0003C0440008C9F01008C9801000000982123 +:1063F00003F1C82400193940330F007F00EF7025E6 +:1064000001D26825AC8D08308C8C01008C85010090 +:10641000258B0100017130240006514030A3007F1C +:106420000143482501324025AC8808303C04400037 +:10643000AE0401380A00030E000000008C99010030 +:10644000240F0020AC99002092F80000330300FFD5 +:10645000106F000C241F0050547FFFDD3C048000AF +:106460008C8401000E00154E000000000A00034F4E +:106470003C04800000963824ACA7180C0A000327BF +:106480008F8F00108C8501000E0008F72404008017 +:106490000A00034F3C04800000A4102B24030001D9 +:1064A00010400009000030210005284000A4102BF6 +:1064B00004A00003000318405440FFFC00052840DE +:1064C0005060000A0004182B0085382B54E00004AB +:1064D0000003184200C33025008520230003184222 +:1064E0001460FFF9000528420004182B03E000089F +:1064F00000C310213084FFFF30C600FF3C0780003E +:106500008CE201B80440FFFE00064C000124302557 +:106510003C08200000C820253C031000ACE00180AE +:10652000ACE50184ACE4018803E00008ACE301B809 +:106530003C0660008CC5201C2402FFF03083020062 +:10654000308601001060000E00A2282434A500014E +:106550003087300010E0000530830C0034A50004C3 +:106560003C04600003E00008AC85201C1060FFFDC7 +:106570003C04600034A5000803E00008AC85201C42 +:1065800054C0FFF334A500020A0003B03087300086 +:1065900027BDFFE8AFB00010AFBF00143C0760009C +:1065A000240600021080001100A080218F83005873 +:1065B0000E0003A78C6400188F8200580000202171 +:1065C000240600018C45000C0E000398000000001A +:1065D0001600000224020003000010218FBF0014E7 +:1065E0008FB0001003E0000827BD00188CE8201CC5 +:1065F0002409FFF001092824ACE5201C8F870058EE +:106600000A0003CD8CE5000C3C02600E00804021A6 +:1066100034460100240900180000000000000000BA +:10662000000000003C0A00503C0380003547020097 +:10663000AC68003834640400AC65003CAC670030E2 +:106640008C6C0000318B00201160FFFD2407FFFFE0 +:106650002403007F8C8D00002463FFFF248400044A +:10666000ACCD00001467FFFB24C60004000000004E +:10667000000000000000000024A402000085282B78 +:106680003C0300203C0E80002529FFFF010540212E +:10669000ADC300301520FFE00080282103E0000892 +:1066A000000000008F82005827BDFFD8AFB3001C48 +:1066B000AFBF0020AFB20018AFB10014AFB00010F0 +:1066C00094460002008098218C5200182CC300814F +:1066D0008C4800048C4700088C51000C8C49001039 +:1066E000106000078C4A00142CC4000414800013AE +:1066F00030EB000730C5000310A0001000000000C0 +:106700002410008B02002021022028210E00039873 +:10671000240600031660000224020003000010217A +:106720008FBF00208FB3001C8FB200188FB10014F0 +:106730008FB0001003E0000827BD00281560FFF1AE +:106740002410008B3C0C80003C030020241F00011F +:10675000AD830030AF9F0044000000000000000047 +:10676000000000002419FFF024D8000F031978243A +:106770003C1000D0AD88003801F0702524CD000316 +:106780003C08600EAD87003C35850400AD8E0030BE +:10679000000D38823504003C3C0380008C6B000007 +:1067A000316200201040FFFD0000000010E00008F2 +:1067B00024E3FFFF2407FFFF8CA800002463FFFFF2 +:1067C00024A50004AC8800001467FFFB24840004A7 +:1067D0003C05600EACA60038000000000000000080 +:1067E000000000008F8600543C0400203C0780001D +:1067F000ACE4003054C000060120202102402021DA +:106800000E0003A7000080210A00041D02002021C1 +:106810000E0003DD01402821024020210E0003A7C5 +:10682000000080210A00041D0200202127BDFFE096 +:10683000AFB200183092FFFFAFB10014AFBF001C21 +:10684000AFB000101640000D000088210A0004932C +:106850000220102124050003508500278CE5000C40 +:106860000000000D262800013111FFFF24E2002066 +:106870000232802B12000019AF8200588F82004430 +:10688000144000168F8700583C0670003C0320001F +:106890008CE5000000A62024148300108F84006083 +:1068A000000544023C09800000A980241480FFE90F +:1068B000310600FF2CCA000B5140FFEB26280001D7 +:1068C000000668803C0E080025CE575801AE6021B6 +:1068D0008D8B0000016000080000000002201021E4 +:1068E0008FBF001C8FB200188FB100148FB0001042 +:1068F00003E0000827BD00200E0003982404008454 +:106900001600FFD88F8700580A000474AF8000601B +:10691000020028210E0003BF240400018F870058C5 +:106920000A000474AF820060020028210E0003BF39 +:10693000000020210A0004A38F8700580E000404E1 +:10694000020020218F8700580A000474AF82006083 +:1069500030AFFFFF000F19C03C0480008C9001B8DD +:106960000600FFFE3C1920043C181000AC83018097 +:10697000AC800184AC990188AC9801B80A00047518 +:106980002628000190E2000390E30002000020218D +:106990000002FE0000033A0000FF2825240600083C +:1069A0000E000398000000001600FFDC2402000324 +:1069B0008F870058000010210A000474AF82006025 +:1069C00090E8000200002021240600090A0004C308 +:1069D00000082E0090E4000C240900FF308500FF21 +:1069E00010A900150000302190F9000290F8000372 +:1069F000308F00FF94EB000400196E000018740043 +:106A0000000F62000186202501AE5025014B28258C +:106A10003084FF8B0A0004C32406000A90E30002BE +:106A200090FF0004000020210003360000DF28252D +:106A30000A0004C32406000B0A0004D52406008BB8 +:106A4000000449C23127003F000443423C02800059 +:106A500000082040240316802CE60020AC43002CC4 +:106A600024EAFFE02482000114C0000330A900FFE3 +:106A700000801021314700FF000260803C0D800043 +:106A8000240A0001018D20213C0B000E00EA28049D +:106A9000008B302111200005000538278CCE000026 +:106AA00001C5382503E00008ACC700008CD8000001 +:106AB0000307782403E00008ACCF000027BDFFE007 +:106AC000AFB10014AFB00010AFBF00183C076000BA +:106AD0008CE408083402F0003C1160003083F000C0 +:106AE000240501C03C04800E000030211062000625 +:106AF000241000018CEA08083149F0003928E00030 +:106B00000008382B000780403C0D0200AE2D081411 +:106B1000240C16803C0B80008E2744000E000F8B47 +:106B2000AD6C002C120000043C02169124050001FB +:106B3000120500103C023D2C345800E0AE384408E9 +:106B40003C1108008E31007C8FBF00183C066000AD +:106B500000118540360F16808FB100148FB00010E1 +:106B60003C0E020027BD0020ACCF442003E000080B +:106B7000ACCE08103C0218DA345800E0AE384408B5 +:106B80003C1108008E31007C8FBF00183C0660006D +:106B900000118540360F16808FB100148FB00010A1 +:106BA0003C0E020027BD0020ACCF442003E00008CB +:106BB000ACCE08100A0004EB240500010A0004EB27 +:106BC0000000282124020400A7820024A780001CC2 +:106BD000000020213C06080024C65A582405FFFF67 +:106BE00024890001000440803124FFFF01061821A0 +:106BF0002C87002014E0FFFAAC6500002404040098 +:106C0000A7840026A780001E000020213C06080063 +:106C100024C65AD82405FFFF248D0001000460809B +:106C200031A4FFFF018658212C8A00201540FFFA6D +:106C3000AD650000A7800028A7800020A780002263 +:106C4000000020213C06080024C65B582405FFFFF5 +:106C5000249900010004C0803324FFFF030678213B +:106C60002C8E000415C0FFFAADE500003C05600065 +:106C70008CA73D002403E08F00E31024344601403C +:106C800003E00008ACA63D002487007F000731C266 +:106C900024C5FFFF000518C2246400013082FFFFF5 +:106CA000000238C0A78400303C010800AC27003047 +:106CB000AF80002C0000282100002021000030219E +:106CC0002489000100A728213124FFFF2CA81701E7 +:106CD000110000032C8300801460FFF924C600011A +:106CE00000C02821AF86002C10C0001DA786002AF6 +:106CF00024CAFFFF000A11423C08080025085B581F +:106D00001040000A00002021004030212407FFFF2E +:106D1000248E00010004688031C4FFFF01A86021B7 +:106D20000086582B1560FFFAAD87000030A2001FC7 +:106D30005040000800043080240300010043C804D0 +:106D400000041080004878212738FFFF03E0000886 +:106D5000ADF8000000C820212405FFFFAC8500002D +:106D600003E000080000000030A5FFFF30C6FFFF71 +:106D700030A8001F0080602130E700FF0005294295 +:106D80000000502110C0001D24090001240B000147 +:106D900025180001010B2004330800FF0126782686 +:106DA000390E00202DED00012DC2000101A2182591 +:106DB0001060000D014450250005C880032C4021BF +:106DC0000100182110E0000F000A20278D040000A8 +:106DD000008A1825AD03000024AD00010000402109 +:106DE0000000502131A5FFFF252E000131C9FFFF12 +:106DF00000C9102B1040FFE72518000103E0000830 +:106E0000000000008D0A0000014440240A0005D162 +:106E1000AC68000027BDFFE830A5FFFF30C6FFFFCC +:106E2000AFB00010AFBF001430E7FFFF00005021EB +:106E30003410FFFF0000602124AF001F00C0482174 +:106E4000241800012419002005E0001601E010219B +:106E50000002F943019F682A0009702B01AE40240B +:106E600011000017000C18800064102110E00005CC +:106E70008C4B000000F840040008382301675824B8 +:106E800000003821154000410000402155600016E7 +:106E90003169FFFF258B0001316CFFFF05E1FFEC3D +:106EA00001E0102124A2003E0002F943019F682A5C +:106EB0000009702B01AE40241500FFEB000C188078 +:106EC000154600053402FFFF020028210E0005B51B +:106ED00000003821020010218FBF00148FB0001075 +:106EE00003E0000827BD00181520000301601821E9 +:106EF000000B1C0224080010306A00FF154000053A +:106F0000306E000F250D000800031A0231A800FFA3 +:106F1000306E000F15C00005307F000325100004FF +:106F200000031902320800FF307F000317E000055C +:106F3000386900012502000200031882304800FF72 +:106F4000386900013123000110600004310300FFA3 +:106F5000250A0001314800FF310300FF000C6940A1 +:106F600001A34021240A000110CAFFD53110FFFF00 +:106F7000246E000131C800FF1119FFC638C9000195 +:106F80002D1F002053E0001C258B0001240D000163 +:106F90000A000648240E002051460017258B0001E8 +:106FA00025090001312800FF2D0900205120001281 +:106FB000258B000125430001010D5004014B1024D5 +:106FC000250900011440FFF4306AFFFF3127FFFF5D +:106FD00010EE000C2582FFFF304CFFFF0000502117 +:106FE0003410FFFF312800FF2D0900205520FFF24B +:106FF00025430001258B0001014648260A000602B0 +:10700000316CFFFF00003821000050210A000654B7 +:107010003410FFFF27BDFFD8AFB0001030F0FFFFE6 +:10702000AFB10014001039423211FFE000071080A8 +:10703000AFB3001C00B1282330D3FFFFAFB200185C +:1070400030A5FFFF00809021026030210044202104 +:10705000AFBF00200E0005E03207001F022288218A +:107060003403FFFF0240202102002821026030216A +:1070700000003821104300093231FFFF02201021A7 +:107080008FBF00208FB3001C8FB200188FB1001487 +:107090008FB0001003E0000827BD00280E0005E0B7 +:1070A0000000000000408821022010218FBF002036 +:1070B0008FB3001C8FB200188FB100148FB0001076 +:1070C00003E0000827BD0028000424003C03600002 +:1070D000AC603D0810A00002348210063482101605 +:1070E00003E00008AC623D0427BDFFE0AFB0001034 +:1070F000309000FF2E020006AFBF001810400008BD +:10710000AFB10014001030803C03080024635784A2 +:1071100000C328218CA400000080000800000000AB +:10712000000020218FBF00188FB100148FB0001015 +:107130000080102103E0000827BD00209791002A5D +:1071400016200051000020213C020800904200332C +:107150000A0006BB00000000978D002615A0003134 +:10716000000020210A0006BB2402000897870024A3 +:1071700014E0001A00001821006020212402000100 +:107180001080FFE98FBF0018000429C2004530219C +:1071900000A6582B1160FFE43C0880003C0720004B +:1071A000000569C001A76025AD0C00203C038008E4 +:1071B0002402001F2442FFFFAC6000000441FFFDD9 +:1071C0002463000424A5000100A6702B15C0FFF560 +:1071D000000569C00A0006A58FBF00189787001C2C +:1071E0003C04080024845A58240504000E0006605C +:1071F00024060001978B002424440001308AFFFFFD +:107200002569FFFF2D48040000402821150000409B +:10721000A789002424AC3800000C19C00A0006B964 +:10722000A780001C9787001E3C04080024845AD8BD +:10723000240504000E00066024060001979900262C +:10724000244400013098FFFF272FFFFF2F0E04007A +:107250000040882115C0002CA78F0026A780001EA3 +:107260003A020003262401003084FFFF0E00068D41 +:107270002C4500010011F8C027F00100001021C0CA +:107280000A0006BB240200089785002E978700227B +:107290003C04080024845B580E00066024060001AC +:1072A0009787002A8F89002C2445000130A8FFFF12 +:1072B00024E3FFFF0109302B0040802114C0001897 +:1072C000A783002AA7800022978500300E000F7543 +:1072D00002002021244A05003144FFFF0E00068DE4 +:1072E000240500013C05080094A500320E000F752E +:1072F00002002021244521003C0208009042003376 +:107300000A0006BB000521C00A0006F3A784001E80 +:1073100024AC3800000C19C00A0006B9A784001C70 +:107320000A00070DA7850022308400FF27BDFFE873 +:107330002C820006AFBF0014AFB000101040001543 +:1073400000A03821000440803C0308002463579CBF +:10735000010328218CA40000008000080000000028 +:1073600024CC007F000751C2000C59C23170FFFFCE +:107370002547C40030E5FFFF2784001C02003021B0 +:107380000E0005B52407000197860028020620217B +:10739000A78400288FBF00148FB0001003E00008FE +:1073A00027BD00183C0508008CA50030000779C2F5 +:1073B0000E00038125E4DF003045FFFF3C04080098 +:1073C00024845B58240600010E0005B52407000143 +:1073D000978E002A8FBF00148FB0001025CD0001BA +:1073E00027BD001803E00008A78D002A0007C9C2C6 +:1073F0002738FF00001878C231F0FFFF3C04080076 +:1074000024845AD802002821240600010E0005B564 +:1074100024070001978D0026260E0100000E84002F +:1074200025AC00013C0B6000A78C0026AD603D0838 +:1074300036040006000030213C0760008CE23D0469 +:10744000305F000617E0FFFD24C9000100061B00A5 +:10745000312600FF006440252CC50004ACE83D0443 +:1074600014A0FFF68FBF00148FB0001003E00008D7 +:1074700027BD0018000751C22549C8002406000195 +:10748000240700013C04080024845A580E0005B566 +:107490003125FFFF978700248FBF00148FB00010A5 +:1074A00024E6000127BD001803E00008A786002499 +:1074B0003C0660183C090800252900FCACC9502C8A +:1074C0008CC850003C0580003C020002350700805B +:1074D000ACC750003C04080024841FE03C030800B3 +:1074E00024631F98ACA50008ACA2000C3C01080066 +:1074F000AC2459A43C010800AC2359A803E00008BF +:107500002402000100A030213C1C0800279C59AC3B +:107510003C0C04003C0B0002008B3826008C4026FB +:107520002CE200010007502B2D050001000A4880C5 +:107530003C030800246359A4004520250123182199 +:107540001080000300001021AC660000240200013E +:1075500003E00008000000003C1C0800279C59AC18 +:107560003C0B04003C0A0002008A3026008B3826BF +:107570002CC200010006482B2CE5000100094080C8 +:107580003C030800246359A4004520250103182169 +:1075900010800005000010213C0C0800258C1F986D +:1075A000AC6C00002402000103E0000800000000B1 +:1075B0003C0900023C080400008830260089382677 +:1075C0002CC30001008028212CE400010083102539 +:1075D0001040000B000030213C1C0800279C59ACD7 +:1075E0003C0A80008D4E00082406000101CA68256F +:1075F000AD4D00088D4C000C01855825AD4B000C9D +:1076000003E0000800C010213C1C0800279C59AC76 +:107610003C0580008CA6000C0004202724020001F9 +:1076200000C4182403E00008ACA3000C3C020002D4 +:107630001082000B3C0560003C070400108700032B +:107640000000000003E00008000000008CA908D042 +:10765000240AFFFD012A402403E00008ACA808D05A +:107660008CA408D02406FFFE0086182403E000083E +:10767000ACA308D03C05601A34A600108CC300806F +:1076800027BDFFF88CC50084AFA3000093A40000C1 +:107690002402001010820003AFA5000403E00008DC +:1076A00027BD000893A7000114E0001497AC000266 +:1076B00097B800023C0F8000330EFFFC01CF682119 +:1076C000ADA50000A3A000003C0660008CC708D058 +:1076D0002408FFFE3C04601A00E82824ACC508D04A +:1076E0008FA300048FA200003499001027BD00086A +:1076F000AF22008003E00008AF2300843C0B800031 +:10770000318AFFFC014B48218D2800000A00080C3B +:10771000AFA8000427BDFFE8AFBF00103C1C080065 +:10772000279C59AC3C0580008CA4000C8CA2000462 +:107730003C0300020044282410A0000A00A31824DF +:107740003C0604003C0400021460000900A610245A +:107750001440000F3C0404000000000D3C1C080015 +:10776000279C59AC8FBF001003E0000827BD00180C +:107770003C0208008C4259A40040F80900000000B7 +:107780003C1C0800279C59AC0A0008358FBF00102C +:107790003C0208008C4259A80040F8090000000093 +:1077A0000A00083B000000003C0880008D0201B880 +:1077B0000440FFFE35090180AD2400003C031000A9 +:1077C00024040040AD250004A1240008A1260009DE +:1077D000A527000A03E00008AD0301B83084FFFFCD +:1077E0000080382130A5FFFF000020210A00084555 +:1077F000240600803087FFFF8CA400002406003898 +:107800000A000845000028218F8300788F860070C9 +:107810001066000B008040213C07080024E75B68ED +:10782000000328C000A710218C440000246300013D +:10783000108800053063000F5466FFFA000328C06B +:1078400003E00008000010213C07080024E75B6CFF +:1078500000A7302103E000088CC200003C03900028 +:1078600034620001008220253C038000AC640020CB +:107870008C65002004A0FFFE0000000003E000086B +:10788000000000003C0280003443000100832025FA +:1078900003E00008AC44002027BDFFE0AFB10014B6 +:1078A0003091FFFFAFB00010AFBF001812200013DF +:1078B00000A080218CA20000240400022406020003 +:1078C0001040000F004028210E0007250000000096 +:1078D00000001021AE000000022038218FBF0018E8 +:1078E0008FB100148FB0001000402021000028212B +:1078F000000030210A00084527BD00208CA20000AE +:10790000022038218FBF00188FB100148FB00010F3 +:107910000040202100002821000030210A000845F5 +:1079200027BD002000A010213087FFFF8CA5000498 +:107930008C4400000A000845240600068F83FD9C45 +:1079400027BDFFE8AFBF0014AFB00010906700087C +:10795000008010210080282130E600400000202116 +:1079600010C000088C5000000E0000BD0200202155 +:10797000020020218FBF00148FB000100A000548BC +:1079800027BD00180E0008A4000000000E0000BD76 +:1079900002002021020020218FBF00148FB00010B0 +:1079A0000A00054827BD001827BDFFE0AFB0001052 +:1079B0008F90FD9CAFBF001CAFB20018AFB1001498 +:1079C00092060001008088210E00087230D2000467 +:1079D00092040005001129C2A6050000348300406E +:1079E000A20300050E00087C022020210E00054A9B +:1079F0000220202124020001AE02000C02202821D6 +:107A0000A602001024040002A602001224060200AE +:107A1000A60200140E000725A60200161640000F4D +:107A20008FBF001C978C00743C0B08008D6B007896 +:107A30002588FFFF3109FFFF256A0001012A382B45 +:107A400010E00006A78800743C0F6006240E0016A4 +:107A500035ED0010ADAE00508FBF001C8FB2001886 +:107A60008FB100148FB0001003E0000827BD002084 +:107A700027BDFFE0AFB10014AFBF0018AFB00010DA +:107A80001080000400A088212402008010820007DA +:107A9000000000000000000D8FBF00188FB100141F +:107AA0008FB0001003E0000827BD00200E00087210 +:107AB00000A020218F86FD9C0220202190C500057A +:107AC0000E00087C30B000FF2403003E1603FFF1D7 +:107AD0003C0680008CC401780480FFFE34C801405D +:107AE000240900073C071000AD11000002202021EE +:107AF000A10900048FBF00188FB100148FB00010CF +:107B0000ACC701780A0008C527BD002027BDFFE0EB +:107B1000AFB00010AFBF0018AFB100143C10800030 +:107B20008E110020000000000E00054AAE04002067 +:107B3000AE1100208FBF00188FB100148FB000105D +:107B400003E0000827BD00203084FFFF00803821BB +:107B50002406003500A020210A0008450000282145 +:107B60003084FFFF008038212406003600A0202149 +:107B70000A0008450000282127BDFFD0AFB500242A +:107B80003095FFFFAFB60028AFB40020AFBF002C88 +:107B9000AFB3001CAFB20018AFB10014AFB000100B +:107BA00030B6FFFF12A000270000A0218F920058DE +:107BB0008E4300003C0680002402004000033E0289 +:107BC00000032C0230E4007F006698241482001D1C +:107BD00030A500FF8F8300682C68000A1100001098 +:107BE0008F8D0044000358803C0C0800258C57B84A +:107BF000016C50218D4900000120000800000000A8 +:107C000002D4302130C5FFFF0E0008522404008446 +:107C1000166000028F920058AF8000688F8D00447C +:107C20002659002026980001032090213314FFFFDD +:107C300015A00004AF9900580295202B1480FFDC9A +:107C400000000000028010218FBF002C8FB600289A +:107C50008FB500248FB400208FB3001C8FB20018A2 +:107C60008FB100148FB0001003E0000827BD003072 +:107C70002407003414A70149000000009247000EB9 +:107C80008F9FFDA08F90FD9C24181600A3E700197C +:107C90009242000D3C0880003C07800CA3E20018D3 +:107CA000964A00123C0D60003C117FFFA60A005C62 +:107CB000964400103623FFFF240200053099FFFF91 +:107CC000AE1900548E46001CAD1800288CEF000041 +:107CD0008DAE444801E6482601C93021AE06003881 +:107CE0008E05003824CB00013C0E7F00AE05003C21 +:107CF0008E0C003CAFEC0004AE0B00208E13002075 +:107D0000AE13001CA3E0001BAE03002CA3E2001284 +:107D10008E4A001424130050AE0A00348E0400343E +:107D2000AFE400148E590018AE1900489258000CA8 +:107D3000A218004E920D000835AF0020A20F0008D7 +:107D40008E090018012E282434AC4000AE0C001817 +:107D5000920B0000317200FF1253027F2403FF8058 +:107D60003C04080024845BE80E0008AA0000000020 +:107D70003C1108008E315BE80E00087202202021C1 +:107D80002405000424080001A2050025022020216A +:107D90000E00087CA20800053C0580008CB001782C +:107DA0000600FFFE8F92005834AE0140240F0002FF +:107DB0003C091000ADD10000A1CF0004ACA90178AE +:107DC0000A000962AF8000682CAD003751A0FF9413 +:107DD0008F8D0044000580803C110800263157E05B +:107DE000021178218DEE000001C0000800000000A3 +:107DF0002411000414B1008C3C0780003C080800EA +:107E00008D085BE88F86FD9CACE800208E4500085D +:107E10008F99FDA0240D0050ACC500308E4C000899 +:107E2000ACCC00508E4B000CACCB00348E43001019 +:107E3000ACC300388E4A0010ACCA00548E42001405 +:107E4000ACC2003C8E5F0018AF3F00048E50001C97 +:107E5000ACD0002090C40000309800FF130D024AFF +:107E6000000000008CC400348CD00030009030231F +:107E700004C000F12404008C126000EE2402000310 +:107E80000A000962AF8200682419000514B900666F +:107E90003C0580003C0808008D085BE88F86FD9C4F +:107EA000ACA800208E4C00048F8AFDA0240720007F +:107EB000ACCC001C924B000824120008A14B001906 +:107EC0008F82005890430009A14300188F85005805 +:107ED00090BF000A33E400FF1092001028890009C7 +:107EE000152000BA240E0002240D0020108D000B76 +:107EF000340780002898002117000008240740005C +:107F000024100040109000053C0700012419008057 +:107F1000109900023C070002240740008CC20018A0 +:107F20003C03FF00004350240147F825ACDF001854 +:107F300090B2000BA0D200278F8300589464000CED +:107F4000108001FE000000009467000C3C1F8000C0 +:107F50002405FFBFA4C7005C9063000E2407000443 +:107F6000A0C300088F820058904A000FA0CA0009E1 +:107F70008F8900588D3200108FE400740244C823AA +:107F8000ACD900588D300014ACD0002C95380018B6 +:107F9000330DFFFFACCD00409531001A322FFFFFAB +:107FA000ACCF00448D2E001CACCE00489128000EB2 +:107FB000A0C8000890CC000801855824126001B6C2 +:107FC000A0CB00088F9200580A000962AF870068B2 +:107FD0002406000614A600143C0E80003C0F080086 +:107FE0008DEF5BE88F85FD98ADCF00208E4900189E +:107FF0008F86FD9C8F8BFDA0ACA900008CC800383B +:1080000024040005ACA800048CCC003C1260008164 +:10801000AD6C00000A000962AF84006824110007FB +:1080200010B1004B240400063C05080024A55BE8C1 +:108030000E000881240400818F9200580013102B39 +:108040000A000962AF820068241F002314BFFFF6F4 +:108050003C0C80003C0508008CA55BE88F8BFDA0E4 +:10806000AD8500208F91FD9C8E4600042564002084 +:1080700026450014AE260028240600030E000F81BA +:10808000257000308F87005802002021240600034D +:108090000E000F8124E500083C04080024845BE8FE +:1080A0000E0008AA0000000092230000240A0050DD +:1080B000306200FF544AFFE18F9200580E000F6CAF +:1080C000000000000A000A6A8F920058240800335A +:1080D00014A800323C0380003C1108008E315BE89C +:1080E0008F8FFDA0AC7100208E420008240D002867 +:1080F0008F89FD9CADE200308E4A000C24060009F9 +:10810000ADEA00348E5F0010ADFF00388E440014DD +:10811000ADE400208E590018ADF900248E58001CE3 +:10812000ADF80028A1ED00118E4E00041260003160 +:10813000AD2E00288F9200580A000962AF860068B1 +:10814000240D002214ADFFB8000000002404000735 +:108150003C1008008E105BE83C188000AF10002037 +:108160005660FEAEAF8400683C04080024845BE8DF +:108170000E0008AA241300508F84FD9C90920000EA +:10818000325900FF1333014B000000008F9200585A +:10819000000020210A000962AF8400683C05080045 +:1081A00024A55BE80E000858240400810A000A6A2E +:1081B0008F92005802D498213265FFFF0E000852BA +:1081C000240400840A0009628F920058108EFF5325 +:1081D000240704002887000310E00179241100041B +:1081E000240F0001548FFF4D240740000A000A228B +:1081F000240701003C05080024A55BE80E0008A444 +:10820000240400828F920058000030210A00096285 +:10821000AF8600683C04080024845BE88CC2003808 +:108220000E0008AA8CC3003C8F9200580A000AC0B6 +:1082300000002021240400823C05080024A55BE8FE +:108240000E0008A4000000008F92005800001021CA +:108250000A000962AF8200688E5000048F91FD9C75 +:108260003C078000ACF00020922C00050200282181 +:10827000318B0002156001562404008A8F92FDA004 +:108280002404008D9245001B30A6002014C001502C +:1082900002002821922E00092408001231C900FF93 +:1082A0001128014B240400810E00087202002021D5 +:1082B0009258001B240F000402002021370D0042B9 +:1082C000A24D001B0E00087CA22F00253C0580005B +:1082D0008CA401780480FFFE34B90140241F000201 +:1082E000AF300000A33F00048F9200583C101000F4 +:1082F000ACB001780A000A6B0013102B8E500004FA +:108300008F91FD9C3C038000AC700020922A0005F8 +:108310000200282131420002144000172404008A80 +:10832000922C00092412000402002821318B00FF46 +:1083300011720011240400810E0008720200202135 +:108340008F89FDA0240800122405FFFE912F001B39 +:108350000200202135EE0020A12E001BA2280009DA +:108360009226000500C538240E00087CA2270005CF +:1083700002002821000020210E0009330000000027 +:108380000A000A6A8F9200588E4C00043C07800055 +:108390003C10080026105BE8ACEC00203C01080013 +:1083A000AC2C5BE8924B0003317100041220013BBE +:1083B0008F84FD9C24020006A0820009924F001BBE +:1083C000240EFFC031E9003F012E4025A08800089F +:1083D0009245000330A6000114C0013200000000E5 +:1083E0008E420008AE0200083C0208008C425BF09E +:1083F000104001318F90FDA0000219C28F8DFD9CAD +:10840000A603000C8E4A000C24180001240400145A +:10841000AE0A002C8E420010AE02001C965F0016C1 +:10842000A61F003C96590014A619003EADB8000CDA +:10843000A5B80010A5B80012A5B80014A5B800167C +:1084400012600144A2040011925100033232000272 +:108450002E5300018F920058266200080A0009621C +:10846000AF8200688E4400043C1980003C068008FE +:10847000AF2400208E45000890D80000240D005045 +:10848000331100FF122D009C2407008824060009E8 +:108490000E000845000000000A000A6A8F9200588A +:1084A0008E5000043C0980003C118008AD30002053 +:1084B0009228000024050050310400FF10850110AF +:1084C0002407008802002021000028210E00084512 +:1084D0002406000E922D00002418FF80020028219F +:1084E00001B8802524040004240600300E0007256E +:1084F000A23000000A000A6A8F9200588E500004D1 +:108500008F91FDA03C028000AC500020923F001BE8 +:1085100033F900101320006C240700810200202191 +:10852000000028212406001F0E000845000000005E +:108530000A000A6A8F9200588E44001C0E00085DE3 +:1085400000000000104000E3004048218F880058E0 +:1085500024070089012020218D05001C240600012C +:108560000E000845000000000A000A6A8F920058B9 +:10857000964900023C10080026105BE831280004F0 +:10858000110000973C0460008E4E001C3C0F8000E0 +:10859000ADEE00203C010800AC2E5BE896470002DF +:1085A00030E40001148000E6000000008E42000468 +:1085B000AE0200083C1008008E105BF0120000ECC8 +:1085C0003C0F80008F92FD9C241000018E4E0018FD +:1085D0008F8DFDA08F9FFD9801CF4825AE490018D3 +:1085E000A2400005AE50000C3C0808008D085BF06E +:1085F0008F840058A6500010000839C2A6500012FF +:10860000A6500014A6500016A5A7000C8C8C0008DC +:108610008F8B00588F8A0058ADAC002C8D63000CF6 +:1086200024070002ADA3001C91460010A1A6001172 +:108630008F82005890450011A3E500088F990058DB +:1086400093380012A258004E8F910058922F0013B9 +:10865000A1AF00128F920058964E0014A5AE003CB8 +:1086600096490016A5A9003E8E480018ADA8001432 +:108670005660FD6AAF8700683C05080024A55BE8EA +:108680000E000881000020218F9200580000382140 +:108690000A000962AF8700683C05080024A55BE872 +:1086A0000E0008A4240400828F9200580A000A4D8C +:1086B000000038210E000F6C000000008F9200585F +:1086C0000A000AC0000020210E00087202002021CA +:1086D0009223001B02002021346A00100E00087C47 +:1086E000A22A001B000038210200202100002821BE +:1086F0000A000BA52406001F9242000C305F000107 +:1087000013E0000300000000964A000EA4CA002CEB +:10871000924B000C316300025060000600003821CB +:108720008E470014964C0012ACC7001CA4CC001A53 +:10873000000038210A000B7F240600093C050800D0 +:1087400024A55BE80E0008A42404008B8F92005837 +:108750000A000A4D0013382B3C0C08008D8C5BE896 +:1087600024DFFFFE25930100326B007F016790211B +:1087700002638824AD110028AE4600E0AE4000E45C +:108780000A0009B3AE5F001CACC000543C0D0800E9 +:108790008DAD5BE83C18800C37090100ACED00287A +:1087A0008E510014AD3100E08E4F0014AD2F00E467 +:1087B0008E4E001025C7FFFE0A0009F4AD27001CED +:1087C0005491FDD6240740000A000A222407100015 +:1087D0000E00092D000000000A000A6A8F9200585E +:1087E0008C83442C3C12DEAD3651BEEF3C010800B8 +:1087F000AC205BE810710062000000003C196C6264 +:1088000037387970147800082404000297850074C2 +:108810009782006C2404009200A2F82B13E0001948 +:1088200002002821240400020E00069524050200FF +:108830003C068000ACC200203C010800AC225BE892 +:108840001040000D8F8C0058240A002824040003D7 +:10885000918B0010316300FF546A00012404000171 +:108860000E0000810000000010400004240400837A +:108870000A000BC28F920058240400833C050800B4 +:1088800024A55BE80E000881000000008F920058CC +:108890000013382B0A000962AF8700680A000B49F1 +:1088A000240200128E4400080E00085D0000000043 +:1088B0000A000B55AE0200083C05080024A55BE841 +:1088C0000E000858240400878F9200580A000B728B +:1088D0000013102B240400040E000695240500301C +:1088E0001440002A004048218F8800582407008344 +:1088F000012020218D05001C0A000BB32406000175 +:108900008F8300788F8600701066FEEE000038219D +:108910003C07080024E75B6C000320C00087282187 +:108920008CAE000011D0005D246F000131E3000F18 +:108930005466FFFA000320C00A000B8C00003821A7 +:108940008E4400040E00085D000000000A000BC801 +:10895000AE0200083C05080024A55BE80E0008A450 +:10896000240400828F9200580A000B72000010212C +:108970003C05080024A55BE80A000C7C2404008761 +:108980008C83442C0A000C5B3C196C628F88005865 +:108990003C0780083C0C8000240B0050240A000196 +:1089A000AD820020A0EB0000A0EA000191030004CA +:1089B000A0E3001891040005A0E400199106000648 +:1089C0003C04080024845B6CA0E6001A91020007B6 +:1089D0003C06080024C65B68A0E2001B9105000865 +:1089E000A0E5001C911F0009A0FF001D9119000ABD +:1089F000A0F9001E9118000BA0F8001F9112000CA6 +:108A0000A0F200209111000DA0F100219110000EA4 +:108A1000A0F00022910F000FA0EF0023910E001094 +:108A2000A0EE0024910D0011A0ED0025950C00147E +:108A3000A4EC0028950B00168F8A00708F920078A6 +:108A4000A4EB002A95030018000A10C02545000178 +:108A5000A4E3002C8D1F001C0044C0210046C82147 +:108A600030A5000FAF3F0000AF09000010B20006B4 +:108A7000AF850070000038218D05001C01202021E9 +:108A80000A000BB32406000124AD000131A7000F3A +:108A9000AF8700780A000CF9000038213C06080076 +:108AA00024C65B680086902100003821ACA000003D +:108AB0000A000B8CAE4000003C0482013C036000C5 +:108AC00034820E02AC603D68AF80009803E000087D +:108AD000AC623D6C27BDFFE8AFB000103090FFFFE7 +:108AE000001018422C620041AFBF00141440000275 +:108AF00024040080240300403C010800AC300060E6 +:108B00003C010800AC2300640E000F7500602821B2 +:108B1000244802BF2409FF8001092824001039805D +:108B2000001030408FBF00148FB0001000A720212C +:108B300000861821AF8300803C010800AC25005856 +:108B40003C010800AC24005C03E0000827BD0018CD +:108B5000308300FF30C6FFFF30E400FF3C08800098 +:108B60008D0201B80440FFFE000354000144382583 +:108B70003C09600000E920253C031000AD050180A0 +:108B8000AD060184AD04018803E00008AD0301B81F +:108B90008F8500583C0A6012354800108CAC0004E8 +:108BA0003C0D600E35A60010318B00062D690001CA +:108BB000AD0900C48CA70004ACC731808CA20008AA +:108BC00094A40002ACC231848CA3001C0460000396 +:108BD000A784009003E00008000000008CAF00189C +:108BE000ACCF31D08CAE001C03E00008ACCE31D449 +:108BF0008F8500588F87FF288F86FF308CAE00044A +:108C00003C0F601235E80010ACEE00788CAD000827 +:108C1000ACED007C8CAC0010ACCC004C8CAB000CF0 +:108C2000ACCB004894CA00543C0208008C4200447B +:108C300025490001A4C9005494C400543083FFFFA7 +:108C400010620017000000003C0208008C42004047 +:108C5000A4C200528CA30018ACE300308CA2001414 +:108C6000ACE2002C8CB90018ACF900388CB80014B8 +:108C700024050001ACF800348D0600BC50C5001975 +:108C80008D0200B48D0200B8A4E2004894E40048CC +:108C9000A4E4004A94E800EA03E000083102FFFF80 +:108CA0003C0208008C420024A4C00054A4C200521C +:108CB0008CA30018ACE300308CA20014ACE2002CB2 +:108CC0008CB90018ACF900388CB8001424050001E8 +:108CD000ACF800348D0600BC54C5FFEB8D0200B823 +:108CE0008D0200B4A4E2004894E40048A4E4004AE1 +:108CF00094E800EA03E000083102FFFF8F86005885 +:108D00003C0480008CC900088CC80008000929C0F8 +:108D1000000839C0AC87002090C30007306200040F +:108D20001040003EAF85009490CB0007316A0008E8 +:108D30001140003D8F87FF2C8CCD000C8CCE001491 +:108D400001AE602B11800036000000008CC2000CC8 +:108D5000ACE200708CCB00188F85FF288F88FF3025 +:108D6000ACEB00748CCA00102402FFF8ACAA00D847 +:108D70008CC9000CAD0900608CC4001CACA400D0F0 +:108D800090E3007C0062C824A0F9007C90D8000722 +:108D9000330F000811E000040000000090ED007C9B +:108DA00035AC0001A0EC007C90CF000731EE000153 +:108DB00011C000060000000090E3007C241800347D +:108DC00034790002A0F9007CACB800DC90C2000746 +:108DD0003046000210C000040000000090E8007C53 +:108DE00035040004A0E4007C90ED007D3C0B600E97 +:108DF000356A001031AC003FA0EC007D8D4931D4C4 +:108E00003127000110E00002240E0001A0AE00098D +:108E100094AF00EA03E0000831E2FFFF8F87FF2CE8 +:108E20000A000DAF8CC200140A000DB0ACE0007057 +:108E30008F8C005827BDFFD8AFB3001CAFB200180D +:108E4000AFB00010AFBF0020AFB10014918F00157C +:108E50003C13600E3673001031EB000FA38B009CA7 +:108E60008D8F00048D8B0008959F0012959900103E +:108E70009584001A9598001E958E001C33EDFFFF17 +:108E8000332AFFFF3089FFFF3308FFFF31C7FFFFA1 +:108E90003C010800AC2D00243C010800AC29004432 +:108EA0003C010800AC2A0040AE683178AE67317CE6 +:108EB00091850015959100163C12601236520010F3 +:108EC00030A200FF3230FFFFAE623188AE5000B4F6 +:108ED00091830014959F0018240600010066C804C1 +:108EE00033F8FFFFAE5900B8AE5800BC918E0014A5 +:108EF000AF8F00843C08600631CD00FFAE4D00C04E +:108F0000918A00159584000E3C07600A314900FFE4 +:108F1000AF8B00883084FFFFAE4900C835110010C8 +:108F20000E000D1034F004103C0208008C4200606A +:108F30003C0308008C6300643C0608008CC60058A3 +:108F40003C0508008CA5005C8F8400808FBF00204A +:108F5000AE23004CAE65319CAE030054AE4500DC40 +:108F6000AE6231A0AE6331A4AE663198AE22004845 +:108F70008FB3001CAE0200508FB10014AE4200E06F +:108F8000AE4300E4AE4600D88FB000108FB2001898 +:108F90000A00057D27BD0028978500929783007CF5 +:108FA00027BDFFE8AFB0001000A3102BAFBF001427 +:108FB000240400058F900058104000552409000239 +:108FC0000E0006958F850080AF8200942404000374 +:108FD0001040004F240900023C0680000E00008172 +:108FE000ACC2002024070001240820001040004DDE +:108FF00024040005978E00928F8AFF2C24090050CC +:1090000025C50001A7850092A14900003C0D08007C +:109010008DAD0064240380008F84FF28000D66005E +:10902000AD4C0018A5400006954B000A8F85FF3017 +:109030002402FF8001633024A546000A915F000AE4 +:109040000000482103E2C825A159000AA0A0000899 +:10905000A140004CA08000D5961800029783009094 +:109060003C020004A49800EA960F00022418FFBFF7 +:1090700025EE2401A48E00BE8E0D0004ACAD00448C +:109080008E0C0008ACAC0040A4A00050A4A000547A +:109090008E0B000C240C0030AC8B00288E060010C8 +:1090A000AC860024A480003EA487004EA487005014 +:1090B000A483003CAD420074AC8800D8ACA800602A +:1090C000A08700FC909F00D433F9007FA09900D4C2 +:1090D000909000D402187824A08F00D4914E007C88 +:1090E00035CD0001A14D007C938B009CAD480070F4 +:1090F000AC8C00DCA08B00D68F8800888F87008422 +:10910000AC8800C4AC8700C8A5400078A540007AB0 +:109110008FBF00148FB000100120102103E0000861 +:1091200027BD00188F8500940E0007258F860080CC +:109130000A000E9F2409000227BDFFE0AFB0001017 +:109140008F900058AFB10014AFBF00188E09000413 +:109150000E00054A000921C08E0800048F84FF28F4 +:109160008F82FF30000839C03C068000ACC7002069 +:10917000948500EA904300131460001C30B1FFFF97 +:109180008F8CFF2C918B0008316A00401540000B3A +:10919000000000008E0D0004022030218FBF001857 +:1091A0008FB100148FB00010240400220000382179 +:1091B000000D29C00A000D2F27BD00200E000098C9 +:1091C000000000008E0D0004022030218FBF001827 +:1091D0008FB100148FB00010240400220000382149 +:1091E000000D29C00A000D2F27BD00200E000090A1 +:1091F000000000008E0D0004022030218FBF0018F7 +:109200008FB100148FB00010240400220000382118 +:10921000000D29C00A000D2F27BD002027BDFFE04B +:10922000AFB200183092FFFFAFB00010AFBF001C0C +:10923000AFB100141240001E000080218F8600583C +:109240008CC500002403000600053F02000514023F +:1092500030E4000714830016304500FF2CA80006F8 +:1092600011000040000558803C0C0800258C58BCBB +:10927000016C50218D490000012000080000000011 +:109280008F8E0098240D000111CD005024020002A1 +:10929000AF820098260900013130FFFF24C800206A +:1092A0000212202B010030211480FFE5AF88005806 +:1092B000020010218FBF001C8FB200188FB1001464 +:1092C0008FB0001003E0000827BD00209387007EC8 +:1092D00054E00034000030210E000DE700000000D3 +:1092E0008F8600580A000EFF240200018F87009825 +:1092F0002405000210E50031240400130000282199 +:1093000000003021240700010E000D2F0000000096 +:109310000A000F008F8600588F83009824020002F5 +:109320001462FFF6240400120E000D9A00000000E3 +:109330008F85009400403021240400120E000D2F70 +:10934000000038210A000F008F8600588F83009894 +:109350002411000310710029241F0002107FFFCE8A +:1093600026090001240400100000282100003021FB +:109370000A000F1D240700018F91009824060002A7 +:109380001626FFF9240400100E000E410000000014 +:10939000144000238F9800588F8600580A000EFF53 +:1093A00024020003240400140E000D2F00002821C5 +:1093B0008F8600580A000EFF240200020E000EA93C +:1093C000000000000A000F008F8600580E000D3FBD +:1093D00000000000241900022404001400002821C9 +:1093E0000000302100003821AF9900980E000D2FA9 +:1093F000000000000A000F008F8600580E000D5775 +:10940000000000008F8500942419000200403021E4 +:1094100024040010000038210A000F56AF9900986C +:109420000040382124040010970F0002000028217A +:109430000E000D2F31E6FFFF8F8600580A000F0047 +:10944000AF9100988F84FF2C3C077FFF34E6FFFF2D +:109450008C8500182402000100A61824AC83001893 +:1094600003E00008A08200053084FFFF30A5FFFF65 +:109470001080000700001821308200011040000217 +:1094800000042042006518211480FFFB00052840DD +:1094900003E000080060102110C000070000000079 +:1094A0008CA2000024C6FFFF24A50004AC820000AB +:1094B00014C0FFFB2484000403E000080000000047 +:1094C00010A0000824A3FFFFAC86000000000000ED +:1094D000000000002402FFFF2463FFFF1462FFFA74 +:1094E0002484000403E0000800000000000411C010 +:1094F00003E000082442024027BDFFE8AFB000109F +:1095000000808021AFBF00140E000F9600A0202124 +:1095100000504821240AFF808FBF00148FB0001034 +:10952000012A30243127007F3C08800A3C042100B6 +:1095300000E8102100C428253C03800027BD001846 +:10954000AC650024AF820038AC400000AC6500245C +:1095500003E00008AC4000403C0D08008DAD005811 +:1095600000056180240AFF8001A45821016C482174 +:10957000012A30243127007F3C08800C3C04210064 +:1095800000E8102100C428253C038000AC650028B9 +:10959000AF82003403E00008AC40002430A5FFFF98 +:1095A0003C0680008CC201B80440FFFE3C086015F8 +:1095B00000A838253C031000ACC40180ACC0018475 +:1095C000ACC7018803E00008ACC301B83C0D08003B +:1095D0008DAD005800056180240AFF8001A4582148 +:1095E000016C4021010A4824000931403107007F05 +:1095F00000C728253C04200000A418253C02800058 +:10960000AC43083003E00008AF80003427BDFFE81A +:10961000AFB0001000808021AFBF00140E000F9685 +:1096200000A0202100504821240BFF80012B502452 +:10963000000A39403128007F3C0620008FBF00140B +:109640008FB0001000E8282534C2000100A21825C0 +:109650003C04800027BD0018AC83083003E00008FC +:10966000AF8000383C0580088CA700603C0680086D +:109670000087102B144000112C8340008CA8006040 +:109680002D0340001060000F240340008CC90060CF +:109690000089282B14A00002008018218CC30060D0 +:1096A00000035A42000B30803C0A0800254A59202A +:1096B00000CA202103E000088C8200001460FFF340 +:1096C0002403400000035A42000B30803C0A08008B +:1096D000254A592000CA202103E000088C8200009E +:1096E0003C05800890A60008938400AB24C20001CA +:1096F000304200FF3043007F1064000C0002382726 +:10970000A0A200083C0480008C85017804A0FFFE24 +:109710008F8A00A0240900023C081000AC8A014096 +:10972000A089014403E00008AC8801780A00101BFE +:1097300030E2008027BDFFD8AFB200188F9200A49E +:10974000AFBF0020AFB3001CAFB00010AFB100142A +:109750008F9300348E5900283C1000803C0EFFEFA0 +:10976000AE7900008E580024A260000A35CDFFFFBC +:10977000AE7800049251002C3C0BFF9F356AFFFF2E +:10978000A271000C8E6F000C3C080040A271000B0F +:1097900001F06025018D4824012A382400E8302595 +:1097A000AE66000C8E450004AE6000183C0400FF5D +:1097B000AE6500148E43002C3482FFFFA6600008C3 +:1097C0000062F824AE7F00108E5900088F9000A030 +:1097D000964E0012AE7900208E51000C31D83FFF1A +:1097E00000187980AE7100248E4D001401F06021C4 +:1097F00031CB0001AE6D00288E4A0018000C41C22A +:10980000000B4B80AE6A002C8E46001C01093821EB +:10981000A667001CAE660030964500028E4400200C +:10982000A665001EAE64003492430033306200042B +:1098300054400006924700003C0280083443010077 +:109840008C7F00D0AE7F0030924700008F860038BA +:10985000A0C700309245003330A4000250800007BA +:10986000925100018F880038240BFF80910A00304C +:10987000014B4825A1090030925100018F9000381A +:10988000240CFFBF2404FFDFA21100318F8D0038AC +:109890003C1880083711008091AF003C31EE007F0A +:1098A000A1AE003C8F890038912B003C016C502404 +:1098B000A12A003C8F9F00388E68001493E6003C7C +:1098C0002D0700010007114000C4282400A218251C +:1098D000A3E3003C8F87003896590012A4F90032A8 +:1098E0008E450004922E007C30B0000300107823D7 +:1098F00031ED000300AD102131CC000215800002D3 +:1099000024460034244600303C0280083443008062 +:10991000907F007C00BFC824333800041700000289 +:1099200024C2000400C010218F98003824190002BE +:10993000ACE20034A3190000924F003F8F8E003834 +:109940003C0C8008358B0080A1CF00018F9100383E +:10995000924D003F8E440004A62D0002956A005CE3 +:109960000E000FF43150FFFF00024B800209382532 +:109970003C08420000E82825AE2500048E4400384B +:109980008F850038ACA400188E460034ACA6001CAD +:10999000ACA0000CACA00010A4A00014A4A0001661 +:1099A000A4A00020A4A00022ACA000248E62001479 +:1099B00050400001240200018FBF00208FB3001C23 +:1099C0008FB200188FB100148FB00010ACA2000845 +:1099D0000A00101327BD002827BDFFC83C058008DA +:1099E00034A40080AFBF0034AFBE0030AFB7002C4E +:1099F000AFB60028AFB50024AFB40020AFB3001C51 +:109A0000AFB20018AFB10014AFB00010948300786B +:109A10009482007A104300512405FFFF0080F0215A +:109A20000A0011230080B821108B004D8FBF003435 +:109A30008F8600A03C1808008F18005C2411FF805E +:109A40003C1680000306782101F18024AED0002C62 +:109A500096EE007A31EC007F3C0D800E31CB7FFF1B +:109A6000018D5021000B4840012AA82196A4000036 +:109A70003C0808008D0800582405FF8030953FFF02 +:109A800001061821001539800067C8210325F82434 +:109A90003C02010003E290253338007F3C11800C2A +:109AA000AED20028031190219250000D320F000415 +:109AB00011E0003702E0982196E3007A96E8007AF8 +:109AC00096E5007A2404800031077FFF24E300013B +:109AD00030627FFF00A4F82403E2C825A6F9007ACB +:109AE00096E6007A3C1408008E94006030D67FFF22 +:109AF00012D400C1000000008E5800188F8400A00E +:109B000002A028212713FFFF0E000FCEAE53002C1A +:109B100097D5007897D4007A12950010000028217C +:109B20003C098008352401003C0A8008914800085F +:109B3000908700D53114007F30E400FF0284302B81 +:109B400014C0FFB9268B0001938E00AB268C000158 +:109B5000008E682115ACFFB78F8600A08FBF003440 +:109B60008FBE00308FB7002C8FB600288FB5002431 +:109B70008FB400208FB3001C8FB200188FB1001477 +:109B80008FB0001000A0102103E0000827BD0038AE +:109B900000C020210E000F99028028218E4B00105A +:109BA0008E4C00308F84003824090002016C502351 +:109BB000AE4A0010A089000096E3005C8E4400309D +:109BC0008F9100380E000FF43070FFFF00024380C9 +:109BD000020838253C02420000E22825AE25000498 +:109BE0008E5F00048F8A00388E590000240B000815 +:109BF000AD5F001CAD590018AD40000CAD40001029 +:109C00009246000A240400052408C00030D000FF5A +:109C1000A550001496580008A55800169251000A45 +:109C20003C188008322F00FFA54F0020964E0008F8 +:109C300037110100A54E0022AD400024924D000BCB +:109C400031AC00FFA54C0002A14B00018E49003051 +:109C50008F830038240BFFBFAC690008A06400307C +:109C60008F9000382403FFDF9607003200E8282495 +:109C700000B51025A6020032921F003233F9003FD2 +:109C800037260040A20600328F8C0038AD800034A9 +:109C90008E2F00D0AD8F0038918E003C3C0F7FFF9F +:109CA00031CD007FA18D003C8F84003835EEFFFF61 +:109CB000908A003C014B4824A089003C8F850038E5 +:109CC00090A8003C01033824A0A7003C8E42003439 +:109CD0008F9100383C038008AE2200408E59002C42 +:109CE0008E5F0030033F3023AE26004492300048A0 +:109CF0003218007FA23800488F8800388E4D00301F +:109D00008D0C004801AE582401965024014B482583 +:109D1000AD0900489244000AA104004C964700088F +:109D20008F850038A4A7004E8E5000308E4400303E +:109D30000E0003818C65006092F9007C0002F940FE +:109D4000004028210002110003E2302133360002D6 +:109D500012C00003020680210005B0800216802197 +:109D6000926D007C31B30004126000020005708027 +:109D7000020E80218E4B00308F8800382405800031 +:109D8000316A0003000A4823312400030204182129 +:109D9000AD03003496E4007A96F0007A96F1007AEA +:109DA00032027FFF2447000130FF7FFF0225C824D5 +:109DB000033F3025A6E6007A96F8007A3C120800A8 +:109DC0008E520060330F7FFF11F200180000000078 +:109DD0008F8400A00E000FCE02A028218F8400A047 +:109DE0000E000FDE028028210E001013000000007C +:109DF0000A00111F0000000096F1007A022480245E +:109E0000A6F0007A92EF007A92EB007A31EE00FF32 +:109E1000000E69C2000D6027000C51C03169007F3F +:109E2000012A20250A001119A2E4007A96E6007A98 +:109E300000C5C024A6F8007A92EF007A92F3007A67 +:109E400031F200FF001271C2000E6827000DB1C090 +:109E5000326C007F01962825A2E5007A0A0011D015 +:109E60008F8400A03C0380003084FFFF30A5FFFFFB +:109E7000AC640018AC65001C03E000088C620014A0 +:109E800027BDFFA03C068008AFBF005CAFBE0058F6 +:109E9000AFB70054AFB60050AFB5004CAFB40048F8 +:109EA000AFB30044AFB20040AFB1003CAFB0003838 +:109EB00034C80100910500D590C700083084FFFF29 +:109EC00030A500FF30E2007F0045182AAFA4001043 +:109ED000A7A00018A7A0002610600055AFA000148E +:109EE00090CA00083149007F00A9302324D3FFFF26 +:109EF0000013802B8FB400100014902B02128824C2 +:109F0000522000888FB300143C03800894790052DB +:109F1000947E00508FB60010033EC0230018BC0092 +:109F2000001714030016FC0002C2A82A16A00002A3 +:109F3000001F2C030040282100133C0000072403CD +:109F400000A4102A5440000100A020212885000907 +:109F500014A000020080A021241400083C0C8008FA +:109F60008D860048001459808D88004C3C03800089 +:109F70003169FFFF3C0A0010012A202534710400DA +:109F8000AC660038AF9100A4AC68003CAC64003013 +:109F900000000000000000000000000000000000C1 +:109FA00000000000000000000000000000000000B1 +:109FB0008C6E000031CD002011A0FFFD0014782A26 +:109FC00001F01024104000390000A8213C16800840 +:109FD00092D700083C1280008E44010032F6007FC8 +:109FE0000E000F9902C028218E3900108E44010006 +:109FF0000000902133373FFF0E000FB102E028210F +:10A00000923800003302003F2C500008520000102C +:10A0100000008821000210803C030800246358E4FB +:10A020000043F8218FFE000003C00008000000007C +:10A0300090CF0008938C00AB31EE007F00AE682318 +:10A04000018D58210A0012172573FFFF0000882197 +:10A050003C1E80008FC401000E000FCE02E02821BC +:10A060008FC401000E000FDE02C028211220000F55 +:10A070000013802B8F8B00A426A400010004AC00E9 +:10A08000027298230015AC032578004002B4B02A70 +:10A090000013802B241700010300882102D0102414 +:10A0A000AF9800A41440FFC9AFB700143C07800864 +:10A0B00094E200508FAE00103C05800002A288217F +:10A0C0003C060020A4F10050ACA6003094F40050EF +:10A0D00094EF005201D51823306CFFFF11F4001EDD +:10A0E000AFAC00108CEF004C001561808CF500487F +:10A0F00001EC28210000202100AC582B02A4C02133 +:10A10000030BB021ACE5004CACF600488FB4001056 +:10A110000014902B021288241620FF7C3C03800838 +:10A120008FB300148FBF005C8FBE00583A620001ED +:10A130008FB700548FB600508FB5004C8FB40048D5 +:10A140008FB300448FB200408FB1003C8FB0003815 +:10A1500003E0000827BD006094FE00548CF2004428 +:10A1600033C9FFFE0009C8C00259F821ACBF003C4A +:10A170008CE800448CAD003C010D50231940003B9D +:10A18000000000008CF7004026E20001ACA200387D +:10A190003C05005034A700103C038000AC67003041 +:10A1A00000000000000000000000000000000000AF +:10A1B000000000000000000000000000000000009F +:10A1C0008C7800003316002012C0FFFD3C1180087F +:10A1D000962200543C1580003C068008304E000159 +:10A1E000000E18C0007578218DEC04003C070800B3 +:10A1F0008CE700443C040020ACCC00488DF40404FF +:10A20000240B0001ACD4004C10EB0260AEA4003073 +:10A21000963900523C0508008CA5004000B99021F9 +:10A22000A6320052963F005427ED0001A62D00549F +:10A230009626005430C4FFFF5487FF2F8FB40010C0 +:10A2400030A5FFFF0E0011F4A62000543C070800C3 +:10A250008CE70024963E00520047B82303D74823DA +:10A26000A62900520A0012198FB400108CE2004097 +:10A270000A0012BE00000000922400012407000121 +:10A280003085007F14A7001C97AD00268E2B00148C +:10A29000240CC000316A3FFF01AC48243C06080092 +:10A2A0008CC60060012A402531043FFF0086882BC0 +:10A2B00012200011A7A800263C0508008CA5005814 +:10A2C0008F9100A0000439802402FF8000B1182182 +:10A2D0000067F82103E2F02433F8007F3C1280008D +:10A2E0003C19800EAE5E002C0319702191D0000D38 +:10A2F000360F0004A1CF000D0E001028241200011B +:10A30000241100013C1E80008FC401000E000FCEFE +:10A3100002E028218FC401000E000FDE02C02821B8 +:10A320001620FF558F8B00A40A0012860013802B85 +:10A330008F8600A490C80001310400201080019194 +:10A34000241000013C048008348B0080916A007C5A +:10A350008F9E0034AFA0002C314900011120000F66 +:10A36000AFB000288CCD00148C8E006001AE602B45 +:10A370001580000201A038218C8700603C188008FD +:10A38000370300808C70007000F0782B15E000021D +:10A3900000E020218C640070AFA4002C3C028008F7 +:10A3A000344500808CD200148CBF0070025FC82B33 +:10A3B00017200002024020218CA400708FA7002CDF +:10A3C0000087182310600003AFA3003024050002AB +:10A3D000AFA500288FA400280264882B162000BA9D +:10A3E000000018218CD000388FCE000C3C0F00806C +:10A3F000AFD000008CCD00343C0CFF9F01CF58251E +:10A40000AFCD000490CA003F3586FFFF01662024CF +:10A410003C0900203C08FFEFA3CA000B0089382547 +:10A420003511FFFF00F118243C0500088F8700A4B8 +:10A430000065C825AFD9000C8CE20014AFC000182D +:10A440008FA60030AFC200148CF800188FB0002C1B +:10A450003C1FFFFBAFD8001C8CEF000837F2FFFF5A +:10A4600003326824AFCF00248CEC000C020670216C +:10A47000AFCD000CA7C00038A7C0003AAFCE002C6B +:10A48000AFCC0020AFC000288CEA00148FAB002CAA +:10A49000014B48230126402311000011AFC80010D2 +:10A4A00090EB003D8FC900048FC80000000B5100E5 +:10A4B000012A28210000102100AA882B010218215E +:10A4C0000071F821AFC50004AFDF000090F2003D3D +:10A4D000A3D2000A8F9900A497380006A7D80008D5 +:10A4E0008F910038240800023C038008A228000055 +:10A4F0003465008094BF005C8FA4002C33F0FFFF14 +:10A500000E000FF48F9200380002CB808F8500A4DC +:10A51000021978253C18420001F87025AE4E00045F +:10A520008F8400388CAD0038AC8D00188CAC0034B2 +:10A53000AC8C001CAC80000CAC800010A48000141B +:10A54000A4800016A4800020A4800022AC800024F7 +:10A5500090A6003F8FA7002CA486000250E0019235 +:10A56000240700018FA200305040000290A2003D5D +:10A5700090A2003E244A0001A08A00018F84003886 +:10A580008FA9002CAC8900083C128008364D008051 +:10A5900091AC007C3186000214C000022407003414 +:10A5A000240700308F8500A43C198008373F0080C5 +:10A5B00090B0000093F9007C240E0004A0900030BD +:10A5C0008F8F00A48FB8002C8F8D003891F200017E +:10A5D0003304000301C46023A1B200318F8E003820 +:10A5E0008F8600A42402C00095CA003294C90012CC +:10A5F0008FAB002C0142402431233FFF010388250B +:10A60000A5D1003291D000323185000300EBF82152 +:10A610003218003F370F0040A1CF00328FA4002C2A +:10A6200003E5382133280004108000028F850038AC +:10A6300000E838213C0A8008ACA700343549010005 +:10A640008D2800D08FA3002C2419FFBFACA80038A0 +:10A6500090B1003C2C640001240FFFDF3227007F03 +:10A66000A0A7003C8F98003800049140931F003C45 +:10A6700003F98024A310003C8F8C0038918E003C9D +:10A6800001CF682401B23025A186003C8F8900A447 +:10A690008F8800388D2B0020AD0B00408D220024C8 +:10A6A000AD0200448D2A0028AD0A00488D23002CFD +:10A6B0000E001013AD03004C8FB1002824070002D8 +:10A6C000122700118FA300280003282B00058023E8 +:10A6D0000270982400608021006090210A00126FAF +:10A6E0000010882B962900128F8400A00000902172 +:10A6F0003125FFFFA7A900180E000FC22411000189 +:10A700000A00131D3C1E80003C0B80003C12800898 +:10A710008D640100924900088F92FF340E000F995A +:10A720003125007F8F9900388FA700288FA4003033 +:10A73000A3270000965F005C33F0FFFF0E000FF4CC +:10A740008F91003800026B80020D80253C0842008A +:10A750008F8D00A402085025AE2A00048DA5003874 +:10A760008F8A003800007821000F1100AD450018D5 +:10A770008DB800343C047FFF3488FFFFAD58001CC7 +:10A7800091A6003E8D4C001C8D4900180006190052 +:10A79000000677020183C821004E58250323882B29 +:10A7A000012B382100F1F821AD59001CAD5F0018D4 +:10A7B000AD40000CAD40001091B0003E8FA40030C1 +:10A7C00024090005A550001495A500042419C00013 +:10A7D00000884024A545001691B8003EA5580020E9 +:10A7E00095AF0004A54F0022AD40002491AE003F7C +:10A7F000A54E000291A6003E91AC003D01861023BB +:10A80000244B0001A14B00018F9100388FA3003031 +:10A810003C028008344B0100AE230008A22900301E +:10A820008F8C00388F8700A4959F003294F000121F +:10A830002407FFBF033FC02432053FFF03057825EF +:10A84000A58F0032918E00322418FFDF31CD003FFA +:10A8500035A60040A18600328F910038240DFFFFFD +:10A86000240CFF80AE2000348D6A00D0AE2A003860 +:10A870009223003C3069007FA229003C8F90003871 +:10A880003C0380009219003C0327F824A21F003CDF +:10A890008F8E003891C5003C00B87824A1CF003CD1 +:10A8A0008F8A00383C0E8008AD4D00408FA6002CEA +:10A8B000AD46004491420048004C5825A14B004849 +:10A8C0008F9000388F9900A48E09004801238824B6 +:10A8D00002283825AE070048933F003EA21F004CD7 +:10A8E0008F9800A48F8F003897050004A5E5004ECF +:10A8F0000E0003818DC500609246007C8FAC003055 +:10A9000000026940000291000040282130CB000283 +:10A9100001B21021156000AA018230213C0E80088E +:10A9200035C20080904C007C31830004106000032D +:10A930008FB900300005788000CF3021241F00043B +:10A940008F910038332D000303ED8023320800037C +:10A9500000C85021AE2A00343C188000A7C500383A +:10A960003C0680088F04010090DE00080E000FDE18 +:10A9700033C5007F0E001013000000000A00140D04 +:10A980008FA300288F9800348CC90038241F00033F +:10A99000A7000008AF0900008CC50034A300000A1E +:10A9A0008F9900A4AF0500043C080080932D003F60 +:10A9B000A31F000C8F0A000C3C02FF9FA30D000B8D +:10A9C0000148F0253451FFFF3C12FFEF8F9900A49E +:10A9D00003D170243646FFFF01C61824AF03000CD4 +:10A9E0008F2C0014972900128F8400A0AF0C001048 +:10A9F0008F2F0014AF000018AF000020AF0F00141D +:10AA0000AF0000248F270018312F3FFF000F59801F +:10AA1000AF0700288F2500080164F821312D0001BF +:10AA2000AF0500308F31000C8F920038001F51C2EB +:10AA3000000D438001481021241E00023C068008BE +:10AA4000A702001CA7000034AF11002CA25E00007A +:10AA500034D20080964E005C8F9900383C0342004F +:10AA600031CCFFFF01833825AF2700048F8B00A472 +:10AA7000240500012402C0008D640038240700343E +:10AA8000AF2400188D690034AF29001CAF20000CE2 +:10AA9000AF200010A7200014A7200016A720002038 +:10AAA000A7200022AF200024A7300002A325000128 +:10AAB0008F8800388F9F00A4AD10000893ED000030 +:10AAC000A10D00308F8A00A48F98003891510001A9 +:10AAD000A31100318F8B0038957E003203C27024A1 +:10AAE00001CF6025A56C0032916300323064003FD5 +:10AAF000A16400329249007C3125000214A00002BA +:10AB00008F840038240700303C198008AC8700345B +:10AB1000373201008E5F00D0240AFFBF020090216F +:10AB2000AC9F0038908D003C31A8007FA088003C8D +:10AB30008F9E003893C2003C004A8824A3D1003C79 +:10AB40008F8300380010882B9066003C34CE0020A4 +:10AB5000A06E003C8F8400A48F9800388C8C00205D +:10AB6000AF0C00408C8F0024AF0F00448C8700286E +:10AB7000AF0700488C8B002CAF0B004C0E0010135D +:10AB80003C1E80000A0012700000000094C80052B1 +:10AB90003C0A08008D4A002401488821A4D10052B3 +:10ABA0000A0012198FB40010A08700018F840038AA +:10ABB000240B0001AC8B00080A0013BE3C12800875 +:10ABC000000520800A0014A200C4302127BDFFE048 +:10ABD0003C0D8008AFB20018AFB00010AFBF001C32 +:10ABE000AFB1001435B200808E4C001835A80100BA +:10ABF000964B000695A70050910900FC000C5602E8 +:10AC0000016728233143007F312600FF240200031F +:10AC1000AF8300A8AF8400A010C2001B30B0FFFFBC +:10AC2000910600FC2412000530C200FF10520033D0 +:10AC300000000000160000098FBF001C8FB2001832 +:10AC40008FB100148FB00010240D0C003C0C80005C +:10AC500027BD002003E00008AD8D00240E0011FB8D +:10AC6000020020218FBF001C8FB200188FB100148A +:10AC70008FB00010240D0C003C0C800027BD00207C +:10AC800003E00008AD8D0024965800789651007AB4 +:10AC9000924E007D0238782631E8FFFF31C400C0B3 +:10ACA000148000092D11000116000037000000007B +:10ACB0005620FFE28FBF001C0E0010D100000000E4 +:10ACC0000A00156A8FBF001C1620FFDA0000000082 +:10ACD0000E0010D1000000001440FFD88FBF001CF0 +:10ACE0001600002200000000925F007D33E2003F6A +:10ACF000A242007D0A00156A8FBF001C950900EA78 +:10AD00008F86008000802821240400050E0007257E +:10AD10003130FFFF978300923C0480002465FFFFE1 +:10AD2000A78500928C8A01B80540FFFE0000000054 +:10AD3000AC8001808FBF001CAC9001848FB20018E2 +:10AD40008FB100148FB000103C0760133C0B100053 +:10AD5000240D0C003C0C800027BD0020AC8701882E +:10AD6000AC8B01B803E00008AD8D00240E0011FB90 +:10AD7000020020215040FFB18FBF001C925F007D78 +:10AD80000A00159733E2003F0E0011FB020020215C +:10AD90001440FFAA8FBF001C122000070000000013 +:10ADA0009259007D3330003F36020040A242007DC0 +:10ADB0000A00156A8FBF001C0E0010D100000000B1 +:10ADC0005040FF9E8FBF001C9259007D3330003FE2 +:10ADD0000A0015C636020040000000000000001BFB +:10ADE0000000000F0000000A00000008000000063C +:10ADF0000000000500000005000000040000000441 +:10AE00000000000300000003000000030000000336 +:10AE10000000000300000002000000020000000229 +:10AE2000000000020000000200000002000000021A +:10AE3000000000020000000200000002000000020A +:10AE400000000002000000020000000200000002FA +:10AE50000000000100000001000000018008010066 +:10AE6000800800808008000000000C000000308096 +:10AE7000080011D00800127C08001294080012A8E3 +:10AE8000080012BC080011D0080011D0080012F010 +:10AE90000800132C080013400800138808001A8CBF +:10AEA00008001A8C08001AC408001AC408001AD82E +:10AEB00008001AA808001D0008001CCC08001D5836 +:10AEC00008001D5808001DE008001D108008024001 +:10AED000080027340800256C0800275C080027F4C8 +:10AEE0000800293C0800298808002AAC080029B479 +:10AEF00008002A38080025DC08002EDC08002EA4F3 +:10AF000008002588080025880800258808002B20CF +:10AF100008002B20080025880800258808002DD06F +:10AF2000080025880800258808002588080025884D +:10AF300008002E0C080025880800258808002588B0 +:10AF4000080025880800258808002588080025882D +:10AF5000080025880800258808002588080025881D +:10AF6000080025880800258808002588080029A8E9 +:10AF7000080025880800258808002E680800258814 +:10AF800008002588080025880800258808002588ED +:10AF900008002588080025880800258808002588DD +:10AFA00008002588080025880800258808002588CD +:10AFB00008002588080025880800258808002588BD +:10AFC00008002CF4080025880800258808002C6853 +:10AFD00008002BC408003CE408003CB808003C848E +:10AFE00008003C5808003C3808003BEC8008010091 +:10AFF00080080080800800008008008008004C6401 +:10B0000008004C9C08004BE408004C6408004C64A9 +:10B01000080049B808004C64080050500A000C842D +:10B0200000000000000000000000000D7278703683 +:10B030002E322E31620000000602010300000000E3 +:10B0400000000001000000000000000000000000FF +:10B0500000000000000000000000000000000000F0 +:10B0600000000000000000000000000000000000E0 +:10B0700000000000000000000000000000000000D0 +:10B0800000000000000000000000000000000000C0 +:10B0900000000000000000000000000000000000B0 +:10B0A00000000000000000000000000000000000A0 +:10B0B0000000000000000000000000000000000090 +:10B0C0000000000000000000000000000000000080 +:10B0D0000000000000000000000000000000000070 +:10B0E0000000000000000000000000000000000060 +:10B0F0000000000000000000000000000000000050 +:10B10000000000000000000000000000000000003F +:10B11000000000000000000000000000000000002F +:10B12000000000000000000000000000000000001F +:10B13000000000000000000000000000000000000F +:10B1400000000000000000000000000000000000FF +:10B1500000000000000000000000000000000000EF +:10B1600000000000000000000000000000000000DF +:10B1700000000000000000000000000000000000CF +:10B1800000000000000000000000000000000000BF +:10B1900000000000000000000000000000000000AF +:10B1A000000000000000000000000000000000009F +:10B1B000000000000000000000000000000000008F +:10B1C000000000000000000000000000000000007F +:10B1D000000000000000000000000000000000006F +:10B1E000000000000000000000000000000000005F +:10B1F000000000000000000000000000000000004F +:10B20000000000000000000000000000000000003E +:10B21000000000000000000000000000000000002E +:10B22000000000000000000000000000000000001E +:10B23000000000000000000000000000000000000E +:10B2400000000000000000000000000000000000FE +:10B2500000000000000000000000000000000000EE +:10B2600000000000000000000000000000000000DE +:10B2700000000000000000000000000000000000CE +:10B2800000000000000000000000000000000000BE +:10B2900000000000000000000000000000000000AE +:10B2A000000000000000000000000000000000009E +:10B2B000000000000000000000000000000000008E +:10B2C000000000000000000000000000000000007E +:10B2D000000000000000000000000000000000006E +:10B2E000000000000000000000000000000000005E +:10B2F000000000000000000000000000000000004E +:10B30000000000000000000000000000000000003D +:10B31000000000000000000000000000000000002D +:10B32000000000000000000000000000000000001D +:10B33000000000000000000000000000000000000D +:10B3400000000000000000000000000000000000FD +:10B3500000000000000000000000000000000000ED +:10B3600000000000000000000000000000000000DD +:10B3700000000000000000000000000000000000CD +:10B3800000000000000000000000000000000000BD +:10B3900000000000000000000000000000000000AD +:10B3A000000000000000000000000000000000009D +:10B3B000000000000000000000000000000000008D +:10B3C000000000000000000000000000000000007D +:10B3D000000000000000000000000000000000006D +:10B3E000000000000000000000000000000000005D +:10B3F000000000000000000000000000000000004D +:10B40000000000000000000000000000000000003C +:10B41000000000000000000000000000000000002C +:10B42000000000000000000000000000000000001C +:10B43000000000000000000000000000000000000C +:10B4400000000000000000000000000000000000FC +:10B4500000000000000000000000000000000000EC +:10B4600000000000000000000000000000000000DC +:10B4700000000000000000000000000000000000CC +:10B4800000000000000000000000000000000000BC +:10B4900000000000000000000000000000000000AC +:10B4A000000000000000000000000000000000009C +:10B4B000000000000000000000000000000000008C +:10B4C000000000000000000000000000000000007C +:10B4D000000000000000000000000000000000006C +:10B4E000000000000000000000000000000000005C +:10B4F000000000000000000000000000000000004C +:10B50000000000000000000000000000000000003B +:10B51000000000000000000000000000000000002B +:10B52000000000000000000000000000000000001B +:10B53000000000000000000000000000000000000B +:10B5400000000000000000000000000000000000FB +:10B5500000000000000000000000000000000000EB +:10B5600000000000000000000000000000000000DB +:10B5700000000000000000000000000000000000CB +:10B5800000000000000000000000000000000000BB +:10B5900000000000000000000000000000000000AB +:10B5A000000000000000000000000000000000009B +:10B5B000000000000000000000000000000000008B +:10B5C000000000000000000000000000000000007B +:10B5D000000000000000000000000000000000006B +:10B5E000000000000000000000000000000000005B +:10B5F000000000000000000000000000000000004B +:10B60000000000000000000000000000000000003A +:10B61000000000000000000000000000000000002A +:10B62000000000000000000000000000000000001A +:10B63000000000000000000000000000000000000A +:10B6400000000000000000000000000000000000FA +:10B6500000000000000000000000000000000000EA +:10B6600000000000000000000000000000000000DA +:10B6700000000000000000000000000000000000CA +:10B6800000000000000000000000000000000000BA +:10B6900000000000000000000000000000000000AA +:10B6A000000000000000000000000000000000009A +:10B6B000000000000000000000000000000000008A +:10B6C000000000000000000000000000000000007A +:10B6D000000000000000000000000000000000006A +:10B6E000000000000000000000000000000000005A +:10B6F000000000000000000000000000000000004A +:10B700000000000000000000000000000000000039 +:10B710000000000000000000000000000000000029 +:10B720000000000000000000000000000000000019 +:10B730000000000000000000000000000000000009 +:10B7400000000000000000000000000000000000F9 +:10B7500000000000000000000000000000000000E9 +:10B7600000000000000000000000000000000000D9 +:10B7700000000000000000000000000000000000C9 +:10B7800000000000000000000000000000000000B9 +:10B7900000000000000000000000000000000000A9 +:10B7A0000000000000000000000000000000000099 +:10B7B0000000000000000000000000000000000089 +:10B7C0000000000000000000000000000000000079 +:10B7D0000000000000000000000000000000000069 +:10B7E0000000000000000000000000000000000059 +:10B7F0000000000000000000000000000000000049 +:10B800000000000000000000000000000000000038 +:10B810000000000000000000000000000000000028 +:10B820000000000000000000000000000000000018 +:10B830000000000000000000000000000000000008 +:10B8400000000000000000000000000000000000F8 +:10B8500000000000000000000000000000000000E8 +:10B8600000000000000000000000000000000000D8 +:10B8700000000000000000000000000000000000C8 +:10B8800000000000000000000000000000000000B8 +:10B8900000000000000000000000000000000000A8 +:10B8A0000000000000000000000000000000000098 +:10B8B0000000000000000000000000000000000088 +:10B8C0000000000000000000000000000000000078 +:10B8D0000000000000000000000000000000000068 +:10B8E0000000000000000000000000000000000058 +:10B8F0000000000000000000000000000000000048 +:10B900000000000000000000000000000000000037 +:10B910000000000000000000000000000000000027 +:10B920000000000000000000000000000000000017 +:10B930000000000000000000000000000000000007 +:10B9400000000000000000000000000000000000F7 +:10B9500000000000000000000000000000000000E7 +:10B9600000000000000000000000000000000000D7 +:10B9700000000000000000000000000000000000C7 +:10B9800000000000000000000000000000000000B7 +:10B9900000000000000000000000000000000000A7 +:10B9A0000000000000000000000000000000000097 +:10B9B0000000000000000000000000000000000087 +:10B9C0000000000000000000000000000000000077 +:10B9D0000000000000000000000000000000000067 +:10B9E0000000000000000000000000000000000057 +:10B9F0000000000000000000000000000000000047 +:10BA00000000000000000000000000000000000036 +:10BA10000000000000000000000000000000000026 +:10BA20000000000000000000000000000000000016 +:10BA30000000000000000000000000000000000006 +:10BA400000000000000000000000000000000000F6 +:10BA500000000000000000000000000000000000E6 +:10BA600000000000000000000000000000000000D6 +:10BA700000000000000000000000000000000000C6 +:10BA800000000000000000000000000000000000B6 +:10BA900000000000000000000000000000000000A6 +:10BAA0000000000000000000000000000000000096 +:10BAB0000000000000000000000000000000000086 +:10BAC0000000000000000000000000000000000076 +:10BAD0000000000000000000000000000000000066 +:10BAE0000000000000000000000000000000000056 +:10BAF0000000000000000000000000000000000046 +:10BB00000000000000000000000000000000000035 +:10BB10000000000000000000000000000000000025 +:10BB20000000000000000000000000000000000015 +:10BB30000000000000000000000000000000000005 +:10BB400000000000000000000000000000000000F5 +:10BB500000000000000000000000000000000000E5 +:10BB600000000000000000000000000000000000D5 +:10BB700000000000000000000000000000000000C5 +:10BB800000000000000000000000000000000000B5 +:10BB900000000000000000000000000000000000A5 +:10BBA0000000000000000000000000000000000095 +:10BBB0000000000000000000000000000000000085 +:10BBC0000000000000000000000000000000000075 +:10BBD0000000000000000000000000000000000065 +:10BBE0000000000000000000000000000000000055 +:10BBF0000000000000000000000000000000000045 +:10BC00000000000000000000000000000000000034 +:10BC10000000000000000000000000000000000024 +:10BC20000000000000000000000000000000000014 +:10BC30000000000000000000000000000000000004 +:10BC400000000000000000000000000000000000F4 +:10BC500000000000000000000000000000000000E4 +:10BC600000000000000000000000000000000000D4 +:10BC700000000000000000000000000000000000C4 +:10BC800000000000000000000000000000000000B4 +:10BC900000000000000000000000000000000000A4 +:10BCA0000000000000000000000000000000000094 +:10BCB0000000000000000000000000000000000084 +:10BCC0000000000000000000000000000000000074 +:10BCD0000000000000000000000000000000000064 +:10BCE0000000000000000000000000000000000054 +:10BCF0000000000000000000000000000000000044 +:10BD00000000000000000000000000000000000033 +:10BD10000000000000000000000000000000000023 +:10BD20000000000000000000000000000000000013 +:10BD30000000000000000000000000000000000003 +:10BD400000000000000000000000000000000000F3 +:10BD500000000000000000000000000000000000E3 +:10BD600000000000000000000000000000000000D3 +:10BD700000000000000000000000000000000000C3 +:10BD800000000000000000000000000000000000B3 +:10BD900000000000000000000000000000000000A3 +:10BDA0000000000000000000000000000000000093 +:10BDB0000000000000000000000000000000000083 +:10BDC0000000000000000000000000000000000073 +:10BDD0000000000000000000000000000000000063 +:10BDE0000000000000000000000000000000000053 +:10BDF0000000000000000000000000000000000043 +:10BE00000000000000000000000000000000000032 +:10BE10000000000000000000000000000000000022 +:10BE20000000000000000000000000000000000012 +:10BE30000000000000000000000000000000000002 +:10BE400000000000000000000000000000000000F2 +:10BE500000000000000000000000000000000000E2 +:10BE600000000000000000000000000000000000D2 +:10BE700000000000000000000000000000000000C2 +:10BE800000000000000000000000000000000000B2 +:10BE900000000000000000000000000000000000A2 +:10BEA0000000000000000000000000000000000092 +:10BEB0000000000000000000000000000000000082 +:10BEC0000000000000000000000000000000000072 +:10BED0000000000000000000000000000000000062 +:10BEE0000000000000000000000000000000000052 +:10BEF0000000000000000000000000000000000042 +:10BF00000000000000000000000000000000000031 +:10BF10000000000000000000000000000000000021 +:10BF20000000000000000000000000000000000011 +:10BF30000000000000000000000000000000000001 +:10BF400000000000000000000000000000000000F1 +:10BF500000000000000000000000000000000000E1 +:10BF600000000000000000000000000000000000D1 +:10BF700000000000000000000000000000000000C1 +:10BF800000000000000000000000000000000000B1 +:10BF900000000000000000000000000000000000A1 +:10BFA0000000000000000000000000000000000091 +:10BFB0000000000000000000000000000000000081 +:10BFC0000000000000000000000000000000000071 +:10BFD0000000000000000000000000000000000061 +:10BFE0000000000000000000000000000000000051 +:10BFF0000000000000000000000000000000000041 +:10C000000000000000000000000000000000000030 +:10C010000000000000000000000000000000000020 +:10C020000000000000000000000000000000000010 +:10C030000000000000000000000000000000000000 +:10C0400000000000000000000000000000000000F0 +:10C0500000000000000000000000000000000000E0 +:10C0600000000000000000000000000000000000D0 +:10C0700000000000000000000000000000000000C0 +:10C0800000000000000000000000000000000000B0 +:10C0900000000000000000000000000000000000A0 +:10C0A0000000000000000000000000000000000090 +:10C0B0000000000000000000000000000000000080 +:10C0C0000000000000000000000000000000000070 +:10C0D0000000000000000000000000000000000060 +:10C0E0000000000000000000000000000000000050 +:10C0F0000000000000000000000000000000000040 +:10C10000000000000000000000000000000000002F +:10C11000000000000000000000000000000000001F +:10C12000000000000000000000000000000000000F +:10C1300000000000000000000000000000000000FF +:10C1400000000000000000000000000000000000EF +:10C1500000000000000000000000000000000000DF +:10C1600000000000000000000000000000000000CF +:10C1700000000000000000000000000000000000BF +:10C1800000000000000000000000000000000000AF +:10C19000000000000000000000000000000000009F +:10C1A000000000000000000000000000000000008F +:10C1B000000000000000000000000000000000007F +:10C1C000000000000000000000000000000000006F +:10C1D000000000000000000000000000000000005F +:10C1E000000000000000000000000000000000004F +:10C1F000000000000000000000000000000000003F +:10C20000000000000000000000000000000000002E +:10C21000000000000000000000000000000000001E +:10C22000000000000000000000000000000000000E +:10C2300000000000000000000000000000000000FE +:10C2400000000000000000000000000000000000EE +:10C2500000000000000000000000000000000000DE +:10C2600000000000000000000000000000000000CE +:10C2700000000000000000000000000000000000BE +:10C2800000000000000000000000000000000000AE +:10C29000000000000000000000000000000000009E +:10C2A000000000000000000000000000000000008E +:10C2B000000000000000000000000000000000007E +:10C2C000000000000000000000000000000000006E +:10C2D000000000000000000000000000000000005E +:10C2E000000000000000000000000000000000004E +:10C2F000000000000000000000000000000000003E +:10C30000000000000000000000000000000000002D +:10C31000000000000000000000000000000000001D +:10C32000000000000000000000000000000000000D +:10C3300000000000000000000000000000000000FD +:10C3400000000000000000000000000000000000ED +:10C3500000000000000000000000000000000000DD +:10C3600000000000000000000000000000000000CD +:10C3700000000000000000000000000000000000BD +:10C3800000000000000000000000000000000000AD +:10C39000000000000000000000000000000000009D +:10C3A000000000000000000000000000000000008D +:10C3B000000000000000000000000000000000007D +:10C3C000000000000000000000000000000000006D +:10C3D000000000000000000000000000000000005D +:10C3E000000000000000000000000000000000004D +:10C3F000000000000000000000000000000000003D +:10C40000000000000000000000000000000000002C +:10C41000000000000000000000000000000000001C +:10C42000000000000000000000000000000000000C +:10C4300000000000000000000000000000000000FC +:10C4400000000000000000000000000000000000EC +:10C4500000000000000000000000000000000000DC +:10C4600000000000000000000000000000000000CC +:10C4700000000000000000000000000000000000BC +:10C4800000000000000000000000000000000000AC +:10C49000000000000000000000000000000000009C +:10C4A000000000000000000000000000000000008C +:10C4B000000000000000000000000000000000007C +:10C4C000000000000000000000000000000000006C +:10C4D000000000000000000000000000000000005C +:10C4E000000000000000000000000000000000004C +:10C4F000000000000000000000000000000000003C +:10C50000000000000000000000000000000000002B +:10C51000000000000000000000000000000000001B +:10C52000000000000000000000000000000000000B +:10C5300000000000000000000000000000000000FB +:10C5400000000000000000000000000000000000EB +:10C5500000000000000000000000000000000000DB +:10C5600000000000000000000000000000000000CB +:10C5700000000000000000000000000000000000BB +:10C5800000000000000000000000000000000000AB +:10C59000000000000000000000000000000000009B +:10C5A000000000000000000000000000000000008B +:10C5B000000000000000000000000000000000007B +:10C5C000000000000000000000000000000000006B +:10C5D000000000000000000000000000000000005B +:10C5E000000000000000000000000000000000004B +:10C5F000000000000000000000000000000000003B +:10C60000000000000000000000000000000000002A +:10C61000000000000000000000000000000000001A +:10C62000000000000000000000000000000000000A +:10C6300000000000000000000000000000000000FA +:10C6400000000000000000000000000000000000EA +:10C6500000000000000000000000000000000000DA +:10C6600000000000000000000000000000000000CA +:10C6700000000000000000000000000000000000BA +:10C6800000000000000000000000000000000000AA +:10C69000000000000000000000000000000000009A +:10C6A000000000000000000000000000000000008A +:10C6B000000000000000000000000000000000007A +:10C6C000000000000000000000000000000000006A +:10C6D000000000000000000000000000000000005A +:10C6E000000000000000000000000000000000004A +:10C6F000000000000000000000000000000000003A +:10C700000000000000000000000000000000000029 +:10C710000000000000000000000000000000000019 +:10C720000000000000000000000000000000000009 +:10C7300000000000000000000000000000000000F9 +:10C7400000000000000000000000000000000000E9 +:10C7500000000000000000000000000000000000D9 +:10C7600000000000000000000000000000000000C9 +:10C7700000000000000000000000000000000000B9 +:10C7800000000000000000000000000000000000A9 +:10C790000000000000000000000000000000000099 +:10C7A0000000000000000000000000000000000089 +:10C7B0000000000000000000000000000000000079 +:10C7C0000000000000000000000000000000000069 +:10C7D0000000000000000000000000000000000059 +:10C7E0000000000000000000000000000000000049 +:10C7F0000000000000000000000000000000000039 +:10C800000000000000000000000000000000000028 +:10C810000000000000000000000000000000000018 +:10C820000000000000000000000000000000000008 +:10C8300000000000000000000000000000000000F8 +:10C8400000000000000000000000000000000000E8 +:10C8500000000000000000000000000000000000D8 +:10C8600000000000000000000000000000000000C8 +:10C8700000000000000000000000000000000000B8 +:10C8800000000000000000000000000000000000A8 +:10C890000000000000000000000000000000000098 +:10C8A0000000000000000000000000000000000088 +:10C8B0000000000000000000000000000000000078 +:10C8C0000000000000000000000000000000000068 +:10C8D0000000000000000000000000000000000058 +:10C8E0000000000000000000000000000000000048 +:10C8F0000000000000000000000000000000000038 +:10C900000000000000000000000000000000000027 +:10C910000000000000000000000000000000000017 +:10C920000000000000000000000000000000000007 +:10C9300000000000000000000000000000000000F7 +:10C9400000000000000000000000000000000000E7 +:10C9500000000000000000000000000000000000D7 +:10C9600000000000000000000000000000000000C7 +:10C9700000000000000000000000000000000000B7 +:10C9800000000000000000000000000000000000A7 +:10C990000000000000000000000000000000000097 +:10C9A0000000000000000000000000000000000087 +:10C9B0000000000000000000000000000000000077 +:10C9C0000000000000000000000000000000000067 +:10C9D0000000000000000000000000000000000057 +:10C9E0000000000000000000000000000000000047 +:10C9F0000000000000000000000000000000000037 +:10CA00000000000000000000000000000000000026 +:10CA10000000000000000000000000000000000016 +:10CA20000000000000000000000000000000000006 +:10CA300000000000000000000000000000000000F6 +:10CA400000000000000000000000000000000000E6 +:10CA500000000000000000000000000000000000D6 +:10CA600000000000000000000000000000000000C6 +:10CA700000000000000000000000000000000000B6 +:10CA800000000000000000000000000000000000A6 +:10CA90000000000000000000000000000000000096 +:10CAA0000000000000000000000000000000000086 +:10CAB0000000000000000000000000000000000076 +:10CAC0000000000000000000000000000000000066 +:10CAD0000000000000000000000000000000000056 +:10CAE0000000000000000000000000000000000046 +:10CAF0000000000000000000000000000000000036 +:10CB00000000000000000000000000000000000025 +:10CB10000000000000000000000000000000000015 +:10CB20000000000000000000000000000000000005 +:10CB300000000000000000000000000000000000F5 +:10CB400000000000000000000000000000000000E5 +:10CB500000000000000000000000000000000000D5 +:10CB600000000000000000000000000000000000C5 +:10CB700000000000000000000000000000000000B5 +:10CB800000000000000000000000000000000000A5 +:10CB90000000000000000000000000000000000095 +:10CBA0000000000000000000000000000000000085 +:10CBB0000000000000000000000000000000000075 +:10CBC0000000000000000000000000000000000065 +:10CBD0000000000000000000000000000000000055 +:10CBE0000000000000000000000000000000000045 +:10CBF0000000000000000000000000000000000035 +:10CC00000000000000000000000000000000000024 +:10CC10000000000000000000000000000000000014 +:10CC20000000000000000000000000000000000004 +:10CC300000000000000000000000000000000000F4 +:10CC400000000000000000000000000000000000E4 +:10CC500000000000000000000000000000000000D4 +:10CC600000000000000000000000000000000000C4 +:10CC700000000000000000000000000000000000B4 +:10CC800000000000000000000000000000000000A4 +:10CC90000000000000000000000000000000000094 +:10CCA0000000000000000000000000000000000084 +:10CCB0000000000000000000000000000000000074 +:10CCC0000000000000000000000000000000000064 +:10CCD0000000000000000000000000000000000054 +:10CCE0000000000000000000000000000000000044 +:10CCF0000000000000000000000000000000000034 +:10CD00000000000000000000000000000000000023 +:10CD10000000000000000000000000000000000013 +:10CD20000000000000000000000000000000000003 +:10CD300000000000000000000000000000000000F3 +:10CD400000000000000000000000000000000000E3 +:10CD500000000000000000000000000000000000D3 +:10CD600000000000000000000000000000000000C3 +:10CD700000000000000000000000000000000000B3 +:10CD800000000000000000000000000000000000A3 +:10CD90000000000000000000000000000000000093 +:10CDA0000000000000000000000000000000000083 +:10CDB0000000000000000000000000000000000073 +:10CDC0000000000000000000000000000000000063 +:10CDD0000000000000000000000000000000000053 +:10CDE0000000000000000000000000000000000043 +:10CDF0000000000000000000000000000000000033 +:10CE00000000000000000000000000000000000022 +:10CE10000000000000000000000000000000000012 +:10CE20000000000000000000000000000000000002 +:10CE300000000000000000000000000000000000F2 +:10CE400000000000000000000000000000000000E2 +:10CE500000000000000000000000000000000000D2 +:10CE600000000000000000000000000000000000C2 +:10CE700000000000000000000000000000000000B2 +:10CE800000000000000000000000000000000000A2 +:10CE90000000000000000000000000000000000092 +:10CEA0000000000000000000000000000000000082 +:10CEB0000000000000000000000000000000000072 +:10CEC0000000000000000000000000000000000062 +:10CED0000000000000000000000000000000000052 +:10CEE0000000000000000000000000000000000042 +:10CEF0000000000000000000000000000000000032 +:10CF00000000000000000000000000000000000021 +:10CF10000000000000000000000000000000000011 +:10CF20000000000000000000000000000000000001 +:10CF300000000000000000000000000000000000F1 +:10CF400000000000000000000000000000000000E1 +:10CF500000000000000000000000000000000000D1 +:10CF600000000000000000000000000000000000C1 +:10CF700000000000000000000000000000000000B1 +:10CF800000000000000000000000000000000000A1 +:10CF90000000000000000000000000000000000091 +:10CFA0000000000000000000000000000000000081 +:10CFB0000000000000000000000000000000000071 +:10CFC0000000000000000000000000000000000061 +:10CFD0000000000000000000000000000000000051 +:10CFE0000000000000000000000000000000000041 +:10CFF0000000000000000000000000000000000031 +:10D000000000000000000000000000000000000020 +:10D010000000000000000000000000000000000010 +:10D020000000000000000000000000000000000000 +:10D0300000000000000000000000000000000000F0 +:10D0400000000000000000000000000000000000E0 +:10D0500000000000000000000000000000000000D0 +:10D0600000000000000000000000000000000000C0 +:10D0700000000000000000000000000000000000B0 +:10D0800000000000000000000000000000000000A0 +:10D090000000000000000000000000000000000090 +:10D0A0000000000000000000000000000000000080 +:10D0B0000000000000000000000000000000000070 +:10D0C0000000000000000000000000000000000060 +:10D0D0000000000000000000000000000000000050 +:10D0E0000000000000000000000000000000000040 +:10D0F0000000000000000000000000000000000030 +:10D10000000000000000000000000000000000001F +:10D11000000000000000000000000000000000000F +:10D1200000000000000000000000000000000000FF +:10D1300000000000000000000000000000000000EF +:10D1400000000000000000000000000000000000DF +:10D1500000000000000000000000000000000000CF +:10D1600000000000000000000000000000000000BF +:10D1700000000000000000000000000000000000AF +:10D18000000000000000000000000000000000009F +:10D19000000000000000000000000000000000008F +:10D1A000000000000000000000000000000000007F +:10D1B000000000000000000000000000000000006F +:10D1C000000000000000000000000000000000005F +:10D1D000000000000000000000000000000000004F +:10D1E000000000000000000000000000000000003F +:10D1F000000000000000000000000000000000002F +:10D20000000000000000000000000000000000001E +:10D21000000000000000000000000000000000000E +:10D2200000000000000000000000000000000000FE +:10D2300000000000000000000000000000000000EE +:10D2400000000000000000000000000000000000DE +:10D2500000000000000000000000000000000000CE +:10D2600000000000000000000000000000000000BE +:10D2700000000000000000000000000000000000AE +:10D28000000000000000000000000000000000009E +:10D29000000000000000000000000000000000008E +:10D2A000000000000000000000000000000000007E +:10D2B000000000000000000000000000000000006E +:10D2C000000000000000000000000000000000005E +:10D2D000000000000000000000000000000000004E +:10D2E000000000000000000000000000000000003E +:10D2F000000000000000000000000000000000002E +:10D30000000000000000000000000000000000001D +:10D31000000000000000000000000000000000000D +:10D3200000000000000000000000000000000000FD +:10D3300000000000000000000000000000000000ED +:10D3400000000000000000000000000000000000DD +:10D3500000000000000000000000000000000000CD +:10D3600000000000000000000000000000000000BD +:10D3700000000000000000000000000000000000AD +:10D38000000000000000000000000000000000009D +:10D39000000000000000000000000000000000008D +:10D3A000000000000000000000000000000000007D +:10D3B000000000000000000000000000000000006D +:10D3C000000000000000000000000000000000005D +:10D3D000000000000000000000000000000000004D +:10D3E000000000000000000000000000000000003D +:10D3F000000000000000000000000000000000002D +:10D40000000000000000000000000000000000001C +:10D41000000000000000000000000000000000000C +:10D4200000000000000000000000000000000000FC +:10D4300000000000000000000000000000000000EC +:10D4400000000000000000000000000000000000DC +:10D4500000000000000000000000000000000000CC +:10D4600000000000000000000000000000000000BC +:10D4700000000000000000000000000000000000AC +:10D48000000000000000000000000000000000009C +:10D49000000000000000000000000000000000008C +:10D4A000000000000000000000000000000000007C +:10D4B000000000000000000000000000000000006C +:10D4C000000000000000000000000000000000005C +:10D4D000000000000000000000000000000000004C +:10D4E000000000000000000000000000000000003C +:10D4F000000000000000000000000000000000002C +:10D50000000000000000000000000000000000001B +:10D51000000000000000000000000000000000000B +:10D5200000000000000000000000000000000000FB +:10D5300000000000000000000000000000000000EB +:10D5400000000000000000000000000000000000DB +:10D5500000000000000000000000000000000000CB +:10D5600000000000000000000000000000000000BB +:10D5700000000000000000000000000000000000AB +:10D58000000000000000000000000000000000009B +:10D59000000000000000000000000000000000008B +:10D5A000000000000000000000000000000000007B +:10D5B000000000000000000000000000000000006B +:10D5C000000000000000000000000000000000005B +:10D5D000000000000000000000000000000000004B +:10D5E000000000000000000000000000000000003B +:10D5F000000000000000000000000000000000002B +:10D60000000000000000000000000000000000001A +:10D61000000000000000000000000000000000000A +:10D6200000000000000000000000000000000000FA +:10D6300000000000000000000000000000000000EA +:10D6400000000000000000000000000000000000DA +:10D6500000000000000000000000000000000000CA +:10D6600000000000000000000000000000000000BA +:10D6700000000000000000000000000000000000AA +:10D68000000000000000000000000000000000009A +:10D69000000000000000000000000000000000008A +:10D6A000000000000000000000000000000000007A +:10D6B000000000000000000000000000000000006A +:10D6C000000000000000000000000000000000005A +:10D6D000000000000000000000000000000000004A +:10D6E000000000000000000000000000000000003A +:10D6F000000000000000000000000000000000002A +:10D700000000000000000000000000000000000019 +:10D710000000000000000000000000000000000009 +:10D7200000000000000000000000000000000000F9 +:10D7300000000000000000000000000000000000E9 +:10D7400000000000000000000000000000000000D9 +:10D7500000000000000000000000000000000000C9 +:10D7600000000000000000000000000000000000B9 +:10D7700000000000000000000000000000000000A9 +:10D780000000000000000000000000000000000099 +:10D790000000000000000000000000000000000089 +:10D7A0000000000000000000000000000000000079 +:10D7B0000000000000000000000000000000000069 +:10D7C0000000000000000000000000000000000059 +:10D7D0000000000000000000000000000000000049 +:10D7E0000000000000000000000000000000000039 +:10D7F0000000000000000000000000000000000029 +:10D800000000000000000000000000000000000018 +:10D810000000000000000000000000000000000008 +:10D8200000000000000000000000000000000000F8 +:10D8300000000000000000000000000000000000E8 +:10D8400000000000000000000000000000000000D8 +:10D8500000000000000000000000000000000000C8 +:10D8600000000000000000000000000000000000B8 +:10D8700000000000000000000000000000000000A8 +:10D880000000000000000000000000000000000098 +:10D890000000000000000000000000000000000088 +:10D8A0000000000000000000000000000000000078 +:10D8B0000000000000000000000000000000000068 +:10D8C0000000000000000000000000000000000058 +:10D8D0000000000000000000000000000000000048 +:10D8E0000000000000000000000000000000000038 +:10D8F0000000000000000000000000000000000028 +:10D900000000000000000000000000000000000017 +:10D910000000000000000000000000000000000007 +:10D9200000000000000000000000000000000000F7 +:10D9300000000000000000000000000000000000E7 +:10D9400000000000000000000000000000000000D7 +:10D9500000000000000000000000000000000000C7 +:10D9600000000000000000000000000000000000B7 +:10D9700000000000000000000000000000000000A7 +:10D980000000000000000000000000000000000097 +:10D990000000000000000000000000000000000087 +:10D9A0000000000000000000000000000000000077 +:10D9B0000000000000000000000000000000000067 +:10D9C0000000000000000000000000000000000057 +:10D9D0000000000000000000000000000000000047 +:10D9E0000000000000000000000000000000000037 +:10D9F0000000000000000000000000000000000027 +:10DA00000000000000000000000000000000000016 +:10DA10000000000000000000000000000000000006 +:10DA200000000000000000000000000000000000F6 +:10DA300000000000000000000000000000000000E6 +:10DA400000000000000000000000000000000000D6 +:10DA500000000000000000000000000000000000C6 +:10DA600000000000000000000000000000000000B6 +:10DA700000000000000000000000000000000000A6 +:10DA80000000000000000000000000000000000096 +:10DA90000000000000000000000000000000000086 +:10DAA0000000000000000000000000000000000076 +:10DAB0000000000000000000000000000000000066 +:10DAC0000000000000000000000000000000000056 +:10DAD0000000000000000000000000000000000046 +:10DAE0000000000000000000000000000000000036 +:10DAF0000000000000000000000000000000000026 +:10DB00000000000000000000000000000000000015 +:10DB10000000000000000000000000000000000005 +:10DB200000000000000000000000000000000000F5 +:10DB300000000000000000000000000000000000E5 +:10DB400000000000000000000000000000000000D5 +:10DB500000000000000000000000000000000000C5 +:10DB600000000000000000000000000000000000B5 +:10DB700000000000000000000000000000000000A5 +:10DB80000000000000000000000000000000000095 +:10DB90000000000000000000000000000000000085 +:10DBA0000000000000000000000000000000000075 +:10DBB0000000000000000000000000000000000065 +:10DBC0000000000000000000000000000000000055 +:10DBD0000000000000000000000000000000000045 +:10DBE0000000000000000000000000000000000035 +:10DBF0000000000000000000000000000000000025 +:10DC00000000000000000000000000000000000014 +:10DC10000000000000000000000000000000000004 +:10DC200000000000000000000000000000000000F4 +:10DC300000000000000000000000000000000000E4 +:10DC400000000000000000000000000000000000D4 +:10DC500000000000000000000000000000000000C4 +:10DC600000000000000000000000000000000000B4 +:10DC700000000000000000000000000000000000A4 +:10DC80000000000000000000000000000000000094 +:10DC90000000000000000000000000000000000084 +:10DCA0000000000000000000000000000000000074 +:10DCB0000000000000000000000000000000000064 +:10DCC0000000000000000000000000000000000054 +:10DCD0000000000000000000000000000000000044 +:10DCE0000000000000000000000000000000000034 +:10DCF0000000000000000000000000000000000024 +:10DD00000000000000000000000000000000000013 +:10DD10000000000000000000000000000000000003 +:10DD200000000000000000000000000000000000F3 +:10DD300000000000000000000000000000000000E3 +:10DD400000000000000000000000000000000000D3 +:10DD500000000000000000000000000000000000C3 +:10DD600000000000000000000000000000000000B3 +:10DD700000000000000000000000000000000000A3 +:10DD80000000000000000000000000000000000093 +:10DD90000000000000000000000000000000000083 +:10DDA0000000000000000000000000000000000073 +:10DDB0000000000000000000000000000000000063 +:10DDC0000000000000000000000000000000000053 +:10DDD0000000000000000000000000000000000043 +:10DDE0000000000000000000000000000000000033 +:10DDF0000000000000000000000000000000000023 +:10DE00000000000000000000000000000000000012 +:10DE10000000000000000000000000000000000002 +:10DE200000000000000000000000000000000000F2 +:10DE300000000000000000000000000000000000E2 +:10DE400000000000000000000000000000000000D2 +:10DE500000000000000000000000000000000000C2 +:10DE600000000000000000000000000000000000B2 +:10DE700000000000000000000000000000000000A2 +:10DE80000000000000000000000000000000000092 +:10DE90000000000000000000000000000000000082 +:10DEA0000000000000000000000000000000000072 +:10DEB0000000000000000000000000000000000062 +:10DEC0000000000000000000000000000000000052 +:10DED0000000000000000000000000000000000042 +:10DEE0000000000000000000000000000000000032 +:10DEF0000000000000000000000000000000000022 +:10DF00000000000000000000000000000000000011 +:10DF10000000000000000000000000000000000001 +:10DF200000000000000000000000000000000000F1 +:10DF300000000000000000000000000000000000E1 +:10DF400000000000000000000000000000000000D1 +:10DF500000000000000000000000000000000000C1 +:10DF600000000000000000000000000000000000B1 +:10DF700000000000000000000000000000000000A1 +:10DF80000000000000000000000000000000000091 +:10DF90000000000000000000000000000000000081 +:10DFA0000000000000000000000000000000000071 +:10DFB0000000000000000000000000000000000061 +:10DFC0000000000000000000000000000000000051 +:10DFD0000000000000000000000000000000000041 +:10DFE0000000000000000000000000000000000031 +:10DFF0000000000000000000000000000000000021 +:10E000000000000000000000000000000000000010 +:10E010000000000000000000000000000000000000 +:10E0200000000000000000000000000000000000F0 +:10E0300000000000000000000000000000000000E0 +:10E0400000000000000000000000000000000000D0 +:10E0500000000000000000000000000000000000C0 +:10E0600000000000000000000000000000000000B0 +:10E0700000000000000000000000000000000000A0 +:10E080000000000000000000000000000000000090 +:10E090000000000000000000000000000000000080 +:10E0A0000000000000000000000000000000000070 +:10E0B0000000000000000000000000000000000060 +:10E0C0000000000000000000000000000000000050 +:10E0D0000000000000000000000000000000000040 +:10E0E0000000000000000000000000000000000030 +:10E0F0000000000000000000000000000000000020 +:10E10000000000000000000000000000000000000F +:10E1100000000000000000000000000000000000FF +:10E1200000000000000000000000000000000000EF +:10E1300000000000000000000000000000000000DF +:10E1400000000000000000000000000000000000CF +:10E1500000000000000000000000000000000000BF +:10E1600000000000000000000000000000000000AF +:10E17000000000000000000000000000000000009F +:10E18000000000000000000000000000000000008F +:10E19000000000000000000000000000000000007F +:10E1A000000000000000000000000000000000006F +:10E1B000000000000000000000000000000000005F +:10E1C000000000000000000000000000000000004F +:10E1D000000000000000000000000000000000003F +:10E1E000000000000000000000000000000000002F +:10E1F000000000000000000000000000000000809F +:10E20000000000000000000000000000000000000E +:10E2100000000000000000000000000000000000FE +:10E220000000000A000000000000000000000000E4 +:10E2300010000003000000000000000D0000000DB1 +:10E240003C020801244295C03C030801246397FC6A +:10E25000AC4000000043202B1480FFFD244200044A +:10E260003C1D080037BD9FFC03A0F0213C100800B6 +:10E27000261032103C1C0801279C95C00E0012BECF +:10E28000000000000000000D3C02800030A5FFFFF0 +:10E2900030C600FF344301803C0880008D0901B87E +:10E2A0000520FFFE00000000AC6400002404000212 +:10E2B000A4650008A066000AA064000BAC67001803 +:10E2C0003C03100003E00008AD0301B83C0560000A +:10E2D0008CA24FF80440FFFE00000000ACA44FC029 +:10E2E0003C0310003C040200ACA44FC403E000084F +:10E2F000ACA34FF89486000C00A050212488001491 +:10E3000000062B0200051080004448210109182B4B +:10E310001060001100000000910300002C6400094F +:10E320005080000991190001000360803C0D080134 +:10E3300025AD9258018D58218D67000000E000083E +:10E340000000000091190001011940210109302B42 +:10E3500054C0FFF29103000003E000080000102108 +:10E360000A000CCC25080001910F0001240E000AC0 +:10E3700015EE00400128C8232F38000A1700003D81 +:10E38000250D00028D580000250F0006370E0100F4 +:10E39000AD4E0000910C000291AB000191A400026F +:10E3A00091A60003000C2E00000B3C0000A71025D6 +:10E3B00000041A000043C8250326C025AD580004F8 +:10E3C000910E000691ED000191E7000291E5000336 +:10E3D000000E5E00000D6400016C30250007220075 +:10E3E00000C41025004518252508000A0A000CCC99 +:10E3F000AD430008910F000125040002240800022B +:10E4000055E80001012020210A000CCC00804021A9 +:10E41000910C0001240B0003158B00160000000076 +:10E420008D580000910E000225080003370D0008EA +:10E43000A14E00100A000CCCAD4D00009119000156 +:10E44000240F0004172F000B0000000091070002AA +:10E45000910400038D43000000072A0000A410254A +:10E460003466000425080004AD42000C0A000CCC00 +:10E47000AD46000003E000082402000127BDFFE8CC +:10E48000AFBF0014AFB000100E00164E0080802108 +:10E490003C0480083485008090A600052403FFFE1C +:10E4A0000200202100C310248FBF00148FB0001081 +:10E4B000A0A200050A00165827BD001827BDFFE8D6 +:10E4C000AFB00010AFBF00140E000FD40080802149 +:10E4D0003C06800834C5008090A40000240200504F +:10E4E000308300FF106200073C09800002002021F9 +:10E4F0008FBF00148FB00010AD2001800A00108F74 +:10E5000027BD0018240801003C07800002002021DC +:10E510008FBF00148FB00010ACE801800A00108F8C +:10E5200027BD001827BDFF783C058008AFBE0080DE +:10E53000AFB7007CAFB3006CAFB10064AFBF008475 +:10E54000AFB60078AFB50074AFB40070AFB200687A +:10E55000AFB0006034A600803C0580008CB201287A +:10E5600090C400098CA701043C020001309100FF17 +:10E5700000E218240000B8210000F021106000071C +:10E58000000098213C0908008D2931F02413000176 +:10E59000252800013C010800AC2831F0ACA0008423 +:10E5A00090CC0005000C5827316A0001154000721C +:10E5B000AFA0005090CD00002406002031A400FF41 +:10E5C00010860018240E0050108E009300000000EA +:10E5D0003C1008008E1000DC260F00013C010800F2 +:10E5E000AC2F00DC0E0016C7000000000040182110 +:10E5F0008FBF00848FBE00808FB7007C8FB60078FD +:10E600008FB500748FB400708FB3006C8FB2006848 +:10E610008FB100648FB000600060102103E000083B +:10E6200027BD00880000000D3C1F8000AFA0003017 +:10E6300097E501168FE201043C04002030B9FFFF8A +:10E64000004438240007182B00033140AFA60030E7 +:10E650008FF5010437F80C003C1600400338802188 +:10E6600002B6A02434C40040128000479215000D69 +:10E6700032A800201500000234860080008030217E +:10E6800014C0009FAFA600303C0D800835A6008066 +:10E6900090CC0008318B0040516000063C06800899 +:10E6A000240E0004122E00A8240F0012122F003294 +:10E6B0003C06800834C401003C0280009447011AE3 +:10E6C0009619000E909F00088E18000830E3FFFF97 +:10E6D00003F9B00432B40004AFB6005CAFA3005835 +:10E6E0008E1600041280002EAFB8005434C3008090 +:10E6F000906800083105004014A0002500000000CB +:10E700008C70005002D090230640000500000000ED +:10E710008C71003402D1A82306A201678EE20008A2 +:10E72000126000063C1280003C1508008EB531F4E2 +:10E7300026B600013C010800AC3631F4AE4000447E +:10E74000240300018FBF00848FBE00808FB7007C40 +:10E750008FB600788FB500748FB400708FB3006CE3 +:10E760008FB200688FB100648FB00060006010212C +:10E7700003E0000827BD00880E000D2800002021BE +:10E780000A000D75004018210A000D9500C02021D7 +:10E790000E00171702C020211440FFE10000000006 +:10E7A0003C0B8008356400808C8A003402CA482300 +:10E7B0000520001D000000003C1E08008FDE310017 +:10E7C00027D700013C010800AC3731001260000679 +:10E7D000024020213C1408008E9431F42690000160 +:10E7E0003C010800AC3031F40E00164E3C1E80088F +:10E7F00037CD008091B700250240202136EE00047D +:10E800000E001658A1AE00250E000CAC02402021CF +:10E810000A000DCA240300013C17080126F796C020 +:10E820000A000D843C1F80008C86003002C66023E5 +:10E830001980000C2419000C908F004F3C14080024 +:10E840008E94310032B500FC35ED0001268E0001BA +:10E850003C010800AC2E3100A08D004FAFA0005845 +:10E860002419000CAFB900308C9800300316A02397 +:10E870001A80010B8FA300580074F82A17E0FFD309 +:10E88000000000001074002A8FA5005802D4B021A7 +:10E8900000B410233044FFFFAFA4005832A8000298 +:10E8A0001100002E32AB00103C15800836B00080FD +:10E8B0009216000832D30040526000FB8EE200083E +:10E8C0000E00164E02402021240A0018A20A000958 +:10E8D000921100052409FFFE024020210229902404 +:10E8E0000E001658A2120005240400390000282149 +:10E8F0000E0016F2240600180A000DCA24030001B7 +:10E9000092FE000C3C0A800835490080001EBB00C6 +:10E910008D27003836F10081024020213225F08118 +:10E920000E000C9B30C600FF0A000DC10000000065 +:10E930003AA7000130E300011460FFA402D4B02123 +:10E940000A000E1D00000000024020210E001734B6 +:10E95000020028210A000D75004018211160FF7087 +:10E960003C0F80083C0D800835EE00808DC40038D7 +:10E970008FA300548DA60004006660231D80FF68ED +:10E98000000000000064C02307020001AFA400548F +:10E990003C1F08008FFF31E433F9000113200015FC +:10E9A0008FAC00583C07800094E3011A10600012FD +:10E9B0003C0680080E00216A024020213C03080129 +:10E9C000906396F13064000214800145000000005D +:10E9D000306C0004118000078FAC0058306600FBDB +:10E9E0003C010801A02696F132B500FCAFA000580A +:10E9F0008FAC00583C06800834D30080AFB40018B8 +:10EA0000AFB60010AFAC00143C088000950B01209D +:10EA10008E6F0030966A005C8FA3005C8FBF003061 +:10EA20003169FFFF3144FFFF8FAE005401341021E4 +:10EA3000350540000064382B0045C82103E7C02598 +:10EA4000AFB90020AFAF0028AFB80030AFAF00249F +:10EA5000AFA0002CAFAE0034926D000831B40008B6 +:10EA6000168000BB020020218EE200040040F8095D +:10EA700027A400108FAF003031F300025660000170 +:10EA800032B500FE3C048008349F008093F90008F2 +:10EA900033380040530000138FA400248C850004F9 +:10EAA0008FA7005410A700D52404001432B0000131 +:10EAB0001200000C8FA400242414000C1234011A3C +:10EAC0002A2D000D11A001022413000E240E000AAD +:10EAD000522E0001241E00088FAF002425E40001FF +:10EAE000AFA400248FAA00143C0B80083565008079 +:10EAF000008A48218CB10030ACA9003090A4004EAF +:10EB00008CA700303408FFFF0088180400E3F821C8 +:10EB1000ACBF00348FA600308FB900548FB8005CB2 +:10EB200030C200081040000B033898218CAC002044 +:10EB3000119300D330C600FF92EE000C8FA7003473 +:10EB400002402021000E6B0035B400800E000C9BAB +:10EB50003285F0803C028008345000808E0F0030F7 +:10EB600001F1302318C00097264800803C070800B8 +:10EB70008CE731E42404FF80010418243118007F5D +:10EB80003C1F80003C19800430F10001AFE300908D +:10EB900012200006031928213C030801906396F116 +:10EBA00030690008152000C6306A00F73C10800864 +:10EBB00036040080908C004F318B000115600042BC +:10EBC000000000003C0608008CC6319830CE0010D2 +:10EBD00051C0004230F9000190AF006B55E0003F9A +:10EBE00030F9000124180001A0B8006B3C1180002E +:10EBF0009622007A24470064A48700123C0D800806 +:10EC000035A5008090B40008329000401600000442 +:10EC10003C03800832AE000115C0008B00000000EC +:10EC2000346400808C86002010D3000A3463010015 +:10EC30008C67000002C7782319E000978FBF00544B +:10EC4000AC93002024130001AC760000AFB3005059 +:10EC5000AC7F000417C0004E000000008FA90050D8 +:10EC60001520000B000000003C030801906396F1A2 +:10EC7000306A00011140002E8FAB0058306400FE56 +:10EC80003C010801A02496F10A000D75000018212E +:10EC90000E000CAC024020210A000F1300000000FF +:10ECA0000A000E200000A0210040F80924040017EB +:10ECB0000A000DCA240300010040F80924040016CC +:10ECC0000A000DCA240300019094004F240DFFFE9A +:10ECD000028D2824A085004F30F900011320000682 +:10ECE0003C0480083C030801906396F1307F0010DB +:10ECF00017E00051306800EF34900080240A0001D2 +:10ED0000024020210E00164EA60A00129203002592 +:10ED100024090001AFA90050346200010240202103 +:10ED20000E001658A20200250A000EF93C0D8008BC +:10ED30001160FE83000018218FA5003030AC000464 +:10ED40001180FE2C8FBF00840A000DCB240300012C +:10ED500027A500380E000CB6AFA000385440FF4382 +:10ED60008EE200048FB40038329001005200FF3F61 +:10ED70008EE200048FA3003C8E6E0058006E682364 +:10ED800005A3FF39AE6300580A000E948EE200041A +:10ED90000E00164E024020213C038008346800809B +:10EDA000024020210E001658A11E000903C0302188 +:10EDB000240400370E0016F2000028210A000F116B +:10EDC0008FA900508FAB00185960FF8D3C0D800853 +:10EDD0000E00164E02402021920C00252405000151 +:10EDE000AFA5005035820004024020210E001658C5 +:10EDF000A20200250A000EF93C0D800812240059D9 +:10EE00002A2300151060004D240900162408000C68 +:10EE10005628FF2732B000013C0A8008914C001BA5 +:10EE20002406FFBD241E000E01865824A14B001BA2 +:10EE30000A000EA532B000013C010801A02896F19D +:10EE40000A000EF93C0D80088CB500308EFE0008DB +:10EE50002404001826B6000103C0F809ACB600303F +:10EE60003C030801906396F13077000116E0FF81C2 +:10EE7000306A00018FB200300A000D753243000481 +:10EE80003C1080009605011A50A0FF2B34C60010DC +:10EE90000A000EC892EE000C8C6200001456FF6D42 +:10EEA000000000008C7800048FB9005403388823D8 +:10EEB0000621FF638FBF00540A000F0E0000000000 +:10EEC0003C010801A02A96F10A000F3030F9000138 +:10EED0001633FF028FAF00240A000EB0241E00106C +:10EEE0000E00164E024020213C0B80083568008041 +:10EEF00091090025240A0001AFAA0050353300040F +:10EF0000024020210E001658A11300253C050801DF +:10EF100090A596F130A200FD3C010801A02296F1D7 +:10EF20000A000E6D004018212411000E53D1FEEA94 +:10EF3000241E00100A000EAF241E00165629FEDC07 +:10EF400032B000013C0A8008914C001B2406FFBD32 +:10EF5000241E001001865824A14B001B0A000EA598 +:10EF600032B000010A000EA4241E00123C038000EF +:10EF70008C6201B80440FFFE24040800AC6401B8B0 +:10EF800003E000080000000030A5FFFF30C6FFFFCF +:10EF90003C0780008CE201B80440FFFE34EA0180A7 +:10EFA000AD440000ACE400203C0480089483004899 +:10EFB0003068FFFF11000016AF88000824AB001274 +:10EFC000010B482B512000133C04800034EF01005A +:10EFD00095EE00208F890000240D001A31CCFFFF30 +:10EFE00031274000A14D000B10E000362583FFFEC5 +:10EFF0000103C02B170000348F9900048F88000490 +:10F00000A5430014350700010A001003AF87000470 +:10F010003C04800024030003348201808F890000B7 +:10F020008F870004A043000B3C088000350C018052 +:10F03000A585000EA585001A8F85000C30EB800099 +:10F04000A5890010AD850028A58600081160000F75 +:10F050008F85001435190100972A00163158FFFCDE +:10F06000270F000401E870218DCD400031A6FFFF7D +:10F0700014C000072403BFFF3C02FFFF34487FFF9A +:10F0800000E83824AF8700048F8500142403BFFFF5 +:10F090003C04800000E3582434830180A46B0026E4 +:10F0A000AC69002C10A0000300054C02A465001000 +:10F0B000A46900263C071000AC8701B803E00008F3 +:10F0C000000000008F990004240AFFFE032A382460 +:10F0D0000A001003AF87000427BDFFE88FA20028B5 +:10F0E00030A5FFFF30C6FFFFAFBF0010AF87000C99 +:10F0F000AF820014AF8000040E000FDBAF80000071 +:10F100008FBF001027BD001803E00008AF80001477 +:10F110003C06800034C4007034C701008C8A0000B3 +:10F1200090E500128F84000027BDFFF030A300FFA0 +:10F13000000318823082400010400037246500032D +:10F140000005C8800326C0218F0E4000246F0004F4 +:10F15000000F6880AFAE000001A660218D8B4000DB +:10F16000AFAB000494E900163128FFFC01063821FA +:10F170008CE64000AFA600088FA9000800003021EF +:10F18000000028213C07080024E701000A0010675E +:10F19000240800089059000024A500012CAC000CA4 +:10F1A0000079C0210018788001E770218DCD000022 +:10F1B0001180000600CD302603A5102114A8FFF50C +:10F1C00000051A005520FFF4905900003C0480000F +:10F1D000348700703C0508008CA531048CE30000E6 +:10F1E0002CA2002010400009006A38230005488046 +:10F1F0003C0B0800256B3108012B402124AA00019B +:10F20000AD0700003C010800AC2A310400C0102109 +:10F2100003E0000827BD0010308220001040000BE2 +:10F2200000055880016648218D24400024680004B0 +:10F2300000083880AFA4000000E618218C6540006B +:10F24000AFA000080A001057AFA500040000000D91 +:10F250000A0010588FA9000827BDFFE03C07800076 +:10F2600034E60100AFBF001CAFB20018AFB100140C +:10F27000AFB0001094C5000E8F87000030A4FFFFD0 +:10F280002483000430E2400010400010AF830028C7 +:10F290003C09002000E940241100000D30EC800002 +:10F2A0008F8A0004240BBFFF00EB38243543100085 +:10F2B000AF87000030F220001640000B3C1900041C +:10F2C000241FFFBF0A0010B7007F102430EC80001D +:10F2D000158000423C0E002030F220001240FFF862 +:10F2E0008F8300043C19000400F9C0241300FFF5CB +:10F2F000241FFFBF34620040AF82000430E20100EF +:10F300001040001130F010008F83002C10600006B8 +:10F310003C0F80003C05002000E52024148000C044 +:10F320003C0800043C0F800035EE010095CD001E26 +:10F3300095CC001C31AAFFFF000C5C00014B482556 +:10F34000AF89000C30F010001200000824110001F9 +:10F3500030F100201620008B3C18100000F890249B +:10F36000164000823C040C002411000130E801002A +:10F370001500000B3C0900018F85000430A94000F6 +:10F38000152000073C0900013C0C1F0100EC58242B +:10F390003C0A1000116A01183C1080003C09000171 +:10F3A00000E9302410C000173C0B10003C18080086 +:10F3B0008F1800243307000214E0014024030001E9 +:10F3C0008FBF001C8FB200188FB100148FB00010D7 +:10F3D0000060102103E0000827BD002000EE682433 +:10F3E00011A0FFBE30F220008F8F00043C11FFFF00 +:10F3F00036307FFF00F0382435E380000A0010A685 +:10F40000AF87000000EB102450400065AF8000245F +:10F410008F8C002C3C0D0F0000ED18241580008807 +:10F42000AF83001030E8010011000086938F0010B8 +:10F430003C0A0200106A00833C1280003650010032 +:10F44000920500139789002A3626000230AF00FF8C +:10F4500025EE0004000E19C03C0480008C9801B811 +:10F460000700FFFE34880180AD0300003C198008CE +:10F47000AC830020973100483225FFFF10A0015CCB +:10F48000AF8500082523001200A3F82B53E0015993 +:10F490008F850004348D010095AC00202402001AF1 +:10F4A00030E44000318BFFFFA102000B108001927D +:10F4B0002563FFFE00A3502B154001908F8F0004A1 +:10F4C000A50300148F88000435050001AF850004F2 +:10F4D0003C08800035190180A729000EA729001AD1 +:10F4E0008F89000C30B18000A7270010AF290028B9 +:10F4F000A72600081220000E3C04800035020100FF +:10F50000944C0016318BFFFC256400040088182100 +:10F510008C7F400033E6FFFF14C000053C048000F0 +:10F520003C0AFFFF354D7FFF00AD2824AF85000466 +:10F53000240EBFFF00AE402434850180A4A800261D +:10F54000ACA7002C3C071000AC8701B800001821C4 +:10F550008FBF001C8FB200188FB100148FB0001045 +:10F560000060102103E0000827BD00203C020BFFD3 +:10F5700000E41824345FFFFF03E3C82B5320FF7B14 +:10F58000241100013C0608008CC6002C24C5000193 +:10F590003C010800AC25002C0A0010D42411000501 +:10F5A0008F85002410A0002FAF80001090A30000D2 +:10F5B000146000792419000310A0002A30E601002D +:10F5C00010C000CC8F860010241F000210DF00C97D +:10F5D0008F8B000C3C0708008CE7003824E4FFFF09 +:10F5E00014E0000201641824000018213C0D0800FA +:10F5F00025AD0038006D1021904C00048F85002847 +:10F6000025830004000321C030A5FFFF3626000239 +:10F610000E000FDB000000000A00114D0000182151 +:10F6200000E8302414C0FF403C0F80000E00103D65 +:10F63000000000008F8700000A0010CAAF82000C93 +:10F64000938F00103C18080127189640000F90C0B7 +:10F6500002588021AF9000248F85002414A0FFD38E +:10F66000AF8F00103C0480008C86400030C5010044 +:10F6700010A000BC322300043C0C08008D8C002438 +:10F6800024120004106000C23190000D3C04800080 +:10F690008C8D40003402FFFF11A201003231FFFBCC +:10F6A0008C884000310A01005540000124110010EF +:10F6B00030EE080011C000BE2419FFFB8F9800280F +:10F6C0002F0F03EF51E000010219802430E90100FF +:10F6D00011200014320800018F87002C14E000FB79 +:10F6E0008F8C000C3C05800034AB0100917F00132F +:10F6F00033E300FF246A00042403FFFE0203802496 +:10F70000000A21C012000002023230253226FFFF1B +:10F710000E000FDB9785002A1200FF290000182138 +:10F72000320800011100000D32180004240E0001FF +:10F73000120E0002023230253226FFFF9785002A82 +:10F740000E000FDB00002021240FFFFE020F80249B +:10F750001200FF1B00001821321800045300FF188C +:10F760002403000102323025241200045612000145 +:10F770003226FFFF9785002A0E000FDB24040100CC +:10F780002419FFFB021988241220FF0D0000182104 +:10F790000A0010E9240300011079009C00003021C8 +:10F7A00090AD00012402000211A200BE30EA004028 +:10F7B00090B90001241800011338007F30E900409F +:10F7C0008CA600049785002A00C020210E000FDBC4 +:10F7D0003626000200004021010018218FBF001CC6 +:10F7E0008FB200188FB100148FB00010006010218C +:10F7F00003E0000827BD0020360F010095EE000C45 +:10F8000031CD020015A0FEE63C0900013C1880083D +:10F81000971200489789002A362600023248FFFFD7 +:10F82000AF8800083C0380008C7101B80620FFFE01 +:10F83000346A0180AD4000001100008E3C0F800052 +:10F84000253F0012011FC82B1320008B240E00033C +:10F85000346C0100958B00202402001A30E4400033 +:10F860003163FFFFA142000B108000A72463FFFE5D +:10F870000103682B15A000A52408FFFE34A5000194 +:10F88000A5430014AF8500043C0480002412BFFF90 +:10F8900000B2802434850180A4A9000EA4A9001A16 +:10F8A000A4A60008A4B00026A4A700103C071000DE +:10F8B000AC8701B80A00114D000018213C038000FC +:10F8C00034640100949F000E3C1908008F3900D861 +:10F8D0002404008033E5FFFF273100013C010800CC +:10F8E000AC3100D80E000FDB240600030A00114DD6 +:10F8F00000001821240A000210CA00598F85002830 +:10F900003C0308008C6300D0240E0001106E005EE2 +:10F910002CCF000C24D2FFFC2E5000041600002136 +:10F9200000002021241800021078001B2CD9000CA4 +:10F9300024DFFFF82FE900041520FF330000202109 +:10F9400030EB020051600004000621C054C00022C8 +:10F9500030A5FFFF000621C030A5FFFF0A00117D82 +:10F96000362600023C0908008D29002431300001B0 +:10F970005200FEF7000018219785002A3626000263 +:10F980000E000FDB000020210A00114D000018219D +:10F990000A00119C241200021320FFE624DFFFF866 +:10F9A0000000202130A5FFFF0A00117D362600024D +:10F9B0000A0011AC021980245120FF828CA6000499 +:10F9C0003C05080190A5964110A0FF7E2408000187 +:10F9D0000A0011F0010018210E000FDB3226000191 +:10F9E0008F8600108F8500280A00124F000621C064 +:10F9F0008F8500043C18800024120003371001801A +:10FA0000A212000B0A00112E3C08800090A30001F6 +:10FA1000241100011071FF70240800012409000264 +:10FA20005069000430E60040240800010A0011F08B +:10FA30000100182150C0FFFD240800013C0C80008B +:10FA4000358B01009563001094A40002307FFFFF06 +:10FA5000509FFF62010018210A001284240800014F +:10FA60002CA803EF1100FE56240300010A001239EE +:10FA700000000000240E000335EA0180A14E000BB7 +:10FA80000A00121C3C04800011E0FFA2000621C005 +:10FA900030A5FFFF0A00117D362600020A0011A5DD +:10FAA000241100201140FFC63C1280003650010096 +:10FAB000960F001094AE000231E80FFF15C8FFC08A +:10FAC000000000000A0011E690B900013C060800A1 +:10FAD0008CC6003824C4FFFF14C00002018418241F +:10FAE000000018213C0D080025AD0038006D1021E4 +:10FAF0000A0011B6904300048F8F0004240EFFFE0D +:10FB00000A00112C01EE28242408FFFE0A00121A14 +:10FB100000A8282427BDFFC8AFB00010AFBF003435 +:10FB20003C10600CAFBE0030AFB7002CAFB6002861 +:10FB3000AFB50024AFB40020AFB3001CAFB20018C3 +:10FB4000AFB100148E0E5000240FFF7F3C068000E2 +:10FB500001CF682435AC380C240B0003AE0C5000E8 +:10FB6000ACCB00083C010800AC2000200E001819A6 +:10FB7000000000003C0A0010354980513C06601628 +:10FB8000AE09537C8CC700003C0860148D0500A0B2 +:10FB90003C03FFFF00E320243C02535300051FC237 +:10FBA0001482000634C57C000003A08002869821E0 +:10FBB0008E7200043C116000025128218CBF007C31 +:10FBC0008CA200783C1E600037C420203C05080150 +:10FBD00024A59288AF820018AF9F001C0E0016DD8E +:10FBE0002406000A3C190001273996403C01080010 +:10FBF000AC3931DC0E0020DDAF8000148FD708084F +:10FC00002418FFF03C15570902F8B02412D502F56C +:10FC100024040001AF80002C3C1480003697018042 +:10FC20003C1E080127DE9644369301008E900000AA +:10FC30003205000310A0FFFD3207000110E000882C +:10FC4000320600028E7100283C048000AE91002034 +:10FC50008E6500048E66000000A0382100C040219F +:10FC60008C8301B80460FFFE3C0B0010240A0800DE +:10FC700000AB4824AC8A01B8552000E0240BBFFF3C +:10FC80009675000E3C1208008E52002030AC4000E9 +:10FC900032AFFFFF264E000125ED00043C010800B5 +:10FCA000AC2E0020118000E8AF8D00283C18002009 +:10FCB00000B8B02412C000E530B980002408BFFFAE +:10FCC00000A8382434C81000AF87000030E62000B8 +:10FCD00010C000E92409FFBF3C03000400E328240E +:10FCE00010A00002010910243502004030EA010092 +:10FCF00011400010AF8200048F8B002C11600007B0 +:10FD00003C0D002000ED6024118000043C0F000435 +:10FD100000EF702411C00239000000009668001E38 +:10FD20009678001C3115FFFF0018B40002B690252C +:10FD3000AF92000C30F910001320001324150001BD +:10FD400030FF002017E0000A3C04100000E41024FB +:10FD50001040000D3C0A0C003C090BFF00EA18247F +:10FD60003525FFFF00A3302B10C0000830ED010047 +:10FD70003C0C08008D8C002C24150005258B0001FF +:10FD80003C010800AC2B002C30ED010015A0000B4D +:10FD90003C0500018F85000430AE400055C00007CF +:10FDA0003C0500013C161F0100F690243C0F10009A +:10FDB000124F01CE000000003C05000100E5302498 +:10FDC00010C000AF3C0C10003C1F08008FFF002447 +:10FDD00033E90002152000712403000100601021A6 +:10FDE000104000083C0680003C08800035180100E7 +:10FDF0008F0F00243C056020ACAF00140000000011 +:10FE00003C0680003C194000ACD9013800000000DD +:10FE10005220001332060002262B0140262C0080BF +:10FE2000240EFF80016E2024018E6824000D1940ED +:10FE3000318A007F0004A9403172007F3C16200007 +:10FE400036C20002006A482502B2382500E2882541 +:10FE50000122F825ACDF0830ACD1083032060002B0 +:10FE600010C0FF723C188000370501408CA80000CC +:10FE700024100040AF08002090AF000831E300706C +:10FE8000107000D428790041532000082405006038 +:10FE9000241100201071000E3C0A40003C09800033 +:10FEA000AD2A01780A001304000000001465FFFB6E +:10FEB0003C0A40000E001FFA000000003C0A40000F +:10FEC0003C098000AD2A01780A00130400000000FC +:10FED00090A90009241F00048CA70000312800FF0E +:10FEE000111F01B22503FFFA2C7200061240001404 +:10FEF0003C0680008CA9000494A4000A310500FF90 +:10FF000000095E022D6A00083086FFFF15400002DE +:10FF10002567000424070003240C000910AC01FA33 +:10FF200028AD000A11A001DE2410000A240E0008EA +:10FF300010AE0028000731C000C038213C06800008 +:10FF40008CD501B806A0FFFE34D20180AE47000078 +:10FF500034CB0140916E0008240300023C0A4000AB +:10FF600031C400FF00046A0001A86025A64C000807 +:10FF7000A243000B9562000A3C0810003C09800077 +:10FF8000A64200108D670004AE470024ACC801B83B +:10FF9000AD2A01780A001304000000003C0A80002A +:10FFA000354401009483000E3C0208008C4200D8C6 +:10FFB000240400803065FFFF245500013C01080047 +:10FFC000AC3500D80E000FDB240600030A001370C6 +:10FFD000000018210009320230D900FF2418000166 +:10FFE0001738FFD5000731C08F910020262200016D +:10FFF000AF8200200A0013C800C0382100CB2024A3 +:020000021000EC +:10000000AF85000010800008AF860004240D87FF34 +:1000100000CD6024158000083C0E006000AE302446 +:1000200010C00005000000000E000D42000000009E +:100030000A001371000000000E0016050000000009 +:100040000A0013710000000030B980005320FF1F28 +:10005000AF8500003C02002000A2F82453E0FF1B03 +:10006000AF8500003C07FFFF34E47FFF00A4382485 +:100070000A00132B34C880000A001334010910242D +:1000800000EC58245160005AAF8000248F8D002C62 +:100090003C0E0F0000EE182415A00075AF83001071 +:1000A00030EF010011E00073939800103C12020041 +:1000B000107200703C06800034D9010093280013B0 +:1000C0009789002A36A60002311800FF271600047F +:1000D000001619C03C0480008C8501B804A0FFFE06 +:1000E00034880180AD0300003C158008AC830020FB +:1000F00096BF004833E5FFFF10A001BCAF850008A4 +:100100002523001200A3102B504001B98F85000455 +:10011000348D010095AC0020240B001A30E440001F +:10012000318AFFFFA10B000B108001BA2543FFFEAF +:1001300000A3702B15C001B88F9600048F8F0004A8 +:10014000A503001435E50001AF8500043C088000DC +:1001500035150180A6A9000EA6A9001A8F89000CEA +:1001600030BF8000A6A70010AEA90028A6A60008F0 +:1001700013E0000F3C0F8000350C0100958B00163A +:10018000316AFFFC25440004008818218C6240007D +:100190003046FFFF14C000072416BFFF3C0EFFFFD0 +:1001A00035CD7FFF00AD2824AF8500043C0F8000D3 +:1001B0002416BFFF00B6902435E50180A4B20026C6 +:1001C000ACA7002C3C071000ADE701B80A00137083 +:1001D000000018210E00165D000000003C0A4000DF +:1001E0003C098000AD2A01780A00130400000000D9 +:1001F0008F85002410A00027AF80001090A300007E +:10020000106000742409000310690101000030210E +:1002100090AE0001240D000211CD014230EF0040EC +:1002200090A90001241F0001113F000930E20040A5 +:100230008CA600049785002A00C020210E000FDB49 +:1002400036A60002000040210A00137001001821A8 +:100250005040FFF88CA600043C07080190E7964147 +:1002600010E0FFF4240800010A00137001001821B7 +:10027000939800103C1F080127FF96400018C8C043 +:10028000033F4021AF8800248F85002414A0FFDBAA +:10029000AF9800103C0480008C86400030C50100FF +:1002A00010A0008732AB00043C0C08008D8C0024A9 +:1002B00024160004156000033192000D241600027C +:1002C0003C0480008C8E4000340DFFFF11CD0113E3 +:1002D00032B5FFFB8C984000330F010055E0000160 +:1002E0002415001030E80800110000382409FFFB35 +:1002F0008F9F00282FF903EF53200001024990241B +:1003000030E2010010400014325F00018F87002CA2 +:1003100014E0010E8F8C000C3C0480003486010038 +:1003200090C5001330AA00FF25430004000321C03C +:100330002419FFFE025990241240000202B6302513 +:1003400032A6FFFF0E000FDB9785002A1240FEA3A6 +:1003500000001821325F000113E0000D3247000455 +:10036000240900011249000202B6302532A6FFFF1F +:100370009785002A0E000FDB000020212402FFFEDB +:10038000024290241240FE950000182132470004DA +:1003900050E0FE922403000102B63025241600042A +:1003A0005656000132A6FFFF9785002A0E000FDB8C +:1003B000240401002403FFFB0243A82412A0FE87AB +:1003C000000018210A001370240300010A0014B968 +:1003D0000249902410A0FFAF30E5010010A00017E3 +:1003E0008F8600102403000210C300148F84000CB9 +:1003F0003C0608008CC6003824CAFFFF14C0000267 +:10040000008A1024000010213C0E080025CE003880 +:10041000004E682191AC00048F850028258B0004D4 +:10042000000B21C030A5FFFF36A600020E000FDB37 +:10043000000000000A00137000001821240F0002C1 +:1004400010CF0088241600013C0308008C6300D004 +:100450001076008D8F85002824D9FFFC2F280004FA +:100460001500006300002021241F0002107F005DA2 +:100470002CC9000C24C3FFF82C6200041440FFE9CF +:100480000000202130EA020051400004000621C093 +:1004900054C0000530A5FFFF000621C030A5FFFFB6 +:1004A0000A00150436A600020E000FDB32A600017A +:1004B0008F8600108F8500280A001520000621C0B5 +:1004C0003C0A08008D4A0024315200015240FE438C +:1004D000000018219785002A36A600020E000FDBC7 +:1004E000000020210A001370000018219668000CFB +:1004F000311802005700FE313C0500013C1F800806 +:1005000097F900489789002A36A600023328FFFF92 +:10051000AF8800083C0380008C7501B806A0FFFE80 +:100520003C04800034820180AC400000110000B621 +:1005300024180003252A0012010A182B106000B2AB +:1005400000000000966F00203C0E8000240D001A71 +:1005500031ECFFFF35CA018030EB4000A14D000BAC +:10056000116000B02583FFFE0103902B164000AE02 +:100570002416FFFE34A50001A5430014AF85000436 +:100580002419BFFF00B94024A6E9000EA6E9001A0D +:10059000A6E60008A6E80026A6E700103C07100023 +:1005A000AE8701B80A001370000018213C048000D7 +:1005B0008C8201B80440FFFE349601802415001C93 +:1005C000AEC70000A2D5000B3C071000AC8701B8F5 +:1005D0003C0A40003C098000AD2A01780A0013045F +:1005E000000000005120FFA424C3FFF800002021D8 +:1005F00030A5FFFF0A00150436A600020E00103DCC +:10060000000000008F8700000A001346AF82000C34 +:1006100090A30001241500011075FF0B24080001B0 +:10062000240600021066000430E2004024080001A5 +:100630000A001370010018215040FFFD240800013A +:100640003C0C8000358B0100956A001094A40002D8 +:100650003143FFFF5083FDE1010018210A00158599 +:10066000240800018F8500282CB203EF1240FDDB27 +:10067000240300013C0308008C6300D02416000111 +:100680001476FF7624D9FFFC2CD8000C1300FF72DF +:10069000000621C030A5FFFF0A00150436A600029F +:1006A00010B00037240F000B14AFFE23000731C039 +:1006B000312600FF00065600000A4E0305220047BF +:1006C00030C6007F0006F8C03C16080126D69640CA +:1006D00003F68021A2000001A20000003C0F600090 +:1006E0008DF918202405000100C588040011302769 +:1006F0000326C024000731C000C03821ADF81820FF +:100700000A0013C8A60000028F850020000731C030 +:1007100024A2FFFF0A0013F6AF8200200A0014B2E1 +:100720002415002011E0FECC3C1980003728010080 +:100730009518001094B6000233120FFF16D2FEC6B1 +:10074000000000000A00148290A900013C0B080080 +:100750008D6B0038256DFFFF15600002018D1024A0 +:10076000000010213C080800250800380048C0217E +:10077000930F000425EE00040A0014C5000E21C0EA +:1007800000065202241F00FF115FFDEB000731C07D +:10079000000A20C03C0E080125CE9640008EA821FC +:1007A000009E602100095C02240D00013C076000EE +:1007B000A2AD0000AD860000A2AB00018CF21820B3 +:1007C00024030001014310040242B025ACF61820B6 +:1007D00000C038210A0013C8A6A900020A0015AA01 +:1007E000AF8000200A0012FFAF84002C8F85000428 +:1007F0003C1980002408000337380180A308000B4F +:100800000A00144D3C088000A2F8000B0A00155A9B +:100810002419BFFF8F9600042412FFFE0A00144B18 +:1008200002D228242416FFFE0A00155800B62824F8 +:100830003C038000346401008C85000030A2003E3F +:100840001440000800000000AC6000488C870000E5 +:1008500030E607C010C0000500000000AC60004C8E +:10086000AC60005003E0000824020001AC600054BA +:10087000AC6000408C880000310438001080FFF923 +:10088000000000002402000103E00008AC60004406 +:100890003C0380008C6201B80440FFFE3467018095 +:1008A000ACE4000024080001ACE00004A4E500086A +:1008B00024050002A0E8000A34640140A0E5000B12 +:1008C0009483000A14C00008A4E30010ACE00024E4 +:1008D0003C07800034E901803C041000AD20002872 +:1008E00003E00008ACE401B88C8600043C0410006E +:1008F000ACE600243C07800034E90180AD200028EC +:1009000003E00008ACE401B83C0680008CC201B8EA +:100910000440FFFE34C7018024090002ACE400005B +:10092000ACE40004A4E50008A0E9000A34C50140D5 +:10093000A0E9000B94A8000A3C041000A4E80010F1 +:10094000ACE000248CA30004ACE3002803E0000822 +:10095000ACC401B83C039000346200010082202541 +:100960003C038000AC6400208C65002004A0FFFEE6 +:100970000000000003E00008000000003C028000CE +:10098000344300010083202503E00008AC4400202C +:1009900027BDFFE03C098000AFBF0018AFB10014D5 +:1009A000AFB00010352801408D10000091040009FF +:1009B0009107000891050008308400FF30E600FF31 +:1009C00000061A002C820081008330251040002A86 +:1009D00030A50080000460803C0D080125AD92B078 +:1009E000018D58218D6A00000140000800000000C0 +:1009F0003C038000346201409445000A14A0001EAC +:100A00008F91FCC09227000530E6000414C0001A44 +:100A1000000000000E00164E02002021922A000560 +:100A200002002021354900040E001658A2290005B5 +:100A30009228000531040004148000020000000028 +:100A40000000000D922D0000240B002031AC00FFAF +:100A5000158B00093C0580008CAE01B805C0FFFE77 +:100A600034B10180AE3000003C0F100024100005AE +:100A7000A230000BACAF01B80000000D8FBF001812 +:100A80008FB100148FB0001003E0000827BD0020D4 +:100A90000200202100C028218FBF00188FB1001450 +:100AA0008FB00010240600010A00161D27BD00208B +:100AB0000000000D0200202100C028218FBF001877 +:100AC0008FB100148FB00010000030210A00161DF5 +:100AD00027BD002014A0FFE8000000000200202134 +:100AE0008FBF00188FB100148FB0001000C02821F4 +:100AF0000A00163B27BD00203C0780008CEE01B8A1 +:100B000005C0FFFE34F00180241F0002A21F000B6D +:100B100034F80140A60600089719000A3C0F10009F +:100B2000A61900108F110004A6110012ACEF01B835 +:100B30000A0016998FBF001827BDFFE8AFBF00104D +:100B40000E000FD4000000003C0280008FBF001098 +:100B500000002021AC4001800A00108F27BD001842 +:100B60003084FFFF30A5FFFF108000070000182130 +:100B7000308200011040000200042042006518216C +:100B80001480FFFB0005284003E0000800601021EE +:100B900010C00007000000008CA2000024C6FFFF68 +:100BA00024A50004AC82000014C0FFFB24840004D0 +:100BB00003E000080000000010A0000824A3FFFFCD +:100BC000AC86000000000000000000002402FFFFCF +:100BD0002463FFFF1462FFFA2484000403E000088A +:100BE000000000003C03800027BDFFF83462018054 +:100BF000AFA20000308C00FF30AD00FF30CE00FF10 +:100C00003C0B80008D6401B80480FFFE00000000F2 +:100C10008FA900008D6801288FAA00008FA700000F +:100C20008FA400002405000124020002A085000A10 +:100C30008FA30000359940003C051000A062000B16 +:100C40008FB800008FAC00008FA600008FAF0000AF +:100C500027BD0008AD280000AD400004AD80002491 +:100C6000ACC00028A4F90008A70D0010A5EE0012E2 +:100C700003E00008AD6501B83C06800827BDFFE829 +:100C800034C50080AFBF001090A7000924020012F5 +:100C900030E300FF1062000B008030218CA8005070 +:100CA00000882023048000088FBF00108CAA003425 +:100CB000240400390000282100CA4823052000052B +:100CC000240600128FBF00102402000103E0000878 +:100CD00027BD00180E0016F2000000008FBF0010A4 +:100CE0002402000103E0000827BD001827BDFFC84B +:100CF000AFB20030AFB00028AFBF0034AFB1002CAE +:100D000000A0802190A5000D30A6001010C000109A +:100D1000008090213C0280088C4400048E0300086F +:100D20001064000C30A7000530A6000510C0009329 +:100D3000240400018FBF00348FB200308FB1002C2B +:100D40008FB000280080102103E0000827BD003884 +:100D500030A7000510E0000F30AB001210C00006F5 +:100D6000240400013C0980088E0800088D25000439 +:100D70005105009C240400388FBF00348FB200302E +:100D80008FB1002C8FB000280080102103E00008F4 +:100D900027BD0038240A0012156AFFE6240400016A +:100DA0000200202127A500100E000CB6AFA00010F5 +:100DB0001440007C3C19800837240080909800087B +:100DC000331100081220000A8FA7001030FF010025 +:100DD00013E000A48FA300148C8600580066102333 +:100DE000044000043C0A8008AC8300588FA7001020 +:100DF0003C0A800835480080910900083124000829 +:100E00001480000224080003000040213C1F8008D9 +:100E100093F1001193F9001237E600808CCC005456 +:100E2000333800FF03087821322D00FF000F708057 +:100E300001AE282100AC582B1160006F00000000AB +:100E400094CA005C8CC900543144FFFF0125102373 +:100E50000082182B14600068000000008CCB005446 +:100E60000165182330EC00041180006C000830800C +:100E70008FA8001C0068102B1040006230ED0004A9 +:100E8000006610232C46008010C00002004088211C +:100E9000241100800E00164E024020213C0D8008D7 +:100EA00035A6008024070001ACC7000C90C80008DC +:100EB0000011484035A70100310C007FA0CC00088C +:100EC0008E05000424AB0001ACCB0030A4D1005C43 +:100ED0008CCA003C9602000E01422021ACC40020C6 +:100EE0008CC3003C0069F821ACDF001C8E190004A3 +:100EF000ACF900008E180008ACF800048FB10010A7 +:100F0000322F000855E0004793A60020A0C0004EF5 +:100F100090D8004E2411FFDFA0F8000890CF000801 +:100F200001F17024A0CE00088E0500083C0B80085B +:100F300035690080AD2500388D6A00148D2200309F +:100F40002419005001422021AD24003491230000D7 +:100F5000307F00FF13F90036264F01000E001658AF +:100F60000240202124040038000028210E0016F23F +:100F70002406000A0A001757240400010E000D2859 +:100F8000000020218FBF00348FB200308FB1002CC1 +:100F90008FB00028004020210080102103E00008CD +:100FA00027BD00388E0E00083C0F800835F0008009 +:100FB000AE0E005402402021AE0000300E00164E4E +:100FC00000000000920D00250240202135AC0020D9 +:100FD0000E001658A20C00250E000CAC0240202179 +:100FE000240400382405008D0E0016F22406001299 +:100FF0000A0017572404000194C5005C0A001792E8 +:1010000030A3FFFF2407021811A0FF9E00E6102363 +:101010008FAE001C0A00179A01C610230A0017970A +:101020002C620218A0E600080A0017C48E0500080A +:101030002406FF8001E6C0243C118000AE38002861 +:101040008E0D000831E7007F3C0E800C00EE602121 +:10105000AD8D00E08E080008AF8C00380A0017D074 +:10106000AD8800E4AC800058908500082403FFF7A9 +:1010700000A33824A08700080A0017758FA7001066 +:101080003C05080024A560A83C04080024846FF4F3 +:101090003C020800244260B0240300063C01080121 +:1010A000AC2596C03C010801AC2496C43C01080163 +:1010B000AC2296C83C010801A02396CC03E00008AE +:1010C0000000000003E00008240200013C02800050 +:1010D000308800FF344701803C0680008CC301B893 +:1010E0000460FFFE000000008CC501282418FF806A +:1010F0003C0D800A24AF010001F8702431EC007F20 +:10110000ACCE0024018D2021ACE50000948B00EAD8 +:101110003509600024080002316AFFFFACEA0004D0 +:1011200024020001A4E90008A0E8000BACE00024C0 +:101130003C071000ACC701B8AF84003803E00008DA +:10114000AF85006C938800488F8900608F820038DB +:1011500030C600FF0109382330E900FF01221821C1 +:1011600030A500FF2468008810C000020124382147 +:101170000080382130E400031480000330AA00030B +:101180001140000D312B000310A0000900001021B8 +:1011900090ED0000244E000131C200FF0045602B9D +:1011A000A10D000024E700011580FFF925080001CA +:1011B00003E00008000000001560FFF300000000DD +:1011C00010A0FFFB000010218CF80000245900043F +:1011D000332200FF0045782BAD18000024E70004FF +:1011E00015E0FFF92508000403E0000800000000F6 +:1011F00093850048938800588F8700600004320070 +:101200003103007F00E5102B30C47F001040000F39 +:10121000006428258F8400383C0980008C8A00EC0B +:10122000AD2A00A43C03800000A35825AC6B00A0AD +:101230008C6C00A00580FFFE000000008C6D00ACEF +:10124000AC8D00EC03E000088C6200A80A00188254 +:101250008F840038938800593C0280000080502120 +:10126000310300FEA383005930ABFFFF30CC00FFF9 +:1012700030E7FFFF344801803C0980008D2401B82D +:101280000480FFFE8F8D006C24180016AD0D000049 +:101290008D2201248F8D0038AD0200048D5900206D +:1012A000A5070008240201C4A119000AA118000B17 +:1012B000952F01208D4E00088D4700049783005C18 +:1012C0008D59002401CF302100C7282100A32023FD +:1012D0002418FFFFA504000CA50B000EA5020010AA +:1012E000A50C0012AD190018AD18002495AF00E848 +:1012F0003C0B10002407FFF731EEFFFFAD0E002876 +:101300008DAC0084AD0C002CAD2B01B88D460020B7 +:1013100000C7282403E00008AD4500208F8800386E +:101320000080582130E7FFFF910900D63C02800081 +:1013300030A5FFFF312400FF00041A00006750258C +:1013400030C600FF344701803C0980008D2C01B875 +:101350000580FFFE8F82006C240F0017ACE20000B6 +:101360008D390124ACF900048D780020A4EA00082E +:10137000241901C4A0F8000AA0EF000B9523012056 +:101380008D6E00088D6D00049784005C01C35021B0 +:10139000014D602101841023A4E2000CA4E5000E9D +:1013A000A4F90010A4E60012ACE000148D7800242B +:1013B000240DFFFFACF800188D0F007CACEF001C73 +:1013C0008D0E00783C0F1000ACEE0020ACED002438 +:1013D000950A00BE240DFFF73146FFFFACE600285A +:1013E000950C00809504008231837FFF0003CA00C2 +:1013F0003082FFFF0322C021ACF8002CAD2F01B8D2 +:10140000950E00828D6A002000AE3021014D282407 +:10141000A506008203E00008AD6500203C028000C4 +:10142000344501803C0480008C8301B80460FFFED9 +:101430008F8A0044240600199549001C3128FFFFBB +:10144000000839C0ACA70000A0A6000B3C051000A6 +:1014500003E00008AC8501B88F87004C0080402174 +:1014600030C400FF3C0680008CC201B80440FFFE7F +:101470008F89006C9383006834996000ACA90000E8 +:10148000A0A300058CE20010240F00022403FFF744 +:10149000A4A20006A4B900088D180020A0B8000A74 +:1014A000A0AF000B8CEE0000ACAE00108CED000481 +:1014B000ACAD00148CEC001CACAC00248CEB002018 +:1014C000ACAB00288CEA002C3C071000ACAA002C26 +:1014D0008D090024ACA90018ACC701B88D05002007 +:1014E00000A3202403E00008AD0400208F8600380C +:1014F00027BDFFE0AFB10014AFBF0018AFB00010C0 +:1015000090C300D430A500FF3062002010400008D6 +:10151000008088218CCB00D02409FFDF256A0001E0 +:10152000ACCA00D090C800D401093824A0C700D4A8 +:1015300014A000403C0C80008F840038908700D4B9 +:101540002418FFBF2406FFEF30E3007FA08300D400 +:10155000979F005C8F8200608F8D003803E2C82364 +:10156000A799005CA5A000BC91AF00D401F870243D +:10157000A1AE00D48F8C0038A18000D78F8A0038AC +:10158000A5400082AD4000EC914500D400A658244F +:10159000A14B00D48F9000348F8400609786005C4C +:1015A0000204282110C0000FAF850034A38000582A +:1015B0003C0780008E2C000894ED01208E2B000447 +:1015C000018D5021014B8021020620233086FFFF30 +:1015D00030C8000F3909000131310001162000091F +:1015E000A3880058938600488FBF00188FB100145D +:1015F0008FB0001027BD0020AF85006403E0000815 +:10160000AF86006000C870238FBF00189386004823 +:101610008FB100148FB0001034EF0C00010F28219F +:1016200027BD0020ACEE0084AF85006403E0000815 +:10163000AF86006035900180020028210E00190F4E +:10164000240600828F840038908600D430C5004084 +:1016500050A0FFBAA38000688F85004C3C06800034 +:101660008CCD01B805A0FFFE8F89006C2408608234 +:1016700024070002AE090000A6080008A207000B1C +:101680008CA300083C0E1000AE0300108CA2000CCE +:10169000AE0200148CBF0014AE1F00188CB90018E5 +:1016A000AE1900248CB80024AE1800288CAF002896 +:1016B000AE0F002CACCE01B80A001948A380006818 +:1016C0008F8A003827BDFFE0AFB10014AFB0001023 +:1016D0008F880060AFBF00189389003C954200BC22 +:1016E00030D100FF0109182B0080802130AC00FFB1 +:1016F0003047FFFF0000582114600003310600FF4F +:1017000001203021010958239783005C0068202BB9 +:101710001480002700000000106800562419000102 +:101720001199006334E708803165FFFF0E0018C08F +:10173000020020218F83006C3C07800034E601808A +:101740003C0580008CAB01B80560FFFE240A001840 +:101750008F840038ACC30000A0CA000B948900BE7F +:101760003C081000A4C90010ACC00030ACA801B8FF +:101770009482008024430001A4830080949F008011 +:101780003C0608008CC6318833EC7FFF1186005E72 +:101790000000000002002021022028218FBF001835 +:1017A0008FB100148FB000100A00193427BD00203B +:1017B000914400D42403FF8000838825A15100D4E4 +:1017C0009784005C3088FFFF51000023938C003C1D +:1017D0008F8500382402EFFF008B782394AE00BC85 +:1017E0000168502B31E900FF01C26824A4AD00BCA0 +:1017F00051400039010058213C1F800037E60100AC +:101800008CD800043C190001031940245500000144 +:1018100034E740008E0A00202403FFFB241100015E +:1018200001432024AE0400201191002D34E78000F4 +:1018300002002021012030210E0018C03165FFFF79 +:101840009787005C8F890060A780005C0127802358 +:10185000AF900060938C003C8F8B00388FBF0018D6 +:101860008FB100148FB0001027BD002003E00008E6 +:10187000A16C00D73C0D800035AA01008D48000402 +:101880003C0900010109282454A0000134E740006C +:101890008E0F00202418FFFB34E7800001F870242D +:1018A00024190001AE0E00201599FF9F34E708802F +:1018B000020020210E00188E3165FFFF020020215A +:1018C000022028218FBF00188FB100148FB00010A4 +:1018D0000A00193427BD00200A0019F7000048212A +:1018E00002002021012030210E00188E3165FFFFFB +:1018F0009787005C8F890060A780005C01278023A8 +:101900000A001A0EAF900060948C0080241F8000A3 +:10191000019F3024A4860080908B0080908F0080EF +:10192000316700FF0007C9C20019C027001871C045 +:1019300031ED007F01AE2825A08500800A0019DF67 +:1019400002002021938500682403000127BDFFE8E1 +:1019500000A330042CA20020AFB00010AFBF0014D1 +:1019600000C01821104000132410FFFE3C0708009F +:101970008CE7319000E610243C088000350501809A +:1019800014400005240600848F890038240A0004CE +:101990002410FFFFA12A00FC0E00190F0000000018 +:1019A000020010218FBF00148FB0001003E0000868 +:1019B00027BD00183C0608008CC631940A001A574F +:1019C00000C310248F87004427BDFFE0AFB200188A +:1019D000AFB10014AFB00010AFBF001C30D000FF9B +:1019E00090E6000D00A088210080902130C5007F86 +:1019F000A0E5000D8F8500388E2300188CA200D042 +:101A00001062002E240A000E0E001A4AA38A0068F3 +:101A10002409FFFF104900222404FFFF5200002088 +:101A2000000020218E2600003C0C001000CC582421 +:101A3000156000393C0E000800CE682455A0003F18 +:101A4000024020213C18000200D880241200001F10 +:101A50003C0A00048F8700448CE200148CE30010E1 +:101A60008CE500140043F82303E5C82B1320000580 +:101A7000024020218E24002C8CF1001010910031A6 +:101A80000240202124020012A38200680E001A4A9C +:101A90002412FFFF105200022404FFFF0000202147 +:101AA0008FBF001C8FB200188FB100148FB00010D0 +:101AB0000080102103E0000827BD002090A800D47A +:101AC000350400200A001A80A0A400D400CA4824CB +:101AD0001520000B8F8B00448F8D00448DAC0010BF +:101AE0001580000B024020218E2E002C51C0FFECEF +:101AF00000002021024020210A001A9B2402001726 +:101B00008D66001050C0FFE6000020210240202119 +:101B10000A001A9B24020011024020212402001511 +:101B20000E001A4AA3820068240FFFFF104FFFDC4B +:101B30002404FFFF0A001A8A8E2600000A001AC138 +:101B4000240200143C08000400C8382450E0FFD4EC +:101B500000002021024020210A001A9B24020013C9 +:101B60008F85003827BDFFD8AFB3001CAFB2001877 +:101B7000AFB10014AFB00010AFBF002090A700D4E9 +:101B80008F90004C2412FFFF34E2004092060000C8 +:101B9000A0A200D48E0300100080982110720006CD +:101BA00030D1003F2408000D0E001A4AA3880068B7 +:101BB000105200252404FFFF8F8A00388E09001878 +:101BC0008D4400D01124000702602021240C000E57 +:101BD0000E001A4AA38C0068240BFFFF104B001A5A +:101BE0002404FFFF24040020122400048F8D0038F9 +:101BF00091AF00D435EE0020A1AE00D48F85005403 +:101C000010A00019000000001224004A8F9800382C +:101C10008F92FCC0971000809651000A5230004805 +:101C20008F9300403C1F08008FFF318C03E5C82BC9 +:101C30001720001E02602021000028210E0019A993 +:101C400024060001000020218FBF00208FB3001C5C +:101C50008FB200188FB100148FB0001000801021D7 +:101C600003E0000827BD00285224002A8E05001436 +:101C70008F840038948A008025490001A48900805F +:101C8000948800803C0208008C42318831077FFF35 +:101C900010E2000E00000000026020210E00193446 +:101CA000240500010A001B0B000020212402002D46 +:101CB0000E001A4AA38200682403FFFF1443FFE1C9 +:101CC0002404FFFF0A001B0C8FBF002094990080A2 +:101CD000241F800024050001033FC024A498008035 +:101CE00090920080908E0080325100FF001181C2DE +:101CF00000107827000F69C031CC007F018D582576 +:101D0000A08B00800E001934026020210A001B0BFA +:101D1000000020212406FFFF54A6FFD68F84003840 +:101D2000026020210E001934240500010A001B0B5B +:101D300000002021026020210A001B252402000A45 +:101D40002404FFFD0A001B0BAF9300608F8800384E +:101D500027BDFFE8AFB00010AFBF0014910A00D458 +:101D60008F87004C00808021354900408CE60010B0 +:101D7000A10900D43C0208008C4231B030C53FFFBD +:101D800000A2182B106000078F850050240DFF80E3 +:101D900090AE000D01AE6024318B00FF156000088D +:101DA0000006C382020020212403000D8FBF00140F +:101DB0008FB0001027BD00180A001A4AA3830068DC +:101DC00033060003240F000254CFFFF70200202146 +:101DD00094A2001C8F85003824190023A4A200E8D7 +:101DE0008CE8000000081E02307F003F13F9003528 +:101DF0003C0A00838CE800188CA600D0110600086D +:101E0000000000002405000E0E001A4AA385006899 +:101E10002407FFFF104700182404FFFF8F850038B8 +:101E200090A900D435240020A0A400D48F8C0044B5 +:101E3000918E000D31CD007FA18D000D8F83005458 +:101E40001060001C020020218F8400508C9800102C +:101E50000303782B11E0000D241900180200202143 +:101E6000A39900680E001A4A2410FFFF10500002C8 +:101E70002404FFFF000020218FBF00148FB000104A +:101E80000080102103E0000827BD00188C86001098 +:101E90008F9F00440200202100C31023AFE20010F6 +:101EA000240500010E0019A9240600010A001B9751 +:101EB000000020210E001934240500010A001B97A0 +:101EC00000002021010A5824156AFFD98F8C004494 +:101ED000A0A600FC0A001B84A386005A30A500FFC0 +:101EE0002406000124A9000100C9102B1040000C99 +:101EF00000004021240A000100A61823308B0001B5 +:101F000024C60001006A3804000420421160000267 +:101F100000C9182B010740251460FFF800A61823FC +:101F200003E000080100102127BDFFD8AFB0001862 +:101F30008F90004CAFB1001CAFBF00202403FFFF07 +:101F40002411002FAFA30010920600002405000802 +:101F500026100001006620260E001BB0308400FF12 +:101F600000021E003C021EDC34466F410A001BD8F2 +:101F70000000102110A00009008018212445000154 +:101F800030A2FFFF2C4500080461FFFA0003204047 +:101F90000086202614A0FFF9008018210E001BB037 +:101FA000240500208FA300102629FFFF313100FFF8 +:101FB00000034202240700FF1627FFE20102182651 +:101FC00000035027AFAA0014AFAA00100000302170 +:101FD00027A8001027A7001400E6782391ED00033E +:101FE00024CE000100C8602131C600FF2CCB0004C4 +:101FF0001560FFF9A18D00008FA200108FBF002097 +:102000008FB1001C8FB0001803E0000827BD002826 +:1020100027BDFFD0AFB3001CAFB00010AFBF00288A +:10202000AFB50024AFB40020AFB20018AFB10014B8 +:102030003C0C80008D880128240FFF803C06800A1C +:1020400025100100250B0080020F68243205007F57 +:10205000016F7024AD8E009000A62821AD8D002464 +:1020600090A600FC3169007F3C0A8004012A1821F7 +:10207000A386005A9067007C00809821AF830030CF +:1020800030E20002AF88006CAF85003800A0182154 +:10209000144000022404003424040030A3840048C7 +:1020A0008C7200DC30D100FF24040004AF92006089 +:1020B00012240004A38000688E7400041680001EA1 +:1020C0003C0880009386005930C7000110E0000FE3 +:1020D0008F9300608CB000848CA800842404FF805F +:1020E000020410240002F940310A007F03EA482567 +:1020F0003C0C2000012C902530CD00FE3C038000DC +:10210000AC720830A38D00598F9300608FBF0028F8 +:102110008FB50024ACB300DC8FB400208FB3001C5B +:102120008FB200188FB100148FB00010240200018C +:1021300003E0000827BD00308E7F000895020120D3 +:102140008E67001003E2C8213326FFFF30D8000F4E +:1021500033150001AF87003416A00058A39800582B +:1021600035090C000309382100D81823AD03008479 +:10217000AF8700648E6A00043148FFFF1100007EC3 +:10218000A78A005C90AC00D42407FF8000EC3024C8 +:1021900030CB00FF1560004B9786005C938E005A91 +:1021A000240D000230D5FFFF11CD02A20000A021B6 +:1021B0008F85006002A5802B160000BC9388004824 +:1021C0003C11800096240120310400FF1485008812 +:1021D0008F8400648F9800343312000356400085CA +:1021E00030A500FF8F900064310C00FF24060034FE +:1021F00011860095AF90004C9204000414800118E1 +:102200008F8E0038A380003C8E0D00048DC800D84E +:102210003C0600FF34CCFFFF01AC30240106182B34 +:1022200014600120AF8600548F8700609798005C8F +:10223000AF8700400307402310C000C7A788005C99 +:102240008F91003030C3000300035823922A007C92 +:102250003171000302261021000A20823092000111 +:102260000012488000492821311FFFFF03E5C82BD9 +:10227000132001208F8800388F8500348F880064F8 +:102280001105025A3C0E3F018E0600003C0C250051 +:1022900000CE682411AC01638F84004C30E500FF50 +:1022A0000E00184A000030218F8800388F870060A8 +:1022B0008F8500340A001DB78F8600540A001C5613 +:1022C000AF87006490A400D400E48024320200FFB1 +:1022D000104000169386005990A6008890AE00D753 +:1022E00024A8008830D4003F2686FFE02CD10020AF +:1022F000A38E003C1220000CAF88004C240B000180 +:1023000000CB20043095001916A0012B3C0680005C +:1023100034CF0002008FC0241700022E3099002015 +:1023200017200234000000009386005930CB0001D2 +:102330001160000F9788005C8CBF00848CA900841A +:10234000240AFF8003EA6024000C19403132007F28 +:10235000007238253C0D200000EDC82530D800FE65 +:102360003C0F8000ADF90830A39800599788005CB5 +:102370001500FF84000000008E630020306200041E +:102380001040FF51938600592404FFFB0064802411 +:102390003C038000AE700020346601808C7301B86D +:1023A0000660FFFE8F98006C347501003C1400013C +:1023B000ACD800008C6B012424076085ACCB0004F2 +:1023C0008EAE000401D488245220000124076083CB +:1023D00024190002A4C700083C0F1000A0D9000B6C +:1023E0003C068000ACCF01B80A001C2B9386005934 +:1023F00030A500FF0E00184A240600018F88006CEB +:102400003C05800034A90900250201889388004812 +:10241000304A0007304B00783C0340802407FF809F +:102420000163C825014980210047F824310C00FFD1 +:1024300024060034ACBF0800AF90004CACB90810C3 +:102440005586FF6E920400048F8400388E11003090 +:10245000908E00D431CD001015A000108F83006045 +:102460002C6F000515E000E400000000909800D4F7 +:102470002465FFFC331200101640000830A400FF52 +:102480008F9F00648F99003413F90004388700018E +:1024900030E20001144001C8000000000E001BC320 +:1024A000000000000A001DF8000000008F84006496 +:1024B00030C500FF0E00184A24060001939800481A +:1024C000240B0034130B00A08F8500388F8600602A +:1024D0009783005C306EFFFF00CE8823AF910060D1 +:1024E000A780005C1280FF90028018212414FFFD59 +:1024F0005474FFA28E6300208E6A00042403FFBF81 +:102500002408FFEF0155F823AE7F000490AC00D4FF +:102510003189007FA0A900D48E7200208F8F0038EF +:10252000A780005C364D0002AE6D0020A5E000BC27 +:1025300091E500D400A3C824A1F900D48F950038F8 +:10254000AEA000EC92B800D403085824A2AB00D48B +:102550000A001CD78F8500388F910034AF8000604F +:1025600002275821AF8B0034000020212403FFFFF5 +:10257000108301B48F8500388E0C00103C0D0800CC +:102580008DAD31B09208000031843FFF008D802B6B +:1025900012000023310D003F3C1908008F3931A88B +:1025A0008F9F006C000479802408FF80033F202166 +:1025B000008FC821938500590328F8243C06008029 +:1025C0003C0F800034D80001001F91403331007F60 +:1025D0008F8600380251502535EE0940332B0078A4 +:1025E000333000073C0310003C02800C017890253A +:1025F000020E48210143C0250222382134AE0001D9 +:10260000ADFF0804AF890050ADF20814AF87004455 +:10261000ADFF0028ACD90084ADF80830A38E005976 +:102620009383005A24070003106700272407000142 +:102630001467FFAC8F8500382411002311B1008589 +:1026400000000000240E000B026020210E001A4A38 +:10265000A38E00680040A0210A001D328F8500383B +:1026600002602021240B000C0E001A4AA38B006884 +:10267000240AFFFF104AFFBD2404FFFF8F8E00389D +:10268000A380003C8E0D00048DC800D83C0600FFDE +:1026900034CCFFFF01AC30240106182B1060FEE2A1 +:1026A000AF86005402602021241200190E001A4A3D +:1026B000A3920068240FFFFF104FFFAC2404FFFF1C +:1026C0000A001C838F86005425A3FFE02C74002091 +:1026D0001280FFDD240E000B000328803C1108014E +:1026E000263194B400B148218D2D000001A00008CE +:1026F000000000008F85003400A710219385003C66 +:10270000AF82003402251821A383003C951F00BC32 +:102710000226282137F91000A51900BC5240FF926B +:10272000AF850060246A0004A38A003C950900BCC0 +:1027300024A40004AF84006035322000A51200BC40 +:102740000A001D54000020218F8600602CC800055F +:102750001500FF609783005C3065FFFF00C5C8234C +:102760002F2F000511E00003306400FF24CDFFFC93 +:1027700031A400FF8F8900648F920034113200046D +:10278000389F000133EC0001158001380000000083 +:102790008F840038908700D434E60010A08600D4DF +:1027A0008F8500388F8600609783005CACA000ECBA +:1027B0000A001D2F306EFFFF8CB500848CB400849E +:1027C0003C04100002A7302400068940328E007FAE +:1027D000022E8025020410253C08800024050001FB +:1027E00002602021240600010E0019A9AD02083064 +:1027F0000A001CC38F8500388C8200EC1222FE7EFA +:102800000260202124090005A38900680E001A4AED +:102810002411FFFF1451FE782404FFFF0A001D5508 +:102820002403FFFF8F8F004C8F8800388DF8000045 +:10283000AD1800888DE70010AD0700988F87006005 +:102840000A001DB78F8600542406FFFF118600057D +:10285000000000000E001B4C026020210A001D8FAA +:102860000040A0210E001AD1026020210A001D8F15 +:102870000040A0218F90004C3C0208008C4231B0F7 +:102880008E110010322C3FFF0182282B10A0000C6B +:10289000240BFF808F85005090A3000D01637024EE +:1028A00031CA00FF1140000702602021001143825D +:1028B000310600032418000110D8010600000000B2 +:1028C000026020212403000D0E001A4AA383006831 +:1028D000004020218F8500380A001D320080A02191 +:1028E0008F90004C3C0A08008D4A31B08F85005013 +:1028F0008E0400100000A0218CB1001430823FFF34 +:10290000004A602B8CB200205180FFEE0260202133 +:1029100090B8000D240BFF800178702431C300FFB4 +:102920005060FFE80260202100044382310600036A +:1029300014C0FFE40260202194BF001C8F9900386E +:102940008E060028A73F00E88CAF0010022F20233E +:1029500014C4013A026020218F83005400C368210F +:10296000022D382B14E00136240200188F8A00440F +:102970008F820030024390218D4B00100163702341 +:10298000AD4E0010AD5200208C4C00740192282BEB +:1029900014A0015F026020218F8400508E08002463 +:1029A0008C86002411060007026020212419001CD7 +:1029B0000E001A4AA3990068240FFFFF104FFFC5AD +:1029C0002404FFFF8F8400448C87002424FF00012F +:1029D000AC9F00241251012F8F8D00308DB10074F7 +:1029E0001232012C3C0B00808E0E000001CB5024D3 +:1029F00015400075000000008E0300142411FFFF35 +:102A0000107100073C0808003C0608008CC6319095 +:102A100000C8C0241300015202602021A380006876 +:102A20008E0300003C19000100792024108000135F +:102A30003C1F0080007FA02416800009020028218E +:102A4000026020212411001A0E001A4AA391006886 +:102A50002407FFFF1047FF9F2404FFFF02002821E7 +:102A6000026020210E001A6A240600012410FFFFD4 +:102A70001050FF982404FFFF241400018F8D0044A0 +:102A8000026020210280302195A900342405000134 +:102A9000253200010E0019A9A5B200340000202142 +:102AA0008F8500380A001D320080A0218F90004CD5 +:102AB0003C1408008E9431B08E07001030E53FFFC3 +:102AC00000B4C82B132000618F8600502412FF80B1 +:102AD00090C9000D0249682431A400FF5080005CB9 +:102AE000026020218F8C00541180000700078B8228 +:102AF0008F8500388F82FCC094BF0080944A000A02 +:102B0000515F00F78F8600403227000314E0006415 +:102B100000000000920E000211C000D8000000006A +:102B20008E0B0024156000D902602021920400035E +:102B300024190002308500FF14B90005308900FF18 +:102B40008F940054128000EA240D002C308900FF7D +:102B5000392C00102D8400012D3200010244302553 +:102B6000020028210E001A6A026020212410FFFFB3 +:102B7000105000BF8F8500388F830054106000D341 +:102B8000240500013C0A08008D4A318C0143F82BD2 +:102B900017E000B22402002D02602021000028214D +:102BA0000E0019A9240600018F85003800001821A5 +:102BB0000A001D320060A0210E0018750000000000 +:102BC0000A001DF800000000AC8000200A001E78FA +:102BD0008E03001400002821026020210E0019A994 +:102BE000240600010A001CC38F8500380A001DB7A7 +:102BF0008F8800388CAA00848CAC00843C031000C1 +:102C00000147F824001F91403189007F024968255F +:102C100001A32825ACC50830910700012405000157 +:102C2000026020210E0019A930E600010A001CC331 +:102C30008F850038938F00482403FFFD0A001D3460 +:102C4000AF8F00600A001D342403FFFF02602021C3 +:102C50002410000D0E001A4AA390006800401821AD +:102C60008F8500380A001D320060A0210E00187503 +:102C7000000000009783005C8F86006000402021E8 +:102C80003070FFFF00D010232C4A00051140FE11C8 +:102C90008F850038ACA400EC0A001D2F306EFFFFBA +:102CA00090CF000D31E300085460FFA192040003AF +:102CB00002602021240200100E001A4AA38200683C +:102CC0002403FFFF5443FF9A920400030A001F12DB +:102CD0008F85003890A4000D308F000811E000951A +:102CE0008F990054572000A6026020218E1F000CEF +:102CF0008CB4002057F40005026020218E0D0008DE +:102D00008CA7002411A7003A026020212402002091 +:102D1000A38200680E001A4A2412FFFF1052FEED33 +:102D20002404FFFF8F9F00442402FFF73C14800E11 +:102D300093EA000D2419FF803C03800001423824EF +:102D4000A3E7000D8F9F00303C0908008D2931ACAE +:102D50008F8C006C97F200788F870044012C302113 +:102D6000324D7FFF000D204000C4782131E5007F07 +:102D700000B4C02101F94024AC68002CA711000068 +:102D80008CEB0028256E0001ACEE00288CEA002CAC +:102D90008E02002C01426021ACEC002C8E09002C2C +:102DA000ACE900308E120014ACF2003494ED003A1D +:102DB00025A40001A4E4003A97E600783C1108003D +:102DC0008E3131B024C3000130707FFF1211005CDE +:102DD000006030218F8F0030026020212405000127 +:102DE0000E001934A5E600780A001EA1000020217B +:102DF0008E0900142412FFFF1132006B8F8A0038F5 +:102E00008E0200188D4C00D0144C00650260202109 +:102E10008E0B00248CAE0028116E005B2402002172 +:102E20000E001A4AA38200681452FFBE2404FFFF5A +:102E30008F8500380A001D320080A0212402001F67 +:102E40000E001A4AA38200682409FFFF1049FEA160 +:102E50002404FFFF0A001E548F83005402602021C7 +:102E60000E001A4AA38200681450FF508F85003864 +:102E70002403FFFF0A001D320060A0218CD800242B +:102E80008E0800241118FF29026020210A001F2744 +:102E90002402000F8E0900003C05008001259024CB +:102EA0001640FF492402001A026020210E001A4A2F +:102EB000A3820068240CFFFF144CFECF2404FFFF04 +:102EC0008F8500380A001D320080A0210E001934C1 +:102ED000026020218F8500380A001EE500001821BD +:102EE0002403FFFD0060A0210A001D32AF860060B0 +:102EF000026020210E001A4AA38D00682403FFFF00 +:102F00001043FF588F8500380A001ECC920400033E +:102F10002418001D0E001A4AA39800682403FFFF1E +:102F20001443FE9D2404FFFF8F8500380A001D32E4 +:102F30000080A021026020210A001F3D24020024FD +:102F4000240880000068C024330BFFFF000B73C20D +:102F500031D000FF001088270A001F6E001133C017 +:102F6000240F001B0E001A4AA38F00681451FEACF8 +:102F70002404FFFF8F8500380A001D320080A02145 +:102F80000A001F3D240200278E0600288CA3002C77 +:102F900010C30008026020210A001F812402001FC4 +:102FA0000A001F812402000E026020210A001F81F6 +:102FB000240200258E04002C1080000D8F8F00301D +:102FC0008DE800740104C02B5700000C0260202122 +:102FD0008CB900140086A0210334282B10A0FF52C6 +:102FE0008F9F0044026020210A001F8124020022DA +:102FF000026020210A001F81240200230A001F8191 +:103000002402002627BDFFD8AFB3001CAFB10014C7 +:10301000AFBF0020AFB20018AFB000103C0280007C +:103020008C5201408C4B01483C048000000B8C0208 +:10303000322300FF317300FF8C8501B804A0FFFE2E +:1030400034900180AE1200008C8701442464FFF0AC +:10305000240600022C830013AE070004A61100080A +:10306000A206000BAE1300241060004F8FBF00209B +:10307000000448803C0A0801254A9534012A402171 +:103080008D04000000800008000000003C030800E0 +:103090008C6331A831693FFF00099980007280215B +:1030A000021370212405FF80264D0100264C00806C +:1030B0003C02800031B1007F3198007F31CA007F2F +:1030C0003C1F800A3C1980043C0F800C01C5202461 +:1030D00001A5302401853824014F1821AC46002475 +:1030E000023F402103194821AC470090AC4400281E +:1030F000AF830044AF880038AF8900300E0019005C +:10310000016080213C0380008C6B01B80560FFFEEC +:103110008F8700448F8600383465018090E8000D69 +:10312000ACB20000A4B0000600082600000416039C +:1031300000029027001227C21080008124C200885C +:10314000241F6082A4BF0008A0A000052402000282 +:10315000A0A2000B8F8B0030000424003C08270045 +:1031600000889025ACB20010ACA00014ACA00024E4 +:10317000ACA00028ACA0002C8D6900382413FF807F +:10318000ACA9001890E3000D02638024320500FF13 +:1031900010A000058FBF002090ED000D31AC007F26 +:1031A000A0EC000D8FBF00208FB3001C8FB2001861 +:1031B0008FB100148FB000103C0A10003C0E80004C +:1031C00027BD002803E00008ADCA01B8265F010052 +:1031D0002405FF8033F8007F3C06800003E5782457 +:1031E0003C19800A03192021ACCF0024908E00D412 +:1031F00000AE682431AC00FF11800024AF84003899 +:10320000248E008895CD00123C0C08008D8C31A8CE +:1032100031AB3FFF01924821000B5180012A402130 +:1032200001052024ACC400283107007F3C06800C37 +:1032300000E620219083000D00A31024304500FFFC +:1032400010A0FFD8AF8400449098000D330F0010F9 +:1032500015E0FFD58FBF00200E0019000000000010 +:103260003C0380008C7901B80720FFFE00000000BD +:10327000AE1200008C7F0144AE1F0004A6110008AE +:1032800024110002A211000BAE1300243C1308010C +:10329000927396F0327000015200FFC38FBF00207E +:1032A0000E002146024020210A0020638FBF00202B +:1032B0003C1260008E452C083C03F0033462FFFF93 +:1032C00000A2F824AE5F2C088E582C083C1901C0CF +:1032D00003199825AE532C080A0020638FBF0020E5 +:1032E000264D010031AF007F3C10800A240EFF8084 +:1032F00001F0282101AE60243C0B8000AD6C00245D +:103300001660FFA8AF85003824110003A0B100FCAF +:103310000A0020638FBF002026480100310A007F89 +:103320003C0B800A2409FF80014B30210109202435 +:103330003C078000ACE400240A002062AF8600381D +:10334000944E0012320C3FFF31CD3FFF15ACFF7D94 +:10335000241F608290D900D42418FF800319782498 +:1033600031EA00FF1140FF7700000000240700044D +:10337000A0C700FC8F870044241160842406000D40 +:10338000A4B10008A0A600050A00204D24020002F6 +:103390003C040001248496DC24030014240200FE73 +:1033A0003C010800AC2431EC3C010800AC2331E8BE +:1033B0003C010801A42296F83C040801248496F8F4 +:1033C0000000182100643021A0C300042463000120 +:1033D0002C6500FF54A0FFFC006430213C0708006E +:1033E00024E7010003E00008AF87007800A058211F +:1033F000008048210000102114A00012000050217C +:103400000A002142000000003C010801A42096F8B7 +:103410003C05080194A596F88F8200783C0C0801C1 +:10342000258C96F800E2182100AC2021014B302BAE +:10343000A089000400001021A460000810C0003919 +:10344000010048218F8600780009384000E94021BA +:103450000008388000E6282190A8000B90B9000AE7 +:103460000008204000881021000218800066C0215A +:10347000A319000A8F85007800E5782191EE000AF3 +:1034800091E6000B000E684001AE6021000C208028 +:1034900000851021A046000B3C030801906396F2C2 +:1034A000106000222462FFFF8F8300383C01080176 +:1034B000A02296F2906C00FF118000040000000032 +:1034C000906E00FF25CDFFFFA06D00FF3C190801A5 +:1034D000973996F8272300013078FFFF2F0F00FF60 +:1034E00011E0FFC9254A00013C010801A42396F818 +:1034F0003C05080194A596F88F8200783C0C0801E1 +:10350000258C96F800E2182100AC2021014B302BCD +:10351000A089000400001021A460000814C0FFC9A5 +:103520000100482103E000080000000003E000085B +:103530002402000227BDFFE0248501002407FF804C +:10354000AFB00010AFBF0018AFB1001400A718242F +:103550003C10800030A4007F3C06800A00862821B1 +:103560008E110024AE03002490A200FF1440000836 +:10357000AF850038A0A000098FBF0018AE1100244D +:103580008FB100148FB0001003E0000827BD0020A9 +:1035900090A900FD90A800FF312400FF0E0020F448 +:1035A000310500FF8F8500388FBF0018A0A00009EB +:1035B000AE1100248FB100148FB0001003E000089A +:1035C00027BD002027BDFFD0AFB20020AFB1001C47 +:1035D000AFB00018AFBF002CAFB40028AFB30024C9 +:1035E0003C0980009533011635320C00952F011AE5 +:1035F0003271FFFF023280218E08000431EEFFFF9E +:10360000248B0100010E6821240CFF8025A5FFFFFB +:10361000016C50243166007F3C07800AAD2A0024EB +:1036200000C73021AF850074AF8800703C010801ED +:10363000A02096F190C300090200D02100809821BB +:10364000306300FF2862000510400048AF86003854 +:10365000286400021480008E24140001240D00054B +:103660003C010801A02D96D590CC00FD3C0108013D +:10367000A02096D63C010801A02096D790CB000A46 +:10368000240AFF80318500FF014B4824312700FFC9 +:1036900010E0000C000058213C12800836510080D8 +:1036A0008E2F00308CD0005C01F0702305C0018E9D +:1036B0008F87007090D4000A3284007FA0C4000A73 +:1036C0008F8600383C118008363000808E0F003025 +:1036D0008F87007000EF702319C000EE000000001B +:1036E00090D4000924120002328400FF1092024795 +:1036F000000000008CC2005800E2F82327F9FFFF09 +:103700001B2001300000000090C5000924080004BF +:1037100030A300FF10680057240A00013C01080193 +:10372000A02A96D590C900FF252700013C01080179 +:10373000A02796D43C030801906396D52406000583 +:103740001066006A2C780005130000C40000902168 +:103750000003F8803C0408012484958003E4C82118 +:103760008F25000000A0000800000000241800FFC2 +:103770001078005C0000000090CC000A90CA00099C +:103780003C080801910896F13187008000EA48253D +:103790003C010801A02996DC90C500FD3C140801FD +:1037A000929496F2311100013C010801A02596DDAA +:1037B00090DF00FE3C010801A03F96DE90D200FFA2 +:1037C0003C010801A03296DF8CD900543C0108016D +:1037D000AC3996E08CD000583C010801AC3096E43E +:1037E0008CC3005C3C010801AC3496EC3C01080140 +:1037F000AC2396E8162000088FBF002C8FB4002859 +:103800008FB300248FB200208FB1001C8FB000183E +:1038100003E0000827BD00303C1180009624010E13 +:103820000E000FD43094FFFF3C0B08018D6B96F413 +:103830000260382102802821AE2B01803C13080150 +:103840008E7396D401602021240600830E00102F71 +:10385000AFB300108FBF002C8FB400288FB30024AB +:103860008FB200208FB1001C8FB0001803E0000859 +:1038700027BD00303C1808008F1831FC270F0001CD +:103880003C010800AC2F31FC0A0021D700000000E9 +:103890001474FFB900000000A0C000FF3C05080040 +:1038A0008CA531E43C0308008C6331E03C02080045 +:1038B0008C4232048F99003834A80001241F000282 +:1038C0003C010801AC2396F43C010801A02896F0C5 +:1038D0003C010801A02296F3A33F00090A002190B1 +:1038E0008F8600380E002146000000000A0021D714 +:1038F0008F8600383C1F080193FF96D424190001DD +:1039000013F902298F8700703C100801921096D895 +:103910003C06080190C696D610C000050200A02102 +:103920003C040801908496D9109001E48F870078B8 +:10393000001088408F9F0078023048210009C8801D +:10394000033F702195D80008270F0001A5CF00087C +:103950003C040801908496D93C05080190A596D6B0 +:103960000E0020F4000000008F8700780230202134 +:103970000004308000C720218C8500048F820074F1 +:1039800000A2402305020006AC8200048C8A0000DD +:103990008F830070014310235C400001AC83000062 +:1039A0008F86003890CB00FF2D6C00025580002DD3 +:1039B000241400010230F821001F40800107282153 +:1039C00090B9000B8CAE00040019C0400319782197 +:1039D000000F1880006710218C4D000001AE882375 +:1039E0002630FFFF5E00001F241400018C440004F9 +:1039F0008CAA0000008A482319200019240E000414 +:103A00003C010801A02E96D590AD000B8CAB0004B4 +:103A1000000D8840022D80210010108000471021E9 +:103A20008C44000401646023058202009443000872 +:103A300090DF00FE90B9000B33E500FF54B900049D +:103A40000107A021A0D400FE8F8700780107A021E4 +:103A50009284000B0E0020F4240500018F860038AC +:103A600024140001125400962E500001160000424A +:103A70003C08FFFF241900021659FF3F0000000018 +:103A8000A0C000FF8F860038A0D200090A0021D70D +:103A90008F86003890C700092404000230E300FF3D +:103AA0001064016F24090004106901528F880074AA +:103AB0008CCE0054010E682325B10001062001754B +:103AC000241800043C010801A03896D53C010801E7 +:103AD000A02096D490D400FD90D200FF2E4F00027B +:103AE00015E0FF14328400FF000438408F8900780D +:103AF00090DF00FF00E41021000220800089C8212F +:103B00002FE500029324000B14A0FF0A24070002F3 +:103B100000041840006480210010588001692821A9 +:103B20008CAC0004010C50230540FF020000000093 +:103B30003C030801906396D614600005246F0001D1 +:103B40003C010801A02496D93C010801A02796D782 +:103B50003C010801A02F96D690CE00FF24E700017B +:103B600031CD00FF01A7882B1220FFE990A4000BA4 +:103B70000A0021C6000000003C0508018CA596D46F +:103B80003C12000400A8F82413F2000624020005E9 +:103B90003C090801912996D5152000022402000352 +:103BA000240200053C010801A02296F190C700FF05 +:103BB00014E0012024020002A0C200090A0021D75B +:103BC0008F86003890CC00FF1180FEDA240A0001B5 +:103BD0008F8C00748F890078240F00030180682186 +:103BE0001160001E240E0002000540400105A021C6 +:103BF00000142080008990218E51000401918023BF +:103C00000600FECC000000003C020801904296D65F +:103C100014400005245800013C010801A02A96D751 +:103C20003C010801A02596D93C010801A03896D690 +:103C300090DF00FF010510210002C88033E500FF7E +:103C4000254A00010329202100AA402B1500FEB9B6 +:103C50009085000B1560FFE50005404000054040E1 +:103C600001051821000310803C010801A02A96D408 +:103C70003C010801A02596D8004918218C64000455 +:103C800000E4F82327F9FFFF1F20FFE900000000F0 +:103C90008C63000000E358230560013A01A38823E8 +:103CA00010E301170184C0231B00FEA200000000E6 +:103CB0003C010801A02E96D50A002305240B000123 +:103CC000240E0004A0CE00093C0D08008DAD31F893 +:103CD0008F86003825A200013C010800AC2231F893 +:103CE0000A0021D7000000008CD9005C00F9C02335 +:103CF0001F00FE7B000000008CDF005C10FFFF65F2 +:103D00008F8400748CC3005C008340232502000173 +:103D10001C40FF60000000008CC9005C248700018B +:103D200000E9282B10A0FE943C0D80008DAB01040F +:103D30003C0C0001016C50241140FE8F2402001045 +:103D40003C010801A02296F10A0021D700000000E2 +:103D50008F9100748F86003826220001ACC2005C6F +:103D60000A002292241400018F8700382404FF8067 +:103D70000000882190E9000A241400010124302564 +:103D8000A0E6000A3C05080190A596D63C0408016F +:103D9000908496D90E0020F4000000008F86003831 +:103DA0008F85007890C800FD310700FF0007404074 +:103DB0000107F821001FC0800305C8219323000BD1 +:103DC000A0C300FD8F8500788F8600380305602131 +:103DD000918F000B000F704001CF6821000D808093 +:103DE000020510218C4B0000ACCB00548D840004E4 +:103DF0008F83007400645023194000022482000164 +:103E00002462000101074821ACC2005C0009308037 +:103E100000C5402100E02021240500010E0020F40F +:103E20009110000B8F86003890C500FF10A0FF0C8A +:103E3000001070408F85007801D06821000D10803F +:103E4000004558218D6400008F8C0074018450233C +:103E50002547000104E0FF02263100013C03080170 +:103E6000906396D62E2F0002247800013C010801B1 +:103E7000A03896D63C010801A03496D711E0FEF890 +:103E8000020038210A002365000740408F84003873 +:103E90008F8300748C85005800A340230502FE9A8E +:103EA000AC8300580A00223B000000003C070801D8 +:103EB00090E796F2240200FF10E200BE8F860038E1 +:103EC0003C110801963196FA3C030801246396F8E8 +:103ED000262500013230FFFF30ABFFFF02036021D7 +:103EE0002D6A00FF1540008D918700043C010801F8 +:103EF000A42096FA8F88003800074840012728211F +:103F0000911800FF000530802405000127140001EE +:103F1000A11400FF3C120801925296F28F8800789B +:103F20008F8E0070264F000100C820213C0108013F +:103F3000A02F96F2AC8E00008F8D0074A48500082F +:103F4000AC8D00043C030801906396D414600077A4 +:103F5000000090213C010801A02596D4A087000B09 +:103F60008F8C007800CC5021A147000A8F82003846 +:103F7000A04700FD8F840038A08700FE8F860038A0 +:103F80008F9F0070ACDF00548F990074ACD900583B +:103F90008F8D00780127C02100185880016DA02165 +:103FA000928F000A000F704001CF18210003888013 +:103FB000022D8021A207000B8F8600780166602108 +:103FC000918A000B000A1040004A2021000428803A +:103FD00000A64021A107000A3C07800834E90080C0 +:103FE0008D2200308F860038ACC2005C0A0022921D +:103FF0002414000190CA00FF1540FEAD8F880074A4 +:10400000A0C400090A0021D78F860038A0C000FD97 +:104010008F98003824060001A30000FE3C0108012F +:10402000A02696D53C010801A02096D40A0021C6FE +:104030000000000090CB00FF3C040801908496F340 +:10404000316C00FF0184502B1540000F2402000347 +:1040500024020004A0C200090A0021D78F8600387C +:1040600090C3000A2410FF8002035824316C00FF23 +:104070001180FDC1000000003C010801A02096D580 +:104080000A0021C600000000A0C200090A0021D7D2 +:104090008F86003890D4000A2412FF8002544824EE +:1040A000312800FF1500FFF4240200083C0108013C +:1040B000A02296F10A0021D70000000000108840DD +:1040C0008F8B0070023018210003688001A7202127 +:1040D000AC8B00008F8A0074240C0001A48C0008B3 +:1040E000AC8A00043C05080190A596D62402000184 +:1040F00010A2FE1E24A5FFFF0A0022519084000B8F +:104100000184A0231A80FD8B000000003C010801FF +:10411000A02E96D50A002305240B00013C010801BE +:10412000A42596FA0A0023B78F880038240B0001D3 +:10413000106B00228F9800388F85003890BF00FFE9 +:1041400033F900FF1079002B000000003C1F08012C +:1041500093FF96D8001FC840033FC0210018A080DD +:104160000288782191EE000AA08E000A8F8D0078D7 +:104170003C030801906396D800CD88210A0023DD16 +:10418000A223000B263000010600003101A4902379 +:104190000640002B240200033C010801A02F96D505 +:1041A0000A002305240B00018F8900380A00223BF6 +:1041B000AD2700540A00229124120001931400FD3F +:1041C000A094000B8F8800388F8F0078910E00FE2E +:1041D00000CF6821A1AE000A8F910038A22700FD10 +:1041E0008F8300708F900038AE0300540A0023DEE6 +:1041F0008F8D007890B000FEA090000A8F8B003861 +:104200008F8C0078916A00FD00CC1021A04A000B31 +:104210008F840038A08700FE8F8600748F85003859 +:10422000ACA600580A0023DE8F8D007894B80008F1 +:10423000ACA40004030378210A002285A4AF00087F +:104240003C010801A02296D50A0021C6000000000A +:1042500090CF0009240D000431EE00FF11CDFD8543 +:10426000240200013C010801A02296D50A0021C6C3 +:1042700000000000080033440800334408003420E4 +:10428000080033F4080033D8080033280800332826 +:10429000080033280800334C8008010080080080A3 +:1042A000800800005F865437E4AC62CC50103A4579 +:1042B00036621985BF14C0E81BC27A1E84F4B55655 +:1042C000094EA6FE7DDA01E7C04D748108005A74DC +:1042D00008005AB808005A5C08005A5C08005A5C8A +:1042E00008005A5C08005A7408005A5C08005A5CBE +:1042F00008005AC008005A5C080059D408005A5CEB +:1043000008005A5C08005AC008005A5C08005A5C51 +:1043100008005A5C08005A5C08005A5C08005A5CA5 +:1043200008005A5C08005A5C08005A5C08005A5C95 +:1043300008005A9408005A5C08005A9408005A5C15 +:1043400008005A5C08005A5C08005A9808005A9401 +:1043500008005A5C08005A5C08005A5C08005A5C65 +:1043600008005A5C08005A5C08005A5C08005A5C55 +:1043700008005A5C08005A5C08005A5C08005A5C45 +:1043800008005A5C08005A5C08005A5C08005A5C35 +:1043900008005A5C08005A5C08005A5C08005A5C25 +:1043A00008005A9808005A9808005A5C08005A9861 +:1043B00008005A5C08005A5C08005A5C08005A5C05 +:1043C00008005A5C08005A5C08005A5C08005A5CF5 +:1043D00008005A5C08005A5C08005A5C08005A5CE5 +:1043E00008005A5C08005A5C08005A5C08005A5CD5 +:1043F00008005A5C08005A5C08005A5C08005A5CC5 +:1044000008005A5C08005A5C08005A5C08005A5CB4 +:1044100008005A5C08005A5C08005A5C08005A5CA4 +:1044200008005A5C08005A5C08005A5C08005A5C94 +:1044300008005A5C08005A5C08005A5C08005A5C84 +:1044400008005A5C08005A5C08005A5C08005A5C74 +:1044500008005A5C08005A5C08005A5C08005A5C64 +:1044600008005A5C08005A5C08005A5C08005A5C54 +:1044700008005A5C08005A5C08005A5C08005A5C44 +:1044800008005A5C08005A5C08005A5C08005A5C34 +:1044900008005A5C08005A5C08005A5C08005A5C24 +:1044A00008005A5C08005A5C08005A5C08005A5C14 +:1044B00008005A5C08005A5C08005A5C08005A5C04 +:1044C00008005A5C08005A5C08005A5C08005ADC74 +:1044D0000800782C08007A900800783808007628C0 +:1044E00008007838080078C4080078380800762872 +:1044F0000800762808007628080076280800762824 +:104500000800762808007628080076280800762813 +:1045100008007628080078580800784808007628AF +:1045200008007628080076280800762808007628F3 +:1045300008007628080076280800762808007628E3 +:1045400008007628080076280800762808007848B1 +:10455000080082FC08008188080082C40800818865 +:104560000800829408008070080081880800818813 +:1045700008008188080081880800818808008188F7 +:1045800008008188080081880800818808008188E7 +:104590000800818808008188080081B008008D34F7 +:1045A00008008E9008008E70080088D808008D4C96 +:1045B0000A00012400000000000000000000000DBF +:1045C000747061362E322E31620000000602010145 +:1045D00000000000000000000000000000000000DB +:1045E00000000000000000000000000000000000CB +:1045F00000000000000000000000000000000000BB +:1046000000000000000000000000000000000000AA +:10461000000000000000000000000000000000009A +:10462000000000000000000000000000000000008A +:10463000000000000000000000000000000000007A +:104640000000000010000003000000000000000D4A +:104650000000000D3C020800244217203C03080023 +:1046600024632A10AC4000000043202B1480FFFD7F +:10467000244200043C1D080037BD2FFC03A0F0219C +:104680003C100800261004903C1C0800279C1720B2 +:104690000E000262000000000000000D2402FF80F6 +:1046A00027BDFFE000821024AFB00010AF42002011 +:1046B000AFBF0018AFB10014936500043084007FD1 +:1046C000034418213C0200080062182130A5002094 +:1046D000036080213C080111277B000814A0000220 +:1046E0002466005C2466005892020004974301048B +:1046F000920400043047000F3063FFFF3084004015 +:10470000006728231080000900004821920200055C +:1047100030420004104000050000000010A000031B +:104720000000000024A5FFFC2409000492020005FB +:1047300030420004104000120000000010A00010E1 +:10474000000000009602000200A72021010440257D +:104750002442FFFEA7421016920300042402FF80A9 +:1047600000431024304200FF104000033C020400CC +:104770000A000174010240258CC20000AF421018EB +:104780008F4201780440FFFE2402000AA742014044 +:1047900096020002240400093042000700021023A0 +:1047A00030420007A7420142960200022442FFFE67 +:1047B000A7420144A740014697420104A74201488D +:1047C0008F420108304200205040000124040001C3 +:1047D00092020004304200101440000234830010A2 +:1047E00000801821A743014A0000000000000000DB +:1047F0000000000000000000AF48100000000000B2 +:104800000000000000000000000000008F421000C7 +:104810000441FFFE3102FFFF1040000700000000CE +:1048200092020004304200401440000300000000E7 +:104830008F421018ACC20000960200063042FFFF03 +:10484000244200020002104300021040036288214B +:10485000962200001120000D3044FFFF00A7102118 +:104860008F8300388F45101C0002108200021080D8 +:1048700000431021AC45000030A6FFFF0E00058D5F +:1048800000052C0200402021A62200009203000413 +:104890002402FF8000431024304200FF1040001F1C +:1048A0000000000092020005304200021040001B90 +:1048B000000000009742100C2442FFFEA742101691 +:1048C000000000003C02040034420030AF421000FF +:1048D00000000000000000000000000000000000D8 +:1048E0008F4210000441FFFE000000009742100CB0 +:1048F0008F45101C3042FFFF24420030000210821E +:1049000000021080005B1021AC45000030A6FFFFC4 +:104910000E00058D00052C02A62200009604000260 +:10492000248400080E0001E93084FFFF974401044D +:104930000E0001F73084FFFF8FBF00188FB1001405 +:104940008FB000103C02100027BD002003E00008DB +:10495000AF4201783084FFFF308200078F8500244A +:1049600010400002248300073064FFF800A41021E7 +:1049700030421FFF03421821247B4000AF850028EE +:10498000AF82002403E00008AF4200843084FFFFC0 +:104990003082000F8F85002C8F860034104000027B +:1049A0002483000F3064FFF000A410210046182B70 +:1049B000AF8500300046202314600002AF82002C37 +:1049C000AF84002C8F82002C340480000342182115 +:1049D00000641821AF83003803E00008AF42008074 +:1049E0008F820014104000088F8200048F82FFDC49 +:1049F000144000058F8200043C02FFBF3442FFFFD9 +:104A0000008220248F82000430430006240200022A +:104A10001062000F3C0201012C62000350400005AF +:104A2000240200041060000F3C0200010A00023062 +:104A30000000000010620005240200061462000C51 +:104A40003C0201110A000229008210253C020011DB +:104A500000821025AF421000240200010A0002303B +:104A6000AF82000C00821025AF421000AF80000C16 +:104A700000000000000000000000000003E000084B +:104A8000000000008F82000C1040000400000000B5 +:104A90008F4210000441FFFE0000000003E0000808 +:104AA000000000008F8200102443F800000231C291 +:104AB00024C2FFF02C6303011060000300021042C7 +:104AC0000A000257AC8200008F85001800C5102B29 +:104AD0001440000B0000182100C5102324470001DA +:104AE0008F82001C00A210212442FFFF0046102BE1 +:104AF000544000042402FFFF0A000257AC87000064 +:104B00002402FFFF0A000260AC8200008C820000D9 +:104B10000002194000621821000318800062182169 +:104B2000000318803C0208002442175C0062182130 +:104B300003E000080060102127BDFFD8AFBF0020B0 +:104B4000AFB1001CAFB000183C0460088C8250006C +:104B50002403FF7F3C066000004310243442380CDD +:104B6000AC8250008CC24C1C3C1A80000002160221 +:104B70003042000F10400007AF82001C8CC34C1C59 +:104B80003C02001F3442FC0000621824000319C2DA +:104B9000AF8300188F420008275B400034420001B9 +:104BA000AF420008AF8000243C02601CAF40008090 +:104BB000AF4000848C4500088CC308083402800094 +:104BC000034220212402FFF0006218243C020080EE +:104BD0003C010800AC2204203C025709AF84003895 +:104BE00014620004AF850034240200010A0002921E +:104BF000AF820014AF8000148F42000038420001E1 +:104C0000304200011440FFFC8F8200141040001657 +:104C10000000000097420104104000058F8300004F +:104C2000146000072462FFFF0A0002A72C62000A3A +:104C30002C620010504000048F83000024620001A9 +:104C4000AF8200008F8300002C62000A1440000332 +:104C50002C6200070A0002AEAF80FFDC10400002A9 +:104C600024020001AF82FFDC8F4301088F44010062 +:104C700030622000AF83000410400008AF840010B1 +:104C80003C0208008C42042C244200013C01080034 +:104C9000AC22042C0A00058A3C0240003065020068 +:104CA00014A0000324020F001482026024020D00ED +:104CB00097420104104002C83C02400030624000AC +:104CC000144000AD8F8200388C4400088F42017878 +:104CD0000440FFFE24020800AF42017824020008CD +:104CE000A7420140A7400142974201048F8400047B +:104CF0003051FFFF30820001104000070220802168 +:104D00002623FFFE240200023070FFFFA742014667 +:104D10000A0002DBA7430148A74001463C02080005 +:104D20008C42043C1440000D8F8300103082002020 +:104D30001440000224030009240300010060202124 +:104D40008F830010240209005062000134840004A3 +:104D5000A744014A0A0002F60000000024020F00E6 +:104D60001462000530820020144000062403000D68 +:104D70000A0002F524030005144000022403000980 +:104D800024030001A743014A3C0208008C4204208E +:104D90003C0400480E00020C004420250E000235A1 +:104DA000000000008F82000C1040003E0000000058 +:104DB0008F4210003C0300200043102410400039B3 +:104DC0008F820004304200021040003600000000D4 +:104DD000974210141440003300000000974210085E +:104DE0008F8800383042FFFF2442000600021882FC +:104DF0000003388000E83021304300018CC40000FB +:104E000010600004304200030000000D0A00033768 +:104E100000E81021544000103084FFFF3C05FFFFE4 +:104E200000852024008518260003182B0004102B71 +:104E300000431024104000050000000000000000A6 +:104E40000000000D00000000240002228CC20000BF +:104E50000A000336004520253883FFFF0003182B86 +:104E60000004102B00431024104000050000000037 +:104E7000000000000000000D000000002400022BD4 +:104E80008CC200003444FFFF00E81021AC44000055 +:104E90003C0208008C420430244200013C0108001E +:104EA000AC2204308F6200008F840038AF8200088B +:104EB0008C8300003402FFFF1462000F00001021F9 +:104EC0003C0508008CA504543C0408008C84045064 +:104ED00000B0282100B0302B008220210086202144 +:104EE0003C010800AC2504543C010800AC240450EB +:104EF0000A000580240400088C8200003042010072 +:104F00001040000F000010213C0508008CA5044C47 +:104F10003C0408008C84044800B0282100B0302BE9 +:104F200000822021008620213C010800AC25044C91 +:104F30003C010800AC2404480A0005802404000851 +:104F40003C0508008CA504443C0408008C84044003 +:104F500000B0282100B0302B0082202100862021C3 +:104F60003C010800AC2504443C010800AC2404408A +:104F70000A000580240400088F6200088F62000088 +:104F800000021602304300F02402003010620005D7 +:104F900024020040106200E08F8200200A00058891 +:104FA0002442000114A000050000000000000000E1 +:104FB0000000000D00000000240002568F4201781E +:104FC0000440FFFE000000000E00023D27A4001078 +:104FD0001440000500408021000000000000000D8A +:104FE000000000002400025D8E0200001040000559 +:104FF00000000000000000000000000D00000000A4 +:10500000240002608F62000C0443000324020001AC +:105010000A00042EAE000000AE0200008F820038AD +:105020008C480008A20000078F65000C8F64000404 +:1050300030A3FFFF0004240200852023308200FFFC +:105040000043102124420005000230832CC200815D +:10505000A605000A14400005A20400040000000098 +:105060000000000D00000000240002788F85003849 +:105070000E0005AB260400148F6200048F43010864 +:10508000A60200083C02100000621824106000080C +:105090000000000097420104920300072442FFEC45 +:1050A000346300023045FFFF0A0003C3A203000778 +:1050B000974201042442FFF03045FFFF96060008A6 +:1050C0002CC200135440000592030007920200070F +:1050D00034420001A20200079203000724020001EB +:1050E00010620005240200031062000B8F8200385A +:1050F0000A0003E030C6FFFF8F8200383C04FFFF48 +:105100008C43000C0064182400651825AC43000C87 +:105110000A0003E030C6FFFF3C04FFFF8C43001091 +:105120000064182400651825AC43001030C6FFFF4A +:1051300024C2000200021083A20200058F830038FF +:10514000304200FF00021080004328218CA800009C +:105150008CA2000024030004000217021443001272 +:1051600000000000974201043C03FFFF01031824E4 +:105170003042FFFF004610232442FFFE006240251C +:10518000ACA8000092030005306200FF000210800E +:1051900000501021904200143042000F00431021B3 +:1051A0000A000415A20200068CA400049742010420 +:1051B0009603000A3088FFFF3042FFFF00461023AD +:1051C0002442FFD60002140001024025ACA80004CE +:1051D000920200079204000524630028000318834C +:1051E0000064182134420004A2030006A202000752 +:1051F0008F8200042403FFFB34420002004310248A +:10520000AF820004920300068F87003800031880E5 +:10521000007010218C4400203C02FFF63442FFFF56 +:105220000082402400671821AE04000CAC68000C1A +:10523000920500063C03FF7F8E02000C00052880CB +:1052400000B020213463FFFF01033024948800263E +:1052500000A7282100431024AE02000CAC860020D9 +:10526000AC880024ACA8001024020010A742014022 +:1052700024020002A7400142A7400144A742014680 +:10528000974201043C0400082442FFFEA742014863 +:10529000240200010E00020CA742014A9603000AF4 +:1052A0009202000400431021244200023042000711 +:1052B00000021023304200070E000235AE0200103B +:1052C0008F6200003C0308008C6304442404001037 +:1052D000AF820008974201043042FFFF2442FFFEE4 +:1052E00000403821000237C33C0208008C420440D1 +:1052F000006718210067282B004610210045102167 +:105300003C010800AC2304443C010800AC220440EA +:105310000A0005150000000014A0000500000000B0 +:10532000000000000000000D000000002400030A3F +:105330008F4201780440FFFE000000000E00023D95 +:1053400027A4001414400005004080210000000044 +:105350000000000D00000000240003118E02000078 +:105360005440000692020007000000000000000DFB +:10537000000000002400031C9202000730420004D9 +:10538000104000058F8200042403FFFB344200021A +:1053900000431024AF8200048F620004044300081D +:1053A00092020007920200068E03000CAE0000007D +:1053B0000002108000501021AC4300209202000730 +:1053C00030420004544000099602000A920200058F +:1053D0003C03000100021080005010218C46001890 +:1053E00000C33021AC4600189602000A9206000461 +:1053F000277100080220202100C2302124C60005A8 +:10540000260500140E0005AB00063082920400064B +:105410008F6500043C027FFF000420800091202162 +:105420008C8300043442FFFF00A228240065182169 +:10543000AC8300049202000792040005920300046A +:10544000304200041040001496070008308400FF2A +:1054500000042080009120218C86000497420104E2 +:105460009605000A306300FF3042FFFF0043102121 +:105470000045102130E3FFFF004310232442FFD8F2 +:1054800030C6FFFF0002140000C23025AC860004C5 +:105490000A0004C992030007308500FF0005288038 +:1054A00000B128218CA4000097420104306300FF62 +:1054B0003042FFFF00431021004710233C03FFFF51 +:1054C000008320243042FFFF00822025ACA400008E +:1054D0009203000724020001106200060000000091 +:1054E0002402000310620011000000000A0004EC16 +:1054F0008E03001097420104920300049605000AEF +:105500008E24000C00431021004510212442FFF29C +:105510003C03FFFF008320243042FFFF0082202550 +:10552000AE24000C0A0004EC8E0300109742010424 +:10553000920300049605000A8E24001000431021F7 +:10554000004510212442FFEE3C03FFFF008320248E +:105550003042FFFF00822025AE2400108E03001091 +:105560002402000AA7420140A74301429603000A11 +:10557000920200043C04004000431021A742014471 +:10558000A740014697420104A742014824020001B6 +:105590000E00020CA742014A0E0002350000000076 +:1055A0008F6200009203000400002021AF820008F7 +:1055B000974201049606000A3042FFFF006218215C +:1055C000006028213C0308008C6304443C0208006E +:1055D0008C42044000651821004410210065382BDE +:1055E000004710213C010800AC2304443C010800A2 +:1055F000AC22044092040004008620212484000A86 +:105600003084FFFF0E0001E9000000009744010410 +:105610003084FFFF0E0001F7000000003C02100084 +:10562000AF4201780A0005878F820020148200278C +:105630003062000697420104104000673C024000BF +:105640003062400010400005000000000000000033 +:105650000000000D00000000240004208F420178AB +:105660000440FFFE24020800AF4201782402000833 +:10567000A7420140A74001428F82000497430104E2 +:1056800030420001104000073070FFFF2603FFFE8C +:1056900024020002A7420146A74301480A00053F31 +:1056A0002402000DA74001462402000DA742014A32 +:1056B0008F62000024040008AF8200080E0001E998 +:1056C000000000000A0005190200202110400042DD +:1056D0003C02400093620000304300F024020010BE +:1056E0001062000524020070106200358F820020D5 +:1056F0000A000588244200018F62000097430104DC +:105700003050FFFF3071FFFF8F4201780440FFFEF1 +:105710003202000700021023304200072403000A6F +:105720002604FFFEA7430140A7420142A7440144CB +:10573000A7400146A75101488F420108304200208E +:10574000144000022403000924030001A743014A76 +:105750000E00020C3C0400400E0002350000000068 +:105760003C0708008CE70444021110212442FFFE8C +:105770003C0608008CC604400040182100E3382194 +:10578000000010218F65000000E3402B00C2302193 +:105790002604000800C830213084FFFFAF850008D0 +:1057A0003C010800AC2704443C010800AC2604403E +:1057B0000E0001E9000000000A0005190220202166 +:1057C0000E00013B000000008F82002024420001F7 +:1057D000AF8200203C024000AF4201380A00029232 +:1057E000000000003084FFFF30C6FFFF00052C00E2 +:1057F00000A628253882FFFF004510210045282BF0 +:105800000045102100021C023042FFFF004310211E +:1058100000021C023042FFFF004310213842FFFF0C +:1058200003E000083042FFFF3084FFFF30A5FFFF98 +:1058300000001821108000070000000030820001E5 +:105840001040000200042042006518210A0005A152 +:105850000005284003E000080060102110C0000689 +:1058600024C6FFFF8CA2000024A50004AC82000027 +:105870000A0005AB2484000403E0000800000000D7 +:1058800010A0000824A3FFFFAC8600000000000069 +:10589000000000002402FFFF2463FFFF1462FFFAF0 +:1058A0002484000403E00008000000000000000160 +:1058B0000A00002A00000000000000000000000DA7 +:1058C000747870362E322E3162000000060201001C +:1058D00000000000000001360000EA600000000047 +:1058E00000000000000000000000000000000000B8 +:1058F00000000000000000000000000000000000A8 +:105900000000000000000000000000000000000097 +:105910000000001600000000000000000000000071 +:105920000000000000000000000000000000000077 +:105930000000000000000000000000000000000067 +:1059400000000000000000000000138800000000BC +:10595000000005DC00000000000000001000000353 +:10596000000000000000000D0000000D3C020800D7 +:1059700024423D683C0308002463401CAC40000006 +:105980000043202B1480FFFD244200043C1D08002E +:1059900037BD7FFC03A0F0213C100800261000A8B2 +:1059A0003C1C0800279C3D680E00044E00000000CF +:1059B0000000000D27BDFFB4AFA10000AFA200049E +:1059C000AFA30008AFA4000CAFA50010AFA6001451 +:1059D000AFA70018AFA8001CAFA90020AFAA0024F1 +:1059E000AFAB0028AFAC002CAFAD0030AFAE003491 +:1059F000AFAF0038AFB8003CAFB90040AFBC004417 +:105A0000AFBF00480E000591000000008FBF0048A6 +:105A10008FBC00448FB900408FB8003C8FAF003876 +:105A20008FAE00348FAD00308FAC002C8FAB0028D0 +:105A30008FAA00248FA900208FA8001C8FA7001810 +:105A40008FA600148FA500108FA4000C8FA3000850 +:105A50008FA200048FA1000027BD004C3C1B6004F6 +:105A60008F7A5030377B502803400008AF7A00000F +:105A70008F86003C3C0390003C0280000086282575 +:105A800000A32025AC4400203C0380008C6700204C +:105A900004E0FFFE0000000003E00008000000003A +:105AA0000A000070240400018F85003C3C04800043 +:105AB0003483000100A3102503E00008AC8200201D +:105AC00003E00008000010213084FFFF30A5FFFF35 +:105AD00010800007000018213082000110400002F1 +:105AE00000042042006518211480FFFB00052840B7 +:105AF00003E000080060102110C000070000000053 +:105B00008CA2000024C6FFFF24A50004AC82000084 +:105B100014C0FFFB2484000403E000080000000020 +:105B200010A0000824A3FFFFAC86000000000000C6 +:105B3000000000002402FFFF2463FFFF1462FFFA4D +:105B40002484000403E000080000000090AA003153 +:105B50008FAB00108CAC00403C0300FF8D6800044C +:105B6000AD6C00208CAD004400E060213462FFFF8A +:105B7000AD6D00248CA700483C09FF000109C0243A +:105B8000AD6700288CAE004C0182C824031978252B +:105B9000AD6F0004AD6E002C8CAD0038314A00FFB3 +:105BA000AD6D001C94A900323128FFFFAD680010D4 +:105BB00090A70030A5600002A1600004A16700006A +:105BC00090A30032306200FF0002198210600005CD +:105BD000240500011065000E0000000003E000082D +:105BE000A16A00018CD80028354A0080AD780018E1 +:105BF0008CCF0014AD6F00148CCE0030AD6E000859 +:105C00008CC4002CA16A000103E00008AD64000C04 +:105C10008CCD001CAD6D00188CC90014AD6900144A +:105C20008CC80024AD6800088CC70020AD67000C4C +:105C30008CC200148C8300700043C82B1320000713 +:105C4000000000008CC20014144CFFE400000000AF +:105C5000354A008003E00008A16A00018C820070D0 +:105C60000A0000E6000000009089003027BDFFF820 +:105C70008FA8001CA3A900008FA300003C0DFF808B +:105C800035A2FFFF8CAC002C00625824AFAB0000A3 +:105C9000A100000400C05821A7A000028D06000446 +:105CA00000A048210167C8218FA500000080502175 +:105CB0003C18FF7F032C20263C0E00FF2C8C00019B +:105CC000370FFFFF35CDFFFF3C02FF0000AFC824B8 +:105CD00000EDC02400C27824000C1DC003236825F9 +:105CE00001F87025AD0D0000AD0E00048D240024D8 +:105CF000AFAD0000AD0400088D2C00202404FFFF90 +:105D0000AD0C000C9547003230E6FFFFAD060010E9 +:105D10009145004830A200FF000219C25060000106 +:105D20008D240034AD0400148D4700388FAA00186C +:105D300027BD0008AD0B0028AD0A0024AD07001CEC +:105D4000AD00002CAD00001803E00008AD000020FD +:105D500027BDFFE0AFB20018AFB10014AFB0001024 +:105D6000AFBF001C9098003000C088213C0D00FFA0 +:105D7000330F007FA0CF0000908E003135ACFFFFC5 +:105D80003C0AFF00A0CE000194A6001EA220000441 +:105D90008CAB00148E29000400A08021016C282403 +:105DA000012A40240080902101052025A62600021A +:105DB000AE24000426050020262400080E000092D0 +:105DC00024060002924700302605002826240014ED +:105DD00000071E000003160324060004044000030D +:105DE0002403FFFF965900323323FFFF0E00009279 +:105DF000AE230010262400248FBF001C8FB2001891 +:105E00008FB100148FB00010240500030000302172 +:105E10000A00009C27BD002027BDFFD8AFB1001CA1 +:105E2000AFB00018AFBF002090A9003024020001DD +:105E300000E050213123003F00A040218FB00040FE +:105E40000080882100C04821106200148FA700380C +:105E5000240B000500A0202100C02821106B001396 +:105E6000020030210E000128000000009225007C75 +:105E700030A400021080000326030030AE00003082 +:105E8000260300348FBF00208FB1001C8FB0001894 +:105E90000060102103E0000827BD00280E0000A7C5 +:105EA000AFB000100A00016F000000008FA3003C9B +:105EB000010020210120282101403021AFA3001042 +:105EC0000E0000EEAFB000140A00016F00000000E9 +:105ED0003C06800034C20E008C4400108F850044C4 +:105EE000ACA400208C43001803E00008ACA30024FD +:105EF0003C06800034C20E008C4400148F850044A0 +:105F0000ACA400208C43001C03E00008ACA30024D8 +:105F10009382000C1040001B2483000F2404FFF028 +:105F20000064382410E00019978B00109784000E4D +:105F30009389000D3C0A601C0A0001AC01644023F7 +:105F400001037021006428231126000231C2FFFFE3 +:105F500030A2FFFF0047302B50C0000E00E4482164 +:105F60008D4D000C31A3FFFF00036400000C2C03D7 +:105F700004A1FFF30000302130637FFF0A0001A479 +:105F80002406000103E00008000000009784000ED2 +:105F900000E448213123FFFF3168FFFF0068382B00 +:105FA00054E0FFF8A783000E938A000D114000050E +:105FB000240F0001006BC023A380000D03E0000844 +:105FC000A798000E006BC023A38F000D03E000080C +:105FD000A798000E03E000080000000027BDFFE8BE +:105FE000AFB000103C10800036030140308BFFFF43 +:105FF00093AA002BAFBF0014A46B000436040E005C +:106000009488001630C600FF8FA90030A4680006EF +:10601000AC650008A0660012A46A001AAC670020F4 +:106020008FA5002CA4690018012020210E000198E2 +:10603000AC6500143C021000AE0201788FBF001462 +:106040008FB0001003E0000827BD00188F85000006 +:106050002484000727BDFFF83084FFF83C06800049 +:1060600094CB008A316AFFFFAFAA00008FA900001D +:10607000012540232507FFFF30E31FFF0064102B9D +:106080001440FFF700056882000D288034CC4000E2 +:1060900000AC102103E0000827BD00088F8200003B +:1060A0002486000730C5FFF800A2182130641FFFC6 +:1060B00003E00008AF8400008F87003C8F84004419 +:1060C00027BDFFB0AFB70044AFB40038AFB1002C6C +:1060D000AFBF0048AFB60040AFB5003CAFB300342F +:1060E000AFB20030AFB000283C0B80008C8600249B +:1060F000AD6700808C8A002035670E00356901008D +:10610000ACEA00108C8800248D2500040000B82122 +:10611000ACE800188CE3001000A688230000A02142 +:10612000ACE300148CE20018ACE2001C122000FE6C +:1061300000E0B021936C0008118000F40000000022 +:10614000976F001031EEFFFF022E682B15A000EFB5 +:1061500000000000977200103250FFFFAED0000028 +:106160003C0380008C740000329300081260FFFD35 +:106170000000000096D800088EC700043305FFFF1A +:1061800030B5000112A000E4000000000000000D86 +:1061900030BFA0402419004013F9011B30B4A00007 +:1061A000128000DF000000009373000812600008F6 +:1061B00000000000976D001031ACFFFF00EC202BB9 +:1061C0001080000330AE004011C000D50000000078 +:1061D000A7850040AF87003893630008022028217C +:1061E000AFB10020146000F527B40020AF60000CB0 +:1061F000978F004031F14000162000022403001662 +:106200002403000E24054007A363000AAF650014B1 +:10621000938A00428F70001431550001001512401E +:1062200002024825AF690014979F00408F78001440 +:1062300033F9001003194025AF680014979200400D +:106240003247000810E0016E000000008F67001464 +:106250003C1210003C11800000F27825AF6F001452 +:1062600036230E00946E000A3C0D81002406000EB9 +:1062700031CCFFFF018D2025AF640004A36600022E +:106280009373000A3406FFFC266B0004A36B000A1C +:1062900097980040330820001100015F00000000C3 +:1062A0003C05800034A90E00979900409538000CF9 +:1062B00097870040001940423312C00031030003A9 +:1062C00000127B0330F11000006F6825001172038B +:1062D00001AE6025000C20C0A76400129793004017 +:1062E000936A000A001359823175003C02AA1021FA +:1062F0002450003CA3700009953F000C33F93FFF88 +:10630000A779001097700012936900090130F821F5 +:1063100027E5000230B900070019C0233308000741 +:10632000A368000B9371000997720012976F001019 +:10633000322700FF8F910038978D004000F218211E +:10634000006F702101C6602131A6004010C0000519 +:106350003185FFFF00B1102B3C1280001040001768 +:10636000000098210225A82B56A0013E8FA50020F1 +:106370003C048000348A0E008D5300143C068000DB +:10638000AD5300108D4B001CAD4B0018AD45000007 +:106390008CCD000031AC00081180FFFD34CE0E0022 +:1063A00095C3000800A0882100009021A783004029 +:1063B0008DC6000424130001AF860038976F0010CB +:1063C00031F5FFFF8E9F000003F1282310A0011F6D +:1063D000AE85000093620008144000DD000000005C +:1063E0000E0001E7240400108F900048004028218F +:1063F0003C023200320600FF000654000142F8253C +:1064000026090001AF890048ACBF0000937900095C +:1064100097780012936F000A332800FF3303FFFFC1 +:106420000103382100076C0031EE00FF01AE60254A +:10643000ACAC00048F840048978B0040316A200088 +:106440001140010AACA4000897640012308BFFFFD2 +:1064500006400108ACAB000C978E004031C5000827 +:1064600014A0000226280006262800023C1F8000F7 +:1064700037E70E0094F900148CE5001C8F670004C8 +:10648000937800023324FFFF330300FFAFA3001013 +:106490008F6F0014AFA800180E0001CBAFAF00142F +:1064A000240400100E0001FB000000008E9200008A +:1064B00016400005000000008F7800142403FFBF81 +:1064C0000303A024AF7400148F67000C00F5C821EB +:1064D000AF79000C9375000816A0000800000000BA +:1064E00012600006000000008F6800143C0AEFFFF5 +:1064F0003549FFFE0109F824AF7F0014A37300089B +:106500008FA500200A00034F02202021AED10000F9 +:106510000A00022D3C03800014E0FF1E30BFA040A3 +:106520000E0001900000A0212E9100010237B0253D +:1065300012C000188FBF00488F87003C24170F003F +:1065400010F700D43C0680008CD901780720FFFEAC +:10655000241F0F0010FF00F634CA0E008D560014E1 +:1065600034C7014024080240ACF600048D49001CE9 +:106570003C141000ACE90008A0E00012A4E0001AEE +:10658000ACE00020A4E00018ACE80014ACD4017822 +:106590008FBF00488FB700448FB600408FB5003CD6 +:1065A0008FB400388FB300348FB200308FB1002C1D +:1065B0008FB0002803E0000827BD00508F910038FD +:1065C000978800403C1280000220A821310700403B +:1065D00014E0FF7C00009821977900108F9200381A +:1065E0003338FFFF131200A8000020210080A021F3 +:1065F000108000F300A088211620FECE00000000CD +:106600000A00031F2E9100013C0380008C62017878 +:106610000440FFFE240808008F860000AC68017863 +:106620003C038000946D008A31ACFFFF0186582343 +:10663000256AFFFF31441FFF2C8900081520FFF950 +:10664000000000008F8F0048347040008F83003CB2 +:1066500000E0A021240E0F0025E70001AF870048CD +:1066600000D03021023488233C08800031F500FF3F +:10667000106E0005240700019398004233130001B7 +:106680000013924036470001001524003C0A010027 +:10669000008A4825ACC900008F82004830BF003610 +:1066A00030B90008ACC200041320009900FF9825FF +:1066B00035120E009650000A8F8700003C0F8100B3 +:1066C0003203FFFF24ED000835060140006F60250E +:1066D0003C0E100031AB1FFF269200062405000E71 +:1066E000ACCC0020026E9825A4C5001AAF8B000028 +:1066F000A4D20018162000083C1080008F89003CAE +:1067000024020F00512200022417000136730040BA +:106710000E0001883C10800036060E008CCB001461 +:10672000360A014002402021AD4B00048CC5001CFC +:10673000AD450008A1550012AD5300140E0001989C +:106740003C151000AE1501780A000352000000004D +:10675000936F0009976E0012936D000B31E500FFF7 +:1067600000AE202131AC00FF008C80212602000AFF +:106770003050FFFF0E0001E7020020218F86004805 +:106780003C0341003C05800024CB0001AF8B004856 +:10679000936A00099769001230C600FF315F00FF5D +:1067A0003128FFFF03E8382124F900020006C40065 +:1067B0000319782501E37025AC4E00008F6D000CA5 +:1067C00034A40E00948B001401B26025AC4C00047C +:1067D0008C85001C8F670004936A00023164FFFF00 +:1067E000314900FFAFA900108F680014AFB1001845 +:1067F0000E0001CBAFA800140A0002FD0200202108 +:10680000AF600004A36000029798004033082000A6 +:106810001500FEA300003021A760001297840040FD +:10682000936B000A3C10800030931F0000135183CB +:10683000014BA82126A20028A362000936090E00F8 +:10684000953F000C0A000295A77F00108F7000147E +:10685000360900400E000188AF6900140A0002C921 +:10686000000000000A00034F000020210641FEFA4C +:10687000ACA0000C8CAC000C3C0D8000018D902570 +:106880000A0002EAACB2000C000090210A0002C526 +:1068900024130001128000073C028000344B0E00DC +:1068A0009566000830D300401260004900000000E7 +:1068B0003C0680008CD001780600FFFE34C50E0037 +:1068C00094B500103C03050034CC014032B8FFFF02 +:1068D00003039025AD92000C8CAF0014240D200012 +:1068E0003C041000AD8F00048CAE001CAD8E00087F +:1068F000A1800012A580001AAD800020A58000189C +:10690000AD8D0014ACC401780A0003263C0680005B +:106910008F9F0000351801402692000227F90008D9 +:1069200033281FFFA71200180A000391AF88000048 +:106930003C02800034450140ACA0000C1280001BDA +:1069400034530E0034510E008E370010ACB70004E3 +:106950008E2400183C0B8000ACA400083570014068 +:1069600024040040A20000128FBF0048A600001AB5 +:106970008FB70044AE0000208FB60040A60000187C +:106980008FB5003CAE0400148FB400388FB30034D0 +:106990008FB200308FB1002C8FB000283C02100065 +:1069A00027BD005003E00008AD6201788E66001438 +:1069B000ACA600048E64001C0A00042A3C0B800074 +:1069C0000E0001902E9100010A0003200237B0252D +:1069D000000000000000000D00000000240003691A +:1069E0000A0004013C06800027BDFFD8AFBF00208D +:1069F0003C0980003C1F20FFAFB200183C0760003C +:106A000035320E002402001037F9FFFDACE23008E9 +:106A1000AFB3001CAFB10014AFB00010AE5900000E +:106A20000000000000000000000000000000000066 +:106A3000000000003C1800FF3713FFFDAE530000BC +:106A40003C0B60048D7050002411FF7F3C0E00024F +:106A50000211782435EC380C35CD0109ACED4C1819 +:106A6000240A0009AD6C50008CE80438AD2A0008F7 +:106A7000AD2000148CE54C1C3106FFFF38C42F718B +:106A800000051E023062000F2486C0B310400007CC +:106A9000AF8200088CE54C1C3C09001F3528FC0027 +:106AA00000A81824000321C2AF8400048CF1080858 +:106AB0003C0F57092412F0000232702435F0001008 +:106AC00001D0602601CF68262DAA00012D8B000180 +:106AD000014B382550E00009A380000C3C1F601CCE +:106AE0008FF8000824190001A399000C33137C00CF +:106AF000A7930010A780000EA380000DAF80004870 +:106B000014C00003AF8000003C066000ACC0442C01 +:106B10000E0005B93C1080000E000F1A361101005E +:106B20003C12080026523DD03C13080026733E500C +:106B30008E03000038640001308200011440FFFC25 +:106B40003C0B800A8E2600002407FF8024C90240E7 +:106B5000312A007F014B402101272824AE06002066 +:106B6000AF880044AE0500243C048000AF86003CA2 +:106B70008C8C01780580FFFE24180800922F0008F5 +:106B8000AC980178A38F0042938E004231CD000172 +:106B900011A0000F24050D0024DFF8002FF90301D8 +:106BA0001320001C000629C224A4FFF00004104298 +:106BB000000231400E00020200D2D8213C02400007 +:106BC0003C068000ACC201380A0004A000000000AE +:106BD00010C50023240D0F0010CD00273C1F800896 +:106BE00037F9008093380000240E0050330F00FF67 +:106BF00015EEFFF33C0240000E000A3600000000D4 +:106C00003C0240003C068000ACC201380A0004A0EF +:106C1000000000008F83000400A3402B1500000B30 +:106C20008F8B0008006B50212547FFFF00E5482BA4 +:106C30001520000600A36023000C19400E0002027C +:106C40000073D8210A0004C43C0240000000000D7B +:106C50000E000202000000000A0004C43C024000D2 +:106C60003C1B0800277B3F500E0002020000000082 +:106C70000A0004C43C0240003C1B0800277B3F7014 +:106C80000E000202000000000A0004C43C024000A2 +:106C90003C0660043C09080025290104ACC9502CBD +:106CA0008CC850003C0580003C0200023507008083 +:106CB000ACC750003C040800248415A43C03080021 +:106CC0002463155CACA50008ACA2000C3C010800D4 +:106CD000AC243D603C010800AC233D6403E00008A7 +:106CE0002402000100A030213C1C0800279C3D68C4 +:106CF0003C0C04003C0B0002008B3826008C402624 +:106D00002CE200010007502B2D050001000A4880ED +:106D10003C03080024633D60004520250123182121 +:106D20001080000300001021AC6600002402000166 +:106D300003E00008000000003C1C0800279C3D68A0 +:106D40003C0B04003C0A0002008A3026008B3826E7 +:106D50002CC200010006482B2CE5000100094080F0 +:106D60003C03080024633D600045202501031821F1 +:106D700010800005000010213C0C0800258C155CDB +:106D8000AC6C00002402000103E0000800000000D9 +:106D90003C0900023C08040000883026008938269F +:106DA0002CC30001008028212CE400010083102561 +:106DB0001040000B000030213C1C0800279C3D685F +:106DC0003C0A80008D4E00082406000101CA682597 +:106DD000AD4D00088D4C000C01855825AD4B000CC5 +:106DE00003E0000800C010213C1C0800279C3D68FF +:106DF0003C0580008CA6000C000420272402000122 +:106E000000C4182403E00008ACA3000C3C020002FC +:106E10001082000B3C0560003C0704001087000353 +:106E20000000000003E00008000000008CA908D06A +:106E3000240AFFFD012A402403E00008ACA808D082 +:106E40008CA408D02406FFFE0086182403E0000866 +:106E5000ACA308D03C05601A34A600108CC3008097 +:106E600027BDFFF88CC50084AFA3000093A40000E9 +:106E70002402000110820003AFA5000403E0000813 +:106E800027BD000893A7000114E0001497AC00028E +:106E900097B800023C0F8000330EFFFC01CF682141 +:106EA000ADA50000A3A000003C0660008CC708D080 +:106EB0002408FFFE3C04601A00E82824ACC508D072 +:106EC0008FA300048FA200003499001027BD000892 +:106ED000AF22008003E00008AF2300843C0B800059 +:106EE000318AFFFC014B48218D2800000A00057DF6 +:106EF000AFA8000427BDFFE8AFBF00103C1C08008E +:106F0000279C3D683C0580008CA4000C8CA20004EA +:106F10003C0300020044282410A0000A00A3182407 +:106F20003C0604003C0400021460000900A6102482 +:106F30001440000F3C0404000000000D3C1C08003D +:106F4000279C3D688FBF001003E0000827BD001894 +:106F50003C0208008C423D600040F809000000003F +:106F60003C1C0800279C3D680A0005A68FBF001046 +:106F70003C0208008C423D640040F809000000001B +:106F80000A0005AC00000000000411C003E0000886 +:106F9000244202403C04080024843FB42405001A23 +:106FA0000A00009C0000302127BDFFE0AFB00010B8 +:106FB0003C108000AFBF0018AFB1001436110100C3 +:106FC000922200090E0005B63044007F8E3F00007B +:106FD0008F89003C3C0F008003E26021258800403F +:106FE0000049F821240DFF80310E00783198007897 +:106FF00035F9000135F100020319382501D1482582 +:10700000010D302403ED5824018D2824240A00406A +:1070100024040080240300C0AE0B0024AE0008103E +:10702000AE0A0814AE040818AE03081CAE05080426 +:10703000AE070820AE060808AE0908243609090084 +:107040009539000C3605098033ED007F3338FFFF9A +:10705000001889C0AE110800AE0F0828952C000C4E +:107060008FBF00188FB10014318BFFFF000B51C090 +:10707000AE0A002C8CA400508FB000108CA3003CF2 +:107080008D2700048CA8001C8CA600383C0E800ABA +:1070900001AE102127BD0020AF820044AF84005014 +:1070A000AF830054AF87004CAF88005C03E000085A +:1070B000AF8600603C09080091293FD924A800024E +:1070C0003C05110000093C0000E8302500C51825EA +:1070D00024820008AC83000003E00008AC800004B8 +:1070E0003C098000352309009128010B906A0011AA +:1070F0002402002800804821314700FF00A07021B1 +:1071000000C068213108004010E20002340C86DD26 +:10711000240C08003C0A800035420A9A944700007B +:10712000354B0A9C35460AA030F9FFFFAD39000007 +:107130008D780000354B0A8024040001AD3800042E +:107140008CCF0000AD2F00089165001930A300031B +:107150001064009028640002148000AF240500022F +:107160001065009E240F0003106F00B435450AA47B +:10717000240A0800118A0048000000005100003D68 +:107180003C0B80003C0480003483090090670012AF +:1071900030E200FF004D7821000FC8802724000155 +:1071A0003C0A8000354F090091E50019354C0980F3 +:1071B0008D87002830A300FF0003150000475825E5 +:1071C0000004C4003C19600001793025370806FF2F +:1071D000AD260000AD2800048DEA002C25280028EB +:1071E000AD2A00088DEC0030AD2C000C8DE500348C +:1071F000AD2500108DE400383C05800034AC093C1E +:10720000AD2400148DE3001CAD2300188DE7002091 +:10721000AD27001C8DE20024AD2200208DF900284E +:1072200034A20100AD3900248D830000AD0E0004AE +:1072300034B90900AD0300008C47000C250200148E +:10724000AD070008932B00123C04080090843FD83F +:10725000AD000010317800FF030D302100064F0013 +:1072600000047C00012F702535CDFFFC03E00008F1 +:10727000AD0D000C35780900930600123C0508009E +:1072800094A53FC830C800FF010D5021000A60805E +:107290000A00063C018520211500005B000000006B +:1072A0003C08080095083FCE3C06080094C63FC83D +:1072B000010610213C0B800035790900933800113C +:1072C000932A001935660A80330800FF94CF002AFC +:1072D00000086082314500FF978A0058000C1E00AC +:1072E000000524003047FFFF006410250047C0253B +:1072F00001EA30213C0B4000030B402500066400EE +:10730000AD280000AD2C0004932500183C030006B6 +:107310002528001400053E0000E31025AD220008DA +:107320008F24002C3C05800034AC093CAD24000CBB +:107330008F38001C34A20100254F0001AD38001029 +:107340008D830000AD0E000431EB7FFFAD03000024 +:107350008C47000C34B90900A78B0058AD07000812 +:10736000932B00123C04080090843FD8250200149F +:10737000317800FF030D302100064F0000047C002F +:10738000012F702535CDFFFCAD00001003E0000893 +:10739000AD0D000C3C02080094423FD23C050800B1 +:1073A00094A53FC835440AA43C07080094E73FC4AD +:1073B000948B00000045C8210327C023000B1C004C +:1073C0002706FFF200665025AD2A000CAD20001004 +:1073D000AD2C00140A00063025290018354F0AA4E8 +:1073E00095E50000956400280005140000043C00A9 +:1073F0003459810000EC5825AD39000CAD2B00103C +:107400000A000630252900143C0C0800958C3FCE5C +:107410000A000681258200015460FF56240A0800F4 +:1074200035580AA49706000000061C00006C502581 +:10743000AD2A000C0A000630252900103C03080084 +:1074400094633FD23C07080094E73FC83C0F080014 +:1074500095EF3FC494A4000095790028006710219F +:10746000004F582300041C00001934002578FFEE5B +:1074700000D87825346A8100AD2A000CAD2F0010A9 +:10748000AD200014AD2C00180A0006302529001C80 +:1074900003E00008240207D027BDFFE0AFB20018C8 +:1074A000AFB10014AFB00010AFBF001C0E00007CE5 +:1074B000008088218F8800548F87004C3C0580080D +:1074C00034B20080011128213C1080002402008089 +:1074D000240300C000A72023AE0208183C06800841 +:1074E000AE03081C18800004AF850054ACC500042E +:1074F0008CC90004AF89004C1220000936040980B1 +:107500000E0006F800000000924C00278E0B00745D +:1075100001825004014B3021AE46000C3604098034 +:107520008C8E001C8F8F005C01CF682319A0000493 +:107530008FBF001C8C90001CAF90005C8FBF001CA4 +:107540008FB200188FB100148FB000100A00007EB7 +:1075500027BD00208F8600508F8300548F82004CFF +:107560003C05800834A40080AC860050AC83003C0D +:1075700003E00008ACA200043C0308008C63005444 +:1075800027BDFFF8308400FF2462000130A500FF12 +:107590003C010800AC22005430C600FF3C078000CC +:1075A0008CE801780500FFFE3C0C7FFFA3A40003DC +:1075B0008FAA0000358BFFFF014B4824000627C02F +:1075C00001244025AFA8000034E201009043000AE6 +:1075D000A3A000023C1980FFA3A300018FAF00000D +:1075E00030AE007F3738FFFF01F86024000E6E00D8 +:1075F0003C0A002034E50140018D58253549200022 +:107600002406FF803C04100027BD0008ACAB000C32 +:10761000ACA90014A4A00018A0A6001203E0000862 +:10762000ACE40178308800FF30A700FF3C03800005 +:107630008C6201780440FFFE3C0C8000358A0A0011 +:107640008D4B00203584014035850980AC8B0004CA +:107650008D4900240007302B00061540AC89000836 +:10766000A088001090A3004CA083002D03E0000828 +:10767000A480001827BDFFE8308400FFAFBF0010D2 +:107680000E00075D30A500FF8F8300548FBF0010F0 +:107690003C06800034C50140344700402404FF907C +:1076A0003C02100027BD0018ACA3000CA0A40012DF +:1076B000ACA7001403E00008ACC2017827BDFFE0CE +:1076C0003C088008AFBF001CAFB20018AFB1001477 +:1076D000AFB00010351000808E0600183C07800007 +:1076E000309200FF00C72025AE0400180E00007C79 +:1076F00030B100FF92030005346200080E00007EE6 +:10770000A2020005024020210E000771022028215C +:10771000024020218FBF001C8FB200188FB10014CF +:107720008FB0001024050005240600010A0007326E +:1077300027BD00203C05800034A309809066000826 +:1077400030C200081040000F3C0A01013549080A08 +:10775000AC8900008CA80074AC8800043C070800C9 +:1077600090E73FD830E5001050A00008AC8000083A +:107770003C0D800835AC00808D8B0058AC8B000828 +:107780002484000C03E00008008010210A0007B5E3 +:107790002484000C27BDFFE83C098000AFB0001036 +:1077A000AFBF00143526098090C8000924020006E6 +:1077B00000A05821310300FF3527090000808021F7 +:1077C000240500041062007B2408000294CF005CB2 +:1077D0003C0E020431EDFFFF01AE6025AE0C00004F +:1077E00090CA00083144002010800008000000000A +:1077F00090C2004E3C1F010337F90300305800FFD0 +:107800000319302524050008AE06000490F9001184 +:1078100090E6001290E40011333800FF00187082E7 +:1078200030CF00FF01CF5021014B6821308900FF8C +:1078300031AAFFFF39230028000A60801460002C61 +:10784000020C482390E400123C198000372F0100FD +:10785000308C00FF018B1821000310800045F821B7 +:10786000001F8400360706FFAD270004373F0900DC +:1078700093EC001193EE0012372609800005C082B8 +:107880008DE4000C8CC5003431CD00FF01AB10211C +:107890000058182100A4F8230008840000033F00CA +:1078A00000F0302533F9FFFF318F00FC00D970253F +:1078B0000158202101E9682100045080ADAE000C80 +:1078C0000E00007C012A80213C088008240B000463 +:1078D000350500800E00007EA0AB000902001021DB +:1078E0008FBF00148FB0001003E0000827BD001800 +:1078F00090EC001190E300193C18080097183FCE57 +:10790000318200FF0002F882307000FF001FCE00BD +:1079100000103C000327302500D870253C0F4000A4 +:1079200001CF68253C198000AD2D0000373F0900CC +:1079300093EC001193EE0012372F010037260980D7 +:107940000005C0828DE4000C8CC5003431CD00FFF1 +:1079500001AB10210058182100A4F823000884006E +:1079600000033F0000F0302533F9FFFF318F00FCAA +:1079700000D970250158202101E9682100045080B8 +:10798000ADAE000C0E00007C012A80213C0880086E +:10799000240B0004350500800E00007EA0AB00091A +:1079A000020010218FBF00148FB0001003E0000808 +:1079B00027BD00180A0007C72408001227BDFFD002 +:1079C0003C038000AFB60028AFB50024AFB4002060 +:1079D000AFB10014AFBF002CAFB3001CAFB20018A2 +:1079E000AFB000103467010090E6000B309400FF48 +:1079F00030B500FF30C200300000B02110400099C7 +:107A000000008821346409809088000800082E0056 +:107A100000051E03046000C0240400048F86005487 +:107A20003C010800A0243FD83C0C8000AD800048F9 +:107A30003C048000348E010091CD000B31A5002064 +:107A400010A000073C078000349309809272000860 +:107A50000012860000107E0305E000C43C1F800871 +:107A600034EC0100918A000B34EB09809169000825 +:107A7000314400400004402B3123000800C8982303 +:107A80001460000224120003000090213C108000CA +:107A900036180A8036040900970E002C90830011D6 +:107AA0009089001293050018307F00FF312800FFF5 +:107AB000024810210002C880930D0018033F78216E +:107AC00001F1302130B100FF00D11821A78E0058FC +:107AD0003C010800A4263FCE3C010800A4233FD06F +:107AE00015A00002000000000000000D920B010B29 +:107AF0003065FFFF3C010800A4233FD2316A0040FB +:107B00003C010800A4203FC83C010800A4203FC459 +:107B10001140000224A4000A24A4000B3091FFFFAE +:107B20000E0001E7022020219206010B3C0C080008 +:107B3000958C3FD2004020210006698231A70001C8 +:107B40000E00060101872821004020210260282123 +:107B50000E00060C024030210E0007A1004020213B +:107B600016C00069004020219212010B32560040DD +:107B700012C000053C0500FF8C93000034AEFFFFEF +:107B8000026E8024AC9000000E0001FB0220202138 +:107B90003C0F080091EF3FD831F10003122000168E +:107BA0003C1380088F8200543C09800835280080EF +:107BB000245F0001AD1F003C3C0580088CB9000427 +:107BC00003E02021033FC0231B000002AF9F0054AD +:107BD0008CA400040E0006F8ACA400043C0780004E +:107BE0008CEB00743C04800834830080004B5021EF +:107BF000AC6A000C3C1380083670008002802021A3 +:107C000002A02821A200006B0E00075D3C1480003A +:107C10008F920054368C0140AD92000C8F86004844 +:107C20003C151000344D000624D60001AF960048E4 +:107C30008FBF002CA18600128FB60028AD8D0014D6 +:107C40008FB3001CAE9501788FB200188FB5002459 +:107C50008FB400208FB100148FB0001003E0000833 +:107C600027BD003034640980908F0008000F760033 +:107C7000000E6E0305A00033347F090093F8001B4B +:107C8000241900103C010800A0393FD8331300022A +:107C90001260FF678F8600548F8200601446FF6574 +:107CA0003C0480000E00007C000000003C048008C2 +:107CB0003485008090A8000924060016310300FFD7 +:107CC0001066000D0000000090AB00093C070800A2 +:107CD00090E73FD824090008316400FF34EA00012E +:107CE0003C010800A02A3FD81089002F240C000A6C +:107CF000108C00282402000C0E00007E0000000002 +:107D00000A0008608F8600540E0007B9024028213F +:107D10000A0008AE004020213C0B8008356A008034 +:107D20008D4600548CE9000C1120FF3DAF860054B5 +:107D3000240700143C010800A0273FD80A00085F70 +:107D40003C0C800090910008241200023C010800C5 +:107D5000A0323FD8323000201200000B2416000160 +:107D60008F8600540A0008602411000837F800804C +:107D70008F020038AFE200048FF90004AF19003C15 +:107D80000A00086C3C0780008F8600540A000860D7 +:107D900024110004A0A200090E00007E00000000D3 +:107DA0000A0008608F860054240200140A00093A71 +:107DB000A0A2000927BDFFE8AFB000103C10800072 +:107DC000AFBF001436020100904400090E00075DA9 +:107DD000240500013C0480089099000E3483008043 +:107DE000909F000F906F00269089000A33F800FFE3 +:107DF00000196E000018740031EC00FF01AE502530 +:107E0000000C5A00014B3825312800FF3603014091 +:107E10003445600000E830252402FF813C04100056 +:107E2000AC66000C8FBF0014AC650014A062001299 +:107E3000AE0401788FB0001003E0000827BD0018E1 +:107E400027BDFFE8308400FFAFBF00100E00075DC4 +:107E500030A500FF3C05800034A4014034470040B9 +:107E60002406FF92AC870014A08600128F83005472 +:107E70008FBF00103C02100027BD0018AC83000C1F +:107E800003E00008ACA2017827BDFFD8AFB0001016 +:107E9000308400FF30B000FF3C058000AFB100141B +:107EA000AFBF0020AFB3001CAFB20018000410C277 +:107EB00034A60100320300023051000114600007B3 +:107EC00090D200093C098008353300809268000593 +:107ED0003107000810E0000C308A00100240202119 +:107EE0000E00078302202821240200018FBF0020FA +:107EF0008FB3001C8FB200188FB100148FB0001028 +:107F000003E0000827BD00281540003434A50A000E +:107F10008CB800248CAF0008130F004B00003821F0 +:107F20003C0D800835B30080926C00682406000286 +:107F3000318B00FF116600843C06800034C20100D2 +:107F40009263004C90590009307F00FF53F9000400 +:107F50003213007C10E00069000000003213007C46 +:107F60005660005C0240202116200009320D0001FD +:107F70003C0C800035840100358B0A008D6500249F +:107F80008C86000414A6FFD900001021320D0001D8 +:107F900011A0000E024020213C1880003710010083 +:107FA0008E0F000C8F8E005011EE000800000000B4 +:107FB0000E000843022028218E19000C3C1F800867 +:107FC00037F00080AE190050024020210E000771EA +:107FD000022028210A00098F240200013C05080024 +:107FE0008CA5006424A400013C010800AC240064BA +:107FF0001600000D00000000022028210E0007716D +:1080000002402021926E0068240C000231CD00FF56 +:1080100011AC0022024020210E00094100000000A6 +:108020000A00098F240200010E00007024040001E0 +:10803000926B0025020B30250E00007EA266002503 +:108040000A0009D3022028218E6200188CDF000468 +:108050008CB9002400021E0217F9FFB13065007FC1 +:108060009268004C264400013093007F1265004066 +:10807000310300FF1464FFAB3C0D8008264700016C +:1080800030F1007F30E200FF1225000B24070001D1 +:10809000004090210A00099C2411000124050004DD +:1080A0000E000732240600010E0009410000000006 +:1080B0000A00098F240200012405FF8002452024C4 +:1080C00000859026324200FF004090210A00099C62 +:1080D000241100010E00084302202821320700303D +:1080E00010E0FFA132100082024020210E00078321 +:1080F000022028210A00098F240200018E6900183D +:108100000240202102202821012640250E0009647A +:10811000AE6800189264004C240500032406000198 +:108120000E000732308400FF0E00007024040001AE +:1081300092710025021150250E00007EA26A0025D2 +:108140000A00098F240200018E6F00183C1880007D +:108150000240202101F87025022028210E0007711D +:10816000AE6E00189264004C0A000A1B240500043D +:10817000324A0080394900801469FF6A3C0D80084A +:108180000A0009F42647000127BDFFC0AFB0001860 +:108190003C108000AFBF0038AFB70034AFB600303E +:1081A000AFB5002CAFB40028AFB30024AFB20020AD +:1081B0000E0005BEAFB1001C360201009045000B59 +:1081C0000E00097690440008144000E78FBF003885 +:1081D0003C08800835070080A0E0006B3606098067 +:1081E00090C50000240300503C17080026F73F907C +:1081F00030A400FF3C13080026733FA01083000347 +:108200003C1080000000B82100009821241F0010BD +:108210003611010036120A00361509808E580024E6 +:108220008E3400048EAF00208F8C00543C01080077 +:10823000A03F3FD836190A80972B002C8EF60000FD +:10824000932A00180298702301EC68233C0108006F +:10825000AC2E3FB43C010800AC2D3FB83C010800F7 +:10826000AC2C3FDCA78B005802C0F809315400FF4A +:1082700030490002152000E930420001504000C49E +:108280009227000992A90008312800081500000271 +:10829000241500030000A8213C0A80003543090092 +:1082A00035440A008C8D00249072001190700012E9 +:1082B000907F0011325900FF321100FF02B11021EE +:1082C0000002C08033EF00FF0319B021028F70213C +:1082D00002D4602125CB00103C010800A4363FCE1B +:1082E0003C010800AC2D3FE03C010800A42C3FD02D +:1082F0003C010800A42B3FCC3556010035540980C1 +:1083000035510E008F8700548F89005C8E850020C8 +:1083100024080006012730233C010800AC283FD484 +:1083200000A7282304C000B50000902104A000B3DA +:1083300000C5502B114000B5000000003C010800B2 +:10834000AC263FB88E6200000040F8090000000033 +:108350003046000214C0007400408021304B000100 +:10836000556000118E6200043C0D08008DAD3FBCCD +:108370003C0EC0003C04800001AE6025AE2C000025 +:108380008C980000330F000811E0FFFD0000000092 +:10839000963F000824120001A79F00408E39000478 +:1083A000AF9900388E6200040040F8090000000018 +:1083B0000202802532030002146000B300000000B6 +:1083C0003C09080095293FC43C06080094C63FD0EC +:1083D0003C0A0800954A3FC63C0708008CE73FBCB2 +:1083E000012670213C0308008C633FE03C08080034 +:1083F00095083FDA01CA20218ED9000C00E9282116 +:10840000249F000200A878210067C02133E4FFFF09 +:10841000AF9900503C010800AC383FE03C01080037 +:10842000A42F3FC83C010800A42E3FD20E0001E754 +:10843000000000008F8D0048004020213C01080012 +:10844000A02D3FD98E62000825AC0001AF8C0048FA +:108450000040F809000000008F85005402A0302180 +:108460000E00060C004020210E0007A10040202134 +:108470008E6B000C0160F809004020213C0A0800C6 +:10848000954A3FD23C06080094C63FC601464821A3 +:10849000252800020E0001FB3104FFFF3C05080007 +:1084A0008CA53FB43C0708008CE73FBC00A7202305 +:1084B0003C010800AC243FB414800006000000001A +:1084C0003C0208008C423FD4344B00403C01080081 +:1084D000AC2B3FD4124000438F8E00448E2D0010F1 +:1084E0008F920044AE4D00208E2C0018AE4C00241C +:1084F0003C04080094843FC80E0006FA0000000007 +:108500008F9F00548E6700103C010800AC3F3FDC99 +:1085100000E0F809000000003C1908008F393FB462 +:108520001720FF798F870054979300583C11800ED5 +:10853000321601000E000729A633002C16C0004594 +:10854000320300105460004C8EE5000432080040F5 +:108550005500001D8EF000088EE4000C0080F80924 +:10856000000000008FBF00388FB700348FB6003096 +:108570008FB5002C8FB400288FB300248FB2002059 +:108580008FB1001C8FB0001803E0000827BD004029 +:108590008F86003C36110E0000072E0000A6202515 +:1085A000AE0400808E4300208E500024AFA3001044 +:1085B000AE2300148FB20010AE320010AE30001C9B +:1085C0000A000A75AE3000180200F8090000000029 +:1085D0008EE4000C0080F809000000000A000B2E59 +:1085E0008FBF003824180001240F0001A5C000200F +:1085F000A5D800220A000B10ADCF00243C010800D2 +:10860000AC203FB80A000AA68E6200003C010800B8 +:10861000AC253FB80A000AA68E6200009224000929 +:108620000E000771000028218FBF00388FB700347B +:108630008FB600308FB5002C8FB400288FB3002484 +:108640008FB200208FB1001C8FB0001803E000082B +:1086500027BD00403C1480009295010900002821AC +:108660000E00084332A400FF320300105060FFB830 +:10867000320800408EE5000400A0F8090000000068 +:108680000A000B28320800405240FFA89793005878 +:108690008E3400148F930044AE7400208E35001C7D +:1086A000AE7500240A000B1F979300588F820014A8 +:1086B0000004218003E00008008210213C078008AC +:1086C00034E200809043006900804021106000097E +:1086D0003C0401003C0708008CE73FDC8F8300303E +:1086E00000E32023048000089389001C14E30003A6 +:1086F0000100202103E00008008010213C0401005B +:1087000003E00008008010211120000B00673823CF +:108710003C0D800035AC0980918B007C316A0002F1 +:10872000114000202409003400E9702B15C0FFF12E +:108730000100202100E938232403FFFC00A3C82402 +:1087400000E3C02400F9782B15E0FFEA030820219C +:1087500030C400030004102314C000143049000387 +:108760000000302100A9782101E6702100EE682B7D +:1087700011A0FFE03C0401002D3800010006C82BC9 +:10878000010548210319382414E0FFDA2524FFFCF1 +:108790002402FFFC00A218240068202103E0000846 +:1087A000008010210A000B9E240900303C0C800040 +:1087B0003586098090CB007C316A00041540FFE9C2 +:1087C000240600040A000BAD000030213C03080021 +:1087D0008C63005C8F82001827BDFFE0AFBF0018DC +:1087E000AFB1001410620005AFB00010000329C043 +:1087F00024A40280AF840014AF8300183C108000D2 +:1088000036020A0094450032361101000E000B7F3B +:1088100030A43FFF8E240000241FFF803C11008005 +:108820000082C021031F60243309007F000CC9406F +:1088300003294025330E0078362F00033C0D10002D +:10884000010D502501CF5825AE0C002836080980AF +:10885000AE0C080CAE0B082CAE0A08309103006970 +:108860003C06800C0126382110600006AF870034DA +:108870008D09003C8D03006C0123382318E0008231 +:10888000000000003C0B8008356A00803C1080002E +:10889000A1400069360609808CC200383C06800081 +:1088A00034C50A0090A8003C310C00201180001A49 +:1088B000AF820030240D00013C0E800035D10A004B +:1088C000A38D001CAF8000248E2400248F850024FB +:1088D000240D0008AF800020AF8000283C01080074 +:1088E000A42D3FC63C010800A4203FDA0E000B83F4 +:1088F000000030219228003C8FBF00188FB1001477 +:108900008FB0001000086142AF82002C27BD00200C +:1089100003E000083182000190B80032240E00010B +:10892000330F00FF000F2182108E00412419000236 +:108930001099006434C40AC03C03800034640A0007 +:108940008C8F002415E0001E34660900909F0030D3 +:108950002418000533F9003F1338004E24030001AA +:108960008F860020A383001CAF860028AF860024DA +:108970003C0E800035D10A008E2400248F8500240F +:10898000240D00083C010800A42D3FC63C0108004E +:10899000A4203FDA0E000B83000000009228003C68 +:1089A0008FBF00188FB100148FB000100008614213 +:1089B000AF82002C27BD002003E0000831820001B7 +:1089C0008C8A00088C8B00248CD000643C0E8000C4 +:1089D00035D10A00014B2823AF900024A380001C4E +:1089E000AF8500288E2400248F8600208F850024E8 +:1089F000240D00083C010800A42D3FC63C010800DE +:108A0000A4203FDA0E000B83000000009228003CF7 +:108A10008FBF00188FB100148FB0001000086142A2 +:108A2000AF82002C27BD002003E000083182000146 +:108A300090A200303051003F5224002834C50AC0B3 +:108A40008CB000241600002234CB09008CA600480C +:108A50003C0A7FFF3545FFFF00C510243C0E800017 +:108A6000AF82002035C509008F8800208CAD0060E2 +:108A7000010D602B15800002010020218CA40060F4 +:108A80000A000C22AF8400208D02006C0A000BFC4F +:108A90003C0680008C8200488F8600203C097FFFC6 +:108AA0003527FFFF004788243C0480082403000189 +:108AB000AF910028AC80006CA383001C0A000C302E +:108AC000AF8600248C9F00140A000C22AF9F002068 +:108AD0008D6200680A000C6C3C0E800034C4098072 +:108AE0008C8900708CA300140123382B10E0000443 +:108AF000000000008C8200700A000C6C3C0E8000AC +:108B00008CA200140A000C6C3C0E80008F8500249F +:108B100027BDFFE0AFBF0018AFB1001414A00008DC +:108B2000AFB000103C04800034870A0090E60030AB +:108B30002402000530C3003F106200B934840900EC +:108B40008F91002000A080213C048000348E0A0018 +:108B50008DCD00043C0608008CC63FB831A73FFF0E +:108B600000E6602B5580000100E03021938F001C4F +:108B700011E0007800D0282B349F098093F9007C05 +:108B800033380002130000792403003400C3102B93 +:108B9000144000D90000000000C3302300D0282B6F +:108BA0003C010800A4233FC414A0006E0200182159 +:108BB0003C0408008C843FB40064402B5500000145 +:108BC000006020213C05800034A90A00912A003C65 +:108BD0003C010800AC243FBC31430020146000037A +:108BE0000000482134AB0E008D6900188F88002CDE +:108BF0000128202B1080005F000000003C050800C9 +:108C00008CA53FBC00A96821010D602B1180005C80 +:108C100000B0702B0109382300E028213C01080036 +:108C2000AC273FBC12000003240AFFFC10B0008DEB +:108C30003224000300AA18243C010800A4203FDAD3 +:108C40003C010800AC233FBC006028218F84002435 +:108C5000120400063C0B80088D6C006C0200202181 +:108C6000AF91002025900001AD70006C8F8D002821 +:108C700000858823AF91002401A52023AF8400281C +:108C80001220000224070018240700103C18800856 +:108C90003706008090CF00683C010800A0273FD82D +:108CA0002407000131EE00FF11C70047000000005B +:108CB00014800018000028213C06800034D109806F +:108CC00034CD010091A600098E2C001824C40001A7 +:108CD000000C86023205007F308B007F1165007F1B +:108CE0002407FF803C19800837290080A124004C0C +:108CF0003C0808008D083FD4241800023C010800FD +:108D0000A0384019350F00083C010800AC2F3FD4B3 +:108D1000240500103C02800034440A009083003C8B +:108D2000307F002013E0000500A02021240A00016C +:108D30003C010800AC2A3FBC34A400018FBF0018DE +:108D40008FB100148FB000100080102103E00008E4 +:108D500027BD00203C010800A4203FC410A0FF94C0 +:108D6000020018210A000CC000C018210A000CB72C +:108D7000240300303C0508008CA53FBC00B0702BDC +:108D800011C0FFA8000000003C19080097393FC43B +:108D90000325C0210307782B11E000072CAA00044B +:108DA0003C0360008C625404305F003F17E0FFE337 +:108DB000240400422CAA00041140FF9A240400421B +:108DC0000A000D248FBF00181528FFB9000000000D +:108DD0008CCA00183C1F800024020002015F182585 +:108DE000ACC3001837F90A00A0C200689329003C00 +:108DF0002404000400A01021312800203C010800B8 +:108E0000A0244019110000022405001024020001D2 +:108E10003C010800AC223FB40A000D1A3C0280005D +:108E20008F8800288C8900600109282B14A000027B +:108E3000010088218C9100603C048000348B0E007E +:108E40008D640018240A000102202821022030210C +:108E5000A38A001C0E000B83022080210A000CA6AE +:108E6000AF82002C00045823122000073164000355 +:108E70003C0E800035C7098090ED007C31AC0004C9 +:108E800015800019248F00043C010800A4243FDA57 +:108E90003C1F080097FF3FDA03E5C82100D9C02B2B +:108EA0001300FF6B8F8400242CA6000514C0FFA3C1 +:108EB0002404004230A200031440000200A2182340 +:108EC00024A3FFFC3C010800AC233FBC3C0108008C +:108ED000A4203FDA0A000CE70060282100C77024B4 +:108EE0000A000D0D01C720263C010800A42F3FDA1F +:108EF0000A000D78000000003C010800AC203FBCD7 +:108F00000A000D23240400428F8300283C058000C2 +:108F100034AA0A00146000060000102191470030B6 +:108F20002406000530E400FF108600030000000066 +:108F300003E0000800000000914B0048316900FF89 +:108F4000000941C21500FFFA3C0680083C040800F5 +:108F500094843FC43C0308008C633FDC3C19080048 +:108F60008F393FBC3C0F080095EF3FDA0064C02109 +:108F70008CCD00040319702101CF602134AB0E00A9 +:108F8000018D282318A0001D00000000914F004C07 +:108F90008F8C0034956D001031EE00FF8D89000438 +:108FA00001AE30238D8A000030CEFFFF000E290075 +:108FB0000125C82100003821014720210325182B55 +:108FC0000083C021AD990004AD980000918F000A84 +:108FD00001CF6821A18D000A956500128F8A0034A7 +:108FE000A5450008954B003825690001A5490038C2 +:108FF0009148000D35070008A147000D03E0000867 +:109000000000000027BDFFD8AFB000189388001CF7 +:109010008FB000143C0A80003C197FFF8F8700242A +:109020003738FFFFAFBF0020AFB1001C355F0A002B +:109030000218182493EB003C00087FC03C02BFFFDD +:10904000006F60252CF000013449FFFF3C1F080031 +:109050008FFF3FDC8F9900303C18080097183FD2F3 +:1090600001897824001047803C07EFFF3C05F0FFA2 +:1090700001E818253C1180003169002034E2FFFF2F +:1090800034ADFFFF362E098027A50010240600020C +:1090900003F96023270B0002354A0E0000621824F2 +:1090A0000080802115200002000040218D48001C16 +:1090B000A7AB0012058000392407000030E800FF4C +:1090C00000083F00006758253C028008AFAB001441 +:1090D000344F008091EA00683C08080091083FD9AD +:1090E0003C09DFFF352CFFFF000AF82B3C0208008B +:1090F00094423FCCA3A80011016CC024001FCF40B4 +:10910000031918258FA70010AFA300143C0C08000A +:10911000918C3FDBA7A200168FAB001400ED482412 +:109120003C0F01003C0A0FFF012FC82531980003B6 +:10913000355FFFFF016D40243C027000033F38247F +:1091400000181E0000E2482501037825AFAF001487 +:10915000AFA9001091CC007C0E000092A3AC0015CA +:10916000362D0A0091A6003C30C400201080000675 +:10917000260200083C11080096313FC8262EFFFF4A +:109180003C010800A42E3FC88FBF00208FB1001CF7 +:109190008FB0001803E0000827BD00288F8B002C3B +:1091A000010B502B5540FFC5240700010A000E0497 +:1091B00030E800FF9383001C3C02800027BDFFD8ED +:1091C00034480A0000805021AFBF002034460AC056 +:1091D000010028211060000E3444098091070030FE +:1091E000240B00058F89002030EC003F118B000B11 +:1091F00000003821AFA900103C0B80088D69006C7D +:10920000AFAA00180E00015AAFA90014A380001CD9 +:109210008FBF002003E0000827BD00288D1F0048F5 +:109220003C1808008F183FBC8F9900283C027FFF34 +:109230008D0800443443FFFFAFA900103C0B8008A9 +:109240008D69006C03E370240319782101CF682332 +:1092500001A83821AFAA00180E00015AAFA90014C6 +:109260000A000E58A380001C3C05800034A60A00AA +:1092700090C7003C3C06080094C63FDA3C02080058 +:109280008C423FD430E30020000624001060001E12 +:10929000004438253C0880083505008090A300680C +:1092A00000004821240800010000282124040001B6 +:1092B0003C0680008CCD017805A0FFFE34CF014034 +:1092C000ADE800083C0208008C423FDCA5E5000444 +:1092D000A5E40006ADE2000C3C04080090843FD9F0 +:1092E0003C03800834790080A1E40012ADE700144B +:1092F000A5E900189338004C3C0E1000A1F8002D91 +:1093000003E00008ACCE017834A90E008D28001CC3 +:109310003C0C08008D8C3FBC952B0016952A001440 +:10932000018648213164FFFF0A000E803145FFFFAE +:109330003C04800034830A009065003C30A2002089 +:109340001040001934870E00000040210000382131 +:10935000000020213C0680008CC901780520FFFE1A +:1093600034CA014034CF010091EB0009AD48000838 +:109370003C0E08008DCE3FDC240DFF91240C0040F4 +:109380003C081000A5440004A5470006AD4E000CA3 +:10939000A14D0012AD4C0014A5400018A14B002DAA +:1093A00003E00008ACC801788CE8001894E60012CD +:1093B00094E4001030C7FFFF0A000EA93084FFFFBD +:1093C0003C04800034830A009065003C30A20020F9 +:1093D0001040002727BDFFF82409000100003821B4 +:1093E000240800013C0680008CCA01780540FFFE7D +:1093F0003C0280FF34C40100908D00093C0C080041 +:10940000918C4019A3AD00038FAB00003185007F24 +:109410003459FFFF01665025AFAA00009083000A6F +:10942000A3A0000200057E00A3A300018FB80000E6 +:1094300034CB0140240C30000319702401CF68257F +:10944000AD6D000C27BD0008AD6C0014A5600018C0 +:10945000AD690008A56700042409FF80A56800061F +:109460003C081000A169001203E00008ACC80178B4 +:1094700034870E008CE9001894E6001294E4001082 +:1094800030C8FFFF0A000ECD3087FFFF27BDFFE089 +:10949000AFB100143C118000AFB00010AFBF001896 +:1094A00036380A00970F0032363001000E000B7F6D +:1094B00031E43FFF8E0E0000240DFF803C042000AD +:1094C00001C25821016D6024000C4940316A007FBF +:1094D000012A4025010438253C048008AE270830C5 +:1094E0003486008090C500682403000230A200FF8B +:1094F000104300048F9F00208F990024AC9F0068C8 +:10950000AC9900648FBF00188FB100148FB00010A9 +:1095100003E0000827BD00203C0A0800254A3A80E5 +:109520003C09080025293B103C08080025082F1C91 +:109530003C07080024E73BDC3C06080024C639044D +:109540003C05080024A536583C0408002484325CFD +:109550003C030800246339B83C0208002442375415 +:109560003C010800AC2A3F983C010800AC293F941C +:109570003C010800AC283F903C010800AC273F9C10 +:109580003C010800AC263FAC3C010800AC253FA4E0 +:109590003C010800AC243FA03C010800AC233FB0D4 +:1095A0003C010800AC223FA803E0000800000000D6 +:1095B00080000940800009008008010080080080C8 +:1095C00080080000800E00008008008080080000F5 +:1095D00080000A8080000A00800009808000090065 +:00000001FF --- linux-lts-utopic-3.16.0.orig/firmware/bnx2/bnx2-rv2p-09-6.0.17.fw.ihex +++ linux-lts-utopic-3.16.0/firmware/bnx2/bnx2-rv2p-09-6.0.17.fw.ihex @@ -3,8 +3,7 @@ :1000200000000000000000000000000000000000D0 :1000300000000E88000009500000000500000000CC :1000400000000000000000000000000000000000B0 -:080050000000000000000000A8 -:0800580000000010B180000659 +:10005000000000000000000000000010B180000659 :100060000000001F05060011000000080500FFFF4A :10007000000000180002000000000008050000FF5A :10008000000000180002000000000008AC000001A1 @@ -382,11 +381,3 @@ :1017C0000000000C2980000000000010001F000035 :0817D000000000188000FE3546 :00000001FF -/* - * This file contains firmware data derived from proprietary unpublished - * source code, Copyright (c) 2004 - 2009 Broadcom Corporation. - * - * Permission is hereby granted for the distribution of this firmware data - * in hexadecimal or equivalent format, provided this copyright notice is - * accompanying it. - */ --- linux-lts-utopic-3.16.0.orig/firmware/bnx2/bnx2-rv2p-09ax-6.0.17.fw.ihex +++ linux-lts-utopic-3.16.0/firmware/bnx2/bnx2-rv2p-09ax-6.0.17.fw.ihex @@ -3,8 +3,7 @@ :1000200000000000000000000000000000000000D0 :1000300000001010000009C80000000500000000CA :1000400000000000000000000000000000000000B0 -:080050000000000000000000A8 -:0800580000000010B180000659 +:10005000000000000000000000000010B180000659 :100060000000001F03060011000000080500FFFF4C :10007000000000180002000000000008050000FF5A :10008000000000180002000000000008AC000001A1 @@ -155,8 +154,7 @@ :100990000000001091D40000000000080500005580 :1009A000000000188000FF360000000C29800001C4 :1009B0000000000C1F800001000000082A00000752 -:0809C000000000188000FEDEBB -:0809C80000000010B1800004E2 +:1009C000000000188000FEDE00000010B18000046E :1009D0000000001F0306001100000008050000FFD2 :1009E0000000001800020000000000002A000000C3 :1009F00000000010B1D400000000001091DE0000E3 @@ -415,11 +413,3 @@ :1019C00000000010001F00000000000C6BD7000199 :0819D000000000188000FE0475 :00000001FF -/* - * This file contains firmware data derived from proprietary unpublished - * source code, Copyright (c) 2004 - 2009 Broadcom Corporation. - * - * Permission is hereby granted for the distribution of this firmware data - * in hexadecimal or equivalent format, provided this copyright notice is - * accompanying it. - */ --- linux-lts-utopic-3.16.0.orig/firmware/bnx2x/bnx2x-e1-7.8.17.0.fw.ihex +++ linux-lts-utopic-3.16.0/firmware/bnx2x/bnx2x-e1-7.8.17.0.fw.ihex @@ -0,0 +1,10227 @@ +:100000000000164800000068000005D8000016B87F +:10001000000031CC00001C980000006C00004E680D +:100020000000825400004ED80000009C0000D13037 +:10003000000095340000D1D000000088000167085E +:1000400000004294000167980000008C0001AA3073 +:100050000000C2600001AAC0000011C400026D28A7 +:100060000000000400027EF0020600DC0000000137 +:100070000306100002000000010600D80000000086 +:100080000306020000030200020600DC000000007C +:1000900002060068000000B80206007800000114A3 +:1000A000010600B800000000010600C800000000C2 +:1000B0000206006C000000B80206007C000001147B +:1000C000010600BC00000000010600CC000000009A +:1000D000020D004400000032030D004C0004020336 +:1000E000040D005C00000004030D008C00110207E9 +:1000F000020D015C00000001030D01640002021802 +:10010000020D020400000001030D020C0003021A9C +:10011000030D02200002021D040D028000000012E7 +:10012000030D03000018021F040D03600000000C03 +:10013000040D400000000A00030D0004000F023708 +:10014000020D01140000000D020D01180000002D29 +:100150000310100000030246021010100000026499 +:10016000071011000010024908101140000000089B +:100170000710116000100259081011A000000018AB +:1001800007101800020002690210101000000000A1 +:1001900004104C0000000100021040280000001074 +:1001A0000210404400003FFF0210405800280000A9 +:1001B000021040840084924A02104058000000005F +:1001C000030C200800030469030C201C0004046CC9 +:1001D000030C203800110470040C207C0000004F38 +:1001E000030C21B800110481040C21FC0000000F55 +:1001F000030C223800040492010C22480000000085 +:10020000010C224C00000000010C225000000000F4 +:10021000010C225400000000010C225800000000D4 +:10022000010C225C00000000010C226000000000B4 +:10023000010C226400000000010C22680000000094 +:10024000010C226C00000000010C22700000000074 +:10025000010C227400000000010C22780000000054 +:10026000010C227C00000000020C24BC00000001F4 +:100270000A00000100000001020C2000000003E859 +:100280000A00000100000002020C20000000000A29 +:100290000A00000100000004020C20000000000120 +:1002A0000520040000850000062007800010049649 +:1002B000042200000000160004228000000000401C +:1002C00004223BD000000008042248000000000681 +:1002D0000322481800040498042248280000000C57 +:1002E000032248580004049C042248680000000CC3 +:1002F00003224898000404A0042248A80000000C2F +:10030000032248D8000404A4042248E80000000C9A +:1003100003224918000404A8042249280000000C04 +:1003200003224958000404AC042249680000000C70 +:1003300003224998000404B0042249A80000000CDC +:10034000032249D8000404B4042249E80000000C48 +:1003500003224A18000404B804224A280000000CB2 +:1003600003224A58000404BC04224A680000000C1E +:1003700003224A98000404C004224AA80000000C8A +:1003800003224AD8000404C404224AE80000000CF6 +:1003900003224B18000404C804224B280000000C60 +:1003A00003224B58000404CC04224B680000000CCC +:1003B00003224B98000404D004224BA80000000C38 +:1003C00003224BD8000404D404224BE80000000CA4 +:1003D00003224C18000404D804224C280000000C0E +:1003E00003224C58000404DC04224C680000000C7A +:1003F00003224C98000404E004224CA80000000CE6 +:1004000003224CD8000404E404224CE80000000C51 +:1004100003224D18000404E804224D280000000CBB +:1004200003224D58000404EC04224D680000000C27 +:1004300003224D98000404F004224DA80000000C93 +:1004400003224DD8000404F404224DE80000000CFF +:1004500003224E18000404F804224E280000000C69 +:1004600003224E58000404FC04224E680000000CD5 +:1004700003224E980004050004224EA80000000C40 +:1004800003224ED80004050404224EE80000000CAC +:1004900003224F180004050804224F280000000C16 +:1004A00003224F580004050C04224F680000000C82 +:1004B00003224F980004051004224FA80000000CEE +:1004C00003224FD80004051404224FE80000000660 +:1004D0000322519800040518022380000000001038 +:1004E00002238040000000120223808000000030C0 +:1004F000022380C00000000E022383800007A12099 +:10050000022383C0000001F402238BC0000000011D +:100510000A00000200000001022383000007A1205E +:1005200002238340000001F40A00000200000002E0 +:10053000022383000000138802238340000000058B +:100540000A000002000000040223830000000138BA +:10055000022383400000000005240000334D00000A +:10056000052480000F430CD406249CC06ACE051CD1 +:100570000120000000000000012000040000000035 +:1005800001200008000000000120000C0000000015 +:1005900001200010000000000120001400000000F5 +:1005A00003200020001A051E032000A400020538C5 +:1005B000022002240000000002200234000000009B +:1005C0000220024C00000000022002E40000FFFFB5 +:1005D000082020000000080004221400000000028F +:1005E00004221490000000300422390000000010A2 +:1005F0000422510800000002042251A80000000655 +:1006000004221408000000020422155000000030EB +:1006100004223940000000100422511000000002A2 +:10062000042251C00000000604102400000000E075 +:100630000310201C0002053A021020C00000000137 +:10064000031020040002053C02170008000000020D +:100650000217002C00000003031700380002053EBB +:100660000317004400060540031700600005054617 +:10067000031700780002054B021700040000000F6A +:100680000410806800000004021080000000108048 +:1006900004108040000000020410802800000002C6 +:1006A0000210803800000010031080400002054D49 +:1006B00002108050000000000210810000000000C5 +:1006C000041081200000000202108008000002B522 +:1006D0000210801000000000021081080001FFFFDE +:1006E000041082000000004A041081400000000253 +:1006F0000210800000001A80041090000000002406 +:10070000041091200000004A041093700000004A79 +:10071000041095C00000004A021080040000108000 +:100720000410804800000002041080300000000225 +:100730000210803C00000010031080480002054FAA +:10074000021080540000000002108104000000002C +:1007500004108128000000020210800C000002B585 +:1007600002108014000000000210810C0001FFFF45 +:10077000041084000000004A0410814800000002B8 +:100780000210800400001A800410909000000024E1 +:10079000041092480000004A041094980000004A97 +:1007A000041096E80000004A0200A468000AFFDC7A +:1007B0000200A280000000010300A2940004055181 +:1007C0000200A4FCFF000000030100B40002055574 +:1007D000020100DC000000010301010000020557D6 +:1007E0000201007C003000000201008400000028AB +:1007F0000201008C00000000020101300000000432 +:10080000040101380000001102010328000000006B +:100810000201055400000030020100C40000000184 +:10082000020100CC00000001020100F800000001FC +:10083000020100F000000001020100800030000011 +:100840000201008800000028020100900000000062 +:1008500002010134000000040401017C00000011C9 +:100860000201032C000000000201056400000030BA +:10087000020100C800000001020100D000000001D8 +:10088000020100FC00000001020100F40000000170 +:1008900002140000000000010214000C000000011E +:1008A00003140040000205590214000C000000006F +:1008B00002140000000000000214006C00000000A0 +:1008C00002140004000000010214003000000001C6 +:1008D00002140004000000000214005C000000008C +:1008E000021400080000000102140034000000019E +:1008F0000214000800000000021400600000000064 +:10090000030400040012055B030400540003056D9A +:100910000204007000000004030400780004057065 +:1009200004040088000000050304009C0003057413 +:10093000040400A800000004030400B800050577C3 +:10094000040400CC00000004030400DC0004057C67 +:10095000040400EC00000004010401240000000075 +:1009600001040128000000000104012C0000000027 +:100970000104013000000000020401340000000FF7 +:1009800003120490002205800212052000000002DC +:1009900002120388000000640212039000000008A5 +:1009A0000312039C000305A2021203BC0000000412 +:1009B000021203C400000004021203D00000000071 +:1009C000021203DC000000000212036C00000001B0 +:1009D000021203680000003F031201BC003C05A5A1 +:1009E000031202B0000205E103120324000205E332 +:1009F000021201B00000000107103800000505E5F3 +:100A000007103C00000505EA07103C20000505EF33 +:100A100003168030000805F402168054000000021E +:100A200003168060000505FC0416807400000007B2 +:100A300003168090000206010316809C0005060341 +:100A4000041680B000000007031680CC00080608DA +:100A5000021680F000000007041680F40000000C6D +:100A60000316812400040610041681340000000CD3 +:100A700003168164003B0614041682500000000433 +:100A8000031682600002064F041682680000000808 +:100A90000316828800080651041682A80000000A86 +:100AA00002168804000000040316880C0010065982 +:100AB000021680EC000000FF03040408001406691D +:100AC000030500440002067D030500500004067F74 +:100AD0000405006000000004030500900013068375 +:100AE00002050114000000010305011C0002069626 +:100AF00002050204000000010305020C0002069832 +:100B00000305021C0003069A040502400000000AC7 +:100B1000030502800020069D0405400000000D0032 +:100B200003050004001006BD020500E00000000EF1 +:100B3000020500E40000002E04164024000000021C +:100B400003164030000306CD02164044000000208A +:100B5000021640700000001C02164208000000014E +:100B6000021642100000000102164220000000019F +:100B70000216422800000001021642300000000167 +:100B80000216423800000001021642600000000117 +:100B90000A000001000000010216401C0003D09072 +:100BA0000A000001000000020216401C000009C4F7 +:100BB0000A000001000000040216401C0000009C16 +:100BC0000216400000000001021640D8000000019B +:100BD00003164008000306D0021642400000000041 +:100BE0000216424800000000081642700000000291 +:100BF0000216425000000000021642580000000099 +:100C0000081642800000000203042008000406D3F6 +:100C10000304201C000406D70404203800000080D0 +:100C200003042238000406DB01042248000000000F +:100C30000104224C000000000104225000000000CA +:100C400001042254000000000104225800000000AA +:100C50000104225C0000000001042260000000008A +:100C6000010422640000000001042268000000006A +:100C70000104226C0000000001042270000000004A +:100C8000010422740000000001042278000000002A +:100C90000104227C00000000020424BC00000001CA +:100CA0000A0000010000000102042000000003E827 +:100CB0000A00000100000002020420000000000AF7 +:100CC0000A000001000000040204200000000001EE +:100CD00005180400006A000006180760001406DF0B +:100CE000041A000000001600041A800000000040F2 +:100CF000031A08B0000206E1031A19C8000206E34D +:100D0000031A2FC0000406E5041A2FD000000006C5 +:100D1000031A2FE8000206E9031A300003F906EB74 +:100D2000041A3FE400000007031A487000040AE4B4 +:100D3000021B800000000034021B804000000018ED +:100D4000021B80800000000C021B80C000000020FD +:100D5000021B83800007A120021B83C0000001F456 +:100D6000021B8BC0000000010A000002000000010D +:100D7000021B83000007A120021B8340000001F436 +:100D80000A00000200000002021B8300000013881A +:100D9000021B8340000000050A000002000000045E +:100DA000021B830000000138021B8340000000008A +:100DB000051C00002D020000051C800034240B419E +:100DC000051D0000212A184A061D4D5056560AE8F6 +:100DD00001180000000000000118000400000000DD +:100DE00001180008000000000118000C00000000BD +:100DF000011800100000000001180014000000009D +:100E000003180020001A0AEA031800A400020B04C9 +:100E10000218022400000000021802340000000042 +:100E20000218024C00000000021802E4000000FF5B +:100E30000818100000000400041A08000000000256 +:100E4000041A082000000012041A09C0000000481B +:100E5000041A250000000010041A2580000000126A +:100E6000041A261000000012031A2FB000020B060D +:100E7000041A400000000006041A4030000000027E +:100E8000041A482000000002031A4C5000020B080C +:100E9000041A081000000002041A0868000000127A +:100EA000041A0AE000000048041A2540000000105F +:100EB000041A25C800000012041A26580000001267 +:100EC000031A2FB800020B0A041A4018000000068B +:100ED000041A403800000002041A482800000002EA +:100EE000031A4C5800020B0C020E004C000000329A +:100EF000030E005400040B0E040E006400000004F6 +:100F0000030E009400130B12020E014400000001B6 +:100F1000030E014C00020B25020E0204000000012A +:100F2000030E020C00020B27030E021C00040B2907 +:100F3000030E0280001B0B2D040E02EC00000017B4 +:100F4000040E200000000800030E000400110B48EE +:100F5000020E01100000000F020E01140000002F0D +:100F6000020C100000000028030C400800040B597C +:100F7000030C401C00040B5D030C403800020B61A5 +:100F8000040C40400000005E020C41B8000000016B +:100F9000040C41BC0000001F030C423800040B632A +:100FA000010C424800000000010C424C000000000F +:100FB000010C425000000000010C425400000000EF +:100FC000010C425800000000010C425C00000000CF +:100FD000010C426000000000010C426400000000AF +:100FE000010C426800000000010C426C000000008F +:100FF000010C427000000000010C4274000000006F +:10100000010C427800000000010C427C000000004E +:10101000010C428000000000020C44C000000001EE +:101020000A00000100000001020C4000000003E87B +:101030000A00000100000002020C40000000000A4B +:101040000A00000100000004020C40000000000142 +:1010500005300400009C00000630076800130B6791 +:10106000043200000000160004328000000000403E +:101070000332183000020B6903322E7000040B6B30 +:101080000432508000000008033250A000020B6FB1 +:10109000023380000000001A023380400000004E3E +:1010A0000233808000000010023380C00000002066 +:1010B000023383800007A120023383C0000001F4C3 +:1010C00002338BC0000000010A0000020000000192 +:1010D000023383000007A12002338340000001F4A3 +:1010E0000A0000020000000202338300000013889F +:1010F00002338340000000050A00000200000004E3 +:1011000002338300000001380233834000000000F6 +:101110000534000036E200000534800031DA0DB9F4 +:10112000053500002C721A300635644053780B7177 +:101130000130000000000000013000040000000049 +:1011400001300008000000000130000C0000000029 +:101150000130001000000000013000140000000009 +:1011600003300020001A0B73033000A400020B8D23 +:1011700002300224000000000230023400000000AF +:101180000230024C00000000023002E40000FFFFC9 +:10119000083020000000080004322DE000000002AA +:1011A00004324000000000D8043246C00000012094 +:1011B000043250C80000002404322DE80000000270 +:1011C00004324360000000D804324B40000001208C +:1011D000043251580000002402020058000000327E +:1011E0000302006000040B8F040200700000000482 +:1011F000030200A0000E0B93030200DC00070BA10A +:10120000020200FC000000060202012000000000B3 +:101210000202013400000002020201B000000001DD +:101220000202020C000000010302021400020BA8DB +:1012300002020404000000010302040C00020BAAD5 +:101240000302041C00040BAC03020480001F0BB05B +:10125000040204FC000000130402800000002000CF +:101260000302000400140BCF02020108000000C8B2 +:101270000202011800000002020201C40000000086 +:10128000020201CC00000000020201D400000002B2 +:10129000020201DC00000002020201E4000000FF83 +:1012A000020201EC000000FF0202010C000000C875 +:1012B0000202011C00000002020201C8000000003E +:1012C000020201D000000000020201D8000000026A +:1012D000020201E000000002020201E8000000FF3B +:1012E000020201F0000000FF0216100000000028BA +:1012F0000316600800030BE30316601C00040BE6F2 +:1013000003166038000D0BEA0416606C0000001331 +:10131000031660B800020BF7041660C00000003E20 +:10132000021661B800000001041661BC0000001F35 +:101330000316623800040BF9011662480000000031 +:101340000116624C0000000001166250000000000F +:1013500001166254000000000116625800000000EF +:101360000116625C000000000116626000000000CF +:1013700001166264000000000116626800000000AF +:101380000116626C0000000001166270000000008F +:10139000011662740000000001166278000000006F +:1013A0000116627C00000000021664BC000000010F +:1013B0000A0000010000000102166000000003E8BE +:1013C0000A00000100000002021660000000000A8E +:1013D0000A00000100000004021660000000000185 +:1013E00005280400008A00000628076800130BFD8A +:1013F000042A000000001600042A800000000040BB +:10140000032A250000020BFF032A296000040C01B7 +:10141000032A2F4800020C05032A336800020C0738 +:10142000032A392000020C09032A393000020C0B70 +:10143000032A3AC800020C0D042A3AD00000000624 +:10144000032A3B9800020C0F032A3C2000040C11D5 +:10145000022A3CD000000000022B800000000000A7 +:10146000022B804000000018022B80800000000C3E +:10147000022B80C000000066022B83800007A120A1 +:10148000022B83C0000001F4022B8BC0000000017E +:101490000A00000200000001022B83000007A120C7 +:1014A000022B8340000001F40A0000020000000249 +:1014B000022B830000001388022B834000000005EC +:1014C0000A00000200000004022B83000000013823 +:1014D000022B8340000000000A00000100000020F1 +:1014E000022A3CD400000000052C000036700000E9 +:1014F000052C800039BD0D9C052D00003ADB1C0C2D +:10150000052D800017512AC3062DAF704A120C1505 +:101510000128000000000000012800040000000075 +:1015200001280008000000000128000C0000000055 +:101530000128001000000000012800140000000035 +:1015400003280020001A0C17032800A400020C3105 +:1015500002280224000000000228023400000000DB +:101560000228024C00000000022802E40000FFFFF5 +:101570000828200000000800042A3910000000029A +:10158000042A393800000020042A3A3800000010EC +:10159000032A3AE800020C33032A3AF800100C350B +:1015A000042A3C3000000002042A5000000000021F +:1015B000042A501000000002042A502000000002FB +:1015C000042A503000000002022A504000000000AF +:1015D000042A50480000000E042A391800000002B6 +:1015E000042A39B800000020042A3A7800000010CC +:1015F000032A3AF000020C45032A3B3800100C473E +:10160000042A3C3800000002042A500800000002AE +:10161000042A501800000002042A5028000000028A +:10162000042A503800000002022A50440000000042 +:10163000042A50800000000E0400A00000000016E4 +:101640000300A06C00060C570400A08400000005F5 +:101650000200A0980FE000000400A09C000000140D +:101660000300A0EC00080C5D0400A22C00000004A4 +:101670000200A060000003070300A10C00060C6537 +:101680000400A124000000050200A1380FE00000C2 +:101690000400A13C000000140300A18C00080C6BA6 +:1016A0000400A23C000000040200A0640000030744 +:1016B000000000000000000000000000000000002A +:1016C000000000000000000000000000000000001A +:1016D000000000000000000000000000000000000A +:1016E0000000000000000005000500090009000DD1 +:1016F00000000000000000000000000000000000EA +:1017000000000000000000000000000000000000D9 +:10171000000D001B001B001C001C001D0000000031 +:1017200000000000000000000000000000000000B9 +:10173000000000000000000000000000001D002567 +:101740000000000000000000000000000000000099 +:101750000000000000000000000000000000000089 +:1017600000000000000000000025002B0000000029 +:101770000000000000000000000000000000000069 +:101780000000000000000000000000000000000059 +:1017900000000000002B00470000000000000000D7 +:1017A0000000000000000000000000000000000039 +:1017B0000000000000000000000000000000000029 +:1017C000004700AE00AE00B300B300B80000000058 +:1017D0000000000000000000000000000000000009 +:1017E00000000000000000000000000000000000F9 +:1017F00000000000000000000000000000000000E9 +:1018000000000000000000000000000000000000D8 +:10181000000000000000000000B800BC0000000054 +:1018200000000000000000000000000000000000B8 +:1018300000000000000000000000000000000000A8 +:101840000000000000BC00C3000000000000000019 +:101850000000000000000000000000000000000088 +:101860000000000000000000000000000000000078 +:1018700000C300C400C400D600D600E80000000089 +:101880000000000000000000000000000000000058 +:101890000000000000000000000000000000000048 +:1018A0000000000000000000000000000000000038 +:1018B0000000000000000000000000000000000028 +:1018C000000000000000000000E800EC0000000044 +:1018D0000000000000000000000000000000000008 +:1018E00000000000000000000000000000000000F8 +:1018F0000000000000EC00EF00EF00FA00FA010524 +:1019000000000000000000000000000000000000D7 +:1019100000000000000000000000000000000000C7 +:101920000105010B010B010F010F01130000000065 +:1019300000000000000000000000000000000000A7 +:101940000000000000000000000000000000000097 +:101950000000000000000000000000000000000087 +:101960000000000000000000000000000000000077 +:10197000000000000000000001130123000000002F +:101980000000000000000000000000000000000057 +:101990000000000000000000000000000000000047 +:1019A00000000000012301320000000000000000E0 +:1019B0000000000000000000000000000000000027 +:1019C0000000000000000000000000000000000017 +:1019D000013201350000000000000000000000009E +:1019E00000000000000000000000000000000000F7 +:1019F0000000000000000000000000000135014A66 +:101A000000000000000000000000000000000000D6 +:101A100000000000000000000000000000000000C6 +:101A20000000000000000000014A014B000000001F +:101A300000000000000000000000000000000000A6 +:101A40000000000000000000000000000000000096 +:101A500000000000014B0158015801590159015A79 +:101A60000000000000000000000000000000000076 +:101A70000000000000000000000000000000000066 +:101A8000015A016E016E01710171017400000000C4 +:101A90000000000000000000000000000000000046 +:101AA0000000000000000000000000000174018D33 +:101AB0000000000000000000000000000000000026 +:101AC0000000000000000000000000000000000016 +:101AD0000000000000000000018D01BA01BA01C53C +:101AE00001C501D00000000000000000000000005F +:101AF00000000000000000000000000000000000E6 +:101B00000000000001D001DD01DD01DE01DE01DFAA +:101B100000000000000000000000000000000000C5 +:101B200000000000000000000000000000000000B5 +:101B300001DF01E0000000000000000000000000E4 +:101B40000000000000000000000000000000000095 +:101B500000000000000000000000000001E001FDA6 +:101B60000000000000000000000000000000000075 +:101B70000000000000000000000000000000000065 +:101B8000000000000000000001FD02260226022ADB +:101B9000022A022E000000000000000000000000E9 +:101BA0000000000000000000000000000000000035 +:101BB00000000000022E024002400248024802508B +:101BC0000000000000000000000000000000000015 +:101BD0000000000000000000000000000000000005 +:101BE0000250025100000000000000000000000050 +:101BF00000000000000000000000000000000000E5 +:101C00000000000000000000000000000251026F10 +:101C100000000000000000000000000000000000C4 +:101C200000000000000000000000000000000000B4 +:101C30000000000000000000026F02A202A202AE3B +:101C400002AE02BA00000000000000000000000028 +:101C50000000000000000000000000000000000084 +:101C60000000000002BA02BB02BB02C202C202C9EB +:101C70000000000000000000000000000000000064 +:101C80000000000000000000000000000000000054 +:101C900000000000000000000000200000004000E4 +:101CA00000006000000080000000A0000000C000F4 +:101CB0000000E000000100000001200000014000E1 +:101CC00000016000000180000001A0000001C000D0 +:101CD0000001E000000200000002200000024000BD +:101CE00000026000000280000002A0000002C000AC +:101CF0000002E00000030000000320000003400099 +:101D000000036000000380000003A0000003C00087 +:101D10000003E00000040000000420000004400074 +:101D200000046000000480000004A0000004C00063 +:101D30000004E00000050000000520000005400050 +:101D400000056000000580000005A0000005C0003F +:101D50000005E0000006000000062000000640002C +:101D600000066000000680000006A0000006C0001B +:101D70000006E00000070000000720000007400008 +:101D800000076000000780000007A0000007C000F7 +:101D90000007E000000800000008200000084000E4 +:101DA00000086000000880000008A0000008C000D3 +:101DB0000008E000000900000009200000094000C0 +:101DC00000096000000980000009A0000009C000AF +:101DD0000009E000000A0000000A2000000A40009C +:101DE000000A6000000A8000000AA000000AC0008B +:101DF000000AE000000B0000000B2000000B400078 +:101E0000000B6000000B8000000BA000000BC00066 +:101E1000000BE000000C0000000C2000000C400053 +:101E2000000C6000000C8000000CA000000CC00042 +:101E3000000CE000000D0000000D2000000D40002F +:101E4000000D6000000D8000000DA000000DC0001E +:101E5000000DE000000E0000000E2000000E40000B +:101E6000000E6000000E8000000EA000000EC000FA +:101E7000000EE000000F0000000F2000000F4000E7 +:101E8000000F6000000F8000000FA000000FC000D6 +:101E9000000FE000001000000010200000104000C3 +:101EA00000106000001080000010A0000010C000B2 +:101EB0000010E0000011000000112000001140009F +:101EC00000116000001180000011A0000011C0008E +:101ED0000011E0000012000000122000001240007B +:101EE00000126000001280000012A0000012C0006A +:101EF0000012E00000130000001320000013400057 +:101F000000136000001380000013A0000013C00045 +:101F10000013E00000140000001420000014400032 +:101F200000146000001480000014A0000014C00021 +:101F30000014E0000015000000152000001540000E +:101F400000156000001580000015A0000015C000FD +:101F50000015E000001600000016200000164000EA +:101F600000166000001680000016A0000016C000D9 +:101F70000016E000001700000017200000174000C6 +:101F800000176000001780000017A0000017C000B5 +:101F90000017E000001800000018200000184000A2 +:101FA00000186000001880000018A0000018C00091 +:101FB0000018E0000019000000192000001940007E +:101FC00000196000001980000019A0000019C0006D +:101FD0000019E000001A0000001A2000001A40005A +:101FE000001A6000001A8000001AA000001AC00049 +:101FF000001AE000001B0000001B2000001B400036 +:10200000001B6000001B8000001BA000001BC00024 +:10201000001BE000001C0000001C2000001C400011 +:10202000001C6000001C8000001CA000001CC00000 +:10203000001CE000001D0000001D2000001D4000ED +:10204000001D6000001D8000001DA000001DC000DC +:10205000001DE000001E0000001E2000001E4000C9 +:10206000001E6000001E8000001EA000001EC000B8 +:10207000001EE000001F0000001F2000001F4000A5 +:10208000001F6000001F8000001FA000001FC00094 +:10209000001FE00000200000002020000020400081 +:1020A00000206000002080000020A0000020C00070 +:1020B0000020E0000021000000212000002140005D +:1020C00000216000002180000021A0000021C0004C +:1020D0000021E00000220000002220000022400039 +:1020E00000226000002280000022A0000022C00028 +:1020F0000022E00000230000002320000023400015 +:1021000000236000002380000023A0000023C00003 +:102110000023E000002400000024200000244000F0 +:1021200000246000002480000024A0000024C000DF +:102130000024E000002500000025200000254000CC +:1021400000256000002580000025A0000025C000BB +:102150000025E000002600000026200000264000A8 +:1021600000266000002680000026A0000026C00097 +:102170000026E00000270000002720000027400084 +:1021800000276000002780000027A0000027C00073 +:102190000027E00000280000002820000028400060 +:1021A00000286000002880000028A0000028C0004F +:1021B0000028E0000029000000292000002940003C +:1021C00000296000002980000029A0000029C0002B +:1021D0000029E000002A0000002A2000002A400018 +:1021E000002A6000002A8000002AA000002AC00007 +:1021F000002AE000002B0000002B2000002B4000F4 +:10220000002B6000002B8000002BA000002BC000E2 +:10221000002BE000002C0000002C2000002C4000CF +:10222000002C6000002C8000002CA000002CC000BE +:10223000002CE000002D0000002D2000002D4000AB +:10224000002D6000002D8000002DA000002DC0009A +:10225000002DE000002E0000002E2000002E400087 +:10226000002E6000002E8000002EA000002EC00076 +:10227000002EE000002F0000002F2000002F400063 +:10228000002F6000002F8000002FA000002FC00052 +:10229000002FE0000030000000302000003040003F +:1022A00000306000003080000030A0000030C0002E +:1022B0000030E0000031000000312000003140001B +:1022C00000316000003180000031A0000031C0000A +:1022D0000031E000003200000032200000324000F7 +:1022E00000326000003280000032A0000032C000E6 +:1022F0000032E000003300000033200000334000D3 +:1023000000336000003380000033A0000033C000C1 +:102310000033E000003400000034200000344000AE +:1023200000346000003480000034A0000034C0009D +:102330000034E0000035000000352000003540008A +:1023400000356000003580000035A0000035C00079 +:102350000035E00000360000003620000036400066 +:1023600000366000003680000036A0000036C00055 +:102370000036E00000370000003720000037400042 +:1023800000376000003780000037A0000037C00031 +:102390000037E0000038000000382000003840001E +:1023A00000386000003880000038A0000038C0000D +:1023B0000038E000003900000039200000394000FA +:1023C00000396000003980000039A0000039C000E9 +:1023D0000039E000003A0000003A2000003A4000D6 +:1023E000003A6000003A8000003AA000003AC000C5 +:1023F000003AE000003B0000003B2000003B4000B2 +:10240000003B6000003B8000003BA000003BC000A0 +:10241000003BE000003C0000003C2000003C40008D +:10242000003C6000003C8000003CA000003CC0007C +:10243000003CE000003D0000003D2000003D400069 +:10244000003D6000003D8000003DA000003DC00058 +:10245000003DE000003E0000003E2000003E400045 +:10246000003E6000003E8000003EA000003EC00034 +:10247000003EE000003F0000003F2000003F400021 +:10248000003F6000003F8000003FA000003FC00010 +:10249000003FE000003FE00100000000000001FFFD +:1024A0000000020000000001000000020000000027 +:1024B000000000080215002002150020081000008E +:1024C00000000033000000020000000000000005D2 +:1024D00000000005000000000000000000000002F5 +:1024E00000000003000000020000000100000004E2 +:1024F00000000002000000020000000100000002D5 +:102500000000002000000040000000400000000328 +:102510000000001800002000000040C000006180A2 +:10252000000082400000A3000000C3C00000E4805F +:102530000001054000012600000146C0000167803F +:10254000000188400001A9000001C9C00001EA8023 +:1025500000020B4000022C0000024CC000026D8003 +:1025600000028E400002AF000002CFC00002F080E7 +:102570000000114000000001000000010000000107 +:102580000000000100000001000000010000000147 +:102590000000000100000001000000010000000137 +:1025A0000000000100000001000000010000000127 +:1025B0000003D0000000003D00000001000D0000FD +:1025C000000700D000028140000B81680002022059 +:1025D00000010240000F025000010340000C000007 +:1025E000000800C000028140000B81680002022048 +:1025F0000001024000070250000202C0001000006B +:102600000008010000028180000B81A80002026026 +:1026100000018280000E8298000803800000000004 +:102620000000000000028000000B8028000200E093 +:10263000000101000000811000000118FFFFFFF3FE +:1026400001AFFFFF000000000000000000000000DC +:10265000000000000000000000000000FFFFFFF18C +:1026600000EFFFFF0000000000000000000000007D +:10267000000000000001000000000000FFFFFFF666 +:10268000005FFFFF000000000000000000000000ED +:10269000000000000002000000000000FFFFF40640 +:1026A0001CBFFFFF00000005000000000000001438 +:1026B000000000000004000000000000FFFFFFF227 +:1026C000004FFFFF000000000000000000000000BD +:1026D000000000000008000000000000FFFFFFFAFB +:1026E000002FFFFF000000000000000000000000BD +:1026F000000000000010000000000000FFFFFFF7D6 +:1027000001EFFFFF000000000000000000000000DB +:10271000000000000020000000000000FFFFFFF5A7 +:10272000002FFFFF0000000000000000000000007C +:10273000000000000040000000000000FFFFFFF369 +:10274000018FFFFF000000000000000000000000FB +:10275000000000000000000000000000FFFFFFF18B +:10276000010FFFFF0000000000000000000000005B +:10277000000000000001000000000000FFFFFFF665 +:10278000005FFFFF000000000000000000000000EC +:10279000000000000002000000000000FFFFF4063F +:1027A0001CBFFFFF00000005000000000000001437 +:1027B000000000000004000000000000FFFFFFF226 +:1027C000004FFFFF000000000000000000000000BC +:1027D000000000000008000000000000FFFFFFFAFA +:1027E000002FFFFF000000000000000000000000BC +:1027F000000000000010000000000000FFFFFFF7D5 +:1028000000EFFFFF000000000000000000000000DB +:10281000000000000020000000000000FFFFFFF5A6 +:10282000004FFFFF0000000000000000000000005B +:10283000000000000040000000000000FFFFFFFF5C +:1028400000CFFFFF0000000000000000000000CCEF +:10285000000000000000000000000000FFFFFFFF7C +:1028600000CFFFFF0000000000000000000000CCCF +:10287000000000000001000000000000FFFFFFFF5B +:1028800000CFFFFF0000000000000000000000CCAF +:10289000000000000002000000000000FFFFFFFF3A +:1028A00000CFFFFF0000000000000000000000CC8F +:1028B000000000000004000000000000FFFFFFFF18 +:1028C00000CFFFFF0000000000000000000000CC6F +:1028D000000000000008000000000000FFFFFFFFF4 +:1028E00000CFFFFF0000000000000000000000CC4F +:1028F000000000000010000000000000FFFFFFFFCC +:1029000000CFFFFF0000000000000000000000CC2E +:10291000000000000020000000000000FFFFFFFF9B +:1029200000CFFFFF0000000000000000000000CC0E +:10293000000000000040000000000000FFFFFFF367 +:10294000020FFFFF00000000000000000000000078 +:10295000000000000000000000000000FFFFFFF189 +:10296000010FFFFF00000000000000000000000059 +:10297000000000000001000000000000FFFFFFF663 +:10298000005FFFFF000000000000000000000000EA +:10299000000000000002000000000000FFFFF4063D +:1029A0001CBFFFFF00000005000000000000001435 +:1029B000000000000004000000000000FFFFFFF224 +:1029C000004FFFFF000000000000000000000000BA +:1029D000000000000008000000000000FFFFFF8A68 +:1029E000042FFFFF000000000000000000000000B6 +:1029F000000000000010000000000000FFFFFF9733 +:102A000005CFFFFF000000000000000000000000F4 +:102A1000000000000020000000000000FFFFFFF5A4 +:102A2000010FFFFF00000000000000000000000098 +:102A3000000000000040000000000000FFFFFFF366 +:102A4000000FFFFF00000000000000000000000079 +:102A5000000000000000000000000000FFFFFFF188 +:102A6000000FFFFF00000000000000000000000059 +:102A7000000000000001000000000000FFFFFFF662 +:102A8000005FFFFF000000000000000000000000E9 +:102A9000000000000002000000000000FFFFF4063C +:102AA0001CBFFFFF00000005000000000000001434 +:102AB000000000000004000000000000FFFFFFF223 +:102AC000004FFFFF000000000000000000000000B9 +:102AD000000000000008000000000000FFFFFFFAF7 +:102AE000002FFFFF000000000000000000000000B9 +:102AF000000000000010000000000000FFFFFF9732 +:102B0000040FFFFF000000000000000000000000B4 +:102B1000000000000020000000000000FFFFFFF5A3 +:102B2000000FFFFF00000000000000000000000098 +:102B3000000000000040000000000000FFFFFFFF59 +:102B400000CFFFFF0000000000000000000000CCEC +:102B5000000000000000000000000000FFFFFFFF79 +:102B600000CFFFFF0000000000000000000000CCCC +:102B7000000000000001000000000000FFFFFFFF58 +:102B800000CFFFFF0000000000000000000000CCAC +:102B9000000000000002000000000000FFFFFFFF37 +:102BA00000CFFFFF0000000000000000000000CC8C +:102BB000000000000004000000000000FFFFFFFF15 +:102BC00000CFFFFF0000000000000000000000CC6C +:102BD000000000000008000000000000FFFFFFFFF1 +:102BE00000CFFFFF0000000000000000000000CC4C +:102BF000000000000010000000000000FFFFFFFFC9 +:102C000000CFFFFF0000000000000000000000CC2B +:102C1000000000000020000000000000FFFFFFFF98 +:102C200000CFFFFF0000000000000000000000CC0B +:102C3000000000000040000000000000FFFFFFFF58 +:102C400000CFFFFF0000000000000000000000CCEB +:102C5000000000000000000000000000FFFFFFFF78 +:102C600000CFFFFF0000000000000000000000CCCB +:102C7000000000000001000000000000FFFFFFFF57 +:102C800000CFFFFF0000000000000000000000CCAB +:102C9000000000000002000000000000FFFFFFFF36 +:102CA00000CFFFFF0000000000000000000000CC8B +:102CB000000000000004000000000000FFFFFFFF14 +:102CC00000CFFFFF0000000000000000000000CC6B +:102CD000000000000008000000000000FFFFFFFFF0 +:102CE00000CFFFFF0000000000000000000000CC4B +:102CF000000000000010000000000000FFFFFFFFC8 +:102D000000CFFFFF0000000000000000000000CC2A +:102D1000000000000020000000000000FFFFFFFF97 +:102D200000CFFFFF0000000000000000000000CC0A +:102D3000000000000040000000000000FFFFFFFF57 +:102D400000CFFFFF0000000000000000000000CCEA +:102D5000000000000000000000000000FFFFFFFF77 +:102D600000CFFFFF0000000000000000000000CCCA +:102D7000000000000001000000000000FFFFFFFF56 +:102D800000CFFFFF0000000000000000000000CCAA +:102D9000000000000002000000000000FFFFFFFF35 +:102DA00000CFFFFF0000000000000000000000CC8A +:102DB000000000000004000000000000FFFFFFFF13 +:102DC00000CFFFFF0000000000000000000000CC6A +:102DD000000000000008000000000000FFFFFFFFEF +:102DE00000CFFFFF0000000000000000000000CC4A +:102DF000000000000010000000000000FFFFFFFFC7 +:102E000000CFFFFF0000000000000000000000CC29 +:102E1000000000000020000000000000FFFFFFFF96 +:102E200000CFFFFF0000000000000000000000CC09 +:102E300000000000004000000000000000000A1137 +:102E400000000A0000000A040000FFFF0000FFFF6E +:102E50000000FFFF0000FFFF000000200000002135 +:102E600000000022000000230000002400000025D4 +:102E700000000026000000270000002800000029B4 +:102E80000000002A0000002B0000002C0000002D94 +:102E90000000002E0000002F0000001000000001C4 +:102EA000000000010000000100000001000000011E +:102EB000000000010000000100000001000000010E +:102EC00000000001000000010000000100000001FE +:102ED00000000001000000010000000100000001EE +:102EE00007FFFFFF0000003F07FFFFFF0000000F8C +:102EF00000007FF800007FF80000FF1C0FFFFFFFBD +:102F00000000FF1C0FFFFFFF0000FF1C0FFFFFFF73 +:102F10000000FF1C0FFFFFFF0000FF1C0FFFFFFF63 +:102F20000000FF1C0FFFFFFF0000FF1C0FFFFFFF53 +:102F30000000FF1C0FFFFFFF0000FF1C0FFFFFFF43 +:102F40000000FF1C0FFFFFFF0000FF1C0FFFFFFF33 +:102F50000000FF1C0FFFFFFF0000FF1C0FFFFFFF23 +:102F60000000FF1C0FFFFFFF0000FF1C0FFFFFFF13 +:102F70000000FF1C0FFFFFFF0000FF1C0FFFFFFF03 +:102F80000000FF1C0FFFFFFF0000FF1C0FFFFFFFF3 +:102F90000000FF1C0FFFFFFF0000FF1C0FFFFFFFE3 +:102FA0000000FF1C0FFFFFFF0000FF1C0FFFFFFFD3 +:102FB0000000FF1C0FFFFFFF0000FF1C0FFFFFFFC3 +:102FC0000000FF1C0FFFFFFF0000FF1C0FFFFFFFB3 +:102FD0000000FF1C0FFFFFFF0000FF1C0FFFFFFFA3 +:102FE0000000FF1C0FFFFFFF0000FF1C0FFFFFFF93 +:102FF0000000FF1C0FFFFFFF0000FF1C0FFFFFFF83 +:103000000000FF1C0FFFFFFF0000FF1C0FFFFFFF72 +:103010000000FF1C0FFFFFFF0000FF1C0FFFFFFF62 +:103020000000FF1C0FFFFFFF0000FF1C0FFFFFFF52 +:103030000000FF1C0FFFFFFF0000FF1C0FFFFFFF42 +:103040000000FF1C0FFFFFFF0000FF1C0FFFFFFF32 +:103050000000FF1C0FFFFFFF0000FF1C0FFFFFFF22 +:103060000000FF1C0FFFFFFF0000FF1C0FFFFFFF12 +:103070000000FF1C0FFFFFFF0000FF1C0FFFFFFF02 +:103080000000FF1C0FFFFFFF0000FF1C0FFFFFFFF2 +:103090000000FF1C0FFFFFFF0000FF1C0FFFFFFFE2 +:1030A0000000FF1C0FFFFFFF0000FF1C0FFFFFFFD2 +:1030B0000000FF1C0FFFFFFF0000FF1C0FFFFFFFC2 +:1030C0000000FF1C0FFFFFFF0000FF1C0FFFFFFFB2 +:1030D0000000FF1C0FFFFFFF0000FF1C0FFFFFFFA2 +:1030E0000000FF1C0FFFFFFF0000FF1C0FFFFFFF92 +:1030F0000000FF1C0FFFFFFF0000FF0000000000AA +:103100000000FF0000000000000003120000350076 +:1031100000000001000000020000000300000000A9 +:103120000000000400000001000000000000000199 +:103130000000000400000000000000010000000387 +:10314000000000000000000100000004000000007A +:10315000000000010000000300000000000000016A +:103160000000000400000000000000040000000354 +:10317000000000000000000000003FFF000003FF0F +:10318000000000000000000100000001000000013C +:10319000007C100400000004000000000000000299 +:1031A00000000090000000900080009008100000D7 +:1031B0000000008A00000080000000810000008004 +:1031C00000000006000007D00000076C0000FFFFB1 +:1031D0000000FFFF0000FFFF0000FFFF071D291197 +:1031E00000000000009C042400000000000000011A +:1031F00000000001000000010000000100000001CB +:1032000000007FFF000000FF000000FF000000FF43 +:10321000000000FF000000FF000000FF000000FFB2 +:10322000000000FF0000003E000000000000003F22 +:103230000000003F0000003F000000000000003FD1 +:103240000000003F0000003F0000000F00000043AE +:10325000000000000000000600000000121700003F +:10326000221700003217000012150000221500007E +:1032700032150000021000000010000010100000C5 +:103280002010000030100000001000001214000098 +:10329000221400003214000000E38340FFFFFFFF10 +:1032A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E +:1032B000FFFFFFFFFFFFFFFFFFFFFFFFF0003000FA +:1032C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E +:1032D000FFFFFFFFFFFFFFFFFFFFFFFFFFFF3328A1 +:1032E000FFFF3338FFFFFFFFFFFFFFFFFFFFFFFF81 +:1032F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE +:10330000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD +:10331000FFFFFFFFFFFFFFFFFFFFFFFF00003C106D +:103320000000000800000000000000000000004055 +:103330000000180800000803000008030000004017 +:103340000000000300000803000008030000080359 +:103350000001000300000803000008030000000350 +:103360000000000300000003000000030000000351 +:103370000000000300000003000000030000000341 +:103380000000000300000003000000030000000331 +:103390000000000300000003000024030000002FD1 +:1033A00000000009000000190000018400000183F2 +:1033B00000000306000000190000000600000306DC +:1033C000000003060000030600000C860000030650 +:1033D00000000306000000060000000600000006D2 +:1033E00000000006000000060000000600000006C5 +:1033F00000000006000000060000000600000006B5 +:1034000000000006000000060000000600000006A4 +:103410000000030600000013000000060000100476 +:103420000000100400106440001064400000000020 +:10343000000000000000000000000000000020006C +:10344000000000000000000000000000000000007C +:10345000000020000000000000000000000000004C +:1034600000000000000020000000007C0000003D83 +:103470000000003F0000009C000000060000000566 +:103480000000000A000000050000014000000140AB +:103490000000000000000000000000C00000013F2C +:1034A00000007FFF0000004800000048000000000E +:1034B00000000000000000480000000400000004BC +:1034C00000000004000000040000000400000004EC +:1034D00000000004000000040000000400000009D7 +:1034E0000000000B0000000A0000000400000009BA +:1034F0000000000B0000000A0000000100000001B5 +:1035000000000001000000010000000100000001B7 +:1035100000000001000000010000000100000001A7 +:10352000000000010000000100000004000000098C +:103530000000000B0000000A000000010000000174 +:103540000000000100000001000000010000000177 +:103550000000000100000001000000010000000167 +:10356000000000010000000100000004000000094C +:103570000000000B0000000A000000000000000036 +:103580000000080000000200000001FF000004002D +:1035900000000000000000001E491E491E491E498F +:1035A0000E490E490E490E49FFFFFFFF00000000C3 +:1035B000FFFFFFFF00000000000025E40000800086 +:1035C000000000130FFF0FFF0000000000000000CC +:1035D0000FFF0FFF1000100010001000200020004F +:1035E000200020008000800080008000400040001B +:1035F0004000400000000000000000010101010146 +:10360000012001012001010101011001010101015D +:10361000012001012001010101011001200101012E +:10362000010110010101010101200101200101013D +:10363000010110010101010101200101000001232C +:1036400000000123000001230000012300000123EA +:1036500000000123000001230000012300000123DA +:1036600000000123000001230000012300000123CA +:1036700000000123000001230000012300000123BA +:1036800000000123000001230000012300000020AE +:1036900000000032000000070000000700000000EA +:1036A0000000000802150020021500200000003074 +:1036B000081000000000003300000030000000315E +:1036C00000000002000000050000000600000002EB +:1036D00000000002000000000000000500000002E1 +:1036E00000000002000000020000000100000006CF +:1036F0000000000100000002000000400000004047 +:103700000000002000000013000000200001000065 +:10371000000204C00003098000040E4000051300ED +:10372000000617C000071C80000821400009260081 +:10373000000A2AC0000B2F80000C3440000D390015 +:10374000000E3DC0000F42800010474000114C00A9 +:10375000001250C00013558000145A4000155F003D +:10376000001663C00017688000186D4000197200D1 +:10377000001A76C0001B7B80001C8040001D850065 +:10378000001E89C0001F8E800000934000000001D1 +:103790000000000100000001000000010000000125 +:1037A0000000000100000001000000010000000115 +:1037B0000000000100000001000000010000000105 +:1037C00000000001000000010000000100000008EE +:1037D0000000000C000000100000000100000001CB +:1037E00000000001000002110000020000000204BD +:1037F000000002190000FFFF0000FFFF0000FFFFB4 +:103800000000FFFF07FFFFFF0000003F07FFFFFF73 +:103810000000000F00007FF800007FF800000000AB +:10382000140AFF0000000000000000010020100149 +:1038300000000000010086000000010000000001FF +:1038400000000000000086020000000000000000F0 +:1038500000000000000086040000000000000000DE +:1038600000000000000086060000000000000000CC +:1038700000000000000086080000000000000000BA +:10388000000000000000860A0000000000000000A8 +:10389000000000000000860C000000000000000096 +:1038A000000000000000860E000000000000000084 +:1038B0000000000000008610000000000000000072 +:1038C0000000000000008612000000000000000060 +:1038D000000000000000861400000000000000004E +:1038E000000000000000861600000000000000003C +:1038F000000000000000861800000000000000002A +:10390000000000000000861A000000000000000017 +:10391000000000000000861C000000000000000005 +:10392000000000000000861E0000000000000000F3 +:1039300000000000000086200000000000000000E1 +:1039400000000000000086220000000000000000CF +:1039500000000000000086240000000000000000BD +:1039600000000000000086260000000000000000AB +:103970000000000000008628000000000000000099 +:10398000000000000000862A000000000000000087 +:10399000000000000000862C000000000000000075 +:1039A000000000000000862E000000000000000063 +:1039B0000000000000008630000000000000000051 +:1039C000000000000000863200000000000000003F +:1039D000000000000000863400000000000000002D +:1039E000000000000000863600000000000000001B +:1039F0000000000000008638000000000000000009 +:103A0000000000000000863A0000000000000000F6 +:103A1000000000000000863C0000000000000000E4 +:103A2000000000000000863E0000000000000000D2 +:103A300000000000000086400000000000000000C0 +:103A400000000000000086420000000000000000AE +:103A5000000000000000864400000000000000009C +:103A6000000000000000864600000000000000008A +:103A70000000000000008648000000000000000078 +:103A8000000000000000864A000000000000000066 +:103A9000000000000000864C000000000000000054 +:103AA000000000000000864E000000000000000042 +:103AB0000000000000008650000000000000000030 +:103AC000000000000000865200000000000000001E +:103AD000000000000000865400000000000000000C +:103AE00000000000000086560000000000000000FA +:103AF00000000000000086580000000000000000E8 +:103B0000000000000000865A0000000000000000D5 +:103B1000000000000000865C0000000000000000C3 +:103B2000000000000000865E0000000000000000B1 +:103B3000000000000000866000000000000000009F +:103B4000000000000000866200000000000000008D +:103B5000000000000000866400000000000000007B +:103B60000000000000008666000000000000000069 +:103B70000000000000008668000000000000000057 +:103B8000000000000000866A000000000000000045 +:103B9000000000000000866C000000000000000033 +:103BA000000000000000866E000000000000000021 +:103BB000000000000000867000000000000000000F +:103BC00000000000000086720000000000000000FD +:103BD00000000000000086740000000000000000EB +:103BE00000000000000086760000000000000000D9 +:103BF00000000000000086780000000000000000C7 +:103C0000000000000000867A0000000000000000B4 +:103C1000000000000000867C0000000000000000A2 +:103C2000000000000000867E000000000000000090 +:103C3000000000000000868000000000000000007E +:103C4000000000000000868200000000000000006C +:103C5000000000000000868400000000000000005A +:103C60000000000000008686000000000000000048 +:103C70000000000000008688000000000000000036 +:103C8000000000000000868A000000000000000024 +:103C9000000000000000868C000000000000000012 +:103CA000000000000000868E000000000000000000 +:103CB00000000000000086900000000000000000EE +:103CC00000000000000086920000000000000000DC +:103CD00000000000000086940000000000000000CA +:103CE00000000000000086960000000000000000B8 +:103CF00000000000000086980000000000000000A6 +:103D0000000000000000869A000000000000000093 +:103D1000000000000000869C000000000000000081 +:103D2000000000000000869E00000000000000006F +:103D300000000000000086A000000000000000005D +:103D400000000000000086A200000000000000004B +:103D500000000000000086A4000000000000000039 +:103D600000000000000086A6000000000000000027 +:103D700000000000000086A8000000000000000015 +:103D800000000000000086AA000000000000000003 +:103D900000000000000086AC0000000000000000F1 +:103DA00000000000000086AE0000000000000000DF +:103DB00000000000000086B00000000000000000CD +:103DC00000000000000086B20000000000000000BB +:103DD00000000000000086B40000000000000000A9 +:103DE00000000000000086B6000000000000000097 +:103DF00000000000000086B8000000000000000085 +:103E000000000000000086BA000000000000000072 +:103E100000000000000086BC000000000000000060 +:103E200000000000000086BE00000000000000004E +:103E300000000000000086C000000000000000003C +:103E400000000000000086C200000000000000002A +:103E500000000000000086C4000000000000000018 +:103E600000000000000086C6000000000000000006 +:103E700000000000000086C80000000000000000F4 +:103E800000000000000086CA0000000000000000E2 +:103E900000000000000086CC0000000000000000D0 +:103EA00000000000000086CE0000000000000000BE +:103EB00000000000000086D00000000000000000AC +:103EC00000000000000086D200000000000000009A +:103ED00000000000000086D4000000000000000088 +:103EE00000000000000086D6000000000000000076 +:103EF00000000000000086D8000000000000000064 +:103F000000000000000086DA000000000000000051 +:103F100000000000000086DC00000000000000003F +:103F200000000000000086DE00000000000000002D +:103F300000000000000086E000000000000000001B +:103F400000000000000086E2000000000000000009 +:103F500000000000000086E40000000000000000F7 +:103F600000000000000086E60000000000000000E5 +:103F700000000000000086E80000000000000000D3 +:103F800000000000000086EA0000000000000000C1 +:103F900000000000000086EC0000000000000000AF +:103FA00000000000000086EE00000000000000009D +:103FB00000000000000086F000000000000000008B +:103FC00000000000000086F2000000000000000079 +:103FD00000000000000086F4000000000000000067 +:103FE00000000000000086F6000000000000000055 +:103FF00000000000000086F8000000000000000043 +:1040000000000000000086FA000000000000000030 +:1040100000000000000086FC00000000000000001E +:1040200000000000000086FE00000000000000000C +:1040300000000000000087000000000000000000F9 +:1040400000000000000087020000000000000000E7 +:1040500000000000000087040000000000000000D5 +:1040600000000000000087060000000000000000C3 +:1040700000000000000087080000000000000000B1 +:10408000000000000000870A00000000000000009F +:10409000000000000000870C00000000000000008D +:1040A000000000000000870E00000000000000007B +:1040B0000000000000008710000000000000000069 +:1040C0000000000000008712000000000000000057 +:1040D0000000000000008714000000000000000045 +:1040E0000000000000008716000000000000000033 +:1040F0000000000000008718000000000000000021 +:10410000000000000000871A00000000000000000E +:10411000000000000000871C0000000000000000FC +:10412000000000000000871E0000000000000000EA +:1041300000000000000087200000000000000000D8 +:1041400000000000000087220000000000000000C6 +:1041500000000000000087240000000000000000B4 +:1041600000000000000087260000000000000000A2 +:104170000000000000008728000000000000000090 +:10418000000000000000872A00000000000000007E +:10419000000000000000872C00000000000000006C +:1041A000000000000000872E00000000000000005A +:1041B0000000000000008730000000000000000048 +:1041C0000000000000008732000000000000000036 +:1041D0000000000000008734000000000000000024 +:1041E0000000000000008736000000000000000012 +:1041F0000000000000008738000000000000000000 +:10420000000000000000873A0000000000000000ED +:10421000000000000000873C0000000000000000DB +:10422000000000000000873E0000000000000000C9 +:1042300000000000000087400000000000000000B7 +:1042400000000000000087420000000000000000A5 +:104250000000000000008744000000000000000093 +:104260000000000000008746000000000000000081 +:10427000000000000000874800000000000000006F +:10428000000000000000874A00000000000000005D +:10429000000000000000874C00000000000000004B +:1042A000000000000000874E000000000000000039 +:1042B0000000000000008750000000000000000027 +:1042C0000000000000008752000000000000000015 +:1042D0000000000000008754000000000000000003 +:1042E00000000000000087560000000000000000F1 +:1042F00000000000000087580000000000000000DF +:10430000000000000000875A0000000000000000CC +:10431000000000000000875C0000000000000000BA +:10432000000000000000875E0000000000000000A8 +:104330000000000000008760000000000000000096 +:104340000000000000008762000000000000000084 +:104350000000000000008764000000000000000072 +:104360000000000000008766000000000000000060 +:10437000000000000000876800000000000000004E +:10438000000000000000876A00000000000000003C +:10439000000000000000876C00000000000000002A +:1043A000000000000000876E000000000000000018 +:1043B0000000000000008770000000000000000006 +:1043C00000000000000087720000000000000000F4 +:1043D00000000000000087740000000000000000E2 +:1043E00000000000000087760000000000000000D0 +:1043F00000000000000087780000000000000000BE +:10440000000000000000877A0000000000000000AB +:10441000000000000000877C000000000000000099 +:10442000000000000000877E000000000000000087 +:104430000000000000008780000000000000000075 +:104440000000000000008782000000000000000063 +:104450000000000000008784000000000000000051 +:10446000000000000000878600000000000000003F +:10447000000000000000878800000000000000002D +:10448000000000000000878A00000000000000001B +:10449000000000000000878C000000000000000009 +:1044A000000000000000878E0000000000000000F7 +:1044B00000000000000087900000000000000000E5 +:1044C00000000000000087920000000000000000D3 +:1044D00000000000000087940000000000000000C1 +:1044E00000000000000087960000000000000000AF +:1044F000000000000000879800000000000000009D +:10450000000000000000879A00000000000000008A +:10451000000000000000879C000000000000000078 +:10452000000000000000879E000000000000000066 +:1045300000000000000087A0000000000000000054 +:1045400000000000000087A2000000000000000042 +:1045500000000000000087A4000000000000000030 +:1045600000000000000087A600000000000000001E +:1045700000000000000087A800000000000000000C +:1045800000000000000087AA0000000000000000FA +:1045900000000000000087AC0000000000000000E8 +:1045A00000000000000087AE0000000000000000D6 +:1045B00000000000000087B00000000000000000C4 +:1045C00000000000000087B20000000000000000B2 +:1045D00000000000000087B40000000000000000A0 +:1045E00000000000000087B600000000000000008E +:1045F00000000000000087B800000000000000007C +:1046000000000000000087BA000000000000000069 +:1046100000000000000087BC000000000000000057 +:1046200000000000000087BE000000000000000045 +:1046300000000000000087C0000000000000000033 +:1046400000000000000087C2000000000000000021 +:1046500000000000000087C400000000000000000F +:1046600000000000000087C60000000000000000FD +:1046700000000000000087C80000000000000000EB +:1046800000000000000087CA0000000000000000D9 +:1046900000000000000087CC0000000000000000C7 +:1046A00000000000000087CE0000000000000000B5 +:1046B00000000000000087D00000000000000000A3 +:1046C00000000000000087D2000000000000000091 +:1046D00000000000000087D400000000000000007F +:1046E00000000000000087D600000000000000006D +:1046F00000000000000087D800000000000000005B +:1047000000000000000087DA000000000000000048 +:1047100000000000000087DC000000000000000036 +:1047200000000000000087DE000000000000000024 +:1047300000000000000087E0000000000000000012 +:1047400000000000000087E2000000000000000000 +:1047500000000000000087E40000000000000000EE +:1047600000000000000087E60000000000000000DC +:1047700000000000000087E80000000000000000CA +:1047800000000000000087EA0000000000000000B8 +:1047900000000000000087EC0000000000000000A6 +:1047A00000000000000087EE000000000000000094 +:1047B00000000000000087F0000000000000000082 +:1047C00000000000000087F2000000000000000070 +:1047D00000000000000087F400000000000000005E +:1047E00000000000000087F600000000000000004C +:1047F00000000000000087F800000000000000003A +:1048000000000000000087FA000000000000000027 +:1048100000000000000087FC000000000000000015 +:1048200000000000000087FE0000FF000000000004 +:104830000000FF0000000000000001D20000150091 +:104840000000000100000002000000030000000062 +:104850000000000400000001000000000000000152 +:104860000000000400000000000000010000000340 +:104870000000000000000001000000040000000033 +:104880000000000100000003000000000000000123 +:10489000000000040000000000000004000000030D +:1048A000000000000000000000003FFF000003FFC8 +:1048B0000000000300BEBC20000000000000000556 +:1048C0000000000300BEBC20000000000000000546 +:1048D0000000000D0000000C0000000000000010AF +:1048E0000215002002150020000000300810000012 +:1048F0000000003300000030000000310000000222 +:10490000000000040000000000000002000000029F +:10491000000000000000000200000007000000028C +:104920000000000200000001000000030000000180 +:1049300000000002000000400000004000000004F1 +:10494000000000200000000F0000001B000080009D +:10495000000103C00001878000020B4000028F00AD +:10496000000312C00003968000041A4000049E0059 +:10497000000521C00005A580000629400006AD0005 +:10498000000730C00007B480000838400008BC00B1 +:1049900000093FC00009C380000A4740000ACB005D +:1049A000000B4EC0000BD280000C5640000CDA0009 +:1049B000000D5DC0000061800000000100000001EA +:1049C00000000001000000010000000100000001E3 +:1049D00000000001000000010000000100000001D3 +:1049E00000000001000000010000000100000001C3 +:1049F000000000010000000100000001000005AA05 +:104A0000000005990000059D000003C00000FFFFA5 +:104A10000000FFFF0000FFFF0000FFFF0000004656 +:104A20000000000C07FFFFFF0000003F07FFFFFF33 +:104A30000000000F00007FF800007FF8FFFFFFFF7D +:104A4000FFFFFFFF0000FF00000000000000FF006C +:104A5000000000000000190000000000000001D369 +:104A6000000035000000000100000002000000030B +:104A70000000000000000004000000010000000031 +:104A80000000000100000004000000000000000120 +:104A9000000000030000000000000001000000040E +:104AA0000000000000000001000000030000000002 +:104AB00000000001000000040000000000000004ED +:104AC00000000003000000000000000000003FFFA5 +:104AD000000003FF0000000F0000000700000000BE +:104AE0000000000E03150020031500200100003017 +:104AF000081000000000003300000030000000310A +:104B00000000000300000006000000030000000396 +:104B10000000000200000000000000020000000091 +:104B20000000000600000004000000020000000277 +:104B3000000000010000000400000001000000026D +:104B400000000040000000400000000400000020C1 +:104B5000000000020000001F000010000000208084 +:104B6000000031000000418000005200000062801F +:104B70000000730000008380000094000000A48007 +:104B80000000B5000000C5800000D6000000E680EF +:104B90000000F700000107800001180000012880D4 +:104BA000000139000001498000015A0000016A80BB +:104BB00000017B0000018B8000019C000001AC80A3 +:104BC0000001BD000001CD800001DE000001EE808B +:104BD00000000F00000000010000000100000001C3 +:104BE00000000001000000010000000100000001C1 +:104BF00000000001000000010000000100000001B1 +:104C000000000001000000010000000100000001A0 +:104C10000000000100000001000000010000000190 +:104C20000000000100000614000006000000060459 +:104C30000000FFFF0000FFFF0000FFFF0000FFFF7C +:104C40000000002000000020000000000000000024 +:104C500000000023000000240000002500000026C2 +:104C600000000027000000290000002A0000002B9F +:104C70000000002C000000010000000107FFFFFF02 +:104C80000000003F07FFFFFF0000000F00007FF85B +:104C900000007FF80000000000000001CCCC020101 +:104CA000CCCCCCCCCCCC0201CCCCCCCCFFFFFFFF0D +:104CB000FFFFFFFF000000000001000100110807D6 +:104CC000CCCCCCC1FFFFFFFFFFFFFFFF10000000B7 +:104CD000000028AD7058103C000000000000FF00EC +:104CE000000000000000FF0000000000000002843F +:104CF0000000150000000001000000020000000399 +:104D0000000000000000000400000001000000009E +:104D1000000000010000000400000000000000018D +:104D2000000000030000000000000001000000047B +:104D3000000000000000000100000003000000006F +:104D4000000000010000000400000000000000045A +:104D500000000003000000000000000000003FFF12 +:104D6000000003FF000E0000011600D60000FFFF48 +:104D7000000000000000FFFF000000000000FFFF37 +:104D8000000000000000FFFF000000000000FFFF27 +:104D9000000000000000FFFF000000000000000015 +:104DA000000000000000FFFF000000000072000093 +:104DB000012300F30000FFFF000000000000FFFFE0 +:104DC000000000000000FFFF000000000000FFFFE7 +:104DD000000000000000FFFF000000000000FFFFD7 +:104DE0000000000000000000000000000000FFFFC5 +:104DF00000000000BF5C0000FFF51FEF0000FFFF98 +:104E0000F00003E0000000000000A0005554000086 +:104E10005555555500005555F000000055540000FB +:104E20005555555500005555F0000000BF5C000079 +:104E3000FFF51FEF0000FFFFF00003E0000000009F +:104E40000000A0005554000055555555000055551B +:104E5000F0000000555400005555555500005555BB +:104E6000F0000000000000001F8B080000000000A0 +:104E7000000BFB51CFC0F003097772A2F215595114 +:104E8000F96D6CA8FC81C659CC0C0C8540DC0DC4B6 +:104E900015CCF8D58631618A7D9541B057493130BE +:104EA000704A40D8361203EFB7514C7BCCA089969C +:104EB0001ED420749D0684664493FF06955FAC0C57 +:104EC000A19934B19BBB042A0F0059F6FA14600370 +:104ED00000000000000000001F8B08000000000020 +:104EE000000BED7D0D7854D5B5E89E3967CE9C99C1 +:104EF0004C923361122690E049081035C0000182BF +:104F0000457B8060639BEA1050538B76402B91DF8A +:104F100048B1E659DF9D03F931F2D7203E4AADD5BD +:104F2000815A4B5BDB1B7DD1D2EFD9DE89582F7EB6 +:104F3000AFBD97025EB1856BB0D6B656BCB4D52B6B +:104F4000FD3E5ADE5A6BEF9339E76426095EF5F6AB +:104F5000FB5EF16B77F639FB67EDF5BFD75EFB8C37 +:104F60005F0D33E5E38C5DC07F501EF530C68A339C +:104F7000A5F59CA9C6CDAC96B196A8A26F85776B16 +:104F800024D6DA5B83F5C9F56C1A633E6C5FCAE020 +:104F9000CF52EA2717A9B17404DEBF24D5497A6637 +:104FA0001C77D92233A6CD84926D3F2215C01829D3 +:104FB000DFD90195D1BF0B958CB59D9CD1F0BC5527 +:104FC00087FF45597EE48DCBE18FB96CEE0589B141 +:104FD0003F6ACD85E961C67F337958932731F65E04 +:104FE00032D6F0FCA4A1EFAD75AC61EC757F11AECB +:104FF000D3543E3395B1394CA57558EB938BBA4BCE +:1050000012216877E0454DAECEC0C322B0C879F01A +:105010005C6669FFCCA1F00FE28F99341ECC93A699 +:1050200079AC7E03009F6D7DEEFE83E38AFE4C86A5 +:10503000FFE63096878F60DD8F78121FC3E7C1FAD5 +:10504000BBCC71505FF3C4128670E23AE25333F086 +:105050005BF35AEB189CDFB59E5CEB189C5FF4CBBE +:10506000856FABDD1FEB3BBB9897B1E33EBD3C8E3C +:105070007CD230A59E017D9B904FE665E8B26471BD +:1050800027C1938B2EC01FBA86F892429C9FFEAD1B +:10509000BD0EC8CE36B10063B3B3CC3F02FF24DCF3 +:1050A000FC537FFD87C23F5F12FCC31A8A492EACB6 +:1050B000F5BBF1DD52EF3BED9F360CBE457F8B7E9D +:1050C00043F82F57BFA17C6266E51331BEC52FD6CA +:1050D0003CFF557847E20FC67A887E8CC5259C3701 +:1050E0005337593CDFDECE5696001BF0299914E960 +:1050F000FA83340DCBA0897A438AC86F0CD8E5486F +:10510000F4F3292C81F469C747A5A233F0915C160A +:10511000FB06EAB1C79942F3CA1195C6013C3D4E60 +:1051200070343AF117D4E20CF9D957525D9880F1F6 +:1051300058A828AB1CDC976C6D906D7C729F8F35E6 +:10514000F78688507C9E092C3506F1777E91DE9497 +:105150009F7B1C37BEDA7DB11309D0BF66B112FB4D +:1051600026AEDF937D3DE9C1F52826E207D6931EE2 +:105170006E3DEDF993C57AB2CB7587588F05FFE088 +:10518000736B5D39FAB9E1CFF5BEC3674457C01000 +:10519000667EF675F9705D158C9DC475213D430AD8 +:1051A000D1C9174911FFC2FA4E127FB8D6077CC584 +:1051B00090AFDCEB933595F062CD2FAB5F6C9067D1 +:1051C00065E0FC1DD3689DBE413862348EA431EA8F +:1051D000F73396F81DBE07FE3B42FC1732188EAF20 +:1051E000446180E9581ACD26D0B5A37F1EAB994AF9 +:1051F0006A8BAD855209255823B4EBF88BD48CFC0F +:10520000C822B50E39791D89519C1B6F96DEB4EA10 +:10521000C710FF3543E97FECD37EAA7714C7BE8160 +:10522000B8F47A383FB8F10378F37A6CF494358E99 +:10523000CF639F9EC2F195438E9BD42F38F005FF1C +:105240000C94CB7162DC9D55AC472A847A9DD7F4CF +:10525000039DAA6AF47E58D9203E774C9AF39C0F9E +:10526000FE3CE54F14E1FC92A4F5FB80BEE35A7AC4 +:10527000098FDD82AF164BE7D5D7A0FCF2FCCAC27E +:105280009550D6793C59F9685F126007FEDC9B5453 +:10529000990C03BF778AC39F8BDF1E4DEA0EF97C02 +:1052A000B4436E4841FB47EF2D6A6A00BC7546AABD +:1052B00066928E313C32AE2BCFC3517C99987F5F82 +:1052C000E717094EC0DF6508BFC58716BF5519A689 +:1052D000A1417D22E0C70B24D67A582CADF331646E +:1052E0001B9E2CFC001E66E138457ACC2BC3F3B024 +:1052F000D16B2A7A060F5F9EEF257A6E5C3079BFFC +:105300005491817B93C7CBE92AEC319363D5A837BD +:1053100073C9DF2EC0530DC971CC83EDC6D4B3144D +:10532000CAD156F1FC1D165FE48176631A633E5CB8 +:105330000FF87F82BFA2E80CB10EC16ABBAE0E723D +:10534000FE2AD7F6213CD75A70B4087C65F8EB5A90 +:105350004F71062F167F4DF02696E073B53AB64092 +:1053600046B06B52695C77BB97B5903E31D9119CC2 +:10537000AFC863C931E7EF5095BE1FF97BA5A043C5 +:10538000516DD79D5E803F1C95098F45032B1AD127 +:105390005E054E5EF33BC69F939D1AD3D0CBBC886F +:1053A000EF7A7D0196E116D3C47923DEC44A84A343 +:1053B000A83E1D5F44FA50F3A008F6F84C86F4535B +:1053C000E7F718F110D2FB6AB6C2E69F7CC1C3E5CD +:1053D000146036523519BA3E240CD3CEBAFD81552D +:1053E00035D82E4878A962F5821F0CE6017E50055B +:1053F0003F00DD3722DDF35A748F07EA1375CD8342 +:10540000F001BF8F45FEEAF1B152ECD7D3A934A722 +:10541000385E8E237E435E81171DFE4379F6F27956 +:10542000AFF4F8683EE9568EAF428DA574A04F5E8A +:105430008D612811E42BC005AA4181B7004BF54FBF +:105440000154865C782BAA8F79D05F97AB7AD31200 +:10545000C7D37D0867D04893BD00FC3184F751B9AC +:10546000F5D5FF09EB79F4B01433998D0F19F0E1FC +:10547000D40CBEF47B41DEECFECA45FA91A85E90E6 +:105480005FE510B767967D007EFD2AC2256B9C5FA5 +:10549000476B87D436497F1DF597AC79119F96EFFE +:1054A000DDAD6D31116FEFE2588037A967461AF70D +:1054B0003B80E5D837391FA6897E9A91427B44F616 +:1054C000704EC61F09D67859DAB64E5F5990A5EDD1 +:1054D000FE48B3E9C1F9EE12CFD43685E090C13E63 +:1054E000B09ACC3AC152D038B8CC0B13B1FE259A41 +:1054F000C7EA2787583A0074DA563393D9FD6619FC +:10550000FB411B148F0B1543FBE5C68B6BBE654E31 +:105510003847DD2F24EB6F64D9F70CED27B3372C18 +:105520003C01F28EE000B333F4017FE9A007EC68A0 +:105530007BD9E326F2F97DF80AE8DAC538DD59C2ED +:10554000EBB0635299F7B49FFC369DF34B94FB5339 +:105550007E76439AE4243A3AFF2A28F8EA6196F8DC +:1055600035F295BF2C41F8DD560CF6ACC08667F4D9 +:10557000279147AA9751FB6D536F373DE8A74CD051 +:1055800066102F08BEDAA672F832F36CA175762782 +:1055900053EC573EB41B7C7C558FF3D2E2CB6ACEE2 +:1055A000C7DD354D850C9FABBDA48FF27A9E4C7B39 +:1055B00023767E34D9B2A9B84ECE775F83F282C506 +:1055C000976897A241073F5AFC668D3FB2DC45645D +:1055D000BB5D2F07F667C48FDCDE8F177C3FA1EC25 +:1055E000AC8701BDF5B8B610ED7A65738CECFB4362 +:1055F000E15F94AE2038EB35A4B7C718E3B970F972 +:10560000E8F9C2EDFF1435CAAFD9FDFB503DD46DAA +:10561000EB0BD638DF833790A9570C1DAF40F853FA +:105620004C8FC550EEB6FA52CDE0EAB149DE920594 +:1056300011A0EBD640EA04BA829DDDA50B1AA05D4D +:105640007002F02ACAA9DCABA2BC7E1C9535F2AD73 +:10565000AE939C8504BDD940AF3A1150ACCC96D9DD +:1056600056A8F60F480CF5EFF6A89CF27B0432D151 +:105670004E0AD8AC71B60FECA671EFAF39AA39C695 +:105680008FF2F6016B7CBDF57395B6F1DF9B64C1BB +:10569000D5A312BF0C00AEE07D1ECC97AA40ACF69D +:1056A000A80BD07ED6C2C61EEA6A8DC150BFB3BA5F +:1056B0000897A711FC06D0DDA477E56A93FC6EA8D5 +:1056C0006FA6FDDF728FDB9F6CF4A2DC80BD473ECE +:1056D000B1ECBD35CF88FC36DA76C0C132E8E1BB2B +:1056E000593086FEC0694FE2B35E78DEB6AC8DF904 +:1056F000000EDFB2D6CF7542D9067C4AF252E74D92 +:105700007DB342F02DF4DB191F9BC27EF298B2628A +:10571000846F671DB7B7B9E6DD96342755D9FCC548 +:105720006D407F9447D0BF6AB67E79D1AE4955604F +:10573000687736E863B52C718D91C76D728CFB2943 +:1057400096B8DB5B3C747CC638FF7B4103A3BC048A +:10575000439B18CA6190D9E4A222D32E2357CEFAD4 +:10576000DE15B747110F91B1C60C0FF0FB33A04EF9 +:10577000E2E0F245F28C27511EBEBB25BE20047428 +:1057800089F88D3BBDF0FEC52D8B176C0779885CC1 +:10579000C24839FCC87B876733F6C798CA158C1D89 +:1057A000DA72DB6633C4F18F7A726BF248E9EB3E52 +:1057B000D47B27A8DCEDE5FEE21EC1DF4139C5F54B +:1057C0005B35B4B3CBAFCCFDB0800EFDECFE4394A3 +:1057D000EB1F59F01DF8515F43FC1435C33E42479F +:1057E000BE73EE23DC787FD4EBA1798F7AF93E6F1C +:1057F0006FFE6A5AFFB98189C3EE1BBA611DB8BF3B +:10580000B0EA4705FC0867AC06E184F776FB0F6059 +:10581000A21C44962E277ACACBF8BE932D670E3F62 +:1058200059D65AADFD441FAEC3BD9F1884D3978887 +:10583000B6C2F31D61D0A5601F77F8CCE638B51B62 +:105840008836D9FCAD7289FBC783FDE6017D617C9A +:10585000D593E847F96435D1901D7F79CD3DCCA330 +:1058600067DA77097CC82C657A2766E03E82EB2DE3 +:10587000CE0D7FCEF5363BF79D83ED07F7EFF1A315 +:105880005EDB3E61506E6B2DB93DA22EB1E9A71DC6 +:10589000B51727AFDBE5015583F63B43AF754FC422 +:1058A000F849CC1B9BA4A3DCCF3CACA39ECC8FCCF3 +:1058B000B4C7A793FE85BFF2DAF6C5A11A18CFC602 +:1058C000973B2E52AE07E78FB8E76F6AA8C83EFF36 +:1058D0009F383ED85BA4F7F9D4ACAB740FE1D50D7B +:1058E0008FD54FF226CEDBE10E54F1B8C4503D38CF +:1058F000E0C0E7C5EA3F7719F2B038CA597B68A61D +:10590000B6D286977C89CBD9157E235F2A1E0AF7EB +:10591000C5EAC75CF376469CF34ECFCC5B86F34E6C +:10592000479D87762C5E60E6A11D8B6FFF03DAB181 +:10593000A0D6D3702BF2A36B3F502060ECA86BFA7B +:10594000CCE7713F5025C7886F556E3FE43A256517 +:10595000A2FDE8F1183CAE67901F16443F8C42BE92 +:10596000DC0FFB3F96FDAEB2F96195381FF7C3DC43 +:10597000F860AC4C7B23CFAEA74D2E6F623FBCB21C +:105980004E3002D36FFC25C075C7611FD97F761ECC +:105990005ADBF621AFFD8AEFE7EE10FBB9DB58BC0E +:1059A000005F9E61DE0684F70C3B5A30CB46EF4F1A +:1059B0004B223ED4ED237FC984FF10CECFF7F81CD5 +:1059C000FED4AABDCEFAEDACA904EDF0ED0FFA5865 +:1059D0000AF07187CBEE5C29717DB28AB576219D84 +:1059E0003B45BC6AA506A6175CF2753FF8FA9C1504 +:1059F000505F26717BF0661256E6CFC0B53A9452DE +:105A00000C78FFABBE59377C8C61FF54D738949F1C +:105A100030F77FDDFC706BB713BE91E077C36BF995 +:105A2000E7B9E0900F788C54167E5D29F8CDA25727 +:105A30009B5A308D15825F16E0A5B910751994FF39 +:105A40001E48B5C33C4949F0056B9DCBE3DEADD3A1 +:105A500049EF8DD0AFFD7DF6BB0FFB150FEDB72DD8 +:105A6000D21B477D6DED9B826A2BE1C223F3FDC8FB +:105A7000B6E808EFAB867FEF866B4918ECC1F4A15E +:105A8000F0817FB35B8275DD2D19377326E6F0F95F +:105A9000119F1296DC8F273F07DA6F9043DD1E18A7 +:105AA0002F10EA237F27A03BFDFE0DF807EABB6A13 +:105AB00046FA2EAFDAF9DEEDFF3C2EEC256CEF490D +:105AC0008E0A48C4500F84D264BFEAE4B7066CF271 +:105AD0006BD17D6314F4C698DCFAC90B3B3BDC1335 +:105AE000A8421F7844DD82E38F3D9E0694878D8C0B +:105AF000696D33EDE32A34EE107D701EDECF417CFC +:105B000030C6F761B128E2A93B890736783E10BF5D +:105B10000ED7DDFE92C4503FB5FB5A29FE6896337E +:105B20001DE3EAFE2AFEDE7F5C8A78B93F4C78EA04 +:105B30002A6D780CE31907251E3F82FD00C521FC64 +:105B400021D330808E5DE0778431BEFD0FFC1C6573 +:105B5000412891C07E52B4D9E7877EFFFCC4ADCD09 +:105B6000585F1DBD5AC6FDCD2131CE99EF3C398716 +:105B7000017C5DDFCB6769DA9FA414DCD7ACEE93C0 +:105B8000286EB6E61FF369FED54FAD7ABC11F1F36E +:105B9000832BF537489FB6133D563FB3F45F4DB1A5 +:105BA0001E15E8D1BE59C423CD587429745DE7672A +:105BB0009F43FFC75ABF853F55EF217BB7FA4098F7 +:105BC000E2B883722C437BE8EF87B2298BBDFB8D53 +:105BD000C4E37A6FE52BCD089FE740FF2D045FEF0C +:105BE0008D3E5C97A7AC95FD1AE63B89EBE3EDC8CB +:105BF0001E98DFF6A426C1FBB7BEBD4FA99C8AF351 +:105C0000EE5356521C6733E1C182533DB0CB44FD85 +:105C1000A5566995681A16FDE3F70A06E0F98603AA +:105C2000521AF7535052BC32A03BE348605F421E09 +:105C3000A0FB7AC197EBFBD6917E5FDFBB8DECD8E2 +:105C400086834EBD0678A573D2352F4BB146ACFF87 +:105C5000EF6F15E800CF9B47BE5980F8877956282B +:105C6000203F3ECD291738FEB9A2A1E3317696CE6A +:105C70000537F4DECFE773E9CD37F18FD2A1E7AC7A +:105C8000F9B2F39C951D1833AAB8C39AEFBDFB88EF +:105C900009F3BDF5D4EF1FC17394B57FFDD3235F26 +:105CA0004279FE714043BDBFE13BBF7EE41EC0E3CD +:105CB00099837E2FF2C5DB3FFAD6E30F41FDED5706 +:105CC000A6CC44553459E6F2FCF6937F2ED1619C64 +:105CD0004D3F5A3C16D7BDE9E94563D930FEC6DBD6 +:105CE000C04729BF1D9E14D14F3F08E38D85EAB3FD +:105CF000A274D1E350DFA10908DF9913FE18CAE6A8 +:105D0000067886F2BCBE17E8348DD7EF05BCAE7FAF +:105D1000E23E3AAF1C8A5F73BC374AFA673C86DAC8 +:105D2000D7F72DBDEECA5A2C7D311DC76367C97EDA +:105D3000BAFB6D380E749C9E9B6EEFB2F30AEAC7F5 +:105D40000D4FDCCFE775D1ED0CFE316F28DDEA9108 +:105D50006E7919BABDCBD63EFA10BEEC1B93757F97 +:105D60006E9D8BAF7BFAFAC26CE7F876FCA6478192 +:105D7000DF16119729928D65F26CE483EF3EFE5099 +:105D800004E9EB8F3522BDBFF7EE04067CF15BDF43 +:105D9000D95B50FECEFEC8AFED873EAB7FF432D963 +:105DA000E9B79FFEB9A2939D031711FCB9B7D9E0DB +:105DB000BF23E8DFAD17E7391B1ECB4FFB0B327457 +:105DC0005A9F5AD2A017D0738A27AE4F717E5F9F19 +:105DD000EA5FE6C942B76D7225B71B297E4EB6EE63 +:105DE000B15F2A2CE4A4A7A70EE978FA6A7C9E8BFF +:105DF0008ED6FA355CFF5C1B3D1FE3729A4B1EDFAB +:105E0000DEE797D10E5AF47D5BEC7737A43C2FB3D5 +:105E10002C726AF9374C5A3E2C9DDCFCD0E596E397 +:105E2000D4E8CEF7475EC7C5E1E98B7848543C1407 +:105E30005F9B4B410FA33D2A5052688FBA7CFACB2F +:105E400026F2C58B3EB61FBAB417CC617A96F856C7 +:105E500007FA795332753914A778BF1CD1683FE629 +:105E60003EEFF6C1F640B7C173E8D494B103B88FE2 +:105E7000F5F2787067FF3C86FA1FCB0A3CEF6D9B0A +:105E800045711AABBF148D519C5889EA0BB28DAF86 +:105E9000B4CDA1F643F76BADBFDD07F59DD19218E8 +:105EA000FAFBF9DAF7A3FDECE2F76DDB6593F6A1F7 +:105EB000DDA12D6AA56D1FDAADE7DC073F2F0FB31B +:105EC0000FBED8FDDBE0FC11F7FC39F7C1C7653C1C +:105ED0000F10E79043F64B5A88E20AE3843CBF2157 +:105EE000F47E394B6F66DCBF89ABF63875F3D97E2B +:105EF0008C4B7F7DC9C97D2B609E42D6417169B0B4 +:105F0000FAB517660DC7CFCEB8B4DFCBFD20161794 +:105F1000F171CFA07EE1F38973CB7319789E5C0990 +:105F20007F3E3C7780CE172F8129F1BCBB6299BEA2 +:105F300005E199B8FCC8B757103FBCBF38F920BF7E +:105F4000E816BF988EFD7DB7FEE1ECEF033EBE3E46 +:105F5000D867077CB387D2A7FB43DADF4733F34622 +:105F6000B3CD3BC46F1EE5B9E0579616F073E693C8 +:105F70001E8AD39B0B0D8F0FF974028B61EED069D3 +:105F80004FA2DA87F1B965A61FF93424B75E82FE05 +:105F9000646848BC8AC70976B8E2CC171BB71A6D8B +:105FA0009CF962E351C3C499EB7DB3878EEF8E33C6 +:105FB0004BF90FD2FE2E709171E6C81863862786C2 +:105FC000E8FED8A29FD665E2CB37FA0A16F1F8327E +:105FD000A378F24DBEABDA4D802B32DE7812DBBFF8 +:105FE000DA397F119EC74426F2F77314FEFE1E4C69 +:105FF00092C0F306D93051DEF7AEF86235E5AD4414 +:10600000D900FA67567CD3DF9C488B7C9304D22F4F +:106010004FD3FB3D3AEA61CD83EB582C85683FFABC +:10602000C7324674CF85C707447EC94EB01B58FAA5 +:106030001BF8B9607752A3FC93ADC92895DB930692 +:10604000BD7F87C5D7F9E81C919F4FEF15F18F767B +:1060500085B5607954D8EB5F0A7ECE947C1F72E8D8 +:10606000D46FF6DE8A708582E457E682AB27593D0D +:1060700089E7BFC426E1BC5DC93AAA6FF7A4753CA5 +:10608000BF6AEFFCA72D2AF07F8174368AF5AE8EA9 +:10609000E7B7D4CFA33C02B25B923E6D926CB35390 +:1060A0009D3E1ECFD0EA787E9D66C0FB59D89FE703 +:1060B000390EE12F0137B4A77C284DE3EDBFECC9C1 +:1060C0001E7F7F408CBFB3FF1AB2CB72C2F420DDBB +:1060D000A260FFB0DFCEFE57E879B7EF8881F1A567 +:1060E0009EC52CB61FD61F6EAB213877F6BFC82AC7 +:1060F000E1FD4362DED06D3D44C7D2B65AEADF1DF2 +:10610000609FE1717126F2A278DE48B78F89BC28C2 +:106110007DFF16A87F4BC011D081B50BD1FE5E4527 +:10612000E3CB55E6119107F82DE417F6BC3B7ECD85 +:10613000E3D6E35882F6E1E3AA4306FA8FE36A4A1C +:1061400016A2DF35AEEE32CA9B1C57155A41CFABB3 +:106150004B6EC5F201CFD9238B30CFADD44BF1AB11 +:1061600071D5D59FA776D557ACC2F72FFAC2044F89 +:10617000C1152DD5387E019E37E23AE423742EC82E +:10618000749DE293D639E38E5865E170FB19B26CC9 +:10619000965E24790C624CC4562F72D5C7B9DA5773 +:1061A000BADE5FE67A3FD3516F13F866B54AEA9BD1 +:1061B000680307648277BB68C35A81B1F19C5404B9 +:1061C000B4FB0B1E524FD7F0F2351B5FDD8FEB1A7D +:1061D000464F9EF471B91F17F566E0C3FF5383194C +:1061E000782A096F141FC9E8897A13931576CC1E93 +:1061F000D413A6FD1CC4A6277E8D723B544FD41425 +:106200000E0C0397A517BA849E8005531CE51D96B6 +:10621000F80FD20375A02FA6D9F541AC05F55F5450 +:10622000092D92E7913EA0F333C0503BC65D142F79 +:1062300027C9BB3EB608CFD30E9D5AB57705C8C354 +:10624000C6D94ACC8FF4177E91250F5856E40FF526 +:106250003B43D1B4C3EFB49EDBFCCD8BA3DBBC3D91 +:10626000EAE9102F313FCFD20B23D10DF3CCD81454 +:106270008E1F0C62E5D5050D1DF05128F450DEFC93 +:106280009285BA2DCFA254D02DAFDA49677FD4467C +:10629000679685CEAC9EEC814567F0D3896E25E983 +:1062A00017993E75285CFEB64B496F20DEB00C9501 +:1062B000B105864D7FF8346D1FC6C71E5CBA7EB32C +:1062C0000FF303C714CD403C4E53B89E66079DE7BD +:1062D00061D6B8A03FA62978BE196965DC45E4E718 +:1062E0005B2569AEDFF26B0D9640FD173528AF4890 +:1062F00029030F4EE774413806D7837A0FF384D40D +:1063000056665412DF265876FB365FC962DFDC76AC +:10631000C782EF0B0AD77F5639127F23FDD0AE58C4 +:10632000F80C56C73CD9FC922E6187760BFBD68DB4 +:10633000F608EBCF7D95F8B349E1F1FE40590F43E4 +:106340003C07E45805DA25539EBE08EDD2EE00EF77 +:1063500067B5B7C6BD49E03B20E8E39EF716B18EAE +:1063600031C23F77BF5F25DE2B8D3C8F4C69EC2619 +:106370007BA59429A751DF2B7A17EDF7D9E1217975 +:10638000B2AB10AF3ED69A7EAC02F1CAF5BFB5BE35 +:10639000DDCFBD42FBBDFCB256CA13DCA070BB947E +:1063A0005987785F7B84AD10ED16A0FE61C0B7B051 +:1063B000BE4D48E762A433B75F2ADAA15923F3F54B +:1063C0003D8AE6D06BD6FBA764E34B8AED3CA22B5B +:1063D000BE36FE791DF9673BD973592D30F3709D98 +:1063E0004F3077BE6607F6F3B194E9A9C89CD30E87 +:1063F000CDC31F927FB14DA1FC8B660355B33FEE19 +:10640000CABFD09D7E71B7CB2FBED8FDC968FDE253 +:106410008BDD7F0CE3177F4B1945FE4520541FBDD4 +:106420009DBD0FBF78BAF1072FFAC56C35F78BA762 +:10643000184F623D14B97911E61D45665976A1756C +:1064400011C6B72273B95D38A8DCD98E76E113AADC +:10645000F14384EFF70AE3795F71C320F3F34476E5 +:10646000BD6495BEB1FC9CBE237C8346E7F52EFE41 +:10647000F8B9E04BF779FD07357E963C80638A2DAD +:106480000FE0A35ACFBFAAC669E4FBC1F92E328F31 +:1064900001E4E6F72437AEBC8D41FEAFF672BBCA0D +:1064A00052EA129BFDD95AFDA1C76FCE2BC3C46F10 +:1064B000B6A27CBC9FF9471FBF09F9B9BE207BA5D6 +:1064C0000893DA11BE7DA43C8662BF4DDE94A82BF2 +:1064D0008FE1238E734CF60FC61B26FB3FC238C7D5 +:1064E0006CFF601EC36C7F96FC895CF902A18A5820 +:1064F0009CFCB9522F433C75CD8FF5A0DEED2AF7F9 +:106500002A5B2A32F730AC79D6FB2752BF8EA8E23D +:10651000C57872C7E1C5744ED2E56B6DA0F3C4B007 +:1065200057DB5F3114EEE57E6EC7A5B66D931E1B7B +:10653000267E2689FB571DDA730457DE8C4818EF38 +:106540000DB4F7FF8FC312EECFA2251501A8DFE32C +:1065500017FE1420F357B6F356D07B0D08BF54E650 +:10656000656837A4B69D34DF48F03508FC496DF7FF +:106570004F7A6C9873DA0F1A3E0B8F37FAB9BE91C7 +:10658000DAB6D3FC165E3B6A643A77F0A1F30F7477 +:10659000F30DF8F9FDB518BF0F22D778E91CD0F23A +:1065A0001B41BFB4911C3DEBD43F52889FB32FF2E7 +:1065B0006B7C9E402BC9A795571F4A74909DCA4B70 +:1065C0007439F603169FE4F94C86EDD5904CE7B18B +:1065D0008AE00BE9CA741CD7D333A3CA8BFC92168A +:1065E00078EC36605DD3A114EBE811F967D63C8CEA +:1065F000557D65399E6F1A9533314EFD5D21372AE1 +:106600000B91FE54110FB3F09EC1663601E0DFE539 +:1066100017E70A95AC12F977E3828D9F40FF57D5B3 +:106620004D7FB6F389A1FA8805107E6981375085C0 +:1066300079FA33B83E62D1DA11CE27F8B9AC5CC32F +:10664000EF8D5874B0F06ED1C387F791F1BE810120 +:1066500074B1D18345397E07F3CDFB9C76C9A20B7B +:10666000EC02EF5FEEB1AF7F27F181B5FE27FDE2CF +:106670009CEDBF69FD8F625009E13F74E95796C3F5 +:1066800092028637465BBC2AE06FDB3E3A2F24D36A +:106690007998C547EAC0AE7439CCF3E2DF0AFCD181 +:1066A00051DF23A173DB09CCFA77A7E37EC4047121 +:1066B0000FC68A0706D7F2786039F209D06F42CD4B +:1066C000963BBDD3288A42FBC2F19F66940706EF32 +:1066D000093F56FFF236C5717E1F6E70D6C7309ED9 +:1066E0007F369ED99E839C8DC17C2DBCAF24EE71DC +:1066F00058CFADF33AC5A5B7ADD27D5E77DEEF3C9E +:10670000BF1DE9BCCF3ABFDD05E6559D9DC1677B46 +:106710002573DC9374E3B344370DA4DF58BCE786DC +:10672000F185F92C966618554A50BC81D5F13C2D5F +:10673000599CE75AFDC32AD7272A7B87EE45296C47 +:10674000C024BDE5A2874587EE6A26F2E68D502972 +:10675000BC0F0BEA750B3A044B810E80A7B0C03F0B +:10676000AB1778F5300FF26FC17CC5710F4761DC54 +:106770002F2C12F9C941171D149137A7B89ED7AA1B +:106780005C9F5DECF9E93455D0239FE5DBE9C1B4AA +:10679000ECF9EE163D06F9F622E79B6FCD1782F96C +:1067A00026BE8FF972B473D3FF6A419F2E9DD3A783 +:1067B000AB96D343BD86CB859B9EF0AF11E947A630 +:1067C00002F8620CD20BFD6A700F292FAD91D349EC +:1067D00085FF906E639B9D74535D72918B4ED6FDC9 +:1067E00030BF6A2C277E7E3D40F12C7590AF9EED28 +:1067F0005700D6AD658CE2682F621209C613FF5AA6 +:1068000048F06F8BB114DABD71950FF0B82B6EF1B3 +:106810006CFDB7EA4DC3C6B9BE9C049B3905F6E9C9 +:106820004995CA5CEDF2954402CF8F0AE7338F1C7D +:10683000C17B8A3AF9CFF9028FE1A84EF73D1F12CA +:10684000F2421C6DBB97A534707F416DE4A552AF39 +:10685000AC6054E7F71E959A85BF9329AEE1C4A3B7 +:106860007B9CDC74B6E155CADD6EB425DE3F7DCD80 +:10687000671FBF4795D05F382E511EAB5A0BBB5ACE +:1068800084BF562B41BE506B63212A071634F07A21 +:106890007C2BBEFF21D20BFD0A83AFB340F70EBBAA +:1068A0003EFA67ED3F2A3378B1E070F3CF7F177E71 +:1068B00076207E6CF6F17E8C09007EDE6D60299676 +:1068C000C5BFB5CAA273324B63DC727EAA9BE4AF2C +:1068D000DACB907FD5F9A0DF80BF1EBAE3058ABB73 +:1068E00028BAE6916CE75B2FA8DC7F57F01E2B9D42 +:1068F00033E89EA5F9F6F7FCBE3DC8D14F548A0F88 +:106900003EA162DC6F9B9C36849C509EE1B6F3FFF7 +:10691000A4921FD8A2F071420F3AF4C76DAACF918A +:10692000E730A867A26CC06BDB175A76E2943FF1A0 +:10693000925A9CB9CFA144F97D0E2B3E69E55D3C8E +:106940007F6A6EC01EAFEC4932713ED74B71CA8769 +:10695000936C5215060E6E0B50FCBA509C9B94190A +:106960002A9DD794199AC64BBD08F9AACC881561FF +:106970007DF77C2EDF5B451CFF2971BE77409CEFC5 +:106980003D94D4A97C3C594DEF1F4BC6A8BE3F593E +:1069900047F5149EFF41FD916403957DC9383DEF95 +:1069A0004D3653F9FD64829E3F916CA1F23BC9566E +:1069B000716ED8466557D2A476DDC96E2A0F267B44 +:1069C000A87C26B997CABDC914B5DB953C40F53201 +:1069D000A3B1C143EB089E46BB56DE0AEBB6F91BDA +:1069E000183FB7FB1FB30E3BEFA55E9A2A72D4C7C0 +:1069F000B78C73B49FB2B7D2F17E52CF658EF713C6 +:106A0000BB673AEA15E6158EF697B42D74D4671F66 +:106A1000F9A4A3FD8C7493A33EFDE04D8EF6537B49 +:106A2000573ADE5F7E60B5E37D7E6CA3A3EE8FDE1A +:106A3000E368AF3D3060E23E4E99C062980F546803 +:106A4000B022BD90F42EE9D9CE30E859E0BDE9017D +:106A5000113F46EE2EA47651FC9E83AF919F07FA1C +:106A6000E633C22FBC1F87CF65437C87A2D1247F2A +:106A70004E3E791FB5B3EDDBA60790CF8F3BF707EE +:106A8000567C48B3F248C0FEE1F762982A53BBDD5A +:106A9000326FB7182FFCCDCEDCA3623199F67F633D +:106AA0003C4EBDA434F2FBC00A93FF13E38A78ED99 +:106AB000FC8287F2A2FFD39E3F356FC0599F7BC2F5 +:106AC000592F4D38EB45F57CBC413C8A731E26CBD3 +:106AD000945F1A3C3E71E6565A0FBF8FA588BC974B +:106AE000DB03DC4FEA4EF64EC3FB5E16FC20754519 +:106AF0001AEA77438F6868F76BF9F7020AF914F01E +:106B00005CD3747A1F2BC212FCC97400FDED939FF5 +:106B100038EC29C8F86D011DC6B5C1A5543BE15438 +:106B200075AE2F0235CEF5B8FDA41581F7E7278F96 +:106B3000D63FDA637D1F45DCCFB0EE7B966EEAE987 +:106B4000C7F879E96D1AE527FBA67AE3B8FFEEAA44 +:106B5000F136EC437F18EA5896AE4D6D463FA5F4EA +:106B600060C553E8175C752EBD00F9B5B4559B811F +:106B70007EC1AB015DE46B274A310E567A70976790 +:106B8000218C7332C0CF054A1B7BE87CA6FD697E51 +:106B90005EF3FCA91B35CC37FE63A48AF4DB99674E +:106BA000FC06C629CE14F1EF2E9C7966EE0B488CBC +:106BB000DF270F17D9BF8F71E6FB3F9FE383F1CF2C +:106BC0003CF5F33932E535A71CFA7CDD856373505B +:106BD000FF9B0B5935DE4FDBA0298CF21271BDE80B +:106BE000CBDCC628FEB9A744E9C2F14BC67A77626E +:106BF00019CCAB70DC970039A8A0B8A92CFA1DF607 +:106C000051BFF6178334DEC649FCF9C67009F9FB9B +:106C1000ED61BD3D8471C80ABECFD8788DE99F80F3 +:106C2000EF4F8D8D9950EFF0C0561CDF9732FAAEC2 +:106C3000CC7B15ACBA02E57691B6085382CE96733A +:106C40007D60ED4B834706C09740FBD6B3A800FAA2 +:106C5000B5C37E062809F5543BD6B719BC1E7EABDA +:106C6000750AFA11EF795B772D0738CAF22A857F0A +:106C700096E8C17BB677CFF5CE407FC63A27387409 +:106C8000CACFE1FE9944F989C00F1FB7C771F20757 +:106C90003CE4C7E4CBCC2C9CC9D883C96A8207DE0C +:106CA0001B11D8A41447F8FEB338CAEFB9E72F0375 +:106CB0003FC1AEDFE17FAFA9821E30BEBFC26BFA1B +:106CC000A6A3DDE0F62F9D5469BC87921A953F4E2E +:106CD00046E9F903499DCA6793B161E393B9CA6D67 +:106CE0002E7F65CF54580DCCBB479C4BFFA9C66B7C +:106CF000564DCFDDFFE1E4E131F59384F003DECAC8 +:106D000036F173D69CED377B3ED704FCE5BF538E3E +:106D1000EFE77AB3D47EEFB1D39728C5CDE1D9FBA5 +:106D20009EAEAF2F2539E37921B247D6508EA2AC63 +:106D300017E5AD34DAE3C17314EB3E05F91FF0E259 +:106D40008765EF1C2A447EA961BD0896529360288E +:106D50004FF3CAAB36A3BCB2A9CEE7073D5ECAEB80 +:106D6000C7F11642796F20FE5600E34A4575D2F707 +:106D7000A1FD3B7D7E1DE5F6C1E7FEACE0796FE746 +:106D80006B8A8AF1B3D2674F539E72A77740C17363 +:106D9000CF5050598CE7FF9D4AE2520C4585823D09 +:106DA0009D58DF5390F836BE8719173F1F05B9F17C +:106DB0009B5FC3F74A90990D6530BFCFFC2CAEB7EF +:106DC0009E793BD5ABE8FD78CC97BA10501677E3A7 +:106DD0007BE4B52B481D751A580FF37A68EB850EC6 +:106DE000136C9F3FC8F5040B71B91BAC6B50B7F91E +:106DF0008183CF65FE9CA9BCB4D6B5EED09F5F1849 +:106E00008FF9EACF7A7A317E54FAEC2EC22FEA2338 +:106E1000D43F079387B50E8BCE363F7C1EE65FA02E +:106E20005F9AF2A42A3DE4FAD177E74ACF1AFA66CC +:106E3000A457CA17C31488D63C6E4FE60DC03876E7 +:106E40007B268BEFE8B9BE43469F6C427A6DE7E73D +:106E500004A5B70D2818573F5867E64D83E76B56D2 +:106E600054CDDC0C747935E811F6D5CCABC7784538 +:106E70002448F70BACFC87B75CF90F6B45FE836FBA +:106E80000BBFCFB1A6A2B76426C6ED03FC5EC99ABC +:106E9000B0A8879D75EB3B590735335C04E5FA8351 +:106EA000BB26E0BD86F5ACE716BCC7C07E2A31D450 +:106EB0004FBFEB9F57F831A8AF833AAAF6757D33E1 +:106EC0003E89EB58B7DDEB45142C0C723CACEF035C +:106ED000FE09A1FC828200D572D0E8B95C465F7CD5 +:106EE000DBB38B0357021F571A9A1768FD70DE3FFA +:106EF00077AAE55057B44BD90CACFF0BF1D59A6B80 +:106F0000BCE2A30EFFF213A34ADC631887E38FED04 +:106F1000C4F3C4DA6695CEC34BBC713AD7614779E6 +:106F2000BE12B2C07CC0B714EEA0F39FFFE8F452CB +:106F30005E1A1E47E2FD865A991D96A1DCA300FD4C +:106F400030CFA94BA67EF0BCDB578474891D427DEF +:106F5000CCBAB93E9EFDAC9FF6ABB5ADC61D14B71D +:106F6000D1E6937F9389CFF17CDA4B849E9CABB1C1 +:106F700005B86F3B1BAC20606A9B6F5883FD26AE43 +:106F800058F67F0D1DBF0F9532E97CE8156E0F8214 +:106F9000DBE22D98372DFD3C14DB0C8FFBBC0B2F57 +:106FA000BF13E8D217E0F493C2896D3FC3B87DB830 +:106FB0008AD1FB70E2F778EFE26CB1AAE37942C7BD +:106FC00000ECAB0BF17D4C433A5E89FA02F1665E50 +:106FD000B7D8407DA724EE44797C74EB759D985F0B +:106FE00007789FA802DE1F095E4778EFDB6C8CD71D +:106FF0006CF5B97F013F80CE71AF237994C30FAC9C +:1070000041F986F73FC1FDCE0F8B98A00B7F5F5BE8 +:1070100069D5C1BFAA0338360B79C6832FD0FFB517 +:10702000B6F6F520CFBE85FCFD97603ECC8FC43808 +:10703000655B11AE8B99B8CF3E7BA99CDAEFE1F787 +:10704000C7F07ECAD5D2F24F4D85E7FE493C0E12FD +:107050000C733D1C0CEB645F014FB46F3CFB52287A +:1070600085F808865B7BFCF8BEBC8AF67D79293EF4 +:107070000E9648FF3C714FCFA32DE1FE67B5F3FBA1 +:107080001C7ED7F738641107955DCF1FA930FACB66 +:10709000A17FDBC012D21F7B82E29CA09CC799EF2C +:1070A0008E9B9FC07DE165677B17A2DB5073EEC8A6 +:1070B00073584E637F5888EA32A6860F61B92FC88D +:1070C0009976A6366311A9BEBADE43744CA60F9416 +:1070D000A2FE9A2DA5DAD1EF2F9CDF2BE13C636F46 +:1070E000AEBAC8F3D834E50B6C0F791B52746EF846 +:1070F00094B6C2D6FFAE3C715E24F4894FE37CDCCB +:10710000C67A16E0F74080F6FC3B2E42BFF844609A +:1071100053667CDF2E6B310DEF412DC8AF25FFED9F +:1071200084907FA97FDE75E86728A827A0FDC301AA +:107130001E6F3D5BCA7AD19F91A30623FB26F20501 +:107140003789792D7D81F957C614C69EBE76F242E5 +:10715000DCEF3E7D6DC942F4CB1F18CC373CAB58F9 +:10716000DF23A27CF4F431CF0570327ED0E0C5B4C9 +:1071700049F60DD978793CCAF7111FE9ADDD612ECA +:107180004F83FB7DB1EEA704BC9D3EAE0FEF4BF2EB +:10719000FB55CAB93C969A05FC27F4BA3F711BF11E +:1071A000991F6C1C7EAF4A65A68978B5F0A09679C8 +:1071B00059CA1EBF3D5740FD9F0AF279ACF3D35C1C +:1071C000E7C977E789EF930D392FD509EF9B06E9DA +:1071D000C2F7299BF28DB1A8A77FB890C3EDE683D3 +:1071E000B782226E72CE437058CFCF22BF013C8A45 +:1071F0009CA0EF5628E7647A6FAD7770BF36F89E93 +:10720000AFE36D8DDF8B55A25C5E958312F9792C0F +:107210002A9FB5DF3BCD43BF7B6246CEACFBB0437C +:10722000D7113B62207F55713D3B540E4DF277AC38 +:1072300075FA75E77B777ECA20DCE7C638D661C968 +:1072400057663D25F41EED09DD7793D95771DFB6FA +:107250004EE45FAC9380AF00FE6D3FE5F786DFB68E +:10726000F609CFF2EF90AEEBDB27F24074C7777AE6 +:10727000D61FBC93F6731B5E0F995E68BF1EF53276 +:10728000E06B5BDA7DFF389E1EAF67DA9F40050832 +:10729000F0BDA3B594A2BF1112F429F1A6257ECFAB +:1072A000F888847AA03318FF2DF7B39821030D3A9C +:1072B00007F5AAD28976768F92D1BB9877B827C87E +:1072C000EB469ED2D95143F69EDA87825FEB34CBF0 +:1072D000C81F10F53D9DE867ED51628730FE603EA6 +:1072E000E3D7D11F81FE06CAAB795335ED6F3A2B38 +:1072F000D938F40B9F2FE1DFD5EB7CC6BF1FE3E944 +:10730000F70612FEA06D9F75A6F817135828EB78A4 +:10731000A663BC0917371ECCDF8778B5DE3F5F72E6 +:10732000058D0FFD743A77293B720BDAD19267FC19 +:1073300014A77DD8E79477ABBC51C873575273DC60 +:10734000A35450BE91CF582BC9B53F5AE490674B18 +:10735000CE9573E359CA764E7D42D8F90C7F4DA085 +:10736000F74F09BA7625F511E6A9CC31CFE523CC44 +:1073700033CD310F6AE2C1EF9A0D13E775DFCB71A0 +:10738000EB45ABB4F4E24FC5F8324B7C210FEAABCE +:10739000077AAF46B15F126E28C7D4ED71C2EFAE67 +:1073A0003BB0EB10B263D21F7F02E983F929C8DF3B +:1073B00057F8E3A782C599FAC5CAC7C3A80B8BB310 +:1073C000EA419E0F2CF6ED9BF2639FC4FAA61D9531 +:1073D0009A39CCFECCADE7160ED1875CDF7D70F319 +:1073E000490E3A0E9D4FA1F719BB9660F63C7A6B99 +:1073F000FE4DA5C658E6947303E55CAEB0F40033C9 +:10740000512FECB6DE9BAF76D697A15F9D798FFEAC +:1074100059893FD31FBF03B43B68B57F337BFB3C27 +:1074200057FB4AABFDBBE4CFB9E1B1F40ED6D1FFB7 +:1074300093FFE21FF40F11BE5D5ED77845D678AC9E +:107440000BC7B3FCFE695BF35EC00F60EE0EF72C5A +:10745000403B7EF6F34CC7FB15DF9063C198CDDE51 +:107460004D137CAA9C0B38F09CC16F889EB3A893E7 +:107470009E9B4E7D62D87BD6BF493AEF59AF4A6C8E +:10748000A27B9FD304FD5A60E780E3B73C2C39E42C +:10749000F7EFF0FEADC07B690E7FA686CBF7DF1C51 +:1074A000BCA539E02DFB48E1DD1AE0FAF601512ECA +:1074B000D65AFBF13EC162DD43F70B1743DB4011A7 +:1074C000E6F382CF0BE562999921FAEE7F8AE7E72E +:1074D000431DE31DD7FDE50BAF7F9CBEFF11F5DA21 +:1074E000CF29FD6571962D7E8D7E37DEBBBF1FCF08 +:1074F000A3FD43DFAB22AEFF9589EB99FD1E4E4302 +:1075000048E02FC2BF73EBEE773E5F9C4BAB51AFB1 +:10751000E39C5FD41571DEF6FEE1B996BD665BCFE4 +:107520004D021E39C2B27E87677281F03F5483F2EA +:10753000E03AB4A661E3F9A387E32A075ED684F8AC +:10754000BAA51C78392AF0D2A525687FD815FDA0E8 +:10755000E070E2E35E01472E7CBC22DEB37397103D +:107560009F48821E5D62BFEA6E6FE55575A91F2EAA +:10757000DCBB47A0A39CFFD1D0F1B111E8685A70E1 +:10758000681F2E1C4F8F00C7B72D7E8A1A44970F95 +:107590000B8E17045D72C131D58243FF70F1F1F299 +:1075A0000870DC20E0581BE279AF5DD50982C7E2A4 +:1075B0005764F3AB8A72F33DC613ECE7C5C12AE703 +:1075C0007772D9EB63BDA3C9FFF8AD58DF4872F2FB +:1075D0005692E703BD29F0B03625D1794E4B94E79A +:1075E000958E345F8BCF2C192EBFFC8E94E4807F58 +:1075F0002478B684F879D5BA5E67BF3507F25C792E +:107600003426C7AF0BAF43E8F8FF393E7787B8DDC4 +:107610001F099F96BC7C54781C493E73E251E3F9E4 +:10762000641F341E4782E78551E37165377ED7ECCE +:107630005D7033307EFB777C666FBFF6EF7CF9813F +:10764000E0F131C4E328F4E5DFF1383C3C4F8F1A18 +:107650008F2B558C67FE5DBE3F18F976EF133F2ADE +:107660007CBAE7CD858F5C7875CF678DD732C2FC49 +:107670006E3C8E048755368C169FAEFDEE47864FC6 +:10768000D7BCFF657C8AF12E1A9F23C06195378D88 +:107690009A3F4D6A77407C9F60CAD7371DBD06E48C +:1076A000FF58C3AC59F49D34D998BA742A633B0A85 +:1076B000783EF21471DEE79E6F4701DF171C6D58AC +:1076C000B48E7EC7259E47FAE3B837F6B35ACCEBA3 +:1076D0006992E83CCCDDEFA8C0EF9A82B088F71B36 +:1076E000F9B3A17FD34B12DD63CBB53ED6605B17F8 +:1076F000DD03B4D1571A8AEFA34CDF518BE7348DE9 +:10770000D9E1B0E87C3CBEF4FDE9A1B8F4A1E8A160 +:1077100091E0B9A9A07294744E117E236CF0F72CFD +:107720002FE3DF23D67D780ED774D24FF78D5EC25C +:1077300047FCF77DFE5701B46F6A98C17F8FCACAB4 +:10774000A79419E59FDFFAC0A5FBE97778962DA5E8 +:10775000F65F17F19F2174B2F84BFCBED4D8E5A6B2 +:10776000CFFE7B4EAF1758E7C3ADE508479F625C7D +:10777000FE3D18FFE8B57EFAEE907F69E336BC93D4 +:1077800071FC33618FFD3B4C0705BFCD59CEF7A986 +:107790007D27123EAF6DBFFA928007FADF3C90055D +:1077A0007F7DA2FF0D098FC8BF37CA9B6C7957FF39 +:1077B000EE7AEFEEFF9382027A7F5CE4DBB9DFA71B +:1077C00045FFE6E6E1FBB36563C4EF361993EDBF11 +:1077D000DBE4C6DF9282C48B0550BEEC693D7517B1 +:1077E000CAD30295F898C9FA3484DBC2C36295758E +:1077F000E34F1A5A74BA6E7C0DD1C982C79A0F53DF +:1078000081307FA4D6E079454522EF73EEF6406AD9 +:10781000339D6B8BDF839401AE7C9AFF15E4875C0C +:10782000F35BE34664965660DCA0DF988CE75FEE7E +:107830007558ED8EFD79D1A710BEBEA35E6D4BC508 +:10784000D0F5BBF5D2E4BD4EBEF9B3E09B08C6311E +:10785000887EADE5CD36FAFDA92040FD2F969F0E1E +:10786000A00C4339F9C1569F0EE3DE288BFC6F183C +:10787000DFCE1FFB047FBD25DA47243378199EA392 +:10788000BDCCF5CB81FDF79467CB67392AEE25EDAA +:107890002FA876E4F12E6D9CD1893F4908FC528ACD +:1078A000EAABEFE815E5287737C8FCDCF480D25A5C +:1078B0003E03F95CD1D7E1B9E668D761E13BA71E89 +:1078C0001578EE3B11F7611CBD6619E7D7EB97F50C +:1078D0007BD741B94FC8ED696C6A1BE7BA42318F5B +:1078E00092680FC418AB2ADC795F7735C9399D7B64 +:1078F000D5173E701FE6B3B10EFEDDDAC9CBFEB080 +:1079000009CF55FB149E77F8D2FDF9294C68017E0A +:1079100075C4D923CBDE4B625ED94A253699E70977 +:1079200070FDF40E4B54171667F4D410BDD4B1D4C7 +:10793000FA1DBEC9763A65D6B945C0CBF9E940AA69 +:10794000A9F0561B3F250A15073D8E093DFF6FAE76 +:10795000F8D98D2778DC14D6417933BFB8B27C1FB3 +:10796000AE23D2F25E12F3EA13853C2FE6DD54E536 +:1079700033B85E6BFDD63A57EEBF62323E5FD6E853 +:10798000F693B8BC5DDF9CE77C2EFA574BC61A3ADB +:10799000A7FD14CF3BB0C68B3400BEA6E1BAE25BB4 +:1079A000F22B3278B6F0B9D2AFDF3EF8BB5100EF20 +:1079B000ADFB43FBF09E7C71FBC05DC847EF84E2EA +:1079C0008545363EFDACA06B865FB95DC47668B771 +:1079D0009A64DD97CD7E2D6D90B2C2ADF8636FB025 +:1079E0002CE7F683FAC0652F356F8F0FDB37B35660 +:1079F0002A8F4B67A93C29E861F53FC9D2F9735139 +:107A00000F354894C775B27569E14A58C7725F6F00 +:107A1000FE4C28EF12EBF8E52689E28E837E9C6B04 +:107A2000BE9BD74AE68DC06FCB851D5FBE96E7FF34 +:107A3000DCDCEA5C0FC8DFD16B70BE7FE0F31D03B6 +:107A400076A92B22FE24BFE2D554D10CBC8F710C39 +:107A5000718F7E46539EF8EE08A3DF274CF03FD986 +:107A60002B0DB7FE04F3E7B616F2FCFB630DB75E11 +:107A70008D4752ABF6B21F0FE8E83F0D6FEF13F7DB +:107A80004A0EBB3EF941A75F3B07ED4D0D4E9A2EC6 +:107A9000BFC5A64F7F13CEA3F96E58E6C91AD77D8E +:107AA000231CE2F0FC556AC9E6DF9D0F737D77FD6C +:107AB000DEECFDCF87F3F9FB87B3DBBBC5383FD9DD +:107AC00093DE72D4F3D737671F671526C3C13827F3 +:107AD000D7FDE666CCFF39EE757E37EB268DD37584 +:107AE000BEC6F5FFB1FDF77495225DD67B34BCBFF1 +:107AF000BE728C4E7AE3B36B6750FEE26CD17E7A35 +:107B000028DE5B08E5ED2736BE80EDFB96B398478F +:107B1000CFE803371C07851C5BF605ECDAEB68D76A +:107B200022F83BD3A8AFE454EC337CC9666111D290 +:107B3000DD5C4DDFA3DF1FD438DDC1EF85C689973B +:107B40009D7EECF32EF972D373D55E97DFE6E2D714 +:107B500057598CFC6BB3314F433DF0EABD52FAE309 +:107B6000507FA5316F9FFDF7492D7E3FD6386B1DA5 +:107B7000DD636CCCF3DAEF1FBACB9C7E6D63F6FD50 +:107B80008BBBFFC5FAB5C71A399FBF7AEFACFC951E +:107B900059FABD5D5831AA78C5ABF70E2F2FAF8AC1 +:107BA00075BD21D665F113FAD52B6D747FCF45973E +:107BB000E6DB9CF3DEB0DC39AF2527C7E3ED41F40B +:107BC0004B80DEE427597E2EEB983582DDE5E77D9C +:107BD000FF0F2BF7DDB70080000000001F8B0800AF +:107BE00000000000000BDD7D0B7854D5B9E8DAB356 +:107BF000F73C924C92996466F20E3384478000936E +:107C00001042A80893844828A81320109E1D1043F2 +:107C10009410A2624FDAEB291B0218D06AB094D2FA +:107C20004AED10D152EB23B1698BCAA10382D27302 +:107C3000B40D2F4B2BD6D852DE6A6AB5A2975BCF14 +:107C4000FAFFB55666EF9D84408FBDF7FB2E7E7E12 +:107C50003B6BEFF5F8D7FFFEFFF598132652DB9646 +:107C600047C8B18AD989CBE893FE53888790D91247 +:107C7000FDCB4B88CD41FF70C3F771F121FAFDDDDB +:107C8000B5844486137276AD8D44AC841C3775BFC1 +:107C900039C14588FA84E27F8AD61FBA63E9C134C4 +:107CA0002F74E37FB390BE0FFD4E2ED8424B2EE8CB +:107CB000673C215FC0BF29D167E80199446C382E29 +:107CC000F982FEBF62479CAE4CCEA498009EFBF9A1 +:107CD0003BB2219990B4DEFD9C07B8009E99B31386 +:107CE00043F6DEDFC5F33287FF2287BF2E2CABD6EB +:107CF0003184D4CE644FE378C6F6B566D5E3B84692 +:107D0000FF7785E97C72A3F00F040F2161C4CBAA31 +:107D1000367DBB957BF47870C9A4A18DF6B350690C +:107D2000334FA4745858972FDD459FCF25DAB0FD07 +:107D300073895E7C2E2424D08674F416558EA6E3B7 +:107D4000B7C612A990D2674B7C78A88F9013B34620 +:107D50000DD3C2338BD3B76A67FB468A5672C214FF +:107D60007CC40DF4FCBA4C9EA2E5774EBDB811CA96 +:107D70007FE93439243AC4DCEA92F8F1B45C744205 +:107D80002E9069F9768713C7AD9AB3D4ACEDB77A64 +:107D9000B97E3E558BF4F37989C35B6E23AABD008F +:107DA000B8AEBB30383A3ACF153B976E4AA3E3548E +:107DB000D56D9D08E3ACD871C03C82BE2F71B0F97F +:107DC000963A58FB450A9FAF8DCE379E90B7816F8C +:107DD00061BEDF90C24FC1DF4A9719DE0BB89634FF +:107DE0009C2B0FD8619E8CEFC57B95E361A5C38466 +:107DF000CFB1F6508D633CFEA9262611B24C6E28F9 +:107E000071D32A9F25121DDC9FC33C68258BD5FFAB +:107E100034C989CEA3078FF50C8F6F9F9AB5D15DBA +:107E2000D83F1E1BFB918F81F078A2353640609CB5 +:107E3000C98CBE1D16A2C2FC4F6ECE0AAFF745E13B +:107E4000FC8CC3E99AF3E95AC798281FBC7DCFB9C7 +:107E5000C520D7B4DE067B12831FF0F51D27C303B0 +:107E6000E9A2F2501495873FC793EAB63EF8F90F9E +:107E70005CAE8CF273FA2EA9451E83CF707242EF6E +:107E8000FAFDC9C5028904619C3DF75A6B5BFB187A +:107E9000EF38A7572FFD0053A0E510FF7BC59CA529 +:107EA0009BE2E9D4D7C7254C86799E368C7B9A44D1 +:107EB000E22700BFCC91FD40A7D30D4C0F2E328797 +:107EC000E30BE8B8CFF371FEB046AE08E745F58C9A +:107ED00071DCC5B5B23A8FCE7311D7278B6AE5F73F +:107EE000E0B9B8414FBF932478EB78186F261BEFA9 +:107EF00084A5E5D6224ABFE3DFCA2950E1FB9CEF07 +:107F0000C42FA3E3BEC6F9E138F0A91DDE33B804DF +:107F1000DCFF61E0975E7AF454AC9E4F38BF9F0857 +:107F2000EAFB79CDD08F91DFE61AF86D8F259805A1 +:107F3000FAEFE4AE458BEF07BEDB15EB1FEAED4D24 +:107F40009FA79C32831FF853A37F3A2CFEF73B5C1C +:107F5000C09F69FEF5DEDE7C797C6653EC52A0FBA7 +:107F6000ACB8DA303C79FB3F95E6B6CA14D43DE1B3 +:107F70005908FF3E27835BE80BC2EDD642547D5182 +:107F80003A093BF527AE3756EC78CFECA5ED978054 +:107F9000DEB073267141FFA9BBB650F8DE3671FD25 +:107FA000F1747CF8295F74BC1EFBC1F9A13F7D3FD1 +:107FB00090FDFA7DD85411D68C5BB3D3D70AE38AEF +:107FC000F2A235AC2CE0DF1336E1FB4F1A1371FE41 +:107FD00027663D8EFCF2C71FE414C8E406EC5BD8AC +:107FE000F42FB16F809F6BD9B7114E1FE26B20FB4E +:107FF0007696900AA4C7D53B1E9908F3FB6632FA21 +:108000000D6777307E4DE7F4FEA3A56BB416BEB3C3 +:108010007CBEA7F97CCFF6E0379400F64FD473729C +:108020007DF6472E077F6CD4CBC170A79EAE2B7612 +:10803000E8E15DDCA087B7D0E960F03436C5825E48 +:108040003921F8A64646BB73225886FA7D0FE87799 +:108050000D9E0B9D37266F0B24F56EA03FD915EBB7 +:10806000007E74015B80BD3CCFE8F8898DF1FB3F59 +:10807000607E7DD88F1EBD7C5E4F77F023B478DCA8 +:10808000E1F0EAE6BFB0560F17E9D6B73F6E62726D +:10809000AC6E8943BFCF6161703A5A631D2AE3E732 +:1080A00022B0833DE31BDA2F50C2BAF117733EE9C9 +:1080B0006FFC81FCA81BF523DF25FE55683767C6DA +:1080C000215EDF7D408E4CA1E5DFCF8CDB25FBFA06 +:1080D000F22BC7AD02FA7E3233CE0472D81F1CFFDA +:1080E000AFFCCB771F188776C358FF41C0EB75F8FC +:1080F00097EF3E706DFC1AFDFEFEEC498B418E063B +:10810000E2EFC7B81F78FC1F32DAB91341A6FF7B34 +:10811000EC06F76B841FB3ECB6517F2794D53BF880 +:1081200038353B2AD1EF3C6E0A6E8C077A1E333904 +:10813000801F8B4EB1F8A386FB57029ECF12F5F03D +:1081400009FB3390FD34CACFC9AA070B60DC9355F5 +:10815000F3747EEFDC2B1924921C2D57554B01F044 +:108160001B7AE435464FF7371C161CFF0DEECFF691 +:10817000B4BB928DFD08FB56B3E39E4D69141F55A9 +:108180000D5BD3B4F3D9E16476EDFB4E368F1E7FE1 +:108190005861FEB0BBA9EBFE206DFFB13D9898A4DD +:1081A000A1D311831E3AC9E90BF580FFAA94A0B9A7 +:1081B0002F3E9C3B4736E827E6A719F591A87F8A12 +:1081C000EB5DE338467C5EEF789F273A84BF7D966F +:1081D0008062BDACF74FFBE3DF9E710DF58DE3BE12 +:1081E000E5D4D3C138FE13E0FFBBA3FC6A1C2721F2 +:1081F00089E1B56807A3FBF1DB6E423E3C31EBD56C +:108200004940B7771FF8DBC979A067961F9E04E045 +:108210002724C563FD77E9945281DF4312FA85F381 +:10822000762C3D9C8672F9378CAF8F9FC8413EB645 +:108230002731FE3D6EF1EBECA0513EB770387FC4A4 +:10824000F145485B5630FEFAF1F5877EF075A3766E +:10825000634B22B393E4EAB8D1600F1EE981279201 +:1082600005E5FEE279F1A41861F16999BD594A0466 +:10827000FF31783FE885EEAA78472B4545953530A4 +:1082800003F4F8C96326D33A0987453F7016617C29 +:10829000E8FBAAEFA191F4FBACA01C00D1AB843A9F +:1082A00013295D4BED2AF457787CE64FE3212EAB82 +:1082B000B67A41EF574D09BE2F43DC392FCEBB9E16 +:1082C000D62DEA1CBCCE45BFCFAE901CD0E5216AAE +:1082D000D7BBE8FC9F81C257080390E2E68428AB35 +:1082E00033374FA5741FE9EE30D9698BEF3F3673F2 +:1082F000B38DF6BB715D301542E5AAC7466CB66515 +:1083000011E2F1043AA7F8E9FBC7464D8772C70F9F +:1083100044FBBCCD814984BC620AF924FAFDF9C74B +:10832000CAA62B143F8A3435DF44DBB7253D86EDE2 +:10833000E7CE5D75E7CFE9F7A38FD54E5768FF45C8 +:108340008B44FB55D3CB8650782789F23D3150764C +:10835000C505BDA67C42A63D96335D81F19202F72C +:10836000105ABEF4580EF6571CA275D361128DD860 +:108370005EF4574EBFAB0A25516319F93325557189 +:10838000972A81BE7BABA4A14CA1E30F4AFEE6E68F +:10839000BC11844CA8288923B43C2C79EB746B3E27 +:1083A000D02990EFA5CFDCE46DD87FD12275247C55 +:1083B000B7A8DFDB5C41DFD7E78555A0CF1312E319 +:1083C0001F73635BB377302171E6063503E9D8C2CA +:1083D000F826D33F0CF944947369395E534E65E532 +:1083E0008EF5E46BC1BEE2D264A67F3A62FBFEBEAC +:1083F00056C8EB2282F29A788A049EA5CFC3B1A414 +:10840000C346EDCDED5652584CE3E2DA243BE75B30 +:108410003EAE8DC125DA11F5F6249093998C07F1C3 +:10842000FB2C0AD7BF7379CDF1733B4022CA6CD0C5 +:10843000CBB209E171CBD2D72AE97B4F2C09B5D356 +:10844000A73B996079262181767BB4DF3778B7E541 +:1084500039C1DDC0FFE52969F94DBE683F14DE0D65 +:1084600000AFC82751B81580DB2DCFCABF274F03F7 +:10847000771E83BB2389E1830EF353F07B3A3A479F +:108480000EDE42411D97A497E7A2CE0233A1F58EDE +:108490002473B9F5B2F6EE3282F6B9FBDB316190A6 +:1084A00043620BF9839A3C4B0B9F77DD9511243C7B +:1084B0002EFABE4E8958407FD45DC9C3F7EEA6BEE2 +:1084C000E942C83A84B7EE8A93A8E3B4EFD9FCA294 +:1084D000FDB8F07B7FF05080517FAD717204F27E69 +:1084E0001B098BFFD6C4075292AEE1F7D45D91FA17 +:1084F000815FC1F7BE418474021EE97B9217858FAC +:1085000078BD68DFD638981E5AD35E9242EC1A3A8C +:10851000289C0E16367FC0B349639F7FC5F972B69B +:10852000E02F6AD741CFDD919E87F161C7E765A350 +:108530002AB1BFF558AF4361F15391C2F46151675D +:10854000924395A27C21F841D0B323A9A104F1550F +:1085500029395A7DBDE7FD1AA75F5190F22DAD9FD5 +:10856000B228242FD5C027F8DE282784FC90F109F3 +:10857000E5FFC5209710D701FC7E2A0FA3B57464D0 +:10858000704F4862768AF201A35F9A3D0CF008FCB6 +:10859000F4E6878C01F8211BBF17751EB4C03CEBB5 +:1085A000389C29A72209A3F2D83C56D2E77E484638 +:1085B000D176372531FBD4D15636EE263A7EC736F2 +:1085C0009900FB1409FD49DEFD7529D57F293D651C +:1085D000827A8BE29BEB4BEA1ED8A2F5DB93DF9D00 +:1085E000BE4189E2C705463E290A6F39A7EB349898 +:1085F000F778C49F6A4BD2C92D292E88EA1721A784 +:10860000A23FD14F6232EBC7CE9F3DFA87DB3DAA36 +:108610006F300F481E8E41FFF9CBD73BD2007AA7AF +:1086200092EB1DF6FE307573A19EC7E31F26519C89 +:108630001C3B523614FCF87B5365EF196A57E64829 +:10864000A18D80F8D9A7FC3564B0C6FF2236AF9D56 +:10865000FA134B69E52FE8B8733A635599926E7631 +:1086600030C66BD7F8651FB548C867F7D210B4B1EC +:10867000A0377FDC9B6AC1718E55E42486B470718B +:10868000FCDF0EF95BB9B77C8A3285BBC694A3F9CF +:108690006E6776A7252130229996979B4808F97C2A +:1086A000AA5BE7CFDC9AA48F37843FE34C0CF8A198 +:1086B0009DB17E7FFE8F1BC250945F960F4A698EDC +:1086C0000F03BE52DA0897CF88A90EE8281355A2E7 +:1086D000F37F35398BF98955F4E3D8687FC7A560F6 +:1086E000A6047192DBEA873C05A50BCEBF5CBEE712 +:1086F00080D9057496FC4D74D460B293DBBBEE4216 +:1087000098A73B8EF1E1E118628BA1FDBF4E9F4817 +:1087100077AE977E9B3DA215EC87D0673D7AF02A15 +:108720008BABC5F7C35265A683960FBB87E7374966 +:10873000D81F89D1F03FED97003CBFFDC77D67A6EC +:10874000507A9807B3FE5C74FC591A399850C1E608 +:10875000BD2499E17749721C3ECBE3587F877D9415 +:108760004D609CA1743E541E5E8B0DE535205CDF90 +:1087700066F4A47C0FFAD2C3E9E6B1B0F2CF5D4C47 +:108780009E2E71B96AE0654F02AB67A4CF61175F97 +:108790001F93981E7BC8FE6210F848F835B1B606E4 +:1087A00002FC4C314A809FB694D0F9F4D1CFDDC998 +:1087B0002C7F43ED18CEB7B75D61FA6F83146EC995 +:1087C000A172B0C1CCF2F08F38C28EA43EEA5BE257 +:1087D00068DC9817B543C27FFFA4AD3211F4E256AE +:1087E0008E370B8F2F051C1B78BE23E14A1CC69FBA +:1087F0000F73FF49C93D8374568A6997B4A99904D8 +:10880000558786CE668749E7F7275C49C0F67557D6 +:10881000C69170F2B5F475117E27A95E5D9CF1C911 +:10882000E97908A7715E46BC4538BCA21CC855A6AC +:10883000120D5C25C4B101C62921FAB8A43FBFE3DB +:10884000F964E1B7C83A3B1385D7A27B1FA1F19623 +:10885000AA1DFF3C1B3F3A6E1C5135E3DE9B1C7882 +:108860002119E56A92E3EC28FAA0FCFE858CF683D8 +:10887000D929FADC6567F61CF4B28857408E1D349E +:108880005EB939B9E497D0BEC7BEF176428F249E57 +:108890008AFA73126D7B33B73737733BDBE3F72903 +:1088A000CC3F157077733D25F44D85EDD5B1673418 +:1088B000F3BC3999F1F31189F11D35E859D09EF2D5 +:1088C000ABAAB5DB467C1EE57254772546C7075137 +:1088D0007CDAF1FD97E507164D0AC9A3215F5A21FD +:1088E00091A1F431612AD313A2DD5F92EDD8EE2F6E +:1088F0005C5F087D326B91BEDE055EEF02AF3790A4 +:108900009DD6DA092927AA9FEA39FD7C178F59BC21 +:10891000B45E8E8BF91D575D816ED0FF4A6CC21814 +:1089200042E9BAEBFF9479D751B8BBDF34FB5BA1C6 +:10893000BBBD8C9E25F3D73429F4BDB94D72C0B2AE +:108940009380CFDED83E76399DEFFF16FCEA62F3C6 +:10895000A873452C43E8B8E9756CFCCCB60392A229 +:10896000919BCC5A564F719939BDC3EBCA0BE17D2F +:1089700040D942496CE3EF2D80430A5F7A9B8479AA +:10898000EDF4063A714ADF743FEBD7EE0F4B77E414 +:1089900045E7D76CAACC03BDDEEC89F3835E2F716B +:1089A00087125C409FD39108B8E1134E772A1037A5 +:1089B0002E7507125DEEE8FCBCB2231DD64DE34ECA +:1089C00033B85A92F47C40352AB323A495D94199FF +:1089D0001C017F0A659C8EE7599F8B7645D4F7244E +:1089E00071BDEE21A117D1CF21CD04E944701E9EA7 +:1089F000F5C3F87A0BA363D4AF1951007E4DCEC3F3 +:108A00001105F2A82FEF64EB08467E1CCDF53D9DC5 +:108A100047AE761E03D96F51CFDC4F1C2AF83C8E2F +:108A2000F34DC97CD702985FDD865FC45925A0C38A +:108A30002E290EEDC023584FE09DC23111E0107C6D +:108A4000A424ED9132E87CEEBB8B3864D23F7C7578 +:108A50008D3F1BBB5C2B8F1B2C88FF5D16FDBAB8AE +:108A6000F0D32B5DCC3E6D73072B80AEF57BB75AF0 +:108A7000809E77ED7ECF12EA432FF7B4BF4EFC48BD +:108A8000B5CCFFAFABB68561BE25F315A4D7CA0D33 +:108A900096B095D2A5EED9F68809FCD907881FE4CF +:108AA000BAAEADFDB5748A9F8CBAC078C88B7928F0 +:108AB0009375E645ED447A5D4402BB9BDEB6B40E89 +:108AC000F93735CE0FFC0B7E28F807974BECAA44FC +:108AD000FDA2CB6635D74BBF5FF6C5FA61DDE2B5C7 +:108AE0001826E702BFAFB74F3B2251918D7FD11AB5 +:108AF00081E752776825E07BCB3A6F09D0674B3925 +:108B00007100DF50BFE35E289737D909F0FFF5CE3B +:108B10005BE809F17EC2034C0E7EC8F504FD5700E8 +:108B2000FED74617CB13527F05F5CE6B6606A7C25C +:108B3000E1BC941CF826F22308615A74FEC6713514 +:108B40007CA3021DAF1FCE360BAC9BAEE4FAA36430 +:108B5000FE6EE9CF1ABA3F0A810EAD97FEEC2EC920 +:108B60008BFCBB7B5DB90BEB13AB17DEB3FCC74AC9 +:108B7000FAFD4E8DDE10F3E8437F6C87F9D84F770E +:108B80001E62FA2382FC26E0157414F46A757911CA +:108B90003FB750F38CEF2D94AEB4BFD706C7627FBA +:108BA000429E8DF2D7CAF93ABD7AB76442BFB2137A +:108BB000E7B9AA5A41BA1C9CB76439D075952B2DD8 +:108BC0001FF870DB2F8F5A24FAFE0517F38B56B56A +:108BD000486C1DB9E5A8A50AEC80FA1319FCAD197B +:108BE000CCE493ED3F3F8A7A7F46078BA35775B459 +:108BF0002B77D8A3FCE7BB787009F0E7AA362B895E +:108C000091802ECCCE1AF98EEA059407A25A309E96 +:108C1000033F1FF52009F9C00E0BBD7989FB91C4F4 +:108C20001E2C34817EF48CCE077D7790CF53F45F79 +:108C30001EEB3F6803BD57C0FC7D619F0EBBBC426D +:108C4000CF46506F52EF15EC9BE8BFB7BE1F5500E3 +:108C5000F87D9FEB454AB737FBD2FBA27FDF13B30A +:108C600088375E430FC0B3868F4EBBD87AC86997EA +:108C700082F02AA50C4F8A85CD5F596F0B435EE3C6 +:108C8000756705C34F920DF173D8B4AC0EE8743814 +:108C90009DF14FB3697D6E03B337EF001F1D9C97A5 +:108CA00040987E61FA64DBCF985DAB53ED1847D5F1 +:108CB00085E6209D892BC60FEB812474C852151FB1 +:108CC000E537235DBD2F1EB0C03C66B431BE8EE2D9 +:108CD0002BACE343AAA790DE9792791E9CD20BF0AF +:108CE00029E2DE445B2462F6F696BB441EF786203A +:108CF000EE853CB49F95E15F5FF1AE1857B417F174 +:108D0000EECAC6FF4A83E7DDA9BFC627C451107F5C +:108D100088B84AD4B7B8999FF6218F77E2399FACCB +:108D20002C6C437DBAF24C03CA85BD82C9BFFDB429 +:108D30005E6F89B88A460C3C0E6BBB05F2E8E53FD6 +:108D4000921C4DA47FFDB202D68F406F5FA55E30AE +:108D5000F5FFEB0CEB63596EC6B7E7F65004A37E44 +:108D60006F40BFF7F24E09D753AFB73F1239210119 +:108D7000FD56F2F8E2F2B36513FF02EB2D7B1271A0 +:108D8000FFCAA567677FE32F14DECBBBA7F8C16ED0 +:108D9000BA9A82C80FDDEE183FF8B554BD55405C55 +:108DA000BDAEEDD504C8135DF8E9D802D06B856E71 +:108DB000A6072EFE4C6E047CACFFF10B93E1FBCAC0 +:108DC000B0940CFEDAE53D3FFA07D8A9DADDAB61D5 +:108DD000E70869FAE9AF2CB07E600AEF62EFF7248A +:108DE000A25F77E1C9AD9301CF4D6D4DF8FDE293E0 +:108DF000BBB07CF0C72FECFF1CFC8060821FEA5DDB +:108E0000FCD9D66F7D0E7C3B27C10FF3A80B296CD4 +:108E1000BD4FF0AB51FFB41F40B913FC3103FC3917 +:108E2000E0F36AA647047F1E2B61EB21B34AD93ACF +:108E3000CBB1E931D5E8BF72B9AB5FE0DC05726751 +:108E4000A2F84BA5EDE7CC74EE8275F0257CFE759B +:108E5000798C1F9A29B7407E202E2F62C9A0F5E693 +:108E60002D6A9F0CF86C8E25C531C8A7909C8CAEDE +:108E7000CFCC6E79FD3389D27134556767297FD3A2 +:108E8000DE767F41FDDAB7CC2C0FD0CCFDEE798BAE +:108E9000DEC37507CA008EB322EF235FCB6E29D8DD +:108EA0009FA8D7E387713C34F3BC07ED1FED48D191 +:108EB0001A9ECF949635C13AF2E1FB2393806F5FFF +:108EC0003E7F6F6C5D9E96BF59FBF40E26F7E9B5A9 +:108ED0009DB7C03CBF9ABB741C0CB38AAF93B8203B +:108EE0003F06764EB5EBF4DBD7DD4C4F7A1CC4F56C +:108EF00015C8BB28C405FBEECA09396146FC3C8590 +:108F0000FD7BADCC1FF2FE6ADE53B0AEB5DD1C4A70 +:108F10001B0F76A999DBA7DD0C5EDADE01EBE2B46C +:108F20003FC7570AB09F4E7312B65759FB69BBD95A +:108F3000BA5898C3DF9D0D760AFA2BB4835D51AB06 +:108F4000D1AE782D7EE0878B50250DF13566F1E8A6 +:108F5000E8BC8D7912D063B0BEBCCD5DF2A87B7C3D +:108F6000F429F22A467A1C83EF74DE899E00D62308 +:108F70007B92D18E0CE4771C9CF781A58B8EBBED88 +:108F800095F7500FD503BFC3F8A1333A7B2BF8698F +:108F9000FB4BEF21BFCFDACBE853BFD7678638E56D +:108FA000D2DA00F933751CEB397F6F97BA6A70FF1C +:108FB000C74B310EC8837DC0F97F65C57B67416FA4 +:108FC0000DDE9BE685F8F98397981C1C3699109F57 +:108FD000875B47ED02FB42FD5564E5FA066FAB1572 +:108FE000F1CBFCF792F9CBB7423CB5AA96F8413FDA +:108FF000D47754667AD1AE5811BFF57B8F22BF0863 +:10900000BF95DAC3E5D0AF93DA9D1888AFA6063BCB +:10901000901EAE78ACEF9C1ADA5A8EFC955F04FC79 +:109020007570DEFE4D3618772A7140FFDBB3022FD4 +:1090300065E03C2402FB1EB69B5B4A15DA7E7BB9D9 +:10904000D7413148F1B53B15EC3CC9B570BBB61CF6 +:10905000FDE1FAD4857E889B7AE98B97D6A1DF540F +:10906000EF8D457866EC95EE657E879D30F825E4BA +:10907000CB19E19BC220FFEF73BC09FC7D60EE5C65 +:109080000278F9E0E79401E9F71953199F3AA7B676 +:10909000A19E79FD25EAD78C89F263FC2FA87F4336 +:1090A000CB498A43F2A39CCDB66AE9D9626676CAF7 +:1090B000C9ED4E4E05A3EB692E47A7B9FE39EDB6B3 +:1090C00070FEE6F959873A06ECECFB9CEED81DE8F9 +:1090D0007FDEEFAAE51194A3BA67995FE6B206F2C4 +:1090E000EFD3F0ADAB8CD949912787BC39E6CB21C2 +:1090F0002E71413CEC6D85F5624A3FA4EF575DC38C +:109100000B005F5F703B9A9E2B61FC46FD35C49B54 +:1091100067FE6EA5268FE5D9FB8AFF640FCFFF257A +:10912000070B213FEB4E89473FC62D979862C00E33 +:10913000E54BFE562FAEE761BCDAED4EF3B7EAE43D +:109140009AF97BE73DF18CAEE1DF2AB0DE92E8F1DF +:10915000B27E0DFE5CEFF837C60F71CCCC16750CE5 +:10916000C40D22BF2FE61D5E175BADD563311E36E1 +:10917000CFF008520D7A81FAE376CC073BE838103D +:1091800067B7DEF4248BB39B903E1FB9D9FA6139DF +:109190009D1FF865EE9CE01A665FE3711EEE1CB23F +:1091A0000CDAB99B52A5269F16CF0EDC8FB58DD356 +:1091B00059F8E3F5545ED08F7B85F1633DF871BEBD +:1091C000FEF54394BF997E98B197D1BD7E2FB37FB2 +:1091D00022EE06BD07FB06414FF8C646E5BADED2D1 +:1091E000350CF853F079FDE4AE61809FFEF44379CD +:1091F0005C18E5AE7CD430CC2B887E3E307B71DDB4 +:10920000ED031A37A21FCBE521FE652607822EC685 +:10921000F805E0823850E8E7127770A207E032459F +:1092200036C1FABFD0A7F52F6FD6EDEF37EA539BC3 +:10923000C2F4962D1C176ED2F00FAC61C517E01367 +:10924000F759C535327CC4E57955C4776EE7CDA0B2 +:10925000AF88CD84F87E28EFC473C067333C76ECCA +:10926000F70989D1D7BAB712D2A1908761F14A6BB9 +:109270001CEEA315F918235C933D4C8E05FE459C0E +:1092800001F976A8BFC2C3E8BE80F35B8347D2D999 +:1092900071C1D75E53E83DC8BBF7677F44BB2F2B36 +:1092A0003F24C61176308AE775BAF502984F655E9D +:1092B000FFF55A0E303D23F84E7C5739BF1751DE6B +:1092C00085E7F322EF5AADB07C7E0CD1EDB312FDF1 +:1092D000F5C4E36BAFBDBFDEF10F99AD5751370356 +:1092E000FAC33C02886F69851FE6D7CCF16D6CA785 +:1092F00010E5E32EE157F934F0709F0CB61D4DEEEA +:1093000063FDAD67DC49FA75821EBFCCD04F7F701C +:10931000371BF2FDCD39FB09E49FE26C095C7EAF9F +:10932000A2DFBFB9E73C80EAAF447DC7F258038DA6 +:10933000638437C6DB37BCD74B8F66537B2DF0F386 +:10934000F39C1E64DBF5CDF3113ECFFDB09F0BDA2D +:109350002D5274EB2376BF771DE485132779F3D163 +:10936000BFE6FB31E32793BFCA945F275F69C985D6 +:10937000F31FEEA01EFE946AFDBEC6B45092AE9CD2 +:10938000519BAEAB9FD53058F77D50E348DD779FBA +:109390005AA02BE7347F45577F684BA9AE3C7CC76A +:1093A0005775F5478467E9F78BAD6BAB067918B550 +:1093B0006781AE5DA2D245F2E9FBD16DCBF4F4300A +:1093C000E073ACE06B5B5781569E2E7A06233D120C +:1093D0008BF5F89872C5B0CFF306F963EC5E037FA6 +:1093E00018DA0BF98A238C3FE2F635FF15D6AFE386 +:1093F0008C72C4FB1D43DB4D4EEAA3DF7EE4647D2B +:10940000DC1205F87F3F1434FEF45B06F92FAF4EF3 +:1094100064EB4457660DE0773339996B65EB8773DE +:10942000F93AA2F83E3285E985C129FC7CD075F273 +:10943000F329CECFC7FAE367EAE67AC05E54108C10 +:10944000C71D15EBFE0A799DF94A84E453F9D9C684 +:10945000E7B39DB7DFB1D681FDFD606D2A3E77AEE3 +:10946000F5E2FB27D6E6E233BCD68FEF5BD716E3F7 +:109470007337F503E1F9F4DA0A76AE626D10EB3D6D +:10948000B3B61A9FCFAE0DB1733D46FA5D49427B2C +:109490003B97E8F5DABC6AF9BAE8338F3CDC292758 +:1094A000F4C647AFF6F2A26BEEBF6E3C9D5F71480B +:1094B000C3A71353E25DB87E38814CC0F87680F6BE +:1094C0009FAEF5571C1A3A307F1BF9875CBD6FA819 +:1094D000761F8E78CE05864EA76296B2F521352F7F +:1094E0008AA7FEF9AA6FFC046C1FA443D03F06ECC8 +:1094F0008FA6FD0103FF0694445D1C2D9EBFE47CF6 +:1095000058C2F9B5C4C0AF3B38BF36FE7FCAAF07FB +:1095100063E2D12F3F68F666BA35F43F181387EF40 +:10952000492EF1CEA1F4A35EB2C307EB062966C4AF +:1095300087049109E68F8738304F127383F914033B +:109540001E25EA57FA687F250AD35F126C3882FE1F +:10955000FDA6A87EC57D10B151BE977BF303ED47F4 +:10956000B5803FB6AC6B01F873EFA47875FB674A22 +:1095700015F99AFABA14E4AD8FBC60AF7637286F4C +:109580003F06798BFBD7C99BE07772356788761FDA +:10959000A5789670795B92B20FE54DF07B29D83BA8 +:1095A0000D1C6F717E7F2B85C59307B99F02FC51FF +:1095B000D087BFF29B14BD9F77A3F82E214C2F12AA +:1095C000D2950E7AE246DB53C951A05D892D418DBB +:1095D0001B73E3EDFBC367AF767B5DD7956FA29AF4 +:1095E000460239AFE1D0D5D8EC2AF013D961BEDC00 +:1095F000A5E1E3CA84E085145A7FAF99EC85F509AB +:109600006AE6BD0E0FF23DE295FE0BDA68399F97D0 +:1096100027A892D742F9C64A0B8D201F5DAF7D0661 +:10962000FA229F3F27F027A45B53416EF2E2711F9D +:10963000BB5FA089E74D8B44712AD5BD1EB12511B2 +:10964000FA25D29A2408635A08ACA76F91FCCD3250 +:109650001D4F4EF1350150E32A4A648247325BF0D8 +:1096600039897436C192DD64D22D43FD9B2AD426FC +:10967000807310B9EA403E4F797AD517B02F079220 +:1096800093D781B7461B5B7FFE34863DD552C2CE51 +:10969000C3FD31260C71D30C1272A4D27AFF2607B7 +:1096A00016C3F89F9A1CEE03882CE54F5D98F7953A +:1096B000501F94DA0BABEF443966EF11DFBE683D03 +:1096C0002CCBBDCBDFDDC8F2104D9B19BF37AD638E +:1096D000E591A98CBF07F167612A938B18A2AA04B0 +:1096E000FBA594F320FE18DD7229DE8B181D10AF48 +:1096F000F623489758D28678DD5CB53DB411BF2C6F +:10970000C2FD3B522448BE88D3F2CFF5F567B3B50E +:10971000046C948F62ABDB22E66BF4A7805F48C7D2 +:1097200055E65870DFE31352E82BA910C79C961436 +:10973000AD5F69260D44F269E1B86EBA945D0F5DC4 +:10974000CCA5FECE0065C1AA5809F7A7DC287D1676 +:1097500001538F8FB2F2FE34B20BF207B52E920A8C +:10976000FB132D761BCAD9862C966FB08C24783EBD +:1097700098384CBA798A7D7482FF283E1602FC968E +:10978000B0F41EE0C792DA80F12051BA32A0DE7E3A +:1097900089F181916FEF4C1579844CC6EFE4DAF6CC +:1097A000AFFD56E7DB2E14C66766BE514CCB25CE07 +:1097B000852E07F55BBE3F61269CCF683F4A501857 +:1097C0006D69C16F837E6EAF723EEEA6F5D7FEE087 +:1097D000FCC3662A3FED8B25FCFE057CA7FCF976D1 +:1097E0000969833CD2564FE83E807FC11BDEC370BF +:1097F00084B4FDB5BBB3C1AEB8CAFC5D780E65A13B +:10980000D50BEB4F6D90C70446B94AE1A1FCF42497 +:109810008022B3F2145A9ECF512BBEEF86BF29DFB0 +:10982000E42CF7AD73411E72A7E4003F65D04EEA09 +:10983000B7D0F2B96F9371903FEE4F6F4D106555F1 +:10984000C2F3F4371BBE0BBD3664F93DEFFE3BF4AB +:10985000DF29E3BE0CA99AADE74CE0CF9BF9339F1B +:109860003FE72F67EB4F43AA278421AF77D6EC6DF4 +:10987000B2033F8E26788E94288C3FDFCA728621F1 +:109880000F734E224D90475337133CD7077205EBA9 +:109890009DFEE594D685E032DAC290A73FBEB66D54 +:1098A000EC06B3467F52DA048A585A87C19D877105 +:1098B000D82412FD07F3288FCE0BF9EC165E9E56C6 +:1098C000C7F272D600D5AB60DF0CFA388684536DD0 +:1098D000B81FD887FB40E469C401F06657440EC244 +:1098E0007AEEB84009EAD5F124F46A277D4E0CB42B +:1098F00063B9D8166E82294E81F172C07E7A15A0A6 +:109900006319F570A15C415AF0F955D286CF99A43C +:10991000139FB7916E7C0689C30CCF03A93EE4DF89 +:10992000C936AAE707E3BA1CE6E50A7658315F3A7A +:10993000AB2264F1F6E19FD488F38124948D7960A1 +:1099400025943D57E36F9C9D3F6F31DC8FE135E9F6 +:10995000F7BBBECEF5E6512E37DB25AE4756897BE9 +:109960003642DFBF939617560CF7C3B96DFA1DF355 +:10997000C0EA7C1BE6FFB69BBD59E87FC0E530908E +:10998000B7AB6BFF379200EB8C2BD2405E6B366C23 +:10999000CA8238A066263F27A3A859551A393FB76F +:1099A00094C125F63B88F77FE07A1DD7AC285CE7A9 +:1099B00028FCB84E28F2790B9CA867CAA9E300FBE3 +:1099C000D12FF07984B95E10F2532BF840512DE974 +:1099D000B4DD5CBFCF0FFBE11684599EB85C21114A +:1099E000F49705FCD5BBEE27943F16D41EC0BC7E71 +:1099F00074FF115B9F2E99DFB118C6AF596E2556C3 +:109A00005C2F6A7907E4795EADD50BE59A45528003 +:109A1000ADC3DAC243A1BCC3B711E474DE03013F96 +:109A2000E459E978988FBDC5C6D6296D747C58D79E +:109A30009B56CBF785D43ED809FC49EB05C05FBEE9 +:109A400085D657E83393B0FD74B12ADB9F143B955C +:109A5000ED4FF25A1B0EC37D24DED5C4AFD261E7B1 +:109A6000EDDC25B17DC504FDA981FC9D1F3E78D5A7 +:109A700089F126F80583E0ADCAF2C98DB217F689DF +:109A800012C581FD2CE0E73F9B6B9B301FFE4935E3 +:109A90009D1C1D7F6E8B8F9D4738C4E47C6E757E48 +:109AA00017E4A96C1556AFCC728F2AAC5FD8480565 +:109AB000CA7D3E61F98F657CDFBF316EB0355AD803 +:109AC000B824A2831FF419D8DBFEFCB0FEE627F40D +:109AD00006E897EE3EE45DAA789DF96BFC09F20F6B +:109AE000725B60F3CBF12660B520CA37E0859D3B01 +:109AF0007A80D99598A725AD3DB7B9D425B015E79B +:109B0000DCA1211BED88B616A28D236CA5C13BB547 +:109B1000FBC3379704176BD78B8AD398FC4D4CE364 +:109B20007CFF869A0DE3C99319BFFFFE4D82F7BEF5 +:109B30009C7F93E213E44FB231F91C002F03CE7FD8 +:109B400039D7E3FC19F533BD4D40DF99692CBF5679 +:109B5000585129C3FAD1B81F8ECBF826E94D9FFE84 +:109B6000F0DF1FBEFEEE0954A531BFDC743D7E79E7 +:109B7000B99CB9B08ECEFBA345565C7F1576B30079 +:109B8000880572DD49C254F6C17EA05D496B267816 +:109B90001F8F3B087BDC793FC0E6D536A2E8F2A4F4 +:109BA0000E5D39A33655573FABC1ABFB3EA83157CD +:109BB000F7DDA7FA75E59CE6625DFDA12D015D79F3 +:109BC000F88E0A5DFD11E1A0AE3C6A4FB5AEFE47CE +:109BD000744A113A9FC293B25F05FAAA81CEBCA221 +:109BE000A81D1FDD16D2B59FD0B57426E8AFB17B96 +:109BF0006B75FD90D3D46FA3E506FA1FA38B5F06A8 +:109C00003DE2AF95C80F7C8042F61DEBD3B2FFF466 +:109C1000F40BA0C717549BA3FE1EB4220FFF15E838 +:109C2000E337F889C6B87AC511F5B09DC2577BA451 +:109C3000E530C8C3B6347D5EAB5CB6E3BC3E3A21CA +:109C4000E3FE975AE05057948E1F414730EF0304CC +:109C5000F78519E7DD1387CB3BCD788F0A9D076C1D +:109C600099B6A6EAE91DE3D5D33B2E574FEF78BF4F +:109C70009EDE89C57A7A3B03B97DE237B9424F77D8 +:109C800081DF62FA1FE0F7CBC6E7BE34635E701275 +:109C9000EAD94F76703DDB5B0FCCB11545F5005529 +:109CA000A96138E724F0D64B2FD8593CD3A31776B7 +:109CB00070BDB0C3A81702AFA651F8C6877C18576D +:109CC000FE6EF1840CD073E9649F38F710FA02F548 +:109CD000B72AE4FC18C8795CA3BF4B053BB1D38A13 +:109CE000FEE4B1C335874D00A78DC5010FF140EAF1 +:109CF000ED34B1EE187A1BDAC5DA1A545013D98D47 +:109D000041D4A7E76E667CF13BD08774B2BF873839 +:109D10001D16A70C7A8418F4A0D11F167A66827AD1 +:109D200014E3E61BB51B03C5EDF98B983D11FA75DD +:109D3000022F93652AFAF7C2CE3415877C70AEA045 +:109D4000C0169089491BC777A1DD994254D4C33707 +:109D500055F81F5F03789BFEBB0CF0AB7AC5F3513F +:109D60007C9374C4771BDB575D2121BE8D7836D977 +:109D7000BCE897C466B2F5DF987481F7600CB4173D +:109D8000F87E31C68F7C76723E8B570A8F0E69B291 +:109D9000D3769EBB7CE8CFBCE8F4BF0AE593AB5812 +:109DA000FC38FE4440867D56390D3EDC6FF7A22F0D +:109DB0005806E593F7B3EF45A742B80F6B4823FB6E +:109DC0005EB0BEE15538A75FF52DF6FD95F737E19A +:109DD000F92E6AEC58FB929632289FDCC8BE4F38A9 +:109DE0001D6E82F288663EBED4F66A02D8C36FB397 +:109DF000FB157AC53D3CCE99C2E9D28BAE3C7E982C +:109E0000CCEB8B38674A35A3D7F2EEE02DC85E065F +:109E1000BA19FDFB7212C2F234A2E2733A09E3737B +:109E20000689E0F75B4917966F87909E962B89D736 +:109E30000CE5AAF45CC4FB6C1A2263DEA2D86FC3E3 +:109E4000FBF2CEFCE737484274FD5CF8092D49C1AE +:109E500055E047B8CA8278FF47553AF37BA34FE6EF +:109E60003F7892D46C3FFD7E9E9F278BAE8317E197 +:109E7000FE0D3AE4C3E0F74E4F67FB6BA69162DC40 +:109E8000373CAD989DAB9B067E31C54FE47B8A1372 +:109E9000F6E5E15D477DC4CFD17C91218FACA81858 +:109EA0008714C8DE512034F5E9A3BF0DF1F48B20EF +:109EB00090E9842C4D9F70AB8A411BF37306AA77FF +:109EC00082EFF77991AF87CE09FA4CC89FF97A3FB4 +:109ED000AA3E9DF951E2398D5497C57F89F32A58DE +:109EE000AFE2BEEEAA562B61FB74483AECC7A9213B +:109EF0000D48D7B3A355333B6FCAF44F15E7BB2AC0 +:109F0000CE4F677759910EE7EE94C290D7A9D9F951 +:109F1000FA29E0B77EFDA7BCA128B773387FFEEE13 +:109F200070CD46A6DFB95FF5BD91F217A3A2F24F3F +:109F3000FD4515EE237C7B31D38FE07EEBF4623F51 +:109F4000FEA29B97051C19AA84F6E27AF5A24BF4AF +:109F5000CFF562BAE83F40598F96B3F957A98EE121 +:109F6000C1CD9F197546FB125A0772904A5A242890 +:109F700067916E7C7A8963BD3B078E5CFA4D50CE4B +:109F8000B43554CEA4FD3B410FC2FC371F2CD4EA9C +:109F90004133CF3B9B6D0FE3BAAC42C201C82728C7 +:109FA000877AF26D7BD2BFC47C5B7BBA97E7C11A1C +:109FB00026B07D580D63E179C66C6FC63CB231DFC7 +:109FC000D22B3FA3CF63DCDCC2ED478BB01BA15487 +:109FD00098376CFFD4D98F897E2F3CA74841D42F66 +:109FE000B7A5840EC2BC6E210D9950DF64EB92C1FF +:109FF0005E6CE1E788B60C13F12CA52A3C1D2CEF12 +:10A000003E96D3F88562760EF9855C1BEE9FDFE401 +:10A01000B16C823C5EF4BC266FC7CF9F8EE1F72007 +:10A020006C8AE5F8D8128F71C923301E6D172B7B0F +:10A0300087015C7F3251AA527892891FCB16D9E1F1 +:10A040005EC7F294BF473A90AEC77268FB132F29E0 +:10A0500004E2F3171CDDB14E3ACE0BFB5AF7B452B3 +:10A06000783E3EC2CCF4237B64D53A16CE415E7E68 +:10A070006C06AD3FB6D38C26796CB109F5E4250B9F +:10A080007918F6FDCCB2C93685FA2197BECEF7E134 +:10A0900028FE6CEDBE8105994C5F1EEB278FE84EC4 +:10A0A0002A49C880EF697D9FEBBD926ED29D331423 +:10A0B000F71EFDCD4D74FB45DC49B7613FA26CBE78 +:10A0C000E224A1646D3F5EC6AF4A90C07947F315A4 +:10A0D000177E4FA47E2CAC27243A8B1588BB4A8967 +:10A0E000E35040C223DF48E75EF72A4C52BA7BFCBC +:10A0F000C7C1609798FF89795E1FACC3E8FDCEB1F8 +:10A10000445F36E6752B3399FE341BEE65A8CC34DC +:10A11000C2CBEE6510E7C33B94401CE483EE30F104 +:10A120007D54A9013CFFF8E82457FE160D5E6664D5 +:10A13000F0FB5BF83D120E5A1FEF2730CC630395FE +:10A140001F1FE5DB291992AEBED05B8B85FCA84EA4 +:10A15000F45F1771F97932939D735FEC60EB2F7F99 +:10A16000DAFC3EA6F7971E8DB50012BFB688248C88 +:10A17000A6ED42DF4DFE4DC00B7CEA3F00FB6EC8F2 +:10A18000A3CC8F7094E616B1FB04A6E23AAAA466AB +:10A19000A09EBD5E3B312779E96719E0BF2684BDEB +:10A1A0000EDA4FECC8F3B87FAF3883B0F3E33DF776 +:10A1B0005B760DD3EE1F9B935CF219F04B8B9944A9 +:10A1C00092601FE57F58197D8F9000F859ABF78F8B +:10A1D000C0BCD70B99A14FA19E38074B0E75E3B9B0 +:10A1E000DF32F04B72FAA0BFFD6313F091910F00C4 +:10A1F00070B0BF03F1432187FB8E84BEE98AFF68FC +:10A20000B9CCE6C4FB36EFE2F415E3DE287FBA7280 +:10A21000983EE99624BCF76520F8C47E6281C74F5A +:10A2200033981F249E024FC673799F6698783D76B7 +:10A230002EEF85CC20E2F5C3ACBF0E335318EEB041 +:10A24000F0FB1F0698EF03BC9F7F76BED74B87CAF3 +:10A250004C82E3DC117B7D703DFA7F09AECF333851 +:10A260005C63AE0FAE27FF87FC1120DD7F74E60C28 +:10A270000C17A5E7E72087646A37DEEB7147D2F554 +:10A28000C177E47F8837802FE9FAE0FB25C21761A8 +:10A29000F0CD257E73AACC81D19CA7319EA311E776 +:10A2A0006BE62AD496527B176B61EB6BB1B32496A5 +:10A2B00027FA27CFD3F4D0D143224E881FF75B591A +:10A2C0009ED1DF3D4C6B3F7FC3F1F34266E038C067 +:10A2D0007FC730AE172AF4F58E1BEA897B3288DD02 +:10A2E0008479F287F286E0396F387F84F0677AF1FB +:10A2F0003EDCB7B9BE17FB8FC5FAE0A6226F0AF89D +:10A300000D019B3D2253BBB069646D2EAC87045296 +:10A31000FFF314DB674DFD550D9D041C17D71E710F +:10A320000C31F78F8795F28B450D7DACABFCD813C4 +:10A330007A5F6BBF57EEF9B56388262F339A74990D +:10A3400098BFDF6D62F961BEEF26E5C6F0BE05F687 +:10A350006DB841FF0751FF0B7B51FFF24FBC608787 +:10A36000A8BD27B0CED01D1F8BF6A0696471AE7654 +:10A370001D283193E939B3E17E8BA89DFE9FDD6FE7 +:10A3800011F55F24A226F7D5BF82EF055D02F6BE68 +:10A39000E921F6D746D6B6D9CE0C857B497263E063 +:10A3A0007970AD3FE60CA54F7D72C9AD996ED8F7B7 +:10A3B000CACF2904F7DACEE8F2B7115D392D74C49B +:10A3C000764697BFEDD495C57E5AB38BEDA72D2D5C +:10A3D000B4E13EFFAC8653BA7E9A4DECFEA4418DAB +:10A3E0005DBAF6A501BBEA4C843CEF795DFD2DEB2F +:10A3F000181FE73477EBDE9B9500EE671DDA724598 +:10A40000D7CFF01D24465B1E11B6C568DB8DDAE39D +:10A41000D09547B7A5EAEA9B1DB9BA7209DF1F14A8 +:10A42000B0B17D3A65B67CDDF7FAE4CA5B33417FB3 +:10A4300091761D1C3DFBC207D867A3289B312F09CD +:10A440006B9A930A7AEF0FAF4F0E60FF46FE571FCD +:10A450009CC4D793585C2DF88114FA73E17B7F7C00 +:10A4600071BF27300FE8FE23B88F04F6B18973D08F +:10A47000B9C41B64F791F479BE663DE7FB4B96BE09 +:10A48000BFD7F4C885FE9E9228DFB27B4A2E958AFC +:10A49000FB8DF4F7CA89FA6B783F8FF0FCC340F765 +:10A4A000CB99AFC4E9EE978B8E9780EF2F0DBEF658 +:10A4B00078EB6F783CB99FF959AE790FCB7704FEF2 +:10A4C00092FAFEFE684F1C90A693FBEF64323A4569 +:10A4D000C7C9C4EF66C37D2EDAB806DE0F14D7F401 +:10A4E000DCEFF7A5C73304E1BD51FF9886E95F872C +:10A4F0007BCD06EAFF8DCCC0E00C8C63FF39BB1B23 +:10A500000B36360DFBD90B72B0C9C2CE33520D8655 +:10A51000F90911D71063DC93CBF6BF2D4EFD4FF434 +:10A520000762215740ED76ECB76270DDE46B92C3B1 +:10A5300002785D62EB7EE7712F9C3B8FBCF3BF30EE +:10A54000BF21E29A3819D6E5AE17CE9EFC0ABF6F3E +:10A5500001F2DE60B7C74E1989E76B1E85780D6082 +:10A56000E0E7241EA530A451FD9168B2E339A84468 +:10A570000B2B8F85FC0CADF709B99C04734980F94E +:10A580004F8473266C3D24719F72518B6FE37AC8A0 +:10A59000C79D7F8BC5FBB133F5EB229F9099BF1D03 +:10A5A00005782976213EC7BC3435457B8F49CFBA23 +:10A5B00091C8EFF4932F8EEE8BD1E765443EE6E62B +:10A5C0001BCCCBF4DC1F60C8CB0C9457FABB2774B0 +:10A5D00035B38FBC92E520ABD7BD2B06FD0191674B +:10A5E00012F3346531B9FE534AC094459F7FC90CBC +:10A5F000C85974BEC762585EE6D8F4698930B58F11 +:10A60000492011E253D8E79B91D49BFE9047D9A0F3 +:10A6100091FB63CEBEF584838F777B1641BC967920 +:10A62000024E18EFBC85FDCEC5F958FE4C60FA2CE1 +:10A63000B3A73E7BE6F3E779AEEFCE2711DD3DCC45 +:10A64000A2DEB82CA68FCEACB5D9360C8D7EF77EA7 +:10A65000CFDA00719D3B879FCB0A30FC7CF812F368 +:10A66000E797B7BC6781F34F93B34A6E077C403DD1 +:10A6700098C772A5CB02F767DFED0E8D80F7F55E08 +:10A68000127811F35B5D96D914CF1F727FE54333C7 +:10A69000CB137D18C39E029EC95995B7C33C3FBCDE +:10A6A000B9CB0274ED298FEF42B99B9C15C4F13EE2 +:10A6B0009C6828DFCACA84EFD308707E437BD987A1 +:10A6C0007D34DA43E33D63AB2D3CCF68D40F99F181 +:10A6D0003AFDB178DFAF916F97D8C8A60CFAFD6B41 +:10A6E000FB522C1054D426A8C31CBA7CC73FA71712 +:10A6F0003ECCEAC4796D29E9CEFE4121E62F1CAD9E +:10A70000749C55FB589E7B95985F877E7E0B393EE7 +:10A7100007BA67CFE85F0C24BFD23EBE5F8D3FC94A +:10A72000FE5F67407F93F6BF990CCF4D5203E69DC5 +:10A7300035FB6B4FBD42F9453675276BE556ACEFDF +:10A74000BC2E75E17A5C3D69417AD777D07925C016 +:10A750003326027965B2573FAFBBB4FB2D69BBBB53 +:10A76000499BC527411C618EAE0FD3FFEB4827F6EE +:10A77000B7AA4DFFDE686706E283DF70F9137C55E8 +:10A78000CBF1502BF01ED6C327EE1912F778CE204E +:10A79000A12DC0BF954E9B2A8F8575A4C062806B8A +:10A7A00029F1225D971AECA6B897E80EFB1CE4A3EA +:10A7B0003B9A8DF0072C00E79D2DD79E57CFF93B94 +:10A7C0000E7F5D16A3FFAAD8994750360A3B713D0C +:10A7D00089C2F784163EA204F0BE7151FFFDF19DBF +:10A7E0004F47E89CE4F8A936B00F739243BBA17EB3 +:10A7F000D6A9AEB3126CC4B40770BDE983BD17DE31 +:10A8000082FD7578E9C54418A06BFB4DF4CFDABD25 +:10A81000B203F201B57B5F457EED0F6F3DE7D14995 +:10A82000B780AB1DE4DA0897C83F1BE56747168B76 +:10A830008B03DEC02FA09D79701BDE7BD57D3F3B57 +:10A840000FEE92A9654D8245415502DB28EE772136 +:10A85000FE800DF27C53ACEC1E9A771CA53638EFC7 +:10A86000EE719A82A0FF36389639E1DCB3B8D7DBB7 +:10A870002399D83DFE649913EE11596CE5F7507E8B +:10A880003D2E9243F9F5571676DFA72B2E84F71B42 +:10A89000743B651CBF64FEC7E3E03E82F4ABF60286 +:10A8A000D8D7B60BF0AB8983A794758F63F76E3258 +:10A8B000BAB972187CF56ECB26B8CF7003B533F0F9 +:10A8C0007C9CCF1374355B3F083BF08E37BEEEB0F7 +:10A8D000C6C6F8B33E26F06829E41B8EB2DFD5FA6F +:10A8E000D8114884FCBFF19E48E1C7F6770FF325E5 +:10A8F0006E1FFE55F73C8AFC73BD5321AEC4683B06 +:10A9000031CF7A7E4F8D91DEE2FB2BFF90FBE40787 +:10A910005B36FBDE5F9CF3059F573DDCBBADB1C7EB +:10A92000F5D47E019CF570EFF635FCFCC7B97EAD21 +:10A9300007FF3C59FB9ED135DA8F0BBF3FC3E7F9C8 +:10A94000CC1153456B1FF0E666B3FCDD48B71284AB +:10A95000F58F511176BF657FF5C4F9ECFEE0EA286A +:10A96000ED5A0270439EB6AFF132B359BDC7B97EFE +:10A97000E848EAAA417970047E0AF1FD872F0DF7B5 +:10A9800069EF0B5439BE3F98CEECB5B867B3486950 +:10A990009080AF043D6E4E0E7E0FF403DCB3CBF21D +:10A9A000FD8C9F051D808FBDE887EBE33401F70622 +:10A9B000BE7E24E2B381EE35AD877BC7AF897F854C +:10A9C000DD9BCAE128971FC0FD11175A24DCF776DA +:10A9D00081849AB0FCB084FB3D2F1C637E2344D657 +:10A9E0005211E867260F354FCD4E8C80D487D8BEE4 +:10A9F000EAA5BB57E2BE25283F40F5C6D254769E55 +:10AA00006BD9067D5CB3FC61BD9E86756388D76A91 +:10AA10004910ED53CD367DFD5AC2D6576B0DFB9DC7 +:10AA20003CDCAE18FDF6AA6CEEAF1791A21B396F95 +:10AA3000F528092CCA467D1B9441AF8EE7FB9D2F5C +:10AA4000ECCE49D1FE3E4EBB4FD29D3382DFEB1997 +:10AA500032147EBFC781CFD5D981E5D0CFB7B243FD +:10AA60002BB2C15F39CAF1A774B3FB3EAB993DB3BA +:10AA7000421292FE695D68433FFC41B8F78BE2D118 +:10AA80006A657652F805B27C9F9C00F938295479A2 +:10AA90001B34F9E9B40AD8B7B1A524900FFA734B67 +:10AAA000A51DEF79D86562F7FBD9ACEC5EA2F03357 +:10AAB000130FC21AF990B6ADA5907275744548820D +:10AAC00017F250EB70FF4BF36482F7B789718ABBC2 +:10AAD00082ED004FF61CBB1F40DBE20BE43B34FD74 +:10AAE000136EEFEB39AE1FDF9B83F7EC7EB46F384C +:10AAF0003E4712C607E21C018C097E8CC013FCBEC7 +:10AB000011D19CCB1CD92645CCB04EDFB66E3EF0A1 +:10AB10004DDD7A761F52F77304F7E1B87E9556EA59 +:10AB20004D88C257D7FE54129E6FE0766B21C49DAC +:10AB3000B086C3FD31718E61610C51E334FB6EAAA6 +:10AB400039BFCEDFC7E2A965C49F0DED16D8488294 +:10AB500089E26C6159DB78B4332BCD4EF0376F78D6 +:10AB60001F0A972363BD8B70E602ECDD4B565C5FDA +:10AB7000AA7F3A1EF382AB4DDD387E4736D7B7C386 +:10AB8000F87AC11012807D4BF5FB87E3FA9B15EE36 +:10AB9000972A40BD6603BA1E063B4AE77DD72B3194 +:10ABA000786F5DCFFD2D0EA282BCAEDE9F82F1B12B +:10ABB0002B27907F6F1EDC17D2958DF24EF518A4CF +:10ABC000B8DF7C2274BB02F77CA4533F8596AF6448 +:10ABD000D7B3F2E0AE1A132D7B076DBA1DF6C5D4BC +:10ABE0008FEC3A0BE59183B6B27241578D4CCBE5B1 +:10ABF000837EC4EAC30634CA58B3063D7D3B9C47F6 +:10AC0000B9E8147E4317DEDF53FFF270D3160DDD73 +:10AC1000270F62FAF9620CAB77D1C7EEE326B95D74 +:10AC2000BA7B84070F32E9EEE111F314ED486ADFD5 +:10AC3000FD9FE676ED2E7EEFCE9438D21CC3EE1744 +:10AC40005761DFD6A17DC3112F07B29398DFEAE8E1 +:10AC5000C2FD35A21FE3B97C31EEDDFCF7893E3041 +:10AC6000EB7FB7F202B713749C0D384E5E201FF6CF +:10AC70009FD7CFCACC07BA517A299C5E0ABBF77717 +:10AC8000178E0BFD3AC1CF73748F037B72E86A266F +:10AC9000DEAF28E0A6FE9C1DFD2E0EFFDF387FDC18 +:10ACA000D5C4F1456196116EB63E0BF4053B53CE0B +:10ACB000F13B7950B43EF697D985BF9B70A3F3332F +:10ACC0000FFAD7CC4F439700AC331CDA3B02E92292 +:10ACD000E02764ABAE9F8BEB0CED8A09BB4F2629B6 +:10ACE00007DB3DC8EF9317F7FB423BDF18E637025F +:10ACF000FF8BFBD4486010AE73D571FDD0730F5A33 +:10AD00001B3B9F4186D0F9015E67CD2CE4F373F0C5 +:10AD1000F939B4F736F7C8DD89EEEC399ADF9111CD +:10AD2000EF7BF0DED35F5E01EF4F27BF7DF5077449 +:10AD3000EF8F1E13385DBF347A08380DF8ECC1B3BD +:10AD4000013E814F905B6C97A7979F1E7DDE434726 +:10AD500083FCFAFEC9F1F83ADEAA6F503AC27E5F70 +:10AD6000AF9E9F5775F84CF0FB71A2DD43B534AE32 +:10AD7000CFD1C4F51DF7A8907F58BDAF12F799AE9B +:10AD8000FAE573BF5069FBBB5FF86E02A1F8BEA085 +:10AD9000B478E05EA6BAA7362604201FA4A809A0AE +:10ADA0002F2F84D9EFB51AF5F9C39C0EC20FAAE76D +:10ADB00076E5E2330FDD06F8F8FB536607D8CDD50C +:10ADC0007BAC112BC6EB77A13F44CBEFB1F283985C +:10ADD000775CBD57EFFFDCFDE3EF7ABCC84F6A86B6 +:10ADE00029159E910C429FF5BBCDFE08E0EB84EC4B +:10ADF000A7C390D5A47B13C0676C0F70C0150AABB6 +:10AE0000DBE4A596C4DEDFA905B280DFB1BAE32199 +:10AE1000F4A3561BF681D7F6E3477D6B90FEDCBAB0 +:10AE2000C00B09BBD17F69FAC98F9F7F99C277E1B7 +:10AE30000F29F9785FE5EEFF4A90E8F7CB6D398985 +:10AE40004B316E5BDFE73D401F801F60D5DA534614 +:10AE50004FEF5E09732E641F7BD6992309102FD7FD +:10AE6000ED32A31F5AF7DC934F43BE87FCDE8AF70F +:10AE700026AC7CEEF05B5FA1E595ED66D74C06B69F +:10AE80005DF244E9B2DACBFC114187BB7F7618EF63 +:10AE9000EF82F7E09F0A7AAC6C3F6021A37BE3ADC1 +:10AEA000ACED00DEA7D98B2E6DEFDD82F76DFEE4F1 +:10AEB000530BF0F385FD1249F1F56E5FFBD47F254E +:10AEC000403D41971E3AF5A24FE4B6970BB11EE6FE +:10AED00005FAA3D3D7A81AC37CC52F9F43BCD7FEBE +:10AEE000C1EA8779D73E7F5F02C07F4E6960FCFC74 +:10AEF000C38D1E38EF267E0FB2D6CCDED73E713F13 +:10AF0000F2D98AA3F77BD8F9AD409AA918E797063A +:10AF1000F3BA736715CEAB868490CF6A7F2863BC83 +:10AF2000FF09FF3D01231D252F938773AD56BCBC40 +:10AF3000E91C6CDCA470A9C7D8EF9812720FD1DE9F +:10AF40007B8137CE16457FE7EF548FBD2736F0D390 +:10AF500056F35AAB773F88F7305CCC0AA440BE90DA +:10AF6000E241E5F892E03E5BF968790AA30BF12A29 +:10AF700045BC1DACDFC07BA8DF690EC48CD1B5E336 +:10AF8000E7C0D8F8221F40E18E857CE6390FCB0759 +:10AF9000D37F9DE8DF325F17F906FCCFB17C9E3D81 +:10AFA00072BD9BAD5B0AB9FEF804938BFA70650520 +:10AFB000CA7BA7399202F5C207E64828EF56DD7D25 +:10AFC000023D7CB0DBCCE555FF9DC2A5485A7CEE26 +:10AFD00097F01C64CD36ABEEDE97289F58A2EF7D2C +:10AFE00051B91371CF0A2EDF46FA19E5FDAA41DEE9 +:10AFF000C94EF735EF65F96F9A6F0BBA0080000004 +:10B000001F8B080000000000000BDD7C0B745465F2 +:10B010009270DDBEFD4AD2493A2F48E4E1EDBCD141 +:10B0200090745E105ED224806148A0F380090ADA31 +:10B030003C46101212C11933E3EC4963008161767A +:10B04000E2E2CEE22CBA0DA2CBECBA3B198D4C4613 +:10B050008169D4717007B1054450866D5111C740A4 +:10B0600002E8A067DC75ABEABB37DDB74308FA9F9F +:10B07000FF1C77C3C9A97CF77BDCFAAAEAABD757D8 +:10B0800017002F400A40A3C9F7F42F92119EB2383F +:10B09000BD0AC27F33B97D79009F3CF3F2893B4AF8 +:10B0A00010769A92AB807E5C36691CC06AFA13C730 +:10B0B00035E36F6B11B6BBEEAD827C8015CF968207 +:10B0C00032563CFF71223D7FF8928CCF3FB139015F +:10B0D000E879B7E96CD0CA0BC157F85B81CF8336EA +:10B0E0006A7947185209FA4700C2D53670FAF1BD9D +:10B0F000AB8FCB4E5C0A9AA16FA3DD36703EE1F1B7 +:10B1000039BEA7B9535E6C8E1FD80FD06776D37B3C +:10B11000BB7E72498EA3758C6783B96ABF0360B921 +:10B12000847F4CC03D9C2EAC7C256C5E96129B7C33 +:10B13000EE56FC633C8CFF4A06F80CF2E22761F302 +:10B14000CFFFB2EA660FD2057620D1D2702CFD4C2B +:10B1500005B8DAE6AC7C250BE0621BF65942CF0F4E +:10B16000DEAC307D956E7CD170ECDBA74280E310C5 +:10B1700046478D7EAB776F667AADFCD7267E4FF360 +:10B180001E8BDF8278AFF6D554523FB6DF13ED83C6 +:10B19000F552FEB5F6ABA76364FF273703E3032A36 +:10B1A000DF4D0F813716F9DEB75FF6ED42D47A1125 +:10B1B000978D48F7DE671C3E2FD2674314DCED46BF +:10B1C0003C7AED7D718908372488765F8A7923C4BB +:10B1D000879EF745414327F2A7D7DD1797600BED10 +:10B1E000BFE477729C82EDA00F2A3BC39E6B10A038 +:10B1F0009DF10882E89F21DB46B7E2FB2F776414BC +:10B200002119E1B21546B726533BABC8CBBB580753 +:10B21000500AF021B84F4C227CA3E3F2090FF0BA98 +:10B220008C6948CFA562ABB0E2B5F63830607BDF01 +:10B23000AA2A407A2DDBAAA7C33DB6FA783FEEF5DD +:10B240009E474D2179C0DFE5E0334306CEDFA17F85 +:10B25000BE12B60ABE44C88F87E4276DA0FC3469CD +:10B26000F2530885243FF8638061006BAC82DF33C2 +:10B27000E4BC9F01D1F9900C165A43CE7B6312EEC9 +:10B28000F3336CCB24F0DE1496CB559EF38C8F26D3 +:10B29000C79A9CF5909CE50CA4A7067B9EFFD3B8AB +:10B2A000077148E3DE77F3FF1161CFDE53D92F52E8 +:10B2B000FB376F8F7E17068EAF38F0C55D80EFEFDE +:10B2C0003D60617C7A0FFC61F483D47EC1E2247C12 +:10B2D0007B1FB2B8085FEF81585F16F58F427E235F +:10B2E000DFDBF75FCD0FD27980F5CC97C71433F34E +:10B2F000F3F2BEBF9E91886FFB2C0A209D9A0FC46B +:10B3000000CD6F7E21CA07347FFFD5719E3079F85A +:10B310007FDDCF6A337858FE62A1E15992D704707D +:10B32000D17E9A5F9CF0E43A7C7F53D741F352EC94 +:10B33000AFF8DD7FE593BEE97DF6A099F4D14553E2 +:10B34000F00940D5B4DB37B5C3847CBC188B8BDDEA +:10B35000845A6EA7D7EDB55D8B2E820EBD4807DAF5 +:10B3600017D26505E9C9C1E8F1E2B7961E97EEA2CA +:10B37000F737EE1B0FB2239C2E924B3C8FF55925CD +:10B38000DEBF787EE06A3ED8C80EAC0BD039186AB2 +:10B39000DFEFD0BE4BFF2FED5BF2DFC8BEBFF8D6AC +:10B3A000F25BC87F9B22EC51E4391828E7BFF90112 +:10B3B000B7FF3DD6C9F8DEE0F94F737C5BF7FF0DB0 +:10B3C000F9FE2CF23D6E68BE977D6BF73D14DF5F92 +:10B3D00053F91E6BB7903EDBFF5FA3216CFF43ED7B +:10B3E000FBBBFF4BF7DDEFFFC86E6B3AE2B715FC16 +:10B3F0000105E106D50FD9908CCE03AEB769A4B292 +:10B400004B96D87E07C87EF3DFB8E4430E89E76F1A +:10B41000004325D1454E5EC97E869CBC85FD043423 +:10B42000F78CCFA6E4C94F6FE1F9F701F97BDF573D +:10B430007D04A362F05B705CFB3A7C3F8E6B4F3106 +:10B44000D8DB157EFE1E3DB7D03A7104BFF3B1586C +:10B45000F77003F97B469B19FC617E860DB01DE6F3 +:10B460008F446786B5F1370A5EB21B910F514E23A8 +:10B47000F824724DC3E6E3F8250E3BF3311A7C5EE7 +:10B48000BBED1BD1C54A74318ABFE1571174E9A7DE +:10B490009BE81E924EC6E42D01DAB7118C5ED5CF23 +:10B4A00092BE126B2BC671F49CA60CA41B7A56910B +:10B4B000F47545E5EBD6E1FD6A74EFA7A74AEFAF57 +:10B4C0004BD748FE0C45E70D83D0390427DBD95F05 +:10B4D0008CC2F148AC6DFBE117E4D79AAACDA66403 +:10B4E000DCE77CB7E42432CC8740790CB661A1E478 +:10B4F0007C8AF7ED0E2CC3F689866DA95BB03D0FF3 +:10B500005D172862E85708DA53CB093F93E4F969DD +:10B5100029E207F34CCEA71024ED835F280534DF22 +:10B5200079D088F3E7CD4F2BA2F947E811E9798F5D +:10B53000E47B0AF186D45C23F1AF1684DCE34FFD93 +:10B5400021A4739DCACF371C89BCAFF9B1CB5EAFC4 +:10B55000C3FE39EDEE1637EE6F9EB1EF03D207F35F +:10B5600026A749ED12E3B31E70E89BAA7CCCA3C9C1 +:10B5700089849FDBD4C2F4986E3F87F4955CB7C88A +:10B580005FC50CAE1788A3E7343EC821FA1598FBB7 +:10B590004EAF45BCED4764E72E85F60BEC97C3979D +:10B5A000380FF1AD651F3BB44E756B71D5F424ECCB +:10B5B00056F181653B372497F03EBDB1B4CFC683C9 +:10B5C0001B88EEFDEDFBDFD3F7FF58DAA86BAF77F2 +:10B5D000E8DB5BA76D0C9F3FD87E6A2B0B250FFA2B +:10B5E0009C498F4A2EDF35E2230DBFD7D7C1028A8F +:10B5F000BB20D9A5D4908F4A2F4BA37E03F70FA46D +:10B6000093A0CB02195AE8DC5697C3629AAFF59B18 +:10B61000D3C5BAE674311F08D909240E2E85E28CF1 +:10B62000C1D63BB57CAA44712992CED5993770DC3E +:10B63000305A17E5E154BC3283F1B50B793A312B1E +:10B6400067E716C7E0743831CB312A1DF19CBF0F74 +:10B65000A502E5B2BC61B189ECCCFC655325B243CF +:10B6600047AB83068205E9B80F84777CE54CAB09CC +:10B67000A3571EED03DFBBEDA7220E8D5C3F4BED04 +:10B680007FC7002BA8FF9D3865D482BCF0F956EE29 +:10B69000CF4B57181E8D15F6AE0015888CE7A83ACB +:10B6A0005DD00FF290FE6343F4D7DE3B18BD34F952 +:10B6B0009B0F42FEEE6A107C26FC6BC3F09CA8F246 +:10B6C00063DB06F1DE53CB0B4C8BC3FA97A9EFA9D2 +:10B6D0001D84EECB54BA63FCCCF4DE5625F938AEAB +:10B6E00004978DE2E2E5EAF9DD861CF623ABEBDE9A +:10B6F000929D88212C9FBC9CF531EC10F1B115FF77 +:10B700007D958E61ABDF1891570818492EEA22E229 +:10B71000DF6A352EAE8E781E190FCF4DB785F22910 +:10B72000398C27E7772E1F979D14E70F2617F654BD +:10B73000198CC5A1B8B7609AC14DF47B63CAD55ABC +:10B74000DAE79AEA7403D9A16D55971397E485E86F +:10B75000183AE7195599C5A1F6EBD5E6061FEB1B7C +:10B76000118F1F55E3F16D95C551D36C213A6FAB25 +:10B77000BC9248F2D67F2EE0FAE7421B37B8DED201 +:10B78000F414EA38A27FA5C5F710A25AE754FEB414 +:10B790004AB4ED94772BAFDA399AE47E869CF7F8B9 +:10B7A0008FF0F9EB55164A27F5EBB3638F3D399AC5 +:10B7B000F229CE3DCB67401EA5173C1B5248EF54E3 +:10B7C000494ECE6748E026F93E3712D84E27F91287 +:10B7D000767A71AE5C25CE61D28E849DB7237F369A +:10B7E000ABFBACA812E3B635E8E5E55E55BF2F2FFD +:10B7F0007DF24826C295D54B4A69FD47D4F3712F97 +:10B80000C90DF1BDAA701D99A3150D8512A4D336DB +:10B810005D81BCB0F9F3C159532C85C6FF79FB9308 +:10B820003F27722EAF5C5CEA0F932B9017C6937F75 +:10B83000B872B73EEF9254A2CFDB2CF7E9FBE7E3F7 +:10B840001C5B22BDE7FAF2F74F247F3121F9D3DEEA +:10B850003718DF3479EBF78754FA7797C995E40FF7 +:10B860001724BA3CEEB0F37944A5A706BBF7FDE573 +:10B870009D55644777589C590A19E584E9767CD52B +:10B880008215D34AC86C955B0B5FA1F69D2DD8C677 +:10B89000FEEE7413CF5B647F6F4602B6EF4E955E8B +:10B8A00025B85871CC4C44F84795EE4B73A7BD8A28 +:10B8B000DB852A678DD9C3F9B2AD31F9748EF03DBD +:10B8C000E87993BEF21A1207EE671A3AE1C630BA67 +:10B8D0005558A3C018469F19F6045DFBF6D434DD15 +:10B8E000F8598A43D73F3B778CAEBFCA59A8EB378C +:10B8F00067087FE7C88EABEFFC10F779649FD94EDD +:10B90000243C4274490ED105F17D94F03D32E18131 +:10B91000D1DF43BA1E4F3732BD8F932C85E9B31365 +:10B9200055C0F279025ACEFC90E4B85AE8AFBAC7D3 +:10B93000734CE40F8251E4FFEA419CE77A55AFD59E +:10B940004E36B17F57E7D6CB51B59AFFABAE8CCC14 +:10B950009F060F13BEF3CB643BF9434910A6071DA6 +:10B96000246742DF0D256FBF7AFCEA4D744E2FA687 +:10B97000EBF3C8BF92445EDB8BFA97FCB0C1F44591 +:10B98000BFBE8B90337386902F0DA29E88277D516A +:10B9900060D68FD3E0298CB38CB8CEBB6D56867F32 +:10B9A0006AB333FCCFB65486EFB5290CDF6FCB6595 +:10B9B00068CE107624A915F999145A27A9CA6DBE24 +:10B9C000DE7989D4734782063E27476EFB7E9CC38F +:10B9D000A6C607382F312381FB3F2A7BDF26E5856A +:10B9E000E4B53B78D6467EC502F099C84EDE097EA6 +:10B9F00013E53D174190DB77236A041783C2702952 +:10BA0000B8382FFA3DE8032943F55B6F0278ECC99B +:10BA10009F3E4279BB7CB293E42F6068117E1E6A20 +:10BA20003384BFF354BA4BC9207D9CD872A68EF4E0 +:10BA3000E46D2620BF912489EC42921ACF7CF4F861 +:10BA4000F8A825D7B0B7ABD397DC92511A4E1F8F09 +:10BA500099C6217F1BD4B887F30AA684DC5DE17EFA +:10BA60004F6186B04FCF395C4E7AFF6394DB653C03 +:10BA70009CECD768F8A286976A512F7E27436FCF38 +:10BA80000ACCA82F71FD6AA7C76C4758BEBD302AE3 +:10BA9000784DFC3CB765A4E8F113FA42C8CB60FCD2 +:10BAA000D3F8FE75E546938F530ED76C7AAFD180ED +:10BAB000F139BEC798D890BA84FDC07AE67F6DC4CC +:10BAC0007E22E526BFECFDADC514A794C84E52BF3B +:10BAD000F9DD011BE98563140F15903DFCA8BC1826 +:10BAE000F975B41B3D4BE4D7515BB08ADA1F4D901A +:10BAF000ED0F61FB2349799DCEAF77A76C17F191CC +:10BB000033E0C2F63D9509455BB035778A89EDDDB6 +:10BB1000398F6317E581B6AAF89C57FD222FFA23C7 +:10BB200034EFA3EAABC7EF273FEAB1A44489E5604D +:10BB300079DC446E6718442CEB34B13FB45D66FD8C +:10BB400072BC6AE65BCB20A4AFCEA9FA4AD34BF312 +:10BB50008538C139F0A650FC375FB587F50D7AFD01 +:10BB6000535BA56F3744E89F24D23F7103F552A47D +:10BB7000FEF99B8CD890BD9307FA5BE76D7D7ED272 +:10BB8000A3DE4A89E95487F1A0A780FC8142D3391A +:10BB90001BC981C472A0E9A1BA2A8C134B082E2EAE +:10BBA000B6E2F80A8C5B289F52D7E534DD630B9729 +:10BBB000B3C566A07866FB6233DD033EE770FF2DF8 +:10BBC0009D13D3CE0A85F4F4B67D828F053BDE7ECD +:10BBD00087F63FB77AC9C634E267170A3CF173C7E4 +:10BBE000F858F2BB8EF9AE24435EB8BCB798896EA4 +:10BBF000E53B2EDD44F21B79DE818C29C57BE04ECE +:10BC0000BDAE9FA68E1B4A7F79CB2197E2D21E093B +:10BC1000FC12FAFF3DD3869513BE3DA3CC4601B37B +:10BC2000B93D439EFCB28DE85A056C7F7BD2CAAC0D +:10BC3000A27F26DFD7BD1115974FFB9DD2073A7B18 +:10BC400039F573ABCE5E36060D7CAF370DF476B8A2 +:10BC5000C2AAB7C333EC8E083BADB7C37382B6F745 +:10BC6000483E7A5E5BC871FF2CA530A2DFE02579E3 +:10BC70009D9D3B41B74E0D887BDCB90827229C83F4 +:10BC8000F0368A7B9CD3068CA37BDDB965B374EB5D +:10BC9000769B2197E4A34F8A76EE4279ACB1BAF550 +:10BCA000FBC3009FE8B83EC1EA95E3B90D13719D4F +:10BCB000C6D6BFB09C4D6AFD92FDFC427FA76E5E6A +:10BCC000F1A16EDD7B9C017B0585BF45279D2F1370 +:10BCD0002C09BA2B287C1977BEE56582AD56711FF9 +:10BCE00078354AC0070CB081F2910FC89E15642FB9 +:10BCF000AE1A7CB9643FA247CC1C45F25893B09170 +:10BD0000D081D9E0F980F4D6844F7DEDD49EFA65D8 +:10BD1000A74CF6A87D8FECB5C4139FAB625EA7FC61 +:10BD200066A7C4FE78A3CDC071DC27899DF96BC3DB +:10BD3000E4FF931F88FB514875A52E4EA67C59261B +:10BD4000E755DC15B12E19E9D3B43787F366AF6434 +:10BD50004FFB94CE851C3BDD2AECAAB1AFDF9F4898 +:10BD6000A77E57E328C427BA42667D02B79B381FD7 +:10BD7000136D70C7A9C934B62FE6DB4D1C57DF9F82 +:10BD800029F458F41F419150DEA2933CF2589A379F +:10BD90005B023ADFFDF6AF0A5C64976D996ADC4F8F +:10BDA00009351C579372FC19CABFDD9F19CBCFC749 +:10BDB0005529BF3791636F37DA490F279D74DBC769 +:10BDC000229E5DC925AC07BA4E06A6D079BD3F5369 +:10BDD000E1F1C32BA7AD9D46EF7B54061ADF659FAB +:10BDE0001E43E32137DB4079B9359407C0A1490BE5 +:10BDF00095B7294F03874C3C4E7BFF96F2933EDA72 +:10BE000047D249D72ADE6FAE4DC97270BF63D15891 +:10BE1000B23338DD32F8B97D7F6B4A8A82FBAA994A +:10BE2000664F71127C04893491E944E10FD8C94707 +:10BE3000A4B677D8D1E988D71EAD0DE007A4FB16CC +:10BE40008CCB489FD04F14B66BA4FEF1B5D3F3381A +:10BE5000EFA0F57BA10CE92B6BFDC36B693D7BC4A7 +:10BE60007ADAFA05BB871DDD944774B2ABF4B6A746 +:10BE7000B84970BFFC4A223FE37E35FE8C9695712F +:10BE8000249F4B0C4A3EC19444CFB8CC145AD79946 +:10BE90004DEDF7635DC3A73858DF9CDB4EFA66BAF9 +:10BEA00089F57873EE56BE8FEB322B7B4F26D3BDD0 +:10BEB0003C9E3F7C6EFAC9BD9DDDB86EB3FD2F7C04 +:10BEC000AE507E6793DDBB1C3024529E7F89DCBF61 +:10BED0001F1786FC70D6106AD3795B12DA8F2B138A +:10BEE000FBB784EDCF8AEDA5EAF895BB336BD7138A +:10BEF0009F9759399E5EAB9EDD2D89D021A31C5E94 +:10BF0000C99D389FDE7B652BDA5DA4691775929D0C +:10BF10004D8DF63D45344E76E7523EEB4840F88B6A +:10BF20009DC867176D4CC9D6AD7765F247B6B1B4F9 +:10BF3000CE64F48E705F4B836650485F18C16F41CA +:10BF4000BDD23579C9CB19C924970AF79FA475309A +:10BF5000CE3B9EED5A94C9F9552DBFF8A3AF955F1E +:10BF60006C56F55473D9BA3CAEBF982EB1BD0F6470 +:10BF700009B96F6EFD94E90B468F93F8DAD87A858C +:10BF8000F599D6EE5927F4418709EEAE41D8F8DF8E +:10BF9000F2DD94B742FDB789F46123BC645E13E619 +:10BFA0008F41E7A57EFD576008F96BC64765B60F60 +:10BFB00091F81A3D55FCBE1AC93E8F726DBFCD7AFD +:10BFC000B0D6887E564D947D9E84ED8D4FDD536BAB +:10BFD000447B5733CA3ECF80ED9D99AF88FE34FB3A +:10BFE000DF1B9C00079F3A2DDA0EFB5BD47E61F7C6 +:10BFF0006931BE5093EF13B52EC497738ED87E78F7 +:10C00000F7895A2FFB9136CEDB5FAE8CF259AE9397 +:10C01000D7AB6B7D5117470CE89725A12F1B841ECA +:10C02000B8302B8DF51964BA0A0DA42F6B47169101 +:10C030005E7A4CD56FC3901765F8FB7B3CAF56A476 +:10C040005F5376E0AEB80CF243365F92E2E87D07CC +:10C05000F87D8D548584CF3FC8F5FC5326E5F3A4C5 +:10C06000E019D29B4DD5C7B249EFCFCE16F129D8F2 +:10C07000FB32894F0BC0C371C60235AE33A0B092FC +:10C080005F556FCBE4F832D24FAB033FC72191FE2F +:10C090001A84C78532D51304EE32231E26950E4D21 +:10C0A000898E2C9A87783D2BF0423CB16D4A0E0C5C +:10C0B00013FEF9338A44E73BD7CAF7B0D1B79CCC1B +:10C0C000F75CC35FEF6C433B8947EAD9B66E86598C +:10C0D000D9C0FB196E0C9A9DB8CEEA93C0F669865A +:10C0E000DCC876E072B703C2F36C87557AC6778BEB +:10C0F0007C24D2D549744DCE00BF01F99AFC9BD760 +:10C100009EA1BCFD61D51E687C9C1A039D518921AE +:10C110007A231F9CC4078DEE48CF62BA4F78E5CBD7 +:10C12000C393898FB3092F9CDF152DCE7DDFF3518B +:10C130003EF20F22F13CABE21389EF673788E767E5 +:10C140003788E767AABD1A0C5FEDFC6A74D2CE2F60 +:10C15000A87A6B418363D71629D4AEAD72707CA7E1 +:10C16000E139507E762BD7929FA1E42690A5D90B7A +:10C17000A147343A6AF8697AA18BEEE574F825ECA8 +:10C18000D4E397C0E729BEF5B7ACA7E458233FAF87 +:10C19000CF4DDD49F14F7CE0325D76414256BAA089 +:10C1A00073E717407E777CEB3E1E3F603F11FBD06C +:10C1B000F463E47E347D39705FAADE54F5A8A63FAF +:10C1C000A750A443F349374BE41F7B747EDF34B898 +:10C1D00037C22FBE2F227FF543DDF8DB53D7E9FAB4 +:10C1E00067299B75FDB3731FD1B5AB9D8FE9C6CF92 +:10C1F0002DDBA9EBAFB1EED1B5270703EC771E69B4 +:10C20000ABE4F8F7B6F37DEC7FFAD538F925354E77 +:10C210007E85E2643C9FAF529C8CF0509B939FFFC5 +:10C22000475B19C3C36D2E86813637C3C8733DE79C +:10C23000B9EF1AC98F2F0B74B0DF1B93E1B92B0B29 +:10C24000CFF95C83AF3D16F931FEB4F0532155F8B8 +:10C25000599ABDDC7070C21BE467251D96214A19EE +:10C260005CFFC67F2E832B2C3F1E5FD507A4EFE318 +:10C27000D5FCC91C23ACB7207F6B6C46FF70E4D79C +:10C28000D22C917722754DF78C0D56E0FBC98606AE +:10C29000C9D90EFCDC4BF77A08FD9E2246C56D1D00 +:10C2A000A6DEF7E18FC5085E5A4F76C9701BE539E7 +:10C2B00092938C1096B79B87EFBC19E7DD61EBE496 +:10C2C000FCCF82430F352DC6E7B0DE5BCA7E936696 +:10C2D000C7BDEF18BEBAF5C6EDF8D22C717E364850 +:10C2E000221FE04D3072FE2D321F3241DDDF9C7681 +:10C2F000AF1C47F1CC9BC0F78973553B8BF4D864D6 +:10C30000490C9D434DFE6BEC467F4E1CD99D472A40 +:10C31000685EE37185E911E93768F18E26F7A8EFC9 +:10C32000DB69FCE593C0FEDCF81E5F701BBEAFACA2 +:10C33000AFA382E290899F77BE4C70A8B848C37FB4 +:10C340005F5B03CBCD81360F437FDB0A551E5BB8A5 +:10C35000FD4A5B2BB75F6DF3323CD4B64995C70EEF +:10C36000EE3FDCB69DDB47DA7CAA5CEEE1E701A29A +:10C370001FD265B3A697ACD3F83E048C0286E44185 +:10C38000F1C275E4A13155E8E748B9184C0E007CBC +:10C390000ADD97DC81F690F4D89DE01D4BF51D0D6C +:10C3A000CB3B4C93A46F2E0FF5B6474D745F11A98C +:10C3B000DFE683C27237D0DE7B9C3762EF35FD2625 +:10C3C00063DC4676CA22DFE7A43CC2D7F72F3C2DB8 +:10C3D00084C7D0EF137C31A562EC9B48F9C6134F9C +:10C3E000535EFB42A9EB904BBA061D22E2CCC6512C +:10C3F00062FED7C54FCB7F0D85DFBF67BB5ECF4ADF +:10C4000009D9B3683EF3086FB2717DB1D9E2F33D4B +:10C4100044F1DE8B517C1EC1E61A5D1396BF399143 +:10C4200025E2D4FA24D7892CF60F7A9EFE473A2FBC +:10C430005D319C6F898CA33E0D540C0FF79722F54C +:10C4400069B3FD0A9FBB01765E32B09D6F3680876F +:10C45000EA898A2C6095C8EFCF2EFF50BC7772C056 +:10C4600045EFB51BAF7B5FD9DC7A89D71FB4DF20DE +:10C47000EA969AF797DA9784E50DB2B2D53A040CAA +:10C4800010CF5943F4BB51799ED2D7A0D30FDF3AD6 +:10C49000FBE9FAA5AE7F0E9A1DA2EF5CCF2CE6C396 +:10C4A0001D14217DADBCBFCB43F03987674436C92D +:10C4B0003F6523B1FFC2DEBF66921F7DE1B609F67C +:10C4C0006930501FDEA8FED3F49EA607379A614557 +:10C4D000A72EAF935C48791D8D1F63B3F57500914E +:10C4E000E7ACB7101986F8F63E2FEAE27A63A37D2F +:10C4F00012B2DCB5EF0F27A90E099C7AFBEDB2DA78 +:10C50000B8DEB478A193ED38A01D27D5823BED09A4 +:10C510005F778651C4416074E62E0A3B37ED6A9D11 +:10C52000C31E84BF46BCE316068D4A98BC55AAF8C4 +:10C530004E5B301D38BE5CE8623F30CE2EF2433396 +:10C54000AC501245EB7E79258FD69DA3FA095B4C42 +:10C55000E027BE0D2F2B94C84F5C9DE49A954DF9B2 +:10C56000D2872727F03D17E5566F0EE9A3197255BC +:10C57000EA623A37C9463EAF9A9EA9B77D60960DEA +:10C5800054CFE0647E47D20B20F8EA369CE7EA9667 +:10C59000EC94B78F3CC7AEEE8327C9AF1FCA3F1DCF +:10C5A0004A3F45EA0F8DEE91745E9DE45E4E72A6A1 +:10C5B000E997C8FD6A79E32608B29CFE64E1B36E90 +:10C5C000824F488AB83F069F6B04F27B75F77D4027 +:10C5D000F38B645177DA374BC44391E7FB41953FC6 +:10C5E0008DAABE284A026B2AF1C303AC3F7B678D3C +:10C5F000E138E4EFB245FD15AE945D1B56D7A8F9BE +:10C60000353DEAF71B75DD515E392C7FB0313B813A +:10C61000E7D5593FD5E9C1D5AD5FE8F4D7EA3C216C +:10C620000F45ED4AF17D08D7AAF778BB46BB371313 +:10C63000DF57763EB2F7B042EFDBF1837788CF87E2 +:10C640006C422F1F4E61DAF44AFA7A9C3AEB25D5F8 +:10C65000FEEFD4DD031DAB7E9BE3DCBAAE182FD119 +:10C660005FC34B8B8F357DDD74E0E33364B77BA410 +:10C670004B671E24FA3D6F61FFAC91F04EE2B8FAB1 +:10C6800009E2D3B3870C4CDFA65916BEE701A332EB +:10C69000B636364497DE8FAF5D27A4E1A7BD4FC302 +:10C6A000AB4712790A6DDCBF660BBBF4A16AD78E6B +:10C6B000990217892F17F6DE2A51C2B1FF7942205D +:10C6C0003FC116E2CBFF2F3FE90E10FEF249C3BA7D +:10C6D000EF9B915E3D9DDB4C9C57FE86FE91866FE5 +:10C6E0007B2CF8683D7081621FC6293C5107889BEE +:10C6F000340EA3B84DB425DBAB5F901E9BA2420E57 +:10C7000022B17FB28AF646A905083F2B7430DC229D +:10C710003915825325B751E4B37D2C8F33A165249D +:10C720003DBFCDEA4C351AE8FE50E411E7256C9A7E +:10C73000C36C1C061BE93EC568F69A86915EAC8DFB +:10C7400057EB20059DB4BAC415F83B19E9624C00BB +:10C75000C588E357A0DF6E42FAD62F5FF0D33C1AAC +:10C760006F9FCC74D4EA1A691ED171FEE1966AF209 +:10C7700077BE7BF0EF8EB8F0F9C7891D9C97FD73EB +:10C780006057FEBFE19895C7F6F177458DFEC04C26 +:10C7900022EF6AE8637BA4D17F210418DE057D0CBB +:10C7A0003D60E7FE25E064B80CDC0CEF811686A73F +:10C7B000D27634E1498005C3B79A3E85101D5625CF +:10C7C000AC1F47EFB1976FCF627DA3DE4745DE6FA9 +:10C7D000D424D8F83E05FB45DDE699285FBB83EFFE +:10C7E00033FE9BCEC103B26B91A06F4B01F96BBDC1 +:10C7F000096690E8BBAD14A147BC1780F3B0BD2615 +:10C8000075FE2585DB251545ECEFC05585FDB24944 +:10C81000EA7DA3A6674B6E1575C0F095183FA54F2E +:10C820005F2F5642C94B9AFF5785EF2DA67E1E59A2 +:10C830004FA6D7C33B72841EE3522BFCB324C9D04E +:10C84000129ED7684F1D26F2826ADBA2D839CF31FB +:10C850002E479CC3DE3803CB09FED45BC711BE82D2 +:10C86000AF93F6FD5195470C388785BEB79B64F4AE +:10C870001FA4E7AB557D8FDA98EDD564924FA25790 +:10C88000B75EFF43EAAD5C17305145418B63255CD1 +:10C890006B6122C9734066B9853E862EB0B3BD2F49 +:10C8A0000727C3E9E06688F2CDB0123A187E073A4E +:10C8B0001956418021DCE27416E1FB0D56BF2CCEE7 +:10C8C000EF8FED7C8F3B6BB981F2D625DF15F59CA0 +:10C8D00043D1A52147D88FA1E9820779DC8DD0C546 +:10C8E00023F08BA4CBC85C3E471A5D347A44812F79 +:10C8F00095E838058232414A55D3FC69781CA95D18 +:10C90000012E6ECF18921EFE76BABF2B0B7A8C9C2E +:10C91000E788A4478590134D6E347DB658DD3FDD22 +:10C92000E510D4F44F478EC2F2A2E9213C6F7C5F40 +:10C93000ACCD8FD4535A7F494CF9150555FADFFC1D +:10C94000F3DE3ACA8F971497AFA512A7CD392F8976 +:10C95000F6A4F2E7D2B1FD939CDF8B764179B1C9A1 +:10C9600009B04E7AB56E3AB6DBDF54BF53B466EB0E +:10C97000BE03BC6CFB81D34E7673A4CD49FB7CD83F +:10C980008C38231E568B80728688235F6803FE5E78 +:10C9900042C3D362117E1F8EF7929F9672DEBB80D8 +:10C9A000F20CDAFE4657FA5F322924134A31E54D7C +:10C9B000268CF6ACCB290DAD8F7870BDFC08150F19 +:10C9C0006DDE049BD9C5F5A0C98E62DA77C768F71A +:10C9D000C61C3A5FB1E2DE561BB747F52F27183B5E +:10C9E00064BAFFECC811741E0CBE98E3FA5B5A27B8 +:10C9F000F2F960F6A8F7433327A176E778FE81F0D5 +:10CA00006E8EF9329BECFEC5C2631B838E905C4A2E +:10CA1000C89485B8FF76976AA7B43A7AF2CB907F2C +:10CA20001396B964526DBD1FE291C47330AEA1E597 +:10CA3000656AE3BABB785DB9EF1E92C78B09C7CCB4 +:10CA40001FF2391A29E44BD54BFB0FBCF6E008D195 +:10CA50007443D8F9693EF0C55FDEC5F3D67CD9E6EC +:10CA6000A4E1BD71823E93F63DB696E907369DBEC0 +:10CA7000D0CEDBC46E0B7F4F3469DF98EFD1B8297D +:10CA8000C74E67D0BEA69E0EB6537AAB77FFDB23A8 +:10CA9000849C6BF75557A56F62B7B57A8F356F8950 +:10CAA0007A8F3564B8A9FD6B89E3EEA64326BE4FA5 +:10CAB000FA48B5275ADDE70A757F17C8AEC9F41DD5 +:10CAC000EC52AE53019FF0A315FC47E77EFC49BD35 +:10CAD0003E6FEA8CCC0B8B3AB9C8EFAD23EB548E8A +:10CAE000E6A8F571A36014E3AFD6650EB65FAD1E80 +:10CAF000E567E03A95C3F1B25B26392D358ABAE88D +:10CB000019F28FF93CAD19955724EA59459DEFF27A +:10CB100028B1AF5FABF5F46B1E9781EA36D6EC37E0 +:10CB2000F3779C3B515D94917F5DF6049F8BE52AE2 +:10CB30008EDAF9BB7793C4F78DB0238965ABE069D2 +:10CB40000B9F9382A787BB883E0566E167EF7CDA7F +:10CB5000B289DAED1BA2BDA4777F95D077137D1F34 +:10CB6000DD1EA5D693E37BE8DEAF20BD2F9DECB99B +:10CB70003557E8A976D59E6BF79EDA7DF99AD8EC01 +:10CB8000E11497F5F7078D3AFDD1AEFAD725841F4A +:10CB9000F98B2D2671DF1E25F03FF8E6FC18F277A1 +:10CBA0009F37BA63A87EE6F2F1F478B84EFD57A934 +:10CBB0001F99709DFC45C9F1ADFC7D4EC976A3A0BF +:10CBC000872A6F2FB4B9E07D5388DE1AFE33E467FD +:10CBD0002ACC744FB80CEC2C87AF3DD96EC5F69AB1 +:10CBE000CDFC6500A29A1B4F76ABF490CCDFCD4C08 +:10CBF0003C24EAA95E0077BC1FDB9654032861F24F +:10CC000012A5448312965788C94DD4B5639D37E960 +:10CC1000C6C797A5EBFABBD47A1CAD4E59F35F1388 +:10CC20005CB7E8E64D09DCC3F5A3499545BAE7F0E2 +:10CC3000A990FB32FC27E2D41699CED5A420C02FB0 +:10CC40001CF4DD8F3395ECC6C41EFDF9B0A8755BEE +:10CC500065C10E20F98E3A6ED4D5315B6C33F93B49 +:10CC600022CB10755D65B96A5DD74818A9FBAEBCCB +:10CC70009FDEFA3AAF7190F90F934B88BE1881622C +:10CC8000FF659AC1F6067CDE307A6BE7EA05E86458 +:10CC90007B9DE2D6D37D78839EEE691E3DDD47AC59 +:10CCA000D0D37D548B9EEE37B7EAE9EBF0EAE99AF0 +:10CCB000B169A26E7C5647B9AE9DB3FD3BBAF16334 +:10CCC0007CB5BAF6AD7BEED08D1FDBB944D75FD013 +:10CCD000BDF286E4A0D0BF46374E9383E2433FBA0D +:10CCE000A61C78F11FEB431075BD654877CABF0ECF +:10CCF000C6FF76A903E2A46FCEFFD65C555F6AFC3F +:10CD0000BF417DB988EC2D9ED3398744FDD71C9B4C +:10CD100095EBC4505E72E9FEF332443BE91E5FF3CB +:10CD20000BDCAA7E996B33B29D981323F48F561FA8 +:10CD300016190F4AB6435F503E666E991491F7D3A9 +:10CD4000D7990F758F511AF0EBDA85C74126BB587A +:10CD5000FA81D21E8BEF293E2DEE4522E3CF92A021 +:10CD6000A79DCCEEF81E34C30AC5A1021FEDFE2418 +:10CD7000326E82CE5DBC4FB37A6E22E3D5070CE8EB +:10CD80004F6470DD18FBB1570D03E2D75423FBAF9E +:10CD90001EF667DB46799EC945FAFEA13FAE0DB689 +:10CDA0000BE27402F95FBDFDF54477D6D3FD5A6FEF +:10CDB0000270FDCCD1750DF55EB2F7C9600F8E1310 +:10CDC000E91DFA7939D7B397D63B2B89387271D9D7 +:10CDD000FB4F3C877876ABFEECF0859D9C475A9DD7 +:10CDE000E4FA6D6EE9C07BAC48A8E5CDB43C5A5777 +:10CDF0009B9F614C9E93E38CC87C56D020F213DE3F +:10CE00001F89EF0C3F21A42684EA5B2F6F3271DD6E +:10CE100007A871F722950F5A7E62A1BA8FB3B8C4E2 +:10CE20000AB49F8BBAFFC0FC5895DAA3E6355A9C2A +:10CE3000548AB974A48DEB3BC055EC14F92B2D5FCB +:10CE40003142FE3A7ECF50FB5F95FAB12ECF05CF2F +:10CE500024DD501D6868DF62FDB3B384DD3F3B6BAA +:10CE600004D75786D6BFC879B3452D6FEAE4FBEEE9 +:10CE7000D6533A795EEC7D4FD71F4CEE33515E307E +:10CE80005839663AF90DC8F7CF889FC1BD6933EFAD +:10CE9000447A5E78DE32EE46EAB657A57EC2EF3FB0 +:10CEA000DD1660BE6AFB3BD37692DBC1B620C3C8F9 +:10CEB000FD6979050D9A5F02D6075A1DE7C07A4AC7 +:10CEC00017D7D1FC6C4CBA9A7764D98507D69AD417 +:10CED000BA03CF76CA8F5F9D1F534879DBD36ADDD3 +:10CEE000EC69B56EF6B45A377B5AAD933DADD6C9F1 +:10CEF000F69A6C9B282F715A12F7028B4679868D11 +:10CF0000A13A81957DF974CE9A0B82774914370E38 +:10CF1000F3A48DC1F74A181EA4719DBC379BFCBFBA +:10CF2000F3066F3ED53BD58FF9977AAA673A1FED86 +:10CF3000BD481E46D52F9FAAA778ECBC599CBF853B +:10CF4000BFFC199FB7B70C32501DA3F70549D4A1F8 +:10CF5000D98266BA775A99E2C9A2F752BD16D5E3CB +:10CF6000D373924B2D8FD96B127E5CAFEACFE58DD8 +:10CF700011FEE45882A52138738C38A70B09B23F03 +:10CF8000BE359BBF8FA7EFB91CFC7E17D5AF780FBE +:10CF900058383F1259D754F43B8B5F0ACB834E1D50 +:10CFA000E3E0759233C477EEC9B3A37C54F702C1B2 +:10CFB000C068AACDEAC7F7B8A80BBD40F9613A9F8F +:10CFC00054941E565735758CF0379B5E3B7B86F22A +:10CFD0004B1FE47A2AC684D52135C51DE4BCD4BCD8 +:10CFE000310A8F433C39CEB3C8B09EF8D2640D9A53 +:10CFF00069DE50F9EDC1F67DE17B819FE739A82E0E +:10D000004AC9A2F768EF453CE611DDB5FD6A7884B0 +:10D01000D6B9BEFC6B795BAD7DACFAE16C3A3745B5 +:10D02000545F760DFBB86A8CC81B9D364144FD9950 +:10D030004A37D0EACFF2583F6D54F91CC9A756952C +:10D040004E45685F293F6F8946DB5E145A17C77BE0 +:10D05000E8FE65618BE3B9C3C9542F3996D23BA171 +:10D060003CBCBAEEAED1AE3563C2F2E1286FE2FF4E +:10D07000DB9815C5F2D174E0D419FAFF10EEFDE784 +:10D08000B1C5445F6D5E247D91AEA3889E470D7E41 +:10D09000B35AFFD63686F3E147B9BE4CA3EF37A5A6 +:10D0A00067EFA800C785BD3BBF184DF5B64DEAFD3B +:10D0B0005593766FD2A5CF0F213DBC946F18785F42 +:10D0C000027CEF6251ED86459B3FD2A89B5F13E740 +:10D0D000FE39D165AFAA1F70BCCFA0E6A3C9CEF4BC +:10D0E000E7A3553BA4A924E9A4C843971224C72069 +:10D0F0002F9EED5289F63EC48BF8B751F2B23DD760 +:10D10000F255EDAAFD9697AEE53C5E197430B4C8B1 +:10D110000EB687967781F3F5FD79A8CDAFEAE2F3F5 +:10D12000FF01B894F3D5504D00000000000000004E +:10D130001F8B080000000000000BFB51CFC0F00364 +:10D1400009E772A2F22FA1F1F9D1F89B3950F94CFD +:10D15000ECA8FCA968F2E8781D137E7942D89A9968 +:10D1600081C109883D81388019BFDA7222EC7A24A6 +:10D1700009A1DB81F46E207E0CC4AD820C0C2DC2A3 +:10D180000C0CD781F45441CADC8B8EEBF8A96BDE12 +:10D1900028260DB7C8A1F28F6A32307CD76260B002 +:10D1A000D381F06B90E4838162C73421EC77CA0CA1 +:10D1B0000CD7B419184AE4B09BFB1E287F1D289F8A +:10D1C0000C35070023238ECD68030000000000000B +:10D1D0001F8B080000000000000BCD7D0B7854D59C +:10D1E000B9E8DA7BF69E5726939D64122630849D1B +:10D1F000F00A187012120810ED24048D8A3A3C547B +:10D2000044D009D28A089A22D658693390072182DD +:10D2100004B52DA2E21090A2B53DD1A2E5F4D49EB2 +:10D22000416845E568B4F8E839D806B43E7AD51BBC +:10D2300069ADFA5D2DF7FFFFB57666EF9D17F69C99 +:10D2400073EF899F2ED75EEF7FFDEFF5AF352E7719 +:10D250002663DF60EC0CFE41FA3B8931569E4A9909 +:10D260003BBC9805185BA939F5F602C66E72848F2F +:10D27000EA65F07D841C7E44C7EF136A989F3107EE +:10D28000D6CF63AC18FF03ED9A7C723889ED5E73DC +:10D290005438F454FFF674A5C298560A29DBD2ED2F +:10D2A000807E5842EDED7133FA3B53C858C3894F25 +:10D2B000A61C31F2F06F90A507DE3D07FE67069BC6 +:10D2C00071C6C1D869DF828C241BBCFF3F37B27C9A +:10D2D000653C639F35F64E3932BE7FF94D0E56DF01 +:10D2E000550C2963EFB8B270BD71E7D553189BC6D2 +:10D2F00060D01CC8FB60113353EBBC69BF94AF1402 +:10D30000A5E6B3D2279F740D306FC6E296F6D07FA4 +:10D3100012FBB7B71FB49D02FF4C67CCCB8BD82E46 +:10D32000295681DF3D81B5F19190BFE9F12A162B95 +:10D330004EF58FF38E4E498D33E87C036737DFC19E +:10D34000E069D43BEDDBD8CAA05D93CAF1A13947AF +:10D350000E6F64FDF1C1807F936F636ECC3738FC34 +:10D36000010F740DE1EFF071BC79BDA902B6977D94 +:10D370009B79089FFACD63183C59867892F6DF8F27 +:10D38000270DFFF3F0E47B08AFFF2978C25807E7C9 +:10D39000234C7746D3CDF928C379A4EA99D25C40CF +:10D3A00003B11E47A0F513C7544CBD71E40F8E8026 +:10D3B000F26E8F699F8D76AA93C5707F9A18C73BCE +:10D3C000FA83292AA1F09E76C0C5BDCC49F5948088 +:10D3D0009BFA51B40E86F808F0DA4BE3CEB3C29153 +:10D3E000B108C3F9AAB945191C7E5903AEF7E1C6C5 +:10D3F000FAA98A095F1E56D9E22E1F6D18AD53FD9A +:10D400003E4B64231CBF5CA82F9832783F76B8014E +:10D410005DBD1903BA8AE738C38FB0143DD9D7F57B +:10D42000AF7DEB72C6114EA675FDEB50EB6A4A9FBD +:10D430009061C60BFB3C9AC5BA8C75F47D37D677E4 +:10D4400096FB3F5879B31A09D64117F1F481D7A753 +:10D45000E2FA40DEFCBB589FEA73D2BEC1BAFE7D41 +:10D46000A07529AC232249FDD7A5686E828B31AE09 +:10D47000E2FECE54655A6A7EEF318DF7DF377E9833 +:10D48000F0D2A1316A778CC5DEC3F5031E76131E78 +:10D49000FA22444FCE2074702EA691C5718067F396 +:10D4A000A199AC780AB12FB61A52A72FC6E641BD92 +:10D4B000E6AF1C8B112F59A08CFA37E6718AC9167A +:10D4C000F8F4E1B198871D5E9D08F7E2FEFBDFB935 +:10D4D000F982E0F5F85DE270B2C3C5680F7063527F +:10D4E0004E0A3F0C3CE8DC2CE01518783F55F7ADB0 +:10D4F0005395ECFE78D092335D8F150B84CAA52925 +:10D50000D1DF569D7538CEC5E5CA7117C06B524D37 +:10D5100032B81CBEBB705DD0FF3BEE58A604FD3890 +:10D5200065BD5A866F7A54ABC6B9B688F5CD751409 +:10D530007B4EC1FCEEA92DCC580EE90CDCD401F0D9 +:10D54000E88146580BE0E70F1BDD947EF6D6445A7F +:10D55000C760F8B6A3B1678AA29AF2AB9B3D1310DD +:10D56000FF027278BCCED8A835077EFF2DC4BBD190 +:10D570007A29F19E88A4E0BABC386F289F24E6017E +:10D58000709C24959BF84380C3D313894634187F3D +:10D59000128B4624D8EAECFD2C9C3470D3041F0374 +:10D5A0002E008752DC8FC240C7B3A002B182794CF3 +:10D5B000564D70B8A756A6466B2F9DD0E92848CD8A +:10D5C000FB3689E30D0B0538BE2AE120CE6330FA25 +:10D5D000BB0FE054CCE958C27A23A32C8174B45910 +:10D5E0007C3FCDA2D5B89E912B7519D7D12219FCBD +:10D5F0002BC8108F9AC5BCEF5BE0A5F9348FD676A7 +:10D60000E37C2EC379201C560A38F5C7B7CB06C277 +:10D61000B791D1684406785E2EC716E0B88EA2A4F2 +:10D6200086A4902EC5E34EE8B7D5183FCEBA71FC5C +:10D630001C89A5FE60FC345DEF44BCBF1EF703DA15 +:10D64000E7845BBF2DC37ADC272EFA80015C03617F +:10D65000258E722BA7A76E1EE6437AA20AE10ADF87 +:10D660004F22DC3DBEA8A4C2F869E57B23D8F5377C +:10D67000E4D8F5380F77B846427D26541FA6F9DE68 +:10D68000AB4619EEA75A198F4421FFC09AE9ACCED8 +:10D69000845FEBC4FA1D01164914A7F6F93E07C7CB +:10D6A00097AD65D59E1B7C58CF4BFB309995453483 +:10D6B0001FE207A005E0878AF8A1131EDC8A70D25A +:10D6C000A3FAB3846701AD5AD209FF47203EDFAB0E +:10D6D00086F3B0DDBD6B9C8B131C2EC709DE321F99 +:10D6E00007FED5114E1E91AF94541ACFB984C32BA7 +:10D6F000CBC7123A2CD4B194E7B37596C0857B1191 +:10D700006E535370F322BC106EE3C2B81D6C6451AB +:10D71000449AC0E1B309E193C63A920AEC8F5B4F99 +:10D72000C431DDA1D4FFF17BD0DF8EA38E705C37D6 +:10D73000E123037C9C9282535E0CE86E00796DD4E9 +:10D740001F5E7FE078A3F8B87C33E404E0EDFD3899 +:10D750002F45E3787BB6F2486D70E8EF203F5334F5 +:10D7600019E1E87473B8B50417C4715F3EC5BE60B3 +:10D770007D8E8E12DA278019C927FC9371DF829182 +:10D7800004CA25E287D3537A8AA7486649D33A95D3 +:10D79000909725CDFADBE2B884E3DD26EAA80D4EAA +:10D7A0009A87D3C7F705E44D8249B84E96F4A0BED8 +:10D7B00000720FDBE372CF8CC5FC9D349ED1BEBDE1 +:10D7C000A8940DA44F2BD80EEA20799C29E8DF6E8F +:10D7D00070F8D8C65B649DEF59B7F329FABB267D74 +:10D7E00071F0760A7BD7800F00F115ECC0A4076EAC +:10D7F00052D94109E44853E88771DC9F4D5804FB36 +:10D80000DBCAF8FEB3986C91738E10D7577721F16D +:10D81000603F41AE67B9D80549AA103C3BBDCB90EB +:10D8200053F7B3D8BB885F63D6F748086735B7624C +:10D83000A459BE18FA260B2DA2FA7BB6BEBBC18531 +:10D84000F2E3FB5A09E184C0AF3D02BF52E36C240E +:10D85000BE91684CB0B755941FBC7F3D1EA5FD1C02 +:10D86000B39EC9384E7E43AF84A951DE87B7826E1E +:10D870005AB62CC86058EE0ECBC8A7C676943CEBBF +:10D880000E98F135CA16A5E3D032EDCF03909E3144 +:10D89000F016C6CF5FEFB5E0AB818F674D97F1C84B +:10D8A000A171B0BE4B05FC2F15FC8395A9EFF418B0 +:10D8B000FB4AF68292CA03603EBA03FE837A6D8900 +:10D8C000947844EA5F3E4FF0A379F8DD981FCCBB13 +:10D8D000489684DDC0E5D23C5176F8A937264C83C2 +:10D8E00029BF1476C05E03749F7A6ECB34E8FFE5DF +:10D8F0009990D7C57C73B13FBE0F2F17B0480D96D6 +:10D90000974B8938F43BAF7213D917975638483E76 +:10D91000CCC3F99BE0F2F1C1BF28B80FB7545ABF8E +:10D92000972193A4F98478FFA26C4DA983FA7FA96B +:10D930004C227A3EF2D67B77CF86F91DAB94C23863 +:10D94000BF97C26FFB982F355E1FBC74A621BCEC3D +:10D95000E3A4F86080E46C9680770E28288CF802A7 +:10D96000D7BFB2C5FA72B57A9263C18A8E439C372B +:10D97000F1FD1E19E9AA423DE39EF425BF8F115C1B +:10D9800098AE4CA7D93362F84C898B71A5332E948D +:10D990009B2C827C2884DF8DFD0178E5AC34ED176B +:10D9A000FC9B16552CF3F51459CB1DE6FD2D48AD07 +:10D9B000C7C0278FA17747623ACA8D3629FE26A8AD +:10D9C000E06C8B7B72D53CA02BB587317F00E59551 +:10D9D000924860DD719CCF3B70DD00E7B4A03391CD +:10D9E00084EFEE7CC6BA91972A1D6E84AFA3381AD5 +:10D9F00097F5D4FAD9BA2CC29B3431D7CDC5AF6ACA +:10DA0000483F467FC0502C72CB8EEF8ACEED0F453B +:10DA10006FEBE6A9D027B47A86F0067D678D8CE39C +:10DA20002C9506B4B78C7186A5ABB3AD0724A1C005 +:10DA3000FA6F07C8A03ED450D9F0660C3E9E02FB98 +:10DA40001FE7A156F66EC0FDCF38BF610CF20FFF85 +:10DA500039DC7FB178F652F62EA4C14034FE2EEAAE +:10DA600035B283C3A737DF22CFD4E4D54C47FDD6E8 +:10DA7000178E4490FFB012D28380DF50BA47E6FA87 +:10DA8000CF0F44FA80CCF563586EC4DC0FE837DB67 +:10DA900064D473235AB5A2A37DC4F99BA1E7DAD756 +:10DAA00077AFA0F33DB246E9A6F4EF0471FE6E290C +:10DAB00076BF4CF08958FC039E483C89A9BDBE0A3C +:10DAC000D340FAF0CF5EEAC6F1944AC3EEAF27FB2B +:10DAD0000DF66B0FF5B7D86A2F790211410FEC43A1 +:10DAE000D20FC4F74DA3BFE51EC8BE2897633F9170 +:10DAF0004DF8EC0C72FD319D3DA8A1FF09BA1A77D3 +:10DB0000263BB56F084BC4DBD365EE840BE821DD03 +:10DB1000035C1816E393DEA1F9A23E877A64063609 +:10DB200001BC6A6FEC26BB0551A80250383D6CA2BF +:10DB300047DCDF14DD0AFA62C7C7C17A7C62DE3EC9 +:10DB40005F8CF3E530A74337FC837C26836987101D +:10DB5000D4191556FAD58AC2C43F3223D6EFB884F9 +:10DB6000F42C4CAD7CF9764867C1F70B6063715DAE +:10DB70009973E504C9501699373E37358FCC1CD0C0 +:10DB800077B1FC35D01721FF99C73F1517699ADF88 +:10DB9000299C1FAAB334BFE29EB8CCC795103E3073 +:10DBA000CF53D6F96CF904F713E669F98EF339BF50 +:10DBB000D432DF53E6F936B8F9B858AF32ABBFDF2D +:10DBC000305ECD8AEA61D27F92859F59610ACAA5EB +:10DBD0004FD987915A94673B4244277E4DC0D7DD89 +:10DBE0004DC8A8318DF8B1DD7F08FB75DABC5FAC9C +:10DBF00042E475E0B31CCED6721622BCA1BC83F5FC +:10DC0000D941CB2B0420997ED57F008BB8F1A8CACF +:10DC1000DA31FB25D49A8EF8CEFF4EBDCDE5F08DDE +:10DC20002847215DC1A27E9CDF474CAE45BBEA235D +:10DC3000C448D8878F7CD3F76CE0F8E2463C6F1677 +:10DC4000766E8E43F8937CAD9CCFB13E7C93CED064 +:10DC5000BE72FF08E879847771E6DE4072BE8DCB34 +:10DC6000AD38FC83F96F7658E5D80D3BACF96FB150 +:10DC700005B9C8BFBE759FCA90AFDF6893135FC96F +:10DC8000DC2F7303AB6F45FB6793F03B2DD7989266 +:10DC90000DFBB6E6170F4D477B2CE4E0FCE7CF60A9 +:10DCA000CFEAAE14DC570512CE48716A7D0AE3EB69 +:10DCB0006B92C297CD96065FDF26B5FB3294D7F103 +:10DCC000AD2A9D6F302127A93D0CA51C70443C5303 +:10DCD0002DED68BED7B759D737DCFAEDEB05C94C47 +:10DCE000EB5DB5BF8EF8C760EB71EE97C8DEB4F39D +:10DCF000A1690EC9A23F1B786ED019E035D7BBFED3 +:10DD0000E04934C17857E1A10CE92FF533B81FB6CB +:10DD1000FE5C4C876B77CD3FD8EE3A6C97F3F5DB22 +:10DD20005D3F48BBF640228AF466E8FB1E773DDF84 +:10DD30004485FBE7DA83C39487A0DC3144F9B8A1BA +:10DD4000DB03DD9D39037851871F490F8B87705E98 +:10DD5000A71AD1B1CED851357A39DA75475F733009 +:10DD6000B0A420AFB506715D2D928EFA79DD96F9DB +:10DD7000545E77DC11900B04F162FD828BF6A27D7C +:10DD8000B9CAA172382B3D0AEA0F75150517A0EC28 +:10DD900038AAC64399307EEDF7B9FD5155B16105FA +:10DDA000B6BB4CBF5A4579F2DCE34D4B31BF4ABF9D +:10DDB00050413E7C9B83FB033E7AEC89E90CE6777D +:10DDC000F4A7E92C89F357124ED47F56013E233E27 +:10DDD000DDF44FE9A44FAD7A72CD9E79D08FF48BEC +:10DDE000749A4FED9337EC73D1FC9A387E3EBD3078 +:10DDF000E31EB12E3780E6E806E1978CC7430BA1FE +:10DE0000C91A17BB0EF503030E067E2E6F2BF96D94 +:10DE100010E7B53F93FC6B7D78AD407D685F07E907 +:10DE20008201F07AA783FBBB3E2C702DC6794AFB9A +:10DE30000F5D4BEBEBBA4AC5F549CD99CE3FC178A2 +:10DE4000DBC43AA11EAD23FEA894180FE51F3E2A9D +:10DE5000F175754DD9ED41B8EEDFED5C4EE7101B65 +:10DE600008BEC67C97EF2F691D09F5966FC92C4433 +:10DE7000BD71CE3FFDD4DF03DF6FD9EF48A29E070F +:10DE800029E97BD7B739AC763D487409F0E066C123 +:10DE90005F6E3EB086F8EFCD5D77917CBAE5A06A03 +:10DEA000914F00673ADFBAE90D47186D929B7EFEED +:10DEB000633FEA597F0E3EE6473B0EC6A973021D3B +:10DEC000941DB3CA35ECFFF3ACFEFD81E246E739A1 +:10DED000B7746DE6E3312E470DBEF267FC9FBCFEC2 +:10DEE00072EE90C37A3EF6293B361DE53EDB9F3D40 +:10DEF000A0FE69C83583BF805DB42B0EE37EF8E4D5 +:10DF0000FFDA85FEEFA35FFD65D79D08F7673C1A32 +:10DF1000E2F72D8FFD69D77751CE1C74C988271F72 +:10DF20003FF3E37D3B21FFF1EF27962249FD87E098 +:10DF3000571F177C968BEB5FF7CCDC11888FEB9E1D +:10DF40009A33820DE0D730D28F01AF1226BC32F463 +:10DF50007BFD20F43702B2BF12A96D5F0E1F702443 +:10DF6000D145F4D19B2ED2BB6E816F0DA027DC5C16 +:10DF70007F03F90931BF1EE07BF3E3DC1EEC0FE702 +:10DF8000F82839886972149AA0371F5878F979658A +:10DF900098AA611DD7CB7A494ED9DBDD721CF6F306 +:10DFA000DCC1F7EF53F6A513E17E0BEA3353FBEF29 +:10DFB000DF47F83F33FBEFDF170EEB39F8A76CF5BF +:10DFC000C33BB1F040F680F6BBB17F6B9EBA2263D3 +:10DFD00020BF9119BEC9B380EF4AE127790EC4A1D1 +:10DFE0008274F7E44FF6ED0CE0FEBAC2F370BF7F27 +:10DFF000FA693E2AADEFABBDD722FDF53EE3D23A3A +:10E00000A1CDAA67DE2039F6F153AF3875E2E7A05B +:10E01000FA827CFE98F5FD75A3BCBE59F87D6FD9D8 +:10E020009B9E44BF8EB14F3727E6D7EA7EFA4EFE5D +:10E030009E9B131CEF6F4E1C5A240DB06F554A2146 +:10E04000971F891C82CB1ABDDBA9F9ACFB2955E0CF +:10E050003E9EBC00F16EB07D34D6AFE1FA6798F613 +:10E06000732FA7D7C1E8F2E3DD2E45CA48EDEFC70D +:10E07000428FB92521BDC106A057C33FC41C4B87A1 +:10E08000DC273B3ECC56ACF860B437D63D1C3D0F88 +:10E09000BF9EAF07AF73D0D82BEF0FB70D73397F8B +:10E0A0007EA9C04576C22BAAFEA35B113F9E57599D +:10E0B0002734B9ACF03D451FC00E7F19F5A189A9E1 +:10E0C000FCE515524B36B4BB3C02F2444FE1A9517A +:10E0D0001EAD7430DD349FD3B5EB42486787838C27 +:10E0E000CE5F8EE4B104EEC76FF2561FC1EF5BA0A6 +:10E0F0007F06FDB7366AE834646D8D414AFBCE0574 +:10E10000234532EAD96B51EFC7F1F63FF6D8638069 +:10E11000A717E30020A20E83A834DBB36F8AF9BEF1 +:10E12000DAE8263DEEEAA2271494DF52F1130ACA78 +:10E13000954B624F2878BE75A4EFBC456FC123B8DC +:10E140008B8B324BDBA1FFDF485CAE5E3C6FB7B21E +:10E15000DCD4EF25A29F4B8A778790FFBE20CE1795 +:10E16000EDF07A4AE1FC75C3A41F8770BC1746FF27 +:10E1700028C48DB120F925F3855FF2C8F81F3FB898 +:10E1800016E078B4480AA3BFEC68C3461FF2E1A3C7 +:10E19000FA420BFE1D9AF49E84FDE407772BC8AF6C +:10E1A0003B914FC0FAF6C2FA905FEC03B8617E3F34 +:10E1B000C00DD3C71A754A1F6F2CA2F29F3586294E +:10E1C000DFD55841F9271B23943FD0584BF9A71BA3 +:10E1D000A3943FD8B898D25F35AEA4EFFEF6FDCD3C +:10E1E00059E8879F2C7521BAFEBAB19ECA938D0D4E +:10E1F000547E9BC2F583FC36D686FEE286067E1EE2 +:10E20000D3A94617474DF337EA3DAA70FF426F5A2C +:10E21000AC13F9D6E9DA45E5B8FF2DE3AF9A82FBF6 +:10E220007854BF3786FAC5A7E3DC74D6402E4CA0DD +:10E230008BE7C7CFA0F3CED519B1471593BD5FD8F3 +:10E24000E664C969B88F899A5C947FDF04FD0EE0AB +:10E250007871ED6E2517FA59102BD065DACFAEE63E +:10E260002CB42BA688F279256A75F1F0FBB85ECC48 +:10E27000FBB9AAFA10D2D97342DFBA3AE660452652 +:10E280003D6461AD357F83689775D1B821CF77D371 +:10E29000C350CFA2CF703A72A1BFDCECD7D3475A9C +:10E2A000EA39B43D51F4170FC69F1CFE5AAE276BD6 +:10E2B000CABBC8DF64B477E514BF31FCA64B98F144 +:10E2C00017A1FC757D79B0B00CFD1AE0754DE4B86E +:10E2D0008AFAFAB5600229902E676127EADD60DFCD +:10E2E00052FA2D564FA92B9454F979638D86E70B7A +:10E2F0005264B6E34CDA50FE34EB3984FD1C7E0CDC +:10E300004C0CE11D9CE58E99EDAE0F047C3F13296A +:10E31000E0D11AC49FC1C631F88BC157BEF0453F4A +:10E3200051CA53FB63A483B5B7EF93311F23AE20CB +:10E33000EBA275CF8D862DEEECD0891F36F448A464 +:10E34000BF8F3D51D04967664C27FEE5F208FE2598 +:10E35000F4DF06FC5F3C375894967804E54F57810C +:10E36000A55E70A4E157EDF120FFD8D4708AD2D316 +:10E370000D85DB27B2E1D76BE7A75FF862D92AC02A +:10E38000EB4763A66E473FF9AEE71DE417DFA5F63E +:10E390005C8DF36838E1D237C27C5F562201B59CB0 +:10E3A000F8364DC5C0DF862DFAF6227D70B874B6FA +:10E3B000150E0947FBBCFAF07110FA48E109AF07E6 +:10E3C000760A7397125E267520919EB48CA7BBA126 +:10E3D00074594352C5FD7F5B894DC1795FC3122AD1 +:10E3E000E2E39890968B4CA4CAAF13BC77E5BE9B32 +:10E3F000474C45E929887E9D7820C60694E39B8496 +:10E40000DC81E9901F285FF871E4B40FF3506E547B +:10E41000A9D280F113AC41F9D01CD705B298E432EF +:10E42000D4A573993A1C18A65627F790FFAD469BC2 +:10E430005F930920BA767D8190B71C6FAE5D9FB95E +:10E440001BEDD5096A6C9ECAFD02E4EFAEF34DAE3A +:10E45000417DED6CD707A3F7A01EE812F46EACF770 +:10E460001D77EC2AECB750CBACCED491BEB9FF7877 +:10E47000AEF0379E0E30D2E707EBFF5F447CC863F7 +:10E48000B0EFE847553F641DA82F3E07FB8F7994F6 +:10E490005758FECF20AF30BF0BE415E60F83BCC248 +:10E4A000FC3320AF30FF38C82B4CF7819CC2EFA75C +:10E4B00059F446C46335C0CF9F9B9C6C25C59FD93A +:10E4C000FCDA6B05FC8DF45695E3410B3AEC505E9B +:10E4D000BCE5E4E7604AFDA805E93C45BC98B637D1 +:10E4E000E2C0B31EFF319640BDF6E2FD1D4770FD50 +:10E4F000E177B4667497DEFD52D1612FE4FD932578 +:10E500003A17DFF14A43D283E572D7613FEEE36FFA +:10E51000F939E053E32505FD2AFEEED66FA3BE5977 +:10E52000C6221BC83FABF41E7241BDB2455A18FD4E +:10E53000883B5F774670BF763AC34734D8D79F2F62 +:10E5400061E14EA42734A241AEEE192FC998FADB3F +:10E550005EBF13EBF9B7BCFB3DECCF5FF4C0AD94ED +:10E560008E7BF436FA3EEE5F6EA77C77F20E4C4758 +:10E57000689F2C7E15E6953179F32561E82FE390AD +:10E5800072111A4CC1C3DFBA0BED84E00B3B36634A +:10E590009A37BAF3F92A287F4E2D20383DF19BDCBB +:10E5A00079619847CBB7E512C4B7434A36E51FA84F +:10E5B0000F50BE54754491FF3D5DA9D4264C72FEA8 +:10E5C00041959F67EC539D942A8A83F43D23DE5046 +:10E5D000492A6437A8C7F9798E7A94E75D5A07C546 +:10E5E00083EC9262FB088FEBAD712DC639CE632AA6 +:10E5F000F74B96EEE6F87FA0474EA01FF560F7C6F2 +:10E6000034E48B07BB0B1DA83F952ADCAF72B0E743 +:10E610001E4F3AC0F9C1EEB523381F8EA75D05FD28 +:10E620003CAA7A697E4F221E949BDB6751FB1253F2 +:10E63000FB0C5C37B62F48B57F42B4FFA54A346B5C +:10E640006A2F3B300D637B1F6F8F7A47E815EBF81D +:10E65000FFACF2B89467FBB52F9571FCB1627C3BBF +:10E660003D1D12ED5AA478DA54D467D628DC4FBA8F +:10E670002E8BF4CA728FE029A2FE4981F717F79D0D +:10E68000CFC5689CA78F17D2F9F5E07C414EE91FF2 +:10E690002497BD293E4FF92C5B7EA4AD7EA1AD7CB5 +:10E6A000B2ADBCD49A5FC1F5FBB0D08B1B58E2C1B0 +:10E6B000B5281743323F4F7FBC88D617F618F8C0ED +:10E6C000E56989E803E4E85D547F9EC2A8BE90A393 +:10E6D00025428EBE9067AC5F4FC3753730EDAE629A +:10E6E000AC7F4C6604BFD858AA5F28C66789F13C46 +:10E6F0002FC63B1C2A7D11EB1F38CAE5650A9E51C7 +:10E700003AEFFC85147EB118F9C945D6FDA810F37F +:10E71000B3CBBD666716E14F67F70237EEE3BD3551 +:10E720000A8D5BD8159E83387F51A8E030A6784EBD +:10E73000F24B00D53806FC08B6B2F3DFA6CBC8779B +:10E740009E4FEF98837CE6E787804F40BEEAFDFA54 +:10E7500036F467359CB8B0BD16D2D14EABDC39ACBF +:10E760002C64683FA86D8B283E8E1D63147757B8C4 +:10E77000B9CC7183090FA68564C2BBC2CD014EFF1F +:10E7800081BDB31C82FE96A463BF2E7E3E11E2764D +:10E790009C896E473B916E170F4CB7631D2CEE4062 +:10E7A00078BF2D733DA7369E36DF14377730097C4E +:10E7B00004C60D1F2A3B7D14E3DCB459D390CF74FB +:10E7C0006E76F278CB31E13D487F539C9CAFB0F739 +:10E7D000D960716F539CE5FDE3DEC6307D5B0D4C67 +:10E7E000744C378F631E93E4E70F07BF04E9EAE830 +:10E7F0008FEFE7FFD56BD16BE40EAB3E3E8699F40D +:10E80000F18201F0FDC439A9FA85A49F52FC3BFBBB +:10E81000F20C9D5F950D12D7F330E209807837C86E +:10E820004D4C0FC617B87558C76F030B68FF583C9F +:10E83000E2AB82F6741C05F0A91071766AB33E87CC +:10E84000F84E9BDE847E36D771168E4095AC57F815 +:10E850007953679225D0CFDDA9B16CF2BFF470FF78 +:10E86000A6711E89F484FCD975DCEAF72C14E758EC +:10E87000619B9FA450F8530A6DDFED7E916B9D560E +:10E880003FE7DDDF75D03964FC7507D1F59E992C23 +:10E890002E65F0FA781EB5E302F7EE76E293DC3EE1 +:10E8A000794AF465F84B6E72F2F3A6236F4DF422A9 +:10E8B0003CD63A75C2C7CE2DD3BDB8FE3DC70B4975 +:10E8C0003F3E3C6B725A0FE9653C5EC525FAD9386C +:10E8D0006BF28B2B619CA7012E686F1F082D1F8583 +:10E8E0007165F7D4B829EECCBF471B8576EB13BB17 +:10E8F000855FFD043F9F6E17F0261B1EE0EB096944 +:10E90000A477DDE994455C6AF44EC43BD9CDCF27AA +:10E91000FC63A551E857EF2A90B87F61987E9A531F +:10E92000FD349BFB31E9812A3FE74872FF81C0FB40 +:10E930007CB78FF40FBB3E597782DF2B00BD701B75 +:10E94000F6771D8B46C83E03358FFA397BBD304EB6 +:10E95000F013F3CE0F14C8A807A5F4C3E84E27C6DA +:10E960004F86B48D58E76CF5C25D8D3C7E780FEA1A +:10E9700081E331FE09F44258C78B421F7C58E88D71 +:10E98000A0E7ED735AF4BCF0628C4F39D41A9BA304 +:10E99000CC443D2E5C8AF99FB5C69ADC901F23F7C4 +:10E9A000E66148F9E1D6BA3998F73749249A7E05E5 +:10E9B000F97808E31418D7FBF631A1F7B1AC5AC8BF +:10E9C0004F5A1108A3DF678C1C7EA108F9D42A7E58 +:10E9D000BFCABF97EB51FDE854F887FC4D996B1106 +:10E9E0005F0E0B7E7B58ECA3915FA6C492C417C147 +:10E9F0009CC6B802E39C580DC4883F1DC60007C4DE +:10EA000067A726CE9B3A46F2733648D307DC7F6E63 +:10EA1000670CB7FF7BFBF6FF65849F79FFB30BCED6 +:10EA20007EFF816F116B1BCCFE717D7E0E5ED6EA80 +:10EA3000CB9F66B1B768BF423C5EB46FDF64D0CF96 +:10EA4000217588B83DBF637E3DD2C727829E8DF475 +:10EA50007D0137F68E95BF035F7F1FE1E851EA45E0 +:10EA6000F009E7EBFE26E8C76782AFB0BF8CF92C50 +:10EA70005396FF6FA7C92F897047BBECB4016F563F +:10EA80004FF1DBA0F753FCD13F0CEF501FBCBF127E +:10EA9000F446F3CC077BECEBD05BEA1C566FD61048 +:10EAA0004FBFCFC208FB39BEF99678D35352CCEB97 +:10EAB0002A4FE9070D27C00E3917E7DFA372F8F4D4 +:10EAC000AAB89EEA6CBD4C42C59F6D99730C586103 +:10EAD0003512295E4C6277CD413F66751ACFCFDB88 +:10EAE0007461731CF378C6300BCB7F3C07CF09AA47 +:10EAF000C7F2F22896437EBE1A19E1329D73C336DF +:10EB00002498C96E54B59355C81FC06ECCC7F9E997 +:10EB100021BD1AB724BF41233C385BFE9010F4BFDF +:10EB200057F009C0AB22EC4F8D73FB7138BBAFC4FB +:10EB3000C5F1C8484B91D9E798ECBE470DBB2F31C2 +:10EB400092DB7D8991E6FDDF8BFA22F27F4527B9C2 +:10EB5000D2E7A769F670FD45E89F0586BE68E3CB5E +:10EB600086FE59E0B1E24D46BED16F84FAB5E3911D +:10EB7000A1378E15DFEAF673BCF2FFBDA96EB38430 +:10EB8000FEB75EC24B55E0D5563CDC03B8EC6EE3F5 +:10EB9000F715B2EEE071CC7BB7646562FFC79D915B +:10EBA0004B5DE5A9FDBACF19B9DC9C87FD8B0DB291 +:10EBB0007F579ECDFEA93E4FDCBC1F06FC5F12FBBB +:10EBC000D68DFB08303F26F8FC6916B90EF1A7C9AF +:10EBD000A993FF29FE8283F8EC607830981FCBD888 +:10EBE0006F839F34BAF93EA752CE875F12F50A2A87 +:10EBF000D82C2D23D5EF77055EBCE419380EEE0E28 +:10EC0000176FEF6F8A129F6222DEB1602F97D7468F +:10EC1000BD3B5D92E0239A2CF8B68CFCE43231AF18 +:10EC2000C20A56691E77B318F7322F2FB78FDBE66B +:10EC3000E27CD0E08FC6B8855BACE3B68B7E0CBDC2 +:10EC40000D3D0F38EEA4E65E8A572EC4386648F5AF +:10EC50002DD108EA112FCD7C6FEFBDA8CFE71409A5 +:10EC6000FF5184E17DB807443F3B9D91208EE70032 +:10EC700038A19F211FE68DA9EA6327898F37C449F0 +:10EC8000DF33E9FB0F101EFD75E0FB6D06DCFD0AAE +:10EC9000AB7195A6E6FD770157236FACF3B28A4FAF +:10ECA0008E64C3FC26DCC7E3B7A311EE3F2D8C8432 +:10ECB00076A3DD9C2EF6F3B1366E778C77C59E7CFD +:10ECC0001ECA1F7EC449F75E777EDF19413AD9E933 +:10ECD000D4DB517EB754CB6417E5D67C5BCA86740F +:10ECE000C70F5A9F789EE1E551EEDFE86C2BA47ABE +:10ECF0000FAECE227F86910FADE1FE8DFBF7DF7365 +:10ED000011DD4F6AE3F7933A6D7E8E7F76713FC7D0 +:10ED1000619788D7DA2FD3BD973E3F47A5F073ACF4 +:10ED2000177270856CF7731C263E3A889FE339177B +:10ED3000F773DC9FE07CA7A98DFB393A7D855EB433 +:10ED40005F3B7D0B48875423DC5EEB6C137E0E9F8C +:10ED5000E1A7D0BD57C13C7EEBE2FE829791C07324 +:10ED6000866E4F7E0E9FE1A7E0ED5F72713FC71B7D +:10ED700067D19EFC1CE9D6F15F17EDFF88EDCB87CC +:10ED80006AFF64E60D26F8FE41CCDBC9F4F6C93013 +:10ED90009F3DF7BF19A67342D6115B05F97D927EA0 +:10EDA0000FEA6DF13CAEA7ED91AC74FC91A0A37499 +:10EDB000C10F0EB7DD23A33D30A9EDBE6A2FF2F1DE +:10EDC0002D60FF32B27F65F3B86357C8E4B729DC22 +:10EDD0003C8EE391CDFE4D770BFB7705DF6FD37E45 +:10EDE0007EE51AC2FE4D77F3F51BFC069AD6E0FDD0 +:10EDF0005F635C03BFED7461DC2F5699E90FE6D5C4 +:10EE0000B198F303D02FD3DDE5A9EF2362B9C27E19 +:10EE1000020A827C7014F72F1AFC08E8B1D94C8FD3 +:10EE2000F5F67105BF1B8E1E1BFF8BE8F14AF77FBD +:10EE30000D3D9EE376503FE5EE7F981ECBDD43D03F +:10EE4000E34C37D717FFB3F458E1E6F450E5FEC7BB +:10EE5000E83122DA5FE41E8E9E06A6C75A37A7ABBA +:10EE6000F9C3B6B7D263D4FD9FA3C7EBDC9C1E1BCE +:10EE7000FBE8F1143FCF6E7B6703FAC1411D11F42B +:10EE8000A858E8511F861E1B07A7C75B683F07A14C +:10EE9000C746B17E430E43D366333D360E42171844 +:10EEA00088AA0C4D8F8D67438F76BB02ECAC08BAF5 +:10EEB000A006B32F18D86D88C7F6F3B6E1CE892F18 +:10EEC0003FFF0EF2234C502377BB4D7A7BB91ABB20 +:10EED00097F236FEA206787C7EFF7701ECF71D568E +:10EEE000BE19D3C90E7900FB1953114D5AEE3B4C94 +:10EEF0000C07C3A897675AEF4DAB1ABF57EE9FFD9B +:10EF0000654F13EEA7367D1AB6DBEF167E3DDB7D2F +:10EF10000003FEB09FFB11AEC6FEF6DDEB40D794BA +:10EF200069FEAD79570E764FA0CB6DDA4F3530F4D0 +:10EF30003D81AC8B145AEF5AC91B46FA6BCA630762 +:10EF4000D02E6B12F1227DFD80FDAB83FDDBED2E1B +:10EF5000B4C4BFDC1E885F8867E768FF73B8837D31 +:10EF60006A8133B7FF5D72EC08AEEBEE597F7ED35A +:10EF700081F17A4F7974A4D78FCB4E3B316E01DD8E +:10EF80001708B7F81D5EB23B9AA49E3A6EDF25992A +:10EF9000D92F83F790E7A3FF0EF107F95E08F0C7BA +:10EFA000740FACCACFF95753FABB7938EEDB02FFC6 +:10EFB000F12F04F41113F3AA53B8DD7B1DEBA674F3 +:10EFC00029EBA2F46D25F626AE6309EB25FFD1C629 +:10EFD00034FFF908E7FFAEF999EE9F521CA1A8CAC9 +:10EFE000F04512F37DCA2271EFCDB04BC6DCC728C5 +:10EFF000AE69625C21B95414DF48F76CC7606528BC +:10F000001FBF95D1BD332827FE6FB49F98705AE279 +:10F010004A0BDAACF9B1E2BEC37871BF93BE17E018 +:10F02000F93EBF2F37D6F6DD88FFDA851F06F09B45 +:10F03000D8FDA40ECFC0F16383D945863FF46E1688 +:10F04000F1784C78CD1AB89FA125677A70A0F606A2 +:10F050005C1D6E1E3F62DCB730EC29F625B3DCBBCD +:10F0600037E8D613D23B916EF33CDCDED92545F36D +:10F070003C39263AB4C5676D9662DC4FE38BF37278 +:10F0800011AF45572B646ED7615C56B388CFF295AC +:10F09000D593FC7115D727914F7ACB18723A261564 +:10F0A00025C8EFED2DEA0A629CCE5D83C4E95CEDD4 +:10F0B000E17265C3147E5E70D75B12D9A7778DFFAE +:10F0C0004ED01C77E530E2AE467FC7DD6382CF26A7 +:10F0D000DF5A37CAC14DA10543C2DDD1E1A078A3F3 +:10F0E00061EBB5F17A8395BB7CAC0DFDDE9F8D8E17 +:10F0F0003F87A076893897BE3811811B8EBEF88F66 +:10F10000309D33D9E3439ADC6137FAF39B420B8697 +:10F110003CCF737D2EB16436C5755C8EFB7668CAB4 +:10F120007482AB43EFA27B6669C5C0F721F586EA1E +:10F13000F14E3D70799CC8F0709FEC117A36EC96D8 +:10F1400039FE6973558C213FDB9CC7E87EBAAAD98A +:10F15000CA451C9513D76D82E3680F97BB378A1495 +:10F1600051A8A214F76D1FE12B20894674C2F8390B +:10F17000CB6A0FE763CF2991551C1FADE506BEC7CB +:10F18000AB53FE06F4A7ADBB744539E2E1EB428F09 +:10F19000F467F33874631EAF7BB83EF9BA585F3B2F +:10F1A000E06B6262CA1FE16F929232C0A977B49C91 +:10F1B000E82C407A2CA2EF9B628FD78E8571362D7A +:10F1C0001AAFE1FE7CA6C65DA8375C315AA6F3F201 +:10F1D000ADD5DE95E673DDCBFDFC9EC147FEAA23CF +:10F1E0001E48C3BE1EF2B7B088A223BE4A827F9ECD +:10F1F000AB8102807122E85724BF64D8CDE59F8897 +:10F20000B3020EFE75E2AC7EA630079E13C57D8C60 +:10F21000F4B5F41D125DDA32FC2BF7FB17FC00E7A6 +:10F22000A31E8C515CD5A1E95EE29F7F6BE171A3C7 +:10F230002797CD26FDFE5579F9C3A8BFF5FEDEC59B +:10F2400030BEF8E4A597D4223F3CB9EC9A8BB1FCD0 +:10F25000A4C46A257E69D68FF1ABFEB1FA4F0F20A8 +:10F26000DC5A3C14DFA006FF25FA0EBD0713F1CBD4 +:10F270001550FFEF8EDFA6013CFFE03BFD03540B72 +:10F2800097B124C91F239EE7C6F4D863B8CFCA3507 +:10F290009714A1FEB9D5A9E523BFD8DAEA2A45BE5D +:10F2A0009EF9093024B4EFAE48E3FEBD5ED049308C +:10F2B0004EE67B0B1F31FB4FAECDE1FBE16E688963 +:10F2C0001494E1BB0A61BA6AE81FCBF1E00B5FEC72 +:10F2D00020AEBFDA5D42F118CBEA79DC8D1187737D +:10F2E000CD4A9E7F5DF81FED7A995D0F7B56E091C8 +:10F2F00012E471EF8A8FCB1FA629B6F79DACF7CF2A +:10F30000CCF8A04DB7E2832A9BF02102F830C582E9 +:10F310000FD29973CE1E1FB6211D015CAF9CCDFD8F +:10F320003FF1EAF02B442FAFAA442F467C9C1DEFFF +:10F3300037C5D6BBE5E2FEF461D0437BD9821C9D84 +:10F34000F07FED75B42F27251D435AB419EB35FC1A +:10F35000EEAA734691FE0CBA30E821E213F766FC80 +:10F36000555B7D90C67C3D7325BD3F5DA0FC31E3C0 +:10F37000FF754827727F3A59C2C257E1F9EF1285EB +:10F38000C533B252F8BEA482DF4B5DD2B381DE1723 +:10F390005AB25E62A74CFB76E60CE4DD16B8697DD6 +:10F3A000EF2B38CE1EBEED1749ADA83FB6ABBDBFA3 +:10F3B000198170CDE474D7E491F6A3DFBE35FDDD8D +:10F3C0009611009FF65C9DE20BECFECED609698497 +:10F3D000D7ED578E22B9F683469DC500BE7FC08B00 +:10F3E00071D8DFA274C2F77B01EE31A8FFA3C6304B +:10F3F00095031DFBBDC8C79C611684F22B1DDDF56E +:10F4000087711FFE238DE21EFEF6CBD8B978EF651B +:10F41000EBF45563507EFCED8ED818ADD8BC8EC48D +:10F42000481E77DE3352E687CE220E9D89EFB1511A +:10F43000FC7B82D28760FF4FC1D67D9C5660E86F0F +:10F44000A25D0FB56BF7777B68BEB94E8DBF3F10DD +:10F45000292F87FCC273020CCFDF1E72F2FB4876A5 +:10F46000787EC3CBE5C14247878EE77B93BD397376 +:10F47000F1FCCFBB7D77477918558A9CB91779B0D5 +:10F480001EF79BB57C35AD1C85C7C38DFBA3EF98DC +:10F49000DE1D1AB3BE8BE45C5A713488F7665A8459 +:10F4A0001C6A39E4E1EFDBCC5BB617EF298D29EE5E +:10F4B00095BE598CFD29D49FBE1EFA31E96B4B6075 +:10F4C0000919A51887D341F1CADEF16E0DF9CF9263 +:10F4D000A29A0F9401F008FF4E99F0A105E5A94901 +:10F4E0002F5967E82539AD55081F6F1D9390CF2E12 +:10F4F000F116103D142242C1787F2DAA1952CE6315 +:10F500005C78DCC5E3C2E313795C38E631CE0E5398 +:10F510008C0BC714E3C2B11CE3C2318F71E198C7F1 +:10F52000B870CC635C38E6312E1CF318178EE92FC7 +:10F530001B6394627C3896633C38E6311E1CF30BE7 +:10F540005DFC9E3B2B8A79CB112E93C749B8AFDE69 +:10F55000766704EF8D1C10FB3867F3A2ADC7619D81 +:10F560006911856C84B40795CCD7789E6EF6A60594 +:10F57000B91FA235F824C3F7B5D40BD229BEFCEECF +:10F58000B77C94A62DFA39C3B8884E557764970096 +:10F59000F6B55F3CD7ED41FA624D5961CC5FD9EACF +:10F5A0009EC4D8B4B24F563D09F97DDE680BBA9AB5 +:10F5B000EECEA97D55A7FC42CA8FADAC4A67743E1A +:10F5C000B6B0E508A4976130299D8F317AF72412EF +:10F5D00093C479188BBBC731763C72005823633FC4 +:10F5E000F12E6EB98FA17FAB2B5E9D89E75257B488 +:10F5F0002C9A44ED955C8DFA9F3B454A95E7B45DA6 +:10F600006A948BFE17B644A0BF574EC8D4FF46A8D5 +:10F610001FC7FE0BB54BCB90BFBE25937C7CDDA9ED +:10F620006F24FBAA1DF805CCF7F2287FBF636C0D91 +:10F63000DBCD0A046205F0DE38F73F94A7713993F9 +:10F6400029EEB7CAC019D11EC998F77342A20CDBC4 +:10F65000BD726FB1627BEFC2FA1E48791A970BC771 +:10F660000B19BDCFD33BC99D4039BF02F1793CEEA8 +:10F6700027A7B7CBA37B748CA3185BE42E45E67C4D +:10F6800000839478BB24CECF6867AF87FDCAA6728B +:10F69000A31DFBF22F0AF28596AD3C66C25B98D0A3 +:10F6A000D7165BFB95CB06EFD7548FF4D921C667ED +:10F6B000D210FD1874E57546D2119F7BA7F07D59D5 +:10F6C000B470AB41A732DAEB5EAF557FEC4DAB6E59 +:10F6D0004D83F15BD338BE7BBD5D470BB1FD790A2D +:10F6E000F941D9FEBA1730FF9D9D32F1BD5C05F698 +:10F6F00019FACB6DD34A908F1C1774921D58B10024 +:10F70000BF67EF50985E805B1D57F15E438049F400 +:10F710007E55BBDA3197EE3DA812C5D394557CFBDC +:10F720009232F83E63EEA7447F339E9125D4535E18 +:10F73000F471BC283937BD1EE5ED25E78E9E867431 +:10F740007597EDDE8C9186D3B89DB717CBA1BEB46B +:10F75000EBCD7AD2FFCA7D12CA9FBF7DC2E5C4DB62 +:10F760005EDEEF44275F3F631DA4E76D082A74DF68 +:10F7700048CEE3A953AD5F8E78E07CC84DF7719D0C +:10F780005FCD70239F6FFADC55CBF96037E97F4E70 +:10F790004F4CC3FBB585DB653AF76AD2BC097C4B9D +:10F7A0002923BDF4A88E726BAE42FEDF8CF314C227 +:10F7B000FBCCF42B13E89FD976C843F5D5747702B8 +:10F7C000F9F7DE9ABF466BA07C6FA5427AF8DEB6E9 +:10F7D0004551A2234DD6C693DC09FF1BD2D9DEF5D5 +:10F7E000DC1F9721B128CEE3F525B38375DC5F4597 +:10F7F000F7CEE9492DD9641F83A18B7E8C595A75A8 +:10F800002DBDCB91594DF15999736BDCBC9DF51D04 +:10F8100097E61A1ED786E5D7E33A9BD9117CB7C77E +:10F8200020DDCCCC7BA402F48B7D937F6BCE9AA59C +:10F83000D7F9705CEBFDF6029F3B89FA749EC6FD1A +:10F840009C7A11D71F0B84FF02BED3FDD8BC662B58 +:10F850003D23AAA1BE39266E7D1786A1B50DEB1BEF +:10F8600025E6A18AF5CF7EDFDA7E9488FF1A65BB94 +:10F870002F3F45E0871D4EF6F5E705F66AA85FE7DE +:10F88000C5797CA37D5D7901EEA729D0BC7C7D0183 +:10F89000BE2EFB3A6669A7AA50EED9D7319B756F89 +:10F8A000403C1CDD60FD6E9FEFAC9ABD51D4676794 +:10F8B00015290493D9ACAB09ED6663DFBD8556FA13 +:10F8C0003DEE75887B4AD56B908EC7B6C920005235 +:10F8D000FD8FEFF0B2B869BC893BB22CF949899130 +:10F8E00096FAE7EC2FB4944FE99A6C293FF760A998 +:10F8F000255F929C65A93FED68B5255FDE7DB1A5CA +:10F90000FE8C371758F2337B9658EACF7E7FB9A525 +:10F91000FCBCDE5596F26F7CBED692AF62775AEA97 +:10F920001B760E0B86BB23018CCF0C9420DF32E0BC +:10F93000B52CCDEA2FB7DB35763FB53F8DC37B388D +:10F94000BBE9A634EED7C95D54C862A6EF817993AE +:10F950002DF9E0D25216B3C831AB1DD5F2D5C2C5D0 +:10F96000FCBD5337E9DDCD395792BF75ED24A78E25 +:10F970007A16995E59683666F2FB02CF8FA7FBD0E4 +:10F98000AB3322B7E1FEE33DB37836DEC373923C7E +:10F99000F3FA9C64077B7D3FE4FADF3837BDA5E4CA +:10F9A0002D4AB0D814F46BB545C7817CDCD618A7B6 +:10F9B00054298AC651AE280146F7D1B4A25ECA6B5B +:10F9C000953C7F459A4EF8A655427DD3BA540DFA20 +:10F9D00031ADEB5599C779F4821DDE69B2C3ED767E +:10F9E000774CD3F61D6029FB1BECDAE437A85D1ACF +:10F9F000B52B44C3A974703BBB92753B303D9FF55A +:10FA000052BA97D517A23EFD9A33EE1809ED6FDC76 +:10FA1000FBCA4A9CC7CC322FDDD303BBFCC1B4F276 +:10FA2000945D7E3253CB4779BDD319DD7A1CC7BDB7 +:10FA300043652837AF9D7FA91BF9C1B5939430F773 +:10FA4000E383418DF6F9FD59612EE7851C519867D6 +:10FA50001CD4BBE2AE71A5F83D57A927799BBB54D6 +:10FA600093503EFE29CD908F652417B23B94B0AEE3 +:10FA70002368F46AAC176863E124D45B5008F2127F +:10FA8000E5FB0F789C7461D1842308A751AB9312D6 +:10FA9000BE17A745743ADF2C3C71E151C98FF214AF +:10FAA000E683F2F42145E08993ECAEB5F72B647759 +:10FAB000AD7D5EF5E013516B372B25C848FCE84758 +:10FAC0009D06FD54717954F8D08404EA03774BDA2B +:10FAD0002EB2735A5C61B4731E1078F010E205D830 +:10FAE0002327735B376AD07E926F37C5539E1338D6 +:10FAF000B411D329A19332BA4BCE1D27356541BE2F +:10FB0000A4B8C081E7A5D3CAAA9A302DAFAC7304BC +:10FB1000209D512361B81BFB5D1A3F77B87AC5FC65 +:10FB20003751CFA9F2B9E9FCA070D6FB8B911FAB7E +:10FB3000C3DC13547377D03B776C85F59E6095DFFB +:10FB40004D78AE219E17504A7AA7B6282D81780E9F +:10FB50007AB684E723F12AD6857A47289294501EF4 +:10FB6000423B3AD7D3921E09FD8AA322DD12E03C24 +:10FB70001BB58ED1396E7EA447C27BB7A1D5563C4A +:10FB8000FFC217FB13E24FFEBA36CB773FFAFD00F8 +:10FB9000BECD32E73FDEAC583AE28F776A615693CA +:10FBA000CEFD76F38B5378F38CD09B1E12FA8EC168 +:10FBB000BF0D3DF6409F7DB82721035EEFEB8DB56D +:10FBC0004F42BED020DE9BE94D3AC85F74DB7CC259 +:10FBD000C77CE19F5AFAD7AE960CA45357EFE10CBD +:10FBE00024989BB8BED5E9B1DAAB953ECEAF66F8A6 +:10FBF000B87C54DB41E29F6B7AAF10FFA0FF27D6A1 +:10FC0000737D5DFD83AF2D3383B1977D7CDE537FA4 +:10FC1000A555A39FB720A93D4BE931911E8154B44E +:10FC2000C78DC7A9225DDAF7737773E005ACB79B80 +:10FC3000692F68A6542DD42EA6B8D6DFCAB45F2C7F +:10FC4000C4E81EC0EEE62C7ACF957593CF9DE5DF14 +:10FC500011A03CD46F277FCDF7BD0CED0EBD41A1A7 +:10FC6000F7E8ECE38D617DF25CA6F789E23CEF6694 +:10FC70006D1B108FCE3D687D2FAB2469CD4F3B6A45 +:10FC8000CD97775BF333DEB4E6F70BB8E23BACE33A +:10FC90000C38C07FC6E8FCE84317F1F0631AB81EC1 +:10FCA000D15FEFB1DA374CE841D789AD99D963D547 +:10FCB0003BAE13FACF75367DE2A44FBBB20ED2C86D +:10FCC0007DB17B2E0238C51A1C6109E6F0C787FE9C +:10FCD000369EEB41BD39E877FAC2A7D3BE5E7B47BB +:10FCE0009FBF313ED1E46FBC2BFC6AFD61E473BF62 +:10FCF00077316C3FD771EC6823CAA5D10AC9256D4D +:10FD0000C6EA87D3D09F8CE590BFA2401F41F7047D +:10FD10009F57695F36897376E37D26C37F7685C0FA +:10FD2000C3F906BC583C8DFB619269A89F9F7B90EC +:10FD3000B1629B3EC8CB233E2C2F49DACB23BEAA0F +:10FD4000DCBE2343988244F02E17FA27E6D7833C83 +:10FD500029B3DD1F18B1D89A0F1F55494F9DCAA26C +:10FD600019C89FD1F4C67EA60E72CF60AAB86730BC +:10FD7000D5F63D178D33807B6E992F9128E87F9EB5 +:10FD8000B645AF97B07CCB52B048A0EA2D3E71BECD +:10FD900056CC8A71DFE7E2EF1C209C5FE3F7795CC9 +:10FDA0002727BE81FA017BC541F7873615E8DB516D +:10FDB0002E692FF2F775B5345652E24B9DBBFDF01C +:10FDC0004C18DF62EFF35BFEAC9131E4EB5D8D6EBE +:10FDD000867CFEC9468DF2071A83947FBA51A7F438 +:10FDE000606311A5BF6C0C53F9AF1A2B28FFEBC64B +:10FDF00008E5938DB594FFC85FD56CF77B9AFDBF7E +:10FE000029BF27D0DD39E4F78CE111F4471E8E6F4E +:10FE10007DFECF95DC2F3C7C3FDC5F8CFE5375A0D4 +:10FE20007E847F794D1BF797AEA9E0EF30AE29E3D2 +:10FE300076473BDB6D79CFC905FD627ECD81ED74E0 +:10FE4000CEED54BBEBC9FE2BF709FBEF76B2079B57 +:10FE50001E74B38D05293BD0B0FFECFAB8C9AEB61D +:10FE6000F073F4BC205E78DD12975BCCFA1EDF44A1 +:10FE7000D4250069276BAF3C9B09AC3F21FC40C5F2 +:10FE8000C14FAAC94F24F253F5CCC359A6F2705101 +:10FE9000C99C6C53BEC87D72F10693DF685C7AE939 +:10FEA000B3D9A6FC711C90FB8922C87FFF7FFB9110 +:10FEB000BAD1FF01EBFE49CE2FB2D00F10FFA9C27D +:10FEC00030BEE63739BF18897628CA1DF4A3E15E33 +:10FED000733ECF785C73117F67B94F2EE8129D9FF8 +:10FEE00098E4C20BC47F845CC8CF8CCB184F97D8E2 +:10FEF000CBC21BF421E58383CEC575A63BA78BF34C +:10FF00007839550EDA5392BF6FC7E51B95E3FDEDC7 +:10FF1000B84CEFBD99FAE1EFD1264CFBCCD0BEB284 +:10FF2000CA89295DD6FC7F971C32F06BABD24DE7B6 +:10FF3000B05BBF1C186FCF4B9704BEF6CD5B3E3352 +:10FF400023050F8A032AC4949703F51CC275C69A29 +:10FF500055CBB8D73558F34BD759F34B565BF3A66F +:10FF6000F184BCFB9AF978E435B39C7D0703A7269E +:10FF7000A6E4EC0A567001EA17DF64617A87E6FAB4 +:10FF8000B6348B9DF71ACA42F25FF2F786978B78E8 +:10FF90000956739CCE490BD6EBA4DF4F4B37E43A9E +:10FFA00097BF6E8040DFEF9D98C62FB8485ECBDFCD +:10FFB000C4B7CA71FB7B7FCB6DEF64EA367F825B8F +:10FFC000E7EF3AE7AFB7FB3FE3DCDF0FFF87EF1C5C +:10FFD000F69FCFD71BD7E8EF14F07F849BF16E5DBF +:10FFE0001F7E2B3D5218E6B11CDF4D41F8AD6791E5 +:10FFF000DDA4E77D83E25CAE32DE8B883392BFBA4C +:020000021000EC +:10000000A091E5029FECF05EBEF477B508EFE565E0 +:1000100032F90B594321D134E16121BD03E7C4F228 +:10002000FC2D12CB9658DF7DC4AB441F5999617AE1 +:1000300027EE54333FB73FB574612EEAF5C67E0311 +:100040003C2CF7060B1A4C7299211E7079CEC4EF26 +:10005000CD7CD326B78DFD5F6E7B17F4EF48473913 +:100060002857F8EF85ACC1F338942F8CBF0BD6EE30 +:100070001B5ABEF8E784DB26A09D9729EB68E7357D +:10008000AF506A775BFD71CE33E8ECC2FFCF4DD144 +:10009000DB1F65568376FFEF30E00CDAFFEEBBD94D +:1000A000BB31A6E9F5C573DCD8EFAB99E12972093C +:1000B000470C7725E43DE19F32C8BB5CC90B6ACF92 +:1000C0004BE5BDDEF728FFBB2CFD21CCEF4867F1E7 +:1000D0009A10F6CBF39BDA5EBEE0C868310EF0ED05 +:1000E0005FA69F6A8D57A6E81D961AE7F862A5BF1E +:1000F0008FD275A28BB42AB6DDE120BB727BB99496 +:100100006A9785EDA421DACD67DB9501DAF98C7663 +:1001100020635A4DFE3BC33F278BF998C757500FBA +:10012000D062E96837DC3D57D1D07EF9CFCE237756 +:10013000B875D7B1EDEAD8FEED60DA1B8CF9CB03C8 +:10014000CF3F81E5E6F1D521E6FF5F0D8FE1FA7340 +:100150008AF2AF3D3FA8BE31F72CD60BF3C3A718E8 +:10016000981E4B9787EA0F74FD8D03AFB7C3D65F18 +:1001700026CD2F18DB3AE4FC06E90FD6BBDDB6DE50 +:100180004CA7A37F7F489F4958DF68419F1933F9E7 +:10019000BD60364521F9315A613E67E900E3AEE3BF +:1001A000792F8B27500FD4EA7A76A07DFF7A91962B +:1001B00089FC75DBA199E4EFF76E96E80901AFDAE7 +:1001C00021617C6AC58A8E2A277CDFB98E75216CF5 +:1001D00077AE4B78F0DEDBCE9E8407FDFA152B3B25 +:1001E0003723BFAC684E27DE3B937590DF38F33C76 +:1001F00085E21632CE53E8DC21337316DD4FCF98FB +:10020000C9E3CF9AB5CA3DA864373BB5F924FFBE10 +:10021000C3485F1ABD82FB974637A861F4FB8D5631 +:10022000447E3D7F97D97B5BAFA413DFEA95F09CBA +:10023000C12B4951B4EF9A23DCBFE4FD1EEB948837 +:100240005EAC7E77AFD4B1A11AE1040C18ED97BC77 +:10025000C881DB253FA727E4EF044F84B7C2F58DA3 +:10026000FB057CC7B0EE43E80763EB783BD01C2569 +:10027000BC976F9C5318F1C979EBACFACF688DFF2E +:100280008E8EE2D2B693FE78BBC21E1980FEEDF9C7 +:10029000D1DFEBCE64C5C3D71B2E9F8F3F2595754D +:1002A00016F5847D6A3F1FB0CB69BBDDCF845F80CC +:1002B000E434ECD31821B72A8A9BE7D039443F397C +:1002C000CF7F57CDC08F7E76562BB7A35C2CDCE654 +:1002D000A4B894A514A766D86FBBB022E2C9687110 +:1002E0002FD9D65E6A688F92FC3D5FF4E3656E7C21 +:1002F00007C9E582348B7E7ECA9D877401B880E78A +:10030000A9CCCFDF59D8203105BFA7C6EB6167283C +:100310003E0EF84C00DF6B9719EAF586FF20753F1B +:1003200031AA217135696137DABDC6BDC45BC5BB71 +:10033000DB9BD2C35755E17CFF4D25BC690A423D8A +:100340008C0F4AD39731B053AEBD3B72A11BE5630E +:100350003523BB64957FF626BC7FEDFA7C148B9920 +:10036000E2225D4A3D4378B93ECFB77C7F16ECE987 +:1003700098E9BDC16A5F610DCE678378C7690E0BCE +:100380003763BB396E87E51CC0F5791E8B650FD4CA +:100390007FC8F2FD59D06363AEB3E93FCD72AEE0E2 +:1003A000FA7CEC20FD4FB0F5AF0DD87FAADF6C4B87 +:1003B000BF2D0AE3EFE62EE6716B76FBE17E7F75DB +:1003C000AB3FA7FF39CCA6103F87A13FC85F10C83D +:1003D000A4FB063BFCDC9F58336FAC42FEA890F5B3 +:1003E0003CE60281BF467C404DC0FEBB17617AF7F8 +:1003F000B8DA67FF6ED57F67238F29EF3F5F39BD7E +:10040000AC9BFCE6CB5CFA50F77C4F3432F287BFF2 +:10041000E1A95F86CEA05FDCBDC0D5520179E44181 +:10042000A0273D7FF79A0BF15EF2091177DF127872 +:10043000767CDD00F695912E559852513A44B933A9 +:10044000391EF9FE5299C5F8B9736CCA02D33B2420 +:100450004B618115C4571296752DAB972CE7302749 +:10046000C47D76984F79DD00E7E7E6F954660D51D3 +:10047000EE4A96D37CF0F72D07994F65E9F0F379B2 +:100480004BF8015B02AF8E1F6A3ECB14BEBE41CB60 +:100490009DDD049F65B2E1AFB6CE6719E3F01D762E +:1004A0003EC25F0FF3291F6ABF703E9543ECD732FF +:1004B0005737C16799F8FDCF81E6537916FBB549E7 +:1004C000AD8F21DFDC2E717EE4CB68D884F7D9FFB5 +:1004D000326F6D90E843D865D760033C0753383DD1 +:1004E0002D09B9E99E97D12FBE5B1171F1FBE998F7 +:1004F00076029D47E81DCE20E5F7819D17A178ABD8 +:10050000224A1F6B0C53F9E38D159437FA295E29A3 +:1005100091BD3765B544F69E7DDD5519DCBEDB9E89 +:10052000A75DBD02F96C95979F4FAC9CCD22EE94D0 +:100530003DC758D7B3E87FD97A252B413B7AF27E65 +:100540003EEF404D2EC545784B8E743742DE7585A3 +:10055000AAA3FF186831CAF18CD13B3275B2E01DF5 +:10056000C00730CEB5273E772FF28FCA0CEE47AECC +:100570000B1D5D8C7A449DB0FFF0BA2BF97F56714C +:100580007B3ED66C7D777689F0E3E644AD7EDF2551 +:100590006CCB27FC7738ADF66680953C8F713E8139 +:1005A0007A55871D241709CAAF9C1AFEBB32579C87 +:1005B0007C4E43FD959528A43F6DF76879288FF010 +:1005C000E7D4D0CE7439391D2FB5D9994B8679D758 +:1005D000D7F89D293BDCED7EE4E91956BFF1A7ACC5 +:1005E000785B0D160EF23B4D867FB8D7CF1763C8E8 +:1005F000557B3D633E970BFEB9AB3149718AC6FC12 +:10060000F2951E09E5C49886A425EE90E1EFA39823 +:10061000F4B2C1D6B14BFA306FA877BCF3855F1D39 +:10062000F468FA3D57EC06F568FBFAAFECB7FECA82 +:1006300097C7B181E885FBCB971C75901FD0808F41 +:10064000018FFFD774A36430E3DE1A6326FF9A4359 +:100650008EBAD15F951FA8A6384DFC7ECA8227D6D8 +:10066000384DC7B31F48F81E72BF38D2865E09F9ED +:10067000873D2ED43E1F234EAEEFDE8D8FDFA30BC2 +:10068000326F18ED05FBEF2FDC2EC7884FDDEEE84B +:10069000721740F984606C5306B4FB4CEED2AA206A +:1006A000EFCB295DB91B7A5BDA7067B806CF9DB3D3 +:1006B00007F6371AF2ED9E0CEE573BA12647A35FD3 +:1006C0007D49B0FA9E8C9C01EA377C9FFA3B5FF033 +:1006D000597BF9A302AE0F08B977D59A273FD8877F +:1006E000E7B07A7129E28EB7A87B1EFE0E58DBCBED +:1006F00063E9F705768B7161A165A847BC1F882562 +:10070000324CFCD9AD6B0ABFE7D53513CBCFFF3FD9 +:10071000C54FBC0CFDB55DE2D3F09CF82F658E3261 +:100720000C75B0CF03FA7914FB717FDE4EF86BF4D1 +:10073000F36B4FCF037498149F5DFB26D8A0BFCEF8 +:10074000EC1985EF9E3CB16D646D00E8E3D7393D4F +:10075000A3B0BC56FA60D311C0CB5F23AD811CF8A7 +:1007600022E3834DA85F9C7FF1877BB6A1DE3CC16D +:1007700049F75037DBEEF985341E0F14D2AC7038D0 +:10078000B67A68381CEA0F874366F81BF37F29188E +:100790007916BFC3242F9F2661DC370BAF80394603 +:1007A000467479A6C1BEE7E95D8F6E63681E27AA0D +:1007B000F01D2FE8E7050E8736BA9766F433271841 +:1007C0007911FB39B6FAD579F83B6C9E63FC5CD2A3 +:1007D0003D8EC5D3FCD4EE1573BBC8084DE1BF7F79 +:1007E000C1F7E1580EA79B19993CCD127A4993B3F2 +:1007F00023381F526DDC0F6FD5A05D6B417CF1403B +:1008000071DAAF6846FC29BFD7D3AC75BA979BE0C5 +:10081000F88980C7BFE7467A701E4E117FD55EC14A +:10082000E1E63F965D4AF6D2385686EF53A465F26C +:10083000FA30EFF7A9FECC0E32FA3DE3F87ADB8B03 +:10084000EFA138604FF03E9E8EEBA1FBAB1ED6E5CC +:10085000C6FDFE6CDBE79B9A2B701DE122CC8FD886 +:100860007E571BC68DEF469D01F4CB4CC8A31F6E6F +:1008700017C8357CE73A3ED24976533FBE2EF6FD87 +:10088000E940E43382AF1D4EAE9E3DDBA0FDE6495C +:100890004EF29B9E2F772C5E8EF874B18FE4367CDF +:1008A0005F6CBEF73349F4F77F01BB1BB70C0080C8 +:1008B000000000001F8B080000000000000BE57D19 +:1008C0000B7C54C5B9F89C3DFB4AB29B9C6437C96C +:1008D00086BC4E1E489004372F089AE209011ADEA2 +:1008E0004B091A0DCA0644A3BC82D5BA557A399071 +:1008F0000701834604F5AAA51BAA2DBD7DC5C755D2 +:10090000AE451A04BD684163A5082A1AD1DB628B83 +:1009100025825ED6D79F3BDF3773B27B4EB210B4D1 +:10092000F777FBFBFDA17698337366E6FBE67BCF9A +:100930003767474B1642CA09D9F0B9BD2E58484807 +:10094000B3B5D333D7418894FFC0F7A578421E31A1 +:1009500091C66E5A3FB0ECC98F7E564648AC5C5883 +:1009600022105A16F4CE2C7513D2FE5A5E8948EB2B +:10097000F1127D9A4CFFE121653E272127DCFE78AC +:10098000898E7B0EFE5C49885D96CC7E3ACEAB1E8E +:100990002541A2FDD289774E297DA57D0DF1DE404E +:1009A00097A02474C794E610922677FFE25E3A8CF3 +:1009B0009D04AB4C39384E2AF4B787DA3F11E3C3B4 +:1009C000E3547B140F3C3F0073D2FFC627B2D258CA +:1009D000377BACAA389696A1B65E56DADF877144AB +:1009E000D2A9123ABFB9A603C71543B1D84F0C75A7 +:1009F000F442DD2C35113FC5C736C15F00F39023AB +:100A000082998CA37013F6477428D8FE6C0241FCBF +:100A1000459BC79CDFC6C6274D44C8193C0F1DBF68 +:100A20000CF0641C3FC6AEF44029486CFC89D31D11 +:100A3000FE20857BA289F8BB0BC3783D2499B1FDCC +:100A400071C984655B8E5AE78B681FC07F226BA7D4 +:100A50006851603F5BA4EDF6458E70FB29BE7F6F49 +:100A6000A528D500AF55203EE8B7B182ED73FC0153 +:100A7000570991E95AF249D9F78A089113051C8F51 +:100A8000EECF0CEC3FA19310DA3F269FEDCFC6C20C +:100A9000CD4486BAE7312C630BFA105FB1A4DB4E6C +:100AA000BC301F516B2A60BD74CC11845CDBD9D281 +:100AB000AE661092247A0BA0BDE8BE07DACD13080B +:100AC000E94A62ED97D03AB447832F06E0A3EB885A +:100AD00007F868FBC1325135D1759F2145DB45BA16 +:100AE000D4F80AC9BC883E6FE0709E702B7EC43B70 +:100AF000E92340AF5DA47F8F8DD2B75A21781FA71D +:100B0000703AD56EC50EF0924E3297B6DF2C317822 +:100B1000B7D169081D57BD84041F87B59B3B09E009 +:100B2000639B95AE1DDE1F61C5E731F93D05FE08EB +:100B3000FC7ECDE7AD48F43501BEBA48DF689217B8 +:100B4000DE0F233CB7F3FE9B5395DB619D46BA9EB7 +:100B500038FDE44FEFA5EB209758BD2369B1412044 +:100B60007591E33C2489B8DE87F838495FDA9B86C3 +:100B7000E2EF892B9EFBE867E719672B87BB838F22 +:100B80007360D91F6796821C38207A058A1F7B0103 +:100B900051E3E2910E3A609DF6651B91DE9574C9B2 +:100BA0000CFC4BF97DD390FCEEA2FC2E0CC9EF5B44 +:100BB000A3F0FB0343F1FB3F80BF1F1B8AFF34FE02 +:100BC000FE91343C7C1F077C2743C9F0F54DF1BDF5 +:100BD00097BFFFDC85F1FD5C147CFFEE22F1BD3791 +:100BE0000ABEF721DDF1F963B4F9F307E67F05DF0B +:100BF00033CC6F8779D9B8AFE2FAF8B84A366D17B7 +:100C000080AE25A62788BC8AD0711F99E19036D284 +:100C1000E7CFB8953FFE2FED6FDFF9F67722F0F3BF +:100C2000E5F47F9DDF6B571DFF90F9FE7E3E7DF161 +:100C30004B2ECF8DF2C2C8FF0297AF142F9FC17801 +:100C40004639D945480DD0CD336EFF575C8E4D03E4 +:100C5000B9B4EDCE246123ED9BA1F4088974BEB331 +:100C6000090C8F2B24194BEDBD6DE61EC10CFD9BAD +:100C700024411574E3591393A38F675C075D5F4CA0 +:100C80006239C8352516CADB397C4954E1C178CDB3 +:100C9000DC7EE84A521B416EA772399D9A28F09279 +:100CA000D56B5395A444A64F9261FE3365E26DA6C1 +:100CB0005C26B7811E3539ADC163F205491FE89541 +:100CC0000AA2805E0CCBFBEB1ED7E4FD1207F437C3 +:100CD000733DA564C1B8298912D6B5F1A2ADB38818 +:100CE000AFAB88AFB328BCCE517C9D979E6F9D461D +:100CF0003C0D77BD574903EB2D4B2C8F3E1EA51C99 +:100D0000DD7EC218248DF24F0BE3D73907F2D04EA7 +:100D10005306F4B4EF4A184F8993F6B9A08148B14D +:100D200030EE23560A3785F791659BABAC743D5D79 +:100D3000ABA562B0E74634323D272FCBEA12E9DC9F +:100D4000D3F938463A1D78DFDA3DBAB410F1321BD8 +:100D5000E6B9B292D90D09546EC06CC0FF948948AF +:100D6000924DF578E97ADB05D5B308E87F9AC3FBA5 +:100D7000387470D4E2FA8DE36B2521EB707E0D5E42 +:100D8000E228BB40FFB5D85F8A539B7C17D3DF4670 +:100D9000ED0B47241E5DC5882E7BFF3E17AD2BB69D +:100DA000C4E28DB4BA82DB53749F6E467E7150608C +:100DB0002784F13A787CB65F55BE2601F01C53407B +:100DC000A7023BCF479F53BC99E44ED207F6513E52 +:100DD000A58F4218EF108E175E4769A97E1DC5A525 +:100DE000B08EF0F86D9A5D73D7C5AC47EB171D2F29 +:100DF000AC5FC01E3F9650DE3B1BC34A75126D822E +:100E0000FD7B3726D84CE9E3128FBF83D16BD378B3 +:100E10005F119697B1B287801CBC92CBC12BED0EAF +:100E2000949BE42BF3C93E3B7B768EF20F95962480 +:100E30001D6C3DB240FAF3185A277DC2B9B88B9A9F +:100E4000FF5126B7F4F32F08DCE59D5C4AB1E022A0 +:100E50000B7D43D8590BC09EA6CF7FCEE9FB1D4B1F +:100E60004F26C8B96B3D937E0EE30DEA1FF8171CA1 +:100E70002F9EF4A96219A097A0BD087B935EC2F8CB +:100E800015ECC127B9BC488862DF3DC9E58A46CF69 +:100E900057B74E22B9B4B4D989EA4C62654209F217 +:100EA000D3B38948F74CAF2A3312CD8210864783DB +:100EB0004F1B779F814F175899BFF08E85D43DE126 +:100EC00060F09544AC6795A76A5F249C1A7CC6F5D0 +:100ED000EE5F13F04EA676C40B6BFC58BA02D5E455 +:100EE00003175B674C09EE9F6AA1A599F45E7F2BFF +:100EF0005D82CDE47F0DD6BDFC928FEEF152FCF405 +:100F0000DA4BD79A28BE56CEA46D39C3A78B6F4A49 +:100F10000F7788D23BFE9C301D344F29AE7383245B +:100F200052474C3B40FD8EE683DE230E5AFFE8BE5F +:100F300011D33C94FE9B5FF7D62553D5909174B6A0 +:100F4000BD83CA89E6B902CA5BA23E1C530576DCA2 +:100F500034563F93583A0DEC84E66B04B41B42F4CC +:100F60007D15DAF7E8EDB830FFB4E27ACB5D4C6F6F +:100F700035570951FA31F9F635B77B9A679DBFDFCE +:100F8000AD494CCF365F47FB0DE10F69FDE6F379C4 +:100F900003E09280DD1932A1BC6D568EFF41A0F5B1 +:100FA0003D953619F7A38C0E9842F721866FC8A796 +:100FB00089587F95EF05E5AFD8243ACEDEEFD850BB +:100FC0002F744E8F0DC27B7BBE4AEA0039DFA9E445 +:100FD000A278B2513A7094B012E8D842F95AE47546 +:100FE0004ECF8949E8A70A65EE3C944F66D89F68C2 +:100FF00074F6F2C837B3C06EA2F49406F32FBF4460 +:10100000E8047BABD79ED7E1A5F3AEDC297A6DF27D +:1010100079E86410DCA71DA0878DF0BD5621C608B5 +:101020008EC178A07017C0BCBB33FA0F5C46C7797D +:10103000B5CA645A47E7DB3BC136BA0FF59DEF529C +:101040006857DE60FA6D1870947C3338BC47FC003A +:10105000C75756A62FF93A6747D92FD1F9A903D612 +:101060000770817EA17028807731B32F03E486B6A4 +:10107000FEE1CAC719494C5E45C8C7194943D803A0 +:101080009AFC003B00DAA97DF4E94A02F631B38FFD +:10109000A2C9ADFAA48B965BF549DF406E45ECC35F +:1010A000E2A4F28BDF07BAD388670B473BADCA12C5 +:1010B000AD4F847FD3F72877F4D9F2C2742F8448D8 +:1010C0008F339ED1BF9D6E59B3DFEF7189D1C7BFFA +:1010D000C4E3BB0DE0B2B8FB44FF45ECCF9AA4419A +:1010E000FA6B4D247E8C789A229E6C4EA0F2F2749C +:1010F000A580F02A210A12CA5BEAC245C033D1DEBC +:10110000817E50029599E6022E97E97F898A9D9803 +:10111000EDE1BAAB46D2D5937D1E5DFFD43A59D7E7 +:101120009EE62FD0B5A7377A75F5CCA60A5DFFEC01 +:1011300080A2ABE7A835BAFE79ED3E5D7D64679D80 +:10114000AEFFA887FCBAF6D1C1465DFB981D4DBA2B +:101150007A517740D7FFB29DAAAEBDB8A75DD75EE2 +:10116000BABF53572FEF7D48D77FFC91A0AE7D4289 +:10117000DF0E5DFB1527BA75F5EFF4EFD4F59F4848 +:10118000CC6A1FAB0BE750D29A64B3B64F265D3BD7 +:101190003947E5F2694A9802DD5F5FB1E0556502C3 +:1011A000E4D59B4FF5ED3CD685CCEB6B9809C1326D +:1011B00032D3F221BCA7D2BFA06F29163F8C1C6787 +:1011C0002295CF10B754BC96F07358CF3BD33E2234 +:1011D0006371DE0F07F435ED57457213643AEFC4BF +:1011E000FD2209D2FACC0BD0D560B8840BC045BC27 +:1011F0003D00D79F44AF0A0F55A5373F253A5C0AFB +:10120000FD0B70CD8146FADEEC1009F60843C0C92B +:10121000E1995D219881EF06C14B98DF6F8437F02B +:10122000CE2745FB22F6ED6492D3FD67E0672FF1F0 +:101230009E1381CF1CB8DED387A85C21D1F150A5C5 +:10124000DA51AF56294210F076764D7FD1BE9143E8 +:10125000C0EB21613AA170C5C87A3E8C2BD0F3A1B6 +:10126000D3EB393F1DA9E4BCF8BE107E65FA97D9CF +:1012700069FD66C0EFC44A813C9C131DBF73CC96C8 +:1012800030FE2E02AFA92E3D5E3F2395734A29FE04 +:101290009439896688A31AE59C863FEA0F65BACA25 +:1012A000A3EB9D4B5D4CAF5D84DEB9D415A9A72E91 +:1012B0005EEF94B8BE81DEA17A61BC0BF48FD92FAA +:1012C0005F8C5F33C935482F4C720DC7AFA964716D +:1012D000704D8F917C01F9A76D02D90EF1BAD92E0C +:1012E000E6FF46F36F66F379C3FECD6973A47FA36F +:1012F000D85263412E503B611EAC47F377CE94B970 +:10130000F681C9FA318F0386E157AE827EC385BB71 +:10131000C135C85E69709DC75ED9BD96C52B761F65 +:1013200014BDDBE9AC2FBAC59E640AEF6652148483 +:10133000D88A76EE52E3278C4FCDF7ED00A78FAE1B +:101340007F298C5B235709373BE0F92A2CA3D15B1B +:10135000C075D1764EC0F5EDEC1CF59BD0DBF0FDF1 +:10136000ACA6237E0A52732BC38B7A2C0EE399EB27 +:101370003710F44BD6AF657ED176BE1F9D1CFEEBB9 +:10138000DD8C7EAAE22BD0AE6D159C281F5BDF673B +:10139000FE459B45081216477E10D6BF2F6D5C0296 +:1013A000D8AB670EBCE1F047F83BEF70B80F73B8ED +:1013B0008FDD3E00F74F006FCB7FC0E1AE5BBCA975 +:1013C0005C07778684F204E48B1886D72A7513A00D +:1013D000CBA9A203E16CC927411BEA2565E6941459 +:1013E00010DE4C6EB76430B91C077299D6ED201729 +:1013F000C17F95CDC7418EB5D3BF289F41EED1F9AE +:101400002D1EFA3C420EC780DCA3FDE308EBAFC9FA +:101410003DAD7F0C89E83F843CFC0F908774DF88EA +:1014200095A43279B8BA7D0CC2E5F744FA534679EF +:10143000A8D5F7F5E5A5F60DC13F5A995071222FB1 +:101440005F67EFF5EBEAAE9A505EBECEDE23F99110 +:10145000F5D43A7B7E64FF34BFA4ABA7377A74FD22 +:10146000339B645D7B76A040D79EA37A75F5BCF66E +:101470000A5DFF919D8AAE3EEAA11A5DFFD1419FB0 +:10148000AE3E66479DAE7F51B75FD7FE1BF807F8AB +:10149000FF2466BA42F1F41B2A07C1DFFF8BCB3A67 +:1014A0001DCF21DFBFDA03E79DADC957D923E9D1AD +:1014B00058EE4B66741BAD5DE3DBDD6B7CDEC974FF +:1014C0007F7AD6D4E9F8B886CBB37D6B1AB1FDA587 +:1014D000354DF8FC1CE723B3DBA4DAE09C62A7E9F6 +:1014E0007D1BF81952A70AF4B94DF09F437D71484E +:1014F0007F0E011611C403AF0CD1F922E0AD22D743 +:10150000782747E0A3DADEA06B9F22DDAC6BAFA1AA +:10151000F8B89CCAEBEF7A56E99E4F937FA87B6F91 +:101520006DC6A287808FD67BAC04F8683D6178D405 +:10153000F0BADECCF0ACE175FDCE451EB04306F04E +:10154000AF164D570AC3F84FDD72E974B512F0FFBC +:101550005D0FF8B5FB12297ECF43C717C2AF11AF9D +:10156000FBF9795C8D557FCE3E8DCB2BAD84F8BFDA +:101570009BE2F7E001F1533F427BFE3886717EE348 +:10158000BC545E95BBE9B81F8F7CF3C6CD64B09C9C +:101590009EE266E7163526EA58517BA7C6A2D6C05A +:1015A0003985E68F9A0586F3D6E4A95E38D7AF76FB +:1015B0000BFC9CE34E6CBF5DDB932878325341D229 +:1015C000132187849CF97520876B92AD18AFABE12E +:1015D000F900C6F7C6737C7C5B7AFAC674C4E9432B +:1015E000A3238D3EA2C97733E924803FB3839FF3C1 +:1015F00085CFED9600FEC93B945F5206F38B512FC9 +:101600001AC70F4047B09B1CEC3C0F3B82DDBFDF8D +:1016100085F65234BCAF5F2365982DE13A2141C471 +:10162000E77A81E94F6AF07ABEE7C4F1512F128F51 +:1016300003C70770E13C83CAFB02C84F50F93E3C28 +:101640009EACDC8570C039EB30E2FA8F27FBD6B94F +:10165000995D5980700EF3BDE86527A73BAF1C89E3 +:101660003737FD772FC4D7CC9D78DEB1C5A1D555CE +:10167000CC1BF1E5B3F38F1899B56BE759A9FE20A0 +:1016800081F392B8320227E2C404FDC0BE8AEB5552 +:101690004CC5843CB1A56EBA67346DCFF77B4C5E08 +:1016A000ACBF624E86733D5A87B348B5EE957D78E0 +:1016B0005E2A5D2AD0767B4BED2BFBBF8379225CC3 +:1016C000BED4BE02F4D3A5D521304DE9B02B76A00F +:1016D000AED8A9CFD5953B5057A1BE8D9F1B3FB12A +:1016E000A5F6951607C6017F05783FD06252D13E18 +:1016F00024CE20F8CDFFE87398AEC227F7E782FD2D +:10170000E5317B47CA606710DD7B47DC56C47F4507 +:101710008A7F37ACC7B9BA1FDDC1BB0B939C107F62 +:101720000BEF43D0B00F0CEFBE82203F870AE2BE22 +:10173000647B3E55ABE87CD99568F6D0FFA48D500C +:10174000975B4C520F3E48C27D3215340956C85340 +:10175000282412C8AB667E2E1857C0CE3B251BB37B +:10176000875F77B373913EB7C84B26A7123C5B588F +:10177000BE508D09FB27F0320C7F0BF6EB739B39C3 +:101780007D317CBCEAF1BFE38E3C17243D330BE88E +:101790003ABA5A9292E07CACAAC5741BE8939FF0C7 +:1017A0003C08BA4FBFC37DF2BA62FD2C7EFB01D06C +:1017B000FFA07DE3705D68DFA2ED97668F466BBF8B +:1017C000EA1AD107F099ECFEADF3E9BCCB77BA8AFF +:1017D000458AB7C37562592FADAF783E15CF61BF4B +:1017E000E47CBDD2D49F02F1E58D07BA7C50C63CA3 +:1017F000BD4A4D97416EC9BA75ACDC5585F26C5D3A +:101800005C7C25ECB7711D87BFFA4F37ECC3CCCF9A +:101810006D3E942F32F3FF172273215887C0DFBF2C +:101820009EEB93EC6466B71FE27AEB7ACDCEA58C83 +:10183000CBED56E11C35D96B7D0DB3007F8BEA44AF +:1018400002E7C50BC3ED2C8E10607EBF9DFE05BB6D +:10185000D84F12A7027B36A8FA78C012E29D9A4CA4 +:10186000FB2F6E373CE776F112435CE1EABAB05EDB +:101870003983FF1F447CD5CA4C1ED77AE38290DFA0 +:1018800030DFA7D7476F7E2D2E04FD7918DEA5EB3C +:101890003EBC60D476E867C4C72DC98C3E0F71FD8D +:1018A0003D801F827DC9229F6085D40A233E8CF033 +:1018B0000FE0CD80870673F1D46479301E8CF0532D +:1018C0008C217E9750FC423E46347C4C15675AE092 +:1018D0009C6DF15C01F5A4113F463C687E8D06CFFE +:1018E0001F353889F7701C9DEF830E0B01FD457A7B +:1018F000AEC4F3BA39BC5F043CE8BF48F42F8B0395 +:10190000C92FBA609D14991B69BF79AA45E7F72CC6 +:10191000E17ECF22E24B80381C85F378947DD6F9A6 +:101920003FC6751BE19AC5F585D14F22E69E42B0B0 +:10193000CB1626F3F8D1587DFC8894250F29778D96 +:10194000FE9246570B037375768940FC037589DA5E +:1019500015B77A44F94317F89B96AD20A6E6DAFB53 +:10196000CDC857E28204E0C7B9C42E3B68FFA5F496 +:1019700021C0354789C1BA36DEE94EA106F8F256D4 +:101980003A5C00CF9315B4DF16B22EB454F700FEC4 +:101990006EF558711E4A679F46D259343CAC49E6F1 +:1019A000FEE25832F662E0FF0A6C0E163FEB8178D9 +:1019B00072BF600F6E17C2710DFA4FD54A45E5161A +:1019C00060DAF2F07A07CE474813DA4FC388736CB7 +:1019D000491E22AEA69D136BF479BDDDD12332BA28 +:1019E0003B39401FBA73623F813846DB885BBC805D +:1019F0006F4D3F523BE727307E5B2C8B6368F23D97 +:101A000016EC1590A705E62F22E974907EDE77C3C9 +:101A10008E2E8A0BBFC34C40AFF8850F5B09DA9559 +:101A2000FD16A4AF80E574E4FB7E27952285B08E79 +:101A3000CB25281779D8F9F622C2FC26A2D2FE11AE +:101A4000715C3F6C1B7DEE8F59B1C394C7FAAD86B4 +:101A500033DEF6887173C3E31AE71BA49F0CE31B04 +:101A6000C769E3F94E6D566FAF0271BD57C4E2B559 +:101A7000D058C0ECC9DF279B747A6591DD956176FB +:101A800085EBC7D31C7591FA592BB5F734BC85ED9E +:101A9000B0D33A3BEC6ECBC77A3B8C7CFCADECB060 +:101AA000FF4AFE18EDB0B3C76C28F74FD7C40681C4 +:101AB00038B53C0533351B1292D06E56A1B407D20F +:101AC000111E2D6FC1257B05C0EBC7208CC1AF96C1 +:101AD000D9B99DCBEC15BCF4F9666ECFE01F4A076F +:101AE0009B93A42E90C3363B69894982F7989ED672 +:101AF000E61B18B7C02B4885D1E3819F275F743C54 +:101B0000F0F3E421E281074C4DEFFD08ECC25744AD +:101B10000271DBEB3C3FC4E757051663794DE06685 +:101B20002CC514361FF537C5946490536F5C770746 +:101B3000F8994FDB30FEB6FC071FDD532E037EE81D +:101B40007EC37B4B166F85B89938D284F6777B2697 +:101B5000F38FC5B502FA831B646BCDD3C067EEAAC1 +:101B6000E214E07F4FBC09F8F5742CE3D776F764F4 +:101B70007C7EF6D87ACF223A4EAC2716F3C1C4B594 +:101B800039F742FE1B7999AE97005F12D4C76D56A4 +:101B900056E6A598917EF252183DA5A730FCB65B9B +:101BA000FC054D8590570A9B1BC683DDAC12C9010D +:101BB000CFCDF85C1404B46FDA62FD05B747E04F8F +:101BC0001BD71EA2CC5B3AD4FB567C0E70E1FB49BE +:101BD0006C3D5ABF42FE7E215F973D1487F3B525C9 +:101BE000D1753922C78967CF399F19F9E491E46A21 +:101BF0002FE0A5DDAD14A720BFF459404E5EEFD90C +:101C00007F44881F8E9C63F15AE757424F36D8DDD8 +:101C10005562701DA5C758419A55067E689505F313 +:101C2000047A0BDC4E88BBBF6E969C49148E497CAF +:101C3000FF7D53A8FDC9E839B916F665CAE2711BE4 +:101C4000D934F6487DF37AE193BD9320AEAB5AD0F8 +:101C5000DF58685783B0AE08FB869FDB51BB691C19 +:101C60007F8FAE73E1645189891FC20E6C21FB2204 +:101C7000ED4B2A26F6C1B9E4BBBCFADEE433F361CE +:101C8000F97D44B2560B91F626F546C6815DC0FE3D +:101C90002C0CE8ED23A3FDB4A8CCFB924B067C747E +:101CA000FB101F4566E48BE1DA9584DC87FB7BF74C +:101CB000E4A7EC7221F85332D69D93DF50404E508A +:101CC0003B687E19C5CB9CC9A2D4437B77044C04E6 +:101CD000E4E8A6320BFA0F9B0AFA5EBE12F8B1CC0A +:101CE0002C633CA0A0B7B61ADBCB25B08B7A618AF7 +:101CF00034ECCFE2E90E477024E8EFF23FD9174702 +:101D0000D0CBA6B2E3A3418F6DE37444C5A063CAF0 +:101D1000B830FE003F320AD1B5B8AFFBEE8C45F9C2 +:101D2000F45E87C8E3D6D4D0A0F8767A183F4EE1A7 +:101D300071EDC55B05CCDF595C7EB8CA46FB2F6EE2 +:101D400015902F17AE16DF8778E2C280DE2EF337AC +:101D5000517B4D463CEBED356ECFD1C1AD40BFC39D +:101D6000B5E78CF6C9FD29DC3E2B212591F64934D7 +:101D7000FF49B34F3A88F230E31F36FF22333B8FDF +:101D800022CA3CC4EF14F1E4CB5752F84E97E5E673 +:101D9000023E6EE2FEE6A6C05B76F06F377D25223E +:101DA0009F6FB352C305F29DE32B7FBA96AE6FCF00 +:101DB0009D97A67E40DB7F9D62E5F73EE4072B8181 +:101DC0000F5EB1201D455B973D20927CCAF7310123 +:101DD000014B6D5F9C8118628E90374E7E4F25B906 +:101DE000AC5FC88D902FBFE3FC99B89AF9CDC96557 +:101DF00044C9007FB020773BE4FD51C58471A5D86C +:101E0000917209F0ABD67F9BC0F2EA6D3BAB14AA8E +:101E1000BB48365D07CC27D375809ECB09C4613D96 +:101E200037E0C2322F9088657E201DDB4706F2B076 +:101E3000BC249083CF4705C660BD20508AE5E840AA +:101E400031969706AEC0720CD573D0AF3050856511 +:101E50005160063E1F1B9887E56581B9587A03F5E6 +:101E6000D85E1C588C6549A0019F97069662BD2CD0 +:101E7000F07DAC97075661392E701796E303CD5865 +:101E80005604D662BF0981BBB17E79E07E2CAF08D3 +:101E9000DC876565E0116C1F880770BE9A9DB848A5 +:101EA0006279075E2FD867DBA2C8E12FB85EB93927 +:101EB00045390E74A4F513795EB8B1DF7FA7E8EF5A +:101EC0005199EC3DF63CF4DFF34AC07FDF46E54034 +:101ED00006DD9F15A373F1DED12729CC7F8EB57463 +:101EE0002AE942D85F4F9CCCEE03ACD8B90A4B52DA +:101EF000E11A56FCE77D9043B0DF669598307F9FEE +:101F0000E0F9534C7EAF0072A2ABD0540372FDEEE9 +:101F1000C2D37B80AF67952B6560A6CA6AF7FE5C6B +:101F20009457D565B0CE4B532DEC3E528A22A4D2A5 +:101F3000F1B2CB92A7CFA3EDD92D267467652255B8 +:101F4000415D9E4C50BE69F195AE58BD3ECC4DD51D +:101F5000ECBDBE2DD07FDB88FC12A647D8FD01F179 +:101F6000AE5CF41FB7597B0433C839EAD83CAEC91C +:101F70007EE8DFB6E8676047E5B67B5FB0C3FCAAE2 +:101F8000B714D69B9BCAF82EA7539E14431794F7F9 +:101F900090F202A4BA8D0CFA27C5D2FAA81DEA0B5A +:101FA000508EEE0E4E8AA3E5989D3D2F80F828EACC +:101FB000E99BE4A0F5CBF693BD20068A7BE56A2772 +:101FC000AD971E51F64238B2BCCF5F1D0FFB640DBA +:101FD00036C7D3F56C7B9778D7D27AC5C94E11DC5A +:101FE0008281FDB79126B0BFB47DB1CB9D0AE03BA5 +:101FF000E33609E334DBCC7D31898583F7A70BE039 +:102000000638291D80DCCF50FA711F284D94A8B8DE +:102010000FD2F402DC07462FB353056D1F4A601F31 +:10202000BA62A52A68EF9F42A4EDD05E6442796D42 +:102030006DCD45BDA2D11DC5EFE8B9CEC87D60E329 +:102040006C33D8A9D1F03BFB9F04BFC7383D47C3D1 +:102050002FD01E8B9F9E9F8F17723AA47C5C9F9AF5 +:102060001CBD5F0BC79311CF5D26B29FEA9E887B94 +:1020700031740F69D735A926EDBECEB0F0FA43C052 +:102080006BF2FF3D5EAF4A6572261A5ED1384D0B8A +:10209000DF438C266F603C807B283947304E99B3F4 +:1020A0001DE27DF770BC6EDCC9E2939A9C8B79BA15 +:1020B000AA279D84E5DCB57C5D51E5179733561E54 +:1020C000C708C7658BB603FD3FCCE739E1561E4A0A +:1020D000457F431F5FEF304955B07FEA4496BF32DA +:1020E000BBE27545C4FD91F19E321E9C00FEE20BE1 +:1020F00083B07F39D45E30D37DA7FFEC8132AE5000 +:1021000032C13D512DAF85480D9E483ED3F479989C +:102110000F357A48427F10E814FA1FE1EB0C8F2349 +:10212000B0BC861F8EE8DA1821FFBA1C19F89ED6BB +:102130003F1ADDFEB746B72D4F221EE32A997D9048 +:10214000D09284749C30D90F9A26827EFD56A0DFEF +:102150003FA68A1745BFAFFF1FC9859FA712842FCF +:10216000BB52DA03F947D954EFC8C0979514D7107A +:10217000CFF75851FEC984ED9F5CC9F2F828BE7AAA +:1021800020DEA99A9C41D02BA2AD7F32C04F6C8932 +:1021900012F83F27DCFEBED4F3F081142717C36684 +:1021A0007EF2606886230DF2D2A558A8FF9DD63B2B +:1021B0002AE03E581FE1F5BB1D13BE797CE293D4A3 +:1021C000B37F6829C4FB63A752917E7D9F40A98C91 +:1021D00092307F4DA3E30BE97F8D1FC3FC23156B6A +:1021E000FCD35088F2EF4B18571B2F9A3DF30C97F6 +:1021F0006B0E0F939BD1ED9924E427CAE78C7F38AF +:10220000FD6FEC393F9F6BEBFDE202FCBE61DA5BD8 +:102210002AF4D6E2A6761E3FD1D619E361F73063E1 +:102220006612F44B9C3C7EBA0CE2A702DC47B55F19 +:10223000207E1AD4C557B4B8A9764FDC88E7911E22 +:102240007D5E1BC8A32723E021DC9FFA3E9FB3736A +:102250009D3701EE17A8AFB23886960F3E13FE4D9C +:10226000E114BC02C6913AFF85F1DDAC0C125C476B +:10227000D73DF30B8128741D07BE10B134C64D67DE +:10228000D1F7C06E3820D88376DA7F4FB18DC0F990 +:10229000DA01A709FDBA03EF0BC807078AE3304F3D +:1022A0006A5FF178CC8330E64769E5D5FE8621F395 +:1022B000C68CF8B9FABA171DB02F8F4893EC39E8DD +:1022C00097B273464D1E6BFDE67AACDC6EF1CFF033 +:1022D000807F73437F0B7D425A2476CEA8D15F9ACC +:1022E000E3E99715FACFB465CCAE1C41826B25C7E4 +:1022F00060BA7ED5E39FEFA1E523E173BC0397D0DD +:10230000F9DB657E8EB77244652E1DE05F07CEF166 +:10231000FC3530AFE2EA2E063A7CC4FBD42FEEA5A2 +:10232000ED336DD44F05395C7ACC2D43DCB9FCC557 +:1023300064C0C72CC3FAB5528B9F19FDD1251E7DF1 +:10234000BCFC4CD93CF47FA3C5CBB5B89EE6974204 +:10235000DC4E1A428E1BF1ADCDBF4060FE27B108A6 +:1023600028C70E40D7092827EE0038490BCB275045 +:102370006C02E6131C2C2BC5F304E275F173CA9EA4 +:102380008CC8734A6D3DF4F9C8A1CE2F1744C9E734 +:10239000B8C7C3F4CC020B8B570AAB5E5C00F32EBC +:1023A00028B609ECDE16A3D385ECAC8CFC88F75F6D +:1023B000E85D8F79BCC6F3881F79985F7AC0D293A5 +:1023C00021F178A67708FA8C869723964E3CF73A47 +:1023D000B24424E0971FF48F4F2543AC5B2BDF0200 +:1023E000FAA0F85F0038498ED837D93DE4FE1F8146 +:1023F0003C1CCBE0F39E81F686188C73D701BE227D +:10240000D6FD2C87FBB087F9DFC4A616409CB77DAC +:10241000D1563BA176EA86FCD3E52AC5FB06D25FFE +:10242000BE1DE4C36A27C60DEA1A3E2B5F5B14810A +:10243000C70A86C7857B374840AF75392DC96AC43E +:102440003C467C1EF630B862383D7710E539CF50F7 +:10245000F18FFC5A46177B63BC3D747EFB9FF24AAA +:10246000408F6BF10F9887DD5766F1DADB24B60EEB +:10247000903591F45D1758A1931B3121810423EB12 +:10248000E64E8C77C684CCF8DCC8478F1AF848C370 +:1024900077B4FDD3F06D7CAEE1FB48C3860288C7FC +:1024A000B5C70E6D27C5A4E9E3E9C6F36FEDDCD728 +:1024B000F8DE477C1FCFF827207DD559D591C3E1A1 +:1024C0005F0D3F87BF5A2F01BFD8F9B9BA76AEEF7B +:1024D0002C48C273FCC375A2C2E2365217C4058EE3 +:1024E00073BDABE93DED7C30DA799FD3706E185344 +:1024F00040EB11E73F46BDA7ED63B47342E33E896D +:102500006903E7A3FAF3C1287CA3F1CBAB9C1E2F90 +:1025100094EF70B595E5311A9FBFCDF7F58CFF5F4D +:10252000E78FA3537DBFDC24011D6E9221A709E232 +:10253000A716CC773AFA958D809DE72C37FD14E2EB +:10254000DC471A8ED656835C28B7E0B9440FE5FB0A +:1025500065743D1B38FF0FC4553BC4E04801FC07C0 +:1025600041776E1B9B6FD7D567955B503F6FDA52F3 +:102570001C047FA68EB073BA0DE5DF4BE8A1FF3EC9 +:102580009A6FC5F1EC1B043C57B27FBDDE07FBDD43 +:10259000D3F0601DC653475A13413E6AF480173585 +:1025A000285FD92536C7DE91E3AE827BDCEF755814 +:1025B00008E61F0BE1736399DA7F8B73CA5280EED2 +:1025C000FA201F10CFDF799C9770F9C0E3B25A3C14 +:1025D000DC189F8D16971D6E3C56A317235D4C4D3E +:1025E0001BFADC38DA3E47C46567A50D2597E45A27 +:1025F0009D7CD1E4912617DEE2F01FCD6FBB0ECE9D +:102600008B8EFA6D1C7F0F1C5C5306F96166BCAFA4 +:102610006AFFFAE753801EC8CDC290F1D82D9A5CAC +:1026200086F3F982309EAFF187F30E819DEB1BF5A7 +:10263000798746BD105D4E9D5F0E25A631FB48D3C0 +:102640001BA01F921C4C3F989C61BAFFB67AA2AEA9 +:10265000A1D5AB1661B903C6B1E7C5E277678CFCBB +:102660006E94F3DAFC83E46748244157247FCA4C14 +:10267000DF0CC8792BB60FDC03382E049BE9501B06 +:10268000DCCAC634F00BDCCADDB0EF37BB958EB4C4 +:1026900088F19B2D2C9F513411FF13684FFB30AFF5 +:1026A000516B7F2A8DADA7B58AF5DB933CCEF35FE6 +:1026B000B46C7EBFD86381387C1A3B77DBE73C7F04 +:1026C0003EF5BD9C7EEE067934326CC76FE2FB4965 +:1026D000C157203ED26AF17922E3779BD312915EF3 +:1026E000E2273CD90B71D266C9240914F466624210 +:1026F000B9DAA2386A9E2E84F718DCAD4EE57195E2 +:10270000DB43F39DF03E5B9FD961FE2292DF9E0288 +:102710001D5C1E86CBB8DEA7D2981EE8702B4F0238 +:10272000BE6E772B4F011E0366D506F80ED887F6CE +:1027300053FE83E36B031F9F7A72782E88F38AC35C +:10274000FA5EC20B30DF1DA28ADF253B6BF29E8052 +:10275000FBF2C3BD5F7390CF1F71BFE6605AF910E3 +:10276000FDC3F7813F8673EB2A997C1A8445F27B7F +:102770004C5A9E27B5730FC17AAE6E1D3A7FB28B4D +:10278000C8E78D5339F838D4BF7E3B8DF9D7C7D20F +:10279000987FDD02F29C78D938F1171887E209CFCB +:1027A000718781BFBF32FCF9FBD07FBFC8EF4D7C82 +:1027B000C6ED9408FC7D9636043F6AF83B7B6C546A +:1027C000029C3B6ADFC930F6D3CEEBB57A7BA27EA2 +:1027D000FEB612562723D8BCAD3C4FC3CDEB76C313 +:1027E000F71CEC33D97748B4BC076D1CF70827CB2E +:1027F00007F24C728F28C77BFC980FD096A8FF5E1B +:10280000416F5A957B041D3F7E84C0E7212C7E9545 +:10281000CBCE0F8CDF3D3BCAFB1F4D9B8425155251 +:10282000A3019F56511C128F6923D8FAB57B62DA37 +:102830007D9DC59B44DD7D1D4D7F2E7E9EA07E87A8 +:10284000734FE0DB68F96BFE02E92508D97C460A84 +:10285000AD90B7F56DF52AE0332E69B05E2D1E31CF +:10286000A057BD17A9572B46940FA15789B72052DF +:102870009E6A7AB5CF705EA39573F8BE74707F1BA5 +:10288000E424C865F81E12CA6733F34737C7B37824 +:1028900025D01F7C1F610EC7BB31AF46CBA7D1F23D +:1028A0006BB47C9A81EF8218F269FAAC7DADA974A1 +:1028B000BFFA4713BC6F97BA40DA930A7908936559 +:1028C0000271A7B61C125F01EDC5262FC4E7136B7A +:1028D000A5360BAD27CA046EBAC3BD44D549C7BDE2 +:1028E0007D440EFB3E9D3A6F0F849A126469AA875D +:1028F000F64BA893F1FB475A3CF940CB3AFCBECAD1 +:10290000007E38FC09328BA3DA65E65F57914CB440 +:10291000CFC3FD4C5ABCF9468677166786CF74A0A4 +:10292000BFEE8D45FB74369CE8A31CE8C67CB7CD92 +:10293000A9D5CB808E35FE81EF4B3D11117F35E659 +:102940000FDD6EC0AB317F287601E3C741FA8EC33D +:10295000B1C9ADDC897CF3D5B973E2B8F03D35FA85 +:102960001E8173B7183793A731323B3F269280718F +:102970001DBBECF7C37A623C1512C8C966ABA35DF8 +:102980008080EC0D260279B0D57C1CA58E087F2EA8 +:10299000C05439C2E4A599FC59A373910345E79D3E +:1029A000C441A4565B471C5D7FB5E395CF0588DF26 +:1029B000E5375541FCEFC5856C8CCD51E2DC5A1EE4 +:1029C000D540DE18B9EAE0BECA88BCB156DF417D09 +:1029D000FEBEEFE0B7C91BFBD5C3BE831097FDDF7A +:1029E000CA1BD3E4D311D17FE42E8ADFF954A88027 +:1029F0007F369F8EB800E393CC4FA8E57856BFA0F2 +:102A000078B687F17CC4C2BE1B317FD7CB8847CB59 +:102A100024866ACB9D09A887347FF42A7BE7143883 +:102A2000EF3E65ED1F0BF39E7AFECD4CB00B8FFD94 +:102A3000E88C13920DDE33F73BE1F989D56F38E16D +:102A4000DED5B1D5229E135FCFEDFE856BBE1E078E +:102A5000E71E07393D8D4A57F68D88D04724908C64 +:102A6000FAF5E6205D5984BDBC74471C2736565FD5 +:102A7000DEEDD2D535BDBADCC6E2CF4B7FB5C79A05 +:102A80004ED77FF38E44F48B4FF0F398134F677655 +:102A9000815C36A5B3FD1F95EEFB13F01BAC0BFC60 +:102AA000E2F776D9480FCAA55E0B617EF24C21850C +:102AB000E54DC21FE3BA5EDA1D87E32ED9CAF441A1 +:102AC00003C56D80E2D1BFEB6694FBC6752F39D686 +:102AD000FDD208BAAE251BD8F712A0FF6AC8C70CF2 +:102AE000B0B896112EA35E58DC3D17FDC445B7B1B2 +:102AF000739E458FB2FBAB463D7103F1B657D22EA4 +:102B00004B3AF5CF6FDA7537CE7393E13EA8516F2C +:102B10008434BD318E8C3F47E54DB32337E17CF7DC +:102B20000F4FAC61CCF8D735762C4FAE91B0DC3777 +:102B300042C67D59BA73CF4BE9C8CEBDE340DFCE64 +:102B40007AB9DA7E2D09C725CC5DF37A1E91811EF4 +:102B5000795C95FB230B38DE2D84C521B6F278BC59 +:102B60002819E3F1AFD7425E80EA60DFDFD1E213DC +:102B70000B00DE883CE60517884FA4A673B8C75340 +:102B8000B8515F16BE26930BEBCB68F0477B6FB94D +:102B9000C8CE578CCF35BED8C7E5F40D8FCD6D03A9 +:102BA00014363FFF972CFC9E10CF9B13395E447E5A +:102BB0006E2112439E9C4A0E9108BA35D2E54DF023 +:102BC000F15BD0230EF69E9DD8D7E23D018D1E7796 +:102BD0006D42BC69F40237814C1083213D1E53C500 +:102BE00085EF1150BAD3D5FF6EE9CB02B97093E1EE +:102BF000FB0B7F1786F65746A7E732F865652AE88C +:102C0000A525C4D72621FCECDED70973E74B770155 +:102C10003F3F2610E0A3E5CFFEFA199043B7FC76BC +:102C20006B3CC8A18FCC9D2930DFB2C75BE3416EFE +:102C30009F30ABF1F0FE4741268F8CF3B5A66B7E3B +:102C4000BCE210A89C5C01FF848DBF419D0D7CF609 +:102C5000DF8F5B24D0A32B77D87AE0FEEB8AA7190D +:102C60001E69FD7D565F8FF85AB953CF6FB7FC7C54 +:102C70006B8ACCEEA7A573FCA583285EF19805E3CB +:102C8000A52B0E89F0D932B292F4237CC6F7611DD0 +:102C900021BA6F2BBBC5066BC2E0766AB958819F1B +:102CA00056727B71A5C12E6C8C126FB9CD40E714A2 +:102CB0002F78CF5CA5EBC1B05090C9E1E65FD81486 +:102CC000380FFAE8ADD42E88879C7CEC0FF1426176 +:102CD00098EEB5EF7F9DECCE3BAF7CF83BE78F01E4 +:102CE00039CFF589BC932E10CE6477B17299A527A0 +:102CF000FE0A8A97655D16AF4A1F2FFBB5A8806B49 +:102D0000468EDA30BEB6F4D72F1EBE9CAE67E913EE +:102D100016F74C068E03E4B3B65F2B81CE4BC2FB95 +:102D200073CB532F5AE522F61CF2DCB57D5AFAC458 +:102D30001E2BC4CF8DF8ACEEDE63657C66D8AFEE9B +:102D4000F7A782FE6DFEC5592BD0C347BB05929AEB +:102D500033F8FDC6C7FF100FFDB4FD1AD8BF41FB05 +:102D6000D633FBB932EC87799AD1F66F3E08CD7233 +:102D7000A4EFDF3C47E76D7CCBE605B81B7FF3FD96 +:102D80007858FF5FCC4D8CCE7FDC9A02FAB6D1A288 +:102D9000A64858B2E78DDB6E47FABBE9F5DB319FF9 +:102DA0009FD2771AF02F852F0DE05AF2E87C84EB42 +:102DB00046E247FA6BFC31BB2FF69999D43C31C4FB +:102DC0007E7EC9F9E42FDB6D68CCFF050EE340EE93 +:102DD000FE510CB27CAB55686768F7805112D3FA8C +:102DE0006776B63FAFA76B795C4C8EADE4BD563EBF +:102DF000B61EE5D85F339554E0778A079D3C135F94 +:102E00009F92CAE51FE6FFE27B544454C373E8DF98 +:102E10006B5162C6EADEE3F12836FF6D7C7EBAEEC6 +:102E200058E1325AA60CE429F4C23A5608EC1DA027 +:102E30001BC8731D9DC1E4F000BF3FB681ED0FE7D5 +:102E4000F74F0F3139B22238B706E540AFA5271545 +:102E5000FA05F7D40A28076CE17BCE917CFC9885B3 +:102E6000F3B1BE9DAECB2C44E273B780F6FE8D5B12 +:102E700068BF087B63E5D34C1EAF847BD4BA3C6249 +:102E8000C6875A7CFF26C3F98A561AE5C0670639F9 +:102E900030703EF068F279E3F19ABDB5CC12FCD9FE +:102EA000C3C0AF476D68CF2CFBB505F3BDFFF6ABD4 +:102EB000BD87AFA5F4FDB76E8D4FF572D5C8A78D50 +:102EC0004FCE2743F1E9DFDC3E32249FD2E743F2C5 +:102ED000A99B7D2FE31F265707F0ADE7CB9BA2C828 +:102EE000D5EC8C41F643C215B4FAD77F5B9A8DF9C5 +:102EF0000A06BC6AF834CAC7E7E0D2E510F291FED0 +:102F0000394422F0A8E14FA3CF5B7EB91CE719A09A +:102F10005B8D3E353D35409F4678F57834B67FC8A9 +:102F2000E590B6EF9675D42F86BCB6E745BCA7757D +:102F30004AEE8F87BCFFD61816073825F17A22ABE8 +:102F4000F7275BDB405E68CFFB63D8FD8E53BEFE88 +:102F5000F8C408FFECFD5D623CC4BBFB82CC9F362D +:102F6000D21F444AF13E2FF7B7A7888EAC00F85322 +:102F70009D792510C13FDD62E1F591EC7704781E63 +:102F8000C97F11DFE12B609DDABD2C5531A7513C83 +:102F90002E662092C6979BE3210EB378D752FCEEA3 +:102FA000D40D1D7AF86F74D4E2F9EE8D5BF4F70C52 +:102FB0006F22412BD8518D8FEA9FDFC2E5F92D0694 +:102FC000BAF1F3F8A1916E6ECCE0E762C5A498F96E +:102FD000B92CFFE3562EB7A6888573EA28BE4FEDBD +:102FE00017F15CE7F42E91B4019CBF62F63F515992 +:102FF000BEC00A4AB79171C7934057A3A2EBE593AD +:10300000FF7E6CDC5DB4CBB267DE1EFB082D4F3E4D +:1030100073F492DF41FDD937B3DE2683FB57EFFE11 +:10302000FC7A904FA776DBF0DEE7A9DDFF997517F4 +:10303000D49FB379619DA7D631FF56DDED447D7DE8 +:103040002A93D977CDCF9F1DDB87F296DDAFBE2FB8 +:1030500083E57F9DDEF5E5BBF07DD0D3BB2854A092 +:103060004FB93FB5F2B918F48F4F3D7F765CE4EF6E +:103070001B7C5B7856F0F3C1534E5207F936A7120A +:1030800059FC69E5EF26603EFEF2A7F758E15E4481 +:10309000F5EFBF1E0BF2E5D493CC4EA0F6EB363025 +:1030A000991F7DF48A7B2C74FFFE0E361DF5F3CB41 +:1030B0007F7CD76CF84EEB60BC303C9CA27800B8AB +:1030C000285E1A412E46C3C753FFB4F8F8E47A9835 +:1030D0007FD9AEF178DF3A8C174161CF9D983744A4 +:1030E000E167CF779F1D0B7EF385E07D3D839D5B80 +:1030F000FDFF02EFA97FDAFD65F47E4706D3374670 +:10310000BA1F4CD7CFFE00EBBF717A71BDC3E4F795 +:1031100084CC7F56F8FF77F6BBE89F16DE0BEDF701 +:10312000CB7CBF9D12F87BA79EFF3A8B5C04DC33FF +:1031300033FF59F9FAFC700FD83526AFBD8CAEEFCE +:103140002D129C5F25A0B5817646B383E5A1F7D605 +:10315000E6E07D1BC2FD86D902D3CF7764327F4182 +:103160003BC79DEDBE11ED88D9CA267E6FCD84EB9D +:10317000E97557FC6CE3107ED21C45447BEDD5B558 +:10318000747E8AA7579D26A959C6E768B7CDF7333D +:10319000FB6EBE32837D3FD4BDBF0EEE6FCEA9D095 +:1031A000FB11D71AFC82ABEBF4ED5791EDC910A7D8 +:1031B000BFAAD1428202C4870DFD33D9F79FAE2644 +:1031C0004DAD2CDE72D17841BF8EDF09248F653280 +:1031D0007F51C3CB603C703CB2EE83F066F333BFEB +:1031E000D0468CDF6FBD55873F23DE08F71331AB28 +:1031F000C314C6AF4D61F74523C643B807F0C9F104 +:103200007DB17835EECF85F07C67143C874BFD7738 +:103210000608B707670FD8830EE4A7D71E1330EE52 +:10322000FC5AC5E28E62A8FF4A403BECB3CA526228 +:10323000A770BF6A213BF19C455164691CFBFD00EE +:1032400068172AFE13E3FC0915269D7F99A8C4EA96 +:10325000E072D524E9EAC9BE11BAFEA975B9BAF679 +:1032600034FFA5BAF6F4C6125D3DB3E9725DFFEC1A +:10327000C0245D3D479DAEEB9FD7FE3D5D7D64E77D +:10328000B5BAFEA31E5AA46B1F1DBC45D73E66C728 +:10329000ADBA7A51F79DBAFE97ED5CA76B2FEED9C8 +:1032A000A86B2FDDBF59572FEF7D58D77FFC91EDCD +:1032B000BAF6097DFFA66BBFE2C493BAFA77FA9F0C +:1032C000D3F5BF32F482AE5E45FEA0EB5F6D7F4367 +:1032D000579F22BDADEBFF5DCF07BAF669F2DF74F1 +:1032E000EDDAFECF2838A37B0E670CEA38F04FD812 +:1032F0009F59DE2F75E398890FE3C356D284A59DAD +:103300007FCF2C967463E9E0E7905BC6F8FF5F26F9 +:10331000F885DBD43620AE57279CCD02B9FE5AE59E +:103320003C5D9EA1F63D9739F0FB0BF1E1F3FFF810 +:1033300090487A4A291D86042CA5501CE971513AFF +:103340000CC560991472E1735728114B77281D9FA3 +:103350002787D2B04C09E561991ACAC1D2131A83E2 +:10336000655A6834962342A5F85E7AA818CB8CD0AB +:1033700015F83C333401CBAC50353ECF0E556129A6 +:1033800087666099139A86656E681EF6CB0BCDC56D +:10339000323F548FCF4786AEC1F292D0622C478520 +:1033A0001AB02C082DC57274E8662C2F0D7D1FDF16 +:1033B0001B135A856561E82E7C5E14FA21966343DF +:1033C000CD585E165A8BA5377437F62B0E6DC0B2EA +:1033D00024743F3E2F0DDD876559E8117C5E1EFA8F +:1033E000572CC7857E8AE5F850179615A15F62397C +:1033F00021F40B2C2F0F3D85EF5D117A02CBCAD043 +:10340000EFF0F97742FF81E5C4D05E7C7E65680FFE +:10341000964AE80FF8BC2AF4329693426FE0F3EA3A +:10342000D0EB584E0EBD8DCFA7848E623935F40196 +:1034300096DF0DBD8F654DE86F584E0B7D84E5F42A +:10344000D0197C6F46E8132C6786BEC4E7B3429F51 +:103450006339E0D75746FDCE8AE91CC4531C49C3E3 +:10346000FC5EDC43BA73A307E147C4A85C9CB39A33 +:10347000DD436FAB3A3319EDD5553699DF0F35C8BB +:10348000D5AFF0771BE033B32CDF9DD2246DBF8E18 +:10349000D3EF6B157B93C10E6A2BE95B06718D4DE3 +:1034A000397D0BA06CCC627A6E6116B3036ECC6270 +:1034B00071CE7F1BC3F2D217AC1A89F171E21E1EC6 +:1034C0001C3BB87ED0FA3BF3F8EF9939FAB3F077AA +:1034D000678639CE70FB5D280F695696FFAE2C8C3F +:1034E000FF187F7767D8EF3767257FABF7EF3EDFB1 +:1034F000FCEBDD3FF03540D5AC9867D1FDAAE7FB8A +:1035000055DF7413C6C7B4EFA3F7F1EFA3DB96E959 +:10351000E335F554CE55D179EA6F63F9AFC6F63E7F +:1035200085A09DB37E19CBEBA9CF3061BF7AC3399B +:103530002A21DDF87D8D7AFEBD7163FBA22871C35F +:103540009F6519E2B09C2EEB799FF5CB443C2F3A56 +:103550007388FDCED5DE642B01FBBA6FB90DE99AF5 +:10356000B4B3B8E2DBC9CF64CA11E7330D54AE2A55 +:1035700094EFF62EBFC30374BDBEF5090B9C8FF507 +:1035800065AEC28F0384E920C8F27832099E97D4D1 +:10359000ABABF0FBF4A48064A03DC7F16931C9DD99 +:1035A00080479265C77B8FA2499F6F5D90CDCED536 +:1035B000B5F23D13C39BBA8EC5B3D75B9B0A20FE01 +:1035C00007890EA6717C9F4C302E1B67BF95EDFBC3 +:1035D00007F7E56C87FB4B11765A2CE0AF9EE8EDC0 +:1035E000B64359893C2EC9F0FE01FFAE2AFC1134C6 +:1035F0003AC843BAB0C27DC97AB71DED3FF8AEAC48 +:1036000099B2467DE7DCA5606FBE37F0DD0B0AD3CB +:10361000381EA7A3EFF957C729A3E93E1FE5FC5DB4 +:10362000AF5AD448BAB0086CBD64ADC0CF3FD465C2 +:1036300050AFEFB0E5B27B9A7C1DD046E5DA846CE2 +:1036400036CE0702C74B2661EFF1FC045B476210E0 +:10365000ECE27AB719D769C954AE87BCB4FA0C1F2B +:10366000AE9398FB6F6F80FCB30C09BF7B666B5900 +:10367000A5803CAAEF58BB0AE87C002E33315BA939 +:103680007E6D202C4F897408ECF75C22E1A378F75B +:10369000770808DF392EB73E6C15189D6F62F9E781 +:1036A000EB339BF077CA88D977E4CD8879B5FDF6FE +:1036B000C3BC745DFECE67EF10D0AE6679A47E9871 +:1036C0009FAE6321BF0F68C49B9FEE17E0F7D26CDB +:1036D0003EEF8F9C08FFE079BDD6B945E1756BF4EC +:1036E00052BFDA89E73D1ADCAD82AFAE01F0B9C94D +:1036F0008670D6C37AC686F150969DC4BE779A3935 +:10370000356BD110EBC1587104BD18E9CC62E2FBF6 +:103710009CC57E8F55A37B8D6EF2B299BCD7CA49EA +:103720007C9F23BED787F94B93B2B5DF0564DF2BAF +:10373000FB2ED19F577D3783DD6B7C8FE70D65674F +:1037400077CD81FCEBDF67F1F7E4A602CC67E5F308 +:10375000D33F0AF211EC271DBFDE61C7FDBC8CE32D +:10376000D58817A3FC4F1A5827F15BC7F17C815C01 +:10377000782EE3737F870DE950DBDFE303DF8B55A2 +:10378000B2705F248E374EDFA7389F9CCA62EF036A +:1037900039C1F7DCD4FB6C48E7DA7E18FD2F4D8E7B +:1037A000BF0B7E251DFF417844E5D9DE849502ECF0 +:1037B000D75C0E4F0AA7AF3DB685424384DCB9897A +:1037C000E33D39CA7DCB9BF8FB0A6F87FCB573E3F9 +:1037D000D08F2591F1F245D9FAEF914D759AF03CD1 +:1037E0006BC68343E76B1C9019BC33EEEDFEF48F80 +:1037F000401FF556948B0FACD5FF4ED7223EFF11DC +:10380000DE9F2C189E5E7E3720C6801DDD19FAEBE8 +:103810002F7F4BC74FF25951FE2791BE5FFE16CE48 +:10382000C5EBD8EFC2ED4D3885755B6D2EDEA7ED8B +:10383000544A106F33654107CFD60C530D9CEFEE01 +:103840004D989376038567CBDC1B851B22D6996246 +:103850004EC0FCBF3DB639698DBCBD91B6EFFEDEF2 +:103860009FC7805ED95B2FED82FCC8F85AF69D5C3D +:103870005705CB178CAF2031D01FE66D8C18CF5574 +:10388000CBDAF7CC9B9AB684BED759BB6E02BCB7D5 +:1038900065AE157F2F6BEB4CB5428C90279DB5C75D +:1038A0007BE01E70FB6482F77392E492D5201A933A +:1038B000CCF7DAE17BB4A492603EE11E5BB610194E +:1038C0003F5ACDE1546A589E65BBAC3F3FFA5466FF +:1038D000FB3A2687C5E55E88CB5E3D928E67AF35A5 +:1038E000C12FEAB2942B18BF867D57F97EA1AF1481 +:1038F000F8A95A942AA10CE4F0736BAE0FB5FBB390 +:10390000163BFB5D564B988FEDE7B83C07BEB47095 +:103910007EDAA2C9FB34263F22FA6BF48F7AC332D7 +:10392000D99A0BF2FFB761BE44FD81E3D07558EA26 +:1039300008CABDFBB4F1AED1F4875F00FDA6C97F14 +:103940004B1DD51763215F8AF0B88B3F6D6EC4772E +:10395000C3F7F2F1B766F8AFC1EF7B9B2501DAEF51 +:10396000172401F4F3739C5EC3DF1F9004B4B7788F +:103970003F4D4FDFF31D76CFF89E01B9C0D66BE502 +:1039800070537D45A0BFB5D68472C45AC9F49875EA +:10399000B28A7A6333D7D7164F043E48188E37B3AE +:1039A00073701D0F5C634578EF4B93822CCEE44F10 +:1039B000E3F832819EB583AB40F1735FA6740DD3FB +:1039C0001B2AFE9EF6FDDABACC04F183688CD81768 +:1039D0004B8D15D76557D8F7B92D192AEA134BDD4A +:1039E0003328EFEE0FC3A55853F8FD644A0AD69961 +:1039F0005665346D3FC6F1689DFC0CEA1B231C9A8A +:103A00005E19D83FC3BE0F92FF86FABD73AD693011 +:103A1000DF03745F404E3D20C8476F807DA7F408E8 +:103A2000F2BCBD96C5DFEE2934B173C0160F7EF728 +:103A3000CCC9E77672FBF7DD8A495215EDB7A58050 +:103A40007879680EBF7316FE7E26E9188897C17BC9 +:103A500065AB2E81FDF9773917E1BB77FEF176B8BA +:103A6000AFEF2836A1FCD9E23B8EF7AF7FCFF5DF71 +:103A7000E5277AAB1368BB6BA684F7F7B5E7133E6F +:103A8000EC11E1F9FF0066D74971008000000000E9 +:103A90001F8B080000000000000BB53C0B7854C5DC +:103AA000D573F7EEDDDDBC374F1209B09B7720E010 +:103AB00012080488B2E1D5200437801A4CD00D8F4B +:103AC00080219088B6D096BA0B0149354AC4D86295 +:103AD0008BFE2B458BB5D6A058698BB801B4D15A53 +:103AE0008D162B6D15A252044589F8687CFCE53FC4 +:103AF000E7CC4CF6DE0DCFDA7FFD6432775E67CE21 +:103B00009CD79C99330965F642953136A1BC95B195 +:103B100002C612CAFCCC0BE9A6D2BF968F1DCD58A7 +:103B20006C81D9C51C8CFD440936AB90F74F67EC0E +:103B300061A89F3025689F9CC4587CBAC90559E686 +:103B40009E122C1B8BF95B55A640FDE88F924ACD47 +:103B5000507F82124FE56DF8CF65F80FF3331B638A +:103B60004D9AC8FB233D4B4BA01D0BDA989DB19F8E +:103B700007623DE63468AFF0F25C47A9C71F8DE5E8 +:103B8000ADD50CFA675956FBC34EC662E04F5B02D7 +:103B9000631A33B34A48E79B19B3409AE1C8602CD3 +:103BA00019CACD2C682A64CC14559DEA85F6E5899E +:103BB000DE460FA465D0CE5C48E5B644AA0F0315D7 +:103BC000C147B5DA85F55AA04A7B348DEFC1F40CB4 +:103BD000FE26025C580FFA5D27EBB3958C8D61ECE5 +:103BE000BB369A138BD9579186FDDF57CA2AF5ED5C +:103BF000A2475B7066F43B03FF471618F3B62C63CD +:103C00005E4B37E67F29C6DD1F7786217C71806A8F +:103C1000ECFF270A8C53101A6792C34470C9F43919 +:103C20008BE356C4D7739131CCAF601E3AC3F5FB1A +:103C3000D81C40FC31E62A99333CD4FE7587458C6C +:103C4000D3A0E0FAA7E038901E5EFDDE5D4F40BBDA +:103C5000568FC3847422EBCF1470250978E47799CA +:103C60002E1D62A27289F7F0F205A27D936F357B5B +:103C70002F3BF45D15FD151DF436C524213E1C8532 +:103C8000AA23545E29DAEDCE74573A8A902E787DB5 +:103C9000B63F4271C6E8FBE7E3DBA3BD6E37CC83DA +:103CA00055CF662CAD3F1C32859525BC1DC6F52F22 +:103CB000E85FBE4FF4E7167861DFC07758FF266CE7 +:103CC0009A19AAB74AE05FE6A7C5983C01A83FE366 +:103CD000A7ACF16CFD1E11F399B1A9FDB3D701CFCB +:103CE000ACCAE27A18F96DAD918E5609BA3B2AE951 +:103CF000AF1A8877DCF9E6E3A77E27ABDDA3329025 +:103D00006F324DC4B7CD8E0CA54607C78702DEBB08 +:103D10008630AA6FB69BFDD65848A3CDEF60AACED9 +:103D200035F9AD23202DB1BCA3625A79FB272A7C3B +:103D3000B7DA5BFD28171E54BC2DB80ECC633223B6 +:103D40003F4472D2656AB49BE4C8B9F8241CDE6FA4 +:103D5000CB27C0778C8D077E095CD6EA2FF88FE6DB +:103D6000F1B003E6CF66C23C52FACF43CAA37581D5 +:103D7000C4569447202FE2BC6799874C57BFF5C9BA +:103D8000F0033AF89E7044271D1B067F8C6563CFB5 +:103D9000A8176EFF2F5FCFF003C017450EBE2EECA5 +:103DA000AD6813E23151F4F956F93EBB02EBFAA9C2 +:103DB0000B041FC076B79DF377CB6A35E027FE76FC +:103DC000477874FC60EB55993B116464AF42A9EAF3 +:103DD00070D0BADB1CAD24572CA95CEEEF8FF351E9 +:103DE0006A1574DE611D62A01749DFF1E7E0FB5A36 +:103DF00051BE4AC05D66F556E27AB3EA4203FF550A +:103E00000F31F289A4D7E74C6C29F6FB8793EFDEDC +:103E10007939CC2FA592EBA749025E593FA5D2551F +:103E20008270031FAA7ABC4C2B077E3B9BBC19C235 +:103E3000F96C01D2795108AEF07A3787C12FFB8F28 +:103E400095FD8F3B7BFF923F65BBC3BDE34723DFFF +:103E50005991F7E09BB5D26FA37C19237DAAA533B6 +:103E600037F63339739D2DB280F3655D34F2A1D5F9 +:103E7000C08F57AA67971B3F767238F7450DF90632 +:103E8000F5B26D2EB3A39CB4314FA98672C41C4702 +:103E90007284E5B154847F03E370803E74D4C038EB +:103EA000EB9D5C9EB5295CCE740AFD70F7158E6D96 +:103EB000EB14D2ABFE6E3E67CB19A4272033D31888 +:103EC000FC0EBF0C4339C3F20467BCD08B1EE60165 +:103ED000BD72B7D04FF85352443B5C48730FAB8070 +:103EE00072AD120814F8B00CFA35A31E2FF12C6332 +:103EF000B1BCBE06E358C4389699BC9E84AF791015 +:103F00000BAC83F19A15169185FAEC1A930BE51A0E +:103F100033BBD31643DE5A92E2BAC311EAD7920EEC +:103F2000FD427B2D5507AFC005D3C1153E9FEF5C09 +:103F300020BF59F1A6A1DC3F31C441788C672ECA5D +:103F4000C32F0DF92EC51CE70E10FF5C9DB608D2DD +:103F5000B68A5A6511A7D733EA184E5A084347154F +:103F6000889F685C3F87827A2AB18CD345EB37996A +:103F70001D13815EEE9B3B3B0BE7BB17F902EDB3D4 +:103F8000B92605EBDBDDF6122E5FF9787BBF8A4C94 +:103F9000ABD5D1C9DE49C7462D82F6774FB7D815C4 +:103FA00007AD07D7FF5F46061E86BF274F1893E66B +:103FB000D0D17183A087FB2ABD6E06DFEF1E97A2CA +:103FC0002CD0F5B7C6C9E97B53456D1A3321DD6D99 +:103FD00022394128417A5BAF50BFE1743A5FB4B3F4 +:103FE000097CB45D638AB041DAEA9EA42C2DC0F24C +:103FF000081AB7D51CA7E0B83637E3789BE39A6771 +:1040000006F86BD20356041DE490650994573B23D0 +:10401000A93FAB5DE87DFC25A1BD9AF2D01DCED0B5 +:10402000B84BC4B8AD4A4F2AAECB4F344EE7409F91 +:10403000D3B3A1FE4F92B30A914E365D91733FE226 +:1040400049BB6D38D919B2DD3383BDB54E488F4CAD +:10405000BAF6D0222491F1398371DE2784FC78DB13 +:10406000CECC0ACCFB6D10BE6B15ECDFE3C946BEAF +:10407000B9F28BA71739A8FD0A67B2A1FD0D48CF89 +:10408000B27DCB60CFCD587E6FF9B5649FDE57E926 +:10409000BA7F21F46729B6106932D6BD6521C07593 +:1040A000EF544670F6D91382EFD738B97CD85471E3 +:1040B0002C15E12A73723A6C45BA443E637605F9D1 +:1040C000F0DE71C7A89F94295CEE48BBAEADC2E29A +:1040D000C675DB342F679BAAF0F55C108DFDF3F9F4 +:1040E0009739399CF7B94FA72E66483F2EEA578E6D +:1040F00023E93F1EA53AA471B8BE3AFABE8FC99F04 +:10410000634F0FD2A1D33E12E7D12BECA8F84A4E51 +:10411000E71DD6385ABFB6A99E80EAE47CB298E083 +:10412000FB82F0D251E5257A4F11FC913053D05BE0 +:10413000A52590EDD4F3C9A46CE213E0032FF14957 +:1041400021B593F026CEEC7EEA09A8D731C36247A9 +:10415000F45CA9F2F95CAC1D7584388DB1C79D9EE5 +:104160001D4817206F46207ED99A446A5F6DEAC8C1 +:104170006E44FA5C17A434BC7D19D80E5D881FB359 +:104180002B05E99CA5737D7E8B90299FB614C5E114 +:10419000FECB1BCBEB2966EF58CC97FD7BE1580B90 +:1041A000EA90BFC730B4DBE767B21B67C3F71B15E4 +:1041B0000ECFFCA6E9650AC8B7A093EBB7577DB050 +:1041C000C0B98CBDE6B33137A892BFF8EC947FC379 +:1041D000974AF9377D0E4AFFE6CBA3F4A885EBDBBF +:1041E000F989EC46D2D3CC6E4179F28290072F88C0 +:1041F0007E19BB35153409C0F39722931D97ECA89F +:1042000067EA1540A51A97F357BB55D4357DF2B52B +:10421000726E94100E3C5FE39960286779A342F9AF +:104220000C46FA05D7754173FCB63B60C879331369 +:104230000DF5AF6D1E68C8BF2DD6B5A22CD3F0FD0D +:10424000FAEA61867C4D2F280E188AD92209DFB739 +:10425000DAB8DC050BCF84CC708B9DD7FDAC71EC4C +:10426000805530FE672F6B541EBE0E472D5CCEF876 +:10427000FFAAF2FD137CC775F9FCD02086F096FDED +:104280001BF6BDB84EBFB2921C5CB845617E980269 +:10429000EBF1DF80ED6E7DC8EAC27A8BB6A8CC8BDD +:1042A000F0A0D106E37DF05AF6B63B685DFD0F62E3 +:1042B000BD1EA8B70D8A8E6BCC6F07D25CD82DFAC5 +:1042C000510A0722FE8FC733773C98522722DECA55 +:1042D000415BE3A3F2D65A13EA1DF5E56413B4FF7C +:1042E000E84995211FDD74F31B63EC80D7BA17DA18 +:1042F000FF5A0CFD1D6D55991DC6FB7087F521E415 +:1043000077A09201A88743F30C8C40BADC31D063CC +:10431000CE00FAFEA03630C28EF4B02699E8BB3F3C +:104320003E60FEA84F902EA13FEFF7626C0AB0F2FC +:1043300042CD953292E888EFA7FC6C741A2B86FA6E +:104340002D5A19CA75E09B5938CFA3AD89A63B08F1 +:104350008E2789AE16981D16FD780B5A54D203B0DD +:1043600018168493DDA37AC176865F2BEFB759F1D7 +:10437000B201FDD7F1969BADB44EB70C8A0C208AE2 +:104380006FC031CEC2DF1F03EF78ADA17CDDB32A51 +:10439000D9756CB4635309CC6BD6F6C94528AF58B0 +:1043A0002AEFFFB3044937EB69FCD36E28C2F5DF6F +:1043B0001E13C0FDF549D39387CDB00E56B37704D5 +:1043C000E26FE92CFF830AB0C4A93DEFDD3D01EAAD +:1043D0007DF0B8E6C2EE5B98DB9551C4E7857CB60C +:1043E000C02CF4D8EA64E267660E3CF233187FE32F +:1043F000DF0718E47E489EACE57696AC0F60988A9D +:104400003109A6288047AF834DB303DEAA58FB06C7 +:10441000C2270B507D070209F8B3D7430A787BAF58 +:1044200028E60E7639AC978979F576FC7B829FA7D2 +:1044300065703D20E5DEED220FF5B9FCDDCBF53DE5 +:104440002CF0C12CC0CF52C6F1D3C05A3EC1FDD50D +:10445000B51919547F69E39299687FD10FF0B00CB8 +:10446000E80FD7BDD61E7F6B17E4EB7744B802D0B8 +:10447000EEDE0CCECFD0871DF9F426D1E4A5BC5BCF +:104480002C385EDDD30A4BC4F102DA51B4C36C2080 +:1044900030506E7C00EC5A9C80FD29D47F7DAB129D +:1044A00008C09F4B584F10EDE2E5BF565C41DE95CA +:1044B0000DD771B1E8B7CE7C5717C25997A7BC8307 +:1044C000FB42B603FAD5C9A3E5ED7C1C29471A982F +:1044D00039540EFCB5D8D6D285FBC7C5ACCF2E5407 +:1044E000CE207CAD9A1FEBD9986D2DF6E3898A21F9 +:1044F000B8EA002EAB530FBFCACE002E6BBD81179A +:1045000066111E145780F5876309F34C89C77940FB +:1045100079D0D11FAEF0795D2C9CB5AE0EA2937010 +:104520007875EBE0D0AFC312D6753BD253AD9FAFD9 +:104530007FED1EC033F4FFCF468D59E2880EBAB22C +:10454000C684E800E09E85F270499B0ABA294417A8 +:10455000921E6EDA19B0A0FEFD90B5C64603DFD4F8 +:104560006FD979ED386CB7F5350BEAEFEA8460B6B0 +:10457000098C8B24FF55F7945D11A2CF9B02C6F9DD +:104580002FDB61CCFFB7F083B3308F11ED002F8BA1 +:10459000B7ABB40FD1D5A3F652BF2FF5335710E602 +:1045A000BBF4A0EA429FD052D0678985970EAFC472 +:1045B000D3FF37DCE1FE89FD1931DC3FE1622EF4E7 +:1045C0004F7CCE0AE2AEC34261DF9CCB3F21E71FA6 +:1045D000AE5FDFD2C09E8075FCCCEC8E4B20391EC6 +:1045E0002EA7C70E407D23E573ADD097B2FFC5A8B7 +:1045F00027217F6CCB53B16807FEB3EDA9144C970C +:10460000A01E2A08E9A1EF2D0C0E42BDFDBD6722B8 +:104610005C489A6C66F08DEF43FEA39D2A3B9BFCA1 +:104620009C39D0FB4E06C22BF4E972F5A1C176D4B9 +:104630009F429E5EC80EFCB6F35C80F31C15EA77C1 +:10464000A198E7BBCD7C7EEFB5F0F92EEA374FB0ED +:1046500023709EBFB0BA50941F8F0892BE3F0EF3D6 +:104660006CD2D90BD23E90F3FB9CB53E1884F2E598 +:104670002BDF3C6C067AB829A76B04F263F53D5634 +:10468000B2076E7A3A26C020FF81523A80ECE103ED +:10469000C158C45FDD931C7F2138FAEC035B66B21E +:1046A000CE3EB848BCAD601EF293AED8F3C74368A7 +:1046B000AF2A6E680AF0AEB0450789DE776B27F542 +:1046C000724F7170D3DCCA5C361BAE4F3A7390BD2B +:1046D000CDAAED48A70AF3B233519837BB8FC15A20 +:1046E000D4623B80FF8BEC4F6E58497CD09383FAA9 +:1046F000B52132A80D40BB6AA7E2DA86FC766B6969 +:104700002CBA0A35D648F0E46472FB5671BBD96AFC +:10471000C09B15FA8A8471F3331DFCBBC34EAE2BCC +:10472000B615C68F09C11DFE7D169206EAC568D36F +:1047300059F7C195629CE5AA89ECEC7A0BB7B74FA3 +:1047400009FFCB984CAE5FC764F2FD5D49A69DD2D0 +:1047500053B03DC6753F35D51AC07D669785ED4689 +:104760003BEB35CDBDE547B06E6F667A27E07A78D2 +:104770004CD1F391DFD7458DD0507EAE8FAF1D82E7 +:10478000E90DAC4BC3759D555CE1C0FDF4E1149B94 +:104790004B25B9050B3206ED044EC7AF68D1CDD815 +:1047A000EF61C41DCCABAAF88F5FE23A1D86F147DA +:1047B000C3F887D32C812668E77FD64AF6C3C6485C +:1047C000E68FC0F927C591BFF47A21A7E64FB1BAA9 +:1047D000D18F533565A30753E8CFCF005FD5B69E81 +:1047E0000D23619CB526AEA7D726B000D22D5BDF86 +:1047F0005D84F8BB9CADB7E33AC2EC779D493C1FA2 +:104800003D99D931492730AFFA498CFCBE4468C57F +:10481000845F43BEDEC2CB57643E51D1560279DC81 +:104820006B203D4C5703DB603E57C388B89E57430F +:10483000BF486F0C99660C5F4FFCCD86FF4B609EA6 +:10484000B3CDCC6F4AA0B4391AD26B8A59300EE678 +:10485000177C9129080F9D8D007CD7054DC15CC048 +:10486000DBD5E66007E2EF90CA36A01D3A9B39B56A +:1048700095B01EF5EB2E0EDEE6CCDF73784D260EDE +:10488000EFF79500EE0B6E30B3032AC0D390E0F043 +:10489000D3F79B395DC3F7E6D842ACAF105D5581C5 +:1048A00090407AC6F5253AC5CA6342EB04F56D918E +:1048B000F0FDF64C27D1599580778BD794827E8076 +:1048C000E5623F78838DAD8FC1F666576C05ACD33A +:1048D000480053BF4E0D16B96F6CB7CC06FE5C0690 +:1048E000FCED04BC6C16F4BE4CF2F7AF8DFCBD0BB6 +:1048F000F90BC655D09E047C5689F45CFCB153F08C +:10490000C74EC11F0F64CA7D693BD9D1CB845C39C6 +:10491000D778CBAD2C48F87AD64AEB2EC7BD5AA42F +:104920004F64F273430987A4F35AD6684139512B77 +:10493000F4AF091613F5E7D2D65F5810094BB7EA62 +:10494000EC35FAB7D58272AA6E7BF8779DFE560DCC +:1049500072CC7406534BCF22844FB932C2857C513E +:104960006569273F8282F22D2F24DFC2DB69AD7C8F +:104970001FA9B5707BCCCAB8BCB082BD8972BE26F7 +:10498000BD6738CA0569A7D78AF5B732C73405CAE3 +:104990006BD11EC37310B43BD0FFBA85C36D16F63E +:1049A000F5C256A37D52D31C3E2F6EA7687DFD9A9B +:1049B0008FEAED0C4DD829472C3DC3515FE8FCAC84 +:1049C00064AF1C3171F8FD298CEFAB9378B959D8DD +:1049D000A392EFF7656AC2BFECA775BA9A79E28233 +:1049E0003A39EB99C2D89585E8875002480757BBFA +:1049F0004B3B79BA36A8C4223F323690F89CF3F389 +:104A0000D5EE1F939DE52953FC5158EED63ED0CFED +:104A1000EB55FC635C7F3BE97826D849A877C2CE8A +:104A2000715849E259F560B89DE49FC4F2C84F84BB +:104A30007299FB8BC95E5829EC89A96A741ECAE970 +:104A40006A25D285FB85D5B6D81178E87B1AEC6C3F +:104A5000A48FEAB723485FFF2B827F3F551AE337C5 +:104A600041FA96C8CF8FFBDE2CB4AFAB632D664CFA +:104A700057A9DD34CEBF4C3DA407F6C6AE9E826278 +:104A8000F76D7B06D977B7978EDA02361FB367D9F1 +:104A900066DB06D1F9A638A78F79DD0D70CEC57318 +:104AA0004ECAC7CE76C37EF1D4F33D37D84035E544 +:104AB0006E8F9D6D06FC9CBAAFE741CC4FDC9E3AF1 +:104AC0001BCFED4FDDD5333882F24378F95AD19FB1 +:104AD0007FC86CECEFD4FD3C9F0CE5784E573D89C8 +:104AE0008BA6EAF10AE997542117A41FADDAB48F17 +:104AF000A79358D034FAC2F5A667795233E1BB1AAE +:104B0000733406D7A522C74DF9D40CAF230BF05F41 +:104B100057A1F82D300F76309023F436EDBF370AC9 +:104B2000FFBA5CB7542167643A321BFA85F6D53771 +:104B300067C7A15E85FE867E9BFE9E1370CAFEA49B +:104B40001DB358F039F43F26ABE83FEF5FCA0DD9EB +:104B50005F4B7FF8277D9BFECD39C6FEA47D2BE7FA +:104B6000311C7913FDEE398CDB51021EF97D831265 +:104B70004CBE0EFD692FAA744EB521F99819CF19B4 +:104B8000D9D1686E3F47707E589CC5E5FC861FB939 +:104B9000E2D0CEF7FF59A573EC0D6B3D9535E8CF0C +:104BA0007A7CEC18243169877ED8F1378B03E6B123 +:104BB000429C773688F3CE15BB3A2CD3A0FF06482B +:104BC00027EBFC1DF5F2FE00EB36CF8E09C1B138A4 +:104BD000CB24F4CBDAF3DE0BB8254B117289CF7BF3 +:104BE00084985F69BEBB3E4BB70EF27B9366BCB741 +:104BF00021D3DD629E576531312EEFEF7285AF5FB5 +:104C00007524D7870BC7C4D81C9787EE47D46E7519 +:104C1000D2B9C5C48C493FC8D2E159B60BF99D7BC6 +:104C2000CEEE77DEC3FDCE723C9780B33AA1EB5651 +:104C300050F66CF7F6A99B512ECCF8A9940B2022C4 +:104C40006C787E2AF3D5B3A7A473FF27E67FBEFD59 +:104C50009ACD783EDE19C9F745F3C70E8F4439D493 +:104C6000ED8C32D9413E3DECACD98D70CE1F7BC569 +:104C700034FC5E6A8DC9A9E1E738447F0F3B3D6D86 +:104C8000588EF5D13FE5B5703AF1BEA4BAFC304F6D +:104C9000EF88282FFA053B4D6C0AEA6989BFCD5988 +:104CA0009C2E7723FE8A42E3CB7141C291BFE9E893 +:104CB000BA343A8778DC59FA4C567268DCC79DDE04 +:104CC000EDB85E725C98E608FC7EAEF1C3D7EF21CA +:104CD00031FE33627C4F09D09F4E6FCC9E1265C867 +:104CE000CF9D99C8DC7AFFF6DC81867C6575A6A12C +:104CF000FEF58B8619CACBAD5DA3F5F6815CB78B4B +:104D0000DD8F4D03BE8F03BC7475B0E1BB900F9D6A +:104D100031748EBAAC793AF9CBE37AAB28AD6F85B2 +:104D20003CF0CFF2DE39945FD11B45F9CEC8AE69B5 +:104D3000A8B73B7F1B4FFBCF57D560CECFB11F6BC2 +:104D40000CF173F9C0F9EBD0AEE88CF417DC02700B +:104D5000963FF19D325CEF15BB14F2EB96ABAC5372 +:104D60004940FE8CA0FECAD5D747DF0CDF674CE672 +:104D7000FAAC1C752B9437093FE5B9F8E688E03F9B +:104D8000AD9BC33DB5B782FA93E5FFCCE2769DCCEF +:104D90006BC9DBCD64DF8AF968DD0AA557F50EA380 +:104DA000B4615785D951807EC75F24A1FE80FAD1B6 +:104DB000A4DFA55C927CD338368E459F1BCF56214D +:104DC0007FAA50FE40BFBFC9737F8DF4366B4DB7CD +:104DD000D986E704D1163BEE1367158F4CADD5F598 +:104DE000D3D4318FA1FCB226310BEACB2A48F5F29D +:104DF000CA7B8E7B174AB6515E4939CEBC2D74E80A +:104E00007783F04748FAF858C837D9BE4BE17AD8CB +:104E1000FF343FBFF8639E37291BFAE92A65954F97 +:104E200092FCE81A8CF6FF7F0B7E585F9B42FBAD2D +:104E30006E378E3BABD861C27390B4BE79703ABD09 +:104E4000D03C2CD99CEF5E55D96AA48F57274EECE5 +:104E500072E339DF0F478D42B9C8EC3DDF209D3644 +:104E6000EC9D90897EE7FC6C0BD52FC73395D1A1C3 +:104E7000FD40C3DE283ABF69D86BDDA640BD86D8A9 +:104E80009E1C94B7B7E57BF3B3F15CEDB92F0FFF30 +:104E900010EABBA363E83E63C3DE880398BF5255A4 +:104EA00068EF373DCB3D14F1752E382F961FC3E9BF +:104EB000CCDBCCF9CF2BF8B046D0ED02C1873566FC +:104EC000D08B00F78D2FAB0CE5D38235CAF05DE8AF +:104ED0008770C4B8B2757C28F94D43BA1C85F4C9F3 +:104EE000E9B2BE375EF0B753F4CBF9A01CF7A5D0FA +:104EF0004FF9B078DAA7AFE84DA47A925F259FAA60 +:104F0000F9DE7938EFF226E06F18C7BB2E6D34F268 +:104F1000CB85E9E44BB303EF8194281AD28915D2EB +:104F2000C93AFEF6F4E965FBB4143C8F59EF34DD61 +:104F3000C142E5375C22BDCF1074B2203A988D761D +:104F4000A4D618E1C27B2ED5C90E92632B7F0C1913 +:104F500040C14ACD3319F5EACAFB15F227A2BE4576 +:104F6000BB7ACCA146F24BCBF1E7F58E600EC0D3F5 +:104F70009CDE2C4A276678EB914E6A7AAF15781C36 +:104F800071D673C7CF1A37921FEFB380D5C5C80F3C +:104F900063F41716B95D740EA9BDACB1871CE8E7C0 +:104FA000F3AAC81FC70731FBBD0AF717A2FF50FAC3 +:104FB000FBE479A2F4FB59934C86F3CFCFCDAD83BC +:104FC000D1FEEFE7FF2BE57AEDE4768DF45A7DC74D +:104FD000EB634C789EE274931F70C740EFED389FEF +:104FE000BAD981DF68905F76D753B1E89F97F86CA4 +:104FF0003707B3719FD20E78447F647B8B5A16E0DB +:105000007A3C8ACEEBA4BF54D8152F326E8F483A23 +:10501000AFEBCD24FC487D23E5F733BE54DAC44A18 +:10502000397E213D24E97BB999EBB1E540F7B86EB3 +:10503000E17C14D23F23895F18F00BF24748FF70E0 +:10504000FE08E91F41FF714368BF112ECFA57E9A6C +:10505000F068E6AEDF433F758FCDF7E03A4D1C06B2 +:10506000F200F051FF24E7837E725AE86B890F89C2 +:105070009F9744BE3ECF1D447EBA30FF44909D6B47 +:10508000F5573092B390EAE5AC1666D7CAEFCF0B6E +:105090003EB858BE794AF099845BC2D965E1F6956D +:1050A00084FF4F8CDB1F729C3FE6CD7E8BE421E8B2 +:1050B0000D1CFF9D6CAEA7FF5BF33A97FE78A76FC0 +:1050C0007E17A73F5E099B9F9C879CD7CB62BE172C +:1050D000AB5FBEC8B6887BCF46FD02F58EFD01DA18 +:1050E0009D7A36DF8E724C557A8ED17DF667231C01 +:1050F0008887579F8BA0FA6E5B1CEDEF273FF7FE6A +:10510000A73F77E03E62CE178847F71EAB99E9ECE0 +:105110003D099784F3CF026ED0435F67EBF61DF233 +:10512000FBB7D54B922FC2F9369C5FC3F973C69D6E +:105130006027E23C9F51E89E40C82E64A4A73A3302 +:1051400006D17999E46F9D9D48F608CB53E89E4FB0 +:105150007FFBEBCDD10E68FFE9E89891E85FDDAF0A +:10516000B6DF3B5E09F1F1A4C7BE7EEAEFACBFBE7D +:10517000ABC8F38EC8290AF1AFE4D30BD3E5EF3403 +:10518000D257F50AD9355648F5FACA7B0E7E1B95DB +:105190007369FCE6CCE9B367B83D1667217BEC4246 +:1051A000743735E7EC76CDB7A0BBA939C921BA3B36 +:1051B00097FD7D550EDFB702DD5D95F32DEC9FF376 +:1051C000AC2FE949497F33FEC4E98665F2FD4A67A1 +:1051D000249F6FA76510C9E92A21A7679C618D8864 +:1051E00067AFD8FF4B3A2EC8F7AED0AF3FEE4F7047 +:1051F000DF71B1766D555223C37B685E48F5724905 +:10520000DE970E5FFF5B722ECD4EA911F52F56DE95 +:10521000349D63DDCF63CFDE8DF3BF903DCBEC914A +:10522000463F41A3750ED2CDA7417EDFFC5CEBA9C2 +:105230006EE1F8EEC35BD02CED8244B40B804E36A9 +:105240007D2B3A619E54F4AF1FC63FF1DCC43F7022 +:105250002EAEC77E95C97314F24F7460FE32C61E1F +:105260007864E0C1F53A3DB559F845E47D5AF4EB70 +:10527000EC3C8B9E1E90C7E97AFFD71F3C86F12F2E +:10528000FE2116B2A7F7C7F1FB8A1B7F7C1DDD57F5 +:1052900094F53B865856F3FB8CBED4C53A3ED93FB5 +:1052A00024E51BF453ED1FC0F0860ADBFFC351DF7A +:1052B000E07D487F83EA42B7F0E1D5EF7D5803F9FE +:1052C0007FF48EB7EBE36BB47A7EFF494B6A8F595C +:1052D000AC836F7FC3A812876E3E9F8B7DFF3FD24A +:1052E000BF67473F4EC7905BBB4A11DE016682D75E +:1052F000FA65B55D29C038107E8FFC05215FB49832 +:105300008F28AEA72929034F3CE03BD7CF1BD2AF54 +:10531000B5613F4D49265A372D66BEDDA29B8F3BB6 +:10532000C9CCE172328F5E1E8CCFE5749B96CBF5B3 +:10533000DF3ED54EF30638ECE80FB8F1EBEA435DFB +:10534000288F078F71E0B9C96DB999FC5EA5C95E58 +:1053500082F6E995AA6B34D3E9B37926A1B7F2585E +:105360003AD2099D6BE07CF03C61049D33F885BF27 +:10537000DE86E7089ABC9714CBE5A5BCAF4EED4C92 +:1053800086FA742E713CC749E343F908E187A77B8D +:10539000EA74D958A5FBE664DF205F6B780E9D6444 +:1053A0007347C486EE9583549C82DF351127A60D82 +:1053B000622B66139DB76BE837FA3C47FA0579BF55 +:1053C00055028E2AC01FF6536566660BD8EB370E62 +:1053D000B08CD80DEBDF1D6D71217BCBEF72FC2AF9 +:1053E00031CE8D2A9767D67ACD708FBDEFFE7CAE19 +:1053F000BC7FEF3AF46612DA4F5126BABF86D3D19A +:10540000E3614D0CDD07E91ECC56A03CB08AF136B5 +:105410008873366BF46F57E17989FCDEBD6E02DD6F +:10542000C3DD20FD03CBC5BD2FC08B05E7857F679E +:10543000E0BC2CEE7C9C17B4778ED0C9C530787157 +:105440000DFBD633B3FFBA5CE8DEBDB46B247DFC44 +:105450003497D13A760C4959437C35C04674BF71B4 +:10546000D0B1C7F0BEAF76DB04973E7EAC63406A36 +:1054700009DE0BEE68485CD3A3E3937FD4CFB12F52 +:105480002CC0FBC3D14B91BEAFFC3A7D4D69129E3F +:105490005B4D34F0E5DEDB3EFCF499244C63E85EC2 +:1054A000FDDEAFC63B705FA89ABA494EB0AF228905 +:1054B000DE27C755A63A74FC31325711F7BEDD9787 +:1054C000E702BC6A0AF04174489E6929A3BDC82F4F +:1054D0001BA329F2816D14FEE626C51807769BE012 +:1054E000B3DB721591DAB95C343B06633F325EA4DC +:1054F000638879B5DE4F394BD49F25DA770CF9DE16 +:10550000A11A1DBE3AACCFFD790CE22B65AE8BEE35 +:1055100047A3DC43BF822FCA85F3EC1860A3F5EFE5 +:10552000186009E0B9614783CACFEDE26C0134ED40 +:10553000E53D6EEDCB6A928BB7E53A0CFEA58E0188 +:105540004984F77D6AE3212E176CA4BFFF519FF8B1 +:105550000DCA2B4D8BA3F89523A69E22E4BFDB72C8 +:1055600013B83C52802D74F6F8F521B940712DE73F +:10557000910B14B7A289FB8D17920775B94EC13FE5 +:105580008D0CF9F73F9507F8D3C6F4E7F73E7E1682 +:10559000ED255FF7B5FF7FE293EBC3F8641F2E2E76 +:1055A000E27FA342E7AD5AF2EE18BD1F7393A0D37A +:1055B0008EA838AECF1A12BF41BAB0AEAF49610E55 +:1055C0007D3D95CB4F9B8C739948F45B137DAD4625 +:1055D000760AD0E3351807946BE6719EF1DC7ED431 +:1055E0004C3DC3713ECF0CF6DE9B0BE3BC2BE2328D +:1055F00042F114F10ADE7391F04BFD26D7FF8BBE0A +:105600003C40ADBBBFF2AE22E63588917CAA4A771A +:105610009FA07BA7EB530FE8CFBDB51FC550BD8D35 +:105620006D2ADD0F96E7DF1B93A6D991DF37B62AE7 +:10563000142701BF16BC47B750B4AB1D7D730EF6DF +:10564000D79BCBFDC9DEE3F669B10EC4DFF13F3B6A +:10565000113FDF57EDD8EEB97FAB744E73C567418C +:10566000350ECF0DD63B0DF1ABDE93E669A85F6B2F +:10567000989DEE531E895D5DB616EA353DA088798A +:1056800034BEE045BE843CCA9109830E96635CF546 +:1056900084FB92C94E6BFA6E4C2CFAA30EB3C62E45 +:1056A00084D7DFA2121F817D7E200DE7AFC493FC5B +:1056B000793B7D33C54BBF9D658DA7799AD9018C08 +:1056C00087DE2FF8BF4ADC9340BCD80A43F1D340B1 +:1056D00097ECB2C2509C6BA70938A790EC4BA2DFA5 +:1056E0001745FB5A8C9FC67B21EA9E22F4A74B7973 +:1056F000658E1F4DF6EAC7BB178F4152D392E77AEA +:10570000717EA7F62C1B837838887403EB7EC7CC98 +:105710006D1EA483085BA37FA003E32FB9BC686858 +:10572000DE48F7101AF694F2384485DB1917EAF7C9 +:1057300088A0C73B3CD0AF7A11FD6E31DE6B68BAF2 +:105740003FC2A65CCED8A2B6B0EF62DF53E3377E8D +:10575000AF6A31E64D792619477E4971A1A773FFDB +:10576000B3B850531E33C48586ECF45576E4A34F8A +:10577000D3CDE4CFDC28E24237625CE859ECF66E28 +:105780001FA3389076211F24DF493EDB2FF621C06E +:105790005F95682787E2CA07297EB203DA13F15CB6 +:1057A000203E8FD3C573166E57CBF87219CF199F51 +:1057B000C7D7FD0F270B296E736F6F61893EBE6CD3 +:1057C000BFDAFDD858D2273C4EB909E8E9A9B3E0C1 +:1057D000617B8E6A38DF96F6BC940FF70AB825BD58 +:1057E00086B71F21ECFAEEB0B873EF05E2CE77670B +:1057F0004ECAC92BD2C57FEF9FC79C14FF338AF6D0 +:105800002D23C4FC8177A7A17F80A57A52F5FBC028 +:10581000F22CA39FE9DE3E397669FB99F2EDC6FDD5 +:10582000CC3D62FE7D7089785555F89BABF19C1498 +:10583000F87486804FC6A3574706B3F13E9A8C4B47 +:105840002FB3B21B2BA2F9BDEB953ABCCD10F89A41 +:10585000B189D79BD1C453ECE7A1E85079F524D1A5 +:105860009FC8CB794AF8CAB3849D22EE1387C35FE1 +:105870003EB9FD331B98B04B77B8E6E2BD916B8B18 +:1058800099B83732B2CD9D857E24233E5E95F8F1DE +:10589000171E9C8270DCCB42F7E8A07C6A495CDF73 +:1058A000793592A9ACBF64C7E5075BC8EEE2712405 +:1058B000CCDB6DE6F74A457E34E46374F9E2B0FC74 +:1058C000565E3FD6DCCDF4F115E84F50E89E9DECD6 +:1058D000CF2FF6AB3DD3F0FEFEAC5D8A1DEDF1EBB4 +:1058E0004B4E5950FE974FEE7E6120CCF7873BC65A +:1058F000CD8D8E80EFE8EF0278EFDC51DAE6378B62 +:10590000F629743F817ED676C5AD025DD6172B8110 +:105910000C677FBABE33CF786E461836B66718AFBD +:105920007329ED918EA87D06B50F5A2F61FCEB4AC5 +:10593000787C5F78BDFB653DF17E02F50FB89BD3A7 +:10594000CECF85C3EB3F24E46A97C9B41C830D1FF7 +:10595000DD714D9BED0A585FC6E9E3B11D73E7FAAF +:105960000B38B8EEB0F99E0FDE4D525EEBE6EB3031 +:10597000B60F9E0F5FF7F5C397A08FA5467A8933C0 +:105980007B0E7C0A70C42529763C6759E189684101 +:10599000FD5D3E59D2F78D73DDE930BF0866B85F13 +:1059A00011A26FEF5CA4EF154CD65FD086F2C563F1 +:1059B0006286F754A6EE51FADAE799E99D106AFF7C +:1059C000FC8E9A36BC8F01EB41E594CF3A0FBDB700 +:1059D00087E54BC2F843D037F127EE77003FD96710 +:1059E000D32B02BF1F8938F0AE495C1E77658873E0 +:1059F000837C6E671E1778EC116957A40E0FE9A11E +:105A000075865F10CFB574F3263CCD4B92F3F6CF7D +:105A10009D09F3EE4A60C315A093AFF2D6B4AD1F53 +:105A200084ED3D66BCDF6666B7B5BD0C72659EC091 +:105A30000BCBF71D1474A3209F2D27028075DFA5C3 +:105A4000F8296E08D7FD2CF37AB93F9FF8C3DABB6B +:105A5000B5F3B47FBD7F7B77587BA6255D4A7BB1CC +:105A60002E33C3D6AD2C6CDDA684E5AB653E6090CD +:105A70005F52AE2DD87DCF8694248C5751D07C4474 +:105A8000F96C5146C2908FFE786E741AD2A7431BF0 +:105A900008223DEDD13B0FDA80762B507E11BDB64A +:105AA00090BC9E83FC4DF9BBE6E2BDC16B8B1B37FE +:105AB000A442FD218FDEDD6683AAD7AFBF47C3F7BF +:105AC0007E321F6D6D3343BFF3463FF102F6675ED2 +:105AD000BBF9E04CE53CF4D91A368FAD61797F58BB +:105AE000FDB60BC8F3F561EDD78495B784E5B784AF +:105AF000E59B8DED6B1629C41735B07E88B80BF188 +:105B00004951BEF4F7B78FC67B94573CFA3F6D1BE3 +:105B10008A49CF125D4FCC0FCCD5D3A9BC675B951A +:105B2000C4FCA80FB473C8A791F9E7A093BC70FD9B +:105B3000C5CBA744FDEF53783FAAB6D56AB7021D7F +:105B40001E8DE0F14CFE37F8FE826279611E4777C8 +:105B50008E0CE039DB69A05BB4FF0FDC931B877010 +:105B60002CEE5419DE575DDEA9D27B2BE8592ED7D7 +:105B7000C505DED4A6D0FB2BB56FF17E6A77A901EF +:105B80007C32A32F1EAC4DA1763705B477F5763560 +:105B9000853642FD257B9400DEF75DB2C558BEBC5C +:105BA000DD9897F1530DCCFCAE7EBF7C04FF48EB33 +:105BB0006F7F839D4AF6D7C27C71AF57C43F5DACFF +:105BC0001DDEC2DC75F984DFB0784E69E79883C9C1 +:105BD000D7A19FF5C5C4423C7F017BD856ACBBB76B +:105BE00026CF054EFABC8C810DFEB16F29A5B2FD02 +:105BF00029A5C33210FDFAFF6474CF7FFCAE9D77F8 +:105C00004E7060FD46720E7C7C7234F9833F067BD9 +:105C1000963B0BD60939CDF9FA8A5D1DEA4086FB21 +:105C2000A6F7A2E81E537FBF3EF96D3E3D690E9C6C +:105C3000ED3E425F3CEDFF4652B9C4E307DFE7FBB0 +:105C400006696F4E10FD753C96B8673CD24D549C6A +:105C50001DFDDB4BC4FD840F76A8D4CF715BDC2324 +:105C600033D1FFBA754E0A3EE2B558EBB16060AC75 +:105C7000EBD98A58B47BFF09F582E4AF09A86827FD +:105C80008D2F6374EE303E68660E271E117A6621F2 +:105C90003D8CDBCDE30A3FC4F305CE1F74BEB0F8E4 +:105CA000772AD9B712AEC9C58261043E0F08BE7803 +:105CB0007FEB53D4CF89ED9A1DE1F978BB4674563A +:105CC00007748957D28F63BC258C5B775075A16AA6 +:105CD0003EB183F3755DBB1240F9B5FC66CD4D71E5 +:105CE0008F61743E59D6037AB5EAE8BBCE1D98465B +:105CF000FE3E41DF36F80FEFB7C7B3F6DB310E7368 +:105D0000D98EFF8CAEC3E9794FBE88E32B648597AB +:105D100012C77712F6814877F27B42FBC8D2812CFA +:105D2000241FE4BDF5260BA3FBE97E53A40BFD471E +:105D3000F27EBABC8FBECA647F1EE96415E807F420 +:105D4000138E1CCAFD6AFF32B9A6621E749B1BE348 +:105D5000D666F9ADF4EE843AD9D478B6FB6C6F0A06 +:105D6000B9B86C28A3F4AB7C1E0F25E3B69AA43F08 +:105D70003A59C40D08BF9D6C7F249FEF43BECA777C +:105D8000503B759489F62DDD1A1BCCE3D3ED83B01F +:105D90007E4554C2E70EE8FAC3FCCF68DF513121DB +:105DA000E1BB99602F7C9AFFD55CBCCF5E312AE1C4 +:105DB000E90CC87FFE682FCF5F9E50A4417EADF2F4 +:105DC000F5DC29904F18EA3E91AF834FF60BDF4F79 +:105DD000E2F7C72FF39EC2B4C112DD8CFE85534A91 +:105DE000CF0A7C484DD67F4D6187FFA084F2089F83 +:105DF000AB00F34CC07FF674FC50772F1FD7F87DB3 +:105E0000013EF503F858E0E7F130F0F3D85278DCC2 +:105E100003D2E702191FD36C8C8F612E1EC725E3B6 +:105E20009E64FC527E282E6BEBA5C4659D12F16426 +:105E3000E1F172CA1E1E57D6E467DD11B4FF35C604 +:105E4000B32C8F023A023CAD7CFAED587C2AE42652 +:105E500085CB1B96CACF87E53B622767057390FF0A +:105E6000DFF7B1A42CA0DF25AA77D050C047A7F355 +:105E70008F8351CEBDBFB52916E5D047BF515D33E5 +:105E8000A17EBD383F61DFA8417C2FA4D3994FEF9D +:105E90002E9CDCB9311DEF7B670FE572E1A453BC8A +:105EA0005BF4CDFEC13F847A6519D38B506E839C21 +:105EB000CF1D7A3639BFFD1A826F7A34C87598DFE4 +:105EC000238338DD59CDCC1FC3FDC20CE3B2344867 +:105ED000D5C2905CC6F2587A536061AAF037533C41 +:105EE0009E5C2789FF7EEB02248FEF179A6C4CC3D0 +:105EF00079E6B3AD76D45B727DA6AAD1AE20C89FF9 +:105F000095A0B7513CAF147ED1953B157A176C79AB +:105F1000A7467AF67DC1B7E1F2EB23D64371D94BA0 +:105F2000B72EE471FB425E613838D2C92CBBF9BF91 +:105F300022A72A860A3935928DBC447D5B39B4A8E4 +:105F4000FF3A4C55AB1DF8DEE4CAE4BC422B3F9F40 +:105F5000227A5922E208E4BAAC7C2093E27159F724 +:105F60002F697FBB44C0C4B6F2F89DDB9D2ABD27D4 +:105F700050BE7B2073C0A79B762B74BF6FE6EE44A8 +:105F8000CAC7F6A651BEFC970326F1F7AAF87A967F +:105F9000FF3297F2271EF9D368F12E138FEBB1333E +:105FA00019D743EB70BA92BF0360F6E7FFB404ED74 +:105FB000B74E8D051C549FE2A83C021C8F889BF2B3 +:105FC000B0F0F86E471CF6E3017B0BE997B9F9B91D +:105FD0008143C44B59534DCCA1C3F335688FC17A6B +:105FE0004438229943772FF00D113FD524E436F33E +:105FF000BBBBD04F5E29E8202A2FC150BF32BA96D2 +:10600000E821C67599A17FE6E57ED03EFAC06F49CA +:106010003C0E0BFBBFA6D2182FA6957C42F1479EE3 +:10602000BE38F746A27FADC4E84FF5A44F3BC1F898 +:10603000FC8F9E8F8E7E3654D86DF92C9FFB01FB12 +:10604000E19DF8E1F441CE0F6045FC14DFF7B8564E +:10605000E0FD34E3FC71DA1D45FCB141E043D29B25 +:106060002797C5E0D33671C546BCC6BB8DF84C2C0E +:1060700033E22BD963C4D380CA0C43799A77A8A1A1 +:106080007CE0D242437E50E37843FD21AB2719F2F6 +:106090004EFF5586FA99CDB30DF9ECD6EB0DF5739D +:1060A000B72C3094E707EA0CE5C376AC34E487B745 +:1060B000FFC050FFF2DDEB0CE523837718CA47756C +:1060C0006E36E48BBA7E66A83FF6D03643F9B8EE5A +:1060D0005F19CA271C7FD290BFA2E7F786FA137B0D +:1060E000F719F2A5EC4F86FA936D7F31E4A7DAFF3A +:1060F00061A8FF9DD4F70CE5D31D1F1ACA67E47D84 +:106100006AC897BBBE36D45F3DC87B02E54EA5A9E1 +:10611000E58120433A776C42FEBD2EC9CCDF17B92A +:1061200044BFFF2752FE09BAFD9C45DF60CA38779D +:106130007B498F6FA09E2F42BA9EC9D0CF7FBA5D98 +:1061400021BA3E97BE8D03FBD7AC9B47BCDBC6CCC8 +:106150003A3812CBEC867CB227D5507F40A5C3508D +:106160009EE6CD33940F5CEA32E40735161BEA0F46 +:1061700059ED36E49DFE3243FDCC668F219FDD5AFA +:1061800069A89FBBC56B28CF0F2C35940FDBD16856 +:10619000C80F6F5F6DA87FF96EBFA17C64B0D95046 +:1061A0003EAAB3D5902FEADA62A83FF650C0503E1F +:1061B000AE7B87A17CC2F17643FE8A9EDD86FA1310 +:1061C0007B83867C297BD1507FB2ED35437EAAFD4F +:1061D0006F86FADF497DC7503EDD71C2505EFFA178 +:1061E0008BE29AD91F148ABB9991F789A11CECED17 +:1061F0003CD48BCB59A40BEDED707B5DDA63E5AE3F +:106200002F0DE3AC3235925F7695CAEDB4CA61FCCE +:10621000DC13EC789B8DCB597EDE5FC6E8DDBD38A4 +:106220008C374FE07E471E479F44FA9554A403FDE8 +:10623000A060CFC4A2DDE270DAA1C85EC6DF21880B +:106240000AD997E96774EF625CC8BEAC45DE013ECF +:10625000681BE6AD1A5684FBB29DD370BF7213F370 +:10626000DF8EF6EF54B520AE1BF4F02B11673F071D +:106270009A6E033CEAC67B31A235BDF03CFC3BDDA7 +:106280007692EAF7F52BDEFD50609EFAF392BB6141 +:106290001F6586AD64AB0FF80CF875B3CF4EF936B9 +:1062A0005F2AE57FE27350BAC59747E9CF7C2E2A73 +:1062B000DFEA2BA6FC833E37E503BE324AB7F93C42 +:1062C000F47DBBAF92F28FF8BC94EEF02DA5F4579D +:1062D000BE462AFF35ECFF31FF1B9F9FD2765F330E +:1062E0007D7FD2D74AF95DBE2D94FFAD2F40E96E78 +:1062F000DF0E4A7FEF6BA7F23DBEDD94DFEB0B5262 +:106300003EE8EBA4FC3E5F17E50FF80E51FE055F7B +:1063100037A59DBEE394BEE4EBA1F2977DBD943F0B +:1063200029CEFB360F53C4796834BD33E899944BBA +:10633000FB3DF9FDCD4CEF665C37F99E857CB722BD +:106340007C3F10BE0E1F88FEB549FC5D0AEDB29C75 +:106350006D78EF33F4AE84631BEE0D1F10E3F4BDD4 +:106360005321ECEB25821EE5BB15F25EC012C1077E +:1063700045488F79448F2F5FCA7E47EE935333BCD5 +:106380008F0F83B46E90C94FFE81681E573B31C397 +:10639000DB8EDF6BA31B2DDC3C75D1F7722BF70F67 +:1063A000F5BCA8BAB639CE3D5E83B81F7DCEF2BD2E +:1063B00027D251FF94FD5BA5FB2EAF683195E8070E +:1063C000D927F0B06F98C990BE98E1E94078DECF48 +:1063D0006E3CF67367288EF76ADC6203BF5730079E +:1063E000C58BCF61EEE7F109C06BC0D0C3FC75CCA3 +:1063F0004FE9C34EEF4BB87EF360838079EF782B83 +:10640000BD8F596EE57C110EC7EBC3B8FDFDFA30A8 +:1064100093213D96E1791DE1389AED7EE416A8922C +:106420008E71DDC9A85F7B1E4438BE78F693634A3F +:106430006608BFD20F717BA9B87F74B322F6FFFD47 +:10644000E2E8A9BCFABBDC0F331FF65B789F4DC6B0 +:10645000C99F6ED4482E629C3DFA694F377E37172C +:10646000E10F978FD5F8EE4721C6EBDB787F6FC53C +:10647000503C94BC2F510D1638EEEB6232A59FA311 +:106480003B3A99C3E3C6FBB737EEB1927C04BAE856 +:106490002139354EA578EB574C811C7C1F6EA389A2 +:1064A000AFBFFF251E076DB67BA85DEDD6F89174D2 +:1064B0008F06E804FD5AC5051C5F920E5688FBF74F +:1064C00072FD81BEBEC1FE3FFEDDD83CA48386BD09 +:1064D000E3E85E5A9349C4598BFE112E9C871A57E4 +:1064E00040EFB095A3F180F4372E86EE0D77A86CBF +:1064F000F5CEB3C8CB8C024E47AFA4F277FC9A041A +:106500001FCAF281059CAE068A7AE5FB5EA47799E4 +:1065100056746A2EF427B3D1DD057AFF4C1FDDAE29 +:10652000FE535A966E1E0DBBDFE1E7E7ACBB60760B +:106530000C0717D755BE5F2CC7D1D08F81CA25C98C +:106540007CB26FDF908178E27A41D29F6A89F13E16 +:1065500014AD9F471FFD3B0B04FDA3DD3FCBEA8835 +:10656000BB0E40EF0614E2BEC5FB3F767AF763012F +:106570007351BA8879285D026484F4EEF1DF63C157 +:1065800073D13AD64EDF57142F1C8CF906D633251B +:1065900015FABBA679EDF3A900CA9CD67BA6A60185 +:1065A000DCB30335CF635AB15D3986E780C03F85E0 +:1065B00005E8EF511A375C86E721BF2EDD80F755DD +:1065C00066093F05D09D5B453D9AE5EAF6C3FA1D95 +:1065D000BD279FFCC7C5058AE01B7731B6AF5EC7F4 +:1065E000E94CDEFBEEE39FE2654706E25999B98785 +:1065F000DE9F6CD86B4D403AACC31DA6AAB713A55D +:10660000BEE676C232B013B01EBEAB47EF53BE1D1E +:1066100041F7EA3F5060210AFBF387B43B57A9DCFE +:106620002FF72F134C49C57DF4BD8497A5B6C0083C +:10663000C40BE8E90AC477DD7BEDB78F443FE0A4E3 +:10664000C060B45FB55F595D4D4E83DCA7779DA4F4 +:106650009FEF6E8DFBCDC2E10D87C36A617EBCC723 +:10666000A414BFF025DA192027B87C38CCE15FA547 +:106670007A53F1E210DA2F749F30DD43FE02966206 +:1066800073F177288DE3AF17E376FE2FF75BCB7BB3 +:1066900065E17028763E5E3F7822393C52FFF487F0 +:1066A00087AF8384E707055C7EB0C16E9AF75AD343 +:1066B000DAF495A8CFC64714E251D02CB3F7FB8883 +:1066C000BFD722B87F4CFAC3E43E977DD394CECF98 +:1066D000A18286F78B58985FC963B36BB81EB32449 +:1066E000FF146B06FEE9F33B9518FD4EB3998BF44E +:1066F000423E7B4BE289FC4DFF071713B47E40649A +:1067000000000000000000001F8B080000000000D7 +:10671000000B8BE46060F8518FC093D1F8E8F83B30 +:106720009A7C2E0B7EF5847006507F3210C7017163 +:1067300024108700B13F107B01B12B10E7B131303D +:106740006402710A10C70371141087027100107B74 +:10675000B321CCB16167607066C76FD772364CB138 +:106760008F5C08B62727657E19C5431F73F031304B +:10677000B0F023F87DFCA8F29C7C08768130657629 +:10678000D503F503000ADD9FC4800300000000006C +:1067900000000000000000001F8B08000000000047 +:1067A000000BDD7D0B7855D595F03E8FFBCCCDCD24 +:1067B000C9FBE60527214050C04B40888AF60001FE +:1067C000E37CFCED45AD467FB41704893C24222AC6 +:1067D0009DB1934312428054A3A246447AA188D823 +:1067E000919988CF3AE87F115BB1D53675B0BE5B21 +:1067F000AC1DEB032983B5D2FE769CB5D6DEFBE655 +:106800009E939B87B6F3FDFF3750BBD9E7ECC77A61 +:10681000EDB5D65E7BED737DFE5CA68E66EC0BFC63 +:10682000F335C6F234C6D899FDA5F9F75ABC7722DC +:10683000FC9B45189BCED8E800FCD3646C4EEBDE85 +:106840000FC64F636C577B95EA837A1953182B64F4 +:106850006C67675590417BB535527A14CA9D955641 +:10686000DE05D0EEFBEB59D436711CA6B222C62A47 +:10687000FD7C1CC66C86F5D18CD777B55F98C3427A +:1068800050EFEAF80F6D723F5CB21C6BAB2CE9A7BE +:1068900071D8170CFBE97F385A23EA958C11A8852B +:1068A000F87FE57C5CD1F6B9B71F2078BFDFA9324D +:1068B0001F1B08C7AEAED904E72E9B45F1A5840384 +:1068C000E1B3A6F7C3F765E121FC009E3358B7CAD0 +:1068D00090A6B6F58B088C572BC663FA5C3596CD1F +:1068E000D8E696C439D563196B6BB1CFA9F630D60B +:1068F000D9D24965574B373DDFD0D243F5CD7AC267 +:106900006F005C7A08DAA5CD1B30A17D4D7F3D3B41 +:10691000DAEDA8B36405F14F13F87A0B7A1CEFB3E4 +:106920006A128EFA9AECD97EC47F430B63960FE10C +:10693000F1537986A1BEE303BE6CF2442331207685 +:106940006DE8EAF90CEA81B0FD9A0FE8D79EED35C3 +:106950005B01EF09C6BC0FF0F94FC6CEF31F453AF5 +:106960001ED67F7314E6AE81BF5F54413BBD210F3D +:10697000F13883F1E7FDF462AC00E03C8F4938E187 +:106980007D1A5CE7D5A836CE3FC1D5EFBC90779194 +:106990001A66CC3FCA8AC470BEEEB47E30DF79C6B8 +:1069A000252B14E8C74EA5F5ABEAE7CFB61683F062 +:1069B000DBDE52C3ACF18CED83BA09E5F6BF688D1E +:1069C0005CFEB9BC1842FED7CC5219037C6F3B6009 +:1069D000EE6230FFED28FFB05EEE031EE173FB7E3A +:1069E00096B85FA17EA54D058CF52C2AAADD0CFD7D +:1069F000CEA807FA019C3D4AF21D06CFEDB95E1301 +:106A0000DBEDD3FB2EC47A4F3C4FB5A13EA11EE86F +:106A100007ED26C555BB78F240B981E7EF8C87F7C3 +:106A2000DB3DCC8AC17CDDB7B1442BF4ABB5801F14 +:106A3000D8EF541133F381FED7DDF8910FC6BDAD09 +:106A4000D16BFA2AFBF960C15FC4FF367DDD270AEE +:106A5000F4AFBEC26BE2BCC3F1A3AC29ED3DF2239F +:106A60003E083F1A811F9333F06121F0213C381F0B +:106A7000DCE59696047B17687A4B4B84F8D2D56296 +:106A800052B909F904FCEAC0A62503D7E566953595 +:106A9000F5821C6C0EB2A6FD280F91DA8CED64C94C +:106AA000D87AE2DF2DC8BFB3092C8BD5319683BCD1 +:106AB0002FA57A32580DF37B52750B55CC6625D530 +:106AC000DE66804FF6C4FE7A16B4BF25C0EBBF6207 +:106AD000DB2D7B667FFDB8BDD55197EFBB3C7D4973 +:106AE000750A6307D895D6C480637C0BC74F87CFE0 +:106AF0009F61BCAE00874F59DF6DD9005FB7D21DD3 +:106B00006163805E0A606F307608FAD5D7D1B854D9 +:106B1000DF73FB22FBB9B3FAE779D35E64DB40AFE6 +:106B2000452CF623A4FF8C3A184DC579938D0CE0C3 +:106B3000FA29F68779B267F2797ECAB6586D7A3F3C +:106B40005D7E696FB0715EA9D735CE62A6D97E5BD6 +:106B50000BA35D38955441DEB47C66A0DD60913CAA +:106B6000C6607ED5B018EA09C90FCDD0DF4B5FF7FC +:106B700029B910ED07E7236F07F0BF4DF047D9E5BE +:106B800008FF8FF015F077F6D9753F9F09F307FAE4 +:106B90003C51B40381897CBDE658DE042EE130D23D +:106BA00019A6087FAEB1B341649E46A1877172EA0F +:106BB0004A59221D1EBD3B827A5B8E0BF37D944E9B +:106BC0002FA87F3CD4FC3ACE6F0E9C4F9F08758453 +:106BD000A71AE0A91C386F5720DA88FA6D766DDDA8 +:106BE00037188D3356F529FDFDB2AD71A48FA20A79 +:106BF000D747211C3F0D8F10CE9387F6C139AE1CAD +:106C00000FE8C2504F0470BC021C8FC321C791FD16 +:106C1000E578EE7140E222B14943F1FFB5A40AE301 +:106C20006A735CFCB746C8FFFFA6713FD1B91CACC4 +:106C30009DE54DA01E24D39F37105F899F1BEFB5A4 +:106C40002FDD11413EA36A433A497EFE51F493F38E +:106C5000BBF939D27965FF81F36A25AC6AE0BC6E75 +:106C60007807C8EF08D751D1A909CC9A0AAA1FF50D +:106C700003B46F5D1E642817DDF52C8172D77D7813 +:106C80002EF94977A9EC05946BFB650FBB1FA6BED7 +:106C90000BF52EAE2D7B1AF5DB166625174E1C5C08 +:106CA000EFDE0B7E86ED437DC5C8DEDE05F504D440 +:106CB000CBBA75B27F7735E60516C13CDD1E781F6D +:106CC000A2E7EF1403D2459715F0E701FEBC1CDBE9 +:106CD000C3F3BB178AF6D97CBC726C0FE3145FC197 +:106CE000DB97AF54999D66C7DC70E57AD9A2580648 +:106CF0007837282AD1E509618FB6A13D0238738320 +:106D0000C622A48BD1EA3577015D6E9B5B54BA181D +:106D1000FA3F3BB748F90DCCB743E1FEF17661CFBE +:106D200052F3341B0A3AAD4F78924A3897B16F2B21 +:106D3000CC6A063EE51E4D5C86FAB973FD01E6039A +:106D4000FA94D5431D3CD3BAF073EC79AA33D2D769 +:106D5000BB95D749FFCEF0B33790FE3360FDB60147 +:106D6000FD67E8CD5A330A935D90D1EEED7CDBDF11 +:106D700098807967B477F45D44C293203EC8F77574 +:106D80006F81BCA4D1E70981E73681F735280F6907 +:106D9000EBD1C07FC2BC06AEC7C9E4FFCFD2911E03 +:106DA000EF32D2733B37DCD886F4C97D8B4535652D +:106DB000203C46BD735DCED09DF8FCADF058C4AC10 +:106DC000EF2985838F37D08EC41FC0F633849ECEC3 +:106DD000ADB7B5F8C421F1BE1CFD3DE37C46F665B8 +:106DE000B0F1DDF8DE21E809F33D9669BEFF2E7AA9 +:106DF000CC08C1B8057FFDB8B96FB9F4CB08E90B71 +:106E00002B94C601F74A477BDA5FB718AFDB03FD67 +:106E1000C274FD5FC0F7895A4190EC805600744DF2 +:106E2000C34FF6F37A19ED6351F6102EFA0320EAF8 +:106E3000E5D1EFA3EFF33BC54BEDF408B727BF5205 +:106E4000E3BF53108EF94CC77D534074F1C0780AEC +:106E5000D8436F694D0EC941A820A31EED6CE959B6 +:106E6000A0A7ADF34EA1B724DDBC552C918F74FCC7 +:106E7000FC2AF3C249838FE3A6579B27FA5A1CF5D5 +:106E80006CA1377A3F1B1C1F45F5D23C7A8197E4F1 +:106E900012F051D4C281F8F88D1843FBD1963D6EA3 +:106EA000487CDA053E6EBEB74BBC4608FF60EFDBA0 +:106EB0003D566411EE87B233E3E541BC80EE152AFE +:106EC000E79327E4253E790A6C8670037E156A06EF +:106ED0007E31166368FFDCF8E9065FAF727EDDBFC6 +:106EE00063819EDF0FE769AAC1E749C111A571342B +:106EF0008351BFB01A3F0DE703F9EB23F90B590497 +:106F0000873702039C81A5D56883FCB61F3C8B4D57 +:106F1000C47EA1285B09A5371467F3A15DBBDC57CC +:106F2000164C73AC93B1AAEAA0939B6E25C20ECB0C +:106F3000FAB6945C39F9BFED1A2FD5DB0BA3DF4706 +:106F40005ACE11F2E0A60FD06D8E9A36BE6E707AD0 +:106F50006EBB46D06B49E6755CE2BFD7412F5AB095 +:106F6000B02E73C4B85B22AC5BCBC1FD13DF1F56E0 +:106F70009AEC59DD04BA99899E45F07E23E3788C1A +:106F80000EC42F423A7AD46EE6477F77269F5FCAB7 +:106F9000D55CED453FDACFAE6855CE6228BFAD2A4D +:106FA00019E56807F80BFA58B0BB2D7E8672FAD93E +:106FB000DBE309FEC1E4ED8E16BF637DDEB14E6FEB +:106FC00040FD76C7FCDFDC763EA0BCA1A0BA96747B +:106FD0008CA5E8885700E90EF0AF10F3EFF8F68DB6 +:106FE00052EE5620FDA41C4A79ABB42C0BE31B6077 +:106FF0003519EEAFB3DB59346972DAE8697492F48B +:10700000013AAC453A840D361BE70D4CB393584A10 +:107010003A744555E2E79A33C7EDD22AFBE17E4C3C +:10702000C80B2BCFE372AA47695F32D8FABB05E8D9 +:107030003491D671B782ED4AEA5802E5B7533C3F26 +:10704000538DB5231C254B120AE2738FF0C764FCE5 +:10705000AF5DC07DCBD9DC0F6CAF3076223CB74A38 +:10706000389A04BDFAE5EB56D23B822E52BE4AEA6C +:107070002C7497D97A6FFC0E7CAF55371BA887828A +:107080004ADCF256A29F25E4DA667D38AFA1B0FE55 +:107090003F306F3862EE427DF07D95EF738C9A8EB3 +:1070A000EB30FE9353AE133D8DA38B282EE57DEB85 +:1070B000028AA3C0738ABB9458DD4C013E9446D823 +:1070C00041A4EFF5DEF8F789EE13DA93C40F66D921 +:1070D00038FF773D16A338DBCCB885FBAD1DDF9EAE +:1070E000CE16A5C9D3A388EF99A40FAC44A89FAF2F +:1070F000B76A5C4EB64C3CE95F16C27641A24B259E +:107100009B661913F1553449FB36210FC0F7471020 +:107110007FFFCCA334BF6970F840DE8B914EDFF562 +:10712000F445108EEF7EDBDB98E0F43842F455F93D +:107130003CF09F89F4F1AB1C867F543D5C6FCD63BE +:10714000B4AF088558027D77AD81D32D3BC21216AE +:10715000EEEF905E69F40920BDA034CCA84D2AAFB3 +:10716000FA44B2DA24FA3C8FF085996DA11ED1431E +:10717000DD4C83E777E8CDBFFE0E8C7FC7612D6ABB +:10718000B334F96351DA6F483A15CC877596691FA5 +:1071900027DA0FEF1F703F400F713B26ED02C8E961 +:1071A000EB08976E70391DA9FDF1AED3CCDFA2DEDE +:1071B000D20D8AE7E9C257E83016DB489F4F91C6E7 +:1071C000401FAD7B0AF109C49EEC110282FB4BAF5C +:1071D000612528568276707ABF1FE2AF5659320D6C +:1071E0004F4F79D01117668D405698EF06F1CCBB02 +:1071F000CE4B70E8601778D05AFA3B5E1A07A7F8B2 +:10720000620CD6FF81E691FDF4104B06804F9BAADD +:107210006B593C6D5FAB633F6883DB0C1EB773F645 +:107220001B9C2EAEF92E76C239E27E21DD7C2F2DFD +:107230009E37783F9DBD27E904C433908069FEDD09 +:10724000460F7B5201FBD956DE416225ED848CF35B +:10725000B1B8EAB05F5A398FA7FE4A35B97D13FB42 +:107260005A1FBB2449EB6384FBDC2C975D7D5B8953 +:107270008FD3D2FC1C6FE9E1483ABDA53FC9265E19 +:107280004CFDBAA6DC9854503EAA8C29241342BE69 +:10729000BA5C74841D34C1B909F78163D14F682683 +:1072A0007D18A88E133FFD663795BE725BF813FC00 +:1072B0007D4A6E27727BDC11E5E7135E7F92F45402 +:1072C000A8FB20D31CF21A671767239DF8F9C4BDE9 +:1072D0005072B948D0FC3E33E89057298F72FCE1D8 +:1072E000D7A5B01F6FF9685D16F4AFCBF95ABAFD98 +:1072F00090FE49EC62CEBF23354497FBC539C4C02C +:10730000F1397D3E83B1FB90BE7A9CCE93F66C5DE5 +:107310001C447CF7F45C9893CE0777790FD8B1249E +:107320006CBC76821F80E5BD2D0695F2FDBDE87729 +:1073300041FFEDC2AEC9E7FFAA71FBD5A6717BB2D2 +:10734000C71F0B225DD9A1CBFE6E0290A4FA88164E +:1073500045992BBBAD3777A8F931AE904E57A62D86 +:107360001C12DE756F952C782E3D9EA36517BC7799 +:107370003AC30DE00C5C1FC3F5FFAC25B2E039CF7A +:107380005F4F97EDC8BF52A4C3FEF536D23DF93525 +:10739000D21F55629D957432B227D56BB93D619F5E +:1073A0007FC1DFA7CEF1ACD022A88F65BCBEA7738A +:1073B000F166D4A715AF684C05B91B2BEC31DBCABD +:1073C000E3FE7EF88B7A8242E930EE98252C918498 +:1073D0007663BA9DE70B25ACEB3FD0CFAF6069E792 +:1073E0000895287717D0F95289EBDCA15C873D6EB0 +:1073F000ED5FCF87FBFF1FF1E15EBD3760A4F52F86 +:1074000053588CE25DAB7EAB2C4E93D7A7849CB2D5 +:107410007521F66E9ADEDDAEF4E6A251DAB9526D50 +:10742000E07E49EF0BE368FF74F4BCCD0CCFA16E96 +:10743000FCFDD3E8DF16BE7F1EDAF1E7B52C3E4E29 +:107440000373F86D721EF0DF9EC7F52CFDDB9DED1A +:1074500017927EBAF7F3EB0F7A806F63D7B2682B7F +:10746000F19F1DC1F32953F0DF14FCAEDFCAF95BB5 +:10747000D5C51274FE643BF95FB5C456BC38CE3A2C +:1074800016C5BE639A18F929D50BC14F01142BD626 +:1074900039CFFFAAB73AE5A358F82FC52EF93041E6 +:1074A0000EF2410EAABBE39B71FE92231AF71D5CFC +:1074B000F38F357B2FA0F9405E1264D7D3C6D1502D +:1074C000BEA2ADC80FB75C16A35C4E1E38EF5F2B93 +:1074D000777F40B9CBEA97BB4F5968F15EA86EEB56 +:1074E00098FFF238226E4C4DF7EFA5DCE9CCFA3369 +:1074F000F289C546E6078DB85DB25CA5737F81FB56 +:10750000AC3591209EEB6FF71A3FC1F374FB971ACD +:10751000437BB37D4D69693A9E3B3D5CBFEE0CF009 +:1075200032A273792DC24D1794A5BA888786595314 +:10753000BA1EEE9FBF55C481783C68FC29707CF26E +:10754000D3EB5E575D67C9A9E9F5B0A8733CDA4B88 +:10755000F8BEDD2C65143790F37464C79841FE576C +:1075600035D925793E7E28779E1FF16C0FD5E670C0 +:10757000FFCC54D3CFCFDB4355C52C0D5F791E39DB +:10758000183DDDE791A6D78AE442D99E3B8FE21EE3 +:107590006698FB0D67EA625F01CF30BE3BB3DD68E2 +:1075A0006D0559DECAACE97A21EF87F06A86B70A21 +:1075B000F7D1D0CE4A64A05FA5CEF71DB010FEEC87 +:1075C0003C670D19A4D7847CB3D0C8FCA30A3D7EC8 +:1075D00001CE6FCF66E4E7D8552CD186EBB939EEF2 +:1075E00088D341BBAFEB67523B1BF7BDA976F1389F +:1075F0004B9D0BF17617897696A35D6C40BB4631A7 +:107600002F73CC6B0D98F70A091F4B1F2F3A60BCE4 +:10761000C5A21DF9FBA976E680F196897696A39D11 +:1076200031A0DD4A810773CCCB9CF3A6DE8FF28AB2 +:10763000F731DA276D28BCC44FFB97F72B1CF2E714 +:10764000E6C3B3855C1E9F2B9CD780F272FD0B1E98 +:10765000CA633958E89453D9BEAD85D5AD1C8BFBB0 +:107660007A9BE7958476D13CF279AA5D689791F987 +:10767000F9E241DA2F16EDFD740E3098DCB4097989 +:107680006F13F2EE7E7F52ACFFCE1AB52193FCFE53 +:1076900045BC677A8CE219DE1AFB9C8919CE6BFE19 +:1076A0007FC7F3B8D07B9D35ADDDB361ABF7707BA1 +:1076B000632BC6B936456EEF9E05F557ECC6D67AF4 +:1076C000E57F1E9E3FD39739F07C8A2D6BADAFFCD2 +:1076D0009F87E747ED3738F0FC9E7DC39078CAB8A6 +:1076E000967BDC3F0ABDBFD11323FDBEA1F0C608C7 +:1076F000C2BB41E455843C75ADEBA13E89C5FF8416 +:107700007A6923FCD787FE9D6E921D1AAE9F7F82F9 +:107710001EC375B629C2FD4239EF569DEF7B6479D1 +:10772000270669018E40894E7E182BF426C60A7CF6 +:10773000F09C62BF6E70BB2CF0FBB9AB7E4C371C6B +:10774000EB16FEF167F48FF09C8CC7335CF647E8CC +:10775000C7BB73857DCE638EB87C7B764245BCE625 +:10776000B436F23C3261A78B044D0F5D716300F5B6 +:10777000DFDD8D99ED34781ED4DE2BEA1B421776BF +:1077800056621CF5250FD56F6FE1F96D1B84FD96D0 +:10779000FE8E1C7F56EB3A1AFF50E18D9BC642BF0E +:1077A00093E04762B30E21271D83C8C90F3D5C4E8D +:1077B000FE15C6C73CB2C740EEB0DC0DF538948F5D +:1077C000403D0E03FD1FF0FFE3347F849E7FB7C56D +:1077D000A4F21E80079F1F6C89527D6F4B1DD577C9 +:1077E000E1FE01EAFF24F60FD5C754B2FF7B5AD859 +:1077F00059E85A6D6DF153B9A9C5A0F2872D91B31F +:10780000302EBEA3C5A4FA2D2D35546E698952D9E8 +:10781000D6524765BD7261BD879FBBA901C073DBAE +:10782000EDD594AF36F5984EE3333D7A2834ADFF6D +:10783000B9C4B35E997D01F6FBDA0995C741FD270E +:107840000EE5646EF7750FC6254FE8BC5D28662906 +:107850000519DB5D84EDB28F70BC98D1676999C75B +:107860006BC4794B8E08F80ABA6779338F7705B6FF +:107870009BF59A802F62D41B99DB2DC67635AF0914 +:10788000F8CA6D359879DE65D82E2FCF5E4479869B +:107890002CD6EA8776C50B8D3CDC5FE5E5DBD7F1BE +:1078A000E7D6213FEEBB0AF8F37C6C4FF2C99EC3CA +:1078B00071B3A789E7D87E22F717B2A661BC478CBF +:1078C000E3E5E3DF7905F71B8A1A8D5D7E10A95B7E +:1078D000B15E80F3993BB19EE7E3F31516C59802BC +:1078E000EBADA820AE28305E0ED45558AFC505CDFF +:1078F0008A0AF57C2F9FFFCEE97D4C81E745D3A016 +:107900001DF4BB15EA2AF42B9E06EDA09EEFE3F0D2 +:107910001496C5A95DB738EFCF298BAF473FCDDBB4 +:10792000682AB834EE11F900C5113EFEF8C678ABEE +:107930000716F9382FB3BE09EFBBAF63E4BFDEEA29 +:10794000796936E6831534727DF4B4A774CEFA6A89 +:1079500080BB94C571FD6C1A3BAE04E3EA7965AC5B +:1079600019EB81713513B09E5FCAE36B9BC69D5DB9 +:1079700082F91AF9F87E22E911DB807D5D60FCCC8A +:10798000098B86D857C9F29317E7501C3DBF416554 +:10799000D650F91E96F3FC7AF4C2A307119F3F78E4 +:1079A000383EF7087C1EF4BC3E1BF3ECC20B393E9C +:1079B0006F6EF0727C467178B74C12F88CE6F06608 +:1079C0004D16F88CE2F86E992CF019CDF12D11F8C6 +:1079D000649DC1F1F944B78A8D0CFE901BFED2253F +:1079E000CE737CD3DB5C42E74D575E9D5C0A75EF3E +:1079F0005E0EDFEC8ECDADAD00DF86594CC7B8EA28 +:107A000006B11F33FCAC13E745FAE0B9DA360FF7DD +:107A1000B7245FF27EEBB5F333E45FCB52F22BEF8A +:107A2000B7FE77B09DE457FE6F83767E78F07E9246 +:107A30008FF9BF0DBD933EBE1BBF0CFC487AC0BE84 +:107A400066777CACDE09EB71D44226F220FF3C7BEA +:107A500056F540FEDCBD94E37BB7C0B744E20BF4BF +:107A6000CD03B8F74B7C05DFF242C3E02BF8991742 +:107A700012F80A7EE68786C157F0393FE4C4F787DB +:107A80001E6E6787E36B9BC0A34DECA7C12C0F8DC7 +:107A900047748478445D7844478847F4ABE17117B4 +:107AA000E29103A5C8C72A09011E7943E0617887DE +:107AB00084278587017884D3F0308243E29FC2C354 +:107AC00008BD933EFE48F1E810EBA843F0C310FC5C +:107AD00090E3B8D7D1E6094EFD163CCDA9DF369F1D +:107AE000C6F5C1369CBFB07F7D044FE7FA20B56E66 +:107AF000B3B9DF6808BA0D36DF531F38E73BFB43E5 +:107B0000E77C4F7D9879BEB33FE2F3FDADE205B966 +:107B10009EF837BC623FAEA5EF8B9B2DC7BE18DA2F +:107B20005D2CDAD95AFA3E3BEECCFF817697794547 +:107B3000BCC0D12E36A0DD95623CE698D71A30EF56 +:107B400055623CCA1BED8F170C18AF49C2A7A68F10 +:107B5000670E186F95686739DA1903DAAD11F332D9 +:107B6000C7BC03F29DAE1BD1F99DB1C4EB8837862B +:107B7000677A1DE78EFE6A675D9E1352BDB27F3E37 +:107B8000399E3C0763F19889F07464C75FC3BCC336 +:107B90006E6FFD9C023C77CA656457BA3BFEAE0D22 +:107BA000F3C475B6667402F0F0D7E82C81E389F36C +:107BB000231415A443A05CA7B8FE068FC5F0A83E09 +:107BC000501DA5F8710A4FD15EC6430693273DC2EA +:107BD000CF7FF548671F2FF9793E5BA8B8F359EEC0 +:107BE00043FAFA588C61DEBBCC3718F1B9D688CF8E +:107BF000BF588D0EF8DDC482513C0FAED4E20FE1C8 +:107C0000BCEBEAD731DC4279EB9BBFD56EE2715C0D +:107C1000B382C4308A79DE16BBCA1FC5FC5863CE56 +:107C20004C3A4F6C2B74EE073FF2F2F57CC0AB512F +:107C30006964F175CCFC76C98234FA50D2377F7F03 +:107C40001DF2E74F1D4B0F75D6413D874D51C06F5B +:107C5000B9CD5839A701F030C688FEE583F41FC3BB +:107C60001EC6F6C7BD8B0FE9C0776334233BFA69A4 +:107C7000C7CDC45F633CD70F6C9AB9B31DE0EFB9B1 +:107C8000A2680AFAC3F95F5F5789FA2235CEE95C28 +:107C90002E3EC37ED83ECEF381E4F9F8E840BC0F17 +:107CA000E9136EE84E62CAB31692793E22EF4BE4B6 +:107CB000B3B9E9FD8A97EFA3545FFFBEB2A300CF2B +:107CC00031FC51F493619E78FA393CCCF336AEC363 +:107CD000E1E699AB4DCCF94D1ADDDF13F3C87A8795 +:107CE000C82392F5BB2B5882F2CC251C5180635AD5 +:107CF0003F1CC7BC621F1CB24B68BD1B5066F7B768 +:107D0000EF9EF38F0AF2FB02357E12E16391B89E7B +:107D10004E1F7F439CCEAB53E317441DE3A79E4702 +:107D2000F8F8A97A03AF839B4AF26ECC5948F10F59 +:107D3000BD9EE731B24667BE976E34CBBC25D557A2 +:107D400038306FE97CCDD27CB40F2C37E81C8239F7 +:107D5000F7E9321F67719D18909997BE0974BDE6C7 +:107D6000B087113F3E87D669FCF8CDBB3CAFE41A23 +:107D7000714EB384C5C2F8F263A636A05C7ECC5EB9 +:107D80000E4F4DF37747FB449E5AA787CE5B6CF8A6 +:107D90008B766869B7C771FEB2ACC759BF9A5D5898 +:107DA00084EBF1EAAD1E3AC7B9C6752E93E3E3FC46 +:107DB00059C69A3BD04FDE20ECF76283E9F960D2D6 +:107DC000563D71DF74B493E37C3C0EF221EEDBD3BD +:107DD000E2F9CB4309AF05EFDF7D74EA25E730EC2C +:107DE0009FE828453D9FCB683DBBE5F6AA4E277C22 +:107DF000C3C1EF86579E7F0C0687BE57B1D2E338CA +:107E0000B29C26D6A3E4D73A7F7832269B7D16E033 +:107E1000652A0EFDAB00D99D0B31399BDA37CFE0D7 +:107E200076AAF90C2C87EB7709F63B7360BF4D05FA +:107E3000DD319443998FE1F737539C45D163A4F723 +:107E4000374586795F0EEFB521DE570FDD1FE4EF72 +:107E50008B2FA6337EC793E24D3C1F09F3DB305EC8 +:107E6000D2E6897D03F7CF6DAF680C139DDA3CCD68 +:107E700064A7EC0A66A25EF055F3F7BE235A815A56 +:107E8000298418EA1D250DBB31DFEC0A9F47C4BBCE +:107E9000A264AF7D21DBB2300EE4894772812FDE10 +:107EA0007FE47ED6AC503C8EFDB448A307CF3D9F07 +:107EB0007FE8AA46AC2F8FCCD391454D629C8F7F33 +:107EC000F0F07406F075ECCB66498AB324BC18C791 +:107ED0005AFEA846718D15FF924DF32FDFBF6CCF70 +:107EE0007C184779E25CF33DB29F6DC4B7E58F5FC4 +:107EF000F4735BE0E3073AB4AD17F97A76347211A4 +:107F0000745DE563DFC2F880C45FCA89DFECA67CDC +:107F1000A6E57B7329CF31255F3AB487FE3E28332F +:107F2000DDD7E812EBE358B697F2C195BD07AF2451 +:107F3000F87A2FF5205E4A7933FB77986FBDCF230F +:107F4000DBD1BD24FB41253116DE1F7B70A7B76A4C +:107F500012CEBBD3BB98FC9DF5440709A77FEF6DFC +:107F600036AE2B7FB551852C9EF32FFBC218F75BE5 +:107F7000BD574B625E1F9474FF3460BACE59991599 +:107F80005280EFD7924A82F2D155A477AEEDDD420E +:107F9000F903AB9F74AE37A06B340970AF78558B83 +:107FA000CEC7FA230F844D80E7C3BEFBC3487F983A +:107FB000679117E4DE6338CF7D71FC537903C763A3 +:107FC000EC8417E56C75EF263E9F6B3D7F88FF289C +:107FD0001978DEBBDFE73CEF657BF347E45FAFD8A2 +:107FE000F7E90E1BE63BB6FFA31D9867BCF23F3FC7 +:107FF000D9F10F18AF7D2660A03E5AFD837FDFF1D7 +:10800000F740C78F9FF4A92817C79F7E60CF36A877 +:108010001F7F7D7CAD02F59F0A3D71FCE13F159904 +:1080200030CEDAA7E71623DE6B1F9BE338D77497B1 +:10803000C75BF8BD9C7E7812FC9EF8930A1E86836F +:10804000E3224A173F0E3DAA318C2B7EFC9A8FF219 +:108050000056C3B375B5C89F55942780F59B81AE74 +:10806000D73EB491CED507D2D72E53235826CB3046 +:1080700015F5DA472FFAC6B9D3B0F450DEC06A76E8 +:1080800082F4BABBDFEA23C0C73306E7DBA7EC7391 +:108090002F26B9AC7E68139FD7C5B78FF11F670D28 +:1080A000E4DB073E677EC8A76CE5F7B6E1CB47F394 +:1080B00033FA8FF29C7ED563DF1C321FE0B86B9DD4 +:1080C0000E46DF26E1A73FE1B3FE8476FCD8FE7FB3 +:1080D000DAB3AD00F9EB8BCE477EEFFB741403B936 +:1080E00078DF73E24A5C7F279EF619782F69F9D30F +:1080F000AF92FD38FED82FBC26E96D1652C00F395D +:10810000CE527FFAD02FB956E195D5BBB393BE704E +:108110003F9FAE4D2C6830C3F49CFCEF6B135CDECC +:10812000AF4D1CBC58C9C0B7A8BF8ADB974421D14A +:1081300065D5EE37BDE25E7D8A9F4A1DF2F19D79DD +:10814000F87C303E4AFC0DC47F461A3F77F3753AFF +:10815000D87A3CBED3477107C9DFE3221F6D754251 +:1081600079956558A7A9BC832F99B771BADFB58EE9 +:1081700005BEC3ADE3E1F1F872742AC3C57EE640E3 +:108180007AAD2FF1D239B616F6D2FAEBF098AFE20B +:10819000D5BC132F78D82EE8D2169ECECC0C79E31E +:1081A000ED2DFCFC42D6F5508CE72F1718B5983F03 +:1081B000E4BE0FE2315466A6C1639CABC6329DEFAC +:1081C000822521FCEF127978B7CE544BF0AA81B109 +:1081D0003E427910C6EC5387C7509CBE80E7530AD5 +:1081E000BEE84CF8D9220F66303FE7AE0AB61DCB89 +:1081F0003B4BA03C63A0FF32DF1F5FECCFE0BFDC56 +:10820000A58876B9FCFEBEEE67FE20E8A93B951373 +:1082100087C7E0F3052AF97BF0BC339897D6FE2C8C +:1082200071DFDFB24C633ACF8BE5E74FF0A808FD72 +:1082300073F1E7B4A88DFE8D9735937FE2C77C1567 +:108240002883AC97CAEF88F512826588F51C76D42E +:10825000184B8325291E5028C62DF487B87F7FB17F +:108260007E2CFD7E7D806DA7780DA6837FE1B89F73 +:1082700061D3BDA9E1FAE35465F49101FEFD8C02DE +:108280000937EE2F8AC4569DF03218E25926DE16C1 +:10829000A3370578955A4905E1AE6047A93E1A41D2 +:1082A000D130A53ABE9E511C26A6209D03EC2DDAA6 +:1082B0005FA8B6AA7C71BA0BCEC27E3E32B1CFF6B1 +:1082C0008A7DB6E4F34DAAF57A1CEA3769CD4F1ED4 +:1082D000ADA4FDF7763FF6539B4FE0F3CFDE5E662D +:1082E000E2BE66ABF0F3B7663BF7D90FF8B9FD9382 +:1082F000E5D65CC1C76F0A3EEA316541DA7A20D023 +:10830000607FFB83CE6BEA697FAB733CDCCFE57C9F +:10831000BAC1CFB77CD5C6145A27712048DAFD8977 +:108320001FFAB91F353A10DB8F72182EB789F6B8CD +:108330002F3D9A61BDB8F7A5ED2D712A9FC3B58673 +:10834000F10EA31BD3E570FFFB0CC9751C16E67478 +:108350005C2F9C5F5F7E7C83EED3C0BA203FF74CDE +:10836000357E18E9EBC37B3D61CC4FE6F9BD9AC879 +:108370008396F16939CECB7EBE9F96A5CC03D6F30A +:108380001A6A76025DBA6745385D588CE212FFE6DC +:108390004FE57BD07EF64E45C4DB14BF5857CC3436 +:1083A0008AFAD795E6B76893E90144B1F4A1DC688D +:1083B0002857092AB370BD801CFE01D713CC9FCD6E +:1083C0008EF66F4A61FE9C887727FAF33A1048CB05 +:1083D000A33289A594137CEEC9E3E7C861288FFB1B +:1083E000F3781C0AEBB5B84F8E7D80748ED4F0F80C +:1083F0000E00A8D1B9B480AF48AEAF46E7FA4AC97B +:1084000063AE935E9F083AFD41C805CE8FFA65F0D2 +:10841000F53C20FEF439F2C71D7F420AF2FB6F1DC6 +:1084200095C82FE30CF61F2A7DE16663FD8B118A48 +:10843000EF3C8CF5B6F6F67A8A174DE5F2AC073AC2 +:10844000EB29FE3343C48FEA9CF1A3BC00873318A9 +:10845000E0F2C766F238445980C72574A399E21D3B +:10846000415167168F87A4EAF5BC7DAA3E91BFFFF4 +:108470000A718CB240E638467960A83886F04F2BF6 +:1084800052FACD196FAD10F761E66A21D20BDE26E4 +:108490009EBF5A6EEA36FA3D15662BBF3F23E4A90C +:1084A000F45C46F7F7E13DED4F64FFF2B5CEF86BB3 +:1084B000A0CE59CF1179A4A5AEB86C8EBCB7C4D2EA +:1084C000E2BBA83F855F22EFC10CE7979C1770F9CC +:1084D0002523CC637E59B1EA897EE25E4D5BAE33E3 +:1084E0002FC3EDC70C172F70DBD9B659535E2B0085 +:1084F000B92B7A6A2FC99DA6F7E2D515D693CDEF91 +:108500007F1CFCA697E2F7DB989FE70DBBD6FFA97F +:108510006BF87DB81D052CC11F1AF49DA62CF19E89 +:1085200019D67AF46BA5FE53E23FFE9342FCBA8E55 +:10853000F4801FF5C4987E3B1B6627A80CAC8C32D8 +:10854000BCE2FFECBAD9B9B8EFCC625D19D79F9401 +:108550008B936BB95CE8ECF41CAC47D6EA147F2A29 +:1085600089C7729208876DF5458AE84A11FDC905E9 +:10857000F14EBF0F95DFE04FDD41C27A61CC70D480 +:108580002B851C1537461CFD583BF75BF1FA173F4E +:10859000A789113D222B81669503F3E523429E4A6C +:1085A0009624496F97353BF7B511218711573FB78F +:1085B0003C7506C4BE07CC3FCA13D0219A9C4679AD +:1085C0003174DF5D3FEA23BA94025D900E2719975C +:1085D000838A45B03E2A07D243CA1BFC8FF6E3A329 +:1085E000609C24233BE3C037603AE99455E3A453ED +:1085F00076D4491F49B79C3AD3D14ED24D7E876A73 +:10860000303A9537F5AE477CBE2A9DF6C97527E806 +:10861000541602796028E7494531E9DE2EC9F90E82 +:1086200021EFC8407F9A7F25E9E296FB922690636E +:10863000D43F05CCC42B2B6C6236C59123829ECAD5 +:108640003A29E799FD4BB7BCEB0CE41DFD363FBF63 +:10865000079E857E19C9FBBB2CDD2FF3F8C376D6A8 +:10866000642CF97D0C1D1889F7E0E5BD3CD0C32FC3 +:1086700091BE78CB79FFD303702869E74CB2D474EC +:1086800066AA746731497A77BC688FFE334BC3772B +:108690003CDAD1C968BF389D9410C78F6D07BB9A6B +:1086A000764EA98BF39E91E2CD0C11BF43FB9A3518 +:1086B000707D8F467C01CFD1B64DFC366F06BF96DC +:1086C000E0B58EA0FC8E13F08D93F75A7A9CF70AD2 +:1086D000C6D89CDF555D4EF919B5D6799FA15CDCF3 +:1086E000632917F75CCA5DF759CA3C7D0AFA41DF76 +:1086F0005BCB285E597633BFEF366A2D3396A48D57 +:1087000053160F1B4B00FEDDF820439CE98B803392 +:108710005E71FD828B493F7DEFE6D97999EE49EF95 +:108720006989184BC6E2FD143F95D93DE6B318BFE1 +:10873000A9DCCEC7AC6C345433D42FA7F7B5003CBA +:108740001ECC5333A8BDB966EF840718F2259E13DB +:10875000047A8E6B8FCF427FAFB23DA6925DD72D4C +:108760002388F2D2CDCF93C7AF2B27F8C7AD1B45D7 +:10877000A5DBBE94FDE5895FCC83F94777AA51D884 +:1087800009B2D1A77C16FA4F147381FEA69D54300E +:108790008F654C90FB51EF06621538AFD96EAA1465 +:1087A0000B6EE2F74D07A39B7B3E793FECDE95FB1A +:1087B00069DE76A3C071AF6F97E0D18C20CFDB94D8 +:1087C000F7F3527E74A7BC9F67AAB84FAFEAAEA476 +:1087D0003C31F7FD3C95F138E632713FEFE781F827 +:1087E00074A28B91767FB4AAFF7E5ED9AAEA20D2CA +:1087F0006F97DF56830057D90D0C36948C4D480087 +:108800005E6972869FE0AA039427EC3E4A7E98C474 +:10881000B3DC1F32964C45FAC467137D6C6E0F5261 +:108820007412F7BE460BF9AEB999F1FB3BDD8CBE75 +:108830000335BAD36EC510C33CA1F77709BD0FEB62 +:1088400062FEA234BDBE2B6EE5611E93D4C352EF0F +:10885000823A14F6CA54D10F9870B3733D5409FD8F +:108860005AEDD2AF55422F57B99EBBF939216164F9 +:10887000E4AFC4DBBD2E1607859E2E6625989FFAB1 +:10888000299B593CD7EC9717799FCCED1FB9E3731F +:1088900072FC2949E7FC729CE1E2408A6E537CC677 +:1088A000136106FA763D85C22EB8E209293FA681FA +:1088B000DF1189807F84FA35323F4EF72D220D2C4F +:1088C0006A22FC5BB91EDEE4E5FD54BFAD607EA408 +:1088D000BFBCEF5C94E3D66088E0FE951A6B453927 +:1088E000C89FCFCF4FF2853D184A9FDA5ABF3E2D21 +:1088F0000CC6B7607FA9572B934CF5A6C52BA45E79 +:10890000977ADCADB7B3DCFA7784F9253E3D9E5CFF +:108910006C0EA40F806FA6DF8FDA5821EC4639B7B2 +:108920009BF7AED445DED8C5732DF8E7966F3E1C95 +:1089300029A48FF8B0A45107F50B147A7F38B86AD0 +:1089400003EE7FB62CE0F59782CB78FD3285F647B3 +:108950006F88F74011D2071E915FFC5961958DEB2E +:1089600065A3899040593EF47DC0B6169ECF2BDB9F +:10897000697A94EEF34A3DE373E57FE821E7B9872E +:10898000BE927F3F42EA1F7D25CF8BE828DFFFDACA +:10899000E269749F9D767B5E7F33DD73F2755F477E +:1089A000F777DC7AC82FF4D0D5A88714D243CF2329 +:1089B0005F35C3798F5DEAA14490F17B56D39AE984 +:1089C000A3653EB3593561FC9F054D7A2EE34852AD +:1089D000AFFF0CDBC3787E3DC6A2D0DED3D0CCD0B7 +:1089E0007EF8E68B384903BFFF973FDFA47B391E33 +:1089F00093919CBAE5F8B594DC5AAFA19E7C3328DC +:108A0000F68F2CAAF078208F571406636F23FC95FD +:108A100011F62C0F658F4C1EE9CF7411AFAB44FCDF +:108A20002D3654BCCEED570C90676364F924B778AB +:108A3000ADDCB9788EF7334F14E3B1C3EDA7A4BD15 +:108A400095F659DA5D69B72BB32A5DE7BABD2FA059 +:108A50001DFBAC56A5FC62397FD712D6C0BFEFC153 +:108A6000E5D827F6CA9F552C0E7A81D46696C6EFB4 +:108A7000438B7BAD522E8383DC5392F22CDB4B79FC +:108A800076B71BB11CD72CA6F5F4E976CE8FF1DDB5 +:108A9000D73D1BC86047E5B8EA403936B386B0A772 +:108AA000D705AD4A7C7F4B6DB4299601CEDC108F83 +:108AB00073DCBB726B00E5FB1EA457DABA0F668944 +:108AC000753F610DD16B9EA0D703DB9DF48A0C43EB +:108AD0002FD9FEAFA6575CD02BCAE935D8770186CF +:108AE000A0D7BCA1E8B539B6ABB30AF368E26A74A3 +:108AF0002CE0B335A626BF06F57B9AD487F03B3031 +:108B00009B63B303784F624FF4D9030ABC3F379499 +:108B1000CDE5C7481EC67676B54ADFBB6546770306 +:108B2000C2B9A7BC96BE3D9AF23BCBF9FD948DE548 +:108B30008B8357A5D1614FCFB38EEF2FEC71DDDF63 +:108B400097A53FA438CE23B62DE1718292384BE031 +:108B5000797EFD12BE8EC097A5EF17062C5E1F2FE3 +:108B6000BE93F2DC940EFA6EDDA6727EDC26FD9CCE +:108B70001E979F23E30CC16A95E2413D7130E1D01D +:108B8000CE732EF7C7B2C4BE00DE533C2838D1B92D +:108B90000FD0843FE3DBEE7A2EFC1F8FCBCF91ED1D +:108BA000B561F69DB9F547290EF69DAC945F331A71 +:108BB000FD9A6D3195F028013C5037752DED5650DA +:108BC0006F977CAE597CFD77472E9FD4EFDFDC9901 +:108BD000C5EF8F768978653469CCC150504E1D8FB2 +:108BE000674BFADE91C5E9DD25F2ACA7F5C5E66471 +:108BF0000FD54EC457EB8E76CF0967687791586FC3 +:108C00005D1E7EEFB26BAC37B11EF0EC52B87EB495 +:108C10005FF2C8EFB1105FF72C3576A2FCEC3F5C39 +:108C2000B58552F7E2269D4BED37E36A5568703DF6 +:108C3000795988C79BC735442D7E1E29C74B3EC432 +:108C4000BFEF928C2C047A2C0985A8DDFE20E80762 +:108C5000A253BCD4914717E2FEBFA4D3E3AF2DCEFD +:108C6000C2BC8A48B9499F50CF2B6F66783F42CE2D +:108C7000B7BF5CCCA79B5B26217E4B93D9E9F74B12 +:108C8000E47C8F0733EB235DCE27E8FDD4FBBB1CD0 +:108C9000F3F91A9CF3F996C07C08B7BF7BFDE46931 +:108CA00083CFF7D420F379253F04DF9E39F59B2C41 +:108CB000DC8F466A603E947F9C2F3470BE9253B71F +:108CC0002BD969EBF3AA10B7DBCF483AEAF1D20B04 +:108CD000D3F4D0CB423E1E88EDF25F65E2BD908EAC +:108CE00000CAF11E25E11F87766F8A4ADF15EDDA8B +:108CF0007E32897EEF0316F76B72EBEC5918B7C81A +:108D00000FF1F8FC03DB67533F45EF5E8FEB51EB50 +:108D100061F4BDA28D183FC0F324B73F2DFC4290F3 +:108D2000FF83B8EE47CD6794C716E969FEC904D43E +:108D300013EB54F2E3186CFFF5E9FDF1991E8F185F +:108D40004F9CAB49BFA244F8E743F8175126CFCD5B +:108D5000A8CECFD964FC86D55A4C19D37FAE21E377 +:108D600094F23C439E63E4B0E4ACF4F3B531CC52EE +:108D7000F1FD5896588FC8555AE66C3C0718D71322 +:108D80009F8D729DB716BA913FD3CCCF47C6DC9763 +:108D90009B8A6B9E03DB149449A0DF8359F23E5FEC +:108DA000BC14FD86275CF51FB9EABAF8FEB7BE848D +:108DB000EB3958A8EEEF7FE584D0EF13F12519B712 +:108DC000FFDF59DC6FDB1ABB3D807AFDEEA0951703 +:108DD0008271C7A2CE3A93F615C5D8AF643EB3F000 +:108DE0003B135A3BDF7F6A21A67E15FE46A01DE994 +:108DF000FD757C1C37DF06E3AFE4A3E4EB97E527C2 +:108E0000984C53D3E83C50F891F690FE63B97E82BB +:108E1000CE4F61FB407CAD6631E26BA9DF50919F84 +:108E200055F5E6FA00F215F62EB8DFAB08F1730738 +:108E30001F3B1AC073E2C1F8AA8BEFE6EB311E3F6D +:108E400062DD03F2A6EB33F1A9DF9EABBD8A39BC2C +:108E50001DEFA9B93D807E01D871F20BEC2695EE8D +:108E60008F8EC09ED3BECADFB56F039EA376E58A00 +:108E70007BF7A0FFEFAF447B64925CCC3CD13727FB +:108E800027CD6E7479929128B54F36E27EC7BE8F9A +:108E9000EB8907626E3D91F05F05E591AC5CA247FE +:108EA0004FF5BC1726E0BAD66DDA37C8F9DFDC1209 +:108EB000E8A07D5D284979835D0BD6D07787A45ED5 +:108EC00019D06EC0F7499DE74DBF7FFAD50ACCD3C4 +:108ED0007A7BE927D9988FF36BFD4436C2FBFECD30 +:108EE000FF968D79836FDFACD1FDF72B715CD8F7DE +:108EF0007EABE52FD3F13B2FDF11FAF4D59075034C +:108F0000AE0BB68EE7935C93D03078CDC787FF5613 +:108F1000ECCD422591AAAFEACD77D4255CAB7CFCA1 +:108F20001C6FC54307BD6598AFBB3797E259EFEBA0 +:108F30007C5DBCFF68C54E8CCF3F22ECCBABA1D88B +:108F40000694078407F9F4EB033E919FD8E7E1F616 +:108F5000D29A8FE72B71213F6EB87EFC4C168DBBE9 +:108F6000F44E8DFCAC4540EB75A0A2E34D2B281EC2 +:108F7000E4867BE9DBBD3F2E05B8966E52E877426A +:108F8000B0FDCDB07F8CAFDB487151375E8B6C6725 +:108F9000DECB55BD0B28DEBA78AD42767CF1768506 +:108FA000D6B93B0F770933B7CCACCC908F7B80E739 +:108FB000092E73C55FDDFED5DE90F0ABA6B3193C7C +:108FC0005E34F1D689E6F0E769EF839F8F49A91FE8 +:108FD000B6F8A93CD66250794388CBF58A270FFEB4 +:108FE000987488DE371DE56EFFE177B32E87576BE7 +:108FF00022DCBF3F6FE7276D8FC3EBA92C9693242C +:10900000FD65919E5928E8FF35E6374300E79DC28C +:109010008F9F7A0AEA69F89DEC56689FB706562C2E +:10902000E6DD2D447C27E3F8DCAF5F88BF5B3204CC +:10903000DECF87DCDFA5F9EBF01EACDF2A8DDF3752 +:10904000703F97EBE106219F6D4FDF3D0FE5E5F89F +:109050006D0A7D5F7AF9DE77280F75E9933E43E369 +:1090600041C823A8DFA47CBAE50FF6C55E5CF729EA +:10907000393BF05DA287940358371191771551EB76 +:1090800032C8DB30F9DDC73D4747E13A77CBD3F152 +:1090900041F62D6F86789EC212D39A87719AA52CBD +:1090A00046F95DC0E757FE9678C8EF78D6F2981774 +:1090B000E6655AF5B04EF77FCEF743AD8F8EB90314 +:1090C000FDE8293FD52987BAF6B1B2A9E8EFD5FE68 +:1090D000284446B5F685F6AFE3BAFEDA4EF13D25F3 +:1090E0006147E5EF83B8E974DEF333B5B347402F4A +:1090F000379DCEFB5C77E5C175FF18F35B6B772B73 +:10910000E49FD5BEE87E6F733DF7C4BEC751DF2E26 +:109110007FF3F630E6557FA07717211FF6EDDE10BE +:10912000C6BCC7F7753B8C74FD20A165FCEEC84535 +:10913000D98AFCFEB4237F9575DA84F71FEFF71800 +:109140009837B27AAF8FE7453EB79CF800759E0F0F +:10915000F968E6FCD5E50FDC5964F27C35671EEB57 +:109160006E0F9D7B5E0BFB329C66B0BCBE549E6056 +:10917000EFD0F98EABC5FED19DD728F345DDEB7A54 +:1091800076B6735D035D689F68033C94FE23F21816 +:10919000DB1EF4D9789FFD83378A77E279F7B1DD5A +:1091A0003F0DE33DF3D439A5C8CF3BD63B66C8EFAE +:1091B000EE1E17FA40D607CB6FDD077609CF4B5668 +:1091C000BEEE23FF66E52FD4AC8918C7D8E921B8D5 +:1091D0001E7FEDD9A249505FF1B0A7603E4787F2EC +:1091E0005825BF52F9C5823FCB1FF911E5BBA6F246 +:1091F0008C059F563C7CD08B72E2A6E79CDE835E9A +:10920000FEBD0917BF7ADF9987FB9BB6073FF3A224 +:10921000BEF9E0198515570EECDF74FF4F791EB9C2 +:10922000E0D7E079E3C9AF3F358DDA19B82F1B8C51 +:109230007F635076CE24F9FEE7A760DEA6377C94E4 +:10924000B7DEF4CFD7939CFF4E6F26395F79DF8668 +:1092500022F42B9A3C769141257FDEB4E30692BF3F +:1092600065BFB8A1487C6FB484EB03BB04F15ABA64 +:10927000FD9B84D7D52C4EF2D7749F16C338CCA74C +:109280003A6B7838033F0F67737DFCBB5D3EFA98FD +:10929000F1EF303E8BFEDACB9AF8DD23673E0D59B5 +:1092A0001EA87F2AE260DFCB56C53A03AB5E84F886 +:1092B000F23FAB776FA4FB7D1F56F07BF040075B5E +:1092C000D04B41BBA6FD626E31E70B33D15FA77E69 +:1092D000A03AE7E0736CDFE7B102931DFD445E2F17 +:1092E0009F7FAD981FE00EE2B9C0EF8AF8F7C798EC +:1092F0002BEFF9DA47AF998F79CE7F14FA20B5DEDC +:10930000778B3C71B1DEFF7084EB11CC8BA63CF601 +:109310003E4FB2D8910FED73C4CFFBF37D3D621D7C +:109320003BDF035C94AF9CA2E7330AF9BF576FF5AC +:1093300039E27FAB1F15F71ADCF941AEFCE5656237 +:10934000DDBBF9E7D603875C7A806D2F1C51DC7A90 +:10935000A5274179E7B04EC96F5BB9CF43F9BE1F6E +:109360003D74E89797835C7FD42BD7A7539FA6D6ED +:1093700027D019E9D6B4FF4C96697D7E84DFC7CD2E +:10938000B43EE179C6F51962A4BFFE66FA344567BA +:10939000E77A5C36883E3D96EDBE17303107EF8B9D +:1093A0007DF88315A3293FCD4557A93FDD7AB13319 +:1093B000DB1CE45E05F76BFAEFB970FA49B95CFEA5 +:1093C0004FAB689E94BC4AB994F669903C7D371DBA +:1093D000DDEFF7A3FE291C982F61CF6635F83B23FC +:1093E0006D5E5683F1135B0D46515EDDE717184144 +:1093F0004479BEE95946DF53B9225C99FA9D073C8E +:10940000FFB9E979FE1C2F7463FDB39FF07A748E67 +:10941000DA9CE97B49E561F1DD22F471609C7961B8 +:1094200093EAED5A4CE479F6D239509B22D6516E2C +:1094300098D69147ECBBF15E18E6F7CE13E344B340 +:10944000D44F4CF0896A6F29381FEFC146A7AAD7BD +:109450008F81FAACB079BE0EFC8A9EA33E5205F510 +:1094600039E14A5E3F439D8ADFA3D8C3AACEAFC786 +:10947000DF135015560BF3E8A5DE04CEB905D6AFC1 +:109480001FE4BB3DCCAC5C90B32C1FB303B5FD70A7 +:109490006679A19E47F89B18C768CBF5531E67BB3A +:1094A00087F71BE978729C5ADD9C43F7D6AA01D74F +:1094B000CAFE796A758EFFC49097F2AFDA73F97CB1 +:1094C000ED305F1BB593F41B5929F37CB52CCE17F7 +:1094D0002D476D7E18CAFF15E6FAFCEB61999FCF08 +:1094E000E313BF7FBA78178FA79E1845BF9FA09D33 +:1094F000FCD53FC0F3135764D139D71B412E1F97BA +:10950000E674794E837AAD7FD4F5285C6F280FDD41 +:1095100080E5F89C7863988F97C4F12EBF52E3E3FF +:10952000859AB3917F8AC5FD610598B710E8D16629 +:1095300031D33B06978A336F56D36A4F2469DE6C6A +:10954000C7BCAC1CEC0FACA74BCFE2EB09F6B66482 +:109550008F5EADE3F5C64455DB5193E0684238A613 +:10956000F81215B8FFBADC9718CBE5CCB9DF3F8EFF +:10957000E39EC1F51D7E0F779A58A7D39E5C21F319 +:1095800049493FAD7E459C27F4713F56E6F12118CD +:1095900088CF6AC411DA3D728CC7776A9F73E64937 +:1095A0009CF5228FB79DE5D24BE7883CA27386D904 +:1095B000C7AE0F0B7D5FCA4ABF4C5E689F62757273 +:1095C0007EF0DF6B99AF334BFCFE049D73AD110150 +:1095D000A5932F56E5605CD81BE6F653E6597B4D04 +:1095E0008DF2521E75E93B29AF938E1857D1EF17B4 +:1095F0001E61DFA2BC2A39AEC1E998CABB7C9FE7D5 +:109600005D4E395A7337FE2E8EE7B08725CCFE7C2F +:10961000C3934778BEE1F4C3FCBEE0E3B86FC6383D +:1096200059C4793F25600699994697AC9A3C47BD45 +:109630003D20F829F216A7F257F43B5CE9E34C35DC +:10964000F8EF60E6D45539FAB3179DF986B502BE36 +:1096500068C89F4078A61F71F2F56CE1FFCD28B075 +:10966000115356F796EB7DA881CE81CE1EE61CE8FD +:1096700069377F07D2D191B739854DBE1B7F076807 +:10968000001DDF77D251CA01D053433D9A6B39E9AF +:1096900099DFE0A46761CC49CFE24627DD4AE24E7C +:1096A0007A95359DE6785FD15CEBA88F5E77B6A39F +:1096B0007D2518A0F4FA98CEBF73B41FDB7DA1A35B +:1096C0003EBEE77247FB0989C58EF7A7EF5D3E22D4 +:1096D000FE4FEA5DE36827F97FC6937FEF184FF2EC +:1096E0005FDE63AF65DC3F898A3CD7C1F8AFA9CDA7 +:1096F0007330AF279AB4E9F79FBEAA1CFC6758F8ED +:10970000235F729D97087D8FF9CAE8A7FDDE13EAF3 +:1097100044BF34176403F5ACDBBEE71E789EE2EC71 +:10972000EE3C859B3493CE233E53ADB3285F88F542 +:10973000527CBB5D15DF3F99ED27BB7C8BAA7E2B4E +:10974000FDFCA93887EF2F8A73C4F93BD83FB47763 +:109750006559CC263BA8B2FEDFE1047A87F319CF26 +:10976000EBB16FD9585F8EF6ED688D990BFA06EB69 +:10977000E7F6EB7BB02F5371BF00FABC2A07F0BBB2 +:109780005C057D0E535D6AD8731513EFCF311BEF67 +:1097900077809DA37BD0B9AC40593311B738297B72 +:1097A000627E01427068F9E9748FE664D304FAEED0 +:1097B000E0C950EA7B8CFC77831B787EC06562BF72 +:1097C0007172C9186AF7FA95F823BA8CFD0C210753 +:1097D0003FE2752FDF7F0C17276BDA794736E6CB30 +:1097E000BC5EC3F30FE4F37A41A7FA1C9E77B07A0C +:1097F0004996CDEF637AE85C1AF747F83B82D726A3 +:10980000F8FAC53AC68936D5DFEEBC677FB8D9C647 +:10981000F8E3EA030B1CDF67B9F4551E8FBBF4FFB6 +:1098200032871F76510EBFBF7E9198F71228F03B0A +:109830004897001F72B17C7EE63C5C0FF03CA9406B +:10984000FD1B87C1F502BA2F88577A9088FFC6A200 +:10985000AF3C06A05F99C3E7BF98C53C2817BFBCC3 +:10986000725536B64B8D27C701E0D0EF7935D7F664 +:109870001481DC9C3857213B0EF3F9F1796C61D9E6 +:10988000060CA5CAF97EC9E21FBF027275218BD2F0 +:10989000B8727C6605E9FB8E520FAEB9262B990F84 +:1098A000E3AD79DD47F1E2DFAF3FF1CF37025CBFD7 +:1098B0005EFEA7C7F01E008B1FAD403B77598FC6D9 +:1098C0004CE0FBCA90B50CE586D58DEC9EF69C1F4E +:1098D00004683DACB993C7D7D63C389EEE57AFC9A4 +:1098E000767EBF53CACB35425ED6DC3F86EE63CB75 +:1098F000DFBF708F8FBFCB8CDF856813BF53BCA1D8 +:1099000080E7F1EA2CFE9D1CF4830DB50AF9B82D11 +:109910008FFFBECF887F6F05E6B7D11F621C8E9781 +:10992000849C361EC89F2AFCB14D38FE1BCFECAB81 +:1099300040FDF593090F8CA57DCDB491D183093BF2 +:10994000141578821DA27DC3EF5930EACBB06F7831 +:1099500058F85337A916F9F53709FFFE3395FBF18F +:109960009A1A8DE850EF3DA06521BDC2E82C4BBD91 +:10997000003E5C1893E4E5EFE5C2BEE674A1371241 +:10998000B7BE797E3B8F8338FD34112F927E590C00 +:10999000FEA2DEFE941DD008FF1E67DCF1ACA44AD7 +:1099A000FBC7AFEA87EDCFF96AFAB94F891F403E8E +:1099B000F4D6707DDB9B0CF2FB15608A78BE97D3E2 +:1099C0003F738FF36C0EF7CB0EA30F0CE37CD7E045 +:1099D0006516E8BF6C7E1FCED66AA94E2999E0BEF7 +:1099E0005985BC6EE7405994CFED8357395EE30744 +:1099F0003DFBE2AD473776CEC4EF3670FA621D7F8D +:109A00009792F9B3B8DF21F5E073A7F1EFB48AEFCD +:109A1000C44C137168377CD360BD91B195EB55F49C +:109A20004FFEF8CFF43D887D79E6CFCF417FFE052C +:109A30008DEE2F07F4A3DEDC0C783E8E7A753C7E2B +:109A4000EF8DDB11FF930A7D57C36FF27D67C03046 +:109A5000A6501C3BCEB230EEFDF1C36368DF7950F7 +:109A6000D0A7343BF61ED27995B673943186FCDFCD +:109A7000F7730A07D2B737C97F9F6C92CE3AF5BC0D +:109A80007EFA4A3856F74CA5C3E06B7BF2A99C805E +:109A9000FB7A78B43AC9F13CFE645BC63CFCD5C5A0 +:109AA00027FE88DFD761FFC2BF5B34E9C0D465A859 +:109AB0000F91C5783FF107A74EA7F19851C9FD67EF +:109AC0009DE91EDA572654FC5EEF6A1FD7DFC74FA9 +:109AD00069D44E8E3BE9C9599A01F2F95F81FC4A7B +:109AE0000D008000000000001F8B08000000000037 +:109AF000000BB5597B7054D519FFEE631FC92ED9E1 +:109B00009B5D084168BC24212110D2650910A2D6B2 +:109B10006B40C01061019FAD5317A84049B2AB58CC +:109B2000A93376C69B045B2AB69351A7A52DED5C9D +:109B3000A83A3E885D2048E86C329B8090203889A6 +:109B4000A005DBB18176A855C2AE6905DB694BBFC4 +:109B5000EF9C7BDD47A0FA4F9349CE9ED777BEC7D7 +:109B6000EF7B9CB395F1F63E180F901373A8FA544F +:109B70006C5F0010583FC7000120D2B304846A8094 +:109B8000443EF8059CEFC84D7E00D84F763BD4DDAF +:109B9000389FA3B483B712C7EDF06010DB0A006DE5 +:109BA0009F3B357E957E6E257A3F05C0716729689B +:109BB00006CDCBED708B3B35DFEB1907301760AA74 +:109BC000020013E89CB8E8463E92D3007633BE52BA +:109BD0007C023BD7E2B3C2D0053A3F79E189F18CF0 +:109BE0002F65B74A7C703E2156AEBE48FB158DC925 +:109BF00091A3A87E5A9FCD57A40A0CF000FCB8157B +:109C0000F7D402FD685083E3B9A9BE733A9E538C22 +:109C10009F6EA06EC1B64553D2FBA0D37A6BFFFCFA +:109C2000F6C26D5B715E96419702002E6CC7794952 +:109C30004E95C92923BD0901AE073FEAC9E5E4F302 +:109C40009FAF77225BD477F3757E8FEEAD47F9FC3B +:109C5000C7447F1B92807F5D05980710A693B1FFD4 +:109C60001D217EE15609E0D3785F958A3C351DFBC6 +:109C70006D911DDB4631F69359387FD011BA4DC135 +:109C8000730FFE41843CD4C347AFE4180DA897E995 +:109C900087761568EEB1F47E70A6F5D9C964F743EE +:109CA000828A1A87842D59447C86637FB16BD82EB3 +:109CB000E93A671FC6F6F74A6819D1ADE96A59480B +:109CC0007A5C00ED6D0AB633450845B18D16223D2C +:109CD000A4337ABA6C770BEA1D92A11B57CD027898 +:109CE0004C11989D2D3BC49EC4B972809E279DAC9B +:109CF000B5C6B35B1DFA2603D23C60E3786B8523BF +:109D00009349EF077AEF2F51916EC2909712BE667A +:109D1000BEE77C504BC35F441199DE23742EB6FF1F +:109D200056426B89EFC6DEF3F63C942FF2E76811DA +:109D3000E0924141FB9632819410978308C906193D +:109D4000342687AC7AD2F1DCE7E1743EA7FF192A0A +:109D5000DF97D6979376D243E443C47B25B3FF566F +:109D60000FDAF3B5F7BA66AC7133FEC1837A397096 +:109D7000D66190DF61FFBE28AE6B79F772D530CE29 +:109D80005FEE6EBC91F4798F62B3FCA12E97FC6EEE +:109D90002FFA03F25B69FA6D25F92DB25249FE5094 +:109DA0004DFD0A46AFC33E58CFFCF48008E4A7E857 +:109DB0000FCC3FD01F941781D6A37FB0FDE5CCEF29 +:109DC0003B06458DFA7A3CD798C6FA75ABA9DF31C8 +:109DD000B848617E2FA2EA03E4BFF13E46270A306D +:109DE0008D4C2B40305A99EEC7794C2FBDA67E4E34 +:109DF000A34F51EB92A40C3FC99344CBAF78BF4D16 +:109E000060F3EFB7DFB1ED79F41B505C2214006C06 +:109E100056381EA110FB88CF479D6C0F6C7EB37621 +:109E2000C51E946FF34989CDCFD31E5E883E05359C +:109E30004BDB0F535B1B8C2EB4117F3B2450D12E78 +:109E400073B1D5E600DC7CDFE0611B77E79964DF66 +:109E5000CEBE3B66CA84F3B30EC841163AFF99FCE6 +:109E6000E055946F4B0FEA15C6E20FD96578BB1E1B +:109E70003E13C2705E09F2BC4FB97FA99C83FEB24B +:109E800080CBF91BE5DE6D3A32E6CFD7F611EE96C0 +:109E90007843FB086789A17F16206CE1C0E9F3795C +:109EA00021B477A75D9BA9B0163646DD63E91B2672 +:109EB0001EAA1DF0B0E55F32F23BB2C3B78BFC6B5C +:109EC000A453D20A50E7A708EF84635D1B2C443DDE +:109ED0003EC4D5061B3BA5738E2A80F51AC0F71029 +:109EE0008F0F1DD9D400D47FDE767E783A5F7395CC +:109EF000D6E1DFE368EF321DFC71A41F3E2DF90DA2 +:109F000095C6E5F3C3A60DAE4EA5FF0F8B8493A6B1 +:109F100098003FC77EA4CB969AC7BF2678E613A9C0 +:109F20008A5A39451FD73DFE87492B8FA49D774A12 +:109F30001937FEC24CFC500225572586077F9CF03E +:109F4000FBAEE4DF8DC33619FA1DC8CF6B22D70BE9 +:109F5000C647E64F579E2C5C790455F2A8573BE65E +:109F600041798F79CCFC51C7E34EB2433018FE5F84 +:109F7000C6788EFDDA0FD55D3095E9E574E13C2EAB +:109F800027E1A75606765EEDE9123FD9BD06F543F7 +:109F900072AD8F098681EB37929E10DA6070F9649A +:109FA000FCBD5A4CF4DA255AB769A7003E5CD7F8D5 +:109FB0007296FC3B868E4EC2B6399A391E31F51226 +:109FC000C9D2CB3EFAB060AC7EAE58FA298222D21A +:109FD0000F480F78082FD08F4A98341627965EC8FE +:109FE000BD481F1F537CC1F5EF98F4F1C7BD067142 +:109FF000F127537E6F3EC74BD894BBC99098DCEBDA +:10A000004C7CC0331C1F4EFC25B923C0D735EF1440 +:10A010008CF8D4B1F26DDC635B63275B80610F2247 +:10A02000C037EECCC4D72653FE4D59F2874342C603 +:10A03000F9E8A7EE3568A775267EAFC74FA38DDB7D +:10A04000AF11F1A2ABFF3FFEB2ED32231FEDE2A252 +:10A050000F3023C32E4B7D5FCA2EA0E5B2B8B6D910 +:10A06000C9ED307A6486072A5338C8DEBF18E31872 +:10A07000601C5BB243606DE760DFB69B50EE40B79B +:10A08000A434E0FEC4609D6B16C5B313B29F482490 +:10A090006273B6EB18E7F6F797AE56916E604864B8 +:10A0A0007E30E764C0C84179022703AE92710C0488 +:10A0B0003ED203EE63F93371A2F45425D1E95F5423 +:10A0C0004D69BBE544C045F97E3F4A4638124EFE15 +:10A0D000FD6D3A77CE803CCF81F3DF2F9498BF2D72 +:10A0E000F9D99A971C48B72E5F6271FFE8E0E6BB8A +:10A0F000981D4E880A8D5F3A21B2754DBF940C11A0 +:10A10000FB4BF6DA587C89A0DD04C6AF8D9D1FE9B4 +:10A110009EE65BE74ED97FAD89D340BEFA5C03D59E +:10A1200075935C7ECA634BBE626379EFE20DAE5FEE +:10A13000533D53A6ED5AAC209F177FFB288B4B89CC +:10A140000E010A91F0D1C2C3AFEB28DFC53786EC10 +:10A1500080EDC2CE213BE5D9B5965F6FE3F8B0F054 +:10A16000B4212EAEB17F15E3E9602EC4911EC8ED77 +:10A1700076B24BF390D51FB6537E0E9A7550F88584 +:10A1800073ACBFA94B60F26D7A413054FC78B8FBD8 +:10A19000A09DF808EF1160E2549ADFB598D63542D9 +:10A1A000F4FB14E7B3E3C5861D99FD6F9B38FCF6FD +:10A1B00017E0F0897C333E544005E1F0F26D410F29 +:10A1C000E1FEF250AEAB12CFBF3C20313CFC0F3C65 +:10A1D000B2BC7682EA3034E8685CD4487E6BDDA598 +:10A1E00013A376AA1317C73E617A6B88F52E227DDA +:10A1F000DC09A12692EFCE984B89A3BC0DC3DCEFFE +:10A20000EA630EC310683EBA95E44CF438D8B8FE41 +:10A21000BAC0EA0B2BFE6C30EDBAC1B4C3060CAC6D +:10A220003E0C694DFD3C4FC1CE4CBB2C9B9EA99F63 +:10A230007AE0F1A23ECAE345C2169549FF89590268 +:10A24000B4537F928BD9433FC4CF0D933EF19CA66C +:10A250003D9974C25979ED47F913987F8ECA3CFF36 +:10A260008D9E96AA29AE5C2FEF67DBA3C38A0BA64F +:10A270003D1A923C3ED59B79B43FDE5A09C529FD73 +:10A2800064DBA35F2DF1842AAF7FDEDB66BD6CF556 +:10A2900057A0A3501D1655B8FE070627ECA2BA6EAC +:10A2A000D30249A77A608297D7BF4DFF59BD22805C +:10A2B0002ABB28F66DD983F31FAF899691DDF07E16 +:10A2C000F026897C6CCABA6766E3FE8F3A6C7E8A98 +:10A2D00027A0ED2AA33AE90785CF3504C84FF7D860 +:10A2E000FC741FB85423E9143F23581F031B77182D +:10A2F000547F44BAFEC6EF0784136C8331E176C203 +:10A3000009D6DB43F978FE4A4CE5E3510F2BBB300D +:10A31000BF23F9958B3EB153BCC4BAFB14CD67D7AC +:10A32000DD03A5259EB5D4CAEA44AFFBFA7577F8DC +:10A33000335EE759E361F44FD26B3826B0FB66AA6F +:10A34000CE9B28509D97E83E78C4CBE243FE6C320A +:10A350009368EAA7B32FE7F3BAA398E417B632BF1E +:10A3600008DB8CAD5E1C0FBF22B0FC0287D048F327 +:10A37000312EBE93CBF47DE90DC1705000C3BA827B +:10A38000E2F97A0E05B8B4367A9EEAE5CB1D4E5650 +:10A390004F6E40FB3C8EF85E6FE631EA7F0FEB9A22 +:10A3A000166865F79A56D8CADAF5F8F7B5C0D878BE +:10A3B00070A9ABCD4EB8B0EA10365E3C368E349BF9 +:10A3C000386FCEC275364E277833718AF26C67F7D4 +:10A3D000FD014921793AFBFEF1AB1B481F581F17BD +:10A3E00093DF9AF506EA89D93D31E436489F1F99F3 +:10A3F00078BC48F73774F5961A89E9475CC0DB9951 +:10A400003D078BC9CE89EE2B45218CBFAFF51C9C37 +:10A410004138414198DE1B5FC675697C35475DE474 +:10A42000F49FF7912F9E27DE93FC946F90AF32FB41 +:10A43000F8145F07E4E13CFF35FC4810FA98FD444E +:10A44000E14846DD1E3924058D34FF42791EA4F80B +:10A4500056EE35EB66395940F970A65765FD9618EA +:10A46000B7B7D8CD5B3CFF1EFE0E6263E78F99AF96 +:10A47000D39B68FEF25417901FC2677A03F5B71496 +:10A480004BF034F6B7BCB3A91CD2CE0781DF6B23E7 +:10A49000B66401BB370E898CBFC8D06841A99BE266 +:10A4A000DCAE4594D79699F1E268B16B23E15AA7E7 +:10A4B000732702D8493EDCBF9FF22EF21B59C0F72A +:10A4C000B79AB8EA7CA7DE358BECD53D61B684221D +:10A4D000D5E473BC2FF106EBBC7353F78FEBD59328 +:10A4E00069F71F4E1FE5247FDA7FC6613408745F69 +:10A4F000BDF2DE3748DE01AC3B907E4BB743F790B0 +:10A50000BDDECF3128EF4328F455F2EB2D3D1BCAB9 +:10A5100029FF81D0CAECF14CD743895FE0BEE6B396 +:10A520002E8AE4D0DCFD6E01CBB307E63E47750B07 +:10A53000D629CBA86ED91FB3B1BA2570B29AE16DF6 +:10A54000FF896A5F095D9CC0EF22BACD037290F467 +:10A55000D13C50FD5603D51B27EB58DD229CACF6B1 +:10A56000511C9A43F754AA5B064A59DF92E77E2FA3 +:10A57000AF5312BD39ECBD4080628E1728CDC04B61 +:10A5800053E79B2CBF3775495A3A6EAC7DCD5E9927 +:10A59000D179C4C24B54D0181EF6F2B6A96B7F0114 +:10A5A000C9D1688B32FBB6ECB1F1F90EDE02B4B35F +:10A5B000FDBA5F64F67C8B86D00EF576630A208B3D +:10A5C000C7CDFAFDF8D9D08D14078FDF162AA776EC +:10A5D000D49B190F75A8637C83B08AD97DA493D7C7 +:10A5E00053D9764C7AF9FB4B9E0F1E0C5E63FE8F9F +:10A5F000663CACB7F3771CAAC326615C7BDBCCD787 +:10A60000CB317E29185F5E35FDE51460BD2150CB4E +:10A61000EF8D51F265B4D7EA3B04A305EDBFFA4EC6 +:10A620001BAB27A086D7D941FCA5B855BE43CE8821 +:10A630005B386323BF5BBD34339EDD6DD641777FCE +:10A64000411DB4D36BD6416550C6EB71B78BDE09A3 +:10A650003FEDB72912AB3B8C52A27FBD3AE828C62A +:10A660003115E3583FC6316A312FBDE4BDC67B507A +:10A67000F67E2B2FB554FC8EBDDF1CEF3DFB7A3EE2 +:10A680008B9B39504C40FC177283FA6B564C5EB36F +:10A69000F6B7C02A66B756B82B037796FD46A8EEE4 +:10A6A000AE1C6BBFB8A9FFF074C739D24F584ADA55 +:10A6B000F10E0D3F5CFA6C9070E37406E393F1BC0D +:10A6C0000F44350327E1AE4780F2484B05AFCB4638 +:10A6D0006EE7F90BF92E72A4C5FB9149BCBEDA7284 +:10A6E0008FC0DE597B2B7EC7F27A737CD04EF1A8E7 +:10A6F000AC73CD53E4AF08BCD3F45EB3DCCC7B2B9E +:10A700009C3CCF2DB7EE6B96FC267E5AC0ABF3B8BF +:10A710003C9EB5B49EF2E07233EFADA8C9B47F3968 +:10A720000C2E9E8C7CDCAB09AC7E5AA965CEAFBAF0 +:10A730006FF69B64A62F8B9B2BDED079B26B627079 +:10A74000F41E7A1F3D5EF19722D247D8C4BBBF5C8E +:10A75000ED1AA6F7D6B794D96DB827E2CAAB521056 +:10A76000BF1F9BFA6EF5843E62FB8DF3EBE9DDD0F3 +:10A77000DA9F449949CF965FF927C29C47DCE97676 +:10A78000E3FBAD758F7915D61EB71953282E40A55A +:10A79000EF9AF7BEECF8DB5271AC8AEC70BC77A094 +:10A7A000CA9E66AF8B9B43E52C7F741F2E50DDE95C +:10A7B000F8124D7CC9AC158455665ECCC4DB45C22D +:10A7C0001BD977EFE1E5DF205C74AE1E2FA8697915 +:10A7D000F3C0A9BC6969744762125B8FF7A1B2BB71 +:10A7E000C7A5F3F914E37324CAE9A1D175760F7AEA +:10A7F00063F6BCA7B9197491FAA56B5F7A9AFC034A +:10A80000DAD87A0BA739365D9B8CF238BAB0622C55 +:10A810004EC91DB503A3A3F7388C1759BDCFE34C20 +:10A82000E29CC2EA5D802940387CC3C499DFC7E35B +:10A83000D87C0C4E84C7051095C83FE6830C0F509A +:10A840005F46C7C6F6663024F297F972BC57A86215 +:10A85000E3BA8C38BC0586D9F8ADF4E483FB6E030B +:10A8600055A6FE42D0DB2861DD148D2FA370132F77 +:10A8700090F32F20EE28E45CCB6E29BDC870C1C2D6 +:10A88000212EC66286BD635B7CCF1338DFF3357043 +:10A89000521CBDDFC7E38ADFC5E54C8E007BCFB21B +:10A8A000F8BA4986A512F27F8B0CCE5C5CBFF788A4 +:10A8B000C8FCB567583528DEF97DE6BEBFE2BEA903 +:10A8C000AC3481070229396B711FBDA3CD97F10606 +:10A8D000CCF413BFA6BC0DF4B8C5EAF3E43789DEA7 +:10A8E000C29883D531A2539708F7AB7C3CEFD1F7E0 +:10A8F0001C7948A7B65D8033F4BD450997CFA25FA8 +:10A900008B21C913A0F53C7ED113F0192FFFFE83D4 +:10A91000F6012C52483F42BC40BCEAFAF27A4C1491 +:10A9200000E33B6F5DF2D213D5A9EF81FCB1636701 +:10A9300004CC5382A6B1BCE477BAE35417A3D52F55 +:10A94000A6D7CFEB7D6BBFE543F9045561FA8110C3 +:10A95000A814EF27C24E85F28948EB7CDC4C1FA27D +:10A960009DEE35F1F57E6E5E157D6FF4B2B14A2530 +:10A970003CDF37DEE927BD079C457308B7E59E102D +:10A98000A3FBBEB0671A23221B7383E35278768140 +:10A9900056437AC62A81E1F37127A7772587B72E18 +:10A9A0000CCF4EE4673BE2DEE925FE80E15637DF5F +:10A9B00037F50F728C363CEFBB529081EF8AE87707 +:10A9C000123D280E9D998FAD5CA7A90FBBA9244706 +:10A9D000395C2939B2CF21B96EB6E41253728D3D7C +:10A9E00047B7CDA0F829AA6DC302936FBB0FE598B6 +:10A9F000ED30BE42EF0D5F7718D3880F4B2E5434E5 +:10AA0000FB5E4931F565C9A9901D282F686807CB01 +:10AA10008EA8AFEDB99972DAC09447457BCC1A2B5A +:10AA2000C77F016E376664C01C0000000000000094 +:10AA30001F8B080000000000000B2B106060F85115 +:10AA40008FC03BB950F9E8389913959FCE8D5F3D83 +:10AA5000212CC380604FE16060E86686604F28FE6D +:10AA6000C6C4C0F0108AD73043F02116841E697620 +:10AA700006062520D604620376FC76A9B1628ACD4B +:10AA8000916760705446F02F493130F04903FD253D +:10AA90004D99BF46F1D0C0B34C50F99F7551F95F45 +:10AAA000F41918544D91F8BAA4993F0DA8773A10AB +:10AAB00003007D8679E568030000000000000000C7 +:10AAC0001F8B080000000000000BCD7D0B7854D5D3 +:10AAD000B5F03E33E79C7964667212263084002715 +:10AAE0000F20F5061C428080B13D3CA595DB8E40D1 +:10AAF0006DB05E1D8242541E41ADA4967B73200F43 +:10AB000002048835D7A2A53AE00B1FB4918272AD3A +:10AB1000BD1D15BDE8ED6DD3FBDBDFC7451B1E2258 +:10AB2000C5577CDBFF6AFDD75A7B9FCC392713C002 +:10AB3000B6F7FBFFF4B39B7DF66BEDF5DA6BAFBDBB +:10AB4000F61E9F3F8FC9A319FB02FFBEC6588B8715 +:10AB5000315690491993F55E3FA6CCFCA2D491677B +:10AB60005F78CF25FFD93867DE14FDDECCD850C61C +:10AB7000BE27CAE0CFC0FC6C91B1E0B15216575964 +:10AB8000BA3CD3CF6CC6F3BA47625F48F8D5596E6A +:10AB90008DD3E88F4C60B98C7D12E0A939138AAA55 +:10ABA000207D2D906A2E66EC73962C6593B17EC342 +:10ABB000D4C4784ACFC7B45962B5DDA12C70B00DAA +:10ABC0000CEB373725269D5032DFBD723C8DFDC220 +:10ABD0007FF17B7548434CC6F96C92ACE9F518DE01 +:10ABE0002863FE687CD266C85502BC085FC293A881 +:10ABF000E4E31B2C11666C2AD3A9FF27C3535E4ADA +:10AC000042FDF7E36ADC07A5D7871F65AC84B1ADC9 +:10AC1000939F8D2501AE1CB99B69988698D15D8163 +:10AC2000EDFF91B1298C7D84F8D43370CD601E1A6C +:10AC30002703BF134F3D8CD3B943D1B7D7205EFE56 +:10AC4000C31BBF974AD3B5389FAD93877A36C31CD1 +:10AC50003635E935656318DBD8A44F9221DDA4F4BD +:10AC6000D42EC5FACF2934DFD6A672FAFEE4E4B1B9 +:10AC7000B9BD15088A73DCD682606D8AE0EC4C6E33 +:10AC80008079ADED7DE482CDD06E764117E5D52398 +:10AC90008F5DE0D3B15D84DA6D0D4055F86E865955 +:10ACA000EADE62C25FED52C887ABB44A6CA7167584 +:10ACB0001A80632657011DACF9C07F6196640CF8B9 +:10ACC00034AC9B269633B686F092E13323341CF2E3 +:10ACD000398CE389A586131FAA1ACFE71C593E9F1A +:10ACE0004D807F57009EA08D06FFFB02F0AEFCC991 +:10ACF0009B403CFBCBF8776B3CD58E4F80D3CB3A57 +:10AD0000DEF34EC0D4F95DF97C6182F059757D7037 +:10AD10003DF284F7F25CA4A352E539EA83292BC9FA +:10AD20000993664FCAE0ABF1C8AE0B0ED9E6B596F3 +:10AD300085A327FF8E21834C25FE16EDDDFC69A53A +:10AD40009F34A52E38A4D0FC3CF6F90F56BFB909A4 +:10AD5000283ECEA6078A8D184C9D6D645F376440EF +:10AD6000518B62C4A438D42B9B63CC83BC775C2208 +:10AD70001687F15BF3A0D342C67E685E9336013F2F +:10AD8000DEE66EFABE05C79E6EFB3E2B198B43DADC +:10AD90001600B9AA1838FEFF028C21DDB7483DB570 +:10ADA000AC34A30F7C824E3EEDD93F4980A7AD5213 +:10ADB000FCD35EE4BBE111E23B286F97F3299DA72A +:10ADC000566265BF8CF3F55BED64D62257523A5B51 +:10ADD000CDC77975BF54877C353C447CDE92A7A6ED +:10ADE00023D05F47B1BACB5B9C81E71926713DA8A0 +:10ADF000703DD0A138E1FE3996839CFE8C2994B633 +:10AE0000847939D39A639784B3F493C7F1F198792D +:10AE1000856986F0BBCEF91C8A2584A7584DDD8B49 +:10AE20007C6198B1056147B999672FD7D6C716A03D +:10AE30009E32A17FC08F3FC688DF6DF5391C69281F +:10AE4000473C0C475E81F9E7DD74388D72138A98B0 +:10AE5000398047B5A2ED3D6F04FB6384AF80908ECF +:10AE60008427F90CF6E32F32188AB01A4BB024C9A4 +:10AE700091535F0FC6476E3DEDD36D79FCBF982DA2 +:10AE80005F82FF5FA49DCCC9D4EF5F1FCC195C2EFD +:10AE90002DB165DF738CDF7221EBF302DD5A27AB36 +:10AEA000FA06A09B1A55D3C81FF8D73745F00DE016 +:10AEB0004BAD6AEB91401E7D38EF09D81F974FB517 +:10AEC000C829C7679327B73CFE11E53127238F1F99 +:10AED000B115A49F5922E64138C3A26F35AE9A88B6 +:10AEE0006718B707C7ED97CBA90B72513FA99A7A9C +:10AEF00094CA639DCC3EFE4694479844B194F8189A +:10AF0000F1D19CBB8D2581AEB2DAF0D2125C6726FE +:10AF1000A8424FF7C42E199F69D78344037EBC15FE +:10AF20008B26DBF0B9A3C8732EF473EB01989A81DA +:10AF3000FCCFCC28F189DCBF9E71F954242E67A385 +:10AF400025CEE7AC93EB9B88357F1CBF14F92B45CE +:10AF50009DE5B034D7CFAC81F21F5557A62592D3CB +:10AF6000DE76D48FBE6A0FF0FA40B8B637F9091F03 +:10AF700083C1BDFD42BEBE78430DEC3A1B1E352990 +:10AF800022EC8DCB35D49F9299645FA01E659D0203 +:10AF90003FF118AEF79B9B1AD97158BF024F2D662F +:10AFA0003AE495F2A46184C47CA7A19C54F1546650 +:10AFB000643FC843B5DDB82E2A45FE25FA044CB5DA +:10AFC0004B30656C3DF5AB949D77B53481A309D7C3 +:10AFD00075A588CB9BAC33E243256A727A6A5CBE66 +:10AFE00040EE264B088FDF298F567BA68112184E24 +:10AFF000793D313E8BDC597416F50695CF7EFBCB3F +:10B000009A7F4AE5764F7F9EF1BC55CF960EE5D3E9 +:10B01000477ACB3193CF27C6529416C9277BEDF2DE +:10B0200024DA35E33F6DF0B4093D4A7F00AA1C8D58 +:10B03000DFBD19E8DD367C6E6C297C5F2C71BB8826 +:10B04000CD77E2C16A0F785A8C7892358E3F0B3FEC +:10B050006DC3C7E6523E944F7472CFBB0DEC1759C7 +:10B06000C906478ADB73852C3504F5C76793CA5137 +:10B07000FF0ED68F1B8FCD4AFCA524AE47055C1E64 +:10B08000BD12B3E8C416423F37E07C10DE28E80169 +:10B09000A0BB1FE88D7A02E6718394659ED67C9AE8 +:10B0A000C3D67CA259E168C1F98CC9C0DFFF5DAC91 +:10B0B0005783B573C33F5839AEF74BC8FE72CF8B79 +:10B0C000D34DD138DDB68BF92921AEE72CBE86F9F8 +:10B0D0006DCF3EBF04F1977B7EB2E627FC58E3CBF1 +:10B0E000FEB135F2A40C9C3B258D8FD30F479CFA03 +:10B0F000F16A8CDA995272278EE78DB6919EF586A9 +:10B100000C82438D4107E7636AD4822DC95A9E9C05 +:10B11000C62AB05D28CE568CC7F530C9E643BD9629 +:10B12000CFBD9C1FA2550E7EFD91E4B69F393CAB6E +:10B13000845E70E3EDDD41F8FBDD5F5E44FC7D4045 +:10B14000E0EB0CFC7D00E7E1E6EF777F398EE3EB87 +:10B15000604156F95EE52F75E08B09FD9C2BFAEFF7 +:10B1600088B14E2FE02137EE31D1DE1CB5A87BC768 +:10B170001286F61D9F475B41F210CA95E2E9511510 +:10B180008057AFE96DC33574B398CF1CEF11FFB191 +:10B190000AB45F4B72EB80BF4E0B7DEF866327AC2A +:10B1A0001F28673B405F63FAC9AB1CEEC1F8EC8E09 +:10B1B000266D1AF2717FBE419E9782FEEFA87F2A0C +:10B1C000EF22C05F6BB4AC92CC0243A2FD5440AC02 +:10B1D0003747ACF546E007F07604F166F1DFCE358F +:10B1E00097925EF51B86A1417E14D4433B2BB28E11 +:10B1F000C1468DFFC936FC5878013CBC8E7858A9F1 +:10B20000F5AEF7C238ABAAD953985A78D85AE52187 +:10B21000BA5E3F6DEC6EBBBD38CEC3D75D5694CFE2 +:10B22000F9538675253CB8DC6D073C5590FC6A12D5 +:10B23000F2715E0DE851E0DB76FC0E78BB5F4A7C74 +:10B2400084F3C99BDDA7E23CDEB1EC3A16A3FD4CCA +:10B250008B807BFB5783044F4B81B60B6554F27098 +:10B260007E65F5025F03F94BF264E1AFBC1A032D72 +:10B2700007F6819C543C300F6F5983867A2A474ADF +:10B280001A32CCB355EC8701FC1E1C5FCBD80134BD +:10B290007E30A6D37A58E0E174D12ADAD678603EBF +:10B2A000B945B2E98354EB5D42FB2AF5C8D7FF8864 +:10B2B0005B3CF84EFB9E3CA313CD343632C69E4415 +:10B2C0003C3F2F270B10BEE0F81622532E330C1FE5 +:10B2D00054D8A618B4DF956B92462284F49DC2968A +:10B2E000D8F86AAC9837E8032315CAD077BB97F330 +:10B2F0004B47FC7DFFF210D60B129D46B32A03FB91 +:10B300001B85EC80722AF802E83F06E7AFD7F43CD1 +:10B310008B7D8CD27A554927BE1F86F8DAA6F4C6F3 +:10B32000B0DDB6352ADFCF9AEC05C2B3878F03FFB5 +:10B33000E9B4FFF07018DE95F8FE40A96364378425 +:10B34000432CA5E33EF12A9E8FC0FA69403E80F867 +:10B350008A64F013407C41AAE97113F19357D667D0 +:10B360008E65849F69085F909926F29F1CEA34706D +:10B370008A77C80D7FF847E8EF8EC3DEB8C96C7CCA +:10B3800028EC1B0B4F23EA41DEB2ACD356FDB3DBF6 +:10B390000D868CFDCDF6E790BE7F5AE80FE0D78B87 +:10B3A000916EB3B5F7885F5968C839F5E76DF4EA6F +:10B3B000278620B134B24F55E1BF688E71FBD8EBC0 +:10B3C00067A607E6E5053C2122BC9D92F077C4D92B +:10B3D000A230EEC73D8EFD851C0D3AEC7A6FA3CAF4 +:10B3E000FBAF85D60E7F538AE4C8DBCFC449CE07B6 +:10B3F0003026FA67204D07683FC1F72B4803EEFF60 +:10B40000FA81C39FB0A9AC9265DB37C88CEF2F508F +:10B410004D7D513CB0DDE078718DB7C809F739B783 +:10B420000BC9FA49AB4DC999DAC9ECA46DBFB6A1F5 +:10B43000DFEFC7E9B35161072558379A8BDA88AD3A +:10B44000FAD70B4C91BF921EC73AE62DE2FE8C84D0 +:10B4500047E7FA30C6ED2885CD4D937CC4CECDAEFE +:10B46000B2EC626B1DB7ADF79DC8777EB1FECE978B +:10B47000127720DF6DCAAB4FDBF1D3ACB27AE213A7 +:10B480007D11D5DB3466AE8EFAC2E2B34D2E7C5A06 +:10B490007EBDB6A614ED0398CEED68351627389418 +:10B4A000689252375C16FFF68F5B66F16D27E9AB49 +:10B4B00040E72D06F22F7C13FB35CEB72A685BE4FC +:10B4C0008F1F43CAF92325ECC441F8573F37BBDE31 +:10B4D000FDFDD3783C17E1A88BCD985E06FD2C6F5F +:10B4E0005C43E9B2C64DD3D05E78A3BD3462E7DFDA +:10B4F000633BC750FED80E85F4D3B19D520AD79551 +:10B50000633B6E88101D3EFBE20B2FD01BD519D17B +:10B51000932569FFB0AC5D22BFC293AF8E1BD51BD4 +:10B52000C2FCC635B8F55AB653310CFBFE5FC0D924 +:10B5300022358C43E1DBD8D453837E54CBBE7C05CB +:10B54000F9A680FC375CCE6583FC298F7B922FA304 +:10B55000DE6BFCACD9370A50D17CC417DF00559F95 +:10B560000E950C437FE35AB5619C669BC7DA7C3528 +:10B5700049EB40A8CB81B7DF7B1487BD6CC163DE8C +:10B58000CBCAE528EA83607C3DD0637688AF0BEFB9 +:10B59000F74AE47F6D167CE1C6AFD2B8659A6CA31A +:10B5A000BF0276A55E91D9377BCB796A95F7E1FA30 +:10B5B00003E37DE0E1FEAEDF7A921FD07A0B6334C5 +:10B5C000E6A39EEB98C6EDB810ED572DB9B4E05C3C +:10B5D0007F2187738B148C6F009C6D192FD665D6D5 +:10B5E000CDF7897237C3FD4BAB80777645771AF973 +:10B5F000CF9AC760FCB3A9294176D8063945EB6BD1 +:10B600007353ED34B4DF605F588B76D396A8467AD7 +:10B61000B139B4CF5F07F3DBE0E7F5B684F6FBD1D1 +:10B620001EEC684AF2F69AF8AE897ABA95DFCFF343 +:10B6300086C8C7F751BB0D26CF6F6BAAA7F65BE292 +:10B64000BCBF0D6C17AF5725FA61BB455EF4C3EE66 +:10B65000999780744BB555BE87F2E8D042F9B6F49D +:10B66000FA966A513F949A675408A6B597D7083856 +:10B67000FACB0D57F97E47F9C6A686697CDF653A95 +:10B68000EB15ED738DC32467B91B0EE67194EBCEF9 +:10B69000F65B745E5F69DCE6E02FE097695E9B9C79 +:10B6A000E720BF40F916C6E6A1BC784DE6BFB91247 +:10B6B000D8A08CB59480DE9EEBE57ECA468B1F8BAE +:10B6C000985C5D89F61D93BF9A6FF3F3E8CC4FDF6A +:10B6D000CB99DFF15D837DBD437EB3F3A5793BE775 +:10B6E0004B3FCA0F0C395B37D9B9F0DD962693F082 +:10B6F000B9A9A99AF82D47C8BDBB5EAD57D8D7AE3A +:10B70000F161BEECE67CE1EF453D7B24407E526F6B +:10B7100014E699CFE7FBD54ADB7C6230CF7C3E5FF5 +:10B72000C7F732A7FFC2FADE827264F31BC8F14A80 +:10B73000BF4EEB409AD681B5B85E16C2BAE13D3035 +:10B7400003FDDC967EDA88FA098A9E2E02FD7406D5 +:10B75000BF624B9331BD4CC175A77A3A9EAF284268 +:10B760000F3417556AA8D79A43324BA37CCB26AE29 +:10B7700021CCAF352C47BDE43B022B6E31DADD0D19 +:10B7800069944FBF060B0B437F2BD8BFD0CEAF1BA6 +:10B790006CB96D5CD9D2A79F3511DFB686B828C8C1 +:10B7A0008D73A7974DCAA2D762B3E9BB7B7EBFF565 +:10B7B00024DA91FF428D2DC47783F2C32DC00F553B +:10B7C000767DCA689FF03ED007ED796FC8F465B505 +:10B7D0009B1A6751BFD6B87B9A9F77E035A3F7AF26 +:10B7E0005F8EF4BEFED500C3FE06C3AFD27803ADB4 +:10B7F00077DEC6EF52DA4FEF689CF0E9D5C4B95D49 +:10B8000094C5C7E87C7D5FCEF5375B5789ED6FE265 +:10B81000ED93373AF061C1F55B8FF180370B5FF63E +:10B82000E3612F7B2908707F12661ACAC5D3AF4E19 +:10B83000A5F1AE3FCAE502F042787A1FF0E42BE6AC +:10B840007CDC5869D7CBF3883F40BF529A23F01372 +:10B850008837C04611E85DC1E90FD427F883555CED +:10B86000DFFBE26C2AF183555E05E50CD78504F514 +:10B87000D3DC544FFC9653D1437CA2845CFD857885 +:10B880007FAA26FA0BB9FAD3787F39159CCFC271FB +:10B8900080CF263FB05EFF16F12287601C9BFEF032 +:10B8A000C76E247C0E86AF4347C7E59E495EB63718 +:10B8B0003592BE68C7F509D2EDC5462DAD03B87EF9 +:10B8C000911CF17568ABD0D39B715D81EF41DCC4F5 +:10B8D000A25D2BF3FD593BB3FE34E687FC26C6E59B +:10B8E000A143E17A442E9353BBF1FC00FDD4A5782B +:10B8F000C8C4BFB797EB746EDC1110F52A18D5B326 +:10B90000D61D39C0FB09B35E62220BEE766D03E9EA +:10B91000F38E3CC34078DB59BBFF7ACC178BBC6CF1 +:10B92000523EA41AB4CEF91553A37C90E7DDFDBBBB +:10B93000F1E2CFDBA061FFA17CD15E6AE7ED4B9C19 +:10B94000FD75A87CBC4D72271F3FC8F367EB7F9342 +:10B95000F6430E7FBE68CF76F0F625CEFE06A35BDB +:10B9600040AF75EC3B7D31A093635D49917ECF295B +:10B97000AF77D48B543538EA3DFDEA38B2F7AC7E68 +:10B980000FF5969E915F4E0A7EE9CF079257B03C25 +:10B99000C696CA79335B8A20AF24474990BF3B7F64 +:10B9A000CA86792319AB6F9C41F6D732A1379637F7 +:10B9B0005ECCF31D4B55D4FBCB5212F9179609BD43 +:10B9C0005067B2225C7F1232B7EBAC75166C065A28 +:10B9D00067EBA2CEF5A74EE3EB4F5DCCB9FED4EDFD +:10B9E000545CFE737D14DA73CB1B6739F4F3F28E6B +:10B9F0001B088EE5429F2F17FA1BECF051B5507FC4 +:10BA0000261210E038B969DC28B2E325FDCE46F4F1 +:10BA10004F5F13A4F352377EACF38AC751AF4DCEBC +:10BA2000AC0FCB5C7104EE7499581F989C2438BFFE +:10BA3000EC7833509E00CE65D6F912CCB7767C6692 +:10BA4000FC63518E8B2A6406925BC04796738F7E8F +:10BA5000FC256F74E8F72F8BB70BC43833055CE710 +:10BA6000DADE2A6F42BCD33AD07F8EF215C4CB5FA8 +:10BA7000CA4F1B33FC44EB26AB0F925DF3D7F31593 +:10BA8000D7B35F96CE8F7B34410798D7781BDD5CA8 +:10BA9000F4B2DA5D8BF8043CB4CABA635F6AD1C908 +:10BAA0008DA763F5418F3717D2C37368FF7C87AAD0 +:10BAB0005F817AEB1AC4DF10C423C7DB4958075BE8 +:10BAC0006CF6D8B28E1B9EAD067EAB6BCFCB976C5F +:10BAD000E3D7B517B7C5A2B8FFCCAB44BFE235ED8D +:10BAE0001CCFCB772C99DE62C307E0BB0CEDE5BD24 +:10BAF00082FE03F05D26F05DE1B497EBCAB9BD5C50 +:10BB00001777E13B951DDF75826F609E2D3FA4790D +:10BB1000CECA0D8432785A1A5B4378BE23A24750AE +:10BB20009F9E84F5AD05F4D63161D71FDF3129B270 +:10BB300004E54B867C08F39379DE2FF23BA11CFBD6 +:10BB40000F89FA3B27479664D1C76E7A2C8DDD2882 +:10BB5000E4C0B4CE0DC81EF904EC113CB7182A2776 +:10BB6000FF4DC6FD43E8C13F62FCC0F1D0F57F4800 +:10BB700051B5ECEBB7D5AF365B3E66C743B006F2C6 +:10BB8000763BA0CC592E335BBED8010F0B4DE1762E +:10BB900031FF4B09BE61EC2DDB79A4D29BB714FDBC +:10BBA000A5337433FD35B433431EDD97E51C39A34B +:10BBB00087F449FDEB0AC15F3EA97FDDF1A2DD5D9F +:10BBC00072C6738B96A683D3EDE789B26C308C6F07 +:10BBD000B1EC6CB9F15FA723BF1E827E8ED2FABA98 +:10BBE000C13A6F16E7AB29871FC2DBD836CD7E7E00 +:10BBF00063F9B76065D1EDE7086D81E44BB854E7B0 +:10BC000045D66DF8FA70DB39A6DE25EA03AEF1DC25 +:10BC100064E4EC7B3767993F9D1CA05D96BE85FC74 +:10BC2000DF5ED66978D07F0FF61CC587004E7BF8A3 +:10BC30007EC38FF660B09CFBBF7215CE37EC208FB1 +:10BC4000970A0ABDD15EBE4FC37A9F8C74B66368F3 +:10BC5000F44DC9D463BD667B09EE5BC6CB0CE3B77C +:10BC60002C7F169313673C279163FCDC548EB5F749 +:10BC7000F0949F1BD8CE518B14C4EBE552F673F3AE +:10BC800073F49B9D6BBD1F3619934E8CC9C8C95A5E +:10BC90009413A05557D33C8A071CCA1A24B4176FB3 +:10BCA000F5242728A84FE6CF3351E4BCF31BFED080 +:10BCB0000269FE307D221E656E55593A11837C8ED5 +:10BCC000FE08EEDC96AB95B342307E3E6E0A607F96 +:10BCD00051A3CC6CC638A1FC527DA2077776E685CD +:10BCE000B37E5D0DF911FA7BD8BEAD7DDAAC79403B +:10BCF000EFFC718CE28A98397716C62BE4FF1DCFD2 +:10BD0000FF93CADB5BF64807F0EB09B28FD394CE02 +:10BD100052F87E7A0ED27532BA8BD3E4AF0C01DFC3 +:10BD20009E003E54E524E5D5C66729CF62FC3CD190 +:10BD3000F257B41524BF81F35B99E89D8B5D78437E +:10BD4000CC83F2B25949EDA8ABCA9C1BCF8102B497 +:10BD500093DFAFD077DBF7696B151117D5F452CDB0 +:10BD600089313CDEC52E4F5B8A5937FA79ADBCDF8D +:10BD7000C71A68BD898BB84A21F74C9C7BF8A3DAB7 +:10BD800044F44F5DAE78445CA57139F2C546C5CC2C +:10BD9000FD2A9E633FE7257B44660926E2CBE87CCB +:10BDA00088CED1808FD6E0A127F291D6D03303E39D +:10BDB0008AB47CEA8F55F4D6F4EB8512ECAF6107B8 +:10BDC000D2EB5AE5C04C05E8B531CCE9B5A2F5E0B7 +:10BDD00006C4F71A45AC932CE1A7B80FA0F1A97CD3 +:10BDE000D25F691FC5A7B11D6596DE025015DD73D0 +:10BDF000549970F67352391AAFB1DBC16A3CEE4107 +:10BE0000392B95C53A7CEA06668F03FAB1A06F4BD1 +:10BE100053BD234E55897A8EE2799C925C3109E9B3 +:10BE20003A474AB690FC80FDC06C7AD6F277E7B00C +:10BE300045B9E9628C8BBCE830C6B3DCD77498F89E +:10BE4000873D3192F4408E661338D40B2213DCC93F +:10BE5000D2810998E7F156C10AF963BBBE77C7538F +:10BE6000DDAA648F6F2C69FCC10576FFBAA75DF768 +:10BE7000A0BD6FC551FD44F0AF555ED2F84F547F61 +:10BE80007753E305C857FDF08AFD4D7FDCE73A0E96 +:10BE90007FB1D04FD6FC607FF1D44AE0978E24E882 +:10BEA0002ADCE7B5F0F3DE9CAF80C22ECEC853305B +:10BEB000C9E7678DEB9EDF4F05FE5B9B4ED1F83FD8 +:10BEC000431828DF47F91C6080C7911F0E39F1D84D +:10BED000D60E7A18F9F9056F9CD6B54D06D139D82A +:10BEE00029F0E91A871D3E0B1D747E8E75AE7438DD +:10BEF000A438E3DA2C3AB046F803FE1863E1EF33D6 +:10BF000028B5C5595A78B0E862E5019FB9BD67E028 +:10BF1000EBBB9A3E9D8EFBB3962630C121BD6BDDF7 +:10BF2000F57E1C6FF43A96423D3FBA88F3EBE82E5B +:10BF3000588AA2948FA3ECE8262FD745B9DE65F87E +:10BF40008BA394A77259E3E5B228BF6BDD4C2300A5 +:10BF5000E5318DD179694CEF7B6E1CFA7D1AB99F62 +:10BF600083E154006F778AF914AEBB711E9A218564 +:10BF70007ADFEF300E8135707F8712E5FD2AE29C73 +:10BF80002B652E3002D00F8C6D786DFDEC14F82FE0 +:10BF9000349F62F3E07BB1CEF2E7E17849E778774E +:10BFA000887A211DE0C7F27667F90E014F89556E38 +:10BFB0007038ACF24ED1BE543BC16660AA27E62170 +:10BFC0001EA0C0D1CF3651AF0CCBB19FB8B3BC438C +:10BFD0008CA3142C223D3E46F811EF6ADA4172A47C +:10BFE00014B4D07957AAA9FD022E4FBC9DE547B1E4 +:10BFF000E4ADA5A993CAF575BCFD58AD6F8661A3E4 +:10C000007FA1CAE5C24A510EF0485045850E709591 +:10C0100096839C495C4ED7C1F76087E05F37DF337A +:10C02000C803DF8E823F617F521C85C56F969FE0FB +:10C03000D0D1A90EFE638DC06FF6F8D306BEF5EB26 +:10C04000CFD7FB2F7094273567B91173E6AB7567AF +:10C05000FD78B933AFC71DF52D383A9B1AA7CD1E11 +:10C0600093F1FB7616E88568F7EF2EE0E7399BD071 +:10C070002F3C06E3686A29ED107EC06DE8BF1B8384 +:10C0800071360D941FD1D83C6DF6105C3FABA7CD37 +:10C0900056C8DF45E5B7A3BF10D299AA8807A961A2 +:10C0A0008E7810B09B66AA68671A0983D622612F22 +:10C0B0007506FA1693BF28D6C93C36BFCA4295AF5B +:10C0C000D723AC7D9FDC2DD9D79B85621C4B3FB21B +:10C0D00022D09AE867B6F80AD613DC8F2C50F9798B +:10C0E000047C8B51FCA880C75A6FE648C64284ABDB +:10C0F000B300E040FF559CDF9B185EAF531C50A47B +:10C10000BA2F8DF960854EFBBA58322DE1F9CC0873 +:10C11000B09F110F8557251DFEC69C72A7FFB13336 +:10C120008FCFAF08F7DBB0FE05701F0FEDFED33BDE +:10C13000B30EC7DDAAF2F5BB39BC6C38F2FB2B722B +:10C1400062990AF00EF9663BF1FF560C48C6780E6C +:10C150003C27023B22FFE2CBFD14C7399FC7AFB19A +:10C16000CB59D6B81B5B5CDC1AD576BE6DE1DD1A07 +:10C1700097C9C9E1C8C7BF90926BB11E2B8FF9ED6B +:10C1800076973F91A47374379CCFA8C6CD08A705B6 +:10C19000DF41D558C7F3963D02FDC2382399697A2D +:10C1A00000EE91086F04FD813AA7870B6EB09328CB +:10C1B000EE66C0FC6AB3C7ADB9E359ADF371B0C365 +:10C1C000B6AA9333F3BC5F4ADE42F33FE2E376BDA7 +:10C1D00026E29B44DC62FE90746CA28DEFF60BBEEF +:10C1E000EAB0C5D5D1BE4FC4F5D01FDA2D9807F9F6 +:10C1F000FAA9CACF55016B66CEF9686F83E18EFA52 +:10C200006EA34AF748862501108C936955C91E55BF +:10C21000EA872EC5B82490D1349E5F2B2D6D6BA478 +:10C220000919BFAF1F356C29AE9FDD9486F0C60C8F +:10C23000A411D647A986915090BEBBA4F7262452DC +:10C240008D3FB917E7BBC29F1C8DA1836F8F4CDE5A +:10C250008FB0FE1CE90270BD201B3FC3725BFD9FC7 +:10C260003BEA2BBC3E9875FBF17B2E330E70FC65D0 +:10C270008F93B7C5657E1AB2F109BBCAE396F7344E +:10C28000C9BBB07FFBE32ACE314E14FEB433F7CFE7 +:10C29000F96840FFA2FD8F722644D06E7BBADD4B59 +:10C2A000695B6329A5AF79D8B66AB4CF9FF7B26C42 +:10C2B000FE422BED453B0194C57F097E38867C0B01 +:10C2C000E912595371DFBDC4FCD374BBDF7889C94F +:10C2D000FD3DC0607391DEAFB5CE50ECFB616B1FCE +:10C2E000EC6E97F14BF58EA4FD63FF7D041EF756AF +:10C2F000576D2140FFCE7F01DCD71C56E85CDCB2D5 +:10C30000872CFC1C3BCEE3B7AE11F15C57B1440463 +:10C310000BDF661EF2D7BCCDFE3332C9B62EFD59F7 +:10C320001571CFED0AF9414CF81FAE1757772A0E59 +:10C330003FC9F21DCEFC32B66028EE439775292C1A +:10C3400005BC700DB3F95960BEEF08F95FCE1ADA7B +:10C35000703FD72AE4A84E63F210585F573EF69319 +:10C3600029A897151F5F8F4FC33E4CB7C5D95F1BD8 +:10C370004AA9B87E1FDF3FE9D20B18B64FB515E2C8 +:10C38000FE2E8F65F5EF2E6D77C27736F8DDF05A09 +:10C390007E92C1E090F770BABAC71DE2B3E241CD18 +:10C3A00073BAF737D5A78BFACE7B7F676B77C15F00 +:10C3B000D8EE6B3E9D65BB6778B676B306196F53B2 +:10C3C000B4338172D62F77FE04E15092B9DC6D8AC6 +:10C3D0009DA5BC08CABD67282F3B737B8C03C2FB9D +:10C3E00045067EA4FD747A04D95F4DFCDECA134A6B +:10C3F000E25BB86F7AE2F75E86717B4F28EC105EE5 +:10C40000A130254947BF80A15D42E5C60BDEA8A744 +:10C4100058080DD67F6FDE3D28A7DFF0F1381D26C6 +:10C42000F778B15FE3436D36FA379E50D223F2605E +:10C43000FC9A7F6249E4E3191FA69722BE2EECAB5B +:10C44000559005FEEDE1A7BF8BFD5CDB3757C6FCC1 +:10C45000B7B11FC0DFDB0F3E3285413F4FEC0DB35C +:10C4600034C22FA754DC575DBBDF4B76EA753F0B18 +:10C47000D3BA70EDBE9577CF87F1A5C7C2044FCD73 +:10C48000BEE5F7F908BE66EAE7DA4717E66E17F386 +:10C49000F2036A9E582FD625333D02E3FD57FAD8A2 +:10C4A00095685F5878B0F8735668868CF7B8AEDD3B +:10C4B0009347764C3F5FCB50BF02A32AD9950BB26E +:10C4C000EC936EF6717DF7D67B3CDE54DAF3E4151F +:10C4D00034BFEEEFD07C25A0C8EB30DE6A314FA828 +:10C4E00047F3301F905263A0FCAD07243EAFEEF13E +:10C4F000BB02C538FE2EB58EF41A3F87B1E09DB55C +:10C5000067460BCAF52C2DAF04493EEB677B493FCC +:10C51000AFDEE34DE3FE0952DA47CD0E799DF7B960 +:10C52000981192800F56914A8474FF4AD27BABBA1D +:10C53000B7D0FD90D5079DF20E788EA701FEEB5E79 +:10C54000F4C6E763FEE7F7477480E774CFBD11A434 +:10C55000078CB3440539F8DAA74EFF30F6FF69FEC1 +:10C56000C0FE18EBA3F8B3D5DD9BF8782E7D721AC8 +:10C57000FF317CE03E7797CFE96FF888FD7A0ADDDE +:10C58000DFDA3324EB7AD87F6F4BE897EBF67E74D3 +:10C59000A709E3BEB5EFCD3BF15EC18A3F7F70E7EF +:10C5A0000F70DFF5AF010DF5E2EA075FBFF366C07C +:10C5B000E7DB077D1EE493777E79FF7D7740FE9D64 +:10C5C00097C7554A90FF858FDBC1EF3CF2A7A17852 +:10C5D000DFE8C65FCE1986F3BFF1C0AC612C8B7E5D +:10C5E000B3D27780AF523EFB3A96A27EF483D0DF7F +:10C5F00030C83E2152175D9EDEFFF42884EFED9790 +:10C600007C1477B05AE77106ABBA57525C36E671C4 +:10C61000BFB5EAE18DE427188867738427C6E51C57 +:10C6200043D057ED5FF8AD0BAB3055E23AF6C7FAA1 +:10C63000687D71B75BFD02D0F3FCC1E9F711FB4CDB +:10C6400045BCAF7E78131FD745BFB7F11FD306D2C5 +:10C65000EFE501F45B7117EDA5F7678F3BB6E8B71F +:10C66000F2C0B7CF78CFEF1D97DC0E86DF7AE19F5F +:10C67000BFDF67FCD18772B72FC78C117D7DA9F909 +:10C6800050F64EEB07A318F0C529A5EF0A94BFBEDC +:10C690005FFA348C1358F2CB1755D463EF1CF89D16 +:10C6A000AA933E672109ECA87758FF5F0FDA55ABD4 +:10C6B000447CFDEA7BC269F433AC5A574F745A95F7 +:10C6C000BA649E1EA1EFE47F5895E27CBF2AF5E490 +:10C6D00022290BDD747F3ED7A3A902612766E828D3 +:10C6E0005523FD8ECE457E1B8C7ED6BC359CF754E3 +:10C6F0001B1D4D85E47430797C67974F96B05CF8CC +:10C700009D2CFB7E754A7A916591D3FEF3912F792A +:10C710000FB3D09FDD6F68CDF76C727CF6F97C3972 +:10C720007C0551D8270FC4DBFA561FE9E1D726FA5A +:10C7300028FEE9A8A2FF682DC863DF730ADB0D4D50 +:10C74000AEA87C43D1B39C83FCC165075DD928B5F5 +:10C750000D8376579A7C1D719F2325D779996EC3D7 +:10C76000CF2A5FDF6B12EE7F7E15601417F7AF01E3 +:10C77000DA0FADBE3390C275EDE9039FDC87EBC9DC +:10C780003B77F9185FE778DCE272E14F7CE3C02782 +:10C7900077FE3794BF818D75ACBFF6E4F791CF7FFC +:10C7A0002C61AC197B775FEE04BC5F751DD4C5F3BB +:10C7B000E7E5BFFAC137914F318FE7A5CB739257A9 +:10C7C00060BCD0F21F0F93D09E591DECFD33EAA13F +:10C7D000371FCF450AB0B70F7C3205E9F5E6A38FC6 +:10C7E0004D40FD07F6A16E3F27BCC6FE9E84CD7E60 +:10C7F000BFAE7B6B0FF2FD7558CEEB4B5F089941D6 +:10C800003B1CC747BBE4BA83B9466082A31EF5B39D +:10C81000DAD777539CF6DF66A1876CFA7421D2F9D8 +:10C82000BA3DCEF1AFF473BB78B5DAB78CD7EF2C45 +:10C83000E4FCD043ED56F82547B9BBBD55FF5A7F00 +:10C8400009F15BA61FDE7E9538D770D37DADE8F782 +:10C85000BA3D9F8F73F6C7F976E038FCFBF7246684 +:10C86000E2791E7B2440FBDD156A7A6C7E057DA78C +:10C87000F70BAC7CA11817F3684FFD42C8E78A207C +:10C88000CF3F2AE2E75744208FF0FA7B7F8A7CB3C0 +:10C89000F2B10043FB6CE5AFC05E02BCAE7CF4DFDE +:10C8A0004621DD56FE6A2DD17DA52F4DF4EE7BC4C9 +:10C8B000C77643BDB71E798ECADF52D2A370DC950E +:10C8C0004F048EDAEFF959E9CA6E9F70263BE7D321 +:10C8D0002CCEAD5AF0DC6A0CEDAFE8DC0D242D8EC9 +:10C8E000F323DF15C57D0EA7F9BAEDE983FEE2ACAF +:10C8F000F6732B9E8BA023D56F32CD7EAF95F1784A +:10C90000D7FFE3E23755496AB8CF54118F800F45FE +:10C910004EB6A31F55894527221FB7C5161838EFF5 +:10C920008E0A6D22CAE5A37E6EB7F9A07FB28F0F83 +:10C9300075D1B9AFBF487EDFAE2F0227421467C85A +:10C94000CA6CDF4B283491BE872AE0BBFDDC270A86 +:10C95000703BF0E43C87FF85C4F161867DFCBD003F +:10C96000667A519E17670E46699FFAB2750F466E3A +:10C97000E1E57956710B2F17F2BFBA8ECBB79B5EEC +:10C980008B9FD8D883F1FD8B9F184EFE93C5A17164 +:10C99000AFA35EFF05EA56DCCFE7F9881EE73F91BB +:10C9A00058F8F790FF87FA31A4AF2ABA13178F8788 +:10C9B000FCE5F5A5E4BF7BD9CFF76DDFDDE531956B +:10C9C0005C3C7F10F07F5F22F8AF44570C345CC2B0 +:10C9D00074956FAE533C5E82758779BEBB00E3DD14 +:10C9E0006DEDBD216CBF46A2F3C7CB7EFFC21CC458 +:10C9F000E52B2F1CA390D72B7FCDD41C1877C97E95 +:10CA0000BD8DBB53447F4F407F9E4C7F193C72BF0E +:10CA10001193FD84970C9EFC84B797FBCF5D4CBAB5 +:10CA2000F76EC333C5775B785E1C7EE932C4CFE214 +:10CA3000F0D8432C32109F6E7BC38DDF0FB108D628 +:10CA4000B3E37EE3133FE0EB79BFF1A99FFC467DA2 +:10CA5000A3E412F2237D86F955DEE4E8A1A5E4778C +:10CA60001A57807CD793DD9ECD8CC7E5EC65168F79 +:10CA7000F17D5C079F87780FE565C6F5FA075834A6 +:10CA80002D03FFCB72A81DE17B29E7A70ADA6FDF30 +:10CA9000656905DBFF03EB55902E6EBA2D65868A1E +:10CAA000E557B3741BFAF701DEFC4041065E56D42D +:10CAB00043F15DECD7E7766F6C40EAF733FFD0CCFB +:10CAC000BD94BADEF79A106F750006AE8748166EF1 +:10CAD00067E82AFA75EA8EFCF1737B39EB2FE7E7FA +:10CAE0001AFDFDF8F9BB0DB67A8E7586EA49D9FABA +:10CAF00081BC2D9E64609EC3E1FE5EE7E7EF736438 +:10CB0000818B9943118FD61F6F7F42EA3E0FDF65FD +:10CB10009919B86B763BAC330FE5F714FA213F3B1C +:10CB200070774B4B0D637B619B87E7D3909F6D16AE +:10CB300061DEB802F79B4B6510155B3CD3C5012E37 +:10CB4000871707B8BF08CA4D2CBF48E4F1CD14BC05 +:10CB500022886FF014815E3AF670E56FCED307A796 +:10CB6000535DC7173E3DCBFAC40CA647A7F07B6ABE +:10CB7000E4BF7D366EFABC9973F92FEB77CD677100 +:10CB80004AA32C41A9157F11639D9416B26E4A8B5E +:10CB9000580FA5A3581FA53AD33C9CDFB9BC95B04C +:10CBA00038E5CB5882D2BDC5FC3EC3312918DF9D84 +:10CBB000655D8175E47773A07CED7F7A294EE0E6B0 +:10CBC0004049D675C6EBBFB8A6C57E3FEC013FED28 +:10CBD000E3F7AED7890ED6F79B037CBDBF39C0ED16 +:10CBE0008DBDEBF9BB02C71EF0C777436FC7C34CBF +:10CBF000CD83718F6F7DB104E3BEAC7A0FE5F37521 +:10CC0000FAD3A38F9D87F1B9DF0C183F08101C6978 +:10CC1000E24F8B5F96FA43DC7FDFA1BC655F6786DE +:10CC20000712CD01E8E7F04F83649F5E7F8B44F6E7 +:10CC300029D32592A7AB049D1ECAEF3E8DEFAD9878 +:10CC4000DB7C3AEAE5AB3A7C47E97D8BCE3986BDA1 +:10CC5000BF5B051FB1CE1FD1B9F45567B9B77815C1 +:10CC60002CBCC867EE7E181B9987FE6EF29538E4DF +:10CC70009EFB67ADF7B9FAE3A518BF6FC26AF83D2E +:10CC8000BB5DAD6A493BDEC358AC4EC475C627F6E2 +:10CC90006B0F06F8BAAC6F63496C9FF270FCDD262F +:10CCA000EE57DF1BF052FF56BD07ADF918CCFD4E15 +:10CCB000CE838867BF59CBF8BAC1CF37526A27BD38 +:10CCC0009B75DB033E7A97667CEDA5D7A19E19BFC5 +:10CCD00007EC2390EB5BA5548CDEFBD9EB8B231E7A +:10CCE000679C57FD1EE687EEF1E908E3F83D3E0339 +:10CCF000F17A38C0ED96B1A93533417CD99B8B537D +:10CD000085E877D3313E8BFBAF2264241CE4EFAD82 +:10CD10005C277077FAE159B967F21F20B0A623EEBD +:10CD20002DC84C875ECA77E50B5DF54B1CE523F0FB +:10CD30006C0EF4C188104B87318E72833903D7FF94 +:10CD4000DBEA18C9CD485C1881BE23409FE0FB4B4D +:10CD5000780C1284B408F2B8358572E615E5B990FE +:10CD6000DEEDE99E87443F22E6AFC97DCFB514A32F +:10CD70003CB74B0D21FBFC93018A3313F3BF56C420 +:10CD800071403F0CFBBD6DCF240DF110F52516232E +:10CD90003DDEB4E8F1F045D7707A8CBB1AE9F1CFEB +:10CDA000AA710D969F5ECCDF1102FC2FC1EF15B565 +:10CDB0001F5F81E9ACDE4B96E07CDEAC55397D6AC5 +:10CDC000F979512EEB8EE07D14B6879F5B5494B3B6 +:10CDD0009482716947D617223FECC589E1B80F7B71 +:10CDE00052784F0F5542209F52338C694DE21BD829 +:10CDF000FF7099E7016E03E5A0A23C5D82F4FF227B +:10CE0000C0E391C61FB9E66D46F79053BF998E7186 +:10CE100021D33C143FF7CCAB3E7ACFE0F4DE20C9FF +:10CE2000EBE9898CE21E376E55E99EF4A5419DDF42 +:10CE3000DFFD1CBE43BBED9B82299C5F598D9AC6CA +:10CE40007BE61FF64EBCEC29C6F1EEAF24780BEB67 +:10CE5000916F370549DF007D58A412E3DA7A6B5AE7 +:10CE600028E0C018BEC0B63FED528CC5180795B378 +:10CE7000393C270A72D515205661D383E5AD1807D2 +:10CE800075DB01D0F1A0AF6EB3DE23294F06ECEFC6 +:10CE900062458392235EF4B680A857960C70FD9984 +:10CEA0000CD03B2CACA704E5EAB6DACA12DC273E6C +:10CEB000F3EAF2E1789E7FDBD683A390BEDFC279EE +:10CEC000029EDEFC3C350AF569D91E1FCDEF56B532 +:10CED000C783FAC07C94D13EE1B6BF7FE5D83D2838 +:10CEE0001F78DF14E65315CCEB3F6F45B86EC5FDD8 +:10CEF0004E2803C7B51A8FE39C14E47EE80941AEBF +:10CF00000F2A82E2FCBA62803EA808723F791AF9C1 +:10CF10007543CE37C94F5E15E4EF96303F3FD7CD0E +:10CF2000D26E5210F5C8FCCBD2188B66B5B3CE6B5F +:10CF300061BEB75F8DFCB9D51FC7FDF6E9C5F7D156 +:10CF40007ECA9AF7E9CFFB62E8BFB5E86ACD63BC59 +:10CF5000CCD2F82E1A0BC54B707EDF10705BE58CBF +:10CF6000C54BBE6D3BBFFF4690FB8F6F0D8AF272C3 +:10CF7000DE2E532EDA47C4BDEA3277395F8F9E79B1 +:10CF800075EA1FEF41780FF8C9CF787AEBA731A483 +:10CF9000D3F6CFBB397D1E06FA4CE0EB15D273A356 +:10CFA000F5AE455115E9E7223F6BF15766D35BEBD0 +:10CFB000C5FB1A3C4ED3D21F83DA8745E718F71911 +:10CFC0000303C0460F559CA7B6152497213D7DB598 +:10CFD0003D2ABACD5675493351CDCFF1CEA778123F +:10CFE000DF20F7146F6DF2E31B3C2CD5043B29BA0C +:10CFF000D7A8517AAA29466957934E6993C027A0AA +:10D000008DD6A1CD623DDB24D29B043EADD4AA6F68 +:10D01000D94972393FBF97CBDBC80F2297F177C44C +:10D02000AC773D80AF9A107E96749EEBF7C7C5B281 +:10D03000A424CEE39B91FF868AF3FDA1B5FC3C7E40 +:10D040009BE013CB6F67CD6F8B90DB2D421E6E0F75 +:10D05000E8028FFC1CD95724DE151179EB7EC81924 +:10D06000F0DF2B65C7FF6D08FFCACEA37387C3101F +:10D0700081321E5F6AC5937E58C352678AEF76D3AA +:10D0800021773E7F3760535392BE9F6AAAA7B4AB05 +:10D09000A981CAEF971277E378B935679EFF1E41E1 +:10D0A00087BD961E38C779DE1E48FC8CE80179C220 +:10D0B0007FEC1CCFDDCFB1DE318C4B86F99CC038C4 +:10D0C000E431673F575C7BEB0AF2BBDFEA493E8DF8 +:10D0D000F4FFE487DF30D1ADB5B46322C56F801DA6 +:10D0E0007908E1ADCBD53FA69BA5E6E639187F5C74 +:10D0F000E7D31FC5FC1F262D9B83F1C775C3F49B87 +:10D1000070FF91B3E55A5A07EA46338A3F1EBDE5E0 +:10D11000F656BC1FD91934FE83CF5BC9C3F7282C40 +:10D120007B6EF0F938DFA3988E9B74CE27A69D8F77 +:10D13000813F5E41B8FF52FEF8E77EF9F473FE5876 +:10D14000C4F9E356945785F8E175ECFF6CFC705A0E +:10D15000F0C15B22F5E6087D2FF82120E4DB3DFEDF +:10D1600087A2BE25EFA0CFDAED7ACFD28343BDAC44 +:10D1700001F5CC93973D7819AEE3BE3D634B705EED +:10D180000F8E4C1562DC53D4CBFD780FFEE9EEC256 +:10D1900005985EF26021EE03FAF58AD210C373C5DA +:10D1A0008AA28FAFC0F7E92ACA586A0CA5E9926231 +:10D1B000986F54D4EB12F5C6170D5DAA47FE7A7A24 +:10D1C00025838970CEE48C9EF91BF4372C87AFD76A +:10D1D00012B70FFEBAFE00BFB47EA0BD88EF86A2D4 +:10D1E000BD834FBEB178FCBCBF05BCFFAFDAE7B270 +:10D1F000A41903D6CAC5F82AA0A3AF633D43F9001A +:10D200003D6F203D025DBB4C5CCF7258DFB3183BD5 +:10D2100064F1B33A9AF399D56F6D0ED7EFB53956DD +:10D220005C05B7BDC7D23F78BE03F278FD00F5C8F4 +:10D230003871FFA69C75D2FEF93CD64D6905EBA16D +:10D240007402EBA334CE342FA6952CEE15715353F4 +:10D25000305DE14FDE855BAE1A7FF2DB0827C64DFD +:10D26000495EB487564D47F9BBCC922BD7BE968901 +:10D27000F38AB3ED7373997105F1CF60EF8DB2C18D +:10D28000EF19C5A70CBC67F425EE81ACC6F90CB844 +:10D290000772BEFE1EDDEB60CF915ECD1FA73F8201 +:10D2A000F9F0AD8FCFC1F775F3F1B635D8D3F76C80 +:10D2B000F98F67508F2AF38C34C1F070F6F8422B47 +:10D2C0005586F178BD96BC4B358AC7F3F3F33759D1 +:10D2D000F895AC7ADBD0093A7960DCDEDF7A9C81A4 +:10D2E000EF5C263AB95EE076C83D39CEF8446BFC77 +:10D2F000E628EBC6FB80DE3C66E2BB756E785A73AF +:10D30000AEE8064EE89F87359E37C4C7FBB2718BE7 +:10D31000602FDD83FC31F0DDA1FEB8C53D08B7D537 +:10D320009F3B6ED18D9F7D39DC6E5B9263ECC57E39 +:10D330006DF17E8FE44CCE1AEFB70FEB019FFEFC30 +:10D340004C7CFAE4AFF7FD667A14B54390F603A778 +:10D3500070430DF9D77779E91EFA9B9A91331EF83D +:10D36000B1E587A57113E554F86172C5FEB865E8AB +:10D37000A2C48C28BEB3C2DF8BD8D2B380E22E5EAB +:10D38000AFF1D0BB7BA9675837EEDB7284BFE4B244 +:10D39000C8109A476AFDA5F4EEF8964FBD85AFA078 +:10D3A0001DD1A132F4B33CB555A5FCE6F5AA4AEF70 +:10D3B00005FE4B72349E8BFE29CCE33053BBD45A0E +:10D3C000EB3D3684F38DC9897B374B99FCB2D8028B +:10D3D000BAA7F66E58A6FA273A170E9B16C5F7E1BC +:10D3E0005051005C5DA51E1E276B7AF8395D7FEAFF +:10D3F000E5E7703CEFC67F449C77B9BF3F1FE1EB88 +:10D40000EED26A39807AABADFA041DB644761CE5DB +:10D4100069A797E2CB20FD3AC2173166CA12C0173E +:10D42000294AE15D7FF6610EDF0F063B27D1BD8CF7 +:10D43000DC0E96351EEDC31CEE470A96B3AFD33B08 +:10D440006F8687623583D00FBFCF71E6F66FE5F048 +:10D4500077223BC5FDCF3794E4B3680ABE717B9E4B +:10D4600064DAF8570EF1F9BC0EFDF3B8A624F57F87 +:10D4700002F321CA539C53EB4F5E34D15FD03A99EB +:10D48000F341688714403E0AA5F82972A43A417E08 +:10D49000ABB6A84A70BE2125C95F9F5AAF5E4CEF5C +:10D4A000FB55033D8A292578DFF8C9778621DD837E +:10D4B0001D9DC3EDF14C9BC2FC1EED36C147A5D5A9 +:10D4C00027999E657E91AAB807F92438C8FC1B05E8 +:10D4D0009D2CFEB5EEB384BB38DE4ACB79BB94C23B +:10D4E0000A87DADAFF3CCCF16EF19DBBDFDF0BFA85 +:10D4F000B52A305FA46FBBCAF05D0E4F358F33CFB6 +:10D50000ADF2C42F8271765F98C63764D8367EFB41 +:10D510008E05A337C5D0AFB36D72BC10E13E25F8C0 +:10D52000D7ACE1EF72BBC7690973F84F57815C0153 +:10D53000BCDBB74E19856FCB1D0FF7C5A2212CE7B9 +:10D54000FBEDEDE110F9834F5755F6E17BFAA74368 +:10D550002B864ABABD1F2E47659E5421DEFB9BD702 +:10D5600051D486EF1694A1DC839DDD16296B437F91 +:10D57000CBA987BD82DE0D24CF4FA54A476068EF57 +:10D580007153A57BB0A919F1DF4C43B9DDEAA1F8CD +:10D59000A45349CB8FA60791EFEFAEDA10417EB8C6 +:10D5A000DB902B913F3ECFAD9B1702F8B7B6E70754 +:10D5B000F1FBA6168F84DFCBB6563E5F0EFD94CDF1 +:10D5C000C8A77AF406C614BA5D457CB54DBCDBAF7E +:10D5D000CDE5EFF5E5D5F07761F3E2FC1E0EE80F3F +:10D5E000BE0FA9E6E76A5AE74B3FA0770E6BF8FE3D +:10D5F000552BBAED06CA8BF31B6DB6CA9CE7087CA7 +:10D600009DB6C68334549FCFD3A1985679D253C8C0 +:10D610007EE5EF645AC7755A8F27BD0CFBADF01C31 +:10D620005D8AF04483479742FF6F5A7434AD733E6E +:10D630003EA76D178E4DA19E3A25FCC3F0BD10FD8F +:10D64000516F5AFE0A91CF94F7D1BBECDAE1BE04D8 +:10D65000C16D9EBC1CE7B1EDC24B4761BC8FD6F5D6 +:10D66000E20FE8BB387772CFEBADDCC40D88EFD6A4 +:10D6700082A15252E84B6328E3AE3F1DE585BF4FC0 +:10D680004AE73900DFEBDFE7EF8EA0CB11DF0BEAD3 +:10D690009FC73AEBF712F8FDC651A86BF95B94559A +:10D6A000F42EB9E8EFAD6E2FD5BFB341A7F7DD4E2D +:10D6B0001E80153617DF2DE7E75DFDEBCA123E4EE3 +:10D6C00078C7C635F83D5C6D3BAF82FF6E09713F90 +:10D6D000DA9B0F7F40EBED76C6EFA35BE38FC6F1DD +:10D6E0004B3279BA5F05F03C7228FFE20AE8FFAEE0 +:10D6F000C612F2CFB75878C43FA0DB306C07FA6788 +:10D70000981634BE0293BC5CC8D323A2DEB6C3DA3B +:10D7100053A85F66FCFB113FC6292E0DC7088EADCE +:10D72000D5EFD3FDE3ED1A877F7907E7C3E5B13E77 +:10D730003FFA03AFEE90B4DDB6F3B421021E8BEED8 +:10D74000A5098DE83EA443A2B8118C49F04C1126DE +:10D750004A297E37D720D2F3596FBA14FAD92EFA54 +:10D760007DBDDDC3F83B30BD0CCF8D9675308A93FF +:10D7700000BEF063FCCDB28E21E8E361BB63F1DF54 +:10D7800060FEF59D3E1DE1286D7FDF8FF5C31D5EB8 +:10D790007A2B1219D963F16D49061F63049C793BFA +:10D7A000D6D3F863AA98C1DFA7D49FA7776DBB7CB7 +:10D7B0003AADAB727C1BAD379D797C7CD6D74EF1F0 +:10D7C000E1351ECA8FA9E6F08FE97A6C2D9EDF5EE7 +:10D7D00015E3F3BEBA1AE84CF0267A4AB17E95A654 +:10D7E000E1B956DE4E5E4F190970C3385723DC523B +:10D7F000062FA502AE52840BF0558AF527D0BC0F38 +:10D80000E33C23ED43F5CDC599792C15F35A8AF005 +:10D81000D37D19CE4F4042F30BBC6AB9C82917F922 +:10D82000F35DF23F9BD797F1170E3CB88E9B34EE19 +:10D8300018715EEAC1EF12C6A13F4A709476F81CD7 +:10D84000ED3BA28B7A681E3B7CBAC4E1D2517F8546 +:10D85000045CA12E89F01ADA21E611B7F13B941F7E +:10D860007F8E99F81EE6FA7CFEEEEE1B1355F2331E +:10D8700080F1FEDAF751FEB6A9741E70F7E73CEEB0 +:10D88000363551DDB381EB1589597A0B80AC6C5676 +:10D89000A9FDF62A7EAF54ABC99FA9A27E3AD4B99E +:10D8A00090F443FCE43FD2EF90B8CE874387836483 +:10D8B0007F8E5AE7C40BC06FE07EB6C8756E1C360B +:10D8C00087CE44BD8AE57995A47F493E27DBFBC519 +:10D8D000F3955FCBA49FC387772E40FF6CE870A2BF +:10D8E00004F924E6AA571F292561081F02E8A85E4B +:10D8F0008307EB597EDC10CEB492D243988643CC9A +:10D90000CCE17953CAE73F37311BD2BD3312F4BEA5 +:10D910004778127FBF9BF09F4F691AD3CE4AF1FD23 +:10D9200070B244A354D779AA516A8D67AD935B4511 +:10D93000FD7F0F7BB2BE831936FEECB3EB2D39624F +:10D94000DEF4EF785EF8554EAF66A5AF167F57A1AF +:10D95000F940083DCDECC1BC5421BE67B446D82186 +:10D96000FD7EEA8A45641763280FCE87317E9FE8E3 +:10D97000BC70F92EE4F3F1468F670DE9311ECF78C4 +:10D98000E210D841E7E37BA94604F59D59E4A1F1F3 +:10D990005E7F867FDF18BD7414DA51DBCA424C8289 +:10D9A000EF8930D7A7DBAA37DC84FCD1BD43CA4757 +:10D9B000FD7CB7B0A7EEDEB5B20DE3BBB6E20F87D4 +:10D9C00040FDA7269F9C87F5524F7AE88C736687A7 +:10D9D00074470EF4F7C6CB018AE77BE35F3A1BB0CE +:10D9E000FCE331A1ACBFAB90F1233099DBD386C30C +:10D9F000AE0672489877D70F0E3F4676DDE8EA8488 +:10DA000089FA57AB66339078BA0150C1DE351CED08 +:10DA100031C9CE8D89FBB955FC3BF0A68E71917A48 +:10DA200011CFB7362569BFCC2AB8BFBE35BA3B1F68 +:10DA3000ED8DCD7B64BA035AB56BA1FFEF515F56F4 +:10DA400060543A63FB53969D93243BD7DAA7BF5E9D +:10DA50005E678431FEEA05AECE3B2A660EC1F568EC +:10DA6000B0F5E2C7A1AF58F710498F51C8B437B32A +:10DA70007E6CD37AFD88E7ABBA240DD78FABC0E6B6 +:10DA8000423C96EE9052F6F5232AF406E8DD0D8C22 +:10DA9000F43CD7BB51A14740FFFA29FEB19DAF0727 +:10DAA0004B63BDEDA47F3ABD7CBD90750FDA65CBAD +:10DAB0004DD0B7004B49CC1882F1525737C8718C02 +:10DAC0000BBD5AAC3396FECCAC570915EF5F5A7AB2 +:10DAD000385FC01115EBC31093AF0FF93BB95E1E51 +:10DAE000D2C5D31345493A87A158BBA199756D4F4B +:10DAF00048277CE4777493BE1FB283EB7D8B2E3076 +:10DB0000BF33FEEE44DB8E8933116FE11DC51EBCB1 +:10DB100037BA2556A7627A322C39E201888838CF85 +:10DB20001DBB48D883A6D84F14B47D1391D9BA6BC6 +:10DB3000A98AFAB0340E7285FB93A265F761B0C86A +:10DB4000DBC20E662C49EF2AB0867ABA7F1216F035 +:10DB500007AB7A0DDAC7762DFC0EE2B3B4AA7B04CC +:10DB6000DA1591AEE3ECEFE0FB7DE108CD2F5295A5 +:10DB70004AFB715D2AE7AAB8B43AE9C7FA57C73C2D +:10DB800004DB2939CD307F2ACEB4F57A669E7786BC +:10DB90007368FCFE7D43974FEC1B52146F69ED1BBD +:10DBA000364A89D7284E621AD72B1DF194B144C743 +:10DBB0007D03D713778F5477A31C8E0B09BC44FBCE +:10DBC000E87D6EDA4F803D5F117A6A2EDAF3D6FC7B +:10DBD0007C627EE1A25EFABDABEFFDF37103E10B67 +:10DBE00056778F906CF08D0E89F995F7987E84AFFB +:10DBF0000AE687F36F87F945079F5F58948763FBB1 +:10DC000072B0BF4C3F26D12392F26A488F483B6FD7 +:10DC10007735B4C37EDC7CF0B8C0CF68841DD707ED +:10DC2000C369279E2D1EEA216460C45BA565BFBA47 +:10DC3000D63D3FFFFD9E906B3D7A3152DCEFBF3306 +:10DC40006DF6ED433297D787E260FF15A3BEE7F785 +:10DC5000855047601C53E8618F390CD73B48513FD2 +:10DC600085BA65739CCD6F15AAFAB3237E693476A5 +:10DC70009C6D3F2AF6A1E12A4EDF20F0ABD7B61FFC +:10DC8000FC5198EFE37F14E67EAE6055430CE574DB +:10DC9000E0FE93C39B1BF3A42E423BF1429EDF3672 +:10DCA000D943F7E1C7A17C16A0FD728FB18446EE7F +:10DCB000ADC5FDE9C6AD2AD995A95DFCBE526A3253 +:10DCC000B727BAD3EF737B3CA5D2B9BE59CDEFFBD2 +:10DCD0006FAFD950782D8E5393A8F2DAF82752936C +:10DCE0007D1FFEAED8CFE3F22DFC2E927D5DB0F20B +:10DCF000EE763EE17FA13FF457691AAD8FF127E53B +:10DD0000C27A9473AD90E26447443C8E7791BCA98B +:10DD100030F7AFA5F9EFE558FE39EF918DFCFD9F87 +:10DD2000CCEFE58C8860BBA8F3DD1FCB6FE79BCC05 +:10DD3000F11B8EAA146C16167E9DEEB487FC19DBBF +:10DD4000638902FBEF37CC8970FF936AAADCAF309E +:10DD5000D1695F4C8DF0DF0D982CE095D39C6FDE80 +:10DD600010EBB2FC93A9FC3D971EFE5DA962B4EED8 +:10DD7000C17C8EBAE6F19E6B1E5511C46F59F679BF +:10DD80005874FC2CCCFDDFE8EF40FF8322F44928D7 +:10DD9000E5257A6FA9EA217D6AF1D57213F80ABEEA +:10DDA0007B76FE8EFC1AA5A89F80DEA9AD6EBFC64D +:10DDB000323FC2BD11EC1FF4B73BFC1B367D84F82B +:10DDC000C37EDB603CB49BDB584243BD61422F64A1 +:10DDD000CF747909AFE14E29CF8ED7D1218EAFAB69 +:10DDE00010AFA49F9FA6F1B7C64B28FEB7B5E0526F +:10DDF000F23B05DBC77AB0DD74616FB58A38E04865 +:10DE0000919AA27954F7919DB1FBC2DE18EA794B41 +:10DE10001EAC712CB84942EDF1DC5D5E4E0F8B2ECD +:10DE200015FCDD0E2F330DDC6F65A1C732E22BDD53 +:10DE3000F9FB19163D9E15E710FB7B6646ECF10BCE +:10DE40006EBBD7B26FDDF6EBB0B04EEDC332D8ABE0 +:10DE500095197BD65A67374AA957BE8AF2FA80AA23 +:10DE6000737F4422F60A1479C786E89EF1437277DD +:10DE7000B092FB43F9FB58820F8F0B7B52DE3A9531 +:10DE8000EC00A553CC7B87C4E77B763E6C3D131F2B +:10DE9000A2CF0AE1D63E2D66C6109B1F673623FF30 +:10DEA0009796E279CD54F97EE6D332AA97C53F54CE +:10DEB0008CBFC7E2F60B813EA377C0FEBFF1070916 +:10DEC000BF1E937B634E3FCFFFB81F687FE4AFF068 +:10DED0000331979FC7EDD771FB892CBF0EFED9FD8B +:10DEE000456E3F4F11DEE22D453FCFD3910B507F62 +:10DEF000367A487E4F093FE4E68E7973CD9ACCBBE3 +:10DF0000184A5A263865533DCA7F0F93CB9BA5D735 +:10DF10002D3D9F45AFFF6FE2C341F4FA1F72988811 +:10DF20008F15F2156532AEE70F3DFC941FE3625F7B +:10DF30000D0BFD6CADF7B8CEDBD6F530AEF313CEDE +:10DF4000619D17F238F87E89CBDF2DB33D01843B0C +:10DF50005FCC37AF8FA7F9BDE2F76D984269A7781C +:10DF6000B7316F9E13AFE71F74F3F37AEEF7F71B29 +:10DF7000D14B50BEE679289E75EA4BCE7AF38A9F44 +:10DF8000892E0410F3E7703AF4B70BB1824548DFED +:10DF9000D932B5BBE094B35D067E515FE3707DED91 +:10DFA000D3B3D48BF2730837FCB3FCBEECF0C78C50 +:10DFB000826F4733F05F1473D6AB5DF24CC177B21A +:10DFC000C15FC486D65665E0BFB8DC7766B8740E0C +:10DFD000FFB7AACF52AF2C3BFC0BE70D027F39FBFA +:10DFE0003ADEF7F94EED59FA1574FD6EFD99EB5DC9 +:10DFF000D9E81EC774DC5F18C0474C21FD9DDFC700 +:10E00000FD32799A42E997E72333BAC0C6476E7E5C +:10E01000983F51217E19C847827E820E67E50FC165 +:10E02000476E7E38573E72F347868FCC824B6D7CAD +:10E03000E4E687CBD728A4CFF2E730FA3DAE817C67 +:10E04000C4DB9D953F041FB9F9210B1F115FB8E197 +:10E0500077F3C9FF387F680AD73342BFE4E97F29E5 +:10E060007FA4A30B6DFCE1A67362C61CE28381FC56 +:10E0700021E822F8E3AC7417FCE1A6F3B9F2879B20 +:10E08000EE19FE48931EB1E077D339B97E4C1E3F9E +:10E09000C7EFE78B73A3B30E740E9DBBFC333BBC81 +:10E0A0002503E9FD17D359177416F29F17FF4BD7B5 +:10E0B0001358176C7476D36BD125AD44CF81741689 +:10E0C000F815743E2BFD049DCFAAB707A1B39B7E24 +:10E0D000193A336EB7CCE3F6A69B7E40E7808BCE31 +:10E0E0005F8A7E67934F377DCF46472BAD1FE47E17 +:10E0F000EF7BB9DC4E3985861DD6CBC95EEFE35C7C +:10E10000EECF9E982BEAE53AE3B4ACF4BF457FDF4F +:10E1100013F5F6613A3903C7DE0D0DF5E8F7DBF7C5 +:10E12000A43E7C816D9CFF0BC280523A00800000AF +:10E130001F8B080000000000000BED7D7B7C54D598 +:10E14000B5F03E67DE93493233E4319317332181D2 +:10E15000A0894E02A480783D7980E1A19D205540A0 +:10E16000D4415E010209D42ABDA5971308AF346AD1 +:10E17000120382459D00B1145FA1179522ED0D0F8A +:10E1800029F6EABD915A442FA5817A3150C4D85A54 +:10E19000A5F7D3FAADB5F63E99334302787BBF7F3E +:10E1A000BEDF8DBFF6B0DF7BAFB5F67AEDB5F730E9 +:10E1B00056C7D828C65AEAD8F48E7C067F3E696ACC +:10E1C0003C635FE3DF6D8CB99C12959F5DE5648ACB +:10E1D0002592DFB4C13F81417D7763E13AFCCED91E +:10E1E000308829798CFEBE66BAF697873065502450 +:10E1F000CD5898FA738E878E1D583E94CACFAEB212 +:10E2000052FF387EB0A0BFFEE306E8DF7B8DFE3311 +:10E21000A89C3195B164DEDE9AC29889FF931912E9 +:10E220000F5C302431B636C3EC33C0529F77B32A2B +:10E230008483D69FF6356598CF48374183A472A56D +:10E240005B9B47366305023E2623FCAF08FEB7CB37 +:10E25000A05A12AEACB746867E1D980A79F4F01D1E +:10E26000E594A9BD356C54C2087F23941744CAEFC6 +:10E2700010FDAF91022743304F35D31C68F731B6FC +:10E28000FE568E2FAD5E25D683F595380D629D41E5 +:10E29000867034398E9E94603E26AB4335D0FC8D1B +:10E2A00017BBAD9179553A19F5CF58A7811547E0BD +:10E2B0003250FD35B7621E7C9359B8CE7FFDFD8F7D +:10E2C00072FAE85BB0C34CED59BA399C2B45D60BBA +:10E2D000F0A17C75390BB7437E86956DB0023CD7B3 +:10E2E000494C718C847CC94AF9F8E704FCA58B7908 +:10E2F000AECF653BE59B216D64472C4588BF5A8FA7 +:10E3000003FB4933FBB07E8EC7DC29C3FCD6353313 +:10E31000351BEAAD5BEB502D50BE2E3E3B6C80F9B9 +:10E32000AFFB8A8FBBEE3E5F7835F6AF28BE24E8A0 +:10E330009F86F2F1766E6C5728EACD7686D7403B01 +:10E340002FEBB23143A47FC6325DE7E2186631A2FB +:10E3500043A71B2B5D4147113AE5F498BDD198675F +:10E3600084F57DC6EC01A4BF35AE5A8B0DBE2B9A49 +:10E370008AF35876A47EFD2ADFB87A932E6D02FCCC +:10E380003BAEEC77C5204E4FBB5DB5D38350FEA2AC +:10E39000B46C7A504727E75C9C9E8E0BBA6323834C +:10E3A00056A413E8F1F86DB83EA7EC6B90F0BBDA19 +:10E3B0003A09D3AAEC94000E61CF54EB22846BA3EC +:10E3C000ECCCA5F46AAAAF427DC4E311E7831BFC41 +:10E3D000B08E7A551E61F1617FCA94428063A2C0FB +:10E3E00053B851E6F8CD63E15C80DF8E46396D0E9F +:10E3F000CC6BA8B3A814F7F791BA876506ED9B2BF1 +:10E40000184B85FE8CAC5335E2D770AAD30AFD3D7C +:10E41000567E369883FD489CEE27181C6993A07E93 +:10E420004BD82823DB38D836F44D13A47794CBCCC3 +:10E4300002FD2776CF9EC2002FAF3AFDB44EE3A96E +:10E4400089E719D06773E37627F2855D6D29DE10C1 +:10E450007CC36DEBD270FC8471C6B37D748BFD8D73 +:10E4600037A77543B96364747E7886CFEB84FA76F8 +:10E4700006F9DAFEF6F36F27EC9F5C4137C726A654 +:10E4800048DDF9B80E5D7BA8E76A65328ECB54474C +:10E49000D2B91B19DB03FB16F7C92E59916D089FE2 +:10E4A000D352A01D8A7736AFB38474F81D9BCCF18C +:10E4B00056BF8AE57E087490E79783C82FD64A9C9A +:10E4C0000E8C0EA6205C34FCC67EB337962786FAE7 +:10E4D000E16B7DFCCD3A645CFD88487AAD89C3D997 +:10E4E000E8EC929D0057DF5E67611CCCDFA7FAF66F +:10E4F00075C33C5B0AB20A71191ABD1D9D3874EBD5 +:10E500005CA8B7FC454700F1613F653983FC20CE2C +:10E51000DAF8297E5B0ECE603EE07B712B9272733F +:10E52000601CBB2F253707F8B2C9A9305CA77185DD +:10E5300039F743C89FF0727E6AF755E6D9B0CA9999 +:10E540009B03EB6F5D65A56F8358FF8D2F4F497C53 +:10E550005007AF8F04DFD4D2C6157101FDFA925D6A +:10E56000003FE2C7614FA58E1F3FEBE27C54EB37C3 +:10E57000767CAD9C8D54BCE3010EE189666703E0B7 +:10E58000BBA4D298B608D6DFAE9A9D48FF2D75770A +:10E5900037CC427CBE63209A6899684E9BAF5B97EC +:10E5A00046C7B1FD9B45FFBBBCEA535200E9E4EE10 +:10E5B000496F79206D539F629866D3781A19D458A1 +:10E5C0004CCF98A4203D23E34E03FED39C3E4985C7 +:10E5D0007E77B9D49932F0DEC76C150D47C6403A44 +:10E5E00057FD4082F4D624D6598EEDFDBC7E5D6B7E +:10E5F000DD0615DB17F0F4BAA4FB26613A2CD6939E +:10E60000D466267A0EB7D5BB719FB4564E4BF3C174 +:10E61000B7BD30EC61D0DF59D7A7C7ACC0E79224B3 +:10E62000DE9EB1DF54E07CDA453ADE75BC02FB2B9E +:10E63000A9CC7912E1B1A3CB44F4B1E3D87766E277 +:10E640007EFF0CE085CC369CE9F306FB8177FD2A42 +:10E650004F6E2300B011BF3AFE67727A725FD0E945 +:10E6600003F181E87458F279717EF7C1F846587F5A +:10E670008BC9B715E17747F36E9E8EF779111EB7F8 +:10E68000366FE7E964014FF5299A7F8B97A7735D91 +:10E690009B69FEB1F3089B585A20FF3AE621EAFD38 +:10E6A00077D731101CAE77FCFF8FDBCF0C38AEDD97 +:10E6B0007EA72B9A0F5CD18FFFFAFAF97BE9F17FE5 +:10E6C000DBFFBF6D7F9F2B9BF8E6B5E981513DBB1A +:10E6D000CC42C8DF374D2BB5CDD6F19D82642ECF0D +:10E6E0003E7232A1472B648FB46F9A6043F9D9B25E +:10E6F0003260578680FC6D9B6647B9D5125CEDCEC3 +:10E7000045FB01F4296479F55FAEB1A25E525F2149 +:10E710003B57437A8733DB86E5CD90C6F2E6A452B9 +:10E720004AABAA1C40B9B036C96D9BA3930350AF46 +:10E7300002E5527379B677BE6E5E2D421EB19530FA +:10E740002368BF31237B7B835F670709FDA0A5AEEC +:10E7500074E270183F8CFA1DFC1D9938E118EA69C3 +:10E760002DA0A759484FCBDE9883F353E400CAA9E4 +:10E77000A1223D44310620C9866123A8EF76B270FC +:10E7800027F2E5D69F2D473EBDCE0983C378431AB5 +:10E7900043C76E8374A247F6A1FECC1A41CF053D54 +:10E7A000CF853A0E747030985D67443E3F9A119F52 +:10E7B0005F87FDA1FE1E609AFE1E5F087A129964B3 +:10E7C0003E94F7E326E5E0FC403FC4FA9A9EF67ECD +:10E7D000929FE03F08F5384887D5A2069CE7A680BF +:10E7E0009119A09D738A4EFF6257EA6FC926A6E071 +:10E7F0003A92879BC32A8CEB88D1D762F5B23EBD93 +:10E8000020087A85AE9FB83C6754FAB353B733D427 +:10E81000CB9BDF603B51B95DFB06DB4F4A6ED39368 +:10E82000048745020E7F5C1518570F08CE919C7621 +:10E83000340A0C430A7D0CE8C66668B2E237470E1C +:10E840003C5E02E31E7BC94EF05EEE3287113FCD87 +:10E85000E3EF9E8EF0EAD91ECF10BEF526E7569460 +:10E860006379C95F6E4039D56CEADA8D724C664FB8 +:10E8700034546482BD63E4F86A4FE2EB6CEFD87BFA +:10E880006137E1DB1A40703F56B1BC02F5A91E9911 +:10E89000DBB5CC18F454023DEF79D13C9DEB3F4100 +:10E8A000D27F76B5DD9A87E32C79E2D58D36B075C7 +:10E8B000F6C892D02F008EA319EB403D80D2F37E94 +:10E8C0005D9E437A27A5E35B9E6B40F9B876007D99 +:10E8D000E90EB19F3AC2F142BEB63594C09CF7949E +:10E8E00032917E6D9292C158E11A49E80F2F36603D +:10E8F0007A0F926F1A87BB0C30DD63D6EA1F9854EB +:10E90000358EE637D9007BF9974FFC78A3634C64CA +:10E910007E39EEFF7C53CDC1F26555FDE913DF4230 +:10E920007D15E8AA6324AB407840BBE961DDFEFBBE +:10E93000E5206E3FFF5A7C61DEB20FFAF11941BF4C +:10E94000866FE0A0D1BE48CF2FDC765A5F9585D583 +:10E9500062F9BE6ED93E5BD79F2F49ACDFC8E23E5D +:10E9600000BCB81ACDCE3A58862B7C2BE93FA60CBA +:10E97000339300CF725257513E94E7EE75B0DB816E +:10E980007ED66F0A905DB2634CF8B1B188DF4C3926 +:10E99000A022BF08DF58CEC01E6D8F7710FEC2BB0D +:10E9A0000C15CFF5A3478E4A32D0B8EBD5A2DA8545 +:10E9B00030CE058783ECB8E78D01A2AFE71D66A7CF +:10E9C000CA8D5C2FF2B71C399C86FA50B0257B6348 +:10E9D0003DC03747C0FB8DA4BC8DA40F3A3BEECCA5 +:10E9E0008679AC07FB0AE7B13E69AA15EDA8E66097 +:10E9F000AD1559C3CF0ED656F891CFE5CA6C358CFC +:10EA0000D35CC2F5DB9C64F724A4CF9CB56E89E986 +:10EA1000F6D907020FE100A75F3549F00723CC03C1 +:10EA2000E1B2AB3880FCCDE26445B85E5346ADA29E +:10EA3000F483CFF3A21F063AADA398B620EDBF949E +:10EA40008A133F40BED163EEF83784DF7A973DB03A +:10EA50001DF277D83A12B0FF14B75DC6F5A732F8A9 +:10EA60007F0055BD0CF8417B328339EBA05E6AAB69 +:10EA700099FC1929AD66B2635A5499F8D8DAB92CC1 +:10EA80008CEB4855E533E8E749E9FE74158EE34918 +:10EA9000923BCD989E65663E1D5FF29C3AFF15DA6B +:10EAA000A11E06F93A7E733131B8CC0DF3B6643845 +:10EAB00025B207B16E31DA95FCCFAECAAA05FA7D50 +:10EAC000B18EF3CFF53F64E1ED12955B5714F1EA97 +:10EAD000E8AF318BFAEDAFB017104E666B6397213C +:10EAE0004107D7151CAEE6D675CB701DE63CDD3C64 +:10EAF000E07FBF446707CC239301B707BEF447C646 +:10EB0000F705FE19A1280B71024BBFD8F1071BDADC +:10EB1000573D66EE57205BA458D8F73A3F458B9B8C +:10EB2000CBA1D87E064BBC9E967E86F17EF71C71EB +:10EB30004F46BA7F76457621F2F57A8D4F31DE3F2A +:10EB40008A35C44FB2D3AE0C87F97F3789F7BFC778 +:10EB50005EDBEFFE5E91C4EDA7E63701B1008F3DAD +:10EB6000AB7DDF45BB74FD66996D87AE0EB6723C1A +:10EB7000B63432E2B72D4AE03753707FD51A032AF4 +:10EB80008CDF9E27F869852F5C27FC4D2ACC375EE9 +:10EB9000CCB73D236837201D8C67CEED80C7F87257 +:10EBA000A6D86E22BEDA80ED8694BB19D22D03184A +:10EBB000CB30FF38D12EBE515D8674D09C11984960 +:10EBC000F033FAA4CA82083C1C028E7115500FED76 +:10EBD000E6A4571F41BF5AB87C2A43FEE34882711E +:10EBE0001278BF48E4E472027C391A79BDC469D155 +:10EBF0007447FC12E97E29D00DCE737434DE5B04B9 +:10EC00007CD28DACC20CF454E7E67268C7420E9712 +:10EC1000B8404C7F76DFFB55044733C37D94B53253 +:10EC2000BA3CAD35A514E92E83E9F261DC936E1789 +:10EC3000E12BEDD8B6A932AC6B6D15930D382E5380 +:10EC400095AA228E1FE41BEB27C8D46F7AB9BBD4D8 +:10EC50008C7E9A7259413CB9AAF2B7A35FAC4FCFF0 +:10EC600049724A45F958CF593AF426F2D772FD2233 +:10EC700005E81CC64B3FD6FB5D845F5A75F4FC98D3 +:10EC80007EFF19AE9D365913D4B89BD01F1ABD6FA5 +:10EC9000DF1AE4EFF323235D709735FE1FF7B71AF1 +:10ECA00013983D0FFD9B0D32F971D0D79801733445 +:10ECB000BD20ABA9D09FE505BEAF4D1D46755802DE +:10ECC000EA214C316379C6DF2CFAF9EE7AC59186D8 +:10ECD000780F0B3F9F41E8AB1A1C1A069909AE0D3D +:10ECE00082FF95BE9651867ECFB5995CEF0249446E +:10ECF000FBE76131F71E39B8250EE1F481856CF32D +:10ED0000A263EACC7F85FACE72861E63B6DE586BAC +:10ED100075E9E5160C2D7BFEFBDF16A11F85513F23 +:10ED2000BA99FC1F3391BE34BDC6D5296BF25D4143 +:10ED300051DFA76FA80D1B51BE1718BA6EB0823CE9 +:10ED4000DADCB473637926CAE1CC1B8DC073760F0D +:10ED5000EADA684AD6E90BEAAF362AE3AEA22FB068 +:10ED60000F2656A17E91A1A58F4E54403FE8B08A50 +:10ED7000B4BAE94D942BF526F525E4698B92985A9F +:10ED80003E1AF99C56BE75A3027079D1CEFB5FD4B2 +:10ED9000BA75A39A716DFD03F6A93D187F6D38858C +:10EDA0008DCC8EF2332CE0E11FB479629D4E7FA9A9 +:10EDB000DED53509CF1D34BC0C16FC15F4CE0EDCA7 +:10EDC000BFCD42FF6C4E1E4AE71DEEB05909F7A3B6 +:10EDD0000F8C1F64253A79354EB96DD0A86BD3D707 +:10EDE00078415F7F75737E5A60E0FA4D6CBFF70E15 +:10EDF00012E53BCCB5386EE96B0EE2232D7577EF4B +:10EE0000443E523A2C7F6B1CFAC9DEBFC784E91915 +:10EE1000838CD46FF8E7A1614E2EF7D2104EE80F25 +:10EE20002038BC324EC675C4C26908AEAB9FFCCA5E +:10EE30004136717EC1661E1AC9CF17D01FF7E26A2C +:10EE4000900FFDC061D1A03E3F2A53C8D871927D7A +:10EE500097E352143A2F4A0AAA8CFC12325374FCDC +:10EE6000526B6FBC9C1E75DED4E65418D6375ECE4E +:10EE7000A2FC1463B07A10C0E3A95747DF89E2EE21 +:10EE80002921CFB29CCA5284FB671B4646F9F56321 +:10EE9000BFD7EBE7FF81F06F7E537B648D5971A381 +:10EEA0003C6D6381807B08E2BD298072642353B28C +:10EEB00031FFD84B8B9A4AD01E79DB407CA45E523E +:10EEC00097CEF5A33F582D46BFF7B5EC91D87D5BA3 +:10EED000A430A247A39195239F1B8C861FFAE37D44 +:10EEE000329D93998E703D0AF9237E0D20172429B7 +:10EEF000C2378C6123951B4E5954942F06751DE91A +:10EF000037466790FCC64139B40DE1CA9A8095C274 +:10EF10007A6D1C65CCE05018DAEB03F185BD4F3CEF +:10EF2000367103EC63C311FB19EAB7538C7F6A3D5A +:10EF3000F9ABD916E8AF38D21F8CB30BF16ADD17E5 +:10EF4000EC8CD3F72FEC98DD4FFC68A33AEE2AFD4A +:10EF5000355ED1DFCF70DEB1FD697CEDF1271A2778 +:10EF60005EB5BF9D57F477A0BFF9697CAFF189C743 +:10EF700037225F327672F963C47EF18BFD41BF5652 +:10EF80008027D211F47394E0592E45F58F6620EE58 +:10EF9000D3587B49FBE6B839BF88C5FF8B75B5D31D +:10EFA000FBDB8717DCDC2E8A9597269497455C4E11 +:10EFB000A6EAE8C282F2F2A681E5E59FDD4CE30312 +:10EFC00044079A5CFE2A31F47B848B2589AFDB925F +:10EFD000C1A410E997DCEEF97BED8F19823FEEB00A +:10EFE000B1863CB42B26C84ED42335FBE1C53AE7A5 +:10EFF00044F45BAC7F540EA0FED9673708BB42B324 +:10F0000053EA914E492F95B7E3B92AD81B93C9DE2D +:10F01000007B041D4BED304F1BF2F9D6A2DF4CC133 +:10F020007AA0AF929D136B6F083BC433373AFF62EF +:10F0300062484A02F8382A64D25777E42DEFC47543 +:10F04000369433EA27D62E88D52763F5C758FD3086 +:10F05000561FCC7828463FFCC6FA18D7A7AE572FC4 +:10F06000C3BFFEF431D20F69FF7F8FCBF13A9EEE22 +:10F070001AF43D92E355715CAE1DE895C93E0F3719 +:10F08000A6B871F81D263699F4E7F13E37DA8905FE +:10F0900002CF55894E09EB81E1E8C473783989398B +:10F0A0000200C75C552E044E0C76BBE228443DBAE4 +:10F0B0004E262B6DC718B0EBF15CE81507D9CD11C2 +:10F0C000FBFD85C7C6A23E06763D9DA70E60C78F95 +:10F0D00013FBEACF6E278D6F303705F2913FD6DDF7 +:10F0E0009D8674DC6E0A92FFFA67C22FBA577C0DB8 +:10F0F000E21C492B7F55F84BF70D50BE5F941F1053 +:10F10000DFD8F25F8A769D03B43F24DA1D19A0FD93 +:10F1100051D1EED800E5BF16E56F0DD0FFBF89765F +:10F120005D03B43F2EDABD3B40FB13A2DDC92BCA01 +:10F13000B97CFD40949F8AE9FFB4A8DF2DF2CD2E63 +:10F140001FF75B0C703EF6A29FF3BBEA235D8A3F7C +:10F150002182C77437D7D3357DEE9AFE2B61DF62EB +:10F16000DF684792C93124D2DF8F05FFC4BFFAE2BE +:10F1700088FDA8F1B3DC913C3E43B343357BF1E716 +:10F180006E1FB573B40ABB957530AE7F5D1DCED3CF +:10F1900091E693E99C90FC3A487FF374F43A2BC9CA +:10F1A00044FDEE2AE4F08CC067A8ACC14786FCB9E8 +:10F1B000C27E37BB38BFDEE58AF4A7F7835708FF66 +:10F1C00055F81AF4599EC4A2EA0D4447D3C4FCC3AF +:10F1D000D7A0E78A98FE06A2AB5931F506DA5F4A56 +:10F1E000CCB803ED83604C7F2F89F20EF11D2DFC0E +:10F1F00088D7A2BF583A0EE3B9F0581CA7A841D54A +:10F20000F963347A71A832F91592596F147D24B0DC +:10F210002E1ECC22E8C374D9CF9411C45C496E76FB +:10F220000FE2F33019830CF576D3E51C2AD7E24DB3 +:10F2300036F856BB317E646D5252217503FA03FADB +:10F240003B6C621FF4E921182780723E49257D45F9 +:10F25000A7D7BD9784441F8ED6EB343D44F33FDFE0 +:10F26000B1C93C91FC9323B9BF5FCDB3921F00CCD1 +:10F270000CCF20E4C08629013C777FCFC5E9E95A4D +:10F28000E706D73A27B8D6F9C0C5A4F8248C0302FC +:10F29000A91A407935E1E5FC960A8C8B78C740E7DE +:10F2A0002D8F34A99685EC4A3EAFC55F68710D5A23 +:10F2B000FC8516EFB009FDFC78AE93E76943BF9477 +:10F2C0002F99C3F1A02ADB51EF689FC6CF73DA8F65 +:10F2D0006DAAC0F3A5CFCA6527D2459E293811D3A0 +:10F2E000ED41EE3FDED03A75D270944F61239D0F11 +:10F2F00044EC0E4FAEDEEE18EAAC2DC5F2F669A571 +:10F30000E4E7ADFFB2CC8AFC68BD33DB8676A3763A +:10F310004ED552C1CFAF764C8BCE1FE8FC2A76DD9E +:10F32000FB5D9CAEC3C25F78E3E11995185791ABC2 +:10F33000BA0B6D5C8E939FECAC4BD0CD0A03C589A4 +:10F3400024A31E05F4930BF617E25F8B1F49663A60 +:10F35000FCF831FE85D373018690A12EC0009E1A61 +:10F360007E0D57E253AB1F8B57660CE421DD5D76B3 +:10F3700039A95CE3E303F1FBCB625D4393F9BEDEA5 +:10F380006454A7923E07063FF2E5834953B9BF1C78 +:10F39000F106559A8F99886F7F06F48BFE653C972E +:10F3A000EC2F5E47C3D347229E2E165FBB4C2A9D8F +:10F3B000AB1F6A7BD883F14BEB7F1E1AECECA71FC7 +:10F3C000ED5B27FA01F0D8D09E068E6893477F2325 +:10F3D000BB6872723F768C6617D56CB2929E359080 +:10F3E000BDD767DF09BB4FB3F3747C607A32C5DBEE +:10F3F00048FDDA77DAB952D926CB9BAAF17FD4AE91 +:10F400005C40E37E43BBF27ACFA7BE819DF8487F84 +:10F41000F0D5ECC4999B6CDFD44EACEB175FD7F200 +:10F4200067F5C5CF2A0E09FAABD6D8315B467EC642 +:10F43000EF89BD522DE2EEC61B1CC4AFEC3B25F29A +:10F44000272F568D34AF6A75F532F403D33907D0C0 +:10F45000FBC2B52CACFAA99CF6B3D67E7187857534 +:10F46000EAF6DFD2BD90D6F16D3FE371650BC10EB8 +:10F47000E8D4F16B3F9E1F276079743E33CC4A4439 +:10F48000BC626C657F71992B4EB5DD7244D77F7B72 +:10F49000B2E0E3DF62DF227B44B41F681F7DB12A44 +:10F4A0007CCB11D8972592F27CB26E5F323CDC06A1 +:10F4B00078360C3F97D7DF7ED6E03A674519FB03D5 +:10F4C000F0AF57CDCE128C07559F9128CE774E398D +:10F4D0008FB71B1B96C84E9BF3FDC52390CF8DF9AC +:10F4E0003060C673C6A55DDCBF926A5856F843F813 +:10F4F0006E3AC41E088AF43294F70EC587E762B3E9 +:10F500007128687FD1545BE84439799F43417B7708 +:10F51000F634E57D3C3F983D2BDF8A709BDD6153DF +:10F52000E86B65463BCACF2FBFA6B8E07902DBB3D4 +:10F530008DCC8AF9A96666B4C1F7B5D64A33C6F54B +:10F54000A5DA9915D3C5AB617C8053C2E820CD6F95 +:10F55000F6819FFC05FB5B60EC3C48F1D3223E7BCF +:10F56000F68137FF8A76EF3C256846BDE5C65D66C5 +:10F570007EB621E05FD0119DBE795F74BAB0333A98 +:10F580003DE25874BA020F0201AEAF7F65601817F2 +:10F59000DAFBD3383A07590CFAF13FB8F934D0D72F +:10F5A000B0E8F982368C777DF56FDFFDFD0F21DD48 +:10F5B000FBB681ECF4576F001D18E1670C67E1FCA6 +:10F5C0002E3CF59367BE0FE51776A7A225C80EF56A +:10F5D000F078D6C5CF5988BE2FAD0A8C2B07BDAEAB +:10F5E0006CF1812CE4BB97F6FDF33358FEC7972CE2 +:10F5F000E4EFFEA3F0031EFC60FFB9A770DC97E206 +:10F600000A91EFFFF1C5D786229C163DFF8B2C8C0B +:10F6100043B9B0FBF9624AEFFEE94DF8BDF0D39F64 +:10F620000C9D4DCA5A380BCFE9B57E16BF603B33EF +:10F6300008E077EE638703F9592C5D7DD37E17A32D +:10F64000FF97FA5DDF3508F7DFAE7815BF8B76FDE3 +:10F65000E853FE95DEE1DF3A2A5F0490190D703C15 +:10F660001FCFE5FAE25D9628F80FDB128D8FF3A02D +:10F67000CFFC0CEA0D0F47E79F03BDE067306EDE5D +:10F68000A55993507E9E177ACF39F8EE81FA3590BE +:10F69000EF82FC4B423F885D677A0AB7276AF645DE +:10F6A0008FBFDFD87F7D7F0A97CB797872AAE30F6F +:10F6B0006996FEFDDBC344FDDDBBFBEA1BB87F02A0 +:10F6C000B613D0D862B1AF5E97B4FB13ECA174D877 +:10F6D0002F8BC579A796BF98E9D64DFE8A4022C2E6 +:10F6E000FD1D111FF18589EFDB0BAB422330BEF707 +:10F6F000DCAADAE1E53A7D6CFE966547BD4037D578 +:10F700007B928B28C65CE457FFF47002FAA56EE882 +:10F7100030913CBBB0EBF0E67948A71D2616E7A375 +:10F72000F2142CBFD8F146C2BD903F7F9BAB08CFEF +:10F7300059B5F60BB67C6F78B98EEF7DD37DA8F105 +:10F74000876A2787C36BA3BB26A4C37E5BBC450A1D +:10F7500060B5C51DDFB9EB0EB46DB619C8CF516CDD +:10F7600064414311AEE395A369905FF38B51C5B833 +:10F770001EE8621AE637C8C1C905C89F9E31913F8D +:10F7800010F28FC9406787F25ACC67611DF7A670E7 +:10F790007BA9E16E4715EA99D0DF11F4B424EC940B +:10F7A00014913E89F57B4A3B12D07E396F726C9082 +:10F7B00012914E6B7F83F3505FE4FDB24E3EEF85B6 +:10F7C000C23F5E75C044F6484DFB9A8412B4E7FE12 +:10F7D0006690308EA9B75D227EB0604B347D554176 +:10F7E000DF1E18F7425B3CF57F21399C857AD68570 +:10F7F000F870969BB7273E58B5EB577F45BEB7309C +:10F800001CDD3E961E568975C15F9E9EAEAEA41B42 +:10F8100066341647CAAB57803CD09D47547FD864A6 +:10F82000467D7DE114F355C77B1D6D0882878DEC05 +:10F83000A5C537B0721F8F2B90ACD0FF05FC17D831 +:10F84000838BA7B20A2D9FCE1390AE8164FF7CEA12 +:10F85000578F1980BED31079806FF6721CF94FFF55 +:10F86000F8B199E4C7851E502C60DD4B3D23C69549 +:10F87000EBE67771DFE1049CDF455F67821BE0B553 +:10F880001FF735A69D3CBDB8A781FCD1751D871318 +:10F89000306E6971C7203A57DEFFA2E49601CE1799 +:10F8A0007B9E8B63FDECD3453DFCDC38960F69F203 +:10F8B000F50CFE13E4F0CE14E5D914D477EB0791E0 +:10F8C0001E903AA8B6B0B69FFEB4763F49F1D17704 +:10F8D000B6C4DBA71A9653FDB73CC1DD2990EF29CA +:10F8E000ED52F0FE9067120BAC812A7F30041E7639 +:10F8F0000E4179193293FD5C9F4CE32C608017C850 +:10F900009F63649D46A0CF3928776FA234C16FCE24 +:10F910002E298C2A5D7CA325EA9ED3FC564BD43934 +:10F9200014DBA62B07F82F44B99A40E73C9DE81753 +:10F930005DB433BAFE62D649E356BFF0B545DF2F5A +:10F940002AB65CEF57CC68D7FC45C0E72D8F7218FC +:10F95000E19324E2077ADF3671B9C982FF80EB595F +:10F960002CE4F83CCB415A5FCDF7BF3F7C2EE82317 +:10F970009FACF8C1F0B983845F01F7FB1689D355BA +:10F9800039EBCC84F9CD14FACDE203526701A4E738 +:10F99000C1BA518F18FB82A4C683FC9A67656A02BC +:10F9A000D2D9BB1C2FD5623D582FB108E1A7D27820 +:10F9B000A7043E16B22E5A17C8AF352930DED21E24 +:10F9C000E009903A76B03811E9E6CFC05F713F8226 +:10F9D0005EC26CEE2BF11B0BD7AA6D3170D6C33112 +:10F9E0001BE1178D97A57B019EFDD0D926C1EF4F56 +:10F9F00033254ACF64E29EDDA63A89CB09B572066B +:10FA0000F2E9CD338A8BF1BCF271F487A5898E4679 +:10FA1000231F645AFC5DA715C6B18FE84B5379F1DB +:10FA20006A9EFEAFCD2B276F01FD7FB329E4453FD2 +:10FA3000CCE64AD07BB9DE6243BDE54B6FE86BC4D0 +:10FA4000E71C43F0281EB17F58A20C25BA5CC1E127 +:10FA5000FC6451EDF0DAABE8A5A930769C5BCC0FE5 +:10FA6000F5A80207C52179714E901F9FC5F3E36F7A +:10FA7000B2D3FDA954190CC97EE0AD7D538D60AEA3 +:10FA8000BBE9CBE2F10B03C55FA5BEA62FA6A2B2D0 +:10FA9000847AE70DB57B90BE52EFCF2F5AE38FCC1F +:10FAA00073B304FB10F5E61FF2FB337107F674A67F +:10FAB00043BD25153EF23F26DF732A0FE397F2532D +:10FAC000B9BE9028F4E4AD12AB47BF8007E85D2AC9 +:10FAD000C274B37739E48FDC2B915EBD646F8961AA +:10FAE0008983D6CFF5EAB8DA3619C77F208FC607E3 +:10FAF000BC3C3015EDB1541FF5EB75707AF5AC5682 +:10FB0000FDD84FE2A1E0B237086E3CFE0CE149EBB4 +:10FB1000B6B20DA82F7B589D84F5D62573BA5837F9 +:10FB20009BEB4368CA26BAF9F7247CC1FAAD37715A +:10FB3000B819ED3CBF1EC7D994C0E7952C1B1EA871 +:10FB400044FDBF88A7DD2B25653B6DC6668E470B40 +:10FB5000ABC075623EAE0BA6A1EC71E8E05B565BF4 +:10FB600088F3481DC2BF6F755B558CD3792B49D381 +:10FB7000833B1D484F6C9F5746B9F99090F79F986B +:10FB800094D4112847DE3131B45792B262EAE7E4E7 +:10FB9000C928371E1272F6B34059223289CF1C4A47 +:10FBA000A20BBEFB4CDC5E88C5FB03A95C1ED65CC9 +:10FBB0004E67619DFCA899FE39D90B3597B3A2F227 +:10FBC0002FAE82950CD3C9C1AA43747F7409EBA2EE +:10FBD000D0E5251D0616D6EDDF7D363EEE17BFB308 +:10FBE00010BFFA6EFBB0ED14CFCC7C0953E323FBBE +:10FBF000B5E6B281A9B0F76E31C854BF66BA99FCB8 +:10FC00008C351B0C6D782E5773D9CCCB07F3FE6A5D +:10FC10002E0F622A9E711BA19F026CF7E9BA7988A8 +:10FC2000FF5F48147F56733985CA357DB8E6B2C484 +:10FC3000EBC3B8A80FD6ECFB42ACCF48F967E18321 +:10FC4000F245DD6720F93A05E429F2DBB36159CDCD +:10FC500005FC5C0AFC81E4E9592DDE4E8C7B7115B4 +:10FC600030D46191FC4BCE6E92AF6918C781691F89 +:10FC70004F6BF0C27284D3A5E91AFFE83462BF4F1C +:10FC8000050E1AF1BE4F75E0E004A6A397085CE3E9 +:10FC9000F04E5F1F5C53D67475CAC02BB6A5BEFD6F +:10FCA000A37C1BA0F090C6B7FEFD4718D79B6290BF +:10FCB000A3F818C6246971C648229B6483E0835D5B +:10FCC0003F2ACFD0A779FD48FB77269703DF1B9902 +:10FCD000CFDB3F977AFC5F57A32CD5E49AB1372B43 +:10FCE00018AF4B5B63D20E4817E8D2CE98F2A498B7 +:10FCF000724F4C3A83D7BF3FB17B94016CCA3DA988 +:10FD00002726633CC4FDE9DDDFC37B5B8D6B4E4E74 +:10FD10002E87F49C919C2F2D3D2091BF5583DFD2DF +:10FD200000237DD511E836A3FF346E64E0A80CF5FE +:10FD3000AAF74914A7EBE8D8D3897CA61ADBF97493 +:10FD4000ED3AB89E5BDD7186DA0DD87F9E4CFBBC28 +:10FD500021EF2CD55BB2E26333EA6D1BF35B8228A3 +:10FD6000378332E757405E4A3A345CBAAF92F13893 +:10FD700054CE4F2F7995C3381FF517129D73F6EDAA +:10FD80003FECD711D91F5AFDFF2838F05B8C7789DB +:10FD90007BE8D33A23D4FFDD928F46E178FF81558B +:10FDA000C6207F0E0F47B933ABEAC1E1987FDF92DF +:10FDB000DC833885D3A6EEA7317EA437F5D2642341 +:10FDC000C8A3D3F1DD991887FCA7272F133C4F2731 +:10FDD000773F8DF05CB8E5AF3C9DD99D2943FA8B08 +:10FDE00027474EA1FAB9DD4F63FA668F87A70BBA92 +:10FDF000330D4E1415DE29E5906E77727EF80CD81F +:10FE0000CDC857FF23462E7F24F84CF750E56C2AC7 +:10FE1000EADFD55C2E3E0DB69715F8E5FD4F75BFB0 +:10FE2000D80E70B8FF1FE3E8FCB6FDE25D93821CBC +:10FE30004E41D4C35339E9EBE4A391F4254D3E6A16 +:10FE4000F888CFEAF291FC88915F4FA7288B3CC9D4 +:10FE500091EF7FF9F97791C727EC81DA421FF43BE4 +:10FE60006B9623D040F109DDA3900E1FB7F175C149 +:10FE7000FE213C3B045EBE12F2EDAB546E571E4CAD +:10FE8000194FFD81BEAF5A119F9566D2CB5A2B15E3 +:10FE9000AF3D09BF2914071DF17F98C8DE6915F72A +:10FEA0009D5B97E4927FAE4FCFFF8985DAC3761DC5 +:10FEB0008AF39889FC48C7875B179679E99EA05F0B +:10FEC000F1227FD1F826337624A31F5FE39398E6CF +:10FED000FC51A2B4C60F19837ABAFB98F79A58104E +:10FEE000ED837BDB38BFEBCB97203F3FD2CFF5E6EE +:10FEF000B7BAF8BC343999BAA683E24C539FF4BB25 +:10FF0000499F40818B7A59F3B0ED08EF2FBD53170D +:10FF10007946219C9EB33D981FA167E730250FF3DA +:10FF2000678AB8388D6EF00FFD77739E486DC3F801 +:10FF300091451E7E6EF1A10C7A17ECBB935E85FA9B +:10FF40005B84BE76FAF273FD59ACFB7BB83FFE17BB +:10FF50004FFFE378BA0FE9FFBF8BA7252B3EBA3ED0 +:10FF6000BE29F6E566A9D394CAF926F733403EEADE +:10FF700013DED450AD47E717BEFF074BBC148724F0 +:10FF8000E613F7C86B15F740F2FE4517FAF80DF3C4 +:10FF90005DA98F9FFEC0DA88FEBED3E60E920FA742 +:10FFA000C1EEAC433E2AFC82A7C5BA8BFF71F15B60 +:10FFB000687FFFCAC3EFB1A0BDCFF474B531F0DEE6 +:10FFC0000FFBA52F03B7FB7E61203DBF8FBEDA87F5 +:10FFD000117DD9041DA519C25BE7239DDDE3203FF8 +:10FFE000756BAE4C7A51EBF7E3C2A817B5FABB09B3 +:10FFF000BEAD637C4EE49B405F84BFDE1966EA17AA +:020000022000DC +:100000000188F53F999E1646F803BDF1716758893E +:100010007F3261177F52951D46FCDE8241E0589E7B +:100020002B53FB081DF62654EAE8E713E1F7FB041F +:10003000F5A3445DBEF033805E90A07F7FE35AF964 +:100040001A1DA6ACD1F603A7BB0F5B52C96F8CFB80 +:100050000BF7C15E413F1A3F3EE90DBD8C74D7A737 +:10006000676B76FEE39944AFEBE3395D6FB3F177ED +:100070002EF60A7EAF8DBF0DEC12943F608FBF82CB +:1000800074F30034DFE746BD38F4CB6E1C77854649 +:10009000C74133D2DD3CE107602BA3ED568C9FEACC +:1000A0004B1BAE4CCF57B83FFC0A3F03FB9B25BA16 +:1000B0001DD77BE2F27B4D48EF4FDAB89DA7C9B759 +:1000C0002D78B806EBDB02F8C7FDA9D5FBF345BBDD +:1000D0008C71CAC7C5FA8EBD352211FDE39A7D1E0B +:1000E0006BAF2FC52540BF353036FA976BEC3EF22B +:1000F000E3DD62E0FEF6DE764B147D9CDDE715F471 +:10010000A3CCA6F2BA781FD207B6C775D5E4600CA7 +:1001100095AEFE9661BCBE464FAF48829EC20B7143 +:100120003FA90B6F60B83F6AEC9C1E2F6D34B4E1A1 +:10013000BEB8941C5A88ED2FCDB0E38D2156839024 +:10014000C4FED5AF56A1BFEBAC91D30BFAA1F57E9F +:10015000823E3D1DFE8DF71D62F574C8570DFA7C79 +:10016000249994C8F95AB5B8CFB3543E3374B94EF4 +:100170007FC7185CF2C761257F846E107EE38AE832 +:100180007BC440F8E92E0EEAE8BAAF9E7C96FA1BD3 +:10019000C8EE5EBAE523BAB784E76E7ABAA88ED005 +:1001A0008FF4B584E3EBE849678F935E8F7EA0728E +:1001B00046EFBCC48B745C4517BDBB5223FC41C9E0 +:1001C00087BA27E0BE8A1FD9C1D03EAFE9E1FB67FD +:1001D000EC81B6C368BFBB2ABA3291DC6B849F53F3 +:1001E000A3376D9E630E341BD02E39F431A7B3D2E2 +:1001F000B3B36720BF7EDDEE2D453FD597DE90CFB0 +:100200009BACF37BB00EE253739E949C4807AFBB4C +:1002100099E22438F972104EA5667E0EB2A2DB9FD9 +:100220003F4F67978EF2F2B8F509B232CC0BDF4B35 +:1002300003C4658FF072BDABF4B42D84FA58A9DD08 +:10024000467CF0F19661DB2DFEC8F87337FBDD3894 +:10025000FE082FD7D7BEF4064778499F0E14E37ED9 +:10026000CEF6F2388352B32F07EDACD7EDA9A5B87F +:10027000BF276AE7686A490E5EDD2AF570D84FB479 +:100280005A3AE3E97CAD6938F2A7CAB976AE2FB223 +:1002900029442715829E1EF5733C3C3A91FB1B7F37 +:1002A000237524A15C93AD4D0F61FEA49CF800E280 +:1002B000E71DC995897E4EB6D0E43A678DBC6B3395 +:1002C000B09FC6C8CEE9E22A1E9540D176D397FCEE +:1002D00036F05531BD19B70FCA6DBB85E40996F3E9 +:1002E000B80CDF36947B53AC167A4F231EFD5FBCEF +:1002F000BD827E9929D65F9DC475A33F0FF92594D1 +:100300002B5ABFBC9C75E03E6101D345FDBB4B5BE6 +:100310006DDCFF07ED54E4A7F1787D91B7EBE4E3E2 +:1003200066B8F01D166D7D6B4C1D85383F7509C88C +:100330003598DFB612D59295847CDA5688FEDD9D1D +:10034000F1E64E37CC638957DC3B643EB203CF0AFB +:100350007AC8493077E2F9B6467F1E5BC912C4AB52 +:10036000068F3536C00FCAE179F600DAF3380F315F +:100370009F283845E0C2FDEE5368A8085C806ECB2C +:100380009D457AF8383AF13C3C162E03C1435B0791 +:10039000CED79D70255CB6C87B16133FBF640F7027 +:1003A0003F5B0C9C30CB4BF26923EEAFA52C44FE97 +:1003B000E1A556A6A05F6ABE6519F967AB84DF9B0D +:1003C000A1D30FF4924B32E7BB97764B2427F05C16 +:1003D00045CF2FF19C449FAED6FCBCBB62FCB14222 +:1003E000DE2D413F317E3BA2DB016727B958B32F99 +:1003F000D6EFAD46C9E9881F8CEF8BA736FB491FA6 +:10040000EC46608FC1CCD5B40FD1BFC6E5BFE24585 +:100410007FCEE685D945E86F8E33723D725ED3B0EC +:10042000ED75421F403D42F3CB69FBF94B6FE95E2E +:10043000A483ED69A52F23BCC8B933E66AFB89CF35 +:1004400053AB877EB9AB9D532C47FE07FACEBF78DE +:100450007D3C8EF1CDDC5494B3CB255F2A97B3431A +:10046000A3D2E70C213AA7D0FCEA0BF19CC0108183 +:10047000EB7CE18F9FAFF9DF014FBE183CE9D38BD6 +:100480007478F2E9F154CE3AE363F0A46FB714F054 +:1004900084ED104F51F1E1AD7CDD0F0839A1D1ADF4 +:1004A0006B659B81E9FC1489458A7F2DEA956F9ADB +:1004B000C8BFFA9F822E010FC5A817BEE529FD39D6 +:1004C000C2DD8EF64D3EEAF7AC0AF18DFEDCA9E8FE +:1004D000EF5A151A8EF17580D7E2A9FDC8C986FDBD +:1004E000B62AA4931EC1D7B5FC67BD261A9FFCF09F +:1004F000A8476CB408BDD69785FD14676BFAA28F28 +:10050000CED7E78AF3E5A5773B42D8DF59714EF0A5 +:100510009997FB1F3EF3F2386F2DADAD4F8BA7407F +:100520003FB3DE4FFA5F426E68FE5D660C515CE6DB +:100530006653D8368FF4AFA019F5AF3F5DE4747100 +:10054000ECD89C8538CF3F4DB7338C5730A6713AE5 +:10055000992BCEB5FEC47C421F1B4AFA9996EED366 +:10056000BBDA0C517A57CFCE54A177D546C54DF49E +:1005700095F70CD5F42C15F5AADE3D364D6F57F0E6 +:10058000DE81FACA30619F32B20B7A0E6452FD737B +:10059000184701A0ED3186B6E23E533BF8796D8FE6 +:1005A000D0A36A165DB809E57B0FE37C593D602155 +:1005B000FB831955D2A7CEF5E9F3E1F4BB74F8DC5F +:1005C0002FE20FABCD9D43519FEF11FA9696D6CEF9 +:1005D000FF318DF7205F17FCBCDACED36BADA1BC29 +:1005E000B4648CCFE176567502E43BAE073EC02F73 +:1005F000387D107D6239CA979E0305D17AE856AEE0 +:10060000D79E37F1F6EACFFD023EBD79E8FFEDE96E +:1006100049A177D93E099AE97E478FD03735B8ACE2 +:100620003EFF5C3AE2ADA74FBFE4F0D82CD6D16ACA +:10063000F2658D40FD0AF53A3CE7DEC0E36E6BC221 +:100640007F98857A5E4DD597F7537E4C1CC527520F +:10065000F76343691E1E3A8C5FEAE4651A1CFAFCD4 +:1006600082424F6549BD29FDE99B35E7D705291E23 +:100670008DF1F8E3B182E55E512F667CB2B78AB99D +:10068000BE4DE78D31711B4C9F365C990EA569FB01 +:10069000243AFF41F4298FC27944F7F7A1494DC0AC +:1006A000F7027ACFCB84AF25ADB3EFC7388E53A016 +:1006B000FF23FEF7B7AC2F16F7D8896EC7FE31833C +:1006C000EC39D6C4CF793F3429F7E33E7595779A54 +:1006D0001FD4C1474DE3FAC21C8BD0DF81DFEAF99A +:1006E0008D565E5CDAFF79C8AA34CE17E245BC1796 +:1006F000637759502FD88FFFF4E9EBF17E54B1BFE7 +:1007000007F7703FF3D89EDE837817B9BAA390E25B +:100710002D06AFEC24FEF0A18975A2BFE9C3ADF1AF +:100720009C7ED13F0AFDCE1FCDFB9D6F003B541731 +:1007300007B648E06DBE05EC56E0C7AFED2A31C400 +:1007400043BF8BB649018CD71D2BF835DA2F835167 +:100750007E8838A12AD6B5AE1BFA9FDFC8ACA32984 +:100760004E2C6C482738333A1749181DA678310D9E +:100770003E2077EA13A0DD22254CE721B1F1174C8A +:100780001F4F81F8C0737F9D9EB3A46923C511F4E8 +:10079000E9091DB171017FB344D38D1A254735F99D +:1007A000F95384E3A8885C19489E821EB43B6D14FB +:1007B000E18FEFE73D12C17309ABE57100429EC5C1 +:1007C000EA2DE70C5CFECEB734D3F75FD2FCDC2F0A +:1007D000C8BAC5F936D763AE85F77F1178D7F05D13 +:1007E000DDC33A6F85FE3BC5FCB57AD52B59E79240 +:1007F0009BF817ED05803397F3562EE7F16BBF0E8C +:10080000791F2BE763E57AAC3C4F3573F9ADD1879F +:10081000FEDC11F59AB12BC306C4F3D1550AC53FCE +:10082000ADB026DC84F758BFB0F1AF8A7045BE7812 +:10083000DA467AE32386C09677604B4C58CFF3D9DB +:10084000EFE3885FAED9C8F9DD1AF19EED9FC5FED2 +:10085000FFBDD83FA6740EA743384E2EDE57AAA080 +:10086000F126580B8DB8AF273A3FCD32223D01DF3C +:1008700071009C6F17F4BED4D2B90EFD5A87BD4BE0 +:100880009E7589772CF01DD209F80FC8FFD814FA8D +:10089000095EA41FCF7CF5688F8FB3862E213D940F +:1008A0000DBDDD88F26A75DCD271F4CE21533EC1F4 +:1008B000FC44A6F4A6115FCA70529C690C1D6AF331 +:1008C0002B63BD5946BC47603DF330F6A3CD377668 +:1008D0007E87BD12B77F62E6556D0D3D8BA1E83076 +:1008E0001F969E1C9967A93574A0DB47F391301FB2 +:1008F000E623A75F653EE8AE43FA345AE3E95EA318 +:100900002E4EDA81EDD929A9DF7B1A91B861FE3D1F +:10091000FC31CB463B9D6DE0EFF08E17743CDE6101 +:100920003983FB624D3CA3F7500F337B6035C0F138 +:100930009089EDC3FD08DDE5E8DF653DCCF83E5369 +:100940004FF1F825C9CAE3AC80E3FB30BEF5B0CD6A +:10095000A2105FF6F9A2E29335F97CF87799E45793 +:100960003C64B33890BEA03EE51FFA5D5C389B6CDA +:10097000645DFC71F695F4882A660FF2C575B5F4CE +:100980006E8A8775D03B3213D2FD62BD5D12CE2FC9 +:10099000E32146729B8D0E887756B93D5726D611B6 +:1009A0003BBF327C4717F1E888B6DB58D3938A1EE9 +:1009B0005E87108E8911786AF08B9DF715EBDF0248 +:1009C000702FD6C1DD6AA1778D017B2CDDDD4FFB59 +:1009D00018BBEF614F6812D2C91726D0FB50EFAE9B +:1009E000B4929C7457F4D2BDDAD391F75B689D87BB +:1009F000C5B072DCB80C8C379D23F65FECBCB4F547 +:100A0000C4AE33160EDA7CAFB5CE235A7FB1EB7588 +:100A10000ED03E669D6F9B83F390AE4FB3EE02C443 +:100A2000EFAB3817DD79A7C6A7DEC4FD987B6D7ED6 +:100A3000C558EDB738FE6B6FC6EF846FCFFE2C89BB +:100A4000DEF35C70E75B206B27DC3EFB214CBFB61E +:100A5000ED1FEE7400714D2893E8DCFB073F9EF01C +:100A600038DE6F9970CFEC8792F17D8AA72FDC99E1 +:100A7000047264C2BD9238171FF96DBCD73AE10108 +:100A80008994AAFFF334D4CF47FB3664C273FBBB0F +:100A90008DFC5D58E842D1FBABD6A6F37381B5E976 +:100AA000DCAE5997EEE3EF50333E6F369DC76F8152 +:100AB0005D619A4AF30E9970DEC76F052E9488FD2A +:100AC00086329B74FACD898996FB947C5E4F7F2E8B +:100AD000B4355D8AB2B763F59A2D627CEDFC12DB0A +:100AE0007FA7405FCEFD6E5B717ED08FC3C7E51BD5 +:100AF000CE6B5A01FFEAF5CD13334AC623197F277F +:100B0000CF5F8FBDBD6D0E3D8B783CECFD389EF404 +:100B100036637701AE03F7DF7E379D3FF3F80A17A0 +:100B20003FAF195F11D8F9087C4F006E51AF399C67 +:100B30006069AB8725BC29E8F698C68FE0AF51E322 +:100B4000BF421EE0FB4D1ADFFD95FF49E2FB93F02B +:100B5000E5AF21E8BFE9A2EF9DAC97BE41E634E1E5 +:100B6000772A0BD0F79392EE62B2BF23FCFA55DCE2 +:100B7000671F67727E7D34EE31924F27717CE49F50 +:100B8000AC93E8BD8F8FC4F0C701F9084E2F2572D2 +:100B90006EADF1312904FC13EBAF53899F25B2D020 +:100BA000511C3F5DBC0B9509FC8CECD93E3E16BD3B +:100BB0005FFACE97864B14A7F2645C02F9398F0F67 +:100BC00097C8EFF93ACA2C8473A1A4BD0368C07B0F +:100BD000AB043FE8E4F63C6936DA1FB757A4CEC150 +:100BE000EF9302CEB7CF5AD785F3BA3DEF9D9998D0 +:100BF0007F07EB3662FD6FE31570D28F9CF4EE4DEC +:100C000065BE54887EC3A263BD87F0BD9129F93CBF +:100C1000CE39D0D929637A529E8BE2A647BCC5D380 +:100C2000778C76D1BDC482BDDDAB31FD6DC545EF9E +:100C30004FDD7C20383E19FB9BE20A60B96B5612EF +:100C4000DDC760D3387DBCBFAA8AF67B2CBE2732B5 +:100C500075DA1DF03DF66E363E4FC3FE9C3E94F3B2 +:100C6000B950CEBE6E68FF1D4F4D00E737666EB3BC +:100C700001F725537F6A40FE385DE0CB15E2711D18 +:100C8000D34395A6390EA28787717D40075F201E4A +:100C900034BAD0E8E15559C073AA80A791DF7F9C90 +:100CA00016E2E71BF8372D05DDEFDA9F93F47A8D16 +:100CB0003F9E9044FBD9FCDDA4F7DE071106745576 +:100CC0001EF497239C8911C0BC4FDEE72339593E9F +:100CD000EB9E49985F1E5ADF4597899DBAFB3848BD +:100CE000571F9AA3D287059D7AA649E4FF61FAFBB4 +:100CF00038068C7FE3F7F83D0E2EB75343E6A8FB8A +:100D00003DA89FEBEB837E92924172D548F16779C3 +:100D100022FE0CA88CD651EA90C2F88EDE6B568962 +:100D200099090E2C6CF5D316E9C4F8F05BC2C14AE0 +:100D3000A423482B069D3D738F80BF29ADC28478C4 +:100D40007F7F0C7F3FE975A9E93E82CFFB0E9FA014 +:100D5000579267BB451CDB8D1E661D4CF25252D16B +:100D60009F71E36B69FC3CD0C3EF95DCB09CC36D15 +:100D7000DA2C89E1FBD9ACD14EEF9EC3B85F7FADD1 +:100D8000BBCF7DCF2C6EFF4F5B39328CAE80578B43 +:100D9000B4F8399F0999F6D4608875E2B9B7870528 +:100DA000E8BDBEAA2C592FE7DE9D262B569C27B303 +:100DB000D2398B3C8BD3C12487D486FBEE8414AE0E +:100DC00077D33ACC44BF274CC192649C8735948931 +:100DD000FEB1D2CB71AC734484AF950A799109F41A +:100DE00012A4B86FC968D4F18B583E838E339C8FA0 +:100DF000B72FADB224ED7D7E1AA79BE01CAFE91F93 +:100E0000C27ED1DEE9BBA5DB3587F0E2E0FB3B1318 +:100E1000B2F1DCEADE8C6C6E1F4CFFD549CC977CBE +:100E20009C4E4E7CCC8A719E2706B84F1ACAE0F2BF +:100E3000E48DDF2DC844FBEC447C3013EDB3251961 +:100E40003E027ACE340BBDD77FC21BA2FC13E2BE9A +:100E500009D63F83695730D345F5B91D86F5D14F83 +:100E60007E223394A97F1FEB844D6B372C03DB1D4F +:100E70004AF66560BCD4AF67A44A78AE5123E691C8 +:100E80009367A1F300AD5DCEF4F55D383EE8F7EC75 +:100E90000FC81363F8381EE7C4170DCCBF6F417F2E +:100EA00008C68D82428EF1A18F99031B0CA8CF97A3 +:100EB00087855F349A2FF7C5F15E544D283F6658F9 +:100EC00003E578951CFEE40D2911FEFB9ED8AF4F7B +:100ED0006A7C41F0E9271724929FE3DDD9317C7CBD +:100EE00014D70F6E0F09BE1DE47C1BFFF47CF1F6D6 +:100EF00059EBBB106FB172AF2C77483DAEF7F610CF +:100F0000C77B390B5279C56FEBA7A078B98BF9FA7B +:100F1000958B1AFF0B7472BE3F299FF3EDA263817C +:100F2000C3989E3252E3E39CCF4FCEF3931C787F5D +:100F3000C1BF53FAE82D1295035FDD89FCE44AFE38 +:100F4000CFD75799E3A2FD087CA73D6354441E5DAB +:100F5000AFDC95661DE5F6480CFE22760397B311CB +:100F6000F9CA548CE3CB74C8FC772858ADD49F9C45 +:100F7000D5F0F9DB881E126D4F5CA71ED0370FC667 +:100F8000FD71DAEF69404B27DA8F19A27DB195A97F +:100F900071A81F4C13F695B077403FF8D70CD28755 +:100FA000B99DE3413B07EDEFD181452EC3C0F38EE0 +:100FB000F32AFF8EEDC61B1C01E46B7F7A97BF33CB +:100FC000355199311ECF3927B1D05AFD7DE561A049 +:100FD000BF1B75726178D80A3668247DE32E67548A +:100FE000BAA0C31355FFE67DBEA8F242102AFAF25A +:100FF00011C70251E9515DA3A3EA7FEBA412951E2C +:10100000D35D1155FF969E6054FA06169271D1B7C2 +:10101000F64E8F6AF7271676D37B67AAD29597424A +:10102000F7D1E9EFB6CBA1A8F605E2FE6B095B1894 +:10103000D59EEDE5EF12D4C27F88BF1B62DE251876 +:101040002ADE4DBE7B9A29EA7D83A1784F3601BF07 +:10105000D1F563EFBB1A32E3E9F72860AF8F44792B +:101060007B057E40DD423E50B68B85C37E5C0FD54E +:1010700065376CE5F77763D7A5DD876586178C58EC +:10108000EF2F3E89E1D36B164F343E6DBE687CC6B0 +:10109000E545E3333E108DCFC4D1D1F87429D1F8A2 +:1010A0001C54118DCFE460343E53A747E3D31B8A11 +:1010B000C6677A55343E336BA3F138784534BEFCAD +:1010C0006A5554F9900DB5D1F428F099DBB422AAF1 +:1010D0009D864F15FEBB1A3ECB1CCD32DAD5153B93 +:1010E000A3DFA9B85EBCFE43A6B8C72CF07ABDF753 +:1010F0009881EF956726235F09D6BBB9FE1365EF8C +:10110000FC5AC88BC3DE3BCAF1C910FC8BB27F8688 +:10111000AF27FB47D377D01CC67D319975129F8FBF +:10112000D5E32B91DF1B90EFF7661921BDD4D0B921 +:101130000EF587CFBDEF9C960CC4AFA76702DF7892 +:10114000D8DE4CED8FC6BD44FD1FBA0A5FC673835F +:10115000EBE5837DFEA33B6BC98FA3F97306F4E334 +:10116000F83223FC8D98A74AFCAD6C455910EF6707 +:101170007F61E2719CBD13F9B960D9F74B28BFCFED +:101180004EB271F95966F567A2BE585A6191E8BD31 +:1011900044C732F2AB94BD65A2FB93C7DB78FDE395 +:1011A000E7B3699F819E4BFEB7BE383D110F75BCFA +:1011B0003070AA16EB7D6718BD635B26EE091C92A2 +:1011C00098A2A2BC4EE6F2FC78BC81F7E792284ECA +:1011D000EFB89F91FE785CCAA3FEFBCEB366B3A8BE +:1011E000F3ACFDD54E1E87A7C5E92D63E2BC13E025 +:1011F00083E50FF97CDA791FCAB1DE782D4E8FC7EF +:1012000001AA637C1447CE188F5BDCDFEA227B687F +:10121000BC78FF65BF3158EEC279E6F37BEFFB4542 +:10122000FCDE09815FF477535C4693886BD5E6D585 +:101230005840F38A957BE41FC7719B6CC23EF2D580 +:10124000E13CF6AFF4051A38FAA3ECE0FDACE3D4C8 +:1012500072AC3F9DEBC9C75D1D1FB6205C66DC10FC +:1012600000CCF6D1C9BB137F72FEB80FEDA4F574A4 +:10127000DE553E8DBF1F51E12C39F333C897A6735D +:101280003A6AF54B4D061E7FF432EEA3B4211C6F73 +:1012900015FE761BEEBF32E127FE759F3D1FBDBFD9 +:1012A0000E7B7FB86D793FFBAA4F4F624DF4FD3B3B +:1012B000F6D321BE9FDAA8BDE69F867D7F18E7ABF7 +:1012C000ADEF5D17C777F9CF2DF4BE3CD1B94EDF36 +:1012D00018685F697029BBA81AB18B4FE2F9FA351B +:1012E0003E53961A3A9EA98B77AC70876D4EF21FCB +:1012F000F5AF371C1F004E57F09D89C3C8EF53361A +:10130000AD84D6359EA9F49D882FAD5E95FF0CE87F +:1013100087F908E719F1C3DC6442BE0370EAC94CDF +:10132000BE92EF687A591F5C62EDA5EBF5C7F4E950 +:101330005BD7D213FB87D704F1FEC6FB4E29CCE363 +:10134000CE9429DE145C3FFF7B7F03DF1FE5C0875F +:1013500070DF4F16728AE573FD2100FFE1FCFEC2CB +:101360001C212BFAB172A2F58A52F1CE4679CC7BC0 +:10137000497D76A4789FA334F677B262E0A1AD37B9 +:10138000566E69F69EF63EFB40EB4FCB12F2CDC790 +:10139000867D0DE520BB486FE9FAAD81FCD26F2454 +:1013A000DF33B719E877D8B33790FFE78D947B1F09 +:1013B0007A07D3CF0C25BBE0A877C14E2C1FFA6368 +:1013C0005EAEC9BF9C2CEEB72C97A579E8F7CA1B77 +:1013D000F9FE4C3FCCE7888DDD87690FAB6AAD84A1 +:1013E000713CF9D9456B901F9819D59B7CF39211EC +:1013F000FA73DF91D80FECB3C922FE3C139F7A2C0D +:10140000A2AF11FD10999EB0D109FD9AC5BDBE7461 +:1014100023ABB7C0D7EC69723811BE76DEEF5B85BF +:10142000EF1561BFE5D93C7D6320EECC109C8F2485 +:10143000D17C6ECC933AF17DF472372F9F52F4D366 +:10144000348CA72C2FD5EADF711EEB978B777E1398 +:1014500094906938EE37E107396CE4F8B833CB4A39 +:10146000EB7ECD5162C2773DEE0E72BFD49DA3EBF1 +:1014700024946777879491181FA8ADEF8E2CFEEE09 +:10148000DBB4D1BCDEB4E06CD35CDDFAEF567AE9B4 +:101490007DDCBBA79F31227F792F661F57E23FE497 +:1014A000C83E0EE23FA0FF77EE1B46F661D92C3F07 +:1014B000EDCBBB9842DFEFB010F1B5E9AC89D23388 +:1014C00059077D67B12EBE7FCFF4EDDFC149D9B496 +:1014D0007F1FC8D2EDDFAEB87F3271BE11BD6F077E +:1014E000E263B0CFE765250FBCCF06E2DF65D39797 +:1014F0006D5BEEBF923F69766F848F77101FFAA6FF +:10150000FE616D3DB0BE1FE0FCC06E3A4071E1204F +:1015100017D01F0EF35E9935EACA751EEA873FE9B8 +:10152000F5A4BF5B3F1A402FBACAF9612BCDF33A3D +:10153000CF0F63CF270FA62899D9BAF3859A935670 +:10154000ABEF664C0759B603EF55958C1A02E5359B +:10155000C2AF15D7C59436CC17F1EBFE213EA25F82 +:101560008F99C739E07B76F8C376C5A55DA4A7F44B +:10157000263327F211EDFCFDE978685784EDF8BEBB +:10158000EE6B6F65F5765DFBD27B39FFFDFC51FE9E +:10159000BB2E9FBB24F2CB7D3EC34172F4EC63664D +:1015A0008A2B1B62E6FB3149BB9F82BF9883FB2FCE +:1015B0008BFB9F9874C8834E219535D0578B473C41 +:1015C0002BEEB57DEE0AD0BBEA9F3F9A2261BF7336 +:1015D0001B73EFC471E73666F8395279FD97B37C17 +:1015E000D4EF599FF2E9315C57A583C76BB1502105 +:1015F000FA012D869193AC787E6958D97B0CDA2F4D +:10160000C974D0EFD8950F3E7502DF973BBFD74422 +:101610006FAB2E6CBF2BB1139B19154FB0E04AFB7B +:101620006161D81465A72CDE159D5ED2119DAE892F +:10163000910FB172E04484BF0790BF5FAFFD729B12 +:10164000A4FC8ED37F98E2271609FC5B2CB53D6D78 +:10165000B07ECBE379457548EF8CC7C5A43CE12F3C +:10166000427D74B3E0FBCF6705FF13DB5B06E7DF6A +:1016700084F657E9E029B3099F5B6D3E94A79FE389 +:10168000435298FE05979FAD59BCBCF5298B4F126C +:10169000F2765431C6BDF07D55B385CB4BF8B3F22D +:1016A00077D6142BE2B3D5AC98BDD8EE9FF83D9E0B +:1016B000AA2D0BE8F78EAA5917DD7BB86130C75BFE +:1016C0008DE10533FE0EA6BF5E195E07F35D1CB407 +:1016D000D3EF2019BF32D2EF40621804C697C85624 +:1016E000C589EF772FD9C7CF37A4C1FCDC6AE39750 +:1016F000CD41EC4FBBBF64DD5BA9E291DA6D5F9534 +:10170000D3FB5F0B56DC4BEF4AF5BDFB20E2D11655 +:101710007C7F06E51FDEFAC520ECF7DCA3B213E9F7 +:10172000E0DCD3255DF83B500B1A1D3EF4B3D7B077 +:10173000DA003F8F895E77BDC4DF9FF868DB7B09E5 +:10174000C8E73FD2E2D39CB509B4BF7DB509FAFB27 +:101750005F3BB619E8FDC01D8DCBFF6D0C8CD73AF1 +:1017600075E6485CE76DAE91767C5F502BD7F47FD1 +:10177000A37BF473C8776EFBCA40FBC108F20DE38C +:101780003BCB1F9F42F18E3B827617EE3F5FE376A5 +:10179000717F99DF13D9F1A895F8959F75AC43BD7A +:1017A000B3A67102E1A7AAB18AE03FE42E3BE9119A +:1017B0003B0EC4D329ED0EE7683BB6DFC18C15FDA7 +:1017C000F99D0F66F1F3D492C1DC6FB2E35DFEDEEA +:1017D000E304C3B8492837973C2A53DCE591A91F95 +:1017E0009CC0F7AEB5FD049A561AE773FCF7431F89 +:1017F000D4E845CC67E14E03BD8B76AD7D65193CE1 +:101800008EE617BBBF76A801FA7D81D87D76ACB194 +:10181000C88EFEF1D8FDF6606336BD1FC336707FFB +:10182000D0F8C112FB5AFE46FB6ECAE07EF61DCB15 +:10183000981A15EFACED332DADF177ED1CD81A6089 +:101840004ABB83DE2DA0F8F66583F939F0B2C16694 +:101850002E4FFEBA7CD7DB00A7CB59A17B0763DCF8 +:1018600013530A91CE7CBDCE52740738447C1ECBF4 +:10187000E1F7DD369B8232D1A731F4CF6F43BEA9A9 +:10188000B16A04EEF7A58379DCEDF359A1B9D8CF9D +:10189000DC95A14F0F32A4BB1B68DFCFBD3C4DC60A +:1018A000F33A7C2F97DFD70E96E2EFB49A928244F8 +:1018B000971ADFCE85F9B6F573BEFDF860AE1FE569 +:1018C0002605A99F1A9F537B776506DAB3CF2C9222 +:1018D000E9F70A343D2C41E0CEEF63F45E9E7534A7 +:1018E00087877FB4ACDE9E40E350BE6334BFDF1D0C +:1018F00037B29361BFB9580E74B2DC63F0E13D19A1 +:101900007F809DD1D783F667B03C378FBF8B28335C +:10191000ABCF61C59F9393F9BB79AD3CADD1C19F6E +:101920009A24DAA7CB61A7E2EF0D619C3CC9CF9165 +:101930005C7E2EF7987DFA7787B6A7953410DE1572 +:101940002527497B8F9861DC04E75F5280C79BB1F4 +:1019500075BD6FC8FEC83CE75AC3651837180BB78A +:10196000B9627E3FC4F901A98C0D403A6FE0F92DB0 +:10197000117C526BAFCDCFBCD461A4DFD319C9F9B0 +:101980001A7B48A67338739AC721F831C51BA53353 +:101990007E5FE669CF2EB28362E33992ECF005BD3B +:1019A00022536646A447B3CCCAF19EC4237290CE9C +:1019B000F11E3134917DF285CCF5A397C47C329C25 +:1019C000C13DF361BC74C31E7A8FCF63535EE6FBE7 +:1019D00023FADE48ECFA3DB692BD488F5A9C94C675 +:1019E0001752D608FEBC5026FEFC60B7C4E3593639 +:1019F0008C57F4BFBBFD94DC64C579FC7EB0D0236A +:101A0000ACDC0FB3792C73A2FFC3C3025B0C43227F +:101A1000F8AA11F8920E48E21E1108281D3FD27E46 +:101A20004F224EC4FF6AE33E986FECB4F4333EFE9F +:101A3000E9E7ADD58FDBDAE5C7790DD46E9B8DDF95 +:101A4000D361EB023EACB7203BF41EC22B7DCD6CC4 +:101A50001F972F5D7E84DB212FB7E30FD97C19F808 +:101A6000DEA9763F68A07B40B1FAFB52E1A703797B +:101A7000A75A491F32133C97C6FAE97E215DD73D2C +:101A8000ECB203255EB44B6B826619F5839A7D5CDC +:101A90003F585A2F87AD5C2FA7F7237CC22FA7C1D1 +:101AA0007DB080CF2549F1A29EA5569A19FA9F5A7A +:101AB000FDDDCFFC00F58285F9E4CF8BDCCF76DA53 +:101AC00031BE26723FDB69C738E22BEF67433D1812 +:101AD0004F5AC9EF5FB4A1FF0BFD672B19F9B7DAB5 +:101AE000847FEDFF02044A420200800000000000F3 +:101AF0001F8B080000000000000BE57D0B7C94C5E7 +:101B0000B5F87CBBDFBE92DD6413421E04C26E5E7C +:101B10000408611320A2202E096054C4E5A1825A52 +:101B2000DD4080BC13A1F6468BCD2201A2620D35AB +:101B30002A5AC40DAF82451A2C2285481750A45545 +:101B40006B5AB5175F3411AABC13C107B6F4FA3F3C +:101B5000E7CC4C76BF0DF171EFFFFFFFDDFBBBB1B2 +:101B6000769CF9E69BEFCC79CD3967CECCFA6D66E1 +:101B7000C6A2196B61AD01DD68C67C45CCB5C9C193 +:101B80001853E15FA8B758B3FC0F3919FE99593CB7 +:101B900063F163E9BFA13F2B6AB5623F7BC40C1BB5 +:101BA00063DFE0DF3521ED4D4F32ECCF5F65AC39BF +:101BB000C69D149BCD982DDBE3B4BA187B6ADDF487 +:101BC000B722C64017BD8EB1ABA88B8FC1D891F09C +:101BD0004D51770364EC719D9EB101F8F452D3A48A +:101BE000812175D13FF87EE1F449E30148185B3E5D +:101BF00057E0FFAC593A59775B605E2B6DC1E76ADD +:101C000022F46F90F598E993D319F32BB23EA0C953 +:101C10000DF378D4C234DF0B854F0D1BDF00E35B7F +:101C20001DB2FFD49B264387C7F3647DEBA36E8070 +:101C3000EF5183763C33EBA9BBB122BF77F7FA4F64 +:101C40009A56C17C0733772E4B63EC628A77ACA33C +:101C50003F638E6E7B01908BAD7C7F6AD348F856D4 +:101C6000A47D267C9431C3C559CC01F835C4296EB6 +:101C70003FD6E3A02FC05A939EBA5E8F73521D3E8B +:101C8000A4A7C5E9C87B08DE2B704023E0DFA3B31F +:101C90005369889B1848866E06E65AFF2610EDD7D2 +:101CA00029DE29F8BDF8C1530F99907E3386E57877 +:101CB00061FC928BAA9BC1D819E946BF02FDCCCD2D +:101CC000CCEDCF0ED2DB64E6F436231EA8DF2D9BCD +:101CD000F0FB2D0EAF07C7937C92D1EC30E2781B5E +:101CE0000C6C36F24B7359AA4EC90E3E9FEFD011C1 +:101CF0005C19593A1AFFA1AC190516184F8D993481 +:101D000046EF08F64BB5A7EB70FEA90379BFC838BC +:101D10008F6E22F44B6DF6C6231CA9AA770ECE3B1C +:101D200075F602A3CF89E302FF001CA31BFD968971 +:101D300048CB521DCB80F16E7438381EEC25C5D8C7 +:101D4000DF30DB6C45E67DDAB3D982E36764AD6FE3 +:101D50004C8571995D7561FF0C9837F653EFBDCDD9 +:101D6000AF7706E179C8AE16211CF97AEFDD387F2E +:101D7000D6EF2AF726783E28F6FA22571463C9FAD6 +:101D80001DB98B61BC27149877C87C6579C4A910EC +:101D90007C0D8AC77713CA632E639B58F0F96017CE +:101DA00023FA2E7118095E87CF5E6086EF8CFFDC08 +:101DB000437859E250E9FD7D6A47A41DE166EEBB18 +:101DC000E7E23C3D5607C935CA39F48FAB77B89086 +:101DD0000FCC711D0F8FC4E72E9D2B8305E5FEDC14 +:101DE000EF12D63F04A0989DDE07916EF9FA8EC7D8 +:101DF0006EC2F93CAC0AFDD0B1EEA7D02F65A63576 +:101E0000EF21A83E18D7F1581194CF1898CF12CBD4 +:101E1000D82AD7036E059EEF8B6376842B12C89465 +:101E200008EF5BAD8A9FC1B8A3414EF5F8DD44C50C +:101E30009F01F8B1BABADFC6F1AF77BCEDC2FE853B +:101E40006A60BF928352E14E8FCB2716177FD0096D +:101E5000EA05A2960162F409F01C704BC337FD1825 +:101E6000535C2C6083F726337703D26F17D215E0CB +:101E70007FC208FA045E7D4267F6A36288CC76EBE7 +:101E80006D50BF2B4B194FF0C5B5333DF24D133C90 +:101E9000847A6AD60C2303FACC6FE2F23457F0212D +:101EA000535D033C23409A1D91847FF82C95731950 +:101EB000C71B5B65F46F8221521B9D46045AD28D6D +:101EC000B1A5BC1F8E07E3181F607779906F477329 +:101ED0007A0262E9F94E21978C3D20CA265E8AEF8C +:101EE0004A39AB41397370BD61CE17DF87FADC0E1A +:101EF000A513F1D6557A3E0AF5C1DC367DC0047CC7 +:101F0000C71A27BB3B846C7E932A64343EF8DED329 +:101F1000C06A16E4B736BD1FF93538CE3FA21CD6CD +:101F2000BEC779DDC1F9F5C09C2FA33AE07B4FB75E +:101F30006DB020DE9E98CE583BAD0FC0F550C6ABBD +:101F40009E7607CDC7F5F34CF8CED33FD733E4BF29 +:101F5000279476B79EF3B90BF9FCAEF41977BF0A54 +:101F6000F5D8D1C3F210AE449599F5C04FC7055EC0 +:101F7000A20F00DE60FCA7141091D8207E9F52565D +:101F8000272D82F6D1451C9FB1456E7D15EAEF984D +:101F9000EEC928B7DDD731B61EC64F88AC6D41FEFD +:101FA0004FB82B2B6F19CC336214BB6B06BC775226 +:101FB000F04912BC130D3A3BF1019F13C78B3EE071 +:101FC0002178BA4744B8D643970498BB2D96CA46A1 +:101FD0000BF6634B15ECB7A2BF42F2BCA298CD7EC4 +:101FE000219BC4488D8EE5E5112815953518F03DE7 +:101FF00095A911BCBD01BFF378149F4F7F9DFEAE24 +:10200000E9D9B45E503D16E47C3DC0F20F470CC1E7 +:1020100095606245385F6C47FE0130DC3BE07942F9 +:10202000616D2E7E3F218D970F2505545C2F9E6696 +:10203000FE359B10AF59463BE2756AD6A12348CFC7 +:10204000A966D6AA473ABA0C673AB282742C4C9861 +:10205000A977C277BACE7EB26E39B43DBE74FA9C0F +:10206000F9F8FE082B9777DF0ED74C5C3BD9C09868 +:102070004F8683ECE27B80F7F36722740A2C488753 +:102080000FA7457720EE9C1C8F886B9604CF992371 +:10209000DA0E701DDE9F49CF65FDC287AFD951684A +:1020A000C7E1FA8DF4D964F2AF7706F58F35269E35 +:1020B000EC8E7183990FE9D5BDC3E25F0F2C70AE32 +:1020C000DE357E5206F50B50BF1787F07EFAE96EBB +:1020D00085FA19884E270D8CD629DFCB23481E019F +:1020E0005DC558B7BE9CE0C0FE35BA8EED684A5853 +:1020F0000DCC8374B3B6E87C19D1417EB22AD04EA0 +:10210000FC1BB0A37D730EED1A927F77E2CC11C158 +:102110007E0D428F571A039968DFC8F7647D808966 +:10212000D5CA7A0CD4F78AF5AE3282D7979BBDA375 +:102130009CC0D7BB8CAC94C68982766B085E725506 +:102140009A770F5E3625F8512F235EB0DEFD884D5D +:102150008BB7A786F0E7B8E8E2FB0F2AF4FEB12CB4 +:102160005DC098437899FD02E99B807D7AC83C2444 +:102170001EE6ADF9F45F2C27888F791E63A73EA772 +:10218000373EE47BF3F24AA632E0A779E54BA6613D +:1021900019BE9EF5F46B34096307DA703942986111 +:1021A000DE5F5A261A91997EF28BE946E4DB05AC94 +:1021B00096CA52D64425AA291DD8698E4695E6E3CB +:1021C000D8A2F81D4EAEF674648BDA75D85E016A3B +:1021D000F86954DD3ED01A5740B3A253D0BE7234D2 +:1021E000403D01C07E50F5E1FAD37224D2AF40BF2A +:1021F0009571B080028A5736E8086FBE557C1D8203 +:1022000071133D303F5F83CE8DE3D43AB9BD80EA90 +:102210009CD65B3011091E513618B81E97DF5BCA79 +:1022200074012C750A2F57A23D60ED8D0F395E8326 +:10223000A1D68CF64AF7209D1DF9F64BA37B36CE2E +:10224000E7CBD84C86F64A83ADB6B1883F2799FADA +:10225000D21228A2E7B93A6EE0A298A17DF39EA51A +:1022600005E9BEC0A92378C3F13DBF495B5FB8460D +:102270005B2FF36BEBF398F7378930F58A2DDAF69D +:10228000054E3B8D3F97B9883E0D06C75F9CC887BA +:102290000FAA0CE15F3A90E34D378897A931936616 +:1022A000D3BA18636419042F873F35375641781B1A +:1022B00062B83CFC57E10D87B3C999C9ED28509F1E +:1022C000F8BD069003812FB2DBE66D336D403D30E3 +:1022D000CFE688C2799C56BAB3681D7AC4E6E0FAA4 +:1022E000C24EEBEC5C3B1F73ABD06BC714D7E60060 +:1022F000BCA77BF4F907711D9BF7B03E0FEDE3C25D +:102300009956D2377B4E59FD2678BF14709704FA40 +:102310007A8FEB1DB29FC3E7077F0E55AEDB40B24D +:10232000B971E09FA0BD13DA8FD669E013A9A76148 +:10233000CC0FFB7B7E877A1AD86FB80ADFFFE46484 +:10234000840BF1F8B8EED88ED746939E24FD57BD86 +:10235000A47B3383F777F4F706B0FF997BDF9FA266 +:102360003882F3EF7A7908F1CBE80653707CFCBF32 +:10237000552175FC7E234CE24A289BB5EDA56BC325 +:10238000DE63FF610A8553DA2D4F18BD43D10E7D00 +:10239000DA939F8FF03C61682A4279BF94E4FD0B89 +:1023A000C2757CB2E7908ECB5D26DA37FB2ECD4B23 +:1023B00053516F1F31BBD00E413B16F5E423C23E93 +:1023C0004F34331FAE9FD2BE957654B87C7D24EC3B +:1023D000E8734EF762B45FD925800AF0AD177693A3 +:1023E000D9FA821BED3DD6A6D87139A976B0CE8533 +:1023F000A0BFAC6D8A3B85FC261DF937D5565DE73D +:1024000015D09E61D511DE58BA4A7AA2BA99F9164A +:1024100002BDCC667720D941FD7C57E4A03FC5E1E1 +:10242000947054EF9ECEBC5682A306ED1FF44FE687 +:10243000C3770DE077E09F41F82786D94692F7D120 +:1024400071D21EF473FFA7D9DBE38FE8094F1E9DFD +:1024500087AFC3F64F2283F8FE87D39D980AF3FC1B +:102460003B36C0BAFB46A2FB12E2F70B5C9F470269 +:102470008BA572B80EBF3393D6E12F9847ACCBB77C +:1024800044A3DD26EB9FE8BD3FB1833C2C643ED2E4 +:10249000CB65CC4F256BEE477CB000D65D15F0BF09 +:1024A0006096FB3DB427502E036172195AAF64ED5C +:1024B0005C8F837C0642F8A712ED7BC06B95990573 +:1024C00022B16CD5BE57CDBAE9BD9ADDDF98021AAC +:1024D000B9E17C95A05F945B8B780AF30FA4BD2FC4 +:1024E000FD00B6A2FB55E2AFEFD9EFA4A3291EED84 +:1024F0008246857F7F8ADEEA3603FEAB1ED1915C81 +:10250000C34053C7E4E3FAC4F9A8C631E524AE7B5F +:102510007120A628FFE65D7AFF034EEAEF0A40BD70 +:10252000EA651B462458A9A3742AAEAB657EC3C7CF +:102530001D21F329673BA6A08AF982BD6144F9A851 +:10254000D8A27D5ED5AAADD730F5E31EBB0DBE5334 +:10255000F761CBB85742E4707CAA2D0EED3380CDE5 +:10256000F90DE25D7F47B4F732F221CBAFEAFDE32C +:102570005E3130768DE22E4CE57AC5887258AE32E7 +:10258000F7E5FCD32752B85C1DB45EE8E70D795E31 +:1025900090EDA3F8437EC1E5E5717A2AB7DF23DB2E +:1025A00085FDAAFA584CC8FB7DBD775B2A5FCF0E2C +:1025B0001AF9F3476D916EC463A291359AF382FDC7 +:1025C0001275ACC11C8B7106CF1DA96330FE20E3D0 +:1025D0000B3E86F6A3AF3FF72FA47F9AACD7115DD1 +:1025E00093F5E6F5CB500F0A3FE6BBF82432BBDB90 +:1025F00080F8443F1EF90F96651F83F18C3AD0ABEB +:10260000382EC824FA056B2DCC87F0C0738676BBB4 +:102610009AC0E5CF88629F87EFB38082FE03D826F9 +:10262000D85E97EA59CCF1EFCE21F91670540B3EE3 +:10263000EB8163B712B04505F915E351B80EB0262A +:1026400013E9256215AA2791DD7B14EB20B7479289 +:102650003CBE54F223F9F3798F0E22FF9ED5F52369 +:102660007DB1D2C6FD0E805B8357296F6B158EDF5F +:10267000FC82765AE7BAEF071B5F09894B08BA3E1E +:1026800092CAF128DBBF167AF8AD54F7CF717E6796 +:10269000DE339B31DE387A3497976A8F95EB599009 +:1026A0007F84AB7A0923FBAC5AF8DB1753BC6B1061 +:1026B000EE95EF5B7DFA68D4A72D148731C4794776 +:1026C000A15A4AC3F69114AF5A8BE3972CF17EB608 +:1026D0009F05E355F9DF14AE28E2F0DAD17E8A4394 +:1026E0007B3C84EF5E16FC25CB3D824F7BE61527B5 +:1026F000F0D9AA27FC463ADA29AE51BD931B13F94B +:102700007AF71CF43B58452C433FA97AE7C4DC57C1 +:10271000B1DE6AC9C53851FE0753ED68DF9DC98D2A +:102720007521BC66A7F705843345DF5186FAC536A7 +:102730003A90F24B186FB0C74A718F70FE937C9736 +:1027400000FC8AF84AB8DDEC477EED896B1898D713 +:102750009C16E4CB0DA9BC7DB05847062FF1B0F90B +:10276000D660DD1AC7E904ED3AC4CF39E7E40D08B5 +:10277000CF86541E375A94A8771C0796709AC12AA0 +:1027800049ED2D8F4E902C2BE89B9FC2E36F1005D7 +:102790003EA887D82BE79B14F29316810155971713 +:1027A0008447BEBF28D148E3475E5409AFA9761ECF +:1027B00047B4350A3C03FD11CFE3BBDB0BA361BE7D +:1027C000E9CD018ACF58F05B49F8958E874762FCC6 +:1027D000AA9F3A1EE307EBEAF20E605C477DB0FD6C +:1027E0006AC4AFA3C95E802154F55FAA87E2358C25 +:1027F000F35949B39DEC1DA6D666A1FFF2B5E0D30F +:102800008B29EE4EE4AF82770DF4FD2F1FE1F65BCE +:10281000734AE5E01878EFD87BC0974ADFFAD3C750 +:102820000E98D1CE4F5D954AF1225B238FEFB074A5 +:10283000601080577DE4431F87EF9D41084ABF34F5 +:102840002BF117BE87FEC3BC068711D1E76C663A31 +:1028500084DBB66A864E103F4981E7198DB3741840 +:102860007FC91071A3F0EF47A4717EFDFD253DC522 +:10287000DD75661EF7AD4A8F6DD173BF90F8A66AFD +:10288000481CCD5F9FC6E3AA86A689140F0FB757D1 +:10289000AA762E65C817E1FA47EA1DC977BF5779AE +:1028A0003CEDF74CC6D338FF351838BE7DFFD291CA +:1028B000FE19CCF83A92F628587C440F19D7F253F7 +:1028C000A91A1C2B1251872DED98E083D679AB62A3 +:1028D00074D5D9388E6B118DF38895D138AB520FE2 +:1028E00064A19C34DA99E2C0F1160E4639641F984F +:1028F00018F28BFA885587FA5C5DEDC656A6C6C4F9 +:102900001750FD71A843FFBFA71A08EE0F043F360A +:1029100028DD0AD935CC9D8BEBDD5BA9DECCB4314B +:1029200022BE8FF25B17E1477FC5A6727BD956F7AF +:10293000FEF34BA1BE4EF8E9058F66CF207E79509D +:10294000554CF0FD2F63FE4CFDBE1CC314B4E3F2E6 +:10295000D2741ABE0FE1976406744D7D59EF417928 +:10296000540D9CEFD507E35AF0BD67E2BD63D2E09A +:10297000BDAB1B0264AAEEB31F7FACC8D19B1E7D0A +:10298000AD07EE348758C77CD4BF46EA913685F44C +:10299000884BC7BCADDCBEB4A01C1C040261FF3A6E +:1029A00073540EEAE5AF2CBCF41570B87C472DFECD +:1029B000656477D65E41F147563B12CBB808E8070D +:1029C0007AF78DB33CFE332D8DF3D1E022D047A0B2 +:1029D000076AF13B80A7D96931D4BE3796B9EDB00B +:1029E0007E245ABCD311CF751DB989C82F7BA3E2B1 +:1029F0000BD00E8449A5E0BAF7B1888F84E32DD1BE +:102A000032F116C4CB1BC25FC4EF3AE1FBB175854E +:102A10001ED427607F919C754F37523C24F6DE8987 +:102A2000D4BE57F13FB500E771338F63354F772739 +:102A300045C46119AF43BEDDF51F7A1E2701431758 +:102A4000D7B3C2527712FA05033C461DEA8101450D +:102A5000B57FBB1FE3916F185CB8A7D1C59A52C868 +:102A60009E6DE4F15319872EC07829CC439F386AB4 +:102A70007C097CF7178AE3A912E4DF32F15D1B8F32 +:102A800033341703E3037CCD4E8EDFE6F90E929FBD +:102A90009E784F15EB89E7E0BAD2556B977130FEFF +:102AA000FC47F27907ADFB5D631D76D4833DF19E53 +:102AB00039469AC749C157BE395922FEC5E3455D1B +:102AC000B307F0FD3CF3647768FCAF4B15720B7EE7 +:102AD0000FFA5D5D7E1EFF7986F987A29C74313105 +:102AE0005E29976BA6F2FDC2AE22BE8FC0C6BACCDD +:102AF000C8175D3DFB82DD51A17122D92EF701E39C +:102B0000975DDEDEBB4AE8A753F1EEE6B4103E96D1 +:102B10007CBF372FA100FD8EBEF8FF6DC6D789B7E9 +:102B2000D23CCFE0FB93CCAE92C7A1E9A088D3B151 +:102B3000A9DC8F61AAD78BF3797740562EE2231C4C +:102B40000EA9A7F68AF786273333FAF320BB3EA4F3 +:102B5000CBB05DC3489F6E13F0A28861BC609858EB +:102B60000B8727B4C4229F7CAC38B2D164967CBD5D +:102B7000372299F83D84AF77209CBDE1F38C9831E2 +:102B8000A26FB85E4E73EF26FC88FE7DAD4F48768F +:102B9000C493D1D87A37C50BABAC2EE49F77F01134 +:102BA000BCB7E1165300E3C15D066B23CAF191C8BF +:102BB0003B0FF507D4EE317B0FE1F8B36FBD6E0527 +:102BC000D69503FD1C8B00FEAEE28E7C9CD778B3BD +:102BD000F78F28C79566EFE07840C1D941DE21D153 +:102BE000A84F3DFDC43AED19E1B92CFC1C9E42856D +:102BF0007FFF4DA3F76D3EFF0E9B2B8DF89ADE6392 +:102C0000D6FE34CE5181B7FD06F7F8CF00FEFDABFE +:102C100007E72E03780AA3DEBBBD06D7F52713729C +:102C2000C96E12783928E6355FE7890FE835F07606 +:102C3000E0772AEDC5839380DFCF1A04BC5601AF3D +:102C4000EA1AF86DF0A2CD45F271BF42F2417F5011 +:102C50007FC91743F264D22D6B21F92B36BB50FE8E +:102C6000D646808881FDF3968007FC0E86F633B445 +:102C7000937DBD89B986A10E483671B94A5EA99087 +:102C80009E9571B512E6494113F35F69DE8B88E7C3 +:102C9000BF45FEC7180CED790A6DF4DD8EF7225A98 +:102CA000685F773C87FFBBE8CFD82A1DC63F6688A0 +:102CB00078D68CB346F2A3E60BBB6A069600DF4CCF +:102CC000E636E0F76F665E03CAFDADCC47E51CE66D +:102CD000A7F27616A0E73F621D54FF7364CEA03AB8 +:102CE000C0FFF4278764601C2B04DF51E99C3FEE92 +:102CF0008AE3FCF16902C511FA7F2F7E9D2EF8034D +:102D0000E4381EC701394ECF4D0D919349FD05DDC5 +:102D10003A964503FEA6C73B73711FF29A4B9C2E51 +:102D2000538EDB093FFB15D0A47941FE0085624D2F +:102D3000023C5C2B48D87E9EAF63D7BA2B288E7D91 +:102D4000D8BD342E0EE09CACB7125DDA5D7A3FAE92 +:102D5000EF9B950EDA57796DA9B72106DA5F1BAAAA +:102D6000B896C1FBD7C54D8F0EE038E879C177DB47 +:102D7000B3153FAEE3D3D6F0B840D14043D05F8720 +:102D80007FAF4FD7D6A7BAF59DB8AF36355BEBE727 +:102D90004F63AB3EC3B8FBB4EFF0F7AF4A17FEFE8C +:102DA00030368CE26EDFDFDF9F98CEED308DBFCF07 +:102DB000301A097AEC260BD7B7EDE30F8EEB82F9C8 +:102DC0005E68731216FF3A94DBCD8BD33DD7E1FBDF +:102DD000E70C1D0B48CFD50366873076BCDECCDC14 +:102DE000C0D39FD4DBA97EA23E91CA53F50E2ACF51 +:102DF000D467D1F373F52EAA3F93EE9E9E0EE3ADFA +:102E0000B4703AC8EF2F167CBA7250FE931EF8FECB +:102E1000CA370C542F6D6D9A8261AFC5833E7E20F8 +:102E200012F0BD78AB42F1958A36B711732FE6BF29 +:102E3000E25D81CBCFC2373AA6A11AA9BAA8302F3A +:102E400088C875599EBBF03B63DE3D1E8FF8F9B410 +:102E50007E2CC171B2DE4D709CAE2FA27277BAA7E4 +:102E600004FBB9DB3A5724C278376EEB5431BE37D6 +:102E7000D9AD901D3DC1CDFC7EA0C31A035F3FD6E6 +:102E800024995D28B71347CC78E6C70CF5B2B71A7A +:102E9000F17273ECBCC9FD900FC616ABD8EF56E0CB +:102EA0004BAC4BBEFD6E79E578A8123C71769F4223 +:102EB000F8797BA79EE0387F2482F6D1CFEF8C246F +:102EC000BE3BDF6822BB62AFD1674A81FADE94085D +:102ED00017EAC9BD290368BD3409793A0D74623017 +:102EE000EF992FA625A09FF1D236A515FDEAFCED9E +:102EF0003129C8AFA7635B8FDE47FB0D468A23836A +:102F000023FBC9D3A8E70626BA50BECE097D0C160E +:102F10005E24AEEFD546694F7A8763FD7484D80F7F +:102F200081FAF46FB7E79A104F725E8B5E1C9E8039 +:102F3000FE131B1847F8C952545D5D481C02E17628 +:102F40000C09D6F7BE30DD85F3CADCFE64EA4F011A +:102F5000CECDCF3F757E0FC1EB2739DFBAFD99018A +:102F6000BF845AE58EE511E877C03ACEC6827EDB93 +:102F7000BB3AD28DF3DC6B701DAD437DFE8C95E2C8 +:102F800042BFFAF9BD1FEFC6F291AABC7B71D6E928 +:102F9000B14487925FCC999204FD36EF62B9285E06 +:102FA000C301B664802B7BCD670792E07B39FE9826 +:102FB000424CDF716DC93D3800EABF7E4909601C93 +:102FC0003FAFB565BD82B19E4B1B06A05DBB2BDD3F +:102FD000A1F1B3860F2A3A4CFBB061764376F367D2 +:102FE0000538DEF3035A17C5805C0D535A4F2D7513 +:102FF000A21CFC35CF4B78E5F19817DB66BE7D3B14 +:10300000C379F992D0EEF5151B295E8ED3C7DC9FEC +:10301000B33BD3C83ED9A5F3D1BAE49B6B76A1DD0F +:1030200076D6E37B0AF9B10AFAA3DD5995EB8BBAA0 +:103030000AFDC38FD25DC0796CD0BA6B8B103FD5BF +:103040003B1F9F3200FA9D1DCF5C0A805EFAE2852D +:1030500029E49F83178B7ED1D99DCBE26F83F71E26 +:10306000CE2EA0BC138FBE95BEC36AF8779E14EB1C +:103070001DEBC8A17D14626907653998B13DB62D75 +:10308000667F320BD2ABA66DA913E3FEA3BD661714 +:10309000FAAD6B9CBE248CAFC9F513D6C123C82FE3 +:1030A000494631AE7D26F90BDF77FD93713739DE66 +:1030B00093461E0794F1B9B546BE5E6F02BD837C90 +:1030C00027D76BF8EE89F43121F13D58547201CEC7 +:1030D000E4274D1487F9BEDF97F6558DF09B0AC49F +:1030E000BA3BBBDFB2973B60BEC7CCDECF51EFCC63 +:1030F000676E1E2F575D0ED4CB7F34BBBFE0EB68ED +:10310000770ACE01D6D5AFB15FB51EECAEB410BB19 +:10311000CBFCFDD6D52FCCEE6F48EF7FCFFEE1FA8A +:1031200078F1173A960B7CB0F871AE6F96097F7103 +:10313000992DDF4CF2FB8AAEF210ACAF57F3377B20 +:10314000C65B6CCB23F9C635F372F8DA07F2ED05EE +:10315000BD1480F5C33B043BB52FC3F88F1BFE673E +:1031600003BE9970111CCA90F531FC7DA0D3A00C50 +:103170008077228BD4F473B3188A03336BEC7F6EA1 +:10318000BE02EEF1826EE3CF1F8944BDB9F88B3CDD +:10319000D29F7DCDE765319FDFE37CA07C6BA86784 +:1031A00024C277F5E77615E57882AA67DE90751C6C +:1031B000E01F83CFDD972234F0F7F0F9F784FF1E8C +:1031C00085E74BB0CF781E529BF003DBCAB2C9CF64 +:1031D000DC857E32FA71338C64C7B6D9C0BF85FEF8 +:1031E0006D6FF627F9DF2BE337C53C0FA8CD22DE44 +:1031F000DF944076CD00137FCE12187F2EC79F1329 +:103200004FE3839EE579177322E8FBBDFDED83C391 +:103210007F437EBA99D697E65CEE97362F1D42E340 +:103220004BFF7980BEF6F511A86F9645927E6EB67B +:10323000AD6F4CC57EF7EB5DA8479A9D81DBD14F02 +:103240006FFE8CEF9383FFCCD71DD567C3BC06F010 +:10325000977BEAE847817F4CF560FE03F403BCBE30 +:1032600027E87744E5FEE911F47B4706F7098EF479 +:10327000E47DF071BCD32255E4F7F0764907D92EEE +:10328000FDDCF70DDC5E6D8E69EA8FFB6BF7657810 +:10329000EF463ACF99BFC9E20D89C3C4AB9EC519A9 +:1032A0002097C74A366DC5B82B2BE17EDDFB328FE8 +:1032B000E56BEE978F3776DC700BE061FC3F748A2C +:1032C000CFD19BFE3D7184FB759ABC9067372688F1 +:1032D0003802A777F79B7A17E5E8C8E7D64C9147FD +:1032E000A368F26D308F06E36CBE1787D0F78B664C +:1032F000703BF7FC125D0BDA1401918FF3AC88334D +:10330000FADA6C44F767051EEF127AEE59B1EFEC6A +:103310006B3570FF490D24D7E077DB8652FC20C067 +:1033200004DFED8E14CF1DD1585FF687510CE1EA12 +:10333000927A4611F93322BFE65981EF1F906FD37D +:103340008278EE33DFA64FBCC13A81FEF3BD7A4DE1 +:103350007CE6D9DA11126FFCFDA7781E534FFCA54D +:10336000CA29FC45FF8399D8BFAD3FCDF7DC9263F6 +:10337000F96B1C84B79CDDD86FA789F85CE24DD24D +:10338000F5D91E3EEBB610FF19795CEDA8BDC3164A +:10339000BA7F76D4F3890DF5D18775FA80F15BF2A7 +:1033A00070EE10F93D7788BC9E3B967C7C07AEF7AB +:1033B00077945EBA93DA2BB5790A2733DCAF22BE55 +:1033C0007AF07352A7C947DAB3B1271F89E3C7D68A +:1033D000F39CE7439CC896F9483C5FE96484C08F3E +:1033E000C8377FD149F36682FE7BD6F0F124BC7BDF +:1033F000543EFF3D7E6D7ED69E9E38939FEC508955 +:103400009765769739142F1FF6F7FE0DE17FC09A66 +:1034100067C67DEED2E882C3187FA956613D063C9F +:10342000AFCBF41E477994768A8C979E31B41FD225 +:10343000E13C967CBF75B222A2AD5A01B93DD5B62A +:10344000691796000FE183BDC0F5E8197B200AE1FA +:10345000AA80A609B1B8EF0B321CCBEB689786E7C0 +:10346000AF9068C6F3E7680F54B4EADD9628AC1B4A +:1034700083FD605CAF8ED3816DE7718972D61ABF10 +:10348000544FFE9C792CD831E776FF360AF54CB9BB +:10349000D56A5E827653583E49F9CE95ED6939BDBD +:1034A000DB7BC313A65F76E8357C7026840FE87952 +:1034B0007FA3909300C5017BEBDF405468FED919D0 +:1034C00041E73361743ED343E780269E78A6F558E2 +:1034D0000AED5FC978808BEF8356FC86EF6B2E1761 +:1034E0007AB7A25F6B3EE27D805EBBEF27CB0A33EB +:1034F00053C787F8191559CC8C749171BF0A0F53B3 +:10350000AF0AC933ADF03333D677E9407F58898E9F +:10351000AAA0278D03FD899EE566669E00F5721CB4 +:103520000F4B9D9FE2C612AE5E7084E17B7426DF76 +:103530003F582EF588CD28F4A22B11F136648D5119 +:10354000D3FF9CCD78179E5718EAD7B6CBF1DD99FB +:10355000DC6FCF0AA5B3B36FBC4C11FD9F7BAEA748 +:10356000BF9EE7F580192FF9D2C1FD2A03C2F79E4D +:1035700051C6C57E9C0CF65F05F2466A104FBB72C1 +:10358000BDC9B1509ED371BDBB2B06EAD968C7F245 +:10359000EFCB7A0FDEC3F8FC81F78C84875D6F1A5E +:1035A0005A301E532BF0D326C63F55EF1D75DC80D5 +:1035B0007187DAA12519C1792C58936B463E59B809 +:1035C00036D73C37C40F5DB6E56014E26B985547BB +:1035D000F197535B46515EDA29AB8E452AF87C940D +:1035E000199F9FB11EF89303DA17AC8DC90B3D7775 +:1035F000B070CD3D434B42F03C7C8B16EF235AB567 +:10360000F591BBB5F5FB3219F93D3FF4BDDC80B651 +:103610003EEAB0B6CEBAB5794E2F8DF5CCBC11F7D7 +:1036200097D6EA5DD8546AD5F94C20EFAA95CB31EC +:10363000DBA6A77DAE523BCF673AB16B653EDAEDB4 +:10364000151F951C42FF6CE13B1C3FE1F977A54734 +:103650000E7D4D71781D53285F6BB3427A3C3C2F31 +:103660004FC6977AEB93A5326E9E15CA4FE1743F11 +:103670002DF28F2AEB2A46E17E8EC4FF95ADAB2951 +:10368000BFBE6CAA76FE15AACA965C569FFAB87D94 +:103690006F753B103FC5E21C53E7B25BAFC7F5AF98 +:1036A000F3D6A293B82E5C5557C88E8D8207ABFE19 +:1036B0003C05F153FCB0C2509F14FF76C82B94E731 +:1036C0002AFCB385623FCD3ED6B1BB03FACDF72BC2 +:1036D0006497CE0DCBA72B59150647581EDDC2DDCA +:1036E000FBBFC6EF86E7D3C9BCABF28DDF98B479D8 +:1036F00076DCFFBFAAAD458FF39F2FE1F54DA07398 +:1037000011FC6852707FEE3856AEC47C30CFEF3378 +:10371000F1BD66FE5E15E3795E32FF6A8109FC0247 +:10372000D053876D46E28B0B6BA229EE798106831D +:10373000722D8F6B56F5E3F5AA0D0AF9BF55C2EE4F +:10374000A9FA158F5F2F5079FE3CF28B3B04EE4AAD +:10375000311FE48FD076D6C4FD67990F867962EE6B +:10376000907C824A9817E6CF637E58E87BA1F96186 +:10377000A1ED217176F2E7657CE159837FEB6680EC +:1037800053FFB30817DACD8C7922902F41DF707F79 +:10379000683AD75FBDFD95C5C25E3690BD0CFE0A86 +:1037A000CDB7B92C83FC9D01A81371FDFD9589DE71 +:1037B0002FD1F9B75AA0CD20FC98121D8F1B96DC93 +:1037C0006624FC34F77F81EC9EE6C779DC12F700B3 +:1037D000D08E6C5E3D44BB0FD893D7EDCEC4F8CEEF +:1037E0006DAB935CDAF555EE03FAFB5F7E7DF5F782 +:1037F000C775E27DFC4FC0EF6D22BFFB3691D72D20 +:10380000FD9BDB7AF2BAF938126FE1ED52EE64BB40 +:10381000F46F2E2579238784C4B59A63FC16CCCB2C +:1038200064A5DF6F5F6A93B01FBA575B683EC71528 +:103830009E0F5A12E179E81AC4DB13A9A988B7E4EC +:10384000217C3DCA2F7067DA797FDAC792F4666E01 +:103850007726FA2DC7575BF2104F329FEC682E5F28 +:103860004F2247F3BC9774314EFA109DA64C8CE062 +:10387000F95AC727F3FD0DDB688F11EDA64D0E9E9B +:10388000175562F4FCF1EA1078E0BB66C4538E1859 +:103890004FE20DE98D7648C92F4C7CDF5CF5A661BF +:1038A000FD8E235944BFE3627D937481958CF8EBC0 +:1038B000B6B7FAD3B93CA917BF9B2FE5BEB581ECCB +:1038C000B01EBEDCC4FDE8981E3F9ADBE1EC761E1C +:1038D0000F689E2CF6A181BFE43EF43FB03ED9E1D3 +:1038E000D7FAD1C03FB6503FFADBF9AC873FC2F8F8 +:1038F0002C9C6FFAE2A7EFC167B3BF8DCFE0FD311B +:103900001E5BDF7C56F5D2F3BB7CB8CFF19BC7A31F +:1039100018F43BA936C5BBD0FFDBB43CCA0DE509A2 +:10392000D51785E39DF4EB8B2E9767F384A033EED8 +:103930001F2921FBD1A79E7B781AE57D6C32D851D7 +:1039400015D66C31D139A9EA9D6594EF09F54E5E23 +:103950005F49FB3935BBC3F23F7FF578BC83F27911 +:103960007DC9980F047631E587546F3450FE68F5B1 +:103970003B7A17B2450DEB5E81F085BF8F705C041A +:10398000BEAD69D5171BA37B3F070EA1F5B766E750 +:10399000C39F61BC393C7FB454EC0B84EF2B2D1FCB +:1039A000628BA3FCE22BD81568F7015E5C01E4474B +:1039B000802783939DF877D9D65F6DDF03709E7C57 +:1039C0003F211743436736BE1E85E738E53E93DC4B +:1039D000773BD39A16EDBD0C5E65794EEC4B04E94E +:1039E000C6F5B663B782B126CCD3A6B2D210881A78 +:1039F00007DFAB6C3150BCAAF2F90D9B9F46FDFB73 +:103A00009E89CE65563CFFEA5FAF423F6087216EDC +:103A10002A9F8E55890FD2ABC6C1E3BB923EE5BF4C +:103A20007DD5E818C1DBD16E9074AAD8B1DFC84645 +:103A3000F4C66761EB7E6387F532F46AED9C42F170 +:103A4000CDAD5F1951DE4EEE535882B3F7FBA59B07 +:103A50005E8FC27E925E3DF4EB45B7C0B43DA3A934 +:103A60001FE577F445BF05182B1D83FC6D6398AFE8 +:103A700056FABEC93F15E9FAF3C5C4E79FAAB59C3B +:103A8000CF9F591E8FF66CA9C1176FA792B797AE3B +:103A9000BB47F09F3B899FA7F125E17CE6AFBD992D +:103AA000E6B3807989EF4A9FE1F94A5F809FB6E3E8 +:103AB00032748CCC52088E4FD79BE83CF9A7221F5A +:103AC000DAF717BDC83FB99BEC937BC41C29433080 +:103AD0001FE3D19C2E9D420F3371CE5CFAE1351B62 +:103AE00057B6233D4E0D722760FC0CE6EF1378525B +:103AF00030FF50FFE7C9099C1EFC3C05BD87E7D994 +:103B0000B01DFBB71BE85C45C87B8437F9FD1F8BF4 +:103B1000EF03DC11180FF8349EFB270CB774916F7C +:103B200014FE4EF592D2A90EC0FF95595C0FF4C851 +:103B3000F9C607B95C0B39FFFC1DAE3FAAFDD38B5C +:103B400048FEDB0D8104ECE7DF3F4B21F90FCF731B +:103B500017F4DF6810F2AB7D0E70A94A283EF771AA +:103B60003F7F4173483E3DE249EC17D780FD1CC8BA +:103B70000A9DA7D8F716FBC20B85BC87D32F5CFE26 +:103B80000D59625F59C8BF7C9FADBDFCFE6550DE1C +:103B90007D849F4AB02FEC28A7EF99C8AEA95CADF1 +:103BA000A77CCC63AB0EC65F097C7DBA55CAA7560D +:103BB0009FF6C8E7129E2F5FFAC22605F9335C3ED6 +:103BC0004F97FA95CBCA27B45F563E4BD9FF5D7D20 +:103BD000DA836FAD3C2EEC439F8ECCD2EAD32F58C4 +:103BE00076F4387C682F1E4CF1FD30BC4A7C86EBA5 +:103BF000C53F0E71107EC3F522C3949E103C4AFC53 +:103C000049FE64CC4BDFE9E15BC99F727DEAE1CFFD +:103C1000F0F96AF118FEFC73D43F008FE7773C7F20 +:103C2000B6B24D11E7247C879247933CBA49BDB0A8 +:103C3000A643C971A1757F58BD35ACBF3BACEE0939 +:103C4000EBEF0DABD76AFA57EE3E68E479B4014D5D +:103C50003F53DD0DE42FF5B613FC7C1F72E767467A +:103C60001FF2C5C06ECAE7353CC07C784EBCFB6510 +:103C70001EEFEA727447A13DB2DCC2EDC22EBBA8B2 +:103C8000C7F07A777FE30AD47FB2BDDBC2E3CF5DB2 +:103C90009EEEA89890F843679B9ECE6777F8797C54 +:103CA000AB373CCB08AF1D22FE35596F4DA91B8D9C +:103CB000F9D56974DEEC7C8341D433E89CB4B41B41 +:103CC000FFCE3C7F1D877046F07839F3B955CC772D +:103CD00099C749C64AFFB02C0AFDFB796D3CDFA5A8 +:103CE0006495969E0BACB3A2030ED42FDA3C958557 +:103CF000E8BFE1B9CCB5DAF6722107E56172E015EB +:103D000071FF703968927A2597E58A7812EDB72DA0 +:103D1000127A78B23EFBA6D980EFAEC37A6682FAF9 +:103D2000F9363D5B81F3DCA690BD8A073950BEA40D +:103D3000FF27F17506E564486F3CF63C7FF1A3FC74 +:103D40009F225FECFA2007F302CEEC7A2F732FD676 +:103D50005FFAF7940F58EFFE85FBBEBE13F56DD7E3 +:103D60003E13E54E74ED7B2DE5A758DF63223FBF80 +:103D7000EB0113DFCFD867A3F849D7206ED72F7B8D +:103D8000F9AB9C0E5A3FF8BD007BB3F839CFF36D09 +:103D9000FF3C8A7EDEF9369815DA05FB22495E6A19 +:103DA000F658288FA3EBE5AFF243F376FEABF39121 +:103DB00079195D367E1EBD2B86FB01357BAFDC801D +:103DC000F904553BF71BE7C1F3C2DFFF2B07F5658D +:103DD000D70BDCDE3967E85887B1D4435B3CCD862E +:103DE0002B31AEC8E83E92BBB636CD42B9E88D174E +:103DF0008E87AE7DDC9F00BC94A29EEF0B1F1FFD43 +:103E0000B7C5C7677772FD7505C3FC83205E14379D +:103E10006FB7F9CD0ACD9FB7EFFB2A07F5CB77CD6A +:103E2000F79F38DFFEFF7BE69B34F4BF2B7D39BF65 +:103E3000B7643908BE70BEEFCDD72FFD84EADB6DC5 +:103E40002E82F77BCAFB9543FF77D1FBD6FFB1F4F7 +:103E5000FE83A0B7CD8E71CEAE97FF95C27EC0BC5B +:103E60007FF23F74DED23E2FD0BB0EE742FFD75920 +:103E7000EB3B2E27591B64672C13FB02AF253AD767 +:103E8000F3F3C6DC0F2A147E508BC8FF5CC674B4F3 +:103E90005F5768AE203BB370E0239FF17C361DC1B5 +:103EA000F39AF9EACDFCDE30ADDF3769A03E80FB46 +:103EB0000F0797C2F7A1DF419BCEBE8CB77762FB9D +:103EC0001417B7EFA70CBC81F2670BCD6FCEC6B845 +:103ED000F024ABD62FBA21CCCFB9CEA17D5EC45E83 +:103EE00088C3B85B51B681EEF49A82FD43FCBFA54E +:103EF00043F9BD57D7B1A606BBF53F8517F2535519 +:103F000081973F85E1A5371E041E19B773C2F1A63C +:103F10005A1F6AA792819FCAE745FEADF45325FE5A +:103F2000C2F1C684DFABD22783F85507F2FDE290D9 +:103F3000F168DE3DF814F8FEA1780DA7CF77E1799E +:103F4000E3507E5F44389E07AAB92ACAD3D5C21E61 +:103F50009FA4C6F0FAC076BD87F0E7E7FCFBB94B3B +:103F600045BB63A23546A53C2EC7A0E0FD33C98CF6 +:103F700025ABCC67C238BFBDE31594BBE2C74C7418 +:103F8000BFCB40559CBF55799C1BA4D5179147FDCD +:103F9000DDC658ECB790E149B1E264E652787F861D +:103FA000F7F5E0213DBC6F08F7BEF0BD62B4A1B1EA +:103FB000DFC32A9DEBA63FC0773A96A934AE5B17C4 +:103FC000CBDF8FCAA3F77D3AFEBE1BCFC91B983D3E +:103FD0004501600717DA7F7204FD88E516DA479815 +:103FE0005AC0FD0529F76387F1F8872C5F1FE6109B +:103FF000E70EBC43D1CE9DD63094FC9165164FD5CB +:104000008BB80E3D1F49E78A8A57FCE8C63108DFA6 +:10401000F67E2E649753D37650FEFDDC8639F7BCCE +:104020000BEDDE2D166AEF1EE665C3009FA714C7D1 +:104030009D2F42C3DC9B0F1A31BF795AEB8E731848 +:10404000BF9B362B92F23CA7B1D63F613E289BA581 +:10405000A7F13BB7DB8C888B1B5B3F53D1BFBA7199 +:10406000BC826A8D755AEC2977033CC562FFD63A4B +:104070008CC77F9659785CB878C5A0CC5468BF11BE +:10408000CFFF5DC6BFB97A98909789CA5AF4530694 +:104090008BF340B23F8E43FA45E02361183F67231C +:1040A000EB830B79FF924653671AFA318D86C01065 +:1040B000289FCB2E48C6794E4D6553D68CA67C1DC5 +:1040C000BA37A5D3C20E51BC7CB5D3817E9C9789EB +:1040D000FC8C554E8A4F754E7419F11E95CED54EF7 +:1040E0003BE64D4766BB0F21DD1734290E94F7CE12 +:1040F000898CC7DB6D3CAFE1A83D908EF18DA3AEFE +:10410000A12E8C9B0F96F93F2322C84FBC6FB87726 +:10411000E43080B3B8A9F80D94737609E69D8FF961 +:10412000BC8C98F7E1DB225800E521783FD6E861A6 +:104130009497E9FAF91571C1FBB106EB797EEA6350 +:10414000C80F382FCC57053E5B67E828C3712E0C8B +:1041500015EDB1F67C2BE72F86F0751AEC9938BF78 +:10416000CEE5161DEED34D7D80F31BF0BF5985F7CC +:104170001F545904EEC7DB059FDDB154F5B4407DF3 +:10418000A099A978BFD58DADB9E43F9FC8F6262088 +:104190005C27EE6757219DE6AD5A4DFB22925E4C9F +:1041A0006D9FD40FBE73629393EE8193F43D915D46 +:1041B000307558289D6629441F988F19E17F2E7B02 +:1041C000EE0C1C17DAF723FDA61604D2F1FEAAC9DD +:1041D000FA4AE6C6F53491B9705D3ECFB8FC9D6FE2 +:1041E00054298E24E55DCAB59467809BE457CA6361 +:1041F000B81C6FAEE7672DB7D49BA97CAEDECED4DA +:104200000CC6B6D527527D7BBD83CAD6FA2C6A7FF1 +:10421000A1DE45F59DF563A9BEABDE4DF5DDF545A7 +:1042200054EEA9F750FB9D803ECCF380EF93BE91F6 +:104230007A06E1D3E505F580A49FA171A20EF5B43D +:10424000A41FF8BB74FF86BC17AB2FBBE0FF15FCA7 +:10425000A0C77CD17941BC62DD12A227B16E8B0D63 +:10426000CE0F5313C7C786E83995DF7780FA303E03 +:104270002F387F0C055ECC0BD205DF9B104637E450 +:10428000438917783F109F178A97338F5C81742F6B +:10429000D5B928DEC13A9E7F89EA56DABF4D31B2E0 +:1042A000DD18AFEDF89995617C54AF73259AF07CD9 +:1042B00052A9C2D49078C38F6A2D4C0D59BFEEAA73 +:1042C0008BD1D4E37E76E4550C9FFD21C1BB11F95F +:1042D000F1E8BD67FFFE2B18FFD9FB3F19E1257EF2 +:1042E0003CB3E949FCEE920817C52318DE4D47F1AF +:1042F00017DA2FC3BFD07BF4E6FA22E9DEBC75469D +:10430000FB5F7F85F1DA157A3BEAD1B90D7C5D7EE2 +:104310001FE90878FF50D051DEE7572CE3E261F740 +:10432000EBED1B96CAF59D88E71CBD2FF9E7944776 +:10433000B85C6F17E938DAFBFFC4F7E5F7C2C7FBD3 +:10434000388951DC04AC7E560774F8F87E6300CFE0 +:104350003C7FAC98E9DE05C511C7EE80766FE36B54 +:10436000745F9C527798F213BC662B9D13643EC316 +:1043700099D0F1943A7EAF1CEB181883F14D792F48 +:104380005CE468B711CFADA34E40BE999B7580EE3B +:10439000A9624D8A1DF7694A447B893C2FAF7A8711 +:1043A000CEB231F6EE303DBF176CA84AE5B5C398E2 +:1043B000D81768A27557C6B14A56F17B194B9A7245 +:1043C0008D0B42D697B9A27D1EDE1F11D2FE77312A +:1043D000EE80C6E23264C601E27E89015973CB5099 +:1043E0006F0F987DBD8AF397FDFF368CDF87F0E570 +:1043F00050FEFD6B51998DC17B48B91D3877F66D24 +:104400001BE9FC1D731831AE2ABF37372B6F05E649 +:1044100029CF5D85B73ED0BD9394F7F844D4944D31 +:10442000A8BF4E868D5B29D63B989F11F73F4F6002 +:10443000C63BED0BF3785EF9F65FD3FE5AF907261B +:104440005AC7CB47F2F59665FBF3F97D7CDAF8F9AC +:10445000A45F7F44F730D6ECE4F73542C9E3BB32C2 +:104460001EECE2F987E171DC57B67F1075D9B8F917 +:104470004EBEEFF75D7173795EAEE6773CFE2BF1D1 +:1044800058A35CA4FDA69A9797C75FEE5C1AEED777 +:10449000201F86C7D1BF2BCE1E1E574C1E7EF9FD96 +:1044A0008ABEF4A98CAFCB7A695D4EDAF151782ED1 +:1044B000CE9B391CF15E979F86F946D57513A80CE3 +:1044C0003F27575A379CFA97D78DA2E7B5C29E016E +:1044D000839BCE59CA78E6797F4634FB16386AD674 +:1044E00000B0F0FE79D5118DFB71F29C74D7363D8A +:1044F000F90F5DDB46AC47BE2C6B7BCCA883F6DAAC +:10450000E1DCCE3A1BB62F50BDED18EDD755B17694 +:10451000A20FD08D9943F787305FB05FDFF055FC75 +:10452000DA568BFC5BD6AAB837E17A646EA5F8C779 +:10453000F96D3F32F842E83975B8AA39C724E19FCE +:1045400038DCA1B9EF00E145782A4CADE7DE4749F8 +:10455000F84D24E3F7CF76FF09F76F4FAF1D45798C +:10456000D065AD3BAA791E5AA41DE32AA7C2F22347 +:10457000678BEFCD1ECEEDBFD3621FECF4763DE925 +:104580005F8417E5F894A23D6776A778EF4E81AF78 +:10459000CF518F8C09F62F6B5D4DF6E0B99D3764D6 +:1045A000A0FDDFB5FBEDA874A4AB78AF6B6724DD8D +:1045B000DBD7B5F39753F6025F9F6D9D1887F227FF +:1045C000C7BF6738BF4FE26C1BDFEF637E9EC754E7 +:1045D00085781E150A673FBAD741BE27F3B74EEF5D +:1045E000FC6D942E3B48C71A7353635A6AF03E0E13 +:1045F0008BC1E7C378826137BF9799E41BC67F30D0 +:10460000ABC983FA5BF6339BDDE4F7C97BC6983C04 +:104610003728CEAFC0FAF5A617E05F5466A478FA43 +:104620009D231DB7DE8E7AF87503D163D15016C075 +:10463000F8C5853A5B0BD27991D345FBAC778E12E6 +:104640007A26B1630CE67754362ACC8D79668929AF +:10465000FC7C8C90FD4EA7EBAD9571749E80ECECCC +:104660004ABF9E794791FEC8C47C753636908979D9 +:104670002429C027F8FEDAE1DC7E3F6AE4799B95C5 +:10468000A93C2F7FB0C83BA98CE579FC67649EFFED +:104690008C4026E6BD54BE9044792F6764DE3EB45C +:1046A000239C95793C7F5FE2B7F2BE0399C877956A +:1046B000735BB3F079A7D37E8EF28B5EB4D17D4568 +:1046C000BA976C225FCDB2DEC4D76F3AEFB06C53AD +:1046D000520BFA8DAD82CFD6F5E41DBB1251CF0E31 +:1046E000B8DF1A157AFEA0CCD8C4CF1B283CDF4512 +:1046F000D6E5BCB08EF33A23F8B92C42D405FC655C +:10470000514D0477279EAF40FC6DE5E7064E25B579 +:10471000EFA23CD4AD43E97EC74EA77FC16E7A6E4F +:10472000A1FB15CB7C0AE9F3F2E74C74FFE9C9ADB4 +:104730003CEE5E5E5F47F76F9683D8E33937288B90 +:10474000F0BCDA4943530A7EF7647F28D1AFBA9FA1 +:10475000DB4B876D4FA4907C6F3429A8AFCBC1523F +:10476000407BEF3C6BBAF369DE8E9E3A2BDF68A28A +:1047700073025E68C773A10CEC20E41B896F78AEEE +:10478000C95BEC746AEF756817F2D72EF0FACE7039 +:104790001E0FA88A6C7D2295E6C7E504E8C3F3C91D +:1047A000993FE9977198C791A1A07E286FB574A22F +:1047B000DD51BECD40F7970E96F971C20F2B0385E0 +:1047C00086FBC5658CDB9793F5DB283FECC2164B67 +:1047D0001ECEAB53DCCF597EDF4F397E5EB2B9F9C6 +:1047E0007D237417123BB93999F2C5A7620E19F1EE +:1047F000C9087E3E21B62907E959BEF20A1DE5899E +:10480000E8B9DF05A55BA13C7A33E9D14AA147AB02 +:10481000568E8B1E8772F5969EEE132F8F5E407E0E +:10482000DF0515E4E932FA3F1C6F83B3B95D500927 +:104830007282E795ABC439AB8ACDFCDECA8A153CDF +:10484000AEC89EE3F7942EB604A2F07B8B37E95DE9 +:1048500048A70A636B667FF84E4436D75FD0DF8B7C +:104860007A498EB7D8D2BA00C75BFCBC85F47944CC +:10487000761C7DEF4CEB63F168E7F6EECFE10EF6C8 +:10488000DB10159ABF23FBF5CCA795C7932EB0F686 +:104890009F7C00AF7CBECD42708144D1F9B5F0F968 +:1048A0009E36003C00FFE9E72D747EEB53D0833E3B +:1048B0003C871DE37E94F21CFEACA77B7F102E5C30 +:1048C0008F16FAB5EF57F57345631E65D55B852ADC +:1048D000BE1F9DCDF531D0E126C2D35B063AA71AA3 +:1048E0008EF7F3426FF7C8DDF391C477A70770FA2C +:1048F0009FDECEF3E73A6338DF009C2998DF7CFA2D +:10490000F921B974DE138D22A07BB99DD3FD744CBF +:104910006B8A3DE4B9E4373CD09488FC81EFA4A1D4 +:104920009DC0EDB10AF32ACA67C17CE7FC3C2A03AB +:10493000A6CBE42B033FF2BCC36C6157E0F7E24522 +:104940005E3DE9AD5623EA65AFB01F2BB785E73B67 +:10495000F3E793B2159967ED889379D698DFED5315 +:10496000282FA6A2E1EE32948B8ADAD5B723BF4A6C +:10497000F82B545684FAA053D1131C9D167E4F3643 +:104980000BFD4E2A2FEDF1C1794E13DF9B91ED9077 +:10499000F62D6B82712A1B945534BE53C60DF87CDC +:1049A000E47B800623AE139D13C5F33EE62BE10B9B +:1049B0009FAFA4EF826CAE673A9D8E47C7C705CF05 +:1049C000B99DBF342A3AF65BFC6BF45C7BF28E41F6 +:1049D000D617E35C619CB1D95C5F55007C0867E643 +:1049E0005A6DBE79D6466D7DD8366D3D7BA7B69E95 +:1049F000D3A6ADBB5ED1D66F17DF457F1FCFBBA35C +:104A0000BF8F25FAFB0E13F7F7B18EFE3E96E8EF47 +:104A1000633BFAFB58477F1FEBE8EF635DE21BFD4A +:104A20007EACA3DF8FCFB7648BFBEEC47D467B0AE1 +:104A3000BC73304ED9937F5C660D3BC735509EEFFB +:104A400091F9A0917DE48346229DE4B9D8F0F35B0F +:104A50003DF7E2869DDF42FEC2713EECEF7D3C1BDE +:104A6000E0FA44695F91A4E07D7CFEE18B689DB72C +:104A700058319FBD63F9A72BD03DDAD1DFFB7436E7 +:104A8000DA6986EECDFCBC7480F44CC752C75BD7A4 +:104A9000487B04F8A618B08B7C2CCFCF7EE77DB77F +:104AA000DF79CFAD964FA43DF7ACA13B09F5E5B159 +:104AB000ADE65508E73111BF64B3CD61F90DDC4FA8 +:104AC0005AF488B21ED7A7DDD9FC9E81F387013B3B +:104AD000DFC29FF32E8E223BBBA7BE4AD1D17D19E8 +:104AE00089F1B40E497B2C45017B0CF51FCC1FD7F7 +:104AF000E9216B741AF887FA2334FC367C4B6CD8A6 +:104B0000F993019AFE2377A7869D3F19A63DDF30D2 +:104B10006BE97E5C9F67AE1AA5E957E219178637E5 +:104B200001A7B04B4BD01EC475E67E33ED3F2E7E01 +:104B3000574F764C293E04BD588A63011D4B378A76 +:104B40003CEA3AED7A5BAA321FDE27364FAC43923D +:104B5000DF4AEDCC1D03EF9FCD6DDA8CF7B896FDE3 +:104B6000E1ED7C3B9ECB5326266070E27743BC1F71 +:104B700023DFA418DC94B75BB9232306EF753B73DE +:104B8000F855CACB947C9262B047203D5B9AB87DC1 +:104B90008FF1317D6C90DE2D4DFD22D2ADC1798536 +:104BA000E4AF903D7C01F357A0A974A2E2338E0CD0 +:104BB000C2BF48AC1B12DEE3C2FE67E97C9C1F8BC0 +:104BC000E79579AFAD8B05D29DD11DF87225AE4F1B +:104BD000B9AD9901B4D39E6E89BFCD89C70DBCFF15 +:104BE000C4792C7AB3300AF3E9BED866A0F3047F07 +:104BF0006FDEB00EF39C57366D30621CA05CF51B67 +:104C000029CF736B8B11F39CAFDDD242ED0BB61441 +:104C100093BFB890D592BF7842DEEB21E65F5AA0F1 +:104C2000ACB5E3F9DD115C4F9446F07DC7C9FAF1EC +:104C3000AFC6917DA550BEEF2CCFF4C9FDD14E6912 +:104C40008DA17B98FA8F10F76185F1FDF937F43C5F +:104C50008E3B8BD3B9AFFBA1665E74129FCFBA387F +:104C60009CFCA89B0343B9DF9AADF55B4B8D8EB7D7 +:104C700050BFB33FEAE9F7517AE2082E03D9C7558E +:104C8000B0BEE0F947CF78BD860F6B26456AF87451 +:104C9000360BE17FF8F42D98EC12529F35354DD349 +:104CA000FFD659C3C3F83A2FF89CF4C1559A7394B0 +:104CB00055D842E7500A7AB5F3F398D76BDEAF6266 +:104CC0003334E7F3CA36F27D85AA9D31B4EF582A12 +:104CD000EFD5F3F2F6EADDBC1D26A291AFC185AE99 +:104CE0007FE7EB9F81FF1683D87F988DFF9DD61BB2 +:104CF000EF60E9F5DC4780F74960FC40730F81D82D +:104D0000BF44B8C9DE15F1A4AA2C1E4FAAF2B51BE8 +:104D1000F1BE0EC0BBDA0FF3349B14A207F437F7D1 +:104D2000CBE3F5259477ADCD1FC3F130DFB2FAB0F8 +:104D3000BE18E524FC39F01DB77BF7F0BCD7856BB6 +:104D4000C2F33557D1FE6935C68742E8F6EC08074D +:104D5000F16DF9961D8706001E667A387F56B64EAD +:104D6000371467F7E627E06BBA177B0103BEC27DF5 +:104D70001F905FBFA3EF79A3B9887E879C7FB59B07 +:104D8000F3DF00E4BF9CDE7C57E5AB35D2BD2B6B77 +:104D900015F69893F7477C0C407E0CC307E12F0C67 +:104DA0000F123F3DF80A7B1E8E97055E46FCB160F0 +:104DB000B7E2F72BBDE7D117DEC2E9BA90B51BF118 +:104DC0001CCAC29D8A0BEFBD97FB396C6C581CE95D +:104DD0008D348A23557B045E241F78389FCFB8C852 +:104DE000E322B7E0BDAFA3827C316BAA561E6FBE33 +:104DF000184FCF7F289FC0CA4F71D8EFCB1F721EAC +:104E0000520F63BC90F842E44B87CB4778BC71EB00 +:104E100008116F1CC3C668F2A3FBB8A7233C3F5A16 +:104E2000AEDBE1EB46F11FF8BA21F5A757AC07DE80 +:104E3000E5867816BADEC876117F5B747F16DD478B +:104E400092B2B41FF52BB6D829BFBF7829CFBB2E9D +:104E5000867E8E10FB6145435A0AAE031F3F3864BD +:104E60009D0FEF69BA372E7E2CD0F9D872431CDE25 +:104E70007329FB7DBC7C720AE68D1C5B6D9A4DF735 +:104E800009FFCC4CBF9354B52B81DF3FA7B7C66356 +:104E9000BEE6D917FAD1FD487F16EB45E5F217A318 +:104EA000F03841C572BEFEFE6888B77D04ED3FB79D +:104EB0006CA68D0B7B4B0EEAFFBF618C08FA9FC07E +:104EC000B1F2681DA275FD84C57E0B8E7B62AB813D +:104ED000EEB182E76EDC37FAB112F8E41ABAEF46A7 +:104EE00089C7B8CD9977F5743EB34CBF3F07C7ADBE +:104EF000ACDF9D82266C691EAC97E8579ABC7FC3D5 +:104F0000EF562CDF90429B508D2DF43B0321F1DEB8 +:104F1000E323D06FC4782FD4BD4B33A2F93DB597AE +:104F20008FF74ABCF844BC77B358BFD14EC712EDD7 +:104F300074CCEF413B1DEB68A76389763AB6D7ACDA +:104F4000D1DA7147C4FEAD8CFB0ED67F46BFE3E3DA +:104F50002B6059B5B4DE5AB3D0FF5CAC44B8D05E18 +:104F60005CAC70B95EFC9185EF3FF99334FC107E28 +:104F70008FEBD5DD606B85F0ED3517CD2CF4DCF2D1 +:104F80004416A3A9179A9334FD27DB9D9AE7D726E9 +:104F90000ED53CBFCE91ABA9DF9075A5A6FF8DAE17 +:104FA000899AFA4D63AFD3F49FEE9EAEA9CF2C9AA7 +:104FB000A3E97FB3A758F3FCD6D9659AE773BC770A +:104FC0006BEAB797DEABE9FFA3DAA59AE7FFA6671E +:104FD000748F5F1BFA5726BC77C84CE5573ABB8ADB +:104FE000F6E1E23733AC48FFF185BADACBE52D8C38 +:104FF000C8E1FC3D77A43B2BA73FBF3F0AF9769061 +:10500000B81F6A5C0EA76732036B8DFCDAF624E4E6 +:10501000A3F07EE1CFC7471EB8E0001A3E96937B0F +:10502000AB0AFA68FC150746A541FD8D9C525E1F30 +:1050300077E0B7A9507F27E7B95B55D02FE3471E2C +:10504000B880CF6F1E59C5EB3319991E1DDB07DDE4 +:105050008AF932E3AF495DE5E2711071BF4680E243 +:10506000163DE759CCD6405AC83D21880F3C378FB2 +:10507000F8C032007C8CE501E0632C5F013E2E011C +:10508000FD7508F818CBC3E06F62FB1FC1DFC4F2E7 +:105090000DF037B1FC13F89958B6839F89E55FEAA4 +:1050A0006753F94EBD97DEFB6B7D299547EA6BA9E7 +:1050B000FDFDFA3A2A3FACF751FBCD3922DEB15B58 +:1050C000FBFB5472BF52EE4F2EAB651D91A8073A01 +:1050D000D418FCFD37B9EFD8B77FAFB24F42ECAF71 +:1050E00068E6F6E6D0BEA2F677349E4EF3CEC7F65B +:1050F000779D3333F082F95B2ED6BE8A2940EF8A42 +:105100007B06C2C71D97C3EDDDAB46BACB73C68421 +:10511000FCBE80D84F5F6BE0FBE6723F5DE625C8C2 +:10512000FD73FA0BC92792F90A579BF9F96D993F5C +:1051300020F393267FCE48FE2734AAB4CF66535976 +:1051400000F30C64FED1041C08E83E218E917E48D9 +:105150008076631EBFC75A0FE5C6AFA17F4E483E9B +:105160009489F930AE9920F6E5A11FC137F9732F64 +:10517000E5474D10791883701F93F7A37D5B1BFAE9 +:1051800043F87EBF8E8318874BFE27D004FA3DA3D9 +:10519000F0FC01998781FD2379FF008E9BFE0FF8BB +:1051A0007E54504ED64E6C77621C6EED3D6617C62F +:1051B000CFE4EF2A505009F03253E835DA64C7BA29 +:1051C000582FD996048A0F1588E7FDD2BD6B916ED2 +:1051D0001E93FDA34892ABB441680F4C17F6F2B78B +:1051E000D0AD05DF0BA79BA497A447483E09D14348 +:1051F000D24FD2379C8E927EE1F49274FC9F4AB7D4 +:10520000D12ABFE7CF5469A6FB03BF8B8E7775B356 +:1052100029D1D0E59D74EF38C473F145C721ACCFD7 +:105220006313E9774FE4F38FFA78EEFDBCDB101DD2 +:1052300042EFAB852E57332EDF5FF693F75FC8F151 +:1052400053B1FF98DEFD174FE6E7C28ADEE571F441 +:10525000D7C5BA89FBEAB9F921F99AD90BC92E66E3 +:10526000566E5F3AE01FD44BD75C5435F66611E3B7 +:105270007A0A166615F9AF286CDFFA7A618F5E1F1D +:10528000668F86DB975FE408FBD2C99C3FF05ED750 +:105290004B3914EFD5DA2F98F785FC9CE6D0D37DF7 +:1052A00034F21E57792FF024214793F05EE028FC5A +:1052B000FD4C2FAD87D7321F95D7C17CB0BC81057F +:1052C00068FDBC11142FD66FC2541FA81F8C9C768A +:1052D000079ED12B1C55984EF77504EF2B8C1E3969 +:1052E00086EE2BFC9B3DE4BEC203931CB4CF78C07A +:1052F000CCCF05A3BCE1EF23CAF9FC01D69D7458BD +:10530000170EC2BA84E5ABB02EA5C3FC5E83750947 +:10531000EBD767F1DF2998E2D0E6FBC8F76FB0174B +:105320008203D237BE6EC8F9DD40C4E7EB314326B5 +:10533000E17C5F8FB96212D2F7F598041D2F4D46BC +:105340002CFB7A5FF2FD0DD9FC7CEA0DF629F4BD49 +:10535000FF0FF8BCF272F81C87BC897144F3DB5173 +:1053600089A9B8BF1625EE557D33470FF593081A66 +:10537000D81113EAC6119CD7D45D49E5A7F52C1BBB +:10538000F15A69E6F80A8F43B18D09BAD0FCE36B94 +:105390004DDEEB46A27DAF6B8BBA0A9E7FBAF6ED6F +:1053A000EDE83F801D3D0DE1AAD43B56B9302EF308 +:1053B0003ACF1F65970EA6CCB0F5E647B671A6E6C4 +:1053C000BCA3E4C74AB3C4A38FEFAFA7BBC7717E2A +:1053D000E6F7A4CA3C9781267EDF82BCB713ED199D +:1053E0003AE7186637E44770BD36D0C4F5748FBE0F +:1053F000328A7519C6C9473DF86804C5192393DC7C +:10540000F3701E324E7B7E6024DD833221303C1AE5 +:10541000EB45181700500F887CAC6B87D75A538127 +:105420000EF543BD55F81ED35FD2A37E7C234361A6 +:10543000FD148CEB8EB2925FF81DF21B2EFFF78CE1 +:1054400014F29FC37234E7E4045D003ECACB39FF17 +:105450008E9EF2E326B0CC27316E5178D88099D356 +:10546000C1BCC944BE7F38F930CF030AFAA1DD04BC +:10547000E7AB76853D0DF33325EA9823448F591C1D +:1054800011CC11024F6456ACA66E730DD0F48F1E72 +:105490009BAA791EE31EA679DEAF284F53EFEFB922 +:1054A0004AD33F617681A69EE4BD5ED33FB9748640 +:1054B000A63EA8F6364DFFC1757335CF9DBE72CDA1 +:1054C00073794F29F3B9DBB3E2B99EC6BFB4C645C1 +:1054D0009A7E45D605742E32A3E93ECD78CCC1E341 +:1054E0000D3EF807F9EA0B3C780BE5E4446D1CA28D +:1054F000D03EF1152451B2C85B62CCE5C075A0D096 +:10550000AE8D4B245B8B287F3EF93BF29A76FD50A3 +:105510003EF00EBB3C1F5472BB229C0F5E45BD94F7 +:10552000C6F70942E78BFB04A178C17D82D03AEE31 +:105530001384F6C77D82D0E7B84F10FA7CD4612D72 +:10554000FDC7B46BE97FC59182EF45AF2B3BB47CBF +:1055500021E935EEC48CCBD26B36FC43EB34E3EB64 +:10556000FC24C05380F5A69BA497A4DF7F956E67AB +:10557000478AF3DE826E5FB05563F0FEFAAE62AE2C +:10558000AFFB5ABF158BFB02EAD72CE49D31BDFD62 +:105590007999071AFEFB2CFFA6EFB0E13AF195AE20 +:1055A0006304D23389F1DFC37828C1FB0DEAA50477 +:1055B000CC2641FFA6EC965C5C37BB06751FC5DFA9 +:1055C000EFFE3F2308244500800000001F8B0800E9 +:1055D00000000000000BDD5A7D7454D5B5DFF7CE16 +:1055E000CCCD4C32432621E403244CBEF81CE0CE43 +:1055F0004C625169BD20A17435B026F8418231CC8E +:1056000090044140438ACF60F165628206AAAFB13F +:1056100004A43EAB131EA0BE876D40AAB44DDBA907 +:1056200028B52E6DA9DA575A5C7190D6A25619E3A7 +:105630007ACFD8D5D6B7F73EF7643E84DAFEF1DEEE +:105640001F2F595927E76B9F7DF6D7F99D7D6E6413 +:105650009B4B3FE801FA89A9D500F16DAEC15D0A07 +:10566000C027F4733540F314681FF202D8756CAC90 +:10567000C1517ABCA67E2E408EAE72DDA5BB3570C0 +:105680000284BD6044711C58A1B419FB6B2DD888ED +:10569000F446B75BA3596500C58E905B9F04D0F3B9 +:1056A0001BBB1D72B11D3CB96E1A0F9ED2A00BE040 +:1056B0004D1B340C3993EBCAB2D8B16812CDBBCABA +:1056C00082EB15002436A8D1FD65BC0ED37FE840DF +:1056D000517417D6AF9A1673CCA0FE3DAABE1F52C6 +:1056E000FA377944BF4589503D719716DD8F5B7954 +:1056F000DB26FA235B3CD183440FA28E7AE463C697 +:105700003E9C3A93E5019FE0DF435658467C3D14AA +:10571000552355F3016645ED60B5A7F403F6F3BED6 +:10572000A38E95B8EF398FBBD3FAE70E15A7D19B9F +:105730007FDC93D6EF8BCD4CEB0FBCA0A7D5E32439 +:1057400017A45F736A41DABCA9F8A7FA013E77DAB9 +:10575000486B9FB6B16305CCE37E43CD07B822BE4C +:105760002C8DDEB40BD9AA82FDD7E9E50024D7F34E +:10577000C1B47EF008B934DF5118253B98628548E2 +:1057800016AEF32D1B441CF95C37342C3512308EC9 +:10579000D3FAACD11E94DF65C8436EBEE0CB42E3C2 +:1057A000B074F038C107F647ECD48FF4886FEC374B +:1057B000ACA23F928DF5DDB33D6C4F36ABA14205F7 +:1057C000C023B6F806B0A4D86116DAA193F56A90A2 +:1057D0001D3CB26D729A9DDE68DAE3EED9C0FB3AE9 +:1057E00068873541945BCF5D4E289B4FF3E225A43B +:1057F0009FB5A61D1F9F6E84741EEFE6FAA3AEF33D +:105800001B004934CF17EB34A9EA9A7A9AAF40C308 +:10581000516F729DCDE6FC3ABFC2EB34E70A7EE0E1 +:10582000AB1ADB91DC47B106BD763FAF3B8BECFB9F +:10583000A6FB86EE9F815D4D5ABF8DF685F6660B01 +:10584000223F758BE356F0019C7EE2D77B9D57E0AB +:10585000BE3A51AE57026C1D5AD810C17F97A39C17 +:10586000889F69F83FE9A18EE48BE588CFC2EBF70A +:10587000EBC0EB8DFB5B01B0BF8D82E06BB4538B53 +:1058800046CA927A4CD15384F472A80B59445F787B +:10589000BCCBCEE5BF77A1FD56011CEE2AE6FAB7D8 +:1058A000BB3C5C0E75CDE4F6A35D3AD78F752DE059 +:1058B000FAD35D06D78F772DE3F2FB5D416E27F3B8 +:1058C0008442804A615AE37291F623E55277B7D059 +:1058D00093678B2DB81FB750A7C232C59F94F707A7 +:1058E0003E95F739AC0BBDD2388A33725CADC59B9F +:1058F0007BD6991C27E34A661C91E5FFD67EC7E557 +:105900006B4DDAB923C5BEE5BEB1FF127E92EE4FF4 +:10591000FC73B929BF72316F823FA9B714FF61FFD1 +:105920001AF71F883792FF48F9462BD56524AF7BBD +:105930005D42CE520EEFEA425E7B7561C710319C2C +:105940003ED457C85CBAD6F2E730D94F9B4BF364CC +:10595000E19090735D1D4C00F88211DC7B2FB6AF97 +:105960001DB0C120B68771D9CE7C516E47FEC211E1 +:10597000DB9BF1947874330473630AD51216A2D7B3 +:1059800073BFE27E08EB2D7DE9E3DA40D0B9D9B9E7 +:10599000F46D5AA70DAC6FC6655C2A233AF77D609B +:1059A0009940A535390FDB3B5F1FBCEAB994F8F588 +:1059B000BAEE2A782B87022DCCFF84FCACD3AE92B2 +:1059C0001CD7DBE5BE9C7A8CFCE4358B9E85F5D13B +:1059D00068452E9D5FA81FF62B2C6359C8C7475DED +:1059E000D1AB9E43FD7AF6219140526E28CFEC99BF +:1059F000746EF45AF52ACFA7ED6B5C9E50C8EB7617 +:105A0000D8454C453BFD05C9ED8F2F58208B626C66 +:105A1000839DFD2364F6FF31F2E159EE3FE6D0A904 +:105A2000FE9EEFD4BC18EE2F44EB4FC431C5E9F411 +:105A300046B7DBC14DFE7DCC15051CF78E327828AC +:105A400017F5FE8E7AA4704159929F505CCCBF949A +:105A50003FDC342364F521BF211B1436907E0E5B9E +:105A6000F46EA4BFD3F96CA18172B95A31341FEF1F +:105A700027AA51BCBA05ED98CEA33A3C17C97E259A +:105A80009DC86C73DF19FB1A8F4B0B9528D9D16811 +:105A9000C4C2E7F8E83285F9C6B86690BC7F05480D +:105AA0001DF9AF87580195E4A79025FC944AF2535D +:105AB0009821FC94EAE4A754929F52FBB5633ED62A +:105AC000D3756357F17E437D57707DFAB4889A4D44 +:105AD000F1F946453F88C5AA03B0231BA7C6BB57AB +:105AE000D58490B5E93EC1F774F37CF9943E7DE22C +:105AF0005C79CA971E673BBA158EB31D8A382F3B57 +:105B0000EE5738CECAFA87FD66BD56D4BFB243D42D +:105B1000E336679F922BF6575925F64725EDAFD20E +:105B200026F64775DA1F95B43F6AA73844758A434D +:105B300054A73844758A4354521CA2F6B5102CA5BC +:105B4000A3E1F309802529FE75F5981D96A4F8C9EF +:105B500022C84BAB5F632F491B5FEB2E4BEBFF6201 +:105B6000F1ACB4FE2F797C69F52FCFBC226DFC72AD +:105B70007D515A1D167C2959C77806467D5AFD5A13 +:105B80006848D243395D1F0CA7D15FD5B0219D5E17 +:105B9000684BDAFC1BA1336D7E457B77DAF8359DC7 +:105BA0000AB4A6D6311C939DB5EC9BC876F2978AB1 +:105BB000600BD9F91B397FBDDD564E7A1EDE40766B +:105BC000DAB1395B177AEE5F26F4AE82D073A29118 +:105BD000F5BC5D13F55ABDC87D11FB19463D2F413B +:105BE000BDFC08F54C650CF54CE5B3A8672A9F434E +:105BF0003D2F41FD9D443D53F902EA99DA5F443D52 +:105C000053F912EA99CA9FA39EA93C857AA6F295F8 +:105C1000AE062E5FEB0AF1BCFFEC5ACFE5E9AE769B +:105C20006EFF6D572797AF7745B87D04F968B525A6 +:105C3000F9229C5B99225FC2B59529F2211C9B5ADF +:105C4000271C9B3A9E706C6A3FE1D8D47EC2B1A9F2 +:105C500075C2AFA9E309B7A6D69FD03DEC8784579C +:105C600053E7113E4DADCFED8F3CFF36D9D7C3EF93 +:105C70003F47E5F4DCF0510543C301DFCF1BAC2502 +:105C800058CF09FBF3102BD8BA5F6D58822120340E +:105C900016E078300F128C2B433896F4168A01DF09 +:105CA00003E67E5CC2FDA767091CC83FA877DF3109 +:105CB000607C797A9687DBE57C1DDC162AE5F86442 +:105CC000FDE2E332D797E3383EA6F081E7A38FE207 +:105CD000B96FBBD34FF79543AAB22688F67408F183 +:105CE000D14A8CB7730E1BAA03FB1B8EB97D160F0E +:105CF0008D6FF7D37DE53726EE91E3A75BE1059B3A +:105D00003FB98FC73E57B69FE8C57C02B726F71943 +:105D1000B7523CC738614471DEC2C4A96B72717C52 +:105D200028B2A886E8D769022FE03A57D27D6F4E95 +:105D30004431F6A7D8F78B26BD50E4C8B3145F1FD3 +:105D40007B748598972DE63DF6E8045E7F45AFB2FB +:105D5000DF82EB2F3C0CC620CE7FD5E477CEE198D6 +:105D600085D60BF78AF524DDF0C3A59A87EE93D08C +:105D70007E677135C948018ADBB8AFE7685F527E3C +:105D800072FC7474191B9E1FB712ABA8CA9D33FB1B +:105D90008324E7A02AC6D9ED062151B8F5783D50F5 +:105DA000BCFF7C755E6D01D11D069D60EAF2EA5F65 +:105DB000A6ED9BC57639D3E5F36B464489E5E056FD +:105DC0005644BAEFA6E36D7964CBF39368FC01D037 +:105DD000CB3C7CF4C017FC49FE661B47543CFEC01C +:105DE0000BA75487427A87131353EC0835711DE9CA +:105DF000DDA7DB80F4526F75DB286E649EEF122FF7 +:105E00007C487881B932FBDDA2BFE3AEB1B3F75273 +:105E10003CFAAEC00B12E784DD620FA17D0AC7B564 +:105E20000F7BF1BA4172FE6E561408AF219EF0A0AE +:105E30003DBEA7BE54B80AE76DAE8896AA28AF5BF0 +:105E4000260FCECBB7301EB0F991CF77232756342B +:105E5000209DB3BD4F1592DC3EECBD3E37C694117C +:105E600027E23AADA67C5AB7AFAFA34D86E70E69DD +:105E700074AF7913E38C3183F85F981BA77DF50B22 +:105E80009CD780BF14A7C32F4F2C24BC9589FF3605 +:105E9000F4DAC21ADED33664E0BE8D26EEDBF819E2 +:105EA000B86F8ADFC47D3AE88CFB2C4DB9A18BC456 +:105EB00063594A7C87F8A6DC7F117C03E6FDE52B5D +:105EC0000EB1CFF0CB27AE67DCD25EA5126E917813 +:105ED000A7A95BE0193802D12A85EAD7B09F367DA1 +:105EE000D7D0159CF70B13C7AC1C9BC2FA78D5C44E +:105EF0002DD78FCDE1B850177770FB0D63255CAEC1 +:105F00001A9BC5ED2B9D223EC4BF07D1BBE93E17AE +:105F1000C912386A18183765DAA90FDCB564F7B307 +:105F20000DE504C1C5E58483905E03E1A28964F7B1 +:105F3000E11D93C8EEA3C0B835D3EE573595D5D241 +:105F40003E662D5380FC55DA7D28F213B6D71568CE +:105F5000AFD4BE3CD26D2BA4798781F71732EFA75F +:105F6000D2BE33FDA139C7BCB73B45DE68FC3E4F0E +:105F70004C5E49CC071A0D2FDFA301260B0303D477 +:105F8000B3CB2BFAD7FB038DBD957C0F8AE4FA9334 +:105F9000F72CAA3B52EE555477A5E41908622C4C15 +:105FA000B9E712BE77887950E84FDECB280D3496DA +:105FB000722F2E37F997F737A26F15F36285FE64BB +:105FC000BE40E627284F4071B7D6F27A6D11E3C084 +:105FD0003CBFF057613F6F9AFE3AB17AF1C600DAE2 +:105FE0004BC7CEAA22F81B76D9827A23FF6CCE8DBE +:105FF000DFAEE039B6C30FC69205008D20E505314E +:1060000040BB5F6DD6BF73F4DADFF47959CE5CEF35 +:106010003EFAF9C608D2DFB9F01B41E22F19078317 +:1060200006E939C76B40C8FBE97DC8FCC477FC6250 +:106030007C669EA2C52BCE0999577B73E733DF4E52 +:10604000CDBFC8FC1D9E637C8FD9BBB2D8B7CB8CAB +:10605000A764570FDD72199FA7FBFDE679857EE1E6 +:106060009921F02F95847F3D5902FF529DF02F9585 +:10607000847FA99DF02FD509FF529DF02FD509FFF0 +:106080005249F897DAFF54167C58F873BF9DEEBF5B +:106090003033F1CD83B87E739706C48FBC273F7A27 +:1060A0004BB641FB78F44E8DE3A2BC2F3769A79E17 +:1060B000B79725E570A6F31B363A3F50EC551EA462 +:1060C000B3BADDA153DC9E581D7C82D6C9F1EA1A11 +:1060D000C5999037AA7850AE93DD66BEA622E1BB83 +:1060E0001DCB8D0141A7AE5C9C8BD32CF01CA05D19 +:1060F0003D5E640C519C9D581D7A8ACAB5C3BE93FF +:10610000533C744EE569A49FE6229177457996AE9B +:106110007425E57CD22FCEDDDBC997B1BC60E607E4 +:10612000514F7DE5C85F63819BE58E76DB4BF7AA17 +:10613000937E717F9179B7645EC2CAF921AD538BAA +:10614000F628229FA0F99379092927995F48CAC7A1 +:106150007D92F3A82ECD43B825EC9CBE94EC3EDC9A +:10616000AFE4533CA8B5D49D64DCFC405939E1E66A +:10617000317FFABDB0CD3CDF3AF6546825346E2746 +:10618000A237ACD7E57B984EE27EC5BDDF437E8566 +:10619000E352F240ADFBAE60BF688D6219B8B4FF48 +:1061A000DCF8C089A9DF23BB8B191AF1DBEAC6F042 +:1061B0009092F768E957D88E33EBE7FD229FD6849B +:1061C000709DE474D3D6326D2DE501115E7478694B +:1061D0001F1EEE97F39A285FEE67BD0A793C807C1C +:1061E0009789F5FC29F4D712FD94F5A51D8CFA5D6D +:1061F0004C2FECF668256554BA99CF4FC9C1947FEE +:106200004B2C6AD3891F2BAE8BF5D5EEA88DD659B2 +:10621000DBEBE3FC7BE83EB14EA82F4F9B4BF8C96C +:10622000EAD6A662BD295BF81FF2C738B315E5921E +:106230004F79B67CC495CE4FCB276CF2DBDA9FA7A3 +:10624000B5A5B53F6023FB6E34E3FDDADE459A4A1F +:10625000F3AD62BF9E8089074D79FE7E8B6317E5A3 +:10626000F91B077E5AA5905DB697F814DC677E404F +:10627000F8BF27C32F1ADDFDBC9F7179EEC1FD2346 +:10628000C9367790E9A33D44C86F5A0704FDD6810B +:10629000B0E6C5729D35A45DC6EBBB98DEF8BAFBCF +:1062A0007E62AEEBD0695D7087F89DE1AD3DAB4A93 +:1062B000791F030FDA486E2EDDB3947026DA01DB06 +:1062C000A5B487E680F03FB97F7FC0CAF4FD817432 +:1062D0007F92E791F4ABD6FBC260E0BA2DC5783E61 +:1062E0005EC4AF32F3758D66BEEE112D182B56923B +:1062F0007E8FE761FBD18B9C131BCDF5579B7A40BA +:10630000B9703C19B77F530F4D24D794F9448FE8E7 +:106310007E3160E296C5B1AA2DDEE478B96E53BE37 +:1063200098477A21FBF8A2A92F1ADFC1E3C5FAD258 +:106330009F5BC6F1EAE11D8574FE1D5138AFD67131 +:10634000FF89A977907F3F9943995B7877D3C15BA9 +:106350004BE870B546590F92AF36C427E4D7EBCC63 +:1063600073AF357671FF4ECC0E350452707FEBEE75 +:1063700027A7539CC4FDC7284EBCFEE40F7E75A51D +:1063800027795EC9FDACED1BE4B878D37D797E8BAF +:10639000888B7D1417379AFB6EE915FA02D417E142 +:1063A00037A9D770AFC2E7434BE7E551C23DE37869 +:1063B000C0D467A61EA57EA51EA5FCF11CE23CAEBE +:1063C000C4CB92FFADA61EEE0888B8B2DAB4BBD536 +:1063D000EB17715C5CDB170ED0F1DB68B637B6A645 +:1063E000B78FCBDF2DE5EFBD87EC787448C87FF41D +:1063F0003E9BC8B31D16F9C1773B9EF9F90D38EEE7 +:106400009DBD83A5A9EF2A6D66DE6C9D89176F4639 +:10641000F95F2C5F88F2EF0BA4C4BF9B1F35E55FCB +:106420003EF4FEF729BE6CC9E277B716FC5B80F23A +:1064300079F7F06EDB146CBFB14DC9237E1F0C944D +:10644000897D0E0DDACA09FFB7FBDC94E77DD08C9D +:106450000399F68CA50129F2A5F340C94FE215393D +:106460009EE2D111E463EB16C704984F74F3F2DD9A +:10647000781FF9B169A732BE48BECF6D09FF0BDDA9 +:1064800057CE39847D6FC2F9F4BE736E915EDAE146 +:106490004DE23928183AC2EF60B779F93E8EEBBF6A +:1064A00040EF0D4F9B765359198F12FF12576A1800 +:1064B0009FE8BD67BF2AF65F6E11E5BF660FCD6A24 +:1064C000FF1B78AF7253FC03E247E25989635F37E1 +:1064D000E522F1AAC49F978A3B1A1CE82BA7F783F1 +:1064E00002D07B3C493B957432E38FDCE7949CA15E +:1064F00027C84EA6DC36DB4F3840CB863EDAC72BAA +:10650000A67D66EEF35C9990E7A5F896FC8ECB012C +:106510008D71417E927FC90F625843255CF6D5B9D3 +:106520008C0BCF75EBA524A74BEDEF5C5988FD34A0 +:1065300051023A9DB3978AAB8DAD4A84E8DA3A5D51 +:106540009C77907ED23A9EFFF7E6C6E9FCED17797C +:10655000FF730A9E2BB4AF2D0E95EDC2DCDF3F9A80 +:106560007F1E0BE49B79FFB88BF05A53B6E9FF31DD +:1065700071FE8E7456F03E65BB3C7F47DC71577EE2 +:106580004ADCFD5DBB797E211DF21FE8AC007A9FDD +:106590001FE93FE752D94E057F72DE569BA00F2EB2 +:1065A0002D7A5021DC52AF85B1FDA6CE576D0A96EB +:1065B000966A61AFD32A868CA202C66D8C2B7A5C58 +:1065C0007A31ADD793A717A79EFF39CE1B38FF723C +:1065D000AE2C5649F9A884CFC1F21E71DEB094E208 +:1065E000CFC8BE3C7AE180AD8A3ED24918744716C6 +:1065F000E7D5EB54E853D83E62DA143ABFBB158EA8 +:1066000007B2FDCE39A1FC6AE2C372E4BF7F4B74CE +:1066100077E4E8C407FC19D7C5F848D769F2EBDD81 +:1066200001816B33F32199F98F699A87F323899F4D +:106630005960BF887FBFA67ADBCF6C69EF2BF2DD94 +:10664000A76DF05ACE3BB49AEF396D940709F0FB71 +:106650003D0086BC7B06AE2924BB687DA0766F0416 +:10666000CF8F520582145F7E678DD7531C383F58F9 +:1066700094DF9D72DF3913CDE277B5F383CFBC7C15 +:1066800039AEFBFEF1493E8ECB86CAE7C6CECA02C2 +:10669000D6B75E2DE2504A3ECA2882643EAA75F003 +:1066A000DE52C0F55A37F74CA7F2FCA0A381E2FDF9 +:1066B0001277FD923CA4BBEEE13CCEF79DD924F2CB +:1066C0000CB7FCB28AED7A89A9D74D7F3DF1881BC2 +:1066D000F1431BB6B971DDFF1ACA8946B06B53D7B7 +:1066E000F152FA64E2B1ACD0D5D568971BD5E11B65 +:1066F000AEA0F8AF440F95F078CF45F3D5B27C8BC0 +:10670000EE6768DF9BFFF934D3794F7D694523CE6F +:10671000DFB4F9A9094467E39E572F77AB9C2FFAA2 +:1067200032E995DE9FDC24807D83F3E8FCBD5A319D +:1067300096575F24AF92B9CEF5E67D66A5799FA9FD +:10674000CB0FDED058CD7A65FBB8147FEB8F2B6969 +:10675000EF7237457335F0723E55A3F7DF901B1883 +:10676000D79EB74027BF57997846B6B799F23B9F57 +:10677000DB5F4A7EB0E1D083A564F76FBB44BDE91F +:10678000D0AA1729EE850E64097C6D054DC7792DB9 +:1067900011818F617D3EE71BE5FAB755E730BD0DEE +:1067A000FB0269E727255CA8FD6DABF84E649AE50E +:1067B000031FE1AE33D6581BD9C919C4A711D6A7F8 +:1067C000B08F33FD96A5FC5DCA5605088F9CE97F06 +:1067D000CA55E94CE23757F5508CE2DBE663797E27 +:1067E0008B306DB6F35BDD32BE399752DC401CE670 +:1067F000263FE8F8DEF34B41D401944BCBF316135C +:106800007F8DD78F1DD108276F3A2CF0C7A6A12303 +:1068100027271790DD9AF8C3C4359B4D5C73EB3185 +:106820002197CDC7CE6A2DA9F78699F9F74C410477 +:10683000F88DEAA6C63D38344C7ABB12EFEDFE6502 +:10684000ABBBAD549AF9686B8271E1AE99AFF0FDC4 +:106850007773AF496FE62BF794F37EEB27A6E2A799 +:10686000DDD5368EB7723ECA83E775DA27CCA3F83A +:10687000F991439491C520BEF31971F0BB7AB1230D +:106880003448F67A872578641DE7D1DAE7937DFEF0 +:106890001DDF211D227B1E36CFB5D8E6EC3EC21B84 +:1068A000C6AD4E2B953D9B9D8C3F8C2DAF38285F00 +:1068B00030FC7EB6AA4C2013499C50719D5D45A1C9 +:1068C000219A5F04E89D163ABF620AE1FE0B3FFC85 +:1068D0004380F8BE303531026E7AB7685C4DEF16F2 +:1068E000C7AB4DB978E301E26FD2B3E27CF8960D05 +:1068F000FA1CFC5D4910E87B9698F9DE18F958E51A +:10690000EF4F8695D8BF71DE27CBD947DFBDBC6F6F +:10691000DAF9EF2B823FA67D9FCAB754F9695DF380 +:106920001D72AA79AFD226173BC9DE15C3804EA4CB +:10693000AF2ACFB790DD7C2D6107BAC7F798F29CDC +:106940003A79199F938AA780CE2C78D6AB46B2703D +:10695000FDAF819DDF4335D56170FFF04F3FA6EF5E +:106960008CA6583E38918BFD53EE50F41E64B579D9 +:10697000F42DFECE66E4E3C30E4AB6FDAC28F41A4D +:10698000C965B2253EF7EB0A9D4B4FDB151C5F3006 +:106990004F755BCC3CA71DED7BB1F81786B77D3CEE +:1069A000211FE72F4E649F25F95E48BCF5E433D5DF +:1069B00054DA391FB978D812CB9A47936A8DF13CD3 +:1069C00072391786FDF2241DE87F10C86F6E33CF31 +:1069D0001749EF52F32F147BACACAF849DBF93BB30 +:1069E000E054A374BF5B3C7CE234ED73B1DD19A3CA +:1069F0003C35D86D7F1CCF53D3BAA7A6E6BD3587EB +:106A00008F36F804414B618FD0E31772D3EF975064 +:106A100023EE595023709794376F3EED1C14FE2ED1 +:106A2000F91E756A222FBC5EE4F7478711D75C24F4 +:106A3000CECAF255C2358857AEAC32A0A626690739 +:106A400052EF725DA95FA947B8F3D4F3B965ACBF43 +:106A5000B95F07BAE7C4BFF50B85F5975383FC3ED2 +:106A600034B6DF477AED712D2D0B79FFFFE92D3319 +:106A7000AE84B2B19CFFE9F88271257B06961FA90E +:106A8000FDECDF186FE6937CD678DB1591478C28F8 +:106A90007F67BCA9A679E3DF3DBA54F14E68E65F93 +:106AA0007BE8BB4785BE7B04C6BB896D2EB3DFD3B5 +:106AB0006DA5FEED1E7D17F0778F62FEB69CF4EF9C +:106AC0001EB755305E2486985E44D093DF15F6D00D +:106AD0003A382F12C9E1713DF4FD636EF2BB42F208 +:106AE00065A6B309041DC957BBF8DEB2B047CC4F49 +:106AF000DCAEF1F79AA15CF15D62E882888B37D653 +:106B0000E4097BB7C66B082F7FED6E17901D4A7D99 +:106B1000F3538027A96F8BA9EFC95EA1EFC94E354A +:106B200096457A5BBFC448D5DB6E8A99F8F703C4F3 +:106B3000F576E2AF5E7C9737506F94D03BE5407DB1 +:106B4000A14AF8E8E9BF7EE58DBB88BF976D8C53FD +:106B5000077C82DF811F56307E1A51CDFD1DCAE2AF +:106B6000F99336AE2B21FD598A030B5BF19CDC9B1C +:106B70001D9D45FA1D70A93C6EA04A65FF1B281398 +:106B8000F306367899CEB8FEEE77A57DB77A617DAB +:106B9000BED49FB827581313480EA82FAEA39E1A31 +:106BA0008E72FE203121F5DDE48289232E98FA18B9 +:106BB0006F07F19DAAA4F359EDEF1486EE66FF3737 +:106BC000FB07F28C12C24599F2DED3EDEB9B4E76B9 +:106BD000E052DD84F32FA5A79C55DA230753F44335 +:106BE000C71CED3BA7E72AB607A9AFBDF2BCDA6622 +:106BF00011DFDD66E80F2E13F620EFFDD32267BF0D +:106C0000C98F32109F457E83FE3693EE892314B7D9 +:106C1000E627ED5531C4F763D23E65FCCAF45BA5A7 +:106C200013E3D9848BF9ED109FCB1FA931E9B78706 +:106C3000483EF023DD43F59E2DA74AF8BBBACFF6B8 +:106C4000DBFF20BFFDA7E2D0B7697E811927265B55 +:106C5000D05E2C6C57EBCDF74585E4FC8629BF351B +:106C6000188726A27FBC5063E6D7B667C42353DEDD +:106C7000CDE6F837DE433F9A9FD4D71AF35ED4BCF3 +:106C80003DEB2CC5B5E6ED36E11F9DB546061D8EE4 +:106C9000CB920E783E9844FB91F3D66CF8D324C285 +:106CA000C1979C1FBF2C8FDE59392EE27E5FD682A2 +:106CB0002FD27E47E01C7FBFF5D25F2CFC1E7116E1 +:106CC000E5ED213B395024EE6D7982C62BE6F9368D +:106CD000D71EFC25CD7BC9F7872ABA07C19F4F5C19 +:106CE000467C9414055FA3F69D95A3FCAE325292A8 +:106CF000B011DD91C677A6125F6B3A7FCA717B8DAA +:106D00008CDB9F21A74CF948B925F73B3A8970EEF7 +:106D1000FF95BCFE079BFC511E702F000000000079 +:106D20000000000000000000000000400000000023 +:106D30000000000000000040000000000000000013 +:106D4000000000280000000000000000000000100B +:106D500000000000000000000000004000000000F3 +:106D60000000000000000010000000000000000013 +:106D7000000000080000000000000000000000000B +:106D80000000000000000000000000000000000003 +:106D900000000000000000000000000000000000F3 +:106DA00000000000000000000000000000000000E3 +:106DB00000000000000000000000000000000000D3 +:106DC00000000000000000000000000000000000C3 +:106DD00000000000000000000000000000000000B3 +:106DE00000000000000000000000000000000000A3 +:106DF0000000000000000000000000000000000093 +:106E00000000000000000000000000000000000082 +:106E10000000000000000000000000000000000072 +:106E20000000000000000000000000000000000062 +:106E30000000000000000000000000000000000052 +:106E40000000000000000000000000000000000042 +:106E50000000000000000000000000000000000032 +:106E60000000000000000000000000000000000022 +:106E70000000000000000000000000000000000012 +:106E80000000000000000000000000000000000002 +:106E9000000033200010000000000008000033282C +:106EA000001000000000000200003320001000006D +:106EB0000000001080000000000000000000000042 +:106EC00080000000000000000000000080000000C2 +:106ED0000000000000000000800000000000000032 +:106EE0000000000000003358000100040000000111 +:106EF0000000336000000000000000020000336862 +:106F000000000000000000080000336C00000000DA +:106F1000000000020000392000000000000000080E +:106F200000003AF80040000000000040000039383E +:106F3000008000000000004800003A3800400000D7 +:106F40000000000800003A4800400000000000185F +:106F500000003370002800000000002800003C20E2 +:106F6000000800000000000100003C2100080000B3 +:106F70000000000100003C220008000000000001A9 +:106F80000000200800100000000000100000200099 +:106F90000000000000000008800000000000000069 +:106FA00000000000000000000000000000000000E1 +:106FB00000000000000000000000000000000000D1 +:106FC00000000000000000000000000000000000C1 +:106FD00000000000000000000000000000000000B1 +:106FE00000000000000000000000000000000000A1 +:106FF0000000000000000000000000000000000091 +:107000000000000000000000000000000000000080 +:107010000000000000000000000000000000000070 +:107020000000000000000000000000000000000060 +:107030000000000000000000000000000000000050 +:107040000000000000000000000000000000000040 +:1070500000000000000000008000000000000000B0 +:1070600000000000800000000000000000000000A0 +:107070008000000000000000000000008000000010 +:107080000000000000000000800000000000000080 +:107090000000000080000000000000000000000070 +:1070A00080000000000000000000000080000000E0 +:1070B0000000000000000000800000000000000050 +:1070C0000000000080000000000000000000000040 +:1070D00080000000000000000000000080000000B0 +:1070E00000000000000000000000000000000000A0 +:1070F0000000000000000000000000000000000090 +:10710000000000000000000000000000000000007F +:10711000000000000000000000000000000000006F +:1071200000000000800000000000000000000000DF +:10713000800000000000000000000000800000004F +:10714000000000000000000000000000000000003F +:1071500000000000800000000000000000000000AF +:10716000800000000000000000000000800000001F +:10717000000000000000000000000000000000000F +:1071800000000000000000000000000000000000FF +:1071900000000000000000000000000000000000EF +:1071A00000000000000000000000000000000000DF +:1071B00000000000000000000000000000000000CF +:1071C000800000000000000000000000000000003F +:1071D0000000000000000000000019C800000000CE +:1071E000000000080000200800100000000000104F +:1071F00000002000000000000000000800004870AF +:1072000000080000000000010000487100080000B4 +:1072100000000001000048720008000000000001AA +:1072200000004040003800000000003880000000EE +:1072300000000000000000008000000000000000CE +:1072400000000000800000000000000000000000BE +:10725000800000000000000000000000800000002E +:10726000000000000000000080000000000000009E +:10727000000000008000000000000000000000008E +:1072800080000000000000000000000080000000FE +:10729000000000000000000080000000000000006E +:1072A000000000008000000000000000000000005E +:1072B00000000000000000000000000000000000CE +:1072C00000000000000000000000000000000000BE +:1072D00000000000000000000000000000000000AE +:1072E000000000000000000000000000800000001E +:1072F000000000000000000080000000000000000E +:10730000000000000000000000000000000000007D +:10731000800000000000000000000000800000006D +:1073200000000000000000008000000000000000DD +:1073300000000000800000000000000000000000CD +:10734000800000000000000000000000800000003D +:1073500000000000000000000000400000400000AD +:107360000000004000004800004000000000004015 +:107370000000482E0040000000000001000048000E +:10738000004000020000000100004801004000022F +:10739000000000000000300000400000000000403D +:1073A000800000000000000000000000000030002D +:1073B0000008004000000004000030040008004005 +:1073C0000000000400003B800028000000000028AE +:1073D00000003BD0001000000000001000003BDA6D +:1073E00000100000000000010000380000800000D4 +:1073F000000000800000380000080080000000024B +:10740000000039000040000000000040000020089B +:10741000001000000000001000002000000000002C +:107420000000000800005198000800000000000162 +:107430000000519900080000000000010000519A6E +:107440000008000000000001000039800010000466 +:1074500000000004000051A80030001800000010D7 +:10746000000051B000300018000000028000000051 +:10747000000000000000000080000000000000008C +:10748000000000008000000000000000000000007C +:1074900080000000000000000000000080000000EC +:1074A000000000000000000080000000000000005C +:1074B000000000008000000000000000000000004C +:1074C00000000000000000000000000000000000BC +:1074D00000000000000000000000000000000000AC +:1074E000000000000000000000000000000000009C +:1074F000800000000000000000000000800000008C +:10750000000000000000000000000000000000007B +:1075100000000000800000000000000000000000EB +:10752000800000000000000000000000800000005B +:1075300000000000000000008000000000000000CB +:1075400000000000800000000000000000000000BB +:10755000000023E80080000000000080000000011F +:1075600000000000000000000000200800100000E3 +:1075700000000010000020000000000000000008D3 +:1075800000002E70000800000000000100002E71B5 +:10759000000800000000000100002E72000800003A +:1075A00000000001000024E800380000000000385E +:1075B00000002DD00008000000000008800000003E +:1075C000000000000000000080000000000000003B +:1075D000000000008000000000000000000000002B +:1075E000800000000000000000000000800000009B +:1075F000000000000000000080000000000000000B +:10760000000000000000000000000000000000007A +:10761000000000000000000000000000000000006A +:10762000000000000000000000000000000000005A +:1076300000000000800000000000000000000000CA +:1076400080000000000000000000000000000000BA +:1076500000000000000000008000000000000000AA +:10766000000000008000000000000000000000009A +:10767000800000000000000000000000800000000A +:10768000000000000000000080000000000000007A +:10769000000000000000250000400000000000087D +:1076A00000002508004000000000002080000000CD +:1076B000000000000000000080000000000000004A +:1076C000000000008000000000000000000000003A +:1076D000000030000000000000001000000050A179 +:1076E0000000000000000001000050B80000000091 +:1076F00000000002000050C80090000800000008D0 +:107700008000000000000000000000000000296070 +:1077100000080000000000010000296100080000CE +:1077200000000001000029700008000400000002B1 +:107730000000297800080004000000048000000018 +:10774000000000000000000000002FB00008000052 +:107750000000000400002FB4000800000000000436 +:1077600000002FC0000000000000000800002FC82B +:1077700000000000000000080000300000000000D1 +:107780000000001000005040000100010000000156 +:107790000000500000000000000000200000080869 +:1077A00000100000000000040000080C00100000A1 +:1077B00000000001000008B7000000000000000108 +:1077C000000008B6000000000000000100001000EA +:1077D00000400020000000040000100400400020D1 +:1077E000000000040000100800400020000000021B +:1077F0000000100A00400020000000020000100CF1 +:1078000000400020000000010000100D004000209A +:10781000000000010000100E0040002000000001E8 +:1078200000001010004000200000000400001014B0 +:10783000004000200000000400001018004000205C +:10784000000000040000101C0040002000000004A4 +:107850000000300001000080000800040000300437 +:1078600001000080000800040000000A0000000081 +:1078700000000000000030680100008000000001EE +:107880000000306901000080000000010000306C41 +:1078900001000080000000020000306E0100008046 +:1078A00000000002000030700100008000000004B1 +:1078B0000000307401000080000000040000306609 +:1078C0000100008000000002000030640100008020 +:1078D0000000000100003060010000800000000294 +:1078E0000000306201000080000000020000305003 +:1078F00001000080000000040000305401000080FE +:107900000000000400003058010000800000000466 +:107910000000305C01000080000000040000307CAA +:1079200001000080000000010000307D01000080A7 +:107930000000000100001C180010000000000004FE +:1079400000001C30001000000000000400001C3883 +:107950000010000000000004800000000000000093 +:107960000000000080000000000000000000000097 +:107970008000000000000000000000008000000007 +:10798000000000000000000000004C100008000093 +:107990000000000200004C1200080000000000027D +:1079A00000004C14000800000000000200004C160B +:1079B000000800000000000200004C200008000049 +:1079C0000000000800004C00000800000000000259 +:1079D00000004C02000800000000000100004C0400 +:1079E000000800000000000200004C300008000009 +:1079F0000000000800004C400008000000000004E7 +:107A000000004C44000800000000000100004C5041 +:107A1000000800000000000200004C5400080000B4 +:107A20000000000200004C520008000000000002AC +:107A300000004C600008000000000004000014007A +:107A4000000800000000000200001402000800000E +:107A50000000000100001404000800000000000203 +:107A600000001410000800000000000200001414C0 +:107A700000080000000000020000141600080000CA +:107A800000000002000019B8000800000000000813 +:107A90000000142000080000000000020000142470 +:107AA0000008000000000002000019C800080000E3 +:107AB0000000000800002C10000800000000000179 +:107AC00000002C11000800000000000100002C1232 +:107AD000000800000000000100002C130008000056 +:107AE0000000000100002C0000080000000000025F +:107AF00000002C02000800000000000100002C041F +:107B0000000800000000000200002C300008000007 +:107B10000000000200002C320008000000000002FB +:107B200000002C34000800000000000200002C209F +:107B3000000800000000000100002C2100080000E7 +:107B40000000000100002C220008000000000001DD +:107B500000002C23000800000000000100002C247D +:107B6000000800000000000100002C2500080000B3 +:107B70000000000100002C260008000000000001A9 +:107B800000001480000800000000000200001482C1 +:107B9000000800000000000100001484000800003C +:107BA000000000020000149200C000180000000253 +:107BB0000000149000C00018000000020000149C97 +:107BC00000C00018000000080000149400C0001855 +:107BD00000000008000014A700C000180000000109 +:107BE000000014A400C0001800000002000014A649 +:107BF00000C000180000000100001610000800007E +:107C00000000000800001620000800000000000826 +:107C1000000016300008000000000008800000008E +:107C200000000000000000008000000000000000D4 +:107C300000000000800000000000000000000000C4 +:107C40008000000000000000000000008000000034 +:107C500000000000000000008000000000000000A4 +:107C60000000000080000000000000000000000094 +:107C70008000000000000000000000008000000004 +:107C80000000000000000000800000000000000074 +:107C90000000000080000000000000000000000064 +:107CA00080000000000000000000000080000000D4 +:107CB0000000000000000000800000000000000044 +:107CC0000000000080000000000000000000000034 +:107CD00080000000000000000000000080000000A4 +:107CE0000000000000000000800000000000000014 +:107CF0000000000080000000000000000000000004 +:107D00008000000000000000000000008000000073 +:107D100000000000000000008000000000000000E3 +:107D200000000000800000000000000000000000D3 +:107D30008000000000000000000000008000000043 +:107D400000000000000000008000000000000000B3 +:107D500000000000800000000000000000000000A3 +:107D60008000000000000000000000008000000013 +:107D70000000000000000000800000000000000083 +:107D80000000000080000000000000000000000073 +:107D900080000000000000000000000080000000E3 +:107DA0000000000000000000800000000000000053 +:107DB0000000000080000000000000000000000043 +:107DC00080000000000000000000000080000000B3 +:107DD0000000000000000000800000000000000023 +:107DE0000000000080000000000000000000000013 +:107DF0008000000000000000000000008000000083 +:107E000000000000000000008000000000000000F2 +:107E100000000000800000000000000000000000E2 +:107E20008000000000000000000000008000000052 +:107E300000000000000000008000000000000000C2 +:107E400000000000800000000000000000000000B2 +:107E50008000000000000000000000008000000022 +:107E60000000000000000000800000000000000092 +:107E70000000000080000000000000000000000082 +:107E800080000000000000000000000080000000F2 +:107E90000000000000000000800000000000000062 +:107EA0000000000080000000000000000000000052 +:107EB00080000000000000000000000080000000C2 +:107EC0000000000000000000800000000000000032 +:107ED00000000000000000000000000000000000A2 +:107EE0008000000000000000000000000000000012 +:087EF00007081100000000006A +:00000001FF --- linux-lts-utopic-3.16.0.orig/firmware/bnx2x/bnx2x-e1-7.8.19.0.fw.ihex +++ linux-lts-utopic-3.16.0/firmware/bnx2x/bnx2x-e1-7.8.19.0.fw.ihex @@ -0,0 +1,10228 @@ +:100000000000164800000068000005D8000016B87F +:10001000000031CC00001C980000006C00004E680D +:100020000000825400004ED80000009C0000D13037 +:10003000000095340000D1D000000088000167085E +:1000400000004290000167980000008C0001AA3077 +:100050000000C2740001AAC0000011C400026D3883 +:100060000000000400027F00020600DC0000000126 +:100070000306100002000000010600D80000000086 +:100080000306020000030200020600DC000000007C +:1000900002060068000000B80206007800000114A3 +:1000A000010600B800000000010600C800000000C2 +:1000B0000206006C000000B80206007C000001147B +:1000C000010600BC00000000010600CC000000009A +:1000D000020D004400000032030D004C0004020336 +:1000E000040D005C00000004030D008C00110207E9 +:1000F000020D015C00000001030D01640002021802 +:10010000020D020400000001030D020C0003021A9C +:10011000030D02200002021D040D028000000012E7 +:10012000030D03000018021F040D03600000000C03 +:10013000040D400000000A00030D0004000F023708 +:10014000020D01140000000D020D01180000002D29 +:100150000310100000030246021010100000026499 +:10016000071011000010024908101140000000089B +:100170000710116000100259081011A000000018AB +:1001800007101800020002690210101000000000A1 +:1001900004104C0000000100021040280000001074 +:1001A0000210404400003FFF0210405800280000A9 +:1001B000021040840084924A02104058000000005F +:1001C000030C200800030469030C201C0004046CC9 +:1001D000030C203800110470040C207C0000004F38 +:1001E000030C21B800110481040C21FC0000000F55 +:1001F000030C223800040492010C22480000000085 +:10020000010C224C00000000010C225000000000F4 +:10021000010C225400000000010C225800000000D4 +:10022000010C225C00000000010C226000000000B4 +:10023000010C226400000000010C22680000000094 +:10024000010C226C00000000010C22700000000074 +:10025000010C227400000000010C22780000000054 +:10026000010C227C00000000020C24BC00000001F4 +:100270000A00000100000001020C2000000003E859 +:100280000A00000100000002020C20000000000A29 +:100290000A00000100000004020C20000000000120 +:1002A0000520040000850000062007800010049649 +:1002B000042200000000160004228000000000401C +:1002C00004223BD000000008042248000000000681 +:1002D0000322481800040498042248280000000C57 +:1002E000032248580004049C042248680000000CC3 +:1002F00003224898000404A0042248A80000000C2F +:10030000032248D8000404A4042248E80000000C9A +:1003100003224918000404A8042249280000000C04 +:1003200003224958000404AC042249680000000C70 +:1003300003224998000404B0042249A80000000CDC +:10034000032249D8000404B4042249E80000000C48 +:1003500003224A18000404B804224A280000000CB2 +:1003600003224A58000404BC04224A680000000C1E +:1003700003224A98000404C004224AA80000000C8A +:1003800003224AD8000404C404224AE80000000CF6 +:1003900003224B18000404C804224B280000000C60 +:1003A00003224B58000404CC04224B680000000CCC +:1003B00003224B98000404D004224BA80000000C38 +:1003C00003224BD8000404D404224BE80000000CA4 +:1003D00003224C18000404D804224C280000000C0E +:1003E00003224C58000404DC04224C680000000C7A +:1003F00003224C98000404E004224CA80000000CE6 +:1004000003224CD8000404E404224CE80000000C51 +:1004100003224D18000404E804224D280000000CBB +:1004200003224D58000404EC04224D680000000C27 +:1004300003224D98000404F004224DA80000000C93 +:1004400003224DD8000404F404224DE80000000CFF +:1004500003224E18000404F804224E280000000C69 +:1004600003224E58000404FC04224E680000000CD5 +:1004700003224E980004050004224EA80000000C40 +:1004800003224ED80004050404224EE80000000CAC +:1004900003224F180004050804224F280000000C16 +:1004A00003224F580004050C04224F680000000C82 +:1004B00003224F980004051004224FA80000000CEE +:1004C00003224FD80004051404224FE80000000660 +:1004D0000322519800040518022380000000001038 +:1004E00002238040000000120223808000000030C0 +:1004F000022380C00000000E022383800007A12099 +:10050000022383C0000001F402238BC0000000011D +:100510000A00000200000001022383000007A1205E +:1005200002238340000001F40A00000200000002E0 +:10053000022383000000138802238340000000058B +:100540000A000002000000040223830000000138BA +:10055000022383400000000005240000334C00000B +:10056000052480000F430CD306249CC06ACE051CD2 +:100570000120000000000000012000040000000035 +:1005800001200008000000000120000C0000000015 +:1005900001200010000000000120001400000000F5 +:1005A00003200020001A051E032000A400020538C5 +:1005B000022002240000000002200234000000009B +:1005C0000220024C00000000022002E40000FFFFB5 +:1005D000082020000000080004221400000000028F +:1005E00004221490000000300422390000000010A2 +:1005F0000422510800000002042251A80000000655 +:1006000004221408000000020422155000000030EB +:1006100004223940000000100422511000000002A2 +:10062000042251C00000000604102400000000E075 +:100630000310201C0002053A021020C00000000137 +:10064000031020040002053C02170008000000020D +:100650000217002C00000003031700380002053EBB +:100660000317004400060540031700600005054617 +:10067000031700780002054B021700040000000F6A +:100680000410806800000004021080000000108048 +:1006900004108040000000020410802800000002C6 +:1006A0000210803800000010031080400002054D49 +:1006B00002108050000000000210810000000000C5 +:1006C000041081200000000202108008000002B522 +:1006D0000210801000000000021081080001FFFFDE +:1006E000041082000000004A041081400000000253 +:1006F0000210800000001A80041090000000002406 +:10070000041091200000004A041093700000004A79 +:10071000041095C00000004A021080040000108000 +:100720000410804800000002041080300000000225 +:100730000210803C00000010031080480002054FAA +:10074000021080540000000002108104000000002C +:1007500004108128000000020210800C000002B585 +:1007600002108014000000000210810C0001FFFF45 +:10077000041084000000004A0410814800000002B8 +:100780000210800400001A800410909000000024E1 +:10079000041092480000004A041094980000004A97 +:1007A000041096E80000004A0200A468000AFFDC7A +:1007B0000200A280000000010300A2940004055181 +:1007C0000200A4FCFF000000030100B40002055574 +:1007D000020100DC000000010301010000020557D6 +:1007E0000201007C003000000201008400000028AB +:1007F0000201008C00000000020101300000000432 +:10080000040101380000001102010328000000006B +:100810000201055400000030020100C40000000184 +:10082000020100CC00000001020100F800000001FC +:10083000020100F000000001020100800030000011 +:100840000201008800000028020100900000000062 +:1008500002010134000000040401017C00000011C9 +:100860000201032C000000000201056400000030BA +:10087000020100C800000001020100D000000001D8 +:10088000020100FC00000001020100F40000000170 +:1008900002140000000000010214000C000000011E +:1008A00003140040000205590214000C000000006F +:1008B00002140000000000000214006C00000000A0 +:1008C00002140004000000010214003000000001C6 +:1008D00002140004000000000214005C000000008C +:1008E000021400080000000102140034000000019E +:1008F0000214000800000000021400600000000064 +:10090000030400040012055B030400540003056D9A +:100910000204007000000004030400780004057065 +:1009200004040088000000050304009C0003057413 +:10093000040400A800000004030400B800050577C3 +:10094000040400CC00000004030400DC0004057C67 +:10095000040400EC00000004010401240000000075 +:1009600001040128000000000104012C0000000027 +:100970000104013000000000020401340000000FF7 +:1009800003120490002205800212052000000002DC +:1009900002120388000000640212039000000008A5 +:1009A0000312039C000305A2021203BC0000000412 +:1009B000021203C400000004021203D00000000071 +:1009C000021203DC000000000212036C00000001B0 +:1009D000021203680000003F031201BC003C05A5A1 +:1009E000031202B0000205E103120324000205E332 +:1009F000021201B00000000107103800000505E5F3 +:100A000007103C00000505EA07103C20000505EF33 +:100A100003168030000805F402168054000000021E +:100A200003168060000505FC0416807400000007B2 +:100A300003168090000206010316809C0005060341 +:100A4000041680B000000007031680CC00080608DA +:100A5000021680F000000007041680F40000000C6D +:100A60000316812400040610041681340000000CD3 +:100A700003168164003B0614041682500000000433 +:100A8000031682600002064F041682680000000808 +:100A90000316828800080651041682A80000000A86 +:100AA00002168804000000040316880C0010065982 +:100AB000021680EC000000FF03040408001406691D +:100AC000030500440002067D030500500004067F74 +:100AD0000405006000000004030500900013068375 +:100AE00002050114000000010305011C0002069626 +:100AF00002050204000000010305020C0002069832 +:100B00000305021C0003069A040502400000000AC7 +:100B1000030502800020069D0405400000000D0032 +:100B200003050004001006BD020500E00000000EF1 +:100B3000020500E40000002E04164024000000021C +:100B400003164030000306CD02164044000000208A +:100B5000021640700000001C02164208000000014E +:100B6000021642100000000102164220000000019F +:100B70000216422800000001021642300000000167 +:100B80000216423800000001021642600000000117 +:100B90000A000001000000010216401C0003D09072 +:100BA0000A000001000000020216401C000009C4F7 +:100BB0000A000001000000040216401C0000009C16 +:100BC0000216400000000001021640D8000000019B +:100BD00003164008000306D0021642400000000041 +:100BE0000216424800000000081642700000000291 +:100BF0000216425000000000021642580000000099 +:100C0000081642800000000203042008000406D3F6 +:100C10000304201C000406D70404203800000080D0 +:100C200003042238000406DB01042248000000000F +:100C30000104224C000000000104225000000000CA +:100C400001042254000000000104225800000000AA +:100C50000104225C0000000001042260000000008A +:100C6000010422640000000001042268000000006A +:100C70000104226C0000000001042270000000004A +:100C8000010422740000000001042278000000002A +:100C90000104227C00000000020424BC00000001CA +:100CA0000A0000010000000102042000000003E827 +:100CB0000A00000100000002020420000000000AF7 +:100CC0000A000001000000040204200000000001EE +:100CD00005180400006A000006180760001406DF0B +:100CE000041A000000001600041A800000000040F2 +:100CF000031A08B0000206E1031A19C8000206E34D +:100D0000031A2FC0000406E5041A2FD000000006C5 +:100D1000031A2FE8000206E9031A300003F906EB74 +:100D2000041A3FE400000007031A487000040AE4B4 +:100D3000021B800000000034021B804000000018ED +:100D4000021B80800000000C021B80C000000020FD +:100D5000021B83800007A120021B83C0000001F456 +:100D6000021B8BC0000000010A000002000000010D +:100D7000021B83000007A120021B8340000001F436 +:100D80000A00000200000002021B8300000013881A +:100D9000021B8340000000050A000002000000045E +:100DA000021B830000000138021B8340000000008A +:100DB000051C00002D030000051C800034240B419D +:100DC000051D0000212A184A061D4D5056560AE8F6 +:100DD00001180000000000000118000400000000DD +:100DE00001180008000000000118000C00000000BD +:100DF000011800100000000001180014000000009D +:100E000003180020001A0AEA031800A400020B04C9 +:100E10000218022400000000021802340000000042 +:100E20000218024C00000000021802E4000000FF5B +:100E30000818100000000400041A08000000000256 +:100E4000041A082000000012041A09C0000000481B +:100E5000041A250000000010041A2580000000126A +:100E6000041A261000000012031A2FB000020B060D +:100E7000041A400000000006041A4030000000027E +:100E8000041A482000000002031A4C5000020B080C +:100E9000041A081000000002041A0868000000127A +:100EA000041A0AE000000048041A2540000000105F +:100EB000041A25C800000012041A26580000001267 +:100EC000031A2FB800020B0A041A4018000000068B +:100ED000041A403800000002041A482800000002EA +:100EE000031A4C5800020B0C020E004C000000329A +:100EF000030E005400040B0E040E006400000004F6 +:100F0000030E009400130B12020E014400000001B6 +:100F1000030E014C00020B25020E0204000000012A +:100F2000030E020C00020B27030E021C00040B2907 +:100F3000030E0280001B0B2D040E02EC00000017B4 +:100F4000040E200000000800030E000400110B48EE +:100F5000020E01100000000F020E01140000002F0D +:100F6000020C100000000028030C400800040B597C +:100F7000030C401C00040B5D030C403800020B61A5 +:100F8000040C40400000005E020C41B8000000016B +:100F9000040C41BC0000001F030C423800040B632A +:100FA000010C424800000000010C424C000000000F +:100FB000010C425000000000010C425400000000EF +:100FC000010C425800000000010C425C00000000CF +:100FD000010C426000000000010C426400000000AF +:100FE000010C426800000000010C426C000000008F +:100FF000010C427000000000010C4274000000006F +:10100000010C427800000000010C427C000000004E +:10101000010C428000000000020C44C000000001EE +:101020000A00000100000001020C4000000003E87B +:101030000A00000100000002020C40000000000A4B +:101040000A00000100000004020C40000000000142 +:1010500005300400009C00000630076800130B6791 +:10106000043200000000160004328000000000403E +:101070000332183000020B6903322E7000040B6B30 +:101080000432508000000008033250A000020B6FB1 +:10109000023380000000001A023380400000004E3E +:1010A0000233808000000010023380C00000002066 +:1010B000023383800007A120023383C0000001F4C3 +:1010C00002338BC0000000010A0000020000000192 +:1010D000023383000007A12002338340000001F4A3 +:1010E0000A0000020000000202338300000013889F +:1010F00002338340000000050A00000200000004E3 +:1011000002338300000001380233834000000000F6 +:101110000534000036E300000534800031DA0DB9F3 +:10112000053500002C721A300635644053780B7177 +:101130000130000000000000013000040000000049 +:1011400001300008000000000130000C0000000029 +:101150000130001000000000013000140000000009 +:1011600003300020001A0B73033000A400020B8D23 +:1011700002300224000000000230023400000000AF +:101180000230024C00000000023002E40000FFFFC9 +:10119000083020000000080004322DE000000002AA +:1011A00004324000000000D8043246C00000012094 +:1011B000043250C80000002404322DE80000000270 +:1011C00004324360000000D804324B40000001208C +:1011D000043251580000002402020058000000327E +:1011E0000302006000040B8F040200700000000482 +:1011F000030200A0000E0B93030200DC00070BA10A +:10120000020200FC000000060202012000000000B3 +:101210000202013400000002020201B000000001DD +:101220000202020C000000010302021400020BA8DB +:1012300002020404000000010302040C00020BAAD5 +:101240000302041C00040BAC03020480001F0BB05B +:10125000040204FC000000130402800000002000CF +:101260000302000400140BCF02020108000000C8B2 +:101270000202011800000002020201C40000000086 +:10128000020201CC00000000020201D400000002B2 +:10129000020201DC00000002020201E4000000FF83 +:1012A000020201EC000000FF0202010C000000C875 +:1012B0000202011C00000002020201C8000000003E +:1012C000020201D000000000020201D8000000026A +:1012D000020201E000000002020201E8000000FF3B +:1012E000020201F0000000FF0216100000000028BA +:1012F0000316600800030BE30316601C00040BE6F2 +:1013000003166038000D0BEA0416606C0000001331 +:10131000031660B800020BF7041660C00000003E20 +:10132000021661B800000001041661BC0000001F35 +:101330000316623800040BF9011662480000000031 +:101340000116624C0000000001166250000000000F +:1013500001166254000000000116625800000000EF +:101360000116625C000000000116626000000000CF +:1013700001166264000000000116626800000000AF +:101380000116626C0000000001166270000000008F +:10139000011662740000000001166278000000006F +:1013A0000116627C00000000021664BC000000010F +:1013B0000A0000010000000102166000000003E8BE +:1013C0000A00000100000002021660000000000A8E +:1013D0000A00000100000004021660000000000185 +:1013E00005280400008A00000628076800130BFD8A +:1013F000042A000000001600042A800000000040BB +:10140000032A250000020BFF032A296000040C01B7 +:10141000032A2F4800020C05032A336800020C0738 +:10142000032A392000020C09032A393000020C0B70 +:10143000032A3AC800020C0D042A3AD00000000624 +:10144000032A3B9800020C0F032A3C2000040C11D5 +:10145000022A3CD000000000022B800000000000A7 +:10146000022B804000000018022B80800000000C3E +:10147000022B80C000000066022B83800007A120A1 +:10148000022B83C0000001F4022B8BC0000000017E +:101490000A00000200000001022B83000007A120C7 +:1014A000022B8340000001F40A0000020000000249 +:1014B000022B830000001388022B834000000005EC +:1014C0000A00000200000004022B83000000013823 +:1014D000022B8340000000000A00000100000020F1 +:1014E000022A3CD400000000052C000036720000E7 +:1014F000052C800039B40D9D052D00003AE71C0A2B +:10150000052D800017622AC4062DAFA04A0C0C15C9 +:101510000128000000000000012800040000000075 +:1015200001280008000000000128000C0000000055 +:101530000128001000000000012800140000000035 +:1015400003280020001A0C17032800A400020C3105 +:1015500002280224000000000228023400000000DB +:101560000228024C00000000022802E40000FFFFF5 +:101570000828200000000800042A3910000000029A +:10158000042A393800000020042A3A3800000010EC +:10159000032A3AE800020C33032A3AF800100C350B +:1015A000042A3C3000000002042A5000000000021F +:1015B000042A501000000002042A502000000002FB +:1015C000042A503000000002022A504000000000AF +:1015D000042A50480000000E042A391800000002B6 +:1015E000042A39B800000020042A3A7800000010CC +:1015F000032A3AF000020C45032A3B3800100C473E +:10160000042A3C3800000002042A500800000002AE +:10161000042A501800000002042A5028000000028A +:10162000042A503800000002022A50440000000042 +:10163000042A50800000000E0400A00000000016E4 +:101640000300A06C00060C570400A08400000005F5 +:101650000200A0980FE000000400A09C000000140D +:101660000300A0EC00080C5D0400A22C00000004A4 +:101670000200A060000003070300A10C00060C6537 +:101680000400A124000000050200A1380FE00000C2 +:101690000400A13C000000140300A18C00080C6BA6 +:1016A0000400A23C000000040200A0640000030744 +:1016B000000000000000000000000000000000002A +:1016C000000000000000000000000000000000001A +:1016D000000000000000000000000000000000000A +:1016E0000000000000000005000500090009000DD1 +:1016F00000000000000000000000000000000000EA +:1017000000000000000000000000000000000000D9 +:10171000000D001B001B001C001C001D0000000031 +:1017200000000000000000000000000000000000B9 +:10173000000000000000000000000000001D002567 +:101740000000000000000000000000000000000099 +:101750000000000000000000000000000000000089 +:1017600000000000000000000025002B0000000029 +:101770000000000000000000000000000000000069 +:101780000000000000000000000000000000000059 +:1017900000000000002B00470000000000000000D7 +:1017A0000000000000000000000000000000000039 +:1017B0000000000000000000000000000000000029 +:1017C000004700AE00AE00B300B300B80000000058 +:1017D0000000000000000000000000000000000009 +:1017E00000000000000000000000000000000000F9 +:1017F00000000000000000000000000000000000E9 +:1018000000000000000000000000000000000000D8 +:10181000000000000000000000B800BC0000000054 +:1018200000000000000000000000000000000000B8 +:1018300000000000000000000000000000000000A8 +:101840000000000000BC00C3000000000000000019 +:101850000000000000000000000000000000000088 +:101860000000000000000000000000000000000078 +:1018700000C300C400C400D600D600E80000000089 +:101880000000000000000000000000000000000058 +:101890000000000000000000000000000000000048 +:1018A0000000000000000000000000000000000038 +:1018B0000000000000000000000000000000000028 +:1018C000000000000000000000E800EC0000000044 +:1018D0000000000000000000000000000000000008 +:1018E00000000000000000000000000000000000F8 +:1018F0000000000000EC00EF00EF00FA00FA010524 +:1019000000000000000000000000000000000000D7 +:1019100000000000000000000000000000000000C7 +:101920000105010B010B010F010F01130000000065 +:1019300000000000000000000000000000000000A7 +:101940000000000000000000000000000000000097 +:101950000000000000000000000000000000000087 +:101960000000000000000000000000000000000077 +:10197000000000000000000001130123000000002F +:101980000000000000000000000000000000000057 +:101990000000000000000000000000000000000047 +:1019A00000000000012301320000000000000000E0 +:1019B0000000000000000000000000000000000027 +:1019C0000000000000000000000000000000000017 +:1019D000013201350000000000000000000000009E +:1019E00000000000000000000000000000000000F7 +:1019F0000000000000000000000000000135014A66 +:101A000000000000000000000000000000000000D6 +:101A100000000000000000000000000000000000C6 +:101A20000000000000000000014A014B000000001F +:101A300000000000000000000000000000000000A6 +:101A40000000000000000000000000000000000096 +:101A500000000000014B0158015801590159015A79 +:101A60000000000000000000000000000000000076 +:101A70000000000000000000000000000000000066 +:101A8000015A016E016E01710171017400000000C4 +:101A90000000000000000000000000000000000046 +:101AA0000000000000000000000000000174018D33 +:101AB0000000000000000000000000000000000026 +:101AC0000000000000000000000000000000000016 +:101AD0000000000000000000018D01BA01BA01C53C +:101AE00001C501D00000000000000000000000005F +:101AF00000000000000000000000000000000000E6 +:101B00000000000001D001DD01DD01DE01DE01DFAA +:101B100000000000000000000000000000000000C5 +:101B200000000000000000000000000000000000B5 +:101B300001DF01E0000000000000000000000000E4 +:101B40000000000000000000000000000000000095 +:101B500000000000000000000000000001E001FDA6 +:101B60000000000000000000000000000000000075 +:101B70000000000000000000000000000000000065 +:101B8000000000000000000001FD02260226022ADB +:101B9000022A022E000000000000000000000000E9 +:101BA0000000000000000000000000000000000035 +:101BB00000000000022E024002400248024802508B +:101BC0000000000000000000000000000000000015 +:101BD0000000000000000000000000000000000005 +:101BE0000250025100000000000000000000000050 +:101BF00000000000000000000000000000000000E5 +:101C00000000000000000000000000000251026F10 +:101C100000000000000000000000000000000000C4 +:101C200000000000000000000000000000000000B4 +:101C30000000000000000000026F02A202A202AE3B +:101C400002AE02BA00000000000000000000000028 +:101C50000000000000000000000000000000000084 +:101C60000000000002BA02BB02BB02C202C202C9EB +:101C70000000000000000000000000000000000064 +:101C80000000000000000000000000000000000054 +:101C900000000000000000000000200000004000E4 +:101CA00000006000000080000000A0000000C000F4 +:101CB0000000E000000100000001200000014000E1 +:101CC00000016000000180000001A0000001C000D0 +:101CD0000001E000000200000002200000024000BD +:101CE00000026000000280000002A0000002C000AC +:101CF0000002E00000030000000320000003400099 +:101D000000036000000380000003A0000003C00087 +:101D10000003E00000040000000420000004400074 +:101D200000046000000480000004A0000004C00063 +:101D30000004E00000050000000520000005400050 +:101D400000056000000580000005A0000005C0003F +:101D50000005E0000006000000062000000640002C +:101D600000066000000680000006A0000006C0001B +:101D70000006E00000070000000720000007400008 +:101D800000076000000780000007A0000007C000F7 +:101D90000007E000000800000008200000084000E4 +:101DA00000086000000880000008A0000008C000D3 +:101DB0000008E000000900000009200000094000C0 +:101DC00000096000000980000009A0000009C000AF +:101DD0000009E000000A0000000A2000000A40009C +:101DE000000A6000000A8000000AA000000AC0008B +:101DF000000AE000000B0000000B2000000B400078 +:101E0000000B6000000B8000000BA000000BC00066 +:101E1000000BE000000C0000000C2000000C400053 +:101E2000000C6000000C8000000CA000000CC00042 +:101E3000000CE000000D0000000D2000000D40002F +:101E4000000D6000000D8000000DA000000DC0001E +:101E5000000DE000000E0000000E2000000E40000B +:101E6000000E6000000E8000000EA000000EC000FA +:101E7000000EE000000F0000000F2000000F4000E7 +:101E8000000F6000000F8000000FA000000FC000D6 +:101E9000000FE000001000000010200000104000C3 +:101EA00000106000001080000010A0000010C000B2 +:101EB0000010E0000011000000112000001140009F +:101EC00000116000001180000011A0000011C0008E +:101ED0000011E0000012000000122000001240007B +:101EE00000126000001280000012A0000012C0006A +:101EF0000012E00000130000001320000013400057 +:101F000000136000001380000013A0000013C00045 +:101F10000013E00000140000001420000014400032 +:101F200000146000001480000014A0000014C00021 +:101F30000014E0000015000000152000001540000E +:101F400000156000001580000015A0000015C000FD +:101F50000015E000001600000016200000164000EA +:101F600000166000001680000016A0000016C000D9 +:101F70000016E000001700000017200000174000C6 +:101F800000176000001780000017A0000017C000B5 +:101F90000017E000001800000018200000184000A2 +:101FA00000186000001880000018A0000018C00091 +:101FB0000018E0000019000000192000001940007E +:101FC00000196000001980000019A0000019C0006D +:101FD0000019E000001A0000001A2000001A40005A +:101FE000001A6000001A8000001AA000001AC00049 +:101FF000001AE000001B0000001B2000001B400036 +:10200000001B6000001B8000001BA000001BC00024 +:10201000001BE000001C0000001C2000001C400011 +:10202000001C6000001C8000001CA000001CC00000 +:10203000001CE000001D0000001D2000001D4000ED +:10204000001D6000001D8000001DA000001DC000DC +:10205000001DE000001E0000001E2000001E4000C9 +:10206000001E6000001E8000001EA000001EC000B8 +:10207000001EE000001F0000001F2000001F4000A5 +:10208000001F6000001F8000001FA000001FC00094 +:10209000001FE00000200000002020000020400081 +:1020A00000206000002080000020A0000020C00070 +:1020B0000020E0000021000000212000002140005D +:1020C00000216000002180000021A0000021C0004C +:1020D0000021E00000220000002220000022400039 +:1020E00000226000002280000022A0000022C00028 +:1020F0000022E00000230000002320000023400015 +:1021000000236000002380000023A0000023C00003 +:102110000023E000002400000024200000244000F0 +:1021200000246000002480000024A0000024C000DF +:102130000024E000002500000025200000254000CC +:1021400000256000002580000025A0000025C000BB +:102150000025E000002600000026200000264000A8 +:1021600000266000002680000026A0000026C00097 +:102170000026E00000270000002720000027400084 +:1021800000276000002780000027A0000027C00073 +:102190000027E00000280000002820000028400060 +:1021A00000286000002880000028A0000028C0004F +:1021B0000028E0000029000000292000002940003C +:1021C00000296000002980000029A0000029C0002B +:1021D0000029E000002A0000002A2000002A400018 +:1021E000002A6000002A8000002AA000002AC00007 +:1021F000002AE000002B0000002B2000002B4000F4 +:10220000002B6000002B8000002BA000002BC000E2 +:10221000002BE000002C0000002C2000002C4000CF +:10222000002C6000002C8000002CA000002CC000BE +:10223000002CE000002D0000002D2000002D4000AB +:10224000002D6000002D8000002DA000002DC0009A +:10225000002DE000002E0000002E2000002E400087 +:10226000002E6000002E8000002EA000002EC00076 +:10227000002EE000002F0000002F2000002F400063 +:10228000002F6000002F8000002FA000002FC00052 +:10229000002FE0000030000000302000003040003F +:1022A00000306000003080000030A0000030C0002E +:1022B0000030E0000031000000312000003140001B +:1022C00000316000003180000031A0000031C0000A +:1022D0000031E000003200000032200000324000F7 +:1022E00000326000003280000032A0000032C000E6 +:1022F0000032E000003300000033200000334000D3 +:1023000000336000003380000033A0000033C000C1 +:102310000033E000003400000034200000344000AE +:1023200000346000003480000034A0000034C0009D +:102330000034E0000035000000352000003540008A +:1023400000356000003580000035A0000035C00079 +:102350000035E00000360000003620000036400066 +:1023600000366000003680000036A0000036C00055 +:102370000036E00000370000003720000037400042 +:1023800000376000003780000037A0000037C00031 +:102390000037E0000038000000382000003840001E +:1023A00000386000003880000038A0000038C0000D +:1023B0000038E000003900000039200000394000FA +:1023C00000396000003980000039A0000039C000E9 +:1023D0000039E000003A0000003A2000003A4000D6 +:1023E000003A6000003A8000003AA000003AC000C5 +:1023F000003AE000003B0000003B2000003B4000B2 +:10240000003B6000003B8000003BA000003BC000A0 +:10241000003BE000003C0000003C2000003C40008D +:10242000003C6000003C8000003CA000003CC0007C +:10243000003CE000003D0000003D2000003D400069 +:10244000003D6000003D8000003DA000003DC00058 +:10245000003DE000003E0000003E2000003E400045 +:10246000003E6000003E8000003EA000003EC00034 +:10247000003EE000003F0000003F2000003F400021 +:10248000003F6000003F8000003FA000003FC00010 +:10249000003FE000003FE00100000000000001FFFD +:1024A0000000020000000001000000020000000027 +:1024B000000000080215002002150020081000008E +:1024C00000000033000000020000000000000005D2 +:1024D00000000005000000000000000000000002F5 +:1024E00000000003000000020000000100000004E2 +:1024F00000000002000000020000000100000002D5 +:102500000000002000000040000000400000000328 +:102510000000001800002000000040C000006180A2 +:10252000000082400000A3000000C3C00000E4805F +:102530000001054000012600000146C0000167803F +:10254000000188400001A9000001C9C00001EA8023 +:1025500000020B4000022C0000024CC000026D8003 +:1025600000028E400002AF000002CFC00002F080E7 +:102570000000114000000001000000010000000107 +:102580000000000100000001000000010000000147 +:102590000000000100000001000000010000000137 +:1025A0000000000100000001000000010000000127 +:1025B0000003D0000000003D00000001000D0000FD +:1025C000000700D000028140000B81680002022059 +:1025D00000010240000F025000010340000C000007 +:1025E000000800C000028140000B81680002022048 +:1025F0000001024000070250000202C0001000006B +:102600000008010000028180000B81A80002026026 +:1026100000018280000E8298000803800000000004 +:102620000000000000028000000B8028000200E093 +:10263000000101000000811000000118FFFFFFF3FE +:1026400001AFFFFF000000000000000000000000DC +:10265000000000000000000000000000FFFFFFF18C +:1026600000EFFFFF0000000000000000000000007D +:10267000000000000001000000000000FFFFFFF666 +:10268000005FFFFF000000000000000000000000ED +:10269000000000000002000000000000FFFFF40640 +:1026A0001CBFFFFF00000005000000000000001438 +:1026B000000000000004000000000000FFFFFFF227 +:1026C000004FFFFF000000000000000000000000BD +:1026D000000000000008000000000000FFFFFFFAFB +:1026E000002FFFFF000000000000000000000000BD +:1026F000000000000010000000000000FFFFFFF7D6 +:1027000001EFFFFF000000000000000000000000DB +:10271000000000000020000000000000FFFFFFF5A7 +:10272000002FFFFF0000000000000000000000007C +:10273000000000000040000000000000FFFFFFF369 +:10274000018FFFFF000000000000000000000000FB +:10275000000000000000000000000000FFFFFFF18B +:10276000010FFFFF0000000000000000000000005B +:10277000000000000001000000000000FFFFFFF665 +:10278000005FFFFF000000000000000000000000EC +:10279000000000000002000000000000FFFFF4063F +:1027A0001CBFFFFF00000005000000000000001437 +:1027B000000000000004000000000000FFFFFFF226 +:1027C000004FFFFF000000000000000000000000BC +:1027D000000000000008000000000000FFFFFFFAFA +:1027E000002FFFFF000000000000000000000000BC +:1027F000000000000010000000000000FFFFFFF7D5 +:1028000000EFFFFF000000000000000000000000DB +:10281000000000000020000000000000FFFFFFF5A6 +:10282000004FFFFF0000000000000000000000005B +:10283000000000000040000000000000FFFFFFFF5C +:1028400000CFFFFF0000000000000000000000CCEF +:10285000000000000000000000000000FFFFFFFF7C +:1028600000CFFFFF0000000000000000000000CCCF +:10287000000000000001000000000000FFFFFFFF5B +:1028800000CFFFFF0000000000000000000000CCAF +:10289000000000000002000000000000FFFFFFFF3A +:1028A00000CFFFFF0000000000000000000000CC8F +:1028B000000000000004000000000000FFFFFFFF18 +:1028C00000CFFFFF0000000000000000000000CC6F +:1028D000000000000008000000000000FFFFFFFFF4 +:1028E00000CFFFFF0000000000000000000000CC4F +:1028F000000000000010000000000000FFFFFFFFCC +:1029000000CFFFFF0000000000000000000000CC2E +:10291000000000000020000000000000FFFFFFFF9B +:1029200000CFFFFF0000000000000000000000CC0E +:10293000000000000040000000000000FFFFFFF367 +:10294000020FFFFF00000000000000000000000078 +:10295000000000000000000000000000FFFFFFF189 +:10296000010FFFFF00000000000000000000000059 +:10297000000000000001000000000000FFFFFFF663 +:10298000005FFFFF000000000000000000000000EA +:10299000000000000002000000000000FFFFF4063D +:1029A0001CBFFFFF00000005000000000000001435 +:1029B000000000000004000000000000FFFFFFF224 +:1029C000004FFFFF000000000000000000000000BA +:1029D000000000000008000000000000FFFFFF8A68 +:1029E000042FFFFF000000000000000000000000B6 +:1029F000000000000010000000000000FFFFFF9733 +:102A000005CFFFFF000000000000000000000000F4 +:102A1000000000000020000000000000FFFFFFF5A4 +:102A2000010FFFFF00000000000000000000000098 +:102A3000000000000040000000000000FFFFFFF366 +:102A4000000FFFFF00000000000000000000000079 +:102A5000000000000000000000000000FFFFFFF188 +:102A6000000FFFFF00000000000000000000000059 +:102A7000000000000001000000000000FFFFFFF662 +:102A8000005FFFFF000000000000000000000000E9 +:102A9000000000000002000000000000FFFFF4063C +:102AA0001CBFFFFF00000005000000000000001434 +:102AB000000000000004000000000000FFFFFFF223 +:102AC000004FFFFF000000000000000000000000B9 +:102AD000000000000008000000000000FFFFFFFAF7 +:102AE000002FFFFF000000000000000000000000B9 +:102AF000000000000010000000000000FFFFFF9732 +:102B0000040FFFFF000000000000000000000000B4 +:102B1000000000000020000000000000FFFFFFF5A3 +:102B2000000FFFFF00000000000000000000000098 +:102B3000000000000040000000000000FFFFFFFF59 +:102B400000CFFFFF0000000000000000000000CCEC +:102B5000000000000000000000000000FFFFFFFF79 +:102B600000CFFFFF0000000000000000000000CCCC +:102B7000000000000001000000000000FFFFFFFF58 +:102B800000CFFFFF0000000000000000000000CCAC +:102B9000000000000002000000000000FFFFFFFF37 +:102BA00000CFFFFF0000000000000000000000CC8C +:102BB000000000000004000000000000FFFFFFFF15 +:102BC00000CFFFFF0000000000000000000000CC6C +:102BD000000000000008000000000000FFFFFFFFF1 +:102BE00000CFFFFF0000000000000000000000CC4C +:102BF000000000000010000000000000FFFFFFFFC9 +:102C000000CFFFFF0000000000000000000000CC2B +:102C1000000000000020000000000000FFFFFFFF98 +:102C200000CFFFFF0000000000000000000000CC0B +:102C3000000000000040000000000000FFFFFFFF58 +:102C400000CFFFFF0000000000000000000000CCEB +:102C5000000000000000000000000000FFFFFFFF78 +:102C600000CFFFFF0000000000000000000000CCCB +:102C7000000000000001000000000000FFFFFFFF57 +:102C800000CFFFFF0000000000000000000000CCAB +:102C9000000000000002000000000000FFFFFFFF36 +:102CA00000CFFFFF0000000000000000000000CC8B +:102CB000000000000004000000000000FFFFFFFF14 +:102CC00000CFFFFF0000000000000000000000CC6B +:102CD000000000000008000000000000FFFFFFFFF0 +:102CE00000CFFFFF0000000000000000000000CC4B +:102CF000000000000010000000000000FFFFFFFFC8 +:102D000000CFFFFF0000000000000000000000CC2A +:102D1000000000000020000000000000FFFFFFFF97 +:102D200000CFFFFF0000000000000000000000CC0A +:102D3000000000000040000000000000FFFFFFFF57 +:102D400000CFFFFF0000000000000000000000CCEA +:102D5000000000000000000000000000FFFFFFFF77 +:102D600000CFFFFF0000000000000000000000CCCA +:102D7000000000000001000000000000FFFFFFFF56 +:102D800000CFFFFF0000000000000000000000CCAA +:102D9000000000000002000000000000FFFFFFFF35 +:102DA00000CFFFFF0000000000000000000000CC8A +:102DB000000000000004000000000000FFFFFFFF13 +:102DC00000CFFFFF0000000000000000000000CC6A +:102DD000000000000008000000000000FFFFFFFFEF +:102DE00000CFFFFF0000000000000000000000CC4A +:102DF000000000000010000000000000FFFFFFFFC7 +:102E000000CFFFFF0000000000000000000000CC29 +:102E1000000000000020000000000000FFFFFFFF96 +:102E200000CFFFFF0000000000000000000000CC09 +:102E300000000000004000000000000000000A1137 +:102E400000000A0000000A040000FFFF0000FFFF6E +:102E50000000FFFF0000FFFF000000200000002135 +:102E600000000022000000230000002400000025D4 +:102E700000000026000000270000002800000029B4 +:102E80000000002A0000002B0000002C0000002D94 +:102E90000000002E0000002F0000001000000001C4 +:102EA000000000010000000100000001000000011E +:102EB000000000010000000100000001000000010E +:102EC00000000001000000010000000100000001FE +:102ED00000000001000000010000000100000001EE +:102EE00007FFFFFF0000003F07FFFFFF0000000F8C +:102EF00000007FF800007FF80000FF1C0FFFFFFFBD +:102F00000000FF1C0FFFFFFF0000FF1C0FFFFFFF73 +:102F10000000FF1C0FFFFFFF0000FF1C0FFFFFFF63 +:102F20000000FF1C0FFFFFFF0000FF1C0FFFFFFF53 +:102F30000000FF1C0FFFFFFF0000FF1C0FFFFFFF43 +:102F40000000FF1C0FFFFFFF0000FF1C0FFFFFFF33 +:102F50000000FF1C0FFFFFFF0000FF1C0FFFFFFF23 +:102F60000000FF1C0FFFFFFF0000FF1C0FFFFFFF13 +:102F70000000FF1C0FFFFFFF0000FF1C0FFFFFFF03 +:102F80000000FF1C0FFFFFFF0000FF1C0FFFFFFFF3 +:102F90000000FF1C0FFFFFFF0000FF1C0FFFFFFFE3 +:102FA0000000FF1C0FFFFFFF0000FF1C0FFFFFFFD3 +:102FB0000000FF1C0FFFFFFF0000FF1C0FFFFFFFC3 +:102FC0000000FF1C0FFFFFFF0000FF1C0FFFFFFFB3 +:102FD0000000FF1C0FFFFFFF0000FF1C0FFFFFFFA3 +:102FE0000000FF1C0FFFFFFF0000FF1C0FFFFFFF93 +:102FF0000000FF1C0FFFFFFF0000FF1C0FFFFFFF83 +:103000000000FF1C0FFFFFFF0000FF1C0FFFFFFF72 +:103010000000FF1C0FFFFFFF0000FF1C0FFFFFFF62 +:103020000000FF1C0FFFFFFF0000FF1C0FFFFFFF52 +:103030000000FF1C0FFFFFFF0000FF1C0FFFFFFF42 +:103040000000FF1C0FFFFFFF0000FF1C0FFFFFFF32 +:103050000000FF1C0FFFFFFF0000FF1C0FFFFFFF22 +:103060000000FF1C0FFFFFFF0000FF1C0FFFFFFF12 +:103070000000FF1C0FFFFFFF0000FF1C0FFFFFFF02 +:103080000000FF1C0FFFFFFF0000FF1C0FFFFFFFF2 +:103090000000FF1C0FFFFFFF0000FF1C0FFFFFFFE2 +:1030A0000000FF1C0FFFFFFF0000FF1C0FFFFFFFD2 +:1030B0000000FF1C0FFFFFFF0000FF1C0FFFFFFFC2 +:1030C0000000FF1C0FFFFFFF0000FF1C0FFFFFFFB2 +:1030D0000000FF1C0FFFFFFF0000FF1C0FFFFFFFA2 +:1030E0000000FF1C0FFFFFFF0000FF1C0FFFFFFF92 +:1030F0000000FF1C0FFFFFFF0000FF0000000000AA +:103100000000FF0000000000000003120000350076 +:1031100000000001000000020000000300000000A9 +:103120000000000400000001000000000000000199 +:103130000000000400000000000000010000000387 +:10314000000000000000000100000004000000007A +:10315000000000010000000300000000000000016A +:103160000000000400000000000000040000000354 +:10317000000000000000000000003FFF000003FF0F +:10318000000000000000000100000001000000013C +:10319000007C100400000004000000000000000299 +:1031A00000000090000000900080009008100000D7 +:1031B0000000008A00000080000000810000008004 +:1031C00000000006000007D00000076C0000FFFFB1 +:1031D0000000FFFF0000FFFF0000FFFF071D291197 +:1031E00000000000009C042400000000000000011A +:1031F00000000001000000010000000100000001CB +:1032000000007FFF000000FF000000FF000000FF43 +:10321000000000FF000000FF000000FF000000FFB2 +:10322000000000FF0000003E000000000000003F22 +:103230000000003F0000003F000000000000003FD1 +:103240000000003F0000003F0000000F00000043AE +:10325000000000000000000600000000121700003F +:10326000221700003217000012150000221500007E +:1032700032150000021000000010000010100000C5 +:103280002010000030100000001000001214000098 +:10329000221400003214000000E38340FFFFFFFF10 +:1032A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E +:1032B000FFFFFFFFFFFFFFFFFFFFFFFFF0003000FA +:1032C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E +:1032D000FFFFFFFFFFFFFFFFFFFFFFFFFFFF3328A1 +:1032E000FFFF3338FFFFFFFFFFFFFFFFFFFFFFFF81 +:1032F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE +:10330000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD +:10331000FFFFFFFFFFFFFFFFFFFFFFFF00003C106D +:103320000000000800000000000000000000004055 +:103330000000180800000803000008030000004017 +:103340000000000300000803000008030000080359 +:103350000001000300000803000008030000000350 +:103360000000000300000003000000030000000351 +:103370000000000300000003000000030000000341 +:103380000000000300000003000000030000000331 +:103390000000000300000003000024030000002FD1 +:1033A00000000009000000190000018400000183F2 +:1033B00000000306000000190000000600000306DC +:1033C000000003060000030600000C860000030650 +:1033D00000000306000000060000000600000006D2 +:1033E00000000006000000060000000600000006C5 +:1033F00000000006000000060000000600000006B5 +:1034000000000006000000060000000600000006A4 +:103410000000030600000013000000060000100476 +:103420000000100400106440001064400000000020 +:10343000000000000000000000000000000020006C +:10344000000000000000000000000000000000007C +:10345000000020000000000000000000000000004C +:1034600000000000000020000000007C0000003D83 +:103470000000003F0000009C000000060000000566 +:103480000000000A000000050000014000000140AB +:103490000000000000000000000000C00000013F2C +:1034A00000007FFF0000004800000048000000000E +:1034B00000000000000000480000000400000004BC +:1034C00000000004000000040000000400000004EC +:1034D00000000004000000040000000400000009D7 +:1034E0000000000B0000000A0000000400000009BA +:1034F0000000000B0000000A0000000100000001B5 +:1035000000000001000000010000000100000001B7 +:1035100000000001000000010000000100000001A7 +:10352000000000010000000100000004000000098C +:103530000000000B0000000A000000010000000174 +:103540000000000100000001000000010000000177 +:103550000000000100000001000000010000000167 +:10356000000000010000000100000004000000094C +:103570000000000B0000000A000000000000000036 +:103580000000080000000200000001FF000004002D +:1035900000000000000000001E491E491E491E498F +:1035A0000E490E490E490E49FFFFFFFF00000000C3 +:1035B000FFFFFFFF00000000000025E40000800086 +:1035C000000000130FFF0FFF0000000000000000CC +:1035D0000FFF0FFF1000100010001000200020004F +:1035E000200020008000800080008000400040001B +:1035F0004000400000000000000000010101010146 +:10360000012001012001010101011001010101015D +:10361000012001012001010101011001200101012E +:10362000010110010101010101200101200101013D +:10363000010110010101010101200101000001232C +:1036400000000123000001230000012300000123EA +:1036500000000123000001230000012300000123DA +:1036600000000123000001230000012300000123CA +:1036700000000123000001230000012300000123BA +:1036800000000123000001230000012300000020AE +:1036900000000032000000070000000700000000EA +:1036A0000000000802150020021500200000003074 +:1036B000081000000000003300000030000000315E +:1036C00000000002000000050000000600000002EB +:1036D00000000002000000000000000500000002E1 +:1036E00000000002000000020000000100000006CF +:1036F0000000000100000002000000400000004047 +:103700000000002000000013000000200001000065 +:10371000000204C00003098000040E4000051300ED +:10372000000617C000071C80000821400009260081 +:10373000000A2AC0000B2F80000C3440000D390015 +:10374000000E3DC0000F42800010474000114C00A9 +:10375000001250C00013558000145A4000155F003D +:10376000001663C00017688000186D4000197200D1 +:10377000001A76C0001B7B80001C8040001D850065 +:10378000001E89C0001F8E800000934000000001D1 +:103790000000000100000001000000010000000125 +:1037A0000000000100000001000000010000000115 +:1037B0000000000100000001000000010000000105 +:1037C00000000001000000010000000100000008EE +:1037D0000000000C000000100000000100000001CB +:1037E00000000001000002110000020000000204BD +:1037F000000002190000FFFF0000FFFF0000FFFFB4 +:103800000000FFFF07FFFFFF0000003F07FFFFFF73 +:103810000000000F00007FF800007FF800000000AB +:10382000140AFF0000000000000000010020100149 +:1038300000000000010086000000010000000001FF +:1038400000000000000086020000000000000000F0 +:1038500000000000000086040000000000000000DE +:1038600000000000000086060000000000000000CC +:1038700000000000000086080000000000000000BA +:10388000000000000000860A0000000000000000A8 +:10389000000000000000860C000000000000000096 +:1038A000000000000000860E000000000000000084 +:1038B0000000000000008610000000000000000072 +:1038C0000000000000008612000000000000000060 +:1038D000000000000000861400000000000000004E +:1038E000000000000000861600000000000000003C +:1038F000000000000000861800000000000000002A +:10390000000000000000861A000000000000000017 +:10391000000000000000861C000000000000000005 +:10392000000000000000861E0000000000000000F3 +:1039300000000000000086200000000000000000E1 +:1039400000000000000086220000000000000000CF +:1039500000000000000086240000000000000000BD +:1039600000000000000086260000000000000000AB +:103970000000000000008628000000000000000099 +:10398000000000000000862A000000000000000087 +:10399000000000000000862C000000000000000075 +:1039A000000000000000862E000000000000000063 +:1039B0000000000000008630000000000000000051 +:1039C000000000000000863200000000000000003F +:1039D000000000000000863400000000000000002D +:1039E000000000000000863600000000000000001B +:1039F0000000000000008638000000000000000009 +:103A0000000000000000863A0000000000000000F6 +:103A1000000000000000863C0000000000000000E4 +:103A2000000000000000863E0000000000000000D2 +:103A300000000000000086400000000000000000C0 +:103A400000000000000086420000000000000000AE +:103A5000000000000000864400000000000000009C +:103A6000000000000000864600000000000000008A +:103A70000000000000008648000000000000000078 +:103A8000000000000000864A000000000000000066 +:103A9000000000000000864C000000000000000054 +:103AA000000000000000864E000000000000000042 +:103AB0000000000000008650000000000000000030 +:103AC000000000000000865200000000000000001E +:103AD000000000000000865400000000000000000C +:103AE00000000000000086560000000000000000FA +:103AF00000000000000086580000000000000000E8 +:103B0000000000000000865A0000000000000000D5 +:103B1000000000000000865C0000000000000000C3 +:103B2000000000000000865E0000000000000000B1 +:103B3000000000000000866000000000000000009F +:103B4000000000000000866200000000000000008D +:103B5000000000000000866400000000000000007B +:103B60000000000000008666000000000000000069 +:103B70000000000000008668000000000000000057 +:103B8000000000000000866A000000000000000045 +:103B9000000000000000866C000000000000000033 +:103BA000000000000000866E000000000000000021 +:103BB000000000000000867000000000000000000F +:103BC00000000000000086720000000000000000FD +:103BD00000000000000086740000000000000000EB +:103BE00000000000000086760000000000000000D9 +:103BF00000000000000086780000000000000000C7 +:103C0000000000000000867A0000000000000000B4 +:103C1000000000000000867C0000000000000000A2 +:103C2000000000000000867E000000000000000090 +:103C3000000000000000868000000000000000007E +:103C4000000000000000868200000000000000006C +:103C5000000000000000868400000000000000005A +:103C60000000000000008686000000000000000048 +:103C70000000000000008688000000000000000036 +:103C8000000000000000868A000000000000000024 +:103C9000000000000000868C000000000000000012 +:103CA000000000000000868E000000000000000000 +:103CB00000000000000086900000000000000000EE +:103CC00000000000000086920000000000000000DC +:103CD00000000000000086940000000000000000CA +:103CE00000000000000086960000000000000000B8 +:103CF00000000000000086980000000000000000A6 +:103D0000000000000000869A000000000000000093 +:103D1000000000000000869C000000000000000081 +:103D2000000000000000869E00000000000000006F +:103D300000000000000086A000000000000000005D +:103D400000000000000086A200000000000000004B +:103D500000000000000086A4000000000000000039 +:103D600000000000000086A6000000000000000027 +:103D700000000000000086A8000000000000000015 +:103D800000000000000086AA000000000000000003 +:103D900000000000000086AC0000000000000000F1 +:103DA00000000000000086AE0000000000000000DF +:103DB00000000000000086B00000000000000000CD +:103DC00000000000000086B20000000000000000BB +:103DD00000000000000086B40000000000000000A9 +:103DE00000000000000086B6000000000000000097 +:103DF00000000000000086B8000000000000000085 +:103E000000000000000086BA000000000000000072 +:103E100000000000000086BC000000000000000060 +:103E200000000000000086BE00000000000000004E +:103E300000000000000086C000000000000000003C +:103E400000000000000086C200000000000000002A +:103E500000000000000086C4000000000000000018 +:103E600000000000000086C6000000000000000006 +:103E700000000000000086C80000000000000000F4 +:103E800000000000000086CA0000000000000000E2 +:103E900000000000000086CC0000000000000000D0 +:103EA00000000000000086CE0000000000000000BE +:103EB00000000000000086D00000000000000000AC +:103EC00000000000000086D200000000000000009A +:103ED00000000000000086D4000000000000000088 +:103EE00000000000000086D6000000000000000076 +:103EF00000000000000086D8000000000000000064 +:103F000000000000000086DA000000000000000051 +:103F100000000000000086DC00000000000000003F +:103F200000000000000086DE00000000000000002D +:103F300000000000000086E000000000000000001B +:103F400000000000000086E2000000000000000009 +:103F500000000000000086E40000000000000000F7 +:103F600000000000000086E60000000000000000E5 +:103F700000000000000086E80000000000000000D3 +:103F800000000000000086EA0000000000000000C1 +:103F900000000000000086EC0000000000000000AF +:103FA00000000000000086EE00000000000000009D +:103FB00000000000000086F000000000000000008B +:103FC00000000000000086F2000000000000000079 +:103FD00000000000000086F4000000000000000067 +:103FE00000000000000086F6000000000000000055 +:103FF00000000000000086F8000000000000000043 +:1040000000000000000086FA000000000000000030 +:1040100000000000000086FC00000000000000001E +:1040200000000000000086FE00000000000000000C +:1040300000000000000087000000000000000000F9 +:1040400000000000000087020000000000000000E7 +:1040500000000000000087040000000000000000D5 +:1040600000000000000087060000000000000000C3 +:1040700000000000000087080000000000000000B1 +:10408000000000000000870A00000000000000009F +:10409000000000000000870C00000000000000008D +:1040A000000000000000870E00000000000000007B +:1040B0000000000000008710000000000000000069 +:1040C0000000000000008712000000000000000057 +:1040D0000000000000008714000000000000000045 +:1040E0000000000000008716000000000000000033 +:1040F0000000000000008718000000000000000021 +:10410000000000000000871A00000000000000000E +:10411000000000000000871C0000000000000000FC +:10412000000000000000871E0000000000000000EA +:1041300000000000000087200000000000000000D8 +:1041400000000000000087220000000000000000C6 +:1041500000000000000087240000000000000000B4 +:1041600000000000000087260000000000000000A2 +:104170000000000000008728000000000000000090 +:10418000000000000000872A00000000000000007E +:10419000000000000000872C00000000000000006C +:1041A000000000000000872E00000000000000005A +:1041B0000000000000008730000000000000000048 +:1041C0000000000000008732000000000000000036 +:1041D0000000000000008734000000000000000024 +:1041E0000000000000008736000000000000000012 +:1041F0000000000000008738000000000000000000 +:10420000000000000000873A0000000000000000ED +:10421000000000000000873C0000000000000000DB +:10422000000000000000873E0000000000000000C9 +:1042300000000000000087400000000000000000B7 +:1042400000000000000087420000000000000000A5 +:104250000000000000008744000000000000000093 +:104260000000000000008746000000000000000081 +:10427000000000000000874800000000000000006F +:10428000000000000000874A00000000000000005D +:10429000000000000000874C00000000000000004B +:1042A000000000000000874E000000000000000039 +:1042B0000000000000008750000000000000000027 +:1042C0000000000000008752000000000000000015 +:1042D0000000000000008754000000000000000003 +:1042E00000000000000087560000000000000000F1 +:1042F00000000000000087580000000000000000DF +:10430000000000000000875A0000000000000000CC +:10431000000000000000875C0000000000000000BA +:10432000000000000000875E0000000000000000A8 +:104330000000000000008760000000000000000096 +:104340000000000000008762000000000000000084 +:104350000000000000008764000000000000000072 +:104360000000000000008766000000000000000060 +:10437000000000000000876800000000000000004E +:10438000000000000000876A00000000000000003C +:10439000000000000000876C00000000000000002A +:1043A000000000000000876E000000000000000018 +:1043B0000000000000008770000000000000000006 +:1043C00000000000000087720000000000000000F4 +:1043D00000000000000087740000000000000000E2 +:1043E00000000000000087760000000000000000D0 +:1043F00000000000000087780000000000000000BE +:10440000000000000000877A0000000000000000AB +:10441000000000000000877C000000000000000099 +:10442000000000000000877E000000000000000087 +:104430000000000000008780000000000000000075 +:104440000000000000008782000000000000000063 +:104450000000000000008784000000000000000051 +:10446000000000000000878600000000000000003F +:10447000000000000000878800000000000000002D +:10448000000000000000878A00000000000000001B +:10449000000000000000878C000000000000000009 +:1044A000000000000000878E0000000000000000F7 +:1044B00000000000000087900000000000000000E5 +:1044C00000000000000087920000000000000000D3 +:1044D00000000000000087940000000000000000C1 +:1044E00000000000000087960000000000000000AF +:1044F000000000000000879800000000000000009D +:10450000000000000000879A00000000000000008A +:10451000000000000000879C000000000000000078 +:10452000000000000000879E000000000000000066 +:1045300000000000000087A0000000000000000054 +:1045400000000000000087A2000000000000000042 +:1045500000000000000087A4000000000000000030 +:1045600000000000000087A600000000000000001E +:1045700000000000000087A800000000000000000C +:1045800000000000000087AA0000000000000000FA +:1045900000000000000087AC0000000000000000E8 +:1045A00000000000000087AE0000000000000000D6 +:1045B00000000000000087B00000000000000000C4 +:1045C00000000000000087B20000000000000000B2 +:1045D00000000000000087B40000000000000000A0 +:1045E00000000000000087B600000000000000008E +:1045F00000000000000087B800000000000000007C +:1046000000000000000087BA000000000000000069 +:1046100000000000000087BC000000000000000057 +:1046200000000000000087BE000000000000000045 +:1046300000000000000087C0000000000000000033 +:1046400000000000000087C2000000000000000021 +:1046500000000000000087C400000000000000000F +:1046600000000000000087C60000000000000000FD +:1046700000000000000087C80000000000000000EB +:1046800000000000000087CA0000000000000000D9 +:1046900000000000000087CC0000000000000000C7 +:1046A00000000000000087CE0000000000000000B5 +:1046B00000000000000087D00000000000000000A3 +:1046C00000000000000087D2000000000000000091 +:1046D00000000000000087D400000000000000007F +:1046E00000000000000087D600000000000000006D +:1046F00000000000000087D800000000000000005B +:1047000000000000000087DA000000000000000048 +:1047100000000000000087DC000000000000000036 +:1047200000000000000087DE000000000000000024 +:1047300000000000000087E0000000000000000012 +:1047400000000000000087E2000000000000000000 +:1047500000000000000087E40000000000000000EE +:1047600000000000000087E60000000000000000DC +:1047700000000000000087E80000000000000000CA +:1047800000000000000087EA0000000000000000B8 +:1047900000000000000087EC0000000000000000A6 +:1047A00000000000000087EE000000000000000094 +:1047B00000000000000087F0000000000000000082 +:1047C00000000000000087F2000000000000000070 +:1047D00000000000000087F400000000000000005E +:1047E00000000000000087F600000000000000004C +:1047F00000000000000087F800000000000000003A +:1048000000000000000087FA000000000000000027 +:1048100000000000000087FC000000000000000015 +:1048200000000000000087FE0000FF000000000004 +:104830000000FF0000000000000001D20000150091 +:104840000000000100000002000000030000000062 +:104850000000000400000001000000000000000152 +:104860000000000400000000000000010000000340 +:104870000000000000000001000000040000000033 +:104880000000000100000003000000000000000123 +:10489000000000040000000000000004000000030D +:1048A000000000000000000000003FFF000003FFC8 +:1048B0000000000300BEBC20000000000000000556 +:1048C0000000000300BEBC20000000000000000546 +:1048D0000000000D0000000C0000000000000010AF +:1048E0000215002002150020000000300810000012 +:1048F0000000003300000030000000310000000222 +:10490000000000040000000000000002000000029F +:10491000000000000000000200000007000000028C +:104920000000000200000001000000030000000180 +:1049300000000002000000400000004000000004F1 +:10494000000000200000000F0000001B000080009D +:10495000000103C00001878000020B4000028F00AD +:10496000000312C00003968000041A4000049E0059 +:10497000000521C00005A580000629400006AD0005 +:10498000000730C00007B480000838400008BC00B1 +:1049900000093FC00009C380000A4740000ACB005D +:1049A000000B4EC0000BD280000C5640000CDA0009 +:1049B000000D5DC0000061800000000100000001EA +:1049C00000000001000000010000000100000001E3 +:1049D00000000001000000010000000100000001D3 +:1049E00000000001000000010000000100000001C3 +:1049F000000000010000000100000001000005AA05 +:104A0000000005990000059D000003C00000FFFFA5 +:104A10000000FFFF0000FFFF0000FFFF0000004656 +:104A20000000000C07FFFFFF0000003F07FFFFFF33 +:104A30000000000F00007FF800007FF8FFFFFFFF7D +:104A4000FFFFFFFF0000FF00000000000000FF006C +:104A5000000000000000190000000000000001D369 +:104A6000000035000000000100000002000000030B +:104A70000000000000000004000000010000000031 +:104A80000000000100000004000000000000000120 +:104A9000000000030000000000000001000000040E +:104AA0000000000000000001000000030000000002 +:104AB00000000001000000040000000000000004ED +:104AC00000000003000000000000000000003FFFA5 +:104AD000000003FF0000000F0000000700000000BE +:104AE0000000000E03150020031500200100003017 +:104AF000081000000000003300000030000000310A +:104B00000000000300000006000000030000000396 +:104B10000000000200000000000000020000000091 +:104B20000000000600000004000000020000000277 +:104B3000000000010000000400000001000000026D +:104B400000000040000000400000000400000020C1 +:104B5000000000020000001F000010000000208084 +:104B6000000031000000418000005200000062801F +:104B70000000730000008380000094000000A48007 +:104B80000000B5000000C5800000D6000000E680EF +:104B90000000F700000107800001180000012880D4 +:104BA000000139000001498000015A0000016A80BB +:104BB00000017B0000018B8000019C000001AC80A3 +:104BC0000001BD000001CD800001DE000001EE808B +:104BD00000000F00000000010000000100000001C3 +:104BE00000000001000000010000000100000001C1 +:104BF00000000001000000010000000100000001B1 +:104C000000000001000000010000000100000001A0 +:104C10000000000100000001000000010000000190 +:104C20000000000100000614000006000000060459 +:104C30000000FFFF0000FFFF0000FFFF0000FFFF7C +:104C40000000002000000020000000000000000024 +:104C500000000023000000240000002500000026C2 +:104C600000000027000000290000002A0000002B9F +:104C70000000002C000000010000000107FFFFFF02 +:104C80000000003F07FFFFFF0000000F00007FF85B +:104C900000007FF80000000000000001CCCC020101 +:104CA000CCCCCCCCCCCC0201CCCCCCCCFFFFFFFF0D +:104CB000FFFFFFFF000000000001000100130807D4 +:104CC000CCCCCCC1FFFFFFFFFFFFFFFF10000000B7 +:104CD000000028AD7058103C000000000000FF00EC +:104CE000000000000000FF0000000000000002843F +:104CF0000000150000000001000000020000000399 +:104D0000000000000000000400000001000000009E +:104D1000000000010000000400000000000000018D +:104D2000000000030000000000000001000000047B +:104D3000000000000000000100000003000000006F +:104D4000000000010000000400000000000000045A +:104D500000000003000000000000000000003FFF12 +:104D6000000003FF000E0000011600D60000FFFF48 +:104D7000000000000000FFFF000000000000FFFF37 +:104D8000000000000000FFFF000000000000FFFF27 +:104D9000000000000000FFFF000000000000000015 +:104DA000000000000000FFFF000000000072000093 +:104DB000012300F30000FFFF000000000000FFFFE0 +:104DC000000000000000FFFF000000000000FFFFE7 +:104DD000000000000000FFFF000000000000FFFFD7 +:104DE0000000000000000000000000000000FFFFC5 +:104DF00000000000BF5C0000FFF51FEF0000FFFF98 +:104E0000F00003E0000000000000A0005554000086 +:104E10005555555500005555F000000055540000FB +:104E20005555555500005555F0000000BF5C000079 +:104E3000FFF51FEF0000FFFFF00003E0000000009F +:104E40000000A0005554000055555555000055551B +:104E5000F0000000555400005555555500005555BB +:104E6000F0000000000000001F8B080000000000A0 +:104E7000000BFB51CFC0F003097772A2F215595114 +:104E8000F96D6CA8FC81C659CC0C0C8540DC0DC4B6 +:104E900015CCF8D58631618A7D9541B057493130BE +:104EA000704A40D8361203EFB7514C7BCCA089969C +:104EB0001ED420749D0684664493FF06955FAC0C57 +:104EC000A19934B19BBB042A0F0059F6FA14600370 +:104ED00000000000000000001F8B08000000000020 +:104EE000000BED7D0D7814D5B9F0999DD9D9D9CDA8 +:104EF000269984256C20C149081035C002018245DD +:104F00003B40B0B14D75F951538B76412B91DF4841 +:104F1000B1E6B37E7707F263E4AF41FC28B55617DC +:104F20006A2D6D6D6FF48B963E9FEDDD88F5E2F393 +:104F3000B5F752C02BB6700DD6DAD68A97B67AA5D9 +:104F4000CF43CBF7BEEF39939D99EC26C1ABDE3E44 +:104F5000CF577CDA9333737EDEF3FE9FF7BC673660 +:104F6000A08D62EA258C5DC07F1F67ECA8C4181B6A +:104F70009D29EDE74C336F66B58C354755632BBCE7 +:104F80005B23B3969E1AAC4FAA675319F363FB5287 +:104F9000067F96523FA5588BA523F0FE25B94E36C5 +:104FA00032E378CB6685317D06946CFB11B900C67F +:104FB00048F9CFF66B8CFE5DA864ACF5E4F486E7A7 +:104FC000ED3AFC2FCAF2236F5C0E7FCC61732EC8C2 +:104FD0008CFD516F2A4C0F31FE9BC9C3BA3291B17F +:104FE000F792B186E7270E7E6FAF630D63AF078A36 +:104FF000719D96FA99298CCD661AADC35E9F52DCDD +:1050000055920843BB032FEA4A75061E168145CE0A +:1050100085E70A4B07660C867F007FCCA2F1609E75 +:1050200034CD63F7EB07F81CEBF3F61F1857F46762 +:105030000AFC379BB13C7C04EB7E444A7C0C9F8786 +:10504000EAEFB2C6427DCD138B19C289EB884FC9F6 +:10505000C06FCF6BAF63607ECF7A72AD63607ED17D +:105060002F17BEED767FACEFE8643EC68EFB8DF267 +:1050700038F249C3E47A06F45D827C32374397C53F +:105080008B3A089E5C7401FE3074C4971CE6FCF4F5 +:105090006F6D754076B68905199B9565FE61F82799 +:1050A000E1E59FFAEB3F14FEF992E01FD6309AE457 +:1050B000C25EBF17DFCDF5FED381A943E05BF4B735 +:1050C000E93788FF72F51BCC2756563E11E3DBFC0F +:1050D00062CFF35F857738FE60AC9BE8C7585CC64B +:1050E0007933758BC5F39DED1C6509B0019F92C99D +:1050F00091CE3FC853B10C59A837E488F246BF534C +:105100008E443FBFCA12489F367C542A3A031F2957 +:1051100065B16FA01E7B9CA934AF12D1681CC0D3AF +:10512000E30447A31B7F213DCE909FFD25D5850934 +:10513000188F858BB3CAC17DC99606C5C127F7F9FB +:1051400059534F9808C5E719CF52A3107FE7171A94 +:105150004BF2738FE3C5579B3F762201FAD71AAD06 +:10516000C6BE89EB97B2AF273DB01ED542FCC07AD0 +:10517000D243ADA72D7F92584F76B96E17EBB1E1B0 +:105180001F786EAF2B473F2FFCB9DEB7FBCDE80A87 +:1051900018C2CACFBE2E3FAEAB82B193B82EA46761 +:1051A00058253AF92329E25F58DF49E20FCFFA8008 +:1051B000AF18F295777D8AAE115EECF915ED8B0D87 +:1051C000CACC0C9CBF633AADD33F00478CC69175E7 +:1051D00046FD7EC612BFC3F7C07F4788FFC226C305 +:1051E000F1D5280C300D4BB3C902BAB6F7CD6535F1 +:1051F00053486DB1B550AAE1046B8476ED7F919B65 +:10520000901F59A4D62527AF233146E7C69BAD375B +:10521000EDFA31C47FCD60FA1FFB7480EAEDA36321 +:10522000DF405CFA24CE0F5EFC00DE7C92839E8A17 +:10523000CEF179ECD39339BE72C8F112ED0B2E7C0E +:10524000C13F13E572AC18776715EB960BA15EE7CB +:10525000B30240A7AA1AA30F563680CF1D13673F8B +:10526000E7873F4F0512C538BF2CEB7D7EA0EFD8F6 +:10527000E61EC26397E0AB45F279ED3528BF3CAF3F +:10528000B2702594759294958FF6250176E0CFBD86 +:10529000498D2930F07BA738FCB9F8EDD1A4E19213 +:1052A000CF47DB958614B47FF4DEE2250D80B78E00 +:1052B00048D50CD231A6A4E0BAF2248EE2CBC4FCCD +:1052C000FB3ABE487002FE2E43F86D3EB4F9ADCAFB +:1052D000B44C1DEA13003F3E20B1DECD6269838FDE +:1052E000A138F064E307F03013C72936623E059E0B +:1052F00017993D966A64F0F0E5793EA2E7C6F99306 +:10530000F6CB1519B837493E4E57618F9912AB4607 +:10531000BD994BFE76019E6A488E6312B61B55CF2F +:105320005228475BC5F377587CA104ED4635C6FC8F +:10533000B81EF0FF047F45D11962ED82D5765D1D60 +:10534000E2FC55AEEF4378AEB5E16816F8CAF0D787 +:10535000B5D2E80C5E6CFE1AEF4B2CC6E75A756CA2 +:10536000BE8260D7A4D2B8EE361F6B267D62B12311 +:10537000385FB164CB31E7EF7095B11FF97BA5A021 +:1053800043716DE79D3E80BF28AA101E8BFB5734EA +:10539000A2BD0A9EBCE6778C3F273B35AAA187F9C0 +:1053A00010DFF5C67C2C8B9A2D0BE78DF8122B1194 +:1053B0008EE2FA747C21E9435D4211ECF65B0CE964 +:1053C000A7CDEB36E361A4F7D56C85C33FF982C462 +:1053D000E5146036533519BA3E240CD3CEBAFDC15C +:1053E0005535D82E4478A962F5821F4C26013F68B6 +:1053F000821F80EE1B91EE79CD8624417D82A14BE8 +:10540000081FF0FB18E4AF6E3F2BC57EDD1D6A530D +:105410008AE3E538E237EC137831E03F94671F9F69 +:10542000F74AC94FF3C9B7727C15EA2C65007DF2C3 +:105430006A4C538D205F012E500D0ABC0559AA6F8E +:1054400032A032ECC15B717D4C427F5DA9EA49CB51 +:105450001C4FF7219C21334DF602F0C710DE479513 +:105460009657FF27ACE7D1C372CC620E3E64C0876B +:105470005332F832EE057973FA2B17E947A27A41D5 +:105480007E55C2DC9ED9F601F8F5AB0897A2737E73 +:105490001DA91DD25A65E375D45F8AEE437CDABE3E +:1054A0007797BEC542BCBD8B6301DEE4EEE969DCE3 +:1054B000EF009663DFE47C9826FAE9660AED11D9DD +:1054C000C3D9197F2454E36369C73AFD65219676F1 +:1054D000FA234D9684F3DD259E69AD2AC1A1807D16 +:1054E0006035997582A5A0717099172660FD4B34BF +:1054F0008FDD4F09B37410E8B4AD660673FACD0AB8 +:10550000F68336281E172A06F7CB8D17CF7CCBDC07 +:10551000708EB85F5831DEC8B2EF19DC4F616FD8BA +:105520007802E41DC1016665E803FED24109EC681A +:105530005BD9E316F2F97DF80AE8DAC938DD59C219 +:10554000E7B2637299EF7480FC3683F34B94FB539C +:105550000176439AE4243A32FF2A24F8EA6196F865 +:1055600035F255A02C41F8DD361AEC598103CFE80D +:105570004F228F542FA3F6DBA6DC6E49E8A78CD709 +:10558000A7132F08BEDAA671F832F36CA175762541 +:1055900053EC577EB41B7C7CCD88F3D2E6CB6ACE2D +:1055A000C75D354B0A193ED77A481FE5753F99F616 +:1055B000459CFC68B16553709D9CEFBE06E5059B5C +:1055C0002FD12E45432E7EB4F9CD1E7F78B98B287E +:1055D0004EBB5E0EECCF881FB9BD1F27F87E7CD96D +:1055E000598901BD8DB8BE00ED7A65538CECFB4343 +:1055F00045BF285D4170D6EB486FC91C255DB87C5E +:10560000E47CE1F57F8A1B95D79CFE7DB81EEA8E6F +:10561000F5856ADCEFC11BC8D42B068F5720FC2907 +:1056200066C46228775BFDA92670F5D8445FC9FC83 +:1056300008D0756B3075025DC18EAED2F90DD02EDB +:10564000341E7815E554E9D1505E3F8ECA1AF9D65A +:105650003048CEC282DEACBF479B00285667296C1B +:105660002B54FBFA6586FA777B54490524814CB4A8 +:105670009302367B9CEDFDBB69DCFB6B8EEAAEF1E1 +:10568000A3BC7DD01EDF68F95CA563FCF726DA7049 +:10569000756BC42FFD802B789F07F3A52A10ABDD17 +:1056A000DA7CB49FB5B0B187BA566332D4EFAC2E72 +:1056B000C2E56918BF017437E95DA5DA22BF1BEAAC +:1056C0009B69FFB75CF2FA938D3E941BB0F7C82735 +:1056D000B6BDB7E71996DF46DA0E3858013D7C377C +:1056E0000BC5D01F382D253EEB83E7ADCB5A991F54 +:1056F000E0F02F6BF95C0794ADC0A7242F75BED4E2 +:10570000372B04DF42BF9DF13129ECA78C2A1B8D7A +:10571000F0EDACE3F636D7BCDB92D6C42A87BFB82F +:105720000DE88FF208FA57CBD62F2FDA39B10A0CD1 +:10573000EDCE06638C9E25AE31FCB84B5CE37E8AD1 +:1057400025EEF68D1E3C3E639CFF7DA081515E429E +:10575000E14D0CE530C41C7251916997912B777D16 +:10576000EF8ADBA38887C81873BA04FCFE0CA893E1 +:1057700038B87C913CF3499487EF6E89CF0F035D75 +:105780002201F34E1FBC7F71CBA2F9DB411E229791 +:1057900030520E3FF2DD216DC6FE1853B982B1437F +:1057A0005B6EDB6C8539FE514F6E4D1E297DDD8FA2 +:1057B0007AEF0495BB7DDC5FDC23F83BA4A4B87EC4 +:1057C000AB86764EF955B81F1634A09FD37F8872EA +:1057D000FDA308BE033FEA6B889FE226D84718C89E +:1057E00077EE7D8417EF8FFA249AF7A88FEFF3F600 +:1057F000E6AFA6F59FEB9F30E4BEA10BD681FB0B75 +:10580000BB7E54C08F70C66A104E78EFB4FF00267E +:10581000CA4164E972A2A7B28CEF3BD972E6F29357 +:1058200015BDC5DE4FF4E23ABCFB890138FD89683D +:105830000B3CDF5104BA14ECE30EBFD514A776FD80 +:10584000D1250E7FAB5CE6FEF140BFB9405F185F2B +:1058500093127D289FAC261A76E22FAFA99B49466A +:10586000A67DA7C087C252966F4206EE23B8DED14E +:10587000B9E1CFB9DE26F7BE73A0FDC0FE3D7ED4F0 +:10588000E7D8270CC86DAD2DB747B4C50EFDB4A33E +:10589000F6E2E475BBD2AFE9D07E67F8B5AE091881 +:1058A0003F89F962130D94FB19870DD493F991196F +:1058B000CEF87432B0E0573EC7BE385C03E339F827 +:1058C00072C745CAF5C0FC11EFFC4B1A2AB2CFFFD4 +:1058D000278E0FF616E97D3E35EB2CDD4378F5C2B9 +:1058E00063F7937D89F34EB883553C2E31580FF6FC +:1058F000BBF079B1FACF5B86251647396B0BCFD059 +:10590000573AF0922F7339BB2260E6CBA307C37DD1 +:10591000B1FA31D7BC1D11F7BCD332F396E1BCD339 +:1059200050E7A11D8B17587968C7E2DBFF80762C02 +:10593000A47737DC8AFCE8D90F140818DBEB967CD7 +:10594000E6F3B81FA85262C4B71AB71F4A9D9AB2AD +:10595000D07E744B268FEB99E48785D00FA3902FD0 +:10596000F7C3FE8F6DBFAB1C7E5825CEC7FD302F11 +:105970003E182BD3DFC873EA698BCB9BD80FAFAC33 +:10598000138CC08C1B7F0970DD71D84FF69F9D87EB +:10599000D68E7DC86BBFE2FBB93BC47EEE36162FB8 +:1059A000C0976798AF01E13DC38E16CC74D0FBD38E +:1059B000B2880F75F9C95FB2E03F84F3F3DD7E97DB +:1059C0003FB56AAFBB7E3B5B528276F8F607FD2C93 +:1059D00005F8B8C36377AE94B93E59C55A3A91CE2B +:1059E0001D225EB55207D30B2EF9BA1F7C7DF60A35 +:1059F000A82F93B93D7833092B0B64E05A1D4EA9AB +:105A000026BCFF55EFCC1B3EC6B07FAA732CCA4FF5 +:105A100011F77FBDFC706B971BBEE1E0F7C26BFB1B +:105A2000E7B9E0500E48662A0BBFAE14FC66D3AB54 +:105A3000552B98CA0AC12F0BF2D25A80BA0CCA7FD2 +:105A40000FA6DA609EA42CF882B5CCE171EF9669BE +:105A5000A4F786E9D7F63EFBDD87FD460FEEB72DAE +:105A6000D213477D6DEF9B425A0BE14252F87E64A0 +:105A70005B7498F75543BFF7C2B5B808ECC1B4C121 +:105A8000F0817FB35B8675DD2D9B377326E6F005CD +:105A9000109F3296DC8F273F07DA6F50C25D128C61 +:105AA000170CF792BF1334DC7EFF06FC03F55D355F +:105AB000237D9757ED7EEFF57F1E17F612B6F7247C +:105AC00047052462A807C269B25F75CA5BFD0EF97B +:105AD000B5E9BE310A7A63546EFDE4839D1DEE097B +:105AE00034A10F2451B7E1F863B7D480F2B09131FB +:105AF000BD7586735C95C61DA40FCEC3FBD9880FF8 +:105B0000C6F83E2C16453C7525F1C006CF07E2D7F6 +:105B1000E1BADB5E9219EAA7367F0BC51FAD72664C +:105B2000605C3D50C5DF078ECB111FF787094F9D85 +:105B3000A50D8F613CE3A0CCE347B01FA038442003 +:105B40006C9926D0B113FC8E228C6FFF033F4799CE +:105B50001F4E24B09F1C6DF207A0DF3F3F716B13F7 +:105B6000D65747AF56707F73488C73E63B4FCE666F +:105B7000005FE7F7F2599AF6272915F735AB7B65F1 +:105B80008A9BADF9C77C9A7FF553AB1E6F44FCFC32 +:105B9000E04AE30DD2A76D448FD5CF2CFD574BAC17 +:105BA00047037AB46D16F1482B165D0A5DD705D808 +:105BB000E7D0FFB1D76FE34F33BAC9DEAD3E5044F3 +:105BC00071DC013956A03DF40F40B9248BBDFB8D2B +:105BD000CCE37A6FE5AB4D089F74A0EF1682AFE778 +:105BE000463FAE4B2A6B61BF86F94EE2FA783BB274 +:105BF00007D6B7A5D44478FFD6B7F7A9955370DE7A +:105C00007DEA4A8AE36C263CD8706A077659A8BFB9 +:105C1000B42ABD124DC3C27FFC5E413F3CDF7040E1 +:105C20004EE37E0A4A8A57060D771C09EC4B580250 +:105C3000BAAF177CB9BE771DE9F7F53DDBC88E6DAD +:105C400038E8D66B80573A275DF3B21C6BC4FAFF75 +:105C5000FE568101F0BC79E49B05887F9867850A30 +:105C6000F2E3D7DD7281E39F2B1E3C1E6367E95C84 +:105C70007043CFFD7C3E8FDE7C13FF281D7CCE9AC7 +:105C8000AFB8CF59D98151238A3BACF9DEBB8F58CD +:105C900030DF5B4FFDFE113C4759FBD73F3DF225FE +:105CA00094E71F0775D4FB1BBEF3EB47EE013C9E48 +:105CB0003918F0215FBCFDA36F3DFE10D4DF7E6577 +:105CC000F20C544593142ECF6F3FF9E71203C6D957 +:105CD000F4A3456370DD9B9E5E38860DE16FBC0DBD +:105CE0007C940A38E14911FD8C8330DE18A83E2BE4 +:105CF0004A0F3D0EF51E1A8FF09D391188A16C6E6A +:105D0000806728CFEB7B804E5379FD5EC0EBFA278E +:105D1000EEA3F3CAC1F8B5C6F9A2A47FC661A87DF7 +:105D20007DEFD2EBAEACC5D21F33703C7696ECA7BC +:105D3000B7DF86E340C769B9E9F62E3BAFA27EDC48 +:105D4000F0C4FD7C5E0FDDCEE01F7307D3AD1EE90E +:105D50009697A1DBBB6CEDA30FE1CBDE5159F7E7C2 +:105D6000F6B9F8BAA7AF2FCC768EEFC46F7A04F8E5 +:105D70006D16719962C55CA6CC423EF8EEE30F4504 +:105D800090BE815823D2FB7BEF8E67C017BFF59F73 +:105D9000BD05E5EFEC8F02FA7EE8B3FA472F939D3D +:105DA0007EFBE99FAB06D9397011C19F7B9B0DFC2F +:105DB0003B82FEDD7A719EB3E1B1FC74A02043A763 +:105DC000F5A9C50D46013DA778E2FA14E7F7F5A954 +:105DD000BE655216BA6D532AB9DD48F173B2758F9C +:105DE000FD526561373DA53AA4E3E9ABF1792E3A5E +:105DF000DAEBD771FD731CF47C8CCB692E797C7B3C +:105E00005F40413B68D3F76DB1DFDD90925E66592C +:105E1000E4D4F66F98BC7C483A79F9A1D32BC7A992 +:105E2000919DEF0FBF8E8BC3D317F19068F4607C08 +:105E30006D2E053D8CF6A8404DA13DEAF41B2F5B6D +:105E4000C8172FFAD97EE8D256309B1959E25BED7C +:105E5000E8E74DCED495709CE2FD4A44A7FD98F743 +:105E6000BCDB0FDB03C301CFA15393C7F4E33ED6E2 +:105E7000C7E3C11D7D7319EA7F2C2BF0BCB77526D3 +:105E8000C569ECFE7234467162356ACCCF36BEDA33 +:105E90003A9BDA0FDEAFB5FC761FD477464B62E84B +:105EA000EFE7EBDF8FF6B18BDFB76D572CDA877634 +:105EB00085B768958E7D689791731FFCBC32C43E90 +:105EC000F862F76F03F347BCF3E7DC071F57F03CBA +:105ED000409C430EDA2FE9618A2B8C15F2FC86D0A8 +:105EE000FBE52CBD9971FF26AE39E3D44D67FB303D +:105EF0002EFDF5C527F7AD80790A593BC5A5C1EA46 +:105F0000D75E9839143FBBE3D2011FF783585CC4B6 +:105F1000C7A501FDC2E713E796E732F03CB912FED0 +:105F20007C784E3F9D2F5E0253E27977C532630B3A +:105F3000C23361F9916FAF207E787F71F2017E31BB +:105F40006C7EB15CFBFB2EE3C3D9DF07FD7C7DB02B +:105F5000CF0EFA670DA64FD787B4BF8F66E68D6662 +:105F60009B7790DF3CC273C1AF2C2DE0E7CC272597 +:105F70008AD35B0B4CC98F7C3A9EC53077E8B494CA +:105F8000A8F6637C6E9915403E0D2B2D97A03F1906 +:105F90001E14AFE271821D9E38F3C5C6AD461A6766 +:105FA000BED878D41071E67AFFACC1E37BE3CC7243 +:105FB000FE83B4BF0B5E649C3932CA9C2EC510DDD3 +:105FC0001F5BF8D3BA4C7CF9467FC1421E5F661452 +:105FD0004FBEC97F559B057045C6994F62FB573B25 +:105FE000E62DC4F398C804FE7EB6CADFDF834912EB +:105FF00078DEA09816CAFBDE155FACA6BC9528EB30 +:1060000047FFCC8E6F069A1269916F9240FAE5E9CC +:10601000469F64A01ED6255CC722394CFBD13F9613 +:1060200031A27B2E3C3E20F24B7682DDC032D0C0C6 +:10603000CF05BB923AE59F6C4D46A9DC9E34E9FD45 +:106040003B2CBECE4FE788FC7C7AAF887FB4A9ACEE +:1060500019CBA3C25EFF52F073A6E4FB9043A77E68 +:10606000B3F756842B1C22BF32175CDDC9EA893C8A +:10607000FF253611E7ED4CD6517DBB9436F0FCAAD6 +:10608000ADE39FB668C0FF05F2D928D63BDB9FDFA2 +:10609000523F97F208C86EC9C6D4898AC34E75F8B4 +:1060A000793C43AFE3F975BA09EF67627F9EE73841 +:1060B00088BF04DCD09EF2A1749DB7FFB2943DFE70 +:1060C000FE80187F67DF35649795842521DDA26007 +:1060D000FFB0DFCEBE57E87997FF8889F1A5EE457E +:1060E0002CB61FD65FD45A4370EEEC7B9155C2FBA1 +:1060F00087C4BCE1DBBA898EA5ADB5D4BF2BC83E41 +:10610000C3E3E24CE445F1BC912E3F137951C6FE46 +:106110002D50FF96802368006B17A2FDBD8AC657DD +:10612000AAAC23220FF05BC82FEC796FFC9AC7ADA5 +:10613000C7B204EDC3C756874DF41FC7D6942C4091 +:10614000BF6B6CDD65943739B62ABC829E5797DCED +:106150008AE503D2D9230B31CFADD447F1ABB1D50A +:10616000D59FA776D557ACC2F72FFA8B089E822B06 +:106170009AAB71FC023C6FC4752847E85C90190625 +:10618000C527ED73C61DB1CAC2A1F63364D96CBD73 +:1061900048F218C29888A35EECA98FF5B4AFF4BC9E +:1061A000BFCCF37E86ABDE2AF0CD6AD5D437D106DC +:1061B000F62B04EF76D186B50063E339A90868F7BA +:1061C000153CA49DAEE1E56B0EBEBA1FD735849E8B +:1061D0003CE9E7723F36EACBC087FFA78532F0542F +:1061E00012DE283E92D113F516262BEC9835A02707 +:1061F0002CE73988434FFC1AE576B09EA829EC1F9E +:10620000022E5B2F740A3D010BA638CA3B2CF11FEE +:10621000A407EA405F4C75EA835833EABFA81A5EC8 +:10622000A8CC257D40E76780A1368CBBA83E4E9266 +:1062300077FD6C219EA71D3AB56AEF0A90878DB352 +:10624000D45800E92FFC225B1EB0ACC81FEC778647 +:10625000A36997DF693F77F89B1747B7B97BB4D33A +:10626000615E627E9EAD1786A31BE699B1C91C3F95 +:1062700018C4CAAB0B9906E0A350E8A1BC79250B62 +:106280000C479E45A9A05B5EB59BCE81A883CE2C12 +:106290000B9D593DD9039BCEE0A713DD4AD22F3287 +:1062A00063CA60B802AD9792DE40BC61192E63F3F9 +:1062B0004D87FEF0EBFA3E8C8F3DB874FD663FE6ED +:1062C000078E2A9E8E789CAA723DCD0EBACFC3EC63 +:1062D00071417F4C55F17C33D2C2B88BC8CFB74ADD +:1062E000D25CBFE5D79A2C81FA2F6A525E915A068A +:1062F0001E9CC1E982700CAC07F51EE609692DCC25 +:10630000AC24BE4DB0ECF66D9E9AC5BE79ED8E0DF7 +:10631000DF1754AEFFEC7238FE46FAA15DB1F119F9 +:10632000AA8E49D9FC924E6187760BFBD685F6087A +:10633000EBCF7D95F87389CAE3FDC1B26E86780E06 +:106340002AB10AB44B96326D21DAA5DD41DECF6E5B +:106350006F8F7B93C07750D0C73BEF2D621DA38416 +:106360007FEE7DBF4ABC571B791E99DAD845F64AA5 +:106370002D534FA3BE578D4EDAEFB3C383F264574C +:10638000215EFDAC25FD5805E295EB7F7B7DBB9F33 +:106390007B85F67BF9652D9427B841E57629B30E08 +:1063A000F1BEF6085B21DACD47FDC3806F617D9BAE +:1063B00090CEA391CEDC7E696887660ECFD7F7A812 +:1063C000BA4BAFD9EF9F52CC2FA98EF388CEF8DA13 +:1063D000F8E70DE49FED64CF15ADC0CAC3753EC1AB +:1063E000BCF99AEDD8CFCF5296549139A71D9C870E +:1063F0003F28FF629B4AF9174D26AAE640DC937FAF +:1064000061B8FDE22E8F5F7CB1FB9391FAC517BB9B +:10641000FF18C22FFE963A82FC8B60B83E7A3B7B17 +:106420001F7EF134F30F3EF48BD96AEE174F369F7F +:10643000C47A3872F342CC3B8ACCB4ED42CB428C66 +:106440006F45E670BB7050BDB30DEDC22734F387C6 +:1064500008DFEF55C6F3BEE2A649E6E789EC7AC944 +:106460002EFD63F8397D7BD10D3A9DD77BF8E3E7AC +:10647000822FBDE7F51FD4F859F2008EA98E3C801B +:106480008F6A3DFFAA99A791EF07E6BBC83C06902B +:106490009BDF93DC78F23606F8BFDAC7ED2A4B694A +:1064A0008B1DF6676BF5871EBF39AF0E11BFD98AFA +:1064B000F2F17EE61F79FC261CE0FA82EC952A4C6C +:1064C0006A7BD1EDC3E5318C0E38E44D8D7AF2183C +:1064D0003EE238C7A4C040BC6152E0238C73CC0AB2 +:1064E0000CE431CC0A64C99FC8952F10AE88C5C989 +:1064F0009F2BF531C453E7BC5837EADDCE729FBA03 +:10650000A522730FC39E677D6002F56B8FAA3E8C38 +:1065100027B71F5E44E7249DFE96063A4F2CF2E90A +:10652000FB2B06C3BD3CC0EDB8DCBA6DE26343C4CF +:10653000CF6471FFAA5D7F8EE0CA9B1E29C27B03D8 +:106540006D7DFFE3B08CFBB368494510EAF7048426 +:106550003F05C8FC95E3BC15F45E03C22F97F918FC +:10656000DA0DB97527CD371C7C0D027F72EBFD1358 +:106570001F1BE29CF68386CFC6E38D01AE6FE4D687 +:10658000ED34BF8DD7F61A85CE1DFCE8FC03DDFC8B +:10659000FD017E7F2DC6EF8328353E3A07B4FD46C8 +:1065A000D02FAD2447CFBAF58F1CE6E7EC0B033AAA +:1065B0009F27D842F269E7D58713ED64A7F2129DB1 +:1065C000AEFD80CD27797E8B617B2DACD079AC2A56 +:1065D000F842BE321DC7F5744FAFF221BFA4051EAD +:1065E000BB4C58D73428C53ABA45FE993D0F635580 +:1065F0005F598EE79B66E50C8C537F57C88DC6C2EA +:10660000A43F35C4C34CBC67B0998D07F87705C467 +:10661000B94225AB44FEDD387FE327D0FFD50C2BF4 +:1066200090ED7C62B03E6241845F9EEF0B56619EAE +:10663000FE74AE8F58B47698F3097E2EABD4F07BFF +:1066400023361D6CBCDBF4F0E37D64BC6F60025D3F +:106650001CF460518EDF817CF35EB75DB2E902BB52 +:10666000C0FB974BCEF5EF243EB0D7FF64409CB300 +:10667000FD37ADFF510C2A21FC872EFDCA725852FE +:10668000D0F4C5688B5705FCEDD847E785153A0F60 +:10669000B3F948EBDF952E87795EFC5B813F3AE2E8 +:1066A0007B24746E3B9ED9FFEE74DD8F182FEEC1F4 +:1066B000D8F1C0D05A1E0F2C473E01FA8DAFD972C7 +:1066C000A76F2A4551685F38EED38CF2C0E03DE1F8 +:1066D000C7EE5FDEAABACEEF8B1ADCF5518CE79FCE +:1066E0008D638EE72067A3305F0BEF2B897B1CF651 +:1066F00073FBBC4EF5E86DBBF49ED79D0FB8CF6F12 +:10670000873BEFB3CF6F778179D56665F0D956C9EE +:106710005CF724BDF82C312C13E93706EFB9617C06 +:10672000611E8BA519469512146F60753C4F4B1175 +:10673000E7B976FF228DEB138DBD43F7A254D66FD8 +:1067400091DEF2D0C3A64357351379F366B814DE51 +:106750001709EA75093A844A810E80A722817F567B +:106760002FF02A3109F9B7609EEABA87A332EE17F3 +:10677000168BFCE490870EAAC89B533DCF6B35AEB9 +:10678000CF2EF6FC74AA26E891CFF29DF4607AF63B +:106790007C779B1E037C7B91F3CDB3E70BC37C130B +:1067A000DEC77C39DA79E97FB5A04FA7C1E9D359B3 +:1067B000CBE9A15DC3E5C24B4FF8D788F423530161 +:1067C0007C310AE9857E35B8879497D6C8E9A4C19B +:1067D0007F48B7314D6EBA691EB9C84527FB7E5850 +:1067E000403397133FBF1EA4789636C057CFF6A903 +:1067F00000EBD6324671B417318904E3897F2D242A +:10680000F8B7C5580AEDDED8CA0778DC15B7788E18 +:10681000FE5B8D2543C6B9BE9C049B3919F6E94938 +:106820008DCA5CEDF2D54402CF8F0AE7314989E089 +:106830003D4583FCE77C81C7A2A841F73D1F12F2CA +:10684000421CEDB897A536707F416BE4A55AAFAEF8 +:106850006054E7F71ED59A05BF5328AEE1C6A3776B +:106860009CDC7476E055CEDD6EA425DE3F7DCDEF59 +:106870001CBF5B93D15F382E531EAB560BBB5A84A3 +:10688000BF562F41BED06A63612AFBE737F07A7C9E +:106890002BBEFF21D20BFD0A93AFB3C0F00DB93E62 +:1068A000FA67EF3F2A3378B1E1F0F2CF7F177E76B7 +:1068B000207E1CF6F17E8C09007EDE6D602996C577 +:1068C000BFB5CBE2730A4B63DC725EAA8BE4AFDA2E +:1068D000C7907FB579A0DF80BF1EBAE3058ABBA849 +:1068E000862EC98EF3AD1734EEBFAB788F95CE19D7 +:1068F0000C6969BEF33DBF6F0F72F4138DE2834FD5 +:106900006818F7DBA6A44D21279467B8EDFC3F6912 +:10691000E40736AB7C9CF0832EFD719BE677E5396E +:106920000CE89928EBF739F685B69D381548BCA4D4 +:106930008DCEDCE750A3FC3E871D9FB4F32E9E3F17 +:106940003527E88C57762799389FEBA138E5C3495E +:1069500036B10A0307B705297E5D28CE4DCA4C8D96 +:10696000CE6BCA4C5DE7A5518C7C5566C68AB1BE1C +:106970007B1E97EFAD228EFF9438DF3B20CEF71EB3 +:106980004A1A543E9EACA6F78F256354DF9FACA3F2 +:106990007A0ACFFFA0FE48B281CADE649C9EF7242B +:1069A0009BA8FC7E3241CF9F483653F99D648B38BB +:1069B000376CA5B2336951BBAE6417950793DD54AC +:1069C0003E93DC4BE5DE648ADAED4A1EA07A99D963 +:1069D000D820D13A42A7D1AE95B7C0BA1DFE06C69F +:1069E000CF9DFEC7CCC3EE7BA997A68A5DF571CD7E +:1069F000635DED27EFAD74BD9FD87D99EBFD84AE4F +:106A000019AE7A857585ABFD25AD0B5CF559473E12 +:106A1000E96A3F3DBDC4559F76F02657FB293D2BC3 +:106A20005DEF2F3FB0DAF53E3FB6D1550F44EF7121 +:106A3000B5D71FE8B7701FA78E6731CC072A345926 +:106A4000B151487A97F46C4711E859E0BD6941119A +:106A50003F46EE2EA47651FC9E83BF919F07FAE736 +:106A600031C22FBC1F8BCF15537C87A2D1227F4E02 +:106A700039791FB573ECDBA60591CF8FBBF707768D +:106A80007C48B7F348C0FEE1F76298A650BBDD0A28 +:106A90006FB7082FFCCDCADCA3623185F67FA32433 +:106AA000B75E521BF97D609529FF897145BC767EE2 +:106AB00041A2BCE8FF74E64FCDED77D7E79C70D7D5 +:106AC0004B13EE7A713D1F6F008FE29C87290AE518 +:106AD00097868E4F98B195D6C3EF63A922EFE5F65E +:106AE00020F793BA923D53F1BE970D3F485DB18EAA +:106AF000FADD34223ADAFD5AFEBD80423E053CD72B +:106B00007583DEC78AB1047F321D447FFBE4270E04 +:106B10004B0519BF2D68C0B80EB8D46A379C9AC10E +:106B2000F545B0C6BD1EAF9FB422F8FEFCE491FA55 +:106B3000477BECEFA388FB19F67DCFD24DDD7D18A6 +:106B40003F2FBD4DA7FC64FF145F1CF7DF9D35BED2 +:106B5000867DE80F431DCBD2B5A9CDE8A7941EAC26 +:106B6000780AFD82ABCEA5E723BF96B6E8D3D12F36 +:106B7000783568887CED4429C6C14A0FEE9216C06C +:106B8000382783FC5CA0B4B19BCE67DA9EE6E7357C +:106B9000CF9FBA51C77CE33F46AA48BF9D79266084 +:106BA000629CE24C31FFEEC29967E6BC80C4F87D7E +:106BB000F270B1F3FB1867BEFFF3D97E18FFCC5318 +:106BC0003F9FAD505E73CAA5CFD75D38361BF5BF6A +:106BD000B58055E3FDB40DBACA282F11D78BBECCB2 +:106BE0006D8CE29F7B4AD44E1CBF648C6F2796A1AC +:106BF000BC0AD77D0990830A8A9B2AA2DF613FF5F0 +:106C00006B7B3144E36D9CC89F6F2C2A217FBFAD05 +:106C1000C8680B631CB282EF33365E6305C6E3FBC4 +:106C200053636216D4DB25D88AE3FB5246DF95799D +:106C3000AF825557A0DC2ED417624AD0D972AE0F5E +:106C4000EC7D69E8483FF81268DFBA171640BF3696 +:106C5000D8CF0025A19E6AC3FA3693D78BDE6A99F6 +:106C60008C7EC47BBE965DCB018EB2BC4AE19F2573 +:106C7000BAF19EEDDD737CD3D19FB1CF090E9D0A91 +:106C800070B87F26537E22F0C3C79D719CFC7E891D +:106C9000FC987C85598533187B30594DF0C07B3387 +:106CA000029B94D111BEFF1C1DE5F7DCF397819F79 +:106CB000E0D4EFF0BFD734410F183F50E1B3FCD31D +:106CC000D06E70FB974E6A34DE43499DCA1F27A3DE +:106CD000F4FC81A441E5B3C9D890F1C95CE5368FD5 +:106CE000BFB2670AAC06E6DD23CEA5FF54E3B3AA24 +:106CF000A6E5EEFF70F2F0A8FA8942F8016F659BF5 +:106D0000F8396BCEF69BA5CF2D01FE0ADCA9C4F79E +:106D100073BD59EABCF7D8E14F94E2E6F0EC7D4F41 +:106D2000D7D797929CF1BC1045527494A328EB419D +:106D3000792B8D764B788E62DFA720FF035EFCB047 +:106D4000EC9D4385C82F35AC07C1526B120CE56929 +:106D50006E79D566945736C5FDFCA0E4A3BC7E1CB5 +:106D60006F0194F706E36F0531AE545C277F1FDA9D +:106D7000BFD31B30506E1F7CEECF2A9EF776BCA689 +:106D80006A183F2B7DF634E52977F8FA553CF70C65 +:106D900087D44578FEDFA1262EC5505438D4DD8136 +:106DA000F53D05896FE37B9871D1F351909B80F598 +:106DB000357CAF8698D55006F3FBADCFE27AEB99E0 +:106DC000AF43BB8ADE8FC37CA90B41755117BE4709 +:106DD0005EBB82D4518789F5225E0F6FBDD06E8174 +:106DE000ED0B84B89E60612E7703751DEA0E3F702F +:106DF000E0B9C29F338D97F6BAD61DFAF30BE33094 +:106E00005FFD59A907E347A5CFEE22FCA23E42FD54 +:106E1000733079586FB7E9ECF0C3E762FE05FAA565 +:106E20002929552991EB47DF9D2B3D6B1A9B915EDC +:106E3000297F0C53205AF2B83D99DB0FE338ED99C6 +:106E400022BEA3E7F90E197DB209E9B59D9F1394FF +:106E5000DED6AF625CFD609D9537159EAF5951350A +:106E60006333D0E5D59024ECAB95578FF18A4888F1 +:106E7000EE17D8F90F6F79F21FD68AFC07FF167E3E +:106E80009F634D454FC90C8CDB07F9BD923545A278 +:106E90005EE4AEDBDFC93AA85B45C550AE3FB86BD8 +:106EA0003CDE6B58CFBA6FC17B0CECA73243FDF4CC +:106EB000BBBEB9851F83FA3AA8A36A5FD73BFD938F +:106EC000B88E75DB7D3E44C18210C7C3FA5EE09F79 +:106ED00030CA2F2808502D07CDEECB15F4C5B73D8D +:106EE000BB287825F071A5A9FB80D60FE7FD738735 +:106EF000560E7555BF944DC7FABF105FADB9C62782 +:106F00003EEAF02F3F31ABC43D86B138FE980E3CCF +:106F10004FAC6DD2E83CBCC417A7731D7694E72B29 +:106F2000210BCC037CCB45ED74FEF31F1D3ECA4BF9 +:106F3000C3E348BCDF50ABB0C30A947B54A01FE648 +:106F400039752AD40F9E77F98B912EB143A88F59AA +:106F500017D7C7B39E0DD07EB5B6C5BC83E236FA4F +:106F60003CF26F32F1399E4F7B89D0937374361F98 +:106F7000F76D674315044C6DD30D6BB0DF8415CBF3 +:106F8000FEAF69E0F7A152169D0FBDC2ED41685BEF +:106F9000BC19F3A6E59F87639BE171AF6FC1E577ED +:106FA000025D7A839C7E725162DBCF306E5F54C586 +:106FB000E87D51E2F778EFE2EC68CDC0F384F67E2D +:106FC000D85717E2FB988E74BC12F505E2CDBA6E65 +:106FD0009189FA4E4DDC89F2F8E8D6EB3A30BF0ED3 +:106FE000F03E4103BC3F12BA8EF0DEBBD91CA73B7A +:106FF000EA73FE027E009DE35E47F2A8143DB006F0 +:10700000E51BDEFF04F73B3F2C66822EFC7D6DA561 +:107010005D07FFAA0EE0D82CE4190FBE40FFD73A57 +:10702000DAD7833CFB17F0F75F82F9303F12E39425 +:10703000ADC5B82E66E13EFBECA54A6ABFC4EF8F32 +:10704000E1FD94ABE5E59F9A02CF0313791C24542C +:10705000C4F570A8C820FB0A78A27DE3D997C2299D +:10706000C447A8A8A53B80EFCBAB68DF9797E2E3C6 +:107070006089F4CF13F7F4247D31F73FABDDDFE710 +:107080000878BEC7A18838A8E279FE4885D9570E8E +:10709000FD5BFB1793FED81312E704E53CCE7C772B +:1070A000DCFA04EE0B2F3BDBB300DD869A73479EC0 +:1070B000C3722AFBC302549731ADE81096FB429C81 +:1070C0006967E8D31792EAABEB3944C764467F2976 +:1070D000EAAF5972AA0DFDFEC2793D32CE33E6E623 +:1070E000AA8B3C8F4D53BEC0F6B0AF2145E7864F0B +:1070F000E92B1CFDEFCA13E745429FF875CEC7ADDB +:10710000AC7B3E7E0F0468CFBFE322F48B5F043676 +:1071100015C6F7ED8A1ED3F11ED4FCFC5AF2DF4EE1 +:1071200008F997FBE65E877E868A7A02DA3F1CE4DE +:10713000F1D6B3A5AC07FD19256A32B26F225F7094 +:107140009398D7D617987F654E66ECE96B272DC0CC +:10715000FDEED3D7962C40BFFC81817CC3B3AAFD42 +:107160003D22CA474F1F932E8093F183061FA64DE1 +:10717000B26F28E6CBE350BE8FF8496FED2EE2F2F6 +:1071800034B0DF17EB7E4AC0DBE1E7FAF0BE24BF84 +:107190005FA59ECB63A999C07F42AF0712B7119F2D +:1071A00005C0C6E1F7AA34665988571B0F5A998F54 +:1071B000A59CF1DB7305D4FFA9109FC73E3FCD7599 +:1071C0009E7C779EF83ED9A0F35283F0BE69802E54 +:1071D0007C9FB229DF1C837AFA870B38DC5E3E780D +:1071E0002B24E226E72482C37E7E16F90DE051951A +:1071F000047DB7423DA7D07B7BBD03FBB581F77C07 +:107200001D6FEBFC5EAC1AE5F2AA1E94C9CF635168 +:10721000E5ACF3DE691EFADD13327266DF871DBC52 +:107220008ED81113F9AB8AEBD9C1726891BF63AFE5 +:107230003360B8DF7BF35306E03E37CAB50E5BBE62 +:1072400032EB29A1F7684FE8BE9BC2BE8AFBB67538 +:1072500022FF629D0C7C05F06FFB29BF37FCB6BD99 +:107260004F78967F87745DEF3E910762B8BED3B3C7 +:10727000FEE09DB49FDBF07AD8F241FBF5A89701C0 +:107280005FDBD2DEFBC7F1F43823D3FE042A408053 +:10729000EF1DBDB914FD8DB0A04F892F2DF37BC616 +:1072A0004764D4031DA1F86FB99FC54C0568D03160 +:1072B000A057D50EB4B37BD48CDEC5BCC33D215ED4 +:1072C00037F3D48EF61AB2F7D43E1CFA5A875546D5 +:1072D000FE80A8EFE9403F6B8F1A3B84F107EB99E2 +:1072E0008081FE08F437515EAD9BAA697FD351C9F6 +:1072F000C6A25FF87C09FFAE5EC73381FD184FBFA1 +:10730000379808841CFBAC33A37F319E85B38E670E +:10731000B9C61B7F71E3C1FCBD8857FBFDF3255740 +:10732000D0F8D0CFA07397B223B7A01D2D792640F7 +:1073300071DA87FD6E79B7CB1B853C772675D73D13 +:107340004A15E51BF98CB5905C07A2C52E79B6E508 +:107350005C3D378EA51CE7D427849DCFF0D7787A83 +:10736000FF94A06B67D218669ECA1CF35C3ECC3CAF +:10737000535DF3A0261EF8AED910715EEFBD1CAFB1 +:107380005EB44B5B2FFE548CAFB0C417F2A0BEBAF4 +:10739000BFE76A14FBC5450DE598BA3D56F8DD75A3 +:1073A00007761D42764C06E24F207D303F05F9FB03 +:1073B0008A40FC546874A67EB1F2F130EAC2D15919 +:1073C000F520CF0716FBF64DF9B14F627DD38E4AFB +:1073D000DD1A627FE6D5730B06E943AEEF3EB8F9DE +:1073E00064171D07CFA7D2FB8C5D4B30671EBD3DD8 +:1073F000FFA652730C73CBB98972AE54D87A8059F8 +:10740000A81776DBEFAD573BEACBD0AFCEBC47FF3A +:10741000AC2490E98FDF01DA1DB2DBBF99BD7D9E00 +:10742000A77DA5DDFE5DF2E7BCF0D87A07EBE8FFAB +:10743000297F090CF88708DF2E9F67BC627B3CD64A +:1074400089E3D97EFFD4AD792FE00730771775CF68 +:10745000473B7EF6F3CCC0FB15DF5062A198C3DE3C +:107460004D157CAA9E0BBAF09CC16F989EB3A89B49 +:107470009E9B4E7D62C87BD6BF49BAEF59AF4A6C1E +:10748000A27B9F5305FD9A61E780E3373F2CBBE465 +:10749000F7EFF0FEADC07B690E7FA686CBF7DF1C51 +:1074A000BCA539E02DFB48E1DD1AE4FAF601512EC6 +:1074B000D25BFAF03EC12243A2FB858BA06DB018CF +:1074C000F379C1E7857291C2AC307DF73FC5F3F324 +:1074D000A18EF18EEBFEF285D73F4EDFFF88FA9C3E +:1074E000E79481B238CB16BF46BF1BEFDDDF8FE7D5 +:1074F000D181C1EF3511D7FFCA84F5CC790FA7210F +:107500002CF017E1DFB9F5F63B9F2FCEA5B5A8CF3C +:1075100075CE2FEAAA386F7BFFF05CCB5E73ACE7C9 +:1075200026018F126159BFC333A940F81F9A4979C8 +:1075300070EDFA9221E3F92387E32A175ED684F9E6 +:10754000BAE51C78392AF0D2A927687FD819FDA09E +:10755000E070E3E35E01472E7CBC22DEB37397103C +:107560009FC8821E9D62BFEA6D6FE755756A1F2E28 +:10757000DCBB87A1A392FFD1D0F1B161E868D970DB +:10758000E81F2E1C4F0F03C7B76D7E8A9A44970FD2 +:107590000B8E17045D72C131C586C3F870F1F1F22C +:1075A0003070DC20E0581BE679AF9DD50982C7E634 +:1075B0005764F3AB8A73F33DC6139CE7C5A12AF762 +:1075C0007772D9EB637C23C9FFF8AD58DF7072F294 +:1075D0005692E703BD29F0B03625D3794E7394E770 +:1075E000950E375FB3DF2A192ABFFC8E94EC827F99 +:1075F0003878B684F979D5BA1E77BF3507F23C7969 +:107600003416C7AF07AF83E8F8FF393E7787B9DD97 +:107610001F0E9FB6BC7C54781C4E3E73E251E7F9B6 +:10762000641F341E8783E78511E37165177ED7ECED +:107630005D7033307EFB777C666FBFF6EF7CF9813F +:10764000E0F131C4E308F4E5DFF138343C4F8F1842 +:107650008F2B358C67FE5DBE3F18F9F6EE133F2A7F +:107660007C7AE7CD858F5C78F5CE678FD73CCCFCF4 +:107670005E3C0E07875D368C149F9EFDEE47864F5D +:10768000CFBCFF657C8AF12E1A9FC3C06197378DEE +:10769000983F2D6A77407C9F60F2D7371DBD06E486 +:1076A000FF58C3CC99F49D34C59CB2740A633B0A5D +:1076B000783EF26471DEE79D6F4701DF171C6D585D +:1076C000B88E7EC7259E47FAE3B82FF6B35ACCEBA7 +:1076D0005922D37998B7DF5181DF35054522DE6F16 +:1076E000E6CF82FE4B5E92E91E5BAEF5B106C7BAED +:1076F000E81EA083BEF2607C1F65C68E5A3CA76957 +:10770000CC0E874DE7E3F1A5EF4F0FC5E50F450F11 +:107710000D07CF4D059523A4738AF01B6103BF6746 +:107720007919FF1EB1E1C773B825270374DFE82577 +:107730007CC47FDFE77F1540FB250DD3F9EF51D9DE +:10774000F9940AA3FCF35B1FB8743FFD0ECFB2A5FA +:10775000D4FEEB22FE33884E367F89DF971AB3DCE6 +:10776000F23B7FCFE9F502FB7CB8A51CE1E855CDE3 +:10777000CBBF07E31FBD3640DF1D0A2C6DDC8677CB +:10778000328E7FA648727E87E9A0E0B7D9CBF93E5A +:10779000B5F744C2EF73EC575F12F040FF9BFBB3A9 +:1077A000E0AF57F4BF212189FC7BB37C8923EFEA4A +:1077B000DF3DEFBDFD7F525040EF8F8B7C3BEFFBF9 +:1077C000B4E8DFD434747FB66C94F8DD267392F39A +:1077D000779BBCF85B5C9078B100CA97A59653770D +:1077E000A13CCDD7888F99624C45B86D3C2CD258BE +:1077F00017FEA4A14DA7EBC6D5109D6C78ECF9300F +:107800001508F3476A4D9E57542CF23EE76C0FA6BD +:1078100036D3B9B6F83D4805E0CAA7F95F417EC83E +:1078200035BF3D6E44616915C60D05CC4978FEE54E +:107830005D87DDEED89F177E0AE1EB3DEAD3B754B2 +:107840000C5EBF572F4DDAEBE69B3F0BBE89601CE9 +:1078500083E8D752DEE4A0DF9F0A82D4FF62F9E911 +:1078600000CA3094931E6CF11B30EE8D8AC8FF86DF +:10787000F19DFCB14FF0D75BA27D44B64297E13950 +:10788000DACB5CBF1CD87F4F79B67C96A3E25ED280 +:10789000FE826A571EEFD2C6E91DF89384C02FA559 +:1078A000A8BE7A8F5E518E727783C2CF4D0FA82DFE +:1078B000E5D391CF55631D9E6B8E741D36BE73EA62 +:1078C0005181E7DE13713FC6D16B96717EBD7E5943 +:1078D0009F6F1D94FB84DC9EC6A68E71AE2B14F3A5 +:1078E000A889B6608CB1AAC29DF77555939CD3B98F +:1078F000577DE103F7613E1B6BE7DFAD9DB4EC0FF5 +:107900009BF05CB557E579872FDD9F9FC28416E019 +:1079100057579C3DB2ECBD24E695AD546393789ED9 +:1079200000D74FEFB04475E1E88C9E1AA497DA9720 +:10793000DABFC337C949A7CC3AB70878393F1D48E1 +:107940002D29BCD5C14F8942D5458F6342CFFF9BBE +:10795000277E76E3091E37857550DECC2FAE2CDFEF +:1079600087EB8834BF97C4BCFA4421CF8B79375555 +:10797000F90CAED75EBFBDCE95FBAF9884CF9735DF +:107980007AFD242E6FD737E5B99F8BFED5B2B98625 +:10799000CE693FC5F30EECF1220D80AFA9B8AEF869 +:1079A00096FC8A0C9E6D7CAE0C18B70FFC6E14C052 +:1079B0007BEBFEF03EBC273FBAADFF2EE4A377C2BF +:1079C000F1C262079F7E56D035C3AFDC2E623BB456 +:1079D0005B4B14C39FCD7E2D6D90B3C2AD06626F1D +:1079E000B02CE7F603FAC0632F755FB71FDB37B122 +:1079F000162A8FCB67A93C29E861F73FC9D2F973F2 +:107A0000500F35C894C775B26569E14A58C7727F8F +:107A10004FFE0C28EF12EBF8E52699E28E037E9CD0 +:107A200067BE9BD7CAD68DC06FCB851D5FBE96E75C +:107A3000FFDCDCE25E0FC8DFD16B70BE7FE0F31DC0 +:107A40000376A92B26FE24BFE2D554F174BC8F71B6 +:107A50000C718F7EC6923CF1DD1146BF4F98E07FDE +:107A6000B2571A6EFD09E6CF6D2DE4F9F7C71A6E0D +:107A7000BD1A8FA456ED653FEE37D07F1ADADE27A8 +:107A8000EE955D767DD2836EBF7636DA9B1A9C3496 +:107A90005D7E8B439FFEA6288FE6BB61999435AE31 +:107AA000FB465198C3F357B9399B7F77BE88EBBB30 +:107AB000EBF766EF7FBE289FBF7F38BBBD5B84F3CB +:107AC000933DE929473D7F7D53F6715661321C8C09 +:107AD0007372DD6F6EC6FC9FE33EF777B36ED239EB +:107AE0005DE7E95CFF1FDB7F4F6729D265BDA4E33B +:107AF000FDF595A30CD21B9F5D3B9DF2176789F6A0 +:107B0000D3C2F19E42286F3FB1F1056CDFBB9CC52B +:107B10002423A30FBC701C14726CDB17B06BAFA3D3 +:107B20005D8BE0EF4CA3BE5252B1CFF0255B85C513 +:107B300048776B357D8F7E7F48E77407BF171A271C +:107B40005E76FBB1CF7BE4CB4BCF557B3D7E9B87F5 +:107B50005F5F6531F2AFADC63C1DF5C0ABF7CAE95A +:107B60008F43FD95C6BC7DCEDF27B5F9FD58E3CC2C +:107B700075748FB131CFE7BC7FE82D73FAB58DD91D +:107B8000F72FDEFE17EBD71E6BE47CFEEABD33F366 +:107B90005766E9F77661C588E215AFDE3BB4BCBC39 +:107BA0002AD6F5865897CD4FE857AF74D0FD3D0FD4 +:107BB0005D9A6E73CF7BC372F7BCB69C1C8FB78582 +:107BC000D02F017A939F64FBB9AC7DE63076979F06 +:107BD000F7FD3F2AC9EF8A00800000001F8B0800D4 +:107BE00000000000000BDD7D0B7854D5B9E8DAB356 +:107BF000F73C924C92996466F20E3384478000936E +:107C00001042A80893844828A81320109E1D1043F2 +:107C10009410A2624FDAEB291B0218D06AB094D2FA +:107C20004AED10D152EB23B1698BCAA10382D27302 +:107C3000B40D2F4B2BD6D852DE6A6AB5A2975BCF14 +:107C4000FAFFB55666EF9D84408FBDF7FB2E7E7E12 +:107C50003B6BEFF5F8D7FFFEFFF598132652DB9646 +:107C600047C8B18AD989CBE893FE53888790D91247 +:107C7000FDCB4B88CD41FF70C3F771F121FAFDDDDB +:107C8000B5844486137276AD8D44AC841C3775BFC1 +:107C900039C14588FA84E27F8AD61FBA63E9C134C4 +:107CA0002F74E37FB390BE0FFD4E2ED8424B2EE8CB +:107CB000673C215FC0BF29D167E80199446C382E29 +:107CC000F982FEBF62479CAE4CCEA498009EFBF9A1 +:107CD0003BB2219990B4DEFD9C07B8009E99B31386 +:107CE00043F6DEDFC5F33287FF2287BF2E2CABD6EB +:107CF0003184D4CE644FE378C6F6B566D5E3B84692 +:107D0000FF7785E97C72A3F00F040F2161C4CBAA31 +:107D1000367DBB957BF47870C9A4A18DF6B350690C +:107D2000334FA4745858972FDD459FCF25DAB0FD07 +:107D300073895E7C2E2424D08674F416558EA6E3B7 +:107D4000B7C612A990D2674B7C78A88F9013B34620 +:107D50000DD3C2338BD3B76A67FB468A5672C214FF +:107D60007CC40DF4FCBA4C9EA2E5774EBDB811CA96 +:107D70007FE93439243AC4DCEA92F8F1B45C744205 +:107D80002E9069F9768713C7AD9AB3D4ACEDB77A64 +:107D9000B97E3E558BF4F37989C35B6E23AABD008F +:107DA000B8AEBB30383A3ACF153B976E4AA3E3548E +:107DB000D56D9D08E3ACD871C03C82BE2F71B0F97F +:107DC000963A58FB450A9FAF8DCE379E90B7816F8C +:107DD00061BEDF90C24FC1DF4A9719DE0BB89634FF +:107DE0009C2B0FD8619E8CEFC57B95E361A5C38466 +:107DF000CFB1F6508D633CFEA9262611B24C6E28F9 +:107E000071D32A9F25121DDC9FC33C68258BD5FFAB +:107E100034C989CEA3078FF50C8F6F9F9AB5D15DBA +:107E2000D83F1E1BFB918F81F078A2353640609CB5 +:107E3000C98CBE1D16A2C2FC4F6ECE0AAFF745E13B +:107E4000FC8CC3E99AF3E95AC798281FBC7DCFB9C7 +:107E5000C520D7B4DE067B12831FF0F51D27C303B0 +:107E6000E9A2F2501495873FC793EAB63EF8F90F9E +:107E70005CAE8CF273FA2EA9451E83CF707242EF6E +:107E8000FAFDC9C5028904619C3DF75A6B5BFB187A +:107E9000EF38A7572FFD0053A0E510FF7BC59CA529 +:107EA0009BE2E9D4D7C7254C86799E368C7B9A44D1 +:107EB000E22700BFCC91FD40A7D30D4C0F2E328797 +:107EC000E30BE8B8CFF371FEB046AE08E745F58C9A +:107ED00071DCC5B5B23A8FCE7311D7278B6AE5F73F +:107EE000E0B9B8414FBF932478EB78186F261BEFA9 +:107EF00084A5E5D6224ABFE3DFCA2950E1FB9CEF07 +:107F0000C42FA3E3BEC6F9E138F0A91DDE33B804DF +:107F1000DCFF61E0975E7AF454AC9E4F38BF9F0857 +:107F2000EAFB79CDD08F91DFE61AF86D8F259805A1 +:107F3000FAEFE4AE458BEF07BEDB15EB1FEAED4D24 +:107F40009FA79C32831FF853A37F3A2CFEF73B5C1C +:107F5000C09F69FEF5DEDE7C797C6653EC52A0FBA7 +:107F6000ACB8DA303C79FB3F95E6B6CA14D43DE1B3 +:107F70005908FF3E27835BE80BC2EDD642547D5182 +:107F80003A093BF527AE3756EC78CFECA5ED978054 +:107F9000DEB073267141FFA9BBB650F8DE3671FD25 +:107FA000F1747CF8295F74BC1EFBC1F9A13F7D3FD1 +:107FB00090FDFA7DD85411D68C5BB3D3D70AE38AEF +:107FC000F2A235AC2CE0DF1336E1FB4F1A1371FE41 +:107FD00027663D8EFCF2C71FE414C8E406EC5BD8AC +:107FE000F42FB16F809F6BD9B7114E1FE26B20FB4E +:107FF0007696900AA4C7D53B1E9908F3FB6632FA21 +:108000000D6777307E4DE7F4FEA3A56BB416BEB3C3 +:108010007CBEA7F97CCFF6E0379400F64FD473729C +:108020007DF6472E077F6CD4CBC170A79EAE2B7612 +:10803000E8E15DDCA087B7D0E960F03436C5825E48 +:108040003921F8A64646BB73225886FA7D0FE87799 +:108050000D9E0B9D37266F0B24F56EA03FD915EBB7 +:10806000007E74015B80BD3CCFE8F8898DF1FB3F59 +:10807000607E7DD88F1EBD7C5E4F77F023B478DCA8 +:10808000E1F0EAE6BFB0560F17E9D6B73F6E62726D +:10809000AC6E8943BFCF6161703A5A631D2AE3E732 +:1080A00022B0833DE31BDA2F50C2BAF117733EE9C9 +:1080B0006FFC81FCA81BF523DF25FE55683767C6DA +:1080C000215EDF7D408E4CA1E5DFCF8CDB25FBFA06 +:1080D000F22BC7AD02FA7E3233CE0472D81F1CFFDA +:1080E000AFFCCB771F188776C358FF41C0EB75F8FC +:1080F00097EF3E706DFC1AFDFEFEEC498B418E063B +:10810000E2EFC7B81F78FC1F32DAB91341A6FF7B34 +:10811000EC06F76B841FB3ECB6517F2794D53BF880 +:1081200038353B2AD1EF3C6E0A6E8C077A1E333904 +:10813000801F8B4EB1F8A386FB57029ECF12F5F03D +:1081400009FB3390FD34CACFC9AA070B60DC9355F5 +:10815000F3747EEFDC2B1924921C2D57554B01F044 +:108160001B7AE435464FF7371C161CFF0DEECFF691 +:10817000B4BB928DFD08FB56B3E39E4D69141F55A9 +:108180000D5BD3B4F3D9E16476EDFB4E368F1E7FE1 +:108190005861FEB0BBA9EBFE206DFFB13D9898A4DD +:1081A000A1D311831E3AC9E90BF580FFAA94A0B9A7 +:1081B0002F3E9C3B4736E827E6A719F591A87F8A12 +:1081C000EB5DE338467C5EEF789F273A84BF7D966F +:1081D0008062BDACF74FFBE3DF9E710DF58DE3BE12 +:1081E000E5D4D3C138FE13E0FFBBA3FC6A1C2721F2 +:1081F00089E1B56807A3FBF1DB6E423E3C31EBD56C +:108200004940B7771FF8DBC979A067961F9E04E045 +:108210002724C563FD77E9945281DF4312FA85F381 +:10822000762C3D9C8672F9378CAF8F9FC8413EB645 +:108230002731FE3D6EF1EBECA0513EB770387FC4A4 +:10824000F145485B5630FEFAF1F5877EF075A3766E +:10825000634B22B393E4EAB8D1600F1EE981279201 +:1082600005E5FEE279F1A41861F16999BD594A0466 +:10827000FF31783FE885EEAA78472B4545953530A4 +:1082800003F4F8C96326D33A0987453F7016617C29 +:10829000E8FBAAEFA191F4FBACA01C00D1AB843A9F +:1082A00013295D4BED2AF457787CE64FE3212EAB82 +:1082B000B67A41EF574D09BE2F43DC392FCEBB9E16 +:1082C000D62DEA1CBCCE45BFCFAE901CD0E5216AAE +:1082D000D7BBE8FC9F81C257080390E2E68428AB35 +:1082E00033374FA5741FE9EE30D9698BEF3F3673F2 +:1082F000B38DF6BB715D301542E5AAC7466CB66515 +:1083000011E2F1043AA7F8E9FBC7464D8772C70F9F +:1083100044FBBCCD814984BC620AF924FAFDF9C74B +:10832000CAA62B143F8A3435DF44DBB7253D86EDE2 +:10833000E7CE5D75E7CFE9F7A38FD54E5768FF45C8 +:108340008B44FB55D3CB8650782789F23D3150764C +:10835000C505BDA67C42A63D96335D81F19202F72C +:10836000105ABEF4580EF6571CA275D361128DD860 +:108370005EF4574EBFAB0A25516319F93325557189 +:10838000972A81BE7BABA4A14CA1E30F4AFEE6E68F +:10839000BC11844CA8288923B43C2C79EB746B3E27 +:1083A000D02990EFA5CFDCE46DD87FD12275247C55 +:1083B000B7A8DFDB5C41DFD7E78555A0CF1312E319 +:1083C0001F73635BB377302171E6063503E9D8C2CA +:1083D000F826D33F0CF944947369395E534E65E532 +:1083E0008EF5E46BC1BEE2D264A67F3A62FBFEBEAC +:1083F00056C8EB2282F29A788A049EA5CFC3B1A414 +:10840000C346EDCDED5652584CE3E2DA243BE75B30 +:108410003EAE8DC125DA11F5F6249093998C07F1C3 +:10842000FB2C0AD7BF7379CDF1733B4022CA6CD0C5 +:10843000CBB209E171CBD2D72AE97B4F2C09B5D356 +:10844000A73B996079262181767BB4DF3778B7E541 +:1084500039C1DDC0FFE52969F94DBE683F14DE0D65 +:1084600000AFC82751B81580DB2DCFCABF274F03F7 +:10847000771E83BB2389E1830EF353F07B3A3A479F +:108480000EDE42411D97A497E7A2CE0233A1F58EDE +:108490002473B9F5B2F6EE3282F6B9FBDB316190A6 +:1084A00043620BF9839A3C4B0B9F77DD9511243C7B +:1084B0002EFABE4E8958407FD45DC9C3F7EEA6BEE2 +:1084C000E942C83A84B7EE8A93A8E3B4EFD9FCA294 +:1084D000FDB8F07B7FF05080517FAD717204F27E69 +:1084E0001B098BFFD6C4075292AEE1F7D45D91FA17 +:1084F000815FC1F7BE418474021EE97B9217858FAC +:1085000078BD68DFD638981E5AD35E9242EC1A3A8C +:10851000289C0E16367FC0B349639F7FC5F972B69B +:10852000E02F6AD741CFDD919E87F161C7E765A350 +:108530002AB1BFF558AF4361F15391C2F46151675D +:10854000924395A27C21F841D0B323A9A104F1550F +:1085500029395A7DBDE7FD1AA75F5190F22DAD9FD5 +:10856000B228242FD5C027F8DE282784FC90F109F3 +:10857000E5FFC5209710D701FC7E2A0FA3B57464D0 +:10858000704F4862768AF201A35F9A3D0CF008FCB6 +:10859000F4E6878C01F8211BBF17751EB4C03CEBB5 +:1085A000389C29A72209A3F2D83C56D2E77E484638 +:1085B000D176372531FBD4D15636EE263A7EC736F2 +:1085C0009900FB1409FD49DEFD7529D57F293D651C +:1085D000827A8BE29BEB4BEA1ED8A2F5DB93DF9D00 +:1085E000BE4189E2C705463E290A6F39A7EB349898 +:1085F000F778C49F6A4BD2C92D292E88EA1721A784 +:10860000A23FD14F6232EBC7CE9F3DFA87DB3DAA36 +:108610006F300F481E8E41FFF9CBD73BD2007AA7AF +:1086200092EB1DF6FE307573A19EC7E31F26519C89 +:108630001C3B523614FCF87B5365EF196A57E64829 +:10864000A18D80F8D9A7FC3564B0C6FF2236AF9D56 +:10865000FA134B69E52FE8B8733A635599926E7631 +:1086600030C66BD7F8651FB548C867F7D210B4B1EC +:10867000A0377FDC9B6AC1718E55E42486B470718B +:10868000FCDF0EF95BB9B77C8A3285BBC694A3F9CF +:108690006E6776A7252130229996979B4808F97C2A +:1086A000AA5BE7CFDC9AA48F37843FE34C0CF8A198 +:1086B0009DB17E7FFE8F1BC250945F960F4A698EDC +:1086C0000F03BE52DA0897CF88A90EE8281355A2E7 +:1086D000F37F35398BF98955F4E3D8687FC7A560F6 +:1086E000A6047192DBEA873C05A50BCEBF5CBEE712 +:1086F00080D9057496FC4D74D460B293DBBBEE4216 +:1087000098A73B8EF1E1E118628BA1FDBF4E9F4817 +:1087100077AE977E9B3DA215EC87D0673D7AF02A15 +:108720008BABC5F7C35265A683960FBB87E7374966 +:10873000D81F89D1F03FED97003CBFFDC77D67A6EC +:10874000507A9807B3FE5C74FC591A399850C1E608 +:10875000BD2499E17749721C3ECBE3587F877D9415 +:108760004D609CA1743E541E5E8B0DE535205CDF90 +:1087700066F4A47C0FFAD2C3E9E6B1B0F2CF5D4C47 +:108780009E2E71B96AE0654F02AB67A4CF61175F97 +:108790001F93981E7BC8FE6210F848F835B1B606E4 +:1087A00002FC4C314A809FB694D0F9F4D1CFDDC998 +:1087B0002C7F43ED18CEB7B75D61FA6F83146EC995 +:1087C000A172B0C1CCF2F08F38C28EA43EEA5BE257 +:1087D00068DC9817B543C27FFFA4AD3211F4E256AE +:1087E0008E370B8F2F051C1B78BE23E14A1CC69FBA +:1087F0000F73FF49C93D8374568A6997B4A99904D8 +:10880000558786CE668749E7F7275C49C0F67557D6 +:10881000C69170F2B5F475117E27A95E5D9CF1C911 +:10882000E97908A7715E46BC4538BCA21CC855A6AC +:10883000120D5C25C4B101C62921FAB8A43FBFE3DB +:10884000F964E1B7C83A3B1385D7A27B1FA1F19623 +:10885000AA1DFF3C1B3F3A6E1C5135E3DE9B1C7882 +:108860002119E56A92E3EC28FAA0FCFE858CF683D8 +:10887000D929FADC6567F61CF4B28857408E1D349E +:108880005EB939B9E497D0BEC7BEF176428F249E57 +:108890008AFA73126D7B33B73737733BDBE3F72903 +:1088A000CC3F157077733D25F44D85EDD5B1673418 +:1088B000F3BC3999F1F31189F11D35E859D09EF2D5 +:1088C000ABAAB5DB467C1EE57254772546C7075137 +:1088D0007CDAF1FD97E507164D0AC9A3215F5A21FD +:1088E00091A1F431612AD313A2DD5F92EDD8EE2F6E +:1088F0005C5F087D326B91BEDE055EEF02AF3790A4 +:108900009DD6DA092927AA9FEA39FD7C178F59BC21 +:10891000B45E8E8BF91D575D816ED0FF4A6CC21814 +:1089200042E9BAEBFF9479D751B8BBDF34FB5BA1C6 +:10893000BBBD8C9E25F3D73429F4BDB94D72C0B2AE +:108940009380CFDED83E76399DEFFF16FCEA62F3C6 +:10895000A873452C43E8B8E9756CFCCCB60392A229 +:10896000919BCC5A564F719939BDC3EBCA0BE17D2F +:1089700040D942496CE3EF2D80430A5F7A9B8479AA +:10898000EDF4063A714ADF743FEBD7EE0F4B77E414 +:1089900045E7D76CAACC03BDDEEC89F3835E2F716B +:1089A00087125C409FD39108B8E1134E772A1037A5 +:1089B0002E7507125DEEE8FCBCB2231DD64DE34ECA +:1089C00033B85A92F47C40352AB323A495D94199FF +:1089D0001C017F0A659C8EE7599F8B7645D4F7244E +:1089E00071BDEE21A117D1CF21CD04E944701E9EA7 +:1089F000F5C3F87A0BA363D4AF1951007E4DCEC3F3 +:108A00001105F2A82FEF64EB08467E1CCDF53D9DC5 +:108A100047AE761E03D96F51CFDC4F1C2AF83C8E2F +:108A2000F34DC97CD702985FDD865FC45925A0C38A +:108A30002E290EEDC023584FE09DC23111E0107C6D +:108A4000A424ED9132E87CEEBB8B3864D23F7C7578 +:108A50008D3F1BBB5C2B8F1B2C88FF5D16FDBAB8AE +:108A6000F0D32B5DCC3E6D73072B80AEF57BB75AF0 +:108A7000809E77ED7ECF12EA432FF7B4BF4EFC48BD +:108A8000B5CCFFAFABB68561BE25F315A4D7CA0D33 +:108A900096B095D2A5EED9F68809FCD907881FE4CF +:108AA000BAAEADFDB5748A9F8CBAC078C88B7928F0 +:108AB0009375E645ED447A5D4402BB9BDEB6B40E89 +:108AC000F93735CE0FFC0B7E28F807974BECAA44FC +:108AD000FDA2CB6635D74BBF5FF6C5FA61DDE2B5C7 +:108AE0001826E702BFAFB74F3B2251918D7FD11AB5 +:108AF00081E752776825E07BCB3A6F09D0674B3925 +:108B00007100DF50BFE35E289737D909F0FFF5CE3B +:108B10005BE809F17EC2034C0E7EC8F504FD5700E8 +:108B2000FED74617CB13527F05F5CE6B6606A7C25C +:108B3000E1BC941CF826F22308615A74FEC6713514 +:108B40007CA3021DAF1FCE360BAC9BAEE4FAA36430 +:108B5000FE6EE9CF1ABA3F0A810EAD97FEEC2EC920 +:108B60008BFCBB7B5DB90BEB13AB17DEB3FCC74AC9 +:108B7000FAFD4E8DDE10F3E8437F6C87F9D84F770E +:108B80001E62FA2382FC26E0157414F46A757911CA +:108B90003FB750F38CEF2D94AEB4BFD706C7627FBA +:108BA000429E8DF2D7CAF93ABD7AB76442BFB2137A +:108BB000E7B9AA5A41BA1C9CB76439D075952B2DD8 +:108BC0001FF870DB2F8F5A24FAFE0517F38B56B56A +:108BD000486C1DB9E5A8A50AEC80FA1319FCAD197B +:108BE000CCE493ED3F3F8A7A7F46078BA35775B459 +:108BF0002B77D8A3FCE7BB787009F0E7AA362B895E +:108C000091802ECCCE1AF98EEA059407A25A309E96 +:108C1000033F1FF52009F9C00E0BBD7989FB91C4F4 +:108C20001E2C34817EF48CCE077D7790CF53F45F79 +:108C30001EEB3F6803BD57C0FC7D619F0EBBBC426D +:108C4000CF46506F52EF15EC9BE8BFB7BE1F5500E3 +:108C5000F87D9FEB454AB737FBD2FBA27FDF13B30A +:108C600088375E430FC0B3868F4EBBD87AC86997EA +:108C700082F02AA50C4F8A85CD5F596F0B435EE3C6 +:108C8000756705C34F920DF173D8B4AC0EE8743814 +:108C90009DF14FB3697D6E03B337EF001F1D9C97A5 +:108CA00040987E61FA64DBCF985DAB53ED1847D5F1 +:108CB00085E6209D892BC60FEB812474C852151FB1 +:108CC000E537235DBD2F1EB0C03C66B431BE8EE2D9 +:108CD0002BACE343AAA790DE9792791E9CD20BF0AF +:108CE00029E2DE445B2462F6F696BB441EF786203A +:108CF000EE853CB49F95E15F5FF1AE1857B417F174 +:108D0000EECAC6FF4A83E7DDA9BFC627C451107F5C +:108D100088B84AD4B7B8999FF6218F77E2399FACCB +:108D20002C6C437DBAF24C03CA85BD82C9BFFDB429 +:108D30005E6F89B88A460C3C0E6BBB05F2E8E53FD6 +:108D4000921C4DA47FFDB202D68F406F5FA55E30AE +:108D5000F5FFEB0CEB63596EC6B7E7F65004A37E44 +:108D60006F40BFF7F24E09D753AFB73F1239210119 +:108D7000FD56F2F8E2F2B36513FF02EB2D7B1271A0 +:108D8000FFCAA567677FE32F14DECBBBA7F8C16ED0 +:108D9000BA9A82C80FDDEE183FF8B554BD55405C55 +:108DA000BDAEEDD504C8135DF8E9D802D06B856E71 +:108DB000A6072EFE4C6E047CACFFF10B93E1FBCAC0 +:108DC000B0940CFEDAE53D3FFA07D8A9DADDAB61D5 +:108DD000E70869FAE9AF2CB07E600AEF62EFF7248A +:108DE000A25F77E1C9AD9301CF4D6D4DF8FDE293E0 +:108DF000BBB07CF0C72FECFF1CFC8060821FEA5DDB +:108E0000FCD9D66F7D0E7C3B27C10FF3A80B296CD4 +:108E1000BD4FF0AB51FFB41F40B913FC3103FC3917 +:108E2000E0F36AA647047F1E2B61EB21B34AD93ACF +:108E3000CBB1E931D5E8BF72B9AB5FE0DC05726751 +:108E4000A2F84BA5EDE7CC74EE8275F0257CFE759B +:108E5000798C1F9A29B7407E202E2F62C9A0F5E693 +:108E60002D6A9F0CF86C8E25C531C8A7909C8CAEDE +:108E7000CFCC6E79FD3389D27134556767297FD3A2 +:108E8000DE767F41FDDAB7CC2C0FD0CCFDEE798BAE +:108E9000DEC37507CA008EB322EF235FCB6E29D8DD +:108EA0009FA8D7E387713C34F3BC07ED1FED48D191 +:108EB0001A9ECF949635C13AF2E1FB2393806F5FFF +:108EC0003E7F6F6C5D9E96BF59FBF40E26F7E9B5A9 +:108ED0009DB7C03CBF9ABB741C0CB38AAF93B8203B +:108EE0003F06764EB5EBF4DBD7DD4C4F7A1CC4F56C +:108EF00015C8BB28C405FBEECA09396146FC3C8590 +:108F0000FD7BADCC1FF2FE6ADE53B0AEB5DD1C4A70 +:108F10001B0F76A999DBA7DD0C5EDADE01EBE2B46C +:108F20003FC7570AB09F4E7312B65759FB69BBD95A +:108F3000BA5898C3DF9D0D760AFA2BB4835D51AB06 +:108F4000D1AE782D7EE0878B50250DF13566F1E8A6 +:108F5000E8BC8D7912D063B0BEBCCD5DF2A87B7C3D +:108F6000F429F22A467A1C83EF74DE899E00D62308 +:108F70007B92D18E0CE4771C9CF781A58B8EBBED88 +:108F800095F7500FD503BFC3F8A1333A7B2BF8698F +:108F9000FB4BEF21BFCFDACBE853BFD7678638E56D +:108FA000D2DA00F933751CEB397F6F97BA6A70FF1C +:108FB000C74B310EC8837DC0F97F65C57B67416FA4 +:108FC0000DDE9BE685F8F98397981C1C3699109F57 +:108FD000875B47ED02FB42FD5564E5FA066FAB1572 +:108FE000F1CBFCF792F9CBB7423CB5AA96F8413FDA +:108FF000D47754667AD1AE5811BFF57B8F22BF0863 +:10900000BF95DAC3E5D0AF93DA9D1888AFA6063BCB +:10901000901EAE78ACEF9C1ADA5A8EFC955F04FC79 +:109020007570DEFE4D3618772A7140FFDBB3022FD4 +:1090300065E03C2402FB1EB69B5B4A15DA7E7BB9D9 +:10904000D7413148F1B53B15EC3CC9B570BBB61CF6 +:10905000FDE1FAD4857E889B7AE98B97D6A1DF540F +:10906000EF8D457866EC95EE657E879D30F825E4BA +:10907000CB19E19BC220FFEF73BC09FC7D60EE5C65 +:109080000278F9E0E79401E9F71953199F3AA7B676 +:10909000A19E79FD25EAD78C89F263FC2FA87F4336 +:1090A000CB498A43F2A39CCDB66AE9D9626676CAF7 +:1090B000C9ED4E4E05A3EB692E47A7B9FE39EDB6B3 +:1090C00070FEE6F959873A06ECECFB9CEED81DE8F9 +:1090D0007FDEEFAAE51194A3BA67995FE6B206F2C4 +:1090E000EFD3F0ADAB8CD949912787BC39E6CB21C2 +:1090F0002E71413CEC6D85F5624A3FA4EF575DC38C +:109100000B005F5F703B9A9E2B61FC46FD35C49B54 +:1091100067FE6EA5268FE5D9FB8AFF640FCFFF257A +:10912000070B213FEB4E89473FC62D979862C00E33 +:10913000E54BFE562FAEE761BCDAED4EF3B7EAE43D +:109140009AF97BE73DF18CAEE1DF2AB0DE92E8F1DF +:10915000B27E0DFE5CEFF837C60F71CCCC16750CE5 +:10916000C40D22BF2FE61D5E175BADD563311E36E1 +:10917000CFF008520D7A81FAE376CC073BE838103D +:1091800067B7DEF4248BB39B903E1FB9D9FA6139DF +:109190009D1FF865EE9CE01A665FE3711EEE1CB23F +:1091A0000CDAB99B52A5269F16CF0EDC8FB58DD356 +:1091B00059F8E3F5545ED08F7B85F1633DF871BEBD +:1091C000FEF54394BF997E98B197D1BD7E2FB37FB2 +:1091D00022EE06BD07FB06414FF8C646E5BADED2D1 +:1091E000350CF853F079FDE4AE61809FFEF44379CD +:1091F0005C18E5AE7CD430CC2B887E3E307B71DDB4 +:10920000ED031A37A21FCBE521FE652607822EC685 +:10921000F805E0823850E8E7127770A207E032459F +:1092200036C1FABFD0A7F52F6FD6EDEF37EA539BC3 +:10923000C2F4962D1C176ED2F00FAC61C517E01367 +:10924000F759C535327CC4E57955C4776EE7CDA0B2 +:10925000AF88CD84F87E28EFC473C067333C76ECCA +:10926000F70989D1D7BAB712D2A1908761F14A6BB9 +:109270001CEEA315F918235C933D4C8E05FE459C0E +:1092800001F976A8BFC2C3E8BE80F35B8347D2D999 +:1092900071C1D75E53E83DC8BBF7677F44BB2F2B36 +:1092A0003F24C61176308AE775BAF502984F655E9D +:1092B000FFF55A0E303D23F84E7C5739BF1751DE6B +:1092C00085E7F322EF5AADB07C7E0CD1EDB312FDF1 +:1092D000F5C4E36BAFBDBFDEF10F99AD5751370356 +:1092E000FAC33C02886F69851FE6D7CCF16D6CA785 +:1092F00010E5E32EE157F934F0709F0CB61D4DEEEA +:1093000063FDAD67DC49FA75821EBFCCD04F7F701C +:10931000371BF2FDCD39FB09E49FE26C095C7EAF9F +:10932000A2DFBFB9E73C80EAAF447DC7F258038DA6 +:10933000638437C6DB37BCD74B8F66537B2DF0F386 +:10934000F39C1E64DBF5CDF3113ECFFDB09F0BDA2D +:109350002D5274EB2376BF771DE485132779F3D163 +:10936000BFE6FB31E32793BFCA945F275F69C985D6 +:10937000F31FEEA01EFE946AFDBEC6B45092AE9CD2 +:10938000519BAEAB9FD53058F77D50E348DD779FBA +:109390005AA02BE7347F45577F684BA9AE3C7CC76A +:1093A0005775F5478467E9F78BAD6BAB067918B550 +:1093B0006781AE5DA2D245F2E9FBD16DCBF4F4300A +:1093C000E073ACE06B5B5781569E2E7A06233D120C +:1093D0008BF5F89872C5B0CFF306F963EC5E037FA6 +:1093E00018DA0BF98A238C3FE2F635FF15D6AFE386 +:1093F0008C72C4FB1D43DB4D4EEAA3DF7EE4647D2B +:10940000DC1205F87F3F1434FEF45B06F92FAF4EF3 +:1094100064EB4457660DE0773339996B65EB8773DE +:10942000F93AA2F83E3285E985C129FC7CD075F273 +:10943000F329CECFC7FAE367EAE67AC05E54108C10 +:10944000C71D15EBFE0A799DF94A84E453F9D9C684 +:10945000E7B39DB7DFB1D681FDFD606D2A3E77AEE3 +:10946000F5E2FB27D6E6E233BCD68FEF5BD716E3F7 +:109470007337F503E1F9F4DA0A76AE626D10EB3D6D +:10948000B3B61A9FCFAE0DB1733D46FA5D49427B2C +:109490003B97E8F5DABC6AF9BAE8338F3CDC292758 +:1094A000F4C647AFF6F2A26BEEBF6E3C9D5F71480B +:1094B000C3A71353E25DB87E38814CC0F87680F6BE +:1094C0009FAEF5571C1A3A307F1BF9875CBD6FA819 +:1094D000761F8E78CE05864EA76296B2F521352F7F +:1094E0008AA7FEF9AA6FFC046C1FA443D03F06ECC8 +:1094F0008FA6FD0103FF0694445D1C2D9EBFE47CF6 +:1095000058C2F9B5C4C0AF3B38BF36FE7FCAAF07FB +:1095100063E2D12F3F68F666BA35F43F181387EF40 +:10952000492EF1CEA1F4A35EB2C307EB062966C4AF +:1095300087049109E68F8738304F127383F914033B +:109540001E25EA57FA687F250AD35F126C3882FE1F +:10955000FDA6A87EC57D10B151BE977BF303ED47F4 +:10956000B5803FB6AC6B01F873EFA47875FB674A22 +:1095700015F99AFABA14E4AD8FBC60AF7637286F4C +:109580003F06798BFBD7C99BE07772356788761FDA +:10959000A5789670795B92B20FE54DF07B29D83BA8 +:1095A0000D1C6F717E7F2B85C59307B99F02FC51FF +:1095B000D087BFF29B14BD9F77A3F82E214C2F12AA +:1095C000D2950E7AE246DB53C951A05D892D418DBB +:1095D0001B73E3EDFBC367AF767B5DD7956FA29AF4 +:1095E000460239AFE1D0D5D8EC2AF013D961BEDC00 +:1095F000A5E1E3CA84E085145A7FAF99EC85F509AB +:109600006AE6BD0E0FF23DE295FE0BDA68399F97D0 +:1096100027A892D742F9C64A0B8D201F5DAF7D0661 +:10962000FA229F3F27F027A45B53416EF2E2711F9D +:10963000BB5FA089E74D8B44712AD5BD1EB12511B2 +:10964000FA25D29A2408635A08ACA76F91FCCD3250 +:109650001D4F4EF1350150E32A4A648247325BF0D8 +:1096600039897436C192DD64D22D43FD9B2AD426FC +:10967000807310B9EA403E4F797AD517B02F079220 +:1096800093D781B7461B5B7FFE34863DD552C2CE51 +:10969000C3FD31260C71D30C1272A4D27AFF2607B7 +:1096A00016C3F89F9A1CEE03882CE54F5D98F7953A +:1096B000501F94DA0BABEF443966EF11DFBE683D03 +:1096C0002CCBBDCBDFDDC8F2104D9B19BF37AD638E +:1096D000E591A98CBF07F167612A938B18A2AA04B0 +:1096E000FBA594F320FE18DD7229DE8B181D10AF48 +:1096F000F623489758D28678DD5CB53DB411BF2C6F +:10970000C2FD3B522448BE88D3F2CFF5F567B3B50E +:10971000046C948F62ABDB22E66BF4A7805F48C7D2 +:1097200055E65870DFE31352E82BA910C79C961436 +:10973000AD5F69260D44F269E1B86EBA945D0F5DC4 +:10974000CCA5FECE0065C1AA5809F7A7DC287D1676 +:1097500001538F8FB2F2FE34B20BF207B52E920A8C +:10976000FB132D761BCAD9862C966FB08C24783EBD +:1097700098384CBA798A7D7482FF283E1602FC968E +:10978000B0F41EE0C792DA80F12051BA32A0DE7E3A +:1097900089F181916FEF4C1579844CC6EFE4DAF6CC +:1097A000AFFD56E7DB2E14C66766BE514CCB25CE07 +:1097B000852E07F55BBE3F61269CCF683F4A501857 +:1097C0006D69C16F837E6EAF723EEEA6F5D7FEE087 +:1097D000FCC3662A3FED8B25FCFE057CA7FCF976D1 +:1097E0000969833CD2564FE83E807FC11BDEC370BF +:1097F00084B4FDB5BBB3C1AEB8CAFC5D780E65A13B +:10980000D50BEB4F6D90C70446B94AE1A1FCF42497 +:109810008022B3F2145A9ECF512BBEEF86BF29DFB0 +:10982000E42CF7AD73411E72A7E4003F65D04EEA09 +:10983000B7D0F2B96F9371903FEE4F6F4D106555F1 +:10984000C2F3F4371BBE0BBD3664F93DEFFE3BF4AB +:10985000DF29E3BE0CA99AADE74CE0CF9BF9339F1B +:109860003FE72F67EB4F43AA278421AF77D6EC6DF4 +:10987000B2033F8E26788E94288C3FDFCA728621F1 +:109880000F734E224D90475337133CD7077205EBA9 +:109890009DFEE594D685E032DAC290A73FBEB66D54 +:1098A000EC06B3467F52DA048A585A87C19D877105 +:1098B000D82412FD07F3288FCE0BF9EC165E9E56C6 +:1098C000C7F272D600D5AB60DF0CFA388684536DD0 +:1098D000B81FD887FB40E469C401F06657440EC244 +:1098E0007AEEB84009EAD5F124F46A277D4E0CB42B +:1098F00063B9D8166E82294E81F172C07E7A15A0A6 +:109900006319F570A15C415AF0F955D286CF99A43C +:10991000139FB7916E7C0689C30CCF03A93EE4DF89 +:10992000C936AAE707E3BA1CE6E50A7658315F3A7A +:10993000AB2264F1F6E19FD488F38124948D7960A1 +:1099400025943D57E36F9C9D3F6F31DC8FE135E9F6 +:10995000F7BBBECEF5E6512E37DB25AE4756897BE9 +:109960003642DFBF939617560CF7C3B96DFA1DF355 +:10997000C0EA7C1BE6FFB69BBD59E87FC0E530908E +:10998000B7AB6BFF379200EB8C2BD2405E6B366C23 +:10999000CA8238A066263F27A3A859551A393FB76F +:1099A00094C125F63B88F77FE07A1DD7AC285CE7A9 +:1099B00028FCB84E28F2790B9CA867CAA9E300FBE3 +:1099C000D12FF07984B95E10F2532BF840512DE974 +:1099D000B4DD5CBFCF0FFBE11684599EB85C21114A +:1099E000F49705FCD5BBEE27943F16D41EC0BC7E71 +:1099F00074FF115B9F2E99DFB118C6AF596E2556C3 +:109A00005C2F6A7907E4795EADD50BE59A45528003 +:109A1000ADC3DAC243A1BCC3B711E474DE03013F96 +:109A2000E459E978988FBDC5C6D6296D747C58D79E +:109A30009B56CBF785D43ED809FC49EB05C05FBEE9 +:109A400085D657E83393B0FD74B12ADB9F143B955C +:109A5000ED4FF25A1B0EC37D24DED5C4AFD261E7B1 +:109A6000EDDC25B17DC504FDA981FC9D1F3E78D5A7 +:109A700089F126F80583E0ADCAF2C98DB217F689DF +:109A800012C581FD2CE0E73F9B6B9B301FFE4935E3 +:109A90009D1C1D7F6E8B8F9D4738C4E47C6E757E48 +:109AA00017E4A96C1556AFCC728F2AAC5FD8480565 +:109AB000CA7D3E61F98F657CDFBF316EB0355AD803 +:109AC000B824A2831FF419D8DBFEFCB0FEE627F40D +:109AD00006E897EE3EE45DAA789DF96BFC09F20F6B +:109AE000725B60F3CBF12660B520CA37E0859D3B01 +:109AF0007A80D99598A725AD3DB7B9D425B015E79B +:109B0000DCA1211BED88B616A28D236CA5C13BB547 +:109B1000FBC3379704176BD78B8AD398FC4D4CE364 +:109B20007CFF869A0DE3C99319BFFFFE4D82F7BEF5 +:109B30009C7F93E213E44FB231F91C002F03CE7FD8 +:109B400039D7E3FC19F533BD4D40DF99692CBF5679 +:109B5000585129C3FAD1B81F8ECBF826E94D9FFE84 +:109B6000F0DF1FBEFEEE0954A531BFDC743D7E79E7 +:109B7000B99CB9B08ECEFBA345565C7F1576B30079 +:109B8000880572DD49C254F6C17EA05D496B267816 +:109B90001F8F3B087BDC793FC0E6D536A2E8F2A4F4 +:109BA0000E5D39A33655573FABC1ABFB3EA83157CD +:109BB000F7DDA7FA75E59CE6625DFDA12D015D79F3 +:109BC000F88E0A5DFD11E1A0AE3C6A4FB5AEFE47CE +:109BD000744A113A9FC293B25F05FAAA81CEBCA221 +:109BE000A81D1FDD16D2B59FD0B57426E8AFB17B96 +:109BF0006B75FD90D3D46FA3E506FA1FA38B5F06A8 +:109C00003DE2AF95C80F7C8042F61DEBD3B2FFF466 +:109C1000F40BA0C717549BA3FE1EB4220FFF15E838 +:109C2000E337F889C6B87AC511F5B09DC2577BA451 +:109C3000E530C8C3B6347D5EAB5CB6E3BC3E3A21CA +:109C4000E3FE975AE05057948E1F414730EF0304CC +:109C5000F78519E7DD1387CB3BCD788F0A9D076C1D +:109C600099B6A6EAE91DE3D5D33B2E574FEF78BF4F +:109C70009EDE89C57A7A3B03B97DE237B9424F77D8 +:109C800081DF62FA1FE0F7CBC6E7BE34635E701275 +:109C9000EAD94F76703DDB5B0FCCB11545F5005529 +:109CA000A96138E724F0D64B2FD8593CD3A31776B7 +:109CB00070BDB0C3A81702AFA651F8C6877C18576D +:109CC000FE6EF1840CD073E9649F38F710FA02F548 +:109CD000B72AE4FC18C8795CA3BF4B053BB1D38A13 +:109CE000FEE4B1C335874D00A78DC5010FF140EAF1 +:109CF000ED34B1EE187A1BDAC5DA1A545013D98D47 +:109D000041D4A7E76E667CF13BD08774B2BF873839 +:109D10001D16A70C7A8418F4A0D11F167A66827AD1 +:109D200014E3E61BB51B03C5EDF98B983D11FA75DD +:109D3000022F93652AFAF7C2CE3415877C70AEA045 +:109D4000C0169089491BC777A1DD994254D4C33707 +:109D500055F81F5F03789BFEBB0CF0AB7AC5F3513F +:109D60007C9374C4771BDB575D2121BE8D7836D977 +:109D7000BCE897C466B2F5DF987481F7600CB4173D +:109D8000F87E31C68F7C76723E8B570A8F0E69B291 +:109D9000D3769EBB7CE8CFBCE8F4BF0AE593AB5812 +:109DA000FC38FE4440867D56390D3EDC6FF7A22F0D +:109DB0005806E593F7B3EF45A742B80F6B4823FB6E +:109DC0005EB0BEE15538A75FF52DF6FD95F737E19A +:109DD000F92E6AEC58FB929632289FDCC8BE4F38A9 +:109DE0001D6E82F288663EBED4F66A02D8C36FB397 +:109DF000FB157AC53D3CCE99C2E9D28BAE3C7E982C +:109E0000CCEB8B38674A35A3D7F2EEE02DC85E065F +:109E1000BA19FDFB7212C2F234A2E2733A09E3737B +:109E20000689E0F75B4917966F87909E962B89D736 +:109E30000CE5AAF45CC4FB6C1A2263DEA2D86FC3E3 +:109E4000FBF2CEFCE737484274FD5CF8092D49C1AE +:109E500055E047B8CA8278FF47553AF37BA34FE6EF +:109E60003F7892D46C3FFD7E9E9F278BAE8317E197 +:109E7000FE0D3AE4C3E0F74E4F67FB6BA69162DC40 +:109E8000373CAD989DAB9B067E31C54FE47B8A1372 +:109E9000F6E5E15D477DC4CFD17C91218FACA81858 +:109EA0008714C8DE512034F5E9A3BF0DF1F48B20EF +:109EB00090E9842C4D9F70AB8A411BF37306AA77FF +:109EC00082EFF77991AF87CE09FA4CC89FF97A3FB4 +:109ED000AA3E9DF951E2398D5497C57F89F32A58DE +:109EE000AFE2BEEEAA562B61FB74483AECC7A9213B +:109EF0000D48D7B3A355333B6FCAF44F15E7BB2AC0 +:109F0000CE4F677759910EE7EE94C290D7A9D9F951 +:109F1000FA29E0B77EFDA7BCA128B773387FFEEE13 +:109F200070CD46A6DFB95FF5BD91F217A3A2F24F3F +:109F3000FD4515EE237C7B31D38FE07EEBF4623F51 +:109F4000FEA29B97051C19AA84F6E27AF5A24BF4AF +:109F5000CFF562BAE83F40598F96B3F957A98EE121 +:109F6000C1CD9F197546FB125A0772904A5A242890 +:109F700067916E7C7A8963BD3B078E5CFA4D50CE4B +:109F8000B43554CEA4FD3B410FC2FC371F2CD4EA9C +:109F90004133CF3B9B6D0FE3BAAC42C201C82728C7 +:109FA000877AF26D7BD2BFC47C5B7BBA97E7C11A1C +:109FB00026B07D580D63E179C66C6FC63CB231DFC7 +:109FC000D22B3FA3CF63DCDCC2ED478BB01BA15487 +:109FD00098376CFFD4D98F897E2F3CA74841D42F66 +:109FE000B7A5840EC2BC6E210D9950DF64EB92C1FF +:109FF0005E6CE1E788B60C13F12CA52A3C1D2CEF12 +:10A000003E96D3F88562760EF9855C1BEE9FDFE401 +:10A01000B16C823C5EF4BC266FC7CF9F8EE1F72007 +:10A020006C8AE5F8D8128F71C923301E6D172B7B0F +:10A0300087015C7F3251AA527892891FCB16D9E1F1 +:10A040005EC7F294BF473A90AEC77268FB132F29E0 +:10A0500004E2F3171CDDB14E3ACE0BFB5AF7B452B3 +:10A06000783E3EC2CCF4237B64D53A16CE415E7E68 +:10A070006C06AD3FB6D38C26796CB109F5E4250B9F +:10A080007918F6FDCCB2C93685FA2197BECEF7E134 +:10A0900028FE6CEDBE8105994C5F1EEB278FE84EC4 +:10A0A0002A49C880EF697D9FEBBD926ED29D331423 +:10A0B000F71EFDCD4D74FB45DC49B7613FA26CBE78 +:10A0C000E224A1646D3F5EC6AF4A90C07947F315A4 +:10A0D000177E4FA47E2CAC27243A8B1588BB4A8967 +:10A0E000E35040C223DF48E75EF72A4C52BA7BFCBC +:10A0F000C7C1609798FF89795E1FACC3E8FDCEB1F8 +:10A10000445F36E6752B3399FE341BEE65A8CC34DC +:10A11000C2CBEE6510E7C33B94401CE483EE30F104 +:10A120007D54A9013CFFF8E82457FE160D5E6664D5 +:10A13000F0FB5BF83D120E5A1FEF2730CC630395FE +:10A140001F1FE5DB291992AEBED05B8B85FCA84EA4 +:10A15000F45F1771F97932939D735FEC60EB2F7F99 +:10A16000DAFC3EA6F7971E8DB50012BFB688248C88 +:10A17000A6ED42DF4DFE4DC00B7CEA3F00FB6EC8F2 +:10A18000A3CC8F7094E616B1FB04A6E23AAAA466AB +:10A19000A09EBD5E3B312779E96719E0BF2684BDEB +:10A1A0000EDA4FECC8F3B87FAF3883B0F3E33DF776 +:10A1B0005B760DD3EE1F9B935CF219F04B8B9944A9 +:10A1C00092601FE57F58197D8F9000F859ABF78F8B +:10A1D000C0BCD70B99A14FA19E38074B0E75E3B9B0 +:10A1E000DF32F04B72FAA0BFFD6313F091910F00C4 +:10A1F00070B0BF03F1432187FB8E84BEE98AFF68FC +:10A20000B9CCE6C4FB36EFE2F415E3DE287FBA7280 +:10A21000983EE99624BCF76520F8C47E6281C74F5A +:10A2200033981F249E024FC673799F6698783D76B7 +:10A230002EEF85CC20E2F5C3ACBF0E335318EEB041 +:10A24000F0FB1F0698EF03BC9F7F76BED74B87CAF3 +:10A250004C82E3DC117B7D703DFA7F09AECF333851 +:10A260005C63AE0FAE27FF87FC1120DD7F74E60C28 +:10A270000C17A5E7E72087646A37DEEB7147D2F554 +:10A28000C177E47F8837802FE9FAE0FB25C21761A8 +:10A29000F0CD257E73AACC81D19CA7319EA311E776 +:10A2A0006BE62AD496527B176B61EB6BB1B32496A5 +:10A2B00027FA27CFD3F4D0D143224E881FF75B591A +:10A2C0009ED1DF3D4C6B3F7FC3F1F34266E038C067 +:10A2D0007FC730AE172AF4F58E1BEA897B3288DD02 +:10A2E0008479F287F286E0396F387F84F0677AF1FB +:10A2F0003EDCB7B9BE17FB8FC5FAE0A6226F0AF89D +:10A300000D019B3D2253BBB069646D2EAC87045296 +:10A31000FFF314DB674DFD550D9D041C17D71E710F +:10A320000C31F78F8795F28B450D7DACABFCD813C4 +:10A330007A5F6BBF57EEF9B56388262F339A74990D +:10A3400098BFDF6D62F961BEEF26E5C6F0BE05F687 +:10A350006DB841FF0751FF0B7B51FFF24FBC608787 +:10A36000A8BD27B0CED01D1F8BF6A0696471AE7654 +:10A370001D283193E939B3E17E8BA89DFE9FDD6FE7 +:10A3800011F55F24A226F7D5BF82EF055D02F6BE68 +:10A39000E921F6D746D6B6D9CE0C857B497263E063 +:10A3A0007970AD3FE60CA54F7D72C9AD996ED8F7B7 +:10A3B000CACF2904F7DACEE8F2B7115D392D74C49B +:10A3C000764697BFEDD495C57E5AB38BEDA72D2D5C +:10A3D000B4E13EFFAC8653BA7E9A4DECFEA4418DAB +:10A3E0005DBAF6A501BBEA4C843CEF795DFD2DEB2F +:10A3F000181FE73477EBDE9B9500EE671DDA724598 +:10A40000D7CFF01D24465B1E11B6C568DB8DDAE39D +:10A41000D09547B7A5EAEA9B1DB9BA7209DF1F14A8 +:10A42000B0B17D3A65B67CDDF7FAE4CA5B33417FB3 +:10A4300091761D1C3DFBC207D867A3289B312F09CD +:10A440006B9A930A7AEF0FAF4F0E60FF46FE571FCD +:10A450009CC4D793585C2DF88114FA73E17B7F7C00 +:10A4600071BF27300FE8FE23B88F04F6B18973D08F +:10A47000B9C41B64F791F479BE663DE7FB4B96BE09 +:10A48000BFD7F4C885FE9E9228DFB27B4A2E958AFC +:10A49000FB8DF4F7CA89FA6B783F8FF0FCC340F765 +:10A4A000CB99AFC4E9EE978B8E9780EF2F0DBEF658 +:10A4B00078EB6F783CB99FF959AE790FCB7704FEF2 +:10A4C00092FAFEFE684F1C90A693FBEF64323A4569 +:10A4D000C7C9C4EF66C37D2EDAB806DE0F14D7F401 +:10A4E000DCEFF7A5C73304E1BD51FF9886E95F872C +:10A4F0007BCD06EAFF8DCCC0E00C8C63FF39BB1B23 +:10A500000B36360DFBD90B72B0C9C2CE33520D8655 +:10A51000F90911D71063DC93CBF6BF2D4EFD4FF434 +:10A520000762215740ED76ECB76270DDE46B92C3B1 +:10A5300002785D62EB7EE7712F9C3B8FBCF3BF30EE +:10A54000BF21E29A3819D6E5AE17CE9EFC0ABF6F3E +:10A5500001F2DE60B7C74E1989E76B1E85780D6082 +:10A56000E0E7241EA530A451FD9168B2E339A84468 +:10A570000B2B8F85FC0CADF709B99C04734980F94E +:10A580004F8473266C3D24719F72518B6FE37AC8A0 +:10A59000C79D7F8BC5FBB133F5EB229F9099BF1D03 +:10A5A00005782976213EC7BC3435457B8F49CFBA23 +:10A5B00091C8EFF4932F8EEE8BD1E765443EE6E62B +:10A5C0001BCCCBF4DC1F60C8CB0C9457FABB2774B0 +:10A5D00035B38FBC92E520ABD7BD2B06FD0191674B +:10A5E00012F3346531B9FE534AC094459F7FC90CBC +:10A5F000C85974BEC762585EE6D8F4698930B58F11 +:10A60000492011E253D8E79B91D49BFE9047D9A0F3 +:10A6100091FB63CEBEF584838F777B1641BC967920 +:10A62000024E18EFBC85FDCEC5F958FE4C60FA2CE1 +:10A63000B3A73E7BE6F3E779AEEFCE2711DD3DCC45 +:10A64000A2DEB82CA68FCEACB5D9360C8D7EF77EA7 +:10A65000CFDA00719D3B879FCB0A30FC7CF812F368 +:10A66000E797B7BC6781F34F93B34A6E077C403DD1 +:10A6700098C772A5CB02F767DFED0E8D80F7F55E08 +:10A68000127811F35B5D96D914CF1F727FE54333C7 +:10A69000CB137D18C39E029EC95995B7C33C3FBCDE +:10A6A000B9CB0274ED298FEF42B99B9C15C4F13EE2 +:10A6B0009C6828DFCACA84EFD308707E437BD987A1 +:10A6C0007D34DA43E33D63AB2D3CCF68D40F99F181 +:10A6D0003AFDB178DFAF916F97D8C8A60CFAFD6B41 +:10A6E000FB522C1054D426A8C31CBA7CC73FA71712 +:10A6F0003ECCEAC4796D29E9CEFE4121E62F1CAD9E +:10A70000749C55FB589E7B95985F877E7E0B393EE7 +:10A7100007BA67CFE85F0C24BFD23EBE5F8D3FC94A +:10A72000FE5F67407F93F6BF990CCF4D5203E69DC5 +:10A7300035FB6B4FBD42F9453675276BE556ACEFDF +:10A74000BC2E75E17A5C3D69417AD777D07925C016 +:10A750003326027965B2573FAFBBB4FB2D69BBBB53 +:10A76000499BC527411C618EAE0FD3FFEB4827F6EE +:10A77000B7AA4DFFDE686706E283DF70F9137C55E8 +:10A78000CBF1502BF01ED6C327EE1912F778CE204E +:10A79000A12DC0BF954E9B2A8F8575A4C062806B8A +:10A7A00029F1225D971AECA6B897E80EFB1CE4A3EA +:10A7B0003B9A8DF0072C00E79D2DD79E57CFF93B94 +:10A7C0000E7F5D16A3FFAAD8994750360A3B713D0C +:10A7D00089C2F784163EA204F0BE7151FFFDF19DBF +:10A7E0004F47E89CE4F8A936B00F739243BBA17EB3 +:10A7F000D6A9AEB3126CC4B40770BDE983BD17DE31 +:10A8000082FD7578E9C54418A06BFB4DF4CFDABD25 +:10A81000B203F201B57B5F457EED0F6F3DE7D14995 +:10A82000B780AB1DE4DA0897C83F1BE56747168B76 +:10A830008B03DEC02FA09D79701BDE7BD57D3F3B57 +:10A840000FEE92A9654D8245415502DB28EE772136 +:10A85000FE800DF27C53ACEC1E9A771CA53638EFC7 +:10A86000EE719A82A0FF36389639E1DCB3B8D7DBB7 +:10A870002399D83DFE649913EE11596CE5F7507E8B +:10A880003D2E9243F9F5571676DFA72B2E84F71B42 +:10A89000743B651CBF64FEC7E3E03E82F4ABF60286 +:10A8A000D8D7B60BF0AB8983A794758F63F76E3258 +:10A8B000BAB972187CF56ECB26B8CF7003B533F0F9 +:10A8C0007C9CCF1374355B3F083BF08E37BEEEB0F7 +:10A8D000C6C6F8B33E26F06829E41B8EB2DFD5FA6F +:10A8E000D8114884FCBFF19E48E1C7F6770FF325E5 +:10A8F0006E1FFE55F73C8AFC73BD5321AEC4683B06 +:10A9000031CF7A7E4F8D91DEE2FB2BFF90FBE40787 +:10A910005B36FBDE5F9CF3059F573DDCBBADB1C7EB +:10A92000F5D47E019CF570EFF635FCFCC7B97EAD21 +:10A9300007FF3C59FB9ED135DA8F0BBF3FC3E7F9C8 +:10A94000CC1153456B1FF0E666B3FCDD48B71284AB +:10A95000F58F511176BF657FF5C4F9ECFEE0EA286A +:10A96000ED5A0270439EB6AFF132B359BDC7B97EFE +:10A97000E848EAAA417970047E0AF1FD872F0DF7B5 +:10A9800069EF0B5439BE3F98CEECB5B867B3486950 +:10A990009080AF043D6E4E0E7E0FF403DCB3CBF21D +:10A9A000FD8C9F051D808FBDE887EBE33401F70622 +:10A9B000BE7E24E2B381EE35AD877BC7AF897F854C +:10A9C000DD9BCAE128971FC0FD11175A24DCF776DA +:10A9D00081849AB0FCB084FB3D2F1C637E2344D657 +:10A9E0005211E867260F354FCD4E8C80D487D8BEE4 +:10A9F000EAA5BB57E2BE25283F40F5C6D254769E55 +:10AA00006BD9067D5CB3FC61BD9E86756388D76A91 +:10AA10004910ED53CD367DFD5AC2D6576B0DFB9DC7 +:10AA20003CDCAE18FDF6AA6CEEAF1791A21B396F95 +:10AA3000F528092CCA467D1B9441AF8EE7FB9D2F5C +:10AA4000ECCE49D1FE3E4EBB4FD29D3382DFEB1997 +:10AA500032147EBFC781CFD5D981E5D0CFB7B243FD +:10AA60002BB2C15F39CAF1A774B3FB3EAB993DB3BA +:10AA7000421292FE695D68433FFC41B8F78BE2D118 +:10AA80006A657652F805B27C9F9C00F938295479A2 +:10AA90001B34F9E9B40AD8B7B1A524900FFA734B67 +:10AAA000A51DEF79D86562F7FBD9ACEC5EA2F03357 +:10AAB000130FC21AF990B6ADA5907275744548820D +:10AAC00017F250EB70FF4BF36482F7B789718ABBC2 +:10AAD00082ED004FF61CBB1F40DBE20BE43B34FD74 +:10AAE000136EEFEB39AE1FDF9B83F7EC7EB46F384C +:10AAF0003E4712C607E21C018C097E8CC013FCBEC7 +:10AB000011D19CCB1CD92645CCB04EDFB66E3EF0A1 +:10AB10004DDD7A761F52F77304F7E1B87E9556EA59 +:10AB20004D88C257D7FE54129E6FE0766B21C49DAC +:10AB3000B086C3FD31718E61610C51E334FB6EAAA6 +:10AB400039BFCEDFC7E2A965C49F0DED16D8488294 +:10AB500089E26C6159DB78B4332BCD4EF0376F78D6 +:10AB60001F0A972363BD8B70E602ECDD4B565C5FDA +:10AB7000AA7F3A1EF382AB4DDD387E4736D7B7C386 +:10AB8000F87AC11012807D4BF5FB87E3FA9B15EE36 +:10AB9000972A40BD6603BA1E063B4AE77DD72B3194 +:10ABA000786F5DCFFD2D0EA282BCAEDE9F82F1B12B +:10ABB0002B27907F6F1EDC17D2958DF24EF518A4CF +:10ABC000B8DF7C2274BB02F77CA4533F8596AF6448 +:10ABD000D7B3F2E0AE1A132D7B076DBA1DF6C5D4BC +:10ABE0008FEC3A0BE59183B6B27241578D4CCBE5B1 +:10ABF000837EC4EAC30634CA58B3063D7D3B9C47F6 +:10AC0000B9E8147E4317DEDF53FFF270D3160DDD73 +:10AC1000270F62FAF9620CAB77D1C7EEE326B95D74 +:10AC2000BA7B84070F32E9EEE111F314ED486ADFD5 +:10AC3000FD9FE676ED2E7EEFCE9438D21CC3EE1744 +:10AC40005761DFD6A17DC3112F07B29398DFEAE8E1 +:10AC5000C2FD35A21FE3B97C31EEDDFCF7893E3041 +:10AC6000EB7FB7F202B713749C0D384E5E201FF6CF +:10AC70009FD7CFCACC07BA517A299C5E0ABBF77717 +:10AC8000178E0BFD3AC1CF73748F037B72E86A266F +:10AC9000DEAF28E0A6FE9C1DFD2E0EFFDF387FDC18 +:10ACA000D5C4F1456196116EB63E0BF4053B53CE0B +:10ACB000F13B7950B43EF697D985BF9B70A3F3332F +:10ACC0000FFAD7CC4F439700AC331CDA3B02E92292 +:10ACD000E02764ABAE9F8BEB0CED8A09BB4F2629B6 +:10ACE00007DB3DC8EF9317F7FB423BDF18E637025F +:10ACF000FF8BFBD4486010AE73D571FDD0730F5A33 +:10AD00001B3B9F4186D0F9015E67CD2CE4F373F0C5 +:10AD1000F939B4F736F7C8DD89EEEC399ADF9111CD +:10AD2000EF7BF0DED35F5E01EF4F27BF7DF5077449 +:10AD3000EF8F1E13385DBF347A08380DF8ECC1B3BD +:10AD4000013E814F905B6C97A7979F1E7DDE434726 +:10AD500083FCFAFEC9F1F83ADEAA6F503AC27E5F70 +:10AD6000AF9E9F5775F84CF0FB71A2DD43B534AE32 +:10AD7000CFD1C4F51DF7A8907F58BDAF12F799AE9B +:10AD8000FAE573BF5069FBBB5FF86E02A1F8BEA085 +:10AD9000B478E05EA6BAA7362604201FA4A809A0AE +:10ADA0002F2F84D9EFB51AF5F9C39C0EC20FAAE76D +:10ADB00076E5E2330FDD06F8F8FB536607D8CDD50C +:10ADC0007BAC112BC6EB77A13F44CBEFB1F283985C +:10ADD000775CBD57EFFFDCFDE3EF7ABCC84F6A86B6 +:10ADE00029159E910C429FF5BBCDFE08E0EB84EC4B +:10ADF000A7C390D5A47B13C0676C0F70C0150AABB6 +:10AE0000DBE4A596C4DEDFA905B280DFB1BAE32199 +:10AE1000F4A3561BF681D7F6E3477D6B90FEDCBAB0 +:10AE2000C00B09BBD17F69FAC98F9F7F99C277E1B7 +:10AE30000F29F9785FE5EEFF4A90E8F7CB6D398985 +:10AE40004B316E5BDFE73D401F801F60D5DA534614 +:10AE50004FEF5E09732E641F7BD6992309102FD7FD +:10AE6000ED32A31F5AF7DC934F43BE87FCDE8AF70F +:10AE700026AC7CEEF05B5FA1E595ED66D74C06B69F +:10AE80005DF244E9B2DACBFC114187BB7F7618EF63 +:10AE9000EF82F7E09F0A7AAC6C3F6021A37BE3ADC1 +:10AEA000ACED00DEA7D98B2E6DEFDD82F76DFEE4F1 +:10AEB000530BF0F385FD1249F1F56E5FFBD47F254E +:10AEC000403D41971E3AF5A24FE4B6970BB11EE6FE +:10AED00005FAA3D3D7A81AC37CC52F9F43BCD7FEBE +:10AEE000C1EA8779D73E7F5F02C07F4E6960FCFC74 +:10AEF000C38D1E38EF267E0FB2D6CCDED73E713F13 +:10AF0000F2D98AA3F77BD8F9AD409AA918E797063A +:10AF1000F3BA736715CEAB868490CF6A7F2863BC83 +:10AF2000FF09FF3D01231D252F938773AD56BCBC40 +:10AF3000E91C6CDCA470A9C7D8EF9812720FD1DE9F +:10AF40007B8137CE16457FE7EF548FBD2736F0D390 +:10AF500056F35AAB773F88F7305CCC0AA440BE90DA +:10AF6000E241E5F892E03E5BF968790AA30BF12A29 +:10AF700045BC1DACDFC07BA8DF690EC48CD1B5E336 +:10AF8000E7C0D8F8221F40E18E857CE6390FCB0759 +:10AF9000D37F9DE8DF325F17F906FCCFB17C9E3D81 +:10AFA00072BD9BAD5B0AB9FEF804938BFA70650520 +:10AFB000CA7BA7399202F5C207E64828EF56DD7D25 +:10AFC000023D7CB0DBCCE555FF9DC2A5485A7CEE26 +:10AFD00097F01C64CD36ABEEDE97289F58A2EF7D2C +:10AFE00051B91371CF0A2EDF46FA19E5FDAA41DEE9 +:10AFF000C94EF735EF65F96F9A6F0BBA0080000004 +:10B000001F8B080000000000000BDD7C0B745465F2 +:10B010009270DDBEFD4AD2493A2F48E4E1EDBCD141 +:10B0200090745E105ED224806148A0F380090ADA31 +:10B030003C46101212C11933E3EC4963008161767A +:10B04000E2E2CEE22CBA0DA2CBECBA3B198D4C4613 +:10B050008169D4717007B1054450866D5111C740A4 +:10B0600002E8A067DC75ABEABB37DDB74308FA9F9F +:10B07000FF1C77C3C9A97CF77BDCFAAAEAABD757D8 +:10B0800017002F400A40A3C9F7F42F92119EB2383F +:10B09000BD0AC27F33B97D79009F3CF3F2893B4AF8 +:10B0A00010769A92AB807E5C36691CC06AFA13C730 +:10B0B00035E36F6B11B6BBEEAD827C8015CF968207 +:10B0C00032563CFF71223D7FF8928CCF3FB139015F +:10B0D000E879B7E96CD0CA0BC157F85B81CF8336EA +:10B0E0006A7947185209FA4700C2D53670FAF1BD9D +:10B0F000AB8FCB4E5C0A9AA16FA3DD36703EE1F1B7 +:10B1000039BEA7B9535E6C8E1FD80FD06776D37B3C +:10B11000BB7E72498EA3758C6783B96ABF0360B921 +:10B12000847F4CC03D9C2EAC7C256C5E96129B7C33 +:10B13000EE56FC633C8CFF4A06F80CF2E22761F302 +:10B14000CFFFB2EA660FD2057620D1D2702CFD4C2B +:10B1500005B8DAE6AC7C250BE0621BF65942CF0F4E +:10B16000DEAC307D956E7CD170ECDBA74280E310C5 +:10B1700046478D7EAB776F667AADFCD7267E4FF360 +:10B180001E8BDF8278AFF6D554523FB6DF13ED83C6 +:10B19000F552FEB5F6ABA76364FF273703E3032A36 +:10B1A000DF4D0F813716F9DEB75FF6ED42D47A1125 +:10B1B000978D48F7DE671C3E2FD2674314DCED46BF +:10B1C0003C7AED7D718908372488765F8A7923C4BB +:10B1D000879EF745414327F2A7D7DD1797600BED10 +:10B1E000BFE477729C82EDA00F2A3BC39E6B10A038 +:10B1F0009DF10882E89F21DB46B7E2FB2F776414BC +:10B200002119E1B21546B726533BABC8CBBB580753 +:10B21000500AF021B84F4C227CA3E3F2090FF0BA98 +:10B220008C6948CFA562ABB0E2B5F63830607BDF01 +:10B23000AA2A407A2DDBAAA7C33DB6FA783FEEF5DD +:10B240009E474D2179C0DFE5E0334306CEDFA17F85 +:10B25000BE12B60ABE44C88F87E4276DA0FC3469CD +:10B26000F2530885243FF8638061006BAC82DF33C2 +:10B27000E4BC9F01D1F9900C165A43CE7B6312EEC9 +:10B28000F3336CCB24F0DE1496CB559EF38C8F26D3 +:10B29000C79A9CF5909CE50CA4A7067B9EFFD3B8AB +:10B2A000077148E3DE77F3FF1161CFDE53D92F52E8 +:10B2B000FB376F8F7E17068EAF38F0C55D80EFEFDE +:10B2C0003D60617C7A0FFC61F483D47EC1E2247C12 +:10B2D0007B1FB2B8085FEF81585F16F58F427E235F +:10B2E000DFDBF75FCD0FD27980F5CC97C71433F34E +:10B2F000F3F2BEBF9E91886FFB2C0A209D9A0FC46B +:10B3000000CD6F7E21CA07347FFFD5719E3079F85A +:10B310007FDDCF6A337858FE62A1E15992D704707D +:10B32000D17E9A5F9CF0E43A7C7F53D741F352EC94 +:10B33000AFF8DD7FE593BEE97DF6A099F4D14553E2 +:10B34000F00940D5B4DB37B5C3847CBC188B8BDDEA +:10B35000845A6EA7D7EDB55D8B2E820EBD4807DAF5 +:10B3600017D26505E9C9C1E8F1E2B7961E97EEA2CA +:10B37000F737EE1B0FB2239C2E924B3C8FF55925CD +:10B38000DEBF787EE06A3ED8C80EAC0BD039186AB2 +:10B39000DFEFD0BE4BFF2FED5BF2DFC8BEBFF8D6AC +:10B3A000F25BC87F9B22EC51E4391828E7BFF90112 +:10B3B000B7FF3DD6C9F8DEE0F94F737C5BF7FF0DB0 +:10B3C000F9FE2CF23D6E68BE977D6BF73D14DF5F92 +:10B3D00053F91E6BB7903EDBFF5FA3216CFF43ED7B +:10B3E000FBBBFF4BF7DDEFFFC86E6B3AE2B715FC16 +:10B3F0000105E106D50FD9908CCE03AEB769A4B292 +:10B400004B96D87E07C87EF3DFB8E4430E89E76F1A +:10B41000004325D1454E5EC97E869CBC85FD043423 +:10B42000F78CCFA6E4C94F6FE1F9F701F97BDF573D +:10B430007D04A362F05B705CFB3A7C3F8E6B4F3106 +:10B44000D8DB157EFE1E3DB7D03A7104BFF3B1586C +:10B45000F77003F97B469B19FC617E860DB01DE6F3 +:10B460008F446786B5F1370A5EB21B910F514E23A8 +:10B47000F824724DC3E6E3F8250E3BF3311A7C5EE7 +:10B48000BBED1BD1C54A74318ABFE1571174E9A7DE +:10B490009BE81E924EC6E42D01DAB7118C5ED5CF23 +:10B4A00092BE126B2BC671F49CA60CA41B7A56910B +:10B4B000F47545E5EBD6E1FD6A74EFA7A74AEFAF57 +:10B4C0004BD748FE0C45E70D83D0390427DBD95F05 +:10B4D0008CC2F148AC6DFBE117E4D79AAACDA66403 +:10B4E000DCE77CB7E42432CC8740790CB661A1E478 +:10B4F0007C8AF7ED0E2CC3F689866DA95BB03D0FF3 +:10B500005D172862E85708DA53CB093F93E4F969DD +:10B5100029E207F34CCEA71024ED835F280534DF22 +:10B5200079D088F3E7CD4F2BA2F947E811E9798F5D +:10B53000E47B0AF186D45C23F1AF1684DCE34FFD93 +:10B5400021A4739DCACF371C89BCAFF9B1CB5EAFC4 +:10B55000C3FE39EDEE1637EE6F9EB1EF03D207F35F +:10B5600026A749ED12E3B31E70E89BAA7CCCA3C9C1 +:10B5700089849FDBD4C2F4986E3F87F4955CB7C88A +:10B580005FC50CAE1788A3E7343EC821FA1598FBB7 +:10B590004EAF45BCED4764E72E85F60BEC97C3979D +:10B5A000380FF1AD651F3BB44E756B71D5F424ECCB +:10B5B00056F181653B372497F03EBDB1B4CFC683C9 +:10B5C0001B88EEFDEDFBDFD3F7FF58DAA86BAF77F2 +:10B5D000E8DB5BA76D0C9F3FD87E6A2B0B250FFA2B +:10B5E0009C498F4A2EDF35E2230DBFD7D7C1028A8F +:10B5F000BB20D9A5D4908F4A2F4BA37E03F70FA46D +:10B6000093A0CB02195AE8DC5697C3629AAFF59B18 +:10B61000D3C5BAE674311F08D909240E2E85E28CF1 +:10B62000C1D63BB57CAA44712992CED5993770DC3E +:10B63000305A17E5E154BC3283F1B50B793A312B1E +:10B6400067E716C7E0743831CB312A1DF19CBF0F74 +:10B65000A502E5B2BC61B189ECCCFC655325B243CF +:10B6600047AB83068205E9B80F84777CE54CAB09CC +:10B67000A3571EED03DFBBEDA7220E8D5C3F4BED04 +:10B680007FC7002BA8FF9D3865D482BCF0F956EE29 +:10B69000CF4B57181E8D15F6AE0015888CE7A83ACB +:10B6A0005DD00FF290FE6343F4D7DE3B18BD34F952 +:10B6B0009B0F42FEEE6A107C26FC6BC3F09CA8F246 +:10B6C00063DB06F1DE53CB0B4C8BC3FA97A9EFA9D2 +:10B6D0001D84EECB54BA63FCCCF4DE5625F938AEAB +:10B6E00004978DE2E2E5EAF9DD861CF623ABEBDE9A +:10B6F000929D88212C9FBC9CF531EC10F1B115FF77 +:10B700007D958E61ABDF1891570818492EEA22E229 +:10B71000DF6A352EAE8E781E190FCF4DB785F22910 +:10B72000398C27E7772E1F979D14E70F2617F654BD +:10B73000198CC5A1B8B7609AC14DF47B63CAD55ABC +:10B74000DAE79AEA7403D9A16D55971397E485E86F +:10B75000183AE7195599C5A1F6EBD5E6061FEB1B7C +:10B76000118F1F55E3F16D95C551D36C213A6FAB25 +:10B77000BC9248F2D67F2EE0FAE7421B37B8DED201 +:10B78000F414EA38A27FA5C5F710A25AE754FEB414 +:10B790004AB4ED94772BAFDA399AE47E869CF7F8B9 +:10B7A0008FF0F9EB55164A27F5EBB3638F3D399AC5 +:10B7B000F229CE3DCB67401EA5173C1B5248EF54E3 +:10B7C000494ECE6748E026F93E3712D84E27F91287 +:10B7D000767A71AE5C25CE61D28E849DB7237F369A +:10B7E000ABFBACA812E3B635E8E5E55E55BF2F2FFD +:10B7F0007DF24826C295D54B4A69FD47D4F3712F97 +:10B80000C90DF1BDAA701D99A3150D8512A4D336DB +:10B810005D81BCB0F9F3C159532C85C6FF79FB9308 +:10B820003F27722EAF5C5CEA0F932B9017C6937F75 +:10B83000B872B73EEF9254A2CFDB2CF7E9FBE7E3F7 +:10B840001C5B22BDE7FAF2F74F247F3121F9D3DEEA +:10B850003718DF3479EBF78754FA7797C995E40FF7 +:10B860001724BA3CEEB0F37944A5A706BBF7FDE573 +:10B870009D55644777589C590A19E584E9767CD52B +:10B880008215D34AC86C955B0B5FA1F69D2DD8C677 +:10B89000FEEE7413CF5B647F6F4602B6EF4E955E8B +:10B8A00025B85871CC4C44F84795EE4B73A7BD8A28 +:10B8B000DB852A678DD9C3F9B2AD31F9748EF03DBD +:10B8C000E87993BEF21A1207EE671A3AE1C630BA67 +:10B8D0005558A3C018469F19F6045DFBF6D434DD15 +:10B8E000F8598A43D73F3B778CAEBFCA59A8EB378C +:10B8F00067087FE7C88EABEFFC10F779649FD94EDD +:10B90000243C4274490ED105F17D94F03D32E18131 +:10B91000D1DF43BA1E4F3732BD8F932C85E9B31365 +:10B9200055C0F279025ACEFC90E4B85AE8AFBAC7D3 +:10B93000734CE40F8251E4FFEA419CE77A55AFD59E +:10B940004E36B17F57E7D6CB51B59AFFABAE8CCC14 +:10B950009F060F13BEF3CB643BF9434910A6071DA6 +:10B96000246742DF0D256FBF7AFCEA4D744E2FA687 +:10B97000EBF3C8BF92445EDB8BFA97FCB0C1F44591 +:10B98000BFBE8B90337386902F0DA29E88277D516A +:10B9900060D68FD3E0298CB38CB8CEBB6D56867F32 +:10B9A0006AB333FCCFB65486EFB5290CDF6FCB6595 +:10B9B00068CE107624A915F999145A27A9CA6DBE24 +:10B9C000DE7989D4734782063E27476EFB7E9CC38F +:10B9D000A6C607382F312381FB3F2A7BDF26E5856A +:10B9E000E4B53B78D6467EC502F099C84EDE097EA6 +:10B9F00013E53D174190DB77236A041783C2702952 +:10BA0000B8382FFA3DE8032943F55B6F0278ECC99B +:10BA10009F3E4279BB7CB293E42F6068117E1E6A20 +:10BA20003384BFF354BA4BC9207D9CD872A68EF4E0 +:10BA3000E46D2620BF912489EC42921ACF7CF4F861 +:10BA4000F8A825D7B0B7ABD397DC92511A4E1F8F09 +:10BA500099C6217F1BD4B887F30AA684DC5DE17EFA +:10BA60004F6186B04FCF395C4E7AFF6394DB653C03 +:10BA70009CECD768F8A286976A512F7E27436FCF38 +:10BA80000ACCA82F71FD6AA7C76C4758BEBD302AE3 +:10BA9000784DFC3CB765A4E8F113FA42C8CB60FCD2 +:10BAA000D3F8FE75E546938F530ED76C7AAFD180ED +:10BAB000F139BEC798D890BA84FDC07AE67F6DC4CC +:10BAC0007E22E526BFECFDADC514A794C84E52BF3B +:10BAD000F9DD011BE98563140F15903DFCA8BC1826 +:10BAE000F975B41B3D4BE4D7515BB08ADA1F4D901A +:10BAF000ED0F61FB2349799DCEAF77A76C17F191CC +:10BB000033E0C2F63D9509455BB035778A89EDDDB6 +:10BB1000398F6317E581B6AAF89C57FD222FFA23C7 +:10BB200034EFA3EAABC7EF273FEAB1A44489E5604D +:10BB300079DC446E6718442CEB34B13FB45D66FD8C +:10BB400072BC6AE65BCB20A4AFCEA9FA4AD34BF312 +:10BB50008538C139F0A650FC375FB587F50D7AFD01 +:10BB6000535BA56F3744E89F24D23F7103F552A47D +:10BB7000FEF99B8CD890BD9307FA5BE76D7D7ED272 +:10BB8000A3DE4A89E95487F1A0A780FC8142D3391A +:10BB90001BC981C472A0E9A1BA2A8C134B082E2EAE +:10BBA000B6E2F80A8C5B289F52D7E534DD630B9729 +:10BBB000B3C566A07866FB6233DD033EE770FF2DF8 +:10BBC0009D13D3CE0A85F4F4B67D828F053BDE7ECD +:10BBD00087F63FB77AC9C634E267170A3CF173C7E4 +:10BBE000F858F2BB8EF9AE24435EB8BCB798896EA4 +:10BBF000E53B2EDD44F21B79DE818C29C57BE04ECE +:10BC0000BDAE9FA68E1B4A7F79CB2197E2D21E093B +:10BC1000FC12FAFF3DD3869513BE3DA3CC4601B37B +:10BC2000B93D439EFCB28DE85A056C7F7BD2CAAC0D +:10BC3000A27F26DFD7BD1115974FFB9DD2073A7B18 +:10BC400039F573ABCE5E36060D7CAF370DF476B8A2 +:10BC5000C2AAB7C333EC8E083BADB7C37382B6F745 +:10BC6000483E7A5E5BC871FF2CA530A2DFE02579E3 +:10BC70009D9D3B41B74E0D887BDCB90827229C83F4 +:10BC8000F0368A7B9CD3068CA37BDDB965B374EB5D +:10BC9000769B2197E4A34F8A76EE4279ACB1BAF550 +:10BCA000FBC3009FE8B83EC1EA95E3B90D13719D4F +:10BCB000C6D6BFB09C4D6AFD92FDFC427FA76E5E6A +:10BCC000F1A16EDD7B9C017B0585BF45279D2F1370 +:10BCD0002C09BA2B287C1977BEE56582AD56711FF9 +:10BCE00078354AC0070CB081F2910FC89E15642FB9 +:10BCF000AE1A7CB9643FA247CC1C45F25893B09170 +:10BD0000D081D9E0F980F4D6844F7DEDD49EFA65D8 +:10BD1000A74CF6A87D8FECB5C4139FAB625EA7FC61 +:10BD200066A7C4FE78A3CDC071DC27899DF96BC3DB +:10BD3000E4FF931F88FB514875A52E4EA67C59261B +:10BD4000E755DC15B12E19E9D3B43787F366AF6434 +:10BD50004FFB94CE851C3BDD2AECAAB1AFDF9F4898 +:10BD6000A77E57E328C427BA42667D02B79B381FD7 +:10BD7000136D70C7A9C934B62FE6DB4D1C57DF9F82 +:10BD800029F458F41F419150DEA2933CF2589A379F +:10BD90005B023ADFFDF6AF0A5C64976D996ADC4F8F +:10BDA00009351C579372FC19CABFDD9F19CBCFC749 +:10BDB0005529BF3791636F37DA490F279D74DBC769 +:10BDC000229E5DC925AC07BA4E06A6D079BD3F5369 +:10BDD000E1F1C32BA7AD9D46EF7B54061ADF659FAB +:10BDE0001E43E32137DB4079B9359407C0A1490BE5 +:10BDF00095B7294F03874C3C4E7BFF96F2933EDA72 +:10BE000047D249D72ADE6FAE4DC97270BF63D15891 +:10BE1000B23338DD32F8B97D7F6B4A8A82FBAA994A +:10BE2000664F71127C04893491E944E10FD8C94707 +:10BE3000A4B677D8D1E988D71EAD0DE007A4FB16CC +:10BE40008CCB489FD04F14B66BA4FEF1B5D3F3381A +:10BE5000EFA0F57BA10CE92B6BFDC36B693D7BC4A7 +:10BE60007ADAFA05BB871DDD944774B2ABF4B6A746 +:10BE7000B84970BFFC4A223FE37E35FE8C9695712F +:10BE8000249F4B0C4A3EC19444CFB8CC145AD79946 +:10BE90004DEDF7635DC3A73858DF9CDB4EFA66BAF9 +:10BEA00089F57873EE56BE8FEB322B7B4F26D3BDD0 +:10BEB0003C9E3F7C6EFAC9BD9DDDB86EB3FD2F7C04 +:10BEC000AE507E6793DDBB1C3024529E7F89DCBF61 +:10BED0001F1786FC70D6106AD3795B12DA8F2B138A +:10BEE000FBB784EDCF8AEDA5EAF895BB336BD7138A +:10BEF0009F9759399E5EAB9EDD2D89D021A31C5E94 +:10BF0000C99D389FDE7B652BDA5DA4691775929D0C +:10BF10004D8DF63D45344E76E7523EEB4840F88B6A +:10BF20009DC867176D4CC9D6AD7765F247B6B1B4F9 +:10BF3000CE64F48E705F4B836650485F18C16F41CA +:10BF4000BDD23579C9CB19C924970AF79FA475309A +:10BF5000CE3B9EED5A94C9F9552DBFF8A3AF955F1E +:10BF60006C56F55473D9BA3CAEBF982EB1BD0F6470 +:10BF700009B96F6EFD94E90B468F93F8DAD87A858C +:10BF8000F599D6EE5927F4418709EEAE41D8F8DF8E +:10BF9000F2DD94B742FDB789F46123BC645E13E619 +:10BFA0008F41E7A57EFD576008F96BC64765B60F60 +:10BFB00091F81A3D55FCBE1AC93E8F726DBFCD7AFD +:10BFC000B0D6887E564D947D9E84ED8D4FDD536BAB +:10BFD000447B5733CA3ECF80ED9D99AF88FE34FB3A +:10BFE000DF1B9C00079F3A2DDA0EFB5BD47E61F7C6 +:10BFF0006931BE5093EF13B52EC497738ED87E78F7 +:10C00000F7895A2FFB9136CEDB5FAE8CF259AE9397 +:10C01000D7AB6B7D5117470CE89725A12F1B841ECA +:10C02000B8302B8DF51964BA0A0DA42F6B47169101 +:10C030005E7A4CD56FC3901765F8FB7B3CAF56A476 +:10C040005F5376E0AEB80CF243365F92E2E87D07CC +:10C05000F87D8D548584CF3FC8F5FC5326E5F3A4C5 +:10C06000E019D29B4DD5C7B249EFCFCE16F129D8F2 +:10C07000FB32894F0BC0C371C60235AE33A0B092FC +:10C080005F556FCBE4F832D24FAB033FC72191FE2F +:10C090001A84C78532D51304EE32231E26950E4D21 +:10C0A000898E2C9A87783D2BF0423CB16D4A0E0C5C +:10C0B00013FEF9338A44E73BD7CAF7B0D1B79CCC1B +:10C0C000F75CC35FEF6C433B8947EAD9B66E86598C +:10C0D000D9C0FB196E0C9A9DB8CEEA93C0F669865A +:10C0E000DCC876E072B703C2F36C87557AC6778BEB +:10C0F0007C24D2D549744DCE00BF01F99AFC9BD760 +:10C100009EA1BCFD61D51E687C9C1A039D518921AE +:10C110007A231F9CC4078DEE48CF62BA4F78E5CBD7 +:10C12000C393898FB3092F9CDF152DCE7DDFF3518B +:10C130003EF20F22F13CABE21389EF673788E767E5 +:10C140003788E767AABD1A0C5FEDFC6A74D2CE2F60 +:10C15000A87A6B418363D71629D4AEAD72707CA7E1 +:10C16000E139507E762BD7929FA1E42690A5D90B7A +:10C17000A147343A6AF8697AA18BEEE574F825ECA8 +:10C18000D4E397C0E729BEF5B7ACA7E458233FAF87 +:10C19000CF4DDD49F14F7CE0325D76414256BAA089 +:10C1A00073E717407E777CEB3E1E3F603F11FBD06C +:10C1B000F463E47E347D39705FAADE54F5A8A63FAF +:10C1C000A750A443F349374BE41F7B747EDF34B898 +:10C1D00037C22FBE2F227FF543DDF8DB53D7E9FAB4 +:10C1E00067299B75FDB3731FD1B5AB9D8FE9C6CF92 +:10C1F0002DDBA9EBAFB1EED1B5270703EC771E69B4 +:10C20000ABE4F8F7B6F37DEC7FFAD538F925354E77 +:10C210007E85E2643C9FAF529C8CF0509B939FFFC5 +:10C22000475B19C3C36D2E86813637C3C8733DE79C +:10C23000B9EF1AC98F2F0B74B0DF1B93E1B92B0B29 +:10C24000CFF95C83AF3D16F931FEB4F0532155F8B8 +:10C25000599ABDDC7070C21BE467251D96214A19EE +:10C260005CFFC67F2E832B2C3F1E5FD507A4EFE318 +:10C27000D5FCC91C23ACB7207F6B6C46FF70E4D79C +:10C28000D22C917722754DF78C0D56E0FBC98606AE +:10C29000C9D90EFCDC4BF77A08FD9E2246C56D1D00 +:10C2A000A6DEF7E18FC5085E5A4F76C9701BE539E7 +:10C2B00092938C1096B79B87EFBC19E7DD61EBE496 +:10C2C000FCCF82430F352DC6E7B0DE5BCA7E936696 +:10C2D000C7BDEF18BEBAF5C6EDF8D22C717E364850 +:10C2E000221FE04D3072FE2D321F3241DDDF9C7681 +:10C2F000AF1C47F1CC9BC0F78973553B8BF4D864D6 +:10C30000490C9D434DFE6BEC467F4E1CD99D472A40 +:10C31000685EE37185E911E93768F18E26F7A8EFC9 +:10C32000DB69FCE593C0FEDCF81E5F701BBEAFACA2 +:10C33000AFA382E290899F77BE4C70A8B848C37FB4 +:10C340005F5B03CBCD81360F437FDB0A551E5BB8A5 +:10C35000FD4A5B2BB75F6DF3323CD4B64995C70EEF +:10C36000EE3FDCB69DDB47DA7CAA5CEEE1E701A29A +:10C370001FD265B3A697ACD3F83E048C0286E44185 +:10C38000F1C275E4A13155E8E748B9184C0E007CBC +:10C390000ADD97DC81F690F4D89DE01D4BF51D0D6C +:10C3A000CB3B4C93A46F2E0FF5B6474D745F11A98C +:10C3B000DFE683C27237D0DE7B9C3762EF35FD2625 +:10C3C00063DC4676CA22DFE7A43CC2D7F72F3C2DB8 +:10C3D00084C7D0EF137C31A562EC9B48F9C6134F9C +:10C3E000535EFB42A9EB904BBA061D22E2CCC6512C +:10C3F00062FED7C54FCB7F0D85DFBF67BB5ECF4ADF +:10C4000009D9B3683EF3086FB2717DB1D9E2F33D4B +:10C4100044F1DE8B517C1EC1E61A5D1396BF399143 +:10C4200025E2D4FA24D7892CF60F7A9EFE473A2FBC +:10C430005D319C6F898CA33E0D540C0FF79722F54C +:10C4400069B3FD0A9FBB01765E32B09D6F3680876F +:10C45000EA898A2C6095C8EFCF2EFF50BC7772C056 +:10C4600045EFB51BAF7B5FD9DC7A89D71FB4DF20DE +:10C47000EA969AF797DA9784E50DB2B2D53A040CAA +:10C4800010CF5943F4BB51799ED2D7A0D30FDF3AD6 +:10C49000FBE9FAA5AE7F0E9A1DA2EF5CCF2CE6C396 +:10C4A0001D14217DADBCBFCB43F03987674436C92D +:10C4B0003F6523B1FFC2DEBF66921F7DE1B609F67C +:10C4C0006930501FDEA8FED3F49EA607379A614557 +:10C4D000A72EAF935C48791D8D1F63B3F57500914E +:10C4E000E7ACB7101986F8F63E2FEAE27A63A37D2F +:10C4F00012B2DCB5EF0F27A90E099C7AFBEDB2DA78 +:10C50000B8DEB478A193ED38A01D27D5823BED09A4 +:10C510005F778651C4416074E62E0A3B37ED6A9D11 +:10C52000C31E84BF46BCE316068D4A98BC55AAF8C4 +:10C530004E5B301D38BE5CE8623F30CE2EF2433396 +:10C54000AC501245EB7E79258FD69DA3FA095B4C42 +:10C55000E027BE0D2F2B94C84F5C9DE49A954DF9B2 +:10C56000D2872727F03D17E5566F0EE9A3197255BC +:10C57000EA623A37C9463EAF9A9EA9B77D60960DEA +:10C5800054CFE0647E47D20B20F8EA369CE7EA9667 +:10C59000EC94B78F3CC7AEEE8327C9AF1FCA3F1DCF +:10C5A0004A3F45EA0F8DEE91745E9DE45E4E72A6A1 +:10C5B000E997C8FD6A79E32608B29CFE64E1B36E90 +:10C5C000824F488AB83F069F6B04F27B75F77D4027 +:10C5D000F38B645177DA374BC44391E7FB41953FC6 +:10C5E0008DAABE284A026B2AF1C303AC3F7B678D3C +:10C5F000E138E4EFB245FD15AE945D1B56D7A8F9BE +:10C60000353DEAF71B75DD515E392C7FB0313B813A +:10C61000E7D5593FD5E9C1D5AD5FE8F4D7EA3C216C +:10C620000F45ED4AF17D08D7AAF778BB46BB371313 +:10C63000DF57763EB2F7B042EFDBF1837788CF87E2 +:10C640006C422F1F4E61DAF44AFA7A9C3AEB25D5F8 +:10C65000FEEFD4DD031DAB7E9BE3DCBAAE182FD119 +:10C660005FC34B8B8F357DDD74E0E33364B77BA410 +:10C670004B671E24FA3D6F61FFAC91F04EE2B8FAB1 +:10C6800009E2D3B3870C4CDFA65916BEE701A332EB +:10C69000B636364497DE8FAF5D27A4E1A7BD4FC302 +:10C6A000AB4712790A6DDCBF660BBBF4A16AD78E6B +:10C6B000990217892F17F6DE2A51C2B1FF7942205D +:10C6C0003FC116E2CBFF2F3FE90E10FEF249C3BA7D +:10C6D000EF9B915E3D9DDB4C9C57FE86FE91866FE5 +:10C6E0007B2CF8683D7081621FC6293C5107889BEE +:10C6F000340EA3B84DB425DBAB5F901E9BA2420E57 +:10C7000022B17FB28AF646A905083F2B7430DC229D +:10C710003915825325B751E4B37D2C8F33A165249D +:10C720003DBFCDEA4C351AE8FE50E411E7256C9A7E +:10C73000C36C1C061BE93EC568F69A86915EAC8DFB +:10C7400057EB20059DB4BAC415F83B19E9624C00BB +:10C75000C588E357A0DF6E42FAD62F5FF0D33C1AAC +:10C760006F9FCC74D4EA1A691ED171FEE1966AF209 +:10C7700077BE7BF0EF8EB8F0F9C7891D9C97FD73EB +:10C780006057FEBFE19895C7F6F177458DFEC04C26 +:10C7900022EF6AE8637BA4D17F210418DE057D0CBB +:10C7A0003D60E7FE25E064B80CDC0CEF811686A73F +:10C7B000D27634E1498005C3B79A3E85101D5625CF +:10C7C000AC1F47EFB1976FCF627DA3DE4745DE6FA9 +:10C7D000D424D8F83E05FB45DDE699285FBB83EFFE +:10C7E00033FE9BCEC103B26B91A06F4B01F96BBDC1 +:10C7F000096690E8BBAD14A147BC1780F3B0BD2615 +:10C8000075FE2585DB251545ECEFC05585FDB24944 +:10C81000EA7DA3A6674B6E1575C0F095183FA54F2E +:10C820005F2F5642C94B9AFF5785EF2DA67E1E59A2 +:10C830004FA6D7C33B72841EE3522BFCB324C9D04E +:10C84000129ED7684F1D26F2826ADBA2D839CF31FB +:10C850002E479CC3DE3803CB09FED45BC711BE82D2 +:10C86000AF93F6FD5195470C388785BEB79B64F4AE +:10C870001FA4E7AB557D8FDA98EDD564924FA25790 +:10C88000B75EFF43EAAD5C17305145418B63255CD1 +:10C890006B6122C9734066B9853E862EB0B3BD2F49 +:10C8A0000727C3E9E06688F2CDB0123A187E073A4E +:10C8B0001956418021DCE27416E1FB0D56BF2CCEE7 +:10C8C000EF8FED7C8F3B6BB981F2D625DF15F59CA0 +:10C8D00043D1A52147D88FA1E9820779DC8DD0C546 +:10C8E00023F08BA4CBC85C3E471A5D347A44812F79 +:10C8F00095E838058232414A55D3FC69781CA95D18 +:10C90000012E6ECF18921EFE76BABF2B0B7A8C9C2E +:10C91000E788A4478590134D6E347DB658DD3FDD22 +:10C92000E510D4F44F478EC2F2A2E9213C6F7C5F40 +:10C93000ACCD8FD4535A7F494CF9150555FADFFC1D +:10C94000F3DE3ACA8F971497AFA512A7CD392F8976 +:10C95000F6A4F2E7D2B1FD939CDF8B764179B1C9A1 +:10C9600009B04E7AB56E3AB6DBDF54BF53B466EB0E +:10C97000BE03BC6CFB81D34E7673A4CD49FB7CD83F +:10C980008C38231E568B80728688235F6803FE5E78 +:10C9900042C3D362117E1F8EF7929F9672DEBB80D8 +:10C9A000F20CDAFE4657FA5F322924134A31E54D7C +:10C9B000268CF6ACCB290DAD8F7870BDFC08150F19 +:10C9C0006DDE049BD9C5F5A0C98E62DA77C768F71A +:10C9D000C61C3A5FB1E2DE561BB747F52F27183B5E +:10C9E00064BAFFECC811741E0CBE98E3FA5B5A27B8 +:10C9F000F2F960F6A8F7433327A176E778FE81F0D5 +:10CA00006E8EF9329BECFEC5C2631B838E905C4A2E +:10CA1000C89485B8FF76976AA7B43A7AF2CB907F2C +:10CA20001396B964526DBD1FE291C47330AEA1E597 +:10CA3000656AE3BABB785DB9EF1E92C78B09C7CCB4 +:10CA40001FF2391A29E44BD54BFB0FBCF6E008D195 +:10CA50007443D8F9693EF0C55FDEC5F3D67CD9E6EC +:10CA6000A4E1BD71823E93F63DB696E907369DBEC0 +:10CA7000D0CEDBC46E0B7F4F3469DF98EFD1B8297D +:10CA8000C74E67D0BEA69E0EB6537AAB77FFDB23A8 +:10CA9000849C6BF75557A56F62B7B57A8F356F8950 +:10CAA0007A8F3564B8A9FD6B89E3EEA64326BE4FA5 +:10CAB000FA48B5275ADDE70A757F17C8AEC9F41DD5 +:10CAC000EC52AE53019FF0A315FC47E77EFC49BD35 +:10CAD0003E6FEA8CCC0B8B3AB9C8EFAD23EB548E8A +:10CAE000E6A8F571A36014E3AFD6650EB65FAD1E80 +:10CAF000E567E03A95C3F1B25B26392D358ABAE88D +:10CB000019F28FF93CAD19955724EA59459DEFF27A +:10CB100028B1AF5FABF5F46B1E9781EA36D6EC37E0 +:10CB2000F3779C3B515D94917F5DF6049F8BE52AE2 +:10CB30008EDAF9BB7793C4F78DB0238965ABE069D2 +:10CB40000B9F9382A787BB883E0566E167EF7CDA7F +:10CB5000B289DAED1BA2BDA4777F95D077137D1F34 +:10CB6000DD1EA5D693E37BE8DEAF20BD2F9DECB99B +:10CB70003557E8A976D59E6BF79EDA7DF99AD8EC01 +:10CB8000E11497F5F7078D3AFDD1AEFAD725841F4A +:10CB9000F98B2D2671DF1E25F03FF8E6FC18F277A1 +:10CBA0009F37BA63A87EE6F2F1F478B84EFD57A934 +:10CBB0001F99709DFC45C9F1ADFC7D4EC976A3A0BF +:10CBC000872A6F2FB4B9E07D5388DE1AFE33E467FD +:10CBD0002ACC744FB80CEC2C87AF3DD96EC5F69AB1 +:10CBE000CDFC6500A29A1B4F76ABF490CCDFCD4C08 +:10CBF0003C24EAA95E0077BC1FDB9654032861F24F +:10CC000012A5448312965788C94DD4B5639D37E960 +:10CC1000C6C797A5EBFABBD47A1CAD4E59F35F1388 +:10CC20005CB7E8E64D09DCC3F5A3499545BAE7F0E2 +:10CC3000A990FB32FC27E2D41699CED5A420C02FB0 +:10CC40001CF4DD8F3395ECC6C41EFDF9B0A8755BEE +:10CC500065C10E20F98E3A6ED4D5315B6C33F93B49 +:10CC600022CB10755D65B96A5DD74818A9FBAEBCCB +:10CC70009FDEFA3AAF7190F90F934B88BE1881622C +:10CC8000FF659AC1F6067CDE307A6BE7EA05E86458 +:10CC90007B9DE2D6D37D78839EEE691E3DDD47AC59 +:10CCA000D0D37D548B9EEE37B7EAE9EBF0EAE99AF0 +:10CCB000B169A26E7C5647B9AE9DB3FD3BBAF16334 +:10CCC0007CB5BAF6AD7BEED08D1FDBB944D75FD013 +:10CCD000BDF286E4A0D0BF46374E9383E2433FBA0D +:10CCE000A61C78F11FEB431075BD654877CABF0ECF +:10CCF000C6FF76A903E2A46FCEFFD65C555F6AFC3F +:10CD0000BF417DB988EC2D9ED3398744FDD71C9B4C +:10CD100095EBC4505E72E9FEF332443BE91E5FF3CB +:10CD20000BDCAA7E996B33B29D981323F48F561FA8 +:10CD300016190F4AB6435F503E666E991491F7D3A9 +:10CD4000D7990F758F511AF0EBDA85C74126BB587A +:10CD5000FA81D21E8BEF293E2DEE4522E3CF92A021 +:10CD6000A79DCCEEF81E34C30AC5A1021FEDFE2418 +:10CD7000326E82CE5DBC4FB37A6E22E3D5070CE8EB +:10CD80004F6470DD18FBB1570D03E2D75423FBAF9E +:10CD90001EF667DB46799EC945FAFEA13FAE0DB689 +:10CDA0000BE27402F95FBDFDF54477D6D3FD5A6FEF +:10CDB0000270FDCCD1750DF55EB2F7C9600F8E1310 +:10CDC000E91DFA7939D7B397D63B2B89387271D9D7 +:10CDD000FB4F3C877876ABFEECF0859D9C475A9DD7 +:10CDE000E4FA6D6EE9C07BAC48A8E5CDB43C5A5777 +:10CDF0009B9F614C9E93E38CC87C56D020F213DE3F +:10CE00001F89EF0C3F21A42684EA5B2F6F3271DD6E +:10CE100007A871F722950F5A7E62A1BA8FB3B8C4E2 +:10CE20000AB49F8BBAFFC0FC5895DAA3E6355A9C2A +:10CE3000548AB974A48DEB3BC055EC14F92B2D5FCB +:10CE40003142FE3A7ECF50FB5F95FAB12ECF05CF2F +:10CE500024DD501D6868DF62FDB3B384DD3F3B6BAA +:10CE600004D75786D6BFC879B3452D6FEAE4FBEEE9 +:10CE7000D6533A795EEC7D4FD71F4CEE33515E307E +:10CE80005839663AF90DC8F7CF889FC1BD6933EFAD +:10CE9000447A5E78DE32EE46EAB657A57EC2EF3FB0 +:10CEA000DD1660BE6AFB3BD37692DBC1B620C3C8F9 +:10CEB000FD6979050D9A5F02D6075A1DE7C07A4AC7 +:10CEC00017D7D1FC6C4CBA9A7764D98507D69AD417 +:10CED000BA03CF76CA8F5F9D1F534879DBD36ADDD3 +:10CEE000EC69B56EF6B45A377B5AAD933DADD6C9F1 +:10CEF000F69A6C9B282F715A12F7028B4679868D11 +:10CF0000A13A81957DF974CE9A0B82774914370E38 +:10CF1000F3A48DC1F74A181EA4719DBC379BFCBFBA +:10CF2000F3066F3ED53BD58FF9977AAA673A1FED86 +:10CF3000BD481E46D52F9FAAA778ECBC599CBF853B +:10CF4000BFFC199FB7B70C32501DA3F70549D4A1F8 +:10CF5000D98266BA775A99E2C9A2F752BD16D5E3CB +:10CF6000D373924B2D8FD96B127E5CAFEACFE58DD8 +:10CF700011FEE45882A52138738C38A70B09B23F03 +:10CF8000BE359BBF8FA7EFB91CFC7E17D5AF780FBE +:10CF900058383F1259D754F43B8B5F0ACB834E1D50 +:10CFA000E3E0759233C477EEC9B3A37C54F702C1B2 +:10CFB000C068AACDEAC7F7B8A80BBD40F9613A9F8F +:10CFC00054941E565735758CF0379B5E3B7B86F22A +:10CFD0004B1FE47A2AC684D52135C51DE4BCD4BCD8 +:10CFE000310A8F433C39CEB3C8B09EF8D2640D9A53 +:10CFF00069DE50F9EDC1F67DE17B819FE739A82E0E +:10D000004AC9A2F768EF453CE611DDB5FD6A7884B0 +:10D01000D6B9BEFC6B795BAD7DACFAE16C3A3745B5 +:10D02000545F760DFBB86A8CC81B9D364144FD9950 +:10D030004A37D0EACFF2583F6D54F91CC9A756952C +:10D040004E45685F293F6F8946DB5E145A17C77BE0 +:10D05000E8FE65618BE3B9C3C9542F3996D23BA171 +:10D060003CBCBAEEAED1AE3563C2F2E1286FE2FF4E +:10D07000DB9815C5F2D174E0D419FAFF10EEFDE784 +:10D08000B1C5445F6D5E247D91AEA3889E470D7E41 +:10D09000B35AFFD63686F3E147B9BE4CA3EF37A5A6 +:10D0A00067EFA800C785BD3BBF184DF5B64DEAFD3B +:10D0B0005593766FD2A5CF0F213DBC946F18785F42 +:10D0C000027CEF6251ED86459B3FD2A89B5F13E740 +:10D0D000FE39D165AFAA1F70BCCFA0E6A3C9CEF4BC +:10D0E000E7A3553BA4A924E9A4C843971224C72069 +:10D0F0002F9EED5289F63EC48BF8B751F2B23DD760 +:10D10000F255EDAAFD9697AEE53C5E197430B4C8B1 +:10D110000EB687967781F3F5FD79A8CDAFEAE2F3F5 +:10D12000FF01B894F3D5504D00000000000000004E +:10D130001F8B080000000000000BFB51CFC0F00364 +:10D1400009E772A2F22FA1F1F9D1F89B3950F94CFD +:10D15000ECA8FCA968F2E8781D137E7942D89A9968 +:10D1600081C109883D81388019BFDA7222EC7A24A6 +:10D1700009A1DB81F46E207E0CC4AD820C0C2DC2A3 +:10D180000C0CD781F45441CADC8B8EEBF8A96BDE12 +:10D1900028260DB7C8A1F28F6A32307CD76260B002 +:10D1A000D381F06B90E4838162C73421EC77CA0CA1 +:10D1B0000CD7B419184AE4B09BFB1E287F1D289F8A +:10D1C0000C35070023238ECD68030000000000000B +:10D1D0001F8B080000000000000BCD7D0B7854D59C +:10D1E000B9E8DA7BF69E5726939D64122630849D1B +:10D1F000F00A187012120810ED24048D8A3A3C547B +:10D2000044D009D28A089A22D658693390072182DD +:10D2100004B52DA2E21090A2B53DD1A2E5F4D49EB2 +:10D22000416845E568B4F8E839D806B43E7AD51BBC +:10D2300069ADFA5D2DF7FFFFB57666EF9D17F69C99 +:10D2400073EF899F2ED75EEF7FFDEFF5AF352E7719 +:10D25000366363183B837FDF60EC771263AC3C95E9 +:10D26000327778310B30B65273EAED058CDDE40885 +:10D270001FD5CBE0FB0839FC888EDF27D4303F6315 +:10D280000EAC9FC75831FE07DA35F9E47012DBBDEA +:10D29000E6A870E8A9FEEDE94A8531AD1452B6A5BD +:10D2A000DB01FDB084DADBE366F477A690B1861388 +:10D2B0009F4C3962E4E1DF204B0FBC7B0EFCCF0CAE +:10D2C00036E38C83B1D3BE0519493678FF7F6E648F +:10D2D000F9CA78C63E6BEC9D72647CFFF29B1CAC75 +:10D2E000BEAB1852C6DE7165E17AE3CEABA730362D +:10D2F0008DC1A03990F7C12266A6D679D37E295F69 +:10D30000294ACD67A54F3EE91A60DE8CC52DEDA1F7 +:10D31000FF24F66F6F3F683B05FE99CE989717B1D3 +:10D320005D52AC02BF7B026BE323217FD3E3552C1C +:10D33000569CEA1FE71D9D921A67D0F906CE6EBE75 +:10D3400083C1D3A877DAB7B19541BB2695E3437380 +:10D350008E1CDEC8FAE38301FF26DFC6DC986F70FF +:10D36000F8031EE81AC2DFE1E378F37A53056C2F65 +:10D37000FB36F3103EF59BC73078B20CF124EDBFBD +:10D380001F4F1AFEE7E1C9F7105EFF53F084B10E9C +:10D39000CE4798EE8CA69BF35186F348D533A5B9BA +:10D3A0008006623D8E40EB278EA9987AE3C81F1C49 +:10D3B00001E5DD1ED33E1BED54278BE1FE34318E9B +:10D3C00077F407535442E13DED808B7B9993EA2932 +:10D3D0000137F5A3681D0CF111E0B597C69D67856F +:10D3E00023631186F355738B3238FCB2065CEFC3AE +:10D3F0008DF5531513BE3CACB2C55D3EDA305AA76D +:10D40000FA7D96C846387EB9505F3065F07EEC7084 +:10D4100003BA7A33067415CF71861F61297AB2AFC9 +:10D42000EB5FFBD6E58C239C4CEBFAD7A1D6D594C9 +:10D430003E21C38C17F679348B7519EBE8FB6EAC83 +:10D44000EF2CF77FB0F2663512AC832EE2E903AF22 +:10D450004FC5F581BCF977B13ED5E7A47D8375FD55 +:10D46000FB40EB5258474492FAAF4BD1DC041763B0 +:10D470005CC5FD9DA9CAB4D4FCDE631AEFBF6FFC86 +:10D4800030E1A54363D4EE188BBD87EB073CEC2657 +:10D490003CF445889E9C41E8E05C4C238BE300CF44 +:10D4A000E6433359F114625F6C35A44E5F8CCD8333 +:10D4B0007ACD5F3916235EB24019F56FCCE3149331 +:10D4C0002DF0E9C363310F3BBC3A11EEC5FDF7BF48 +:10D4D00073F305C1EBF1BBC4E164878BD11EE0C6D9 +:10D4E000A49C147E1878D0B959C02B30F07EAAEED7 +:10D4F0005BA72AD9FDF1A02567BA1E2B1608954B0C +:10D5000053A2BFAD3AEB709C8BCB95E32E80D7A492 +:10D510009A6470397C77E1BAA0FF77DCB14C09FAE4 +:10D5200071CA7AB50CDFF4A8568D736D11EB9BEBC5 +:10D5300028F69C82F9DD535B98B11CD219B8A90377 +:10D54000E0D1038DB016C0CF1F36BA29FDECAD89EE +:10D55000B48EC1F06D4763CF144535E557377B2650 +:10D5600020FE05E4F0789DB1516B0EFCFE5B8877E0 +:10D57000A3F552E23D1149C1757971DE503E49CCA7 +:10D5800003E038492A37F1870087A727128D6830D2 +:10D59000FE24168D48B0D5D9FB593869E0A6093E5E +:10D5A000065C000EA5B81F85818E6741056205F3F4 +:10D5B00098AC9AE0704FAD4C8DD65E3AA1D35190A5 +:10D5C0009AF76D12C71B160A707C55C2419CC76042 +:10D5D000F4771FC0A998D3B184F546465902E9688B +:10D5E000B3F87E9A45AB713D2357EA32AEA345327C +:10D5F000F85790211E358B79DFB7C04BF3691EAD0C +:10D60000EDC6F95C86F34038AC1470EA8F6F970D65 +:10D61000846F23A3D1880CF0BC5C8E2DC0711D4596 +:10D62000490D49215D8AC79DD06FAB317E9C75E362 +:10D63000F839124BFDC1F869BADE89787F3DEE07F3 +:10D64000B4CF09B77E5B86F5B84F5CF40103B8062A +:10D65000C24A1CE5564E4FDD3CCC87F44415C2153A +:10D66000BE9F44B87B7C514985F1D3CAF746B0EBE5 +:10D670006FC8B1EB711EEE708D84FA4CA83E4CF36E +:10D68000BD578D32DC4FB5321E8942FE8135D359EC +:10D690009D09BFD689F53B022C92284EEDF37D0EF5 +:10D6A0008E2F5BCBAA3D37F8B09E97F661322B8B5D +:10D6B000683EC40F400BC00F15F143273CB815E17D +:10D6C000A447F56709CF025AB5A413FE8F407CBE6C +:10D6D000570DE761BB7BD7381727385C8E13BC65C5 +:10D6E0003E0EFCAB239C3C225F29A9349E73098724 +:10D6F00057968F257458A86329CF67EB2C810BF7B9 +:10D7000022DCA6A6E0E6457821DCC685713BD8C8B8 +:10D71000A2883481C36713C2278D752415D81FB71B +:10D720009E8863BA43A9FFE3F7A0BF1D471DE1B878 +:10D730006EC24706F8382505A7BC18D0DD00F2DA1E +:10D74000A83FBCFEC0F146F171F966C809C0DBFB19 +:10D75000715E8AC6F1F66CE591DAE0D0DF417EA613 +:10D760006832C2D1E9E6706B092E88E3BE7C8A7DFF +:10D77000C1FA1C1D25B44F0033924FF827E3BE05B4 +:10D780002309944BC40FA7A7F4144F91CC92A6750C +:10D790002A212F4B9AF5B7C57109C7BB4DD4511B30 +:10D7A0009C340FA78FEF0BC89B0493709D2CE9410D +:10D7B0007D01E41EB6C7E59E198BF93B693CA37D4C +:10D7C0007B51291B489F56B01DD441F23853D0BF1E +:10D7D000DDE0F0B18DB7C83ADFB36EE753F4774DB3 +:10D7E000FAE2E0ED14F6AE011F00E22BD881490FFA +:10D7F000DCA4B28312C891A6D00FE3B83F9BB00857 +:10D80000F6B795F1FD6731D922E71C21AEAFEE42A4 +:10D81000E2C17E825CCF72B10B92542178767A9706 +:10D8200021A7EE67B17711BFC6ACEF9110CE6A6E3B +:10D83000C548B37C31F44D165A44F5F76C7D7783B7 +:10D840000BE5C7F7B512C209815F7B047EA5C6D977 +:10D85000487C23D198606FAB283F78FF7A3C4AFB25 +:10D8600039663D93719CFC865E0953A3BC0F6F051E +:10D87000DDB46C5990C1B0DC1D96914F8DED2879C7 +:10D88000D61D30E36B942D4AC7A165DA9F07203D72 +:10D8900063E02D8C9FBFDE6BC157031FCF9A2EE331 +:10D8A0009143E3607D970AF85F2AF8072B53DFE97D +:10D8B00031F695EC05259507C07C7407FC07F5DA71 +:10D8C0001229F188D4BF7C9EE047F3F0BB313F982A +:10D8D00077912C09BB81CBA579A2ECF0536F4C98C2 +:10D8E00006537E29EC80BD06E83EF5DC9669D0FF44 +:10D8F000CB3321AF8BF9E6627F7C1F5E2E60911ADD +:10D900002C2F971271E8775EE526B22F2EAD70901E +:10D910007C9887F337C1E5E3837F51701F6EA9B40C +:10D920007E2F432649F309F1FE45D99A5207F5FFA8 +:10D93000529944F47CE4ADF7EE9E0DF33B562985F5 +:10D94000717E2F85DFF6315F6ABC3E78E94C437803 +:10D95000D9C749F1C100C9D92C01EF1C505018F1A9 +:10D9600005AE7F658BF5E56AF524C782151D8738FE +:10D970006FE2FB3D32D255857AC63DE94B7E1F23CF +:10D98000B8305D994EB367C4F0991217E34A675CEB +:10D9900028375904F95008BF1BFB03F0CA5969DA4C +:10D9A0002FF8372DAA58E6EB29B2963BCCFB5B90BB +:10D9B0005A8F814F1E43EF8EC474941B6D52FC4DE1 +:10D9C00050C1D916F7E4AA7940576A0F63FE00CA1E +:10D9D0002B2591C0BAE3389F77E0BA01CE69416741 +:10D9E0002209DFDDF98C75232F553ADC085F47717A +:10D9F000342EEBA9F5B3755984376962AE9B8B5F02 +:10DA0000D5907E8CFE80A158E4961DDF159DDB1F0E +:10DA10008ADED6CD53A14F68F50CE10DFACE1A1966 +:10DA2000C7592A0D686F19E30C4B57675B0F4842C3 +:10DA300081F5DF0E90417DA8A1B2E1CD187C3C05B7 +:10DA4000F63FCE43ADECDD80FB9F717EC318E41F33 +:10DA5000FE73B8FF62F1ECA5EC5D48838168FC5D64 +:10DA6000D46B6407874F6FBE459EA9C9AB998EFAE8 +:10DA7000AD2F1C8920FF6125A40701BFA1748FCCA5 +:10DA8000F59F1F88F40199EBC7B0DC88B91FD06FF0 +:10DA9000B6C9A8E746B46A4547FB88F33743CFB514 +:10DAA000AFEF5E41E77B648DD24DE9DF09E2FCDD3B +:10DAB00052EC7E99E013B1F8073C917812537B7DCC +:10DAC00015A681F4E19FBDD48DE3299586DD5F4FD6 +:10DAD000F61BECD71EEA6FB1D55EF20422821ED887 +:10DAE00087A41F88EF9B467FCB3D907D512EC77E3C +:10DAF000229BF0D919E4FA633A7B5043FF13743543 +:10DB0000EE4C766ADF109688B7A7CBDC0917D043B6 +:10DB1000BA07B8302CC627BD43F3457D0EF5C80CB7 +:10DB20006C0278D5DED84D760BA25005A0707AD85D +:10DB3000448FB8BF29BA15F4C58E8F83F5F8C4BCDD +:10DB40007DBE18E7CB614E876EF807F94C06D30E01 +:10DB500021A8332AACF4AB1585897F6446ACDF710C +:10DB600009E959985AF9F2ED90CE82EF17C0C6E252 +:10DB7000BA32E7CA0992A12C326F7C6E6A1E9939BB +:10DB8000A0EF62F96BA02F42FE338F7F2A2ED23492 +:10DB9000BF53383F5467697EC53D71998F2B217CF7 +:10DBA000609EA7ACF3D9F209EE27CCD3F21DE77340 +:10DBB0007EA965BEA7CCF36D70F371B15E65567F2B +:10DBC000BF61BC9A15D5C3A4FF240B3FB3C2149404 +:10DBD0004B9FB20F23B528CF7684884EFC9A80AF36 +:10DBE000BB9B9051631AF163BBFF10F6EBB479BF96 +:10DBF0005885C8EBC067399CADE52C44784379075C +:10DC0000EBB3839657084032FDAAFF001671E3512B +:10DC100095B563F64BA8351DF19DFF9D7A9BCBE131 +:10DC20001B518E42BA8245FD38BF8F985C8B76D5EA +:10DC3000478891B00F1FF9A6EFD9C0F1C58D78DEE6 +:10DC40002CECDC1C87F027F95A399F637DF8269D60 +:10DC5000A17DE5FE11D0F308EFE2CCBD81E47C1B91 +:10DC6000975B71F807F3DFECB0CAB11B7658F3DFAE +:10DC7000620B72917F7DEB3E95215FBFD12627BE5F +:10DC800092B95FE60656DF8AF6CF26E1775AAE31C3 +:10DC9000251BF66DCD2F1E9A8EF658C8C1F9CF9F61 +:10DCA000C19ED55D29B8AF0A249C91E2D4FA14C66E +:10DCB000D7D724852F9B2D0DBEBE4D6AF76528AFA3 +:10DCC000E35B553ADF60424E527B184A39E0887870 +:10DCD000A65ADAD17CAF6FB3AE6FB8F5DBD70B9233 +:10DCE00099D6BB6A7F1DF18FC1D6E3DC2F91BD6948 +:10DCF000E743D31C92457F36F0DCA033C06BAE7790 +:10DD0000FDC1936882F1AEC24319D25FEA67703FEA +:10DD10006CFDB9980ED7EE9A7FB0DD75D82EE7EB83 +:10DD2000B7BB7E9076ED814414E9CDD0F73DEE7A15 +:10DD3000BE890AF7CFB50787290F41B96388F27109 +:10DD400043B707BA3B7306F0A20E3F921E160FE1CF +:10DD5000BC4E35A2639DB1A36AF472B4EB8EBEE6ED +:10DD6000606049415E6B0DE2BA5A241DF5F3BA2D8D +:10DD7000F3A9BCEEB823201708E2C5FA0517ED4554 +:10DD8000FB729543E570567A14D41FEA2A0A2E4096 +:10DD9000D971548D873261FCDAEF73FBA3AA62C399 +:10DDA0000A6C77997EB58AF2E4B9C79B96627E9534 +:10DDB0007EA1827CF83607F7077CF4D813D319CC00 +:10DDC000EFE84FD35912E7AF249CA8FFAC027C4682 +:10DDD0007CBAE99FD2499F5AF5E49A3DF3A01FE926 +:10DDE00017E9349FDA276FD8E7A2F93571FC7C7AFE +:10DDF00061C63D625D6E00CDD10DC22F198F8716B1 +:10DE00004293352E761DEA07061C0CFC5CDE56F2AA +:10DE1000DB20CE6B7F26F9D7FAF05A81FAD0BE0EFE +:10DE2000D20503E0F54E07F7777D58E05A8CF3945E +:10DE3000F61FBA96D6D775958AEB939A339D7F8253 +:10DE4000F1B68975423D5A47FC5129311ECA3F7CC3 +:10DE500054E2EBEA9AB2DB8370DDBFDBB99CCE21E2 +:10DE600036107C8DF92EDF5FD23A12EA2DDF9259FF +:10DE7000887AE39C7FFAA9BF07BEDFB2DF91443DF9 +:10DE80000F52D2F7AE6F7358ED7A90E812E0C1CD21 +:10DE900082BFDC7C600DF1DF9BBBEE22F974CB41CD +:10DEA000D5229F00CE74BE75D31B8E30DA2437FD89 +:10DEB000FCC77ED4B3FE1C7CCC8F761C8C53E7044D +:10DEC0003A283B66956BD8FFE759FDFB03C58DCE1D +:10DED000736EE9DACCC7635C8E1A7CE5CFF83F79C4 +:10DEE000FDE5DC2187F57CEC53766C3ACA7DB63FC4 +:10DEF0007B40FDD3906B067F01BB68571CC6FDF0CD +:10DF0000C9FFB50BFDDF47BFFACBAE3B11EECF78B3 +:10DF100034C4EF5B1EFBD3AEEFA29C39E892114FE5 +:10DF20003E7EE6C7FB7642FEE3DF4F2C4592FA0FBA +:10DF3000C1AF3E2EF82C17D7BFEE99B923101FD7CB +:10DF40003D3567041BC0AF61A41F035E254C786597 +:10DF5000E8F7FA41E86F04647F2552DBBE1C3EE01F +:10DF600048A28BE8A3375DA477DD02DF1A404FB8E3 +:10DF7000B9FE06F213627E3DC0F7E6C7B93DD81F71 +:10DF8000CEF1517210D3E42834416F3EB0F0F2F379 +:10DF9000CA3055C33AAE97F5929CB2B7BBE538ECA0 +:10DFA000E7B983EFDFA7EC4B27C2FD16D467A6F6CF +:10DFB000DFBF8FF07F66F6DFBF2F1CD673F04FD91F +:10DFC000EA877762E181EC01ED7763FFD63C754526 +:10DFD000C6407E23337C936701DF95C24FF21C88D5 +:10DFE0004305E9EEC99FECDB19C0FD7585E7E17ECD +:10DFF000FFF4D37C545ADF577BAF45FAEB7DC6A5BF +:10E0000075429B55CFBC4172ECE3A75E71EAC4CF69 +:10E0100041F505F9FC31EBFBEB46797DB3F0FBDE16 +:10E02000B2373D897E1D639F6E4ECCAFD5FDF49D0A +:10E03000FC3D372738DEDF9C38B4481A60DFAA94ED +:10E04000422E3F12390497357AB753F359F753AA42 +:10E05000C07D3C7901E2DD60FB68AC5FC3F5CF3089 +:10E06000EDE75E4EAF83D1E5C7BB5D8A9491DADF01 +:10E070008F851E734B427A830D40AF867F88399619 +:10E080000EB94F767C98AD58F1C1686FAC7B387A89 +:10E090001E7E3D5F0F5EE7A0B157DE1F6E1BE6726E +:10E0A000FEFC52818BEC845754FD47B7227E3CAF77 +:10E0B000B24E687259E17B8A3E801DFE32EA4313FC +:10E0C00053F9CB2BA4966C68777904E4899EC253EC +:10E0D000A33C5AE960BA693EA76BD78590CE0E077C +:10E0E000199DBF1CC96309DC8FDFE4AD3E82DFB739 +:10E0F00040FF0CFA6F6DD4D069C8DA1A8394F69D8C +:10E100000B468A64D4B3D7A2DE8FE3ED7FECB1C7B0 +:10E11000004F2FC60140441D065169B667DF14F356 +:10E120007DB5D14D7ADCD5454F2828BFA5E227140F +:10E13000942B97C49E50F07CEB48DF798BDE8247AE +:10E140007017176596B643FFBF91B85CBD78DE6E59 +:10E1500065B9A9DF4B443F9714EF0E21FF7D419C29 +:10E160002FDAE1F594C2F9EB86493F0EE1782F8C66 +:10E17000FE51881B6341F24BE60BBFE491F13F7EF9 +:10E18000702DC0F1689114467FD9D1868D3EE4C3CD +:10E1900047F58516FC3B34E93D09FBC90FEE569067 +:10E1A0005F77229F80F5ED85F521BFD80770C3FC0E +:10E1B0007E801BA68F35EA943EDE5844E53F6B0C0B +:10E1C00053BEABB182F24F3646287FA0B196F24FD4 +:10E1D0003746297FB07131A5BF6A5C49DFFDEDFB91 +:10E1E0009BB3D00F3F59EA4274FD75633D95271BE1 +:10E1F0001BA8FC3685EB07F96DAC0DFDC50D0DFCBC +:10E200003CA6538D2E8E9AE66FD47B54E1FE85DEBC +:10E21000B45827F2ADD3B58BCA71FF5BC65F350525 +:10E22000F7F1A87E6F0CF58B4FC7B9E9AC815C980C +:10E230004017CF8F9F41E79DAB33628F2A267BBF6C +:10E24000B0CDC992D3701F1335B928FFBE09FA1D8E +:10E25000C0F1E2DADD4A2EF4B32056A0CBB49F5DC4 +:10E26000CD5968574C11E5F34AD4EAE2E1F771BDA4 +:10E2700098F77355F521A4B3E784BE7575CCC18AB0 +:10E280004C7AC8C25A6BFE06D12EEBA271439EEFA8 +:10E29000A687A19E459FE174E4427FB9D9AFA78FBD +:10E2A000B4D473687BA2E82F1E8C3F39FCB55C4F59 +:10E2B000D6947791BFC968EFCA297E63F84D97302D +:10E2C000E32F42F9EBFAF2606119FA35C0EB9AC814 +:10E2D0007115F5F56BC10452205DCEC24ED4BBC1A1 +:10E2E000BEA5F45BAC9E525728A9F2F3C61A0DCF17 +:10E2F00017A4C86CC799B4A1FC69D67308FB39FC94 +:10E30000189818C23B38CB1D33DB5D1F08F87E26FA +:10E3100052C0A335883F838D63F01783AF7CE18BB8 +:10E320007EA294A7F6C748076B6FDF27633E465C63 +:10E3300041D645EB9E1B0D5BDCD9A1133F6CE891E8 +:10E34000487F1F7BA2A093CECC984EFCCBE511FC5E +:10E350004BE8BF0DF8BF786EB0282DF108CA9FAE0C +:10E36000024BBDE048C3AFDAE341FEB1A9E114A519 +:10E37000A71B0AB74F64C3AFD7CE4FBFF0C5B25586 +:10E3800080D78FC64CDD8E7EF25DCF3BC82FBE4B53 +:10E39000EDB91AE7D170C2A56F84F9BEAC44026A28 +:10E3A00039F16D9A8A81BF0D5BF4ED45FAE070E9B1 +:10E3B0006C2B1C128EF679F5E1E320F491C2135E0A +:10E3C0000FEC14E62E25BC4CEA40223D69194F772C +:10E3D00043E9B286A48AFBFFB6129B82F3BE862570 +:10E3E00054C4C731212D179948955F2778EFCA7D0E +:10E3F000378F988AD25310FD3AF1408C0D28C737D9 +:10E4000009B903D3213F50BEF0E3C8691FE6A1DC80 +:10E41000A852A501E3275883F2A139AE0B6431C994 +:10E4200065A84BE7327538304CAD4EEE21FF5B8D61 +:10E4300036BF26134074EDFA02216F39DE5CBB3E15 +:10E440007337DAAB13D4D83C95FB05C8DF5DE79B87 +:10E450005C83FADAD9AE0F46EF413DD025E8DD58AE +:10E46000EF3BEED855D86FA196599DA9237D73FF38 +:10E47000F15CE16F3C1D60A4CF0FD6FFBF88F89020 +:10E48000C760DFD18FAA7EC83A505F7C0EF61FF3BB +:10E4900028AFB0FC9F415E617E17C82BCC1F067968 +:10E4A00085F967405E61FE71905798EE033985DF0C +:10E4B0004FB3E88D88C76A809F3F3739D94A8A3F72 +:10E4C000B3F9B5D70AF81BE9AD2AC7831674D8A1EA +:10E4D000BC78CBC9CFC194FA510BD2798A78316D0F +:10E4E0006FC481673DFE632C817AEDC5FB3B8EE0F6 +:10E4F000FAC3EF68CDE82EBDFBA5A2C35EC8FB271B +:10E500004B742EBEE39586A407CBE5AEC37EDCC775 +:10E51000DFF273C0A7C64B0AFA55FCDDADDF467DBE +:10E52000B38C4536907F56E93DE4827A658BB430F2 +:10E53000FA1177BEEE8CE07EED74868F68B0AF3F47 +:10E540005FC2C29D484F6844835CDD335E9231F503 +:10E55000B7BD7E27D6F36F79F77BD89FBFE8815B85 +:10E56000291DF7E86DF47DDCBFDC4EF9EEE41D9863 +:10E570008ED03E59FC2ACC2B63F2E64BC2D05FC64C +:10E5800021E52234988287BF7517DA09C117766CA6 +:10E59000C6346F74E7F35550FE9C5A40707AE237E8 +:10E5A000B9F3C2308F966FCB25886F87946CCA3FC2 +:10E5B000501FA07CA9EA8822FF7BBA52A94D98E49B +:10E5C000FC832A3FCFD8A73A29551407E97B46BCDC +:10E5D000A19254C86E508FF3F31CF528CFBBB40E34 +:10E5E0008A07D925C5F6111ED75BE35A8C739CC7E1 +:10E5F00054EE972CDDCDF1FF408F9C403FEAC1EEF9 +:10E600008D69C8170F76173A507F2A55B85FE560B5 +:10E61000CF3D9E7480F383DD6B47703E1C4FBB0A79 +:10E62000FA7954F5D2FC9E443C2837B7CFA2F625A0 +:10E63000A6F619B86E6C5F906AFF8468FF4B956808 +:10E64000D6D45E76601AC6F63EDE1EF58ED02BD688 +:10E65000F1FF59E57129CFF66B5F2AE3F863C5F83E +:10E66000767A3A24DAB548F1B4A9A8CFAC51B89F6C +:10E67000745D16E995E51EC15344FD9302EF2FEE3C +:10E680003B9F8BD1384F1F2FA4F3EBC1F9829CD253 +:10E690003F482E7B537C9EF259B6FC485BFD425BA3 +:10E6A000F9645B79A935BF82EBF761A11737B0C474 +:10E6B000836B512E86647E9EFE7811AD2FEC31F077 +:10E6C00081CBD312D107C8D1BBA8FE3C85517D2197 +:10E6D000474B841C7D21CF58BF9E86EB6E60DA5D70 +:10E6E000C558FF98CC087EB1B154BF508CCF12E30F +:10E6F000795E8C773854FA22D63F7094CBCB143C99 +:10E70000A374DEF90B29FC6231F2938BACFB51212F +:10E71000E667977BCDCE2CC29FCEEE056EDCC77B25 +:10E720006B141AB7B02B3C0771FEA250C1614CF1BB +:10E730009CE49700AA710CF8116C65E7BF4D9791A6 +:10E74000EF3C9FDE3107F9CCCF0F019F807CD5FBDA +:10E75000F56DE8CF6A3871617B2DA4A39D56B9731E +:10E760005859C8D07E50DB16517C1C3BC628EEAEF3 +:10E77000707399E306131E4C0BC98477859B039C29 +:10E78000FE037B673904FD2D49C77E5DFC7C22C4F6 +:10E79000ED3813DD8E7622DD2E1E986EC73A58DCDA +:10E7A00081F07E5BE67A4E6D3C6DBE296EEE6012A6 +:10E7B000F8088C1B3E5476FA28C6B969B3A6219F87 +:10E7C000E9DCECE4F19663C27B90FEA638395F6128 +:10E7D000EFB3C1E2DEA638CBFBC7BD8D61FAB61A36 +:10E7E00098E8986E1EC73C26C9CF1F0E7E09D2D569 +:10E7F000D11FDFCFFFABD7A2D7C81D567D7C0C330E +:10E80000E9E30503E0FB897352F50B493FA5F8776F +:10E81000F6E5193ABF2A1B24AEE761C41300F16E76 +:10E82000909B981E8C2F70EBB08EDF0616D0FEB139 +:10E8300078C45705EDE9380AE05321E2ECD4667D4F +:10E840000EF19D36BD09FD6CAEE32C1C812A59AF3B +:10E85000F0F3A6CE244BA09FBB5363D9E47FE9E13C +:10E86000FE4DE33C12E909F9B3EBB8D5EF5928CED8 +:10E87000B1C2363F49A1F0A714DABEDBFD22D73A78 +:10E88000AD7ECEBBBFEBA073C8F8EB0EA2EB3D3361 +:10E89000595CCAE0F5F13C6AC705EEDDEDC427B965 +:10E8A0007DF294E8CBF097DCE4E4E74D47DE9AE8AC +:10E8B0004578AC75EA848F9D5BA67B71FD7B8E17D6 +:10E8C000927E7C78D6E4B41ED2CB78BC8A4BF4B36B +:10E8D00071D6E41757C2384F035CD0DE3E105A3E63 +:10E8E0000AE3CAEEA97153DC997F8F360AEDD62769 +:10E8F000760BBFFA097E3EDD2EE04D363CC0D713C5 +:10E90000D248EFBAD3298BB8D4E89D8877B29B9FC1 +:10E910004FF8C74AA3D0AFDE552071FFC230FD3497 +:10E92000A7FA6936F763D203557ECE91E4FE0381E0 +:10E93000F7F96E1FE91F767DB2EE04BF57007AE14A +:10E9400036ECEF3A168D907D066A1EF573F67A6105 +:10E950009CE027E69D1F2890510F4AE987D19D4EE4 +:10E960008C9F0C691BB1CED9EA85BB1A79FCF01ECD +:10E97000D403C763FC13E885B08E17853EF8B0D08A +:10E980001B41CFDBE7B4E879E1C5189F72A83536A3 +:10E990004799897A5CB814F33F6B8D35B9213F46AE +:10E9A000EECDC390F2C3AD757330EF6F924834FD76 +:10E9B0000AF2F110C62930AEF7ED6342EF6359B5A4 +:10E9C000909FB4221046BFCF1839FC4211F2A955CE +:10E9D000FC7E957F2FD7A3FAD1A9F00FF99B32D7F0 +:10E9E00022BE1C16FCF6B0D84723BF4C8925892FC0 +:10E9F00082398D7105C639B11A88117F3A8C010EA2 +:10EA000088CF4E4D9C37758CE4E76C90A60FB8FF0D +:10EA1000DCCE186EFFF7F6EDFFCB083FF3FE67176D +:10EA20009CFDFE03DF22D63698FDE3FAFC1CBCAC4D +:10EA3000D5973FCD626FD17E8578BC68DFBEC9A017 +:10EA40009F43EA10717B7EC7FC7AA48F4F043D1B65 +:10EA5000E9FB026EEC1D2B7F07BEFE3EC2D1A3D4A4 +:10EA60008BE013CED7FD4DD08FCF045F617F19F3BC +:10EA700059A62CFFDF4E935F12E18E76D96903DE33 +:10EA8000AC9EE2B741EFA7F8A37F18DEA13E787FE6 +:10EA900025E88DE6990FF6D8D7A1B7D439ACDEAC0E +:10EAA000219E7E9F8511F6737CF32DF1A6A7A49875 +:10EAB000D7559ED20F1A4E801D722ECEBF47E5F05D +:10EAC000E955713DD5D97A99848A3FDB32E718B090 +:10EAD000C26A2452BC98C4EE9A837ECCEA349E9FCC +:10EAE000B7E9C2E638E6F18C611696FF780E9E1300 +:10EAF000548FE5E5512C87FC7C3532C2653AE786B8 +:10EB00006D483093DDA86A27AB903F80DD988FF386 +:10EB1000D3437A356E497E83467870B6FC2121E86E +:10EB20007FAFE013805745D89F1AE7F6E370765F12 +:10EB3000898BE391919622B3CF31D97D8F1A765F7D +:10EB40006224B7FB1223CDFBBF17F545E4FF8A4EC5 +:10EB500072A5CF4FD3ECE1FA8BD03F0B0C7DD1C621 +:10EB6000970DFDB3C063C59B8C7CA3DF08F56BC715 +:10EB700023436F1C2BBED5EDE778E5FF7B53DD66A5 +:10EB800009FD6FBD8497AAC0ABAD78B80770D9DD19 +:10EB9000C6EF2B64DDC1E398F76EC9CAC4FE8F3B94 +:10EBA0002397BACA53FB759F3372B9390FFB171BF2 +:10EBB00064FFAE3C9BFD537D9EB8793F0CF8BF24AB +:10EBC000F6AD1BF711607E4CF0F9D32C721DE24FAD +:10EBD000935327FF53FC0507F1D9C1F060303F96EE +:10EBE000B1DF063F6974F37D4EA59C0FBF24EA1583 +:10EBF00054B0595A46AADFEF0ABC78C933701CDCFE +:10EC00001D2EDEDEDF14253EC544BC63C15E2EAF83 +:10EC10008D7A77BA24C1473459F06D19F9C9656204 +:10EC20005E8515ACD23CEE6631EE655E5E6E1FB75A +:10EC3000CDC5F9A0C11F8D710BB758C76D17FD1851 +:10EC40007A1B7A1E70DC49CDBD14AF5C8871CC9004 +:10EC5000EA5BA211D4235E9AF9DEDE7B519FCF29B5 +:10EC600012FEA308C3FB700F887E763A23411CCFA7 +:10EC70000170423F433ECC1B53D5C74E121F6F88D5 +:10EC800093BE67D2F71F203CFAEBC0F7DB0CB8FB52 +:10EC90001556E32A4DCDFBEF02AE46DE58E765156B +:10ECA0009F1CC986F94DB88FC76F4723DC7F5A1860 +:10ECB00009ED46BB395DECE7636DDCEE18EF8A3D8C +:10ECC000F93C943FFC8893EEBDEEFCBE338274B2F7 +:10ECD000D3A9B7A3FC6EA996C92ECAADF9B6940DF7 +:10ECE000E98E1FB43EF13CC3CBA3DCBFD1D956485B +:10ECF000F51E5C9D45FE0C231F5AC3FD1BF7EFBF9D +:10ED0000E722BA9FD4C6EF2775DAFC1CFFECE27E3F +:10ED10008EC32E11AFB55FA67B2F7D7E8E4AE1E7B5 +:10ED2000582FE4E00AD9EEE7384C7C74103FC773E3 +:10ED30002EEEE7B83FC1F94E531BF77374FA0ABDC4 +:10ED400068BF76FA16900EA946B8BDD6D926FC1C27 +:10ED50003EC34FA17BAF8279FCD6C5FD052F238131 +:10ED6000E70CDD9EFC1C3EC34FC1DBBFE4E27E8EA0 +:10ED700037CEA23DF939D2ADE3BF2EDAFF11DB97D2 +:10ED80000FD5FEC9CC1B4CF0FD8398B793E9ED93EA +:10ED9000613E7BEE7F334CE784AC23B60AF2FB2462 +:10EDA000FD1ED4DBE2795C4FDB2359E9F8234147B0 +:10EDB000E9821F1C6EBB47467B6052DB7DD55EE45B +:10EDC000E35BC0FE6564FFCAE671C7AE90C96F53CE +:10EDD000B8791CC7239BFD9BEE16F6EF0ABEDFA693 +:10EDE000FDFCCA3584FD9BEEE6EB37F80D34ADC172 +:10EDF000FBBFC6B8067EDBE9C2B85FAC32D31FCC1E +:10EE0000AB6331E707A05FA6BBCB53DF47C4728576 +:10EE1000FD041404F9E028EE5F34F811D063B399CF +:10EE20001EEBEDE30A7E371C3D36FE17D1E395EE6F +:10EE3000FF1A7A3CC7EDA07ECADDFF303D96BB8746 +:10EE4000A0C7996EAE2FFE67E9B1C2CDE9A1CAFD98 +:10EE50008FD16344B4BFC83D1C3D0D4C8FB56E4E81 +:10EE600057F3876D6FA5C7A8FB3F478FD7B9393DCB +:10EE700036F6D1E3297E9EDDF6CE06F483833A2270 +:10EE8000E851B1D0A33E0C3D360E4E8FB7D07E0E6A +:10EE9000428F8D62FD861C86A6CD667A6C1C842E00 +:10EEA000301055199A1E1BCF861EED7605D85911C4 +:10EEB00074410D665F30B0DB108FEDE76DC39D13BD +:10EEC0005F7EFE1DE44798A046EE769BF4F6723511 +:10EED000762FE56DFC450DF0F8FCFEEF02D8EF3B18 +:10EEE000AC7C33A6931DF200F633A6229AB4DC77ED +:10EEF00098180E86512FCFB4DE9B56357EAFDC3F7F +:10EF0000FBCB9E26DC4F6DFA346CB7DF2DFC7AB656 +:10EF1000FB0006FC613FF7235C8DFDEDBBD781AEA6 +:10EF200029D3FC5BF3AE1CEC9E4097DBB49F6A6078 +:10EF3000E87B02591729B4DEB592378CF4D794C711 +:10EF40000EA05DD624E245FAFA01FB5707FBB7DBBA +:10EF50005D68897FB93D10BF10CFCED1FEE7700745 +:10EF6000FBD402676EFFBBE4D8115CD7DDB3FEFCB7 +:10EF7000A603E3F59EF2E848AF1F979D7662DC0298 +:10EF8000BA2F106EF13BBC647734493D75DCBE4B43 +:10EF900032B35F06EF21CF47FF1DE20FF2BD10E055 +:10EFA0008FE91E58959FF3AFA6F477F370DCB70591 +:10EFB000FEE35F08E82326E655A770BBF73AD64D77 +:10EFC000E952D645E9DB4AEC4D5CC712D64BFEA3AD +:10EFD0008D69FEF311CEFF5DF333DD3FA53842515D +:10EFE00095E18B24E6FB9445E2DE9B61978CB98F1B +:10EFF000515CD3C4B84272A928BE91EED98EC1CA61 +:10F00000503E7E2BA37B67504EFCDF683F31E1B45E +:10F01000C49516B459F363C57D87F1E27E277D2F31 +:10F02000C0F37D7E5F6EACEDBB11FFB50B3F0CE016 +:10F0300037B1FB491D9E81E3C706B38B0C7FE8DD2A +:10F040002CE2F198F09A35703F434BCEF4E040ED5E +:10F050000DB83ADC3C7EC4B86F61D853EC4B66B94E +:10F06000776FD0AD27A47722DDE679B8BDB34B8AA0 +:10F07000E679724C74688BCFDA2CC5B89FC617E757 +:10F08000E5225E8BAE56C8DCAEC3B8AC66119FE518 +:10F090002BAB27F9E32AAE4F229FF49631E4744C50 +:10F0A0002A4A90DFDB5BD415C4389DBB0689D3B9EF +:10F0B000DAC3E5CA8629FCBCE0AEB724B24FEF1A2A +:10F0C000FF9DA039EECA61C45D8DFE8EBBC7049F53 +:10F0D0004DBEB56E94839B420B8684BBA3C341F1A6 +:10F0E00046C3D66BE3F5062B77F9581BFABD3F1BD9 +:10F0F0001D7F0E41ED12712E7D712202371C7DF1B4 +:10F100001F613A67B2C78734B9C36EF4E737851613 +:10F110000C799EE7FA5C62C96C8AEBB81CF7EDD0FB +:10F1200094E9045787DE45F7CCD28A81EF43EA0D94 +:10F13000D5E39D7AE0F23891E1E13ED923F46CD831 +:10F140002D73FCD3E6AA18437EB6398FD1FD7455D2 +:10F15000B3958B382A27AEDB04C7D11E2E776F14E8 +:10F1600029A2504529EEDB3EC25740128DE884F1BA +:10F170007396D51ECEC79E5322AB383E5ACB0D7C1C +:10F180008F57A7FC0DE84F5B77E98A72C4C3D78518 +:10F190001EE9CFE671E8C63C5EF7707DF275B1BE40 +:10F1A00076C0D7C4C4943FC2DF2425658053EF687E +:10F1B00039D15980F45844DF37C51EAF1D0BE36CBD +:10F1C0005A345EC3FDF94C8DBB506FB862B44CE746 +:10F1D000E55BABBD2BCDE7BA97FBF93D838FFC55C3 +:10F1E000473C90867D3DE46F611145477C9504FF67 +:10F1F0003C57030500E344D0AF487EC9B09BCB3FEA +:10F200001167051CFCEBC459FD4C610E3C278AFBC1 +:10F2100018E96BE93B24BAB465F857EEF72FF8010B +:10F22000CE473D18A3B8AA43D3BDC43FFFD6C2E31F +:10F23000464F2E9B4DFAFDABF2F287517FEBFDBDA1 +:10F240008B617CF1C94B2FA9457E7872D935176344 +:10F25000F94989D54AFCD2AC1FE357FD63F59F1EDF +:10F2600040B8B57828BE410DFE4BF41D7A0F26E25A +:10F27000972BA0FEDF1DBF4D0378FEC177FA07A8CC +:10F28000162E6349923F463CCF8DE9B1C7709F95DA +:10F290006B2E2942FD73AB53CB477EB1B5D5558A52 +:10F2A0007C3DF313604868DF5D91C6FD7BBDA09394 +:10F2B000609CCCF7163E62F69F5C9BC3F7C3DDD023 +:10F2C000122928C37715C274D5D03F96E3C117BE63 +:10F2D000D8415C7FB5BB84E23196D5F3B81B230ED1 +:10F2E000E79A953CFFBAF03FDAF532BB1EF6ACC0A8 +:10F2F0002325C8E3DE151F973F4C536CEF3B59EFB6 +:10F300009F99F1419B6EC5075536E14304F0618A30 +:10F31000051FA433E79C3D3E6C433A02B85E399B1F +:10F32000FB7FE2D5E157885E5E55895E8CF8383BFD +:10F33000DE6F8AAD77CBC5FDE9C3A087F6B205398C +:10F340003AE1FFDAEB685F4E4A3A86B46833D66B2F +:10F35000F8DD55E78C22FD197461D043C427EECD4A +:10F36000F8ABB6FA208DF97AE64A7A7FBA40F963AB +:10F37000C6FFEB904EE4FE74B28485AFC2F3DF2586 +:10F380000A8B6764A5F07D4905BF97BAA46703BDE2 +:10F390002FB464BDC44E99F6EDCC19C8BB2D70D303 +:10F3A000FADE57709C3D7CDB2F925A517F6C577B65 +:10F3B0007F3302E19AC9E9AEC923ED47BF7D6BFAFD +:10F3C000BB2D23003EEDB93AC517D8FD9DAD13D234 +:10F3D00008AFDBAF1C4572ED078D3A8B017CFF80D7 +:10F3E00017E3B0BF45E984EFF702DC6350FF478DB8 +:10F3F000612A073AF67B918F39C32C08E5573ABA50 +:10F40000EB0FE33EFC471AC53DFCED97B173F1DE0F +:10F41000CBD6E9ABC6A0FCF8DB1DB1315AB1791DE2 +:10F4200089913CEEBC67A4CC0F9D451C3A13DF6369 +:10F43000A3F8F704A50FC1FE9F82ADFB38ADC0D085 +:10F44000DF44BB1E6AD7EEEFF6D07C739D1A7F7F38 +:10F4500020525E0EF985E704189EBF3DE4E4F79163 +:10F46000ECF0FC8697CB83858E0E1DCFF7267B7341 +:10F47000E6E2F99F77FBEE8EF230AA1439732FF291 +:10F48000603DEE376BF96A5A390A8F871BF747DF01 +:10F4900031BD3B34667D17C9B9B4E26810EFCDB415 +:10F4A0000839D472C8C3DFB799B76C2FDE531A532B +:10F4B000DC2B7DB318FB53A83F7D3DF463D2D79678 +:10F4C000C012324A310EA783E295BDE3DD1AF29FE6 +:10F4D0002545351F2803E011FE9D32E1430BCA5339 +:10F4E000935EB2CED04B725AAB103EDE3A26219FCD +:10F4F0005DE22D207A28448482F1FE5A5433A49C84 +:10F50000C7B8F0B88BC785C727F2B870CC639C1D0D +:10F51000A618178E29C6856339C685631EE3C231D6 +:10F520008F71E198C7B870CC635C38E6312E1CD37C +:10F530005F36C628C5F8702CC77870CC633C38E6B7 +:10F5400017BAF83D775614F396235C268F93705FB5 +:10F55000BDEDCE08DE1B3920F671CEE6455B8FC3CC +:10F560003AD3220AD908690F2A99AFF13CDDEC4D54 +:10F570000B723F446BF04986EF6BA917A4537CF9DB +:10F58000DD6FF9284D5BF4738671119DAAEEC82ECC +:10F5900001EC6BBF78AEDB83F4C59AB2C298BFB200 +:10F5A000D53D89B169659FAC7A12F2FBBCD1167466 +:10F5B00035DD9D53FBAA4EF985941F5B5995CEE826 +:10F5C0007C6C61CB11482FC360523A1F63F4EE4943 +:10F5D000242689F33016778F63EC78E400B046C6B2 +:10F5E0007EE25DDC721F43FF5657BC3A13CFA5AED7 +:10F5F00068593489DA2BB91AF53F778A942ACF698A +:10F60000BBD42817FD2F6C89407FAF9C90A9FF8D3C +:10F61000503F8EFD176A9796217F7D4B26F9F8BAE9 +:10F6200053DF48F6553BF00B98EFE551FE7EC7D807 +:10F630001AB69B1508C40AE0BD71EE7F284FE3722D +:10F640002653DC6F958133A23D9231EFE784441954 +:10F65000B67BE5DE62C5F6DE85F53D90F2342E1709 +:10F660008E17327A9FA777923B81727E05E2F378FC +:10F67000DC4F4E6F9747F7E8184731B6C85D8ACC24 +:10F68000F9000629F176499C9FD1CE5E0FFB954D7E +:10F69000E5463BF6E55F14E40B2D5B79CC84B7308F +:10F6A000A1AF2DB6F62B970DDEAFA91EE9B3438CA3 +:10F6B000CFA421FA31E8CAEB8CA4233EF74EE1FB3C +:10F6C000B268E156834E65B4D7BD5EABFED89B569B +:10F6D000DD9A06E3B7A6717CF77ABB8E1662FBF360 +:10F6E00014F283B2FD752F60FE3B3B65E27BB90AE5 +:10F6F000EC33F497DBA695201F392EE8243BB0624B +:10F70000017ECFDEA130BD00B73AAEE2BD860093E8 +:10F71000E8FDAA76B5632EDD7B50258AA729ABF8D4 +:10F72000F62565F07DC6DC4F89FE663C234BA8A715 +:10F73000BCE8E37851726E7A3DCADB4BCE1D3D0DBD +:10F74000E9EA2EDBBD19230DA7713B6F2F96437D90 +:10F7500069D79BF5A4FF95FB24943F7FFB84CB895D +:10F76000B7BDBCDF894EBE7EC63A48CFDB1054E839 +:10F77000BE919CC753A75ABF1CF1C0F9909BEEE302 +:10F780003ABF9AE1463EDFF4B9AB96F3C16ED2FFC1 +:10F790009C9E9886F76B0BB7CB74EED5A47913F8C3 +:10F7A0009652467AE9511DE5D65C85FCBF19E729DA +:10F7B00084F799E95726D03FB3ED9087EAABE9EE9D +:10F7C00004F2EFBD357F8DD640F9DE4A85F4F0BDF9 +:10F7D0006D8BA244479AAC8D27B913FE37A4B3BDF5 +:10F7E000EBB93F2E4362519CC7EB4B6607EBB8BFAA +:10F7F0008AEE9DD3935AB2C93E064317FD18B3B49F +:10F80000EA5A7A9723B39AE2B332E7D6B8793BEB58 +:10F810003B2ECD353CAE0DCBAFC77536B323F86E5E +:10F820008F41BA9999F74805E817FB26FFD69C3512 +:10F830004BAFF3E1B8D6FBED053E7712F5E93C8D11 +:10F84000FB39F522AE3F1608FF057CA7FBB179CD49 +:10F85000567A4654437D734CDCFA2E0C436B1BD610 +:10F86000374ACC4315EB9FFDBEB5FD2811FF35CAC5 +:10F87000765F7E8AC00F3B9CECEBCF0BECD550BF84 +:10F88000CE8BF3F846FBBAF202DC4F53A079F9FABB +:10F89000027C5DF675CCD24E55A1DCB3AF6336EB7E +:10F8A000DE807838BAC1FADD3EDF59357BA3A8CFB8 +:10F8B000CE2A520826B3595713DACDC6BE7B0BADFC +:10F8C000F47BDCEB10F794AAD7201D8F6D934100D9 +:10F8D000A4FA1FDFE16571D37813776459F29312AC +:10F8E000232DF5CFD95F68299FD235D9527EEEC13D +:10F8F000524BBE2439CB527FDAD16A4BBEBCFB627D +:10F900004BFD196F2EB0E467F62CB1D49FFDFE724B +:10F910004BF979BDAB2CE5DFF87CAD255FC5EEB4C6 +:10F92000D437EC1C160C774702189F192841BE6586 +:10F93000C06B599AD55F6EB76BEC7E6A7F1A87F7FA +:10F940007076D34D69DCAF93BBA890C54CDF03F351 +:10F95000265BF2C1A5A52C669163563BAAE5AB8553 +:10F960008BF97BA76ED2BB9B73AE247FEBDA494E3B +:10F970001DF52C32BDB2D06CCCE4F7059E1F4FF7BD +:10F98000A15767446EC3FDC77B66F16CBC87E72453 +:10F9900079E6F539C90EF6FA7EC8F5BF716E7A4B75 +:10F9A000C95B9460B129E8D76A8B8E03F9B8AD3191 +:10F9B0004EA952148DA35C51028CEEA36945BD94EF +:10F9C000D72A79FE8A349DF04DAB84FAA675A91A20 +:10F9D000F4635AD7AB328FF3E8053BBCD36487DBC3 +:10F9E000EDEE98A6ED3BC052F637D8B5C96F50BBC7 +:10F9F000346A57888653E9E0767625EB76607A3E5E +:10FA0000EBA5742FAB2F447DFA3567DC3112DADFBA +:10FA1000B8F79595388F99655EBAA70776F9836927 +:10FA2000E529BBFC64A6968FF27AA733BAF5388E27 +:10FA30007B87CA506E5E3BFF5237F2836B2729618A +:10FA4000EEC707831AEDF3FBB3C25CCE0B39A230CD +:10FA5000CF38A877C55DE34AF17BAE524FF23677D7 +:10FA6000A926A17CFC539A211FCB482E64772861DC +:10FA70005D47D0E8D5582FD0C6C249A8B7A010E43A +:10FA800025CAF71FF038E9C2A20947104EA356272E +:10FA9000257C2F4E8BE874BE5978E2C2A3921FE5F5 +:10FAA00029CC07E5E9438AC01327D95D6BEF57C816 +:10FAB000EE5AFBBCEAC127A2D66E564A9091F8D105 +:10FAC0008F3A0DFAA9E2F2A8F0A10909D407EE963F +:10FAD000B45D64E7B4B8C268E73C20F0E021C40B31 +:10FAE000B0474EE6B66ED4A0FD24DF6E8AA73C2751 +:10FAF000706823A65342276574979C3B4E6ACA825E +:10FB00007C49718103CF4BA7955535615A5E59E702 +:10FB100008403AA346C27037F6BB347EEE70F58AD1 +:10FB2000F96FA29E53E573D3F941E1ACF717233F78 +:10FB30005687B927A8E6EEA077EED80AEB3DC12A92 +:10FB4000BF9BF05C433C2FA094F44E6D515A02F1E0 +:10FB50001CF46C09CF47E255AC0BF58E502429A15B +:10FB60003C847674AEA7253D12FA154745BA25C0E8 +:10FB700079366A1DA373DCFC488F84F76E43ABAD06 +:10FB800078FE852FF627C49FFC756D96EF7EF4FBFB +:10FB9000017C9B65CE7FBC59B174C41FEFD4C2AC4D +:10FBA000269DFBEDE617A7F0E619A1373D24F41DCD +:10FBB000837F1B7AEC813EFB704F4206BCDED71B75 +:10FBC0006B9F847CA141BC37D39B7490BFE8B6F98E +:10FBD000848FF9C23FB5F4AF5D2D1948A7AEDEC3DF +:10FBE00019483037717DABD363B5572B7D9C5FCD02 +:10FBF000F071F9A8B683C43FD7F45E21FE41FF4FF0 +:10FC0000ACE7FABAFA075F5B6606632FFBF8BCA79E +:10FC1000FE4AAB463F6F41527B96D263223D02A91A +:10FC2000688F1B8F5345BAB4EFE7EEE6C00B586FF1 +:10FC300037D35ED04CA95AA85D4C71ADBF9569BF52 +:10FC40005888D13D80DDCD59F49E2BEB269F3BCBD0 +:10FC5000BF234079A8DF4EFE9AEF7B19DA1D7A8325 +:10FC600042EFD1D9C71BC3FAE4B94CEF13C579DE13 +:10FC7000CDDA36201E9D7BD0FA5E5649D29A9F7609 +:10FC8000D49A2FEFB6E667BC69CDEF1770C57758E9 +:10FC9000C7197080FF8CD1F9D1872EE2E1C734708B +:10FCA0003DA2BFDE63B56F98D083AE135B33B3C79D +:10FCB000AA775C27F49FEB6CFAC4499F76651DA474 +:10FCC00091FB62F75C04708A3538C212CCE18F0F69 +:10FCD000FD6D3CD7837A73D0EFF4854FA77DBDF6D9 +:10FCE0008E3E7F637CA2C9DF7857F8D5FAC3C8E798 +:10FCF0007EEF62D87EAEE3D8D146944BA315924BEB +:10FD0000DA8CD50FA7A13F19CB217F45813E82EE2A +:10FD1000093EAFD2BE6C12E7ECC6FB4C86FFEC0A84 +:10FD20008187F30D78B1781AF7C324D3503F3FF79A +:10FD30002063C5367D9097477C585E92B497477C88 +:10FD400055B97D4786300589E05D2EF44FCCAF076D +:10FD5000795266BB3F3062B1351F3EAA929E3A95FA +:10FD60004533903FA3E98DFD4C1DE49EC15471CFF6 +:10FD700060AAED7B2E1A6700F7DC325F2251D0FFBC +:10FD80003C6D8B5E2F61F996A5609140D55B7CE25E +:10FD90007CAD9815E3BECFC5DF394038BFC6EFF361 +:10FDA000B84E4E7C03F503F68A83EE0F6D2AD0B76A +:10FDB000A35CD25EE4EFEB6A69ACA4C4973A77FB2C +:10FDC000E19930BEC5DEE7B7FC592363C8D7BB1A3B +:10FDD000DD0CF9FC938D1AE50F340629FF74A34E50 +:10FDE000E9C1C6224A7FD918A6F25F355650FED720 +:10FDF0008D11CA271B6B29FF91BFAAD9EEF734FBDF +:10FE00007F537E4FA0BB73C8EF19C323E88F3C1C00 +:10FE1000DFFAFC9F2BB95F78F87EB8BF18FDA7EA20 +:10FE200040FD08FFF29A36EE2F5D53C1DF615C534F +:10FE3000C6ED8E76B6DBF29E930BFAC5FC9A03DB19 +:10FE4000E99CDBA976D793FD57EE13F6DFED640F3F +:10FE5000363DE8661B0B5276A061FFD9F571935DC4 +:10FE60006DE1E7E87941BCF0BA252EB798F53DBEC3 +:10FE700089A84B00D24ED65E793613587F42F8815E +:10FE80008A839F54939F48E4A7EA9987B34CE5E19E +:10FE9000A29239D9A67C91FBE4E20D26BFD1B8F439 +:10FEA000D267B34DF9E33820F7134590FFFEFFF614 +:10FEB0002375A3FF03D6FD939C5F64A11F20FE530F +:10FEC00085617CCD6F727E3112ED50943BE847C363 +:10FED000BDE67C9EF1B8E622FECE729F5CD0253A4C +:10FEE0003F31C9851788FF08B9909F1997319E2E19 +:10FEF000B1978537E843CA07079D8BEB4C774E17C0 +:10FF0000E7F172AA1CB4A7247FDF8ECB372AC7FB88 +:10FF1000DB7199DE7B33F5C3DFA34D98F699A17DA4 +:10FF200065951353BAACF9FF2E3964E0D756A59BFB +:10FF3000CE61B77E3930DE9E972E097CED9BB77C73 +:10FF400066460A1E14075488292F07EA3984EB8C69 +:10FF500035AB9671AF6BB0E697AEB3E697ACB6E64D +:10FF60004DE30979F735F3F1C86B6639FB0E064EA0 +:10FF70004D4CC9D915ACE002D42FBEC9C2F40ECD88 +:10FF8000F56D69163BEF359485E4BFE4EF0D2F174F +:10FF9000F112ACE6389D9316ACD749BF9F966EC858 +:10FFA000752E7FDD0081BEDF3B318D5F7091BC9689 +:10FFB000BF896F95E3F6F7FE96DBDEC9D46DFE04CC +:10FFC000B7CEDF75CE5F6FF77FC6B9BF1FFE0FDFFD +:10FFD00039EC3F9FAF37AED1DF29E0FF0837E3DDD3 +:10FFE000BA3EFC567AA430CC6339BE9B82F05BCF1C +:10FFF00022BB49CFFB06C5B95C65BC171167247FDE +:020000021000EC +:10000000754123CB053ED9E1BD7CE9EF6A11DECB1A +:10001000CB64F217B28642A269C2C3427A07CE8984 +:10002000E5F95B24962DB1BEFB8857893EB232C3F9 +:10003000F44EDCA9667E6E7F6AE9C25CD4EB8DFD6E +:10004000067858EE0D163498E432433CE0F29C8971 +:10005000DF9BF9A64D6E1BFBBFDCF62EE8DF918E11 +:100060007250AEF0DF0B5983E771285F187F17AC31 +:10007000DD37B47CF1CF09B74D403B2F53D6D1CEFD +:100080006B5EA1D4EEB6FAE39C67D0D985FF9F9B47 +:10009000A2B73FCAAC06EDFEDF61C019B4FFDD7741 +:1000A000B377634CD3EB8BE7B8B1DF5733C353E47B +:1000B000128E18EE4AC87BC23F659077B99217D46A +:1000C0009E97CA7BBDEF51FE7759FA4398DF91CED8 +:1000D000E23521EC97E737B5BD7CC191D1621CE0D8 +:1000E000DBBF4C3FD51AAF4CD13B2C35CEF1C54AC6 +:1000F0007F1FA5EB441769556CBBC34176E5F672CB +:1001000029D52E0BDB4943B49BCFB62B03B4F3198F +:10011000ED40C6B49AFC77867F4E16F3318FAFA0C0 +:100120001EA0C5D2D16EB87BAEA2A1FDF29F9D47A5 +:10013000EE70EBAE63DBD5B1FDDBC1B43718F397DE +:10014000079E7F02CBCDE3AB43CCFFBF1A1EC3F5A6 +:10015000E714E55F7B7E507D63EE59AC17E6874F71 +:1001600031303D962E0FD51FE8FA1B075E6F87AD25 +:10017000BF4C9A5F30B675C8F90DD21FAC77BB6D16 +:10018000BD994E47FFFE903E93B0BED1823E33668E +:10019000F27BC16C8A42F263B4C27CCED201C65DEE +:1001A000C7F35E164FA01EA8D5F5EC40FBFEF52266 +:1001B0002D13F9EBB64333C9DFEFDD2CD113025E0B +:1001C000B543C2F8D48A151D554EF8BE731DEB42D7 +:1001D000D8EE5C97F0E0BDB79D3D090FFAF52B56C0 +:1001E000766E467E59D19C4EBC7726EB20BF71E6D9 +:1001F000790AC52D649CA7D0B94366E62CBA9F9EA8 +:100200003193C79F356B957B50C96E766AF349FE73 +:100210007D8791BE347A05F72F8D6E50C3E8F71BAA +:10022000AD88FC7AFE2EB3F7B65E4927BED52BE12A +:1002300039835792A268DF3547B87FC9FB3DD6297D +:1002400011BD58FDEE5EA9634335C2091830DA2F9F +:10025000799103B74B7E4E4FC8DF099E086F85EB3F +:100260001BF70BF88E61DD87D00FC6D6F176A0396B +:100270004A782FDF38A730E293F3D659F59FD11A89 +:10028000FF1D1DC5A56D27FDF176853D3200FDDB07 +:10029000F3A3BFD79DC98A87AF375C3E1F7F4A2A29 +:1002A000EB2CEA09FBD47E3E6097D376BB9F09BF57 +:1002B00000C969D8A731426E551437CFA173887E23 +:1002C000729EFFAE9A811FFDECAC566E47B958B8CE +:1002D000CD4971294B294ECDB0DF766145C493D10C +:1002E000E25EB2ADBDD4D01E25F97BBEE8C7CBDC43 +:1002F000F80E92CB056916FDFC943B0FE9027001E4 +:10030000CF53999FBFB3B041620A7E4F8DD7C3CE02 +:10031000507C1CF09900BED72E33D4EB0DFF41EA80 +:100320007E625443E26AD2C26EB47B8D7B89B78A07 +:1003300077B737A587AFAAC2F9FE9B4A78D3148452 +:100340007A181F94A62F6360A75C7B77E44237CAB4 +:10035000C76A4676C92AFFEC4D78FFDAF5F9281608 +:1003600033C545BA947A86F0727D9E6FF9FE2CD81B +:10037000D331D37B83D5BEC21A9CCF06F18ED31C5A +:10038000166EC67673DC0ECB3980EBF33C16CB1EB3 +:10039000A8FF90E5FBB3A0C7C65C67D37F9AE55C76 +:1003A000C1F5F9D841FA9F60EB5F1BB0FF54BFD98C +:1003B000967E5B14C6DFCD5DCCE3D6ECF6C3FDFEC6 +:1003C000EA567F4EFF73984D217E0E437F90BF20EB +:1003D0009049F70D76F8B93FB166DE5885FC51219A +:1003E000EB79CC05027F8DF8809A80FD772FC2F4DF +:1003F000EE71B5CFFEDDAAFFCE461E53DE7FBE7284 +:100400007A5937F9CD97B9F4A1EEF99E6864E40FF3 +:100410007FC353BF0C9D41BFB87B81ABA502F2C81F +:1004200083404F7AFEEE3517E2BDE41322EEBE257F +:10043000F0ECF8BA01EC2B235DAA30A5A274887207 +:1004400067723CF2FDA5328BF173E7D89405A6776D +:100450004896C2022B88AF242CEB5A562F59CE61F6 +:100460004E88FBEC309FF2BA01CECFCDF3A9CC1A67 +:10047000A2DC952CA7F9E0EF5B0E329FCAD2E1E730 +:10048000F396F003B6045E1D3FD47C96297C7D83F1 +:10049000963BBB093ECB64C35F6D9DCF32C6E13B4B +:1004A000EC7C84BF1EE6533ED47EE17C2A87D8AF25 +:1004B00065AE6E82CF32F1FB9F03CDA7F22CF66BB7 +:1004C000935A1F43BEB95DE2FCC897D1B009EFB3A0 +:1004D000FF65DEDA20D187B0CBAEC106780EA670FC +:1004E0007A5A1272D33D2FA35F7CB722E2E2F7D390 +:1004F00031ED043A8FD03B9C41CAEF033B2F42F1D0 +:100500005645943ED618A6F2C71B2B286FF453BC51 +:1005100052227B6FCA6A89EC3DFBBAAB32B87DB719 +:100520003D4FBB7A05F2D92A2F3F9F58399B45DCB6 +:10053000297B8EB1AE67D1FFB2F54A568276F4E4DC +:10054000FD7CDE819A5C8A8BF0961CE96E84BCEBA4 +:100550000A5547FF31D06294E319A37764EA64C176 +:100560003B800F609C6B4F7CEE5EE41F9519DC8F27 +:100570005C173ABA18F5883A61FFE17557F2FFAC9B +:10058000E2F67CACD9FAEEEC12E1C7CD895AFDBE99 +:100590004BD8964FF8EF705AEDCD002B791EE37CC7 +:1005A00002F5AA0E3B482E12945F3935FC7765AEF2 +:1005B00038F99C86FA2B2B51487FDAEED1F2501E87 +:1005C000E1CFA9A19DE972723A5E6AB333970CF349 +:1005D000AEAFF13B5376B8DBFDC8D333AC7EE34F0F +:1005E00059F1B61A2C1CE4779A0CFF70AF9F2FC6F6 +:1005F00090ABF67AC67C2E17FC73576392E2148D8B +:10060000F9E52B3D12CA89310D494BDC21C3DF4787 +:1006100031E96583AD6397F461DE50EF78E70BBF96 +:100620003AE8D1F47BAED80DEAD1F6F55FD96FFD8B +:10063000952F8F6303D10BF7972F39EA203FA00145 +:100640001F031EFFAFE946C960C6BD35C64CFE3567 +:10065000871C75A3BF2A3F504D719AF8FD94054F32 +:10066000AC719A8E673F90F03DE47E71A40DBD128F +:10067000F20F7B5CA87D3E469C5CDFBD1B1FBF4725 +:100680001764DE30DA0BF6DF5FB85D8E119FBADDDE +:10069000D1E52E80F209C1D8A60C68F799DCA555E2 +:1006A00041DE9753BA7237F4B6B4E1CE700D9E3B7B +:1006B000670FEC6F34E4DB3D19DCAF76424D8E46BC +:1006C000BFFA9260F53D193903D46FF83EF577BE55 +:1006D000E0B3F6F247055C1F1072EFAA354F7EB00B +:1006E0000FCF61F5E252C41D6F51F73CFC1DB0B64F +:1006F00097C7D2EF0BEC16E3C242CB508F783F1076 +:100700004B6498F8B35BD7147ECFAB6B26969FFFF4 +:100710007F8A9F7819FA6BBBC4A7E139F15FCA1CC5 +:100720006518EA609F07F4F328F6E3FEBC9DF0D756 +:10073000E8E7D79E9E07E830293EBBF64DB0417FE3 +:100740009DD9330ADF3D7962DBC8DA00D0C7AF73C9 +:100750007A466179ADF4C1A6238097BF465A033922 +:10076000F045C6079B50BF38FFE20FF76C43BD79D9 +:100770008293EEA16EB6DDF30B693C1E28A459E10D +:10078000706CF5D07038D41F0E87CCF037E6FF526E +:1007900030F22C7E87495E3E4DC2B86F165E017303 +:1007A0008C8CE8F24C837DCFD3BB1EDDC6D03C4E93 +:1007B00054E13B5ED0CF0B1C0E6D742FCDE8674E1D +:1007C00030F222F6736CF5ABF3F077D83CC7F8B98A +:1007D000A47B1C8BA7F9A9DD2BE67691119AC27F29 +:1007E000FF82EFC3B11C4E373332799A25F492263B +:1007F0006747703EA4DAB81FDEAA41BBD682F8E292 +:1008000081E2B45FD18CF8537EAFA759EB742F37D8 +:10081000C1F113018F7FCF8DF4E03C9C22FEAABD75 +:1008200082C3CD7F2CBB94ECA571AC0CDFA748CB69 +:10083000E4F561DEEF53FD991D64F47BC6F1F5B676 +:1008400017DF4371C09EE07D3C1DD743F7573DAC99 +:10085000CB8DFBFDD9B6CF373557E03AC245981F4F +:10086000B1FDAE368C1BDF8D3A03E8979990473F78 +:10087000DC2E906BF8CE757CA493ECA67E7C5DECB0 +:10088000FBD381C867045F3B9C5C3D7BB641FBCDDD +:10089000939CE4373D5FEE58BC1CF1E9621FC96DC3 +:1008A000F8BED87CEF6792E8EFFF02BA25853100E9 +:1008B000800000001F8B080000000000000BE57D99 +:1008C0000B7C54C5B9F89C3DFB4AB29B9C6437C96C +:1008D00086BC4E1E489004372F089AE209011ADEA2 +:1008E0004B091A0DCA0644A3BC82D5BA557A399071 +:1008F0000701834604F5AAA51BAA2DBD7DC5C755D2 +:10090000AE451A04BD684163A5082A1AD1DB628B83 +:1009100025825ED6D79F3BDF3773B27B4EB210B4D1 +:10092000F777FBFBFDA17698337366E6FBE67BCF9A +:100930003767474B1642CA09D9F0B9BD2E58484807 +:10094000B3B5D333D7418894FFC0F7A578421E31A1 +:1009500091C66E5A3FB0ECC98F7E564648AC5C5883 +:1009600022105A16F4CE2C7513D2FE5A5E8948EB2B +:10097000F1127D9A4CFFE121653E272127DCFE78AC +:10098000898E7B0EFE5C49885D96CC7E3ACEAB1E8E +:100990002541A2FDD289774E297DA57D0DF1DE404E +:1009A00097A02474C794E610922677FFE25E3A8CF3 +:1009B0009D04AB4C39384E2AF4B787DA3F11E3C3B4 +:1009C000E3547B140F3C3F0073D2FFC627B2D258CA +:1009D000377BACAA389696A1B65E56DADF877144AB +:1009E000D2A9123ABFB9A603C71543B1D84F0C75A7 +:1009F000F442DD2C35113FC5C736C15F00F39023AB +:100A000082998CA37013F6477428D8FE6C0241FCBF +:100A1000459BC79CDFC6C6274D44C8193C0F1DBF68 +:100A20000CF0641C3FC6AEF44029486CFC89D31D11 +:100A3000FE20857BA289F8BB0BC3783D2499B1FDCC +:100A400071C984655B8E5AE78B681FC07F226BA7D4 +:100A50006851603F5BA4EDF6458E70FB29BE7F6F49 +:100A6000A528D500AF55203EE8B7B182ED73FC0153 +:100A7000570991E95AF249D9F78A089113051C8F51 +:100A8000EECF0CEC3FA19310DA3F269FEDCFC6C20C +:100A9000CD4486BAE7312C630BFA105FB1A4DB4E6C +:100AA000BC301F516B2A60BD74CC11845CDBD9D281 +:100AB000AE661092247A0BA0BDE8BE07DACD13080B +:100AC000E94A62ED97D03AB447832F06E0A3EB885A +:100AD00007F868FBC1325135D1759F2145DB45BA16 +:100AE000D4F80AC9BC883E6FE0709E702B7EC43B70 +:100AF000E92340AF5DA47F8F8DD2B75A21781FA71D +:100B0000703AD56EC50EF0924E3297B6DF2C317822 +:100B1000B7D169081D57BD84041F87B59B3B09E009 +:100B2000639B95AE1DDE1F61C5E731F93D05FE08EB +:100B3000FC7ECDE7AD48F43501BEBA48DF689217B8 +:100B4000DE0F233CB7F3FE9B5395DB619D46BA9EB7 +:100B500038FDE44FEFA5EB209758BD2369B1412044 +:100B60007591E33C2489B8DE87F838495FDA9B86C3 +:100B7000E2EF892B9EFBE867E719672B87BB838F22 +:100B80007360D91F6796821C38207A058A1F7B0103 +:100B900051E3E2910E3A609DF6651B91DE9574C9B2 +:100BA0000CFC4BF97DD390FCEEA2FC2E0CC9EF5B44 +:100BB000A3F0FB0343F1FB3F80BF1F1B8AFF34FE02 +:100BC000FE91343C7C1F077C2743C9F0F54DF1BDF5 +:100BD00097BFFFDC85F1FD5C147CFFEE22F1BD3791 +:100BE0000ABEF721DDF1F963B4F9F307E67F05DF0B +:100BF00033CC6F8779D9B8AFE2FAF8B84A366D17B7 +:100C000080AE25A62788BC8AD0711F99E19036D284 +:100C1000E7CFB8953FFE2FED6FDFF9F67722F0F3BF +:100C2000E5F47F9DDF6B571DFF90F9FE7E3E7DF161 +:100C30004B2ECF8DF2C2C8FF0297AF142F9FC17801 +:100C40004639D945480DD0CD336EFF575C8E4D03E4 +:100C5000B9B4EDCE246123ED9BA1F4088974BEB331 +:100C6000090C8F2B24194BEDBD6DE61EC10CFD9BAD +:100C700024411574E3591393A38F675C075D5F4CA0 +:100C80006239C8352516CADB397C4954E1C178CDB3 +:100C9000DC7EE84A521B416EA772399D9A28F09279 +:100CA000D56B5395A444A64F9261FE3365E26DA6C1 +:100CB0005C26B7811E3539ADC163F205491FE89541 +:100CC0000AA2805E0CCBFBEB1ED7E4FD1207F437C3 +:100CD000733DA564C1B8298912D6B5F1A2ADB38818 +:100CE000AFAB88AFB328BCCE517C9D979E6F9D461D +:100CF0003C0D77BD574903EB2D4B2C8F3E1EA51C99 +:100D0000DD7EC218248DF24F0BE3D73907F2D04EA7 +:100D10005306F4B4EF4A184F8993F6B9A08148B14D +:100D200030EE23560A3785F791659BABAC743D5D79 +:100D3000ABA562B0E74634323D272FCBEA12E9DC9F +:100D4000D3F938463A1D78DFDA3DBAB410F1321BD8 +:100D5000E6B9B292D90D09546EC06CC0FF948948AF +:100D6000924DF578E97ADB05D5B308E87F9AC3FBA5 +:100D7000387470D4E2FA8DE36B2521EB707E0D5E42 +:100D8000E228BB40FFB5D85F8A539B7C17D3DF4670 +:100D9000ED0B47241E5DC5882E7BFF3E17AD2BB69D +:100DA000C4E28DB4BA82DB53749F6E467E7150608C +:100DB0002784F13A787CB65F55BE2601F01C53407B +:100DC000A7023BCF479F53BC99E44ED207F6513E52 +:100DD000A58F4218EF108E175E4769A97E1DC5A525 +:100DE000B08EF0F86D9A5D73D7C5AC47EB171D2F29 +:100DF000AC5FC01E3F9650DE3B1BC34A75126D822E +:100E0000FD7B3726D84CE9E3128FBF83D16BD378B3 +:100E10005F119697B1B287801CBC92CBC12BED0EAF +:100E2000949BE42BF3C93E3B7B768EF20F95962480 +:100E30001D6C3DB240FAF3185A277DC2B9B88B9A9F +:100E4000FF5126B7F4F32F08DCE59D5C4AB1E022A0 +:100E50000B7D43D8590BC09EA6CF7FCEE9FB1D4B1F +:100E60004F26C8B96B3D937E0EE30DEA1FF8171CA1 +:100E70002F9EF4A96219A097A0BD087B935EC2F8CB +:100E800015ECC127B9BC488862DF3DC9E58A46CF69 +:100E900057B74E22B9B4B4D989EA4C62654209F217 +:100EA000D3B38948F74CAF2A3312CD8210864783DB +:100EB0004F1B779F814F175899BFF08E85D43DE126 +:100EC00060F09544AC6795A76A5F249C1A7CC6F5D0 +:100ED000EE5F13F04EA676C40B6BFC58BA02D5E455 +:100EE00003175B674C09EE9F6AA1A599F45E7F2BFF +:100EF0005D82CDE47F0DD6BDFC928FEEF152FCF405 +:100F0000DA4BD79A28BE56CEA46D39C3A78B6F4A49 +:100F10000F7788D23BFE9C301D344F29AE7383245B +:100F200052474C3B40FD8EE683DE230E5AFFE8BE5F +:100F300011D33C94FE9B5FF7D62553D5909174B6A0 +:100F4000BD83CA89E6B902CA5BA23E1C530576DCA2 +:100F500034563F93583A0DEC84E66B04B41B42F4CC +:100F60007D15DAF7E8EDB830FFB4E27ACB5D4C6F6F +:100F700035570951FA31F9F635B77B9A679DBFDFCE +:100F8000AD494CCF365F47FB0DE10F69FDE6F379C4 +:100F900003E09280DD1932A1BC6D568EFF41A0F5B1 +:100FA0003D953619F7A38C0E9842F721866FC8A796 +:100FB00089587F95EF05E5AFD8243ACEDEEFD850BB +:100FC0002F744E8F0DC27B7BBE4AEA0039DFA9E445 +:100FD000A278B2513A7094B012E8D842F95AE47546 +:100FE0004ECF8949E8A70A65EE3C944F66D89F68C2 +:100FF00074F6F2C837B3C06EA2F49406F32FBF4460 +:10100000E8047BABD79ED7E1A5F3AEDC297A6DF27D +:1010100079E86410DCA71DA0878DF0BD5621C608B5 +:101020008EC178A07017C0BCBB33FA0F5C46C7797D +:10103000B5CA645A47E7DB3BC136BA0FF59DEF529C +:101040006857DE60FA6D1870947C3338BC47FC003A +:10105000C75756A62FF93A6747D92FD1F9A903D612 +:101060000770817EA17028807731B32F03E486B6A4 +:10107000FEE1CAC719494C5E45C8C7194943D803A0 +:101080009AFC003B00DAA97DF4E94A02F631B38FFD +:10109000A2C9ADFAA48B965BF549DF406E45ECC35F +:1010A000E2A4F28BDF07BAD388670B473BADCA12C5 +:1010B000AD4F847FD3F72877F4D9F2C2742F8448D8 +:1010C0008F339ED1BF9D6E59B3DFEF7189D1C7BFFA +:1010D000C4E3BB0DE0B2B8FB44FF45ECCF9AA4419A +:1010E000FA6B4D247E8C789A229E6C4EA0F2F2749C +:1010F000A580F02A210A12CA5BEAC245C033D1DEBC +:10110000817E50029599E6022E97E97F898A9D9803 +:10111000EDE1BAAB46D2D5937D1E5DFFD43A59D7E7 +:101120009EE62FD0B5A7377A75F5CCA60A5DFFEC01 +:1011300080A2ABE7A835BAFE79ED3E5D7D64679D80 +:10114000AEFFA887FCBAF6D1C1465DFB981D4DBA2B +:101150007A517740D7FFB29DAAAEBDB8A75DD75EE2 +:10116000BABF53572FEF7D48D77FFC91A0AE7D4289 +:10117000DF0E5DFB1527BA75F5EFF4EFD4F59F4848 +:10118000CC6A1FAB0BE750D29A64B3B64F265D3BD7 +:101190003947E5F2694A9802DD5F5FB1E0556502C3 +:1011A000E4D59B4FF5ED3CD685CCEB6B9809C1326D +:1011B00032D3F221BCA7D2BFA06F29163F8C1C6787 +:1011C0002295CF10B754BC96F07358CF3BD33E2234 +:1011D0006371DE0F07F435ED57457213643AEFC4BF +:1011E000FD2209D2FACC0BD0D560B8840BC045BC27 +:1011F0003D00D79F44AF0A0F55A5373F253A5C0AFB +:10120000FD0B70CD8146FADEEC1009F60843C0C92B +:10121000E1995D219881EF06C14B98DF6F8437F02B +:10122000CE2745FB22F6ED6492D3FD67E0672FF1F0 +:101230009E1381CF1CB8DED387A85C21D1F150A5C5 +:10124000DA51AF56294210F076764D7FD1BE9143E8 +:10125000C0EB21613AA170C5C87A3E8C2BD0F3A1B6 +:10126000D3EB393F1DA9E4BCF8BE107E65FA97D9CF +:1012700069FD66C0EFC44A813C9C131DBF73CC96C8 +:1012800030FE2E02AFA92E3D5E3F2395734A29FE04 +:101290009439896688A31AE59C863FEA0F65BACA25 +:1012A000A3EB9D4B5D4CAF5D84DEB9D415A9A72E91 +:1012B0005EEF94B8BE81DEA17A61BC0BF48FD92FAA +:1012C0005F8C5F33C935482F4C720DC7AFA964716D +:1012D000704D8F917C01F9A76D02D90EF1BAD92E0C +:1012E000E6FF46F36F66F379C3FECD6973A47FA36F +:1012F000D85263412E503B611EAC47F377CE94B970 +:10130000F681C9FA318F0386E157AE827EC385BB71 +:10131000C135C85E69709DC75ED9BD96C52B761F65 +:1013200014BDDBE9AC2FBAC59E640AEF6652148483 +:10133000D88A76EE52E3278C4FCDF7ED00A78FAE1B +:101340007F298C5B235709373BE0F92A2CA3D15B1B +:10135000C075D1764EC0F5EDEC1CF59BD0DBF0FDF1 +:10136000ACA6237E0A52732BC38B7A2C0EE399EB27 +:101370003710F44BD6AF657ED176BE1F9D1CFEEBB9 +:10138000DD8C7EAAE22BD0AE6D159C281F5BDF673B +:10139000FE459B45081216477E10D6BF2F6D5C0296 +:1013A000D8AB670EBCE1F047F83BEF70B80F73B8ED +:1013B0008FDD3E00F74F006FCB7FC0E1AE5BBCA975 +:1013C0005C07778684F204E48B1886D72A7513A00D +:1013D000CBA9A203E16CC927411BEA2565E6941459 +:1013E00010DE4C6EB76430B91C077299D6ED201729 +:1013F000C17F95CDC7418EB5D3BF289F41EED1F9AE +:101400002D1EFA3C420EC780DCA3FDE308EBAFC9FA +:101410003DAD7F0C89E83F843CFC0F908774DF88EA +:1014200095A43279B8BA7D0CC2E5F744FA534679EF +:10143000A8D5F7F5E5A5F60DC13F5A995071222FB1 +:101440005F67EFF5EBEAAE9A505EBECEDE23F99110 +:10145000F5D43A7B7E64FF34BFA4ABA7377A74FD22 +:10146000339B645D7B76A040D79EA37A75F5BCF66E +:101470000A5DFF919D8AAE3EEAA11A5DFFD1419FB0 +:10148000AE3E66479DAE7F51B75FD7FE1BF807F8AB +:10149000FF2466BA42F1F41B2A07C1DFFF8BCB3A67 +:1014A0001DCF21DFBFDA03E79DADC957D923E9D1AD +:1014B00058EE4B66741BAD5DE3DBDD6B7CDEC974FF +:1014C0007F7AD6D4E9F8B886CBB37D6B1AB1FDA587 +:1014D000354DF8FC1CE723B3DBA4DAE09C62A7E9F6 +:1014E0007D1BF81952A70AF4B94DF09F437D71484E +:1014F0007F0E011611C403AF0CD1F922E0AD22D743 +:10150000782747E0A3DADEA06B9F22DDAC6BAFA1AA +:10151000F8B89CCAEBEF7A56E99E4F937FA87B6F91 +:101520006DC6A287808FD67BAC04F8683D6178D405 +:10153000F0BADECCF0ACE175FDCE451EB04306F04E +:10154000AF164D570AC3F84FDD72E974B512F0FFBC +:101550005D0FF8B5FB12297ECF43C717C2AF11AF9D +:10156000FBF9795C8D557FCE3E8DCB2BAD84F8BFDA +:101570009BE2F7E001F1533F427BFE3886717EE348 +:10158000BC545E95BBE9B81F8F7CF3C6CD64B09C9C +:101590009EE266E7163526EA58517BA7C6A2D6C05A +:1015A0003985E68F9A0586F3D6E4A95E38D7AF76FB +:1015B0000BFC9CE34E6CBF5DDB932878325341D229 +:1015C000132187849CF97520876B92AD18AFABE12E +:1015D000F900C6F7C6737C7C5B7AFAC674C4E9432B +:1015E000A3238D3EA2C97733E924803FB3839FF3C1 +:1015F00085CFED9600FEC93B945F5206F38B512FC9 +:101600001AC70F4047B09B1CEC3C0F3B82DDBFDF8D +:1016100085F65234BCAF5F2365982DE13A2141C471 +:10162000E77A81E94F6AF07ABEE7C4F1512F128F51 +:1016300003C70770E13C83CAFB02C84F50F93E3C28 +:101640009EACDC8570C039EB30E2FA8F27FBD6B94F +:10165000995D5980700EF3BDE86527A73BAF1C89E3 +:101660003737FD772FC4D7CC9D78DEB1C5A1D555CE +:10167000CC1BF1E5B3F38F1899B56BE759A9FE20A0 +:1016800081F392B8320227E2C404FDC0BE8AEB5552 +:101690004CC5843CB1A56EBA67346DCFF77B4C5E08 +:1016A000ACBF624E86733D5A87B348B5EE957D78E0 +:1016B0005E2A5D2AD0767B4BED2BFBBF8379225CC3 +:1016C000BED4BE02F4D3A5D521304DE9B02B76A00F +:1016D000AED8A9CFD5953B5057A1BE8D9F1B3FB12A +:1016E000A5F6951607C6017F05783FD06252D13E18 +:1016F00024CE20F8CDFFE87398AEC227F7E782FD2D +:10170000E5317B47CA606710DD7B47DC56C47F4507 +:101710008A7F37ACC7B9BA1FDDC1BB0B939C107F62 +:101720000BEF43D0B00F0CEFBE82203F870AE2BE22 +:10173000647B3E55ABE87CD99568F6D0FFA48D500C +:10174000975B4C520F3E48C27D3215340956C85340 +:10175000282412C8AB667E2E1857C0CE3B251BB37B +:10176000875F77B373913EB7C84B26A7123C5B588F +:10177000BE508D09FB27F0320C7F0BF6EB739B39C3 +:101780007D317CBCEAF1BFE38E3C17243D330BE88E +:101790003ABA5A9292E07CACAAC5741BE8939FF0C7 +:1017A0003C08BA4FBFC37DF2BA62FD2C7EFB01D06C +:1017B000FFA07DE3705D68DFA2ED97668F466BBF8B +:1017C000EA1AD107F099ECFEADF3E9BCCB77BA8AFF +:1017D000458AB7C37562592FADAF783E15CF61BF4B +:1017E000E47CBDD2D49F02F1E58D07BA7C50C63CA3 +:1017F000BD4A4D97416EC9BA75ACDC5585F26C5D3A +:101800005C7C25ECB7711D87BFFA4F37ECC3CCCF9A +:101810006D3E942F32F3FF172273215887C0DFBF2C +:101820009EEB93EC6466B71FE27AEB7ACDCEA58C83 +:10183000CBED56E11C35D96B7D0DB3007F8BEA44AF +:1018400002E7C50BC3ED2C8E10607EBF9DFE05BB6D +:10185000D84F12A7027B36A8FA78C012E29D9A4CA4 +:10186000FB2F6E373CE776F112435CE1EABAB05EDB +:101870003983FF1F447CD5CA4C1ED77AE38290DFA0 +:1018800030DFA7D7476F7E2D2E04FD7918DEA5EB3C +:101890003EBC60D476E867C4C72DC98C3E0F71FD8D +:1018A0003D801F827DC9229F6085D40A233E8CF033 +:1018B0000FE0CD80870673F1D46479301E8CF0532D +:1018C0008C217E9750FC423E46347C4C15675AE092 +:1018D0009C6DF15C01F5A4113F463C687E8D06CFFE +:1018E0001F353889F7701C9DEF830E0B01FD457A7B +:1018F000AEC4F3BA39BC5F043CE8BF48F42F8B0395 +:10190000C92FBA609D14991B69BF79AA45E7F72CC6 +:10191000E17ECF22E24B80381C85F378947DD6F9A6 +:101920003FC6751BE19AC5F585D14F22E69E42B0B0 +:10193000CB1626F3F8D1587DFC8894250F29778D96 +:10194000FE9246570B037375768940FC037589DA5E +:1019500015B77A44F94317F89B96AD20A6E6DAFB53 +:10196000CDC857E28204E0C7B9C42E3B68FFA5F496 +:1019700021C0354789C1BA36DEE94EA106F8F256D4 +:101980003A5C00CF9315B4DF16B22EB454F700FEC4 +:101990006EF558711E4A679F46D259343CAC49E6F1 +:1019A000FEE25832F662E0FF0A6C0E163FEB8178D9 +:1019B00072BF600F6E17C2710DFA4FD54A45E5161A +:1019C00060DAF2F07A07CE474813DA4FC388736CB7 +:1019D000491E22AEA69D136BF479BDDDD12332BA28 +:1019E0003B39401FBA73623F813846DB885BBC805D +:1019F0006F4D3F523BE727307E5B2C8B6368F23D97 +:101A000016EC1590A705E62F22E974907EDE77C3C9 +:101A10008E2E8A0BBFC34C40AFF8850F5B09DA9559 +:101A2000FD16A4AF80E574E4FB7E27952285B08E79 +:101A3000CB25281779D8F9F622C2FC26A2D2FE11AE +:101A4000715C3F6C1B7DEE8F59B1C394C7FAAD86B4 +:101A500033DEF6887173C3E31AE71BA49F0CE31B04 +:101A6000C769E3F94E6D566FAF0271BD57C4E2B559 +:101A7000D058C0ECC9DF279B747A6591DD956176FB +:101A800085EBC7D31C7591FA592BB5F734BC85ED9E +:101A9000B0D33A3BEC6ECBC77A3B8C7CFCADECB060 +:101AA000FF4AFE18EDB0B3C76C28F74FD7C40681C4 +:101AB00038B53C0533351B1292D06E56A1B407D20F +:101AC000111E2D6FC1257B05C0EBC7208CC1AF96C1 +:101AD000D9B99DCBEC15BCF4F9666ECFE01F4A076F +:101AE0009B93A42E90C3363B69894982F7989ED672 +:101AF000E61B18B7C02B4885D1E3819F275F743C54 +:101B0000F0F3E421E281074C4DEFFD08ECC25744AD +:101B10000271DBEB3C3FC4E757051663794DE06685 +:101B20002CC514361FF537C5946490536F5C770746 +:101B3000F8994FDB30FEB6FC071FDD532E037EE81D +:101B40007EC37B4B166F85B89938D284F6777B2697 +:101B5000F38FC5B502FA831B646BCDD3C067EEAAC1 +:101B6000E214E07F4FBC09F8F5742CE3D776F764F4 +:101B70007C7EF6D87ACF223A4EAC2716F3C1C4B594 +:101B800039F742FE1B7999AE97005F12D4C76D56A4 +:101B900056E6A598917EF252183DA5A730FCB65B9B +:101BA000FC054D8590570A9B1BC683DDAC12C9010D +:101BB000CFCDF85C1404B46FDA62FD05B747E04F8F +:101BC0001BD71EA2CC5B3AD4FB567C0E70E1FB49BE +:101BD0006C3D5ABF42FE7E215F973D1487F3B525C9 +:101BE000D1753922C78967CF399F19F9E491E46A21 +:101BF0002FE0A5DDAD14A720BFF459404E5EEFD90C +:101C00007F44881F8E9C63F15AE757424F36D8DDD8 +:101C10005562701DA5C758419A55067E689505F313 +:101C2000047A0BDC4E88BBBF6E969C49148E497CAF +:101C3000FF7D53A8FDC9E839B916F665CAE2711BE4 +:101C4000D934F6487DF37AE193BD9320AEAB5AD0F8 +:101C5000DF58685783B0AE08FB869FDB51BB691C19 +:101C60007F8FAE73E1645189891FC20E6C21FB2204 +:101C7000ED4B2A26F6C1B9E4BBBCFADEE433F361CE +:101C8000F97D44B2560B91F626F546C6815DC0FE3D +:101C90002C0CE8ED23A3FDB4A8CCFB924B067C747E +:101CA000FB101F4566E48BE1DA9584DC87FB7BF74C +:101CB000E4A7EC7221F85332D69D93DF50404E508A +:101CC0003B687E19C5CB9CC9A2D4437B77044C04E6 +:101CD000E4E8A6320BFA0F9B0AFA5EBE12F8B1CC0A +:101CE0002C633CA0A0B7B61ADBCB25B08B7A618AF7 +:101CF00034ECCFE2E90E477024E8EFF23FD9174702 +:101D0000D0CBA6B2E3A3418F6DE37444C5A063CAF0 +:101D1000B830FE003F320AD1B5B8AFFBEE8C45F9C2 +:101D2000F45E87C8E3D6D4D0A0F8767A183F4EE1A7 +:101D300071EDC55B05CCDF595C7EB8CA46FB2F6EE2 +:101D400015902F17AE16DF8778E2C280DE2EF337AC +:101D5000517B4D463CEBED356ECFD1C1AD40BFC39D +:101D6000B5E78CF6C9FD29DC3E2B212591F64934D7 +:101D7000FF49B34F3A88F230E31F36FF22333B8FDF +:101D800022CA3CC4EF14F1E4CB5752F84E97E5E673 +:101D9000023E6EE2FEE6A6C05B76F06F377D25223E +:101DA0009F6FB352C305F29DE32B7FBA96AE6FCF00 +:101DB0009D97A67E40DB7F9D62E5F73EE4072B8181 +:101DC0000F5EB1201D455B973D20927CCAF7310123 +:101DD000014B6D5F9C8118628E90374E7E4F25B906 +:101DE000AC5FC88D902FBFE3FC99B89AF9CDC96557 +:101DF00044C9007FB020773BE4FD51C58471A5D86C +:101E0000917209F0ABD67F9BC0F2EA6D3BAB14AA8E +:101E1000BB48365D07CC27D375809ECB09C4613D96 +:101E200037E0C2322F9088657E201DDB4706F2B076 +:101E3000BC249083CF4705C660BD20508AE5E840AA +:101E400031969706AEC0720CD573D0AF3050856511 +:101E50005160063E1F1B9887E56581B9587A03F5E6 +:101E6000D85E1C588C6549A0019F97069662BD2CD0 +:101E7000F07DAC97075661392E701796E303CD5865 +:101E80005604D662BF0981BBB17E79E07E2CAF08D3 +:101E9000DC876565E0116C1F880770BE9A9DB848A5 +:101EA0006279075E2FD867DBA2C8E12FB85EB93927 +:101EB00045390E74A4F513795EB8B1DF7FA7E8EF5A +:101EC0005199EC3DF63CF4DFF34AC07FDF46E54034 +:101ED00006DD9F15A373F1DED12729CC7F8EB57463 +:101EE0002AE942D85F4F9CCCEE03ACD8B90A4B52DA +:101EF000E11A56FCE77D9043B0DF669598307F9FEE +:101F0000E0F9534C7EAF0072A2ABD0540372FDEEE9 +:101F1000C2D37B80AF67952B6560A6CA6AF7FE5C6B +:101F20009457D565B0CE4B532DEC3E528A22A4D2A5 +:101F3000F1B2CB92A7CFA3EDD92D267467652255B8 +:101F4000415D9E4C50BE69F195AE58BD3ECC4DD51D +:101F5000ECBDBE2DD07FDB88FC12A647D8FD01F179 +:101F6000AE5CF41FB7597B0433C839EAD83CAEC91C +:101F70007EE8DFB6E8676047E5B67B5FB0C3FCAAE2 +:101F8000B714D69B9BCAF82EA7539E14431794F7F9 +:101F900090F202A4BA8D0CFA27C5D2FAA81DEA0B5A +:101FA000508EEE0E4E8AA3E5989D3D2F80F828EACC +:101FB000E99BE4A0F5CBF693BD20068A7BE56A2772 +:101FC000AD971E51F64238B2BCCF5F1D0FFB640DBA +:101FD00036C7D3F56C7B9778D7D27AC5C94E11DC5A +:101FE0008281FDB79126B0BFB47DB1CB9D0AE03BA5 +:101FF000E33609E334DBCC7D31898583F7A70BE039 +:102000000638291D80DCCF50FA711F284D94A8B8DE +:102010000FD2F402DC07462FB353056D1F4A601F31 +:10202000BA62A52A68EF9F42A4EDD05E6442796D42 +:102030006DCD45BDA2D11DC5EFE8B9CEC87D60E329 +:102040006C33D8A9D1F03BFB9F04BFC7383D47C3D1 +:102050002FD01E8B9F9E9F8F17723AA47C5C9F9AF5 +:102060001CBD5F0BC79311CF5D26B29FEA9E887B94 +:1020700031740F69D735A926EDBECEB0F0FA43C052 +:102080006BF2FF3D5EAF4A6572261A5ED1384D0B8A +:10209000DF438C266F603C807B283947304E99B3F4 +:1020A0001DE27DF770BC6EDCC9E2939A9C8B79BA15 +:1020B000AA279D84E5DCB57C5D51E5179733561E54 +:1020C000C708C7658BB603FD3FCCE739E1561E4A0A +:1020D000457F431F5FEF304955B07FEA4496BF32DA +:1020E000BBE27545C4FD91F19E321E9C00FEE20BE1 +:1020F00083B07F39D45E30D37DA7FFEC8132AE5000 +:1021000032C13D512DAF85480D9E483ED3F479989C +:102110000F357A48427F10E814FA1FE1EB0C8F2349 +:10212000B0BC861F8EE8DA1821FFBA1C19F89ED6BB +:102130003F1ADDFEB746B72D4F221EE32A997D9048 +:10214000D09284749C30D90F9A26827EFD56A0DFEF +:102150003FA68A1745BFAFFF1FC9859FA712842FCF +:10216000BB52DA03F947D954EFC8C0979514D7107A +:10217000CFF75851FEC984ED9F5CC9F2F828BE7AAA +:1021800020DEA99A9C41D02BA2AD7F32C04F6C8932 +:1021900012F83F27DCFEBED4F3F081142717C36684 +:1021A0007EF2606886230DF2D2A558A8FF9DD63B2B +:1021B0002AE03E581FE1F5BB1D13BE797CE293D4A3 +:1021C000B37F6829C4FB63A752917E7D9F40A98C91 +:1021D00092307F4DA3E30BE97F8D1FC3FC23156B6A +:1021E000FCD35088F2EF4B18571B2F9A3DF30C97F6 +:1021F0006B0E0F939BD1ED9924E427CAE78C7F38AF +:10220000FD6FEC393F9F6BEBFDE202FCBE61DA5BD8 +:102210002AF4D6E2A6761E3FD1D619E361F73063E1 +:102220006612F44B9C3C7EBA0CE2A702DC47B55F19 +:10223000207E1AD4C557B4B8A9764FDC88E7911E22 +:102240007D5E1BC8A32723E021DC9FFA3E9FB3736A +:102250009D3701EE17A8AFB23886960F3E13FE4D9C +:10226000E114BC02C6913AFF85F1DDAC0C125C476B +:10227000D73DF30B8128741D07BE10B134C64D67DE +:10228000D1F7C06E3820D88376DA7F4FB18DC0F990 +:10229000DA01A709FDBA03EF0BC807078AE3304F3D +:1022A0006A5FF178CC8330E64769E5D5FE8621F395 +:1022B000C68CF8B9FABA171DB02F8F4893EC39E8DD +:1022C00097B273464D1E6BFDE67AACDC6EF1CFF033 +:1022D000807F73437F0B7D425A2476CEA8D15F9ACC +:1022E000E3E99715FACFB465CCAE1C41826B25C7E4 +:1022F00060BA7ED5E39FEFA1E523E173BC0397D0DD +:10230000F9DB657E8EB77244652E1DE05F07CEF166 +:10231000FC3530AFE2EA2E063A7CC4FBD42FEEA5A2 +:10232000ED336DD44F05395C7ACC2D43DCB9FCC557 +:1023300064C0C72CC3FAB5528B9F19FDD1251E7DF1 +:10234000BCFC4CD93CF47FA3C5CBB5B89EE6974204 +:10235000DC4E1A428E1BF1ADCDBF4060FE27B108A6 +:1023600028C70E40D7092827EE0038490BCB275045 +:102370006C02E6131C2C2BC5F304E275F173CA9EA4 +:102380008CC8734A6D3DF4F9C8A1CE2F1744C9E734 +:10239000B8C7C3F4CC020B8B570AAB5E5C00F32EBC +:1023A00028B609ECDE16A3D385ECAC8CFC88F75F6D +:1023B000E85D8F79BCC6F3881F79985F7AC0D293A5 +:1023C00021F178A67708FA8C869723964E3CF73A47 +:1023D000B24424E0971FF48F4F2543AC5B2BDF0200 +:1023E000FAA0F85F0038498ED837D93DE4FE1F8146 +:1023F0003C1CCBE0F39E81F686188C73D701BE227D +:10240000D6FD2C87FBB087F9DFC4A616409CB77DAC +:10241000D1563BA176EA86FCD3E52AC5FB06D25FFE +:10242000BE1DE4C36A27C60DEA1A3E2B5F5B14810A +:10243000C70A86C7857B374840AF75392DC96AC43E +:102440003C467C1EF630B862383D7710E539CF50F7 +:10245000F18FFC5A46177B63BC3D747EFB9FF24AAA +:10246000408F6BF10F9887DD5766F1DADB24B60EEB +:10247000903591F45D1758A1931B3121810423EB12 +:10248000E64E8C77C684CCF8DCC8478F1AF848C370 +:1024900077B4FDD3F06D7CAEE1FB48C3860288C7FC +:1024A000B5C70E6D27C5A4E9E3E9C6F36FEDDCD728 +:1024B000F8DE477C1FCFF827207DD559D591C3E1A1 +:1024C0005F0D3F87BF5A2F01BFD8F9B9BA76AEEF7B +:1024D0002C48C273FCC375A2C2E2365217C4058EE3 +:1024E00073BDABE93DED7C30DA799FD3706E185344 +:1024F00040EB11E73F46BDA7ED63B47342E33E896D +:102500006903E7A3FAF3C1287CA3F1CBAB9C1E2F90 +:1025100094EF70B595E5311A9FBFCDF7F58CFF5F4D +:10252000E78FA3537DBFDC24011D6E9221A709E232 +:10253000A716CC773AFA958D809DE72C37FD14E2EB +:10254000DC471A8ED656835C28B7E0B9440FE5FB0A +:1025500065743D1B38FF0FC4553BC4E04801FC07C0 +:1025600041776E1B9B6FD7D567955B503F6FDA52F3 +:102570001C047FA68EB073BA0DE5DF4BE8A1FF3EC9 +:102580009A6FC5F1EC1B043C57B27FBDDE07FBDD43 +:10259000D3F0601DC653475A13413E6AF480173585 +:1025A000285FD92536C7DE91E3AE827BDCEF755814 +:1025B00008E61F0BE1736399DA7F8B73CA5280EED2 +:1025C000FA201F10CFDF799C9770F9C0E3B25A3C14 +:1025D000DC189F8D16971D6E3C56A317235D4C4D3E +:1025E0001BFADC38DA3E47C46567A50D2597E45A27 +:1025F0009D7CD1E4912617DEE2F01FCD6FBB0ECE9D +:102600008B8EFA6D1C7F0F1C5C5306F96166BCAFA4 +:102610006AFFFAE753801EC8CDC290F1D82D9A5CAC +:1026200086F3F982309EAFF187F30E819DEB1BF5A7 +:10263000798746BD105D4E9D5F0E25A631FB48D3C0 +:102640001BA01F921C4C3F989C61BAFFB67AA2AEA9 +:10265000A1D5AB1661B903C6B1E7C5E277678CFCBB +:102660006E94F3DAFC83E46748244157247FCA4C14 +:10267000DF0CC8792BB60FDC03382E049BE9501B06 +:10268000DCCAC634F00BDCCADDB0EF37BB958EB4C4 +:1026900088F19B2D2C9F513411FF13684FFB30AFF5 +:1026A000516B7F2A8DADA7B58AF5DB933CCEF35FE6 +:1026B000B46C7EBFD86381387C1A3B77DBE73C7F04 +:1026C0003EF5BD9C7EEE067934326CC76FE2FB4965 +:1026D000C157203ED26AF17922E3779BD312915EF3 +:1026E000E2273CD90B71D266C9240914F466624210 +:1026F000B9DAA2386A9E2E84F718DCAD4EE57195E2 +:10270000DB43F39DF03E5B9FD961FE2292DF9E0288 +:102710001D5C1E86CBB8DEA7D2981EE8702B4F0238 +:10272000BE6E772B4F011E0366D506F80ED887F6CE +:1027300053FE83E36B031F9F7A72782E88F38AC35C +:10274000FA5EC20B30DF1DA28ADF253B6BF29E8052 +:10275000FBF2C3BD5F7390CF1F71BFE6605AF910E3 +:10276000FDC3F7813F8673EB2A997C1A8445F27B7F +:102770004C5A9E27B5730FC17AAE6E1D3A7FB28B4D +:10278000C8E78D5339F838D4BF7E3B8DF9D7C7D20F +:10279000987FDD02F29C78D938F1171887E209CFCB +:1027A000718781BFBF32FCF9FBD07FBFC8EF4D7C82 +:1027B000C6ED9408FC7D9636043F6AF83B7B6C546A +:1027C000029C3B6ADFC930F6D3CEEBB57A7BA27EA2 +:1027D000FEB612562723D8BCAD3C4FC3CDEB76C313 +:1027E000F71CEC33D97748B4BC076D1CF70827CB2E +:1027F00007F24C728F28C77BFC980FD096A8FF5E1B +:10280000416F5A957B041D3F7E84C0E7212C7E9545 +:10281000CBCE0F8CDF3D3BCAFB1F4D9B8425155251 +:10282000A3019F56511C128F6923D8FAB57B62DA37 +:102830007D9DC59B44DD7D1D4D7F2E7E9EA07E87A8 +:10284000734FE0DB68F96BFE02E92508D97C460A84 +:10285000AD90B7F56DF52AE0332E69B05E2D1E31CF +:10286000A057BD17A9572B46940FA15789B72052DF +:102870009E6A7AB5CF705EA39573F8BE74707F1BA5 +:10288000E424C865F81E12CA6733F34737C7B37824 +:1028900025D01F7C1F610EC7BB31AF46CBA7D1F23D +:1028A0006BB47C9A81EF8218F269FAAC7DADA974A1 +:1028B000BFFA4713BC6F97BA40DA930A7908936559 +:1028C0000271A7B61C125F01EDC5262FC4E7136B7A +:1028D000A5360BAD27CA046EBAC3BD44D549C7BDE2 +:1028E0007D440EFB3E9D3A6F0F849A126469AA875D +:1028F000F64BA893F1FB475A3CF940CB3AFCBECAD1 +:10290000007E38FC09328BA3DA65E65F57914CB440 +:10291000CFC3FD4C5ABCF9468677166786CF74A0A4 +:10292000BFEE8D45FB74369CE8A31CE8C67CB7CD92 +:10293000A9D5CB808E35FE81EF4B3D11117F35E659 +:102940000FDD6EC0AB317F287601E3C741FA8EC33D +:10295000B1C9ADDC897CF3D5B973E2B8F03D35FA85 +:102960001E8173B7183793A731323B3F269280718F +:102970001DBBECF7C37A623C1512C8C966ABA35DF8 +:102980008080EC0D260279B0D57C1CA58E087F2EA8 +:10299000C05439C2E4A599FC59A373910345E79D3E +:1029A000C441A4565B471C5D7FB5E395CF0588DF26 +:1029B000E5375541FCEFC5856C8CCD51E2DC5A1EE4 +:1029C000D540DE18B9EAE0BECA88BCB156DF417D09 +:1029D000FEBEEFE0B7C91BFBD5C3BE831097FDDF7A +:1029E000CA1BD3E4D311D17FE42E8ADFF954A88027 +:1029F0007F369F8EB800E393CC4FA8E57856BFA0F2 +:102A000078B687F17CC4C2BE1B317FD7CB8847CB59 +:102A100024866ACB9D09A887347FF42A7BE7143883 +:102A2000EF3E65ED1F0BF39E7AFECD4CB00B8FFD94 +:102A3000E88C13920DDE33F73BE1F989D56F38E16D +:102A4000DED5B1D5229E135FCFEDFE856BBE1E078E +:102A5000E71E07393D8D4A57F68D88D04724908C64 +:102A6000FAF5E6205D5984BDBC74471C2736565FD5 +:102A7000DEEDD2D535BDBADCC6E2CF4B7FB5C79A05 +:102A80004ED77FF38E44F48B4FF0F398134F677655 +:102A9000815C36A5B3FD1F95EEFB13F01BAC0BFC60 +:102AA000E2F776D9480FCAA55E0B617EF24C21850C +:102AB000E54DC21FE3BA5EDA1D87E32ED9CAF441A1 +:102AC00003C56D80E2D1BFEB6694FBC6752F39D686 +:102AD000FDD208BAAE251BD8F712A0FF6AC8C70CF2 +:102AE000B0B896112EA35E58DC3D17FDC445B7B1B2 +:102AF000739E458FB2FBAB463D7103F1B657D22EA4 +:102B00004B3AF5CF6FDA7537CE7393E13EA8516F2C +:102B10008434BD318E8C3F47E54DB32337E17CF7DC +:102B20000F4FAC61CCF8D735762C4FAE91B0DC3777 +:102B300042C67D59BA73CF4BE9C8CEBDE340DFCE64 +:102B40007AB9DA7E2D09C725CC5DF37A1E91811EF4 +:102B5000795C95FB230B38DE2D84C521B6F278BC59 +:102B60002819E3F1AFD7425E80EA60DFDFD1E213DC +:102B70000B00DE883CE60517884FA4A673B8C75340 +:102B8000B8515F16BE26930BEBCB68F0477B6FB94D +:102B9000C8CE578CCF35BED8C7E5F40D8FCD6D03A9 +:102BA00014363FFF972CFC9E10CF9B13395E447E5A +:102BB0006E2112439E9C4A0E9108BA35D2E54DF023 +:102BC000F15BD0230EF69E9DD8D7E23D018D1E7796 +:102BD0006D42BC69F40237814C1083213D1E53C500 +:102BE00085EF1150BAD3D5FF6EE9CB02B97093E1EE +:102BF000FB0B7F1786F65746A7E732F865652AE88C +:102C0000A525C4D72621FCECDED70973E74B770155 +:102C10003F3F2610E0A3E5CFFEFA199043B7FC76BC +:102C20006B3CC8A18FCC9D2930DFB2C75BE3416EFE +:102C30009F30ABF1F0FE4741268F8CF3B5A66B7E3B +:102C4000BCE210A89C5C01FF848DBF419D0D7CF609 +:102C5000DF8F5B24D0A32B77D87AE0FEEB8AA7190D +:102C60001E69FD7D565F8FF85AB953CF6FB7FC7C54 +:102C70006B8ACCEEA7A573FCA583285EF19805E3CB +:102C8000A52B0E89F0D932B292F4237CC6F7611DD0 +:102C900021BA6F2BBBC5066BC2E0766AB958819F1B +:102CA00056727B71A5C12E6C8C126FB9CD40E714A2 +:102CB0002F78CF5CA5EBC1B05090C9E1E65FD81486 +:102CC000380FFAE8ADD42E88879C7CEC0FF1426176 +:102CD00098EEB5EF7F9DECCE3BAF7CF83BE78F01E4 +:102CE00039CFF589BC932E10CE6477B17299A527A0 +:102CF000FE0A8A97655D16AF4A1F2FFBB5A8806B49 +:102D0000468EDA30BEB6F4D72F1EBE9CAE67E913EE +:102D100016F74C068E03E4B3B65F2B81CE4BC2FB95 +:102D200073CB532F5AE522F61CF2DCB57D5AFAC458 +:102D30001E2BC4CF8DF8ACEEDE63657C66D8AFEE9B +:102D4000F7A782FE6DFEC5592BD0C347BB05929AEB +:102D500033F8FDC6C7FF100FFDB4FD1AD8BF41FB05 +:102D6000D633FBB932EC87799AD1F66F3E08CD7233 +:102D7000A4EFDF3C47E76D7CCBE605B81B7FF3FD96 +:102D80007858FF5FCC4D8CCE7FDC9A02FAB6D1A288 +:102D9000A64858B2E78DDB6E47FABBE9F5DB319FF9 +:102DA0009FD2771AF02F852F0DE05AF2E87C84EB42 +:102DB00046E247FA6BFC31BB2FF69999D43C31C4FB +:102DC0007E7EC9F9E42FDB6D68CCFF050EE340EE93 +:102DD000FE510CB27CAB55686768F7805112D3FA8C +:102DE0006776B63FAFA76B795C4C8EADE4BD563EBF +:102DF000B61EE5D85F339554E0778A079D3C135F94 +:102E00009F92CAE51FE6FFE27B544454C373E8DF98 +:102E10006B5162C6EADEE3F12836FF6D7C7EBAEEC6 +:102E200058E1325AA60CE429F4C23A5608EC1DA027 +:102E30001BC8731D9DC1E4F000BF3FB681ED0FE7D5 +:102E4000F74F0F3139B22238B706E540AFA5271545 +:102E5000FA05F7D40A28076CE17BCE917CFC9885B3 +:102E6000F3B1BE9DAECB2C44E273B780F6FE8D5B12 +:102E700068BF087B63E5D34C1EAF847BD4BA3C6249 +:102E8000C6875A7CFF26C3F98A561AE5C0670639F9 +:102E900030703EF068F279E3F19ABDB5CC12FCD9FE +:102EA000C3C0AF476D68CF2CFBB505F3BDFFF6ABD4 +:102EB000BD87AFA5F4FDB76E8D4FF572D5C8A78D50 +:102EC0004FCE2743F1E9DFDC3E32249FD2E743F2C5 +:102ED000A99B7D2FE31F265707F0ADE7CB9BA2C828 +:102EE000D5EC8C41F643C215B4FAD77F5B9A8DF9C5 +:102EF0000A06BC6AF834CAC7E7E0D2E510F291FED0 +:102F0000394422F0A8E14FA3CF5B7EB91CE719A09A +:102F10005B8D3E353D35409F4678F57834B67FC8A9 +:102F2000E590B6EF9675D42F86BCB6E745BCA7757D +:102F30004AEE8F87BCFFD61816073825F17A22ABE8 +:102F4000F7275BDB405E68CFFB63D8FD8E53BEFE88 +:102F5000F8C408FFECFD5D623CC4BBFB82CC9F362D +:102F6000D21F444AF13E2FF7B7A7888EAC00F85322 +:102F70009D792510C13FDD62E1F591EC7704781E63 +:102F8000C97F11DFE12B609DDABD2C5531A7513C83 +:102F90002E662092C6979BE3210EB378D752FCEEA3 +:102FA000D40D1D7AF86F74D4E2F9EE8D5BF4F70C52 +:102FB0006F22412BD8518D8FEA9FDFC2E5F92D0694 +:102FC000BAF1F3F8A1916E6ECCE0E762C5A498F96E +:102FD000B92CFFE3562EB7A6888573EA28BE4FEDBD +:102FE00017F15CE7F42E91B4019CBF62F63F515992 +:102FF000BEC00A4AB79171C7934057A3A2EBE593AD +:10300000FF7E6CDC5DB4CBB267DE1EFB082D4F3E4D +:1030100073F492DF41FDD937B3DE2683FB57EFFE11 +:10302000FC7A904FA776DBF0DEE7A9DDFF997517F4 +:10303000D49FB379619DA7D631FF56DDED447D7DE8 +:103040002A93D977CDCF9F1DDB87F296DDAFBE2FB8 +:1030500083E57F9DDEF5E5BBF07DD0D3BB2854A092 +:103060004FB93FB5F2B918F48F4F3D7F765CE4EF6E +:103070001B7C5B7856F0F3C1534E5207F936A7120A +:1030800059FC69E5EF26603EFEF2A7F758E15E4481 +:10309000F5EFBF1E0BF2E5D493CC4EA0F6EB363025 +:1030A000991F7DF48A7B2C74FFFE0E361DF5F3CB41 +:1030B0007F7CD76CF84EEB60BC303C9CA27800B8AB +:1030C000285E1A412E46C3C753FFB4F8F8E47A9835 +:1030D0007FD9AEF178DF3A8C174161CF9D983744A4 +:1030E000E167CF779F1D0B7EF385E07D3D839D5B80 +:1030F000FDFF02EFA97FDAFD65F47E4706D3374670 +:10310000BA1F4CD7CFFE00EBBF717A71BDC3E4F795 +:1031100084CC7F56F8FF77F6BBE89F16DE0BEDF701 +:10312000CB7CBF9D12F87BA79EFF3A8B5C04DC33FF +:1031300033FF59F9FAFC700FD83526AFBD8CAEEFCE +:103140002D129C5F25A0B5817646B383E5A1F7D605 +:10315000E6E07D1BC2FD86D902D3CF7764327F4182 +:103160003BC79DEDBE11ED88D9CA267E6FCD84EB9D +:10317000E97557FC6CE3107ED21C45447BEDD5B558 +:10318000747E8AA7579D26A959C6E768B7CDF7333D +:10319000FB6EBE32837D3FD4BDBF0EEE6FCEA9D095 +:1031A000FB11D71AFC82ABEBF4ED5791EDC910A7D8 +:1031B000BFAAD1428202C4870DFD33D9F79FAE2644 +:1031C0004DAD2CDE72D17841BF8EDF09248F653280 +:1031D0007F51C3CB603C703CB2EE83F066F333BFEB +:1031E000D0468CDF6FBD55873F23DE08F71331AB28 +:1031F000C314C6AF4D61F74523C643B807F0C9F104 +:103200007DB17835EECF85F07C67143C874BFD7738 +:103210000608B707670FD8830EE4A7D71E1330EE52 +:10322000FC5AC5E28E62A8FF4A403BECB3CA526228 +:10323000A770BF6A213BF19C455164691CFBFD00EE +:1032400068172AFE13E3FC0915269D7F99A8C4EA96 +:10325000E072D524E9EAC9BE11BAFEA975B9BAF679 +:1032600034FFA5BAF6F4C6125D3DB3E9725DFFEC1A +:10327000C0245D3D479DAEEB9FD7FE3D5D7D64E77D +:10328000B5BAFEA31E5AA46B1F1DBC45D73E66C728 +:10329000ADBA7A51F79DBAFE97ED5CA76B2FEED9C8 +:1032A000A86B2FDDBF59572FEF7D58D77FFC91EDCD +:1032B000BAF6097DFFA66BBFE2C493BAFA77FA9F0C +:1032C000D3F5BF32F482AE5E45FEA0EB5F6D7F4367 +:1032D000579F22BDADEBFF5DCF07BAF669F2DF74F1 +:1032E000EDDAFECF2838A37B0E670CEA38F04FD812 +:1032F0009F59DE2F75E398890FE3C356D284A59DAD +:103300007FCF2C967463E9E0E7905BC6F8FF5F26F9 +:10331000F885DBD43620AE57279CCD02B9FE5AE59E +:103320003C5D9EA1F63D9739F0FB0BF1E1F3FFF810 +:1033300090487A4A291D86042CA5501CE971513AFF +:103340000CC560991472E1735728114B77281D9FA3 +:103350002787D2B04C09E561991ACAC1D2131A83E2 +:10336000655A6834962342A5F85E7AA818CB8CD0AB +:1033700015F83C333401CBAC50353ECF0E556129A6 +:1033800087666099139A86656E681EF6CB0BCDC56D +:10339000323F548FCF4786AEC1F292D0622C478520 +:1033A0001AB02C082DC57274E8662C2F0D7D1FDF16 +:1033B0001B135A856561E82E7C5E14FA21966343DF +:1033C000CD585E165A8BA5377437F62B0E6DC0B2EA +:1033D00024743F3E2F0DDD876559E8117C5E1EFA8F +:1033E000572CC7857E8AE5F850179615A15F62397C +:1033F00021F40B2C2F0F3D85EF5D117A02CBCAD043 +:10340000EFF0F97742FF81E5C4D05E7C7E65680FFE +:10341000964AE80FF8BC2AF4329693426FE0F3EA3A +:10342000D0EB584E0EBD8DCFA7848E623935F40196 +:1034300096DF0DBD8F654DE86F584E0B7D84E5F42A +:10344000D0197C6F46E8132C6786BEC4E7B3429F51 +:103450006339E0D75746FDCE8AE91CC4531C49C3E3 +:10346000FC5EDC43BA73A307E147C4A85C9CB39A33 +:10347000DD436FAB3A3319EDD5553699DF0F35C8BB +:10348000D5AFF0771BE033B32CDF9DD2246DBF8E18 +:10349000D3EF6B157B93C10E6A2BE95B06718D4DE3 +:1034A000397D0BA06CCC627A6E6116B3036ECC6270 +:1034B00071CE7F1BC3F2D217AC1A89F171E21E1EC6 +:1034C0001C3BB87ED0FA3BF3F8EF9939FAB3F077AA +:1034D000678639CE70FB5D280F695696FFAE2C8C3F +:1034E000FF187F7767D8EF3767257FABF7EF3EDFB1 +:1034F000FCEBDD3FF03540D5AC9867D1FDAAE7FB8A +:1035000055DF7413C6C7B4EFA3F7F1EFA3DB96E959 +:10351000E335F554CE55D179EA6F63F9AFC6F63E7F +:1035200085A09DB37E19CBEBA9CF3061BF7AC3399B +:103530002A21DDF87D8D7AFEBD7163FBA22871C35F +:103540009F6519E2B09C2EEB799FF5CB443C2F3A56 +:103550007388FDCED5DE642B01FBBA6FB90DE99AF5 +:10356000B4B3B8E2DBC9CF64CA11E7330D54AE2A55 +:1035700094EFF62EBFC30374BDBEF5090B9C8FF507 +:1035800065AEC28F0384E920C8F27832099E97D4D1 +:10359000ABABF0FBF4A48064A03DC7F16931C9DD99 +:1035A00080479265C77B8FA2499F6F5D90CDCED536 +:1035B000B5F23D13C39BBA8EC5B3D75B9B0A20FE01 +:1035C00007890EA6717C9F4C302E1B67BF95EDFBC3 +:1035D00007F7E56C87FB4B11765A2CE0AF9EE8EDC0 +:1035E000B64359893C2EC9F0FE01FFAE2AFC1134C6 +:1035F0003AC843BAB0C27DC97AB71DED3FF8AEAC48 +:1036000099B2467DE7DCA5606FBE37F0DD0B0AD3CB +:10361000381EA7A3EFF957C729A3E93E1FE5FC5DB4 +:10362000AF5AD448BAB0086CBD64ADC0CF3FD465C2 +:1036300050AFEFB0E5B27B9A7C1DD046E5DA846CE2 +:1036400036CE0702C74B2661EFF1FC045B476210E0 +:10365000ECE27AB719D769C954AE87BCB4FA0C1F2B +:10366000AE9398FB6F6F80FCB30C09BF7B666B5900 +:10367000A5803CAAEF58BB0AE87C002E33315BA939 +:103680007E6D202C4F897408ECF75C22E1A378F75B +:10369000770808DF392EB73E6C15189D6F62F9E781 +:1036A000EB339BF077CA88D977E4CD8879B5FDF6FE +:1036B000C3BC745DFECE67EF10D0AE6679A47E9871 +:1036C0009FAE6321BF0F68C49B9FEE17E0F7D26CDB +:1036D0003EEF8F9C08FFE079BDD6B945E1756BF4EC +:1036E00052BFDA89E73D1ADCAD82AFAE01F0B9C94D +:1036F0008670D6C37AC686F150969DC4BE779A3935 +:10370000356BD110EBC1587104BD18E9CC62E2FBF6 +:103710009CC57E8F55A37B8D6EF2B299BCD7CA49EA +:103720007C9F23BED787F94B93B2B5DF0564DF2BAF +:10373000FB2ED19F577D3783DD6B7C8FE70D65674F +:1037400077CD81FCEBDF67F1F7E4A602CC67E5F308 +:10375000D33F0AF211EC271DBFDE61C7FDBC8CE32D +:10376000D58817A3FC4F1A5827F15BC7F17C815C01 +:10377000782EE3737F870DE950DBDFE303DF8B55A2 +:10378000B2705F248E374EDFA7389F9CCA62EF036A +:1037900039C1F7DCD4FB6C48E7DA7E18FD2F4D8E7B +:1037A000BF0B7E251DFF417844E5D9DE849502ECF0 +:1037B000D75C0E4F0AA7AF3DB685424384DCB9897A +:1037C000E33D39CA7DCB9BF8FB0A6F87FCB573E3F9 +:1037D000D08F2591F1F245D9FAEF914D759AF03CD1 +:1037E0006BC68343E76B1C9019BC33EEEDFEF48F80 +:1037F000401FF556948B0FACD5FF4ED7223EFF11DC +:10380000DE9F2C189E5E7E3720C6801DDD19FAEBE8 +:103810002F7F4BC74FF25951FE2791BE5FFE16CE48 +:10382000C5EBD8EFC2ED4D3885755B6D2EDEA7ED8B +:10383000544A106F33654107CFD60C530D9CEFEE01 +:103840004D989376038567CBDC1B851B22D6996246 +:103850004EC0FCBF3DB639698DBCBD91B6EFFEDEF2 +:103860009FC7805ED95B2FED82FCC8F85AF69D5C3D +:103870005705CB178CAF2031D01FE66D8C18CF5574 +:10388000CBDAF7CC9B9AB684BED759BB6E02BCB7D5 +:1038900065AE157F2F6BEB4CB5428C90279DB5C75D +:1038A0007BE01E70FB6482F77392E492D5201A933A +:1038B000CCF7DAE17BB4A492603EE11E5BB610194E +:1038C0003F5ACDE1546A589E65BBAC3F3FFA5466FF +:1038D000FB3A2687C5E55E88CB5E3D928E67AF35A5 +:1038E000C12FEAB2942B18BF867D57F97EA1AF1481 +:1038F000F8A95A942AA10CE4F0736BAE0FB5FBB390 +:10390000163BFB5D564B988FEDE7B83C07BEB47095 +:103910007EDAA2C9FB34263F22FA6BF48F7AC332D7 +:10392000D99A0BF2FFB761BE44FD81E3D07558EA26 +:1039300008CABDFBB4F1AED1F4875F00FDA6C97F14 +:103940004B1DD51763215F8AF0B88B3F6D6EC4772E +:10395000C3F7F2F1B766F8AFC1EF7B9B2501DAEF51 +:10396000172401F4F3739C5EC3DF1F9004B4B7788F +:103970003F4D4FDFF31D76CFF89E01B9C0D66BE502 +:1039800070537D45A0BFB5D68472C45AC9F49875EA +:10399000B28A7A6333D7D7164F043E48188E37B3AE +:1039A00073701D0F5C634578EF4B93822CCEE44F10 +:1039B000E3F832819EB583AB40F1735FA6740DD3FB +:1039C0001B2AFE9EF6FDDABACC04F183688CD81768 +:1039D0004B8D15D76557D8F7B92D192AEA134BDD4A +:1039E0003328EFEE0FC3A55853F8FD644A0AD69961 +:1039F0005665346D3FC6F1689DFC0CEA1B231C9A8A +:103A00005E19D83FC3BE0F92FF86FABD73AD693011 +:103A1000DF03745F404E3D20C8476F807DA7F408E8 +:103A2000F2BCBD96C5DFEE2934B173C0160F7EF728 +:103A3000CCC9E77672FBF7DD8A495215EDB7A58050 +:103A40007879680EBF7316FE7E26E9188897C17BC9 +:103A500065AB2E81FDF9773917E1BB77FEF176B8BA +:103A6000AFEF2836A1FCD9E23B8EF7AF7FCFF5DF71 +:103A7000E5277AAB1368BB6BA684F7F7B5E7133E6F +:103A8000EC11E1F9FF0066D74971008000000000E9 +:103A90001F8B080000000000000BB53C0B7854C5DC +:103AA000D573F7EEDDDDBC374F1209B09B7720E010 +:103AB00012080488B2E1D5200437801A4CD00D8F4B +:103AC00080219088B6D096BA0B0149354AC4D86295 +:103AD0008BFE2B458BB5D6A058698BB801B4D15A53 +:103AE0008D162B6D15A252044589F8687CFCE53FC4 +:103AF000E7CC4CF6DE0DCFDA7FFD6432775E67CE21 +:103B00009CD79C99330965F642953136A1BC95B195 +:103B100002C612CAFCCC0BE9A6D2BF968F1DCD58A7 +:103B20006C81D9C51C8CFD440936AB90F74F67EC0E +:103B300061A89F3025689F9CC4587CBAC90559E686 +:103B40009E122C1B8BF95B55A640FDE88F924ACD47 +:103B5000507F82124FE56DF8CF65F80FF3331B638A +:103B60004D9AC8FB233D4B4BA01D0BDA989DB19F8E +:103B700007623DE63468AFF0F25C47A9C71F8DE5E8 +:103B8000ADD50CFA675956FBC34EC662E04F5B02D7 +:103B9000631A33B34A48E79B19B3409AE1C8602CD3 +:103BA00019CACD2C682A64CC14559DEA85F6E5899E +:103BB000DE460FA465D0CE5C48E5B644AA0F0315D7 +:103BC000C147B5DA85F55AA04A7B348DEFC1F40CB4 +:103BD000FE26025C580FFA5D27EBB3958C8D61ECE5 +:103BE000BB369A138BD9579186FDDF57CA2AF5ED5C +:103BF000A2475B7066F43B03FF471618F3B62C63CD +:103C00005E4B37E67F29C6DD1F7786217C71806A8F +:103C1000ECFF270A8C53101A6792C34470C9F43919 +:103C20008BE356C4D7739131CCAF601E3AC3F5FB1A +:103C3000D81C40FC31E62A99333CD4FE7587458C6C +:103C4000D3A0E0FAA7E038901E5EFDDE5D4F40BBDA +:103C5000568FC3847422EBCF1470250978E47799CA +:103C60002E1D62A27289F7F0F205A27D936F357B5B +:103C70002F3BF45D15FD151DF436C524213E1C8532 +:103C8000AA23545E29DAEDCE74573A8A902E787DB5 +:103C9000B63F4271C6E8FBE7E3DBA3BD6E37CC83DA +:103CA00055CF662CAD3F1C32859525BC1DC6F52F22 +:103CB000E85FBE4FF4E7167861DFC07758FF266CE7 +:103CC0009A19AAB74AE05FE6A7C5983C01A83FE366 +:103CD000A7ACF16CFD1E11F399B1A9FDB3D701CFCB +:103CE000ACCAE27A18F96DAD918E5609BA3B2AE951 +:103CF000AF1A8877DCF9E6E3A77E27ABDDA3329025 +:103D00006F324DC4B7CD8E0CA54607C78702DEBB08 +:103D10008630AA6FB69BFDD65848A3CDEF60AACED9 +:103D200035F9AD23202DB1BCA3625A79FB272A7C3B +:103D3000B7DA5BFD28171E54BC2DB80ECC633223B6 +:103D40003F4472D2656AB49BE4C8B9F8241CDE6FA4 +:103D5000CB27C0778C8D077E095CD6EA2FF88FE6DB +:103D6000F1B003E6CF66C23C52FACF43CAA37581D5 +:103D7000C4569447202FE2BC6799874C57BFF5C9BA +:103D8000F0033AF89E7044271D1B067F8C6563CFB5 +:103D9000A8176EFF2F5FCFF003C017450EBE2EECA5 +:103DA000AD6813E23151F4F956F93EBB02EBFAA9C2 +:103DB0000B041FC076B79DF377CB6A35E027FE76FC +:103DC000477874FC60EB55993B116464AF42A9EAF3 +:103DD00070D0BADB1CAD24572CA95CEEEF8FF351E9 +:103DE0006A1574DE611D62A01749DFF1E7E0FB5A36 +:103DF00051BE4AC05D66F556E27AB3EA4203FF550A +:103E00000F31F289A4D7E74C6C29F6FB8793EFDEDC +:103E10007939CC2FA592EBA749025E593FA5D2551F +:103E20008270031FAA7ABC4C2B077E3B9BBC19C235 +:103E3000F96C01D2795108AEF07A3787C12FFB8F28 +:103E400095FD8F3B7BFF923F65BBC3BDE34723DFFF +:103E50005991F7E09BB5D26FA37C19237DAAA533B6 +:103E600037F63339739D2DB280F3655D34F2A1D5F9 +:103E7000C08F57AA67971B3F767238F7450DF90632 +:103E8000F5B26D2EB3A39CB4314FA98672C41C4702 +:103E90007284E5B154847F03E370803E74D4C038EB +:103EA000EB9D5C9EB5295CCE740AFD70F7158E6D96 +:103EB000EB14D2ABFE6E3E67CB19A4272033D31888 +:103EC000FC0EBF0C4339C3F20467BCD08B1EE60165 +:103ED000BD72B7D04FF85352443B5C48730FAB8070 +:103EE00072AD120814F8B00CFA35A31E2FF12C6332 +:103EF000B1BCBE06E358C4389699BC9E84AF791015 +:103F00000BAC83F19A15169185FAEC1A930BE51A0E +:103F100033BBD31643DE5A92E2BAC311EAD7920EEC +:103F2000FD427B2D5507AFC005D3C1153E9FEF5C09 +:103F300020BF59F1A6A1DC3F31C441788C672ECA5D +:103F4000C32F0DF92EC51CE70E10FF5C9DB608D2DD +:103F5000B68A5A6511A7D733EA184E5A084347154F +:103F6000889F685C3F87827A2AB18CD345EB37996A +:103F70001D13815EEE9B3B3B0BE7BB17F902EDB3D4 +:103F8000B92605EBDBDDF6122E5FF9787BBF8A4C94 +:103F9000ABD5D1C9DE49C7462D82F6774FB7D815C4 +:103FA00007AD07D7FF5F46061E86BF274F1893E66B +:103FB000D0D17183A087FB2ABD6E06DFEF1E97A2CA +:103FC0002CD0F5B7C6C9E97B53456D1A3321DD6D99 +:103FD00022394128417A5BAF50BFE1743A5FB4B3F4 +:103FE000097CB45D638AB041DAEA9EA42C2DC0F24C +:103FF000081AB7D51CA7E0B83637E3789BE39A6771 +:1040000006F86BD20356041DE490650994573B23D0 +:10401000A93FAB5DE87DFC25A1BD9AF2D01DCED0B5 +:10402000B84BC4B8AD4A4F2AAECB4F344EE7409F91 +:10403000D3B3A1FE4F92B30A914E365D91733FE226 +:1040400049BB6D38D919B2DD3383BDB54E488F4CAD +:10405000BAF6D0222491F1398371DE2784FC78DB13 +:10406000CECC0ACCFB6D10BE6B15ECDFE3C946BEAF +:10407000B9F28BA71739A8FD0A67B2A1FD0D48CF89 +:10408000B27DCB60CFCD587E6FF9B5649FDE57E926 +:10409000BA7F21F46729B6106932D6BD6521C07593 +:1040A000EF544670F6D91382EFD738B97CD85471E3 +:1040B0002C15E12A73723A6C45BA443E637605F9D1 +:1040C000F0DE71C7A89F94295CEE48BBAEADC2E29A +:1040D000C675DB342F679BAAF0F55C108DFDF3F9F4 +:1040E0009739399CF7B94FA72E66483F2EEA578E6D +:1040F00023E93F1EA53AA471B8BE3AFABE8FC99F04 +:10410000634F0FD2A1D33E12E7D12BECA8F84A4E51 +:10411000E71DD6385ABFB6A99E80EAE47CB298E083 +:10412000FB82F0D251E5257A4F11FC913053D05BE0 +:10413000A52590EDD4F3C9A46CE213E0032FF14957 +:1041400021B593F026CEEC7EEA09A8D731C36247A9 +:10415000F45CA9F2F95CAC1D7584388DB1C79D9EE5 +:104160001D4817206F46207ED99A446A5F6DEAC8C1 +:104170006E44FA5C17A434BC7D19D80E5D881FB359 +:104180002B05E99CA5737D7E8B90299FB614C5E114 +:10419000FECB1BCBEB2966EF58CC97FD7BE1580B90 +:1041A000EA90BFC730B4DBE767B21B67C3F71B15E4 +:1041B0000ECFFCA6E9650AC8B7A093EBB7577DB050 +:1041C000C0B98CBDE6B33137A892BFF8EC947FC379 +:1041D000974AF9377D0E4AFFE6CBA3F4A885EBDBBF +:1041E000F989EC46D2D3CC6E4179F28290072F88C0 +:1041F0007E19BB35153409C0F39722931D97ECA89F +:1042000067EA1540A51A97F357BB55D4357DF2B52B +:10421000726E94100E3C5FE39960286779A342F9AF +:104220000C46FA05D7754173FCB63B60C879331369 +:104230000DF5AF6D1E68C8BF2DD6B5A22CD3F0FD0D +:10424000FAEA61867C4D2F280E188AD92209DFB739 +:10425000DAB8DC050BCF84CC708B9DD7FDAC71EC4C +:10426000805530FE672F6B541EBE0E472D5CCEF876 +:10427000FFAAF2FD137CC775F9FCD02086F096FDED +:104280001BF6BDB84EBFB2921C5CB845617E980269 +:10429000EBF1DF80ED6E7DC8EAC27A8BB6A8CC8BDD +:1042A000F0A0D106E37DF05AF6B63B685DFD0F62E3 +:1042B000BD1EA8B70D8A8E6BCC6F07D25CD82DFAC5 +:1042C000510A0722FE8FC733773C98522722DECA55 +:1042D000415BE3A3F2D65A13EA1DF5E56413B4FF7C +:1042E000E84995211FDD74F31B63EC80D7BA17DA18 +:1042F000FF5A0CFD1D6D55991DC6FB7087F521E415 +:1043000077A09201A88743F30C8C40BADC31D063CC +:10431000CE00FAFEA03630C28EF4B02699E8BB3F3C +:104320003E60FEA84F902EA13FEFF7626C0AB0F2FC +:1043300042CD953292E888EFA7FC6C741A2B86FA6E +:104340002D5A19CA75E09B5938CFA3AD89A63B08F1 +:104350008E2789AE16981D16FD780B5A54D203B0DD +:1043600018168493DDA37AC176865F2BEFB759F1D7 +:10437000B201FDD7F1969BADB44EB70C8A0C208AE2 +:104380006FC031CEC2DF1F03EF78ADA17CDDB32A51 +:10439000D9756CB4635309CC6BD6F6C94528AF58B0 +:1043A0002AEFFFB3044937EB69FCD36E28C2F5DF6F +:1043B0001E13C0FDF549D39387CDB00E56B37704D5 +:1043C000E26FE92CFF830AB0C4A93DEFDD3D01EAAD +:1043D0007DF0B8E6C2EE5B98DB9551C4E7857CB60C +:1043E000C02CF4D8EA64E267660E3CF233187FE32F +:1043F000DF0718E47E489EACE57696AC0F60988A9D +:104400003109A6288047AF834DB303DEAA58FB06C7 +:10441000C2270B507D070209F8B3D7430A787BAF58 +:1044200028E60E7639AC978979F576FC7B829FA7D2 +:1044300065703D20E5DEED220FF5B9FCDDCBF53DE5 +:104440002CF0C12CC0CF52C6F1D3C05A3EC1FDD50D +:10445000B51919547F69E39299687FD10FF0B00CB8 +:10446000E80FD7BDD61E7F6B17E4EB7744B802D0B8 +:10447000EEDE0CCECFD0871DF9F426D1E4A5BC5BCF +:104480002C385EDDD30A4BC4F102DA51B4C36C2080 +:1044900030506E7C00EC5A9C80FD29D47F7DAB129D +:1044A00008C09F4B584F10EDE2E5BF565C41DE95CA +:1044B0000DD771B1E8B7CE7C5717C25997A7BC8307 +:1044C000FB42B603FAD5C9A3E5ED7C1C29471A982F +:1044D00039540EFCB5D8D6D285FBC7C5ACCF2E5407 +:1044E000CE207CAD9A1FEBD9986D2DF6E3898A21F9 +:1044F000B8EA002EAB530FBFCACE002E6BBD81179A +:1045000066111E145780F5876309F34C89C77940FB +:1045100079D0D11FAEF0795D2C9CB5AE0EA2937010 +:104520007875EBE0D0AFC312D6753BD253AD9FAFD9 +:104530007FED1EC033F4FFCF468D59E2880EBAB22C +:10454000C684E800E09E85F270499B0ABA294417A8 +:10455000921E6EDA19B0A0FEFD90B5C64603DFD4F8 +:104560006FD979ED386CB7F5350BEAEFEA8460B6B0 +:10457000098C8B24FF55F7945D11A2CF9B02C6F9DD +:104580002FDB61CCFFB7F083B3308F11ED002F8BA1 +:10459000B7ABB40FD1D5A3F652BF2FF5335710E602 +:1045A000BBF4A0EA429FD052D0678985970EAFC472 +:1045B000D3FF37DCE1FE89FD1931DC3FE1622EF4E7 +:1045C0004F7CCE0AE2AEC34261DF9CCB3F21E71FA6 +:1045D000AE5FDFD2C09E8075FCCCEC8E4B20391EC6 +:1045E0002EA7C70E407D23E573ADD097B2FFC5A8B7 +:1045F00027217F6CCB53B16807FEB3EDA9144C970C +:10460000A01E2A08E9A1EF2D0C0E42BDFDBD6722B8 +:104610005C489A6C66F08DEF43FEA39D2A3B9BFCA1 +:104620009C39D0FB4E06C22BF4E972F5A1C176D4B9 +:104630009F429E5EC80EFCB6F35C80F31C15EA77C1 +:10464000A198E7BBCD7C7EEFB5F0F92EEA374FB0ED +:1046500023709EBFB0BA50941F8F0892BE3F0EF3D6 +:104660006CD2D90BD23E90F3FB9CB53E1884F2E598 +:104670002BDF3C6C067AB829A76B04F263F53D5634 +:10468000B2076E7A3A26C020FF81523A80ECE103ED +:10469000C158C45FDD931C7F2138FAEC035B66B21E +:1046A000CE3EB848BCAD601EF293AED8F3C74368A7 +:1046B000AF2A6E680AF0AEB0450789DE776B27F542 +:1046C000724F7170D3DCCA5C361BAE4F3A7390BD2B +:1046D000CDAAED48A70AF3B233519837BB8FC15A20 +:1046E000D4623B80FF8BEC4F6E58497CD09383FAA9 +:1046F000B52132A80D40BB6AA7E2DA86FC766B6969 +:104700002CBA0A35D648F0E46472FB5671BBD96AFC +:10471000C09B15FA8A8471F3331DFCBBC34EAE2BCC +:10472000B615C68F09C11DFE7D169206EAC568D36F +:1047300059F7C195629CE5AA89ECEC7A0BB7B74FA3 +:1047400009FFCB984CAE5FC764F2FD5D49A69DD2D0 +:1047500053B03DC6753F35D51AC07D669785ED4689 +:104760003BEB35CDBDE547B06E6F667A27E07A78D2 +:104770004CD1F391DFD7458DD0507EAE8FAF1D82E7 +:10478000E90DAC4BC3759D555CE1C0FDF4E1149B94 +:104790004B25B9050B3206ED044EC7AF68D1CDD815 +:1047A000EF61C41DCCABAAF88F5FE23A1D86F147DA +:1047B000C3F887D32C812668E77FD64AF6C3C6485C +:1047C000E68FC0F927C591BFF47A21A7E64FB1BAA9 +:1047D000D18F533565A30753E8CFCF005FD5B69E81 +:1047E0000D23619CB526AEA7D726B000D22D5BDF86 +:1047F0005D84F8BB9CADB7E33AC2EC779D493C1FA2 +:104800003D99D931492730AFFA498CFCBE4468C57F +:10481000845F43BEDEC2CB57643E51D1560279DC81 +:104820006B203D4C5703DB603E57C388B89E57430F +:10483000BF486F0C99660C5F4FFCCD86FF4B609EA6 +:10484000B3CDCC6F4AA0B4391AD26B8A59300EE678 +:10485000177C9129080F9D8D007CD7054DC15CC048 +:10486000DBD5E66007E2EF90CA36A01D3A9B39B56A +:1048700095B01EF5EB2E0EDEE6CCDF73784D260EDE +:10488000EFF79500EE0B6E30B3032AC0D390E0F043 +:10489000D3F79B395DC3F7E6D842ACAF105D5581C5 +:1048A00090407AC6F5253AC5CA6342EB04F56D918E +:1048B000F0FDF64C27D1599580778BD794827E8076 +:1048C000E5623F78838DAD8FC1F666576C05ACD33A +:1048D000480053BF4E0D16B96F6CB7CC06FE5C0690 +:1048E000FCED04BC6C16F4BE4CF2F7AF8DFCBD0BB6 +:1048F000F90BC655D09E047C5689F45CFCB153F08C +:10490000C74EC11F0F64CA7D693BD9D1CB845C39C6 +:10491000D778CBAD2C48F87AD64AEB2EC7BD5AA42F +:104920004F64F273430987A4F35AD6684139512B77 +:10493000F4AF091613F5E7D2D65F5810094BB7EA62 +:10494000EC35FAB7D58272AA6E7BF8779DFE560DCC +:1049500072CC7406534BCF22844FB932C2857C513E +:104960006569273F8282F22D2F24DFC2DB69AD7C8F +:104970001FA9B5707BCCCAB8BCB082BD8972BE26F7 +:10498000BD6738CA0569A7D78AF5B732C73405CAE3 +:104990006BD11EC37310B43BD0FFBA85C36D16F63E +:1049A000F5C256A37D52D31C3E2F6EA7687DFD9A9B +:1049B0008FEAED0C4DD829472C3DC3515FE8FCAC84 +:1049C00064AF1C3171F8FD298CEFAB9378B959D8DD +:1049D000A392EFF7656AC2BFECA775BA9A79E28233 +:1049E0003A39EB99C2D89585E8875002480757BBFA +:1049F0004B3B79BA36A8C4223F323690F89CF3F389 +:104A0000D5EE1F939DE52953FC5158EED63ED0CFED +:104A1000EB55FC635C7F3BE97826D849A877C2CE8A +:104A2000715849E259F560B89DE49FC4F2C84F84BB +:104A30007299FB8BC95E5829EC89A96A741ECAE970 +:104A40006A25D285FB85D5B6D81178E87B1AEC6C3F +:104A5000A48FEAB723485FFF2B827F3F551AE337C5 +:104A600041FA96C8CF8FFBDE2CB4AFAB632D664CFA +:104A700057A9DD34CEBF4C3DA407F6C6AE9E826278 +:104A8000F76D7B06D977B7978EDA02361FB367D9F1 +:104A900066DB06D1F9A638A78F79DD0D70CEC57318 +:104AA0004ECAC7CE76C37EF1D4F33D37D84035E544 +:104AB0006E8F9D6D06FC9CBAAFE741CC4FDC9E3AF1 +:104AC0001BCFED4FDDD5333882F24378F95AD19FB1 +:104AD0007FC86CECEFD4FD3C9F0CE5784E573D89C8 +:104AE0008BA6EAF10AE997542117A41FADDAB48F17 +:104AF000A79358D034FAC2F5A667795233E1BB1AAE +:104B0000733406D7A522C74DF9D40CAF230BF05F41 +:104B100057A1F82D300F76309023F436EDBF370AC9 +:104B2000FFBA5CB7542167643A321BFA85F6D53771 +:104B300067C7A15E85FE867E9BFE9E1370CAFEA49B +:104B40001DB358F039F43F26ABE83FEF5FCA0DD9EB +:104B50005F4B7FF8277D9BFECD39C6FEA47D2BE7FA +:104B6000311C7913FDEE398CDB51021EF97D831265 +:104B70004CBE0EFD692FAA744EB521F99819CF19B4 +:104B8000D9D1686E3F47707E589CC5E5FC861FB939 +:104B9000E2D0CEF7FF59A573EC0D6B3D9535E8CF0C +:104BA0007A7CEC18243169877ED8F1378B03E6B123 +:104BB000429C773688F3CE15BB3A2CD3A0FF06482B +:104BC00027EBFC1DF5F2FE00EB36CF8E09C1B138A4 +:104BD000CB24F4CBDAF3DE0BB8254B117289CF7BF3 +:104BE00084985F69BEBB3E4BB70EF27B9366BCB741 +:104BF00021D3DD629E576531312EEFEF7285AF5FB5 +:104C00007524D7870BC7C4D81C9787EE47D46E7519 +:104C1000D2B9C5C48C493FC8D2E159B60BF99D7BC6 +:104C2000CEEE77DEC3FDCE723C9780B33AA1EB5651 +:104C300050F66CF7F6A99B512ECCF8A9940B2022C4 +:104C40006C787E2AF3D5B3A7A473FF27E67FBEFD59 +:104C50009ACD783EDE19C9F745F3C70E8F4439D493 +:104C6000ED8C32D9413E3DECACD98D70CE1F7BC569 +:104C700034FC5E6A8DC9A9E1E738447F0F3B3D6D86 +:104C8000588EF5D13FE5B5703AF1BEA4BAFC304F6D +:104C9000EF88282FFA053B4D6C0AEA6989BFCD5988 +:104CA0009C2E7723FE8A42E3CB7141C291BFE9E893 +:104CB000BA343A8778DC59FA4C567268DCC79DDE04 +:104CC000EDB85E725C98E608FC7EAEF1C3D7EF21CA +:104CD00031FE33627C4F09D09F4E6FCC9E1265C867 +:104CE000CF9D99C8DC7AFFF6DC81867C6575A6A12C +:104CF000FEF58B8619CACBAD5DA3F5F6815CB78B4B +:104D0000DD8F4D03BE8F03BC7475B0E1BB900F9D6A +:104D100031748EBAAC793AF9CBE37AAB28AD6F85B2 +:104D20003CF0CFF2DE39945FD11B45F9CEC8AE69B5 +:104D3000A8B73B7F1B4FFBCF57D560CECFB11F6BC2 +:104D40000CF173F9C0F9EBD0AEE88CF417DC02700B +:104D5000963FF19D325CEF15BB14F2EB96ABAC5372 +:104D60004940FE8CA0FECAD5D747DF0CDF674CE672 +:104D7000FAAC1C752B9437093FE5B9F8E688E03F9B +:104D8000AD9BC33DB5B782FA93E5FFCCE2769DCCEF +:104D90006BC9DBCD64DF8AF968DD0AA557F50EA380 +:104DA000B4615785D951807EC75F24A1FE80FAD1B6 +:104DB000A4DFA55C927CD338368E459F1BCF56214D +:104DC0007FAA50FE40BFBFC9737F8DF4366B4DB7CD +:104DD000D986E704D1163BEE1367158F4CADD5F598 +:104DE000D3D4318FA1FCB226310BEACB2A48F5F29D +:104DF000CA7B8E7B174AB6515E4939CEBC2D74E80A +:104E00007783F04748FAF858C837D9BE4BE17AD8CB +:104E1000FF343FBFF8639E37291BFAE92A65954F97 +:104E200092FCE81A8CF6FF7F0B7E585F9B42FBAD2D +:104E30006E378E3BABD861C27390B4BE79703ABD09 +:104E4000D03C2CD99CEF5E55D96AA48F57274EECE5 +:104E500072E339DF0F478D42B9C8EC3DDF209D3644 +:104E6000EC9D90897EE7FC6C0BD52FC73395D1A1C3 +:104E7000FD40C3DE283ABF69D86BDDA640BD86D8A9 +:104E80009E1C94B7B7E57BF3B3F15CEDB92F0FFF30 +:104E900010EABBA363E83E63C3DE880398BF5255A4 +:104EA00068EF373DCB3D14F1752E382F961FC3E9BF +:104EB000CCDBCCF9CF2BF8B046D0ED02C1873566FC +:104EC000D08B00F78D2FAB0CE5D38235CAF05DE8AF +:104ED0008770C4B8B2757C28F94D43BA1C85F4C9F3 +:104EE000E9B2BE375EF0B753F4CBF9A01CF7A5D0FA +:104EF0004FF9B078DAA7AFE84DA47A925F259FAA60 +:104F0000F9DE7938EFF226E06F18C7BB2E6D34F268 +:104F1000CB85E9E44BB303EF8194281AD28915D2EB +:104F2000C93AFEF6F4E965FBB4143C8F59EF34DD61 +:104F3000C142E5375C22BDCF1074B2203A988D761D +:104F4000A4D618E1C27B2ED5C90E92632B7F0C1913 +:104F500040C14ACD3319F5EACAFB15F227A2BE4576 +:104F6000BB7ACCA146F24BCBF1E7F58E600EC0D3F5 +:104F70009CDE2C4A276678EB914E6A7AAF15781C36 +:104F800071D673C7CF1A37921FEFB380D5C5C80F3C +:104F900063F41716B95D740EA9BDACB1871CE8E7C0 +:104FA000F3AAC81FC70731FBBD0AF717A2FF50FAC3 +:104FB000FBE479A2F4FB59934C86F3CFCFCDAD83BC +:104FC000D1FEEFE7FF2BE57AEDE4768DF45A7DC74D +:104FD000EB634C789EE274931F70C740EFED389FEF +:104FE000BAD981DF68905F76D753B1E89F97F86CA4 +:104FF0003707B3719FD20E78447F647B8B5A16E0DB +:105000007A3C8ACEEBA4BF54D8152F326E8F483A23 +:10501000AFEBCD24FC487D23E5F733BE54DAC44A18 +:10502000397E213D24E97BB999EBB1E540F7B86EB3 +:10503000E17C14D23F23895F18F00BF24748FF70E0 +:10504000FE08E91F41FF714368BF112ECFA57E9A6C +:10505000F068E6AEDF433F758FCDF7E03A4D1C06B2 +:10506000F200F051FF24E7837E725AE86B890F89C2 +:105070009F9744BE3ECF1D447EBA30FF44909D6B47 +:10508000F5573092B390EAE5AC1666D7CAEFCF0B6E +:105090003EB858BE794AF099845BC2D965E1F6956D +:1050A00084FF4F8CDB1F729C3FE6CD7E8BE421E8B2 +:1050B0000D1CFF9D6CAEA7FF5BF33A97FE78A76FC0 +:1050C0007E17A73F5E099B9F9C879CD7CB62BE172C +:1050D000AB5FBEC8B6887BCF46FD02F58EFD01DA18 +:1050E0009D7A36DF8E724C557A8ED17DF667231C01 +:1050F0008887579F8BA0FA6E5B1CEDEF273FF7FE6A +:10510000A73F77E03E62CE178847F71EAB99E9ECE0 +:105110003D099784F3CF026ED0435F67EBF61DF233 +:10512000FBB7D54B922FC2F9369C5FC3F973C69D6E +:105130006027E23C9F51E89E40C82E64A4A73A3302 +:1051400006D17999E46F9D9D48F608CB53E89E4FB0 +:105150007FFBEBCDD10E68FFE9E89891E85FDDAF0A +:10516000B6DF3B5E09F1F1A4C7BE7EEAEFACBFBE7D +:10517000ABC8F38EC8290AF1AFE4D30BD3E5EF3403 +:10518000D257F50AD9355648F5FACA7B0E7E1B95DB +:105190007369FCE6CCE9B367B83D1667217BEC4246 +:1051A000743735E7EC76CDB7A0BBA939C921BA3B36 +:1051B00097FD7D550EDFB702DD5D95F32DEC9FF376 +:1051C000AC2FE949497F33FEC4E98665F2FD4A67A1 +:1051D000249F6FA76510C9E92A21A7679C618D8864 +:1051E00067AFD8FF4B3A2EC8F7AED0AF3FEE4F7047 +:1051F000DF71B1766D555223C37B685E48F5724905 +:10520000DE970E5FFF5B722ECD4EA911F52F56DE95 +:10521000349D63DDCF63CFDE8DF3BF903DCBEC914A +:10522000463F41A3750ED2CDA7417EDFFC5CEBA9C2 +:105230006EE1F8EEC35BD02CED8244B40B804E36A9 +:105240007D2B3A619E54F4AF1FC63FF1DCC43F7022 +:105250002EAEC77E95C97314F24F7460FE32C61E1F +:105260007864E0C1F53A3DB559F845E47D5AF4EB70 +:10527000EC3C8B9E1E90C7E97AFFD71F3C86F12F2E +:10528000FE2116B2A7F7C7F1FB8A1B7F7C1DDD57F5 +:1052900094F53B865856F3FB8CBED4C53A3ED93FB5 +:1052A00024E51BF453ED1FC0F0860ADBFFC351DF7A +:1052B000E07D487F83EA42B7F0E1D5EF7D5803F9FE +:1052C0007FF48EB7EBE36BB47A7EFF494B6A8F595C +:1052D000AC836F7FC3A812876E3E9F8B7DFF3FD24A +:1052E000BF67473F4EC7905BBB4A11DE016682D75E +:1052F000FA65B55D29C038107E8FFC05215FB49832 +:105300008F28AEA72929034F3CE03BD7CF1BD2AF54 +:10531000B5613F4D49265A372D66BEDDA29B8F3BB6 +:10532000C9CCE172328F5E1E8CCFE5749B96CBF5B3 +:10533000DF3ED54EF30638ECE80FB8F1EBEA435DFB +:10534000288F078F71E0B9C96DB999FC5EA5C95E58 +:1053500082F6E995AA6B34D3E9B37926A1B7F2585E +:105360003AD2099D6BE07CF03C61049D33F885BF27 +:10537000DE86E7089ABC9714CBE5A5BCAF4EED4C92 +:1053800086FA742E713CC749E343F908E187A77B8D +:10539000EA74D958A5FBE664DF205F6B780E9D6444 +:1053A0007347C486EE9583549C82DF351127A60D82 +:1053B000622B66139DB76BE837FA3C47FA0579BF55 +:1053C00055028E2AC01FF6536566660BD8EB370E62 +:1053D000B08CD80DEBDF1D6D71217BCBEF72FC2AF9 +:1053E00031CE8D2A9767D67ACD708FBDEFFE7CAE19 +:1053F000BC7FEF3AF46612DA4F5126BABF86D3D19A +:10540000E3614D0CDD07E91ECC56A03CB08AF136B5 +:105410008873366BF46F57E17989FCDEBD6E02DD6F +:10542000C3DD20FD03CBC5BD2FC08B05E7857F679E +:10543000E0BC2CEE7C9C17B4778ED0C9C530787157 +:105440000DFBD633B3FFBA5CE8DEBDB46B247DFC44 +:105450003497D13A760C4959437C35C04674BF71B4 +:10546000D0B1C7F0BEAF76DB04973E7EAC63406A36 +:1054700009DE0BEE68485CD3A3E3937FD4CFB12F52 +:105480002CC0FBC3D14B91BEAFFC3A7D4D69129E3F +:105490005B4D34F0E5DEDB3EFCF499244C63E85EC2 +:1054A000FDDEAFC63B705FA89ABA494EB0AF228905 +:1054B000DE27C755A63A74FC31325711F7BEDD9787 +:1054C000E702BC6A0AF04174489E6929A3BDC82F4F +:1054D0001BA329F2816D14FEE626C51807769BE012 +:1054E000B3DB721591DAB95C343B06633F325EA4DC +:1054F000638879B5DE4F394BD49F25DA770CF9DE16 +:10550000A11A1DBE3AACCFFD790CE22B65AE8BEE35 +:1055100047A3DC43BF822FCA85F3EC1860A3F5EFE5 +:10552000186009E0B9614783CACFEDE26C0134ED40 +:10553000E53D6EEDCB6A928BB7E53A0CFEA58E0188 +:105540004984F77D6AE3212E176CA4BFFF519FF8B1 +:105550000DCA2B4D8BA3F89523A69E22E4BFDB72C8 +:1055600013B83C52802D74F6F8F521B940712DE73F +:10557000910B14B7A289FB8D17920775B94EC13FE5 +:105580008D0CF9F73F9507F8D3C6F4E7F73E7E1682 +:10559000ED255FF7B5FF7FE293EBC3F8641F2E2E76 +:1055A000E27FA342E7AD5AF2EE18BD1F7393A0D37A +:1055B0008EA838AECF1A12BF41BAB0AEAF49610E55 +:1055C0007D3D95CB4F9B8C739948F45B137DAD4625 +:1055D000760AD0E3351807946BE6719EF1DC7ED431 +:1055E0004C3DC3713ECF0CF6DE9B0BE3BC2BE2328D +:1055F00042F114F10ADE7391F04BFD26D7FF8BBE0A +:105600003C40ADBBBFF2AE22E63588917CAA4A771A +:105610009FA07BA7EB530FE8CFBDB51FC550BD8D35 +:105620006D2ADD0F96E7DF1B93A6D991DF37B62AE7 +:10563000142701BF16BC47B750B4AB1D7D730EF6DF +:10564000D79BCBFDC9DEE3F669B10EC4DFF13F3B6A +:10565000113FDF57EDD8EEB97FAB744E73C567418C +:10566000350ECF0DD63B0DF1ABDE93E669A85F6B2F +:10567000989DEE531E895D5DB616EA353DA088798A +:1056800034BEE045BE843CCA9109830E96635CF546 +:1056900084FB92C94E6BFA6E4C2CFAA30EB3C62E45 +:1056A00084D7DFA2121F817D7E200DE7AFC493FC5B +:1056B000793B7D33C54BBF9D658DA7799AD9018C08 +:1056C00087DE2FF8BF4ADC9340BCD80A43F1D340B1 +:1056D00097ECB2C2509C6BA70938A790EC4BA2DFA5 +:1056E0001745FB5A8C9FC67B21EA9E22F4A74B7973 +:1056F000658E1F4DF6EAC7BB178F4152D392E77AEA +:10570000717EA7F62C1B837838887403EB7EC7CC98 +:105710006D1EA483085BA37FA003E32FB9BC686858 +:10572000DE48F7101AF694F2384485DB1917EAF7C9 +:1057300088A0C73B3CD0AF7A11FD6E31DE6B68BAF2 +:105740003FC2A65CCED8A2B6B0EF62DF53E3377E8D +:10575000AF6A31E64D792619477E4971A1A773FFDB +:10576000B3B850531E33C48586ECF45576E4A34F8A +:10577000D3CDE4CFDC28E24237625CE859ECF66E28 +:105780001FA3389076211F24DF493EDB2FF621C06E +:105790005F95682787E2CA07297EB203DA13F15CB6 +:1057A000203E8FD3C573166E57CBF87219CF199F51 +:1057B000C7D7FD0F270B296E736F6F61893EBE6CD3 +:1057C000BFDAFDD858D2273C4EB909E8E9A9B3E0C1 +:1057D000617B8E6A38DF96F6BC940FF70AB825BD58 +:1057E00086B71F21ECFAEEB0B873EF05E2CE77670B +:1057F0004ECAC92BD2C57FEF9FC79C14FF338AF6D0 +:105800002D23C4FC8177A7A17F80A57A52F5FBC028 +:10581000F22CA39FE9DE3E397669FB99F2EDC6FDD5 +:10582000CC3D62FE7D7089785555F89BABF19C1498 +:10583000F87486804FC6A3574706B3F13E9A8C4B47 +:105840002FB3B21B2BA2F9BDEB953ABCCD10F89A41 +:10585000B189D79BD1C453ECE7A1E85079F524D1A5 +:105860009FC8CB794AF8CAB3849D22EE1387C35FE1 +:105870003EB9FD331B98B04B77B8E6E2BD916B8B18 +:1058800099B83732B2CD9D857E24233E5E95F8F1DE +:10589000171E9C8270DCCB42F7E8A07C6A495CDF73 +:1058A000793592A9ACBF64C7E5075BC8EEE2712405 +:1058B000CCDB6DE6F74A457E34E46374F9E2B0FC74 +:1058C000565E3FD6DCCDF4F115E84F50E89E9DECD6 +:1058D000CF2FF6AB3DD3F0FEFEAC5D8A1DEDF1EBB4 +:1058E0004B4E5950FE974FEE7E6120CCF7873BC65A +:1058F000CD8D8E80EFE8EF0278EFDC51DAE6378B62 +:10590000F629743F817ED676C5AD025DD6172B8110 +:105910000C677FBABE33CF786E461836B66718AFBD +:105920007329ED918EA87D06B50F5A2F61FCEB4AC5 +:10593000787C5F78BDFB653DF17E02F50FB89BD3A7 +:10594000CECF85C3EB3F24E46A97C9B41C830D1FF7 +:10595000DD714D9BED0A585FC6E9E3B11D73E7FAAF +:105960000B38B8EEB0F99E0FDE4D525EEBE6EB3031 +:10597000B60F9E0F5FF7F5C397A08FA5467A8933C0 +:105980007B0E7C0A70C42529763C6759E189684101 +:10599000FD5D3E59D2F78D73DDE930BF0866B85F13 +:1059A00011A26FEF5CA4EF154CD65FD086F2C563F1 +:1059B0006286F754A6EE51FADAE799E99D106AFF7C +:1059C000FC8E9A36BC8F01EB41E594CF3A0FBDB700 +:1059D00087E54BC2F843D037F127EE77003FD96710 +:1059E000D32B02BF1F8938F0AE495C1E77658873E0 +:1059F000837C6E671E1778EC116957A40E0FE9A11E +:105A000075865F10CFB574F3263CCD4B92F3F6CF7D +:105A10009D09F3EE4A60C315A093AFF2D6B4AD1F53 +:105A200084ED3D66BCDF6666B7B5BD0C72659EC091 +:105A30000BCBF71D1474A3209F2D27028075DFA5C3 +:105A4000F8296E08D7FD2CF37AB93F9FF8C3DABB6B +:105A5000B5F3B47FBD7F7B77587BA6255D4A7BB1CC +:105A60002E33C3D6AD2C6CDDA684E5AB653E6090CD +:105A70005F52AE2DD87DCF8694248C5751D07C4474 +:105A8000F96C5146C2908FFE786E741AD2A7431BF0 +:105A900008223DEDD13B0FDA80762B507E11BDB64A +:105AA00090BC9E83FC4DF9BBE6E2BDC16B8B1B37FE +:105AB000A442FD218FDEDD6683AAD7AFBF47C3F7BF +:105AC0007E321F6D6D3343BFF3463FF102F6675ED2 +:105AD000BBF9E04CE53CF4D91A368FAD61797F58BB +:105AE000FDB60BC8F3F561EDD78495B784E5B784AF +:105AF000E59B8DED6B1629C41735B07E88B80BF188 +:105B00004951BEF4F7B78FC67B94573CFA3F6D1BE3 +:105B10008A49CF125D4FCC0FCCD5D3A9BC675B951A +:105B2000C4FCA80FB473C8A791F9E7A093BC70FD9B +:105B3000C5CBA744FDEF53783FAAB6D56AB7021D7F +:105B40001E8DE0F14CFE37F8FE826279611E4777C8 +:105B50008E0CE039DB69A05BB4FF0FDC931B877010 +:105B60002CEE5419DE575DDEA9D27B2BE8592ED7D7 +:105B7000C505DED4A6D0FB2BB56FF17E6A77A901EF +:105B80007C32A32F1EAC4DA1763705B477F5763560 +:105B9000853642FD257B9400DEF75DB2C558BEBC5C +:105BA000DD9897F1530DCCFCAE7EBF7C04FF48EB33 +:105BB0006F7F839D4AF6D7C27C71AF57C43F5DACFF +:105BC0001DDEC2DC75F984DFB0784E69E79883C9C1 +:105BD000D7A19FF5C5C4423C7F017BD856ACBBB76B +:105BE00026CF054EFABC8C810DFEB16F29A5B2FD02 +:105BF00029A5C33210FDFAFF6474CF7FFCAE9D77F8 +:105C00004E7060FD46720E7C7C7234F9833F067BD9 +:105C1000963B0BD60939CDF9FA8A5D1DEA4086FB21 +:105C2000A6F7A2E81E537FBF3EF96D3E3D690E9C6C +:105C3000ED3E425F3CEDFF4652B9C4E307DFE7FBB0 +:105C400006696F4E10FD753C96B8673CD24D549C6A +:105C50001DFDDB4BC4FD840F76A8D4CF715BDC2324 +:105C600033D1FFBA754E0A3EE2B558EBB16060AC75 +:105C7000EBD98A58B47BFF09F582E4AF09A86827FD +:105C80008D2F6374EE303E68660E271E117A6621F2 +:105C90003D8CDBCDE30A3FC4F305CE1F74BEB0F8E4 +:105CA000772AD9B712AEC9C58261043E0F08BE7803 +:105CB0007FEB53D4CF89ED9A1DE1F978BB4674563A +:105CC00007748957D28F63BC258C5B775075A16AA6 +:105CD0003EB183F3755DBB1240F9B5FC66CD4D71E5 +:105CE0008F61743E59D6037AB5EAE8BBCE1D98465B +:105CF000FE3E41DF36F80FEFB7C7B3F6DB310E7368 +:105D0000D98EFF8CAEC3E9794FBE88E32B648597AB +:105D100012C77712F6814877F27B42FBC8D2812CFA +:105D2000241FE4BDF5260BA3FBE97E53A40BFD471E +:105D3000F27EBABC8FBECA647F1EE96415E807F420 +:105D4000138E1CCAFD6AFF32B9A6621E749B1BE348 +:105D5000D666F9ADF4EE843AD9D478B6FB6C6F0A06 +:105D6000B9B86C28A3F4AB7C1E0F25E3B69AA43F08 +:105D70003A59C40D08BF9D6C7F249FEF43BECA777C +:105D8000503B759489F62DDD1A1BCCE3D3ED83B01F +:105D90007E4554C2E70EE8FAC3FCCF68DF513121DB +:105DA000E1BB99602F7C9AFFD55CBCCF5E312AE1C4 +:105DB000E90CC87FFE682FCF5F9E50A4417EADF2F4 +:105DC000F5DC29904F18EA3E91AF834FF60BDF4F79 +:105DD000E2F7C72FF39EC2B4C112DD8CFE85534A91 +:105DE000CF0A7C484DD67F4D6187FFA084F2089F83 +:105DF000AB00F34CC07FF674FC50772F1FD7F87DB3 +:105E0000013EF503F858E0E7F130F0F3D85278DCC2 +:105E100003D2E702191FD36C8C8F612E1EC725E3B6 +:105E20009E64FC527E282E6BEBA5C4659D12F16426 +:105E3000E1F172CA1E1E57D6E467DD11B4FF35C604 +:105E4000B32C8F023A023CAD7CFAED587C2AE42652 +:105E500085CB1B96CACF87E53B622767057390FF0A +:105E6000DFF7B1A42CA0DF25AA77D050C047A7F355 +:105E70008F8351CEBDBFB52916E5D047BF515D33E5 +:105E8000A17EBD383F61DFA8417C2FA4D3994FEF9D +:105E90002E9CDCB9311DEF7B670FE572E1A453BC8A +:105EA0005BF4CDFEC13F847A6519D38B506E839C21 +:105EB000CF1D7A3639BFFD1A826F7A34C87598DFE4 +:105EC000238338DD59CDCC1FC3FDC20CE3B2344867 +:105ED000D5C2905CC6F2587A536061AAF037533C41 +:105EE0009E5C2789FF7EEB02248FEF179A6C4CC3D0 +:105EF00079E6B3AD76D45B727DA6AAD1AE20C89FF9 +:105F000095A0B7513CAF147ED1953B157A176C79AB +:105F1000A7467AF67DC1B7E1F2EB23D64371D94BA0 +:105F2000B72EE471FB425E613838D2C92CBBF9BF91 +:105F300022A72A860A3935928DBC447D5B39B4A8E4 +:105F4000FF3A4C55AB1DF8DEE4CAE4BC422B3F9F40 +:105F5000227A5922E208E4BAAC7C2093E27159F724 +:105F60002F697FBB44C0C4B6F2F89DDB9D2ABD27D4 +:105F700050BE7B2073C0A79B762B74BF6FE6EE44A8 +:105F8000CAC7F6A651BEFC970326F1F7AAF87A967F +:105F9000FF3297F2271EF9D368F12E138FEBB1333E +:105FA00019D743EB70BA92BF0360F6E7FFB404ED74 +:105FB000B74E8D051C549FE2A83C021C8F889BF2B3 +:105FC000B0F0F86E471CF6E3017B0BE997B9F9B91D +:105FD0008143C44B59534DCCA1C3F335688FC17A6B +:105FE0004438229943772FF00D113FD524E436F33E +:105FF000BBBBD04F5E29E8202A2FC150BF32BA96D2 +:10600000E821C67599A17FE6E57ED03EFAC06F49CA +:106010003C0E0BFBBFA6D2182FA6957C42F1479EE3 +:10602000BE38F746A27FADC4E84FF5A44F3BC1F898 +:10603000FC8F9E8F8E7E3654D86DF92C9FFB01FB12 +:10604000E19DF8E1F441CE0F6045FC14DFF7B8564E +:10605000E0FD34E3FC71DA1D45FCB141E043D29B25 +:106060002797C5E0D33671C546BCC6BB8DF84C2C0E +:1060700033E22BD963C4D380CA0C43799A77A8A1A1 +:106080007CE0D242437E50E37843FD21AB2719F2F6 +:106090004EFF5586FA99CDB30DF9ECD6EB0DF5739D +:1060A000B72C3094E707EA0CE5C376AC34E487B745 +:1060B000FFC050FFF2DDEB0CE523837718CA47756C +:1060C0006E36E48BBA7E66A83FF6D03643F9B8EE5A +:1060D0005F19CA271C7FD290BFA2E7F786FA137B0D +:1060E000F719F2A5EC4F86FA936D7F31E4A7DAFF3A +:1060F00061A8FF9DD4F70CE5D31D1F1ACA67E47D84 +:106100006AC897BBBE36D45F3DC87B02E54EA5A9E1 +:10611000E58120433A776C42FEBD2EC9CCDF17B92A +:1061200044BFFF2752FE09BAFD9C45DF60CA38779D +:106130007B498F6FA09E2F42BA9EC9D0CF7FBA5D98 +:1061400021BA3E97BE8D03FBD7AC9B47BCDBC6CCC8 +:106150003A3812CBEC867CB227D5507F40A5C3508D +:106160009EE6CD33940F5CEA32E40735161BEA0F46 +:1061700059ED36E49DFE3243FDCC668F219FDD5AFA +:1061800069A89FBBC56B28CF0F2C35940FDBD16856 +:10619000C80F6F5F6DA87FF96EBFA17C64B0D95046 +:1061A0003EAAB3D5902FEADA62A83FF650C0503E1F +:1061B000AE7B87A17CC2F17643FE8A9EDD86FA1310 +:1061C0007B83867C297BD1507FB2ED35437EAAFD4F +:1061D0006F86FADF497DC7503EDD71C2505EFFA178 +:1061E0008BE29AD91F148ABB9991F789A11CECED17 +:1061F0003CD48BCB59A40BEDED707B5DDA63E5AE3F +:106200002F0DE3AC3235925F7695CAEDB4CA61FCCE +:10621000DC13EC789B8DCB597EDE5FC6E8DDBD38A4 +:106220008C374FE07E471E479F44FA9554A403FDE8 +:10623000A060CFC4A2DDE270DAA1C85EC6DF21880B +:106240000AD997E96774EF625CC8BEAC45DE013ECF +:10625000681BE6AD1A5684FBB29DD370BF7213F370 +:10626000DF8EF6EF54B520AE1BF4F02B11673F071D +:106270009A6E033CEAC67B31A235BDF03CFC3BDDA7 +:106280007692EAF7F52BDEFD50609EFAF392BB6141 +:106290001F6586AD64AB0FF80CF875B3CF4EF936B9 +:1062A0005F2AE57FE27350BAC59747E9CF7C2E2A73 +:1062B000DFEA2BA6FC833E37E503BE324AB7F93C42 +:1062C000F47DBBAF92F28FF8BC94EEF02DA5F4579D +:1062D000BE462AFF35ECFF31FF1B9F9FD2765F330E +:1062E0007D7FD2D74AF95DBE2D94FFAD2F40E96E78 +:1062F000DF0E4A7FEF6BA7F23DBEDD94DFEB0B5262 +:106300003EE8EBA4FC3E5F17E50FF80E51FE055F7B +:1063100037A59DBEE394BEE4EBA1F2977DBD943F0B +:1063200029CEFB360F53C4796834BD33E899944BBA +:10633000FB3DF9FDCD4CEF665C37F99E857CB722BD +:106340007C3F10BE0E1F88FEB549FC5D0AEDB29C75 +:106350006D78EF33F4AE84631BEE0D1F10E3F4BDD4 +:106360005321ECEB25821EE5BB15F25EC012C1077E +:1063700045488F79448F2F5FCA7E47EE935333BCD5 +:106380008F0F83B46E90C94FFE81681E573B31C397 +:10639000DB8EDF6BA31B2DDC3C75D1F7722BF70F67 +:1063A000F5BCA8BAB639CE3D5E83B81F7DCEF2BD2E +:1063B00027D251FF94FD5BA5FB2EAF683195E8070E +:1063C000D927F0B06F98C990BE98E1E94078DECF48 +:1063D0006E3CF67367288EF76ADC6203BF5730079E +:1063E000C58BCF61EEE7F109C06BC0D0C3FC75CCA3 +:1063F0004FE9C34EEF4BB87EF360838079EF782B83 +:10640000BD8F596EE57C110EC7EBC3B8FDFDFA30A8 +:1064100093213D96E1791DE1389AED7EE416A8922C +:106420008E71DDC9A85F7B1E4438BE78F693634A3F +:106430006608BFD20F717BA9B87F74B322F6FFFD47 +:10644000E2E8A9BCFABBDC0F331FF65B789F4DC6B0 +:10645000C99F6ED4482E629C3DFA694F377E37172C +:10646000E10F978FD5F8EE4721C6EBDB787F6FC53C +:10647000503C94BC2F510D1638EEEB6232A59FA311 +:106480003B3A99C3E3C6FBB737EEB1927C04BAE856 +:106490002139354EA578EB574C811C7C1F6EA389A2 +:1064A000AFBFFF251E076DB67BA85DEDD6F89174D2 +:1064B0008F06E804FD5AC5051C5F920E5688FBF74F +:1064C00072FD81BEBEC1FE3FFEDDD83CA48386BD09 +:1064D000E3E85E5A9349C4598BFE112E9C871A57E4 +:1064E00040EFB095A3F180F4372E86EE0D77A86CBF +:1064F000F5CEB3C8CB8C024E47AFA4F277FC9A041A +:106500001FCAF281059CAE068A7AE5FB5EA47799E4 +:1065100056746A2EF427B3D1DD057AFF4C1FDDAE29 +:10652000FE535A966E1E0DBBDFE1E7E7ACBB60760B +:106530000C0717D755BE5F2CC7D1D08F81CA25C98C +:106540007CB26FDF908178E27A41D29F6A89F13E16 +:1065500014AD9F471FFD3B0B04FDA3DD3FCBEA8835 +:10656000BB0E40EF0614E2BEC5FB3F767AF763012F +:106570007351BA8879285D026484F4EEF1DF63C157 +:1065800073D13AD64EDF57142F1C8CF906D633251B +:1065900015FABBA679EDF3A900CA9CD67BA6A60185 +:1065A000DCB30335CF635AB15D3986E780C03F85E0 +:1065B00005E8EF511A375C86E721BF2EDD80F755DD +:1065C00066093F05D09D5B453D9AE5EAF6C3FA1D95 +:1065D000BD279FFCC7C5058AE01B7731B6AF5EC7F4 +:1065E000E94CDEFBEEE39FE2654706E25999B98785 +:1065F000DE9F6CD86B4D403AACC31DA6AAB713A55D +:10660000BEE676C232B013B01EBEAB47EF53BE1D1E +:1066100041F7EA3F5060210AFBF387B43B57A9DCFE +:106620002FF72F134C49C57DF4BD8497A5B6C0083C +:10663000C40BE8E90AC477DD7BEDB78F443FE0A4E3 +:10664000C060B45FB55F595D4D4E83DCA7779DA4F4 +:106650009FEF6E8DFBCDC2E10D87C36A617EBCC723 +:10666000A414BFF025DA192027B87C38CCE15FA547 +:106670007A53F1E210DA2F749F30DD43FE02966206 +:1066800073F177288DE3AF17E376FE2FF75BCB7BB3 +:1066900065E17028763E5E3F7822393C52FFF487F0 +:1066A00087AF8384E707055C7EB0C16E9AF75AD343 +:1066B000DAF495A8CFC64714E251D02CB3F7FB8883 +:1066C000BFD722B87F4CFAC3E43E977DD394CECF98 +:1066D000A18286F78B58985FC963B36BB81EB32449 +:1066E000FF146B06FEE9F33B9518FD4EB3998BF44E +:1066F000423E7B4BE289FC4DFF071713B47E40649A +:1067000000000000000000001F8B080000000000D7 +:10671000000B8BE46060F8518FC093D1F8E8F83B30 +:106720009A7C2E0B7EF5847006507F3210C7017163 +:1067300024108700B13F107B01B12B10E7B131303D +:106740006402710A10C70371141087027100107B74 +:10675000B321CCB16167607066C76FD772364CB138 +:106760008F5C08B62727657E19C5431F73F031304B +:10677000B0F023F87DFCA8F29C7C08768130657629 +:10678000D503F503000ADD9FC4800300000000006C +:1067900000000000000000001F8B08000000000047 +:1067A000000BDD7D0B7855D595F03E8FFBCCCDCD24 +:1067B000C9FBE60527214050C04B40888AF60001FE +:1067C000E37CFCED45AD467FB41704893C24222AC6 +:1067D0009DB1934312428054A3A246447AA188D823 +:1067E000919988CF3AE87F115BB1D53675B0BE5B21 +:1067F000AC1DEB032983B5D2FE769CB5D6DEFBE655 +:106800009E939B87B6F3FDFF3750BBD9E7ECC77A61 +:10681000EDB5D65E7BED737DFE7CA67E8DB12FF04F +:106820000F94791A63ECCCFED2FC7B2DDE3B11FE7B +:10683000CD228C4D676C7400FE693236A775EF0768 +:10684000E3A731B6ABBD4AF541BD8C298C1532B6F4 +:10685000B3B32AC8A0BDDA1A293D0AE5CE4A2BEF08 +:106860000268F7FDF52C6A9B380E53591163957E2B +:106870003E0E6336C3FA68C6EBBBDA2FCC6121A8A3 +:106880007775FC8736B91F2E598EB55596F4D338D7 +:10689000EC0B86FDF43F1CAD11F54AC608D442FC52 +:1068A000BF723EAE68FBDCDB0F10BCDFEF54998F8C +:1068B0000D846357D76C827397CDA2F852C281F0D2 +:1068C00059D3FBE1FBB2F0107E00CF19AC5B6548F9 +:1068D00053DBFA4504C6AB15E3317DAE1ACB666CCB +:1068E000734BE29CEAB18CB5B5D8E7547B18EB6CDE +:1068F000E9A4B2ABA59B9E6F68E9A1FA663DE137BA +:10690000002E3D04EDD2E60D98D0BEA6BF9E1DED33 +:1069100076D459B282F8A7097CBD053D8EF759356A +:1069200009477D4DF66C3FE2BFA18531CB87F0F87A +:10693000A93CC350DFF1015F3679A2911810BB3634 +:1069400074F57C06F540D87ECD07F46BCFF69AAD92 +:1069500080F70463DE07F8FC2763E7F98F221D0F39 +:10696000EBBF390A73D7C0DF2FAAA09DDE908778CE +:106970009CC1F8F37E7A315600709EC7249CF03E8D +:106980000DAEF36A541BE79FE0EA775EC8BB480D83 +:1069900033E61F654562385F775A3F98EF3CE392D4 +:1069A000150AF463A7D2FA55F5F3675B8B41F86DCE +:1069B0006FA961D678C6F641DD8472FB5FB4462EBE +:1069C000FF5C5E0C21FF6B66A98C01BEB71D3077A2 +:1069D0003198FF76947F582FF7018FF0B97D3F4BA8 +:1069E000DCAF50BFD2A602C67A1615D56E867E677A +:1069F000D403FD00CE1E25F90E83E7F65CAF89EDCA +:106A0000F6E97D1762BD279EA7DA509F500FF483E9 +:106A10007693E2AA5D3C79A0DCC0F377C6C3FBEDB8 +:106A20001E66C560BEEEDB58A215FAD55AC00FEC43 +:106A300077AA8899F940FFEB6EFCC807E3DED6E839 +:106A4000357D95FD7CB0E02FE27F9BBEEE1305FA0D +:106A5000575FE13571DEE1F851D694F61EF9111F4A +:106A6000841F8DC08FC919F8B010F8101E9C0FEE4E +:106A7000724B4B82BD0B34BDA525427CE96A31A91E +:106A8000DC847C027E7560D39281EB72B3CA9A7A01 +:106A9000410E360759D37E9487486DC676B2646C32 +:106AA0003DF1EF16E4DFD90496C5EA18CB41DE9735 +:106AB000523D19AC86F93DA9BA852A66B3926A6F30 +:106AC00033C0277B627F3D0BDADF12E0F55FB1ED6B +:106AD000963DB3BF7EDCDEEAA8CBF75D9EBEA43A4E +:106AE00085B103EC4A6B62C031BE85E3A7C3E7CF33 +:106AF000305E5780C3A7ACEFB66C80AF5BE98EB059 +:106B000031402F05B037183B04FDEAEB685CAAEF73 +:106B1000B97D91FDDC59FDF3BC692FB26DA0D72280 +:106B200016FB11D27F461D8CA6E2BCC9460670FD3D +:106B300014FBC33CD933F93C3F655BAC36BD9F2E9B +:106B4000BFB437D838AFD4EB1A6731D36CBFAD853B +:106B5000D12E9C4AAA206F5A3E33D06EB0481E6395 +:106B600030BF6A580CF584E48766E8EFA5AFFB9464 +:106B70005C88F683F391B703F8DF26F8A3EC728400 +:106B8000FF47F80AF83BFBECBA9FCF84F9037D9EE0 +:106B900028DA81C044BE5E732C6F02977018E90C2E +:106BA00053843FD7D8D920324FA3D0C3383975A5E5 +:106BB0002C910E8FDE1D41BD2DC785F93E4AA717CA +:106BC000D43F1E6A7E1DE73707CEA74F843AC253D3 +:106BD0000DF0540E9CB72B106D44FD36BBB6EE1B6A +:106BE0008CC619ABFA94FE7ED9D638D2475185EBC4 +:106BF000A3108E9F864708E7C943FBE01C578E070A +:106C00007461A82702385E018EC7E190E3C8FE7266 +:106C10003CF738207191D8A4A1F8FF5A528571B57C +:106C2000392EFE5B23E4FF7FD3B89FE85C0ED6CEFF +:106C3000F226500F92E9CF1B88AFC4CF8DF7DA97B9 +:106C4000EE88209F51B5219D243FFF28FAC9F9DD28 +:106C5000FC1CE9BCB2FFC079B5125635705E37BC7A +:106C600003E47784EBA8E8D404664D05D58FFA01D8 +:106C7000DAB72E0F32948BEE7A9640B9EB3E3C9702 +:106C8000FCA4BB54F602CAB5FDB287DD0F53DF8505 +:106C90007A17D7963D8DFA6D0BB3920B270EAE7710 +:106CA000EF053FC3F6A1BE62646FEF827A02EA6528 +:106CB000DD3AD9BFBB1AF3028B609E6E0FBC0FD1B9 +:106CC000F3778A01E9A2CB0AF8F3007F5E8EEDE14B +:106CD000F9DD0B45FB6C3E5E39B687718AAFE0ED9E +:106CE000CB57AACC4EB3636EB872BD6C512C03BCAB +:106CF0001B1495E8F284B047DBD01E019CB94163B8 +:106D000011D2C568F59ABB802EB7CD2D2A5D0CFD3A +:106D10009F9D5BA4FC06E6DBA170FF78BBB067A972 +:106D2000799A0D059DD6273C49259CCBD8B7156689 +:106D300035039F728F262E43FDDCB9FE00F3017DE3 +:106D4000CAEAA10E9E695DF839F63CD519E9EBDD7A +:106D5000CAEBA47F67F8D91B48FF19B07EDB80FE21 +:106D600033F466AD1985C92EC868F776BEED6F4C51 +:106D7000C0BC33DA3BFA2E22E149101FE4FBBAB75C +:106D8000405ED2E8F384C0739BC0FB1A9487B4F5CD +:106D900068E03F615E03D7E364F2FF67E9488F77FD +:106DA00019E9B99D1B6E6C43FAE4BEC5A29A321074 +:106DB0001EA3DEB92E67E84E7CFE56782C62D6F70D +:106DC00094C2C1C71B6847E20F60FB19424FE7D668 +:106DD000DB5A7CE290785F8EFE9E713E23FB32D8B8 +:106DE000F86E7CEF10F484F91ECB34DF7F173D661C +:106DF0008460DC82BF7EDCDCB75CFA6584F48515D8 +:106E00004AE3807BA5A33DEDAF5B8CD7ED817E612E +:106E1000BAFE2FE0FB44AD204876402B00BAA6E135 +:106E200027FB79BD8CF6B1287B0817FD0110F5F220 +:106E3000E8F7D1F7F99DE2A5767A84DB935FA9F1B3 +:106E4000DF2908C77CA6E3BE2920BA78603C05ECA0 +:106E5000A1B7B42687E4205490518F76B6F42CD095 +:106E6000D3D679A7D05B926EDE2A96C8473A7E7E4B +:106E70009579E1A4C1C771D3ABCD137D2D8E7AB6C0 +:106E8000D01BBD9F0D8E8FA27A691EBDC04B7209AB +:106E9000F8286AE1407CFC468CA1FD68CB1E3724B3 +:106EA0003EED021F37DFDB255E23847FB0F7ED1E4A +:106EB0002BB208F743D999F1F2205E40F70A95F317 +:106EC000C913F2129F3C053643B801BF0A3503BF10 +:106ED000188B31B47F6EFC7483AF5739BFEEDFB1CE +:106EE00040CFEF87F334D5E0F3A4E088D2389AC1DD +:106EF000A85F588D9F86F381FCF591FC852C82C399 +:106F00001B8101CEC0D26AB4417EDB0F9EC52662D2 +:106F1000BF5094AD84D21B8AB3F9D0AE5DEE2B0B7B +:106F2000A639D6C9585575D0C94DB7126187657D48 +:106F30005B4AAE9CFCDF768D97EAED85D1EF232D81 +:106F4000E7087970D307E836474D1B5F37383DB700 +:106F50005D23E8B524F33A2EF1DFEBA0172D585846 +:106F6000973962DC2D11D6ADE5E0FE89EF0F2B4D90 +:106F7000F6AC6E02DDCC44CF2278BF91713C46075F +:106F8000E217211D3D6A37F3A3BF3B93CF2FE56A7C +:106F9000AEF6A21FED6757B42A673194DF56958C81 +:106FA00072B403FC057D2CD8DD163F4339FDECEDB2 +:106FB000F104FF60F276478BDFB13EEF58A737A0B0 +:106FC0007EBB63FE6F6E3B1F50DE50505D4B3AC67A +:106FD0005274C42B807407F85788F9777CFB4629D4 +:106FE000772B907E520EA5BC555A9685F10DB09A1E +:106FF0000CF7D7D9ED2C9A34396DF4343A49FA00AC +:107000001DD6221DC2069B8DF306A6D9492C251D2F +:10701000BAA22AF173CD99E3766995FD703F26E413 +:107020008595E77139D5A3B42F196CFDDD02749AEB +:1070300048EBB85BC17625752C81F2DB299E9FA9B0 +:10704000C6DA118E92250905F1B947F86332FED7E9 +:107050002EE0BEE56CEE07B657183B119E5B251C73 +:107060004D825EFDF2752BE91D4117295F257516CE +:10707000BACB6CBD377E07BED7AA9B0DD443412542 +:107080006E792BD1CF12726DB33E9CD75058FF1F33 +:1070900098371C3177A13EF8BECAF739464DC775FF +:1070A00018FFC929D7899EC6D1451497F2BE75012C +:1070B000C551E039C55D4AAC6EA6001F4A23EC20DD +:1070C000D2F77A6FFCFB44F709ED49E207B36C9CF9 +:1070D000FFBB1E8B519C6D66DCC2FDD68E6F4F6769 +:1070E0008BD2E4E951C4F74CD2075622D4CFD75BF8 +:1070F000352E275B269EF42F0B61BB20D1A5924D28 +:10710000B38C89F82A9AA47D9B9007E0FB2388BF63 +:107110007FE6519ADF34387C20EFC548A7EF7AFA32 +:107120002208C777BFED6D4C707A1C21FAAA7C1E2D +:10713000F8CF44FAF8550EC33FAA1EAEB7E631DACF +:107140005784422C81BEBBD6C0E9961D61090BF75E +:107150007748AF34FA04905E501A66D42695577D6E +:1071600022596D127D9E47F8C2CCB6508FE8A16EB1 +:10717000A6C1F33BF4E65F7F07C6BFE3B016B5597F +:107180009AFCB128ED37249D0AE6C33ACBB48F139D +:10719000ED87F70FB81FA087B81D937601E4F4754B +:1071A000844B37B89C8ED4FE78D769E66F516FE96F +:1071B00006C5F374E12B74188B6DA4CFA74863A0A8 +:1071C0008FD63D85F804624FF60801C1FDA5D7B002 +:1071D00012142B413B38BDDF0FF157AB2C9986A71A +:1071E000A73CE8880BB346202BCC778378E65DE795 +:1071F000253874B00B3C682DFD1D2F8D83537C31D9 +:1072000006EBFF40F3C87E7A882503C0A74DD5B5AD +:107210002C9EB6AFD5B11FB4C16D068FDB39FB0D07 +:107220004E17D77C173BE11C71BF906EBE9716CFEF +:107230001BBC9FCEDE937402E21948C034FF6EA3DC +:10724000873DA980FD6C2BEF20B1927642C6F9589C +:107250005C75D82FAD9CC7537FA59ADCBE897DADE8 +:107260008F5D92A4F531C27D6E96CBAEBEADC4C724 +:1072700069697E8EB7F470249DDED29F64132FA6B9 +:107280007E5D536E4C2A281F55C6149209215F5DFE +:107290002E3AC20E9AE0DC84FBC0B1E82734933E5C +:1072A0000C54C7899F7EB39B4A5FB92DFC09FE3EF3 +:1072B00025B713B93DEE88F2F309AF3F497A2AD4D6 +:1072C0007D90690E798DB38BB3914EFC7CE25E2884 +:1072D000B95C24687E9F1974C8AB944739FEF0EB03 +:1072E00052D88FB77CB42E0BFAD7E57C2DDD7E48C3 +:1072F000FF247631E7DF911AA2CBFDE21C62E0F8B1 +:107300009C3E9FC1D87D485F3D4EE7497BB62E0E1F +:1073100022BE7B7A2ECC49E783BBBC07EC581236E1 +:107320005E3BC10FC0F2DE16834AF9FE5EF4BBA0DD +:10733000FF7661D7E4F37FD5B8FD6AD3B83DD9E3D2 +:107340008F0591AEECD0657F370148527D448BA20A +:10735000CC95DDD69B3BD4FC185748A72BD3160EF3 +:1073600009EFBAB74A163C971ECFD1B20BDE3B9D50 +:10737000E1067006AE8FE1FA7FD61259F09CE7AFB6 +:10738000A7CB76E45F29D261FF7A1BE99EFC1AE95C +:107390008F2AB1CE4A3A19D993EAB5DC9EB0CFBF55 +:1073A000E0EF53E778566811D4C7325EDFD3B9787F +:1073B00033EAD38A5734A682DC8D15F6986DE571D1 +:1073C0007F3FFC453D41A1741877CC12964842BBE3 +:1073D00031DDCEF38512D6F51FE8E757B0B47384DC +:1073E0004A94BB0BE87CA9C475EE50AEC31EB7F639 +:1073F000AFE7C3FDFF8FF870AFDE1B30D2FA9729DD +:107400002C46F1AE55BF5516A7C9EB53424ED9BA1B +:10741000107B374DEF6E577A73D128ED5CA936702B +:10742000BFA4F78571B47F3A7ADE6686E75037FEEF +:10743000FE69F46F0BDF3F0FEDF8F35A161FA781BB +:1074400039FC36390FF86FCFE37A96FEEDCEF60BA6 +:10745000493FDDFBF9F5073DC0B7B16B59B495F86D +:10746000CF8EE0F99429F86F0A7ED76FE5FCADEA7C +:1074700062093A7FB29DFCAF5A622B5E1C671D8B7E +:1074800062DF314D8CFC94EA85E0A7008A15EB9C05 +:10749000E77FD55B9DF2512CFC9762977C98200783 +:1074A000F92007D5DDF1CD387FC9118DFB0EAEF97E +:1074B000C79ABD17D07C202F09B2EB69E368285F1B +:1074C000D156E4875B2E8B512E270F9CF7AF95BBCF +:1074D0003FA0DC65F5CBDDA72CB4782F54B775CC75 +:1074E0007F791C1137A6A6FBF752EE7466FD19F9D9 +:1074F000C46223F38346DC2E59AED2B9BFC07DD619 +:107500009A4810CFF5B77B8D9FE079BAFD4B8DA1DE +:10751000BDD9BEA6B4341DCF9D1EAE5F77067819C7 +:10752000D1B9BC16E1A60BCA525DC443C3AC295DF8 +:107530000FF7CFDF2AE2403C1E34FE14383EF9E953 +:1075400075AFABAEB3E4D4F47A58D4391EED257CD4 +:10755000DF6E96328A1BC8793AB263CC20FFAB9AB1 +:10756000EC923C1F3F943BCF8F78B6876A73B87F0D +:1075700066AAE9E7E7EDA1AA629686AF3C8F1C8C6C +:107580009EEEF348D36B4572A16CCF9D47710F33CC +:10759000CCFD863375B1AF806718DF9DD96EB4B668 +:1075A000822C6F65D674BD90F7437835C35B85FB3D +:1075B0006868672532D0AF52E7FB0E58087F769E89 +:1075C000B3860CD26B42BE596864FE51851EBF0063 +:1075D000E7B76733F273EC2A9668C3F5DC1C77C40F +:1075E000E9A0DDD7F533A99D8DFBDE54BB789CA5C2 +:1075F000CE8578BB8B443BCBD12E36A05DA398972C +:1076000039E6B506CC7B85848FA58F171D30DE62E9 +:10761000D18EFCFD543B73C078CB443BCBD1CE180C +:10762000D06EA5C08339E665CE7953EF4779C5FBA7 +:1076300018ED9336145EE2A7FDCBFB150EF973F33C +:10764000E1D9422E8FCF15CE6B4079B9FE050FE5FB +:10765000B11C2C74CAA96CDFD6C2EA568EC57DBD9A +:10766000CDF34A42BB681EF93CD52EB4CBC8FC7C96 +:10767000F120ED178BF67E3A07184C6EDA84BCB712 +:10768000097977BF3F29D67F678DDA90497EFF223F +:10769000DE333D46F10C6F8D7DCEC40CE735FFBF68 +:1076A000E3795CE8BDCE9AD6EED9B0D57BB8BDB152 +:1076B00015E35C9B22B777CF82FA2B76636BBDF222 +:1076C0003F0FCF9FE9CB1C783EC596B5D657FECF6E +:1076D000C3F3A3F61B1C787ECFBE61483C655CCB30 +:1076E0003DEE1F85DEDFE889917EDF50786304E19F +:1076F000DD20F22A429EBAD6F5509FC4E27F42BDF9 +:10770000B411FEEB43FF4E37C90E0DD7CF3F418F6B +:10771000E13ADB14E17EA19C77ABCEF73DB2BC131E +:1077200083B40047A044273F8C157A1363053E7845 +:107730004EB15F37B85D16F8FDDC553FA61B8E7560 +:107740000BFFF833FA47784EC6E3192EFB23F4E318 +:10775000DDB9C23EE731475CBE3D3BA1225E735AB4 +:107760001B791E99B0D34582A687AEB83180FAEF57 +:10777000EEC6CC761A3C0F6AEF15F50DA10B3B2B2C +:10778000318EFA9287EAB7B7F0FCB60DC27E4B7F16 +:10779000478E3FAB751D8D7FA8F0C64D63A1DF49B5 +:1077A000F023B1598790938E41E4E4871E2E27FF82 +:1077B0000AE3631ED963207758EE867A1CCA47A075 +:1077C0001E8781FE0FF8FF719A3F42CFBFDB6252E6 +:1077D000790FC083CF0FB644A9BEB7A58EEABB70A0 +:1077E000FF00F57F12FB87EA632AD9FF3D2DEC2CC1 +:1077F00074ADB6B6F8A9DCD46250F9C396C859186E +:1078000017DFD16252FD96961A2AB7B444A96C6B61 +:10781000A9A3B25EB9B0DEC3CFDDD400E0B9EDF606 +:107820006ACA579B7A4CA7F1991E3D149AD6FF5C01 +:10783000E259AFCCBE00FB7DED84CAE3A0FE138706 +:107840007232B7FBBA07E3922774DE2E14B3948228 +:107850008CED2EC276D947385ECCE8B3B4CCE33594 +:10786000E2BC2547047C05DDB3BC99C7BB02DBCD78 +:107870007A4DC01731EA8DCCED1663BB9AD7047CE4 +:10788000E5B61ACC3CEF326C9797672FA23C4316B3 +:107890006BF543BBE285461EEEAFF2F2EDEBF873FB +:1078A000EB901FF75D05FC793EB627F964CFE1B890 +:1078B000D9D3C4736C3F91FB0B59D330DE23C6F18F +:1078C000F2F1EFBC82FB0D458DC62E3F88D4AD583A +:1078D0002FC0F9CC9D58CFF3F1F90A8B624C81F59A +:1078E0005654105714182F07EA2AACD7E28266457F +:1078F000857ABE97CF7FE7F43EA6C0F3A269D00E8B +:10790000FADD0A7515FA154F837650CFF771780AAC +:10791000CBE2D4AE5B9CF7E794C5D7A39FE66D346A +:10792000155C1AF7887C80E2081F7F7C63BCD50356 +:107930008B7C9C9759DF84F7DDD731F25F6FF5BC04 +:10794000341BF3C10A1AB93E7ADA533A677D35C05F +:107950005DCAE2B87E368D1D578271F5BC32D68C79 +:10796000F5C0B89A0958CF2FE5F1B54DE3CE2EC139 +:107970007C8D7C7C3F91F4886DC0BE2E307EE68489 +:107980004543ECAB64F9C98B73288E9EDFA0326B44 +:10799000A87C0FCB797E3D7AE1D18388CF1F3C1C38 +:1079A0009F7B043E0F7A5E9F8D7976E1851C9F3721 +:1079B0003778393EA338BC5B26097C467378B326FA +:1079C0000B7C46717CB74C16F88CE6F896087CB2B6 +:1079D000CEE0F87CA25BC546067FC80D7FE912E7C2 +:1079E00039BEE96D2EA1F3A62BAF4E2E85BA772FA7 +:1079F000876F76C7E6D656806FC32CA6635C758307 +:107A0000D88F197ED689F3227DF05C6D9B87FB5B56 +:107A1000922F79BFF5DAF919F2AF6529F995F75B7D +:107A2000FF3BD84EF22BFFB7413B3F3C783FC9C7E5 +:107A3000FCDF86DE491FDF8D5F067E243D605FB37D +:107A40003B3E56EF84F5386A211379907F9E3DAB1B +:107A50007A207FEE5ECAF1BD5BE05B22F105FAE6BB +:107A600001DCFB25BE826F79A161F015FCCC0B090E +:107A70007C053FF343C3E02BF89C1F72E2FB430FEE +:107A8000B7B3C3F1B54DE0D126F6D3609687C623D0 +:107A90003A423CA22E3CA223C423FAD5F0B80BF103 +:107AA000C88152E4639584008FBC21F030BC43C28E +:107AB00093C2C3003CC2697818C121F14FE16184CF +:107AC000DE491F7FA478748875D421F861087EC8C8 +:107AD00071DCEB68F304A77E0B9EE6D46F9B4FE34B +:107AE000FA601BCE5FD8BF3E82A7737D905AB7D98C +:107AF000DC6F3404DD069BEFA90F9CF39DFDA173A1 +:107B0000BEA73ECC3CDFD91FF1F9FE56F1825C4F97 +:107B1000FC1B5EB11FD7D2F7C5CD96635F0CED2E6F +:107B200016ED6C2D7D9F1D77E6FF40BBCBBC225E22 +:107B3000E068171BD0EE4A311E73CC6B0D98F72A04 +:107B4000311EE58DF6C70B068CD724E153D3C7331E +:107B5000078CB74AB4B31CED8C01EDD688799963D4 +:107B6000DE01F94ED78DE8FCCE58E275C41BC33355 +:107B7000BD8E73477FB5B32ECF09A95ED93F9F1C39 +:107B80004F9E83B178CC44783AB2E3AF61DE61B7FF +:107B9000B77E4E019E3BE532B22BDD1D7FD7867945 +:107BA000E23A5B333A0178F86B7496C0F1C4F9118C +:107BB0008A0AD22150AE535C7F83C76278541FA8D3 +:107BC0008E52FC3885A7682FE32183C9931EE1E715 +:107BD000BF7AA4B38F97FC3C9F2D54DCF92CF7217E +:107BE0007D7D2CC630EF5DE61B8CF85C6BC4E75FD7 +:107BF000AC4607FC6E62C1289E07576AF18770DEAB +:107C000075F5EB186EA1BCF5CDDF6A37F138AE59CA +:107C1000416218C53C6F8B5DE58F627EAC31672693 +:107C20009D27B6153AF7831F79F97A3EE0D5A83437 +:107C3000B2F83A667EBB64411A7D28E99BBFBF0E4D +:107C4000F9F3A78EA5873AEBA09EC3A628E0B7DC80 +:107C500066AC9CD30078186344FFF241FA8F610F41 +:107C600063FBE3DEC58774E0BB319A911DFDB4E38D +:107C700066E2AF319EEB0736CDDCD90EF0F75C51F2 +:107C80003405FDE1FCAFAFAB447D911AE7742E17CC +:107C90009F613F6C1FE7F940F27C7C7420DE87F423 +:107CA0000937742731E5590BC93C1F91F725F2D9E3 +:107CB000DCF47EC5CBF751AAAF7F5FD95180E718BE +:107CC000FE28FAC9304F3CFD1C1EE6791BD7E17037 +:107CD000F3CCD526E6FC268DEEEF897964BD43E42E +:107CE00011C9FADD152C4179E6128E28C031AD1F7D +:107CF0008E635EB10F0ED925B4DE0D28B3FBDB77A2 +:107D0000CFF94705F97D811A3F89F0B1485C4FA74B +:107D10008FBF214EE7D5A9F10BA28EF153CF237C63 +:107D2000FC54BD81D7C14D257937E62CA4F8875E78 +:107D3000CFF31859A333DF4B379A65DE92EA2B1C39 +:107D400098B774BE66693EDA07961B740EC19CFB39 +:107D500074998FB3B84E0CC8CC4BDF04BA5E73D89D +:107D6000C3881F9F43EB347EFCE65D9E57728D38BF +:107D7000A759C262617CF931531B502E3F662F8791 +:107D8000A7A6F9BBA37D224FADD343E72D36FC4513 +:107D90003BB4B4DBE3387F59D6E3AC5FCD2E2CC2C5 +:107DA000F578F5560F9DE35CE33A97C9F171FE2C27 +:107DB00063CD1DE8276F10F67BB1C1F47C3069AB51 +:107DC0009EB86F3ADAC9713E1E07F910F7ED69F1F6 +:107DD000FCE5A184D782F7EF3E3AF5927318F64F8F +:107DE0007494A29ECF65B49EDD727B55A713BEE14D +:107DF000E077C32BCF3F068343DFAB58E9711C59B3 +:107E00004E13EB51F26B9D3F3C1993CD3E0BF0327C +:107E10001587FE5580ECCE85989C4DED9B67703B99 +:107E2000D57C0696C3F5BB04FB9D39B0DFA682EE78 +:107E300018CAA1CCC7F0FB9B29CEA2E831D2FB9B8C +:107E400022C3BC2F87F7DA10EFAB87EE0FF2F7C52E +:107E500017D319BFE349F1269E8F84F96D182F6956 +:107E6000F3C4BE81FBE7B6573486894E6D9E66B279 +:107E700053760533512FF8AAF97BDF11AD40AD14CD +:107E8000420CF58E9286DD986F7685CF23E25D51A8 +:107E9000B2D7BE906D591807F2C423B9C017EF3F8F +:107EA000723F6B56281EC77E5AA4D183E79ECF3FF0 +:107EB000745523D69747E6E9C8A22631CEC73F7846 +:107EC000783A03F83AF665B324C559125E8C632DEF +:107ED0007F54A3B8C68A7FC9A6F997EF5FB6673EFD +:107EE0008CA33C71AEF91ED9CF36E2DBF2C72FFA74 +:107EF000B92DF0F1031DDAD68B7C3D3B1AB908BAD7 +:107F0000AEF2B16F617C40E22FE5C46F76533ED391 +:107F1000F2BDB994E798922F1DDA437F1F9499EE32 +:107F20006B7489F5712CDB4BF9E0CADE8357127C48 +:107F3000BD977A102FA5BC99FD3BCCB7DEE791ED3C +:107F4000E85E92FDA092180BEF8F3DB8D35B350928 +:107F5000E7DDE95D4CFECE7AA28384D3BFF7361B02 +:107F6000D795BFDAA84216CFF9977D618CFBADDEBD +:107F7000AB2531AF0F4ABA7F1A305DE7ACCC0A2986 +:107F8000C0F76B492541F9E82AD23BD7F66EA1FC30 +:107F900081D54F3AD71BD0359A04B857BCAA45E7CC +:107FA00063FD9107C226C0F361DFFD61A43FCCB33E +:107FB000C80B72EF319CE7BE38FEA9BC81E3317675 +:107FC000C28B72B6BA77139FCFB59E3FC47F940C15 +:107FD0003CEFDDEF739EF7B2BDF923F2AF57ECFB38 +:107FE00074870DF31DDBFFD10ECC335EF99F9FEC40 +:107FF000F8078CD73E1330501FADFEC1BFEFF87BA2 +:10800000A0E3C74FFA54948BE34F3FB0671BD48F64 +:10801000BF3EBE5681FA4F859E38FEF09F8A4C18AF +:1080200067EDD3738B11EFB58FCD719C6BBACBE33A +:108030002DFC5E4E3F3C097E4FFC49050FC3C171CC +:1080400011A58B1F871ED518C6153F7ECD47790019 +:10805000ABE1D9BA5AE4CF2ACA13C0FACD40D76BE4 +:108060001FDA48E7EA03E96B97A9112C9365988A10 +:108070007AEDA3177DE3DC69587A286F60353B41C0 +:108080007ADDDD6FF511E0E31983F3ED53F6B917EF +:10809000935C563FB489CFEBE2DBC7F88FB306F2AF +:1080A000ED039F333FE453B6F27BDBF0E5A3F91910 +:1080B000FD47794EBFEAB16F0E990F70DCB54E07E0 +:1080C000A36F93F0D39FF0597F423B7E6CFF3FED4F +:1080D000D95680FCF545E723BFF77D3A8A815CBC21 +:1080E000EF397125AEBF134FFB0CBC97B4FCE957B9 +:1080F000C97E1C7FEC175E93F4360B29E0871C6762 +:10810000A93F7DE8975CABF0CAEADDD9495FB89F2B +:108110004FD726163498617A4EFEF7B5092EEFD761 +:10812000260E5EAC64E05BD45FC5ED4BA290E8B276 +:108130006AF79B5E71AF3EC54FA50EF9F8CE3C7C49 +:108140003E181F25FE06E23F238D9FBBF93A1D6CAA +:108150003D1EDFE9A3B883E4EF71918FB63AA1BC6D +:10816000CA32ACD354DEC197CCDB38DDEF5AC7023C +:10817000DFE1D6F1F0787C393A95E1623F7320BDBA +:10818000D69778E91C5B0B7B69FD7578CC57F16A53 +:10819000DE89173C6C1774690B4F676686BCF1F675 +:1081A000167E7E21EB7A28C6F3970B8C5ACC1F7271 +:1081B000DF07F1182A33D3E031CE556399CE77C16A +:1081C0009210FE77893CBC5B67AA2578D5C0581F02 +:1081D000A13C0863F6A9C363284E5FC0F329055F7D +:1081E0007426FC6C910733989F735705DB8EE59DD1 +:1081F00025509E31D07F99EF8F2FF667F05FEE52BA +:1082000044BB5C7E7F5FF7337F10F4D49DCA89C383 +:1082100063F0F90295FC3D78DE19CC4B6B7F96B884 +:10822000EF6F59A6319DE7C5F2F327785484FEB964 +:10823000F8735AD446FFC6CB9AC93FF163BE0A947D +:1082400041D64BE577C47A09C132C47A0E3B6A8CB9 +:10825000A5C192140F2814E316FA43DCBFBF583FA0 +:10826000967EBF3EC0B653BC06D3C1BF70DCCFB054 +:10827000E9DED470FD71AA32FAC800FF7E4681841F +:108280001BF7174562AB4E78190CF12C136F8BD18D +:108290009B02BC4AADA4827057B0A3541F8DA06846 +:1082A00098521D5FCF280E135390CE01F616ED2F76 +:1082B000545B55BE38DD0567613F1F99D8677BC5A4 +:1082C0003E5BF2F926D57A3D0EF59BB4E6278F5634 +:1082D000D2FE7BBB1FFBA9CD27F0F9676F2F33714F +:1082E0005FB355F8F95BB39DFBEC07FCDCFEC9728C +:1082F0006BAEE0E337051FF598B2206D3D1068B016 +:10830000BFFD41E735F5B4BFD5391EEEE7723EDD5E +:10831000E0E75BBE6A630AAD93381024EDFEC40F3C +:10832000FDDC8F1A1D88ED47390C97DB447BDC9709 +:108330001ECDB05EDCFBD2F6963895CFE15AC378FD +:1083400087D18DE972B8FF7D86E43A0E0B733AAEA1 +:1083500017CEAF2F3FBE41F769605D909F7BA61A95 +:108360003F8CF4F5E1BD9E30E627F3FC5E4DE44121 +:10837000CBF8B41CE7653FDF4FCB52E601EB790D3C +:10838000353B812EDDB3229C2E2C4671897FF3A7CD +:10839000F23D683F7BA722E26D8A5FAC2B661A45EF +:1083A000FDEB4AF35BB4C9F400A258FA506E349462 +:1083B000AB049559B85E400EFF80EB09E6CF6647E7 +:1083C000FB37A5307F4EC4BB13FD791D08A4E551D2 +:1083D00099C452CA093EF7E4F173E43094C7FD79B9 +:1083E0003C0E85F55ADC27C73E403A476A787C0741 +:1083F00000D4E85C5AC05724D757A3737DA5E43155 +:10840000D749AF4F049DFE20E402E747FD32F87ADA +:108410001E107FFA1CF9E38E3F2105F9FDB78E4A45 +:10842000E4977106FB0F95BE70B3B1FEC508C57722 +:108430001EC67A5B7B7B3DC58BA67279D6039DF504 +:1084400014FF9921E24775CEF8515E80C3190C7074 +:10845000F96333791CA22CC0E312BAD14CF18EA07F +:10846000A8338BC74352F57ADE3E559FC8DF7F8520 +:1084700038465920731CA33C30541C43F8A71529D7 +:10848000FDE68CB75688FB3073B510E9056F13CF46 +:108490005F2D37751BFD9E0AB395DF9F11F2547A4D +:1084A0002EA3FBFBF09EF627B27FF95A67FC3550EE +:1084B000E7ACE7883CD252575C3647DE5B6269F135 +:1084C0005DD49FC22F91F76086F34BCE0BB8FC9220 +:1084D00011E631BFAC58F5443F71AFA62DD799973F +:1084E000E1F663868B17B8ED6CDBAC29AF1580DC49 +:1084F000153DB597E44ED37BF1EA0AEBC9E6F73FA9 +:108500000E7ED34BF1FB6DCCCFF3865DEBFFD43504 +:10851000FC3EDC8E0296E00F0DFA4E539678CF0C9F +:108520006B3DFAB552FF29F11FFF49217E5D477A65 +:10853000C08F7A624CBF9D0DB31354065646195E28 +:10854000F17F76DDEC5CDC7766B1AE8CEB4FCAC5B3 +:10855000C9B55C2E74767A0ED6236B758A3F95C4A6 +:1085600063394984C3B6FA224574A588FEE482784B +:10857000A7DF87CA6FF0A7EE2061BD306638EA95A5 +:10858000428E8A1B238E7EAC9DFBAD78FD8B9FD3E4 +:10859000C4881E919540B3CA81F9F211214F254B31 +:1085A00092A4B7CB9A9DFBDA8890C388AB9F5B9E61 +:1085B0003A0362DF03E61FE509E8104D4EA3BC183D +:1085C000BAEFAE1FF5115D4A812E4887938CCB41DF +:1085D000C522581F9503E921E50DFE47FBF15130F7 +:1085E0004E92919D71E01B309D74CAAA71D2293BB5 +:1085F000EAA48FA45B4E9DE96827E926BF4335189E +:108600009DCA9B7AD7233E5F954EFBE4BA13742A2A +:108610000B813C3094F3A4A298746F97E47C87900C +:108620007764A03FCDBF927471CB7D4913C831EA06 +:108630009F0266E2951536319BE2C811414F659D58 +:1086400094F3CCFEA55BDE7506F28E7E9B9FDF0366 +:10865000CF42BF8CE4FD5D96EE9779FC613B6B32B7 +:1086600096FC3E860E8CC47BF0F25E1EE8E19748D5 +:108670005FBCE5BCFFE9013894B47326596A3A330C +:1086800055BAB39824BD3B5EB447FF99A5E13B1EA4 +:10869000EDE864B45F9C4E4A88E3C7B6835D4D3B0A +:1086A000A7D4C579CF48F1668688DFA17DCD1AB8F9 +:1086B000BE4723BE80E768DB267E9B37835F4BF097 +:1086C0005A47507EC709F8C6C97B2D3DCE7B05634E +:1086D0006CCEEFAA2EA7FC8C5AEBBCCF502EEEB17D +:1086E000948B7B2EE5AEFB2C659E3E05FDA0EFAD89 +:1086F0006514AF2CBB99DF771BB596194BD2C629F1 +:108700008B878D2500FF6E7C9021CEF445C019AF7C +:10871000B87EC1C5A49FBE77F3ECBC4CF7A4F7B4F8 +:10872000448C2563F17E8A9FCAEC1EF3598CDF547A +:108730006EE76356361AAA19EA97D3FB5A001E0F42 +:10874000E6A919D4DE5CB377C2030CF912CF090293 +:108750003DC7B5C767A1BF57D91E53C9AEEB961128 +:108760004479E9E6E7C9E3D79513FCE3D68DA2D2B5 +:108770006D5FCAFEF2C42FE6C1FCA33BD528EC0412 +:10878000D9E8533E0BFD278AB9407FD34E2A98C7BC +:108790003226C8FDA87703B10A9CD76C37558A05E5 +:1087A00037F1FBA683D1CD3D9FBC1F76EFCAFD34C8 +:1087B0006FBB51E0B8D7B74BF0684690E76DCAFB86 +:1087C00079293FBA53DECF3355DCA7577557529EF0 +:1087D00098FB7E9ECA781C7399B89FF7F3407C3A49 +:1087E000D1C548BB3F5AD57F3FAF6C557510E9B72F +:1087F000CB6FAB4180ABEC06061B4AC6262400AF0C +:108800003439C34F70D501CA13761F253F4CE25946 +:10881000EE0F194BA6227DE2B3893E36B707293AFF +:10882000897B5FA3857CD7DCCCF8FD9D6E46DF811C +:108830001ADD69B76288619ED0FBBB84DE87753123 +:108840007F519A5EDF15B7F2308F49EA61A977410F +:108850001D0A7B65AAE8074CB8D9B91EAA847EAD6B +:1088600076E9D72AA197AB5CCFDDFC9C903032F241 +:1088700057E2ED5E178B83424F17B312CC4FFD9436 +:10888000CD2C9E6BF6CB8BBC4FE6F68FDCF13939E5 +:10889000FE94A4737E39CE70712045B7293EE389DA +:1088A00030037DBB9E4261175CF184941FD3C0EFFF +:1088B0008844C03F42FD1A991FA7FB169106163542 +:1088C00011FEAD5C0F6FF2F27EAADF56303FD25F31 +:1088D000DE772ECA716B304470FF4A8DB5A21CE45E +:1088E000CFE7E727F9C21E0CA54F6DAD5F9F1606B7 +:1088F000E35BB0BFD4AB9549A67AD3E21552AF4B38 +:108900003DEED6DB596EFD3BC2FC129F1E4F2E364C +:1089100007D207C037D3EF476DAC1076A39CDBCDF1 +:108920007B57EA226FECE2B916FC73CB371F8E142B +:10893000D2477C58D2A883FA050ABD3F1C5CB5011A +:10894000F73F5B16F0FA4BC165BC7E9942FBA3373B +:10895000C47BA008E9038FC82FFEACB0CAC6F5B22D +:10896000D14448A02C1FFA3E605B0BCFE795ED3455 +:108970003D4AF779A59EF1B9F23FF490F3DC435FED +:10898000C9BF1F21F58FBE92E7457494EF7F6DF14B +:1089900034BACF4EBB3DAFBF99EE39F9BAAFA3FBA6 +:1089A0003B6E3DE4177AE86AD4430AE9A1E791AF48 +:1089B0009AE1BCC72EF55022C8F83DAB69CDF4D181 +:1089C000329FD9AC9A30FECF82263D977124A9D729 +:1089D0007F86ED613CBF1E635168EF696866683F42 +:1089E0007CF3459CA481DFFFCB9F6FD2BD1C8FC958 +:1089F000484EDD72FC5A4A6EADD7504FBE1914FB7B +:108A0000471655783C90C72B0A83B1B711FECA08A8 +:108A10007B9687B247268FF467BA88D75522FE1611 +:108A20001B2A5EE7F62B06C8B331B27C925BBC56BC +:108A3000EE5C3CC7FB99278AF1D8E1F653D2DE4AB7 +:108A4000FB2CEDAEB4DB955995AE73DDDE17D08E01 +:108A50007D56AB527EB19CBF6B096BE0DFF7E072D5 +:108A6000EC137BE5CF2A1607BD406A334BE3F7A131 +:108A7000C5BD562997C141EE29497996EDA53CBB64 +:108A8000DB8D588E6B16D37AFA743BE7C7F8EEEBA2 +:108A90009E0D64B0A3725C75A01C9B5943D8D3EBA8 +:108AA000825625BEBFA536DA14CB00676E88C7395B +:108AB000EE5DB93580F27D0FD22B6DDD07B3C4BA00 +:108AC0009FB086E8354FD0EB81ED4E7A4586A19771 +:108AD0006CFF57D32B2EE815E5F41AECBB0043D0FE +:108AE0006BDE50F4DA1CDBD55985793471353A16D2 +:108AF000F0D91A53935F83FA3D4DEA43F81D98CDA0 +:108B0000B1D901BC27B127FAEC0105DE9F1BCAE6EB +:108B1000F263240F633BBB5AA5EFDD32A3BB01E137 +:108B2000DC535E4BDF1E4DF99DE5FC7ECAC6F2C5E7 +:108B3000C1ABD2E8B0A7E759C7F717F6B8EEEFCB4D +:108B4000D21F521CE711DB96F03841499C25F03CBE +:108B5000BF7E095F47E0CBD2F70B0316AF8F17DF5D +:108B600049796E4A077DB76E53393F6E937E4E8FBB +:108B7000CBCF91718660B54AF1A09E38987068E7B6 +:108B80003997FB6359625F00EF291E149CE8DC07EC +:108B900068C29FF16D773D17FE8FC7E5E7C8F6DA2B +:108BA00030FBCEDCFAA31407FB4E56CAAF198D7EFC +:108BB000CDB6984A7894001EA89BBA96762BA8B793 +:108BC0004B3ED72CBEFEBB23974FEAF76FEECCE2AD +:108BD000F747BB44BC329A34E6602828A78EC7B357 +:108BE000257DEFC8E2F4EE1279D6D3FA6273B2872C +:108BF0006A27E2AB7547BBE78433B4BB48ACB72EFA +:108C00000FBF77D935D69B580F7876295C3FDA2F7E +:108C100079E4F75888AF7B961A3B517EF61FAEDA9F +:108C200042A97B7193CEA5F69B71B52A34B89EBC40 +:108C30002CC4E3CDE31AA2163F8F94E3251FE2DF95 +:108C400077494616023D968442D46E7F10F403D1D4 +:108C5000295EEAC8A30B71FF5FD2E9F1D7166761FD +:108C60005E45A4DCA44FA8E7953733BC1F21E7DBA2 +:108C70005F2EE6D3CD2D9310BFA5C9ECF4FB257272 +:108C8000BEC78399F5912EE713F47EEAFD5D8EF958 +:108C90007C0DCEF97C4B603E84DBDFBD7EF2B4C13F +:108CA000E77B6A90F9BC921F826FCF9CFA4D16EE5B +:108CB000472335301FCA3FCE171A385FC9A9DB9545 +:108CC000ECB4F5795588DBED67241DF578E9856905 +:108CD0007AE865211F0FC476F9AF32F15E4847008C +:108CE000E5788F92F08F43BB3745A5EF8A766D3FCD +:108CF0009944BFF7018BFB35B975F62C8C5BE48783 +:108D0000787CFE81EDB3A99FA277AFC7F5A8F530B7 +:108D1000FA5ED1468C1FE07992DB9F167E21C8FF58 +:108D2000415CF7A3E633CA638BF434FF6402EA893B +:108D3000752AF9710CB6FFFAF4FEF84C8F478C27B0 +:108D4000CED5A45F5122FCF321FC8B2893E7665417 +:108D5000E7E76C327EC36A2DA68CE93FD790714A53 +:108D6000799E21CF3172587256FAF9DA1866A9F84D +:108D70007E2C4BAC47E42A2D73369E038CEB89CFB7 +:108D800046B9CE5B0BDDC89F69E6E72363EECB4DAA +:108D9000C535CF816D0ACA24D0EFC12C799F2F5ED3 +:108DA0008A7EC313AEFA8F5C755D7CFF5B5FC2F594 +:108DB0001C2C54F7F7BF7242E8F789F8928CDBFF5E +:108DC000EF2CEEB76D8DDD1E40BD7E77D0CA0BC196 +:108DD000B86351679D49FB8A62EC57329F59F89DF1 +:108DE00009AD9DEF3FB51053BF0A7F23D08EF4FE2F +:108DF0003A3E8E9B6F83F157F251F2F5CBF2134C52 +:108E0000A6A969741E28FC487B48FFB15C3F41E776 +:108E1000A7B07D20BE56B318F1B5D46FA8C8CFAAAD +:108E20007A737D00F90A7B17DCEF5584F8B9838FDC +:108E30001D0DE039F1607CD5C577F3F5188F1FB1B2 +:108E4000EE0179D3F599F8D46FCFD55EC51CDE8ECF +:108E5000F7D4DC1E40BF00EC38F90576934AF7479B +:108E60004760CF695FE5EFDAB701CF51BB72C5BD8F +:108E70007BD0FFF757A23D32492E669EE89B939325 +:108E80006637BA3CC94894DA271B71BF63DFC7F560 +:108E9000C40331B79E48F8AF82F248562ED1A3A73B +:108EA0007ADE0B13705DEB36ED1BE4FC6F6E09741C +:108EB000D0BE2E94A4BCC1AE056BE8BB4352AF0C30 +:108EC0006837E0FBA4CEF3A6DF3FFD6A05E669BD87 +:108ED000BDF4936CCCC7F9B57E221BE17DFFE67F24 +:108EE000CBC6BCC1B76FD6E8FEFB95382EEC7BBF76 +:108EF000D5F297E9F89D97EF087DFA6AC8BA01D7CD +:108F0000055BC7F349AE496818BCE6E3C37F2BF69F +:108F100066A19248D557F5E63BEA12AE553E7E8EE5 +:108F2000B7E2A183DE32CCD7DD9B4BF1ACF775BE47 +:108F30002EDE7FB46227C6E71F11F6E5D5506C031D +:108F4000CA03C2837CFAF5019FC84FECF3707B69BA +:108F5000CDC7F395B8901F375C3F7E268BC65D7AF0 +:108F6000A7467ED622A0F53A50D1F1A615140F726D +:108F7000C3BDF4EDDE1F97025C4B3729F43B21D8CB +:108F8000FE66D83FC6D76DA4B8A81BAF45B633EF71 +:108F9000E5AADE05146F5DBC56213BBE78BB42EBF3 +:108FA000DC9D87BB84995B665666C8C73DC0F304E9 +:108FB00097B9E2AF6EFF6A6F48F855D3D90C1E2FF0 +:108FC0009A78EB4473F8F3B4F7C1CFC7A4D40F5B1E +:108FD000FC541E6B31A8BC21C4E57AC593077F4CB5 +:108FE0003A44EF9B8E72B7FFF0BB5997C3AB351174 +:108FF000EEDF9FB7F393B6C7E1F55416CB4992FE67 +:10900000B248CF2C14F4FF1AF39B2180F34EE1C732 +:109010004F3D05F534FC4E762BB4CF5B032B16F396 +:10902000EE1622BE93717CEED72FC4DF2D1902EF0E +:10903000E743EEEFD2FC75780FD66F95C6EF1BB8FD +:109040009FCBF5708390CFB6A7EF9E87F272FC3668 +:1090500085BE2FBD7CEF3B9487BAF4499FA1F120D8 +:10906000E411D46F523EDDF207FB622FAEFB949CFD +:109070001DF82ED143CA01AC9B88C8BB8AA87519BC +:10908000E46D98FCEEE39EA3A3709DBBE5E9F82098 +:10909000FB9637433C4F618969CDC338CD5216A347 +:1090A000FC2EE0F32B7F4B3CE4773C6B79CC0BF34D +:1090B00032AD7A58A7FB3FE7FBA1D647C7DC817EDC +:1090C000F4949FEA94435DFB58D954F4F76A7F14F3 +:1090D00022A35AFB42FBD7715D7F6DA7F89E92B029 +:1090E000A3F2F741DC743AEFF999DAD923A0979B00 +:1090F0004EE77DAEBBF2E0BA7F8CF9ADB5BB15F2A1 +:10910000CF6A5F74BFB7B99E7B62DFE3A86F97BF7A +:10911000797B18F3AA3FD0BB8B900FFB766F086367 +:10912000DEE3FBBA1D46BA7E90D0327E77E4A26CB5 +:10913000457E7FDA91BFCA3A6DC2FB8FF77B0CCCBC +:109140001B59BDD7C7F3229F5B4E7C803ACF877CEB +:109150003473FEEAF207EE2C3279BE9A338F75B77C +:1091600087CE3DAF857D194E33585E5F2A4FB0776D +:10917000E87CC7D562FFE8CE6B94F9A2EE753D3B63 +:10918000DBB9AE812EB44FB4011E4AFF11798C6D4C +:109190000FFA6CBCCFFEC11BC53BF1BCFBD8EE9FE8 +:1091A00086F19E79EA9C52E4E71DEB1D33E4777764 +:1091B0008F0B7D20EB83E5B7EE03BB84E7252B5FA8 +:1091C000F7917FB3F2176AD6448C63ECF4105C8F8E +:1091D000BFF66CD124A8AF78D853309FA34379ACA5 +:1091E000925FA9FC62C19FE58FFC88F25D5379C64E +:1091F000824F2B1E3EE8453971D3734EEF412FFF4E +:10920000DE848B5FBDEFCCC3FD4DDB839F7951DFE7 +:109210007CF08CC28A2B07F66FBAFFA73C8F5CF0FC +:109220006BF0BCF1E4D79F9A46ED0CDC970DC6BFFE +:1092300031283B67927CFFF353306FD31B3ECA5BF0 +:109240006FFAE7EB49CE7FA737939CAFBC6F431112 +:10925000FA154D1EBBC8A0923F6FDA7103C9DFB289 +:109260005FDC5024BE375AC2F5815D82782DDDFE69 +:109270004DC2EB6A1627F96BBA4F8B611CE6539D02 +:10928000353C9C819F87B3B93EFEDD2E1F7DCCF817 +:1092900077189F457FED654DFCEE91339F862C0F2F +:1092A000D43F1571B0EF65AB629D81552F427CF9BB +:1092B0009FD5BB37D2FDBE0F2BF83D78A0832DE89C +:1092C000A5A05DD37E31B798F38599E8AF533F50A1 +:1092D0009D73F039B6EFF35881C98E7E22AF97CFD8 +:1092E000BF56CC0F7007F15CE07745FCFB63CC9573 +:1092F000F77CEDA3D7CCC73CE73F0A7D905AEFBB84 +:10930000459EB858EF7F38C2F508E645531E7B9F4F +:109310002759ECC887F639E2E7FDF9BE1EB18E9DEC +:10932000EF012ECA574ED1F31985FCDFABB7FA1CFB +:10933000F1BFD58F8A7B0DEEFC2057FEF232B1EEE5 +:10934000DDFC73EB81432E3DC0B6178E286EBDD277 +:1093500093A0BC7358A7E4B7ADDCE7A17CDF8F1EF8 +:109360003AF4CBCB41AE3FEA95EBD3A94F53EB1385 +:10937000E88C746BDA7F26CBB43E3FC2EFE3665ACB +:109380009FF03CE3FA0C31D25F7F337D9AA2B37336 +:109390003D2E1B449F1ECB76DF0B989883F7C53E6E +:1093A000FCC18AD1949FE6A2ABD49F6EBDD8996DC3 +:1093B0000E72AF82FB35FDF75C38FDA45C2EFFA773 +:1093C00055344F4A5EA55C4AFB34489EBE9B8EEEE8 +:1093D000F7FB51FF140ECC97B067B31AFC9D913682 +:1093E0002FABC1F889AD06A328AFEEF30B8C20A2FA +:1093F0003CDFF42CA3EFA95C11AE4CFDCE039EFF25 +:10940000DCF43C7F8E17BAB1FED94F783D3A476DF8 +:10941000CEF4BDA4F2B0F86E11FA3830CEBCB0492B +:10942000F5762D26F23C7BE91CA84D11EB28374C34 +:10943000EBC823F6DD782F0CF37BE78971A259EA9C +:109440002726F844B5B7149C8FF760A353D5EBC714 +:10945000407D56D83C5F077E45CF511FA982FA9CBC +:109460007025AF9FA14EC5EF51EC6155E7D7E3EFF3 +:1094700009A80AAB8579F4526F02E7DC02EBD70F3B +:10948000F2DD1E66562EC859968FD981DA7E38B322 +:10949000BC50CF23FC4D8C63B4E5FA298FB3DDC3F8 +:1094A000FB8D743C394EAD6ECEA17B6BD5806B6568 +:1094B000FF3CB53AC77F62C84BF957EDB97CBE7621 +:1094C00098AF8DDA49FA8DAC9479BE5A16E78B962F +:1094D000A3363F0CE5FF0A737DFEF5B0CCCFE7F174 +:1094E00089DF3F5DBC8BC7534F8CA2DF4FD04EFE50 +:1094F000EA1FE0F9892BB2E89CEB8D20978F4B7324 +:10950000BA3CA741BDD63FEA7A14AE3794876EC005 +:10951000727C4EBC31CCC74BE278975FA9F1F14227 +:10952000CDD9C83FC5E2FEB002CC5B08F468B39861 +:10953000E91D834BC59937AB69B52792346FB66384 +:109540005E560EF607D6D3A567F1F5047B5BB247EE +:10955000AFD6F17A63A2AAEDA8497034211C537CDE +:10956000890ADC7F5DEE4B8CE572E6DCEF1FC7718C +:10957000CFE0FA0EBF873B4DACD3694FAE90F9A454 +:10958000A49F56BF22CE13FAB81F2BF3F8100CC4B9 +:109590006735E208ED1E39C6E33BB5CF39F324CE7B +:1095A0007A91C7DBCE72E9A573441ED139C3EC634F +:1095B000D78785BE2F65A55F262FB44FB13A393FB7 +:1095C000F8EFB5CCD799257E7F82CEB9D68880D2E8 +:1095D000C917AB72302EEC0D73FB29F3ACBDA64658 +:1095E00079298FBAF49D94D749478CABE8F70B8F54 +:1095F000B06F515E951CD7E0744CE55DBECFF32E85 +:10960000A71CADB91B7F17C773D8C312667FBEE115 +:10961000C9233CDF70FA617E5FF071DC37639C2CFC +:10962000E2BC9F123083CC4CA34B564D9EA3DE1E52 +:1096300010FC14798B53F92BFA1DAEF471A61AFCA9 +:10964000773073EAAA1CFDD98BCE7CC35A015F34F4 +:10965000E44F203CD38F38F97AB6F0FF6614D888EF +:1096600029AB7BCBF53ED440E740670F730EF4B4D3 +:109670009BBF03E9E8C8DB9CC226DF8DBF033480B3 +:109680008EEF3BE928E500E8A9A11ECDB59CF4CCFE +:109690006F70D2B330E6A46771A3936E257127BDB6 +:1096A000CA9A4E73BCAF68AE75D447AF3BDBD1BE30 +:1096B000120C507A7D4CE7DF39DA8FEDBED0511FA6 +:1096C000DF73B9A3FD84C462C7FBD3F72E1F11FF5C +:1096D00027F5AE71B493FC3FE3C9BF778C27F92F10 +:1096E000EFB1D732EE9F44459EEB60FCD7D4E6390C +:1096F00098D7134DDAF4FB4F5F550EFE332CFC91D7 +:109700002FB9CE4B84BEC77C65F4D37EEF0975A21A +:109710005F9A0BB2817AD66DDF730F3C4F7176770B +:109720009EC24D9A49E7119FA9D659942FC47A2910 +:10973000BEDDAE8AEF9FCCF6935DBE4555BF957EEC +:10974000FE549CC3F717C539E2FC1DEC1FDABBB20F +:109750002C66931D5459FFEF7002BDC3F98CE7F5D9 +:10976000D8B76CAC2F47FB76B4C6CC057D83F573B8 +:10977000FBF53DD897A9B85F007D5E9503F85DAE17 +:10978000823E87A92E35ECB98A89F7E7988DF73B99 +:10979000C0CED13DE85C56A0AC99885B9C943D312D +:1097A000BF002138B4FC74BA4773B269027D77F008 +:1097B0006428F53D46FEBBC10D3C3FE032B1DF38C9 +:1097C000B9640CB57BFD4AFC115DC67E8690831F93 +:1097D000F1BA97EF3F868B9335EDBC231BF3655EA3 +:1097E000AFE1F907F279BDA0537D0ECF3B58BD2400 +:1097F000CBE6F7313D742E8DFB23FC1DC16B137C32 +:10980000FD621DE3449BEA6F77DEB33FDC6C63FCD3 +:1098100071F581058EEFB35CFA2A8FC75DFA7F99E7 +:10982000C30FBB2887DF5FBF48CC7B0914F81DA49A +:109830004B800FB9583E3F731EAE07789E54A0FE72 +:109840008DC3E07A01DD17C42B3D48C47F63D15737 +:109850001E03D0AFCCE1F35FCC621E948B5F5EB988 +:109860002A1BDBA5C693E30070E8F7BC9A6B7B8AE2 +:10987000406E4E9CAB901D87F9FCF83CB6B06C0373 +:109880008652E57CBF64F18F5F01B9BA9045695C8F +:10989000393EB382F47D47A907D75C9395CC87F115 +:1098A000D6BCEEA378F1EFD79FF8E71B01AE5F2F90 +:1098B000FFD363780F80C58F56A09DBBAC4763264E +:1098C000F07D65C85A8672C3EA46764F7BCE0F029A +:1098D000B41ED6DCC9E36B6B1E1C4FF7ABD7643BE1 +:1098E000BFDF29E5E51A212F6BEE1F43F7B1E5EF46 +:1098F0005FB8C7C7DF65C6EF42B489DF29DE50C055 +:10990000F3787516FF4E0EFAC1865A857CDC96C731 +:109910007FDF67C4BFB702F3DBE80F310EC74B42EE +:109920004E1B0FE44F15FED8261CFF8D67F655A081 +:10993000FEFAC98407C6D2BE66DAC8E8C1841D8AA9 +:109940000A3CC10ED1BEE1F72C18F565D8373C2C86 +:10995000FCA99B548BFCFA9B847FFF99CAFD784D30 +:109960008D4674A8F71ED0B2905E617496A55E0015 +:109970001F2E8C49F2F2F772615F73BAD01B895BBC +:10998000DF3CBF9DC7419C7E9A881749BF2C067F4C +:10999000516F7FCA0E68847F8F33EE785652A5FDD3 +:1099A000E357F5C3F6E77C35FDDCA7C40F201F7A2B +:1099B0006BB8BEED4D06F9FD0A30453CDFCBE99FA3 +:1099C000B9C7793687FB6587D1078671BE6BF032E0 +:1099D0000BF45F36BF0F676BB554A7944C70DFACC8 +:1099E000425EB773A02CCAE7F6C1AB1CAFF1839EF1 +:1099F0007DF1D6A31B3B67E2771B387DB18EBF4B51 +:109A0000C9FC59DCEF907AF0B9D3F8775AC5776280 +:109A1000A68938B41BBE69B0DEC8D8CAF52AFA27B1 +:109A20007FFC67FA1EC4BE3CF3E7E7A03FFF824617 +:109A3000F79703FA516F6E063C1F47BD3A1EBFF7FA +:109A4000C6ED88FF4985BEABE137F9BE33601853D8 +:109A5000288E1D675918F7FEF8E131B4EF3C28E86D +:109A6000539A1D7B0FE9BC4ADB39CA1843FEEFFB52 +:109A7000398503E9DB9BE4BF4F3649679D7A5E3F3A +:109A80007D251CAB7BA6D261F0B53DF9544EC07D5F +:109A90003D3C5A9DE4781E7FB22D631EFEEAE21320 +:109AA0007FC4EFEBB07FE1DF2D9A7460EA32D48798 +:109AB000C862BC9FF88353A7D378CCA8E4FEB3CE8A +:109AC000740FED2B132A7EAF77B58FEBEFE3A7343E +:109AD0006A27C79DF4E42CCD00F9FC2F80C27830B2 +:109AE000008000001F8B080000000000000BB5592B +:109AF0007B7054D519FFEE631FC92ED99B5D0841B9 +:109B000068BC24212110D2650910A2D66B40C01078 +:109B100061019FAD5317A84049B2AB58A93376C62F +:109B20009B045B2AB69351A7A52DED5CA83A3E880D +:109B30005D2048E86C329B8090203889A005DBB11D +:109B40008176A855C2AE6905DB694BBFEF9C7BDD12 +:109B500047A0FA4F9349CE9ED777BEC7EF7B9CB301 +:109B600095F1F63E180F901373A8FA546C5F00102D +:109B7000583FC7000120D2B304846A80443EF805F0 +:109B80009CEFC84D7E00D84F763BD4DD389FA3B400 +:109B900083B712C7EDF06010DB0A006D9F3B357E86 +:109BA000957E6E257A3F05C07167296806CDCBED9D +:109BB000708B3B35DFEB1907301760AA020013E802 +:109BC0009CB8E8463E92D3007633BE527C023BD727 +:109BD000E2B3C2D0053A3F79E189F18C2F65B74AEB +:109BE0007C703E2156AEBE48FB158DC991A3A87E60 +:109BF0005A9FCD57A40A0CF000FCB815F7D402FD0B +:109C0000685083E3B9A9BE733A9E538C9F6EA06ED1 +:109C1000C1B64553D2FBA0D37A6BFFFCF6C26D5B95 +:109C2000715E96419702002E6CC779494E95C929FD +:109C300023BD0901AE073FEAC9E5E4F39FAF7722F0 +:109C40005BD477F3757E8FEEAD47F9FCC7447F1B7D +:109C500092807F5D05980710A693B1FF1D217EE1DC +:109C60005609E0D3785F958A3C351DFB6D911DDB6D +:109C70004631F69359387FD011BA4DC1730FFE416A +:109C8000843CD4C347AFE4180DA897E987761568DC +:109C9000EEB1F47E70A6F5D9C964F743828A1A87BB +:109CA000842D59447C86637FB16BD82EE93A671FB7 +:109CB000C6F6F74A6819D1ADE96A59487A5C00EDF1 +:109CC0006D0AB633450845B18D16223DA4337ABAE4 +:109CD0006C770BEA1D92A11B57CD02784C11989D11 +:109CE0002D3BC49EC4B972809E279DACB5C6B35BA4 +:109CF0001DFA2603D23C60E3786B85239349EF0776 +:109D00007AEF2F51916EC2909712BE66BEE77C50DB +:109D10004BC35F441199DE23742EB6FF56426B8904 +:109D2000EFC6DEF3F63C942FF2E76811E092414172 +:109D3000FB9632819410978308C90619342687ACA4 +:109D40007AD2F1DCE7E1743EA7FF192ADF97D697B4 +:109D50009376D243E443C47B25B3FF560FDAF3B5C1 +:109D6000F7BA66AC7133FEC1837A3970D66190DF81 +:109D700061FFBE28AE6B79F772D530CE5FEE6EBC58 +:109D800091F4798F62B3FCA12E97FC6E2FFA03F247 +:109D90005B69FA6D25F92DB25249FE504DFD0A4618 +:109DA000AFC33E58CFFCF48008E4A7E80FCC3FD007 +:109DB0001F941781D6A37FB0FDE5CCEF3B06458D00 +:109DC000FA7A3CD798C6FA75ABA9DF31B848617EFC +:109DD0002FA2EA03E4BFF13E46270A308D4C2B4008 +:109DE000305A99EEC7794C2FBDA67E4EA34F51EB4A +:109DF00092A40C3FC99344CBAF78BF4D60F3EFB74B +:109E0000DFB1ED79F41B505C2214006C56381EA1B2 +:109E100010FB88CF479D6C0F6C7EB376C51E946F88 +:109E2000F34989CDCFD31E5E883E05354BDB0F53FA +:109E30005B1B8C2EB4117F3B2450D12E73B1D5E621 +:109E400000DC7CDFE0611B77E79964DFCEBE3B6618 +:109E5000CA84F3B30EC841163AFF99FCE055946FDB +:109E60004B0FEA15C6E20FD96578BB1E3E13C270D0 +:109E70005E09F2BC4FB97FA99C83FEB280CBF91B6F +:109E8000E5DE6D3A32E6CFD7F611EE967843FB0861 +:109E90006789A17F16206CE1C0E9F37921B477A727 +:109EA0005D9BA9B0163646DD63E91B261EAA1DF090 +:109EB000B0E55F32F23BB2C3B78BFC6BA453D20A5E +:109EC00050E7A708EF84635D1B2C443D3EC4D506D4 +:109ED0001B3BA5738E2A80F51AC0F7108F0F1DD972 +:109EE000D400D47FDE767E783A5F7395D6E1DFE3E7 +:109EF00068EF321DFC71A41F3E2DF90D95C6E5F3E8 +:109F0000C3A60DAE4EA5FF0F8B8493A698003FC746 +:109F10007EA4CB969AC7BF2678E613A98A5A3945FC +:109F20001FD73DFE87492B8FA49D774A1937FEC264 +:109F30004CFC500225572586077F9CF0FBAEE4DFE2 +:109F40008DC33619FA1DC8CF6B22D70BC647E64F13 +:109F5000579E2C5C790455F2A8573BE641798F79DE +:109F6000CCFC51C7E34EB2433018FE5FC6788EFD7D +:109F7000DA0FD55D3095E9E574E13C2E27E1A7566F +:109F800006765EEDE9123FD9BD06F54372AD8F0945 +:109F90008681EB37929E10DA6070F964FCBD5A4CF2 +:109FA000F4DA255AB769A7003E5CD7F87296FC3BF5 +:109FB000868E4EC2B6399A391E31F512C9D2CB3EC1 +:109FC000FAB060AC7EAE58FA298222D20F480F78E0 +:109FD000082FD08F4A98341627965EC8BD481F1F99 +:109FE000537CC1F5EF98F4F1C7BD0671F127537E9C +:109FF0006F3EC74BD894BBC99098DCEB4C7CC03308 +:10A000001C1F4EFC25B923C0D735EF148CF8D4B1F2 +:10A01000F26DDC635B63275B80610F22C037EECC9F +:10A02000C4D72653FE4D59F2874342C6F9E8A7EE3E +:10A030003568A775267EAFC74FA38DDBAF11F1A2A0 +:10A04000ABFF3FFEB2ED32231FEDE2A20F3023C380 +:10A050002E4B7D5FCA2EA0E5B2B8B6D9C9ED307AD5 +:10A060006486072A5338C8DEBF18E318601C5BB249 +:10A0700043606DE760DFB69B50EE40B7A434E0FE6E +:10A08000C4609D6B16C5B313B29F48246273B6EBD0 +:10A0900018E7F6F797AE56916E6048647E30E76435 +:10A0A000C0C84179022703AE92710C043ED203EE80 +:10A0B00063F93371A2F45425D1E95F544D69BBE5CE +:10A0C00044C045F97E3F4A4638124EFEFD6D3A7750 +:10A0D000CE803CCF81F3DF2F9498BF2DF9D99A978A +:10A0E0001C48B72E5F6271FFE8E0E6BB981D4E8802 +:10A0F0000A8D5F3A21B2754DBF940C11FB4BF6DA15 +:10A10000587C89A0DD04C6AF8D9D1FE99EE65BE704 +:10A110004ED97FAD89D340BEFA5C03D575935C7E82 +:10A12000CA634BBE626379EFE20DAE5F533D53A647 +:10A13000ED5AAC209F177FFB288B4B890E010A91AB +:10A14000F0D1C2C3AFEB28DFC53786EC80EDC2CEBD +:10A15000213BE5D9B5965F6FE3F8B0F0B4212EAEA0 +:10A16000B17F15E3E9602EC4911EC8ED76B24BF3C2 +:10A1700090D51FB6537E0E9A7550F88573ACBFA963 +:10A180004B60F26D7A413054FC78B8FBA09DF80822 +:10A19000EF1160E2549ADFB598D63542F4FB14E72C +:10A1A000B3E3C5861D99FD6F9B38FCF617E0F08977 +:10A1B0007C333E544005E1F0F26D410FE1FEF25078 +:10A1C000AEAB12CFBF3C20313CFC0F3CB2BC768220 +:10A1D000EA3034E8685CD4487E6BDDA513A376AA28 +:10A1E0001317C73E617A6B88F52E227DDC09A12604 +:10A1F00092EFCE984B89A3BC0DC3DCEFEA630EC38C +:10A2000010683EBA95E44CF438D8B8FEBAC0EA0BF0 +:10A210002BFE6C30EDBAC1B4C3060CAC3E0C694DDC +:10A22000FD3C4FC1CE4CBB2C9B9EA99F7AE0F1A276 +:10A230003ECAE345C2169549FF895902B4537F923D +:10A240008BD9433FC4CF0D933EF19CA63D9974C278 +:10A250005979ED47F913987F8ECA3CFF8D9E96AAD7 +:10A2600029AE5C2FEF67DBA3C38A0BA63D1A923C95 +:10A270003ED59B79B43FDE5A09C529FD64DBA35F57 +:10A280002DF1842AAF7FDEDB66BD6CF557A0A350AD +:10A290001D1655B8FE070627ECA2BA6ED30249A7D1 +:10A2A0007A608297D7BF4DFF59BD22802ABB28F61E +:10A2B0006DD983F31FAF899691DDF07EF026897CFE +:10A2C0006CCABA6766E3FE8F3A6C7E8A27A0ED2AD5 +:10A2D000A33AE90785CF3504C84FF7D8FC741FB8F7 +:10A2E0005423E9143F23581F031B7718547F44BAA3 +:10A2F000FEC6EF0784136C8331E176C209D6DB43D7 +:10A30000F978FE4A4CE5E3510F2BBB30BF23F9959A +:10A310008B3EB153BCC4BAFB14CD67D7DD03A52572 +:10A320009EB5D4CAEA44AFFBFA7577F8335EE759B5 +:10A33000E361F44FD26B3826B0FB66AACE9B28505F +:10A340009D97E83E78C4CBE243FE6C329368EAA75F +:10A35000B32FE7F3BAA398E417B632BF08DB8CAD8E +:10A360005E1C0FBF22B0FC0287D048F3312EBE9393 +:10A37000CBF47DE90DC1705000C3BA82E2F97A0EC8 +:10A3800005B8B4367A9EEAE5CB1D4E564F6E40FBBB +:10A390003C8EF85E6FE631EA7F0FEB9A166865F740 +:10A3A0009A56D8CADAF5F8F7B5C0D87870A9ABCD07 +:10A3B0004EB8B0EA10365E3C368E349B386FCEC253 +:10A3C00075364E277833718AF26C67F7FD014921A3 +:10A3D000793AFBFEF1AB1B481F581F1793DF9AF524 +:10A3E00006EA89D93D31E436489F1F9978BC48F781 +:10A3F0003774F5961A89E9475CC0DB993D078BC92C +:10A40000CE89EE2B45218CBFAFF51C9C41384141D4 +:10A4100098DE1B5FC675697C35475DE4F49FF79154 +:10A420002F9E27DE93FC946F90AF32FBF8145F07EA +:10A43000E4E13CFF35FC4810FA98FD44E14846DD74 +:10A440001E3924058D34FF42791EA4F856EE35EBF3 +:10A4500066395940F970A65765FD9618B7B7D8CD3B +:10A460005B3CFF1EFE0E6263E78F99AFD39B68FED5 +:10A47000F25417901FC2677A03F5B7144BF034F605 +:10A48000B7BCB3A91CD2CE0781DF6B23B66401BB76 +:10A49000370E898CBFC8D06841A99BE2DCAE4594D9 +:10A4A000D79699F1E268B16B23E15AA7732702D8D6 +:10A4B000493EDCBF9FF22EF21B59C0F7B79AB8EAAB +:10A4C0007CA7DE358BECD53D61B68422D5E473BC28 +:10A4D0002FF106EBBC7353F78FEBD59369F71F4E43 +:10A4E0001FE5247FDA7FC6613408745FBDF2DE3772 +:10A4F00048DE01AC3B907E4BB743F790BDDECF31D9 +:10A5000028EF4328F455F2EB2D3D1BCA29FF81D0DB +:10A51000CAECF14CD743895FE0BEE6B32E8AE4D0A3 +:10A52000DCFD6E01CBB307E63E47750BD629CBA801 +:10A530006ED91FB3B1BA2570B29AE16DFF896A5F17 +:10A54000095D9CC0EF22BACD037290F4D13C50FD5E +:10A550005603D51B27EB58DD229CACF6511C9A43C1 +:10A56000F754AA5B064A59DF92E77E2FAF5312BD1C +:10A5700039ECBD4080628E1728CDC04B53E79B2C31 +:10A58000BF3775495A3A6EAC7DCD5E99D179C4C258 +:10A590004B54D0181EF6F2B6A96B7F01C9D1688B57 +:10A5A00032FBB6ECB1F1F90EDE02B4B3FDBA5F6472 +:10A5B000F67C8B86D00EF576630A208BC7CDFAFD2C +:10A5C000F8D9D08D14078FDF162AA776D49B190FE0 +:10A5D00075A8637C83B08AD97DA493D753D9764C70 +:10A5E0007AF9FB4B9E0F1E0C5E63FE8F663CACB788 +:10A5F000F3771CAAC326615C7BDBCCD7CB317E29E9 +:10A60000185F5E35FDE51460BD2150CBEF8D51F232 +:10A6100065B4D7EA3B04A305EDBFFA4E1BAB27A0F8 +:10A6200086D7D941FCA5B855BE43CE885B38632395 +:10A63000BF5BBD34339EDD6DD641777F411DB4D302 +:10A640006BD6416550C6EB71B78BDE093FEDB7297C +:10A6500012AB3B8C52A27FBD3AE828C63115E358B5 +:10A660003FC6316A312FBDE4BDC67B50F67E2B2F2D +:10A67000B554FC8EBDDF1CEF3DFB7A3E8B9B395001 +:10A680004C40FC177283FA6B564C5EB3F6B7C02A87 +:10A6900066B756B82B037796FD46A8EEAE1C6BBF87 +:10A6A000B8A9FFF074C739D24F584ADAF10E0D3FFE +:10A6B0005CFA6C9070E37406E393F1BC0F443503CD +:10A6C00027E1AE4780F2484B05AFCB466EE7F90B6A +:10A6D000F92E72A4C5FB9149BCBEDA728FC0DE5957 +:10A6E0007B2B7EC7F27A737CD04EF1A8AC73CD532E +:10A6F000E4AF08BCD3F45EB3DCCC7B2B9C3CCF2D09 +:10A70000B7EE6B96FC267E5AC0ABF3B83C9EB5B450 +:10A710009EF2E07233EFADA8C9B47F390C2E9E8C47 +:10A720007CDCAB09AC7E5AA965CEAFBA6FF69B64F0 +:10A73000A62F8B9B2BDED079B26B6270F41E7A1F32 +:10A740003D5EF19722D247D8C4BBBF5CED1AA6F795 +:10A75000D6B794D96DB827E2CAAB5210BF1F9BFA87 +:10A760006EF5843E62FB8DF3EBE9DDD0DA9F449910 +:10A7700049CF965FF927C29C47DCE976E3FBAD75CC +:10A780008F7915D61EB71953282E40A5EF9AF7BE1C +:10A79000ECF8DB5271AC8AEC70BC77A0CA9E66AF55 +:10A7A0008B9B43E52C7F741F2E50DDE9F8124D7C06 +:10A7B000C9AC158455665ECCC4DB45C21BD977EFA6 +:10A7C000E1E5DF205C74AE1E2FA86979F3C0A9BC57 +:10A7D0006969744762125B8FF7A1B2BBC7A5F3F931 +:10A7E00014E37324CAE9A1D175760F7A63F6BCA786 +:10A7F000B9197491FAA56B5F7A9AFC03DAD87A0BCF +:10A80000A739365D9B8CF238BAB0622C4EC91DB5A3 +:10A8100003A3A3F7388C1759BDCFE34CE29CC2EADF +:10A820005D802940387CC3C499DFC7E3D87C0C4ED7 +:10A8300084C7051095C83FE6830C0F505F46C7C616 +:10A84000F6663024F297F972BC57A862E3BA8C38E6 +:10A85000BC0586D9F8ADF4E483FB6E0355A6FE4231 +:10A86000D0DB2861DD148D2FA370132F90F32F20E0 +:10A87000EE28E45CCB6E29BDC870C1C2212EC66231 +:10A8800086BD635B7CCF1338DFF33570521CBDDFB0 +:10A89000C7E38ADFC5E54C8E007BCFB2F8BA4986A4 +:10A8A000A512F27F8B0CCE5C5CBFF788C8FCB56745 +:10A8B000583528DEF97DE6BEBFE2BEA9AC3481077B +:10A8C0000229396B711FBDA3CD97F106CCF413BFDC +:10A8D000A6BC0DF4B8C5EAF3E43789DEC29883D587 +:10A8E00031A2539708F7AB7C3CEFD1F71C7948A70E +:10A8F000B65D8033F4BD450997CFA25F8B21C913A4 +:10A90000A0F53C7ED113F0192FFFFE83F6012C52E7 +:10A91000483F42BC40BCEAFAF27A4C1400E33B6F79 +:10A920005DF2D213D5A9EF81FCB1636704CC5382E9 +:10A93000A6B1BCE477BAE35417A3D52FA6D7CFEBC3 +:10A940007D6BBFE543F9045561FA8110A814EF2728 +:10A95000C24E85F28948EB7CDC4C1FA29DEE35F19E +:10A96000F57E6E5E157D6FF4B2B14A253CDF37DEB1 +:10A97000E927BD079C457308B7E59E10A3FBBEB051 +:10A98000671A23221B7383E35278768156437AC673 +:10A990002A81E1F37127A7772587B72E0CCF4EE4E4 +:10A9A000673BE2DEE925FE80E15637DF37F50F72BF +:10A9B0008C363CEFBB529081EF8AE877123D280E2F +:10A9C0009D998FAD5CA7A90FBBA92447395C293994 +:10A9D000B2CF21B96EB6E41253728D3D47B7CDA008 +:10A9E000F829AA6DC302936FBB0FE598ED30BE4204 +:10A9F000EF0D5F7718D3880F4B2E5434FB5E49312F +:10AA0000F565C9A9901D282F686807CB8EA8AFED02 +:10AA1000B99972DAC09447457BCC1A2BC77F016E77 +:10AA2000376664C01C000000000000000000000049 +:10AA30001F8B080000000000000BCB176060F8516E +:10AA40008FC03BB850F9E8389913959FC68D5F3D8C +:10AA5000212CC380604FE16060E86686604F28FE6D +:10AA6000C6C4C0F0108AD73043F02116841E697620 +:10AA700006062520D604620376FC76A9B1628ACD4B +:10AA8000966760705046F02F4A3130F04A03FD253A +:10AA90004D99BF46F1D0C0F34D50F99F7451F99FC5 +:10AAA000F51918B44C91F8BAA4993F1BA8770E1069 +:10AAB00003000225F46E680300000000000000009F +:10AAC0001F8B080000000000000BCD7D0D7854D5D1 +:10AAD000B5E83E33E79CF9C9CCE4244CC210423CB3 +:10AAE000F901521B70080183C6F6000169E5B6231F +:10AAF000500DAD5787A0803F40502BA9729B03F9A2 +:10AB0000214002694D2D5AAA03D48A0A6DB4A2DEEF +:10AB1000D6DE8E8A5EF47ADBF43EFBAA5EB40111C7 +:10AB2000119546AD95DEA7F5ADB5F63E99734E2667 +:10AB300080EDBDDF7BE96737FBECBFB5D7DF5E7B20 +:10AB4000EDB5F7F8FCA398FC45C63EC53F48DB3C95 +:10AB50008CB1824CCA98AC0FF83165E6A7E58E3C03 +:10AB6000FBD47B36F98F273AF3A6E8F756C60A19C5 +:10AB7000FBA628833F03F3F52263C163A52CAEB285 +:10AB80007465A69F7AC6F3BA47629F4AF8D5596E94 +:10AB90008DD3EC8F4C66B98C7D14E0A9390B8A6A91 +:10ABA000207D2D906A2D65EC13962C67D3B07ED353 +:10ABB000F98949949E8769ABC41AFA4259E0601B2F +:10ABC00018D66F6D494C3DAA64BE7BE5781AFB85AB +:10ABD000FFE2F7EA9086988CF3D92459D3EB37BC7F +:10ABE00051C6FCD1F8D4CD90AB067811BE84275164 +:10ABF000CDC7375822CCD8F94CA7FE9F0C4F7F29E0 +:10AC000009F5DF8FAB711F94DE187E94B132C6BA9E +:10AC1000A73D1B4B025C39721FD3300D31A3AF0A25 +:10AC2000DBFF1363D319FB10F1A967E09AC93C3429 +:10AC30004E067E279EFA19A77397A26FAB43BCFC02 +:10AC4000BB377E2F95A61B703EDDD30A3D9B610E60 +:10AC50009B5AF4BA8AF18C6D6CD1A7CA906E52FAE5 +:10AC60001B9662FDE7149A6F7B4B257D7F72DA8419 +:10AC7000DC812A04C5396E7B41B0214570F624374A +:10AC8000C0BCD60E3C74E16668575FD04B79F5D0F6 +:10AC90006317FA746C17A176DD01A80ADFCD304B7B +:10ACA000DD5B4AF86B580AF9708D568DEDD4E21EC3 +:10ACB0000370CCE41AA083351FF82FCC928C019F2F +:10ACC0008675D3C472C6D6105E327C6684C6403E9A +:10ACD00087713CB1D418E24355E3F99C43CBE7B309 +:10ACE000C9F0EF2AC013B4D1E07F9F02DE95BF7890 +:10ACF0001388677F05FF6E8DA7DAF109707A59D73F +:10AD00007BDEC9983ABF2B9F2C4C103E6B6E0CAE6D +:10AD1000479EF05E918B74546A3C877D306525397F +:10AD2000796AFDD40CBE9A0FEDBCF0806D5E6B5954 +:10AD3000387AECF30C19E47CE26FD1DECD9F56FA41 +:10AD4000514BEAC2030ACDCF639FFF48F55B5B809E +:10AD5000E2136D7AA0D488C1D4D946F625430614EF +:10AD6000B529464C8A43BD8A39C63CC87B27266232 +:10AD70007118BF3D0F3A2D62ECBBE6B56913F0E3E5 +:10AD80006DEDA3EF5B70EC0B6CDF67276371483BE5 +:10AD900002205755C3C7FF5F8031A4FB16A9BF81AE +:10ADA0009567F4814FD0C9A73DFB1709F0D42DC595 +:10ADB0004F0D20DF8D8910DF4179A79C4FE93CB50D +:10ADC0001A2BFB659CAFDF6A27B336B99AD27A3566 +:10ADD0001FE7D5F75223F2D59810F1795B9E9A8E32 +:10ADE000407F5DA5EA4E6F69069E6798C4F5A0C2D4 +:10ADF000F54097E284FB67580E72FA53A650DA16B4 +:10AE0000E6E54C6B8D5D1ACED24F1EC7C763E69543 +:10AE1000A619C2EF3AE7732896109E5235752FF2A5 +:10AE20008561C616841DE5669EBD5C5B1F5B807AEE +:10AE3000CA84FE013FFE18237EB7D5E770A4A11C8B +:10AE4000F130067905E69F77CBC134CA4D2862E61A +:10AE5000001ED5AA8EF7BC11EC8F11BE02423A1229 +:10AE60009EE433D88FBFD86028C26A2CC192244791 +:10AE70004E7D3D121FB9F5B44FB7E5F1FF62B67CC8 +:10AE800019FE7FB1762C27537F687D306772B9B485 +:10AE9000C4967DD3317EDB456CD00B746B9FA6EAE4 +:10AEA0001B806E6A544D237FE0DFE074C137802F32 +:10AEB000B5A6A35F0279F4E1BC27637F5C3ED5624F +:10AEC000A71C9F499EDCF2F816CA634E461E3F64DB +:10AED00037907E66899807E10C8BBED5B86A229EB2 +:10AEE00061DC7E1C77482ECF5F908BFA49D5D4C3A6 +:10AEF000541EEB61F6F137A23CC2244AA5C49F114F +:10AF00001FADB95B5912E82AAB4D2F2DC17566B242 +:10AF10002AF4747FECD2499976FD4834E0C7DBB15E +:10AF2000689A0D9FDB8B3D67433FB71E80A919C808 +:10AF3000FFCC8C129FC843EB19974F45E272768E77 +:10AF4000C4F99CF5707D13B1E68FE397237FA5A824 +:10AF5000B31C96E6FA993551FEC3DAEAB444723A64 +:10AF6000D089FAD157EB015E1F0ED7B6163FE163C9 +:10AF700024B8B75DC4D7176FA8895D6FC3A32645F2 +:10AF800084BD718586FA533293EC53D4A3AC47E069 +:10AF9000271EC3F57E734B337B1DD6AFC0538B99F1 +:10AFA0000E79A53269182131DF192827353C95190A +:10AFB000D90F72A1B60BD745A5D8BF449F8CA976EF +:10AFC00029A68CADA77E958A73AF91267334E1BA1A +:10AFD000AE1473799375467CA8444D4E4F8DCB17B4 +:10AFE000C8DD3409E1F13BE5D16ACF345002632872 +:10AFF000AF272665913B8BCEA2DE88F239647F595C +:10B00000F34FA9DCEE19CA339EB7EAD9D2423E7D8E +:10B01000A4B71C33F97C622C4569B17C6CC02E4FFF +:10B02000A25D2BFED3064F87D0A3F407A0CAD1F8A8 +:10B03000EECD40EF8E3173634BE1FB6289DB456CF3 +:10B04000BE130F567BC0D362C493AC71FC59F8E9B0 +:10B0500018332197F2A17CA2937BDE1D60BFC84A02 +:10B06000363852DC9E2B62A951A83F3E9E5A89FA7F +:10B0700077A47EDC786C55E22F25713D2AE0F2E85A +:10B0800095984527B610FAB909E783F046410F00B5 +:10B09000DDFD406FD413308F9BA42CF3B4E6D31A9C +:10B0A000B6E613CD0A471BCE677C06FEA1EF62BD54 +:10B0B0001AA99D1BFE91CA71BD5F42F6977B5E9CEB +:10B0C0006E8AC6E9B64DCC4F09713D67F135CC6F3C +:10B0D0005BF6F92588BFDCF393353FE1C71A5FF6CD +:10B0E0004FA893A766E0DC21697C9C2138E2D48FCD +:10B0F0005763D4CE94923B703C6FB483F4AC376406 +:10B10000101C6A0C3A380F53A3016C49D6F6E40CB4 +:10B110005685ED427176C3245C0F936C3ED46BFB75 +:10B12000C4CBF9215AE3E0D7EF4B6EFB99C3B34A86 +:10B13000E80537DEFE38027FFFF19717137FEF1720 +:10B14000F83A0D7FEFC779B8F9FB8FBF9CC8F1F5CE +:10B15000784156F95EE52F77E08B09FD9C2BFAEFDD +:10B160008AB11E2FE02137EE31D1DE2C59D4B77DC4 +:10B170000943FB8ECFA3BD207900E54AF1F4AB0A69 +:10B18000C0ABD70D74E01ABA59CC678EF790FF4860 +:10B1900015DAAF65B98DC05F2784BE77C3B103D61A +:10B1A0000F94B3EDA0AF31FDE8550EF7487C76570C +:10B1B0008B3603F97828DF24CF4B41FF77AD782A0F +:10B1C000EF62C05F7BB4A29ACC0243A2FD5440ACB4 +:10B1D0003787ACF546E007F07608F166F1DF8E358B +:10B1E00097915EF51B86A141BE04EAA19D1559C742 +:10B1F00060A3C6FF641B7E2CBC001EDE403CACD4AA +:10B2000006D67B619C55B5EC294C2D3C74D77888CB +:10B21000AE37CE98B0CB6E2F4EF4F0759715E7731E +:10B22000FE94615D098F2C77DB004F5524BF9A8413 +:10B230007C9C57077A14F8B613BF03DEEE93121FF7 +:10B24000E27CF2EA07559CC749CBAE6331DACFB452 +:10B2500009B8B77D2148F0B415683B5146250FE782 +:10B2600057B642E06B387F499E2CFC955767A0E5A6 +:10B27000C03E90938A07E6E1AD68D2504FE5484959 +:10B28000438679B68BFD3080DF8FE36B193B80C638 +:10B290000FC6745A0F0B3C9C2E5A55C71A0FCC2759 +:10B2A000B758367D906A034B685FA51EFAD25BB82B +:10B2B000C583EFB4EFC9337AD04C63E362EC49C481 +:10B2C000F3F372B200E10B4E6A2332E532C3F04170 +:10B2D00085AD8A41FB5DB92E69244248DFE96C895E +:10B2E0008DAF268879833E3052A10C7DB77939BF66 +:10B2F00074C5DFF72F0F61BD20D1E91C5663607F55 +:10B3000025C80E28A7822F80FEE371FE7A5DFFB369 +:10B31000D8478936A04A3AF1FD68C4D756652086D9 +:10B32000EDB6AE51F97ED6642F129E3D7C1CF84FCF +:10B33000A7FD8787C3F04789EF0F944646764338C9 +:10B34000C4523AEE13AFE6F908AC9F06E40388AFA7 +:10B3500048063F01C417A49A1E37113F791583E6AA +:10B360000446F89981F005996922FFC9A11E03A737 +:10B370007897DCF4877F82FEEE3AE88D9BCCC68717 +:10B38000C2BEB1F0347605C85B9675DAAA7F66BB9B +:10B39000C190B1BF7A7F0EE9FBA785FE007EBD0498 +:10B3A000E956AFBD47FCCA42A3CEAA3F6FB3573F91 +:10B3B0003A0A89A5917DAA0AFF456B8CDBC75E3FDF +:10B3C000333D302F2FE00911E1ED9184BF23CE16DC +:10B3D00085713FEE71EC2FE468D061D77B9B55DE21 +:10B3E0007F03B476F89B522447DE21264E723E80BE +:10B3F00031D13F03693A40FB09BE5F411A70FFD764 +:10B400006D0E7FC2A68A6A966DDF2033BEBF4035BF +:10B41000F569E9F07623E3C535DE2227DC67DD2E0A +:10B4200024EBC7AC3665A76B27B363B6FDDA86217C +:10B43000BF1FA7CF46853D2EC1BAD15ADC416C65EE +:10B44000AD171D98227F253D8E75CC5BCCFD19096B +:10B450008FCEF5618CDB510A9B9B26F9889D9D5D03 +:10B4600065D9C5D63A6E5BEF7B90EFFC62FD9D2FF0 +:10B4700025EE42BEDB94B7226DC74FABCA56109F74 +:10B48000E88BA8DEA6F17375D417169F6D72E1D311 +:10B49000F2EB75B4A4681FC0746E47ABB138C1A19C +:10B4A000449394BAE1B2F87768DC0A8B6F7B485F0B +:10B4B000057ABE6320FFC237B15FE37CAB82B6453D +:10B4C000FEF801A49C3F52C24E1C817FF5B3B3EB42 +:10B4D000DDDF4FC5E3B90847636CE60515D0CFF251 +:10B4E000E635942E6BDE3403ED85373BCB2376FEB9 +:10B4F0003DB2633CE58F6C57483F1DD921A5705D77 +:10B5000039B2FDA608D1E1E34F3FF502BD519D11CF +:10B510003D5992F60FCB3A25F22B3CF9EAC49281C1 +:10B5200010E637AEC1ADD7B21D8A61D8F7FF02CEA3 +:10B5300036A969220ADFC696FE3AF4A35AF6E52B2D +:10B54000C83705E4BFE1722E1BE44FF9B927F93281 +:10B55000EABDE68F5B7D25808AD643BEF806A8FA51 +:10B5600074A86C34FA1BD7AA4D1335DB3CD6E6AB76 +:10B57000495A0742BD0EBCFDCEA338EC650B1EF345 +:10B580005E562947511F04E3EB811EF521BE2EBCF8 +:10B590003F2091FFB555F0851BBF4AF39619B28D38 +:10B5A000FE0AD8957A5566DFECADE4A9553E88EBE6 +:10B5B0000F8CF78187FBBB7EE3497E40EB2D8CD15E +:10B5C0009C8F7AAE6B06B7E342B45FB5E4D2827368 +:10B5D000FD451CCE2D5230BE0170B665925897596C +:10B5E0001FDF27CA7D0CF72FED02DEFAAABE34F268 +:10B5F0009F358F91F867534B82ECB00D728AD6D786 +:10B60000D696861968BFC1BEB001EDA62D518DF446 +:10B61000626BE8617F23CC6F839FD7DB127AC48F84 +:10B62000F660574B92B7D7C4774DD4D3ADFC233CCB +:10B630006F887CFC616AB7C1E4F9AD2D2BA8FD963B +:10B6400038EF6F03DBC9EBD5887ED82E9117FDB09C +:10B650001FCD4B40BAA5D62ADF43797468A17C5B25 +:10B660007A7D4BADA81F4ACD33AA04D3DACBEB04C5 +:10B670001C43E586ABFC1147F9C696A6197CDF652D +:10B680003AEB153FEC1A8749CE72371CCCE328D72A +:10B690009DEDB7E8BCBED2BCD5C15FC02F33BC3670 +:10B6A00039CF417E81F22D8CCD4379F19ACC7F6BDD +:10B6B00035B041056B2B03BD3DD7CBFD94CD163F77 +:10B6C0001633B9B61AED3B267F21DFE6E7D1999F05 +:10B6D000BE5732BFE3BB06FB7A87FC66E74BF34EEF +:10B6E000CE977E941F18B25E37D9D9F0DD961693A7 +:10B6F000F0B9A9A596F82D47C8BDBB5E8357D8D72A +:10B70000AEF161BEECD67CE1EF453D7B28407E5238 +:10B710006F14E699CFE7FB856ADB7C6230CF7C3E15 +:10B720005FC7F70AA7FFC2FADE867264F31BC8F18F +:10B730006ABF4EEB409AD681B5B85E16C1BAE1DD5C +:10B740003F13FDDC967EDA88FA098A9E2E06FD7488 +:10B750001ABF625B8B71418582EB4EED0578BEA20C +:10B76000083DD05A5CADA15E6B0DC92C8DF22D9BAE +:10B77000B88630BFD6B41CF592EF10ACB8A5687788 +:10B7800037A5513EFD1A2C2C0CFDAD60FF423BBF8E +:10B790006EB0E5B671654B9F7EDC427CDB1EE2A29B +:10B7A0002037CFBDA0626A16BD16ABA7EFEEF9FD3C +:10B7B000C693E844FE0B35B711DF8DC80FDF017E5D +:10B7C000A8B1EB5346FB84F7813E68CF7B43A62F9D +:10B7D000ABDDD43C9BFAB5C6DDD3FABC03AF19BDD3 +:10B7E0007FE372A4F78DAF0618F637127E95E69BBD +:10B7F00068BDF3367F83D2217A47E3844FAF26CEEC +:10B80000EDA22C3E5EE7EBFB72AEBFD9BA6A6C7F4D +:10B810000B6F9FBCD9810F0BAEDF788CFBBD59F845 +:10B8200072080FFBD84B4180FBA330D3502E9E7E75 +:10B83000F57C1AEFC6C35C2E002F84A7F7014FBE1C +:10B8400052CEC7CDD576BD3C8FF803F42BA5390277 +:10B850003F8178136C1481DE559CFE407D823F58F9 +:10B86000C3F5BD2FCECE277EB0CA6BA09CE1BA90A7 +:10B87000A07E5A5B5610BFE554F5139F2821577FD1 +:10B8800021DE9FAA89FE42AEFE34DE5F4E15E7B38D +:10B89000701CE0B3C90FACD7BF41BCC82118C7A604 +:10B8A0003FFCB19B099F23E1EBC0E189B9A79397C6 +:10B8B0006D2DCDA42F3A717D82745BA9D140EB0030 +:10B8C000AE5F24477C1DEA167A7A33AE2BF03D88B2 +:10B8D0009B58B46B65BE3FEB64D69FC6FC90DFC43B +:10B8E000B83C74295C8FC815726A179E1FA09FBA56 +:10B8F0001C0F99F8F7CE4A9DCE8DBB02A25E15A310 +:10B900007AD6BA2307783F6136404C64C1DDA96D11 +:10B91000207DDE956718086F27EBF4DF88F95291D8 +:10B92000974DCA875483D639BF626A940FF2BCBB65 +:10B930007F375EFC791B34EC3F942FDA4B9DBC7D46 +:10B9400099B3BF2E958FB749EEE1E30779FE4CFD21 +:10B950006FD2BECBE1CF17EDD976DEBECCD9DF48B2 +:10B96000740BE80D8E7DA72F067472AC2B29D2EFD5 +:10B9700039952B1CF522354D8E7A4FBF3A91EC3D0F +:10B98000ABDF0303E5A7E59763825F86F281E49569 +:10B990002C8FB1A572DEACB662C82BC91209F2BBFE +:10B9A000F3A76F98378EB115CD33C9FE5A26F4C66A +:10B9B000F2E64B78BE6BA98A7A7F594A22FFC232DF +:10B9C000A1171A4D568CEB4F42E6769DB5CE82CD2F +:10B9D00040EB6C63D4B9FE346A7CFD698C39D79F27 +:10B9E000C61D8ACB7FAE97A03DB7BC79B6433F2F2B +:10B9F000EFBA89E0582EF4F972A1BFC10E2F698009 +:10BA0000FAB3908000C7B14D134BC88E97F4BB9B1F +:10BA1000D13F7D6D90CE4BDDF8B1CE2B7E8E7A6D11 +:10BA20005A667D58E68A2370A7CBC4FAC0E424C1C5 +:10BA3000F959C79B89F204702EB3CE9760BE0D935F +:10BA400032E31F89725CD4203390DC023EB29C7BCF +:10BA50000CE12F79B343BF7F56BC5D28C69925E022 +:10BA60003ADBF656790BE29DD681A17394CF215E25 +:10BA7000FE567EDA98E1275A37D98A20D9357F3F9A +:10BA80005F713DFB59E9FC738F26E800F39A64A3CC +:10BA90009B8B5E56BBEB109F8087765977EC4B2DC6 +:10BAA0003AB9F1746445D0E3CD85F4E01CDA3FDFA8 +:10BAB000A5EA57A2DEBA16F1370AF1C8F1760CD61C +:10BAC000C1369B3DB6ACEBA6676B81DF1A3BF3F248 +:10BAD00025DBF88D9DA51DB128EE3FF3AAD1AF78E7 +:10BAE0006D27C7F3F2ED4B2E68B3E103F05D81F6ED +:10BAF000F23E41FF61F8AE10F8AE72DACB8D95DC04 +:10BB00005E6E8CBBF09DCA8EEF46C13730CFB6EF6C +:10BB1000D23C67E70642193C2D8DAD213CDF15D1A3 +:10BB200023A84F8FC1FAD6067AEB88B0EB5FDF3ED1 +:10BB300035B204E54B867C08F3D378DE2FF23BA0C8 +:10BB40001CFB0F89FA3BA6459664D1C76E7A2C8DF3 +:10BB5000DD2CE4C0B4CE0DC81EF908EC113CB728AA +:10BB60009493FF2AE3FE21F4C05B183FF07AE8C605 +:10BB70003FA4A85AF6F5DBEA57AB978FD8F110AC83 +:10BB800083BCDD0EA87096CBCC962F75C0C342D374 +:10BB9000B95DCCFF52826F187BC7761EA90CE42DCD +:10BBA000457FE94CDD4C7F11EDCC9047F765394777 +:10BBB000CEE8217DEAD0BA42F0574E1D5A77BC68D4 +:10BBC00077979DF6DCA2ADE5F10BECE789B26C301E +:10BBD0008C6FB1EC6CB9F95F2E407E3D00FD1CA668 +:10BBE000F5758375DE2CCE57530E3F84B7B9638647 +:10BBF000FDFCC6F26FC1CAA2DBCF113A02C9977031 +:10BC0000A9CE8BACDBF0A531B6734CBD57D4075C25 +:10BC1000E3B9C9B8FA7B3767993F9D1CA05D96FED2 +:10BC20000EF9BFBDACC7F0A0FF1EEC398A0F019C16 +:10BC3000F6F3FD861FEDC16025F77FE52A9C6FD8DE +:10BC4000E33C5E2A28F44667E5C31AD6FB689CB33A +:10BC50001D43A36F7AA61E1B303BCB70DF324966B3 +:10BC600018BF65F9B3989C38ED39891CE3E7A672D3 +:10BC7000ACB39FA7FCDCC0768E5AAC205EAF90B20E +:10BC80009F9B9FA5DFEC6CEB7DB7C5987A747C46D3 +:10BC90004ED6A29C00AD7A5BE6513C60216B92D0FF +:10BCA0005EBCDD939CACA03E993FCF4491F3CE6F38 +:10BCB000FA431BA4F9A3F5297894D9ADB2742206EE +:10BCC000F91CFD21DCB92D57AB678760FC7CDC14C7 +:10BCD000C0FEA24E99D58A7142F9E5FA140FEEEC36 +:10BCE000CC8B66BF500BF9B1FA7BD8BEA373C6EC00 +:10BCF0007940EFFC898CE28A98397736C62BE47F4D +:10BD00009EE7BFADF2F6963DD205FC7A94ECE334A3 +:10BD1000A5B315BE9F9E83749D86EEE234F92B4336 +:10BD2000C0B747810F55394979B5F959CAB3183F9A +:10BD30004FB4FC15ED05C92FE3FC562606E6621745 +:10BD4000DE10F3A0BC6C5652DB1B6B32E7C673A04F +:10BD500000EDE4F7ABF45DF67DDA5A45C445B5BCB9 +:10BD60005477743C8F77B1CBD39652D6877E5E2BB7 +:10BD7000EFF7B1265A6FE222AE52C83D13E71EFE1E +:10BD8000A83605FD5357281E1157695C817CB151B7 +:10BD90003173BF80E7D8CF79C91E91598289F832B3 +:10BDA0003A1FA27334E0A33578E8897CA435F5CF37 +:10BDB000C4B8222D9FFA63550375437AA10CFB6B1F +:10BDC000DA8EF4BA4ED93F4B017A6D0C737ADDD01E +:10BDD000FEF806C4F71A45AC932CE1A7B80FA0F102 +:10BDE000F17CD25F691FC5A7B1ED1596DE02501533 +:10BDF000DD7358997CE67352391AAFB3DBC16A3CE4 +:10BE0000EE41392B97C53A7CFC26668F03FA81A058 +:10BE10006F5BCB0A479CAA12F51CC6F3382579C381 +:10BE200054A4EB1C29D946F203F603B3E959CBDF3E +:10BE30009DC316E5A64B312EF2E28318CFF2E396AE +:10BE400083C43FEC8971A40772349BC0A15E109932 +:10BE5000E00E960E4CC63C8FB70A56C97FB6EB7BF8 +:10BE6000773CD5ED4AF6F8C6B2E6DB2EB4FBD73DFB +:10BE70009DBA07ED7D2B8EEA87827FADF2B2E66F29 +:10BE800053FD5D2DCD17225F0DC12BF63743719FFA +:10BE9000EB38FCA5423F59F383FDC5532B815FBAB4 +:10BEA00092A0AB709FD7C6CF7B733E070ABB3423EB +:10BEB0004FC1249F9F35AE7B7E3F11F86F6F394E87 +:10BEC000E3FF1461A0FC20E57380017E8EFC70C04E +:10BED00089C78E4ED0C3C8CF2F7AE3B4AE6D3288F7 +:10BEE000CEC11E814FD738ECE019E8A0F373ACB394 +:10BEF000A5C301C519D766D18135C31FF0C7780B1B +:10BF00007F1F43A92DCED2C28345172B0FF8CC1D1E +:10BF1000380D5FDFD372EA02DC9FB5B580090EE908 +:10BF20003DEB6EF4E378E7AC6329D4F3E714737E5A +:10BF30003DA71796A228E5E3283BBAC9CB7551AEB9 +:10BF4000F71AFED228E5A95CD678B92CCAEF593782 +:10BF5000CB0840794C63745E1AD3079F9B887E9F01 +:10BF600066EEE7603815C0DBDD623E45EB6E9E870E +:10BF70006648913EF85B8C43604DDCDFA14479BF9D +:10BF80008A38E74A990B8C00F403631B5E5B3F3BE6 +:10BF900004FE8BCCA7D83CF85EAAB3FC79385ED2FD +:10BFA00039DE5DA25E4807F8B1BCD359BE5DC0530F +:10BFB00066951B1C0EABBC47B42FD78EB29998EA7E +:10BFC000897988072870F4B355D4ABC072EC27EE9A +:10BFD0002CEF12E328058B488F8F177EC47B5AB64F +:10BFE000931C29056D74DE956AE9BC90CB136F67CD +:10BFF000F9512C796B6BE9A1727D1D6F3F411B9C40 +:10C0000069D8E85FA472B9B05294033C125451A1AC +:10C01000035CE59520671297D375F03DD825F8D7D6 +:10C02000CDF70CF2C0B725F027EC4F8AA3B0F8CDBE +:10C03000F2131C387CBE83FF5833F09B3DFEB4895D +:10C040006FFD86F22BFC173ACA939AB3DC8839F35A +:10C05000B5BAB37EBCD299D7E38EFA161C3D2DCD6E +:10C0600033EAC767FCBE3D057A11DAFDBB0AF879F1 +:10C07000CE26F40B8FC7389A064ABB841F702BFA62 +:10C08000EFC6639C4D13E5C736B7CEA81F85EB6797 +:10C09000ED8C7A85FC5D547E27FA0B219DA58A786C +:10C0A000903AE6880701BB69968A76A69130682D9A +:10C0B00012F6524F607031F98B623DCC63F3AB2CBA +:10C0C00054F97A3DD6DAF7C97D927DBD5928C6B1BB +:10C0D000F4232B06AD897E668BAF603DC1FDC8029F +:10C0E000959F47C0B718C58F0A78ACF5668E642C4B +:10C0F00044B87A0A000EF45FC5F9BD89312B748A01 +:10C10000038AD40EA6311FACD2695F174BA6253C1B +:10C110009F190BF633E2A1E8EAA4C3DF9853E9F4D0 +:10C120003FF6E4F1F915E37E1BD6BF00EEE3A1DD97 +:10C130007F786735E2B8DD2A5FBF5BC3CBC620BF1F +:10C14000BF222796A900EFA8AF7412FF7763403291 +:10C15000C673E03911D811F9975CE1A738CEF93CE4 +:10C160007E8D5DC1B2C6DDD8E2E2D6A8B6F36D0B16 +:10C17000EFD6B84C4E8E413EFE85945C8BF55865EB +:10C18000CC6FB7BBFC89249DA3BBE17C46356E45D3 +:10C19000382DF81E578D753C6FD923D02F8C338ED8 +:10C1A00099A607E01E87F046D01FA8737AB8E0066C +:10C1B0003B89E26E86CDAF217BDC9A3B9ED53A1F50 +:10C1C000073BAC5B9D9699E77D52F23B34FF433EC3 +:10C1D0006ED76B22BE49C42DE68F4AC7A6D8F8EEAB +:10C1E00011C1575DB6B83ADAF789B81EFA43BB05F4 +:10C1F000F3205F3F51F9B92A60CDCC390FED6D3096 +:10C20000DC51DF6D54E91EC9E82400827132ED2A49 +:10C21000D9A3CA8AC2A5189704329AC6F36BA5ADF2 +:10C22000638D3439E3F7F5A3862DC7F5B38FD210AC +:10C23000DE988134C20629D530120AD23F2E19B8B1 +:10C24000058954E74FEEC3F9DEE04F9E83A183EFEB +:10C250008E4BDE87B0FE0CE90270BD281B3FC57215 +:10C260005BFD9F39EA2BBC3E98758FE0F75C66EC6E +:10C27000E7F8CB1E276F8BCB3C15B2F109BBDAE395 +:10C2800096F734C9BBB07F87E22ACE324E14FEB493 +:10C29000D3F7CFF96858FFA2FDF7732647D06E7B1E +:10C2A000BAD34B69477339A5AF79D8D65AB4CF9F63 +:10C2B000F7B26CFE422B1D403B0194C57F0A7E38CD +:10C2C000827C0BE912595371DFBDC4FCCB0576BFEC +:10C2D000F11293FB7B80C1E622BD5F6B9FA9D8F76B +:10C2E000C3D63ED8DD2EE3971A1847FBC7A1FB083B +:10C2F0003CEEADB1D642807EF97F02DCD71E54E819 +:10C300005CDCB2872CFC1C799DC76F5D2BE2B9AE5B +:10C3100066890816BECB3CE4AF7997FD4764AA6DE9 +:10C320005DFAAB2AE29E3B15F28398F03F5C2FAE9C +:10C33000E9511C7E92E5DB9DF9656C4121EE439746 +:10C34000F52A2C05BC702DB3F95960BE2785FC2F4A +:10C35000674D1DB89F6B1772D4A8317914ACAF2B01 +:10C360001FFBE174D4CB8A8FAFC727601FA6DBE227 +:10C37000ECAF0BA5545CBF5F7F64EA6517326C9F1E +:10C38000EA28C2FD5D1ECBEADF5DDAE984EF4CF0FE +:10C39000BBE1B5FC2423C121EFE174758F3BCA6773 +:10C3A000C5839A6775EFEF7C9F2EEA3BEFFD9DA951 +:10C3B000DD857F63BB2FFA7496ED9EE199DACD1E81 +:10C3C00061BC4DD19E04CAD990DCF913844349E67F +:10C3D00072B7297686F26228F79EA6BCE2F4ED31A8 +:10C3E0000E08EF1719F891F6D3E9B1647FB5F07B29 +:10C3F0002B4F2889AFE2BEE989DF7919C6ED3DA14F +:10C40000B0037885C294241DFD02867629951B2FE2 +:10C410007AA39E52213458FFBD793F4239FDB28F35 +:10C42000C7E930B9DF8BFD1A7FD2EAD1BFF1849220 +:10C430001E9B07E3D77D9B25918F67FE29BD14F1D5 +:10C4400075D16083822CF0AF7B9FFE06F673DDE032 +:10C450005C19F35FC37E007FEF3EF0D07406FD3CB5 +:10C46000B12FCCD208BF9C52715F75DD235EB253F1 +:10C47000AFFF6998D685EB1E5EB97B3E8C2F3D16CB +:10C480002678EA1E5EFE631FC1D74AFD5CF7E8C24C +:10C49000DC6D625E7E40CD13EBC5BA64A6C762BC9C +:10C4A000FF4A1FBB0AED0B0B0F167FCE0ECD94F18A +:10C4B0001ED7757BF2C88E19E26B19EA57615425B5 +:10C4C000BB6A41967DD2AD3EAEEFDE798FC79B4A07 +:10C4D0007B9EBC92E6D77739CD57028ABC01E3AD8B +:10C4E00016F3847A340FF37E29351ECADFB95FE272 +:10C4F000F3EA9BB433508AE3EF541B49AFF173184E +:10C500000BDED97B66B6A15CCFD6F2CA90E4B37FCE +:10C51000BA8FF4F3EA3DDE34EE9F20A57D547DC84A +:10C52000EBBCCFC58C90047CB08A5422A48FAC2481 +:10C53000BDB7AA6F0BDD0F59FDB853DE01CFF13443 +:10C54000C07FFDEFBDF1F998FFD97D111DE039D114 +:10C550007F6F04E901E32C51410EBE78CAE91FC682 +:10C56000FE4FE50FEF8FB1418A3F5BDDB7898FE763 +:10C57000D22727F01F6386EF7377FA9CFE860FD9C8 +:10C580000BD3E9FED69E5159D7C3A17B5B42BF5C5A +:10C59000BFEFC3BB4D18F79D87DFBE1BEF15DCF067 +:10C5A000D70FEEBE0DF75DFF12D0502FAE7EE08D9F +:10C5B000BB6F057CBEFBB8CF837C72F297F7FDF8AA +:10C5C0002EC89F7C7962B504F95FF8B81D7CF2A192 +:10C5D000BF14E27DA39B7F396734CEFFE6FDB347EE +:10C5E000B32CFACD4A4F025FA57CF6752C45FDE8C9 +:10C5F0008F437FA321FB84485D7479FA91A74B1088 +:10C60000BE775FF251DCC16A9DC719ACEA5B497124 +:10C61000D998C7FDD6AABD1BC94F301CCFE6584FCD +:10C620008CCB3986A0AF7A64E1572FAAC15489EB2D +:10C63000D81F1BA4F5C5DD6EF58B40CFF346A6DFF2 +:10C6400087EC6315F1BE7AEF263EAE8B7EEFE23FBC +:10C65000660CA7DFCBC3E877C33DB4977E247BDCB1 +:10C66000B145BF95FBBF76DA7B7E275D723B127EBC +:10C670005708FFFC7D3EE32D1FCADDC339668CE8F9 +:10C68000EB4BCD87B293ED1F9430E08BE3CAE0957E +:10C69000287F83BFF4691827B0E497BF57518F9D57 +:10C6A000DCFF5B55277DCE4212D85127D9D05F3FA2 +:10C6B000DA55AB447CFDEA1F85D3E86758B56E05B3 +:10C6C000D16955EAD2797A84BE93FF61558AF3FD28 +:10C6D000AAD4938BA42C74D3FDF95C8FA60A849DF5 +:10C6E00098A1A3548BF43B3C17F96D24FA59F3D667 +:10C6F00070DEE7DBE8682A24A723C9E3C99D3E5919 +:10C70000C272E177B2ECFBD529E9F72C8B9C0E9D28 +:10C710008F7CC67B9845FEEC7E436BBE6792E3330D +:10C72000CFE7B3E12B88C23E6D38DED6B7FB480FAA +:10C73000BF36C547F14F8715FDFB6B411E079F5361 +:10C74000D82E687265F59B8A9EE51CE40F2E3BE8A7 +:10C75000AA66A96334B4BBCAE4EB88FB1C29B9CE32 +:10C76000CB741B7E56F9065F9370FFF3AB00A3B842 +:10C77000B87F09D07E68F5DD8114AE6B4FEFFFE81E +:10C78000C7B89E9CBCC7C7F83AC7E316970B7FE2B1 +:10C790009BFB3FBAFBFF40F99BD858C7FA6B8F7DD4 +:10C7A0000BF9FC0712C69AB13F3E9C3B19EF575D4F +:10C7B0000F75F1FC79F9AF6EFB0AF229E6F1BC7452 +:10C7C000794EF24A8C175AFE83D112DA33AB8303C7 +:10C7D0007F453DF4F6CF739102ECDDFD1F4D477AA6 +:10C7E000BDFDE8639351FF817DA8DBCF09AFB5BFE5 +:10C7F0002761B3DFAFEFEBEE47BEBF1ECB797DE91C +:10C800005321336887E3F868975CFF78AE1198ECA2 +:10C81000A847FDACF60DDE12A7FDB759E4219B3EFB +:10C820005D8474BE7E8F73FCABFCDC2E5EAD0E2E81 +:10C83000E3F57B8A383FF453BB1BFC92A3DCDDDEBF +:10C84000AA7F9DBF8CF82DD30F6FBF4A9C6BB8E9B0 +:10C85000BE56F47BFD9E4F263AFBE37C3B7C1CFEE0 +:10C86000FD9B1233F13C8F3D14A0FDEE0D6A7A4220 +:10C870007E157DA7F70BAC7C911817F3684FFD422E +:10C88000C8E70D419E7F54C4CFDF10813CC2EB1F2F +:10C89000F809F2CDCAC7020CEDB395BF027B09F0CF +:10C8A000BAF2D17F2D41BAADFCD55AA2FB4A5F9AAC +:10C8B000E83DF8908FED827AEF3CF41C95BFA3A47D +:10C8C0004B70DC954F040EDBEFF959E9CA3E9F70BF +:10C8D000263BE7D32ACEADDAF0DC6A3CEDAFE8DCEC +:10C8E0000D242D8EF323DF15C57D8EA1F9BAEDE958 +:10C8F000C7FDA559EDE7763C174147AADF649AFDCD +:10C900005E2BE3F1AEFFE5E23755496AB8CF54112B +:10C910008F800F454E76A21F558945A7201F77C4EB +:10C92000161838EFAE2A6D0ACAE5A37E6EB7F9A0D5 +:10C930007FB28F0FF4D2B9AFBF587EDFAE2F024760 +:10C94000431467C82A6CDFCB283491BE87AAE0BBAA +:10C95000FDDC270A703BF0E43C87FF85C4F161866B +:10C960007DFCBD00667A519E17670E46699FFAB23C +:10C97000750F466EE3E57956711B2F17F2BFBA911A +:10C98000CBB79B5E8B9FD8D88FF1FD8B9F1843FE52 +:10C9900093C5A1896FA05EFF05EA56DCCFE7F98851 +:10C9A0001EE73D9158F80F90FFC715E3495F55F515 +:10C9B000252E9904F92B569493FFEE653FDFB77D42 +:10C9C00063A7C75472F1FC41C0FF2D89E0BF0A5D27 +:10C9D00031D07009D355BEB94EF17809D617E6F9B2 +:10C9E000BE028C77B7B5F786B0FD1A89CE1FBFFEA1 +:10C9F000BB17E7202E5F79F10885BC5EF502537303 +:10CA000060DC258FE81DDC9D22FA7B02FAF364FAD4 +:10CA1000CBE091FB8D98EC27BC64F0E427BCBD3CD7 +:10CA200074EE62D2BD771B9E29BEDBC2F3E2F04BEF +:10CA30005F47FC2C0E4F38C022C3F1E9B637DCF853 +:10CA4000FD1316C17AF6BADFF8C80FF87ADE6F9CCC +:10CA5000F293DF68B0442E233FD2C7985FE54D9E26 +:10CA600053584E7EA78905C877FDD9EDD9CC785C9F +:10CA7000CE5E66F118DFC775F17988F7505E665CA7 +:10CA8000AF7F80453332F0BF2C873A11BE97727E5C +:10CA9000A2A0FDF60D9656B0FD3FB20105E9E2A653 +:10CAA000DB5266A8587E0D4B77A07F1FE0CD0F1498 +:10CAB00064E065C5FD14DFC55E38BB7B63C352BF50 +:10CAC0009FF90B33F7521A07DE6B41BC350218B8D9 +:10CAD0001E2259B89DA1ABE8D7693CF4D627F6725F +:10CAE0003654CECF3586FAF1F3771B6CF51CEB0C80 +:10CAF000D593B2F503795B3CC9F03C87C3FDBDD14A +:10CB0000CFDFE7C80217330B118FD61F6F7F54EAB0 +:10CB10003B17DF659915B8A7BE13D69907F3FB8BB2 +:10CB2000FC90AF0FEC6E6BAB636C1F6CF3F07C1A78 +:10CB3000F2F56631E68D2B71BFB9540651B1C5339C +:10CB40005D12E072784980FB8BA0DCC4F28B451E3D +:10CB5000DF4CC12B82F8064F31E8A5237BAB7F7DEC +:10CB6000AE3E329D1ABB3EF5E959D62766303D3AB6 +:10CB70009DDF5323FFEDB371D3E7CD9CCB7F56BF31 +:10CB80006B3E8B531A65094AADF88B18EBA1B4883C +:10CB9000F5515ACCFA292D618394EA4CF3707EE763 +:10CBA000F256C6E294AF60094AF795F2FB0C47A42F +:10CBB000607C57967505D691DFCE81F2B5FFE1A571 +:10CBC00038815B036559D719AFFF92BA36FBFDB0C8 +:10CBD000FBFDB48FDFB75E273A58DF6F0DF0F5FE2F +:10CBE000D600B737F6ADE7EF0A1CB9DF1FDF05BD8A +:10CBF000BD1E666A1E8CFB7AF7EFCB30EECBAAF730 +:10CC0000603E5FA74F1D7EEC5C8CCFFD4AC0B82D07 +:10CC10004070A4893F2D7E59EA0F71FF7D97F28EF7 +:10CC20007D9D191348B406A09F833F09927D7AE346 +:10CC30007724B24F992E913C5D2DE8F4607EDF0998 +:10CC40007C6FC5DCEAD3512F5FDDE53B4CEF5BF435 +:10CC5000CC31ECFDDD2EF888F57C9FCEA5AF3EC330 +:10CC6000BDC5AB61E1453E73F7C3D8B83CF47793DB +:10CC7000AFC421F7DC3F6BBDCF35142FC5F87D1352 +:10CC800056C7EFD9ED6C57CB3AF11EC662750AAEA6 +:10CC9000333EB15F7B20C0D7657D2B4B62FB948711 +:10CCA000E3EF0E71BFFADE8097FAB7EA3D60CDC7B9 +:10CCB00060EE77721E403CFBCD06C6D70D7EBE915E +:10CCC000527BE8DDAC3BEEF7D1BB34931A2EBB1E92 +:10CCD000F5CCA43D601F815CDF2EA562F4DECF3E63 +:10CCE0005F1CF138F3DCDAF7305FB8C7A7238C9309 +:10CCF000F6F80CC4EBC100B75B26A4D6CC02F165F4 +:10CD00006F2F4E15A1DF4DC7F82CEEBF8A9091F022 +:10CD1000387F6FE57A81BB137B67E79ECE7F80C04B +:10CD20009A8EB8B720331D7A29DF952F72D52F73CD +:10CD3000948FC5B339D00763432C1DC638CA0DE69E +:10CD40004C5CFFEF68642437E3706104FA8E057D64 +:10CD500082EF2FE1314810D262C8E3D614CA995746 +:10CD600094E742BADBD3370F897E48CC5F93079FA5 +:10CD70006B2B4579EE949A42F6F92703146726E661 +:10CD80007F9D88E3807E18F67BC79EA91AE221EA80 +:10CD90004B2C467ABC6DD163EFC5D7727A4CBC067A +:10CDA000E9F13DD5B816CB4F2CE6EF0801FE97E030 +:10CDB000F7AA863F5F89E9EC814B97E07CDE6E50F5 +:10CDC000397D1AF879512EEB8BE07D14B6879F5B85 +:10CDD0005455B29482716987D617213FECC389E11B +:10CDE000B87B3D29BCA7872A21904FA919C6B42E2C +:10CDF000F165EC7F8CCCF300B781725055992E43CE +:10CE0000FA7F1AE0F148930E5DFB2EA37BC8A95F61 +:10CE10005F807121333C143FF7CCAB3E7ACFE0C446 +:10CE2000BE20C9EB89298CE21E3776AB744FFAB26B +:10CE3000A0CEEFEF7E02DFA1DDB64DC114CEAFA2D2 +:10CE40004E4DE33DF33F0D4CF9FA538CE3DD5F4D5E +:10CE5000F016AD40BEDD14247D03F461916A8C6B45 +:10CE60001BA86BA3800363CC02DBFEB457311663AF +:10CE70001C54CEE6F09C28C8556F8058855D10ACD8 +:10CE80006CC738A83BF6838E077D7587F51E49650C +:10CE900032607F172B1A941CF1A2770444BD8A6478 +:10CEA00080EBCF6480DE6161FD652857773454974D +:10CEB000E13EF19957978FC1F3FC3BBA1F2F41FA1E +:10CEC0007E15E709787AFB935409EAD38A3D3E9AA6 +:10CED000DFED6ABF07F581F928A37DC21DFFF0CA07 +:10CEE000911FA17CE07D53984F4D306FE8BC15E158 +:10CEF000BA1DF73BA10C1CD7693C8E736A90FBA14D +:10CF00002707B93EA80A8AF3EBAA61FAA02AC8FD4E +:10CF1000E469E4D70D395F213F794D90BF5BC2FCD6 +:10CF2000FC5C374BBBA941D423F3BF9EC65834AB3E +:10CF30009D755E0BF3BDF31AE4CF6E7F1CF7DB2704 +:10CF400016FF98F653D6BC4F7C321843FFAD4557B9 +:10CF50006B1E936496C677D158285E86F3FBB28029 +:10CF6000DB2A672C5EF635DBF9FD9783DC7F7C7B63 +:10CF7000509457F2769972D13E22EE5557B8CBF9BC +:10CF80007AF4CCABE7BFF5238477BF9FFC8C27BA3C +:10CF90004FC5904EDB3EE9E3F4D90BF499CCD72B87 +:10CFA000A4E746EB5D8BE21AD2CFC57ED6E6AFCEC4 +:10CFB000A6B7D68BF735789CA6A53F46B40F8BCF86 +:10CFC00032EE330606808D1EAA384F6D2F482E4351 +:10CFD0007AFA1AFA55749BADEA9566A19A9FE39D79 +:10CFE0004FF124BE11EE29DEDEE2C7377858AA05DC +:10CFF000765274AF51A3F4784B8CD2DE169DD26F6B +:10D000000BFE07B4D13AB4D9F5DEE437053EAD7A6C +:10D01000967D2457F2737BB9B283FC1F72057F3F64 +:10D02000CC7ACF03F8E9DBC84F2CE93CCF1F8A87C5 +:10D030006549499CC36FC0F9158A73FDC2067E0E0F +:10D04000BF55F087E5AFB3E0D92CE8BF59C075678D +:10D050004017F8E3E7C7BE62F19E88C85BF7424E0F +:10D0600083F701293BDEBF8770ADEC393C770C0CB0 +:10D0700011A8E071A5561CE99FEA58EA7471DD6EAB +:10D08000FCE7CEE7EF056C6A49D2F7E32D2B28EDDC +:10D090006D69A2F2FBA4C42EC4576EDDE9E77F9F41 +:10D0A00098FF5E418FB39DE79D81C44F82629F428E +:10D0B000F88F9DE579FB59D63B82F1C8309FA318C4 +:10D0C0007F3CFECCE7896B6FBF81FCEDB77B924F55 +:10D0D000219E3FFAEE974D74672DED9A42711B60C9 +:10D0E0003F3E8DF036E6EA7FE6374A37CF79012AB0 +:10D0F00034FAF44731FF879F5D3307DF7F6C1CAD47 +:10D10000DF82FB8E60CE75A4FF1BCF6114775C922B +:10D1100073673BDE8BDC16345E08D279A79287EF0B +:10D12000505876DCC8F371BE43310337E79C4F4C4F +:10D130003B1F037FBC8CF0FDADFCF1BD21B9F47346 +:10D14000FE58C4F9E376945385F8E128C27D267E23 +:10D15000784BF0C3DB821F3C3943F13BC40F012104 +:10D16000D7EEF13F10F5370979073DD669D77796A5 +:10D17000FE2BF4B226D42F4F7EFD81AFE3FAEDDB18 +:10D1800033A10CE7F5C0B85411C63B45BDDC7FF7B1 +:10D19000C05F76172DC0F4D2078AD0FE1FD2274A6F +:10D1A000530CCF13AB8AFF7C25BE4B5755C152E3BE +:10D1B000294D9795C27CA3A25EAFA837A9B870A9E4 +:10D1C0001EF9FBE9950C26423905193DF3DFD05FC6 +:10D1D000610E9D0327256E17FC7DFD017E69DD40F4 +:10D1E0003B11DF0B453B079F7A63F1F8B9FF1DF058 +:10D1F000FEBF6A9FCB92660C582B17E3AA808EBEA7 +:10D20000AEF50CE503F4FC17911E81DE9D26AE639E +:10D21000396CF0598C19B2F8593D87F399D5EFE57F +:10D2200039DCCEB93CC78AA7E036F704FA07CF77D6 +:10D23000411EAF1DA01E9928EEDD54B21EDA379FA5 +:10D24000CBFA28AD62FD944E668394C699E6C5B4C8 +:10D250009AC5BD225E6A3AA637F893F7E056ABCE80 +:10D260009F5C847062BC94E4453B68D505287F8B45 +:10D270007384FDE4DACF32714E71A6FD6D2E33FE5C +:10D2800091F3E308EF8CB291EF17C5A70FBF5FF4DE +:10D2900019EE7FACC27187DDFF384F7F8FDFE73833 +:10D2A0003887EE734CD41FC27C78D4CFE7D07D0E84 +:10D2B000BC650D76F4EE9C7F7F06F5A832CF48134F +:10D2C0000C7BB3C7155AA9329AC7E9B5E55DA651DB +:10D2D0001C9E9F9FBBC9C29F64D5EB46E7E7B4E1A4 +:10D2E000F17AFFDDE30C7FDF32B18DD381DB21BB2F +:10D2F00087E8CAED5C6BFCD628EBC37B80DE3C661E +:10D30000E27B756E78DA73AEEC034E189A87359E21 +:10D3100037C4C7FBACF18A602FED46FD32FCBDA1DE +:10D32000A178C5FBA85CF4E78E5774E3E7A11C6EF7 +:10D330001F25738CBD385F5B9C5F1FE6B3C4F93D4E +:10D3400084DF814F1F263D37029F3EF9C2C3BFBE17 +:10D35000208ADA2148FB80E3B89186FC1B3BBD7430 +:10D36000FFFC6DCDC89904FCD8F6DDF2B889722AAD +:10D37000FC2FB9625FDC56B82831338AEFABF05529 +:10D380007D4BFF028AB778A3CE43EFEDA59E617D6A +:10D39000B85FCB117E92C59151348FD4FACBE8BDE2 +:10D3A000F12DA7BC45AFA01DD1A532F4AF3CD5AD42 +:10D3B000527EF37A55A57702FF39790E9E879E0A31 +:10D3C00073FF496AA7DA60BDC38670BE392D71EF5D +:10D3D0006629935F165B40F7D34E8665AA7FB467D4 +:10D3E000E1E819517C170E1505C0D55BEEE1F1B1EE +:10D3F000A6879FCF0DA55E7EFEC6F36EFC47C4399F +:10D4000097FBFB7311BE5E2FAD9503A8B73A6A8FE9 +:10D41000D2214B64FB619EF67829AE0CD22F217C81 +:10D420001163962C017C91E214DEF1671FE4F0FD9C +:10D4300051B0672ADDC7C8ED6259E3D03EC8E1F1BB +:10D44000A7C14AF6257ADFCDF0508C6610FAE1F7D5 +:10D45000384EDFFEED1C1E07D823EE7DBEA9249FAB +:10D460004553F0CD3BF32493D9F99DEBE737A07FEB +:10D470001ECF94A4FE8F623E44798A6F6AFFE1EF6B +:10D480004DF413B44FE37C10DA2E05908F42297EC1 +:10D490007A1CA94D90BFAA23AA129C6F4A49F2D3C5 +:10D4A000A7D6AB97D0BB7EB5408F524A09DE377FF7 +:10D4B00078F968A47BB0AB678C3D8EA933CCEFB113 +:10D4C0006E157C545E7B8CE959E617A9897B904FD9 +:10D4D0008223CC7FADA093C5BFD63D96702FC75B8E +:10D4E00079256F97525851A1ADFDC3618E778BEFAF +:10D4F000DCFDBE28E8D7AEC07C91BE9D2AC3F738BC +:10D500003CB53CBE3CB7C613BF18C6D975511ADF2F +:10D510008E615BF9AD3B168CDE12437FCED669F18E +:10D520002284FBB8E05FB38EBFC7ED1EA735CCE900 +:10D5300072A206E40AEDE0EEE925F8A6DCEBE1C113 +:10D54000583484E5DC9FB02D1C223FF0899AEA41D3 +:10D550007C47FF44E8864249B7F7C3E5A8C2932A4F +:10D56000C2FB7E17878A3BD09F5F81720F7676FB66 +:10D57000D6F20EF4B31CDFEB15F46E22797E2A5539 +:10D580003E16437A5F3755BAFF9A9A19FFF50C9405 +:10D59000DB6E0FC5251D4F5AFE333D887CBFBB6631 +:10D5A0004304F961B72157237F7C9CDB787108E045 +:10D5B000EFEECC0FE2F74D6D1E09BF5774573F5F7A +:10D5C00009FD54CCCCA77AF4F6C574BA55457CB5A0 +:10D5D00055BCD7AFCDE5EFF4E5D5F1F760F3E2FC4C +:10D5E000FE0DE80FBE0FA9E5E7695ACF4BB7D1FB97 +:10D5F00086757CFFAA15DF7113E5C5B98D56AF326C +:10D60000E7F9015FA7ADF1200DADC8E76921A635A7 +:10D610009EF474B25FF9FB98D6319DD6EF492FC3C3 +:10D620007EAB3C8797223CD1E0E1A5D0FFDB161D05 +:10D630004DEB7C8FCF69EB451352A8A78E0BBF3003 +:10D640007C2F423FD4DB969F42E433E583F41EBB3C +:10D6500076703041709BC7AEC0796CBDE8B2128C59 +:10D66000F3D17A7F7F1B7D17E74DEE79BD9D9BB887 +:10D6700031340DF735855252E84BA39071979F8E48 +:10D68000F2C2DF25A5731C80EF8D6FF1F746D0D570 +:10D6900088EF040DCD639DF53B09FC5E6309EA5AF2 +:10D6A000FE06650DBD472EFA7BA7CF4BF5EF6ED278 +:10D6B000E95DB763FB6185CDC5F7CAF939D7D0BA43 +:10D6C000B2848F13DEBE710D7E0FD7DACEA9503C27 +:10D6D00043797CFFB3F7035A6FB7317E0FDD1AFF32 +:10D6E0001C1CBF2C93A77B5500CF4307F22FA982A8 +:10D6F000FEEF692E23BF7C9B8547FC03BA8DC6765F +:10D70000A07F466B41E37330C96F08797A48D4DB58 +:10D710007A507B0AF5CBCC7F3BE4C7F8C4C6708C4B +:10D72000E0E8AE7D9FEE1D6FD338FCCBBB381F2EDB +:10D730008F0DFAD10F784D97A4EDB29DA38D12F005 +:10D7400058742F4F6844F7515D12C58B602C826767 +:10D75000BA3011CBF1BBB906919ECF06D2E5D0CF3E +:10D7600036D1EF1B9D1EC6DF7F1960785EB4AC8B8F +:10D77000517C04F0851FE36E96758D42DF0EDB153C +:10D780008BFF1AF36FECF0E9084779E7FB7EAC1FDB +:10D79000EEF2D21B91C8C81E8B6FCB32F8182FE067 +:10D7A000CCDBBE9EC61F5FC30CFE2EA5FE3CBD6734 +:10D7B000DBEBD3695D95E35B69BDE9C9E3E3B3C125 +:10D7C0004E8A0BAFF3507E7C2D877F7CEF636BF12D +:10D7D000DCF6EA189FF735B540678237D15F8EF5E2 +:10D7E0006B340DCFB3F276F07ACA38801BC6B90617 +:10D7F000E196327829177095235C80AF72AC3F991F +:10D80000E67D10E719E92CD4379766E6B154CC6B66 +:10D8100029C24FF764383F0109CD4FF18AE522A7AD +:10D820005CE4CF77C97F3DAF2FE32F1B78701D37A6 +:10D8300069DCF1E29CD483DF258C3F7F94E028EF04 +:10D84000F239DA774517F5D33CB6FB7489C3A5A343 +:10D85000FE0A09B842BD12E135B45DCC236EE37710 +:10D86000287FFD3966E23B98EBF3F97BBB6F4E51A5 +:10D87000C9CF00C6FB6BDF42F9DBAAD239C0EE4F3D +:10D8800078BC6D6A8ABA6703D72B12B3F4160059B5 +:10D89000DDAA52FB6D35FC3EA956973F4B45FD7402 +:10D8A000A06721E987F8B17FA2DF1F719D0B870E6A +:10D8B00006C9FE2C59E7C40BC06FE07EB6D8755E72 +:10D8C0001C360B67A15EC5F2BC6AD2BF249FD3ECA5 +:10D8D000FDE2B9CA0B32E9E7F0C11D0BD02F1B3AAC +:10D8E0009828433E89B9EA2D8F949330840F0074B1 +:10D8F00054AFC983F52CFF6D08675A4DE9014CC33D +:10D900002166E6F0BC29E5F39F99A88774DFCC0473 +:10D91000BDEB119ECADFED26FCE7539AC6B4A75AA9 +:10D920007C3F982CD328D5759E6A945AE30DED67F9 +:10D9300044FDE7C31EC77EC04AC3C65F7D76BD25D2 +:10D9400047CC5BFE0DCF09BFC0E9D5AA0C36E0EF8E +:10D9500029B4EE0FA187993D90972AC2778C9A221D +:10D960005CEF0CF9A7AB16915D8C213C381FC6F813 +:10D970003DA273C3953B91CF2719FD9E35A4C7786F +:10D980001CE3D10360079D87EFA41A11D47766B119 +:10D9900087C67BE319FE7D63F4B212B4A3B6568446 +:10D9A0009804DFBF1AE6FA746BED865B903FFAB617 +:10D9B0004BF9A89F770B7B6AF7CE951D18D7D58DAD +:10D9C0003F1802F59F9A766C1ED64B3DE9A1B3CD68 +:10D9D000595DD25D39D0DF9B2F07288EEFCD7FEECA +:10D9E00069C2F23F8F0F65FD3D858C1F81C9DC9EAA +:10D9F000361C76359043C2BCBB7E70CC11B2EBCEE8 +:10DA0000A94D98A87FB55A361389A71B0015EC5D60 +:10DA1000C3D17E93ECDC98B8975BC3BF036FEA1861 +:10DA20000FA917F37C7B4B92F6CBAC8AFBE9DBA307 +:10DA3000BBF2D1DED8BC47A6BB9F353B17FAFF012E +:10DA4000F5651546A333F648CAB2739264E75AFBEC +:10DA5000F4372A1B8D30C65DBDC8D57957D5AC517A +:10DA6000B81E8DB45EDC15FA9C78EF81EB310A9517 +:10DA7000F666D68FADDA801FF17C75AFA4E1FA713E +:10DA8000753123792DDF2EA5ECEB4754E80DD0BB83 +:10DA90001B18E979AE77A3428F80FEF553DC63272C +:10DAA0005F0F96C6063A49FFF478F97A21EB1EB467 +:10DAB000CB969BA06F0196B298310AE3A4AE69920F +:10DAC000E3180F7A8D58672CFD9959AF122ADEBBE7 +:10DAD000B4F470BE80232AD68751265F1FF2777078 +:10DAE000BD3CAA97A7478B9374FE42317685997502 +:10DAF000EDBE904E78CCEFEA237D3F6A3BD7FB1614 +:10DB00005D607EA7FDBD898EED536621DEC2DB4BD5 +:10DB10003D785F744BAC51C5F40DB16E5B763C1132 +:10DB200011E7B97D27097BD014FB89828EAF2032A3 +:10DB3000DB772E55511F96C741AE707F52BCECC7A4 +:10DB40001824F28EB08361474DEF29B0A61574EF0B +:10DB5000242CE00FD60C18B48FED5D7839E2B3BCFD +:10DB6000A66F2CDA1591DED7D9E7E1FBBDE108B548 +:10DB70008FD4A4D27E5C972AB92A2EAF4DFAB1FE7B +:10DB800035310FC1765C4E33CC1F8F336DBD9E99FE +:10DB9000E70FC339CE7D43AF4FEC1B52146769EDDD +:10DBA0001B364A89D7283E6206D72B5DF194B144D3 +:10DBB000C77D03D713BBC7A9BB500E2784C4FE265D +:10DBC0003A48EF72D37E02ECF9CF773D3917ED7901 +:10DBD0006B7E3E31BF70F100FDCED537BFF7BA8105 +:10DBE000F0056BFBC64A36F84A4211822F52D96FB4 +:10DBF000FA11BE1A981FCEBF13E6171D797E615128 +:10DC00001E8E3D9C83FD65FA31891E919457437A9F +:10DC1000443A79BB6BA01DF6E3E6837F16F82941F1 +:10DC2000D8A7A1BE75DA89678A837A101918F156C8 +:10DC30006DD9AFAE75CFCF7FB727E45A8FFE77A4EB +:10DC400074C84F67DAECDB07652EAF0FC6C1FE2B39 +:10DC5000457DCFEF09A18EC0F8A5D05E8F391AD7C8 +:10DC60003B48513F85FA6473A2CD6F15AAF9AB23E7 +:10DC70006EA9043BB6F1F1D07E54EC43C3359CBE93 +:10DC800041E057AF6D3F784798EFE3EF08733F5798 +:10DC9000B0A62986723A7CFFC9E1CD8D795217A3CF +:10DCA0009D7811CF6F9DE6A17BF013847C76457F34 +:10DCB000642CA191071A707FBAB15B25BB32B59372 +:10DCC000DF534A4DE3F6445FFA7D6E8FA7543ACF97 +:10DCD000376BF93DFF6D751B8AAEC371EA12355E75 +:10DCE0001BFF44EAB2EFC34F8AFD3C2EDFC2EF2296 +:10DCF000D9D7052BEF6EE713FE17FA437F95A6D110 +:10DD0000FA187F522E5A8172AE15517C6C5144DC48 +:10DD10004BB7DEF54E85B97F2DCD7F27C7F2CF7982 +:10DD20000F6DE4EFFE647E27A72882EDA2CEF77E7A +:10DD30002CBF9D6F1AC76F38AA52905958F875FAC0 +:10DD4000D21EF2676C8B250AECBFDB501FE1FE2769 +:10DD5000D554B95F618AD3BE981EE1EFB0D508787B +:10DD6000E534E79B37C5BA2CFFF07CFE8E4B3FFFB6 +:10DD7000AED4305AF7603E875DF378CF358FA91166 +:10DD8000C46F45F6795874FC3F617EAE84FE0EF494 +:10DD90003F28429F84525EA2F7969A7ED2A7165FD2 +:10DDA0002D3781AFE0BB67C76FC9AF518EFA09E865 +:10DDB0009DEA76FB3596F911EE8D60FFA0BFDDE19F +:10DDC000DFB0E923C41FF6DB01E3A1DDDCC1121AD9 +:10DDD000EA0D137A217BA6D74B780DF7487976BCEC +:10DDE000968438BEAE46BC927E7E9AC6EF8E975120 +:10DDF000DC6F7BC165E4770A764EF060BB19C2EF39 +:10DE0000D32EE27F23C56A8AE6513B4876C6AE8BA5 +:10DE10000662A8E72D79B0C6B1E02609B5C771F74B +:10DE20007A393D2CBA54F1F73ABCCC3470BF9585A1 +:10DE30001ED7103D74E7EF6658F47846F8AB1FE93B +:10DE40009F15B1C72DB8ED5ECBBE75DBAF85619D6B +:10DE5000DBCF32D8ABD5197BD65A67374AA957BE24 +:10DE600080F27ABFAA737F4422F60A14792784E8E5 +:10DE70007EF183725FB09AFB431D7CF8BAB027E550 +:10DE8000EEF3C90E507AC4BCB74B7CBE67E6C3B68E +:10DE9000D3F1E1A810D77FDAA952668CB2F971EA02 +:10DEA00019F9BFB414CF6BA6CAF733A72AA85E1618 +:10DEB000FF5029FE0E8BDB2F04FA8CDEFFFAFFC623 +:10DEC0001F24FC7A4C1E8839FD3CFFE37EA09F4551 +:10DED000FE0E3F1073F979DC7E1DB79FC8F2EBE0B0 +:10DEE0009FDD5FE4F6F314E3EDDD72F4F33C1DB95E +:10DEF00010F567B387E4F7B8F0436E0ACD9B8B71DA +:10DF0000C5D67B184A5A263865533DCC7F0793CB3C +:10DF10009BA5D72D3D9F45AFFFEE747AFD35713E31 +:10DF2000BA6FBD90AF2893713D7F70EF537E8C87A1 +:10DF30003D1416FAD95AEF719DB7ADEB615CE72736 +:10DF40009FC53A2FE471E4FD1297BFEFD47B02081E +:10DF500077BE986FDE204FF307C4EFDA3085D21E0C +:10DF6000F15E63DE3C275ECF7BDCCDCFEB49BFF4B7 +:10DF7000F88DE8A5285FF33C14C77AFE4BCE7AF300 +:10DF80004A9F892E0410F3E7703A0CB50BB1824515 +:10DF900048DF7A99DA5D78DCD92E03BFA8AF71B873 +:10DFA000BE78EA0CF5A2FC1CC20DFF6CBF2F3BFC37 +:10DFB00031A3E06BD10CFC17C79CF51A963C53704B +:10DFC0007936F88B5961434D06FE4B2A7DA7874B66 +:10DFD000E7F07FB5F60CF52AB2C3BF70DE08F05744 +:10DFE000B22FE13D9FCB1BCED0AFA0EB37569CBEEE +:10DFF000DE55CDEE714CC7BD85617CC414D2DFF90E +:10E0000083DC2F93A729947E763E32A30B6C7CE4AD +:10E01000E687F95314E297E17C24E827E87046FE8E +:10E02000107CE4E687B3E523377F64F8C82CB8CCCE +:10E03000C6476E7EB8628D42FA2C7F0EA3DFE11ACE +:10E04000CE47BCDD19F943F0919B1FB2F011F18569 +:10E050001B7E379FFC8FF387A6703D23F44B9EFEFB +:10E06000B7F2473ABAD0C61F6E3A2766CE213E189D +:10E07000CE1F822E823FCE4877C11F6E3A9F2D7FE2 +:10E08000B8E99EE18F34E9110B7E379D93EBC7E72A +:10E09000F173FC21BE383B3AEB40E7D0D9CB3FB31C +:10E0A000C35B369CDE7F339D75416721FF79F1BFED +:10E0B000753D8175C1466737BD165DDA4EF41C4E5D +:10E0C00067815F41E733D24FD0F98C7A7B043ABB4A +:10E0D000E997A133E376CB3C6E6FBAE907740EB8CB +:10E0E000E8FC99E87726F974D3F74C74B4D2152379 +:10E0F000DCEB1DCCE576CA9B68D861BD9CECF53E97 +:10E1000014F5E278D708E05891EB8CD3B2D2FF1225 +:10E11000F56E16F51E12A905C7BE0D4D2BD0EFF7F3 +:10E12000F093FA9805A1E1F3FBBF72B56B0600808E +:10E13000000000001F8B080000000000000BED7DB8 +:10E140007B7C54D5F5EF3E679E994C92993C67F2E3 +:10E150006226241034E824C41414EB100284877659 +:10E1600040AA80A88320261048A456694BCB01C240 +:10E17000B351090D2FAB7602C4A2551B5A1F14B11F +:10E18000777868B1B56DB016B5A534502F0DA818C5 +:10E19000AD557A6BEBDDDFB5F7C99C1912C15F7F16 +:10E1A000F79FFBF98D9FF6B0DF7BAFB5F67AEDB543 +:10E1B0007736AD60333ACB18FFF99469298C7D86A8 +:10E1C000DF758CB95C0A63598C9D5AEE62415B2CF9 +:10E1D0007FE33AFF78C6EBA7B794AFC177EEBA0CEE +:10E1E000162C65F4FB8CC5EAB9CF0F66C18C589A22 +:10E1F000B1086357F17EC7F18E9D281F42E5A796AF +:10E20000DBA97F8C1F1ADE5FFFC903F4EFBD48FF57 +:10E21000F954CE9846EBC0CF9ECD9845FC9399D249 +:10E22000F69F356532B63ADFEA33F1A5FE289DD573 +:10E23000010E7A7FFAD7926F3DA95CC11B64D604A8 +:10E24000BBF57914315626E16331F3FF55F0FFED4C +:10E250003669B6D40BEBAD5279BF4EA4C21E237CF7 +:10E260002B5D2AB5B747CCC108E06FE6E5C363E58F +:10E270005364FFAB94C09B613E4FADC01AE8F031D0 +:10E28000B6F65A812FBD5E08F5F8BA832E137D7954 +:10E290000E031C2DCE97DF54F87C2C76A766A2F9CE +:10E2A0009BDFEDB6C7E61572310997A88955C5E021 +:10E2B0003250FD55D7228F7FB3586485FFD2FBAF14 +:10E2C00074F9E83B7CA795DAB33C6BA44489AD971D +:10E2D000C387F2B5252CD2C1F3F3ED6C9D9DC373BA +:10E2E0008DC282CE4A9EAFD8291F3F17C75F9E9C22 +:10E2F000E7DA12B64BBD92A7CDECB0AD02F86BF2E7 +:10E3000038D14FAED587FAC51E6B54E5F35BD3CA3F +:10E31000B4225E6FCD6AA766E3E56B528A22263E81 +:10E32000FF35FF12E3AEB9D5175989FE83415F2649 +:10E33000EF9F86F28976E968572EEBCD714556F14D +:10E34000765ED695C44CB1FE192B709F4E66C8629E +:10E350004487AE7454BA808E62742AE8B168BDB93D +:10E36000D4CCD7F7117304407FABDC4DB624FE5DEF +:10E37000BAB1AA9415C5EA372FF78D6EB618D21622 +:10E380008E7FE785FDDE97A112FE9F7037CD08F1E5 +:10E39000F2A794BB67840C74F2BFDD824E8EBA4440 +:10E3A0003D5619B2834E788FAF5D87F5B954DF06BD +:10E3B00005DF95F649486BAA4BE1708878A6D91716 +:10E3C00000AE2DAAAB84D22BA9BEC6EB038F875D0E +:10E3D00077ACF3F375346BEA089B0FFD05A79473D4 +:10E3E00038A6493C455A5481DF521629E1F0DBD961 +:10E3F000A2E6CEE5F31AE2AAA8C6FE3EBCE25E950E +:10E40000F1F6ADB58CE5F0FECC2CAA99F1351D8F57 +:10E41000DA797F0FD49C0A15A31F45D0FD7893337A +:10E420007712AFBF296256C1360EB40F79C5C2D379 +:10E430003B6B5466E3FDA775CF99C2385E9E75F9B4 +:10E44000699DE6E313CF304E9FAD2D3B5CE00BBBE7 +:10E45000DBB3BD61FE8DB4AFC9C5F8A9A3CDA7FAE2 +:10E46000E816FD8DB3E676F37267657C7E64A6CF11 +:10E47000EBE2F51D8CE7EBFBDB2FBE51BE7F4A24A0 +:10E48000DD1C9998AD7497611D86F6BC9EBB8DA965 +:10E49000189769CECCD39733D6C9F7ED671C34BB38 +:10E4A000D5A09A04F89C50021DBC7857EB1A5BD893 +:10E4B00080DF5159026FCDCB59C9DB9C0E4AFD6AF2 +:10E4C00008FC62B522E8C0EC6441C045C76FE2B702 +:10E4D000687D4D5AB81FBED6C7DFEC8347378F889B +:10E4E000A5575B049CCDAE2ED5C5E1EA7BC6559EF3 +:10E4F000CCE7EFD37C7BBBF93C370D2F2CC73274B4 +:10E500007A7B79E290EDF378BD254F3903C087E33C +:10E51000B8ED24F841B2BDE5037C371D98C97C9C59 +:10E52000EF252FCD2C29E6E3387CD925C59C2F5B20 +:10E530005C4186759A975A4BDEE6F9E37F5C96D389 +:10E54000FD39F3DCB0DC5552CCD7DFB6DC4EDF0D45 +:10E5500072FD97FF784ADA1D06789D967C534F9B93 +:10E560009726078CEBCB7273F8113F8E78A61AF8BA +:10E57000F1A3125E7ABF89E3EBE5AC32E81DC7E197 +:10E58000109968756DE0F81E33D59CBB80AFBF4312 +:10E59000B3BA40FF9B56DCB46136F079D44434B151 +:10E5A00069A23577BE615D3A1D5F8007B798F76E47 +:10E5B000AFF69012C0FC6E9AF4EA489E4ED21E62EC +:10E5C000486B374E7AD5C3D3605057233D63521002 +:10E5D000F40CC69DCB98EACE9BA4F17E77BBB559CF +:10E5E0002AE7BD0FAC9FB0E130E743BB4BB43F28F7 +:10E5F0003CBD2D93456BD09F5FD4D73257ACD3D061 +:10E600007EB848AF6E9B3D09E9885C4F66BB95E8D4 +:10E6100039D2DE9C8E7DD236757AAE8F7F3BCA238F +:10E620001EC6FB3BD9DA7BC4CEFBCF54447BA6BDD0 +:10E63000568BF974C8B4B3F5682DFA1B33B5782B33 +:10E64000E0B1B3CB42F4B1F3C8576761BF7FC4E117 +:10E6500005661B29F07943FDC0BB79B9A7A48503E2 +:10E66000B0055F03FFB3B83C254F1AF48194407C9A +:10E670003AA2F8BC98DF6C3EBE791487BFC5B71DBF +:10E68000F09BE27E42A4537C5EC063B47B87486704 +:10E690004978B2876A837C7D9BBC225DDCBA99E6AF +:10E6A0009F388F8885E506CA2E611EB2DE7F751DF4 +:10E6B00003C1E152C7FFFFB8FDAC80F3E2ED77BACA +:10E6C000E3F9C005FDF82FAD9FFF941EFFA7FDFFE6 +:10E6D000DBF6B3DD45C4972F4E0F8CEA395416068E +:10E6E0007FDF3CBD3A698E81EF9465097DFCB48B78 +:10E6F000493D3A48F648C7E6F149909F9B96051C6C +:10E70000C1C15CFEB64F77406E6D0AAD4C2F81FDE6 +:10E71000C0F529B0BCE64F57D9A19734D7AAAE951A +:10E7200018CF559484F2569E46796B6635A5354DC3 +:10E730000D402EACCE4C4F9A6B9003BC5E2DE45234 +:10E740006B4D9177BE615E9BA43C62CBF88C78FBED +:10E75000F5F9453B36F80D765A96A0F34D2BAA27CE +:10E760000EE3E347A0DFF1DFE189E38F404FDBC435 +:10E77000F5341BE96945EB8B31BFA01A809C1A2246 +:10E78000D38383E6004FB2A168C4EBA7BB58240A29 +:10E79000BEDCF69325E0D36B5C7C703EDEE096F049 +:10E7A00091EB783ACDA3FAA03FB316AEE7723DCF16 +:10E7B0000D1D8777702054B4C20C3E3F92119F5FAD +:10E7C00083FEA0BF0798AEBFA794733D894C321F4C +:10E7D000E4FDE849C5981FD70F515FD7D3DECC14AD +:10E7E0007A5B06F4389E8E68151B30CFCD0133332B +:10E7F000F176AE2906FD8B5DA8BF65595810EBC8B0 +:10E800001A668D687C5C6782BE96A897F5E905213B +:10E81000AE5718FA492E75C5A53F3A3E81412F6F74 +:10E820007D89ED8272BBFA25B68F94DC8D5B090E73 +:10E830000B241CDE591E18DDCC115CACB81C300A50 +:10E840004C83CB7D8CD34D9269A31DDF6235F0E004 +:10E85000183EEE91A71D04EF256E6B04F8691D7735 +:10E86000D30CC0AB67470A037C9B2DAEED9063438E +:10E8700037FF731DE454ABA5EB09C83155DBB4A1D8 +:10E88000B680DB3B6681AF8E4CB1CE8ECE67CE3E7E +:10E8900041F8B60700EE076A97D4429FEA51855DBA +:10E8A000CBCC21CF544ECF7B9EB2CE10FA4F88F402 +:10E8B0009FDDEDD796629C868CE7D627715B678FCC +:10E8C000AA4879C8E1C8F5854EE801A46FCCFB657C +:10E8D0004D31E99D9476A63FB601F271F500FAD26A +:10E8E00014B99F3A2329B2BFF60D6378FB3DD54C8E +:10E8F000A69F9F141CCD58F92A45EA0F4F6E08E6D3 +:10E90000637C26D2FCA77298EEB1EAF5F74FAAA372 +:10E910007265B289EFE51733BEBFDEE98DCD6FF0CA +:10E92000A6B75FD1CC28BFBBAE3F7DA24AEAAB9D64 +:10E9300095AC16F0E0ED66440CFBEFC50C13CDF77B +:10E9400015F9E5F3567DBC1F9F99EBD7FC1B38608A +:10E95000762C30F28B7407D5ABB3B12694EFED561D +:10E960001D730CFD0DCA94E39959F21F385EDC2D1E +:10E9700056D70ABE0A77E45AD27F2CF956A6703CC5 +:10E98000AB995D1565BCBCE419279BC0E967EDE652 +:10E9900000D9253B47451EB81AF82D50031AF845F3 +:10E9A000E4F21AC6EDD18E1427E12FB2DB54FB58E6 +:10E9B0003F7A6465A698FF5AADA2A99E8F73D6E9E7 +:10E9C000243BEE47E600D1D78F9C5697268C5C2FD0 +:10E9D000F85BB11AC9853EF495F4A2F5CD1C1FC5AC +:10E9E00012DE87DB86AE277DD0D57943119FC75ACB +:10E9F0006E5F611E6B33A7D96147B5869AEC600DD7 +:10EA00003F39D054EB079F2B51D94A3E4EEB18A10A +:10EA1000DF1667A54F027D16AF4E5798619FBD95D3 +:10EA200021E8221210F4AB654AFE60E6F3005C7642 +:10EA30005705C0DF6C2E5681F55AF29B82C17EF0DD +:10EA4000D923F1C9B84EECACA22D48FB2FBBF6D8A8 +:10EA5000B7C0377AAC9DBF01FCD6BA1D811D3C7F83 +:10EA60006752672AFACF4E77A8587F0EE3FFCF414F +:10EA7000D5AC72FCC09ECC67AE15BC5E4E9B95FCBF +:10EA800019D96D56B26336692AF1B1D5F35804EB42 +:10EA9000C8D1D493F0F364777FB01CE37832D5A863 +:10EAA00015E9D956E633F025CFF133FF821DEA612F +:10EAB0003CDFC06FDE490B35A5F3F5DBF25D0AD90B +:10EAC00083A85B05BB52FC1C9AAAD978BF4FAD1036 +:10EAD000FC73EDB759648742E5F6A515A23AFC35FB +:10EAE0005659BFE359F624E064B5B77499520D70D6 +:10EAF0005D2AE06A6D5B7337D6612D35CC83FFEFFD +:10EB000045383BF83C0A18E7F69C2FBDC3C4BEC08D +:10EB1000CFCC8B0A8113BEF4773BFF9204FBAAC7CC +:10EB20002AFC0A648B5449FBDEE0A7684D17F651B6 +:10EB3000623F8314514F4F3FCA44BF7B0EA74F061D +:10EB4000DDFF60695139F87AB3CEA798E81F620DEE +:10EB5000F8C9723982C3F8FC97640A39B7C7D1D4AF +:10EB6000EFFEBE4F96B7BEC211CBE1B167A5EF6B0A +:10EB7000B04BD76E51D90EDED5813681C74D2D8C65 +:10EB8000F8EDA660E07753B0BF9ACC018D8FDF51CE +:10EB90002AF969AD2FB242FA9B343EDF1439DF8E79 +:10EBA000FC90C3043A18C75C3B381E536A5830E9DE +:10EBB0000AE2AB1BD06E704D3A03DD320E6395CF87 +:10EBC0003F59B64B69D1EE061DB4E6076611FCCC81 +:10EBD0003E65EAF0183C9C128EC9B5BC1EECE6CC32 +:10EBE000E7EE835F2D52338D81FF3833F938A9A2C8 +:10EBF0005F1039B99C38BE9C2DA25EDAF478BA2336 +:10EC00007E09BA5FCCE906F31C198FF74D123E79E5 +:10EC100066566BE5F4B4225DC8A19DF5022EC9814C +:10EC200084FE1CBEB7EA088E56867D54B82CBE3CC6 +:10EC3000B72DBB1A7497CF0CF97CDC37D2DD440FAB +:10EC4000B9471E9EA6F275ADAE63AA09E3322D58F0 +:10EC50005721F003BEB176BC4AFDE6D5A4575BE16F +:10EC6000A7A95183C093BBAE6C07FC623A7EDD99C5 +:10EC70002EA5A20CF55CD543AE207FADD02FB239C6 +:10EC80009DF3F1F28EF47E0DF0CB6D889F1F33EE75 +:10EC90003FD3C5D3167BAA967C05FCA1F1FBF657A2 +:10ECA000197EA9170ABA102E6BFC9FF0B79A5399D8 +:10ECB000A314FECD0D2AF971E06BCCE773B43CA927 +:10ECC0006A39BC3FDB93625F5B3ACDDAD054E8210E +:10ECD0002C684579FEBF6DC6F9EE7ED6990BBC4710 +:10ECE000A49FCF24F5551D0EEB33AC348FF5928FD6 +:10ECF000563F9F3F167ECFD50542EFE29288F6CF72 +:10ED0000BD72EE3D6A685B32E0F4071BD9E6154739 +:10ED1000B459BFE2F55D350C1E63B6D6DC64771BD3 +:10ED2000E4085F5244F5FCD7BF9BA47E14817E7437 +:10ED300025F93F6681BE74BDC61D5575F91E84A8B0 +:10ED40008FE91B1BD643BE0F37755D66E7F2688BF4 +:10ED50006BD7FA9A6B21870B2E37739EF3F8F77EE9 +:10ED6000BBDE9265D017D82FD67FAEBEA0BD35B121 +:10ED70000EFA45BE9E7E69629003BDD32ED36CF31E +:10ED80002BB0F79B2DDAD3E069F5994C837FA4A7CC +:10ED90004FDFD8BE1E72E72987E8BF3E73FB7A6D4E +:10EDA000F4C5F50FBE4F1DA1948BC32962660EC832 +:10EDB000CF888487EF7B9B27AE288EE92F0DBBBBC6 +:10EDC00026E1DC41C74B61BAE06F5CEFECC4FE6D3D +:10EDD00095FA676BD6103AEF488F5883917EF4818D +:10EDE0009A0C3BD1CBB3C9C12F67645D9CBE6A400E +:10EDF0005FBCDE79C9CF879B847E93D8EFAC0C597A +:10EE0000BED3DA8471AB9F77121FD9B4E2A65DE05E +:10EE100023D543CBB627C34FF6D6CD16A467649847 +:10EE200085DCFF5978A84BC8BD5CC009FE0082C3D1 +:10EE3000B3A355AC23114E83B1AE7EF2431949FA08 +:10EE4000B9CEAC8395E27C01FEB8A75672F9D00F1B +:10EE50001CEA33FAFCA82C48C68E8BECBB627730D8 +:10EE600048E74599218D915F42654103BFD4DB9B03 +:10EE7000CFE7C59D37B5BB820CF5CDE70B293FDB4E +:10EE80001C5A98C1FB7FE8B9913740DC3D24E55915 +:10EE9000812BB808F91FADAB8CF3EB277E2FD5CFB4 +:10EEA000FF4DE9DFFCA2F6C82A6B301DF2B49D05C8 +:10EEB00002E98381F78D01C891F52C5884FC234F1A +:10EEC0002FD83806F6C8AF4DC4479A156DF13C3FB0 +:10EED000FCC15A95ABECE2F648E2BEAD0832A2475F +:10EEE000B399D580CF15C2F0CB82F853E99CCC7290 +:10EEF00058E851E08FF89AB85C509418DF3047CC4E +:10EF0000546E3A6ED3205F4CDA1AD26FCCAE10F941 +:10EF10008D436AF8FBA067B691B352BEDE248132FE +:10EF200066720619ECF581F8C24F331E98B88EF35D +:10EF300004D361C749EA372AC73FBE96FCD56C1B8C +:10EF4000EFAF2AD61F1FE78718C7BE37144D36F616 +:10EF50002FED98C733BEBB5EFBBCFE5A2EE86F0F89 +:10EF6000E821B13F9DAF3D90D132117C66C0FE7665 +:10EF70005DD0DF0BFDF627F9DE77331E5CAF71BE87 +:10EF8000628E0AF96346BFF8A23FDEAF9DC31374D9 +:10EF9000C4FB7909FDB01A25AE7F9881D8A789F600 +:10EFA00092FE1D9C2EF84522FE9F5AD134A3BF7DB0 +:10EFB00078265DE8ED89F2D202795921E4648E81E8 +:10EFC0002E6C9097570C2C2F3F4C673A1F203AD04D +:10EFD000E5F2A769E113C09B2D53ACDB96CF9430CB +:10EFE000E997C2EEF94FED8F19923FEE4C621B4A42 +:10EFF00061578C575DD02375FBE1A915AE89F05B95 +:10F00000ACBD5F0D40FFECB31BA45DA1DB29CDA01F +:10F0100053D24BD51D3857E5F6C664B237B83D021A +:10F02000C752079F6712F87C5BC5EFA6A01ED75793 +:10F03000C9CE49B437A41DE299179FFF4E5A98656F +:10F04000F2793A6B55D25777962E89629D1B6A18D2 +:10F05000F593681724EA9389FA63A27E98A80FE6CD +:10F06000DF93A01F7E617D4CE85397AA97E1D79F5D +:10F070003E46FA21F915EE590F394FF6144FFFF6B7 +:10F080007BF7901CAF4B16726D7FAF4AF679A425C3 +:10F090003B1DC3EFB4B0C9A43F8FF3A5C34E2C935F +:10F0A00078AE4B7329A8C70D4717CEE1D54CE60CB7 +:10F0B000703896686A39E7C4DC6E0F3ACBA147AF67 +:10F0C00050C94ADB398ADBF538177AD6497673CCD2 +:10F0D0007E7FF281ABA18F71BB9ECE5307B0E3AFB1 +:10F0E00091FBEAC374178D6FB26E0C94813FAEB87A +:10F0F000291774DC610991FFFA27D22FFA8CFCAA38 +:10F10000F29C4A2F7F4EFA4BF70E50BE4F96EF9768 +:10F11000DFC4F29FCB76D101DA1F94ED0E0FD0FE43 +:10F1200065D9EEC800E5BF94E5AF0ED0FF6F64BBB4 +:10F13000AE01DABF26DBBD3E40FB63B2DD9B179418 +:10F140000BF9FA07597E3CA1FF13B27EB7CCB7B8D2 +:10F150007D427F19E07CEC29BFE0770D87BB82FE02 +:10F16000D4181E7325BFD3F5B98BFAAFA47D8BBE1F +:10F170006147126B1B1CEBEFA174B52F9EA5B92A3A +:10F18000663FEAFCACA452C467E876A86E2FEE4D49 +:10F1900017F377B649BB957532A17F7D3E9C6FCE44 +:10F1A00014FC75F770E1D701FDDD69A0D75B322D46 +:10F1B000A2BC5CC033069F21AA0E1F95E7CF95F62F +:10F1C000B945FAE177BB63FD19FDE01332451C4BED +:10F1D000E422F43956CE2B72113ABA3193C5F53781 +:10F1E000103D4F48A837105DDD9230EE40FBEBBA82 +:10F1F00084FE06DA075F49E8EF6959DE29BF5F92AE +:10F200007EC48BD15F221D47702ECCE94A6D2DDF65 +:10F21000A019FC313ABD383595FC0A59AC378E3E01 +:10F22000525997086691F46139EF67C111C45C497E +:10F230006EFE39C327E39E420C7ABBE57C3195EB29 +:10F24000F126EB7C2BD3113FB23A33B39CBAE1FAEF +:10F2500003FC1D765DEEEB7A08E20420E73335D23D +:10F26000570C7ADD31C82B1689D7EB743D44F73F34 +:10F270004FC9B24E24FF64A5F0F76BA576F2037078 +:10F2800033C393010E6C9A12C0B9FB31B7F0875E9D +:10F29000ECDCE062E704173B1F78273385E23AB8DD +:10F2A000540D405E8DFF71D9A65AC4451C35D179E5 +:10F2B000CB7D1B355B3DBB90CFEBF1177A5C831E9A +:10F2C0007FA1C73B6C864D89739D524F3BFC528397 +:10F2D000A45FFD80A63AA077744C17E7391D473626 +:10F2E000D7E27CE9A31AD505BA28B5842622DD1118 +:10F2F00012FEE3756DD3260D837C8A98E97C206627 +:10F3000077784A8C76C710575335CA3BA657939FD8 +:10F31000B7F9D3B176F0A3B5AEA224D88DFA39D51A +:10F32000A65A717EB5737A7CFE40E75789EBFE9949 +:10F330005BD04344FA0B2F3F34732AE22A4AB4F4D9 +:10F34000F22421C7C94F76D22DD66B5E6AA23891BE +:10F350002CE8519C7E4AB8FD05FCEBF12359CC808A +:10F360001F3FE25F7CC23E4508197401C6E1A9E374 +:10F37000D774213EF5FA897865E64029E8EE13B79F +:10F380002B8E8F0FC4EF3F91EB2AC912FB7FB3592D +:10F390009B46FA1C37F8C1970F644E13FE72E08D3E +:10F3A00057693D6221BEFD11A75FF897712ED95FA5 +:10F3B000BC8E8EA7D3329E2E115FBB2D1A9DAB1F24 +:10F3C0006CBFD783F8A5B53F0B0F72F5D38FFED571 +:10F3D000643FFC5F49B0A739474C52477E21BB6868 +:10F3E00052D6E7D8458BB3EC64170D64EFF5D977A7 +:10F3F000D2EED3ED3C031FB819FDB34AA55FFB4E17 +:10F400003F57AACEB291DCFC6FB42BE76781FF7C3B +:10F4100041BBF252CFA7BE809D786F7FF0D5EDC47F +:10F42000995949133FD7EEBCD04ED4FAC5D7C5FC85 +:10F43000597DF1B341A7C2FB6B60FAEF6EF2337EE8 +:10F440005DEE9506197737CEE4247EE5D8A5903F8A +:10F4500079A166A67935682BEF861F98CE3938BD1D +:10F46000D7AF6611CD4FE5B49FF5F60B3B6D2C6A17 +:10F47000D87F8B9FE16903DFF633115756CFED80BC +:10F48000A8815FFB717E9C8AF2F87C669A9D06BC1F +:10F4900022B6B2BFB8CCA5C7DBAF396CE87F5796B0 +:10F4A000E4E35F625F227B44B61F681F7DB23C725B +:10F4B000CD61BE2FC728C127B20CFB92E1707B142F +:10F4C000E7E3C34E97F6B79F75B8CE5D3A96FD85D4 +:10F4D000F3AFE7ACAE318807D51E5528CE776E8DD9 +:10F4E00088B7BB3AA2909D36F71B0B4780CF8D7A29 +:10F4F0003B60C539E3E22EE15FC931DD5DFE6DFEA3 +:10F50000DD7C90DD1E92E9BB21EF9D411FCEC5E65B +:10F510006028DEFE5D4B53B90B72F2566710F6EEB3 +:10F520009CE9C1B7707E306776991D709BD39914A2 +:10F53000A4AF9D991D909F9F7E4671C1774A6CCF65 +:10F5400031333BF273ACCC9CC4BFCFB74DB522AEC8 +:10F550002FC7C1EC4857ADE4E37338A58E0CD1FC3E +:10F56000E6ECFFE1DFD1DF5DE6E8018A9F96F1D9A5 +:10F5700073F6BFF20FD8BD77064356E82D97EFB666 +:10F580008AB30D09FFE19DF1E92BF7C6A7CBA3F1E3 +:10F59000E91147E2D3137010C8E1FAC2BF4C0C71F5 +:10F5A000A1BD8F27D339C842AE1F7F395D4C03BE42 +:10F5B00086053F1ADE8E78D7E7FEFDB53F7F9BA715 +:10F5C0007B7F6D223BFDB9CBB80E0CF89923859853 +:10F5D000DFD9877EF8E83778F9D927726009B283D6 +:10F5E0003D229E75E16336A2EF73CB03A36BB85E39 +:10F5F0003776E1FE42F0DD737B7FFA28CADF79DAE5 +:10F6000046FEEE77A41FF0C01FF69D7E08E33E9DE8 +:10F610005C0EBEFFCE53CF0F019C16FCE8C542C462 +:10F62000A19C7DE24755947EE2F12BF03DFBF80F63 +:10F6300087CC21652D5288737ABD9F854F269DCC3E +:10F64000E0F03BFD9ED3097E9648575FB4DF85F01E +:10F65000FF52BF6BBB32B0FF76A768F82ED8FDDD36 +:10F660000FC457392ABE2BA87C0187CC480EC7335C +:10F670002942AE2FDC6D8B83FFD06DF1F838C3F5D6 +:10F68000999FF07AC322F1F9A7B95EF0133E6EE9B3 +:10F69000B9D993203FCF48BDE734FFEEE1F51B79A0 +:10F6A000BE9BE79F93FA41E23A73B3853DD1B837E9 +:10F6B0007EFC7DE6FEEBFBB2851E518A9353037FF1 +:10F6C000C8B5F5EFDF1E22EB3FF1445F7D93F04FAD +:10F6D000A02FBE6EB9AF5E50F4FB13EC9E3CBE5F34 +:10F6E00016CAF34E3D7F2133AC9BFC158134C0BD5F +:10F6F0004BEA719F58C4BE3DBB3C3C02F1BDA7978D +:10F70000370DAB31E863F3B7DDFDB297D34DC39E40 +:10F71000AC0A8A3197F90D8F1F4A855FEAB24E0B0A +:10F72000C9B3B3BB0F6DB91374DA6961C93E2ACF8F +:10F7300046F9BB9D2FA5C26699FFB0BB02E7AC7A24 +:10F74000FBBBB67D7D588D81EF7DD17DA8F387060B +:10F750009780C3F323BBC6E7F1FDB6709B1240B59B +:10F76000859D5FBDF17AD8360F9BC8CF5165662164 +:10F770005305D6F1ECCBB93CBFF1C5ABAAB01EDE48 +:10F78000C574E46F50439387833F3D6A217F20CF48 +:10F790003FA2723A3B58BAC97A8AAF6356B6B0975D +:10F7A00036DCE4AC839EC9FB3B0C4F4BEA2E25288C +:10F7B000D36FA27E4F75672AEC973316E73A250D73 +:10F7C00074DAF43BCC437B4AF4CBA262DEF5D23F41 +:10F7D0005EB7DF42F64863C7AAD431B0E7FE6D5288 +:10F7E00010C7D4DBA1103FB86B5B3C7DD5F1BE3DAB +:10F7F0007CDCB3ED29D4FFD9AC4821F4ACB329911A +:10F80000C274D19EF860DDEE5FFC037CAF3E12DF78 +:10F810003E911EBE23D7C57FA546BABA906E98D931 +:10F820005C152B6F58CAE581E13CA2E1ED8D56E8ED +:10F83000EBF553AC9F3B1EA74BE623782491BDB458 +:10F84000F03256E31371058A9DF77F16FFE2F6E06A +:10F85000C269AC56CFA7F304D03527D9BF1DFFC569 +:10F8600003264EDFB9401EC737FB7132F94FDF79EF +:10F87000CF4AF2E36C0F572CF8BA177B468CAE31A7 +:10F88000CCEFDDBD875231BF777DD1D4740EAF7D13 +:10F89000D8D748BB447A61CF06F247AFE83C948A98 +:10F8A000B8A5859D1974AEBCEF29255DE5707EB7BE +:10F8B000E7B164D6CF3E5DD023CE8D13F9902E5F95 +:10F8C0004FE29F5C0EEFCC0E3E9A0D383767901ECC +:10F8D0009093D154DED44F7F7ABBC7B27D425E296C +:10F8E000A27D8E6909D5FF9527F438FAF154770582 +:10F8F000717FC833890556F12A7F3105EE750D8673 +:10F90000BC0C5BC97E6ECEA271EE621C2F3C7FAE3A +:10F910009945CD9C3EE742EE5E416982DFDCDD4ADF +:10F92000042A5D4A8B2DEE9ED3FC365BDC39147BBA +:10F93000D850CEE15F0FB99A4AE73C51F84517EC31 +:10F940008AAFBF904569DC86273FB319FB85622BE0 +:10F95000E31BADB06BFE2EE1F32B4FF020D69529C3 +:10F96000E3077A7F6D11729385BE8CF52C9472FC3F +:10F970004EDB015A5FE337BE316C1ED747DE5FFABC +:10F98000AD61F332A45F01FB7D9B22E8AA86450BA3 +:10F99000F8FC6649FD66E17E253A9CA7EFE4EB861C +:10F9A0001E71F5938A96C2E5D79D76A6A582CE5E96 +:10F9B00017786990EB41BDB40AC04FA3F1FE28F15E +:10F9C00051CFBA685D5C7EADCAE6E32DEEE13C81C5 +:10F9D000A78E1CA84A03DDFC8DF357EC47AE97B009 +:10F9E000A4F40BF19B08D7BA8713E06C846311E091 +:10F9F000178F97C5CF7078F643679B25BF3FC182AD +:10FA0000717A26A7686107AE50849CD0A6CE049F69 +:10FA1000DE32B3AA0AE7950FC21F962B3B1A093EA6 +:10FA2000C8F4F8BBA89D8FE318D197A6F2AA952237 +:10FA3000FD8FEC6593B771FD7F8B25EC851F66CB41 +:10FA400054AEF70ABD25097ACB3FBDE17F039F7312 +:10FA50004DA19771C4FEF698E010A2CBA502CE5B33 +:10FA60002B9A86357D8E5E9AC3C74E4E97F3831EC2 +:10FA700035DC4971485ECC89E7A7148AFC942B1CBD +:10FA8000747F2A47E586643FF0D6BF39666EAEA71D +:10FA9000D397A5E0CB074AF99CFABABE980365094B +:10FAA0007AE7654D7B405F39B79555ACF2C7E6B94B +:10FAB00045E1FB107AF3B7C5FD99E4FD7BA279BC63 +:10FAC000DEA25A1FF91FB36E3E5E8AF8A5CB73847F +:10FAD000BE9026F5E4ED0A6B865FC0C3E95DA940E0 +:10FAE000BAD5BB84E7573EA3905EBDE89931A645E1 +:10FAF0004E5ABFD0AB939BDA558C7F7B298DCFF1CB +:10FB000072FB349E1FC8F151BF5EA7A057CF4ACDEC +:10FB10008F7ED20E86EE7E89E026E2CF004F5AB766 +:10FB20009DAD83BEEC612B14D45B9325E862CD1CA4 +:10FB3000A10FC1944D4B17DF37F9975BBFCD16016D +:10FB400037B343E437639CCDA9625E59AAE9F6A9AD +:10FB5000D0FF2B443A7D9912DC419BB155E0D1C6D0 +:10FB60006AB14EE4635D7C1AC13D4E037CC7369595 +:10FB7000631E3983C5F7D56EBB86389D5733753DF7 +:10FB800038EA043DB1BD5E1572F31E29EFDFB704FC +:10FB90007346408E1CB530D82B998509F58B4B5593 +:10FBA000C88D7BA49CFD2830360D4CE2236730CDF8 +:10FBB000CDBF7B2DC25E48C4FB6D39421E369ECF41 +:10FBC000631183FC689CF131D90B8DE70BE3F2DF05 +:10FBD0005DCE5732D42007EB0ED2FDD145AC8B421F +:10FBE0009717759A58C4B07FF72689713FF9938D9E +:10FBF000F8D5D73A86EEA07866E64B9D9612DBAF35 +:10FC00008DE74D4CE37BEF1A934AF51B6758C9CF3C +:10FC1000D8B8CED48E73B9C6F356513E48F4D778CF +:10FC20003E836938E336F37E86A3DD076BEE04FE80 +:10FC30005F5428FEACF17C3695EBFA70E37945D43D +:10FC4000E7E3421F6CDCFB895C9F99F24FF10FE404 +:10FC50008BB6D744F2750A97A7E0B7A722AA56C277 +:10FC6000F1732EF01792A7A7F4783B39EEBBCB398E +:10FC7000431D1ACB3FE7EA26F99A8B380EA47D2262 +:10FC8000ADC30BE580D3B9193AFF889AD1EF438110 +:10FC90000366DCF769081C18CF0CF412836B32EE94 +:10FCA000F4F5C1357B555754E5BCE2FB5B5FFD6E57 +:10FCB000D9304E7A0725DFD27EF35DC4E9649BD448 +:10FCC000383E8698243DCE1824B25935C9F3BADFA0 +:10FCD0007EB726DF9096F5FBDA6B5D936B46F37D7E +:10FCE0005A26DA776C3DFAAB95B820A8CB35736FFE +:10FCF0006128C590B627A49D3C3DDC90762594678D +:10FD000026947B12D2F9A2FE6D69DD5799B84DD9C0 +:10FD1000B9F5F793110F715B5EF7D7716FABC5F44F +:10FD2000E6E41ACE5FE7560ABEB478BF42FE561D1F +:10FD30007E8B038CF45567A0DB0AFF697265E06572 +:10FD400095D76BD8AB509CAEB3734F147CA601ED26 +:10FD50007C86769D42CF6DE83C49ED06ECBF54A50C +:10FD60007DBEA1F414D55BB4F43D2BF4B6F5659BD0 +:10FD700042909B21D527FCF04C0BE6F1868BF74E89 +:10FD800065220E55F0D373DEE021CC477B51A17381 +:10FD9000CEBEFD877E9DB1FDA1D7FFE3F0FDBF473D +:10FDA000BC4BF23D1FAC30F3FA7F5AF4D7AB30DED8 +:10FDB0001F516514F8736418E4CEECBA3B8621FF3A +:10FDC000D645250730851396EE47103FF2FED6F74D +:10FDD000269B39BC4EA47417200EF9839CF3229DF8 +:10FDE000D5FD08E059E7F907C1F744417781CAD347 +:10FDF0001FE7544EA1F292EE4790BE625B8E480F11 +:10FE0000EF2E30F1F6159A670AE0DFE112FCF051AF +:10FE10006E3783AFFE31412E9F967CE6CF4382271B +:10FE200073E0DF6A1072F1110BCE2A383E1FEA7EB2 +:10FE3000AA83C3E1B66F26D3F96DC7BB374E0A0953 +:10FE40003885A087E708D237C84733E94BBA7CD456 +:10FE5000F19152D8E523F99120BF1ECE0ED67BAE8C +:10FE60008A7DFFE1E75F3E8F7A8F4FFADB9ACA7D8A +:10FE7000BCDFD9B39D810D149FD07D15E8F0C1245E +:10FE8000B12EBE7F08CF4E89974FA57CFB3447D853 +:10FE900095D1EC71D42FD7F7353BF039D54A7A5943 +:10FEA000DBD4A0D791896F36C541C7FC1F16B27746 +:10FEB000DAE47DE7B64525E49FEBD3F37F68A3F64C +:10FEC0007CBB0EC13C66811F19F8705BFD582FDDAD +:10FED00013F407BDE02F3ADF64E6CE2CF8F1753E4F +:10FEE00089B4E08F0AA5757EC8775296F13EE62D5B +:10FEF0001616827D704BBBE0777DF90ACF2F8BF50C +:10FF000073A9F96D6E312F5D4EE6ACEAA438D39C2F +:10FF1000ADFE74D2272070A197B50EDD0178FFD316 +:10FF20003B8DF0D136F5B1A43BCA62F49C3634382F +:10FF300014F9B3645C9C4E37F8C17F37F77B39ED19 +:10FF4000881FA9F7083CBCAD72BD8BEFBB37BC0264 +:10FF5000CFF5F0B5D3D745E5B359F7D7B13FFE0795 +:10FF60004FFFED789AFD9FE069D1D2BF5E1ADF9412 +:10FF7000FB728B12B5E408BE29FC0C3C1FFA8427E7 +:10FF800027DC88FEFAF49B6F2DF2521C929C4FF2F4 +:10FF90007DCFD7DECC93B72D38DBC76F98EF427D8E +:10FFA000FCC41FEC2DF0F79DB076927C38C1EDCEED +:10FFB00015E0A3D22F7842AEBBEA9B0B5F85FDFD17 +:10FFC000B2479CA3C3DE6746BA5A1F78E3DBFDD273 +:10FFD0009749D87D2F9A48CFEFA3AF8EA1445F49B0 +:10FFE000928E724D91EDF34167373BC94FDD56A2BA +:10FFF000925ED4F68DE408F4A2367F37C1B76D94D3 +:020000022000DC +:10000000CF05BEC9E98BF0D73BD34AFD0280A8FFDC +:10001000FE8CDC08E0CFE94D8C3BD34EFC9349BB12 +:10002000F8FDBAA208F07B0D82C0515EA252FB1807 +:100030001DF6A64E35D0CFFBD2EFF73EF4A33443E6 +:10004000BEF43370BD20D5F8FEC6C5F2753ACC5E5D +:10005000A5EF0741776F6FCA21BF31F617F6C14F81 +:100060003DE2BC4FE7C76F78C34F03DF7D7AB66EC2 +:10007000E73F5840F4BA3645D0F5C349E29D8B9F1F +:100080007A045DE9E33FCCED12C81F6E8F3F837E9B +:100090006E67389BE7DF9CF0CFBB31EE529D8E43FD +:1000A00056D0DD9DD20FC096C5DBAD889FEA4B9B35 +:1000B0002E4CCF0F0A7FF8057E06F66F5B7C3BA1C6 +:1000C000F72497F55A40EF5B93849DA7CBB76D3823 +:1000D0005CE3EBDBC6F18FFDA9D7FBDBBB0E157133 +:1000E000CA47A53C3BF2EA8834F8C775FB3CD15EB1 +:1000F0005F8C25F07E1BF9D8F02F373A7CE4C7BB24 +:10010000C624FCEDBD1DB638FA38B5D72BE9273823 +:1001100087CA57A4F8401F688F7535729D7074BAEE +:10012000A1FEB6A1A2BE4E4FCF2A929E22F5D84F75 +:100130005AFD650CFBA3D121E8F1DC7A533BF6C5EF +:10014000B9AC703DDA9F9BE9C08D21D60848A27FEB +:10015000ED5FCBE1EF3A6516F4023FB4D14FD0A783 +:10016000A7F37FE3BE43A29ECEF33593311F2493C2 +:100170001D3B5F6B90F77916AB27872C31E8EF8832 +:10018000C1257F1C2AF9637403F88DAEA0EF6113BB +:10019000E1A7BB2A64A0EBBE7AEA29EA6F20BB7B09 +:1001A000F1B6BFD2BD259CBB19E9A221463FCA6763 +:1001B0000AC637D093C11E27BD1E7EA01A46EFBCCB +:1001C000A4C874726D17BDBBD228FD415907BBC7C7 +:1001D000635FA5547632D8E78D3D62FF5CBDBFFDFD +:1001E00010EC77776D5701C8BD51FA39757AD3E7AE +:1001F000396A7FAB0976C9C1F7049D559F9A3313BD +:10020000FCFA0587B71A7EAA7F7AC383BC5719FC0C +:100210001EAC93F8D4DCAD8A0B74F0423A0BBA08EA +:100220004EBE62C0A9DA2ACE419676FBCBEE34D818 +:10023000A5955E11B73E9ECB072FF4E301E2B22BEA +:10024000BCF23EC689A430F4B16A4712F1C1073747 +:100250000DDD61F3C7C69FB7C59F8EF12BBC425F12 +:10026000FBA73754E1257D3A5085FDECF78A3883AA +:100270006AABAF1876D60B8E9C6AECEF89FA399A86 +:1002800036A61857B7AA3D02F613EDB6680A9DAF19 +:100290006D1C06FE34759E43E88B6C0AD149ADA4F3 +:1002A000A7FBFD020FF74F14FEC6DF299D99906B47 +:1002B000AA7DE33DC89F549C12007E8E2AEE02F870 +:1002C0003959BDC57DDA1E7BD766603F8D999D3655 +:1002D000C455DCAF70453B9DBEE4B7E15F0DE92D31 +:1002E000D83E90DB0E1BC913948BB80CDFC3907BF8 +:1002F00053EC367A4F2305FE2FD13E08BFCC14FBBA +:100300002FDEC4BAE1CF03BFE4E541BD5F51CE3A71 +:10031000B14F58C0F2AEF1DDA5ED49C2FFC7DB69B0 +:10032000E0A729B8BE28DA45C5B8F96E9CF3EAEB18 +:100330005B65E92CC7FCB4455CAE413F1FA3D90AFD +:1003400033C1A793CAE1DFDD95628DA6E39CDA2B6A +:10035000EF1D321FD981A7243D14A75AA338DFD639 +:10036000E9CF9334A601F4A2C3635512C70FE4F09A +:100370009D8E00EC79CC43CE270E4E31B808BFFBE2 +:10038000141A2A06174EB735AE0A237C9C519C8757 +:1003900027C2652078E8EBC07CD3532F84CB367519 +:1003A000CF42E2E7E71C01E1674B8013B2BC249F18 +:1003B000D6617D8B5998FCC38BED2C08BFD47CDBB8 +:1003C000DDE49FAD937E6F06A71FD74BCEA982EFCA +:1003D0009E7B42213981731523BFC4398931DDA049 +:1003E000FB797727F863A5BC5B043F31BE9DF1ED37 +:1003F000386727B9D8B837D1EFDDC79F12FC6062E4 +:100400005F3CB4C54FFA6037803D0A992B09CFF0A5 +:10041000AF09F91FF4C29FB3A5BEA802FEE664B3FC +:10042000D023EFDC3874C70AA90F408FD0FD72FAD1 +:100430007EFEA7B7FAA7D8DFEDB9D54FD33E8773B5 +:1004400067D4E7ED27314FBD1EFC729F774EB10494 +:10045000FC8FEB3B3FF7FA68BEB5AF94E440CE2E7D +:10046000517C3942CE0E894B9F3685E99C42F7ABD1 +:10047000D7E39CC01483EB7CE98F9FAFFBDF399EF1 +:100480007C097832A61718F0E433E2A986455312A6 +:10049000F0646CB798E309ED80A7B8F8F036B1EED8 +:1004A000DBA59CD0E9D6BDACDDC40C7E8AB48AA0A5 +:1004B0007F35F4CA572CE45FFDDF922E391EAAA0C7 +:1004C00017FECA53BD17F076C0BE29837ECFEA80DF +:1004D0006FF873A7C1DFB53C3C0CF1751CAF55D369 +:1004E000FA91931BF625D5814EFE2AF7BB9EFFA8F5 +:1004F000D74269F2C3438F586F937AADAF10FD5462 +:1005000015E9FAA28FCED7E7C9F3E5C53739C3E8B5 +:10051000EF943C27F89B57F81FFEE61571DE7A5AD8 +:100520005F9F1E4F013FB3D14FFA8FBE7AC2BFCB40 +:10053000CC618ACBDC628924DD49FA57C80AFDEB1D +:10054000C377055D1C3932B71EF3FC708683215ECC +:10055000C1942BE8649E3CD7FA90F9A43E3684F40B +:10056000333DDDA777B59BE2F4AE9E5D3952EF6A6D +:100570008A8B9BE82BEF19A2EB591AF4AADE3D49AE +:10058000BADE1EC4BD03EDD9A1D23E656417F4ECFA +:100590002FA0FAA71147C141DB630E6FC73ED33AC4 +:1005A000C5796D8FD4A31A179CBD02F2BD8709BE11 +:1005B000ACEDB791FDC1CC1AE953A7FBF4F948DEC5 +:1005C0008D067CEE93F1870DD6E810E8F33D52DFFF +:1005D000D2D3FAF93FD2B807F982E4E70D0E915E63 +:1005E0006D0F0FCDCD427C8EB0B31A5279BEF3524F +:1005F000E0C3F985A00FA24F9443BEF4EC1F1EAFD9 +:10060000876E177AED198B68AFFDCC2FE1D35B0AAB +:10061000FF6F4F4F36BDCBF67EC84AF73B7AA4BE7C +:10062000A9C365E599C7F280B79E3EFD52C0638BB2 +:100630005C479BC5573802FA15F43A9C73AF1371A7 +:10064000B78D91BFCC869ED758F7E96D949F104720 +:10065000F1BED2FDC0109A87870EE317BB44990EF6 +:10066000873EBFA0D45359666F767FFA66E399350B +:10067000218A476322FEF86AC9722FA897303ED9B3 +:100680005B5542DFA6F3C684B80D664C9B2E4CDF4B +:100690009EABEF93F8FC39F0295F8579C4F7F7B684 +:1006A000454BC57B01BD6754C2D7A2B639B7218E71 +:1006B000E38F59E13AE07FDFA6B555F21E3BD1ED5D +:1006C000D5EFE4933DC7368A73DEB72DC1DBB04F5B +:1006D000DD3551EB1D06F82CCF157AE15C9BD4DF9C +:1006E00039BF35F21BBDBCAABAFFF390EFC875A4A1 +:1006F000C8782FC66EB4412FD8877FFA8CF5049F37 +:100700005A8EFDCDFB1BD423FCCC57F7F41EC05DE5 +:10071000E486CE728AB718B42C4AFCE16D0B8BC20A +:10072000DFF4F6F61441BFF08FF27EE78F14FDCEB2 +:1007300037713BD41007B640E26DBE8DDBAD9C1F18 +:100740003FBF7B8C2985F7BBE061258078DDAB2539 +:10075000BF86FD3208F243C609D5B1AE35DDBCFF18 +:10076000F92DCC3E92E2C422A63C8233A37391D4ED +:1007700091118A17D3E1C3E54E732A6FB72018A1F0 +:10078000F390C4F80B668CA7003E70EE6FD0731622 +:100790006D5C4F71047D7A4267625CC0BF6DF1741D +:1007A000A3C5C9515D7EEE9670D4E5CA40F294EBC4 +:1007B000418FE70AFC89FDBC4721782E624D220E4D +:1007C00040CAB344BDE5B449C8DFF9B656FAFE3CA9 +:1007D000D74FE32D60DDF27C5BE83117C3FBCF25FB +:1007E000DE757C37F4B0E8B5BCFFFF25E7AFD76B0B +:1007F00058C6A28BAE105FD80B1CCE42CEDB859CB8 +:10080000C7D77109F23E51CE27CAF544799E6315C8 +:10081000F25BA70FE3B923F49AAB97454CC0F3CB37 +:10082000CB8314FFB4D49E7A05EEB17E9224BE1A17 +:10083000E00ABE782289F4C6FB4C816D47F9961810 +:10084000BF56E4B33F2713BF5CB55EF0BB55F23D26 +:10085000DB0F73857D7542EE1F739E80D3418C53F1 +:1008600082FB4AB534DE787BB919FB7AA2EB83426E +:1008700033E889F31D2787F30449EF8B6DD135F0F9 +:100880006B1DF22EFA815BBE63817748C7E31F3C84 +:10089000FF3D4BF887B8483F8EF99A618F8FB68736 +:1008A000DFCBE5E38C1D32C10C79B53279F1687A82 +:1008B000E79005CF814ED258F0FD5CF2EFE7BB4EDA +:1008C000275F4887FAFCC6B2DE4233EE11D84FDE0E +:1008D0008B7EF4F926CEEF905711F64FC2BC1AEC7E +:1008E000E11F20149DCFE733CC479F67B53DBCBFC8 +:1008F000DB47F3617957D17C94BCAB069E0FDC7566 +:10090000A04FB33D85EE351AE2A493A9DD71A5DFB2 +:100910007B1AB1B861F13DF41E2B829DCED689774A +:1009200078C7493A1EE7B49DC4BE5895C2E83DD485 +:1009300043CC1158C9E178D0C2F6623FF2EE8A8DFD +:10094000EFB21E62629F69C745FC92621771568CB6 +:10095000857D886F3D94640B125FF6F9E2E2937532 +:10096000F97CE84F05E4573C98647382BE787DCAF1 +:100970003FF8A7E44811D9C886F8E3A20BE9112A89 +:10098000660FF8E29A267A37C5C33AE91D9971795C +:100990007EB9DE2E05F3CBBF8791DC662303F29D83 +:1009A0005561CF8D95EB489CDF58BCA30B3C3AE3D7 +:1009B000ED36B6716BD008AF8380635A0C9E3AFC5B +:1009C00012E77DC1FAB771B85719E06EB7D1BBC64F +:1009D0001C7B2C2FBD9FF60976DFD73DE189C0F740 +:1009E0002716AEF741EF9E6A2739995EDB4BF76A0F +:1009F0004FC4DE6FA1751E92C3AAC9A3F3116F7A0B +:100A000087DC7F89F3D2D793B8CE4438E8F3BDD8DA +:100A10003A0FEBFD25AED73540FB8475FEDA1A9A06 +:100A200087759E60DDC381DF673117835EAEF3A9F2 +:100A300057B01F4B2ECEAF186BFA92C07FD395F8EC +:100A40008EFFCA9C8F32E93DCFF937E07DCFF1139D +:100A5000E6DC83F473F95FBE01F1F7E3C72A74EEB5 +:100A6000FDCDBCF10FE27ECBF89BE7DC9385F72947 +:100A70000ACEDE9089F25B14794E3EE22BB8D73A6B +:100A8000FE768594AAFF53C0EB97C1BE0D5B706ED6 +:100A90007F9359BC0BCBBB081AFD55CD79E25CA006 +:100AA000394FE81DABF37C942690809FCE10F15B0C +:100AB000DCAEB04CA379872D98F76BD7722E948655 +:100AC0007EC3051B0DFACDB189B65B8365A29EF18D +:100AD0005C685B9E12E7174FD46BB64A7AD0CF2F73 +:100AE000D1FEABC38DE566E15F96F373FA847CC3F8 +:100AF000BCA60F175FA3BE796CE6987120E3AF9692 +:100B0000FA9BD1DBAFADE14781C743DEF752486FB7 +:100B100033770FC73AB0FFF6A5D3F9B388AF708B20 +:100B2000F39A71B5815DF7F1EF318E5BE83587524D +:100B30006DEDCD7C0947E43C8FE8FC88FF5A74FEDC +:100B40002BE501DE6FD2F9EE2FFC5B89EF4FC2CBB4 +:100B50005F83E1BFE9A2EF0DAC97BE21E6B2E03BB7 +:100B60008D05E8FBFE98EE2AB2BF63FCFA59CCFB78 +:100B7000BD02C1AF5F4E7E80E4D39B181FFC93453E +:100B800089DEFBF848027F1C908F607AD9B1736BC5 +:100B90009D8F2961CE3F517F8D46FC2C8D855FC294 +:100BA000F879F25DA802CECFC89EEDE363F1FBA514 +:100BB000EF7C699842712A5B9353C9CFF9DA30858B +:100BC000FC9E2F406601CEE58AFE0EA009F756096D +:100BD0007EBC9309A5CA1CD81F136A73E6E2BB55F5 +:100BE000C279C2EC355D98D784D2A3B3907F3DEB38 +:100BF00036A3FE5770059CF42317BD7B33B54C29F3 +:100C000087DFB0E248EF41BC3732A54CC43907A2B8 +:100C10005115E949A56E8A9B1EF1AA485F3FD24D46 +:100C2000F712873FD3BD12E9AF04DDF4FED495FB84 +:100C300043E3B2D0DF147700E5EED999741F834DFA +:100C400017F4F1D6F23ADAEF89F89EC8B4E9D783FF +:100C50004E5E2FC2F334ECC3BC21825F848BF776E7 +:100C6000F3F65FF5340630BF51F35A4DD8974C7BFD +:100C7000DC04FE3843E2CB1D16711D33C2532D73C5 +:100C80009D440FF7627D9C0E3ECECB8AD1854E0FE0 +:100C9000CFA9129ED3243CCDE2FEE3F4B038DFC0EE +:100CA0006F7A36DCEFFACF457ABDCE1F8F29B2FDC1 +:100CB0001CF16ED21B6F7111C6E9AA26E4AF019C2C +:100CC0008911F079BF79AB8FE464CDEC9B2721BF0C +:100CD00026BCB68B2E13BB0CF77140576F5BE3D26B +:100CE00087249D7AA62BE4FF61C6FB3826C4BF8902 +:100CF0007BFC1EA790DB39616BDCFD1EE8E7C6FAC2 +:100D00005C3FC9CA27B96AA6F8B352197FC6A98C35 +:100D1000D651ED54227847EF79BBC2AC040716B127 +:100D2000FB698B44111F7E4D24341574C4D3419349 +:100D3000C19EB959C2DF925B6B01DEDF1A25DE4F1F +:100D40007A41D9782BC1E72DA74FD22BC9B327649D +:100D50001CDBE51E661F44F252D1E0CFB8FCF95C03 +:100D6000711EE811F74A2E5B22E0367DB6C2F07E96 +:100D7000366B71D0BBE77CDCCF3E33DCE7BE79B6A7 +:100D8000B0FFA72FAB8CC015F05C851E3FE7B3808A +:100D9000694F0B855914E7DE1E16A0F7FAEA0A55CB +:100DA000A39C7B7DBA1AB4639ECC4EE72CEA6C41BF +:100DB00007939C4A3BF6DD3125D29C4EEBB012FDE9 +:100DC0001EB384C664611EF67001FC63D5E79359B7 +:100DD00074448CAF554B7951C0E9254471DF8AD9F1 +:100DE0006CE017897C068E33CCC7DB97D658A6FEFD +:100DF0003E3F8DD34D704ED1F50F69BFE8EFF45DE6 +:100E0000D3ED9E4B78718AFD5DC0B3716E352BBFFB +:100E100048C42DCEF8C59BC8577C824E8EBDC7AA4C +:100E200030CF6303DC27BD3D5FF0E997FE745701C7 +:100E3000ECB36329A102D8670DF93ECA2F9E6EA3B9 +:100E4000F7FA8F79C3947F4CDE3741FD9348BB435B +:100E5000056EAA2FF438D4879FFC5841B8C0F83EDD +:100E6000D6B124BDDDD07CB43B98E5CB47BCD42FB4 +:100E700067E62838D7589C2FE46A71A98DCE03F411 +:100E800076C533D676617CAEDFB3BF802726F0719E +:100E90001CE7A4540CCCBFAF813F0471A35C214775 +:100EA0007CE803D6C03A13F4F99A88F48BC6F3E5CC +:100EB000BE38DE77350BE4C74C7BA00657C9F94F27 +:100EC0005D971DE3BF6FC8FDBA55E70B924F6FBD2D +:100ED0002B8DFC1CAFCF49E0E35709FD604258F26F +:100EE000ED90E0DBF819F9E284D96BBB80B744B927 +:100EF00037B6647033D63B212CF05EC342545EFBA0 +:100F0000FBE629102F37325FBF7251E77F81A8E0DF +:100F1000FB93CA04DFAE38123884F4944A9D8F0BD9 +:100F20003E3FB9D44F72E0ADBB7E4BE997AF51A8BD +:100F30009CF3D59DF957F5C7FFC5FAA616BB693FC7 +:100F400072BEB30B7C676B9FDC8F5E92DC5566BF15 +:100F50002CEC9104FCC5EC06216763F2956988E3EB +:100F60002B70AAE2EF50B026A53F39ABE3F3F7317F +:100F70003D24DE9EB8443DA06F1E4CF8E3F4BFA7AD +:100F8000C15BBA603FE6CBF65576A625433F982E67 +:100F9000ED2B69EF70FDE097F9063BC7033B07F6C1 +:100FA000F7C8C002B769E0793BBCC1DF00EEE34C93 +:100FB000CE00F8DA87AF8B77A62606678EC339E7AF +:100FC00024165E6DBCAF3C94EBEF66835C1816B1E3 +:100FD000731B3496BE7CB72B2E3DBCD31357FFCA70 +:100FE000BDBEB8F2722E548CE5238E04E2D2577542 +:100FF0008D8CABFFA5378371E951DDB571F5AFE994 +:1010000009C5A52F6361158BBEB677465CBB0F592A +:10101000249DDE3BD3825DA5D9741F9D7ED79D0F95 +:10102000C7B51F2EEFBF8E61F571EDD933E25D823A +:1010300026FE1FF07759C2BB0443E4BBC9374DB746 +:10104000C4BD6F3004F76453F18DAF9F78DF552D29 +:1010500048C924BBBF925542DE5E801FAE6E810F31 +:101060008CDDCD22113FD64375D965DBC5FDDDC4CE +:1010700075E9F76199E94933EAFDDDA7303CBD66C2 +:10108000F3C4E333C9178FCFE4D2787CA604E2F12E +:101090009936321E9FEE603C3E336AE3F199158A21 +:1010A000C767CE8C787C7AC3F1F8CCAB8BC767412D +:1010B000533C1E072D8DC7975FAB8B2B1FBCAE29F2 +:1010C0009E1E253E4B362E8D6BA7E353E3FF7D1E00 +:1010D0003EC73A5B55D8D5B5BBE2DFA9B854BC5E74 +:1010E0009B80D74BBDC7CCF9DED802F8AF58A839E2 +:1010F0005DE83F71F6CE2FA5BC38E4BDBE064F8635 +:10110000E01767FF0C5B4BF68FAEEFC01CC6BE98B6 +:10111000CCA2C4E713F5F8A9E0F726F0FDDE4233D0 +:101120004F2F3645D7407FF8D87BF48462227E7DEE +:1011300033E673AFA395DABF9CFC34F57FF073F808 +:1011400032CE0D2E950FF6F98F6E68223F8EEECFC0 +:1011500019D08FE32B88F137629E1AF1B7B14BC7D4 +:1011600086703FFB138B88E3EC9D28CE05C77E631A +:101170000CE5F7D94949427E8EB5FB0BA02F56D717 +:10118000DA147A2FD17937F955C6BE6AA1FB93AF2D +:10119000B58BFAAF9D29A27DC6F55CF2BFF5C5E916 +:1011A000C978A8D7CA03C79B50EFAB43E91DDBB191 +:1011B000F29EC041850535C8EB2C21CF5F4B3189AC +:1011C000FEDC0AC5E9BDE667A43FBEA69452FF7DDA +:1011D000E7597358DC79D6BE069788C3D3E3F4EE9B +:1011E00066F2BC93C307E5F7F87CFA791FE4586F01 +:1011F0008A1EA727E200B5513E8A23674CC42DEE14 +:101200006B73933D344EBEFFB2CF1CAA71639E65D3 +:10121000E2DEFB3E19BF774CE217FE6E8ACBD82880 +:10122000E35AF579B50CA77925CA3DF28F63DC8DB9 +:1012300049D23EF2ADC03CF62DF3053608F4C7D9CD +:10124000C1FB58E7F125A83F43E8C9AFB93BDFDE52 +:1012500004B8CCBC2CC031DB4727AF4FFCE199D799 +:101260007CB093D6D27957CD74F17E44AD6BCCC9A6 +:101270009FF07C6586A0A336BFB2D124E28F9E2E5C +:10128000E074913B58E0ADD6DF9184FD3756FA8982 +:101290007FD967CFC7EFAF43DE6F3FBCA49F7DD53B +:1012A000A727B18DF4FD0FF6D301B19FDAA9BDEEEA +:1012B0009FE6FBFE20F2F5F5BDEE16F8AEF9998D2E +:1012C000DE97273A37E81B03ED2B1D2E63DFD5CCC5 +:1012D000E8E2FD14B17E9DCF54E7848F1618CED37B +:1012E0006BD323492EF21FF5AF37BC36009C2EE09E +:1012F0003B138792DF67ECF431B4AE714CA3EF443B +:10130000BCB4FAB9FC67403FCCE982383FCC151633 +:10131000F01D0EA7BF16645DC87774BDAC0F2E8993 +:10132000F6D2A5FA63FAF4AD8BE989FDC36BBC7CF8 +:101330007FE32D9712117167C129DE6CAC5FFCDE73 +:101340005A27F6470DE743D8F793A59C6265427F7D +:1013500008F0FF30BFBF3367D80E3F5671BC5E51F7 +:101360002DDFD9A849782FA9CF8E94EF735427FE8B +:101370009DAC0478E8EB4D945BBABDA7BFCF3ED0DF +:10138000FABD8552BEF9D8D0CF7839975DA4B7742D +:10139000FDDE447EE997B26E9ED7CAE977E80F2E4C +:1013A00023FFCF4BD9B7DC7314E94787905DF0B2C8 +:1013B000F7AE5D281FF27D51AECBBFC185C26F591C +:1013C000A32A77C2EF555AF9D62C3F9FCFE1247656 +:1013D0002BD21E56D736958FE3292BAA58057E604F +:1013E00065546FF2958B4618CF7D47A01F8E8FC92D +:1013F00032FEBC004F3D56D0D70C3F448127627669 +:10140000F17EADF25E5F9E9935DBF8D7EAD9E874DC +:1014100001BE0ED1EFABE56F54A0DF9A2291BE3C26 +:10142000907C7230E6A328349FCB4B9528DE47AFE3 +:101430004917E5532A1ECF453C654DB55EFFFA338B +:10144000A85F23DFF94D0D862DC3B0DFA41FE49004 +:1014500059E0E3FA423BCDF779E7180BDEF5B829FE +:1014600024FC52378C5CA1409EDD140E56223E5067 +:101470005FDF9442F1EEDBF491A2DEF4D01CCB3CB2 +:10148000C3FA6F0AF6D2FBB837CD3869067F7923E5 +:10149000611F4FC53FD4D83E0EE11FBCFFA3B70E5E +:1014A00025FB70EC6C3FEDCB1B5990BE5F6561E294 +:1014B0006B33D8464ACF629DF49DCDBAC4FE3DD968 +:1014C000B77F076516D1FEBDADD0B07FBB92BF63BD +:1014D000117C237EDF0EC4C7F83E9F5778D5C0FB32 +:1014E0006C20FE3D76C6DD0F2FF15FC89F74BB37C1 +:1014F000C6C73B890F7D51FFB0BE1EBEBE6F627E68 +:10150000DC6EDA4F71E15C2EC01FCEE7FDADC27E0E +:10151000F8D3C17EF893514FFA8FF5A301F4A2CF0F +:10152000393FFC1ECDF312CF0F13CF27A3D9C1FC37 +:1015300022433C5FE39B76BBEF4AA443ACC8897B64 +:1015400055632A07F3F246E9D74AEE62C1769EFF59 +:10155000888C5FF70DF651BF1EAB8873C07B76F8A1 +:10156000C37655D55DA4A7F4663117F8887EFEFED4 +:10157000480A6F578176625FF7B5B7B36687A17D7A +:10158000F52D82FF7E7CBFF8BB2E1FBB15F2CB7DF5 +:101590003CD34972F4D403568A2B1B6C15FB315390 +:1015A000BF9F82BF988338A342E17F62CA410F9CEC +:1015B000421ADB405F3D1EF194BCD7F6B13B40EFD1 +:1015C000AA7F7C7FB6827EE7B594DC8071E7B5E4C4 +:1015D000FB055245FDA70B7DA29D2FF8C111AC6BF9 +:1015E000AA53C46BB17039FC803653E5243BCE99C5 +:1015F0004DCB7A8FF0F68B0A9CF477EC6A061D3F90 +:1016000086F7E5CE3C63A1B755EB3B6E4C8BA299B8 +:1016100039E8090DBFD07EA88F58E2EC9485BBE372 +:10162000D38B3AE3D38D09F221510EFC3EC6DF0382 +:10163000E0EF976ABF5CA7048F0BFA8F50FCC402DF +:10164000897F9BADA9A79DAFDFF66069C50AD03B36 +:10165000137131D9DFF357401FDD2CF9F51385A144 +:10166000B7B1AF6C83CAAE80FD553D68CA1CC2E7F6 +:10167000F6241FE4E9C778480AE91785FC6C2B14A7 +:10168000E56D0FD97C8A94B7575521EE45ECABC672 +:101690006D425EF29F5DBCB316B4039F6DD6A0D5BC +:1016A0008B76DF11F778EAB6DD457FEFA88175D13B +:1016B000BD876183047D359A9EB4E2EF60FA9B8317 +:1016C000C356F0F92E0C39E8EF2099FF65A6BF0349 +:1016D000893008C497A8F6A00BEF772FDA2BCE3706 +:1016E000D820E10F5DFF696B08FDE9F797ECCF4C5F +:1016F000D570A476DDBF6AE8FDAFBB96DE42EF4A47 +:10170000F5BDFB20E3D1EEFAC64CCA3FB4FD930C05 +:10171000F47BFA7ED5053A38FDC8982EFC1DA8BB8F +:101720005A9C3EF8D91B5953409CC7C4AFBB5911B2 +:10173000EF4FFCF5E13752C1E7FFAAC7A7B99A52AC +:10174000697FFB9A528DF7BF763E6CA2F70377B69E +:101750002CF9CD283E5EDBB4599558E775EE4A0763 +:10176000DE17D4CB75FDDF9C3EF231F09DEBFE65BC +:10177000A2FD60E6F20DF19D350F4EA178C79D21C7 +:10178000871BFBCFD7B243DE5F16F74476DE6F27A9 +:101790007EE5679D6BA07736B68C27FCD4B5D41157 +:1017A000FC07DFE8203D62E7FE14FA2B8C3B5D234B +:1017B0001D68BF93996BFBF33B470BC579EA9841D2 +:1017C000C26FB2F375F1DEE378D3E849909B8BEEFC +:1017D0005729EEF2F0B43F1CC37BD7FA7EE29A564B +:1017E000AEE073E2EF87DEA1D38B9C4FFD2E13BDDD +:1017F0008B76B17D651B349AE697B8BF766A01FA9D +:10180000FB0289FBEC484B8503FEF1C4FD76474B98 +:1018100011BD1FC3D689F7CF6A0629424FBDF47D9B +:101820003779503FFB8EE54F8B8B77D6F7999ED655 +:10183000F9BB7E0E6C0FB0608793DE2DA0F8F6A684 +:1018400041E2FE45D320F1772FCCFF58B2FBD71CE5 +:101850004E9F1486670D42DC130B9683CE7CBDAE83 +:101860006AB8039C323E8F158BFB6E5B2C2195E88A +:10187000D31CFEE9AF79BEA5A56E04F6FB22D9DF25 +:101880001385E1B998F7BC65E10F0E30D0DD65B482 +:10189000EFE79D9FAEE2BC0EEFE58AFBDAA16AFCA2 +:1018A0009D564B6688E852E7DB257CBEEDFD9C6FBC +:1018B0003F3048E847259921EA67B1CFA5BFA33754 +:1018C00013F6ECA30B54FA7B05BA1E962A71E7F7C0 +:1018D000317A2FCF3E52C0C33F52D526A4D238947E +:1018E000EF1C29EE7727574619FA2D4139A7932582 +:1018F0001E930FF764FC0176D2588FB73F89F2929E +:1019000052F12EA2CAEC3EA71D7F4E4E15EFE6B552 +:1019100089B44E071F6E54689F2EE13B157F6F08F8 +:1019200071F2243F2B85FC5CE2B1FA8CEF0EB5E737 +:101930008E590F3CB060B038537F8F98216E42F0C3 +:101940002F2520E2CDD89ADE97547F6C9EF3EC9140 +:10195000B1881B4C84DB3C39BF6F637E9C54AE0E58 +:10196000F074E9C0F36B18E48B8BCFD6E7675DECBE +:1019700034D3DFD3A9147C8DDDA3D2399C35D7E3D2 +:1019800094FC98E28DF298B82FF3886737D9418993 +:10199000F11C990EFEE57A4581CACCA047ABCA6A14 +:1019A000704FE23E3544E778F79936927DF2892A06 +:1019B000F4A3A724DFCE7785F6CCE7E3E599F6D04C +:1019C0007B7C9EA4E0D3627FC4DF1B495CBF276998 +:1019D000CC4F099E324E4AE70BD9AB247FAE5789D4 +:1019E0003FDFD1AD88789675E382C6BFBBFD90BA64 +:1019F000D18E799C1824F508BBF0C36CB99AB9E074 +:101A0000FFF0B0C036D3E018BE1A25BE94FD8ABCE4 +:101A100047C40594811FE97F4F2259C6FFEAE3DEE0 +:101A200051668EDAFA191F3FE3BCF5FAC9DBBBFC3D +:101A300098D740ED1E4E12F774D89A808FE2228B11 +:101A4000C2C70087BC55737C42BE74F901B7835E80 +:101A500061C71F4CF2E5E3BD53FD7ED040F7801215 +:101A6000F5F7C5D24FC7E59D66277DC84AF05C9C57 +:101A7000E8A77B51B9A47BD863F78FF1C22E6D0C18 +:101A80005955E8078D7B857EB0B8598DD8855E4E57 +:101A9000EF47F8A45F4E87FB20099F734AD00B3DA8 +:101AA0004B9B6A65F03FB5F9BB1FFD16F482FA3215 +:101AB000F2E7C5EE67BB1C88AF89DDCF76391047EA +:101AC0007CE1FD6C5E8F8FA72C13F72FDAE1FF828C +:101AD000FF6C1923FF56BBF4AF457030CBBFFF1727 +:101AE0006796B132008000001F8B080000000000E4 +:101AF000000BE57D097894D5D5F07D67DED9929904 +:101B00006412B20361260B0910C2244040401C122B +:101B1000C0A8A8C3A280EB0402246415DA7EB162D7 +:101B2000334880A858428D8A8A3A2020B488C1025E +:101B30005288740045AC5B5AB5C5A53411AA204B38 +:101B400022B8D0D6D6FF9C73EFCDCC3B214ABFEF55 +:101B5000FFFFE7FB9E2FAD5EEF7BF7B3DD73CE3D5E +:101B6000F7CE7AD612D08D60CC57CC5C9B1C8C31D2 +:101B700015FE81FC7A6BB6FF0127C33F334B602C07 +:101B80006134FD375BCF58718B15EBD923A6D9187B +:101B9000FB0EFFAE0AF9DEF418C3FABC2963CD319F +:101BA000EEE4D81CC66C391EA7D5C5D8DAD4A9EF87 +:101BB000448C842A7A1D6363A88A8F41DF9130A602 +:101BC000C8BBCDF0AF47747AC65230FB6DD3C47139 +:101BD000A1795EBFBBBDAF702A969BA16F59AEC005 +:101BE000BFACD93A99775B605D2B6DC1723509EA5C +:101BF0003788BCCF3E755206637E45E6939BDC304A +:101C0000DFD516A6192F747E6A58FF06E8DFEA9022 +:101C1000EDAFBB71125478245FE6B7AC76C3FC56C7 +:101C20001BB4FDE11A657BCCC8F16AD33E6D5AD571 +:101C30008FB101CC9DC7D219FB26D53BCA11CF98D5 +:101C4000A3CB5E180D55567E38A569188C15699F73 +:101C50000E833266B838833960BE8638C5EDC77CDE +:101C60001CD485B9D664A46DD0E39A54870FF1696A +:101C7000713AF21F8076131CF011E0EFD1D92935AB +:101C8000C44D08F4856A06E6DAF01620ED97A9DE61 +:101C9000490EC4CF8029874D88BF698373BDD07F2B +:101CA000E945D5CDA0EFCC0CA35F817AE666E6F6D8 +:101CB000E704F16D32737C9B110E54EFE64D38BE94 +:101CC000DFE1BD11E72FE924B3D961C4FE9E35B031 +:101CD00059482FCDE5693A2527585EEA00B842FDFC +:101CE000CC6C1DF5FF40F6B4420BF4A7C64C1CA902 +:101CF0007704EBA5D93374B8FEB47EBC5E649C4710 +:101D00003701EAA5357B13701E69AA7736AE3B6DA5 +:101D1000D67CA3CF89FDEA69BD231AFD960988CB3D +:101D2000321DCB84FEA6381C349EC15E5A82F50D4E +:101D3000B3CC5624DE273C9B2DD87F66F686C6346E +:101D4000E897D95517D6CF8475633DF5EE5BFC7ADD +:101D500067703E0FD8D5629C4781DE7B17AE9FF53A +:101D600019E3DE04E5FD63AF2D764531D657BF2379 +:101D70006F31F4F7A802EB0E59AF4CFFE454681E24 +:101D80000D8AC77723F2631E639B58B07C808B114A +:101D90007EEF7118A99EC3672F34C338E3BEF410D9 +:101DA0005CEE71A8B4BEFD6A7BA41DE7CDDC77CDE7 +:101DB000C1757AAC0EE26BE473A81F57EF70211D5A +:101DC00098E3DA1F1C86E52E9D2B9305F9FEDC6F48 +:101DD00012373C00533139BD8D480705FAF6876F3D +:101DE000C4F53CA80AF9D0FEF43D502F75BA35FF72 +:101DF00001C8DE1FD7FE7031A44F1998CF12CBD87F +:101E00002AD77D6E05CAF7C7313BCE2B12D094047A +:101E1000EDAD56C5CFA0DF11C0A77A1C3749F167D9 +:101E2000027CACAEAE77B1FF6B1DEFBAB07E911AFB +:101E300038A0E42257B833E20A88C4C51F54827C14 +:101E4000A1C865021B7D0A3407D4D2F05D1FC614F9 +:101E5000170BD8A0DD24E66E40FCED12787DD40887 +:101E6000F2049A3EAA33FB513044E6B8F536C8DF97 +:101E700099AD8CA3F9C5B5313DD24D1314423E2D19 +:101E80007B9A91017EE635717E9A23E890A9AE1483 +:101E9000CF50C6B63822A95F1896E03D8771B8B119 +:101EA0005546FF26E822ADD169C4494BBC31B694F2 +:101EB000D7C3FEA01FE37DEC4E0FD2ED088E4F007E +:101EC0002C95FFDAA1887EEFA33C30164FC5B8925F +:101ED000CF6A90CF1C5C6E980BC4F8909FD3AE7401 +:101EE00020DC3ACBCE47A13C98D3AA0F9880EE587D +:101EF000E32477BBE0CDEFD2048F2604DB3D01A4C1 +:101F000066417A6BD5FB915E83FDFC3DCA61EDBDF8 +:101F10009FDF09397270F6D751ED30DE13ADCF5A1D +:101F2000106E8F4E65AC8DF607A07A481354CF3BE8 +:101F30000E5A97EBE703619C277EAE67487F8F2A96 +:101F40006D6E3DA77317D2F99D19D3EE7A15F2B1D4 +:101F50002306E7E3BC925466D6033D1D1770893E05 +:101F6000087083FE1F5780456283F07D5C5993BCE7 +:101F700008BE8F28E6F08C2D76EBAB205D1DD335A7 +:101F800009F9B6EB1AC63640FF8991B5EB91FE13FD +:101F9000EFCCCE5F06EB8C18CEEE9C06ED4E229D6C +:101FA000C03A92A14D34C8ECA4FB7C4EEC2FFAA0B1 +:101FB00087E6D33534C2B501AA24C2DA6DB19436AE +:101FC0005AB01E5BAA60BD15F10AF1F38A1236EB16 +:101FD000C51C6223353A96A747215554D660C07672 +:101FE0002A5323F8F7061CE79128BE9E789DFECE63 +:101FF000A939B45F503E16F87C03CCE56F8E185AB1 +:1020000077A28915E37AF13BD20F4CC3BD03CA1303 +:102010008B6AF370FCC4749E3E901C5071BF788232 +:10202000F9D76E42B8661BED08D729D9878F223EB3 +:10203000A798598B1EF1E8329C69CF0EE2B130713E +:10204000BACE09E3749EFDF4E9E5F0ED91A553677E +:10205000CFC3F643AD9CDF7D3B5CD371EF64FD6283 +:102060003E1D02BC8BED00EEE7CF44E814D8908E05 +:102070001C498F6E87F94439391C11D62C19CA991D +:1020800023DA0EF33A72602095CBFC858F5FB32381 +:10209000D38EC5FD1BF1B3C9E4DFE00CCA1F6B4C46 +:1020A00002E91D6307301FE2AB6B87C5BF0148E043 +:1020B0005CBD6BDCC44CAA17A07ABBB2783DFD5462 +:1020C000B742F50C84A7530646FB94EFE5A1C48FF5 +:1020D00000AE12CC5B5F4E7460FD1A5DFB7654253A +:1020E000AC06E641BC59D7EB7C99D1417AB22AF0D3 +:1020F0009DE8376047FDE61CEA35C4FFEEA4E943DE +:1021000083F51A841CAF340606A27E23DBC97C8AC1 +:1021100089D5CA7C0CE4F789FDAE3282E7979BBD76 +:10212000F908F7DD465646FD44C1776B085CF2546A +:102130005A77375C3625FA512E235C30DFF5904D07 +:102140000BB7C7B378396EBAD8FE7E85DA1FCFD603 +:10215000058CB90497592F92BC09D8A786AC43C205 +:1021600061EEDACFFEC97283F098EB3176E8737BCB +:10217000C243B69B9B5F3A85013DCD5DB8E4064CFA +:10218000C3F7B3EE7A8D26A1ECC037F8E7469C334F +:10219000ACFB6BCB042312D34F7E31D588743B9FAD +:1021A000D5525AC69A284531A5033DCDD1A8D27A39 +:1021B0001C5B14BFC3C9C59E8E7451BB0EBF578034 +:1021C000187E0245B70FA4C628F8ACE814D4AF1C9B +:1021D0000D904F8469DFAFFA70FF597F34D2AF4062 +:1021E000BD9571B08102885736E8086EBE557C1FD8 +:1021F000827E933CB03E5F83CE8DFDD438B9BEB0B5 +:1022000012C439A6405A7E9A8F481B0C5C8ECBF1C3 +:1022100096325D00539DC2D395A80F587BC243F6FA +:10222000D760A835A3BED2D55F6747BAFDDAE89E6E +:1022300085EBF93A7620437DA5C156DB58CCCB8996 +:10224000A7BEB6048AA93C4FC7155C6433D46F3E61 +:10225000B0AC47BCCF7372BD291CDEF39AB4F9054C +:102260006BB5F972BF363F97795F4882A5576C0905 +:10227000EBC769A7FEE73017E1A7C1E0F88313E9D0 +:10228000F07E95E1FC97F6E370D3F5E7695ACCC48C +:1022900059B42FC6185926CD97CF3F2D2F56C1F9C7 +:1022A00036C4707EF8AFCE377C9EAB9D03397C413F +:1022B0007CE2780DC007025EA4B7CDDD667A16E534 +:1022C000C05C9B230AD7715AE9CAA67DE8219B838B +:1022D000CB0B3BEDB373ECBCCF2D42AE1D575C9BDB +:1022E00003D04EB7FAF9FB711F9BFBA03E1FF5E32D +:1022F000A2E95692377B3FB7FA4DD0BE0C60970CDF +:10230000F27AAFEB3DD29FC3D7077F0E55EEDB804D +:10231000B23971609FA0BE135A8FF669A01329A726 +:10232000A1CF8FE23D7B9CB48FFA87A830FEA7A790 +:10233000225C08C74774C777BC3682E424C9BFEA69 +:10234000255D9B19B46F89F7FE16EB9FB9FBC3C9D6 +:102350008A23B8FECE97B3885E46349882FDE3BFE9 +:102360005685E471FC4658C41590366BBF97AD0B8B +:102370006BC7FE650A9DA7D45B1E357A07A11EFABE +:1023800084A7A000E7F3A8A1A918F9FD1FC9DEDF03 +:102390003BA1FCC424CF611DE7BB81A8DFECFF7625 +:1023A0006EBA8A72FBA8D9857A08EAB1282757093C +:1023B0003D2EC9CC7CB87F4AFD56EA51E1FCF5B10F +:1023C00093EB25679DEE45A8BFB26F6156006FBDC8 +:1023D000D09BCCD617DDA8EFB156C58EDB49B583AF +:1023E000752C00F9656D55DCA96437E9C8BEA9B63E +:1023F000EA3A46C1F74CAB8EE0C632549213D5CDC3 +:10240000CCB700F06536BB037D1D54CF372A17EDDE +:10241000294E27721ED57BA632AF95E6518DFA0F55 +:10242000DA27F3605C03D81DF86710F6896196918E +:10243000F87D449CD407FDD44F66B3B7DB1ED1139F +:102440009C3C3A0FDF87ED9F4606E1FD37A73B3105 +:102450000DFAFF2B7E807DF78D24F73F10EF5FE1B3 +:10246000FE3C0CC4531A9FD791F7A6D33EFC15F33C +:10247000887DF9E668D4DB64FE53BDF72776E087F4 +:1024800005CC4772B99CF92965CD7D880EE6C3BE9F +:10249000AB02FCE7CF707F80FA04F265208C2F43FB +:1024A000F395AC8DCB71E0CF4008FD54A27E0F7048 +:1024B000AD32B34024A62DDA76D5AC8BDAD5ECF963 +:1024C000CE14D0F00DA7AB44FDA2BC5A8453987D26 +:1024D00020F57D6907B0155DAF127D5D66BD538E39 +:1024E000A604D40B1A153EFE64BDD56D06F8573D03 +:1024F000A423BE868EA68C2CC0FD89D3518D63F299 +:1025000029DCF7E2804D91FFCDBBF5FEFB9C54DF4B +:1025100015807CD5CB36F448B03247D914DC57CB84 +:10252000FD864FDA43D6B390ED988C22E62BF6A6C3 +:1025300011F9A3628BB6BCAA459BAF61EA27DD7A8D +:102540001B8C53F7F1FAB1AF84F0E1D8345B1CD1A6 +:10255000858339BF43B8EB6F8BF65E823F64FA4DDB +:10256000BD7FEC2B06C6AE52DC8569646FF88DC862 +:10257000870B55E6BE947DFA482AD7C30F592FF42E +:10258000F1869417E6F8C8FF505078697EF4A4F1FC +:1025900076916D427F557D2C26A47D6FED66A7F167 +:1025A000FDEC909197AFB645BA118E4946D668CEEC +:1025B0000FD64BD2B106732CFA193CB7E23ACC0EC7 +:1025C000E95FF031D41F7DF1DCBE90F6695FBD8E0E +:1025D000F0DA576FDEB00CA6365CD8313F44279155 +:1025E000395D068427DAF1487FB02DFB18F467D4F3 +:1025F000815CC57E01F66817ACB3301FCE07CA19DF +:10260000EAEDFA44DE8F11D93E1FDBB38002692266 +:10261000E82638EE7FA4791671F8BB7389BFC53CF4 +:10262000AA059D75CF638F12B04505E915FD51B818 +:102630000FB02613C9252215CA2793DE7B0CF3C0E1 +:10264000B77F4AF6D453FF424F9CBBBA3FD9F7AC91 +:10265000AE0FC98B95366E77C0BC357095FCB64E03 +:10266000E1F02D286CA37DAEEB5ED0F19510BF8418 +:10267000C0EBAA344523FF2E0A39FC769AFB211CB5 +:10268000FFCC07663303BD72C408CE2FD51E2B972F +:10269000B3C0FF38AFEA258CF4B36A616F7F93EA69 +:1026A0007D0CDBADFCD0EAD347A33C5D4F7E1843E5 +:1026B0009C77388AA574FC3E8CFC554FA2FC2B5DA0 +:1026C000E2FDE2000BFAAB0ABE2B5A51CCE76B4796 +:1026D000FD290EF5F110BA6B45FA1A194C7F133625 +:1026E000FF0171029E2D7A826FA4A38DFC1AD53B47 +:1026F000B93251A077CF46BB8355C432B493AA7781 +:102700004EC87B15F32D963CF413157C34C58EFA18 +:10271000DD99BC5817CED7E4F4EEC079A6EADBCB3E +:1027200051BED84604529F84FE0678ACE4F708A751 +:102730003F49778940AF08AFC45BCD7EA4D76EBF59 +:10274000868179CDE941BADC20E4FC00B18F0C58D8 +:10275000E261F3ACC1BC358EE309BEEB103E679D70 +:102760009336207C37A471BFD1A224BDE3049084AA +:10277000D30C5A495A4F7E7402675941DEDC03C5B7 +:10278000DF21087C900FD157CE372964272D020511 +:10279000AA2E3F381FD97E519291FA8FBCA8125CA5 +:1027A000D3ECDC8F686B147006FC239CC775B515E1 +:1027B00045C37A339A03E49FB1E058C9384AFB8392 +:1027C000C3D07FD5471D87FE83A7EBF20FA25F47DB +:1027D000BDBFED4A84AFA3C95E882E54F59FAA877A +:1027E000FC358CD35969B39DF41DA6D666A3FD7242 +:1027F00051E0F99B54773BE2A3F07D038DFFF54355 +:102800005C7F6B4EAD1C1003ED8E7F0074A9F42E1F +:102810003F7DECA019F5FCB45569E42FB23572FF89 +:102820000ECB000281F9AA0F7DECE3F37BAF3F4EA4 +:102830002536DD4A78C376683FCC6D7018117CCEA2 +:1028400066A6C379DB564DD309E4272B509ED938B1 +:102850004387FE974CE1370A1FDF92CED7F1DB6F3B +:10286000F5E477D799B9DFB72A2376BD9EDB854497 +:1028700037555971B47E5D3A97A786A609E40F0FC4 +:10288000D757AA762E654817E1F247CA1D4977BF88 +:1028900055B93FEDB74CFAD338FD351838BC7DFF3C +:1028A000D491FC19C0F83E92BEFADB64EAB7DBAF04 +:1028B000E5A75435385624A10C5BDA3EDE075FE706 +:1028C000AE8AD155E7603FAE45D4CF435646FDAC06 +:1028D0004A3B988D7CD268678A03FB5B3000F99095 +:1028E0007D6462482FEA43561DCA73758D1BBF3243 +:1028F0003526A190F28F401EEA9F4833D0781F0AF8 +:102900007A6C50BA14D26B983B0FF7BBB7D3BC9913 +:10291000E9F1C2BF8FFC5B17E1477BC5A6727DD989 +:1029200056F7E1F34B21FFB4B0D30B57E74C237AB2 +:10293000B95F554C30FED731BFA77A5F8F640AEA82 +:10294000717902CE97A097BE0CF09AF6B2DE83FCA6 +:10295000A81A38DDABF7C7ADC776EB12BC23701EE3 +:102960005736044855DD6F3FF170B1A3273E7ADB3F +:102970000FAE4A77887DCC47F56BA41C6955488E0D +:10298000B874CCDBC2F54B0BF2C1C1017CFFA9339B +:1029900047E5A25CFEC6C2535F219F97EF98C5BF73 +:1029A0008CF4CEDA51E47F64B5C3308D8B807A200D +:1029B00077DF3CCBFD3FD78B710714833C02395046 +:1029C0008BE3009C66A6C7D0F77DB1CC6D87FD2355 +:1029D000C9E2F5E0FAEADAF392905EF6452514A230 +:1029E0001E088B4AC57DEF13E11F09875B9265C204 +:1029F0004DD8EE4D612FE2B84E183FB6AEC883F207 +:102A000004F42FE2B3AEA946F287C4DE3D81BEEFE7 +:102A100053FC8FCFC775DCC4FD58CD53DDC9117190 +:102A20009826E8906E77FF4BCFFD24A0E8E27E5613 +:102A300054E64E46BB20C563D4A11C4829AEFDCB4D +:102A4000BDE88F7CD3E0C2338D4ED6944AFA6C2316 +:102A5000F79F4A3F7421FA4B611DFAA4E1E34A61F2 +:102A6000DC5F288EC74B917ECBC5B836EE67682EEB +:102A700001C287F9353B397C9BE739887FBAFD3D38 +:102A800055ACDB9F83FB4A67AD5DFAC178F9EDB2C7 +:102A9000BC9DF6FDCED10E3BCAC16E7FCF6C23AD7F +:102AA000E394A02BDFEC6CE1FFE2FEA2CE5929FCFF +:102AB0003CCF3CC91DEAFFEB5405DF82DD8376572E +:102AC000A79FFB7F9E62FE41C8279D4CF457C6F925 +:102AD0009AA9FCBCB0B3989F23B0D12E33D24567DE +:102AE000F7B9605754A89F487E97E78009CB2EAD71 +:102AF000EF5D91CEF7E15309EE87D343E858D2FD5D +:102B0000BEFCC442B43B7AA3FF7719DF27DE4EF741 +:102B1000AC437A996876953E029F0E093F1D9BC291 +:102B2000ED18A67ABDB89EF753B2F3101EE1F390EC +:102B3000726A9F6837A42F33A33D0FBCEB43BC0CD4 +:102B4000DE3D98E4E9AF049F238BA1BF60B0D80BB2 +:102B50008724AE8F453AF94471E4A0CA2CE97A5F24 +:102B6000445FA2F710BA6EC175F69C9F67E8B4A1E6 +:102B7000BDCFAB35DDFD12C147D4EF6D7F42B493BD +:102B8000DE696CB98BFC85555617D2CF7B5804EDA6 +:102B90009EBDD914407F70A7C1DA887C7C34F28E48 +:102BA000C3F100DABD66EFAB08BF5933AF59817985 +:102BB000E5601FC722987F67497B01AE6B9CD9FBFC +:102BC0003A8E5F69F60E4800109CEDEFCD8A46798B +:102BD000EAE923F669CF50CF25E7CFE753A4F0F118 +:102BE000DF327AFFC0D7DF6E73A5135D533B668D6E +:102BF000A77E8E09B81D30B8C77D01F33FB066408F +:102C0000DE32984F51D407B7D6E0BEFE58621EE9B7 +:102C10004D022E87C4BAE6E93C0901BD66BE7FC1FC +:102C2000F554DA4B062403BD9F3588F95AC57C5507 +:102C300057BFEF9B2FEA5CC41FF72AC41FF407F9A4 +:102C4000977C31C44F26DDB2F5C47F256617F2DFCD +:102C5000BA086031D07FDE11F301BB83A1FE0CDF27 +:102C600049BFDEC45C835106F43571BEEABB522114 +:102C7000392BFD6AA5CC938A2AE6B7E9DE6F70DEB0 +:102C80007F89FCD74874ED798A6C346EFB0711EBB1 +:102C9000E95C771C9FFF0FE11F34731DFA3FA60903 +:102CA0007FD6B4B346B2A3E609BD6A1AA630BFE91F +:102CB000CC6DC0F16F625E03F2FD4CE6A37436F397 +:102CC000537A2B0B50F9EDAC9DF2BF8FCCED5F0723 +:102CD000F09FFA585626FAB142E06DCBE0F47167E6 +:102CE0001CA78FCF12C98F107F59F43A55D007F027 +:102CF000717C06E7E38CBCB4103E99182FF0D6BE69 +:102D00002C1AE03735C19987E790577DCBF132F91E +:102D1000849DE0734001499A1FA40F1028D6648057 +:102D2000C3D502856DE7F93E76B5BB82FCD847DC9A +:102D30004BE3E2609E93F456C24B9B4BEFC7FD7D85 +:102D4000B3D24EE72AAF2DF536C4C0F7D70629AE69 +:102D500065D0FE9AB8A9D101EC072D2F18B72D47E1 +:102D6000F1E33E7EC35AEE1728EE6708DAEBF0CFA8 +:102D7000B519DAFC14B7BE03CFD5A6E468EDFC1B89 +:102D8000D8AA2FD0EF7EC30FD8FB576480BD3F0475 +:102D9000FE63301B4C7EB7CBB7F7DD19DC8FA8B1D3 +:102DA000F7197A23418EDD68E1F2B66DDCA1B19DA1 +:102DB000B0DE0BAD4E82E2FB83B81DBF28C3538C3F +:102DC000F83D67689F4F72AE1E209B057A56BD99ED +:102DD000B981A63FADB753FE647D12A59FD73B28AE +:102DE0003D539F4DE5E7EA5D945F97E1F6E03C5681 +:102DF0005A381EE4F88B059DAEEC5FF09807C65F6D +:102E0000F9A681F2652D4D93D1BDB1B8FF27F745E5 +:102E100002BC176F55C8BF52D1EA3662ECC5BC5729 +:102E2000BC2B70FB59F066FB0D2846AA2E2ACC0B52 +:102E30002C529CEDB903C719F9FE890484CF67F5BC +:102E4000A3691EA7EADD348FD3F5C594BE94E1993A +:102E50008BEB72B776AC4882FEAEDFD6A1A27F6F55 +:102E6000925B213D7ABC9BF9FD8087B506BE7FACA5 +:102E70004D36BB906F270C9DF6D48F18CA656F1521 +:102E80008E7353ECDC497D900E4697A8586F26D080 +:102E900025E625DDFE30BF723854099A38BB5F2124 +:102EA000F8BCBB534FF3387F3482CED1CFEF8C24A4 +:102EB000BA3BDF6822BD629FD1674A85FCBED40859 +:102EC00017CAC97DA929B45F9A043F9D063C3158B1 +:102ED000F7F45DE9896867BCB44D6941BBBA607BB2 +:102EE0004C2AD2EBE9D896633FA5F30623F991C1AA +:102EF00090FDF4099473FD925CC85FE7843C060D75 +:102F00002F12F7F76AA3D427BD43307F3A429C873C +:102F1000407EEAF7EB73AB114E725D8B760D494440 +:102F2000FB89F58B23F8642BAAAE2EC40F81F376B0 +:102F30006405F3FB5E9CEAC2750DDCFE58DA3D3099 +:102F4000CFCDCF3F7E7E2FCDD74F7CBE75FB532993 +:102F50004F42AE72C7F208B43B601F67A341BEED9B +:102F60005B13E9C675EE33B88ED5A13C7FCA4A7EA5 +:102F7000A1E77E7EF7277B307DA82AFF6E485FC8D9 +:102F800088A57E4A7F317B7232D4DBBC9BE5217BF6 +:102F90000D81B9F58579E5ACFDE260328C97EB8F58 +:102FA00029C2F01DD796BC432990FFD54B4A00FD9E +:102FB000F8F92DEB3728E8EBF9F6D914D46B7765DF +:102FC000383476D690FEC547E81C364C6FC869FE8B +:102FD000A210FB7B3EA565510CF0D560A5E5F3A5DD +:102FE0004EE4833FE67B09AEDC1FB3AB75FABBB79B +:102FF000325C972F19F55E5F8991FCE5B87C8CFDFA +:1030000039BB339DF493DD3A1FED4BBE396617EAA9 +:103010006D673DBEC7911EABA03EEA9D5579BEA827 +:1030200031681FFE39C30594C7FA3F7D7531C2A7C9 +:103030007AE7239353A0DED971CCA5C0D4CB765DBB +:10304000984CF63958B168179DDDB92CE11668F730 +:10305000604E21C59D78F42D340EABE1E33C26F69D +:103060003BD69E4BE72844D20E8A7230E3F7D8D67F +:1030700098037D59105F35AD4B9DE8F71FE135BBD7 +:10308000D06E5DEBF425A37F4DEE9FB00FFE09E9F6 +:1030900025D928FAB54F277BE172F73FE97793FDF1 +:1030A0003D66E47E40E99F5B67E4FBF526903B4884 +:1030B0007772BF86713FCB880FF1EFC1A69207F3FD +:1030C000ECFB9889FC30973BBED4AF6A84DD542872 +:1030D000F6DD597D96BDDC0EEB3D6EF65E40B933F4 +:1030E0008FB9B9BF5C7539502EFFCEECFE12C7AF59 +:1030F0003477A5E21A605FBD88F5AAF5A077A587A9 +:10310000E85DE6CBDB57BF32BBFF4572FF32EB8792 +:10311000CBE3C55FE9581ED0C1E247B8BC5926ECE5 +:10312000C565B60233F1EF2BBACAC3B0BF5EC95B47 +:1031300076F7B7D8964FFC8D7BE6A5E0B51FF8DB98 +:103140000B722900FB87370B2BB52D43FF8F1BFE1E +:103150006F03BA197F110CCA90FD31BC3DE0A95F25 +:1031600026CC77028BD4D473B318F203336BEC7F85 +:103170006EBD62DEE304DEC69D3F1A897273F157AD +:10318000F9243F7B5BCFCB623DBFC5F540FAF6200B +:103190004F2ECEEFCA2FED2AF2F17855CFBC21FB8E +:1031A00038CC7F0496BBBF8DD0CCBF9BCE2F73FE97 +:1031B0003F5678BC04FB82C721B50A3BB0B53C87BB +:1031C000ECCCDD6827A31D37CD487A6CAB0DEC5BEA +:1031D000A8DFFA563CF1FF3EE9BF29E17140AD1688 +:1031E000D17E5322E93529265ECE12192F97FDCFC5 +:1031F0004EA0FE41CEF2B88BD911347E4F7BFBD06E +:103200009017C84E37D3FED29CC7EDD2E6A559D44D +:10321000BFB49F53F4B56F0C4579B32C92E473B3EC +:103220006D43631AD6BB57EF4239D2EC0CDC8A7679 +:103230007AF317FC9C1CEC67BEEFA83E1BC63580DA +:10324000BDDC9D473B0AEC63CA07E31FA01EC0F527 +:103250000381BFA32AB74F8FA2DD3B2C784E70B4F9 +:103260003BEE83F7E3BD2152457A0FFF2EF120BFDD +:103270004B3BF74303D7579B639AE2F17CEDEE4C4F +:103280006F6D26F0EFEC799B2CDE103F4C82EA59F3 +:1032900084F83F5EBA692BFA5D5929B7EB3E947109 +:1032A0002C7FE376F93863FB7537031CC6FD5DA7F9 +:1032B000F81C3DF1DFED47B857A7890B796663A28B +:1032C000F023707C77BDA577518C8E2CB70E1471CE +:1032D000348A26DE06E368D0CFE6DB9545E3174F58 +:1032E000E37AEEF925BAF5A85304443CCE33C2CFB5 +:1032F000E86BB511DE9F1170BC53C8B967C4B9B390 +:10330000AFC5C0ED2735D0B706C76D1D44FE83009D +:103310001374B72752943BA231BFECF5E10CE7D50B +:1033200029E58C22E267447CCD3302DEFF46BC8D6A +:103330001FE1DC6BBC4DAF70837D02EDE7BBF51A7E +:10334000FFCC33B54325DC78FBC7791C53B7FFA509 +:10335000CA29EC45FFFD03B17E6B3CADF7DC92E37F +:10336000056B1D04B7DC3D586FA789E85CC24DE2D0 +:10337000F5996E3AEBB210FD19B95FED98BDDD1607 +:103380007A7E76CCF3A90DE5D1C775FA80F17BE2A0 +:10339000706E13F13DB789B89EDB967C721BEEF719 +:1033A000B7957D7B077DAFD4C6299CCC74BF82F4D2 +:1033B000DA0D9F533A4D3CD2DE8DDDF1481C3EB60E +:1033C000EE721E0F713247C623F178A55311023EEB +:1033D00022DE7C9793D6CD04FEF7AEE5FDC9F9EE6B +:1033E00055F9FAF7FAB5F1597BBBFD4C7ED243256E +:1033F0005C96D95DE650B87C14EF3D86F3BFCF9A5A +:103400006FC673EEB2E8C223E87FA956613F463E1D +:103410001FE83D8EE5524F91FED23386B6C33A5C2B +:10342000C792CBDB272B225AAB15E0DBCF5B37ED06 +:10343000C614E643F0602F72397AC61E88C27955E9 +:10344000C0A7F1B178EE0B3C1CCBF3A89786C7AFB1 +:10345000106B26F072D4072A5AF46E4B14E68DC115 +:103460007AD0AF57C7F1C0B673BFC442D692B0543A +:103470004FF69C7934E831E7F6FC3A0AE5CC42ABEA +:10348000D5BC04F5A6B07892853B57B6A5E7F6FC07 +:10349000DE733E61F265875E43076742E880CAE3F8 +:1034A0008D824F02E407EC297F0351A1F167670485 +:1034B0009ECF84E1F94C379E031A7FE29996E3A9E7 +:1034C000B8AF9F93FE00173F07AD78819F6B2E1713 +:1034D00072B7A24F4B01C23D45AF3DF79369859945 +:1034E000A9E342EC8C8A6C6646BC48BF5F8587A91D +:1034F0006342E24C2BFCCC8CF9DD3A901F56C2A300 +:103500002AF049FD407DC2E74233338F87FC42EC0D +:103510000F539D9FFCC6725E3DE61106EFE103B9B5 +:103520001F74B9942336A3908BAE24845BD65AA320 +:10353000A6FE399BF14E37CC67905FFB5DF67FD5D9 +:103540004085FACB0EC5B3B377B84C1AC8EDFC5F13 +:10355000FEB2BBBE9EC7F5801A2FE9D2C1ED2A0389 +:10356000CEEF03A3F48BFDA82FE87F15481B69411C +:1035700038EDCEF3F68D85F49C8ECBDDDD3190CF2A +:10358000413D968F2FF3DD700FA3F3FB3E30121CED +:1035900076BF65588FFE981A019F56D1FFE7F5DE7A +:1035A000E1270CE877A81D549A195CC7FCB5796629 +:1035B000A49305EBF2CC7342ECD0655B0E4521BCC5 +:1035C000065B75E47FF97CCB708A4BFBDCAA6391C8 +:1035D0000A960F3763F919EBC1B71DF07DFEBA9853 +:1035E000FCD07B070BD6FE785069089C876CD1C253 +:1035F0007D688B363F6C8F367FF74046F3FF77DB75 +:10360000E505B4F9E147B479D6A58D737A69B46755 +:10361000FAF578BEB44EEFC24F65569DCF04FCAEAE +:103620005A391FB36D7A3AE72AB3F378A693BB579A +:1036300016A0DE5EF1E7D2C3689F2D788FC3273CCA +:10364000FEAEECE8E1BFA1FD0DF855285E6BB3427C +:10365000723C3C2E4FFA977ACA93A5C21FC7B24359 +:10366000E9291CEFA745FC51655DC5703CCF91F081 +:10367000BFA2650DC5D7974FD1AEBF4255D9924B6A +:10368000CA531FD7EFAD6E07C2A744DC63EA5836B2 +:10369000F35ADCFF3A66169FC27D614C5D113B3EDA +:1036A0001C0A56FD7E32C2A7E44185A13C29F9756A +:1036B000D62B14E72AECB305E23CCD3EDAB1A71DC8 +:1036C000EACDF32BA497CE098BA72B5D15368FB0CF +:1036D00038BA057B0EFC0DC70D8FA79371570B37BA +:1036E0007E67D2C6D971FB7F4CEB7A3DAE7F9E9C44 +:1036F000AF6F3CDD8BE0579382E77327307305C6CD +:103700008379F60FC476CDBC5D15E3715E32FE6A37 +:10371000BE09EC029053476C46A28B0B6BA3C9EF1A +:1037200079813A83741DF76B56F5E1F9AA6715B2F2 +:103730007FAB84DE53F51CF75FCF5779FC3CD28B0F +:103740003B64DE95623D481FA1DF5913B79F653C7E +:1037500018C689B943E2092A615D183F8FF161A15A +:10376000ED42E3C342BF87F8D9C99E97FE85670C37 +:10377000FEAD9B619EFA9F45B8506F66CC13817475 +:1037800009F286DB4353B9FCEA69AF2C16FAB28121 +:10379000F465B05768BDCDE59964EFA4A04CC4FDB5 +:1037A000F73913B52FD5F9B75AE09B41D831A53A6F +:1037B000EE372CBDC548F0698E7F91F49EE647B880 +:1037C000DF12CF00508F6C5E93A53D07EC8EEB7639 +:1037D0000F44FFCE2D6B925DDAFD559E03FAE32F69 +:1037E000BDBFFAE3719FF810FF13E07B8B88EFBE3B +:1037F00045C4754BFBE696EEB86EDE8F845BF877BA +:10380000C977F2BBB46FFE91EC8DC80AF16B35C776 +:10381000F82D1897C9CA2EEF5C6A93D01FBAD658F4 +:10382000683D27141E0F5A1AE179E02A84DBA36948 +:103830006908B7942CBE7F1514BA07DA797D3AC7A8 +:1038400092F8666EF740B45B4EACB1E4239C643CE6 +:10385000D9B13CBE9F448EE0712FE9A29FF42C9D0C +:10386000264D8AE0F15A2726F1F30DDB088F11F57A +:10387000A64D0E1E17556AF4FCEECA90F9C0B86644 +:1038800084D3D02CBE4F4AB821BE510F29FD858963 +:103890009F9BABDE74CCDF76349BF07742EC6F12EB +:1038A0002F8C717BEC9677E2E95E9E948B3F4C9770 +:1038B000F2DCDA407A58375D6EE276744CB71DCD93 +:1038C000F570762BF707344F12E7D0405FF21CFA01 +:1038D000EF989FE4F06BED68A01F5BA81DFDFD74E1 +:1038E000D64D1F6174164E37BDD1D365D0D9CCAC3F +:1038F000F8DEE90CDA8FF4D87AA7B3AA979EDFED49 +:10390000C3738E171E896250EF94DA94E042FB6F06 +:10391000D3F228BCE77952F545617FA7FCFAE24B68 +:10392000C5D93C22F08CE7474AC879F4E7BF7CF060 +:10393000068AFBD864B0A328ACD962A27B52D53BDF +:10394000CB29DE13F21D3CBF92CE736AF684C57F8D +:103950003EF7488283E2797D7D311E08F4628A0F4A +:10396000A9DE68A0F8D1EAF7F42E248B1AD6B502A6 +:10397000E717DE1EE77111E8B6A6455F628CEE59C7 +:103980000E1442FB6FCDCE07BF407F7378FC689961 +:103990003817083F576AC812E74AA3D828D4FB0053 +:1039A0002EAE00D223CC2793A39DE877D9D6E7B6D5 +:1039B000EF85799EFA30310F5D436736BE1185F78A +:1039C00038E539933C773BD3921EEDBD045C657AB4 +:1039D0004E9C4B04F1C6E5B6638F82BE268CD3A6FF +:1039E000B4D210881A0BE355AE3790BFAAF2F9672C +:1039F000373F81F2F70313DDCBAC78FED53F8E4124 +:103A00003B6087216E0A5F8E554908E2ABC6C1FD57 +:103A1000BB123F0B7FFDAAD131947F47BD41E2A984 +:103A200062C701231BDA139E452D078CEDD64BE0B0 +:103A3000ABA56332F937B77E63447E3BB55F6189DE +:103A4000CE9EEDCB36BD1185F524BEBAF1D7036FFE +:103A5000811BF68EA07A14DFD11BFEE6A1AF742481 +:103A6000D2B78D61BC5AD98726FF14C4EBCF171388 +:103A70009D7FA6D6723A7F6A7902EAB365065F82B5 +:103A80009D52FEBDECE91F0BFA7327F3FB34BE64B5 +:103A90005CCFBC7537D17AE6332FD15DD9533C5E0C +:103AA000E92BB0D3765C028F11D99C3F3EDB0048F6 +:103AB00084757D26E2A17D7FD08BF893BB483FF9CA +:103AC000B15823450816A03F9AE3A55DC86126EECC +:103AD000994B3BBC66E3CA36C4C7E7FDDD89E83FC6 +:103AE00083F5FB049C148C3FD4FF7E5222C707BF92 +:103AF0004F41ED406F28C2EF58BFCD40F72A42DA60 +:103B000011DCE4F83F12E3C3BC23D01FF05902B725 +:103B10004F181EE922DD28BC4DF592B2290E80FF18 +:103B2000E86CBE7F74F3F9C6FB395F0B3EFFF23DD4 +:103B30002E3FAAFD538B89FFDB0C8144ACE73F305D +:103B40004321FE0F8F7317F8DF6810FCAB2D8779C8 +:103B5000A94A283CF7733B7F7E73483C3DC2499C91 +:103B600017D780FE1CC80E5DA738F716E7C20B04F6 +:103B7000BF87E32F9CFFD56C11472EF85FB667EB2C +:103B80002E7D7E19E4771FD14125E81776E4D30F07 +:103B90004CA4D754AED1533CE6F1558712AE00BACF +:103BA0003EDD22F9532B4FBBF973098F972F7B71A1 +:103BB0009382F419CE9FA7CBFCCA25F913BE5F925E +:103BC0003FCBD8FF5D79DA0D6F2D3F2EE8459EE69D +:103BD000666BE5E9572C277A2C16DA4B06907F3F67 +:103BE0000CAE129EE172F1F52C07BFF71D261719D6 +:103BF00086F484C051C24FD227635E1AA79B6E25FC +:103C00007DCAFDA99B3EC3D7AB856378F905217FAB +:103C10003CBFE1F1B395AD8AB827E13BDC7704F115 +:103C2000A39BC40B6B3ADC372E34EF0FCBB784D594 +:103C30007787E53D61F5BD61F95A4DFDCA3D878C39 +:103C40003C8E36A0A967AABB8EECA59E7A829FF314 +:103C5000F5CE2F8C3EA48B7E5D14CF6BB88FF9F020 +:103C60009E78D7CBDCDFD5E9E88A427D64B985EB65 +:103C7000859D76918FE1F9AE78E30A947FF27B9788 +:103C800085FB9F3B3D5D513121FE878E563DDDCF4B +:103C90006EF773FF56CFF92C233CB70BFFD724BD2B +:103CA00035B56E04C657A7D37DB3F30D0691CFA4E7 +:103CB0007BD2526FFC2BF3FC712CCE3382FBCB9961 +:103CC000CFAD62BCCB5C8E3256F6FAB228B4EFE7C9 +:103CD000B6F27897D2555A7CCEB7CE880E3850BE01 +:103CE00068E35416A0FD86F732D769BF2F147CB065 +:103CF000308C0FBCC2EF1FCE07ABA55CC96379C285 +:103D00009F44E76D8B841C9EA4CFB97116C0BBF392 +:103D1000889E99207FBE55CF56E03AB729A4AFE2DE +:103D2000450EE42F69FF49789D413EC9EA09C7EE77 +:103D3000F25D7F2EB807E962F747B918177066F78A +:103D40000703F761FEA53FA57EC47AD62FDAFFB739 +:103D50003B50DE76EE3751EC44E7FED752EFC1FC24 +:103D60005E13D9F99DF799F879C67E1BF94F3AFB96 +:103D700073BD7ED9CBDFE4B6D3FEC1DF05D89BCDC2 +:103D8000DF6938DFFA8F6368E79D6F8555A15EB004 +:103D90003F92F8A566AF85E2383A5FFEA620346E02 +:103DA000E7BFBA1E1997D169E3F7D13B63B81D503D +:103DB000B3EF8A67319EA06AE701E35C282FFAED32 +:103DC0003F73515E76BEC8F59D7386F6A7D197FA0C +:103DD0006AB6A7D9908C7E4546EF91DC31A869067A +:103DE000F2454FB8703874EEE7F604C0A50CE57CD8 +:103DF0006FF0F8F8BF2D3CBEB883CBAF510CE30F8A +:103E0000827051DCFCBBCD6F5668FDFCFBFE6F720F +:103E100051BEFCD07AFF9ECDEFF9FE6F596FD2A054 +:103E2000FFAEF8E5F4EECF76F0F8D330BAEF49D72D +:103E30002FFD84F2DB6D2E9AEF65F2FBE841FFBBAC +:103E4000F07DF3FF587CBF2EF06DB3A39FB3F3E575 +:103E50007FA6B27F63DD3FFE6F8BE7EF5FB7D4CF06 +:103E60000BF5AE237950FF0DD6F29ECB49DA06E969 +:103E700019CBC4B9C06B49CE0DFCBE31B7838A845F +:103E80001DE41FC4ED9F654C47E77545E60AD23334 +:103E90008BFA3DF4058F67D3D17C5E335FB999BF50 +:103EA0001BA6B5FB26F6D307F0FCE1D052181FEA9B +:103EB0001DB2E9ECCBF8F70EFC3ED9C5F5FBC9FD08 +:103EC000AEA3F8D922F35BB3D02F3CD1AAB58BAE09 +:103ED0000BB373AE7168CB8BD98B71E8772BCE3176 +:103EE000D09B5E93B17E88FDE71BC4DF31B8863579 +:103EF00035D8ADFF29B8909DAA0AB8BC25E2622545 +:103F00005C7AC241C091713D271C6EAAF581364A88 +:103F100019D8A97C5D64DF4A3B55C22F1C6E4CD872 +:103F2000BD2A0D1984AFDA8F9F1787F447EBEE8611 +:103F3000A780F7BF0BD770FCFC109C9F1DC4DF1738 +:103F40000B87733F354F457EBA52E8E313D5189E71 +:103F5000EFD7A6F710FCFCD4AEE84B978A7AC704DB +:103F60006B8C4A715C8EFEC1F767FA32D657653E9C +:103F700013FAF9EDEDAF20DF953C6CA2F75DFAA9DD +:103F8000E2FEADCAFDDCC0ADBE887CAAEF36C662DB +:103F9000BD050C6F8A95F4652E85D767F85E0F5EB8 +:103FA000D2C3F786F0EC0BDB95A00E8DF51E54E91D +:103FB0005E37FD01BC33304DA37EDDBA58DE3E2AAC +:103FC0009FDAFB74BCBD1BEFC91B983D5581C90E20 +:103FD00028B2FFE428DA11CB2D748E30A590DB0BCC +:103FE00092EF470DE6F74864FABBC10ECE678A77B9 +:103FF00010EAB937340C227B6499C553B50BF7A18D +:10400000E723E95E51C98ADBAF1F89F3DBDEC78591 +:10401000E4F2F90D3B28FE7E4EC3EC1FBF0FDFBD5F +:104020005B2CF4BD73B0F7BB41D0EFE78AE38E5D44 +:10403000F061CE4D878C18DF7C43CB8E73E8BFBB1D +:10404000614624C579DEC05ADEC6785036434FFD3E +:10405000776CB7191116D7B77CA1A27D75FD38050D +:10406000C51AEBB0D853EF82F99488F3DBC8C1824C +:10407000FE2DDC2F5CB2A2FFC034F87E3DDEFFBB1C +:10408000847D336EB0902313947568A70C10F7816C +:10409000647DEC87EED90DE67EA1040117991F50CF +:1040A000C4EB97369A3AD2D18E693404B220DD9AA5 +:1040B00053983218EA4D496393D78EA0781D7A370A +:1040C000A5C3C20E93BF7C8DD381769C9789F88C53 +:1040D000554EF24F754C7019F11D958E354E3BC6FD +:1040E0004D47E6B80F23DEE737290EE4F78E098C3B +:1040F000FBDB6D3CAEE1983D9081FE8D63AE412EC1 +:10410000F49B0F90F13F4323C84EBC7B8837773038 +:10411000CCB3A4A9E44DE473F62DACBB00E379194C +:1041200011EF83B744B000F243F07DACE183292E58 +:10413000D3F5F35171C1F7B106E8797CEA2F901EEF +:10414000705D18AF0A74F6B4A1BD1CFB393F487C02 +:104150008FB51758397D319C5F87C13E10D7D7B1D5 +:10416000DCA2C373BA29F7717A03FA37ABD0FE7EAB +:104170009545E0797CB4A0B3DB96AA9EF590EF67F5 +:10418000662ABE6F757D4B1ED9CF9FE57813705E92 +:1041900027EF6563104F7357ADA17311892FA6B632 +:1041A0004DEC03E39CDCE4A477E0247E3FCB29BC08 +:1041B0006E70289E6628841F588F19E7BF3567CE1A +:1041C000542C87EF07107F530A0319F87ED5247DFE +:1041D0002573E37E9AC45CB82F9F679CFFCE37AAF5 +:1041E000E44792FC2EF95AF233CC9BF857F263382D +:1041F0001F6FAEE7772DB7D49B29FD65BD9DA999AB +:104200008C6DAB4FA2FCF67A07A52DF5D9F4FDC550 +:104210007A17E577D68FA6FCEE7A37E5F7D41753F1 +:10422000BAB7DE43DFEF00F0619C078C4FF246CA5D +:10423000199C9F2E3F280724FE0C8D137428A72558 +:10424000FEC0DEA5F737E4BB58BDE905FFAFE60FBA +:1042500072CC179D1F842BE62D217212F3B6D8E085 +:10426000FA3034715C6C889C53F97B07280F13F289 +:1042700083EB4757E0C5FC205EB0DDF830BC211D64 +:104280004AB840FB40427E285CCE3C340AF15EA630 +:104290007391BF83B53FFF12E5AD747E9B6A647B6B +:1042A000D05FDBFE332B43FFA85EE74A32E1FDA47B +:1042B0003285A921FE86DB6B2D4C0DD9BFEEAC8B70 +:1042C000D1E4E37E76F455749F1D49F43E8BF47877 +:1042D000ECEEB37F7D0EFA7FE6DE4F877A891ECF44 +:1042E0006C7A0CC75D12E1227F04C3B7E9C8FF42B4 +:1042F000E765F817FA8EDE1C5F24BD9BF7B4D1FE8C +:10430000C7E7D05FBB426F47393AA781EFCB1F2287 +:104310001E01EE1F0B3CCAF7FC4AA45F3CEC7DBDBE +:104320009707A7117C06087FCEB19FF6FD39C5110E +:104330002ED7DB45388EF6FD3F31BE1C2FBCBF4F5C +:104340009219F94D40EB677580874FEE3506F0CE38 +:10435000F3278A99DE5D501C71EC36F8EE6D7C8D8A +:10436000DE8B53EA8E507C82D76CA57B82CC67387B +:1043700013DA9F52C7DF9563EDFD62D0AF23DF856F +:104380008B1CE136E2BD759409483773B20FD23BFE +:1043900055AC49B1E3394DA9F85E2AEFCBABDE410C +:1043A000336C8CBD3758CFE3D407F1F708260F667E +:1043B000C1771043FC58A5ABF8BB8CA54D79C6F965 +:1043C00021FBCB1CF17D2EBE1F11F2FD84E837A529 +:1043D000B1A41C893145BC2F91923DA71CE576CA3A +:1043E000AC6B555CBFAC7F6C301FFFAB418CDA4DC2 +:1043F0004621188FEF90723D70CEAC5B36D2FD3BFC +:10440000E630A25F558E37273B7F05C629CF5985F9 +:10441000AF3ED0BB9314F7F868D4E44D28BF4E8666 +:10442000F55B29F63B589F11CF3F4F62C43B9D0B74 +:10443000737FDEC2EDBFA2F3B5851F99681F5F3899 +:104440008CEFB72CC75FC0DFE3D3FACF27FEEACFEC +:10445000F40E63CD4EFE5E23A4DCBF2BFDC12E1EE9 +:104460007F18EEC77D65FB475197F49BEFE4E77E2D +:104470003FE43797F7E56A7EC3FDBF128E35CA4524 +:104480003A6FAA797979C2A5EEA5E1790DD261B822 +:104490001FFD87FCECE17EC59421973EAFE84D9E61 +:1044A0004AFFBACC97D5E5A69F188EF7E2BC994390 +:1044B00010EE7505E9186F545D379ED2F07B72657A +:1044C0007543A8FEC2BAE1545E23F41950B8E99EC0 +:1044D000A5F4679EF76746B3EF9947CD5A982CB479 +:1044E0003FAF3AA2F13C4EDE93EEDCA627FBA17370 +:1044F000DBD00D4897E5AD0F1B7508C7215CCF3A9F +:104500001B762E50BDED389DD755B136C20FE08DCC +:104510009943CF87305EB04FEFF3ABF895AD16E916 +:10452000B7BC45716FC2FDC8DC42FE8FF3DB6E374E +:10453000F842F079DD1055F3AE819CBF7B88437360 +:10454000BF09E78BF3A930B59CFB1039E18548C65C +:10455000DF9FED7A1BCF6F4FAF1B4E71D0E52D3B28 +:10456000AA791C5AA41DFD2A9F87C547CE1CC2F9F3 +:1045700065E610AEF79D16E760A7B7EB49FEE27C53 +:10458000918F3F57B4F7CC6E17ED6E1FC2F1726179 +:1045900030E73759BFBC650DE983E7765E9789FA46 +:1045A0007FE79E77A332E0FB02D1AE736724BDDBC9 +:1045B000D7B9F3C9C9FB80AECFB64C8843FE93FD93 +:1045C000FF68087F4FE26C2B3FEF637E1EC7548568 +:1045D000701E1E3ACF3EF4AE836C27E3B74EEFFC5D +:1045E00075942E2788C71A7353637A5AF03D0E8B41 +:1045F000C1E7437F82610F7F9799F81BFABF3FBBEA +:10460000C983F25BD6339BDD64F7C977C698BC37A4 +:1046100028EEAFC0FEF59617E6BFA8DC48FEF43BD7 +:10462000863966DE8A72F80D03E163D1201640FFF9 +:10463000C5853ADB7AC4F322A78BCE59EF182EE456 +:104640004C52FB488CEFA86C54981BE3CC9252F967 +:10465000FD18C1FB1D4ED73B2BE3E83E01E9D99580 +:104660007E3DF30E27F93110E3D5D9E8C0408C2305 +:1046700049053AC1F64F0A3C1E33F2B8CDCA341E82 +:10468000973F40C49D54C6F238FE3332CE7F5A6005 +:1046900020C6BD54BE984C712F6764DC3E7CC77940 +:1046A00056E6F3F87D09DFCA9F1E1C88745739A7A8 +:1046B000251BCB3B9CF673145FB4CB46EF15E95E2C +:1046C000B2897835CB0613DFBFE9BEC3B24DC9EB63 +:1046D000D16E7C6108B7339EEE8E3B7625A19C4D52 +:1046E000B9D71A157AFFA0DCD8C4EF1B283CDE45E9 +:1046F000E6E5BA308FEB3A23E8B93C42E4C5FCCB9F +:10470000A39A68DE1D78BF02E1B795DF1BF83CB9BC +:104710006D37C5A16E1D44EF3B7638FDF3F750B9F8 +:1047200085DE572CF72924CF17FED244EF9F9EDA5F +:10473000CAFDEE0BEBEBE8FDCD85C0F678CF0DD2D0 +:1047400062BCAF76CAD0948AE39E8A8714EDAA7BB6 +:10475000B9BE74C4F6682AF1F7469382F27A2168EA +:104760000AA8EF9D674D773CC1BFA3A5CE166E3456 +:10477000D13D012F7CC77BA10CF420A41B096F281D +:10478000D7C42D7638B5EF3ABC23E4D53B02AEEF63 +:104790000EE1FE80AAC89647D3687D9C4F003F3C3F +:1047A0009E9CF9939F8CC3388E4C05E5C3C2164B73 +:1047B00007EA1D0BB719E8FDD201323E4ED861E57C +:1047C00020D0F0BCB89C71FD72927E1BC5875DD86D +:1047D00062C9C7757588F73917FEF41E0E9F976C6E +:1047E0006EFEDE08BD85C44E6DEE4BF1E2533086A1 +:1047F0008CE86428BF9F10DB948BF85CB872948EB1 +:10480000E244F4DCEE82D4AD501CBD99E468A5907E +:10481000A3552BC7468F45BE7A474FEF892F8C9EF5 +:104820004F76DF0515F8E912F23F1C6EA9395CEEF0 +:1048300054029FE07DE52A71CFAA62337FB7B2624E +:1048400005F72BB25FF2774A175B025138DEE24D73 +:104850007A17E2A9C2D832301EC6B1887EA0BE1730 +:10486000E592EC6FB1A5653EF6B7F8790BC9734BCD +:104870004E1CE1E34CCBC309A8E7F6ACCFE71DAC77 +:10488000F76C5468FC8EACD7BD9E16EE4FBAC0DAFA +:104890007EF21134F9729B85E6051609DD5F0B5F28 +:1048A000EF6903CC07E67FFA790BDDDFFA0CE4A0B1 +:1048B0000FEF61C7B857539CC3EFF5F4EE0FCE0B63 +:1048C000F7A3057E6DFBAA3EAE688CA3AC7AA74821 +:1048D000C5F651395C1E031E6E2438BD63A07BAA49 +:1048E000E170FF02E5767C08DF3D1F4974773A8569 +:1048F000E3FFF4761E3FD711C3E906E6998AF1CDAE +:10490000A79FCFCAA3FB9EA81401DE17DA39DE4F9A +:10491000C7B4A4DA43CA25BDE185A624A40F6C93CD +:104920008E7A02D7C72ACCAB289E05E39D0BF229CD +:104930000D982E11AF0CF448F6FADC1CA157E07864 +:104940000922AE9EE4568B11E5B257E88F95DBC283 +:10495000E39D7979518E22EF353AE2649C35C67732 +:10496000FB148A8BA968B8AB1CF9A2A276CDAD481E +:10497000AF72FE152A2B4679D0A1E8691E1D16FEDE +:104980004E360B1D278DA7F684E03AAF17F39D9A9C +:10499000E390FA2D6B827E2A1B9455D4BF53FA0DF7 +:1049A000F87A643B008311F7898E09A2BC97F5CA97 +:1049B000F985AF57E2775E0EDF5F3A9C8ED5E3E272 +:1049C00082F7DCCE7F3B3C3AF67BEC6BB45CBBE31E +:1049D0008E81D7D11741FEB81CEE27AE80F9E13C9D +:1049E00007AED3C69B676FD4E6076FD3E673766ACC +:1049F000F3B9ADDABCEB156DFE16312EDAFB78DFBC +:104A00001DED7D4CD1DE7798B8BD8F79B4F7314577 +:104A10007B1FBFA3BD8F79B4F7318FF63EE625BC6F +:104A2000D1EEC73CDAFD58FE5C0E97C77BC57B46CE +:104A30007B0BBDB3D14FD91D7F5C6E0DBBC7D54F6E +:104A4000DEEF91F1A091BDC48346229EE4BDD8F073 +:104A5000FB5BDDEFE286DDDF42FAC27E3E8AF7369F +:104A6000E7C0BC3E55DA5624C3787BD3FC4316D14D +:104A70003E6FB1623C7BFBF2CF56A079D412EF7D42 +:104A80001CEB751ABA36F3FBD2019233ED4B1DEFD6 +:104A90005C25F511A09B12802ED2B1BC3FFB83EFA9 +:104AA000DDFEE03BB75A3A91FADC3386AE64949768 +:104AB000C7B79A57E13C8F0BFF259B650E8B6FE0C4 +:104AC00076D2A287940DB83FBD9413CBCFCF8E0082 +:104AD00074BE873EE75E1C4E7A76777E95A2A3F77A +:104AE000329212681F92FA58AA02FA18CA3F583F27 +:104AF000EED3596B759AF90FF24768E86DC896D8EE +:104B0000B0FB27299AFAC3F6A485DD3F19ACBDDFB7 +:104B10003063E901DC9FA7AF1AAEA957EA191B065B +:104B200037314FA19796A23E88FBCCBD663A7F5C99 +:104B3000FCBE9EF498322C04B958867D011ECB36FB +:104B40008A38EA3AED7E5BA6321FBE273657EC4321 +:104B500092DECAECCC1D03EDCFE6356DC6775CCB9B +:104B60005F7FB7C08EF7F2940989E89CD893E5ED92 +:104B700040BA4935B8296EB77247660CBEEB76E687 +:104B8000C8AB149729E924D5608F407CAE6FE2FA58 +:104B90003DFAC7F4B1417CAF6FEA1391610DAE2BC2 +:104BA000247E85F4E10B18BF029FCA26283EE3B09D +:104BB000E0FC17897D43CEF784D0FF5906EFE74725 +:104BC000A2BC32FFB5A7630175677407BF5E89FB9E +:104BD000535ECBC000EA694FAC4FB8C589D70DBC56 +:104BE0007FC7752C7AAB280AE3E9BEDA66A0FB041E +:104BF0007F6D7EF6698C735ED9F4AC11FD000B55A8 +:104C0000BF91E23CB7AE37629CF3D55BD6D3F7F9E0 +:104C10005B4AC85E5CC06AC95E3C29DFF510EB2FB9 +:104C20002B54D6D961DE770CE5F2B42C829F3B4E33 +:104C3000D28F7B358EF42B85E27D6778A64E8A472E +:104C40003DA52586DE618A1B2ADEC30AA3FBF36F1E +:104C5000EAB91F7706C7736FEF434DBFE8243A9F49 +:104C6000717108D95137050671BB35476BB7961975 +:104C70001DEFA07C67BFD3D3EFA374FB115C06D2FA +:104C80008FAB607FC1FB8F9E717A0D1DD64C8CD48B +:104C9000D0E92C1642FF30F4CD18EC12929F31254A +:104CA0005D537FE68C2161749D1F2C2779304673FC +:104CB0008FB20ABFD03D94C21EDFF97DCC6B35EDBB +:104CC000ABD834CDFDBCF28DFC5CA16A670C9D3B7A +:104CD000968977F56679F9F7EA3DFC3B2C44C35F8A +:104CE000038A5C7FE2FB9F81FF1683387F9885FFF4 +:104CF0009DDE13EE8C4574BF4780EF49A0FF40F363 +:104D00000E8138BFC47993BE2BFC4955D9DC9F5422 +:104D1000E56B33E27B1D0077B50FC6693629840F3A +:104D2000A86FEE93CFF34B28EE5A1B3F86FD61BC74 +:104D300065F5117D09F2497839D01DD77BF7F2B8B6 +:104D4000D7056BC3E33557D1F96935FA8742F0F6D9 +:104D5000F45007F79F6DD9713805E030DDC3E9B332 +:104D6000B265AAA124A7273D015DD3BBD8F319D012 +:104D7000159EFB00FFFA1DBDAF1BD545B43BE4FA01 +:104D8000ABDD9CFE5290FE727BD25D95AFD648EFB4 +:104D9000AEAC53D8C34E5E1FE19182F418060F8269 +:104DA0005F181C247CBAE115561E0E97F95E46F476 +:104DB000317F8FE2F72B3DD7D11BDCC2F1BA80B532 +:104DC00019F11ECA829D8A0BDFBD97E7396C749872 +:104DD0001FE9CD74F223557B045C241D78389D4F68 +:104DE000BBC8FD2237E3BBAFC3837431638A961F10 +:104DF0006FBA9840E5FF2E9DC0CE4F7ED8CBA50F51 +:104E0000B90E2987D15F487421E2A5C3F923DCDFFD +:104E1000B865A8F0378E642335F1D1BDBCD3111E1F +:104E20001F2DF7EDF07DA3E475BE6F48F9E915FB82 +:104E30008177B9218185EE37F2BBF0BF2DBA379B60 +:104E4000DE23495DDA87EA9558EC14DF5FB294C738 +:104E50005D97403D4788FEB0A2213D15F7814FEE9A +:104E6000CF7ADA87EF34DD1D97301AF07C7CB921D8 +:104E70000EDFB994F53E593E2915E3468EAF31CD8C +:104E8000A2F7847F66A6DF49AADA9DC8DF9FD35BBD +:104E900013305EF3EC8B7DE87DA436B15F542EDFDA +:104EA0001585D7092A96F3FDF7B62CEF3B4347E269 +:104EB0003EBC7E331D5CD8D7E7A2FC3F369460C869 +:104EC0004E625FF9B40FD1BE7ED262BF19FB3DB90D +:104ED000D540EF5841B91BCF8D7EA4043EBD8ADE7C +:104EE000BB5112D06F73E67D3DDDCF2CD71FC8C5F7 +:104EF0007E2BEBF7A4A20A5B960FFB25DA9526EF33 +:104F0000B1A1A8BF2F7F36950EA11AD7D3EF0C847D +:104F1000F87B8FE3BCAAD0DF0B79EFD2CC68FE4ED2 +:104F2000EDA5FDBD122EF5E2BC7BB3D8BF514FC736 +:104F300014F5748CEF413D1DF3A8A7638A7A3A7E7D +:104F4000AF59ABD5E3FE3488CB29E9F71DA0FF822A +:104F50007EC7C757C8B26B69BFB566A3FDB958898C +:104F600070A1BEB858E17CBDF8CF167EFEE44FD6E6 +:104F7000D043F83BAE577681AE1542B7575D34B398 +:104F8000D07BCB13588C265F644ED6D49F64776A4F +:104F9000CAAF4E1AA429BFC691A7C95F977D85A63F +:104FA000FEF5AE099AFC8DA3AFD1D49FEA9EAAC9A3 +:104FB0004F2F9EADA97F93A744533E7356B9A67C4D +:104FC000B6F72E4DFED6B2BB35F56FAF5DAA29FF01 +:104FD0000F3DA377FC5AD1BE32E1BB43664ABFD135 +:104FE000D955D40F17BF956945FC8F2BD2D55E2AB2 +:104FF0006E212797D377C93077566E3C7F3F0AE9F9 +:10500000B6BF781F6A4CAE83E8A22F036D8DECDA31 +:10501000B664A4A3F07AE1E5E3220F5E70000E7F90 +:10502000B1DD355305F9316ED4C1E1E9907F63FB01 +:1050300082992AC8A771630FFE3A0DF2EF6EDFCA9C +:10504000CB871DBC80E5335EA8E4E5D319A91E7F9C +:10505000C9ED3FD387F3BF2A6D958BFB41C4FB1A83 +:1050600001F25B74DF67315B03E921EF84203CF0E0 +:10507000DE3CC203D300D031A607818E317D05E826 +:10508000B814E4D761A0634C8F80BD89DF7F07F639 +:1050900026A66F82BD89E9DB606762DA067626A6FE +:1050A0007FA89F45E97BF55E6AF7C7FA324A8FD63B +:1050B000D7D2F70FEBEB28FDB8DE47DF67E40A7FB6 +:1050C000C71EEDEF53C9F34A793EB9AC96B547A276 +:1050D0001C685763F0F7DFE4B963EFF6BDCA3E0D15 +:1050E000D1BFA299FBCE5CF28B687F47E3F1746F6E +:1050F000692E8CFFBE737A263E307FF3C5DA5731B6 +:1051000004E87DF1CE4078BF6372B9BE7BC53077CD +:1051100039B6EBFE7D01719EBECEC0CFCDE579BA2A +:105120008C4B90E7E7F417124F24E315AE34F3FBF2 +:10513000DB327E40C6274DFA9211FF8F6F54E99CF7 +:10514000CDA6B200C619C8F8A3F1D811E07D7C1C29 +:1051500023F99008DF8DF9FC1D6B3DA41BFF06F5BC +:105160007343E2A14CCC47BF4320CEE5A11ECD6FD7 +:10517000D2975E8A8F1A2FE230FAE33926AF47E7DB +:10518000B636B487B07D9FF643E887EBFB0FC009C6 +:10519000D47B4AE1F103320E03EB47F2FA01EC371C +:1051A000E3EF307E54904FD64D6873A21F6EDD8FB3 +:1051B000CD2EF49FC9DF5520A712C065BA906B743D +:1051C000C88E79B15FB22D89E41F2A14E5B119DECA +:1051D00027119F1E93FDCF91C457E9FD511F982AB7 +:1051E000F4E5EFC19BFF527893F892F808892721E4 +:1051F0007C48FC49FC86E351E22F1C5F128FFF5371 +:10520000F13642E5EFFC992ACDF47EE00FE1F1CED4 +:105210002E36391AAABC9BE11D83F829B9E8388CCF +:10522000F9B96C02FDEE892CFFB89772EF975D8695 +:10523000E8107C5F2964B93EF3D2F5653DF9FE853F +:10524000ECDFD94BFDC593F8BDB0E2F7B91FFD0DFA +:10525000B16FE2B97A5E4148BC66CE02D28B9995B5 +:10526000EB970EF81FCAA5AB2EAA1A7DB398713919 +:10527000051BB38AF4571C766E7DADD047AF0DD3B6 +:1052800047C3F5CB2F73857EE964CE7FF35DD77F6F +:1052900070B9A6D55F30EE0BE939DDA1A7F768E458 +:1052A0003BAEF25DE089828F26E2BBC051F8FB99EC +:1052B0005EDA0FAF663E4AAF81F5607A1D0BD0FE15 +:1052C000793D085ECCDF88A13E903F1479C36D78AC +:1052D00047AF68785106BDD7117CAF306A583CBDE6 +:1052E00057F8177BC87B8507273AE89CF1A099DF20 +:1052F0000B467EC3DF4794EB791DF69D0CD8170E45 +:10530000C1BE84E9ABB02F65C0FA5E837D09F3D7D7 +:1053100066F3DF2998ECD0C6FBC8F6D7D98BC0005E +:10532000E91D5ED7E5FEA61FC2F38D98AC89B8DEF5 +:105330003762464D44FCBE1193A8E3A9C988696F42 +:10534000ED25DD5F97C3EFA75E679F4CE3FD7F8090 +:10535000E7E84BC1730CD226C6A39BDF8D4A4AC334 +:10536000F3B528F1AEEA5BB97AC89FC2A9819E3035 +:10537000BE6E2CCDF3AABA2B28FDAC9EE5205C2B8B +:10538000CD1C5EE17E28B63151171A7F7CB5C95B12 +:105390003C0CF57B5D6BD41828FF6CDDBBDBD17E4C +:1053A000003DFA7AFAAE77AC72A15FE60D1E3FCAF5 +:1053B000BE3D943ACDD6931ED9C6E99AFB8E921E75 +:1053C0002BCD128E3E7EEE94E11E934BF13FFC9D61 +:1053D0005419E7D2CFC4DF5B90EF76A23E43F71CAF +:1053E000C3F48682082ED7FA99B89CEE965746B138 +:1053F0002F433F0528075747909F3122D93D07D7B4 +:1054000021FDB4E7FB45D23B28E30343A2315F8C87 +:105410007E0198EA41118F75F5905A6B1AE0E167A9 +:1054200083BC95D88EE9BFD5A37C7C3353617D14B2 +:10543000F4EB0EB7925DF803FC1BCEFF3F1A26F883 +:105440003F97E56AEEC909BCC0FC282EE7FC7B7AD1 +:105450008A8F1BCF063E867E8BA223068C9C0EC6AF +:105460004D26F1F3C34947781C50D00EEDA279BE0A +:105470006A57D813B03E53928E3942E498C511C191 +:105480001C21F389CC8ED5E46DAE144DFDE8D169B5 +:105490009AF218F7604D799FE27C4D3EDE33465319 +:1054A0003F7156A1269FECBD5653BF6FD9344DBEF8 +:1054B0007FED2D9AFA03EAE668CA9DBE859A72F9D5 +:1054C0004E29F3B9DBB213B89CC6BFF4C6459A7A2D +:1054D000C5D6F9742F32B3E9A79AFE9883FB1B7CDB +:1054E000F03FA4ABAFF0E22DA49392B47E8822FBF0 +:1054F000845710457D45DC12632E07EE034576ADDB +:105500005FA2AFB598E2E7FBFE405CD3AE61E2DE9E +:10551000F0E5D28177F0A5E9A092EB15E174F02ACD +:10552000CAA5747E4E10BA5E3C2708850B9E138474 +:10553000E6F19C20B43E9E138496E3394168F9F06D +:10554000235AFC8F6CD3E27FD4D1C2CBC2D715EDE6 +:105550005ABA90F81A7B72DA25F1350BFE47FB3404 +:10556000E3FBFC44805380F5C49BC497C4DF7F15E4 +:105570006F67C2F0F6155B3512DFAFEF2CE1F2BAC0 +:10558000B7FD5BB1B8CFA31CC912F23CDC9E97718A +:10559000A0E1BFCFF21FFA761BEE13DFE8DA872215 +:1055A0003E9319FF3D8CFB13BDFFC2FD2211A349A1 +:1055B000A0FC89F29BF370DFECECDF750C7FBFDBA6 +:1055C00077B78DE4F4FF01523D549600800000004F +:1055D0001F8B080000000000000BDD5A7B7494D57F +:1055E000B5DFDF37335F6692193209210F903093B0 +:1055F00007CF0166268905A1F5030917EF8DAC09D0 +:105600005649308619922060C01075192CDE4C4C1A +:10561000D0E0E336DA8094EB63920B586FB10D88DB +:105620008A6DDA35157CB44B2BD5B66A71C541BC91 +:1056300016B4CA18D6BDC25DB6DEBDF7F94EE60196 +:10564000D4F68F7BFFB8C9CA3A39AF7DCE7E9EDFD4 +:10565000D9E70380A85A0910DBE218B84F01F88A8D +:105660007EAE04689C046D431E800C2F365601806C +:105670003756553B1B20D3AB024C0070789D1AD88F +:1056800001421ED023380ECC50DC88FDD5266C4458 +:105690007AA35BCD910C3740A12D98EDC5F9DDEFD4 +:1056A0005AAD908DEDE0CA76D2787015071C001FB8 +:1056B00058A06EC89E58579685B64579346F8109B3 +:1056C000D7CB0388AF5723836E5E87E9EFDE531095 +:1056D000B90FEB0BA6446DD3A87F87EA1D84A4FE07 +:1056E0005697E8372961AAC7EFD22283C8CA698BC7 +:1056F000E80F6F7645F6123D88D86A711FD376E1C0 +:10570000D4E9C03F5FE1DF6E332CA37DED8EA8E1CD +:10571000F2B900332256305B93FA01FB99EF886DA2 +:1057200005F23DEB07CE94FED9438529F4E61E76BB +:10573000A5F4FBA2D353FA2B5EF5A6D4632417A4D9 +:105740005F756C5ECABCC9F8A7FA01BEF18E9ED225 +:105750003EE5E6F6E53087FB753517607E6C590A45 +:10576000BD2967325505FBAFF596B03E179C0AA4DC +:10577000F4834BC8A5F18EFC08D9C124338433705F +:105780009DC72C10B6E5725DD7B0D448C0384EEB3B +:105790003547BA517E97E11EB273C5BE4C340E4BED +:1057A0001B8F13FBC0FEB095FA911EED1BFB75B36A +:1057B000E80F6762FDE1992EB6278B5957A114E0D7 +:1057C000714B6C3D9892EC3003EDD0CE7AD5C90E7A +:1057D0001EDF3231C54E5719F6F8F04C60BEF65A4E +:1057E000617500E5D67D971DDC73695EAC88F413A6 +:1057F00032ECF8F9A9FA6AB2AB87673A79DE138E10 +:1058000053EB014934CE15EB34A8EAEA5A9AAF407B +:10581000DD414F629D569A8FE36BFCA26CCC16FB68 +:1058200081EF686C47928F420D7AAC7E5E7706D925 +:10583000F78D0F0C3D380DBB1AB43E0BF185F666A3 +:1058400009E07E6A16C7CCE003787BC6DB3BED45FA +:10585000C85707CAF50A805BBD0BEBC2F8EF3528C5 +:1058600027DACF14FC9FF45043F2C572C467E27587 +:10587000FABC82DF317FCB03F6B75110FB1AEDD0B3 +:10588000226177428F497A0A935EF675E216D11744 +:105890007ED069E5F2DF3BD17ECB01F6771672FD53 +:1058A000479D2E2E873AA773FBC14E2FD70F75CE7B +:1058B000E3FA739D3AD70F772EE3F2279D016E2707 +:1058C000F3847C8032615A637623E523ED41CAA7D5 +:1058D000E66EA12FD7664B601059A9516199E24F2E +:1058E000C8FD739FD0EF30F13B418CA37823C7559F +:1058F0009B3CD927EC897132BEA4C71359FE6FF1C6 +:105900003D266773C2DE6D49762EE580FD97F097E0 +:1059100054BFE29FCB0D39968879E3FC09FD25F948 +:1059200011FBD9981F41AC9EFC48CA3752A62E23C2 +:1059300079DDEB10729672F8C4F09B9D865D43583A +:10594000B7FB506F4163E96AD39721B2A31687E68C +:10595000CAC02141FBDA1A1807F02D3DB0F35E6C86 +:105960005FD36F81016C0FE1B21DB9A2DC8AFB0B22 +:10597000852D1FC492E2D24D10C88E2A548B9B886D +:105980005EF7838A7337D69B7A53C7B580A073932B +:105990007DE9695AA705CC1FC4647C72139D073E3C +:1059A000378DA3D29C9887ED1DEF0D2C389A14C724 +:1059B000DEF33AF23ECAA2800B73BF227FEBB0AA9D +:1059C00024C77556C997DD1B257FF9ADC99B81F5A5 +:1059D000D14869369D63A81FF62F2CA319B88F2FC5 +:1059E0003A230B8EA27E5DBB904845426E28CFCCF9 +:1059F000E9747EF498BDE5AE0BED6B4C9E90CFEB59 +:105A0000B65B456C453B7D83E4F6A7574D9041B1AD +:105A1000B6CECA7E1234FAFF143E7B82FB0FD9BC8D +:105A200054FFD4776C4E14F90BD2FAE3714C612A0F +:105A3000BDD1AD5670929F1F724400C77DAC0CEC77 +:105A4000CB46BD7FAC1EC89FE74EEC271813F32F43 +:105A5000E50F0DD382661FC691A005F2EB483FFB10 +:105A60004DDE2EA4BFDDFE62BE8E72B952D1351F4F +:105A7000F313D1286E6D403BA673A906CF47B25FE2 +:105A800049A773A6C1771A5F63F169A112213B1A76 +:105A90000D9BF83C1F5DA6F0BE31BEE924EFDF018F +:105AA00052C7FDD742348F4AF253C8107E4A25F9B7 +:105AB000294C137E4A75F2532AC94FA9FDDA733E69 +:105AC000D6D3B7CF2D607E83BDF3B93E754A58CD8E +:105AD000A4387D83E2DD8BC5CA3DB02D13A7C6BABD +:105AE000565605716B537D62DF538D73E6027D520E +:105AF0005C41F93CE34B8DB7ED5D0AC7DB76459C15 +:105B00009BED0F2A1C6F65FD6C9F51AF16F55BB7BF +:105B1000897ACC62EF55B2057F65E5823F2A89BF5D +:105B2000328BE08FEAC41F95C41FB5531CA23AC53F +:105B300021AA531CA23AC5212A290E51FB1A081486 +:105B4000D311F1CD38C09224FFBAF29C159624F9F6 +:105B5000C922C849A95F652D4A195FED74A7F4FFF2 +:105B600043E18C94FEAB5DBE94FA3F4D9F9F32FEA5 +:105B70001AEFA2943ACCBB3A51C778067A6D4AFD27 +:105B80005AA84BD043395D1708A5D05F59B73E9549 +:105B90005E7073CAFC1BA023657E695B57CAF8D58B +:105BA0001D0A3427D7311C939D35ED1ACF76F26547 +:105BB00069A089FCE0FDACBFDC6E29213D0FAF2759 +:105BC0003B6DDF98E9157AEE5B26F4AE82D073BCAC +:105BD0009EF5BC5513F56A6F81F322F6338C7A5E1D +:105BE000827AF939EA99CA28EA99CA1751CF541E1C +:105BF000453D2F41FDBD8C7AA6F255D433B5FF0A41 +:105C0000F54CE56BA8672A7F8D7AA6F218EA99CA47 +:105C1000373BEBB8FC6D6790E7FDBE731D97EF74E3 +:105C2000B671FB1F3A3BB87CAF33CCED23B88F661F +:105C30004B625F8477CB92E44BF8B62C493E846785 +:105C400093EB846793C7139E4DEE273C9BDC4F7804 +:105C500036B94E3836793CE1D7E4FA535E17FB216A +:105C6000E1D6E479845393EBB3FBC22F9D26FB7AF4 +:105C7000F4B3A3544ECD0E1D543034ECF1FDBACE26 +:105C80008C386A6A56C89F8358C1D2F556DD120C0B +:105C900001C173151C0FE6409CF16510C792DE82AE +:105CA00051E0FBC0ECF345DCFFF60CA7B8E7D00FE2 +:105CB000EADD77081867BE3DC3C5ED72BE179C26A6 +:105CC0002AE5F844FDE2E3D2D797E3383E26ED0318 +:105CD000CF471FC573DF56BB9FEE2DFB5465750084 +:105CE000ED691FE2A315186F67EDD7551BF6D71D99 +:105CF00072FA4C2E1ADFE6A77BCBBB06EE91E3A728 +:105D00009AE1558B3FC1C793DF700F12BDA84FE0DA +:105D1000DF049F3133C5738C137A04E72D8C1FBBCE +:105D20002A1BC707C38BAA887E8D26F002AE730597 +:105D3000DDFB6685157D30C9BE7F65D00B860FBC47 +:105D400048F1F5C927968B799962DE934F8CE3F57C +:105D500097F72883265C7FE17ED00770FE5BC67EC6 +:105D600067ED8F9A68BD508F584FD20D3D5AACB930 +:105D7000E85E096D771656928C14A0B88D7C1D25AF +:105D8000BEA4FCE4F8A9E832163C3F36D156519542 +:105D9000DBA7F70548CE01558CB35A7542A4B0E98C +:105DA000702D50BCFF66654E751ED11D062FC1D5E6 +:105DB0006B2A7F93C2378BED72A6CBE7D7B4B012B4 +:105DC000CD42569687BBEEA6E3ED9AF0E69726D035 +:105DD000F83DE075BBF8E8816FF913FB9BA91F50F4 +:105DE000F1F8030F1C536D0AE91D8E8C4FB223D4BA +:105DF000C4B749EF3EAF05482FB566A785E246FA1E +:105E0000F92EF1C259C20BBC2BA3DF29FADBEF3A02 +:105E100077E25E8A47CF0ABC20714EC8297808EE27 +:105E20005238AE9DEDC16B07C9F9D98C08105E439D +:105E30003CE1427BFC547D2D7F25CEDB581A295650 +:105E4000515E1B260ECCC935311EB0F891D14FC220 +:105E50004796D7219D133DCFE493DCCEF65C971D8A +:105E600065CA8813719D66433ECD5BD7D51093A15B +:105E7000D9431ADD6F3EC038A34FA3FD2FCC8E113E +:105E80005F7D02E7D5E12FC5E9D0EBE3F3096FA50C +:105E9000E3BFF53D969086F7B5F569B8EF6603F771 +:105EA000DDFC35B86F92DFC07D5EF032EE333564D5 +:105EB000072F128F6529F11DE29B12FF45F00D1887 +:105EC000F7985B6D82CFD0EB47AE63DCD256AE1253 +:105ED0006E9178A7A14BE0193800917285EA57B10D +:105EE0009F363CAB7B159CF7868163569C9BC4FA1E +:105EF00078CBC02DD79D9BC571A12666E3F6EBCF6D +:105F00001571B9F2DC0C6E5F6117F121F60244EEF7 +:105F1000A67B5D3843E0A86160DC946EA73E7056B6 +:105F200093DDCFD495230417AF211C84F4EA08171E +:105F30008D27BB0F6D9B40761F01C6ADE976BFB2C2 +:105F4000C15D4D7CCC58A600F9ABB4FB60F8176C72 +:105F5000AFCBD15EA9FD9A7097259FE6ED07E62F9E +:105F600068DC53A57DA7FB436396717FB78BFCD19B +:105F7000D8BD9E3679056DBEA25EF7F07D1A60A28F +:105F80003030403D3B3CA27F9DBFA2BEA78CEF417D +:105F9000E16C7FE29E45755BD2BD8AEA8EA47C03EC +:105FA000418C8549F75DC2F736310FF2FD897B19C7 +:105FB000A583CE25DD8F4B8CFDCBFB1BD1378B7999 +:105FC000D17C7F226F20F314942FA0B85B6D7AAF41 +:105FD000BA8071608E5FF8ABB09F0F0C7F2DAC5C08 +:105FE000BCA902E5D3BEBDBC00FE8A5D36A1DEC8F9 +:105FF0003F1BB363B72B788E6DF383BE641E403DA9 +:1060000048794114D0EE5719F51F1FBCF6DD5E0F1D +:10601000CB99EB5D07BF591F46FADB173E1CA0FD6D +:1060200025E26040273D677974087A2EE443E6292B +:106030007EEC17E3D3F3154D1E714EC8FCDA07DB77 +:106040009FFF51721E46E6F1F01CE37BCCCE158516 +:10605000BEFB8C784A76B57BC3657C9E0EFA8DF3C9 +:106060000AFDC2354DE05F2A09FFBA3204FEA53AA7 +:10607000E15F2A09FF523BE15FAA13FEA53AE15F07 +:10608000AA13FEA592F02FB59F77071E15FEDC67B9 +:10609000A5FB2F4C8F7F7F2FAEDFD8A901ED47DE08 +:1060A000939FD890A9131F4FDCA9715C94F7E50664 +:1060B000EDD84B5677420EC73B1EB6D0F981622F02 +:1060C00077219D556D362FC5EDC2CAC053FE2A9269 +:1060D000A757A33813F4441417CA75A2D3C8DB9486 +:1060E000C67DB763B9A942D0A92911E7E214131CF0 +:1060F00005B4AB270BF4219A5F58197C86F6BB6672 +:10610000D8F7F224179D53391AE9A7B140E45F513B +:106110009EC52B1C0939BF62E49FEE245FC6F96758 +:106120008C3C21EAA9B704F7579FE764B9A3DDF6D1 +:10613000D0BDEA1543DE32FF96C84B98394FA4759F +:1061400068916E45E413347F52BE0E447E42CA4BC2 +:10615000E619127272BECC795587E622FC12B24F54 +:106160005D4AF61FEA5372292E549B6A5E66FCFC58 +:1061700090BB84F0F379BF914736EE872DC639D7AF +:10618000BEA3542BA271DB11C561BD26D7C574E235 +:106190000F2ACE4117F9178E4BCA0735EF9ACFFE5B +:1061A000D11CC1B2E2D27E74C3434726BF40F6176A +:1061B000D535DA6FB313C34452FEA3A94F617B4EAA +:1061C000AF9FF69B84FD236C2779DD789B5B5B4357 +:1061D00079418419ED1EE2C395823F1A287FEE674C +:1061E000FD0A793C84FB768BF5FC49F4D710FDA4BD +:1061F000F5A53D9CF53B985EC8E9D28ADC543A7916 +:106200009F17C8C1907F533462F1D27ECCB82ED68E +:10621000573923165A674D8F8FF3F1C107C43AC11E +:10622000DE1C6D36E128B3539B8CF5864CE187B8B4 +:106230003FC69BCD28975CCAB7E522BEB45F289FB6 +:1062400090B1DFE6BE1CAD25A5FD210BD979BD11AE +:10625000F7D7F42CD2549A6F16FCBA2B847D060D16 +:1062600079FEC766DB7D94F7AFEF7FA55C21FB6C01 +:106270002BF229C8E7F80A71AF765708FB92F2A80B +:1062800077F6313F63F2DC81FC23C9166780E9A30E +:106290003D84C97F9AFB05FDE6FE90E6C172AD39EB +:1062A000A85DC6EB3B98DED8BABB7E61AC6BF3D27F +:1062B000BAE00CF2BBC3473B5616331FFD8F58485C +:1062C0006E0EAF6B29E14DB403B64B690F8D15C24D +:1062D0000F25FF951576A65F69EC7F2CAF6D9C4B63 +:1062E000D2BF9A1F08818EEB3615E239A924FC4AE9 +:1062F000FA99F4AFF4FC5DBD91BF7B5C0B440B9548 +:10630000441CC0F3B1EDE045CE8D4DC63E5619FAA2 +:1063100040F9707C91FD375608BF6B20F926CD27D8 +:106320007A44F76AD9BF385ABED993182FD76DC8A7 +:1063300015F3483F6427571BEBD1F8761EAFA6F83C +:1063400075D3187EDDBF2D9FCEC3030AE7D9DA1FB0 +:106350003C32F90EF2F3A7B328930B9FB4EEDD5451 +:106360004487AD39C2FA90FB6A41BC42FEBDD638C3 +:10637000079BA317F7F3333383AB2A92FCB0F97B67 +:106380004F4FA5B889FC47295EBCF7F44F7F77854E +:106390002B717E497ED6F40E709CBCF1811CBF49E6 +:1063A000C4C95E8A939B0CBE9B7A84DE00F5467856 +:1063B0004EEA37D4A3F079D1D471798470D0183EE5 +:1063C000488B9BE9FA947A96FA947AC0F389F3BBE6 +:1063D00012474B3EEE30FCE74EE3DC5865D8E1AAAD +:1063E000758B384EAEE90D55D0B15C6FB4D737A779 +:1063F000B68FE9C129F5E0B987EC7A7448E861F411 +:10640000018BC8BFED1779C34FDA9FFFF5F538EE62 +:10641000E39D03C5C9EF2E2D463E6DAD81236F422E +:106420003D5C2C8F887AB83F590F373D61E8A164F5 +:10643000E8B39F50BCD99CC1EF724DF8370FE5F41B +:10644000C9FEEF592661FB0D2D4A0EED7777855B6E +:10645000F039346029A17B419BCF49F9DFDD465CEF +:1064600048B76B2C7548922F9D0F4A6E02C7C8F132 +:10647000149F0EE03E6EDB6C1B0773896E4EAE936D +:106480002E63156A4ABC91FB3EB939F42F748F39DB +:10649000691376DE8AF3E9FDE7E4226F71BB278199 +:1064A000F3206FE800BF93DDE2E17B3AAEFF2ABD47 +:1064B00043BC60D84F59592C42FB977853C3784559 +:1064C000EF4183AAE0BFC424CA7FCD1C9AD1F657FE +:1064D0007060596BEC73DA8FC4B912DF9E30E4221E +:1064E00071ACC4A5978A431AECE92DA177853CF0DD +:1064F00076BB2E8C43925E7A3C92FC4ECA1A7A8A04 +:10650000EC65D22D33FD8413B44CE8257E7E7F09E3 +:106510007E4FBA855C2FB57FB9EF3179A051CECBD4 +:106520004DF021F78318575709B77D6736E3C693B7 +:106530005DDE6292D7A5F83CE90EB2DFC68BC03BA8 +:10654000E8FEFA785BDFAC8489BEA5C3C1F909E92E +:1065500037CD63EF049EEC18F231DA27DE074E2ABE +:1065600078EE107F9B6D2ADB89C1E7DF9BA7FE7366 +:1065700045AEF13E107310AE6BC834E241549CCF6F +:10658000231DA5CCAF6C97E7F38833E6C84D8AC7C7 +:106590001FB689F3AD15E9903F414729ECC5A546E3 +:1065A000FA4E3A54B65BB13F39EF368BA00F0E2D41 +:1065B000B257215C53AB85287E77BC6551B0B45689 +:1065C0008AB833A574482FC8635CC7B8A3DBE12D34 +:1065D000A4F5BA73BC85C9F820CB7E3DE7694EBAF5 +:1065E000A36594B78AFB6C2CF711FBF54B291E8D24 +:1065F000ECCAA19710B84DF18E741056DD96C1F912 +:10660000F71A157A15B693A83689CEF72E85E38347 +:106610006CDF322B5850594538F9C07FFD81E86E48 +:10662000CBF2D23EE04B5C17E3255DBBC9CF77567A +:1066300008FC9B9E3749CF934CD15C9C4789FFD285 +:106640000483221EBE4DF5965F5A52DE61E4FB5074 +:10665000CBC0B59C9F6836DE7D5A285F52C1EFFDE6 +:10666000001802EFE9BF2A9FECA2F9A1EA9D613C64 +:10667000578A150850BCF9D01CABA5B8706AA02089 +:10668000B72BE95E743C92C1EF6FA7069E7FFD7247 +:106690005CF7B3C3137C1CA77595CF93ED6579ACFC +:1066A000EFAA4A718E26E5ADF40248E4AD9A07EEF2 +:1066B0002D065CAF7963F7542A4F0DD8EA28FE2FD8 +:1066C00071D62EC941BA6B1FCDE1BCE0F156918F56 +:1066D000D8F09B72B6EBAB0DBDB6FEE5C8E34EC479 +:1066E000152DD8E6C475FF73282B12C6AED6CEC3BF +:1066F000C5F489C59319C1259538EE6675F8FAF980 +:10670000741E28917D453CDE75D1BCB62C3FA27B22 +:106710001CDAF7C67F7E87E97CAABEB6BC1EE7B747 +:106720006E7C661CD1B979C75B973B55CE2B05882B +:106730003EBD53394900BB06E6D0B97CA5A2AFA83F +:10674000E4BC586AFE257D9DEB8CFBC34AE3DE5317 +:10675000931BB8BEBE92F5CAF671A9FDAD3BACA4C1 +:10676000BCDFDD18C9D6C0C379578DDE89834E6082 +:10677000DC7BCA041DFCAE65E01CD9BEA152AC7B1B +:106780002ABBAF98FC60FDBE478AC9EE4F3B44BDB3 +:1067900061DFCA5F51FC0BEEC910F8DB0C9A17E7FA +:1067A0003585057E8675B99C9794EBDF5699C5F4BF +:1067B000D6EFAA48394F293143EDA7CDE2BB922944 +:1067C000A6CF7D84C78E9BA32D6427C711BF865992 +:1067D0009F223E1EEF332DE5EF586E538070CAF1B5 +:1067E000BE671C65F604AE73540E4529BE6D3C941D +:1067F000E33709D3663BDFE494F1CDBE94E206E2D1 +:106800003327F941FB0B2F2D055107502E2DCF0DAE +:10681000062E1BAB1F3AA0118E6EDD2FF048EBD079 +:10682000819727E691DD1A78C4C0391B0D9CB3E926 +:106830009090CBC64327B4A6E47BC5F4DC7B26212D +:10684000327CA4B2A17E070E0D91DEAEC0FBFDC16D +:106850007F5CD58567CB61BF91B736C7192FDE370F +:10686000FD4DBE276FEC31E84D7FF39E12E6B77603 +:106870007C329EDA5569E179723ECA83E77558C762 +:10688000CDA1F8F9854D94E1C520BE0B1AB1F1FBFD +:106890007BA12DB88FECF50E53E0C05ACEB7B5CD25 +:1068A00025FBFC1BBE5BFA21D9F3B071BE453766F0 +:1068B000F612FED037D9CD54766FB4331ED137BF20 +:1068C00069A3BCC2F06799AA328E4C247E44C57578 +:1068D000B617049FA5750B00BDD344E75754A1FB21 +:1068E000C0999FFDB182F67D66727C0490158BD2B3 +:1068F000B06A09DAD5CF2A0DB9786215B4BF092F6D +:106900008AF3E1310BF4D2B90BE600D0F72F51E353 +:106910005D327C5EE5EF558695E8BF717E28C3DE6B +:106920004BDFC99C35ECFCC3D2C0515AFF58AEA90D +:10693000DC4FEB1AEF95938D7B9736B1D04EF6AEC8 +:10694000E83A74207D5579A989ECE6FEB815E89EF1 +:10695000DF6DC873F2C4657C4E2AAE3C3AB3E045A5 +:106960008F1ACEC0F5EF072BBF9B6AAA4DE7FEE159 +:1069700057CED37749934C9F1FC9C6FE497728DE6F +:106980006EDC6AE3E847FC5DCEC8F9FD364ACABD55 +:106990005A107C97F635D1149BFD5D85CEA5E7ACEA +:1069A0000A8ECF9BA33A4D463ED48AF6BD58FC0BC7 +:1069B000C35BCE8FCBC5F98BE3992748BE67E21F37 +:1069C0003DFD7C259556CE5B2E1E364533E6D0A484 +:1069D0006A7D2CDF5CC2856EBD3C4107FA1E01F268 +:1069E0009B5B8CF345D2BBD4FC33852E33EB2B6EF3 +:1069F000E5EFEACED8D508DDFF160F1F7987F85CE2 +:106A00006CB547299F0D56CB9FC6F2D9B4EEB1C9DC +:106A1000391FCDE2A30DBE42D092DF2DF4F8ADECCC +:106A2000D4FBA7A54AE0574B9588EB52DECC7CCA35 +:106A30003928FC5DEE7BD4AE89FCF13AF10E303A98 +:106A40008CB8E6227156966F11AE41BC32BF5CB76E +:106A5000545525EC40EA5DAE2BF52BF508771E7BEF +:106A600029DBCDFA9BFD5DA07B4FECB13714D69F9F +:106A700093E8EC3E37E823BD763B96BA839EFF7FD2 +:106A80007A4B8F2BC14C2CE75E185F30AE644EC33F +:106A9000F20BB58FFD1BE34D6515EA73B5A74D11DC +:106AA000F9C6B0F237C69BF924D7B1EF241DAA78F6 +:106AB0004F34F2B4DDF49DA442DF4902E3DDF81661 +:106AC00087D1EFEA3253FF5697F73EE0EF24C5FC3B +:106AD0002D59A9DF496E2965BC481B627A61414F77 +:106AE0007E87D84DEBE0BC70388BC775D3F792D951 +:106AF00089EF10C997994E2B083A725F6DE2FBCC73 +:106B0000FC6E313F7EBBC6DF7706B3C5778CC133E1 +:106B1000222E06AB728CB81FAB22BC7CFFDD0E2090 +:106B20003B94FAE627035742DF2643DF133D42DF5B +:106B300013ED6A3483F4B66E899EACB75D4413E5F9 +:106B4000FD53C4F556DA5FADF88EAFBF562FA2F7EE +:106B5000CCFEDA7C95F0D1737FB9F5FDBB687FAFD1 +:106B60005B18A7F6FBC47EFB7F56CAF8694435F86C +:106B7000DB97C1F327DCBCB688F4672AAC58D88C05 +:106B8000E7E4CECCC80CD26FBF43E571FDE52AFB2C +:106B90005FBF5BCCEB5FEF613A63FA7BD091F29D14 +:106BA000EB9975B9527FE29E608E8F2339A0BEB8F3 +:106BB0008E7AAA3BC8F984F8B8E4F79533068E3884 +:106BC00063E863AC1DC477AD92CED7B59FCE0FDE20 +:106BD000CBFE6FF4F7E7E845848BD2E5BDA3CBD7B6 +:106BE0003B95ECC0A13A09E75F4A4F592BB5C7F76F +:106BF00026E9878E39E23BAB7B01DB83D4D74E7924 +:106C00005E6D3189EF74D3F40797097B9079802901 +:106C1000E113DFE7C71B88CD20BF417F9B4EF7C53F +:106C2000118A5B7313F6AAE8E23B33699F327EA5B3 +:106C3000FBADD281F16CDCC5FC7688CFE52FD4A802 +:106C4000F4DB1F92DFC2CFBD2EAA776F3E56C4DFA2 +:106C5000DF7DBDDF0ED1BCDB0B83CF907CF38C38A6 +:106C600031D184F66262BB5A67BC432A24E7F70D30 +:106C7000F9ADC638341EFDE3F52A23EFB6352D1ED7 +:106C800019F26E34C6BFFF29FAD1DC84BE561BF759 +:106C9000A2C6AD192728AE356EB508FFE8A8D6D331 +:106CA000E8705C9674C0F5F904E247CE5BBDFEBFA8 +:106CB00027100EBEE4FCD86539F41ECB7111F97DA6 +:106CC0005D0BBC41FC8EC049FECEEBB53F9BF8DDB1 +:106CD000E204CADB4576B2A740DCDB72048DB78DD7 +:106CE000F36DB635F07B92CF6BBE3F96D33D08BEB9 +:106CF0003C7219EDA3B020F02ED1DB5E36CAEF2F27 +:106D00002345710BD11DA9FF7832ED6B75C72B1C84 +:106D1000B757CBB8FD35724A978F945B82DFD109A4 +:106D20008473FFAFE425EDE47F000E26D280A02F10 +:106D30000000000000000000000000400000000013 +:106D40000000000000000040000000000000000003 +:106D500000000028000000000000000000000010FB +:106D600000000000000000000000004000000000E3 +:106D70000000000000000010000000000000000003 +:106D800000000008000000000000000000000000FB +:106D900000000000000000000000000000000000F3 +:106DA00000000000000000000000000000000000E3 +:106DB00000000000000000000000000000000000D3 +:106DC00000000000000000000000000000000000C3 +:106DD00000000000000000000000000000000000B3 +:106DE00000000000000000000000000000000000A3 +:106DF0000000000000000000000000000000000093 +:106E00000000000000000000000000000000000082 +:106E10000000000000000000000000000000000072 +:106E20000000000000000000000000000000000062 +:106E30000000000000000000000000000000000052 +:106E40000000000000000000000000000000000042 +:106E50000000000000000000000000000000000032 +:106E60000000000000000000000000000000000022 +:106E70000000000000000000000000000000000012 +:106E80000000000000000000000000000000000002 +:106E900000000000000000000000000000000000F2 +:106EA000000033200010000000000008000033281C +:106EB000001000000000000200003320001000005D +:106EC0000000001080000000000000000000000032 +:106ED00080000000000000000000000080000000B2 +:106EE0000000000000000000800000000000000022 +:106EF0000000000000003358000100040000000101 +:106F00000000336000000000000000020000336851 +:106F100000000000000000080000336C00000000CA +:106F200000000002000039200000000000000008FE +:106F300000003AF80040000000000040000039382E +:106F4000008000000000004800003A3800400000C7 +:106F50000000000800003A4800400000000000184F +:106F600000003370002800000000002800003C20D2 +:106F7000000800000000000100003C2100080000A3 +:106F80000000000100003C22000800000000000199 +:106F90000000200800100000000000100000200089 +:106FA0000000000000000008800000000000000059 +:106FB00000000000000000000000000000000000D1 +:106FC00000000000000000000000000000000000C1 +:106FD00000000000000000000000000000000000B1 +:106FE00000000000000000000000000000000000A1 +:106FF0000000000000000000000000000000000091 +:107000000000000000000000000000000000000080 +:107010000000000000000000000000000000000070 +:107020000000000000000000000000000000000060 +:107030000000000000000000000000000000000050 +:107040000000000000000000000000000000000040 +:107050000000000000000000000000000000000030 +:1070600000000000000000008000000000000000A0 +:107070000000000080000000000000000000000090 +:107080008000000000000000000000008000000000 +:107090000000000000000000800000000000000070 +:1070A0000000000080000000000000000000000060 +:1070B00080000000000000000000000080000000D0 +:1070C0000000000000000000800000000000000040 +:1070D0000000000080000000000000000000000030 +:1070E00080000000000000000000000080000000A0 +:1070F0000000000000000000000000000000000090 +:10710000000000000000000000000000000000007F +:10711000000000000000000000000000000000006F +:10712000000000000000000000000000000000005F +:1071300000000000800000000000000000000000CF +:10714000800000000000000000000000800000003F +:10715000000000000000000000000000000000002F +:10716000000000008000000000000000000000009F +:10717000800000000000000000000000800000000F +:1071800000000000000000000000000000000000FF +:1071900000000000000000000000000000000000EF +:1071A00000000000000000000000000000000000DF +:1071B00000000000000000000000000000000000CF +:1071C00000000000000000000000000000000000BF +:1071D000800000000000000000000000000000002F +:1071E0000000000000000000000019C800000000BE +:1071F000000000080000200800100000000000103F +:10720000000020000000000000000008000048709E +:1072100000080000000000010000487100080000A4 +:10722000000000010000487200080000000000019A +:1072300000004040003800000000003880000000DE +:1072400000000000000000008000000000000000BE +:1072500000000000800000000000000000000000AE +:10726000800000000000000000000000800000001E +:10727000000000000000000080000000000000008E +:10728000000000008000000000000000000000007E +:1072900080000000000000000000000080000000EE +:1072A000000000000000000080000000000000005E +:1072B000000000008000000000000000000000004E +:1072C00000000000000000000000000000000000BE +:1072D00000000000000000000000000000000000AE +:1072E000000000000000000000000000000000009E +:1072F000000000000000000000000000800000000E +:1073000000000000000000008000000000000000FD +:10731000000000000000000000000000000000006D +:10732000800000000000000000000000800000005D +:1073300000000000000000008000000000000000CD +:1073400000000000800000000000000000000000BD +:10735000800000000000000000000000800000002D +:10736000000000000000000000004000004000009D +:107370000000004000004800004000000000004005 +:107380000000482E004000000000000100004800FE +:10739000004000020000000100004801004000021F +:1073A000000000000000300000400000000000402D +:1073B000800000000000000000000000000030001D +:1073C00000080040000000040000300400080040F5 +:1073D0000000000400003B8000280000000000289E +:1073E00000003BD0001000000000001000003BDA5D +:1073F00000100000000000010000380000800000C4 +:10740000000000800000380000080080000000023A +:10741000000039000040000000000040000020088B +:10742000001000000000001000002000000000001C +:107430000000000800005198000800000000000152 +:107440000000519900080000000000010000519A5E +:107450000008000000000001000039800010000456 +:1074600000000004000051A80030001800000010C7 +:10747000000051B000300018000000028000000041 +:10748000000000000000000080000000000000007C +:10749000000000008000000000000000000000006C +:1074A00080000000000000000000000080000000DC +:1074B000000000000000000080000000000000004C +:1074C000000000008000000000000000000000003C +:1074D00000000000000000000000000000000000AC +:1074E000000000000000000000000000000000009C +:1074F000000000000000000000000000000000008C +:10750000800000000000000000000000800000007B +:10751000000000000000000000000000000000006B +:1075200000000000800000000000000000000000DB +:10753000800000000000000000000000800000004B +:1075400000000000000000008000000000000000BB +:1075500000000000800000000000000000000000AB +:10756000000023E80080000000000080000000010F +:1075700000000000000000000000200800100000D3 +:1075800000000010000020000000000000000008C3 +:1075900000002E70000800000000000100002E71A5 +:1075A000000800000000000100002E72000800002A +:1075B00000000001000024E800380000000000384E +:1075C00000002DD00008000000000008800000002E +:1075D000000000000000000080000000000000002B +:1075E000000000008000000000000000000000001B +:1075F000800000000000000000000000800000008B +:1076000000000000000000008000000000000000FA +:10761000000000000000000000000000000000006A +:10762000000000000000000000000000000000005A +:10763000000000000000000000000000000000004A +:1076400000000000800000000000000000000000BA +:1076500080000000000000000000000000000000AA +:10766000000000000000000080000000000000009A +:10767000000000008000000000000000000000008A +:1076800080000000000000000000000080000000FA +:10769000000000000000000080000000000000006A +:1076A000000000000000250000400000000000086D +:1076B00000002508004000000000002080000000BD +:1076C000000000000000000080000000000000003A +:1076D000000000008000000000000000000000002A +:1076E000000030000000000000001000000050A169 +:1076F0000000000000000001000050B80000000081 +:1077000000000002000050C80090000800000008BF +:107710008000000000000000000000000000296060 +:1077200000080000000000010000296100080000BE +:1077300000000001000029700008000400000002A1 +:107740000000297800080004000000048000000008 +:10775000000000000000000000002FB00008000042 +:107760000000000400002FB4000800000000000426 +:1077700000002FC0000000000000000800002FC81B +:1077800000000000000000080000300000000000C1 +:107790000000001000005040000100010000000146 +:1077A0000000500000000000000000200000080859 +:1077B00000100000000000040000080C0010000091 +:1077C00000000001000008B70000000000000001F8 +:1077D000000008B6000000000000000100001000DA +:1077E00000400020000000040000100400400020C1 +:1077F000000000040000100800400020000000020B +:107800000000100A00400020000000020000100CE0 +:1078100000400020000000010000100D004000208A +:10782000000000010000100E0040002000000001D8 +:1078300000001010004000200000000400001014A0 +:10784000004000200000000400001018004000204C +:10785000000000040000101C004000200000000494 +:107860000000300001000080000800040000300427 +:1078700001000080000800040000000A0000000071 +:1078800000000000000030680100008000000001DE +:107890000000306901000080000000010000306C31 +:1078A00001000080000000020000306E0100008036 +:1078B00000000002000030700100008000000004A1 +:1078C00000003074010000800000000400003066F9 +:1078D0000100008000000002000030640100008010 +:1078E0000000000100003060010000800000000284 +:1078F00000003062010000800000000200003050F3 +:1079000001000080000000040000305401000080ED +:107910000000000400003058010000800000000456 +:107920000000305C01000080000000040000307C9A +:1079300001000080000000010000307D0100008097 +:107940000000000100001C180010000000000004EE +:1079500000001C30001000000000000400001C3873 +:107960000010000000000004800000000000000083 +:107970000000000080000000000000000000000087 +:1079800080000000000000000000000080000000F7 +:10799000000000000000000000004C100008000083 +:1079A0000000000200004C1200080000000000026D +:1079B00000004C14000800000000000200004C16FB +:1079C000000800000000000200004C200008000039 +:1079D0000000000800004C00000800000000000249 +:1079E00000004C02000800000000000100004C04F0 +:1079F000000800000000000200004C3000080000F9 +:107A00000000000800004C400008000000000004D6 +:107A100000004C44000800000000000100004C5031 +:107A2000000800000000000200004C5400080000A4 +:107A30000000000200004C5200080000000000029C +:107A400000004C600008000000000004000014006A +:107A500000080000000000020000140200080000FE +:107A600000000001000014040008000000000002F3 +:107A700000001410000800000000000200001414B0 +:107A800000080000000000020000141600080000BA +:107A900000000002000019B8000800000000000803 +:107AA0000000142000080000000000020000142460 +:107AB0000008000000000002000019C800080000D3 +:107AC0000000000800002C10000800000000000169 +:107AD00000002C11000800000000000100002C1222 +:107AE000000800000000000100002C130008000046 +:107AF0000000000100002C0000080000000000024F +:107B000000002C02000800000000000100002C040E +:107B1000000800000000000200002C3000080000F7 +:107B20000000000200002C320008000000000002EB +:107B300000002C34000800000000000200002C208F +:107B4000000800000000000100002C2100080000D7 +:107B50000000000100002C220008000000000001CD +:107B600000002C23000800000000000100002C246D +:107B7000000800000000000100002C2500080000A3 +:107B80000000000100002C26000800000000000199 +:107B900000001480000800000000000200001482B1 +:107BA000000800000000000100001484000800002C +:107BB000000000020000149200C000180000000243 +:107BC0000000149000C00018000000020000149C87 +:107BD00000C00018000000080000149400C0001845 +:107BE00000000008000014A700C0001800000001F9 +:107BF000000014A400C0001800000002000014A639 +:107C000000C000180000000100001610000800006D +:107C10000000000800001620000800000000000816 +:107C2000000016300008000000000008800000007E +:107C300000000000000000008000000000000000C4 +:107C400000000000800000000000000000000000B4 +:107C50008000000000000000000000008000000024 +:107C60000000000000000000800000000000000094 +:107C70000000000080000000000000000000000084 +:107C800080000000000000000000000080000000F4 +:107C90000000000000000000800000000000000064 +:107CA0000000000080000000000000000000000054 +:107CB00080000000000000000000000080000000C4 +:107CC0000000000000000000800000000000000034 +:107CD0000000000080000000000000000000000024 +:107CE0008000000000000000000000008000000094 +:107CF0000000000000000000800000000000000004 +:107D000000000000800000000000000000000000F3 +:107D10008000000000000000000000008000000063 +:107D200000000000000000008000000000000000D3 +:107D300000000000800000000000000000000000C3 +:107D40008000000000000000000000008000000033 +:107D500000000000000000008000000000000000A3 +:107D60000000000080000000000000000000000093 +:107D70008000000000000000000000008000000003 +:107D80000000000000000000800000000000000073 +:107D90000000000080000000000000000000000063 +:107DA00080000000000000000000000080000000D3 +:107DB0000000000000000000800000000000000043 +:107DC0000000000080000000000000000000000033 +:107DD00080000000000000000000000080000000A3 +:107DE0000000000000000000800000000000000013 +:107DF0000000000080000000000000000000000003 +:107E00008000000000000000000000008000000072 +:107E100000000000000000008000000000000000E2 +:107E200000000000800000000000000000000000D2 +:107E30008000000000000000000000008000000042 +:107E400000000000000000008000000000000000B2 +:107E500000000000800000000000000000000000A2 +:107E60008000000000000000000000008000000012 +:107E70000000000000000000800000000000000082 +:107E80000000000080000000000000000000000072 +:107E900080000000000000000000000080000000E2 +:107EA0000000000000000000800000000000000052 +:107EB0000000000080000000000000000000000042 +:107EC00080000000000000000000000080000000B2 +:107ED0000000000000000000800000000000000022 +:107EE0000000000000000000000000000000000092 +:107EF0008000000000000000000000000000000002 +:087F0000070813000000000057 +:00000001FF --- linux-lts-utopic-3.16.0.orig/firmware/bnx2x/bnx2x-e1h-7.8.17.0.fw.ihex +++ linux-lts-utopic-3.16.0/firmware/bnx2x/bnx2x-e1h-7.8.17.0.fw.ihex @@ -0,0 +1,10748 @@ +:10000000000021E800000068000005D80000225828 +:10001000000036E4000028380000007000005F2077 +:100020000000860400005F98000000A00000E5A02A +:1000300000009C8C0000E64800000088000182D887 +:1000400000004344000183680000008C0001C6B03A +:100050000000C6780001C740000011C400028DC036 +:100060000000000400029F88020600DC000000017E +:100070000306100002000000010600D80000000086 +:100080000306020000030200020600DC000000007C +:10009000010600B800000000010600C800000000D2 +:1000A0000206016C00000000010600BC0000000018 +:1000B000010600CC000000000206017000000000F4 +:1000C000020D004400000032030D004C0004020346 +:1000D000040D005C00000004030D008C00110207F9 +:1000E000020D015C00000001030D01640002021812 +:1000F000020D020400000001030D020C0003021AAD +:10010000030D02200002021D040D028000000012F7 +:10011000030D03000018021F040D03600000000C13 +:10012000040D400000000A00030D0004000F023718 +:10013000020D01140000000D020D01180000002D39 +:10014000020D01140000001D020D01180000003D09 +:10015000020D01140000004D020D01180000006D99 +:10016000020D01140000005D020D01180000007D69 +:10017000031010000003024602101050000000019E +:10018000071011000010024908101140000000087B +:100190000710116000100259081011A0000000188B +:1001A000071018000200026904104C000000010052 +:1001B00002104028000000100210404400003FFFE1 +:1001C0000210405800280000021040840084924A27 +:1001D0000210405800000000030C200800030469CE +:1001E000030C201C0004046C030C20380011047064 +:1001F000040C207C0000004F030C21B80011048186 +:10020000040C21FC0000000F030C223800040492AF +:10021000010C224800000000010C224C00000000EC +:10022000010C225000000000010C225400000000CC +:10023000010C225800000000010C225C00000000AC +:10024000010C226000000000010C2264000000008C +:10025000010C226800000000010C226C000000006C +:10026000010C227000000000010C2274000000004C +:10027000010C227800000000010C227C000000002C +:100280000A00000100000001020C2000000003E849 +:100290000A00000100000002020C20000000000A19 +:1002A0000A00000100000004020C20000000000110 +:1002B0000520040000860000062007800010049638 +:1002C000042200000000400004232400000000403D +:1002D00003221250001004980422B14000000020B4 +:1002E0000422C800000000060322C818000404A865 +:1002F0000422C8280000000C0322C858000404ACE3 +:100300000422C8680000000C0322C898000404B04E +:100310000422C8A80000000C0322C8D8000404B4BA +:100320000422C8E80000000C0322C918000404B825 +:100330000422C9280000000C0322C958000404BC90 +:100340000422C9680000000C0322C998000404C0FC +:100350000422C9A80000000C0322C9D8000404C468 +:100360000422C9E80000000C0322CA18000404C8D3 +:100370000422CA280000000C0322CA58000404CC3E +:100380000422CA680000000C0322CA98000404D0AA +:100390000422CAA80000000C0322CAD8000404D416 +:1003A0000422CAE80000000C0322CB18000404D881 +:1003B0000422CB280000000C0322CB58000404DCEC +:1003C0000422CB680000000C0322CB98000404E058 +:1003D0000422CBA80000000C0322CBD8000404E4C4 +:1003E0000422CBE80000000C0322CC18000404E82F +:1003F0000422CC280000000C0322CC58000404EC9A +:100400000422CC680000000C0322CC98000404F005 +:100410000422CCA80000000C0322CCD8000404F471 +:100420000422CCE80000000C0322CD18000404F8DC +:100430000422CD280000000C0322CD58000404FC47 +:100440000422CD680000000C0322CD9800040500B2 +:100450000422CDA80000000C0322CDD8000405041E +:100460000422CDE80000000C0322CE180004050889 +:100470000422CE280000000C0322CE580004050CF4 +:100480000422CE680000000C0322CE980004051060 +:100490000422CEA80000000C0322CED800040514CC +:1004A0000422CEE80000000C0322CF180004051837 +:1004B0000422CF280000000C0322CF580004051CA2 +:1004C0000422CF680000000C0322CF98000405200E +:1004D0000422CFA80000000C0322CFD8000405247A +:1004E0000422CFE800000006022380000000001074 +:1004F00002238040000000120223808000000030B0 +:10050000022380C00000000E022383800007A12088 +:10051000022383C0000001F402238BC0000000010D +:100520000A00000200000001022383000007A1204E +:1005300002238340000001F40A00000200000002D0 +:10054000022383000000138802238340000000057B +:100550000A000002000000040223830000000138AA +:10056000022383400000000005240000330A00003D +:100570000524800010350CC306249E706A98052857 +:100580000A000001000000020223148000000000A5 +:100590000A00000100000004022314800000000093 +:1005A0000120000000000000012000040000000005 +:1005B00001200008000000000120000C00000000E5 +:1005C00001200010000000000120001400000000C5 +:1005D00003200020001A052A032000A4000205447D +:1005E000022002240000000002200234000000006B +:1005F0000220024C00000000022002E40000FFFF85 +:100600000820200000000800042211080000000259 +:1006100004221290000000060422340000000002B0 +:10062000042260400000003004228C000000001012 +:100630000422111000000002042212A8000000068B +:10064000042234080000000204226100000000308F +:1006500004228C4000000010042211180000000247 +:10066000042212C000000006042234100000000220 +:10067000042261C00000003004228C8000000010C1 +:100680000422112000000002042212D800000006FB +:1006900004223418000000020422628000000030AE +:1006A00004228CC000000010042211280000000267 +:1006B000042212F000000006042234200000000290 +:1006C000042263400000003004228D00000000106E +:1006D000042211300000000204221308000000066A +:1006E00004223428000000020422640000000030CC +:1006F00004228D4000000010042211380000000286 +:1007000004221320000000060422343000000002FE +:10071000042264C00000003004228D80000000101C +:1007200004221140000000020422133800000006D9 +:1007300004223438000000020422658000000030EA +:1007400004228DC00000001004102400000000E00E +:100750000310201C00020546021020C00000000209 +:1007600003102004000205480217000800000002E0 +:100770000217002C00000003031700380002054A8E +:10078000031700480005054C0317006000050551DC +:100790000317007800020556021700040000000F3E +:1007A0000210800000001080041080400000000251 +:1007B000021080AC00000000021080380000001021 +:1007C00002108100000000000410812000000002DF +:1007D00002108008000002B5021080100000000026 +:1007E000021081080001FFFF041082000000004A8F +:1007F00004108140000000020210800000001A80F6 +:100800000410900000000024041091200000004A11 +:10081000041093700000004A041095C00000004AC4 +:1008200002108004000010800410804800000002C4 +:10083000021080B0000000010210803C0000001097 +:100840000210810400000000041081280000000252 +:100850000210800C000002B502108014000000009D +:100860000210810C0001FFFF041084000000004A08 +:1008700004108148000000020210800400001A8069 +:100880000410909000000024041092480000004AD8 +:10089000041094980000004A041096E80000004AF2 +:1008A0000210800000001080041080400000000250 +:1008B000021080AC0000000202108038000000101E +:1008C00002108100000000000410812000000002DE +:1008D00002108008000002B5021080100000000025 +:1008E000021081080001FFFF041082000000004A8E +:1008F00004108140000000020210800000001A80F5 +:100900000410900000000024041091200000004A10 +:10091000041093700000004A041095C00000004AC3 +:1009200002108004000010800410804800000002C3 +:10093000021080B0000000030210803C0000001094 +:100940000210810400000000041081280000000251 +:100950000210800C000002B502108014000000009C +:100960000210810C0001FFFF041084000000004A07 +:1009700004108148000000020210800400001A8068 +:100980000410909000000024041092480000004AD7 +:10099000041094980000004A041096E80000004AF1 +:1009A000021080000000108004108040000000024F +:1009B000021080AC0000000402108038000000101B +:1009C00002108100000000000410812000000002DD +:1009D00002108008000002B5021080100000000024 +:1009E000021081080001FFFF041082000000004A8D +:1009F00004108140000000020210800000001A80F4 +:100A00000410900000000024041091200000004A0F +:100A1000041093700000004A041095C00000004AC2 +:100A200002108004000010800410804800000002C2 +:100A3000021080B0000000050210803C0000001091 +:100A40000210810400000000041081280000000250 +:100A50000210800C000002B502108014000000009B +:100A60000210810C0001FFFF041084000000004A06 +:100A700004108148000000020210800400001A8067 +:100A80000410909000000024041092480000004AD6 +:100A9000041094980000004A041096E80000004AF0 +:100AA000021080000000108004108040000000024E +:100AB000021080AC00000006021080380000001018 +:100AC00002108100000000000410812000000002DC +:100AD00002108008000002B5021080100000000023 +:100AE000021081080001FFFF041082000000004A8C +:100AF00004108140000000020210800000001A80F3 +:100B00000410900000000024041091200000004A0E +:100B1000041093700000004A041095C00000004AC1 +:100B200002108004000010800410804800000002C1 +:100B3000021080B0000000070210803C000000108E +:100B4000021081040000000004108128000000024F +:100B50000210800C000002B502108014000000009A +:100B60000210810C0001FFFF041084000000004A05 +:100B700004108148000000020210800400001A8066 +:100B80000410909000000024041092480000004AD5 +:100B9000041094980000004A041096E80000004AEF +:100BA0000200A468000B01C80300A29400040558C9 +:100BB0000A000001000000800200A5F8000000000B +:100BC0000A000001000001000200A5F80000000179 +:100BD0000200A270000000000200A27400000000E9 +:100BE0000200A270000000000200A27400000000D9 +:100BF0000200A270000000000200A27400000000C9 +:100C00000200A270000000000200A27400000000B8 +:100C1000030100B40002055C020100DC00000001D9 +:100C2000030101000002055E0201007C00300000AB +:100C300002010084000000280201008C0000000076 +:100C4000020101300000000402010328000000003E +:100C50000201055400000030020160580000FFFF4F +:100C600002016070000000070201608000000001C6 +:100C7000020100C400000001020100CC00000001DC +:100C8000020100F800000001020100F00000000174 +:100C900002010080003000000201008800000028EE +:100CA0000201009000000000020101340000000475 +:100CB0000201032C00000000020105640000003066 +:100CC0000201605C0000FFFF020160740000000789 +:100CD0000201608400000001020100C80000000160 +:100CE000020100D000000001020100FC0000000130 +:100CF000020100F4000000010401013800000011AD +:100D00000401017C00000011040101380000001101 +:100D10000401017C000000110401013800000011F1 +:100D20000401017C000000110401013800000011E1 +:100D30000401017C00000011021400000000000109 +:100D40000214000C000000010314004000020560C2 +:100D50000214000C0000000002140000000000005B +:100D60000214006C000000000214000400000001E6 +:100D70000214003000000001021400040000000012 +:100D80000214005C000000000214000800000001D2 +:100D900002140034000000010214000800000000EA +:100DA0000214006000000000030400040012056249 +:100DB00002040054000000430204005C000000062E +:100DC00002040070000000040304007800040574AD +:100DD00004040088000000050304009C000305785B +:100DE000040400A800000004030400B80005057B0B +:100DF000040400CC00000004030400DC00040580AF +:100E0000040400EC000000040104012400000000C0 +:100E100001040128000000000104012C0000000072 +:100E20000104013000000000020401340000000F42 +:100E3000020401D000008906021205B00000000182 +:100E400003120490002205840312066C000205A61A +:100E500002120388000000640212039000000008E0 +:100E60000312039C000305A8031203BC000305AB97 +:100E7000021203D0000000000212036C0000000107 +:100E8000021203680000003F031201BC003C05AEE3 +:100E9000031202B0000205EA03120324000205EC6B +:100EA000021205B400000001021201B000000001AE +:100EB00007103800000505EE07103820000505F37F +:100EC00007103C00000505F803168030000805FDFA +:100ED000021680540000000203168060000506051B +:100EE0000416807400000007031680900002060AB2 +:100EF0000316809C0005060C041680B00000000755 +:100F0000031680CC00080611021680F000000007CE +:100F1000041680F40000000C031681240004061956 +:100F2000041681340000000C031681640032061D93 +:100F3000031682340007064F041682500000000496 +:100F4000031682600002065604168268000000083C +:100F50000316828800080658041682A80000000ABA +:100F600002168804000000040316880C00100660B6 +:100F70000316E000001006700416E40C0000000CDC +:100F80000316E43C000406800416E44C0000000C48 +:100F90000316E47C002E06840416E53400000004E9 +:100FA0000316E544000206B20416E54C00000008F2 +:100FB0000316E56C000606B40316E6BC000806BA84 +:100FC000021680EC000000FF03040408001406C2AF +:100FD000020404CC0000000103050044000206D610 +:100FE00003050050000406D804050060000000045A +:100FF00003050090001306DC020501140000000147 +:101000000305011C000206EF0205020400000001B6 +:101010000305020C000206F10305021C000306F39F +:10102000040502400000000A03050280002006F6C5 +:101030000405400000000D00030500040010071621 +:10104000020500E00000000E020500E40000002E92 +:10105000020500E00000001E020500E40000003E62 +:10106000020500E00000004E020500E40000006EF2 +:10107000020500E00000005E020500E40000007EC2 +:101080000416402400000002031640300003072627 +:101090000216404400000020021640700000001CB0 +:1010A0000216420800000001021642100000000172 +:1010B0000216422000000001021642280000000132 +:1010C0000216423000000001021642380000000102 +:1010D00002164260000000020A0000010000000148 +:1010E0000216401C0003D0900A000001000000021C +:1010F0000216401C000009C40A00000100000004A0 +:101100000216401C0000009C021640000000000176 +:10111000021640D80000000103164008000307290A +:101120000216424000000000021642480000000083 +:101130000816427000000002021642500000000033 +:10114000021642580000000008164280000000020B +:10115000030420080004072C0304201C00040730AB +:1011600002042038000000200404203C0000001F7E +:10117000020420B800000001040420BC0000005F4D +:101180000304223800040734010422480000000050 +:101190000104224C00000000010422500000000065 +:1011A0000104225400000000010422580000000045 +:1011B0000104225C00000000010422600000000025 +:1011C0000104226400000000010422680000000005 +:1011D0000104226C000000000104227000000000E5 +:1011E00001042274000000000104227800000000C5 +:1011F0000104227C000000000A0000010000000140 +:1012000002042000000003E80A00000100000002C0 +:10121000020420000000000A0A000001000000048F +:10122000020420000000000105180400006F000007 +:101230000618076000140738041A00000000400078 +:10124000041B240000000040031A1EC80002073AD5 +:10125000031A40400004073C041A405000000006F6 +:10126000031A406800020740031A52C000020742F6 +:10127000031A800003F90744041A8FE400000007F2 +:10128000031AA08000100B3D021B800000000034F8 +:10129000021B804000000018021B80800000000C30 +:1012A000021B80C000000020021B83800007A120D9 +:1012B000021B83C0000001F4021B8BC00000000170 +:1012C0000A00000200000001021B83000007A120A9 +:1012D000021B8340000001F40A000002000000022B +:1012E000021B830000001388021B834000000005DE +:1012F0000A00000200000004021B83000000013805 +:10130000021B834000000000051C00002FA6000007 +:10131000051C800033760BEA051D000022E118C889 +:10132000061D510055E00B4D0A00000100000002AF +:10133000021B1480000000000A00000100000004ED +:10134000021B1480000000000118000000000000D3 +:10135000011800040000000001180008000000004F +:101360000118000C0000000001180010000000002F +:10137000011800140000000003180020001A0B4F91 +:10138000031800A400020B690218022400000000E8 +:1013900002180234000000000218024C0000000095 +:1013A000021802E4000000FF08181000000004000A +:1013B000041A300000000010041A308000000010F1 +:1013C000041A310000000010041A318000000010DF +:1013D000041A330000000012041A339000000012B7 +:1013E000041A342000000070041A90000000000667 +:1013F000041A304000000010041A30C00000001031 +:10140000041A314000000010041A31C0000000101E +:10141000041A334800000012041A33D800000012E6 +:10142000041A35E000000070041A9018000000064D +:10143000031A400000020B6B041A50000000000267 +:10144000041A508000000012031A614000020B6D64 +:10145000041A903000000002041AA00000000002EC +:10146000031A400800020B6F041A5010000000021B +:10147000041A50C800000012031A614800020B71E0 +:10148000041A903800000002041AA00800000002AC +:10149000031A401000020B73041A502000000002CF +:1014A000041A511000000012031A615000020B755B +:1014B000041A904000000002041AA010000000026C +:1014C000031A401800020B77041A50300000000283 +:1014D000041A515800000012031A615800020B79D7 +:1014E000041A904800000002041AA018000000022C +:1014F000031A402000020B7B041A50400000000237 +:10150000041A51A000000012031A616000020B7D52 +:10151000041A905000000002041AA02000000002EB +:10152000031A402800020B7F041A505000000002EA +:10153000041A51E800000012031A616800020B81CE +:10154000041A905800000002041AA02800000002AB +:10155000031A403000020B83041A5060000000029E +:10156000041A523000000012031A617000020B8549 +:10157000041A906000000002041AA030000000026B +:10158000031A403800020B87041A50700000000252 +:10159000041A527800000012031A617800020B89C5 +:1015A000041A906800000002041AA038000000022B +:1015B000020E004C00000032030E005400040B8B9E +:1015C000040E006400000004030E009400130B8F4F +:1015D000020E014400000001030E014C00020BA2A8 +:1015E000020E020400000001030E020C00020BA414 +:1015F000030E021C00040BA6030E0280001B0BAAA4 +:10160000040E02EC00000017040E20000000080089 +:10161000030E000400110BC5020E01100000000FA4 +:10162000020E01140000002F020E01100000001F26 +:10163000020E01140000003F020E01100000004FD6 +:10164000020E01140000006F020E01100000005F86 +:10165000020E01140000007F020C100000000028A0 +:10166000030C400800040BD6030C401C00040BDAEA +:10167000030C403800050BDE040C404C0000005BFE +:10168000030C41B800050BE3040C41CC0000001B27 +:10169000030C423800040BE8010C42480000000033 +:1016A000010C424C00000000010C42500000000000 +:1016B000010C425400000000010C425800000000E0 +:1016C000010C425C00000000010C426000000000C0 +:1016D000010C426400000000010C426800000000A0 +:1016E000010C426C00000000010C42700000000080 +:1016F000010C427400000000010C42780000000060 +:10170000010C427C00000000010C4280000000003F +:101710000A00000100000001020C4000000003E884 +:101720000A00000100000002020C40000000000A54 +:101730000A00000100000004020C4000000000014B +:1017400005300400009E00000630076800130BEC13 +:101750000432000000004000043324000000004078 +:1017600004323E800000001003323EC000020BEE47 +:10177000033274C000080BF00332850000100BF830 +:10178000023380000000001A023380400000004E47 +:101790000233808000000010023380C0000000206F +:1017A000023383800007A120023383C0000001F4CC +:1017B00002338BC0000000010A000002000000019B +:1017C000023383000007A12002338340000001F4AC +:1017D0000A000002000000020233830000001388A8 +:1017E00002338340000000050A00000200000004EC +:1017F0000233830000000138023383400000000000 +:1018000005340000363E00000534800030F20D90B3 +:1018100005350000355719CD06357A5050B60C08FD +:101820000A000001000000020233148000000000E2 +:101830000A000001000000040233148000000000D0 +:101840000130000000000000013000040000000032 +:1018500001300008000000000130000C0000000012 +:1018600001300010000000000130001400000000F2 +:1018700003300020001A0C0A033000A400020C24DC +:101880000230022400000000023002340000000098 +:101890000230024C00000000023002E40000FFFFB2 +:1018A000083020000000080004321000000001C0D1 +:1018B00004321E000000003804323000000001C075 +:1018C00004325000000000200432510000000020CB +:1018D00004325200000000200432530000000020B7 +:1018E00004325400000000200432550000000020A3 +:1018F000043256000000002004325700000000208F +:10190000043258000000002004325900000000207A +:1019100004325A000000002004325B000000002066 +:1019200004325C000000002004325D000000002052 +:1019300004325E000000002004325F00000000203E +:1019400004328450000000020332846000040C263C +:1019500004321700000001C004321EE0000000380D +:1019600004323700000001C0043250800000002023 +:101970000432518000000020043252800000002018 +:101980000432538000000020043254800000002004 +:1019900004325580000000200432568000000020F0 +:1019A00004325780000000200432588000000020DC +:1019B000043259800000002004325A8000000020C8 +:1019C00004325B800000002004325C8000000020B4 +:1019D00004325D800000002004325E8000000020A0 +:1019E00004325F80000000200432845800000002AE +:1019F0000332847000040C2A0432401000000002FC +:101A00000432841000000002043240200000000272 +:101A1000043284180000000204324030000000024A +:101A20000432842000000002043240400000000222 +:101A300004328428000000020432405000000002FA +:101A400004328430000000020432406000000002D2 +:101A500004328438000000020432407000000002AA +:101A60000432844000000002043240800000000282 +:101A700004328448000000020202005800000032D4 +:101A80000302006000040C2E040200700000000439 +:101A9000030200A0000E0C32030200DC00070C4021 +:101AA000020200FC0000000602020120000000000B +:101AB0000202013400000002020201B00000000135 +:101AC0000202020C000000010302021400020C4793 +:101AD00002020404000000010302040C00020C498D +:101AE0000302041C00040C4B0302048000200C4F72 +:101AF0000402050000000012040280000000200023 +:101B00000302000400140C6F02020108000000C868 +:101B10000202011800000002020201C400000000DD +:101B2000020201CC00000000020201D40000000209 +:101B3000020201DC00000002020201E4000000FFDA +:101B4000020201EC000000FF0202010C000000C8CC +:101B50000202011C00000002020201C80000000095 +:101B6000020201D000000000020201D800000002C1 +:101B7000020201E000000002020201E8000000FF92 +:101B8000020201F0000000FF02020108000000C88C +:101B90000202011800000002020201C4000000005D +:101BA000020201CC00000000020201D40000000289 +:101BB000020201DC00000002020201E4000000FF5A +:101BC000020201EC000000FF0202010C000000C84C +:101BD0000202011C00000002020201C80000000015 +:101BE000020201D000000000020201D80000000241 +:101BF000020201E000000002020201E8000000FF12 +:101C0000020201F0000000FF02020108000000C80B +:101C10000202011800000002020201C400000000DC +:101C2000020201CC00000000020201D40000000208 +:101C3000020201DC00000002020201E4000000FFD9 +:101C4000020201EC000000FF0202010C000000C8CB +:101C50000202011C00000002020201C80000000094 +:101C6000020201D000000000020201D800000002C0 +:101C7000020201E000000002020201E8000000FF91 +:101C8000020201F0000000FF02020108000000C88B +:101C90000202011800000002020201C4000000005C +:101CA000020201CC00000000020201D40000000288 +:101CB000020201DC00000002020201E4000000FF59 +:101CC000020201EC000000FF0202010C000000C84B +:101CD0000202011C00000002020201C80000000014 +:101CE000020201D000000000020201D80000000240 +:101CF000020201E000000002020201E8000000FF11 +:101D0000020201F0000000FF02161000000000288F +:101D10000316600800030C830316601C00040C8685 +:101D200003166038000D0C8A0416606C0000001366 +:101D3000031660B800020C97041660C00000003E55 +:101D4000021661B800000001041661BC0000001F0B +:101D50000316623800040C99011662480000000066 +:101D60000116624C000000000116625000000000E5 +:101D700001166254000000000116625800000000C5 +:101D80000116625C000000000116626000000000A5 +:101D90000116626400000000011662680000000085 +:101DA0000116626C00000000011662700000000065 +:101DB0000116627400000000011662780000000045 +:101DC0000116627C000000000A0000010000000112 +:101DD00002166000000003E80A0000010000000293 +:101DE000021660000000000A0A0000010000000462 +:101DF00002166000000000010528040000890000B0 +:101E00000628076800130C9D042A0000000040000B +:101E1000042B240000000040032A300000020C9F25 +:101E2000032A400000100CA1032A840800080CB10A +:101E3000032A93C800040CB9032A96F000020CBDD3 +:101E4000042A96F800000006032A994000020CBFFD +:101E5000022A9A2800000001032AC0C000100CC109 +:101E6000022B800000000000022B804000000018C0 +:101E7000022B80800000000C022B80C00000006656 +:101E8000022B83800007A120022B83C0000001F4F5 +:101E9000022B8BC0000000010A00000200000001BC +:101EA000022B83000007A120022B8340000001F4D5 +:101EB0000A00000200000002022B830000001388C9 +:101EC000022B8340000000050A000002000000040D +:101ED000022B830000000138022B83400000000029 +:101EE0000A00000100000020022A9A2C00000000D5 +:101EF000052C000037260000052C8000399D0DCAF6 +:101F0000052D00003B381C32052D80001A762B0071 +:101F1000062DB6E049240CD10A00000100000002A1 +:101F2000022B1480000000000A00000100000004E1 +:101F3000022B1480000000000128000000000000B7 +:101F40000128000400000000012800080000000033 +:101F50000128000C00000000012800100000000013 +:101F6000012800140000000003280020001A0CD3F0 +:101F7000032800A400020CED022802240000000047 +:101F800002280234000000000228024C0000000079 +:101F9000022802E40000FFFF0828200000000800DB +:101FA000042A500000000002042A50100000000221 +:101FB000042A502000000002042A503000000002D1 +:101FC000042A93E000000020042A94E00000000EA0 +:101FD000032A951800020CEF042A95600000000EF9 +:101FE000032A959800020CF1042A95E00000000EE7 +:101FF000032A961800020CF3042A96600000000ED3 +:10200000032A969800020CF5032A971000020CF799 +:10201000042A500800000002042A501800000002A0 +:10202000042A502800000002042A50380000000250 +:10203000042A946000000020042A95200000000E6D +:10204000032A955800020CF9042A95A00000000EFE +:10205000032A95D800020CFB042A96200000000EEB +:10206000032A965800020CFD042A96A00000000ED8 +:10207000032A96D800020CFF032A971800020D01CC +:10208000042A50480000000E032A972000100D0378 +:10209000042A995000000002042AC0000000000237 +:1020A000042A50800000000E032A976000100D13D0 +:1020B000042A995800000002042AC0080000000207 +:1020C000042A50B80000000E032A97A000100D2328 +:1020D000042A996000000002042AC01000000002D7 +:1020E000042A50F00000000E032A97E000100D3380 +:1020F000042A996800000002042AC01800000002A7 +:10210000042A51280000000E032A982000100D43D5 +:10211000042A997000000002042AC0200000000276 +:10212000042A51600000000E032A986000100D532D +:10213000042A997800000002042AC0280000000246 +:10214000042A51980000000E032A98A000100D6385 +:10215000042A998000000002042AC0300000000216 +:10216000042A51D00000000E032A98E000100D73DD +:10217000042A998800000002042AC03800000002E6 +:102180000400A0000000000C0400A05000000002A9 +:102190000300A0EC00080D830300A18C00080D8B48 +:1021A0000200A45C00000C000200A61C000000035A +:1021B0000300A06C00060D930400A084000000053D +:1021C0000200A0980FE000000400A09C000000079F +:1021D0000300A0B8000D0D990400A22C000000041B +:1021E0000300A10C00060DA60400A12400000005B8 +:1021F0000200A1380FE000000400A13C000000072D +:102200000300A158000D0DAC0400A23C0000000426 +:102210000200A030000000000200A0340000000016 +:102220000200A038000000000200A03C00000000F6 +:102230000200A040000000000200A04400000000D6 +:102240000200A048000000000200A04C00000000B6 +:10225000000000000000000000000000000000007E +:10226000000000000000000000000000000000006E +:10227000000000000000000000000000000000005E +:102280000000000000000005000500080008000B29 +:10229000000000000000000000000000000000003E +:1022A000000000000000000000000000000000002E +:1022B000000B001900000000000000000019001AC7 +:1022C000001A001B001B001C001C001D001D001E2E +:1022D000001E001F001F00200020002100210028F8 +:1022E00000000000000000000000000000000000EE +:1022F00000000000000000000000000000000000DE +:1023000000000000000000000028002E0000000077 +:1023100000000000000000000000000000000000BD +:1023200000000000000000000000000000000000AD +:1023300000000000002E0049000000000000000026 +:10234000000000000000000000000000000000008D +:10235000000000000000000000000000000000007D +:10236000004900B4000000000000000000B400B903 +:1023700000B900BE00BE00C300C300C800C800CD45 +:1023800000CD00D200D200D700D700DC0000000052 +:10239000000000000000000000000000000000003D +:1023A000000000000000000000000000000000002D +:1023B000000000000000000000DC00E00000000061 +:1023C000000000000000000000000000000000000D +:1023D00000000000000000000000000000000000FD +:1023E0000000000000E000E7000000000000000026 +:1023F00000000000000000000000000000000000DD +:1024000000000000000000000000000000000000CC +:1024100000000000000000000000000000E700F7DE +:1024200000F70107010701170117012701270137ED +:1024300001370147014701570157016700000000BC +:10244000000000000000000000000000000000008C +:10245000000000000000000000000000000000007C +:1024600000000000000000000167016D0000000096 +:1024700000000000016D016E016E016F016F0170BF +:1024800001700171017101720172017301730174B4 +:10249000017401750175017801780185018501924A +:1024A0000192019301930194019401950195019684 +:1024B0000196019701970198019801990199019A54 +:1024C000019A01A001A001A401A401A8000000003C +:1024D00000000000000000000000000000000000FC +:1024E00000000000000000000000000000000000EC +:1024F00000000000000000000000000000000000DC +:1025000000000000000000000000000000000000CB +:10251000000000000000000001A801BA0000000057 +:1025200000000000000000000000000000000000AB +:10253000000000000000000000000000000000009B +:102540000000000001BA01C9000000000000000006 +:10255000000000000000000000000000000000007B +:10256000000000000000000000000000000000006B +:1025700001C901CC000000000000000000000000C4 +:10258000000000000000000000000000000000004B +:1025900000000000000000000000000001CC01EC81 +:1025A000000000000000000000000000000000002B +:1025B000000000000000000000000000000000001B +:1025C000000000000000000001EC01EE000000002F +:1025D00000000000000000000000000000000000FB +:1025E00000000000000000000000000000000000EB +:1025F0000000000001EE01FB0000000000000000F0 +:1026000001FB01FC01FC01FD01FD01FE01FE01FFDA +:1026100001FF0200020002010201020202020203A3 +:10262000020302170217021A021A021D000000001C +:10263000000000000000000000000000000000009A +:10264000000000000000000000000000021D023831 +:10265000000000000000000000000000000000007A +:10266000000000000000000000000000000000006A +:1026700000000000000000000238026902690271D7 +:10268000027102790279027F027F02850285028B44 +:10269000028B0291029102970297029D029D02A372 +:1026A00002A302A902A902B6000000000000000077 +:1026B00002B602B702B702B802B802B902B902BA4A +:1026C00002BA02BB02BB02BC02BC02BD02BD02BE1A +:1026D00002BE02BF00000000000000000000000079 +:1026E00000000000000000000000000000000000EA +:1026F00000000000000000000000000002BF02DB3C +:1027000000000000000000000000000000000000C9 +:1027100000000000000000000000000000000000B9 +:10272000000000000000000002DB03080308031D96 +:10273000031D0332033203340334033603360338F4 +:102740000338033A033A033C033C033E033E034091 +:102750000340034203420354000000000000000055 +:102760000354035C035C03640364036C036C037431 +:102770000374037C037C03840384038C038C039421 +:10278000039403950000000000000000000000001A +:102790000000000000000000000000000000000039 +:1027A000000000000000000000000000039503B2DC +:1027B0000000000000000000000000000000000019 +:1027C0000000000000000000000000000000000009 +:1027D000000000000000000003B203E703E703F578 +:1027E00003F50403040304070407040B040B040F9C +:1027F000040F0413041304170417041B041B041F01 +:10280000041F0423042304290429042F042F04355E +:1028100004350436043604370437043804380439E0 +:102820000439043A043A043B043B043C043C043DB0 +:102830000000000000000000000020000000400038 +:1028400000006000000080000000A0000000C00048 +:102850000000E00000010000000120000001400035 +:1028600000016000000180000001A0000001C00024 +:102870000001E00000020000000220000002400011 +:1028800000026000000280000002A0000002C00000 +:102890000002E000000300000003200000034000ED +:1028A00000036000000380000003A0000003C000DC +:1028B0000003E000000400000004200000044000C9 +:1028C00000046000000480000004A0000004C000B8 +:1028D0000004E000000500000005200000054000A5 +:1028E00000056000000580000005A0000005C00094 +:1028F0000005E00000060000000620000006400081 +:1029000000066000000680000006A0000006C0006F +:102910000006E0000007000000072000000740005C +:1029200000076000000780000007A0000007C0004B +:102930000007E00000080000000820000008400038 +:1029400000086000000880000008A0000008C00027 +:102950000008E00000090000000920000009400014 +:1029600000096000000980000009A0000009C00003 +:102970000009E000000A0000000A2000000A4000F0 +:10298000000A6000000A8000000AA000000AC000DF +:10299000000AE000000B0000000B2000000B4000CC +:1029A000000B6000000B8000000BA000000BC000BB +:1029B000000BE000000C0000000C2000000C4000A8 +:1029C000000C6000000C8000000CA000000CC00097 +:1029D000000CE000000D0000000D2000000D400084 +:1029E000000D6000000D8000000DA000000DC00073 +:1029F000000DE000000E0000000E2000000E400060 +:102A0000000E6000000E8000000EA000000EC0004E +:102A1000000EE000000F0000000F2000000F40003B +:102A2000000F6000000F8000000FA000000FC0002A +:102A3000000FE00000100000001020000010400017 +:102A400000106000001080000010A0000010C00006 +:102A50000010E000001100000011200000114000F3 +:102A600000116000001180000011A0000011C000E2 +:102A70000011E000001200000012200000124000CF +:102A800000126000001280000012A0000012C000BE +:102A90000012E000001300000013200000134000AB +:102AA00000136000001380000013A0000013C0009A +:102AB0000013E00000140000001420000014400087 +:102AC00000146000001480000014A0000014C00076 +:102AD0000014E00000150000001520000015400063 +:102AE00000156000001580000015A0000015C00052 +:102AF0000015E0000016000000162000001640003F +:102B000000166000001680000016A0000016C0002D +:102B10000016E0000017000000172000001740001A +:102B200000176000001780000017A0000017C00009 +:102B30000017E000001800000018200000184000F6 +:102B400000186000001880000018A0000018C000E5 +:102B50000018E000001900000019200000194000D2 +:102B600000196000001980000019A0000019C000C1 +:102B70000019E000001A0000001A2000001A4000AE +:102B8000001A6000001A8000001AA000001AC0009D +:102B9000001AE000001B0000001B2000001B40008A +:102BA000001B6000001B8000001BA000001BC00079 +:102BB000001BE000001C0000001C2000001C400066 +:102BC000001C6000001C8000001CA000001CC00055 +:102BD000001CE000001D0000001D2000001D400042 +:102BE000001D6000001D8000001DA000001DC00031 +:102BF000001DE000001E0000001E2000001E40001E +:102C0000001E6000001E8000001EA000001EC0000C +:102C1000001EE000001F0000001F2000001F4000F9 +:102C2000001F6000001F8000001FA000001FC000E8 +:102C3000001FE000002000000020200000204000D5 +:102C400000206000002080000020A0000020C000C4 +:102C50000020E000002100000021200000214000B1 +:102C600000216000002180000021A0000021C000A0 +:102C70000021E0000022000000222000002240008D +:102C800000226000002280000022A0000022C0007C +:102C90000022E00000230000002320000023400069 +:102CA00000236000002380000023A0000023C00058 +:102CB0000023E00000240000002420000024400045 +:102CC00000246000002480000024A0000024C00034 +:102CD0000024E00000250000002520000025400021 +:102CE00000256000002580000025A0000025C00010 +:102CF0000025E000002600000026200000264000FD +:102D000000266000002680000026A0000026C000EB +:102D10000026E000002700000027200000274000D8 +:102D200000276000002780000027A0000027C000C7 +:102D30000027E000002800000028200000284000B4 +:102D400000286000002880000028A0000028C000A3 +:102D50000028E00000290000002920000029400090 +:102D600000296000002980000029A0000029C0007F +:102D70000029E000002A0000002A2000002A40006C +:102D8000002A6000002A8000002AA000002AC0005B +:102D9000002AE000002B0000002B2000002B400048 +:102DA000002B6000002B8000002BA000002BC00037 +:102DB000002BE000002C0000002C2000002C400024 +:102DC000002C6000002C8000002CA000002CC00013 +:102DD000002CE000002D0000002D2000002D400000 +:102DE000002D6000002D8000002DA000002DC000EF +:102DF000002DE000002E0000002E2000002E4000DC +:102E0000002E6000002E8000002EA000002EC000CA +:102E1000002EE000002F0000002F2000002F4000B7 +:102E2000002F6000002F8000002FA000002FC000A6 +:102E3000002FE00000300000003020000030400093 +:102E400000306000003080000030A0000030C00082 +:102E50000030E0000031000000312000003140006F +:102E600000316000003180000031A0000031C0005E +:102E70000031E0000032000000322000003240004B +:102E800000326000003280000032A0000032C0003A +:102E90000032E00000330000003320000033400027 +:102EA00000336000003380000033A0000033C00016 +:102EB0000033E00000340000003420000034400003 +:102EC00000346000003480000034A0000034C000F2 +:102ED0000034E000003500000035200000354000DF +:102EE00000356000003580000035A0000035C000CE +:102EF0000035E000003600000036200000364000BB +:102F000000366000003680000036A0000036C000A9 +:102F10000036E00000370000003720000037400096 +:102F200000376000003780000037A0000037C00085 +:102F30000037E00000380000003820000038400072 +:102F400000386000003880000038A0000038C00061 +:102F50000038E0000039000000392000003940004E +:102F600000396000003980000039A0000039C0003D +:102F70000039E000003A0000003A2000003A40002A +:102F8000003A6000003A8000003AA000003AC00019 +:102F9000003AE000003B0000003B2000003B400006 +:102FA000003B6000003B8000003BA000003BC000F5 +:102FB000003BE000003C0000003C2000003C4000E2 +:102FC000003C6000003C8000003CA000003CC000D1 +:102FD000003CE000003D0000003D2000003D4000BE +:102FE000003D6000003D8000003DA000003DC000AD +:102FF000003DE000003E0000003E2000003E40009A +:10300000003E6000003E8000003EA000003EC00088 +:10301000003EE000003F0000003F2000003F400075 +:10302000003F6000003F8000003FA000003FC00064 +:10303000003FE000003FE00100000000000001FF51 +:10304000000002000000000100000002000000007B +:1030500000000008021500200215002008100000E2 +:103060000000003300000002000000000000000526 +:103070000000000500000000000000000000000249 +:103080000000000300000002000000010000000436 +:103090000000000200000002000000010000000229 +:1030A000000000200000004000000040000000037D +:1030B0000000001800002000000040C000006180F7 +:1030C000000082400000A3000000C3C00000E480B4 +:1030D0000001054000012600000146C00001678094 +:1030E000000188400001A9000001C9C00001EA8078 +:1030F00000020B4000022C0000024CC000026D8058 +:1031000000028E400002AF000002CFC00002F0803B +:10311000000011400000000100000001000000015B +:10312000000000010000000100000001000000019B +:10313000000000010000000100000001000000018B +:10314000000000010000000100000001000000017B +:103150000003D0000000003D00000001000D000051 +:10316000000700D000028140000B816800020220AD +:1031700000010240000F025000010340000C00005B +:10318000000800C000028140000B8168000202209C +:103190000001024000070250000202C000100000BF +:1031A0000008010000028180000B81A8000202607B +:1031B00000018280000E8298000803800000000059 +:1031C000000000000002800000090028000200B892 +:1031D000000100D8000000E8000000E8FFFFFFF356 +:1031E00001AFFFFF00000000000000000000000031 +:1031F000000000000000000000000000FFFFFFF1E1 +:1032000000EFFFFF000000000000000000000000D1 +:10321000000000000001000000000000FFFFFFF6BA +:10322000005FFFFF00000000000000000000000041 +:10323000000000000002000000000000FFFFF40694 +:103240001CBFFFFF0000000500000000000000148C +:10325000000000000004000000000000FFFFFFF27B +:10326000004FFFFF00000000000000000000000011 +:10327000000000000008000000000000FFFFFFFA4F +:10328000002FFFFF00000000000000000000000011 +:10329000000000000010000000000000FFFFFFF72A +:1032A00001EFFFFF00000000000000000000000030 +:1032B000000000000020000000000000FFFFFFF5FC +:1032C000002FFFFF000000000000000000000000D1 +:1032D000000000000040000000000000FFFFFFF3BE +:1032E000018FFFFF00000000000000000000000050 +:1032F000000000000000000000000000FFFFFFF1E0 +:10330000010FFFFF000000000000000000000000AF +:10331000000000000001000000000000FFFFFFF6B9 +:10332000005FFFFF00000000000000000000000040 +:10333000000000000002000000000000FFFFF40693 +:103340001CBFFFFF0000000500000000000000148B +:10335000000000000004000000000000FFFFFFF27A +:10336000004FFFFF00000000000000000000000010 +:10337000000000000008000000000000FFFFFFFA4E +:10338000002FFFFF00000000000000000000000010 +:10339000000000000010000000000000FFFFFFF729 +:1033A00000EFFFFF00000000000000000000000030 +:1033B000000000000020000000000000FFFFFFF5FB +:1033C000004FFFFF000000000000000000000000B0 +:1033D000000000000040000000000000FFFFFFFFB1 +:1033E00000CFFFFF0000000000000000000000CC44 +:1033F000000000000000000000000000FFFFFFFFD1 +:1034000000CFFFFF0000000000000000000000CC23 +:10341000000000000001000000000000FFFFFFFFAF +:1034200000CFFFFF0000000000000000000000CC03 +:10343000000000000002000000000000FFFFFFFF8E +:1034400000CFFFFF0000000000000000000000CCE3 +:10345000000000000004000000000000FFFFFFFF6C +:1034600000CFFFFF0000000000000000000000CCC3 +:10347000000000000008000000000000FFFFFFFF48 +:1034800000CFFFFF0000000000000000000000CCA3 +:10349000000000000010000000000000FFFFFFFF20 +:1034A00000CFFFFF0000000000000000000000CC83 +:1034B000000000000020000000000000FFFFFFFFF0 +:1034C00000CFFFFF0000000000000000000000CC63 +:1034D000000000000040000000000000FFFFFFF3BC +:1034E000020FFFFF000000000000000000000000CD +:1034F000000000000000000000000000FFFFFFF1DE +:10350000010FFFFF000000000000000000000000AD +:10351000000000000001000000000000FFFFFFF6B7 +:10352000005FFFFF0000000000000000000000003E +:10353000000000000002000000000000FFFFF40691 +:103540001CBFFFFF00000005000000000000001489 +:10355000000000000004000000000000FFFFFFF278 +:10356000004FFFFF0000000000000000000000000E +:10357000000000000008000000000000FFFFFF8ABC +:10358000042FFFFF0000000000000000000000000A +:10359000000000000010000000000000FFFFFF9787 +:1035A00005CFFFFF00000000000000000000000049 +:1035B000000000000020000000000000FFFFFFF5F9 +:1035C000010FFFFF000000000000000000000000ED +:1035D000000000000040000000000000FFFFFFF3BB +:1035E000000FFFFF000000000000000000000000CE +:1035F000000000000000000000000000FFFFFFF1DD +:10360000000FFFFF000000000000000000000000AD +:10361000000000000001000000000000FFFFFFF6B6 +:10362000005FFFFF0000000000000000000000003D +:10363000000000000002000000000000FFFFFF0685 +:103640001CBFFFFF0000000000000000000000148D +:10365000000000000004000000000000FFFFFFF277 +:10366000004FFFFF0000000000000000000000000D +:10367000000000000008000000000000FFFFFFFA4B +:10368000002FFFFF0000000000000000000000000D +:10369000000000000010000000000000FFFFFFF726 +:1036A000000FFFFF0000000000000000000000000D +:1036B000000000000020000000000000FFFFFFFFEE +:1036C00000CFFFFF0000000000000000000000CC61 +:1036D000000000000040000000000000FFFFFFFFAE +:1036E00000CFFFFF0000000000000000000000CC41 +:1036F000000000000000000000000000FFFFFFFFCE +:1037000000CFFFFF0000000000000000000000CC20 +:10371000000000000001000000000000FFFFFFFFAC +:1037200000CFFFFF0000000000000000000000CC00 +:10373000000000000002000000000000FFFFFFFF8B +:1037400000CFFFFF0000000000000000000000CCE0 +:10375000000000000004000000000000FFFFFFFF69 +:1037600000CFFFFF0000000000000000000000CCC0 +:10377000000000000008000000000000FFFFFFFF45 +:1037800000CFFFFF0000000000000000000000CCA0 +:10379000000000000010000000000000FFFFFFFF1D +:1037A00000CFFFFF0000000000000000000000CC80 +:1037B000000000000020000000000000FFFFFFFFED +:1037C00000CFFFFF0000000000000000000000CC60 +:1037D000000000000040000000000000FFFFFFFFAD +:1037E00000CFFFFF0000000000000000000000CC40 +:1037F000000000000000000000000000FFFFFFFFCD +:1038000000CFFFFF0000000000000000000000CC1F +:10381000000000000001000000000000FFFFFFFFAB +:1038200000CFFFFF0000000000000000000000CCFF +:10383000000000000002000000000000FFFFFFFF8A +:1038400000CFFFFF0000000000000000000000CCDF +:10385000000000000004000000000000FFFFFFFF68 +:1038600000CFFFFF0000000000000000000000CCBF +:10387000000000000008000000000000FFFFFFFF44 +:1038800000CFFFFF0000000000000000000000CC9F +:10389000000000000010000000000000FFFFFFFF1C +:1038A00000CFFFFF0000000000000000000000CC7F +:1038B000000000000020000000000000FFFFFFFFEC +:1038C00000CFFFFF0000000000000000000000CC5F +:1038D000000000000040000000000000FFFFFFFFAC +:1038E00000CFFFFF0000000000000000000000CC3F +:1038F000000000000000000000000000FFFFFFFFCC +:1039000000CFFFFF0000000000000000000000CC1E +:10391000000000000001000000000000FFFFFFFFAA +:1039200000CFFFFF0000000000000000000000CCFE +:10393000000000000002000000000000FFFFFFFF89 +:1039400000CFFFFF0000000000000000000000CCDE +:10395000000000000004000000000000FFFFFFFF67 +:1039600000CFFFFF0000000000000000000000CCBE +:10397000000000000008000000000000FFFFFFFF43 +:1039800000CFFFFF0000000000000000000000CC9E +:10399000000000000010000000000000FFFFFFFF1B +:1039A00000CFFFFF0000000000000000000000CC7E +:1039B000000000000020000000000000FFFFFFFFEB +:1039C00000CFFFFF0000000000000000000000CC5E +:1039D0000000000000400000000000000000021194 +:1039E00000000200000002040000FFFF0000FFFFD3 +:1039F0000000FFFF0000FFFF00000020000000218A +:103A00000000002200000023000000240000002528 +:103A10000000002600000027000000280000002908 +:103A20000000002A0000002B0000002C0000002DE8 +:103A30000000002E0000002F000000100000000118 +:103A40000000000100000001000000010000000172 +:103A50000000000100000001000000010000000162 +:103A60000000000100000001000000010000000152 +:103A70000000000100000001000000010000000142 +:103A800007FFFFFF0000003F07FFFFFF0000000FE0 +:103A900000007FF800007FF80000FF000000000039 +:103AA0000000FF00000000000000FF000000000018 +:103AB0000000FF00000000000000FF000000000008 +:103AC0000000FF00000000000000FF0000000000F8 +:103AD0000000FF00000000000000FF1C0FFFFFFFC0 +:103AE0000000FF1C0FFFFFFF0000FF1C0FFFFFFF88 +:103AF0000000FF1C0FFFFFFF0000FF1C0FFFFFFF78 +:103B00000000FF1C0FFFFFFF0000FF1C0FFFFFFF67 +:103B10000000FF1C0FFFFFFF0000FF1C0FFFFFFF57 +:103B20000000FF1C0FFFFFFF0000FF1C0FFFFFFF47 +:103B30000000FF1C0FFFFFFF0000FF1C0FFFFFFF37 +:103B40000000FF1C0FFFFFFF0000FF1C0FFFFFFF27 +:103B50000000FF1C0FFFFFFF0000FF1C0FFFFFFF17 +:103B60000000FF1C0FFFFFFF0000FF1C0FFFFFFF07 +:103B70000000FF1C0FFFFFFF0000FF1C0FFFFFFFF7 +:103B80000000FF1C0FFFFFFF0000FF1C0FFFFFFFE7 +:103B90000000FF1C0FFFFFFF0000FF1C0FFFFFFFD7 +:103BA0000000FF1C0FFFFFFF0000FF1C0FFFFFFFC7 +:103BB0000000FF1C0FFFFFFF0000FF1C0FFFFFFFB7 +:103BC0000000FF1C0FFFFFFF0000FF1C0FFFFFFFA7 +:103BD0000000FF1C0FFFFFFF0000FF1C0FFFFFFF97 +:103BE0000000FF1C0FFFFFFF0000FF1C0FFFFFFF87 +:103BF0000000FF1C0FFFFFFF0000FF1C0FFFFFFF77 +:103C00000000FF1C0FFFFFFF0000FF1C0FFFFFFF66 +:103C10000000FF1C0FFFFFFF0000FF1C0FFFFFFF56 +:103C20000000FF1C0FFFFFFF0000FF1C0FFFFFFF46 +:103C30000000FF1C0FFFFFFF0000FF1C0FFFFFFF36 +:103C40000000FF1C0FFFFFFF0000FF1C0FFFFFFF26 +:103C50000000FF1C0FFFFFFF0000FF1C0FFFFFFF16 +:103C60000000FF1C0FFFFFFF0000FF1C0FFFFFFF06 +:103C70000000FF1C0FFFFFFF0000FF1C0FFFFFFFF6 +:103C80000000FF1C0FFFFFFF0000FF1C0FFFFFFFE6 +:103C90000000FF1C0FFFFFFF0000FF1C0FFFFFFFD6 +:103CA0000000FF1C0FFFFFFF0000FF1C0FFFFFFFC6 +:103CB0000000FF1C0FFFFFFF0000FF1C0FFFFFFFB6 +:103CC0000000FF1C0FFFFFFF0000FF1C0FFFFFFFA6 +:103CD0000000FF1C0FFFFFFF000003130000150092 +:103CE00000000001000000020000000300000000CE +:103CF00000000004000000010000000000000001BE +:103D000000000004000000000000000100000003AB +:103D1000000000000000000100000004000000009E +:103D2000000000010000000300000000000000018E +:103D30000000000400000000000000040000000378 +:103D4000000000000000000000003FFF000003FF33 +:103D50000000000000000001000000010000000160 +:103D6000007C10040000000400000002000000902D +:103D70000000009000800090081000000000008A01 +:103D800000000080000000810000008000000006AC +:103D9000000007D00000076C071D2911000000007B +:103DA000009C04240000000000000001000000014D +:103DB00000000001000000010000000100007FFF82 +:103DC000000000FF000000FF000000FF000000FFF7 +:103DD0000000007F000000FF000000FF000000FF67 +:103DE0000000003E000000000000003F0000003F17 +:103DF0000000003F0000003F0000003F0000003FC7 +:103E00000000003F0000000F00000000121700003B +:103E100022170000321700001215000022150000C2 +:103E20003215000002100000001000001010000009 +:103E300020100000301000000010000012140000DC +:103E4000221400003214000000E38340FFFFFFFF54 +:103E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72 +:103E6000FFFFFFFFFFFFFFFFFFFFFFFFF00050001E +:103E7000F0001000FFFFFFFFFFFFFFFFFFFFFFFF4E +:103E8000FFFFFFFFFFFFFFFFFFFFFFFFFF8090002F +:103E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32 +:103EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22 +:103EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12 +:103EC000FFFFFFFFFFFFFFFFFFFFFFFF00003C10B2 +:103ED00000000001000000000000000800000008D1 +:103EE00000000002000000040000000500000004C3 +:103EF000000000400000180800000803000008034C +:103F00000000004000000003000008030000080358 +:103F1000000008030001000300000803000008037C +:103F20000000000300000003000000030000000385 +:103F30000000000300000003000000030000000375 +:103F40000000000300000003000000030000000365 +:103F50000000000300000003000000030000240331 +:103F60000000002F0000000900000019000001847B +:103F70000000018300000306000000190000000695 +:103F800000000306000003060000030600000C8684 +:103F90000000030600000306000000060000000603 +:103FA00000000006000000060000000600000006F9 +:103FB00000000006000000060000000600000006E9 +:103FC00000000006000000060000000600000006D9 +:103FD00000000006000003060000001300000006B9 +:103FE0000000100400001004001064400010644041 +:103FF00000000000000000000000000000000000C1 +:104000000000200000000000000000000000000090 +:10401000000000000400200000000000000000007C +:104020000000000000000000000020000000007CF4 +:104030000000003D0000003F0000009C0000000662 +:10404000000000050000000A00000005000001401B +:10405000000001400000000000000000000000C05F +:104060000000013F00007FFF000000480000004802 +:1040700000000000000000000000004800000004F4 +:104080000000000400000004000000040000000420 +:104090000000000400000004000000040000000410 +:1040A000000000090000000B0000000A00000004EE +:1040B000000000090000000B0000000A00000001E1 +:1040C00000000001000000010000000100000001EC +:1040D00000000001000000010000000100000001DC +:1040E00000000001000000010000000100000004C9 +:1040F000000000090000000B0000000A00000001A1 +:1041000000000001000000010000000100000001AB +:10411000000000010000000100000001000000019B +:104120000000000100000001000000010000000488 +:10413000000000090000000B0000000A0000000061 +:10414000000000000000080000000200000001FF65 +:104150000000040000000000000000001E491E498D +:104160001E491E490E490E490E490E49FFFFFFFF29 +:1041700000000000000025E40000800000000013A3 +:104180000FFF0FFF00000000000000000FFF0FFFF7 +:10419000100010001000100020002000200020005F +:1041A000800080008000800040004000400040000F +:1041B00000000000000000010101010101200101D7 +:1041C0002001010101011001010101010120010192 +:1041D0002001010101011001200101010101100173 +:1041E0000101010101200101200101010101100172 +:1041F0000101010101200101010101010120010171 +:104200002001010101011001010101010120010151 +:104210002001010101011001010101010120010141 +:104220002001010101011001010101010120010131 +:10423000200101010101100100000004000000093B +:104240000000000B0000000A00000004000000094C +:104250000000000B0000000A000000010000000147 +:10426000000000010000000100000001000000014A +:10427000000000010000000100000001000000013A +:10428000000000010000000100000004000000091F +:104290000000000B0000000A000000010000000107 +:1042A000000000010000000100000001000000010A +:1042B00000000001000000010000000100000001FA +:1042C00000000001000000010000000400000009DF +:1042D0000000000B0000000A1E491E491E491E492D +:1042E0000E490E490E490E49FFFFFFFF0000000076 +:1042F0000FFF0FFF00000000000000000FFF0FFF86 +:1043000010001000100010002000200020002000ED +:10431000800080008000800040004000400040009D +:104320000000000000000002000000010000000387 +:104330000000000400000006000000050000000767 +:1043400000000123000001230000012300000123DD +:1043500000000123000001230000012300000123CD +:1043600000000123000001230000012300000123BD +:1043700000000123000001230000012300000123AD +:10438000000001230000012300000123000001239D +:1043900000000020000000320000000700000007BD +:1043A0000000000000000008021500200215002097 +:1043B0000000003008100000000000330000003052 +:1043C00000000031000000020000000500000006AF +:1043D00000000002000000020000000000000005D4 +:1043E00000000002000000020000000200000001C6 +:1043F0000000000600000001000000020000004074 +:104400000000004000000020000000130000002019 +:1044100000010000000204C00003098000040E40F7 +:1044200000051300000617C000071C80000821408B +:1044300000092600000A2AC0000B2F80000C34401F +:10444000000D3900000E3DC0000F428000104740B3 +:1044500000114C00001250C00013558000145A4047 +:1044600000155F00001663C00017688000186D40DB +:1044700000197200001A76C0001B7B80001C80406F +:10448000001D8500001E89C0001F8E800000934023 +:104490000000000100000001000000010000000118 +:1044A0000000000100000001000000010000000108 +:1044B00000000001000000010000000100000001F8 +:1044C00000000001000000010000000100000001E8 +:1044D000000000080000000C0000001000000001B7 +:1044E00000000001000000010000021100000200B5 +:1044F00000000204000002190000FFFF0000FFFF9F +:104500000000FFFF0000FFFF07FFFFFF0000003F6C +:1045100007FFFFFF0000000F00007FF800007FF89A +:104520000000000000000001002010010000000059 +:1045300001009000000001000000000100000000E8 +:1045400000000000140AFF000000900200000000BC +:1045500000000000000000000000900400000000C7 +:1045600000000000000000000000900600000000B5 +:1045700000000000000000000000900800000000A3 +:1045800000000000000000000000900A0000000091 +:1045900000000000000000000000900C000000007F +:1045A00000000000000000000000900E000000006D +:1045B000000000000000000000009010000000005B +:1045C0000000000000000000000090120000000049 +:1045D0000000000000000000000090140000000037 +:1045E0000000000000000000000090160000000025 +:1045F0000000000000000000000090180000000013 +:1046000000000000000000000000901A0000000000 +:1046100000000000000000000000901C00000000EE +:1046200000000000000000000000901E00000000DC +:1046300000000000000000000000902000000000CA +:1046400000000000000000000000902200000000B8 +:1046500000000000000000000000902400000000A6 +:104660000000000000000000000090260000000094 +:104670000000000000000000000090280000000082 +:1046800000000000000000000000902A0000000070 +:1046900000000000000000000000902C000000005E +:1046A00000000000000000000000902E000000004C +:1046B000000000000000000000009030000000003A +:1046C0000000000000000000000090320000000028 +:1046D0000000000000000000000090340000000016 +:1046E0000000000000000000000090360000000004 +:1046F00000000000000000000000903800000000F2 +:1047000000000000000000000000903A00000000DF +:1047100000000000000000000000903C00000000CD +:1047200000000000000000000000903E00000000BB +:1047300000000000000000000000904000000000A9 +:104740000000000000000000000090420000000097 +:104750000000000000000000000090440000000085 +:104760000000000000000000000090460000000073 +:104770000000000000000000000090480000000061 +:1047800000000000000000000000904A000000004F +:1047900000000000000000000000904C000000003D +:1047A00000000000000000000000904E000000002B +:1047B0000000000000000000000090500000000019 +:1047C0000000000000000000000090520000000007 +:1047D00000000000000000000000905400000000F5 +:1047E00000000000000000000000905600000000E3 +:1047F00000000000000000000000905800000000D1 +:1048000000000000000000000000905A00000000BE +:1048100000000000000000000000905C00000000AC +:1048200000000000000000000000905E000000009A +:104830000000000000000000000090600000000088 +:104840000000000000000000000090620000000076 +:104850000000000000000000000090640000000064 +:104860000000000000000000000090660000000052 +:104870000000000000000000000090680000000040 +:1048800000000000000000000000906A000000002E +:1048900000000000000000000000906C000000001C +:1048A00000000000000000000000906E000000000A +:1048B00000000000000000000000907000000000F8 +:1048C00000000000000000000000907200000000E6 +:1048D00000000000000000000000907400000000D4 +:1048E00000000000000000000000907600000000C2 +:1048F00000000000000000000000907800000000B0 +:1049000000000000000000000000907A000000009D +:1049100000000000000000000000907C000000008B +:1049200000000000000000000000907E0000000079 +:104930000000000000000000000090800000000067 +:104940000000000000000000000090820000000055 +:104950000000000000000000000090840000000043 +:104960000000000000000000000090860000000031 +:10497000000000000000000000009088000000001F +:1049800000000000000000000000908A000000000D +:1049900000000000000000000000908C00000000FB +:1049A00000000000000000000000908E00000000E9 +:1049B00000000000000000000000909000000000D7 +:1049C00000000000000000000000909200000000C5 +:1049D00000000000000000000000909400000000B3 +:1049E00000000000000000000000909600000000A1 +:1049F000000000000000000000009098000000008F +:104A000000000000000000000000909A000000007C +:104A100000000000000000000000909C000000006A +:104A200000000000000000000000909E0000000058 +:104A30000000000000000000000090A00000000046 +:104A40000000000000000000000090A20000000034 +:104A50000000000000000000000090A40000000022 +:104A60000000000000000000000090A60000000010 +:104A70000000000000000000000090A800000000FE +:104A80000000000000000000000090AA00000000EC +:104A90000000000000000000000090AC00000000DA +:104AA0000000000000000000000090AE00000000C8 +:104AB0000000000000000000000090B000000000B6 +:104AC0000000000000000000000090B200000000A4 +:104AD0000000000000000000000090B40000000092 +:104AE0000000000000000000000090B60000000080 +:104AF0000000000000000000000090B8000000006E +:104B00000000000000000000000090BA000000005B +:104B10000000000000000000000090BC0000000049 +:104B20000000000000000000000090BE0000000037 +:104B30000000000000000000000090C00000000025 +:104B40000000000000000000000090C20000000013 +:104B50000000000000000000000090C40000000001 +:104B60000000000000000000000090C600000000EF +:104B70000000000000000000000090C800000000DD +:104B80000000000000000000000090CA00000000CB +:104B90000000000000000000000090CC00000000B9 +:104BA0000000000000000000000090CE00000000A7 +:104BB0000000000000000000000090D00000000095 +:104BC0000000000000000000000090D20000000083 +:104BD0000000000000000000000090D40000000071 +:104BE0000000000000000000000090D6000000005F +:104BF0000000000000000000000090D8000000004D +:104C00000000000000000000000090DA000000003A +:104C10000000000000000000000090DC0000000028 +:104C20000000000000000000000090DE0000000016 +:104C30000000000000000000000090E00000000004 +:104C40000000000000000000000090E200000000F2 +:104C50000000000000000000000090E400000000E0 +:104C60000000000000000000000090E600000000CE +:104C70000000000000000000000090E800000000BC +:104C80000000000000000000000090EA00000000AA +:104C90000000000000000000000090EC0000000098 +:104CA0000000000000000000000090EE0000000086 +:104CB0000000000000000000000090F00000000074 +:104CC0000000000000000000000090F20000000062 +:104CD0000000000000000000000090F40000000050 +:104CE0000000000000000000000090F6000000003E +:104CF0000000000000000000000090F8000000002C +:104D00000000000000000000000090FA0000000019 +:104D10000000000000000000000090FC0000000007 +:104D20000000000000000000000090FE00000000F5 +:104D300000000000000000000000910000000000E2 +:104D400000000000000000000000910200000000D0 +:104D500000000000000000000000910400000000BE +:104D600000000000000000000000910600000000AC +:104D7000000000000000000000009108000000009A +:104D800000000000000000000000910A0000000088 +:104D900000000000000000000000910C0000000076 +:104DA00000000000000000000000910E0000000064 +:104DB0000000000000000000000091100000000052 +:104DC0000000000000000000000091120000000040 +:104DD000000000000000000000009114000000002E +:104DE000000000000000000000009116000000001C +:104DF000000000000000000000009118000000000A +:104E000000000000000000000000911A00000000F7 +:104E100000000000000000000000911C00000000E5 +:104E200000000000000000000000911E00000000D3 +:104E300000000000000000000000912000000000C1 +:104E400000000000000000000000912200000000AF +:104E5000000000000000000000009124000000009D +:104E6000000000000000000000009126000000008B +:104E70000000000000000000000091280000000079 +:104E800000000000000000000000912A0000000067 +:104E900000000000000000000000912C0000000055 +:104EA00000000000000000000000912E0000000043 +:104EB0000000000000000000000091300000000031 +:104EC000000000000000000000009132000000001F +:104ED000000000000000000000009134000000000D +:104EE00000000000000000000000913600000000FB +:104EF00000000000000000000000913800000000E9 +:104F000000000000000000000000913A00000000D6 +:104F100000000000000000000000913C00000000C4 +:104F200000000000000000000000913E00000000B2 +:104F300000000000000000000000914000000000A0 +:104F4000000000000000000000009142000000008E +:104F5000000000000000000000009144000000007C +:104F6000000000000000000000009146000000006A +:104F70000000000000000000000091480000000058 +:104F800000000000000000000000914A0000000046 +:104F900000000000000000000000914C0000000034 +:104FA00000000000000000000000914E0000000022 +:104FB0000000000000000000000091500000000010 +:104FC00000000000000000000000915200000000FE +:104FD00000000000000000000000915400000000EC +:104FE00000000000000000000000915600000000DA +:104FF00000000000000000000000915800000000C8 +:1050000000000000000000000000915A00000000B5 +:1050100000000000000000000000915C00000000A3 +:1050200000000000000000000000915E0000000091 +:10503000000000000000000000009160000000007F +:10504000000000000000000000009162000000006D +:10505000000000000000000000009164000000005B +:105060000000000000000000000091660000000049 +:105070000000000000000000000091680000000037 +:1050800000000000000000000000916A0000000025 +:1050900000000000000000000000916C0000000013 +:1050A00000000000000000000000916E0000000001 +:1050B00000000000000000000000917000000000EF +:1050C00000000000000000000000917200000000DD +:1050D00000000000000000000000917400000000CB +:1050E00000000000000000000000917600000000B9 +:1050F00000000000000000000000917800000000A7 +:1051000000000000000000000000917A0000000094 +:1051100000000000000000000000917C0000000082 +:1051200000000000000000000000917E0000000070 +:10513000000000000000000000009180000000005E +:10514000000000000000000000009182000000004C +:10515000000000000000000000009184000000003A +:105160000000000000000000000091860000000028 +:105170000000000000000000000091880000000016 +:1051800000000000000000000000918A0000000004 +:1051900000000000000000000000918C00000000F2 +:1051A00000000000000000000000918E00000000E0 +:1051B00000000000000000000000919000000000CE +:1051C00000000000000000000000919200000000BC +:1051D00000000000000000000000919400000000AA +:1051E0000000000000000000000091960000000098 +:1051F0000000000000000000000091980000000086 +:1052000000000000000000000000919A0000000073 +:1052100000000000000000000000919C0000000061 +:1052200000000000000000000000919E000000004F +:105230000000000000000000000091A0000000003D +:105240000000000000000000000091A2000000002B +:105250000000000000000000000091A40000000019 +:105260000000000000000000000091A60000000007 +:105270000000000000000000000091A800000000F5 +:105280000000000000000000000091AA00000000E3 +:105290000000000000000000000091AC00000000D1 +:1052A0000000000000000000000091AE00000000BF +:1052B0000000000000000000000091B000000000AD +:1052C0000000000000000000000091B2000000009B +:1052D0000000000000000000000091B40000000089 +:1052E0000000000000000000000091B60000000077 +:1052F0000000000000000000000091B80000000065 +:105300000000000000000000000091BA0000000052 +:105310000000000000000000000091BC0000000040 +:105320000000000000000000000091BE000000002E +:105330000000000000000000000091C0000000001C +:105340000000000000000000000091C2000000000A +:105350000000000000000000000091C400000000F8 +:105360000000000000000000000091C600000000E6 +:105370000000000000000000000091C800000000D4 +:105380000000000000000000000091CA00000000C2 +:105390000000000000000000000091CC00000000B0 +:1053A0000000000000000000000091CE000000009E +:1053B0000000000000000000000091D0000000008C +:1053C0000000000000000000000091D2000000007A +:1053D0000000000000000000000091D40000000068 +:1053E0000000000000000000000091D60000000056 +:1053F0000000000000000000000091D80000000044 +:105400000000000000000000000091DA0000000031 +:105410000000000000000000000091DC000000001F +:105420000000000000000000000091DE000000000D +:105430000000000000000000000091E000000000FB +:105440000000000000000000000091E200000000E9 +:105450000000000000000000000091E400000000D7 +:105460000000000000000000000091E600000000C5 +:105470000000000000000000000091E800000000B3 +:105480000000000000000000000091EA00000000A1 +:105490000000000000000000000091EC000000008F +:1054A0000000000000000000000091EE000000007D +:1054B0000000000000000000000091F0000000006B +:1054C0000000000000000000000091F20000000059 +:1054D0000000000000000000000091F40000000047 +:1054E0000000000000000000000091F60000000035 +:1054F0000000000000000000000091F80000000023 +:105500000000000000000000000091FA0000000010 +:105510000000000000000000000091FC00000000FE +:105520000000000000000000000091FE0000FF00ED +:10553000000000000000FF00000000000000FF006D +:10554000000000000000FF00000000000000FF005D +:10555000000000000000FF00000000000000FF004D +:10556000000000000000FF0000000000000001A992 +:105570000000150000000001000000020000000310 +:105580000000000000000004000000010000000016 +:105590000000000100000004000000000000000105 +:1055A00000000003000000000000000100000004F3 +:1055B00000000000000000010000000300000000E7 +:1055C00000000001000000040000000000000004D2 +:1055D00000000003000000000000000000003FFF8A +:1055E000000003FF0000000300BEBC20000000001C +:1055F000000000050000000300BEBC200000000009 +:10560000000000050000000300BEBC2000000000F8 +:10561000000000050000000300BEBC2000000000E8 +:10562000000000050000000300BEBC2000000000D8 +:10563000000000050000000300BEBC2000000000C8 +:10564000000000050000000300BEBC2000000000B8 +:10565000000000050000000300BEBC2000000000A8 +:10566000000000050000000D0000000C000000001C +:10567000000000100215002002150020000000307C +:10568000081000000000003300000030000000316E +:105690000000000200000004000000000000000202 +:1056A00000000002000000000000000200000007EF +:1056B00000000002000000020000000100000003E2 +:1056C0000000000100000002000000400000004057 +:1056D00000000004000000200000000F0000001B7C +:1056E00000008000000103C00001878000020B4021 +:1056F00000028F00000312C00003968000041A40CD +:1057000000049E00000521C00005A5800006294078 +:105710000006AD00000730C00007B4800008384024 +:105720000008BC0000093FC00009C380000A4740D0 +:10573000000ACB00000B4EC0000BD280000C56407C +:10574000000CDA00000D5DC0000061800000000167 +:105750000000000100000001000000010000000145 +:105760000000000100000001000000010000000135 +:105770000000000100000001000000010000000125 +:105780000000000100000001000000010000000115 +:105790000000101100001000000010040000102193 +:1057A0000000FFFF0000FFFF0000FFFF0000FFFF01 +:1057B0000000004600000010000000000000000093 +:1057C00000000018000000010000000000000000C0 +:1057D000000000000000000107FFFFFF0000003F85 +:1057E00007FFFFFF0000000F00007FF800007FF8B8 +:1057F0000000190000000000FFFFFFFFFFFFFFFF98 +:10580000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8 +:10581000FFFFFFFFFFFFFFFF0000FF000000000091 +:105820000000FF00000000000000FF00000000007A +:105830000000FF00000000000000FF00000000006A +:105840000000FF00000000000000FF00000000005A +:105850000000FF00000000000000014C00003500C7 +:105860000000000100000002000000030000000032 +:105870000000000400000001000000000000000122 +:105880000000000400000000000000010000000310 +:105890000000000000000001000000040000000003 +:1058A00000000001000000030000000000000001F3 +:1058B00000000004000000000000000400000003DD +:1058C000000000000000000000003FFF000003FF98 +:1058D00000000000039387000000000000000000AB +:1058E000000000000393870000000000000000009B +:1058F0000000000F00000007000000000000000E84 +:1059000003150020031500200100003008100000DE +:1059100000000033000000300000003100000003F0 +:105920000000000600000003000000030000000269 +:10593000000000000000000200000000000000065F +:10594000000000040000000200000002000000014E +:105950000000000400000001000000020000004000 +:1059600000000040000000040000002000000002D1 +:105970000000002000001000000020800000310026 +:1059800000004180000052000000628000007300AF +:1059900000008380000094000000A4800000B50097 +:1059A0000000C5800000D6000000E6800000F7007F +:1059B0000001078000011800000128800001390063 +:1059C0000001498000015A0000016A8000017B004B +:1059D00000018B8000019C000001AC800001BD0033 +:1059E0000001CD800001DE000001EE800001FF001B +:1059F00000000F8000000001000000010000000115 +:105A00000000000100000001000000010000000192 +:105A10000000000100000001000000010000000182 +:105A20000000000100000001000000010000000172 +:105A30000000000100000001000000010000000162 +:105A400000000001000012240000121000001214D7 +:105A50000000FFFF0000FFFF0000FFFF0000FFFF4E +:105A600000000020000000200000000000000000F6 +:105A70000000002300000024000000250000002694 +:105A800000000027000000290000002A0000002B71 +:105A90000000002C000000010000000107FFFFFFD4 +:105AA0000000003F07FFFFFF0000000F00007FF82D +:105AB00000007FF80000000000000001CCCC0201D3 +:105AC000CCCCCCCCCCCC0201CCCCCCCCCCCC020140 +:105AD000CCCCCCCCCCCC0201CCCCCCCCCCCC020130 +:105AE000CCCCCCCCCCCC0201CCCCCCCCCCCC020120 +:105AF000CCCCCCCCCCCC0201CCCCCCCCFFFFFFFFAF +:105B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5 +:105B1000FFFFFFFFFFFFFFFFFFFFFFFF0000000091 +:105B20000001000100110807CCCCCCC5100000001A +:105B3000000028AD7058103C000000000000FF007D +:105B4000000000000000FF00000000000000FF0057 +:105B5000000000000000FF00000000000000FF0047 +:105B6000000000000000FF00000000000000FF0037 +:105B7000000000000000FF000000000000000267BD +:105B800000003500000000010000000200000003DA +:105B90000000000000000004000000010000000000 +:105BA00000000001000000040000000000000001EF +:105BB00000000003000000000000000100000004DD +:105BC00000000000000000010000000300000000D1 +:105BD00000000001000000040000000000000004BC +:105BE00000000003000000000000000000003FFF74 +:105BF000000003FF002625A000000000002625A0CD +:105C000000000000002625A000000000002625A0BE +:105C100000000000000E0000011600D6002625A09E +:105C200000000000002625A000000000002625A09E +:105C300000000000002625A0000000000072000007 +:105C4000012300F30000FFFF000000000000FFFF41 +:105C5000000000000000FFFF000000000000FFFF48 +:105C6000000000000000FFFF000000000000FFFF38 +:105C70000000000000000000000000000000FFFF26 +:105C8000000000000000FFFF000000000000FFFF18 +:105C9000000000000000FFFF000000000000FFFF08 +:105CA000000000000000FFFF000000000000FFFFF8 +:105CB0000000000000000000000000000000FFFFE6 +:105CC000000000000000FFFF000000000000FFFFD8 +:105CD000000000000000FFFF000000000000FFFFC8 +:105CE000000000000000FFFF000000000000FFFFB8 +:105CF0000000000000000000000000000000FFFFA6 +:105D0000000000000000FFFF000000000000FFFF97 +:105D1000000000000000FFFF000000000000FFFF87 +:105D2000000000000000FFFF000000000000FFFF77 +:105D30000000000000000000000000000000FFFF65 +:105D4000000000000000FFFF000000000000FFFF57 +:105D5000000000000000FFFF000000000000FFFF47 +:105D6000000000000000FFFF000000000000FFFF37 +:105D70000000000000000000000000000000FFFF25 +:105D8000000000000000FFFF000000000000FFFF17 +:105D9000000000000000FFFF000000000000FFFF07 +:105DA000000000000000FFFF000000000000FFFFF7 +:105DB0000000000000000000000000000000FFFFE5 +:105DC000000000000000FFFF000000000000FFFFD7 +:105DD000000000000000FFFF000000000000FFFFC7 +:105DE000000000000000FFFF000000000000FFFFB7 +:105DF0000000000000000000000000000000FFFFA5 +:105E0000000000000000FFFF000000000000FFFF96 +:105E1000000000000000FFFF000000000000FFFF86 +:105E2000000000000000FFFF000000000000FFFF76 +:105E30000000000000000000000000000000FFFF64 +:105E400000000000555400005555555500005555AB +:105E5000F0000000555400005555555500005555AB +:105E6000F00000005554000055555555000055559B +:105E7000F0000000000000000001000000005014CD +:105E800000000000FF5C0000FFF55FFF0000FFFF67 +:105E9000F00003E0000000000000A000000004008B +:105EA00000000000000000000000000000001000E2 +:105EB00000000000000000000000000000004000A2 +:105EC00000000000000000000000000000010000D1 +:105ED000FF5C0000FFF55FFF0000FFFFF00003E044 +:105EE000000000000000A00000000800000000000A +:105EF0000000000000000000000020000000000082 +:105F00000000000000000000000080000000000011 +:105F1000000000000000000000020000000000007F +:105F20001F8B080000000000000BFB51CFC0F003E6 +:105F3000095772A1F2AFB0A2F2D1B1133B7E794200 +:105F400098858132FD624003E480D80A88D558F0F4 +:105F5000ABDDC98429E6288B607F91626008908060 +:105F6000B05B252873D7281E1AB84C13959FAC0E2A +:105F7000A13F6940E87234F914A83CBF0A84AED04E +:105F8000C46EAE00541E0024534894600300000009 +:105F900000000000000000001F8B0800000000004F +:105FA000000BED7D0D785C55B5E89E3967CE39F371 +:105FB0007F924ED349F3C3499AB6014299A6699B91 +:105FC00062D19336AD01AA4C7F28510B4ECB5FA016 +:105FD0007FA156C955B9336DD234A62DA4940715A7 +:105FE00010878852103460C0A29537A588F5E17DEE +:105FF000C6B648D1A2011151A1460429F7E9E5ED41 +:10600000B5F6DE33E79C6492860B3EDFF759FCDC85 +:10601000D967FFADBDD6DA6BADBDF6DA7B54AD8086 +:10602000149D41C8BBF0EF2384DCEF22844CCCA547 +:10603000645DD84D8A08F9AC46F0DFDBDED00C1287 +:1060400026A44D63E90DBE502FA4DD494232D3A1F1 +:10605000BC3C4D4284F809A99623D0C217FB7A05AF +:10606000A4AD73E3E7607A2EA485C4CDFA27A5FA20 +:106070002B7ED6F7BB12FCFF170899931B8F9C4809 +:1060800034C0F81211FF9A08B497C8CE3F4B3308BA +:10609000915BC3E48BB534AF2B24C3DBBC0BFF2770 +:1060A000AD0A2702B97939D3B6130DE9A7AA73F55A +:1060B000A7906004E190898C70F0F684A4088CEFBE +:1060C000E1A33BFB793B69A69FF20CC753BE710568 +:1060D0009EDA931AC9A8846C4FEA989722C44CD7C9 +:1060E000E03CCD472085B129FE3AAB8C5E7F85052B +:1060F0000E2FEBDF249440B3E1AF840D5F9D915BE5 +:1061000034739479932A8A2731EFCAE1F39369D7DC +:106110007D747C4A3BB317527D74389666E16821E2 +:10612000D6F98F1F8ECFD8DAFBCE2464007020D32F +:10613000F95138DCD1446A90A624CADAC9066F77CF +:106140009A78F757BB73E341B7019F8D5FB4D24292 +:106150005BF970BE4C717EEDE1F38D4B8C9F45BEBB +:1061600095C483D67A96D4C2BF52A413F9568AF83E +:1061700052520852F995412BDFF2769E7292003A04 +:10618000B4C3A762DE98D2412E8D7DAD9BA2FC46A2 +:10619000A2E0B87244C37E3EEB4ADC88702CA12496 +:1061A000A4FCE0E34DBC7A9CC052F31455871380E5 +:1061B000BF402121F386E3677B329596A75AF21EF2 +:1061C000D2DC87FC9F66E39493F4040A37F9DB4240 +:1061D0006359307F3F59FAF279B497C58E27EA6840 +:1061E0006EA212FB3ACCDF35F27C6E87F94C84F953 +:1061F0002829C00F9DCFED88BF3CF3690F4EE3F314 +:10620000898C0847079F8F803FFB5DCC2B4F3B2736 +:10621000FCF9CA3BCACCE86ADA452A38F2BC3C3001 +:106220002FBA5EBEC3E7E5092848274FA487805CE4 +:10623000A1F3FBCE48F3A37C85F2CD393F59D710AB +:106240002F627C59EB4CCBB372706688CEC6C9C244 +:106250001163725227D8EE5E92C84039E5BF01E45F +:10626000BF8049A07F254ACBCF85D46C4E51BA76EA +:106270001C9C476AA05D2046D6D1540924C8125AF6 +:10628000AFE3EF5233F02389D461FF028EEF73390D +:106290009E0F6FCB001E0B9E8F9611D68F83FE47ED +:1062A0003FA662BE6362EC6B80CBE739DE9CF8A14F +:1062B000787BDEDABFAC337C1EFDD87486AFA6894E +:1062C00036F8B27068ED367C1110A1745D4679BF66 +:1062D000026F3DC50C5F7BA3F55B41265656C76236 +:1062E00084CA99DDD1BD5B207FA796F83DB4F755F0 +:1062F0000FE1B8D1C420E251AC9745528DF7259AF1 +:10630000DED254195E43D3B0CB65E33F9176523D64 +:1063100000FC99A67A00D2B75F60F08FA2376CEBD1 +:10632000B33B2A37A569FFDDD56B7A1A28DEB6455F +:10633000AA6A51C6982E19E6E583F91884B8607CDC +:106340000A6F67F1E7104E8A3F976B768E0F05BF95 +:106350004D315B4D9D965792D68C8BF637612789D0 +:1063600065386E640B9EA28DEE941A423CF85C80F8 +:10637000EA52E34990C5E1258340B12C1E6E697253 +:10638000233D377D6C5AAF549183FB22979BC9CB39 +:1063900008E36B22C7AA416EE65B7F7B299E6AD821 +:1063A0003A7641BDC909928675B40BBE53823C430F +:1063B000E293018EC92D310FCCE7884BF05714F5CD +:1063C0006207877BEF1A1FE3AF32FD1E8067AA8B3F +:1063D000DB1F2D1C5F39FE9AEA9A9DC38BE0AFA4A8 +:1063E0003B510DE3A875699742E72BD70FA460BE18 +:1063F000ED6ED282F224450660BC6217C9FDA3E3AC +:106400008563462FF0F73CCE07C566E7F56ECA5F99 +:10641000D1A88C782C1E5CBD84B0FC8B2A4D032740 +:106420002EF83DD84F93AFEC7341FFA1D21E974495 +:10643000C753AF1CD217D0F473EEC43C8023A8A777 +:106440005CC09725EB7A5C40D73D9E56A25338D46A +:10645000F919331E007A2F26AB2DFAF7423E5FB9A9 +:1064600094D91982AE7B25C627BB1BB77AAF0940EA +:106470003D1FC2398534727EA096069D87CAF98178 +:10648000D2FD02C04F28D1E372D17695A543199869 +:1064900032E5F7490C8E5831C0B1A758694E33BC6C +:1064A0001C03FC86DC1C2706FD8FE229C8F311972C +:1064B00007E19240D151D152A893B441E92377B07A +:1064C000FC8418499B341FE2782BA94B6D01B52F32 +:1064D000F014E2F89363E92D80A73019C8C8158835 +:1064E000A7CB01CEE275832919E6AAB722FF77CBA5 +:1064F000ADBFBE91CEA7FBB0144B19163E24940F2E +:10650000CFB1DA0B74BDD9EC012E3722A7A73740E3 +:10651000BC00BFCA01A6CF847EA0FCDA0AF4937542 +:10652000C6AFA7AB87B436C97879164E04ED1D996E +:10653000DB0C5DFAD614F0D95BD0179DB7D433339A +:106540000378A3588E7DDDC02A1917CD6BBA99EE5A +:1065500046FB2D8DEB42D8235EB08B2CF687A7D45B +:106560006E179166CA6716FB4A6B53100E99EA07BD +:1065700052939B27D514683FC134DF9D0279BB1D20 +:106580002F0748C61B0279554BAC76B94C98DD0EE7 +:10659000CBE3DD8AE1EDF2E3C531DE0A3B9CA7DD0A +:1065A0002E201BAF883695A3B593C92B821F28F2E6 +:1065B000EE830E66E7E843E5DE7E17D5A3EDA5B7CB +:1065C000A5603D6D87224AD74EC2E84E126E9B1ED3 +:1065D000934ADD2FAA68B7198C5FA2CC9E52C9CA14 +:1065E0000CB417F9B1F8C2C7F9EA33247100E553C6 +:1065F0006902F1EB29DA1FB5EA1359A1F624F04834 +:10660000F50AACBFE39CAB53B0AE3DE5FA4CE405F4 +:10661000CE573B34E41DCB385B719E5DC934F98D98 +:1066200007F406EB5F33E22C157C59CDF8B8AB6666 +:106630005998C077AD0FE591BFE7E18C3B62E5C7A4 +:106640001459710ECC93D9E377D2F45DC197A0971A +:10665000A23E9B1D2EF84DF43F163EB279CDBC0CE8 +:10666000D6414B543140FEAE95482BE88596E8B4B0 +:1066700046901742DFCBEE6226170BB558860ED137 +:10668000F2AC542F19F9C769A1C244AF85DDCECE53 +:1066900001D04324ED191AB4F08F735F79D2C5F796 +:1066A0009573C95CE09B37F4E6706694FEFF903CFE +:1066B000ACA33DC0F795CE72318FB584BCAC16C289 +:1066C0003C53CA27283E036E0DF127E6271776159F +:1066D000017DD6EEFBB16E93635C7EAD95E9F6B3BA +:1066E0007638FC4E7CD27132388E683748E1B3CAB6 +:1066F0000747FB6CBF420ECAC3ECB70237FDEE6D15 +:10670000FC6C6A32C5C3DA0797323B84CE03E4AF30 +:10671000805F8C2BE6911DDF319F7CF318AFBC7E30 +:10672000A3715B2798B2C73C46591CF8A4697A2329 +:10673000E81761BF0ABA2C5DB4AD6824BF4296BFAA +:106740006462E8802F6A40233FFDBCBD1ED6D7851A +:106750006EEF8876E058FC33C7EDE09FC64B3E10E5 +:10676000FE590AFC03F8E2F6B398BF13DF2D8D1E25 +:10677000B453F2E29BB717F41BC67FF9DA0DE79327 +:106780009523F209EF5FF08B18E7BF0BEF58FC4140 +:106790001909EDC4C9F02785A78CAA55827A8EED18 +:1067A000234A38DCE555432EE02323AE2FC0FD43BA +:1067B00073EC4948EF28F845F16A036A34EAA047C8 +:1067C0005CE604D7BB679FBEBE117014B7C82F0D1F +:1067D0005AE6174ED8F3C17A7B5E25342FE65D91D9 +:1067E000EB47E77C4D8C58CC6A7FEFF20C34D3AD8D +:1067F00023E9DCBAB82142CB7779078EC3D6729BE6 +:10680000F7C286269A0F960BBF0CED95F251AFDBBF +:1068100060F8A96F423F4798EB0F323878780AE565 +:106820007FA54226DD347B7050220ACDDF1C95D334 +:106830002ADAC84DA8E7431C36D1CFCD8387B0DF15 +:106840009DF55B755BFF51563F20FA375ACFB0F686 +:10685000FF36E5F901B047646A4D007C6635C22316 +:10686000FADF59EF2685600715CB6950FEEAE02074 +:10687000DAB732194A41AAD69B1990FBC48C30FE74 +:106880001A635F22D7B1FDBC5CD735C05266BF9397 +:10689000552E271F7F1BF858A5FB09E017B19F1045 +:1068A000E38CC977A75B0FFCAD747E37105F0CF4E7 +:1068B000DD44C5747968BEAD94C4B6D279ED772550 +:1068C000326ED0AF2B5A3FBD8DE65D2BDBA60F524B +:1068D00038DAE808A89F4D779AF969293FD3763DC1 +:1068E000F14969E8479E503A11E0ED31997D9F0FDB +:1068F0008E1D4932ABCAB23FDD21F769A0FF77D4C4 +:10690000D46A23B5F3479559551368BF4DC6247D06 +:10691000143F61FE7E97D9FAAD70274EB8270EEF6F +:106920009F10B61EDC94E8B08E7C815BD17FE4239F +:1069300096755291AB975B6FF6FCDED59D684F451F +:106940002699335D743DAC9648265E4FF37EF36125 +:10695000582F974AF73404E8FA88A8E6F56E5ABE2D +:10696000596A6BD849E9163983A0D068697FC2B5E6 +:1069700005DAD3354FCE236483F4BD2DA91A867F63 +:10698000B0CB3A9399F4CB1ED8E71F4EBF4CE77BB0 +:10699000CACDF66BFF87F3BF2227D8FE2E4AEB59EC +:1069A000F4AF8FB233DA59D5B49D55CE46995C8297 +:1069B000BD0FAC17BA6F2312EC879A8732208F6411 +:1069C0007D98DF22FC92850E9A64F75B74737F8555 +:1069D000C8FBB49F97835D96951BC9E3E500776775 +:1069E0007210D35DF220F251CA2404F8AA3BF96A6E +:1069F00039CC4F37D9B8BACCE62DDA9F27B1F98A0E +:106A0000F42DB2849820A7F57B711E3A9F87BC397C +:106A10004CBE5808F99D7F8675A7EBF25FADF2CEAC +:106A2000A93FCB25AA3F01E75C7FFADAFE88700B0D +:106A3000FFBE8FE39F9CE865E388FDBB149809FEC9 +:106A40001BA147E748CC8F22DAE9848E6BDBB73095 +:106A50003824CE2F625E4E78620E78C63AA710E3D5 +:106A60009F0775293D82670A3937C4F65FF399FF9E +:106A700058F8C34375940E56F91F1DB4E56F94186A +:106A80003FF9AB293D2C7CB437D88DFC7D6A70CAA8 +:106A9000A87E28E0532B1F005FC66A185F5AF56E68 +:106AA0008E6F8E23DD7772BEE8E47CE097FBB09DAD +:106AB000BFFAB80D0E015F3036E898871DDE00651D +:106AC0006F90A73BE3AB703DCB2B987F94AC224EED +:106AD0007FCEA781EFC5FE3F1063F2F74689F94BE1 +:106AE000F77A52D156F00B14505AC2399627D11C5E +:106AF00047BF18295E66F1071CE6EB21DBAE81CAB1 +:106B0000035AEFD724B14E02BEA88906ACEBCDB72D +:106B10002A415C46AE7E17E03700E53D29F7941C1C +:106B2000BC5FE0F375C22DE0F5F0794696AF42798F +:106B3000979D67B3DD5ECAD6CFFA97E3374A163F13 +:106B40005656CE5753398F3C9ED6965AE6D75D3D62 +:106B50003EF9BE53265ED09B3D01B7B70AD679CC2D +:106B60001D9B6A809EA83D6CD071FCC148AD751F0D +:106B700075BEB6E026C9224F0235B43F0B3DBB417E +:106B80000FBC97F123CEF19735558C3CFEDD12D327 +:106B900093AF019E554EA7AE8ACF69802F273CA2A6 +:106BA000DD55EEC47D56B8D552E6371F416F7A9752 +:106BB0005AEC85F1EA4B671A709138C8A5F640ADDA +:106BC000BEC6221FF67339744A35F7C37C9C708F9A +:106BD000579FE61B775BC43EEE2F73E3FE08F0F190 +:106BE0004B2E8F7AAA95A557513CCAF150CA0FFB7C +:106BF000CE3893CBB29E413E94B97F4037197F0A7D +:106C00003F83CE61EE3099BF80EE29515FC8A692D6 +:106C10004E81DDD1E36272997E067F4180303FD59F +:106C200044EE2FB85AAC1BABBFAA12C663FE0227B4 +:106C30005EF29EE771BFED9A7ABE908871E92F29C6 +:106C40005DAF3DEC41BB92FC8DD6B6F8CB5EFACD84 +:106C5000EA25B0CFB896FB1FAF24F11014BE4EDC6E +:106C60004D00EFEBE448689685EEEF48EC9C8E749F +:106C700079D00E4FD1FF00CEAB7A3C2F59CFFDAE6D +:106C8000D96BCF5F4D9615813D77F5AD1E92A6F875 +:106C9000B8D661AFFC1EE40AEDF71AD2DA09F4DEC9 +:106CA000E6617EEF3554314DA0FA71FD77BF326752 +:106CB00035E29BF9DBFF40F5B7A1E6E0BA2E90562E +:106CC0004C5AFE9BFE592B3F44A07DBA7332ACA3B5 +:106CD00002E6A771F2C5155D76F8C682DF09AFF04E +:106CE00023E58343DEE732D323F06D4876D9CE53D4 +:106CF000F3C51F88B88319A008E938A90504FDC7A2 +:106D0000A95F05D3ED28EF58DCC158ED6B65C65778 +:106D1000EFB5FD9C31C6EF8EA4E320CF85DFCFAB6E +:106D2000C54D8625EE9F8E8E515E357A793EF8965A +:106D3000166878CE27E0A4F6F242798479BEED3663 +:106D40002F037E5601DF526EFF88F633A5E34639E6 +:106D5000D0057AD21BE887C301E235641BDD37C258 +:106D60001FA86708CA457FB5BDDC6957AF9445FCCD +:106D70004006D759089720ECDB0219D473F5F26B63 +:106D8000D9FA16FFD4A628952B13F2CB3137D10CA4 +:106D9000D82B6A5C5EB8785EC0F1468FAB09D6CB63 +:106DA000262A8ADA6AADFD2AD8EF3079F1375A3EC1 +:106DB00087EB0DDCF7C7A240CFAE24C1388E764FEB +:106DC000FC629877FBB31201F9D55ED04ADC80D71C +:106DD0003262C0F9B05A150FE339CA3129E2AEE088 +:106DE000C204E22A8A9BEE05BF7C8BEC617890633B +:106DF000E84F57032913E2273A3D8968018553F983 +:106E000077160FD0104824A09D146DF6A8B4DD8F1E +:106E10001EBCA219F2D74517CBB0AFFE0CEFE7F5B9 +:106E2000071E9E43287C9D0F054906E5405A017BBD +:106E3000F1BA7E09CF7FD67E3B88E35FF7C835DFA6 +:106E40005802F8F9EEF9C62B286FDB91AFAE7B6CD8 +:106E5000F94F537C3E1AA547FB167EAE968A45979E +:106E6000D3A6EB55F269B093C4FC05FE34A307F535 +:106E7000E275FB0AF03C32BBCE655A1FEC449A2EF9 +:106E80001B412FDE2E33BBFFB5A0D20CF0B9F61D8F +:106E9000BC1CE1EBBBD403F37295B692DF0640EF66 +:106EA000B3F9D17A6C7F71BF2B3D9596BF76FF3DCC +:106EB0004AE53930EE3DCA1A3C8FD882F5049CDA97 +:106EC000BEDD29906F5A955E095BAA85DF7E280496 +:106ED000FBDF8DFBA40CECDB698AFB77AFE176C4AA +:106EE00081980117A5FB06CE971BFAD7A3FCDFD02C +:106EF000B703F5DCC6FD76B947F18A7EBFB5CF4949 +:106F0000B12590FFCE7D2183C2F38781AF8700FF3B +:106F1000749CD50A5D3F1EDDBE2EA0FF5385C3FBCA +:106F2000236408FD5C1BFBBEC4C6EBFFD8EFC03F6B +:106F3000BAD1215FFF007F140FDF6F3C21DBFD879B +:106F400064DF84D3F287AE7DE8ADBB5374DCD71E1B +:106F5000F9E3DD1017B0EEBFFE72F717605D3FE199 +:106F6000D5413F6C7CE0B7777F9EE2F3F5FDAA1B2D +:106F7000F8E3E40FEEFBC61D347FF2F9E9B5209A81 +:106F80009EE3EBFAE4C3EF1419B49FCD3F583409E4 +:106F9000E6BFF9D18593C828F6C949CA4F69D50A11 +:106FA0004F1AFB31F6D3FE26D1EC019E3AE872A8C7 +:106FB000FF5039C0F7FA7135066B7423FD06EB7A82 +:106FC00043DF7A3C1F843CEC1B373CB81DE36F86E3 +:106FD000E33955E2C643EE4C091C1D6FE85F7EF1B4 +:106FE000F975907A6206F4478650CF3ADB6D3C46DD +:106FF000E9796E7EFABD45FEA6809CDCF8E097D864 +:10700000B87D947EA1E1F47B1DFE98379C7E7F7550 +:10701000D0EF2DB2EEAB774061FF8411FD4262BF2D +:10702000B8FED14B46DD579E74ACDB7C786EE17EBA +:10703000C243D430F3C0BA7BE49BDFB8230274565A +:10704000634B80EE0FBD554E287FBCEA19BA1CD6A3 +:10705000E3D00F54BD97B6B9EE07CFA15E3FF9E874 +:10706000CF1403E3A4A86949EDBE9324FB6F00ECA1 +:10707000C00D7CBFBDF1DE60460DE5E8B521BDB4B5 +:10708000C908E1773C27DB9066FCBF217D70856BEA +:1070900004FA7DD853C9EC8434F3E7AEBFF7970AFE +:1070A000FA012D7475D5033D5F5C0CDFF3D153CC31 +:1070B0005F87F9CFB5D0F55EB66EF3ADCF93F7A885 +:1070C00032E845279D4F72FFCAC6B4EBB991E82E4E +:1070D000ECA2F1C62BCEF338FC08E9D3F3638F3D65 +:1070E0009FF1E1ABDA6360BF4EBC6D29A6F219F4E3 +:1070F000544849839EEAF418CFA5803F7EEC21BD19 +:10710000B4497B680E3146F0AF76807D383D979765 +:1071100003713CCF96233AEEE79CF15C1EBA9D309A +:107120002CF01C7A61FA248813F4B8D979E7B68375 +:10713000F308E805482B209EA96D56ACCAE2B79229 +:10714000A2313C0755A246C348FD2B6D73B07E7635 +:10715000BF572FF67BA9EA5E9ABFA9AA2806FB842F +:10716000A0FEADE8419ADE543FDE7DF410FA336FA5 +:107170000EBC81FE72B18FBD797EDE7DF40D9E5115 +:10718000F6D1378D73FF971D3FE21C3FEF3E7A3BF0 +:107190008CDFC5E36C86EDB3F400FA2526F375FDAC +:1071A000650FB3DFCB48660B61764F5CB39E9734B7 +:1071B0000F1D047FE457969E58BDC680F88D0E3C87 +:1071C0001FA1D640DDBBB346E367FBF988E666F650 +:1071D0001189F1739A5C1C0E1B8FC7437DD3C3F4D6 +:1071E0001285E7E135F4CFBBE60EE279CD1974489C +:1071F0000F85AF628581715F53560D5CBB06F9E167 +:10720000BD9DD764F965BEF0B70CD9FC2D37CFFF13 +:1072100060FC0307F8FCE83EFD00D0C9499F9BC70E +:10722000E967C937AED33FF04C6EDC67461A7798F2 +:107230003D7D9A712FB72F0FA19DEA3FE14239B2F0 +:107240007B7908CF3902C41703BB3010305D1E5A5A +:107250007E43398951494A3C2B523F82D0A2FDAE30 +:10726000C4AF3CB47DC3AF7E1C0579B0F39CD6336C +:1072700088D56F53673FEFD8E538EFD855F7C19CF5 +:1072800077EC7AFFCE3BFED3731AE71D52F056F42B +:10729000C378C779DE119960CE74C5800C5F5EF843 +:1072A0009368EE9C23A85CB7909D73103CD7285040 +:1072B000EE6A4FD1FE2325E6C350FFF6CE3B1646BD +:1072C000E0DC630A2BFF1394A3DD6FA660FDCF51B2 +:1072D0000DE41335A1BC08FA5C2D4D31BF50940C60 +:1072E000823D27FCA76A7322C3E32D2729106FA6CE +:1072F000F71C8465A44459DCE5220890A7747BA39D +:1073000094E079623E7C7E99C757F650BD025B07D8 +:10731000F54AD203FAB92BA9E3F79B9251FCDE9D03 +:1073200034317D86C4AB148CA361F1597BB95FA560 +:107330005D212D901E11F18D0AE3F75CCAFC2C87AC +:107340005E508BAF04B8023EB443F3C1D599AC8E06 +:10735000C1F83B93314C6F49D6C7100E57DA80C342 +:107360008EF39492768DE25997F462C877CA467B81 +:1073700023CDFBB85E938C1931D9221FE72B4CCE5D +:107380002A6627DA498AC9CA757EDEEF1C7F41AEBC +:107390003E9E5F2A3AABBFDBC5E6E7AC7F019F6745 +:1073A000CFC1C7516FFB6319E64FA7FA518673BC73 +:1073B000833F2660E7757932186FB6A78CC440CF3B +:1073C000AB6D35BCFC7E5249DB2DE5FDF8EA06903D +:1073D0008EC1B63A2CEFF2C63EC1FDEE3C2E98C5EA +:1073E0004D7679088F0B367AB7D2FCE5BC7DD0A0FC +:1073F0002C4EEDEEC2B60F23DC725D6A80C78D5F46 +:107400000EF4234F39FDE3CC2F5EC2FDE925F501D3 +:1074100013ECCC92F9450BC02E2B31CFC2B893920E +:10742000AAC06ACCD7175D01F92FBBF4A58DE81768 +:1074300073639C77497DF555ACFCBC6BA03CA514EF +:10744000B0F3F4054DD578AE953D1F1FC0736C5257 +:10745000DFE4B69E5BEF8A558647DBFFA0E613723A +:1074600013D7A50F7C29967CA1233FD951BFD251B8 +:107470007E96A3BCD6966FE3F826750AD353FA64BA +:10748000F4CFEEE475C8D064063FBFEF7130F480EE +:10749000F6620D4B5FB2F05537CC6B1479B90782A9 +:1074A00066299E4AA8BD462C762CD17C39782A11B3 +:1074B0006FE85751E5C6149CD367E5451D95173312 +:1074C0006CF222653D6FB1C88BAF00FDDFABBCB87D +:1074D00089CB892E2E379E2189FB40FEA8F54C6E64 +:1074E000E4E442AC05E4E14F3BAF5928CF43B98017 +:1074F000E7BA24754D3BF86D3437CB3FD4F9A985F5 +:1075000020FF845D2AECA69BE87A81F5006945702E +:10751000B85D1A88666C76A9F86EB147C747B77927 +:107520008F31BAD114E816E27261C718FC08FE1D4B +:10753000707A75527C40EAADF799B02F0B7339E43D +:10754000A5EBC7B0DC4B185018BDC08F62A5B31AAD +:10755000B5D09958E84C1AED7AC141678AB730E046 +:10756000AD28C3E48B133EA5ED4CB6FE29FE200DDD +:1075700044630DB0EF1472C4A3EBF7807FEDD6E542 +:107580001BB6809DB06D42E14CC0E72B5C5E93FD65 +:10759000F67337D12F9523AF001F7923AD849992CD +:1075A000EC1CAD28E3C5900C9F41D25E17DC03A014 +:1075B000722C08F6FF400AE49E1C2506F89764909A +:1075C0008BB372F352400ED2BC5B3305FF26C8C8A2 +:1075D000FAEEAD91F49D530F093867A84C1E8A143A +:1075E000CEF107475987E21C5FE0D5571DC3F8F17C +:1075F0005D1F2318CFE25BC2E2EB3BB95EDAE389A1 +:10760000BDD801FB8299EC9E4B17E829F8FEE4E314 +:10761000B89F0AA80C8FFED23E027CEF976315B08C +:107620002E52F2CE85A0AFF678993E11F5051C9149 +:107630006C3B462F279C513E9F9D79F451052FCFDF +:10764000C6E1C4981E934B19FF9454AF4451281BB4 +:10765000ECBE15A567850A7AE1B05D2FA8EB7A909C +:10766000BEBBB85EEF3EF83CAEC760692BC6CF9F8D +:10767000A5BA6C71A5BBBC8E7A548FAD3E87D56F11 +:1076800040BEA37C4DBF9FAB3279A772FDA6819E01 +:107690009A70FA7C3F4765E73B1A97831AAF7F954C +:1076A000C79CAB5ACE433AE3EBE278FEA6F1FB90DF +:1076B0005A28E50727FA83C3CEC14D15E27F484F0C +:1076C000CA55913B2F1E7E5FCD1947146FC038A25B +:1076D00008B3AFA95D7D018CAFC6F3C41165CF9728 +:1076E000995DDD0D767545CEAE1EEF39F3E9DAD53D +:1076F000E33D3F1EC5AEBE4A9D3DBC7FA75DED0D7F +:107700003446AF26EFC1AE3ED7FCB31BEC6AF2E3C2 +:10771000853F81F8A1E9E6C3900F440E2C84F8BAA6 +:10772000C82CAE47C84F17C27A8ACC25A8E23FA71B +:107730000EA01DEDF19A37007CF7837149E9E089CD +:107740009B26DEDD7C7064392652CF24163FD05153 +:10775000B052C7380207BFDCCCF9D51947F07EF527 +:107760003F427CC26ED5129FF08F9ACF0EAFF95573 +:107770001BFEC6195F41D7D1FDC0FFCEFB5359FE9A +:1077800037B2FE21CD1A0FD0658CD72F9446FEEC70 +:107790000EF476555AFC32DDD579FD42DFB3F2ADF9 +:1077A00073FFDD356EBF101F3FE21C3FAF5FE87F08 +:1077B00031B9447A006F0AC75B47C1D588D751E217 +:1077C0002B8EAA16F9AA441DF115EF53BC8A33CDAE +:1077D000E73F7959CDFA315E5647F0638C57CEE4D6 +:1077E0001BD7E93FF94B6EDCBF8C346EBEF8854089 +:1077F000452C8E7660B11BE3EC3AE7C77A40EE7613 +:1078000096B995AD15B97B0E629C1A6D0AB6EB88D8 +:107810002A6EF057771C5E84E7319D9ED6263CBFCA +:107820002C70EBBD15C3E19EACB1F339A9CD3FEB94 +:10783000DE51FC7292C2FC701DFA9308977F66A419 +:1078400000EEDBB51FFCB7C312ECEBA245155E9A48 +:10785000AFE7FD41F0E26F2CE7BB845038EAF07EE1 +:107860000C01FD23B58570BCB1E05334863FA9CD32 +:107870003BEBDE51CE85DF6FF8041E276A06C74F4B +:1078800000C71778F5803144E9D55123E3F98667BD +:107890005065F7BE63EC1EA59023728D1BCF1FA908 +:1078A0007C99A3C1B807ECF2C7136076A84B63F1CB +:1078B0006492B755033E14F71B020919F5943FC1B2 +:1078C000F49598AFE013BF87C58F2A0119E32C34D4 +:1078D0007EAE239D9F8963BCEFCC2A37F0CBBF736C +:1078E0003C769A6C5E9D87D9B95D0FC4C5D5E4C658 +:1078F00021A4EAF65575E03FA8ACEDA653BF96B7B4 +:10790000534800E7A7703CA8275693725A7EB1C629 +:10791000CF2B2A4925F0EFA6864D3F62F66D4A1D12 +:10792000E9DC235FBC97D4C0E2BDC84C268F8851E8 +:1079300037861F919D030B3A08FCCB35ECFEA5075B +:10794000EEF1C0FD3C93D263468E0E59BBBFDF699A +:1079500047313A1383C5654B01760F4A21F297569A +:107960005558E7CFF856CC7FA3C6CFF1FE1FCDFF09 +:10797000329025A06F0F9D79FB2A884330DD312F8F +:10798000B42FB5F3B73F20E3799BE02365F0FA4CC1 +:1079900019ADB7FD9F057EE374E3E1D9F9F019F065 +:1079A000278C43AEB7DD2B3C83DF1B157E01BABCB1 +:1079B000D0BF5C5E2F231F9C51BFF57A7788B02320 +:1079C000443A64E9B5249D62E5881FD1BEFC8BF67C +:1079D0007747C257DAF393799C7229B17CA7FD4CA3 +:1079E00086F8B119506EFF2ECE011587DC16A9F36B +:1079F0001CF07BDA7B8B276E216606E54C94C98FE1 +:107A0000F672627B5FC089CF2283DD0F9FC4EF8750 +:107A10002BF3D97DE04292403F05A967716332970D +:107A20002BA2FD4FB95C50C99B26CA1F3288F72D87 +:107A30009CF41074D86E303A00FD8A6979015F7742 +:107A4000DB391DB46282F18105832C0E8F34F2770D +:107A5000445CC485F1CFF3EDF857F83B31853CCE5B +:107A60005B73E05BE1717C0AB1BC4742BFBFA1B967 +:107A70006CF1DEF9F0E9A4C76B821E4112B4BD239C +:107A8000A38FCCB7D9F76304DF8E73BCFF14EB323E +:107A900040C79BF21EC6CB536FF87AB2D36B31A7A7 +:107AA00057B741F87D1EB204E855CCD75B779D9D52 +:107AB0005EE29E3BE1EB43A3FF01BD2635DBE975AA +:107AC000BAF411F7A97FA8C5277B711F61B8F03DF3 +:107AD000962BFDE807D3B27C75E0A04261D95145F1 +:107AE00062B025D806420FFC0AD71E4757EBE4CAFE +:107AF0005EE6A7855C11D8110CFE1DD165A3FA3393 +:107B0000E1FD0678B7E72678C7677AFE7A212595E2 +:107B100000BFB61265EBA678B3817673A89EE1A785 +:107B2000B4D1E885B97CD2EB12FB6FDB3D665C0912 +:107B300096F7174A6B59BBCE0A92067F787433B317 +:107B400023681EFD43059BE58C87E6A3B1C5BFC72F +:107B50007D8C9C22B00F893AE45241EBD3CD2E0CA0 +:107B6000B6B3E095F26B81317439D2A9D1FE3E4FA4 +:107B7000BEF99D6E0AE72F2F4DB5F255BA09EC2DCF +:107B8000ED988471B65A3D15852148F522185FABF2 +:107B90008F05301D6C6862F97837947F8ED34F2B38 +:107BA00065F7ADC2C3E2B546C65F18FEA884F718F4 +:107BB000185E041C61075F39F1E1CCFF77F1007CAE +:107BC000F392E55EA658276F6D266932825D2BD24F +:107BD000B25332C9507B2238BFAF0BD7558D9B00B3 +:107BE000FDB5F9ECBDA63BAEFD39C65B2886EE922D +:107BF0002CFEED762FF3B3290641BB8FC8866B7937 +:107C0000D05ACEDE59F9A1666EF5A2FFF08006FECD +:107C10009CA09C6986F51D8C2904F45EB04561EF3B +:107C200046C0FD298BBCA8F07A6CF1125979112558 +:107C3000836ECB3E50E8853BB5C46EEFC4DC3D247B +:107C400025CAEE0309BFA5F0930FC75B1FFAE585B0 +:107C50007FFEE624895559FCF4E17AA2039F84EB68 +:107C6000751DF8245C6F14B27CAC10F2FBF979DF5F +:107C700083FCBC2F9D34307F77B21AD3BB9231FC8A +:107C80007E47B21EF37BF979E0EE6413E61F48C627 +:107C900031BF2FD98CE93792094CEF4DB660DA9B92 +:107CA0006CC5F4B1641BD6EF4FA6307D24D985DFB7 +:107CB000FB923D98FF56722FE67726D398EF4EEE53 +:107CC000C37CB87E49930BE1F6E1B9A84EF5AB6DE4 +:107CD000FF77A517FDF9226EFEA9176ED0004FDBC6 +:107CE00079FC7C3EBE71C633CE1BB4BFEF704E5FD5 +:107CF000A12D5F919A6CAB7F465BA5ADBCACF52C1A +:107D00005B79494BAD2D5F9C38CF56BFB07181ADCB +:107D1000FCEC7D17DAF267A697D9F2D3F77ED2D6BC +:107D20007E6ACF1A5BB91265FBA5295DD7D9EA85B2 +:107D30006E49A09C9D7B7C93EDFBEC81CFDBDA9FB1 +:107D4000E47256AFA72601C4619ACCEE51EBE9EA82 +:107D5000817C690AFDC8B43C0A7915E4D2B9580F90 +:107D6000E942CBD9FD06D263C2DD2FB99EFB9F4FFE +:107D70006C1FE0EF709D447D74CCBE6FF010BA9F15 +:107D8000A8C07750589C0A5D279F8038554DC67A09 +:107D9000DBE120C0A0FDF8345C4FE25E2089C9B869 +:107DA0000FE43A364B57AD9464BC2017C53D343AC6 +:107DB000D0BBB4CEACC32C2FE63B3363CF9FBBDF2D +:107DC0009E0FC6EC797FB53D2FCE89882C635C6B06 +:107DD000F8D814DCEF117EEF59E3704DF5F17D63B7 +:107DE000323D17EE7909F8158A677D06A4464407E7 +:107DF0007D53C7DEDB11F7F914BA5E0D2C8F1542E7 +:107E0000AA996C5EE1131F3D0CEB41E3F6B31AA592 +:107E1000FD5AE8A8CDB7C3A944D3C817AA037EA7C3 +:107E2000BD64F81CF1B0A7692F9FB69DC4EF8BA865 +:107E30003A273C8F1BC790646A9F79CAE438C8D13F +:107E4000581D31EFA169A99C715D6F9177737CCC4E +:107E5000EFF03B9FC1EE7B93DD0D68CFC98962785F +:107E600077ED367E4E51BCB9F5D737D6C1FB4B9373 +:107E70006D71D697733A3C59EE43FBEC334B997DC9 +:107E8000361065EF44059B08C6250423328178E847 +:107E9000E07115F50EA933F0BE30B8FA00D657934D +:107EA000A4F6CAA9705F43C3F4B5A48EE9A1F20B8E +:107EB0000F7E8456DA541630C04EF79CC1EDF602A0 +:107EC00005C7F96BD9D51867A3265BA3E02F3899AE +:107ED0008C62BBED07CF74C1F99D6A9E6D3BE7A430 +:107EE0006C22D1BD03856B00E3DDD5435ED46341D5 +:107EF0005DE9F55AF4588727518CEFAD7D42C17D7D +:107F000046715D8F0BCE67767B99DDB3DDD75A0D59 +:107F100071F2DB2BC9A7978EA03F3EC4F102375BFD +:107F20009522DC0FE0BF58534F430874F0952406A8 +:107F3000CF4C79B6D1E50CF9D97A1F9C77956A3D7B +:107F40000D60A7945EA91BED06D467EF2709FA78A8 +:107F5000BC24FE7000EA313ABEEC63FE99E2788FF1 +:107F60000BE8D6FE283B677BEA854B75D0AB6F44A8 +:107F7000AAD0AE7CFD31D504FFCAEB85ECFDA8D7B5 +:107F80001F9BFB34C89B3F260F175AEF57BEFEAD11 +:107F90009FCDF15082BCFEC8CFE6C8C844699BBEE5 +:107FA0005DFFEED13920F7520B48752B4D37EA0AA9 +:107FB000DE63DC086B80CD0BFDA7B715299DD07F54 +:107FC000D124F74D904E0854209CE29E0821890A46 +:107FD000F463CBBCDD610FB66BFFB10FFBDB34B5D7 +:107FE000EF10E065D3221DDF4D6A2F30DA03101742 +:107FF00051C1F67D9B2E48A9E550FEC2242C2FD0FE +:108000008EE23D5B25D30A6425BB5DB14310F2953A +:108010009A4AF01C51F807DEAE20D51554BECA0BA3 +:10802000FBD0AF36147413881FDE219B5210ECF680 +:108030006A82FD8506874C101FFAABADE782DD7EB4 +:1080400083D4BA1BFC2D53032CEE579CD36C79E1DF +:1080500086E9A3D911227D02EC073AFE93490D531C +:108060006A1FA03D91494631BF276960FE8E643585 +:10807000E6772463988A7B2A13F97ADECDCF654BA5 +:108080000CB70971E01365A2C1FDAB92133F6A867C +:1080900038E5123AE530B5D9E7F3F7BEE081366846 +:1080A0003F5F67F2EFFC08F3379C1F65EF0109F9AA +:1080B00021E4C5FC37A9BD68F39BD37C359F075DE0 +:1080C000F813D7D9CB777BFA70BF93BA80E1D9D9AF +:1080D0003EC8E12BA4E6A4543BBC3F2A1F6CF57BB1 +:1080E0000C77CA73EEF8EDDC3B1D76EE6DEBE96CB8 +:1080F000291FDDC6E31FEE5C3F27BCC6429FBB1CA9 +:10810000FB83BBAE9F1386FB6BB75D4F0C3D6CE9E9 +:1081100087B7BF2B79B8A8712A5FC4B03E37B37355 +:108120007E51AF34C5EE7D887C4FABDCD48B7A3783 +:1081300081F77AB7814CC7C73C262E324BB15FCC52 +:10814000FFC6377B119CB3156F66EBB73850D181F2 +:10815000A2BF8EF4495CEE204373B98EF62DC5DBC9 +:10816000FF340B1B75C03BAD0760297509B280F663 +:10817000F39186DA8332CA13FBF7275C6E84AF383B +:10818000DAE35A40D375BEF89B3E38AF2AAC6FFF96 +:1081900036ADFF66BF6AC078773CF90EC6CF77BCB4 +:1081A000A368B00E8B0FBC8871F51DAE41055C9ABB +:1081B000117FF722883FA1F2F14C50AA117FB453EE +:1081C000A67AEAB650E27EA664BB173D45E56B9100 +:1081D0003A7827D40FF949AA89CEF709CFE0A7C08A +:1081E000B9D2483AB7691FC6F21288DF53697F5D7A +:1081F000F36939E8048C67E9D806F879A280E523A9 +:108200003BDAB7A5683EEC67E7D324C0E44636AF57 +:10821000D3BC657F91FD2EB3EF4463A998D7FA4391 +:10822000EF3C5D02F72C0EB8FA2054A5F8C06E178B +:10823000CCAF78FF6E8C4BD89F3CAC77083A0B7C68 +:10824000D3253F0FE27FC0FF9C76A52B5DB8B5C05C +:1082500077808A6B4C630BD02BED8941084E2AC086 +:10826000E4FEBC41DA8F85AFE7C9FC5DA33CEF1F9C +:10827000A11F03E8B6939DE7EDAF4FF967D0FCDA95 +:10828000D555B55B285DF69BB736C07B261D8F574D +:10829000E07D9757FD2EBBDDC6E3715E73C4E3AC92 +:1082A000E3F1389EAD8C3FD756F415D5C27990973F +:1082B000DD8F5A5BC0F305F6BC9033FBF5544121CA +:1082C000CD6FD8BFBB1C14F506D27339DCC3213F78 +:1082D0009108ACF7DF1F9C17FE10CDAFA779D82A05 +:1082E000AFEF9F7921CC63FD4EB71B40BC88C3B96B +:1082F000A19FF25100E20E29C02ACCA7E76C99D2C7 +:10830000BF6767E3626F19218F579ABA9BD2FCC18E +:10831000C0C59DDAF934AFE8679299905FD909FC3E +:10832000B6F602375F3F2B9F36657E0F87E62FDA62 +:1083300071E736583F75CD1ADACB45EE389E179265 +:10834000236ED413C00AF329DEA5820EAD92C2F5C6 +:10835000A76D6EB447E0981BEEE7D4C9E4B04CD3E8 +:10836000DB1446C754A78CEDE8F72E4F21D0A5C7E4 +:10837000847B75A48BC9B7D907548CD7AB6B35AF49 +:10838000457FA03E1FEDE57292FD87F1DF67102665 +:108390006FE7EAA441A6F5DEF133FD57D7BC722D95 +:1083A000B49BB27AC533262DAF77A55378EEF83C4F +:1083B000D36BBE1DEC9D57E96781D816FAB9DFBDB6 +:1083C000E06CD0F3FD5E463FA920B1E33FE03CA85E +:1083D000A08A607941E28F706F6868A266C03955E3 +:1083E000C7A03BA586A13CA6031D032037F07CFF58 +:1083F000D82213E49992B81ED6E53EFFB16D10EF76 +:1084000049F13E45A378BF6FC7D16D1AA543FF164A +:10841000B344B7E4E7FE9D4A695C9747B799749DFA +:10842000CA05B7AC85754ECB7F08FEDCC70BB95CBF +:10843000E3E5759542CE517B9DCA01690B5FD7700C +:10844000404DE57E9DA57E235DD79E05ACBC838E09 +:10845000077484FD4B5B21CC8BEE93605E67CA6929 +:10846000D0CF4033B85FB5585A75D139F4BB3A957F +:10847000F9D77C054C1EFB0A0CF497533C611CC8D1 +:10848000D0B38134E0C357D0DAA342795915DE93D3 +:10849000F4A7593F9002FDFDFCBEA94B5F8AFB1972 +:1084A0006FF5E8EF19C97C7F203BBEDF5D611E2CB4 +:1084B000A3EDDB0697A21CF9AA9FDBFD65ECFCE2AD +:1084C0008678EAA37075E5ACA1BE0560FED49C1A5F +:1084D0007812D219E4CF0B406CC6B48243903EE0D0 +:1084E000674C5BABCF5C8822B0BEEF10BA858CC105 +:1084F000629063B3A5743BF85BC2F3FB241867D2A8 +:108500006555E33CE7CFE039FBCE801BDF736D0F91 +:108510003CA2AFB6B4DF16E0716A5C9E78B8DDD0DD +:10852000467A50FE50DAB377F5B87CF1708779F669 +:108530001D6F3DA6C33DBE86601DDAA12FF2F52F4B +:108540001D9C7731EC07149013B4FE5D5EE6C71FE7 +:108550002A267D10B72B474D8271743C7E75331FE0 +:1085600057C80B880734A713F2E8C7A72D003FCBE5 +:10857000A31F2F5A00FBBB5BB2F1AF438A781F12D7 +:10858000EF4F648EBADEA5F8FF6E931BDC56E46BEA +:10859000B2F95C09ACEF010FCAAD3D05767DBD397E +:1085A000C0F641DFE7F0527D8DF2707B92DD0F5413 +:1085B0004EF9499ADA972B036C3FAF26AE443E53EF +:1085C000A314CC0AD837A65280578107ADD44DD218 +:1085D000D6FDE2A910B6FFBE9FE1579CCBE78B53B7 +:1085E000D8CEE1197E0EDF8474D99CA50B93FF9B36 +:1085F00083E62490D38F2F60703BF9E02D3EAE725E +:10860000CA857088EFEF707E13EFFD28A7642C17E2 +:10861000F315F572E56C1E27758DBFE3CCD6ABB2B2 +:108620005F62F664541EB2DE9FF6C3FE614A6E9D21 +:10863000897BDDC3E7111B80384752C5E4ECF07538 +:108640009842BB47CC5335ECE5CEB8A72CDCA72627 +:10865000D8E6F1C0B0F9166139E813BCAF29932F01 +:10866000831F603D8FEB592F51BEA2F077FF84DD51 +:10867000833F29F63B07D8FB70EBFB77F3F822C367 +:1086800016B7B761FFF5E867DCF87220E5A6F537A5 +:10869000805CA6F8EACE0CBB4F9F293172F55F04CF +:1086A0005AC3FEA2ED9B73E15EF89B7A4B31D81F53 +:1086B0007E99C939D2ACA17DB0DBCBF63FA917A614 +:1086C000B37330FA3FF60E22ABE787778069BD3B84 +:1086D000F93E34C2FBEDF09AC7999D464C390AF138 +:1086E00032423E776F83F5779B42B2F21AE2676FB0 +:1086F000F3B17C3CD0BDAD83D90928BF23FE299DB1 +:10870000A9F96847F07C7927D869B729B143B07FC8 +:108710004D3DA61A00276D6FC23A4F7DB21AF7770A +:108720001D156432E0EFA90205ED9D8E47D55ED898 +:10873000D7AFF325C27E0BFE5E2FF87939A919B1A8 +:10874000BF94ADBFB2F1F547C7EF779F9B2B7FAAD0 +:1087500060CE2189B543FF02291D285F4DF3458F67 +:10876000A9784E7097C72E27447A4D40F89F74DB46 +:10877000FD6105E402F027694DB1F7B30A6D72405F +:10878000C807E55409495BE2265EE4F6418E2FCB2B +:10879000B1FCFB9C6E9D49638C712AF38C73F618B7 +:1087A000E3CCB08D03123CFB3EED28E70FCEFB6718 +:1087B0004E792A52214F9F85FE69FA0B57A23D4000 +:1087C000C7B96EB06F31888BA5054D65B0BFAEE4FB +:1087D000767BFDBEDD87C03C385F8B3FEA9FCDE2F4 +:1087E000A5F09D2835FE8A353FDE75F56080707FE7 +:1087F000CC30F9C9D615F75B6C0EC62E84FCE65D4D +:10880000957A6A94F311A77CBC68985C6172F2FD5A +:108810001B4FB2D171F8780A96E7F4618258EF8362 +:1088200088F137179B18276459E726AC7378C39AE9 +:10883000DB6D29900B7B4479EA9A4EB0D31E5772B8 +:10884000E504F777B9F6F00ED71E9FA8BFA9B3715C +:10885000FE08F5FD8EFA95A2FE8D58DF098F903B3C +:108860009007BB51FEBB9AB52B01BEDD6E477F85DD +:10887000A2BF2EEC4FEC17E6EED8F374AA0AF8B3B9 +:10888000A701F4FFD055C4E825600FC47C318B9E4E +:108890009CEB677A5D39E5B5E13987DF007E2751CA +:1088A0003B3D37BFF0D151DF17F85DD2FEBEC0357A +:1088B00089CD78BF79AE9FF1690BDD7140FF2D77CF +:1088C00049B6F5FB2F78FF59E03D338F1D54C3D6D1 +:1088D000F73F1DBCC579E02DFD87C2FB7958BFB4B9 +:1088E0007CAB8FC9DD457AEB41B80FB3C870C5E0EA +:1088F000E9FD45B4AE97AED98F426C064D17C92439 +:108900001540FB25CDEAD33CF84B2EFEFB675EFEFF +:1089100008BE7F63A21C53F918E23DF0EDA5CB46DB +:108920003D4F11EFC574F3DF3F72967BE1BC09FC4C +:108930001DD33F4EE09E921C484497D1FCA7834C28 +:108940006F1D2C5E1C053FFAEDD337E0BDDE8EE2D5 +:10895000395190ABEDC1AB6DEFCA2BFCF7949CFD88 +:108960003F15E47116A73E8AF04B3CDE633BECBF3B +:1089700046A82FE2CFB66BADB84FFBA0E6F785F760 +:10898000697EC52136BFED5A02E3433BA3EF17BC16 +:108990001F262F215C1FCEE07DCCE0B44A38EFB912 +:1089A00085E353D43F189C8370B7172C8E025F76F3 +:1089B00014CCB1C12DE5817B4188CD7FBBFE8F8179 +:1089C000FB018EEFFC702F2623EDE3E177B1467AB1 +:1089D000A76CADC07B34817CF241C3FFE498781F63 +:1089E0001FFC7FE2FD5D1864E757DB0D3BBFC3B69C +:1089F000E2C3B5F9D78D33CEC05FEDF81D892AC328 +:108A00007D3ABFEBF05A92C5558DB5CEFEC0EBBD99 +:108A1000CAE3AFAEEB93F07C655D298BE31D6BBCC5 +:108A2000759E4CD168F721D6F749B6F98C05CF551C +:108A300041760EB5769FBDDDB569BF1D0FE2DE56EE +:108A40007493067ECCB74ADD04E2CF057E87F1C180 +:108A5000FB8CD7B1F8322F5EA32CCEECFDC6EB58C1 +:108A6000F05C18344E0BAF4E3EFDA0F1F8FF1B7FBB +:108A70007E01F0387B6C3C0A7AFC8B1F47AE7FCBC3 +:108A800069F2E3BFF0383A3C0F9C263F0A79B98F70 +:108A9000DF7B9EFE95CD472EA07AF068D3AC59F8C7 +:108AA0005E936C9EB3FC1C427E1662718CD3B91F20 +:108AB000D739DECFB87D71A469E17A8CB78CFB31F0 +:108AC00086F8983BF61F75E0B75B26A19FD3D9EED9 +:108AD00008D7D3DF0E15887B05C1D9B4FDB267A5D1 +:108AE000DAEE51E8429A245BFC2C9CA4D8E24A1DA1 +:108AF000F83E428C5D75E0475B32321C82CEC7E2A5 +:108B0000CBDF1B9DE3D2072277C682E7EE50E569F3 +:108B1000D239CDFCA224FBFB3167B1DFD7343C70E6 +:108B2000CEB2EC848A717ACFC227F63B5ACF87281F +:108B30003D9635CD64BFFB267ED75126183F74C5C0 +:108B40002D67A2BF95AC588EF55F0CD9EDBD2C9D5D +:108B5000047FF1DF719BB42AE5596D994F7558F880 +:108B6000FD5BCB008E7EC53CFB21DAFF918FAB31E4 +:108B7000D8F7A9CB97EC803895639F287059DF7B95 +:108B8000F91B1F6FCE2A66EFF61F4F78DC167BAC01 +:108B900038CCCA69FBCB0647C0DF296E4FAE4CB854 +:108BA00078DCAE59B6CC72AE5E19B6973BDB7BC3B0 +:108BB000212C3FC6E3259CE5321FBFB979F4F6644A +:108BC000C504FEFB68E634EBEFA339F1F73F4289B9 +:108BD0006098F6F79CABF585CFC27A6AD0908F8902 +:108BE0006CCC00B8051EE83EB30B7E3A54D0E9E2E7 +:108BF000921AA49380478C0747BC702E5867B2F333 +:108C0000E2421E973477A737BD05CF2BF8EFAECAE7 +:108C100014AE208E5F169E987F7CD16F44261985F6 +:108C2000F6EB53CD69E09F74CE43D43BFACEC28BB2 +:108C300000BEFE236E7D6BC5F0F93BE5D2B4BD7678 +:108C4000BE393FCCCE7722DC8E27726B59B3857E3E +:108C500073C35E6C3F5E7E7A0D64354DA7DDDAEA44 +:108C60003168BF97F2DF5180FEADFCF15BCE3FB1C2 +:108C700030E170A47C67819FF339265FF6F57EBEF4 +:108C80006CA4FDC1112E375E0955DBD6CBF225331E +:108C9000B7C14F7F527E2906F1D57FE4BC325877A9 +:108CA0002B65E6D7DEA7B496CD043E578CF5E0776A +:108CB0003EDD79087CE795A31CCFFDC7E31ED8D71E +:108CC000D4AC60FC7AC98A83EEF534BD87AFDB177C +:108CD000A1AAA59F3D7C7DEC5312EDDE18212DE16C +:108CE000BEED5DD5B8CED12FD915EEDF0EE7DBA4F2 +:108CF00083BDA3396DC59F3783DFBB5F617125CF0E +:108D00007E2988F72B28BFDAFC2091156F27215E7A +:108D1000608D129BC61E0567F2E919925807FC2761 +:108D2000E4D430B9D4B15CFCDEE5342B9D72F3643D +:108D3000EF400A7EDA975E16BEC2C24FF78615DB99 +:108D40007EEFE75CCE1F75EC1F571C67FB3B3A0FAD +:108D50003C0FFDC5F965F7C03C222D6F27210EF7AA +:108D60005ECE976FA52B1F83F98AF98B79AEE93D0B +:108D70006F1A7CBFB45972DCAB60EBED92257EFBC1 +:108D800077DEBE5A32D7A21FFD22762E24FA8B340C +:108D9000517CCD8079C5B7062B727816F85CA31A82 +:108DA00057677F4789C27B456FE01E7C77A27DF0C5 +:108DB000B3C0476F06E2E1420B9F7E356CDFF70AD6 +:108DC000FD0CF5406F2D930DCF48FA6B799334224B +:108DD000DC8A1A7B858C70AE9295070E7DA9BB7BD1 +:108DE0003C50BF99B4627A4C1AC2F404A787687FDA +:108DF00082648273410E3549781E78A27539C6BBEC +:108E0000ADF2F4056B69FA389777BFDC2CE1B9FF56 +:108E1000AB7C1ECEF12E5B27A52EA5FCB62ACDF489 +:108E2000F7AA75EC5CF7B256FB7CE8FA3B72018C52 +:108E3000F7EF6CBCA3945DEA31C895D915BF4E1706 +:108E4000CE84B8EDA3807BB03396F9C53B1DF83BCB +:108E5000A009F62779BEE98A1F425CC4FF0EB373EE +:108E6000A9A34D572C061BF69ABDE4894103ECA734 +:108E7000D1F57DE28B924DAF4FBBD5FE7B7E73402B +:108E8000DFC0BA933365975BE4E9D9857EA6CF56F8 +:108E9000B846F40F9D0587CC00CF7F492D23D977A5 +:108EA0006621C3E7257B476E6F160659F95D23EBF4 +:108EB000BB2F15F8B93EE92B03397F49F3C8FD7C78 +:108EC00053677AF1C4FADF5D06F153C7DCF6F77831 +:108ED000EED6197FA67466371CEDFD7C6731D06530 +:108EE000834B87FBAE6B261828373EB56E26C6A58A +:108EF000FC1BAFFF9160FC4DD09F571FDFF434D4B3 +:108F0000EF5F45622E23270F9C70FC8DDB2542BF4F +:108F100050BDF632E8B5083C6100F24A4EC7E07E2B +:108F20000180122E04BAA7AEC3F7B27B7D3AA33BF1 +:108F3000B57B69E5FF0B2A204AA0008000000000F5 +:108F40001F8B080000000000000BED7D0B5854D76C +:108F5000B5F03E73CE3C80016660863738233E50C4 +:108F6000510744C4C6C700926024C988A2F84AC702 +:108F70004708464092686BEF4DCB206890BCC8A371 +:108F800086B6E666A09ADA246DD0D2D6245E3B1A65 +:108F90004DEC33C4476A1BD390D69A688C2169D2B2 +:108FA0007AEFF536FF5E6BEFCD9C7300C136FDFEA8 +:108FB000EFFBBFDF7EFD76F69CFD587BBDD7DA0F59 +:108FC000FCBF95735B09219FC3BFB984586C122104 +:108FD000CE70DD7F9F4C421682FF3EA7FFBFB33DA0 +:108FE0004A5327635C06924FC866FEDB3BC4534B73 +:108FF0001C8404CAA26C7BDCB47E9F1C9A4BEBBF22 +:109000002B8BEA90DDE1712F3510121A4FC8C9B2CF +:1090100069B5248F90CFCAA20CB214FEAE2F2FF2E6 +:10902000F6EF3758B0BCAB4B0E986308A92963A57F +:109030001E0E7DFF1A6328C1661D7AFCDA2EBACE99 +:10904000ACF0BA4E962D8AF55B01FE69D16B06E94C +:10905000976BA38B994EC886BDDA7EEB835AFCBC16 +:10906000731F1B67A879DFE1EB3A0FEB321372CA6B +:1090700040AABBB269E95B14BB263BDCEE061D5D72 +:109080002AD769E75DB2523BEFC9BFCBD55D561811 +:10909000A72972B5157EF58CF34513B217C6877AEA +:1090A000F33442660E0D17218DB83E01CF8952066A +:1090B0000FFDA7900442165170888B90320ED7890D +:1090C000D269D1FEEC81EB3969E8FBF50CE087FF52 +:1090D000503C7B68FBB1EDAB8F24BB109E5FE7D1AA +:1090E000DFFD9CFF2A75EBFB47F98F34C713923CD9 +:1090F000709C30BF5D9B1EFFB7F86C683A0447C494 +:10910000670E99D4035D57285DC699940E2B6A7239 +:10911000A4F5B4FC38D682FD3F8E7561B982106F1C +:1091200017D2D195BF70329DBF33924854FE02AD25 +:10913000D1C1B194A54F954F1AA7866727D085F660 +:10914000ABD8B56F1B452BE507DFC34EA0E75764CF +:10915000B287D6DF3EB37F1BD4FFDC63B049748A8D +:10916000259585D1D3693DFF949C2BD3FAE3363BFB +:10917000D2B562F16AA37A5C3DFF56E8F8F77F3911 +:10918000BC251612B0E602D7F5E5F92687D779E7B0 +:10919000AED5DB93E93C15358FCE8479EE6C3F6C10 +:1091A0009C407FDF66B3E07CDB6D2E2C572A7CBDB4 +:1091B00016BA5ECAFF6F01DFC27ABF2605F7C07F0D +:1091C0002BBD46F85DC0757BFD7B255E6B98EFC5BA +:1091D000EF47397FBE6033205C73A3FDCFDAA6E38F +:1091E0004F81D83842D6C8F5854EDA64B68D68E02E +:1091F0009EC3E130993DCF90CCF03AFAF158C7F0D8 +:10920000F8D699F26DCEBCA1F1787008F9180E8FDE +:10921000A73A23BDA88FE730FA769B4800D67F7A1D +:10922000477A70AB3B0CE76C0EA763F1DF1A6C5307 +:10923000C27CF0D6DDEFAD02B9A6ED9AAD710C7E21 +:10924000C0D76FED066C4F5C541E12C2F2F0A768D7 +:1092500052D935083FFF9ECB955E7ECEAE97DAE4BD +:10926000295806E36306B61F4A2E964BC407F3EC53 +:10927000BDC75CDD39C87C897686AF01FA019640AE +:10928000E1F5F3FFBE73F1EAEDD174E95BA362E6A9 +:10929000C03ACFEAE63D4B42D133805F16CB1EA0E9 +:1092A000D3D97AA607571A83D1B974DE4F385D7EB9 +:1092B000BF492E0D6683DE20A8F7F4F3AEAA96030D +:1092C0004BE93A5706A91E81B25A7E17CA55F55A7C +:1092D000FA9D26BE5BA6C37C656CBE53A6B65BF248 +:1092E00029FD4E7E23333700DF173F8EF62892AFDD +:1092F000EF24D7E7A7176BED856467723BA41E3D8B +:1093000013A9E59321EC8E9867A47667AFC9970EF1 +:10931000FAEF74C7CA559B81EF3A223D635D03E9BA +:1093200073C12E33F8813F55FAA7DBE4F9B0DB01B6 +:10933000FC99ECD9EA1AC89727CB983DDB5B1E5500 +:109340001D8492F7FF63515627F80F7B83E5CC4EBF +:10935000C531B885BE20DC6EAD40D517A693B0539D +:10936000E3EC4C4FDED9FEAED145FBDF0E7AC3CA2B +:1093700099C401E32775B452F8DE3270FDF14C74E4 +:1093800010FC1B319F58974787AFF5412DBE86B320 +:109390005FBF0B1A4A83AA79AB76B93B615E515F16 +:1093A000B989D5853DDB1B34E0EF9F6D89C5F59FFD +:1093B0002AFF0EF2CB1FBE9D992B93EBB06F41C3DA +:1093C000BFC4BE017EAE65DF6AED6EC4D770F6ED38 +:1093D0003C21A5488FAB6B1F9E09EBFBB778F41BB4 +:1093E000CEB7337EBD9DF3FB1F4CBD93D5F09DE7FB +:1093F000EB3DCBE97CBE1FBFFE18B07FA25D05D759 +:10940000677FE072F0872D5A39D8A093A73BDBB570 +:10941000F0AEAAD7C2BBC56E63E36D698A04BD72A4 +:109420004AF04D958C76E794AF18F5FB5ED0EF2AA5 +:109430003C6FB94E795B2E05EE02FA938E48F4B775 +:109440001DC0D6602FB3181D3FB3307E2F8A330C5A +:109450006A3FFAF5729696EEE047A8F17896CBA1AE +:10946000A8AFA8D6C2453CDAFE270D4C8E03AD51FD +:10947000E8F7D94C0C4E5B67A42DC0F8391FEC609F +:10948000FFFCBAFECB95A066FE0ECE2743CD3F9CD7 +:109490001FF5FFE398C1E3985F8E50FEBEA838E643 +:1094A000D475F2F79BDC0FD4C733FD7683FB35C24E +:1094B0008F5973EBA4BF12CAEA57B8BC56B52F44F4 +:1094C000BFF3A4C1B72D1AE879C260037ECC3FC3B5 +:1094D000E28F2AEE5F097866EBFC2C617F86B39FF2 +:1094E0007AF9395D717F2ECC7BBA62A9C6EF5D72C5 +:1094F000259584E2557AA752F282DFD02FAF115A18 +:10950000BADBEC269CDF667769F44FC5950C1C47E7 +:10951000D8B7AAF6BBB727537C54D43F9AAC5ECFDA +:10952000596ED7DEB6BBB4FEB0C2FC616753EF66BE +:109530001FEDFFA9D5171BA7A293354E8B87D39C90 +:10954000BED00EF8AF42F11907E3C3258B659D7EAF +:10955000627E9A5E1F89F6697106CDBAC43C7A7C38 +:109560008E74BE39369BF0B7CF1350ACD95AFF7406 +:1095700028FEED9F57D75E3F6F4A9C960EFAF9FF83 +:10958000184B34FCAA9FA73C8EF1657E3BA3FBC918 +:109590005B6F403E3C55FECA2CA0DB3BF7FDE5F47B +:1095A00052D033EB8ECD02F0CBE3A2B1FD3B744938 +:1095B00049C0EF7E09FDC2A5EDAB8F25A35CFE057A +:1095C000E3EB93A732918F7D9C6E274D1E8D1DD4AA +:1095D000CBE76F004EDAEE4FB1361C9F90AE74C8E9 +:1095E0000F8C145FBF1F025FD76B377E23E6BF3A35 +:1095F0006D32D88313B18C7E74F474A80F15CF8BA1 +:10960000926284C597C5D6162916FC47DF66D00B33 +:109610007D15D1B64E8A8A0AB37701E8F1D3270CBB +:10962000864609A7453FB09C303E74DFEC7E602241 +:10963000FD5EEE93BD207A0BA1CD4C4AD7226B0084 +:10964000C6CB3B59F65C34C465956617E8FD8AB90C +:10965000BE0F65883B9746B9B6D2B6F93DA31B1D30 +:10966000F4FBA25209223F7294DAF55EBAFE67A1BA +:10967000F225C200A4B83925EA81BA1DF328DD27F6 +:109680003ABB0D56DAE3EDC7EA7658E8B8DB1A7D47 +:1096900049102A7FEBB1053B2CB3094948F0F6CCC1 +:1096A000F510F2F3C76E990FF5EE6F8BFEB7EEF083 +:1096B000A611F2B2C1EF96E8F74F1EBB63BE42E1BE +:1096C00055A4793906DAFFD3B86EECBF6449ED1DB5 +:1096D0003FA6DF9D8FB7CE57E8F8F92B45FF47E649 +:1096E000178FA1F0CE12F5C723A0EE88F2B90C397E +:1096F000843CF058C97C259DCE17E7BD9BD0FAD499 +:10970000C74B765868BDC04FDBA6C022BE8DFDC5D5 +:10971000783B1E2BD911502889B614933F5152150E +:10972000F40624D0776F16D6172B74FEB5F1BB76EE +:10973000644F206446696114A1F5BBE27F34DF6C9D +:10974000073A79735C74FC9AF89FE0F8F92B0313DD +:10975000E1BB29F0E28E52FA7BABA5D307F1F266AA +:1097600089F14F84A53E64A0FF99B1C547FCE8BFCD +:10977000B531BE49F38C433E11F52C96E7EAAF278D +:10978000B17AF756F265DF20F238CAC1F44F77E4B8 +:10979000E0DF5FE1F244D78BF21A7B86789FA7E582 +:1097A000B148D26DA1F6E63633C92BA071F1F37141 +:1097B000562E477C5E0B834BF42381DBE2409F9562 +:1097C000311EC4EFE514AEC35C1F647AB81D2021BE +:1097D0006511E865D980F03865E9CB0BE9EF0991AF +:1097E000C4BF8F96CE7882F53242BCFBACE1717F6C +:1097F000C5872DC9F4ED06FE2F494CCE697287C787 +:10980000A1F03603BC229F44E156006EA75C9E7314 +:1098100077B60AEE6C0677771CC3079DE639F07BB6 +:10982000BA7B268E6EA5A07E354E2BCFF93DB9466C +:1098300042DB453BB81CBB587F673141FBDCF7502E +:109840004410E49058FC1E9F2ACF728AE3B5E6CA02 +:1098500004129CA6F26F949009F447CD956CFCDD40 +:10986000D934385D447EB2E68A9D04A6A97F67EBB1 +:109870000B8FE3C0EF43C143C30AD45F9BEC1C8151 +:109880007CDC2D84C57F9BA2BD8971D7F07B6AAE3D +:109890004843C0AFE0EFEE5184F4001EE9EF243BF3 +:1098A0000C1F292845FBB6C9C6F4D0A67D8589447E +:1098B000CDD70AA78389AD1FF06C50D967399EF1C7 +:1098C000CD22C15FD4AE839E5B9B928DF161F77F09 +:1098D000174F5A88E36D65FCADB0F8295F61FA3027 +:1098E000BF27CE1690C27C21F841D0B33BAEBE104C +:1098F000F1B550B275BA07AE3B92CF9FEFA37C4B48 +:10990000DB27AEF4CBAB55F009BED7CB09214F31E5 +:10991000FD4EF97F15C825C47500BF87CAC36435DD +:109920001D19DCFF0E7DA6231F30FA255B83008FF7 +:10993000C0CF407E481D861F32F07B7ECF1113AC16 +:10994000B386C39978261433299BAD63032D6547ED +:109950000CC2D910C7F8BABBAB78DA0D74FEEE278B +:109960006402EC93DFAF3FA55F14517D9828EAA015 +:10997000EF5D886FAE2FA97B6009B7FFEBE3D2CD17 +:10998000CD63C2F87180918F0BC3BB83EB8307F863 +:10999000BA29FE0296388DDC9282DCB07E11722AE2 +:1099A000C613E32CE2F4F1F1B25FFF70BB47F50D93 +:1099B000E601C98311E83F7FF17A471A46EF2CE4AC +:1099C0007A87FD7E8CBAB9D02E21C1334EA23839A8 +:1099D00071BC782CF8F1F724C9AE73D4AE2C96FC88 +:1099E000DB00F18BCE78AAC86895FF452C2E2BF5AD +:1099F0002756D3C69FD37917F74406644ABA45BEA3 +:109A0000089755E5977DD226219FDD435DE92DB965 +:109A100003F9E39E2413CE73A23433D6AF868BE3CF +:109A2000FF36C8DFCA03E553D429DC55864CD57709 +:109A30002BB33BA762BCB5F1B4BECE40FCC8E7F384 +:109A40009C1A7FE6D1386D5EA1DF9F89F56E827E1C +:109A5000FAF643F93F4E88FB517E593E28B1253A2C +:109A600008F84AEC225C3E43861AA0A34C3996AE15 +:109A7000DFE248677E6205FD38353CDE49C997263E +:109A8000419CE4347B204F41E982EB2F91EF3E6C07 +:109A900074009D254F139DF589783BB7777D79B08C +:109AA0004E6714E3C36311C41241C77F8D96487794 +:109AB000AE975ECF98D009F643E8B37E3D7895C562 +:109AC000D5E2FB3169619A8DD68F39C7E7344938C1 +:109AD0001E8950F13F1D97003CAFFFFDDE737329D7 +:109AE0003D8CA3D9780E3A7FB94A0E6694B2757749 +:109AF000C6333BD3191F856549141BEF989BB209E8 +:109B0000CC3396AE87CAC3AB91FEEC7A84EB214688 +:109B10004FCAF7A02F1338DD124CAC7ED5C1C6F367 +:109B2000F0F2A7BC4C8861EDF4F4B13A197DBF0F97 +:109B30004A83B66BB552BF46D6F83504F8994A2A1F +:109B4000017E6A2DA4EB19649C1FC6B3FC0DB5639E +:109B5000B8DE817685E93FC5723203F8F8E1824EBE +:109B60001BF071B391E5E31FB6056D7183F43345C6 +:109B7000D1F8313B6C8F841FFF59D7C258D08F6FFB +:109B800072FC99789C29E0696E60F9D3982B511882 +:109B900087BE11CFFC2825EB1CD25B29A06A8676F4 +:109BA00035125FC0A6A2B7D166D0F8FF315762B0B8 +:109BB0007FCD956924187F2DBD9D8FDF4952A92641 +:109BC000DEF8ECEC528453BF2E3DFE421C5E51F792 +:109BD0006629F3880AAE42626B86790A89363E1995 +:109BE000CAFFF80BD7AB3557648DBD09C36BD2FCE8 +:109BF0001EA27157403DFFFB6CFEF0BC5124A09AA1 +:109C0000F727F1DE4FE3310E9A653B3F891694EF5B +:109C10003F97D18E307B45CB0E2BB3EBA09F45DC1D +:109C200002F26CA3714B637CE155D01FFD768EF779 +:109C300013FA24F64CD8AF9368DF46EE8F3572BB2B +:109C4000D3EFFF29CC4F1570E7717E107AA7D4525D +:109C5000EC3DA7A25B63BC0BFB1F9718DF51494982 +:109C600087FE946F036AFBADC7678243E03342C34C +:109C700007617C5AF1F72FCA1FCC9FE5972743DE77 +:109C8000B45422636931631ED317A2DF448715D70A +:109C900037912A16F473B85E295FA96D37C5C1FCE8 +:109CA000FE290EA65F86B3D76A7B216586F5541D13 +:109CB000A79FFBE209938BB65BCFFD8F62A777BAB4 +:109CC00083964A64CC14120B654690D04F1DFF5BFF +:109CD000EC6AA4F0F7FDDAE8E984610F30BA162ED9 +:109CE000DBD4A4D0DF8D5D920DB6A1FAF5D016C9F4 +:109CF000BB8EE2AF90EBAB1A075B4F8D23641A4328 +:109D0000E74FA96170A4751D961495FCA455B37610 +:109D1000373B8C9CEEC1C6923CF8DDABB45252DFAF +:109D20000ABFD3F59439987E4BE99230CF9D524FBC +:109D30001140E99CE261E35A3D41696D76789D2DC1 +:109D40008685D9A0E75B12A23CA0E75B9CFEC50E0E +:109D5000A0D3D95008DCF219677B1488F3F63ABD1A +:109D600015B07EB13E976C4B81B830EA2C83AB2D99 +:109D70004ECB0FD473E276A993E94B991C07FF0AE7 +:109D8000659DCE97B0350BED4C3FDFC5713D9F40D3 +:109D9000FCFBD1EF212D04E945701D095BC7F1FDE6 +:109DA0001746CFB09F332117FC9CCC07430AE455DC +:109DB0005FDAC5F615F47C792FE76BBA8E3A589FB7 +:109DC00058C770F65CB4330E11970A7E8FE2FC53CD +:109DD000B8CCB11CD657D3FC9328B30474E890A236 +:109DE000D02E3C8CED04DE291C0D00879E9F94B87C +:109DF000BD522A5DD7BDEB894D2643C359B345F605 +:109E0000AE53EBBB6613D2A1C3A4DD2F17FE7B3B81 +:109E10008FAFDF72FA1E8179EB0E3C6A02BAAEDFB9 +:109E2000FDAEC93F889EEEEF3F423C49D52C2EA89F +:109E3000A9B40461DD85CB14A4DB866653D04CE95C +:109E400053F3FCBE9001FCDCFB8807E4BCA66BDF8F +:109E5000AB29144FA935DEE9902F4BA0CCD6931D2A +:109E6000B61B29352109EC714AD7EA1AE4E3A42884 +:109E70000FF031F8A7E0375C2AB40624EA2F5D32F0 +:109E800006B25CF4FB2577A407F6335E8D60722F73 +:109E9000F0FCDABE9B8E4B14AFD1FBCD2128F73AF4 +:109EA000FDFB61FDAD8DAE42A0536B09B101FF50CA +:109EB0007FE41EA897345909C8C148D72DF486F805 +:109EC0007DC67D4C1ECE71BD41FFE5825FF62B47FE +:109ED00034F34F0C4C0FBD6A64702A1C4E8FC37B49 +:109EE00018F912843139BC7EFDBC2AFE79ED7AF86E +:109EF0007846699709F65337703D52B86CB7F42726 +:109F000015DDDF74B07DE094E73B2417F2F1EEC677 +:109F10001207B6276617FCCEF2221BE8F73B54FA6D +:109F200043AC63103DF236E80BEBD99EA34C8F8413 +:109F300090DF04BC828E825E171CCC5EDD48CD357E +:109F4000FE6EA274A5E3BD3A3A12C71372AD97C371 +:109F50000B9CAF532A774B06F4377B709DB5950A5F +:109F6000D2E5C8D2DBD7015D6B1DC939C0874FFC74 +:109F7000F40D93447FFFAB83F971B56D12DB5F6E17 +:109F80007BC354017621F07D19FC9A05CC05203B5A +:109F90007FFC06DA8105DD2CBEAEEDDEA7ACB58612 +:109FA000F9CF7DF1C8EDC09FB55D661201FBDE4EB5 +:109FB000178EABE73BAA1F501E48C084711EF8FFE6 +:109FC000A80F89DF0D7659E84F0F878B587D7906EA +:109FD000D09309937340EF45380D5C7FB1F14B226C +:109FE0003D472CA0FF72591C20EC95D5C9F048C7FD +:109FF0000FA1FEA45E2DD83B31FE40BD3F2917F0D6 +:10A000009BE764F688D2CDE11C44FF8BF1DDFF5164 +:10A010004E5CD12A7A009E557C94E934B13C9A5327 +:10A02000C1F194228627C5C4D6AF6CB50421DFF1F7 +:10A030009ABD94E127CE82F83966585303743A9654 +:10A04000C2F9C7B035AB9ED99D3100CF91A53184FF +:10A05000E917A64F9EF811B36F35012BC65735FE91 +:10A06000C54867E288F0C03E21F11F35554487F9A5 +:10A070004D4F57D7FEC32658C7822EC6D7617C05E1 +:10A08000357C48F514D2DBE310F970BF1BF029E2F0 +:10A09000E1584B2864740D94BB581E0FFB211E869B +:10A0A000FCB487D5E1DF6071B09857F41771F08682 +:10A0B0002DBFCC3847F5FC5D493FC712E22B884BDA +:10A0C00044BC25DADFC2E39B7C5E2EE67CB221AF86 +:10A0D0000BF5E98673F52817D65226FFD6B35ABD7D +:10A0E00025E22D421EE4F159D78D905F2F795AB2A7 +:10A0F0003591A1F5CB9DB0AF047AFB2AF58A69DCD6 +:10A1000052A3DB375BE764FCFC1EEC6BA27EAF471F +:10A110003FF8D22E09CFDF8C743C123A2501FD3670 +:10A12000F078E3D2F3C533FF0CFB307B63F15CCBFB +:10A1300007CF2FFADA9F29BC9776CFF580DD7434EC +:10A14000F9901FFA9C111EF073A97A2B8578BBB188 +:10A15000EB9518C81F5D786E6A2EE8B57FE77275BB +:10A16000F147F216C0C7D6EFBD3007BE6F084AF1FF +:10A17000E0B75DDAFBF4DFC14E55EFDE083B92A499 +:10A18000E9B99F99605FC110EC60BFEF8D45FFEEAC +:10A19000C2771F9D03786EEA6AC2EF17BFDB81F5B5 +:10A1A00023DF7BE1D07F833FE08BF140BB8B3F7AA5 +:10A1B000F41BFF0D7CBB38C603EBA8F12B6C1F50C2 +:10A1C000F0AB5EFFEC3B8C7227F86301F875C0E7DB +:10A1D000954C8F08FE3C51C8F649CA8BD8FECB89F6 +:10A1E000F91195E8CF72B9AB5B6EEF00B93350FC53 +:10A1F00025D1FE8BCBEC1DB03FBE87AFBF269BF1B8 +:10A20000430BE516C81B4465874CA9B4DDD295FB0A +:10A21000E6003E5B22494104F229242DC3FB368B24 +:10A22000DA5EFB2F89D271325567E7297FD3D17669 +:10A230007F4EF9F44D23CB0FB4703F7CE9CA7725EC +:10A24000B65FA0D8CE8B7C907C2DBBA5E078A25DBC +:10A25000BF3FC6F1D0C2F321747CB423F99B789E32 +:10A26000535AD304FBCBC736876601DFBEF4FE3DED +:10A270009135D96AFE66FD53BA99DCA754F7DC081C +:10A28000EBBC396BF53498A696EF9F38206F0676B5 +:10A290002E60D5E8B7FFE4F29560238E2F413E464D +:10A2A000210E388F5742C82923E2670F7E7799998C +:10A2B0003FE4FAD9D23DB0DFB5D3E84F9E0E76A980 +:10A2C00085DBA7DD0C5EDADF06FBE5743CDB97720D +:10A2D000719C1E631CF60FB0FE37ED66FB65419165 +:10A2E000E7C9003B05E3E559C1AE042AD1AEB84C3D +:10A2F0001EE0878BD02419F13565D5E4F0BAF5F965 +:10A3000013D063780ED359F8A6D3192E45BE454F06 +:10A310008FE404FA9D8EB324C18B25D91B3FCCB9A1 +:10A320006546AF234B2F9B7AE9BC4FBCFC2EEAA1BC +:10A330003AE07798DF7F4E636F053FED7CF15DE497 +:10A34000F7F2038C3E7507DC4688573E68F0923F73 +:10A3500051C7B18EF3F74EA9B70ACF85BC186183F8 +:10A36000FCD865CEFF1B4ADF3D0F7A6BF481641782 +:10A37000C4D3975F647270CC60407C1EEB9CD401A8 +:10A38000F685FAABC8CA75F5AE4E33E297F9F1859A +:10A39000CBD63D0A71556D35F1807EA8EB5E98E60F +:10A3A00042BB6246FCD61D7803F945F8ADD41EAE1B +:10A3B0008371EDD4EE44409C35CFD78DF470446367 +:10A3C0007BFB3CFFA325C85F39F9C05F47961EDAC7 +:10A3D0006E8179E7111B8CBF33DDFB622AAE43220D +:10A3E000701E62A7B1AD48A1FD7796B86C148314B6 +:10A3F0005FBB93C0CE932C13B76BEBD01FAE4B5A01 +:10A40000E181F86980BE78B111FDA63A5724C2B344 +:10A41000E080740FF33BAC84C12F215F2E08DE1067 +:10A4200004F9FF90E34DE0EFB2B1E776C0CBE51F52 +:10A430005306A4DF17CC637C6A9FD7857AE6B517ED +:10A44000A95F3325CC8FD13FA1FE0DADC72936C9F9 +:10A450008372B6C8ACA6679B91D9293BB73B99A537 +:10A460008CAE9909CCDFC84C30F0D2A4DDB7B3056F +:10A47000A6809DFD90D31D8703FDCFC7AD5D17421C +:10A4800039AA799EF9650EB337E75E15DF3A8A99E6 +:10A490009D14F973C8A7631E1DE21207C4C5AE4E12 +:10A4A000D847A6F443FADEEC189F0BF8BA91C3958F +:10A4B0009225611C47FD35C45BC2B2DD4A5536CBDF +:10A4C000BF0F1607DECCD7E18CF7E541DED6991831 +:10A4D0008D7E8C532E3444801DCA913C9D2EDCE72A +:10A4E000C3B8B5CF99ECE9D4C835F3F7DE4F886629 +:10A4F000740DBEAEC03ECC9204D7A0FEDCC038388E +:10A50000C203714C595B600AC40D22EF2FD61D6C3B +:10A510008CAC54EB315F02D363C109A412F402F591 +:10A52000C7AD9827B6D17920DEEEBCE1BB2CDE6E3C +:10A53000C275CD4C60FB2F25747DE09739337D9B30 +:10A54000987D8DC6753833C91AE8E76C4A929ADC53 +:10A550006A3CDBF09CD65BDCCE087FBC8ECA0BFA73 +:10A56000712F337EAC033FCE3DB47E08F337D30F5B +:10A570000B0E30BAD71D60F64FC4DFA0F7E03C21C8 +:10A58000E809F7D4B05CD7997AC7017F0A3EAF9B40 +:10A59000D33B0EF033947E28890AA2DC954C1A87AF +:10A5A000F90531CE65A30BF7E32ED3B811FD582E74 +:10A5B0000FD12F31391074D1C72F0017C481423FFA +:10A5C000B7387D81048AD73A43683B9C0B10FAB4B4 +:10A5D000EEA51D9A73FF7A7D6A5198DEB204A382BC +:10A5E0004D2AFE81BDADE85C2CF1FC55D4168E0FD2 +:10A5F0008B01F1DB9A75EA07AD68FFBB42C06711BA +:10A60000693DB3417F3D96C0F2669B25E6DF8A7DBA +:10A61000FD04884D406F7446E1F95A9197D1C3B556 +:10A620008DCB8BC0BF8833200F0FED7FC8E5A28391 +:10A63000B7FB29E73B01B7E06B97C1FF2EE4E38747 +:10A64000B23FA2DF17952712F3083B18C633A3B316 +:10A65000D84780F52CCC1EBA5DDB61A66704DF8984 +:10A66000EFAF71BFF7EB9477A1FCA1C8C3FA27B095 +:10A67000FC7E04D19CBF12E389FA230DD73E776F8D +:10A68000FBBBCCF6B1A89B01F281790410DFA2528A +:10A690000FACEF758E2F7D3F85289FF60ABFCAADA0 +:10A6A0008287FB64701C69CE20FB72FDF3CED2EE74 +:10A6B0001BF4FB65BA718682BB4597FF6FC93C44AA +:10A6C00020FF146589E1F27B15FDFE1DFDF70402F4 +:10A6D0009E85A8EF581E6BB879F4F046B8068777C8 +:10A6E000A4F46831ECAB067EFE21A707D935B2751C +:10A6F0003ECCD779889F2F25EB2668F64BAC1E57AA +:10A7000023E4876367B972D0BFE6E734A3E7908F8D +:10A7100065CAAF73AEB465C1BD10A74F0B7F62A50C +:10A72000F6BC63B23F4E534FAD4ED1B44FAF1FADE9 +:10A73000F93E6ACB44CD7777205753CF6CF992A678 +:10A74000FDD8B6224D7D7CFBCD9AF61382E59A7A30 +:10A750006B635725C8C3A4BDCB35FD62955E92439C +:10A760007F9FDCB5464B0F1D3EA70ABEB6F4E6AA96 +:10A77000E529277134D22DB6408B8FB95774E73F46 +:10A78000AF933FA61ED0F187AEBF90AF28C2F8238B +:10A79000EA60CBC7B0AF1DA597233EEE14DA6F4E2B +:10A7A000DC20E30E21275BA36E5780FF0F4145E5B8 +:10A7B0004FBFA993FF92CA58B66F74A57C18BF9B70 +:10A7C000C9C91233DB4F5CC2F715C5F7BB13991E1D +:10A7D0005E9FC8F34C23E4E7339C9F4F0CC5CFD456 +:10A7E000CD4D007B514A301EB795367E0C799D6564 +:10A7F0004A88E450F97982AF6727EFDFDE60C3F162 +:10A80000BEDD9084E5AE0617FEFE1F0D5958061BEF +:10A810003CF87B67430196BBA91F08E5330DA5589B +:10A82000EE6DF061BB671B2AB17CBEC1CFEEFBE8C9 +:10A83000E977250EEDED12A2D56B4B2BE511D16713 +:10A840002979B0478E19888F01FDE595D73C97BDD2 +:10A85000E56C61F0A8AA7D2031DA711E986A06992C +:10A8600081F1ED30FDFFD6E00D1E350ECFDF7AFE13 +:10A870002157EF1DAB3E9F23CA2530770A21B73DF4 +:10A88000D9FD40203B8CA7A1F96A70FC782D975325 +:10A8900020E89F02F647D5FFB08E7FBD4AAC268EDA +:10A8A00016E5DF13995F58C8F9B550C7AFEF2432EA +:10A8B0003BF633DEEEFF357E3D12118D7EF911A39E +:10A8C0002BCDA9A2FF9188A84A761E9DB81653FAEF +:10A8D000512FD9E6A6FC1B9DC4F6FF24884C307F7F +:10A8E0003CC686799288EBCCA7E8F02851BFD24DC0 +:10A8F000C72B5498FE92E020128CEF3184F52B9EEA +:10A900008F880CF3BD3C901FE8380113F8636B7A15 +:10A9100097833F3726C9A539A758A4C8D7D4D745A8 +:10A92000206F83E40507F4BB4E79BB0CF236E95F78 +:10A93000276F82DFC9D5CC31EAF395A22CE4F2B6B9 +:10A94000E7C97750DE04BF1781BD53C1919EC4F49F +:10A95000737A12D3CF47B89F02FC913B88BFE24C79 +:10A96000D2FA79D78BEF42C2F42221BD29A027AEBB +:10A97000B73F951C05FA155A62025153AEBFFF50FE +:10A98000F81CD0EF806344F926AA692418BF8A43D3 +:10A990005765B106809F48BBF152AF8A8FBF19E35C +:10A9A000F324D1F6078CE400EC4F5033EFB22520AE +:10A9B000DF235EE93F9F85D673787D4640729928F4 +:10A9C000DF9869650BC847EFABFF05FA228797331D +:10A9D0007809E9D624909BEC683CDFEE1168E279B7 +:10A9E000D37C519D475D9C04715411C625D2A63875 +:10A9F0000863DA08ECABB74A9E1699CE2727BA9BB4 +:10AA000000A869A58532C8D374D286E52CD2D304B8 +:10AA10005B7673489F0CED6F280D34019CA3C855DD +:10AA20001BDA95C4676A3F87733A909C1C01DEFE6F +:10AA300016C1F6A1B75858F9D5C8984E28FF16C1C7 +:10AA4000F6A5034584DD9BFB4334C69D6E837F19C9 +:10AA5000E0EF6F06EF2A8047894F73F2FCEE1F7B11 +:10AA6000310F2CA17E28B2E655DE8172CD7E47FCE7 +:10AA7000BBC3EDB02E0FAC7F731BCB4B34ED60FC32 +:10AA8000DFD4C8EAF7727EAFE6E5D7B99C449040C0 +:10AA900080E0B8949209884F46C72C4A877C4617B5 +:10AAA000C4B3F538D2299274219E7754ECF46FC365 +:10AAB0002F2BF17C8F14F291CFA3D4FC34B2F12C64 +:10AAC0009636AF85F255646557C8788DF1144E5FA0 +:10AAD00065B109CF476E96FC4D80477256427E891C +:10AAE000E4E31A493D91DC6A38FE613A3D3C123A92 +:10AAF000198B3C3D5ECAA21591129E63B95E7A7DA8 +:10AB00000F98DE1966F543C9A403F20DD50E920421 +:10AB1000E71A4D560BCA6173BA2B00DF4DE308DE0E +:10AB20002B26368366DDE2FC9DE04F8A9F679228E4 +:10AB30009D4D41E95DC09729A91EE345A2F4A642B7 +:10AB4000BB4312E30B3D5F7725893C431A930772A1 +:10AB50006DFBB8EF16FB5B0E10D6C0EB65BF4AA2CB +:10AB6000F542FB0AD8F2FB5AF2AA3285FA35FBDE2F +:10AB70002028AC8B92373F04FA7B5F85FD3B4EB8B3 +:10AB8000179212F39091CAD7BE55127EBF39857EB7 +:10AB9000A7F87DAB9074419EE94C82FF10E07FF9ED +:10ABA000AF5CC7E0EAE9BE57EFCA00FC3B8A3DBD97 +:10ABB000787F6585D905FB535D90E704C6B94AE106 +:10ABC000A1FCF55D005866F5B9B4BE4CA0877FDFE7 +:10ABD0000DFF4DF928739DBBD10179CA5D920DFC23 +:10ABE0009851BBA85F43EBEF3D44A6417E7928BD59 +:10ABF0003643D40312DEC39FADFB2EF4DE98757787 +:10AC0000BFF37518BF47C6731B5225DBEF99C1CB45 +:10AC1000D9BCCCE1E5B2756C7F6A4CE58C20E4FDD3 +:10AC2000CE1B5D4D56E0C7C904EF9F1285F1E79B2F +:10AC3000E9F620E469DE934813E4D9023B08DE0715 +:10AC4000043983FD50CF3A4AEB3C70292D41C8E3CB +:10AC50009F6C20DEE6B12AFD4A69E3CD67691F06D5 +:10AC60007736C669B348F81FACA324BC2EE4B31BE7 +:10AC700079FDA61A96B7337BA9DE05FBA7D3D711BA +:10AC8000249864C173C46E3C2722DF446C006F4675 +:10AC900069E808ECF74EF316A2DE9D4EFCAFF4D047 +:10ACA00072A6771FD60B2CC12658E25C982F13ECA6 +:10ACB000AB4B013A16530F18EAA5A40DCB9B4917CD +:10ACC0009665A407CB5B491F963E623342694D7679 +:10ACD000A33CCDB1503B301AF7ED308F97DB6EC6F9 +:10ACE0007C6A79A9DFE41AC47FA912F70A893F03B5 +:10ACF000F3C48A3F6389CA1F39BF6CE92A7857C3F6 +:10AD000065D09E938D4B66FE755A32F33F764A5C52 +:10AD10008FD48AF739FCDFBA83D657948EF7C07D7B +:10AD20006FFA1DF3C4816516CC0FEE34BAD2C13F61 +:10AD300059008FCA405EAF66DF57411F9D987F67FD +:10AD400032C86B55F3F6748813AACAF8FD1A259019 +:10AD50005EA192F3F75633B8C47908F1FB580ECFD1 +:10AD600002D8D3827D640A3FEA2F91EF5B6E473DA4 +:10AD700053422A1538C79E97CCEC4190EB05213FF2 +:10AD8000D5820F94802985F65BE2717BE0DCDCF2F2 +:10AD900020CB2397282404FE743FFC951D9B09E5D6 +:10ADA0008FE5D58731EF1F3E9FC4F6AF0B9775AF88 +:10ADB00082F9ABD6998919F793DADE06795E5A6D76 +:10ADC0007641BD6AA5E465FBB496E058A8B7BBB769 +:10ADD000819C2EBDCFEB81BC2B9D0FF3B5375AD88C +:10ADE0003EA685CE0FFB7E3755F37323D5F7F700CC +:10ADF0007FD2765EF0A76FA4ED155AA61176EE2EDF +:10AE000032C0CE2F45CE63E7975CE6FA63F08E89B9 +:10AE10006B23F104E8B44B777548EC3C32C1B8675A +:10AE2000387FE8A9FBAFDAD13F06BF6114FC1A6096 +:10AE3000F9E62DB20BCE1D10C586E32CE7F7465B75 +:10AE4000AA9B305FFE592518198ACF3637BBC770C9 +:10AE500094C9F992CA9C5EC863594ACD2E99E526D9 +:10AE6000039077B6905294FB1CC2F2236BF87D01DD +:10AE70007D5C61D96262F39290067ED067607F87C5 +:10AE8000F2D3865A9FD01BA05FFA069177A9F435BA +:10AE9000E6CFF112E41FE436D7E291A30DC06A3E7B +:10AEA000946FC00BBBAF741FB32B11CF486AFB6EFE +:10AEB00071046E87233CEF1D1DB3CD8A686B23EAB6 +:10AEC00038C352E4BB437DAE7C47A16F957A3FA95E +:10AED00089F37B7332B75FBF0A64C07CF21CC6EF94 +:10AEE000BFFB35C1F762DEFF35C527C89F6461F23D +:10AEF000390C5E865DFF3AAEC77919F6435D4D4069 +:10AF0000DF279347233C79A50B65D85F9AF6D4B425 +:10AF1000D47F2303E93314FE87C2D7EC446F309902 +:10AF2000F9ED8691F8ED2572DA8A1ABAEE4F569A43 +:10AF3000717F56D8CD5C2016C8750F0952D907FB12 +:10AF4000817625B985E03B3E4E1F9C89E7E3009B57 +:10AF5000575A88A2C9A3DA34F5D4EA244DFBF47A0F +:10AF600097E6FBA82D599AEFEE804753CF6C29D076 +:10AF7000B41FDBE6D5D4C7B7976ADA4F08FA34F5C1 +:10AF8000497B2B35ED3FA14B0AD1F5E49D963D0160 +:10AF9000A06FC0DB939D1FB6E393BBFC9AFE337A90 +:10AFA000579781FE9A7AA05A330E394BFD365AAF25 +:10AFB000A7FF6374F1C8A0473CD512F9B61B50C86F +:10AFC000BE637B5AF79C9D7F01F4F8F24A63D8DF99 +:10AFD000835EE4C18F813E1E9D9FA88FBBEF3C1E08 +:10AFE0003866A5F0551F6F3B06F2F04EB2360E2FB5 +:10AFF00091ADB8AE4F4EC9783EA61A38D411A6E32B +:10B00000273010ACFB30C17363FA75F7C7E9F22E35 +:10B0100023BEBF42D70147E3CD495A7A47B8B4F4BB +:10B020008ECAD2D23BDAA3A5776C8196DE766FD634 +:10B03000A0F88D2FD5D25DE0B780FE0FF0FB45E381 +:10B04000D39CA2CF63CC423DFB593BD7B303F5C0A1 +:10B05000624B7E580F50951A84FB51026F03F482A5 +:10B0600095C537FD7AA19DEB8576BD5EF0BE022EBB +:10B07000CA74BF1BE3CEDFAE9A910A7A2E851C14E8 +:10B08000F724FC9FA3FE0E08394F4F817DC22D9EF1 +:10B09000DE00D8895D66F427F71D1B87F1C089B1F2 +:10B0A0006436861516160FB49A18BCE352C4FEA473 +:10B0B0006F5C0A2DCDD93EB8BE41DE9BCDF8E2B71C +:10B0C000A00FE9627F07713C6C5EE9F408D1E941A9 +:10B0D000BD3F2CF4CC8CC01B18575FAFDD182EAED3 +:10B0E000CF59C9EC89D0AF33789DAC09A07F2FEC44 +:10B0F0004C5381DF0DF710722D5E9918D4717E2F9D +:10B10000DA9DB924807AF88652CF773611F0AB7E7B +:10B110009B0A7ED580783F8CEF050CDFFDFBC01AC3 +:10B12000BCEAF78117019E9D88E74529AA7DE0FDCD +:10B13000111EE4AFD3CB589C92F7C698262BED97FF +:10B14000B0DE8D7ECC7EBBE715A89FAE6571E3F4C3 +:10B15000535E19CE5F65D6BBF11CDE7EB7AF18EA31 +:10B16000A737B3EFF967FC783E6BCC16F63D776BEB +:10B17000FD2B70AFBFE21BECFBCB1F6EC7FB60D497 +:10B18000C8B1FE856DC5503FBD8D7D9F7136D80419 +:10B19000F5092D7C7EA9EB9518B0830FB1F7180641 +:10B1A000C43B3CBE99CBE931809E3C6E98C3DB8B9F +:10B1B000F8666E25A3D3BA3EDF8DC8563A7AE9FD0C +:10B1C000FA12E2C7FA4D2480E57C12C4720109E14B +:10B1D000F75B482FD66F83D09ED617129711EA4F90 +:10B1E000A76421DE1751938FF98B028F05DFD73BC0 +:10B1F000F78BAF9198F0BEBAF00FDAE27CB5E03F82 +:10B20000388A7DF85EC8D329CC6F0F97629F3C9037 +:10B21000E1A1DFDFE7F7CEC2FBE3F978AE834EF9B9 +:10B2200020F8BB8FA7B0774D6E2205789EF8A60256 +:10B23000760FEF26F087297E424F2A7638AF876F48 +:10B24000230D123787F348BAFCB212C0F8235776A1 +:10B250004D0261399052FE10C4D1FB411053087960 +:10B260002E65E52D8134E457F46F866B778A9F0352 +:10B27000DACFF74917FBDC06E4CF1CADFF7480AFD3 +:10B280005F943791CAE2E82F705DB95B0378DEBB4B +:10B29000A2D34CD8F91D9202E774AA483DD2F5FC1E +:10B2A000E48091DD4F657AA782F35D05E7A7F31D82 +:10B2B00066A4C37B774841C8EF54ED7AED0CF0DB10 +:10B2C000907E53F65894DBC59C3F7F7BAC6A1BD3C2 +:10B2D000EBDC9F7A72A2FCF9A4B0DC533F3100EFA3 +:10B2E00017BEB58AE94570BB35FA70083FD1C9EB86 +:10B2F000028ED480847662A4FAD021C6E7FA304563 +:10B300008CEFA5AC47EB19FCAB54C3F0E0E4656AE5 +:10B310008DDEAEF81B410E92489B04F574D287A5D2 +:10B320008BD8B63A33E18AA6C700F5344BFDC2325A +:10B330003ABE1DF41FAC7FC7913CB5FE33F27CB41E +:10B34000D1F220EED72AA4CD0B7904E5687FDEED9B +:10B3500013B0275F54DEED6A8A0BF94D9F7FA39EE1 +:10B36000D654908373466B0BE699F5F99601F9195B +:10B370006D1E63761BB71F6DC26EF89360FD703C47 +:10B3800054633F667A5C50CE957CA867BE99E88F7F +:10B390004E7542BEA33E0DDA1B2CBD32D88B567EB5 +:10B3A000DFA895DF376A1D27E25A4A6528BD59C8CC +:10B3B0002F5339CD5F2860F7985FC8B2E039FBEDB5 +:10B3C00009A6ED90CF0BDFF3E4FDF8BDD529FC1DF8 +:10B3D00085ED911C0FADD1189F3C0CF3D27E91B23C +:10B3E0006B1CC0F74703A532852B9E78B06E926D1B +:10B3F000CE4637E62BC7A662DEAEF7B14CDAFFD4F5 +:10B400008B0A8138FD055B5FA49DCEF3C2C1CEBD22 +:10B410009D149E4F8F3373FDF05E39609E0AF727AF +:10B420002F3DB680B69FDA6344D33CB5C0807AF333 +:10B4300003137910CE07955B649F42F9E383AFF065 +:10B44000F33A8A27437DBEE09934A63F4F0C914FD3 +:10B450005C1657B81CE03A913CF8BDE079A92CEF96 +:10B46000D0FFCE087F37E92F4EA23957B22CEE56C7 +:10B470001C47D48D57ECC41FAF1EC7C5F857F11138 +:10B48000B82769BCE2C0EFB1D49F857D87587B8126 +:10B4900002F15711B11DF54A78651CE93DE05D8662 +:10B4A000594A5FBF1F391AEC14F34331DFEB86FDB5 +:10B4B0001AADFF399568EBFAFCEE53692C2E35EA8C +:10B4C000DE75782A4D0F2F7BD741DC2FEF56BC510C +:10B4D00090175A6BE0E7AD92BC785FF291598E9C61 +:10B4E00056155E9E4CE5EFBFF077286CB43DBE6FFD +:10B4F000A05B4733952337E5DF0752193CA2BDD047 +:10B5000063AB841C05ECE8C7AEE472F4511ABB27A8 +:10B51000BFCAC6F669FEB8E3434CFBAF7E23D20434 +:10B5200048FCF24A123399F6F37F33FE375E17F088 +:10B53000A9E7309CCF218F30BFC2569495CFDE2330 +:10B540009887FBAD522015F5EE48ED467BFCEA925C +:10B55000340A6F644CD065A3E3444E7C1FCFF935A9 +:10B56000A712842BB2FF7DCCDE71EA7366EDF18504 +:10B570002569D3F11C6D280ECE5BFEA799D1F73853 +:10B58000F182DFB5F1D004CC7FFD4F9ABF18DA8984 +:10B59000FBB3E4681FDE172E063F257310FA5B3FEE +:10B5A00035001FE9F90000077B3C1C3F04006EBA20 +:10B5B0009EB53183D315FFD17AB1C58EEF75FE9854 +:10B5C000D357CC7BBDFCE9C864FAA44F92F0DD9858 +:10B5D000E1E013E78E051E8B39FF8A52E0497F7F39 +:10B5E000AF38CDC0DBB1FB7BFF93E643BC7E94FE5E +:10B5F000F138238561AD89BF1F31CC7A8FFF93EB82 +:10B600001D291D9E4A63FCB336726470BDC5F5D416 +:10B61000BF1AAE1B055C534606D747FF24BEBCA429 +:10B62000EF0FF6CCE1E1A2F4BC11E849E6F5E1BB8D +:10B63000206BE346069F23ED9F872F6E64F0C9A021 +:10B64000274888C1B784788C4932074675EF467F12 +:10B65000DF46DCC359A2505B4AED5DA489EDB345DA +:10B66000964B2C5FF40FDEBBE9A7630209D9216E6C +:10B670003F6466F9464FDF38B5FD4CE172F33F6930 +:10B68000DE5100FFDA715C2F946ADB8DD2B513EFC7 +:10B690006C10AB01F3E5AD59633AD93965B6E4886E +:10B6A0003417BEA73B3E4DD29C5316FB84DBF35DA3 +:10B6B00089E037782DD6904CEDC2F689D559B02F58 +:10B6C000E24DFAC519761E9BFAAF2A3A09382E3692 +:10B6D0001CB78D310E8D870DF2FEFCFA41F6572E08 +:10B6E00027F867A6A9ECF786BD3FB78D51E58926F7 +:10B6F000935E03F3FFFB0C2C4FCCCFE7245E1FDEE1 +:10B70000FF0DFC2727E87F1FEA7F612FEA5EFABE64 +:10B710000BEC10B5F704F61BFAA223D11E344D2C06 +:10B72000C852EF07ADE8B7D7DA7731C276FA9F7B18 +:10B730001723ECBF4824103FD8F80AFE2EE8E2B5E4 +:10B740000E4E0F710E37D4102A3F6784F74C0A163D +:10B750004179A4C1BBE81CC47BF185DF4AC373B83F +:10B76000FC3E83EF78F93915BE132B7B34F564FF6B +:10B7700099F2732A3853AB7B35DFC5B95BA3839D40 +:10B78000BB2DCAB3E07D80F4FAF735FD5A0CECFD11 +:10B79000A5515BFA34BF1779AD017B2CE47BAF6810 +:10B7A000C66D6D647C9CD94216A97F372A5E3CF732 +:10B7B0003AB6CDB2483DCEF8769BA63E2198A4E994 +:10B7C0003769AF4BF37D725796765C5B81E67B21E0 +:10B7D0003F47E4B5B0F33CC59642CDF7FDF10BBF52 +:10B7E00005F256480E6BD6D37F7E7C98F3388AB22A +:10B7F00003F393B0B7392B77E039F2FDF15E1C5FAC +:10B80000CFFF81FB67F17D2516670B7E20799E2C8B +:10B81000F83E145F1C4CF07E17E87E8EBF632289D1 +:10B82000FBD259C4E563EF980C7A0FE7379CEF3FE2 +:10B83000300DFE7D3FD72346DDFB2661BE65EF9BC5 +:10B840007C5024DE47D2BE4BD72F2F7C9C87793E7D +:10B8500062B8F7E98C57A234EFD385E78BC1DF3F9D +:10B86000187DEDF9C4BA463E9F3CC4FA4CD77CBF64 +:10B87000E51D81BFB8C1BFBFD58FBF648DDCBF33AD +:10B88000200E48C3EF46DD3B30EAB8067E1F2EAEE1 +:10B89000E97F1FF00B8F6708AEE37AFD631AAE7F76 +:10B8A00005DE451B6EFCA4746F1D8B63FF31BB1B53 +:10B8B00009363619C751D2E938DB4DECDE23D560A5 +:10B8C00098AF10710DD1C73D59EC9CDCAAA45FA0C4 +:10B8D0003F100939036AB723BF1181FB275F966CBC +:10B8E00026C0EBED96BEB7BFE382FBE9A1B7FF1D13 +:10B8F000F31D22AE8992617F6EA470F6E75BF8BB00 +:10B900000C90FF06BB3D75EE44BC87F308C46B008A +:10B9100003BF4FF108852199EA8F588315EF4BC576 +:10B920009A587D2AE46B68BBCFC8A538584B0CAC3D +:10B930007F26DC4761FB22B107958B6A7CEBF745DC +:10B940003EEDF94B24D8C749E9DAFD91CF48D9EB50 +:10B9500093002F050EC4E79417E725AADF3BE9DF24 +:10B960003F12F99E21F2C7E1F331DAFC8CC8CBCC4F +:10B97000BECEFC4CFF3B03BAFCCC7079A6D989FE45 +:10B98000F9E9D7C833998EB0DFFB3A22D02F10796E +:10B9900027B1DEDBD299FC4E48F2DE964ED79B9360 +:10B9A000EEF5C1782722587EE604CC3305F6176EF3 +:10B9B0008A85A57E4ABCB110AFC2F9E0D4B881FC3B +:10B9C00000799566957C9FB00FAE376EE7F33E9594 +:10B9D0004E10CFAD09DE2FC3FCEF9BD8DFCD783FF3 +:10B9E0009297314CBFDD95CEF4D053BC5F032FDF6F +:10B9F000E7FAEFFD38A279D759B46BE4FDCE35589C +:10BA00007CCD2AFFCEF5A4B91EE23C6726BFCFE568 +:10BA10006578FAE845E6DFAF6B7BD704F7A61E4CE6 +:10BA20002F7C0AF001ED601DEB945E13BCC7BDCF07 +:10BA3000E9FF2AC05BE722DEFDD0DFD56B5A44F177 +:10BA4000FD11F75F3E32B2BCD14711AC14F03C9807 +:10BA5000BEF029E8F7D1EC5E13D0B9BF3EBD17E5C3 +:10BA6000F0C1741FCEF7D14C5DFD165627FCFC8645 +:10BA700097F31FDACF41ECA5DE3EEADF2BDB68E26D +:10BA8000F947BDBE488BD6E89355077F8E7C7CBBBB +:10BA9000856C8754D4970F269A20C8A88E098CB33A +:10BAA00069F21FFF989EF828BD07D7D55AD897F19D +:10BAB000ED3CCC67D83AE93CB507591EBC56ACAF53 +:10BAC0005BBBBEEF73BA0EF76E9FDEDF184E9EA50E +:10BAD00083FC1C1B2FC9A19FA7C278B30EFD3A1E81 +:10BAE000CAED523DE6A555E772CFBC4CF94536F498 +:10BAF000C5ABE558ECFFBC26F5E23E5D1D69437A17 +:10BB0000D775D375C540191182BC3339A05DD77A7A +:10BB1000F5394CDAEF2ED265724B105718C3FBC6BD +:10BB2000F4FF35A407C7ABEDD2FEAEB73BC3F1417E +:10BB30005A0611E73491AFAA391EAA05DE835AF8D6 +:10BB4000C4FB44E25D50B7C17F06F877A1DD1290D7 +:10BB5000A7C23E937715C0B59AB890AEAB75765430 +:10BB6000BC67B4D6BA18F9686D8B1E7EAF09E0BC0D +:10BB7000A3EDDAEB12FC7315F407C5F74BE92E2C95 +:10BB80006B23CB8EA36CE4F5E07E1385EF12C88F98 +:10BB9000808F285E7CBF5CB4FF707ACF3321BA26D9 +:10BBA000397A9E05EC457BBCFF13584FFA99DEF3BA +:10BBB000121CD0B47A713FEAF2810B6FC2B93B7CA0 +:10BBC0002C63264CD0BBF306FA9FD507641BE40711 +:10BBD000AA0FBC82FC3A14DEFAEFB1933E01D7E71C +:10BBE0006ABC09B8443E5A2F3FE7D359BEE1499792 +:10BBF00057C9007F6B7417BE97D5B799DD2377C8F7 +:10BC0000D4D2C6C1A66140025B29DE85211EAF05E4 +:10BC1000F27E73CDECFD9AB76D4516B8279F60375D +:10BC2000F840FF35DBD6D8E1BEB478273C4132B0CE +:10BC3000BF0B40D6D8E1FD915566FEAEE557A24256 +:10BC400099945F7F6662EF873AA2FCF82E429F5D6F +:10BC5000C6F90B977D3A0DDE3148B96ACD85F36E92 +:10BC60001F71FC0AF8E716F74D63EF7832BA3932E4 +:10BC7000197C754ED3767817B199DA1B282FF07599 +:10BC80003673BB03673CD9BE42D0866FC5F1FD88D1 +:10BC90004D16C6A77511DE478A200FF106FB7B5DA6 +:10BCA0009FDABCB1B02FA07F7752F8B743BDEFFC4D +:10BCB000A50CA64FFE55EF468ABC749D5D218ED81B +:10BCC000703FB1DE3AFECE8D9EEEE2FBCB7F970752 +:10BCD000E58BA519ECFB50F1CFAD7C5D75F09EB7FF +:10BCE000CA3FAFA3760CE0AC83F7BCAFE1FF5FE0E7 +:10BCF00076AB0EFCF678F5EF8CBEE1711CF8FD59C1 +:10BD0000BECE678F1B4A3B0781F7AB192CDF33D1BF +:10BD1000A9F8605F645288BD9739543B71BF7B2896 +:10BD2000B8BA8B7A6F07B8217F3BD87C1B3258BBDF +:10BD30000BDCCFE88EEBAD42B9B0799F83B8FFA39F +:10BD400017C7BBD5EF0EFE86E3FBF27C66B7C5BB1B +:10BD50009DF94ABD047C25E8D118EFFB33E815783E +:10BD6000BF97ED0330BE1674007E76A17FAE8DDFE7 +:10BD700004DCCD7C5F49C46DC3BD935A07EF995F66 +:10BD800013FF0A7B8795C371E104F31721A296F292 +:10BD9000410F337E5FBD7B039E532A91ADE8EF5C7C +:10BDA000084AF83EDF05C2CE5D5C6863F9C1AA3D72 +:10BDB000D3B683B958E367E7AF5727B17B6050BF6D +:10BDC0000FCA666DBC23E6FB8CAC34819D5CF7A08A +:10BDD000567F5713B6EF0AFBCE10DF5D38C1FCD794 +:10BDE000AA27B4E354EF5EF01EC057AD3B2795C0C1 +:10BDF000ED8EDECFFF5E06BF37994FF2AFE71E57DD +:10BE000015F1FE3003F5B14F06BD3B9D9F93BEB0CB +:10BE10003B3351FDF77822474B9AFB4B17A9DC8F38 +:10BE2000190B7F5FC886E5910CEF4F32C08F798385 +:10BE3000ADFF8D0CFF4BACCED647943EF6BE6825C9 +:10BE4000B37B66485ED2FF34AFB004E19CEEFDF0F8 +:10BE5000AE18C5AFD9CCECA9F01F64F95E3906F273 +:10BE600078927FE1ADD0E5B99B4A717FB6D09B0354 +:10BE70007AB675A115DF91E830B0F7032D66F6EEBE +:10BE800051F0D9994760AF7D4CD7A345B02563EBFE +:10BE90000D911817E4AF1AF11C4DCB1C82EFC3892A +:10BEA000790A7A7DFB009E8CC5560F80D6EAF6E6AD +:10BEB000D854E313EE17D4715A7CE74026BEEBFB4F +:10BEC000C9C1F1584E248C3FC43D049813FC1D8118 +:10BED0002FF83B4C4475EF7362971432C2564A57A1 +:10BEE000E332A073CD56F6DE52DF0F089EE771FCF9 +:10BEF0002CB9C8151386AF66DF9E38BC1FC1EDDBB9 +:10BF00000A885761EF87FB6DE21EC48A08128852C7 +:10BF10009DDFA9E4FCBEEC208BC3D6104F06F45B7A +:10BF20006E2131068AB315C55DD3D11E6D30DAC1DD +:10BF30002FBDEEF32C5CCEF4ED2E42EC0876F145ED +:10BF400033EE4BD53D138DF9C48D863E9CDF3C8A84 +:10BF5000EBE3717C9F610CF1C2F9A7BA43E371DF97 +:10BF6000CE0CEF57E5A2DEB3005D8F81BDA5EB5E81 +:10BF7000FF7204BE8BD7FF3E8C8D04405E371E4A95 +:10BF8000C4B8DA91E9CDB9271BDE23E9CD407D4065 +:10BF9000F51CA4C65DA35A6F83F3337529D49FA102 +:10BFA000F5054F3FC9EAA37BAB0CB47EEFD32FB0AE +:10BFB000FAC4DEF350FFFAD32FB17A6E6F954CEBD3 +:10BFC000ED4F1FBF0DFE8E491D1C6083FB8A4FBFC6 +:10BFD0007E1BDC67B96817FE452FBE0F54F7D27879 +:10BFE00043AB8AEE8F8E62FAFB62046B77D1CDDEB3 +:10BFF000012759BD9A778B37F376C23F12EB14FDB8 +:10C0000048D2E0E34FE5FDD6F3777DE6469196080A +:10C01000F6AE7900CE7F1D3D389EE16514BF876482 +:10C02000EBC5733A621CFDBD7F31EF5DFCEF225D15 +:10C03000366AFF5EE6AC514C6FD3799A719E6C6F95 +:10C040000E9C97AB2B4FCB01BA517A299C5E0A7B91 +:10C0500067B883C147C7B5833F68EB9B06F6E6E840 +:10C06000D5347CBF51C04DFD3E2BFA671CFE1B39F9 +:10C070007FAC6FE2F8A230CB0837DBD705FA821D20 +:10C080006AE7EB7F54D51EC74BEBC5BFD770BDEB3E +:10C09000ABE4E37CD1EB53D1C50BFB13470F4C4012 +:10C0A000BAB4F7D3FD51CD38171B75FD0A08EE5B06 +:10C0B000D5C56562BFFBF93BF6E21D61E8E79EC2AC +:10C0C000FC4BE07FF15E1BF18EC2FDB11AAE1FFA90 +:10C0D000DF59EB62F73BC818BA3EC06B79591E5F57 +:10C0E0009F8DAFCFA67E27BA5FEE4EF5652C56FD2D +:10C0F000FD1AF17B3FDEFBC7CBCEE5E369E477B009 +:10C10000F180EE43D1A3F58BA687805387CF7E3C89 +:10C11000EBE013F804B9C57ED95AF911707E7D940D +:10C1200041F34E57BFFCBAFFC1F9F8FE5FEDD728C7 +:10C130001DE1BCB04BCBCFB5DD6E03FCDD3AD1AF1A +:10C14000B55AF7F788BAEF0E409E62E3C185785E74 +:10C15000B5F6A73FF84980F6BFEB856FC6108AEFAA +:10C160000B4A5B02BCFB54B3675B8C17F2464A2058 +:10C1700006F4E58520FB3BB17A7DDECBE920FCA807 +:10C180003A6E572E3EFBC0AD808FBFEE31DAC06EE7 +:10C190006EDC6B0E9931AE5F8FFE15ADBFCBEAF74B +:10C1A00063BE72E301AD3F74D7F7BE99E0427E0AE9 +:10C1B000A41A92A00CA5125AD6ED367A4280AF533B +:10C1C000B2874E433692BEED009FBE3FC0014F3452 +:10C1D0006CEC92579B62077EA716C8047EC7C6EE1A +:10C1E00007D0EFDAD83DFF3DF01F36EACE93570F68 +:10C1F000E1579D18A57D8F42E087049DE8C7347DF7 +:10C20000FF7B3F7C89C279E1F78939F82EE6EE5F42 +:10C21000C648F4FBA5AECC58F677CDB70EFADED003 +:10C2200065F007CC6ABBCAE8EA3A20618E861C64D6 +:10C23000658D311403F1754D8711EF2FD5FCE0BBEF +:10C24000CF407E88FCCE8CEF336CF8C1B137BF4451 +:10C25000EB1BF6191D650C6CAB9410A6CF4617F3BB +:10C260004B043DEEFAD1317C270C7E07FF55D0659B +:10C27000C3BEC326327920FE8ABB0EE3BB9D03E812 +:10C28000D3F5EE8DF8AEE7F7FF6602BEBE7048222A +:10C2900089EE81FDABF7FC3206DA09FAF4D36B00C4 +:10C2A0009D42B7BE9487ED308F20E8F57F0060C2D5 +:10C2B000017C0080000000001F8B080000000000CF +:10C2C000000BDD7C0B745455B6E0BE75EB975049FE +:10C2D0002A1F4240126F3EE4A32129F223FCB492AC +:10C2E000104CDA042A216840D4021422242442DBB0 +:10C2F00066D4B5521851E4D13371B0DFA88DFD0A70 +:10C300001A68FB3576E761C434025DA84DE38818EE +:10C310003E222ACD94F814688309A0A24F6D66EFDF +:10C320007DEE4DD5AD1082CE9AB5FABDB0B24ECEEF +:10C330003DE79EB3CFFEEF7DF6A5B9ABF2344402E4 +:10C340003483F1943F13F8E77232C0F6EBF18F912A +:10C35000004DAFBCF8FB9D71000D1F581C55F8A88F +:10C36000E1F72B23613CC069634BBC231BA0F1F9AF +:10C37000D5F14E1B3E3779E2EDDC8AE70DBF7A201E +:10C380005E89005872E88178C8A6559DA30DC5D472 +:10C390007A464302C0BD1BE6CCA0E78BC1FD38BF87 +:10C3A000F7BCECF262FBA5112AFE0D9F5FA69F9BD6 +:10C3B00003EDED8AC4F09CDE640188C2D68C4B216B +:10C3C0005C9EC3B2778B44EBDE0F5004F08015D433 +:10C3D0009F15DCFF92FA0AC078C50050C803568842 +:10C3E000A7F38A9FE6CD4FF4C839007F4B748EB215 +:10C3F00067331E3C7EB1867419D7950F958FF2DB9B +:10C40000B8AF188BD4F75200CAE839CDEF3139C331 +:10C410007274EF31FEB4FD7FAAEE8F70874BB9D8EE +:10C42000C6434327E3037A088EE592786779D77D80 +:10C43000550AD2E171F59CCD2F587C16EC2FDFFC0C +:10C44000E479820FFB1F51FF8BA3728517DF5FEE2C +:10C45000ADA9801CDEDF378AE679F7D649D4EFB67E +:10C46000804F8383D6C5DFAF63E89CA605E6A8C1ED +:10C47000E30897510AC6E71EC9BB05E16FEEFAA7AC +:10C48000F332AEBBF8699C9F1998DF3CC02FE6C021 +:10C49000733EEFA302BFF2FC2837E26B099D6BD21B +:10C4A000603AB69E28F1BE11B45EAD1211F7E98D67 +:10C4B000F8C744987859C676031E7EF4E0F7B416A0 +:10C4C0002164FC349ABC5B9F43781BDFB7383C88FF +:10C4D000DFC6174D2EC2CB67DB5E3F36AF00DB4EAB +:10C4E000535C15EFE2B44945020F448766FC6DCDFD +:10C4F00013F826FC356C2F0465BC78FE480C3D7F94 +:10C5000082F1FD99CD01C4E7CDDDA653FE207C95D7 +:10C51000E173C10F9EEB0C09D4FAAE237E5E6E036D +:10C52000870FF75D7E5476288427E867BE0E7D7FEF +:10C53000801E9DB24A0FFD3840BFD9353E80FFE6D0 +:10C5400021E453C36F283E1F09C1E797901D3505AD +:10C55000BB7FFBD765D7BBB307E3F7529BD3FB8603 +:10C5600009E0F3361CB3049EC72B0AE359E9C68DD4 +:10C5700046E1D82EB505380A41F8D4F0A8F1E9D241 +:10C58000DF35F13E03FCABF1A9CABF013E0D3DB75B +:10C590001E9FA1E34E426A6180FEA647C11381F44B +:10C5A000EFDF2D7B3721687D38FE38E2BF6F5BB24D +:10C5B000D783F8591D0677BB108E3E7B7F640CB67F +:10C5C000ABA345BF7FA4F971D21FDAF3FE30A8EF09 +:10C5D000443AF5B9FA23A36D81F317FC498E54B0A0 +:10C5E000EFF74245A7ED4A7CD8CE70F8418C97CB47 +:10C5F000B6A456DCFF42476A1EA2112E5821A93567 +:10C600008EFAE3F23C7C8A550C7F5F78640EEF1F54 +:10C610009EE425BA7E02AE635388961EA77134E26B +:10C620007591383234BCD91E09A8B216ED5A564558 +:10C63000F3EE59A7C7C762DB66338D7F098F70BBE6 +:10C64000F86953803FF07729AC637A346C0879BE7F +:10C65000EB56E6A7A521FCE42618460FE6A77DC405 +:10C660004F23F08F093081E5137037D45B2B54BD15 +:10C67000562E67FF0F20BCEF97C1426BC8D9EF4C15 +:10C68000C1737F897D9968E619C97CBACC7DC60CD7 +:10C69000A901FED6F8AE97F82E636879EF7DF9AF61 +:10C6A000450FE394C61D1FE6FC12DBDE1DEFA7BF9E +:10C6B0004AFD57DE4BFA1006CF2FDBF3CD5DA4C742 +:10C6C000FAF658189EBE3D7F497A98FA3B2D0E82A5 +:10C6D000B7EF518B93E0F5EC89F08EA3F144A43FC2 +:10C6E000F241FBEE4B397ED6CB8F319D2E2866D1A1 +:10C6F000EEFAF6A44474DC655180F4E21E4406BEF2 +:10C70000DFBC33CC0BF4FEEE4B45EE20FEF87F3D54 +:10C71000CF7233B8991F23A07E3BF16F3438E93CC8 +:10C72000CDAF4EFAF52ADCBFA96BAF79118E97FD1C +:10C73000E9FB1CD2437DDBF79A494F7D6EF2FF0A7D +:10C7400050657DAF34769810DF9FA3ED853100CF23 +:10C7500026BFE8F2D8AE841781873EC4039D0BF153 +:10C76000D240FA73287CC425FFA3E2E3FC5DB47FCA +:10C77000E3AE89202707E345728AE7115EABC4E781 +:10C7800017CFF75CCA011BD987556CF7873B77FE3B +:10C790007FB9734BBE6B39772D9D7BE43FE2B905C2 +:10C7A000FF1F27FB5438580E06F3F92B3FE3FEEF2B +:10C7B000231C0CEF35CAFF8AFF6A74DF8E748F1C4E +:10C7C0009EEE4FFDA7A5FB9B2ADD23EC16D267BB8F +:10C7D000BF4F82A0F30F77EECEFFA4E71EF0876471 +:10C7E000973505E15B07BE1E0A2156AB7EC9EA38C4 +:10C7F00003FBF56BC62A9B64116B70DCC17FE3926F +:10C800001F268B786335182A082F72DC52F637E41E +:10C81000B8B5EC3FA0B96778D6C44DDDBAF60A7159 +:10C82000965131F82C38AF7D15EE8FF3DA471AECBC +:10C83000ED0A3FFF889E5B689D486A7F7256AC7B1D +:10C84000A09EFC3FA3CDAC8B436C21F144789A5958 +:10C85000177784C16B7623D221CC6104AF44AE6AD2 +:10C86000D0FB38FFD5643B9F231CBC1EBBED47E1CA +:10C8700085E342A31A8FF14B8501BC0CE04D0C0FF0 +:10C880008B2763DCDA1E3AB711302E14E7E07812FA +:10C89000D438D2C8AF0CC69B163706E197E3CBA0BD +:10C8A00075F8BC1ADE07F0A9E2FB87E235943EC3B7 +:10C8B000E1F9E410780EB453ED1C7F84E17C44D69A +:10C8C000FADDF01CF9BBA66AB3290ECF59ED921C14 +:10C8D00084866AE83F3A1BFB502F3BB6F0B95D3DBA +:10C8E000F760FFED82F5096BB13F075D7EC8E3D6C7 +:10C8F000A7506B4F2825F84C92A3C789F0C15C93D1 +:10C90000630B36B1BBE0392597DE77EC35E2FB737C +:10C910006E1B9D47EF1F849ED211A4E7E74B3C0F8F +:10C9200012328D44BF5A107C8F3F75FB11CFB35527 +:10C930007A66A5C430FCF5E09A938F00CE6C77B58B +:10C94000B8F07CB392FAD3A283F211E35392992FF9 +:10C95000E6185DA6FBB319BEC72066B0DCCFA145C3 +:10C9600063086E97A985F134DDFE29E25D72DE2051 +:10C970005F1E71B5F8D6089F6AF4910378CD35F73C +:10C980009F5889E7B11F941D9B14C203B0BF0EDFEF +:10C99000E17B788E6AEAA706D6896D7DDD3D3D167E +:10C9A000CFA3F231DCB3B13C96F08F0B926B088DC4 +:10C9B0007BCB630B82FA3FFD483FFE883443D77F31 +:10C9C0002C59DF5F573223F8FDA1CE535D906C7276 +:10C9D000E384DAA725A7F70A719406DFFA553097A2 +:10C9E000F00D714EA586168C2BE0F3D5A788BCCD33 +:10C9F000603C09BCCC95A185E439B61416B882D642 +:10CA00005FA8AEBB507D1F88F926119B38158A3F61 +:10CA1000865AEFFD25B9268A5F914F9C24F775BB96 +:10CA20002086F84B9B777F8AD097EF47B9CB195E6A +:10CA30001407B20F6FCFCDD848723F141EDE9EBBD5 +:10CA4000203105E797BA0E19497F57DF33CB44767B +:10CA5000E958CD4706CA83E5A608F8E75D56126B8C +:10CA600082CEF104C18FFB1DFEB9885343D7F5A8D0 +:10CA7000E7FBC0000D34FE41A43B71AEEE7D2BBF41 +:10CA8000FF448AC2EDB108B14E2E2A1419E52A5688 +:10CA9000DD17B211EFE30378D7F61D0A4F037CC709 +:10CAA000CA10E0AE0241DF79979D89B541FBFF4294 +:10CAB000C5D7D1D5C2EE127E17048DBFA6C2AFE195 +:10CAC0003B74BFD7543AAE9A66617D7DAC1ABC64A4 +:10CAD000DF63EB6F617D857137E3FF5885E4E5F82F +:10CAE000139C368AA397A8727E0C445EA6F65D99C5 +:10CAF000F344EF98DC8974DE25F54B386F011B4455 +:10CB00005C6DC57F975330CCF5197571762D04F5A2 +:10CB1000695F8AAB23A9D53F0F8D9B5F4CB105F2AE +:10CB200030190C27C371E1A8ECB05C455EEC09320A +:10CB300018F303F1716E8981F3A2EF4CBB544BE7FC +:10CB40005C51996A207B75B8E262CCC2EC007E032E +:10CB500072DFEE4ECB0FF4D7575AEABDC27E71DCBE +:10CB60007E548DDB0FBB8ED84AB203F87FDB753164 +:10CB700086F3B49A9CC0D5E5449B37B41ED3F41613 +:10CB8000EA3C9CBAACCAE27D14415DE670FC7519C2 +:10CB9000E9912A8B1D674069C18244F2C3CAE5A9A5 +:10CBA000CF3F80E73BBCCD426928F8ECD923631521 +:10CBB0007CEE28787006C9C90470ACA6FCEC62C98A +:10CBC000F16762512894D86E687A70C98605076942 +:10CBD0009FD9DB2489FCE2CF54FE95B749CC1FB125 +:10CBE000CF48DE5BA4001F7DB651F0CBE26D828F93 +:10CBF000CAAAFAE7D3F3F5DB2C4A301F2D55EDC353 +:10CC0000D26D825F96556F3F984676A7E029CEBBDE +:10CC10005C22B942FC35542E2AF2E1F3D955878CB7 +:10CC2000E41F82C7D9931DF43EF2DD7F9F44FBBE13 +:10CC300068723CAA04D65B356D093F3FF622F28547 +:10CC400042F970CF8C58828BF83B87F8AC63DFE8F1 +:10CC500064923377912F99E89E1F4DEB2F7B21240F +:10CC60007FA6E65D17E3AF2D86E0D38F376C0EC944 +:10CC70001F85E47F42F9D794AAE75F6DFDA1E8AE76 +:10CC8000F1EB80DFA5D2A5BB58E4AB73639CEE60EB +:10CC9000FD5C902AE8A3B5DDBBBEFA6019D9EB02B2 +:10CCA0008B631C611FA2A7DB71ABB90D2505640660 +:10CCB0004BAD13DEA0FE1D2DD8473C25A59AF8BD2F +:10CCC0003BED1F954763FFEE04691FB50B94E41914 +:10CCD00031D84E4815FA6E5166C93E440754396A38 +:10CCE000CC6ECED3AD1B91437288FB109FA11EF476 +:10CCF00018AE60BF4BD0D93706E1A3CC1A06C620C8 +:10CD0000FC95DBA375FD5B1246EBE6572AC9BAF129 +:10CD10005B33B374E3558E09BAF1E6543BF3D1C1EA +:10CD2000824BF356E2390FEE32DB098507092F718A +:10CD300001BC20BC4F13BC0727BD37F65E3CCFE4D7 +:10CD40005423BF3799726B2497469147BC6F80EF8D +:10CD500080F97D7D8DE47D14E97C5FD562E6BB7250 +:10CD6000F9C47CF227D67B05DF35143EC8FCBC1E17 +:10CD7000D0BFC2F975CF4AAC2F974C35B15F590B74 +:10CD8000AE289F34988F564D3B5DC5EB4C92ED8499 +:10CD9000CFC51BF4E3B55533988FEB42F465ADAACC +:10CDA0004743F56B281FFEA1F0D218D203B7A7EABC +:10CDB000F3DA7F90845EF7A05E27FF6E283D34A0F3 +:10CDC0004743F8AF3955E83DAD2D97B3A3480FE57C +:10CDD0009AF5F3B4F67D8CF38C48800FDBACDCFE67 +:10CDE000B5CDCEEDFF694BE0F6A33685DB8FDB32A8 +:10CDF000B96D4E15762BB615E91C1BA49FAB5CE6EE +:10CE0000ABC951A8FE3CE837B0FC1CBC697564B2E4 +:10CE10004D8D4FF0BD8753A379FC4CF1C736293BAC +:10CE2000C0C7DDFE5336F25FE682D74476F90EF0D6 +:10CE300099C82FBC13FCDCBF1BD0A1C7760128DC2E +:10CE40002E0227E765EF857E9052C96F06CE1B9AAA +:10CE5000D25E7BCA83EBE4905D267F01439B603901 +:10CE60007955C5DB8854E793A9A4E7637A4ECC26AD +:10CE70003D7B9309C83F254E247B13ABC6536F17E8 +:10CE80004E0C5B7805FB7E2065E1FAD4C260FCB8ED +:10CE9000CD340FE95BAFC65D9CD73045676E5A9BBA +:10CEA0001C98F79C8A5F5B8AF3597ADF444AB990F1 +:10CEB000E070B03FA3C18B1644AA453BF652AADEF0 +:10CEC0004EE69ADD66BA0F58EC6831531C53BA61CE +:10CED0004298FF0A743F90E2FE4D287C428F087E04 +:10CEE000198A7E1ADD7F28DF68FC5198E2ECA27D6A +:10CEF0008D0670131E8C31F5098417B0D731FD5F94 +:10CF000055CF3F14DFE4147FBC2E9FEC6495C131F4 +:10CF10000EE991D3ED08237D71588DC772AA4E1D7D +:10CF2000482BA079B25DC2F1F51513C3C8FEAFB7A7 +:10CF30007992082F672447D843A477B6C8768E9F86 +:10CF400040D8C72555F129448759D30A594F9CAE7B +:10CF50004ACE23FDFCB58ADFB33495E4D225EE1129 +:10CF6000CF543E9144EBBC5D382A8FF699556961E8 +:10CF7000B93D7D3495E3C063054BE6AC8480DEBAF1 +:10CF80009DFEC679A737CBBCCEE98A64CE4FDF4E73 +:10CF90007A0BF545DD0699F591E6F7BD5D056CC7A1 +:10CFA000574D7BCFC6F32B4D40FEE16DF3F57A680C +:10CFB000B64BDF8FDD20ECEB8FF5EFCE86E8A3508C +:10CFC000FFEEAC4DE4196A313E7523BECB2A924D7B +:10CFD0009F529CD22A315F687AA9B64AC4ADB51572 +:10CFE0000BF2AD78EE28EF4489F45D5995524EF17D +:10CFF0006B75855414EC2F5657DCCF799FEA0DF7EB +:10D000009BE97EDD96E2FA0F923FD3963285EEA53C +:10D01000D7E37EC4FCB9DEF73EA0F3CDAA5EB16FC4 +:10D0200034E9FF2E1404A2B3372382E87C78F3C5D9 +:10D03000388E3B06E4A0C34CFE55E9E6F363480E88 +:10D0400042F50090F1A578135C0957F50BD579C32B +:10D05000E9354F2964525CDC2B814FC238A4B724D8 +:10D06000BE94E0ED4D341B459B5E2AECD4D4D76DC5 +:10D0700084D72A603BD53BBAD82AC667F0BDE24CBC +:10D08000BFED23A2D7B47ED0D9D7997E8387F8E4A9 +:10D09000E6AFAD3A3BDBE837F03D6409E8EDF73B3E +:10D0A00061913984B732ABDE8E97DBF5767CE6880A +:10D0B000C84D34EF9604BD3DEF7D733EE7272A95BA +:10D0C00009BAE7B3AC495E82F3D6CC49BA756A4077 +:10D0D000DC43CFC27632B6D58E9241E3741F3DABAE +:10D0E000B852B75EB71932293FD32F853B36215F3F +:10D0F000D6585DFAF3014C277C5E0A13F78C8DB489 +:10D100003EAED3D8FA15F3DD94D6EF38BE98E0EBF7 +:10D11000D4BD97BFBF5BB78FA3C75E466178DE7192 +:10D12000C7EBD43E166DF5C8B85E81DF5586C7845F +:10D13000A2332DAF53DB6A15FB3C188E7889A27D94 +:10D14000C5BDE68332ACA67CE92583BB81ECCB5A16 +:10D1500083B77301C27B54B28FA436D9E0AE4D437E +:10D16000FD55DCDF511645307EDDF93AB5ED2FC8AF +:10D170001E4B14D1BD6AC4DB9487ED94381E68B48D +:10D180001938BEFC2CA6336765909EFEEC67E25E04 +:10D1900017129C090BE228AF97C6F91F5759845301 +:10D1A000463C35EDC8E0FC5E5E46C942DA4F8E98DB +:10D1B0006E15F6D7D83FE0FFA6D0B8736722E5B565 +:10D1C000CA84DE815B4CACBFC20DAE4835E9C77680 +:10D1D000C87C8B6923E9BF536942DF85BF050AD547 +:10D1E0007584C7BAE5F1F4DEAD12505CA2C1575B9D +:10D1F000054EB2DF0FA5A979084AFCE1BC9A914718 +:10D20000B751BEE0545A04AF5354A5FCD944F93089 +:10D21000BBD14E7E5EEC71977D3CC2D91557B0975D +:10D22000E8DD75BC671AC9EFA93485E78FAA2859CC +:10D230005942FB3D2D03CDEFB24F1F41F3C1EB101F +:10D24000F7B39497C0A9B1F395F7C83F83FD269E25 +:10D25000A7EDBFB6F4B897CE117BDCB98CCF9B6934 +:10D2600053C625F378F29DE3C91EE1EB96A1E5F8DC +:10D27000E3752347929EAA29B18FA47A9F9AA7109B +:10D280004993194F1ED2EB760388BEA7FAF0741C9F +:10D290007F41EB03F800F1BE96EA4DC608FC8761BA +:10D2A000BF461A985F3BDDC6F9106DDC03C5885F89 +:10D2B000591B9FC9E3F690F5B4F59FDF5C7D788D2F +:10D2C0008DF06457FD61FB481731F0779725C28BCD +:10D2D000568F132E2B45C4970B0D4A0EB57363DC86 +:10D2E0009BD346D2BA8E74EA7F1CE11C352D99F58A +:10D2F000CFA7CF90FE996E62BDDE9CB98EEF0DBBBD +:10D30000CCCA8EE371544F807288CF4DFF745F6733 +:10D3100037AEDB6CFF8AE50BF9F756B297177A0C3C +:10D3200031648F16CA03E77102C270CA10E893DC39 +:10D330002D0C9CC799662579099CCF8AFD45EAFC8E +:10D34000E39BEFA87D8CF8FD1E2BD379A52AC36B38 +:10D3500063A043463EBC9839F936DAF7E23A342EF8 +:10D3600088D32E1A243B9E102EEAA4E25C99945F87 +:10D370003BD823FCCA4EA4B3930EE641BE290AACA7 +:10D380007771EA69DB785A672A7A5178AE457E333D +:10D3900028A4378CE0B3A07EE99ABAF0F5D438E23D +:10D3A0004B85C78FD33A1827966638DF4AE33A0D84 +:10D3B0002DDFF9D00FCA7736ABFAAAB9785536D730 +:10D3C0008D4C97D8DEDF942EF8BEB9F50BC62F181A +:10D3D000DD0EA26B63EB45D66B5ABF7795D0071D68 +:10D3E00026B8BB06DBC6BFCB77533E0DF5E01AD29D +:10D3F0008B8DF09A794590DF069DE707F460AE21AA +:10D40000E0D7199F96D94E84C26B7457F17E35923E +:10D410007D0EE5FE32D2B7D71AD1DED584D9E748E2 +:10D42000D8FF62CBF3B546F4CF6A12ED730CD88FF8 +:10D430001AF7ADE88FB6FFC2E0C03DB6C6CEE6F93A +:10D44000C9F677A99FB905FB343E41E3EF88D94E71 +:10D4500092A708D1FF7273C46C0FE7476C7CBF7052 +:10D46000A1228CF35F43E17376EBABBA7863D0B85B +:10D470002C097D592FF4C0B9CAD1ACCF20CD39C108 +:10D4800040FAB2766C1EE925CB38A1DFE29116C5D1 +:10D49000F8FB6794572BE2AF29BDE7AE48948FD9CC +:10D4A0005D4F9E972269BF3DBC5F235551E1F379E3 +:10D4B00059EE887194AF94FC27496F36551F49A7E0 +:10D4C000B8F28FE9AA3CDAFBD3884E73C1CDF1C81C +:10D4D0005C350F614066253FABCE9666A2F975F5C7 +:10D4E00021FE1BF8385EA9AD0AAD1B0ACA63C854F9 +:10D4F000F7D0739719E130A978688A491E47EF2160 +:10D500005C8A800BE1C4BE29AE275EF8F1DB14898A +:10D51000E43BD3CAF7C5E1371CCF715FC1AFEF6CF5 +:10D52000437B8922B5BDAD9BDBF5E920F4B0D16F1B +:10D5300076E03ACB8F03DBA772B991EDC085EE643C +:10D5400008F6DB268F13FE7A54B7C893225E1D843B +:10D55000D7B854F01990AE71AFBCB9AD5DA27911D6 +:10D560003C4FA3E3CD23A0332C26806FA48383E814 +:10D57000A0E11DF1994FFEE31BDF1D984A74FC23C7 +:10D58000C185EF77850BB9EF7F39CC4B7E42289C64 +:10D590002E159E5078175D239C8BAE11CE45147CC2 +:10D5A000140E0DAF26BF1A9E34F905556FCDAD4F41 +:10D5B000DEB4560AF46BAB92390ED4E01CCC3F9B20 +:10D5C000952BF1CF707C7393C69FAA1ED1F0A8C192 +:10D5D000A7E9852EBA3FD4C117BD510F5F34CB5395 +:10D5E00054EB1F594FC911467E5E9799B091F29244 +:10D5F000513D17E8520EDAC6A5083C777E03E48752 +:10D6000047B5EEE2F983CE13720E4D3F869E47D3A7 +:10D610009783CFA5EA4D558F6AFA731A2A00D67BF5 +:10D62000A49B25F293DD3AFFAF04EED3F98765D6CC +:10D63000FB43F25FFF4D37FF968455BAF14AE54947 +:10D64000DDF8AD994FE9FAD58E6775F367156FD49C +:10D650008DD7585FD0F5A7FA7BD8EF3CD856C1716B +:10D66000F24D67FAD9FFF4A9F1F46B6A3CFD06C5E7 +:10D67000D3289FFB289EC6767F9B839FFFEFB662D1 +:10D680006E0FB439B9ED6973711B2AD7335FBADDF8 +:10D6900048FE6B714F07FBBF3F4D751F1887749A8B +:10D6A00065F0B647203D269EE894B98ED2EDD0D9DC +:10D6B000DFD57B27BD437E56EC0119C294A1F56FDF +:10D6C000D4D7323883F2F35155FD40F5D3516A9ED9 +:10D6D00065A6111EB3207D6B6C46DF28A4D7A1710F +:10D6E000C26F24754DF7A1F556E07BD4FA7AC9D103 +:10D6F0000EFCDC43F78CD8FADC790C8ACB1AAFDE4F +:10D700003FE28FC5081E5A4F76CA7013E543E262A6 +:10D710008D64E7EB6810E19C837B5E8FEFCDB37582 +:10D72000729E68EEFE479B16E07378CC53C87E93DA +:10D7300066C73D1F182EDF78ED76FC10399B5457D5 +:10D7400020897CA227DAC879BAD0BCC96FC689FC07 +:10D75000EFCC768F1C4971CD21E0FBCD59AA9D45B8 +:10D760007CACB1C404E450E3FF1ABBD197114976F5 +:10D77000E7A9327AAFF1A8C2F808F51BB4B847E3BD +:10D780007BD4F7ED34FFC271607F6E62AFD7BF5EAE +:10D79000191C870C171F69F0EF6AAB67BED9D3E677 +:10D7A000E6D6D7D6A0F2630BF7DF686BE5FEBE3690 +:10D7B0000FB7FBDBD6A8FCD8C1E307DA9EE1FEC1B8 +:10D7C00036AFCA972FF0F39B54FD73699CAA97ACB0 +:10D7D000257C1F0346D106F841F1C055F8A131411F +:10D7E000E8E750BE188A0F308050E81E651EDA4305 +:10D7F000D2637780673CD5A1D42FE930719DEA8F41 +:10D80000E4873ADBD326CA4F84EAB7DB4061BE1B0C +:10D810006CEFDD8E6BB1F79A7E93316E233B659191 +:10D82000EF77505EE187FB17EE168263F8FD045D2B +:10D830004C0918FBC6505EF2D8561F8270AED0B9A4 +:10D84000DF7985FBDFD0387367A2908B1F0A1F46F4 +:10D85000E426A2FB70F08DCD704E492F0CD8B3702A +:10D8600096796CC7D8B82EDA6CF17A1FA578EFD507 +:10D87000305117617326D504E573A6A70B7DF34CD1 +:10D88000AC737A3AFB07BD5B7F49F2D23582F32F46 +:10D89000A171D4173D65A382FDA5507DDA6CBFC888 +:10D8A0007237C8CE4B06B6F3CD067053DD539E05D6 +:10D8B000AC12C2FAD7F4D2D962DFA95CE771C16EAB +:10D8C000BCEA7D6973EB795E7FC87183A8AF6ADEBD +:10D8D0005D685F189437589FAED6456080F8A935CB +:10D8E00080BF6BE5E769FDF53AFDF00F673F9DBF2F +:10D8F000D5E7ADD0EC107E67B92B990EF32842FA2C +:10D9000041F7034E37B5B614F793441F93E4B7D1EC +:10D91000F8B91DDFA6911F7DEEA649F61218AC0FCF +:10D92000AF55FF697A4FD3838F9BD5EF6406F23AE8 +:10D93000711328AFA3D1E397E9FAFA845039EB9B2E +:10D9400080044378FB5E16F57B7D11E15E0949EEAC +:10D95000DCF597E3542F053EBDFD765A6D5C179BB1 +:10D960003FDFC1761CD08E93EB8A27ED0D5EB7DCCE +:10D9700028E220303A32EF0C929B76B5FEE2056C3D +:10D98000E9FBA5C8F97EA312C46F3B54784BE64E61 +:10D99000078E2FE73BD90F8CB48BFC50B9150AC208 +:10D9A00068DDEF2E66D3BA33553F61AD097C44B7CD +:10D9B00051C51324F213B7C73A5F49A7FCE91353C3 +:10D9C000A339FF4CB9D6EB03FAA85CAE4A584072B3 +:10D9D00013676479D5F44C9DEDDFCDB281F2DD0E95 +:10D9E000A67728BE00FCFBD6E37BCE6EC9BE16062A +:10D9F000CBB1B37BEF71F2EB87F34F87D34FA1FA33 +:10DA000043C37B289EB7C7BADEA5736AFA25F4BC68 +:10DA10005A1EB909FCCCA76BE76F7251FB80A48832 +:10DA2000FB67E8705E87F45EDE7D3FD0FB79B2A8CD +:10DA30008FEDAF14F150A87C9F55E9D3A8EA8BBCB9 +:10DA400058B026103DDCC0FAB3AF324BC4211931B7 +:10DA5000AADEE84FAF0DAABFD4FC9A5EF5BB93D9FE +:10DA6000DD611E39287FF0457AB48883AC5FE8F425 +:10DA7000E0F2D66F74FA6B79B6E087BC76259FEA40 +:10DA8000CB56AAF77D5F26B92E91DC2DED7C6AC7B7 +:10DA90000185F6DBF0B30F88CEFB6D422F1F18C94E +:10DAA000B8E993F47542B3ADE755FBBF51272F4753 +:10DAB000AADFE3387776D7080FE15F834B8B8F358A +:10DAC0007DDDB4E7EC49B2DBBDD2F9930F13FE5E06 +:10DAD000B6B07FD64870C7725C6DCBC075B7EF37F4 +:10DAE000307E9B2A2D9B64CE232AE36B230278E9A8 +:10DAF0003B7BE5FA250D3E6D3F0DAE5E49E429B452 +:10DB000079A333845D9A9D2EEEC98F987A3E27BA09 +:10DB10009CDB71A34409C781E7D13D39F41D8F46D1 +:10DB200097FF5F7ED23C10FEF271C3AA07CC88AF8C +:10DB3000DECEF526CE2BFF48FF4883B73D02BCB4AE +:10DB40001E3841B1C7730A4FD42BE2218DF114B7AF +:10DB500089BE64DBF70DE9B1696ACB41248E4F556C +:10DB6000C17E5C6AE17A402B7470BB567228D4DEA9 +:10DB70002CB98C229FED657CCD8096B1F4FC26AB50 +:10DB800023C168A07B4691479C13BD662693311E36 +:10DB90001EA7FB0EA3D9638A27BD581BA5D66B0A07 +:10DBA0003C69F5930DF83B15F1628C06C588F31BB3 +:10DBB000D06F37217EEB96CCFD7936CDB74F653CE3 +:10DBC0006AF597F41EE1F1B6032DD5E4EFDCBEF75C +:10DBD0007F1E74E2F3B3311D9C97FD5BCFA69C17AB +:10DBE00071CED223BBF83BA8465FCF0C42EF72E860 +:10DBF000677BA4E17F3EF4707B17F473EB063B8FE9 +:10DC00002F0407B7F7808BDBC5D0C2EDFBA33734F9 +:10DC1000A124C0DC51EB4C5F40000FCBA21F2BA214 +:10DC20007DECA5CF8C637DA3DE4F69F728A1F71C9F +:10DC300035D136BE0FD1EE3B920DEEA68C427E4F13 +:10DC4000DC7F9E8CF0B6F3FD87F34EC2775FB4198C +:10DC5000E83BCBBE91429F78CE01E763FB4CEAFCE8 +:10DC6000F30AF70BCAF2447DEB2585FDB329EA3DA3 +:10DC7000A4A66F0B6E1475CB7059CC9FD6AFAF575F +:10DC80002BA02426BDFFADC2F717377F6DBCAA3E7F +:10DC9000B6650A7DC6255FF86741ACA12538BFD1BE +:10DCA0009E102FF2836ADFA2D839DFB12543E8CB7B +:10DCB000BE4803F30BFED4598B085E41DF29BBDE5F +:10DCC00052F91203CFF8C0F782538CBEBDF47CB971 +:10DCD000AAF7512BB3DD9A4A7C4A7CD9ADB70390A1 +:10DCE0007023D7114C5641D0E25909D79A1F437C73 +:10DCF000DD2333FF423FB74EB0B3DD2F0507B7D367 +:10DD0000C1C52DF239B715D0C1ED4FA093DB2AE87C +:10DD1000E1166E7038E822DB60F5C9428E1FB1F360 +:10DD2000776F954B0C94BF2EB85DD4990E8797BF33 +:10DD3000A87A6A78BCA040175D0B5EDC02BE50BCBE +:10DD40008CCD6479D2F0A2E1230CBC0984C769E0D0 +:10DD500097A9A59435BD5F826249FD327072BF7C80 +:10DD6000587CF8DAE9DEBDD8EF3672BE23141F65A1 +:10DD7000824F34BED1F45A8F7AFE4708D691013DC6 +:10DD800004990AF7357D8472C7F7C8DAFBA1FA4A0D +:10DD90001B2F18517A5141D57E2EE373CE9B17E489 +:10DDA00097AEA452A96F32FE43F4A794BE9482FDAD +:10DDB0006F33BE17FDDCD27C93036095F4F7D9D3A3 +:10DDC00071F1F643426E4111F71BDA778BED8784D0 +:10DDD000DC5EB0FDCC61273B3AD6E6A0F33E61465F +:10DDE0001C223C568B68E5541157EE6C03FECE4363 +:10DDF00083D762117E20CEF790DF36F28C672EE754 +:10DE0000DFD4732655F85E3329C41B4A3EE551D64C +:10DE100024B9CF939DD4D64778585F5FA7C2A3BDDE +:10DE200037C96676125C10979C4FE7FF38C9F51525 +:10DE3000BDD71721EE5FB5792FA8FEE62463874C86 +:10DE4000F7A17407C67EC910ED8D99CEBF675CE15E +:10DE5000F950F6A9EF133327A5E232DD964CCA1F1D +:10DE60008EF82E9DFC80CF271C79DC9F1CE04F098B +:10DE700089331FCFDFEE54ED9656FF4F7E1AD271D5 +:10DE8000D23D4E99545CDF27289A280F45F52DAFD7 +:10DE900073495AA63B2693EAAFE4FEC5C4979F4751 +:10DEA0001F317FC2F23456F01908FDB47BCF9B0FAF +:10DEB0005F27BA2E0892A3E63DDF7CF521CA5DF309 +:10DEC000059B83A6F7450AFC4CD9F5EC4AC61FD83A +:10DED000747A4393BBC9DD16FE0E6ACAAEAC7B6989 +:10DEE000DEB4232752E95C379FF0B753BAAB6FF724 +:10DEF0007BD7097ED7EEAF2E493FC68E9F56EDC524 +:10DF000069ABE033AD5E65C56E89EF6F56A8F56B02 +:10DF10002BA82E19DF6ADA6FE2FB26ADEEB4413D85 +:10DF2000E739F5DEA361C32251AFEC15FEB582FFE0 +:10DF3000480F4C3C6E0CC90F8BEF7E9B3A43F2C3EB +:10DF40001BCAAEF81D79685DCBF44CB5AE25111235 +:10DF5000F93C6ADDE750E7D7EA581683F356E21337 +:10DF600024934C7C5B6814F5DCE5F2232C5F2B12C8 +:10DF7000B3F3445DADA8435E1226CE17AED62FAFE5 +:10DF8000785E061BE3C7CCF53E1B518D1493FFFD55 +:10DF9000F5BFB09C2C51CFA2C9E37D6B24BE8F840A +:10DFA0000DB1CC6BB95B2D2C37B95B4739094FB933 +:10DFB00066E1876FDC6A5943FDF6D5E11ED2C77F63 +:10DFC00088EE1F43DF7DB78789FA323297742F9826 +:10DFD0009BD29F42F6FEE14C61D7DA55BBAFDD8B99 +:10DFE0006AF7E9EDAABD5F11913E8AE2B78179F641 +:10DFF00031BAEFA2DB553FBC80E024BFB27F8C5822 +:10E00000274C9C63EFA1DB46905FFCB2D13582EADE +:10E01000CF2E1C4D8982ABD49315FA901857C97333 +:10E02000141C5DC7DF1B153C63147851F970679BA6 +:10E03000133E3605F0AE9DA35CDE5666A6FBC47BA0 +:10E0400080EB3657BCF9EB762BF6573CC95F342092 +:10E05000A8995164D70AF7CBFC1DD0E4FDA2EE6A63 +:10E06000A75A076A49308012C45F614A3828417C48 +:10E070003402FD8AE07E84638C6E7E54718A6EBCAD +:10E080004BADBFD1EAA6353F37DA7983EEBD693DA6 +:10E09000A20E2CB6224FF71CBE1072508CFF443CCF +:10E0A000DB2293BC4DF1033C974CDF31754024B625 +:10E0B000937BF5F282F4E37A1E8B5AF71576D4A897 +:10E0C000FB5EDE629BC1F5E19661EAC17E97A97EA7 +:10E0D000273F16C6EABE931FC0B7BE3EAC08D2FEAD +:10E0E000D7D402C2AF09BC387E81DE603B045E4FEC +:10E0F00010BE35F9DA099D6CCF47BAF4781F55AFD9 +:10E10000C7FB68B71EEFD735E8F19ED8A2C7FBF56D +:10E11000AD7AFC267BF4784D5D3359377F5C47A997 +:10E12000AE9FF1CC4F74F3B3BCB5BAFE8D2FCCD3F8 +:10E13000CD1FDFB950379EDBBDF49AF860826F8542 +:10E140006E9EC607F9FB1FBA221F78F01FEB47F53A +:10E15000FB8F62C43BE56987A37FB1BF0348DFFD46 +:10E16000583EE80DE5836BD49F07A8C61EEDE1CCB1 +:10E17000FDA26E6DA6CDCA756DC83799745F7A0120 +:10E18000C21D643734BFC1A5EA99593623DB8D9986 +:10E1900023841ED2EAC942E3472D8E99552C85E48B +:10E1A00009F575EDC3DD7B14F6F874FD09474126CA +:10E1B000BB59F8EF4A7B04EE937F42DCA384C6ABE5 +:10E1C000057E773B99B789BD68A6158A5FF77F43BF +:10E1D000F9A4696AABDDBB84C659B066339FD76CBE +:10E1E000D7CE21F46F68BCFBA02CFC8F4B0637FB0D +:10E1F000BF16D27F72C01F6E2F1171AF16EFBE9D7A +:10E20000E84EC9A27A30437F2CB0DFEF17F77AD0FF +:10E2100009E4AFF50DD423FD731DD563F44503D791 +:10E22000DFFC76D5FA3A0FD78F81DD5F24D243F435 +:10E230003329CB9D9D85FAF69424E2D005C51FFFB6 +:10E24000EA258437270B449DC0FC4ECE436D8F7565 +:10E25000E666150E5F3FACE5DDB43C5C579B8FDB9B +:10E2600011D90E8E4F42F3617E83C86F781E12DF84 +:10E27000C57CC64005FC8E0B6B4CEC77801AB7DF73 +:10E28000A9D245CB6FCC57CF710A976840FB7A670C +:10E29000F75F982ECB127AD5BC488B834A3B178DFB +:10E2A000B5717D0838F31D22FFA5E53BAE937F884D +:10E2B0009F34DCF997259CD5E5C9605BEC35D59595 +:10E2C00006CE2DD63F5529FC825395D7717D6660C9 +:10E2D000FDCF39EF7667CB211DBFDFDDFABE8EBFE4 +:10E2E00017783ED28DFBE3FA4D9457F457644D27CF +:10E2F000BF02E9BE8CE8EEDF317AC61D88CF732FEE +:10E300005B8AAEA53E7C59C267BCFF89B61EA6AB30 +:10E3100076BE936DC7B9EF6FF3731B7A3E2D2FA1B5 +:10E32000B5E6D780F583560F3A54BE42931BF30DE2 +:10E3300029BCCE83B2F3A488B39897E1D20A13C75D +:10E34000AF27D43ADC136A1DEE09B50EF7845A776D +:10E350007B42ADBBED33D9D6503EE38424EE15DECF +:10E360001DF3D556332EFDBB44F7CF89BFFB4AFBC7 +:10E37000BF3290FE8BF327913CAD8D7777109E24B2 +:10E380000C2B46735DBE279DFCC433064F0ED54D46 +:10E39000BDF5DB4FEAA80EEA4CB8E773F2405ECF5A +:10E3A000FAA88EE2B93366218747B2DEAAA33AA85B +:10E3B000777151AA87F4EC94443D9BCD6FA6FBABDB +:10E3C0007F1BE9DE40FB52DD177FCF88CF893FB549 +:10E3D0007C689F49F87B7DAADFF7EB2C71FFB3398E +:10E3E0004BF89F5ABB5B95D723D4B29CAE4BE7FF4B +:10E3F0000FA0CAC275E5B8BF93EA603C7B2C9C5F56 +:10E4000009AD8FCAFB93C52705E5537764258BFFBC +:10E410003F25557CD71F776B18E785C0DF934435C0 +:10E420005E03F01E15F5A5E728CF4C727A0FE8EAD7 +:10E43000B3766409BFB4E9CD5327294F352FCBBD3F +:10E44000332BA89EA929722FE7B70E6429BC1FC2DF +:10E45000C9F1A14586C7883E4D563F7FDF335C9E9C +:10E460007CA8739FBBB7E79FB393A9BE4A1947FB2C +:10E4700068FB221C07B282F2DA1A1C8175AE2E07E5 +:10E480005AFE57EB1FA97E229DE4278FEAD4AE6087 +:10E49000374F6589FCC2091384D4B1A97803AD8EC6 +:10E4A0002D9BF5D4F75957AE63EBCB12E7CF43BBA7 +:10E4B0004B797E4B38DA8ABCC0BA38DF4DF738F377 +:10E4C0005B925F3A807858BA793C7FE7A0C1A1ADF2 +:10E4D000FB6592F36C56505E1DF94DFCFF22956171 +:10E4E000CC1F4D7BDE3F49FFFFC37DBF199F4FF817 +:10E4F000D5DE0BC52FE23591F079D8E033AB7574DA +:10E500005F115EB7EF3FCC756A1A7E7F2C3EFB121F +:10E510007B388EECDBF84D12D5ED36A9F7604DDA7D +:10E52000FD4B973EBF84F8F0509E62F0BD0BF0FDAE +:10E530008D45B51F16EDFDB146DDFBBF887445DC8A +:10E5400080E7DCA1EA099CEF35A8796DB237037941 +:10E550006DD51E15AAAA483A2EF2D985D4929DCF20 +:10E560008E62FB54A0ED877011FD1E973C9C271A0C +:10E57000B0EF6A7E5B5EB492F380C5D0C1AD454E0C +:10E5800066BB68F91038EF3F90C77A721FC7F5FF76 +:10E5900017A1D911A80051000000000000000000E0 +:10E5A0001F8B080000000000000BFB51CFC0F003E0 +:10E5B000095773A3F21FA0F1E7B2A3F215B950F9FE +:10E5C00082ACA8FC7C34FD8430231769EA93981947 +:10E5D00018B280B80888AB98F1ABBDCB44D8BC5218 +:10E5E00019082D01A47D80B80C88B70B3330EC14CA +:10E5F0006560E016616038214C9AFB08E17582D4B1 +:10E60000356F149386551551F9E53A0C0C1B7419A6 +:10E61000187EE941F83248F282FA0C0C153A10F6ED +:10E620006C3506867EA01A6145ECE6CE01CA4F0025 +:10E63000CA2BE943F800D43D6BC768030000000013 +:10E6400000000000000000001F8B08000000000018 +:10E65000000BDD7D0B7854D5B5F03E67CE9957267B +:10E660009393270384E424040812601212888876A6 +:10E67000120206C53A3CD4880893884A5124525A5B +:10E68000634B9BC93B04B0C18B152DC28041D1AAFD +:10E690008D0A96EBD5FE41A846B4BD5151B1C536A1 +:10E6A00050AFF6D6C7455B5BEFFDF5F2AFB5F63E72 +:10E6B00099734E1282F7F1FFF7FBE3A7DB7DF66B50 +:10E6C000EDB5D65EAFFD18973B9969D98C9DC5BF56 +:10E6D0006F30B650628C95C453C63A45AA3BC38985 +:10E6E000E67CBF149E8A6994B1745B9AC19883F1E9 +:10E6F0003F475AEBA78E69987AA30E3FA6CAFBFD47 +:10E700006E5E7696C5DBA9592CD25DC058137E1A71 +:10E710002D1AA731A664061FEC0058329993EA29F6 +:10E72000696EEA47D1A22C02F54749914C826721D4 +:10E7300053D84CC63CCCF80B318457CDC84FC27A65 +:10E74000CC97C2D885F1791AE9AE7AD6A2A8A6BC30 +:10E75000CAAA100EC662344FF57B2C960AF0B32F6E +:10E7600097E88BA70EDF8F911AF3691A173C1129CE +:10E77000865CBA33B80FF1200D3DAF5903F37246F2 +:10E78000114FA679CD3AD7BC9A12278A79A50D09DF +:10E790004F33CE6B427C1E03DF717EBEE1DBD9E7D7 +:10E7A000315C79F3B850A01ABA88260E3D3F15E7C0 +:10E7B00097C3D862313FD5E724BAC1BC160F352FB5 +:10E7C00085454352CEE079299A9BF0628CABB89D87 +:10E7D0002DCA8C387C2B99C6FB1F183FC8902F1D63 +:10E7E0001AA376152CB212C7033EEC233EF485081B +:10E7F000BFCE00944FC7345415057C361FBE90150C +:10E80000603B5F90DD0AA9D317610BA15EF3570E41 +:10E81000CE0F69C5D4BF01C732265BF033C0C70233 +:10E820000E3BBEF68D1378B7D17FDF3DF303374043 +:10E83000FF7588A721F062B407BCD5119F08FE3090 +:10E84000F860DF3D025F6943D333CFED6851520773 +:10E85000F341D7B6993AEF073A82F53A4A8C37B97D +:10E8600022262B3A635E318F7B334BDFA986FC2651 +:10E8700029F472037CCB0D69E55E286AF0463ACC38 +:10E88000F31FB59CC9D89FB17EE639967B4E437A7B +:10E89000CFD2DCA41A987737932CE31B694B3DCC7D +:10E8A00009F8F4BE7A37A57F7B7712CD6738BE6B47 +:10E8B000ABD79AB1DE403E6D436F0EAEB3801C9C69 +:10E8C0000070AAE94BAB902F9DE3F42292412149BD +:10E8D000C1F979703E50BE57C001F8DCCBE518C7CE +:10E8E000A333C0F17A412812D200DEC92C1295A0C0 +:10E8F000DF8CFD2CD863F0A8094FA3C272D4E527A2 +:10E900003CFC14F1901BE86C0431C272AAD80B983D +:10E910001A78B867A94CF45E7FEDC4BD8E9C38DCD4 +:10E920009F08FE61F99C6E4C0906108EE1D6E1BD90 +:10E9300080A7025ACFDD2477C72E6731E4E72DE2A6 +:10E94000FB1A16FE079CCFD85BC344872EC9E0B7DD +:10E9500000437E6A1670DFBBC24BF0348FD3F620C3 +:10E960003C2F211C8887D5024F83F9EE252CB7F365 +:10E97000DDD8E51192F107E5C82B089FA338ACB1AB +:10E980005CC652A5EE1E27A05895419EFB08FC3E92 +:10E990001C3F20F06FF07F4A81BE17E5C349418FCD +:10E9A000C0C2D6DB65C067C2C905FFCC605EA3D21A +:10E9B00014C26FA0BF7A218334B3A05B7232FA7E97 +:10E9C000CA05E53E5FF430E239E58AE351EC7A9F0F +:10E9D0001C3989FD24A46D90108ECCDA208BC0F8F0 +:10E9E0003F56234CC3F53EA73B14867C4BFA4C564E +:10E9F0006DE2AF8F051D1C01168A15C4E97CAF833B +:10EA0000C3BB3DBCDE73B30FEB7909CE0B58B1E04D +:10EA10000F600BE00F27F2874E7CF011F6A32FD783 +:10EA20005FC07693035AA3A413FF8F42BC011CA3BB +:10EA3000B1DD8FD39D55318E97E3886F9F2CF0A267 +:10EA4000C33F80A74499C37090A904D7A61B210394 +:10EA5000E3A4FB584C077C3956F37C46018B856058 +:10EA6000E23E1BDE7C025F81E2600F763536587B2A +:10EA70003887E38749007F0AEB0BA9F02141EF8932 +:10EA8000A2AC6A536A7FFF03E8AFADD7118C321393 +:10EA90003F32E0C7A9713CB93361DDE50BDE60713F +:10EAA000BE34EA8FA4470CBE517C5CCF19FA02F841 +:10EAB000364522B9C6F9F67CF5925AE7D0DF43B95C +:10EAC000A66832E2D1E9E6786C092C8E227E3E47B8 +:10EAD0001C23BE3A0B894EC073A4A7F04F86BC1A04 +:10EAE00008C590FF482ECE8CDB2BEE3C99F598E6BE +:10EAF000A9647A2D795605EC06E37D47D8306A9DE6 +:10EB000093E070FA385F83DE89214B2B3ED6E3F128 +:10EB1000630D27B5C7E99E1D8FF9EFD37846FB4DEE +:10EB20007945C4A7F6792AD80EEA48D0F06CCEE031 +:10EB300076C3E3C736DE522BBCE7DDCEA7E8EF1B7A +:10EB40006D72CFD54E61EF1BF801245E36603772CF +:10EB50003AB5A9EC90047AB629B395D8AB0DFF036A +:10EB6000F46D659CFE2C225BF49D23533EE5223B15 +:10EB700041E7FD04B8BDE562F37BA842E0FCECAFE1 +:10EB80001CC15FC92CBC02F91EECC031663CAB4E07 +:10EB90006E6FB2E6A5546FEFA6EFF64868B77C4FEC +:10EBA0002B74E871BEDA6BC31B638D04D7EEFA18C1 +:10EBB000FB032C5135AD96E462F6C630D131ABEE95 +:10EBC0008C84795766BF8479A37C805F9B397FB73B +:10EBD000B42F4E6258EED665940BB99D398D6E0BED +:10EBE0009F86D952582FD98CF3E34F203D6BF02BE1 +:10EBF0008CEFAAF3127F187C69F0A1D1FF88EB316A +:10EC00001A3A9C07F3BB42E0FD0A213758B1FA5E7D +:10EC1000BF41CF5CA26F3C0FF4FDF84E07C99F685F +:10EC2000A114DB270D2E5F28E4D042FC6EC00770D4 +:10EC3000C7248919FA16F1BA50941D39F8F6C41987 +:10EC400000F2AF830EA03160F7E04B5B6640FFFF40 +:10EC50007821E475012FD6C7FF85FC3FE6B050054B +:10EC6000969748B128F4BB704E1BF91757943A4851 +:10EC70002F2C44F84D78F9E4D09F15C4FFBA39D64B +:10EC8000EF8F21EC24972A685D19F0AC2D7250FFAC +:10EC9000BF2E96681D1F7DF783BB2E02F85E9D2355 +:10ECA0000511BE5F07FFE043BA19E30DE04B671A99 +:10ECB000E2CB3ECE00BEDDC12A940FAB35A78E72EB +:10ECC000E71647B057477A8F9283FB74FC3EB10238 +:10ECD000F16FC8C537A5D1DC8FF0C9C11E6CF7A68E +:10ECE000A314F97238BAAE5618D38A20655BFAD0ED +:10ECF000CE6631F54CBF69FDD69D6C683E6A926365 +:10ED000087A5C4B4F7A73074406621DD3EF32D4ECD +:10ED1000EA61C3F7FFA77A7703FA497FAB8F361F03 +:10ED2000550797DFE260B5B89E6E61EC3D570ACE9D +:10ED300037EABC16F4C749C9CDE72FE4BA31CF5B37 +:10ED4000F67B1A14139E56FBF8BAB7C33D803FD129 +:10ED50001EFAEFC1FEEDED876DA758ED69B0674E65 +:10ED6000A13C70A7AD8F8E017CDEF2581933EB1DEC +:10ED7000841BF59E31CEB0F0A69D1FBC23ADC3CF42 +:10ED80007C8DAD68AF34A99C1F9AD3E560231BCC62 +:10ED90000F06FE9B7C8D1943E90B03FFC007BA8663 +:10EDA000F8074786F8E6ADA652D46D6364CF90F6B7 +:10EDB000F7487CE294814F12FEFBF924477673F901 +:10EDC000F03F874F26CAE9FF73F8C4B55172F6FBCE +:10EDD000D04F642F8E4AC3CF12E37AE2DBCCACDF94 +:10EDE000B1BE3613FD62FEB75261EE52900B7294C3 +:10EDF000B78F806181FA6665D465B56B0C7882E562 +:10EE0000A4F7560A7BEA70FFD36FCE84F17E1375A8 +:10EE100004511EFF66A383EC9CDFD472F9D8CF6245 +:10EE20005B67A23E38EE2039D61F3D9228FCCA2CE3 +:10EE3000C4CF55827F4FD523A2187B17FCBC9E49B7 +:10EE400084EF2C8CA7BCABF65D0F2E3BFCCD2C3B8E +:10EE50000EAECABB4880D98C7534CE6B88166094D0 +:10EE600089E7AF6E9C5716257F664BEBA5A6F9D5B3 +:10EE70006C9442644F8719F92F9B24F1BD5D2238B1 +:10EE8000DDE067A39F1391791C6294148EC826BF9E +:10EE90008FE50122CFC3AEFA3DC23F299E2F9123B9 +:10EEA0006BB09F9A8DC94ED40735ED9FAAB82E3707 +:10EEB000CB1AE763A56F1CCEBF7FC00FEB1BB768F3 +:10EEC000AA693C0FC7EF667968BFD83E5EF5C64FAA +:10EED0007F390AF5459D142437D0DD376E85C95F2B +:10EEE000EC402700E617ADE6E345474BE47F1AE523 +:10EEF000F5384E3A8E27FCBDFFF8BC37E1BA183C16 +:10EF00006F26F4694F22E2F537AB97244568DE118E +:10EF1000D2AF063FBD7CEA6115F9902D4D27BEAFFB +:10EF2000697658EC98151B122C7CB96CE39273C669 +:10EF30000358AD898FCDEB8AA5113FA4083E4967E0 +:10EF4000E02D91FDCDE31D1412017832B45AF21771 +:10EF500003A59D87B90F1023FC8C097597814A651D +:10EF600077272E7B27A25381AECCC43824FC918F07 +:10EF7000A644C57A96CEBAD03F6521B4F733F1BB2B +:10EF8000010FF05DE056937D04FFA62CB7E67DC52A +:10EF90008AC55E7098EDA99CF87C8CF9FA8C38577C +:10EFA000A893E2059BA5EE13B87EB6B8AF2F5B0819 +:10EFB000F874F633E607BE4F4C5362316C1FE4F22F +:10EFC000C581F306FE494973C77AA08F842CE048B7 +:10EFD000A48302D887D451190991DD2BE68F7134AF +:10EFE000A45B8AA0DB96CAA264AC67F4070B4E3F11 +:10EFF00057BC4229E0F13EA5A0BD8FA7DC6F776B1F +:10F00000B5843F90AF6F201FB1E5D290F14D639C66 +:10F0100091E4E279D7034F5581F9DFC1BC418CBB44 +:10F020002539832722D0B42EDF49FA569D531B453C +:10F03000FA5F2745FE09D775D22575D9C8BFD225F5 +:10F040007593FA81FFFC53B8DEAABA68397B1FD2E8 +:10F05000405A38FA3E94BB1D0EDEFF992C8B1FA937 +:10F06000F65CCB748C3FFB82A110DAF9AC90E20F16 +:10F07000AA3B48A9E6E0EB5016A9DB21ECE310FC23 +:10F0800063EAA7C11BF91BC28371378CCB397C465D +:10F090009CADFFBE9B51EE26BA49EECE7314249D63 +:10F0A00036D905643898F8C688B31979D5ED6F7EDE +:10F0B0006F06C2C1E55547E2FE00F61B6511A703C6 +:10F0C000E79317B2C6F17DDC8F89D77F2840FE0D0C +:10F0D000DAF3B0AEFC172D7763B932C788CFD71AF1 +:10F0E000716CCD81F3AAB2EA57771AB4A3F5CA3E80 +:10F0F00022FF5D7CEF987C937BA8F5FE133912709C +:10F1000098E4A433C0E33B896CA786F6096031EF2D +:10F110006CAA89DE22EE54536AF0957ECD6F81DEB3 +:10F12000DFEA55590766BF046B6626C2CFFF4EFF64 +:10F1300081FB3FDF42FF05D2552CECC7C97FCCE4F1 +:10F14000CA6E9F881301BE3FF6CD7CB021874F0168 +:10F15000E16E1671AD390E1EBF557CAD9CDFE372BA +:10F16000403A2BF1F544FB253E2E37A2CCDD40F290 +:10F17000AA9DFB0B51F807F337765AFD879B77580A +:10F18000F337B1C519C8C7376D57C1A702786DF2FB +:10F1900022CFC1E3E137B3DA56D4F36D22DE5FA3A9 +:10F1A00031251584E1DA9F3F3013E35F7305DFFDFE +:10F1B00009F84277C5F1BA262DE60C15C4E7A73049 +:10F1C0003EBF2629F8CD8BA4E1E7D7A6F67D13FD37 +:10F1D000A4E85695F891097949ED6128E58023E482 +:10F1E00099666947F0DED06E9DDF48F3B7CF1724EC +:10F1F00034CD77CDFE6AE287E1E6E3DC2F517CCFA8 +:10F20000CE57CBC43A31F8E66F1EFF34960472C174 +:10F21000CDD33BBCFEBD98FECD931543BE684421C3 +:10F22000897AB69C713FF87789B126A26FED74A4F4 +:10F23000EF48ED5BB17DC97FBC7DC77FB2FD5D232B +:10F24000C0BF29AD338CEBD988BFB8DDA110C7365C +:10F250005FCF9B0223946742B9E31CE579E76E0F09 +:10F26000EBF2EC59E09B6AFC44FA3A9A89709D16DD +:10F27000F663AF1ABE12EDBADE371D6802B3DE6464 +:10F28000AD3580F3689174B487ABB72C4AC2384E61 +:10F29000F571479A9C231637D6CF59D0857EF73D16 +:10F2A0000E55D867FD0AEA99EAD29CF9289F7BD5CA +:10F2B0006866328C5FF9431E172A2B6D5885EDBEA8 +:10F2C000A95FABBA304EFE58D372CCAFD12F555C8C +:10F2D000306E4CF4F3F1A34FCE64005FEFE389ACE2 +:10F2E00007E157624E06E91AE077E4B75B7E96487D +:10F2F0007A77CD536B1F5C08FD483F4F24782A9FD7 +:10F30000BAF92117C1D7C4F9F7992549778B79B98B +:10F310000135BD0D621F321ACD5C024DD6BAD84AF6 +:10F32000D41B061E0CFEAD692F7C318070ED4FA6FC +:10F33000FD8E01BE57A03EB4AF8674F1107CFF4B2A +:10F34000078F7B7F94E3AA4238A5FD8757D0FCBA8C +:10F35000AF51717E5273B2F39F60BC671DAA518F8B +:10F36000E6117D448A4D80F28F1E91F8BCBAA7EE5B +:10F37000F1E4E0F87B9C35B43FDC407831E0ADD976 +:10F380005FD83A06EAD56C49CE95615E737FF6B8D0 +:10F390001FEDBF75FB1D3D680F404A76C10DED0E98 +:10F3A0009B3F12F249C007B709F973DB81B5249F6F +:10F3B0006FEBDEFC29CA9F7587D4D366B900782627 +:10F3C0007FF796B71D418C15DDF2F4C37ED4BF7F65 +:10F3D000EADBE7477AC038D54E5807C5AF2A96769C +:10F3E000D8FF172983FB03854EFEDDBAEE4D7CBCAA +:10F3F00003577C8071AD750CDA9BE4CF9FF07F469C +:10F400000FF69B3F7658E32B9FB3576792BEDB9F67 +:10F410003AA4BD62F8CB861CFAE4D09F774561FC24 +:10F420008F9EFA7017EE4FF67EF5E75DDF47FC3FE3 +:10F43000EFD190CFD73DFA4FBBBE87FAE8904B464D +:10F440007EF9E4F9871FBA1FF29FBC33A90897968B +:10F450004BE172ED939CBF65201E363C3F6F14E27A +:10F4600061C3C1B9A3D810F10323FD04F82B66E2F0 +:10F470002FC31ED40F497CF3EB3991DAE873E48093 +:10F48000A3075DD98F4FB862C8D7EBE05B1DF89D2D +:10F49000B7D5DEBC90F006F98D80E7DB1EE3F1BA4C +:10F4A000C1F88E8E950398F68CC52DABDB0E2CB96A +:10F4B000F2E2624CD5A08EF36567489FD9DBAD3B85 +:10F4C0000E749D3E3C1D3F675F3A11EFEBD8163E30 +:10F4D0006EEDA51F201FD9E9F831FECF8583E938ED +:10F4E00051B1D3F1D6DDF763E181D421F7790D3A3B +:10F4F000AE3D7855D250711A339E7BCE03CFAB25EB +:10F500000ED79F1DA1994A09F2C34F1FBA3F0DE9BB +:10F51000EC0A2E44BA3FFE79161841EC8FEA991591 +:10F52000B81ECF3CEFD2F6429B35CFBF4D7AEF935A +:10F5300083AF39753AA701AE4306EE3B0EFCF5A149 +:10F540007EBF4DF8CBEBBA127B304E61D0EBB6D814 +:10F55000A24ADD4FDF297E715B8CAF83DB62879728 +:10F560004A43D06F9D92CBF5682C9DF0B256EFA325 +:10F57000388399AE5229D2F3D47CE4BFE1E869CC58 +:10F580005F7B8E0E47C4E9DAC5D7EF70EBF4933D8D +:10F59000C0F14983E9FC89B07FD6C5A4B787A2BB77 +:10F5A00011CF678EE5E7A4979D2FBEA558E362466D +:10F5B0007B63FE23ADEF91E7F5F5F05685CE41FA7A +:10F5C00060FC35CCE372FBD739B02EE1D36BAA7E59 +:10F5D000EFB7914F5E56D95E68F2CDDC0F147DEA2D +:10F5E0006078FF11ED2893DF7F65A9D4920AEDAE14 +:10F5F0000C819ED1E3FC6A9487E738986E82E7B36A +:10F60000CA0D99B8EE8E045814E5FBD1D17CBFFA2F +:10F6100097A36F3D8ADF71DF9A41FFADF51A6EEE59 +:10F62000B0F6FA00A503E73842D914875AAF31BEC5 +:10F630003FBAFFD1471F85FC653800A8AE23A04222 +:10F64000CDF18D1302DED7EBDD64FF5D9BFFA4825D +:10F650007A5D2A7852417D7379E44905CF211C1DDA +:10F6600088C7E82D7864E2B2FCE4A20EE8FF9712A6 +:10F67000D7B7972DDCA3D498FABD5CF47379C19EFB +:10F680004C94C7C7C479103BBEFE20E46DC3E48729 +:10F690003371BC63E3EECD247F9985691E59C28F17 +:10F6A0003E3AE1E19DEB018FBDF912C5D37AEB1A29 +:10F6B0007D28977BF52516FE3B3CF90309FBC90A1B +:10F6C000EC51507EEF1571982E8C9FC1FC1E02BC30 +:10F6D000617E3FE00DD347EB754A1FABCFA7F22702 +:10F6E000EA8394EFAE2FA5FC53F521CA1FA8AFA45F +:10F6F000FC33F561CA1FAAAFA2F4B9FAD5F4DDDF75 +:10F70000B1BF3905E34C1748DD1867FA457D2D95E3 +:10F71000F7D4D751F9830AF71BB2DAC13F00B95BBE +:10F7200057C7F7CDF7AAE1AAB0097EA3DEDB0AF737 +:10F730006B7DFE489F82F1EECAA52548FF9609D74A +:10F740004C453AF6EA7F1741BBE3F33C37B9ACE4EA +:10F7500012C2BA7879C22C3A9F725F72E46DC5E426 +:10F76000C7E6B63B59CF0CA463AC2203F5E18D602C +:10F77000F7011E2FABDCA364403F8B2339BA4CF456 +:10F78000EC6E4E417F64AA285F58A896178C4CC730 +:10F790004705DC2F95D566E23A7B49E271B46B23CD +:10F7A0000E966F5AFF4B2AADF97B44BB940579E75F +:10F7B0003C8F9318847A163B87AF2317EE6B9AD64B +:10F7C0008F471F63A9E7D08E5C82FEFA70F2C9E111 +:10F7D000AFE4F6B3A6BC8FF20D70209D95E3F286E0 +:10F7E000225719786EC9F80B517EE5401E3C33C391 +:10F7F000EE067C5D173AAEA21DBF025C2715ECF049 +:10F800001A1674A23D0E7E31A537B15A4A5D993D54 +:10F810002A8FF35568B80F2C852E729C4D38573CB3 +:10F82000C6BA5F6CC097B240A1F8CC7AC91B443EFF +:10F83000681ACD0EA0DFD224D6ABD15EFD620AD30A +:10F84000010FD3D55C4B7C434D0B57A19CBBA35FF1 +:10F85000D2B1FD662592AD96F08929263F5F4D8B8A +:10F86000909F582F45C6ABD0FEAED97F3AE1403BC2 +:10F87000EAA047C738F127C59F39917FC82742FEC4 +:10F88000B9D31BDB9783F9FE6A1E0CE9A1388F4BB5 +:10F89000E009CFED605CD7E5F651DC83652A1F995E +:10F8A000F74F6FD278BCA429F1FDD1386E3902C26E +:10F8B000E1629919141DA5BF6AA55F457CAE647D00 +:10F8C000942E67DD94CE5523B3701ECBC03FC27C0F +:10F8D0006382FF12A4F37F177CF6736CD04F08F994 +:10F8E0003F30DB1D31FBCF0B54CEEFD78814D6F55C +:10F8F0005A5CCFC3D1DD90F7869CCF4A0A2F52D3F2 +:10F90000E3EBC548876B6F5F37063CC6B9BC94050F +:10F910001B5E1A07F8D8DBA9937E9A5BD3EECA82E6 +:10F92000A2DD5BF422C20573CB8897AC814023F73C +:10F9300053EA18C7233B29111E593481CBEB817A36 +:10F94000E1A9685FECDAF89907E5F4671B735FC318 +:10F95000ED8B91E669D76BF7664FDB86FBCAD9BDA5 +:10F960007C1F655BF6BF1F76413EAB9FEB812C5F32 +:10F97000ED24F4D7CA7EF7CFA331DE989514F9AE03 +:10F980006AE2EF5D3FA8CDC6F1BF524277A8244797 +:10F9900037B808442167EAB6E8DBF2F5E1F1B5B71C +:10F9A0003DF79CF8B5C33D2037869163F1F5CCEB6C +:10F9B000819FC9DC45243F7A741065FD0949CFF465 +:10F9C00041E9F5753D2AF205F07127C27D1D8BA92D +:10F9D000DCAFD73210AF37693AD16157C6FBA349C4 +:10F9E000F82BFD39E1AF73CE96B121EDAD36611F35 +:10F9F000003814E7CB12713A39E1A3D1A8DFBBD4A8 +:10FA0000A1F75D581DAC0FD33E1DD84C643FC158C3 +:10FA100074DEA11A0706D0AAE57E09D75B85B6A8D1 +:10FA2000221950B462638EB08B383FADD898BC07B2 +:10FA3000E30D9BD4C8CF5492BFB514D7AEF65D503A +:10FA400081F6F5F9CE0F46EF47BBDD58CFC67C1BDC +:10FA5000BC9167B1DF5C2DB93C594739CCE3C2F3A7 +:10FA60001C3E8AEB7C96C6C80F1BAEFF23E2BCE5AA +:10FA7000DF8BB8B0EA933A513EEC05FAE3FEED13A2 +:10FA8000C0B7F8FD7F815D81F95D605760FE9760CA +:10FA90005760FE1FC0AEC0FCA3605760FA10D815B7 +:10FAA000F87D3FD8150A3F8FF82B840FE432C1D57B +:10FAB000E464ABE97CB7381769C0F196A08391BEC6 +:10FAC000ADEA34EF2E9493A8DFDF75F273264AED8A +:10FAD000D8C5893C45FE486AEFEB41F3DB5FCC6259 +:10FAE00012C0EDFBB2164F02B3A2F78287D11F9E60 +:10FAF000E04B6EF2437AF062503860A7DC351314A5 +:10FB0000762E9EB7D37F722BD273368F9B775D0C88 +:10FB1000FF9F84E7689D44E796D7189D8BDC77317B +:10FB2000702D7CF72F6CBD1DFD86FBDF8272A09BC4 +:10FB3000BFF3ADEF637ABFB3B3DC0B747E7A0C0B0B +:10FB4000A21DEDDFFEFE0FB09EBFF7FE6F533A67BA +:10FB5000FF7778FAEC1D58FF47172F6C401AFAFB15 +:10FB60007AEEC4EFE91B2365C9901F156878250755 +:10FB7000DA77663616DE00F9A75F6E7DA719F2CF39 +:10FB80001C6DAEDE02F9FB8E6EDF86E5CED11B7AF0 +:10FB90007360BCFB6B653A9F34C59943F86ACB5CD4 +:10FBA0004FDF7F529B46DF938E7DA1CD85B4709C45 +:10FBB0001CC67DD167E6289531F3BE80D341EDBCEC +:10FBC0004E11AFCEE4F6396EA0225E95A042FE9EA5 +:10FBD0007A9CEFDFA84779DEA54543924EF17CAFD2 +:10FBE00013F9B2D67A5ED4D8B7F13BB93E29DCC35B +:10FBF000D7C1817E3986F1F2437D8D09680F1FEAF6 +:10FC0000CB75A01C2BCA9469DFF6507F4A6A22E0AC +:10FC10007D67DFFA5174D60104F035D04FA2D34B83 +:10FC20007C90E1A4B5676A9F42ED0B07DADFED49EE +:10FC3000C2F963FB9C78FB74D13E0BDB9798DBCB5E +:10FC40000E4C83D8BE80B7473B31F335EBF8E39CCD +:10FC5000FCBCE7C441E32F9671FC09627CFBBA9AB5 +:10FC600020C66D91A209D3503FAF55443C3C487A21 +:10FC7000A54420CCA83FCFC9F93E09F7E3287E1858 +:10FC8000A1719E399E9BC4CEB5EF8942D59053A4F5 +:10FC9000F7BD71794FF9145B7E8CAD7EAEADFC0281 +:10FCA0005B79912D9F44F0178A6F756817A0BD503E +:10FCB0009B447AB550EC671B7AB674A09EF6CAAD29 +:10FCC000A85F172AFCBC82D0AFA5A2FE915FCDF73A +:10FCD000F6939C0ED077D740BB68C2645CA7AFCACE +:10FCE0008CF007EE30D935A2DDCFA5E02B05281F1B +:10FCF0005EE6E70EE2F80BBBB9DFC5F15D2CFA6BEF +:10FD0000EB2CA2FA7F57A904693FD3A6EFB2F110FA +:10FD100007D0A1A5EFEEB9205358F254A910DBE5A6 +:10FD2000ED0C37E290AE183BE28576339FD37F54DB +:10FD30000169510FC857583745DBF9BE6661A742C4 +:10FD4000EBA83093E75516BE7C329076A623E49D4F +:10FD50008CF3FF2D3FE755D85B64B1F32774F2F3C2 +:10FD600021BB9CDC9E553365EA47DD3EDB52EF8BC1 +:10FD7000FEF1E7D4DF5DF561CBB9F87D03FA8FD3EF +:10FD80006D82C0DB803D21F8CE4E477BBD57EEE152 +:10FD9000E714871F97FBA507058B31DADA827CA76A +:10FDA0004CE73658F432C73C459CFB9C1D2F6FDB5B +:10FDB0006E2D7F66A0FD9573316EF54CA742E5F779 +:10FDC00038AF9CDB90076415F8553BF9B97B905B25 +:10FDD0005C4E6D97EDF2699713EDEB7EEB7EA3EC35 +:10FDE000E6F73E66ECEF6C46B4DE01FF3E5B84F462 +:10FDF0000C1F498276A587741997D4CB89B126A4A4 +:10FE0000FFD393A5E05EA853B625E44013A5FBCD30 +:10FE1000F9F7AFC5362877511EBC9A770CE36F0D02 +:10FE2000EFDEB112E5DC1DA7251DE32B47FA1633E3 +:10FE3000E467F55585E4839A167444484E15396E87 +:10FE400036D16F46BE2AE44F79C25468DF92D63568 +:10FE50009BEFB586D8B2441CC7C5E573BE1AB5CDB5 +:10FE6000EF599A5FD5D0F2B7D4C1A20EE4B7376488 +:10FE70006ECF5686121699F6E90F1C077D00E396A1 +:10FE8000BCD93CE3D750AF599B3D03F546D7362745 +:10FE9000BF9792CDCFCB1C13FA81FD910D772FE048 +:10FEA00018EA01FBBD806C06EB03F090AD24D0395D +:10FEB000EFEC1EBE5FC8BE3CCBCC72C12EBFE67C51 +:10FEC000E4B5F0BBDC6EF587B399C91F26396F9393 +:10FED0005F27A7C4EBE7A27D5CF14A120513F4E4A7 +:10FEE0006940CFB24C59A77DDF68C85706705C2EB9 +:10FEF000A06843A301CBEF6131DC4FDA8D72015072 +:10FF0000BF07EC234C0F44F9FD8D96136067C0B812 +:10FF10002FA6C9C11E3C3F7E9CDBF1971BE7660BF9 +:10FF2000548A2BBAE11F1C5F6DD6E6E2BA99D0AEB7 +:10FF30003791BE3B6A8A3BC2BF33C53E73992D1EC3 +:10FF40003953C42F67DABEDBE38FFFEAB4C6A5EFEF +:10FF5000FA9E83E08ABEE5A0F3C3CF5CC8A278EE28 +:10FF60007A871CD9BC96F41A3FE77A50E0C88847D4 +:10FF70003A5DDC7F3BFAAE8BA1FFDD55E1A638612F +:10FF8000224E0EEDB0133509083FE823F27F8ECCE8 +:10FF9000F626D0F91D113F30F441E36CEF66E4E33F +:10FFA000B69765B2559F3ABA3E2043FEEE0A379D9A +:10FFB000C3F73F181D8BF1A1437BC4BED649BE3E9B +:10FFC000371189E05FEC93CE6B697BF07C46864B02 +:10FFD00036CE6B65B8D2E3EBD73F7ED118EC675FC6 +:10FFE0008E745EFD64C7FBC936F763B2E3853FD20A +:10FFF000C3FD3EC11759E82FA35D64F307AA4FF272 +:020000021000EC +:10000000737E60D75F80FDAD64E110C541F0A41739 +:100010009D9B3F6FBB3E6AF6D3B3D27264B4E3E3F9 +:10002000F67DB804FBD733B546AC73BE767D0CEDD8 +:1000300079B2D7B91DAF4619D9F5AF087B1EF91AA9 +:10004000BF837D5EE6B2D8E7C12A3CF2B3DCF5C4DB +:100050005CE542B4BFFB0BD1A05EE07AA2C93D1AB9 +:10006000CF676A6330BFC2F5B3B96E28F763000289 +:1000700096E435908FCE81F1648EF7E8434CD8EB4F +:10008000FADD9500EFE45569418CAFE6C8FD9B268B +:10009000A13E5FC3F5A0BF8BDBC176F8F788788FF0 +:1000A000BFE9D3DBD11F5EE1E271D515828E467EBA +:1000B000B312B90EE1C7B015DED7B1C7775620D25B +:1000C00080AF57BA8CF3789D63F87D55481387A4A9 +:1000D0003FF71347A27FD700FDD7B84AACF44FCD06 +:1000E000397FFA7F56B99444D870FEABEB0B58DCDD +:1000F000A678DF1A16A9237A65F2FB33037493C13D +:10010000AF82F93AC47D06BF63512DE26D8BC09773 +:10011000913609BCB1F7ACF21CE47813F6EB566AE1 +:10012000C57EBBB0E39BA01F9F09BFC27F36E0D94D +:10013000ACD474B84CFE33E21DFDEAAD06BE592DB9 +:100140009D4F037F8DEE11FD87F19D3980EF1D627C +:10015000BDD1A1A42C110F3B5F7C1BE7228C731037 +:10016000D172BD59437999C5824883B9BE45967B02 +:1001700038867D60EFEF3A29F2A8CB1497B1EBFFF8 +:100180006AD6AFF238DC1915E75D9EAA174B74BE2C +:10019000F5E4DC57039047BE243BE7B773715FA1DA +:1001A0003C81E73F6CFBAA19CFB796E3DE1FD94528 +:1001B0007F253BA87C3C2FFF172C87FC0135F4736F +:1001C0005789458EC498293EA06AA7CA508E3478B4 +:1001D00023BFE0F2432F47D265D56932CEEFFCE56D +:1001E000885BF8F54CC88B482F8E6BC89391FCFA4E +:1001F000D75CDCBE34D2D7519F9498FCFA7B0CBFFD +:100200003E3C86FBF5E131663E1988CB357BB81D57 +:1002100023FC8A1CB18F6297D7865F91E3B1F253BA +:10022000DC2F087A517FD9F9CBF013F244BF47EEA7 +:1002300073F67C03E388A56EC24FF576CE7F815DB1 +:100240007FA43896C17FFFEAD1F9B96C21F71FEC82 +:100250004CE9C847BF61019D7862EB5CA18FCC740B +:100260009AEE0A7D62A35B6418BA7D7E3E74537D6C +:100270009EA8990E06DEFB443CE75541BF5F0B3D4F +:10028000B08685FE1DFB6D72EA14878C1EE37ED35B +:1002900070F41F2E8E69D0D990371F7AB85C89A769 +:1002A0005CDEF4897AB9A56CB69614EF77B49BD767 +:1002B000EBF3B021F75F026E6E8FF89BC224C798F4 +:1002C00038B79ADBCCF5B9516F8CE807302573B994 +:1002D000AE511A16708D2F6573B4E9F1FAF96ECE2E +:1002E00087612F2FB78F3BC91857C84F63DCF19D2B +:1002F0001AC5F18C7A9307C60DCAFC3D84108D9BFC +:10030000D3CEEF7D8DDFC8E3707A67388474EB2B32 +:10031000734DD88EF6637ABE880F86189E7B9F2D0C +:10032000E0B9DF190AE0785980278C5339006E4C08 +:10033000D53A768AE4BC2F4AF6A0C9FE9FED463E28 +:10034000FA0B1BF2DCAC8177BFC22A5C26F9F5867A +:100350005BB6EC9718F30C8792E7618877DA01AD0A +:1003600010C5D6C2A044EB6E722893E260A91E8E1F +:10037000977D5D8CFC90A9AEBE65B7005E622DCE08 +:100380006023C0737FA33344F13167FF53AFE03C78 +:100390003B9C140F7BF0A06FC105906614DFDE90CC +:1003A0000AE98E83AD4FBE82CBD9CDFDA747BAEE09 +:1003B000BEEC02A8BFF3D6148A5B19F9CCB53C8E0B +:1003C00075DFF6BB174C447BA24BA6F3EE8FCCE156 +:1003D0007E8B01FFB56E7EEEF606B7783F613BF788 +:1003E0000B07E25873441C2B2AF4E5AA417EE20D68 +:1003F00084C761E25837BBF939CAFB625C0E3575B8 +:10040000C931BCFFFE88EF6E92238FF816334CD5AE +:10041000108F2301FC1E8A63F98C3854A717E34818 +:1004200037B9793C681DCA977473FBD312A659A6D5 +:10043000F614C7F2197128DEFE36378F43DD31A876 +:10044000FDE0F1298E95681DFFBBA23DBA33980EE1 +:100450003FFE53C9379BF4DF0F05DC530E45C84EF2 +:10046000992CF03BA9AB2FC837697BDC88A7DD8FBF +:10047000EFE83F06F86CDDC9E3213F15F6DB6EC9F6 +:10048000BABE7F24F86FB7E0FB233BC14F46FF782D +:10049000E7D210DEB3671B19D179D2037F91CC70FC +:1004A00064AFE271B6490F6C383679083F79B75BB3 +:1004B000F8C9AB64BB9FBCDB7D0E3FF9B3CA552FB7 +:1004C000E071E1A9CD3CCE39754B2B9D6F990A0E99 +:1004D0001FAE5BFD8B19647F657F51489705B2BEE7 +:1004E000B888F2EA1717523E7B071F6FBFB0BFA64E +:1004F000B5F3774ED41D3C4E911DB5C679523D22C1 +:10050000BE5337DBB22F33ED5034E91298D7945EE7 +:1005100047A1F9FC9E3DDD658BEFECB6C577726DAA +:1005200071C554CFD0F11DA3DE448985B1FD4F3B89 +:10053000169F33CEB84BC4778CFE26FE80C795E954 +:100540002F0DF55688CE55EEDE5873F702CC27579F +:1005500014E3FA4DF5F07383F6388CD12FD0E7759C +:10056000A48F412FC32F4BF5308B7E00145760684A +:100570002E3E2FD9B26F6392D7044F671597D74697 +:100580007E542483F44692D04B9F551EE574AF6889 +:1005900028447D1E0E9D92CD76DF8874EFE6747F31 +:1005A0005CD05DED1E9ADE491E1E4FB4D37BA4388D +:1005B000DE4874D66DF1B924A177ED7436EA1508DA +:1005C0003A3FD178EE389E4167A3BF8261E9FC4291 +:1005D000CAE5263A2779C479DAE1E99CE4491F4C57 +:1005E00067F0DF523DE497F17676FFCDD0E3A0C708 +:1005F0009ACD7AEC318F4D8F093BC1D0635362564F +:100600003D3609F59814B74BF6EC61B4DEF35DDDC9 +:100610009F1D433DB6C9AEC7A245C750CEDCE5A479 +:10062000F85FE7CE9A32E49751A50DA3D7403AE59B +:10063000671B490E05BECDF761AEF7707DF6F0CEB3 +:10064000F5F4DDD887797827D75F63F7A590DEBF0B +:100650006FA74CFACBAEC78A3C5C8FCDF188FD9872 +:100660009DB2753F66643D36C7738EFD989087FBDB +:1006700063C3EB31A1077672393B9C1EFB8687EB87 +:10068000914A1CA064083D646A3F941EBB54B40F99 +:100690000F6A3F78FCA1F4D8951EAE8FAA847C180F +:1006A0007E7CAB1EBB46B49BF658E70B68B23B1989 +:1006B000E82FEE7F92FE8A09BB66F7DFEF88BD0266 +:1006C000E54F489D8B2F43BB63348F53D8F5D86AD1 +:1006D000217FEAC43A391215F1DE2ED063E8AF0863 +:1006E0003D3679DFD07A6CF23EC59B3F841EABF37A +:1006F000B8B81D33588FD5117D87D5635C9EE50B47 +:100700003D962FF4587EACEFFCF4984D9E4D31F49D +:10071000D83072ED43D46343C8B5298F713D36EDAF +:10072000BF588F7D388C7C33EA0DC8B7F3D463464D +:100730007FBBBBF9BE685CBE451EB2CAB7553371FC +:10074000DD7EE8718C24DF7EEA19428F7D28F8DC9B +:10075000F03700C5CD663DF6E13072CC8067383D9C +:10076000F6C1801EE3F64BFE801E7BF2EBE9319B67 +:10077000FD329CDDF2C1FF253DF6C1087A6CC05EFA +:10078000394F3D66F4B77B8795CED30E009DA5B853 +:10079000BD32ED20D099E639349D81BE1F784C7171 +:1007A00063F7A1DA10866C407F7DE8E1F14736D42B +:1007B000F9327B7CEBB3CAA521A4D370712EE33D43 +:1007C0003DFBB99D91CE052E9A7F27BF57A386FE8C +:1007D000CD638A2FEC502367057C36FD2AEED90CB9 +:1007E0007AB76F98FB91017E3FD2551AEE11F7232D +:1007F0003DDE9221EE474E0A068218074A36DECFCA +:1008000033D6157F07CE7FD197FD4D28F7B49933A6 +:10081000B09F0C2FF7DBECF7024DEB2AC36B5A5756 +:1008200003F742F1229D693EADA3AF1EEEBE609676 +:10083000D7129F3CF77D41879B9FAF8C96B3FC5AA4 +:100840005F3CCEC1BE6496F7C38C79B933F5BD88E1 +:10085000A7295EC9D85F98E24D37C1693BBFBC4943 +:100860008AF0CB94BE282F17E79929FE23F3780B43 +:100870009E5B6EC2F3CB93F05E7098EBB5CC30F913 +:100880004709C52C88E712A5826EF29B120A6A03FB +:10089000788EB56D9873AC6BBDDC5E6F18C7F7F5DD +:1008A0003ADE95685FA763C2D501F3B96463BFFD03 +:1008B00068FAD5EE7ED3BA6AC95C4CFBE82D698B29 +:1008C000CF792EDEDFE9603DA9E751AF9DD71BAEA2 +:1008D0005C2D65ED787E5F55F87C5D275D6497B98A +:1008E000586D0FF987FD92781787C7010DB8A5B429 +:1008F0005AE23F23FE679C0F983BBB8AE6D3E20E89 +:10090000BBF11C2FCCE79CFAC1F58544F07DA58492 +:100910006E403A1E9EFC10E975AF5E4BF7785D990C +:100920006116998AEF8B85199E174D08323A673CFC +:10093000121DE678B9BCC6756D3E2FBCA92C42FDD0 +:100940006C1ACD82511DEF55DACAC5B963A79087DD +:10095000467FD3BDDCFEF881E817590ADF7770B80F +:100960005F24FE05CED1685F10FB81C2283ED6070A +:10097000F53E57423FF4960C2E8FAF7F7E9F478007 +:10098000007FB75BDE9BCA17FB9C461C327B3B2378 +:100990007E9A14E57A233FDA78BB8CFA032B43F96D +:1009A00084AD8CDEE78172B2578DF693624ECB3DFB +:1009B000AF9C766B7E3CEE7F42BD09E2FD2BFA0ECA +:1009C000FD8C17EF0A8DB77D37EE5D0CF7EEA27D3B +:1009D000DF34E6B5EE9B8E74EF63609F94851EA2B4 +:1009E000F52DCE4336DDC9FD087B7D039F7536BAF4 +:1009F0001969B7589783E5AF91765AFD76F1FD8B6B +:100A000053979E53DFFE16F46DB349DF9E447D0B72 +:100A1000ED7FBBF460628DCF0C5F03F57FB2FEC447 +:100A200025EF4D888FE37FE11135672A4FF17D91E6 +:100A300065B53974A467D986D754F37D88EB6BDF2D +:100A4000B9E43D133EAF0B5CDDDC4C7254F937DC8E +:100A5000AFC6E837BE1F562E33CBBC8CF13A014EE1 +:100A60004C97D772FFAC23DD19F3011D3BBEE2EFBB +:100A70008A444FF173B85BEAABA89E41D7AFBCDCA8 +:100A8000CF4AA8953CFCFD056EBF1BF2C021E2F7E2 +:100A9000037813F2C02114CB91C9AD6EFE7E4AD00B +:100AA0009D8BF2E4B883CE23751CBE8FD6B71D9FF5 +:100AB00077D5F3FB596D788F828434B75BDCC6F948 +:100AC00005619FB885BC6912F72CEA58B4BD262D84 +:100AD000DEFFB68AD72BC743BE5D4FB1DCCF6C5764 +:100AE000387D5AEBADEF6BCC4F30ECA0CE10EE9FC3 +:100AF000830CEE463F24212FC8F0FD0F987F0EE2B5 +:100B0000D8017429273D100BE0FDC00E943F43F03F +:100B1000DB092127AEDFC0EF6B76007E39BEDF98A0 +:100B2000877406D935E43EC0E40423CEFDFF177E6A +:100B3000ABFE8BF1AB2470FC2AA1A80BE3A2F6F567 +:100B4000A185BA55F3BA2D97238509E9F41E27D953 +:100B5000C32D6A38B0BE00B7A7A297D2F9D4A0B50A +:100B6000BEA95DE950ED5A0C3B256D297FEF2E049F +:100B7000EBCB642F2606611D99E089CB81462E8739 +:100B8000843CB3AFDFE1E45AEB9C46B70EE3B5FB20 +:100B9000783CC37961B13BCF849725093CEED7E41B +:100BA000E376775B69E390E5ED9A6C39976AA47F09 +:100BB000F62A5CDEE1613B9283DD217CAF11747724 +:100BC00008E9ED2E6BD4C643BE33C8E32A23C173B4 +:100BD000E308F0DC38023CD9091C9EBC84F383E7AF +:100BE0007CCFCBFFCA1BBE3DA1246E6F0EA79751D1 +:100BF000C7627F07BDE13BB0FEF5DFB92A1DF9638F +:100C00006C32DF9F6099694477287FC46F2A8F9682 +:100C1000C7F7F9707F7BC315AB4A506EBE25CE0374 +:100C2000FB53F9FD6C03AEF712781CEABD046E5F4E +:100C300074C0BA894D8AEF03FA9BA41E5C2F67C665 +:100C4000C9B1BD39A817F3E97B5BE4B14A9C7F5B6E +:100C5000661E5ABAEC6F6AD4857EAC4B9C3FDE5A56 +:100C6000EE5D6D8E776DD038BE5392CB5E477E0EB3 +:100C7000FAFA699F9385141DD73FFD3FE071BA06CC +:100C8000161F9EBFC7FD568AD70485BC17F78C5820 +:100C9000847D9D7B464F28CC81F793A33E2EEF1297 +:100CA0007748E4071BFB9ABFD0163F88F0A887223D +:100CB000748FE5F04C2FD9317F6DE1F7264F5D7FC2 +:100CC00011C5075F976B76E3BD8D33EFB818DEB3C0 +:100CD0003D75C5E59568979CBAFEBACBB0FC94C447 +:100CE0002A25FEE8901FEF6FFAC7EB8F1F40BCB5B7 +:100CF00078289EA806FE20ECB4905F2E85FAFFEEC1 +:100D0000783101F0F93BDF67F7205B5DCF7AE87C53 +:100D100084714FE2AEA4C821844BB9EEF27C940FEB +:100D20005B9D5A16C699B6B6BA8AD0BE4AFE141C46 +:100D30000E94635725F0FDF433204921BFE2074BA1 +:100D4000F699F72D57A4033DD07FAD6B09E17BC920 +:100D50006E3D484FAEF8C7733EC84A8ABC88E394DC +:100D6000BB0B8F6A6928C7F87D06E37EC375AB7934 +:100D7000FE2DB1DF6FF753ED7E699F211703FC1E37 +:100D8000B8E2E37620D314DB3B6899E48F19743220 +:100D9000F303BE6366E607BC6A34C00F21E087A98F +:100DA000167E90CE4E397F7E7800C7043EBFFA2271 +:100DB000BEEF1A2D0FBE46EBE57595D68B711FC998 +:100DC000CEF76D918D6EB960F0FA30D64347F17A67 +:100DD0004DF721FFAF5F49F7464E493ABE97A0CD88 +:100DE0005A9E8EDFAFAA76121D8C7561AC87E5FE28 +:100DF0008175F1941FD288AF7F9EA40F5E17E85FC4 +:100E00009AF97F25AE1379F03A59C682D7E039CCEA +:100E1000650A8B26A5C4F97D59297F9F67597F03F1 +:100E2000BD87BE6CA3C44E5BF403E4DD16BC69034E +:100E3000EFC03ACE1FBF1D0BA4563C6FD3A19EA19D +:100E400077CBA2C97CDD3579A4FDF8EE7A6BE2FBA5 +:100E50002D687F7464E8F4AEA6FD9C41EBC404E207 +:100E6000EB8EABC7D279877BEA751601FCFE0E15B7 +:100E700014F6B73491F8FDEF00EF11BC5F0576046E +:100E800096C33ACEF4A5239F06E9CDE9AB1D7DB507 +:100E900047707DFC3681CE91FFF5D9C8747C0F7AFE +:100EA000EBCC35749FEAAF7746B2B502F33C626390 +:100EB000F8BDEBFE3132BD1DA48B7BD84C7C8F8CF2 +:100EC000E5DF63943E00F43F0DA4F3FA730C3F4A50 +:100ED000B4EBA7761DFE3E0FC19BE1D4F87BA9A120 +:100EE0009212C82F9992C6F05CDC034EFE4E871D0D +:100EF0009FD7F9B81C5EE2E8D4F1DC5DA92F733E00 +:100F00009ECBF36EDBD35912C49041E6FC051EACB8 +:100F1000C7E3FB2D5FCD28416770777D2FD9D903BB +:100F2000FA6B63378B24A21D13263BA6E52B87ECB7 +:100F3000E6765F37EA2FFCDE60BAFF3D4F8CDB229E +:100F4000EC9D96867020C5045F8BF04B5B0E7BC8D2 +:100F50005E4F58787D9727C70CB7C2DB8BF74BB233 +:100F60000BCE483762FD866E58DB50BFE7EFC91ED7 +:100F7000049D2DAF32C72B37F65AECA6650062529E +:100F8000118ED749F783BD13DC1ACABB65F915FF6B +:100F9000AC0CC1B7F877DAC47F06FC469C6383715A +:100FA000FF3ABDB50CE9E1AD6612CAF5EFFA38DDDE +:100FB00072918161BCBFE4579C334E80F7B0C1D2BF +:100FC000A37BD8D149FC1E36E6F11E36A6780F1B4E +:100FD00053BC878DE5780F1BF3780F1BF3780F1B3D +:100FE000F3780F1BF3780F1BF3780F1BD367EB23FA +:100FF00094E27D6C2CC7FBD798C7FBD7985FE2E2E1 +:10100000EF90B1FC88B704F172419E847CE4ED70EE +:1010100086F0BD863E41BFB99B966E3D8EF66C480C +:10102000A11853C24E25F94D9E273D9D10E0FBFEB1 +:10103000AD81A718FEFE803A3FB11DCF0BDFF5AEA4 +:101040008FD284A54F3394577B55DD915A08F06CAD +:10105000A99AEF9E8CEB9935A500FF3DE7FB561B47 +:10106000DAE6338A3F5DF314E45FF0AD68C5A31D93 +:1010700077A557BEAE53BE9AF2E3E79425F2F71D6B +:10108000AB5B8FC2C8DFC44B81C63D01803B14916E +:1010900006EE05B8F3C0AC0F1D0051CCD84BBE9B7B +:1010A0005AB7EBB81FD71D2D4FC6FDAF1B5A974E31 +:1010B000A6F64A8646FDCF9F2AC5CBD3DBAF6B5D34 +:1010C000EA31F75FDD0A5367AF9DE4F70C7641FD27 +:1010D00028F69FAB5D518CF2FC5D99F4F15B4EBD3F +:1010E00091FCCE0E904F00EF956107C997F1156CFA +:1010F0000F33C5DFB57C1E8F5F94C8F55AB2788771 +:101100004A06498C7188A4854F13132585ACEFF9E5 +:10111000790B14DB7BC0D6F792F16C3ED2EB782EC4 +:10112000A377CBCF4C76C7D0AE5885FC3C01E9C93C +:10113000D7F795E10775B43BC7E7BB8B5019F4F9B6 +:1011400074A35D0FC267B4B3D7C37E6553B9D18EA4 +:101150007DF96705E550CB5646EFA17973633AFAFE +:1011600013E67EE5E2E1FB35D5638E738FCFA47382 +:10117000F463AC2BAF339488FC7C662AA7CBD225D2 +:101180005B8D752AE33EA0D76BB5577DFEF2BD8916 +:101190004087BD821E5E6F776F2EB6BF58A1F347A2 +:1011A0006C7FF531CC7FF77E99E46C86027486FE05 +:1011B00032DAB5429423677CBC5D6ADAAAC5F83D91 +:1011C0007587C2F07DFD341655F11D813426D1BBE3 +:1011D000FE1D6AE73C7A6740E5F1C7E2D2DB2F2FBC +:1011E00086EFB3E67D4EEB6FD6F3B28476D1193F2E +:1011F0005F7785D3136BD1EEBD7CFAB819B8AE36E4 +:10120000DBDEA930D28589DC0FED12711A69D7892E +:101210005AB2374B7C12EABBBF7E2AF4928073929B +:1012200093CF1F3C0DB22B1B020ABDEF218FE6A905 +:1012300053ADAD413E703EE0A677B19C5FCD72A349 +:101240005E69FAC25529DE1F257BD3E98968F8CE8D +:1012500055EE3699E2014D9A979EE64E4A2CEAD514 +:10126000514FCE53E87734922E5688EF9313AF8EBA +:10127000E13EEE8F0E7BA8BE9AE88EA1BCEFAAF8E5 +:101280004BB802CABBE6803C81FA5DED4BC3B48E1D +:1012900034599B407A2EF82B5C675D1BB520F257C2 +:1012A00012EEDF001C6F2DBB2850CDF707E87D380C +:1012B000FAC916D9146F67A17CBCAF3E5B2BAFA4F3 +:1012C000771393CBDD288792E755B8793BEBBB9B2F +:1012D000CD157C3F1DCB6FC07936B3A3F8AEB9B145 +:1012E000749393EF96F07EA47A23FFD69C325BAF83 +:1012F000F6E1B8D677E8727CEE1EB4DF476B7C5F10 +:101300004CCFE7F66A8E885BC277BAD735BAD9BABE +:101310009E91D5D0BECD8E5ADFF564185980F98DD7 +:101320001570A862FE17FDD1DA7EACB80732D6F68A +:10133000AEDD824423FE62C5937DFEA3D3BA34B4EE +:10134000E747471502C63EAFD1693C3E9BA379F9FA +:10135000FCD2F8BCECF398AD9D2E43BD679FC7450A +:10136000ACAF01F9705C9DF5BB1DDED9155D61B4B4 +:101370009F67E72B84938B587713C6DD0DBA7B7379 +:10138000ADEBF78CCF21DE0529DF84EB787CBB0C3D +:101390000A20DEFF844E2F8B9AC69BB423C5929FF2 +:1013A0001C1B63A93F657FAEA57C6AF70596F2E931 +:1013B000878A2CF9C29ED996FA337ACB2DF992BE40 +:1013C000CB2CF5679D586CC95FD8BFCC52FFA23FAC +:1013D000D658CA2F3EB3C652FE8D2FD65BF265ECAF +:1013E000FB96FA865FC502C1BE501ADECB4A2B447B +:1013F000B965E0EBCE44EB7EB1DD8FB2EF13FA13AB +:1014000038BE47F2D3DA12793C3A63692E8B98BE24 +:10141000A72DBCC0920F2C2F62118B1EB3FA6D2D1D +:101420005F2DA9E2BF07C5EF5537A75F4DEF6AAC47 +:101430009FECA473F1E4EA0188B72726D33CD6BF1A +:101440003C81DE23BB2F39B40DE98FEFBA445371D1 +:10145000DFC549FACCEB7392DFEDF5FD98DB7F79C0 +:101460006EDA83F3E6C7681FA6B9BEFD923CB0BB37 +:101470007F541FA554C90F4751AF28697C5F46CBE5 +:101480003F43796D0ECFDF9EA8D33CB53950DF3492 +:101490000F55837E4CF37C5DE6F7BDCE80DFBFD772 +:1014A000E4F7DBFDFC88A63D7480C5FD7DF0A3E973 +:1014B000DCF89996046A978B8E5AD1F07EFD1CD683 +:1014C000E7C0F4127686D22E569B8BF6FB9BCEA8F5 +:1014D000630CB4FF56D76BAB118E0B8BBDF42E0E85 +:1014E000C601124D718053C95A16EAEBFB9DE1AD5E +:1014F000C771DC3B55867A73C5A22BDC280F564C8E +:10150000568224861938F0180FB82F25C8F5BCD09C +:10151000230AF3E441BDAB36E715E1F70CA596F4D9 +:101520006DC6724D42FD28F90DFD584C7A21B55318 +:1015300009EA3AA2462FC77A69ED2CD803F516E7D7 +:1015400082BE44FD7E0FBF079F9B3FF128E269ECFE +:10155000AD3D920BEDA6904EE741724F5EDA8BF7F0 +:10156000F43B548007F5E9038AE01327F979EBEFA0 +:1015700053C8CF5BFFB2EAC9C3FC26A51005891F7B +:10158000F765812FB432AE8F721F9818437BE02E1F +:1015900049DB457E558B2B887ED54F041F3C807CD4 +:1015A0000176D3A98CD646BCB739D9B787EE554D4D +:1015B000493BDC88E9D4CC53328667A6E7494D29FC +:1015C000902F2CC871E0F9E419C5654D9896CCA907 +:1015D00076A4413AAB42C26B2FEC5F12F979976B5C +:1015E000572D3A81764E99E6A377627267FFB10A6A +:1015F000E5F1C8EFF2ECA073E16C95F55D9EB25495 +:101600001FFD2E8D867C9E4329D99DDAD28418F247 +:1016100039D8D912EEC747CBB89F9619EA91501F17 +:10162000423B09F725B51E8F847ED4D8509F043CD9 +:10163000CFC66E6074EE2C2BD42FE17E4FE6AD56F4 +:101640003ECF4A8A48181FCCDAD06EF9EEC77D43E8 +:10165000C06FB3CCE58F37259288FCE39D969BD273 +:10166000A4F338E1A28238DFBC23FC8B17047F1877 +:10167000F2DBB063FB06FCD1076332F0F54367226F +:101680001D782E2E5A27DE853DD3E3A0F8D4771699 +:10169000113F668978D8F2BF74B7E03DDCAB5C6778 +:1016A0008E24E182B985DB5B7B3D56FFB8CACFF55E +:1016B000E2123F975B6A0768FCE9A6DF73C13FE867 +:1016C000FFC98DDC5E577FE76B4F4E02BF4EC03BBC +:1016D000ED39AD1CF7B5737AB417287D55A44721B1 +:1016E00015ED91F0082A1B220EBEA739ED18D6DBA6 +:1016F000C3B4639A295573B5CBF05C177B51267A36 +:10170000B14C46FBD87B9A53E89C0003BFC40BF94D +:10171000AC3BD3280FF53B286EF7432F43BF43AFB5 +:1017200053E8FDF041F16736A0CF657A4738CAF338 +:101730006ED6DE807C34FD9049DF33D46BD6FC8CD2 +:101740005E6BBEA4CF9A9F75C29AFF95C02F782377 +:10175000C7F30C3CC07FB2E1DF3A58383ADA43B8FD +:10176000CF5BC7ED88C1768FD5BF61C20E5A2948BD +:101770007361BFD5EE5829EC9F95367BE2944FBB41 +:10178000BA1AD2D0F6089DD389D4398212C0F0FBA0 +:1017900007FE3A81DB4167D231CE95854C03F0AE2E +:1017A000B87320BE199D648A6F6E0EBE5E7B04F214 +:1017B0006F9F70510C6D9EE3D5DE7AD44B57A93ADA +:1017C000ADBB59B7EE4EC0F8F53B2EFAADA5B775D7 +:1017D0007D14D9B1BD2AD1A54D9CFF33DE5136E22F +:1017E00075B70BFE5B6BE00B37C428EED39380F626 +:1017F000F9F4438C15D8EC415E1EF26179618FBD1E +:101800003CE42BCB18781A0A448144F82E11F627B1 +:10181000E637823E293E6E7DBF745495351FEC55E8 +:10182000C94E9DC6C249289FD1F5C67EA6093C0770 +:101830006DF78AA789FBC6D36CDF3318DF9FCD28ED +:10184000F6D13BF2F67DF42D7AAD84E55B968347C5 +:10185000025537FBC57B8805AC00E93E0F7F7F044E +:10186000F1FCA683E27B579D9AF47635AEEBD7F870 +:10187000BE5D5B8EBE0DF592F68A83CE3F6809ACE5 +:10188000B0D017DF6FFFF1D920FE56E5409CF489F8 +:101890007AC650BE77D7BB19CAF7A7EA35CA1FA8C0 +:1018A0000F50FE997A9DD243F5F9943E5B1FA4F246 +:1018B000E7EA4B29FF8BFA10E57BEA2B299F925C24 +:1018C000F6889FF6A58314B7F5161E70E33EC6553D +:1018D000D73B34E433FB3A74DDBE24FD1A106D7738 +:1018E0006E7E6E5E3AE0E3ED0D0E8A2B3C72D7738E +:1018F000F3F07D0273BCD61CB78EC76B61FD4EA1A1 +:10190000786DC40D2AE57F27E8E2FE9888DBAEE615 +:10191000F1EC91FBE1716E8CFBAA43F523E2E26BE3 +:10192000DB799C776D297F7F7F6D31F75F36B16DF5 +:1019300096F7995DD02FE6D71E68E0BF8BA9F6D544 +:10194000921F59E2137EE41DE45736ED74B3C69C32 +:10195000B83F69F89176BBDEE49F5BF40246709075 +:10196000BFBC6E89EB3F36E0C710BFCDF5F37A17E9 +:1019700068AFBD805B5BCF89785241E0D3721E6F48 +:10198000E2F9697AF29114537930BF706EAA299FF7 +:10199000EF3E55D5608A3FE52516BD906ACA1FC740 +:1019A0000179BC298472FCFF753CEA231147F9696F +:1019B000FACF53309E107D5C61787EF897E93F1F27 +:1019C00083FE2CEA2F8CC721ADB9BE60FC3E643E7D +:1019D000FF1DBB01FDA24BB4EF63D22FC768FF41CF +:1019E000E897ACE4A88CEF15C5BA58B06108FE368C +:1019F000E919079DABD199EE9C29CEF3C8F17298F5 +:101A0000420F7FCF9EEB492A1F8F7A40A6F7DD4D0C +:101A1000FD105DF363263A33F4D3ACFA666AB7354A +:101A2000FFDFA5CF0CFEDAAAF4D179B0AD5F0ECD01 +:101A3000B7354992E0D701B8E5B3B3E2F8A0F39C1B +:101A4000B998F272583D87719E9166D532EECA3AC6 +:101A50006B7EF9066B7ED9ADD6BC693CA137BF66FB +:101A60003E1A7AD3ACAFDFC30B5F93E2FA7A15CBA1 +:101A7000998F76CA8D2C48EFC7DED09E60F117DFB4 +:101A8000449D4A7150FEBB6E35E2BC15AB384EFB2F +:101A9000BB391B75F213AA0CFC44B91E770306066A +:101AA0007E77C5347ECE02797D339F97C51EB0BF49 +:101AB000EF5F63FB9D38DD169770EBFC77F4B23671 +:101AC000DAE3A851A22B8E87BF6B30189EAF37AEDA +:101AD000D1DF69D0238837E31DFA01FE56FA25DCF1 +:101AE000BFA8C1F74E117F1B59680FD98BDFA073B8 +:101AF00072D718EF1F4519E9715DAC91B624CE7FFE +:101B0000767CD72C7FA312F15D532C53DC91D5E565 +:101B1000D29A263ECCA577DD9D589EB54562A91286 +:101B20001B783FE51AD1474A7290DE7D3FDDCCCF6E +:101B30000F9E5EBE2403FD0383DE808FD31C1FFC3B +:101B40003D929C3AEBFB2337326E1730F1BBDE3708 +:101B5000DAF4BF41FF1A66B22FE0FB78B0A5713E00 +:101B60006B4BF9EF32AFC57D44D42F8CBFEFBDC9AD +:101B7000776EFDE29F1B6C9F88FE62B2ACA3BFD85C +:101B8000BC4AA9DC638DEB39CF62D00CFF3F23BE8A +:101B9000DE7E2FB30A8C1FBC81E719A1FD1BDF4B32 +:101BA000DD834F50BC5535D78DFCF17A7270AA5C3D +:101BB000C819C33D07F29EE0E30CF2AEB6D72FADD5 +:101BC000BC389EF776FC2BE5DF48D11FC0FCF349FB +:101BD0002C5A9189FDF27C9BFBF4A547C789714083 +:101BE0006EFFFE477F69C3F72D8CF58E4F07707E21 +:101BF000B1AEBF14F18E614219DB863F0903FEE9E5 +:101C0000B61229DE2E05DB49E768B7886D53866872 +:101C1000E733DA818E6935C5018D389F2CE0318F2D +:101C2000AFA01DA04512D1FFB86B9EA2A11FF49FCB +:101C3000852363A47957B36DF84EACBD1D80DD607C +:101C4000C02F0F0D7F0CCBCDE3ABE780FFBF1A1F7A +:101C500023F5E714E55F1B3EA8DE98711EF305F837 +:101C60005494DF7A24513E577FE033340E3DDF4EEB +:101C70005B7FC9045F20B2F59CF089FEFE0F6142D4 +:101C8000A50C0080000000001F8B08000000000071 +:101C9000000BE57D0D7C54D595F87DF3DE7C249911 +:101CA000495E329964F2052F24D150034EBE30288C +:101CB000E20B041A1470A8A0B182194014948FF892 +:101CC00055A7953603092141A89162D7952D4E2835 +:101CD0005ABAD5365AB6B22EB241D1428D36568B4B +:101CE000F855A36DADAE6CC9822EB4D59FFF73CEEF +:101CF000BD2F33EF652680EDFE77F7B7E1C7EFE63E +:101D0000BE77DFBDE79C7BCEB9E79E73EE4D1E83A9 +:101D10001F1B63794C890C9633E660ECBECF25C659 +:101D2000B2548DB15AC6D2E6B14C870C6DFCA12DD0 +:101D3000520D63DF9EA1A89B8AA1EE62AC2F87B1F2 +:101D400022FC7E1C6319931953E03D9BA0441F861F +:101D5000EF8B14E67654313606FB85B66EC622D874 +:101D60002FBB83D7535924FA398CAB2E1E7CC05617 +:101D7000C2D891723533008DEE3D30F9C59A6C783A +:101D8000DF250552A079AABD5B0A54305677437708 +:101D9000BD039E3F7807EB651A96D1141D9E3F3810 +:101DA000184DD1E0BBBAE53BBB18BCAF6BF7300DAB +:101DB000C699CCBADB54789E79A9128C429971A944 +:101DC000A233802F33F3E2EFCBC5082F600AEDDB9F +:101DD000D529DF67D0BEDDA1CEC37AE46B8C3D0C84 +:101DE000EF8B6E50E73540FBA2B03D60D3101F5122 +:101DF0005F2B072208D79D43925681C80F49F326CF +:101E0000405D9282BD506FD715EA37F59B6CA78471 +:101E100074624C5326217D399D53A5EE75D3904EA7 +:101E2000CB601C28F2F43D7749E98CFF4C12F44456 +:101E30007A2B4C7340FDEF057DC7B28103CE6CA4B5 +:101E40001FFF8EB101699E078A7676B03407E9CC10 +:101E50007FF2EEE0F3883F9FC3FF22D516714E84D8 +:101E6000EE9CEA7D0817BB4B61383F4CCC0BB59319 +:101E700047D68BBE3990C92ACEDCEE4C75804B71AB +:101E8000659D45BBC1C5B3593AD25BF95D3CFC4B7E +:101E900018D48D7640CFC98371755EB8916E638911 +:101EA000D250BE35EB4306F8D655B44F47F8C75A63 +:101EB000BE67AC9BF8DAE00FA62B9A0ADF4BE27BF9 +:101EC000D611640CF8D1C9029D8E127CB8507DFFEA +:101ED000027A6FFB1CCA1DD810F9A488119F5BBF42 +:101EE00097C29B82383E9B2AFA49652E17C881D338 +:101EF0000925D0417230571ECA05F0820DE723DD57 +:101F000016457E5B2731059FC7C61B64389ED39557 +:101F1000D6FE3B2FC8871A7021BC1BEDACA917F960 +:101F200019083B80F3A3045514AE36785F89F8B0E6 +:101F3000808D013FDCAE729C377A02D7D423BC2F50 +:101F4000DA896FDAFCD00EBE4B4FD316B14CFCEEE3 +:101F5000AA46D7A58CFD6A1ABCBC18E4AF7B4E67B5 +:101F6000640A8C7BBA8085AA8166F87319D49516A9 +:101F700086E33B4F8F313D7FA695B1D0F9B1FA345E +:101F8000F7B80684E711A13FA6B3403B7E37DD25B5 +:101F9000B350DCBC3A4FE7B1903751FF85A6E7CF8D +:101FA000B4BA58C87936FDA7B1902BBEFF9224FD74 +:101FB0009F67E95F4DD87FAC5FAFA9DF0D0A233D76 +:101FC00012694AA3F937BE33CAFDEAB41FA93E9885 +:101FD0002F075B8EFA80F903033AD07F636176E5C1 +:101FE000268DF783FC33333BB367137CFFB46A233E +:101FF0003C1A669728A81F58A13234CCAF20F7337B +:1020000005FFDA8023907F1BB2ED16FE0F28410FEB +:10201000C26D7D1E2747205F21E407DF48786D9E53 +:102020009A0184E7B6454ECD593CF2BD51BED5CAA2 +:10203000A6969631F65A4ACB221680BABACCB5C1CA +:102040000F75D441F98CFD518D344600DFB724CE95 +:102050009F1BB29F295BEC4EDEDF4285297555A39D +:10206000BC77F495A1DE5F6863A15EE2EBD084AF3C +:1020700078E2DE038275A457A2443FE3F9A2166911 +:102080006A691C9FBD658379E0F0D42EAE181D9E51 +:102090002959A3BC77F6D5123C326B4906CF94AAD6 +:1020A00033C3F336D2A702E1F955D968F02C523880 +:1020B0007E49DF3B06883E8B903E1523E159C438AC +:1020C0007DCF088F8DF329C0533BDA7C213C5346EA +:1020D00099AF45CE01A2CF22A44F1278A69CCD7C09 +:1020E000B50273813E713A5A9A507FA656EE7195A9 +:1020F00080BC2D5824AB921627CFB75EE5BB06787F +:10210000FA8EB4A766F8806F5FBB4326FDC5D8532F +:1021100033EA4BC18891B83E9B7CDFB73B2380D725 +:10212000C9D9B769B88EB24FE17BD0D7D76153E830 +:10213000FF3A85CBE3570B1DD17571F2BC03F49ABE +:102140000E7A210AFA07CB9DA02774806B57AB9FAC +:10215000EA8FB46A54EE6E2DA7F21F016E7CFF6801 +:102160006B1DD58D7E2A964B3ADA1F13564A7A4F4D +:1021700082F95E9D29113DEECB53AFBD01F5747D13 +:102180006AE061D413CB2F61BA4BB443B859EF3333 +:10219000A9F07ECBD5AC7213D4BEB49BC39DDD90A9 +:1021A000139525A4D3C18156A83B17D83509EA2039 +:1021B000CB41CEA7CC5D0FF82EB609DD037A44855E +:1021C00076839119BB50FFACC8B4D3F88B0B9F6FCB +:1021D0009260DD5A8CEBF0445A67F83AB742A2F5A8 +:1021E00029D46E7F2F5EBF7C15D75958AF7D41C56E +:1021F000FC9C6DFE0F6F3AD199EC996B5C86CAAB73 +:102200003C5C0BF398DD62D7A25C15D1FAE76B70EA +:1022100044FB008E05EFFE5CB5A15D54A990FD75F1 +:102220005F8A9A87EB19C8150B67C5D6BD850CC6A2 +:1022300033F8A518C733D7195B4FF83079614608D2 +:10224000F53DF2C1E491740FBFB5AEFD601CDF2D0A +:10225000CDF464E3BA0B364305EACB4F58C5BD0D48 +:10226000F8B2309B8C37EBF7A75A23ED0781464530 +:10227000B086E2784E07D753D676063C7708FDBB8A +:10228000A37568EAEFCA62F08D5106255C67C686C1 +:10229000E1791C3C2C5B672CCEAE4B86C70EE9580F +:1022A0001E1B456EC7C07CC813C90E7F1FE709BB44 +:1022B000413BDC8A7F1BE29F168FFF945F96B244FE +:1022C000F2A2DDD780F272480EACD362F431E8F1AD +:1022D000FF5B6E2A330533E1CF24412F9017797DC0 +:1022E00040C3759AE5D8889FC6644FFB5099C8DFF4 +:1022F000BF67E297B83AE02D3FF3A1A4813DFF50BC +:10230000EB219A27633C981F694305F63B28E13E81 +:10231000654C1FB403FDA68599AD1DEA37603F6586 +:1023200023F59BB6F690695E4FA5A44F6419D08F34 +:102330009B95E37EC9CF5203B81F09BBF8F3BB528C +:10234000D37762792A654C14E5EB2E3914C2FDC0AF +:10235000295BAFAB18DA3D991FFAE74CDC97651E95 +:102360000C22F81B722E2E473E5A18BE3BD8007620 +:1023700099EA65CDC104FC60ACA30705DDDEB2F7C8 +:102380001565023E1FE54F3B98599BA07DF85BD435 +:10239000DF54A1CFADEFDFC47E80EEDBC5FA7ACD8E +:1023A000AA273E7C04F049D52AAA90C752CB0766DB +:1023B00057036B74FEB2A40ACDFD57C4B880700DEC +:1023C000DA2B77E6867E9519678FB834550991BE6A +:1023D000EA9D8CEFA7FEA5E2F15F427F9D57B855BD +:1023E00019F8EC648D5C63B38D8403FA7913FB7187 +:1023F0009DDE447C6EF4B33F65703BDA292C327F5E +:10240000D6D13AA8670E164850FFED7DD5B3B281FC +:102410005FF7FB060BF07DA364EB3A0872B51FF57E +:102420001DAC171764D9BAD08E997AF9B1EFDF8B4A +:10243000F6F9798E004E6B97B06B8C71E766C984A4 +:10244000CFDC2C331DFA578E4E8793826E71743811 +:1024500099880ECD05FAC7382F00E495D5F0496765 +:102460002B0BDE0030EAB9BD29D530F1795AEF0FD8 +:10247000EF65B80D8FD6DB8AA99F4F391D3AFF4310 +:102480004E8FF5F36ABEFE193EEF5FF9ABD9D5006A +:10249000574ABF1C90809EAE5216494BA7EFE4AC42 +:1024A000B8EFF45C55B115C7E661919FCBD70A2F01 +:1024B0002FB384FDD3E6E8F6CF83522DFDEEED2A4F +:1024C0007CD7511C6D4AC477B297DBB720A63A7E01 +:1024D000D7AEEE742D896B5792C5F9E2963C3D0B51 +:1024E000E170487CDDDA54C7E996DEEFADA27D5994 +:1024F00029ABF90AC8E5A55E4E3F803B3F0BBE7392 +:102500004CEE26E7424A29C77753C55686FE80140B +:10251000FF365E960EB210CC670AEB75E17C8FDF5A +:102520009AD9D55E877804CAB13EEB3BBBBA149802 +:10253000FF1EB44DC08E9D0E75DCFFEC70401BB4C9 +:10254000F3F31DB4FE59F11A2FE0989EAB8F47B8F4 +:1025500047D0C939F8FD7BE1FBAEF18E4004E09F26 +:102560006AEB6E5A82FC74B99BD67778DE148D9331 +:10257000ABEB041DAECBB2D3F75D7F72D17B2B9D4D +:10258000CF96CFF4AC11F2A667D526E4B37A847F58 +:10259000049F6524E5B359D84F023EBB3C111DACE6 +:1025A00075C5EF88A09C2AA73B0678E97A17FB91AE +:1025B0005924C2A07FA57133F52B9F4EA576F2E971 +:1025C000CD035857D4169AC75C29F4551C871D951E +:1025D00014D4F72942F5CB6E9DDE7F9839FA384A3C +:1025E0006907EF9FB530F4CF58C781FE6F4CD4BF59 +:1025F000CBA5F7211F5667F1F57EEAE5EE10AE4F49 +:102600005385FD6DD0D5E155E8FD6B593682239990 +:102610005C5C7C06B928F60ECBC59DC4E767908B41 +:10262000AFC4E4E29B244749E5621795A9E55C2E17 +:1026300052855C147B59A4D18FF07239D8BCF57BDC +:102640005D91C2989C347FE727263969823ABE4F54 +:1026500086DF255E8E3FAA14A4CF8B357204EDBDB4 +:10266000936CC24EB457D3EB5465093CFF4E9601B0 +:10267000B7BE95E8CE0619F26B0F1B3AE044F9ABF2 +:1026800093485E3C915EDD85F8B26E867EAFED824A +:10269000BF77A05D8B76EA798CE49429DD0CE96143 +:1026A00095DF94D23E5A270DF82E14F4BAD91BDCCC +:1026B00089F4ED6183E3D1BE31E6C38ACF0FC478DC +:1026C00025F9FA0FB0BD95AFCFB45EFC42AC17BF91 +:1026D00010F866FDC5D59248BEA7AE7EEAC3474650 +:1026E000E9E7E7028EFDA21F43AFA71A7ABD7C5827 +:1026F000AFEF27BDBE7213D7EB055CAF83BCFF6B9A +:1027000056A275C50BF22E2594F79F2791F74389A2 +:10271000E4FD6F20DF4770BC64F2FD9361F91B9DFF +:10272000DED95E99E0C91672F445E9FD89A0F3315E +:1027300041F751E87D8CE83492DEFF9E50BF26A71A +:10274000F727F1EB711CBDFF33AB76D475FCD34496 +:10275000F3EDC27179BFCC1B378FFA58782F215F08 +:10276000AB7C9D60DAAD682F6F077B0BF785B0AE51 +:1027700029DE047CFE3798DF2CEF28F33BD5C6ED2D +:10278000B0955B6FE9C27DFBDF603CCD3BCA7AF15F +:10279000B6E0A733ADF7D5828F802EE77B7D23F59A +:1027A000640F9892C837D3734313093F36380BF53B +:1027B000D28E6F6449182F29D4FB24B4B7C7677130 +:1027C0003A46B3342A8DEF76287D9282ED5B542908 +:1027D0002299FAABF3FA92F7678503E0BB04C7BF0F +:1027E000D9AB4FC1EF7E9065B1DB84FDD093155D11 +:1027F0008E7A7B96D0D3B3843E34EABFCFD31BB05E +:102800001FE09B2F6309F6F71DB6715C6F733B9D4C +:10281000EB69031F5B30CA06715D816D1CAE8B31A5 +:102820007DBFE86143DF2F73637BBE3E82BE0F2214 +:102830007C8D5E83FF787FC9E06C16EB65B39807EB +:10284000A30E705E2BE05C381A9C563A9D2DBC9D01 +:10285000082F5F9F6EF4FA92F7079C639A4FEC0380 +:10286000F7C5FDED5C5EAFEC2F213BED3601FF9D22 +:10287000B9C15B115E3D4D3DE8A5E0819A8AFD6ED0 +:10288000177EE3ED2BB752BCAB67AD5A89F65CFE01 +:1028900072BECE692BC7F4E07E71AD982F2B9F0ED0 +:1028A0007FEFE81D5F5D41748920DC974DE1764341 +:1028B00006E80D1C0DE51FF79559CE881FF7B39D4F +:1028C00052C4BF04F97F16D8A7D8C03D3FA1DFC3CB +:1028D000280DBF86812F73D79CA1FD3A6AAFA6450C +:1028E0005A82E7D2DE1921FB2246476F2591CB356C +:1028F00074D05B83BE864CF28745053FC03C6D2794 +:10290000F9736793BFC4A0EBC8FEF97CD5075B24BD +:10291000A4734A390C054F538211F481309BD6CDF4 +:1029200006D13E2A05FE407FA6FB55EA2F064775D5 +:10293000B5198ECA6A8423D67F87C1378F9D0B3C19 +:1029400046BBE474E1ED0C3F4232BFC193F9A17F75 +:10295000C5798F605C07E7F5379E681B01DC726103 +:102960007002967DE42FB94CE8C3CB5C6ED29FEC2D +:1029700053E5587CFC01B4262B20BFED705C4AFA6D +:102980003CED9CE018180D8EB3F55BBCE91DE1B77A +:1029900078D35B9BA0BDF05BA4B3C1888CFE1F9570 +:1029A00091FD8843165471F945FBF07DA1E7329201 +:1029B000D87BEF0BF932F8FB9A0DD3D838F427BA4D +:1029C00058C493C5CB8C2A92AF8FBC24077C9DD56D +:1029D000AFC854D0FF6AE063E067F47BDA22B70B3C +:1029E0001D7CFFF0969D353DEEE6F855C5C1632B85 +:1029F000A83FEDF58DC4CF0AEFA1D670B0C18EF11E +:102A0000AC1095DEF074F65B2F8733A58AE6316251 +:102A1000AFC2B0F2C0F5B70108AD5248CE06B85704 +:102A20009DF7E1B703409F0157F53AF4BFAE994DCA +:102A3000BEE3B3E68F2FCA17567E386553DF0AC14F +:102A4000B86D332A9BB24943D55EDE0FFBF4B6174F +:102A50000347DD01F4DFD55EEE077DD1F672A0C934 +:102A6000074BC6BC6D999B36839CB4CD93480F33FE +:102A7000F64FA9F568DFCDE2F5F26D732E473F4EB4 +:102A8000DBB512D91313E07BB427DA0E98EDBB98AF +:102A90005C6DE0FB011F5FCFDAEAA524EDB8DEAB89 +:102AA000CA16EDE68CDEEE0746BB455253223F9A2E +:102AB000D16E138E0B6518B72AF8CD691BE9E13684 +:102AC000FDBD1724A81F98C2E373EC603DF9852F64 +:102AD000330C99F67A9AA797C49C80BC5D960D7DBD +:102AE0003D7BA993D68BEECB53A3F8DD814FB33654 +:102AF000A3FEEFD6C791F439811FDC55BC447EB6E6 +:102B0000839CCBA22EF87A26F24747B154934D719D +:102B1000705541794DC66F87CB5E1B83F614F0D597 +:102B20005CCE575237DA6103AE92CD011877CD5E95 +:102B300039E0D492F3CB48BC4FB8717DB6E2F7CB05 +:102B40003A3945728FA403E0BD08C7DD5F38D47FF2 +:102B500021F4F352BDCDB61EC67B76B273FC20AD18 +:102B600083C166A48BFE0A5FF7CE028F9BB0FDB9CE +:102B7000E311381A423C3E75F07554C03937C97CB0 +:102B8000C99E8FDD081FE285EB0EE07127E2211759 +:102B90000D16A2FE30E03F5B3D19C91EA12723D9C7 +:102BA000A3E84998E7B66C6E377DBC86A1DDCCED15 +:102BB000A664FAAB3BFB9CF55777F617D05F71F331 +:102BC000F0C01799079869A2BB5D901DAA9A0AF5F3 +:102BD000A9F8BB86F91D6CD05912E37BE934EBF3FD +:102BE000A473FEC73C8DB650C8EF9593F7FF647E83 +:102BF000F08708973D7B500E9DC3FCEC11F48B9B36 +:102C00009F3DF1F4B1D269867CAC2D03F4E48929AF +:102C100012E1AB9F069448EFC2D62E0E9FA9AECD0F +:102C2000B43FCA009DA9C4C51B32751753E2E273B5 +:102C3000DE46D554F705FDA6F6B94D9AE97D5EA8A6 +:102C4000DCF4BE6079C0542F6AA933B51F1BD64D82 +:102C5000F5E248A3A97D4967D0542FEB6E32B53F0A +:102C6000FF8190E9FDF8E872D3FB0B76B798EA1381 +:102C70007AC3A6F617EE8D98DE57F6759ADE571FC3 +:102C8000EA36D56B071E30B5BFE868D4F47EF2E0B3 +:102C90006ED3FB4B3EE835D52F1DDA6B6A3F950DA1 +:102CA000E75F4994EF0696A462CC93CDF49EE24F81 +:102CB00027803131AF2E5829919F18D86BA014F47A +:102CC000C355BC09BB4AE445B1D976CAE788C03FC1 +:102CD0005C7783F1F91DC5D8AFAAA03F530FD84D3B +:102CE000F95353453ED4544B1E543D1B97A1C1B8D4 +:102CF000530FC92C0AF5D967E0AB91784967C08BAF +:102D000005FA10AF5FF37C3916D107304F2D195EED +:102D10003AFC43BCAEC497F0DDDCD38CE2C223F0B6 +:102D200014F8CCAD931494BB11F832EE0FB0E26BF3 +:102D30008D7716FB44BC33C00218F79B21BB09DE1C +:102D400013AF825E61C9E9501F71D1BA5AAF4B51BE +:102D5000A49B11F71C81AF9FC5F804F04AD1CC7237 +:102D600098566E96434FC03F3A1F45D8A8F43E137D +:102D70007D35F8C7EDB52105E93B758AC41E2C4E9B +:102D80004EDF2B15733ED1D9D275B64FC4D1055D38 +:102D90003F6153AEAC06FAE957662AE85FB5EA39F7 +:102DA000837EB04FFA8AAF36F9BAD3EC934C71D523 +:102DB000B358779A7DF1EDCF7DDDB9C9F705EC18F1 +:102DC000581756E2774C0969E7B2BFB9CB3762DDD5 +:102DD000BECB37CABA3DBCBF99C2FDE3C63AC64AAC +:102DE00025929F8EC96C27FAF1DA7CA3EF73DA7C07 +:102DF000D67DCE09257E9FA33B7353512F809DD056 +:102E000089F018FB9E9335DE83E812FC16FA076BF7 +:102E1000E3F1D7EFF1F9CE1EEFEF8EC4FBBBA3E1D8 +:102E2000BD7F1DF763EC7F510EEC84519FCB96FB69 +:102E30007C80EF563681F2608C784C63887139550E +:102E4000EEDB8D9B3F803F8AFD366AF5D20A373E26 +:102E5000BF95CA64FCF698EF9CED9CC77C7F9D9D56 +:102E6000F34F5F84DFBEF87EABE56808F96303DFEC +:102E70000F6DECE279691BD7F1FA51312FCF8B72CC +:102E80005B0EE7A3FAF43AB26F37481ED2931BDE0B +:102E9000E5FB8C0EBB1465DCCFFC22D2E160DEA426 +:102EA0000CB45B4FF6BFE20EC5ED7BDE12F81F11CE +:102EB000F8BF7DE730FEBF26FCBF26F06F5ABAA5EB +:102EC000D6847FA14AFA1AF58C1CC3DBA1F652BE48 +:102ED000C74CD94DF8B597B228E5CA307DF68C1CA1 +:102EE0004A5327FDDD5EC8F5731AEA67A8BB449E06 +:102EF000136855CA5FEA847FA4A7455E93DD1F97D8 +:102F000057C4D06FCCF368D2585CBE5371AC7D8A85 +:102F1000250FC9AA178F1B7AD1C172B95E5CDB7904 +:102F200001E115F2C7EFABAC7AD1A81F1C2CC91D6B +:102F30004C2047469951E76A2B8DD3D799BA6AAA94 +:102F40007B1BFD6DF17976BEA0667A9FDB546E7AAD +:102F50009F170A98EA05CBEB4CED8B5A74537D6CA6 +:102F6000B8D1D4BE381234D54B3A9B4CEDCBBA43D2 +:102F7000A6F7E73FB0DCF47E7CB4C554BF6077D8D9 +:102F8000D47E426FC4F4FEC7F80BF9014AAFC07398 +:102F9000013FC6BC3ED8F717E5145F81F1FC8E7780 +:102FA000AFF1633C7483EF6A573C3F5ACB833ECE0C +:102FB000B7C9DE1BF2BBBF35186C2863ACAFB5C90F +:102FC00024CF8D469E4DEB727AFF7C6B0B3DAFCDCF +:102FD000E172A4648B7CFCBDB6779DB8DF502311F1 +:102FE000843A570AD5E6A01E7DD51CA740CB08FD24 +:102FF00085979D86F1E2F0AD67D7061BE2E831DDEB +:10300000B5D8F47E86BAC2F4BE11E87131E8ED2F6E +:10301000FB6F353D9FA57DDDF4DDBAC2250FA01CF9 +:103020006DF43B28E76C236322AF92D375A3C2E90A +:103030006CD075E3DE257EB44786E91F69BC427714 +:10304000C7E83FE7BB3304FDBFECC7FDEDC14CA0B3 +:10305000EF287C7C26FA5AE97A48C4EB1A1DE63838 +:103060007CABD05746097A2984F47DB15FFE3844A1 +:10307000D88EEECFB08E6F1D17F4D52DD8DFBF9749 +:10308000BD76E35636525FDF9DC3E31A8D36D860B6 +:1030900081DDD3688F3692DF5BEC4B1589D37C835F +:1030A0006F6600E3FE5FCF91843EFF06BDBFD398FD +:1030B000932474524091F4C5E921A9784113EAE1BF +:1030C000469F83FC778D225FC0FADD2A418FBF9631 +:1030D0009FBE301F09FE30F8C8E08F64FA5DC11250 +:1030E000EA8A5BC4016371BDED3948AFB7405E72D7 +:1030F00046CA8B757DB4F61F663C8F9FB979BC8F2D +:103100001AA2FD7FC84B765332BA6F6C557505ED28 +:103110007D55CBA0F318229F1B0C5E7F7CBEF37FF6 +:10312000553BA36EE4195ADB87F157F43FF9DD8470 +:103130001792991F3E0A9563DEC40B62FEABFD7ABF +:103140001FF26FB53FF80CE91D57A81CE906F5837F +:10315000545787EBCF139DFD50C7B881AA9E557C6D +:1031600002BE7B3187DBC1463FBFA47EDCBC1FA80B +:10317000BF4CF5ECE1FA2BD4BE90B73FDB71E2FC1B +:10318000871CEF0199CE657CACE819594097ABC319 +:103190004BC90EBB36BC82CACE56B5FE7740C73788 +:1031A0005B83EDED20CF575F5BAD623ECCB5CB9638 +:1031B00052396CBF09F971142B418CFFC8C5B6E0B8 +:1031C0002E925F1E9792C1DCE1746DE7795B40E857 +:1031D000B5A05F17AE9CD7DE1E27072E3C6F54822A +:1031E000FB3FE5CFF1FBA969367D28E71CE23D23D3 +:1031F000F1039D04FCFAB1BB341A21FE9DA6268A78 +:103200002B197826EB7F61123D61E069D0CBCA773C +:103210005DA5552ACAA15206F6563AF543F617F3AC +:10322000B8843CF176D741FF4F20DD948086FC893D +:1032300075E457233E7A1D90686D556CBC69B6A045 +:103240002FB776241DCF964ED930C6008DD74D713D +:10325000BC6D6EA31EA17CA860298FEBA568FCBD88 +:1032600001076C0F18C601D36A988A8F6CD80EF7C5 +:10327000076903BAAD12F615B90F5DE11F0FEF4BE9 +:10328000437E5B80EA2F283E8C57439DCE5A3DF407 +:10329000C2C129B88F52BF8479A62E65FB0B872E39 +:1032A000A5FC2761976C7F01D7CF9EE13AEB63A025 +:1032B0003F7B5287EBBA0BF6523DE386EB11ACEF46 +:1032C00010F9105373B7BFD0CEFDD893737D188714 +:1032D000B445687FC33C513A67F8378E2FF6543CAB +:1032E00071681CEE17FC4AA04C43FB9899BE5B9694 +:1032F000EBA0F93AEC0F5D81F3E5593B44EE8C7B92 +:103300002AB23CE83F8ECD43D4320F9CEEC1F2A8E6 +:1033100088AF46695EC6FA3F8ED4C37863A7F06370 +:10332000781A5337615D6BB7A97DF4208BE6C956D7 +:10333000DE223930FFA682A9B8CEB68978775A390D +:103340008FE3AB4EBE9FBB3E97C78357E5F23CA0D1 +:1033500055B9DCFECA30F2421B6DD43E439431FCB9 +:10336000DBC5778A695FDB5C105A911B1FEF667DB6 +:10337000B3CB018E9EF6AC2C8CFBD6B7DBEE403B7C +:10338000E82191DF03F3D448F314F0A686F8BCB526 +:10339000E0F723E64DE075A6794B365FC63E2AD9A5 +:1033A000FBABAF95E9FCABCD15BA7F018CBB6AAF27 +:1033B000B712F3A98F34C93503505FFD742EE5179A +:1033C00074E6F275618D6D2807D7DBAEFEFB82587F +:1033D000BAF6DC1A2960B8DE6A26FFCB9A7DF5B40E +:1033E0000EAF4F4B9F82F36D85E3C8A73FCFC679E1 +:1033F00098FD2727C93B3AA0D07FD54CC24568BD70 +:103400008AFEAAEB851DF4682EB77F5E15F6D6F509 +:10341000C6FE8C0D9F13953E87ADE6FCE0E2394871 +:10342000BF254D32C33C88E6D87BEE070B73BF95B2 +:103430000BFEE17E2EC43267A2782E8E98FD59CB0A +:103440005860269E1B5ADA69792EF673CB2C7EB112 +:103450006B9A62F6D04916D36FF3356E47CC0FA442 +:1034600045316F6741D06C47BDF699DC1C04FC8F79 +:10347000E0B700F79185E7EFC476567A9C12FCF925 +:10348000AAB03B87E9C3A82D5B12941C78E4D14A0B +:103490000F2BFEC374B3D061B15239D3A78DA4836F +:1034A000157FA018D17719D017F38C92D163A63C61 +:1034B000DB8EF1E2A5F324B2EFACF4B1D2C1D88F28 +:1034C0001BF8FCCAC093058EA4C178BFDD6C676889 +:1034D00077B1BECB283E76A56817870FEDBB55F8B0 +:1034E000C7FD98DA735E84138889E72AAF8AD84DBE +:1034F000FBF56562BFBE840533D08F0C78BE976440 +:103500009E4DFB762BDC56BCE688F5C2BABF674AF7 +:103510005F05DA31C772855F79A2D9FFC96A7C0974 +:10352000F5AE759F6FF05573789EC99E965868B832 +:10353000AE823D719B5FD6F05CF04093FD7E5453AC +:10354000F35C43FCFCA83857348FB93437B4BF055B +:103550001E225E57EA295437FA3BD12D35A25CDE94 +:1035600006DD8569FDD569DFD1CC9B40193980F432 +:10357000BBCDEFA07180CF3E8EE7B3647470FB8546 +:103580009F63229B782EF877E532927FD5CBFA3075 +:103590001E3224B9A23BA5985F0E7E8D3840551689 +:1035A000FB8B855ED6CDF13DD64276FF59F8E98A90 +:1035B000FD09FC7446BE83C19FD7BBDC7D32E7BBEF +:1035C00063C3FC61CA770831F4C375E4DF1C407A39 +:1035D00077A472BF9BB14E823D3BC18FF1F354EE95 +:1035E0007F33F47C2ADA8332E61B813D1847B7111A +:1035F000EBF4C11B76F7007F87DC0ADB44ADCA0918 +:103600003E3AC74BF00DD9B19FE6B0FD447C3F2157 +:103610000F68950A84EB6215CB257E9EB7B184F1C5 +:10362000FD3F8B40FBB8B84408A7119F6372755CDF +:10363000FFD87E2DE6FD74C6F53F8EFAA73CB95043 +:103640005E6A1427C53AFE88F5CB329EB5BF0E914F +:10365000E7D7E1080CE8E8B7FE855CB98ED0E5FB5A +:1036600095A0DF665AFF96B8BCBA12777EFBBD3CC8 +:103670007753FCFA6D94C677063D6376DA25FDF143 +:1036800076DA3D1B6AFB0F15C5D96991DA7EDC9F9E +:103690007E513BED6B0FD4F6E379B0536F3B695D20 +:1036A00038D1C8E964E4E32860566464D1BE2C8252 +:1036B000A52B5C40F818F9395E2D20E1BC7DCBAF1D +:1036C000F1FDAFC6E3D25E2540F7606C35CE95E3E1 +:1036D0000FCCC3D62CB507F5B4D3C5DA53B2F03B43 +:1036E0008EB731DE70BFE50149AD48EEEFDEE43F55 +:1036F000E7F8CA267F82F84ABFADE59D6FA2DDF8E4 +:103700000B99615C6291FFEBF4DCBA0FDB26C66BB0 +:103710009542DB501E079A5E597417FA4FF638C966 +:10372000AFBCEA6B1F7EBB5643FAC07C57D3FEEC9E +:103730007EF407CB6536B2CF3B8BB8DF475E27D12F +:10374000FEA54B7334EE81F2F59CFA67B03FD6A824 +:10375000D9909F4FA4727E7E3DA7819E9F7A7BA3C6 +:103760001FCFE1A4FA5329CB485E577C2FDDC370ED +:1037700058A6FB113A5219ADD71D0E5EEEF1F3FCBF +:10378000CF3D82AE8F8AB2D31E2A6FA9C07C6A9CBD +:10379000DC181D5C4A84EE19709D56E8B92CEE05C4 +:1037A000E9480D95DF19473FA35FD76910E2EA4466 +:1037B000DF3BE839E245DF6771788C764F8BEF9F0E +:1037C00016F0B84EA7D1781D5900973BBE9F74FEE6 +:1037D0005CC899554ECAFDD30FE03CBE9EA33FE3A3 +:1037E00027BD3A68473D7ABDFFD051BC97E4CC7AFB +:1037F00090C7233C9F4A7D63D12EAF97A3EB8BF1FB +:103800009E13754E0DEE07EBED940733509EEDC100 +:10381000B8D2CB8AEAC17DF92B62FE833364DA5FCA +:10382000C38F6F3ECECB8CA593B8BEE3F157633DFB +:103830007AB9E289816978CE2362A7FD48B32B1259 +:1038400045B8E2EC1F1197E6F7ADD07700677383B8 +:10385000ACA7A427B013C5BD2986FD096AE220C61E +:10386000DD7F23AAEF349C5C80E00F32D5315D8A86 +:10387000B747F97D23CB44BBE6B0D97EB2DA574BCC +:103880006A02CF7B35A4476F90E8314121B9385B9C +:10389000BB93B1FB687EEF69F8A90BEF9B392CF461 +:1038A00082A7E1151DF504D8490BF0BE9C2B1B64C3 +:1038B000B50F5A6F0EDB18EAD12D3576DA5F6C2919 +:1038C0001F3C7C19CA638DA2D1BEBC7C60FE747A99 +:1038D0005FABA2DD348043E4517B1E1F72BBA36546 +:1038E000B8BED7FEDAB5348E5FB6D4BC371ED7B9B2 +:1038F0001D828F400DBA674C8AD10FE9A39112E562 +:10390000FBF883DF4825FDF4CE6659C46318DD4B10 +:10391000E2F173799C21E2354BEF97283F6D69ED19 +:10392000917ABCDF66E90689E4B279ADFC2EFAC96A +:103930009BC366BB2DD402F69C467436DB73C2DE95 +:1039400083CE1DC8BF676BEF59ED97D23C61BF5561 +:10395000B1AA78FB25D9FECAB05F14A65F90E78BA9 +:103960008DBF44E1F156A65F45F49D211F3B7C19B4 +:10397000E077A266DC38A4C7F784BF774BF80D1751 +:10398000EE7FB77C2A939CEF7080618379FEE953C8 +:10399000BEBF0EE03BF08D2FE5FE16DE4FCD7388E7 +:1039A000F34EDADF4D4139F8859DF828195CAEB049 +:1039B000CC4A41EE53C21295C6BC78C2294C89D379 +:1039C000371E713ECB5733248D8BD32FB3F3387C06 +:1039D000996BF9BEDA57C3743CEABDBA74DC4ECCBD +:1039E0006F858589FCA529C55A15F291D13E57E20C +:1039F0007E6FE7DE7A1DD62E3616E0C0F1348003E6 +:103A0000D7B9E2701AD5C785BD54968433A92C0D59 +:103A100017D0FBB2700995E7858BE9F9F9E10BA89E +:103A20005E1EAEA6727CB892CA2F852FA1F20258F4 +:103A3000E7B05D45B89ECA09E12BE8F9C4F05554DA +:103A40005E189E4765207C1DBDAF0C2FA5B22ABC19 +:103A5000989E57876FA17A4DF876AAD7866FA57280 +:103A600052F86E2A2F0AB75159175E47ED2687EF95 +:103A7000A1FAC5E1EF507949F83E2AA784B7D37B74 +:103A8000C3DE7849C8D5DCCC252ACFAB0904707FCA +:103A9000B023891EBE278FFB2BFEECD76F473E322B +:103AA000DAC9E23C84B5DDC63CF3F9419BABCF55A6 +:103AB00042FBFB922ADCDFEF003D5008F3B3BA6C07 +:103AC0001C9DB75B9FC7F56D8A3DA21714C7F6F31F +:103AD000990DFC1CCCEABDB752C9EABC67E51FBA18 +:103AE0002D8F7FBF4389D03D0E3B5A18C555534A91 +:103AF0000724D4133D15B646D4EBF7549CA07BABFA +:103B0000E6D4EA35E867D022BD87C691BE9A5E83C7 +:103B100070FE4B1E3FEF7AD8AF6F45BCC7D6F82E6C +:103B2000BF0ADE8F6DB7D17657636A3DD6B50646BC +:103B3000FACDF0BFF4A49AD7C39FE619F6DEE036BB +:103B40006CBF23BFB48AAF23FCDC8C7CF738DA5F10 +:103B5000EE70F44978EE3E021B9F870DDD8FED3B42 +:103B6000963C8276D4B8CEC0332E1C3F12A846783D +:103B70007F2AE4AEB85B9B960200953CA03F83B1E0 +:103B800086B268685A2AD4CFDF1D7906CBF1BDD141 +:103B90006969505EB0B7EF19541F13FA06A7B9A1AF +:103BA0007EE121F62CAA81CA016DBA07EAD547F554 +:103BB00067D1BD5D3B189A9E8EF3E488B6A5033CA1 +:103BC0003B7EC302EBA05E77AC5B866D446CFE9DD2 +:103BD000AC05ED2F635E5C5AB78EF42EBC43253FD7 +:103BE000CE0E653025B362E4FCF420DE886798DFF2 +:103BF0007F50A80FD13C004F5445681ED4CBCB69F1 +:103C00001E38BFBC23E417E6E1D93CF473A5AAF53E +:103C1000F87E68065377C2FBB9136CA4AF1D1BC6B0 +:103C2000D1BA62F01DD077FC3C4FFC3CF07E765858 +:103C3000ECD464F47DE77F087D57233FFB92D317D4 +:103C4000798FFB574797E3A1981C1F8B97636B3BBA +:103C50005F3EA79395CE3D367608D69EB8F360308A +:103C600087D054CDB79D135D53F31DD4FEBF9BAEDB +:103C70007F107A22195DC938CD8B9DBF4DA66FB0DC +:103C80003FC43B919E63E4C72CDE89FEC0B182AE87 +:103C90005D7BB9FFD2D073AE3DF57D055A4CCF7D2B +:103CA0007426FD25F48C43F839627EDB0974AFDF9E +:103CB00005F99271DE687C3EDACD7EB3FF7DB34DAF +:103CC000ADC7F98B4CE5F95973EB5ED6659A1FAD1C +:103CD0008A5F7FC7489E76A4574471FE8AC15E50B2 +:103CE00060DEE1D73E2CD32A541B9E8F36F2B69865 +:103CF000BAD81F2F67C67A1E9343831FB2683F88C6 +:103D00007C8AED57083863FD483C5FE7EBF974FFA8 +:103D100098F15D8FBB90BE33DA27E3DB8DE27D4FF8 +:103D2000FB1344C7B429DC3EC868CF223ECE6808E6 +:103D3000A16513C7BF2107F2EFD27CF99CF8774940 +:103D4000FE7F8F5EA8C33D7D2DC621D403985F37CB +:103D500016D61D0DE5720AD01AFDFD7E07E93F8DCE +:103D6000F1F9D3A6F03C55A0571FFA4323360FC5EF +:103D7000E764E75003E2CF9C992AEE7FEECC0DDD9D +:103D80009A3F8A1CA8695A254EE6FAFCFA39EE3C9D +:103D90003C77A1A662BD15EA9BEBF01CE42013F56D +:103DA0002DEEC95FDC3FB1FEC1CB5EC438D2EFF36C +:103DB000F448BE8FE212EB112EFD7C95F2330D3EDE +:103DC0003ED3FA6FC8634C7ED44A437EF05E33D054 +:103DD0007F9BF37DB1FE92D9335FCEE7FAF27B424F +:103DE000BF25B767B2489E40CEB9FC08FEEFEA1B7C +:103DF0005DCE0D78EFC91F5DDEBB66BD11C1D686F5 +:103E00005FD525FC27069C297E7EFE386536A37D7E +:103E10008947F85757A27F55C273D8AE33F857A3D6 +:103E200026FF8AE15735EE47B0D2F967F9E6BC4D77 +:103E3000D4474FC4E1C3C47EEA763166F7FA400640 +:103E40009E9F89BCC4FD18C67987D9F83BE0290537 +:103E500024F223757F8BCBDD9C42165D0F70CFFE65 +:103E6000B3C47480A3FFCF329556BFEA1CF80EEDA1 +:103E7000867EC9157541FB03954E86F1B77E8F8D01 +:103E8000F675FDEF4A2407FD956994FF77B0F2229D +:103E9000CAEFB1E6FD19E535A1C509F322ADF4B9C4 +:103EA00066D1736E9C97EDEA345731ED4B791CD295 +:103EB000D0C746BBF7C43A77D81F7A0BF9D873C37B +:103EC000503B3C61ED2A8F431AFC97E7DE7318EFF5 +:103ED00061CC5BC9EDCA7C165DA7BA47F275734128 +:103EE000E87DEC677B2CCED77F1E8CDFA98938DF7D +:103EF0009AFC29E3A083BF1F8EF3855E473ED7BDA2 +:103F0000BD95C887DB033FFDE1BDF07EB613F6A982 +:103F1000A887ABDFCEC67BA216D63EE7437ACCB1EC +:103F2000C06F9486FFCCBA1FFDCFFCE17802F9D3B5 +:103F30004FD65C45FBDF64FE74C3AF67EC4BD16FBB +:103F4000A726D0E3567A1BE32F94F8FE93D925D207 +:103F500063FDD87432E9095701AE73ED3C4F4677E3 +:103F60004A9427F3624D35C51B58C02BE2987D85D6 +:103F7000F1714C031E785E9628BE992CFF606C018F +:103F80005F6716DAB9BF52BAF5B98538EEC24AA7EB +:103F9000C4CF27723E6DE6B134962EDA370736521B +:103FA0009EBA355E915EC0F7A5FDF6BE4255F83368 +:103FB0000309F833195D8EDABB292E767499CC701B +:103FC0005FFE62E8A2DCD1EE5D7B03F9A38CB17FDA +:103FD000C7E0696DDCBC69D909E7FF28E697D947D6 +:103FE000C68386DF2F4E213F7793C89F309E3716BA +:103FF000707BE726813F7346CAD1CFDBB9E47E17D9 +:104000009B80791A276A2340F72E3654BB13F5C3D9 +:104010005A0FF90D9A167F52BB6E421C1DEB381DCC +:104020009B9FED52915F9B8ADB7D91B871ACF4BC94 +:1040300009F1827153043F83F97205F187D5FF516D +:104040003A9FF3C5B329813E18DFF5EB922A5CC78E +:104050000DFF078EC3CFE9737FED1D22FE80BA26C8 +:104060009EBF9BC2AB4D7A23E5B4C4A2F175A59B5C +:10407000FC9D29A7157A6E95A30905E6B89441EF32 +:1040800064F367D0DBFADCA0F7D1C55DE5E88FEB20 +:104090004C4D6C273D28DA19756B7CDC880B5BBFB7 +:1040A000FB8698C793A1C9C45F4D8E48D9D9C8AFC4 +:1040B000419F239F6E54515E5C22EE6EC4FD3DE530 +:1040C0005914E73FD224535C22B54CED41BFC0EDFB +:1040D000057CFD35D63D237E982C1EE8B1C41553D2 +:1040E000CAA11E4767EBBA67CC63B238A2759EB609 +:1040F0001598F5DD70FC3089DC18F2D22CE4EC4C1C +:10410000F910D724B9A771A598AF93A1BF5F300963 +:1041100086BABDD6A6221F6ED1F04C25FA4FED947B +:10412000D7F4FAA74E86769EA7D6F67DF4731F5D68 +:10413000FCFAFCE9A8176AED1497E803B95F097265 +:10414000DF25E47FD8AFBA598E9649B87F904C717D +:10415000DDD45297A93EA7D64EEBF3966D9551DC70 +:10416000CF34311EB7EBAAFD4A461FFCFE7AA98365 +:10417000FA7375491457727DB63188F3DDB7F8EFDD +:104180009AC89F5AE6C844FD68F08311377489FBCA +:10419000A09F2D9B7435DE5FF0CE663BA3BC7A29D1 +:1041A0001657D6C0FE5B5A5C93837C378879AE1471 +:1041B0009F177E5E26F483F0CB1AFE70AB7F369994 +:1041C0005FF66CFDB106BF58F9E2B582C471E564D3 +:1041D000F31CE797FD4D42BDA4CD37E917431F19E6 +:1041E0007AE10D81FFEBA51D8B305EF47AC829E8DA +:1041F000F7DD175B6B289F8FCE63BB3EFBC10CBA0C +:10420000B7748594D01F5B66E8658CDF97C7E87C40 +:104210006D28964F8BE27CDD72733EAD755D48AEC6 +:10422000A746D7433B0BB87D64AC1BB83E64B9F9D5 +:10423000FA60F3C4F8FEAF5D279A166F0844265063 +:10424000B91BFB7195A4D27D4B5679B7EAF9951647 +:104250003D19D3EF328B7AE3E553E3EBCDB09E7794 +:10426000D0FBE1732DEF4974AEE5931CBDA010DBCC +:10427000E5EA85583E94A31715C6F5DF66E7F9B25F +:10428000B28D851E277B3A68CAB36D28E4F3B5A1C9 +:104290009EB73BE09BE4FF3D946DEF56FAEDE88757 +:1042A0002FE471B7839ED1CF09DC2BF8E71ED447EA +:1042B00065313B7E8B984F405F47FFC8067BD01F20 +:1042C000EFBF2B29CCA4F1D3273F31807ED236D546 +:1042D00046F71EB7A90AF953DBDD4AE32EFA8EE34F +:1042E000BDC1A33F1C11F6D0020F7ECFE153DCE627 +:1042F0007CD306BCA3C617C3CB0A6F43215F07D28A +:1043000073F5E985503E95A337601956224EA47780 +:10431000D895789F7279219FBFFC4226F8DC4D71B9 +:10432000411A573EF773494FE68716E0B8A76C115C +:10433000BA9FAFCD33E99CEE370D89F98B3B4F1611 +:104340002AAC4DD03E76FEFD5B1817AED7D8C751CC +:10435000045A9CDB33F242C1EEBD09F9E79A0D899C +:10436000F32D7B9836AADFCA2DFA81FDF6EA42BE0C +:10437000DF6EC112F6DBEDA8DF5980F7937E867EF3 +:10438000804E14D73D8BFB56BE85F88E3CEF151A38 +:10439000C4FECF968E5D625EE3E8D85598404E0D20 +:1043A0003A9E7AFBFC0C8C471AF7C558DB19717CD6 +:1043B000A3DE99691EBFA38AD7B78971B3445C7B1A +:1043C000B7A8BB2CF799B866F37B798C7C08A39FC0 +:1043D000DD851EEE57CD9FB61BE9D051CCEFE7E847 +:1043E000C834DFD3B1B4B07E37E2B353F4BF5BF06F +:1043F0006FCF381E57B0DE03B852B45F59388D4ABC +:10440000505EE3914F1CB29C908E8F1572F88DF325 +:1044100091C6F9B4A55B64D3F934635D5DFA34A346 +:10442000751FE3A128CFC9F2DE42E5EAF3E8CAF935 +:1044300084553830DFEBAF5D6F919E695923D7DB30 +:10444000E70A13E7B125D37771EB6DBFA08F79BD74 +:104450006581F2783D6BACB78396388E51FE56CCB1 +:10446000CB66B10F47FD89FA1AEF0723BDADF07D8A +:10447000EAD674EEC744FEC37B417E5B68CE7F31D3 +:10448000F26D8C3C1B23EFC6C8B319BE17C79267E9 +:1044900033E818DC900BF335349ED139D3DC85EA50 +:1044A000815CCC4F68D018FAA33A8A597A1DBEAF06 +:1044B000B405D06F9F395FEDB0433D53637853200F +:1044C0009EC78D78A0DF94A2629AFFCD91AB0EE4D7 +:1044D00042BB0C4D9DE98776194D1ADD0766F899A8 +:1044E000FBDBD7D3FD4206FE7F11F86768DCBFEA2D +:1044F000D2F8BEBB9E1591DD1E6B679C6FD2FFCCC0 +:10450000E9CEFDCF780D2AEDE303A964B7CEC54807 +:104510003FDDE3D24B797225F9D359912F263F78AD +:10452000DFDAE3717E596B5E514AD1E87945A90B18 +:10453000B93C5AE7B1A488EBE3FC5C3D1DC7C3FB63 +:10454000C4E549B17399A90BF9DF0D4AC9E67A357B +:1045500045E37165A64AE4EF7169A110C293E2AF29 +:1045600053515FB639DC9D123A6A6FB031CC9F9DD2 +:104570002EFAD19B98F47E39FFD3395C6F2AEC7DFB +:10458000839F6581148C3B4DA008D6DCE634807F88 +:10459000BAFB177FC27BEF534A5BEAD12FF85C333B +:1045A000EF636B12FFB7915F15CB278BBE64CE27ED +:1045B0007BF02553DE7FE4C197FE9ABC7FFD7B0F25 +:1045C000BE84FEDAFFAA7C32433F1D954347EF06C7 +:1045D000FA2E00A582FBB605D0E342F25BFA896EA3 +:1045E000F3059D237F063ABB62743E6AE7F7A52C6C +:1045F000D87798E8689FC6496DFF4646B48DEC921F +:1046000028F57FB5AB7B06C6C18F3B8626E2B8C7CF +:104610009F7EAD08EDC5B7BF79D2834908EF284327 +:104620001E7CFEC1DA573C987FF7F65A99EC9DEB59 +:10463000C57EA0B9F5B349180F592CF8695F91DE12 +:104640005414B71EB1B08FD6D9155199B63C861EF9 +:10465000BB65779A60365E5FD5EB35D58DF5759580 +:1046600093FBA56F79F480A300E05FB13B93F6CB99 +:104670001F8838CD077B8A7A502FFF5D914D8C1FA4 +:104680005C81E3235C689FBCB3CFC9FA482F0DD887 +:1046900019DF3FCF9672787E25FE58E17A7E7F1A29 +:1046A000F5BBEC7EBE1E2CD6F8DF3908ED5B417AF7 +:1046B000DF0AF7B2B77B9FCF07B89675F17B42B0A0 +:1046C0003D9E9B0985B9BFCB8A97755D58DA7BAB58 +:1046D00083E70757CC443DF649A7447ACCBA4EDC71 +:1046E000B4EF1EEAEF0616E89C02702DEBB6BE9FF3 +:1046F000F50764EE9B2CE7A0ADEBC79622B15F9B5C +:10470000C42EFA1CF44E9B7B5CC668E76E3F68E5DE +:1047100042F96FAD2E2A8FB5AA54361569FC1EE4F6 +:10472000BD079E2F20B11E9884EBEE9CC3D35D5F26 +:104730006531BF85D27355DF760DF952F85DC57EC0 +:1047400065A1A0BF9D713FC5FDC25F2FAB567FFD28 +:10475000CBF3316F20E2E6F74F19FE8B85488FB817 +:104760003CE88567F05F3C6AE07D11E0CDFF8EC4D8 +:104770002F3576E6753319FEC9BE5B95E45E7E4340 +:104780003E9A049FDEB06B5E07863EDA9EFEC3183B +:10479000BA4F4BE4D5C9822EB2886BC8CC9247176A +:1047A00061AFB238FEBD092F812E19C9A706BF30EF +:1047B00037FFDEC55CEBE8BC81C19FFBB610FD0C8A +:1047C000BEC1134536D439ACCF6FAB3BF37904E0AF +:1047D0003F53FD8FF6C131A8276EB2DC43F2472963 +:1047E000F1BE667FD1384E074D9F89EBD43216EC6F +:1047F00050890EFCEF807DA0743F7F37CAF72E8969 +:10480000A15CAD7AF2B19FA15EBAF927F7A7A35ECA +:10481000FA50E9CEC1F1563EBC211DF5F8074A24F5 +:104820001DBFFF30CAF59375BCC231C67E5F774BA2 +:10483000A03757E3AFC8003744E6A25EFCCF87ED50 +:10484000F4F7F3D6EC76F6E1B9B9D57B381DA1FEC5 +:104850002EAF6F247AADD96B96BB9B7F707F8EC6CF +:10486000CFB51608FA15A06A5EBDCB4E7ED5D5AF82 +:10487000CA788D1F5BC386083FEBF708C76998B7F6 +:1048800035BDF26247C6C8F760C93850AED608FBDE +:1048900071CD1E3E5F6B2CF6E2F224FE99B431C25C +:1048A0005E147C0FF4A1FB16220017FFB3185C3FC7 +:1048B000B7FDD0A963FCE8C337727BD07F726CD799 +:1048C0000BE952454C0E8CFBF08EF5968CAA2FFE10 +:1048D00028E46558FF8B7546DB0B00E259827DBCEE +:1048E0005C69EF4BBF04E8B3B2C71E88C0E3958F85 +:1048F000C93A6EDDD8EB4EF2C7DDF2D873472E060B +:10490000786E79DC9E3D9BA3E346BD6DCCDB1AE45B +:10491000F7AAD83CDDFCD3E71CF8F741F039E6C72D +:104920001BF375CBE3071CE86FB7D2757AEF01076D +:10493000973BCBBCF5BE3B13D7E5B61F9E72205FFD +:104940007CB85F62B9C523BF5FFEF00BE9D8CE9893 +:10495000B7E1791C317F7D739FAAA17694D779A6A0 +:1049600079FC08FFD0602DF1FB8F9F82F197BFE1AA +:104970000C20FECB7F7C7B3AE2F107A585F3FDF7A7 +:1049800036E4E07ABCDC1EC951A9E4CF97EFB893B6 +:10499000F8F1A697EFCCE17F2750CF4379063CF39F +:1049A00010BF65FFB080F0BB9185881F977F8F9FF8 +:1049B00043FB44618D8F2798D76D426EFEB0D3497B +:1049C000C6FE1F308887FAF857FCBC2B63B7921DD0 +:1049D000629C8B270D0DF54F5C7C9E568C31F2BF8F +:1049E000B87E5B235AADD9B591F4DBBF15E9B92880 +:1049F000FF4007939E935F9E912BF422E50DD377A2 +:104A0000A032A6E3736C3F60D753269ABE137E2C68 +:104A10003EFE1D627C803B55BA10CA9CE1FC8601BB +:104A20008463B5C4BF41FEC1FCD867C770BB7E5864 +:104A3000FE7775F17912F2FFF1AB5CAFAC8ECE6B05 +:104A400024BD3060EFCBC576D103F325D20BCED891 +:104A5000B9FF78B9DE6517726D7E0F7029523C3D43 +:104A6000F7F3BFE7B4660FD7DB376E83F671721CBE +:104A7000E31747EC79714C2E8DF8C04D96F88C51A8 +:104A80005AF5C2B7C798D7C3E1F8C23FF846F5E771 +:104A90001B76D94A7BF49107517E5F7792DDB3F2A2 +:104AA000313BE58B7FF4E8B347BE0AFCFE51AF21F2 +:104AB000B7667D6B95DBE54F2C6089E4F6A3EC20AF +:104AC0004B28B7F03CA1DC66F37B64FE66FA56CC5B +:104AD000433239BD2989BEFD678BBE053B23E312F6 +:104AE000A8FEDB3FDE3296F21E2CF435E86AD59B39 +:104AF0005F19A325D49BF0F32A8BA3A74147835FBB +:104B00006FFED12A1A67988F0D7E35D6B1617EB5BA +:104B1000E26DA6A7F5FD5AFC034DBED8FCDBD7C35A +:104B20003E1AF3E39E96E93CD8716D281DCF0F6CB9 +:104B300048E17E83E3AAA867F2FA90CFD181FAC355 +:104B4000783E94C2CF891C0F0EA567C6EDE7DEDD67 +:104B500027A7A3DF7C30CAF7DF563E04CDCCFD1378 +:104B6000627F3E43768F09E3FEABBBA40A23012795 +:104B7000DAEDA25EC6FF0E87C847392ECE811D171B +:104B8000E7BE7ECF82472E217B4A57F2809E4B396B +:104B9000AA6CF9E1B674B4C797EEBB85EE69BB6148 +:104BA000B3990E37BA7791BDFE095B4BE58DDBCC2F +:104BB000E71B6F16FA7DF93F589EEFBB82F8E86657 +:104BC0000B1F85841FD2CA47B6B1423E2B5925DF41 +:104BD00027F3BC92DB845E9B21575CD904F43F7EB3 +:104BE00048A678D1897D32EB40BC1FE5F73DB1087E +:104BF000CF43580DFC1CEFBF3C867C76FE48BA0EB6 +:104C0000BFFFA7B727DD0D4D56FEECCD89DBA13CDC +:104C1000F6B3D7CFFB17AC3FF9DA9837D9C8F6D33C +:104C2000F7FFE97AD45FC7F73BE9BCE9F1FD3F1F25 +:104C30007337D69F720610CEE3EBF9FE38B2DF432E +:104C4000EBFAF1226E0FB63D7D6AE220E9637EAE9B +:104C50007BC2581E0F39B1EF2FBFC17B754FEC03DC +:104C6000AC501F8AFDD89AA752687F7DFCE9539308 +:104C7000E2FF5EC85F8BCF6A11773CEE614D98C74B +:104C8000733C93FBAFD6FCCB64CAF35FB5E78003FC +:104C9000CF5B4CFFD7CF26A2DE39FE04B727C0DE9C +:104CA000DD81A677DD435DF7DA61FEFE28FEDEE6F4 +:104CB000CB0F1DBE12EF331E49174E87E34007C4CA +:104CC0000BE8B21CF565327A5C3996E7D9FDCFA3C3 +:104CD000C77F5C8FE3AFDC77119DF38ED145D2F9AE +:104CE000730FE52301FEFCF9FE531371DF7D267C73 +:104CF00057FD1FC3F79EFFE1FCEE1DAB117C56BEB6 +:104D00001FC9D74F7E8DEA3FF60408DEB394F71F24 +:104D1000FD1F9BEFC3FF6BE7FBB0986F8F8AFBC251 +:104D2000E34F7F36869D03DE1FFC2FC57BD8CEB1B7 +:104D3000055C3500DF1B2CBAA05E22EB83EC8E36BF +:104D400037CF6F1F985F4CE77898D857CC95F8FA13 +:104D5000ECD5F87EA28DD928EF666EF68D644FCC27 +:104D6000D5B788F37036826720BBEE914D09F651B6 +:104D7000FF0FB01A29930080000000001F8B08006D +:104D800000000000000BB53D097854D5B9E7CEBD51 +:104D90007766B24F561249C24C36120861085B80E2 +:104DA000A81336C383C084CD60820E5B5804127092 +:104DB000A34F5E331010542C414069CBF38D682D06 +:104DC000756983D28A2DE244D0C6D64A6CF5898AA9 +:104DD000188522024A149771697DFFFF9F7332F78D +:104DE0000E2050FB860F0E67FFCF7FFEEDFC67B9EC +:104DF000933C6AD016CFD82BABDCF64183208CB322 +:104E0000389A9D8C4DF2A8EF61FA34DF9D9FA8255A +:104E1000107AC67FC8209C98D25EA340FAA4321BA9 +:104E20000BDA19FDBE83BFD7312B0B168AB88BB1B5 +:104E30006B6BCCF9D3D98E540DDA9FBE4067010558 +:104E4000DA8B287FB69783B1C1508F35AE75C462B7 +:104E5000AA9FB154C6740BC005E5DF6281691510C5 +:104E6000363356D90AF9CDB116C65218EB98EADA9C +:104E7000A12AD48C9DA53166E3FF671EA742F59B4E +:104E800099A5B2B518532C1E2A9F52F6C85DBC4C8A +:104E900007969FC88BC3B8EA273018D744CF3D3454 +:104EA0005E9B6F5D07854CF377723895EFA8DE72D5 +:104EB000C68630768B185B24DEE0E7D486603DEC56 +:104EC00092F048F8B579544F54BCA93D1A77373E53 +:104ED00005BE2F17AF91F373313CA7391D84974856 +:104EE0003C87C33AC7F1BE3058E663DFC5303E0A9F +:104EF000C413F609E31BA3422568FFE0C34A00710F +:104F00007DB06CCE8601187F5C7163FEE7E5039986 +:104F10001DC6FD8ACEF6280938111EA76308B6C73C +:104F2000EB2B657FFC4A013813CA2C61B8E06FA2F5 +:104F300027DA34AEE4CA24533CD57B85A97C8F9A0A +:104F40001C537E86AF8F29BFE78252533CAB71B8AA +:104F5000A97CAF15234D7197FF3F4CE573D74F36B2 +:104F6000C5F35BAE3395EFBD6DB629BF28B0C894CD +:104F7000DF77E77253BC5FEB7F9ACAF7DFB3DA944F +:104F80003F207897297F60FBBDA6F8E08E9F99CAE5 +:104F90000F3DB4C3943FACF35153FE88134F9AE2D4 +:104FA0005776FDDE54FEEAD0F3A67805FBB3A9FCE4 +:104FB00028FBDF4CF1318EB74DE5AF493F6ACA1F80 +:104FC000E73C65CA97F33FBEF0AC291DB894F98160 +:104FD0001E16F12456E5FEC6D48EC6BC807C06544F +:104FE000DB48A19DB55018CD5A298C05B6C5B0AA8D +:104FF000C4F73327D2EB03FE3B90B85E19F665B6D3 +:105000000F48F360F994041FD1B58721DD4EC2FF2C +:105010003A21B4C7FA55E43F3BF3479532161F5285 +:10502000597020D06148A1D0118A61C164A0C350D9 +:10503000148549A1644A4F0E25529812EA49E9A9FC +:10504000A10C0AD342B914F608B9284C0FF5A530C3 +:10505000235444E115A18154AF6768008599A111DB +:10506000949E151A4661766814A5F70A5550E80C07 +:105070008DA7D0151A47614E680A95CB0D555398E8 +:1050800017AAA5F4FCD00C0A0B427328EC1D9A4514 +:105090006161E8460A8B420B29EC13BA89EAF50DE7 +:1050A0002DA3B038743BA5F70BFD88C29250338511 +:1050B000FD43AB287487EEA67203427752581ADA82 +:1050C0004CE903439B281C14FA39A50F0EFD94C22A +:1050D00021A187281C1A7A90C2B2D063140E0BFD4E +:1050E0008AC2E1A1A7A8DE88D02E0ACB437FA0F414 +:1050F0002B43CF507855683FA55F1D6AA3D013FAA4 +:1051000033A557845EA27064E86F943E2AF42A8522 +:10511000A3436F53FA98D09B148E0D1DA5F09AD01F +:105120007B1456864E51382EF42185FF113A4BF5EB +:10513000C6873EA17042E81B4AAF0A7D45E177F879 +:10514000BB1A68A35C3FDD2D8F73F0DF6EF967F942 +:105150000E42169B04830A978F0CA5DCDC14134FB8 +:105160007271E24A2E17EF8FF9F800C9C96136272C +:10517000D749DB881EEB04DDAFC57F32186B1BF609 +:10518000416627E8A73B2A8E1EBE09F4937F998DBE +:10519000FD82178990BBDFC676C6F20C07A4CF1438 +:1051A000747DB06C7F2A3005BBA3B473B117DAB934 +:1051B000C7D55987A1CDA5903EFDA7D083BACB42D4 +:1051C000E19C122EFFEB96E527F8502FA65CDAF84B +:1051D000463BB97E96E59FC9E7EDB0D8AE6C6FBF90 +:1051E0004B6FE752CB7D19155FC2407EACB0F3F038 +:1051F000B6E8F81D187E19951D403DFDA1D3D7D303 +:1052000005F0F84732C2BBFF485CA099F0DCD89F9C +:10521000E0B9F476F2FE4DEDF4BB947698E6D1AAAF +:1052200060FE6AC5FC1DD6BD35B3A07C6796C5BDC2 +:105230001A926AFDF327A01E1FA3D6F1F44CCD4DA0 +:10524000B6845A47726D36B669C09F6DB1FE7EA7AF +:1052500041BED682DCAC003D5F7B33D81325E7E648 +:10526000777A18D94DEB162B013F96CBB450B95A2B +:10527000A6BDDF29E530A4AF023AC471BCBD0AE87F +:10528000D915EECFB7F89A0F71BC3EB681EC0E1F60 +:10529000D633D8172B0EAF5A73C0D0DF44575C0AF1 +:1052A000F2131BCA867EA786E9BA56F4B56EB1EA38 +:1052B0000E023C675F53DD18DF9F6A650AC43B97A7 +:1052C000D8A85FB63E95F8E4EDD4DF6539815EBFBE +:1052D0006CF2AF39A033360BE4B607F87AFF92DBF5 +:1052E000D2912FD6ADDDA5B338C4E3328661989E46 +:1052F0000244B79D59CCEAEC87F85DA611DD17B2E0 +:105300004CB217C53CE816676B10C6CBB2EDEE5F2A +:10531000405CB5301FDA99B29D0EE49FC1E1F05DAB +:105320000BC7A37FA912F805CCC93A6B6361523150 +:10533000B6C3EBB55B391D1CDDE4DAB11AF22B35CF +:1053400066D74A4DF65F34E20B141EB318ECC5481D +:10535000FB70A52B51D8658DCC0BE33AAAB09A56B9 +:10536000210714097F2ED195B51AF26D29766E6743 +:10537000B654DF88F304702E90E555E8A716E907C8 +:10538000E6A176658CA708F257B9B87C003AF177A8 +:105390001AF4B0AE70F8D912189F8BE87731C66D49 +:1053A0001B6C3977B90CFD6339909BEF89768E2A97 +:1053B000022FAB443D8DB7E3DB9018C07AB6148D55 +:1053C000E0D3B33CD77B012E9B1FE02CC1725DB7AD +:1053D00020BDCFF127B2BB20EA5BA38C45B966DBC9 +:1053E000B06A19E603FE9806A2C3A631CD0A789CDE +:1053F000C51C63D311BE0D8A5BC8CBF0F8009EDAE2 +:105400000D0A8DEF97420E1E5BAB105C9DF72801D5 +:10541000E6227AA0FE99E63DF486A15F39DFB5A2C7 +:10542000DFDA96A76F5388CE9907F1582BFABF4160 +:10543000658D188FC41BF21FE2F7AF021FC7FE2B4A +:105440008EC67F6EBF6E6B75BF30DCDDF3BF32CEB4 +:105450001355121EF75A05E403E2F31E1B8DD326E3 +:10546000E0917838EC4AA27E3A575D933DFB3CF0E0 +:10547000206D33039D44D2976E11F39CCD68BE24FA +:10548000DD4BBAF9B3A077199E14F864D88EEC47B7 +:10549000C574A11F049D5E63CC8776AFC95CC690BE +:1054A000EF886F8633F647D7E75E3FB43F5FD6732A +:1054B0003616A29C94FDC3CF437C21E8D5166BF72A +:1054C00014C1B8DF10788DC44BA41EF97D379CCC75 +:1054D000671D22E4AD05D39D945EBBC1467896F36B +:1054E000FB3EF215AD133DD9342F0E8137414FF7F6 +:1054F0008BF6EE17F5919C1494F39B6CC4FF723EEF +:1055000022F12BE5FE115CB742FBF76312C8B3FD35 +:10551000090D0ACED757623C69485F90DF66BB41F0 +:105520009965903B09395C6FA78AFCC87126E4F045 +:10553000FA1E91CFBE85F421B44EA6F996E5A24598 +:105540003B323E36CEE20D40F9F1F7031D9FA7DD59 +:105550005B7379BBE337B67EF657A48F5A2BC9C568 +:10556000FB5671F9136E97975B9D2BF05D7769FA87 +:10557000FDC80A350AF5594BE8E463BF81F693BCD0 +:105580005692FF49ACF3B1DFC0BCB21A46FDED4FF5 +:105590003843F1F8A939A52AC45B3CA584B72F4448 +:1055A000BFB2DDAD6596CA402C969F943117C6B345 +:1055B000A5BA5E996B80334D4BF00408BF93321649 +:1055C00088FC0590BF6FF2F1BEA857F6D73AF6EA0D +:1055D00000877D2A73E094273B1995B73B591496B1 +:1055E000C77E1718DA4B9ECAF3DBA68CCD9807F559 +:1055F0005AA6AE1E86F5B6545BA3F200DEAD13FCD0 +:105600006508AF2C0FF9410DF5EE68A02C484FCA84 +:105610002C5D89A231496B6A77217ECB993BDF896A +:10562000F0F5527C867E0AC43C782AA13FD4734EA2 +:10563000EEFF90F90FE4F2797D3DD74AF87F3EA660 +:10564000D7CA7C94D3532D0E54B7C4F7D87EA595F2 +:10565000F87BB3D23910F96994EA28C730278FD77D +:1056600097FA5017B254B76FE8C0F5921EE6633B45 +:10567000F93F84BEA272C0175BA4BCCFE0F2C35056 +:105680005ED23FE90D7DB43507FD2ED7E674F325D4 +:10569000E90F6A07E0D06B18F1E326D9DE0C467CEF +:1056A000C5349F827A4DCA7FBDC64BFA62ABE027F4 +:1056B00060EF0CE457898F1B45FB5B337D33D00EC5 +:1056C000669A43C1FCCD8A4341FD3C5BE4270A79DD +:1056D0000E8CAE907D26CA49BDBDFE4A1640BDBDAA +:1056E000BE5B2E7078AD62DCA0AF1896B74EB59059 +:1056F0003EB3967B49DF5A47FB976178AFD0D37AA8 +:10570000BA6692C7721C4D392EC2FB7D33AC34DEB3 +:105710004D198E00F763F93204BE2CA42F712902B3 +:10572000F8D994E598C1F54623437C6C9670698C52 +:10573000F0436834CC8B5E69E57680A793E4AE5E77 +:10574000E6277DA2D7FCEE36F4376D0E8FCB63C50E +:1057500071295C3E5A2758496FAE1578B28EFE1DEE +:10576000C9C7C87148BDD23D7F11F37E8EFC8F88BA +:105770006FACB666607FF7C1BC90FD029ABCDB6F70 +:10578000E644FBB3F79B73012F5BB22CCCE6A4FC81 +:105790005836244C9F6C4DFA81BC3432F5A8FCBAC3 +:1057A000A9CFCFA4792BB33A51CFEADEB1E40FBB36 +:1057B0004FE98CCB41395D6D71A09E882BE37EBE95 +:1057C000B841CB0A30BC1BEC43B4976FC8CDA1F9EC +:1057D000D8386DB53D07FA8D1D602179B4C5FB7EC3 +:1057E0001CF2E373421F0E3FD1312A01F293273896 +:1057F0004A91BF64FAB0634115D3932A79FA88AA13 +:1058000016587463DC4FF8DF58F1BF5543018EF82A +:10581000628DFC64F729C1F52AC2358ED17A2F69D1 +:1058200074D0310AEA2766F27E3DA3839543317E28 +:10583000B3CA14281FFB514A05FAF54628891C2EC5 +:10584000FCE70AC2841F7D2ACDBA88FB6FA85E9050 +:1058500089F41DB4A30E1BF3D09C6A0DF44DACC2A9 +:10586000F35FCDB9AF1AF56E226BA943BA637936EF +:1058700007F22DE2D19E44F3C86A209C09746A8520 +:10588000F0E59C1CA283388D052DA0DF2C3175E935 +:10589000888FAA645F23D26325926029E5DB93A9F0 +:1058A0003C9757B05E7163B90DC25F0BFD7B8D7283 +:1058B0006B8C906BC5228CF4ABC63D5F9D81ED6F08 +:1058C000AD30EB9BD8415693BF28BAD81CB7E799A7 +:1058D000E37AA6395E2DFADB9FF01D43F812841C93 +:1058E000B84FF083ECE7740EB77764F89CD5793342 +:1058F000E2EBB9E838E65730CEE584FF634DD8C710 +:10590000EEF2290639B452C863D4F338FF52BF1FF0 +:105910005971F41ED4772D5EA705E9449697FA2CA9 +:1059200045C013A9371D020E89F7C8FC58A17F9BFB +:105930009B56B0A3F9E17455B437F8355F735C0A30 +:10594000E2C3596AD44B16818FB9051E4B6EAA412A +:105950002EEE8F525C71C6F679FF8E589FC7837208 +:10596000A36E32D93117D6F3ABA9BCB47B22F3179F +:105970008BF63C17B15B5CA2DCA5DA2D775EA2DD6D +:10598000E212F8FAC965DA2DA3D4CEB32EE49B5EF9 +:1059900016E2DB759939CA2C031C5B05BC835147A1 +:1059A0000C46B5A2F9D1AFAFC56AE4DF57A75AFCE0 +:1059B000B8DE56CBADEFE1FA59ADB9E313F24B3A8D +:1059C000FC7EECA587E21B928BF0782D1AF24394B3 +:1059D00010776AAC87E4C885F8E41C7AF8817C0209 +:1059E0007C47767AF5430D9BFCC5FFD23826213DD6 +:1059F000B109308EB473C721E551F1430B36A13C98 +:105A000092FE8D0BE13FD2AF302337D6EC57B8482A +:105A10007DE9377817E705E1728FB0201E93C598AE +:105A20000F573DEF40BFC359B7469B151BD0FE87AC +:105A3000F886152AF949804CA3BC067EB08754E647 +:105A4000490619897E08089FC871D27CDB9D2D24E8 +:105A500057ACE95CEEEF4FD848A1BDDBBEEF65A2C5 +:105A60001749DF8917E27B61DFB97239DC95365F50 +:105A70000DD90175A526FED372CC7C22E955EAA783 +:105A80003F9C7EFFEEFE309EB41AAE9F4E0B7865B3 +:105A9000F9B41A7739F9CDBF056C1AF032B60AF8A5 +:105AA000ED3C7049BB3F5AD0B9842BB25C4F313EBC +:105AB00009BF6C3F5EB63FECFCED4BFE94F58E8467 +:105AC000867F867C178FBC07A0C7D734B653BC929D +:105AD000913ED5CBB87D3CAAD7727B7431E7CB45DC +:105AE00028F7726C545FF2E355EAF9E5C6406107A6 +:105AF00083FDFCAD4AF63373A09CB4316F05AE0B49 +:105B00009896407204ECE474849FFCB74ED2874EA2 +:105B10005CAF9588FA5B84DD17B6239DE4FF31D82E +:105B20004756A3DFA7DB5E6366FB686F6EA2B09388 +:105B3000BD0CEDD3483B54DA5DD20E95F673B79D9C +:105B40002CEC51FCE943C276AB75022F27E15B37A1 +:105B50000CEC5CE86F9DC2A2F2509F4DB3707F8A3F +:105B6000E6A1754D7C799AFB2E67B85D6B19B7BFBE +:105B7000FFDDF6E0BD0AD8BD30D79B045D26327745 +:105B800086B00B3390EF8CEB37E3FA0EF506DABDF7 +:105B9000A90286B6DA46E6443FC854A7827A2A5953 +:105BA000AC9B5ABECD6DBB1AD7655327E7E178F79A +:105BB000215FA07D36D5A2607987C751CEE52BEF56 +:105BC0006FDFD7D119F5063AD937F2F840B447D785 +:105BD0008FB33A1427CD07D7FF5F45D33A6554EE0C +:105BE000900CA7818E33F238DD6FADF179D08FB58F +:105BF000DE95A6CC36B45790C7E97B63753DD9C115 +:105C0000CFC734919CE85EAFADE17EC5483AB58917 +:105C10007A36818F2DD32C51765A9F8E54709D6A7F +:105C2000CB8B2264B468090AF9CF3C729DEA9E814D +:105C3000EBCF5965B43D8172C83A1FE5545E34B567 +:105C400017EF90EB212EF73656A43D7897C1EF9BC6 +:105C500098C7F9BD45E94AC779B94F977E48EFB86B +:105C60007C287F5F6A5E29D2C9C62B0B7E8A78D2D8 +:105C70007FDC8FEC0C59EF0697CF9107E1BB23A790 +:105C80001F9A8B249253908DE3DE24E4F13B0EA601 +:105C9000A13FE51D10BEAB146CDFEBCD47BEB9EAEA +:105CA0008BDFCE7552FDF4BCC1A6FAD7233DCBFAEB +:105CB000252E6F4FCCDF5C359DECD3AD35EE8CD906 +:105CC000D09ED56925D284994A9F0D706D1EC30858 +:105CD0004E39AE2E219F0AF2783B1BABEF4847B8F6 +:105CE0003ECD758AF1025D92DF9AAF1337BBEEA00D +:105CF00076D24673B923ED3A58F77B70DE36CE285C +:105D0000A0F308389FE8A7E81272ECD35C2E7FB6A8 +:105D10007A3E4D9FC7907EDCD4AEEC47D27F224ABC +:105D2000750813707E0DF4BD95C99F736F17D2610E +:105D30009663008E6387D00F89359CCEDB6C093467 +:105D40007F5BC67803AA8BF3C93C82EF0BC24B5B27 +:105D5000AD8FE83D4DF047D204416F35D640BECB04 +:105D6000C82723F3894F800F7CC427A5544FC29BBB +:105D70003CA1F329F4CBB48DB7929FE12A958FE72C +:105D800052EDA87789D318BB36CF3B19E70DE44D08 +:105D900009ADC3572653FD3A4B5B7E23F457B73A00 +:105DA000486164FD4AB01D3A683DEC4E433A678D48 +:105DB000C3499FDF2464CAD90D831370FDE58BE7C7 +:105DC000E514CD3714E395FF9C33D48A3AE4AD381B +:105DD0008676FBCC5C76C36448BF41E1F0CC6C1E98 +:105DE0005789EBDD45826E0F36C104F786755393F4 +:105DF0009D798039FFD6E4A0F8EB4DE9147FA3C963 +:105E000049E19B4D85141EB3727D3B3399DDE0E57E +:105E1000FE052BCA9346210F1AF3A4FFE3E674D0C4 +:105E20002400CFDF065B1C3865C3268FC962AC53E4 +:105E3000E7727E9247455DD32D5F6BA6C690112118 +:105E4000E3B3BC234CF9AC7060384EFE093EAFB3EF +:105E5000D727EE40BFCB8C09C9A6F2D3D7F734C5FC +:105E6000D7E5F179ADAECC35A55F57D7D7149F15DF +:105E700002C53110C9B08CF6716E16FB938C95710A +:105E8000FC3B78D9CF1A87F6B80DFAFFEC659DF286 +:105E900023E7E19895CB19FFFFAA629FC047F3F271 +:105EA000F9A12C86F056FE53A57D20F628F7AFCE3B +:105EB000D9A6303F0C8175F9AFC77A373F68736355 +:105EC000B9B9DB54E64378D06883FE4EBE9ABFE38F +:105ED0002E9A57FF0358AE0BCAED80AC133AF33B32 +:105EE0008034E7748A7694D29E88FF1389CC930815 +:105EF000A6D48751870B6E03383FAA6AA9B720AF93 +:105F0000AA2FA75AA0FE474FAA0CF968E1B2D7877B +:105F10003800AF8B5E6CFDDF3268EF588BCA1CD047 +:105F2000DFA99DB607B9DFC6D303F570789C81124F +:105F3000A44B4FB6F7D748DF27EB032574DE666521 +:105F40002AD1F7B9F880F1A33E41BA84F67CB7C6EE +:105F5000D9F1FCC41CDD9D3680E888AFA7FC6C50ED +:105F6000062B83F21BF4CA00F97F3C13719CC75ABD +:105F7000922DFC5CD3934457B335A7D5D8DFEC0DF5 +:105F80002AE901980CBEEFB049F581ED0CBF16DE91 +:105F9000EE7AC5C77A9C3B8F37E13E20B47F5356DB +:105FA0007400517C3DF6711EFEFE1878C7670BC762 +:105FB000173DAB925DC706393796E3BEF8C3A3061B +:105FC000A3BC623EDEFE6749926ED670F9E8612C92 +:105FD0001DE7FFE1B800AEAF4F5B9E3CA2C13C0C99 +:105FE000D27C87107F0B26FA1F508025CEEC3DFA1D +:105FF000931150EEE413BA9BD89F79DECAE3CA9F8F +:10600000F86CB626F4D80ABE6FC8B4C0233F433B31 +:10601000E7AD1E26B91F9627AB383FCAF20086A50A +:106020000C83609A0278F439D9584731EE1FB48A4C +:10603000F352012AEF4420017F8EC51002DE8E0E3E +:106040008EBB8BF587F98AD8373C2AF8B94BC81331 +:1060500029F706E4F3F81CB9FFB28FEB7B98E0D781 +:10606000D0AFB58071FC34887DD6058D7C5F58C972 +:10607000E7FE9886C66B3E90F61DCECF8D408738E2 +:10608000FFF58EC49B3B20BE7867943B00F5AF467E +:10609000A732EDAF3007E27DA1A8F2A7C29BACD832 +:1060A000EFA2DF2A2C19FB0DE8C7D01EB30346511F +:1060B0007E9C04B62D4BC2F6146A7F718B12C0F31E +:1060C00064F3595710EDE3258F2BEE206F8ACEDD58 +:1060D000CD13ED2ED2EEA173738B0A15DA57663B02 +:1060E000A15D835C5AD2CAFB91F2A48169C78CFB83 +:1060F00025F384DF791EEBB60FF9B9BB169DF65573 +:10610000ECCCBE0ADBF1C6C4115C8B5AF8FE7418E5 +:106110007E957D0738ADF7055E9C487850DC0176AA +:106120002E1CF3997774228E03F283CE73E18A1CBE +:10613000D7A5C259EF6E237A8984D7300F4EE33C3E +:10614000CC671D77205DD5FB391DD4EF053C43FBA3 +:106150007F6FD4993581E8A1236FC8B9F400F04F5F +:1061600044F9387F8BCA82AE307D48BA58B82B606C +:10617000457D7C8AB5C4C7021F2DDEB66BFA30A8F8 +:106180003F7FFBAB56D4E77549C17C0B181B29FE3A +:10619000C0BD9559617A5D1830E3E1C69DE6F8BF50 +:1061A0000B4F4C9C93A47A809F790FABB42E319403 +:1061B00033ED9F2DF0333A27B0E035D58D3EA20563 +:1061C000A0DF924B2F1F5E89BFFF6FB823FD150D17 +:1061D000F97129C7F13CA59BB9D15FF1392B4EB8B4 +:1061E000163385BD73217F45F7B991087D7B58072C +:1061F000FB02E6F133CD939044723D526E0FED8178 +:10620000FA47CAEB7AA13F65FBF3506F42FCF8B640 +:10621000A7E2D12EFCFB96A7D2309C8F7AA938AC8E +:10622000976E9D13CC423D7EEBD3516E24513621A7 +:10623000F8FA8F20FED12E959D4F9EBE9FE5BB277D +:106240001FE115FA7589FA60B603F5A990AF17B387 +:106250000B7FE83867E3380786DB9D23C6F9FE7AB3 +:106260003EBEA31BF878E79E334EB02B709C0FD92F +:10627000DC28DA4F440549FF9F8071361BEC076923 +:106280002FC8F17DCE5A1E0842FE92E56F1CD180C8 +:106290001E16167494203FD66DB2917DB0F0B77182 +:1062A000B4EF7F52A9E841F6F181603CE26FD193EF +:1062B0001C7F6138BAED85DDF9467BE112F1B654F9 +:1062C0009C9B5CBAF78F87D07E553C5015E05D6A89 +:1062D0008F0D12BDEF319F73539CDC54B731B7DD86 +:1062E0008EF393C99CFC9C52E4F95FCD731CE6A22B +:1062F0001EEB01FC5FE47F72FD72E283AE02D4B755 +:106300000DD141BD07DA59BB14F70EE4B79B2BE260 +:10631000D175A88BF39B7FCDE7F6AEE2F1B015A562 +:1063200074FE924543BFAFA33C4C45381CE4CA629F +:10633000DBA1FFB830DC91E9784EDB8E7A32D67281 +:10634000DE75B156C0F5E912D54276F7622BB7BFBC +:10635000CF087FCCFB028EF7F3B91D7E229F9F3BB7 +:1063600038838E4968F7CC185B00D79D1D567E6E2A +:10637000F555DDB3EDBF60DED614F83EC0F9F05A36 +:10638000626722BFAF8E29D1517EAE49ACEF85E165 +:10639000F5AC43C7799D5856EDC4F5F59134BB5B18 +:1063A00025B9051332247CCEEB153D763DB67B0432 +:1063B0007107E3AA15E7A08F40FF787EFC48863579 +:1063C000D00CF5FCCFDAC89E5817CDCFA9B29404F3 +:1063D000F29F5E27E4D4CCD1B0A2079AA91DBDCE0E +:1063E0008B21B4E76780AF3A7BD7DA01D0CF2A0B95 +:1063F000D7D7AB92183F7FB6A67330E2AF3F5BE3CF +:10640000C07984D1EFFE2EF9FBE84963C7259DC012 +:10641000B816E379B6E18C135A19E1D7145F6CE52D +:10642000F95714E853B664421CD71E480FE3D4C092 +:106430000E179EBFB5D07C4E827691DE1832CD907D +:10644000F0B9FBC9F0B71CC63959637E4B1285EB16 +:10645000F1C8E5B432164C80F1055F620AC2437B95 +:106460002500DFB5414BB037E06D92166C43FC1D43 +:1064700052D95AB44B273397BE1CE663F1EA4B83DB +:1064800077508163CA9672885BF83D82AE1F2901FE +:106490005C275CAFB1032AC0D390E4F453FA324EC8 +:1064A000D790BE3EBE14CB2B4457B52024909E718E +:1064B0007E894EB1F090F03C41797B34A49716B8B8 +:1064C000F8791301EF369F250DFD024BC4FAF07ADF +:1064D0003B5B1387F535773CEEE30E00308DF3D44C +:1064E0006095EBC856EB64E0CF1B81BF5D8097AB36 +:1064F00004BDDF28F9FB71337FFB0A9C9CEFD0BE03 +:10650000047CD68AF042FC3153B437B380FB13C607 +:106510008938F68BF473A3902B17EA6F898D0509E0 +:106520005FCFDA68DE65BF9364FF05DC6E95704867 +:106530003AAF678D569413F542FF5A6032517F2E61 +:106540006879C88A4858B0DD60B7D1BF2D569453DA +:106550008B1E8E4C37E86FD524C7E81CAF62ED9ACE +:106560008BF0295745B9912F6AADADE4575050BE15 +:106570001586E55B643DBD85AF2BF50DDC2E93FEE6 +:10658000391BD89D28E7676576F543B96063CEB1BE +:106590008A8B75DBEFF5820E6C686FC07CD5A37DAE +:1065A00086FB23689F21FEB671F835616FCF693194 +:1065B000DB29B3D6478E8FDB2B7A77BBDA31A3BDCD +:1065C00021CF6BBC6BEDEA877AC3E07F25BBE55D2D +:1065D0000B1F873F8D9FD360293C5F13F6A9E4FF13 +:1065E0008602DD741F6412F326040DF2D63B1A688E +:1065F000AF14FD134A00E96192A7A29D87AB827494 +:106600008F05ECB29E49FCDC7D3995E3F753BC95D0 +:106610008A3F86EEB9E8278DE33A88FF1976AEBD4A +:10662000B4B540D84B11FB3BAC3CF9BCFA30D25E60 +:10663000F28F6485E43F42F9CCFDC864572CEF3EED +:106640004F1D5B88F2BA4E8976E3FA419EEF3D2CEE +:10665000C24FC1FE467AA97B278ED6BD91E77ECF79 +:1066600054C4F92D10CE4CB87522CE675DBC55C30D +:10667000509E073E2CC22F2D9DD4FF0DACF314EE7F +:10668000235D93D21187E897E7AFEFA818B80D6C98 +:1066900042162CF04DB167D17EA8D8D79FF7370F9F +:1066A000C03F15F745295E3FC503EBCB332F745D23 +:1066B0006F07D5F5C623F553705FFFCCD6AE073014 +:1066C0007EE691461EBFA72B3B8AE2B74DD100AFB5 +:1066D000675689F6FCB74DC1F6CEFC94C75F807C47 +:1066E000DCD7AB1BC94557DD7085F4CF01A197A559 +:1066F000DFADCEF23C0F47B2A065D0C5CB7D55E0F3 +:106700003D80F69F1A778CCE4D28451E8A3F9FE725 +:10671000EB28807051B5E2B7C238D86B8102A1D79F +:1067200069BDBE4EF8E3E57C1EC8E7724886EFF50A +:1067300086760787F106EDBDF543DA6B88684FDA98 +:1067400039F3841C80F68FFF90F6A55C91ED9517C8 +:106750009E03FFA73FA4FDDD11ED49FB578EA31F4C +:10676000F22CD0DD903ECC048F4C5FAB0453AF4590 +:10677000FFDB4B2AED6BAD4D3DAEE1BE24F3F27D68 +:10678000D19BA2389FA4F6E676D3DAFF7227E03ACF +:10679000C0FF1795F6BDD7AEE2E7D64F3D3174087E +:1067A0009298B4534FB5BD6975C238968AFDD1062B +:1067B000B13FBA74779B752CB4DF00E128837F6406 +:1067C00071F739AC4E6D725C188ED4DE16E1275D20 +:1067D000F5BDE708727B4B7F2A1F778918DF277D7D +:1067E0003D99BD0DE396E9CDBAF99C870C178876E3 +:1067F000BE2E6042FEF1F6FA2B7CFEEAA2B9BE9CE8 +:106800003324CEEEEC1F3E4F51BFDD45FB1C1FE68F +:106810008DECD37B70B83F592FECA7EE3ABF9F7A2F +:106820002FF753CBFEDC02CEBAA48E9BC118600BAF +:106830007EF9DF9B512E8CBF5FCA05101176DC6F8D +:1068400095F1DD534697737F29C6C7FFF289CDC8FE +:10685000D7EDD17CDD347368BF68944B9DAE188B47 +:1068600003E4D5A4BC590B102F33875E3916D32B04 +:106870006C7105B3F8BE0FD1DFA43CEF68CCC7F252 +:10688000E8CFF259399DF8FEA4BAFD304E5F498C2D +:106890000FFD88ED16361AF5B8C4DFC8DE9C2E173A +:1068A000F4E6F893FDCB7E1973905FEAD8EA0CDA30 +:1068B000B7B836AF627EEFC1E17EAFCDF34DC5B85C +:1068C000EC17865982E917EA3F72FEAA05BDCC177C +:1068D000FD7BCB81FE0CFA74F2E818537CEA8464E9 +:1068E000E631FAC3A7F634C56BEA724DE5AF9BDB20 +:1068F000D7945F65EB1864B41FE4BC5DEA7A6D2C35 +:10690000F07D02E0A5A38DF5DB8D7CE88AA37DD721 +:106910001BD78F23FF7A42A896C2C52D1007FE59B8 +:10692000129A42F1A5A1188AB747778C457DDEFE01 +:10693000BB445A9F1E5483053FC7766C71C4CF5524 +:106940003D67AE46FDD31EED2FBE09E0ACFACD3556 +:106950009538DF4B772BE407AE5259BB9284FC1974 +:1069600045ED55A97F1DB40CD2C78FE27AAD0A75EB +:106970002EE4370BBFE685F866A3E01BBD93C33D4D +:1069800026544DEDC9FCADBD734CE70CF4D48735EE +:10699000B27FC578F44E85C2FF08F5A5B06177B522 +:1069A00086E771FF54F8500AEA0F281F4B7A5FCA36 +:1069B00025C9378D431358EC85F16C13F2A756DCCB +:1069C0001379A8C8F318D2F5C4959D9A1DF71562DE +:1069D000AD0E5C474E2C1B905E6F68A7B96D0673B9 +:1069E000D23D0A66457D590BA1515EF92E704E636A +:1069F00097A07F29AFA41C678EFB695D70BDF0571F +:106A000048FA78A0B7F9BC4687C2F5B0FFB77CBF9B +:106A1000636F91EF00C2DB51C16A9E24F9D1918D61 +:106A2000EB837F17FC30BF7685D6639D742F7A6227 +:106A30009993CE9BBED43D0E4EA7171BC7EFC4380B +:106A40000EAA6C05D2C7C1ABAFEEF0E0BEE0ED031D +:106A500007A25C648EAE6F914E1BF68DC845FFF4A5 +:106A60009BBDADD46E15EEC10C0AAF171AF6C5D09A +:106A70007E4FC33EDB0E05CA35C47715A0BCED5F63 +:106A8000EC7B13F170F0B9AF8EDC0EE53DB17174A3 +:106A9000FEB1615FD4018C5FA5D2F158B03B3C6F71 +:106AA00061B90BC179A9FC184967BEF59CFF7C82CE +:106AB0000F6709BA9D2DF87096067A11E0BEE16560 +:106AC00095A17C9ABD52E9B71BFD14CE383ACF2D63 +:106AD000F950F29B8E743910E993D3E5E250A2E0AD +:106AE0006F976897F34115AE5BA19DAABE89B48EDE +:106AF0005F1A4AA672925F259F868A7C518580FF25 +:106B0000AA66E06FBC97B53A6310F2CBC5E9E42BF7 +:106B10000DEF43E9E58A8E746283709481BFBDE115 +:106B2000F3D163D370FF668DCB62BC1F135F68D651 +:106B3000CF17A3936F049DCC8E0DE6A31DA93746F6 +:106B4000B9F15C4C5DAA93E4D8F23B21022858AE1F +:106B50007B47A15E5DFE5385FC8DA86FD1DE1E7262 +:106B6000A891FCD6B2FF19A112E6043C4D09E551EB +:106B7000F8619E2F13F1302B345DE0B1E4BCFB943F +:106B80009F35AE233FDF67019B9B919FC6EC4F1C57 +:106B9000EC71D3BEA5FEB2CE1E74A21FD0A7227F79 +:106BA0009CC8628ECD0AF727A27F51FA03E5FEA3A7 +:106BB000F40BDA522CA6FDD2CFB5966CB4FFCFF110 +:106BC0000F5670BD76FA619DF4DAE2B6BF0EB1E001 +:106BD000BE8BCB437E424FB66F4821DA879303BF0B +:106BE000D6217EE33D4FC5A3FF5EE2B3550BE6E33E +:106BF000FAA515F088FECAD60D2ADD7F805F4CB558 +:106C0000F1BEA1B02B5E62DC1E9174BE28944BF8DD +:106C100091FA46CAEFA79BD269912BE5F8C5F4908B +:106C2000A4EF251AD7634B80EE71DE22F928AC7FE2 +:106C30000610BF30E017E48FB0FEE1FC11D63F82B2 +:106C4000FE137AD17A23529E4BFD34E257B9BB7FB3 +:106C50000FED2C7A6CA617E7E9EABE200F001F8B18 +:106C60009FE47C10C9EF525F4B7C48FCFC49C46731 +:106C700015791A918E2ECE3F5164E7DAFCD58CE45B +:106C80002C844639AB47D8B532FD96CBE49B398589 +:106C9000E6F58484B3C3CAED2B09FF9F19B73F649F +:106CA0003F7B8B266F281CCCF506F6BFA990EBE93D +:106CB0007FD7B82EA43F36758FEFD2F4C78F23C687 +:106CC00027C721C7F5B218EFA5EA97470AADE29C9E +:106CD000B459BF40B9E37F807A679E2D72A01C53E0 +:106CE00095AEE374FEFDD92827E2E1E0735154DE4E +:106CF000634F207FFDA8E73E38FB7327AE23A63CF9 +:106D0000827CE8D96BD398C1DE93704938FF22E0CA +:106D1000063DF458A1613C32FD87EA25C917917CF4 +:106D20001BC9AF91FC39FE6EB013719C4F2B74AE32 +:106D3000206C1732D253ED3959B49F26F9DB602706 +:106D4000923DC20A153A1774AEFDF5C62027D43F0E +:106D50003B286E00FA47F6ABAD9B872B613E1EF9D0 +:106D6000D8374FBDC5CED577638B7C47485F09FECA +:106D7000957C7A71BA7C46277DB55821BBC606A1A1 +:106D8000515FF92EC06F472F93DF5E15F47810E145 +:106D9000437B2CC14AF6D8C5E8EEF37F3FDD7D6E1C +:106DA000A4BB0BD9DF5F17723F2DD0DDD7C4EFFF37 +:106DB000229D7DCFFC929E94F437FECF9C6E582E80 +:106DC0005FAF001D11FCEDD62C92D3B5424E8FFF64 +:106DD0008EDF8FF589F5BFA463571F5F769161FE43 +:106DE000717D82EB8E4BB56B6B531A199E5BF34131 +:106DF00068944B36798F2062FE738B2ECF2E4F2CEA +:106E0000BA3C7B7660D165DBB357E1F82F66CF32B1 +:106E10000FB75BC2F3619B82747336C8CFA75F68FC +:106E20003ED56D1CDFDD780B6AD22E4846BB00E8EC +:106E3000E4EAA21F6027578D6AFDCC0E26EBCCA298 +:106E4000C7A6A2BF713A9E95213FC4E35B3C792857 +:106E50006F98DC6F213F05F111C59F786D34AE2F1F +:106E600037B3F07E0CE48F294FE8F66BE0124896BA +:106E7000AF2B7AF4B50D04373F9FC47C9D1ADF9F7A +:106E800014F141108F33C4CB22E2DB79F978AD9352 +:106E900019CFED20DD29A59C4E4CEF32B0AEB17874 +:106EA0001E64E26EC581FE89EBCACF58D12F5335DF +:106EB000AAF3C59E30DEC6A2DD53638B201DE522FA +:106EC000C0EB2FDABBC5AF89FA69E4C7A29FAD5505 +:106ED000F1A878EEA44C09E015BF483CFA8BCCEB46 +:106EE0002BFC69E6FA0CCF815D4E7D9C47AA9F433F +:106EF000F583B6CBE8FFDA727E6E34B2DC4F041F46 +:106F0000C87B39D43EE06E4A2BF71F4496BF4F949E +:106F1000EFB05896E021D6078A3AB6D8AF84F96523 +:106F20009C3E024507A7FA8B39B89E88F17E1FBCAC +:106F30006B8ACCF604FE9CE6FAC1EFC3D75DE7E0AE +:106F40004BD0C70233BD2468DE0367018E8414C5AD +:106F500081F6F8526FD4065C77548D92F4FDD654C6 +:106F60004F268C2F8A99FC7061FA7E7B2AD2F752C9 +:106F700026F3DFD9827ACA6B61A67B7A63F62ADDB3 +:106F8000F50B35BA7F46F57F5F74780BE207E68331 +:106F9000F229AE7D0FBDB746C4CB23F843D037F1FD +:106FA00027CA6BC04FFE79E4C6EB023F1F89FB0581 +:106FB0001D23B95DD991C3C3CF8BB8DDF88E9887F7 +:106FC000BF8BF21DD1063C6486E7197E415CFF1839 +:106FD000C64D789A9122C6EDFF7AEA0418574712F7 +:106FE000EBA7009D9CF9D5175BD664617DAF86FB4E +:106FF000209A3FB4E5E561505EE0E5F35F7DF59AE8 +:10700000A01B05F96C091100CCFB6EC54FE7D070D1 +:10701000DECF33AEB673F9C41F51DFA37F4FFD3F00 +:107020009E5BDF13519FE92997535FCCCB8488790E +:10703000AB8C98B7D111F13A190F98E497946BB3D0 +:10704000F76C5A9B46E7FF147A630DE4B35519C0F9 +:1070500058741F6D5AEC30A44FA7DE13647C7C1F5C +:10706000EBEB76A0DD6A945F44AFB6AD28AFA72006 +:107070007F53DC3ECD9380F4D2B8361DCF23F78901 +:10708000DA6A077EBA6ECD261DEF91A6F789D9AAD6 +:1070900041BB3306FDE6456C4F53E25E9FA07C0F7B +:1070A0007DB6448C637B44DC1F517ECB45E4F99A6A +:1070B00088FA2B23F23744C4B745C4D79BEBCF9A49 +:1070C000CBF74367C1FC21E22EC6277DFA48BBB04F +:1070D0007510EEB795F6B962EB5A30BDC737733A03 +:1070E0001FF4E815D38C742AF7696B53981FF58148 +:1070F0007E01F954D0E702745218A9BF64BE371D4F +:10710000D38F08FE60FE53D350CEECEF96439CDF46 +:10711000DA540ED7958F9E7A7D0DD5E7EB947BC51B +:10712000BE84BCFF82FB2ABBCE23FF9FEECBEDCA01 +:10713000FDDFF0F719FCBDACE4CFDA9FC0EF17AC70 +:10714000BBF35ABA5FD0CD6FBDAC2BF8FD83A6F46C +:107150007906FDB0BF57DAB7B84FB4BF077F5761A4 +:10716000FFED03BFC5FB0BFE06D59DCFE83EEC2926 +:107170007CC7E3EDD07087F13EACBE989F57D653E5 +:107180005AE3E619E0DBDF30B0DC6958F77E2EFC0D +:10719000EE6F67DEEA407DDDD6EBE68E0A84B787C8 +:1071A00046F0DABEAA7328C5786F93DFFBAAEFC357 +:1071B000E5981EF711DDC36D4EC18B73982EF6B99D +:1071C00032A7DBB19DE614FE9E841E37D361358C59 +:1071D000C793A271B85CCC6BB4C7DF12F3F84C1F35 +:1071E000F10E83EAA071031C0EF4C7DFF04DDDA1A0 +:1071F0000EE847CF1EE2C4730DD97D73F979608B19 +:10720000A31CFD4357A9EE41CCB09E9C6111EBC677 +:1072100088778A6CB8CF5F627A6784DE65E87EC75C +:1072200025DE2ADE4DF8FE7785D6F77151FF905F97 +:1072300022F6C7C3EFF9A8743F8CE43FDAD57A523F +:10724000F85D21C33B3CA3315D17F7BAF52CB6744A +:1072500032D159AB8E7CB7B58FDC97E3EDCAF757C7 +:107260006AC5FB3FDDEFE8F4B096EC81F9EF8CB531 +:10727000BA9D2C9C2EFBAF15FD5CE8BD1D09CF2FE0 +:10728000FAC87792DC87DE4841FF458C85CE9BB3F8 +:10729000F3BFAFD3990D2A3E36FC6ECB5A710EC6A2 +:1072A00016CBDF4790E99DAB47D0BD99B5D23FBF24 +:1072B000449CD316EF2674BF3794C2DF4DA885FADD +:1072C000AE12C3BAE432DFE3B9D83D39E95790F4DE +:1072D0003114EFC0A622DDA7AD24BEEA6127BA5F54 +:1072E00097759CDE4DD17F3CC28DEB966E3EED9145 +:1072F0005E8EF778DA1A92577619F8E4EDC5531CCA +:10730000738AF1BE4FEC02A4EFABBEC95C59918207 +:10731000E749AE36F1E5BE1F9F3AFB740A867174E9 +:107320000F6EDFD7C39DE897552D9D2427D8D7D161 +:1073300044EFA3126AD29D06FE7855D04389CB73E1 +:10734000B00F846A1AF0416C589EE969837CC82F9B +:10735000EB62E9A6225B27F67B9B15F3BDEDECBE45 +:107360009CCFB2857CCAEE2BDEA1D39CF40E9DBCD3 +:10737000DFD9D64B5B61B4533F16FD7F2CF8BFAD10 +:10738000D7AD876619F0D5667BEE2F43105F695342 +:10739000DD749F09E51EFAF59B62DC38CEB61E76D9 +:1073A0009AFFB61ED6009EF3696B50F9799A043B9A +:1073B000E90B79EF4AFFAA8EE462765FA7E97D9A2E +:1073C000B61E2984F7E7D5C6435C2ED869FDFCF6C6 +:1073D000E2E46F515EE97A02DD377DD7D23518F9E4 +:1073E0002FBB6F92786708D8C2E00FBB2E2C17E82E +:1073F0001EEAF7C805AB78DF89BFA774117910DDE5 +:10740000D7C58CEF37FDABF2007FFA9073F9BD9BC7 +:107410009F457DC9D7DDF5FF9FF8E4BA083E791E88 +:107420002717F1BF8EBF4FA6A7EE8933EE23F6EFE5 +:10743000CBE9A42D2681EBB386E46F912E6C6B66AD +:10744000A531A7B19CCAE5A75DDE4BBD9AE877568A +:10745000EC749DFC04408FD3801E4BFA6A54AE3905 +:1074600091DBD7BAA5AB1F9D0772F906F6857EDEC4 +:1074700017F728C3F71F13153C872AE197FA4DCE5B +:10748000FF17DD71FE1E8A3C5F2ADFEBB36D51E909 +:1074900082676DA687DE3F91EFA4C8F368EF2BDE0D +:1074A0000E948FFE2CFE7E813C97B62E65AC03F9C0 +:1074B0007D5D0B7FC79789F758E6887AF5F85E0AF5 +:1074C0009E5FEC9B43E3F19D708C8D7722FE4EFC1A +:1074D00005EF61DB7EA4D2BB46CFFD53A5731257E7 +:1074E0007EC6DF43F1AD7199DE9BF09DD6C6A27ECC +:1074F0009DC51C74EFE1DDF81595ABA05CF37F2B07 +:10750000348EF795C6177D081FC4518E8CC87AAD8E +:107510000ADF4119B13595FC24CDB7C4C5E3A2E912 +:10752000086BEC4078FD1B54E2A3669D1DC8C07932 +:10753000551249FEBC93792FBD6FF24E9E2D11ED71 +:10754000BB7A8D1DC0F74BE608F9512BCE31225E78 +:10755000ECA5E1F74E802ED915A5E17729DA2DC0EB +:1075600039A5E4DF21FA5D28EAD7E37B27E8475015 +:10757000F70EC6FD6C29AFB4C441E42FFA78CFBC36 +:1075800021486A7AEA541F8EEFCCDE1B87201E6EDC +:1075900046BA8179BF73C2BD5E7ADFD6DEE8EFC935 +:1075A000F0BD0427BFD7B37E1D9D176CD85BC1EF1C +:1075B000032BDCCEB858BB4D821EEFF442BBEA254C +:1075C000B4BBCD7CDEB0F9A75176A53F6373B74459 +:1075D000A40BBFE32CBF39BD768339BEA3AF58A738 +:1075E0005FE63B0EF7F6FDD7DE71D821F859BEE312 +:1075F00010F693DDE6403E3A9BA9D17EE23A07E7DA +:10760000F775F88EC379ECFACE2646F736BDD8DE8C +:10761000E030DF493EDB2FFC80F83E1CDAC9E17721 +:1076200060B2143FD901ADC9B82FBF4BD0C5735656 +:107630006E57CBF760E4FB0BBBC4BCFFE17429BD04 +:10764000B3B02F545A6EBC0FBE5FED7C6C28E913AB +:10765000CE97B0ACA87CEA3C7818DD4735ED97486A +:107660007B5ECA87CD026E49AF91F55F11F2AD33F3 +:10767000E29D18DF45DE89995B30F2459457922FE1 +:10768000D8FE19CC45F7750792DFF01531FFC0BB66 +:1076900063713DC2D2BDE9463FEC3F0ACCFB3C9B47 +:1076A000BBE5D8E5AD67FEF188793DB3498CBF1BDA +:1076B0002EF1BE842AF67BEBF09C12F0E929313FD3 +:1076C000F2FD98BAE8603E9E1797EFC854DAD80DDD +:1076D000D5B1FC5ED47203DE4E093B63FC465E0E00 +:1076E000D67B14623B0FC686F3EB46F27A322EC786 +:1076F00029E1FB4781B053C47D9F48F847C7FCE3AD +:10770000293C1F55DF6273E07B57C7D0CF84F2ED71 +:1077100059F18EA69DB9F17DD263AF0F74E33EC2DD +:10772000A7305E943F0736F54EC0F5E5BC7695E18F +:1077300039D625EDFC1D79F42C5719EE112EDCA25B +:10774000D07B2DF587393FD4EF5603F834B0BC37E2 +:1077500006F9546F61407FDFC8D7741512CACF6F26 +:107760005502780E78FE3673BEBC4FB5A435225D47 +:10777000DC436B88781FF65DFC4FC6B97200F88554 +:10778000E820A5D87C4FEA52E581C63C3D8BC9FE76 +:107790008FB8072AF1AD0553AFC5F5DE4BC9A588F3 +:1077A0003FE04B7B99E1FC9ADC1F38DD049CD01B49 +:1077B000E46CD3020A65FD334A9BB527FAF7FFCE86 +:1077C000E83EC0F0DDBBEE1EE1C4F28D64A47C7C1B +:1077D0007A10AD4B3F06BEE246CB6A614F0528BC2E +:1077E00072779B8AF2F8E33D4763E83CD3B9FE7DAC +:1077F0009AEFB3A7B5C0F9CE2574DFC3FD4734E5D2 +:107800004B3C9EFC11975F92EE4788F6DA1E4BDEEA +:107810003B1CE92726C181EBECF9E29CC2C99D2AF9 +:10782000B573C29EF0C80468E7C4F62969F8F8D7B2 +:107830003CBDCB8A176ADDCF56C7E3FECADFA15C29 +:1078400090ECC6808AFA7A7825A3FD87E1418D39CC +:107850005DB855E89D8874316C0FBF7F780AF719C1 +:10786000B8FF83F619E63DA3129F49B8469571B853 +:10787000243E6F2DE6FCF8C1F6A7A89D0F1FD61D6C +:1078800008CFC70FEB446F8B803EF1C8FA899D7C0F +:107890001F72D15E251005F91FE27D4DCC7F4D751D +:1078A000DB01FF4B96E91EBA271941EFA37672FF61 +:1078B000CEA256FE1EB7A4F3459E00BD2BCB049D61 +:1078C000DBE10F9E7F4F64AD77E0BDCD1B77FE30CF +:1078D000FA8EA4EBA5C5E2FDE352567A39F7FE4EC7 +:1078E000835E42FA93E949AD032A7A52AB7ED3F91B +:1078F000F6662BA373EC7E4BB41BE5C4C5DEA9BEB4 +:107900004D75BC80F6D0F1626EEF7F6971EAB89E6A +:107910009992D2399A4CFD51160FDE7B63CD369287 +:107920003B91F0DD25E62D07653FD47FA298CB354E +:1079300079DFAB59AE9353C53D03B19E90F5EF2D62 +:10794000E6F2F189622785EA400BC9D34E9D65F3C3 +:107950007BEE8E2C2C5F1D93F4393E39FEC0E3552F +:10796000D3F11C7BF588A45B72C1027CE4F129D3BE +:1079700071DFA97A60D26F7320BEB37832CFEF9FE8 +:10798000345887F8AA5553A78F86FC178A3DDB8B9E +:1079900053C3F0C97621FD7F30BD22CBB7A318EDCC +:1079A000226BEC7AB47BCE285D4BF1413659FE5503 +:1079B000851DF983128E237CEE628CCB719F3F3C38 +:1079C00053EC798CF76B4E9F8D4F06013E66FBF9A9 +:1079D0003D1AF879ED69E1EF13CC96F76AD647BC0A +:1079E00047EFE6F7BFE47D2979EFA9287C9F6BFB81 +:1079F000E5DCE73A23EEA145DEB353F6F2FB68CDB2 +:107A00007ED619457AD97C0F66490CD0537F0C81FC +:107A10008EA0DCF2DFBE13EF84CE172A5C0E315F3E +:107A200019ADD76E76F0F130DF70926FF29DB20F24 +:107A30009A58631ED2F5C46001CA8B7B55DF5F1173 +:107A4000FFA75D4FC7A39AFF60FBDF7EED87F95963 +:107A50002CFC3CEC5B3588EF90B4BB8AE83D87D3C7 +:107A6000BBD665E2B9F0B704FD9D7689F790BEDD1F +:107A70009F7D3B94ABCC1937F82E1AADE77031C916 +:107A8000DD083DF0F03482735C2CC87D18EF48A708 +:107A900022DED161FE38BE7E6578BF4B87502D0D4A +:107AA000CB6DCC8FA7B70AE6A48B7531DDEBEBFE6F +:107AB000AE84988F73E6095800DF45B4D8998EF2EA +:107AC000BE886D77A05E93F3F581E0CF0FEC9C2F1D +:107AD000E57755963FCBEFB32F57B8BE5FFEBA4A56 +:107AE000E7A996B4EBE7D5EB1FB120DDF35EB07DDF +:107AF0000EC93729D7F09A39D2CF44877669F26C0C +:107B0000FBA84B9267F67E423F0F60032E533F2740 +:107B1000F43BCFBC8C51EB9CF8AEE5F2D4C252F1F1 +:107B2000ED1EA29BF9E2FE819CA7E5FF9D4BF77C31 +:107B3000D9E34FD27EE77C013BDBCEEF03DDE152A0 +:107B4000E9BD82AA3D3D99139216EE51E85CE084AE +:107B50003DC9148F0F6550BCEA973D46F27713F884 +:107B6000FC56FDB237C53F7CE4CF83C4FB4FFC9E7F +:107B700090A063392F9FD6F079D1FC45F797A37D6C +:107B8000DCAEB38093CAD3BD2CAF00C72BEE6179B6 +:107B900059E4BD716702B6E3053B8DDE4FF7707F98 +:107BA0008753DCBFB2A55B98D3301FD3DAF9FBFD56 +:107BB00051CE68E634E0FF75711FAB59C879E6F71E +:107BC00074E0FABE46D0434C6192A97C4D6C3DD125 +:107BD000459CFB0A53FBCCC7D76FDD74826929FC37 +:107BE0005E17B63FADC67CFF6C5D14D7237AF927CC +:107BF000A427BC828EF472F33AD09B3996BE0FE074 +:107C00008DB84F1F4947D5928E8A5891F1BB000617 +:107C1000BC13FD7F0A7A1ECD1BB03AEEC77744A68F +:107C20000BBCAF95F7B4F09D702CE789A377FA24CD +:107C3000BD75A0DEEBCFBF33641C377E67C8881FDD +:107C4000FCCE90318EDF193296C7EF0C19F3F13B61 +:107C500043C67CFCCE90318EDF193296C7EF0C19EB +:107C6000E3F89D216379FCCE90318EDF193296C7FF +:107C7000EF0C19F3F13B43C67CFCCE90318EDF193B +:107C80003296C7EF0C19F3F13B43C67CFCCE903122 +:107C90008EDF193296C7EF0C19F3F13B43C67CFC1B +:107CA000CE90318EDF193296C7EF0C19E3F89D2183 +:107CB0006379FCCE90318EDF193296C7EF0C19F341 +:107CC000F13B43C67CFCBE9031BE56D839F85D21ED +:107CD00063BD0EB6261FF54E8AD3B703E59025E6A1 +:107CE000B486F47E68267FFFE4D3F6290EE2FFCB4C +:107CF000F45F3CDA4FD877828E3F67B1D75B722E44 +:107D00005C5FD2E77AEC2B15E97C02BD23FF69ABFF +:107D100042741EA99FA53D9700EA5533F49BE8B134 +:107D200033CD30EEE44A87299EEA4D3795EF51E393 +:107D300034E567F80A4DF93D17B84DF1ACC632533A +:107D4000F95E2B3CA6B8CB5F692A9FBBDE6B8AE746 +:107D5000B7D498CAF7DEE633E517051698F2FBEEBE +:107D60006C34C5FBB5AE3095EFBFC76FCA1F105C52 +:107D70006FCA1FD8DE628A0FEED8662A3FF450C061 +:107D8000943FAC73A7297FC4895653FCCAAE3DA665 +:107D9000F2578782A678057BC9547E94FD55537CA3 +:107DA0008CE34D53F96BD2DF33E58F737E68CA5F86 +:107DB0007CCA4DF7A7D91F14BABF23EDB2F1859F36 +:107DC00098CAE92960EFE3B90516EDC673CE17B27C +:107DD000F3A53D57E5FECAD4EF6D2AB7D3134B7216 +:107DE00084FDCFEDBD66BF97FCFC49B810063E4947 +:107DF000C0FBED49FC7C0ABFB79F427A9754A7139A +:107E0000CFCB80DD0391248BCB85EB9098B03D9A4E +:107E1000F99DE1FD8D8BD9A3BDD06649A5EF79A56C +:107E2000940CC6F5DAAEB1B8CE59C8FC77201C6305 +:107E3000D4E204FC3ED22B51E7F7678DB3031E0D4D +:107E4000FDBD14D59259FA3DFC3BCE7E9ACA77B758 +:107E50002BDE1751607C46BFCF4F60FDA5019FB65A +:107E600034019FC102FADE2607C5B734A553FCBE14 +:107E7000262785DB9A0A29FC59939BF2B73795513F +:107E8000FC81260FC5034D9514EE68F252FAC34DDE +:107E900035147FA4C947E1CEA605143EDAD448F9CB +:107EA0008F37ADA0F8AF9BFC14B636ADA7F4279B77 +:107EB0005A28BEBB691BC57FD714A0704FD34E0A8A +:107EC0007FDFD44AF97B9BF6507C5F5390E2C1A6DA +:107ED000768A3FDFD441F1034D8728FE6253278520 +:107EE000ED4D2728FC535317E5BFDC14A2F869E1D8 +:107EF000B71C5FC2D76BF4702FDA2F237BD3FB86BE +:107F0000327D4D816F7C496AF8DD0CF93E46E4FA1A +:107F100021721E4E8AF6F591FCFD0BFD8A821D78BA +:107F20007E34FC7E857307AE25A78B7EBADFC31037 +:107F3000F6F77C4187F27D0CB9BF315FD0FD60A4BC +:107F4000C742A2C7972F677D24D7D7CFE7F9EA7139 +:107F50005C8BB22C7EF22FC4F2FBB91FE6F91662DD +:107F60007A7D6CA3959BAB6E4AAFB271FF52D74B33 +:107F7000AA7B87F3C2FD358873D617CCDFF761265D +:107F8000EA9FCA7FAAB46FF78A1E57837E94DB05E7 +:107F90001E6E2FB198C25BF2BDFF89F07C90DF7836 +:107FA000FCE7AEF07DE049B82407BEAE664E7A9F8E +:107FB000640AF3BC809F1A9906861FC6AF657E0AC5 +:107FC00027E5F99A91EF66C0C201E3BEE1367A97E0 +:107FD000B3CAC6F922128EBB051C778BFE65786F7B +:107FE000BEF76E6CE758BEE7919BA048BBB81F3E3A +:107FF00091753D80707CF1EC27C795DC307EA5FF44 +:10800000E28E0AB18FBA4C7E67E89C7BFA945F7768 +:108010000BF7E344DED397F7EC3F6DD4492EE27DB6 +:108020007EF46F7CDA78CB50DC979F09EB37DCC7A6 +:108030009772B20EDF1929C57701ECBCDDC331742C +:10804000BF2A527ECAFDA03AB02F713DF84C3EF7D0 +:1080500097BCE2FD44A7EF3FA4F0BF6786F5A4F705 +:1080600015815E1E277A19A6F2FBDC0EA0977E789A +:108070008F9BD385FF4FFC9EB5E6F07AF05C70FDD8 +:10808000F6C401B44F08F483FEB2CF4AB8FF5CD205 +:10809000C75271BE5FD205D0DD1E6CFFE367861646 +:1080A000227D34EC1B46FBEECD16718F5BB4CFD036 +:1080B000150EFDA909C5F41E5C151A154897C3E2F3 +:1080C000E85C729BCA56EC3A8F1C3D22E6F595742B +:1080D000FEAE60B3E04F99FF8698E73744B9AAE750 +:1080E0005FA277A196B6EB6EFA3EC3A0CE62A39FC5 +:1080F000A79B9E573C746B9E81DE1BF6BCC7F7079F +:108100005867F1E4380E2ECEB77C4F59F6A3A33F43 +:1081100004954D8A76BA7B7D918378E2FA42D2A5A6 +:108120006A8DF33D186B1C47375FBC83F4887C81F4 +:10813000EB82893667C2B5007A27A010D737BEFF19 +:1081400071D0BB23B3999BC2B9CC4BE17C2017E41F +:1081500003AF7F9315E779116BA5F4A56573B23171 +:10816000DEC0BA46A7437BD3D6AF7A211D4099D251 +:10817000B2694C06C03D3930EB050CAB1F568EFB87 +:108180009DC4571FE37C752A8D6BAF80FEAE7BBC10 +:10819000626D4F489F28FC1B40871E15F56A9EBBE9 +:1081A000D30FF3776C5311F9A53F2BE1EBDD7BF394 +:1081B0003D9F21FC75AB19D18B3C57DECD57653700 +:1081C000BEDB13CFFC685DF41E66C33E5B12AE2BB4 +:1081D0001731AEC7C3FE1DAEBF25DFE0BB7EF44E38 +:1081E000E613FC1D87930A4C40E979DEB71076A8A8 +:1081F000E487C8EFDA7D69E17604CBF6A597E686D9 +:10820000F5F5494B60487C2EE9F384FE388F237DD9 +:108210001B06E07AF9D78ABB1960399918C86E8CA9 +:1082200035E9077A674AFA0F7FA2737F5CA4FD2BBA +:10823000C71109A7CDCAFCB87FDB6DF794BDF895CF +:10824000725E787DE9B871DA8C53928B70799DE714 +:1082500083638DE8BFFD1FDC4FEECFE2DFA189C451 +:10826000A7E2E0FD5CC8DF6A8BE67049BD75613C42 +:10827000F2F92AEFEFE2E704047C20400A1DD0BFA8 +:10828000A645D33BA7AF4671FF9BF4ABC975F24A35 +:10829000CD37A2FF60CCE77EB976D70779A47FBF40 +:1082A0006DCEE4E71D83A6F796264ABE2AD34D7C01 +:1082B000C522FC5AACFCFC7E47AFDD41F26F327345 +:1082C000937E29628725FEC8AFF57F4D33449A50CF +:1082D0007A000000000000001F8B08000000000072 +:1082E000000BCBE06060F8518FC08BD1F8E8988329 +:1082F00013959FCB825F3D219C01D49F0CC471409C +:108300001C09C42140EC0FC45E40EC0AC4796C0C1B +:108310000C99409C02C4F1401C05C4A1401C00C43F +:10832000DE6C0873DCD81918FCD8F1DBB59A0D5354 +:108330008C851BC18EE1A4CC2FA378E863453E0653 +:1083400006157E047F033FAABC121F82BD509832DF +:10835000BB3601F50300B982EFA2800300000000E4 +:1083600000000000000000001F8B0800000000005B +:10837000000BDD7D0B7854D5B9E8DA8F796666B2EB +:10838000934CC2E4053B0F20541E4388181475F328 +:1083900090C61E6CC737F5503B204A409088D87273 +:1083A0007AACD9900711538D889522EA4011B147D4 +:1083B0007B22A2B556BD035AC56ADBD8627D1F6316 +:1083C000EDA9D40752AC85F6DAEBFDFF7FAD95CC75 +:1083D000DE3321B13DE7BBDF3D50BB587BAFD7FF5C +:1083E00058FF6BFD6B8FCF5FC00ACF64EC33FC038B +:1083F0006591C6182B1E2CC77C4B4BF64E847F33E1 +:108400008BB112C6CC00FCD3646CCEF5C74BEB1A13 +:1084100018DBD15EADFAA05ECE146ABFBD6B7FF0F3 +:10842000A4283CB7591C7BA9D7C7CAFAA1FFF6AA52 +:10843000789941E33015C7A9F2F37118B369DC31BB +:108440008CD777B49F97CF4250EFEEFCA33679706C +:108450005DB2ACB55596AEA371D8670CFBE97FEA67 +:1084600097F52AC6688A62FCBFB98C4D8721FDFC4E +:10847000DDD36F1EA3F57EBF4B653E96BD8E1DDD21 +:10848000B0EE86C175CB75E0FAACE983EBFBBCEBD3 +:1084900021F8603D53585A658853DB7A3106E3D59D +:1084A0008BF198DEA126C28C75B49ABDB51EC6BAF2 +:1084B0005A1995DDAD7E2ADB5A0D2A37B6C67A6B7E +:1084C000C7423B3DE137605D0113DA65CC1B8E434B +:1084D0007BFF605D0F198E7A5E5DCCD19EB1058405 +:1084E000774DC0EF8D9A8EF7ABC3B3FD08FFC6562C +:1084F000A0BC0FD7E5A7728AA1BEED03BADCE08964 +:10850000C71280ECFAD015F319D40311FB151FE044 +:10851000AF3DEC35D7231D8C797FC0E73F1B3BCFA8 +:10852000DF8F783CA0FFB61FE6AA83BF9F55433B71 +:10853000BDAB10E198C2F8F3417C311605FC9CC933 +:10854000FF09EBCE780FFF9D19556D5F04E9ECEC48 +:108550007766C8BB4885F9FCA3AD5802E74BC17BE1 +:10856000090FCC77A671D1950AF4639F3A9F4BFA15 +:10857000A45B0D82EF47AD75CC1ACFD8FD5037B153 +:10858000FE376D416F06DF1609FE5F7D8ECA18C08B +:10859000BBF5717307B2FE26FCBF93197BD4D3F2EF +:1085A000CF0CF8DF3EC76BDE43F01C797529D4EFA2 +:1085B000585952BF11FA4D69E6F8BB43697987DA19 +:1085C0002DE3EDEED7D3E761FD8E1585AAAD64F3FB +:1085D000C9C415AA3D0AD65F3F1FF01DA1FADBE30F +:1085E0002723A16F7BDF07FDEA125E7323E2FD788C +:1085F0000933A761A79E8F1558DFC485F01CC69B61 +:10860000D82CE8F1E6AE00EE47490F0BFE221EB66D +:108610008E901EB398C7498F1543D023C1E9914569 +:1086200087854087C943D3C15DB6B5A6D83BC0F79F +:108630009DAD31A24F7BAB49E5CD4827286FC2A63F +:1086400033B2F7658FCA9A916E3D41D6BC07E16D92 +:10865000ACCFD94E968CAD23FA75C25E6365B42C4F +:108660008B3532E60B0DD4D3C15A981FDF9F2ADE1B +:1086700057C0F8CAC07B9B01FC9ED0C07B3B0FDA81 +:108680007706F8FBFF60DB2C7BE660FDB0BDD951BF +:1086900097EFDB3D89342B60EC7176A93531E0181A +:1086A000DFC2F133D7E7CF315E7B80CFAFACEBB128 +:1086B0006C58DF7794748CD5803C51FA62CC60ECB6 +:1086C00029E837B711C7853A48BA5D9B16D94FCF0D +:1086D000189CE7757B916D030C8B58E2A788FF19F6 +:1086E000B123A5C0F930AFB5804D65EC79EC0FF33F +:1086F000782A78FBE7D98D569B3E8897DFD81D36C0 +:10870000CEEB0BF53053C84F9233827FB4EBFCB6FF +:108710001641BDD018273E6C2C64AC14EAB516C3C4 +:10872000BAA48766E8BFEF77C82BC117A2FDD07443 +:10873000E4ED60FD6FD2FA8D235FC5F5FF145F0194 +:108740007D679735FE7226EC97509F278E7A20849E +:108750006B84BAAFC19B62C0B75EC433B08AF753B3 +:108760008D9D0A533D819B0FC6F1C5CA582A733DA2 +:108770007A3A86725B8E0BF3BD9F892FA87F78A211 +:10878000F903627EF77C8110D461DFFAE2B01E2526 +:108790007BDEF640CF0294BBB30B1BBFC2689CB11B +:1087A000AA0FD60D2468C271E20A97433A8E573F4A +:1087B000B87E39AEA7818FEB319CE3CAF1002F0C54 +:1087C000C70BB9DAEBB8CEC2EC71DDE3C036892550 +:1087D00026E13EE8FB7CF46F00FA8786A7FF7FD78F +:1087E000B81F038008EF9A93BD299BC34BC2D70DD6 +:1087F000EF007C2EB8D7FCFCA918D2D98B0F0A0742 +:10880000E9F967D14FCEEFA6E748E795FDB3E7FD5D +:10881000758C5567CFEB5E6F16FF8E701F458F4FBF +:10882000605611D835281F404EACFFB697F6CBAD39 +:10883000364B219FDC7AE02CB29336ABF1E790AF58 +:10884000ED5F79D83D30F56694BB48A7EB1AA8DFF9 +:10885000DDE196D2F34243CBDD5BC1CEB041EFDE2A +:10886000AEB005BDD06E2BD453B0418A7A41EF81B2 +:10887000BED8DAAC0617015D6FF730D2C7F0FC6DD9 +:10888000D48765CB74FE3CC09F477BB99EBC638593 +:10889000681FE6E395AFE4EDA2D82FC3AE8CCE57A8 +:1088A000999DA1CF4C6F7C5122C73A3B1495F0F1B2 +:1088B00063A187EE177AC80CB2C5888FA2EBBDE61C +:1088C0000E25BBDF5D0AB78B6F453D063272FFBADE +:1088D000790AF263D17C6B9F0EA8294B004F02BE30 +:1088E0007EEC49AD8B80DCFF1785592D40A7E8A1B0 +:1088F000F425289FBBD63DCE7C809F49095E6F8CB6 +:108900003CCD9EA53A2379BB537995E4EF0CFF91BA +:108910005711FF3360FFB621A9F41EAD85F01FCDBE +:1089200049E7D47FFA17A4001F33ECCEBEF3D12E53 +:108930006229A2837C7FEAEF805F32F0F263849742 +:10894000ECA21895CD0A9767721F16E13F018E229F +:10895000DC8793711F36291EC4CBFB8CE45C6ADD77 +:1089600077DB90CFA3BF6371AD2A7B3D4509E7BE9E +:108970009CA13BE1F9AF826311B3EE568A871E2FAB +:108980005B8F24EFC5F633849C8E26525A327422B4 +:10899000B8FD65CD08F7F91CEEA1C677C37B2BE2C5 +:1089A00093CFF770AEF9FEBBF0312304E336FCE35E +:1089B000E3465DE38E14BF6079083E4AEBA84F079B +:1089C000EB16E3753BDB2ECC94FB51EE276AD120EE +:1089D000C97F2D0A78CD5C87E8E71DCDC88FD510FB +:1089E000CFA5A2332C51AF887F1FEDE377152FB5AC +:1089F000D3635C8FBCA526DF253E990F2219ECDFDF +:108A0000A0E8E281F114B413CAEAF293A86742D154 +:108A10009C7665576BA250F764D43D5C0E49BC79D7 +:108A2000AB59AA88FC91CBCCF3260D3D8E1B5F6D14 +:108A300095F15792402FBBD81BBF870D0D8FA27A9F +:108A4000B91D10F5125F023C8A7A72363C7E03042F +:108A500009E88FB6F0B813C2D32EE071D3BD5DC262 +:108A600035C2F50FF5BEBDD28A2D42FD11CE0D9750 +:108A700007E102BC57AA5E610778894E9EA8CD70B7 +:108A8000DD005FA59A835E8C2518EA3F377CBAC16A +:108A9000F7AB9C5FF75F54A8170DAEF30BAAC1E7C5 +:108AA0001958479CC6D10C46FD226AF20B884FE04C +:108AB000BF3EE2BF9045EBF0C6E0FD142CAD05369D +:108AC000F06FFBBE196C22F60BC5D90A28BDA12494 +:108AD0009B0FEDDAA55F196D70EC93B1AAEAC09314 +:108AE0001B6FA5420FCBFAD64AC9574EFA6F5DC627 +:108AF000F5747B71FCFB88CB39821FDCF801BCCD9F +:108B00005133E8A91B1C9F5B97097C2DC9BD8F4B76 +:108B1000FDE73BF055DD64ECD74DC6376E09992271 +:108B2000F46723E3F8DB143BB46511BCEF528E7499 +:108B3000AD83F5848C3E52BBF581E4F999F3173689 +:108B4000F5D2FC92AFCED24281DFA21F6755E72F4C +:108B500086FAB75425271FB581BDA0839F7877ABD0 +:108B60009FCA636F8EA7F50FC56F9DADFE82CCFDCA +:108B7000D9195AD25585FC1755E363619D5AB8E15E +:108B80009524F25D81594FB2C65274842B88F887C0 +:108B9000F72B5461671B2D92FF5620FF497E947C72 +:108BA000576D252C8C7B55B184A5C078055D2C9E16 +:108BB00016B8D133F0543893FBD1808F6B719C7011 +:108BC000D4988DF80CCDEDB5B194F8E8B154A2EB82 +:108BD000EAB3C6EDD032EC8D4704DFB0BA42E20F03 +:108BE000A6C7C93F196A1F6E027C4D1CCB01C37515 +:108BF000469B580AF9F8467C0E7839594D74E03A8C +:108C000040FF2808CFF71426E220318AABB58B75D8 +:108C10006FFA5290F359A5B11DF57A0FAE03F9AC76 +:108C200059E06B90CF7A687F0ABC483E8B3625D2DC +:108C30002AC0B7CE9BDC8C7CA0C7E306CAA3A0D217 +:108C4000437B4F53416E8768D97D386F91C206FFD1 +:108C5000C0BCE15A7307CA859D822F8A1A3BAFC6F2 +:108C6000B8436148277C16F52FE2F1A937CEFE0301 +:108C7000C64DE039C55FA2F3D39602F396D6C6D7A8 +:108C8000A1CD7D8D37B993F03E612FC3E785402F8D +:108C90002F0C798B27C1302EE299D963A1DFD5162D +:108CA0009EC71665D8870F0BBCEB5166A54283742F +:108CB000DDA4713EB9796675606908DB05092FD5B9 +:108CC0006CAE85E355C136417EF0087E00BAEF45B3 +:108CD000F8F39AFA68FEAA28AC8F11DF8F423CDDC8 +:108CE000E2314AB1DF2D612FE961C0C741C46F9EF7 +:108CF0002A7061C25FC04F48E5F3B6AA1E9AAFEB77 +:108D0000DB1C4FD03765029E34203FDA6105B52C5D +:108D10008513E4097C49FCE4097C15C5E316D225DA +:108D20003AD15C57C5F17380F0C3D24CAF42F9DB46 +:108D30006B215F76EA2D6F7D1BC6EF3CA0C56D33BE +:108D400083FF589CFC0E89275F0CF65B0EBD2CDB65 +:108D50000F6F27707B400F717D26F503F0E96BB82C +:108D60002EDDE07C3A523DE45DAB99BF43F9A51B93 +:108D700014D7936BEB3416DB88AF4F909688AF9E79 +:108D8000A969C417B03DE9255C880AEFBD8695DA6C +:108D900048BC98A2FD20ED117F9D331EECA908B2BE +:108DA0007426DC0BC0CB83F9AE15CFBC6BBDB40E03 +:108DB0001DF4039B3808277A74380E4EF1590DD6EE +:108DC000FF95E691FDF4104B07805E1BEBEA5932EC +:108DD000831F75EC076DD0EDE0F13B67BFA1F1E2B9 +:108DE0009AEF02E73A47DC2FA49BBF977DAA4FD4A6 +:108DF0004F67BF977802E4152002A53F01F4D9E040 +:108E0000618F2AA047DB2A3A9163D906FC3FA06B09 +:108E100027E3746749D5A1C7B40AF56D1FD96D263C +:108E2000E79718E72B1FBB284D71F6D8C8F82C4FD1 +:108E3000E8D73795E4382D432F79CB0EC432F1ECC7 +:108E4000F5727B924DBC80DA774FFD461AF7B3B7C7 +:108E5000DA984ABC20F8AADB853FF0A009CE1B4473 +:108E60005CD31BE3FA23509B243AFACD1E2A7D15CE +:108E7000B6B027F8FB017E9DC8F571679C9F4F78BF +:108E8000FD69924FA19E7D4C73F069925D007C1448 +:108E9000602AF1C31D50727E48D1FC3E705C33F9EC +:108EA00054F2A11C7FF8FDD8A3209F96BEE1A3FD3C +:108EB000181DDC8FF3116FA54B84DE90F661E20282 +:108EC0004EB7A600E1E51E71EE903D3EC7CF3118CA +:108ED000BB0FF1AB2783B82F766D5E1C4478776D9E +:108EE000392F3F930EEEF27BA0BFD2E0786D073BA7 +:108EF00000CB3B5A0D2AE5FB3BD0EE82FEDB843EE5 +:108F000093CF7FA27139DEA671BDBECB9F08225ED2 +:108F1000D9535FFDD2044049ED412D8EA1D5F25BBE +:108F20007A0B4E347FC50AE7FE67DAC213AE77EDDF +:108F30001B2F163C9D19CFD1C2D1DF9F04FF38856E +:108F40009D82FB62B8FEC75AFB0A9EF6FCE378D905 +:108F500026E2BF3FD1F6ACB311EFE933496E548B33 +:108F6000FD55DAC5486FD4AE013D826D3FFD8CBF23 +:108F70001F38C7B3428BA04E2605D477752DDE88E7 +:108F800072B4F2258DA9C07763855E619BF9398142 +:108F90001FFEA27CA050368C5BB384A5D2D0AEA6B7 +:108FA000C779DE53CABAFF88767E25CB382FA84210 +:108FB000BE3B9BCE334A5DE70E153A0FF5FFA37417 +:108FC000B8E7FF111DEED07B034646FF728525787A +:108FD000FCEA77CAE20C7E7D4CF0295B1B62EF64F1 +:108FE000C8DB6D4A6F012AA3ED2BD4266E8FF43EA9 +:108FF000378EFCA7FE33D016DFB2E81B1F3D01F50C +:109000008EE2436760DCE9592D8F8FD3C41CF69A3A +:109010009C07ECB667B50CBB767BFB79249FEEF81A +:10902000F49A7D1EA0DBD8352CBE9EE8CF0EE279E7 +:109030009529E86F0A7ACFDDCCE95BDDCDE385CCFD +:1090400076D2BF7A89AD78719CB52C8E7D6B9A19DA +:10905000D92BB50BB97D52B93683EEF05FED66279B +:109060007F8C1276CB28177F98C00745C007B53D87 +:10907000C98D387FE9418DDB0CAEF9C79ABD67D346 +:109080007CC02F29D2E719E368C85FF1F5480F3794 +:109090005F8E42BE9C9C3DEF3FCA777F42BECB1B9A +:1090A000E4BB4FD8A78B7643F5EE8E177E368E5AEB +:1090B000596AA65D25F94E67D65F51EEB2C4C8EC79 +:1090C0009F11B7635F24792DCFD167AD8E0531BE77 +:1090D000BECD6B04F13CDDFE8DC650DF6C5B5D5692 +:1090E0009609E77611A7DD2EE2B2319DF36B89CEAA +:1090F000EDD2329DDBEBDB22FC9C2E7BFEF5C21E0B +:10910000E0F1A071C7C1E0999659F7BAEA3A4B1756 +:1091100065D623A2CEE1682FE67EFB981246710346 +:10912000394F47D826FD098EAE4A769C90674F1579 +:10913000CCF3239CEDA1FA7C6E9725D5CCF3F2F607 +:1091400050F52896016FBB38371E0A9F1D781E09FF +:10915000ED3B445C7C8CD78A1540D95E308FE21E93 +:109160006322DC6E3859E7FE13EE4D148E33DB8D2F +:10917000F5EB819737336BBA5ECCFBA13FA9197F22 +:10918000AE5AC4A81DF91DEEF9AAF420A7DF44FDCC +:10919000AFFD19F2013D6F926B82BF596864765141 +:1091A000A59E3C1BE7B76733B273ECC92CD586FB91 +:1091B000B925E188D341BB2FEB27533B1BCF9F073A +:1091C000DA25B9DF97D1EE7CD1CE72B44B64B55BB2 +:1091D00020E6658E79ADAC79BF26D7C732C78B67DD +:1091E0008DB758B4233B7FA09D9935DE52D1CE7206 +:1091F000B433B2DAAD107030C7BCCC39EFC0FBD19C +:109200005EF99EFCA38EE28BFCE4B7A41638F8CF7F +:109210004D87FDC59C1F9F2E9ED784FC72CD731E6B +:10922000CA63D957ECE453D9BEAD9575ADC8C8270C +:10923000690BEDA079E4F38176A11D46EEE78B87FB +:1092400068BF58B4F79F90DFDB04BFB7097E77BFD4 +:109250003F2AF67F571DE8A91CFBFF6FE23DD313A1 +:1092600014C7F0D6B1DE891972F2FF17380F0BB9A7 +:10927000D755B7BE6736B8780FB62F58EF07FADF65 +:1092800010DBD4330BEA2FD90BD6CF55FEE7C1F94B +:109290000B7DA903CEC7D8D2F573ABFEE7C1F97E2B +:1092A000FBB50E38EFB6AF3D219C1DE27CD33DEE01 +:1092B0009F85DCDFE049907CEF28FE460CD7DB5130 +:1092C000C9F540C8D3B87E1DD427B1E45F502E6DD8 +:1092D00080FFFA506FE926E9A1E1FAF927E809DCF5 +:1092E0006737C4B85D28E7DDAC73BF4796B76150F8 +:1092F00007D61128D5C90E63C5DED458010F9E5379 +:10930000ECD10DAE97057CBF74D53FD00DC7BE859F +:109310007FFC15ED2303E1AFC9A17F847CEC291507 +:10932000FAB9CCA99F3BC33D6AA67EF60B5DF6D485 +:109330002C2FE531CDB9DE1FA8C6F8E30B1AC33CCC +:1093400044B79E9E757DD30113DEF71CF088BC3FA9 +:109350006ECFC8716E037B1CF9A143E413A17D9508 +:1093600029877BCCD9074C90DB9FBCE0E1F3168FBB +:10937000CBC7793B059F740EC1273FF6703E79023B +:10938000C63761FC8781EFB0FC3ED49330CF4350A9 +:10939000C7B20DECFF24E5D7C5A8EC69355912DA40 +:1093A0006D83F560BDA3354EF57B5B1BA9BE1DFD2E +:1093B00007A8FF00FD07286BFEA492FEBFA79575C6 +:1093C00063DC7B4BAB9FCAEE5683CA9FB4C6A8BC76 +:1093D000B3D5A4F296D6BA6E34C16E6A8D53BDB3BE +:1093E000B591CAB9CA79733D646FC5F7FB015F7760 +:1093F0003F585D8FFEC2B43FE916C51BF5F853A177 +:1094000086C1E712CEB9CAECB3B19F765CE5EDFC3C +:1094100071D2BF39DA7DD90374F61FD7799C3464D1 +:1094200033359AB3DDF9D8CE3828C63398A2E71E73 +:109430006F01CE5B7150AC2F9A567CB9C7FB1AB640 +:10944000F3BCC2F1C4623C0E9FA3DD626C37FE1513 +:10945000B1BE8A96FD81DCF32EC576C5852D8B12B3 +:109460003C5E371BF165584621B62B2E6AB95A3C33 +:109470006FF337E0B90F7F5E32D8DE0EE2398D210F +:109480009E0FB4EF49E3734F548CE3E5EDBF378B88 +:10949000D13EF49BC60E3FB0D4A659DC8E302C735F +:1094A0003BD68B7DBC7F6924CE14D86F7EC0AB02C7 +:1094B000F542A8AB9328EEABA8502F91E3155A4C78 +:1094C0009984E77ED00EE0DC047515FA19806715E3 +:1094D000EA2572BC51096A77AB38EF2F1C65939D62 +:1094E000E6314D05B7C65691FF6044F9F8E3CC84E8 +:1094F000AA82FC1BE765D685F0FED6AB19E527DC12 +:10950000ECF9F96CCC078B995C1E3DE1299BB3AE5D +:1095100016D65DC6E367DD532F2AC5787A71396B9D +:10952000C17AA87EC104AC97C8F7F5CBE97D8978EC +:109530000F26BD6D805F179AB662C2A21CFBCE5D7E +:109540007EFCC21C8A9F975CA0322B87BE916574FB +:10955000BE333F66B4D5A7E800CF9F3C1C9EAD024A +:109560009EFB3CAFCEC63CBB028BC3F37A8797C34E +:10957000339A9F53DC3443C03306D60B65E4540161 +:109580008F7C7FAA8047BC2F13F0444EE3F07CAC65 +:109590005BA38C1CF6907BFDE5CDCEF58EF1B2522F +:1095A000EC3766F674B604EADA4EBEBED99D1BD718 +:1095B000AF87F5B59DC3748AA70A7FACC8CFBA70D0 +:1095C0005EC40F9EAB6DF5707B4BD2A5F803AF5D0B +:1095D0009423FF5A96925EC51FF8DFC676925E25E9 +:1095E0001F044FD84FD2B1E483D0DB4591A1E1CB2A +:1095F000A68741F408777EA8DE06BC5429F0CFD8B0 +:109600005F67CFAACDA64FCF3280371FCA00D7B72A +:1096100065125EC06F21D4F74878055D8A63006FDC +:10962000E404F00A7A15C7FCB46E49CF9258F0846E +:10963000FD249D4B62A1B733F1F2630FD7B3C3D1C1 +:10964000B56D99A09BF0A7CBF461E09839423866DC +:10965000BAE09839423866FE7D7074097A748505DF +:109660001C2180A3F00470540CC37F128E0AC17FAA +:10967000128E8A61F84FC251E1E4BF11D3E31C2777 +:109680003D8A043DE438EE7DF49D939DF22D3CDD52 +:1096900029DFBE339DCB83AD387FF1E0FE089FC24A +:1096A000E541FB391C6FED026F45026F43CDF7F8C2 +:1096B0001F9DF3CD3CEA9CEFF1A3B9E79BF9319FE5 +:1096C000EFBF2A5E50E0497EC52BFC712DD32F6E73 +:1096D000493AFC6768778168676B997E7632E9F072 +:1096E0009FA1DD57BD225EE06897C86A77A9188FF1 +:1096F00039E6B5B2E6BD4C8C975633C78B678DD72C +:109700002CD7A7668E67668DB752B4B31CED8CACB0 +:1097100076ABC5BCCC312F73CECBD8D5233AB72B83 +:109720004A781DE78BE126673D2FEEAC7BC4791D9F +:10973000D5AB06E793E3C9F32F96B4C97EBF21DC0E +:10974000F30AE61D6EF6CE9D1385E7371470B9BB9C +:10975000B9737E1B9D136005ECE990B0978F4D5552 +:1097600009AE6058A77C6A0F53297E120AF9531478 +:109770005F15E74B3A4B137DC251164F43BF700341 +:10978000CF9F71F3916C0F84314F94CFA0D7F273B8 +:1097900061BDB6AB8F973A9D07B2858A3BDF653BCB +:1097A000D2C9C7120CF3E2651EC288CFBD467C3E0B +:1097B000C6EAD06EFD260BC6F19CB8C00B762C74A1 +:1097C0005D5BC1E3E5D55A720FF281776ECBD7DBD3 +:1097D000A1AECC5B3B1EFD8A186B51307E6F8CE2D4 +:1097E000795EEC327F1CF3698D3933E9FCB1ADD879 +:1097F000E93F7EE2E5FB7FBF57A3D2C8E3F28DF9D4 +:10980000EDD27333E2C4211FF747E0FDD5484F6D19 +:1098100043F3535D8D50CF67531570CE6E31AE9EBE +:10982000D304701935A27FC510FD6BD883D8FEB85C +:10983000F7F2A774E007630C23BDFB59E73AE20790 +:10984000633C9727ACC1DCDE0EEBDFF2B592A97862 +:10985000EFA5E8CB6BAB50BE0C8C7312671D650394 +:10986000EF07EC6F65E6F5D50792BF41FC849BD20C +:1098700069CCCFD042322F48E48989FCB7B3B48990 +:10988000F9BFCDC0C75B5EC5919F26F382645DF3CF +:10989000FFA2E077D3701D837E6B6714CF45FCF188 +:1098A0008D7C1B2633CFF3611DEF22BF7CDE751C40 +:1098B000F13AF3943A312F29231E717B254BA19F56 +:1098C0003BB08E38ACA361701D7FF60A3F3A6497B7 +:1098D000925C30A00C0FB6EF9973BD82FC70B69A03 +:1098E000FC14F1C462493D137FFAFC641ACB81F188 +:1098F000A371C7F803CF637CFC817A13AF7BF0BE02 +:109900005F0DF2DD428AA7E873795E245BE0CC1F2D +:10991000CBC87F0AF98AB3F39FBEA859611FED87B0 +:109920000A83CE3598D3EF97793D8B1BC580CCBC8D +:10993000F875C0EB32F0D7891E9F42EB0C7AFCF62B +:109940009D4574FF699938F759C212117CF921536A +:109950009B906F3F64BF8A4CCB9023137C22EFAD6A +:109960008BDF5BB2E12FEAB5CB7B9CF798966E71EB +:10997000D6AF60E795E0FEBD62B387CE8596B9CFDE +:109980001F7D9C3E4B594B27C6273A843DB0D8607B +:109990007A11A8C8953FBA733AE69BC77D3CAEF3EF +:1099A0001EC60132CEF99687525E0BDEBFB377DA60 +:1099B00045A731EC9FEA2C43BD51C068BFBBE5CA47 +:1099C000655DCEF50DB77EF77AE579CA50EBD077B5 +:1099D0002B39CF11CEF0298EFCDB6381C86406F6EB +:1099E000C85A3F2FBF198CECC0F25860740AE97155 +:1099F00029066132E3DDFF114EB5D1B95ACB14E42B +:109A000087E1FA2F1EA6FFC6682A817C29F33CFC59 +:109A1000FE16D23B8A9EA073C98DB161DE57C07B12 +:109A20002DF37DC2E287969C8F37D6BAFB3BDF03CE +:109A30003F7EF6D974C6634914CFE2794E5DADFC22 +:109A40005CB7CD93A07B346D2F690CEF73B415B464 +:109A500030B2072A998972C2579BC8C7F883EFA012 +:109A60001655AB045363FE5469D34ECC635BE6F3E7 +:109A700088F8599CEC065FC8B62C8C337992B102F9 +:109A800098DF7B3DB7E36685C040827E5A6C8107D4 +:109A9000CF559FBDFFB205585F1E9BA723C9D6882F +:109AA000713EFCC183D319ACAFF381304B531C27FB +:109AB000E5C57382E57B358A9B5CF9EF619A7FF996 +:109AC0009EA5BBE6C338CA8F4E377F4FF1B636EA44 +:109AD000BFFC91F37F690B78FC8087B675220FD0AD +:109AE0008EC7CE87AE2B7DECEB785F42C22FF9C6D6 +:109AF0006FF6509ED4F2DD05943F39C06F3AB487BB +:109B0000FE3E28CFCBE1E76EF1F138E40722CF4DDE +:109B1000D9BDEF525A5FEFC51E844BA96861FF099A +:109B2000F37D47C007EDE89E927D9F921A0BEF3FB1 +:109B3000B86FBBB77A12CEBBDDBB98ECAE75C4F77D +:109B4000729DFEDDB7D8B8CFFCB546359278CEBF52 +:109B50003F10C1FB18AB766B69CC0B8492F2030308 +:109B6000A6EB1C97592105E87E15892828F7AE2415 +:109B7000397455EF8D949FB0EA51E7FE03BCC6D30C +:109B8000B0EE2B5FD6E2F3B1FED0BD1113D6F35E7B +:109B9000DF3D11C43FCCB3C89B8FF7799CE7CA382F +:109BA000FEF1C2ECF150A3209FADEABD81CFB7F723 +:109BB0009C77F17C7D956B9FBF87FF28CD3E57FE3C +:109BC0005F3E573EC3EEA211D9F1573EF0C95D3654 +:109BD000CCFBC19EF7EFC27CE615FFE7E3BBFE15A9 +:109BE000E3C24F060C9453AB7EF09F777D0BF0F9E8 +:109BF000E1A33E15F9E3F013F7EEDA0AF5C3AF8EF1 +:109C0000AF57A0FE8AD0F7871FFC4B8909E3AC79D8 +:109C1000E2AC5108FF9A87E738CE4FDDE5E1567E8A +:109C2000FF67703D291AC77C54C14377706444E9CB +:109C3000A2CB537B351680F57DF88A8FF20D56C185 +:109C4000B3B5F548A795948F80F5EB00BF57DDBFFE +:109C500081CEEFB3F16C97AB312CD3E598EA7AD58E +:109C6000DEF3BF727A03961ECA4F58C58E90BC773A +:109C7000F75B7510E8396568FA7DC23EF56232CD52 +:109C8000AAFB6FE0F3F602FD22D9F4FB10FF3123AB +:109C90009B7EC75CF4FB84ADB87B2BBEDC5B94D3AE +:109CA0001E9579012B1FBEF084F907875DFB76288E +:109CB0003C370BBFE0699FE5F3E3BEDBF36FBBB658 +:109CC0004691CEBEF87CA4FB039F8C66C01F873CE8 +:109CD000472EC5FD78E4099F81F7A1963FF132E94F +:109CE00097C30FBFE835C9BF612105EC94C36CE091 +:109CF0004F1FDA2D5729BCB26A6738ED8B0CD2EBB7 +:109D0000AAD4B94D66849E933D7F558AF3FF55A929 +:109D10007D172839E877A6BF9ACBCF5431E165E5A6 +:109D2000CED7BDE21EFF005D9546A4E7DBF3F0F958 +:109D300050F494F01B08FF291974DDC9F7ED50FBAE +:109D4000F3F0761FF9EB6E3A1F167970AB52CACB5F +:109D5000B9E83E90EFF039F3454EF53BF34524DC8E +:109D6000C3EDEBE1E1F97CF89A809BBF381B6FEB08 +:109D70004ABDE4FF69112FEDC74E8FF9B28DFCF19A +:109D80009C87ED802E6D91E9CCCCE1D7B5B7F2730D +:109D90001359D743093A57D0A3463DE546B8EEA13B +:109DA000780C75204705D7639CAE26729D2B33D661 +:109DB0004DEBFCAEC8FFBB79A65A8A571C8C6FC707 +:109DC00028FFC2987DFC400D9D0F144EE5F370BA3C +:109DD000E8CC90F792D44C3F7D287BE6BB956C1B7A +:109DE00096B795423965D0BEF9677F72B5FF04F624 +:109DF000CD7715F1BC80A5EE51282FD91F04F97538 +:109E00009B72E4400D3E3F5725FB109E77050B33B8 +:109E1000DACFE0ED996599C6749E8FCBED16785434 +:109E200082F6BCF8F385B88DF68F17EC19B45FFC99 +:109E3000982F5383F67C2F95DF11FB2704DB12EB61 +:109E4000F9ACDF184B83A5291E512CC62DF687B817 +:109E50003F7081FE41E63DFE00DB46F1224C43FFB0 +:109E60002C23FF86897B5BC3F5C7A9CAE9A3071525 +:109E7000D43E2AD72DBE3F523A0097C110CE72F180 +:109E800076145A5B1ADEA74C5359C9FAA91C834BA6 +:109E9000D130953BB98EF1BC11BAEF10606F903F95 +:109EA000A2DAAAF2D949AE7566D055D28D097FDE05 +:109EB0002BFC7937BDBFA959AF26ABC8AF7FC00F08 +:109EC0007C724C6D79B41FEABEFC2BFA31057FB36E +:109ED000F00F36879DFEFBA37EAE1F65B9B940D05B +:109EE000F342414F3DA19C9BB13F688998A7E95F30 +:109EF0003D17EFE9E37B84C7FD5CCEA71BFCBCCB21 +:109F00001737383F27013119F7377EE6E7FE497DDD +:109F100020F114AE3B5CD14B34407FB63FC7FE917D +:109F20006597B867D3D99AA4F225DC7BD0DF67F0B8 +:109F30007B0BE037FF12C783F952C837BAA0DBE7C3 +:109F40001FDF60FCDE590BD9C327ABC95771FF80F7 +:109F50009BD083F2D557C1F38C35918FDDE675E642 +:109F600093BDE3E7FE8B2C653EB2B7AC79F7763C48 +:109F7000179E1513FB3C41F18EDF093A005EC90FB5 +:109F8000BE4D11713FC52FF617338D92C1FDA5F956 +:109F90002D724E3D0028963EE41F0DF92B45651E9F +:109FA000EE1BD8479E40358D1B66FD83CE2CCC9F83 +:109FB0001FF36E47BB5F0704698554A6B1947C828A +:109FC000CF3D85FC3C3A82715F7F218F7761BD1E5A +:109FD000FDEBC45F111FB13A1E3782056AB84F4AC4 +:109FE000C4FA4AE43E5BE0DC6703FC58E0CC83D66D +:109FF000031C7E4F40DC6B81F951CE0CBDAF878DC9 +:10A0000073E50772C4B910A3FC5E5E6715D2CF98E2 +:10A01000C2FE88E787CCEE99FB4223C5911EC47A25 +:10A020009B7ED3DC268C334DE3FC3DEA865BE65217 +:10A030009CE91411A76A74C6A9C606383F570638AA +:10A040003FB2993C9E3139C0FD75DD68A1B849A584 +:10A05000A8338BC75506EA7379FB81FA44FEFEEFFD +:10A0600088874C46B873C443A604488F0C110F115F +:10A07000F6ECE801B9E78C038FEEE7F18FB3B4108B +:10A08000C989C00A309301EF9513751BFD96D11352 +:10A09000D7F3FB3C82BFCA2F67F45D01784FF6937C +:10A0A000EC5FB9D6EBF06F420DCE38B1CCBB2E775A +:10A0B000C58B07F3AE33DAA35C15764B076339ED36 +:10A0C0000FB7DD726EC065B78C30BFFA578A7571F5 +:10A0D00000F114E5E7106D85CCCEF59DA891C62B57 +:10A0E00086D2C36DB3A6BE1205FE2B796C0FF19F0D +:10A0F000A6F7E2951AB625CCEFA5ECBBD04BF1EB59 +:10A10000ADCCCFF39A5D72E1F8327E4FEFAE284BC3 +:10A11000F187067D472A4FBC6786B50EED6029178B +:10A1200095E4337F417BD68BF4D6502FA788DFA4EC +:10A130001E8EB023540656C4197E8A60FFDAD905F4 +:10A14000E8B7E6B1EE9CFB52F2C7D1353CEF5A6757 +:10A1500027E5633DB646A778566932918F717766D9 +:10A160005B7DB112BAEA447FF05C5BCFA0535193A0 +:10A170009F65DEDB2A4E188E7A95E0A7510B628E22 +:10A180007EAC9DDBB7782D8D9F2325081FB11580F0 +:10A19000B3AAEC7CFE9888E7952E49933C2F6F710B +:10A1A000FAC531916F1D73F573F3D5B680F093C086 +:10A1B0003C40BE023CC4D38887831ADDC7D7FB7DF1 +:10A1C000849732C00BE2E128E3F4AF5C04FBA42ADD +:10A1D0001B1F92EFE07FE4CF8F8671D20CEFB33973 +:10A1E000F114309D78CAAB73E2291C77E247E22D67 +:10A1F000BFD174B4937893DFC91A0A4F15CDBDEB64 +:10A20000109EBF174FFBE4FE13782A0F013F30E486 +:10A21000F3B4A298783EC8F9FC2EC1EF48407F867F +:10A22000FD25F1E2E6FBD266E063942F5166E295EC +:10A230001A36314C71E998C0A7B256F2796EFBD349 +:10A24000CDEF3A037E47BBCECFEFA9E7A1DD46FCB9 +:10A25000FE0ECBB4DB3CFE889D37194B2EB7742025 +:10A2600024DED397F705411EBF4D72F70DE7BD54AD +:10A270000FAC43C9380793A5A63353A5BB95699284 +:10A28000BFE3457BB4AF5906BCE351BF4E463DC664 +:10A29000F1A484387C6C1BE8DB8C73545D9C378D97 +:10A2A000146E6688F81FEADDBCECFD3D06E18D0CFE +:10A2B0007E27CFBC0EEC5E685463733AC2420F2215 +:10A2C0001FCBFB3843DDBFA9EE76F2CFE835CEFBDE +:10A2D000161542DE57087D50E1BA6F53EEE953D0B0 +:10A2E0003E4AAD6114EF2CB7F93DBCD16B587C49A7 +:10A2F000C6B8E5C9487C09E8F032114770F36351EC +:10A30000D0A90FAE39F702924F297B7F30975EB804 +:10A31000A735165FE2C1FB337E2AC39BCDF598AF0C +:10A3200055B585C35BB5C050F13B41924FEF6C858D +:10A33000F5003276B71AD47ECCEAE3A5F732A44B07 +:10A34000B226087C31B63D390BEDC0AA764B4D9252 +:10A35000DD65D506911F9AF979DFB8B515F1254568 +:10A36000784F6534C1E1D633E57FFBD18BF3308F75 +:10A37000BF4B8D83C7C8C61CF7596857518C6606FA +:10A380008ECB54CC13ABE932C97F3D25C8EDAC630D +:10A39000016B2A9F877F8F6728BCB9E793F7D7EEB9 +:10A3A00058B187E66D37A28E7B873BC418FF14E453 +:10A3B000769CBC3F28C7E9EC92F7074DCAAFACEEDC +:10A3C000A95A8FF96AEEFB832AE371D0A5E2FEE079 +:10A3D0003B81E497105FCCC8B8D75A3D787FB07CFA +:10A3E000656D10E5F70EBFAD623E5BF9B50C1C4E16 +:10A3F000C626A400AE4CBE62FC1344A377C667FB1E +:10A4000033E03C16485E88F8A8F08708DFA66D1296 +:10A410003DE47DB431829FEBAE63FC5E510FA373CC +:10A42000E6315DF67A0C41CC13F27E8790F7B00FDF +:10A43000E62FCA90E73B925621DDC717F257CA5B59 +:10A440001083424F99E4DF4FB8CEB90FAA855CADB7 +:10A4500075C9D56A218FAB5DCFDD749C903272D205 +:10A4600055C2E9DE0FD7CAFD308A9562DEEC276C53 +:10A47000E6A8B3CC413E91F7DCDCF6913B8E27C7D2 +:10A480009F9A76CE2FC7192E4EA4E836C56F3C3161 +:10A4900066E0FDA92DC5421FB8E20C03F64B137E02 +:10A4A0001303D9C89F42B91A9B9FA47B20B12616DB +:10A4B0003771FD9BB9FCDDE8E5FD54BFAD7831BFD8 +:10A4C000B1A2EF74E4DFDB82215AF75B6AE236E483 +:10A4D000B3A2F9FCDCA648E88113C9515B1B94A325 +:10A4E0001382C9BBB0BF94A75569A67A33E218524C +:10A4F0009E4BF9ED96D7796EB93BC2BC179F9E4C27 +:10A500002F36B3F103CB77E42F6CA814FAA282EBB9 +:10A51000CB3B56E8FCBB81F6D7CEB26A19BBF1C281 +:10A520000763C5062D276D803F74E3D90ABD7F7D83 +:10A53000E3373AD0BFBFF15C5EEFDFD8D281FED007 +:10A540008D5F55C83FFA50BC870AE5317B645E4693 +:10A5500071B58DFB6583892B81B2E2C4F714F1DC00 +:10A560001CF38B653B4D8FF37B5242BEF85C79291F +:10A570007AC8795EA2E37721270FCA1D7D05F73FD0 +:10A580003A2BF6BCB2B881EED7D37756BDFE16860D +:10A59000FBD1D77335DD2B72CB1FBF903F57A0FC8B +:10A5A0005148FEBC8674D50CE7BD7A297F1E42C592 +:10A5B0000E7418D7D042F7E97D6692F4C0DB419360 +:10A5C000F333E3F12529CFDFC6F6309E5F4FB03875 +:10A5D000B4F334B5D0F7E57CF345DCA489DF4B2C2C +:10A5E0009A6FD27D218FC9884FDD7CFCFE00DF5A37 +:10A5F000EFA3FC3A1C14FE238B2B3CFF87C72F26AE +:10A60000041347F07D558CEDE721EF91F123FD997F +:10A610002EE2785508BFC54E14C773DB1359FC6C86 +:10A620008C2C8FE526AF5570169EFFFDC213C778A0 +:10A63000ED50FE94D4AF521F4B3D2BF5B4F4B74E02 +:10A64000CEAB1AE27CB7F739D463C7EAD5C2CC7C6B +:10A65000EBEE25AC897F7784F3B34FF8CCC72A178C +:10A6600007BDE8E2E469FCBEB6B8772BF93338C41D +:10A670003D2AC9D7B2BDE46B77BB11F373DD62DA53 +:10A68000579F6CE37419DF7335E58DBBF9588EABBA +:10A6900066F373431EF2C910FAB43D689D9C07F03F +:10A6A000DD541F6FCEF55DBAB1211EEFB863C5E66C +:10A6B000800978FA1EE22B63FF07F3C4FE9FB09A6D +:10A6C000F075491ECF13BA779B135FB161F025DB9C +:10A6D000FFC3F84A0A7CC539BE86FA6EC109F07517 +:10A6E00049DE09EC8F8D891D5D781FC44EF2EFF8AD +:10A6F0006C4EA8E933A1FEBD66F57EFC3ECDC6C416 +:10A70000ECC058A8EF8AEF7F5C81F7E786C29C7F98 +:10A710008CF4016C67D7AA26C5F98C9E265CE7AE3F +:10A720008A7A86712DB99E5D15FCFECC868AC5C1DC +:10A73000CB32F0B06BCB7EC7F72176B9BE2F20CBE2 +:10A740008A90E238B7D8BA84C7094A932C85F900B1 +:10A750007397F07D1188F2B84EC0E2F5F1217EEFDB +:10A76000FEE9A99DB330BE7643053F9E93F6CE1613 +:10A7700097BD23E30CC15AFE5DA12D497E8FC273A4 +:10A780003AB7C7E4775EE03D9D7707273AFD004D75 +:10A79000D835BE6DAEE7C20EF2B8EC1DD95E1BC651 +:10A7A000EF2C98DB4FF1B05BF2849F3E8A8D41FB2A +:10A7B000666B4225384A010E9451DD97F728689F51 +:10A7C000967EAA597CFFF7C42E993468E7DC97C7B8 +:10A7D000EFB7768B38663C6DCCC14FBFE437F238AB +:10A7E000B7C4EFBD793CEEDB2DF2DE1BFA1273C26B +:10A7F000276A27E2AE8DFD3D732239DA2D15FBADB8 +:10A80000DBC3EF85768FF5A6F00339DD0A9793F663 +:10A81000CF3DF23B3144D75D971BDB917FF61CA8FF +:10A82000BE91520793DCFEDF037AA93A34B4DC5CB4 +:10A8300029F8645C53DCE2E79772BCF4FDFCBB339F +:10A84000E9D8C24978FD9FEB9D3D41900F84A764F4 +:10A8500059663CB46470BD04FF23AF2CCEC3BC8CDE +:10A86000588559887AACB0A285E1FD0D39DF9E0A82 +:10A87000319F6EDE3809E1BB3C1DDE9801BF9CEFC5 +:10A8800091606E79140BA90E7C3F766887633E5FFA +:10A8900093733EDF12980FD7EDEF5937B961E8F99E +:10A8A0001E1B62BE32099FA0DB93C77F9B87FE6899 +:10A8B000AC0EE643FEC7F942D9F3951EDFA48433FC +:10A8C000F6E737C53C4F4A3CEAC9B2F332E4D0EF71 +:10A8D000057FDC9BD8E1BF0CC6BD616C6700F978D1 +:10A8E0009792F28F433D3655A5EF9E766F3B9A4681 +:10A8F000FBF75E8BDB37058DF62C8C5B8C47FBF111 +:10A900006494A3B3A99FA2F7ACC3FDA86DE177BD82 +:10A910003760FC209F65DBD5C23E04FEDF87FB7EEF +:10A92000F47CFE4DB5D896969F4D4039B156257BA7 +:10A930008E81FBAF4F1F8CCF6CF188F1C4B99BB4F3 +:10A940002F4A859D7E023B23CEE4B91AD5F9399C66 +:10A950008CDFB07A8B293583E71D324E29CF39E45D +:10A96000F9463E4BCFCA3C7FABC17B7535188F484B +:10A97000AD43E0AA2C93BE6F366E4B7236F275E192 +:10A980001AE846764D0B3F37A9B9B36020AE791A65 +:10A9900063D7214F02FE9FC893799BC932F4D39E9F +:10A9A000CF93F70D79FD55575D4F723DA42FE1729E +:10A9B0000E36AAFBBB6435219EE745F0CAF8FD2A96 +:10A9C00031CFE6C4A600CAF51F04AD7121A8CFC8D7 +:10A9D000E3EB00FFE224EC573A9F59F81D0CAD9DC4 +:10A9E000FBA15A88A97F0F7D6318B7207AF271DC2A +:10A9F000741B8ABE928E92AE9F979EE8626B1A9DE0 +:10AA0000130A7BD23EA11D59A11F51B0043782E821 +:10AA10005ACB1244D732BFA1223DABE79AEB024892 +:10AA2000577067D0EFAB0CF1F3071FEB0FE039F273 +:10AA30005074D5EB049D123C7EC47AB2F2B617E492 +:10AA4000A2D3A03E577B1573783DBEA56E5300ED93 +:10AA500002D0E36417D8CD2ADD6F1D813E27FFAAFF +:10AA6000A2FB47E45F751788EF0280FCC7EFF7DFB2 +:10AA7000976712BFCC3CD237273F436F747BD2B16C +:10AA8000F8446C9F5E807E8F7D279713F726DC72DB +:10AA900022E5BF0CCA437905848F2DB5F39E9B80B8 +:10AAA000FB5AB7C97F90F37F74635127F97721FE72 +:10AAB0005DE7EE7357D37791A45CC96AE78A6B7E32 +:10AAC000F4C4CB9598CFF5E6E51F87315FE72DFD00 +:10AAD0004818D777E8BA5F8731CFF0CDEB34BA8F1B +:10AAE0007FA988D37DBDF56FD3F1BB33370BF9F95F +:10AAF0005EC8DA80FB80ADE57926CB521A06AB3909 +:10AB0000BFC17F57EECE43A130505FD95BE4A8CBE5 +:10AB100075ACF4F1F3BB2BEFDFE72D073C2CDB5DCD +:10AB200040F1AB433ADF0787F6566EC778FC3342F5 +:10AB30009FBC174ADC8EF3E27A902E6F3DEE13F93C +:10AB40008C7D1EAE1FADF9789E9214FCE25ED73369 +:10AB50004FE6D1B897DFA6915DB50870BB16447279 +:10AB6000B2F94A8A03B9D77DF99BBDCF94C1BA2EF9 +:10AB7000BF41A1EFDA61FBEBC06F4CAEDD4071501D +:10AB8000375C8B6C673ECC65BD577B89C9B589F353 +:10AB900046C1389F74292407DC79BC4B1FE7F98331 +:10ABA0004B9879E3CCAA1C79BDCDFF44797E4B5DEF +:10ABB0007157B75DF59390B0A7A6B35378BC68E220 +:10ABC000CD13CDE1CFD30E817D8FC9ACEFB5FAA9FE +:10ABD000FCA0D5A07243C8E4F97F8FEE7B86648722 +:10ABE000DE371DF96DCF8177F22E8157AB63DCAE76 +:10ABF0003F63FBC76D8FC0EB692C919F26B96591B0 +:10AC00007C5928E87026F39B2158E76DC27E9F7619 +:10AC10001CEA19F01DED51C8BF5B0D3B15F3F4168E +:10AC2000223E26E3F8DC9E5F88BFA77202B85F0B66 +:10AC3000B9BF97F38FC13D54BF951ABFD7E07E2EA1 +:10AC4000F7C506C1A76D4FDC3E0FF9E6F02D4A1C93 +:10AC5000539997EF7E9BF2572F7FD467683C087912 +:10AC600010E59AE453C65ABCB8BFDDFC28F96280EF +:10AC7000EF1EFF0EE145F203ECA398C8CF8AA98D21 +:10AC800039F86F987CF1C39EFED1B8EFDD7C757802 +:10AC900008BFE57088E72F2C31AD7918AFB99C2536 +:10ACA0003AF9BD7CEBA5FF0E78241FD5F31818E602 +:10ACB000755A7361FFEEF994FB45EBF7D6DC8AF623 +:10ACC000F4D4E775CAC5AE7FB87C1ADA7DF53F0DBE +:10ACD0009172AD7FAEFDCBB8DFCFDC2EBEFB24F48E +:10ACE000E919F84F331B5F673C3B533B750478739E +:10ACF000E3EB8C4F7557DE5CCF33981F5BBF53215E +:10AD00003BADFE05F77B9BCBBF1F3DF008CAE1E5DD +:10AD1000AF6F8A607EF61FF49E12A4C7033B3B22EE +:10AD2000982F7948B72388DF3FA4B49CDF47591692 +:10AD300056643E9A23FF9575D904F79FEFF1189852 +:10AD400057B26AB78FE7533EBD9CE800759E47B97E +:10AD50003777FEEBF27B6F2B31F97D35671EEC4EBA +:10AD60000F9D7F5E05FE194E33541EE0405E61EF7D +:10AD700089F32457093F72D5D35FCA99C72CF34D85 +:10AD8000DDFB7D41D899070BF821BFD18675D159DC +:10AD900097C87F6CBBCF67E379CB1F5E1BB51DCF18 +:10ADA000BF3FD8F97C04EFC50F9C5B8ABCBE0F7A0D +:10ADB0006B4EF89DE0C3424EC8FA50F9B10F80DEE9 +:10ADC000C2F39315AFFAC8DE59F1A29A3711E31A0C +:10ADD000DB3DB4AE475ED95F3209EA573EE889CE23 +:10ADE000E7E0501EACA4DB409EB2A0D3F2877E4ABF +:10ADF000F9B203F9CA825E573EB8CF8BFCE2C6EBCC +:10AE00009CDE7DDEFE500EBAF5BE3D0FFD9DB6FB0D +:10AE10008E79510EFDE149858DAACAEEDF7CCFF314 +:10AE20003C2F5DD06DE83CF4F4971F6BA07606FADA +:10AE300069C3D1B11179E964E2F71F3E06F337BF68 +:10AE4000E6A37CF8E61F5E437CFFAEDE427CBFE2F9 +:10AE5000CE8E12B43F9A3D768941257FDE7CD7B5F0 +:10AE6000C48F4B5FBCB6447C1FB594CB07BB14E1C9 +:10AE7000BB7CDB8504DF152C49FCD87CA796C0F889 +:10AE8000CC273A6B7A30075DFBC3DC8F7B77870F6B +:10AE90009D14F62EC66FD18EFB95C6F3BB5CF936BA +:10AEA000A499A0FE89888F3D125665DE931FE5C9DF +:10AEB0002AD16AD5CE0D74EFF0BD4A7E7F1FF060B7 +:10AEC0000BBC29A8F7B417CF1AC5E9C34CB4E3A942 +:10AED0001F88D439F81CDBF779ACC064473F911761 +:10AEE000CCE75F23E6877507F1DCE0DD129EE7C65D +:10AEF0005CF9D357ED5D361FF3A5F3235C3E0CECF4 +:10AF0000FF9D221F59ECFF3F1DE47205F3AB896ED4 +:10AF10007D9EF428475EB5CF115F1FCC17F6887D64 +:10AF2000ED7C0FEBA2BCE7017C3EA9905DBC6A2FD3 +:10AF300097FB576CF639E283ABF69E2DF2DFDDF717 +:10AF4000519D79D04B851C70D3D12D175E0FBBF26C +:10AF500089B6158F28BEBDC293A23C76D8B764E7E8 +:10AF6000AD78C04379C3EFDFFFD46F2E013E7FBFC2 +:10AF700057EE57A79C1DD8AF806FC45FF39E9359BF +:10AF8000AEFDFA3E7ED737D77E85E739F76B8891DD +:10AF90003CFB2F93B302FF83F876EECFA543C8594D +:10AFA0004F24CBAECAC77B6AEFFDE0CA3194CFE62F +:10AFB000C2AF94AB6E797977D81CE2DE06B78324F2 +:10AFC0003E251E259F2EFFB79534CF00FF4A3E95A4 +:10AFD000FA6B88FC7F373EDDEF9F4379549C9D5789 +:10AFE00061CF6675F87B296D5E568771165B0DC65D +:10AFF000917F87CB1FFB974895D0C3F134F2FD3783 +:10B000009F62F4BD18B45FF0FCE8D8338C7EF7CDB6 +:10B010001335B54C3D139FA3B6E4FA0ED429112E77 +:10B020005F1E421F18C65D1431A9DEAE2544DE68DE +:10B030002F9D23D19909AEB32042FBCC23FC75BCD4 +:10B040008F86F9C28BC438F13CF563136CA8732268 +:10B05000D55FC4FBBAF169EA3535505F78D3A42FC8 +:10B06000EA40BFF869EA43D550BFF4A6C9FCFD1415 +:10B07000759A075876B73DE58B73F19EB6AAB07AFC +:10B0800098472FF3D239CD8DB0BFFDC0F7ED1166D3 +:10B090001500FFE5F9981DA81F5C679E17EAF4519B +:10B0A0007BCBC4F8475B819FF242F1F7C1B0DF4828 +:10B0B000C793E3D4EBE61CFA7DAE5A80B56A709E66 +:10B0C0007A9DC33F31E4A5BCADF6023E5F3BCCD7D1 +:10B0D00046ED24FE4656CAEF3968799C2E5ABEDAF0 +:10B0E000F220EA1381C7651199FFCFE31A1F3D31A2 +:10B0F0006A078FC31E194DBF0BA11DFD8F7F85E70A +:10B1000047BE9647E764AF0539BFBC16E47C727151 +:10B110007EB7E70BF0BCDE3FFA1A64BAD794FBAFF8 +:10B12000C5F2ECFCE49A081F378DE35E72A9C6C72E +:10B130000DB584918E8AC5ED680588B810F0D26689 +:10B1400031D35B835BC8998FAB69F547D2347FD825 +:10B15000313FAB003D05FBECE2197C9F81AF4C7A9F +:10B16000EBE5465E97EB5B90AA6EEB37693D1D11F0 +:10B170008077AA2F5589FEDC25BED458CE77CE7CA9 +:10B18000D5C338FE142CA1FF642E1FF1FBBF0D6246 +:10B190003F373C7AA5234F75D587DC6E677DDC1E73 +:10B1A000967981B82C848F699F96D0B9D00B2AD913 +:10B1B000EBF54F3BF32F4E13F947335EE071BC19AB +:10B1C0002E3976DAA3FF44F2EDB461FCE494946B7B +:10B1D00065ACECF3E49DF629D6BD11D2FBFC776A91 +:10B1E000E6EBCC12BFBB41E767AB037C8EA32F54C9 +:10B1F000E763BC794C4419C89FC67C6EAFA951BEA9 +:10B20000CB5E977C94FC3CE9A07119AE7FD241F6ED +:10B21000758E4F31AEC1F13990CF7988E7734EED1D +:10B22000AFBB1D7FB7C773C0C352E6601EE3D183B7 +:10B230003C8F71FA017E8FF111F4CB31FE1673DE73 +:10B240008F0998416666E025AFAED0516F0F70FA56 +:10B25000CA7CC869FC150BC7CB1CE34C33F8EF7FE5 +:10B26000E637563BFAB3179C798CF5F8FB17B0BE5E +:10B27000F81BFC7B0FD30F3AE9AB09B97AAAB027C8 +:10B28000E3699BE465E31BCE76A7869AE89CE9D444 +:10B2900061CE99DE74D3391B9F8EBCD0A96CF2EDC0 +:10B2A000F8FB4A59F83CE4C4A7E407C0AB86F2B601 +:10B2B000C072E2B5A8C989D7E28413AFA31638F1EA +:10B2C000579A74E2ADBCF90B8EF7952DF58EFA986E +:10B2D000B5A73ADA5781E2CAACD7747DC9D17E6C82 +:10B2E000CF798EFAF82D9738DA4F482D76BC3F6922 +:10B2F000F7F211F1C1A4DED58E76920FA63CFA2D9D +:10B30000C778920FE4BD7BFC8942C47B5CE4D10E1C +:10B31000C707A7446DE4FCBF9B0F46E70B7FF173A3 +:10B32000EEF706A117301F1AED3C69077CE409759A +:10B33000A19D5B003C82F27828BBA0E0F16729AEBA +:10B34000EFCE7338A69A74FEB1594BD07D8D722022 +:10B35000A10A7CD42E7EAFF42655FD7AE6395763D8 +:10B360003EB7E31BF3C5393FE84BD48FE579CC26D4 +:10B37000BDA932C7EF834630B7837E7FF4EE0DF868 +:10B380003B9DED05FD7566018A1CA89F9EAD97400B +:10B390001F4D433F04E4FEDC7C904397A820F761F7 +:10B3A000CA8B0DFB2C05602CF7331BEF99807EA414 +:10B3B0007BDB052CAAAC9E88AED380FE313F03A672 +:10B3C000786AF949749FE768F304FA0EEDD1D0C0AA +:10B3D000F729F9EF289B71CA47F8AAF0638E2EA9C6 +:10B3E000A176AF5E8A3F2ACCD82F70C9606FBC2A85 +:10B3F000EEEF0C179F6BDE7E6B18F3745EADE3F916 +:10B400000EF2F915F95CEE5E91CFF342562DC9B3F9 +:10B41000F97D510F9D83A3DF85BF8F78558AEF6734 +:10B42000AC633C6AE3DC1DCEEF021C68B131EEB9BF +:10B43000EAF173D9C0EFBDC1F38B5FE671C08BFF3A +:10B440003773D86FD7E6F3FBE8D7E6F3FC8A8BA017 +:10B45000C0EF425D04F428C0F2D999F3707FC0F3C5 +:10B46000B402F5AF1C00930DF07E6EB2CA8348FCA7 +:10B47000358BBFF4302CDDCE3769DD17B08407E59E +:10B48000CB6F2E5D19C67603E3C9716071682FBD5D +:10B490005C607B4A406E1D395D21BD0FF3F9F17987 +:10B4A000626179078670E57CBF61C90F5F82FD71BB +:10B4B0001E8BD3B8727C86E738197271F5B2BC74F2 +:10B4C000118CB7FA551F9D437DB4EEC80FBF01EB39 +:10B4D0007A6BF95F1EC67B072CD95F89FAEFAB5BED +:10B4E00034FA9DE1EB43D60DF968BF348EEC3EF99A +:10B4F0009C1F04683FACBE85EBB1D5F78DA77BE000 +:10B50000ABC3CEEF994A7E5926F865F53D35746F89 +:10B510005CFE0E887BFC8E56FE5D0BFC9E26DE1BC1 +:10B52000ED88F2BC619D25EF46BE6E378E5661FDFB +:10B53000EE02FE3B47AC6264F98FB8A76CB49F186B +:10B540005FC7CF059F2E78BC689AB0DFFE0DE17F04 +:10B55000EDC9072A519EFD6CC2BD63C93F6A181927 +:10B560003EA45C7950D8534CE8A9B8801BF414F978 +:10B57000231FB1601CF13594BC7950D861DFD42C05 +:10B58000F2038EA90971FF0CDC488DA4C3F3A7A1B7 +:10B590003DBE4FA5B864048551C6EF1C4730595FC6 +:10B5A000FCAEB11FFCA693845CF9E9CD87BFD8CE71 +:10B5B000E32E4EFB4EC4A9A43D9780BF28DF4F1356 +:10B5C000F6C6F82DCEB8E78CB44A7EEA801DE7B601 +:10B5D000DF307E3402FBED95BF539EF729C9DF2291 +:10B5E0009D7AEBB83CEE4D07F97D0F505DFC3EAF08 +:10B5F000D3AE738F7348C895C3F95C2F3C64F032A7 +:10B600000FE46398DFDBB3B57AAA53AA28987D5676 +:10B6100031AFDBF950CE2BE2EDBDCAE13A3FC8E3D2 +:10B62000A3377FBCA16B267E8782E319EBF83B9E94 +:10B63000B0A988EF574B39F9F417F8F7E7C57770D9 +:10B640001A443CDCBDBE06D88F5C398BFD2CFAA7B2 +:10B650009FF92B7DDFE28142F39748FF23CF697486 +:10B66000EF3AA0F77BF1FBF3FF1732DE05C0008055 +:10B67000000000001F8B080000000000000B95591F +:10B680000D505457963EEFA77FA09BE675B7A24694 +:10B69000973C41411448DBA02249362FE8A8438853 +:10B6A0007634C9B83BD94DAB157110E8C464DD548C +:10B6B0008D5569D0C9B826B5C56E3233CC4C76EA03 +:10B6C000E126A96C02B3ED08B1936AA8068982D17C +:10B6D000141893C1EC5406DD2DCD668426EE46B3D6 +:10B6E0005676D973EE7D2FFD03EE64B5A8CB7DEFC2 +:10B6F000DE73CFF9CE777EEE637A1AFFDD07306D09 +:10B700008C6F3F0700C5006B15116015803D2A68DE +:10B710007A298EAA06C21C802C45592909B8260808 +:10B720008E529C4F1C2BF41F5101AEE6E2C3B900B0 +:10B7300077E5049C0A8E4D5247BE52083022682E8F +:10B740009A03C4E5400E409D0C5AC409108917E4C1 +:10B75000EEC4B14C86C3B207E03363BFA947A8BDAE +:10B7600002C00BD0DCEE65634914DFE3A3505C62DA +:10B77000E364F4A027589A5CFFCDBE795337FE05E9 +:10B78000F5827FB6FA5EC3A12C56510FE538E2EF81 +:10B79000163CE7CDAF56307945CA62661F9E2FD35F +:10B7A00073005DDC8A8B42367832827227BF92D872 +:10B7B0003A536E59F47E49710194C6DB0680708855 +:10B7C000D9D4308AC87A15382EB12C1D50C550DF17 +:10B7D00046102A01126EF009F8BE2B7BEA53C0F91D +:10B7E00054AF4D3D2A107E6DE041F95D56783C80A6 +:10B7F000630980F61B67F2B9795E56EC6700F8DCE6 +:10B80000BE04349DDECB6D70AF33F9FE6A6E0EC39D +:10B810006BA3026CECCA8E8B4ED4636A29C051A60E +:10B8200057524F60E79A7A96E86181CE9FBAF2C389 +:10B83000394C2FE5A84A7A703D2156ACBE46FB151F +:10B840008DD991A5A83E5A9FA957A81C74C805F880 +:10B85000DB56DC534DF8810655F83C3B39B72FC316 +:10B86000730AF0B73B685A7278FDA2D4398469BD77 +:10B87000B9FF2FDA561C3E84EF6519C2921FC081B2 +:10B88000638E87EC54997D32CA9BEBE738F810271A +:10B89000879DBFFF66BD1DD5A2B993AFF3E5863D79 +:10B8A000B5689FEFB4E83B8822E0EB6980D5C827F4 +:10B8B0003A19E7CF08F12BF7A18BBF8C0F94ABA8F7 +:10B8C00053E3E977F3AD38EE15633F2DC3F783B645 +:10B8D00060BD82FC38F13B115C88C3E7FF94A5D7BB +:10B8E000212ECBDEE9C8D39C33E5FD78ACF5EF170C +:10B8F00092DFDF1154441C1296A97CD2B33976D55D +:10B90000AAE1B8317AC93A8EA3E80E3E4572ABA2DD +:10B910002DEB08C7B5D07650C1718508411617F3D5 +:10B92000511ECAB97EA1E8680BC5D954F04EE2E5B4 +:10B930002F95F4F8881971DAF79C9D8D9971608EB6 +:10B940006118580828B3C7C2F9D60A830B09F79EB5 +:10B95000FE3F2B54516E42973711BF567C6C7F5C73 +:10B960004BE1DF4F8CF8FF099D8BE35277F030E914 +:10B97000BDB7FFB2D585F685FE2D920F228BEF2342 +:10B98000B3C6B7ACE6A6F279467C67C457489EB208 +:10B99000120EA1CF80E51BF4FFA15CF4E75B1F470B +:10B9A00097EF7032FD211771E9B968D329EE70BEA7 +:10B9B0009DE2B4E5A31BE5E3F8FE46EFDE3B09CFCD +:10B9C000038A85E98BF150934D71770CE3414DC6A5 +:10B9D0006D29C52DAA524AF15049F31226AFCB3A30 +:10B9E00052CBE2B447048A538C07161F180F0AE59E +:10B9F000915205E383ED2F6671DF35226A340FC75C +:10BA0000B3F5A56C5EB38DE65D23EB1516F7224208 +:10BA1000EFA7F88D0F303911C4905C2B4020529A5B +:10BA20001AC72E868B993F6F614C91FE0E494A8B47 +:10BA30001397249A71C5E70705F65EF8BBC70EBFDA +:10BA4000BC88A2AD42243EEE53381F2188F33C80CF +:10BA5000A7ED6C0FEC7BAF7A4B27DAB7EF9CC4DE17 +:10BA6000AFD69E5C873105559BDA4ED2581D88AC07 +:10BA7000B3907EED12A8E89755386A9867EFD93EE3 +:10BA800072D2C2C37905F9B77BE0BB2B64E2F945FA +:10BA90001B64A10ADDB7A63E7D13EDDBDF87B8C2CC +:10BAA0004CFEA1BA8C6FB7E36742187715A2CE633C +:10BAB0004AE326390BE3652DB7F323A5E17018158A +:10BAC000FB73B73646BC7BC6131C239E25466FE529 +:10BAD000512EEFB970D915447F775BB5150A1B61FC +:10BAE0004FC43953FE29E203EEABA4BC6EC4974C9D +:10BAF00075ABDDDB41F135D12D697988F92D83EF07 +:10BB000010D646E6236E4F70D8604FB774C986F5DD +:10BB100063B786DC423E3E31D85047F564F7CB969A +:10BB2000CBE3CBF89A695A873FCFA2BF8B08049426 +:10BB3000DF1C11749DE2573A20D2FCCB98005E8145 +:10BB4000D6C997C70D9F4C234F1AE1C52F249417D0 +:10BB50008A5A92CFF1A771B0F62A9DD348EB972568 +:10BB6000D73FFBBB51F760CAB9B7949C39571CF853 +:10BB70004B21144E4B8C17BE38F1F823C977946AC9 +:10BB80009E0C4336D4EB2D91E3837992C5D5CDE756 +:10BB900046DC83088DEED12672119F0983775D35CF +:10BBA0003CFF4C75093A8B833730AFE3BCFA33B5B1 +:10BBB0000316337C2ECC5FCDED251E55CB7C7D75D9 +:10BBC0006C318BA32A0D7C71B477F705C9A7132EAE +:10BBD00084978BCA2BB70FCB2D4C1790BC3689702E +:10BBE00069780571C17D7BDF48B73F64E0D2D83EFC +:10BBF0007A6A01CE9B2219EF0D7C4219F8FC867EF1 +:10BC0000593B13A73BDD064EF9904F3881F4582E6F +:10BC1000F10786108C05337963E243E146FCF903B2 +:10BC2000E51B5C7FDE908FFF9C3B9027FF6AE070F6 +:10BC3000B79BF3A759E3FE6FD4255D477D76197C4A +:10BC40008117395FECF89FEC4784ADCCFE6E017E26 +:10BC500021CCB46F4FA76587157DD260E000F0A4BA +:10BC600095E26FCF2BE9BC6B307068C8C0A1392852 +:10BC7000A4E981F1EBDC817EDB65F0FAF67A451E02 +:10BC8000257F36745AE008E3EFD74CCF2FBBB99F1E +:10BC900032F534F533F5FDFFEA99E9A7874D3F2DDD +:10BCA00087E5697EDAE4FD567EC28ACFF2DE3E3B4E +:10BCB000F7CBF5C1E5B9509AE445E6FE0DEDBC9F22 +:10BCC000DCD8CEFBCBEE9181C377A3FDFE5E49A904 +:10BCD000C3FD89911A4719E5BBB3B28F442462159D +:10BCE0002F84D1BEE3434BB6A928D73F2AB2F8A888 +:10BCF00038E7D7B3D01EFF39BFA3308791C21B28C6 +:10BD000063FB587D4D9C5DF26129C9195A5F49B0AA +:10BD1000B69CF53BA81F388E9611AF8473FFF901CE +:10BD20009D5B312CAFB6E1FBE7E74B2CAE36FE7CDA +:10BD3000C7EB36CA136E89F1EBD4C8BE87C91F4D55 +:10BD40006745859E4F9E15D9BAC67F907411E71B33 +:10BD50008F5958FC8530FE05A6AF859D1FEA5DEA28 +:10BD6000DDE54CF260A7C15BBF5B7DA98EFABE0525 +:10BD70000ED62F6FFC130BAB8BD7EE70FC23F53B6D +:10BD8000455AC70605F5BCF6EED32C8F25BA0498A4 +:10BD90008F824FCD3FF9EB30DA77EDED512B35D770 +:10BDA000EBBA47AD5487779AF17E98F3C4E4557D9A +:10BDB0005CDC61BD0BF3CC4836C4511EC86D56F235 +:10BDC0004BD3A8391FB752FD0E187D52F3AB97D84D +:10BDD000BC81FA7EE2E3AB82AEE2AF277B4F303E1E +:10BDE00036770A306F31BDEFD840EBF642E479AADE +:10BDF000039979E407063FEBDB339E1B7CFCC11FF4 +:10BE0000E1E3EBC447BC32604350427CBC717F200D +:10BE1000378EEB6E8C66B3FBCF8D6189F1E2FFE06C +:10BE200025AB7F67A95F43C75E8F8B1AE160AE9B2E +:10BE30003C7BDD4AFDE486D8170CBFBA58FF7AC2B6 +:10BE4000E5410836929D0FC61C4A1CEDAE1BE779F2 +:10BE5000A536666375E541881C227B137D36F63C6A +:10BE6000FCAEC0FA10332FD51BFEAD37FC518F89C5 +:10BE7000D78BA9AE7188D7337825DD3F0F2C4BC700 +:10BE8000A71678FEA88DF0FC91B04464F243A24C52 +:10BE90008036CA2F842BCA4D2C7030FF84BBF8F932 +:10BEA0008D9DE9729A096717AD4FAF7B51F75C160C +:10BEB000AFD7655E2FAE5F902AC3EAEDFB844CBF1F +:10BEC0005C34F384E197BA296075AF96EA0ECA191B +:10BED0008AB796424112A74CBF0CA985B9B3DD1FA2 +:10BEE000CDF103A3BF36E75B3070A86F8B28DC0F62 +:10BEF000C323733BA8DE35AC95C2D43FD4784466E7 +:10BF00004FE3FF6CDBE247E8AE8903FB3BF1FD1F2B +:10BF100076448AC87F789FF8824C3EBD68D78B2BC9 +:10BF200071FFE75D161FE517D03A8A285FFE78FE9D +:10BF30004B757E8ADB4E8B8FEE0F93555298F269CC +:10BF400008FB6960CF6D3AF52BA1E87FF0FB04F1A7 +:10BF500005C7404CF80EF105FBF3FF76637E7808C9 +:10BF60004BFE1CC4E1A128F60128FEA1F55F58296B +:10BF70007F629F3EED9EA54F1F5E52C8EEE1C3B2A9 +:10BF80003ACFE3BC7D9FDEFC15EF0BCDE7CD18AFBC +:10BF9000846B734C60F7D3645F384FA0BE30D17BA5 +:10BFA00062D0C3F2857B25B9E92E0FAF8FDD03592F +:10BFB000BCBFE811F402E2AB7088C547B385FBAFA4 +:10BFC00019F316F100DE4127ADC13C79FECD4324C3 +:10BFD00067F24DC16763E1A45DA03E7737A7024CCD +:10BFE000EE8C5CA6FEFA46979DF59FF5E89F67915B +:10BFF000E7BB8DFA46F303D8FFB4402BBB07B5C2AD +:10C000002136EEC69F3FF5CFCC0B93D18356E28508 +:10C01000D9AFB0E7C8A32683EF99F9A5C9E0775354 +:10C0200006BF33F95AE349CF232DE7B35F60DF0939 +:10C030008625C5467DF4C07FFDEA0EC205FB6A86F3 +:10C040008BD197205ECCFF8951A74EB87E6EF0F25F +:10C050001ADDFB1090962A89E124AEE5E38ABE132F +:10C0600005E4EF44EFCDFC20E6E5B7FA4E2C27BE01 +:10C07000A0410CFFBD6FE0BA14BD9A220E4A02DF48 +:10C08000CC512F5E3F3E9618DEA85791754E52AFA9 +:10C090001E79DCE59B259E046180F9511406D3FAD4 +:10C0A000FDD03B52404F8933B4E771CA770F1B7CF8 +:10C0B00000792A8FEAE4768FCAE62D31EE77B197C0 +:10C0C0008F78FEA3FCFB89859D3FE37D4DB891DE13 +:10C0D000DF58EC008A47F82A5C47F3FD05121CC1C3 +:10C0E000F9FEF30DC590723E08FC3E1CB24CE5B162 +:10C0F000FBE6A8C8F40B8D5ECF5BE2A4BCD7B19E73 +:10C10000EADD0346DE3855E0D843FC0ED3B9F30030 +:10C11000AC641FEEFF3DD5638C93D05ABEBFD5E013 +:10C1200057F7F95A4719F9AB77EE4A094DDA69F42E +:10C1300085CF780221CFAAE4BDE5767D67CABD89A7 +:10C14000CB473B29AE8E8FD9F43A81EEB9373FFE0B +:10C150003ED93B8CFD08CA6FE9B58573C95F9F6402 +:10C16000E9D40F40307817C5F7FEBEFA62AA8B20DB +:10C17000B4327FBC187D22F14BDCD774D141991DBC +:10C180009A7A3FCA63F5B767D54BD4CF60FFF20008 +:10C19000F533C76316D6CFF8CF5532BE1D3F5BE9E6 +:10C1A0002DA40B17F81C24B769580E101E4DC3950B +:10C1B000EFD7511F72AE86F533C2B94A2FE5A30AF5 +:10C1C000BADF523F33BC84CD4D7B9EF770BC12FD6D +:10C1D00059EC3B8300059C2FB0248D2F8DDDEFB1F2 +:10C1E000BADF1895B454DE98FB7EE191999C5F9973 +:10C1F0007C89081AE3C3313E36468FE7911D7B2DBB +:10C2000011E6DF964E0B7FDFC5478036B62F8C6D6B +:10C2100022F9F37D7A847EA8B5EA8B00553C63F45D +:10C22000F9672E06EFA47C78E6FE60318D055EFE90 +:10C230001D24F95DA586E90DC256E6F7896EDE6715 +:10C2400065FA51F5F27CEAF2C2E38159DEBBBCBC6F +:10C250006ED45AF9F71FEACF16607EFBC0A8DF9BA9 +:10C26000318FD177C731A3BE7C08010BDEF570E4B6 +:10C27000F7CDC8329E37B761DE6CC1F5DB1EB4B0B6 +:10C28000FE02AA78FF1DC0FF94BF8ADBE5B4BCF5AF +:10C29000C837F70AD5427EDDB6293DAF3D62F44787 +:10C2A0008FFC91FEE88C99D78AA088F7EB4E077D2A +:10C2B00067FC72C8A248AC1FD197507CDFAE3F3AF2 +:10C2C00085F94CC57C3684F98C46AC53173CB3D405 +:10C2D000A9CCFD669D6A29F92DFBFE73A6FFE2AF8E +:10C2E000DD2C7F66410111F26BD406716C520C5D3E +:10C2F00033F6B7C056E6BF5678388D7FA61F27A8FD +:10C300002F2F9DE9C749C30FCDCB6C9708BF660996 +:10C31000EF71E88F239B8E06883F767B20BE10CF7F +:10C32000FBBDA8A6D5D1E6E8534075A5A584F76B5B +:10C3300013DF1174CAFBA877BE2D25EF4F2CE07DCB +:10C34000D7FE4705F69DB6BFE4B7ACCE37C547ACC0 +:10C3500094978ABA77FC88E216097881EE399B8D2A +:10C360003AB8C5CEEBDE66F35E67DA6FF0A8053C3F +:10C37000619E9FE7B091D6535DDC6CD4C12D55E929 +:10C38000FE2F86910D0B518FEF6902EBA71ED22C69 +:10C39000B3F267EBF695EF91BBBE2D7F8ABD41B737 +:10C3A0007715DDABAE3F4ADF59CF945CCD275C9A61 +:10C3B0000DFEFB8AD5E8387DB77D5F597910F7848B +:10C3C0001CAE7205F9BCD0CBF368C891AF53BD7DEC +:10C3D0003537788797F2897E79377D8734E5508FB6 +:10C3E00042EBCC78F3CD838AA79CA97EE4FE33D7B9 +:10C3F0001DF5286C3C63D11751BE8052EFACF7C4D9 +:10C40000CCBCDC5272BA9CFC72A67FB8DC9AE2BF4C +:10C410006BFB82C5ACAEF49ECC539DA97C130DBEC4 +:10C42000C96C1484AD46BD4CE7DF35E21FF9FBD87B +:10C43000C9CDDF279E746F9B23A829F5B4E743D7A6 +:10C44000D214B9133189ADC7FB53D12339A97AFE70 +:10C4500088E93911E1F2D0E230BB37BDBD72F51188 +:10C46000EE8EB048F3653B5F67F77C38C8D69BBC5F +:10C47000CDB684B585688F2D8A1D6541D2EE8815AD +:10C48000989C709F4D7F8DDD0B80F573894B0AEB77 +:10C4900087011601F1F26D837741C36F6BB00926F6 +:10C4A0007EAE858844F1B20664788CE632063A8E18 +:10C4B000F7802E51FCAC91E3FD42397B1E9691979B +:10C4C000F7C2387B7E1F7D3AC27DF7832AD37C1D5D +:10C4D000840F5221BB3B127F80D24F3C4F765F418D +:10C4E000FE510A9ACD6F495C64B862F211176393EA +:10C4F000C3BE8B9B7AAF16B8DE6B34B0537EFD1B88 +:10C5000023EE7D0E6EE7D404B0EF62A65E77CBB06B +:10C510004942FDEF95C19E8DEB8F0D8A2C7EFBC6A7 +:10C52000559DF29FCF6BECFB77DCB798B52CF0985C +:10C530003F696735EEA3EF716B64BC31337CE2B3C6 +:10C54000DA7BC0CBFF5E8592FE92E4AD8BD9587F3B +:10C5500023DAC312F1BED5ABF2EFC6889B0BE554CC +:10C56000B70930467F0729E4F699F2AB3145E5FA81 +:10C57000693DAF67F44979CCC3FF9EE2627F075BF8 +:10C58000AF103E423C4F9C767C7B1C1379C0F47606 +:10C59000ED9A9AFC6165F2EF4ABED8E93101E355A4 +:10C5A000D03456AF7C76679CFA68F4FAB5D4FEFABC +:10C5B000A7DE9D2F535E105485E103415029FFCF24 +:10C5C000835714AA2F22AD432C3FC97695D3DF9D04 +:10C5D000C85D9FA1BFBE67F0EC936C9E17DED0B71D +:10C5E000AAC4EBED73EC3EC2DF6FCFAF20FE7E3707 +:10C5F00037F832E58B4F84CEA54C98ACAF0AE424D3 +:10C6000079ED00AD8AF0BE99C5E56337C1F8FAACA3 +:10C610009DCFFF3ADB75944607A66F3BEAF702C64B +:10C62000819DBEA366F173294689CF61E3FB69F85A +:10C63000D31C9D3ED1DF14038C94185DAA88F2E1CF +:10C64000C03A95BE3F3FEFB6FB28EE6C649F23696E +:10C650009F79BE6967E6F964F73DA6DD62F27CD397 +:10C66000FE99E7872DCB390E4FD37AC4A1DFC0E105 +:10C67000AFD8A1A02F251C4CFBD131ECEF5A8A81F9 +:10C68000AB8983427EA3BAA2A1DF4CBF23AE2F6445 +:10C69000731C4CFBF11A67677254F45FD94CFBFEB4 +:10C6A000173ACAD026701E000000000000000000EB +:10C6B0001F8B080000000000000BDB2FC0C0F0A3A0 +:10C6C0001E81BF70A1F2D17116272A7F0B377EF52C +:10C6D00084B00C03823D9B8381A18E1982ADA0F8AA +:10C6E000311303C339285EC80CC1DB59107AA4D9B1 +:10C6F00019189481581B888DD909D8C58A2966A133 +:10C70000C0C0F05019C1D7906660C807E293D294B8 +:10C71000F96B140F0D5C638ACA5FAF87CABF6CC028 +:10C72000C0C06D86E06FD023CDFC06A0DE4620069B +:10C7300000DAD58344680300000000000000000018 +:10C740001F8B080000000000000BCD7D0B7854D536 +:10C75000B9E8DA337BEFD9339999EC09933009437F +:10C76000D87900A90D388400B1A2DDE1255EA99D2C +:10C77000A2D568AD0EE1290A046B25AD7AB22193EA +:10C78000172410356AB43E06D0362AB4C1838FD33D +:10C79000AA1D842A9EE3ED8D3DF6AA3D68C3434061 +:10C7A000501AB5167AAFD6B3FE7FAD9DD9B33321FB +:10C7B000D89EF3DD1BBF76B1F67AFDEB5FFF6BFD14 +:10C7C000EB5F6B5C4A8004BF49C897F047D3E50E26 +:10C7D00042C8B4544A88A8F52B9012E3CB92B43CDB +:10C7E000F9D2792EF9CF27A6E70D427221FD31212A +:10C7F0007984FC9097D13F1DF27378C684C74C4969 +:10C800004426C9B2543F7308CB6B0E817C29C0D734 +:10C81000F472739CD36EFF64924D48BDC2D2751EF4 +:10C82000FF36484FBB0B13C44FEB925829CCD3981B +:10C83000459B54D2F43D5FA211FBAB3B3F3A8910BC +:10C84000FAEF9A5E6F0678C806C44F6343EF3D4720 +:10C85000C6A7BE3BC39124F443AA48E4718DA65EEB +:10C8600022C2BC5AA14FC8937EC319A4D006235339 +:10C8700037D2FC540A37F433D5119DCAF0A293A8DD +:10C880000F9A6BF87D8F6FFADB315AFF934A39E2CA +:10C89000A29F6EF13D4B4831219B2FF8DFA1583903 +:10C8A0002159622F51297C59A544EF2D87F6771223 +:10C8B000329D90CF14369E09D72CE2407CA4E04FE5 +:10C8C000C7D7EF085BEF8EB1DA9699743CE37F3AF5 +:10C8D000238F63695F0D09C278798E8D740E6D0D9B +:10C8E000C964A944484B03E91469DA26F5772F0691 +:10C8F000BCBD26E17C9B1A14FCBEE78209D9FD145D +:10C900009E1930EEB4D4B84DB99E9A04C2D9198399 +:10C910007ED7457ABFBEB18810F784FD04F072FA65 +:10C92000E0AE0B61F966C0E2D0769B6919D4337C26 +:10C9300024F17811E2AF7B31CDFBABD40AC09F303C +:10C94000A17E228C3327770981540E77EA14E744BD +:10C95000ACA2EB62D21DFD9F9FC408A1F4EBD70CE3 +:10C9600003CA09598B784AD19FEECDA7F92CC2D7BB +:10C97000A9EF522C975596CF8AC41690C9F4DFE5DB +:10C98000146FB48D4AFFFB92AE83F4576714F0AE78 +:10C9900094B2EFE6784ED2FEB1733260D982670A64 +:10C9A000BFF3C0A51FC0D49CB6EFD2175744816E09 +:10C9B0003657DDE2590FB4E2BC2E3B46E194AA1C87 +:10C9C000075DB4BE14F377CE1995C2A3F740757214 +:10C9D0005F596ABCDB892F78F4EB88B81948FFBC33 +:10C9E000BD9D6ECDF474839EDC27E13C1D563E1C3C +:10C9F000AE7E630321C989A97CBC480F5114904DB8 +:10CA0000E4325DBC80E6253D244468BD924BF4F9D8 +:10CA1000F974F889C950848EDF1EA09D1610729F8C +:10CA2000B13269D0BCB3B117BF6F82B1BF61F93EFB +:10CA30003B168A503C36BB29BF950F1DFFF7146388 +:10CA400040BF9B84FE1A529292172EBE5E2EF59521 +:10CA5000BF0A144F9B85C8997EA0C77C3FD2232D67 +:10CA60006F1573309D2F57406545847555CC7622E0 +:10CA7000898B1598CE9173605EBD6FD702BDE57B43 +:10CA800091FEE30139E9A7FD7514C95B9D420A9E39 +:10CA9000578980F41997987CE890D2E5C473504E7A +:10CAA000E1FD6722611AF7B17911B531F41D5F8696 +:10CAB0007E020C1FBF326286510EDF19FF6FA6C5C2 +:10CAC00002C05324271E07BAD08DD0425F5AB91135 +:10CAD000B096ABEB430B2781F8A3FD53FC282182D2 +:10CAE000746FA9CFE048D272C0433E122B9103CBA2 +:10CAF000F62781EE5592869FA98ED8ABD0AE29FB42 +:10CB0000FA815A2D259FECF27B38BAB1CB6D97662E +:10CB1000C9C3FF852CF962F8FFB07A342B557F50DA +:10CB20005F18D5389E64B22BF961DAF8F18BC880B2 +:10CB300093AE53FB05B2B601F8292227811EE06FA0 +:10CB400000F818FE01DFAB9AFB04E04BAFDFC80230 +:10CB5000BEE27C2A856C708DC03FF536FE3B69E3F2 +:10CB6000BFCFC8CD28A749E77CE42F3F8753AE94B9 +:10CB70000D2617DAFB201DE4C30B1766835C925564 +:10CB8000F9A093C2258712C43A7E2BF01F2562417B +:10CB9000889E017C34663F82E5A26C846A41DF4C4A +:10CBA00096B9BCEE0F7D6752AADDEFB8DCBF1F8AD5 +:10CBB000722DF8249D5CBF4742A0E79A1BEAC96129 +:10CBC000AAC73C2F5F43B449808F3A5DA774220205 +:10CBD0004D5D007451C95291A09E14F3D46DA00F05 +:10CBE000244D59A401FE34F53B9012B21EFB95CAA8 +:10CBF000CE5B2AE0F7E68F613E2289E902AD2F96EF +:10CC000012C4BBA846117E4A5F4101E050D2E96ED2 +:10CC100090CE544ADCF998D7A29332D097391F5E50 +:10CC20006F583A1C32EF840CFD59F284E50D1B9EBF +:10CC30008C34BA93CA0C462F65248169B978B4DF65 +:10CC40004A37BC5D23FCD3024FF358CE77F04741FF +:10CC5000158391EDA0F79AF3E78516D3EF5502B34C +:10CC600003C882743C98ED299EAA845CC05B0CF1D9 +:10CC700066E2A7397F4236D801C49B83EB639F7776 +:10CC800033D5D7A2C53E69964C3812CC7E2920896F +:10CC900051C0279F4F2D03B9325C3F763C368E8DB5 +:10CCA000BC1D03399BCBE80E64235F277205ED673B +:10CCB000219F8F18E4F44ED71B4891CE6321CCC33B +:10CCC0003E4F733E8D3E733EC18C70C4613E520A2E +:10CCD000FEC1EF5CFE0ED7CE0EFF70E5F1B17A68B3 +:10CCE00011DA1BF679B1759354B66EABF9FC242FAB +:10CCF0009D1FC89160CCA4E7D599E71745FAB2CF3C +:10CD00004F5415C48F39BEA8BC921447A5E0BC5D32 +:10CD100050D938837044B01FA74AB0DD0D42EC767D +:10CD2000E01F67B019E589D3AB13E85F0ED1F2F3CA +:10CD300021D56BA8ED44E27B2E20E5D0CE1B213718 +:10CD40004F02F917230B68BDF8174E460FC1CA34BE +:10CD50007ABD4DB0DB8B0C9ED55C1ED8F1F6A76179 +:10CD6000E8FB4F2F5E82F4DD35327D7765A2EF3F21 +:10CD7000BD3891E1EBF9DC8CFCBD5AD99B862FC202 +:10CD8000ED821007A550EBAB0672D94418DCDDA18B +:10CD9000E3DD8BE8B85B42C7E7C1F756A1AFD945E1 +:10CDA000E17C3337F69860996F28461C30EE46CE0A +:10CDB0002F739D5EF7219A76EAC5D9B514BED705C3 +:10CDC000218DFECC14EC24E0B7071B144C4FBFCBD5 +:10CDD000E01F8EDE9A1B483A7F7A97B41601FD0554 +:10CDE0001D91F1144EA7AF12ED7F29A055A03AD4A2 +:10CDF00005DC4F28029BDF4B36382C74F812D085A7 +:10CE000029674D7C16EA515DA5F08C25511DEC8AF1 +:10CE1000403DA11B16F6275AF0169AE930C0EEA441 +:10CE2000787915F0B22AD8572D527856CF210ED0E6 +:10CE3000A5265E3A7507AEF72D73276CB3DA471E49 +:10CE400007B3FB49790EA35B91EA19DFF0FCD84DDB +:10CE5000F1563E1EF24901EA856354BED2F1DBF978 +:10CE6000F76621FA16C011AE1B90613EA74C3B0637 +:10CE700020A6F414E77077D77A109E78AE8AF6DA97 +:10CE8000614EC76405C7DB50BA3B9C89EEC2B1282E +:10CE900071D27A1F88B163585E1951417E65099D30 +:10CEA000C445FB753A480CE58D41FA60FC7CBE1E1A +:10CEB00026FDFB4AB56D40FF67046607E65735AFB0 +:10CEC0007550FE0C7945C46B7EFF22DC4FB8F97EAD +:10CED000807E3FE8A2F9F092A40E5D8D2BED048ECA +:10CEE00021BE72F63D29C6CE001C1ED510008E71E3 +:10CEF00077B075BD4B8AE2FE4F9AD9A947CB41BEA8 +:10CF0000CC238B2C76839BAF8318247AC29B5AE761 +:10CF10006E27C3C396991BDCCBBD50CF837016928E +:10CF2000393AF43796E201E843E2F441E94071D03E +:10CF3000722DD6270BB4DDD860FF3C48293F8C0604 +:10CF4000FABE4B52F3A1DD5D3E99EDEF0CF226E007 +:10CF5000DBE3E0F24FA3FF513C7979FE0D81D9C5A7 +:10CF6000AD37327CD1B6090DF64737B37CA0942497 +:10CF700000111EC09B3F85270FE00DF01789E80EBA +:10CF8000DA4FB8CC580FDB428A9F30C0E7234922E2 +:10CF9000829DE74DE860AA348B757FBC93F6D7BCC1 +:10CFA000DF1931340B3D72BBC7C4932B44BBC8A0FF +:10CFB000C7CDFA23DB15BA08FDCD51B2501FECE501 +:10CFC000F286D2ED64806B8EFA31D22DF18E3AA7C3 +:10CFD000FE9CF54EED08C8355145FBD1C5EDC7C6E1 +:10CFE00030B513297E9D0A311C95E06F200903F0AE +:10CFF000D629F0FD7F845C49E957D61C69F6AC1848 +:10D00000F4A4EF4FEB65D67F0DA5A7343F4C02F992 +:10D01000C93948CC75E8CF1029EC1B09A64937DA85 +:10D02000D5CC5E065A657EA1DBD3F6D3AD5A05C9D1 +:10D03000643F8B84ED93812DBE2C1ADA6E78BCD8B8 +:10D04000C6BB321DEE736EE715B5A3669BE2B3B5A2 +:10D0500013C951CBBE6529D0ADC52EA476D4F342F9 +:10D06000365D8FD0552446E9AA198AE8BAB6F0751C +:10D070002731479A9E73861CC8C7538168412E8604 +:10D08000195DC98A9EC441C2E74667A63C37F5BC14 +:10D09000C51EE804BA53B87EFEBA10BDD341C769B5 +:10D0A0000BAC485AF1D32893154827DA9558AF6D41 +:10D0B000FC3C6D51798ACEDA6CF834FD5CCD0D09FB +:10D0C000DC1F108DD9D97228827098FAC60E974944 +:10D0D000BF83E396B2FD8D53E94479E5EEBC4B077F +:10D0E000FAA5DFF8BE85D32D156E401F3FA129A3F9 +:10D0F0008F04975FC3D0AF766E767F86EFD9B05F2F +:10D100005CF1BA93809C5E1CFAA0AB742A21B5F541 +:10D11000F9F742BABC7E4A9748D343ED257EABFE71 +:10D120003ED4BA14F3471F1A8FE9A1877E7003F02B +:10D13000C7F16E9786B6E2E75F7EE9A4EB5ECBD7D8 +:10D140007DCF032E9467471F161260672C6F158CD6 +:10D150002CD8F705B4C228C5C3D1B6E58524837D94 +:10D16000507B802AAE6C282F2A2419F868796BCB63 +:10D170005AD85F2D4F48BA6EC1CBA07D1EA89B0820 +:10D180004CDCD450F6E0112965C7BE0AF4978BFB3E +:10D19000611DF59712417F41F57B9786FA69FE6123 +:10D1A00047EC159057F183978460DCBD8179680F57 +:10D1B000DFF2AE2B02BE967572DD44D502CF3ABFC8 +:10D1C0001C4379EFED4A5B873D0E29CD2E31E132CC +:10D1D0001E2765541751D03C1110DC73BC54BD8020 +:10D1E0007FB35FC0FE9B389D0D911BF553BB440B75 +:10D1F0003D51FB92685E9453380F67194BCDF2771F +:10D20000B93EEB7738118E5F3962FD302F906BF5A8 +:10D2100039C08F955DCC6EF4AAB86F27E9FE86F50C +:10D220001731385B044F6403C55DCB24BEBF207546 +:10D230006C5F2AD611D82F357278E784EB9242655D +:10D240006A1EC3D16347C3997BC0DE6B69205D90C2 +:10D2500076F8FA8107C80631A24759FF0AF88736DF +:10D26000282CDFD4A060BD96F0AD4A2DC5F30695FD +:10D270007D6FD16E6179CDCCF3729DE783B41CFADA +:10D280003558BEAD4165FD046F65DFC914562FC426 +:10D29000EB910A9E37CB2BE7833DD1526A965761BB +:10D2A0001E1C4420274CFDD052CAEA6F6A0861FF59 +:10D2B0001BBC91F97A39277E6BBD32D68FBF7E3A7F +:10D2C000E23D554FB7D563FD99F84AD533D2EB957A +:10D2D000B3F90FAD4784F47AB70E57CF91562F723A +:10D2E0004BC6715B22E9F09829A5A7F39C16FA7644 +:10D2F000013D4D45F93F1FE4ABD320CA8F2BC06ED3 +:10D3000024F162CAC7339CCC4EAF37E9354CC42AEE +:10D310005AEE2C25E2C539A97EA8CDA9E0F732A2A4 +:10D32000A47D57ED7E86CC746B3CC0E85632F92B59 +:10D33000C8ECFC91E892CA892E11FDFAFD489F12B3 +:10D3400049E72733BDD4C9ED7ADBF874BEE4C739A9 +:10D35000383F9477E4801BFD91CE209D670E9BEFB4 +:10D36000C51596F984E83C73D87CD3BE87D3E769AA +:10D370007E8F039F49A9FC0FC13807BD10AA503406 +:10D380006FCA7EAF7EEF9A109C033481FC2A1F2A5D +:10D39000BF869B7F5BC3F1AED2F140C7FD987AB8E0 +:10D3A0009C688C54A820171BBD2249027F8A510219 +:10D3B000FD4AA575CB719F7BC08D7E45A59CDBCBBF +:10D3C000A554919194BD2D053BC9720BFDB94DB982 +:10D3D000FB7903D2F3462F631577FDA9AED25143F3 +:10D3E000E1F2843E44BDB4CECFF61BF6F26B9D3223 +:10D3F000976FD1DB9D20D7EBCBCF2AD78CBB287D75 +:10D40000545AE52F5BAF4FE87AE1BEC66BB832DA0B +:10D410006DF527EF01FA7E00FA9A0678BE00F1DC7E +:10D4200078701DE2A1F15D371A597BE1BCAA7264E4 +:10D430007C4BF56350CF523B01D3C1F5A7721DED74 +:10D4400004959FA30509EE83C1BE003CC2F077544A +:10D4500040FB42D63E16BE17F0361C7E5A06F1A39C +:10D460003FE2CC3D0B5E7692B73DA0970EB85438A4 +:10D470007FD9FBEE0C1CFF96838C6F289E106F9F4C +:10D4800050BC811E37E923C53FCABD40378D0D030F +:10D49000483F591C5F83F329B7CD27D49B44FB3DFC +:10D4A0004866A07D68968758797BC3992E76CEA66C +:10D4B000DE0B6956790CE7EF0D4790FE06EB8769A6 +:10D4C0007D9AF834DA5F10F96C06CC6AB05C63E5DB +:10D4D00059E506817D9E1CA4705AEC05AAEFF70160 +:10D4E0005E94B09AF6DD1362781D0E5FFB0E4ECC93 +:10D4F000EECF80EF14BF6A284FDA40CF49785E54F0 +:10D5000003FAA51DF41FCE4BC1EF9BB9DED804FA78 +:10D5100009F8DB59C4E48BC8F68B6D8470FF994A17 +:10D5200094E96C0F02F90E89D1AD582626B6097020 +:10D53000BE632071B489EC7B5BB99668A45D75B855 +:10D5400079BD08496C2B62FD00DF896ED68F9F0C78 +:10D55000E0F9C8A01C50EF467DD111D099DE24DD42 +:10D56000CA2D902FE279B113F33E59C7FDB65BEA9D +:10D570005431EF61797BFF76BCB80377ABD0BF2F16 +:10D5800087B717BA59FBE2F4FE3A6436DE4631C17A +:10D59000C6F7E8DC3E387BFF1BD56D0CFE1CDE9E1B +:10D5A000F4B0F6C5E9FD0DB76E9E52BA5E16F9AB42 +:10D5B00084E93AA5D997095C1F6FB99A562FBB2AFF +:10D5C00094566FEFBB1347F75BC6D9D75F72567A95 +:10D5D000390AF462B1FB8EBA63D79300DD9EC6B3FD +:10D5E00066C567D2BC142B14687EFBDD910DF32F4A +:10D5F000A2767BFD07F7809C5BC6E5C8F2FA4F91E7 +:10D60000DF96B52F96411F2C4B08287F9771395113 +:10D610006B9030E8A7B9A2274D0F53DD8E7AB8364C +:10D6200098AE9F6A55A69F6A43E9FAA9F621E96870 +:10D630007F1A3EA81DEF83F14F7659E5D8F2F61F09 +:10D64000201CCB093B975F0EF27D2AD48F15D6D0D4 +:10D65000FA336001A7817D3FB110E4ED21417BA445 +:10D660001EFCE9377AF0DCD28E1FF35CE561332EC5 +:10D6700083EB8F65B6737E7BBA8CEB0F22C610CE20 +:10D68000AF3ADE74E027CAEFCB4CBD45E75B3329E8 +:10D6900035FEA120C3C5D760F141BE8A141F19CE43 +:10D6A0006906F107F2DA8AA7AF88B7088C330DF064 +:10D6B000C7F070AEEDCDF25B01EFE9E7405F03BC70 +:10D6C000FCBDF474478A9E98DDB3C28376CF3F4E8B +:10D6D000574CCE7ED5757ED8A1F275A0F39A6459C9 +:10D6E00037DB7A99ED6EE0F8FC3138777387AE93CB +:10D6F0001D4F8756781C4E6ACF1EDA3F17F7F30F7F +:10D70000CADAF520576E04FC4D053C32BC1DA5FA63 +:10D71000306EE1E765ED3F78A58AD25B6D6B2047FF +:10D72000B08C5FDB5AD41CA2302D7B28500126DD43 +:10D730008DAD0CCFCBBBDDF7C62DF285E2BB14EC73 +:10D74000E96D9CCE86E0BB94E3BB3CDD9EAE2D63D1 +:10D75000F6746DC486EF44667CD772BAA1F38CDF91 +:10D760008DF39C9DEDF6A6F0B438948F7AF141BF0D +:10D77000E607797D94EA3798E7216EF71FEE9EEA77 +:10D7800007FFEB2191E6BD909FC6F20ACF3F44CB45 +:10D79000A17F2FAFFFD034CCDBD7D3BE1E8B07F5D4 +:10D7A0003183D39815399EC0782557A4518338A06A +:10D7B000D88B22EC5BFDDF5881713594C1C19E7B13 +:10D7C000D03FF3B79A06ED32EBF1FC3AF190D5DE9B +:10D7D000F6C568DE6A0744D2CB2562C91759E8143A +:10D7E00046986E3D9F4F70BA21E4C33C766C0CF4B2 +:10D7F0002BF5071683FFB65A3374B04F3E093A34FF +:10D80000B0A786A36B20C041BD82702B9DA2C52FFF +:10D81000D7142C3EEBF94A6343FF7DA265DFE0A4F9 +:10D820008640A4DCE237A83F7A1FD0EBBE203BC77E +:10D83000F8C4AB6E75E1BC36D8FC1789B4BCB37EB6 +:10D8400032EEF7CCF97B06CFE78CB4738E3677E7F0 +:10D85000DBA0B203FE751B2E057F9B79FE5AD635E1 +:10D8600078AE8876A77FCEE31B33E0014F36E0FC2D +:10D870002FB907CF6DE82E8480DFCA47ED4888D7DF +:10D880007053DCF6E1BE24A1003FFA2A99FF4D92C5 +:10D8900034BE2E51F4AFFA380E37563EAD82FD78C5 +:10D8A0007A6C7A3B525A96568FF427E697005C932F +:10D8B0004466739505F9F97FE4ACE7F062293BEF24 +:10D8C000154B5BFB582A62FC92E5FC374702B8AE69 +:10D8D00013329FF7979DDBF9EDB9D6BBBB2171CF12 +:10D8E00011469468BFAFA3140D710B5D0D3D18B7C1 +:10D8F0009747EA04B0FFC4F99124D0E86D8ED804AC +:10D90000806FD4E5558B803E4F1F14D0AF275C5EEF +:10D910003F11EC979CD1DA1438926D9149321AA2DA +:10D92000F92C6D17ECF816CB91D95EBA9E39B05927 +:10D930002820A452FA6623C4F1E49468531CB0234F +:10D9400034BE31FB75A83F46FB18DA37B74E9F3D12 +:10D950009FC29F339160DC0F3166CFD6A1FFAFB37A +:10D960007CBD4CDB7B53764A2BA56398C7A686E328 +:10D97000F701DC174A6C1F7E11ACF334886A32D091 +:10D98000AFAA507A3E32D51217587FEA3EF49386FA +:10D99000D8B9A8E9EF783337360BE6B92ADA3F0F62 +:10D9A000BA707ACDF3CE4437C49398E7DF73690138 +:10D9B000F2E91DDA3697E57CAF4E4A3F778C53F596 +:10D9C00062E53351B9FC0180E3D15CD28B71122E38 +:10D9D000520774DFDC10417F24C5198B8BE4F07C87 +:10D9E0005762E774943EBE0B7089A168F24EA00B9B +:10D9F00031867411978CEC8BE15CF43527DA2B328D +:10DA0000A9233C0E0CCFB3D0FF4EBB5829F1FD83A8 +:10DA1000AAABD595E0CFCA9982F47B47D5838372B0 +:10DA2000A418E3D5BA71DD9A76CD92F2313E0BD7C8 +:10DA30006DA9F4CC06C0FB4A89EB5152A700BDBBCF +:10DA4000E8DA1DAFC038B2A42B07BBE92ECDE371D5 +:10DA500045B43F57D071509A3CF279AF1C8E3E606E +:10DA6000B59BB334CD01FC572CF2F8CDE3FF4CACA1 +:10DA7000F13B5D7C9DE30DFB918ECDEF52909D2798 +:10DA800048B1D7EF013C970AB13B91AFA87D412C3B +:10DA900072580AB238A271E4CAEC2445CDB8039793 +:10DAA000EC07BF7173C300D213E95C8076C138956F +:10DAB000987F48276E9E7187D9798F9BC749B9EFA8 +:10DAC00010FF62D50FF638A876C917C4F82D5B1C75 +:10DAD000A2525F82F460C2EFD00C02FC64C63FDD4C +:10DAE000C7E59559AED44FC0FAAD0DDA0300E72073 +:10DAF000BC7CFF33CE941B9D97A1DC2AE03099F3C8 +:10DB0000DBFB6E8BD14EE9652B150340B75B5738B5 +:10DB1000908EC78DA782BC28C5576E83CDCF1CD7EA +:10DB20003EBF9F71FC3FD6A0DE0FE3F7000CB9901B +:10DB30000FDD0F7C388E0A8D5F425C61F70284C373 +:10DB4000C423A5D148928EA7BDE98C009CA5454968 +:10DB5000F403B82374BC0C78240F8DB00EC6575B49 +:10DB60008717A5CCF1A0A49EFE51384BCD513EA7FE +:10DB7000A5D3B908D6527830D7C5CCD3FD5C76FF93 +:10DB800059E8BAA541BB1FF7F90D65F7337FF536A4 +:10DB900005F8C015260990FFAE3216C7DAAADD4295 +:10DBA000DC142F1BC344077B4FD158B9C2CBE3EA27 +:10DBB0000656AEB1725165E5222F173BEBF61755AD +:10DBC000A2588880BC0E192C4F1714FD2605E1C7FA +:10DBD000E617E164281F50FC3DC2E75560D4F555B7 +:10DBE00083BD58C7FC215290F52B95713EEA3494C1 +:10DBF00062F0DFC569BF96F60F71341519B41CC603 +:10DC000059C1DA9BE50F9AEBA3C58559B84EBA8284 +:10DC1000F0B43278CC7ADD1C8E62B35C4FEFA79300 +:10DC2000F753A21E21D5901AD1F910074265545A14 +:10DC30003F9B793DAF118D827CA30DB1DC1BBC45B0 +:10DC4000AFB6D46BE7E3C51B220F009D961ADC1F0D +:10DC5000A95CF600EA035EAF85F767F2D9B6061D48 +:10DC6000EB271AAA30DFC4E3DFC556D65E36C82CD0 +:10DC7000D0534199C96B7B0AFC10A2F2713CD85079 +:10DC800014BE9252CA6F02E3D73BE877773BA76393 +:10DC90003BFD139AA7F45B48FFB87D2A80DC35E989 +:10DCA000CEF427EC3B38238D0E493DA53B8B5C27FA +:10DCB0007565E9F91591F47CAC2A3DAFEBF70FCA15 +:10DCC00063C857CD4F2F8F44D3CBC33569F994FE2A +:10DCD000D3BAE68C8738967EF4DBC573B502D81FBD +:10DCE0006CCB65F8DBDC40D03FF813EE676E053F88 +:10DCF000A194F2F3353784D0CFB7B1A1FF1EE82746 +:10DD000050FFF52E88F77E00FC8AF4FB16F003D254 +:10DD1000EF33399E4D7F37D597336590FB33495AA2 +:10DD20007C8B694FC5DDE45AD89F65C57A0587C5E8 +:10DD3000FFF26D99E9EF80B93F1455C1AA77BE2D66 +:10DD40003BD2FC24244CAD63DA7F13EFDF53D68B38 +:10DD5000712697CB01669F523D83E7C81AB5342CD4 +:10DD6000F192500FED51AE874A05FDDB006F3C97F5 +:10DD7000C2550EFCDFA983DF327F058B6FF246FAB6 +:10DD800074B80790AD6BB81FF457C5604F47F131B9 +:10DD900019F151B024DD7FA9CEA478B1C8BD788037 +:10DDA000CD57E6FBF431DCAFFEAA73D6F5F234B002 +:10DDB000DB985E6FF42DCB07B8FE9718AD85EFA307 +:10DDC0002E6F45385B40A14F037AED44FBE2D1F959 +:10DDD0000BD0AE702F5030AE835C978E678AFF9B5E +:10DDE000A0BDBB949D7F8FBB83AD8B390E1554F9BD +:10DDF00040C70F0AB1B5B84E6521C56A8729D15809 +:10DE000012FAB1C3F56B59BF95C1CBE0795AD66F01 +:10DE1000B3C24F09391FD6772C891970C43996C3FC +:10DE2000D72C6BCCFEB1C12992A80E7A30E7B2EBA9 +:10DE3000502E8B0B58DC21A9C91C8F37DCB9FE543E +:10DE400087DE22E3BE8E9D83360BB14D90771D7029 +:10DE5000617FAE308FCFE2F19839A33A43532C74EF +:10DE6000F7734E5783FB20C2F7874E936E09EA5132 +:10DE700009F294BF7A6416F74FB166649D0FF637C6 +:10DE800035EC41EEB5C8781F64748CE03EF2C126D3 +:10DE900019ED536945DE6288ABA23C9CC4F8EE786C +:10DEA000339E939BF6A2C2D7D5437A31F5923E7644 +:10DEB0002F84FB8155A2E27EE04F8BFA6F83459A57 +:10DEC000ADC47E06EB76B3121B07A1641F8D8DFDDA +:10DED0000C60DD09EB42BFBF26EA4FC0FC2DF57791 +:10DEE000A6D597587D6ADEFD1CBE6713FD1748074F +:10DEF000C3C4B95BE24DCF782D74429638EC74F709 +:10DF00004B185786FD9DD3120F728EF1AFC03A6742 +:10DF1000EF9FD1D190FE79FBBBB2FC32D86FF7678F +:10DF2000F95F01FC1F5AEF427FC37B0E165F628EC2 +:10DF3000B767BDAB10E4757FDB448C63D8DBE6F2DA +:10DF400043BBE6FA12BFD51FDCDF5A929D29CE6192 +:10DF5000B01CEC0B2AFFFE83CBBF4340E7345D24AB +:10DF6000AA32ECE7171945F75BEDEA4506F32351B2 +:10DF7000029E07F0BDD7542D59F7D7E6BEDADE2E44 +:10DF8000E5EFEA1FCBEE39707CF138BFDA2A136176 +:10DF9000DAD5FF41517DE37E89ED8FB91D65E2F34E +:10DFA000D06116A776238F5B5B42A27E28FC88385F +:10DFB000D00FF411F99D7FAA054F7F9365364EABC4 +:10DFC00084FE1783FE07FA6569A794E68F59DE9DE4 +:10DFD0009E5F4616E6C1BE765997441214FF37DAA3 +:10DFE000FC33A7B8BC584EEA9A613FD8C4F9AE5684 +:10DFF00025E228AA8F573DF7F07490DB928BF1E56C +:10E0000009BA8FD35C29B8567A13329C831FDE3D40 +:10E01000F5AA0B09B44F3417C0FE304032FA8D1701 +:10E02000B7A6C33712FC76784DBFCB7070883D6CB5 +:10E030005DEDE38E720969F15923DDFBBBD0A5715B +:10E040003F1AC978EF6FA4F6DF7431FEF87BDBCF9F +:10E05000FE07C7BF6484F15B834614E4D8201F2BFE +:10E06000BACEE42B93E7ADA111CAC3B4DC7996F222 +:10E07000D2B3B7873828B85FA4C327DCA727C7A0C7 +:10E080003DD7C0EEB1BC2045BF0DFEB6177EEFA454 +:10E09000961E4D03641F5C3131044103BF83AE7E85 +:10E0A000271BCED3F5379D414711672AA8FFF1FC06 +:10E0B000C7808F2F77495CBFF639A15FFDCFEA1C7F +:10E0C000B04B5F90926302944E66FE1389019D5798 +:10E0D000FF39B918F073D1408D0424F2EA8EBDDF08 +:10E0E000837E560ECC13217F0DEFE7A327774D27B4 +:10E0F000B49F1776FA4812E49C9890C14FB672B755 +:10E100005387F8A69B7EE1433DB3F2E955DB17D078 +:10E11000F185E77C08CFCCA797FF94F90B1BB19F43 +:10E1200095CF5E91BD85CF8BEE6DC80BEBB99E335D +:10E130009263E05EC42A17B901EC13130F26FDCEDB +:10E14000F6568B708F6B654F00EDA041BA1769FDD5 +:10E1500072882E25372CCCB0FFFA27CEB71F7ECC85 +:10E16000E26E859E3DD7E3FC7AAFC6F90A4410DF24 +:10E17000A7E3FDC02599F5701EC61342623C2DFF32 +:10E18000F00981CDAB77D25677118CBF55AE45B92A +:10E19000C7CE7F4C7867F754C781EF67AB81625871 +:10E1A000F2D9BFD889F27B4D8F3309FB279AE23E23 +:10E1B0006A8ED7997E8F8AE85E81D2C16A149934BB +:10E1C000DDBD0AE5E2EADE4D782F68CDF3E9F280A5 +:10E1D000E23992A4F0DFF49633B200F2FFFC33BFD1 +:10E1E00046E139D1F7B81FD6838EB348A67CF0CD6F +:10E1F00033E97E6AE8FF4CCED0FE0819C07B3E6B47 +:10E200007ADBD878BBBF750CEC833536B97302FE68 +:10E21000913F741FFD5357BA3FE333F2FA74BCD7F2 +:10E22000D5332AA39E1DBCCFC5E5D04D3B3F7BC453 +:10E23000A0E37FF8F4C947E01EC6CD7FFBF491DB75 +:10E24000615FF7925B05F9B9E6C9F71FF931C5EBD4 +:10E2500047CFBB1C402FA75EFCD94F1FA4F953EF3B +:10E260004CAC1034A01166A79FDAF5D73CB897756F +:10E27000EB8B7347031E6E7D66F6E8B3E9CB5394D0 +:10E28000BE122EABBE4B603FDAF3B4BFD134FB02FB +:10E290004F6DEBB377F7DE4280EFA3B759FCC61A98 +:10E2A000FAADBE02D66B15C6AB431EF671AB77B4A2 +:10E2B000A01F6228BE8D318E10E37708CD5FBDFBB5 +:10E2C0008A6F5F5409A91401F1B0860CA01EB2B781 +:10E2D0005BF3265DD7F3875FC7CFC8E732E07DCD1C +:10E2E0008E36366E2F5D47FFD075FC08FE71C1D0AB +:10E2F00075FCA36BC8FDBC4771EFBE3B733CB6B960 +:10E300008EAB9EF9EE59EF019EB2F1F170785EC1CD +:10E31000E37277B8F43FB9800F9FCE3242B8CEAEE9 +:10E32000C4025A76AAE9D34242E9E3B834703DF018 +:10E33000E3C08B2E15E21A16BDF8960C72EDD4339D +:10E340006FC81ADE4F235E81DA69A7C8E05F1FD865 +:10E350006D782F07F0F8982F097E8DD577ACC0F532 +:10E360005A9DF8CE7CCD8FDFD17FB23AC1F860756F +:10E3700062CF954286F59BA8E430B99AC835CF3371 +:10E3800006D753A882753C380FE86EB87534E7ADF0 +:10E39000C2BC6758D6D390906F87E3CF535B5D22A2 +:10E3A000C453AFE1FEAD3577CCC7F535F7116B122D +:10E3B000C25B99D6DBB417BEEA7DCD2225B39FD2CE +:10E3C0009CF7487C3DF2BCBE1ADE5460FEDCA1F82E +:10E3D0005BDFE442F9FCDE1417C6671D94B4FBD77B +:10E3E00051FE1C784D22DB6893EB2B8E495A867BBD +:10E3F000357FB4D94F37D40BCDA369BB1B0CA65FB7 +:10E40000ECE759B13B9C44B3E067B56BE03D8867EE +:10E4100025BF76138CE37BC98DFBAE358FB8318E6B +:10E4200079EF33A77F0A7AE6D4A32EC2F41F8BBB01 +:10E430005CCEFD97C79E39FDC8FFA5E5C7A0B10614 +:10E44000F5D71DFD11D0FB4F0402A6CB9F9ECE9E9B +:10E450004C28BFDF44EBC279F8F25FDF7E39D02B66 +:10E46000E4E1FC767956EC7AD0FFCB7F325A8038E3 +:10E470009E359EFEBF815C3AF9CB6C5801F2D133D8 +:10E48000A7A7C37A9D7CF6B9C9200FA95DA959CF6A +:10E49000296FB4BE4361B1FB6FEAEDE803FABF092F +:10E4A000CA597DE14BCE3B60BFC3F860AFDCF47C62 +:10E4B000B6EE9E9C560FFB59E31AB80DEEAFD3F59E +:10E4C0002D70E05E205900EB7C534FFAF8CB14A678 +:10E4D00097D7C803CB58FDCE02460F7DD8EE070A6A +:10E4E000B357CD727B7BB3FE5AA538AD9ED97E352E +:10E4F0009CA764A0F77F5298BEB8A9E78B8999EED4 +:10E50000A50E1D877DFFA1400CF0C3905D6EDC570A +:10E51000DF2C2727E494E3777CDFC0CC17F0712150 +:10E520000F76D6AF387FDEEC61F967F9FD829BFD8F +:10E53000340FF02AFD3F07BA59F59C1BE3EC57FD59 +:10E540009ADA5114AFAB9E7D15E3DE57FD7A1DAE0E +:10E55000FB2A5712D77B60978B409CD687BB5EC344 +:10E56000F20FA564218CBBEA05F741EB3D49335D11 +:10E57000D5EBE29BD6F4F9C0B92FF831E3FCBCCC63 +:10E58000C9CFFFE0441BE687E7D1903F3016E30791 +:10E5900086B3B7934A11DF4F30BBDBB4AF9BE03C8F +:10E5A000061CB88A4154CBF9B64858FCEAFFB1D1F1 +:10E5B0009D2CC554D8A7CA804FF0C38AB156F0032A +:10E5C0004BA1E014A0E7E6D0428CD36D2F57A700F3 +:10E5D0007FBEC4E9C745FB47FB795F17DEF350C236 +:10E5E000E22756B9E15E928DFA98945ABE17E3512C +:10E5F00003C6497ACBE977CB7ACBC1FD69EF62D804 +:10E60000E3027E3578AFCE70023F5F631E40000AA2 +:10E61000297FBC639E0F8B71561E308BE3AC9CF33D +:10E62000FF9A5AC6DF7B1765231E4D3C5CF3424BB5 +:10E630001FDCCBBFE6857CF4D35CE39DF83EE0F5C0 +:10E64000573C9ECF08B890FECE7F217AC5B768FEB2 +:10E65000FB2BC6A3BC2AEF8D5E3689E6AF5B5182E9 +:10E660007EC17ECE3FDFDBEA3024DA3FCA66B06B84 +:10E670007F24E07ADE00AE0BDA7011D164B6294F48 +:10E68000B0F80DD2EB63F9DE5C88DFB7B4777AA11E +:10E69000FD5A01CF3DAFFDFD9B7301877F78F3509D +:10E6A00013A437BC4EE42C3AEEA2DD5A3373DBF0F0 +:10E6B000FE5EA0FD3952FD0DE24F54101F29FC28CB +:10E6C00088AF7706CF770C0796A7F08BF1E8267E08 +:10E6D000AFF1BD7D2DE0A5D14DE9F07CC84FD84705 +:10E6E000FC43E9DF6E77D8F1FB6728A2FAEC84A23D +:10E6F000FF4DA1F87A43D1BF54D03F35502816A31F +:10E70000BFCAE9A6ED563B63E3F24AD0BF353117E5 +:10E71000E8AD2FB37D9B1A8FF1D93BC478B11FE5CB +:10E72000673B9B0F7F2FC584FB1DC2E4FBA7508571 +:10E73000F6F78E9FCE83C2F58EE86D0538AF25BD06 +:10E7400012D0F775A40FD3EBC900A631A2CA90D698 +:10E75000C2031225E83FC194C29BEF46F8FBD10EDD +:10E76000FFCBA237DE13603D5F3FB77B7543524559 +:10E77000214A5EEABE4E6DFFC70D005F2D251FD0FA +:10E7800087B03CCCCED064F007D51EF8E00B6B39D7 +:10E79000192C67E72983FD28EC7D074BBD343D83A9 +:10E7A000F5844CFDD07C5ABC8B3DCFE0B07FAF559B +:10E7B000D87B1619E022461ED0BDF9C7DA1F117AA0 +:10E7C000CF83F75A2E6DDB36A795EA93A772FA0A24 +:10E7D000149ABFACEDA7F17898909D74FB07E7E120 +:10E7E000343FC7980979FD7AD8872E1629AB58E2AD +:10E7F000AB16BA99BE59E866F7D469B901E597BB7B +:10E8000099DF09DE5281AB6DF0664F98CAA3433B96 +:10E810002A7E7B9E36FC3AD5B67FE9D232E827A223 +:10E82000132D389DDDE3433FC32B11C3857ED528CF +:10E83000CAC7AFEADFCD21114C83248AA919071278 +:10E84000229D9816905E4CC3A40FD3423280A946F5 +:10E850005407F367307E2B2611CC979228A63B8B6A +:10E86000D8FD8B438227027A6C243F4EDC5DCCFDC1 +:10E870008D756FCC85B8AD7F774E81778D4C3D63BC +:10E88000C78F53D9FE40DC7AAFEE0905F7FD3BD7C1 +:10E890006BB83EE6F7B89BC9C7B89BF94B77AE6734 +:10E8A000EF351C7A42896CA3BD1FF6113940E1385F +:10E8B000DCF156319CE398F59ECA61FAFBCCC1E7C6 +:10E8C000CE837397EFBAF52637C29744BA35E96815 +:10E8D000B1E265E707EDD28756BDA3B9A31DC09F7E +:10E8E000FB7FEE41BBF596BB04B45B8926209F2DD0 +:10E8F000E1EBF7544EEF0988633236BB3490D74BC7 +:10E90000DA5D07613F423AE7EAD6FE1EE6F4453A91 +:10E91000EFC7F3F12523DCF75C421531D09FBD1F13 +:10E9200042C606C0DE47DF4A9A3C60FE5EF39D2F7A +:10E93000F3BB4253BC9F58C3FC9C5B9BE4E256BABA +:10E940003E5B76BA503FFBF97E6E37C79BF61EBB27 +:10E950007F90E0FEEF935C0FFCC2CDEE9F99F576C1 +:10E96000F375A1F46C7F676737E04D366AD8BB3129 +:10E97000FCFC2E2177D6001E4F3EE1C2776D26EDBE +:10E98000B8FA26903F937AA8DD44E9E71E2111C228 +:10E99000F781C6CA11C063F579551F43FEA61EE66E +:10E9A0008F9FD4E3D201AFBF73B3B8980989B5B3D1 +:10E9B000285B93969D5B0BC09FAF41FC18F377F9E2 +:10E9C000D9BB58D1B4FBC627C2B3CEEA9707B56509 +:10E9D00058E2F180F38C34799563CB17D8EA17A706 +:10E9E000958F81B3402A27C67849D247D39D1B8C87 +:10E9F0006AB00B5AA822007E1A0B8A93AEEF182A2F +:10EA000067E0BD263886F1D0344CF3B075A5E5C477 +:10EA1000C9CBB369BADDD13B1F16FDA89BD971AA3A +:10EA200038F05ABC08F8BC55A8F35AE7DF8BFE252E +:10EA300073FE2B79BC2DED8740BF277BA6AA80876C +:10EA40002E595F0BF09C1C2B6B702FB07CC7E9EB31 +:10EA5000611D2685E7DD08EB72AF14C5B8B1133B25 +:10EA6000F97AF54C5C0AE5F7CA09BCEF49D763119E +:10EA7000E4CBCB4842C234590CEBE3193C974F60CE +:10EA8000FCF4461FA3C7493B46A31EA7EB5308E768 +:10EA9000B32DCF508451BDDAF2C4BA1A1DD7CB8B37 +:10EAA00076D3CAA086EFF1905B795C1DD735A2873B +:10EAB000F30FA7A713D03E7BE83A52FA133D96FD19 +:10EAC000E0CA9E45E8C79DDDBFF6D5B11047A51148 +:10EAD000F4075139A914025FF43821C685EC048487 +:10EAE0004379424EE07C69D69D83A9E183B426FA3E +:10EAF0003F00FE7C91E5293E75E0CF49076EFC089A +:10EB0000F050EC6174F9143154909F27C2B7FCF1B6 +:10EB10004EDADFE61D02BED6755A62EF5FADDCE16C +:10EB2000C1FEAB7B84E437693EAF5D46B992BD83DD +:10EB3000DD933D1D88ED8173E39561B81349E917B5 +:10EB4000EA815FB3D583F13E737A761582BFF2E432 +:10EB5000948110BE53E0D170DC2D5FC4F2416E96FB +:10EB6000D6C849789FE1CFFD53AE7D99E0BC0A56E7 +:10EB7000C0BCDA3C282F819E940AA433E2AF807B8C +:10EB80002D550FC63180A313DFE332F1D626517E17 +:10EB9000A57A74F2C6E2B94188F77423C993551B6C +:10EBA000E736413CE0C967E87C28BC27CDF76ACA54 +:10EBB0007AFDD6F7C066F0F532F327DDBC5E69AFAB +:10EBC0009FBD4FD4EB87F14E737B77E56E250174C3 +:10EBD00058DDB3EBB7DF80F9B72BF84EE0E9779F4C +:10EBE0009331FE06F0733EE0252600A99C0E2464B6 +:10EBF000986F5ECF56F46F0FE2A5A31EEFFB6EE495 +:10EC00007869F982D221E0A5C79584F717EE91FBC8 +:10EC10001C200F8D6709EE9F4EF07BC527BFF5873F +:10EC2000438F51506EF004F8BD9DDE4298CF3DB049 +:10EC30000FF4A6E05FA9B2F8B6EF7B98BFBDC6C3DC +:10EC4000F6375779B83C2C1F220FAFF2803C54A204 +:10EC5000C938ADB221EB723C7FBCC1C3CFBF955E5A +:10EC6000E4930CEDBE0F742C2FB83619D752ED2853 +:10EC7000DE0AAD71B92777AEC37BDB254FB2F8CE84 +:10EC8000EA9EB5F84EC4CA1DECBED7F0785B8B2C5B +:10EC900037279C28B49E5F9EE8781EF7AB26FE4E71 +:10ECA000025D79537465E263924892F01E1DF1464D +:10ECB0008A014F77F2F99BE584448ABF6BD1FB77D9 +:10ECC0007A98DFFE1E0F2F2F63ED52E5BCBD9FDF4C +:10ECD000EB2FB59733BD73FA5D365FCA1F9A13FDEC +:10ECE000FC6C7ED5E1C8078FD1EF79BB19DD98F3B5 +:10ECF000A3FC2400FCAE9A848CF3ED598BF7C35B24 +:10ED00003A7AD2EEAB9FB0F10FD80D2037B698FA11 +:10ED10001482FE291F841512572A32E90F76CE403D +:10ED2000AA8268BF9B727C58FB9DD71BD1CE0F5126 +:10ED3000036D7A2A7E4EE6E7EA6FE6C6B6027DB834 +:10ED40006AFA64706FAEEE1266C1F66DAE7301C6FC +:10ED500015B978FCBFBDDF7B1A1478638A241AA822 +:10ED6000AD341EEF53637ABC218469578386E92F43 +:10ED700039FF7AF8FB301B391EDA78BA8BAF8799E6 +:10ED80009AF54D3B562C63711C625933FAA9C45253 +:10ED9000F61E9C25DEE797003FDD20658CF7A10578 +:10EDA000028FCB7809EAE5F1388FBC1A1697B19932 +:10EDB000D3D929DB7B85AF703A7A85C3B5DDAD71D8 +:10EDC0003CB2780257D8607C1432E3C06385677B1D +:10EDD000CF87E2BF5FC88CFF3780AF57751E9C9707 +:10EDE000AF41DC0C8B3B36E38CFF3C9324CE761F8B +:10EDF000C0BE0ED90BD8BB176D0D31FC7EBC6105B2 +:10EE0000A65D0D7558DE2C44DF033C64CF3CFBFC53 +:10EE10000FF375386ECAA3739CE77677F48487EF97 +:10EE20002711FFA1738CBF38C77A87207E7D7C6A4B +:10EE30001F7104E2D6A5E1F713C62CBDE235761E9C +:10EE40008CF7426E73C4BE84F99FBE7B259E9F885B +:10EE5000AD5392E086A4763DC9A2DF6BB3B5BFB0D7 +:10EE60001BCBBBE6BE4EF781B52EED59C8D7CD8C76 +:10EE7000CF85F8F4DAD1DA6DB04FACD9D48AFAACD8 +:10EE8000761CC1F8F49BB392A8CFFECDA3BBB370A0 +:10EE9000FE5200DE5531EDEBE1E795FEAE4A0B3850 +:10EEA0005318BD18D678574A277959FF009DDCCBF7 +:10EEB000E9C3A497EC2B4D3A514DBA2882FE47A2E4 +:10EEC0008B09598C1ECAB2187D44B354AEE7185D45 +:10EED0008C72B07366FBF8115EFF1EBE0FA072ADA0 +:10EEE000D52AFF4C7998E76471F17BAE7DF25AB078 +:10EEF000575C3D138A615E4F8E4D14C0BB031E27C5 +:10EF0000F3B73EF9D7ED050B21FDDA9305B02F0BD2 +:10EF100072F9D225D585E05CB83CFC97EBE1FDC5E4 +:10EF2000F20524311EECCA05C9E2A2C91639C4EBA8 +:10EF30004D0AE72D86F3A028872F6577D6E1BD150A +:10EF4000D3EE24621DBE53DAC6EDC5B6B17FA9610A +:10EF5000EF2678F9FB6EEC7D2B28D7CE4FF537786E +:10EF6000FF2325AFA240678376E91079F58FD1CDD5 +:10EF70004F3CD16BB17F2EF7FE0BFA5B82F42CC6AF +:10EF800004666FFD63FDD175467D06FB0899DB8F36 +:10EF9000F0C4228944CEFBAF80F7FF55FB6C1233DF +:10EFA00042607F43DC1FC477B7AF27C0A754EF741C +:10EFB00000FEDC5D5B0DD0AF5964E015B0AF4CBE18 +:10EFC00092C7317A37FB7D3C8BD9818F6799FB14CF +:10EFD000B6279B30482784B4D33C5C9301F9359124 +:10EFE000DF1F2B239DE86F398FF4625A4EFA309D54 +:10EFF0004C06308D10D50969058938793CDF744895 +:10F000006F56628FC2567CB612DB067403F17CE049 +:10F010003FDC90B5FA1B40AF3FCB32E32B9369FE48 +:10F020000EC2CFB746F27F6413FD29260F8779C73A +:10F03000960C7F4F4ECF704FEEEFB8BFF4128C3F5F +:10F04000ECFDA5F3B58FD97DA481B9781F69A2B66F +:10F050000BF2BE5187E6C2BBCD39F07A00DDAF7C42 +:10F060009AF5D96FE01E8C345FC77EC90E92F1FD10 +:10F070003C339546B3B8D278E02A15E34B15768E2B +:10F080002B72BFA459EF5D70A24F1B1A5FFA5F3D50 +:10F090008EBDFFA98EE81FD9BA30B9F3A929C77967 +:10F0A0001CAD397E6390F4C2FD566780BD9F6987B1 +:10F0B000A729EBFA5E4A1983F330C7737AD9785FD0 +:10F0C00035BE96CAC74F810E87BEEBA59BF1B5A78B +:10F0D000B19CF727AAE9F1B576FC085EC64F3FCF91 +:10F0E000D23F877696B854E29D96312E55F0E622AF +:10F0F000DD3ABCD386A7DB3DAF3F8DFB4B29E0C19A +:10F100007DC27170BCD0FCFB5B9DF8FEC24955CF3F +:10F110009A44E92D7E77097B678FFBEBB2B91F25F7 +:10F120009E776514EE5F6C8A306B6353DF42F4B7F1 +:10F13000BC3FD3311FE2F912BF21BDB02FCEE27E1A +:10F14000B527FCA3701E89F5578560BE9BCE380B92 +:10F15000FE00764DBB4CE07CE6E50E19F31BD7CBE9 +:10F1600032ECD736FE4B6C1CECEBE7FB59BC706203 +:10F17000AB5C63BE7708701E9B167D7CA390CA2F84 +:10F180000B2DC4FB9617FB45AC7FA4F38AD1174027 +:10F19000DC7918040785ABABC4C1DE83341CEC9C5E +:10F1A000773075B2735C96B7E3DFCFCF4BEDDFF30B +:10F1B000B3997C5B5C25BA418E35571D4155EAEF0A +:10F1C0003EC8D24E27C635D2F45280CFAFCF1205FB +:10F1D0000A9F3F9C206239C487B17DB3A773AA03FD +:10F1E000F096DD4E32C641CEF6B2F97BCAC8A5C054 +:10F1F000FF7EDD8131C51EDA0FB41BA9FD855E16C9 +:10F2000087DAC9EF331F9362AF80A97AEC818060FF +:10F210009054BD2BBCCC2E7A9FF6CFE2E562D8FF8E +:10F2200011C8A3FD1043FF42D3C36F19E0BF699A11 +:10F23000C6E8C0DB2DB8818EBC091685E0AF8AA276 +:10F240007FB33928239CC784189EF324D6CB97011B +:10F250001E3C55743D8A3045788F3D7CF568587763 +:10F260004F7B67BE354EEE6DB8B84AC7D8CCE9A81B +:10F27000A4EA28BE0F36647D2A230EA013CF30F3F4 +:10F280007FD5CFED7F4EBF1E4E32BE2E86B7923257 +:10F29000D62E2191823C4B7B879FF9794DBAB3F7EB +:10F2A0005BEA65FBF826298ABFA7E06F9509BC33A6 +:10F2B000E3A8E2F71D2A1D914BE838DB2E4AE2EF66 +:10F2C000206C66B7468927785B08CE17374F8B14BA +:10F2D00000DCC739FD1A33D97BEFF671FEDDC7E0DC +:10F2E0003F5149F98AC2BBA5637A21BCDD78D83782 +:10F2F000100A7AA19CC1B1C5E7C5738313951503A4 +:10F30000F0FB0D27BC37E7099AB51F369F5247A27D +:10F3100000EEABDEEF9DD30CEF709402DF53FBFFEA +:10F32000F79B2F6B06FBFFF80E275FEF3AE4E7979A +:10F330001325632004FDB021E3BDEE4475E4B71747 +:10F3400000DF763830DEED78CCF4B76A1EA0FBED36 +:10F35000951BFC400FDB75B102E863815A7B3FC807 +:10F36000A18ED61C0F7C6F8B3B04F85EDA51F1AF97 +:10F3700065B49FD2EA1CAC876F524EC7DB804857FA +:10F380009BF93B2FEA3C928078D2C04CF62E73203A +:10F39000C2EE7751F9C1CE87ABD8BD01B5F3EDDB35 +:10F3A00041BFAA33D9FE5A0DDFF703CCF3F33F7503 +:10F3B0008E4CD2CFA198DE36C7A3A977450E4BF36A +:10F3C00020AD7424A7637C007B8FD63CF655FB1CD4 +:10F3D000C965D06FB9E3E0628027E839B87832BCFC +:10F3E00017CFD7D160F010FEAEFAE68B2624404E40 +:10F3F0001DE7E708F47B01F8FB4E0E9E2BB37CAAB9 +:10F400007C00DFEF53F70F44116EE3E875308FCDCA +:10F41000175D5508FE61B5EBADDBF13B3FB7B4CFEF +:10F42000EB4235FA32C8FFA6DC3C21C6E525D821DF +:10F430007E3E4F7F257B0718CF03297CEFFF88A0F6 +:10F44000BCF7C315CD1CCB3CEE307F9F83DDC72DB1 +:10F4500004598BE7E2B4551EBCCBCAFAFBB0D7897E +:10F46000F51FA9D312C0EF479FA11A361BEE9DB31B +:10F47000F3D241BDB2888DE3EB6E590BDF7D55961B +:10F48000F34EFABF7E6F00E9FCE48E4F51DF6E2130 +:10F49000EC7D0573FC71307E712A8FF700293CBB2F +:10F4A000F6E55C564EFB7FB4BE780AC411C44D3CF1 +:10F4B000C21F5DB7D1D08ECA9FD1AA47FF1A9DE463 +:10F4C000539C9F76F17A9BF7AB2F837CA9FEB70301 +:10F4D0000AD8534FFB4258DE51F58902F4BF456507 +:10F4E000F02F6F6774B83C34A080DF7469BBA06EE6 +:10F4F000B39CC78EE2F098EB5E125571DD47B50BF9 +:10F500001877040683633A37194BE0BBB116909E17 +:10F5100043FA932545F07E35EBF7FD5607D9867AF9 +:10F52000AD1FDE1C23CBDA09C6D950BA50207E6B42 +:10F5300059FB28F041916DA1C86F21FFFE432E0DAC +:10F54000E02869FD4481FABE7627BEC50A84EC3006 +:10F55000E9B638858FF11CCE40F77A1C7F7C25D127 +:10F56000D9FBAFDABF825CF777B934D4AB626433CE +:10F57000EA9BCE001B9F0CB4E2BD84990ECC8FAFEA +:10F5800062F08FEF7A6E1D9CFB2F09B1792FADE2EF +:10F59000EF3289D1BE12A85FA9AA709F22F010ABEA +:10F5A000278DA570D3719602DC420A2F251CAE125E +:10F5B000808BE2AB04EAE339C9C07E98A7BF354F20 +:10F5C000DB58949AC7623EAFC5003FD4BB8ED113BF +:10F5D0005D42E34B78FAE1CA74BEC85960E3FF3973 +:10F5E000ACBE08BF9CE1003D6EE0B8E3F979BB0317 +:10F5F000BE0B70FFE15984A3A4DD95D6BE3D7865AE +:10F600001FCEA3DBA5090C2E0DE49797C3E5ED12E1 +:10F6100010AFDE6E3E8F8885DE69F9E1D788215014 +:10F620007B747D0E7BDFFAD81419FD1FD4787FEF31 +:10F6300047C07F9B653C8FD9FE058BE74E4C917B85 +:10F640003630B92210536E51202B1A656CBFA5922B +:10F65000DD835667E6CC92413EEDEBBC02E543E428 +:10F66000E89D78DE648B2FF0EEF7A0FD5978473ADD +:10F670005E28FC3AEC6FC3B6B8039F91370BE42ABF +:10F6800094072A50FE227F4EB3F60BE770AFB3F714 +:10F69000AD7DFB1F5A08FE63EFFE6831BE876DAB80 +:10F6A000F79CBF04F5910FA247B05E9D03EAB570C9 +:10F6B000B908A63EA9C0741FA43E2F31B258DE106F +:10F6C00072D8CF9ACCA1E9CEEA28BE57E39BCADE16 +:10F6D000CF47FCE7609A84B4B3827FDF1F2B56319B +:10F6E000D53496AA989AE3997AB283D72FF03B3211 +:10F6F000BE33EBD3FFE6B2CA2DD16FDCF66F707E5E +:10F7000076315BAF4669A06611CD373EE3054F38D1 +:10F710007932902880F7B9927E662F9AE391F22B86 +:10F72000D12E86103081BD3F80EB7C9EAF6C2BD0FC +:10F73000F924BDCFB116E5188B873DB28FDA41E7CA +:10F74000C3BB08BA1FE49D1176E078EFFF867D6F9A +:10F75000095E550876D4E6522F11E8F7477D4C9E96 +:10F760006EAEDA701BD0476FB79003F2793BB7A744 +:10F77000B66F5DD50CF1811D1D02CAF197A71D9DC5 +:10F780000FF5127B1C78BF7E56BBF06016EDEFD8EC +:10F790003B6E8C073DF62F9D7550FE97F17421CE80 +:10F7A000E2A70394307B5A4FB3ABE11D78C8DBEB83 +:10F7B0007BF20FA15D37AE2A6A80FC55AB48352C31 +:10F7C0009E06B74F66C0BB287D06DAB9FCBD65ADA5 +:10F7D000927DA7B4A9415CAD1666F9A68624DB57D5 +:10F7E00097B3F384A6E0B61CB03736F688F81B5002 +:10F7F000955BAF50BE05F2B21C6E3B10B23B61DAB6 +:10F800003931C2CE891388E7F7CB6A751FC4EDBDC5 +:10F81000C9C4797BF9AC51A08F86D31727BC5F632D +:10F82000FB4E8DC9310CC177A6F4C766B55F013CAC +:10F830002FE912E0A577B2244C905F4BBA8584552E +:10F840007F04B9DCA07277034139CFE46E90CB110D +:10F850002A7F158C9F6D25FC7DE3FE56943F9D4EBF +:10F86000A62F44CD0176D97283CA5B0A4B71481F1B +:10F8700005F1764BEBC408C4152FE57AC6949F2991 +:10F880007D1595E11CDA94C3391C8E20D70FA30C8B +:10F89000A61F721E62727954174B8F8463789E88FC +:10F8A0001BE1BC945E3BEDD5101F39EDBD28EF4741 +:10F8B0007533B96FAECB48EFCD34774F990578F3F8 +:10F8C000751739E07EF3A650AD0CE934CE3FA61D86 +:10F8D0008F8B08F3ECDE8ACCEEE1F7E18FE5365F43 +:10F8E0000EC86CDABA5806795812A17C05FB93F061 +:10F8F000B29F42B0D14CBE9F2424A6A0BFAE6E05DD +:10F90000DE6BF271F83D95FD3AEE63BBAEB81AF0CE +:10F910005952D93B06EF2D771D265FA7DF3FF3F93C +:10F92000110E7F6522A9805E2A63A2B8A42AA64090 +:10F93000FDA52107C2765C4C12C81F8F1075BD96BD +:10F940009AE747BEACF47D43978BEF1B1218AF6B61 +:10F95000EE1B5A84E87B184F7301932BED9184BE04 +:10F9600048837D039313DBC7CADB800F6FF372BC40 +:10F970000407F0FD7BDC4F507BFEF6F60FE681BFFF +:10F98000C79C9F8BCFCF17EEC7DF53FBE1BD8775B9 +:10F9900080CF53D53B46B0C0B7DACBE757D6672800 +:10F9A000005F259D1FCCBF95CE2F38FCFC7CBCDCB6 +:10F9B000177A3A0BFA4BF563E07AF8134E15D6C373 +:10F9C000DFCADA2DA5EDA01F3B1DB8FD0C3FAB0132 +:10F9D000F65C90B7E976E248F1744F010103DE2A44 +:10F9E0004CFBD5A6F7C0AF847A225D1F4DC82E1AF6 +:10F9F000F4E71916FBF629FEFEE45311F62EBFE8D4 +:10FA000067E7032023200ECEBBC3618C067D4753DE +:10FA1000904FDE5ED19868F15B792BFF9616FFB6AA +:10FA20001A3AB6D0F1E07E94EF437D956C7D3D941B +:10FA30005EADBFBF71D4C7DE3D3DEA63FE4C4F658E +:10FA40005D08F874E8FE93C19B1D72242E013BF102 +:10FA50002296DF3CCD81EF36DCC6F9B33DF898BE87 +:10FA60000847EEAF81FD694B878C7665622BBB073B +:10FA70009798C6EC89DEE427CC1E4FC8183F615426 +:10FA8000B1F729B6CCDC50B012C69919AD745AE85A +:10FA9000C73F33F33EFC62F8C12C76AE2670BF8BB5 +:10FAA00060D50B66DEDECEC5FD2FF807FE2A554574 +:10FAB000FD18D92316AC003E570B307E6BA5DFC175 +:10FAC000FD7FFCFDFC848FF9D792ECF7AA4CFF9CDC +:10FAD000F3400B7BC72AF57B552BFDC83FE9E7199F +:10FAE000A6DFCE358DE1D717943158D1C7FD3ABD89 +:10FAF0004907FA33B684A2B94E8B3EECE2FE27D911 +:10FB000090995F614ABA7DD1EC67EF0BC639BC6250 +:10FB100092D1CD31AE97C58767A05C96FAD877A908 +:10FB200092A0DEA3F339689BC7C7B67934FA01BF48 +:10FB3000A599E761AEE3657EE627057F07FECE085F +:10FB40009727DE8413D77B53651FCA5393AE961B4A +:10FB500094AEE877C7436FA05FA304E413ED37D1F9 +:10FB600061F76B2C5300EE166AFF80FF3DCDBF613D +:10FB70009147803FE8B7998E0776733389AA20377B +:10FB80008C0861F64C9713F1EAEB140256BCAEE612 +:10FB90007ED025805794CF7B71FC8E4831C68F373D +:10FBA000E55E857E274FEB0407B46BE37E9F261E40 +:10FBB00057E30FCB099C47D500DA19DB2EEAC7F7CC +:10FBC000A44D7E30C731E1460EB5DE03E872B2F5D2 +:10FBD00030D7A59CBD5FE384DF412BCAB81ECFE0C0 +:10FBE0007A68E9BF5363AE47AE97ADC3EEBE597EA8 +:10FBF0007C5F6218BBD7B46FEDF6EB321F83DB2757 +:10FC0000527BB52265CF9A7AB64548FCE162E0D7CF +:10FC100027648DF923A2A13FD022E7042FDE6F7F56 +:10FC20004AECF554307F287B7F84D3E1616E4F8AA4 +:10FC30001D33D00E903AF9BCBB0536DF91E9F04D8B +:10FC4000E4A761E870B197C93FF54C11D14759FC61 +:10FC5000387308FABFD404CBAB86CCF633674AB10D +:10FC60005E06FF5011BC9F67F70BC1EFE5815EFF99 +:10FC7000FFC61FC4FD7A44EC0FA5FB79FEDBFD40F7 +:10FC8000CEEC697FBF1F88D8FC3C76BF8EDD4F6409 +:10FC9000FA75E0CFEA2FB2FB79C2703BBC04FC3CA2 +:10FCA0007BFD1782FCAC7720FF1EE77EC877BC7512 +:10FCB000F3203E5D829BE625F04E22FB7D25D19010 +:10FCC000F1BE90C96FA65C37E57C06B93E3EFB2CC1 +:10FCD000727D32A7C39DEB397F058908FAFCA91D07 +:10FCE0002F2B103F5DCEF77F83FA1EF4BC45AFFB90 +:10FCF00040CF4F3E073DCFF971F8FD12E3BFBBE6A1 +:10FD000038DC78DEC4E71B1860694E3F7B6F3140FA +:10FD1000244C3BF93BA481F9E9783DFF793B3DAFA9 +:10FD2000C7F13B153DF81DE0AFF90EBC0733E3ED1D +:10FD3000F47AF38B7E13BC8282983397ADC3603B19 +:10FD40002FC9BD12D6778E88ED2E3C9EDE2E053F44 +:10FD5000AFAF32B8BE7966847A41760E61877FB6DE +:10FD6000E2CA0C7F48CFFD6E3005FF25A1F47A353D +:10FD70008B7E937B7526F8C324AFA63205FF65659D +:10FD8000AEB3C3A531F8BF5D3542BDD2CCF05F3113 +:10FD90007F18F8CBC8A5704FECEA9A11FAE5EBFA98 +:10FDA000BD1567AF7743BD7D1C23EDFECB103A2216 +:10FDB00012CAEF9C01E69709A812A65F9D8E8CE0FF +:10FDC000420B1DD9E961C11409E965281DF1F5E36C +:10FDD000EB30227D703AB2D3C3B9D2919D3E5274BA +:10FDE00064E45E65A1233B3D5CB756427996339748 +:10FDF0006C731665A223D66E44FAE07464A7870C70 +:10FE00007484746187DF4E27FFEDF4A14A4CCE70F5 +:10FE1000F912D0FE5EFA4806AFB0D0877D9DA3D51B +:10FE200073910E86D2075F174E1F23AE3BA70FFBC1 +:10FE30003A9F2B7DD8D73D451F49942326FCF67564 +:10FE40008EAD1F1F60E7F88374716EEBACD175F651 +:10FE50009E3BFF132BBCC543D77BA475FE4FF60317 +:10FE60009F020080000000001F8B080000000000BF +:10FE7000000BED7D7B7C54D5B5F03E679E99CC247C +:10FE800033C34CDE8F49082160829300117CD493E8 +:10FE9000102084A8138818147510C40081446A9532 +:10FEA000B6F8314080840625212258B443508B5641 +:10FEB0006CF05AA508BDC3431A1FED8DA2545B4ACE +:10FEC00003F5D28088B1B582B70FBFB5D6DE2773F0 +:10FED000669208F6DEEF9FEF77D39F3DEC73F673E3 +:10FEE000BDD7DA6BEF612CC0989BB1D63239C66FA3 +:10FEF00065CC19D2074C718C393C067A3AED8653A1 +:10FF0000A63150F6C213CA9BF4ACBC13EA39CA8DB1 +:10FF1000CC6366F4F715FC77F55E28E785CB8CADEE +:10FF2000626C3CD4373377F538C602E5B2F71978FE +:10FF30003BC96C8AA8575DB5D63DCB05E34C968B83 +:10FF4000741E4D3B6BC87D1BBC0F94E9A9DDD4A486 +:10FF5000C8765FE1DF8D9AFA763EAFE97997A9E737 +:10FF6000827AF903E77FCB04D3E0F34F827FE23C50 +:10FF7000CA59F01989B199E591F5FCAB46C4F8F37B +:10FF800035F5D3D8342FCCE3B69ACBCC43C0F18E21 +:10FF9000DAAFAFC7B4F3CC66ECEEE5D1F3E4F88B9F +:10FFA0007E42B70DD8BFDA9FFA54EC327DBF269E51 +:10FFB000F17AB183D79B2CEA05D47AF1502F7F6078 +:10FFC000BD0A51EF88A827D9199FB798C7EED50D5C +:10FFD000B53E68F7D2414FF20CEBC0F5B5AD6235D6 +:10FFE0009D043F8F34C316FEEEB74BF4FDF44A3B3D +:10FFF000534CE1F79B9AB2A630A8EF6C295C87CFEF +:020000022000DC +:10000000794DC3983208FC1C978633659876BC20DE +:10001000F5679F0C1D23FD5ECAA5EFA7579AA97F20 +:100020001CDF573058FFB143F49F7C99FED3E87B27 +:10003000182F8C99131833F07F325DFCFE733AA0B1 +:10004000ABB569468F0E96FA1327AB1D0CBE8634EE +:10005000E329690CD26099D2A3CE03E86005C207F8 +:10006000FA35E8E1BF22F86F978EF835BADE1A1933 +:10007000FAB562C99FA4856F23E20DE66B0EEA957F +:1000800020C25F0FDF0BC2DFB70BF8AF91BC1FF8C8 +:1000900091FED38DDE67803FD7DFC0F1A5D60B8AF6 +:1000A0007A9BEC3AB14E1F43381AAC473F90603E02 +:1000B00006B335A0A3F9EBCFF768E8386867A27EEE +:1000C00048C78AC37019AAFE9A1B381FAE71B3E0E5 +:1000D000AAAC2BEFBFD1EEA1F915EC34527B966A96 +:1000E0000C8E90C2EB05F870FE5EC6F93BCDCC9A43 +:1000F000CC00CF751253AC28B72433BDC73F3BE0CB +:100100002F55CC73FD08F6B47C3594F5EC88A9081E +:10011000F1D79064C57E528C1EAC9F93640CC9309D +:10012000BF75AD2C900DF5D6ADB5064CF07D9D2D6F +:100130003BA883F9AFFB071F77DD9D9EE06AEC5F6C +:10014000513C2EE89F86F2F0764E6C5728EACDB5EA +:1001500007D740BB64D61DC374E1FE194B779C8959 +:1001600065F88A111DDA9D5869001D85E994D363ED +:1001700076B33E4F0FEBFB9C59BC487F6B1C0DA622 +:1001800018783E8D8880F7CBAD96E0EA2C0DBDAC9B +:100190000C851A4768CA06A08341E4C6D1619CAEAB +:1001A0009E7734D4F8E0FB6EE9FE1A9F865EC63B6C +:1001B00039DD663BB8DC60E37C66A417E8F1DD1B43 +:1001C000719D76D9B341C2E76A7305969B64A430EA +:1001D000D69134C3BC08F11190ED233C585EFDEE7E +:1001E0008D5886FA88CF23F67B9AB2A0DCD8248F6C +:1001F0002576664A6521C0335EE0AB2320D3BA0280 +:10020000792C3802D6150C64A7CC83F9E5DAE552CF +:10021000E4F323CD0FCA08E7D672C612A13F3D0B07 +:1002200005F4F8D49D606618EF91B2D3BE1CEC477C +:10023000E2EB9EA2CB4FC1F9B505F5328E77704740 +:10024000EE1B06E83F58263313F41FDF33B7920145 +:100250007E8C8E2C8287FEC4B4B30CE8B435D0619A +:1002600047F9B06B873105F546DCF5FAD33D1A3D09 +:100270007470556E0AAEB375879199605CEBB8C81F +:10028000EFADB33D2976686F61F05EE5F32CFE0CAF +:10029000011F0D17F4D3D56C947BACB80E4D7BA821 +:1002A000E769B14BA8E75999D58574233924E297BA +:1002B0005DB222C720FD9E9448DF3E0DEA5F8BB7FA +:1002C0002637E7F3C695CCFB11D0415E96EC43B9D7 +:1002D000B156C0436F650ACA0515BFD1CFECE6B26F +:1002E00078FF20F2AD5FCE990F871A35F274AD8199 +:1002F000CB19BDBD5BB6033C1C2FDB0B63A12B47A9 +:1003000099676F0FC2BD20A31097A1D2DBD169B945 +:10031000DBE643BD65BBAD5EC487E584E914CA85F1 +:100320005873CB67F86C3B389B7940FEC52E7779C4 +:1003300073601C8B27C19B3316C6B52B0CE1A15FE4 +:100340006EF47E04EFA7FC343FB1E76BE6B961A51C +:10035000DD9B03EB6F5F69A6E706B1FEAB7E5A1922 +:100360007F8F861FAE717078A965FDF21F6CD2AECB +:10037000CFED00F8915C0E265569E4F2A7A29DDA54 +:100380006FF4F8EA77364E499E0C70E89866B46FC1 +:10039000806249554ECA2228EF6C32DA71FD6DCD6C +:1003A000C51BE620BDBFA36323B03C2D376581A6E6 +:1003B000BF8E21FA9FE5E0F8DA951C7842F2A2B8E8 +:1003C00078B8E26DB08176C5049E605866DFAF787C +:1003D0007B02949129AF257952A100BC76A1DC481B +:1003E00001FBA8B5B422806547E0761964F023319B +:1003F000F51B8E4C84F288C06FD136F8938B85CA7A +:10040000B0BF2C5EFF3FDA9F6B0A203F14F0F27BF7 +:10041000AEC60A2C77E07A60FE2EE003A4E78E1DBC +:100420008D4EE49BF6AA71291EE87F6761308941F1 +:100430007F856D496F9841DEB924DE9EB1BF952B53 +:10044000506FA728DFE9F8AF72EC0FE0F3F81CE477 +:10045000EF6E8317F9AAB56BFCEDC8EF9F03BC18CC +:10046000CCA523DD93EC1B04EF2D2B93BC2D239007 +:10047000EEE16908BFB77993BC2F68F8D2608F2C82 +:1004800077489E6484D76E185F0FEB6F3378B66140 +:10049000F9C9D677CBF530DF369B2719E1B1B1F535 +:1004A0004DFEDD2DE01938548EF06C4BE6E5EF384B +:1004B0007E41F38F9E4787C193E2CDBF8279887AD0 +:1004C000FFEA3A8682C3958EFFFF71FBDBD1CEBF78 +:1004D0005CFBCFA3E4C0807EB2AEAC9FFF2E3DFE9E +:1004E0006FFBFFB7ED773BB2496E5E9E1E18D5B32A +:1004F000C8CC8FF2F7B1EAD298B91A39FC7D37D758 +:1005000067D7887A60C7905FB273E314F23383CC05 +:10051000F58609947C53B0D15901F2B1AD45F6A2EC +:10052000A8CBAB72C68C0079D6E842A90BCFBF0F1F +:10053000E7E572D9BE9AA13D5C4AE56013AF1F742E +:10054000C9E5A4BF5DB2659E66FC60397F0FF651B8 +:10055000B2565FB4097DC156C08CA09FE6B4EC8E44 +:100560000D1AFBF06E611FB43597BE91877A09FDB5 +:100570000B0FD855D3A674A15DD706769A89ECB433 +:10058000ECE61CB4D31499E470AE287B14BD178A32 +:100590006C244E1EE30176160C41FD8E96979691C3 +:1005A000FD8B460FDA55819E00B83CECA0EF9E2EE5 +:1005B000B4FF8249BC5F6605A502F68F13610D1D6D +:1005C000ADC37E50FF79996ABFDB0AE13BB9641E77 +:1005D000D4F3D60D39A80FC02E447DA9DA6723DDE8 +:1005E0005904F76168BF41B9A349AEC0F93DE6D5EA +:1005F000338C4FD82B3576171B68BFB90D4CC1F91A +:10060000BA4719830118D71A65A745DB63FDF68041 +:100610000FEC094DBFB179F688F2E727A6821105E4 +:10062000EDCDD3B77D04764BEBEBEC69346E77BE42 +:10063000CEF631F0133E5EE9DB86F639DBF4386343 +:1006400060F72E1270C891EC16740E74C30B3D68DF +:100650001CC6E83699F199237B1F2D81F1BB5E4CB6 +:10066000993D1FE6BB6C472CE163A721508CA06E1F +:1006700034D8B7A17E7DF0B1E1CDA89F5A0DDDCF72 +:10068000A3FE92D9BE0DE5E08BFD44CFF1D4E1820B +:1006900075A2FEEC7CF9DCF3488F7633D1D723E5E5 +:1006A000CBCAD18EEA95B95FCBF4BEA42AA0E33DB4 +:1006B000BB8D35DCEEF191DDB36BC70D7938CE6BB8 +:1006C0009B7FDF1C03BECE1E59127605C011EC8C39 +:1006D0004ED4FF546E79B34C4FF62695E7B4FD6ABD +:1006E00003EAC5B543D8313F7473FFA23368137A68 +:1006F000B56B4309B4DF53CA44F964859206F6C367 +:100700001A49D80DEF6D50AEC7F19928C35A01862A +:100710007B8C6AFD3F56D4D27769BA0E78D3D67EE9 +:10072000A8D93A313CBF6FB759DF44C2DC23DF5F41 +:10073000EB1B643E6B8789F98CE3F127685713D470 +:10074000D81B3617F79F93C5B3335820A39D93AD9D +:10075000E776B5F7608E6591A6FE0AA72522CEB38F +:10076000B727DBA29523F52E319E9EC5FE16F034E9 +:100770003C60B4AF02FC0E0FDAC8EE31A419990444 +:1007800078935DDD45F92EB4AFAD0C288CAD9F0C90 +:10079000AB877E8213838F5C8BF664BAEC0DC0FB53 +:1007A0009D362BE1AD6397AEFC59847BF0AA32A451 +:1007B0003B75BC3562DEEB9B8AFA6AA1DD39ABD5AD +:1007C0002E79904EBC35C8873FB11AED01EEDC267C +:1007D000A33CCB91832968FF3CD536ADB911E09A93 +:1007E00023E03CCC7D4B33DA8F1DF6CE9BB3A1DDED +:1007F0007AF0A770FCF5AE19669C57ABAFC18CF4CC +:10080000F9D2C186F22CE4DF11325B0DE3B49670AD +:100810007F21C7EDACC0F5E5AC05C743C35FA35C62 +:100820005CAE7678855C7009B9A087798CC3F8498D +:10083000B117E599C9CE8A705D86B4064519048F53 +:1008400013443F0CC48DB598588DF82CA1FCF8F7D3 +:10085000515EF41A3B7F8D705BEFB0783BE07D30EA +:10086000A6330EFB4F705A645C7F2283FF0750351E +:10087000CA8017E497344678496C31521C23A1C5CD +:10088000487E4B5B934CFCB5763E887C98576293D0 +:100890004C71D8849ECF56E238492E396404FF3219 +:1008A000614E64DC35E9C4D97FA0DF99C43471435B +:1008B000687F9DDDF7EF4EC08F294DF87F58B71840 +:1008C000FD48FE676992297EB47B1587CFFA875968 +:1008D000107C04FC6E5E5EC4ABA37C358AFA3B7F61 +:1008E000C65E403819CD2DDDBA380D5C9773B81A45 +:1008F0005BD6DD8FEB30E645C659ADEE04825F3A3C +:1009000003E90E72E863C6F901FFF4F029037102EE +:100910004B3FDFF9C718F4A77A8D3C8E40BE47B134 +:10092000F0E7B3C3F8E87172BD13DD4FA6C4EBA9BD +:10093000E5A718EF77CF11E774A4F71F2DCF2E444A +:1009400079DEA8CA27C6FB473586F871DB2DCA2891 +:1009500098FF4117EF7F8FA56150BE3EEAE2FE523D +:10096000EB1B805880C79ED59E6FA31FBAFE1199BE +:10097000754057075B78DCA12DC082A8A7DA14EF79 +:10098000B14AE4AB06BD3780F2368FCBD19DE59EF0 +:10099000E02A11670AC07C6D62BE3BD3BC161DB451 +:1009A0005F3B99D93B008FB632A6C460BC4BEFDDEC +:1009B00080ED3C654E8674CB00C632CC3F56B4B356 +:1009C0000502F7231DB4A6B1DB097E7A8F545510BA +:1009D000868755C031B61CEAA19FEC7AE5218CA729 +:1009E0007594CD602877AC2E18278EF78B444EA1D6 +:1009F00026C09735C0EBC55747D21DC949A4FBA5F2 +:100A0000403738CF0991786F13F049D5B37223D0AE +:100A1000D32A945F688F2CE47089F546F567F1243A +:100A2000D7121C8D0CF9286345E4F794968452A4E0 +:100A3000BB34A6790FE3E60E7310BE52BAB6CF9060 +:100A4000615D6B6B99ACC3715940A92DE2F841B956 +:100A5000B17E8A4CFDA696394B8D6368FF43413CBD +:100A6000396AF33B301EA6E2D7E1B24B45F958CFC5 +:100A70005E9A3B86E2B49CCE1380CE61BCD4AEBEFF +:100A80006F23FC52EAA2F73F34EBD75DBE6C30C750 +:100A90000562C7601C34926F535D59229ECEE98275 +:100AA00087AAF1FF789C551FE7D980F6165BADA7A2 +:100AB000F82CC618D3608E8617E44022F46782278C +:100AC000CA0D43A73E30320EED0FA618F17BDA3F78 +:100AD0004DDAF9EEFA593EF9D51D22EEA213F6A928 +:100AE0000A870F8719691E1F0A3D56FA6ADA248C95 +:100AF00077AE4D675E1E6FDB4BFCF3A0987BAFECCF +:100B0000DB1A8B70FAAD89A13C28EA0ADCFE16D408 +:100B1000B797318C14B3F5FA06B343A3CF60EA411B +:100B200039E95F7FB6097BA803EDA1788A77DC8E6F +:100B300078EAEDB0318CB73A42B2AAD71554F1FD3C +:100B40007646604F732DD80105BAEED166D0475B6B +:100B500036BDD55C968EFA37FD2A3DC89C2F375F8F +:100B60006C368CD7DA099F36A3DD30B49D20919D79 +:100B70005098A6963F99A600D03BCD6A79FF1BE816 +:100B8000DF371A022FA24CDBEB6281B20928E7D4CF +:100B9000EFA166FCBEDBC2FBDFDB1E6A0EA45DDEDE +:100BA000EE60668F05E9E17270EAD07B2CA83F3BCE +:100BB000101ED0BE7ED88169AB72C2764BDDAEEE20 +:100BC0000ADC6F50F1B254C8D7B5AFB34EE45FD56D +:100BD000DEDCE936CA28443C41A3121C442E6E1EBA +:100BE00066A67606ABB271D8F8CBD3D766A42FA091 +:100BF000ABA9C3F87805BAC1F7A59E53BFEF343649 +:100C0000A0FD54FAAA95E4485BF3ACA731EE5A3A3A +:100C1000327F5B2CDAA51FDE66C0F28F87E9A9DF81 +:100C20008E9FFB47DAF93E530AC209FD7F82C3CF8C +:100C3000AC32C67F07C04BAC2BFAFD8F86C508BF10 +:100C4000CC73FB2117DF57D8E009EF7345CF77AF9F +:100C500098EFDA954CEC33D9C99FCB71FB14DA27A6 +:100C60004AF207707C23D81583ED33E92FA546ECB3 +:100C700033EDB02B0CEBEB2F65D0FB58BD6F1FC2D3 +:100C8000F7895726DC8CEAEE09A1CF96D895FDC3EB +:100C9000DC18DF1A97A7D597D1CF2B8DEBBF25F6A0 +:100CA0009BFE553F648D5171A25EDDC1BC5EE77055 +:100CB000C4FF262FEA9366A664E3FBAE17176D2ADE +:100CC000413FE4573A9227AD938BC94E55F9F772DD +:100CD000FE4834FF16298CF6B5F47A5686F26E0972 +:100CE0003A7E1887F7703BC77044A6FD6C9493F862 +:100CF000D431BF82F6B02A3FF4413D7DD79D300507 +:100D000050CFE89AD675A33DA3B7FB285E3C56F6B4 +:100D10007F8C70679B40A426703589EBD45915866B +:100D20007EFA50F241D7FEB3694DC0CFBA23965335 +:100D3000D46F488C7F623DC5A9D956E8AF38DC1F17 +:100D40008C7311F168DCEB0BC56AFB177ECC979BAB +:100D50005F6A0E5CFF35FDB50CE84F728D1FD89FA2 +:100D60002ADF4E6EFEB76981AF9BDFD303FA8B1D7E +:100D7000B43F21FF7EB7F99566944FFA10D7437AB6 +:100D8000EC179FD81FEE8F003CD15E817EDCD80F20 +:100D90002B9322FA4737D0671BE82FA9CF6F3BB9B7 +:100DA000DC88C6FFEE550D3583F1E304A1BFA2F543 +:100DB000A601F56611D797891ABA30A1DE1C33B4A3 +:100DC000DE2C41BAE2FBBB4407AA7EAEB4FBC7E00F +:100DD0007A4C2EBE6E531A93789E00F77FFEBB7E30 +:100DE000C88F855C0EC6782CE5E85F4C91ED684FA6 +:100DF000AA7EC4EE55F66918B758BF4AF6A21DDAA6 +:100E0000EF3F08FF42F5571A6526EC53B903F75533 +:100E1000C1EF984E7E07F825B819B913E61903FCFF +:100E2000D0DA5274AC12EB81DD4AFE4EB4DF21FC05 +:100E300091A4F991EFAFB3FB7D08076BB94C766BCA +:100E4000306F5908D7B9A18C513FD1FE41B45D191B +:100E50006D4746DB89D17661DA035176E237B6CB4E +:100E6000B85D75A5F619FE0D6697919D48FCBFBD4E +:100E700019F1477E1594335DDB499FAB7917FBFB76 +:100E800064F2CF3B02094EF447820646F05FBFD1C1 +:100E9000E3C4B8CA0A81E7DA78AF8CFE22389076CC +:100EA000A457D9C5AC5EB4579BE442EEB72BD642EB +:100EB0008C8735CB45A4AC26825F3F0EFD342BF9E1 +:100EC000CF3B6D2F3C722DD21BF8F3B47F3A841FB9 +:100ED000BF41F053C9303B8DAB336EF2E6631CAEBD +:100EE000B998F62B771ABC14AF7E49C43F5F16CF72 +:100EF0009962DF48FDFE8A8893EE1DE2FB3EF17D9C +:100F0000BF78467FFF8568171AA2FD21D1EEC81071 +:100F1000ED8F8A765D437C7F537C7F7B88FE7F2DBF +:100F2000DA750FD1FE5DD1EEBD21DA1F17ED3E1847 +:100F3000F09DEBD7DF8AEF27A2FA3F29EAF788F77F +:100F4000B31C1E6EBF0CB11FB63B8BCBB9BA23DDF1 +:100F50004A565C188F8B9C5CCEA9F6DC65E356C2C2 +:100F6000BFC5BED18F2491363CDCDF59A7DCEF87AB +:100F7000341687FD47558E0D1FC7F332543F54F585 +:100F8000174DC3F8FCAD2DC26F659D24CF3B104EAD +:100F9000F943C3F95994CDE3695F90EC45A4BF7B55 +:100FA00035F2FC7997817F2FE4F00CC3275756E187 +:100FB0002343FD97847F3ECB21FA7384FB9BA7E9F3 +:100FC0006F0BC6AFC687E735147DB6B9B8BC57EB13 +:100FD0000D45471D51F586A2E72D629D6ABDA1E82A +:100FE000EAF9A87A43F1D72351F586E283A7A2E66E +:100FF000F7A2F8DE299EEB449CEB72F4174DC71D57 +:10100000EA3EB06336C567F14F1B6FB036713DE005 +:10101000667D11F411C7BA79128BA00FC3A52CA657 +:101020008C25A14AFAF26A9787FB137A1F43BBDD2E +:10103000702987BEABF9254D9ED54ECCC758EB72B3 +:10104000155237603760BCA346D06DBFFD81790172 +:10105000A8DF5D7EBEEF1FB6E746B891E88391F644 +:101060009C6A7FA871E71FBAC74CA3FDE9714CE1E8 +:10107000F924668A03809B91340CE364BA4AEF0238 +:10108000984FAE93C7432FB75F70B9FD81CBED0B7F +:101090005CEBB6511E0768532FEAA9293FCD6F4379 +:1010A0007B60D93B3A8AE7E76C52C80F7EA847F2CB +:1010B00068E31AEA53CDBB50F319D4BC0B35CFE12A +:1010C000317D6006B65FDBE294303EB554C4D50F87 +:1010D000BA6650FCB5A35A267BBDA3EBB1F21198BA +:1010E0004F5426DB116E4D2D456FA27D150CEA691C +:1010F0003FC0222BD330EFE6B1EA6C0BEA11DC3FA4 +:10110000D3FA1DB9F68652ACB7B3BA94E2BC8D7F60 +:101110009F644679B4DE9E1DE3C1B82FEE4BC1B388 +:10112000ADDC19837C1BAC8E7CDF5A36F87E55F41F +:101130007A2D422E76309E7F79D5E1D95598473168 +:10114000BCC959184350F5519CAC50A59BE53ACA0F +:101150000B7137717F6138F85F887F355FC4CD349C +:10116000F8C1508D93D373014602D0066000478DBD +:101170001D118D4FB57E345E99DE9B877437D5691E +:101180008F90E343C9FBA9625D0FB8395FF7E32D88 +:10119000A8672897557C05ABF9BE5BB0CB4072FBC6 +:1011A00073A05F96C5F72107CBCF51F1748DC313A0 +:1011B000B18FADE26B972140FBE887763C9884F9CC +:1011C00046EB7FEECFB40FD28FFA7C47E4E3017891 +:1011D00062D09F068918234FF846FED036F720FECE +:1011E00086EA0F1D707BC9BE1ACACFEBF7EB84BF2E +:1011F000A7FA771A39F0AC9BF26BA441FD3A753F20 +:10120000A9D57DF51B819CFF517FF267247FBEA18C +:101210003F79A5FB52DFC03F7C7D30F8AAFEE12E6E +:1012200077E137F50FFF63507C5D2E9ED59F37AB7E +:101230005825E8AF8EA97FF7539CF13B82A7EA447B +:101240009EDD649D95E8D9F2B444F1E4C5019EC7E2 +:101250005E17587D3FC681699F03E87FE15A46FBD0 +:1012600095F09DFC21B5FDE24E130B69E4F2D29797 +:10127000A1ACE1C72CC6F3C81682FD1FD2F07B16C5 +:10128000EE1BC7E1F7C8F74C37271EF18A39958363 +:10129000E5632E3F51123AA2E9FF2FAA1CBF865DDB +:1012A000437E88683F141F5D5CA9848E18306B599B +:1012B000F9D2ADE14B869BDA00CF0DA3CEE40DC68B +:1012C000CF2A5CE72D9FC4FE08FAF315A3BD04F3F3 +:1012D00040034F49E407CF13F975D70625F2CFE64F +:1012E0007DF7ADCD18E799F891D73817FA5BDACDCD +:1012F000E32A89BAFB0B1F86E76387D8DD3E51BE20 +:101300001FFD5BABE2C17DB1B902FFE70D0D857634 +:10131000CC2BBCD3AAA09F3BB75AF910F70FE6CE4F +:10132000C93723DCE676C628F43433BD05F5E7DF9C +:10133000BFA27CE07B05B6E7EA9919DF271A993E40 +:10134000069EAFB65719318F2FD1C2CC582E5E0DE5 +:10135000E3039CE226F8687E73F7FFF8AFD8DF7DE1 +:10136000FAD041CA9B1679D973F7BFF125FABBF7BA +:101370002A3E23C6CFAEDA651444CAE15FD01959BC +:10138000C6F30CDA726128B23CB62BB2FC186E04BC +:10139000025C5FFB878E611E68DF73B1B40FB21809 +:1013A000ECE36F39F93430C6B0E827053B30BFF5C0 +:1013B000957F7EFB0F0F43B9EF573AF2CF5F190DC0 +:1013C0003630C24F1FCCC0F99D7BE2C74F7D17F767 +:1013D000519F4F440F901DEA7D2917F7D32FACF48E +:1013E0006D2B03793C69F1FE0C94B717F6FEDB53C5 +:1013F00048D71FBF68A238D9C722FE77F0B7FBCE07 +:101400003C81E3BD185B88FAF9E3DDAFE6227C1688 +:10141000FDE44006EE139F7BFE27C5547EFEB931E6 +:10142000F83CF7DC8F73E7929116CCC07D79B59FBD +:10143000C52FC49C1A86748FF13ED077673EB15A8F +:10144000B5FEE237ED7731C67DA9DFF5DDC390EF5C +:1014500076D902F85CB4EB079FF1A7F40E7FAEA239 +:10146000EF8B002213007E676D5C9F2FDE658A8004 +:10147000FBC8AD9178380BF6CB4B506F5430F2FD72 +:1014800019B0075E8271F32ECCA940BD7956D839C8 +:1014900067E0B907EAD7C37B07BCBF20F611A3F901 +:1014A000A63681DBCDF57B23C7DFA71FBCFED204A8 +:1014B000AE8FF370C754231752863897F14082C815 +:1014C0009B7EBEBFBE8EC723808D80B6160B7E7AF4 +:1014D0004D52CF4BB00752814F1623716487DF2FD7 +:1014E000669A75C3787F31C775D841FF648AF95C05 +:1014F00034707E3DB732B4F923901F67562A4A995B +:10150000268F69C1D6FB8F2603DDD4ED7117514EAE +:10151000B9785FF7DCE1388C638CEEE4E780CEEDE0 +:101520003ABCE55EA4CF4E0343B90EDF13F0FBF9DE +:10153000CED7E3EE80F70BB63BE83C8FDAFEBEADCC +:101540009395328DBCFBA6FCA7CA853A3B87C3ABFB +:1015500013BAA7A4029F2DDE2A79B1DAE2CE5B6727 +:10156000DE843ECD761DC5378AF5CCA72BC275FC2F +:10157000EC680ABCAF3F30BE18D7035D54E3FB0DE7 +:10158000B26F7A01CAA5A70C94EF0CEFBB64A0B3AD +:1015900043796DC6D3B08E5D02DF1B66596BD1BE39 +:1015A00084FE8EC8D02EEE694911E50FB07E6F69BA +:1015B000671CFA2D670DD626291EE9B4E118CE2343 +:1015C000B09BF7CB427CDE0B451CBC76BF81FC9008 +:1015D000FA67D6C495609CE49F3A498F72E01989F6 +:1015E000E4C07D5B23E9AB16FA4E8271CFEDB051BA +:1015F000FFE7DCC10CB4AFCED982194EDE9EE45FAA +:10160000EDAE5F7E89F26E6130B27D343DBC9D20CF +:10161000A97E7C9E96AEA2EBA124D21787BFD72DC0 +:10162000073DA0D987A8FB689311EDF48595C6AF57 +:101630001D0FE89279081E31E4272D1ECDCA3C3CCF +:101640009F403243FFE7F05FE0072E9EC1CAD5F707 +:10165000B46F80740D24FB9713BF7C4407F49D8204 +:10166000C8C3F8D74F63295EFAF12746D21BE77A41 +:10167000C1A080752F4D9AB9AD4C33BFF37B0FC716 +:10168000E1FCCE7B42714EF4E785BD7FDECECB8B95 +:101690007B3750FC7955E7E13894AB8B3B87D17EA3 +:1016A000F2BEDD925306389FEF7D36960DC2A78BB2 +:1016B0007AF97E71B41C52F5EA29FC27E8DFCF12D3 +:1016C00094F30968BFA07305FA3F71584361C320C2 +:1016D000FDA9ED3E4FF0D073AEC4DB27EA9651FD75 +:1016E000CC64DFC504C0575269B782E785922A9857 +:1016F000770D54F9A3CEFBA07D38EA49BF91FCE6F3 +:1017000046378D731F03BCC0FB797A16D2037DCE9A +:10171000437D3B86CA04BF79BBA4209A72B6165398 +:10172000C47ED38276286BD7B35DF31DE0BF10F57E +:10173000691CEDE784300EBAE8E9C8FA8B5988C60F +:10174000AD7BE12B93B65F346839BD2946F467FE63 +:101750002AE09399ACD813E1BD34C34CF3FAF66E8A +:10176000B0DB803E5C228FA0EFB178CA3F592CF4E9 +:10177000F8BDA683B4CEFAEFCE55E6833DF2E9F28A +:1017800079CAFC6122AE807CBF55E2F455C642E9BD +:1017900030CFDB857DB378BF142A80F2BDB07EB434 +:1017A00023AE7D410AD8407FDD6B668138A4B7F750 +:1017B000387EEAC4BAB05E7C11C23140E38D4EF48B +:1017C000D0FC17B26E233F5C115C9300E32DED0556 +:1017D000D900A5AE83C5F1483F7F61DE78E44BB008 +:1017E0004B588C73209EA3E15BBB3D0ADE5A7866A2 +:1017F000231C23F1B3F46580EB20F4F69890FB27CB +:1018000099126167AAE7EB1E5B25717D11A89A8D7D +:10181000F27ACBECE262DCAF7C14E36129A2A3098B +:10182000280F999A771732C33896B1FD65FA5EBCD6 +:101830009A97CB1FDF397D2BF81B5B0CFE648CC3A2 +:101840006CA902BB97DB2D3168B754A5F86F42BC79 +:10185000CED3F98EE216FB47254A2ED1E7720EE76A +:10186000C78B1A46357C8D5D9A0863C73AC5FCD094 +:101870008E2AB0121D24E39CE0BD2D83BFB78DB12D +:10188000D0B9A944191CC941E0AD3E13F5E0AE3B07 +:10189000E9C96CF884816C5F535FB51713D1684256 +:1018A000BB7374C31EA4AFC4BBF28BD66485E7B907 +:1018B00045027E44BBF9617E5E2676FF9E502AD4A7 +:1018C0005B52EEA1F8A3FBB6137998BFF4BD442E8A +:1018D0006FE3859DBC4D628D181748023A978AB018 +:1018E000DC9ABC0CDE8F7B5922BB7AC9CB25BA258A +:1018F000565A3FB7AB631B76C838FEDD79343EE0FD +:10190000E5EE19F07EA5A0CB642BA7D7A4D5812C3A +:10191000EC27FE90EFFED7096E3CFF0CE149EB3659 +:10192000B326B49793D82A09EBAD7373BA58379797 +:10193000DB45B84517EFE4CF0FE009DE6FA381C3A5 +:101940004D6FE1EF1B719CC7E2F8BCDCB2EEEE2AF2 +:10195000B4FF8B78D9B942523A88195B391E4DAC25 +:101960001CD789EF715D300D658F5503DF490D85FB +:10197000388FC4E1FCF9768F3980793A6FBB543BDC +:1019800038646564E7F864D4070F08BDFFA94149CE +:101990001C8BFAE41D03437FC59511553F278FD754 +:1019A00017FAF673EFA47814129F5B9578073CF74B +:1019B0001AB8BF108DF7DD024FF597525950A34763 +:1019C000EA6BBE207FA1FE5246C4FBF32B612523A8 +:1019D00035FAB0F6109D1B5DC2BA29557949A78E1C +:1019E0000535FCBB37868F7BF1F7269257DF6E1EDD +:1019F000DE81F67A34BFD65FD2B100F0DE753A9957 +:101A0000EAD7D718299FB8BE49B703F7E3EA2F19D9 +:101A1000F9F74CDE5FFDA5612C807B907A4F1C9E10 +:101A200067BC4EF7D9BA7B11FF0724CA3FABBF94FE +:101A300040DFFBD773498A2CEFBD28D6A7E7FD4CC2 +:101A4000E8894339ADDAFB95A05751DEAA763563B4 +:101A50003D7108FFD37B8791FC3BBF120429C0E195 +:101A6000B438CF7C3A28074668FC83D36A5E9E98D8 +:101A70005FF4FB0BF61ED2C7293A7EBEF882879729 +:101A8000D57AF81DE179A1469533213DE2F309EFBE +:101A9000413DE693D4790F4E611ABA0AC33F16CF7F +:101AA000FAF5C33F614D77480699F2E9E35FFC2000 +:101AB0007F1490E82121DF02977E80F93C093A39B2 +:101AC00042DE61EE929A878CA4F498ACE3F232F095 +:101AD000E50FCAD2346551BFBF7DE0BFA6E3F77101 +:101AE000F9BCFD978FFFEDADD514CF107A50DF977D +:101AF000E1B369CAE6A8B215CA059AB23DEABB2BA2 +:101B0000EA7B5254398DD7BF2BBE67BC0E7C4FFD8C +:101B1000D6AFA6E379A3BB527BBE83E7B95A7472F2 +:101B2000651994E78DE3F26BE97E89E2B32AFC96AE +:101B30007A19D9B7566F8F11E3ACB1E3BC4765A8EA +:101B400057B757A27C5E6BE79E10CAA33A6CE7D1E9 +:101B5000B4EBE476715DE7296A3764FF7932C983B3 +:101B60000D79A7A9DE92E59F18D1CE6BCA5FED4330 +:101B7000FD3A56E6724DCFFC4A2AF0C7D2BD558CCD +:101B8000E7AB72B97B2159398CF3091C90681FB4FB +:101B90009F8EB15F6B988FD4FABF2BD8FF3EE6C5FE +:101BA000C43EF0D92A3DD4FFFD923F8DC7F17E8718 +:101BB0005526A21C0F8E42FD34A7F69E51F8FECE8C +:101BC00025230EE2144E1A7A9EC4FC92495B132B15 +:101BD00031DFE4A4AD271DF39527276557223C4F3D +:101BE000BA7B9E4478EE4F1ACEBFA7F7A4CB50AE77 +:101BF00048BA8B9747F43C89E5D55B4B78FD829ECC +:101C0000741DB42F0A9412FC9FB173B9F914F8D95A +:101C1000287F7F17A5BFAF4DE2FEC7A32395F149EB +:101C2000B89E3AAE3F9F045FCD0C72F5AE277A7630 +:101C30003F0370B8EB7BB1B4BFFBCCF999153E0EF6 +:101C4000271FDAED899CF4357A544FF108558FAA95 +:101C5000F8B065747B48CF44E9B97309CA81247729 +:101C6000F8B92D9B3F0F2479445CAEA1D003FDCE83 +:101C70009963F56EA0FC859EF148878FC6F07501CB +:101C8000FF109EAD022F3EB11E5F12F743E31227F5 +:101C90001FC075817F1030233EAB8C64BFB55729C0 +:101CA000C916173E13285F3A1C2731907FD42ECED9 +:101CB00043B72F194171BC7EBF6033F72F54B975FC +:101CC0003BCA2D8D9C6B5F382919E55C7B96928C05 +:101CD000F24595AF4CDFE9C678BF2A4FB1CCE5A8F5 +:101CE00044E5B0DC837A9A739A7718988FEE6FD8B0 +:101CF0001129EFEE90E07D7EB89F2B7DDFEEE0F3C3 +:101D000052F569E29A4EDA5F4A7C3CCB4976072A63 +:101D100066B4DF5A477620BCAB5266103EDAAB9E03 +:101D20008DB9273F4CCFA191CAF7F1FDED227F4E2F +:101D3000A51BFCC338DFBCCD893B30BFE480C0C3EA +:101D40004732D867C07705290AE1E300C6E4E9C94C +:101D5000F71DE6B09EEF207FFC2F9EFEC7F1D489D1 +:101D6000F0FE57F1B464F99FAE4C6E0ABEDC2285DA +:101D70000C895C6EF2B804BCC7FB20EE4BF41FC6A6 +:101D8000F9A9EBBCEBFB4B92294F49CC27F6A157A5 +:101D9000CB6F83E25D8BCEF5CB1BE66103ECF69354 +:101DA000BF35B7605CF0A4B193F4C349F05357A1B9 +:101DB0001C1571C49362DDC5DF5BFC36E54B27F370 +:101DC000FD768C0F302D5D357B7FF3F0A0F4A5E31D +:101DD0007EE1011DF903ED85C16D0BF0FBADF994BA +:101DE000471F23E808E88CEC25F67D1E27681F7145 +:101DF0009AE0D93E91D1B9B8F62CFEBD7D762E9DE4 +:101E0000CF02FA0A907C9C6DA17E99F0933FAD4978 +:101E10000A22FE80DEF8B80B65929F2ADDF6D7CB4A +:101E2000C90E229E06D2615F5C95867E3E1571C208 +:101E30004FD13E8AD7BC177109B00BE2B4F7735C7F +:101E4000EEBD4A87096B547EE074F7515B22C5975B +:101E5000C16CC9453E302573FA51E571418A5F4E28 +:101E6000766BEC71352EF0683AD1EB7A1BA7EBED6F +:101E700031FC1E0C533297F7EAF8DBC17F41FD03BA +:101E8000FEBB19FBB91B9AEF85F2DD89FE5FF4E01A +:101E9000B8CB553AF61991EEEE157103B622D2BFC2 +:101EA000C5FCAAFEB26E607981C2E3E603E212ECE1 +:101EB0009FA6C876DCEE89CDEF3320BD3F1EC3FD63 +:101EC0004155BF6D95245ADFD6EFC6D2FD196ABDC4 +:101ED000BF9CB7C898CF3C42ACAFEBEDB1F1184F07 +:101EE00057FDF868BF7E292E01FAAD87B1311E5D1E +:101EF0006FE921BF568D57F87FA0A3FB32AED3F117 +:101F0000733B7D3F93889EA41966A2B733CDBA1D5B +:101F100018DFC0F6B8AEFA1CC6AE77227D0517A250 +:101F20003DD3B7D0C238FDF917E27C4FD78C664459 +:101F30007F82AE60BC0CB283DD3D14FFAB4788618D +:101F40003F817FACE4C93680D284F03E19C6A9B582 +:101F5000F1830BF01F9E7F50E917CA018C8386E93D +:101F6000D51387F45227CEF344DBF3C43D09148F15 +:101F7000A7739897B3EB97CAA7729769ECFA687F33 +:101F80000BE1797D113D8FE8085F3DC53EDB20F513 +:101F9000E4D3D4CF50FEFAD2AD7FA2F34EB85FA700 +:101FA000A593BA303D495F49386F0D7D69FC78B221 +:101FB000F3515E9431BA17C626CAB1E5DD744F4BB2 +:101FC000BD8823B90FF54C413CD8C67532F4EBEB14 +:101FD0007B393F5DBB7FC761F4FB1DE5DDE988BE52 +:101FE0007A112755E94F9DE7C4FDAD3AF4530E7DB4 +:101FF000C2E9AEF4F4DCD928BF5FB32497627CABAE +:102000002AC5FF9DE4F19A7809EB24BA99F7B864E0 +:1020100047F9F29A93297682932707E154EAE4FB81 +:1020200028259651F9FF09CF43A7B3F20DD0FF86BB +:10203000649EEF3E4A5656207F5E18229FBB299928 +:10204000EF37949E8CF1A37D566A892139F968DBBC +:10205000C80E535678FCF95BB29C387E5332F78F2A +:10206000AB527C4DC964FF798B91BF1F4AE67982E0 +:10207000A5464F0ED2E76B96C452E4F769EAFE5BC1 +:10208000A02407EFB5294DE2B09F6636856CB42FCA +:10209000B76914CAABAAF9166E3FB24AA2AF724131 +:1020A000BF1BB3381E364EE3F1CA6352A70BF59C33 +:1020B0006CDEF400BEAFC8B179113FEF488E748C6E +:1020C00093B28506C71973F81E9CA1E80505DE19B1 +:1020D000952FA0F24609F481939E14EF816700CBFF +:1020E0005B2C2C20A11EB798C87EC1EF3C9FC3B3C8 +:1020F0001DF560A5D964C7389A0DE366BCBD82F1B1 +:102100009C4AF32F3FC075631C10E5277C57D47E93 +:10211000F977D689FCC5BC86F3DA7B9AB6C5F0B8E8 +:1021200021B40BA07CB5E1B147DE2EC4C74D739C32 +:10213000B92ABCBE3586CE429C5F6089D58B7A7346 +:102140007B49C094E142B91D5388F1E1A76DC69067 +:1021500013E67148C87F9837F985A7053DE4C4198F +:1021600043B82FAED25F664CC921C4AB0A8F35315C +:10217000801FD4CBF75ABCA847711E623E11700A6B +:10218000C385C7ED2B69A8305C806ECBEC455AF84F +:102190005843B88F1E0D97A1E0A1AE03E7EB8C1B4F +:1021A0000897ADF29EC524DF2F58BC3C3E1705278B +:1021B0007C954CFAEA24F2D752E6FF167E5C6A66FA +:1021C0000AC6B31698EEA7B86EAD889B330C16827C +:1021D0009D7201839700CF0BCF4BA437705F462BC6 +:1021E0004F719F455BAE53E3C3BBA2E2B842FF2DE4 +:1021F000C1F8323E3B23DB81E4273D59BF373A6EBD +:102200001E88D0DBE1F819E78B27B664917DD8836F +:10221000C09E882F57131F625C8EDB034A32C68133 +:10222000B62CCC2EC2384DAC9EDB95F76E1AD9B1C8 +:102230004AD8076857A8F13C959FAB524A63526051 +:10224000DC4B29A5FA14F43B312834F1EBF889CFA3 +:1022500053AD87F1BCAFDBE75886F20FEC1F578A0E +:1022600087E65BFEC68844D4BBCB244F22D7BBB9DC +:1022700011E5333A3FED73A8F1F885B8CFA00BC351 +:10228000758188E32F50E3F65B23EFC7433C69CBAE +:102290008B3478D2DEAB5757C642B6283C69DB2D6B +:1022A000053C613BC453443E793B5FF7DD424FA898 +:1022B00074EB58B143C734718BF822256B2DEAF9C2 +:1022C000370C1497FD4F4197808762B41333934BBB +:1022D000E310DE16F477F2D1DE67B5886F8C03E386 +:1022E000BD7917563225C740782D9E31889EDCB0C7 +:1022F0002FA616E9E4861439C25EFB3C99E7C95261 +:10230000FC1EED926693B0733D19D84F71B66A3FCB +:102310007A687F7EBED89F5E3ACBEAC7FE4E8BFDC1 +:10232000856929DC7F9F96C2CF01AA65757D6A1EEB +:1023300006C6A7B5F1D55BFAEBF1B830D83794CF24 +:10234000B9C5108CB997EC319F11EDB13F9FE7747F +:10235000D1D5356F21CEF3CF351686793CB3059DA7 +:10236000CC17FB627F661E619FE592BDA696FBEDD2 +:10237000AE1D3AB2D399BEE10F0F03BC7BDF1EE660 +:1023800045FAEFB7E3CF1AA3EDF800DA5FBD9DA3DE +:1023900082C2DE5224B2DF389CCE8AFB1C02070ABE +:1023A000C43D12FE6DB88FD2DBE9F6A2FC3F83F983 +:1023B0001800E25E7DF0B967515EEE8F21FFAA57EB +:1023C000D84D17E4BE0C3CD3DCDB6F2F05C85E3A5A +:1023D000D36FDF0753676AF0B94FE42DD61943B9BD +:1023E00068DFABEDD4B29A3F80653C3FF99A90E745 +:1023F00075165E6E31FB1F46FE7DC5C8FDAEBA3850 +:10240000786F1D0C3E5C3EF43625D23A103E12C564 +:102410008D6D11F0E9B75F77E8C82EB84EC7E56259 +:10242000DFCF25019FBE3CDA07399BEB413DB4FA73 +:10243000AC91ECED7D3BB8BDFBA9CF48E7427A8576 +:102440003DD91B151F8E86CB16B19E768327632C34 +:10245000DA5968DFE17E7913CFDBAD0FFE710EDA5A +:102460007BF5B57FBF8BDE47E5637C2AF53C924B5D +:102470007A80DF07B2D4CEBFA9F050C7AD17762E51 +:1024800073F5250C6677D69F5DE7A37C36C6F39778 +:10249000AF15A27740BDA8F1C90F2BE6F639ED576D +:1024A00046E57F306D5937B0FC4A3FBF44BEDF8BF5 +:1024B000B16637CE23B2BF8F0C81B86B89AE6592FF +:1024C0002B4BDAE7DE85F920A313FCFF8EF2645F65 +:1024D000DBFA62710E9EE214D77E9C467E1EDBC440 +:1024E000F78B3F32287721BF3ACA42C67B34F03996 +:1024F0002EE4C83C13B7DF19C85DADDC51BF179798 +:102500000EBE9FF2BE58874DE48B3136D384F6C1A0 +:102510003EFCA7475B8FF7731CF91C9E99BD3CFEE0 +:102520007C6D6FDF413CCB5CD75948791B992B42BE +:1025300024273E32B010C6A13EDAC6E9149785FDC5 +:102540002E98C0FB5DA003FF549347B648E06D8111 +:1025500009FC5990CBAFEE2AD1D9302F6ABBE48D5C +:1025600081FAD70AB98D7E5326EA11916F54CBBAFE +:10257000D7F540FF0B5A987902E5990575A90467CC +:10258000CA1D66711382946FA6C207F44F631CB410 +:102590005BA404693F253A8F8369F332101F983F8B +:1025A000A0B177966C6AA67C847E7BA1333ABFE0AB +:1025B0009FA648BA0944E853558F7E25E4A5AA5F33 +:1025C00086D2AB600FB1548E3FCECF7B2482E71210 +:1025D000D6C0F309845E8BB65FCEE8B81E5E606A33 +:1025E000A5A71B834D6E84738FD81FE7F6CCE5F04B +:1025F000EE4EE5FE878AEFBA5E16BA01FA4F48F54D +:1026000044F84D752B5868C918FE44BF01E0CCF55D +:10261000BD99EB7B7C5AAE40EF47EBFB68FD1EADEE +:10262000D7138D5C8FABF4A1DDB744FBE6DA15411F +:102630001DE2F9E8CAE066BC0FF1624CDC18CCF38D +:102640005D6EE6CF872C711DF8BC18931144791587 +:102650004038A39C3C69237FE6A2ECDDFA0E3CA740 +:10266000ACE7F4B3A699CBBD35E23EDC5B52B9BF13 +:10267000559CCAF968412AE79343389E01CF3DED46 +:10268000A271A7980BF5C8DFD3ED9F65E8A18A0E6C +:10269000ECA15890AF20F389DF757B6D94573125FD +:1026A000F58610E2F9B0CDE8D18938A515F032955C +:1026B00085FFF07ED329F80F1872AA35F73F51BE77 +:1026C0004E1178AF33FB7F8457767E62F0FF180F90 +:1026D000F04F32FB2B907E26334F23C603268D9975 +:1026E0004AF3D033657A2AEE7733A53295F661D274 +:1026F000EC94D71A45B7EA3AD4F9AAEB405D85764F +:10270000AA6EBF89F278A3E7A913EB5AF3731BED06 +:10271000FF1F4EFED53AA4ABE8F9ABF0895E07CCBB +:102720007B2ECEFB8BE477EE42FA7DD092D588F5F6 +:1027300061DEF7E07B98F7BC54F7D0F3D6333FE582 +:102740002BE9CDB64054FEF6125AEF0969D0F323B7 +:10275000E17C66FE3CFC09CBC638006BE2F7024F19 +:1027600016F5275B4DA790DFD6D818DDCF7A98599C +:10277000BC18573A64607B91CFA1BB1CED3DB1877B +:1027800019E7DFC0091BD9279299E781819DE2C132 +:10279000BCDBC3312685E4BDC7139137ADC6FD0E42 +:1027A000FF3E95EC9E4331262BD22BD647F97A4833 +:1027B0003207B3A5305D3397263F3A7B209DA3298E +:1027C000DB5B14A677F59E9B5D423EA48AFB5ED23E +:1027D00031EE04FDA75B657EEFADF01B27A9F08A03 +:1027E0009AE724BCDF17F5B435D23F649B1E57B47B +:1027F000703B84F08C0FC3558563F4BC07C0612B1C +:10280000C0BF58037FB389EE5B062CB254E720EDBE +:10281000A3FCCB3792FC2F20DE2F1AB8BDD9576509 +:10282000263DEC2CEFA3F3BE27C3F7CBD03A0F8B9A +:1028300061E5D8EBD3302FF675C1D7D1F352D7135A +:10284000BDCE6838A8F3BDDC3A8FA8FD45AFD73EB2 +:1028500044FBA875FED2E8FB25AEF324EB29403CEF +:1028600056A30CD1D073B41C7C4BF0DF95CA43C681 +:102870001AAE46BD31E596B99FBBE89ED1E76EC65C +:102880007B47A74C9DFB0096AF4BFF3F375B81C852 +:10289000A64C92F839F51F6E7E14EF899A72DBDC34 +:1028A00007DCF0FD2F4F16DEE2C2EF7748625F7E55 +:1028B000E52D788FC694BB2532DE363EC5EBC78E3C +:1028C000F31B306F6096B8570B50A068E363BDA947 +:1028D0007C5FA257E0E5ACD047041A8C0DD6F03CE3 +:1028E00033F0630C3368DFDD6FC0791FBB81C9B87B +:1028F000FF314BEF4FDFA4B5A36E32DDA958793D10 +:10290000EDBED4DF855C57FDFB68FBE96F423FAA53 +:10291000FBA7D8FED602ED773D7DFF3BCE0FFAB187 +:102920007AB81EC5795517F0A7D6AE3D3EBBE47503 +:102930003C6A74AB17E41D437CFAE5349443C99FA9 +:10294000D8C83ED4F714E03A900FF73969FF3B80BE +:10295000F9860107DF2F9A5CEE7DFA21781E37E0B9 +:102960005D65D02ECEB4A31196E04DE3F3EC52E5B5 +:1029700013FCB5A8F21AFA6D8D7D246D19C0AD2235 +:10298000CD44E7C42AAC1C8E6F8D9054FEA77BA863 +:1029900054B95DC9BAF5485F53F34792DCBE99F567 +:1029A00051D9C7EC067CCE605E7A7E5AD2534C7108 +:1029B00000552FA5F7EBA5745C57390B52BBA3B19B +:1029C000BF20BDF261FFFC42C417FDF2264A9E0EF5 +:1029D000296F707A09E17D7555DE49F385BC5D1775 +:1029E00020F916CFFC056911F2AE5B22FF7A8257FF +:1029F000DC731DC957FDFB5FA32492DFADB171E409 +:102A00006F4DCF933A50FFBD66E83C42F27D9A8904 +:102A1000FC2BF8D3E1F95B822F7432354F9A8B701F +:102A20007A1C951BF4D355C8F328A77A12E7219F87 +:102A30004D2D0738C685D73F75FEFA6E948B53F33C +:102A4000DEB91DDBDDC47AF4D8CF2D78B41DE65B8A +:102A5000C5BC93F10EAC6A9F83EEF799912FD179A3 +:102A6000CAF7567691BEBE7ABF670DBE9FEECDA265 +:102A7000FBB3BCA1908CF7AD54E439285F7CECDB50 +:102A8000BC7CD30407B52B78B96735966F511C54BD +:102A9000FFEAFDF6128AFB563BBCF8DD3147CFF961 +:102AA0002A47EABF675D4B0FE5EF375622D8EE4C59 +:102AB000CB253A9FE893D814683FB15A7A16B77677 +:102AC00056C72EBD9EF63903CFE950BEDE26F0E88C +:102AD00098C3F3516E9B5365C0FB2D815E1EC4F5F8 +:102AE000A1FE4F1B3F906E5EC17825C2F96695BF6F +:102AF000B9DF3FD33732B841CCAB5AABA7704324D0 +:102B0000212C5F8F4BA2FD5C7E2FD49B1F82030A7A +:102B1000F26052655619C2990408ACF3BD3B3DD42E +:102B2000DFA4BCDB2A102F937CEBBBE9BB354AFE4C +:102B30007EA4394F04E577117FD05F52B544712AE6 +:102B4000A63D6FA4C3FC3E7E3F415239A7C744BF98 +:102B500031E2FC12FA0FDAFA60E704D2487E83D53C +:102B600008F0CE13F975407DB48ED93E2988E7D799 +:102B70005E9D2F3123E2D7CF82E62C629D10E6C105 +:102B80005F17F455211D4159D169FCAD99823F0C65 +:102B900029BB1A9DD0AE6B22BF1FEA35293087E0D2 +:102BA000F3A1D5F38C46EF3F2FF2F4AE4A62E64C28 +:102BB000D2B75200E31057BD9AC2F73193F8B999D2 +:102BC000D1CB38DC2A2A2586760D6BB1D03DEE308C +:102BD000EE575F69CEABCFACE4F1898A15E382187A +:102BE000AA78A548CD0F0C1850D8D7F8FC2C04FDB6 +:102BF0004F4F625EDCFF95F325B277663033D99B89 +:102C00006F5667AF75E13C3F307A4710787C93DDB3 +:102C1000F0BDBADA4E7124E6BA498EC23BBF171531 +:102C2000E43ED979207F309E577A299685C686F171 +:102C3000562AF40D5A167A8D1C49073AF221FCA245 +:102C4000E4100668109EC9FDE50073A9BF3F80EB44 +:102C500036F710BC6DAA1D23FC2CF53EC2EB7A1C86 +:102C6000F3083F3ECEE78935BFFC009F47D3B2094A +:102C700058608731DC7793905EA0DEF14F5831CAFF +:102C800087E3439C9B7D57C879D5CE99E197BC18C3 +:102C9000522C295FA547BFF236BF44FAEFA223703A +:102CA000C4CDE506DDCB38BDBCD5807E52D9FCB99C +:102CB000E9B89F7ADCE64B47FFF393340FF597535F +:102CC0006DA2DF31389EECA7F7C7C5B99C8BBF7FDB +:102CD000E86EE497191E4716FA2B259EFB33912EBA +:102CE000A6CF7764A17CEB49E3FAB9A69C8F3BDDC4 +:102CF0005F45E3DC3A7F2EE1B9AC66471ACE4B1D47 +:102D0000E74D47F004C6F58ECD36A165CA722AC5D7 +:102D1000B83191E3CDCA87F1E07B493E1FEFD64A37 +:102D20003EDE05B1FE1935301EC0E956B1AED9956B +:102D30003BF4B4BEBCFB697DBF7137A4633CF15D5D +:102D40001C07DAE5949B689F25A7667D378E776818 +:102D5000A5C2FE8871DC283D84DB63B6A2A1F5CF55 +:102D6000751857C2FC5DF07F314FF711A3B74907C3 +:102D70007C5C5A161471E648BDD29F4F7D3E48FADE +:102D8000AFDAEC2D73713D26372584F587AA171E1F +:102D9000973ADF2E42BAB7F1732B8FCF8C27F9F712 +:102DA000EE2889E27EAF19847C2BE4725AD53B531E +:102DB000CB41CFC0B375663CC9B759E3F8F9CB59DD +:102DC000565EFFD84489F6C5A756727D1EAD7FF0CA +:102DD0004F2BEFC37A88FB9565CC477A7C1A0B544E +:102DE000DF04DFBBDEFB33F9B94B75A175F81DFCC1 +:102DF000B893122EDACCF5D58363A442E4D3A2AE05 +:102E0000BE43A8772AF31DE27785BC87499F8D834F +:102E1000EF50CEEFE4F3BBB9D24172225A8F819EBC +:102E2000C84B077CBF37F30FA5F8FEE88D5C0F8E0B +:102E3000D9CBFBF595717D06727454FAF881F87C54 +:102E40004FF07D3F3EA3F93B0ABFFDF6848FF3238D +:102E50005BD740F64312EB94F87E70B784F34D7B5A +:102E600080D1EF630C654FA8787F2B6C8F45FA57A4 +:102E70005768EFA8F32149A4F9DD13FC851FF4B3CB +:102E8000D344FB62F4DF71DEF9AA1DD4A0DA41B7A6 +:102E9000A4BBC3F34EC27903BED64CF02E72E886B3 +:102EA0009EB73F599989F09CACB37A514EFFF93DDA +:102EB0007E1FD874A5B90CE543250BACB56BE4D3E4 +:102EC00048F067F41A3D372A6806DF3C5CBE6A9713 +:102ED0003DA25CD0991451FFEABD9E88EF85A024E5 +:102EE000B5DFC7767923CAE3BB2744D4BFE6032501 +:102EF000A23CB1A73CA2FE75BDBE88F268E6977100 +:102F0000D137F4D544B4FB330BE89DB0DED1CF808C +:102F10005E227028DD7909748F00FDDD78C91FD12C +:102F20004F8138B75CC21646F4C35EE6F74934C039 +:102F3000FF108FA3A3EE93C815F75CD73C1D792F24 +:102F4000452E9E6F8EC36764FDE873CA4DE9361740 +:102F5000E20D787D1CDA1103F084BFE403F8BE753E +:102F6000170B06255C17D565A3B7F173D7D1EB52C4 +:102F7000CF3133DDDB7AACF757D0DF78659E292976 +:102F800012AF319E48BCC6E645E2D5E68DC46BFC67 +:102F90008448BC3A9448BC0E2B8FC4ABDB1789D74E +:102FA000C49A48BC26FB23F19A5A1B89D7F4864859 +:102FB0007C662E8FC45756A036E2FBF0A68648BA30 +:102FC00014F81CB16979443B159F01F8DFD7E1F390 +:102FD000D6EA1203C61B66FA0C11F78B5C295E0F4A +:102FE00047E1F54ACF9F83FC7B03F95CB573F02F73 +:102FF000D2FF1BF3E40380D772F4FF3CF83240FEAB +:10300000CC24BF89E4C1E1E49B8E38052D68F5C06E +:10301000646FAB1EF36354FB0EC305E4EFF8B93FD6 +:103020005321FCC468FF7026EBCBD00F1FA81F1ED6 +:10303000B4641984FD7F0AE54B39DE8CAD43FFF0A3 +:10304000D734CE7BFDF30F0DF00F713FE74AE565F6 +:10305000BFFCBEB981E4F665E5B7273D2C0749C83A +:1030600006480E4E5A3EC987E7EE2F1A78DE6DDF0E +:103070004D268ACF4FFA6E09BD7F4DE27658E05754 +:103080005C5FAFFAFD35E978EEBCB4D224A1BE9EF8 +:10309000649688EF4A7B65F2074BAD85E99671E847 +:1030A0008F9864FC546A95287EF9CA3F754A00E3FC +:1030B000FF6EBE9F774CE4ED1E736411BFBE6F338D +:1030C000F9CDB0BE49E21CC8A1283FE7988DE7655D +:1030D0001E5BC2EFA93E964534C48EDDEF11F99513 +:1030E000EFD2BAFBBEC33C22BF92E20AFBAC4E9EBB +:1030F0003799D943798B7D13991DF755C2FBB29D42 +:1031000021B4A3F6B567F1FD4950D2B43FD9DABF77 +:103110002FCBFDE68D05FD7E238EB36F5332F9096B +:1031200093C53D3FFBF4A0A971BE1E7EBFC13E9179 +:103130007F795CE8C77DCCB38AF25C563091171B6F +:10314000A078C5BE9A5C6EEF47E9CB7D2C90D38604 +:10315000F56B2C6AFD71EF62FDDAD1BC3E8B8C13EE +:1031600040FDFC97B0BECF4CF58F39BCE9B88FABB2 +:10317000D2CBB19BA6A623DF96811F88F32DABE6A9 +:10318000F78394D95BF5F85EAAE17AB57D84B4093A +:10319000DF57A5F8276600FDA68C94A8DEB411CFF2 +:1031A000D0EF361E1B32FEF2ADDF3F3048FCE55D4E +:1031B0001BB7CB0E27173472FF2292FFD4B8816A57 +:1031C0007F95E32F160E47F91EA2E7C0B801F09DC8 +:1031D0006E30BE2B34301E97F1E1BC2B987F7F0FF1 +:1031E0000726C5A7407E54E17B75FDEF393A0FC72E +:1031F00001BECA6224AE07911F34F6CB50FCA7C2B1 +:103200006D9AFD5406AEFB50CCC50CADFC6A4DF476 +:10321000FB33347911D39CC118FBD7D8CD6F0D097E +:10322000CF5F9C40FA9821E039C3EAA1FCE1633109 +:10323000DC1F8A86E3A4EA121ECF12F6EF64D0F3F5 +:10324000DC9E0D12FC2A8790635F13DFFA2EAE63BB +:103250003AC08FC7B7BE65C079011CBF9731881DC2 +:10326000FABE58C795DAA1D1F4DB2FD7AA23E35CC5 +:1032700043C7F3078767D710FB179287F73B45DCF7 +:10328000DFF2A69DFB0FF8FB6DC99A7CC0379B3817 +:103290007F035D905C2A17FA12C040FAD10BFFC37E +:1032A000F9FF9559FD6619EDFE483D582AEE69294A +:1032B0008BBA6FAB54DCEB521AF55E5D77B49E545B +:1032C000F735865AFF0B19428F7AD8C8AFE03BE832 +:1032D00048B28FBADFD7D1BEC0EBEEDBE6B7C23A59 +:1032E00046FE6834F919AF27DCF1C03B587E2A97B7 +:1032F000FC94A3C9F73D8DDF737FC8BFAB7AF61589 +:103300004C22413E91A57B319E9837EEC3DBB360E2 +:10331000DE4762D89D584E62B5ED55304E527E76EE +:10332000D11AE8A7CCC8A8DEF4AB978CD5EEEB1F7A +:10333000CDE071E7E9E2DC413A5E015A444F3DC617 +:1033400071D293827A3BF46B14E73E53F5ACD1040F +:103350004F63D226AB1DE167E1FDBE5DF89B22EC19 +:10336000B72C9B97AFF2C69E1A8EF391249ACF5535 +:10337000795208EFCF2F73F2EF9545CFA560DE6C41 +:1033800059A95AFFA6B358BF4CDC031DA7F80DA3DB +:10339000303E22E248BFD173FAE8C930D3BA5F9D0C +:1033A0005362C07B5F66F9785CEFE609AB24D48B8F +:1033B000B3FCCA38ED39CA3F6418687DD51378BDAF +:1033C0006ADF5CC37CCDFA67297D747FF2AC9A53C7 +:1033D0007A940FEF47F17915FE43463EBFEBCEEFEF +:1033E00060DCA78CDB2DD582CFDF453ED7C84B1FD5 +:1033F000FE03F5ED1C2EE7AACA399FCF620DC49FCC +:10340000356C133D6F679DF49CC3BA397F9FEAE723 +:10341000EF4CF4CB35FCFD57E4E35B9942F5BA631E +:10342000C71878FE46245F0F2507410EFC8DCB811F +:10343000C1F9F0CD21EDB417B7A35C9BADDA6935C6 +:10344000ADAF939D56CEEDB40172AD6038ED230C57 +:10345000A52786926B43DB673BF4C23E73678E0FF2 +:10346000C7ED357A2221D33D100EC706916F5A7BE6 +:103470006D483BAD52C8B3CBD96943D8675FB30F32 +:103480003C26F31BEC0347EF33C7252AFBB335FB80 +:1034900042F51F98CD9EABB1EC63D9563C8F57F2E5 +:1034A000FE70E8BF5EC41363BB99B203DE3F29CE52 +:1034B0003D1C1CEEA17E938C3C0F06EF4BC41F4AB3 +:1034C0002C2EEDA673397D6EB0B33CE1FC8C276DDC +:1034D000D0AE08DB71B9D0DFDECC1A2D9AF6A57715 +:1034E00070F9FCC54623C9E72F1C12C587BE986D2D +:1034F000253BEFF42346CA3F1C6EE4FCEC52CF356B +:10350000E12F31417F559959FC5CA6742809835DF0 +:1035100001B6819E6ADEEA69711EF20B8797EEFDA5 +:10352000FE62638284FDCE6F1971338E3BBF252D01 +:103530008B2395D79F96C9E779DAA37CD685EBAA2A +:10354000B2D2B933C6FC85187F35E9C6559875A83F +:103550005756F47541FB25E9563BD27559E689E388 +:1035600079503EFBB281EEEC5DF8CCCCF81036D34E +:103570002B49BE82817ECEC260A41E59BC2BB2BC38 +:10358000A433B25C1FA547A2F5474366BF7EF0A2F5 +:103590007EB8523F2B43521EE2F41FA4FC9A450210 +:1035A000FF265343EF0E58BFE9D1BCA25544673CF8 +:1035B0006F2A61735611DACDDE4CAE372667FA56A4 +:1035C000225D9A32F3C7A05D599A593997F0B92D07 +:1035D000C683FEC11731DC5FF8E200D7AFED19FCFE +:1035E0007BFB13268F44FCAF548E2FC6BC284ECFD6 +:1035F000F55BB93E853F33BFC74F31233EDB8D8A34 +:103600003119DBFD1F7EFEAB76EB7DF43B5A75ACCA +:103610009BEEC9398A7843FAD5BD60C4DF55CD6ABF +:103620005446AD82F92EF659E8F7B5F4FFD0D3EF42 +:103630008AAEC72E2762BEBF62C77BE197ECE5FB6F +:10364000493FCCE471DFA6BFAFF2617FEAB937E34F +:10365000CB550164CF1BFF5146F7CBDDB7FC353AA4 +:1036600087E132F60D2B41BF61A34C747FDF777F7A +:10367000BE99E7359677E3EF879DD968A5DF0F3BC5 +:10368000BCCD44EB3F7380DB1F679EE4F0B82FCDC9 +:103690001A344B03D7DF288544BE53771CE2E34F2F +:1036A0004F3E148778FC939ACF686FA073F4CCD305 +:1036B00010713E66E7761DDD57B9B365D9AF27C2F5 +:1036C000BADA67DC3E0ED77DA3639C05EFB354BF27 +:1036D000ABF9197AE78467510EDDF80F1DF1871EEB +:1036E000F425E605973D5A4979B23B7D1607CED7BA +:1036F000D3D241E7E0615D84B79D1BCDB4AE2CD63B +:10370000B98ECE0BB54C217CD5B6D4123E86CFB443 +:10371000905DB273BF8D76DB77DA2758B0FD4EA689 +:103720002F1F2CFE7F4726DF172FC9E4F19E9DEF48 +:10373000F1FB45A7E8AEAF403DBC64A34CF9BA47E6 +:1037400066FCF638DEFBA9F2973463424A0FCF7F5E +:10375000A0DFA7BD47A51F319F854FEBE81EBECB5D +:10376000F19929F37A9A5F34BFED0C78E9F72CA22E +:10377000F9AEABA5C882F1FF68FEBBA7259BEE2D75 +:10378000624D9C0F4F65F2DFBFFD067CD83B181FD2 +:10379000B2B4191179F22ADFA96555DEABFBF966DF +:1037A0002F539EB1D23D19742EC2E6E1E7766C1E0E +:1037B0009E5FADFF72D9AE5F019CDA32FD17916F4B +:1037C00033995288F4E6E9B397A2B96215F99C2CB3 +:1037D000879F9BDC62F0C9448F7AFFBFFD0ADE1B26 +:1037E0005A6AC722FF5B3CFC3EEFC9997EE681E73F +:1037F000FC15FECF0E32A4BBD12407FE2F6B48C5AB +:1038000034008000000000001F8B08000000000052 +:10381000000BE57D0B7C54C5D5F8DCBD77379B6488 +:1038200037D93CC81392DDBC0879B1091051119702 +:1038300004302AE2F25041AD6E2040DE41E823B66A +:10384000D82C264054ACA1464545DC20205AD460F3 +:10385000112904BA8022FDD49A56ED87B6A589585D +:1038600094670256C57EFAF93FE7CC4CF61122F870 +:103870003D7EBFFE7F5F5ABDCEDCB93367CE9CF77D +:103880009C99AD383F5B67CD63CCD4CE1C1E133CF6 +:10389000EDCE92D058C6F4B1CEB1AA95B158952DBF +:1038A000EE84FA4C3B737440BB6FF1EF6ADF33D7A1 +:1038B000AA676C18BC8F75523F669B85B1710CFE70 +:1038C0001C7315E8677DB58EDD0FFDB0AFBF555990 +:1038D00031631146467F362B73874430661CAFA395 +:1038E000716DE375EE6B22681CAA37613DF4173EDB +:1038F000D6CBB0DF4C7C5FC0D89204D5FA710CB443 +:10390000B7B35EFF76F07D2FBECFCCD651BD8E19FA +:10391000AD26186B19FCD7B73678DFCECBF8F72D6C +:10392000FC73AE4D29EB84EF963066692C023800AB +:10393000E04E1A0FE669C2710C348E9CE7F9A44977 +:1039400059569C97C391110BF330F1AED86C98087F +:10395000CE57B133AF19C6672BFB5FD7D97C7056F2 +:10396000183DA5A1D6C178AB10F0DD83F0298C5DA0 +:10397000618772F6D0F0855AF938F27B099FA1DE93 +:10398000A4B102821B160BFEF9A1CE9309E31B9290 +:10399000124C2C82BACBD6E05D320BB3DF0FE33C86 +:1039A00095B0651AD67F191A51C022E19330788EEE +:1039B00066ACD1C8CB3F098BD880CF113AA629304D +:1039C000AE41C7262BD1D83EC583DFC586C113C6FD +:1039D000FB89EA644C857A5D9BC2D219BB41C01752 +:1039E000CFBC8A02F54F54ED28B4C0B8C31A4C8539 +:1039F0002AC0931AEA986E1D86E058539C66C63E0C +:103A0000D2B3394857C178490D9D348BF0DC0A6B2D +:103A100012C7D83CFA84B1B8663EBFFE2A9D670340 +:103A2000F437AF47E95510DFAD531C3D725DD360ED +:103A30005C5D9B11E1FAB9D54674C98C3D0CE7FF7A +:103A4000E815CC723F1413987DAD9AEE5BC706B1B2 +:103A50008E4A97C2D70FDE188B7DE3B2B6C760706F +:103A6000C0AF85B793E3CECBD3BC2117181FFFFCA3 +:103A7000E196EDC31FEFB6215C437DB72E94B98D5F +:103A8000D1483F762BB60B4977FD18F190DC5C6E80 +:103A900045FC32D66D43BCED4FF46A58DE1F6A1DFB +:103AA0006E07FA98667CE330F63FCDC83A555C6FF6 +:103AB000BBFE544FB63F3CC3A38EE5D25231C46F18 +:103AC0007D63A9F3E331804A038C87F89C61207CF5 +:103AD000D6DF3D89EA772B8BFF760FE0CBFDB6DE94 +:103AE000BE09BE699FE1480C8BC5679CCE0DF4B33F +:103AF000E33F55BE0E2B601DA0ACCC2C4B54A17DDA +:103B000083D3A00B817E4ABBCE1A7A605D1B76F60A +:103B10001A583EA02061D6E315D06F95F1FAC791EF +:103B20005EDB97972422F39C517AD6FF0CC7A9320B +:103B3000D937019EDA6D8EC46898CF95AAEE4E27CC +:103B4000329766099B01F3BD32950D946762595512 +:103B5000A87C1CE8E76562426897EF5BCF5481F769 +:103B60000E8D11FF747874EE4CA0676519F027E094 +:103B7000A7835997233DB897319A1FD33ABD3A2866 +:103B8000779459ED28A73C665894486C077FD8CEA7 +:103B900064F46CB2F9C6C7E5457A881BCF710CEDA9 +:103BA000CA908E259DD8043DB547F1F998F39C360F +:103BB000939DB1314FAF7F270CE8314ED501B35300 +:103BC00013371B2FF8F60A4177F0AF477480DF24D4 +:103BD0002C4E5B3379827F99B7F77DFFF08CC9C398 +:103BE0000118E85BBE87E560A66C9D2C3B50EEACEF +:103BF00032FBDE6B09D0BE4594DDAE19533498AF6D +:103C000022DF57B53900DE874259C078FEF069419E +:103C1000FDEBA17F9355B67FFCC62919006F912C4F +:103C20007FF99003E07B481FD81F91BCF81E0B72F0 +:103C3000BCA8F4E235AB87E3FA390A91BE7F99EA72 +:103C4000FA13D2BFB5DF5202CBC1567D38AD6DB489 +:103C500015F97016095FFDF9D9A417F4B10AE90F37 +:103C60003DD0A415E9D09AB641A5F5B2BA71FD8C44 +:103C700089D6225CD71EAB42F2608C8EEB277DEC9E +:103C8000246F3234D333FB86B7A1FD9454D7C728B1 +:103C90009FE252A71D0CC1F59B9953E082FE2BCEEB +:103CA0006B0EA4F7CC0C8347817646D49379BEF58E +:103CB0000E113C6C443C50BB9B37A930D4D536D751 +:103CC00019EC4FCAB5CC76AB01FB7B46C8BDF6AA52 +:103CD000349DE2A74F559B8EEBD16CAECFEECF9EBD +:103CE000497A588B9A3C0EF5B06C9766C9D0E1FCC6 +:103CF000D3860BFD087A7712B44B6B77C5211C690C +:103D00009A6B2ECE3B6DCE4283DB86FDAA34DFB1AB +:103D1000AD9ED049B896953A9609FD9D14F25A6F1A +:103D2000A928C7F6FA39461312EF13CECDA1D87FD2 +:103D300066F686D634D42716CD8EED3361DED84EA6 +:103D4000BBFB560FE257C273BF452B43388A55D78A +:103D50005DA47F62AE7020BF8C88BEAECC0EFC9698 +:103D6000AC6E2B5C0AFD3DAAC0BC2F603FFC248DCD +:103D7000AF4B8BE274DF88FC56C818F2E5803EB08A +:103D800073BB24C966A07656B7A504E5D6847F38F0 +:103D9000092F49368DE6B157EB09B720DCCC71D736 +:103DA0003C9CA7D36445B9C218F037B48F6DE2FCD0 +:103DB0006D8CED796034BEB7EBEC99C4FF9CCFCF2E +:103DC000FC267E03EAC7CD36D748DB389C4FCFC3ED +:103DD00037E27C1ED0483E318DCBAB9459A622D41D +:103DE00023F7C5F63C5C06CFA7F4CC1D0A727BB561 +:103DF000FD5E8702EFF7C6320BC2150ECB9400DFD3 +:103E00009B4C8A8741BF63814F514EB20485F4B306 +:103E1000C9DEFF2EF67F9DF55D3BB62FD5BCFB4876 +:103E20009F05D9174454502E11A54C60A36346B486 +:103E30006F58CBB7313EBB630A73B4E0FA497BE4F9 +:103E40005103C813F8F4519DD18382213CCFA19A2C +:103E5000A17C67B63281E08BED662AD20DA86F9403 +:103E60009769D9330D0CD667411BE7A779820E9964 +:103E7000664F72827CBDC616CEF5296BA1FE49BF86 +:103E8000E17C561B3C9BA08BB45658203F7DCED87E +:103E900072DE0EFB837E0CF772399E3696AF2720BA +:103EA00096DECFB429C25EBC573CDBF8538C2BF9AD +:103EB000AC01F9CCCAE586BF7E96FAB5AFF25C04D8 +:103EC000CA83795DAA17EDBF8BE9E52780D44291BB +:103ED000DEBA5492EFBE7EFE1961350DDD4F958D31 +:103EE000D3EBFEB95F44F4C0784F743D138A787BFE +:103EF00074066868D25340F5F00CD79CF536C2972B +:103F0000FD175930CE13BF50C90E7E54E976A89CD8 +:103F1000CE49FFDC9931F3AED7A11C3D36A708E1AD +:103F20004AD09851057ABA578C13B91FF006FD3F55 +:103F3000AE008B44FBF0FBB8B2267109D48F2DE3A1 +:103F4000F88C2E73A875F07C28AA7F0AF26DFFB555 +:103F50008C6D80FEE3C3177720FDC7DF995DD40C1D +:103F6000F30C1BC3EE9C09DFAD423A81FE13E19BCB +:103F70004890D909F7BA6DD85FE47E27C1D39F1F57 +:103F800066DF004DE261EEE6687AB686623BB65CBB +:103F9000C1762B8729C4CF2BCB410FE7111B699129 +:103FA000D1FC79189E8AC65AF4F89DC6B4305EDFFB +:103FB00082E33C12C1E7334CA7DE39238FF4059529 +:103FC000A381CF37002C6B6D5104577C082BC3F9AC +:103FD000623DD20FDAE7DBE07D7CE9E2421C3F3E46 +:103FE0009D3FEF17F6D013CCB37613E235DB60417B +:103FF000BC4ECB3EF89D76D19AF8591DC8E77DA7F7 +:104000008FAD5F01758F2C9F3177017E9FCFED11B2 +:10401000E6DE669F45FA3ED07E3A772A4CA780427C +:104020003A74283D12ED9C1704BF21AE5922BC679B +:10403000D6480BC075685F16BD97E5CFFEF28605C2 +:1040400099F64AD4DFB83E5106B29F00316EB43FB4 +:104050004CDB123DF7DBC8DEF1D2FB5742E8BDB4C2 +:104060009BCE34391F9F8C024B73929C316DCBB425 +:10407000A31C027B88E472FF1E33D971C7F50E9230 +:10408000E7EE3D23AD9BA4318272680FEF9F65F789 +:1040900014A01D69D23327AE9FA983DB4792AE4C93 +:1040A0000AD4131D7B2D68EF9C61DC8E629A23611C +:1040B00056BEAF5D8B90E7B5066F16DA39F23B5905 +:1040C0004E0AE17E2396A3A0BC5BE8BDDA305E5EBB +:1040D0006D74FD11F1BFC3C02AA99F08A837F9E18B +:1040E000A7501BC00FC1FFE0080FCAE72B53F97C94 +:1040F000FAEF5302F0A3CC34929E3E56A86D0851BD +:104100007C76E2D16C9DD750E06F2F7A2D33FCE6A0 +:1041100021F1307FED27DFA05F23F131DF69E85522 +:104120000B06E3437E37BFA882FCA8F9D5CBA6E3F4 +:104130003358AF0DB46B0D11460FF7EBFA700D80CD +:10414000BEBF089D6440A2FAF12F6718907E17B297 +:10415000C5F4AC646D066EEF33A30EEC356BAB4665 +:10416000F3B56E513C561B177F3AB23D2D3AACAFBA +:104170000171FC048A7037488FCBA05AD129686737 +:10418000595BA01C0F60DFA7B9510F751C0EF728F3 +:10419000D06E55ACD58074B8AA45C7EDDBD55C1F91 +:1041A00041BF094817EE169D03FB894CE376C3C84F +:1041B00034033D81CA3D048F78B6E8855D2EC65B29 +:1041C000CE745E7CEA14FE5C8576C105FC3BD95F4B +:1041D0008B7EB111ED96FE113A0BCA992F0C8E39D8 +:1041E000389F2FA2B318DA2D2DE6C5AD65FC3DF141 +:1041F000D617A1DE327A5FA8E3862EB21BDA391F0A +:104200008476205DE8D3B8FD148CEF056D81E5451B +:104210006B03CB559EC0F27CE67A2901A65EB325DE +:10422000B05E9F66A1FEE7313BAD4F8BDEFA471BC8 +:10423000F2DD7D1A43F8970FE778D38DE0CFB4A86D +:10424000C973483F46195826C1CBE14F2B8C5610F5 +:10425000DE9628CE0FFF5D7883E11C9D96C5F11B8D +:10426000C5F9A405F844E08BE4C4FCAD21CFA01C43 +:10427000986FB646E03C4E2AFDD9A48F1E345B37BA +:10428000513B0BE9DB79C2DF2D4BE37AE2A862DF19 +:10429000EC85EF740FBD701FEAB3F90FA8456827CE +:1042A00097CE3211DFED3A61F220DF5502EE124176 +:1042B0006EEFB2BF477674F0FCE0CFAA49FD0D4B1C +:1042C000362F16FC14F287FDDA91BE063A91F21AE7 +:1042D000FACC8973CE49237DEAC945FFEDD8711E1A +:1042E000CF78447774DB1BB80EDB42495FD52FEBE8 +:1042F000DFCCE0FB6F87B9EEC4F6A7EEFE70AA62D2 +:10430000F5CDBF6FCF48A297B12D21BEFEF15FABB7 +:10431000FDCA387E2B4CE27278B607D657AE0BFA40 +:104320008EFD67883F9CD27E79D4E01A85F6E8132B +:10433000CEE26284E7517D5B19F2FB8C24D75D6984 +:10434000F0FEE329CE833ACE775968E7ECFD7A7E1A +:10435000BA0678741F36DA516EA33D8B7232D7C617 +:10436000F19F60646ED4A3D2CE95F654307F2D4B6E +:10437000E3F6D483698E28B23F44DC4D15F693D121 +:10438000F4B203ED3ED6A558509DD45B59EF228C74 +:10439000A375D948CE3624303BE2ABDEA4EBBD0C8E +:1043A000E371269D2305E9D8AAF3201DD7B733F77B +:1043B00022582FA3DEE14DB6513BF76505E857596A +:1043C00003E253F53B67309789E030A39C473F6594 +:1043D00001C615C1FFC03FBDF053F4730CC4EF63B9 +:1043E00063A55DE8A17E32DB5D037E09F973CCA98C +:1043F00073727D6C3916EEC3F7E3698E57719DFFBA +:104400008E15A07F53131D4F227E3F473D3D1AE47A +:104410005E1A87EBD07BB3481F7FCE9C423FDF1CE8 +:1044200089F69B2C1F535D3FB6003F2C626E92CBEA +:1044300055CC434FD61E4374B050635E0DF0BF7031 +:10444000B6E303B42B902FBD417CE95FAE65DD5C24 +:104450008E037F7AFDE8A716ED7CC06B9D9179C332 +:10446000F1D919F85D3DEBA7EF1A767E1BE20DE05E +:104470001B4E57F1EA92C2C588A74B8C435E6ABBBC +:10448000E3D6B6380C35801E25BDD0BA47F1603C66 +:1044900067AA6A7218A15CF7A08EF81B3A9C36AE28 +:1044A00018F514A7A706EBD4E31417047645FA31E0 +:1044B000EE503DF7DAA8BDDD0BE5BA3D668C50B095 +:1044C0004A6BE534D4AF551EFD473D7EF3AA66DB4B +:1044D000A6A2A8F99CBD65403EA9D912F8BEAE338C +:1044E000B0DCC0B48F06EC3818A7F12F93BCAFF93D +:1044F000F1E35FD2CCB1441F5666FB16F1AFDE1E6E +:10450000E9BA009FC8E7974D0EEF6B7AF0EB14C73E +:1045100051215F0CC88FD51A8F0707B7B7A772FE56 +:104520003A60FA2CC6E5F7BE24CF4DF188E2920B33 +:10453000F3E559C197E1DDC29ED5DC2CCAEFFBA1A2 +:10454000BEFBA7D06B070CFCFD43E67007E231C150 +:10455000C05A8D45BE76093AD682F1C3AB6DCEAF57 +:1045600091FE8D56196F7033B4FFDDC3B8BF21FDC6 +:10457000D5645547EB9AAC1A373403687FB40A3FC9 +:10458000EC22F4129ED7AF477CA25F8F7408EAD961 +:10459000CDA2294EECC06732E01EFD0419CF84F78E +:1045A0000CEDF899F1BC1F03B27F117ECFBC185FF0 +:1045B0005E08360AD627A43B63D209FF0EB24F2508 +:1045C0001CF582CE06E0D8A9501C4FD22DC6A750AC +:1045D0001FB0B610B2638854A89C487EE9112C0322 +:1045E000FFE62739ADD4BFF0F7E73F3482FC7DD634 +:1045F000184372639599FB210077005E25DFAD5368 +:10460000387E8B4BBA49DFF5DF0336BFE217A710C0 +:10461000EB9A9FAE04C8C1B562DD1BD21D0538FE02 +:10462000A90F8C468C2F8E15F1FA7AA789E24AF5EC +:10463000200710AEFA658CECB47AE17FFF32D535F5 +:104640003E7D1CC6BF4C6E3512E56A07C565F4B1E8 +:10465000AE31289ED2B17E34C5AF2660FF15CB5C4B +:1046600067F7315FFCAAF8DBD295651C5E0BDA5167 +:10467000B16897FBD1DD0FD2397DC9E7AD41F0A715 +:10468000C60A7C76AA84DF706B37F91FF5DBB95157 +:1046900051ACF27D1E5613CDD06FAADF3EA9F07546 +:1046A0002C77861662DCA8F8CFD32C68E79D2A8C7D +:1046B000B623BC9B6DAE99389F14B5A70AE59C79CB +:1046C000AC37E549E82FD569A2384830FD49BA8BA7 +:1046D000077A457CC5DF66F420BD0EC439F4CC658D +:1046E0004CF7D16569BA95E6912AF449EA32275B1D +:1046F00060F2954DB17C9DA05E87F879306D4A29B6 +:10470000E2AD345DA3EF06F6978C609DA40DE647FD +:104710001BE3FB343F13FB3640E5BE7DA5B4C1FB74 +:1047200036121EF9BDDCB7093FAF115ED32C3CAE8B +:10473000686E157886F5473C4FE8EF2E8D84F96654 +:10474000B47B295E138A6325E2283D0F8CC6785618 +:104750008C3601E309EB1B8BF6639C47BBAFFB2A4E +:10476000C4AFB5CD52822155ED1BCD49F11BC6E931 +:10477000ACA2DD42760FD31667A31FF3B858E75FEC +:10478000A63A96E37A94BCAFA7F1BF7890DB71EDBF +:1047900029B5A951F0DDD10F802E95A1E5A79BED9C +:1047A00037A2BD9FB63A8DE247E6561EEF6119402B +:1047B0002000AFF6E05FDC1CBEF7462028BF4E3776 +:1047C000D1B8F81DFA11F35BAC06449FAD9DE9101A +:1047D0006EF3EA993AB1F8890ABCCF6C9DADC37803 +:1047E0004CA68823058FFFBC98C76FBF56290EAF14 +:1047F00033F238709D35BA43E5FE23D14D5D7A6CB6 +:1048000007DABDCF209D63DCB36D12C5C783ED967B +:10481000BAEDE564B704CB1F297724DDFD56E3F13B +:10482000B5DF32195FE3F4D7A2E7F8767FA323F967 +:10483000932AF615D31FFA3AD145EB21E35C1E7A91 +:104840006A7AEBCA049461CB7B26BAA176FEEA2889 +:104850005D7D1EF6635F42FD3C6862D4CFEAB4FD25 +:10486000D9C827AD16A658B1BF45A9C887ECCF2136 +:104870000CE9457BD0A44379AEAD71602DD3A2E2A3 +:104880004AA8FC0894A1FD8A743D8DF7B3740E7F8D +:104890008BD2AF907DC31C85A8EF1AD25D07910E15 +:1048A00006F6111BC3C8DE336BDC6E36377EF8C2EA +:1048B0007228AF17FE7AC9437933895EEED314B4F8 +:1048C00013BE88FA03B5FB621C53D09EFBA3C0F352 +:1048D00005E82599C1BAA6ED519DC88F9A9ED3BD12 +:1048E000765F6C077E7722CEF53EC271558B974C72 +:1048F000D6BD968F1F2EB30E5E8FA1F4418FE03789 +:10490000E6705F707FCFAE63AE4E6E6786221FCCBF +:10491000B372FD23F74383F741E5BEA7BB84C3E928 +:104920003E6226F9C3D8E2D18837B97FFAD6691E2C +:104930001792FBA3FD02CFA965209F402E2CC671C4 +:10494000016FFF4CE7F1ADDDD1CC6189C6FD4ED7DB +:104950006738DFC69EC204A49FDD1171250AEDDB16 +:104960005E749FF43CCAADB7841F89E3DB008E6898 +:10497000DCDF8B19BCBF178DFB7B31B8BFE7797CBF +:1049800021CEE326B1EF36687F6FE9DFEEC1EFDEBF +:10499000D6DB515FC8FDBD24DCDF83F7A5959C3EC7 +:1049A00092BA54921349651C2FD12EE6314259C553 +:1049B000FDBE18BFFD3E338F33B42F601407FFA533 +:1049C000627DBC22D67FDF8F7FDF5E67F5E0FA6312 +:1049D000FC07E9BAFF2E26E33FF4BEEF768B88FF93 +:1049E000F430F493FA2FE7FA6CE0FD9C2C1E3F4361 +:1049F000A6C7F7738D221EC6E347EEB9391EFF78AE +:104A0000585F46348F87897D66195FEFD304FFFEB8 +:104A10005047EDFBC4FE6109C687615DFA98A0832B +:104A2000CA30B12F28C6AF4C23F898718AC33FCE45 +:104A300008EDDDE86FB94D3AD19EEF37F689FD46B6 +:104A4000B99E7D621F51EE1BC6355FD81EFC50E833 +:104A5000E9F1F18EF1197E742EF96277517C09FA31 +:104A60002743F1C7BB8CEB91A519CE49F8FD64A390 +:104A7000BDE211A83A20E2796C1AF77798E672E164 +:104A8000BCDE4FCA2E443C05C321E5D86EF15D6EF5 +:104A90003233A2DF0FBCED467B2067470EE91B6770 +:104AA000864EEC1BC0EA039E7384AECC8DEF884625 +:104AB000FDFF9162CD4B517C74BE3B2C99E8DF8F9A +:104AC000CE6F423807C3E7CC9F993F345CE5198E1F +:104AD000DB33C6F9DA0FA5BF5022217C0643E75D20 +:104AE0001447AD33D9916EDEC357F0DD3337877885 +:104AF000317EDCA737B5227F1F0EBFE3E03040EDEB +:104B00007EA3AB1AFB9F73CBB52BB1ACEC8FB12E50 +:104B100001F8FBCA7B8A715EA546573DC25D6B7486 +:104B2000A5C6010A4E8F708D8C4479EB8C117ADC0E +:104B300099EFBC20FC1C9E52858FFF86C1F5133E69 +:104B4000FF1EB31DFD19AD87BE63A661D4CF1181D1 +:104B5000B77D7AC784B300FFBE35A985CD004F6904 +:104B6000C407B735A0DE7F2CBE90EC2A8197036284 +:104B70005E0B74CE38AF1A006F0BCEA7D6529E9A3A +:104B800008747B5A2FE035097835FBF0EF82976483 +:104B900022D2F93D4A009FBDEA8E223E0BD13577E5 +:104BA000105F961BEDC8D7EBC28055C03E7A47C058 +:104BB000037E0943FB1AEAC9FEDEC4EC39281B92C6 +:104BC00043387F25AF523CB87F21E36F15CC9982E3 +:104BD000266847866B1DE2E76FE1FF390EB7509DEF +:104BE000A5661AB7E78330AEFF2770F82FB6FE8CA4 +:104BF000ADD6619C64A6887BCD3C6D203F6B81B0B7 +:104C0000BB66E213E09BC51C7A1CFF26E6D2A3FE1E +:104C1000BC85B9E9399779E8791BF3D2FB1FB01E3F +:104C20002AFF21BC604423E07FC663233331DEE5E5 +:104C300087EF9709DF46D79DB19C3E3E89A778C391 +:104C4000B04BA2D719823E808F77613FC0C71985CC +:104C5000697E7C32799858B79EE648C0DF8C385B15 +:104C600021EE175CFD355F97A91F5B083FFB149091 +:104C700060453EFA0081624A043C5C2396B0FB1C0E +:104C8000D76FD7386A28DE7DC8B13C3616E09CA2C3 +:104C90009A685DBAED2AC509369F057D09EDDE5893 +:104CA000CED7EB8DCB15D293D725AC998CA148A646 +:104CB0009ACC6E18F77387CA70DCE96B79DCA06C4C +:104CC000B8DEE7CFC33FD7650496A73954CAE702D9 +:104CD000874243FA9B9617180F98CE569FC538FD0A +:104CE000F48BC405FE9621E202392C87E274971EEC +:104CF0001738967181B800C3E825C8B31B43B9DCE7 +:104D0000ED9E70E0CA3E98F7675D36C2E6EA1C8504 +:104D1000EFAF653ACFE0FA9CD1F72C2479D704188D +:104D20001EC9D8C74D46E600DA3ED664A1F2A74DAB +:104D300009F43CD164A5E7A9A66C7A7FA6C94EE523 +:104D400029998E2F108E55A17C3DE4F84B05BDAE00 +:104D50000AE576C7D2D01F1D2E0738968EE071B6B1 +:104D6000CACEB6A938EDEA9D9D07F109F52AF840AB +:104D70006CE91AF0AC00EE05AFB956A239B4E8AD53 +:104D80009EE92856C6BDFF711CE2A5EEBCC25CC000 +:104D90003ADF643BF49930EE274DE3099EE34D0E74 +:104DA00082E76453193D5D99CEB04C989FA3AB77D1 +:104DB0006502F477C3D65E2D199E531C0AD9DD1304 +:104DC0001DCCE381F558ABE7FA646DA2D18E7C3C33 +:104DD000297FE6533F6428A75DB1F8FD4DD1F3A7C5 +:104DE000C440FDF4F1E51AB6BB05E814CB928E2F52 +:104DF000CEBF1C1F7582364EEF55084FA7F74611E0 +:104E00005EDEDDAE123CE70E87911D726E7B38F1DF +:104E1000C1B9D6100FEE9BEF36B84352A0BC3B256C +:104E2000CC8EF273774A12E9D110C1672761DD1881 +:104E3000CC7FD62BE9F1E89FBCBA55E9447FBCF89A +:104E4000C5A814A4E393D19D477E4AFB15068A4367 +:104E500003BD1E7B02E5DFF004DAA73B23E43458F0 +:104E600082E16877D61BA41DEACAC5F2C930B19F9A +:104E700002E519DF6DF75D86EB113CBF25AFE4C697 +:104E8000A3FFC586C712BEB2154DD7E817C740F8B5 +:104E9000AD237DE5DD2FCFB0E3FCB25E7C2CED676A +:104EA00000EFE6171E3FB78BE0F6901C78EEC5A723 +:104EB000929E8452EDB61561E8B7809E67E341FE8D +:104EC000ED5E13EEC0F9EED6DB8F34A2BC7FCA4490 +:104ED00071A5677F71F7473BF1F9605DD1DDF09C0B +:104EE00093194DFD54FC72EED44468B779072B44F6 +:104EF000B6CB05D89201AEBCB567F727C278059E40 +:104F0000A8524C07B26F293C9004E55FBDAA7871A6 +:104F10003FA0A8B363838224FCF533496807DF818F +:104F2000C1043F3F3A7744D92195E73706D8157930 +:104F3000ED674BB0BF17923A974401BFE5289D2714 +:104F400096C3FAAE1AF1A722F2EB443CE795AE59AC +:104F5000EFDEC6705EEE44B493DDE5068ABBE3F493 +:104F60003197E8F4F674B25F76E8DCA4B7DCF38C32 +:104F700076F4C34E3BDD8F237DD6417BB497EB0A9D +:104F8000DD1157A07FF9D70C3B50221BB1FE9A329E +:104F9000C44FFDF647A62641BBD313783CBDF2951E +:104FA000CFA6927F0F5E30FA55A7B737C7DD0ADF6D +:104FB0003D905742792C4EB593C6610D7C9CC784B9 +:104FC0003E643D05B41F43246EA5AC0923D6477744 +:104FD00045ED4B66BEF56AE85A6E43BB78ACCB68CC +:104FE000C778F95A9B3B11E37352BF829E7423DD4D +:104FF000241A44BF9659E45F5CAA7E94713BD9DFC2 +:1050000063061E4794F1BD7506AECF37813C42BAA8 +:1050100093FA1CC66DCB1CE7171F04E15F087026CE +:105020003F16C2FDA84B1C5FDA5F0DC2DF2A117A62 +:10503000794E4CF39E1EF41B8DAE7538BF05CCC166 +:10504000E3EE9ADD8AF2FA0F46C75399A467FB5341 +:10505000700EA0773BB05CAF825D96EE6797192F1C +:105060004DEF7E6D743C8BDF5F6AFB6039BDF4737E +:105070001D2B44F9FC08973BCDC2EF6C167E66B33E +:10508000B9D8487CFC9AAEF620E8E1AB780F03FD76 +:105090002E3517119F633AEC85F0B617F8DC0572D0 +:1050A000CA0BFAC535121B7537631CC901FF3703DC +:1050B000FD4C3C0F8EA89FFE0CFE1ED6EB20CE6F43 +:1050C000120B0F68E76051144F66A6E8FFD2BC27A9 +:1050D000887593F04F107EF2847387C3519E2EFD26 +:1050E000BC88E4EA50F3DA23E6F55B9C173C57E40E +:1050F000383F4038AFFA874543BE9EA8A9CCE5A704 +:10510000EF611E7F437A707C1D16308F01BABFC4D9 +:1051100079FC48616E8C9FB3B33CCFA94BC42BBACA +:10512000AAF228EEB303FD6CF407671AC8EEED325D +:105130002F26FFB9EBED61240F76CB785039CF33B2 +:10514000EA0A15DF0FB390BF9B14C2DFB3DB06FA88 +:10515000273DD5353789FADFAD78735FC2FE671812 +:1051600087F0D755CA73EC5F1E42FE6E7BE1E237D3 +:10517000F3F1FDF25C1A5FFAE349AAA7350DE54F9A +:1051800093CAFB31EFBF0DFDD2F6B3064A5A1D9C00 +:105190007FEB36639E84CCBF95FE3CD6A3DF3538CB +:1051A0000F17DA035E3F10EB7758E3FEEC61F49FD4 +:1051B00047FBF61D0E0FE493F07E5CD3C335A4FFCE +:1051C000E07AB90EB25EFAC51FEAB97DDB1ED536AC +:1051D0000CF7ED32B25CC959400773176C0A75F9C8 +:1051E000C575C235E7882C58BFA3159B9EC3382EC2 +:1051F000ABE07EE08702BFEEAFB83F3EC1D073FDAB +:10520000CD809709FFD4296EEBE0F51FC847B98719 +:10521000E79D338DE7473FFD560CCFBF49E5EBD700 +:105220006FE671161F9E785ECFD39DA378DC425542 +:105230001CE817CBBC9EE3128E3DF9B4EE65B8EFC7 +:1052400086F6C8325D07DA1C5E91EFF3B4885FBA68 +:105250003BF504EFD3029F770AF9F734F326A39FB7 +:10526000E7EE0A15F9CC9CBE9EDE994BE37A9935A0 +:1052700092E2158754C6E30FF604CC6BEA937247AB +:10528000117939226FE76981EFEF91C7733DE279B8 +:10529000C83C9E01BC819E80F2D38D3132CF49C47F +:1052A00079CCC178E3F0D7DA04DE3AEECBC27EF6F1 +:1052B000E8C9AE3AAEEF7FFB329CCF6FD2799E1633 +:1052C00098306BB1DF9D23289E22E37180B7829DC9 +:1052D000D86E7B08E145E24DC6E7E43C07F286EE76 +:1052E000D16D403FC665E071BA23961EB3FFFEDC68 +:1052F00011E73133CAA7BF34AA5EC377E4FBDC2EC3 +:10530000F2886E17F943B72FFBE87694EBB7577E18 +:105310007D07D5D706E6433C92E5B82BCB9FCE8ED2 +:10532000EB06E25E88AF5DA668892F9EE775DC34E8 +:1053300088CE28FFE2D31C81AF6D94EFDAFF8A227A +:10534000F0C5F1E97E7CA487E77778C2FDF39F760C +:10535000893CF95D9EC03CB05D32AF5DF390BD2AE3 +:10536000F1D26CB11BFDF19213E77A00E1BFD75483 +:1053700064C4FDF4CAC8924318BFA9D7405F03BEF6 +:10538000A78D74B5217F4A3B46C6634FE9BB0FEA40 +:10539000109E6597A6476BC2BAEA15E0E3135D9BC2 +:1053A00076E013E021FA612F73B97ACAE28D40B832 +:1053B0006AA06A6234EE2B034F47F332DAADC1794B +:1053C00032C42A71FC3DDA0B359DAA233402CB0688 +:1053D0005F3BA4071DC71F7B91C735AA5967DC72C5 +:1053E00095FC40E378B073CEECFC7504CA9D6A93DB +:1053F000C9B80CEDAAA0BC95EAEDABBAD30B06D7A1 +:105400000F862748DE6C53051D7823FCCF41F8D664 +:10541000DD1B71E1F310D01ED6572FDA9D12EB7B06 +:105420002A687D4F0DAC2FEF67A0BEF3680AEAF93A +:1054300033328E60E7FBAB352FF1FDD21542FED63D +:10544000C4741623BE93D4C0FD44F9AC31326D82CE +:105450009FFF5193CD8CB81E325E58E364DA157EFF +:10546000F9AC351E66C4F20E1DC81113AD9F26D6C9 +:1054700091FA81F6B48ED546669C08E56AEC0F9FDA +:105480003A4F0AAE9F846B101C4178FE5B168F4723 +:10549000AE907C613678A45C44BC8D5C6B08687F00 +:1054A000C66CB8D301F08CF204D6CBFE4F66F1FD8A +:1054B000A76CFFF5B50D8D97B3593C2EF0FCF303A7 +:1054C000ED559E3704E6BDA4472BF7B7F408DF0778 +:1054D00006194FFB6132D883354813693E3CED28ED +:1054E000742547C3F38C8ECBDF1D5150CE43FB9602 +:1054F0008F2FCB03780FA2EF7B3F58988C793129FF +:1055000023395E82EDD1E5E6E2787CDF25C63BD12A +:10551000E47DF863BD6F3EC79A1C8E8A4C5F79E1CB +:10552000DA4223D2CFA27585C6797EFE6BF396034D +:105530001188C71C133F9F7762CB18CA873B61D283 +:10554000B17005DF8F31E2FB53A6FDBFB742FDC24C +:10555000755145FEE71E16AD9DE2A8F0C37FEE969D +:10556000C0F5C8EF0C2C8FDE1958CE465B78DCF7FF +:10557000FFAED01B581E7328B0CCFA03F3AB5E1DF0 +:10558000EF9C7503EE67AD53ED585569D2B9F1BC88 +:105590009766E27CCDB6AAB4AF5669E179549FEE26 +:1055A00058558CF67DCD5F2B0EA23FB7E83D8E9F00 +:1055B000E0BCBFCAC307BF427F1DD65DA13CB1CDD1 +:1055C0000AE9B5E07C4019A71A2C5F968BF81ECB30 +:1055D000F6A7B3607A3829F29E6A1BDF7CD8FFFCFD +:1055E000E3E59D6B28BFBF6A5AE0FC6B348D2DBB91 +:1055F000A07C75733FC0E4B0227ECAC579A9DEE6FF +:105600005BAE43BAEABDA5EC38EA892B1A4BD9D177 +:1056100031F062F51FA6227ECA1F5018CA99F25FA8 +:105620008F7C8DF26B853FB748ECDF59C65B77F610 +:1056300040BB051E1EBF9A1794C757B13A088EA0EB +:10564000FCBD453BF77D85E306E7F1C97CAFEA8DFC +:10565000DF8604E6F7F178C1155D1D2ACE7F8180D3 +:1056600057DA19CC3D91CE67F023528C7D8CFFBA6E +:105670001CF3D05CF52387F9EC8D2BDAF9F7758CE8 +:10568000E799C9FCAF8521E03F801C3B6436107D63 +:105690007CB63692E2A99F613F585EA7909F501753 +:1056A000C3CB75CFF0B86A9DD8E7AA7B96C7C5175C +:1056B0006A3C8F1FE9C6E1077FAD9817D2897F3D0D +:1056C0006BE37EB7CC47C33C35875F1E432DCC0BC5 +:1056D000F3F8313FCDFF3BFFFC34FF7ABFF83DC507 +:1056E00001645CE269BDE7B9CD00A7FAF3303BDAAB +:1056F000D78C39C3903E411E71BF6906976F17DB87 +:10570000876C2FE4F36FAFCA24BF28096526EAE54A +:105710008743E97BA917F5C2DFA900731ECF4F5558 +:105720005487117EDA87E9C8CE6B9F6BA0F85FBB08 +:105730008DEFC3B53F62233F6960DF714D48C0BE46 +:10574000E3AD0379E78E2C23BD0FB54B7B96DE0FBF +:10575000B34AFB3E480F7B86A13EF910FF13F07C55 +:10576000ABC833BF55E4974B7FE8D681FC72CF308E +:10577000D4C3127FC1F5920F65BDF4876624B97654 +:105780008FF4DB676F8FF284627E28ABBCB47DAF91 +:105790004D621E302FB22B3F56785E6A4598F3FE5D +:1057A000AB117F8FA6A521FEDE1CC9F55C71892394 +:1057B000CBE28707B9EECCE1C842BBF3E335A145A4 +:1057C000880F99CF76A490EB1D3C578DF91BEF8D78 +:1057D000E4FAEF3DA16FE433218CE78B7D3C85EF4C +:1057E0009F98C73A0D6857818D4F79591506E7BFC5 +:1057F0005DE5070F8C6B443C1D11FD49BCC1BA3BF4 +:10580000D05EA9F86508AD3BD35CE958BEFD7036A3 +:10581000E50B7F2CF4A05C17C6B8BF7EEB3BC3E85A +:105820009CA0949317A74F710EB64A4FF402F44907 +:10583000F679FBDC2CA2CFA801BF5BD0E94366DE82 +:10584000CF9492448C7FE0DED63FB1FD94817D6F92 +:10585000E17703DD5CD0DEE37430149D0DD047109A +:105860009D05D3CD50F474097466CC1E36349DC1A9 +:10587000F7E39CE6A1E9ACEED51776B871FFE4A595 +:10588000472218B43BAEB5C5E1F9E5DA4D2B22F05D +:10589000DCE9A79A3B02FB3BEE51CB2E94E7734D1C +:1058A000B622E24A0E93E2B7DF7DE2F907A653DEA5 +:1058B000C926BD054562C396103AB755BFBD8AF2E9 +:1058C0004DA1DCCBCBAB689FA8616750FEE9B38FDD +:1058D000C45929AFD89D8CF948603F537E4AFD4694 +:1058E0003DE5AFD6BFA7DA912C1A58FF4A842FF8AE +:1058F0007B84E33CD06D43A75A6E881CFC1E288431 +:10590000F471C3F607CE62BCBA61FBB59FA05E0B13 +:10591000CE63AD14FB0CC1FB56C5D9E6583C7FC421 +:105920002E6397A19D08F8B17B912E01AE4CBEFC71 +:1059300044C7CDCF3DFBE22E80F7F887F1851852A2 +:105940003AB5F1CD083C5F2AF7B1E4FEDEA9CEF40A +:1059500048D705F02B9F67C43E876FFDB81CB7EE94 +:1059600054F0703FE68DD3B356EF8DB812C6ABED51 +:10597000D093FCAC7DE199CD4F209D7F1042E7454F +:105980006B5E78FD4F57A0DFB04D1F3B8D4FC7A416 +:10599000C4F9D6ADC1CAE3C4729DAA7FFDBAC19A4B +:1059A000CFEBD19E90EB55B36D1F9D230FC66B6956 +:1059B000E73E3A673E68DD3A7BA7527CF4B92F0D8B +:1059C000C89FC7F72A2CDE36F8FBCA4D6F46603BEE +:1059D000B96E03EB3868FDBCD3778DA57616940FAE +:1059E000175BC738FC6FA27733C3FCB9CA0F433CBF +:1059F000D3707D7FB194E8FE136D31A7FBA756C429 +:105A0000A1BD5BA977C759E8C9EB2BD7FF48D0A345 +:105A100023919FF37127E2BC16ACBB89E6B590B920 +:105A2000880E2B9FE2F9539F837FB7ED02EBB957A6 +:105A3000F0CB271B42E83CFB27223FDBFD4755C448 +:105A400001EE22BBE54762AE94B108E5CF851DFBB0 +:105A500070F640DE86D1DF6F6FD8B8AA1BD7E5C4D9 +:105A600008473CC6DF60FE6E812F05F321D53F4C11 +:105A700089E7EBC2CF79D077604F94623DB6EFD61D +:105A8000D3790FBFEF086F72FC1F8AF101EE308CE3 +:105A90001F7C12C7FD1AF8EB4638EA15FE4DFDB221 +:105AA000CA6956C0FF6931CF01BEDF781FE773C1F5 +:105AB000F7FF788FCB937ACF8C329207DD7A6F3CE9 +:105AC000B6F3EC9BAD903C08CEBF1774B0512FF8E5 +:105AD00039F03DC0A529FEF8DCCBE3020D621F7A48 +:105AE00061BB5FBE3FE26B5999A01383AFDEE6E373 +:105AF00047B90FBD48F07FF03A06CB839D41F24095 +:105B00007ECFD65D789FD4C7FF6EC2532DD81D16A9 +:105B1000E4DB0F42484FD5AE51294FF4E8EA037158 +:105B200097039D9FEC94FC1A286707F87519CFE33B +:105B3000AF7C799382741ACCAF272B3DCA05F91537 +:105B4000EA2FC8AF95EC7F56CE8A75F0E13D903FC5 +:105B5000170D21678F668BFC0081D7CF595EE495C6 +:105B6000F8D2529E4AFB0541F895780D9697CBB234 +:105B7000AD1794970C538AFCF029F128E995311759 +:105B80008D3340C7925EA5FE1AA0D7E07907E233B5 +:105B9000F8FD669C23C0E3FC0DCFEFADED52C43998 +:105BA0000EF7C1E4B1C49F0E7EAD45DBC1E458FFE2 +:105BB000B227A8DC19D4DE11547606B577059517FF +:105BC00007B4AFDD79C0C0F37CBD01ED421AAF2749 +:105BD000FF6AB01DE1E1FB9CDBCF1ADC481FC3FB71 +:105BE00029DF587F2F739B293ECCE3657DD6FE08C5 +:105BF000B457568472BBB1CF22CA51BCDC3FCCB083 +:105C000012E5A1ACEF0FE5F1EC3E677F44945FBC79 +:105C1000A2B74BA5F3E43D1E1E271B0C4F33F153D7 +:105C20008F88A34D514D298D6331FF3B9DCEC59D7E +:105C30006BD18B72269DEB9676655F188FAFF485DE +:105C4000F1F8CADF99F34F57E27AB81D1AE6DDCCB6 +:105C5000E74BC72A7FD71C817181F95D3CEFA662B3 +:105C600075E0BA2E346DA4739C9FB365F45CD81EA6 +:105C70009837532DF8A0725D507DD7F5C417D541E4 +:105C80007CE112FB09C17C317594903785AC50C41E +:105C9000A9685F6F8990D353D4BC1BE700FEFB0E4D +:105CA000A92C04CAE7BA54B612E7BD55A1FD4D3C74 +:105CB0007882FC26FD4689BF53C8372307E375E089 +:105CC000FD2B7F2DFE19D2C98E3F17601EC2A91D64 +:105CD0001F64EDC6F2ABFF9EF26736B87DE9DEAF1A +:105CE000EEA0BCCEBD2194B3D1B7F78D949F61795E +:105CF0005708C509FAEE0D21FBDCBDD74CF197BE64 +:105D000011DC0F68DEF365410FE9177EAFC15DA3BB +:105D1000F83D13E7BAFEE308C6DFCF75C1AC50BE4D +:105D2000EF0D27FE69D8154AFE63DF9E2F8BFDF32A +:105D300087FEBBF391F9207D667E9EBE2F8AEFFB26 +:105D400034ECBEFC19CC5FA8DBBECF301FDE97FE63 +:105D5000F69B0294A37D2F73BBE88CBE673DC6689B +:105D6000973DF7AB767D22C62B19DDA732ECF99370 +:105D7000B3DD7917C20BC7431FE001E70578A944DB +:105D8000F93F143E1EFE97C5C7D93BB83CBB8C619A +:105D9000BE830F2FFC3C7C6D9799F29161FEBC7E17 +:105DA000EF9705286F2E36DF6DFFC7E6FBCEBFEC01 +:105DB0007C39BDDF32CACAF36183E87E305DBFFA49 +:105DC000632ABF68B613BC97C8EF7DA3F879F47F48 +:105DD000BDF9FFEFACB739E75F75BE175BEFDF8941 +:105DE000F5365B303EDAB7E79B14F63DE69DF7FFEC +:105DF000E9BCA5DD5EA2DA0F15621C8E75BE67B721 +:105E000091F5417647B3D8577823C1C6EFBD127ECE +:105E100052A9F0936E1179A8CD4C47FB80A5C61A04 +:105E2000B23B4B873F7896E7CFE9089E378C576D9A +:105E3000A6F310417EE1E4E12ADD577760398C0F4B +:105E4000ED0E987596665EDF8BF553EDDCEE9F3AAE +:105E5000FC7ACAE72D35BE3D07E3C9934D817ED359 +:105E6000F541FECFB5D6C0F765ECE5588CD395E586 +:105E7000E9E94EB2A9D8DECF3FBC2C87DFBF702D39 +:105E80006B6BB198FE4B78213F56137869C9E1F1ED +:105E90004C8997C178107864DCCE09C69B66BABF7E +:105EA0009B9E0CFC583E2FF27FA51F2BF1178C37C1 +:105EB00026FC628D86F4E1571BCEF79FFDFAA3798D +:105EC0000FE053E0FBFBE235787D2E86E75B73F84D +:105ED000FD68C1781EAE156AC84F5709FB7CB21623 +:105EE000C5CBC3BB5527E1CF43DF95FEC3AEA17D34 +:105EF0003EC914A551BE987584EFFE9C64C69235C8 +:105F0000E60EC1FD014BCF6BC877E50F875811DF57 +:105F1000C335715E58E37171E056775811B5771843 +:105F2000A2B1DD228627DBCA93995DE1ED19DE3748 +:105F300084870AF1BE24DC3BC3EFCAF1B2386CF7A8 +:105F40008046E7D0E90FF09D81CF34EAD7A18BE6F8 +:105F5000DF4714D1F76E1DFFDE81E7FBF5CC92829F +:105F6000F757A6965A7E7C18FD8A15A1B4FF30AD6E +:105F700084FB0F92EFCFE4F0F36DF2796FAE559C96 +:105F800083708D423B777ACB28F24F9A439D75AF51 +:105F9000A01E7A219CF255CA57FEE0867108DF8B5D +:105FA0003176249713D3B7D17980792D737FF43E5E +:105FB000D4BBB68452FDB3B9AE1D39D0DF09C57A62 +:105FC000C72B5031EFA60306CCAF9EDEB9ED0CC651 +:105FD000F9A6CF0EA7BCD2E9ACF3F7987FCA66F357 +:105FE000BCAEDE17CD06C4C50D9D6735F4B76E98FF +:105FF000A0A05863BDA19694BB009E72B12FBC5F58 +:10600000CA85501E472E5F39222B0DEA6FC0F38AD6 +:1060100017F0773E93FC32495987FE4BAA389F24EC +:10602000DB633FD8EF57021F6FE7F0F8912CA7967C +:10603000F2F615AD21BDE9E8CFB4EABD23717F2F9B +:10604000BFE40F38CF69696CEA5ADC57B85BA5FB2F +:106050005E7A43D9418AAFAFB159D1AF733191EF75 +:10606000B1DA46F1ABDE497603DEFFD2BBC666C1CC +:106070007CEDF03CC7415CF7856D8A15F9BD771260 +:106080000BC8CB3A62F16660DCE3887D941DE3EDDA +:10609000A9F29C587E18F98D4579AEBFE7009CE5C2 +:1060A0006DE56F219FB3AF61DEC5983FCC88781F47 +:1060B000B8358C79911F7CF77B9DC8A13C50FB2F94 +:1060C0002E8BF5DDEF95AAF27CD86B911EE0FD34A6 +:1060D000CC8F053A5BAFEFA9C27E9ECB11F5D1966E +:1060E0006213A72F86F0F5EA2D5938BFDE15A13AC5 +:1060F000DCDF9B762FA737A07FA306DFDFA7B130B9 +:10610000DCE73F28BEBF7DB9E6C47B6A871B998662 +:10611000F773DDD05948FE7447BEEB6DC4E7A7F7AF +:10612000B02B709DE6AF5E43FB2872BD98D63D391B +:1061300006C6F974938DEEB193EBDB915FA2CBF5BC +:106140005FA7D90AAD0FCCC788F0CFCF9F67C4F740 +:1061500050BF0FD76F5A893703EFDF9AA2D63207A5 +:10616000EAD3046647BD7C8E71FE3BD7AA517C49B9 +:10617000F2BBE46BC9CF0037F1AFE4C7603EDEDCB1 +:10618000C4CF866E6932D2F3F9260BD33219DBDA2B +:106190009440E5179BACF4EC6CCAA6FA979BEC54C0 +:1061A000DEDE349ECA3B9A1C54DED95446CF5D4D88 +:1061B0004EAABF03D087F923303EC91B2967103E82 +:1061C0005D914F0EC8F5D3B74ED2A19C96EB07FE5A +:1061D0002EDD1B22EFF51ACA2EF8DF821FE4983B52 +:1061E000B2C887572C87FAC9492C9BA37DF3C3D427 +:1061F000C709D17E724EE3F733A03C8C2BF2CD1F42 +:106200004384E78B7CEB82DF4D0C5A37A44389171C +:10621000F8DE1B57E48F97530F625EDEB94A9D9DEF +:10622000E21FACE78557A96CA27DDF1403DB89F17F +:10623000DC9E9F9B18C64F559D3D2104CF4B552A90 +:106240004CF38B37FC607128D3FCF4D79D8D510142 +:10625000E5D89F1F7E1DC369C3135CB7E6029D1F6F +:10626000B9FBF4DF9F85FE9FBEE758BE8BE8F1D4F3 +:10627000A6C770DC6561768A4730BC5B8FE231B4BB +:10628000CF867F01F7F3BAC3E9DEBFF506CB9F9E49 +:10629000C578EE4AD58272745E0BD7CB1FE23A0204 +:1062A000DEFF22D63155C46FE4BD84E5327E1E7414 +:1062B0004FE08F72D3F83D0422CE73E4A7C9BFC06C +:1062C0003CC6A757A81691EE13788FA180438E1B6A +:1062D000DCDF47898CE22760FDB346588F8FEE31B3 +:1062E00078F1ACF6478A91EE8B50ACB1EC76A8779A +:1062F000B5F2FB8095C64394E7E0329AE8FC22733E +:10630000EB4FF9F7A734F2FBF158CFF0288C7BCA9A +:10631000FBEDC2C73A0C78DE1E6503D2CFBCECFDA4 +:1063200074CF166B532CB8AF5321EA2BE4397FCDD1 +:10633000356AB619C472AE4AF3DD9AC3EFE3FC26A0 +:1063400087F9EE73F48B6B55ACE6F74B56B4151A20 +:1063500016FAE99979A27E7E36BF0F5CD6AFCBE5FF +:10636000F79025B59657215126897B3192B2E75592 +:10637000D139E439D769387FD9FED15C4DC0C1E845 +:10638000F90D0AC361789F2AB707E7CDB975239D38 +:106390000B645603C65BE578F3B28B56627EF4BCA1 +:1063A000D5785B05DD9F4979D58F464CDD8472CC6D +:1063B00013D46FADD07B303F03EE9B7E8A19F6B4C9 +:1063C0009FCCE37CD52FFE8AF6E3AAFF1C42FABCE1 +:1063D0007A34D7BB2CCF53CCEF150C8CAF4FFED5F6 +:1063E0005FE93EC986EDFCDE4978F2B8AF8C13DB7D +:1063F000795E63707CF7B517FF1C71C1B8FA76BE81 +:106400004F78B1B8BA3CC7D7F01B1E1796786C50BE +:10641000CED3BE54C39E1571173A2787FB3A4887DF +:10642000C1F1F54B8DC307C719DFCD0D8CBF5FEAF6 +:10643000F93C59AE6C2C48C7FBAB5314D711940BE5 +:10644000D58DC5E9B86F5EDF38919EC1E7F72A1B8D +:1064500073A97D75E3187A9F95AB887B47199D03D7 +:1064600095F1CD739ECC48F61D7034AC0560E1FB10 +:10647000739A3512F7EFE439EEBEAD2AF9137D5B5E +:10648000F337207D56753D6CD0417D761E1FE77435 +:10649000D0BE41FDD6A3B4BF57C7BA699D60FD9871 +:1064A000D17F1F09F312638686AFE657E6C548C75A +:1064B000559D8A6313EA276327C543CE6DFD81DEB0 +:1064C000EDB7AE5A9E16708E4AC2FF95B05F653D1D +:1064D000C28BF0D484749EF91039E2A570C6F3AD76 +:1064E000FB7F8FFBBE27D78DA17CEBAACE6DF53C41 +:1064F000AF2DDC8271961341799816319E258FDB82 +:106500008327C5BED9C9175592C7082FF2F30925AD +:10651000F0BC5B9CF82E2E8FDBA9BFCAE57C27DB85 +:106520005775AE21FBF0CCF6EB33D11FE8DBF96EEB +:106530004406D45BC5777DDBC3E9FEC1BEED4F4E9B +:10654000DD0DF47DBA73522CF2A1EC3F3F8FFF6E4C +:10655000C1E92EBE3FC83C3C1FAA0EF13CC61FCE6F +:1065600018BA97427E27F3C14E6EFF75842ECFB7BF +:106570008E0D46772B1ECD97F78918F52E37C61747 +:10658000F43BF93DD3C4E7D07F6BB6DB89725CB6D0 +:1065900033181DA46CE57D694C9E6314E766409F2B +:1065A000BDED02F897541928BE7EC768EB2DB7A140 +:1065B0003C7E534FEBB16414F3623CE3B346730784 +:1065C000AEF3129B9DF665EF1823E44D42CF38CC15 +:1065D0000FA96D559803F3ECB64CE3E772840CE811 +:1065E000B5D9DF598576E8DBDCEEAEF5A8CC35868B +:1065F000E448169EC360E3BD59988F92027482DF0F +:10660000CF16EB78C4C0F3416BD3F839805491BFF7 +:10661000521BCDCF0D9C92E70A667AB3306FA6F677 +:10662000E544CA9B3925CF09403DC2595BC4CF0B15 +:1066300048FCD6FE747F16D25DEDBCCE6C7CDF6B61 +:10664000B39CA1FCA457CC74DF92EE55B3C87B0B6E +:10665000A57C7D147C9877D4BC2991EE77A914F0A1 +:10666000AD1FC86FE6E71D92EE3145F89F77A8325F +:10667000B4F1F30D0ACF979165392F2CE3BC4E0985 +:106680007AAE0A1365017F55441BC1DDAB67FC5C24 +:10669000C773FCFCCD89C4EE1D94D7FADC28BAA7D9 +:1066A000B2D7E659B893DE87D23D91556E85E47A2C +:1066B000F5F3215E9CD7F1E7781CBEBAA991EE11E3 +:1066C000AD06B6C77376F02CC3F372C7F56D2938E3 +:1066D000EEF161F0443FEB1E6E3F1D323F9A42FCEB +:1066E000BD314441B95D0DA485F6DF39D676C713B7 +:1066F000BC1E3D7756BD3184CE21B8A01ECFA73237 +:10670000B08B906E24BEE17D401E64AF2DF0DE891B +:106710005621AF5AF3B81FB73A8FC761EAC23B1F81 +:106720004DA3F9713E81F5E17973CC93F8642CE6C1 +:106730007F642A281FAA3B437BD1FEA8DEAAA77B41 +:1067400058259D548120C3FDE42AC6ED4CE5E75B46 +:10675000B2D03F6B7E2EB408E7D32BEE17ADFEE927 +:10676000CF385E5E353BF8BD287487133BBE399940 +:10677000F2D1A761EE19D1473EE17F8ABAAE80F827 +:10678000616338FD1E41F5AACB74945FA2723F0C81 +:106790009E0E85F2F48D24476B851CAD5B7565E418 +:1067A00095C857EFA8743F7A75E442F2033FD3804F +:1067B0009F2E20FF83F1F6EF79DCEEA9053EC17331 +:1067C000D375E25C57CD667EFF66CD4A1E6764CF07 +:1067D000F3FB5697867A2370BCA59B543BAE538D32 +:1067E000A1336B188CB35FC82F68EF42B924FB5BF1 +:1067F0001ADAB910FB5BFA4228C9F3FD79B1229F7E +:10680000E7E138B47B07B7E770FBDA3D13E19FF7A8 +:1068100023DB0DCCA793C7973E63DD3FFE337CF2AD +:106820008FADA104177828745E2E78BE27F5000F6F +:10683000C07FF28550BABFF11390836E3C171EE5FE +:106840007888F222FEA0D2BD450817EAA3459EC073 +:10685000EFEB62EC91987F59F74EA986DFBF91C7A5 +:10686000EF278275B891F0F48E9ECEC906E3FD79CC +:1068700021B707F8EE8570A2BB93499C0E4EBE3837 +:1068800092F44A6F14A71F803305F3A54FBE30B2B0 +:1068900090DFDB9340F668B585AFFBC9A8CE148BBB +:1068A000DF7B4977CC0B2D913EF09B74B413B85D20 +:1068B00056635C4DF92F983F5D5C444F6FC805F2FD +:1068C0009F812EC97F1F9E2FEC0A1C2F4EE4EF9351 +:1068D000DCEA34A05C76093BB2766B70FE347FFF55 +:1068E000B5E03F843656E66D63BEB85BA13C9A9A2C +:1068F00096BBAA903F6A16AFB90DE955C25FA3B126 +:10690000329407BD8A4A70F486F27BBF99FF3869DA +:10691000FC6989F3CDD390CFF56D58BE55DAB9AC8B +:106920000DFAA96D515653FF361947E0F391DF0177 +:106930001A0CA8277A2789F743CC57C2173C5FB9AE +:10694000BE29F95C7EF7DAAC0F4DE07A89E26FE799 +:10695000BE1E1319FD1DFE367AB203F9CBC0EBB98A +:106960007499017C9FC7E39935001FC299B52EE841 +:106970005CC0C6C072CED6C072DEF6C0724157602F +:10698000D9FE5A603906C71DC6FD7F3C6F8FFE3F9A +:106990003ED1FFB78670FF1FCBE8FFE313FD7FAC4E +:1069A00047FF1FCBE8FF6319FD7F2C4B7C631C0066 +:1069B000CB1807C0F7E5F95C1EEF42CF44F5E58937 +:1069C0005EA9EA385FCC3504E431EFAA1C7EC173BE +:1069D00064F27CD705F24AE99C983C8F1B7C4E6C94 +:1069E000E09EDFA073624867D84F4E9C6B7A3EC032 +:1069F000774CE95E990870EC4AF3E42E217D1F6A1A +:106A0000C2BCF99E159FAC4477E9DB61AE59F968C9 +:106A1000AFE9FB37F373DB5E92373DCBADEF5C2D17 +:106A2000ED1280B31CB08CF42CCFED5EF4FEDE8B47 +:106A3000DEDB1B482FD2AE7B5ADF9F8872F3E873F0 +:106A4000C6D508E75111D764738C41790FDC6F5AB2 +:106A5000F2A042F78DDF95CFEF3B387708B0F31DFA +:106A6000743AFFFC18B2B707CAAB151D9D237039E5 +:106A7000481F49BB2C4501BB0CE520CC1FF5F5C8D0 +:106A8000B5BA00F84779C202E82E774B74D0B996B0 +:106A9000A480F6A377A6059D6BC9093C37317BF925 +:106AA0003ED4D3B3568F096857E1BC32086F024E0B +:106AB000619F56A05D88FAE61E23D1D5D2F755B264 +:106AC000672AF125C8C74AEC0BD6B172A3C8C76EB6 +:106AD0000CD4BB951A73E33D68F3853E92F4566976 +:106AE000618E28F8FE7461DB66BC97B6EA77EF1614 +:106AF0005BF0FC9F32291E831535D9AE2791BE521B +:106B0000F40ECAFFADDD961985F7D39D3AF43AE548 +:106B1000754A3A49D15BC2703D3BDAB89D8F7133FB +:106B200035DAB7DE1D6D31611926DFBCFCF25AC8BB +:106B30002EFE0CF35AA0AA7292E2368CF6C1BF4424 +:106B4000E80F09EFC7C20F602DBC9F1F8AF7B5453C +:106B50006FAC8F86A53BA5DBFFC52AD453859D5915 +:106B60005EB4D79EE888BBD586E2D8B51DE97FC95B +:106B7000DBA511987FF7F9563DDD97FBF7F667D651 +:106B800063BEF4AAB6670C1817A8D63C06CA0F7DD8 +:106B9000AEC380F9D2D76CE9A0FA855BCAC96F5C35 +:106BA000C41693DFF8A9BC6744CCBFB2445967014F +:106BB000B8130BB8BCA80CE3FB9153D409AFC7C200 +:106BC000789F6D51285F78B673C6946168AF74463C +:106BD000D17D51BF17F22598EECFBDA5F2F8EE6C2E +:106BE000BECE43DD6335EBBC8DE87CF6F95CF2A7E5 +:106BF0006EF28EE2FE6B5EA0FF5A69B0BE83729E9B +:106C0000FD9B4ABFFB321057B0EBC94EAE03F9856E +:106C1000E72C9D13D4003A6C981C1E40A773981F54 +:106C2000FDC3D03763128C5F79F6B4F480F6B7CC2D +:106C3000CE0DA2EB22DF7B920757049CD7ACC31A80 +:106C40003AD75232A89E9FFBBC2EE0FB3A3633E087 +:106C50003C60D546BEDF50B73D8AF6232BC57D800C +:106C6000735CBCBE7E27AF878904F0576AA9FDDF3D +:106C7000B91ED4F3DF9810FB1273F0BFD307E31DE6 +:106C800034F7C03D0878AF05C61102EE3F10FB9AFD +:106C90000837D9BD22BE5497CDE34B75EE6E03DEA7 +:106CA0001B0278D76230AFB34DA1F580F6C69822AB +:106CB0005E5E4679DB817965D81FE667D61F52CBC9 +:106CC000914F82DF03DD71FB7717CF97ADC7F810C7 +:106CD0009D730BCAF3C47811C6BB305EE4B77EB7B0 +:106CE0001558795C6DCBB68349808F594E4EA7B548 +:106CF0009D33F4E57983E90AE89BEEFB5EC880BE2C +:106D0000705F08F8D8631D7AFE683EA23F22F150FA +:106D1000EFE074988474583098FEEADC8B0D740FA1 +:106D2000CC3A853D6CE3ED112F4948974178213CE1 +:106D300006E143E269006F41EF83F1B2D0C5884EAE +:106D400016EE543CB86F2BF1173C9FA1F017BCCE48 +:106D50008B58B701CFB72CDAAED8F15E7FB9EFC34D +:106D6000C607C597DE4AA7F852BD53E047D28593C0 +:106D7000D3FDCCF33C5E7233DE673BC64727B3A737 +:106D800005F2E74DE7E3E8FDF7A51BB004284EFB4D +:106D90007DE945CE47CA678C27129D88BCEB60BE53 +:106DA000098E472E2810798FE3D8B8803CEB21EE6E +:106DB0000D09CEB396FA3C589F94FF8EEB132957DA +:106DC0005D424FB856E8E398BF1E92F5223EB7E405 +:106DD0009E6CBA1F2565790CB52B0FB5D07981F261 +:106DE000E53C7FBB1CDA59FDEC8A952DE929A81FEB +:106DF0003EBA6FE47A37DE2775776CDC7858EFA3FC +:106E00002BF4B1F85B65B2DD472BA6A4609EC9D117 +:106E1000352173E8BEE49F1BE977A1EA76C4F3FB52 +:106E2000F354531CE6779E7E3986EE6F7AB080DB92 +:106E3000E7B52B5E89C0E309352BB85E3667BB56D4 +:106E4000178C43FDDCB19936382C1D05A8179EC45C +:106E50003D06DC8FC4BE8A483F91BEFF34D47233F6 +:106E6000F6FBE9737ABA6F0BDE3B709FE9878AF70E +:106E7000D8D5741F8F1287719D53EFAB741EB44A1F +:106E8000DD5780FDD636ED4CC123F29545A0476114 +:106E90009D4F87B89EC4716B563C93429B56AD1D67 +:106EA000F47B0A7EF1604F01C62B301E0C65D7F2D1 +:106EB000CC487E0FEF85E3C1122FC5B9CA801D8F64 +:106EC0000B86763C3ED18EC77C20B4E3B18C763CF9 +:106ED0003ED18EC7FA86B581F6DD2FC47EAD8C0B10 +:106EE000A7AA67E9778BDC252C7B31E9615336FA59 +:106EF000A74B95303BDA914B15CEE74BFF6AE6BFC7 +:106F0000DBD17D2DD7BF821E82EFA9BDAA1F6C30B9 +:106F10003FBABDFABC91F99F939EC4A202CAA5C60E +:106F2000C480F6532CB680F7D7248C0A787FADB591 +:106F300030A07C7DF6E501ED6FB04F0A28DF38FE0A +:106F4000DA80F6331C3302CAB3CAE606B4BFC959A5 +:106F50001EF0FE96395501EFE7BAEE0A28DF5679A2 +:106F60007740FB1F2C5E1EF05EDEDBDB85FE5708E4 +:106F7000DE8764A4A7BCC7F74B1DA3DF8B9A502AFA +:106F8000CE6387707DB4F4ED4C937F7CE484B0973E +:106F90001C76C7DF917E4688FBAF46887BACCE0B64 +:106FA0007D94CCBC8AF87DCE44A4A7E076C1EF27BF +:106FB00084EFFFCC0A6B79E74B0FDDA2815C9A70FE +:106FC000D9FE31E9507EF6A5F76FD140AE4CB872CC +:106FD000FFAFF1A7665E1A9D3887CAA3F77F86EFD9 +:106FE000C7747EC8DFCF62649AEC1EBDEC16CCB3CA +:106FF000997075DA6A3B8F97F0FB5F307051EC77D0 +:107000004EC668F2E27EBD9C17E205CFEB235EF030 +:10701000E9057AC6E77EA0677CBE06F45C0172ECE7 +:1070200020D0333E0F815F8AF5FF067E293EDF02C6 +:10703000BF149FBF077F149FDDE08FE2F38F4D7376 +:10704000E8F95E938BBEFB5353253D0F372DA6FA0F +:107050000F9B1AE9F9972637D5478F16718D9D81B9 +:10706000BFCB25F737E57E66F362D6138EF2A047D5 +:107070008BC2DFBD93FB9443C7013476CCCF3E8BEC +:10708000648E11A3297E12F8BB2113335C6958FF6B +:10709000BE6D56265EA47FF3F9C5AFE3B6EEFBE204 +:1070A0009E83E07ECF0B7A88B73B46E2775719F98B +:1070B000F9EFAB8CFC7CF7555A7733D253F357CCAE +:1070C0008A7947FBC479EEE6FB343ACFAD9C67542E +:1070D0009E18CBA8DCFC550F9D07BFCA624F203D10 +:1070E00025CAF25C30FDF9E52D4D3EDF5D8AF6C61E +:1070F0004493C18A726220AF82F1BC09B9BFBF4E0E +:10710000CFF7FDF7998F95627C0DE061389ECC0F2B +:10711000D8F815F3EA0A7C791657197B287F4BE6D5 +:107120003D28E77B54B49B647E9584CBACC1774506 +:10713000BEBC2909773C940D45FC9E70B508DB7BED +:107140001331BF6CE262831DFD83813CAE10E6C645 +:10715000F86BBCC82780F604F7E4F32ECA1F992801 +:10716000F24746E0BE2B6F47FBCC66F4D7F0FB98A6 +:107170009E03389FE4FF8031A0DD530ACF7B90F956 +:1071800023D83E9CB7F7AA7EFC99F14F803B027F43 +:107190008FB2937E8F7844BD89EE9F640E07E177AE +:1071A0009690ABCC2ACA425FB3D812FEBB8BE2FDED +:1071B000AB19AE4A5C776788E5AFE1C4CFE923D06D +:1071C0002E9921ECF8EFA097BAD1C3FE27E8C5C1EC +:1071D000D77F38A378DA507423E942AE77301DC9DF +:1071E00075F7CBB7A17597F4134C6743D193A4A35C +:1071F000AB8CFCDEC289B546FBBDB6FF3BF47367C2 +:107200003F9B1A094D9665BACEA37E283F6F3D88F5 +:10721000E5F96C12FD9E8D7CBF6288F7AE7FF4EBC2 +:1072200023FDE8EC2AA1C3B662FB7183DBCB76F2C7 +:107230009E11D9FF9B43F4FFA6B013DE147A6FE9C9 +:10724000144E4F65A3E4EF81394C85C57EF9AD79C5 +:107250008BC83F60266E5F5BE17F14471376EFD5E6 +:10726000E7B500BBFB3A618F97312EAFCB82F6F7C3 +:10727000AFCBBB86ECF2EB82ECF2603BFB8FA3C59D +:10728000BEBF8DD9BEE7BDBC1F70B91E68C761BE49 +:107290001CD27DBA55A5FB81E43DBCF27EE7C982D4 +:1072A0009F27E3FDCE11F8BBA92E0D95CA35CC4D15 +:1072B000CF6B99879ED7332FD9093780E2C1F28DE2 +:1072C000982205E503E1D36FC7338FA5634A33E8FE +:1072D0009E14DFBD92A7109E7AD5F5378BDFBD9245 +:1072E000FB275B693F76BF919FBB46BEC4DFC59459 +:1072F000F3F91DE8DD0CD08B07402FE3F375D0CBFD +:107300001930BF37402F63F9BAECE50CBF9B6A0D0B +:10731000CC9392DF5F6F2905876C687C5D5FF09B83 +:10732000E188CF37A3464EC6F9BE1975D9645C977C +:1073300037A3E2695FECFF01EE54BC43008000001C +:107340001F8B080000000000000BDD5B7B7894D5EC +:10735000993FDF37335F66929964127225904C42F1 +:1073600012024C6066722902D501121A6B6027580E +:1073700081600C5F48C2CD8021C5C7607133314147 +:1073800003A2863628522F1316D076D12728566CA2 +:10739000D376CA45698B2DC576D78A1B0711C52BB5 +:1073A00021D68ABBB6EEFBBEE73B99F986A4B5FBB6 +:1073B0003CBB7F6C78F29C9CFB7BDEEBEFBCDFE19F +:1073C000D789310A9BCED897F873DDD5E595E90EBC +:1073D000C64A19BBC179EF69038CBBC1BE8019C70E +:1073E00031F8D921B332C6CAEDF0270C29FF48F194 +:1073F000B278C62A986A6406C6BEC1FC545ECF0243 +:1074000054DEC082463689B1852C44F57F62CC8437 +:10741000F563718B6A6F83F9F38BE7E7617BB3796F +:10742000284B91A16E56535D298C6D30A86FDA619F +:10743000DC4713D5C90906A407F683F661F3ABF15F +:10744000E9B98CAD8F8B9FCE66609915C073B43E41 +:10745000FFCA7403B45FDB369BE8BCAEED1A2A9B0F +:10746000CDF3A97CB79DF9F34C8CBD8747C880DF6D +:107470002E2F9D6393760E669C47F5DBCD8C7E6E3A +:10748000885127231DCDF240FC2CE87FF7D1579F70 +:10749000F1DB18CB9254A70BF8D26C70EC7025C3BB +:1074A000C05F1B5CFB71FE17C7B216DB706640F154 +:1074B0001531B6CEC8BCFD4EA8EEBB91F6137CDDEF +:1074C0003155A273349B053FFD54DF95EFBD323D2E +:1074D00085B696582A9C9F71BA26C43066F630F657 +:1074E000A8C2CB0D666B10E5C18E983E0C15725A82 +:1074F000BF847397C532BFC543E3FDE6A4B0FC600B +:107500001ED533619DB212281F8C0D74E630A6661D +:1075100078E7E2392A0C56BF0CEDC3136C8118686A +:107520003F1A0B7C4D003E06A7253068AF3C6960D2 +:107530000120F9E5D8F8BDC8EFA3B1C06F9077E995 +:1075400054B50AE7BFEC383A2108F3AE638E07E77B +:10755000003FAEB71A5C41E487A13641B58EAD5FFE +:107560006D6FCC0D1E17F4C3EFB75CB6E477E2E0A5 +:107570008FE96CFA97066A96910FAD9A7C804E5708 +:1075800010E9FCBDC1054761D7B28287E7407DFEA7 +:1075900049130B407D1867607FBA14F003BD1527AF +:1075A0000DE76280CECFDABDC1E326EC1C3230A0FD +:1075B000EF845D627B80DE98749939CCE1FD2D8E7D +:1075C00058E688A027AE304957B7B9C6EBC627CCD6 +:1075D000CCD5F5277AA7EAFAC7557A74F514DF2CCB +:1075E000DDF8B465F374F50CF59BBAF1996B16EB05 +:1075F000EA135B96EBC667B7ADD4F5E7F8D7E9FABF +:107600003B2D5C8ECCEF3D5D087CACE45D6C52772D +:10761000AB6E5CA5755515CA33BFE74EDD7ACC61FC +:107620007A0BF5CB0FFF50BF3E65031283B2229D4C +:10763000B78B7106D40BD867BE7DEE71145526DB6F +:107640007119F573BE1DC6459EC75AF91EEE93C942 +:107650008CE1F93957EBC12ED48369FF801EA85302 +:1076600047D7836616F0E75CAD0727D04F815F9957 +:10767000BC5B2FFF2901BDFCA73DA5977F51BF5ED5 +:10768000FE338EE8E5EF0EEAE55F7C522FFFD2D3A2 +:107690007AF97FEDB5795F495ED784F47A21E435D4 +:1076A000FBE2E251E5B50CFEA1BCC0C45C41D0F7E1 +:1076B00072E053908D2DB7B0BCB8FCFEA7723B159D +:1076C00025B74FD98E5237D071A99EFBEF68FB17B3 +:1076D000F2305BBC67D08F5CD0FCFB671A1FB23501 +:1076E0003FD466E6E51D1ABD9F59B8FFC9D6FC9088 +:1076F0007F1E97B77FD016E804BBFF4C0ED9309E93 +:107700000CCA3D1296FF91A686D08FAF70B648A0E6 +:10771000492C9DF90EAD02FA2F4D1C1AFC0ECEDB42 +:107720006CE3FE9BB120FAC1D0665BDF76294C6723 +:107730005D266B413FFE9E4B227FCA5CA1D26AF060 +:10774000EF1FBA64AADB5C7685819FAB77326F004E +:10775000FDBD9165D515919E723DDC6224BF9A6D89 +:10776000512FE3393BFF6836E339869923C1EE2474 +:10777000C165F9206EBC6562CBFA47F197D996B91D +:107780007F46FAD79A6F78E46D8817B30DB02FC88B +:107790007568AD1CD89B83FB052D93619F3DBD494A +:1077A000AEED509D9DCD78FF7AA6F58301437DCF48 +:1077B0009682009E6BB641E2FD1BA11FFE7C0FF678 +:1077C0007DD68A74042CD536B40B981221D73D4649 +:1077D000568974ED09C8FEFC19682766668CD08F3F +:1077E0003DA09214E78C01CBE222B41BBBAEBFA834 +:1077F0003F5DB7DE8C230E5DBF3B58A8EB2F3EE903 +:10780000D2D543C81727DACF4CDDBC89F02B7BD00B +:107810008EBCBAF6EC5B5B17211E807EAF9C84F6B3 +:1078200053A95B2FFB52AC2C413F29670ADA914FD9 +:10783000D74F5800F85977472AF12B13F81703FB55 +:107840003C6682F89A4475AF02A5028CC5714AB7AE +:1078500091E2E904A0212189D365C071505A681CC6 +:10786000A703FA290E4F84F5906EE8F71A79BF3F07 +:1078700016EAD74F73903E998C804BC03F3D6E0AFD +:10788000AD6511765317037A6825797A517E8F6F2B +:107890001EAFD3D3396EAE8FD74FE376B4DFCC565D +:1078A000F8806F9D775959CE0C9C17CA40F9CC7758 +:1078B00073FCB16AB277AE9BC6DB69DE13B68B6B25 +:1078C000D13EEA66F07D6A65794535CE97403F9CAA +:1078D000E17D16B9B91D4C2FE6EBD425707AD87727 +:1078E00094C0FE9CF039D215D6857805F69D82FAB3 +:1078F0007DCB8EFEFB274357ADD26362E4D70326D0 +:10790000C44955F30017BA197BE087A50F5B01271F +:107910003DDE067C9DC5D84DEEA797F9F3103702E2 +:107920008E027AB2A119E55085FC85F2E71E03EDBF +:10793000B3D1CDCF3B626FC98CEC0DE200D135DC09 +:10794000A6501C10728C90931FE572A01D48043F36 +:10795000F454BB99CA1FB683FEE63376B03D9DEA68 +:10796000CFB43BA8EC6F2FA4F667DB5D543FDC3E41 +:1079700093EA3F6AF752FD487B25953F6EF7513BEE +:10798000D3E2561E57AD11BE08FD117CA9BA9BCBA0 +:10799000C9B1D1E4DB0B47A89259A5E409F3FB8CEC +:1079A00087CBF5313C67291F877E468CAB30381377 +:1079B000CE59C3E3845F190B77FD6F9D7784BFC6F3 +:1079C000B09E5B22F45B9C1BFAC7B013BD3DD14F48 +:1079D00099C6BF5C3E2FDE13965B84FD907D8DD8EB +:1079E0000F0BD5A0FD08FE06F2E44AE4D7BD36CE63 +:1079F00067C187539ABDDCA1E933C45DAB1BE4A525 +:107A00006A5B5718BEA847FD69B2298E1818A26A8A +:107A100071F75AAFEFA17BA17D65AF89F5417B3D41 +:107A20006CDB96C4CB2D405FBD5F1F3F21AE136E54 +:107A30005ECD7C094109E3B2EB1E17D0D1D0AD1F5A +:107A4000D7C4F83AABAD0B28DE3645C5DBD518A751 +:107A5000E3B13486E78D12877FEAD670F40C368363 +:107A6000F0539B99EE356BCCE25C7AFC341C989415 +:107A700080F10BE4437605653026291C9F1DBB6110 +:107A800091E230DF809FB1851837BB8CAE7CC7D5C3 +:107A9000FA35C24FC6EF57AD66A6E136E76F916F74 +:107AA0001FC27D22067DEC3233D987AAF57FE8FF1D +:107AB000E41CF51FB6B8B0FE91FBF474BC57A8B82F +:107AC0003FDE9354FD7AC35BCCCC8EF67DD8166036 +:107AD00030EE7DA9EF4002C8FD7DF950EACC9C3024 +:107AE0003D6A88CF1FCB1E6C85EA0537F80FD5C4D9 +:107AF0005297C17A9D070DAE0E587F9BF568AAD7A5 +:107B00008AF73DEFBB6EBA97E9EF75551017517FB5 +:107B1000C53A65D3B83F8C3ED7885F9A2305508F0E +:107B200086FD068ABFC39512D10D7ECD8BFCFE0368 +:107B300083D581FE6A06A86D12B75316C3ED144BA8 +:107B4000B4533699DB29D6D14EB1443BC5F61BAFB1 +:107B5000B8494EDFBA329BCEAB765F43F5826CBF3D +:107B60001C8BFEF966C9B51F8AA5FBD8D658981A92 +:107B7000EA585A8AF7B3180FA7BB408B2F57C9533F +:107B8000F32BBD1EEE7FC4795A3B24F2B3AD128FA6 +:107B900097ADF74BE46745FD931EAD5EC1EBDFDEAD +:107BA000CAEB2193B55B4AE0E7CBCBE7E7C312CF43 +:107BB00087F7733C1FD6F17C58E2F9B01DFD10D653 +:107BC000D10F611DFD10D6D10F61897E08DB5732C0 +:107BD0005F961B58FCF521C0BE11F675DD15332BE1 +:107BE0008FB093B92C51579F6FCED08DAFB0E7E8CF +:107BF000FABF913E45D77FBDC3ADABDF50788D6EE8 +:107C0000FC42D75C5D9DCDBC3E5CCF45F3A8D6D58C +:107C10006F04DC5E1E61D737F9EA75EB2F5DB6564F +:107C2000BF9EBA5137FF66D6A69B3FA9A543377EB4 +:107C3000459BC41A23EBE08E51CF1A768F233DE982 +:107C4000CBF3957B40BE6FC6FDF57613DEF30C03D8 +:107C50006B514F5BD7C7BAB89C7B2AB9DC65C6E5C8 +:107C60003C544372DEA2F07A852BCD3E8AFE0C8016 +:107C70009CCB412E3F033963190439637914E48C9A +:107C8000E571907339C8EF259033962741CED8FE21 +:107C90002B903396A740CE58FE06E48CE5699033CE +:107CA0009667DA9751F9FB7695E6FD5BFB1A2A5F3A +:107CB0006B6FA1F6D7DBDBA87CA3DD4FED834047DC +:107CC000A3294C17E2DC3CDDFD0FF45077FFB3EB4A +:107CD000EA886323C7238E8DEC471C1BD98F383667 +:107CE000B28EF835723CE2D6C8FA76B783EC10F162 +:107CF0006AE43CC4A791F5A21EFF09CC612D7CF477 +:107D0000E3E3581624D43F2B816BD8FAECB5354603 +:107D1000C04F0571F59E4417C441A9BCA61CEAEAF0 +:107D20009562F207D3D910E14A152F79203735C86B +:107D3000F17FD1E719D4FFC054BBE6B719F927F793 +:107D40006146F8F281A90E8EF7B4F92E66376029E4 +:107D5000C687EBA38F8BDE5F8C23FF184107DC48BF +:107D6000DCE8CFDD5BAC9EEDA04F076469850FF4C6 +:107D7000E900E0A3C5E06FA71DF4CA16E85F76D856 +:107D8000EE3638707C8B07EF2B3F46FF94121E5F58 +:107D90006064274D9EF0399EFC5ACE5E5CAF4FF377 +:107DA00073E173868CE8CFC14F7803306FCED0E992 +:107DB000F909305EF5CF2DC5F5AB148E17609F59CC +:107DC00078DF9BE697BC7B23F4FB5FB5F554FFA1FE +:107DD000A3E85F9F7C62119F17CBE73DF9443CED20 +:107DE000BFA84BDA6B80FDE71C64DE3E987F58F33A +:107DF000A7D30E060DB85F7D17DF4FAC5BFF68960B +:107E0000E2C0FB246BB933BD04792431F4DB70AEDE +:107E1000E3782EC13F31BE004CC694A4E50B4194DB +:107E2000DD857E1FF2B958E6E314B397F0D38623BD +:107E3000D50CFDFDD74B122B9271DD01E64298BAAD +:107E4000B0E477BA7313DBCA685D8A5F93FD523082 +:107E50000E8EB2C8DF713786B785FE8D275270FC53 +:107E60003EE6CA7150E861D77AC2F44DF51E922100 +:107E7000FC31273B2D5B24943B3B362E428FC003C5 +:107E80007C0BE5EE769918CAA5DA6837A1DF888EF3 +:107E9000EF022F7C827881A8D2FAB53C50EB5D5777 +:107EA000CEDD8BFEE8798E1704CEA9B7F333A8BBDD +:107EB00025F26B9F74C17503F9FC7C4C80215E0335 +:107EC0003CE1007DFC483E95BA14E6AD9F14C89293 +:107ED000815FEBC6F74D4F32101E78C70307FDC018 +:107EE0007F6CD13258E75CD773A9C8B74FBA9E5799 +:107EF000F07E047458DDB04FA3C69FC62D6BAAF068 +:107F000090F5451CDFBD057EC63B19E99F9310C265 +:107F100073F5709C27F232F5AF8C4B45BC158DFF85 +:107F20006ED5F0DDDA2E53BD0278716D14FEBB758F +:107F30004BE5BBB8CFAD7F07FFFDC5A3E5615CCCCA +:107F400045F8EFEFE46105CE039C632C1E05E73096 +:107F5000ED1EF36D0B3F6FFD2BC76E22FCD2922FEF +:107F6000237E11B8A7B683E31A768805F225ACCF35 +:107F7000277BAD7DDEEB9260DE6F353CB3F84A26A1 +:107F8000C9E5550DBFDC74651AF987AA9085DA97A3 +:107F90005CC9A072E99529D4BED8CAFD44E845164B +:107FA000B81BEF75FE188EA70618E1A7687D75331C +:107FB0007B05EAFF54AF740C61E342C443B0DE3288 +:107FC000C447E350FFEBB7A6A0FE0718E1D768FD52 +:107FD0005F5A9B5381E798522931B45BA1FFAAFFF6 +:107FE00017A4B78B406FB17DA1BFC3948AF30E3243 +:107FF0003A9FAADD53859E47DB455D9C767FB7F2AD +:10800000FCD1C8BD1E899C85C4EFAB41BC598739E2 +:10801000C0F15CE119C8D9E6E4FDDF2CDE57D39549 +:1080200047F7217F82277CDFC2BA25E27E85755B18 +:1080300044BE01A1C69C88FB2EE27C0B9FC7523D2B +:10804000E1FB19A6C8AF44DC8F7335FAC53D0ED7E6 +:1080500037F279C1544F386F20F214982F40FF5BEC +:108060006178A3228DF060A287DB2DD79FB734BB48 +:10807000FDB464DEC21298D7BA2D3F8DFD0DBD6CE4 +:1080800000B9A19DD625846E97209EAD2E66DE7226 +:1080900080BE354CF08B0519E8FD72ADBEF3B9E337 +:1080A0007FECB6129FA9DEF0DC33357EE05DF79CF5 +:1080B000BB7D485FD81FFABC6816714E2F539D5781 +:1080C0009F43E4297616F3F1D1F98A06278F1778B2 +:1080D0005D457D786BDB0BCF44E661441E0FE219F2 +:1080E000DD671E5A9CEEDEAEF955CAC3AD9B4071EA +:1080F000B5AB588B5B60178EC91C07638938D811E4 +:10810000C37130D6110763893818DB1107631D71FD +:1081100030D61107631D7130968883B1FD915CDF05 +:108120003F1793BFED31E33D98150E3DB21FF6AFFB +:108130006B5718D223EECB4FAC8BF5E2399EB85378 +:1081400021FF28EECDB5CAE913E69C301FCEB67DDF +:10815000D7C4FD5F30DF01EB2C6FB1B8D07F7F5A01 +:10816000E2BB0FFD469CD3A5A09F519D01C9017C98 +:108170001D6FD7F2369386DCB75BD1CEF83A55B98E +:108180003C3E661BD871067AF55F69DEEFE2FC4F74 +:108190004BD45D58AE1C70BF94E9C07895A8A07C04 +:1081A000EAD278FE15F849DFD7049F9F2AE6F7CC7C +:1081B000A57846987749CB13829CBA7381BE9A649E +:1081C0003BF11DF4B60BEF574F15F3B82BF26FE1EF +:1081D000FC8491F2444A9B42F963CC2B289E707E2A +:1081E00042F049E419C2FCB1BF847C1BB2290EC421 +:1081F0002FF5D68205A8F7F53D5212FA830A43D52A +:108200004B849F77E6E4227E7E5DA357DC0F9BB410 +:1082100038D7BA6B929281E3B6018A837A559283FA +:10822000D619BA5FB2EF75A05DC1B8887C50E3EE95 +:108230006BC82E1A0350168F6D3F37EF3C36F14551 +:10824000D4BBA057417A1BEDE01E22F21F0D3D1258 +:10825000E97174FD57C53CAF560BB01DF974CBA640 +:108260001C6525E6030166B43AF11C0E1DFEA8C587 +:10827000BCB987E4CAF9B113E8CEE1FB7922D65F35 +:1082800089EB47EC2FF4E0F7C536925FBDDDA164C2 +:10829000E46069273AAFE283C6FF8660C0E4427AB1 +:1082A0008CB02FD497DB0326DC6765979BF2F0EA4E +:1082B0000EBE8FDA9DA814218E32DA958950AF8DCB +:1082C000E5F607F411DE6C04BE2461BE2D09F0A5AD +:1082D000F56AFED46BF436F6242A4DBAF69D26D400 +:1082E000EF1ACDDFAFEC9AABC838DFC8CF2B976859 +:1082F000B850E3E7858D96ED98EFAFE97D395F42A1 +:10830000BD6CC9704B70CE3F69FA28A35DA484F997 +:108310005163EFA1F38CF073179C1F966CB2FB684E +:108320007DD0073FDA4D632F5FBFB1B75E7142B9B1 +:10833000CAA82A13687FCECF917D77FF42DBD7E2B0 +:10834000C27D995DA5EF0DEFEC5A9A45E7E87DD81F +:10835000847CB3B91C0B106F821E905E0A7DA82B23 +:10836000E6F627CE9F5C6224BA934BF4F624E291A2 +:10837000B0ABC61DF5CC0BFB36A4437C1CC5AEA22E +:10838000F376355ADEEE71C5174C97C2760FF1B011 +:10839000E5D951E2C4426DFFE59A1C802FE44F44B9 +:1083A000FFD73539D4225F23E6E37AB8EE14D13F04 +:1083B0002F98BFD1191E2FF6AD4DE2F3502EA81FF6 +:1083C000534AE491F1AD345ED6E57B1A4670EBC1B9 +:1083D000ADA918FF0E49945F6BBDFFD8C43BD0BE5A +:1083E0009F8E73A177FAA079FF860C0CAEC600C9E8 +:1083F00041D0D504F804ED7A9516F71A83A3DBF77C +:1084000093D3D4592511F6D7F8BDA70BD04FC2F995 +:1084100083E827DE78FA277F98E508C72B719E95B9 +:10842000DD7DE4176FD991E83170BFD88D7E716121 +:1084300009F74B0D5D5C5E0CE485F84DC8B5BE4B8D +:10844000A2F8D0D0561640DC338207347946CB519F +:10845000C857C851F01FE210E573056E16F42FD10E +:10846000F6AFD1E2C3724DEF96AF994B7E7165774F +:108470003D7A2456A3B5D734EADB47F83FF27DD8DE +:10848000790FEAF1703FE7FFF00E13CFB71DE479E3 +:10849000C20F5A5FF8CD1218F7FE437D5991DF578E +:1084A0009AB4FCD92A0D2FAE06FE8F963704FEAF84 +:1084B0008BE4FFEA2734FEE7F67FFC63FAAE16E3AF +:1084C000DA0BFB36C0EF4CE0CF0707BF67CA84F674 +:1084D0009B9BA444A47773490E3F677F9F2917EFA6 +:1084E000012D6E3BE67B376B7E205A9FA1F4B208CC +:1084F000FE623C9092C278458C477F7408E8D8B4FD +:10850000D1128FF9E68696C4243BDC17FA343D1568 +:10851000FE45D07D7E63FD03789F386FE1FADD0C68 +:10852000F3F13BCFF9B9AEAC566718CFB1E4FE43D7 +:10853000F43DEC3627DDCB61FF93F8DD61B7662FA4 +:10854000797921FA0E2B70A502FE09BFFBEC95F993 +:10855000F9730DBCFC7E6CFF9496BF81F7F29A43D1 +:1085600097911E8167058EFD99A61702AF0AFC3907 +:1085700096DF51D8BEEE5CFC8E90CC5C9D8EB09E9A +:108580008A75A2FD8F3867665CFF0F504F326F9B74 +:10859000EA411CA0C4B26E3CC7614D3FA3CF793EF7 +:1085A00087F3732CBA05BD237C00659C9914A65FE4 +:1085B000D00318D62B232EFB4E11E1C2F31DAE2C97 +:1085C000E4D358E73B9FA3929D0E653017C6D9B1FF +:1085D000FC6A4DA3E4C7754D6D36CA3F083B691C64 +:1085E000F90EE04C0801FDC33D3CFF7F5E82B8827E +:1085F000E7DA6891492FB4F3FDA379E8D74B9244A9 +:108600007EC58678AD3656B3FF208FBF836D93E865 +:108610009CA25DC4DF417BC89614E177DF6ED1E296 +:1086200017AC83F6C3DA2631FC4E3FD873DE2693AF +:108630009E72FAC4BC4D26BE3EB32981FD12E2965D +:108640006AA51EDA6F697BD524417941D3D7EC49FD +:10865000FDDEB464C26D842B3A6DAE74DCAF33D1F1 +:10866000951E19FFE3AC4B280F733E27988779A915 +:1086700021B785F83D685DB200FDCFE0EE447C1186 +:10868000C03649AEC136BC4F6E8DA1FC7A95CCBACE +:1086900025D28FA09289F1BB43227F20DA3D4EF58F +:1086A0004FE83FB20D87FEFC3AAEBB35CE8574B0C5 +:1086B0002F605FF08FF83C0CEDFA765C13F918959B +:1086C0001789CE83642B0ECA930CFDD2C0F672FFBD +:1086D000F7EF586FFAA549F79D457CFF69EABB9112 +:1086E000F20F8DDA779D26CC8714D3777CC6C0E550 +:1086F000DDD33B3F15F5A27167C543FE22CC0B309D +:108700001FFA97B78DA16AF40317FBD2923A22EEB3 +:108710003B670331F47DED62DF0BAF94C1BE1F1FD9 +:1087200049711B38991437BA1DC924EFA452EE873A +:1087300022F252DE3447382FD5D8776F1683FD1AD0 +:10874000D777166079B1CFB20CFD7DB9BDBA3C11B7 +:10875000D65DF56822E5FDCE36F33CC3BADFE5937E +:108760005E179472FB6CFEEBB1C7F1BD6013B4D918 +:1087700061DF4FFBE3E81D5873FB912C7C327130B5 +:1087800046CD2985FD6F9507965C83FE5F0A1CC860 +:10879000A0F18E51F3D6A27C07EF67A0DFEBFFF9C3 +:1087A000355AE723F9D4A21A98DFBCFEB9785CE702 +:1087B000D65DAF96D965CA1B15E1FAF81DCA8E0CB5 +:1087C000D8DD37DD47FCF3CE281D25AF12BDCFD74E +:1087D000B4FB4189769FA94AF22DA92921B9927E3D +:1087E0008C45DF9A2392EEFBDC2D8104853929AF7D +:1087F000AAE07760D5CE08D75E34B036FA6EA5E130 +:1088000019D1FE8D526E1717137AB2D00ED61E787C +:10881000380BF5FE3D1BAFD71E58FA2BF47BEABE92 +:10882000188EAF8D4CA1EF977E8E8FD99A24DDFBE9 +:10883000C6EAD2383AC7DADDC5BAF88909176C7FBB +:10884000CFC8DF8B641B2EBB11779D35069B504F25 +:10885000CE023EF5933CB97E9CED312CA0773D9B3A +:10886000248678E46CCF73B63C6B18BFD94AFA8380 +:10887000E8DFD61F4EF4F067623CCFB0C12EFC9B00 +:108880007501FA0DC06176B483D6174F2C60BC8E8B +:108890002F2CC7E4E73A0D7F8DD40F1F52102737D6 +:1088A0001FE4F8A3B9FFD04BE393516F35FCA1E16E +:1088B0009AF51AAED97098F365FDE1734A43E4BDA9 +:1088C000A130E99E4C40809B4A5FA9D905E3EA515B +:1088D0006EB3C0EE8A5F5CDE61C4D2CEF1A4718853 +:1088E00070E1F6C23374FF5DDFA5AD5778E69E5C9C +:1088F0003A6FF5B848FC747BA989E689F9C00F9AEC +:1089000027DE518DF97ECAA276A15E5EFD7E8ABF0A +:108910008FFA0AEF92B695829C06B4F8165C1FDBBC +:108920008DB8C3BBC16AC4B273BD95708877E319B3 +:108930000BE60D063E8E95A5785495A163720EBD8B +:10894000CBFA1ECE4F637E7AA795C98212E2FF4B07 +:108950003F7DB718E9C7F759CC8EDF317EBDBC1C0F +:10896000FCD2F74BB5BCBD33548C76947294C78956 +:10897000C74CACDB42EF4C7C0CDFB704B5EF8FFE8D +:10898000CF657A8F322005FF05D7F7C558BBF11D9B +:10899000CC194DDFB7E5F9F6E2FEA7930CF91EDC22 +:1089A00057FB2E3951BB5F29E3D3ADC827F12E4FBA +:1089B000F27A591BEC234B271A508FEE1B3233BC33 +:1089C000D74F1C5F49F1B253E3ABE448C618C68EDB +:1089D0003A657F0CD0711F33D3775245B678719CBE +:1089E00034F0F2E7F8FE28D370F95802F467DE217C +:1089F000B93A81E4BAE177E8FDCDE0E7072DF4DE8E +:108A0000215D3D82F2196F08153D28619CFA91594C +:108A100082F1C9D365BB41CB7B9A41DFE7F13FD9F6 +:108A2000C0E6CFE39360FEBCA1D873C8E74B43EF29 +:108A30003CFD42099666CA4FCE1B300463F08D9D03 +:108A4000B9C21BF96E183DB5B92CBC0EEB7998A1D3 +:108A50001DDDA6C51BB1DE58F32FA53BE83D25EC77 +:108A600043EFE72E59E500DEF7E60D1C7B0DCF390D +:108A70000FDF2BC7E33CD38723796BDCF7F4C444C7 +:108A8000CC53A30D7D092026B593CBF3DA04FD7DED +:108A9000F34229BFE75DD0FCFCC83B49879745C638 +:108AA00045C17FE10704FDC35685E78BD7F0FCFF86 +:108AB000F000E09D51FCAF285F45BC0338E6ED7C3B +:108AC000EF85D294B05E44EB41B4BC855CD99DA7E0 +:108AD0004F24E4903C8B1E64780F0A3DF65B89E4DA +:108AE0007919F56DCF95BD6E9473A76D418EEAFC33 +:108AF000FF2747E177D458FE3E7F2CFFA3C6F277CD +:108B0000FBA3F89FD8C939E49FD2CA52C85F9C40E2 +:108B10007F21FCC457F04B13CA4A23DE49DA64FEB6 +:108B20007D11F134ECD3D9363180F798D9D98E0E36 +:108B300023F6DFC528BE8AF79522AFDBD9368D8FA5 +:108B400013EF25371BE83DE57B26FE9ED2DF3199EA +:108B50007026FDE0BB117F26BD1714EF123B8DBCC4 +:108B6000DDDFCC685C27BE9F4C08BF4B449BA773DE +:108B7000B730F25323FB6EE2EF34853DA809FC3D8C +:108B8000A37A89FBCFF965895A9C089522BEBEEF6E +:108B90006E1B43FD14F21FAFC521217F8326FFF119 +:108BA0004E2EFFF1563988EFA1D99A726FA41CEFAF +:108BB00082B9685F3F817B8019E9AAE6EFF97AAB59 +:108BC000BD19F87DB3B73A55463CF5A3BF7EFBCD42 +:108BD000BB901FAF9808D7F6BAF9397B7F3A89F076 +:108BE000D6A01C786415CE5F62A577B582AF86F4F7 +:108BF0001B1F6984F22149FD01EA59AF4DA6F3F626 +:108C0000AE8D25BBECCDE1E7EFCDCFA575407E0560 +:108C1000BB719F6A33C7C71A7F2EAD99A0C98FEF6A +:108C20003B74BF4DBC73D5FA73C53B57E25FF87D0B +:108C3000EB507CE477974B1A0EB9A4C965A49DF15B +:108C4000F7AE1087E323F3CD63B5CF4C539B514F61 +:108C5000457F6FA23703715534FF7775B8BB0B5052 +:108C60001F6CB21DEF0963C92D6EA9F2F8FE0879D9 +:108C7000A1DAE339E33A67D3B985FC1E12710EF429 +:108C800092F4274A9E6C02D70F9137C8F69F7B84D7 +:108C90003EEAB0D0148C9F60778578CF1C44FF36B5 +:108CA00023ACB79297BF4313762CF455F8B9B1ECC7 +:108CB000596A03FF37EA7BEC7EB2DB09B071DC2432 +:108CC000B2EBEFA27D1A64577A0CD9F3E90CA4E752 +:108CD0002BD8F5C3382F59F32BBF4C57BF8F7C4F80 +:108CE000D6FCC87843600A7FF7CDD668DF2DE9FF50 +:108CF000D1BCA9F17505F8AF7130EEF9321E4FD82D +:108D000096283FA6C9A14E1BFFE647606F33C2728B +:108D10005CA1DDB7EAB6C49C437F58B7C5C4EDA8D3 +:108D2000ADC21BB50EF973B10E735C4EC173897978 +:108D30002BD6FE670AE2EB31E7872624E2FB3DF201 +:108D4000A770EE9715DF0B78CE41769EDE879DFAF1 +:108D50008B81BE739C03F93812B0CC0A38609D60D9 +:108D600019C7352566F5E765E41FE6E9EE89A7DC56 +:108D7000EFE6E33D8B7D716C02D2B33ACD7714F907 +:108D8000B92D6F98BEDB0C660CD1FFCB1AAC797F86 +:108D900022D2B7A2ED65F2FB2B84DFFF3BFC8AE613 +:108DA00093E05FF8DCC32988A3FFAFF8F6DFB0A239 +:108DB000FC89E03600000000000000000000000018 +:108DC0000000004000000000000000000000004023 +:108DD000000000000000000000000028000000006B +:108DE0000000000000000010000000000000000073 +:108DF0000000004000000000000000000000001023 +:108E0000000000000000000000000008000000005A +:108E10000000000000000000000000000000000052 +:108E20000000000000000000000000000000000042 +:108E30000000000000000000000000000000000032 +:108E40000000000000000000000000000000000022 +:108E50000000000000000000000000000000000012 +:108E60000000000000000000000000000000000002 +:108E700000000000000000000000000000000000F2 +:108E800000000000000000000000000000000000E2 +:108E900000000000000000000000000000000000D2 +:108EA00000000000000000000000000000000000C2 +:108EB00000000000000000000000000000000000B2 +:108EC00000000000000000000000000000000000A2 +:108ED0000000000000000000000000000000000092 +:108EE0000000000000000000000000000000000082 +:108EF0000000000000000000000000000000000072 +:108F00000000000000000000000000000000000061 +:108F10000000000000000000000000000000000051 +:108F200000000000000000000000900000100000A1 +:108F3000000000080000900800100000000000027F +:108F400000009000001000000000001080000000F1 +:108F50000000000000000000800000000000000091 +:108F60000000000080000000000000000000000081 +:108F7000800000000000000000000000000093B826 +:108F80000001000400000001000093C00000000088 +:108F900000000002000093C800000000000000086C +:108FA000000093CC0000000000000002000093D0FD +:108FB00000000000000000080000972000400000B2 +:108FC00000000040000093E0008000000000004826 +:108FD000000094E00040000000000008000094F051 +:108FE00000400000000000180000A0000028000061 +:108FF000000000280000C0C00008000000000001C0 +:109000000000C0C100080000000000010000C0C254 +:10901000000800000000000100002008001000000F +:109020000000001000002000000000000000000808 +:1090300080000000000000000000000000000000B0 +:109040000000000000000000000000000000000020 +:109050000000000000000000000000000000000010 +:109060000000000000000000000000000000000000 +:1090700000000000000000000000000000000000F0 +:1090800000000000000000000000000000000000E0 +:1090900000000000000000000000000000000000D0 +:1090A00000000000000000000000000000000000C0 +:1090B00000000000000000000000000000000000B0 +:1090C00000000000000000000000000000000000A0 +:1090D0000000000000000000000000000000000090 +:1090E0000000000000000000000000000000000080 +:1090F0008000000000000000000000008000000070 +:1091000000000000000000008000000000000000DF +:1091100000000000800000000000000000000000CF +:10912000800000000000000000000000800000003F +:1091300000000000000000008000000000000000AF +:10914000000000008000000000000000000000009F +:10915000800000000000000000000000800000000F +:10916000000000000000000080000000000000007F +:10917000000000008000000000000000000000006F +:1091800000000000000000000000000000000000DF +:1091900000000000000000000000000000000000CF +:1091A00000000000000000000000000000000000BF +:1091B000000000000000000000000000800000002F +:1091C000000000000000000080000000000000001F +:1091D000000000008000000000000000000000000F +:1091E00000000000000000000000000080000000FF +:1091F00000000000000000008000000000000000EF +:1092000000000000800000000000000000000000DE +:10921000000000000000000000000000000000004E +:10922000000000000000000000000000000000003E +:10923000000000000000000000000000000000002E +:10924000000000000000000000000000000000001E +:10925000000000000000000080000000000000008E +:1092600000000000000000000000000000000000FE +:1092700000001EC8000000000000000800002008D8 +:10928000001000000000001000002000000000009E +:10929000000000080000A08000080000000000019D +:1092A0000000A08100080000000000010000A08272 +:1092B000000800000000000100009070003800006D +:1092C0000000003800001ED800000000000000026E +:1092D00000001EDA00000000000000028000000014 +:1092E00000000000000000008000000000000000FE +:1092F00000000000800000000000000000000000EE +:10930000800000000000000000000000800000005D +:1093100000000000000000008000000000000000CD +:1093200000000000800000000000000000000000BD +:10933000800000000000000000000000800000002D +:10934000000000000000000000000000000000001D +:10935000000000000000000000000000000000000D +:1093600000000000000000000000000000000000FD +:1093700000000000000000000000000000000000ED +:10938000000000008000000000000000000000005D +:10939000800000000000000000000000000000004D +:1093A000000000000000000080000000000000003D +:1093B000000000008000000000000000000000002D +:1093C000800000000000000000000000800000009D +:1093D000000000000000000080000000000000000D +:1093E00000000000800000000000000000000000FD +:1093F0000000C00000400000000000400000C80065 +:1094000000400000000000400000C82E00400000A6 +:10941000000000010000C800004000020000000140 +:109420000000C801004000020000000000008000B1 +:10943000004000000000004080000000000000002C +:109440000000000000008000000800400000000450 +:109450000000800400080040000000040000B0008C +:1094600000280000000000280000B14000100000AB +:10947000000000100000B14A0010000000000001D0 +:1094800000008800008000000000008000008800CC +:10949000000800800000000200008C000040000076 +:1094A0000000004000002008001000000000001034 +:1094B0000000200000000000000000080000125022 +:1094C0000008000000000001000012510008000028 +:1094D000000000010000125200080000000000011E +:1094E00000008E0000100004000000040000129034 +:1094F0000030001800000010000012980030001822 +:1095000000000002800000000000000000000000D9 +:10951000800000000000000000000000800000004B +:1095200000000000000000008000000000000000BB +:1095300000000000800000000000000000000000AB +:10954000800000000000000000000000800000001B +:10955000000000000000000000000000000000000B +:1095600000000000000000000000000000000000FB +:1095700000000000000000000000000000000000EB +:10958000000000000000000080000000000000005B +:10959000000000008000000000000000000000004B +:1095A000000000000000000000000000800000003B +:1095B000000000000000000080000000000000002B +:1095C000000000008000000000000000000000001B +:1095D000800000000000000000000000800000008B +:1095E0000000000000000000000083080080000070 +:1095F00000000080000000010000000000000000EA +:1096000000002008001000000000001000002000F2 +:1096100000000000000000080000850000080000B5 +:1096200000000001000085010008000000000001AA +:10963000000085020008000000000001000060003A +:10964000003800000000003880000000000000002A +:109650000000000000008454000800000000000228 +:10966000000084560008000000000002000084642E +:109670000010000000000004800000000000000056 +:10968000000000008000000000000000000000005A +:10969000800000000000000000000000000000004A +:1096A00000000000000000000000000000000000BA +:1096B00000000000000000000000000000000000AA +:1096C000000000000000000000000000800000001A +:1096D000000000000000000080000000000000000A +:1096E000000000000000000000000000000000007A +:1096F000800000000000000000000000800000006A +:1097000000000000000000008000000000000000D9 +:1097100000000000800000000000000000000000C9 +:109720008000000000000000000000000000300089 +:109730000040000000000008000030080040000069 +:109740000000002000003200002000000000002087 +:10975000000037A8000000000000000880000000A2 +:1097600000000000000000000000A0000000000059 +:109770000000200000003EC10000000000000001C9 +:1097800000003EE0000000000000000200001E009B +:1097900000E0000800000008800000000000000059 +:1097A0000000000000004000000800000000000170 +:1097B00000004001000800000000000100004040DF +:1097C00000080004000000020000406000080004DF +:1097D0000000000480000000000000000000000005 +:1097E00000004000000800000000000400004004E9 +:1097F00000080000000000040000404000000000DD +:1098000000000008000040480000000000000008C0 +:109810000000800000000000000000100000504028 +:1098200000010004000000010000500000000000E2 +:10983000000000200000500800100000000000049C +:109840000000500C0010000000000001000052C792 +:109850000000000000000001000052C600000000EF +:109860000000000100003000004000200000000463 +:109870000000300400400020000000040000300818 +:1098800000400020000000020000300A00400020DC +:10989000000000020000300C004000200000000129 +:1098A0000000300D00400020000000010000300EDC +:1098B00000400020000000010000301000400020A7 +:1098C00000000004000030140040002000000004EC +:1098D0000000301800400020000000040000301C90 +:1098E0000040002000000004000050000100008043 +:1098F000000800040000500401000080000800047B +:109900000000000A00000000000000000000506895 +:10991000010000800000000100005069010000808B +:10992000000000010000506C0100008000000002F7 +:109930000000506E01000080000000020000507026 +:10994000010000800000000400005074010000804D +:1099500000000004000050660100008000000002CA +:109960000000506401000080000000010000506011 +:109970000100008000000002000050620100008031 +:1099800000000002000050500100008000000004B0 +:1099900000005054010000800000000400005058F6 +:1099A00001000080000000040000505C0100008005 +:1099B000000000040000507C010000800000000155 +:1099C0000000507D010000800000000100004018F0 +:1099D0000010000000000004000040900010000093 +:1099E0000000000400004098001000000000000487 +:1099F00000004110000000000000000200004112C1 +:109A000000000000000000020000411400000000FF +:109A100000000002000041160000000000000002EB +:109A200000006040000800000000000200006042EA +:109A30000008000000000002000060440008000070 +:109A40000000000200006046000800000000000264 +:109A500000006080000800000000000800006000B6 +:109A60000008000000000002000060020008000082 +:109A70000000000100006004000800000000000277 +:109A8000000060C000080000000000080000610045 +:109A9000000800000000000400006104000800004D +:109AA000000000010000614000080000000000020A +:109AB0000000614400080000000000020000614254 +:109AC00000080000000000020000618000080000A3 +:109AD0000000000400007000000800000000000208 +:109AE0000000700200080000000000010000700487 +:109AF00000080000000000020000704000080000A4 +:109B00000000000200007044000800000000000295 +:109B100000007046000800000000000200007660AF +:109B2000000800000000000800007080000800002D +:109B30000000000200007084000800000000000225 +:109B4000000076A00008000000000008000080402F +:109B50000008000000000001000080410008000033 +:109B60000000000100008042000800000000000129 +:109B70000000804300080000000000010000800099 +:109B80000008000000000002000080020008000041 +:109B90000000000100008004000800000000000236 +:109BA000000080C00008000000000002000080C229 +:109BB0000008000000000002000080C4000800004F +:109BC000000000020000808000080000000000018A +:109BD0000000808100080000000000010000808279 +:109BE0000008000000000001000080830008000061 +:109BF0000000000100008084000800000000000157 +:109C00000000808500080000000000010000808640 +:109C100000080000000000010000600000080000D3 +:109C200000000002000060020008000000000001C7 +:109C30000000600400080000000000020000604214 +:109C400000C00018000000020000604000C00018C2 +:109C5000000000020000604C00C000180000000876 +:109C60000000604400C000180000000800006057B9 +:109C700000C00018000000010000605400C000187F +:109C8000000000020000605600C000180000000143 +:109C90000000664000080000000000080000668028 +:109CA0000008000000000008000066C00008000076 +:109CB000000000088000000000000000000000001C +:109CC0008000000000000000000000008000000094 +:109CD0000000000000000000800000000000000004 +:109CE00000000000800000000000000000000000F4 +:109CF0008000000000000000000000008000000064 +:109D000000000000000000008000000000000000D3 +:109D100000000000800000000000000000000000C3 +:109D20008000000000000000000000008000000033 +:109D300000000000000000008000000000000000A3 +:109D40000000000080000000000000000000000093 +:109D50008000000000000000000000008000000003 +:109D60000000000000000000800000000000000073 +:109D70000000000080000000000000000000000063 +:109D800080000000000000000000000080000000D3 +:109D90000000000000000000800000000000000043 +:109DA0000000000080000000000000000000000033 +:109DB00080000000000000000000000080000000A3 +:109DC0000000000000000000800000000000000013 +:109DD0000000000080000000000000000000000003 +:109DE0008000000000000000000000008000000073 +:109DF00000000000000000008000000000000000E3 +:109E000000000000800000000000000000000000D2 +:109E10008000000000000000000000008000000042 +:109E200000000000000000008000000000000000B2 +:109E300000000000800000000000000000000000A2 +:109E40008000000000000000000000008000000012 +:109E50000000000000000000800000000000000082 +:109E60000000000080000000000000000000000072 +:109E700080000000000000000000000080000000E2 +:109E80000000000000000000800000000000000052 +:109E90000000000080000000000000000000000042 +:109EA00080000000000000000000000080000000B2 +:109EB0000000000000000000800000000000000022 +:109EC0000000000080000000000000000000000012 +:109ED0008000000000000000000000008000000082 +:109EE00000000000000000008000000000000000F2 +:109EF00000000000800000000000000000000000E2 +:109F00008000000000000000000000008000000051 +:109F100000000000000000008000000000000000C1 +:109F200000000000800000000000000000000000B1 +:109F30008000000000000000000000008000000021 +:109F40000000000000000000800000000000000091 +:109F50000000000080000000000000000000000081 +:109F60008000000000000000000000000000000071 +:109F70000000000000000000800000000000000061 +:109F800000000000000000000708110000000000B1 +:00000001FF --- linux-lts-utopic-3.16.0.orig/firmware/bnx2x/bnx2x-e2-7.8.17.0.fw.ihex +++ linux-lts-utopic-3.16.0/firmware/bnx2x/bnx2x-e2-7.8.17.0.fw.ihex @@ -0,0 +1,19382 @@ +:100000000000379000000068000005D800003800AC +:100010000000553C00003DE00000009000009320EF +:100020000000F300000093B8000000C4000186C087 +:100030000001322400018788000000740002B9B07A +:1000400000005CC00002BA28000000AC000316F0FB +:100050000001919C000317A0000011C40004A940F6 +:10006000000000040004BB08021100B800000001F9 +:10007000020600DC000000010306100001FF000082 +:100080000A00000100000008020617FC003FE00122 +:100090000A00000100000010030617FC020101FF26 +:1000A0000A0000010000000803060200000304002B +:1000B0000A00000100000010030602000003040310 +:1000C0000A000001000020000406024C00000002AB +:1000D0000A00000400002020030601E000040406DA +:1000E000030602440002040A030602540002040C40 +:1000F000030602640002040E0A0000030000204010 +:10010000030601E000040410030602400003041487 +:100110000206026400000028020600DC0000000065 +:100120000A00000100000008030601D800020417BD +:100130000A00000200002020030601C0000204198A +:10014000030601D00004041B0A0000020000204046 +:10015000030601C00002041F030601D000040421AD +:100160000A000002000020400306022000020425CD +:100170000306023000040427020D00440000003290 +:10018000030D004C0004042B040D005C000000046F +:10019000030D008C0004042F030D00A000050433A0 +:1001A000020D00B800000002030D00C00004043876 +:1001B000020D015C00000001030D01640002043C1B +:1001C000020D020400000001030D020C0003043EB6 +:1001D000030D022000020441040D02800000001201 +:1001E000030D030000180443040D400000000A0042 +:1001F0000A00000100000008040D03600000000C6C +:10020000030D0004000F045B020D01140000000D3B +:10021000020D01180000002D020D01140000001D48 +:10022000020D01180000003D020D01140000004DF8 +:10023000020D01180000006D020D01140000005DA8 +:10024000020D01180000007D031010000003046A75 +:100250000210105000000001071011000010046D82 +:100260000810114000000008071011600010047D04 +:10027000081011A000000018071018000200048DDB +:1002800004104C0000000100021070040000000186 +:100290000A00000100000008031040D40002068D8F +:1002A00002104028000000100210404400003FFFF0 +:1002B0000210405800280000021040840084924A36 +:1002C00002104058000000000210413800000001F8 +:1002D0000210413800000001021041380000000106 +:1002E00002104138000000010210413800000001F6 +:1002F00002104138000000010210413800000001E6 +:100300000210413800000001030C20080003068F92 +:10031000030C201C00040692030C203800040696EF +:10032000040C20480000001D020C20BC000000014D +:10033000040C20C00000003F030C21BC0003069AFF +:10034000040C21C80000001C030C22380004069D88 +:10035000010C224800000000010C224C00000000AB +:10036000010C225000000000010C2254000000008B +:10037000010C225800000000010C225C000000006B +:10038000010C226000000000010C2264000000004B +:10039000010C226800000000010C226C000000002B +:1003A000010C227000000000010C2274000000000B +:1003B000010C227800000000010C227C00000000EB +:1003C000030C22D8000406A10A0000010000000965 +:1003D000020C2000000003E80A0000010000000AEF +:1003E000020C2000000000030A0000010000000CC5 +:1003F000020C2000000000010A00000100001001B2 +:10040000020C2000000005DC0A00000100001002C0 +:10041000020C2000000000040A000001000010048B +:10042000020C2000000000010A0000010000200171 +:10043000020C2000000005DC0A0000010000200280 +:10044000020C2000000000040A000001000020044B +:10045000020C2000000000010520040000710000D3 +:1004600006200780001006A50422000000004000BE +:10047000042324000000160003221170000806A7C0 +:10048000032211A8009006AF0422C000000000065D +:100490000322C0180004073F0422C0280000000CFB +:1004A0000322C058000407430422C0680000000C67 +:1004B0000322C098000407470422C0A80000000CD3 +:1004C0000322C0D80004074B0422C0E80000000C3F +:1004D0000322C1180004074F0422C1280000000CA9 +:1004E0000322C158000407530422C1680000000C15 +:1004F0000322C198000407570422C1A80000000C81 +:100500000322C1D80004075B0422C1E80000000CEC +:100510000322C2180004075F0422C2280000000C56 +:100520000322C258000407630422C2680000000CC2 +:100530000322C298000407670422C2A80000000C2E +:100540000322C2D80004076B0422C2E80000000C9A +:100550000322C3180004076F0422C3280000000C04 +:100560000322C358000407730422C3680000000C70 +:100570000322C398000407770422C3A80000000CDC +:100580000322C3D80004077B0422C3E80000000C48 +:100590000322C4180004077F0422C4280000000CB2 +:1005A0000322C458000407830422C4680000000C1E +:1005B0000322C498000407870422C4A80000000C8A +:1005C0000322C4D80004078B0422C4E80000000CF6 +:1005D0000322C5180004078F0422C5280000000C60 +:1005E0000322C558000407930422C5680000000CCC +:1005F0000322C598000407970422C5A80000000C38 +:100600000322C5D80004079B0422C5E80000000CA3 +:100610000322C6180004079F0422C6280000000C0D +:100620000322C658000407A30422C6680000000C79 +:100630000322C698000407A70422C6A80000000CE5 +:100640000322C6D8000407AB0422C6E80000000C51 +:100650000322C718000407AF0422C7280000000CBB +:100660000322C758000407B30422C7680000000C27 +:100670000322C798000407B70422C7A80000000C93 +:100680000322C7D8000407BB0422C7E80000000CFF +:100690000322C818000407BF0422C8280000000C69 +:1006A0000322C858000407C30422C8680000000CD5 +:1006B0000322C898000407C70422C8A80000000C41 +:1006C0000322C8D8000407CB0422C8E80000000CAD +:1006D0000322C918000407CF0422C9280000000C17 +:1006E0000322C958000407D30422C9680000000C83 +:1006F0000322C998000407D70422C9A80000000CEF +:100700000322C9D8000407DB0422C9E80000000C5A +:100710000322CA18000407DF0422CA280000000CC4 +:100720000322CA58000407E30422CA680000000C30 +:100730000322CA98000407E70422CAA80000000C9C +:100740000322CAD8000407EB0422CAE80000000C08 +:100750000322CB18000407EF0422CB280000000C72 +:100760000322CB58000407F30422CB680000000CDE +:100770000322CB98000407F70422CBA80000000C4A +:100780000322CBD8000407FB0422CBE80000000CB6 +:100790000322CC18000407FF0422CC280000000C20 +:1007A0000322CC58000408030422CC680000000C8B +:1007B0000322CC98000408070422CCA80000000CF7 +:1007C0000322CCD80004080B0422CCE80000000C63 +:1007D0000322CD180004080F0422CD280000000CCD +:1007E0000322CD58000408130422CD680000000C39 +:1007F0000322CD98000408170422CDA80000000CA5 +:100800000322CDD80004081B0422CDE80000000C10 +:100810000322CE180004081F0422CE280000000C7A +:100820000322CE58000408230422CE680000000CE6 +:100830000322CE98000408270422CEA80000000C52 +:100840000322CED80004082B0422CEE80000000CBE +:100850000322CF180004082F0422CF280000000C28 +:100860000322CF58000408330422CF680000000C94 +:100870000322CF98000408370422CFA80000000C00 +:100880000322CFD80004083B0422CFE80000000C6C +:100890000322D0180004083F0422D0280000000CD6 +:1008A0000322D058000408430422D0680000000C42 +:1008B0000322D098000408470422D0A80000000CAE +:1008C0000322D0D80004084B0422D0E80000000C1A +:1008D0000322D1180004084F0422D1280000000C84 +:1008E0000322D158000408530422D1680000000CF0 +:1008F0000322D198000408570422D1A80000000C5C +:100900000322D1D80004085B0422D1E80000000CC7 +:100910000322D2180004085F0422D2280000000C31 +:100920000322D258000408630422D2680000000C9D +:100930000322D298000408670422D2A80000000C09 +:100940000322D2D80004086B0422D2E80000000C75 +:100950000322D3180004086F0422D3280000000CDF +:100960000322D358000408730422D3680000000C4B +:100970000322D398000408770422D3A80000000CB7 +:100980000322D3D80004087B0422D3E80000000C23 +:100990000322D4180004087F0422D4280000000C8D +:1009A0000322D458000408830422D4680000000CF9 +:1009B0000322D498000408870422D4A80000000C65 +:1009C0000322D4D80004088B0422D4E80000000CD1 +:1009D0000322D5180004088F0422D5280000000C3B +:1009E0000322D558000408930422D5680000000CA7 +:1009F0000322D598000408970422D5A80000000C13 +:100A00000322D5D80004089B0422D5E80000000C7E +:100A10000322D6180004089F0422D6280000000CE8 +:100A20000322D658000408A30422D6680000000C54 +:100A30000322D698000408A70422D6A80000000CC0 +:100A40000322D6D8000408AB0422D6E80000000C2C +:100A50000322D718000408AF0422D7280000000C96 +:100A60000322D758000408B30422D7680000000C02 +:100A70000322D798000408B70422D7A80000000C6E +:100A80000322D7D8000408BB0422D7E80000000CDA +:100A90000322D818000408BF0422D8280000000C44 +:100AA0000322D858000408C30422D8680000000CB0 +:100AB0000322D898000408C70422D8A80000000C1C +:100AC0000322D8D8000408CB0422D8E80000000C88 +:100AD0000322D918000408CF0422D9280000000CF2 +:100AE0000322D958000408D30422D9680000000C5E +:100AF0000322D998000408D70422D9A80000000CCA +:100B00000322D9D8000408DB0422D9E80000000C35 +:100B10000322DA18000408DF0422DA280000000C9F +:100B20000322DA58000408E30422DA680000000C0B +:100B30000322DA98000408E70422DAA80000000C77 +:100B40000322DAD8000408EB0422DAE80000000CE3 +:100B50000322DB18000408EF0422DB280000000C4D +:100B60000322DB58000408F30422DB680000000CB9 +:100B70000322DB98000408F70422DBA80000000C25 +:100B80000322DBD8000408FB0422DBE80000000C91 +:100B90000322DC18000408FF0422DC280000000CFB +:100BA0000322DC58000409030422DC680000000C66 +:100BB0000322DC98000409070422DCA80000000CD2 +:100BC0000322DCD80004090B0422DCE80000000C3E +:100BD0000322DD180004090F0422DD280000000CA8 +:100BE0000322DD58000409130422DD680000000C14 +:100BF0000322DD98000409170422DDA80000000C80 +:100C00000322DDD80004091B0422DDE80000000CEB +:100C10000322DE180004091F0422DE280000000C55 +:100C20000322DE58000409230422DE680000000CC1 +:100C30000322DE98000409270422DEA80000000C2D +:100C40000322DED80004092B0422DEE80000000C99 +:100C50000322DF180004092F0422DF280000000C03 +:100C60000322DF58000409330422DF680000000C6F +:100C70000322DF98000409370422DFA80000000CDB +:100C80000322DFD80004093B0422DFE80000000C47 +:100C90000322E0180004093F0422E0280000000CB1 +:100CA0000322E058000409430422E0680000000C1D +:100CB0000322E098000409470422E0A80000000C89 +:100CC0000322E0D80004094B0422E0E80000000CF5 +:100CD0000322E1180004094F0422E1280000000C5F +:100CE0000322E158000409530422E1680000000CCB +:100CF0000322E198000409570422E1A80000000C37 +:100D00000322E1D80004095B0422E1E800000006A8 +:100D10000422F640000000200223800000000010A2 +:100D20000223804000000012022380800000003077 +:100D3000022380C00000000E02238BC000000001CF +:100D40000A0000020000000802238380000864708B +:100D5000022383C0000002260A00000200000009EE +:100D600002238300000864700223834000000226EF +:100D70000A0000020000000A022383000000055F51 +:100D800002238340000000010A0000020000000C62 +:100D9000022383000000015702238340000000006B +:100DA0000A0000020000100002238380000C96A8B5 +:100DB000022383C0000003390A0000020000100172 +:100DC00002238300000C96A802238340000003390D +:100DD0000A00000200001002022383000000080E37 +:100DE00002238340000000020A00000200001004F9 +:100DF000022383000000020302238340000000005E +:100E00000A0000020000200002238380000CF8503A +:100E1000022383C0000003520A00000200002001E8 +:100E200002238300000CF850022383400000035289 +:100E30000A00000200002002022383000000084D87 +:100E400002238340000000020A0000020000200488 +:100E500002238300000002130223834000000000ED +:100E60000524000031F60000052480002AC80C7E0D +:100E70000624DAD0630C095F0A00000100000002BA +:100E800002231480000000000A000001000000049A +:100E900002231480000000000A000001000000117D +:100EA00002231480000000000A0000010000000876 +:100EB000022000BC000000320A0000040000001004 +:100EC000022000BC00000002022388400000000154 +:100ED00001200138000000000223884000000000CB +:100EE0000A0000010000001102231480000000012C +:100EF00001200000000000000120000400000000AC +:100F000001200008000000000120000C000000008B +:100F1000012000100000000001200014000000006B +:100F200003200020001A0961032000A40002097BAD +:100F30000220022400000000022002340000000011 +:100F40000220024C00000000022002E40000FFFF2B +:100F500008202000000008000A0000010000001026 +:100F600008204000000002000422110800000002D6 +:100F70000422340000000002042259000000000690 +:100F800004226040000000300422F3000000001042 +:100F900004221110000000020422340800000002A4 +:100FA00004225918000000060422610000000030ED +:100FB0000422F34000000010042211180000000277 +:100FC0000422341000000002042259300000000600 +:100FD000042261C0000000300422F38000000010F1 +:100FE0000422112000000002042234180000000234 +:100FF00004225948000000060422628000000030EC +:101000000422F3C000000010042211280000000296 +:10101000042234200000000204225960000000066F +:1010200004226340000000300422F400000000109D +:1010300004221130000000020422342800000002C3 +:1010400004225978000000060422640000000030E9 +:101050000422F440000000100422113800000002B5 +:1010600004223430000000020422599000000006DF +:10107000042264C0000000300422F480000000104C +:101080000422114000000002042234380000000253 +:10109000042259A8000000060422658000000030E8 +:1010A0000422F4C00000001004102400000000E03E +:1010B0000310201C0002097D021020C00000000265 +:1010C000031020040002097F02170008000000023C +:1010D0000217002C0000000302170038007C1004E7 +:1010E0000317004400060981021700700000000C7D +:1010F0000317007800020987021701C408100000D6 +:1011000002170344000000010317040000080989C6 +:10111000031704300008099103170480000409999B +:101120000A000001000000080217003C0000000453 +:101130000A000001000000100217003C0000000837 +:10114000021700040000000F021701EC000000026B +:10115000021701F400000002021701EC0000000277 +:10116000021701F400000002021701EC0000000267 +:10117000021701F400000002021701EC0000000257 +:10118000021701F400000002021701EC0000000247 +:10119000021701F400000002021701EC0000000237 +:1011A000021701F400000002021701EC0000000227 +:1011B000021701F400000002021701EC0000000217 +:1011C000021701F4000000020A00000100000008FC +:1011D00002130078000000320213003C000061A8F6 +:1011E00004130108000000030213010400000000C2 +:1011F0000213013400000000041301080000000382 +:10120000021301040000000002130134000000007A +:101210000413010800000003021301040000000091 +:101220000213013400000000041301080000000351 +:10123000021301040000000002130134000000004A +:101240000413010800000003021301040000000061 +:101250000213013400000000041301080000000321 +:10126000021301040000000002130134000000001A +:101270000413010800000003021301040000000031 +:1012800002130134000000000413010800000003F1 +:1012900002130104000000000213013400000000EA +:1012A0000A000001000000880200A5F8000000000C +:1012B0000A000001000001080200A5F8000000017A +:1012C0000A000001000000900200AA840000000053 +:1012D0000A000001000001100200AA8400000001C1 +:1012E0000A000001000000900200AA88000000002F +:1012F0000A000001000001100200AA88000000019D +:101300000200A270000000000200A27400000000B1 +:101310000200A270000000000200A27400000000A1 +:101320000200A270000000000200A2740000000091 +:101330000200A270000000000200A2740000000081 +:101340000201620400000000030100B40002099DD4 +:10135000030100CC0002099F020100DC0000000133 +:1013600003010100000209A10201007C003000001D +:1013700002010084000000280201008C000000002F +:1013800002010130000000040201032800000000F7 +:101390000201055400000030020160580000FFFF08 +:1013A00002016060000000000201607000000007A0 +:1013B000020160B000000000020160C000000001F6 +:1013C000020160C800000000020162080000000085 +:1013D0000401805400000003020180780000000036 +:1013E000020180E800000007030180F8000209A361 +:1013F0000301810C000209A5020181240000000004 +:101400000A00000200000008020180E40000468893 +:10141000030180EC000209A70A000001000000801F +:1014200002018038000000060A00000100000200EE +:1014300002018038000000070A00000100000400DB +:1014400002018038000000060A00000100000800C8 +:10145000020180380000000E0A0000040000200095 +:10146000020180EC0000003802018100000025E448 +:101470000201811400004BC803018680000409A901 +:10148000020100C400000001020100F80000000198 +:10149000020100F0000000010201008000300000A5 +:1014A00002010088000000280201009000000000F6 +:1014B00002010134000000040201032C00000000BE +:1014C00002010564000000300201605C0000FFFFC3 +:1014D0000201606400000000020160740000000767 +:1014E000020160B400000000020160C400000001BD +:1014F000020160CC000000000201620C000000004C +:10150000040181A800000004020181D00000000055 +:10151000020182340000000703018244000209AD89 +:1015200003018258000209AF0A000002000000080F +:10153000020182300000468803018238000209B1AE +:101540000A000001000000800201818C00000006FA +:101550000A000001000002000201818C0000000767 +:101560000A000001000004000201818C0000000656 +:101570000A000001000008000201818C0000000E3A +:101580000A00000400002000020182380000003838 +:101590000201824C000025E40201826000004BC879 +:1015A000030186E0000409B3020100C80000000145 +:1015B000020100FC00000001020100F40000000133 +:1015C00004010138000000110401017C0000001139 +:1015D00004010138000000110401017C0000001129 +:1015E00004010138000000110401017C0000001119 +:1015F00004010138000000110401017C0000001109 +:101600000215C090000089260215C09C000000044D +:1016100002140000000000010215C02400000000B8 +:101620000315C0EC000209B70315C100000209B997 +:101630000A000001000020000315C1F4000809BBE6 +:1016400003140030000209C302140040000000012E +:10165000090000020000100803140004000309C57B +:10166000021400440000FFFF0A00000400002000F4 +:1016700003140038000209C802140044000FFFFFE1 +:101680000315C160000709CA0315C198000209D1FA +:101690000900000100001008041400040000000309 +:1016A0000A000001000020000415C16000000007CE +:1016B0000214000000000000020090C40000E000DE +:1016C000020090CC0000F300030090D4000209D384 +:1016D000020090E000007300030090E8000209D5CA +:1016E000020090F400007300030090FC000209D790 +:1016F0000200910800005300020091100000000455 +:1017000003009128000709D90300916C000609E045 +:1017100004009184000000060300919C000509E686 +:101720000300942C000309EB0300942C000309EE42 +:101730000300942C000309F10300942C000309F426 +:101740000300942C000309F70300942C000309FA0A +:101750000300942C000309FD0300942C00030A00ED +:101760000304000400120A030204005400000043B2 +:101770000204005C00000006020400700000000487 +:101780000304007800040A15040400880000000522 +:101790000304009C00030A19040400A800000004CC +:1017A000030400B800110A1C010401240000000019 +:1017B00001040128000000000104012C00000000C9 +:1017C0000104013000000000020401340000000F99 +:1017D000030401D000020A2D0204022C00000004C0 +:1017E0000304025800040A2F0312049400210A3350 +:1017F0000212038800000064021203900000000837 +:101800000312039C00030A54031203BC00030A578B +:10181000021203D0000000000212036C000000015D +:10182000031201BC003C0A5A031202B000020A96DD +:101830000312032400020A98021205B400000001FA +:10184000031205F800030A9A0212066C0000000158 +:10185000021201B000000001021207D800000000CF +:10186000021207D800000000021207D80000000092 +:10187000021207D800000000021207D80000000082 +:10188000021207D800000000021207D80000000072 +:10189000021207D800000000021030D8000000013A +:1018A0000710380000050A9D0710392000050AA21C +:1018B00007103B0000050AA707103C0000050AAC12 +:1018C0000316803000080AB102168054000000029E +:1018D0000416807C000000050316809000020AB9FF +:1018E0000316809C00020ABB021680AC0000005464 +:1018F000041680B800000005031680CC00080ABD5D +:10190000021680F0000000070316810000060AC5D9 +:101910000316812800030ACB0316814000060ACE75 +:101920000316816800030AD4031681A800030AD7AE +:10193000031681E800030ADA031681F800030ADDC2 +:101940000316820800070AE00316823400020AE741 +:1019500004168278000000040316828800060AE953 +:101960000216881020200101021688202020010183 +:101970000216883820200101021688482020010123 +:101980000316E6BC00020AEF0A000014000000087B +:101990000316806000070AF1041680A4000000020C +:1019A000041680B000000002031680F400030AF859 +:1019B0000316811800040AFB0316813400030AFF92 +:1019C0000316815800040B0203168174000D0B06E8 +:1019D000031681B4000D0B13021681F4000001FC04 +:1019E00002168204000000030316823C000B0B2049 +:1019F00004168268000000040216880C010101012F +:101A00000316881400030B2B0316882400050B2EE5 +:101A10000316883C00030B330316E6C400020B36A2 +:101A20000316E6E800050B380216E79400000001F3 +:101A30000A00001C000010000316806000070B3D28 +:101A4000041680A400000002041680B0000000020A +:101A5000031680F400030B440316811800040B479F +:101A60000316813400030B4B0316815800040B4E00 +:101A70000216817800000001021681840000000136 +:101A80000216819000000001021681A400000004EB +:101A9000021681B800000001021681C40000000196 +:101AA000021681D000000001021681E4000000044B +:101AB000021681F4000001FC0216820400000003FB +:101AC0000316823C00020B520216824800920092DA +:101AD00002168250012401240316825800040B547C +:101AE00004168268000000040216880C010101013E +:101AF0000316881400030B580316882400050B5B9B +:101B00000316883C00030B600316E6E800020B6333 +:101B10000216E6F8000002040A00000E0000102081 +:101B200002168174000000000316817C00020B6520 +:101B30000316818800020B670316819400040B6969 +:101B4000021681B400000000031681BC00020B6D78 +:101B5000031681C800020B6F031681D400040B71B9 +:101B6000021682440E490E490216824C00920092DF +:101B700002168254012401240316E6C400020B75E8 +:101B80000316E6F000020B770216E794000000014E +:101B90000A00000E000010400216817400000001CF +:101BA0000316817C00020B790316818800020B7BEF +:101BB0000316819400040B7D021681B4000000011D +:101BC000031681BC00020B81031681C800020B833F +:101BD000031681D400040B85021682440000000025 +:101BE0000216824C0FFF0FFF021682540000000005 +:101BF0000316E6C400020B890316E6F000020B8B05 +:101C00000216E794000000000A0000070000200010 +:101C10000316806000070B8D031680A400020B944E +:101C2000031680B000020B96021681F4000001C07A +:101C3000021682040000003F0216823C0000007F72 +:101C40000316E7BC00080B980A00000F00004020B4 +:101C5000031680F400030BA00316811800040BA3E5 +:101C60000316813400030BA70316815800040BAA46 +:101C700003168174000D0BAE031681B4000D0BBB6F +:101C80000316824000060BC80416825800000006A6 +:101C90000316827000020BCE0216880C01010101AE +:101CA0000316881400030BD00316882400050BD3F9 +:101CB0000316883C00030BD80316E6C400020BDBB6 +:101CC0000216E794000000010A00000D00004040E9 +:101CD000031680F400030BDD0316811800040BE0EB +:101CE0000316813400030BE40316815800040BE74C +:101CF00003168174000D0BEB031681B4000D0BF875 +:101D000003168240000E0C050216880C0101010129 +:101D10000316881400030C130316882400050C1600 +:101D20000316883C00030C1B0316E6C400020C1EBD +:101D30000216E794000000000A00000D0000800079 +:101D4000031680F400030C200316811800040C23F2 +:101D50000316813400030C270316815800040C2A53 +:101D600003168174000D0C2E031681B4000D0C3B7C +:101D700003168240000E0C480216880C0101012057 +:101D80000316881400030C560316882400050C590A +:101D90000316883C00030C5E0316E6C400020C61C7 +:101DA0000216E79400000001021680EC000000FF1C +:101DB0000304040800140C63020404CC00000001B6 +:101DC0000305004400020C770305005000080C795D +:101DD0000305009000070C81030500B000020C8889 +:101DE000030500C000020C8A030500D400020C8C1D +:101DF00002050114000000010305011C00020C8E05 +:101E000002050204000000010305020C00020C9010 +:101E10000205021C00000020040502400000000A28 +:101E20000405400000000D000A0000020000000848 +:101E30000305022000020C920305028000200C948E +:101E40000A000002000000100305022000020CB48A +:101E500003050280001D0CB60305000400100CD31E +:101E6000020500E00000000E020500E40000002E64 +:101E7000020500E00000001E020500E40000003E34 +:101E8000020500E00000004E020500E40000006EC4 +:101E9000020500E00000005E020500E40000007E94 +:101EA00004164024000000020316403000030CE337 +:101EB0000216404400000020021640700000001C82 +:101EC0000216420800000001021642100000000144 +:101ED0000216422000000001021642280000000104 +:101EE00002164230000000010216423800000001D4 +:101EF00002164260000000020A0000010000000912 +:101F00000216401C0003D0900A0000010000000AE5 +:101F10000216401C000002710A0000010000000CC3 +:101F20000216401C0000009C0A0000010000100185 +:101F30000216401C0005B8D80A000001000010027B +:101F40000216401C000003A90A0000010000100452 +:101F50000216401C000000EA0A00000100002001F7 +:101F60000216401C0005B8D80A000001000020023B +:101F70000216401C000003A90A0000010000200412 +:101F80000216401C000000EA02164000000000019A +:101F9000021640D8000000010316400800030CE6BA +:101FA00002164240000000000216424800000000F5 +:101FB00008164270000000020216425000000000A5 +:101FC000021642580000000008164280000000027D +:101FD0000304200800040CE90304201C00040CED99 +:101FE00002042038000000200404203C0000001FF0 +:101FF000020420B800000001040420BC0000005FBF +:102000000304223800040CF10104224800000000FF +:102010000104224C000000000104225000000000D6 +:1020200001042254000000000104225800000000B6 +:102030000104225C00000000010422600000000096 +:102040000104226400000000010422680000000076 +:102050000104226C00000000010422700000000056 +:102060000104227400000000010422780000000036 +:102070000104227C00000000030422C000040CF5CF +:102080000A0000010000000902042000000003E82B +:102090000A0000010000000A020420000000000302 +:1020A0000A0000010000000C0204200000000001F2 +:1020B0000A0000010000100102042000000005DCFD +:1020C0000A000001000010020204200000000004C9 +:1020D0000A000001000010040204200000000001BA +:1020E0000A0000010000200102042000000005DCBD +:1020F0000A00000100002002020420000000000489 +:102100000A00000100002004020420000000000179 +:1021100005180400008D0000061807B800090CF926 +:10212000041A000000004000041B240000001600F8 +:10213000031A16C800020CFB031A17E000900CFDEE +:10214000031A404000040D8D041A405000000006A0 +:10215000031A406800020D91031A52C000020D9349 +:10216000031A800003F90D95041A8FE4000000079C +:10217000031B3D900014118E021B800000000034F0 +:10218000021B804000000018021B80800000000C31 +:10219000021B80C000000020021B8BC00000000159 +:1021A0000A00000300000008021A16D00000000216 +:1021B000021B838000086470021B83C0000002269B +:1021C0000A00000200000009021B8300000864707E +:1021D000021B8340000002260A0000020000000AE1 +:1021E000021B83000000055F021B8340000000010A +:1021F0000A0000020000000C021B830000000157CF +:10220000021B8340000000000A00000100000020C3 +:10221000021A16D4000000000A000001000000406D +:10222000021A16D4000000010A000003000010008A +:10223000021A16D000000003021B8380000C96A82F +:10224000021B83C0000003390A00000200001001D5 +:10225000021B8300000C96A8021B83400000033978 +:102260000A00000200001002021B83000000080E9A +:10227000021B8340000000020A000002000010045C +:10228000021B830000000203021B834000000000C9 +:102290000A00000300002000021A16D0000000040B +:1022A000021B8380000CF850021B83C00000035205 +:1022B0000A00000200002001021B8300000CF850FD +:1022C000021B8340000003520A00000200002002AB +:1022D000021B83000000084D021B83400000000227 +:1022E0000A00000200002004021B83000000021309 +:1022F000021B8340000000000A00000100004000B3 +:10230000021A16D8000000000A0000010000800038 +:10231000021A16D800000001041B944800000002B5 +:10232000051C0000327D0000051C800036190CA041 +:10233000051D0000333B1A27051D800036BE26F61A +:10234000051E0000206534A6061E501035FE11A2A1 +:102350000A00000100000002021B148000000000BF +:102360000A00000100000004021B148000000000AD +:102370000A00000100000011021B14800000000090 +:102380000A00000200000008021800BC0000003231 +:10239000021B945C000000320A00000700000010DD +:1023A000021800BC00000002021B945C0000000246 +:1023B000021B884000000001021B942C0000000258 +:1023C0000118012800000000021B884000000000E6 +:1023D000021B942C00000000021B9440000000012E +:1023E0000A00000100000011021B1480000000011F +:1023F00001180000000000000118000400000000A7 +:1024000001180008000000000118000C0000000086 +:102410000118001000000000011800140000000066 +:1024200003180020001A11A4031800A4000211BE12 +:10243000021802240000000002180234000000000C +:102440000218024C00000000021802E4000000FF25 +:1024500008181000000004000A000001000000102D +:102460000818200000000600031A1A30000411C0EA +:10247000041A300000000012041A3090000000120C +:10248000041AD4C800000002041AD4D800000020A6 +:10249000041AD5D800000002041B44000000000606 +:1024A000031A1A40000411C4041A30480000001234 +:1024B000041A30D800000012041AD4D00000000220 +:1024C000041AD55800000020041AD5E000000002CC +:1024D000041B441800000006031A4000000211C843 +:1024E000041A500000000002041A5080000000127C +:1024F000031A6140000211CA041AA0000000000281 +:10250000041B443000000002031A4008000211CCF2 +:10251000041A501000000002041A50C800000012F3 +:10252000031A6148000211CE041AA008000000023C +:10253000041B443800000002031A4010000211D0AE +:10254000041A502000000002041A5110000000126A +:10255000031A6150000211D2041AA01000000002F8 +:10256000041B444000000002031A4018000211D46A +:10257000041A503000000002041A515800000012E2 +:10258000031A6158000211D6041AA01800000002B4 +:10259000041B444800000002031A4020000211D826 +:1025A000041A504000000002041A51A0000000125A +:1025B000031A6160000211DA041AA0200000000270 +:1025C000041B445000000002031A4028000211DCE2 +:1025D000041A505000000002041A51E800000012D2 +:1025E000031A6168000211DE041AA028000000022C +:1025F000041B445800000002031A4030000211E09E +:10260000041A506000000002041A52300000001248 +:10261000031A6170000211E2041AA03000000002E7 +:10262000041B446000000002031A4038000211E459 +:10263000041A507000000002041A527800000012C0 +:10264000031A6178000211E6041AA03800000002A3 +:10265000041B446800000002020E004C000000321F +:10266000030E0054000811E8030E0094000711F057 +:10267000030E00B4000211F7020E00C400000000B7 +:10268000020E00CC00000006030E00D8000211F973 +:10269000020E014400000001030E014C000211FB78 +:1026A000020E020400000001030E020C000211FDE4 +:1026B000030E021C000411FF030E0280001B120314 +:1026C000040E030000000012040E200000000800A9 +:1026D0000A00000100000008040E02EC00000005E2 +:1026E000030E00040011121E020E01100000000F64 +:1026F000020E01140000002F020E01100000001F46 +:10270000020E01140000003F020E01100000004FF5 +:10271000020E01140000006F020E01100000005FA5 +:10272000020E01140000007F020C100000000028BF +:10273000030C40080004122F030C401C0004123349 +:10274000030C403800061237040C40500000001FF4 +:10275000020C40CC00000001040C40D00000003A04 +:10276000030C41B80006123D040C41D00000001AD1 +:10277000030C423800041243010C424800000000E0 +:10278000010C424C00000000010C4250000000000F +:10279000010C425400000000010C425800000000EF +:1027A000010C425C00000000010C426000000000CF +:1027B000010C426400000000010C426800000000AF +:1027C000010C426C00000000010C4270000000008F +:1027D000010C427400000000010C4278000000006F +:1027E000010C427C00000000010C4280000000004F +:1027F000030C42D8000412470A000001000000093F +:10280000020C4000000003E80A0000010000000A7A +:10281000020C4000000000030A0000010000000C50 +:10282000020C4000000000010A000001000010013D +:10283000020C4000000005DC0A000001000010024C +:10284000020C4000000000040A0000010000100417 +:10285000020C4000000000010A00000100002001FD +:10286000020C4000000005DC0A000001000020020C +:10287000020C4000000000040A00000100002004D7 +:10288000020C4000000000010530040000C30000FD +:10289000063007E80003124B04320000000040003D +:1028A000043324000000160003322C700090124DF7 +:1028B000033234C0000812DD0432408000000010F2 +:1028C000033240C0000212E503337400000412E733 +:1028D000023380000000001A023380400000004EE6 +:1028E0000233808000000010023380C0000000200E +:1028F00002338BC0000000010A0000020000000843 +:102900000233838000086470023383C00000022613 +:102910000A0000020000000902338300000864700E +:1029200002338340000002260A0000020000000A71 +:10293000023383000000055F023383400000000182 +:102940000A0000020000000C02338300000001575F +:1029500002338340000000000A0000020000100063 +:1029600002338380000C96A8023383C00000033931 +:102970000A0000020000100102338300000C96A838 +:1029800002338340000003390A00000200001002F5 +:10299000023383000000080E02338340000000026F +:1029A0000A0000020000100402338300000002034A +:1029B00002338340000000000A00000200002000F3 +:1029C00002338380000CF850023383C000000352AE +:1029D0000A0000020000200102338300000CF850BE +:1029E00002338340000003520A000002000020026C +:1029F000023383000000084D0233834000000002D0 +:102A00000A000002000020040233830000000213C9 +:102A100002338340000000000534000034CD000084 +:102A20000534800035A50D340535000038931A9E15 +:102A30000535800037C028C305360000350036B3A1 +:102A400005368000225643F30636D08025F012EB7F +:102A50000A000001000000020233148000000000A0 +:102A60000A0000010000000402331480000000008E +:102A70000A00000100000011023314800000000071 +:102A80000A00000100000008023000BC0000003213 +:102A90000A00000400000010023000BC0000000228 +:102AA00002338840000000010130013800000000BE +:102AB00002338840000000000A00000100000011FD +:102AC000023314800000000101300000000000000B +:102AD0000130000400000000013000080000000088 +:102AE0000130000C00000000013000100000000068 +:102AF000013000140000000003300020001A12ED25 +:102B0000033000A40002130702300224000000007A +:102B100002300234000000000230024C00000000CD +:102B2000023002E40000FFFF08302000000008002F +:102B30000A00000100000010083040000000020000 +:102B400004322C400000000203322C500004130910 +:102B5000043293C000000002043294000000001010 +:102B60000432C000000000200432C1000000002038 +:102B70000432C200000000200432C3000000002024 +:102B80000432C400000000200432C5000000002010 +:102B90000432C600000000200432C70000000020FC +:102BA0000432C800000000200432C90000000020E8 +:102BB0000432CA00000000200432CB0000000020D4 +:102BC0000432CC00000000200432CD0000000020C0 +:102BD0000432CE00000000200432CF0000000020AC +:102BE0000432DB800000000204322C4800000002A6 +:102BF00003322C600004130D043293C8000000025D +:102C000004329440000000100432C0800000002014 +:102C10000432C180000000200432C2800000002085 +:102C20000432C380000000200432C4800000002071 +:102C30000432C580000000200432C680000000205D +:102C40000432C780000000200432C8800000002049 +:102C50000432C980000000200432CA800000002035 +:102C60000432CB80000000200432CC800000002021 +:102C70000432CD80000000200432CE80000000200D +:102C80000432CF80000000200432DB880000000204 +:102C9000043210100000000204322C000000000278 +:102CA000043210200000000204322C080000000250 +:102CB000043210300000000204322C100000000228 +:102CC000043210400000000204322C180000000200 +:102CD000043210500000000204322C2000000002D8 +:102CE000043210600000000204322C2800000002B0 +:102CF000043210700000000204322C300000000288 +:102D0000043210800000000204322C38000000025F +:102D10000202005800000032030200600008131194 +:102D2000030200A0000B1319020200D000000007EC +:102D3000030200DC00031324030200F00002132747 +:102D4000020200FC0000000C020201200000000052 +:102D50000202013400000002020201B00000000182 +:102D60000202020C000000010302021400021329F7 +:102D700002020404000000010302040C0002132BF1 +:102D80000302041C0004132D0302048000201331ED +:102D90000402050000000012040280000000200070 +:102DA000030200040014135102020108000000C8CD +:102DB0000202011800000002020201C4000000002B +:102DC000020201CC00000000020201D40000000257 +:102DD000020201DC00000002020201E4000000FF28 +:102DE000020201EC000000FF0202010C000000C81A +:102DF0000202011C00000002020201C800000000E3 +:102E0000020201D000000000020201D8000000020E +:102E1000020201E000000002020201E8000000FFDF +:102E2000020201F0000000FF02020108000000C8D9 +:102E30000202011800000002020201C400000000AA +:102E4000020201CC00000000020201D400000002D6 +:102E5000020201DC00000002020201E4000000FFA7 +:102E6000020201EC000000FF0202010C000000C899 +:102E70000202011C00000002020201C80000000062 +:102E8000020201D000000000020201D8000000028E +:102E9000020201E000000002020201E8000000FF5F +:102EA000020201F0000000FF02020108000000C859 +:102EB0000202011800000002020201C4000000002A +:102EC000020201CC00000000020201D40000000256 +:102ED000020201DC00000002020201E4000000FF27 +:102EE000020201EC000000FF0202010C000000C819 +:102EF0000202011C00000002020201C800000000E2 +:102F0000020201D000000000020201D8000000020D +:102F1000020201E000000002020201E8000000FFDE +:102F2000020201F0000000FF02020108000000C8D8 +:102F30000202011800000002020201C400000000A9 +:102F4000020201CC00000000020201D400000002D5 +:102F5000020201DC00000002020201E4000000FFA6 +:102F6000020201EC000000FF0202010C000000C898 +:102F70000202011C00000002020201C80000000061 +:102F8000020201D000000000020201D8000000028D +:102F9000020201E000000002020201E8000000FF5E +:102FA000020201F0000000FF0216100000000028DD +:102FB00003166008000313650316601C0004136801 +:102FC000031660380012136C041660800000000EB7 +:102FD000021660B800000001041660BC0000000882 +:102FE000021660DC00000001041660E0000000042E +:102FF000021660F000000001041660F400000031C9 +:10300000031661B80002137E041661C000000007B9 +:10301000031661DC00061380041661F40000001141 +:10302000031662380004138601166248000000008F +:103030000116624C00000000011662500000000002 +:1030400001166254000000000116625800000000E2 +:103050000116625C000000000116626000000000C2 +:1030600001166264000000000116626800000000A2 +:103070000116626C00000000011662700000000082 +:103080000116627400000000011662780000000062 +:103090000116627C00000000011662D400000000EE +:1030A000031662D80004138A0A0000010000000918 +:1030B00002166000000003E80A0000010000000A98 +:1030C00002166000000000030A0000010000000C6E +:1030D00002166000000000010A000001000010015B +:1030E00002166000000005DC0A000001000010026A +:1030F00002166000000000040A0000010000100435 +:1031000002166000000000010A000001000020011A +:1031100002166000000005DC0A0000010000200229 +:1031200002166000000000040A00000100002004F4 +:1031300002166000000000010528040000AC000039 +:10314000062807C80007138E042A0000000040006C +:10315000042B240000001600032A30000002139004 +:10316000032A400000101392032A8408000813A2C7 +:10317000032A9348000413AA032A9668000813AE92 +:10318000032A98B8000213B6032A9950009013B886 +:10319000032B4D9000141448022B80000000000007 +:1031A000022B804000000018022B80800000000CE1 +:1031B000022B80C000000066022B8BC000000001C3 +:1031C0000A00000300000008022A9CA80000000278 +:1031D000022B838000086470022B83C0000002264B +:1031E0000A00000200000009022B8300000864703E +:1031F000022B8340000002260A0000020000000AA1 +:10320000022B83000000055F022B834000000001B9 +:103210000A0000020000000C022B8300000001578E +:10322000022B8340000000000A0000030000002081 +:10323000022A9CAC00000000032AC4E00004145CD5 +:10324000032AC500000214600A00000200000040CA +:10325000022A9CAC00000001032AC4E0000A1462A8 +:103260000A00000300001000022A9CA800000003CE +:10327000022B8380000C96A8022B83C00000033928 +:103280000A00000200001001022B8300000C96A827 +:10329000022B8340000003390A00000200001002E4 +:1032A000022B83000000080E022B83400000000266 +:1032B0000A00000200001004022B83000000020339 +:1032C000022B8340000000000A00000300002000E1 +:1032D000022A9CA800000004022B8380000CF850F6 +:1032E000022B83C0000003520A00000200002001EC +:1032F000022B8300000CF850022B83400000035285 +:103300000A00000200002002022B83000000084D8A +:10331000022B8340000000020A000002000020048B +:10332000022B830000000213022B834000000000E8 +:103330000A00000100004000022A9CB000000000CA +:103340000A00000100008000022A9CB00000000179 +:10335000042B944800000002052C0000345A0000A1 +:10336000052C80003AB30D17052D000030F11BC469 +:10337000052D80003C6B2801052E00003C1D371CEC +:10338000052E80003B5C4624052F0000336D54FB66 +:10339000052F80000A3F61D7062F97E00D04146CBB +:1033A0000A00000100000002022B1480000000004F +:1033B0000A00000100000004022B1480000000003D +:1033C0000A00000100000011022B14800000000020 +:1033D0000A00000200000008022800BC00000032C1 +:1033E000022B945C000000320A000007000000106D +:1033F000022800BC00000002022B945C00000002C6 +:10340000022B884000000001022B942C00000002D7 +:103410000128013800000000022B88400000000055 +:10342000022B942C00000000022B944000000001AD +:103430000A00000100000011022B148000000001AE +:103440000128000000000000012800040000000026 +:1034500001280008000000000128000C0000000006 +:1034600001280010000000000128001400000000E6 +:1034700003280020001A146E032800A400021488F8 +:10348000022802240000000002280234000000008C +:103490000228024C00000000022802E40000FFFFA6 +:1034A00008282000000008000A00000100000010A9 +:1034B0000828400000000200042A5000000000021A +:1034C000042A501000000002042A502000000002CC +:1034D000042A503000000002042A93580000002003 +:1034E000042A94580000000E032A94900002148AC3 +:1034F000042A94D80000000E032A95100002148CB0 +:10350000042A95580000000E032A95900002148E9C +:10351000042A95D80000000E032A96100002149089 +:10352000032A968800021492042ABC980000000224 +:10353000042A500800000002042A5018000000026B +:10354000042A502800000002042A5038000000021B +:10355000042A93D800000020042A94980000000E4A +:10356000032A94D000021494042A95180000000E37 +:10357000032A955000021496042A95980000000E24 +:10358000032A95D000021498042A96180000000E11 +:10359000032A96500002149A032A96900002149C63 +:1035A000042ABCA000000002042A50480000000EBB +:1035B000032A96980010149E042A98D00000000256 +:1035C000042A991000000002042AC48000000002AE +:1035D000042A50800000000E032A96D8001014AE72 +:1035E000042A98D800000002042A9918000000025A +:1035F000042AC48800000002042A50B80000000E0B +:10360000032A9718001014BE042A98E00000000254 +:10361000042A992000000002042AC490000000023D +:10362000042A50F00000000E032A9758001014CE10 +:10363000042A98E800000002042A992800000002E9 +:10364000042AC49800000002042A51280000000E39 +:10365000032A9798001014DE042A98F00000000254 +:10366000042A993000000002042AC4A000000002CD +:10367000042A51600000000E032A97D8001014EEAF +:10368000042A98F800000002042A99380000000279 +:10369000042AC4A800000002042A51980000000E69 +:1036A000032A9818001014FE042A99000000000252 +:1036B000042A994000000002042AC4B0000000025D +:1036C000042A51D00000000E032A98580010150E4D +:1036D000042A990800000002042A99480000000208 +:1036E000042AC4B8000000020400A0000000000C7E +:1036F0000400A050000000020300A0EC0008151E0A +:103700000300A19C000415260200A45C00000C002C +:103710000400A6A8000000020200A6D000000000DD +:103720000200A61C000000030300A0700005152A7B +:103730000400A084000000050200A0980FE0000033 +:103740000400A09C000000070300A0B8000D152F86 +:103750000400A22C000000040200A688000000FC67 +:103760000400A68C000000070200A6F40000000080 +:103770000300A10C0006153C0400A1240000000574 +:103780000200A1380FE000000400A13C0000000787 +:103790000300A158000D15420400A23C00000004E3 +:1037A0000200A6B0000000FC0400A6B40000000760 +:1037B0000200A6F8000000000200A0300000000097 +:1037C0000200A034000000000200A0380000000049 +:1037D0000200A03C000000000200A0400000000029 +:1037E0000200A044000000000200A0480000000009 +:1037F0000200A04C000000000000000000000000DB +:1038000000000001000000000000000000000000B7 +:1038100000000000000000000000000000000000A8 +:103820000000000000000000000000000001001780 +:103830000017001F001F0022000000000000000011 +:103840000000000000000000000000000000000078 +:103850000000000000000000002200340000000012 +:103860000000000000340035003500360036003717 +:1038700000370038003800390039003A003A003B80 +:10388000003B003C003C0043000000000000000042 +:103890000000000000000000000000000000000028 +:1038A0000000000000000000000000000000000018 +:1038B0000043004C0000000000000000004C004DE0 +:1038C000004D004E004E004F004F00500050005180 +:1038D0000051005200520053005300540054007E27 +:1038E00000000000000000000000000000000000D8 +:1038F00000000000000000000000000000000000C8 +:103900000000000000000000007E01E00000000058 +:103910000000000001E001E501E501EA01EA01EF34 +:1039200001EF01F401F401F901F901FE01FE0203C6 +:103930000203020800000000000000000000000078 +:103940000000000000000000000000000000000077 +:103950000000000000000000000000000000000067 +:103960000208020C0000000000000000000000003F +:103970000000000000000000000000000000000047 +:10398000000000000000000000000000020C021C0B +:103990000000000000000000021C021E021E0220A7 +:1039A00002200222022202240224022602260228E7 +:1039B0000228022A022A022C000000000000000057 +:1039C00000000000000000000000000000000000F7 +:1039D00000000000000000000000000000000000E7 +:1039E00000000000022C022F000000000000000078 +:1039F000022F023202320235023502380238023B0F +:103A0000023B023E023E024102410244024402479E +:103A10000247024B024B024F024F02530253025421 +:103A200002540255025502560256025702570258D6 +:103A3000025802590259025A025A025B025B0260A2 +:103A400002600286028602AB02AB02AC02AC02AD9F +:103A500002AD02AE02AE02AF02AF02B002B002B1DE +:103A600002B102B202B202B302B302CA0000000005 +:103A70000000000000000000000000000000000046 +:103A80000000000000000000000000000000000036 +:103A90000000000002CA02D7000000000000000081 +:103AA00002D702D802D802D902D902DA02DA02DB3E +:103AB00002DB02DC02DC02DD02DD02DE02DE02DF0E +:103AC00002DF02F000000000000000000000000023 +:103AD00000000000000000000000000000000000E6 +:103AE00000000000000000000000000002F002FEE4 +:103AF000000000000000000002FE02FF02FF0300C1 +:103B0000030003010301030203020303030303048D +:103B100003040305030503060306030B000000006E +:103B20000000000000000000000000000000000095 +:103B30000000000000000000000000000000000085 +:103B400000000000030B03A90000000000000000BB +:103B50000000000000000000000000000000000065 +:103B60000000000000000000000000000000000055 +:103B700003A903AB000000000000000000000000EB +:103B80000000000000000000000000000000000035 +:103B900000000000000000000000000003AB03BFB5 +:103BA000000000000000000003BF03C003C003C109 +:103BB00003C103C203C203C303C303C403C403C5D5 +:103BC00003C503C603C603C703C703E703E703EA46 +:103BD00003EA03ED00000000000000000000000008 +:103BE00000000000000000000000000000000000D5 +:103BF0000000000003ED04150000000000000000BC +:103C000000000000000000000000000000000000B4 +:103C100000000000000000000000000000000000A4 +:103C200004150480048004870487048E048E0494A1 +:103C30000494049A049A04A004A004A604A604AC64 +:103C400004AC04B204B204B804B804BE04BE04D088 +:103C5000000000000000000004D004D104D104D210 +:103C600004D204D304D304D404D404D504D504D694 +:103C700004D604D704D704D804D804D9000000001F +:103C80000000000000000000000000000000000034 +:103C90000000000000000000000000000000000024 +:103CA0000000000004D9050400000000000000002E +:103CB0000000000000000000000000000000000004 +:103CC00000000000000000000000000000000000F4 +:103CD0000504055B055B0570057005850585058791 +:103CE000058705890589058B058B058D058D058F54 +:103CF000058F05910591059305930595059505A8F3 +:103D0000000000000000000005A805B005B005B8DF +:103D100005B805C005C005C805C805D005D005D83B +:103D200005D805E005E005E805E805E90000000024 +:103D30000000000000000000000000000000000083 +:103D40000000000000000000000000000000000073 +:103D50000000000005E9061A000000000000000055 +:103D60000000000000000000000000000000000053 +:103D70000000000000000000000000000000000043 +:103D8000061A068A068A0699069906A806A806ADA6 +:103D900006AD06B206B206B706B706BC06BC06C13B +:103DA00006C106C606C606CB06CB06D006D006D888 +:103DB00006D806E106E106EA06EA06EB06EB06ECA3 +:103DC00006EC06ED06ED06EE06EE06EF06EF06F053 +:103DD00006F006F106F106F2000000000000000007 +:103DE0000000200000004000000060000000800093 +:103DF0000000A0000000C0000000E0000001000082 +:103E0000000120000001400000016000000180006E +:103E10000001A0000001C0000001E000000200005D +:103E2000000220000002400000026000000280004A +:103E30000002A0000002C0000002E0000003000039 +:103E40000003200000034000000360000003800026 +:103E50000003A0000003C0000003E0000004000015 +:103E60000004200000044000000460000004800002 +:103E70000004A0000004C0000004E00000050000F1 +:103E800000052000000540000005600000058000DE +:103E90000005A0000005C0000005E00000060000CD +:103EA00000062000000640000006600000068000BA +:103EB0000006A0000006C0000006E00000070000A9 +:103EC0000007200000074000000760000007800096 +:103ED0000007A0000007C0000007E0000008000085 +:103EE0000008200000084000000860000008800072 +:103EF0000008A0000008C0000008E0000009000061 +:103F0000000920000009400000096000000980004D +:103F10000009A0000009C0000009E000000A00003C +:103F2000000A2000000A4000000A6000000A800029 +:103F3000000AA000000AC000000AE000000B000018 +:103F4000000B2000000B4000000B6000000B800005 +:103F5000000BA000000BC000000BE000000C0000F4 +:103F6000000C2000000C4000000C6000000C8000E1 +:103F7000000CA000000CC000000CE000000D0000D0 +:103F8000000D2000000D4000000D6000000D8000BD +:103F9000000DA000000DC000000DE000000E0000AC +:103FA000000E2000000E4000000E6000000E800099 +:103FB000000EA000000EC000000EE000000F000088 +:103FC000000F2000000F4000000F6000000F800075 +:103FD000000FA000000FC000000FE0000010000064 +:103FE0000010200000104000001060000010800051 +:103FF0000010A0000010C0000010E0000011000040 +:10400000001120000011400000116000001180002C +:104010000011A0000011C0000011E000001200001B +:104020000012200000124000001260000012800008 +:104030000012A0000012C0000012E00000130000F7 +:1040400000132000001340000013600000138000E4 +:104050000013A0000013C0000013E00000140000D3 +:1040600000142000001440000014600000148000C0 +:104070000014A0000014C0000014E00000150000AF +:10408000001520000015400000156000001580009C +:104090000015A0000015C0000015E000001600008B +:1040A0000016200000164000001660000016800078 +:1040B0000016A0000016C0000016E0000017000067 +:1040C0000017200000174000001760000017800054 +:1040D0000017A0000017C0000017E0000018000043 +:1040E0000018200000184000001860000018800030 +:1040F0000018A0000018C0000018E000001900001F +:10410000001920000019400000196000001980000B +:104110000019A0000019C0000019E000001A0000FA +:10412000001A2000001A4000001A6000001A8000E7 +:10413000001AA000001AC000001AE000001B0000D6 +:10414000001B2000001B4000001B6000001B8000C3 +:10415000001BA000001BC000001BE000001C0000B2 +:10416000001C2000001C4000001C6000001C80009F +:10417000001CA000001CC000001CE000001D00008E +:10418000001D2000001D4000001D6000001D80007B +:10419000001DA000001DC000001DE000001E00006A +:1041A000001E2000001E4000001E6000001E800057 +:1041B000001EA000001EC000001EE000001F000046 +:1041C000001F2000001F4000001F6000001F800033 +:1041D000001FA000001FC000001FE0000020000022 +:1041E000002020000020400000206000002080000F +:1041F0000020A0000020C0000020E00000210000FE +:1042000000212000002140000021600000218000EA +:104210000021A0000021C0000021E00000220000D9 +:1042200000222000002240000022600000228000C6 +:104230000022A0000022C0000022E00000230000B5 +:1042400000232000002340000023600000238000A2 +:104250000023A0000023C0000023E0000024000091 +:10426000002420000024400000246000002480007E +:104270000024A0000024C0000024E000002500006D +:10428000002520000025400000256000002580005A +:104290000025A0000025C0000025E0000026000049 +:1042A0000026200000264000002660000026800036 +:1042B0000026A0000026C0000026E0000027000025 +:1042C0000027200000274000002760000027800012 +:1042D0000027A0000027C0000027E0000028000001 +:1042E00000282000002840000028600000288000EE +:1042F0000028A0000028C0000028E00000290000DD +:1043000000292000002940000029600000298000C9 +:104310000029A0000029C0000029E000002A0000B8 +:10432000002A2000002A4000002A6000002A8000A5 +:10433000002AA000002AC000002AE000002B000094 +:10434000002B2000002B4000002B6000002B800081 +:10435000002BA000002BC000002BE000002C000070 +:10436000002C2000002C4000002C6000002C80005D +:10437000002CA000002CC000002CE000002D00004C +:10438000002D2000002D4000002D6000002D800039 +:10439000002DA000002DC000002DE000002E000028 +:1043A000002E2000002E4000002E6000002E800015 +:1043B000002EA000002EC000002EE000002F000004 +:1043C000002F2000002F4000002F6000002F8000F1 +:1043D000002FA000002FC000002FE00000300000E0 +:1043E00000302000003040000030600000308000CD +:1043F0000030A0000030C0000030E00000310000BC +:1044000000312000003140000031600000318000A8 +:104410000031A0000031C0000031E0000032000097 +:104420000032200000324000003260000032800084 +:104430000032A0000032C0000032E0000033000073 +:104440000033200000334000003360000033800060 +:104450000033A0000033C0000033E000003400004F +:10446000003420000034400000346000003480003C +:104470000034A0000034C0000034E000003500002B +:104480000035200000354000003560000035800018 +:104490000035A0000035C0000035E0000036000007 +:1044A00000362000003640000036600000368000F4 +:1044B0000036A0000036C0000036E00000370000E3 +:1044C00000372000003740000037600000378000D0 +:1044D0000037A0000037C0000037E00000380000BF +:1044E00000382000003840000038600000388000AC +:1044F0000038A0000038C0000038E000003900009B +:104500000039200000394000003960000039800087 +:104510000039A0000039C0000039E000003A000076 +:10452000003A2000003A4000003A6000003A800063 +:10453000003AA000003AC000003AE000003B000052 +:10454000003B2000003B4000003B6000003B80003F +:10455000003BA000003BC000003BE000003C00002E +:10456000003C2000003C4000003C6000003C80001B +:10457000003CA000003CC000003CE000003D00000A +:10458000003D2000003D4000003D6000003D8000F7 +:10459000003DA000003DC000003DE000003E0000E6 +:1045A000003E2000003E4000003E6000003E8000D3 +:1045B000003EA000003EC000003EE000003F0000C2 +:1045C000003F2000003F4000003F6000003F8000AF +:1045D000003FA000003FC000003FE000004000009E +:1045E000004020000040400000406000004080008B +:1045F0000040A0000040C0000040E000004100007A +:104600000041200000414000004160000041800066 +:104610000041A0000041C0000041E0000042000055 +:104620000042200000424000004260000042800042 +:104630000042A0000042C0000042E0000043000031 +:10464000004320000043400000436000004380001E +:104650000043A0000043C0000043E000004400000D +:1046600000442000004440000044600000448000FA +:104670000044A0000044C0000044E00000450000E9 +:1046800000452000004540000045600000458000D6 +:104690000045A0000045C0000045E00000460000C5 +:1046A00000462000004640000046600000468000B2 +:1046B0000046A0000046C0000046E00000470000A1 +:1046C000004720000047400000476000004780008E +:1046D0000047A0000047C0000047E000004800007D +:1046E000004820000048400000486000004880006A +:1046F0000048A0000048C0000048E0000049000059 +:104700000049200000494000004960000049800045 +:104710000049A0000049C0000049E000004A000034 +:10472000004A2000004A4000004A6000004A800021 +:10473000004AA000004AC000004AE000004B000010 +:10474000004B2000004B4000004B6000004B8000FD +:10475000004BA000004BC000004BE000004C0000EC +:10476000004C2000004C4000004C6000004C8000D9 +:10477000004CA000004CC000004CE000004D0000C8 +:10478000004D2000004D4000004D6000004D8000B5 +:10479000004DA000004DC000004DE000004E0000A4 +:1047A000004E2000004E4000004E6000004E800091 +:1047B000004EA000004EC000004EE000004F000080 +:1047C000004F2000004F4000004F6000004F80006D +:1047D000004FA000004FC000004FE000005000005C +:1047E0000050200000504000005060000050800049 +:1047F0000050A0000050C0000050E0000051000038 +:104800000051200000514000005160000051800024 +:104810000051A0000051C0000051E0000052000013 +:104820000052200000524000005260000052800000 +:104830000052A0000052C0000052E00000530000EF +:1048400000532000005340000053600000538000DC +:104850000053A0000053C0000053E00000540000CB +:1048600000542000005440000054600000548000B8 +:104870000054A0000054C0000054E00000550000A7 +:104880000055200000554000005560000055800094 +:104890000055A0000055C0000055E0000056000083 +:1048A0000056200000564000005660000056800070 +:1048B0000056A0000056C0000056E000005700005F +:1048C000005720000057400000576000005780004C +:1048D0000057A0000057C0000057E000005800003B +:1048E0000058200000584000005860000058800028 +:1048F0000058A0000058C0000058E0000059000017 +:104900000059200000594000005960000059800003 +:104910000059A0000059C0000059E000005A0000F2 +:10492000005A2000005A4000005A6000005A8000DF +:10493000005AA000005AC000005AE000005B0000CE +:10494000005B2000005B4000005B6000005B8000BB +:10495000005BA000005BC000005BE000005C0000AA +:10496000005C2000005C4000005C6000005C800097 +:10497000005CA000005CC000005CE000005D000086 +:10498000005D2000005D4000005D6000005D800073 +:10499000005DA000005DC000005DE000005E000062 +:1049A000005E2000005E4000005E6000005E80004F +:1049B000005EA000005EC000005EE000005F00003E +:1049C000005F2000005F4000005F6000005F80002B +:1049D000005FA000005FC000005FE000006000001A +:1049E0000060200000604000006060000060800007 +:1049F0000060A0000060C0000060E00000610000F6 +:104A000000612000006140000061600000618000E2 +:104A10000061A0000061C0000061E00000620000D1 +:104A200000622000006240000062600000628000BE +:104A30000062A0000062C0000062E00000630000AD +:104A4000006320000063400000636000006380009A +:104A50000063A0000063C0000063E0000064000089 +:104A60000064200000644000006460000064800076 +:104A70000064A0000064C0000064E0000065000065 +:104A80000065200000654000006560000065800052 +:104A90000065A0000065C0000065E0000066000041 +:104AA000006620000066400000666000006680002E +:104AB0000066A0000066C0000066E000006700001D +:104AC000006720000067400000676000006780000A +:104AD0000067A0000067C0000067E00000680000F9 +:104AE00000682000006840000068600000688000E6 +:104AF0000068A0000068C0000068E00000690000D5 +:104B000000692000006940000069600000698000C1 +:104B10000069A0000069C0000069E000006A0000B0 +:104B2000006A2000006A4000006A6000006A80009D +:104B3000006AA000006AC000006AE000006B00008C +:104B4000006B2000006B4000006B6000006B800079 +:104B5000006BA000006BC000006BE000006C000068 +:104B6000006C2000006C4000006C6000006C800055 +:104B7000006CA000006CC000006CE000006D000044 +:104B8000006D2000006D4000006D6000006D800031 +:104B9000006DA000006DC000006DE000006E000020 +:104BA000006E2000006E4000006E6000006E80000D +:104BB000006EA000006EC000006EE000006F0000FC +:104BC000006F2000006F4000006F6000006F8000E9 +:104BD000006FA000006FC000006FE00000700000D8 +:104BE00000702000007040000070600000708000C5 +:104BF0000070A0000070C0000070E00000710000B4 +:104C000000712000007140000071600000718000A0 +:104C10000071A0000071C0000071E000007200008F +:104C2000007220000072400000726000007280007C +:104C30000072A0000072C0000072E000007300006B +:104C40000073200000734000007360000073800058 +:104C50000073A0000073C0000073E0000074000047 +:104C60000074200000744000007460000074800034 +:104C70000074A0000074C0000074E0000075000023 +:104C80000075200000754000007560000075800010 +:104C90000075A0000075C0000075E00000760000FF +:104CA00000762000007640000076600000768000EC +:104CB0000076A0000076C0000076E00000770000DB +:104CC00000772000007740000077600000778000C8 +:104CD0000077A0000077C0000077E00000780000B7 +:104CE00000782000007840000078600000788000A4 +:104CF0000078A0000078C0000078E0000079000093 +:104D0000007920000079400000796000007980007F +:104D10000079A0000079C0000079E000007A00006E +:104D2000007A2000007A4000007A6000007A80005B +:104D3000007AA000007AC000007AE000007B00004A +:104D4000007B2000007B4000007B6000007B800037 +:104D5000007BA000007BC000007BE000007C000026 +:104D6000007C2000007C4000007C6000007C800013 +:104D7000007CA000007CC000007CE000007D000002 +:104D8000007D2000007D4000007D6000007D8000EF +:104D9000007DA000007DC000007DE000007E0000DE +:104DA000007E2000007E4000007E6000007E8000CB +:104DB000007EA000007EC000007EE000007F0000BA +:104DC000007F2000007F4000007F6000007F8000A7 +:104DD000007FA000007FC000007FE000007FE001B6 +:104DE00000000000000001FF0000020000000000C1 +:104DF000000003FF000004000000040100000401A3 +:104E0000000002380000011C0000011C0000011C11 +:104E100000000050000000500000005000000001A1 +:104E200000000158000001A8000000C8000000A018 +:104E3000000000C800000000000000000000005A50 +:104E4000000000FA00000401000004010000000A54 +:104E500000000032000004010000040100000158BD +:104E6000000001A80000001800000068000000B861 +:104E70000000010800000158000001A8000000180F +:104E800000000068000000B80000010800000001F8 +:104E900000000002000000000000000802150020D1 +:104EA000021500200810000000000036000000007D +:104EB00000000004000000040000000000000000EA +:104EC00000000001000000040000000200000002D9 +:104ED000000000010000000200000020000000406F +:104EE0000000004000000003000000180000200047 +:104EF000000040C000006180000082400000A3006C +:104F00000000C3C00000E48000010540000126004D +:104F1000000146C000016780000188400001A9002F +:104F20000001C9C00001EA8000020B4000022C0011 +:104F300000024CC000026D8000028E400002AF00F3 +:104F40000002CFC00002F08000001140000000010C +:104F5000000000010000000100000001000000014D +:104F6000000000010000000100000001000000013D +:104F7000000000010000000100000001000000012D +:104F800000000001000000010003D0000000003D0F +:104F900000000001000D0000000700D00002814069 +:104FA000000B81680002022000010240000F025045 +:104FB00000010340000C0000000800C00002814016 +:104FC000000B81680002022000010240000702502D +:104FD000000202C0001000000008010000028180F1 +:104FE000000B81A80002026000018280000E8298FE +:104FF00000080380000F0000000100F000028100A3 +:1050000000090128000201B8000101D8000E01E8E2 +:10501000000002C8FFFFFFF301AFFFFF0000000028 +:105020000000000000000000000000000000000080 +:1050300000000000FFFFFFF100EFFFFF0000000095 +:10504000000000000000000000000000000100005F +:1050500000000000FFFFFFF6005FFFFF0000000000 +:10506000000000000000000000000000000200003E +:1050700000000000FFFFF4061CBFFFFF000000055A +:105080000000000000000014000000000004000008 +:1050900000000000FFFFFFF2004FFFFF00000000D4 +:1050A00000000000000000000000000000080000F8 +:1050B00000000000FFFFFFFA002FFFFF00000000CC +:1050C00000000000000000000000000000100000D0 +:1050D00000000000FFFFFFF701EFFFFF00000000EE +:1050E00000000000000000000000000000200000A0 +:1050F00000000000FFFFFFF5002FFFFF0000000091 +:10510000000000000000000000000000004000005F +:1051100000000000FFFFFFF3018FFFFF0000000011 +:10512000000000000000000000000000000000007F +:1051300000000000FFFFFFF1010FFFFF0000000073 +:10514000000000000000000000000000000100005E +:1051500000000000FFFFFFF6005FFFFF00000000FF +:10516000000000000000000000000000000200003D +:1051700000000000FFFFF4061CBFFFFF0000000559 +:105180000000000000000014000000000004000007 +:1051900000000000FFFFFFF2004FFFFF00000000D3 +:1051A00000000000000000000000000000080000F7 +:1051B00000000000FFFFFFFA002FFFFF00000000CB +:1051C00000000000000000000000000000100000CF +:1051D00000000000FFFFFFF700EFFFFF00000000EE +:1051E000000000000000000000000000002000009F +:1051F00000000000FFFFFFF5004FFFFF0000000070 +:10520000000000000000000000000000004000005E +:1052100000000000FFFFFFFF00CFFFFF00000000C5 +:1052200000000000000000CC0000000000000000B2 +:1052300000000000FFFFFFFF00CFFFFF00000000A5 +:1052400000000000000000CC000000000001000091 +:1052500000000000FFFFFFFF00CFFFFF0000000085 +:1052600000000000000000CC000000000002000070 +:1052700000000000FFFFFFFF00CFFFFF0000000065 +:1052800000000000000000CC00000000000400004E +:1052900000000000FFFFFFFF00CFFFFF0000000045 +:1052A00000000000000000CC00000000000800002A +:1052B00000000000FFFFFFFF00CFFFFF0000000025 +:1052C00000000000000000CC000000000010000002 +:1052D00000000000FFFFFFFF00CFFFFF0000000005 +:1052E00000000000000000CC0000000000200000D2 +:1052F00000000000FFFFFFFF00CFFFFF00000000E5 +:1053000000000000000000CC000000000040000091 +:1053100000000000FFFFFFF3020FFFFF000000008E +:10532000000000000000000000000000000000007D +:1053300000000000FFFFFFF1010FFFFF0000000071 +:10534000000000000000000000000000000100005C +:1053500000000000FFFFFFF6005FFFFF00000000FD +:10536000000000000000000000000000000200003B +:1053700000000000FFFFF4061CBFFFFF0000000557 +:105380000000000000000014000000000004000005 +:1053900000000000FFFFFFF2004FFFFF00000000D1 +:1053A00000000000000000000000000000080000F5 +:1053B00000000000FFFFFF8A042FFFFF0000000035 +:1053C00000000000000000000000000000100000CD +:1053D00000000000FFFFFF9705CFFFFF0000000067 +:1053E000000000000000000000000000002000009D +:1053F00000000000FFFFFFF5010FFFFF00000000AD +:10540000000000000000000000000000004000005C +:1054100000000000FFFFFFF301EFFFFF00000000AE +:10542000000000000000000000000000000000007C +:1054300000000000FFFFFFF1002FFFFF0000000051 +:10544000000000000000000000000000000100005B +:1054500000000000FFFFFFF6005FFFFF00000000FC +:10546000000000000000000000000000000200003A +:1054700000000000FFFFFF061CBFFFFF0000000050 +:105480000000000000000014000000000004000004 +:1054900000000000FFFFFFF2004FFFFF00000000D0 +:1054A00000000000000000000000000000080000F4 +:1054B00000000000FFFFFFFA002FFFFF00000000C8 +:1054C00000000000000000000000000000100000CC +:1054D00000000000FFFFFFF701CFFFFF000000000A +:1054E000000000000000000000000000002000009C +:1054F00000000000FFFFFFFF00CFFFFF00000000E3 +:1055000000000000000000CC00000000004000008F +:1055100000000000FFFFFFFF00CFFFFF00000000C2 +:1055200000000000000000CC0000000000000000AF +:1055300000000000FFFFFFFF00CFFFFF00000000A2 +:1055400000000000000000CC00000000000100008E +:1055500000000000FFFFFFFF00CFFFFF0000000082 +:1055600000000000000000CC00000000000200006D +:1055700000000000FFFFFFFF00CFFFFF0000000062 +:1055800000000000000000CC00000000000400004B +:1055900000000000FFFFFFFF00CFFFFF0000000042 +:1055A00000000000000000CC000000000008000027 +:1055B00000000000FFFFFFFF00CFFFFF0000000022 +:1055C00000000000000000CC0000000000100000FF +:1055D00000000000FFFFFFFF00CFFFFF0000000002 +:1055E00000000000000000CC0000000000200000CF +:1055F00000000000FFFFFFFF00CFFFFF00000000E2 +:1056000000000000000000CC00000000004000008E +:1056100000000000FFFFFFFF00CFFFFF00000000C1 +:1056200000000000000000CC0000000000000000AE +:1056300000000000FFFFFFFF00CFFFFF00000000A1 +:1056400000000000000000CC00000000000100008D +:1056500000000000FFFFFFFF00CFFFFF0000000081 +:1056600000000000000000CC00000000000200006C +:1056700000000000FFFFFFFF00CFFFFF0000000061 +:1056800000000000000000CC00000000000400004A +:1056900000000000FFFFFFFF00CFFFFF0000000041 +:1056A00000000000000000CC000000000008000026 +:1056B00000000000FFFFFFFF00CFFFFF0000000021 +:1056C00000000000000000CC0000000000100000FE +:1056D00000000000FFFFFFFF00CFFFFF0000000001 +:1056E00000000000000000CC0000000000200000CE +:1056F00000000000FFFFFFFF00CFFFFF00000000E1 +:1057000000000000000000CC00000000004000008D +:1057100000000000FFFFFFFF00CFFFFF00000000C0 +:1057200000000000000000CC0000000000000000AD +:1057300000000000FFFFFFFF00CFFFFF00000000A0 +:1057400000000000000000CC00000000000100008C +:1057500000000000FFFFFFFF00CFFFFF0000000080 +:1057600000000000000000CC00000000000200006B +:1057700000000000FFFFFFFF00CFFFFF0000000060 +:1057800000000000000000CC000000000004000049 +:1057900000000000FFFFFFFF00CFFFFF0000000040 +:1057A00000000000000000CC000000000008000025 +:1057B00000000000FFFFFFFF00CFFFFF0000000020 +:1057C00000000000000000CC0000000000100000FD +:1057D00000000000FFFFFFFF00CFFFFF0000000000 +:1057E00000000000000000CC0000000000200000CD +:1057F00000000000FFFFFFFF00CFFFFF00000000E0 +:1058000000000000000000CC00000000004000008C +:105810000000000000000032000000320000021111 +:1058200000000200000002040000FFFF0000FFFF74 +:105830000000FFFF0000FFFF000000000000003735 +:105840000000002100000020000000010000000115 +:105850000000000107FFFFFF0000007F07FFFFFFC0 +:105860000000003F0000FFFF0000FFFF0000FFFFFF +:105870000000FFFF00007FF800007FF8000000003C +:10588000000028AD000029180000291900000005BB +:105890000000000700000000000000000000FF0002 +:1058A000000000000000FF00000000000000FF00FA +:1058B000000000000000FF00000000000000FF00EA +:1058C000000000000000FF00000000000000FF00DA +:1058D000000000000000FF00000000000000FF00CA +:1058E000000000000000FF00000000000000FF00BA +:1058F000000000000000FF00000000000000FF00AA +:10590000000000000000FF00000000000000FF0099 +:10591000000000000000FF00000000000000FF0089 +:10592000000000000000FF00000000000000FF0079 +:10593000000000000000FF00000000000000FF0069 +:10594000000000000000FF00000000000000FF0059 +:10595000000000000000FF00000000000000FF0049 +:10596000000000000000FF00000000000000FF0039 +:10597000000000000000FF00000000000000FF0029 +:10598000000000000000FF00000000000000FF0019 +:10599000000000000000FF00000000000000FF0009 +:1059A000000000000000FF00000000000000FF00F9 +:1059B000000000000000FF00000000000000FF00E9 +:1059C000000000000000FF00000000000000FF00D9 +:1059D000000000000000FF00000000000000FF00C9 +:1059E000000000000000FF00000000000000FF00B9 +:1059F000000000000000FF00000000000000FF00A9 +:105A0000000000000000FF00000000000000FF0098 +:105A1000000000000000FF00000000000000FF0088 +:105A2000000000000000FF00000000000000FF0078 +:105A3000000000000000FF00000000000000FF0068 +:105A4000000000000000FF00000000000000FF0058 +:105A5000000000000000FF00000000000000FF0048 +:105A6000000000000000FF00000000000000FF0038 +:105A7000000000000000FF00000000000000FF0028 +:105A8000000000000000FF00000000000000FF0018 +:105A9000000000000000FF00000000000000FF0008 +:105AA000000000000000FF00000000000000FF00F8 +:105AB000000000000000FF00000000000000FF00E8 +:105AC000000000000000FF00000000000000FF00D8 +:105AD000000000000000FF00000000000000FF1CAC +:105AE0000FFFFFFF0000FF1C0FFFFFFF0000FF1C68 +:105AF0000FFFFFFF0000FF1C0FFFFFFF0000FF1C58 +:105B00000FFFFFFF0000FF1C0FFFFFFF0000FF1C47 +:105B10000FFFFFFF0000FF1C0FFFFFFF0000FF1C37 +:105B20000FFFFFFF0000FF1C0FFFFFFF0000FF1C27 +:105B30000FFFFFFF0000FF1C0FFFFFFF0000FF1C17 +:105B40000FFFFFFF0000FF1C0FFFFFFF0000FF1C07 +:105B50000FFFFFFF0000FF1C0FFFFFFF0000FF1CF7 +:105B60000FFFFFFF0000FF1C0FFFFFFF0000FF1CE7 +:105B70000FFFFFFF0000FF1C0FFFFFFF0000FF1CD7 +:105B80000FFFFFFF0000FF1C0FFFFFFF0000FF1CC7 +:105B90000FFFFFFF0000FF1C0FFFFFFF0000FF1CB7 +:105BA0000FFFFFFF0000FF1C0FFFFFFF0000FF1CA7 +:105BB0000FFFFFFF0000FF1C0FFFFFFF0000FF1C97 +:105BC0000FFFFFFF0000FF1C0FFFFFFF0000FF1C87 +:105BD0000FFFFFFF0000FF1C0FFFFFFF0000FF1C77 +:105BE0000FFFFFFF0000FF1C0FFFFFFF0000FF1C67 +:105BF0000FFFFFFF0000FF1C0FFFFFFF0000FF1C57 +:105C00000FFFFFFF0000FF1C0FFFFFFF0000FF1C46 +:105C10000FFFFFFF0000FF1C0FFFFFFF0000FF1C36 +:105C20000FFFFFFF0000FF1C0FFFFFFF0000FF1C26 +:105C30000FFFFFFF0000FF1C0FFFFFFF0000FF1C16 +:105C40000FFFFFFF0000FF1C0FFFFFFF0000FF1C06 +:105C50000FFFFFFF0000FF1C0FFFFFFF0000FF1CF6 +:105C60000FFFFFFF0000FF1C0FFFFFFF0000FF1CE6 +:105C70000FFFFFFF0000FF1C0FFFFFFF0000FF1CD6 +:105C80000FFFFFFF0000FF1C0FFFFFFF0000FF1CC6 +:105C90000FFFFFFF0000FF1C0FFFFFFF0000FF1CB6 +:105CA0000FFFFFFF0000FF1C0FFFFFFF0000FF1CA6 +:105CB0000FFFFFFF0000FF1C0FFFFFFF0000FF1C96 +:105CC0000FFFFFFF0000FF1C0FFFFFFF0000FF1C86 +:105CD0000FFFFFFF0000FF1C0FFFFFFF0000FF1C76 +:105CE0000FFFFFFF0000FF1C0FFFFFFF0000FF1C66 +:105CF0000FFFFFFF0000FF1C0FFFFFFF0000FF1C56 +:105D00000FFFFFFF0000FF1C0FFFFFFF0000FF1C45 +:105D10000FFFFFFF0000FF1C0FFFFFFF0000FF1C35 +:105D20000FFFFFFF0000FF1C0FFFFFFF0000FF1C25 +:105D30000FFFFFFF0000FF1C0FFFFFFF0000FF1C15 +:105D40000FFFFFFF0000FF1C0FFFFFFF0000FF1C05 +:105D50000FFFFFFF0000FF1C0FFFFFFF0000FF1CF5 +:105D60000FFFFFFF0000FF1C0FFFFFFF0000FF1CE5 +:105D70000FFFFFFF0000FF1C0FFFFFFF0000FF1CD5 +:105D80000FFFFFFF0000FF1C0FFFFFFF0000FF1CC5 +:105D90000FFFFFFF0000FF1C0FFFFFFF0000FF1CB5 +:105DA0000FFFFFFF0000FF1C0FFFFFFF0000FF1CA5 +:105DB0000FFFFFFF0000FF1C0FFFFFFF0000FF1C95 +:105DC0000FFFFFFF0000FF1C0FFFFFFF0000FF1C85 +:105DD0000FFFFFFF0000FF1C0FFFFFFF0000FF1C75 +:105DE0000FFFFFFF0000FF1C0FFFFFFF0000FF1C65 +:105DF0000FFFFFFF0000FF1C0FFFFFFF0000FF1C55 +:105E00000FFFFFFF0000FF1C0FFFFFFF0000FF1C44 +:105E10000FFFFFFF0000FF1C0FFFFFFF0000FF1C34 +:105E20000FFFFFFF0000FF1C0FFFFFFF0000FF1C24 +:105E30000FFFFFFF0000FF1C0FFFFFFF0000FF1C14 +:105E40000FFFFFFF0000FF1C0FFFFFFF0000FF1C04 +:105E50000FFFFFFF0000FF1C0FFFFFFF0000FF1CF4 +:105E60000FFFFFFF0000FF1C0FFFFFFF0000FF1CE4 +:105E70000FFFFFFF0000FF1C0FFFFFFF0000FF1CD4 +:105E80000FFFFFFF0000FF1C0FFFFFFF0000FF1CC4 +:105E90000FFFFFFF0000FF1C0FFFFFFF0000FF1CB4 +:105EA0000FFFFFFF0000FF1C0FFFFFFF0000FF1CA4 +:105EB0000FFFFFFF0000FF1C0FFFFFFF0000FF1C94 +:105EC0000FFFFFFF0000FF1C0FFFFFFF0000FF1C84 +:105ED0000FFFFFFF0000FF1C0FFFFFFF0000FF1C74 +:105EE0000FFFFFFF0000FF1C0FFFFFFF0000FF1C64 +:105EF0000FFFFFFF0000FF1C0FFFFFFF0000FF1C54 +:105F00000FFFFFFF0000FF1C0FFFFFFF0000FF1C43 +:105F10000FFFFFFF0000FF1C0FFFFFFF0000FF1C33 +:105F20000FFFFFFF0000FF1C0FFFFFFF0000FF1C23 +:105F30000FFFFFFF0000FF1C0FFFFFFF0000FF1C13 +:105F40000FFFFFFF0000FF1C0FFFFFFF0000FF1C03 +:105F50000FFFFFFF0000FF1C0FFFFFFF0000FF1CF3 +:105F60000FFFFFFF0000FF1C0FFFFFFF0000FF1CE3 +:105F70000FFFFFFF0000FF1C0FFFFFFF0000FF1CD3 +:105F80000FFFFFFF0000FF1C0FFFFFFF0000FF1CC3 +:105F90000FFFFFFF0000FF1C0FFFFFFF0000FF1CB3 +:105FA0000FFFFFFF0000FF1C0FFFFFFF0000FF1CA3 +:105FB0000FFFFFFF0000FF1C0FFFFFFF0000FF1C93 +:105FC0000FFFFFFF0000FF1C0FFFFFFF0000FF1C83 +:105FD0000FFFFFFF0000FF1C0FFFFFFF0000FF1C73 +:105FE0000FFFFFFF0000FF1C0FFFFFFF0000FF1C63 +:105FF0000FFFFFFF0000FF1C0FFFFFFF0000FF1C53 +:106000000FFFFFFF0000FF1C0FFFFFFF0000FF1C42 +:106010000FFFFFFF0000FF1C0FFFFFFF0000FF1C32 +:106020000FFFFFFF0000FF1C0FFFFFFF0000FF1C22 +:106030000FFFFFFF0000FF1C0FFFFFFF0000FF1C12 +:106040000FFFFFFF0000FF1C0FFFFFFF0000FF1C02 +:106050000FFFFFFF0000FF1C0FFFFFFF0000FF1CF2 +:106060000FFFFFFF0000FF1C0FFFFFFF0000FF1CE2 +:106070000FFFFFFF0000FF1C0FFFFFFF0000FF1CD2 +:106080000FFFFFFF0000FF1C0FFFFFFF0000FF1CC2 +:106090000FFFFFFF0000FF1C0FFFFFFF0000FF1CB2 +:1060A0000FFFFFFF0000FF1C0FFFFFFF0000FF1CA2 +:1060B0000FFFFFFF0000FF1C0FFFFFFF0000FF1C92 +:1060C0000FFFFFFF0000FF1C0FFFFFFF0000FF1C82 +:1060D0000FFFFFFF0000FF1C0FFFFFFF0000FF1C72 +:1060E0000FFFFFFF0000FF1C0FFFFFFF0000FF1C62 +:1060F0000FFFFFFF0000FF1C0FFFFFFF0000FF1C52 +:106100000FFFFFFF0000FF1C0FFFFFFF0000FF1C41 +:106110000FFFFFFF0000FF1C0FFFFFFF0000FF1C31 +:106120000FFFFFFF0000FF1C0FFFFFFF0000FF1C21 +:106130000FFFFFFF0000FF1C0FFFFFFF0000FF1C11 +:106140000FFFFFFF0000FF1C0FFFFFFF0000FF1C01 +:106150000FFFFFFF0000FF1C0FFFFFFF0000FF1CF1 +:106160000FFFFFFF0000FF1C0FFFFFFF0000FF1CE1 +:106170000FFFFFFF0000FF1C0FFFFFFF0000FF1CD1 +:106180000FFFFFFF0000FF1C0FFFFFFF0000FF1CC1 +:106190000FFFFFFF0000FF1C0FFFFFFF0000FF1CB1 +:1061A0000FFFFFFF0000FF1C0FFFFFFF0000FF1CA1 +:1061B0000FFFFFFF0000FF1C0FFFFFFF0000FF1C91 +:1061C0000FFFFFFF0000FF1C0FFFFFFF0000FF1C81 +:1061D0000FFFFFFF0000FF1C0FFFFFFF0000FF1C71 +:1061E0000FFFFFFF0000FF1C0FFFFFFF0000FF1C61 +:1061F0000FFFFFFF0000FF1C0FFFFFFF0000FF1C51 +:106200000FFFFFFF0000FF1C0FFFFFFF0000FF1C40 +:106210000FFFFFFF0000FF1C0FFFFFFF0000FF1C30 +:106220000FFFFFFF0000FF1C0FFFFFFF0000FF1C20 +:106230000FFFFFFF0000FF1C0FFFFFFF0000FF1C10 +:106240000FFFFFFF0000FF1C0FFFFFFF0000FF1C00 +:106250000FFFFFFF0000FF1C0FFFFFFF0000FF1CF0 +:106260000FFFFFFF0000FF1C0FFFFFFF0000FF1CE0 +:106270000FFFFFFF0000FF1C0FFFFFFF0000FF1CD0 +:106280000FFFFFFF0000FF1C0FFFFFFF0000FF1CC0 +:106290000FFFFFFF0000FF1C0FFFFFFF0000FF1CB0 +:1062A0000FFFFFFF0000FF1C0FFFFFFF0000FF1CA0 +:1062B0000FFFFFFF0000FF1C0FFFFFFF0000FF1C90 +:1062C0000FFFFFFF0000FF1C0FFFFFFF0000FF1C80 +:1062D0000FFFFFFF0000FF1C0FFFFFFF0000FF1C70 +:1062E0000FFFFFFF0000FF1C0FFFFFFF0000FF1C60 +:1062F0000FFFFFFF0000FF1C0FFFFFFF0000FF1C50 +:106300000FFFFFFF0000FF1C0FFFFFFF0000FF1C3F +:106310000FFFFFFF0000FF1C0FFFFFFF0000FF1C2F +:106320000FFFFFFF0000FF1C0FFFFFFF0000FF1C1F +:106330000FFFFFFF0000FF1C0FFFFFFF0000FF1C0F +:106340000FFFFFFF0000FF1C0FFFFFFF0000FF1CFF +:106350000FFFFFFF0000FF1C0FFFFFFF00000A28D8 +:1063600000003500000000010000000200000003F2 +:106370000000000000000004000000010000000018 +:106380000000000100000004000000000000000107 +:1063900000000003000000000000000100000004F5 +:1063A00000000000000000010000000300000000E9 +:1063B00000000001000000040000000000000004D4 +:1063C00000000003000000000000000000007FFF4C +:1063D000000003FF000000000000000100000001B9 +:1063E000000000010000000000000002000000901A +:1063F000000000900080009008100000000009FFDD +:106400000000076C0000008A00000080000000818E +:10641000000000800000008A000000800000008171 +:10642000000000800000008A000000800000008161 +:10643000000000800000008A000000800000008151 +:10644000000000800000008A000000800000008141 +:1064500000000080000000010000000100000001B9 +:10646000000000010000000100000001000025E420 +:10647000000025E400004BC800004BC800000018D5 +:106480000000111A005432100000000000210543E2 +:1064900000000000000025E4000025E400004BC8D7 +:1064A00000004BC8000000180000111A0054321000 +:1064B0000000000000210543000000000000000172 +:1064C00000000001000000010000000000000000CA +:1064D00000000001000000020000000000000006B3 +:1064E000000000030000000400000005000000019F +:1064F0000000000100000001000000010000000198 +:106500000000000100000001000000010000000187 +:106510000000000100000001000000010000000177 +:106520000000000100000001000000010000000365 +:106530000000600000000003000060000000000395 +:106540000000400000000300000003000000030002 +:10655000000003000000030000000300000003002F +:106560000003F00800000000000000000000000030 +:106570000000000100000001000000010000000117 +:106580000000000100000001000000010000000107 +:1065900000000001000000010000000100000001F7 +:1065A00000000001000000010000000100000001E7 +:1065B00000000001000000010000000100000001D7 +:1065C00000000001000000010000000100000001C7 +:1065D00000000001000000010000000100000001B7 +:1065E000000000010000000100000001000000FFA9 +:1065F000000000FF000000FF000000FF0000007F1F +:10660000000000FF000000FF000000FF0000003E4F +:10661000000000000000003F0000003F0000003FBD +:106620000000003F0000003F0000003F0000003F6E +:106630000000000F000000001217000022170000E9 +:10664000321700001215000022150000321500005C +:1066500002100000001000001010000020100000C8 +:10666000301000004010000000000000000000009A +:1066700000000000001000001214000022140000AE +:10668000321400004214000000000000000000006E +:106690000000000000008906000089260000003686 +:1066A000000000360810000008100000FFFFFFFF88 +:1066B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA +:1066C000FFFFFFFFFFFFFFFFFFFFFFFFF000C00026 +:1066D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA +:1066E000FFFFFFFFFFFFFFFFFFFFFFFFF800C000FE +:1066F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA +:10670000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99 +:10671000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89 +:10672000FFFFFFFFFFFFFFFFFFFFFFFF00003C1029 +:106730000000000800000008000000020000000443 +:1067400000000005000000040000004000001808E0 +:1067500000000803000008030000004000000003E0 +:106760000000080300000803000008030001000304 +:1067700000000803000008030000000300000003FD +:1067800000000003000000030000000300000003FD +:1067900000000003000000030000000300000003ED +:1067A00000000003000000030000000300000003DD +:1067B00000000003000024030000002F0000000977 +:1067C000000000190000018400000183000003069E +:1067D0000000001900000006000003060000030688 +:1067E0000000030600000C860000030600000306FC +:1067F0000000000600000006000000060000000681 +:106800000000000600000006000000060000000670 +:106810000000000600000006000000060000000660 +:10682000000000060000000600000006000003064D +:106830000000001300000006000010040000100417 +:106840000010644000106440000000400000001987 +:106850000000000100000000000000000000000037 +:106860000000000000002000000000000000000008 +:1068700000000000000000000400200000000000F4 +:1068800000000000000000000000000041002000A7 +:1068900000000000000000000000000000000000F8 +:1068A000000020000000007C0000003D0000003FD0 +:1068B0000000009C0000000C000000050000000A21 +:1068C0000000000500000053000025E30000005414 +:1068D0000000005400000004000000040000000458 +:1068E0000000000400000004000000040000000498 +:1068F0000000000400000000000000010000000291 +:10690000000000000000000100000002000000097B +:106910000000000B0000000A000000000000000161 +:106920000000000200000000000000010000000262 +:10693000000000090000000B0000000A0000000930 +:106940000000000B0000000A000000090000000B1E +:106950000000000A00000000000008000000020023 +:106960000000040000000000000000001FFF1FFFE7 +:106970001FFF1FFF1FFF1FFF1FFF1FFF000025E45A +:106980000000800020002000200020008000800007 +:1069900080008000400040004000400000000000F7 +:1069A00000000002000001780000017800000000F3 +:1069B000000000000000017800000000000000005E +:1069C00000000000000000010000000200000000C4 +:1069D00000000000000000000000000400000000B3 +:1069E00000000001000000020000000000000000A4 +:1069F0000000000000000004000000000000000192 +:106A00000000000200000000000000010000000281 +:106A10000000000000000001000000020000000073 +:106A20000000000000000000000000040000000062 +:106A30000000000100000002000000000000000152 +:106A40000000000200000000000000010000000241 +:106A50000000000000000000000000000000000432 +:106A6000000000130E490E490E490E490092009293 +:106A7000009200920124012401240124000000005E +:106A80000000000010001000100010002001012084 +:106A9000010110010101010120010120010110018A +:106AA000200101200101100101010101200101204B +:106AB00001011001010101010000000400000006B5 +:106AC00002004104020041040200410402004104AA +:106AD00000000204000002CE000002CE0000000010 +:106AE00000000000000002CC0000000000000000D8 +:106AF0000000000000000001000000020000000093 +:106B00000000000000000000000000040000000081 +:106B10000000000100000002000000000000000072 +:106B20000000000000000004000000130E490E49A0 +:106B30000000000000000000100010001000100015 +:106B400020010120010110010101010120010120AA +:106B500001011001200101200101100101010101C9 +:106B60002001012001011001010101010200410485 +:106B700002004104000000020000000000000002CA +:106B80000000000000000002000000000000000003 +:106B900000000000000000020000000000000002F1 +:106BA00000000000000000020000000000000000E3 +:106BB0000000000000000004000000060200410484 +:106BC000020041040000000100000001000000017B +:106BD00000000001000000010000000100000001B1 +:106BE00000000001000000010000000100000001A1 +:106BF0000000000100000001000000010000000191 +:106C0000000000010000000100000003025555557E +:106C100002555555000002CE000002CE000002CE03 +:106C2000000002CE000002CE000002CE000002CC26 +:106C30000000005400000054000000540000005404 +:106C40000000000000000001000000020000000041 +:106C50000000000600000003000000040000000522 +:106C60000000000000000001000000020000000021 +:106C7000000000000000000000000006000000000E +:106C80000000000100000002000000000000000001 +:106C900000000000000000060000000000000001ED +:106CA00000000002000000000000000100000002DF +:106CB00000000000000000010000000200000000D1 +:106CC00000000000000000000000000600000000BE +:106CD00000000001000000020000000000000001B0 +:106CE000000000020000000000000001000000029F +:106CF000000000000000000000000000000000068E +:106D00000E490E490E490E490092009200920092DF +:106D1000012401240124012410001000100010009F +:106D200020010120010110010101010120010120C8 +:106D300001011001200101200101100101010101E7 +:106D400020010120010110010101010100000004E6 +:106D5000000000060000000000000001000000022A +:106D6000000000000000000000000000000000061D +:106D70000000000000000001000000020000000010 +:106D800000000000000000000000000600000003FA +:106D900000000004000000050000000300000004E3 +:106DA00000000005000000030000000400000005D2 +:106DB00000000003000000030000000300000006C4 +:106DC00000000003000000040000000500000003B4 +:106DD00000000004000000050000000300000004A3 +:106DE0000000000500000003000000030000000395 +:106DF000000000060E490E490000000000920092BB +:106E00000000000001240124000000000000000038 +:106E10000E490E49000000000092009200000000A0 +:106E20000124012410001000100010002001012096 +:106E300001011001010101012001012001011001E6 +:106E400020010120010110010101010120010120A7 +:106E50000101100101010101000000010000000317 +:106E60000000000400000003000000040000000512 +:106E70000000000300000006000000050000000400 +:106E800000000003000000040000000500000003F3 +:106E900000000006000000050000000400000003E0 +:106EA00000000004000000000000000100000002DB +:106EB00000000000000000010000000200000005CA +:106EC00000000003000000060000000500000004B0 +:106ED00000000003000000040000000000000001AA +:106EE000000000020000000000000001000000029D +:106EF000000000050000000300000006000000057F +:106F00000048004800480048009000900090009021 +:106F100001200120012001200402040204020402D5 +:106F20000005000500050005120012001200120005 +:106F300008000800080008000120012001011020BD +:106F40000101012001200120010110200120012068 +:106F50000101102001010120012001200101102068 +:106F600001010120000000040000000600000123D0 +:106F70000000012300000123000001230000012381 +:106F80000000012300000123000001230000012371 +:106F90000000012300000123000001230000012361 +:106FA0000000012300000123000001230000012351 +:106FB0000000012300000123000001230000002045 +:106FC0000000003200000007000000070000000081 +:106FD00000000008000000010000000000000000A8 +:106FE0000000000002150020021500200000003003 +:106FF00008100000000000360000003000000031E2 +:107000000000000400000005000000000000000473 +:107010000000000100000006000000010000000266 +:1070200000000040000000400000001C00000020A4 +:10703000000100000002070000030E00000415001C +:1070400000051C000006230000072A00000831008C +:1070500000093800000A3F00000B4600000C4D00FC +:10706000000D5400000E5B00000F6200001069006C +:10707000001170000012770000137E0000148500DC +:1070800000158C000016930000179A000018A1004C +:107090000019A800001AAF00001BB600001CBD00BC +:1070A000001DC400001ECB00001FD2000000D9004C +:1070B0000000001E0000001D00010000000207800B +:1070C00000030F000004168000051E000006258046 +:1070D00000072D000008348000093C00000A4380AE +:1070E000000B4B00000C5280000D5A00000E618016 +:1070F000000F6900001070800011780000127F807E +:107100000013870000148E800015960000169D80E5 +:107110000017A5000018AC800019B400001ABB804D +:10712000001BC300001CCA800000D2000000000148 +:10713000000000010000000100000001000000014B +:10714000000000010000000100000001000000013B +:10715000000000010000000100000001000000012B +:1071600000000001000000010000000100000028F4 +:107170000000002C000000300000000100000001B1 +:1071800000000001000002110000020000000204E3 +:10719000000002190000FFFF0000FFFF0000FFFFDA +:1071A0000000FFFF07FFFFFF0000007F07FFFFFF5A +:1071B0000000003F0000FFFF0000FFFF0000FFFF96 +:1071C0000000FFFF00007FF800007FF800000000D3 +:1071D000000000010000FF00000000000000FF00B0 +:1071E000000000000000FF00000000000000FF00A1 +:1071F000000000000000FF00000000000000FF0091 +:10720000000000000000FF00000000000000FF0080 +:10721000000000000000FF00000000000000FF0070 +:10722000000000000000FF00000000000000FF0060 +:10723000000000000000FF00000000000000FF0050 +:10724000000000000000FF00000000000000FF0040 +:10725000000000000000FF00000000000000FF0030 +:10726000000000000000FF00000000000000FF0020 +:10727000000000000000FF00000000000000FF0010 +:10728000000000000000FF00000000000000FF0000 +:10729000000000000000FF00000000000000FF00F0 +:1072A000000000000000FF00000000000000FF00E0 +:1072B000000000000000FF00000000000000FF00D0 +:1072C000000000000000FF00000000000000FF00C0 +:1072D000000000000000FF00000000000000FF00B0 +:1072E000000000000000FF00000000000000FF00A0 +:1072F000000000000000FF00000000000000FF0090 +:10730000000000000000FF00000000000000FF007F +:10731000000000000000FF00000000000000FF006F +:10732000000000000000FF00000000000000FF005F +:10733000000000000000FF00000000000000FF004F +:10734000000000000000FF00000000000000FF003F +:10735000000000000000FF00000000000000FF002F +:10736000000000000000FF00000000000000FF001F +:10737000000000000000FF00000000000000FF000F +:10738000000000000000FF00000000000000FF00FF +:10739000000000000000FF00000000000000FF00EF +:1073A000000000000000FF00000000000000FF00DF +:1073B000000000000000FF00000000000000FF00CF +:1073C000000000000000FF00000000000000FF00BF +:1073D000000000000000FF00000000000000FF00AF +:1073E000000000000000FF00000000000000FF009F +:1073F000000000000000FF00000000000000FF008F +:10740000000000000000FF00000000000000FF007E +:1074100000000000002010010000000001009000AA +:10742000000001000000000100000000000000005A +:10743000140AFF000000900200000000000000009D +:1074400000000000000090040000000000000000A8 +:107450000000000000009006000000000000000096 +:107460000000000000009008000000000000000084 +:10747000000000000000900A000000000000000072 +:10748000000000000000900C000000000000000060 +:10749000000000000000900E00000000000000004E +:1074A000000000000000901000000000000000003C +:1074B000000000000000901200000000000000002A +:1074C0000000000000009014000000000000000018 +:1074D0000000000000009016000000000000000006 +:1074E00000000000000090180000000000000000F4 +:1074F000000000000000901A0000000000000000E2 +:10750000000000000000901C0000000000000000CF +:10751000000000000000901E0000000000000000BD +:1075200000000000000090200000000000000000AB +:107530000000000000009022000000000000000099 +:107540000000000000009024000000000000000087 +:107550000000000000009026000000000000000075 +:107560000000000000009028000000000000000063 +:10757000000000000000902A000000000000000051 +:10758000000000000000902C00000000000000003F +:10759000000000000000902E00000000000000002D +:1075A000000000000000903000000000000000001B +:1075B0000000000000009032000000000000000009 +:1075C00000000000000090340000000000000000F7 +:1075D00000000000000090360000000000000000E5 +:1075E00000000000000090380000000000000000D3 +:1075F000000000000000903A0000000000000000C1 +:10760000000000000000903C0000000000000000AE +:10761000000000000000903E00000000000000009C +:10762000000000000000904000000000000000008A +:107630000000000000009042000000000000000078 +:107640000000000000009044000000000000000066 +:107650000000000000009046000000000000000054 +:107660000000000000009048000000000000000042 +:10767000000000000000904A000000000000000030 +:10768000000000000000904C00000000000000001E +:10769000000000000000904E00000000000000000C +:1076A00000000000000090500000000000000000FA +:1076B00000000000000090520000000000000000E8 +:1076C00000000000000090540000000000000000D6 +:1076D00000000000000090560000000000000000C4 +:1076E00000000000000090580000000000000000B2 +:1076F000000000000000905A0000000000000000A0 +:10770000000000000000905C00000000000000008D +:10771000000000000000905E00000000000000007B +:107720000000000000009060000000000000000069 +:107730000000000000009062000000000000000057 +:107740000000000000009064000000000000000045 +:107750000000000000009066000000000000000033 +:107760000000000000009068000000000000000021 +:10777000000000000000906A00000000000000000F +:10778000000000000000906C0000000000000000FD +:10779000000000000000906E0000000000000000EB +:1077A00000000000000090700000000000000000D9 +:1077B00000000000000090720000000000000000C7 +:1077C00000000000000090740000000000000000B5 +:1077D00000000000000090760000000000000000A3 +:1077E0000000000000009078000000000000000091 +:1077F000000000000000907A00000000000000007F +:10780000000000000000907C00000000000000006C +:10781000000000000000907E00000000000000005A +:107820000000000000009080000000000000000048 +:107830000000000000009082000000000000000036 +:107840000000000000009084000000000000000024 +:107850000000000000009086000000000000000012 +:107860000000000000009088000000000000000000 +:10787000000000000000908A0000000000000000EE +:10788000000000000000908C0000000000000000DC +:10789000000000000000908E0000000000000000CA +:1078A00000000000000090900000000000000000B8 +:1078B00000000000000090920000000000000000A6 +:1078C0000000000000009094000000000000000094 +:1078D0000000000000009096000000000000000082 +:1078E0000000000000009098000000000000000070 +:1078F000000000000000909A00000000000000005E +:10790000000000000000909C00000000000000004B +:10791000000000000000909E000000000000000039 +:1079200000000000000090A0000000000000000027 +:1079300000000000000090A2000000000000000015 +:1079400000000000000090A4000000000000000003 +:1079500000000000000090A60000000000000000F1 +:1079600000000000000090A80000000000000000DF +:1079700000000000000090AA0000000000000000CD +:1079800000000000000090AC0000000000000000BB +:1079900000000000000090AE0000000000000000A9 +:1079A00000000000000090B0000000000000000097 +:1079B00000000000000090B2000000000000000085 +:1079C00000000000000090B4000000000000000073 +:1079D00000000000000090B6000000000000000061 +:1079E00000000000000090B800000000000000004F +:1079F00000000000000090BA00000000000000003D +:107A000000000000000090BC00000000000000002A +:107A100000000000000090BE000000000000000018 +:107A200000000000000090C0000000000000000006 +:107A300000000000000090C20000000000000000F4 +:107A400000000000000090C40000000000000000E2 +:107A500000000000000090C60000000000000000D0 +:107A600000000000000090C80000000000000000BE +:107A700000000000000090CA0000000000000000AC +:107A800000000000000090CC00000000000000009A +:107A900000000000000090CE000000000000000088 +:107AA00000000000000090D0000000000000000076 +:107AB00000000000000090D2000000000000000064 +:107AC00000000000000090D4000000000000000052 +:107AD00000000000000090D6000000000000000040 +:107AE00000000000000090D800000000000000002E +:107AF00000000000000090DA00000000000000001C +:107B000000000000000090DC000000000000000009 +:107B100000000000000090DE0000000000000000F7 +:107B200000000000000090E00000000000000000E5 +:107B300000000000000090E20000000000000000D3 +:107B400000000000000090E40000000000000000C1 +:107B500000000000000090E60000000000000000AF +:107B600000000000000090E800000000000000009D +:107B700000000000000090EA00000000000000008B +:107B800000000000000090EC000000000000000079 +:107B900000000000000090EE000000000000000067 +:107BA00000000000000090F0000000000000000055 +:107BB00000000000000090F2000000000000000043 +:107BC00000000000000090F4000000000000000031 +:107BD00000000000000090F600000000000000001F +:107BE00000000000000090F800000000000000000D +:107BF00000000000000090FA0000000000000000FB +:107C000000000000000090FC0000000000000000E8 +:107C100000000000000090FE0000000000000000D6 +:107C200000000000000091000000000000000000C3 +:107C300000000000000091020000000000000000B1 +:107C4000000000000000910400000000000000009F +:107C5000000000000000910600000000000000008D +:107C6000000000000000910800000000000000007B +:107C7000000000000000910A000000000000000069 +:107C8000000000000000910C000000000000000057 +:107C9000000000000000910E000000000000000045 +:107CA0000000000000009110000000000000000033 +:107CB0000000000000009112000000000000000021 +:107CC000000000000000911400000000000000000F +:107CD00000000000000091160000000000000000FD +:107CE00000000000000091180000000000000000EB +:107CF000000000000000911A0000000000000000D9 +:107D0000000000000000911C0000000000000000C6 +:107D1000000000000000911E0000000000000000B4 +:107D200000000000000091200000000000000000A2 +:107D30000000000000009122000000000000000090 +:107D4000000000000000912400000000000000007E +:107D5000000000000000912600000000000000006C +:107D6000000000000000912800000000000000005A +:107D7000000000000000912A000000000000000048 +:107D8000000000000000912C000000000000000036 +:107D9000000000000000912E000000000000000024 +:107DA0000000000000009130000000000000000012 +:107DB0000000000000009132000000000000000000 +:107DC00000000000000091340000000000000000EE +:107DD00000000000000091360000000000000000DC +:107DE00000000000000091380000000000000000CA +:107DF000000000000000913A0000000000000000B8 +:107E0000000000000000913C0000000000000000A5 +:107E1000000000000000913E000000000000000093 +:107E20000000000000009140000000000000000081 +:107E3000000000000000914200000000000000006F +:107E4000000000000000914400000000000000005D +:107E5000000000000000914600000000000000004B +:107E60000000000000009148000000000000000039 +:107E7000000000000000914A000000000000000027 +:107E8000000000000000914C000000000000000015 +:107E9000000000000000914E000000000000000003 +:107EA00000000000000091500000000000000000F1 +:107EB00000000000000091520000000000000000DF +:107EC00000000000000091540000000000000000CD +:107ED00000000000000091560000000000000000BB +:107EE00000000000000091580000000000000000A9 +:107EF000000000000000915A000000000000000097 +:107F0000000000000000915C000000000000000084 +:107F1000000000000000915E000000000000000072 +:107F20000000000000009160000000000000000060 +:107F3000000000000000916200000000000000004E +:107F4000000000000000916400000000000000003C +:107F5000000000000000916600000000000000002A +:107F60000000000000009168000000000000000018 +:107F7000000000000000916A000000000000000006 +:107F8000000000000000916C0000000000000000F4 +:107F9000000000000000916E0000000000000000E2 +:107FA00000000000000091700000000000000000D0 +:107FB00000000000000091720000000000000000BE +:107FC00000000000000091740000000000000000AC +:107FD000000000000000917600000000000000009A +:107FE0000000000000009178000000000000000088 +:107FF000000000000000917A000000000000000076 +:10800000000000000000917C000000000000000063 +:10801000000000000000917E000000000000000051 +:10802000000000000000918000000000000000003F +:10803000000000000000918200000000000000002D +:10804000000000000000918400000000000000001B +:108050000000000000009186000000000000000009 +:1080600000000000000091880000000000000000F7 +:10807000000000000000918A0000000000000000E5 +:10808000000000000000918C0000000000000000D3 +:10809000000000000000918E0000000000000000C1 +:1080A00000000000000091900000000000000000AF +:1080B000000000000000919200000000000000009D +:1080C000000000000000919400000000000000008B +:1080D0000000000000009196000000000000000079 +:1080E0000000000000009198000000000000000067 +:1080F000000000000000919A000000000000000055 +:10810000000000000000919C000000000000000042 +:10811000000000000000919E000000000000000030 +:1081200000000000000091A000000000000000001E +:1081300000000000000091A200000000000000000C +:1081400000000000000091A40000000000000000FA +:1081500000000000000091A60000000000000000E8 +:1081600000000000000091A80000000000000000D6 +:1081700000000000000091AA0000000000000000C4 +:1081800000000000000091AC0000000000000000B2 +:1081900000000000000091AE0000000000000000A0 +:1081A00000000000000091B000000000000000008E +:1081B00000000000000091B200000000000000007C +:1081C00000000000000091B400000000000000006A +:1081D00000000000000091B6000000000000000058 +:1081E00000000000000091B8000000000000000046 +:1081F00000000000000091BA000000000000000034 +:1082000000000000000091BC000000000000000021 +:1082100000000000000091BE00000000000000000F +:1082200000000000000091C00000000000000000FD +:1082300000000000000091C20000000000000000EB +:1082400000000000000091C40000000000000000D9 +:1082500000000000000091C60000000000000000C7 +:1082600000000000000091C80000000000000000B5 +:1082700000000000000091CA0000000000000000A3 +:1082800000000000000091CC000000000000000091 +:1082900000000000000091CE00000000000000007F +:1082A00000000000000091D000000000000000006D +:1082B00000000000000091D200000000000000005B +:1082C00000000000000091D4000000000000000049 +:1082D00000000000000091D6000000000000000037 +:1082E00000000000000091D8000000000000000025 +:1082F00000000000000091DA000000000000000013 +:1083000000000000000091DC000000000000000000 +:1083100000000000000091DE0000000000000000EE +:1083200000000000000091E00000000000000000DC +:1083300000000000000091E20000000000000000CA +:1083400000000000000091E40000000000000000B8 +:1083500000000000000091E60000000000000000A6 +:1083600000000000000091E8000000000000000094 +:1083700000000000000091EA000000000000000082 +:1083800000000000000091EC000000000000000070 +:1083900000000000000091EE00000000000000005E +:1083A00000000000000091F000000000000000004C +:1083B00000000000000091F200000000000000003A +:1083C00000000000000091F4000000000000000028 +:1083D00000000000000091F6000000000000000016 +:1083E00000000000000091F8000000000000000004 +:1083F00000000000000091FA0000000000000000F2 +:1084000000000000000091FC0000000000000000DF +:1084100000000000000091FEFFFFFFFFFFFFFFFFD5 +:10842000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C +:10843000FFFFFFFFFFFFFFFF0000FFFF0000000046 +:10844000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C +:10845000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C +:108460000000FFFF000000000000039B000015005B +:1084700000000001000000020000000300000000F6 +:1084800000000004000000010000000000000001E6 +:1084900000000004000000000000000100000003D4 +:1084A00000000000000000010000000400000000C7 +:1084B00000000001000000030000000000000001B7 +:1084C00000000004000000000000000400000003A1 +:1084D000000000000000000000007FFF000003FF1C +:1084E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C +:1084F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C +:108500000000000300BEBC200000000000000005C9 +:108510000000000300BEBC200000000000000005B9 +:108520000000000300BEBC200000000000000005A9 +:108530000000000300BEBC20000000000000000599 +:108540000000000300BEBC20000000000000000589 +:108550000000000300BEBC20000000000000000579 +:108560000000000300BEBC20000000000000000569 +:108570000000000300BEBC20000000000000000559 +:108580000000000D0000000C0000000000000010C2 +:108590000000000F000000000000000000000000CC +:1085A0000215002002150020000000300810000015 +:1085B0000000003600000030000000310000000321 +:1085C00000000000000000010000000300000001A6 +:1085D0000000000200000040000000400000000415 +:1085E000000000200000000F0000001B00008000C1 +:1085F000000103C00001878000020B4000028F00D1 +:10860000000312C00003968000041A4000049E007C +:10861000000521C00005A580000629400006AD0028 +:10862000000730C00007B480000838400008BC00D4 +:1086300000093FC00009C380000A4740000ACB0080 +:10864000000B4EC0000BD280000C5640000CDA002C +:10865000000D5DC00000618000000001000000010D +:108660000000000100000001000000010000000106 +:1086700000000001000000010000000100000001F6 +:1086800000000001000000010000000100000001E6 +:108690000000000100000001000000010000050EC4 +:1086A000000004FD000005010000051E0000FFFFA2 +:1086B0000000FFFF0000FFFF0000FFFF000000467A +:1086C0000000000C00000000000000000000001C82 +:1086D000000000F4000000010000000000000000A5 +:1086E00000000000000000010000000107FFFFFF84 +:1086F0000000007F07FFFFFF0000003F0000FFFFBA +:108700000000FFFF0000FFFF0000FFFF00007FF8F8 +:1087100000007FF80000FF00000000000000FF00E4 +:10872000000000000000FF00000000000000FF004B +:10873000000000000000FF00000000000000FF003B +:10874000000000000000FF00000000000000FF002B +:10875000000000000000FF00000000000000FF001B +:10876000000000000000FF00000000000000FF000B +:10877000000000000000FF00000000000000FF00FB +:10878000000000000000FF00000000000000FF00EB +:10879000000000000000FF00000000000000FF00DB +:1087A000000000000000FF00000000000000FF00CB +:1087B000000000000000FF00000000000000FF00BB +:1087C000000000000000FF00000000000000FF00AB +:1087D000000000000000FF00000000000000FF009B +:1087E000000000000000FF00000000000000FF008B +:1087F000000000000000FF00000000000000FF007B +:10880000000000000000FF00000000000000FF006A +:10881000000000000000FF00000000000000FF005A +:10882000000000000000FF00000000000000FF004A +:10883000000000000000FF00000000000000FF003A +:10884000000000000000FF00000000000000FF002A +:10885000000000000000FF00000000000000FF001A +:10886000000000000000FF00000000000000FF000A +:10887000000000000000FF00000000000000FF00FA +:10888000000000000000FF00000000000000FF00EA +:10889000000000000000FF00000000000000FF00DA +:1088A000000000000000FF00000000000000FF00CA +:1088B000000000000000FF00000000000000FF00BA +:1088C000000000000000FF00000000000000FF00AA +:1088D000000000000000FF00000000000000FF009A +:1088E000000000000000FF00000000000000FF008A +:1088F000000000000000FF00000000000000FF007A +:10890000000000000000FF00000000000000FF0069 +:10891000000000000000FF00000000000000FF0059 +:10892000000000000000FF00000000000000FF0049 +:10893000000000000000FF00000000000000FF0039 +:10894000000000000000FF00000000000000FF0029 +:1089500000000000FFFFFFFFFFFFFFFFFFFFFFFF23 +:10896000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17 +:10897000FFFFFFFF000019000000000000000001E1 +:1089800000000000000000000000000000000218CD +:1089900000001500000000010000000200000003BC +:1089A00000000000000000040000000100000000C2 +:1089B00000000001000000040000000000000001B1 +:1089C000000000030000000000000001000000049F +:1089D0000000000000000001000000030000000093 +:1089E000000000010000000400000000000000047E +:1089F00000000003000000000000000000007FFFF6 +:108A0000000003FF00000000039387000000000047 +:108A10000000000000000000039387000000000039 +:108A2000000000000000000F000000070000000030 +:108A30000000000E0000000E00000000000000001A +:108A40000000000003150020031500200100003085 +:108A50000810000000000036000000300000003167 +:108A600000000002000000050000000200000002FB +:108A700000000000000000050000000300000001ED +:108A8000000000040000000100000002000000409F +:108A90000000004000000004000000200000000270 +:108AA00000000020000010000000208000003100C5 +:108AB000000041800000520000006280000073004E +:108AC00000008380000094000000A4800000B50036 +:108AD0000000C5800000D6000000E6800000F7001E +:108AE0000001078000011800000128800001390002 +:108AF0000001498000015A0000016A8000017B00EA +:108B000000018B8000019C000001AC800001BD00D1 +:108B10000001CD800001DE000001EE800001FF00B9 +:108B200000000F80000000010000000100000001B3 +:108B30000000000100000001000000010000000131 +:108B40000000000100000001000000010000000121 +:108B50000000000100000001000000010000000111 +:108B60000000000100000001000000010000000101 +:108B700000000001000012140000120000001204A6 +:108B80000000FFFF0000FFFF0000FFFF0000FFFFED +:108B9000000000200000003800000000000000007D +:108BA0000000002300000024000000250000002633 +:108BB00000000027000000390000003A0000002BF0 +:108BC0000000002C00000000000000EC000000008D +:108BD000000000290000002A000000010000000140 +:108BE0000000000100000001000000000000000083 +:108BF000000000000000000107FFFFFF0000007FF1 +:108C000007FFFFFF0000003F0000FFFF0000FFFF25 +:108C10000000FFFF0000FFFF00007FF800007FF86A +:108C20000000000000000001CCCC0201CCCCCCCC78 +:108C3000CCCC0201CCCCCCCCCCCC0201CCCCCCCC9E +:108C4000CCCC0201CCCCCCCCCCCC0201CCCCCCCC8E +:108C5000CCCC0201CCCCCCCCCCCC0201CCCCCCCC7E +:108C6000CCCC0201CCCCCCCCFFFFFFFFFFFFFFFF41 +:108C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04 +:108C8000FFFFFFFFFFFFFFFF0000000000010001EA +:108C900000110807CCCCCCC910000000000028ADA2 +:108CA0000000291800002919000000000000000041 +:108CB00000000005000000067058103C0000000095 +:108CC0000000FF00000000000000FF0000000000A6 +:108CD0000000FF00000000000000FF000000000096 +:108CE0000000FF00000000000000FF000000000086 +:108CF0000000FF00000000000000FF000000000076 +:108D00000000FF00000000000000FF000000000065 +:108D10000000FF00000000000000FF000000000055 +:108D20000000FF00000000000000FF000000000045 +:108D30000000FF00000000000000FF000000000035 +:108D40000000FF00000000000000FF000000000025 +:108D50000000FF00000000000000FF000000000015 +:108D60000000FF00000000000000FF000000000005 +:108D70000000FF00000000000000FF0000000000F5 +:108D80000000FF00000000000000FF0000000000E5 +:108D90000000FF00000000000000FF0000000000D5 +:108DA0000000FF00000000000000FF0000000000C5 +:108DB0000000FF00000000000000FF0000000000B5 +:108DC0000000FF00000000000000FF0000000000A5 +:108DD0000000FF00000000000000FF000000000095 +:108DE0000000FF00000000000000FF000000000085 +:108DF0000000FF00000000000000FF000000000075 +:108E00000000FF00000000000000FF000000000064 +:108E10000000FF00000000000000FF000000000054 +:108E20000000FF00000000000000FF000000000044 +:108E30000000FF00000000000000FF000000000034 +:108E40000000FF00000000000000FF000000000024 +:108E50000000FF00000000000000FF000000000014 +:108E60000000FF00000000000000FF000000000004 +:108E70000000FF00000000000000FF0000000000F4 +:108E80000000FF00000000000000FF0000000000E4 +:108E90000000FF00000000000000FF0000000000D4 +:108EA0000000FF00000000000000FF0000000000C4 +:108EB0000000FF00000000000000FF0000000000B4 +:108EC0000000FF00000000000000FF0000000000A4 +:108ED0000000FF00000000000000FF000000000094 +:108EE0000000FF00000000000000FF000000000084 +:108EF0000000FF00000000000000FF000000000074 +:108F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71 +:108F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61 +:108F20000000FFFF00000000FFFFFFFFFFFFFFFF4B +:108F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41 +:108F4000FFFFFFFFFFFFFFFF0000FFFF000000002B +:108F5000032313031303231303030323A0B090433A +:108F60000200020006040604032313031303231361 +:108F700003030323A0B0904313131313131313130A +:108F800013131313A0B0904303010200000000006C +:108F9000000006290000150000000001000000028A +:108FA00000000003000000000000000400000001B9 +:108FB00000000000000000010000000400000000AC +:108FC000000000010000000300000000000000019C +:108FD0000000000400000000000000010000000389 +:108FE000000000000000000100000004000000007C +:108FF000000000040000000300000000000000006A +:1090000000007FFF000003FF002625A000000000F5 +:10901000002625A000000000002625A0000000007A +:10902000002625A000000000000E0000011600D65A +:10903000002625A000000000002625A0000000005A +:10904000002625A000000000002625A0000000004A +:1090500000720000012300F30000FFFF0000000089 +:109060000000FFFF000000000000FFFF0000000004 +:109070000000FFFF000000000000FFFF00000000F4 +:109080000000FFFF000000000000000000000000E2 +:109090000000FFFF000000000000FFFF00000000D4 +:1090A0000000FFFF000000000000FFFF00000000C4 +:1090B0000000FFFF000000000000FFFF00000000B4 +:1090C0000000FFFF000000000000000000000000A2 +:1090D0000000FFFF000000000000FFFF0000000094 +:1090E0000000FFFF000000000000FFFF0000000084 +:1090F0000000FFFF000000000000FFFF0000000074 +:109100000000FFFF00000000000000000000000061 +:109110000000FFFF000000000000FFFF0000000053 +:109120000000FFFF000000000000FFFF0000000043 +:109130000000FFFF000000000000FFFF0000000033 +:109140000000FFFF00000000000000000000000021 +:109150000000FFFF000000000000FFFF0000000013 +:109160000000FFFF000000000000FFFF0000000003 +:109170000000FFFF000000000000FFFF00000000F3 +:109180000000FFFF000000000000000000000000E1 +:109190000000FFFF000000000000FFFF00000000D3 +:1091A0000000FFFF000000000000FFFF00000000C3 +:1091B0000000FFFF000000000000FFFF00000000B3 +:1091C0000000FFFF000000000000000000000000A1 +:1091D0000000FFFF000000000000FFFF0000000093 +:1091E0000000FFFF000000000000FFFF0000000083 +:1091F0000000FFFF000000000000FFFF0000000073 +:109200000000FFFF00000000000000000000000060 +:109210000000FFFF000000000000FFFF0000000052 +:109220000000FFFF000000000000FFFF0000000042 +:109230000000FFFF000000000000FFFF0000000032 +:109240000000FFFF00000000000000000000000020 +:109250000000FFFF00000000555400005555555513 +:1092600000005555F0000000555400005555555567 +:1092700000005555F0000000000000000001000053 +:109280000000501400000000FFF55FFF0000FFFF2A +:10929000F00003E0000000000000A0000000040057 +:1092A00000000000000000000000000000001000AE +:1092B000000000000000000000000000000040006E +:1092C000000000000000000000000000000100009D +:1092D000FF5C0000FFF55FFF0000FFFFF00003E010 +:1092E000000000000000A0000000080000000000D6 +:1092F000000000000000000000002000000000004E +:1093000000000000000000000000800000000000DD +:10931000000000000000000000020000000000004B +:109320001F8B080000000000000BFB51CFC0F003B2 +:1093300009AB48A3F2EFF0A1F2D17181007E79422E +:1093400098858132FDF93C0C0CE540DCCD832A6E1A +:10935000C604A1ED3919189EB333307003E973AC1C +:1093600008F978A8BD070C10621E7A0C0CADDA1053 +:10937000F64E6DCADC358A8706E6B445E5FFB48251 +:10938000D0ED36109A0B4DFE17547EB93984E6B6EF +:10939000C56EEE0A73E2EC7FE28CCACF72C6AF3EB6 +:1093A000C0034203009EF27A77B803000000000079 +:1093B00000000000000000001F8B080000000000FB +:1093C000000BCD7D0D7814C79168CFEEECECEC9FCF +:1093D0003492566225048C90802591C902020B4775 +:1093E0009891F8B17C0F5F168C7DB28FF8161B6CCC +:1093F000F97FE33831EFEE6C0DFA43089016836D78 +:10940000C071B2E09FC35CFC22278EE3BCFCBC951C +:109410008D09BEE4BDC8C4E7E03BFB22E39F248E78 +:10942000EDD3913838F7C87155D53DBB33AB1F84A8 +:109430002F4E4EF99CA6677ABAABABAAABAAABAAE1 +:109440007BBD6A119B3D83B1B3F8B78CB107DD8C4E +:10945000B1D25CA96FFE9BAF0C8719FBC094596F0A +:109460001D636653F2EFB06EB67BB50E281F08DCA5 +:10947000F3956178BE5956356F0CBE61C90BE31781 +:1094800030B6B58DB18C97EA9FC2BACA9831509B5D +:109490001BC72A4B988BB145D8AE527B3BC0E8EF37 +:1094A0002C8CED65016642BF1F682CDD5B050F5FEC +:1094B0004D34B232C6DCBC0994AB33DF82F791E5A0 +:1094C0006CC4BB24D79F5B53584615FD50C3F5852C +:1094D00089E0E871AD72F3AB1BD2476CED6B582895 +:1094E000FCF627E11F3293110EE6DEC118C251C30C +:1094F000D2EEAAF1FB39DD96481F9985F8FACB42E6 +:109500009CEF78ED2CBC74B4A95476B56954BA6B51 +:109510009891AEA5F9195FC73268D2B8BD35330F3F +:109520000624842EC118E03BF052F541C4C7C54C57 +:1095300022BCF5D67C5D35C6C0AB55B25A1B3E6623 +:10954000E2B44CEA07269A7E14FA9161DC83F0BDFE +:10955000AC8D1E0FF16F8DB7FA238EE7659717C696 +:109560004350CE656CA816F19A86368CB9A2697301 +:1095700018EB51681F85C73A6F7F2EFCA9952E07FF +:109580007DE5A0DF5157C2C5D45F96FE797CC570DA +:10959000FEC0D72CC2A232CCCFC3FCB15E98DAADEC +:1095A000526213CE4F3FF2974627E0E794C1467AC6 +:1095B000A19D279C60C83FD67797966E243CC941F1 +:1095C00057DA2B5149F83C55C9F9C31B7699DE7916 +:1095D00063E0A552A14560E1655CB880FEC8E7F490 +:1095E0000A70D2F8A14CFDFB63B00E60BC101B26C4 +:1095F00026296440906AC68A982EF145119310CFAF +:109600008C3568C8BF61DF1FBADFF5D4AF64EC6288 +:109610006703E7D1AF0CFD567F0CFD9E035E1FFB79 +:1096200012F58BD4395B92EB771BAC3B46EB4FA327 +:10963000D20B2D697DD77239B3B52D42CF99FC4D30 +:10964000C305E305638ADE0B722D10CCB02A68F7E0 +:10965000AF8DEA08F00E721AF1990BE907E307A241 +:10966000EC7517D03D1073CA1FB55299143F76950B +:10967000CE9E9298685DC1CAAD5273DF8DD7EEE37E +:109680002E3B407E55797275393833C7D713CCCF0E +:10969000BD22C118F17D9CD9D7B7EC6209D40B1D4E +:1096A000C16B559C3F3B73F6AC7BB14DCE07E3F5E8 +:1096B00063E1E5355645F2C8AA7BB4EECF490550C3 +:1096C00046361AC336787E86FFC0751CB9C5189E0B +:1096D000041DDC72BC6503D0197822F628F0DDAEDB +:1096E000C035ECF55AD473D764904FBA4BCBAABCB3 +:1096F000A88F583BD75B6A90A98B737C3A587A65E0 +:1097000004E55A57F995110672A3CB138FC4A17EB5 +:10971000ACF46903FBED3E53C8504F76476616E242 +:10972000BCBACF544F498E31BF00E3F2C28FF0551F +:10973000717E63D11CBCDD11978AF09CAAE572672B +:1097400057E0FB861BEA8A2E27B17F2508E3C2F883 +:10975000CD7503C606E06325114C78B5D1FD58E3FD +:10976000C09F7416E53EB6B1D69DE4783F261CA393 +:10977000EB096326CA558DC57AC768EF510BCCC07B +:109780003C94BBD9E71A8E5BF3A30B48EE637B5D79 +:10979000C5A12503D7558EFFD30E7A33CD95EB7730 +:1097A000668E7EA0DF7AA43A5CC26A12D76D3E5EF6 +:1097B000BB15D63A407AC86841FC754AC50BD0AE95 +:1097C000198FDFE548CFBFB9015EC05D06F9CB1B3D +:1097D0005965229E3BC1B0292151B163489A47E5A2 +:1097E000BFB9F1BD26BF63E7BF7912D81388CC0B90 +:1097F000D98538FF8E20A7FB78E375C1FA6273C65E +:109800007FEF51628938E9A3E409298CF39D47F081 +:10981000CB95474F54011CCB24AEA7E5B06222DCA8 +:109820004C93DF1DB6E149978D6512BCF7F8793F7F +:10983000F9FDCF979B96E3FB932CBE12CB9EAAC556 +:1098400042FFE5AD97200CBE647C382D7A689B639F +:109850005C4832A3402AE3FC8C7FFEDA18C0086A19 +:10986000F8D36E4DAEE7F47587719DBA592FF2604B +:10987000543E89701BF03F84BBA001EA36BCBA8D10 +:10988000AB8D6A98B7D6A48E7822C84FBCBDC5A749 +:109890006EA4C73C2C9DCF13F9F4687B86BD31CBF9 +:1098A000663FA29D3A065EDE72375D2F8D61A7B2DC +:1098B00060F1A4F080B602B663C1640FD20DB4CEDD +:1098C00008CEF34141EF07845EBA0FF512D4770B4F +:1098D0003DD4DFA653B9AF2D4AE5436D317ADFD9C8 +:1098E000564FE5CE3683CA5D6DCD546E6F8B533BBC +:1098F000A5BC5345BA3D583EB04F22BBFC75E3476B +:10990000F0C983A1815718D6CD57791D6439AB00B2 +:109910003A6F79D930812F1F2C1AB8CA05203CB173 +:10992000FB07E61180F7C15903AF48503F22FD30D5 +:10993000D389ED2FE0ED0F6EF9A56162FF3ED642AF +:10994000EBA972DD39F0C0E5E5D38807281F2C8527 +:10995000EF8293FFEEFBF81DEE4BAACE6F3C9F9C6F +:1099600032F87CA5C69700A53E95C37F62CBBFD2D7 +:109970007C49645D04D8D9F26F26CDFF02D13FE85F +:10998000A92B6C7AEA25C9C3C79F7F7E70BF2CE6DE +:10999000AB682306483CB65A4A3C29413F05AD43D3 +:1099A0008617481BA87CD69474EC0F98A2FCDC7C2C +:1099B00054818D4B73ED95BA189B098FFE2F2A9F0A +:1099C00045B9E7C5CD064339F37F9078D07E7B6DEE +:1099D00093CAD7B1A1A29CFD81786EED2BE417DC70 +:1099E00064FF3C8FCF178D6E6FED07AC76E3C2A995 +:1099F0009DC3CE9DE43C990C7602D8714F32CD3197 +:109A0000DF2F33CD314F5F90AFD7C9D24372717A18 +:109A1000DC9DD7EF1D79F5A95F75B17A58DA95B756 +:109A2000D8F40CFC1759EF77D4CBD6153BEAE1D527 +:109A3000158EBAD6E0B48F2A367EC2519F7EE702D9 +:109A400047DDA35DE4A817D43539FA2B5EF1678EA4 +:109A5000F7C1DAB58EF71F15DFBBF3E6DF93579F2B +:109A60006C3F2542CE59CFCBAE5E9C20BB6E751DA0 +:109A7000977F72FCD259F0CF5FDE376B412F1BAB63 +:109A80009F2D449FA8DB08BB48DE72F9ED3225B25A +:109A9000B3EF97E26B56A21F6229D8670CED7FA740 +:109AA0007C67F6BA7B74BDC6C5F5235BCDE7B3EC26 +:109AB000CC3215F9CC1F72C5D3C0477E4F5A2BAE9E +:109AC000CDCDA74CD8A716FCCBCEFCD88DEBA543AB +:109AD000D30FE23EE4FEABFF2C726D7034FC56FFF8 +:109AE000DB83AE66DCD7E7EBE1EDF2806A1FC76A85 +:109AF0007F2EFCCED293E7E98F893317D4EFFA8C0F +:109B00008BF64D3BD0FF007AA257F81F7AD0FF00AA +:109B1000F56ED0375802A027D0BE397D11D3B17D64 +:109B20004178D840FDD1D27E696314E65F103122BE +:109B300011A83FB9AC66CB8A6968F20E13FE76D7DE +:109B4000AF2D6413F859423197631F14883AF7ED2B +:109B50003EBDD851F7462A26DC37BD2DD67101EC23 +:109B60002F63B5587239E02E7C3772BDCDBE6A7650 +:109B7000B9B95DEF5E93447BA74FE2F2DD7A7FC017 +:109B8000E5A2F7C7C19CC6FE969DE97771FAF27D02 +:109B90006630D46466D05F22B1E42C6D341D839EA0 +:109BA0000CF1CB9F1A0F1D45C311B47BD368845EA3 +:109BB0000C722408F61FFC532E596F5E07CF3B60D2 +:109BC0005FE08EA1FD1D7C1D9F7B847DE477253A9F +:109BD0005CDCCF2125C8EF14A7F24F3D1FB77BFEF9 +:109BE0004806F7119F566207D968BA3DE5E27EC381 +:109BF000E62CDD3E43FB788B6EBD414E3758356316 +:109C0000D2ED4617D723BD729AD6E1B233852EFA2C +:109C1000BEDE45FA6D4770C1B66AFCFE253703F318 +:109C200090ED9033D4EE8F8D877CB84221800BF776 +:109C3000A7FFC8E10A7986B43F055CE3F25B71CB0C +:109C4000B9F8ED4594EBF9FCD661D13D106FC175C3 +:109C50009A9BF74CF23F221FBA6A91DE5C7EEF14AA +:109C60007275A73CF447A54B565EABA96B504EB43A +:109C70000615929337BBCDA309941301893D0AF3CE +:109C800076A31E0479BEE93E4F0CF9B0F51FDDF551 +:109C90006E1DE071FBE8FB7C385B65605130055A56 +:109CA000613F89F86269CF4876BF3373B49FFA7712 +:109CB0002EE73EE6D49E2B0A336C7C3CBCD3764C1C +:109CC0009367E5FCD4F9EF6F76B324E9397540A1C9 +:109CD00079FD6DCAD73B1FE7377B450AE81676AB9F +:109CE0007CDE62DF77F3A11734D986A7D63D9ED7F5 +:109CF000BD63C09DC597F51DBABF8B477F3FDE771B +:109D000080BF15088FA70E588DF09C287703FD03A0 +:109D1000873664C0D2023ECAF0FDA9E83F073FACD7 +:109D20006D013F9B3706BC9AEB75F4D39E0BDE7337 +:109D3000E9E3537BBABAD1AFF54B4F6C3AFA795A93 +:109D400077CCA1F1AE15769085F74DF775958D1509 +:109D500087C8E2DDBD6315C2FD0133A3EEF9549F50 +:109D6000DD0ACFD78CC32FE7E28FA5EE3F127FC06D +:109D70007C913F5ADC5C0EB39E52E2FBF3E60FEBA4 +:109D8000BBF3E40FE087F56E280D397EE555615C85 +:109D9000EF2C8676A5C51F56BFA3F842D0E9A3C213 +:109DA000792EBE5037BBF537173256251BA4477B9B +:109DB000B47693E88BBC8AFE89D47CF22782A225F4 +:109DC0003F23FC65509EAA9A4172DE0F9B56DC77BA +:109DD00005EB9CF24BA975CAAF488B91B1FAEDD552 +:109DE000715C85C645CF098E2B0759C687F311FED6 +:109DF0006A644BB4A3BDEC9F9BABF97731FC6EBC9E +:109E0000F9C88CFBB3D1AD84F6B5974D1C9FC91F23 +:109E100027B22E4EF19FC9B66741597FDB86F7F115 +:109E2000BF93D9DB36BB7E1FCAE64539FC1B896B65 +:109E3000C9BF1762AE18DAC91D91A326BEEDC6FFD1 +:109E400003FA6D657C7DB2CA62CE77289C17A19B10 +:109E500060B1897EFE80A18EB835D44F22FE23DA10 +:109E60009D8BEE7E21F7AF90E3FF0BE594B772A0D8 +:109E700005E9AAB06012FBCBE255817D05F61B5DBA +:109E8000C7F709175C6FA25FC8335D9B8F53A98228 +:109E9000FDC19A0BECFDF3FD6B4F5B9ABDE1C9C5AB +:109EA000A5543DCE4BC16F2CCAE5564F2DB7DB54A0 +:109EB0007580695006524F66309E91E33793ADBB73 +:109EC00000E9C9F9EB4128F9FE294DE378227E0724 +:109ED000DF65F92A3A39B9D8D7A64B6FD8E204051D +:109EE000E3C47F7FE8961C74EB683397BE69FBCEB2 +:109EF0002DC7087E3908CF6D7C6FBD9FEC386FBAD7 +:109F00005DE705D74F11AED21C5C77A1FC03384E3C +:109F1000DF3324AF85F2B2CC2BF24CC09F4BE6ED81 +:109F20004EDFC3FDCAC7DB3E74F8133D7219CDEF97 +:109F3000B2D52FCACB6DE35C26FC8C8C0DC96B426D +:109F400076FC89FD6370E4B9B31857AC73933D3B5D +:109F50001EBED74696A7E5925CFD789D9BECA2E3DA +:109F6000B01F42B970BCAE2A6D8EE1AFC9F7A7AF82 +:109F70008DACA27E4EDF3D24C7691E2AE109E7A908 +:109F8000037C9735BF281BC173C3FDEBBC75B84F6D +:109F9000F473FAEE04C37E95CC8D0CFB5336260C7D +:109FA000A396CB3D845339564276DEB233B7AB6BC2 +:109FB0002FC8F597A553DE3CFB22DCFEEB13F3EC38 +:109FC0008BE8939A678198674ECF0B3C37B826C4CD +:109FD000F3BFB41969790CBD6895D72C75C5119E6E +:109FE0006B3CC3A563D9A3F970FCD5E6C6B46C8FEE +:109FF0009B7D44387ED60078007AFC4C1E097DA4F7 +:10A0000071010F512BAF02F0777A26339A71FF5B03 +:10A01000CC089FB0F24EA11EB4E29CB2FAE7EC6FFE +:10A0200017D8D6A706EF1DF6B2D03BB9F8C329FB67 +:10A03000BE2BAB1F51BF413B77B89BFBE9C37EDA18 +:10A040003FB8C3F2DBC379F051FC6EBA44F2B243BD +:10A05000C86FF83B82F103B92EF630E2EB1A10A874 +:10A06000384FB007AE9169DD1AC69630C5B192E897 +:10A0700067072D433ACC5316A5F8CB787EFBAD6D20 +:10A08000C353ECF8B5F0B7D523FCBE67960FA33CDD +:10A09000975DD1CF519C6292FEFFDE6952CB44F0B6 +:10A0A0007F3107FF1705FCE6B575A3E1EF9D3B7B0C +:10A0B00042F87BC681BF27077F14F540A7ABF6BCEB +:10A0C000E0B7E0566B18D1D57ABF4DCC2B7F3EDB85 +:10A0D0006629E457EEBC20F630C627EF15F3433F60 +:10A0E00032DA0F30CF7B659B5D2B6BDC8EEFA9BA2C +:10A0F000DF68C7B826CC1BF78FE3C1E753DF9E624A +:10A100005FC76999EFE73BF111EA751167F6E89CC3 +:10A110000FBBE4441AC7F35476D3FECA134ED1786A +:10A12000FE28CCE75318E767042F9877E95A803761 +:10A13000003856EBB03EF404D6A11DD36CF52CBE0E +:10A140004BCD48D066D77755759FF0A2BE0F337DB3 +:10A150000EF25BE62A92779E30E8698047913306DB +:10A16000F20FB07F15FA2F1575C040BDCF6AA1AEB2 +:10A17000C338E1346B443CFCDECDE310B829B4CDE8 +:10A18000FF41D9E5D80F58F35F9BE777B5CA9F8C9D +:10A19000439F9F5CE675D0E728D2A7D4419FA3F2E6 +:10A1A000A2D1F4F9C9657338FF358F6D07AF55DF5C +:10A1B00098222FB4C95791C741A482F979847DD4DC +:10A1C0003F6D958132A57A7D2C86C2E5C5198997A8 +:10A1D00070BC54E5A14617B42B5F1F7B610B94DD67 +:10A1E0001EEEF759E9AEF49D84F177AD985988FEDB +:10A1F000D60F85DECD1FFFD1368015F4CD97DA540A +:10A2000046FB99D7E64C186FED6903D6B1D9033DEB +:10A210007B6492A73DFADAB597027EBAC2350BDCB1 +:10A22000244DD65C7D23DA93B5FA02B4977F254B93 +:10A23000D67AFD956CE36B6B3F2A1B0386568BA980 +:10A240002F0319F4BF166B2C96D1B95C936DF8806F +:10A2500079FF1ABFAFA88DB5630E5479B373DEBB17 +:10A2600056F0FCA23B2E9D7DD06DD30B9778381F06 +:10A27000B0B0D8F7CAB1E85876B64587C7002FB551 +:10A2800018EB6329CA8F29DF0BFBE979183FE4CF6C +:10A29000BF2DC7DD1E80A37C63CC83F01F17FE3665 +:10A2A00089A99D6528EFEAB403C8378FEDF70BBE87 +:10A2B000D10E20DF843CAEFC751DF28CC1377D9E33 +:10A2C00084E6C138685DC244537BF6DE0126FC3E5D +:10A2D000ADC49F263B8E7C3255E278A13F8C0F4760 +:10A2E000B99F7D9187D3BB20121B94E0BD3EF29DA8 +:10A2F000C1EBE07D772268A01C9B5D7E70B089F683 +:10A30000CF6C04E37DB3A7A5A9CE1AD59147E17D13 +:10A3100045AB39B81CE6A10BBB7E7A22BD05E9DA54 +:10A32000DDC6FDE11173D8C4B49F8A560E9705BFF0 +:10A33000A224288F626AE4FAD5682C4A15CF0C2A29 +:10A3400098C7D1C56218BF2B599D3631BF626ABD0F +:10A3500057C37E6757694D2837BA37B1D8169A0761 +:10A360007F5F02DB40CC4750D85046C139CA0976DE +:10A37000B98D5EFE48E256ECBFCB93588478F24725 +:10A38000B97DAF449204CFBD1EB0E3A10C34A40D3F +:10A3900084E7D1FBAE671B6C70AE1274506A999162 +:10A3A0000EE6F86CB748A449190B7C37D4623BBF62 +:10A3B000C893D868A05D5DCD1226CAA300F22723FA +:10A3C0007E5C89F4AB88C49EC57518A84D917F0E3C +:10A3D000D6DD140E875E8EDFDD7B9FD292E6747B26 +:10A3E0009961FE8B8BE5FEC2381FE311A4DBEF7190 +:10A3F00071A1BFA6E1B1CC4314EFF76A7204F4FC7B +:10A40000E707D874A81745DC4CD7709C74E67BB876 +:10A410007F073C211E7BF48399D7A0EE6D0930ACF9 +:10A420002B770E19981FA06D643103E092A39C0F47 +:10A4300028A708FBADE7F95B80BFCF22FCA115037D +:10A440009453286B1C7F3D72F26777A3FC3EE68E27 +:10A4500099CCB66E18AC1BDB3ECBA7833C70D833CF +:10A46000A6639D9D4B4FE6F6DD5CEF587E40585F3E +:10A47000B7235CB2C6D7D764FD4B8D4029DCC756E5 +:10A48000DC29F260853C9D2A505DC986251C630647 +:10A4900098681E785FB54E6FF7905C4D971F80F9F6 +:10A4A0007716BD5CCEE3B82B34DC2F4B468974F6AF +:10A4B0009393DF575B7044363AF32F0A56DBE26A18 +:10A4C000F05FA0CE59F7325BFBAA5C3F9A9507A1DB +:10A4D000C7627679B5DD37B097C7E95F6CC2BC84D7 +:10A4E000EDD2400B862095DD3F6C6AC6FD71682079 +:10A4F00082A169DFF69F503D301D7620382F7948C4 +:10A50000C57CD2673C3AF5EF6BC09829C89B5A9935 +:10A51000ECE89DF5A7347C3F38BC9BF8A4AF8EE7F0 +:10A520006D5AEDFB86DD0CD7732FB44727446F1DA2 +:10A53000B40FDAFA035E7589F788FFD373F9FBD39A +:10A54000B3B2F9AC2AD65D86CA8AA1DD4E31AED54A +:10A550008F777888F480D59FC2864DAC5B72D06BC4 +:10A5600024CC6791EFA3AE74BA8AB2A518E6A516FB +:10A57000403F19E847A94F1AD86EF0B59FABC3B654 +:10A58000F5DE17E5FD3343C467CF21FF8DF58D99C7 +:10A590006B711C614FC2930CDA59982F867209E4D3 +:10A5A000F611E2CF5A99FCA2416D80AF2D63727112 +:10A5B000C9C9B6D347024487AE5725C267E9F4F844 +:10A5C000862A94D32FBB19DA3F6693217930AE39AE +:10A5D0009DC5D0E62C9D99FC548CF09CBC10E56583 +:10A5E0009790D756BFA74B59CA6E8F1E7627FE0588 +:10A5F000E72195B52470DDDC7552D291DEA5EBB86C +:10A600009F6433404A7E10C345F9CFB49EA05DEAF3 +:10A610009129048F5CB2BE0CE545CA9839613EE6CB +:10A62000D63616ABB1D9D95BE5A48A72716BE50257 +:10A6300075ACEFBC112556034A3FD5AC4FD12688E7 +:10A64000A78DDF6F93DFDE6FD49DF877BB9EB5FAE1 +:10A65000CF8F97FB824768F3E63BCF38F9DE0D5783 +:10A6600046105FE129C67C5C77655E9689C35A080F +:10A67000078C27719D3ED2FD3F960781DE61AF3189 +:10A68000DF05F5FFE9F52EDF81F519C6E730B4F6F1 +:10A69000567BDFF2E7619D873197FE22C6BEB0F59B +:10A6A000BB1DA6C03FEAFB9D6D7AC59BB3D0FE8A59 +:10A6B00056A0BFA74CE1FAAB5CD1A90CC943E4F7A3 +:10A6C00029A88376763F946CD2739F1E753C6711E0 +:10A6D0002E1765FCB74E7A6CBA02FC56D1921AC49A +:10A6E000A5077297F458B727B117F330CD5295FCF0 +:10A6F000602BDD4192AFA722FA419ED7C9883F0B5C +:10A700002AB9DD9152847FE7B54B22A407D1AEF47C +:10A71000601E3123FBF2C3E1E509B4AB4FA17F0F0B +:10A72000F57BCDAA565CBF0069D20B72AC4849706C +:10A730007E9BC9926887607EEBD9C5C2FF88788FFF +:10A740000C97C9367FA712FDB3E4111D9FC72BDEFE +:10A75000B43F67C32D9D00DF550ACF7B6589FB247D +:10A7600073B1F06742FB5DAB2A3E7704E1BEC84F90 +:10A77000FEC322453BC0E569EDF2E7118E026D3E56 +:10A78000CAD335DD9FE890814EBB3011AF82B1CB8B +:10A79000BAA31D98F754E4E6746266CD72F4CB5800 +:10A7A000EF5776D710DD403E5CAAC0B846A7C1D0AF +:10A7B0005EC8FAD9317FA81AE1E2F20DE7B76C3131 +:10A7C0004FA1C6E7E5894DA40FE1FB3593FA1E7A48 +:10A7D000C87E8FBA2267575E85F41CEFFBC1D7E6AF +:10A7E00068461DCF87C5F5BE4BD8CFAE2D23EC4AAA +:10A7F000BB9FAA3EF3901DDFBB96587A6498A13C9C +:10A80000BD5D99CDE574E5B187EC76C0AEA5C3E436 +:10A810003FD522098EEFB9DA551BA1DEDFC8EDBCAA +:10A820007E91CFE6DAA0A77C684F35241EB6E749B3 +:10A83000690DEC15D4239A114311CFB685787B2D81 +:10A84000D2E3E0E3C1E1EA42CC374E29DCBEBF4BA4 +:10A85000E1F927563FDD6DB10AE4BFBEB67A2A7B27 +:10A860009522EE5F88F27D82B2247C00ED01EB3B05 +:10A87000EB7977FDDA47EDFB875E85E7B3DDE577BA +:10A88000B6DBDA507CC0D98EEF73EE2AE0FE6AABFD +:10A890009D776938AF9DCBE167CAC92580D76637F8 +:10A8A00014D603DCF6F55C67D07910591E3BEF72C5 +:10A8B0007351E37DC837ED5EBEBFDF5BDA42EBF07C +:10A8C00043C0D344F2B91BE48BDD0FA280BD8D7A67 +:10A8D0004411F2C71BD12B9C765E2C8AFECCC7FCA0 +:10A8E0008D0FF3F198754E2481F6AD4DAE3C3EA12F +:10A8F0005C09F9292F69A5BBB6F0A46D3E61AFE4F0 +:10A90000C0CF4EB14FED6DD3A844BA0FA35CCCCBF2 +:10A9100073B0CA1EA4FB2C9C573D95C72CBA083AAD +:10A92000F7D5B76BF6FDC018EFD54D41FB7B27FD82 +:10A93000FBEAEF553704C7F85ED01DDE6BCEF79CFF +:10A94000DE2197933FADF2D5BCF10B966C747C3F42 +:10A95000C67B7553ADFDBD13BE822577AA1B6AC7A2 +:10A96000F85EC007EF35E77B0E5FAFC4D7994F772E +:10A97000F2A137E2E4438B3E7E85CB7F368F9F8FFB +:10A98000525992CB6921B77B2CB92DE4EF56A132F5 +:10A99000BA5FBB21DD8EE5276E1A7816CA202A130E +:10A9A000807FFBDC67D298BFE2FFE477A3387FBFEC +:10A9B000924E935C66DDCB9F077DEA2F48C7502EF1 +:10A9C000CBDECE0E196451AF90BBCCDB4E72D96F8B +:10A9D000C96576CF72F4BF5BEF3F54EEA1F7201745 +:10A9E000CF203F2A11B602F79D411127B7E462102C +:10A9F00037A98B727259CDCAE52F587255F64EE6BB +:10AA00007B2197D5AC5C4E5A723DE85D34FEF72051 +:10AA10009789AFC75BA7ACD6298FBDFAB187EC7415 +:10AA2000CAAEFBD0D5648FF483B8930AA1F4A45ABC +:10AA3000781E3C2B5F6BDBBF0D79B9BECE7ED7781D +:10AA400025C98B1FC9711DE759D6A2FD08ED5E5FB0 +:10AA50002587D36AD725FABFDFC7E9BFF505777A1F +:10AA60004B55CEEF9B0FF70A2FCF2BBBDF27FCAA4E +:10AA700032FC2D16FB1BF87BA09149181F5AE015DC +:10AA80007E9A43870F1F2EE3C72BD01EB3EC20B650 +:10AA9000EE8A2BAE80E7297C4EF6C708C58B355071 +:10AAA000738910CA07667860BDF7CB236407F69FE9 +:10AAB000F16E413D6246998E7206F712742EB05EB9 +:10AAC00039E0AAA2734846C886BF3A31BED5CF56F0 +:10AAD0006984E8B206E98AFBB1281BC4FEFCB54CC8 +:10AAE000A7FD3E7CEFB1AD0BF7551B5F44FFE4299A +:10AAF0004DD191A5016EF313643FC3FAC0B9AE6B9B +:10AB00003C81F693565F4679309D212EBFACF19E75 +:10AB10005BA2907DDD374D799872E0D11F86F85D9C +:10AB20009A5888FADB1F1D61D723DE252BEF9A196F +:10AB3000A5A8C734ED00EACFB2AB7BBCE827502A0A +:10AB40002AE6E33EE856319F2CFE0E35317B9C54BD +:10AB50006ED94B712523B181E2A9A1984E79A6F453 +:10AB60008778023B0FFBDD20F8E466B7B101F9B747 +:10AB70000FE8A5433F7D57A912EDBF3436E0D3114E +:10AB80005F4606FD0EE652C0B78EFA0BE812E4F4FB +:10AB900041BB2F10D509AE76B14E2C38F2F178BFFB +:10ABA000E0A3BE254F3394037D8DC3AC2A84DF71AF +:10ABB0003955D030C2707D5BFD041A40EE607CB622 +:10ABC000325185E33DE68FDF85FC6BEDF3B27C2BE4 +:10ABD000F4A1070882740D5FBEDAE802F8BB84FFB7 +:10ABE000DC68E1F30E45B8FF40D6B87F0BD66DBBED +:10ABF000D706AFE5B7CCEE8F6A9DFBA3ED5A99233C +:10AC00002EB5BDF6FCF6473DC8BFD0BE3F78EA186A +:10AC1000E5D5E9AE18E6AFF5372C38A6A33DB1244B +:10AC20004C7E56ABFD7BA1A63D5E9B7F57AD84FE5F +:10AC30006CF8DC7E9EFBA81E99F9B07D2AE5F2D562 +:10AC4000D4E5C64F194DFEB9638FFFC844E3C3DF97 +:10AC5000BBB8DF203B55473A7C511D2BBFE74E4F19 +:10AC6000E26BF67EBC953C2F7F8C7DA8CF1E4F3DBE +:10AC7000DFFD677EA94A2CCECFD59DD4AEB5F59326 +:10AC8000117AEE50C8C820FDF3E775BEFBD3F1C6BC +:10AC90007D24E51CF7646EDC1FE3B827857D552510 +:10ACA0001BECAD3A927FC9FDC0D2FD4B57B1E7A175 +:10ACB000BE35C1F325542D19DF04F895457E83D5A3 +:10ACC0005FA7C1F31B4057107FCA8692862D2F9332 +:10ACD0005392884F1B94DFA08AFC865291DF30D5B7 +:10ACE000D267957EE7B96891DF309ACE63E7FF853A +:10ACF000E37C5DA1BF10F5889AB9AA11FD166A9888 +:10AD0000C5506E403B8A4BC3B6463B8C7684CEDB47 +:10AD1000AB358CCE572BB22111FD6B781CA854BCDF +:10AD2000F784B587518E2B6A620BF6C72A79BE4627 +:10AD30009978EFADE4EF7D35BCDE5BCED2B5186718 +:10AD40000AF378556FF9D01358F756F278955537BE +:10AD50009B18ED73CD794ABAA30A9FA71D71ABDE8C +:10AD60002A11273AF370649D8D0F7B7FFF8D082A8F +:10AD7000ADC7A7BA3B572CC9C51F7B3DE9C8587C56 +:10AD8000D285F147CFF8FCD165F9FBE581C8DA102F +:10AD9000E2314DF132C0998EF1847C3C76CDEDCE1E +:10ADA000E271CEC788C78E3C3C76E4E1D1AA5BF362 +:10ADB000E8288F39F0D791C5DF4207FE3A428F91DC +:10ADC0005DD19187470FF27309F13FF9BB3A749E49 +:10ADD00087D5155C6B8AF3C8FCFCA595B713E6E72D +:10ADE0001DBCEB12A687F82BCE701C8BBFA7237F50 +:10ADF000233E2A9DF9611EE4EB12F417C597A9A51D +:10AE000098A7182F1B243DECF4134D61B12174E178 +:10AE1000B17A8EA78251FEDB89FD457FA172BDBC50 +:10AE20004F4E5CA6C2FA0AC6070CF443FB5B9219AC +:10AE3000F42386E366E3FF0B93DF7AC45D24F44AD0 +:10AE4000990885D378267B9BE719C4F0BCF6752A50 +:10AE50005FA7A5EBCC46C407884D86DF95B50C915E +:10AE6000FEDD8E76E0A7A0F4C45BE2DC6EE0741732 +:10AE700076437BE0FB27D0DFD955524CFAF93A955F +:10AE8000EB59631D73E843D083D7A9363D180C0FE7 +:10AE900070F3769C752F0BFFF54873E216C4E7EE4E +:10AEA00072732FC56F417E79F17C5979AC9FE2BBFB +:10AEB000589F0EF5597563DE3FF1F5662349DF4B68 +:10AEC000B15736E2BA7C5D22FAEEAE018DCDCFB13C +:10AED0003BF4C1EED5E7AB6F87C95EEC0B9EECA9E6 +:10AEE000B6E9BBBEFA71F56DBB1D0FF97270F7794B +:10AEF000EB5B317E2A7FFC71F5EDBD6AA94D2FD643 +:10AF00005B7A7158453CE4C3D357FFF1E8C7475417 +:10AF10006E17829E7A04E11935EEC7A41FBF911BFC +:10AF2000F71B382ED3B83F3D7FFCFCFE2CBE5444AB +:10AF30009CE99AE6F877F1FB5F5732D35D887ECCC7 +:10AF4000EE1F6CD073796EAC66589CE7E3786511A0 +:10AF50001E873A5F7C4ED6DF7DBEF8B2FA1D3DCF2C +:10AF6000B4C3BEB6FAEF94845E5BC9F7EBFB195F1E +:10AF70009F1ADE070172ED7595DB1DDF56E33F5327 +:10AF8000691FCBF7ADBB82AE1790BD605DF9107E37 +:10AF9000EB1E022627D95ADBBAFB45F67BE36DC4CC +:10AFA0006B51C8F5A2F8AE08BF03B9FA0EF63B9E86 +:10AFB0005CED9440AE227C4B3E9A5CFD50F0C5F5B2 +:10AFC0006AE2431CBF634593BF06FAD9D67C2DC500 +:10AFD00067B270B7F23C91A29572D10AD467A99971 +:10AFE000B4BE8A2F95C93EDA06FB1EBBBFCECAAFE0 +:10AFF000BB5E35241FF25BEBE4F25B27DB2E6B6F4D +:10B0000014BBD21D30EE7454E618FF8F27482F94DE +:10B01000B5F078CCADB251E4B3D9C79DFFE16E1D58 +:10B02000CB9F54EEE374E8544CBEEF17797F9D45F7 +:10B0300011DACF4930AE3D8EDB2527A6FBD0BE8D81 +:10B04000F238ACAAF37C1FD0EF94EF837A9DECA783 +:10B050002A9EEFA34484FD54C5F37BD00ED06C75BB +:10B06000ABDFDE2AB09B6CF075CD7D2C6BBF907D85 +:10B0700092D946F93EAA6E32DCBFFB809F5CDCFEB3 +:10B08000A0FC1E9F9A6024DF22DC5EF1E871D68866 +:10B09000F614E6FB8CC1F79A8FEBAD13AAB1D8B7C3 +:10B0A00068B4DE347EC1E3179156AECFA6C6338DA9 +:10B0B0001CBF5C4F66EF57616F308CFB5AF499B23E +:10B0C0005EE8CBACFDBA4DC23828CA1B1F0D338ECB +:10B0D000FD1AB6ECAEA424EC129A4744E7F4B6ECA1 +:10B0E0002A454D35627F304FD26BE5E27B25C2DFCA +:10B0F0007BF8B7E8374F5B7616E2BFBF94DB594861 +:10B100000FCD56CFF2D32A85F8A9BF74C4617FF55D +:10B1100067EDAF5F3BECAFFEDF9794A3BFEDF1A906 +:10B120005F23BBAB7F29B75FFB3D23FF45FB552367 +:10B13000BFD394F523447F4FD67E75E2B16BE938D7 +:10B14000F6EB1F188F7D226FCDC2639FC853B3F0FB +:10B15000D89797B7D6573AECC05F1FE20FE5C8996A +:10B160003722EB6CEBA86FC96FC97EED433C6A399F +:10B170003CE6ECD7E420DAAF7D3A8FC774D5AFE573 +:10B18000E71C5630F26715A58A1A291E66D9AF89C1 +:10B19000049D83CFB75FA79DC37E05BB722FF27F4F +:10B1A00070FD00E292F937264D34166FAD4C3C88A5 +:10B1B000F2435D9FA4D8B9B2319EC1E73FBED4F837 +:10B1C000125F2F9A8472E181CFBE4DFBEEA2FA117D +:10B1D00013FD2A8572CA18EBFE8B0BF5A687F1BB0F +:10B1E000225993903F8A74AE373B824D0EFFF34352 +:10B1F000B975F938B6FFF719C6613E5E5AFA73B4ED +:10B20000574D3682E74CACF56AE56BC07EA711F16D +:10B2100033CD007B16DE4F5F37B205ED797DBDE69D +:10B22000C279CDDC1873F17B72AC7B9178BE86B5A8 +:10B230006EA7DE22D60DC8AD5B005F95C99108AD43 +:10B240009BA52F075703BE41ECD0FB7DD3E03DD437 +:10B25000AB3A53E52AD637F1F7D975B1E9B7111DE5 +:10B26000FD89778F9CC0F37AE626AE9FFAB7C4A417 +:10B2700085F0BC24B34FAA06FAFCD0C7F3024B3AC0 +:10B28000994B0F89492C16F96B94F3A3B910BF247D +:10B290008F2AA0FF6DBFEAC47861BFF0BBF70FFA39 +:10B2A000881F4B6AD94114E1559D038602F014D6DC +:10B2B000EAC5A89FCA3B35D7CC10FABB46980BFB12 +:10B2C000315312D60B3732D7B564D78B7C35D13F8B +:10B2D00033CFAEC8C0F3E24E26219B142607324876 +:10B2E00077FD169EF7A4D5F27BD48A1B78F9A6CFFA +:10B2F0004D74FA99A09755AFEC4C0D52DE13AC5338 +:10B3000054C3534D9EA7579864B146C04361C300D0 +:10B31000C94F09E68DF0071A580C5D167F0570625B +:10B320001E86B4712083E7A4CB3BF97309B811FDE5 +:10B33000DCF978982C9CBF1370FD46C0F9BB2C9C9F +:10B340003109E10AE84E38CB114EC4DF46279C850F +:10B35000B502CEDA944470AE1E31507E94E4C159E9 +:10B3600032CEB987777D563E9F29FCACE696762E85 +:10B370007FC8BE8A24D4CC4B7528CF74F207627C78 +:10B3800084EEF7AB4C90BF95DDC962B3007F2F32DE +:10B390005788EE95A84C1E46BDA46A6606DFAB7AB8 +:10B3A000D28F7A4B65BA81FB4D59ECC31AF544062E +:10B3B000F3B3BC9A2B46E7D69B77F27E358E9F6C13 +:10B3C0007F1AEF8FB1BDB9B8A99BFAA73862A36EF7 +:10B3D000107D646D40E83F918F55C732BE79389E2D +:10B3E000FC5B7B1ED3340675943F096E8F4D15753B +:10B3F0007A5F852C6E6B4FF729D8EAB44E797B348F +:10B40000FDE8FC523EDE2A859F1CE643725FCC3786 +:10B4100092D84C7626D4891FB2F38BC0FC249A0FA5 +:10B42000E5E5E5F065103E004F0CE9A7AE7E6D8BBB +:10B4300044ED008F823EB3A4C9E009F08C70009EF9 +:10B44000519EE7F0A57F247C79EDF8190B5FCD368E +:10B450007C4E8C2FA963227CB5AA748ED6FB523504 +:10B46000F949FEFBE1CD997F228BFBA0FE5878B411 +:10B47000F20CF3CF81DEE317F7598A73A0D67D98DB +:10B48000E3E51F5AE73FB3FB4A7905C51594572FEB +:10B4900031310ED2C958ACA47EF47CC683C7CADF52 +:10B4A00090373F58F1A6EDFC8E15EFC7B8BCFDDC18 +:10B4B000CA037E6EE72BBA7B4CF9B4D3CFFD4CD6D2 +:10B4C000F738B017E956C7F3754EBF66E5B5C37ECA +:10B4D00007F07840F4E7D9BC9BC6BFD99D38E0B7E8 +:10B4E000FB7BB48421E9E3E3237F5F3338ECA6FEE2 +:10B4F000F787D534C6C33A5C69DFC5A83FFF81E74B +:10B50000AF59F9ED519674A11FA79AE92EC4DFB681 +:10B51000B6168ADB3FDA96A0B2BFAD95CA4880C3A3 +:10B520003746FED2D308E7B9F29758B88EC6CBCFCC +:10B5300037C8DFE759F906DD227F69EF229642FE20 +:10B54000AC8EE8CF22C821BF388F8820A03D1BE4F5 +:10B55000E7044EBFF6D316CCB3EE2AAD5F887EB4B7 +:10B560001FFBF9398E82FA98F15C1D3F9F8271268C +:10B57000775D2F9DAB00FCFED85F4AE7FA0DBC8FCC +:10B58000443154F2E31BAD7183C7E3B89D18DD93DA +:10B590006C47FB78A767A885C7C36F5B89F733ED56 +:10B5A000C4871731F6726F5717C6B7432E5E3FE355 +:10B5B000EFA0FA366157D01FD8215104DE959B6F5A +:10B5C0005580EBAF4AF4DD215E3F3C7BD60BED8A24 +:10B5D000C52705724CC23C9092662E3F42177EB53D +:10B5E000DC7E5FC82FFC5CEF86DAF879BFFDD39272 +:10B5F0002D763BD17AFF1BBFA5272D7CF17B273C05 +:10B60000AF5E487861C21FE8A95B6C3C8C72030C8A +:10B6100065AC17D473BC04102F3CEFF23748677742 +:10B6200010B6B6882F113FCF9E6BB7E68925AE7B4B +:10B63000D96CC775B80F36BCFBE1FB6A300CF87DDE +:10B640004966D373C8976FF17CF868DD3B77E3F9FF +:10B65000E6F3850FE05102445F0E4FA08EDF2F18F6 +:10B660000C2732F89135DE36C47B18ED4685E4F5BB +:10B67000B6593CCEBB7F93427E863F005EA6042631 +:10B68000C08B45DF1C3F98E5767FE974C107330323 +:10B69000E2BE28962A8FDBECD72C3EE13BF287C92D +:10B6A000295EB274B93D8F769F884BEF6CEBA9B0E1 +:10B6B0009F4B95837CDDAEF11B7311CE19CC28BC5A +:10B6C00087F4C648A32F8CFE78A08F96AB4FDBC8BB +:10B6D000882E73D2A90AFB39D6197B861B590147DC +:10B6E000D7169BBC9FB167A4918D718FEC1FABDC0B +:10B6F000864E049433E5DCEE2BDF93A0B80458AEFD +:10B70000A79AA7621E24481668B333502CF29A55A4 +:10B710001F5E6555D49069D4D1AE353212EE8BA739 +:10B720006E1676AACAE5F5D6FBF4AB303F6E987D6F +:10B73000CE2B5FCCD8EEFBD8C5C942A04E809F4B24 +:10B7400028FF401279D503948FB7EF3756DDA47ADE +:10B75000BC7680F46E401F207BEFDECBF839043CD2 +:10B760005B4BF6C2467600E5F234D12E21F8E05A62 +:10B77000C1B75BABB426FCAEBC96B5D3F9E8CAB290 +:10B7800026DC07013BB5935CE81CA03DBA9A4C66E9 +:10B79000703F66D9EBB04F203BB444E7E5CD012EB6 +:10B7A000076E12FD5BF5A77DC6CDC80F53C7B9471D +:10B7B000F0F301AEBF2ABF54C8FDB1B0BFB1E72757 +:10B7C0007E31A0887EE25F08607C345D48FA43D514 +:10B7D000F9398CC01E4003E02BA09A94CF562EE07E +:10B7E00029574D03F9ACD8BC7CA549F64F6A5F5781 +:10B7F00008F12AF37C82DAD455D7C3FB9ECB94D8C8 +:10B800006A1DEF874BED33E1FDBECBBE18417C6C6A +:10B81000AD5A5C8E78D82DF8FDC4657C3D7B37260B +:10B820000F233E2395A92D3F473F15D209FA2B87B9 +:10B83000FD21EE07778BFC977239254D81F70AC8F9 +:10B84000D56001EEC3539F776189FC3D0FEF27154B +:10B85000F789C9098273DFDD8CDFF328D6E53ECB9B +:10B860008FBB9459F170C9BE0E9F0A58F2D6B94EDB +:10B87000FE54EBA35FF0BF552F6AD025D44FC5957A +:10B8800049232EE854FBA9DCFBA100F7E306C43AE8 +:10B89000C0442ABC37B61B6D3209F79B8017987FCE +:10B8A000D1DFA6BD28FF86049EA745383E3BFD8913 +:10B8B0006F07C84E4839F282A745528D2E921F4E0F +:10B8C0007B556B003C4D1037F853E1295FFE59FB67 +:10B8D000FBFFAEF01635C424DCC797205D059F172B +:10B8E000D9EC85F7045F961BCA98EBFD45F1BEA81D +:10B8F000C16426C91BDE8F71CBC820CAC7504C9BC0 +:10B900008FF6D0F4CD438D68C706221AC52B3FB001 +:10B91000E48ADBF800E540A7DFF82DD23F9A4E9984 +:10B92000D7C377B384DD3538FCF967713DEDDFCBE4 +:10B93000F7F7FB87AB27BCAFCB5FD3E2C8839C9301 +:10B940004E38F220B58656477DAFA55F859D395E9E +:10B95000BF969D29FB8D4090C31BC472AFC8C3EE38 +:10B960006E4B51BEBFD5BE3CC8E7571D491808EF06 +:10B97000CCCAA4C96CF65D7EFF5541BE7EAA825C2E +:10B980008E57378CF0EF0C1818E5CE8E84817AC76D +:10B99000DB9334518E9DAB9FC21D23D45EEB615B64 +:10B9A000B0FD27FDF19AE0228C2BA51CF9D8308F31 +:10B9B00059F87C70B8C387FBC7BD885FD23563EF89 +:10B9C00017F2F16BC5AD66EF9918CF933E5F26CEA7 +:10B9D000495E5BCFC49F7E31E6C7DD28EECDBDE377 +:10B9E0009B0F1D7D084875C712AF8676F5B2335F91 +:10B9F000398AE7EADC78FE90CBDBA378AE6E634B46 +:10BA000080F5F2FB010B70FDBDC75CCD88AFF7D8A8 +:10BA1000F1828536FE5E1314E7827B3C14B7022E5A +:10BA200026B9B329E5719C07BB61AFB37E3D5B5B73 +:10BA3000867EDFEBF778581A507E63DEF993C620D6 +:10BA4000D70737B06437FA59BB049FDCFAAD0B1443 +:10BA5000DC27DCB850AB42FFA805C75541AE37DF45 +:10BA600081F5A97B73CF6F0AA615CCF77BE3A98577 +:10BA7000577E9A613FE9EE0AD42345DC9F998FC730 +:10BA8000EB7A9C709E6B1EF9705BF7B08C07877C1D +:10BA900048227B217FDC1B84BD988B8F25E99E4645 +:10BAA000B35D66E8F77820700FDDE3B8D9F46A2853 +:10BAB000074EFBA6A7D12E6C437EE771CB0BB97D59 +:10BAC000CA7F4F63B2DF778CF3FDCEF0501CED0AD6 +:10BAD000EBDE9BA03A407394647EEE7467E41CEF47 +:10BAE0006B267E7FDA774DD916804B975812EF87F9 +:10BAF0003BD73D955177620FCA8BBBDCA96B58755C +:10BB00000E4EB09F57E13D805E5640F7F858E70A69 +:10BB100029BE4AFEC754C6A8C2F89BF37C6200D770 +:10BB20001DF473BBB0C30251E7FBFC38EB63422E3C +:10BB30003480658AEBA1400D66E8FE8A7AE7BD8114 +:10BB4000163DEF88F0F8C778EBD505165850E5F1AB +:10BB50008DB3149FE4756BFC5329A919F9FD0EBC34 +:10BB6000227B81BD5F1EEF18957F22F2CFAD73352A +:10BB70008CC522889F9E36F17B229EF867288FE92C +:10BB80001FDD0CF3E03A8A78DCD19CC6F384BD3526 +:10BB9000F14289FC67EEB0AB4A880EA87797373F31 +:10BBA00082FEAE6782FC9C2E93F9BD1CDEA069600C +:10BBB0003E6AB72711417DA7DCC3E3CC8DC14402A7 +:10BBC000BF73475A3C6817FEE0ABD7B560FDA6C807 +:10BBD0002A1953FC9E13FDBC77F8C9C51867E97E86 +:10BBE00022C43264BFA715949B373DE5E6F6F3D730 +:10BBF0004234FE4D5FBFE1318C4B48DF5AAABF4D46 +:10BC0000FBB80EA2C34D4F5FFE6353CC07EDF18E20 +:10BC10002D223FD88C45F01CE0AD5EF657A847AD0D +:10BC2000F95BF803BB97F2476E3A54E4C82FB94961 +:10BC300086F6A81FA05C3B865FE9E742BEBC1B827C +:10BC4000FD04FACD0F0DD2FD7E370DFC8507E725EB +:10BC50005526D95B30DEAB418FD58EEC63F371890D +:10BC6000FC87EF3E7E40C17CEF9B0E1D50AEA57D54 +:10BC700026D787169CEAA15D26CA25B5469B8979F9 +:10BC8000D6CBBFF64401EA939BBFF6FBEE8BEAE806 +:10BC90007EB591D5B00E6E3FE4A6F3973EDD957765 +:10BCA0000F21BF3FFD36FC277C7FF3377EBEEA9F26 +:10BCB000E1BB7740EEFB4094BE33F496F21DAC2717 +:10BCC000824994FBB73FE39463B71F7A83EE3FD377 +:10BCD0005C6CA4F2D39827E55C0FF9ED3F60671424 +:10BCE000DC1FDF3EB08DFC98B73FF5DE3FA13CB9CD +:10BCF0003D4F1EBE83FF18C3EF180AE5F91D0F95CF +:10BD00004C4ABFDDFCC4075F36018FEF7EFD575FF5 +:10BD1000C6FDC92DFFF1EB2FFF0DC615BEEFD350A9 +:10BD20009EDF7EF8AD2FFF35CCF3BD67BC2EE48BD4 +:10BD3000F7BFF7778FED87FAFBAFCC5920417D76BF +:10BD400088AFE3F79FFC5D19E673DFF9BD9553906B +:10BD5000EFEEFCE6F22913D945EF031FA5BD767877 +:10BD6000D2443FFD190993E318FBAE28F3E8F0EE47 +:10BD700093A7155C67BF95D808EAABDB067EAF20BA +:10BD8000FF1D35D808E2E5B9A7DE38FAD7507F0F96 +:10BD9000E8E21D832E30EFA92EFA3D91CC54FC5DD4 +:10BDA00091DB9EBAFC334BEBB0F4C474A40B1B21A3 +:10BDB000FD388A9E2F013DEB72F41C977E5FDD46B5 +:10BDC000F7EBDC3E00F49B379A7EEFE13F968CA6C2 +:10BDD000DFCA3CFA7DC06EF90AE5D63C5532A61D95 +:10BDE00068F98D6FFDE61513FEDED2FB79EB753C2D +:10BDF0003CB74A1CAEE290714508D7DBD7FFFEB1D5 +:10BE0000FD61A4B397F6AFEF3FF1C1743CCCFC0BDE +:10BE1000CFC835888791EF79B583F0CD4DDFFB2909 +:10BE2000E9E1F7BFF9A2A293FE600512C8CDF75968 +:10BE3000F6EF38FA7F6EE33E2A76EB23FF7FD53F9D +:10BE4000C1F7B7E2BD111AD18FEA470DFE3B2FB7FC +:10BE5000A5D734EB741F6029CDFBB6345F0FB7A5AF +:10BE600007D7E1EF3EE4E37D47C865DD1B96A5AB50 +:10BE7000548FF47C7D159D2F1C879ED6FC359CFF2E +:10BE800085F0FE11E77A1DCD37230ACA7F8BBEEFFE +:10BE90001F38ADFC33B4CF7C47D15C1741DD33A2F2 +:10BEA000901DF4A45BC3FB48F3E98E71800DE47F21 +:10BEB000681FF3DC5E3E3F6C0D39EF93B4F071AE5A +:10BEC000F57CEE799C1F9EEE0AE90E7EB1F0B5A5D9 +:10BED0005CA13C0B7781427EF96E8FFE53F4838C1C +:10BEE000BCE06107E1938E82C59497930F6727DAD0 +:10BEF00071B6F3E472304EF732CA616D019A36F9C9 +:10BF000079671E98886E8347AD1A8ED379B1A52EB6 +:10BF1000867E8BFE86E114C5E76F7529ED52EEBE75 +:10BF200041EBFB5743D5DC7FDAA0B8307F75DB31BE +:10BF30002E9FFA3D0397D27DB7B35CC4C7F970FE5C +:10BF40004388EF97DC9B03B147168E8F77B7384F46 +:10BF5000B7ADA63D4EFE9BAA7011FA4D3B06BFFD44 +:10BF600002C6AB7D0D65551887FF85E88FD504D9CE +:10BF70001B8E7826C08178BCC585B951305E018D95 +:10BF8000772EF89E1672D7BDD9177B6402BBE80FD7 +:10BF90000D9F85C7E7055FB83707697C0BAF78CF82 +:10BFA0004123FAA1C5EF6D60DEC93D613AC247F792 +:10BFB0001EC8950BD84C21470BB9FFFB6D9437C6B3 +:10BFC000779DF18A80C6FDDF4F86B83FB9C037E064 +:10BFD000A3B357117E3F959A9063350B31BF85E728 +:10BFE00025E6AF03AF673885F7CF14D6B862F08483 +:10BFF00015D6CB6407F944BCA860A949F878A8AA6B +:10C00000C6D50EF3AA2EE0F87CC833D27C03C0B1AB +:10C01000754BA17E10F9EA988761DCF2CE69EC20BD +:10C02000FA8DAC716788F65E16A47C372FE2612129 +:10C03000E61FEA0FAC4739F00517ED87A2C73EF7B8 +:10C040006C2594B387D6344D8372AEF8AEEA55C9E9 +:10C05000351DEA728190FB0BD9425CE777A4939778 +:10C0600020FAEFF842BB17F5EDE7BF646CC510CDC1 +:10C07000A37BD63AE4FCE8FCDF21C2CFB63B8F5F5E +:10C080003A279CCBFF653593F3239C9B6E6B19EE8F +:10C090000BB49972B210E486F154CCC07142D81E30 +:10C0A000F7B5357C3F9DDD9F88BCEEEC7D9EEC4E68 +:10C0B0008A4B9E117C93C35B01F18FB79EDF83C1D6 +:10C0C0009EFB25233D520F7C68DB079C117C60D1D1 +:10C0D0009BB13AF324C63F250FD9EB163EC79BE729 +:10C0E000472DBFDCC6CC93B308DFE6490FFD7E0CBD +:10C0F000D50F8AB24F3CB7DA5F9C474F30BACD9329 +:10C1000040506906DF57CCD81C26B8B3F2AC92BFBA +:10C11000B7EAF9F4AFBCC5D9BEBAC7592FAC77D6C8 +:10C120002D7EB1F8C3E29BFF2A7F94A04E5E94A3BC +:10C13000F3B9F450C6BA0FAE9265E8FEB74A33635E +:10C14000BF9F67CED4F87505A5744F9B0BFDEC839C +:10C15000D36617D2EF138E1317EE6A3B347FAC7B96 +:10C16000F63C32F4BF00EF7F83F7363C66F3DAEB40 +:10C17000ACBC76A3FE75A8EF8C69245F7ACBFF7701 +:10C180006410F1BCA8A9C51ECFCC2FFF0079FE6DAD +:10C19000384FAB9E9F5FBEF3E3CFF3EFC7F1BB8594 +:10C1A0007F2E7F7C43ABA5FCC18A24BF67ED8090C6 +:10C1B0004FD3D8F0160FB7D9E2AA2D9F6EC6FAA1B9 +:10C1C000F2E7753C97F47215D2AD9075D23D478079 +:10C1D000C2BAB313E8C9FC7B8E14178F7F37269E33 +:10C1E0003A81F72E56246B69FCEC783836D4BF912F +:10C1F0008527B304E3A2D3D908E599EB71AD0943D0 +:10C2000066335B62CF6209F0CCFDAFDCBB34DE3954 +:10C2100008ABFDC775FEE18898DFA1907104E9F4D1 +:10C22000C73AFFF093DCB83F196BDC8FFAFB630F62 +:10C230005C5EC0CF7BBD2A915DB8EBF27B280F4DD1 +:10C240001996E8FE3625C87F07F42E973F86F69AA2 +:10C25000754F50E3BFECA3DFF13BEC4EFC1CE1D982 +:10C26000362D3903ED89703CE93CBF1975F17C2509 +:10C27000714EB617EF119272F708F5463F9E73158F +:10C28000BD48878FD4EFA87B84DC858B46F79F7FE2 +:10C290008EC11DEAA479ABE7797E215C62CCE7BF51 +:10C2A0003F36BF19EFF5B2EE0F2A2B7CFF127E7FCF +:10C2B00010A37CC98AFE853D183F0B4F359EC4F6FE +:10C2C0005F2B5CD01CC6F7D5FCBD27C5DFFB64C364 +:10C2D0004445BE49D349DEFA12CAEB28C77D354230 +:10C2E000AF47D8B064F9C974CAA3995168CBA3F118 +:10C2F00056F23C1ACC97199E007FDBC5FD91DBDA24 +:10C3000074CA97C113AAA83F7CB53C6F06F70DFC11 +:10C310001E168DDADDDB16A1725F9B41E5B7E5F8ED +:10C320000538AEAF86DFF7968D8388F2B8380F7E7A +:10C33000B890F37DAEE4FBC77271AEA3F713571745 +:10C34000DAD7C9D242C9B11FE96E8B7EFA884DDFB8 +:10C350002B1A3FEFE08DC0739BFE91C5FDFD9D77CD +:10C36000A718FABF7C997D0CFD55578871BBDB5A25 +:10C37000E9DEEDAEA26E03FD523BDA9254576571D1 +:10C380007F5184CD47FB5155938638CF301FFD8AAE +:10C390006A30C3EB31F15E1BE2F53AFE3ED5B6D909 +:10C3A000719FB737D2EAB8C75BAB6112EE4343B1B6 +:10C3B000A4E3799101DFD9D67FD5B1CD2AE6F57511 +:10C3C000B390D68BF670A489F2EE4FC580CA989FC1 +:10C3D00092B9F44421EE1FA28A8E3675EFDDCE7B32 +:10C3E00054F09E47FBEF2AFA2229BA6F5FA94C50FE +:10C3F0005E9395E7E18DB8F27E4F2B3D80F7B3A9B0 +:10C40000C7AA491FDC2CF0AF6AFCF74EB2F246EF28 +:10C41000596ABFC722041607EA8510FE5EB00BEF0B +:10C42000B34B9898476556C9F4FB208179ADF43B2E +:10C4300092C1D932C338DE8EB9B744C0B261731B22 +:10C44000864CBCC769AB5E43F199D0EAFBD7A2DF4B +:10C450002DA41D5E4765C377AF443F4EA8F9680B16 +:10C4600096FD855544BF50F389ABE97DF33BEBF175 +:10C47000B99CBD1FCFA4FBF17A2A6752DC6A7C7994 +:10C48000E9CAFDAE18AD63DBEF9C51BD38AF5E91DC +:10C49000D77E66DEFB4FE4BD5FE0A80F1671FBAAF6 +:10C4A0002B9BBFB387E1798ACEA2FB23C8EFFB7138 +:10C4B0005E68B7D7811D65A387A20E38EA9F2D88D5 +:10C4C000EFE7EB8CCB653FCB1888777FEB51BADF7A +:10C4D0008EE97292D5633DC3F01E4EC95093E8D7E2 +:10C4E00009C6D226E64517AA8CEE97F4B7C60CC447 +:10C4F0009BBFD530108FFED6B8A827A8FCF7E2C4A2 +:10C50000A1C252FBBD9CC334DEDF175AF945E908CE +:10C51000CF238292CEFDAC30912FB3722A3A4A4E8D +:10C5200099F6FB03404E3D85FDFB504E318C37A7FD +:10C53000E91EDCECFD64358CF4D778F4EB6DE3F7A1 +:10C5400091750AB9F56D39F17DC24B94DF8F9793E0 +:10C550004309CAB7FB69FFAF2EC1FB668EE3607467 +:10C56000EFD7AFB6A2BF5F16F97647FADFBCC4AC0F +:10C57000B5C9BD28E7F7CF16245EA07E357E8FB201 +:10C5800085F7C1B9B3E99E17BAAF06E5C52715B25D +:10C590005BF2E1EC44BBD99E4715ED8DA37F2D20C6 +:10C5A000E49D5C7BFF5A1DE03D51A83BEEF7F5682A +:10C5B0004E3EC8E299AD70EA833C3C0FB6B8268582 +:10C5C0003FBFF6F87C7902BF05E0F3171C9FAAE98C +:10C5D000C0A7E0DFE379F7C4D0EFD32ECA9520BF20 +:10C5E0007A3C36F975FFDDC91EFC9D89E031376B59 +:10C5F000D7517EDDF88A537EA5488E9AF3D900CABA +:10C60000D58CA003EA1D641A5F0B97F3418DDF27D9 +:10C610002D8713D5C82F73A626FE83F8A886EF634F +:10C620003C9A539E499AF5BB8F9C5FFF13F7BF124C +:10C630000A008000000000001F8B080000000000BE +:10C64000000BC57D0D7854D599F0993B37933B434A +:10C65000667267F237F9BF09034C30E2244C60D0B0 +:10C66000606F62D0A0B18E16DBD8A5DD41C1E22794 +:10C67000ED372A2ADD85CE0D24904412060218AC2F +:10C680003F0302D52DAED155B4AD5F7782CA626B40 +:10C69000D7E8A21B2D6E078AAEEE767753D7DDD290 +:10C6A000FD68FDCEFB9E7333F74E26FCD8EEB7F443 +:10C6B000B127EF3DE79EF39EF7BCFFE7DC33444C28 +:10C6C00078C34E42ECA44D23164256C90A214D149C +:10C6D000F6DB4E5AE7D1D21721913C42889744C8E5 +:10C6E000024272E99F843679B33AE290A15D677C99 +:10C6F00034873E2AA848B408F4F9700EE91CA9272B +:10C7000064332F3F837F5F20E46B32EDBC285D2EC6 +:10C71000B1D6E7A70CF599656F8C1031270D4BCA80 +:10C720009805F098AEFDE87D73F353B4FE918C71DB +:10C73000F5722036D200FD75C79E6830F67BA95C85 +:10C7400083F8E8B0CBA6911BE9FB8FD8B3F7532F42 +:10C750000BD8DE658B46C24017425412A4F805E49C +:10C76000BDFD35E976F3609E4D50AD11A02F2149F6 +:10C7700012BE94904A1B8940BFB610F1C8F9E9F681 +:10C78000CDBC7DA583D5678E7B853EAEC33CAEAD6B +:10C79000C23CEE624E5F42970BC623248AE3E72930 +:10C7A0001AAEA34DA1EB09E3574455281FB9F79DD5 +:10C7B000155B0A09E929F2375A159C9766A5FDF61B +:10C7C0006CBC44D8489F5FC7F1525FA15D51D859F6 +:10C7D0004F12FD9674FF775A23D7011FE45468BFA8 +:10C7E000B6BA685998C471F4757091D3E42EC37CBD +:10C7F0006EE4F8E9F4A5AF8842639A2E2EF291A96F +:10C80000FD57787B9D2EB47D9BE0A1E3C8741DFD90 +:10C810004807F219FDEFEBC0B7409F205D6729FD87 +:10C820009C10CADF40870BE4F355B28CCF6D226DAC +:10C8300047E96AE3EDBFE9526F97F97AC238BDE183 +:10C84000ADE155B40BF550444B025D2279D17EFA2F +:10C85000AA4D726933E6215DBE25D37636EF08D244 +:10C860003B8FD29D08E9F7F55299988174DD7CC21F +:10C870009280752CAA0AEFADA13079C74A0ED0FE7E +:10C88000B556D59243D743AB22814DF471516DF427 +:10C89000B2403DCC27BAF04B743E3D544E9273D219 +:10C8A000F4FA4D1189C37C74F82FAC110DF0B61455 +:10C8B0007746805FEE3F65517281A4CBC238DF7549 +:10C8C000740A028C572F240ED4A4F9EA81FD25881E +:10C8D0008F58B0BC18F07FA0BEB624720E79DD125E +:10C8E0002301DF2C032C462599F6BFA5A251CAF6D9 +:10C8F0005EAED716F015D07EDB9512F91C723D7D29 +:10C90000BFAD0E63BF7E6BE461B9686AFF7406A7B2 +:10C9100052944F04CD423E9B49E534EF39EFED94FC +:10C92000AE123CD7F9A426DD0E616B3698C96FE1D3 +:10C9300065EAAF8500C0CBDB5FF752788EFA0CC09A +:10C940009B6C9DEDED8B283C9F565D0ECBFBB57629 +:10C9500095E257B890FE5D46C85FC6BFDEAB51F8A2 +:10C96000D71EF569C0F3A84C70FD9FE77CEBEC4C3B +:10C9700024418F92BC388EA3C32AC020BFD5EA6160 +:10C9800058C7A39C3F1F28FAA117D62FF37D8DB758 +:10C990007FD7ADBEC4DAB37172E8B2123AFFC22FCC +:10C9A00075A83D20DF54315829DE6A27976B2F6127 +:10C9B000EB2D337EA5FC7B14DED7E9A9CBF524BF94 +:10C9C0007829BF58D2FCB2592E4E18F5D066EFC563 +:10C9D000F14BAF189664DABE27EFA676E07F4D11D3 +:10C9E00002B49AF414361E53289CBBA8B011964189 +:10C9F0006FFF2FCED671237E5205EDCFA00F3603E9 +:10CA00005F7D9EF1E399E3B73AEAB28FFFD1B9C6F1 +:10CA100047BA14A7EDE50397DE2765B35F6B732272 +:10CA2000FF6EE2DB0A15E93F552E47A41B9DE97610 +:10CA3000172B8F99A5642161D0A79BF24EC9B71A15 +:10CA4000FA11DD4CDF3FE1544577D3D4795DACBCBE +:10CA50004E37EEFEB879DC82F4B805D9C625A4427B +:10CA6000FE7086511E99FE7425A21B1D14AADB1FA1 +:10CA7000E803BBE5268262A5741BEA10ECE8B790D8 +:10CA800004F63BF430D5BE97C1F353327B1EC7E7A3 +:10CA90000E3FE3EBE9F01D9DB5E09C7E8A2C3FD96B +:10CAA000D046F58C7DDD5F35B4CDCF52DFDAEE8731 +:10CAB00075D2F178708ECB027E8A2CCAA5E12CE368 +:10CAC000D6FF6EE3914BE83CE436268F6E9FADE5D2 +:10CAD000560ADFF3B7764DF2C2F342ED94812E355C +:10CAE000C3A1A5B716C26C9C723F6D57B87EFB7888 +:10CAF0002ED0A19B28F0FE90EA6981FA4F5EB76BB9 +:10CB000004F416BCAFEBBD5AFA7E72CF783EADF797 +:10CB10006836C54EDB2736285D22F07F0F1901FBF2 +:10CB200013A7F6059858C7AF46955B45C42F321337 +:10CB3000FCBDC4066AC7E93CDC2A356E46BCF64B30 +:10CB400076D063436A6D3E3907FD3E77FF239FAF82 +:10CB50007F8FAAB4F0FEE75BB17FF9C80330DFA591 +:10CB60004C9F658E33D44EFB3F077F9C0F7F7DDD4E +:10CB7000F5FACCFEA11EE6E1582B9CCCA1CE8D434C +:10CB8000FD34064E8E8334774DAE33CA3F5BB7B764 +:10CB90006B0513FF839E00FA744BBF2C3E4DF9507A +:10CBA000B4FF73F169CA8756D0CDA5F4790EA31FDF +:10CBB00039FB993549FDF77E78D582F0679F51B8EA +:10CBC0001B60DAFF0E2E7F99F3EBB6303FAD9BFA78 +:10CBD0006BCF66A1F3A09BF967DD4ED60EFF517AAD +:10CBE0003A64659FD11EEC700BCC1FA678A8C530A7 +:10CBF0003FFE8FE211A3B0C8F524A568B91A44F925 +:10CC0000677EA6D84B9214B6837F1580E7F1E406C1 +:10CC1000D08BB210B82A44619FF89F2983BF972B0D +:10CC20009100F863B9C7AD014A21E827699F07E37E +:10CC3000D1767E8E4F4D96F7BC1A8175CB554954EF +:10CC400073033EAC7EB27D451CED1CC5317A55E9BF +:10CC5000D4F709EFBF96EBA7752756245E31D43F72 +:10CC6000ED76167E7809FD63215988EB675D9E8F0E +:10CC70007A288F22BB682A5D7F138B245E99955E8C +:10CC80006789FE0FE85A116474A9E878479B19C4B4 +:10CC9000F59BB07A011ED7DA003F551A212180DFBB +:10CCA000233E0AD7445D8AE0E594A6EB5D097F59EF +:10CCB000A1FEC428BC0F610581F7DBDFE9BA8AC297 +:10CCC0000D9B75789C407FF7FC3E9F48D0DFDA8A49 +:10CCD000B4DEA0FF39DBCCB08EA78EFF5C9214606F +:10CCE0009CB9EDAF1CB9AA10C7D166D07EFF22F463 +:10CCF000ECB53E92C6E7528E8F7BC9F12380CF25DB +:10CD0000746E5639CD9FE8C2CD4CCBD15CF5AD8D5C +:10CD100080E7C35BA84F170298CACB3CC439252CC7 +:10CD200048F391CEFF344EFD05D89332885315F069 +:10CD30006F029688213E2579416C07F1E8A92C7293 +:10CD40004E48178EFB631E8FBE1493B07C312613A2 +:10CD500091AECFD3312FC24FC6148477C4FC58C6CE +:10CD600063017CDE1B0B21BC39A612167FB66379EA +:10CD70002016C6725FAC13CB442C82E5A3B1D55804 +:10CD80003E1C8BE27B4FC5D661F9FD9886CF1F8A8A +:10CD9000F562391C8BE3F3EFC58611FEAB5802E157 +:10CDA00067624F60B9353682CF7FFCDBD9F9E7F295 +:10CDB000137E18EB5D6C8C87473F9E8D71F474ED8C +:10CDC0009F87F8D960DF179C096F7A83AEEFB8852B +:10CDD000069A5E80E3B780FE5A70FC09531CF6C3C6 +:10CDE0008F3F7CDC027668DCA6580D7AE1B09BAD03 +:10CDF000C39547A2E537E5419C4EF618F1719E15A3 +:10CE0000B45CBABE959E1A5C07E759F164AE0BE2BA +:10CE10003CDACED0FF0B5D4CCF4DB1A71EA6779A62 +:10CE2000CE4437E5D3A54E09D489B892FAB3C723C7 +:10CE3000088366C8AD80329C74525854448CE39A7F +:10CE4000CE84358023AD5214FC79F1CC975527E878 +:10CE50001DAA8772E93CD5E3AAF62DF09B797BEAFF +:10CE60002FD77B206E2449D562F0A34542C7A1EDA0 +:10CE70009ED7F223609F17A8775BC17F6A3D119D03 +:10CE8000918DCE2F1CBF7506E805998467805D38AB +:10CE90007CFCDCF60D46248638E5A756F50A0F958E +:10CEA000C32B05162FFF3046B453B390AEDA294A90 +:10CEB000D7551E09E5F4C739AA0AFAA4FF6D21B1B6 +:10CEC000AF06C6152C00BF302E2440765E18DFD783 +:10CED00065A3F87EF2116980BE477F7B7814E01766 +:10CEE0007E451A72A91C1D39C1EA0F074923F8B8FB +:10CEF000E56B587FAEE3B5F8FE151FD940694DAE1E +:10CF0000CFE1E3775F07FAF3F0090165D315B49930 +:10CF1000ECE091137CFCE34222B706DAEF68B10142 +:10CF2000BFAC46AF8588A26601F8F01A12001BF666 +:10CF3000C2F8DD338C7C1D7CDD3C5EE32BE6FE5FBE +:10CF4000387E6E3B5EB6C6FCBEFF61F3FB2261FC21 +:10CF5000F3BCE652611D178EDDC9D6713C92751D7A +:10CF6000E97C4DEBF8C2F19BCEBB8E49F33AAE059E +:10CF70007EFA716502F53E0D232736D29558282793 +:10CF8000B4A7916F49F400E53BC799DE30FA0B670F +:10CF9000A87D023B772621B0724480E7FABA0F736E +:10CFA0003ED0C77B8CCB53FF99A408EDFAFD1BED57 +:10CFB0002BF2A07FE64F64E217F7E422DF2C9458AF +:10CFC0007DBFFF94B4A2DED89F25B35EFE86A99EE6 +:10CFD000BF0F0A9ACAD3A39E2FF6413CBCD04BDBAD +:10CFE000D743FB1DF6ACFD4DD66F74DF61AAB723A6 +:10CFF000FE0B2BF4F176B8B3BDFF9847C6B2DFFF46 +:10D0000016C65FB444FF5F14E9BA38619D6E453EB1 +:10D01000CA94B7977F7B3BAEEBE1B1BB67C03A1FC9 +:10D0200039D18AF61FE403F853E73F901B0B7DFECE +:10D030001FF439C9C2D7A511335F3DAF84B1BFC555 +:10D040001374BD0DCF17A5CCF00BE38C5F0E2B1125 +:10D050006C9FE927045E32B79FBBDFC03F24CD6FD2 +:10D06000FA7899EB59D06E7EDFAD9E7BFCCCF7ED64 +:10D070008AB97DAE37E3FDF38C9F239BDBCFDE992E +:10D0800081FFF8B9E56566AFF9FD1A2DFBF887A7B2 +:10D0900019BF7A9DB97D6534FBFBD38D3FEF3933E2 +:10D0A000BEF587CCEF4FE6F9A6F1EFD272CFDAF5F5 +:10D0B0008497F37CA2AA81BFABE713E9132D154433 +:10D0C0002D1F7D08ED8C827CAFDB173D2FA3F7F37E +:10D0D000D0A2F81E887F53E063523BF7D8A2D41E3B +:10D0E000888B556B3EC20F2F1A413801C95A0AFB73 +:10D0F0005F7A0B6187E624A0D7EACF9ED26E077FC6 +:10D100008D3A96E06FBB561ED46E077DD36E47BF37 +:10D11000D0B5DED602F5477578DDC1E4E3B4BE15BF +:10D12000E24BEA8FB9A2B651806FD3E135B3DF8508 +:10D13000FEBB353A3EB5B3B2DF1CBF16AE3FA97E8B +:10D1400003C6DF291098AF637D31B6BF09FCD266F4 +:10D150000A37F7237EF708240AF12FF19BE35711D2 +:10D16000FC3C4ADFC1D24427C4D3C339ACD4E97BE9 +:10D170005901D3037A49FFB515D1FEAC41165F536F +:10D18000495257D2F9000919BD031AC033F8FCAD52 +:10D19000CDBD63402A6BB303F3C4D6959BEF02FD6C +:10D1A0006A5DBDFB1E2CD71DBC17F4A7357AF87E2F +:10D1B00084D71CFD36C26BDFF97328A95F70590153 +:10D1C0001DD7BAFEC30D589F17E1793479631FF854 +:10D1D000136D2CEE7CD432F111F809DA069B02F9BA +:10D1E0009E6DDF49BDF67821A40E2B65C8C33FDADA +:10D1F000F6C94710D77FD24E430CDABE2C49E94F0F +:10D20000E1B27679AFDD10CF95C1DF74ED3DC9D2C3 +:10D21000D67E88EB57D626A07E80C7A965AB13962D +:10D220001554CF3DC6E36A4F50E9027EF1B4D3787E +:10D2300018A62F17A23FEC59AD7481BD7586681CE6 +:10D240004B1F7FD7220B1827DFC1F251AEA060D24F +:10D250006B8FAEA4F881BD5E43A3493A5E79F2B705 +:10D26000886F79875C0B79051DBF72C08FFAF30553 +:10D270001CFF820E652FD4EBF895AF19B1AC70A6E8 +:10D28000F12B080610BF820E86DFA4FE5A13183554 +:10D29000E2F7308F53A7E0B59AE315A578D1712A4C +:10D2A000002F88A3D698F1AAE0742B07BC0A010FBF +:10D2B000335E15D1A4896EE5C111C4AB7C8D19AF65 +:10D2C000F2E88825D780D723169E5FB86B1ABA4537 +:10D2D000397E1AC34FE1F8296BCDF8291CBF4A8E5D +:10D2E0005FE55A337E8A4604237E95C131C4AF720E +:10D2F000AD19BF4A6DCC2219F0CBCC4F64E237FA9E +:10D30000FE3525E78A077A63C947F6637C730CCB41 +:10D310005EBE0E5FAD88928D79463DC7E2A85C6F18 +:10D320004485BC786FCD6605F83AFFCAE2065069BD +:10D33000E9761BB15D6F4E767F7EB25E20AB317EAB +:10D340001327DEFE0AE5A3BC625F633FEDE744F40A +:10D35000E5A2AFD07E47923ECCD7EAE32EB788480D +:10D3600037DB2C82FE2E11E3E4C64BA7CE3FC74726 +:10D3700054905B5D9F8EA6AC1AC42DFD3E8276DF75 +:10D38000EEFE28A9D271FA538F4BD9EC03F1891321 +:10D3900093FB06900CC8D87FA8237109FC0C57C6D4 +:10D3A000FE43BFAFB584D4A7DBE3F32CFB10FA3800 +:10D3B000E29902922830D285CD43145502F64E3CB4 +:10D3C000538CF5DBFFE4D123C007F620F55B280F73 +:10D3D000D9F3125ED08F0F561232064A4F4CE13C01 +:10D3E0001EFC937F6D87F8BBEFCD1CCC598FD67D8B +:10D3F00028815F33609134E0C7815907BDD0AECE3C +:10D400003B26850D79E8FEA646F4AB07294D609FC3 +:10D41000030C16E8FD076033E2728435C90FFB5632 +:10D420007ABD78ED6A6A073EB019DA5378671AD682 +:10D4300080FF8A5A75F8F74BA1FD4E4746BD60E163 +:10D44000B005FBEB11E83CA8BE3E3934B154A2F65E +:10D45000E04742B846A2F0A5DA445F5BE5F9EB8B02 +:10D46000160BE144B6F5840C0BE489CF9492C47C8E +:10D47000DACE138F84693B8798201E437BC7990AB5 +:10D4800053FD6E2A97EA1C4AE3F029728AC29F7202 +:10D49000FB2387E21AC85375684C83BCB2BD33A125 +:10D4A00002FD9CCB139A0079AE4E6A9008EC474679 +:10D4B00071BF5B5C1F89829E747AF364C8FB9474AD +:10D4C0000A4435E661C2CDDF10815F8306BB5A9BFB +:10D4D000E65FC7193BF24126DEFF54A098F2358E75 +:10D4E0003379D8EEBFBF7D5D563A4E6D5F8FEDF458 +:10D4F000793CC0F5C157BE30A238804F7D1E6123F4 +:10D50000959B7C9EE739E2DB219DA4FDF4D50F4B72 +:10D51000165AE6F3FD64A28C49375D9AEE774721EF +:10D52000CB737E75533C8AFBE8F298047AE0AB57E4 +:10D53000317880C2804F3EDF6F7E6FF54CB45383ED +:10D54000FEDA7D10B7EAFDBC59C8D6F3AB56121D02 +:10D55000E1EF95D2F23DBFD09EC8A2B76E296279A5 +:10D56000880199B443FBAFDD7B405A6168B788F707 +:10D5700037A0B0FAE5774D531FA0F514AF3FDDF0AB +:10D58000C12ED073FD7E0FEAB901DF5B59F5517FE3 +:10D590005D630BE62DAD44B65E41E1224647D4FD06 +:10D5A000382F0F9E1F380D7A9FF6D7B75CDE0BF928 +:10D5B0008B5421C3B7EF6CB405F482A64A1307D08D +:10D5C0003FB2E07B7DC100E621FB4994C8507FDC7F +:10D5D000CAF60345D6AFB34DE6F95B62B32CE0A2C1 +:10D5E0004A97B82CB5BDA596D61FA5F12CF88F6526 +:10D5F000C1784B2D1D776B8B3401F9BC25D6439632 +:10D600002AB04F5E2BC9A5F2E9E478BA2B4982AA69 +:10D610005052BADAEC775B9D6B313F5C4CFD65D8BC +:10D62000CF2C5E6EF6C3297EC94700BF50AE7C206A +:10D6300000FB4386F76BC0741ADA53582E62E72C4E +:10D64000BA2DCA960A78EF5E123840EB2A5E7FC682 +:10D6500002B9D37B8FDFF5379514BF922041BAD73B +:10D6600016317E5A97DA8E7EDD9A429EE79D4FE60E +:10D6700083BEBE3FA85D03FB00D45EE33CEEF6B183 +:10D68000FCCAA0EF59CCA750738CFB8C15D1400B72 +:10D69000D0FF1E89AE5303D061FD6BB368FDDAB7CE +:10D6A000AD01D0C7FABEDA128E5F3F617C321E93A5 +:10D6B00008D8DD77A8BE81F2BD984CF653DD7B22F9 +:10D6C000E645F81F620A9639451E7CEFDDDBFF6FE9 +:10D6D000F2333ACED06CB2D798877BC79722609747 +:10D6E0005D84C5DB39A401F3313992E2D944F17983 +:10D6F000F7EAC4C002F063AE1602B02F449A59DEB6 +:10D70000F4AB773475413BB79DB8AD6EE8FF9FBD74 +:10D71000C6BC8C6E7F497321F7D3997F405541AFCA +:10D72000E4991A076DE3E742F4FEA93F8E74714B4A +:10D73000B2BB9FE2F1FEBD255FEEA4F0F69007CFED +:10D74000AB9CECB60A2AC84190C9A73EDE8A26AA3D +:10D75000CF297D225D39AE5021F239FA1964359313 +:10D76000F7BD5C0F904E66CF74F911B87D1EF45171 +:10D7700039CE224F977339AC59FB7DD6CECFDA9193 +:10D78000E665886F8114B0A0BC11D9D3558AF28E9A +:10D79000EB3E40E5ACCB42A6F83169B9230990BB1A +:10D7A000CF216F26F9226282CB4F018F67987CD1FF +:10D7B000A59900F8BF5BDEA6C8D7898F4F40DC93E0 +:10D7C0002967B80F45919677355CABE5A5F5E2D7AB +:10D7D000BFFDC1C042C37AE9F4FA79867E5CD153B9 +:10D7E000F445E3BAA6D7B916F962203486E744B205 +:10D7F000AC2B8EFBBDC2CA6B35AAAB8ED4D926E941 +:10D800000FFE5D9F4CE90FFC44E9DF25C3FAEC6392 +:10D810007E915F201605D687D147A3F123DB97BF02 +:10D820000BD7A3EFF87C8C27FB39FDB4367251EB94 +:10D83000930BEB13B890F5098CC1FE98FB161AA850 +:10D840002A53D727733D68D84C603F6C90EF9F7D7B +:10D85000DEF5C93FFBD7AF16831FE92701F0B333CD +:10D86000F5C57B3195EB9D76AE77C208F7142AC8D3 +:10D87000E799FAC4E11FC9013D71DA7F37A79F9587 +:10D88000F1FF72D92D20FD4482F48D2450FEFB025D +:10D890000105E4BFC42F9C84FD80521FDB17A02527 +:10D8A000EE079C8F0EE7D3FBB7412C8EE7BB82E8D7 +:10D8B00047592C39E86F3B4F6C2755CA543DF087C8 +:10D8C000965B785E760F2FF7F2FCEC2E0E3F9A9166 +:10D8D000AF5D5864B62BFA7EB0A59AC5055245A136 +:10D8E000693FAE6CA519AEED36C3C5CBCC70F53A29 +:10D8F000735EE69B85EC9C916EBFDEE276E6BD989A +:10D900001FCBA12F9E1C2F049A59D97EC818B73F50 +:10D910005F023B01FA0FEC042D8E833D42FBC4EC09 +:10D92000D138B747276201CE27212C070A3DCC2FDB +:10D93000CBB027BADD988E8EBADDA859FBF3F65A24 +:10D94000B40302F2AEEE879D4F1F8FE876E002C768 +:10D95000B9E07624D509F1D38C2E970C7998ADC215 +:10D9600048EAAFE85039C24C6109851D6542621F23 +:10D97000F8018B0EA3BD5C5A6A8E3F52C5CCCEA770 +:10D980008A99DEB31F1B1B86ADCA84C5A6902A38B0 +:10D99000C738D6097242FC36A4F366D8FFA7FEB298 +:10D9A0000DF6FFA971BDE1C76C9EA451423DB5CDF6 +:10D9B00032A140DE659D2FFAD8ADF4F178B11BFBA2 +:10D9C000EDAABB7D78056D777FA30DFD0CC2F765D1 +:10D9D000EDF017E52B7B609DDA12C42302E8AF114E +:10D9E0005F05F2894A75C9672C8140E05C30846F1D +:10D9F000B0F96D3B7637A92F84732FD2C48C10E415 +:10DA0000B922A403E94F26C0FF22BE08EEDF0F466D +:10DA10005D0AE8235B85791F39AC30D802949839C8 +:10DA2000B5DE56D16CE2D367AB08EAEFFE45C2DE45 +:10DA30008D601FE9B4205ED76E6479B5C1F6B85623 +:10DA400000E3691EA2C13AE4C455D42FA512F363C2 +:10DA5000087B7FA7B718EDEB9CF9FC9C05D59C9F34 +:10DA6000D1F86DAB531DC7FE4A1D0AF46797669443 +:10DA7000009D0743AD7DB0BE77DF28B8C18F7AB572 +:10DA800096BDF7AA9BC9E36647E4090BE5B5390FD4 +:10DA9000FEFA3A91F25D5F0ED3A744DB741DE84DA8 +:10DAA000DA6F40A4F37FBE88A86D158017AB3FBB2B +:10DAB000FBBD7ED817B1090CFE51C9F73B001E3DD6 +:10DAC000998B7A90DA18B453FDEFEF41BEE92B4DF4 +:10DAD00079C1CE49A1CD6316880315731CB85518BA +:10DAE000433ED436E6C9070AD37EE4D69C6400F8E8 +:10DAF000610BF7D7B7781D68EFEFB7241558F7B566 +:10DB0000EED5010812EA4A6B513E762E58700CD4BD +:10DB1000B17EAE52E7D33EAEA71EE4E5A8EF940473 +:10DB200071EDE8F253EDE0E7833C025FF5D9B48D87 +:10DB300088FF6CB6DFD8BFFC2DAC1F7C1D4F3D525B +:10DB4000BBDC8A7984D252C6F73D3C8FABEBB99BE4 +:10DB5000299EC00FFAB85FF332B97DD036D60B29B3 +:10DB6000F67E818CECA3A5E78C9B68747DC40DB216 +:10DB700005E2BEAB783B77FB826F88D45E78AA6AF9 +:10DB800057588047BC9F5C2B5187DE037905CC53E7 +:10DB9000FCFBB56A33D50BF522C216EFBFF7837FC6 +:10DBA00090795EAAC4C3E01C5867CA1F73DC1C9E30 +:10DBB0006BC66F472CD0701ACF0184B01C88A9584F +:10DBC000FEA176A32FC32E4CA977255687312F1699 +:10DBD000C7BC4FDE65BE7DFD06BFF39312AEEF38C6 +:10DBE0005D4BCB05535EE906A86A9CBEFF372C440B +:10DBF000B334422964CDCFE9A5BEEF78BCB8C614D2 +:10DC0000D70FAEB72472F269BD8BF15DFF5C1BEAE2 +:10DC1000413D6EEC2F2A433F0AF3472077D7EB7E36 +:10DC20005402F5544F6319EEFF3E600F8CC2B936B3 +:10DC3000CAB332FAC9E218FA693D3755607D8FE5FB +:10DC40004D84FB8BF202FB50CED58F91FFEA66D755 +:10DC500060BC1B3B26837F3270767E179CAF1B9087 +:10DC60002CF246DACF68F0ADD51817CB363C27ED4D +:10DC700090140BC8C92A2B8B7FC8352CFE71DFD1BD +:10DC8000F4F1102D87DD576F83E3290F947891AE5F +:10DC9000F72CDA277729E7B00F7E737E709B256C0F +:10DCA000C3796E20E400F56F56C55F93F71BF4DB74 +:10DCB0002A91247321742B6C5D500C794F31857E31 +:10DCC000ED60DEA95E8C13F839D5C1D0B4E76417D6 +:10DCD0001717313D500AED855C7200E6DB74F5DF05 +:10DCE00042FE7570B120C3B1CA9DF19713B7D1E759 +:10DCF0003B0392027EEABA122687BB624F34ACCC59 +:10DD0000817CD60896B6DC9404FAD0669534EA0392 +:10DD1000936D243C0FF4D8AA921F5C07F2F441AD36 +:10DD2000560A2706C225DF7F405C0479BA91F9AF15 +:10DD300052BA5E5D727C86CD0E79BFF09B33A9EC42 +:10DD4000BC5FFC9B070AED90371CB9048293F77700 +:10DD50007F0BDB0F5B983C2E2B7EE43AF03B6D3C57 +:10DD6000BF9249C7E74A2C93F8751BE46117CF3F70 +:10DD7000EFBA7936FA9B8316E55688A72909A520BC +:10DD8000FDBFDBF4F7EC4AD7AA20F24F04ECD22017 +:10DD90003FBF36E866F991A779BBC35C5E5A393C50 +:10DDA000D4710AF791870A034BE1DCF7FD7B165E1D +:10DDB00007780F89813ED0F7B796BED881B09FEB28 +:10DDC00015ED8D0ED0F74312D3E7B7953CD301F391 +:10DDD000F2742C339F9F6A5B66D2DB9D6B6E36D9E3 +:10DDE0003922A6F03B8649B9689A940BCCD33A897C +:10DDF0005F83FDBB9596442FF841642007FD0230F8 +:10DE000099781EAF8324C1361231DC5E1384FDBEC7 +:10DE100002F4E3072D32E33FDAD7F3944E7699C14B +:10DE2000E48B4495CAA9FE942BAE067B796DD2C6CD +:10DE3000F6C39CE2D5B01F77B2730681F8EFD963C1 +:10DE4000C2E6BDB4FDCFC20E3CB7257A24DBCB14AD +:10DE5000BEFE6D06EF0C0B9BE11CF30DEFB3F6332A +:10DE6000E67937775138F2861D6130F9523121D782 +:10DE70007153FC86B77EC1CF68796AAC76DE53B445 +:10DE80000CA518FEB7ABA401FCC104D7278B4EAB81 +:10DE9000F98BE9F36FBC9ED300FC3EFF756A322913 +:10DEA0005E5F54E546586F5D4FEEE67AC8E14F89F4 +:10DEB000B06EA3B7D88EC2BADFD32229104FD97261 +:10DEC000230102FA43FBF64F5FF1E2F9645CB7838A +:10DED000BBEF7B00D64987E5D23503608733CF257A +:10DEE000DBCA7F8576B8FF664EB76B686F57F07CEC +:10DEF00036F0D76627AE932E3FFD0D3602EBD55791 +:10DF0000979B106A8C79F8318C5307EA0BAFCEA13E +:10DF1000FDAC7D4D2488579E7C35E8A75DAF4A480F +:10DF20007FEAB18EF7D0FA5DB3662BA0E78A6E0E5A +:10DF3000BA60FC5DB30E76AA98EF4C2A9B68FB9FF3 +:10DF4000F45C8AFB21459E04E659E13B9104B557F8 +:10DF50009BA81F9FA006F96831E3EBB170239E6B6D +:10DF600070521CC0AF90833C3F1DE4F9E9C2B00A77 +:10DF70007839BD110DF3FC3934D2067E69B0A01E8C +:10DF8000B4150A2461E06331CF61826D5E81FBC309 +:10DF9000CB65885F2CEA22EB6710C7783D17E44712 +:10DFA0000F9E1822807F7EB1C2BED75159BC49C492 +:10DFB000A402E7E17B2C7B4DFBBD7AD95DD07202D8 +:10DFC000F4DE46189BFEF75281FA0FA03F75FD72F2 +:10DFD00079C95C5CDF456DEA49787EB1FE759E309B +:10DFE000E105BB902FD0F888F6F99BBAA3C32B08A4 +:10DFF000F8D3F7CD01BAA1FF5D067EF6683F8CF33A +:10E000008433FC6F300E9CB7073E7C92CF673A7E1C +:10E01000CAC955DBEF0DB27D270DF69DFC8D2CCFC7 +:10E02000EF33FB2336AB26C3BEC6BF147FE9BADE8F +:10E03000D0547EDD12F3379CCE99EA3FE692C4F8C5 +:10E0400023C0AF3E36BFBE52F61DC760A96D2FE894 +:10E0500082E9FCC997809E146FAB24979C36E09DA3 +:10E06000237B4B4E1BD6BD21A998EAE71FF39BEA01 +:10E070009BC6022678E178C8D47E514A35C1577CC8 +:10E08000D46E6ABF78226C82BF70A6D3D4BE85AC32 +:10E0900030D55F25DD61AA5F22DF6582AFF17EDBCF +:10E0A000D47EA9D265AAD7F9EA69CE4FBB62E10452 +:10E0B000F3EFD404D0774BAC1DE11DB14E2CBF70F3 +:10E0C000F669CC2BEEF2B37CD3BC07DFB956F35123 +:10E0D000580CDBC17EBB55FA9EA17FA9A23D916D74 +:10E0E000BCE26561D3F382F64E13ACC715B90FFEDF +:10E0F0003DF299AEF774BB39EADB8171F13D37E649 +:10E1000005E0DC5E1BE7BB7B7EB6A4E155FAFCD3E1 +:10E11000C20ACC9F51FFBC14E46CF0B5BC6EE13276 +:10E12000AA6F79BB5716BDE3057EF6046D2BE0FCA4 +:10E13000C3B355635E6837E0667CB6B4640ECA51FB +:10E14000E63E95F357CDE86F67EE4B65CA5F21E772 +:10E15000F3BE20CB373A7D8D59DFEB28667C379AAA +:10E160001A12904FF97EE6201C740139F1E6E1F9AC +:10E17000ABFE606BC9B9CEF9959CB19AF64D97C1CB +:10E180003CE97A9688510BAC4BC9191BD6DF572C4A +:10E19000EB713C7E37A88FDB1764E7BFFA605CF059 +:10E1A0002F60DC1AC087EDDF4E37AEEBCC8CACE3D2 +:10E1B000BAC414EED7BACEB8B0FE4E6BE4BE123A73 +:10E1C0004F35A96848CF003BEF38237E1BE952D278 +:10E1D000F40B97CC46FAE978F5FB183D3E684D48BC +:10E1E0005702BC4020E0F70EF8CCF4E82CB598FCC0 +:10E1F0007167065EFB0B223D25B4DE298E215E4E43 +:10E200008ED7C5DAC96E0BC1F3A0DAD7589EB4C455 +:10E210003DDE55A1A4F751EE3FD1950B794D5750F6 +:10E2200031F9AB2564EB18F019596EF6932F2F6373 +:10E23000F98A7B8FDF85FBA27B4ACCF9B0B56B9462 +:10E240006B20CEBC3FA45D03FDDD130DBF314B49F8 +:10E25000F7ABFBFBD37D9FB46A1A3FB3B18C9D979C +:10E26000CDF4DB03C54C0F4CE1FB69F66333F9BE1B +:10E27000F7D80E94ABC1593687257F7A79DB5FA03A +:10E280003E0FFCD053C2C6EB7DE5C2DEBB16E69363 +:10E29000851F6F2C65F3B9D64AED667DFAFB11BD7B +:10E2A000FE47A56CDFEFB23266B7FB628132D06702 +:10E2B0005B62212C9FAD4AF57A82782E606C6310E8 +:10E2C000F540F20BB0CEEFDB59BEC56FD18A2E33CD +:10E2D000C4A321BE3F42A2C7E0BBBAFBE71536008C +:10E2E0003F0FFA44F65C8C8E417E69F2B9BE9F22E4 +:10E2F0006952ADE9396F9FA7C9AD867EF471EEFF13 +:10E30000BD3582FA8EDBB9811A651FC8C3C0FB4FC9 +:10E310007AE13BB32F97327FA7BF34EE85EFFC2421 +:10E320001FB56FC067D3D8B7EECA7827AC6B37116B +:10E3300002304F71D69731BFA5BE1EC6F3784E3856 +:10E340008F17489FF7A672FBAB12C33912FD7C5E94 +:10E35000A67E7EA9203C5182F1775201BD92C91759 +:10E360009E761AB7D3FE4BEAC504E4956455417E08 +:10E37000D7F30E4BE0DB5ECAE805CBCDF95A77BB8D +:10E38000399FEB0C12FCCEC1A516667CA76180A953 +:10E39000A0085CAFBA2117E06165398DEFF5BCC705 +:10E3A0002C1FCBF37DC8E9B289DB97C19C9417BEC3 +:10E3B000431ECD6371A76E5FA6D37F7A1C395D9C27 +:10E3C000369011A7CD2ACB1EA70DF0386D80C769F6 +:10E3D0000A6F575EC6D6F7202F873ADE32C569BD71 +:10E3E000659E0EC8C3E971DA6D0F355F8FB01EA749 +:10E3F000919BAF37C5690F79508F5D7C9C36C6BE47 +:10E4000037276DF287FEB4BF3BBD9F2B920F0DE700 +:10E410007B06A739F734566665E70738DD20DE014D +:10E42000BAD178A701E8A6B77B92FBF553E31F3D6D +:10E430003E2201689F1907A5DF677AE6414722ABB4 +:10E440005FFD6111A3B731CFC6EE37E079D3F9563E +:10E45000CC8365E6DBFEAEACAE435A6CCCB7CDEDFB +:10E46000502BD2F9B6BF2B9BBB355BBE2D737C3DC9 +:10E47000CFE897D87EDEE8F27D12C42BFDCBE95BB6 +:10E4800079E93CE2832E36CE87BB666ED59AC11FF2 +:10E490007B0CFDB19C596C5F78C4673EA7711B8FE4 +:10E4A00053FE89E70B77C4DA79FE2E8CFEF358B25F +:10E4B0007114BE8B742E2798272F50C316C88FF661 +:10E4C000C53AB13EA7897D37E98A506F5C81F33B3D +:10E4D0004CFE02A33BD9F9DC505C85B8890EA1390A +:10E4E0009534BD2C552C6F581231CBA9BBC32CDFF2 +:10E4F0000ED50CEFBAF9603BF4774F974B057DD101 +:10E50000EF6F1D83F3969FAA04F5C62E7702F57B65 +:10E51000A6BCEBF31D8891E1EE1C982789AF9C0502 +:10E52000FA22A541BED0E197D11EBF7CF302365F2F +:10E5300042264A40DF455204F8C1E58FE343FBD948 +:10E54000024B18F515617ED02C92A8AF81739A20EA +:10E55000C0008F3D556F385F30382BE5CD33D0BBD1 +:10E5600067D16E15EDD88638F66B4FEE210AF4EBC5 +:10E570008B93085D578F2FD002FCEAE9906B61FF07 +:10E5800069F077D6ACF7713CED65FC385813407CE8 +:10E59000A97C4CC483E7C76BA0694109ACCBC5E239 +:10E5A000254A975CB1727E56FC2C909FD47E66D72C +:10E5B000301FA99AED8ADEFF1ECE67DB97EC46BEC0 +:10E5C000A07CA2592F8332D5A9D1710647DF25F54A +:10E5D0004E588F31B206C60DC64947DEF4F33FAA46 +:10E5E000CF9FE20D79964FE1BBFEC2E9FB03FCBB76 +:10E5F0000B4CFD5E10DE3FF0F2F340B108CAC59E41 +:10E60000D86A2C737AD87E0A5941F87E8A213F6EE7 +:10E61000D8A72CAD62796647069F67EE53E6D8E32C +:10E6200047601DC9A53EF41BE3B1288E1320E37893 +:10E630006EC39D210753ED19A3EF4890F911378060 +:10E6400082F560D96DF1A4EBA7D3C799A59EC70E3B +:10E65000586C61FC8E96A48E95C03E92C53B02FB21 +:10E660007A6F5804D433C777E7A2FD0E70FD42C419 +:10E67000782BCC63F3BCC2BDE017EA78E87A665722 +:10E680006C1DEA8D784CC3F9152D9BA8007F03D231 +:10E69000C890E792A97E01FD3110EBC576697BC178 +:10E6A000E90BF49C09FBDC197EC032337CA17EC0EF +:10E6B00085D2E362E93629FF3CEF9F49AFF37EE75D +:10E6C0007F817922AAC748640E7CE72491482EF006 +:10E6D000A98C65717B7854A47C992332BA7CC5C51A +:10E6E000FA2DEA34D3A33492C1571979964C7AF5AE +:10E6F00070BF6E7CD7BC0EB02F3A3EBADD4D97D1BD +:10E70000C5B07EDB63ABB12CF26B784FD2406CDDD1 +:10E71000E26CEBBA84DB034F9B19BFA248E6BA2632 +:10E72000507FB832BEA7C8DC37D3F1AD6B9E104125 +:10E730001FCEB028029CA3F825F79BA6DB07D2F7D3 +:10E7400079FE7FF1C1B355713C97DCE7CE7EEFD205 +:10E750005FF33CFC4B453C2E172318976FB664F7CC +:10E7600097BAB9BF6FE7E753F5E734BE5D510ACFFB +:10E77000C538C6B7767E2E558FAF2ED6DFFBF24A50 +:10E7800033BC6CB919BE69D9CDA6FE26F30A3C9FED +:10E790007FB1E3DDC7FDF521671CF3A2F6CE437818 +:10E7A0009E1EFA33DE0FD2CFF7512FBE7F8E9F2FE2 +:10E7B00080F72BD8CF58F01CAE817E7D66FA895841 +:10E7C000AFD3AFF04B1DE7BC9784CAC59EFDE7D819 +:10E7D000BFB4DFF14B09FCEE41DFBE7615F56800F2 +:10E7E000CFAF0EDA099EFFD3DBFDA1F31A7226909C +:10E7F0007E0E4E3FC0FB56031F1DE2FCF379F12E47 +:10E800001049B7D4F8F9D7F973F3959FCDCF7AF6BD +:10E810001718A7F711690CECD480EF54AFA710B507 +:10E82000E5089C2BDD147CEB18ECE3DD53675320EB +:10E830009FA5AE4C7443BD3310980F71F5D1521B98 +:10E84000F677A7357C14D67B0689E0773BFD4E260C +:10E850006F5B62445D45E5FAE5BA8304FC6F498964 +:10E8600026A13F6730B000D4F63A9220F07D0EF139 +:10E87000133C37E1088E7989E11CB6B58C9F87BEC1 +:10E88000F92EF4B372F93932B2EC2EFC2EE35AFEB3 +:10E89000FD721CF20F06FDF18F90BFA0EF0DAACC08 +:10E8A0007F2767E8732A130340083A706E304A5A8C +:10E8B000601D5491D5FF8AD5E379368A7FAE9FD605 +:10E8C00083DFD3C6F30C2FB1FA3EBDDEA7D7F37CAE +:10E8D000C3D9DF63FDA0DE7F88F5AFEBCD57DB98B2 +:10E8E0007ECDAD607E5C6E85EE77F5A1DF25291AC1 +:10E8F000FA5DB94AF49C7EDC4B3CAEEA5A741FD2F6 +:10E9000091FA0C51F8EE62F4E4F786619F7BE07DAA +:10E910003BC6D7FD4DBB4DE73EE48AEDC4F83D86CE +:10E920003DC4F21AD3E19169D70C78A13DFBA4F460 +:10E930001FD879CC27EF36AFCB137767AC8B5A66ED +:10E940003CCF30655D3E3DCFBA9C38CFBAAC3FF787 +:10E95000BAFC63A9C2EF13F95DD6F5E97D651FE640 +:10E96000C306EA589EACDCAB207D5FA1F4037EF5C4 +:10E97000F86C2BE0BBBEDE63AC5D1FB4BBCCD06ECD +:10E98000D641964FF3B3763402F4B238F773C7F535 +:10E9900068EFC6CACAB776C178403FB66F80E5D186 +:10E9A00012A6D7458FD486E7248304CF89DF698DEB +:10E9B0002C2C2B82FCEF0A158E43EBDF7BDA8DF9D2 +:10E9C0004892CE47669E5F749D7813B6B3FEE8FE0C +:10E9D000DDC59E5FBCA1ECE2CE2FEAF9DC3FF41C62 +:10E9E000A39E0FCECCFF66E6875759D9FA343EF482 +:10E9F000D6751B3F47DEE762F5F51F214F64E2A79E +:10EA00008BCE53FD91C61D728EA19E70821DCD9B33 +:10EA10006A4777955DAC1DFD3BB4A30353ECE8D882 +:10EA2000E7B2A3053E6A8B1AFF78F3ED87FD31A3A9 +:10EA30003EA97B87E9139E773F1F3D5EF81FA6C75F +:10EA4000C5F26981FF0FA65F56FF7C81D7663A87C2 +:10EA5000F6B69BE50D17C019D30BC8472F83764533 +:10EA6000B8AFFE5E99615FFD8F154F7EE1EC2F30F0 +:10EA7000BF98D3C4CEE5EAF904BDDDC77C7FC45E90 +:10EA80006EE1FB242C2FB28BE745CA7CF12E763C3D +:10EA9000D69CFF285D9D11D72DA37159103FA5C7A6 +:10EAA000B87F3BE43B28CFD5758CC8307E7146DCFF +:10EAB00097191766C6797FACB84D2F2F347E0B702F +:10EAC0003AD5B5E971A66C017F5DCFBBE8F44AAFDA +:10EAD000B7F03F9A77B8503EB8B3283CBB1C92B60B +:10EAE000ADC41FCD4B3F9F22A7B08F430DF401074C +:10EAF000590DFC9EB9AFB6A09CCDBFA19C9F475DB0 +:10EB0000C7CE913496333E76AF63E74B2E2F574CEA +:10EB1000FD6F5FB2E016B8972C6E61DFDBACE3F7F8 +:10EB20006D920E1BEEB7C5F9BD6F32BFF74D7F2F4B +:10EB30006E6772376431C7D3B7703C6EE17CBB3D02 +:10EB40003656CCCF87E07EF3500BC17D640F09ECC5 +:10EB5000B1B071089E33938905E2CB9B003F83FEE1 +:10EB6000923B6C16D8F71E5A4C929087DED1431216 +:10EB7000F05DE6508EBC11EE5118720B018DE25D16 +:10EB8000D37E741CCE93D4ECF4AF22582E60FBA439 +:10EB9000DD667F74E8FAD9B8DFE551898A7EA2AFD5 +:10EBA000D00274D5C75B5A6E37D167F23BED93B98B +:10EBB00049C87B6EEF61F86F7FBFAE14FCE41DA502 +:10EBC0008152F093297E78DF628D7AF531DCF7F39C +:10EBD00015E2FAD7A814AF79E7C76BF25C3F7FEF75 +:10EBE0007C7C33E9DFC01DCF8673C1F158BCF48350 +:10EBF0005970DFD770E9073970FF5702CB03B1278F +:10EC0000B01C8C8D60A9B7CFCC77D668667866AF1C +:10EC1000199EBDD3AC1FF243D9F3A5BADFA58F73FC +:10EC200020F622E2158F25B1DC173B86E5606C0CDF +:10EC3000F149C4C611D6DB678E938967265E997841 +:10EC400064CE43A79B4C26D0DFB77179F210D9026E +:10EC50007EFD4FDC91619043BA34AF6DA07509ED34 +:10EC60001319D63771F69A318893E221CA77F0CE1C +:10EC7000E2142E51FEEB760DCECBE5ABEC3CC9A8F1 +:10EC800026D8C14EC7358F03F8B5FEB9F526FCFD71 +:10EC900012B1837F3FF790F9F95E95ED271510F6D5 +:10ECA0001CE70F07E1BD8C0F5CCD99F348613CE692 +:10ECB0003A5348B482E9F5855E8EAA1BF15CFCB636 +:10ECC000103B57B24D15EC706FDFB6AD02EE23D19D +:10ECD000E778BE05F675E09C0969561186F6708ED8 +:10ECE00059A7937E4F041CCB017A256232D172A7BB +:10ECF0001FB7E6AAC05DB83F543F21DD64881FB747 +:10ED0000853E91D8BD5529DC2FDB16AAC5F323DB40 +:10ED1000BA53EDB07FA2116904EE8D9117D76E87BB +:10ED200073CF745D5E2F473B3EF1327C579A1F6272 +:10ED3000F7AA3CBE95AD4FFD7336A218E833F790A5 +:10ED400019D6E94816CB788E251FBE836B007AB39F +:10ED5000763ABDF3B77A04FC3EF63EA2C0F7FBA4B8 +:10ED600039533ED97DAE3540F7F910FF34F1EF4805 +:10ED7000681C34234DA79F5AD55F001F3DC9EDC4C1 +:10ED800053FA7E3687E3BC4CF0F2002FBFCFDBEDA9 +:10ED9000D3F71F8F2DCF07FA7C8FC33B78A9CF679E +:10EDA000EE7EC1F4FDD9BCE71CA6EFD3F2439E8CE6 +:10EDB000FB97CA4CF5355AADA9DE7F828D37DD7AD7 +:10EDC000CEDE691EAFFE90C304CFECF564DC4F9439 +:10EDD000407AF91F2E333D2F68378F3BDD78DAB24A +:10EDE00099EF82BE7535DB14D8DF7035B3BC83ABC9 +:10EDF00099E9536294F75A13FDF32B8AD2F4D6E9BA +:10EE000095638DC7671ABE531884EF18F2D2EB4A88 +:10EE1000C470C0F81DFF14390A31398A3733398A72 +:10EE2000874EF5C2779CF114BBAD3BDECCE4B8E76E +:10EE3000F2FF62FB7BDF4961FECF95FC18F7F79E7E +:10EE40008ED139CD817597506E5CA11489D0E7F9C8 +:10EE5000E2C446B06BE4255203FB5BF912D904F31C +:10EE600026490AC33AE6918D086BBC5E9619DCCD43 +:10EE7000EAF7811CCE49CFBF36A408909FB80CBFDB +:10EE8000C8A771E7C38D83C0CF0ADC90698091A5C4 +:10EE9000A9BFD24461F0575E3C9BDBDE144CEB39DA +:10EEA00071C3143D87F2734F2B5DBE2C7A89D2FD5E +:10EEB000CA8AA634DD75BABD18E2F91AF85708FEF9 +:10EEC000A5BC97DDEFCF6097CAE07005CBD751792D +:10EED0005F5AC1E41DEFAD7D31A5CBB9596F66EA2C +:10EEE000D14CFDB90AEE5C64E7EB98BE540515EC15 +:10EEF000AE8BAC4DE35D8378DF0CFCF24C86BCE658 +:10EF0000C38D3854CFE59F142C40AC8657342BE08A +:10EF1000A1CBA3D71DF93AE0D9F05C4270D175F1CD +:10EF2000BF186F8569FEC4ADFE293CAF7F6EB989FD +:10EF30003E730F99E102C2E04C7D1F7849209A612F +:10EF40005E359A836826BBE731C193E7986371F415 +:10EF5000EB0FC586313EA0761FCBFD45EFE0650C7B +:10EF6000780FEF22B8876A04ED9F830424282F09C5 +:10EF7000258E40D8320287E7683F75235A2B8433A9 +:10EF8000737AC39C49089EBFA87147D6C3BCE4618D +:10EF90009B06F92A598D639EA8C7F367A3F0FB016E +:10EFA000D49F0ACCA15D784415EF65223E9697B5B3 +:10EFB00027FBF05E45BB4A1AE09B3FB81E12FDCB13 +:10EFC0009DCCBF2C5D492CC67B28641F696179F9F3 +:10EFD0007099D16E1CE07EE6C10D7172533DDB3736 +:10EFE000AFBD14F0E67E26DFA7A1E1219E0BDCE495 +:10EFF000F4E2FDC03D7B6C2DEC3EEC31B68F1C2461 +:10F000000D2037B29464F79F07284CF196F346F829 +:10F010007DE8BC5E4E30D8CFEA737C6102F7FFF525 +:10F02000ECB9FD3D981FC55399533375FF5E1653D8 +:10F030006C9C109357599A60FD34337995F392ADD7 +:10F04000088FF07A798CC1CFB17A2AA908CBBDA4F8 +:10F050000672973ABDE794470E019FCA71DB494695 +:10F06000FFB0C0EEFD66EB13704746B2ADCF9C8794 +:10F070008936831ABD4B0E31793BC8CF2BCC7D82AC +:10F080009D5738C8CF2BD4ED27F89DB40EFB138CB9 +:10F09000257598F6431443BDBE2E076745CA4CE755 +:10F0A0001B387DDC2AA38F9CB45B803EB24A2CA027 +:10F0B000EFDCE28880FBEF87D87CDD524280F8836A +:10F0C0003CC1E8E1CE8BB3FAFD1C9635062758FB10 +:10F0D000396A14F5DBC169F2DCEBB81EC90F51794E +:10F0E00030C8C99DE59177807E978E50F930D9ADB3 +:10F0F00084A99D9FF3E7816101BFD73CB0B3F69C23 +:10F10000F7DBFE650C9002BD2061321BF4313987BC +:10F110005F347313B98BD99DC07BE057F62D526ACB +:10F12000D1BE25DFC573362E55690439112A591C05 +:10F13000D733F09F684FF2459627CF0B3079C997A8 +:10F14000183CA39EC3792C1E74F8392CF37B360A25 +:10F1500033E42B44E50BF7F3E25EA3BDEBE3F233BC +:10F16000D3435618CF65E978904A7D3F97F19B3C91 +:10F170002C68F05DFC8EF2C867C877937C49902FAD +:10F18000854AA67F9F2A0F0B95706E6E98DD973F7C +:10F190002F38D10AF35C384E14D8A776562AD8FFF8 +:10F1A0009C7AED08F07DD3187B5E5B18B0029EFA66 +:10F1B00038B28FF55F5C117156A21C6CFE351B2FA7 +:10F1C00085E720E7BFCEF87CE109C6E77D8B189F75 +:10F1D0002F18677CDEB788F16DD371C6E73A1C1C27 +:10F1E000637CAEC3B41FE4731D9EA4CFA2B837CF17 +:10F1F000C0073DB3768F9F9BCFA356E4EB139C8F44 +:10F20000A58815F9789CF37D5E98D51FE7B0AC32E0 +:10F21000788CB59FAF06ACC0E77DC0E7946E07C59C +:10F22000F04F802F0FEEF45834831F2355327E3F6A +:10F23000A88AEDD9E4619CCBC3CFCBD5465807FD56 +:10F240005EB4838B6D2333E838BDB5FD812360E761 +:10F25000AF7420DCB76777E20E281FDA3D720745EE +:10F260006770CF87080F3EF421C25B2AD97D16F95B +:10F270003FCD49CC80EF3CAAD67D04DF67F5D64868 +:10F28000F87E6EF59AE11500D7E68DB0B45844C00B +:10F290007DF4181986BCF86C312240BC3C5B8BE3D2 +:10F2A000BD67C44BED047DCF55C1D62D7798EC8555 +:10F2B000EF9672BD64B8DE20A72D957A7E4729812E +:10F2C000FE26FB2122F23D911BD1BED171E23E838D +:10F2D000FF715D25FBBE38DFABE1BE97AD82F11754 +:10F2E000ED3F5E9FC58E6E0BA696A27F45A4091AC0 +:10F2F0006B4CFA55937E60701F7E7FDC1F3C85DF70 +:10F3000053F9A504BFA785F97F2D4DA7F1BCE06097 +:10F31000F0343B2FE867F1D5DA26165FCD82738D86 +:10F32000346E7336537FC4F03B3A0EFADC788EC0ED +:10F3300039D54FF95FB07E8F713FE5615E56AF9F63 +:10F34000E8057B53478D3CE0BDADF9542FDA0F8BB8 +:10F350003402703E49B43A20BEF9368DA71493FFAB +:10F36000721FC85155546B857DBFAA7571945BEAB5 +:10F37000BFDC0FCF1D3BA91D9937D58F71EC1C51F8 +:10F38000C1FFCEF46774FFC5B193DD179CE9DF3888 +:10F3900076B2FB83674DC6AD0976EFD9CE94CAEE3F +:10F3A000172E34CD7F920E6D89247C3FE26AD9F905 +:10F3B000DAD5602F49C0A2C27E1DAC0B1DAFDCCEDA +:10F3C000F3554BD9F78AF9445E0A7EBEBBE9742F28 +:10F3D000B82FBF793F17F5CE9E3C62928F5D5C9F40 +:10F3E000EDD6F94A0E94C23A3EEF561F84F9537A8D +:10F3F0000F439999EF1B089E32FDCECA008F23D48C +:10F40000F05E769F6540C673E3FAF7C633BCECF74F +:10F41000B31EE7E3DC69551F87751C0DB27862C027 +:10F42000CFE28981D05BC82F039C8FA6B31F0E7ECD +:10F430002E5687FBEF7074827FFD5D7E5F93C391D4 +:10F44000C0DFEF7A968FF7229FE78B1CEE5DF6CF39 +:10F45000EDF83D018DFB012F67A831EBF7040F722A +:10F46000FD3DF9FB1121761FCA53E591FF83FCB1E5 +:10F4700046447D0CF606FD908A42939C649693F771 +:10F48000C575242C705E4ABF57D5AB28A3B8BE21E2 +:10F49000D68F037EBF250FCF53B2EF06FDF25ED8A5 +:10F4A000A7F446D8F957478B8CDF63BECDF59E3B5A +:10F4B00034A102BCB932325669C81B3AFC2398E722 +:10F4C000D3EF1B3D1F5EDB558FBB8D42AEA522FAED +:10F4D000FB1E91F159BE98EAADA574F24AD15F6C5A +:10F4E000003E53D9BD238E3A9F1BF0F5E699F3B049 +:10F4F000296E2F4FEA7C5548F9CA897C750AF0A31A +:10F500007CF5CBEC7CB5C36EE6AB913BB2F1954A92 +:10F51000CC7CF5AF69BEFA57235FED6863DFEBEC97 +:10F5200008D6DA819F76B4B59EF3BEE1E9F80A34D5 +:10F5300009E46507821BD18FDFDE5686DF73C1F9D0 +:10F540004063DE89FA01A4CA00536232FF94D37F7C +:10F55000928F78FE2493FEBDCBBEBB14D77B25E7EC +:10F56000CB95D9F9F214F065D385AFAB6BE518B143 +:10F570002970CFAF82EBAAEB0DB122525245FB7935 +:10F580002494588AF1B74050DF3FEC27C8E739FC94 +:10F590007B1DB5C36201BB3C9D5C57554DD2BF0A74 +:10F5A000FAD3F30406B95E3A07E090887982016ED7 +:10F5B0000F3E6D26F83D99BB497C6D03D8D7E827EF +:10F5C00061B89272BAF58063EDD146B8CF90A8B910 +:10F5D000B48CB7FE8537722E3DD1B6E326D0B70F77 +:10F5E000ADDE87F7A16C3F94A3407EDFB1F6D47205 +:10F5F000784EE3EC85B05E43FEB13E8C570481CC7F +:10F60000B892F2FDF5C28DD49D3D6FFCAACB3B694B +:10F6100066F175A6BE77F982EC3BBB8C3CCDE4EF7E +:10F6200022713EF076C8B07332A90FCAD5C428C87B +:10F63000B32B14477DE09D461FB8DB1228178E556B +:10F640004C1F7CA58AE9032FD7077255E4A62A939D +:10F650003E902F4A1FBC3D9FE19D0367C272516ED1 +:10F66000BF0AFD65CA6D66A9DB83017EEFDAC1764C +:10F67000C5740FDE3ACE2F6285BA12FAA37CF80D5C +:10F680005C87A2437D609F89A8A07F3D6449B1FB50 +:10F6900017F6307D03FC08BF8FA3763C83F7FA4D45 +:10F6A000A70FA29C0E941FA3D0AF1C62FEF3972B52 +:10F6B000236B613C7935BBDF4A56C7D06F26CD63DB +:10F6C000B87ECED5D9E54D26132ADEF7BCA270E967 +:10F6D0006C8A9F7BD569693641FEF90EF4E7BA83DF +:10F6E000F22F01FF5ECFD35C5CDE637498C9CB5010 +:10F6F0001B9397A16101F7591E0A32F9000CB4055A +:10F70000E9DFF379A86D5FF260909D4387EF920F78 +:10F710009EFD5E12F4F241CADF70BF8623725C83E5 +:10F72000DF5393FFD68EBF07E3587D7A39DEB7CB20 +:10F73000D75DE73B713DD747C32C7FEF0866DF2FCE +:10F74000B8507ED1FDC4A83B9C00BAAB10275D8A9F +:10F750007CB3B72A4B3E7230B44336C69583B6703D +:10F76000209C65FFCF45A8BD84F83028E23AEA72B4 +:10F77000F24855F829A47F88FD6EE9A4BECAF44377 +:10F78000406119F8E3B9B4BE7A0EDE2FAE081F4609 +:10F79000FC7CA79F38A85CF87C1D1D0101F4E94C96 +:10F7A000FFC82DE82F0B5214F4A701BF23D0FFCCC4 +:10F7B000ADC93EF0472BA93F0DF735E458539837B4 +:10F7C00025F7F37B1E29BFDF6888437FC5F997CAF9 +:10F7D000C731783FB33DFC660ADC4F67AD677A40BE +:10F7E000ED684812833CBC3939BFF09B55E8BFE84F +:10F7F000BF539A3A160B023F08F8BB65B444FFDBCF +:10F80000017EB61E67303FFBEF61DC44C639A39929 +:10F81000DA04E6C36AD69123706E48CFDBAB246965 +:10F820009F03F9A07611EFBBA07EF549783F7FD604 +:10F83000FE23D06D5DB72648282FEA29C0E77CF269 +:10F8400021AE1FCBAA4FA793CFD1B5CFBE0B71E886 +:10F85000431D04EF93E9F9E6C1A5808F63AD402015 +:10F860001F5790EC43F92A582DE03DED8FAC66BF51 +:10F870005332DD3A6FE3F98CED3C9FE11027922281 +:10F88000CB5F611ECC2191518C5355962773E4C9EF +:10F890000C6EE3F5B282DFC99076060F403EC4F0ED +:10F8A000FBA1CE8E14BBBF55F524F13B8466C1F499 +:10F8B0007B16AE28FB9D323D3EF0B439CCF5F0F11D +:10F8C0009E019EFC1D32DFDDED603F257FD80FF9E4 +:10F8D000CE37AB239EEA26BCEFB00BE23D5216407A +:10F8E00079D47F976989B5391FEE4D8683116231CE +:10F8F000ED97E7A46BAB99FFE654D8F74AB60E1222 +:10F9000048287065794483FD6A69350924099EABEE +:10F91000216D39304EB80AC69194B8E9779F32E923 +:10F920003AA79AF1B5FE7B0D440CFBB3EDB7E8F2B4 +:10F9300055ED0ED75517313C219EDC4248D6F8FED6 +:10F94000CEF2964BAB315FAE1E83EF6437D710DC3F +:10F950002FE93EFB2509F61F36CFB2619EFFE5EA8F +:10F960003D3774F9689C40F1EEC0EF6B6849F1EFE8 +:10F97000CE1BB905F60592D5446B6BC6DF3F6D070C +:10F98000BDDA5A9DBCA190E2B90598B78C904DD5CF +:10F99000A96DF8DD35879103E8DFDFB5EB70EA8606 +:10F9A0000B799FF0FCD10FC4C8D580B7BC46E2F9F3 +:10F9B000CA400EE8B1B7F8791EEF1AD22D1BBEF37C +:10F9C0004D72FA79791ECCCBF35F5E7E0EE276BE85 +:10F9D0006E77F33256CDF440E94AF95DD4875493FB +:10F9E000E2FE7D4E027F5748AB63F7EE96AF49E2E9 +:10F9F0007DFA72B3CCEE6F2513687F3C2B993EF9EC +:10FA00003AEF87FA135F83F570069516B8DFC6AB39 +:10FA1000527D06FB22ABE52E886728FD58BB3513C7 +:10FA2000781F9907F436C4DDCDACBDAC32FD47E399 +:10FA30009455306FF7CA090DF8D2D3CEE214FDFD0C +:10FA4000F8372955F369C9E950BE86F9397207F3C9 +:10FA500073747AFC6F4E8F1F5585BF8574E4F65C16 +:10FA6000EFE77B55E1BB187DC7349B01BF47A0FF83 +:10FA7000CBD2BF9F9C39FFD2956C3C171FEFCFF9BB +:10FA8000386D55EA9FC1FCF57E8E5446BEC3FA67B9 +:10FA9000F375AD0C74C195347ABD5EFE9727BC1129 +:10FAA000DECB5F93C276FA73031F6CA92E9A9E0F6A +:10FAB00032F95DE783F26AF6FD79F94C55807BF700 +:10FAC00086EF6D7C1CEE5BDC1EB16D0D50FA1DA83F +:10FAD00066E7CBBFEB26B7801C0C6FD0DE857916AE +:10FAE000B4CBB5707EA420F9833BC02F2F503DECE2 +:10FAF0002E42FDF7E0400FD089C7DB989FFE493BBF +:10FB0000D90B799BE1DFB1EFFF86AF27CF6C84750E +:10FB10004BD65960FF617803FF5E18F4A6F1772099 +:10FB2000337EF7E2A56AC564D73D1D4C4F4EFEFEFD +:10FB3000857BE463C84FC597D814B8AFECE525EFD3 +:10FB4000BC06EB30D4655301EFA16F7608702FEE41 +:10FB5000F61601F348DB37C8381FEA3FE37CBCC91F +:10FB600077715FDF7BACC0341FF87C8FFDBE9DFCDE +:10FB70006E3ECEBF18ED9F97AA33F81D0C1DEF8285 +:10FB8000E4229CCF0E3E9F697F172312B0187F1787 +:10FB90002309F332F8D999BFEFB0392782E7C83388 +:10FBA000F5D074FAECE7E52D7F536DD093E7F3437E +:10FBB0002EB81D515D96627D4B0BA65C23C0FD10D7 +:10FBC000FFE1B5E23DB94BAC79B8DEAEF5EC7C4F68 +:10FBD0004D87EF08EC7F92489E0A7E8D8BC847E0E8 +:10FBE000F70AAB5BA4090DEFD555F0FD72FE7E4D13 +:10FBF000AFF97ED8CCFB62CBC9D65F433EAD3AE3CA +:10FC00005ED872B81FD705F5E6FB63F5DF6FD4E366 +:10FC1000D5CC7965FEFEE3BF5567FFFDC7E9E8A2D5 +:10FC2000FFFE639EA8FE07C8DF85E66FE006A3DE41 +:10FC300020FECE239EA370298A2ECF78CF5639A7D7 +:10FC40006F19753B451AA7FE3F84B140FD00800047 +:10FC5000000000001F8B080000000000000BED7D7D +:10FC60000B7854D5B9E8DAB3F73C929924933079FC +:10FC700062E29EBC431EEC3C084111262F0D8276A9 +:10FC8000F28280018710639090335AF5A4AD961DDF +:10FC9000823452E4C44731B6D83349C1E658AB8107 +:10FCA000C616ADB5C3B3F6D4B69187D24A6B042E4F +:10FCB00022624FEA915B7A0ED5BBFEF5C8EC3D9906 +:10FCC000106C6DBFEFDE7BA65F5DACBD5EFFFAFF23 +:10FCD0007FFDAFF5C8BEE8D2A8311B429FC26FE1DD +:10FCE000E454ECFA416155B1266FF30B9E3C847FDE +:10FCF00055F6B3D90809AED3E853EBD4ED11921001 +:10FD0000D483DFA72242460752AD51084594E00F45 +:10FD10000E843645205F9E13219B8290A504F2A39A +:10FD2000DF87BC158F61D7E4C3711F098E401EF7B2 +:10FD300083644D391F6F53842BC1A699CF43D137AC +:10FD40009E30E37A620292B304844CFEB5488EC0C2 +:10FD500069820779F2F177695415705FA8043977E1 +:10FD6000C9386FF1AB02C0A6E03C82F90ED37C1E0D +:10FD70002BB7FB683E9B961B13DCA81C8FB7E92FA3 +:10FD800062D3705E88F9CB0684E6C0EC55846211BC +:10FD9000AAB67B37E1B150359E5E4F2142F1CDEEE0 +:10FDA0004D80871A3BB28BD150CF47EB5FAEAF820D +:10FDB000EF5F5884EC5BA203F99BBE8C10E4A3AB0D +:10FDC0005C06C85BCA0C3E11CF6B5B595D94E70AB9 +:10FDD00074FC970D08F9B3107A6C8305F9CD93CBB9 +:10FDE000ED22F202FC8F567E159DC2FD986D7D09B5 +:10FDF0007538BD5516083CFB32EE4F003E79B2F225 +:10FE0000DB24FD5A465B02C609DA9CB81D69C70DA2 +:10FE10009391CB17028E3DAC9FF44B775ADC18FFC1 +:10FE2000DB120C35BE50F842DDA4DE36CB98C56E31 +:10FE3000FBFBCD6BEDE7342FA3532074DD66E9B3F4 +:10FE4000D871BB87D33F2F783BD1A93C80ABD30F70 +:10FE5000FCF2B5C4CC54331E4A95E978BCFEBEC44E +:10FE6000B684318037F9FE0404F027B7E9E0364D57 +:10FE700001770187DBFE8F81BB7F5AB8EF479E1069 +:10FE8000FC6006F8437C5FE6A4F4DB96D047F8E418 +:10FE9000EF0DFFF0E70CFF49D6DF3CD94EE72173A9 +:10FEA0007E370830EE450FF28A8553AF17FB7C038F +:10FEB000F273B98AFF3FA3261CF92D817C6ABA3BF5 +:10FEC000CA9D3F353ECE337C4CB7BEFE00F530BEFA +:10FED000CE01DEB2A0DFB1CDD761B97311A1F12D92 +:10FEE00018F4BBCA0CAAB960EAF677197D71F62B33 +:10FEF000F4BF6E48D4CD633A78EAE55482B77FDA2E +:10FF0000AB6FB7D667D5CD9FCBDB87D3F5F8E47859 +:10FF10009E44FFCF099FD3F1E1B4F84CC7F88CFCA5 +:10FF2000FCF0391D3CF36499F0DF74F80CE6CBA9C2 +:10FF3000FAFBFF952FD75E251E83F9F1EF8DC7FFE2 +:10FF4000DBF851053C5EC5FAFE1F3C5E199EFEAB18 +:10FF5000C42397934326D40EFA2FEBE97B8F2CC250 +:10FF6000701FAD292E1671174872E5D763FCBCE2ED +:10FF700034917AD886760F8718F715A68F8FD454C8 +:10FF8000AE07BBF4A2DB8AC02E3D66507E5982E9E3 +:10FF9000A4D6890AD8CBC1ED8E30BC7DCB194DFAE1 +:10FFA00047C8153107B7AF3B2E166D09519FA7A85B +:10FFB0004633AF54F86F78208FFD8C2348AE30E085 +:10FFC0007ED463A26F970070154784D2CF9CBEC7C2 +:10FFD000DCF57F1B7DDDE2E72A6FA683678BF36A82 +:10FFE000F5601FF33F5C02D065E8ABD47FC08E891B +:10FFF00011EC8ABA936655C4701F874F8908BD24D7 +:020000021000EC +:10000000B90F3A71BF7535854618FF88113501BDA6 +:10001000B11BE782F62DDBB206B7607CA2867A526E +:10002000FF75A7DE2E9AA00FE72B03E62B1BF839EE +:10003000B271B5663E8E5403A3B79A0C708C985C6F +:10004000B9DF07BEAB332B83F8ABB97EC9D7C14745 +:100050007C7365B460D6F0C17B6CBCD2666A578D88 +:100060009CF01A0D9A7EA554CA87E6FA8E956321F4 +:10007000E87D9AF1E9B21A81B4479227B94EB3FEEE +:100080002353F5E5C1ED3F764692F237058A97E0B6 +:10009000F2FF60FDD7355FB93D6A9881952FCC5F3F +:1000A0004909257F38FEBA9D9E4B408F13829A7C6A +:1000B0003FACA36F8429BBC8BA1C4DA98B08E001D3 +:1000C000496EE2577E61B11CB3A590AC5B11E86547 +:1000D00012E58F20CFE1E2E3C6E07209D79FEB4241 +:1000E000DE6E5CDE625056A1B490E35B52AF30FE30 +:1000F000C43C2457398C37A313F357E1E479F1FE5C +:1001000078FD637FAE5C0CF08E1C31D8373AA7AE19 +:10011000CFE55266BF9E7F7252A95FED00BB9DF096 +:10012000A79ADC1411284F4B0D23ED3F2B5FBD0523 +:10013000B0E07E339F508D32EEB709F33DEFBF4EF6 +:10014000D3FF28C3E735207B62010E357C16C4112E +:10015000DEA2726E68704B7228797394F91F6F3843 +:10016000B3497BFEBDC15D7EC85142F82611E4EE65 +:10017000C8919B49FB656CFC21939A5C08FC6E520C +:10018000D6BBF3AE7E1E1CDF53C9118EE791136EF2 +:1001900023F831790D02F1171B1BF619D6E3748091 +:1001A000ADDF77A1AAA69FEE5481D1C7D313A6E0F5 +:1001B000FAA9998FF66693F58ED07508DD3F38EB76 +:1001C0005115F872D30C22271A1B6A499C23B38657 +:1001D000C639464C589E60F88FDF10E1DB08F2C448 +:1001E000E22ABF0FE73FFC240A6D5102726BBD4942 +:1001F000CE04BEE4F2EA25C9B33C754E406E4D9282 +:10020000539BEA193FCA997521D7D546D22FE7AB40 +:10021000215F5DD41A0D5F3D966AD2C9B337997ECE +:10022000381AE437369CA07EF58889C66F7EBBC835 +:100230001EBD91AEBB6E58275FF8F45A01E6F11867 +:10024000E3D38BBE23CF2343001FEB076765A2D404 +:10025000407FCB9AF4729CCFBF718955FF9DB5CF7B +:10026000165DEB605CB4D82CEFC2B476D42C23EBD3 +:10027000FFD3C5C80EE54326F7C608FC3DB3E18FA2 +:10028000F79271595CE943D3681BC527C57FCBA0A2 +:100290006D600BAE17DB33769F1BCFE7639B3B2A6A +:1002A00046C3B78FA4EAE53BD7D7500FF4599D2436 +:1002B0001B43E9B5FA1A3124DC26B37C562B67823E +:1002C000F930351D91B8E0C527C27C00D772A41A59 +:1002D000A1FE32E4BA81C23D6E04397192D185B774 +:1002E0003F89FC1173413ED588443E9DF4D647B505 +:1002F000E079341B87238A70FA5D26D7DFBE57ACBE +:1003000001BA9D63F3484D1F3D545A42F4F845D05D +:10031000E3CD3EAAC79B3BC477B5F6DA4AAF7E3E33 +:100320004326EF914530DE57E978587EAD077CBE15 +:1003300083EC5ED0AF47F0FC89BE75CF24F1B9A342 +:1003400006F99112B047DA787DCC2A710879E83F36 +:10035000D1D266E59112FCFD27A94E02E79A275CEF +:100360009BC3707EA3B580B41B7B4B2C12D1D4EB06 +:10037000D8F380A8D3FB994F84EBE02D6DE2FACE41 +:100380009FBC4AB32E2232AC04EF4B1B42EB2B5BDB +:10039000868D941FFD446C0FA5EF5233285E1BB76A +:1003A000866E9F9A1141CBFB849071A87BD2E9F8AD +:1003B000481A4E06BA363685EEE7A934AA374FAE4C +:1003C0007F6FA5CB0676255DBFBCFCEB69148EF56F +:1003D00069D4AE383A78F3E104A04FA760CFC07873 +:1003E000FC306634136104DED671B709E46A1BABD6 +:1003F0005F20BB4F833C5973A2C29408FAA8192905 +:10040000821C900FC1707CC0EC9680DEE17AAF2F29 +:100410000CF41EFEE7197311A9A246C500DDD5BB79 +:10042000802FD4C1703BD8A1984F7E09F4F4BCA5AD +:10043000B76FFFC4F8732A7AB66ED5DB75EF807D8F +:100440005B12B06F8F9AC67F09FC7F14F35737F0A9 +:10045000D7E5E2FC5A8DBEE276EED125C5844F2F5A +:100460002EB11A802FA7E2A769EDDD25E2E7EACFDA +:100470001C5D42EDDD771E288E6809D14E4E735EFD +:10048000957FFDCE0357B69BDF617838CDE439E721 +:1004900023B0B75B34F4CE49D3CBBDA656FDB84BE1 +:1004A0009BF5E3F2F571CCDD130E760A863813F86E +:1004B00099DBBF6853F1347A98C6BD393C587E4801 +:1004C000944ECE41D149FD17C0CB75697A3E099E45 +:1004D000CF5103E6039033DF96889CC9D8BADA90EF +:1004E000284FE6BB1B83E677B57CC7FD652ECF831F +:1004F000DB07F8EC6FF4A7FE4EFC3535FE7D57C5E3 +:100500005F7CDDDF260D1BE7E55179B216A763A9F5 +:1005100016D27E2C5526E96D58BF021DB1A5585044 +:100520009B0FF2281CC1BE91FA43AB2F03D3F358A3 +:10053000DDDB995A787A183D1AFB761F4A40C007CE +:10054000BEBE58A0E3FD22027BF27727F63C04F9F9 +:10055000F0370C76904F4B9BCA899F5C7A0CEB0569 +:100560009C57D3A2A99C6D586DD4F61BCCB78D4176 +:100570007C7B2195C69F03FE03B21339C6E6D9DA08 +:10058000577818F6DD1A3B1E9D07E3B46EDD67CC85 +:10059000C1DFEF49A3F3FD629A4CE06E96D87C2D43 +:1005A00078BE58EEBC0DB20EE6FB2581C827248D1F +:1005B00019B5F26895F7BDEA50727C0FE3EFA79981 +:1005C0001C2F903DFD69C44F749378CF875FA6F0D0 +:1005D0003536DC2DC03C73C126C0E5790C0E3E0FCC +:1005E000D362BA6FD6123E7E2FD80D13F8ECA4F862 +:1005F0007CFB44DD43B12553E3F3D9A07576B5F810 +:100600003C36B8828CAFDE8CEC193A3B37D9077E8A +:100610004E6E1AE50F8DBD2B00BF737E78FBEEF793 +:10062000567A74FE9C3D1AE69B2ABBA3808F5E4DD2 +:10063000A778793C02E9F61B7FCBD61D5F9F27D7B1 +:100640000A7D601FE3D437237272BDA9D6C10A1692 +:10065000DF19BAC7DC3E1862BD18D2295EF038D562 +:1006600080CF8B7D82B2854E5F67CFAC39815E1DB6 +:100670009335F6D954F65A03F59702F69A2FA20845 +:100680008FFB3B86FFDF82BD96A7B3D71E2A7584FA +:10069000B0D7DAB1BDA689BF04DB6BC791FB963931 +:1006A00030DE123ADE3153DF2DD0CFD1AFA615A9FF +:1006B00050DEF03891AF17D9B84799DC3EDEA0D7AD +:1006C0000B1782E4E6247979421F5F9C4ABF5C0CD9 +:1006D000E2AFE9F40BB6E79341DE1D1F685E791FB8 +:1006E000F0F140B892214FA6CF68BAC8EC9F70C213 +:1006F000775CDE70BEC3FEE38723B8FDF117139568 +:100700008D32C8C5CA72E86FE8F2B58288F13954F3 +:10071000676D073B6D88B5FFF01B3944FF0CF90C82 +:10072000541F75607D84413FCBF880CB093E3EA7C6 +:1007300013D747D1E916024FEBD6778D329EFF2AA9 +:10074000EE4FC3CF01FD270E403CE96D039317CF59 +:1007500044F87639A95FA6C5D7CC743DDED7FAF444 +:10076000F80AD653BFF1A54EC4FF329C81F1D6F4EE +:100770003907B768F22BBB9C349E85283F9CFC97B9 +:10078000B4A22D72408F0DF92AF25F047EF35A89CC +:100790005CF8ABF599EFF38DFF027EAEA4CF9AD251 +:1007A0009D57151F3C8D500DA1C7E5E25F95C1FC1B +:1007B000EF9941EC83D35B29BF2E62743E69F2E767 +:1007C0006BE13BCDF0F33B36DFD33E03F1ABB09DA5 +:1007D0001159ABF12F5CE9D4FF3DC9D6135FE7BCDB +:1007E0007C69105D5BB7EAE15D75AFDEFF5D936E1E +:1007F00027F54F7A7BC2414E1EE37CD346EDE06382 +:10080000EE4A22C7878EE9FDA535E99FCD9E5B2183 +:10081000B888BE410F22B42B1AD69FBC11ECEDA1B3 +:1008200037C5816E8DDD9C9E61D0ADE309399C4D4D +:10083000E530D8095ABCFD8CE9299EBFAD3DC84EB4 +:1008400031C80611F8F64D91AC83A3B7DED646D772 +:10085000491822EBD044E73BB431C2D7ED0C31AE9E +:1008600042C75D21F974E33ECCF861CA71A7B18F2C +:10087000FEC71FD1D7DF93FE8FF5477EFC19F9F72E +:1008800050AAACF3DBB95F7214EC1347C03EF98297 +:1008900079F4EC08C843DB6801C4D77ECFC659B3EE +:1008A000B596D891470DEE8722A0FE11831DFC89D5 +:1008B000D213D48F58C3EC240E4F6E903EE3FA66E9 +:1008C0003AFD88D709D167177D3605E4EEF1C66594 +:1008D000C650F85A7A6926F2CF08E4799C00D659B6 +:1008E000BD46DEFC779A898CFBDF41EBACF1520A06 +:1008F00069CFF5D59AADE5243ED0E87D34513B8FE4 +:10090000034C5F1D4CA7F04FD8B512B56BA78A9367 +:100910007D94AE9FFF7146571E276B94DC21E364E4 +:100920004B1BC420B943ED2F989776BDA02039C347 +:10093000FBE772E66AFBCF4BA3F293C7E152F37079 +:10094000FB88A9F973621C562F789C4F189EA61A33 +:10095000EF0D888FCF993A7E5494C1F67358FCE816 +:10096000E8ADD713FE3A5677603ED0E59D07FEF31B +:10097000F8329CFF4DEBA1F920CF8B209E140BF297 +:100980000699487CC723107B6ED9D6D5C644B2DE03 +:10099000FE93F8BF478FA511FE54587CEAA849D1B1 +:1009A000E9AFE075F71306E791543BDB971A26FB96 +:1009B00052D3E1E7B741F8F9ACF2FE277C3C2C1F9B +:1009C000818EFBB83F86FCC957F2B327F882C7EF88 +:1009D0004DE876E0CB11C96505BEEC42D4CE3A6B4A +:1009E000391D77A618A1B6B00FE2CEE0AE5AC0D638 +:1009F0009987BF4784DEBFDA984DE9E1426AE64154 +:100A000058E72852D9E28073942AD143E30361F670 +:100A1000415CC5B9AD9BE4D7F8CCF6302C3F4A8E8B +:100A20006E2D85FAE10252444C97D2D18AEFC1FE75 +:100A300044ABCF2A235CFF7226DDAF6C5FA0FE1EA5 +:100A4000CADB07CD32F843315B0B4D6017EE196AF4 +:100A50008954313C07FBD744C239BC67616AD7214E +:100A60003A41CC4F67E15F49F09F738F55E1FAB38C +:100A700062470C368CAAD18C738F59703F0F75BBAF +:100A800013EC589E6DCCF03F66B901A1B838D7E899 +:100A90004205A15732F6D741BE308DF777A0CE354B +:100AA0001FE3E99B2CAFBEF618E47F6CF038055CC1 +:100AB000FF4CC63B7512C68F2454151A707F67779A +:100AC000E53F6E49C6F07EE7E1D22FE3F1CCCF8857 +:100AD000F59293ECBBB1F696FA4A09CF733E834F79 +:100AE000B5CD80BCC3EA960DD86FBB6FD7CB75125E +:100AF0006E3F12E3BA1BE1BCF39997097C651E5E59 +:100B00007F0669CFFBFBE2AE971F53D331C9BB2AE7 +:100B1000D1694CAFB23195F8B9E72ABC95121EBF26 +:100B2000F199D8C7F3C2109ABBB5DC8A707EE53361 +:100B300079F5E642B2CF5528E3F4F6676613784BB1 +:100B40009BD55908CFC7848A1FAFC1F35827D275E8 +:100B5000FA88E5881BD6BDCDE251CDA097F9FEF00D +:100B6000357226F0EF443E9BC6AF26F20934FFC62D +:100B7000CFEF6A25769105D90DD7E37CB4270FCE48 +:100B8000CFAA895685F8F916CFAAD771FE0DC17E76 +:100B9000F79612C267C48F385B1D3F08FB3CB767EE +:100BA0005038F63F7567CABB785E6F3C159FBC1A1C +:100BB000F6B53652FE0DE6C7E42CEAEF8E84872E9A +:100BC000FF21971F6C1F34EA04723D87D343E0F77F +:100BD00063380C68F4C16ED80FB2C8992B31FC3E53 +:100BE00016CFE6EB86B74BEF8E5201CE25BD39C44A +:100BF0003FE0FD8F30F991A6B0F839F24BF5208235 +:100C00004403812756146EAFC5DFE3C29167374EA8 +:100C1000636720925F8297D06E5C5E9DE6DE49CE70 +:100C2000FBC62716F638619C5F4B601FF3F63CEE5F +:100C30001480D77E37C01B2BD615DE9DA7C17F1E23 +:100C4000A5CF480C62ED5CDF5B88EB8F8CCE4A054C +:100C5000FF6575865ECEE0F5678273ACD62C264FB5 +:100C600064DA3EB692D263FCE130DFA093D04BD180 +:100C7000CAB79F317C765CCA413ECDB9EF0EC96FD1 +:100C800002B9D671298F7C8FED094D0F1EC7ECB8C4 +:100C9000148DD462ED773ACF403F0E523E199E3EFE +:100CA00072AED974D448FCB2E07EB95CBB37C215D1 +:100CB0001F7305BBAAE3923005FC12F9EEBC16CBFC +:100CC0000E12BFF7133C71F872E6BBE281CFEFDD85 +:100CD0005D1E8F6C1AFC4B0CFF4CCE027EB5E70EEE +:100CE0002E323E696DA6FB8213E72592F2C83C4680 +:100CF000FEAB32B796F447F71F4724EA77954AAE22 +:100D0000C550AF7434C6AE0A93F980D37124C65B64 +:100D10004EF0F49440E46FF07C2FB3F14BFB299F2D +:100D2000C6377BC4D51AFB84F3F954EB024B060A91 +:100D300017F883800F45CED4EE7773B8EFC84084A0 +:100D40003F30FD29DD126D946E0C3F93F960E6345F +:100D50007C9042CA4B47F79B00DF1D0CCEF813FE78 +:100D6000C85C368F7538FD53662419776D06E5E744 +:100D700091E1CAE2EB61BF265B02F5824AE7737933 +:100D8000FC95A315587EC6F33C2C7499E09BE90FA3 +:100D90006C9E5802F5CF3FF395FA4D44FEBA0AC94E +:100DA0007E2AFE6584384FF645B62EEECB404C3F8A +:100DB00007AF5BE4E5F8D4AE538E77DE4F7526EDD2 +:100DC000A73C93D22B2077E87EE7E72F678469E47E +:100DD0004C2D9333B41C39DC1D501E6760F70EECAC +:100DE000743E2D3FAFCC8449DE9320CA6047B40ADD +:100DF0009ECD80F83527E436F8CEE7D7861160C35C +:100E0000F6CD6AFCF1530C47EB68B82A4642DC2564 +:100E10004CB669ECC28FFA04C267F7E011BA8A26B1 +:100E2000F3C73D0926324ECBC319511E2D7C92FBD0 +:100E3000391217B532F82C417A4BD2E7E3E2E436A7 +:100E400083A829B7513DF653A7CB9389E9709A9DA2 +:100E5000E341BDB13A3BEB2B197A7B9EEB8BF2540D +:100E6000D79DD02EB8FE547659E9681D8923C43F1A +:100E7000803FC17D8F6144FC773442E372F1CD7EC7 +:100E80004387863F4C59F964DC5811A902C6CB99B7 +:100E9000460C5C54A0FC8C80E903766F18B2435C6E +:100EA000E250B4BBC48EE975283642E9C120D7347C +:100EB0008F97003DBEC6F82BD64AF9F050987707B9 +:100EC000B493901C43F894C9A75FA7E450F9644217 +:100ED0003A3E419745FF424DF921A1F61A3A4E5646 +:100EE000618FA0E1A7897E911DFAFDF5275F3CB3D4 +:100EF00010EEF9A4D2FE1C78FC3ACD3A985B43E59B +:100F0000E337187CDFC8B4D27E9CEE1180E7503402 +:100F1000B2F74483DDE3790EF28B12AC8AE80CC899 +:100F200027E07FA017E64F0FF04F9C89E6FF2B8B41 +:100F3000AEAB0296BE9845FB8F8BA4F582E913CE2B +:100F4000ECDC6F89549E3D62C3769118B0936C16A9 +:100F50004C2872AED083805FB694E3F984E86720B2 +:100F600093DA27588F91F94ED62B5C6F8DF5A681B9 +:100F70007CC9A6FB72C1767970BBB3C6BEFD240ED8 +:100F8000749CC681B6D9DD513361BFE2781A5271C3 +:100F90007B9395DE570886E7174CBE98989FBB89D0 +:100FA000C54D222F5989FF7B3893FA9152F6194289 +:100FB0007FA90C9B06B88911B955BB86FE46BBFEBE +:100FC000DC6CE4A548D2BEE35231F2CDB8923C2F9E +:100FD00025E53909D41FBA787259140A819760B887 +:100FE000FD0C4E9E77654B5548034F39B26F82FE1C +:100FF000CB91DE7F9ACA0E798FF157C72551A77F13 +:1010000002709A74DFFDD80F54B5E39FA3E307C6BF +:10101000B5225533EEBF65BACE113980E6DBCFE697 +:10102000E204DBE470EE14EB15AABF703A60A37A19 +:101030001EE435F7BB603DDB67633D92593E9E1968 +:10104000ABD17BAC1D972B512702F69D80DBAE63A5 +:10105000FA671DD33F137660D039A72C366F2E7FE9 +:10106000A6F20379FDB34CFEED3E589700FCB0C7E5 +:101070006217E03CF54361EE04D00BB51994BF6BE9 +:10108000D9B8332C95AE331ABCDD9729D3FD28810E +:10109000EE47E1E152001EBC1E54AD7D104C1F47CF +:1010A00016B733C374FC14A08F8D7CFFBCECCCD27C +:1010B000F91E311FD6DF560181A93CB74A7F2F2A7E +:1010C0003BCB46DA656759757EC19A20FD9D9745F1 +:1010D000FD87BC2CEB55D9015A3D248801F9D7C9AD +:1010E000F8C179FE8849C6F8BA338B9E6F7165BB2B +:1010F0008AB3703AF0974ADF18F8DBDD121A7440B1 +:101100003B976FAC04E6850984FDBAF2E55572376A +:10111000CE1B5F372AC48FDB1B5A1FD9BA04572B4B +:10112000C6A38BC9C30E079D4F87C36F4AC77024E0 +:10113000755078AE19DE27489A795ED34EEB2DCAEA +:1011400032327FC9D75D5D02DF5D12C4E96E81EF87 +:10115000B8BFC559942F928605A2D792BC18219882 +:10116000DE490AEDD7A6F884357981F9F61A6AF3D3 +:10117000408FF4C65989BEFA55B6A73E0BF8E0A4D5 +:10118000DF0FE89A7B7254027FF7C36C5703E0814C +:10119000CF4B16ED49E0B75A4F52B8FA62F47C8152 +:1011A000D0D7193D0629BC367721C01317291BE873 +:1011B0007954940AF66C5C0CD31F71C8B307D68FB0 +:1011C000C54DECBEB8705C4F7BFF12B94B60FFC8D9 +:1011D000179B5F04FAAF3A5CD90FF753AB8B9C4572 +:1011E0003DB8F4E51D74BF2318DF7733BEC6F07732 +:1011F000C0BCA6A24BB09DC0EB19A7F07339BF5B72 +:1012000019FF942F77AC00B83B36FDD00AF7D39284 +:101210008607042B597FDB483D8E6F0CC783004740 +:10122000D27039E19F2415DBCB20F7C3537C08B380 +:101230009C1453160FF89E0ACE8E2ED1D5AA959FD8 +:101240009B4C04FF0341E7A3B87FB09DF9EB6939DC +:10125000EE47807E9D7B1F3541FF6B77BE6B0A7525 +:101260001E76A2FD55E24968A7F669871DD921EED1 +:1012700051BEBC95D81FEB2C388FE9D7F19C40F4B8 +:101280001A6AB2F84064760CEF3E9C84F3333B5C00 +:101290007340B5C7611E18CD0BE8A1A40ECC57064C +:1012A000C0CF6E3FEC5F243D80C8E9538E3FAC1940 +:1012B000520E02DF638F08E260178C1E627F5D486A +:1012C000B42A2AE6F39FED7E4BFE0AFEBE09978BF9 +:1012D00009C0DF8309C027BDB34C0AD8E11F667B74 +:1012E0008601FF3112B66FF0F768478402FB47B200 +:1012F0001915D9AF80F7E07973B9C1BFCF7D80AE42 +:10130000835359916C7D7A9C306F59440F00BFFF15 +:101310007B168D931E3622D51203F12C3A9F822C18 +:10132000D74FC9BA82459808F3F70BDA73A83CD5B2 +:10133000F0CFA1CFC2C7736B86493C6F1D931FE5E9 +:10134000CB770AA735743F96255279F1DC802013BC +:101350003EDED95DED20F5E1AE24FE4EFD9F75B871 +:10136000FC0E9DDC58DD0CF3EB0DA7F621961B6FF0 +:10137000035C870C771F80FD89434548817579CBD5 +:1013800049FF61227619BC874C9E1DC4CEC1FCD199 +:101390008DF3EF65517D75D8E42171ACC349F41E1E +:1013A00076AF6163B6D71658D7C1EBF03DC6D749C3 +:1013B0004D3B0503B16347C93CD73749842EFB97A2 +:1013C000AD6A8571D63B120BCD98EE4FFC6840ECB0 +:1013D000C7FDAFCF8B1E003FE9E32C6A77ADEF135B +:1013E000E8FE77DF1BA6468DDEDEFEE21B440F2CF7 +:1013F0001EA1E724D78FEC96E05CB2F3FC7EC27F9F +:10140000EB317F85C17E7C3685FF82D19F02FC1344 +:10141000CC7FD61A2ACF20669A114DED15C8FB96BF +:101420005B881DCFE566019B0F969344CEC5C5E54D +:101430001782FF69CEA670F27102724F20F8E5FAAA +:101440002A3C9BC7C9A99C9523E9B97FDEFF647933 +:101450009F5B04F2BE309BEA214CBF98EC10729F58 +:10146000F7EFFC761DB9A73F410FC0B3868F9CD91B +:10147000749FC789FD7F766F48063CC906BC4EC184 +:101480001F31B9F3E07D00298EADD3E81372B706A2 +:101490004F874D6AB68CF38753C3891EC27C9E0A60 +:1014A000F0EC5FF6BCD80FF2254FF0815C7DE207CF +:1014B000B5049F1D4033902F9E5642679480FD2FA8 +:1014C000D02B1E89E8BD8EA6A5C47F9FD0577B0474 +:1014D00082F70ED5E60BC3FF5C3C5C4BE3A68E3077 +:1014E00085C925425FBE6E0AB2EC13EB18FC0DEE07 +:1014F000674759FC7EA33C79BD45313FDB037E360F +:10150000EEAF54A179F885F2AFB95EE3EDB97FBDD6 +:10151000AEEB17C41EBC2BE1E724057F0DFC1CEECF +:10152000BFF1FA3733BA1533BFA916F803E7D795D9 +:101530000C1339BAEE8C97AC075B0D5DF7B6937A56 +:1015400079C5FD376C8051BEB20EDF08FE4DF5BF88 +:101550000A76E0ABA9E4CA9DB01F86FB5B78F9D799 +:10156000915A3BF7F66CCABFEFC1BE2D91E75E62A0 +:10157000475FD82184BC8715DC4FB2BF6ADEFFC24B +:10158000F4F860288A9C5FBAF05CFD9720AFEE8C7F +:1015900022E76A92FD0D84CE171CF314A0ABA3873B +:1015A000E2E5C27025E187F3F1B201ECE4EEE1C7B8 +:1015B00017C0BB02F7B17573FE076217CC7BE377E8 +:1015C0005F5800F1A9753E6106DCCFB830F4AF9FDB +:1015D000801E6ADFF94F76581A3DDFFBA909F639FC +:1015E0000CBE01FA7D28CA0EF5DEFFCEA30B009FCC +:1015F0003DC33DA4FCFC7706487EFF775F20F28464 +:10160000F3E5F91F0CBCFA5F9077472A10DFEAF088 +:101610003CF155C8A38648B21F863C074D8D9A7889 +:10162000DCF6DDFBC8BAE27CB07898F2276A32912A +:101630003804E7C7D33F0F4742144EA3A93DDFCA82 +:10164000E24FAD2C8E54C9FC90D7191FEC60743852 +:10165000BF41493A9301FE8612B7BC84B0E1E8AEBF +:1016600012F85E4EBEA3CBC5E47ECFF9AD467E4EEA +:101670002405F637EF7AC4E8A6F1529CC7E51F406F +:1016800039D0D342F3EBA01CF2365A9FCFE7F4EFE8 +:10169000C29A42D95F01F8A85DDA6A3010BAE1F166 +:1016A00023E761784E1BE43DA0C779FD3D6C1E0128 +:1016B000F8A9BFC4E1E6F5CE6F1539DC05146E91CB +:1016C000C35D40E11639DC05146E91C35DA083FB58 +:1016D000F761EDA1E0E6F894007F0E722E6714E446 +:1016E000D81A3E4E2B8DD73C5252B513E4786B1F5F +:1016F000A59F2DCFB513CE4DBC924DEDF47522DFD5 +:101700003FA4710BF191396F82BDF7517F980C7A2C +:10171000A92DC67396C8A16FD27B23079EBA334505 +:10172000FBFECBE90DC865D4CCFBECA3E52908F79B +:1017300073F691F214239EC79FF6CD4B01B97CE658 +:1017400011F3EDAE2BCCA372224E4AFD1F93556EC2 +:1017500083F8CA91F2BC8C83843F22157101CE2F8D +:10176000A274EC64E75A3A57440F401CDC60B12382 +:101770001786BBA1267A00E23FE7D9FA825819EC16 +:10178000FBA22502B1EF7A4DEA10D1EFF6E114D0B9 +:10179000EFD63CBF6926CE2F6BDEBD00423BF95829 +:1017A000BEC2FB33B8F5CE4FB11D5BFFC49D2B61AC +:1017B0009C1D22B28B8950AF9BB44FB1F0F75724D8 +:1017C000FB591EA714AF64EFE8DFB599B0E3D9FA6F +:1017D000EA3551BB0BDB2B280CA7A5F7B2F8BBD021 +:1017E000D243EC95FBFCF3891F71EE9EF08E3CAD6D +:1017F0007CA4ED9346A81D94D43E7A23CCE7E6EC76 +:10180000D5C530CC7AB62FE880F508F6916AD3E9D1 +:10181000453187C5BDEC6EF25E8CC5E58EFD1AE8DC +:1018200023B39B9CDF936F771BBBC93DA5F1944607 +:101830006228EDD2E985ED464FE21CB06B7A997DC6 +:10184000B393C28DDB93FEE44A9703DAE3FE497F4C +:1018500096669704FD83BD01F9FFF8C94DBBB4FB43 +:1018600067C17A07FA2FB1819DA236113E944D0AC5 +:10187000C89FF3503591E0B140BB1F111CE703FD39 +:1018800008EB292DA73C25273690F2B860309D3C07 +:10189000508EFBD991E322F5D0D0D5DD87E3764099 +:1018A000670DB3037EFC2ED1739D1E89DA6F9E33C4 +:1018B000C47EFB60830B9DC6BCBEFDA577897CAD55 +:1018C000DB4BE9D6B9D76904BF773B8B8B74565C89 +:1018D00020769C2A22C2F79DA6E1CD70DFAF730B64 +:1018E0008AC69E1DEA5C309609F2F50F2FD1F5707D +:1018F000C86020F1934383B903609F08EDD48EEB59 +:10190000F4CA8366127FA5FE20F67F1E05BF7C7D8C +:101910003B227180CE116A77A23CBA3E3AF7BE41B3 +:10192000F887FB3FD8AEBA06EC9E68875901BB2406 +:10193000A96A3485AE47A464807F52E579B49AF0F1 +:101940005B6129F0DBFE65AF6EB6C0B855D8BFC28B +:10195000EDB727BB5E82FED497040471CCEDC6BE02 +:101960000AB847BABD5AB6AB300F4FC3849D03F2D5 +:1019700005791A88DFD3E958A980DCDAD24DFDA7B2 +:101980002DD87F02FF68FB4BDDC40EEB94C31538E6 +:1019900047B078AF700F69AFDA10F04527C627E47B +:1019A00017FBAEF769CF872DAE1A4B81F3061CEEFD +:1019B0003F184757017EFEF0A219A99AF874749552 +:1019C00077C757A0BDBD481115F0C3463D602FE352 +:1019D000A5AE74E37C9FD16D56204EB548F0C1BED4 +:1019E0005A34B35FD2D8FDDFB56C3DADCD31B0D444 +:1019F000C4D639DB4FB0AB0520673F647C003F396C +:101A00000ECB61F20F4C97563F5947E097025D1D90 +:101A10006657E117357CEAA8A47605DFDF81FD1E55 +:101A2000B2CFB35C22F44EC2F406F9C7E976B32311 +:101A3000AB08F0B43587CAD9A46C81C401906A227E +:101A4000F88A5BBE536ACBA3FB43A1E2087D6C1E00 +:101A5000B133DC25A01762E3E9BE41AC586E0883C0 +:101A60007853A1A00CCA64FF99EC278DC7262A835E +:101A70001A7CF2B8C8B9B808424FE4FBB504F6D4F2 +:101A80008E1CAE77F4FE006F17D89F0A23745FD2C6 +:101A9000A71680DFC9F7A7F8BC7DDDE14D5A79B6FE +:101AA0009DE1DF97C3E28B76BAFF116750669078AD +:101AB0008D8DCEE35CDC0DA5F41C6F0FC1CB861CB5 +:101AC000AA7F62D3DC242E371E1B41E6119B865A67 +:101AD000A07D6C4F82D0E3D4E2D94EF44C5A8E41B3 +:101AE000BFFEC1DE027FEEC7D47EEFC47C0DFE1CBC +:101AF000C801C6A7F47E03930713703379B0782F1B +:101B0000A57BE75E6A5FF1F80D426399B0EECE19EE +:101B1000528A40CF779AC6C83AEC34C845DD8EC0A9 +:101B2000FA9E4E2E545B7D24DE509D9B59D4E30CCF +:101B3000B4FB835126FBC57FA846645FF9672FBDC0 +:101B4000E5D3FA899C2EC17E10C85F885B7279FC50 +:101B5000AB6CF761909F9D06FF6638F7C2E567E7BB +:101B6000CB0FEBEEAF04CB4F8B44E595C567F56922 +:101B7000F78B60EF35A288A4AA0DA7D62E860F8B0F +:101B800081E0F3919263DFDF42F4FF58B719EC9BD9 +:101B900084D11B400EBD05974E887D83481A17439C +:101BA000F50D1AB492FD111ECF0B86E7176C9D70D0 +:101BB000BC73FF14F685A0FEC78CDEEF313EFB0B35 +:101BC000ABAFE1773D3FDBA87F3695BEE1ED3FAFA0 +:101BD00038231F87EBBD009EBB75FB5B30AFDABCC3 +:101BE000A9EBF5EDA37206E8AB3D9F1DC5E4C181ED +:101BF0001C8AD7E7D97E40AA6779545D887E789E93 +:101C0000BFA735951EB57F2212B8609B11FAB15758 +:101C1000D428708E76C62C41774E85A712923E1E30 +:101C2000E3F69413C6FF33BD07EC41E43EED643E9A +:101C3000D3DB15C1EFBC4CDC27C6F3B8D2FB2EBDFD +:101C400041FB4EBD69AF9277BCAC9648C22F0BC129 +:101C5000A9C4703C2C5F43EE29407FB5C46EDA18EE +:101C6000B43FAC87274C0E0DCF74F8ED35EC6E0702 +:101C7000FE3CC5E04ADD7165F89F6774D8C6CE4565 +:101C8000DB14B95BC2F0CE7E452E84A5D26B902BBF +:101C9000B63B02E7C92316A03FC2F9BBC8B2BE6C6F +:101CA000387FB7A57BB809F862B6346680F705625D +:101CB000DD7AB8E39BF4E775133D31BAFCCCF6242A +:101CC0005DFD646FAAAEFCDAAE59BA72A75AA4CB16 +:101CD000A7F55EA7AB9FD157A1CB67F5DFACAB9F54 +:101CE000E3ABD3E5738756E8EAE70FB7E8EF0B7C81 +:101CF00092B6FF2990136FD273E9C822976AD7076B +:101D00004FD7CF4A25F89FBD573FFFA8B2A0F3CACF +:101D100053F05330FDD7F4EAF729533D8B88BCBA12 +:101D20009887489CC8BA356733F055C21AE43563C2 +:101D3000796A0DE2FFE9FA0BF077CE5ED827BA5840 +:101D400043EF61BD0A4521ECDB43417C5EE788A29D +:101D500072F752DD34F630E5F36A33DD4FAEB6EAA2 +:101D6000EFFB7C8FADE7EFCCA272643A7E3DCBF8FF +:101D7000F514E7D77E67C576A00FDCD3C15DDDB96A +:101D800043E886FB86311E1BB1D7EE94FCA8506356 +:101D90000F3CC1DA6F67EDFB37D8C9BCBEB92181F2 +:101DA000A43B36C8E4FBB7376493D4B74121DF07BF +:101DB0003794917427B6D3207D66430D498736B892 +:101DC00049BD67373491F4B90D1EBAEE3CCB25FE00 +:101DD000BE1491D7976242C6BF6F74E8CF3B07E845 +:101DE000B256F2437B59F2C23B1053E163527BB1CE +:101DF000F98AF705BA4EAEF61DD4D47F795684839E +:101E0000EC3FCF4573891F3A4DFB3F6DF0F80E66EE +:101E10004C2F1739BFA0CB6BD243D5C37C40CE4FDC +:101E20006D79B6F61BE49D8F29F013E0A3207EEDBB +:101E3000A5FC5A006B92F87D6349DA71F83D329E39 +:101E40006FF145857C3FA03497EAEF76C69FED4160 +:101E5000FC99904BF9F34FB368BDFF57F8F3FD5D64 +:101E600011C44E7EDFD89712AB99EFFBBBACE43BBD +:101E7000CAB623D00328C65505FC0BA17F13B6B7FD +:101E8000AA728DCCEE4827EFF7F2730B53D34D1F98 +:101E9000E748DD9148E25017EDC805F6503B1C4A73 +:101EA000C6F84958026F65E24A1E3BDD7FBB8BD9FD +:101EB0004B12A62BE84BC510E0F310EF754DC58F04 +:101EC0002B72659DBD107CEF2FD5F394C9EF987EE2 +:101ED0009D05B7FBACEB2C2BF7EFB3CE389FA3CB14 +:101EE0008F6786BA67D0CED6D9EF9FFD0A59679C17 +:101EF000CFD7827DA519BF2197DAAF0DB9540EBF98 +:101F0000CFEC8CF78DB201F8F7FDE36983DAFB6261 +:101F10004B58FDE9F1FBB049270783D6E9F4EDC33F +:101F2000A81DE71388DE6BB744AAD6C8CFD2FECA75 +:101F3000F89B44D7BD8EAB8AEF38907A1BC0D5860C +:101F40000C645FB7CD6223EF09A17EE385310D9F5D +:101F5000763B5D77E4823FE042B23D8EAC23E2D730 +:101F6000E39FDB12478EF4D1BC7A37590773913067 +:101F70000E7C2F8CC5899DB8DF1D5F8C24FED6DCBE +:101F8000B13682871D10FF817DE52A6C8AC4F1235A +:101F9000AAB06EBCD49FA9B08C417B0BC417D2F001 +:101FA0001A12945E11F8CD211C3C82DB8B07B0FD28 +:101FB000808128B2283D0E0334718B504F40D48F5E +:101FC0002D3D43CBE7A3D11EAC5AD002344ECAAF4D +:101FD000AF517B00CE6BD165FB59E0A9F867D67F86 +:101FE0008A5D39648BB92A7CA915DE7F85F303EA03 +:101FF0004609F5E0F449EB57BF0B72BC4B35DBC12A +:102000004F43122D7FDF68B1C33ACC163DDB7231EE +:102010007FFDB3E88EDB47EC19EF6C7A9F403A0501 +:10202000768E013BA59F62B82A6C254D77C0B4D946 +:1020300077827767A01E970FC1F96F3C44E3013D9B +:102040000F533EEFE9A6F921C6D74FB374772E7F21 +:10205000670E6D02FC852550FC108A62FC9B19FD01 +:102060000C16AF5F057FD58BE96507E9344CF0FFAF +:1020700070E376CF43A47A3339E725F8DDE4BDF386 +:1020800040BC57DF8F2BFB41D28F09F703F7122D8E +:10209000963E9705F35178D3B0DF78E57E0E266340 +:1020A000FC492514BE75A2E747B9745FD37507F8DC +:1020B000C118815BC87D8E612438B5EDFE6AFAECEB +:1020C00087FEA7A38F18517502E22B153EB30CF1C2 +:1020D00091603A9D03990FE3FED944EDEB69E876F0 +:1020E00086D1A3A26B910FF61B175EDE1009E35693 +:1020F0007755FAE05C59555739492B9EA6FB2715B1 +:1021000046D901F7992ABB1693FAE55DF5A4DCD50B +:10211000554BD2855DB791EF0BBA96FBB4E7DAAABF +:102120001CB81F8D5CA8B0E1F134F2FC8F20773031 +:102130007FB8A45ADDF705979B74ED8C15EE3BE84C +:10214000B958CF8D8007134A12205E2346D610BCA3 +:102150006C4E4C70025E3E6272D7654F25F1990855 +:102160000529DAF77D4CFDC2BB205F305DFF08EB2F +:10217000C294308CE8B966BA4F83F5E44C485F15D9 +:1021800050C877E4FF9BF13342D7D0F58BAEACB7A4 +:1021900077DF12FDB6034EB2A80F2E7DBD0CE7CB44 +:1021A000A36F73607EFCE97386A512A6D9EE371083 +:1021B000113E4FE75DFB24E895DD8DD1DF8AC5F543 +:1021C000E5E77FBCDD88E5C1EE950229FF4E3E2D97 +:1021D000BF6696272C0FD3ADF8755732D8152B90C4 +:1021E00044EE79D5E7C92B9F93218EA98CC17E6ED1 +:1021F000E31AB34CE28597311CA5B83D002AD2FC06 +:10220000C25290B7ECC7CA77C2BF319FA5F5DFFDB8 +:10221000CE8320FF464505C2A86DFDCE7D0EDC5F56 +:102220005A6BA11D9AA7F7B3FDCA1D66B25FD9D636 +:102230004FE56D3A52C661DF6618E2AF4678074E49 +:10224000EEB181BF9B8FC839DB6B5BE979A0B34FDF +:102250009B07206E7E166083F26481F8C3C7372027 +:10226000D7A60C34A57C9FCBF3783DC0FB16370472 +:102270009573F92F78FE59BC5F23EF6FF0C4EBF232 +:102280004A2FAA346178535B11796FC484BCD43E61 +:102290007359C67A401F60DAB84AE9360AEB9FE8FC +:1022A000876A9EF77825782F04C5607DA580D9E6DA +:1022B0004BB090F7D09CE4FD29F1266407FD9A52BB +:1022C000E3DF0FE7058A5DE544EECF419E03A338C7 +:1022D0009DE7DA4DF265165F0F84E60C2051707FA2 +:1022E000F32F5379E3427609CA2B9022B1F7E188A4 +:1022F000FF539540F5760DEA23DF6F46C3245D82D8 +:1023000046497A2B1A27A91BD9C93B6D0B2C585F5C +:102310006179D7087F942116E42ABD275254631EA1 +:1023200080F87D6303D66338DFE447249E5F5F2334 +:1023300093771639DFD64DBC0F2193FB97489293C4 +:10234000976AF4FF91A79791F7BF6483FE5CF76DDE +:102350007954AEB4E5D175B25D6072692DA5339242 +:102360003C4FDD81F32BDC59E49E312E27EFBBABD4 +:10237000CB2DA47CBBD1DD1D87F3C73ECC47B02F4E +:10238000B03D4FD6F9DFC76AEF4C84F53AF050A65E +:1023900011D23A0FBFA7A13238D5646DFCF7EC6AB1 +:1023A0000C278BC769E33CDE3CEA8F6C87B258E0B0 +:1023B000CB652BC9F93BB67F16776B34893355A3B0 +:1023C0002609CEDF6E60F3F209EE2A02EF7AFA1EDA +:1023D000015F4FED9C3F24D59404EB5171D2F9314C +:1023E000F857F868FC79457BED3ED86F5AD2BE1E8F +:1023F000817E0B9C83A3E726CA9757917DD1A67E49 +:10240000338278B7D0EEF93DACE7E5CD6619D64D0D +:10241000536B2D191F080DE78A9A3CABC93DF2E5B5 +:1024200016971DCE41DCD4FC3542E74DCD981731CF +:102430003F47342FA3FB8F58B9C33E2BC63F691FBC +:102440005741DF9FBD76C93E819EAFF791BFFB31FB +:102450009083C87E428C84C8FE4FB46A43704E6E2F +:1024600079EBA387E05DB69978A2B07F25238F0929 +:10247000F03D95BDF6F4D72E47133B1DEC9B6B0941 +:102480007D683CBA4B94415F382599C8E7B70E5236 +:10249000F9DCDBDCA312FB74091E0CCFBBBEAF90D2 +:1024A000BCC38907E2EFFA8D819CB3B86F92013EFD +:1024B000D80A85FDAE3689C6710A118D17B5B0FBF5 +:1024C0002EC17E8DA5CB44C66DB37450FB0E7768CC +:1024D0004E9C2C3F82E721B8FF19B17DEAB119204B +:1024E0001FB2ED22DC9347F7444EAC7F90ABAEBCFD +:1024F0007C321FE5353A9FE2519788C8113B15D1D0 +:1025000075FC00D51761CF085A7BA3D2AEAE72E03E +:10251000718E1C6CDD6C93E1EFA928BF83BFB7827D +:10252000C9E305FEE0FC7A20B92F19F4DF6F12A988 +:102530009DB5F0F20B11DAF8F1EFF2A8DE2B027D77 +:102540008EE75908FA19EBE139A0CF715A02FA1C4B +:10255000A7456BA93E2F063D8EEB29A0BFF1F730B2 +:10256000A6BF2D4C7F171AED3340DF971C73E9F49B +:1025700070D1EB353A3DCDC73FC5F85C39E8D6950B +:102580005BD2F57ABC82E9F1A3E5EE95DA7DB15331 +:102590004C5E9C66EB12BDAEA6007FC11E2DE0F521 +:1025A000BD5F22F23EE9B95F52BAAB46C4EC1C3DB6 +:1025B000FD409E33FA8E3D8EE92BEC883FF0258D51 +:1025C000FC47B354A207A7A2DBC77934FE58D25FF9 +:1025D0002BC26185E245C533BF8C80DFAECCEF53A3 +:1025E000D1B76B96EB32E8EB7464BFAD03FC1B8F85 +:1025F000998C532D766C067FF9234C67B37D727FDF +:1026000045001C866BF928F2F984805EC5F51588B3 +:1026100067951C171515CF5769453DB06E137BA9FB +:102620003E8B75C39D9200BEE39B2C70E672229F89 +:10263000E8B1EBF233DB1374F593BDB2AEFCDAAE66 +:102640006C5DB9535574F9B4DE325DFD8C3E972E46 +:102650009FD55FA3AB9FE373EBF2B9434DBAFA4842 +:10266000751DC9D3E8FBFC618FAE3E2C8B14A057BF +:102670008288C0AE9FBDB75DDFFE24B67371DE8B6E +:10268000FF07782C41344FCAB15CC02C7FE069D081 +:102690003F6566BB1FB75FD16A0CD8C508EC2A241A +:1026A000025DEA3D36B2FE94203B3B381E71E76B7B +:1026B000EA6158B745AF79C8F9EAEBF3231C840FF8 +:1026C000587CA25AB4117A7D744C54C037B9133C6B +:1026D000144780AE1F414740CF7DC847F6CB83E605 +:1026E000CFE31748DC4AFDFF7601CDC0F5CC097A6F +:1026F0003A87C97A3A5BB3F5748E50F4748E2AD354 +:10270000D339DAA5A7F3DC31E1C0D3B01F89F18456 +:10271000CAE0BD7E3DDD399ECBF0FF42E13918AF06 +:102720000ADAFA475837D3E1734D7E707C673E91E1 +:10273000FB17DDD4EFC1BF064BA9465E634109F824 +:10274000145EA77A2078FD73FC15BAE3D17D579209 +:1027500003B6F59B1371B9324AE5C09C254ED8F6F5 +:10276000432756CF9D09744D42AFF0FB451E38BF3D +:10277000A459DF5DF97360FF54195361DC7E33396E +:10278000B7B8FB9069139C7B3D3A077D1FE00EDED6 +:102790004755F3F93EAA4BCD07FBE306EF4A98C72E +:1027A00009C1A06C7480BCA0F36A7B7DC24FD6EBDC +:1027B000A9603B595DBDD94FE21ED83F0579022F74 +:1027C000C039889DAC907851907C29F404E9B5A07B +:1027D0003888D0ACB7A3518B1E5F3D651EA79036DD +:1027E000597E4E1D071923DF1722B507F4FBF53577 +:1027F000CADBF762B88FDEF2D64CB0E326C54302DF +:10280000F8DD09F8E1FBD3D889677EDDE80D305E9D +:102810004A9707ADC7ED9F057CCE21F87C16E8B13D +:10282000278CDA0BC79FA67E50C91BAD049E38418A +:1028300056C04EDA134DF9E4B880C6F6E0FC9C634E +:10284000D45F496B772A409F3D4EE500E48FAF1778 +:10285000C87BE5A5275C229C174BF7E27258EF1B5B +:10286000DD95F0AE46E3FDF49CC68F3F6C23E7C9CF +:102870007C5FA6E57BCABDE43CFCF10769F9DC930B +:10288000AA1889F3392AEB5FE8AB8C043DF6904037 +:10289000ED9B49F4A47ECE424E8F1D7F3AF0A59267 +:1028A000003D5ACE298723F1F7D671F78D51683252 +:1028B0007DB85FB140A27E03F727AA909BA4372280 +:1028C0002F49AFD69FB8989F4DF05B871492773110 +:1028D000FFC25AE32A7F1EF8DE1B893234F60A4F04 +:1028E000FB62DCE49D7447A59BBCD773319FDAD1B2 +:1028F0008194EFD3BB92155C7E8CBF1F6E7193BF2A +:102900009310779722D278A75782F5E54B2E2C8625 +:10291000F9BC9F4FCFFFA46DF5127BF6566CD681A4 +:10292000FFE97F528A867383E4CDB110FE78209E42 +:1029300016746E5052C9B9D82251CE859B275105C5 +:102940007FD90EEF8F006FC07D75E179F332F51AF4 +:10295000C297C42E99AEDE31760E690F7B47AAC1AD +:10296000ED34801CD953A8B77BA20AE8FC797A130E +:102970006A227C755399A0F4603EB849427ED82FF4 +:10298000F86BE755B4515D05F8691C34237A7E086D +:102990002569CF6F73B9D288F8CF7D08F8AC8DC5A3 +:1029A000CDDECBF7127ABF379075B00E7F3F5B2B31 +:1029B000F820EEB5D4822DB0547817DCBBB24313A7 +:1029C000CF6EEBFFD90921F22AECA42767899FE695 +:1029D00006D6B9B84035009C479E12E83BF40CAED1 +:1029E00058BE1E2A3C44BE094CBEC537ED1612C463 +:1029F000C9FD07CB7FBCAE10E88B1436BBD89A78E4 +:102A0000F55EAD5CCB1EEEBE17EA337B9EC77BF155 +:102A10008FF8C75B6AA9FC8AB3A8CC4FA2E7611301 +:102A2000DBE9F764342E407D19D937C6C23B4EB07E +:102A3000C182D36B2CDEDA25329C6FBB4CF5C6C34A +:102A4000FB4BB4720D4F4F85B8209692DE6FE2714A +:102A50008D9625AE0E3C1E9E931774FB3AD1736380 +:102A600001C4B14E0A643E110954BFD91CC3544677 +:102A700004C51DCD5DD678B0E783E38F66C9FB5DE5 +:102A8000C823D56CDF45E391A4BC4BB2D8CDE48616 +:102A900095772EF0BDB72086F547E38FA2C51EAF10 +:102AA0008BBFD913E2B5767DA15FD69517BF96ADE2 +:102AB0002B9F33AAE8F2734F94E9EACF1B73E9F234 +:102AC000D79FABD1D5BF61DCADCB2FBCD4A4AB5F5E +:102AD0008E56EBCA2B2D6B75E5D5F6BB75F99B129F +:102AE000BEA4ABBF48EED695238F7B15F0173244BA +:102AF000927B2B93E24C41F2F98627E25D5ABF624A +:102B0000228E9360227C6106BA68F5E53C458674A6 +:102B1000A180E52F4E7F35CBD30DF4C572F81A1A7C +:102B2000AF716D86A354A9AE7343409F175409013A +:102B30001CDBC23BDB5703DF6F8CB40BF3713E939E +:102B4000DFDFC65C8FE5CA0B658FED073DF7C25E20 +:102B5000C907C005EE77D3F2CDE188C65F66598814 +:102B6000BFF4246CFAE07C64AE44CED37E68509C03 +:102B700030FE7AC3680AA47718BC2680AFC5E0513E +:102B800020CD163D4F1660BEB823BA3F05FCA1828A +:102B9000791F8543BCB5E0270601F4F80BAF9CEA2A +:102BA000BD0EF7F73142E300C7C8E885A1EFE07436 +:102BB000F66B24E88C66979D7A6C31E073D448E21A +:102BC000891F98D056A47967E283FBE979A8168B10 +:102BD000E896607D484A229C0B8953A83F7B6A8A0D +:102BE00038ECBC8CF2D701AE5389A1DF0378B180F9 +:102BF000B6E7F78753B395F8DB22B4ED6F25ED798F +:102C0000DE78291A796668DBCBF4FEBD8435A00D29 +:102C1000CA1DA41C4F93FC9DD24A78EF10EB9BA8D1 +:102C2000E86C09F0526EFBD840CE5182D588CBC7F4 +:102C3000057A8E1549F45D1F345F1A9FB07B53A14E +:102C40003DB597497C1FD72BB7E8EDE5D9489F0FD5 +:102C50008EDFDB14AA2F8C41EFBAD8309B91EF1393 +:102C600070D3775DB4EF92C1BBBE2D2C6E87125C22 +:102C7000E43ED6BFCC771442BC8AF713369BE26F92 +:102C800084BD43738781BE77123C8F72B5BC09FC4B +:102C9000A566545004FB777F291074ED1093E32B45 +:102CA000D9BA59693FFC67D00FAB145ACF60B1C78E +:102CB0007D1FF3C72A351201FFDCDE8C22F3653855 +:102CC0002FEEF8950BA7A75ECC6DFB166E7AEA8700 +:102CD00059F73F85D31906EF61B0D3D1366637F186 +:102CE000BF7FABCE24FAE46AF5E2D73357FF6836EC +:102CF000C65378A44F86BFBB193EEB1C3947F9BFBA +:102D00004167CD8171187ED058A6F69CD2D733CBBF +:102D10007F341BCEF119913F06E8FC13337D77E732 +:102D200035EC42E0FC3FBD9A43E28677299E17A12D +:102D30001EBFDF8E0E8E93777C2A914CECAA49F44D +:102D400067FC13CC070038F0CF74FCF011C08DE79E +:102D5000D312199AAEE4077C6B89267F67248BD146 +:102D6000978FFB59F9D39146E50AE7F3E9E0C3F8F9 +:102D7000D29D837E7136E55F9E723C05DFAF7D712B +:102D8000B681D5A3F76BEF52DC04AFFF91FCC74CC3 +:102D90002386A185DF479866BED7FD8DF3BD5A3ADD +:102DA000C0DF4F86715AC2AF0EAE5BFE4170ED9D23 +:102DB000CDF8A3E0EAE05ACDF0FED7C2E542E3BF8A +:102DC0008F4E9B1E2E4CCFBDB00E51D5387DDF28C7 +:102DD000E6EAE07BE873802FE6EAE0BB0FF80DF946 +:102DE000297C4BB1FF03766788FB4CD5C49F5E43BB +:102DF000E3EEE12699C4B3C3EB0412A71350BA91D2 +:102E0000BE43F1D7DD6B9AA05F1CF24783FC7BD5F4 +:102E10004CE39FCA78A6360EFC75C64F7729AE3EA6 +:102E200080BB2593C9831A7DBDBEA07AFC5D1D645D +:102E300033B0FB6DE983F4FC3762F7DB64F2DE78D4 +:102E40003F5BAFC1F7DB50894CECF3CD066C9F8341 +:102E50005D1BD33EB411E7EF490C27FB862D09FF1C +:102E60007E420019D58BED750D9D383CE737BC6669 +:102E70004F374E8D8F75E29E526F88733E05B33C7F +:102E8000DF9BADD1E3EB867E6E4FD7D879F968CC66 +:102E9000409C26346EA0F867E7ADE23F1BFED701E9 +:102EA0008FCE01F9EF26F29FEB8BCE97FF4D86F880 +:102EB00005E87DD8A7198F0827FAA0675659B67676 +:102EC0003FED97B3B9BED6BF8313D0D37FDB3B387A +:102ED000013B4640EA8C50FD4BE4FBF3824CE2CED2 +:102EE000785978C11F68B15D992EFE0DFEBA334640 +:102EF00078BFA8AC1ED2FD1B5CF5701F735766B976 +:102F00004521E7A49D553DC4DE410ABC8F12EB7EEE +:102F1000AD4E6B67C7378DEAF2899E13755ABB7B3E +:102F200066FB98AE9C9F9B363AE8B9E964EF395D41 +:102F3000FD5E8381EC778DAF46DEC142884F8FEB1B +:102F4000CA2B5C36353A0AE2D49774FD6EE9A6FCCA +:102F50009DD68BEAB5DF8D928B9C1BCCE8B3D46BEE +:102F6000FBC9EAB7EBF239BE045DBBDC2159579EC1 +:102F70003F9CADEFD75EA62B2F67E7C42A2DE5FA5D +:102F8000EF681F81FFFF00F516837B0080000000C3 +:102F90001F8B080000000000000BDDBD0B7854D52E +:102FA000B538BECE9C7925992427C9240C10F0840D +:102FB0009741794C9E2490E0490214DAA0C3CB0BD0 +:102FC0001671820801421241DBB4F56B060229A595 +:102FD0005A63B1D52AB60357ACB6B6464B952AD03C +:102FE0004194E2FD098D88885EB4E31B04C908287A +:102FF000F657EEF5B7D6DAE724734E1283F6DE7E87 +:10300000FDFFC3C7B7B3CFDE679FBDD77BADBDF6AE +:103010000E00C0E7F87FFBA80AB7BF08C00E1A343D +:10302000A56369FFE1C7F238AA0394E553693F1F1E +:10303000CD05FEF93C87FA6B6E7F26C05888DA40D2 +:10304000A6A7315B201920F483B2B4F7AFC4EA001D +:10305000EC771596856A6BA410A0C5068D9BBC58AD +:103060005E5192AB7A00167BFEE39884E3C346C7B9 +:10307000E9AE718701D8AED032681EC74629005824 +:1030800042AEE2077C1F120136E5016456C10D0114 +:103090007CFF73FAB9AABB2CF34BD80870CAD97B52 +:1030A000FB30BDDDF159028433BA9F3BEC01503C4B +:1030B000F4DCC3CF4F558AF747833660767277BF0B +:1030C000F1F43ECE274586C6F63100B7246B03D215 +:1030D0007BF94ED7B89F2541B8A0B7EFA4F0F353C2 +:1030E000C37AFF8EB18E4BFF8EDCC77A9CFC3CB35B +:1030F000A57778CC34E095DE7BFB0C7DBD8ECF06CA +:10310000422823FE3D55C0B1EB3BD9DCEEF82C0D37 +:1031100042BDAED7CBCF913E4212E2BF0A7FD994D7 +:1031200006909A966B071B4085E7BC0D10EF1A04BA +:10313000DB898E8CF7A1CC1E8BA78B2AB0BF1D75A7 +:10314000237D8424F81CA756E176BCDDD58EFFC70D +:1031500083B90ED4DFA8E3B81E3FF07AAA40B5C306 +:10316000F05EC6D3E7611D57838E7A49EE7FFC5629 +:10317000BFF6D77199FC5C79DFDDFDBC2FBC114730 +:10318000BD1FF77E22CE0106F2386B88AF34A8ABA4 +:103190008D20BC16428A9FF8067F02EE2C80EBE958 +:1031A0003795F8021F96E27B291D1BB6E2AF89AB6B +:1031B00053FC215CE30DB65826C1B106A21B00C723 +:1031C000FCEBEE0427C1B973F79F87043DF4F214BA +:1031D00085BE2B8592E4CF932E7D7EC8D902EF89E0 +:1031E000825E604A6C3EF1F578795CFE2664D554C7 +:1031F000DB451FF3A9A2E6CB03A9FF5A86F7277088 +:103200003A9DE63CDE9D124A4AC17E285006A33C08 +:10321000492514A753793BCB99D45DF60FE3E19B85 +:1032200042F0C0F5351DAF093FE7EE7E7EBEE35CA0 +:1032300022ADE3E7FE642FCB99093081E6771616BD +:10324000A646082E255E86E363BB2A5383C83FE368 +:10325000FE38650095D1E68D8ADD0170A139187EB2 +:103260006E64CFF506FB901B0FE97CA2DAB58708E8 +:103270002FC1C4DEFBFD46E7973CBBF61B925FC641 +:1032800078D47FD6989EFDAFCCB309F9A6C31511AB +:10329000AE2A885FC9C02FD2A51DEBE57A5DBAFBC7 +:1032A000D5AAEFE0D2B6AC49F1CB3E7C165481E012 +:1032B0008F0B0F6F4279DC2A3502D1B51BDAB8DCEF +:1032C00024F9EF95B1946DB10C219FC3FCBDA910F9 +:1032D000B453FDCF52B405F0BD5065E32FA3384E73 +:1032E000689D1D5AB0BC27E9FBBF8AE2779A422E3F +:1032F000C585E58584A16140BC355D113CE0E7F9F9 +:10330000364E088CE5723C95CE67038B884E63522F +:103310008A7F5B21AF67143D37D6794887CB0D573D +:103320006A87E8FDC7FDDA5F088E8713866A442F37 +:103330006A1EF86130D7C380747078C6D75201E135 +:10334000751EB454A517B819E562B71C581F276F2E +:10335000DE4EEB1D2F6FEAF8CBCE13FCDF315AFBAC +:103360002BCDE384136ADBB1FF8944BD4CC112BF8E +:10337000F7A13EDFEC3CF1DEE7FAFB276CA2FD444F +:10338000BAE86F8C6FF493F4F2DD667760BDA3BB8F +:103390005DBDC7D518C6FE99C3051D209E81D6DD2B +:1033A000F9C7B4AD84B7256D6F3917637B525E459D +:1033B000765E91E847EB58628F3AD3B1FFA7B9C167 +:1033C0000B04AF7A15B427E87D35EA9C83F0ED94C1 +:1033D000603ECDA3D381253EEF4C10A5319FA4BC08 +:1033E00059D979587696479D440F5DF522ACCB5458 +:1033F0000FF0F73A4B2DF599A2AE02EA5D2FC159B5 +:10340000E85DC8453D4E7288F4B8D2536F23372B20 +:10341000CC8F09425E68D9FFB594E8B32FF9657384 +:10342000773C7F3F3E5FD488F48CE305777EFCFCDD +:10343000F754A69FF7E9BB35E10420F8FCA3F2AAF4 +:10344000734807AF6753456CE87D389FD86E97B2D5 +:103450008DBEE339BCFF7BF89D3BFCA3FC9B48374A +:10346000D83BD84E499654B1BE1DE6F58DD6E1BA8B +:103470005256993E3CEE76005E771088DEAD768F30 +:10348000C7AF08BEB607FD6417F5CBDFBB5EDDF73F +:10349000BD78FEDEF3C2601ABF6CCFC10C2A7BE19F +:1034A000EF63CFE4F4CFDFF5D0C6F84709388DC617 +:1034B0005FE177FA697DEB95B7A7DD8FEB5D898CCE +:1034C0002CD3FA779AD7BB5CD76F867E5CF9B08332 +:1034D000F5A52187EBA083C75DD56E7E6ED58B5693 +:1034E000FBCD4A27617A46F2150275D4AF1635082E +:1034F000F5AB752FCC5ACBF2041A5D65B43CF3FCE6 +:10350000ECBA7EC89503D7115D67A5B72D127A4F27 +:10351000758AD2ACDF41117AE146CF5CD687376E2F +:10352000B4CE5B73129E6E6AEB673D3A5D7D5F9F22 +:1035300077599EA0875589D50788B5A1B06328D152 +:1035400003CEAB9EF809EC81ACB5F8E99392B07F5D +:103550008DFE1F15753C14C179C9C953DCA4CF7EFB +:10356000342A780BF51F722CFABE6423FA0CF0385B +:1035700067769E3C2A139DF984BE473CFE6C12FE82 +:103580005ABB535636097E699D44F2244FE0B5D6A6 +:10359000ED89903EB5C2CB9837CE6B6D5E66CF7924 +:1035A0009DFA16CA9D5EE46D2DE929EC3FA0506B93 +:1035B000A5F93986B5EF1F44F2FE56C9CF7C045AEF +:1035C0001EF1EB7A3B4884B792686C0DE1D1E703BA +:1035D00045C6BA37498C0B7ECD4D76EEC0A62A780B +:1035E00007EDC537944AB78ACFB3D26C01928FEBFF +:1035F00095C56937C6C9D52CC91668677B6571DA68 +:103600003C7CEF7A97908B39DFFAFB4AA62750D3A0 +:103610005DA5347EF0AEA9C4D76932CFA762C1F9E7 +:103620000237CE67D0454FBE0BE17BB30E6F63DC34 +:10363000ABAA62058D9E6E7878878BF9D5674EBBF5 +:1036400097F460B8C52B499391B5B5E95C3F6FF726 +:10365000A5115C57EA70588FB64307BD6F0F2B80DA +:10366000657D82766725CDE72519B663715ED152F7 +:10367000D370BC9CCB8C7E1127E9B3CC96B6676522 +:103680009AE74B8EF0369CD72D8F570C80B8F5EE0D +:10369000CE137AA70EEDF9783BBA0EDF273BBA0EB0 +:1036A000EDF9F8E7916637845CDD75ED847D0A8D70 +:1036B0005701CA7A85CB2408C5D9533B00A6937E0F +:1036C000A84FB38337B5FB3D635DF51204DA7BC1C8 +:1036D000BFD1FECC7FCBBDD2C7EB7A7B5F7ED94B0F +:1036E000FABAEA3F1B6DF253EA51BFD13CEB3F1BE4 +:1036F000F3857ECA4A5DEED6937F9111FF5C15CFAC +:10370000BBC6F172FBAFF575FEFA806DFAB65EE6E8 +:10371000FB7F75BBEB8A4C7B208CED574640DBDA98 +:10372000CB778D7E59E9E8987CC1BC76544617D199 +:10373000BC274C01ADB7EF9DD1D7BF52B73F76A4A0 +:103740004797323F28DA6FEC5EB2032ECFD924754B +:10375000F79FA5C3F3CC0CA1CF8BEDDAA2E70B4901 +:10376000AD285288CA85115B8DA71B2FB78ED296C4 +:10377000313FEBF46CE0E19EA45FD8982F5F1AB95B +:10378000CD25F59CF77A498C6FF897567AB5AEA39C +:10379000FE33C984BF9EF0B7737B973D0B5A8A9462 +:1037A000457258E8B77B5E1EE77492BCB141CC8588 +:1037B000B0982A674F7B9AEA3E195CA87F4EA2DC3C +:1037C000E6760D1D456C3FF96046AB84EB5D5A8390 +:1037D000FA09FDC5C5EBADFE57DBB88F480E86EC88 +:1037E00040F26BC9717F2BA95990EB9CB4EE4F90BE +:1037F000D5E8BD25B79BE5F9C9C33F76929E9716DC +:103800007B1A251FCF77DAD358BF69A753213B60B6 +:10381000E9DDE6EFD4EA7A84EB392497A057BFE4D8 +:10382000CA7CF447D03E816228263DF174F34E787D +:103830006724CD67612AC9F789081021CF3AECB314 +:10384000E2FC7DC31F794FAECCCF47B8CDB463BF88 +:1038500031B4FEE10316C7D1DD9D4592498E7D88C6 +:10386000FC3F02DF3BDDAC70392D5F9B988FEDF3A1 +:10387000F28393F359BEC7867E84EB6A5827E0D360 +:10388000F992B0E361BED0832EF9E65A82936B3091 +:10389000282DAC971B1BA99E6543FD8B7093E535C6 +:1038A000720ADB5F6DFCDD162938EB6A89EC28EDC6 +:1038B000F1EFE2B89BD26CD08272D1DBA25C41F214 +:1038C000D82B43630BBEB7E2D73FE471C2E942FE97 +:1038D0000F7FB4C286E63D8CDE2149F4F992682858 +:1038E0009754B1474DF4CB385E6A34CACF0DFB25EF +:1038F0003329ECB3E17899573AFD2D39346E451EE2 +:10390000C96B15C24CCF67287E80E3DEBF73782A6F +:10391000C9BBB3BB2EE7122E225C8A815C0920BB97 +:10392000C74ABFA79BF1F9E5DDF52BDA674983C9E3 +:103930002E45472DA904F5F78EC76DC23F16F3A893 +:103940005B17C9FA26E9B947ECFE6DF8D4FBA71955 +:1039500079B4CE1CBB2A11FCBE2929C2AED2EDB867 +:1039600005821460C1AEA77E4AFDB64CC2F5239D08 +:103970002C06FF50EA67730B7FEDBAA014A675E31F +:10398000825248BF7FB3AABD88F5D14A471AD9AF42 +:103990006462F466DFF667E75AFB7DE8882E7D9D5A +:1039A000F48D04FE6D043729364AD8898D61F63FBF +:1039B000D2209DF0FCA37C5D3E8F42394772694462 +:1039C0003087F8AEDEA6AEA67638827619D18FA4FF +:1039D000707F033EA0B43D49F663834D61BB038E07 +:1039E000697984B7CE5963F2499E9D714487B25C70 +:1039F00040792761FB83F9D50BEC088FFA4168DF2A +:103A000060FD2FF90B447D5874A90DEB9F3E71F3B7 +:103A1000023BC2B5FE8AE8FB548782DB447B7E749E +:103A200029F907830B36893A32120C423BA6E0AEE5 +:103A300005211CFFC334C3BE882EA279D63F7DB9B1 +:103A40006D531CFEBD05424E7E9820FA7D980337CB +:103A5000CC2678E74647C5C7DD3ECBB7E9724BD0E9 +:103A6000FBF26712224498C67BE0EB7DFC27F285CF +:103A70009E585EA5F7B3C77E4FFD9EF3A9E96CEF94 +:103A80009E4059C3FEDEE86D04977BF3D3B93FC176 +:103A900087FC3BEBF756901EF650BBF0EF8CEFFC2B +:103AA000295FC86D1823C6AF1FA4A4113EB2D285EA +:103AB000DD8C0849FB01C75DB6EA768DC08F57568D +:103AC000F2884F41891590BE79EE62761ECDBFAF68 +:103AD000F91ADFFB0F9D2E96B7E8F0C2B1C87EA998 +:103AE0007F7AF45603BF64E70CD6E1EB2D10F3A305 +:103AF000FE3C6E36C2776C37BD18E3F6B7CEE3FFF7 +:103B0000A47542A1780FE93C6F93D2BD0E236EF5E8 +:103B1000E15AFDBD12631E2AD3FFF267BE732FD593 +:103B20004151D365B6C77F22DE731BDF45FAC7EF6D +:103B3000AED2ED5C49FB8B93F87CD5C60E27D9BB82 +:103B4000ABDA258DECDD6E3ED36E89E72BEF70B1DD +:103B50004EAFAC795B98FF709ECC7F9AF0532DF4FA +:103B6000D2056F2BDFF6184F4D378FA7F2787DE126 +:103B700021B940E0FF7F0C0F2DBDC3B34B9E58E031 +:103B8000D7C57F39FA7B6390FF0A7BF21F14F4C11B +:103B9000B7395FF17B15E2BD55DF41FC51DC5A3589 +:103BA000D3F1AA1D39B6C563BAFBDF517B3840F2A9 +:103BB000BD2B2EB0E3F1D060FCB561570D903E599E +:103BC000F5D46F9F0CE1FB2B1EFB690AA0BC396981 +:103BD0006FCBF2E3FB75DB37A468144FB287524812 +:103BE0004E9E0CCBD3C3BDD85D37EA7C65D853F568 +:103BF000C0BA033EFCF5DF5BBF8BF3FF54423B07CB +:103C0000E15DBFE36FADA497F76BEE18F8685CF465 +:103C1000F7B1BEBCC6D3B816F1DCB0D36C07ADF8B3 +:103C2000D54FB354369842836D6C074506D37BF568 +:103C30000F3AFC14E7A93F2253A41F1A20D64AF3D7 +:103C4000B3BEDFD0FE0EDB590ADA73D9937AB6A37E +:103C5000E661BA6FD8F1A38FE5142A4FBE4EF1BDCD +:103C600086787F1AE15EDB873D35AFC01CDF35E02B +:103C700003E14CB65F5A1EF9D5EFD87E7C7D401E1D +:103C8000BA4170FAC1FF932261FBE9F6E1A935ACB4 +:103C9000C7D799E44E973D4E76802B5E9F0ABCAA0B +:103CA0003B258EDDC02E51D6392229E467D76D75AC +:103CB000F843F8B8EEB7FFFE10C58FE035977FA444 +:103CC0004AF5734E1BB54B5A4C62FB0952A4E26E87 +:103CD000FCACFCED7B22BE3250866AC4CF8ADF7F0B +:103CE00022FAA37D9B80FD573EFE16C763EA829EA3 +:103CF00046772FF8A96ADFEB8C7A7AC14FFB5BD34A +:103D0000C83E6F79E402C3FFE41E0906E4F47CBFF9 +:103D100076FB2927F1CB6944849246F8926B9CA9E3 +:103D2000BDE1297235D9BFD8CEF184FEF055443CAF +:103D300051C474CDF0AF7DDDE5AFA6EFFD6E4D0A49 +:103D400020BE3FB0370AFA7E60439686F3AF758493 +:103D5000B2142EC5F3DA5FDCCA74B7ECA55BB3808E +:103D6000F59F36D056C2EB1C48EBBB69CB3C5EDFFF +:103D7000520832DDD53E20737CE0133B4C7FBC17EC +:103D8000FE7855E70F17DC3CEEBBC2EE874DB89EC0 +:103D90000F9CF80BD64387E5F07689DAB7BD49F278 +:103DA000F1938E4C89F85D7EC9E126F8DCB23B6D5B +:103DB000AB0BEB8FEA72A4EAA54FA6111FDD92634D +:103DC0006F7429BCFE900E2F89E348B415504CCF78 +:103DD00081E37F2E38EBBC9EE204F8FC3EBFA93F96 +:103DE000C3EB836DAE44693C9659227E8C3F87A11C +:103DF00098FD6DFEE9E25B50CFD2FA9D8542EE362A +:103E00003CFCC1B4FB88BFD04F4945F89C3FF28EC3 +:103E10007310F60B796D3092E6D5F11ED7C19FA9CC +:103E2000A6FABAE1D1B0D30591783E7DF03D0B9F63 +:103E30009ADBD11E64B83540AA4A7EC207CED8B4F8 +:103E400067E83BF8DDED0AF943D83FCE1FEAA60B41 +:103E500067F7F39C6E7E33FC9D653A5F5BF165E529 +:103E6000F3C3163E872D82BFFBB67F438CA73A472C +:103E7000F821824F1DF26388F951F017A03C1C898C +:103E8000F47EEAD17D47AFC3759C6A7778ABF96B56 +:103E900066F959FB04F227F697D1FF4CF0131E2E5A +:103EA00038C97EF555A17F8AF33E451B86637BE1C9 +:103EB0004B7CDE2B5F7AC04FF6FD3F4B6E2EEB4303 +:103EC0006E5EB4C0F31318938A9F417DB1F232DA6B +:103ED00007B3C2D7F03FAD72F1E705AA88CB5AE429 +:103EE00022FE1C853838AEF8CD472CE73E4539C751 +:103EF0007AE8C1BFB15E42B0C65C48B7F5E18FB9A0 +:103F0000BE81F412D7F7CEA57DFF9EEB36C3D3DA80 +:103F10001ED1E54ED73EE43A0825937FB65BE6789E +:103F20005A27CEA595ECEC4773C22184CF06DD6EEF +:103F3000EF54622964676F4833EA70430DF50B8DC7 +:103F40005342F47E82BE8F1288A5A461D9A4FBE9F6 +:103F5000EBDDEF64BD8BF69B3DE154D6BB7171B7D1 +:103F6000F5C9FA7E8B4FF4379E17FE494EA1BC86E9 +:103F70006818A6F7162F4289CDF38E82689F2A5FB4 +:103F8000FC1DC517CF8646D8689FEDAC3BF63BDAE3 +:103F9000773B6BCF4D0F91FDA4DBA1EF86BE9685DD +:103FA0007382F720707412E13CA4390722FC6F146D +:103FB000A081DA175A52289E2D2717EE7F06DF5F61 +:103FC0008A80A778BE35EEB10202A9919C9EF10DC0 +:103FD000D47F4ED2F7CB500F71FC788BB97DC5AE34 +:103FE000534C7F2B2CF417D4F7ABADF4575DA8D30B +:103FF0005F1EE411FD4D953DECB7771E90C314870D +:104000003AEB06B62FCE229F2026D17F97196F67F5 +:104010001F95C2E4B7432893E9BA1EF980EC2A83BE +:104020003EADFE7B0FFFFE0F6F147F0FBBD43DF93B +:104030009FE3EEC7F2F493AF8D7A86EA4FBD3AF470 +:104040003FA167FFAA3D7F637FAE738F0B685E9DC4 +:104050007BFE3C94F471E7D32E3FD175E73A17EF1E +:104060004F86F624874752FB1081F796DD17C64529 +:10407000598EAF67FC7CBBD0C9783DBBEBEF6F526C +:104080007EC3D95D2E95D6D1B027897DA686A7138C +:10409000C2B4E9D3B9FB4271308E2EFED1F5D43BC8 +:1040A000455CB213E991F605D19FD7683D0DCF94D9 +:1040B000FEFB5AF23F76EC75523CBDEA4FFF358E5F +:1040C000E455E7137B9D24CFD06FFB05207DACDB4F +:1040D00031EE3E07C2F90CD980E84F0FFD43C3759E +:1040E000E44FF7848B804327C281D68570A9253B96 +:1040F000AC2F78FCFC5F161E1FB3FF50B76B02C8D5 +:1041000039F1709134F13C39EC9668FD7F4C194CD3 +:10411000EB1D86FADF4FEBBE308EE24BFDAD7BE749 +:10412000FF5FD66D832FB5EE57FF65D72DE8FFFAF9 +:1041300042A1C7AC7CD093CE9FFA16D77F97ECE70D +:10414000F95E22FF5FA0F517FD2BAEFF92F13E8EC8 +:10415000E2A05F16EF5945FF5FC5FB0B3ADE9315F2 +:10416000B2FB3B77FFD7505EEF25AEBBA8E85F15EB +:10417000DF5FBCEE2EBB490EB887E1FC6E87488737 +:104180008AE506DD1ED9807E058DB7315BDD260B05 +:10419000DF84FD143D560D8BF5FD870D90AF51BEAC +:1041A0005908ED8CED6CA7601DD7BD3158D648F18C +:1041B000241708FAFAC4EB7988E284767535F78714 +:1041C000A0F0638CBA32D1A550BD652DCE07EB2D82 +:1041D0009936A545ED1B3EB2F7C5F96437DA3D4E79 +:1041E00093FFE2B1F82189239C267F25019E55EC9F +:1041F000389F04BF1DC2EC07C6BD8FFDB522916775 +:104200009A08E190E2B92438B1DFB85131E0A4F165 +:10421000FA5DEA88D5643FDD5124FCD10DB01A5413 +:1042200082D311E17F76C1138C1F1D6EBE02E0F8B0 +:10423000B9DDCF75C78D750C473BA01F29D661F23C +:104240003B291F97ECBD78B856321C1BB9DE52EAE9 +:10425000525ACCEFF33A37A8954070DE405B02D457 +:10426000AEDADE728DFBDF83EB4D4522FFC50A57C8 +:10427000A32C8418E78D79F5FC20AF3B1BEC1C5771 +:1042800044BF81E38A0A903F2757423BC7ED02F6BD +:10429000D35DF62CE73328118A6FB5DC9C22F61F1C +:1042A0007241E53C1B4B7EC9E6DD0107D17510D993 +:1042B000564247C831F35AAECFF48026E1B83321D5 +:1042C000E0A03C0862EFED1C5F0D742CC1FAC1C286 +:1042D000CD3E8A873824753DB7CF90C2DBD9CFF564 +:1042E000EF4DC2FABC7503D369DE19D5E0F0527DFB +:1042F000768E9F4280872076640EE98DF9B27FBB6F +:1043000098EEDC0388B7393AD6AF4DBE656A12F62F +:104310007BAA48EC03CC87C03C0A615CDD1268A430 +:104320007DDB6B86C646A4C5C5399E29CAE17EF3EE +:10433000EC01C7CDF87C1ECD34BD277FCCA3C1F1E5 +:10434000F93C25E010F90D7ADE9476C557CA9B1A20 +:104350004FF0C275ADAC7685D7E1FC56FAFD6FAC77 +:1043600024B855BB14EC0195853543482E4E95CBAA +:104370001EB815D77BF85117B98F70EAE72F67532E +:104380009CDB5FF8ED69244FF3C0BF81F2F8964AD9 +:10439000FEE7BD84DF22C9BF9DE10AEC3F2CDB5262 +:1043A0007388BE33E75149223DF54E91D84F911F96 +:1043B00095589E66DC2B85BF86BFAE2D77B17C3AC3 +:1043C000B555623FA2AA3AB89FE2269B4B5C8A8B06 +:1043D000F1A6A5905FB44287F35F1CFE174650FF1D +:1043E000DF3AFCEB547A12E6FECB516E11BD9CAA6B +:1043F0005EF7339A4E6791CADFCB28AC298EE0AFC7 +:1044000073AA5FB2F33E60483B3CC6345EF0C7A57A +:1044100071E3AD2DFF158F7714FD5E8A139DBAB73A +:10442000651A6D7F2F05BF447E0BAEABF556ECBF12 +:104430001CE7477EF14CF0DF5548F423D7B15EB05E +:10444000E6531971938C424B1CEF41737D29F64959 +:10445000CAA7EF98FD31AB1FF65F459EEE38C0E569 +:10446000DDE303116B2F7119C3CFEA927F3A7E7699 +:104470009688B8EBF8742D189F9F31A658E0C9288C +:1044800077EEFAF4F59544F7852E3F0DA341DA1443 +:10449000DAE75D505B51486455E9CE7B8EEADF6C0C +:1044A000C43AC22FABD8C1DFB95E796B6A1AD66F36 +:1044B000F049FBA9AC5173A6A56339BA58E0E5C62B +:1044C000DC8AFD48D650ED9FE50C0ABFB992E8E2C0 +:1044D0002CAEDD85FCBB337A383B5ECF1A65052AEE +:1044E000617B9CBCAA7227803D0E3E53953453FDE0 +:1044F0006BBE81A6FE33D41C53FB3772479BDAABED +:10450000FD79A6F6DA62A1470E155EB86E0DAEF320 +:10451000D02EA742203C4470F176C3E550E9854A8D +:10452000A2E383A3030ECA4F30E65B506C67781496 +:1045300014838873D8859FBFBC8BFE80E97FF32CE2 +:1045400029BC0EF17DB0E89EFD4B100E27747F7FD5 +:10455000AA7C7CE11AE287B0C38F16092C83E07E27 +:104560000DFB6D86C6FD248FE656B8631457984D33 +:104570007100A9275DAD2DFFA09ADF2F9515E2E30D +:10458000A55BCCED8F155DFE3C7DEF31D42FB47F64 +:104590003BD79217319BF2B853A8343FB7D265A0EE +:1045A000D81C9F7A4C1271B3D02B425EF625A70C13 +:1045B000FAB4D261AD4E7F4639551E934A7269BC3A +:1045C000D3DCCF285F433BCC8EE3FC67B39BCB3778 +:1045D0009A152EFFDAECE3F2AD6695CB779A73B9B4 +:1045E000AC2D16764F4613E23B2EFF25A33AE0FC96 +:1045F000227EEA96AF215D9EC68E137C330E893CE7 +:104600003583BF8CBC850CAAC79D1798D9B42F38A9 +:10461000A500A0AD58DFFF59B2F579D28F3885508B +:1046200032BE0F757B9FA7FDABAEFA2D6F99DB6F86 +:1046300093F69BEAEB73CCF5DB2BF6C7BFDFD7FC19 +:1046400033AA554710F5EAECBBC5BEA5B5DD98DF2A +:10465000C1B5FE05BCDFE6D554CA6F0112F603A949 +:10466000DDD66B7E8201970574CE05C79D59E9AFF3 +:1046700089CF2FBB4F1FF73EFD7D03CEE0D7D4F887 +:10468000FC72EB78AF2D1BEFA038E76C1079347318 +:104690007741BA3ABEBBDF23FAB8AFA506A7F23915 +:1046A00006B21D88EE175CBE357E5FD15A6E5E5035 +:1046B0003364188E5719C89388BE32965CE3A07D88 +:1046C0008AA3B3DEB251397E18CE1FC7BBEE737515 +:1046D000C8AC3838FD49A7CBC37798F7578D72A778 +:1046E000BEBED76D22AFFCF594E09005A6F7DDFCC9 +:1046F000FE9F74797834598C331E0D3C19F5C0CC6B +:1047000061026E3006E13EB61BEEC677FB825317A0 +:10471000DDD123D4578BAA4123397FDDE7DA90D945 +:1047200071DF3FA8D3FF910DC21F22F8D6C4B5C3D5 +:1047300004F11D03DE3DBE3741BC6FE8EFA333211A +:10474000EC1276D45AB21B66A37E247D3C55F6B09B +:104750001C387A44F6BB585A087DBE8C7E5529E831 +:10476000EC97C85E9C5DE369A4732EA88F8710BC8C +:1047700097CD5F564DF149D0E5951BFF917D981778 +:10478000B19BE497552E65F423A7DE2B36EBCFC300 +:1047900094CFE5E89EE7597D9E7DADDB90570ACA30 +:1047A000673BF2F1399DEEDE93B5CE62E2173D6FC5 +:1047B0007FBC0312E2EDBD733A3D8CAF1079B17F3F +:1047C00029BF309BE873F58CE136F2370E4F3F97E7 +:1047D0004EFBCF065EBAF8B4A92538222E4EBD791D +:1047E000866B3EE153052D99E8E270A020A1C2D36B +:1047F0008DAFCD8173E91027BF70195FC857972A15 +:10480000E70E456D6C2F1C9AFC09EBB913B98A8D24 +:10481000F6478D7CEDB40969E23C45C93B1EDAAF31 +:10482000DD197DDB43FCBA00C20E927FDF848883F2 +:10483000E8F17A8872FD0600677C5EF78DA0715CF6 +:10484000F8268881349CEC6DE0F8E50313EEB89F00 +:10485000E297E3F4F83DB2FC465B9C9D3C6B8280A2 +:10486000AB5CAC5D3681E09BDE719CF462C6640794 +:10487000903CD690BE281FE860D18484C5BDE0730B +:104880005FD1E2DC09F1F0AE0E3AA9DF637A1E25B2 +:104890000190F0E448CBDD162F47C64F1078DF5269 +:1048A000A48DA3F71F9820F4FBF874212FE8DC24D3 +:1048B000DBB9B9AA6D539C3D30437FAF6B1C67D009 +:1048C000497CBED4DFC8F996955BF212A2BDC893AD +:1048D0007D45C172EB3C85DD24F4625FF833F4DB87 +:1048E00097D58F861E5C55AC7D9DBE6BB7893C32DB +:1048F0007BFA7C1FC10794B98CF75996F558E96685 +:104900005CC93BB71790415E6DE3FDF5713BD53750 +:10491000C8CFDA1C5AA0C8DEEEFEE3AADF7E7144DF +:1049200021F5971509FB6D9E3E2181E4EF664F68E6 +:1049300028C1E784E44FA0FDA6D0765911FE576C3C +:1049400021D1E1B2EAAC6184976BCA8B3A34AC7F77 +:10495000509D934F76E99DFABC4E82D003A180F022 +:10496000F34ECCF8C1501AE760D1807CFACE3533D3 +:104970005CCCF71F1C194E2782E068E1B2796BE826 +:104980001DDD4EFB375D4E7DF0E01AB6933EF00D17 +:1049900067DD82F282C73D385DF82D07417B9EFCC2 +:1049A00088D9BA3D76ED42AB1D26E4E4072427B151 +:1049B000FF9C80B93D63CB07C789C87BCA33617F41 +:1049C000F527D74213CCF697559E9DF48838C7EC4F +:1049D0005D705F3015EDE6E9398EF7C92F69929861 +:1049E0003E0CB936BBDABF97EC87D9D36B0ADCB87B +:1049F000EED4F00489FCBEAA6A756A128E3773BAC7 +:104A0000544CE319789B39FD668E43CDDC72B39329 +:104A1000F6FFB71405EE227A716CAF52691F7DD98B +:104A200096BC17E8BDB1A104C6F73533CFDA08FE4E +:104A30009B77A01DED27BBF6F264C2F3E107CF79A7 +:104A4000E3F393BBF9A2CD497E66E5831F0F22BE37 +:104A500030E402C01DF747980EBDC2DE8280EF0B26 +:104A6000E59CDEAF3F3917AA84DC46E6AB1787B278 +:104A70003F928DFE08CAB9AB4BF60E25FC2F590F9D +:104A8000BC1F7A7AC8FBF6433864A4CADD48FB9F92 +:104A9000541F57C8A9039CA7737AE0675B68DFAF10 +:104AA000A505EDFF6C6AFF94EBEBED6E85FA97C7F9 +:104AB000C0E4775CF599DBE4775480D98FA98BBE8D +:104AC000BD83DE57D6B994D46CF27BCC7ECD4E67D5 +:104AD000A4F545FC7EECA700DB883E951C8B1F34BB +:104AE000DAE207E599EADFC82D35F59F05313BE7A6 +:104AF000C3A9D078E7403A17A438580E6A4A2C3434 +:104B000090CE0B5798FA5F5332C3345EC18B11DEDF +:104B10000FCFC0F7295F78963B605E4FD3A74C77E5 +:104B2000939A2EB21ECD8BB49BDA0B0EEC348DE72C +:104B3000EF50AAC8FCCC3FE6DF47E58584AB7D7427 +:104B40008E4895A01126232B460355946F5C7CA2BA +:104B5000711F95A1CA463EEF184278B578F9FC233B +:104B60009F876C42F8535CE1DB32F039DA0BB660B8 +:104B70002DE91DC5A63E5023D1B99940564D0E9D35 +:104B8000A7099E227D52126BABA233AD133F6BDFA0 +:104B900047E58E8EB28D130B091E88671CB7CE6356 +:104BA00063FB79AABC6B1CE5A19C7D34A9203E2F38 +:104BB000DF387F033ECD5743713AEF887C8A3F054B +:104BC000AA9235CABB5CF5E4E51C6F3C30B1E2EF5C +:104BD000F43DE3DC1078CDE7A40F4CD4CAE83CC028 +:104BE000E10A59E4BF4C75B03C4BB485153DF8C89B +:104BF0007ACAF93507DBBBB79508F977F8050411D0 +:104C00004EFC709AB02F8B3B8639E2F96CB66E1F62 +:104C10006694E8F6380522719C5999471EA538EF2D +:104C20006D25C9FCBCB85A7DDE41F4A0D815F277D9 +:104C3000338E0594B138DE0E6FE15EF23F761CEBE9 +:104C4000289754EAAF8A7345D32BD65490DCCFB55E +:104C500003F5DFA14C49A2FE190BFDB6441AE7800B +:104C6000233C12E7B9BA5CECC7ACAE70FF96E2ED3C +:104C700019C740E45182B692E9E76AA74AF300BB3C +:104C80003FE77AE4EFF7508FA9AEBEF9F8BDBB332A +:104C900033495ECDAA5032292F69D6CF655D5E506B +:104CA00046378E4767B028D73834F0F8146C7FD871 +:104CB000A8232B03C25B711AF2052001EBB3A4AE4B +:104CC000FE0BA790FD31ACAB3D447CBC59D2EBA1AF +:104CD00041DC9E6119CF18BF68E7C0E31B3D041F8C +:104CE000E3FCA0924971CD0C5BC7383E6F67EBE0E7 +:104CF0007CF29B6CEA282A4B4706CB4A508E5E76A4 +:104D0000313542F0395FED0C131C2EBB78CD00928B +:104D100073A8F71FBA97E86D8A83E5FB0E67473DD6 +:104D2000E509C4321339AFDDF1D4F2463A7779D3CD +:104D3000CF667C83FDA0976CE9B2D437DC3214C116 +:104D40008F863DF191AD6B9D1A9ADEF091D45D276F +:104D5000BE5CD5BD4E6D849BF35EBAD6EDC6FAE25D +:104D6000AE7AE9C27771DDEA928773291E780E3C2C +:104D70007C2EED5CEE75D7127ECFDDEDE0C3933B6C +:104D8000A82BD1B52F51C4D5BD815CF2370F750862 +:104D9000BBB31DF1AEE1428787A29EB185F4BE3D53 +:104DA0007D13763B5736A08AD677EE36A0A024DC5A +:104DB0001475828AF26447EE92964A2FD1A59A4ED4 +:104DC000FADB58E7311A07EDFE6313B59B4A38EF5B +:104DD000C488A77EF7CBC553ED31CEC3730E87468B +:104DE000CA3B6E28593B86F4F7B15241FF0D53245C +:104DF0008EC337349D67F956D7748EE16B9C1B3D8B +:104E0000ADE721B739C4F9E1BAFF966F20FF12E58B +:104E1000CA46299FCA679DABE3F814DA3FEE928F2A +:104E2000E36DFDDB7D89C16AFEEE2C499947F64AA8 +:104E3000E48FDF5F4879F6B312947914E7B9BD7453 +:104E400085A80F51E6515EFEC3257F16F581CA4F36 +:104E50006D281F5F288D8A7A8EF20AD5F796E8F5BD +:104E60003CE515CA33D851FAFAC22983D8CEE0FD01 +:104E7000AAB3D313D8FFEB6B3E739A9E31C5597A10 +:104E8000B4CB929093F385FCF968C640966346FED6 +:104E9000F32A9BC2F9CFBF2C912CF9CFA050FEF37F +:104EA000AA511D8B52F83CAC7F2AE57FD5053DBC4D +:104EB0007F30A7690F7FF7B04D1D4272F27459F031 +:104EC00021C2FB99E40EE6B397AB5FCE22793B6B30 +:104ED000A27E2F89121B41F8590041F6531658CE75 +:104EE000CBCEF58C70D03ECDDCF966FB6D0E44D890 +:104EF0008F995DFDC5E74CF1BB8B9066C0A1C36384 +:104F0000557ACE487D5E7F2C21792DA963A9EEF0DC +:104F1000766409FBFE5195F54AAE9BF7B313AF38A3 +:104F2000362ED80BDEDB9B517F222B3D81FE2C954C +:104F30006388F7480EDBA34E3F8E53AFCBD5A972E3 +:104F40009D4CFC7376670EC4DB712FEBFA2275A7BC +:104F50008807798723DCBD04DFC86D9C5F3E46C0AF +:104F60007B952D924D787859D70B065E116E7A1E7F +:104F70003EB6E7D1794CC403F6BFEAC617FD2D71E2 +:104F80007898A5CF6B47A2E0F7D81F12C2DB727AE0 +:104F9000CEF3A43E1FEB7C2FEAF8BFD4795EA47950 +:104FA00016F53DCF8BA4AF8AFA9EAFC1B7069C0C15 +:104FB000BE055D5E2D989FC3E73F8CFAECEA1CF6B8 +:104FC000138D79F6A49F07D5DEE8A73FBA39566A54 +:104FD0003E776EC0D1989F210F76E8E724BBE79714 +:104FE000B6D53C3F713F416AD31F593EC8C9767E52 +:104FF0003E37D7B795F669523BCEB2DD96AAC2CD01 +:10500000244F7DA5C304BCDBFFD69A5148CF1D12A7 +:10501000F17F6AD32E7EBFC7FABEF4BA7A9797E5BE +:10502000280858DE914C96C83E0E9AECC10A3AC93F +:105030001E9FBFE9BED9B20FF01D53FFAFF9D69A3C +:10504000DA67A83FB4D8BF7799EA33FD3FB7D8B73E +:105050005B4DEDB3DC0F9BEA65D10EB63F0F354FCC +:1050600067FF79F28918DBA111DDCF7E56F7B39F78 +:10507000233F1BF9733FF9D9581E68F6F3F3FF6815 +:105080002EE1F2C5668DCB8EE6009756BE2EEC88DB +:1050900016523E5B893795FD90C409C125A5889FAE +:1050A000D223B111E47C4C3CD6CEF6F186BDA536B8 +:1050B00027C51F5E94C30912E9C909A9BD9DFF3424 +:1050C000CAD4CF64D0E2E24CA9D531A03CEF543D24 +:1050D000EE32CBF3EE143E1FD2A448A9A8075C76AB +:1050E0003F14627D6850B93984F5E5A5C27E0C682D +:1050F0006BD94FB816BBD23EC87C37DA4138DFF9DE +:10510000B552B885E383216EFFA65BDC1BF0C4813A +:10511000755C5FE08188CCE738C47D12F37492AD92 +:10512000F0CE799EE9B311FCD4FF5856EBAD6EDE9C +:105130002736EE8F78DDF6F99597AEB797534C8CFE +:10514000F21D243FC70B426976DE9FB0EA53AD548F +:10515000C4D3AE6E117A3E96038DDB707ED7905E1F +:105160002539A6203CC88E6D526D040F830F4BA2CB +:10517000B1D60C2F5D8FE5E0FD9B3AF8781A85D803 +:10518000EAB4DC18EDDF17BD1B6C21BA30FC1F83BD +:10519000DED17FD8974272EE38F03E4FE2E41FCA6C +:1051A000E46F949E0FB75079D5C57699E47E7F7EE3 +:1051B0009231FF5DCDF3995EF63407B98C34D7EAAE +:1051C00074D8C8F5E79A9BB8BEBF39C4E581E68DAF +:1051D0003A1DB671FB8BCDF772FD507358A7C78788 +:1051E000F9F9311D7E7796EAFAD25DC1F145B08BAF +:1051F000D2E60E59F10FF1F84F4C17ED8928FF4315 +:105200007971F480F827795DE7D3E5747F7490BEF7 +:10521000F156A78DCE856C7698EF3FFA72F430D7B1 +:105220008306E8B09E72EC5A50395E699567685FF4 +:10523000F889EEE700DA7D695F426E43A39F421072 +:10524000CECBD02EC9F92AF645B091E6D3FFF704AC +:105250007E6C490BF95E2EB4D3F9BCB423EDE82281 +:10526000BA6FC2F02F7BC0C5E26F96E9F7607CD9B8 +:1052700079227C1C4407FDCDF38989DA2B24B70CF5 +:10528000F824A60B3A491CE4E13C6FA72B1C5E47AF +:10529000F2E69904916FE1090C8D3F5FFDA62E6F38 +:1052A0007E344A7BB394F7072FEEFD9CECD00E07BB +:1052B000C7D7EA9F7EED92ECA406E59CC93EEFD2EB +:1052C000F3928DF57C830D82949795EF02B78473EA +:1052D0005C3DB1F27429DB25651D1AF1AB62F7C79D +:1052E000DB51D6B2A1E9631EBFCF769BC8FF6AD857 +:1052F0005DA4C49F0B1F3351D2F3E2BFDABD63E557 +:10530000B1F92639F12FA73FB5474CED00D142C284 +:10531000FF755EA117AE09CE607C2C8076E6C38552 +:10532000D0C1E52288711904714E7B31F8B95C0255 +:10533000012EB71405874DA478B533C07191431081 +:105340005B42F7E97C34B954A9809E72F152E5A022 +:1053500021FF0C79D8EAD4CFFD74C575BC7914D778 +:1053600031F05138D1BC4F67E5AFCE3C95E7DBF962 +:105370008749360FBEDF79500E4B6CA7A9FB39FF6A +:10538000295FDCFB52B050BF9F0905C848CA87B1EE +:10539000DCCF74AEECDF582F9FA3A834F1ACDD9FB7 +:1053A0007B7D5C1CB445DF7F7C184B3A6795B2303F +:1053B0006A57E3E8ECEA89828F2A164C01D27FF61D +:1053C000851A2589418A22E24253DD509880FE28C1 +:1053D0005C3C3786C6BD5AB71336392042FC30A034 +:1053E000244F22BB62FB28ED9A899971F72551ACB5 +:1053F000F532E2139443C42794FFC572E8672C6F1B +:10540000AF05ED79CA63A8F7AB2C5FE680808715FE +:105410004EF5657F63BEAE47BE26F858F977F1CEEC +:10542000BDC7E8BCE63F6A872E36EED7B1C017D7B6 +:10543000B582E8C9BA2E235EBC0AC4BD5A772C3C9B +:105440001CA0D2382FEA84883698E4D0CEC781E4F5 +:1054500050BE2CF227633384BF63E5DFEFEB78A8FF +:10546000D3E50104D50292DF9D929A2FEE57026197 +:10547000BFEF19CDFEC5CF261AE76343BA9F54B6D6 +:10548000E17E01673EDF763AA1F77B7F364D14FB64 +:105490007473DCE74DF2AEBEE96F2639553F46E046 +:1054A0003FBF452DA0FCB435FA3EDF77F2037710FD +:1054B0003C56B4DFF5E48B2A7D77CBB7E83E82B368 +:1054C000073C6CB7C08B990C23E31E3363BC39EEE9 +:1054D0008F75BDBED5B45FF4F2CC57594E93DF4EF5 +:1054E000E7D30E4BE21E32637E876D1DEFDF9FD345 +:1054F0002D9FD17F7EF37B39249F737E3486E0F924 +:105500000707C7BBEA68FE19E44707B64DE43C1B32 +:1055100091477B78C695EC9F19F65DE7C9DEF7EBFE +:105520008DF919DF31E6755A924C707C4C87FB6916 +:10553000DDFE79D9D17186BEF3D193574A1460EC60 +:105540007A9ED6312ECDD38D9FFEEC22AB5D5CE1F1 +:105550006DE1FADC7EEC2294A4CF53BF63AB855D92 +:10556000347F599B83CF137D457BC8986F4B328422 +:105570009D54EFEF7E33CFD17D416FF7FD6636103E +:10558000FB62653E11AF74D17832A56D867D541AE9 +:10559000F79A19F79919E7748D7BCD40F3FBC8BFD3 +:1055A000DDE0ADE4B8C709F034529C7C5EDAF472F9 +:1055B000FC2C2C583A23487C31B72585F793EC4EC8 +:1055C000BF7D2FD9095F17FB7BE84FB0BDFE8A2650 +:1055D000F61D0C7819799AF6B4D034F663AE43947C +:1055E0000CA67D0A3FE78D5E8B7625F57FD5DE988C +:1055F000392687F6CBEE1E47F7752D97C3296371C1 +:105600001D1F1EFE75F1417CED14449C1E6C5FF560 +:105610005C94EF1B6BF8D2FBDB41AE2F83B607F631 +:10562000E2B8AF65DD77EB5EE886C37CED97EF2DE2 +:10563000C15AADDC9E552175EF475D485894B5D7EA +:10564000DBBDDFD1DFFE46AE1C942765D23E47DBD3 +:1056500022714F9CB8D7113966289D939B8443D102 +:1056600079DACE4C4187A18F81E1D7E9F0B35D13A0 +:10567000FA4465BBABB0CAC6F884CF558ECB4EB2E8 +:10568000DCBF5678A5C82F87BFABFC7E79CC9C9F2A +:105690005138FE2732BF8F72713BC5853EB37FA163 +:1056A0001CDE3649F0576186AD313E8ED1E2CB1219 +:1056B000F140BDEE52158E6B4C9C24F46C21C4CE8F +:1056C000505E763DC5970BB9D75C7731AF93E974DF +:1056D000D2AE537C0FE01619E982CF25B757D138E7 +:1056E00065E44FF829FEDBA8097F0E7D1BDA4FDC4D +:1056F00069BD674DE42D2768D04E7CB649EA900914 +:10570000AE93D1BCA6520385EF9FAD043F975320C3 +:10571000C0E53468E4723AB471F97568E7B21A3AD0 +:10572000447F5F5288CEA74E0437DFF7290FDF276B +:10573000F8006E53F8DEA119CB6C14972EFC37914C +:105740004FD51F3C16EAF0F0113C0ABF3A3C68BD49 +:10575000B40F3C4DBFD7F77F0A1E5F8310F3FD0CDB +:105760000873F90D88D8057DAACF513EF6CC13C039 +:105770007203AE88301C4AA241BBD00F1678541970 +:1057800074853A3AADA75C5BAAC3218DEE182CEA6A +:10579000BE67F1EE492AD39771DF22F29D4FF045A3 +:1057A0009B4CEB6F9584FCB5CAADC2A4CA732A8A20 +:1057B000F67593FE783DC5C10B0B2AD70CA7730174 +:1057C000939E13F54995BF1F86F53B27FDF97ABADD +:1057D000EFA6707C658103E1B8563A70FD14AC0FFA +:1057E00057FD3EBAD7EAAC7EAF55CB4BDFE77B9A8D +:1057F000D08652246C3FEBF9965F213D9AEDF1D3B0 +:10580000BADD2EBF3FBF90B7E31AD79692EA6DE498 +:10581000FE885885E22DE9D3C5BD4E4341DCC7F46F +:105820007433F03914637D6316AA6B24C453E6897C +:10583000D002DA9748CA0F6C9854446C88E3E0B8F9 +:10584000F72BE23EA8BB27E9FEA9F7AE7DC142B225 +:105850005370FD38EF65F9814DD4BF33D91DA24097 +:105860008431EEC3BA3D596A6F93D778E8B9806F37 +:105870005FE5B393B49F901CB23EEF4B1FD9922EBD +:105880002EAAC7753590AEC0F23793825BE8FD064D +:105890005B7468013E5B97F4A693E94153F85C4161 +:1058A0008B419FB5488F440FCF0A7AEC3A2F40F6D0 +:1058B0001AEDA72DD1644AB5CD9A1F5B94E2A5EBF2 +:1058C000BCC4F81316C68A498EE3771EE1EF38A3ED +:1058D00043F3F03B77CFD1BF03D982EE74F9D4B054 +:1058E000E76F67E8BEB6DD36E41B619707208EAF31 +:1058F0001AF624D889AF1A3E8470520EF1D9232D9E +:1059000064CF97229F81B88F6A1FD939BBD688FB95 +:10591000511BFEB47B1FED57947D2381E345E52F9A +:105920001F1F4EF6F155C7A32D14C7EBDCFDEA602F +:10593000310F639FEA82F455F4F954F9B61F937E50 +:1059400058BDD60E742E79B5D428EA0EB722CE25CE +:1059500077B42E24B86BEE189FBBD0F3F46AF575BC +:10596000E138FB4BB1FF477A9E3DAA3D96E32AFE04 +:105970006379205FE4F3C69F04515F63FB84635641 +:10598000391FDB4FF93175FA7D6CD6FB45ADE7E089 +:10599000ADF92DC727E9F92D4360C857BC87ED1D28 +:1059A000C2AF710F9B717E79F503C3B7D1BED5EA43 +:1059B00007D630FFAD1E32269FF8CFB8970D22CA0A +:1059C00015D4EF3149ECF3C1F4334C3CCBF4B92D91 +:1059D000DF28F17EA33C5C8612F487C63F3460C5A5 +:1059E00077992ED083F2517DC2FC87BD6C3F354242 +:1059F000199FBF607BF2B1B4D8301E374D8510D2ED +:105A00006F4B426C18C9D3D06EB79FCFA36CC960DF +:105A1000DA1D1EF2DF4B7A7EF55AAF44724329132A +:105A2000722DE74809DF637916F53DE16375F228C9 +:105A3000D3BD93D6B290E61967EFEF7DE9DA24B2D1 +:105A400087FF600F2451DED9D923C3BE303E5C14DA +:105A500041A07F411CA3F0C8ED1D94A75478AF9DD1 +:105A6000E161D0DDD3CD5AAFF9952A84ABE85EC0B1 +:105A7000D537A11CC2FAEA17FEBD85EEF75CFD43DF +:105A8000CEDC457B665C2AC167C70B32EF7B15C352 +:105A9000C32D65582F42FA0C23FD3C0DED32C9652C +:105AA00097CF066A1C9D24A889A0C6C5199272D3F7 +:105AB0004DF564FF2053FFD49261A676E37C8861A4 +:105AC000DFA6695798FA4F800E7915AEA304F92026 +:105AD0008233CD989E6F6A87F382EE4BF09FD0930E +:105AE000027FAE904B213D3CF1B4992F4AA28D7CB0 +:105AF0007F5C82CE370947ECA673FA2ECFFBC7E94D +:105B00007E3F573FF95F5A997E4F613664F796FFA3 +:105B1000754F528A4DC053C4C78A61C43D65D85E73 +:105B200074C0016195FD46D0F39DC2E4C7749F1B0C +:105B300009B750BF49241710EE990133BC07CC3781 +:105B4000C37B60D00CEFC1B566780F6934C3FBB27C +:105B500026337C734266780EDF38D1D47F645BA530 +:105B6000A97EF9BD5F37F51F1D9E6DAA5FF9F0751F +:105B7000A6FE63DB179BDAC7EF5C61C63F8A7582BE +:105B8000C3D35180FB727AD2435E64B5B9BF7C5CEB +:105B90005E45724F3FAF5170E0BBBDD24308FF116D +:105BA0003D58F1DF92F07DC67FB4C6D3284D647AAC +:105BB00088901E4ED0CF17F5A0877EE8606D992E95 +:105BC00027753A30E4635F7C6BE079B1AE97916EF4 +:105BD000368C31E235B89E80C7F73CF9034AA59B65 +:105BE000EFFDB8276928FB4B81E1D0487971171286 +:105BF000C639486EA96BA5185FD268F117254FD337 +:105C0000AF484E6D69C1F56453DCCF7C7E67CE74BE +:105C1000F3F99DFEF6378A3A22A67ADE1190494FB3 +:105C200016BDABB624E3F70A8E8B7C2DAB9F5A18BA +:105C300015FB2E934E77ECA3FB4126E8F79397C410 +:105C40008CFD95C65F129F4E4279CAF7661F4308C6 +:105C5000E0FB4E45BC8FFC934BF6701324FA897F12 +:105C6000BE2D0BFFF8822DC8F6A1D55E6CA908B039 +:105C70007D8BF67F36D99981BCE09365456232848D +:105C80006F59BFDF7FB21BFD61CA95817620BFB718 +:105C9000B32BDF28B888EE11EB24DB6610DA6B2D0E +:105CA000D72F0A911DE005255A4CF14FF173B02C06 +:105CB00018294339FBB624E2A235DA3B4377E07C6E +:105CC0009F25BB97F6FF17B673FC69FB286D5F59DC +:105CD00051FF7923465CCD88B3ED688E709934C648 +:105CE0002F131D59E360519B32258FF4D66AE17F53 +:105CF0009FA24995F27752589EB8A1C315B7AF1726 +:105D0000774FFC06DAC734EE895F2CF9D92F5EE9AC +:105D10003BCD710E972CF1FEA22B75CC36111F31A5 +:105D2000E21983E52F63FFF4B7DE95BE93A638181A +:105D30003C9A714979A271EBFCC52D825FF8BEDBFC +:105D4000B7670CAE2479DDF33B6738BE767DE34B55 +:105D500026FABEA1E935133DD784DE32B547BD3101 +:105D600007C51111CFFF4DF85BF564C28FEF26799F +:105D70009128B1BCA9D9E1F8169D2FEF7F9DA7F816 +:105D8000FBC79B3B189FC63ADF6C3EC6F568739411 +:105D90004BEB3A8DF883513A9F157F572286762434 +:105DA000DD3FDA5F1CE2FE72913FF06D39F0A688AC +:105DB000F74486501EED855690849F195B44FCB0D5 +:105DC000504AF1937E6C1DB8FF0D8A4FBC624BE5C3 +:105DD000F5416DE40D8AAF376C127E09689107C8F2 +:105DE0004FEC4C49E1FAD8BCE0B072E2AB317ABF7B +:105DF0000C9BB04FBD912124A7CE64D29DB6F4F781 +:105E0000210223B91F2841A2CBDA74F473D3E8EF3F +:105E10003F84C6513E54B0BC7D11F97127124367CF +:105E2000C80299BFFB37A2EE14FC58BBFBA7CC7F7E +:105E3000AFD864F63B424F4B224FCD1375D2398C0D +:105E40004F738379343EE57371FE3F3E9FFD057FBE +:105E5000CFA1A45CE4B794960B3BD32867970B398A +:105E60005C5B6EC8E3DB47F17D04D52E203B15BF9C +:105E7000AFB19DB8C7C5FCD67D6F2328746FA377DB +:105E8000B87A8EF8CA2B03E7B17CA33CC714EF2580 +:105E90008792FC9FD94FBA385ED035DF23227FF43A +:105EA000A31922BE0C14842AECCEC3FA46B9B03B27 +:105EB00057BDF0F69B24AF4E9705AF298FCB575AAD +:105EC00095B297E35B35E52A7F0FE7C97EA24B8643 +:105ED000F5B44FB0CA2DE265FDC5C9FB5AF7473787 +:105EE00075FC8CE2726792D591F41DE3BB388F9AF2 +:105EF000F2B8F519F3E81EE78BF9C288FB1AF5979B +:105F000067FE6014C9B97CCA47EB456F7E5B87C3E7 +:105F1000710758F2D574B88191AF26EEEBFC898EEB +:105F2000E7F5E562BDCF3BD53536812F3FF9F5DE8C +:105F3000E18D61A2536F86B8AFD91897EE27A7FD00 +:105F40009A858D39BF7F11DB573C3896CF3518F3D2 +:105F500030C6FD4EBEF6FDF2387F1AE94DDC6F32D9 +:105F60002381E963D59ED7DE24F9B0FC57630B0883 +:105F7000BEC67B56F8225C393FEEB02DC2F043B866 +:105F8000FE88C67DE2C061CE4333E0FB55E169FC8B +:105F9000BD8ECEADDF11F7140F0485CEE9AFDAF573 +:105FA00067FE7B61AB8CFD17CBDFE7B0EA1B058298 +:105FB000DF243FD305425EB88CF7B2EDA6F7D6E6F4 +:105FC000685BCB797F0454D2DB2EBB1E57D2F550D1 +:105FD00091AE3FA563D7B6903DDFF5F739AE407D72 +:105FE0002EE2A53C4FB75BC449BAF4BAE457B93DB9 +:105FF000283F7716C7955F167A7C0284D81F2985BB +:10600000600B193F2EF966BF38AFAFC7AD7EB89FA2 +:10601000FD76926064570CD1BFFF8BA4338F47B0DD +:106020001C16F05792581E313FF0AC835BC23CC93E +:106030005FD67C9AD32AD8DBDE84DFFBE56A631D5A +:10604000217DFF47ACC70805AE4B1AFA2CC527B611 +:10605000E9F185614975361261972F09ADA3727414 +:106060009D7FD032B57BFCE1AB4B3E0C62BDA2CD37 +:1060700065A338984313FEB17B14CA4CA26F7BA36F +:106080009BFCC257CA455CF65CF6E1B551E81BFFC4 +:106090007736BB8F4E89D3238A1D24714F84F89E97 +:1060A000D2E4394AE75F87346571E99822FCF61F2C +:1060B000640FDB497A64CD58258F4483F1FE9972D1 +:1060C000CB3E2AC0D125A6F886FBE892B8FD71091F +:1060D0001473FB185F773BFB63AAA93F40AE653C96 +:1060E000BFA51ED689A5C4F29E66AA3BA69BD77102 +:1060F0006E8A9217CFAFD67B4B7FD4EC33C1C96386 +:106100008F403C9C3C4DD90C9FB4A6515CC6E11B12 +:10611000B42CFD7C27C22963A376523F1F046FC7AE +:10612000C54F48D0BF6D9A2F76277B967E91A9ECFC +:106130006AD7288EDF173E2FB5BCAB196D9FB8F517 +:106140000C83592C177F1084C6B528D7F6662F7696 +:1061500093DCB8AB597BF95DECD79A9DCFF18634CF +:10616000BB22519E7EFA147C6EF2C3C2267839B4EB +:10617000B91D533268DED3DD64270F4C9FCD74A95F +:1061800082C6F50DCA6C1ECFADEF535AE7B71EE7B6 +:1061900017893B3760D7CF770205C94BBBE14AB9B6 +:1061A00072ECBC5CFC5C263FC629811EFF12F073BA +:1061B00018EDFA3D7E89653F0BDD28E479A3CB47D6 +:1061C000F57B43F4F7B6DC74CF28D7AFD35ABD7C48 +:1061D000DFA72AEAE2EFA225E4C6E107BAF1C1F39C +:1061E00023FC79BBDAFF4274FB8FE2E752CB0D163A +:1061F0003CF668776AB5A49F36648EB2C59FA7FC4B +:106200007B79E53593894F6813E612ECE74BEE078F +:106210007903457C5EE047B81258564F63BA4F8BFE +:10622000A7F33EE89EE275FF5B74DF6A81D766875D +:106230007F20F1F1E6B5D2FCDECE0F5F37D966BA2A +:10624000EF3237041C97716CB18573248A4987F843 +:106250007CCC846A9107E87EA3AD86DA9FF23A553A +:10626000A63B3D1E516C2CCDBBB49AFC8DA7B688C5 +:106270007DBA4FBCC0F7F9494B9B0611BF39B6BC7C +:10628000CFE70A294C4D7AF372BA0FD24F71119BA6 +:10629000E9DE9FF13B134DF7048D6D4F37D56FDC71 +:1062A00038D8D47F7978B8A97DD9BD579ADA573EC6 +:1062B0005C60AADFD436C9D4DF05373F3B96E226BF +:1062C0007ABC398DD6D60B3DC031713F11AA2596C7 +:1062D000DF975BEE2F1A5D6DBEBFC861BDBFB69F75 +:1062E000F887357EF2C8643D8E66DC5B6BDCAF32CE +:1062F000C57B49F7AB8C7A2E81F7E336F8845D30A5 +:10630000304BC8A5AAE90171BFAC8E3F3A2E2CE4F0 +:106310008A2A117DEFD6E5930107C7F98E2A7ACF35 +:10632000F999A08FC95E5B58E33C863A96A3ADDE2F +:10633000D9FCF731063A033EE2C7094407E308EF08 +:10634000F37DD49EEE15785F1E964DF07111117994 +:10635000059D901DE1F00D93C8FF32EE23EE01FF85 +:10636000E3E2FE27E3FCBD15BE93CF9BE19FFE0F4A +:10637000C2FFB5C9967B83BF24FC9DA1B6482AAE57 +:10638000C7A1804A719AA94B6B39AFC9E1F333BCFD +:10639000A6EBF742387CE21CAE555F6C6D8648BCBC +:1063A0005E76AC572A81F70BEA426E7C6FC346805B +:1063B000012AA12EE826BC6DF055BAF9BC7D38C87B +:1063C000FB88EB510FD17C5B074E73931FF0699AEA +:1063D0008DEF5A6BCD09FA482EB46E1572415A7A78 +:1063E0006F0DCDA3352D2BC7C5FA2492A0DF979D45 +:1063F00020EECB05B77E6FAE5D9421BB68D7B81C8D +:10640000B5C5CCBF4047B4B15F4628D1F25CB351AB +:10641000FFCEC9C20F4F9B9E6EBEEF4B1B64EE1F9B +:1064200082C3638A0DD2647AB1D5E8F14DE253BBE1 +:10643000BE6F6AF7FE2444CF8DFBDE12F4BFF7096E +:1064400021412F46BCD36EB93F6CD87AEB7D6316E1 +:106450007AD1F9C3F8FE40A7C0D7FA91C0F75559D1 +:10646000E7232D9DEE23BECA819F003DCF297129D0 +:1064700061DE4150996FEC88AFFB24BAA7B88DE577 +:106480009F5DBF67C23A4F2B5D7DE9797F493A2F07 +:10649000BEAA0F3AEF432F5AE97C634EAB8BFAF753 +:1064A00075AFB1ACCB91F5FA3DC8E099AB9F9306BF +:1064B000E67F87A218F903368A5FDC59FE6994E209 +:1064C00037E1B53EB6BFBBEEFDB6DC2762D415BDE5 +:1064D000AE9625BE258B3FF4F3AC7EEF8C96CCFCBC +:1064E0006183C9F974EE6FE3CD4417C63A3246B4FE +:1064F000411BD27FC2C57B80E456C208BF1414E59D +:1065000017C20FEDCBF62923FB6E4FD3EF9BB13EA5 +:106510005F7D959BE19516825EEFB969BACAA6DFE9 +:1065200033AFDB833A9CD0CE78CED5CB7D6C5D701B +:10653000F10879943E05E71587D79EFD43A67B5960 +:106540000C3B44F189F96454AB6B096E8A22FC055B +:106550003514801A92DF7DACE7765A0F7E3FBD8FEF +:10656000F5FCE42A615F58D793FE4F5B8F52C1EB75 +:10657000F10A3F4E0D6940F7CA24D8DBD8BF490065 +:10658000B79817CA91F87DDA84EADED773AD811F18 +:10659000BBBEBFABAF47D1FCA935BDD857D6F5E0E0 +:1065A0005CDAA7E45EC27A3CBDEB176BBFFF2DFF40 +:1065B000A3EFEF0A3FA355F79B8CE7CEDBC4FB4E5E +:1065C0007B10B2E2E0B6EF2A99FB1FBC4AE421BA85 +:1065D0007CF85EBC9F11EAE1F78406187E0FE24B5F +:1065E0005B22ECC864BFAAC7B3DA38DE98E453F381 +:1065F0003741F77C56CADAC1ABE2FCD104FA2587F1 +:106600004AAB3D8EB832FC4E30D9DF5DEDE457D950 +:10661000757962EFF663FF47ECF34B2D093F6F7F0F +:10662000817C59EFF4D7EAE7FECA7CC59C7762818A +:10663000972E4F359B0E9F006845747C2D18817FE7 +:10664000E23A8CF2FF0118C8B63E0080000000005C +:106650001F8B080000000000000BC57C0D781CD5C6 +:1066600091604D4F4F4F8F349246B26446C6404BB7 +:10667000D6CF180BA76D8451B2C2B4462369C42A81 +:10668000DEB121C6385E32961D4E84B03B71364471 +:10669000E158A62D4B42D65A58B24C20E025635BF8 +:1066A0008ABDE0809684EFD8EFD8FBC6E6CF39D814 +:1066B00044260EE7DDE312C5F6729B2CDF7D5A827D +:1066C0009370EB8BAFEABDD79AEEF1E8C7CEB7BBBC +:1066D000E2334FD5EFAF5EBDAA7A55F5EAA9D7B53B +:1066E000355D590AE00198DEA9033495C6D361846B +:1066F0007B0D75DA1BC0B234B0730AE15F0124026E +:10670000584F3FF262FC47BF6800BEFA3F339BEB35 +:10671000D9E7E9A2207ED7BF9FDEC6E1445103C27C +:10672000A1C53BD3D83FD0E94F7883BCBF81FDF3EF +:10673000F8AFD87F072CA3FAB0CAFAE7371E35A9FD +:10674000BFEA02DE3E624C4642BCEDA54AAA7FCEBD +:10675000DC85F5814A99D57BABA2997AA075FC7549 +:10676000FA351CAF6FAB3F6122BE7230E6A8CF2B6B +:106770006DFD857B259675329CB57D67CB41BC143C +:10678000FAA502BF5DC27A954AFC71E3F7ED035F9B +:1067900071613F08F2EFF8F323C287D5DF7EF5651C +:1067A0006F12E06C7506060D912F2722EBC158C1C0 +:1067B000E5ED014C80B24CBBD9C6B5DAB5B8FD3DAC +:1067C00012361D094A29AF8BCA9E6027C28F57C94E +:1067D0003AEDDFE30D9D0380F085A0046E5BFDC8FC +:1067E0003B6E565F88DFE0D39971CB6212A46D7463 +:1067F000BB66531EA4D50C3C12D95014F7CF8E574C +:1068000079DCD9FFDA2E67FF7BA3F1BB0DC4FBBA9D +:106810004489E3FB0DDD4B1CFDA6A3C6266A375059 +:10682000B126E77C2F458D2DC62DB43E8E0F34E466 +:10683000A6D77EA47FBA16E09B499595F3E1FF9415 +:1068400068FFB4687F201960E5B3C9202B2DBAFF1B +:106850004A8BC64102789E3EE598D7DBFDF68F2332 +:106860008B6C308AC5441DB63DB69AEF3F18DAFAF4 +:106870009CFBBF1300D7D568C41EA6F5039CFCF192 +:106880000C7F239FD67CF8A5F08BB47F55526A10FD +:10689000F76EA005B9D54F74E8D944727E2182FB0A +:1068A000ACCDBEBE7D627DF3D1A15FB4B36075890E +:1068B000124F119D2F22BC06EB09A16599FA11C355 +:1068C000C5E8A25E8FEDEA32ED1EA376EECC7CD554 +:1068D00010F4E5E27B6FD0C9370BC5CF6A372207CA +:1068E0007C015B7BE5D208C4100F9FA61A0C1F48E1 +:1068F0004CDF80F451AA021AD12DF31D19B69EF473 +:106900004C496AB0C2B69E2A294AEBCDC6AB449E1A +:106910001A5886ED4B4E2F5A853B054F1A125B775E +:1069200009ED2FB67FBDE2BEF077EAA97FC941929B +:10693000C7455167FF9F527BDCDF81EACE13D4EE5F +:10694000428394828AD9D709C86433724274447EE0 +:1069500087BA85B7274D9C0ED9E1922C784956FB12 +:10696000CAACFA1BB3EA5767C19FC96A1FCE82EF50 +:10697000C86ABF210BDE9CD5BE33ABFE4B59F53B3D +:10698000B2E0871DED6B2E6E2ECAC55FD97C63B554 +:1069900053E438E875EC5C60FB371B3FDEB3B6E9C7 +:1069A00097248F6A65C3354CDF1C2B71E8CD0CFD35 +:1069B0006172BB0DBF266C3F35071F03A4183F0053 +:1069C000C4CE6C77AC7BD319FB38B3CD9719C764B1 +:1069D0007CD8DC110F1F203E2FC5F300F9AA7C31B3 +:1069E000F21BF159074EE4A2F3D394808D6FAC2BC8 +:1069F00047F95CC1A700599C03C7883E5ED257EB9C +:106A00008B6237E13813E930F19BEBBE4D463E8E89 +:106A1000DBFF329E09D8B4D5DDB8732B9DC30DDEE4 +:106A200000D9117D93C35B699E50B9A29938D68A6B +:106A3000E01A571AE137E3FE043410FE0AA3A78ACE +:106A4000FFD1B97AD384E2D0FF215032F446BC178B +:106A500081AD1E61706F99531F74BFBF35F5BA6D5C +:106A6000BC8AA682D20F68713743FDA56599FE10D6 +:106A7000C87D4EFC26194FBD8EE7F4BDEDC0F7630F +:106A80009676D9F456A2F82BA337B0F3B7E5BE6ECD +:106A9000D6B5F8B49BC14A84D7FF4AD0BFD55D773D +:106AA000BC88F4431034AA8F06E3305597D90F41C0 +:106AB0000238988474048DB691985E4C7A4DE90D35 +:106AC00058FB60AAB40FBBF93E20DF00ED9327F816 +:106AD000C1FB80F64BB91203A27B3FDA473DB82FCA +:106AE000A1E07D1D50486C26E8EB0217D1BFB257DC +:106AF00071F07736BD3D59FB61D14FCEB21766A319 +:106B0000FF7AA27F3E1BF8E67F4BFABB2A5546DF91 +:106B1000FE6A4E7F2F8C98C49717902F0775661FBB +:106B200031FEEFAFE3F548E7C272B403892464FF96 +:106B3000A8CAA421131FBB60BA47A7736DCAA0FEE1 +:106B4000F9E56E30917E059161464FB26FC9DE2D39 +:106B50006870D2ADC870F2717E161D7DBF271D1FF3 +:106B6000B6E8782BDCCAF4C0BF111DC936A4765B29 +:106B70009AE2BB9B102E3661A707BF5DB3651A680A +:106B80003EA4A344741E0A71BD3214E2E71098C6F5 +:106B9000BB75484FBFE0DBA68D6754BBBEEB15FA53 +:106BA0006437D953587A8CD8561AC71352B4149DE7 +:106BB000C39036C91E95836E4823BD5D1BA3E0427A +:106BC00078B01C74AF467EC830B333C0DD6176D672 +:106BD000F37D75633B25B4C560ED96823EA8113EFA +:106BE00078EE20EC43BE07F26374F9EC14D23D80DA +:106BF000FFE5B2E37DC0EBAD7D5196226CA3BB0CEB +:106C000036B8E2F27DF96ED6BE5C802DA63C87BF19 +:106C100060EDCB5BB719DF6BA27DF1972E489FDB50 +:106C2000F6E555B62F29D8A9203ED77ED9B92FFD34 +:106C3000516EFF63C9E4E1421530BBA246CE63F05A +:106C4000A8010EFBC62A07C57998B2EC63B277712A +:106C50009FFA84BD5BBEEE23733B8D8706149212B0 +:106C60000A4BA74D99FCBF65E8BFA13C28C16973D9 +:106C70000CEB7737AB09F428A0A8F403E320D60780 +:106C80009771FF4DF92DEE2BDAC17DE61490DE02EF +:106C9000F403F33F0333F6A106C0F7B7619AD52397 +:106CA0006C1668CC6A895520BE83EDEF44ABB0BA50 +:106CB000FFC4DF9C24FBB6A45ED67D04F7684D8C30 +:106CC0008F221050495F991393619C7751BDA49313 +:106CD000EF5ADC319C26FE28B9580412E25DD71425 +:106CE0003F4FF4FB8BDE9762A4B24BA220C5917F8D +:106CF000B57080C9C93E8F5E4EE7E26859C045FA5B +:106D0000B639A295131FEF6BBFEF86F89CF696E19C +:106D1000921AAEBCCCEE9F3DAE171206D13B1806C0 +:106D2000238AF51E774C27BE2ECDF3541C5A82F4CD +:106D3000BCE65EB6FF9EAA422325F0DC6A93BBEB5D +:106D4000C3DC2EB560AD91F12A6884031E1C5ABDC8 +:106D50002875F1BD4EC0210E2F0E6B8C2E9A21BED0 +:106D600057F1EFF3D1E34AE7C91EFF06B11FF8A5BB +:106D70009CCE35FC79B5600D7093057F1E70C7AF52 +:106D80000FE3BA8CEDDCAE29D0395FE7433C4DE729 +:106D90002BC8D80FEDBA51DC4FDAC7D1EB80F1BF69 +:106DA000D9A2A4C649FFCA81F28D36FB705FCBC65B +:106DB0004D06D1CF059BECF6DF074DDC4E7F27EC6F +:106DC000127E769D8FCEE97D782AD0B8D6FEDCF58E +:106DD000DF176F8DA27C36DDD7153E4472582AE44A +:106DE000B05492889F47A2C0FCEC0B911E379AD6F4 +:106DF000B8C4B89BF8FD163058793368ACFCAF4284 +:106E00004FFE8DD093AB68C9CB487FC599BDF63B8B +:106E100023DE18BE85ACF3008335D077CAB89EAEAA +:106E2000B1F5469C2BDFBB3CA8877B059D32F4095E +:106E30001C24FA44043F3CE08E45887E482F705164 +:106E4000FF68AC95C60DA546C2C856786E186D543D +:106E50007F6EEF9F32FE52047F2105A53C5CCFBEC2 +:106E60006A6D15E9DBE5630610BF7D3ECCE9F4E20F +:106E70005A631D8DF390D8BFAE0F87952212EB5445 +:106E8000A2390FDBAF391A7B8DCAFA57F4D7486D98 +:106E9000AE9E0834E76B347FFC6EEAA70FB88E53C2 +:106EA00038C886C726FA7E6EEF171C7C4EFBBB9E49 +:106EB000F1453C48FC61ED1BC8F1207DCFD023C6D5 +:106EC000EA418E0537DC64B3FFCB72EF774CD0E735 +:106ED00041B11EEAA92C76F0DD8384CF6C7CE74BB0 +:106EE0001906C5BC6E3C331126FDB57272FA04A1B9 +:106EF00051777232EC47F86B6BE37F46FD3BD3BAB8 +:106F000042FA2934357C82DA59740A550D4BC4BED5 +:106F10005F5B6B7C9DE83F12D9D7CCECF6F38843DE +:106F2000C5ECE7855CE5F45380CE4B9CE733E7F393 +:106F30001CDF913F8D43385E9F881361C9FCDE7D65 +:106F40001D12B34BB194549A2FC24E4FD8170DE770 +:106F5000E78CBB083E9D107C6A7DD785FF843F533C +:106F60006EA4DB2E26C297F3E113193E7C42F0217A +:106F7000A39F96E1F36FD9F9BC38A2BB48DF58FB59 +:106F8000DA951A695D82A4088D69AB29CEB1FAA49D +:106F9000FE1A91A66BAC7815C187C5F82FAE8D1D72 +:106FA000A4718A239A8BFA3D1F06F6DDE2AFAEA8E4 +:106FB0003146F3239F8D53698D9F3D9EB5BE43821D +:106FC0002F707F9EA771516EBECBE4E6E430DB6785 +:106FD0001CE70582B14B33E99B91340428CEF0FDC8 +:106FE000C8476937D1F528D7032B1AA6C2C4539FC7 +:106FF000D2D32724846F0A690AC591EE4FB91DFBCD +:10700000B52AED8C9B21FFBC4A786EAB32597BDCF4 +:107010006785F1F702ED086A59E8E4E7B7E6E2E7C9 +:10702000858EFBB3B5B11F125E9A39CCE474C1F8FA +:107030005CA1FDF38061FC03E12B4B106771347F91 +:10704000BDC3AEFD99D89F703BDFE7B76E8BFD9C4B +:10705000DA4384FB47573A1FF6FF05AD0B0CEC5F94 +:10706000C0ECAF0F092E9E72EDF4545C6E178FD6F4 +:1070700073B91AADEF0CA7C85E0A71B95240F7C5D3 +:107080006EBA7CBE211157DC23ECACDEA4C6CABDAF +:10709000C990B0C37456FE45B28195FDC9288F5B77 +:1070A00000F77786027CBFCAD6ECD8C4E3BBC85DC4 +:1070B000E47F6E14F54B81DBE91DEFB2F860999225 +:1070C00030280E3FDAA44E935F08415B9CA892E9FA +:1070D000CB83954852E5B41B48BFBB367699D41E86 +:1070E0007998DD13E04F21F9A796DF54D8D1CAEC87 +:1070F000F137D11E27FF5EA9BF031CF70059E37BC0 +:10710000616BF869C2B39EC72D6B5EBF3F4CFA68D6 +:1071100014E994CB2E8506E147097FB5A8D4E97719 +:1071200079B3FC2C390B2E5B83FE899FE2A5FFA06F +:10713000E6A27FB1E1D49B65EB78FBA68D0DBE5C2A +:10714000F19AFCAC38DEA8F07F066EE90CBF28D6B9 +:1071500041F41F58CEE93DDB3CA0DBF432AE6BB40A +:10716000636171CEA17ADECE8A5351DCCA1EEFB4C0 +:10717000FC2C6CB7B58FE81C80554CD6859DDD473F +:10718000BFA33D81C71F74DAEC374F206B5DF3E07E +:10719000931D179B2FDE66E165B5936583E12DCBCB +:1071A0007C1DD5D0E0A33878361E5B9BB91E1FED41 +:1071B000E864E714C913C9E6289AFFCCAE0B49D19D +:1071C000946D1DD971CF4DA2FF3D6B8DADCDA8073C +:1071D0006ACEFFBD4AF35B7C61E9038B3EB2A0CF70 +:1071E000CCB90A1C1F065764F4C3B78A13DFA6FB89 +:1071F0003273A70CE3583E99FFE811825798DE805E +:1072000097BE87B11EF1351535B04BA7FA42A65F80 +:10721000BBDF2F60FAE1379219EFC7F11E69AE604C +:10722000FA6A97CB08D2BC2B6488D494123FC1A1D0 +:107230001E16A780A392D3EE7DA4B98CFCEC098620 +:10724000A7DB1F67FAE700D93175763DAE1D1A64DA +:10725000F8C23169B1D06728AFBDCD2E361F9EBBB5 +:10726000BD440F4BCF87DCB17E827FE1892D3ECEBE +:10727000E6E57EB164BA80E236C1CFEB9306D9F081 +:107280002B401F07F2CB9C7E33D861F7E5F041B16C +:107290000FE5350093A4B7E5541EC9CDAF8E6E40FF +:1072A0008F702EBE0FBD17B1DD9B79E504E31B6F18 +:1072B00077DD7B74AFF24A53FC59C2DBD3BD86C184 +:1072C00080F524E78DB71BDFA6EFCFDF6EA4885EC5 +:1072D0006F37035B77F00B90207EEBC9BF17B6DAF0 +:1072E000F8E6E5CBF09BC823FE78FED8EA79E452B5 +:1072F0009F05BF7A0BBF97687E4FF7DAF7223713E7 +:107300003512EC1CB976ADF1BD6676BF637CDF81CA +:10731000DFDD885F1DE1B70EEC7EDC1BCDFC5CCBB6 +:10732000A6DF7347E7C6AF2FA9BD47F1430BB6F4FD +:10733000C5DBCD1A8F5B7657313CE5EE95023FD029 +:1073400065A77DF076F31C7ED6DFDE66BC43F5C113 +:107350002FE85326F9F5CF2BFAB8467AD91083A037 +:107360007F44FE790C8A075791DE3219DFFA28DE56 +:10737000EDA671D20C2E8029061791A647F8A724F6 +:107380001774CE82E6A2EF8BC8B25C96A18F5A8AA0 +:10739000E3223EA5DD01570FC92F0AEE1FE03C7E18 +:1073A000FFD28374AE40181D95521A4C65E78CEBE2 +:1073B000E89B9FB8D8A1F54880C56B7C11D7A5FC88 +:1073C0008C3CCFC86B8F0C74EF6CC973B790673C63 +:1073D0003759FD80470D507CF0EB6E33DE5741721C +:1073E00013FF3FB4FEDF48C626C27336F971178C0F +:1073F0003139BD52B9417BF2B734FE532E63D51BF0 +:10740000A457CA15267FD9FBBC28C2F9A3B48DF3B3 +:10741000777F3BF76BFA9BB85EF044B8FFEA8D705C +:10742000F9F74538BF7F1036E408D96D149FC6F2CE +:107430004CD850EC705F93A1DA61FC89D4201DE434 +:107440007A607495D7BF43463AFD8CB96C7ACAD23C +:107450004BC83F25115BFC410E4C008BB788F14AAD +:107460009BF97E927DB5DE763EDF20F0B4D643F602 +:107470009BFD9E74A6FE0F457DD459AF097ABC755D +:107480009BA145B0FCDE6D464584E1BF2540F70178 +:107490002E7399EBD28ACCFE0FD2AFE574DF1CAB12 +:1074A000A5F6BEEA7A265756994DEF97A2C68A08E6 +:1074B000BF07E271D850EE7B1985EE7F6FB69F4F04 +:1074C00029869732E327A54384F76CFD33FD389E68 +:1074D0004FE6AF945A900FC62B6466D78DBB629B64 +:1074E000EF27BEADE07237A29E5B7C1EE72BF6FD58 +:1074F000F3E2F328D77BC4BA465CC0E4C55C95C709 +:10750000E21FB1DB630FBE4CF2F287797A0F3619B6 +:107510007FA29FE503F82A54662F7CB68DF3C757E8 +:107520002BA23FF81C8E5BBAFE4E1F95659FDBD6E3 +:10753000BE11EB17DFF3D5DD04D3FAB6E33CD7FC7D +:10754000F1AE1FD0F7E0D651DF46FC5EFEC5E62265 +:10755000BA17556038467926F08E9BF16D7B851CF5 +:107560004BD9E8B9A58DF3E5DD6D7C3F8B233C1E3F +:10757000371B1D521ECED772736247CCD6EEDE8803 +:107580009B8DF3BF05DE4F274F067AAB292EF9F608 +:10759000697E2E8044E742BF0C3AD9A77B4D554700 +:1075A0008AC2B56E43DB49F8ED92197E7B1BF7A9C1 +:1075B000F6F9B7B59633BC8A823FE4E398F2F494C7 +:1075C000CD9E7D3022E2BF3AE824AF7249B4682EE6 +:1075D000FC2DBCE887F263C8E7A7F8ECD35D1F4138 +:1075E0005F3DBB4F67F1D32577FD9AD915A0F1F820 +:1075F000695F71AA89ECB9231572E210ABCFFB3930 +:10760000E5B72C89F5FF8B1BF55A5157569ECBC514 +:107610004BEEC062D2AB2082AB3CEF254FCC570083 +:10762000BCBD65D7EC2D4D410FCE3FB5CDAF01C5EB +:107630006543CEFC97138D9D2AC551C7F13BF1DD03 +:1076400070A492D165BC81DB6179C5B141BA3FC9F3 +:10765000FB6CA5B493F24B0AF83E8DC7745F31966C +:10766000CF7426BE44FBD5DFB1BA3D1FE7193B00FE +:107670002E17B61B1B0E0F12ACB4C801B251BED9E7 +:10768000CAE5B63628B1384FBF3AA996D791FF124E +:10769000CE5BEEA77A95D58F055CD109EBB201E7F9 +:1076A0005DDAA51F667A1FF4DD4D389EB771B59B74 +:1076B000FC970FDB1411B7BBA84AF8FD48420EB087 +:1076C000FC98FC47F3A85F15D28D6055C4F95DC3E3 +:1076D0004D706911E9EBC809AA2FAA57348ABB1467 +:1076E000259CF7026A65B7B10DEB3FA67B08DA8FE0 +:1076F000AC7B022FEC61FBE2CDFA6EF1C150122699 +:107700007B3DDCAE3F6B3B9FFF4B44DC57EAB08ACE +:10771000CE8D16F7FB9FBB9BF0EE9274349FE10871 +:10772000A486D620FC7197CCF8F799AE974FADC1DF +:10773000751E78E48DE25B11FECBC44FD6DF8A70F4 +:1077400089E1865E5CC7B3BDFF3842DFBFDD7DE106 +:10775000147DEF778DC4283E7EF8EFDCFA4E840F5F +:1077600023834CB2B899C1ECE102919FD2AFE07E85 +:10777000D9EFC15BC4F921CAFEE4C9D364F7A4926E +:1077800051B68EA1648C9581EEE6499A77EC646CD3 +:10779000B38BEC45B308F2AFCFDC7FFBDD70471352 +:1077A000FA91DE37761D527DC893C74BF23A2C987A +:1077B000FCD4D3EFC63EAB67E08AEA3B9F3E6CAB9E +:1077C0001F771983CBB0BECE7CB033E223BF3876AF +:1077D000663BCEFB71E08CE9AA24F97B85D91B05B9 +:1077E00037719B376F553C467ACFBF5F627CEFAFF6 +:1077F0008B65EED3D9FF511EEDE76FBD53BEF12768 +:10780000A6DAE4349CF2B2F10BA30AB38346FCDBA4 +:1078100063CB918EE355DC0F415E8A4DD8E4FF5D6A +:10782000C1CFFF2ACE23EF7EC9F4125F04917E0EF2 +:107830003CC4B994FE17A07349A9EE1C6E22F97FCF +:1078400042D2495D64EB116BDCF1FD3BD45CE79304 +:107850008547F63C56FDFF6DB5E29BCE79B361B529 +:10786000B2CBF8623DCF0BA4FB366FACCBE8B3E9EB +:1078700025E5AE87999EB2F2F42C3F8A995AC8BF8B +:1078800045DDF94C6F2AB187A003DB059BD569BAAA +:107890002F82A571D35DCADAB17B9E96CAA041FE44 +:1078A0004595B857DC7BE21E49C33DAC9613928EDA +:1078B000EBDBFB9949809BE8DE751A4C5C576DE366 +:1078C0002450FC56A99F4C17E138CBF68346FDA205 +:1078D000FB75C94772FB8E1BBC4CEF9971DAFFDA5E +:1078E000FD0ACBF729AC4747BC92EE8B1B96103FA5 +:1078F0005AF7EB2867ECBEB2A8D70853BCA3C25016 +:10790000A7355C6FED00D72F958D90326CF7C6B51B +:1079100042F5D4EEFF75BAAB3413FF8003C27E9BF1 +:10792000B95FB7D973F8AF2ACBFE2B223DB1924A8B +:10793000E7F78696193DC0CE9554F21538E72155E4 +:107940006EE4D139A6C1A4BA9C9FAB90CB1EB4CA39 +:10795000E750BF1888EC0B499595C79201305091BC +:107960009C4D0619FC727B38D25246F29AD84CFADA +:10797000DD92D7737B8B3E4D7CB5CD9DEA71517EF8 +:1079800068CB89CA3C94B7E7979EDDD0C461268F47 +:107990002FA45F2AE9D033F0B1D327367CD606BFB7 +:1079A00058F51ABBAF627031C077FF52A15421B8AD +:1079B0001361B30A61117FFFD488143B44E77A89CD +:1079C0006A121E1FD7070E92DE954B104F92E7E505 +:1079D0002507499E7B5B38DFCAB1F53C9E972DBFDA +:1079E000C4826B447E2750FEC297D3BFADE779A611 +:1079F0008B8297CBB747D0DF13947F69D7EF5D5960 +:107A0000F4FF181AFF280C39F501F38B2C7DE02EBA +:107A100028F5D1F9DF971C60E7FC8C1F56A6ACB2A5 +:107A2000DB059EC244672C879D70B28DAF6F3A6AAA +:107A30007CBDE5968CDE9CCD0EB5F45FC62E8DF731 +:107A4000D07EE6CBA900C59BF3756639E6D07B4EA8 +:107A500039475E67F7548787791C6E68CF06E6FF63 +:107A60000E0DBFAB929F39BE7FF5A09FEB81091A27 +:107A7000776F1948F0A92BE737AB9DC55F33769632 +:107A8000E0B3536FFC9383CF1076F099055B7C666F +:107A9000C1169F3198F8EC36CE6729841D7C368458 +:107AA0007C56373F9F9DFA77E2B397FF83F8ECCF80 +:107AB0005B67F8EC75E297ABE0B31F5D0D9F8D0738 +:107AC0006279642F8ED7F3BC4A2B2F67DC0C1C64C1 +:107AD000FE0C707DAB7E2B70D0ACA0BC568E677355 +:107AE00003CF67AB6DE4E783BA56E4B3D5F37C2AE2 +:107AF0004B2F5B796C2DEE3D711A677C8FC2F2AB18 +:107B00005C95AF9CE822BBB31CCF05E4ABA3229EDF +:107B10005A089A44E7546D6A0AC88F0AA11EA73B07 +:107B2000EA82B12996EFB33CEE4F18810C5E43BD5B +:107B300090A2BC3638C6F5B595C786DB25515C6783 +:107B400079CA692756D74B3FF7AEA4F8A6D30E2CB7 +:107B5000CC827FDDE2F4231E17FADEA277A1B0CB40 +:107B6000B2F705F5F745DA07EB5C181A9E3B2FD400 +:107B70005AB70587C612E15CFB7D672BF7C7BAA22F +:107B800086DA7ACB15E15348EDE73B4FD6B5D62ED2 +:107B9000B3CB39C287ED726EC1969C5BB025E70C02 +:107BA000B69D27D7217C35E7C9BAD67F1F395FDD5F +:107BB000FA1F23E7DB5BB93F8C72DED47A75E749A5 +:107BC00007F5BB52395F3EB65362F7ABC45F39F07D +:107BD000F20ABCD01F60F19BA6CAEEBCB3581E913E +:107BE000F56B4AB0FCE35697236FC52A95EE3BCF61 +:107BF0006CB7E5D35BF14CA57B23FB5E1531EE6DD5 +:107C0000A5388FBEB078CA0E8A4351FC58496CCE55 +:107C100045BFB0882778F290BE39E8B54A0E7F9903 +:107C2000E67BBC3DF6276C5E4869A40790DE7F7A50 +:107C300095F47EF86AE8BDAE15389EB3ACE3ADD6D8 +:107C400079D7D1C7E4BC3DF658EB2D8E750C5CE5B9 +:107C50003A465BAFE27C38D5C2D7A1CEC4B975A68F +:107C6000CF9A2A37E5D1FCCF846377901E3EF2434A +:107C70000F1C725DEE3F67F864FD99ED37E7E29304 +:107C8000BB1CDF4792C0E2F74F265516272F9135D0 +:107C90005709F9BFC90083479341567E8BE2E8D567 +:107CA000EC5E96950728EE8FDF9F4836307828697E +:107CB000B0F2994AEE375F2327D83825111CDFA68A +:107CC00007825B701EFBFD6530E0A82FED083AEAE5 +:107CD000976CD71C70A031E480AF4BE80EB82A1225 +:107CE0003F41FBB5F8AE06C777F47B1CF042E54395 +:107CF000938D93AD8C6F809D7FB5D7438AE8EE0D51 +:107D00009D3C43F1746FA96292BE83A5F28733FE56 +:107D10004B25E3A71F09B93865E7A7C7049F3E268F +:107D2000F37D1C0BCA013AE7C7C43B8BD72BBE7946 +:107D300086F86568B8B292E5F1228D495F7B8BB514 +:107D400043D44E17F1C2B17A49A7F3F9E3D3FCFD4E +:107D5000920C7E86C76CFE2E04CE9CEEB5E9E9EC53 +:107D60003CCE0F5AFD8EF3F702E9676D76FA58792B +:107D70009C561C64B6768A07ED1DB29FAB36DCB10B +:107D80009CE2AF4159AFD6D8B4AFFB6DF772D9F7CB +:107D900076BF8BCCDCD37DD26ABBA7FB9D889B23AF +:107DA0009DA2D47E6CBFC4E271E38D8925C4774760 +:107DB00046C24590433EAD7220897498035F558159 +:107DC000F8448EFE2B841E1CDFDFC3F07C4C8384C2 +:107DD0001BCFDF7139116376D652BE8FE38DFA1255 +:107DE000D23F4786944DB49F03C7DB41A320240AAA +:107DF000DF391B7FDCD0C6EF777C9A6D5FF0DF61E7 +:107E0000C27F0EFB6501F853300E7C6F3D71D8E4E4 +:107E1000F1C1770A9CF759D56D73E4BB5CE9F8F3BF +:107E2000C571BCA4CF88FF5FF3B1B8B38CFCEAD3B3 +:107E30002EA787775832BD39F8379B4FFFA0CDEF7B +:107E4000B023AE944F3F6CE5F8A05C37131DAE42F3 +:107E5000AEEF68E372DDD16693EB3F11E38EF8F885 +:107E60007D53361EBD426EADB870F5490855146598 +:107E7000EAB78AF87F5B24C0DA55EF373576AFB2C0 +:107E8000403D65B5A3FB945C791E56BB01576EFC63 +:107E9000DE14FC3D94D4979CF7509CDB9552D0BFE8 +:107EA000B5E2595564EBB9337E0B72D012BAB719EB +:107EB000AF97392C237C13C5C345BD6AC1A2DECF61 +:107EC000DB5BF37DDDD263FFCFBD2997BCFD67513E +:107ED000BF6E596207C9F5F191D625641F8D55F41F +:107EE0006B929FE82489F7876F76B1FBB759E8A4B6 +:107EF00074379DC979FF34731E4658FD6CEF2BAD66 +:107F0000D2DBFD3F7F42ED94EE7FFE09C5F3BC223C +:107F10006F4309C624BAA7B6E8344653A03F352AB2 +:107F2000E8A90C8391CA41EFCF59F5945D41C2791C +:107F3000711BBC4C76B504097AAFA1C48626297E94 +:107F40009E1D4F54EEF2B27B0F80B849E704F92131 +:107F50000573F07F61952E0D237ECB2EDE2D915E75 +:107F6000AADE3FC5EE1FABF7EB73AE777F1226E6B6 +:107F7000D2EBA5C26E25FCDC88DF5E99CB48696335 +:107F8000426AC7F1BFD7A68A7B0CBEFED24B3BB577 +:107F9000F5B6F95E17FC5EE616F79F629C31314E2E +:107FA000D9F024D038AF8A710A681CEC5F46E3D45C +:107FB0005D3E4E75039F0774FEAEB45A8E49253957 +:107FC000E86EBD2BAD4606E5F7273189F854FD9DD7 +:107FD0009BF9516D9153DB28BE8AF6CC92F3B8FE23 +:107FE000FBDA604EFBF85DC1A7A84FFE8EEB039E47 +:107FF000DF309F1E99C30E7D4FE897336D4E7BFA9D +:10800000EFDBAECE0E3DDF7615F674AFB04317AAA8 +:108010007F7A867B34BA3F3B3CE966F73487E5C913 +:10802000997B9B4304ABFCDEE6705729BB77B1EC30 +:10803000D6C3C6C12736A2FEFDF583926EE2F76B6A +:108040001F7CED077713B9BEF263DFDD085FF7B57C +:1080500073ED9B187EA65B421DF4D3EE657F4DEB5E +:10806000B8DEE567F784D63DD2F108CFB7B6EE7932 +:10807000168AF7487EA17C11E777C7F9BBA827F3DA +:10808000D7A6E95C7CB64061F17410FE297BAACCCE +:10809000F391C0B598E21EC0EC96E30535269D1F0E +:1080A000BBEE07B6EE5DDF50D879F26C99F3DDC90F +:1080B000AE203F67BDE21DCFB305227E13E2EDAED9 +:1080C000AF9B647904D713FFD37D4D03A4CC8A4CB6 +:1080D0003EC8AE248877D753F7507D3148FA208DBB +:1080E0002B1B1ABD43D925436A27B6DF551730FF2E +:1080F00013C2CF240A7549A757AE3AEB0F371A4C73 +:108100007FBB45DE54260FE41CD8F340901EECDD07 +:1081100051E52392A0C7CA1334DFAEDD39E8A18947 +:10812000FF2D66EFBA197D8EEFAE7985F2460EDD32 +:108130005FC8DE2D1D2AA8994833D8CFECD443D58B +:10814000337E0DCB0FFC6AC14707BB34CAF759B960 +:1081500099E671E3BAD8FE7A5F2AE7464B40FE06FD +:10816000ADA793E75BF4A2BF41FC6DE5D17804BDF8 +:108170003C553C2EE5E96E7C8FFC1B7777EB7BE46E +:108180000F23236CA2FA3C412F080F1F8F23EC42D0 +:10819000FA0C8ABFF390B2F236F87C26C5C9F245D4 +:1081A000BD1F26D93C85300DFC1D4280D1339BAECE +:1081B000D6FBC30C5DDD8EFC1AE504CF9F71F7C8BA +:1081C00040EF23CC7082E5D7983DDEC0AE52966F6B +:1081D000C3EABB6535E0C5793F1FAD14F926895B5D +:1081E000F9B8894F51E98E1A9BA3659971ABA3C663 +:1081F00096E82D19D82A2F3B07451E8005F753FE18 +:10820000601DE5153AEFFBADF3D18217D1BD3FD22A +:10821000F33055A13CAD4C4D87C964AA35533D643C +:10822000C7D58C71BD7BE3ABBCAC7D8597DD513789 +:108230001BE72B517ECE59F08A815458C57E1563B9 +:108240005C9F5BFD56CCF4F3B07629D12F1595C514 +:10825000FBC62E9637FBC2DF72BE54FF9BC85FA4DD +:1082600083630DBDCE06C1D73C0ECA9FCC90BD3AEC +:10827000CDFC825492E75F82FBFD130F90DC05DD9D +:1082800040FA23644E84E92DCE8AA3C3618AFFDFBE +:1082900078000225B4AD4846925BED182A60E4FBF5 +:1082A000DADE0989F2386A0C75DA20BEF9BEF39E6F +:1082B0004BBBE8667C5879005229927BD379EF5505 +:1082C00003891E9AB7A2C11BA0F77D2BB2EEBB6A31 +:1082D00045DCAC36EB7BB6FDFB4C34F73BC8D9F440 +:1082E0009C65FF864C60F9D9B547A514BD2753FF9F +:1082F000EA2CCB9F731F4849749EC09E1226D42F30 +:108300001C8DCDE93F3D27E8F88278F7704CE46F8B +:10831000D3FD06C1FF24F2B73F10F9DBBF14F9DB30 +:10832000E745FEB6C59FAA8BF3D37CFEA3D715679E +:10833000FE1594CBC0DE2DD143AA4F67FCBFBF3AD8 +:108340005A29113F3CD7682ED990E3BED73AEF8F18 +:108350008ECFED577D671EBFA746F83D60EE184BE8 +:10836000FB29EF90E7E35A7EE073C20F7C4EF88161 +:10837000978D7F7C39BBCF8501F47B6C7EF8738D44 +:108380001AE3CFDAA79C7EE0A183359B6F24FD70B2 +:10839000CA0D225D66A9678EF7243F8B4A96BFFC03 +:1083A000B3A8CD5F5EE8BAFE31FAC5ED64F7587F39 +:1083B0006F65B63842F6F9B9D0BFCF62ED7776FD7A +:1083C000FCF10393DD971C15F191A3A91DEAD6BA20 +:1083D0000C1F40BBE4D05797EF3F9F7FA0E221C620 +:1083E0002F5F3DC8FFFECBD19978CB436CDF8E2E3B +:1083F000AD92D8F986F24479E1DF491A67B6235E77 +:10840000BB6F4BE46DC076D7B5737FBD464EE4D1EC +:10841000BED44CBA25521135DDAD67F839B39DE5B0 +:108420005765CF5F23E232F0D4DCF197C5EDBF5F33 +:10843000FC65A578EF61F9D935969FFD54969F9D0F +:108440005A989F1D6AFFFDFCECD9F733C1F6F388FB +:10845000A0FFCC3EA22227FB7FB678102292A67DF9 +:10846000CA0F6AAB076D72FD805BBC93B4FE9ED0F1 +:1084700002F9B177163FB8BDDD25CED1A5FC1C278A +:108480007AB833FDEA419F32EB290F44D1191EE13E +:108490008449F4C65E89417A1F9265E793C540F925 +:1084A00023B2B0273C1067F6822AECC03C618FCD26 +:1084B0006F67E8E27CE3FE054023B3D7C1E7C4CF92 +:1084C0002AFBE8BECAB60F1E916FA93E9A9036D815 +:1084D000F4FB2362BD7D49D545ED6BD3F7B37895A9 +:1084E00052AABB28BF6491B8E7F268C0F2C14683C4 +:1084F000956C3F6EBF98CCA3F78456FFD1E06A1FFE +:10850000D4CDFF6EA24FD8B156BBBE0312CFCBEC79 +:108510005052D538549F1C5373F96D7FDEAE39E449 +:108520005C29951CEFC2903FD87B57B5323467FE6B +:10853000A1473D778D6CB383FA7C8925F4774F8E04 +:108540007872F3C39E7685CD3B3A0BBF587C68BDED +:10855000B79AC9A715F77033F76F4BB543FCFEAD5B +:108560003B40FAE5A976E7FDCE65F76E4B9DF76ACD +:10857000D3D1D8D3ED142FAC5853D4A9CDF9F7A04B +:108580009E6D677838F3AFF324F17EA192BF5F5000 +:10859000B3EE5FE7CBC37E61462EB2FC5B03F55BB7 +:1085A000612EBECF921FFFC2FCB1C3C4871EE2D3AF +:1085B00069F6778B8AD29F307E2CDA6348C48F5558 +:1085C000828F2D7E1C6B447E745DBE1F638D616641 +:1085D000DF8C0D7FF4DA256C77A191BF9B998F2FEB +:1085E000C786055F3672FD341B3F3E3E2F3FF2F5D6 +:1085F000A4E8575C77D116C545EF1503E9DD6C3D5E +:108600006A63DC30EAC8BB0117E58D0E548456F767 +:10861000D8F4EB0346F87FD03E523DE9CB8066E5C7 +:108620004BBB985EF4192507EDEB3E25CEC1616387 +:10863000BEF71AB149D2CF234963D2FE2EC22ABD5A +:10864000221E33D2F6289CC5F2C9B647993F3C702A +:108650005D4D259D8F9FB4BB1CEB3E7EDD43417A73 +:108660000FFE58457F90BD033BFE0DB6BE99F1C489 +:108670003A51DF19947FEA1DE0FABBB8ED9160A78B +:10868000FFF2F166F6318B9FFEF536E393765A9F43 +:108690007F98E98B616404F2F7864D5794C58FCCBF +:1086A000D50EFEFA5F597641B65FF4FF01CB3ABDB5 +:1086B000D610500000000000000000000000000084 +:1086C0001F8B080000000000000BFB51CFC0F0031F +:1086D00009CFE647E53308A0F21FF1A2F2E3D0F894 +:1086E000AD687C4E6E547E3F9AF9DBD0D4938AF904 +:1086F000D81918C480588E1D55BC9201420B43698D +:1087000016205DCE86905760C16EDE7905085D0447 +:10871000A49701F105207E27CEC0F05A9281C1496D +:108720008281E19F3865EE45C78F45A96BDE28261B +:108730000D4F5645E573193230B81A01D3A931846B +:10874000DF8524BF1C28C66D0861BB6A3330A800D2 +:10875000F98DAAD8CD7503CAAB02E57718E3B7BF88 +:10876000DA1295FFD30295FFD01595BF1A4D3E3B07 +:108770000495FF320C956F1801A101B3E1B1A1E896 +:1087800003000000000000001F8B08000000000034 +:10879000000BED7D7B7C54D5B5F03ECF99C93C7282 +:1087A00012263081249C890102069C604044AA273D +:1087B000E1D1806847441B1571406AF1818E88358C +:1087C0007AB1397912026AB0A22008935811ADB675 +:1087D00051C1DA56EF1D1E4544BE1A7BAD558B764E +:1087E00050AB5EAFDA48AFC5DB8BF5DB6BED7D32AE +:1087F000E74C2680BDED67FFF8E2AFDDECB3DF6B41 +:10880000ADBD5E7BED3D2E771ED14712F225FC9D5E +:10881000434848248414A453B326922455349D4CD1 +:1088200022CDF4D35FC598874C22C4A7F51802CD9A +:10883000132D41A27E42245FCCFC5590100F217D68 +:10884000521E1410830C25C405FFD20991B598015E +:10885000FDE418B46E25214AB087C42A684A366BF5 +:10886000EF9D4A081DCEF7E510A86CE2B88129F407 +:108870009FB4BF9C229290E840AEE47F2725DADEC9 +:108880005546221E1DEAC50D28578B88F668987E2E +:108890002F62F55DE5A4DB4BEBAB722A29D0FAA47D +:1088A0009C841FA2492E94D3BCA74C7B50A4F555A1 +:1088B0003711E42A9C5BE421DA9FC6DBBB75569E28 +:1088C00053CEF26B0B49A2428076B4AC0AF2BD8F54 +:1088D00043DE0D6D6C79B386F56F4E5613CD61F89E +:1088E0009E0CF97C69B8AE0D0B753D344F8EED09C9 +:1088F000CDF7DBBE7FF1EF21A211F2C8884273C62B +:1089000099345F393A17E0B2564986345B7B2B6D58 +:108910006B8857C8A3067EEF2F17C9521C47EE0D70 +:10892000CDF3031C93AFB9AA108EBA141E08C7D694 +:10893000CAEFF5C371CC3F108E6B008EE1341CD7AB +:1089400000DCC269385A796B1D6B0A7B1CF05B0333 +:10895000F0AB00F83D159A3FDEF67DFCBE508CD69C +:108960005B03708CA4E1A8D64BFABB949EC272CA7A +:1089700084F5AEA1EBEDA063B5552C36613E9FC1E9 +:108980009CE9FAFC9D2F1B12CD13DA1AD6E79E162E +:108990002732D2578C009E3C9432936E428A69FAF9 +:1089A00025D0A19E4392E548DFE44B02E3A8380EB0 +:1089B000DD17D7C1BEF04F492625FADD6B244C20C8 +:1089C0006AC9A70BE7D3FE0B4CE7BE18D2BF2FF442 +:1089D0006A80E750D817B47C58D06C94E8F7759744 +:1089E000C4BE07FD154E4B08309F3BCFDC47609D52 +:1089F0007ED82F5EDC2F65F6FD12AEBB656B0AD606 +:108A000065CAA483F6D7F88DF8C390974D97D6140E +:108A100004FA8C6F4D017DAA6EAD99C2E93E6F00DC +:108A2000F1587FC89F70D175AD6D20243986908E26 +:108A3000063749D24DDBDEA061BEAD218429C59247 +:108A40007933AD7F74AA98E8A0F5E52031001FFDC9 +:108A500069194B5F01A0D2F93C407230FD579EA7C7 +:108A6000E4E18E52BCDDE99B974B2A06A75F7F4469 +:108A700074C0D75B9E83F0B7F21E3DDF9177858689 +:108A80003BEA135284F0C13C45C4126052148EB2CA +:108A90006C9008CC53A6F3A4709472E786AEB2CD66 +:108AA000E30E22613D49AA8E47E9F7168120BD59A0 +:108AB000E5430511D7315670637ACEB16F0940474F +:108AC000CD4192E8A074EBF3CF33938CA6E2A334AC +:108AD000A079F9A39435CF525AAE24B5FC8AAF1FC2 +:108AE0000ED6FACE39768E7B9E6D1F7DC6F194E34D +:108AF00017A3091FCC331105FA682E974558DFD705 +:108B000037DFCA3E80AB3C448D74EB03F1F2366133 +:108B100078B983F4E305E9DAC24B878FE185EE92F9 +:108B2000AC78F931305F3A4E879C70E773B8803C7F +:108B3000F3031C105FBD51C473158583F035C2A1CA +:108B4000B9A62E4AF1229308C243D1464FECA04564 +:108B5000A2775AA49CCEAFD53FBA14E4E41D1C8F73 +:108B6000CD8D22CA1B6B5E99EBCE84E33C81B53B75 +:108B700007E87B521A0E6B7C622D83434F2DC2A1F6 +:108B800042FC5AE160CD6B2DCC0BE934598BF88E49 +:108B9000885F2F9D7A8DBA6CFBCAC2C71DFD70EC31 +:108BA0006570ACFAE780A3B79FCE7B189D577CBD5C +:108BB000746ECDABBD1F5E268397FEF5C0CB92AF22 +:108BC000C41DA983792CD5541DE8EC5AC95417014A +:108BD000BFA74AD243549EC2DE2385741FFA9A5E11 +:108BE000D575CA4F040FAE87480B7263B67DB85473 +:108BF000A69274224DC9DA5E898A609250FAECFB23 +:108C0000B2FED0CB13F6DAE6F33DC11F04FD989C0B +:108C100041CE80F91CA1EB4F92C1D7FF61435F3970 +:108C2000E887471B7A27EC5506965F2B9138EA5167 +:108C3000EE1E15D7B3B2D3D35109EB1A3DA393CE91 +:108C4000671D976FC4470BA91E75EDF64FCB65DB0B +:108C50007C96FAC4C3AE2CF3EE8793D58EAA13AEDE +:108C6000FC81ED076BF781105B2F50781972B436D9 +:108C70000C76041594C0DF5CDBAB93C3F574BFE9DD +:108C8000795318F37993409679064F6E9E83C1D13C +:108C9000AA77C4D7D44668BB6625B25FA7F86E2909 +:108CA00010234D243DAE85770BEECDBEA6A1767C7C +:108CB0000F80BBB47616EA9FC42C073B88E6472F8B +:108CC000A5DF7FC5E965C03C4E401F3FFF7F4C1FBD +:108CD000BFF9FAE8E375A1E09F8F3E947E3B2386BF +:108CE0007A5D6B689E09F2E833B0C1289F903A2BF9 +:108CF000D17EA67342FB02FE4490DF2103F5931C54 +:108D00006AB4403B7799936FC9454E3B2354174B48 +:108D10005AFD821DA370BB03CC09E097B28F243D9E +:108D2000B01EA2623B20CB2F4F01FB7B536D69101D +:108D3000DBA1FD33D87A646847E1006AC097600719 +:108D400092CB72A3E38FB77EE738A1F9D1DCA8FFFD +:108D5000E4EB139FACBF6783FBE0ED64F29E050775 +:108D60004ADF43C12F31290D7F23B61CF932B5D319 +:108D7000221D20278ADA4C285D05FF47F1D746D807 +:108D8000FE24A17CCC7F20E84C5E1731FCBBC8AC34 +:108D90002476CECB4F84EF30DFEF3F13A36345DA69 +:108DA0004F7701E99426A4EB292A89E1FE69998F7E +:108DB000F5BA577F2F29D07929B7699560D785658E +:108DC0003DE702BFBDDF269CCFD68604794701BFB1 +:108DD000481CFD22235746D1DE2BA9EF1320EF2A92 +:108DE0004A0990B7CA2DBA232D8C4E5BDBA95C844F +:108DF00072B72E82DFA0B433DCE476D05D14EDD9F7 +:108E00009184D1D926B067C3B8E1707C57BD534E69 +:108E1000F6D357CBC9ED835B806FD0718F7EDF5067 +:108E2000E7D1F92D49CE564B29FD5C250AD8FFD153 +:108E3000EF93A50097B71B3E27EFD8FC17578B433E +:108E4000B17CC9DA6A75BA4DAE2F21CC9EA41A80C6 +:108E50007AC178FB788D0CFFBEBE3D5FD2A91D693B +:108E600097701F0D36BF2B434F4D904F4FE7DF6973 +:108E70009750AF7887DA81B09FDE690F27CC2CED51 +:108E80002DB8A4FB791AFB397ABBA1821EFE76832A +:108E90005B007CC13A750AD725EDD5AAE13BF1BC50 +:108EA000BF9D41BF5BA01FE0C7B74709E88F4AF2EB +:108EB0001202FD29F55103FAA37F49A06F65FF90C7 +:108EC0006E58E739C7AE40FDD2EACFEABF24639DB2 +:108ED0005B824C3FDEC2D7B925A8274CE1C4EB2CFE +:108EE000E1EB4CF3410EE722F1B8706E6FE8997038 +:108EF0003CBF94BB98D9956EC5443BF844F3F0E869 +:108F0000B43F1B3DF6CFA38CF91F061B6755C63C2B +:108F1000DACB981ED92E9BEE9319D75D44DB3BF438 +:108F20004193945312455590AEFF6829316A81CF21 +:108F3000E413A41BCA9F8E80FC10395F93DDE79376 +:108F40009513D3FD491A2D77F4C7F9755035816F04 +:108F5000107BB94DFEB8412E805F35D8F629D493E9 +:108F6000823926E88B52507E2FE576CE0FE5508968 +:108F70001083FDD76CF13B42F6CAE0FF298B3C0819 +:108F800078DB23AA0C9FC4301A83E8978D77682872 +:108F900057F7001F933513F98A353F656839FA2171 +:108FA000892F3B5FDC92E187B4E0B84521DC4F7745 +:108FB0006102FC8E8A587E634764F07E32F9487302 +:108FC00071E56B31F05715A8C8B72CFD2A733D6FBA +:108FD000DAD6037AB86D3D6F665B4FB37F345F4F6F +:108FE000767ED602EB5106D2430BACC73778BBCCAA +:108FF000F95BF2C655464CBB5C585DCCFDBFF00733 +:10900000EB28A2EBA06B5B3D6A56E84A3AAFA3B0EF +:109010001ED07FE77612BBDCA5EB392A160C5CCF9D +:10902000AAE27B8D26BAEE2374DD12C07710F9E533 +:10903000717FAFC2BE9F1549637E9E7EB8C6B13FA9 +:10904000D70C468F1F8A3145027950DE86F689ABF0 +:10905000A813E590B782AEE7346A5F319942D6151E +:10906000337FAE2FC2FCB9EB8A99FF96D6437FAE11 +:1090700095B7E6B1AE582BF4D9F65FEBCCA1AF03B0 +:109080007D788A888E7EE7E4ADC8F75C4554BE8162 +:10909000DF55EE657EE72A1206BFB2C79D44394A06 +:1090A000B705FAA1BD453DA49AF6B7EE0B89C1B547 +:1090B000BC0AD7D38F0F89F98532F1A3F07567C247 +:1090C000695B31F72F67D0D9B68D2AAEB7A538F2D4 +:1090D00020F8CF2B24D5D1AF0D4F155216BADBB6E1 +:1090E00091D35D303BFDB8DC3755C84306D2DDAACD +:1090F000E28B75D60FF3170FE3A4933723B211E079 +:10910000328EE3FDBED01422EA697CBA4463752333 +:109110009D674D207636CC27AC93A61C5A3E6C0139 +:10912000D3235AF9FE9C292DF0BC4DD3F5F34B7394 +:109130001783DC9284ACF6C7F606BA26BACF373767 +:10914000B8313DFAE6185CCF60FBA0BD8138F8422B +:109150007B4266FC576FCA9F037EAA60D94489711F +:10916000A1E1D720FE75F4635D2409969E7F91549A +:1091700060E34341064FC9481A1A8307916DF050C6 +:10918000876F1741BEDD5747C810DA8514D144E810 +:109190007F5C1D6982ED4CE1708564C357261CD647 +:1091A000CF1711BFCB2F19DD2DD9E87527D00FC8E8 +:1091B000E9726E57C8915036FDD6A2AB2E0AA78A27 +:1091C0005190EF14A05E610B49C0FE59CBBF974888 +:1091D000D11B001F854B62228CBF8AFBDF04E26E2D +:1091E000190AFECD32AD0BE8ADAB2D87D39BD6056A +:1091F000F3B98DCF230BBDDD968DDED448D4003D71 +:1092000073BA1AFB3EAC7B8860E4112A97C22DEC3E +:10921000BCCD1A974EFBD7405723806EF4345F0ABB +:1092200055E8A8673CC8F1911F8C374295F094A788 +:10923000772D01FCC57C06F0D97041F7AE19608F1F +:1092400010D207E72EE1E204E649B5BBEF215A3E12 +:109250007CA929CCA4F99186BB0F58CEF0054913FF +:10926000CE315A1BD839C330D26BAA59F409458D77 +:109270008640BF1A11BC6A2ED86DC2D06776A9B4D9 +:109280009FD6461281B3C450AC07F9FD88292E0D34 +:10929000FA0D8789E886797D87441A75D09B5979BC +:1092A000C87047617F2844DF05E310394A2EB4E1D6 +:1092B000CF1B8C2D2394DF9DAEC61E04387A2B98CD +:1092C000BE3DE4BC1D08A77B9524017AF34DEB312C +:1092D000603EDBBB2E268B6C74BF83F31725428C5C +:1092E000848D2EEF93183CEF892EF77CD707F5720B +:1092F00098BD41E623FD8E235103F6AF8FDA634913 +:10930000469F4FC1F823176835026D372E42907E75 +:10931000E9BE1CC6E6112B047DFEDE2EB50EF42739 +:109320008AB757C964DA5E74E2CD1B347E0878BB15 +:109330005A52983EBFBC27F9001DA780C249A770AA +:10934000F21E7A3109F8D316FB0C650A9DF78A9E46 +:10935000E49BB43C58E7250694572449092D9742CD +:109360001201B8A9FADD02D011F83E902E6A09EA7E +:109370005DFEF9519836C0ED00C24DA7F441C70D0E +:10938000D2CF00BF7639FEFBDB69BFEDFBA5884974 +:109390006CFB87D0FD63936BD47EAF90B3E83156FE +:1093A000FD13C9D9B4DDCBE496A527D07D7648421C +:1093B00079C9F6D9C9CA6D621A7BCA285CCF23D68F +:1093C0005FAF0CF0984BE181FA4B95F2AE534F939F +:1093D000D3798AB08F6FDDB317E06D9EE9D280FE3E +:1093E00033CBE742DE5A2FC83B99EDAFDD3B7F3BE5 +:1093F0001AE4DA4B11970EE7700785DEF7F01CB917 +:109400005AD21F0AB3F9B927437BC28C679839E453 +:1094100043F49F745FBF6448C60CDABEB74A484045 +:10942000B98B1C6E390BFAA3FB0EF669EFB43D87BE +:109430007269FE3C81DC482A0939FF19C9744D184C +:109440000887B93B5C87018E73619D36BC9CFFAC7D +:109450006DDDF47F236582F4B5FBCD61E76D82712C +:10946000486E14E43899B1823C4DD3F3A6307BECBE +:10947000A519FFFE1EC17950AAA6F37A69CABF07D3 +:10948000C13EAD3604B467CE9F26245C59D647BF93 +:109490002B3AA593B9C6A7B80EFAD7E7A2F47AF487 +:1094A000305BD74191F435D2757DEB99775ACEA2D6 +:1094B000E36935EEBEDC5096F564AE639A33DF8F18 +:1094C000F719A41CCEAF65921381794F5062A36542 +:1094D000909B8F7DD39C0EF64692F475209F8D2134 +:1094E0007D5BED66172CC17326D927E2F9A9EC63E1 +:1094F00072E408C42B007E83625638932215947B55 +:109500001B1D0DE26FE6721F8BE83EACFE5C66F140 +:109510001011BE0F490A8D925C801AA5833CA20BE4 +:10952000CC4889A0FC21641AC655043D7FEF7E1704 +:1095300060BF82B18E7CE9FD0AFDCA29A4D7BF7B3A +:10954000BF2798AF271D5F12B49F97AFA6FA0C18DC +:109550000DCD0D1AA62E885C017956C1CE0D57355A +:109560008458F08ABCD31083A0E7AA3AF001AF2F49 +:1095700049C2B4DE1FA99C23B007B95FCBB2FFBCC0 +:10958000E5E4B048F1EE8DA80E7F8ABB483DA97393 +:1095900086D682D1C38EA75F01A586DDE97683D505 +:1095A000FB47A7CD548E876DFE63D9579AA6EBE390 +:1095B000AC4F9A11633285441D768E2C32BF59B35D +:1095C0006FB11BF9F6B12FBF942673BB9B401C45AE +:1095D000744A36B86C91C30EFD48D1DA6E1402E0BD +:1095E0005F5D62D8F77B02F816C8EBD07546EA24B7 +:1095F000F020C9D1BA45CCFEC0B89675DE85E470BE +:1096000005C44D2C443F6C5BC1D030E35FCC7F4739 +:10961000DC3EE463169DEE2AB83894023DB3F0E2D6 +:1096200010F0BD5685EA3534BFBFE069D44FDA8EFD +:10963000E51217A5A7B65029EAD36DC74E1916CF64 +:10964000B23E2F61FC228710EEAF532116A77FBEDA +:109650006D21D10DF33952C1F8CE3AEFBF1A10EF98 +:10966000A2EA721CFA577D4C9FAAADA27A11A5639B +:1096700035E68BB9B481FD58E3D03F01E25CE05898 +:10968000BC7FDF098EF2ACF318988F19A560FF6BD1 +:1096900004F96A66B9E20E98DE09A09FF57FD760EB +:1096A000DCB283E3D1EF0CF575F047538E00FB2A53 +:1096B0004DFF0907BE8926A6FBB5F94F6492D82055 +:1096C000A05FC01D877D9B09D73695F923896CD48F +:1096D00001FC5A84FC8910373318BDCBA176F4C342 +:1096E00050D82581BE5CA1591857D442EDB021C88D +:1096F0002AD6F60A1330FD14ED664DFED04E7F7F5C +:10970000949DE734CDBED2E3DA51A02793318397FD +:109710002B6A24164579147F0DF407994CC0F9CBB8 +:1097200045FB5E0B835F4961FA85CDCFF4915D7F88 +:1097300069110DA250382A39AC9FCCFED78B353237 +:10974000943F28475585F6D3317632977F19FBE54C +:1097500024F52BAD3EC298243102C25046CFF0977B +:109760005311811822123A4BD2E4290CBF108FA555 +:1097700080DE0534582EBF0DF336E87F30EFC0345D +:109780009AB7C155322E354EE17A8012027A62F5CF +:109790002D3A95001FA01F667C0F2B19F86878C61C +:1097A000E19796088B13CA5CCF6CB1668C32291B8B +:1097B0001C4ECEBF05BA02D387E3ED4290C54BC223 +:1097C0003A37717CDFC7E5D27A904B34FF032E879E +:1097D000EE6AD031DDD8508EE9030D112C6F6998F7 +:1097E00082E91D0D06A6EB1A6A315DD310C57A6AAF +:1097F000618B1BF0B6A9B067A3007AACB9ABE620C9 +:10980000ED7293BFE775B0DB08798EE5C1581E4E47 +:10981000D7A7FCB4C684FA793D9788740A8F0FD90C +:10982000DEB497CE77D3A89ED7059A6F6DFDD1EEA3 +:1098300016A83F9ED5BF52395063523ADEE4E17616 +:1098400065D1FC13C081F1CB5B603C9A6E2AE0FECF +:10985000B5936CD700ED281C3785BFDA781EB9D3D5 +:1098600060EB7DBBE69510F893D8FC372ABDB85E57 +:1098700064595309E9567EDD84EB1FCFFBA772EADA +:10988000229B9C5AAF30FB6A53E5579BF77D7CDEE9 +:10989000AAD667508E47FC4A6C39ECABC0D25EC387 +:1098A000A5833F6BB729E8D05F30AB7F2A938E7ECC +:1098B00007C6F4A4747DB52A424AE9A73B33BEE744 +:1098C000D71A68CF9A0A8B735A5351E366FBD8C0F4 +:1098D000F3CA7645E37A568CF9255F60FA7BDB2084 +:1098E000F5A19E5995AE37E83CB513E8B927B94EB6 +:1098F000B0DB418F5B2E6B8E755D9191F7F8D87E52 +:109900003D597CECE6F8385BE6EBE7FD9C9ED1EF39 +:1099100088C74432856EEDA2EB6C7286FE2FB420B0 +:10992000C7911F3A3FDF910FCE1DEEC86BD39CFA53 +:10993000D1F025E31CF99215131D79459BEAC80760 +:10994000AA6A1CFDE5CF98E328F755CC7394FFADC8 +:10995000F09E9F018FD919F993EDC715BF91446807 +:10996000D5CB5F91D0CEAB27BDCA30D0A756080467 +:10997000F429A8A7517D69019B221157EC9A09721D +:10998000F8728A6A571E4DE55E05FC1E0B56B81C20 +:109990007AB4D5FFAED490A6C5B4FFB7E2AC7F9A37 +:1099A000A2FEFE9649ED609ABFE2F677EE38839606 +:1099B000BFF98A1481E5BF497ACF83BC694AFC3C70 +:1099C000B4B718E8EA22EE37380C7E29CA2FDFE058 +:1099D000F1AF44EE2D86F8E93794C4E58C6FFCB501 +:1099E000E615CA6ADFF0F41643BE91F8A6B70C87F5 +:1099F000EF6BDBBE695BC7E2B860809FC688EA6D2B +:109A000021F06FEA91D33B7819C6556BCCEFFFA9D3 +:109A1000A2727FA7F129F0815059F4B8E7ED871AB7 +:109A200098DFCCCABFA8C4FE02ED16C7F354D02FEE +:109A300017B7EF52609F16AA9C7EE504AEEF4DCBA0 +:109A4000DF47CC6AB063DEF8CD906EFBF959A1EA2E +:109A5000F4FB668EB328BE8BE1ED3A2182EE4D77A2 +:109A6000A278A16D9E2135C0EE09DCC8C6310B0578 +:109A7000475C6180F75FA8323FE6DFB0CE616AD60F +:109A80007512CB3E0CC03ADFAABF12E1FB19A50745 +:109A9000F005BD70F87D05F46F32BFC0C10F16B779 +:109AA000480E7ABA6CA9D7915F18BF30375BFC4E6D +:109AB0003F7D9BAEB41D67D337ABA90606F4973F35 +:109AC0009FD98F2423CE3B486202F8C98611B31177 +:109AD000E667C5755BFAEC8819FAEBF45FA4D97FE9 +:109AE0007121F7FBEBF26414515C6F92CD94A59F4A +:109AF00053FA1C5E410C88F7180EDF6D7A4D6889A9 +:109B0000ECF073E42F901DFE1B5F95B35CB1FBA9D5 +:109B1000C2E9F558EB2DB0F41523AE633CA8BF277E +:109B2000047A4067A0AC7936DD376BACF3B1F9F756 +:109B300070BD067815B59FCF9BF150B6735AD49877 +:109B4000E97AD554AF01FB5B21BD187F9F1F62FEF0 +:109B5000506F09DD99D09F4CB1E203F9C5FCB231D9 +:109B600055C779898FE91EA09FB5B535791007A82B +:109B70009A31D24EC7F3D78A894418FA63E751BEA7 +:109B8000B9722209F9480CFDE1BBDF7CDE9DB2E130 +:109B9000D56A4FE673BE26C743D9E8B23FCE6441CB +:109BA000757231D3D7D09EA05F9270FEE6A2761672 +:109BB000E86F72857C18FC3D1F08B1656A16BFBC52 +:109BC00035CE09E5DD49D60B4F5191DE5A0F0948D4 +:109BD0006FB9257D31888B22AF4AC85FCD9AC86B9B +:109BE00031F0238E5323CD3ADC03E9D361FFBB0E62 +:109BF000793509FDE1F133C01FDE9AB1DF8E66C40D +:109C0000B38C1663EDB01E61685D0CC6BBE56D01DB +:109C1000FD94B9D3185E02A7B278B1BAB38AC81F4F +:109C2000416FF7C5B64179281835DFA3E54FA82C59 +:109C3000AEBE3FAEC117C1B8068554A25F5D714785 +:109C400030FD39E70F8FA9CCAFFE84CAEC1754FC66 +:109C50006D7E809A406C23F083B0416AC0A4977CEB +:109C6000D6790EB3D7CD6215EDF599920FE1732435 +:109C7000A877BB6C7ACAA3BC5F2BDF4ED70FE7BEB9 +:109C80009FA74E417B4CD199BDA4E866D20E071226 +:109C9000EC3B55B6E933AB475FCAECA160CF69EF47 +:109CA000DAF8C1CF39FFED28DE1682FEAAA4E84F0C +:109CB00060BE9A611810F7E50EB1FB4CFDF5FCDBB8 +:109CC000F0FE8A429709FEABC0597393CD709EC1D6 +:109CD000CFF7A8F86D5182789E8CED2C7AA274F69D +:109CE00073D5EEF7085AF4463E02BEA37278758C1F +:109CF000BDCA9DCDCE1CABC676DBDBABA1C871EF78 +:109D00009758E7458BA7F08E897E36F8C7AFE67681 +:109D1000DAF29D0FEC03FFF7F233A9851C81389529 +:109D2000ADFB9E037AA06A23DA71A473DF9B34BF74 +:109D3000A4CECBFCE9248A7CFB6322D602FFF81870 +:109D400046A4ED3FF64D7E10CE2F4DBACE0BE97EE8 +:109D50007C5F65E7E2B28F9D47CB697EC7FC143C10 +:109D60007E8EF8187F3489BB11F9723BF3F79AF4B1 +:109D70003FC87FA7D3E9FFFDEE0667FE2A326F28B2 +:109D8000F881AFBA472109DAEFD5197CB197E3EB37 +:109D9000BB24DE067C6B15E77BCB7E3A5E053BEE93 +:109DA000EAD3B530C4735AF0FC23A7E70F297DE945 +:109DB000AEF4F76B8209D5607842BF4D731E9317DE +:109DC0001FEF989E84FDFA0EE52788F78C75AE523A +:109DD0007ACF07FFB779871261FA13930FB00700A4 +:109DE00074D76CAF36C01F4EA1A50F71B6C7F95F0F +:109DF000D9EE5CEF89E091B97E4B6F1E6C3DEA763F +:109E000001CFC132E94C75098E78A7FE7B484D32EF +:109E100069AE027FDAF7F19E52BDE9D25C343DEAC9 +:109E20002949C0B9DF68308A50BEC7CF607647FC89 +:109E300034484FB6FDB8FF65FB09D07ED2C0F6AB03 +:109E4000839D51D8A7561CA1DB1D47F92EC8CCCE47 +:109E50005A1D3A4179112D978E535E76FCF6E01724 +:109E600085F39F4530A55390FE516EBDCDF5D76665 +:109E700025FA2D8C97FF8D4420DEAB394F433DD41E +:109E80006C1574D07B17ADBD2017E875D12B5250DF +:109E90000CF3AD0CF5FDB5787E78A64BE176574A0C +:109EA00086FDB9684A7816F0EB662512CA8373F806 +:109EB000EF333F6DF594CA189EE3F8EA14E0AFCF94 +:109EC0003F763AC6615EE39B2503CA67F07E3E7E1D +:109ED000F489C984CEAFF9713F49A2BF2DA182DCBC +:109EE000BD668784F472ED4FFC189F76CD93CB1E30 +:109EF0009C4BFB117EEAC7F9484F7E771BF3AF36C8 +:109F0000633FD73C7DE14B265F17DC196C6EB4CE06 +:109F1000B123219063CB5CE40A1697C7E0D0AFEF82 +:109F2000B557EE0BC1BCB6E761DC413FDDCAB43EBC +:109F30006DBF88A6F3B2D0EDD52EB67F3FF2AB75DC +:109F4000304F61FBAE85B8BE9E6F2BB03EA1254F52 +:109F5000FD031D6FA14BB1EAE13ACC4784C4285AF6 +:109F6000FED123025B57CFF82E4F18C6EF5217E3EE +:109F7000394723D6B7E6BB787B65DB705A6FF1DAD9 +:109F8000BC5288E398FE93C703A0A75CFB932FDA2B +:109F9000A656613C76DF5CBA9F6FD82EA17E7165B4 +:109FA000BB94718EC0FC69D72347A0F59F7A7FD6FA +:109FB000EF68BB0F295FF65096F561EF1FD45F4045 +:109FC0003EE68B035FBEE119C5E13FBB61FB3B1879 +:109FD0002FAD89A4AFE82CCA820F3AFD6B99F53FEB +:109FE00023C754F0DFDFD0B31AFD9C37ECF8F80D2F +:109FF000D82F3764F8D73E847F140E8C57EF74F94E +:10A0000083689772BFDB67E4E0643C0FD83E24AB03 +:10A01000DD6EC5A95BFCE39367FEB4C5A4F4F4D17F +:10A0200093FFB9C5A4F0DCFFC59FB6FC0BC0FD399A +:10A030008F06F47DC3A37FD8721BC891675C22D0C2 +:10A04000C927CF3DBCED7E9AFFE4F53113614B3D4E +:10A05000CAF9D127E1A343411F59F1DCCC61408FFC +:10A060002B764E1F468EA3F77F42E92A61A32B4B26 +:10A070006FD79F115830CAB33CCDC00739D8A782DB +:10A08000DCFFB340FA3AA85D7B7DFCA80A7AD83E93 +:10A0900083F4017CF6EC7867DF6D34FF31C58F2BDC +:10A0A0000B7EE8CA468878CE941C01E74DD7EFB8FE +:10A0B000F05BDFA882548940F737903E944703F065 +:10A0C000FA0AC56B551AAF83E291FB476F88BFFF51 +:10A0D00006C44364E2F163F8C79903F1F8C2003C97 +:10A0E0005EB7F57E28DC3124ABFE6AE171D9CE8BF8 +:10A0F0008E6B5F7D92B17F0783F3526E97DCEB32FC +:10A100005E77C1FE7BF247DBEE0F029E5D91B98068 +:10A11000F7C73F2B21A027297D0B010E7DCFB9B4B6 +:10A120006EDAE69AE77E8BF2EA939D2FAB3AF275F0 +:10A130001210283FFD84F4FFFD1AF4CDEB0596596B +:10A14000A6F7CD7A83F6BB8C766146107FB3DEA886 +:10A1500002FCB1F3BFEB1317D4EA788FA000D77DD0 +:10A160007D82ED8BEB13BBE6C3794026DCF3DCA2EA +:10A17000250FFBF12A4C017C1E9E05F437183EADDD +:10A18000F56BB0FE3368F90F9DFB7620DDF4A92056 +:10A19000172CFC7ED27554BD85D64FFE42D5C4A97E +:10A1A00034AFF4A9C077CC27240DEE2F65E21DEE65 +:10A1B0002D2D423DA5296BFC51263D78DD4E7FBA01 +:10A1C00075EFC982CB89F6F589D7F3D5E0F53F5C09 +:10A1D000FE67C2AD71A60BF9F2AFC22E3CB77F5934 +:10A1E000D1EFBB09E8E30585C0FDD2F34BDF97F55E +:10A1F0002C76E04BA0F7D8ECA46F4D115A87D0769F +:10A20000DF32A85CD1D3746A9547A749787E65CDC3 +:10A21000C7FA9E3FBB6A2DC8DF23F04E02E5CF7B15 +:10A220000BA39B31CE5194E3AE503A3EB1D420A85B +:10A230000F2F2F76A17E08716404EF63B3F3EA76E3 +:10A24000EB7CDA174339FD6B3E3FB2FDD1471FA5CA +:10A25000FC670E0C4C496D0F89B4E6039E2B98FCED +:10A26000172A9E9041BE9C5BFB840C717F7B05A6E8 +:10A27000C7BED6E046BD0E4E4A216EBD2ED685E540 +:10A28000BFE4FEA3394B68DE2627CF2D7F4206BDF3 +:10A29000E0DC8AAE22E0C707200E338B1C6D7333DF +:10A2A0007BAB71ECB7314EEFC0AD2C5EE240F17D7F +:10A2B0004580BFBDA31EDEBC9C7EDF5F2E440065D3 +:10A2C000FBEB9B7CC08FF7EB4E3FCCAEB1EF0B307E +:10A2D000EF9250970C7CBB9BDBAD3FE4FEBA6DFC6C +:10A2E000BEFA767E5FFDD1061DD3C71ACAB1FCC780 +:10A2F0000D11CCF7344CC1FC930D06E67734D462D3 +:10A30000FEE98628E69F69A8C3F4D986A5F83DD062 +:10A31000B1BD05E047C6093DE0FFFAD7863896276C +:10A320001BEAB17C969BD9AB25ED549F3F8DEE8BFC +:10A330007A160FD64DED51FBB99A55EF360E8F5365 +:10A34000F363CBDD343D523B7F12F0E1D651DF1E8B +:10A350000FF8DAAF9F22B2FB61EC3D008FDAB960F3 +:10A3600039F81D02EE88A9A7FBFB5541EC36B78DE5 +:10A37000DE4ADB55923C1DF099D81B047C9F47F1C7 +:10A380004DEBCF8975B540E8695D6D5807FDE297E3 +:10A39000424F4B3ED811E379F992754A4DC589F188 +:10A3A000781EE75BCF57C78B60BF3D2F303FDF85FF +:10A3B000B51229B7F1814B62CEFC99BC5DFEECB2BF +:10A3C000E3C6C1C2BD4DA7FF9AED2717C435DBF622 +:10A3D000914777FAD5256D8FF1EEE903FBB352294A +:10A3E00050CBF4664D7E0FF81B8581F0A598E63BB7 +:10A3F000682959FAB40EE7CD3E02718C975EC7FC0E +:10A400002A97939402FA3AD8590AFD7E852960DC8E +:10A41000C962125141FF5E42A2985E45E298BA8A33 +:10A42000920A3B2F99A1C1BD25C1384B827896C1B4 +:10A43000E69779BF29334ED9C5EF9384A6BA6376E0 +:10A44000FBEA679C9E9EE729A5A365403F838D6339 +:10A45000F10F8B6FD40C89EE02FAB3F062A583B5CD +:10A46000CFC48F351F02C406E74CB3573C5F4C5135 +:10A47000DBDDA9233F9CBEB8DD55428BB6AED527A8 +:10A48000025B190B9E399ADF7228DCCDFCA34C0FBE +:10A49000DE5ACFECFEADF3BDE8B73FB2B2F4E53122 +:10A4A000E4C4EBC8E483F78D9CB00EF03672BF8431 +:10A4B0007C64DDC8BFEE82B8B49214E32B25BEF8ED +:10A4C00018D0F7ABDFFA8F42F00BD70C89BD6DDFE8 +:10A4D0003F5B6E8F8F04BE93701BEFC0F723B52BCD +:10A4E0005C1E92A6D7FAB5FABA727D707874B71F5F +:10A4F000FF3C3F73DEFDF437C87E48D307ABB7DBC4 +:10A500003B12EF8DA624A2015FA8F116A37E17CB04 +:10A510002506F81D2EAF4F2A80FFA7DCB12F60FE65 +:10A52000979184C2EC436D28E8011B834C1E6E1981 +:10A53000FA5E21EADB722ACCFC2627792F8310876A +:10A540001C5F45482DD0E5349212E09C44F47E54C3 +:10A5500008F221D7E3F4AFF5F753EF7C7FC025680D +:10A56000387F70A83E44D7B3488C1A6CBE869C17BF +:10A57000847B6FC244B8AF383328A03D78457DB89E +:10A580000BFC5F9FB963C33D93583FF8BD48C3FDC3 +:10A59000B8C8376E06E8AF27BB1E62D089DBDE275E +:10A5A000B2D65713888D82FEC39A5003CFB5B88AAE +:10A5B000987F71A654919B3A0E7E133C3EFE39EE75 +:10A5C0004F7C8CE219F2BFA0F409F92D541E41BA58 +:10A5D0009DCA23F8DE4DE511A4BFA4F208D27FA3E3 +:10A5E000F208CA7F4AE511A43FA3F2486671E393DB +:10A5F000613E7AD3D2E1308F661EB762C5AF5BE3AE +:10A600009FC3E16EA58647C7FDB54A6170327FA33F +:10A6100026309E548E8EC0FB6334C57B1F7D7D1813 +:10A62000E3F38DFF4AE1FD8A4AE28E80FF69FC8EEA +:10A630009401A11D43B83F6ADB37F4DF49487FB975 +:10A64000849C4DDB95D4BF06F12F77529A83D45F5B +:10A650009FC463B3D33E8F5C761D1D7AEA0789479A +:10A66000AE0B323F24B4D7CD14C61F8FA1CC11F24C +:10A670007E3195847824F2E7008178D9DC733E320C +:10A68000AFA6F9BB6ECDC5F2F244CA788CE683EF73 +:10A69000B2FA637F9842BF68C1523F01BDA972DF21 +:10A6A00007C907E9B8B99FF03C8935BA717D91DDDA +:10A6B000E0FFAF5CA0E17DD70DE72DF50259AD8D30 +:10A6C000BC8DEBE98C07B0BFFBD5DEBA2B69FE89E8 +:10A6D000C5BE48372DDFF16CCBE135B4FEC667EF60 +:10A6E0005917A6E9FD21F9775743DEC3E2CBFC9366 +:10A6F000F6BA4FA1F5736F142B25EC6F37E637C50B +:10A700008378AFF3B44AF68EC28E69ECBE83859728 +:10A71000EB3D12E2A3DEA372BD9F927910CF2930E8 +:10A72000EE43D93FCB80385342ED09887395B56825 +:10A73000F25CF0F7F2B8F90F8458BD07F019BF00CA +:10A74000E3C63DFCDEB3E5075EE9617EC9D3BA1816 +:10A750009E9F784D4C40C0FED37B177B41BF7A7AD9 +:10A76000EF1111D2D32222EA254FBF76B707EEF0C0 +:10A770006CDEBB7C18F327C7BC54F320FFE2617189 +:10A78000EA2DC0F426D9DBBF2D025F9C00ED7DAC25 +:10A790003DC4136F82F6E174FB660F7BEF672DB447 +:10A7A0002FB0B75F8EEDC7D8DA83FE51F44BE7F8D0 +:10A7B0006BF8F8F70C68BF18E73F9ACF3F73DFFDDF +:10A7C00080B7EB11626BC6039D2F93D13F5AFA9865 +:10A7D000EE9D678BF77F92EF8B5C385F423F94E191 +:10A7E0008579EDD85F7ADCF7245089B6C55B62E4E1 +:10A7F00092435EE767E48767D42FCD281F97513EC9 +:10A80000D191DFF37FEE15A3741D4F07999EFC7461 +:10A81000B009F5C1D62211E3BB770AECFEBBF98281 +:10A8200084EB4CAF2782F0DA7DFE54ACFFC4B3ACAE +:10A830007DE963B117215EB567AE48806E32E550A1 +:10A84000474E298B3B0DE6BF782A6D977F9E4C8043 +:10A850009E9F4AFEBAC64BF379A3844AE08FA35366 +:10A86000F1DD7E9ABADE4D41581099D6A7357B6945 +:10A87000BF9309A3D3FCD9C13D1E9A3F6250BB06CA +:10A88000FDFB7D4DB3ABD274FEF0E623BBAB69FE9E +:10A89000294ED793A56812CFAB24D207F6E7B60DA1 +:10A8A000CB9BC6D2FC0E28A7F9D3F63AE321FEE2F1 +:10A8B000C967E7489BA73AE4AE756E3318FEB63514 +:10A8C0001878AFCFCA3F0C720BE034FA2C84D3C394 +:10A8D0001B4AF17CE8E10DF372451F8C935D7E6DA0 +:10A8E000E37E89A7388A5190D0F93DB541E4F9FF5C +:10A8F000966796F17BE753D3E5AB363BCB77F4977E +:10A900007F3103ECA71D1B64CC1FF17C31A3919612 +:10A91000CB1BE69B63ABB03DC6B5CB45D124E4ADC4 +:10A920003877CA0FFE02FC40A6E225104C9F0BB9F7 +:10A9300083860978D2CDB80BD675AE4EE243A85EB9 +:10A9400050792C217BE9F7C97D4633E84174BFDD9E +:10A950000FFBBF8C9F639E5B926A86FD4C260A2C80 +:10A960002E42EEAD01BCDE32A612F9CC017FCF1E25 +:10A9700038CF7D4211904F4E5C991ABE4C877D397D +:10A9800063CE5C9A1F91C3F8E3B9A5F12B409E1FDB +:10A990007D5BD081FF34BE79CB1890977BF6CF23B7 +:10A9A000902A7B65DCBF4A509362C887F2A5EFDA34 +:10A9B000ECA3CA88C2F943E99A0AA0F7E00FA7F20C +:10A9C00033BF96822AB81F957814F4C611392E1613 +:10A9D000D718514CB8BF4FE1312207E24D34D310A4 +:10A9E000F4345FAC9608C66792174526F76A75AFD0 +:10A9F000FDDEFD93BD32DE8FAE7A39B8A2978ED7D9 +:10AA0000A24D3D1DE87EDB46B505D62B8F89E015AE +:10AA1000A87139D63D53764FD26A4FC71D9793E53B +:10AA20009C374CF4BB66C078C7B49A2761DFF17BD2 +:10AA3000A914834DD7827CE5E7C5B9C772915FFF42 +:10AA4000A44CE0F1024E3E332BE875D0B9D8E9B4FE +:10AA500083C2763E13CEC2670E9DEA88BFA2FAFD7E +:10AA6000CBA756E13D6E9DC135EE067932B94C213A +:10AA7000A03F11E9BA3D707EF719BF5735F990F73D +:10AA8000B01880770908F2892E1E97D8632EDE034E +:10AA9000F7869EACF3128803D8B77FB1940479C6C9 +:10AAA000FD974A4BBC06F869657BAA09F811318D00 +:10AAB00040F55090CF04F5ACCAD4A2B9A8A7ED6573 +:10AAC0007E6637FD0FE63761B3CDFF44FF379BD875 +:10AAD000FCD061E0334EFF54A6FFE9B21CA73FF261 +:10AAE000CEDBA408BEFBF52A8BF779FACCC8267C0E +:10AAF000E78FDA5B12E82FB1FFE95846F3DBC8C8ED +:10AB00003C783782B863BF03FACD2BD1C2808F7EE9 +:10AB10007F658EC8EFBBB8F0DECAC3BD04F96A75A5 +:10AB200051BC03F8D5E46744D4216F834B96B4DE5F +:10AB3000E4DED401E0A3A7D78A20ABC9E907CDB1F1 +:10AB4000600FEE9E7ACD08D0AF5A7D2A9E9F370BBC +:10AB500071A2211F67F4D9BA5FC477099F98E146B3 +:10AB60003EFF34A525889F6A8DE5743785A1FF7C5B +:10AB7000762E1EA4E290CEF3EE584E17D84B4F71AE +:10AB8000FF0D39668EC5F71E1F2423C0CEE9E9628A +:10AB9000DF8D43ECFD008FCEEE1702876071485ABF +:10ABA00025E8474D39A21587D404F41C38A512DBDB +:10ABB0003FC5DFAB3C51FB0E0E1FDABE03F661054D +:10ABC00004FE81FE4E71D781EF1DA61A010F8B4442 +:10ABD0001E379161072C247D68A750BD7E3DEE6332 +:10ABE00042ED0024506DD632B0DFDC028B033E49CB +:10ABF000BD7E24E8ED3A6E4713FCB8967E3F72A501 +:10AC000026021ED27A7EB40BD67BF2FA3DE17ABCE4 +:10AC100046D83DF13EBC5F32D264F1122F829E3F96 +:10AC20008AED1328A77AFBE3B09E912BD93DB46639 +:10AC3000355A07E72FFB7396CC94CF04BD3C5509DA +:10AC4000F99D394B5ADD341F16B5E110737F20E7AB +:10AC50003B33211F6816506EECA179731A1D177CC7 +:10AC600016402FDD84EBF1FADDB5143EE54B82C8CA +:10AC7000A7C3626AF518E077D788A8170412C95BE2 +:10AC80004996FB475D9C5E02CD9FDE08783E90C3EF +:10AC9000E4DD014E07567EBC3BF63CC007DC23706A +:10ACA000AF71643F1CD93DA80310C04DCB5FCCB140 +:10ACB000E2CDCCE1EC1E0F4DC7835DC8ECBBBF817C +:10ACC0000E5E45BC703A981BC953AFE174207D8578 +:10ACD00077042C7F46A6DD6AA5CAE7A76270D66016 +:10ACE000FD28FC3D93D6521657B2AA787425F8DF9A +:10ACF000AC7B2B2552EC43C0AF52C4E345821CCF42 +:10AD0000FCFD55EB1D18ABBFCFF93EB1D240F305AA +:10AD1000718CDFE7F0457F8F9EAE3FDEBDF8CF3907 +:10AD20008EF88E1801FBFABF73AC78DD38DE47B6BB +:10AD3000E296FE56782BD40C063853B8CB5EDAEF89 +:10AD4000A222F65E9225EF4E16DED34BD8B93A69B1 +:10AD500092C9435564C07BA32EF70549D8C699ED27 +:10AD60006FA1DF7E4E55BDE9A5F1D322A8C7B2B8C9 +:10AD7000A4D1626C98D7A687517DE20AA07F2BFEF2 +:10AD80006811F7CBD17DA8C0FA6B86E8552CBEFDC3 +:10AD9000EE9907A91D55031B1FF42E73DD4CD0B38C +:10ADA0006ABC2C3FCFFB781BC4ABD7C05912EA61F9 +:10ADB0008FB2F25358F9C5504EF3233D4699B72050 +:10ADC0002B5F49D8DF35AE09C44EF54E4AF39734B0 +:10ADD0003FF1B1F8A3954C5E0CCE57DCDC1F40B8B8 +:10ADE000BD1F9B04E35A7C25CD3FB2DBFD677BD9B9 +:10ADF0007EB5D273BCBAD3EEBF83DAFD405B72641A +:10AE0000F83C3F4B015E27E2D3363B2907E5780645 +:10AE1000FDEC59CDEC94EE16CBCED0F62DA5F987EE +:10AE200038BF0EFCB5F970BB90A633BA9F315EA156 +:10AE30000E8C0884AB3E07AEFA96D4CA6897FCF035 +:10AE40009EFC3C18E77739C6855E5BBCC8FD39C6F9 +:10AE500045F6BC0D0FB10C3C2C38193C8CF4794CE8 +:10AE60003B5C2D381EE4FCFD579C7FF7723E5F2251 +:10AE700019DF817E9B551DFD8BE60166770D86CF20 +:10AE8000C1FC9316DE2CBE30C7CFF0954E19FF3DA6 +:10AE9000C8E38A4AA790A95A6EBA5F93E3F7A087DE +:10AEA000D465BB97D2E065ED03CD29E4EB08213AE8 +:10AEB000DFD2162AB76DF4D7E8B5E2717491C5B543 +:10AEC0006898CE8579D17ECBA69069F671EFE2E3E2 +:10AED000CECD61E599E3DEE9E5FC4C3AEC18B7EC40 +:10AEE0001EA62F58F53AFBC735F8B85111F5E5768F +:10AEF00086A7B29504F1A6DF93AA86FCC1CAE7CB68 +:10AF00007E00FA4F41393F5F4B35823E2F9B6111E6 +:10AF1000F4B52E3EAFFBD508BB87250804DE3936D5 +:10AF2000FE2B6A421C8FC760F7BE149FF929E3CF3E +:10AF30004C4FA77A7B9717EDA7B8436FB7E01E90E9 +:10AF4000C90C97EDFD9E293ED171AE67AD736EE4DD +:10AF5000E51943E838137668E80F3A7F0AF3539609 +:10AF60001B45E8A7BC99B77B30A15DEA45BD93C4FA +:10AF700073295F1AEFEA5DFE229D6F629D1A69A236 +:10AF8000EBDA9EE81E0BFBA69310EE97EADB0BFDB7 +:10AF90006EB994A0BD35CC68BCE45A9A4EF8C5DAB7 +:10AFA0009C71F47BE82611FD4D1F7999DDB53DD1EB +:10AFB00084DF2D3FD4F6C493798BE83A36AEBD7B5F +:10AFC000F668D8FF0931320ABE4F63F68EB58E5D42 +:10AFD0005E1697F9A2B7DF2F952CB7D9EB8A392BDC +:10AFE000391DF879DA2F658C76FAA55EF41EC72F25 +:10AFF000F59297E9051B138C0F3527C404C4F56D32 +:10B00000F735E5807DB0DD378FE07B6506F3EB6CCF +:10B010004F70BF94CFF22B9939E017FA9597F977D3 +:10B020007E0BFCBBC0DEFE6D38AA2125B6F6E89784 +:10B03000F2597E25D6FE55DEFEF7D07ED2F1C74707 +:10B04000BF94DF39FE5B5EE6D77AFF84E33F996702 +:10B05000B767DFE3E34E78C6DC0D7CEE54C2FC221A +:10B0600063123134D5FC52D20DF26BEBE39DA91C77 +:10B07000F483C87180F38FB87E36E6812518B7B99E +:10B0800035E39DDECFF93E77F9D87EDAB399DAD78A +:10B09000B08ECDF3110F6425C138FD310FFC9760E0 +:10B0A0009FCFC825CCFF36E6811507C61EC7BE76E2 +:10B0B000F95C2CDE728968D9D72EDFA481F6F59170 +:10B0C000DA253530EDF12D2ABE4B35BE93BD533513 +:10B0D0007E4702F9AAFEF9E9D4F8A1E37E5E897AF7 +:10B0E00056C9E767615EF9FC4CCC3F2AF635C23C95 +:10B0F0004C91F97F940D32DE971F693AFD3E37FB84 +:10B10000F2F93B8B5FCDEFB305FC3EB6FB7C5BF900 +:10B110007945FEEC2A3C873E724F69B764E38B3772 +:10B1200073788E164814EA6DE57CDB2ADFDD383A49 +:10B1300007EC83EE7B8EFFFEEC9606762EDDDFDFDE +:10B14000EDECDD33FC033B5963EF746C5DB9F8EE55 +:10B15000D990CF9B5105FBF6661F8B97335203DEC8 +:10B160007F3AC30E7FD1CDE2006FF611873C0840D5 +:10B17000C85DBE7D3DD9F996358FCE3ACB9E63F939 +:10B1800061B1A128276EE2ED8ED4EE65F8AD6AAC10 +:10B19000047ACD5CE789F0FBB8D82780BFA11FBF38 +:10B1A0003DD9F17BD33F0ABFF5A58EF77C6EE2F85F +:10B1B000A81814BF6A0EECA344FDC9E1B7BFBF4194 +:10B1C000F1BB3BFF5C1B7E6F1A1CBF3765C3EF787A +:10B1D00077F466F86EC8316297CF543EB5D8E593E0 +:10B1E00097EB0DFD78E6F2DF924FA76E67EF4E5AB0 +:10B1F000F2690C974F96BED1F588717F0EF38B20C4 +:10B20000FF19E7222F78683E2190BE267867635A9F +:10B2100017CAA7A1C0A234904F5494827C5A48F018 +:10B220003DF60D8FB47D7A4007FFEE72E42B9BAFA5 +:10B23000CBC7F1FECD9787FD5BDF8B9631F9B471FB +:10B2400033954B5583CBA57B7CECBC648BAFFF7DEA +:10B25000B724B4FF0A72690BC26D10B9D4ED3B4933 +:10B26000B9B499F1CBC1E452978FC985477D9972E2 +:10B2700085CB055BFB6C72E9111F930F4F0E683F86 +:10B2800070FC6C72E909DEFEE7BE41E4527F7BA7E9 +:10B290005CFA199FF784C7CCDD70D4A292DE083B1C +:10B2A00077253940076B01CE74BF6EFD5967C26BBD +:10B2B000934B3F164C7CBFCB2C64FE854CB9F422DB +:10B2C000E71B6F5872C9E47EDF84532E957765972C +:10B2D0004BE55D724EF971E4D21B03E5D21BD9E553 +:10B2E00012E35BE35A985D3E0EE412C4836FEF6590 +:10B2F000FAE5DF896FCDF1F3F3887FB05CB2EC83C0 +:10B30000C1F9D657934B567F5B7BD8BE4BF3ADD874 +:10B310003627DF5A3219F6EB1C3FD313B3F0AD1CBE +:10B320007F16BE35C7CFE8D9B21728E85BEC726943 +:10B33000CE20FCEA44726996DF8A73617AC738903E +:10B340004B59E25DFE5E7AC7AC7F147E33E4D22CAB +:10B350008E8FC1F58EAF2697ACFEB66E70E277C2C7 +:10B360000E8A5F21AD774CD849F18BEBB4F0CBFC62 +:10B37000BA1E8DF14B8ADF597E1B9EDCCFC40D5067 +:10B3800081C7BB6373E03B044441DC54A65F701A81 +:10B39000A17632D8F5FB25C677E5546392F1EFAC80 +:10B3A0007E286AD709405799F134278AFB3A6FF211 +:10B3B000AD486F9FB98D4BFC363F8DE2892E80BC26 +:10B3C0002173FF557F9C97E9B837D796BE379770A2 +:10B3D000DE9B63BF176496B0DFBBCA05BF14FAE9F2 +:10B3E0009CF7E59AFD57E1BDAD2CF7E5AE877D31C1 +:10B3F000E87DB9319110F8B99AF3AC7BB9D6FE6308 +:10B40000EF4D06CE3A96C2FB5FDAE4D3013FB7F9BF +:10B41000F9BBA07503F6DF6DFE2CE75E84DF3B55BC +:10B4200078D76D85170F76FFABC9EFF02F1EFFFEA3 +:10B4300017A5DF0D707EB15C903438476916D8BB14 +:10B4400059A6901379283CB07FF0AFEA74DF3DE84D +:10B450002F75EC772518C5F7566E49093AF0394A29 +:10B460004FF730FC1119E8C99A37F83B613E87A5C0 +:10B47000D80698E79D533FC478938F777AF077ACDE +:10B480003EA93AA2423C63B390647EAE62C2FC5CC9 +:10B49000246E26D9FC18BD41E01E6DD77CEB70767A +:10B4A000CE56E47C07656390F9534BD4D4EB315A04 +:10B4B000BE93F32FF82B1A8AAF22E0DF2239857E64 +:10B4C000AC2B482FA60B480FA64FB9633F82F95DFE +:10B4D0004AE2E8DF6AF206CE467FDDDF795E161EBD +:10B4E0008ED4CE40E4983586D9CCF858BC19EF09F3 +:10B4F00032FC5970EE807742289DA61A5E33DE1D1D +:10B5000005F7AA53C6BB0ADC6FFF00F3B704A2BB62 +:10B5100000EE39E57117B45B64BE6EBC6BDB5F8F08 +:10B520000462FBA1FCF2F861E35DC77DE9FF70D422 +:10B53000B3DA5B7E6C99F303EBBD348ADF97EC746E +:10B540007654315D51E4874102FEC6236E81DD6B86 +:10B55000AC2126BCF3383DC8E22B6791B80CF0ACA7 +:10B56000259D987E55FE3087F460BBB9A417D3F3B0 +:10B57000491FA6544EC92C3ED37A6FAC5EB4BF3778 +:10B5800026B9593CA95943CAE33EB8F7C4F6A97194 +:10B590008CE1CBA3EBDD76F9E4D274BC4FFF9F7E48 +:10B5A000C13A07FB4F805BA9C1EA2F2F5411BF326C +:10B5B000892651CFE2F1D9185B68B3ABEE6A60F728 +:10B5C000EAE0F7B7208E3BD788A31EE82A8BE33B3F +:10B5D000B854BC4680DE05CAA6411EB8F5CE10DCC4 +:10B5E0007F59CDDFBFCDDC7F13026C3E8DA32EC60D +:10B5F0003887D57E11DF49585DC8DEB35DF5267BFF +:10B600002F706FF1F71CF7A2AD74956FB91BE4CDE5 +:10B61000AAA2FCA62BABE0F703C4845D2FC94C7D26 +:10B620009D12C61FAF2A9A77DCFB1DBE76566FB0FF +:10B63000F25511D22E9C06E3337937D63DC96D3FC2 +:10B64000775F5549CB73E1BD1B168FB1AA381E82B7 +:10B65000FB34E69B5E0DF6D9F489F557007F5A4519 +:10B66000D879F42A9F88BF6FF7D921FFC3B05E61F4 +:10B67000F26B0EBE9C39BEEB73812487601C685947 +:10B6800080E271D7A8C9A8C74AC14EBCBFEC2963E4 +:10B69000EF13BB8BE2F83B7A6E2AF0002F27C2C76C +:10B6A000313FD38FB569A2233EBAADDA48C27CDB05 +:10B6B000F248845220F1966794F3386B99C7015B86 +:10B6C000FD7DC2FB3B3BC0F4229015532602FDEEEC +:10B6D00043FA855F68C4FB18D00F2DAC86331D5A22 +:10B6E0006F83DB3827306960795A4EB2FB4B633881 +:10B6F00089BBC88D22DCF3FD8CDFF3B5FCE9259D09 +:10B70000CC9F3E7AE58ADD78EE18F319E0DF2C2134 +:10B71000B1DDDF04FF6FB51BEFCB50BE87ED4B797A +:10B72000FBD19B9DEFE2E92DCE7C29BFAF52466C49 +:10B73000EFE551BA2D3DF41F8740992CCDF86EDD11 +:10B7400033B1DE55CA847B669C402CE08C13C8FC68 +:10B750007D9ECCD48A03888BC65508B7937CFFA402 +:10B76000356FB20174D372BB81EFFACBC9D9483FB0 +:10B77000924CF0BE30159C95A06F486E4D45FBA8CD +:10B7800085E6613ABEA482F9382FD77A597E052B17 +:10B79000EFEFDF3F0BFB6FBE3D82FD4BC93359FF1F +:10B7A0003E2A07C6E3EFDCED236C1C7C2F5B766B37 +:10B7B000FB081B07DFD3967DC95F12360E2BD77AA5 +:10B7C000597E052B478F34C8355F42A9A6F0F9FC96 +:10B7D000F0378FABF7FE9EEABD2DB638AB148FB3B2 +:10B7E000FAFDFC3FA4200EFBF7ED61FC7DB2C5C95C +:10B7F000B1F8BB1056FCB7259F94A91FCC043E643A +:10B80000C9A98532C17BAB169C16BAB536B8C769D3 +:10B81000C169A12FD98A790EA7855A2FCB733859C0 +:10B8200072CE9A4FA67CBBB4BD4B013FF989E4DBD5 +:10B8300015A159152DB89FE4BF807C06F906EFD1FC +:10B84000FD96BF5F9519AF3F98BC8D99373ACE1BD7 +:10B850008CDD85B360BE54878AB0B82C83FD0EA7FB +:10B86000C67ECF149EDD61EFC4936E70F5AB16DD1E +:10B8700014B1F7D017F1727F95F53B9C49F64ECB8A +:10B8800034F67B1F0BA0BC0AF44E5EEEEB9D390C28 +:10B89000DAFB58F9E5BCBDE4E3E55AA215DEA1B632 +:10B8A0007E07F352DE5E0DB172EB7741EFCD63BFE1 +:10B8B000870A3E1188B3BD378FFDFE69EE34F6EE80 +:10B8C000BB950736110AA6F32A356B745BF91A4A41 +:10B8D0002F00977BF378BF05FB501EB537D4560079 +:10B8E000DCEE5D2432FD693C8FDF3A26B17AE11A45 +:10B8F000C7EF3FDC3BC87D9509B9CC0EDA73C9BDF3 +:10B9000062948EBBDEC7E4DFFA13FC7E581BD7EFD0 +:10B91000EF82FB4454BEDCC3EF1335F3FB433F809F +:10B92000FB4334DD7DD16494AB56BFF74D5FF882A5 +:10B930004EF3F5AF4804F059CFDF8F5B1BB91B7F87 +:10B940007FA7D997EFB87FDC2C33BBF0AE06E7FBBF +:10B950001BE7F379B75E7215BE8F2FFBD8FBF85249 +:10B96000F2EA4B105F752AF1087FBF7D6EED6F8B99 +:10B970003EEFEDE757943EAB187D82AED27AC92CEC +:10B980003CD703FA1CF34F4C9FEB33E8737D067DE5 +:10B99000AECFA0CFF519F469E52D7CACCF8B3A7E04 +:10B9A000B760FD2291C75B5D5868FF1DDAF55F5CEB +:10B9B00078C977C01EBA44CD7A3E7C88CB69B9C2BB +:10B9C0007481DE97C98F4EC4877EABC4CECC9D04F4 +:10B9D000AFE7F42451DF5929E038F0AEE872C097A0 +:10B9E0006E7E134308F53E259B3CA3ED8DDC027C67 +:10B9F0007DA796C511B076D6B93409CE47FEE5AB22 +:10BA0000A0FBD2A157D3FD689B475ACEB17BA1D6EC +:10BA1000FD954CFE38985CBCAB68A25B07B93597C6 +:10BA2000FD2E4B6E6195BBCC06DFCB72999FBC7926 +:10BA30002E8BA3EF0C4D7497F9B294474587DFD84E +:10BA40004AFF1490715EF52486FB85D0FD027AA131 +:10BA50003CBE46837DB84667FBF0FFD3FBFF92DE1A +:10BA60002FBA0ADFA95AFF858471331372AF5F05BD +:10BA70007133277B9FE99140741DD0B365670DA694 +:10BA80008F5ABFE3D51A88DE07F47BF9CD1715C0AE +:10BA9000B8D1021E775694CF7E7731103D983F295A +:10BAA0005D6ED6A4E335C08FB3E2BC2593607FBC46 +:10BAB000CACF1B0243D8FB0BD6BC248D9D3B481A32 +:10BAC000D3AB3B285F4E8C49C77304A8410FFBAE34 +:10BAD000AF584C7487412F64F6F5AAD863B5F0FED1 +:10BAE000E8AAF9A334B07B2DFBF6A262761FE48EA0 +:10BAF0009A9CA5F67B0BDB838C7EBF59507D04D6C8 +:10BB00001FF1A56A4075384D232901FC6135EC1DF4 +:10BB100031A188BD6FAD90889BF9E7F97D42122372 +:10BB20005FE53EE18F658A7AE0173EF68EB17F834E +:10BB3000807E502B2EE54FC179BB611ECA3331BCCC +:10BB40003FB86B720E8EFFE756763FFACFB76A6F3B +:10BB5000ED84BC1F9EDA20E4D762FE5B3B68BE2FFB +:10BB60004F24DD909F33E2AD9DB4FF45F78A2C3E14 +:10BB7000EFD89012687F7828113B30E89704E0DE18 +:10BB800076E094BEDD709ED0D7C8E2C895D09F0CF9 +:10BB9000FEFB750191DA0D6FF98EAC0772BF9C2424 +:10BBA000D1AF62DD5FFBB721B1D7607EF265E7966A +:10BBB00003DFBC43D54A60DFDDD1E69A08BFBF543E +:10BBC000FA2941BD895CE4657E963E4AFB34BFF0AC +:10BBD000F60B1FB2C79F2C2C60F870D7B71A701FD6 +:10BBE000C2AD47F089A4C0298C0E6A86C4DE837179 +:10BBF0006ADC957B212EF7F27818E34E666817CC45 +:10BC000080FB68972D65F957791C56A63F22D3FF14 +:10BC1000D097CBF93D5D7BFD4490C332FBBD414DD8 +:10BC2000CEF8BD41E73B8D163D1043D6E17D44FC87 +:10BC3000B7CEE84311D37154C488F0F738FBE9421A +:10BC4000F8F2D493A78B67A90D0DF3FBBFFBF8A8FF +:10BC500022008000000000001F8B08000000000090 +:10BC6000000BCD7D0978545596F07D4B6D492579B3 +:10BC7000D92BFBCB820408500989068DF82A80064F +:10BC8000042D1625D8C11401FAC7760BB476974A4D +:10BC9000775EC84240D0804BA33658C1A599E99938 +:10BCA0009E8CE34CF3F7E2148B0CDA80815660BA79 +:10BCB000A10DB4E3E8D7F6FC115CE81E7BFCCF399C +:10BCC000F7BD54BD4A2A40DBF3CF1FBFEECB79F757 +:10BCD000BEFBCE3DF7EC7729BDDE7B6C563563FAB3 +:10BCE000719BB7833176BE61E5834C642CB9430800 +:10BCF0008B198C0D1588A15DC58C6D08AC738A15E8 +:10BD00008C6D6A632C349EB1CD5032283F6F2BA7C7 +:10BD10007253F5C24C15EA6F2B58DBCCE03D7656DA +:10BD200050C7098C29D7AC53F0B963B9DD1F723302 +:10BD3000B6A53E617508E0DD1936C632195B97C6B7 +:10BD4000CB9B327DEFA4D53016700FCE1654789F62 +:10BD500069EC7DE85A6001F6652263CD0A1B140088 +:10BD60002F562F3306F80AF92CB409FAB731AF93DE +:10BD700095327607F32E9905F01D32D353D2184B26 +:10BD8000DA0E403AC0B54E5D4A8672B07D409A02E6 +:10BD9000E53A819D2B67F4F725FEEF4B809D58C255 +:10BDA000DF0DF85456DE771AF552E4796C09ED0888 +:10BDB0003FB3DD63732AB72B30EE90646F150A0131 +:10BDC000B60DBD9E0DB09ECABC2FC178BA93DEEFF2 +:10BDD00042B8374BF53A106E5380288CF5B479A8E9 +:10BDE000ECBE2A5143BAF5DE9E177200EA4FB4A9A1 +:10BDF0002C0074FD0D0C17C7AB2F4E0ABD2420FD7F +:10BE0000CBE9F9536D5E1680F72E642CBC5601BA4F +:10BE10009DB07B9907EA6F97065AF723FD7F9DC86F +:10BE2000F0BB9FFD243055017A6FB9FA1B450CCA4F +:10BE3000CF1E0A14211C19472857F46039982BD6B5 +:10BE400062A9E6719819CF0379FC7988CA1D30EF91 +:10BE5000E760CA26A415D3BCC13C19EF0DD27BBD47 +:10BE6000C9032E1C879E6557105FA8AFA901FC1758 +:10BE7000CDCC609B00DA6167CDFE8A91F47C4811DD +:10BE8000A9BF4552AFCA8034B72B931AE4E9C03F2B +:10BE90005B85AD355E062C39A9618E0BDB29D4AEEE +:10BEA000EB4FD36A18D0FDF9B643DA7BE322FD14D9 +:10BEB000AD6B15029319CB6EF27BF4246C27894E7F +:10BEC000C46719EB477AE0F3F6C991F62BF0BB355E +:10BED000D4AEB11FF8B3ABDDEF498BC2AF4B101A34 +:10BEE000FB01EEDA0B1F877EB2E72D7BD12544E301 +:10BEF0002D737CDA19B52B6A1A1256513FAD821791 +:10BF0000E0ECF043820A78A84D4C5C19D5AFBA0E2C +:10BF1000F08EE2C32E2164C3FE958798023CC35C79 +:10BF2000F6906D16C0AE8509BDEDCA48BEC5BF739B +:10BF300051FCD7F5A74522F1C93189F8E440E6550F +:10BF400022F52730C101FD65C95A0ACA79D6403A9F +:10BF5000D3E19D6D508178C7CEC32E985F1DF8EA5E +:10BF6000C53627D381CF5E063E457837F029967FC8 +:10BF70000D7C89E5DF001F62FD8F800F11EE6FAB36 +:10BF800025F895368DE057DB1A08FEA7363FC17BB2 +:10BF9000DA1AA9FC495B80CA9FB5ADA6FAD7DA5A6E +:10BFA000090EB705095EE460AD48C7991B655D04DD +:10BFB0007CB3EB3CBB1CC06AD9DFFF24B41AE9CFC9 +:10BFC00060C2801F3E32F825DBB370CBDBD08ECD54 +:10BFD0009219B001EBF62C0CBC4DED66782578FE7D +:10BFE000B23FFD5F8F54231D92BD489FD405DFF102 +:10BFF000213FA62E8347C00FBB6CAA945EC9D8A967 +:10C00000DEAF373827A0DCB28E34A0F729E5918D5A +:10C01000084FABFEF81BAFC0F77EA3DCD3E3043CB4 +:10C02000B666361C571584EF27B8B4CE9784F8301F +:10C03000767FCF01787ECB004A0E4D8BCEA07F2D30 +:10C040000074BE96C3CE32C6DE9EF580300BDAFD9C +:10C050005679A0E749A87F16D4C52C981F9BBEA689 +:10C0600067B18BDE97B378FF0D9385487D66CF5D12 +:10C0700066BDD1FFFD3D1AB0DEB1D322F5FF1368D6 +:10C08000AF03FC768932BF1AF5F619D1BB8BA15EDE +:10C0900050D7933C6E023D04F8DEEA97489F9436F1 +:10C0A000B13E566C3012D4A7D5297DA84FEF4BE591 +:10C0B000F290CDE4F70681BF445D60A02259EA3CCE +:10C0C0004960255036F0E7261FA668003B23306301 +:10C0D00051F512F6C7689EDE2E017AC07787AE77DB +:10C0E0008676417F2B917FC7E13C7279BED57F4137 +:10C0F000C5F92EAD735681D287E7AAF95E18F133E0 +:10C10000DF8B6D87FD8A51F5E67BEC8B0B32CE73AE +:10C11000D716467A27A564485D5B61ED57AC8EDF84 +:10C120006F543B268DFD7D268CD18F295729762D86 +:10C13000A906FB992D7B7741D78B17DDEB23F95CA3 +:10C14000CA4409E6212501F4A23BD27E525AFD3FA2 +:10C15000A7C2F7FFD9988F940465C12CC283BFCFC3 +:10C16000762F9F8BF2FCAD6745B609E00C99CF7333 +:10C17000468F520953C6DCA95C3E1232562EC4E7E4 +:10C1800009DB65A6C2F344A6DBB2AAB114BC618682 +:10C19000FCDE3B3B0BF9C326785F425353BBE6E61C +:10C1A0006AE8EF9AD99F2620BED7FC5C1424EC3FA6 +:10C1B0009DE3513935A915EDF8CD530BA6AD007AA5 +:10C1C000A60ACCDFEF1EA947EE4AE5FAE545C61AF6 +:10C1D000B05ED879AA15E7FFB31AB780F2FCD9C7C9 +:10C1E000DC0EE519788EB7F3F1A305413BD2EE01E1 +:10C1F00066BE06F82F8797765B6B0B8EC3BE03F483 +:10C2000012746DFFD3354EB4231D171DD43F630345 +:10C21000C96887ECAE80920ACF4BB68A1A7EAF43CC +:10C22000490809D03E25A9EA908A76D1277A514F4C +:10C23000A45C2F13DFF7BA6F0F21FD1FDFEBA2F60F +:10C24000B62467C805F08BDA79A50CEA5FAC9315C4 +:10C2500094E3177B16FB498E14511947764D1171E3 +:10C260003E5ED43C439B8085538430C9155BC342FA +:10C27000286727EEC823FDDB212843522589832A1E +:10C280005F6D882E0CB9C316DEBB03F5F57487F21B +:10C2900092820FBD47506E3BD72B5EE4D76B957DE6 +:10C2A0007B7F0EF59D9AD35F02FAC596BA6FEF19A0 +:10C2B000AC6F849983F6BD5ABD737905C99B6EC86E +:10C2C0009FF0A503DB8B0D383F58BF02E9D2C90EA2 +:10C2D00096C177EB0D51EF557609C538CEBB18895D +:10C2E0007F67DAB5EA7237E205FD98720B15F5EE55 +:10C2F000DD427106814302D0355729910B518FE6FB +:10C300004A2C05E627D769B3C8BDDA69D503368359 +:10C310002FAEFBC0FA3C9F45C1F09DAF1B7C124B7A +:10C320009FD871E566C8A9884F6EA74C0F63F1CD01 +:10C33000CD2893FBAA0954526A917EBB7C3E685F6C +:10C34000A4398754EFA5F1BD8E0DB6233F16AE1B61 +:10C350001BDF6B353115F9E25A50BEAA8AEFF5772B +:10C36000286E9C7F3EDE9412AB1CBB5325921B9023 +:10C37000E79753A12CED11C11044FA1FD79BC0F4CD +:10C38000287D3A7E7B9A059E10CAB5B49FB4BBC483 +:10C39000523FB97FA2A57EEA9E2A0B5C19BED6D277 +:10C3A0007EDAA17A0B5C3330D7D2FE9A530B2DF094 +:10C3B000F4C13B2CEDAFFBA0C5527FFDD0372CF56F +:10C3C000375C5C6B817DEC114BFB1376B61AED3B51 +:10C3D000F3780734E46725A312F59749AFA70D7DDD +:10C3E00030EC9F2AF2D030FD41D73A3CE0DC47F5F3 +:10C3F000979CC8E99DE485F7A2BEEB52732DF08BA4 +:10C40000C86740FF8C79252C10F57E62F9441688A8 +:10C410006A97B5B8CA520F1CA0BC9F68C0E4679564 +:10C42000925CA30E7A096C5B67E6ED8DCB81EFD64B +:10C430002639C9AFEFBA5EFD5E13D43FF6868DADE7 +:10C4400087771E33F8FB68A6F6239CFF921E3BD32A +:10C45000212ED93BDD1E467D91E2B693BF9FE27E41 +:10C460003A80FDA6943919FA972975430CFDD8CE68 +:10C47000B61EAD0CFCEDDE365D2B03C525D7F9C32A +:10C48000E8D7C8194C15E17BA9756C2FC2A91A878A +:10C490001F4B55E97BA91AB48F964705FA891AE70D +:10C4A000715124FD37D4E520BB252BCA6FFE310323 +:10C4B000E32FB077202F67E74F227F92C42D07DA52 +:10C4C000CFCDA3FAE54F8B54CFBE482FC4FAB35952 +:10C4D0004CDC04FA2DB9D44BFA75E82189FC8EE6C0 +:10C4E00039BFB4A1BFD0C4FA6D3C3E0B4BE8AF5F7F +:10C4F000CF06A9BC816909F87CBCE8BF17E1DAD096 +:10C50000D69928FBFF9C1E388974DA620FFC2D7EB9 +:10C510006F4B9ADBABAB88B5522820BF743BAA3671 +:10C5200015A35FE4DFF2367DCFC6F07B772E98BC93 +:10C53000AD01F0B9F319D12B507BCD89FAE24E5FF2 +:10C540008697DB7FC3BEC8CC5506ED6E7BB4AC0AC4 +:10C550009F67C87E1F8E2363B122E8D0AF9AC6EDD5 +:10C560005C4246F521159E27F4CA5EEC2E91A9F592 +:10C5700048AFC41EE60D03BD1696A8EB57E0F75D65 +:10C5800082B20BF471DE3DEABEEFA0DFA9947825FC +:10C5900080F35B5BB739D17F659E21A4D76336B04A +:10C5A000BBC8374FF178B033F3AA7D36E41B9FF355 +:10C5B0006307B45FFB868DECCFDA67E410FA0D8A6F +:10C5C00073BFF61EF049F6326EA74A765C4576AA2E +:10C5D000575076929FDFE5F0A29FFF1CF2850DE396 +:10C5E000B21EE28FB359DDEBD17599E0EE139115D0 +:10C5F0002665EC5D8FE5E4FCB322480E9B5A267459 +:10C60000A4015C59512CA5ABE8DFFA3AB0ACA95BA8 +:10C610002E654079CD2C41CE42B94A2B213E5ABAE3 +:10C6200072C129F47F7C8A5BC5EF975CEB5C8AFA68 +:10C63000595200BF69F1E3632979BB1040395F2982 +:10C64000BF4F7EA40A7A1CDEF3A5BB89EFB30DBEF3 +:10C650008792C7558B13C9EE3E666BDD6B8B8AD70D +:10C66000F29BC2825681EFAD1306DD91782AAF6945 +:10C6700080DAE53DC02AD13F296C1A145AA05DFE2C +:10C680003D56BEAF4F0FA89857287CA0C7F25C71EB +:10C690001E24FA768A5C1FA5A40592D02EA6DC582B +:10C6A00096867990E474D6BCA022C2379F1A71E2B4 +:10C6B000FB067F98FADCF46F3F1A8E4B2F8444E020 +:10C6C000EB9787029B26E03882369A6F3614965293 +:10C6D000901F1F5C40FC58E8B940DF6FFAA4BF2BE5 +:10C6E00005EA6F730CED4F41FB7537F7C376B9ACB4 +:10C6F0007172308DEB916FA6713D66DB04967D2AD9 +:10C70000947616207DCAFC8347A0FFBF6785959B62 +:10C71000C86E0F090B407F780CBF6DCACF947A06A4 +:10C72000E3280E2BFBA83C6C9407A0ACE074C189F5 +:10C7300027D1291D399F7D9D196F62BB3EA6BCA9DB +:10C740004495B612656E397EEFA0D8FF12A94BA6AC +:10C75000A13FDCD799B60BE30906F14A02C0850F69 +:10C7600065100CED37517EE8BB090CFD2435286BB4 +:10C77000AEE491DF2B62C3F65DC4F883E91C76B2A8 +:10C780009E76E4A3A97BA2EC3F433B6785A71DB23D +:10C79000C2350356F89A5356F86383AE10A59C40F1 +:10C7A0007F89E800FFA70E7E2CA03F7F1008CAA655 +:10C7B000833D6743ED3701FECDE057A0DF57A45B13 +:10C7C000E3A1E6D31F9E66C9444D4B1CD47C3AF1CD +:10C7D000AC988CF6D4EA5F349FBEF75E6CDF1CDD4C +:10C7E0001EE872D6ADDCBE1C4AEDC9C0B639A897AA +:10C7F0008312E9B577777C368EFB474399FE24E4B4 +:10C800006F95F0BEF321D18F793567B04B1F0FF8CC +:10C810003A55AF1D5B3DEA3DDEBA1FE093A71CA869 +:10C8200056D86CE9F0A136D43305B2EAA0FCDC3D61 +:10C83000CF2702BCE15FA11EE093AA9A4DF6ED90CE +:10C840008DE66783C0F31A1B6C8CF22366DE6EAB39 +:10C8500041AF2D69A6FFA627F23C503811FDF7A97C +:10C860007B18ABB0E62BDCBC5E73637D6538B65ECF +:10C870004BF65DCDA700FF6A067D12E6D34CBA43A6 +:10C880003DC1533436B40964AEFA6DF95C341DB35E +:10C890001BADF094D3AE0EB4C3477D4EF25F99F456 +:10C8A000D1BE9F03FC29F8D3A88FA79C4E92709C01 +:10C8B0002744DEBF97C1FB51F4CF6267C530D46710 +:10C8C00005DCAD216C1F531F3C7D6CCA010BFE6162 +:10C8D00027C6A149D3201E43BDC65ADBD12FFC5128 +:10C8E0005A5206F90F15AC02F960B6E4F68691FECD +:10C8F000EF485E706B99E3ECF893CB511E8E490CB8 +:10C90000E56743B1BA15E30AE51712D93D259155FC +:10C9100056BA31CF3A30E50090FEE92FBDACD316C0 +:10C92000C9A3FEA88D31D4FFFD6D4E86FAFF953662 +:10C9300085E057DB3C04FF539B4AE59EB6722A7F95 +:10C94000D2E6A5FA9FB5D512FC5A9B4670B8AD81C8 +:10C95000E09B327D87D3603E4F433BCCEB2654BEF9 +:10C96000EA2C45FE6892306334424E6F5BF34DE72C +:10C97000129083671E3F7C5326D0E5E40312CF77E5 +:10C98000E8876FDA5B1695CFD56455B99A110F72A7 +:10C99000E132F3BB20DF9328BF1B7082C9C931E2AB +:10C9A0006E07F3931E62ABBD4EFFE4CBE927201860 +:10C9B000FD0CDA46EB47E3FD00A1BB7B603C1B1995 +:10C9C0006B45F965F2407707E6D98A65823F1054D6 +:10C9D0008309076EC4713B50CEBDE836E85A1EC6C7 +:10C9E0009DB681568A436BDC461CFA6D8A4B3BBE72 +:10C9F000EF64EB8B23F1A81987C6C60351F1BDC5BF +:10CA00007E600608F92BC129703BC986E31FE2B797 +:10CA10009634DE6EA2726C5F2AE5A7783EAAC2F356 +:10CA2000717D9A37024F5153F7A745D57BCB2B67C2 +:10CA3000A647C1E5CED4A5ED51F9ABB2A4AA7DE9D4 +:10CA4000DE08FC367E90E7AB34D4F7FFD3F92C67D1 +:10CA50002A9F8F1F66FE380DF311FADFF23CDFEBE1 +:10CA6000993FCEA5F8D6B07B452CD9BB09E3DA12A5 +:10CA70005D4C40797A99911DC518408CB647AAC083 +:10CA8000D00E47D9A337296E37EC51612A4BF08E6F +:10CA9000325F51F648C2F9005AA8F6ABF139A378D3 +:10CAA000D5AC0794C364AF18B7A7545F8A7642D455 +:10CAB0005C532CFDD0BC9687A2E699617C67B54B90 +:10CAC00093FBADF07F97DD33F96B8B3CE044BDB554 +:10CAD000E58BD1F9765BBAA9EF87F116BFBC264288 +:10CAE0008F427C528225AFD720D4C171063A6D9611 +:10CAF000EF3607AD70D30356F88E7BAC70D4F7C811 +:10CB00009E5E31AC6B27A3EDFA7BA02F51BFA983AA +:10CB1000CBE78172672B59F18DE8CFAC62DE6E1CDA +:10CB2000FF8A9E444B9CF90EDA5CCAA30A945F7795 +:10CB300032F520E66F8A6AC72BA81FB6B74C3C882F +:10CB4000F99AE77DE5645F7AD253791C26161F3C7B +:10CB500083EDBE368975A0BED1B9FD770265309EE2 +:10CB60007DEC6149437DAFAF6721BE5E62F51B5628 +:10CB7000F55AF3162D31F9886D0D6B8B4AE07DF572 +:10CB80003B0902FAE7C5D5E77CA5C8FFA0B7304F3F +:10CB9000D3529D568F7ACC840BAB4B6E8C869DEA1C +:10CBA00050FB0BD0BE582B5F8B714B6150B5B7B8A3 +:10CBB00047FA352D9DB1795E9DC687F44C4F1B39E0 +:10CBC000AE2B1D87D9DF39B057382FEC0BE0B7AB50 +:10CBD000A3E4471E14502E5B824CC3FCD68A754CCE +:10CBE000EB83F992580ACDCBC9274B77615C08DDFE +:10CBF000901FA11A32F8E374CEDFB1F3D9D22489A1 +:10CC000085F05E8B4762981F62C112D215C4E7F0AF +:10CC1000CF969E8FC35FA29E689228EE4A4B057FF7 +:10CC20000AE0739B05D60BF0B9A669073D00AFEA91 +:10CC3000625E72C7D84003EA91966AB0FF8407F734 +:10CC4000479CF01FF5877E21F0597130CA8F403C18 +:10CC5000D02F9C827C67F52F5AD02F9C42743A17B4 +:10CC60004DA79B206620F9731F23BB1565C7EC8574 +:10CC7000A3DB313B233B067E5365C48E25CFF4F600 +:10CC80005C05CF87524515F3C99D2BE5863E6B3E6B +:10CC9000D1FE651EE334033D56804F601CBF4C1827 +:10CCA0009A8CFDFDD2AE081D68BB58600BEAE5DF2B +:10CCB000286914D71C4FF54E1679BE5377D601EC70 +:10CCC000F2FE2D03D8E1F8DD9C86EB23704242DAB8 +:10CCD0005C847F99A6EE40F83FD2993EAB0EFBE70D +:10CCE000F0869E3FCE3950803023FBA064246DD265 +:10CCF000EB100F8E1FB8CC3AE71BAB9CCFC22016AF +:10CD0000E8A3F8F48D12F0CD5641DD56531C792F6F +:10CD10000DDF13C6786F81BE511EE53DB7F91ED0F9 +:10CD2000B6FB6AF4EF383DB28D7AD1C027FAFB32F8 +:10CD3000EA1D259084F1D0D68DB282F6E6ABE29161 +:10CD400075A9712FD737DAA491EF01DAED26FEE24B +:10CD5000E8F887B03EFAFBB631F0FF4BD3E352FD63 +:10CD6000D98DFA2BC60F9AAFCFBA8CF1027E36F46A +:10CD700013D5409238567FA033D78F3EDEDE98FE23 +:10CD80005C849F27B0654CFCE2F407E3DD1A335E58 +:10CD900097BD74647F289FE12C4AD111122910CBD2 +:10CDA000C8A8DF7D32B727815E5A67DA1E6012C6D7 +:10CDB0004D23BEBF92FB03094C0FA1DFC9CA035B21 +:10CDC000A2C7FFF8DEE9B42EF1EC3AE675012ACFEE +:10CDD000CABDA4876B57F6FAECF07C4713EBC74F3C +:10CDE000EF681A70619E66C7E0804BC5FA078E6FC8 +:10CDF000C4EFD67626912E9ECE7A294F5E72BD4C18 +:10CE0000FB4052AEFFC4BF12BE53925A2561FE864C +:10CE100019FB1C3AD3EA5EC0EF96D83427EAA7EC98 +:10CE20003A59C138A8D3DEEAB363DEEB4EA6D23A54 +:10CE3000BEAC88C5945F63433AF0CCB34DEA36CAC2 +:10CE40002375CA4C20F950B735201CCC24BDF42CD6 +:10CE50002BA6FCA0BE4EE27E216B151626D13F68A4 +:10CE6000DD61987E42EFDE9948BF558CE2B1E26504 +:10CE7000BD02E251FCFB2495AFF3C2DFD5863E94A0 +:10CE8000086FF27B9E199E3F9E97620FF0F76176C6 +:10CE9000C83E15342921B20BC67ACC12C67933E7C5 +:10CEA00001F92FEBE7C4C0B2A395D699D875E63A3D +:10CEB00093B53EFBF42336A4BB22B254DBF44BF70C +:10CEC000B76470CD5EF4670E362612EF163759ED53 +:10CED0007A518C5D8FCD77D46A9D3331AEC88EC9BF +:10CEE0007780F890BD32F964449CD7CDE33807F3DE +:10CEF000F6901CB026E5FD4991F8712736443FAA0B +:10CF0000C0F0A362DFAF53F41F201D4A6486FE1AEF +:10CF1000EE1B12613C8E84565A97C4CC6F7B4EC474 +:10CF2000CF15ECCC995305F65F64018CE7DA052642 +:10CF3000231CF9EE20C3EF0619E81F9C6FB7C8F059 +:10CF4000BB1B9C1726615ECFE1FACF49981F4D01AC +:10CF5000877800EDAAEC5750E836D8D47D189FE8C2 +:10CF6000476CB44ED8A17897F8E0FB1D8733593B46 +:10CF700034DB90C4F32D1D1EAFB3B202D737D46596 +:10CF80000CE476CF93F7CE7502D31DC7853C888F0E +:10CF90000E64AC267BE8B898C70251795887DCCA82 +:10CFA000907E8E8B8596E7FBDA18ED1B32E17A775F +:10CFB000C92CC4E7D7867E99C9BC9DF8DE4CA7640E +:10CFC000590F715CCC6181F4D1FACFB73CDF07FE19 +:10CFD00034EE47BA74FF8996F515C7C5D238FD5FA0 +:10CFE00015D3BF326AFF917ED32DFD76C98CF2E94D +:10CFF0007A6322F1436C1C7321A37E302373E47A9D +:10D00000D4867CBE1E457F00DF98914AFB22CE6706 +:10D01000F03CEAAC79A532E5DFF2ADEB52371A7C91 +:10D020006FEE979895618BF197BD32E5EBDCB1CF50 +:10D03000AD7EF213C84B3523F11593AA07109FB5A7 +:10D04000CB1C2AAE9FC7CBBB9F6E63B40E70D2D5EC +:10D05000BA0CF555EA536D095D20A72751D7811FFA +:10D0600055FAD4B3737518EF6981E7F3BA32F68DC8 +:10D070005B3E4A9C67964D32936BABC6A8B787C799 +:10D08000E13EA726434E80CB26A35E1DAE8701D688 +:10D09000627CC04296712D6B152CEB51A7310FCFDE +:10D0A000F1A9593ECAFEB0687CEAD2C6A877846B63 +:10D0B000081F89B5C6C3A7AEEAD2F89C31F29E5DBF +:10D0C00019C7C78D85CF32998F2F6EBD7D80E8B38C +:10D0D0004C34F3F4567C96314EDF4BE263AC530094 +:10D0E0003E3563CD17E25337C67C2D730C107D9609 +:10D0F000497C9FD568F8D45DCE7C19F9C10D76D0F6 +:10D100009F52FC3CA1991F7C32E54D6B7E90BD790E +:10D1100093AF0CFD5466C03F9E1B067C2ECC5B5B20 +:10D120004EF265C47F5FC32AD0F75F93B93CDE91AE +:10D13000EF0EB547C9F34ED06B1AE88510E81F2CE7 +:10D1400077819ED0C6E3FE350FC12F433CA9D1FEA7 +:10D15000B5722AFF1AF0C6FABF69AB25D8ECA762F0 +:10D16000B54071E5E47B048A2B63E9F66226CF7B48 +:10D170006CCD5196AE44FDED4BE0EB3AABAF835036 +:10D180003A123732D64FFA7DCBEDAC12FD8E89BB09 +:10D1900039DE19B3B2429280743A30D0867A66B1E1 +:10D1A0004DC57CFB069519FB57206E053F6EB9688F +:10D1B000E81EB03098EF1ED467BF88FAE7F94C9BA1 +:10D1C0009177510EEE453A78ED2ADAB13B4EE750B1 +:10D1D000DC7734476298E7763842AF639E1B14A22F +:10D1E000FF252FE55D2C79F1942FFEEE75DC47725B +:10D1F00012EC37C689997E6BDEFC89A6176C98F70E +:10D200006E5AEE5E237A1175818984BF3D142A46D9 +:10D2100014C20AFA87995E998501BEEDAC83F63D8A +:10D220006C7585C98FD82A2843ED14EF71F96B8A84 +:10D23000896BEF888119AE92639C2A35A5E0DAF3F9 +:10D24000067C347D24FD63F3EDCF645AF3EA9FB28C +:10D250008AC76761657E1A3973B1EF9BF9F38599C7 +:10D260005CBF6EB0737D13DBCEC46737D23013F969 +:10D27000EBA2F69E2D825FA13C28A0BD290AC2F335 +:10D2800028BAC9198302EAF778F8EF143ECA616335 +:10D29000C86D21DBFC31EE4F2E64F2FB381F2443B6 +:10D2A000C2C871EF1931EEBAB7CAD868F2C2D71145 +:10D2B000EE382479DBD5085D4C3AFCBF969BAF670E +:10D2C00032739F0FF9CF669E505AEF55C9FFCA12AD +:10D2D00079FE35A3FE43790AAF3F67E113EB7E5732 +:10D2E00069DF87823A7994FDBFC121A10BF342EB3C +:10D2F00079BEA830FC21DF7F1B6462A73BB2EF3010 +:10D3000056BFC5EEC795DCADCF0F02FD3CBA4CFB56 +:10D31000FFF4FAD61F0C529ECEA160DEE57B89DFBA +:10D320007D7E10F00ECA4EC50172F26D2910403D8F +:10D33000F8B918508A61C8694581FFC884FE372949 +:10D340002FAEEE53516F5729B81EDE147C243C0BD0 +:10D35000FC32257DF4FCAA6947FF90C9F356A76DFE +:10D36000E1025C47A82FAAFF43E6287E4153F0BBA9 +:10D37000D4DF0C439FC7D62B599CFECF19F675C935 +:10D38000BDAF7CF832E09DA85654098057624538FD +:10D3900063118CA7E7ADD22A74F79D467BF0EDAB05 +:10D3A000919FCFE5051C5951DF75AA8A1C207DD5B8 +:10D3B0003F1DEB67FC67C5DFBF05FDF5DCEC5630B4 +:10D3C0008EBBE0B5558B2523F1807E14ECC77971B7 +:10D3D00013F1B9D9CF6BAEC1E728AED2EFBFF914C4 +:10D3E000E8AFD75207F304803D4FDF727306C8D110 +:10D3F0006B99837958DF20143C7A00611BB717CBF7 +:10D40000B30A1E453F66C6DC8F5E781C65F52A3B75 +:10D41000EDEBDB68F835E6773BB3241A4F6716A7C8 +:10D42000A7498723F7001D32E2D3A1DC681F458797 +:10D43000F2ACCC9174F869913601C70548A62C2A44 +:10D44000C6FDFC2CBC1270D4B2FBE74C832E72D408 +:10D45000FEBF7A1CE9CA423EB198FAA9E474E8F921 +:10D4600018CF2598FD4C2AD2AAF0F9917BF6111E0F +:10D47000AEC37CBD9765E81AEA5B0DE6F7592FBD90 +:10D480003F1DF1887DDF9C8F43F95CBF85B27999A0 +:10D4900066F8419BECBD9E05502A654F7F5381F78E +:10D4A000BA8BFB1B47DB875F97CDF75F41C8A1E1D4 +:10D4B0007B9DCA2BCE96A8764B0DBA1C2CD01A1089 +:10D4C000DF44DCF706F58FD602FD00CFE4C3E95553 +:10D4D000146F95B1EA85209F0F64737E02BCFD88AE +:10D4E00077E2F45ED45DCC55C6F17ED4F324C37CE0 +:10D4F00081AB024A7A3EC8504E5C2CA0602EA8F93F +:10D50000E98A473B6B711CA172E4033D3BFC289EFA +:10D510000BE8431F05FCD98701C63868A71DDAA0B0 +:10D52000BF9F6BA7B82A765C01038FFE3CAD19F153 +:10D53000184127C7E00B8FE3BAE064BB5787473336 +:10D54000C4DEC616E4ABB96EB2F3F0BC3114C557F5 +:10D55000BD061D7AB3B85DDEF8076723AEC7C6D235 +:10D56000F972F9ED5B23E5EE5BA3C91DF0DBB711A2 +:10D57000FF11FC961297DFDAE2F09B8ECF63E91081 +:10D580000B43CF3AEE6F9330CF8CEBA017AFD6FFA3 +:10D590000E60A7C05A1D1E846BF5B770BDBA442635 +:10D5A000583BE5D30F40BD2BE0A6F61F0881C711FD +:10D5B0005F87A2235941AF6A34BF8559A63DB8B2EF +:10D5C000FE45A7A6B5603DF42FF1FEBF8FE3901591 +:10D5D000D65900ED1C658CFC2CF33B7719DF993193 +:10D5E000D71DC0F99B61F8E1265D6FC8E6E7379269 +:10D5F000B2797C174F2ED65C422E1AB387E5E287AC +:10D60000C4E797908B8D467B989F7F20398A2B1794 +:10D61000AF529958C1E52211E5C28BDF637A8307C7 +:10D62000F1E572B02FEB7F931C9872F274F62F2CF9 +:10D6300072F238C07A7EFCF1AD35C6978CE383FA7E +:10D64000799536DA577F814DDE85F44CAE55641CF2 +:10D65000EF1B5926DEDAA12C9ABF4186FCDAC78679 +:10D66000F63A50FEEAF8FEA55BF4018DBB47BD6CAF +:10D6700001D41F33DEDB69AEA35DC5F74933B9972B +:10D68000213D62E5D75516F606A2E4EDEB86FCF6E1 +:10D6900065FB4F21BDFAD8E004F473CCF9881DCFA7 +:10D6A00019E37BDF2DD4CE8CC6E797B21B4236B789 +:10D6B0001B82314F69FFE96C1D4DBE67DCF7139289 +:10D6C000EB78FDFC9721D79F1AF898FA3D11F53BAE +:10D6D00092C7A3D339BB28FDFE29E9F77B3659E46D +:10D6E00015E4FEB351E53E1DE4BE7854B9FFAF38F2 +:10D6F00072FFE568FAEF2F20E7EEEC51E4FCDFB2B1 +:10D700002E8FDEF30C7ACFFB8AF4AE30DE2FCDBE47 +:10D710006C7A97668F4EEFB2ECD1EC7A7C7A5764D4 +:10D720008F629781DE93B347B3EB9E1176BD7A3457 +:10D730003C9CF87D81DB7DEC87E5EB3AD2515BE1E7 +:10D74000A6753EB3DD19DC6441F3A8AE417FFA391A +:10D75000F0C7306E047B777DF67FCF7CCF457C624F +:10D76000E77B86C8FDB35D4F77937FF617F8CE92BF +:10D77000D1BE939ECDF5FAA5ECFE372276FF4EA4DE +:10D7800043ACBEEC33CEA7F4E7055665737D360790 +:10D79000F5D3CE87D304CCD7E76B6101FDEF66C329 +:10D7A0008E9CC852B91E32DEDB29870519DBB72AE9 +:10D7B00002EE078AEAEFFEB1FA8BC503F05B8BE35A +:10D7C000ECCBD6BE89EF9D31BE37ECBF197E445FEE +:10D7D0005AFF6AD4DFBA61AF7483CF4D582BD41E81 +:10D7E000C9E676E5BB58823FFE006EF546FDCDFDED +:10D7F00044AEAFCDF188FE7E36887605C2BA90453C +:10D80000EF2F7BC9D4FB789EB1394B36F5FE06C4A9 +:10D81000AF2DDBE437DE5F3C3C9F36ECCAD3C63C21 +:10D820009830E0D96BE0F9C45878C6D2E972F17D3E +:10D830002D82EF8EEC9AF8FD99FB0ECC79B3A39272 +:10D840008038F948A7A9374AABF0D15F0DFBB1FE8C +:10D85000DD387E2D51392092425112B0DFE78C3CE9 +:10D86000F273F76CA375B1BE754A25FA75B9ABB9F9 +:10D87000BD53EF29ECC37D04FF60CC572C9F0EBF36 +:10D880006FEF9F30AD82E8F263C4FB863AEE27A6C5 +:10D890001CA65DF74C2B526414A63487EEC1F8B673 +:10D8A00047D03DE80FE973DC7C5DCBB378D4FC87CF +:10D8B000599AF90D73BCCC537D89F6EDD45E49D4E9 +:10D8C0005BFD57D2DEA13762FB081DD32B895CCEEE +:10D8D0007E3A77A73952293F76D2E00798A7E3240A +:10D8E0002FB8A9627A84AE23FBE7F3E5F3B70A48C1 +:10D8F0006757397C0A9EBAFC3AF94FA2DA4BFC9181 +:10D9000050C6F98379DEA6FE22784C9B66C5A372C9 +:10D910001AE211E9BFDBC4E7BD2BC1C76C179F2E0C +:10D92000BC9D5EDF4A79037DBDCC3AAA298F407940 +:10D9300085A0EE501C507EEE2A0CA113965614F8CA +:10D940008CEB8FD66BF8BEC5D6A958BA9942E7C4FE +:10D950006FF0322FEEE7B8C1E9D6319E665FC81F7F +:10D9600045AF4744AD53095F26FE59DFB77B46F903 +:10D97000FEE5E62F523D5C5EA2F217A99ECC51DA7D +:10D980001BF98B6436A8E3391688F9785E15833F56 +:10D99000F49BBD2A8DD36C5FE0E1FC9212C7EF2BA4 +:10D9A00030BE6BF2F792AE7A5642FAA45547BAF5FA +:10D9B000353205D7C1D1EE233EF32A1FA4E71782E3 +:10D9C0004CC1737ADACDA932E665CDF199E335FB26 +:10D9D000F71AFD0FE36FECBF3F6D638D7FEFE6E35A +:10D9E000AD8AC26B6991CF1B3D6E73BCB1781F6A63 +:10D9F0000B8667D9709D2B40657A7026FB2DAE2370 +:10DA00003AF97CDB1B41B27270B979E0CEB580C2C5 +:10DA10005929701DF67BEF551F3E860754069CD38F +:10DA2000DA919FEF9F07EF14D33E7509E7EB2FCDF7 +:10DA30001F1D49DFA2BCD85E9B53919491FCD1314C +:10DA4000BBB2318334957FDE6188DB3B8E784FB982 +:10DA500001BEDDE39FE701FC3B8E791B33E1BD9EF8 +:10DA6000ED93376F467881C0F77FEA47DC3EA05BD5 +:10DA7000C71C0E07B6FFAF793AC24B05F22756C155 +:10DA8000FB04EFB5FA7B11F9EAE279AE1CEEDF7424 +:10DA9000F88438EDB8FEFB86C768377FEC76BF3672 +:10DAA000DB2DE3F700C46BF733E3BB410C5DD03FE4 +:10DAB000BD28923EEED0D2F4AF21BDBE10E91CBB12 +:10DAC00010FCB75FE07AF1D1BA6C7513CF133EE862 +:10DAD00021FBA41C9E0ACFB7D58B22EAA3FDD767F2 +:10DAE0006F9E06706FBD28E0B93287ECA7F54CDC5D +:10DAF000EBDB8EFA485D437CD1BD14F8B992F8F99E +:10DB00003BD48FC69F6B8FF0E77880CE3F393E9F26 +:10DB1000011F75211FBD31EEE4D7D18FFABDC0E3DF +:10DB2000EA0167E9662FF473FF1E89CEB5C5E39756 +:10DB3000D1C6BB04E0B76AA53E3C5FF0566D3A8D96 +:10DB4000BFF78BB45D98D47E2D7F88C679D4278AA1 +:10DB5000EB551AFF13D1F2B17FBA63C220D93FFF50 +:10DB600053381EED97DCDE8D81FF8EAF86BFF754F4 +:10DB700000F1FFC24EF80B7B3209FFA3B5A5B4EE4E +:10DB80002B257DE2467C603C2EB42F80EF5FE1F7D1 +:10DB9000A482C17CD40F26BE97AB175F1DA9175F67 +:10DBA0001D4B2FA21FE0E1FED127F7AB744E8FFC77 +:10DBB000A378FAE980C7EA5F5C867E3AE0A9B97289 +:10DBC000FD04743F8CEFFDB974671A5315F041677B +:10DBD000E0236AA791BE071D43FB64848BADC4C7D5 +:10DBE0001000293723BFAFF373B80A7C4CD0DF1D78 +:10DBF0008180275D8ADF7F5A91FF0CD2D59631282C +:10DC00005D49DEFD8391F3F3C158F3335BFAA8035A +:10DC1000CF6D9DAF1368BCDA4546E71E75A6A620FA +:10DC2000BE33341B9D079195C10E5C579BAFCAADA7 +:10DC3000A837F18CB21CB5DE90AA39991CB59E9418 +:10DC4000DEA058E04CBFC7D23EBB51B5D4E704CAF2 +:10DC50002DF579ABBD16B8A0B5D6D2BE28A859E02F +:10DC600062BDC1D2BEB4C76F81C7F5365ADA8FDF45 +:10DC70001EB0D44F08ADB6D44FDADD6A8127F7075E +:10DC80002DEDA7EED12DF595E11E4BFDB443BD164C +:10DC9000B86660BBA5FD35A74296FAE983BB2DF5B2 +:10DCA000D77DD06F81AF1FDA63693F830DEFBB1261 +:10DCB000F83E4C51954D7E142DF57CFD4967C7CB40 +:10DCC000A07E1133FFBC365C779DE191683F119BCC +:10DCD00067A37D1C3AFC87F6D51FB3BF49ABB6EEF0 +:10DCE000FB007ED8BF03DEF7D53AC88ECE88D93781 +:10DCF000E563252978FE74C62189E1BAEB7CE42B23 +:10DD000071245F31E03FE4AB4F0DBE1A392EE112B2 +:10DD1000E3D28EE37E34735CB7E2B8E0BBB7C0B841 +:10DD2000C251E3D28C7DDDD04F677AF1C8F1CD309E +:10DD3000F637C78E7306AE6B268F1C5FECBAE6A271 +:10DD40001C635D13FCDAE87352E7DFE6E7A4746C4A +:10DD500088F4D004D20FE719C813C0FE62B9555732 +:10DD6000468EC35CE7F4E94E2FD2C707FD84B002AC +:10DD7000730E517E904BB5CA5D62B955EE92BC9E52 +:10DD8000B1F90626644CFAC6E11315FE1B8D4F6EE1 +:10DD900065C01730AE5B812F90FEB7CA7F1E3DBFB6 +:10DDA0001343CF4F595D0AD246BB35551EED7CA7B4 +:10DDB000492F887B3A7232E3DB97DE9C2BB62FBD6E +:10DDC000397F9E7DD99EF315EC0BE8FF1D380E269A +:10DDD00007D42B895B76E78CD0FFBB732E276EC1EF +:10DDE000BC37E253B680FB65E07B71FF6B90F2DBE2 +:10DDF000AFE618F7B8C4895B5E35E81A895BCECB0D +:10DE000018B7ECB57D9BE213ED6B3C3E017FE0273C +:10DE100039E42F1AF14C90FB7917BC9907F028E8E8 +:10DE2000EF30CF97194D07EDE788FFE58EFFD0C89B +:10DE3000F11F1A6BFCAFB5F3FCC46B47F8B9FFD701 +:10DE400033A47026D0631B9B4CEB30E67A4B4380A7 +:10DE5000511EC4276FDDCD783EF338F6DBA0FA847F +:10DE6000BBDCF87C0D95F1F8EEDD9C2B8EBBDE8DD6 +:10DE7000C6FB0AF8EEDF73BE823F79A571D4068C2B +:10DE8000A3A0FF8E2E4E1FFD4C125F1731E2A90D8D +:10DE90001B8DF3B7ED3CEE49CCE574F883C12F6FD1 +:10DEA000E472BEF225D7921FDB252491BEEC3AEB3B +:10DEB000A0FEBA6D4288F1FC34CB85F70EE45C9D80 +:10DEC00082FEEA85C3FB33A2D7574E1B743811A1DB +:10DED000833317FA3DF3E0C9AF6747D3A171059DBE +:10DEE000F788D0C17A3F86397EBBD24FFB3B6E9418 +:10DEF000DC7C5F7719A3F3FEC0C9B7CCBEDA388AE1 +:10DF000003EF77E6EB0CF563628EC4488FAB7C3F82 +:10DF1000520FFC4771AAF4FD30EAC34F0D3B69F381 +:10DF200058CFCFB88C7D338931E7645CC6396CD764 +:10DF300025CEED96E41A7AD2CEB211FFCEB63DECE4 +:10DF4000B751FB7D64633D2C9EBEF4E6F2799823C5 +:10DF50006A1391BEE78C7D83B1EDCD76B1F43A3092 +:10DF6000F8DB4D9332F03CB648F30691AF273A5EAA +:10DF700033CB94DAA189D1FBEF52B58B13A3EF33E6 +:10DF8000486F6093A2E14CBF735274FBEC46C5022C +:10DF9000E7043C96F679AB554B7D416BB9A5BE289D +:10DFA000E8B5C0C57AADA57D698F6681C7F53658DD +:10DFB000DA8FDFEEB7C013428D96F69376072CF515 +:10DFC00093FB575BEA7FC406E7624A685DAE6FFE6B +:10DFD000AC42E0EBB34B3CB89FAA2BF376676014DE +:10DFE0007A9BE5814CCEEFF1EA4DF97FADCD1F9ED6 +:10DFF000350ECF41375AF44183A1170FB4ADA6FABD +:10E00000836DADF4FC7E633E713D1AEF1901D48738 +:10E01000903FB5B77D3ACEA7CBB81FE00321703F44 +:10E02000CA91ACB4D2BA057A529847BCE1227C2F8F +:10E030006ABC3EB6343C2B6ABC339DCB2DF5B39500 +:10E04000BB2CF50DC098D7422C7493678DE5F91C55 +:10E05000F521CB7BEDF92DDB51FE3678EC0CE58F0D +:10E06000F6A7D17E4BDF7C3CAFB101F755E682BD10 +:10E07000C99D311FF3E11BF6B478D08F31E91DCE75 +:10E080005D317FD60CA4F74D1E8C7F0FA4023D4757 +:10E09000B11F974BCF583A1E32D6EF1AECD675F90E +:10E0A000570DBD6696A0BFB6231DE71D913E09A87A +:10E0B00088FFD8798DD8EFC77E17F4DB0B28AFBF68 +:10E0C000073DBF8D8DD4EFFDB9FC3E8F0611022FA9 +:10E0D000F0971A6CA1063FE98356168276F2DBFCB4 +:10E0E000BC6157E68D5E3C2FF9A35CAB7D324B19CA +:10E0F000144B384A2F09C5B735A25E6EC8B4539E7B +:10E10000AE21CEFD692F19E3FEAA7CF2E7F3C70A20 +:10E110000B7F74E506E6E3FE8178FA1EFE0E1440DE +:10E120003F72198FDF81CFC3816A920BE33C62603B +:10E1300000E91D2B07B17633C8F8BE7DE6B61B7625 +:10E1400090DF1B78FE503A9DD78EC7771BDA1445B7 +:10E1500086793DAFA829B83FD3BCB70233B6D1FB0F +:10E160009BFFBBDA99B0B9AF30B67D10FF89F90BD0 +:10E170008F9BC645B798D1A1A34039EE8FF8AF5C0D +:10E180009ED7DE91AF5D403EDF91EFFF14E9C59C65 +:10E190008172A413C09FE373A60CC37FA07A0FC043 +:10E1A000987FC5FB672E63FD01DE6379D88F3CDC69 +:10E1B0008F9887FDB8793F00CB04670CC3766A9FC0 +:10E1C000CFDB5FEE77A2E6938F7B80DF4BFA89ACE3 +:10E1D000A5E0FDAAB70757903FB6347817953D6D77 +:10E1E0004A2AEEB37DB74DABC0FB2D6E5F3A4DC1F1 +:10E1F0007D2F4B57ADA0D2EC3F60C88BBD58A6FB1E +:10E200004EA462D1FF22E5F7F9BA9304EE0EA76B94 +:10E21000A7616F876623FF388DF3AF8175BE8A4E85 +:10E22000CB79AB5E86E374A9F21FA3E3AC9336AD62 +:10E230008CD3E5F2D675468E130402BEFB89BB2C47 +:10E24000A4131FD72BA3AD1F99E38DD77F208E7EFC +:10E2500030C76BD22D763FEBC6B27A3FAE8B4A8287 +:10E2600093EE9FC26B1B48AE929C865CF1F6CDD0BC +:10E27000FF2BC8A7B257453E6D36BE2719EBA0CD80 +:10E2800040BA756991EF9DB4F9E7205D46D0F1324F +:10E29000E9740AF5B00DE39C7E179D9F638A10AD6B +:10E2A000C71B8D7D53786019E9B9F1BB537721FD08 +:10E2B00036B6FCA35304FC56E4713DFB68C5F91A5D +:10E2C000BCDFF75136F4E02EF49BD725D17DC78D06 +:10E2D000CB3FAD89BEDFB779FF330AEE136E1CD793 +:10E2E0009989EB07CD4CFE24DA4F8CC5B331781FEA +:10E2F000F1A3DECED7059831AFCD3A3F0764C22BEC +:10E300007A002EC6788BEBE966C3CF34CFFF48493D +:10E310001976D473CB75EBFEFB153D569845FBA7DC +:10E3200052247ED3F190038EAB4B247E7A0E6FF293 +:10E330002DC57DD1612A7F87FBB93323F814AC1337 +:10E34000089F00530E6AC523F119810753EDD8CFFA +:10E35000E5E2F3BB7CBEDEEF70323D113E9D01B4C1 +:10E360001F40FAC87CDFDA936E13D6E970A9BF8C20 +:10E37000AFC3BA545E6FAEAB6707420CD76D13AB39 +:10E38000199D1311B11DC67D89031A9E1BFFE173F0 +:10E39000EFCCF74C80FAB28007CF1F007C44C63820 +:10E3A000560298F23CEF1C3940FB369489B84FD89E +:10E3B000D979ECC8A1EB19BF7289D6918E1D41BBEA +:10E3C000D567C2780013C6D397300C6B4E0FC025AB +:10E3D000C3B08EF04E63DFCA0F9F3B76A493AF3F6E +:10E3E000BC8C7AEF48A748F6C7C7924274AEF42FA8 +:10E3F000BC1EDCE759D98BF754EA2ABF9774236314 +:10E4000096F5F5E37976A27B4D41600FE293B46E09 +:10E4100088D253F61C3909F92B320F0344F7C83C54 +:10E42000F4F379A81EA07948AA18A0792852CFB38E +:10E4300012184F511D4FBBAB300EBA3FA25354C2FE +:10E44000F8A02C8DF016ABF9FA7A52ADA0A03FB42B +:10E45000C9D89F704B35BF7F4171F038FD17799C4B +:10E46000FF7F95C7F76FFD2A8FFBC529EA7ADAB7D8 +:10E47000E86C10691D3E054B77F4F83B8DF764435B +:10E480004F737AFCB42870222F2A0F02A39987F7C2 +:10E490008B398B33D2705DCCA7CA0F605CF9BCB1ED +:10E4A0001F0BE6E91F511F1DA94E4F08F0793B33A2 +:10E4B000EABC19E3BAD4BCC59B2F332E8E577FFB21 +:10E4C0005289CE358BCEC053B701BEF7EE49A77B3C +:10E4D000E94E344AD50300DFF7F36CDA0FF2691E18 +:10E4E000B7F3F78B4359A8FF361EDEEAC7D2F9EA25 +:10E4F0001A1DAF5BF840502D7AFCFE9FF9C85F5A99 +:10E500009F985C87F1682C1E27BEF81737CEC36131 +:10E51000BC77A8822694F291CD245C6CF83EB33B84 +:10E520000DDD9593CFF5E7DB865F7C421EA47CEF83 +:10E53000090FC4DFB46E6BBD77B5C52FD8F12AA51E +:10E54000E6C8739ED70CDADE8BBEDF62B9BCC08E24 +:10E55000DF033D63C957DEB67801DD93B2C288DFC1 +:10E5600041DF58EA57C5E43F973446FCD90BF4FF26 +:10E5700021A2C76295FB858BBD8E10EEB3BACD6F1D +:10E58000F5834FFE49A2FBF24EE0BB40EF134DE393 +:10E590007761BB587AAC1C1E3F8F0F86E9C3A82D4C +:10E5A0005BEC3F4BF4C07B4124EB7969A2C7A5E843 +:10E5B0001060A937E26BB17458B118E8533272FC9D +:10E5C00027643FD1E704D007F31FB1F4B8519A672D +:10E5D000C375FD150B04169D3F31F18DA5572C5DBC +:10E5E000C0FF3C9108F4F8ED66BE5E70DC18B7140D +:10E5F000FE3F344E3FE6A5151AC7397E4F8462ECC4 +:10E600000F506D1950BF0A8888E76117A1FDB0F45B +:10E61000EBB7635EBD25C0F7218EB02352D3C1E8AE +:10E62000BC4DECFD26B178C68E63BE612F46DCB3CF +:10E630002687F3D15F589A6FE46DA658F3DBAC3AA6 +:10E640007354BD6BE66B22F2CEF9AA39B8C0120F33 +:10E65000092C300C2B601FD77A2415CF731F6BCC7D +:10E660007C0AD5D442275FDF63D23CF2A73E5D2708 +:10E67000D0FD300B995375C37B770393E1F8FCB35E +:10E680005C049BFD9EEFFD98EEF7D703AC15CFE53C +:10E69000AD85EE83559171AEF5D8E93BB1FE49ECFD +:10E6A000F88391714FB992717F86CAA506F3AB7C4E +:10E6B0005FCDD05D8CEDAA8CE45959BEC6FDD72C38 +:10E6C0001EBF6DCE4F35F4722BC56997916FDD9CDF +:10E6D0003F4ABED5CD066DF8FE9D4E7798F6A10453 +:10E6E0006D1F0DF381651F4A807EE7A33BF71BB4C6 +:10E6F000EFBB3B21790A26CB7BB0C9748A43BE9716 +:10E700005F83CFF9FE24A6F2F36C09786F8084FB57 +:10E71000C0C07F8FA2D3087B7C60E5EEBE0CBC47F7 +:10E720004EA6FBE045E624FB1078480871BF4EED8D +:10E73000DE5B4DFE2EED3B6D0EDACE47F717482A15 +:10E74000A37B7402C540904AC47322C1928F0DE12D +:10E75000267456CEE3A5E1EFEAF07ED43A5300A743 +:10E7600019CFF93A9D591447F544F55F32DAF7406D +:10E770006B8D91B78AED3FB6BF6E631F66B7DD3B09 +:10E78000A0019EDD6F4A95ED8CE389F1E64F0DBF48 +:10E79000D5ECAFC599AEC851E7EDCFE5B82DE75D33 +:10E7A000CCD27C6F787DC1F4CBD89AA3D17E99DB93 +:10E7B0007EF7518B5FC6EE3EFA55FCB273F9771FB8 +:10E7C00045BFECF33337D1FACAF956505495917DD1 +:10E7D0005232EE8B8371161AFBA498AC4E403A3B32 +:10E7E00083799671FD2E5F25FCD3558DCEB54255AC +:10E7F0003F86B4E9B2977EAF639B791F80B1BEB20A +:10E800002D5749DD44F71CF17D5872A322601C6925 +:10E81000FAFDE6F7CDFED3CBBD02DE23166F1DE376 +:10E82000F3FC2B5EC7F87C34B93A2CB4BEFB1D5CFC +:10E830005F7843A2B86799E7217A1E1B570B05DC66 +:10E840001F3B2B0584824CCCDFFF72D9B731CFF54B +:10E85000AA83F2CDF77EEBC3C76A54A413CCFF346E +:10E860008AB79FC2FCBE344E24FFBCA780E7E7A452 +:10E870007681E2C28DAABDE15528DD79BE2905D099 +:10E88000AFDA107C17EF3D3E5FEEB7A15CB9F366DF +:10E89000D1F3F3E57C5FEA794F8217ED94F97E7747 +:10E8A00002BFD7B6DBF81D18B580FB7F6A01A7A7AA +:10E8B000A780FB473DB640796B05EEA7176892CC61 +:10E8C000F13B659DEE87705E94E9B92408142F76BC +:10E8D0002704CA1F8CA29BD9AFF322288769A3BD46 +:10E8E0006FA7E7381E7A3FCD7ADFEE04E3FD090615 +:10E8F0005ECE8B89F4BDEE34C0CB1DDD4F327F2E52 +:10E900008E7E9E785BFECCC94877779E36A580E2E6 +:10E9100035431F7A0E9D12922F472FF2F5A5010F56 +:10E92000B8FD38DF606FC6817EDE547EBE8BEB2380 +:10E9300027ADCB44F925C6BA3FBFD7A619FF45FD81 +:10E940000DD9AAAB713592A9CF7A47FA31EF6A1780 +:10E9500070D96EF87E1AD35F04313F88FB1E7E6348 +:10E9600080CBDD6537A21F7B6B1DF79356A09FC43C +:10E97000F5A5C5AF89F57FDC2CA0E03D42AB3CB2EC +:10E9800082FE44AC1FB4495B44FEC226F017F0FC83 +:10E9900052AC1F64EA9BCD4191A13EDB526D23BF77 +:10E9A0007E4BF9E01B37205DAA6595F21AE5038BD3 +:10E9B00067527D0D7DE72D7C753AB5E7BFA3E44D29 +:10E9C00020FACDAF79877E1FC19CA72DD5E726A061 +:10E9D000DDD969CC23DE473B3B2B8A0E8CFBC9ABD0 +:10E9E0003CA522F94B463EE4C0C309744FFABB5E16 +:10E9F0007708F3B9B38DF5AE155B245AEF5A517908 +:10EA0000DA87E7A2567409E45D075AFD29186735CD +:10EA1000AF5B64C7FD0B4A8BBB15F7023507ADFE34 +:10EA2000536CBC0E1E05D1A705E8339ABF15EB5FEA +:10EA3000C5FA0D6D0586DF50C5AAD06F3866AC7378 +:10EA400099FEC302639D0BD8C3BE20CA8E99FEC334 +:10EA50001CB1BE1BF9B745E6EBD7AC6E11D175B64C +:10EA6000F4D11B37A0FC579794E078BF69C47F5B53 +:10EA700082BF7262FCB9E50B89E46BA79D91FEDC55 +:10EA80005975ED0BED80DFDE872766FF16EA9F29BB +:10EA9000B01BE7C2D4EFD5A17FF4A68DF4593CBBDF +:10EAA000E70C4AAC0CE4CD1514A834E72129E86240 +:10EAB00072949C2719E3C9AC1E124AA2E4FA078695 +:10EAC0003E4C5DC7E358607A2D1FE3B3B2925DB848 +:10EAD000EF17EC06F905AE62B50AF9C76CFF816065 +:10EAE000E43FF6F83459C5F53089BEA7021E685FC9 +:10EAF0008A8389049704D3A92C0DA6525916CCA356 +:10EB0000FA71C1522AAF0A16D3F3F1C1490497072B +:10EB1000A75139215849E5C4E075544E02BB82ED36 +:10EB20002A823E2A27076FA6E753828BA89C1A5C8D +:10EB300040A537F835AAAF0CAEA0B22AB89C9E4FBC +:10EB40000BDE4D7075F09B04D704D7507975F0112A +:10EB50002AAF097650591B6CA776D3838F127C6D30 +:10EB6000F0092AAF0B6EA5B22EF81CD59BF27714D4 +:10EB7000FF09F6F596D457147E0F7598FC9E9D718B +:10EB8000F4DFFB86FEBCBD403B5A501369B739A683 +:10EB9000BDD9EE5C81F59CA5E80C3B4B299E2EADC2 +:10EBA000C2787A27C87F3ECCCF7DE34AE85CE29901 +:10EBB000026E4F5D365DCB2B8EC4CFA9B3F839A161 +:10EBC000FBF6ACE1EB0DB5E997958F3952C0DFDF6D +:10EBD00029EBE41FEC6C65740FB3AB6C4040FDD0C7 +:10EBE000E791E9F755EC399FECC575FCF9355A35D5 +:10EBF000EA43550F501EE7566D26C15985FC5C70DF +:10EC00004D81F67B949BA2EACCB9B84FA2A853C41D +:10EC1000701AF32E3E84D5594C09B348BEA32FC1B8 +:10EC20006A87920B4D7F6BF0496CBF734A5915BFD1 +:10EC30009F889F2BDAFC7009C5753BED6101EF7D64 +:10EC4000D321B078292A4FB9B3BBE565F4E74B7AF5 +:10EC5000BCFBF077D08A74EF34C42FB9D04EF815CE +:10EC6000F7AAF52EE8AF74BBB6CF05CFC78502F57E +:10EC700009008FDFADEFC372427FA83E11CA497B06 +:10EC8000C2FB507D4C0E0FD6BB019E7A88ED4735F6 +:10EC90005039A0CE4C0278DA296D3FBAB535838160 +:10ECA00099C9384FF6504732E0B3F337CCDB0E70DA +:10ECB000ED47BD12B8F391F9073F0BFD1D735E9C44 +:10ECC0006AAF86F4CE7F40A1BCC94E79D0955A3147 +:10ECD000727EFA70DC38CE20BF2F225F1BA2790033 +:10ECE0009EA8D2691EF87DF4B76AFC5CF5B58582F2 +:10ECF000390F8585F87E82E2C3FAA1D94CC17B2FFA +:10ED00006FC9E1BFAF90D85542BF1364F21DD077F1 +:10ED1000C282A4E879E07A60E7B07F38367DAF2D13 +:10ED2000E47AED7F9ABE6F203F67C6A7EF2D46FCC1 +:10ED3000792939BEB990CB25C8F14D48C778ED5A2D +:10ED40000D3AC5D279A7AC4C247AB999A857F27379 +:10ED500070E83FDD6DF0F7E5D275D5FF2774AD2F74 +:10ED60001C9BAEAC96C7E3E639E578FA66B331EEA4 +:10ED7000D1F41CA3BC61F12ECC2F3C6CD075E31EEA +:10ED80009E2F34F59CF3555F384F8DE8B91B0B2F40 +:10ED9000A1BF0C3DF328A2303D3A4F3A7917FA5300 +:10EDA000DDC677CEE5699D38CFAC22CDE00F9E372A +:10EDB000754B8A0FCF3BB299FC9C37F8819DE934A3 +:10EDC0003F6A15BF2E9091FFB3B36A22E5118AC145 +:10EDD0005F90ABE8B7A6C25826552B229E2337F783 +:10EDE000C13165B9275ACE4C7B1E9143931FD2FA8D +:10EDF000F8BA7298E2D703069E917EF87A49F743F3 +:10EE0000B996759A3E6F2EBD67B68FC7B7E70C3DB2 +:10EE1000D1D7799CE89854C7FD8394CE34E2E3942B +:10EE200059013CC11D75DE3360C7FCE26B85D2150C +:10EE3000F1EFCFFF87F8F709BC50A706F3FE0AFDF4 +:10EE40005E5011D81D15EAFB20664FAD46BB662704 +:10EE50007F5A657CFED43A16C2DFB9017AD13939BE +:10EE60005DE4BF3F0AFC3A9BEC8C3D55C1F93F97EE +:10EE700017385C58135F0E9444B51227F3CCCEFBC1 +:10EE80006E75E7E0F94B2501E15F01BCB916CF894A +:10EE90000E32037EDC3DFDCFCF0F9C29BCF72DCC7D +:10EEA0000F6885DAAF0B6BF83A0096DA7885F6BB17 +:10EEB0009A7C7C29FB6FCA63447E944A537EF01E81 +:10EEC00038D07FFF1E2D17F1FC995D865EBB6894DC +:10EED000F1FD9934922790732E3F06FF6F0C8F2D12 +:10EEE000E726BEEF5F42DE37CEF9958EADCD3CA66C +:10EEF00033265FE1F274D3EFE2BAE6B1B38E29E8CC +:10EF000037F33CE63D98C784F976963963F2980268 +:10EF1000F9F366FE3276DDD9CC639AF748C4D2396C +:10EF2000B5C8BA0F16F5D12B51E3E95DCFF8EF98CC +:10EF30001E95689DFA82267E88F6FD4235100205F0 +:10EF4000D03837320F5F21665518EA1FFC09528C02 +:10EF50006BD977BD4EBC1F74DE1F05A6011E87FF4F +:10EF6000285129333FE531E77BF7E633B0737B2B3C +:10EF7000FF251FD7C50E9F0518F03850790DED6B92 +:10EF80009A77647F3EFAB5B1782F092C1F75FF6818 +:10EF9000ECF8972C7BC78DF3F39C52EFC4FB69E32D +:10EFA000ADEB4D2FB21B7E49605A1194492B873A25 +:10EFB000F1075B3A1591D6F5CCF5AA1CF51517AEFD +:10EFC000CFE5DCC3FDC65C16A2DF1589E5DB9F1625 +:10EFD00005AEC77E9E8BAC9B1DBE2A7ADDECFEDCA7 +:10EFE000BA7AE8E099E175B38017DB6BE9FD95C863 +:10EFF00067CF55FF03DD6730CF0EF129D279DABF35 +:10F0000066E0BA7953CDEB99888F99A78E1DBF9989 +:10F010008F8A8D37E71759F3D417BCB7A58449B742 +:10F020008C9EA736F36466BC89793065143D1D4B10 +:10F030006FF3FB4D028F2F998DDFCF7FC4A037E890 +:10F0400081661C27EBE4FB88348740FB882E785FC1 +:10F050002FA3BC48F5E871C1705E9C85C78DB65E74 +:10F06000D814675FC68345DC8E34D978FE4F58F3D9 +:10F07000FA4AC4ABA9D225607C2CB3211BEE075FF2 +:10F0800055C4ED51B37723ED5F8DCDFBAF2AE2F18F +:10F09000E63C7BB84C31F282DE51E4291E3D4ED96C +:10F0A0007AE7E3774FAD9218C6DBF3965F933D5650 +:10F0B0003EF957C817E3707F18B713C3F38587FB72 +:10F0C00046A18FB98F23765D65B87EB98BF2C7E60E +:10F0D0007E0EF3799F419FFDC6F899A3B71CC787A1 +:10F0E000FB3B502E2F775F476CD90CD3BFA7EAD2DA +:10F0F000FB3BF617717D19BB2FE428E643C645FCA0 +:10F10000A25B86FD0F6B3E648E58FF83A29AA83CDB +:10F1100048C542BEAEBCDF25EA80AFEBD8B85DF88B +:10F120003B66B718FB541AC7C9748EA5F11DC98B6D +:10F13000FADD15478ECC7D27269C785160A1283DAD +:10F140009D28F753BE31F1A24CCF63E5AD03E56DC9 +:10F150005244DECCF989472F737E629F9BF313697B +:10F16000F74C39AEE36F4CE07631B6FDE731ED6335 +:10F17000D7A7CD75D9D8F74E1AF37F21303D1BF5AF +:10F180006FA35D1F7739F26ED2E9C417DF53B05F0A +:10F19000D71FF8FD93E6BAFB2DD569B4CE7EA251F8 +:10F1A000A2F580A4C94A1FE609068A78FC62DAC182 +:10F1B000D8F5BB66A6EF253B68CCCF2D6807CB23DF +:10F1C000EB7989D51C8E67074DFC2E771DEFE398F0 +:10F1D000F91A5EC78B236FA69CFDB488F17B482E7D +:10F1E000B11F61899DEF5B8E7DFEC630DD9FB9ED5D +:10F1F0006AF8D4FF05780B5C9300800000000000E3 +:10F200001F8B080000000000000BE57D097854D535 +:10F21000F5F87DF3DE2C4926C9CB4A02497813085C +:10F220000442C2000102449D1040AC80836CC14482 +:10F2300098B0C9122011AB585106420011FF440585 +:10F24000B18A7640545AAB0D884B157022CA0F5ABA +:10F25000AB4171C10553414551882C3A2E2DBF73E6 +:10F26000CEBD2F796F9200B6FD7D5FBFEF9F7EF51B +:10F2700072DF5DCFB967BBE79E7B67517F8BCA3476 +:10F28000C6EE86FFFB13E1FFF9D6C0632EC60EFF64 +:10F290006C67967CC6A2FB5B1E5D0EF9F7CB0F8FE9 +:10F2A0002F86F2F7FB5B558941FD7C2B6350EE5FA7 +:10F2B0002B07B2E0C3E8FE9087F2BBD7F709C8502E +:10F2C000BF61290B5658B1DE722BD68BECC22AE5F2 +:10F2D00038E837DBE90E423EE21DD98DE346FC6398 +:10F2E000922D08ED22CA9D955B54C6DE807633B21E +:10F2F000180B963F5189EDA6F770C6D9A1BFB11E74 +:10F300002938CCC1E8EF3CFCFF9A8288E0B0EC964B +:10F310007CC9E205C161FD18B33177F238ECFF6EAC +:10F320002B5B03FD17E7144E1C0AF94FD65A991DA3 +:10F33000F24CF235F7A375C1FF7A62862733368522 +:10F340003E30D6B8B432380CC69FBAE4A83503E6CE +:10F35000A57694596C0AE4175B3F6D348C5FEE37E9 +:10F36000E719F3EE7B18C699566057D7001CD357A0 +:10F370009BCB6732E5D3467DBE004F04223195B169 +:10F38000C51F1DCC7BD50047BE169DF8790EFC230A +:10F390008FE59D97111F2FB0A3309F73AC30761C63 +:10F3A0007C1E0313AE73D2646D6373A10DFE5DC149 +:10F3B000D8F74B1BF25E057C5F65193A44EB0FF3FF +:10F3C0005044BDAEE3699CE29C5DEC53C88FE904F8 +:10F3D0000327C13A2E9D1D1C06F53F10F01ECE5E80 +:10F3E000FBF02B00EF619F9DE672F8E7275EC3F507 +:10F3F0008F9823B1E5B44E766F5DAF96F1F4F4B615 +:10F40000CED05F7F6CE16B5E0FC4EB64DF9CE63CAB +:10F410005463A5B3AB4CEBA5B7D7E711DE6F737997 +:10F42000F96FB33598F79D916C765BE39FEF6C2392 +:10F43000784A2446F363760FD1E19D77F4DEE20744 +:10F440003CDF39CD6A41BABEAB216B8B03F207C4F6 +:10F450007CEFEA75BABF3F1A52D6F4EB2D48F74B52 +:10F46000A2D963006749F9B9FECB0C789DBAF7B70A +:10F47000AA06F992AC15497E27966F70633B48B790 +:10F48000F9E17B44F7C8CA008C3B9529679BD7DB21 +:10F49000D5D25E1F2F2A24B3403FE3778D7F57EAF2 +:10F4A00098EAC4721B95FB8732CE579F4A816A68DF +:10F4B000DAA393E7D7B89E9775F2DC8CE95B1D3D24 +:10F4C000B768492DFD545B5909C22D5B986F7B2F9E +:10F4D000A2C3946BA35BCA1FD1F87AD714F17AF553 +:10F4E0004903523E83B4FAEF7D52AC30EE039A42A8 +:10F4F000E5AF460F886D6C0BBF225D27E8E4AEA533 +:10F500003E4A63051DDE2DD60F48DEB31DF235568B +:10F510006F4A9CA19FDBB538EA3F66D08E864CC00F +:10F5200073B56A51250D536524E26D855319B9955C +:10F53000DA71B86BA23D8FE1BA41776C4234B657AD +:10F54000084F8A53F9D1C84F8F202FF76F812B7C3A +:10F55000BE8F68161A776827CFC388AF6F3A7A1EB6 +:10F5600041FC2D56FC76C4F76207CCBF8D765B0557 +:10F57000BE6EC2FE937034A74AFC88E3CAB83E95BB +:10F58000BF6BC4F559AEB06A483746DDF14423C0BD +:10F59000B518BAB543AAA8500EA94371A820E158DE +:10F5A0007C67DF9F70DC5B64F7711FC155D9DB0B93 +:10F5B0007453B6F83692576A029BEA75B69E47199D +:10F5C000AC27E2F745319F8FACC174C4EBD0CE437A +:10F5D0005F34AE7F73FDC577507F9F76F29D488381 +:10F5E000F2228D9D0DE0708A4FC3F156E3BF076193 +:10F5F000B9B71EE733A9C6E2473E2962D10109E740 +:10F60000A5C5939CD8CCB41EAC4BEBFE01629AC747 +:10F610001B8CCB2D4F86673FF603FDFD05E7E3E925 +:10F62000AEAE40B9CF0A12689C988BF403749E5D0D +:10F63000E9BC383E9993E3D36673905C057C1ED693 +:10F64000685D2A07225CBF149FC734CE8F067C1EDC +:10F650004338DAC3E7F71F77F0209E4EBB999BF53E +:10F66000699F3F1C8B1354C5C0DFABE3CCF358D963 +:10F6700097E79BC4F877A459385DBB78DEB1B8989A +:10F680001D05D4D91DCC1FD117F2A39807F9E35E4D +:10F690009B59EE29AE68AAFF73C650C5057858E994 +:10F6A000924A10AE95713CD5EBEDD68A1417D4FB77 +:10F6B000A7A01FC5C5E9797326CC03FA8B13FCAB51 +:10F6C000D7DF27EAEFD386520A04D103F16A93E524 +:10F6D00036F119E1E2FC75228DF73B427612FF4EBE +:10F6E000BF5B0ED825E2DF31C307B4E8D5E9BB1B09 +:10F6F000AD19589E2A333FF00513FA5485FF9DCF6C +:10F7000044FDC8565A608EE5BDBCB1C1B6F52BD9D3 +:10F7100009D37CCECA36F5EB47B7FA71FC37063110 +:10F72000554A6DAD6FC3F5ACCBD5AC67DDC8D70717 +:10F7300051CF5A5BF4EC58C6E5C305F46CB6CBA8C0 +:10F7400067992FDB28776B3AF1756D8CE4F80EC75B +:10F75000DF152EBE2E6B191B89ED519EA2FC8E97D4 +:10F760005925C971E817E9EEDE8E1D37AF910C748B +:10F770005802E6571CB6E7F84F1074A380988C8D9A +:10F78000473AEAA42A980796C27C82E6611668077F +:10F790009FEA54C05B82E296DCD07FA3ADB1A603A2 +:10F7A000E0ABA907736F81E13A94A9F51DA05EE46F +:10F7B000308DC91AD2158B29C0F23E16F716C8C76C +:10F7C0008D57575A211FA7B1785CDE46FF380FE2EC +:10F7D0007B6D095365E08B1B5C5CCE4F5DF22DD9D0 +:10F7E0008D4985008A86F2441D9182FC5DC2DC8FC2 +:10F7F00041BBBFAD58CE320DF82811F41FAB01BD8F +:10F80000031E1C1AA3752C62E99B65C9588FF3CBA4 +:10F81000A79D3C93387DAA91DE68A263D2F7CCED18 +:10F8200024BBF51AD6A830B2EB1A1896DF91517C9A +:10F830003DD6D7F968A585CDE67AB2D2CFF1ABC671 +:10F84000ADA14E54C2AF02F85D43F0F0F174FCEA92 +:10F85000F348C8764B2AB48F2CE3FC19BEAE7E0168 +:10F86000CFAA4E9E0AE44FF6F3F9F332F08143F04B +:10F870004164997B36D9BF2CC62DA1DDABA9CC0341 +:10F8800079E690C88E766895C4471105EE04B49762 +:10F89000D90C0B53C03E2D16ED3D254CFA1CE858F3 +:10F8A000463A2679AAB0CF75BAC68F1EF7AB01E8E3 +:10F8B00077F8A218F71AE0338BC3E743B886A58020 +:10F8C0003E42BBB36B6511D2C36B53791FF7023E47 +:10F8D000EADAE0EF13423EC5CBBE14D821C0DF9B6D +:10F8E0000DAF16D27AF694A05FA7ED40C3FE7494D4 +:10F8F000F3F0D711FF73A0C1E3C4723DCF820CE6D1 +:10F90000B539B239EF71A490FCD1F37ECC3F02C37C +:10F91000B0C190BA0E34AC70229D5FC9E9BC12042C +:10F92000431F037DE3FA005E324A185B968A6083C8 +:10F930007C8A6EA1F796796B7CDDDAA17B5D5E81B6 +:10F940003CB16AD0DFFB326BC2F59EC056DC8EE361 +:10F95000AA0EA6DE05FDFB7F043C3B5AF07C6AF74D +:10F96000A4D71E82FA2BAB62DCA8D7AD4339DD5990 +:10F970007F131BA826BD1EA07125964D7435BE446D +:10F9800072AFA1E5695A80F9C9BBA2D4352EECE764 +:10F99000BD74B41B3FBEFD4C3483F97FA23445E3F4 +:10F9A000BC8E2F793B1AF1F7F11299ECA22912D7EC +:10F9B000D75397FE63C034C80785BC48CBF43CEFEF +:10F9C00032E82BB63889F4F19C00CCD420DFE66D08 +:10F9D0008B1244C7F3F3EB124C795D0FCFB7B34AE8 +:10F9E0005CFF797FACB7758279CED916D707613EB7 +:10F9F0000E0204F17D7C67FA66B4C7BE17FC9096D0 +:10FA0000E9DD8FE3E3BC7CD0EE935D76162479D5F7 +:10FA100060654E2EF725A0771F1FAAD5BCF6EDE92D +:10FA20006443F93053624D76E23BB60FF1FA598ADE +:10FA3000CC905EC3E73DF363D586EB38B38835F9E8 +:10FA4000FBE03CA595B7E4733D80EB100E57B8DEA4 +:10FA5000985E576563486372AF1128DFCEAD964854 +:10FA6000BE85EB0F9007FB5E827E6708FD32B3D642 +:10FA70005C7E7AFFA27D0FA1FDFA828DECBA1B504D +:10FA8000BF18ECFD70FDF28DAE5F06B081E7411E40 +:10FA9000553B33637D17B0AF8F2F85BAB0F5FA6A47 +:10FAA000A983D2AF97AA943EEFD2689DE6BD50BF1E +:10FAB000AF13D153C300D4CBA30F143BAE83EC8D53 +:10FAC00029B2760CF963F3B8E0431AD22BE84F174A +:10FAD000F24BD08AFC610589E284796D00249C0791 +:10FAE000129255C81BE1AAAD7FED25DCFF00DC8F2B +:10FAF000B9711F9F65477AAD66EC2CCA1F7D7E37B2 +:10FB0000A6D8689CB2B07D4E38DCCE4C01F7408060 +:10FB10005B467DDAEB4D8DB50FB7AE4FDB83BFBDD6 +:10FB200076F3414FB665BFEB7CF2BCD08F33B68E17 +:10FB30005DD9112650BDFB8B8C4627513DD1B5BCFC +:10FB4000490A203FCA29C9445F0EA4C754C49FE292 +:10FB500017F049882F68F02E33D0F30DBBA2880E22 +:10FB6000523AC9CC5E805F387DCA1E902348CF4E82 +:10FB7000DEDEC11CCBD0AEF1EDBA9DD77FC9A6DACF +:10FB80005388EF522C9406532C0544AFC74CF4BA5B +:10FB9000DA9C073A34E54F5A1B33505E00FD1D33A3 +:10FBA000AEC349A9ED7D50466626F1ED0CCD33027A +:10FBB000F5D64CE65DA9129FD6D2F7E34AEDBEDB3F +:10FBC00090CFB74ACC0F789AFFFC53CFA17C9AFB19 +:10FBD000A70D31289FBE546A9371BC8AC76A623CE4 +:10FBE00028A7147F0CB6FF32C0E554F8784B327565 +:10FBF0007F80274602BDB500FF890430A369E56F09 +:10FC0000609CEF00CFC8E70B76FE40F97D1E4713DE +:10FC10004BC17E1B47E03CE6943B2B9741F9C21752 +:10FC2000CCFC37F7890DC95A34E1AF93C05F276C1C +:10FC3000B760ABD58D76E18243B21B8759C89A086D +:10FC4000BEF0F60BEB8EDA48BE5B5853DA90D6E581 +:10FC500060E9D890AF16B2B5DFCA7990EEFCF20336 +:10FC60008669981D395BC8E570BA9F87741FD542B5 +:10FC7000F7801FF273F9615E595829C0E574F5EFFA +:10FC8000ED1E1B7CFFF2830E9BD1AFF5F5D6BFC6F0 +:10FC900048BD5AF880B1E584BFAFEBBA5C505E9CBA +:10FCA00014FCD2AC0784FED15E80097680EC2E9ED7 +:10FCB000565883314300EE8ACD5637D27EC553B2B3 +:10FCC000C789F6D2613BD91B154F9D21FAAD903CF7 +:10FCD0004D521F022706E5B7BE6EF39EFA6C04CAAA +:10FCE000E77960B78F02969CFBCC395E1FE83D0236 +:10FCF000E5F1F6BF8FB80DF3203F1C6DAC5B715D75 +:10FD0000BDADD1D9C6BAD5FD7D04433FC4EFBFA771 +:10FD100075F9728FC43AB85AB79FFDD8091BF2EB38 +:10FD2000D7B0406A1CAEA35C6E8B6D6BFD82635EC8 +:10FD3000CCA77215FD7E175BC7ABD10EE94FF4FE61 +:10FD4000F48B30FEEC0FECEE5138DED38B6218D022 +:10FD5000C1174A25A7FB876B92512FCFB6FA93554F +:10FD60004AF9F7D98FFC9AE8F18683BF4E66644F53 +:10FD70007A522D240FFCA908DFCC4D1308BE59CCB4 +:10FD800047F438FB61D98BF6ED39858DDCDEC6BAD8 +:10FD90007E2BF8C6CEAAF27E837A0A7A5A03F07CCA +:10FDA00061636467F8DF92038F4958BEE58804DF1A +:10FDB000CF35244924BF0E5A1D889F9B76C7113D1D +:10FDC000BD96C9E55EF1C1732390BF6E7229957629 +:10FDD00095E037CB35585D65007E87BF4CECF7B4B6 +:10FDE000ED7AA87F16BE3FE836D5277C7DB1C51ECB +:10FDF00029F5863499DBD1F0F716CAC505BCAF16D4 +:10FE00007E66DA69845FEBC2E5F0C26D5F8C7810C4 +:10FE1000F96E9AB33216F073F6D0515B47E48B4417 +:10FE20000BCBC279357C4679E64ED2D0CFAAE363BC +:10FE3000E10B605718F977EB6761FC6B2E07FD4DFE +:10FE4000785B083B89358988B7A611A8CFFD30EECD +:10FE50006330CEACF550DFC0AF2D74616BF9EE6A44 +:10FE6000E13F2697C5A27D7383E0F7F0F50AE7FF2F +:10FE700013617A4F6FCF3671BE6F4FEFE9765885B9 +:10FE800035F038E2A9E2B0DD8D72B8E229CE6760C4 +:10FE900050366501DD9FF8E3DE77AF03784ED45925 +:10FEA0001347D1A866F93A7B07F029DAA3604745E2 +:10FEB000907CFD9EECAC9462D06B30FF13895E8623 +:10FEC00074DD8A3FE17B9BFC99C8487EFDC7E4EA6C +:10FED000CEBBBE9563DAE7C71BDA91ABC95D5AD9D1 +:10FEE00013B1300CFBEA0FF33AA37C0CC7AF8ED7EB +:10FEF00070F9B82353233C87CB47F87B9719F03828 +:10FF0000F7C96F48DE7D07F24E5651BF005DA3FE74 +:10FF1000867D02EAFB05816F295F837A8BF2F5E328 +:10FF2000A5BCB6E036E333BCFC30CA9FA496F5B757 +:10FF30002E67FE68E8B769B71CD802533BA535C5E4 +:10FF4000C4037C3511DC7F704A15F9383DCFA69685 +:10FF5000C33C4FF9F354F46F374530F2FF9CF2364F +:10FF6000C5C4A17F53F877AA1D67728EF503728C02 +:10FF7000F829E798619F541D2DEAA7F0FAFAF7BF18 +:10FF8000EF926334F40F04B85F229C6EC93284F997 +:10FF9000360ABFC570F9E7A7D17F77DADFD582FED1 +:10FFA000BAD32BCEF1BC921DCFD0CFC396113F1D3B +:10FFB000F35F990C73629F31EFBB43C8AEF2D85226 +:10FFC00001EFD3394AD8EC03D53168A7CBD1F9FB7F +:10FFD000D01E9D0508473B7BC6DA303B40D8B7B3FF +:10FFE000D65B5BE887FE1B20FFD00DC27E9FBDC99C +:10FFF0005C3E77D709A2BBB96174E76BE71C666604 +:020000022000DC +:1000000017A1CFFBB03E4877C365A705E9FCD47EB6 +:10001000EEDF3ABDC2CA5622BC7F94020CFA39BD4B +:100020004B26397DFA059E67FE24A2679DFE75FC6E +:100030007D8D74D9BD7DBDFEF5B31F0FB80DAA54DB +:100040003CF761DE43907EFDDCE16E2F61FEF9F747 +:10005000323E64ADEB17EFF9610ACD6B8F9DE1BCC9 +:100060004EEDF99F0CD4C7A75EB4D3F9DAA9E576B3 +:10007000DA37FBF74493BE3F95CEEDC4EADDDFE708 +:1000800035921C5F41EB53DB859FA39CDEF5D311BA +:10009000F44B9CDE65D7108E857BA2C85E5EF8624D +:1000A000448061FBDDDFD3BEEF3F05CF021BF7CB02 +:1000B0009E027ADC81741DC7FD5E0B5F1AF4E83284 +:1000C000187FFECE7ADB74282F7EF91F7928A74E81 +:1000D000EDA8B7A11C033BF811A4AF87BABC748F7D +:1000E00015D6EF24DA861D61AA5D7F1A8BE734AD41 +:1000F000F1C2F1700AF08070015E66A3FDDA1E3E67 +:1001000076FCD7E2E3DB29387EC5AE810CFD392DC4 +:1001100078913CFC7B7400F632083FFFBEE7FB3C65 +:10012000DC975F0CDE0684B7FFFF3FF09EFCAF5DFF +:100130005F4EEF3777E1FA2A9CEE5BD3F5F3375346 +:10014000FEE96837CDF712F93DA6EB7F2BFCFF37B0 +:10015000EBDDEBBF16DE8BADF701B1DED1AA9DFC66 +:1001600087FFC860BF00EEABBBFEB7F2F585E16E5E +:10017000B68B2C6E473ECCEF031698502491F54178 +:10018000764735A863ECAF61BC6B8BCCF720B41F0E +:100190001983FF862E1777E5FB8F6AF6E9B072DCCC +:1001A0003F813DF118F9B13F550E01DC0DBE42B261 +:1001B00013EC8CD3D5B944C7E3B89FBAC633CE7A13 +:1001C0003FDADD3EBE5FC1FC4EB46F07DB55CCBFEE +:1001D000B10CE603F5DF88B6A8D55AFBF81993B839 +:1001E000BF448AC13815F33EE5BAB0FDC6A4127308 +:1001F000F944B6254981FE27CEB6B280847E697364 +:10020000FD895D55826B12ABACE17E9C8BE289F679 +:10021000870D69DA16999F3FB39B019E095AD71B38 +:10022000D10FB3B52BDF7756B31B999648FE0ADA88 +:10023000673266A1F56A482C787C8D11BF7C2A0054 +:10024000DF774A7E22EEF718F96FC678FE41F994FF +:100250006207D9C97606FB473E6FD37E93A24B2C2B +:1002600018A6D182E7A18457AF7527E275905DADDE +:10027000769BDA13DCD59E7E0ECDF97F8FDFDBDA3D +:10028000C1AF9EF6624D53D0CE8C61316EDC9FC7FC +:1002900038D2989248CDC97F88279AE40F1CCAEAC1 +:1002A000C81F58A07CDD0C47269507D1CF555D05AA +:1002B000ED911ED398C6CFB1CB28CE40623E763E9C +:1002C000AAC5DE7CB300EC4D17A5C4AF6F6EE5F692 +:1002D000E5B9C26756F601FA43DFB77F00DAB5E247 +:1002E000CFDF5886ED646671E33E98793C9A3A0018 +:1002F000FBE57C115B6031ED83E33C9126FC248CB3 +:100300008C37E593BC1D4DF53B94649ACA537D3DF3 +:100310004DE59D66F735E5D32B079BEA775E3CD428 +:100320009477F97F65AADF65F5B5A67C56ED75A6CD +:10033000FADD1F98662AEF11986B2ACFD976A32988 +:100340009F5BF71B53FDDE2F2C3795F709AE3195D8 +:10035000F7DB7FAF29DFBFE14153FD81EF6F3195BF +:100360000F6AFC83A97CC8F11DA6FC654D2F9AEA93 +:100370005F117AC5942F627F35D52F76BC6DCA0F79 +:10038000573F34D5BF32E56898DF43F52F02BA50A6 +:100390002AF979DF55DA09537DD8A99521DD580569 +:1003A0003D5C9D7DC6543EDAFD93A93F1BC8073CCA +:1003B0003F75A07F18D2485647A99335507AB4AFFD +:1003C0002F220BF9E111FF4A24AA37067D9F817A7B +:1003D000E3CDC24574EE752E859F072BAC4941BA1B +:1003E000BEC6E1F4E3BE5FE7DB9890CC82B01F8D20 +:1003F0000D4994AAA12816847D695C2882D2F85000 +:10040000027D4F08C5519A18EA44DF9342A9942609 +:1004100087BA50DA21E4A234259443696AA807A573 +:100420001D43FDA85DA7501F4AD34243E87B7A686D +:1004300010A519A162FADE395444A916BA9A525786 +:10044000E82A4A3343E3A85E97D0584ABB864AE974 +:100450007B566832A5DD42D329ED1E2AA7343B34F2 +:100460008FD21EA13994F60C2DA27639A12A4A7B8F +:10047000856EA3EFB9A15B29CD0B5553DA3BB48C44 +:100480005277E82EAAD7277427A57D43F7D1F77EA8 +:10049000A17B28CD0F3D44DFFB877E4BE980D0A3B5 +:1004A000940E0C6DA6B420F424A58342BFA77470EB +:1004B000E8196A3724B49DD2C2D04BF4FDB2D09F64 +:1004C00029BD3CB497BE5F11AAA7D413FA2B7D2F88 +:1004D0000A1DA07468E86DFA5E1C3A48E9B0D0873E +:1004E000F47D78E830A523424729BD32F4774A47A6 +:1004F000864E507A55E84B4A7F153A43EDAE0E7D55 +:100500004BE9A8D04FF47D74E8074A9BFD0885D6D7 +:1005100030B9D82CFF2CE7D1DFE38C6FD3EFD6DCDA +:100520005EC8E37BA21EA1B8D5319512EDCB37464C +:100530009D7C95E4E420BB86F91AAC9ACAC7519316 +:1005400019BB1EFFA131563FC84EF6C31BB7F37649 +:100550002B8B8E7EB408F55F959D619C42B8FCD5CF +:10056000C77DB3606F12DA5D2BFB3656A01FE66EB7 +:10057000576319A6BFCEE2F6464516D7A78BB2B889 +:100580001F36D497EB93B2AA2CF2E7B3C44B83EB9C +:1005900019D443FD5BEACFEC29F2CEA60CD2179713 +:1005A000D8CFA5D6BB581CD6F71119013CEC2FC9E2 +:1005B000F2DD9945E73BE6F8AB7FA19F7BFF43FD6A +:1005C0003C74A17E98E2B18D06FD572AD6FD23AB7F +:1005D000B704FD668DE916F772F85493F49C7531F3 +:1005E000E4EDA9DCDF04EB4E7ECFC643B21B6D9574 +:1005F0006961FE5F7B85D9AF540AF2B208E8A3F4C3 +:1006000026F9EFF6BCD6E58D1E4674B6AA420AF06E +:10061000B8C6BAD75CD0BFCFE36842FD5F1A768E0A +:10062000BCACEAF974631CA6AFE28B8F104E9F3806 +:10063000CFF05D24AE695796D95F0A20133C1F02A4 +:100640003C782EB237E9E6FD0310BEBFC93C1E5A06 +:10065000AD4B277CADE67E54DD7F5A0EF2D903FC0C +:10066000FB61D273E9E80FDC3BFF9614B4CF57D59A +:100670006CB7E2B960637A1563D1463A0AF078A79D +:100680007466C378D9527F9582F46EB5B04DE4C7D5 +:10069000CE60149F63895AA2A1BE90453C9EDEFEA7 +:1006A000F26E9C5FF4F4130BC79B7F8144F6E82A3B +:1006B0005B65763CEF8FDAEDC7731180E3E83DAE02 +:1006C0002DCBA17CA4C21C4A5F93DD1849FE7C059A +:1006D000C634DA9DCC6C577E89CE754E3F142F748C +:1006E00054E27E51FC43FF3AB5C37822A5D2B30C45 +:1006F000C69BC154ED41D5400FB563E7E1FA7C22BA +:10070000E268F00FE37D4A916E00FFA54BA23C3DED +:10071000A0FCA4900B401F7EA33FD32A7138D87C45 +:1007200089F003105760DEBED69EB9C6659807D61D +:100730000339794D372E678E4A023FCB443B985F91 +:1007400011D215CE0FE353D279F9B1BBA5C0165E15 +:10075000CE52203FFD50478AB398DA61E5304674A7 +:10076000C8D0C7C97C2BAA8258EE83C5D1705FA4BC +:1007700030C506F82C17F15B6CAD44F15B26F860D0 +:100780003EC76AB6BF86E58D9296A942BF89DD2431 +:100790009D0E08AE461C1FEB2ADEF7DF83FC747F3C +:1007A0001CC3B8181D7FA56B975531A2EB3AEBAD72 +:1007B00048275F476BB84F2B15E34F95797C4A3834 +:1007C000DE90EF10BF1E818F63B747378F87F631FA +:1007D0008C3F05E31699E2A6F83D7DDE3A1DD4482C +:1007E00095419C8F5F62DAB3B8DF10F3A849BA99DC +:1007F000E13C8E7E13ADA1FFFF57DDE2393CCB6EAD +:10080000A1FDD0B1724D92FB98E481695EC870CCB5 +:100810004037E1F466B588F516FCA0F3814E3F83BE +:10082000BAF1381B3D2D11F03166388F93F1BB2A98 +:10083000BE73BABDD2580EFD5E9956C590FF3E11EB +:10084000F155FDBBF51AE787FCDB59A29D56998D42 +:100850007CAF8F0F7F1EE21341B776A7C3D303F09F +:10086000315C8C5F2381DC447ABBDB4E7410AE4775 +:10087000B2C5BAC39FCFA6CB5B0B7ED7E87BE95A44 +:10088000BB2702FA2BAD7DFE163C2FF954C42B601A +:100890002431AD8F2AF026E84A11E32AD89EC607F4 +:1008A0003EC0F5BAC7CECF41057D84E35797FB47DD +:1008B00070FFDB8BBC2024BFF7C62E94A6E1799E87 +:1008C000E83759C477D6DBA74AE5063974BBC07B45 +:1008D000126B3B3EFC7601A7478F0FFD19BE0FA0A0 +:1008E000FD3633C63B2F16FDE8F911D1162FFA69F4 +:1008F000AEDED876DCCAB1EE7C5E57AFAB3BFB1602 +:10090000D247A9CD8DF711EE5FC64C71BD8BC5F8EE +:100910004DA23E53E3DB3C5F0CD7EF4716CB1128CB +:10092000776B435F3DF927E83FDE6BA3D39978D619 +:10093000F8E49F90EF303E53433C9DA27CCCF8CC32 +:10094000BE182755EBE94B789B29C6D3FBDD5060D9 +:100950001989E7D97B63AF499D01F0AC1F3B4B9AE6 +:10096000619867B2124BF191F5F66B52678BF2D931 +:1009700050BEE7DACF73489F94AABB309ED4319E15 +:10098000D17DA2048DC7533A341681F571DCD98626 +:10099000FE12C6F3F2FA7123526742BBDAF1CB07BB +:1009A00061BBF5636D115D61BE1B46F90B70BE7ACC +:1009B0007D280FE2BE7CD53046F79BE2D3FA2EC1EC +:1009C00090B67865E97ED4BFAC90B9B3349C5F67CC +:1009D000C9E8F7DA20E0F48CE4F1A8AB34F3395835 +:1009E0006436D74F45D9DCAFF64A54E7255928AFCE +:1009F000C75B543CF625BEC7FE47DA88BFEF931AA3 +:100A0000FB213F15CB6A21A6FF4FB45F2F815ECC3F +:100A1000A7632221F7BD7ED4D3364DA944F96C6D6E +:100A2000E16707F94F841EA323E34C5339D1FD6BD3 +:100A3000DDE2743F05E90FEB305BA6F0DB90FEA032 +:100A40007630FE3D92D76F35C83DF817E9816420B6 +:100A5000688C83648A4F1A6BD0EBD612EF3C948B70 +:100A60001B043F017BA71AE3A13F10FCB421CD3743 +:100A700019ED60A6A81296DF27A912EAEB0651AE7F +:100A8000C79B03C14A646F887ABA1E5F7D190BA0A9 +:100A90001E5FDD2C17F8BC6D025E989707F11C2BCA +:100AA000F49B3EBEADD04BFAD736CC5F85E9BD1284 +:100AB00087C75FC4D8637DF03C5C31C9E7FB27DBA7 +:100AC000482FDE93AA06D06F78B2196FBE548137D3 +:100AD0000BEA5D3B6E45105FE9EA64AE472A19E216 +:100AE000E53E7D7E0A233C115A0DEB62F778FD331B +:100AF000C83FC4B4049069D6023FE9156BC973B707 +:100B0000A0BFEABE16F83C36844FE272D236CA461F +:100B100076C259812FDBB0E7484E86CF5FD72FFAD8 +:100B20007A86D3412B3D10965F37D6968AE3DD0F48 +:100B3000EBC3E3A4D9DA66BF1CF47DEFE87DB41EF5 +:100B4000AB1219E9D16555FF733DE26BFD201BED3A +:100B5000A7D88A947D5D0790E947F5578DBF96CD5C +:100B600084F2D505760CE5877E1BFCD311FF604F20 +:100B7000633CE111ED2D4F02E4D76FB2318C1BBE07 +:100B80000BBA457BF98DEE9904E7BA09CB1D782F96 +:100B9000C8D9C742D4B8DEFB6934F2E3CB421F0E9A +:100BA0003EDE501C0BE509A3D4BEC85FFAF741C76F +:100BB00082327E8F1FC9BF0F195D8BCE39C8FB49AA +:100BC000EFAD2B7A77F440F4CFF552E81CF47E2990 +:100BD000B85AC6795DC5687F173F2CA8E27DC6B8B4 +:100BE000343EAE675870E440CCDF243309EA3BBFA3 +:100BF000492C423FE110298ECF0BFF23E296D1E72B +:100C0000566D1579FFFDE36617227D071D08FFCE9F +:100C1000271E1CA780BE714ABCDCF3C4DFC6E17985 +:100C2000641CFA4FF2A9BD4A74C90E0DA7BC0F701F +:100C300002F50F581BC8BE38003CB10C487248F78B +:100C400078C28F25AA2C05F1313AC1AF607D5B31A6 +:100C5000635BD0AF287F44F5ADFDB44CA33D32A417 +:100C60003BD70F6B85FFD789F7E20CF26BA7906F2C +:100C70000F897A76F6969686FEEFF1360DE5C586F3 +:100C800022B3BED15367BECDE4278AEC65CE3BBA12 +:100C90009AF3D634733E28C6DD1B7B9E213CFAFDB9 +:100CA000B1FBC3E2164BBB73BDA9A72FDBB49B10EE +:100CB000CE9723A35166419ECB0BFF4945C84D7784 +:100CC000E138833CFAAABB4D8CB350423AD0F5FCD4 +:100CD00091C547EF46BD57EBD52C14D32DEAEB7ADF +:100CE0002D31EC3E8C9EDE21F4F8E8045F655BF765 +:100CF000606E13ED572E5D4CF7349BE592E8AFFF25 +:100D0000215F35C67558D3B4BE46FD5425DAC5E615 +:100D100078AABA1BE5E3DE08C9156DEC9FEB0B352D +:100D2000C5E7C1F84BA65E7B91FD3C8F5FD2ED9F7E +:100D3000F0F20F045E3D17B15F6AC5B8976ABF7CD9 +:100D40007789F64BADA8F793A0BF4BB55F8AE5C690 +:100D5000332EB4533A5B887F57A5654AE5867948B8 +:100D6000D91CAE47BB31AEBFBD4319EE8722C0547C +:100D7000C27DB6C5E1097AA0BD03F6DD68D72BAA0E +:100D8000DB939548728FF272A1EDEFB8BF3E2EF95A +:100D90001EC3F5904B5652BC92ECF4903C09E7937D +:100DA000F6E6FBEFF209F01FD9EBC1EE4FDC8772DC +:100DB000C3330AE048FC97E0D8D3161CBA5C7AA883 +:100DC0007B80FAD7E3D4DA8327DCBFB0BFBBB3CDD7 +:100DD00038B7F6DAEBFE8431DD19AD8FCBFD571550 +:100DE000EDF8FBDC0A433DFBD1E8571C782E79C6B1 +:100DF0006DA1438A23CC13D1D6BD414748669E04DA +:100E0000E02BF44B40DAA9BB46EBECD06A499ED804 +:100E100052B8DCDF1BBB8E5247B37DDFD944273A83 +:100E20005D87DF7FD3D3A5823F6AC57C47DA7D2506 +:100E3000A4FFD5BE26BEBB31CCBED7E954D74F2FB9 +:100E40007DFDE95DBD01AEE412AE9F4A71BE86FA3A +:100E5000C925EE429CF7153F5F1181F6D088D11667 +:100E60008A0F6D857F61EF2F1674ADCF27BCDE9A98 +:100E7000B0795FF1F32907F53BA8ED7E753ED4EB21 +:100E80001F090D3E8BFC1593C8F57A4C49E57ECAC7 +:100E90008F64A43FAD05DC1E2EEE7CA323B217E7C2 +:100EA000BFB94EE437BB89EF2E6F272EFF77C2EE16 +:100EB000057BF96799EC65A6A23CB4336F11DAA300 +:100EC0004C892579E1EFE1253B0BF49E86FBB207C7 +:100ED0005BECE512A3DF67F5651AF97D0CF68FCDA3 +:100EE000E8EF69CF4ECECED6FD3DDC4EB47A980504 +:100EF000EDDE70BB53B7AF9802F672626BBBD32ABC +:100F0000EC4EFCB30E30D8A9CC1744BB2146C4D15B +:100F1000C27C23BAA23D35C1E2C67BF4ABD03E4DC4 +:100F20006CB14F99E2A1FD4C4C6132F9E7EE95C0EE +:100F30000E25BBCCE7473CC51D8A64C8F7FF693B5B +:100F40009075E77E00B04753B1BD71BF66DCCFE955 +:100F5000F7D792C498F5A5950CCF61EDE33509F567 +:100F60005182D827D5FEDCA5FE0ADC878DBFB62BC3 +:100F7000BE17B1C7C2E384E3C75B24ACAF7AD442E7 +:100F80001FC76F2AFA2BF6FC18993ACB40277B86AD +:100F90007EDE0FEDE6D557D9E87EF86AE117F3FF5C +:100FA0001049FBFDE22E03528DE7BF3542DE6F286C +:100FB000F179D01FBFDA952C4D33F4776F36E79B6C +:100FC00075636791BDFB4AD45221C779BF6C05F7A1 +:100FD0002B86D3E922D1CE2EF0B17E8225C241FBF1 +:100FE000D1A112EE4B17654770BE5162251CD7EE9A +:100FF000D1F7A5EEC9B8DF2C2FE0D75F41EED86E50 +:1010000080F21BB32379BC8DAAEF7F18191BEB8AE2 +:101010009237AF319C2BDC9E2DF8516A4AC1F5BF47 +:10102000DFAAFB21BD57A17CBF3FA96B5FA48F75D1 +:101030009775FB2DE2C97A472ED9137ABBD7B37CBB +:101040004BB2619C4F864E7C7F06924466B70CBAC9 +:10105000F724F8FB63952928773F0621BB4CC2FE95 +:10106000BD5E74495A2FFFEED9191AB55F919D6480 +:101070006A3F85E859B4DF94E55D85E5F78D9E48C4 +:10108000F6E8861277EA34DAAFDA881431C2621AE7 +:10109000CCEBBEE18CE6A9C35526F8F7DE6C2E1F1B +:1010A000D68D5D9982F39A92CDE5612DD23BF2996E +:1010B000D817DEE75A49FD240FE37247B7DF609F78 +:1010C0004F711AEB2677A3780F5C4FF44B9409F815 +:1010D000A788FE37784EA7CC64483F6EEA571F4773 +:1010E000E7AB38B436208DC5F535D0F706A6FF69D5 +:1010F000BB9A900ED3D53E08478CA0B3B8124EE7EA +:10110000F5F6585ABFF5C3BDF4CE09F2C94C9ADFC3 +:10111000778497FA521FD17BB2E08FF85182DE4A72 +:101120006C812C97914F8666119F001FF8884FFAAB +:10113000523B7DBE09A31A9F413F4CFDD536F22B91 +:101140005C2E73782ED55EF2BC1241F394536C443E +:1011500090294ED5F238E60FC9814C18B7E89508AA +:101160008F28DF623CDF5A29E4EC8AA56083D859D6 +:10117000B37DA808BF608A9335F78BFD0C0DEB6734 +:10118000D55207D82E2DFDE8EDC9CFDDA575FB6240 +:101190006C9FDFD2FECEA52A8D1BDEDEDECEF8C32D +:1011A000C2C6BF6B698A68CFE1F5BF23F37D82E8D1 +:1011B000C7D14E3FC3C3E66155CD7112E1F38968D3 +:1011C000079E1161FD38D2222FD84F643BFD5C1978 +:1011D000065764D7F80BF613D50E5C4CF1A55C9B53 +:1011E000DB7A7DF5764E31BE7E7ED36CC7F632C794 +:1011F0007D7C42921BF6FD3DBC8E1EA83F154F1E06 +:10120000F97196F0F71ECA2CF559F89E43D9F220D1 +:10121000A5E1F438126CCE06F2A3B893516EBA2A47 +:1012200007C7A21E38B3B67F2CEEDB7D31BC5C5203 +:101230007C03313FF29FD307DAD016F9209AE1FA06 +:101240005DDF854DBD16BE4F95F83CAEAFBE6A243E +:10125000FA473AF7E0FCFFE6527C8302EFF13B9855 +:1012600007D6FF6DA023CCBF03F480F9F7966A94EC +:101270001E5E9A4DE9311BB7D3AE17EF45E03D3EF8 +:101280009C4F560F2EAFB27AE87EF79B5230BE6964 +:10129000E43FDFC6979258A2FFBEF1C32F63AC5163 +:1012A000BCBB728DC77CBFB564BCF9FE6AB97788D8 +:1012B000A99C65F76BC9935F8BCB8769ABE3B6E0FD +:1012C000BE62F2A80453FD89AB3B99F2853DB87C20 +:1012D000183BB28BE9FB756539A67C79082C128C1A +:1012E0006BD0522C7EE8FFECEB56BAEF78B672600A +:1012F000875B789EF47938DE8FE9F78DDE157C0305 +:10130000DF711DCEBD9FCE707E23FF2933B4D7D9A8 +:101310001FB81F7EFA0312F3C39459939FE2146F10 +:10132000DA6C7763BD190FC8CCD70F6723117C5FC8 +:101330001DCCDAB286D6D1FF08D66B827A782E64BD +:10134000895A4BEDBE8C601ADE379DDE28FA93FA7F +:10135000D2BD898FAA5665E078F393A11CECA56FE6 +:1013600046D7CEB220BDCAAF27E1B9E2373B648A87 +:10137000139D53F5CE0015F039775FDDBB05D0EF37 +:10138000B15A99A930EE896DF6CD3C3ED0D301FD1E +:101390008D2DF006287E3290E99D86F4FCD5AC4078 +:1013A0001EC57B2D49227A6E032FB3DE43BC5862E3 +:1013B000B4C720BD79BA7B22C275F33A6B9C5F3209 +:1013C000D2BBB83F24FAF1B3FC54BC27726CAD9584 +:1013D000EE4B02DF8CA173A4DA040BF7CFEE20FAF8 +:1013E0009AA668361C7FDA5A99EC09FDDD099D2F13 +:1013F000D93DB20FF65CCCBF5AF2E1BD15171219F8 +:101400008CBF283D92D67551D5C00E088F7E6F3C9B +:101410005C2F9C049EF119EEC3CCDDCDEFA3B17C13 +:10142000D582F718C6340C7F0CE7737A7F9758B4CF +:1014300063BE3C34CECAF1C6E348E754D7E7E1BB0C +:101440004E2746FB3F57207DCFEE5BD303403C9EAB +:101450005A773FDEE738B5EBD10C7C17A951BC5762 +:10146000A58FE36BE7BDAAAB2C436BB17DF3FB19F2 +:10147000E21E3B53028F3F88F6F2071D4C76440B69 +:101480007E97717CE8F541E4F17B77C16409F0E86F +:10149000D318DD732D6575227E8FE34FC34502FCA3 +:1014A000A91512DDFB996E714F791BF5F2F26815E3 +:1014B000D753EFFFA8E0EBC77B703B50977B9F8A29 +:1014C000FC74FDFC6E0FB71FF17E30FA4367138882 +:1014D00074EFD086FCA5DF0F7EB647BCD86F34D939 +:1014E0006E49C47BDC367AC766169E7A40BE629B24 +:1014F0003D1070E13B1C9CAFE7DA9EBABF2F5677D8 +:1015000055D2BDC7393B25F6A084F5378FA0F867C3 +:10151000C62A03F83E050B8C6880FC7C4DA90CA202 +:101520008732C0EF093B40A0A05CF1B3C0CA78E8A5 +:101530007FA6883360DBA0DC2077E6D799EF152FF4 +:10154000C4FBC4A67334EF4A3C8F9881E7112ABDCF +:10155000A762BE3F586BA57337FD9EB3372A9AE248 +:101560004CE7AEE7F1342DF391D979C0D92C5F6007 +:10157000DF188257720758EBF9DC80E325B6C07399 +:10158000B1F985CF67969BCB998A5A291068637EFB +:101590003A7E630B99867263DE5689FCFFC313ABF8 +:1015A00008CF7301CF09D0EF2CBF3766523EDEDB88 +:1015B00064417C4703D04DE50B37F17500C4BED5BF +:1015C00035B965BD3F4B6CB2219E3EF3392BFD789A +:1015D000EFA8F27B5AFF7DB0CEC8F773B6076CA8B0 +:1015E000974FB0DA1827F04DC50307F721D97EB61B +:1015F000FE9964B417CBE2835996387CA7E287F54D +:1016000023D35BE8704EC00CFFBC6DE67C387EFCDB +:10161000CC4BFAAB159E1C6B1BD0FFD36AFD443C30 +:101620002EDACA68E7CFDC2AD3F9ACA19EE93C7573 +:10163000B6BF89EE57CD0638AB55FCEA277A9C0930 +:10164000563AC6B9FED2F9B6A237B98CE8ED1CAC51 +:10165000BFDC16BD5DE27CC3FD55193DC53D2E378F +:101660007FE707EF0F4EC24261B784CB97F07B99BB +:101670001F8121B81CE6D57490DFCB3BABA8429FFD +:10168000660550A4B427776709BD3813F520A49FD9 +:101690003FF04C0CAEB7BEEE37A07EE9D5A25F6E30 +:1016A0009E1E4C47BAB9F9F908B71F871F157CE78A +:1016B00056C87FB35D666DC9C1A199BEC13DD13E1B +:1016C000117A72BEBC394345BD28E4E2C5F607FF76 +:1016D0002A5CD310AE7EA8F7395C9FAEE6F01C5DA5 +:1016E000CBE19BD10A2E3FDDE7B8F951BB1BFB3D97 +:1016F0001E1124BD7D1CE0AAA675E576C33907D06E +:10170000511FB20748DF7F99C4F57D337C37BE7720 +:101710004481759FD3AD210FEFFF95DD6327FD3E1B +:10172000E7D9683AA7FA4A2AEA40FBA357833188E7 +:10173000B7B93B38DE5AE6D3ACEF7D88B7667D7F1C +:1017400089F8C20005D48B0B187FE761C1AE0EF497 +:10175000CED1DA225627D33DBF46925F403A747EFF +:10176000CB5E30C737DA99DBE1C0F56927DE1B0DA8 +:10177000037C6F6616D60738BECBFA76CA8D849F77 +:10178000A66EC4D791412BBE5FD2B45DA2F79AE694 +:10179000DF541483AE62AB88D75DDA93DBABCB7BCF +:1017A000723927792A291ED7AF31751DCE6F138F55 +:1017B0004B67AFB03A3AE7DDC4E181BD38C1236978 +:1017C0002A2BEBCBE3FB1DA8DF9C9636FD2375622D +:1017D0009CF9B285ECE60A1BB79F4F897DC53A514B +:1017E000BEAE27B7A33788B8C553B01DA5FB77C3D6 +:1017F000ED01F43F809A9A8FF33B2859288E3E37AB +:10180000C7B7BE27D45B71D89E1504101AAC5A4DC9 +:1018100023ACEB8AB85974CF770A7CC1F51D5350BD +:10182000B50DDB1DE9C85499BF1FE36586F8BE37C7 +:10183000AC1F0DBF09FD465057863D4769C117E9EA +:10184000587F13E6010F4722EA86DF84ED5D0AC365 +:101850007B06FEDD76B207AC431BD3C91F18C958FF +:10186000751F8C07DD5B8374B52F25215B85FA53CB +:101870009548B7B86732EC5BA8A7CCE6EF87B01500 +:101880008DFD717D7AB3152AAE1F40BDF37CC285F4 +:10189000E8C9FC5E5305BE23349871422B20BC9AE4 +:1018A000F215365EBEAF67E984F56990C73D03D295 +:1018B000C15532C5754D286852F01D2324946B80A4 +:1018C0008E27054F2B783EC03C5A5D2CE48307CC15 +:1018D000EF455DA368F41E6B9A8755CA643F69C3E0 +:1018E000B1BFF773F8F9BFC4B2293F66248B277ED6 +:1018F00074685684DF3B52EA8B7676C5F24B9BEFD9 +:10190000273D67F1F95AF83D9DA65B791CD814A5CF +:10191000CE8AF162B14C6DF2C37A2C8CAFA3F9344C +:10192000011FE1B966A9D248E3A7CD66F1B85E15FB +:10193000A01C119EA6393C8ECDE2E0E5651A94C349 +:10194000FC1EF05992D10FF4714F6E9FCDD7F773F3 +:101950004A630DC50796F0F7BDFAC0F48CEBB3D01F +:10196000D6BCEFD3B0BF79601660BD79BB9ECFA265 +:1019700077CD24CD82E37F29E8799EC319C47315FE +:10198000F647335F47E159C805F8C191C3E7E5C899 +:10199000E17EA4B33DF57D651DE9EB79BBFEE77DF6 +:1019A000DCC7B6D7FF7C3B0B12FE76DB097EC9D2C3 +:1019B000D495DE3B63F4D204F69385F959209F70E9 +:1019C000FEB61C6E6FEA743D4BE8590B085FD4A35A +:1019D0003730BF6D908BEE471F33C6A9CE65B56417 +:1019E000A7CCDD6AFECE8C7A5A36C92D8AD3966C86 +:1019F0004D33707CE9F20837CAF3525B1DEDFF25C9 +:101A00009467D92DF22CBC9DB596DB6BD6B512D957 +:101A1000BFBA5FD60EF61BCAF7F234770A7F974239 +:101A20001B41EF530A3B7B169F0A7CAF30D9D9F696 +:101A3000CA2F3E207FFC037CFE8AB083A787BD9F10 +:101A400053BEDA0C9F9FB94BE81CDD69A3FDAD3D89 +:101A5000EC5D9D6A69AC1FE5BADFA5D03B12063F7D +:101A6000BBB04BBC8CC763F3EF8AB0373BE6584D35 +:101A7000F78674FEBF06EFAF1BE4AA77186397F7EB +:101A8000453F8214403AB8C653B49FA7CB8274BF77 +:101A90004961AC533CB683BD3FD5BB93E280811F07 +:101AA000FD5158EEB17E6584E74DFC471BEF285C85 +:101AB00091D3CEFB14850997F43E85FE5E6719CA63 +:101AC000E12E2DF1F16507F87DF8EF23FE997108FD +:101AD000F29A0408C960EC96C823AFF920DFF88FAA +:101AE000582675C4F7DC5E7B18E3B7CB9629B4CED5 +:101AF000653137537C77D0EE203BD93F34F830C581 +:101B00007BDB1C74FF6B2302978F7044F3FE2D8DDB +:101B100034EE54D67802E3A8AF4C6C8846B2D0E3DA +:101B2000EA5716F57B00EF83CF7972E704473A9DB9 +:101B30006F8BF88C3FBF83EFB78C477F17E55F9CB7 +:101B4000E0E90DFCF95AD31407DAB1392F4DC0780A +:101B50008D531B9A1EC1FC0339AFF1FCDD4D1911E9 +:101B6000947F9DE79789FED8EB13D0AF7BEAB73C13 +:101B7000BF00CAF11CB54CBC07573658A2F7E0AA03 +:101B8000841ED6FD61659657783A9405D16EB85893 +:101B9000BD2D39DE2AD48772F4318A87D99CEBA90E +:101BA00042BBE5961EDE5B73703F7928909C04E390 +:101BB000CDB5B006D49FFABBD0AB2CE6F742AB7ADA +:101BC00072B9A3A72B7B79A91F1D6FD05FF5BFD377 +:101BD0005F52587FBA1D3353F03DF4BFEEDFE95F2B +:101BE00097237A7F9FB49EFF43FF4EFF1372CDFD74 +:101BF000E9F6AE0E472EF22AD0DDB8DE5CCEEBF36E +:101C0000D1BFD748C1A449281F0EC8747E599394E8 +:101C10006C7916C77F3D81EE5B9EA91C186B817E97 +:101C200077093D50733BF72FD42CE3F7104E3C352A +:101C3000700092D60271BE7DA2FEB00DDF155A284B +:101C4000CEB917ECACB78DE885EFA6D4DB8A0DF6DC +:101C50006A45B35FA551C177476B923E57CA691C6D +:101C60008BF0372CBB601CC85F72743DC4E1CC1391 +:101C7000F01CCCF3ECCD31C0A97FD7DF990EEF2754 +:101C8000A617EFE751942DFD5BFAEB2DF1F52A8BAA +:101C9000E4FAB0FF21F7ACB7695F9D67C173CD016E +:101CA000EF57DA506FFFAEC7D083C6F1F4762DFE42 +:101CB000E226B3BF7817F717EBE3B8C5FCCAE21BFF +:101CC0006EC238F6983F366D40FEBF7A236B7E7742 +:101CD000125D6523ED7ADE3E71581AF76362FEDB12 +:101CE00027D9FD1817BD3FB2E1D76FA39EBD339A28 +:101CF000E13BF4D70F8CCED8918FF1EAB1122B646F +:101D0000ACC81EDD0DCFA3AD3D8A627A11DE18D9B5 +:101D1000E5D61EDEAF90FE1A5D5116300299CFC691 +:101D2000E9C1F71799DEF1F1E545F9D09FB7DFC2B8 +:101D300086B1F816BC1DCFE1F6714C2F8EB7FDE2CF +:101D40009D58F8CBD881FEC1E59D25A4637DDCE8D4 +:101D50001E45D1BDFAB78C1BDDC3FB634E7F63FD0F +:101D6000587A2FAABDF15BC9774127D1627C6F21D8 +:101D7000D09F414F5E3B2CCA941F3F2A81798C7EB5 +:101D8000E9F19D4CF992B22EA6FAD7CDC831958FC4 +:101D9000B637E41BED027DDD2E75FFD550EF4B4CC1 +:101DA000CAA7B8D526E42F58AF9D6331BDBF938A2B +:101DB000FE8879ABAF227F776CA894D28ADAABE841 +:101DC000F1CFF9A171945F108AA2FC9B72C308DA6B +:101DD000173D2FD1B902F47316DFF3D91FDF9761D6 +:101DE0003F0B766ECF3FC4ED2B2FC69B8E96DFCA7E +:101DF000473D34BAB36AA9C6F7C74211D44FC3D01E +:101E00000FF3B19F91B8AF80EF153B069520FD14FD +:101E10005547AB48DFEDF14BFF5E5C0E581BF97C7C +:101E20008787C6527F7AF9905E99A673186BD2564F +:101E300005F94487C3DA2851FAAB500EA50B778E0B +:101E400055309EFA2FD98F26A29E80FA4E4C5DDE29 +:101E5000219C5F40FE3067FBF8B50BB9532AEEFBBF +:101E600078F23C5EA4EF314B1A1507E2C169537159 +:101E70001F38A6A04FCA2C433FD5F59319CA297B1A +:101E800022B3A17E2D85B4D850EE6B27BE66622F9B +:101E9000B37C6AFE3D83577F4F87BD53544E333A20 +:101EA0005D14F732C7A135485CCFFA9FE5E70F9381 +:101EB000F37C7370BE0D45AC6407C98B860C8C1F18 +:101EC000F94FCD1F7AA6751EA3F2FD418CD2C83002 +:101ED000AE798198974E9F1783A354D47F53668B16 +:101EE000912EDEBCE28A06DCD7D4DFD6AF1F9EE39C +:101EF000C376E867F233EE19D205EDD03B7AF138BC +:101F0000C6D1781692DF62FFE3BB0DE81F59B8C750 +:101F1000BE45827A0B639ABAA17C8DEDEDBB03E5D9 +:101F2000C39B2FFF7004EF977B9CD114B7BA704FFF +:101F3000C4AB98BF5CA67066B02B3C4B498EB433E3 +:101F4000CF8BF1A1CB3B2F11F5EC199812BE577630 +:101F5000A6F2BD9D63315D1F45F1BFBED59CEF7CF0 +:101F600082FFCA05DD4E13FC57AED4117F4DC580EC +:101F70007798D7B425522EDEFB87C5A0787C2BD26C +:101F8000633FA44B4E8F15A138C1C72ED10FA7FBBD +:101F900070BE5C104AA07A3A7FAECFF33DC5E574BF +:101FA00043FE6218EF57AA85EE3DF996A7E6237F18 +:101FB0005C9C3E7E50F01E9BB550B2227DD8212DF8 +:101FC00036F0B3B7259E7D4432EAFB152E8BF15EC9 +:101FD000D38E5F48E7BF13F5A739414F921F29867B +:101FE000A17FAE2C49233FEB8D774A78E8C36EB4CE +:101FF00006B3D08F73635504F9D3661DAA5C19AD7F +:10200000B55EAFC9A13CA6019EC685BA52FABB1EF9 +:10201000BE20AE7B7968A2C063DE259D0FF6F77007 +:10202000FF9D3560776F76A1FFCE27233F1C4F675A +:10203000EA7DE4C7E1E5BAFF0EFD82E81F6C39FFD7 +:10204000F337FBF3907FEC8916D339652BBF5E1114 +:10205000D75F5F6FB5F277F0EADF1A6081F2AF5CAD +:102060001EF2EF05327D87118EB9D7069EB6427EED +:10207000DEDDCFC40CD25AF058A704B3D0AF555709 +:10208000C9F153B756A67B2AF01735D6782F54D806 +:102090000F0718B737C2E97A6EA80BE147D72BBAFA +:1020A000BC7E7E690A6D5675B97D317D335F69D816 +:1020B0007910F0337F7DACEAA777F90E9EC57712D1 +:1020C000F1C13CBC8A05FC43F2E54C1AB330837E77 +:1020D000192DEFC83F44FA47F556A39E291E5248D2 +:1020E000FBE13079FDD5B6B7A93D9EC1A11E1AFA14 +:1020F000E44FCF7C00DD5BADC16EF81EE0AF9468AD +:10210000B79FB5A60F5D0FEBF0EBF8F88BC89FCF2C +:10211000F5C4E55E921E88207BD5EE1FCB488E422B +:102120006A94A3D6303B55FF9E9CFBCBF843C93540 +:10213000EF07F47936D874BB89CFFFAF8CDB15CDB0 +:102140007C90776D2EC2817A01C7EF9BCBF5EF7F34 +:102150000EAEB6F543DF66F82E4D3F740E834F8703 +:102160004387EB7501EFA5EA8F2B736D226EDDAC13 +:102170003FA0DEE7F8BEDEA9DD3D549457B2D4F4AB +:1021800039F9937647688887375F8EA0FA1E472C07 +:10219000F9D58B5FFEE20CBE2B7D306FDC95B9D09C +:1021A0009F67975D61063B4E9F973ECFBF897983BE +:1021B0009E19956BB0EBF5EFFFAADE1931763BF176 +:1021C00003FC79AFB91CECFBBB1A48EFB08D512A68 +:1021D000FA65C2F9359C4FC3F912EC3E92ABFB9FF6 +:1021E0008BA373089D7FC3F9D3E5FD90F40CF22710 +:1021F000CAB73395F65C7C0FE88CC6F5EB68F47FC4 +:10220000229FE6C4D1EFF5EC95EBEE1B2CE1FB949D +:10221000DC3E1C2AECC370BD762CD77B07E2F38A28 +:1022200027D3F311BF17A7C73F5B491F554864AFBA +:10223000D82135EA235F3B7C56FD0BF9AC2AB7D990 +:102240004EE17656AC8DECAC8BD1DB86FF3CBD6DA0 +:1022500030D25B7BF6F483B97CFF09F4F660EEBF05 +:1022600065D7BC44F405F2DF8BFBA8ABFFEA8E45D3 +:102270003D8888C0FB06402FF9F83ED2FE01E96E8A +:10228000F4DB5C7D9EEF474027D17E247C3F502AC3 +:10229000E4B44FECE377E77977E77279F04784B7F6 +:1022A000A84B541FD4B7976AA796265632F43BF929 +:1022B0002035CA217BF3EF9498D7FD955FB8EE7572 +:1022C000A2FEA5CA97B7DA59EF0BD8A71FE55E8221 +:1022D0007DEAF238C6913E0CF2FB0117DBBFC80F56 +:1022E00070FC36E32BA8E8FA3E01F53DD0C5C7FFE8 +:1022F0000E5D8C2EAE3BEB80F5FC29F7C789E80715 +:102300009C88B126E447F8E97E4F5794434C3FFF41 +:10231000203F03F10DE57F7E7718E0F1EAFB58CB13 +:10232000F908940F2F8C6DF64B48ACA5FE8FB93F82 +:10233000BCBB96E6CDDF6567BE46859F138A7C3EB3 +:10234000E4A30DF982B0FC265E1FF58FF17DF71630 +:10235000FDC418FF9D13BFB07F9A46C4A1DDBA53D8 +:10236000A2F7B2AF2B3C6543BFCAE8E2C67D9DA091 +:102370005E749E3CC909AC79DD4E89E69BFE74E42F +:1023800046BFC2EF55C8D05F458114207F795DFDFF +:10239000084F1B7C999E67DE1FE11FFE8E4985401A +:1023A000BFBD4E62F80E3AF683718A97D21ECFF9FE +:1023B000A87D26B50FDA132FBDFDA4421EBF1B5EFC +:1023C0002F47AF27E221A97F58937175529BBFEF2A +:1023D000D24FD46FB058E6A3BD36E4E98C8DE86FD8 +:1023E0001ACE385D5CF674FA243FA73FE60983F7FE +:1023F00042F375B501AF666E1FBC10BEBAB76A2F47 +:10240000D67FB6994E6215EFAB67601EB189928A8E +:10241000F6F5026FC45ABC8C37BA58D0B53F7B92E0 +:10242000270DE08B6026FF59335DFB7B4C42BA5E83 +:10243000C0F4FA391B71FDBD1666BA1F397C97D4FA +:10244000DC3E5BA1FB7ED47ED2D33D37A2BF0DD64E +:1024500083CA29AF5C80CEEBC2F285617CC1789ED5 +:10246000F812E57101FF1D9D70FCDC28F0F38DB8BA +:10247000E7D13094DB8D0DE2F7B0EEC9E376E1AD44 +:10248000795C0E2ED3D7D9F0FB352CAD659D99F82C +:102490007D1B03DC84A7C989026EFFC849A300AE77 +:1024A0008678962B019DDCF5F4B08D2B884EBC0A06 +:1024B0009E5328FE111B5F07793259E0E59EA7AFB6 +:1024C0007C0FF1824712C85FF30BF8F9B27DE7C1C8 +:1024D00036F96B4A9ED9BEA47F00BDCC27C2C17617 +:1024E0009207EFD5603F996DE06346EBF69EB0F63C +:1024F000CC9AF84BDA8BF51815B65E23C3D66B5819 +:1025000058BECC9C8F51B8BC8A414480BD35ED8506 +:102510007B6A9213319E48A237EC401EDBF0770AAB +:102520001ECFBB76927310D2A566ED0475FF90376F +:10253000FE3D07D0EC589457246F276C44F93C0EAD +:10254000F99AF213277962914E2A6B52A07E5DDED2 +:10255000A48DF87B90D7ADB8C74AF776F3266F54B1 +:10256000609D26E7FF691FF6A748A5EF8D725D8085 +:102570002E6BC3E0D81496F787D55F7F11F9BD2283 +:10258000ACFD92B0F2B561F907C2F2ABCDEDCB670D +:10259000F0F3D572583F44DCC5F8635F9E6EF7D503 +:1025A000E5E339D8DF9EBE61630DB4B9BA9AD3F7BB +:1025B0009B79B32719E9D32AE47F69A2D7D3167D83 +:1025C000BED21E7D6487EB295E7E45546E2CCEEF15 +:1025D000587FA621BF1C8BD062E9BEF601B0BF7048 +:1025E000E11D0D2B0BB1BCA8807E3F04DFBF1F6D2A +:1025F00088BB7CF51E3BC13773273F8F1C16F5F057 +:1026000088D4443A2F6EB2535CDEC611A9F92DBFAF +:102610003732EB238E8F59BBA400FE44DE9C40D89A +:10262000FBEDF25A99FC1A9B785CE00D0FB47ED753 +:102630001ECF85F1772FD6F078C556E518EF59FDF6 +:10264000679B8AE5E1EFDD7F82FF68E3DDF1B37927 +:10265000E678353D9E563FAFF55DFCF75F7FCA4B90 +:1026600032C4D58A3837A6049330AEB1FA40425FFF +:10267000B4C35FB6304781E13C42B713BF5EEAA303 +:102680003B3F2797CEE6777F44FB5352BDAD13DA2D +:10269000799FF1DF8B1BBC73FB5D4334AC5F494614 +:1026A000E8C9AFF30BD10F7D72E96271982FE2A0F8 +:1026B00045FCED653BEB65FCFDA2932F1C8D22FFD5 +:1026C000341E16A09DF7B5427474A6F2FBBDE7292F +:1026D0006FA17D808B85F69E87F11645C752F9A2C2 +:1026E0002AFE5EDBA27F4452B98EBFAF6E6514CF67 +:1026F000AFCFB3FEC9845D8371DF1215AB22DA6EF2 +:10270000107EA8AFB6C9D4FEB823F671E4EBE39B04 +:10271000C625E3230633AD4D3637CCC7BD7B2CFD34 +:10272000BECD67502F487EE4808CF6D0E0918CECD3 +:10273000D1C1608F6A2EDC227AC7205D0C7A01EA53 +:1027400041FE4490FF8E2913F6E6CC3FCB744FFA3E +:102750008B4DCF50BD2FB726C5E17827B7BE938CE0 +:102760007EADB94CADC7F3DF6B7B737E3B0E720D54 +:10277000FB9F0B741B01F5BEDCC6F9762ED025DD60 +:102780005509A3F3E26DCB88AEE6A6C80CE97AAE94 +:1027900087BFEF35177FA7414374733A74C0FF308A +:1027A0000E214ED0E93CA0538CAB9DB7AD6D3AAD38 +:1027B0007881D369381D87D36D38BDFEAAB7882BC1 +:1027C000E8CBFAFE92F8CAF0F785E3EBFA14D1EF02 +:1027D0005B35CB0B6F0ACA8923F84F92DF8B4B70A6 +:1027E000DFBBB7D9BEE6FAB65EE6F2E9BADE8BDF4A +:1027F0005F61F003DD2BCE11F57B88780EBABD0D3D +:10280000FBAFC1CDF5FEDE9FF8BB38FECE36F243FE +:10281000EF8DE5F7BC56DD3989EE79E9F5EB3BDB69 +:1028200016F37B604B53661AE4DEDECEC93FE379D4 +:10283000EEDE0EFC3D9BBDB7F5FB19EF91F917F2EB +:10284000DFFF39B2F8E8097C3FE9C3D060D5F8FE74 +:1028500080B582C7FB5B13EBA2671AE6B777613FCF +:10286000E2271D9E73E2BCECC3B49B55A4CBFACE09 +:102870003735E0FD767F0785E66BFFA14CC5DF119C +:102880002A16F76FAB057D59A3BFA1770FAA13F1E5 +:102890008761F03BDF2FD7A44D74D0EFEF24F277A0 +:1028A0007CACD1D7AB36033C9E4485CFCBC54CBF67 +:1028B000FBFC5D6F2ED7DFE92DDEBF9155821BE655 +:1028C000A1E2F9F7D49FCADE6F8071AC1903340C12 +:1028D000B61AECEE22DE73530B317EE372D99DCF34 +:1028E0000CFEA2C9160E57F83B71F8FB8C48B7D501 +:1028F0002EFE1E8EE19D27D37B38EDBDEBB6B5B71E +:102900008BDFE3C45FF8E4EF9CB4BCA326D3BD5CCB +:10291000B2FBEC8CDFC74DF2F0782A7BA2C3131117 +:1029200043EF4B0DB3C6D3BD357A3FC39ACE165C89 +:102930004B72B78E7E576D7B6F49C837DEAFFEDEB8 +:1029400055E3F29786E37DFD6A8969096EC33B66AC +:102950001D6C63701FABE7F5F14BC53853657E1FE7 +:10296000197FE811EF05B77A578CB9DFC7FB2776D7 +:102970007F9405F76BF5BDA5E67D82F15DB3C68C4E +:10298000CA20D66BB4306D87DAF24E568D8847B3C5 +:102990003BF93B348DCB6FA3FB65D5E58CDE33ABC8 +:1029A000D1CFD5E68B7B0DE27D1AFD9DB7D244FEDB +:1029B0003E4D29B477E519FC0FBFF0FDB38BDD4B1D +:1029C000D6FD853A5D8C435DDF1FE93D7909F15302 +:1029D0000707D1FBAAF4CFE99D2AEB1D43DCE89F52 +:1029E00068E6CF0E2985788FB27E61C29226037F7A +:1029F0007C58314E9DDE0BEF5B3AE9BDF4CB7F4A4C +:102A00005B82EBF489ED0A133FEEB9E3C499E71357 +:102A1000318DA67BC87B7E1CAC615C886C6924F917 +:102A2000C07E8C243A2F8E2D49D10C7CF18DA0874D +:102A30004D599E13BD615DE464A07F678B1CB32676 +:102A4000E7FB904F5639E9A6385B25E232AA25F319 +:102A5000FB1883DD9C6F07BB25918AF7DA148DDEA6 +:102A6000FDD4EFD7D77756161BF7A791A27EA4689F +:102A70005FDFF9E6F7CB0DF8AAB7BFFCB70188AF67 +:102A8000E4F16EBA4F8AF20EF2FF0B1B0EC22A005F +:102A9000800000001F8B080000000000000BED7D8F +:102AA0000B7854D5B5F03EE7CC2BC924993C800176 +:102AB000023D8110034EE24908218100934020BC71 +:102AC00074784803469944AAA8B44EA92D692F36B4 +:102AD00013124208A9465EA2451CF051DB0A06C447 +:102AE0005E6CBDED10145151A3B556AD4A4044ED96 +:102AF000F5DE462857FA5D6FB96BADBD4FE69C43D6 +:102B000012B0FDBFEFFFFEEFFBA175B3CE7EAFBDF0 +:102B1000D6DA6BADBDF69EE5F5099AA432767888D3 +:102B20008BB1744C1D112913D23B15C60A190B2702 +:102B3000BB226324809DC9946FFF5B754481FC496F +:102B40001A541AC4D845FC330DEBA597AA6EC63AA1 +:102B500095D03B35586F884B7B8C31F6A755695F14 +:102B600095016CB7277B14A87242EE99C014AC9FF4 +:102B7000CAD804C6D64BD0D06828C86CFE3330847F +:102B80006532B409B05D663B64A8C746B2C863D07D +:102B90009FD3D5D6A5E441CA6CE1EE1C2CCF1C17FF +:102BA00033B11A6372117E873FB2299F61FE182DDF +:102BB00093C6C958880512F9776930948339E1388A +:102BC0008E39D8F2800FEB8567E0FC06F961EC43A3 +:102BD000014E77F9E39220B5B119F6545ECF0EFDA0 +:102BE000DC20FA39E6E8A8C079F5484C3DA0E17749 +:102BF00073FD1B443D1D3FCE55F670B74B8C0BFF4C +:102C000003B86083C5B8475F3AEE5908BBFA872519 +:102C1000C4574E0C5F8B600C88CF4E9813ADDB060B +:102C200089F0661F742891B963E398AB49848FC318 +:102C300009C9751137AE73DA5745306E6753CD60E9 +:102C40001C53AC9C42ED395DC9FE880FD77F5A10EA +:102C5000D7B5C6BDC48EEBC86CEAC8EB73199BA38D +:102C6000D9A85C630AABEAF0E1BAF5E4E27C8E8FA6 +:102C7000095EA7C1F75376F80EFD7CE0613609EADC +:102C80007FC052A4062936FEF3121FBFBEFEFF25E9 +:102C9000E086EFBE48F370AE9222B856A7A48E1716 +:102CA000B07EB8C4E979CC03C59BBC47B3603D6E28 +:102CB00061626DEEFEB6630DE46FF0C2B801171BE2 +:102CC000D26F999906F3DAB0D34130FC69B341F978 +:102CD0009B45F98F99DF5106F839A08DA2F1073F86 +:102CE000F5CC4C52115F9FBE9A89F8F8A1E2417C65 +:102CF000FCEEEFCAF2008C7FCA5FA34A327C0F362B +:102D0000651628063C053FB7CD6430EF1AE669F634 +:102D100040B9134975950D50AEF12189D6F8941438 +:102D20003A1A04380CF063004F1E5158F54718E763 +:102D3000E4860CE2A70F59D7FC8998BFD54EFCD288 +:102D4000680F75215D857F9246B07FE71B341EFFBB +:102D50005D0A4392BDC1B56A26E285F93C92B3840F +:102D6000B1BB3599D6F3065BD081ED010A3D8D40AC +:102D70007F2FD9BB2A107EA90670990FF5E17FB885 +:102D80003EC764E09802C6E6A771BA6FC4FA139012 +:102D90001778BB378C574729298037C62AB1BC2DF5 +:102DA000A5B0CB0FEDFCE7A16F152169D9072D0E5A +:102DB000E2FCFEF2DC1D4588877B049D6C9CB739E4 +:102DC00080EBEE7285C2C3A1DCA72854E0FB9D2DE9 +:102DD0001BBE50808FEE7CAE8C057DC477812B6945 +:102DE000F701BDDD00B4AB5C41BB3BECA78DFCD56E +:102DF000F8409C4BBA86B1155B2DDFED9C4E6BC243 +:102E0000E6EF37B499E1DF08BC32A53A3968E01F34 +:102E10006B5AF7FE1B79CFE7C4EA3DA9B9D3CF249B +:102E2000C03F26B2891795CBD7FFB2BE2BEF793BB7 +:102E3000F6C7F93753FB178F047838976163ADB045 +:102E4000E0E7426B5C48F7E732603C28EF58776276 +:102E500020F7D276BAEB61814198DC2EDAD1F94BBA +:102E6000E7A7230AABC3799F9258D57E18CFEF1CF2 +:102E7000EA5D481FBF8B1F218591B05847DA029049 +:102E80008F2F8B79FFCEC1566279609ED245D0DFFD +:102E9000EF6480DD98CFD7E5379F1794E2BC7E7B47 +:102EA000A1A0B4D6171BC711A5FB971369DF901912 +:102EB000D133D0D1D37DCCBFE61AC534CECD384E78 +:102EC000252607B68871EB746AADFF899063DDF53E +:102ED00075ECA331067E443A87FE26BC156C4CC4C3 +:102EE000FD2A4335F16BF2D5E527B441317E6047C9 +:102EF00096B24C981F5B3B9EB1A1D82E9F3FF0EC41 +:102F00004C3FB4C3BC01EFC2C458FDC7AFE6F9FAE9 +:102F1000B8B7F4CAAF8017D7E543FCE724FC4F5D90 +:102F200015D63FA2E8307409F33A8CF0306CA7EE66 +:102F30009D26776CBEF789F9FB59CF918BC8DF6E60 +:102F400039F2187CAB96D90CE457BD7F5B3EEF7F1E +:102F500066A21C40B95C1D1F1DB31AD2B9F7B3108D +:102F6000CEA7D2C9962F8076AB53F9F7583D8EAFD6 +:102F7000B9F7F272731B798AEDEC76C7F2ABCB79B5 +:102F80003D1DD6E7A98FEFF1AB3D9C2FD6A631565C +:102F900072E9F8C3E52C2704ED353A420F77231D7B +:102FA000ACB3B1C750BE95877ED68DE93AA7A711BD +:102FB000D2FB137E4CF9753697C70934BB46F1BC7A +:102FC0008002AE3E3F93E8E24B59B5A31EB228BD46 +:102FD0007B066DD5D365BF9C8E04E5A47DCD4A0FDD +:102FE00023F2B91CFB753EA7FFB27C0FA576D8F77C +:102FF000512E356223D8FF20AE4FE8FA805E7F8CD9 +:10300000986F593E972FCA7899F0D36D6723F3696B +:103010009D3C23B0FC8284D4F32A349D9F7F7F950E +:103020000DE865C1E4D4EF8F86F14FDAFF1087C752 +:10303000A73E330AE0D2FC9D1CBE2675821DE086A9 +:10304000865D5533005FCBF2FDD7E41BC6A7B70BF7 +:10305000DF0BF0FBC399C1A27CD2577A6E89A23CE8 +:103060009492B4569C77564F1ED2975EEF0D897D91 +:10307000F81B2906E338351FC24CCCA3EF7443BEBE +:103080007F5A7E1FDF7121CFC17AD4164B9156C073 +:103090008FEC521D7500073487A6F0FD33E0027DEA +:1030A000E53AFC17A0A8D6F515E93B8046CDE985A1 +:1030B000B4C5FE79AFFE025BEA58D6E441BA80554A +:1030C000D97931AD7FF9870ADC19BD1EF246B8E720 +:1030D000269C77238379231FEC04C501FB91594F6C +:1030E0002BEC4B1220BF1AF8417AEEC5BF49795834 +:1030F000ABDA73E66AA4D3A07C11D3E03BBF42BA3B +:10310000BAAB01E427D4CB0CBE47F079A0B35698F4 +:10311000C7EA673E48526150B7213DC0FA7C7E6DD8 +:10312000343B0AF33D96F9E24894679FD4332D0B64 +:10313000E4499133786BBE41BFFD646763D2246874 +:10314000EF3FF629DA3CA8BA4A01FE41BAF84A89AB +:103150004E4BC7FA63F720DE3EDFBF21A306D6E160 +:103160004E418F9F67F2FD867D7564E4BF40B9CA0A +:1031700051B327B402F85AFD2193DCBA56C82D404A +:10318000AE638141BECF96CBBF8F74516B13F98F65 +:103190005E4FE39EED0EF9490FA8525337005D3D97 +:1031A0009EC5E9D7690BD0772FD21CF1673BA733B7 +:1031B000F57BF4BDF936E669CDE7EBC98A62EBE948 +:1031C000D72ECEC0FC6B613D114FB2ABC78670A04D +:1031D00012782105D773A707F7357D3D2B94B5F7F6 +:1031E000205E57039E9D30AFD55288C37697278CBB +:1031F000FA19EB6AAE86EF77FA5D3DAD04FB93E614 +:10320000437F2B457FB0D0474BA0FC7F80BE46F963 +:1032100011FB29DC7F55F88BF4C394AF1C4807E7FA +:1032200083EE106862EC5A8FED94497F663D474B00 +:10323000207FD52107ADEBB73BECA6FC3B199437BB +:10324000E8D3D67D7A777E623AD20DCB67F948779C +:10325000FA7AE8FB757FEBA1EFD7B02E4F18D7A510 +:103260004271CBC80FAB1F1ABDC79989E922D58619 +:10327000F818945380FBB6BE3EECABE749EFBF5560 +:103280008C95ED4CA3F59C7F683853E19FB71D02E8 +:103290008302B6A27987D2084EBA3094604010AD4E +:1032A000E3FC9FDDEA2D2824552084F53E7BFC4F6E +:1032B00077FD08FA9DB70986EEA171B8701C67FD0D +:1032C000A0376712AAD7231E5767DA4288E7FB1395 +:1032D000F2EE2F85FA8D2FD9C9F608B05EBB42BA3F +:1032E000487A809A4CEB7E0CD605E5A49FDB2D2A0C +:1032F0007335E0BA38BD32530D78B68597AEC7F650 +:10330000ECB0CE11588738359EA9063CFF8105EDFB +:1033100064DF85FD6FA2BE5E25D63F2127D5548E82 +:10332000296D2F04914F811E50DE246AC34CFD404D +:1033300033A74DF4C1BA6D38CF40A9C41E84715F64 +:103340005F05F986F636C425D9A3D05E778D3B2478 +:10335000C1FE6B2FFD82F6117BA959CF0B649C79BE +:103360009F25111E4E0F442F9F20BDA05E37968DC6 +:10337000457A013C6BD8FED9B714CD49530AECD03D +:10338000F901E58E8DA984E725C7EC2C02F33DCB2E +:10339000D85ECC3F1B767AC285313A6259500FE72E +:1033A000E1E4F229B9D88CDF14BF199F699566BC96 +:1033B0000D0A98F134A46A94297F68709C297FF8DB +:1033C000CA02133C2234C954FE1B75E52638333C2F +:1033D000C7547E74CB42133CA67D99A9FC553B6A29 +:1033E0004DF96323B79BF2AF7E62B509CEEDF8913C +:1033F000A9FC3587D699F2F3A3ADA6FCF1C7369B9D +:10340000E0095D0F9ACA4F7C678F29BFA4FB17A6FE +:10341000FCC99F1E30C1537A7E6D2A3FED42A70939 +:103420002E63AF98CA4F77FDDE045778FE642A3FBB +:10343000CBFB91297FB6FAEFA6FCB939E74CF07CBB +:10344000EDBF4DE5BB58D318DC8F7E98159C580016 +:10345000F2424EF89CE8FC9D1B259606047CF6D8AB +:10346000220FDA3B5FD72E995660A6DFF3CC7D930F +:103470003CEAF276C970A11F5428F318DA21673BA1 +:1034800024A2F7BFD8D772FDAED1C694A9301C379D +:10349000DFA7BF038259813AF6740F437DEDDB51FC +:1034A000D681FB477231F084613C297E17B319F055 +:1034B0009056E931C183025E53F92155AA297F68EC +:1034C00030C7943F7CA5668247848A4DE5BF51E7AB +:1034D00037C199E14A53F9D12D01133CA6BDCA5415 +:1034E000FEAA1D4153FED8C84A53FED54F844C70E6 +:1034F0006E479DA9FC3587C2A6FCFC688B297FFC22 +:10350000B176133CA16B87A9FCC47722A6FC92EE8E +:10351000274CF9933FED30C1537A0E99CA4FBB1037 +:1035200035C165EC2553F9E9AE374C7085E75D533D +:10353000F959DE93A6FCD9EA67A6FC55FF0EFA3DC1 +:10354000EA238D4ECF638548E75F98F2BF8C1B1945 +:10355000FD17F82EAD4ED2A462A4FBBF99DABB3F93 +:10356000212907E9A78EC56BE8EF59A370BDFD6758 +:1035700005A3843DC0BAE3508F0F07C86F0764C628 +:10358000BC503E15FE81FA8CC4FE4AFA7D929F75AE +:10359000A09E08FA0BE93B1ED067703FD1E93A556F +:1035A000CECC44FB2421A69F665C1C7FE5FAE93360 +:1035B000058CC6F35141F017C89FB777EC9F897E01 +:1035C00089DB58B81937E50AC597DC0DFCF95A5C58 +:1035D000DF76EB6C17E0CDD0DF4B71ED190503F012 +:1035E000F16CD7E754BEB75D3B6F5782C91AEDBB8C +:1035F0007BC0FEB701BFB6D7035F811EB3B9DE4300 +:10360000F0D67A2FC1DBEB554A77D4E750FA60BD8C +:1036100046F93BEB8B09DE55EF2738525F49E99EAF +:10362000FA007D7FB4BE8AE0C7EB83943E51BF921F +:10363000D25FD48728FF49B0BF11DE571FA6B4A3BD +:10364000BE85BE1FA86F27F860FD0E827F551FA1A3 +:10365000F450FD1394FEBABE83F29F03BD0BE1DF6D +:10366000D647098ED61F23B8B3BE8BE0E7EBDF2128 +:10367000F8687D37A5C7EA3FA5F4E5FA1ECA3F5EA4 +:103680007F81E0CF857FE2648124FC596E5AFF4040 +:10369000F9557B1429F63DF7EAC0495CB77509492D +:1036A000DFC6FC854CD614B42F2C7684751DFE2CF9 +:1036B000DAB797335688FACEB0EC3D8DB0DE0DB256 +:1036C0004474D790AAEE411BF3F302AEE76D88670E +:1036D000E1B802221BD2B36FC57FA9A04EA5D71FA8 +:1036E000453BE09610D83764BA011DE6101D1EFF59 +:1036F0005A76120B533F6BC606FE1BE7C3DC91B72D +:1037000033615CB7CBAC0BEDA687C706FF8EDF6FCE +:1037100071871CA4D6312D1BEDCCF9CEE8A06FA289 +:10372000DFFA2545DBA3F6DFDF9DEDB341280F90DF +:10373000FFDBCF3270FFA9FCBB1244BCBC664FACB0 +:10374000427F84673CC7B367BC6C4AB3C60592C767 +:10375000C3783E19133AF353C05BF577C724E33EB1 +:10376000761D9AE8C0D70B986A47BE5EC4FC2F64EA +:10377000A23E877A23C0DF64614AED63835EACBFFB +:10378000140C058483939C231169F39D9C1FACE367 +:1037900050C53854D1BF9E4E1B1750C7437A7A8C00 +:1037A000FFF1EF4191EF8F53098FD7B29E5D388EB5 +:1037B000FFFAB72FCE48A363F8D5FD190C9708F090 +:1037C000567D4C21FB18F43FF24F577F9FFBA79B80 +:1037D000CBBEC7F7C306EEEF5813FF6105E677DFF0 +:1037E00006340502E26CE8858750CFAB867CAAF7E9 +:1037F0005D0E9F05BB14E5D397711F92BF56AA8536 +:10380000FF0FED4B1E76BB0791DF224AED7E398E0E +:1038100031947BDF1AC7CF37AAD1B984EDAE952298 +:10382000DCD711B5637B7F99E0A1726BC606CBC66E +:10383000939D1FD93E1EBEBF86748274EF8964A318 +:103840005F6183CCE922FCB2A2A19FDAE609F8D13C +:103850000F79CBCE947CF2F703FDA01DB451E0515B +:10386000A78FEFB4406A90674077F3B19FFF7C76F3 +:10387000620ED2C79DBF2D51719D1BB1FDF458FB47 +:103880000C5D5DD09F92ECDB8D7ECEF9A854205D5F +:10389000962446F664929FAC6E7F1FF273F578CE45 +:1038A0005FAF79ED95116A97F3A59E7F8718DF1DAD +:1038B00062FDE777BE3402CF05BE73CCAE39B1DF0F +:1038C000C26E9FD1EFD34BCF758F146519E671E7A8 +:1038D000A193DCFF879E42A8FFDA6095C66977B99D +:1038E000A36979B17E58BAEDF35E7B6214E287D1A9 +:1038F000F8747A541C89C1DD6EE3F8B9FF0EF8E163 +:10390000BB3A3F8461BED73AD5E46F42FBDD80BA53 +:1039100028A4C1873D0EA4C75AA651BA820528BD66 +:1039200095851D48FF81F07D0E06FDDDCE3AE8FB52 +:10393000778A6F1E89F09DAC678617DABBBEA5E15A +:103940000574CB2C6ABFAF6228CC7B61A4E6054C22 +:10395000173C2A9D09ABC44FEBB0FF6E29B47E180B +:10396000F4B7ECC9B2F5C3E1FBB50AA72F3691B1A4 +:10397000C750F7CBD2BAC3B06EA7EF1B5B807E0BEC +:103980007D1E1B057EA78DF36FC476AAD731A29743 +:103990009E7F73D2FAF5F255F11D2786CB28BE7AA9 +:1039A0006E427ABCF3B7CE54B22B19D7176F17FB00 +:1039B00037C2A82FDA71FF2638F430F2C71D616EC6 +:1039C0004FAD89FF3BD5EF96644D1A09F2D8CEFD75 +:1039D0008B7FB6BB3C8D1AF26964249D7B39E82C41 +:1039E0000AF987D6ADEEFD44E2CF2F65AE4FB09118 +:1039F000416FC1E8D87EFD67395294349AF6F3C717 +:103A0000502E1CF582DD8EFDA6BB343CE7FC734ACC +:103A10006424E7FFDEFD815D4C88F915EF413D38F8 +:103A20003DA607AF891FC9D0EEEF96588F3499F4A1 +:103A30001E9A9754CE3A90AFA5E21F04715C3B13D7 +:103A4000984729E98BCF835E3C10F952D65C34DE6F +:103A50008C00F911D86097D62A5D3A0EA0CF2AB40F +:103A6000EF9DC25F76EC7FD208AF61E8FFB194585A +:103A7000FF6A19EB60208724CF0F484FDB097A9A41 +:103A80009201F5E2434FE078642FF3A0BF285C2E4B +:103A9000FCB60E8ED74BF1C8F5AF37C6733F6D231A +:103AA0004E95E4A527C78376AF2D9EC639D215EC77 +:103AB000427C6606873D64B48B8F650E21F85A07F9 +:103AC000977BECABC60C943F6EA686717DAFF54B31 +:103AD0005A2BC987EE26B4AF170021907FA8D86E65 +:103AE000E23366F15F0119913F7221FAAFC8DFC47A +:103AF0009E477FE622F4674A68F6BCAFE38DFC5729 +:103B00004F8E055B0BD7D5068608C8912C56ECC2A4 +:103B10007134B9172623BC2EE15A3A57B2CA8966C6 +:103B2000D0AFA24E036C0BBA3C03E86FBADFC6B14C +:103B30002389454136D82E64B3689FFDE71C42BCFB +:103B400034A6C3F8596C1CFDB5DB6819873555ECF4 +:103B50009AE74AC6A574F371D92F64D1B8EE15F26D +:103B600014D693FC5E358BA3EFA4909F751D95AF83 +:103B700071B9C378EEC69ACCFE5E7DBFD4D32C6CEF +:103B800001E6F3F84E4784D32D50EA60B154F01F9C +:103B900075E7CCCFB01DD04AD92983DF05F59C53FA +:103BA000FA3A2B3CC575A64F78BE182BEF477F55C8 +:103BB0007FF3BBD2B4B59ECEA863E73B3B562F4301 +:103BC0007A3FBF13C42C8CE767653573ECC80F0FC1 +:103BD000C8ACAF7307540BA2A6F1C6B3A8494F4BAC +:103BE000B5C0C32CE54759F2C759F20B2CF0244B52 +:103BF000F9720B3CC7527EA1055E66295F6BC9BF97 +:103C0000DD92BFDA02FFC8527E9D25BFD592BFD993 +:103C10000427168E12E71E0F5AEAEDB1D40B131DBE +:103C2000C5F8044C363CA7622ED2C39E3A2D931E93 +:103C3000D6F15CE7B85F02BC2F20D129C5BED3A75F +:103C40005AAF46BF71878DE0EB0385EBBB55682704 +:103C5000D1DC4EB6FF7FE2510F781AD63F7A15635A +:103C6000FF8AFC7415DA251EE2ABDF82DD8469145D +:103C7000EC26FCFE1CD84D98FA3E965FA1F68FEB21 +:103C8000C409926A30F98BC9297B6D87EB24C6A9D8 +:103C9000E8F451785C8ECD13FE5FFC7EBC099EFC7F +:103CA000696A6CDE0CEDF461A6FC32207A63FE9446 +:103CB0009E71A6FCC58BC79B60366F720C26BE3406 +:103CC000D3C7B546FA30D0F3CB8007FF5531F8950E +:103CD0001F2A14B7D1F9C11AF62B98EFBE83A9BBDE +:103CE00051FE3FE54B684A4D063BB390EB3FFB9ED0 +:103CF000DB4CF87C25A97D2EE2E59AD3324A0A56A0 +:103D0000F61C8BE23A698718ED1B0F16AA545E3B2E +:103D1000D425AB80F7DC835DC382542FC470DF7879 +:103D2000F6901C5907E3E9CCBD7F13B6B317DA410F +:103D30007DED95546817E5E2C7D0AE4AA3BE781171 +:103D4000E4412E2A370A9DEB55F17398AE61787ED7 +:103D50001D5BE7EE785A67E6F2CF80FA1DA57C1F5F +:103D6000D8173D3B230FDA3FE777F5605C48B63F55 +:103D700091F6B70E3F3FF7DA172D27B9CBC2FE3FBA +:103D80006619E2454E0AFC34EC3FBA0CF7997D8780 +:103D90001D2AFAD7116F61F8FE0ED04FD889781B13 +:103DA000EF5885FBEF50853DA6A17DEAA1EFE8B86D +:103DB000761421F73164791CA0EE77972F5E83DFAC +:103DC0006DC2CFCE0EE3BA2C5E6C8FC503D1BA1A8A +:103DD000E287CCF5C5BA9AE3835E063383E6B55530 +:103DE000DAC3CFF7C3CC5564A0D3834B1CBE422AA1 +:103DF000FE059EDFAD88963B7C680FF8BD6793019A +:103E0000FEF2E402CA7FADDCFB458316CBF7C81E89 +:103E1000CA5FDFF4D1E705B86E2020F0FC96B571DB +:103E2000FFBBABD73F6FF0A7C3F89EB5B1F57740A6 +:103E3000F98E62A707DB5B1A34FBE13B727E1FEF52 +:103E4000F75DEA87DF1B952B314EE95A8BDFDE1ACF +:103E5000D7F14121D7477B049D5585C3151E1FDA35 +:103E60008BEDEB711F9C6F8B925CCF3B4DBA11CBEE +:103E7000D34EAE4BC0F9174ADA18A8229DE6F8D205 +:103E80000AA5DDB3203F3EC745E7397B9FE372C6F5 +:103E90002AF75F3D782A1EE9A423A2D35B17D1DB62 +:103EA000BE83C00FF0FDD9E70A06DCBFDF11F4F4D2 +:103EB000B22DE21E689F9E9BA3B0B0F11C44ECDBC8 +:103EC0004B83092C6CA08FF95A9A096ED8EF20BF4A +:103ED000C4C167199D033D69EF96BF0DF33B50E2E6 +:103EE000F4AC23C9C8CFE3C60BFA76B2FCC655E2E0 +:103EF000FCA5D513B36F0F4639FF1E64EA74C4974F +:103F0000067A6518EA171CEC96513FF3D4BA43E8D9 +:103F1000DB2D38EE30C929A7668635E688C9211819 +:103F20004F9E05D6FDD9B88C185760C583D59F3DE7 +:103F30007442A229CE66AFE5FC2E573FBFEB2AA400 +:103F4000F69EBC5B5516BA637EEDD8FEDD40F8DC0C +:103F50005BEF92B07E41F4335985CA79079982F4B8 +:103F6000A8A12709F9E220A3782CBD3DA9CAD94907 +:103F700072E0D8283AF7DD77EC2CC56D1C888EDA14 +:103F800083710C078E2D4CAEF5C5DA675DE974CEF2 +:103F9000A7F7BB4FEC3B580EC7BB4FD0F93E905B29 +:103FA000A97DD08DBEEE3A7CCD21F3BE626DFFD2ED +:103FB000FA61DA4F1BF19F50EEBF0B83E513D01F60 +:103FC000C63A591A8C7F7EE17749DFEDC59B7B218C +:103FD000959B9B375BC6F3AA6D235377A31F0DF404 +:103FE000627917C0691AC0502F3DCCE344D38B4788 +:103FF000EE26BF83D013E78E33CBE17D196FC6DB8E +:1040000071DF0C27125DCE4D32E7CFCD7B76057E7A +:10401000FFE562978AED4A794B87A2BF733BE209BD +:10402000E4E7EB0757C777F7819721F650CA40FCC2 +:1040300033A4DB46FA6DDA850CD26FE716805E3D5D +:104040004079E70585CAEBF086B86E2FC5877A7F81 +:10405000FAA7D3C6EF19A97188AF6CFFDD2ED42360 +:10406000F6650CACAFEBF3D0E1FB7BF7576718F1CB +:10407000D7F64406EDAF1BAAE3697FBD7B02F713B9 +:10408000B401DE70BCCE604214F1D396C1681FDB70 +:10409000ABAD23F9737F52978CF18965C08F889FF0 +:1040A00096092AD5CBCB8832A463B716C80F5239EC +:1040B000BECFB665C03E0BF53B6FFCC1583CCFD9B7 +:1040C000EB857D0CD72D1A3D86FEC341E36586F650 +:1040D00057B3C4685CE19FBB290E49DF7707A16D28 +:1040E0000E4BDE7690F79FCDBE2DA37F606F0697B7 +:1040F00093737F552BB7A31CD1E408F281759D55AE +:104100004F17E95DCC9D4A7CB459F0818EBF0AE51A +:10411000C93D68EFEE63AE10EE2B2A0BB98CFE1A88 +:10412000BDFC76A1AF6D99772095E6A7AD7E690CB1 +:10413000D257B59BA45B85E2FB0CFD116DD5F11E3A +:104140009CDFF6AACDA9C6F3B24BFB75CB186FBCAA +:1041500001F4109497A951B50CE92A8D690D98EED8 +:1041600010E51F10FDFE54E8890FA19E7815E1238C +:104170002E1BFB0F80DE09F8DB5527CB0ADA3F0741 +:10418000E588D2879DA2B71711EDED12ED3D2ADA31 +:10419000DB7028B5DC85786CE1D1AB99EDE13207B5 +:1041A000B43B34ACAD43BDA842F9EAB013F1146698 +:1041B000E4D77A54D883BB44FD7D07CBA5381C0FC8 +:1041C0000648833C4F6F0F6EC4380D4902BD07E4AB +:1041D000F5C36B79FEE0381B9DB73FFCE33904DF84 +:1041E000EFE6F053825ED3DBFD1A9E8F3F2AC6A70F +:1041F000B79FDD7563725F7E343DDD2BE6D721C648 +:10420000F5943D287F00E3CDFDA312090F60B7E9C7 +:10421000722EEFA06CDA3FF2A3F12658A79FCBC90C +:10422000BBF53179D73D0160DF9C2ED90576A4DB43 +:104230001FF2A38AD42BEFD2B9BCD3E3381A55D0DE +:104240007733315D982C61BE885FD8C4F43F5CCE73 +:1042500025F7CA39CD85F4DD2CE6DD22D6D519F651 +:1042600093FC7466C99108B697B58EE4E579D0A140 +:104270003C244FA7B2BECE715B04FE1DE116F24B8B +:104280006CB4B50FE86788DBC1E59C726124C9B9DD +:10429000F2A92E17F6B3D1CDF7FF8D6A4118FD4470 +:1042A0001B555B88363566D03F2542976A1B2C8E9E +:1042B000D64699F279BCF9D40BE4B76A4914F242B4 +:1042C000ECB309EE5BE631F20F680CC7A9A83C9E7F +:1042D0000261ECCF157473FF8DCF668ADF7065C9FC +:1042E000279D4964CF9F36F6E3C8B099F43AE5328A +:1042F0007119C38A12FB8CB765E97DD3476FDC85E2 +:10430000EEAFE8A79C958EC6B98AC99E69C962E4DA +:104310009F52D40292C7BB7C3C3A6E571DDFC77FC9 +:1043200082401FED350ABAD06145A7BBC2021147D2 +:10433000D9BDF12A68EFDE3FA41560FB877D0AF93D +:10434000C75B4AB3F720BE5B7C37131DEDCAE0FAAA +:1043500085AE57ECCAA895DFC7EF2A97B7567FC43A +:10436000AEBACDD4CEF90C594539B441DDECEA6B87 +:104370009F6A17F4B653D0ED1382DF37662D1C30D9 +:10438000CE409F975E4E01F1A7F5D1BECD6DD657B9 +:10439000B28F0D2C3FF476F5727ABB3ADEFA6BF7EA +:1043A000A6226E972614FAAB8BC81FE5A7384F5B81 +:1043B0009D63FB69E00BA56206E92F2D595CCEBF1A +:1043C00092B59A09FC44D02E6AC9485D3003D6A143 +:1043D000294B26397EDF8C2697515FB0E237255373 +:1043E000A6785EC6260D3F6C43FA6E77D13E9225C5 +:1043F00053FC545306D7379A6CFE3EF9D7DADE46A3 +:10440000556F6FC20D87B3609FF6DDCC5AD263E360 +:104410008594E45362AE42EBADB0AE2E8C07636F71 +:1044200029146FDD3F1D0FECA7BAA748F7CB0CECA2 +:10443000AFBA9CDCBF5C3FBBEA52F1E81AF625D666 +:10444000837121AC3095E4EE08F8E75A439C738AF7 +:10445000DFA2DF8A7D6144C8BC0F8C8D98FD277A6E +:104460007B97E367AB7EAAFB5FF77670FEDE775043 +:104470000EA3DFEF3C73119E9FEA87AFF75AFCB0A3 +:10448000A8BF0F24A7F376B8493EEFB3B343523227 +:1044900091A7EA19CC38EB42BF0F97049F41BAF5B8 +:1044A0005DC823792E1D3A4A71AE80773FE14DE316 +:1044B000E77EAC34407A74E37C80118F1D8B28BF7B +:1044C000F9FBCC43B02D320CE5F19382AFF5713E90 +:1044D00099195D86FAE2BEDF7C281BE3F68F16F1A0 +:1044E00073B55C5712DDF7B18EFBC5226E5F3B6D75 +:1044F0002C1C8FE7DACF713C7B99C781F47059BFD0 +:104500007055B48AE2856599C7F55AE6BD17D3A1FF +:1045100038FFC05B45782F40E3F36E0B04C2C84FF1 +:104520004150C4D864287390CB6B1F0BD07C6B3484 +:104530003EFFD7B58504BB011FCE7C1C4FB5888FCD +:10454000651EE7506C87C7CB06EF006D68785FE3A8 +:10455000E4F4D58B5781C7D735994D453DD2EB2033 +:10456000FE63395A15B5DBCF3CB68A797C5212F816 +:104570000F9A879BCFE35E20678A3F4F7250FCB94A +:104580005C183C5744FCC6FCA827DEBB44253B9284 +:10459000F90212FAB158E0CAF6A52B2E97E31F10C4 +:1045A000FF8D49C3580DEE3FAB93285EC6300FC751 +:1045B00044BC07E06E0DD03E1FD0F1CFFD7B356EC1 +:1045C00007E9FD975BFF989E147019F9AD29839F49 +:1045D00077344A0117DA1FE13F7039A6F7CF66201A +:1045E000AEA0BFC18EDD463F4C4CCE48E2FE8559A1 +:1045F000CE3859AAC9CFF97FDAEF9E3731539C776D +:104600000CEC7FAF99C8F83D477BC08BFB5776D742 +:10461000B719EAC1E7DD7DFB95F4D4AA4736C7F99F +:10462000ABFA8A276A39E05869E4D76513399F2EB7 +:104630009B28E21E4011433F4D932A935C6BF4D4B8 +:1046400032B48B40FFD4D800FD639CAF51FE625C56 +:10465000AF49CE7ECDF8C3EB268A786BA1A7AD9784 +:10466000605CE9B4DEDCAF827F005EB679D06E7E3E +:104670003ECC5625007D9E10F4A9B7ABEB6FB96216 +:104680007ED1C9FEA5489FB9886748C71405AA27E7 +:10469000C2F727F717915EADD3EBBDC24FDC1F7F8A +:1046A000280E16A438FD00B703B259A56B411FFBB5 +:1046B0009CAEF7C7FCCC9C9ED77B16F2349DEB4199 +:1046C000FDF1A5AED7E8E7882DA8675D85F5CAB9E5 +:1046D0001E22F6C5FEF06AD57774B9E5F49AD7279D +:1046E0004EB5EC8B572827504714F65233E2D1577A +:1046F000DE258FECCB5E722F36D94B5B7CFC7C6069 +:104700008B58C7B6906737DA796D3E99CF6BA5673E +:104710003733F88786B37609CFF3BC2C24A152A790 +:10472000D3FB43022F3F11786912E7300FD7FB0507 +:104730003F5412FC487D90D2D6FA9594367BCF52E6 +:10474000FCC14FC110C378AEE4E8CF49DEA7CE6309 +:104750009E38A0A7B49D3D5194B32C144FF127BBB4 +:10476000EB43542FB5928F77E7CAB84770EE3F9B63 +:10477000E8107415FCD9447E2FA6DB0E74B85CA734 +:1047800051E61F4CFBAA3D125E87ED97CA118CDFE4 +:1047900090B01D80DD3358645626FA5F7F40FE9648 +:1047A0004D7F50F8BE21FCAD832DF4DC16E9B51F1A +:1047B000E350A86E29E5F8DAAC31D23B3657A6367D +:1047C0006401EC2873F5607CFF919C4EF2636F29C5 +:1047D000E5E70F834B8F466BA19FA3C54E0FDAF51C +:1047E000A9F33AC9EE02E227BF6CEA3C6E67A55610 +:1047F00099FDB1596D6638C5E28F75F7E39FBD52DB +:104800007E7FD5C2EF0CE904E9C027D3FDF118FF84 +:10481000F410DF38FCDC2FB8D9C7CF61EEAD3C30E7 +:10482000A3B290E889CE6974BE77E472FDF77CA9E3 +:104830006EEF7434AD04788EDF457666167B624683 +:104840000EFAD3F0DE89663C3FEC20BBE71DA10FDA +:10485000354ADA4BA30DFB8D23921B47E747B30B79 +:10486000E224833C45FFBB91DFD0EF6EE2AB9C546A +:10487000D379DB266D603F60ABA0F37509BF257F60 +:104880006BAB2D32A05DBFBD7814F165FC0E07E95E +:104890008D09170653BAA594F7F3A43D28BF9F4E80 +:1048A00074437EBD2DA5074CF69D2B6CF6A36CF2D0 +:1048B0000D6CCFDD2BC6A7974BB6F5B0BEC6E7296A +:1048C000FD7AF69C6E5FEAE53C362661BB1E9BD9FD +:1048D0009EB3EAFD238BB99C57BCE7AE3ADD479CFB +:1048E0006E42617078B1E19E96E2DDF527B4F3D8AF +:1048F0005717C95FD91B3720ECBF785725D97FF7E9 +:104900006A32F9519F9CD2396C34D21DD84FC89766 +:104910001BE318D1579C8F9F47DAA7F5B080FBD2D5 +:10492000F6589601AFA3906EF97ABCE81D25A11F39 +:1049300036B9B2038C34902BB68E28EA2FC96E5943 +:104940006B50F17BD48F71652FCE3B40F269B35B26 +:1049500096918F8FCF4B25BEDF02FD523CA16FD4C5 +:1049600046E4FBF00A59C3630D17E378A17966A208 +:10497000DFB3D385E769C31B926F41795756AC709B +:104980007F31EE0F067A6FF3EA30E7B339C5FCFEEC +:10499000E6A6CAB3C7B2A0DE03ABC868256D0AE5B8 +:1049A0005AB3C6CF213C5F5D740D86FA474B3B5D21 +:1049B000677C588FDFD76DAB940FA31FF101945321 +:1049C00030CE574A47C57543F9CDF30EA4101FB337 +:1049D00044C2DFE65281DFD9B5ECCD74DA07885FD7 +:1049E000DB4A3BDF1B8572609E4CB81B3668DD617D +:1049F00062631662F44E04C683C110ED9E1F84A745 +:104A0000433D4FB9ABC7598CF778CD74B1A5B49677 +:104A100035A7C7FCCC4FE6D7B276801DF339FCC072 +:104A2000BC4E3AA76DAB74A8A8E71C7173B9BAC5A0 +:104A3000C3FD618975E6F61C53F644B3845D2ADE36 +:104A40000B489A3F18E3C4B9BC8E9F7720BC02EA9A +:104A50007B86290CCF3FF5F3B57B87F2F331ABDDD5 +:104A6000EB64350CE5CB7971FFED9EE2F2E8CD0009 +:104A70003F08721AE5F888BB603F037888B8DFA664 +:104A8000D36FBCCF2C9747041DE6715AE4B28D3921 +:104A90004C7A6EAF7EE9B50DA85F36097EDC20F456 +:104AA000CB267B94F44BD8A7C88EDAA078F2C9CE77 +:104AB00004FE1C0AEDD95233482FDB5EACEB95A106 +:104AC00062A4BF2D287735C4FB3A26ECFA90670024 +:104AD000FDC5EE31E3DD95618E87609E304B2FA2E0 +:104AE000673D08EF36663B83F6440BC6224BC67D16 +:104AF00023CAF70DE632D15B5BE501FABE49C84730 +:104B00008687777DE83DC3437DEB5143579AC73392 +:104B100024986A2ED74F7B563DEA3E71BF39376CD9 +:104B200063E8A7BF3FE1C34EA4BFA79FE1FBF6E543 +:104B3000EE431F7E86D3D7DE0F78DCDDDE5739FCEF +:104B4000E4070944DF8D895DCB70BD7E61D786E7C0 +:104B500043FAF4AB8F0FAB8179FFAE989F1B3DDD1D +:104B60008FBE7BA458D2F59B23C5DCFEFC5C31E8EC +:104B700037CB64FF60926F55DA0D467BF1E192E02E +:104B80004B2867AD76A3749CDBB70E6511D969B964 +:104B900060A7EF49217EA678BEDC95E2BEA92B4036 +:104BA000FC973B4F25FF8553D8EF23EF629E06D03D +:104BB00023171706FF40E3B1ADF6E339B3EF47C95A +:104BC000741F0E463A0EF70B37E3E707356FF1F81F +:104BD0006B47D78866D4733AF4F8408BDDA9CF775A +:104BE000BFA0F37D42AFDC9FC9F1F6D4EFCCFE8FBE +:104BF0003F179BFD1F504BC6F8B7FD475F8EAFE9CF +:104C0000633FFFCF929A3F1BF71D5F87A6603995E0 +:104C100079149C17BE79407E9852CD6B7CAFA1E38E +:104C2000F8C0E78F05CF9BF7EB6B0E59ECAEDEF8C3 +:104C3000CF8084F714747A7B2525648A3FBF1C7D5E +:104C4000394B74FB95115DADB9236E8F1EA787F0AC +:104C5000979BEDE48F884E0E384B389DB8F09D1D24 +:104C60009D4E7AE36E44F9659BC7EC11769B5B46DB +:104C70007A92387D2495E8F4E64F2A81FE9A9706C9 +:104C80005330F58D7B751C9E33CCCD7B699831CE2E +:104C900032D7E2DFD5D3BA124ED7736E881CB41365 +:104CA0005D6CAD3E0EFBC29C6F46FE6A87F5BFABE6 +:104CB000E4DEEA26A0A3394EEE3FBDA3E4D73BC312 +:104CC000D0EE3D380E80CB4B9EA80E43BB5327F849 +:104CD000BF81FDBF5AE4574B68FE33E8FE858ECF97 +:104CE000FEF9DA7CFFC28F3E7B931F3168F26B3492 +:104CF0007AB81FB1D93DF07A7FDD78D2FF290A96C4 +:104D0000E0B8ADF1A4B179B4535CF095CE6371A174 +:104D1000BF0CDBABC3F9C03A4DCF9B2D470A71DC0A +:104D2000420FB9CCF8950B934DE7E58A4DBCAB31FA +:104D300063CD9A354522DE60742C3F20D651B930C0 +:104D400095EAF58B3F11077BB9FEFFD938D833457B +:104D5000C19B71FED638D87F149F3A5D3C5CE45FFE +:104D6000F5CFD097BE1E20A7EB783B6C955264928E +:104D7000D3DBDF247ECBA07BF97ABDD8BD95D8FBF1 +:104D80001B8DB4FFFC98E4415DD8E941FD2D6932EB +:104D90008F5BF7611CB687F8B209FB59A344C7E1E2 +:104DA0007A7D2947DF6B34E80FB94C438F116B2DA7 +:104DB000796D27BE6BA138BA358CB06C7DF6F99D44 +:104DC00095785E6103390DCC9B34ABBBE308DAD92F +:104DD000690EB2B39B66F3F70F9ACAB8BCD852C239 +:104DE000E5EC3691DE5FC2F5897513FD9BB1FF9F3F +:104DF0000AFC254EF46F45B9A3C3EF4FF06F37C2DD +:104E000080979F0AB9D42299F7AFED473289AE77E0 +:104E100072BCF58D1F5627FCBCBA9C661C766608D2 +:104E2000FFBAD007F04ADAA4544A59450188B49C25 +:104E30007022EE47CE9A4503D2E5897AF3799FDE58 +:104E40005E70AD6292E72E9F59DFD83658E7873003 +:104E50008F0BF7DF467A798B7760BBF2E57A737C4C +:104E600089DEDF5C5B870DE97FEE059B894FAD69CD +:104E7000D9779F71A1DDB2293461C07E605E5D3358 +:104E8000C6603CA48B52FD7B70ADD435C330AFF708 +:104E9000C3DF27BD6CD35A7E4ED5E81BB584EE6FB9 +:104EA000B4D8291E6353067B0DDF09DAF48642F17C +:104EB000A27A3B9B1239BDD436C575CD30E065531F +:104EC000AE83DED948084B8FD37DBE7A1E77F96159 +:104ED00009B74BA6FB3A18DA2109E12FEC18F77253 +:104EE000BA44A5755EBE56720473F1DDAE1407C6F2 +:104EF00073257898DE4E04DF219BEEEBB1E3BC977F +:104F000087F753BC4C02C0587E794B2695D7DFCF2C +:104F1000A86D524CF1750ADE0B1A8D7411A4434929 +:104F200027D215A47188772586FF0416E5F622EBB3 +:104F30006203D9C74F475FA2B858064CF2511FFE13 +:104F4000F38625F1449FAD3F94843FA97B7D2D9E40 +:104F500067803DD16A88E75B81FF84A93B6F0CDCE9 +:104F600086E583631D2AFAE156E49CB1A3BE74145E +:104F7000EC0DF413B176FE5E860BFE623F9961F391 +:104F8000FB1A41CBFB193731433EEA5FC24F183F52 +:104F900049F8790A5801F2975A1D217A758E15FA47 +:104FA000B7B76F7D3941C45959E3DA36F96AE38DF1 +:104FB000FE8976BF4C710CE754467134DB1C618A64 +:104FC0006368CEB485D6A1DE27E2326AC5BCE13F74 +:104FD000CDF84EDD7211C738F95399F94DF1D3F17F +:104FE000CC6F58C76917524D70191B6E2A3FDD35BB +:104FF000DA945FE1B9DA943FCB3BDE04CF56279BCE +:10500000CABB58EFBB7E3CCE8249146741556453FE +:105010003EF7B3B5F0B8563FFCC57549F5F7D83142 +:105020007EB95ABCAFA1D3417326B763975BE22325 +:10503000D258388CE73837005D44F15DC290394E64 +:10504000D6C5DAE8DDB44BE22EC47ACE9864F1DB43 +:10505000F5B37E3139C3E9B37FB9C5E360B3D59FFA +:10506000501C17ACD7DB595076A658AF998B5752C6 +:10507000FC88E3420AF3233D3C37F1A96CC89F2E1C +:10508000F0E3B005C9FFE4B8904EF96116183B0A89 +:10509000EDFCE30AC5A939F05DC824B4032DF12C59 +:1050A0002A8F6771E09751A67CE1DF0C52BC4A253C +:1050B000D021B63BEB82C4FCB0EF3B168BF8152F2A +:1050C000C79BCE1FD305BE6EAD182DD17B8CAAF920 +:1050D000BD1107E2358FFA31ADC77D8CE3F54E2B5C +:1050E0005E675C993F3E51DEBD02FD4F6DD54AA51E +:1050F000F19CE78F93F8FEF9A3499238B7B7AE83D6 +:105100002789AF435C12CEF36478D180727DCE855F +:10511000D1A4F7F4EE2797894B9E23F4CE6D49E690 +:10512000FEB259654A05ACCF7B8B25D2DF4EAE1C53 +:105130004DFADCB979FC7E861E6FFF9E88B73FB9B9 +:1051400052A9F81694FF2BFAAF3576499CBC1E770E +:105150008F138C1AEE5958E3EEF538FB577EA850A2 +:10516000BC7F788A24E216078EB3678B2D71F55FBA +:105170003BCE3E4CFCF85EB144E700E39405CD45E0 +:1051800085788F927D81F7E7ACF70856AC9CDE8C72 +:10519000EF6DEA71F6DF5A397EE67AF22BA5D11B64 +:1051A00019D72E9E47F541A8505CFE97274F3E8F9A +:1051B000F11DAF957B5737F07794A8FEB7987A9694 +:1051C000EC5E4BDCFDFAA673B67150FE7D901714B1 +:1051D000976F89C37FDF1675A1BFF3839DDC1F69BD +:1051E0008DC3FF20E7A3C4BEE2F03FA853AE280E54 +:1051F000FF5D418F55E1C83C5CE7AA1C8545A4587A +:105200001CBE958EFED1F8F69649DC8F69077B238C +:105210003915E3FB61BF43FFC02A89E2FB6BB494FD +:105220009928BA7AE3FBE13BED874DD26E3C9FD1E2 +:10523000E3FBDFABE3FE849A950AE57F5028D13982 +:10524000953EBEEE48AFBF89DE51FD20F4C83C2C30 +:105250007702C68DE54ED48DBFA238FF7F76BE3A69 +:105260007FEBEDBC8D4A13CC77E31229B24742BEE7 +:10527000BB91EE7BBFC2D829D467B7E52D5A8FF713 +:105280003ECF31F626F25559FE5F8F5C44BDC7C74D +:10529000F50790A376AC1FCF5C27B17C826FC1FA73 +:1052A00009788EE292F6CB50BEAB9EBF2739271805 +:1052B000A1FD76916A0BA91A96B7C8591797B3F151 +:1052C000825F0DF9E2DC3D60C7B8EFB9A576DA8FF1 +:1052D000E7AE8806E8DD051FECCB99AC773F30DE02 +:1052E000E3447E588CFB37F4F78DAFAEABF83E8EBF +:1052F0004B8F2314F427C35FA47737F3576C83FCD9 +:1053000078E187DC94B3DB8FF2642EC8139CC7E28C +:10531000C566FA9CEB7F84FCAE783E3606F217CE6B +:1053200033E7C75BE8DE3799C745E9FBE326DF4291 +:10533000F2DB639C099ED3BEB200AA24436AEFF05D +:10534000B6037DBC9E3BF330EA65EE6D3243FECB87 +:105350009B2CE2137DCCF775F653E78DD1068CC7F5 +:10536000DDC45CDD18F7F7DE77F97A2F05BDB512DD +:10537000C6357D854470461D7F7FE01B217614F77E +:10538000C5A5C0F7B3A0DF8C95D10AA4CBA5ABB857 +:105390001E7843C8A1FA0DE790BABED4B0649CE36E +:1053A00056C87F77A8C29C88DF16B35E08FA834987 +:1053B0002FBC69C527B43F5EAA1F72BDC2AA27C60B +:1053C0000BBC5D37D9AA27B6D33BA6CE6F0DBC2F39 +:1053D000ED1476CD09CB7B79CBF573683CECC33803 +:1053E00011D6C116427BDB96FCDA65F4EBE97192CB +:1053F0000F2F0D06271BF827C1E771D03B4A3957FD +:10540000B61E575ACEB01F26F2FD70A58C57335EDC +:10541000F52BE49F7EA390C7719ECFE1E714B1F214 +:105420005137BF77C6DE34F2830DF107FDFE5ED83B +:1054300093DBCA07B63BBB44B90AE5781BD2C31B52 +:105440006F29748FAE6B0753F1096FBDDCEF675E98 +:105450006D577DB1F3C885D1B123D43EEC93D69975 +:105460007FB2E1BBDEF3A33F67981F6F8B788DF1AE +:105470009DAF8A765B273CC2F05CEB8D715C0EC7FA +:10548000173AD538A4CB9C6813DA6519393D33BE79 +:10549000877C097C8DEF6786599784EF33C7E7488F +:1054A000EC41A2C35F84912F8F835E8F7478899CB7 +:1054B00089809C291A48CE44489F8BD73E11F1C75A +:1054C000113A079F27E4C61B39D174BC0FA6CB8FB6 +:1054D0001CF86BF413EBE93C8B5E3CC737B07CF8EF +:1054E000C6574FB5C4E1B8814FD14FDE0AEB8EFDF0 +:1054F000BCA13DE2427C04C6D6AEC3756065AEEE8B +:1055000031308E56FF981BC98ED36EF5E0FBA6C7CF +:10551000CB6EA6FC37CA5C6764C87FB3E2AA11AA47 +:10552000617D5B1F60538388DFB18F7B6F81F9657D +:10553000E7FC577D10F4CC37C5BBDABF9FF9CB1120 +:105540009986F5183FB9EC3793511FC4E003E08BFF +:10555000718EC8A8BEE271757A5DD6F973A247F460 +:10556000ABC749FDD3D529C187EF88F3A29A96949A +:1055700099FE3EDBE5FCB62C9BD1FB172BEEB33B33 +:105580008CFEF3EEC9B2691FEB5ECBDF995E71381A +:10559000CE916DA0BF772773BB3E184CA17738AC76 +:1055A000FD7C3AD9ACF7AE68600E9C67303AD48186 +:1055B000767CCD8A2BABB76C9C18E7E1A18ECC44EE +:1055C0006339EE97AA69EBBB1D3D8EC5BFA29CDE79 +:1055D000DD8E13EF587C2AA9F4DDC5FCD121B0BEC5 +:1055E0002BDAF9BDAA4BF573EEEF74697E792BD2F5 +:1055F000473A7FEFB739BD80F8DB15BD4DC6B85FC0 +:10560000077CEF6B5DDAC4FEDC0A7A2FEA176E5B6B +:1056100094DB4939118A7B725F70905D137F613032 +:10562000D9359D4B6E27FF8EDE7E7FEBBC5DE82B70 +:10563000ADB0CE98AE17EDB7D57BA9BF84D2149A82 +:10564000C7605B90F6C1C15E0FE95B2E1797C74339 +:105650006C212985E6CBDC830C7EB92155663B3C69 +:1056600021C76C873BD2534DF9D1C91C8FF80EA4CA +:10567000F1FBB271FEC172660C9F158A7B1DEA397F +:10568000AD3E1E1FDDEAAB95DF43F9AA2914CFED2D +:1056900009F373DF05C2DED0E5E98240CF62B43B97 +:1056A00075BFD9B68281F7215D4EEA703CE8197D5D +:1056B000D1FF35A522FEDCC7F317E0337786DF0183 +:1056C000D04AB9DDB6C006382BC06841EE2F9F6BBB +:1056D00039F72829E57CA2A7D1C9C19252EE078EDD +:1056E0007AFA38AFD3F5BB788DEB779056DC85FA34 +:1056F0001EC83F99E42DABD85A18D393BCBE7F5235 +:10570000AFB3E86D6EA1B7C5EBEFB95AF4B4C00CF6 +:10571000B31C1DCA22A4A72D147E8A4BF5306E4FF0 +:105720005BE56D55A9F9BE47367B35C0E5297FAFEE +:1057300074DBB8B387F11EE6791F8F9F3AAE2D3226 +:10574000E96BC77D511BF9F5847CECB2ACEB3CBF37 +:1057500042E77FC741AFF380DC3D6E8F66DC07EB2D +:1057600092AE7D730E58B8EC78FE8BEE1A1FDF5F99 +:105770008C7EABD7B5239E938676FBA3239D6E1FAD +:10578000DFF16818E936AC32B24FE2849E74648768 +:10579000BA13F53E16F64A495319DB2AE8299BFD50 +:1057A0001BF953B6E50DEC07D6E773BEC4BFB6745C +:1057B000C2007A138C1FDF35DFB6E417AE5A809B28 +:1057C0004B25D37C405F6A2E1D64A477AE2F6D7A83 +:1057D000808D447DB733D75115E9438E6CDAD1D132 +:1057E00042E3679E5349230DE3CA3BE095DD386FE2 +:1057F0001BD9912C8BEB6D9B7E9E9381F3E94C7CA6 +:105800006494DA87DE76FB64FF369C87B7D4BF1DCD +:10581000C7E3D2DF6D17F597D8D8F3C6DFD9B0D676 +:10582000BF4BD8892C8BEB6F7A7AB9F5D92805C391 +:10583000184F08363D9D6358CB3D25F8F8ED51C112 +:105840009581BECF419F48369C83EAE389620C3B39 +:10585000D4BBB3948FCBA572791DEB97ADC373F412 +:10586000708DC27FF7A446A17B84E7D72A7B509E28 +:1058700039EF1E9F2CF781777D7FEE16E76147C4D5 +:10588000F8D0DE34CACFF95A8249EE5E579C668260 +:10589000F5F7A60CFEBC44E14722397A228BC77B80 +:1058A000BFB396DBBD7157B5D9FB7A27474FDFB938 +:1058B0009BEB297147FE66C7FD1DD2F55EF40BB464 +:1058C000D414418BECED521EB7B4F44202ED537A7E +:1058D000BD0F4B55FA5E050A04B6BFF44212E5C788 +:1058E00035F6D8719F5F1EDD487EFEA517E2689FE2 +:1058F000AB6ABB4F7301FE6F5E2B79D04FACE7C72D +:10590000EABBA9DCCD2D8A25EE8305DC8673357DC7 +:10591000DFA9099BE3FC9665FB97744AB175D2F742 +:105920009103A5FECF903ED59C0EF26F3A73F979A4 +:10593000657F72E08ACF8572ACE7FEFCFD1C0C33FC +:10594000E5BF03117E1EF5C6D9A877D03B4A172FB5 +:10595000E2F9E042A6D35B7B13FADD6631167A10DA +:1059600048AD32CB1E7B6747B4A7427B15F80F9832 +:10597000CBACCA054D1AB78BD559783E9061A77745 +:10598000782E5E64B68B18AA95DE5BFF75E3B9844A +:105990008A2C09E3781DE42DD2C56DFE0ED2E36F8B +:1059A000837D25E2A1F7BD5E4554DCCE5C3D518090 +:1059B000A7CBDA5BF8FE1C7B5BA1DF43D1EDEA8667 +:1059C000C44F328CF7BB6FD96AC6C74D772598D6BE +:1059D000EDFA409A297FE5CEE126B8C2637E3765AD +:1059E00096F76A53FDD9AAF9DD944595934DE513D1 +:1059F00058DF7E7B3A4A944DF9B42F4D9D9242EB8D +:105A000078040F0AD16E1F24EDC1784CFD7CA252A0 +:105A1000E0BCD2B7C486EF471EC5F747F00D13E1CF +:105A200047D6FDFD094C6B1A9689EB62B643128A84 +:105A3000B95D33FD51F33E9920ECEE044BF9295347 +:105A4000CCFEE6EBA630AEF70AFB521F0FD211FADE +:105A50002B2A84BFC53A1E600F5B21EA11229ED615 +:105A60003AAEDB9FD81FFE1ED49F8E716DDA958FE4 +:105A7000EF4AFD20656A0DDD2FEF74F338EA4EB56D +:105A8000C1968AE786E912DDCFDBE49E7E3C05FD08 +:105A9000CB405F78CF399B3D4B7CA8FB1DF4F63A99 +:105AA00085BE7C4CE8B52F668CB719E556E7C86013 +:105AB00086067C7B3431B309E3365F8ACBA47D094B +:105AC000FD25158389CF4C71DB9DB95C8F3E7A78BB +:105AD000AC0DE54CB92D68C3FA33339E263B7816DE +:105AE000D68571956770FFCC67A27F60475B7E614A +:105AF0000C9FE58FDE47BF1F5491BE3F3C0CBE7725 +:105B0000FE5C6269D0CF6D51B51AEBDFE676AA1163 +:105B1000E2F7F6E743B80EFA3A6571BF4C00FEE2D1 +:105B20003A49E9BBC90E7901EA0F81FE6E7FD47E46 +:105B3000CA783E91900EF49347BF2365F2DB18D6E6 +:105B4000C7E4B7596FA11F150403E2F5792FD79366 +:105B5000FBF387740AF9F6EFC24EFC58DC23FD40D4 +:105B6000C4F1BF25DE53FA04DF5372E2FBAE1AC163 +:105B700047EB8B293D8671FEF0FD4D11E76FF57BFC +:105B8000DE233107EE1FE1BB25BA37D2EB97734D09 +:105B90006F0B00DE94A92922AEA9E7852130C4A4A9 +:105BA0007885EED39E2FF5EF9A32A87F7AFB475384 +:105BB0009CAFF1FDB04BF21DEC3BA81F744A65147D +:105BC000FFFEFCDDA3F73418EC39652AD7BB9EBF76 +:105BD000DE1CA7BE69EDD33CF5150C18AF9D10591E +:105BE00044FB5A7FF99B64F13B3E2E7E0F2861CD2A +:105BF00055840F3DFFD5299209BF09D125D4DE8DEB +:105C00002D8B69BF3D3A45E8DBC26FD7EE3F40744C +:105C10007D2EC842F8CE77BFE312ED58F90FE902A6 +:105C2000D38F855D89748129D2057E47BA4018E9F2 +:105C30000261A40BCEB77EFA8E7481E989FA2A4AF2 +:105C4000CFF96057E2A1C4B43FC6CE81F9FE46F257 +:105C50001ADF7B5CBBDB81E2B6A67D607CD534FFBE +:105C6000D08B726183947914CF514F2C880FE1B996 +:105C70004BED65DEA94BB0BC4B873B71AF5E25DEBB +:105C80005DF31BCA9F38FC2CC51B04EB94EDC6B812 +:105C900076E89BF4EC20C6AB0F30CE2B4D4F58E886 +:105CA000F34AE5EEE22941E7D409183FB19FE54305 +:105CB000954A905728DF137C211BD263BF76855706 +:105CC000F7C73207B72FE2936ADDC6F6757FACCA15 +:105CD000F9548C27184EE1FED82B1C9FFE8ECDB0B8 +:105CE000A96E137D5EE9BB10EDFE5ABAC7790EDFCF +:105CF0007FA6F336735CEB9125C3C21847B031948D +:105D0000A4A11F5FF22CA17DDD8567D825782ECD5B +:105D1000E3593D19402B2518B7B68C9FCB6B2C88C7 +:105D2000E7292D8C897BFD22AE28C0C2E81FDAE866 +:105D300095FDE82FD4EF153B224B88CF589D667A0E +:105D4000E7C46189AB8B9D834F1571137A5C995FB2 +:105D5000FE3AF1694CBDB2FBD14D92F8DD1AFD1D42 +:105D600048F51F7B0792481EF19B23CE63C539DDA2 +:105D70001C6FB64A7692D04702BC093627475A8F25 +:105D8000FBFB1BF90E55E1F10EEB910F5FC6F3091A +:105D90008D7EF788FFBEE150FE3B4E8E1CAE17E9AC +:105DA000FA389E4C448DE7457E8B3E838F5296E0B9 +:105DB0007D21DB49671EFA5FCC7A89355EC27A9E07 +:105DC000AFD3EF6D532DE73A5768F75F69393DEE72 +:105DD000E5BC97D17DA9547F90FC35D542AF4E6389 +:105DE0001DA6F3548C7331EAB318E762D46731CE41 +:105DF000C508639C8BB13CC6B998F567B3BE8C717E +:105E00002E66FDD9AC2F5F127FC1A401E32FF47978 +:105E100066ABAFD27A6E4DE7F6C3B6850BFDDF42B7 +:105E2000BEC478008AEF616FA3FE4C3FDDA9D2B9F2 +:105E3000817F3DA2B0575FE57EAA21A29FC118CF06 +:105E400001FC942EE239F47812DD8FE50C04B428BD +:105E5000B433347EDE50DC37B6DAFD43118F5B2578 +:105E600089E85DC7E75066D6FF8758C75F6833C5C6 +:105E700087E87E2A3D3EC4596533C587D82D741402 +:105E8000992A9BFCD0D9EA4F28AE705B2DB7AB9115 +:105E90005298C1DE506AB85D5505EB1F36DC17A974 +:105EA00016F12B37E07C0DF2C2609FD870FC5519BB +:105EB0001D7EE1A7083BF5776C901FA40E36B890C5 +:105EC0007EBF32F341C0E787625C7A7D1BF3365CAC +:105ED000D47D1886FDD46AFF30A6515C69B049A113 +:105EE000DF2D5C5FAC1D5311063D2D4CBD561D359D +:105EF000C66949C6FA0ABDFF4B7110BA7E5BD36210 +:105F00008EAF591E36C30918A7937729BF5AED0DD6 +:105F10001B7486E3FB6A2AD3E3DD236827EB788DC5 +:105F2000CD9FA9387FC3BC77D3BCFE1F9FB74E5F00 +:105F30006FC707760D827E3E929CACA93036AFE5E6 +:105F4000820E5E4DEC79A10EC67D067FFB01EF9FB0 +:105F50006CFBE62EE4CB8F363A198F37546FFA215B +:105F6000C0C1AD4E8ABBBA096F5EC0F893A7651277 +:105F7000BDC809A5547EF9BA44BA43FCF1B62F73E3 +:105F8000514F783B357813D2DD4729017ABF3B5812 +:105F90007FB58CE7056FC777D33BE36764E6C1FB4A +:105FA000226F577D64477FE8BB1AD38C7A25CCDFFC +:105FB000F4BBB9374EE3FAF232999FDB2C5BC6E3B0 +:105FC00036DE6DBF6A0FF78B70FA0E4A7C7DB74FD5 +:105FD000E3FA6D70E56D14EF80EF09940FA01FC018 +:105FE00078495FB77EAF15FDBE9DD173239E5B7E62 +:105FF0002431CF3AC2A7F6E11AF413029EE85D7B82 +:10600000F1EEA663F8B0DDFC3E853A12FD888EFA0B +:10601000D132CAB702D1CE092C8BF5BCF1625F0C2C +:10602000E62C31FC3EB1615DD64F403CE1EF0C0304 +:10603000DF2F6FFF84E23C9E01BCE13EF2AEA7671A +:10604000FD61803F0664E3BB8CCBBD7FA6DF11F80A +:106050005E01ACF050F42B99F1F7E369FC77973FC0 +:10606000DEBA2591F42D0F0B3A06D3EF66527FC1AD +:10607000B67F5D83F779828CCB3B978893B2D2ED64 +:1060800052582FF41B78E2597B32F493B0F2E38A32 +:106090007908974B3DC92548D7DD1548D77A1CE6C6 +:1060A000D23ACBEFB0BACF56A09C5F21FC062B7C36 +:1060B0006679C9C4EFF506F9BF2FA1F7E5CCDD8CF1 +:1060C0007881E6E97EA0954F1E9AE6A179BEBBF2E3 +:1060D000B141284FDF4EE5EB72661D8F97018D6051 +:1060E000A451DFCA9EA6CB63A6DA0DF85F5EB58524 +:1060F000E2624079EF29F772FCE3BC9F8179F78572 +:106100005F2B1E1ADDA7080F2BF077CDFAC0839BFB +:10611000B5FF6409B4BF7CA59D61BCDCE5F0B07C33 +:10612000B1A319C7F31ABE2F5FDC175EF8B9C9A572 +:10613000F860C407A746F4CC4F2BA4DF81F5EC41EF +:106140007FEED6E933117E172981FCF601079E33D5 +:10615000E01FA528461778D170683AC69D79484E49 +:10616000EA74A3E329B8F58BF5F87B91DEBF24AA86 +:10617000185F1CF44EBA95E244747AB2E009E58FD8 +:106180004DF7BB2A14C76AFD7D6B13BDCDC2F1D399 +:10619000FA0489FE8333449CBE0DD6B18FDFC3A5BC +:1061A000F51E86EBBA7F79B814EB8569FE4796C475 +:1061B000C7E11140E371FEBB6D59780207E36EF64B +:1061C000B310EAED8D5EF37D135BC46CC75E7ADFBE +:1061D00045BC4B25F4F2DE7A516E67DA5B16F46942 +:1061E0006FDA14FEFBABEB0F2F65A372715C935C4F +:1061F000A768DFE7FAA5CDA9B564E27ABCCEEFA720 +:10620000B37437FB48C70FE0DB9656EA45F9DA1856 +:10621000C74C7ACB0B42DEBD2C525B32EFE7523DCE +:1062200093EBF18AF09FC7BE47F8779817EA458A43 +:10623000F09B2B429FEABF9C8DF2158B1FFFD27201 +:10624000DC8F6FF5EBFCFFF4FF4EFABF7C259AEB79 +:10625000008000001F8B080000000000000BE57D9F +:106260000D7C54D595F87DF3665E5E3293302180C7 +:1062700013059D006AD401277CC9478497640221D5 +:106280001F64423006059C408040758D2D7653D7A3 +:10629000FFE605428C89DA6845D1FA3181F055DB99 +:1062A0006D40B056A93B10B4AC8204B5185AB5681D +:1062B000AD05D775A36897EEDF96FF39E7DE9779CE +:1062C0006F3221B11FFFDDFDFFE3AFBDDCF7EEBB99 +:1062D000F7DC73CF39F77CDD3BDE803665F714C61B +:1062E0005AB504770B63AC3B911D1F0B75FD17323C +:1062F000DB0675F6D5F9F3E7A731B618FF2D47EBA6 +:106300004EAC8F63CC9DAFED65D0FE032D214DCFFC +:10631000C076361651193B8F7F19D82EC9525FCCE3 +:1063200086B34866B49EA55DC1D8486C77B1E5795F +:106330009B661BB37B04635FFA94341CB6A122896D +:1063400031A89FAA92C209F0BED5A16F9C8E70E6BB +:10635000A8BDDBFC8C1D9AA03015DE97E5AFDC9A5A +:10636000202170210DE1726AACB62595B14D4A2706 +:10637000AB43386724B8D7FBF13D4BC919C5581555 +:10638000FECB0BAD03239BEAE07BE691D9300F6394 +:106390004A78118BA43196ABB3B98BE0BB5B34B5B3 +:1063A000370CDF851A1D1F9C52E97B761EFE97C7AE +:1063B0003A5904BE5B1672D546E0FDB2BBADEF2B79 +:1063C000993D5A277C58EB30039ABF02FFCA1E2E14 +:1063D000E63F079F87199B1AAD1BF018EDDBB44908 +:1063E000C3422EC6EC38D719D17646E90C97336DE7 +:1063F00072FFE746D96A63359D3EF8D6C5FC08BFF3 +:10640000F3EFAF9CD4E28DBE0F6A92657C67A482E5 +:10641000FA5BDABC886900C77C2D79C447D7C0F71E +:1064200093D8A4F332C2B38721BECF8658AD9C3532 +:10643000F0B8463F465D6E2EA7FE8CFA068955766B +:10644000C2BCBA2A0A6D6180AB69C4D82DB89EC699 +:10645000FB9502AE17EADD4CBB92B1FDF51EA625F9 +:1064600030F652BD97CA487D263D3F58EFA7FAA1A6 +:10647000FAE9547FA55EA3FAE1FA022A9B464C1A78 +:1064800006736773FEB888211E8DFED36686566A32 +:10649000A6793BCE5D41F03D60E0CB3D85F00DF44B +:1064A00049F478D69FB14596F87A6A404F4512A7CD +:1064B00027FA83F7853EEF96167ADF4070D31FF0F8 +:1064C0004F129619BCEA85EF54C14F45D9C567E410 +:1064D0008950FA1DEC83CC281D3933A16EA22B35CF +:1064E000D36E79CFD842A6197564187613D3D468C1 +:1064F0007D985CE6F103FC729DFCC88780FF8D07E8 +:10650000D6306F32D43D7E9ABF5CA7D07363DE2D48 +:10651000F5C02B0E9C2F4C227DE0F534E871A8EDE0 +:10652000AED3B4EF6A50E6CD0E3E8878662E9D0558 +:10653000018EC6D4B98B917E1E916C7E19F9506381 +:106540005E37E04512FC29053F227C3E318ED5A600 +:10655000A5E3776E7D25D465AF9DB5B8619D58885C +:10656000E453028E036522F28F8CFC1621BCC2100C +:10657000611BE145A3F1185BE246FA95581B3B8F7E +:10658000C2CC353C2E1FC5C2BFB1BE8EFDE672A87F +:106590007625268E87F19523B23F11AA1BB009C03C +:1065A000A58C086A9A0BFB9B447566F7FB174E880F +:1065B000D71FA787A7E604F7201EE4C822E28BB600 +:1065C000D9DAB358EFA37F972D8CF4DFE4E2F43AE5 +:1065D000107C1B059DCF7184981FDA39EC4C237A0F +:1065E000F5EBCC3CFEAB827F3E9D153C80EBA09C46 +:1065F0001B4FE3C27A7461DD580FC646BB3F729AE7 +:10660000E86988F8618D2FBEF8E2345C0F46F877B0 +:106610009C9B4DFCF3E9AC50B7793C840BC781716E +:10662000DFF8AB8C3BC47600C7FB66FE563C3A0BEA +:10663000019E1E40B9E38BE2FD9120C89D0C2C17F2 +:106640000EB3013E7B63E461543ECC621113DFF470 +:10665000E1FDD0A79F7E0AF4BB1187B645DFF7A204 +:10666000DC98CAF182DFBDADD4DEC660DFF84ADB5C +:10667000181A01F0BF9D02ED2F46709BC21AF4F369 +:106680005D68CE6672F18242A25112EFD9BDE11A65 +:10669000802BD166D4BF17D2F83CA83E36E77B21C9 +:1066A0001DEA21D57FD80B7C959CC9FC2DD44DB714 +:1066B000B611EA0ED8E7906FD814FB877DFBD1584E +:1066C000944B5037E408C927531DD773D147EFB017 +:1066D000145C5F6BBB2F3446F372E5887DE13A763C +:1066E0001DB6379E4766855273465273D7E580972D +:1066F0005BF8A7EC261B48CD71D1769BE05D37F2A5 +:106700008F3D94C87C383FCDF630CA8385B6F036CD +:10671000B11EF87C603EF0B24882697DED21E676DC +:1067200071BAC3FDD35867E3FD15397C5D8DD290F6 +:10673000F3B1FD3EA0E55E913395E83533E7427253 +:106740002B97919C925C2CDC42F873B39588EFDA1E +:10675000143FE19B71B9A508B9750179754A1A17FB +:106760004F5E8584BC1A31247A6F89CAAB08C2A5F2 +:106770002E718613012E45E2F24ACDD4B9BCF24CFB +:1067800019447E737905F2691ECEFF3D2D389FF0C6 +:10679000E00FB1E004FC7E68F00CB51DEE3F1CEE8E +:1067A000F90E2FF4BF48C069C0CD3C8BA85C82EBCA +:1067B00086FD0647B2DF18F408749C9DC3E9695949 +:1067C0008ECBA2A764E7B82D700C19EE876B2B71E6 +:1067D0009D99CDE66F99C2FAED4F4FCFF0523B69CC +:1067E000F42B7F90803F24775310F9C4F83EB65FB6 +:1067F00055E86D7BB2B53B902F62E5CFC9C67124D9 +:106800007F4E369693FCD173E2CB9F4A943F26FD90 +:10681000A912E50FAE67E30F7EF00390C33D08C2F7 +:10682000D8E87B3D87CB9F4A943FF05DE295B7DA8D +:106830007E09E32D0EC96119C6DBB4BC3C2E7F9DD9 +:10684000FC5F1CBE5FC3BA44609F49EC7ACC710503 +:10685000D0655B8E4CFD2DBE5B9A4B74E49D320877 +:106860003E391D6DC6F58179276ED01DB85F55463E +:10687000D215D447AA74E8C737F47E0CF9F944CE90 +:10688000312E3F936AFF0D580EE8A43B5400F5DD0E +:10689000B3B52711BF4F89F1CA73B4A7B1BE5DD09C +:1068A00047768ED68E746CD4414E6D17722AE09A5C +:1068B000D65F4ED9F3A45AA137EB480F6F5FEC6E49 +:1068C000473E37E07A41AC53E32FE3CB91BD825E84 +:1068D0001B5FE8D3BF756904F6037AA2A51FBE4EFD +:1068E000F6043E9EDDC94BE3FD8BA21FA37C3B2536 +:1068F000149164E44BED459CCF9E19DA7E2C136F06 +:1069000061B5480F893F61B57BE2C0F3B2F83EB193 +:106910009CB78B7D7F0CE180F7072BD6DA9A892E06 +:10692000E530A7CBC91794C3CA39A745AF8FCAE1D1 +:10693000147A0EFB5608C78B95B7A9B9829F456993 +:10694000D839038DF397DA399FC4F055AC9DF31114 +:10695000EE674EF667DB395D1549A427F674CB7EEA +:10696000D896D878F67832CAF3D8F668CFE8C29EBF +:10697000D1853DA30B7B4617F68C2EEC195DD833E1 +:10698000BAB067B0ECA93EFB6629C0F505ECF3CCC4 +:106990001B079E5CAF659E49E726321DE0F3BADC1B +:1069A00029084FC2C6BC0BAEE77EE07B0E972AE0FB +:1069B00072537950C07B08E125B838BCDB67848608 +:1069C000E5C278B3CF456409ED7030CF105FAAFD02 +:1069D000C09BA8FEA5CDD4DCB9C467A7BCB87FDC3A +:1069E0006B63B43FE9CB9CE16DB024F9B2EB20EED0 +:1069F000A73DD55C0EF65473399821E82216BE16D1 +:106A00002197FAD67DC2AAF53618F7EA5C764A06CF +:106A1000F97045666F0ECAE3C9B3421938EE1560C6 +:106A20002626A4D0738D81BDB57DB3BD200CFD9FFE +:106A3000DCAC3F9988FBB8EE915266C37B3626A545 +:106A40000CF0333F97F3E3A6A6F8F2D128BB051C60 +:106A50005FCED07C38FF5FD73F4FFB98F11EE40933 +:106A600097CF8CEBE59B2A5AD4E5D0DFB498793DDB +:106A7000BD38342DD7B45EAAD7ADA09EFAFE63EC24 +:106A800052360CF0B131A1321C078EF737BB1F20F4 +:106A9000F899FB83944B4D7035A55D8AF833E6F980 +:106AA000FE2E356243FCA6B376B4437B566E1DEBD7 +:106AB000F545E709722480E333EFD0EC3A839FE990 +:106AC0000F3E4999E9B3C8B3DB72ADFA15FC115F0B +:106AD0003CF0FAB8492D2CFA5D716606D9CB467B9D +:106AE000D280D0AE66A6BF0BD8CF8C751EEA423ED0 +:106AF0000F26D5A27EF5D7B7A31BC6E07EA5083B1F +:106B0000BAE7C063A49F28D55564472B03D8D16B3F +:106B100067697F8774E7C9D66EC7F2E9195A2DE114 +:106B2000B74E5F8AF3DEC0E2EB15EB6686BE437CB0 +:106B3000F2B09B7D1BDF7F13F448F25FB95915E279 +:106B4000791CE8917ED24BFF21D7A49746F545CD1D +:106B500046FAE210D771A8ED0C3D0CF8BC15C74DF4 +:106B6000B4B5F91B24D45F75D2636F433D0BE1F9D3 +:106B70009A7A9653E845AA3744F8847D52D837D09C +:106B800040A57DB0AFAEA2FF46E9F6D940AE7C90FD +:106B90005BD76E1FC358C938A3FDEDEDA88FCC9904 +:106BA0006013F6D4DA76CDCED809C5D4DF74D8DF39 +:106BB0007AEDE2FDAAAA1AF8A7A2BD1F70033E3B18 +:106BC0000FAE685781BEE4C5C6F755EFE3F7333320 +:106BD000B59D4E98DAFE833767DC9B8AE36B3B9367 +:106BE00061FC7FBDEAAEAAC333B0DE7BC99B50CF48 +:106BF000E90A57A989086F4E2DF6B7BAEBEE2A15A8 +:106C0000DE1F1DCBC7BF31AFBE4A1F8D780AEEA174 +:106C1000F50DB6F9510EC27841E4EB99209FCCFCFA +:106C2000DD95CBF5ACFDB90EC2D31C474446BA99ED +:106C300093C1341DE0C8C9648D36A09763D95D69DE +:106C40002827FE318F513BE8FF25EABF12FA4FEEAD +:106C5000FFDD8BB82F8CECFF3D7CF7327DB7887F52 +:106C600037137962269F77839DDEFF0BBDAFE5EF7B +:106C700017D8B3DA2E77239C95EDAE8C68FB9FE492 +:106C80002EAB6A184FED8F51FB4EDE7E703C5BBF22 +:106C900037F4A5238C1560F970AA5E1984322B8F06 +:106CA000EB27B12558DA6938CE09A5D7550AF3BCC8 +:106CB0008695B50712098E53C427CF737C1BF4F158 +:106CC0008BDCD22A9DC3F921C159C3E11C885EFF28 +:106CD000DCD2A0CFF7721754E92E1AEF738267093E +:106CE00087C7A08F0F724BDAF56CA49FCF640DE5B8 +:106CF000B9CCF46D4057C593FF7889591F5A28E6DF +:106D00007B74AC5E83F848CAECA5F5D5BC5E66D64C +:106D10004F6ECF13F214D6D8360DA51CFFB75220F4 +:106D200069B81F005C16FDF21BA2DF6F89F284C2F6 +:106D3000FB0790547912A793E5F09D2BCF66D12BDA +:106D4000FAF889BDD8AE013EE764FD26E006BA1820 +:106D50009EF7FD98757EE47D7C6FAC737ADE8306CA +:106D60009D8CC89B3A383F4CC89309AEB1790E311F +:106D7000FFDE72D4CB9AFF64675B4878723A57BCE7 +:106D8000CC8FFE7F660FEBA80F28F654F28318FD18 +:106D9000CCF17456A05E60E297F134BEE097AFDBB1 +:106DA0006F469ED7820FA37FE8F7DABC38FC34B673 +:106DB000EB3E839F26D3B87BF9BC07A2DF81F8A006 +:106DC00054AC536C69F463F0E784BC7BDB5D525CCC +:106DD000BCE7117C213EFE60728B79B8DD0F7AC270 +:106DE000FCBC3874A51648DC6FA5EF233A30E8DE0A +:106DF000D1F5D3769DCB97321A4FCC375BE0DFB01D +:106E0000770C7A36F0B85ACCE74F422F80EF17D381 +:106E1000B8D51C9F71E85AD0D980E357D1F882EFDA +:106E2000E630309C8747F96BB0F9178875EEB307E9 +:106E30005516413B4EF1B8B9FE9213BC2DCF241F1D +:106E40008DF1BFD5B5BE4A8C7F07C12FE4CC9F72B0 +:106E5000F97E9994C9EC42FEDE49DF0B39E588D210 +:106E6000671D7D27E4E8D7E52FE61BE2FE1E2923F8 +:106E7000FBE5386371F76D45E6F6220B4CA6F75D2E +:106E8000223ED7EA194FFAFA789644F1B7E64C1E3B +:106E9000FF68F5E67A1BE0FD174BAE9944BBAFB037 +:106EA000DF9F03FD08E331CF835D81E55F1AD75192 +:106EB000A7483AEAC78AF0A763DC0CCBA473D3C80F +:106EC000DE911D550CF577C51B06DB0769E5F02142 +:106ED000D9D01F61498F8EEB64A83738BD3AAB8596 +:106EE000F2A1DCD04E5A07415F410E3C3BE27F9657 +:106EF000FCC6F0B73FC9E4CF8CCCE274C102698410 +:106F000067C36F60D407C37BB4CE0ECA683765DA37 +:106F1000C288BF84ABF6E88950FF5263A718E97FA7 +:106F20009D3AEAF9EADD8CFC88CECDBA4EFA2350C0 +:106F30005C8A87B103152F50FB6E10D809D05EF51F +:106F4000F1B82CFEA19EDBBD68AD4D87EF9BABE594 +:106F5000302A9BCDD52B6CDD68D76ABCBE2957A6DD +:106F6000F5FB627C12D57B62E8E057B86E57727B06 +:106F700007EDBFD1B511473C3BFDF8C19FDEB61709 +:106F8000FA49AA497027026A5A333BF313A07C7767 +:106F9000DD56D2EF8E5FADEBE8EC3C99119A8AAEEC +:106FA000EC56BB4EF10B75DDB3E4EF3BE9084D1D2C +:106FB0000E783EB1BE93EF3F9525051929513B262A +:106FC00076BC51012E1F7E79605733E2A75B524F8A +:106FD00051E9086F41FC9CCC50FC0D30FEC9AB1E42 +:106FE0001A83FD77AF5CBDEF17F8FE2AC52FC1F3FA +:106FF000EE5D2AD955DD39F7785699E44FC538A5A5 +:1070000016C73B3E76553EE225A9C0AF24A622BF57 +:1070100076DF8F76D4897593294EDD9CB1DDB3027E +:10702000DBAD7ABBE43A68A756CAD3303EA47ADB1C +:10703000083F977975FD14F4FBC7D9A1CF918F173D +:10704000D71EC8477A546FDDBD11E33B977DF55DD0 +:1070500082FB24534FB540D992B15EC5E7CDD51B15 +:1070600054843798B1DC3616F5811CF514CAF366E2 +:107070006DA37A053CBFC26BAB5A9DD21F1FCD8F4B +:10708000B1D9A16B11AE26CFAA646CF7FBFA10B48C +:107090006BC9896F3F260BFC555CB37DCB72A48F07 +:1070A0005DAA1BF1D22CE99EE5186F5F9CECDFC650 +:1070B000FA7FB72AC0EDD725B5B0BE8CD687E4CE0F +:1070C000A843FFD68E7AD589E17CFD2AEC4C7598D1 +:1070D000E2DC9367E5A406E0BBABAFDE4EF667C526 +:1070E000354D1EE4CBE68C5553115FCD229EB12A5F +:1070F000E0D882FAD2973382E9D8BE7BB3BE99DB5F +:10710000E92A433B7D203BFB24D8CBEE61D1E7C18C +:1071100000DF479A57C2FCF1BDEFA1A363E3D9CBCF +:10712000ABBE3706EDE556C32FB04B25F9D6BCD420 +:10713000D94EC6994FF74CC17D7FA7C78DFEA4F7E6 +:10714000B49CAB03FF33E82E27F05F4B774417C99D +:1071500087A42DBA1DCDDD4ED2233655BCA0C693D3 +:107160001F4F2F0EDD1830C945A78FFB41705DD929 +:10717000B5D1758CFDEEE4E6B6FBE3FA41C4BA6E18 +:107180001FFABAAE24FA0CF0FD97858626C71FB009 +:10719000F1BC1A7D79821BF92528ECE584A52CD752 +:1071A0008E72D9377C0BE6CBE882DFDC136C65F698 +:1071B0001128DF656EFC8B3C9B10761927EFC618F3 +:1071C0002F3448BE4D2826DF2636CFA6C7A18FF91B +:1071D00036FADDF6A9FE6D5E025F27FD76DFF4ADBF +:1071E0002DA6BC8B5D0185E034F2707A26308A4B87 +:1071F0003B43D76DC881F9BC2EB15E693A02A7A5A1 +:10720000E44C231729ED999B143FBDEFC9517BD75F +:1072100053FC4B9371BC6B31FE08FBD2E46EBB3563 +:107220009F46B5E6CF5CAB3DCB22F0BD7BB9AB76DC +:1072300018F47FED20F9344F04AC792903C9052FE8 +:107240003B955C0674D75D573E4C82FA8F855C880F +:107250005DCF7F12FEBC4ED04F30AEB807F413ACFA +:10726000EF05FD04EBFF2CE8A247C46F0E55ADCE31 +:1072700027FC95302901ED030C36C3BA3705B89DBC +:10728000B47B366F3F04BA7F2E1EDD23DCA8F721C6 +:10729000DC17F2430E0637C3A0FB10FC316DDAE7B2 +:1072A0005DE7395D8665E942E3358BF1DAA8DC53A9 +:1072B000BF598C17B6C463F76932F15D20ED454FB5 +:1072C00086CF3CDE7AC24FABC39AFFD3ED9BB41599 +:1072D000F5492887C9D0FE3D4187B1E33BCFC99628 +:1072E00078C337025C0F73DA3B29EEE03CA7D0FB92 +:1072F000DDC26E8AF6CFE3FCD8BFCD15D54BFFDCDF +:10730000FE0DBCA5C86D2569DC6E776F9B2294438A +:10731000A84FC874535CD8D0AB55E65690BF6DF9F2 +:10732000193C2EC7C297836ECDE49579AE2C68FFC9 +:10733000EE5E7B16EE0F3F4A0E798230CEC1746549 +:107340000CCAF1EE9F862E735F202E020BECB179F2 +:1073500068D451A21C6123FE8CD8B01EDBBE7BEF2B +:107360005B2371FFFDD13E9598574FB7852FCFE82E +:10737000DF2E279FCBAB09FBF612DDB686246ABF52 +:10738000A45A0A7BE19F8B1B8FD3FE7373A5ECD7A6 +:1073900048CFFBC50D37A27CD164FFE5547F93F63F +:1073A000DB937BED384DB6F4CE15EA14A82F4D5F74 +:1073B0004E695497E68F127EDF10ED77EF168494B6 +:1073C000962CCC7FE9BEE146A83741BF5B504EC149 +:1073D000CE8A7C70527B3319E1BE54C0F5238735C9 +:1073E000BE6F948FE7C78F9F9E407A8883C73FCE3A +:1073F000CE1D9F0FEBB854EA4E467D3B3BFFE1E5C7 +:10740000F619889FD3186161B37FB7614B208BC693 +:10741000A3F977EFB387519E43EB31EB707EFB14FA +:107420003F50343BB8F2279E5388275CAF0BF0EBFC +:1074300060EBB53447D21326829DD470FCA65690DB +:107440002B91973F5A6EBF0AF0C3BA6F6AC53C8250 +:10745000FCA796AB57917F9DF4A5FC973F5EAE933A +:107460007DC6F7AB437B3FAC35C78163F97CA0BCDD +:10747000875FE40F2D0EA784CB2E18876BC2FEE327 +:107480007CFFA8E8FF50405B988FEBAE69E588F77A +:107490001363B9BEC802E583C8292E3782117793DA +:1074A00013E8A2727FF7C5F1E6D92DD679C23E7BEB +:1074B0004911DAA9EB2E1F2E7BA3EF5F11F4D12423 +:1074C000DA19FC1AAACBA03806085E15E30EB48FB1 +:1074D000038E5501F789A4D08FC8EE9DA8685BA0E4 +:1074E0005DD0A7CCA5FC0F74D003DC41D5A5A09E30 +:1074F000A666317F423ADA8F765DEC57B6F3D02834 +:107500009C9F4AFD34793E4F46F97E9388A3DC74F4 +:1075100031CF2FFC75F5955B783000CCAC69C23F5C +:107520000EF3DB2FC677D6AC71603B06FB50EE0C3A +:107530006AE7758C12762AB40B7A3EDF9881EF35B4 +:10754000B53717E828589DA0A01EBF2F89B5215D2B +:107550003835877ECA14FF5856E3985B0CEDDDB9C9 +:1075600052EF30E86F83CB367723D497C07E8D718E +:10757000B45B74C787E6F62ED67B7F05C65B6A1CB4 +:107580000CF5A525758E0FCDFB37FCDD6737D9CD02 +:10759000CE45CAC60C93BEA066DA2DED9DECBECFDB +:1075A000E41482CBF25CCDE7791B86DCF94640DB44 +:1075B0002CE8E531A497F27CBEAF767B38DEBA7D4D +:1075C0002C2C492817B89CEEAE959251AF4B02F97E +:1075D00081E2C3796B83CE5CF1F06553D0EE81D547 +:1075E0006ECB4D277C107EDD158C0DC3BC13C4976C +:1075F000295FEA168F6D6EF19428BEA04BC2975397 +:10760000E837B1F8DAE0DAA361FECF92E9096ED982 +:107610003D38BEFAE3C745EB09DDF7264CEF8FA7EF +:107620004DF9DC8FD454B36D24EA0777E1FCC90F20 +:1076300018A27938814EB8DFB26D0CCACF77C57EFB +:1076400068F871005323CBE2F8BD8D7D71F7ECE053 +:1076500061C437D87111FB703664BF46AEC6484E60 +:10766000E6BAE57018D6E590E2B7233C875224D6F7 +:10767000260D2EC760BD4FE07A0F241716C7C8F736 +:10768000BE78D610E1BB22A4521E77CB6846FE9688 +:107690006732457E6F8D14C63863BEBCA419FD31B8 +:1076A0006780CE797E396B46795021D6A9796AC335 +:1076B0007BC3A1BD57B2F919E878CBCE49240F9B03 +:1076C0002694513FAC04F6F44B30DEDE9642F26273 +:1076D000B49DE138959EB3577E0820EAB941BEEFCC +:1076E0007E9BB937C0FA2C651107EAF937B3DAE4A3 +:1076F0003C183FD1BEEE36D41392D47F9CBA1CBA4C +:10770000BBA77DF5BE2A281326F0BCD01BE5DEB74B +:107710000A81DE9CAF7E7BA51BF09762D34BC6032C +:107720003E9F2D60FABA4CCC2FEA5D1480F78D3F56 +:10773000B76D6D04C3B027F001ED63D71EB97E5558 +:107740004256346FD031F7E00AF44F1AF8BFFFCD3C +:107750004F7661BD12E39DA8DF083BC488B7567A17 +:10776000B95FBE12F5009857D349B6C5C5F143714C +:10777000DB34FC37C0FFF7F3B8BC4ACB5EB9E19409 +:10778000F0535DE6E1FDC9D05F0D7122FD9F847A63 +:10779000715A4F6C5C96C779C9FE81AE8687776B4C +:1077A000A457855CDE79B84F16D829AE7BFE3CB372 +:1077B0009F47D87D7DDF1F3B1F673FF85B950FD547 +:1077C000F378EF80EF15FD36A4DF87E65F918EA991 +:1077D000E4C3C65D311CF3AEECB8AB00FE4E833E95 +:1077E0008A7471F73C4ECFCD37902C437E4DC175D6 +:1077F000BE476A4B9989FAD42E99A1BDF6B1EF0321 +:107800000DE3434D5ED6CB806E4AAFFFAD86FDA43F +:1078100056B15A19F584795CAF74EF92EFC56DAC2F +:10782000C9F357CAA7513BFD0B4D72E2C83C9BC53B +:107830006F3CD0F786DF38F6F992B97CBE7D79CF00 +:107840003B659EF7BC53F821DF61611EEF3F658900 +:10785000CB6138F7EE498C5D77CE47FEDD58BFAF80 +:10786000D1EEAFED677EA8BE929E4F3857457AFFA6 +:107870003FD5D750BDB3BE96CA3DF57554EEADD7D2 +:10788000A9FDF4BB18F1C7C72B13C2EB611E1F275C +:10789000467E83F92D7ABAE2C57C1724009CE7C99D +:1078A000AA2B49FE3449A109C3F0BD94C4F07C4B16 +:1078B00053F2A9CE2E6A9F49FE3766D73DF8BEA780 +:1078C0002193A17FE984A25F9A82763618315BE02A +:1078D000F999CFC2540FD980D9411E3D3F868F6F91 +:1078E0009FE9DA82E36F48A99DCA80EF5BE7DFB9C1 +:1078F000CD0EF2B1B97D47E45318E777AF4E588506 +:10790000B98927257D0CE6D1E5FC4BB803E31FCBF5 +:107910003E8CF8505E5C73E48E954EF8EE28C65CA3 +:107920008CBCE4E9D1F808D3031D35A3617EDB12DA +:1079300044FC27B71AE3B9F6A45A0FF75B7F6FE54B +:1079400061685F7159E84EACCF7DB56805EAD51521 +:1079500017F1FE0E1DBD7A27CA9B7B126B3D204995 +:10796000D98F8E54ACC2F7F764F1FE1BFFA56215E8 +:10797000BE97AB58B093FC4FD7BB1594DB1EB0132A +:10798000605E9BAE9E344C81E7C30B65B1EFC12CAA +:107990000CB90124EA54EFEBC6F3154BD09E03FA61 +:1079A000B859C8E93EFA07C48AFDDA8EFAD99DE9CA +:1079B0009DE48F6C1DA32F0B727D81F4B066FC17C4 +:1079C000CE59D2297FAF8CB9331EC7F33FC522EE03 +:1079D000E66621DCC715A31D0BB1BB603D829F2469 +:1079E0007B512F503D768BDE45B26F94682F6369D3 +:1079F000D7CD7E0DA657BE327E1ADA87BCAD8BE995 +:107A0000F998C7AD883C6E8999FA43FBF18E908650 +:107A100079C7C741CFD061BC7CD796C8282FFA67F9 +:107A2000CB9A91EE406F60287714D4B726F6E7C75B +:107A3000B290556FC98FD133927C56BD4411F9E095 +:107A400076000EE1B52BFE9747A07C1E25717A6566 +:107A500087C3186749627D7F5E8CA72C13F3796911 +:107A60005E2AF17F8EFDF87E8CA7D6AC4BF5A27D09 +:107A7000381DF5618CFF9E0E6F4841BF4AF8C11951 +:107A800066BDFD67F3542E77C20D3D23F03D8C801B +:107A9000F9668D2F689D18BFBBBB6036D1EF1C45C2 +:107AA000D0AB7E6387960DFB6B9D119FBCA103E954 +:107AB000F368AE41BF0BABF17D5F1E895EDC81FEDA +:107AC000CF81F3460AAB6B28CE2D8BFADC0E8CBB34 +:107AD000C94BFD97237DFFFBAB1F7524A68B75A5B6 +:107AE000F1EA56607F6F4ABCBEFE70DD56D46F026D +:107AF00005770446C2BC1605AB28FEF7E55C6BDED5 +:107B0000F2895C1EE78DE673DFAB60DED14F0BB808 +:107B10005FA93C575F19F4F5B7E38CF7465993C951 +:107B2000E3D595C08D6361BC6C1BD773B2677ADAFD +:107B30001B68DF0ED9BAA19EF24C5A3BCAA117C4EA +:107B400077959EEFFF0AF39A60ADBC8A89AE7BEC15 +:107B5000911528B7CEE0890E58C2E15A649C8AFE7E +:107B6000805E550B13DDB2B7C79BCED9A53137E97F +:107B7000C73703DD46806ED7789EFA15E915CC64C9 +:107B8000175D17A57F8DB103484FB34E5BF9E5FA3A +:107B90005E6B7DCE396B3D8759ED9A3CD55ACF77D8 +:107BA0005BEBF33CD6FA7CAFB5CE1A39FDC3EE41A0 +:107BB0007A7FECB9087A62F02FFCDD5C6BE5979C6C +:107BC000AC6AE2C724E0478CC72931E727CE749C12 +:107BD000253FDB831E467EB6244F7017EEF36B8E77 +:107BE000C80CF372746C3805FD2B12F98F16ABA319 +:107BF000E706A6501E797702EA512AF3F68D3F96E2 +:107C0000C7E570DF0141A438A09D33DB41F6C862AF +:107C100066B53FFBCB197602E54CB1582F67E3CF31 +:107C20000328673C97C80CED0DE6E7F3B2C17F1C53 +:107C30000F9DDA6684435329DFCED968951B6B42CA +:107C40009120D2D72DA04F7B33486E6928AF155DA8 +:107C5000628F23B5DD6D6D7FD957B7937DE4043C0A +:107C6000617FB1786AF105491F5000405B2AE61137 +:107C70006D6DC6F3AACC6FF7235B3057C863D64B44 +:107C80009E2E9044FE720BE5EF9F65367F02EAE37D +:107C90000F737D1B7333C81E8A3D6FE6ADE0E7CDE1 +:107CA0002E035E46BF7DDD25C7D19490DCFC39D81C +:107CB000F321B43F12EC41AA270499AE6751BEDE0E +:107CC0006DF34662FB4BA9FD86BA5A92E78DC23F1F +:107CD0008CEB817EE72ACF2B3DA930F63AA13755B0 +:107CE000A92E1DED5EA0B34FFAE64BF88DC9E31344 +:107CF000F68A9107129B177EF73CCEAF01316F5386 +:107D0000FE9C66CD9F3BB82280FBACC4F7E1C679F0 +:107D100007B7A29C6CBA9E897DFDDFB71E00B9F43F +:107D2000E8C13FBC550EF3ABE990FC18BF7D747BF6 +:107D300003F937D49D92BB00D6E3A271BD6F95A322 +:107D40005F2EDF4E79C74DE9A31EBC18F1EC63240A +:107D5000BFE7F9826B10CF6BC2095E6E376929E805 +:107D6000E29BC98CBFB08CFBE275C25E06FDF98D4B +:107D7000800397A0B62B07ED244DED453A181EA9B8 +:107D8000EDC6BAAAD9FD612FCA91DA6E5C7745C3F8 +:107D9000C46178DE919183FA7143C55A1ECF017B8D +:107DA000EB22A4E7D3F60F109F41F8EFBCD887C9A8 +:107DB000BE28B0C61D142F3FD7745D4C3CC1D81FE0 +:107DC00015C6FB319EEF9A673DE7D483710607FA2B +:107DD000C93E20FDFB0B98405A2AEDD7741E0CFDBE +:107DE000FD4897E8EFC77C5FD44775A18FEA097F0C +:107DF00079FEF76D73853F48C4099E5EACED9F87A1 +:107E000079327319D1C3B41E9DC7CDE6723FCACC77 +:107E1000D33CBFB222C19AF7659473E6723A1AB2A4 +:107E20003D60B7DA0385029EA50CE87A62FFBCFAD2 +:107E3000E3F3AC719A26CF9F777E7808F60611DBC4 +:107E4000C2B913C9AE2DBD7EA507EDAE35D92ED270 +:107E50007F1EDDFE19D1B73360F71730A4F7EF7C32 +:107E600086FBE35AAFC290DE9B33B6CF25B83CCC3D +:107E70008D7239359DCBE11AB0476C509F17E6FEE5 +:107E8000EF351AA3731144E1A3284599FE0C7A7EBD +:107E90002EFBCE174F79918E3B35F403A781B8A006 +:107EA000B881A05B9585BABAA09FB460129D2337B4 +:107EB000ECE2352CFAD797E72CECEBEC69517D71AD +:107EC000CE57DFD5B6E13CC01E467E59D321CD88C2 +:107ED00067E74D7BC76A573B35BB251F1ACFA5996E +:107EE000DF0F9373B8DD92610B37A0DD7243DFF9CA +:107EF0003C8A0F37796DC26EB5917D0625B53FD3AB +:107F0000C3286FE44CC78A2EB45BCE7AEDB5E8EF98 +:107F1000FAF8C0BD64BF2AC0C7189F563C201F9006 +:107F2000AF7D8AD79911473EF4887C6C8C3DD990FF +:107F30006F6F8AE66733E4F71F74A13FF374BA4C9E +:107F4000792EB788BCECE7841D7E8B97AFD72D1EAA +:107F5000BE5EB788FCEC787281E490D87762E5C3A6 +:107F6000755AB5250ED95F4E58E5C3998EDF681A4C +:107F7000B46F433900F47C6D81384722E4C5407109 +:107F8000C9331D32F73BB93DED32F59337AC0A9E4C +:107F9000BB1759E393F6B6459678D45F5F9E70B9E8 +:107FA00061C87FB54FFE5BF945B5D712BF283B13BB +:107FB000D04308FC117E0AF1587344F6A31BA68F28 +:107FC0003FDE31F82356FE839C2739CEE5BC49FEBF +:107FD00077E3F3D340272DC437B5EE9964B7D818AB +:107FE00097FFE126E423837F36296185E80EE4FECE +:107FF000431944177977E1FE21E82276BDFBC97F5A +:10800000DFD793FF6B0AACF2DF58CF58F96FACEBB8 +:10801000DF5AFEBF386F3897D720FF312FD758BFB0 +:10802000F7B4905E60CD53D4A429D13C45C32EFA59 +:10803000F1E1DB5760BEF16D39C1C602B45F7D3C32 +:10804000BFF033D1CF6D39A1667C9E7249DD04B497 +:10805000A3D90F795EE2FDF89EF21243F7E1387D75 +:10806000EF77F2EF8DF771F25697923D23ECE5D85A +:10807000F25FE78AF303227F15E07AB4C092F7C873 +:10808000EDADFB0FDFB942E7F9B3DFA7F7225FB22F +:10809000CF5ED3D76D457BCEB0D7361D5EB702F32A +:1080A0009198ABD3837A71534332F94F96CEF38ACA +:1080B000F873D8D306F83B76D5DC06942BAE4D3654 +:1080C000A21F230F69C7E13BB68AFCCD5D84A702DE +:1080D0003E9E612F3E76F89B2B445EF78F089E8074 +:1080E000C8EB16F6E536FC9EE379377DAFF1F9185B +:1080F000F6E833876B09BEF933B5BDF8FD2D687717 +:1081000099F8FCD777A7258AF3EA167F6D5226DF08 +:10811000CF6B3CA00EA17DB7C4191E1B277EDB547C +:10812000CEF7F566297E9C74F2ACDC2E84AB3C372E +:10813000320E8F82547EAEBA45DEF30A3AD723F36D +:10814000BCE7ECF5DC4ECCBEDAD68E67D25F58C801 +:10815000D76D203B71B8A697E0F74BC2321B8A5D02 +:108160009893D548FB841A007DDD8BF37A8AF7CB90 +:10817000FEDFB613375DBD9CECC4B3B00FB138F66B +:10818000CF9CAF86A964FF544BE427543D6D1B314F +:108190006E5103FBABCD6DB2FB62ECC1C1ECBE2AEC +:1081A000904F946704EB1018417A4737EAE3352182 +:1081B000B01FD17E03FBD1EB6671ECC30317B40F84 +:1081C0005D0E6E1F36837D887EA858FBD0C5DAE62B +:1081D0002A5306B707D7E2BE1CC76E6EDE59166378 +:1081E0000F6E502F640FD6964946BC9BC75B66AA9C +:1081F00074AF00FD217DCF4AA2786FECFD2E4B8538 +:108200003F1EFFFE9CF36885E23C1AC3BC9FE4BF9F +:10821000C5B9B4DD1ECC9BAD12719AD603BB18FA5A +:1082200087AA32C11EA0E7CA236639629C4B5B3A1B +:108230008FF1F8733ACFBB3933A1AA07E3583A1B41 +:1082400091259BF2E6EA8AB9DC3893C1E546536A88 +:10825000C89365D22F1BC5FB268761E7321DE3DE7D +:108260006F5FECDF6A3E0758365F31CE1706E79343 +:108270007F56A7F177CFD616CE9F1AB5678DFDC270 +:10828000F8EEC6F95CBE2C9E2F89EF838BB13D1BA7 +:1082900021EE1F7045C2B651E63812F72F1AFEC6FE +:1082A000A35BDB153C57BE569C23610FB759EE65A7 +:1082B0005921FABD2D475B817095E768D55866DB7B +:1082C000D6FF0AFDBBD963152FFAC79A1D91DF4867 +:1082D000E49767FE6DA9749E6A1CD2D11C688BFE60 +:1082E0002F9093E3D04F99FBF03564CF3E59CEFBEE +:1082F0009DCB6AED480F05AC8DCA6FCD0E7D13FB8B +:108300003F38E17AFB08803710286BC4B27876706A +:108310009D81177E8E8FD3CBEF6786EAF039E85DBB +:108320009407E2F48549DEF7A7636B7CE427E51C3C +:108330006F2B73B47F447CAD9BA9D5633F79B38326 +:108340000D34CE40E705C5BAC03ED584EDDEB6B5E6 +:1083500075A68CA3F3F12D1C3ED63626CEF978E314 +:10836000BB23C22E3C9A0CFBBC894E9E2CE174921E +:10837000B988977255B800F3A45AF1620C28F7E453 +:10838000851E41385B33973B705E4D8B00A62CEC0D +:10839000BFFBFE0C985F8D4F7A5E1A0625D23EF920 +:1083A00053BBC93F1BEBE768FCA5A8EB25ABF09ED0 +:1083B00094A8DFA37415B6B727F0FA53474AB6E37B +:1083C0007E5DE315E772DFD1BC66BA786E3E971723 +:1083D000F7E46ADB112EA08B1D38FF13B93C8E1712 +:1083E00067FF7C86D68985EECF9068DD7E1C6FDDC9 +:1083F000603D3AF139ACC76EEC17D6E359A2E741BC +:10840000D66320BFCF8BF3393E7FB0B08F3F7E66FF +:10841000E60F80FB25AC5F00EE833170BF3200DCDD +:108420003F17701F1674F4EA50E8C839E5C1F72801 +:108430001EA0277AA5D998AE02FC2073FAC6B8FA16 +:108440005CD405D15E948C757D6E279DC3704DF90B +:108450002DDA8D6AE1A71DEA5494FFFE31E8AF3AA8 +:10846000FB4AF1AAE6E9A8C774DF8AF5596F7D6770 +:1084700085FD7A60EB0CBEEEFEB7BE437A56F95826 +:10848000FFE512F0655BF1971DEAF5263FBCA013EE +:10849000C30F0F12797B0DC050DE1727F8DF1427AA +:1084A000284FD23D1827935FFD5307C6C98EF6C5E6 +:1084B0000196ACD14647C7DBF186B40DCF0539DD57 +:1084C000DE8D188770BA25BF8E52FBB4DE9402F0A1 +:1084D0007D319F4530A7A3EF5C12FB4F8A13940FA9 +:1084E000E7E33D50FC5935C11B5367995C7F04B9E4 +:1084F000F47BC4F307F3B9BC76BA35C7481CC7038D +:10850000E380DC58E4B6CE6B9197D79F58F8797525 +:1085100033DA49EE603EB51FCDE1BA81C1BCDC382B +:10852000AFD235185F3BAA68E9B87FEE58B8644D02 +:1085300000E4BE9CDC48E75B549FF5DC9D519E1532 +:10854000F15A369DEBAF005F52E1487CCE04BF0488 +:10855000930BA7A2DCD0422E99DFFF53C8F7CFCEF2 +:108560008BE2DCFF63D82BE529FACAA029AE77DAC3 +:10857000E396902E366D297F14ED96B31D17A5A2B4 +:108580007CEF34E26C31F1BD33633A75B4D34F679D +:10859000D86BB7B8FBC7F9584CFC2E36DED721E4B0 +:1085A0005334AEC7BC18D7FBAF8EE76D7071BD30CA +:1085B0001FF38660BCA45B77330C99CA7704299EAD +:1085C000775C7330FD6F18CF7B4DAC8F5DE1F9693F +:1085D000A01351FCF5F98606B2E35E2AE1EB31B94E +:1085E0008CD34575D0D097F465690077396010CF8A +:1085F00015C8ED3F51315FB37574E761D4D39A1656 +:10860000CBFEF530FFA6F6D59BABA0FEEEE52EF235 +:1086100023BF9BEA4D46FBBED5BDE1528A1BEB232F +:108620004F1F76635C9CD3F54DAFBEB703E5F61BD9 +:108630005ECE7FFF567AD769B483E05B3733AD9364 +:10864000A2666FC4FC343547A57C29D33AD07AE3BF +:108650009FC3D41EF0AC4F9D427A83370DC7F5F00F +:10866000F61E76AA81F24A800E14733C59AC932A06 +:10867000EC0FF90EEDBEA9B89FB96537F2A5B1CEE2 +:10868000C6B9C4D8757531AF65DD9D952B280FC966 +:10869000F033390BACEB96546CAD83BD6259B7DC4B +:1086A000CA15A42FE7029D78F15E00940750CF9B76 +:1086B000EE0A4700BE43D1FC46CA3353055C81D461 +:1086C0008D3AC27D88B97B91BE14AF951EF2475496 +:1086D00035A662BFAED42C8CBF42B723308ED152A8 +:1086E000E8B2DC8F629CA733EC9BA397746AB8BF97 +:1086F000835EE6463FD1718C5F3AF01C5E8382F563 +:1087000024CC0AC860FDCED719F755ADC5FBAA2405 +:108710003C6FB73582ED4F6732378EBF3620E4A805 +:10872000FECE0ECC7F19EA3D0129C7BEBBC37A4FEE +:10873000C0C61DA8179EFECA88E7D6EF40B93C7098 +:10874000BCF71F569BEF09D857F8F94ECC97889E77 +:10875000BBBCFDB7E67B027A0A975D6EBE2760FD63 +:10876000CF1FDC61BE27E087A527569BEF09D857AE +:10877000BA69B5F9BCE9AE639B578B7B027E42F2C6 +:10878000739073D1BF2EE4F704F4140EED9E80FFB6 +:108790005B7131231E06FAAA9E80FA6A8A8DEE79F1 +:1087A000018B8CDFA316E38FA817FE8407174A42BC +:1087B000CE0FA89FFE12F79D81EE3788147A795E5E +:1087C00041FFFB0DDE277CC69CC7C6F5E2E7B1433F +:1087D0001F159AFD5D87ADFE2CD0AFCE14925E1CA6 +:1087E0008A98F55E78FE8978CEF87D93024E1177EF +:1087F000418F30F6B38885B93E041200FDF68BDC5C +:1088000061CA5F60FAD554FF78D7A3EF61FD9E86F9 +:1088100044AF4CED3A19F2DB7F1672B94AFB3BB616 +:10882000F7318E473BF72F7E5C220DC7F3AF513DEA +:10883000AA7727D2778B03F4200021B5E8E655EA22 +:1088400098A81E754911D30240DFF73898A13F1050 +:10885000FF108A899EDDAB502FFAD861E5AF1B98D7 +:10886000D17F32E94D861ED6FA66DD0AE42F432F0A +:10887000CA78AD8EF4B081FACF38B27E65B32BAA38 +:1088800027013C11F42B2B057754A27EE278EDFEF4 +:108890006D6AAAB53DE50719FDE9EBB7919E18F39E +:1088A0001ED6774C91C98F39587B56DCA7C78C2BC5 +:1088B000223DC62BE2A8D6BC0C63DF8BDD5FEF291F +:1088C000E6EBF2AF01ED1AFCBEA86BC39DC138ED1B +:1088D000A61471FDA2684EA707F7CDD631DCEE8E47 +:1088E0006DD755C4E91EFAB914DB9D6E88DFEEA67C +:1088F000BE765BE97C48CB01DE0EFB2F33B5CF2D76 +:10890000E2FCD49A1CDFEFF74E9161FF060384B7B7 +:10891000FB383EC06EC82F9A8AF66AB000CB3EFE86 +:10892000CAE2F62ED8AB85D4DEAE939DD1EAE07CC8 +:108930008F7BB33C2B8EFCF059E547ACDCE8933FD2 +:108940000B998EE73EF266876EC4FE8D38FA60762C +:1089500046D11C7E4EA62999E321D68F3043E021D3 +:1089600041C815E39E36BCCFC0EC27FAA66867C89D +:10897000E95B8B9E5B6996D3B7BF96B8C62CA741BF +:10898000AAED427BA02481D7FFFEB5FD061DFE1D8A +:10899000E28DDDCDF1B90A1D47567FBCE5DE80F7DB +:1089A00034ED5B38DF9201E2B2DF89AED377A8DF26 +:1089B0007586BF9BDB75B1F7736C28EA773F47017B +:1089C000F93F3AADFE8F0D7DFD6A1B70FC3959727F +:1089D000309EDEFFED32A177FB0E4764E33CA297A9 +:1089E000F85AB3F85BAE0D5BFD2DCD6D96F8F083B4 +:1089F000D1F11E2CE27ABC86FAB211EF3CBAA32167 +:108A00009FEE13B48515339C0141EF479FE1EFE7DB +:108A1000283CEF29F6FD6F857D00F4FBA4A05BEEFA +:108A2000A7019AC5FD28DB36A95B23BF8EE46F0042 +:108A3000F80B330F907F3B174C47CC9BCDF3E5D819 +:108A4000312D297F4A552396DF9A1DDA8970CECBC6 +:108A50007EDF8F7A62F6FAC8B8361FD1FF0F8AB868 +:108A60009ECBFD7A82EF910ECB4C70ED11F4D43495 +:108A7000263EFF9D2E36F4E53E7FCF734543F2F749 +:108A8000F07BD3522E51DACDE7353F2EEBF3FBFCD2 +:108A9000AC88DBEB2F15717B3D82F036A53789FB67 +:108AA0000BE2F39191AF67F8D38E6ECD7A19F7A3ED +:108AB000652324BF8DAF37F9D7968AF77DF32891C8 +:108AC0003C782ED7C8BF5B5F766027E58FAE938476 +:108AD000FCFFE79DD67CBBB76A886FFAF2ED8ED1BA +:108AE0007E35A0FEC55EAB41FD6B4ED6E46E07F44D +:108AF0009FFEC6CB3B3DB05EE5225FFD57AFBD4D4F +:108B0000F9A34F083E8BE57FA37C4BE07B20FEFF63 +:108B10005CF08DC1FF9F14FDDEC2FFFF5EF477ABFA +:108B2000D47413FFB39AEDE6BCC1FF78ED2B83FF3D +:108B30003F25FA16FCFF11C235F282FC7F16D727BB +:108B4000F63E1EA3FC83A06FE8F70FD4EF20FC2FA6 +:108B5000170F8DFFE5E23E7E948B2FC0FF878BAD14 +:108B6000FCBF96F5FD11FFF7F1EF330DC4FF351D86 +:108B7000FC7EA158FE4F8D8E975A6CE27FC31E3942 +:108B80003A4ECFA77B406DBA62FEAE8FFFB71AF4A4 +:108B9000B46525F2B111C77CE2B56F6E17F1B5313E +:108BA000C5C84F5338DE07D34FA0FD3882C3CFF17D +:108BB000F997EA3BA03F4EC4F1FBF4C788355E6AE3 +:108BC000C4F5FAC7C97A4BE83CA5CF36A43859ABEF +:108BD0006F38C5039DFF9FC4C71471FF746C1C28B8 +:108BE000361E0A7AF8D2E238FA39C38433C3EEC5A6 +:108BF00075F96FEEE789083D74207F0FCCF32E31B5 +:108C00004F2699EC8DB499A17A7C6EE451348B3C5B +:108C10008A840C5B22E64B0C35AE0CFD3789FE35A1 +:108C20009B098FBB676BCDC5A477CAC417D7163D08 +:108C3000BE4DF0D17DC447E25EA7D838FE97F3451C +:108C40005DF835FBFB4B99C17711FCBF1A517FA42E +:108C5000F8B3EA661EE7DF5C6CD2EB0D7F6862A1B9 +:108C6000E8573C07B89FA476C2FFFD33D1CED0AB06 +:108C7000D811CD6B962BF7E4E66E2179A1335D1AFE +:108C800065916BBA452E19724D9C7B626F59FBD969 +:108C90002EE248F7E46A3FC4FEB68B7101EE1F175F +:108CA000933FB4AD36C584C73D79A17D08A75CA5C7 +:108CB0002F403F19C6411A50FF8D74AA18FFBEE914 +:108CC000DB32DD4361F8DF0C3BE960B1E14FCE22DE +:108CD000BBEE6071D576F48F0F66E7940FAFADC42D +:108CE00073428E22683F23AEDD7488F026D667B0CB +:108CF000FE06CAEBF840EC3BB16542B16107737AFE +:108D0000607A9FDDF5068E1BBB7F1AFA1DABB3EEB2 +:108D10001F278B8D7D503B8978FDA888F349EC3D5A +:108D20005E47C7F6CA284F7B8097B7E01992C636D0 +:108D3000BFF97CE359A1971D2FEE5BA70F890E04A5 +:108D4000FDBE5ECCF16EE469C078BF43380DFDC254 +:108D5000C8BBC738B3B9DF11C21FFA75E3CCC92548 +:108D6000FFDDE3CC0D146736CE03368B387365A672 +:108D70004EF7CC540E106736E9B5A92553E3C695D6 +:108D80008697703D350DDFBF24F0BB29C5C8370C71 +:108D900053BEE1156C73E1D530CFE60E89E4598BF3 +:108DA00097FF1E00E695954C23394E7C9AB0545798 +:108DB000CDE7ED5F0538E8DE0B79099D7F6BB94A99 +:108DC0000ACBA67B6B5E4D0931FC7D14A543A2F551 +:108DD000589B2985315493B753A2F5737A78FEDAFC +:108DE00065BEB01DFDD66B34B5771EE633D475076E +:108DF00078DEF1E3AFA05FEBE32C895DE4C57CB4E2 +:108E0000908EF96767F0F786603DCA3A5653FEE0E8 +:108E10002B21572DEAB32CC0EF3951E13FDC078BF2 +:108E2000A758EF3D291C24BFB0EE9DE3130F99D640 +:108E30006D5689F59E6A231FCD98AF918786EBB05A +:108E40007042340FED3FEABB271E82F5C91774F755 +:108E5000F4E2503EAE838197E8BD23E11EC443ABEC +:108E600087B9916E95C8BD87F11E87356FC90CF320 +:108E7000388DBC949A6A7E3E614DF841CA4B598B3D +:108E8000792980A7B5769E07EE0C27501CFD8858DF +:108E90008F5D3EB61EF3B0D49D32E567E6796BDB9D +:108EA00066A25F18FAC5BC9F247F4304F30D810DB1 +:108EB0007BD19F9DB0588F4C867A0BE01FF34950B1 +:108EC0007F32E7B92CF0DAE87E1B032F83E5BD186B +:108ED000F7D934A71BF9892186795F6B44BE09D382 +:108EE000B53770FF8EF261A71DF50155E4AB331F56 +:108EF000F7C71BEBC8E4FB74C4CB97001FEEDF2A57 +:108F000033F9D1112F53AAC8BF5F0274A0C1FB125D +:108F1000BF236EDC65A075AE2BB1E64DEFB2333FDB +:108F2000D255EB5B32C5015B3BF6D2BAE81D369EEB +:108F3000FFC242E4DF0DE1FDC2E82F8C80C6310D97 +:108F4000CF15733E692DEBDC88F7087BBF75A91F31 +:108F5000E57CEB84E71C586FCD18C1D07FCD6CDA6F +:108F6000013C0FBFF40959E27285F17BFEEA52C35E +:108F7000FC778DC23C3F487731ECDFA0A752C13768 +:108F8000358D129DE35CCEFC0ACAA96A16A472153F +:108F9000ABA552623EBA47FFA65ACECF805F15CF2F +:108FA0000FECD2D3A8AECD72A47EA472D7CF85CE5B +:108FB000DD62A4EA2393DCFAC4D867D49087FC7FEF +:108FC000B9A17089451FD7E8DEF1E839C6C3D56875 +:108FD000871AF69C6FD1E10EBAE7F27F98BE38533C +:108FE000F8BB07D217617F8B94903ED7D6AB8C230A +:108FF0007FA6B0BB1FAB41BDE6F9061E37292E9CEC +:109000005483F397B3583EF9A541AFA1737CAEC327 +:109010001FCA56FD683CE6DD187E8085C1B1DCCFF5 +:10902000F155630A9A23479FA9B2BD817E039FAD84 +:109030001DF97B31D35FC673409B262EA4F3F467E2 +:10904000AB1D463E7BDC739A063E9688C192443C3B +:109050005715F1DC258B6A8AD11E888DE3B236BEA6 +:109060006EB1713A3BF3B49FCF88AE83719F96E99E +:109070007B5A87583CB35ACEE799D003C6015D624C +:109080003FABACB6F2AF13ED938917B8D742C80324 +:1090900023AE6AF849960427929FC46E33E851A222 +:1090A000B8549FDF44B7515C8AF637935D6AF293F8 +:1090B000682ADEEF719AF5F9D955BAF7547F200383 +:1090C000CF0FDF60DF517015D643F47B1907172CE3 +:1090D000DB817100C3AFF2C582AAD5E2FE63FB0259 +:1090E000D43F4670FDE78B1266E84509F4DCCBF50A +:1090F000A0DFE373EE874C5A807C26F26E4F7B6CC8 +:1091000005F1FC06CF2EE0FA5FB6CED8D5A09FA51C +:109110002EB0C60DEF11714123EEA788B89F325AC9 +:10912000273F5F6C7F972CE0FA5FDB6C2D1DC70734 +:109130007DFF128243FC1E8DD7C5EFEDC5B81EEE34 +:1091400047EEF6AE2EDC37CE825CC6F9EB8821E422 +:10915000ABF1FCBE07457D42C3BC475562A7F03C5E +:109160005DCE930F33946B49FBED2C01F82ED86B39 +:10917000B39C3B9813705AEA263EA67D2636FF32F2 +:1091800096CF93300101FA5FDCC1EF4D5A739F3BDC +:109190001FE34195E718DD9B64E4591AFA0CFED2EF +:1091A00022CA8104B1EFB858AD86FB9402FB08EDEA +:1091B00043016BDE65C2F81A920BEE99096E9C4F63 +:1091C000C2782B3DC6D2AD0E720BF71127F61727CA +:1091D000EFD49DC8F32A9A613FA73CCE287FF0F9CF +:1091E000C6EC930D1537D1B98E8F2728E2DC976432 +:1091F000C1C770ADF310EE2B78AF4CD8DF1F3F4ED8 +:10920000BCF90EF55AB1BF6AC25FE0F42ED7EF1277 +:10921000F3A2F878CCFE9A26E671B3F83DC67EFE3E +:1092200083987905B5E332EA372B16887DD5C77C5C +:10923000488F573ADA96217DB4C0BEA963D9D1418F +:10924000E70CF527EC748F152600DA4DFAF9C18A80 +:10925000170208D7D9DA147F02ED93610FD2CF95A8 +:10926000D21809F3CB5BAE6ABA047F62A965DB450D +:109270005E0C4D07B59C069C3FE81192EC179DA033 +:109280005EB388EFAB465CF54C4388A17EA44BC926 +:109290008CDF23A65562BBA5A047215D977A6AF9AA +:1092A000EF5C82AC263CE33D02A330BEC848AEDE94 +:1092B00010D86B473DD43DD6CE52A647E3B029B671 +:1092C000537EC46F093B457958A5CCEDC07221F39C +:1092D000D3BD231520F0E87E0FD646E54DAC93CAEA +:1092E00025EC9483DB1B5EC2F32D995CDFDBBA2097 +:1092F00083F8BB58650E5CDF165F7732DDDF3948D7 +:109300003CA851E2F11E1D6411DE6FDE175F9ECC9A +:109310004232C843ED0F4C32EFFF52F8461E2F2A5F +:1093200003924D072C2F18CBEDA547FCCD09865D88 +:109330008D7CD228597E97E7EB9EAFB4B1F006BC86 +:109340003F618D87911E3213FD98980FE5619AF960 +:10935000BEC9FB16F07B06EE13F2ADDC1EA4FBFFCC +:10936000F062B7861998F7B290EAE577C35E8D7917 +:10937000F39F4DA17BCDDEABA4BD15BEF3D277EF3D +:109380007C7170246E7795EAEE97DDDEFEF6B431DF +:10939000DEF30BB85DF9C282BE38D00B0B4CF66A17 +:1093A000CA827EE7265E32CB67C34F1C2B4F7B857C +:1093B0003C9D93D5E59A8C74966E233AEF17A710CF +:1093C000E32F2CE0BF77714201BA8179BDFDFA6DC0 +:1093D00094B71064DE8D29283FECAB56575E45E309 +:1093E000BF4EF0A9E2DEFFD3F1F3C9DE5AA018F3B5 +:1093F000798BE075717887217E4662BC06C86578F6 +:1094000034EE0292DFC88B3B89ED832CA4A35FC4AA +:1094100018B70C2F2C26BDE68E1D186F781EF77C12 +:1094200023FE0C7C703C59BC67DF5A8DF755C47E17 +:109430000F70FC96E016E3BCBB80F1BC8A0542AF1E +:10944000B4F3F918FE0FE3DE3063BDAA829C1E62FE +:10945000CB9FC7AC8FE18F8FC5C7C1E8FAFE9EF0E6 +:1094600021CEBD1C443884FFDFFC7CF07C143EFF21 +:10947000FD85B7AE6C88FF7B0A04F7E852BEBEB12B +:1094800065F43E7A03AFE5DBCCE76AFEE3F5F295DF +:10949000E21C8EAB746A94DE8CBC9AF3AF9719EF22 +:1094A000DDA5D8DFDFF8F715928E050D7FD6A5A5CF +:1094B00026FE7094F6E12F839EC7FCEE42CAB1D21D +:1094C0006D22DFE672827389711FFE857F87A1435B +:1094D000E0E9E858CE5FAC86FB9D12C7B9598BE92D +:1094E0003CABBFD466C43DFCD8BF71DF3BCA429BD6 +:1094F000299EA2ECE4F206EF8F37C769A697F6F92A +:10950000BDA6979AE244886FB37FECFA68BBEBB1D3 +:10951000DD40F1A14069BFF890E08B0EE21BE37ED5 +:10952000F9A2637B76F0FBE5B76CC073264AE3CE05 +:10953000DF618A1FE0A9B0D4448781287E4B08BF31 +:1095400031F94AB1EB555EAA18EDCBA97D341F273E +:10955000AE9C585C6AEFBBFF9FDAF7FD4E43C4F048 +:10956000F3F9D1CF37C711A6F307731CDCAF9C9A70 +:10957000BF680DE6D5B4FAC64F22755EE0C7E8F7BE +:10958000A519A1EA52F21FB2886D12FA3DF87DE6E4 +:10959000914276C1F36B9BC5BAC796B1BFBB5076FB +:1095A0006CDB0EF3EFA2DC78EC8757629E51D4BFE0 +:1095B000A5AB8CFCA9211BEA1BFA44FE7B97CDBE10 +:1095C000CFF3283F0BD7F802E7A2EFA9E7F7B1BF27 +:1095D0002AEE37329E37958EB5ACAF9A5F4D7EB48A +:1095E0002247E7083C7FAC8EB6EAB5B1FD16655A56 +:1095F000F5DC0D9E6FD279DF33E27EA6333B571C3C +:10960000467BF80B8FE245BFE4BDF5E15F7DE8885E +:10961000E65F74A52B9139E82FE9A8DA8EFE15F4E0 +:10962000C3E1F9C5EF97F23C35B56337FD0EB13AAA +:10963000FE79FA3D2A252C75A23FA926B39DA1FDEE +:1096400093E409137F44847FBF2853C62BBFFBE0FC +:10965000013A78DCCCDFDF28E572BA2995D1B86B06 +:1096600041BFC673CB793B1B18DE9B3AD0789B4A2F +:10967000F93E5CE36BA7FBFF933C9D76FA1D88E8FF +:10968000EF5158F6CD7D629DB3FAF82CF80CF181BC +:10969000F83D8A2C01073CFF277A1EF3BB1A03E52D +:1096A000F9997E57636FE9C8683FCF967A2F1837CC +:1096B000063BE805C403D841FB4B4D76D063827E60 +:1096C000D9D7CF8BF54A7F415EECA1CA67B583D06D +:1096D000FED027C95E8C4FF4CF938D88DF8B6061FD +:1096E0009DEC870BE7C92E5C5463F19F3A31CFD5CF +:1096F0006C077CED3C5999F26273A7BBC2E88FC836 +:1097000063FE46E4873F373FB659F85D06CA938546 +:109710003E463093FDF3EE9810B7A7449EBA09FF7A +:109720000AFFDD5D2BFE6197A0F1ED36E67DDC1DC5 +:1097300007FFCCBFB1624AF41C35FE99FD1F981F8C +:1097400088F689C2DCDC6F25F0FD7F005E751E0D9A +:10975000008000001F8B080000000000000BE57C6B +:109760000D7C54E595F7B977EECC5CF2C504020C9C +:109770001AE026808CEB80930F3084AF9B0F144847 +:10978000D0C9072151B0038A1B10B7A3D0956D75BE +:10979000B99010B249D6C656FAB696D691A20BEB3E +:1097A000C7A6D6AD1FEB76878FFAFA12A291B2A8A0 +:1097B0006B5B232AE247BB54A4B5BBBABCE79CE76A +:1097C000DE997B8749B05FBF5F7FEF3BF991CB7339 +:1097D0009FCF739EF39CF33FE73C937AC08F069034 +:1097E000E9D716EFC803F05FEAC25FF8CE0711CFE2 +:1097F00078000FD517E253FB216CC3FAAFBC340AD3 +:10980000E43280B6AC27F483A500191F666B2E1FC7 +:10981000F5578CA100F0E7BC39A632C7ECEFA227C0 +:10982000D6AB667D01BEBA5DEF998DE375FB5C3EFC +:1098300003DB4A60EB8FEDB30074C0F13D6559B1B5 +:10984000AE027EDD43E3A9D67A9B6F8238F6F7AD90 +:10985000CD8A8EC6F5642E71BF6D9F3FA3D659AEDB +:1098600052B1AC26CB95CD6DC66C1CBF12E08C8678 +:10987000EBAF8288BE0EC7AB2AF3FAE22180C300A9 +:109880004BFA7011D5B92BAA73F1FD6135B7C8A594 +:10989000111F14C7389DCBB0F36C80ABFD1200F5DF +:1098A000F78D7BD05560EFBF4E5D6B3ED7E0B324A4 +:1098B0002C038CC3B20461AA3F4F9F45C967719DB9 +:1098C000C4F51D3401AECF7812620FE1AB99194394 +:1098D00051E2E395EA9B077146E8F39554E5E27A95 +:1098E0003EA88ECC0B63FB627F4577019641192C15 +:1098F000ACCBC6F6B74BDC7F5500629A4483C5E219 +:10990000E3B15CBD5182FBB15D8E4B5326E0FBAAF7 +:109910008D15B52BB15C15CECA3B7505362B86620D +:10992000E23F682F1C7659FB8F9F814BFBF4B148B7 +:109930005F2BB25CC6715EDEBA05DE72E33EBAB77B +:1099400079A89CE187101488BD91719FC2663F3849 +:10995000342A4E7CD9B02A33360AE73B1AFA5E9C89 +:10996000DA9F0E808FF8B901190197003CF352ED90 +:109970003A03DFDF56116E0C233F5F917B4312AE3B +:10998000E3CC7260FEE2FB95D6FB1C7C1F9F17B9EF +:1099900081CAF8094EC2757EC19CEE7A591F0F53D9 +:1099A000E97F06F3F1E77A2442FC51AAA4685F102C +:1099B00048807489E4CAEFDBD385537F44E38FE3A7 +:1099C000F16FA276F0646F283C13E097D78A793F55 +:1099D000A8D6D7D1FB7B6468E5FE167D92F8BFCB95 +:1099E000BD461F4BF4833686F8DDB94CE27E16FF88 +:1099F0002C791D981A3324E203D28D12001BB43E39 +:109A000088E2785FAB8C6C223A3283064482C49F32 +:109A10001FF0B3572F1E1D49231FD6D3136B007D94 +:109A2000ECF0F51DB4DE34FD7F1916F2B58DF63B72 +:109A300033B9DF179B2F93E62B19BEBEDBE28F02F3 +:109A4000A138F221F3CE19C55D5AB2FE5BE6BC899E +:109A5000F1E24D3CDEEACE46A6E3EBE16C87FCF595 +:109A6000EA4FB0FC9E8D40D45534C2BACC71DAAA0C +:109A7000C2DFE6FD53752D8CF23F65A1BE9BCA0F78 +:109A8000EBFA77E8D9FE2CB09CB160E0A6289942A9 +:109A9000EEC0A8DBD78A740F148AFA7706F7B41AD7 +:109AA000F9CC0FD63F6761E4F95D9D4DBCFEAB5E1E +:109AB0009541B7E985B94319A0DBF4CFBCD3631C4A +:109AC000E505672E71B45FF449A1A3BE02AE70D460 +:109AD00057A9258EF262DF3C47FB6BFC558EF25294 +:109AE000ADC6D17EE62737F33AAF7C7A83A35D51CA +:109AF000FC0E47F9BB8B22FF9BE4B1E4852F3BFAB8 +:109B0000CF1EDCEE6877B0A97CF410F2AD5D826602 +:109B1000DAF72CF079EAF0DCC899F99349CF79B7F4 +:109B20005CFA72B54D3E8F850BF95C789528F8B8D4 +:109B30007E32D743BBFBC3849EA63D807C1FCB25D2 +:109B4000083B70E2CF442F65567FECA2F680B48EBE +:109B50009E08B0ABE9595FBAF3F2A3B9915F10FF69 +:109B600012F2198CBBA9DDF7C2429FA09C9E61BD79 +:109B7000A524E4F457543E9B721E779BED7F360973 +:109B8000D8AEA00D8CED1174E481CD2E831231C8B6 +:109B90000EAA5A5EB42BE4B0B39EF3C26E82646F19 +:109BA0000F11B67B8A0CDAFD6448FCA2BD1F86B695 +:109BB0009D27C5946AF70373763461FBAF54A96798 +:109BC000C8EED3C7857CE42D921907C097F348FFF0 +:109BD000813696EC66F30F40267B89444B215A5F11 +:109BE0001FE3861CC40DB4BECC69CFDD29E5FC3E65 +:109BF0007821CE7CE8F6032A527C69343F3F0DDBA6 +:109C0000D79B7D53F1437D632B901E7A3E92158541 +:109C100032C60BFA3A2CFBCABDBEDF0F2F4CAD2665 +:109C2000505205A176925FCBBE430A2EA9CEDD61CC +:109C300010AE390CBE33AE503ABCA0F1BE2ECE5B96 +:109C4000D34EB8A2324BE00A843B79747E9A1488D2 +:109C50002B6300BEBF502FADC37673EAFE3CE47F9A +:109C600017EED920D1ABC472880FEDCF46647A6F5E +:109C7000CC92630FE1F8EF073FAAA2F1CE920D1844 +:109C8000415FEEDC8A94CE0038B2150DB137F9FE93 +:109C9000863AA11FACB2BAF86695E6A971F7E5114C +:109CA000BFD57CD9A17F52C7AD09643AEA6780A1CC +:109CB000921DFFBBADB1D7DF467EB4F9F7A8A4AFC4 +:109CC000BAB4B52F90FDFFD8EFD1882F1DD9A8BF0A +:109CD000F0FDA1899EF8A252B2CF9187BD123DFB43 +:109CE000E0B299B44EA411D75BDCE8E2F56D98F6CA +:109CF00034F3C91393FA46E13CAD817B3D3AD2BCC3 +:109D0000DE1F53C86E7F2FEC633B571370E10A923E +:109D1000EB417CF145DA4F9826F0C5F1A5C0ED2066 +:109D20002B36D98D7CEBD8960D5D38EE94A51ABFF5 +:109D30007FDF6DF87B715D2F155C2DADC5F759BBCD +:109D400064F086D88EB19D3D4AF287CFFB728DD5E7 +:109D5000617C76D6C9BCBED4E7CE1AB11E4452632C +:109D600049DFE03A8C3A2A578B750C2000A67DDE3D +:109D7000FFF2E987C8EE215EEAA81B012FDDB819C2 +:109D80007F9503FCEDCBEFAE33141EAFABCE869BBD +:109D9000EEAA137A6BB875EE36D795FAB4D6E75AB1 +:109DA0000DA65DCEDA5F81ED1B64517EBDFF957D12 +:109DB0004690E7FB26CFD787F361FB454525836EA9 +:109DC000E4CBC4633FDEE7CF4DDBFEBBF6F5DD6BD6 +:109DD000AE0FDF3FC8EF9F16EF4F7820890F503F3F +:109DE000BC744631CBFDADADCAC5E7392D89F22330 +:109DF000C4C72C1EFF311E7F89187FF95451FFC044 +:109E0000CBEFADA3FA46305ECD237B6264C043C87E +:109E1000DF465FDFAB79A554BE5CA33222909F532F +:109E2000BD07F2A18BDA4104EA91DE674CFFA05135 +:109E3000039DF58F82EF71FCAEE5D218188DFA51B3 +:109E4000B2E878671FC965A73B349DF4F0C0CB1F0B +:109E5000B4AA0B00DE73830307B11E29A75FF3D7F3 +:109E6000B762FBAE94FA1589FAB9FB5B99CEC18D46 +:109E7000A851E02BC77EB14EC1F1EE2B10ED8FBF84 +:109E8000FC0B961FA4FBA85DCE9F33F95D7F3AE6DD +:109E900042DB022FD7BD715A2D32F5F6255C6E25B7 +:109EA0007E4050ECE76D15FA4FA8FF8FEACCF351D6 +:109EB0009B787F82DEEFAE718EF7461DC4AB43C93F +:109EC000F1C0F8CF7D3A8ED73046ACFB0D1A3FFF7C +:109ED000C2F2B13AE1B74140AC13D7FD16EF97B9E2 +:109EE000EECF9625E4E414BF8F8A755CAB14F54E73 +:109EF000A7798F5CFF50161D858018F7B9651BD7B1 +:109F00006D9B26CE3B7A205003B6CF1CB68F00A6A1 +:109F10003DD62CBF80FD94BEC387707FEFA9CF884C +:109F200076E1B867F5830AD9D565D0C776B026E45F +:109F3000869336BD9619C0B24DAFA801C5514F9C4E +:109F4000D06D76103DA2248EC3F268D7B6C921E445 +:109F50004FF316D737DE46FC75FAC0B73C1AD2DB92 +:109F6000BC771BE394E62D1E7E6FE9D52ED47F27A8 +:109F700051269EAB31F99515F1137F16798C7574C6 +:109F80009E614B6F88E4D26A9F552F997CD3B3EAC8 +:109F9000916FB7D4087DB6081D031DF7A0B6E4B3D2 +:109FA0004B691E3012FB9A4BED967BC5FEDDD9FF47 +:109FB000DC3A3A4F0385675C84BF5F45B3B007E581 +:109FC00005DA7B4375B67936D508BDE1AB17FBE4FE +:109FD00029BDF7E7E23C8DD2A485A8DE20AA804BFC +:109FE0009C1B571EF9E78CA1E03DC992E7B1FB49E4 +:109FF0004E3C59A5EF909D6E3A96B75F1D9794EF32 +:10A0000068FD8BEB944949F9DE58FFA225DF817A80 +:10A010009B7C6BE6FC0D8578CE502FDC746CE27E69 +:10A0200015FB3578CC798CC9FBF5F958CE302693E1 +:10A030005DAC3B56B05F998BF425F4CD55EBA9DEB2 +:10A040009A27722CB09FE6F1F8B41DA40F3C3E296C +:10A0500044F1114BDEEFAE4779F7D9E57DE17E3A69 +:10A06000E7967C5F716CE17E63FE85658F4F778F2D +:10A07000633D8EE301E91B8B0FA09330A23EE1729A +:10A08000F3B1F1EB3B892FBEF0626E9F2FE65F814B +:10A0900084D0FC75C7A6AF57265E7CFDC8A7E5CC6B +:10A0A000A752B1CFA74D3F21D56EDF502FE221AE91 +:10A0B000EC76F67B553FE8B134B87A778DD07BA744 +:10A0C0006A4D7B5666C94FF87A9E2724F66366BDB3 +:10A0D000D01B031EE33692CFFB0A84DDB1C6F9AB79 +:10A0E0007A314E9D39AF4DBFACA571EA2C79BA805B +:10A0F000FF09BD184FA844FCB5FED8B8F59D4187AF +:10A10000FEBA95C6B9C25C4762BDE63C6BEACDB209 +:10A11000697F13F5D5093DB4D9C9B78BEADB2FD3D5 +:10A12000F9B1E83F68EADB7FAF738EBBA1DEA9EF30 +:10A130007AF5B59FCBBFFD53FBA91ED37F1ECE8FF3 +:10A14000FC56BDECC085D6F342BF71958F70B2044A +:10A15000BA7C9E9D13C38AEB7CD7CE9FB74DDC455E +:10A16000F69FDF9B7CEE34E74F951B9719CF79DA8A +:10A17000D46BAE65265E49CACD7E1AC7B54C8CBB82 +:10A18000DC0551B6CB83BA467639817B2B2B1FAFCA +:10A1900017F1AA9B259BBFA0CB83F3C95FCA0C8094 +:10A1A00046F1928CA0907F7815FBDBF4DDC34BC5A4 +:10A1B000FC3B2BF5A7689C874D3AF6A5C8D3A6852E +:10A1C000FABF50FDB6A60CF697DE9F0831C2B397D2 +:10A1D00041AB417E5A5799D747762689E711A51298 +:10A1E0004E08D4AF277938B7D7AB01FB57706C1A3C +:10A1F000DAA9E5607D06ABA9FF32BF8BFD382815D3 +:10A20000FE928E3FC4FF65FACDEC6F59F1D86560C0 +:10A21000F37B50666F883AFD290FD50792F5FBF75F +:10A22000E2FCE4C7ECF36A143F25DC1DF7B27ACAFE +:10A23000598EFCAA33F955B7EF1FBE3906DB3D0F27 +:10A240006A94E3D4D5EE9334AE8A3FB48E2339D1E9 +:10A2500041379D5B4D866D058CD3391EB5FEB82BFD +:10A26000B484E473AF888B660624E6CB94604C29F3 +:10A27000A4F6BA7AE61AF24FB70CB29FB7AD6943AB +:10A28000DC4BFE5091041378951120FED6968AF986 +:10A290001274C4DEFD29E430BD27EDF47AA0E7573F +:10A2A000AE594CE7493B9D5B7EFAF2ACC336F9FFF1 +:10A2B000A8DE19F77A63EBD3F0D6742CBB56713C49 +:10A2C000EE0B60E23CC403244FBB9A9E55D7E27E5E +:10A2D000FD66EBE0ACC368973F35E5F28196C8A711 +:10A2E000F5F6F85AD0E7217DAAC19943E7918EF798 +:10A2F000D16F26FBD7B9AF6134ED7757B60121D2C4 +:10A30000B7F1BFE925FFA33520C328AC6FF5F77A75 +:10A31000C82E1E35F9BF5E81EDC4CFCC982BB60D8B +:10A32000A7DA1F8CFACAC94F3AEE0219F7A36A9F3F +:10A33000E027EAED9817FBAB2149A5726D50C49D4B +:10A34000D5F9FF6C10FF4153582E3CA5DBE2255890 +:10A350005E8EFCD6510EAFC57D8ADBF10D24FC78F4 +:10A36000F9BC88B16A8A3D1E01CEB80018FA318A5C +:10A370000358786B1735447ADE2B80D876EC5FB3C0 +:10A3800077A75148F282F3B1BC0485DC5AF282E728 +:10A390002444F193F7FFDD1542C94FECB39A22BF75 +:10A3A0009E7DB8CFB89FCB43A9729CD8E7B747DA58 +:10A3B000E72B1BB21DF19DFD669CB41BE592EC4B97 +:10A3C000F7DE275FA0751A7BE5D074EE6534131DA8 +:10A3D0001190438CFFE312C7476E30CF41775D9FEA +:10A3E0009BFC426DD3E410D9A1EE993F74AFA1F864 +:10A3F00048411E64926D97F5036BB1BC7AB74BA2CE +:10A40000F3CE1FAADF921BEBE27C80E1A17DFD026F +:10A41000826F1ADF92A7EB62228FB1BE5DE2FD5C14 +:10A420000B210FE1D49B21CCCF5B20CA4F098206C0 +:10A43000EDF3F55129D4C57CEB5B7209F6DB6F8C2B +:10A44000E5B23ECF9D7B4A65080BE9EC4A428F237B +:10A450002E3C65C3AB15451F1F3A9F6793277F446A +:10A460001E2C25BDE08AC9B8B45DFFE862F93A8BBD +:10A47000F2C57A0AFA38FED58CF2C574AA4E794133 +:10A480003A1757637D0B2A30D25B83147F60BD621D +:10A49000B889FEF5F3DD40FD52E52E8D9C9D986652 +:10A4A000C3F52D91A7AA77948A7C99B72C295732A6 +:10A4B000FE905CB5467ADDDF20FEEA6A540B915DC2 +:10A4C0008B8789AFA49788FF2D11A71CADBF59E4D6 +:10A4D0009F22A89F756C1FB9CB198F9AF2E9175963 +:10A4E000BF6644B2AC389F43DE3A0361912FABC5DF +:10A4F00035E4923E6B5349AF414861797AAF0E32F1 +:10A500007C5792FFD7E7BF17CFFDF606817F5E9A93 +:10A5100079F501477CA1C1A98FA62C35ED8B8AB8AE +:10A520001FED51EF427D67C36C8A1384FFAE8171CA +:10A5300097382FFFB644E08B1395863F8CFAA3B073 +:10A54000C66997169C91537044460A8E18EB28579B +:10A55000A997A6E088A98E7A0DA28315A49F758578 +:10A56000E5ED1ABF1387781F748D223D7EDBD5C0C1 +:10A57000EB5A7459EF64B2E7EF4D17F19ECC6AC500 +:10A58000989023E2B86BD2E0D21FCD5DF370834385 +:10A590009FC6DDD4AE12220AC9FF3560B07FB11468 +:10A5A000199C57407637F228F1A3BABAAE3D0FD7BF +:10A5B0005373E5CC7CD2DFB50BC38F3770FCC5007D +:10A5C000E21FE9717AFEBA3CF204B5A7757867D14B +:10A5D000F831A0F6F7505C81E26AE52AC7D500861B +:10A5E000186758EBB8DBC401F4F9F3F6331F9C4C41 +:10A5F000F6C5F233DF3FB01E34A4A3D96F8CE867F1 +:10A60000AE43FF9FF8B2B95C3F4E7CAB5A183EC1D7 +:10A61000FCCBB2F8971EE7ED9460D434E2DB802BDC +:10A62000F410BE6DF242D4EE6FBCD12070DBC70DCA +:10A63000827F9F3B9FA5A6CF6759E324E423259FF4 +:10A64000F58B863F2C9F65953DF1BA11D7E931F125 +:10A65000E6A1A665728CE3E3857B486F76FB659D7A +:10A66000F4CDC73FD5F6903CEC6E90CC38A0902747 +:10A67000D28F7715A3F7F649100CDBF83F34F5E3DA +:10A68000D3667CF6D9AD3E8ED73EB7D5CFE51F6DEC +:10A69000D5F819DF1AE0F707B786B87C786B1997F9 +:10A6A0009FDFAA73F985AD4B1CF1DDDD0D1ACFEFED +:10A6B0008937323D9E9878EA741E4C5C932E9F82B7 +:10A6C000B86642631A5C73766FD575E51A590F74D4 +:10A6D000C38A2FECA7F4363AF2A3449761D2659867 +:10A6E0007419265D86499761D265987419265D862E +:10A6F000499761D245CF2A0293E467160A7F2175F4 +:10A70000FEDEA566FCB5327265233E732EDD329304 +:10A71000CE1BEC13799F5E13BF8F32EF0F58FE44B0 +:10A72000472E701C5A0D00E3AD2A2DE6190A8A78CF +:10A7300034C56952E3CF1BEA34EEDF1ABC9771DBF4 +:10A740007A7F9F427C4C8C6BEA5FEB9C1CFA5241F7 +:10A750000FF54733748670834236742ECACB63DBA1 +:10A760003AC90F0117E224F42FBBB3BDCD31927F5C +:10A770005F29D7AF5ED8E7AF4FB33F88A0789E6E12 +:10A78000B7D0AB56FB43EEC1C5344F778156DC8E54 +:10A79000F6E88349836E92FF430B34793BCAFFEAA4 +:10A7A000E0AF6FD46625FB1F32FBAFB82C945F6718 +:10A7B000E3E78D8DC24E1D9A2EFCB34EADDECDF972 +:10A7C000B0A04F72E592DCFCA38FFC44AB5D527FDE +:10A7D000476E6CB49DCF8C80C8C301C206E2474669 +:10A7E000638641B84D5D10B989E42B4375BD497A44 +:10A7F000382310E238FEAFCB85BC820F279B48F38D +:10A80000EE5123C16479783C23F8BCD875D7034353 +:10A8100048EF009A092FE5BF64F4B6C81EFF850C07 +:10A8200042AF37B23EF0A2BDEE2A627BF60F43D8AC +:10A83000EE8881FE19E119FFD919A41F7940D4E3EC +:10A840004DA68AFFCDA81B199F497F0D3E09F9FC33 +:10A85000BF3273020A96B7404688FC993B5DD19996 +:10A86000A4EF7F23F76AF4FCE7C602E6EF2B21E5AD +:10A870005E82435D813D9DC5346F85CCD8ECD56A41 +:10A8800079492C8DFC76346671BFB1E5FA0EE2E3AE +:10A89000338DC28EDAEE41689E39E63D159957F93F +:10A8A0000AE1A337CD753E63EEC7B5FE6FBF4E74A8 +:10A8B0008CD17D57D3FDA255E83FC61067BCA88454 +:10A8C00024A2FFE846097AA5E1F959EBFFEEEB6F08 +:10A8D00097D088093C269FBF2A89CF748003847F44 +:10A8E000E69D76E613179C7196177DE22C5780DB68 +:10A8F00048C9F739CA8B7DCEF2357E6779A9E62C37 +:10A9000043BBC073AAE90F831D9FB9C453B1E5EDE2 +:10A910002EF0871B4FB11F998AEB2CBE0FB74F4B00 +:10A92000CB973FD368E3F33D92C045C64439F4105A +:10A930008AF08B656347456CFD061A851D48D88BE8 +:10A9400080CC38BB3B50CF7EE170FBA07E320FE263 +:10A95000367DAA2A56FEA1A4A404E9EAA405BBEC0C +:10A96000F388FD573F59C8FD2A1FDCCC47A7F6B82E +:10A970008BE7B3FC7A8267E4CF587EDB91DB25F668 +:10A98000DB6A7B23ED77201DD5282F1AE7A9BD10A0 +:10A99000B7F9F99974CE5CE4BF1D593C0ADBF56741 +:10A9A000A39FAED1FD2BD1CEE26B667E7BFC8E3CAD +:10A9B0005BDE17399CA827FF82FCB71C7A3ADF5B65 +:10A9C000FEF770FC48F5EF3E6834FDBBABE02ADAD9 +:10A9D000EFB3F98DA3E390F4E7AD7E963F4F78A7F0 +:10A9E000DA9DF4BBFEAB3197F99511107C5083B022 +:10A9F000C7258D6817FF2B9D5DDCB520F23FF4BEA7 +:10AA0000C35F9845FABC528233743F6F57538687B1 +:10AA1000C609B8C5F8DD652AE7D1137E670CFD04C9 +:10AA20008DC97934634EF23E557C5E445D81F2D728 +:10AA300069EECFF55F73C70CDE3F630CC5E93A736F +:10AA40008CD3149F04E3A90D47CBCC761C1CEDDE00 +:10AA5000C0F927B33C66C53FBD4F799ECEF1462B6A +:10AA6000E5A35E5B31F5D63CD2AB1453C57F6B9B3F +:10AA7000AA1E31CC3807D9C19FACD0044ED364C3D1 +:10AA80009B93C4C748DF445ACF11EDE0400536A977 +:10AA90009CA45C4D78AFFFB103AB26907E6DC34D97 +:10AAA0009C8CE522AFC0D1D321361DE9ACF8CE7124 +:10AAB000B7CCFE17147B8B28EED80B85C22F1C2237 +:10AAC000FFCC805EE0B8D1730A087F39C2710BAF4A +:10AAD000E957DAFC411197502F16978013D36C7108 +:10AAE0002BEFB4F189FB95EC2F568BF36FF98B00AC +:10AAF000517D3BD667A0BFC8F135BA6140B8D38C51 +:10AB0000DB78A72929FAE2873AE5095F94202AF938 +:10AB1000B15F4F84FDC366F40F29AED27CB353BF3F +:10AB20006446D1BEA5D12FEA827025F1333328ECDB +:10AB3000DE0CF7E02A9AB71FE410E5F7FBF73E7941 +:10AB400094EC85B13B211F2C0733DEF199710499F8 +:10AB5000E312579974F6D745AB36617BDD8C4BF425 +:10AB6000CFF472FBFEF77CB14C71EE0FD0799CE70D +:10AB700037E312082FC96FD1CDFE649F291E351F00 +:10AB8000B2392E711DAD95F6E563110F887B40A299 +:10AB9000788115575888E24D76AEBA49E3F32341E0 +:10ABA000C0A0F9E60C41A80BDB1C096CFA1AE5AF52 +:10ABB0002BDCAE9050C309FF6BED8A7117CA97B7B3 +:10ABC00025B298F1C52AA43997E5ED2F59FE5517FE +:10ABD000CB5957A0308FF894893091FA2D6C8CDCCA +:10ABE0006A8EF3A6DD8F6B8B2966FEE79A5B75850F +:10ABF000F4B290F37F3B7ECB0692730D0617B3FD44 +:10AC0000D3709D388FB768532FC95F7FA98BFDB76D +:10AC100073C1437F1F4292AE6DFCFE8FF198C0F569 +:10AC2000B17BDD74DFB3392F770736477BE572C41C +:10AC3000CD363E9AE9D07BB7DC37D6517FE3E64B81 +:10AC40001DF52BC2531DE5D6DD5738CA8B7D258EE9 +:10AC5000FED7F8E739EA976A558E72C3921A47FB16 +:10AC600070FEAF94311AF3EFABC4BF657B25E65F8E +:10AC7000EDBE82C6124DE049C2CDDDD97D7ECA4708 +:10AC80005AF8D1C289DD059139DB7393FAED5F572C +:10AC9000B81C3833551F3EB242E0ED15857D9174E6 +:10ACA000783CA127A392316396F0FBD7A6F5FBD79A +:10ACB0003EB422C5EFA7762BCA6E7F7E3CED436B78 +:10ACC0001DE34FCA8513FEACBEB98ED4005C5D7D1A +:10ACD0003BC130B86EFE362562D363998433731856 +:10ACE00067F6B19C948A73689DB7FE60C38876E668 +:10ACF0001DF453280EFB33F453E8791CFD9438FA05 +:10AD000023EFA29F1267FF24C4E5E7D14FA1E70B11 +:10AD1000E8A7D0FB63E8A7D0F30825F067FFE9E7D1 +:10AD2000598DB45C524CF635E6198BF2BB2CF07D94 +:10AD3000FD218A23527EC9C7F40F32FDF98A794E6C +:10AD400004FD093EA59CC35FA3FF4FEDE93E94BB04 +:10AD5000F8E2E709E5ECA724675D641720691706A8 +:10AD60001E5BD33C8136C6B40B03133DC2AF31F535 +:10AD7000D8A87C6D0FE9D78AEFDCC7F6C003DA49A3 +:10AD80008A83799B847F4F7682F4510BDA05C22146 +:10AD900006EA69B623561C4EBD8BCB6A8512F5FABE +:10ADA000FF703B810A7131C5156BAD3CCB0576E276 +:10ADB00077B30BB56417F246B20B3F594CFAD15733 +:10ADC0000821BAD798C63E789A6CF6E1727244C6EA +:10ADD000B19723FC176B1DEA46E69F2AC110F1C10B +:10ADE0000B29717C930F1C7A951DF5820F10613E23 +:10ADF0002B647F194F8878EB5C73AB147F6F953DA4 +:10AE0000DE5AF19D6A83D65DAB23DFC98EBCAD38B7 +:10AE1000E2AF9CA6C5F16AF2C5FA6A3BA37CFF6F5C +:10AE20005E99D747FBA8F89D7CABE989329FCA8918 +:10AE30004F387FF987CE7A6F4A3EE0F22627DE9BB5 +:10AE4000E18EAF267E0C98767360EFF1DA92DFC167 +:10AE50006E0ED4455D77DAECE6C06C61370792760A +:10AE6000B362D3887633E2B49B7EB13F991F8BFCEB +:10AE7000DF707633D55E7605EE3846F26CD9CBDEE0 +:10AE800026338E9B17E37B1FAB6599C75D3D4BC493 +:10AE900027321BFF631DFBB50021EF443EE7D7922D +:10AEA000BC1C547F10273F44AD50F91EA432A9F4B6 +:10AEB000B00CC9F38EF6B7BE298DFDC573BC82DE1A +:10AEC0001FD4A6E5D139B6706BFF630F3ACE71FF80 +:10AED000E5D6393EBE83EED5676A5A31F9D1BB9AC1 +:10AEE00096F92A08DFCE9C564CF7188FAF901C714C +:10AEF000015CDF9A26877E17727DDCD4931450FAAA +:10AF000018F93ACADCB26EC295B679BB8BAE5297CD +:10AF1000213D5F6D9AFD08C54E52F5D0EA8583F953 +:10AF200014FF1EC80DA91482F9EA89AB1E512EBF69 +:10AF3000B0DDAD5F8E719CBC6B62C81CAF3C6DBB5D +:10AF40004EEDD88F89BFD7154088E286CBA08FE31E +:10AF5000CFB530C8CF77E747BE42FCBE1671D338B5 +:10AF6000ECFBD2E61DE635850BEC8FD19446FF7ED7 +:10AF7000717E787B13C793455CE4627A163FF9993A +:10AF80004EFFA09BC6A5EF5DD0FDE44EEDA36C1A6D +:10AF9000F7A2E3F8853CA162E23C17C87288EE3F55 +:10AFA0003E3037F20D5E8F8EEA763C88140FEEA3AA +:10AFB000E47FFEB712AEFB840C71BACF63E478383D +:10AFC0003E9E6AC736972FFDB6A0C7E7E1FB168104 +:10AFD000E75FA57E6BD42CE6C3F0F706C2D2798A70 +:10AFE000D79AF19B6943FF87EF89E2993843FA4882 +:10AFF0000D3CC1E5B3A09EA17B306D39FF019134BA +:10B00000F8C1FB89CB1177F492BF67DA1B8AD78F1F +:10B010002682E8DFA7E75D44DF2891E38421D3DEC1 +:10B020008C0E89F3301A05F1A4DD4E802D9E2F91F0 +:10B030007C3AEBD552E376A213B5AC15A77F89E82D +:10B040001BCEDEFFB19F74AFF7E4F411EA3DD15699 +:10B0500092F79D5285CCF87A7AE19E6DB6B88F450D +:10B060007FD78AC43D63BEFFDB35AD78348C805B0F +:10B07000D4DEBA11BF07A3CA104977EFE81D73BE2B +:10B08000ECD2284CC5F52CC17D263DD5B840E3FD5A +:10B09000F706059EF7E64719CF7D60C6C3DF31E3AB +:10B0A000E18493E869C9CB65837773BCEF9CA1F019 +:10B0B0003D5EA352C4F38CED5E5F5B1EC5E9FE9658 +:10B0C000EBB728AACFCBFE5DF42A92FFCEADD63DDA +:10B0D00087E8955C76479B894F5E583DDA7EDFEDC9 +:10B0E000BF9B04BE557D0F9BF1300FE36D72E745AA +:10B0F0007CC9F9BD09D5E333BE84F3F64C92D9CFB0 +:10B10000EF2938EABF89D6352E43D8231FAAFD3947 +:10B11000C21ED0C705CA29B26F9DC44B6CAF65452E +:10B12000C0A0FE658AF8FE9D22ECC98E9C4BB8BC7F +:10B130003354C9F7463408F33DEB9C7123C78FBEE7 +:10B14000467422BF3A908F446F5B2DDAA59C64FD54 +:10B15000D76B1B793C2F7D2F8EB0F5F2CD6CFF3A6B +:10B1600042857BC87E75844EAA32BE2F5F29F66D5C +:10B170004796BC24DD3D31AB5E83A84AE7FF9EFCC9 +:10B18000FA11E5E75E735D563977495467FF4D1B49 +:10B190005A42F4B6958D9144BC23E2A7FB3813CCF8 +:10B1A000F1AD7BE3B9D5DA3602FE3D45B794102FF9 +:10B1B000D56A9F740ADFAB4B34E92D7CEE28F6B4D8 +:10B1C000929D6A5350CFD178FECB64C3A6B716596F +:10B1D000E315A4BF1F3763A56CD27B92D76394C9D4 +:10B1E000303D8DDEBBD46CD7E6191AA4761D7315DD +:10B1F000A07DEF98382740F4744C12FA774673FB21 +:10B2000023DBB2485E6F839F91BCFAC5FEA21BFA96 +:10B2100002E5C97B7C8ACF9EE7B29E969C7699FB1D +:10B22000E729DACEB8E11C76247DB4D8F5683C86EF +:10B23000E3F5E82AE3B1D4FEA352EE79B4E5DC0FDE +:10B2400064A75510F1A91EE8F5F9D8AFCE70F895AE +:10B2500056FFEF35459A57DAE2F9A3A64541DC6F70 +:10B2600011FBEC9934B2FCA5AEBF53420B33069FE1 +:10B27000B9E2BC2119A769FD3B43E38BECF4EF3441 +:10B28000F97AB1F153E91B8E8EC752E28133CD7842 +:10B2900060EA78E7CC79773E76A0D91ED7DA598470 +:10B2A000B8877146DC5F6F5BCFD69502E7F4484202 +:10B2B0002E7B503E9F48B3DE6F9BED869BB7DC92A2 +:10B2C000A384BC7A80E4B5A340C8CFEC57BE6EC659 +:10B2D000E90CD607D9AAC85FFC726EA487F6273B93 +:10B2E00020733E3BBB34E48A38F8EAE13CFD9F9092 +:10B2F0008F8C37CEAD7CF656115F3180F24F3B29F3 +:10B30000BE5240F36E677C7F0EE593ECB7D2DB67ED +:10B31000FCB694ED73F4FE90DD5EF70C921DBDD883 +:10B320003ABCF025319EE907D2E753DBBD3EF59BE1 +:10B33000A38DCC59B671358F63BCDF35BEFCD44AC2 +:10B34000A7BF01AEFCED55347FBE1C73A5D107D657 +:10B35000D38A2FC39491F560578A1E4C7D66E40C06 +:10B36000CA747FF9F557DE7EA41DFDAF0C33AE9B8A +:10B37000F5AABA91EE175FA84FE26C173E871E61DF +:10B38000393A473295FBFBCB85B5FFE5AF1CB89545 +:10B39000EE8F237F381E7A2E0CCC1F0294E4FF48D8 +:10B3A000862C709E8EFFC69B29710699F8663CA775 +:10B3B000F678FF52F93F81B4291B4B1FAFF7928DEE +:10B3C000C2AFCC87218970F81472E838741779E617 +:10B3D000B738DEF82B4E481538CE2F2FD8B791F757 +:10B3E000DDDAAF547A1EDBAA4A24EF3D77C781E24B +:10B3F0005B59F1BFE17CB0F7C93850DE370BFD5D1A +:10B40000C2C5F024F0FD8776DF477C8FEA5C7EE1E1 +:10B410001EBB7C6C5EE9BCB7F0B8B9EFEDBE7A5EDE +:10B42000D7E3F922CFF4B83294312638BC9ED8BC89 +:10B4300052E42BAE7CDAB92FA9EB6E97F5EC66C21D +:10B440002D84C767121EF770DE351587676444D3F5 +:10B45000C6ED76C995E39AC7A5932FE0FB0D3D4F46 +:10B460008A7DF863C9D96BF465F8719FE7FCFFBD6D +:10B47000FE208D47F981501297A58E77319C66E1A9 +:10B4800047C48B8C0F8DED0AB495325E64FCB8C551 +:10B49000F0FA287F9C55B4F9012AD7227E249C7AA1 +:10B4A000A72B9A5D25519E57E47BADF9B2E5036A5F +:10B4B00009D2F7972D5336B6E3BC3DE4C5A3DEFEB3 +:10B4C000B079CA46631AAE86B0238E132EF18AEF86 +:10B4D000939AB8EEE8CC091C97B0C6E92FF2AE4EAD +:10B4E00027A7EE16D9CC6F6771BFFE7C115FE80706 +:10B4F000F17D40EFE52EC69BC9FBC5283DE4BF07A3 +:10B500001A04FF6B81BF1F3883BE8988EB38B219DC +:10B510007C14FF86943C37ADEBCCF8A41FFEA8B991 +:10B520009FC3EAAF270FF33C6DA11F64D17D89FE55 +:10B53000C0A1A314173847B73A6DF271345BE0AC81 +:10B5400043454F29A782C9714F358BF8724D5F5C17 +:10B550002121AE0D556844BF328CFFF06CB3B0A30F +:10B5600039147022FB3CCBC5FEA895B7F74EDA3CE8 +:10B570004879139F99678716D17EB83C6E5B4BB6AE +:10B5800033BF9E924F5FD3D85AEB439EC69A4D3C31 +:10B5900092C8ABC717136EEA30F3E9FD944F2F80C2 +:10B5A000447EDE8A3BA6CE57437975BE5FF0FF67C7 +:10B5B0005EDDE283C5472BCED4E11FE3C8977B0253 +:10B5C000C21FDFB520B28FF49087E227349E5F63FD +:10B5D000BF5035F1CEAEA6AEE1BE0FFE4FCDF6F8B0 +:10B5E0009326EEA11C49892B1D2912F76D562FECCD +:10B5F000CBB7E33A4BCEFA4D5CD73F0CAE1BD7220C +:10B60000F47A424F66C9A69EEC5B45E7ECA8758FBD +:10B6100058D735DF9C645C059A7D9C1F873B72423E +:10B62000A4C73A4C7BE057C2A3EDF70EAD67C74104 +:10B63000718F0FFC363C5348F3AE4EDB3E551F274F +:10B64000FCBF501B9FFF8BE9E307E6465E23FB919F +:10B65000AA8FBD7EA73E3E31CCDFBBD85CBEF4676F +:10B66000D43F0BA2ECAFAC09A0BEA1EF93CDF77510 +:10B67000107E6B9340E0B78BC48576B400EFC3D1E6 +:10B68000DC9842F71AAB02DF5748CFD43C89FA2244 +:10B69000DBA12FD8FEB536AFDE4838B467F741A638 +:10B6A000D36897380FBD463DCAFB81C7ADD89B7F95 +:10B6B000E1BC7799FB08F785595F92ECB27E4CD9D3 +:10B6C0003729B492C7DD8DC0C33591E88C7C4674B0 +:10B6D000C216A157DB42A0DDCF7A359AF6DEE435FB +:10B6E000CD30A23E5A5ABE5C69994DFA46B43BE24F +:10B6F00016E3124DAE79C44F515E932FF07FEAFAF4 +:10B70000D6A8ABB81EBD436DC2C434FCBDCF67D054 +:10B71000FD0E4BEEDAB644CD6044FA7576058EB96F +:10B72000499F5B7150B4609C875B1614F3D7409CB3 +:10B73000E3A1CB6188EFE5BE3B3F3299D6AFC67E31 +:10B74000558B9C82C6F0831031FD16E2879A8C8B54 +:10B750004E6DA17B2A665C54D5445CF460D306B977 +:10B7600093CE4DC0C5F60D9F4CCFD9B22CBE773EBF +:10B770009CBC129ED24DDC41F1A13E335EF4A8196F +:10B780002FCA54A08AE3F27160BF8AF093FDDE32C3 +:10B79000E10CFB3DE727E646E6121D4571E7DF0FAA +:10B7A00099D9E7FC5ED617E787E7B530981571DCC5 +:10B7B000FF07F5C0F52D7F981EB8B1E58FA8077675 +:10B7C0008D4FC429B3C89FF594E8F27DC8EFF0957A +:10B7D0002EC65547822E8177425EF13D0545E055E4 +:10B7E0000B67B9513C468F49E22CEF27531DF7AB4D +:10B7F000529F5E77D4E74B43D735CD058EFC86F755 +:10B8000093CB781C37AD7336C7E78D168E87C3A3ED +:10B8100052DABF93E4C4A3D6791B5BAEB7DBCFBFCC +:10B820008553CFF69D20C433EC3A3DEAA6A0FDEF48 +:10B83000BE748C8A727E9FE492E319D63D516550A6 +:10B840006ECA4E8ECB717176BE86F87CE6C4E7B2C6 +:10B850007FE30A8574F26F72CA4260CFD74F9F535D +:10B86000F94D5A5F8E32C47F4F26C7FA3EFCFC5218 +:10B87000C7FDCCAFB738EF855AF359E5374CBFCA8F +:10B8800063CE6FBD7FF3AE3EA0B85066FC1996F351 +:10B89000CCBB24BE5F1BB1BE8FE517F348CDDE8362 +:10B8A000B4AF43C142CE230F05E51C8A530E19677E +:10B8B00085FF1514FE9775CF359DBEA0733664883D +:10B8C000FCFCE341A7FF351C9F53FD2E6F46748897 +:10B8D0005CD37F7DEDAD8DF4FD5CAFF9FDDC83AF16 +:10B8E0007DFA28F9613FD72307885F6FA2BAE1FC90 +:10B8F000C925C07875CDCEBB67D2DF27FBCC946B52 +:10B90000BF953719265F62B54BFA6309FDC2F1A2F4 +:10B910002110799C0BEC55F016D6D7BB51005D7306 +:10B92000937AC06FFA1FE7CA5491176D06CD1E3780 +:10B93000E83CB854E8199FED7EDEE7D0333BCDF10B +:10B94000DB4C3DD3616CFA5CFE1FEA9977D96EE45B +:10B95000CB0EBDA26439F5CCBB73F5D3A46F47D031 +:10B96000371FFE31F40DF8F338093EDC7A2D79C625 +:10B9700073FE9979CE0D69CE85E71CD7FB3F2D6903 +:10B98000E40FF2C5BE59F937A8F4F1F99382CFFF5D +:10B9900096FE4E4F723D11E0EF5B7CCEF57CDE767D +:10B9A000FF17C8B4AD9080500000000000000000F8 +:10B9B0001F8B080000000000000B7BC5CFC0F0A368 +:10B9C0001E815DD0F884F02A12D5A3E3C74C0C0C7D +:10B9D00002CC949901C2967CA87C560E0686B7DCF0 +:10B9E0000C0C5CEC0C0C056C0C0C0E40DCC58B904C +:10B9F000F7E380D01A4208B13601CADD318A8736B2 +:10BA00009E2ECAC0304B0CC1D71547959F218A6026 +:10BA1000EB485366972D503F006CC3B2AD800300D6 +:10BA200000000000000000001F8B08000000000064 +:10BA3000000BE57D0D7854D5B5E83E3367CE9CF913 +:10BA40004B4EC224CC84099C8401421B7482411158 +:10BA5000FF4E426AA317DB29A2175BDB3B285AB0D3 +:10BA6000FEA4D4ABB44F9B03F9611282048B8AC14C +:10BA70009F011469AB6D6AD57ABFD6BE01BD14FDB6 +:10BA8000EC2DD7EBB54AB10DD572AD551BDB87A4B4 +:10BA9000EF617D6BADBD4FE69C934988B57DF7BBEB +:10BAA000F7854F77F639FBECBDF65A6BAFBFBDF6A5 +:10BAB0008E5F2D63B5E731F601FE405917648C2D7A +:10BAC00028940F7E75E6C0AA46C6CC7B95D483F039 +:10BAD0006867CFEE2DE74719DB7DAB67BE17EAFB42 +:10BAE000EEB8C9A341FD81BEDA9DFE1AC65A99C4BB +:10BAF0005805630F458CE7EAF0BB2D1EF6A00EED4E +:10BB0000239960BA1EDA6DAB2D6561C6EA9942EDE4 +:10BB1000BAEEB8F4901FDACDE867FA1CF83E99BF88 +:10BB2000C0A34718AB1A92199B52806B777BFEF823 +:10BB3000EB3E18BFFD009533E48C2700DFB16DAC00 +:10BB400001E19AA1B679020007BB07EA30DE8CB0AA +:10BB5000CEDF67455D4BF17A1F6FFF70FBC1E3AF2E +:10BB6000CF825F98C9D4D3E13DFE0AEDE66C8371C4 +:10BB7000EA18FD7C00FFD5F7E73D2B00EE99591838 +:10BB8000572D3C9F3778D0519FC1E4FF35647D0726 +:10BB9000F378057F81F9CDD8C6E7317704E67BDA03 +:10BBA000D8F95AF3B2E6FD5F6D7EFB5E3DA37715D3 +:10BBB000D29F95A6FDC4076B0E318063F73D301A06 +:10BBC000B0823FF36DE297076EF1A47AE193E34709 +:10BBD00076507D4F8F27B50EE15133C1B938AF6D27 +:10BBE000C02750CC09336310F8638E0C25C0B556BE +:10BBF000F0D33F61B900D1C14B9D998770BC876E6E +:10BC0000617A2FC0D3B5E3EAE7E6C2B8C917BD6CC5 +:10BC10000EC29BFF9384F8B4F8C72A6BB7292C3F58 +:10BC2000015F25E5CC3EBF0DEF49B56D9FDF86F77F +:10BC30006458E7EF05DE935A8AD75D78B7FAAFBF4D +:10BC400005F01B1E8B7737BEDD749A2CFE756604DB +:10BC5000D3F3601EFD4B4B6151011ECE6F1E0A8F48 +:10BC60009D37F221CE7BCFADC3523A5C98B785A702 +:10BC7000FFBAF3E77CB00BF940E27C50173D391F67 +:10BC8000540D011F9CF6DF890FFEB2F58072F6BFDE +:10BC9000C37AC0F68807F7FCAC724BBB7E2C0970E8 +:10BCA000F4B6B3634998D76DED2A95D9768DCABE9F +:10BCB000F618955B405C3398DF96B758CE047E0A41 +:10BCC000D5417BDBB8A50BE13B1BDC015D73D423C5 +:10BCD000A998A37D798BEEA8FBCD20F5BFB19FE598 +:10BCE000905F37B73366F819DBD4AE52B966DE3EE3 +:10BCF00015F5635FEAD7CBB1DD597315DD2BE1F4A0 +:10BD00008C7F8B553276AEC04749C950C71580E746 +:10BD1000BEB897AD4FC17CFE6C78AE847AEF997E49 +:10BD20006DBD06EFFDC6FA2BE0FBBE26358DEF9309 +:10BD3000A9ABAF63258C85D77EAEEC751BBDFB7CB4 +:10BD40006C39CA5926C3E41B910EDA0EE41F89BD73 +:10BD5000FEB284DF272B6B10CEE99287E4EEA68635 +:10BD6000DA66EC776683A23318878DC8BF1E82F926 +:10BD7000D5C1BF0F6A015EC6EB165D4AFC436F94E6 +:10BD8000225CD07E3DF4A39D6D7BCF0B16053A9FC0 +:10BD9000277EAFAD7B6F7112DAFF5E62296D21C025 +:10BDA0008DFDD9E81C99AED33C7BC4BC6AFB9CFDDD +:10BDB0009D97BCF44BD229F0CB09DB77005723E2E7 +:10BDC00010E07FEE4CC54823DEFA58CE2F8D85BF9C +:10BDD0004F7EF965E4DF998077B366EC7CDCF0BADE +:10BDE000E713993EBC3809F8C94A6C18E9E086FFA8 +:10BDF000BC3A658507E1B3C30DE39EA703DC256369 +:10BE0000E1B6F8FA3BED1A336021EF68AF233ED973 +:10BE100005751DCA1DEF7B97A3BED4B129C07DC790 +:10BE20005BFA4EA4DF28BF48BCAFAF485C8FEEF48E +:10BE3000F176E616967B90E6D3F6C60E80776075AF +:10BE4000E5FC5EBDC0170312E78B3597CCBF10F938 +:10BE50007060A54742D53BB06AFE52FCFEACAB3CDD +:10BE60001EE4CB9A12EDB3F4FE124EDF992BE737A6 +:10BE7000CF46F960C4FE501A83F9AF3ABAF82A687F +:10BE8000FF2FC0A712D073C79FB53504E76AD17ED4 +:10BE9000A492E9208793CB94238897E42AE053283F +:10BEA000AB904F6DF27900F9345C8C4FA38724A8D6 +:10BEB0000F2CE37C7AA3E0538BAE06FC433CE6AF49 +:10BEC000A96DBECAC6B76EBAD6F8B537914F073E50 +:10BED000037041FDD4274FC2A7ABDE5B3C7B023E23 +:10BEE0003566E81E1C6FDB787C9A29CEA716BD0B41 +:10BEF000A5735C261FA371673236DC0BFD3ED7A508 +:10BF0000BC85FC3A905674B4BFDDF31E9047BC3438 +:10BF1000EF26D5305363E7ED9EE7D879F4C7D16EAD +:10BF20001FC3AF2B27E657ABBCAD3DC75E23391B04 +:10BF300023FEDDDCAE53B911F918CA4DD8F4CCB1EB +:10BF4000F2BACFC35621BDFB826CD5A348F7C6F920 +:10BF500045DB592563EB88EE59E4EF45048EC1803B +:10BF60002E01F88F55513D1F4CC2F8BED1BAC112F7 +:10BF7000D0BF34DA1E140EACE785857A08DA670381 +:10BF8000BCFE2B29DE649E5DA8FF49D29ACCC4D8A2 +:10BF9000F7D0FF3A6F03638F49878CFA80A37F0342 +:10BFA000FBB7C3A716E96F7380C317591FA2FA1610 +:10BFB000693086C4DE286971E4DB1F4ACC68896178 +:10BFC000BF50077A9E79D7ABE633F1C23887D7BD29 +:10BFD0006A9A40AF0552FA2909F061E86D75CC8381 +:10BFE000E30E2F6700D74FF17BE8574BF2719E5E4F +:10BFF000779475D8F0F273E99889E3223AC295A450 +:10C00000AA607120FECB198B237E8CA6D5C06F65EC +:10C0100020382418DFD30275685461A86D7E802F04 +:10C02000BA4C3E3A64D387767E28D65F6021FF3EC5 +:10C0300068F55737C9FEC4F7E3F3036F0778F825AF +:10C04000E1E1ECB6558887A7104FF0BCB976E1CF97 +:10C05000CE8679840EFA527E1DCA8526C99500EADD +:10C06000FF06FA3E7F1ED4B7D4B0B65EA83F2EE9D5 +:10C070007C5C793086F67640AF62391B5C56BF7FB8 +:10C080006DBC01FCEFD9E908F511A962FCF9047156 +:10C090003EF02888F389DAE623C37CD0EEC0F99419 +:10C0A00015F0E49EC7E6406E39FA07CDE72EFC3462 +:10C0B000A3FE667948AEC8C3849F2D3EDD83DFCFE3 +:10C0C000F5707D62E125B87098F0A5E9AC0DC7D395 +:10C0D000CE76F66BF507F866A877430B87093E0D19 +:10C0E000E12BA3FE8BE39B01BE2363FBFBA380E755 +:10C0F00046E8CBC4EFD930CDCFFADEFACEEAC79A04 +:10C10000EF987E9EEF18EDC76BA3BB1B4F1E8FB33E +:10C110001F37DE4E068FF5DD5F0ACFC9E6E586677D +:10C12000B2EB2336329719600FCE423E02F9BABE07 +:10C1300047A1F1B72EE3F6D1D6039F20BF729BC76C +:10C140007816F9CB7CC147F19C6D965CDEDA48DF4E +:10C15000ED8C18F1A5F5E3CBE55D60E79A20EFB72C +:10C160004A5C8F6F837A0EEA3357C9E654D083DB7B +:10C17000324B031887D82AECD1D88AC6F5E7A39D9D +:10C1800060C4DEF5C27AD91AE0CFEF5ED9BC1EE3F7 +:10C190000777308D3F8FF0FEE257B5F0E7A2BD354F +:10C1A0007E12148969D36FD6F30AC558912E02EF17 +:10C1B0007A0FB71FF2425FED10FAAA22985E81FC57 +:10C1C0001A9D1ED477C27AB8E3924B2F43BDFAC8AA +:10C1D000F7F4F95EC0C7BE4B2E957E8DF312EB626D +:10C1E00097D07BA3E3F5A525C463DE976AD6808E3E +:10C1F000377998012B9A55C8659F4539DEE5394B4B +:10C20000F2C377B5CB34AA3FD2DB2CFD6401D6193B +:10C21000C9E501CFD2A60E199546DB1B480703D608 +:10C2200051078C6BC84C6E233A448BD2FB1129B05A +:10C230003C07E31A8F751FBC18F535CBD1FCACF762 +:10C240004D6C9A836FF2385FB42B71FE505EE52916 +:10C250002ED70C95CB3303E45907C8AF8A65BCDEF3 +:10C2600004007A519E0D3AE599213BE1FE6BC1BB7A +:10C2700040D2B8BD27FA03F978AFA702E16132F2E4 +:10C2800071933CBA8E1CF047B72AA6F7142A8F7810 +:10C290004BC6C2BB49CC1BFA7BA8587F7FABF918B1 +:10C2A00061E837FAD1FBADC07EEDF6EB38FDB8E5BD +:10C2B000C1E2AFADF2308AA77868FDDFA7A49E9BEC +:10C2C00083EBFE252FC5E76AD97000F59FFBFBEADB +:10C2D000FEB98E3882BB6CBE696170A81EFB5D4AD8 +:10C2E000F1DFFBBEB6A82A635B7FBB847DBF2BC09A +:10C2F000CB5F7A789CEFB0C747E5905857F79570B9 +:10C30000BB702CFCEB391FB07E2A3F3E1226780A08 +:10C3100075C5559729FE53A897883AC783D9CC2469 +:10C3200019E75DC5524887B2963686F0FA13CCF409 +:10C330009E0A3C806B0EF0D453C372F5C04F32B0EE +:10C34000A18A7E69CDC147B0EE43DD66AB2B60B3F9 +:10C35000C5A2853AF4C374DB7B6B1E3D35FDB1B0DD +:10C360000D2F5DB3EE247F34A8F378B19ABF7B39EB +:10C37000FAFDEA562585A6A2AA9B2C03FA2028A737 +:10C380009807993BCC6A904E41D5601E8CC368508B +:10C3900007F883E134AF47C57B2DC3DBC778DDAF3A +:10C3A000B7B12618B747F8934FCFBA9AF8A047E726 +:10C3B00071FD1E7D7EA9079E87BC9C2E7D5226E8BE +:10C3C000C57D0290AEC80FD06E2AD2F528AE1BA252 +:10C3D00083FCBF713DE11EC107F83F16D68E7E5C1F +:10C3E000F0A3B780E75E8C37CD42FFE000957D1863 +:10C3F0002FF221FE7379F2534B38FE413215E23FA2 +:10C40000F4FD8142FC88EA071DF590661AE817CA18 +:10C41000519642F91C30F206D25349F03AD2D15F1C +:10C420005AA0E300D2512AD07100E92215E868D55C +:10C430002D3A5A758B8E56DDA2DB404D2EEEA0E3D1 +:10C44000EADDAF38E9F8CDBBAFFE1BD27100E95889 +:10C4500044BF1D92F93A7AFA0EA02FF4936DE4EBE3 +:10C46000FCC1EAF55437577B282E906D5C9F453F01 +:10C47000FE8F077C145CB0F679FA74680FEF6F904A +:10C48000A7703ED06BE9BBAFCCF2ECC6F8C076111A +:10C49000CFEA15710A6BDCA7E7CE2E1DB2C1B3112E +:10C4A000FD3BA86F443B02CAE653B22AC6ADB3496E +:10C4B0001EC79E21F8EC51E84F07FD3BD8AE52F95C +:10C4C0002DA867A0DFC7A09E9943F13B2AFB405FE0 +:10C4D00061792FBCCFCFC138A64AE5B70F785A5142 +:10C4E0004EEE6907130DF8EBCE7695CADBDA352AE6 +:10C4F0009F688F51797FBB4EE5EDED7554F6B7A778 +:10C50000FE88A186DEF685541A9EA5ABBCC4D783EF +:10C51000CF7D0CF0B0737592E2251FDFEB49E790F9 +:10C5200087B4C1172E6C2C3CB7E669789AAFF3A29A +:10C530009D7C402638989CFEBB79C5DBADC1FE17BB +:10C54000EC95797FD1F4C517458BB6BB19DBF53C6B +:10C550000FF3C2766A7F6B6DF1FE6EC17103FF0C43 +:10C56000F0E1B8B1FE7473F1FED6617F9B9E17F0C7 +:10C57000850FB6CE2CDEAE1BFB8BFCB3802F71304B +:10C58000BDB8F8B81BB1BF69E5DA15E847805E6A47 +:10C5900046BEAF5AA595E3FECFB429DA1AFEDCE811 +:10C5A000C0E781247F9EC0F6F524174CDCE7527566 +:10C5B000F11CDBD3F37C1E9F8753A21F85F77FD727 +:10C5C0006A46F66AA451DBA902CB7C63355FCF557E +:10C5D000ABF41D589FE6E7E34D9DDDCF24905391CA +:10C5E000E44126417F53A0EEC17DC6644EF2403D3A +:10C5F000A1F0F1EFAA359904CF233AB483EFBE013D +:10C60000750F7C57A5433BA827FC1C9EA9A7E5A94D +:10C61000DD3661274D39ED20F3227C8DBA84626AC4 +:10C62000ABB01BAB52BCFFC8030761AD327631A87B +:10C630009D25F07EDB9719D975DFF7FE92E2069112 +:10C64000E58CFCF7B2CED43E13FCF16955A684F319 +:10C6500002C7587F10EC8DDBCE7C228EF6F1B469D8 +:10C66000AC0DE573C9A227E7623D51C532B88E6EA5 +:10C670005BF45C1CE3EA097C0FF592B39E9F8BF59B +:10C680003F3EBF78AA5DCF5A65E25A30406DF64111 +:10C690003CE3F41FAACCDC5E7F0AF721015EA0EF29 +:10C6A0005601EFB3DEDF12BC55ADBC7EBC23B1CF6B +:10C6B000049B68DA744322E34AC0DBDF24E09DC1B7 +:10C6C000E1D19A05BCD3015E80ABBF59C03B83CF9B +:10C6D000475B2CE0958DA9DA24E0AD483BE1FDFFF6 +:10C6E000409E13BE0F75DEBFCE0C639C92C912D85C +:10C6F0002103C25E02BCADC379DF18D06B4D9BDF56 +:10C70000FA8297CBFB69D3399F4CAB53CC29A78CCA +:10C710006FA759F49A56A71EC17616BD12754173BC +:10C720004AC9F8DF59744CD4858FD8FB7F0595ED45 +:10C730008293D32FBB82CF272BE6135359562B2F2F +:10C74000F4F323A10FA65571789E78C5B91E4E3F0C +:10C75000E45C0F4F1CE2FCF5236B7CB12E4EFF0511 +:10C76000E7B3ACC05FD6378ABFA649E1AF6592F8A0 +:10C770006B71E1AF6592F86BF9CBF0B749CC6753B9 +:10C7800084FBC9309FBD144738D97CEA9509E11A6A +:10C790009D4F3DCCA7C4369FFAE08478189D4F7D0D +:10C7A000F888BDFFC9CEA70FF9A1B4B03F159327F4 +:10C7B000E687CDE738F9A1F45C273F6C3EB7383FF8 +:10C7C000949EC7F9A1478CD723E209B1308C377FFB +:10C7D000FCF17EF0AA73BC337EE91CEF07BF2C3E50 +:10C7E000DE19BFE2E33D78E4CB9E47D1FE6AF0D08C +:10C7F0003E6316687290F63774B2A3F7D574C7D04B +:10C80000CEFF4A7590E2797B6BEE54D17EEA49CD3A +:10C8100027FFC9DAC7EC6BCFBF77AD2DCE9015FBE4 +:10C8200088E3D1252BECAEACB0BBDCEF2DBBAB3736 +:10C83000C5ED0BF7FB9F0AFB91C9B938DAFD9114DE +:10C840003B566FA39BD5CE82CB82F3A3C2F5B46CCB +:10C85000C1B5535B9CC27D8D8BD6AB207737363EFE +:10C860009AC6FA8FD945EB5B6AFEF3E17AA4F352DC +:10C87000075CDF342F5DDF22FDE7C39597330EB8E9 +:10C8800036B2CC84F8B2F6FFC6E38F432CF39C0C8F +:10C89000E5864A27DFCE405F0CF8632F2A5E1B9F98 +:10C8A000041BB8DDB8B1D1C9571B641E6FB3CAAC45 +:10C8B000CCD74B649ECC8335AB95DC2C81BFA5A037 +:10C8C0004FBFE3EA77BBAB6EF99DE8867E3013EB92 +:10C8D000C5FD4EFF4888F61DC323012ADDF3DC2089 +:10C8E000F0DBD7A0101CD9EAD93BBD80AFBE5B53AB +:10C8F000E497865AF4F9EB75EC8FC737BB1AEE3420 +:10C90000D07F0988BC2559D32494070195D743F9D2 +:10C91000CBC81F0DB4B086805E18A72CA93519842A +:10C92000BFB6D8525B7EC606817FC6603C187FC307 +:10C9300027B4865E1BBF047D1E9A47D8CBE54F5FA8 +:10C94000AD192BB7E1357B6B3F43BBB7ABA69BE083 +:10C9500052659E5765C1A5AABC1E40B8D0DE46B838 +:10C960006CFD97E90057FDF870B9F165E1C1BDFFB5 +:10C970009718F1321D5CC5692312955502EF71C4F9 +:10C98000FB148C3F4FA172EA48193DAF1C9946F544 +:10C990008A9138D5A32333A93E65A486CAC8C8C7DF +:10C9A000A90C8FCCA53234721A958191062AD591A3 +:10C9B000B3E83B6BFFD03F72263DDFB480D3B1FFBD +:10C9C0001CA0A364A3DB82D3899E252D2C3507E808 +:10C9D00052221F7C99F25B5AC18E950AF82A11F8EF +:10C9E0002A17F82A71E36BA185AFE1D8525B7C6C02 +:10C9F000B388775B74DC8C74B4D17FB18FF37DC462 +:10CA0000CBF5C3A65A162FB7DB994D0AD99925AD98 +:10CA1000DCCE2C71D1F1A3C2351E1DA7B579986E5D +:10CA2000F70F56051DF5A9997247BD627915D36DAB +:10CA3000F2230CEFCE06FD39255DEB7CDEF831C725 +:10CA40007756DC32503FDFF1DCAF2F72B5E3FC5498 +:10CA50002EF2574A918671F0D72DFC6230D616DF40 +:10CA6000FC82C06B615EFCFB08FE8AF676DACA7F48 +:10CA700030D67500DE2A538ADE8BF92CF227D6EDEC +:10CA8000827AC58FFC0CF7D725D6B2EE69DC7F31F0 +:10CA9000D434D6D7F96A059F032F9D4EA99DB419AA +:10CAA000CFBC6F2DC7BC8FCABF9719C597D899E463 +:10CAB0000F1D5B8BB92F085FB4E8FE752553585ED8 +:10CAC00015F24AC27D405E2FCC1BEA1C7FAFA3FC4F +:10CAD000F2B3CB4AD345F2B826DDDF125BDDB65F99 +:10CAE000EF86774CBFE8E3957FF8FE6FF345A2240D +:10CAF0007FCF606790FC1D070F6E3A4DB65D0DCA83 +:10CB00001758EF3ACA17286708F9325DC8F56A2145 +:10CB10005F12285F480E4DA3E75542BEC451BE9C2C +:10CB20008672A846E8838F531942F902A522F82C91 +:10CB30008872E6B4829CB1E2572CC6F9CE923B963D +:10CB4000BC018D4B71DBDBCFD46B7BEDF2A6E174C6 +:10CB5000920311216F22AEF51C11EBB944E88B88CA +:10CB60007B3D375AEB598FDBD7F3ED2E39739B4B57 +:10CB70005FFC9B580FA3FAA2617F1DFA9DB75F501F +:10CB8000E9F1DAE2CF5D17CC267913497379331EC8 +:10CB90007C51216FC6876FC8A1376EB3F459ACF1D1 +:10CBA00024FB101C4F7D0D4F103F2A20B6BDE0BF67 +:10CBB00068F3AF8DED82B725F38FD63D0D78BBD4EA +:10CBC0009739E403FA979C76083725D8F6EBDF8C83 +:10CBD00065485FDF4971931285EFD3DC36FFAD14F2 +:10CBE0007E07ED8FF8F8BABD4C41B899DA86EBF9BB +:10CBF000B6AB580EF781F44EA7BC9B7E4BD021B745 +:10CC00001237963BEA55D75639DA87189777144C7E +:10CC100000BE8DAD74CABD50CA29F70275F31DEF71 +:10CC2000AD7D8831722F36B97510177A3626F46CBF +:10CC300018D7C19402FF8684BEB5BEB3F4A3450FD6 +:10CC4000C60649EFF5D4707EF58635E98AFAB174E7 +:10CC5000E99A7713D9137E175FF8055FA8826FFDF5 +:10CC60006EBE48587CD1EFD0433D2EBECDBAF8F60B +:10CC7000630AE7DB90D08F1BE73D5187F1919E5906 +:10CC80002EBE15FB24F09F3E471A1FBEC849E13354 +:10CC90001D7C9BFDD07CDBCD303FB15F626DB80F5A +:10CCA000BD715E771EF325955A99EAA153FBF2FBFD +:10CCB0003006D5CCF749812F1B15A0DFC6537AF378 +:10CCC0003BE179F78A303D8FB021865B5E16FD49E6 +:10CCD000C595235F39F934940ABAF848C8CF49F2A8 +:10CCE000CDC58A2EF6BBB85D6B9EC2521D0CE350BB +:10CCF000FD8604AFF41755B29BBA0F4B39CCB7EB96 +:10CD00008B7B487F1EBB1C1437D6ABF331A48759ED +:10CD1000A368A84F63C98C84FAB082B5AD5807F0F8 +:10CD200077B7F378FC5D35379D7A050E2BB79D718B +:10CD300031E077209CB958017C1D8FB37E5C7F5217 +:10CD4000D5AA0CF67BF3AF251DF7230249BECF16FB +:10CD500042DCE3BE439CC7F382753C9ED717E7F1E4 +:10CD6000396847F13CAB3ECADFF17C2C6CB36FBA3B +:10CD70001AF6137FA809C11FF9AF32CC87F627DA5C +:10CD8000284EA7CA83799467AC9EC7E55435974768 +:10CD90003E61753C0E1748F4531CAE4FEC8F79C3BF +:10CDA00006C3F6E17AAD01F53DC615B17D30A9EDBA +:10CDB00040BE6C51B87D1E0919D729247712DAD1EB +:10CDC00090A093CD0FB1E2956A12E410CE277F01B7 +:10CDD000F51B48B014FA09C04906E2454932ED5B3B +:10CDE00062BE94D7A3B39D218C5FCA2983E2873AA0 +:10CDF000875BC6F7C8DF096D9707F71DD534F13B90 +:10CE00008B313ABFE313DF2B31FE5ED5057EC53E85 +:10CE100026C63F09BFB67D4BCD56379B79FFE6B995 +:10CE20004AAE43C2E779C77E655F8DC4D7F389A751 +:10CE300063CB6CEBA8EFFD3FC630AF61EE3D9FECDE +:10CE4000683913D7C9EC5292D7BE7C4C2B628776D7 +:10CE5000B7EF29937DE3F36FB725BF845DEB0D73C7 +:10CE60007D0B78D411FF6E3CA27F66E171CEDF109E +:10CE70008F1B45DCD9C2E3465B9C59B3D5AD796CB9 +:10CE8000AC1974E06F23E20F79FEC4F763CB6C72C8 +:10CE900072E3BCFDB10CFACF8847AD8047FF5AAFB3 +:10CEA0008E79B235325FBF1B932C85FEC586FA356D +:10CEB00026D9736733CA7728ED7F37EF45F8011F0E +:10CEC000343F4DF05D823DE0B5C11300CB0EEDB7B0 +:10CED000E950A27DE7D3830EFBCEBF56A1F1FADF66 +:10CEE000BF52C7CD5DCD9389611909659E473E0F3D +:10CEF0008707711B9005A3FD79D4CBB319C7E39ABB +:10CF0000733C94EFBECD67FC0CDB6D96F5A928371A +:10CF1000361FF0318C7F6DD63DAD74EE470F115C3E +:10CF20006BCE29DFD16B83EB5F841EF893CFF8398A +:10CF3000CA4BF8FE2EE6F89EB516F34B5F12DFF5EE +:10CF40008BFDD0FEA6AB73EBD09FAEAEA3BC1DADE8 +:10CF500079D5B615589F5E4FE7D9DE50ACF8D6416B +:10CF600086F10490CFFFA1D8FC087F6288F200DE32 +:10CF700000FB02FB1D16F23310CE186814FBA22929 +:10CF800096A17824E7EFF1F85759FB70196EA1C20A +:10CF9000FA273967F1E3E60AE7BEC5E60ACE2F288D +:10CFA00027345BDDEA6773C5B053CE9DF3DE49E4F9 +:10CFB0005C3F976B492ED754D5E0724FEC477813FE +:10CFC0002992739B859C73C3FD3B21D7C693679AB7 +:10CFD00021F8AA8ECBB3603EDE2447512E32DA17F9 +:10CFE000017F8FD6A1BF0EE4590D97E7D83E28D612 +:10CFF00021E8ED75F6755826DE07927C9DF9557D82 +:10D000001DF667F171B9786FAD536B1D66E77279E4 +:10D010008678453C66E716F22E345B1DE4591DE622 +:10D020004F65E79A8447808FF23BB3A3EBB0C3B15F +:10D030000EB3EFEFA2F5F7CDEAADB4FEB2359CCE5C +:10D04000599F59548E6D4439366B7C3E18F523E454 +:10D050001CC931CD30C90E0BA4189DFB080BFC81F7 +:10D060008CE072AC66BF41F34D811CABC1FD503EFC +:10D07000DF7012F05743F893BC36FA9689F7A1FA9D +:10D0800071F09772E2CFE2432BAF05F5AF3DAFC52C +:10D09000C2DFC9F2567A46F5C0371C7AA067563708 +:10D0A000D9E93D88C754018F0539C6F36E7A528C91 +:10D0B000CE0B6E48963761FD18CC1FF310CA5B7318 +:10D0C000B4BEDC780C0BB9552DE456B0DE25B7D4D0 +:10D0D0001CC37DC560FF0ED36393838CB5313B7D4C +:10D0E0002DF906F2EC6ACCC7B3C93313D7B7E9E719 +:10D0F000EB3D12CED3735F7490E4416FB5B01375FE +:10D100002EEF6297A77671BF8FE3B37219AF9B7E44 +:10D1100085C7656B58F326E4C3599EDC3AC063EFBC +:10D12000ACF514EF3F76B992125F31B912EC21F1F0 +:10D130007B16EC27FBBC7B845D65D58FCFE276D474 +:10D14000A81CFFF337C89E62604FA15D26CD5E3BF1 +:10D15000C79E7F31106E36FD0B88BE247F228D1C4A +:10D160004E9807D11DF90AE9DE5BCDE98C7CA0D988 +:10D17000EA563FBDD53967BED2DCDD27913F07B9FE +:10D18000BC69B4ECAC3C974729CEAFA1C420C99F81 +:10D190005E217F46F5C75CA73E58ED17FEACCFB8C1 +:10D1A0001BE7D12BF449AFD007BD6E7DE2FA7E9B21 +:10D1B0009FCBB15FC9C60EA473AFD02785EFB93E30 +:10D1C000B1E8E7D7B51D829E27BCA783DF285EE5BF +:10D1D000041CFAF3CB4B8BE5C5592513FC599097EA +:10D1E0004111D7F980EAFA93137FDF87F92C94571E +:10D1F000A351A9AFFCEC84ED2DFEF0B3CF51BB40A1 +:10D200005DBF817C1A69CC539E42B04E6FF0727044 +:10D210000C56C9FD0BFEF30CAD0F20556A40C3E759 +:10D2200087CD3EE4E7C56CD88F7E48A32BDEE3BDF7 +:10D23000BCB4D87AB4CAB5877F3BE5199B7F72D05E +:10D24000EF8C071D6387591E8349EC60BE0FE5987C +:10D25000C186ED79D7A3FCDDFEC694673015E9C021 +:10D26000F209E35F01F08331CFCF9AB727D9CF28F6 +:10D270002E5F9F43DB9E85EB583E70CAD879DC86D3 +:10D2800030D0B990E38BF3E193D37303E2D74FE748 +:10D29000081DEBD05D8EF66BBEDB91473F94FD829F +:10D2A000E4F731C02FC6D9FC6193FC06F0F9282FB2 +:10D2B000AD249A6676BBC10DA735AFF1C693C31FE7 +:10D2C000AEBD121D8D2F0AFFB1B85ED707632F23A5 +:10D2D000DF1CD3F8395B596EBB7F288AEE3228EC0D +:10D2E00046AA3F3484EBD8F46B0FA27FD00CEFB189 +:10D2F0005454AD2355C05797E0E32A959C44765784 +:10D30000A884D6F7DAC311CA433BEEE95737C22BDC +:10D310006FE912D2135E6F431BEE639C77E23CD53C +:10D320001E3798AD723B6D4398E7776D90DB548C58 +:10D330009BEBCC50913F7A349E4736DEBCD584C7F8 +:10D340008127251A9C100F17615B18AF53C4033A4D +:10D3500003A9E5F6FCF1456A80DE5709B8CE3B51DA +:10D360004A79711D9A87FCE66CF876B506FDE417DC +:10D37000BD0C8FE56765532DFF1BC01765C34F7F3D +:10D38000807409737BDB1F6936F3481789B5CD427A +:10D390009B5F93DFB29FD7D2595B1AF9B133217BE0 +:10D3A0007AEDFAFCAF8CBFD1B84486D5A13E97592F +:10D3B0003085E37D2E9059A6227F2DBCD0E804381D +:10D3C000FE80EBBF02EDDF0CE979EBBB0B2A5612B6 +:10D3D0009FE0BC904FA024B9FC8704D8996897447B +:10D3E0003DA6BF483E024B80BE75C4BBC7814BC83B +:10D3F000417A05EBB06984EF3F0653FC9C2EC6636F +:10D40000D0CF29454CCEC4232BBA44C9AD2C25A579 +:10D410006953E16CDA678C06FEDAFD5E4EFD4AC6A2 +:10D4200016F641E843F42B0FD1BEC45FBDDF93C0B5 +:10D430001B60F750BF489D0FA614FAED81750FC20F +:10D44000887580FEC2D20F2D19B7EB687D6C688F8E +:10D45000D173263F6EA01E0FE37E0CC6CBC0CEAAB2 +:10D460008176BF6F5287C1F766D67E88B5BF1BAA8B +:10D4700063746E349472CA3D353139B9D65531BBB7 +:10D48000687EDC28FF00A7D6D8F4F678EDFED665D6 +:10D4900007C8CF1A5B3C440ED716F87A82F9795B3D +:10D4A00032141FC70D2FBB1E903D3C4FA5237C851A +:10D4B0009A213FE7830FD0AE113601F89BE985C56D +:10D4C000F0F23C26115414EA3EADFBCB780ED41793 +:10D4D0005B69D8CF91FE0BFEBE009F5F6B0C4D8247 +:10D4E0000E5EB99FF2DA8127C82EDF12FA023B5294 +:10D4F0008FFAE10B14D7E8AEA8ACA17368569EBFB3 +:10D500001AA6FB012C3EDD5B71690CEDDBAEF8A5C4 +:10D51000313466BA7CE918CAE703154F182BF0FBC3 +:10D5200013A5E833B1EE582DF96BDD27664E6D2B50 +:10D5300032BF10E3F202AFBFE1E7BD158C018EC22E +:10D54000DB1DF3A808CF1FEAB9DCD912FAB181FEBE +:10D5500096A2CB6DD8BF12867161FCD6C64103E39B +:10D560000A4A269CC1F37DEE7EAC71E047427F857E +:10D57000CED25BEB4E72BC2F0AC7D87AC6C03C60D5 +:10D580001FD811BD45DAFBD4123304EBC45778AE73 +:10D59000E1B8C9E7E795F2BC0985E2CA1248045C24 +:10D5A0005705FECF39F751354FA15FDBFEA10C7E49 +:10D5B00054313BA35BB1FC5B6339E2AD532A9FDF7F +:10D5C000DB3881FD12CBBE8B7E0CE02C8F7CE58F8F +:10D5D0009D6F227E3BC1519B4222A2EF209E9B86E3 +:10D5E000F25D3CB7E3D7E437ED7C9708807D89484E +:10D5F00014F66547B876C2380CDAC96C02FB2DA068 +:10D60000A4323C5FB98DEE4390D92904BF9CD8FF6A +:10D61000720DC0312FC0F5BD9CE4E789DCFA756B53 +:10D62000D09817C0FDED20EFC7DDFF83C1E686006F +:10D630007CFFAF6AFA342CBBAB1609BDE75A27E171 +:10D64000E8A4E2F9DADA14178ECC28912A391FE31C +:10D650004FB03E85672158EC2CAF262FE474457BF4 +:10D66000CE17F332DAF7AEE3E7B8AD73E325AE7B5E +:10D670000DBCC6678D998DB46F31EC8B211F39CFEE +:10D68000897B911EA760E97CFEA980D3DEEF687FCD +:10D6900092BD668B87C023A3589CE9B260F3B24069 +:10D6A000B13853B87C5278A0BB1DCE44BE6BCB5270 +:10D6B000DE0D9E97D7F8F904A4F75D421FDD81FACD +:10D6C00008EADF10FA07CFA76379777B1D95F7B6D5 +:10D6D000A7E87D67FB422A37B51B546E696FA572B8 +:10D6E000637B9ADA29F14E15E9B63D3E78B7441EC0 +:10D6F000FCCB2DCF4397DB2383AF609C8399FFC680 +:10D70000EBE29CF54D3D3F6DC13CDEED65839779C5 +:10D71000008447BEF1E3CE6700DEEDB3065FC123B0 +:10D720006D8F06F63DD389EDE7F1F6FD3D432D788B +:10D73000AE7BBB3807C912CB4E82072E271FC0A075 +:10D740001BE0637B85D8679BE4770FE377506EAF70 +:10D75000F970E305E47E83CF77A4E5C518E53F11B2 +:10D76000FCFB7B8E12FC24AA1631F6B39E373A6975 +:10D77000FEF3AC3CA734BBC4263FF6057C1CEE860A +:10D780000F07F73362BE8A366C6088765120733F8C +:10D79000AEBF9255070D3AE79DD8674A3AF6179DF6 +:10D7A000D479B80006DD2A0AED95C614AB85473F4B +:10D7B000529DCFCB5B0DF2DB1E09F0F3881BEB9B78 +:10D7C00055BE8E0D3A1FF5B8788E0630DA53F2B397 +:10D7D0005EB27BBE3F4E7B6C673616DA8D0BA7764A +:10D7E00012FB7692F36432D80760BFE55401A7F8C4 +:10D7F0006E93AB1E10F7734D961EBF17F4B8D6D5B7 +:10D80000CF0A5573E06FDAC31EB6B09CE705339BB1 +:10D81000BD10BB3CE8A8572E2B77D4A34BAA1C7590 +:10D82000ED6CA75D54B5F2638EFAF41BE73BEA3E5C +:10D830006D91A35ED2D8ECE8AFBCE542C7FB70FDAA +:10D8400052C7FBBF14DFEB5DF8B8D9559F6C3F0A98 +:10D85000C64DA760DC94FBBDDDDA157CDF0769846B +:10D8600072B9BF81EC276BDF0A190CED6B4533C829 +:10D870009E0FC262E5F121A73FE74B38E3A7B1E570 +:10D8800046DEEA17F797148C93927D6F10DFC8611C +:10D89000960FD039546E77A3F8453BC2CFBE9DADED +:10D8A000E5DFA5EC796FEE52167945784D0DEA8DDE +:10D8B00093C52DDCE3C496A5278C0BB9DBB3B0ACC4 +:10D8C0001FB5AD9BF1BF93D9519B1D353BC81CF9CA +:10D8D0008D46660DDDD314649E542F941D893B4DF7 +:10D8E000B447376013581FDD58223D635C6F8DA02D +:10D8F0003C5980FB2C9E237EB45FD8A5798A19C73A +:10D9000026A7D74242AF3D1B4C9F19847E94AA03A1 +:10D91000317BFC4D51B85DCFEAF9FAEC6BB889E286 +:10D92000AD4AAD46F1BE1A39AF7E26C2C6ACD31E93 +:10D930003CAF3E0BF729F939D74092FBDFAADE4F07 +:10D94000A53F61D273EBBDC577AC9EF369778A9F23 +:10D95000EB55D43CC37D9070FF5EE675F05D862D7F +:10D960008B14F617B7639C9EECD49CC87B71C60FD2 +:10D9700046F9AB7E72EBE06691D774FCEB7919EF58 +:10D980002158927F56AE05FEB9292851FFC7BFCE58 +:10D99000EDD017DA471CF6C7578395F47EC992BDC0 +:10D9A000F2629B9DB884F1BC5DCC9CFECC3CFB78C4 +:10D9B0003CCF83C9C34F7F807E406A62F97C51ECC3 +:10D9C0004ADAE7B3EA3F4D79295EF55399D13ED85B +:10D9D0004F533539B3C8F76EBBFBA2D8D5D4CFF1BE +:10D9E0005BF332DA912FB4AB12DE2F80F3C4F8FA76 +:10D9F00092D6BD32E6119F0CEE2FBAF8B717FB99FD +:10DA000085FD1A942F2CE72FA078BD5C6718060FB0 +:10DA10000A139CF281293B515E9C77E2D3EAD248FB +:10DA2000A13FAB7F15E769CBA3CE6A3CCF3B8BF31D +:10DA3000C4FD384DA7730E279BA78AF3B49DC31E60 +:10DA4000C5B388678D87E7CEF6CC84F90272849FD0 +:10DA500083947D86562CEEE686C3A7417F76396F88 +:10DA6000C1119D188E0E84C3C65F9D511E9FEC048C +:10DA7000F93C9971E5B06B5CC0435D25797324CFA7 +:10DA80008FD732A315F0D93D9D11DFC0177F1852F3 +:10DA90000BF110BFFA29768BEDDC8A9280F78EFEAF +:10DAA000DA485EFB75F057505EDBDFDBFC3915F5BD +:10DAB00002B4F346BBB95D1F0D527B6F543EEABC06 +:10DAC000178BB757A64B742E8672AB299F8C3D835C +:10DAD000FE865C97DA85EBE38520DFF71A09645E42 +:10DAE0000812FF1926EEC383E9DC8676B98FF59319 +:10DAF000EC57AAEAC85F1BCFDFC9BAF6532DFC5911 +:10DB0000E7B8D8892B75D26F9EBA2F63FC68B27EB6 +:10DB1000534775C3CB198CCF56F07B6EC79BC7EFAD +:10DB20000AF3F89D9807C517AC7904B43411A32300 +:10DB3000327BC279748A79B8E9DF69CD6392705B10 +:10DB40007ECE183C55AFA3FD44B35A11FB9CCE7951 +:10DB5000646B783E7C67756A17C631949022E40244 +:10DB60008F13C1FC94909D2F35AE07365477B3F5D3 +:10DB7000B80E18CF6F1BCF4E51D5EF38D67134C4C5 +:10DB8000ED9BC0285E051F36723E1C0966A2389EBA +:10DB90003FD97D90FC7AA16F82757C7FD2DAE7DE77 +:10DBA00054CDF323AC7DE94DD53C1F02F308345B23 +:10DBB000DD8203EACEFDC9052F9D647FD2B91FA97E +:10DBC000AACEBCB0602247FB939B443E09C3CB0A5C +:10DBD0006DF32F0D15CF3BB7EA7117BD06AA459E11 +:10DBE000818B3E03AB9DF45934963E8B8AD167609E +:10DBF000B5E0BB95C5E91257BFEDA0CB58BEE2F129 +:10DC0000DF32BEC4D916ADB5598279F7304EB7BEF2 +:10DC1000B24BF1DA3EB649DBB60E9F7F5ECBFC5DC0 +:10DC200008FAF1790659A006EFC9E0FBF3161F7F49 +:10DC3000C2FB96FA6B80E7B685B5A557407D4D4887 +:10DC400072E0C72A77B6C31C66A17FAED2157FC724 +:10DC50005F9D3361DCA6BB5D75C8FBEEAC4CFAA6DC +:10DC60003B567B3BCAC7AE6892F2790CA386EEAFF7 +:10DC70000E26F4F9984F70A56B7CC0E39588475F3A +:10DC8000B45FC45D387E67193903ED9824885994D0 +:10DC900027A55B592ACFD711EDCB5BF809D6694D83 +:10DCA0003339AA87316F13F0711DF6973C7B308FA3 +:10DCB000FB796E7CDCB6D023F29BF839140B8E7D99 +:10DCC000219157932C17718B54AC983D6BD1ED7EFD +:10DCD000C0573DC61244DC7DCA2D3C8FB9179F0347 +:10DCE0001EE785D2B7221C5396E424C4E3DD62DF2D +:10DCF0004A626A6725EAF33A7E7FE2FD5F0F0A3ED9 +:10DD0000E3798B1B04FFDAF86C43313E033EA56DCB +:10DD1000DB1591CC46A47F40CA6BE8DCCFB885AF59 +:10DD2000DB2E2BAFD7642F203FC5AD5C08C6D77163 +:10DD3000B9CEEFA91C0CF1F89916D650FC33FDC5ED +:10DD40006D12E6CF7664C206CAD31991E6A666BE06 +:10DD50005F3A8C718519D506D559933AFC20DE338C +:10DD600094D625BC87A0DA5087511E4501DF788400 +:10DD70000CE3E5B82F5BC60699AF88BEF62A298A60 +:10DD8000D3C6C3572FC1FB26A5926D4D0A8EFB55F6 +:10DD900046F7C195B79AF90C2EED857E0DFB9D5186 +:10DDA00033B40EE546C7452CB50EDE57DFC8DF9706 +:10DDB00083DB85EF61EA4D4A0DD18D5D6CA39B1A23 +:10DDC000CED07D96CB229941C4A3AAF3FC30CC1FC0 +:10DDD000453C6DF6E5C85E0E9E6D1A08CFCE9ED30B +:10DDE000D90A1BDFEF157CE1AD6346AEBEC07F5B99 +:10DDF00090B9018E4D8DE5812F86B15D90E8368B0F +:10DE0000350ABEE5F9D441C1B7C09779A453B26EC3 +:10DE1000D0C4ABCCE2E19C817882753995C3314C9A +:10DE2000F94B9B7B14BA5708E8F612C3F8BAC749F6 +:10DE300037356C3C8074BB39C4E333BEEBCDFCBDDD +:10DE4000808712C0930EF4F0B60DB22BA15D04E8EA +:10DE500067600EDBE11FB2E950D7AABC0CE386A1D4 +:10DE60007A33FF2AB49FB23C847BDE98AF45FADA5E +:10DE7000DBCAE3E965318F84FB1580AF97105FC182 +:10DE8000C64113D79185AF6EB9ED57B7A2FD73C0E8 +:10DE90009B3275DB7A61A998DD5FF4C7403E14B10F +:10DEA00053ACF627D3AB05BF96C7752D7B00D6D5EF +:10DEB0001B0897ACF17535593D6DE5F9020E689E6A +:10DEC0008AC84F55742BCF37C3F3E2623C2F0EF351 +:10DED0004529BF346AE575A54CD243E29E0019DF9F +:10DEE00037D23D1994B7E5E3EF5897C893C6F014BD +:10DEF000EAC72E91176DE5B975C5D3CE7C41C9CA65 +:10DF000073BBD891A7D5354EFEDF9630979F5D2223 +:10DF10007FA927EE213BB4C7CA0B3F2C515E784F37 +:10DF2000757A39DA45E6AB21B2A7F6562834BF9E9A +:10DF3000C3915DFE1ABB1C77E531C59D794CEEBCE3 +:10DF4000F05A7335BF6F28B653C5FDE9DEBAA51385 +:10DF5000E69F6C6CE77907DD22EF6074DC71CEBF61 +:10DF60009D13E6F20FF78F345AA769B2179404CFC6 +:10DF70002BF623DD904E3ACF67ECAAB889FC1B5FE5 +:10DF800082E7E3617E1CE50BC5783EA34F4E71FB33 +:10DF900041DCE7208BF716DD2C3AF75638E9D6EB53 +:10DFA000CAF3ECADC839E8D63B4AB75D0EBAF5CE38 +:10DFB000BD94E201BD785FC422A0579FB71BE3ACBC +:10DFC000B526CF83EAD6F93E6E577C29E5EDF7E812 +:10DFD0000AF9153DC9E2785475CEE7169DE6858CA1 +:10DFE0004F86013F770B7DA678F879780B9F330534 +:10DFF000FEFE51F0C93F8A7A4FF20AA2FF31B41BEC +:10E000001B189B8A59560062657D5AC2F53D10CE99 +:10E010005C82FD1EFFE5FF8853BC21E671C403A2AC +:10E02000621CB0975B691EFF3ED343F3003AA15FC9 +:10E030003533ECD4EB4A96DFEF6ED10FE8A1175BD6 +:10E04000775D1557135CB02E292F7C74DD2546E9CA +:10E0500067923D981079E1AE7567D1FB6F4DBFC7F0 +:10E0600082E99BC30BB83C41B9E4E6CFFFAAF303B6 +:10E07000EBBE1BF3ADFCECF31F2ADE377E1E473FE1 +:10E08000D943F1C37E7EBF5F416EDF1F86F7F195F6 +:10E09000C21EB2FCACF432E18FE89E0330AFE89DC3 +:10E0A000B53B8AC573AC38D971E8FB20ED67668251 +:10E0B000287F766FBD228871AFDDDB269643770B14 +:10E0C00039B443C8A1ED228FCF7ABF5DC8DB7B5C3A +:10E0D000E7ABC311BE7E5E12FCBD5B4D0791EEEC5B +:10E0E000E9CB2EC4BF9B917CD14B7268DA96C1B24A +:10E0F00089C6C7B8BA231FE243E6EDFD24ECDC571E +:10E100003DD9F756BEDE47C5CB3D48BF2AC0C3A6A2 +:10E11000CF75D3FE51BE94F8B1F6462EC7E2D94C66 +:10E120002FE378C04C14567AE2BB74FE6F671FDD94 +:10E1300001847ABC644525A39C2BB4977667977AB3 +:10E14000D01EA98E7B99077DCAAD7C9F53857F3CED +:10E15000FE91A77B60E28CDFB73AB3DFB90F1A17E5 +:10E16000FBCED5AE7DCEF8E1DF1E463B2FEEBA5F8B +:10E17000FBA3E2FDBDB0EBFCECFF23BC6F970703F4 +:10E18000F67CF669124B237F4EBBEE75C7B9C050C3 +:10E1900084DBEF6C6D98BD668BA7DF230D96A17CA9 +:10E1A000DF71ADB8A70C43602887EA86BE43E7401D +:10E1B00056DCF4FBA7D05EA978E35C94FF532321DF +:10E1C000BEDF78ED1A47FE23F81F532336FF6C4756 +:10E1D000E7522AB79FF8CA5E1FF437EB4696E2F77C +:10E1E00030B097F0BE7B5DD0B9652B233AD7C6BC63 +:10E1F0008CF22F4C279D6B57723937AB8FE5906FA0 +:10E2000066AE32253C179A5CCB52067C5FBDD64683 +:10E210005FF82FB975CC7DF0CDC82753534CC77C20 +:10E22000D5647FDBDE7B6DFEC254177FB8C7DFADE0 +:10E230000E5E40FA10F803EDA7597A9B94C7F133AC +:10E24000E1B61C6E8D2D778E1F8769223DDCFCE8C0 +:10E250001EE7A3F25B4BC4B9CE8FB1CB3FBB07F037 +:10E26000B1B3EBE17F9D4DC8EDF7D8FD528BDF6474 +:10E27000665C887462E9A8F05F8D9A62F27C544E05 +:10E28000A72719DF629F99502F942F71E67D692D82 +:10E29000CE7AB0DE59B7F69946E962DD0B60E50B40 +:10E2A00064D2BA7D7ED988F932FA9D5F893C767E48 +:10E2B000148442161DFF4558FF11C92309777E506B +:10E2C0003F26659247C7E77AC81E0C57283954562F +:10E2D00032DB49FE186BE442C52BE209210D1D34E7 +:10E2E000F487528EF30C85FBCDA3422FA56313E177 +:10E2F000D1B8BC89E1F952BC3F9DE29DE0B7AC27A3 +:10E30000FB54A67824AC1F3322FC99665C7FE0277F +:10E31000E373CB8FB7C639191D26DBCE3A2FDA89C6 +:10E32000E74561FE65D3B51ACCDF63787FAC6EBB81 +:10E3300057753A3F675AD6A2D550BCF67048231F8E +:10E340004B9C0FED14F26994CFCAC02F00B97B7AB1 +:10E35000303310B1C5ADA4F256877F10636DDCAECB +:10E3600064692AB5A9ACE1191C7F0A8F837644BA87 +:10E370006B50BE745638F5EC6F841CFB76C44B7240 +:10E38000480BF1FD24A69A71FB3ECA898864BDFF43 +:10E3900032F2C51F22AFEECFE2D9BE52D680791B32 +:10E3A000FD9B7F7B7E2BDEF73E537C9F18E7FB991E +:10E3B000EC7BD8FE8D4DAFEC9781EFB4199CAFDEAE +:10E3C00089FC89F84A9BC3CF3BB3467D4727C0BF32 +:10E3D000EDF395746FC8944FADADC1FBA346FB41FF +:10E3E000DD00FA71587CC7323C7E67E5F181DFFFC2 +:10E3F0003F715DC65B07F3E8EF7BC3563CCA88AD4F +:10E40000B0C5BB3F810E2AC675357DA7DF66D71D17 +:10E410001478B1EAE807609C6E646826C5E7E418E2 +:10E42000F78FE59899B7FB6D4C6B2DEC63D4E2F94F +:10E43000BA0B49AE33ED40F475DBF31311B1EF2D98 +:10E44000A763DD51D40B2A9DFB817964D8E98E79CD +:10E45000BC8C741F3B0F2BCE585FFA6BDB3A1A72E1 +:10E46000C1DD25E28A56FDAE388F978D8E9F4AC555 +:10E47000BA1B0BE31F8D88FC84B0C9EF15D2A08CAA +:10E4800014DAF72FFEBA84E31BA1CCEF102EA535CA +:10E490004D709D1F33286E36DA6FD4D9EFE8F3182C +:10E4A000EF77B4DECAEB3E201FE6D56A8B97503E6D +:10E4B000749788B31BCBF979E360829F8B72AF3F6F +:10E4C00058E727EC7AD28ADF0D848DF7F9FA1FC757 +:10E4D0005E16F1B92B160A4433FD5CD49BAB455E46 +:10E4E000D89AC7EFDD8F7A6DCD99A04553B8FF77E5 +:10E4F000FF7ED4DB5EBC0F85F21AFBF7BF0AF595F1 +:10E50000CB438CCB9F7409E2E96DC6CFDFBCCD5EF7 +:10E510002839CDB6CEA695883876D6477ACC847F72 +:10E52000C80757F5FB1C7AED8BDB9CF5ABD9D24ABB +:10E53000941B576FF5B11C9076B54BEF854A38BDEB +:10E54000BEC8DABA51DE76897BE3AEFBC13C05F189 +:10E55000B6FA34ADC66BBBD76466098FABBD09FC98 +:10E56000ACDBE4CC35E19C82F700BCF6D869979E21 +:10E57000C5B09F5C775523DDE94FF2C38DF72BB310 +:10E580004E384F360F37DC965F311E1CF21EC928FD +:10E59000760F5B4389E4D8C71D3D6FB15E661D8D64 +:10E5A0009837FBF587F07CC65AD3AFE179C2E38197 +:10E5B000E939FCFB4F1794E8E2BBB633789E51DB98 +:10E5C000A958F6467369E43B2B3F21A0B6118C9203 +:10E5D0009C267EEA8D9DE47D02DE7B27789F9CF859 +:10E5E0007BCC3FFEE0749E024EF7E988785E56E8E9 +:10E5F000810E5FFAD3A8573AFEDD4BE7B33ACADA89 +:10E60000E8DE4CB39AE9744F66325D8A74F6BFE86F +:10E610008D7A6A042B639C20DE4AF1CA65253E216F +:10E6200067F8BEA63F6CD2FE76B72F132B033C2BA8 +:10E630005FE779134DE14C06BFF3C696FB304EF50C +:10E640009387AFA4FC8E6B62E7CB2817FFA184C72A +:10E650003DDFFED6F74E67005FF7231196277F3028 +:10E66000A7A03F78CD635E8AD37EE9BB111AFF9ADB +:10E6700047BFB87B09F423FDE01CFD28ADCB0EFAA3 +:10E68000FE9A272EFE9929E6833E75C73A910767C1 +:10E69000A662A8FFAEF3B37FC07870D6A50755BDBC +:10E6A0009FF277AED95346FB1BA3FC2243FB7A3A79 +:10E6B000FFF90FC5FE0E4387E0F7B7223CBE2BEDF6 +:10E6C000D9FB05826FF0EF7D382F29D1C67E03E399 +:10E6D000AD15F38376143730BF29D1FD6B6F7D7391 +:10E6E0008782F914D7ECD9A15C61DBFFB7E054F75E +:10E6F0006C31719DA849AD16E3CB8BBFFB48099ED9 +:10E70000BBFAD277DFEF5E04CFBFE465C34B403E78 +:10E71000DCB0C77B04CF690474979D2AF255AF27FC +:10E720001104EDBFFF1FE7FF02BE7B13E410A6C874 +:10E73000BD79F037CA0FB10EF631CAA11B9E74AE77 +:10E74000AB1BF6BCA6E07C340F1B4E9C85FBF74E42 +:10E750003BD9DDFE183BA1609CF986C11EF2E76E35 +:10E7600078ECED43B83E6E70ADCF37F197F8583B7B +:10E77000F99B252E7F78CF9449D9B35F7AE4D87D71 +:10E7800026E0F1AD477F779F0978BCF6CF7FBCEFDD +:10E790007F607CF0C7010DE5CB0DDFFACD7D5F8397 +:10E7A00079BEFDA4DF837CF1CE530FED1E80FA3BD2 +:10E7B000AFCC992F417D9F58F7EF7CEF4F953AF4FE +:10E7C00073E3539F988A7C77E3E38BE9FEBDF1C640 +:10E7D0007FA71DCF2ADAE1C9F1738B4F4AE8443095 +:10E7E000F62351BAE8C0FA87155C67EF49FC5CDE96 +:10E7F000F583EF2BC87FFB0D368C7879FAB1D7F60D +:10E800007F0DEA6F035DFC45E802F39EE6A1731BF2 +:10E81000F969787EE3FAC72EFEF4398D58FA52D89A +:10E82000FD0D6C98E4F5187ABE08F46C2CD0735C7E +:10E83000FA3DDC43F909370C02FD4E194BBFB7F125 +:10E840009733C7D2EF4889DBCFB9F6FE017CF9D800 +:10E8500094A276AEE5E75CF7F82513FA53EFB8D645 +:10E86000EB78785E25FC8DEF9418EF96E07A7BF4D8 +:10E87000DBBB07A248677F0AEF5B7EE79163D3F1BA +:10E8800010E61BBEE12F201E869FF26B3BE19B6BC7 +:10E890009EFA39E985771EFF574527F9CD4A24901E +:10E8A0009BEFB0D19F17D06EBA5EECB75DF7C0FF9B +:10E8B00039FF107C7F1DEE9F69443FAAEF37F8793E +:10E8C0009AEB739F69D5310F245741F3BE3EC7D7EA +:10E8D000C3F5B9BDCB30CFDE8DF7BA52EBFC7F81EB +:10E8E000AEF877DDAE7FECC8F9C87FE3D1D39ABF2D +:10E8F00086F33F03DE3FE05CAF63F9665841F96F92 +:10E90000D1F79D1DC7955F40FBFC0F15CD8376B2F7 +:10E910006F5821BDFC3DAFF6606A2CDDD1EF5D4143 +:10E92000FB65EB8BEE37BBF96166A96B3D0B7C9CFD +:10E930006C3D9F7C1E1F0E4F534A7507BF58F85AF7 +:10E940001757C8AFF4962874FF7EB74FFF39E60714 +:10E950000F3FEB633B7594EFA7B3627FDF13FD2896 +:10E96000DDB6BF2287D3940F2A4735BAFF626CDE2B +:10E9700093C775EF1E3FE7A99832C3730FEE739DDF +:10E980006E3BE366AFF14AA686FCB44F9562BCD4F9 +:10E99000D3F6E410C6914BAF1EBA9515FEBE8FF5A7 +:10E9A000777BAC712F2BE572CD2AB7A29F8DE35CEC +:10E9B000C2720F925F9896EC798BC482E0F75CBECE +:10E9C00079DF27C9EF81F7C82FEEE7D678B296A690 +:10E9D000FBCAFCF53C0F12BC8B215C379D62D17CDD +:10E9E000A994C7593FAFA5579622E913E0BEEBDCC7 +:10E9F000AF182AA24FAD12EF69457FA8BB3D43E592 +:10EA00004DA58CC72DB44103BF07BFA50DFB83F1F6 +:10EA100072B82E651C4CFF4BFAD7C87FB1F266E680 +:10EA200085325F43FCFA75BE5FE64FF0B8B657E437 +:10EA30007F76F89CFE6DA7C0AB558EEEDF54ADDA45 +:10EA4000837FFFB1BF29D6C0F9214DFE6A57A96463 +:10EA5000F965E497DC21313A176E4A2AA787C17419 +:10EA6000AD92C7E3713E5ED52067CD87F9ED744F57 +:10EA7000A1496500F98BCE3BE5C9AE7BA8B456DC55 +:10EA8000C338249C3B83F8BA34C524D42F5B232994 +:10EA900093E8BE82690F3614DE779F23EE51ACE314 +:10EAA000F5585A63D87E4769B9B55F4B79CF533370 +:10EAB0009A86ED06C2E97B11EF561CA09165883F4E +:10EAC0002AD530CF7B5BEE3AA763F16599136FBB14 +:10EAD00005BE1E12FC81393A55E58E738ECC7ECE72 +:10EAE000D18A7F7489FBB2CAA66B2BF0DCEFB8F138 +:10EAF0008FDAB6535368178AB84757BBC85B68E1CB +:10EB0000F9B7C72B387D613DFD53A93DEE51B9DC06 +:10EB100015F7B0EEDD328FE0FAD34E65EF527CDBB5 +:10EB2000FCCD27F1DC8936877D0FEB1DF26B9FA4AE +:10EB3000F8C4697C9DECDD7CF493B8BFA49D21E210 +:10EB4000150B9DF18A9F0979FF13C1D7EC6CEEA7D5 +:10EB5000BE52CAFD56596B233FF827A20E64203FD0 +:10EB600079B4DEC2DB8FD6EBF9FB8FE0E7BE525AF9 +:10EB7000DCCF3D544AFB63E3DC4B23F23FC7CAF1D1 +:10EB80003E9EFF27EE93EA087BE2983AA5DD51D935 +:10EB9000C0EF075A78408FE2DFB9888AFB12B83E8F +:10EBA0009199759E83C743AD7182E72C7D05E1DFA6 +:10EBB00006562BEEABDD2165EEC6BA2905E85CFCF6 +:10EBC0009D92906B9F9F2DE49A19C0BFE77957A43F +:10EBD00096F2E3B731FE771FCC34FF3B2C9BEB6EF4 +:10EBE00024F9BBCDDC4A7801F94BF2D65CEFD7F0C3 +:10EBF000DED2AD9935F4DE94550DCF778F3D4F9F22 +:10EC00007B7626949768D3F9FA3FFBF61EBCC26B5D +:10EC1000738AE74BFD5F94BB735F008000000000C8 +:10EC20001F8B080000000000000BE57C7B7C14E5D6 +:10EC3000B9FF33337B4BB2496673DD5C0893844B79 +:10EC400080804B88C8CD3204C414A92EA8152DD5B8 +:10EC500005412284244654DA7AEA842055E053D2CE +:10EC60006A6B6AB167E10852053FCB454C6DE0B76E +:10EC70000444506C03B5201E6D636D2B2290351635 +:10EC8000A11E4FFD3DCFF3CEB09724424F7FE7AF9B +:10EC90001FE86778E79D792FCFFB7DEECF6CF2B050 +:10ECA00069AE79E5005FD29FC900935409E06A809C +:10ECB000753E5B75D01DBD6F5D6F5653B93F79BC16 +:10ECC000EC0F96F7EEB7DEB7FA9387D90CA8045885 +:10ECD0001938B64DC1AE75933AD4A959008F661D47 +:10ECE00098A400401E8D978DFD65B6B07314805EAC +:10ECF000BD01FC2301EC592D10C0F901FCDCBE98CC +:10ED000014F0AA38AE6D9CFC3E3D67531B2080E397 +:10ED1000AF0423094A01DE4B0F1452FF93E0731531 +:10ED200017033CF5EDB165F4FED3937EFC7815F046 +:10ED30009F2A188BEFD1BF34809F483A0CC17519B8 +:10ED4000F3DCEA2615EFB9745EA7A241C66A0FC0CC +:10ED50004F71ADD4368641705331BD84FDB8EEB4E9 +:10ED600032D1FF94E483C1B1EFEBBAA6E2F8923955 +:10ED70003E800A3AB6ED60FE191E005AA7130C9C9D +:10ED800004200942DC7643275FA7A8254C87740836 +:10ED9000560FC1419EAEE9009EEF56D8A01447E938 +:10EDA0009BED721B4A1A8E778BED4C579918FACB54 +:10EDB000121A6FBDFAD7110032B533E9AEC1E3B50F +:10EDC000BAF4C769BEF7D2FD93556C37AB15A716D9 +:10EDD000E2FA06A82A9F93451F17AE97E6CBF68165 +:10EDE0008FF627C1DCA67025DF6A58EDEB3D1FEDDD +:10EDF0008FF65B606E2F170C89E621FADAF1BDBC45 +:10EE00001A08AEC67D1442A744FB2B82085F35501A +:10EE100065BAE6B8FC928DD7FDAEFAD7145CB7217F +:10EE20004B5F8E88AEFB5A5A1FAD1F70FDF87C33C6 +:10EE300075E0628C806C9E07F0E25AFD2B82AB8BF2 +:10EE4000693F1AEF079FAB0EB9F93C93E6A446C79A +:10EE5000C3034A937200AC579DE0918BF0FDF35EC3 +:10EE60000556E354D7296E3E6FD772083AF121ADAB +:10EE70002C6B4509B611847AFA38A20FACA8C27679 +:10EE8000D11457C4F0F1FEF9FD7C7A1FDBDA4A0792 +:10EE9000845D267DF0FF9405D82E8BB6F361ED27B7 +:10EEA000746E4510731FE7C97FF7A3776114F5C728 +:10EEB000BC4F8B54E6A6137E896720AF379F2D7F0A +:10EEC000F7A3CC0331E37F4F4DCD223AC23570CD4D +:10EED000974AF4FDC4F7ACEB85474E651E40701AA7 +:10EEE000C97A13E102DCB899F1C84F9EB1DEBEDEEB +:10EEF000B3E8685435FC7B17E17E850D9AF1FA542E +:10EF0000CAF79FEBC257971B4ED589D70B4945418E +:10EF1000207C42C335C4B778BD8AAECD5346BF9D71 +:10EF20008574CA7EE5FAEA6A9C47B18524DADABEBE +:10EF30005B579D24BA3F0DB28FDE071D343527CABB +:10EF40004717EFCD807BB0FF170D693E82A8C557EC +:10EF500029169FA97A139DABC5D750E1677E72C071 +:10EF60007DCC672E08C6F1591A44F89A54EB030970 +:10EF700099A5637995A7CB4DE3ADED937F2C5CF418 +:10EF80002C13B8B0C188746A7B97D920888BCC0BBE +:10EF9000F8D3C334AFA11FF38E8DE2CBA3E3B3311B +:10EFA000E79359ED025B0C3EB2FD6A5CDBC293D77E +:10EFB000C463EE1C6FDCFBB0D2F627E23F0DFF12FC +:10EFC000FF0D00D1B6F0620763DF33B8AE82714E39 +:10EFD000358CEFE72D30A4308E571870372848F75E +:10EFE00082067C3E663E6FC2FB89787AD5C213B238 +:10EFF00039E109E9E02379D0F396E273E26D5B979A +:10F0000093E9928F74213AF4D08BD81E300F824648 +:10F01000716F7A5878C3FF7CB4AE221C274C7CE811 +:10F020008DA75392164FA794B2783AA5FAE2E95207 +:10F03000DCD5C4FB3E88FB06E4D3F4715A3C5D4D3D +:10F04000BA95E1DFBEE85658136AA2FDF4A60FF2A6 +:10F05000EBA8CBD3E934D16944944E8A3B783BC9C1 +:10F06000A502C4B342FAC426F06153BB4ED2FD429E +:10F07000BA9FC5AFFB5D39CCDA02B709B8BF44AF60 +:10F08000AC96A67BF0F901887F3A47BD7C80B188B9 +:10F0900070826DC209540412F44A90AF2910E6FB45 +:10F0A000A9D0C5ED7440BC97127E834D6212A15762 +:10F0B0005348FE32EE3F8058F98BFD06F135F2558C +:10F0C000C3D338AFDD35331CA0791568A033437D39 +:10F0D0009CE2B99AD6070706E03E93CA20487ACA4E +:10F0E000A922FF95C48E23AE922DCCF25A592F9EA1 +:10F0F000B35535AC201C48A45F681FEB51BF58F4D2 +:10F10000A7F74B745E3FC2E56D7ACF8E745BCD740A +:10F1100053C3019CCF61EEFF4AF7ED24FD98D29BCB +:10F12000BF01C24D24CF0A689F2C5FF4E384DB212A +:10F13000E639142E0F08BE2C50C089F82A6C08310D +:10F14000DE8A106F0A3DDF2A70E3C2BFB4EEA2E58B +:10F1500021E6BB5293EF4AD6C6E3AAD8886F83F262 +:10F16000EE2CDADFF9876520BA1424E04DD33AF7A4 +:10F170000DC57E4D177AA7D800DF8218FC0D08A4B4 +:10F18000F9168C01184C673ABE373EBFE689D70B9B +:10F19000F7CFBA85F1F8EF0F6FF4F425E79F7FC43E +:10F1A000EB5B80B87BE611175F53B7681DC9B49F4E +:10F1B000AD821EA573FC4F3B2B89C4EE06498DE240 +:10F1C00034F808F0F33F7F44E5AB0D02377A90BE88 +:10F1D0001BBFF37C076D37A7B285AF1DB27E13E16D +:10F1E000069ECC62F08F585EC8EB1FBEBC88AF890C +:10F1F000FA66C07F9F98753D3E3AB045F6ADC0BBFC +:10F20000032F3AF55039E90BB1DFD2B55DD27C6CF2 +:10F21000CFF308BB53F3E8DFA279A12683C7EF8FB2 +:10F220005E89F3FC42823964373CB3EC18CFB752A5 +:10F23000CD1A4D6AB4D8A627CF423B629947E6E77C +:10F240001CCB15EDCF99D1F757B5CC4E47E5020E43 +:10F25000972EAB781DD432454EAA6401E2DBC4B3CD +:10F2600006E09654C29DCC7A7F115EE95C533D81E5 +:10F27000FB990E6A7254EF97D0F80E1E7FC003D32D +:10F2800092C9BE7DD6D525113E0648D0608C46FC7D +:10F29000D5C6EF47AB5565925FD67AACFD699EC087 +:10F2A000F7890E452E37B7894E6C4F84D3990F07D7 +:10F2B000B60AFBACE06160B93EE82D85AD9A812DC0 +:10F2C000212909CF79BA3233B9AB9CF9E1C6796308 +:10F2D0004D56C4FBCF067CCC0F43F2143008FF26FA +:10F2E000BE51FC9976A12E935C297C3806C7F8FFA5 +:10F2F00020539E0E8118FC231D0691FD9346FDF1BF +:10F30000B84F3CB7C25AC4550CDF58FBB4F69788C7 +:10F31000FB672CDCE742DE97B8F8F33029F73A2D8B +:10F320008A8B22146CE3327ADB43515C04194FD68A +:10F33000F8A3C3F1F35BE3F4675F45E59EA1B3FC7B +:10F34000F282CAB69CCFB85D223926A33C239C2406 +:10F35000F80D52E0E0DF25A493A3DA9034A4BF7740 +:10F3600066C090C8DEA8069F86FDFA93C5ECA72468 +:10F370000FEABC7635B6BD01DF3E1B8EE7CCEABC9A +:10F38000167D1768F7B879DE8B497A3B9D7F26C9D1 +:10F390003FB6CB2DBBA881AF2E68E16B32FA218638 +:10F3A00012B58F6EF1045EA5F72C3BA934ACC90EE3 +:10F3B00089FA1BF85C8792FF81EB4B94D72989F27D +:10F3C000D59DC1FC7939FA386D81F07CAD371D705F +:10F3D000D99A3F35FAFC0F06409B7415F617227D2B +:10F3E000D2884FF10027D030916A7D10C09A5BB768 +:10F3F0007BB3597E43584539BDE6EB92E8FFB1EB4C +:10F40000710349B2669668DB3314D1BE5D22A31B3B +:10F410003C667F310C67FFE2510DFD1F9CFF427679 +:10F42000A30B90FE3F289CFD957674F32338E1D022 +:10F43000E8738A4DAD623D572807D123EAF5BCCD6C +:10F440002DC7F9056B464ED749BEE3114488032DFD +:10F45000F9625B667BDF89FB5C85E3D23A1CAE0612 +:10F4600050F1EA6CB92FCCF849902F2E53BEDC43F3 +:10F47000F24562F9F2259DA3122B5F202A5F4EA26E +:10F480008F47F41F5129FC3E27FA7D80F2C591A1D8 +:10F490008973D14232E1CF92CF0E3C4EE20797CD35 +:10F4A0000F3EDCA7BDBA0134BC3A67FA755A8F9398 +:10F4B000F0898F64CED4988EF641C078D49FDC005A +:10F4C000DF46DCA467B8F97DC4657A065E33325442 +:10F4D00053FFFA243FFB690D40D75B3CFEAC0CBCEC +:10F4E0005FEAD53A080BE4CA11FE87BA85BCC2E7C9 +:10F4F0005690BCB2F56737D01FCBEF2EEE1BEF7DD9 +:10F50000F903BDF0AB665D117FFFD0A17BAEC347B1 +:10F5100057FDC6EEDBA85DB97F64E94B4BCF5A7A45 +:10F52000D3D2BF73328A4DFA587E54E7D7492F5D44 +:10F53000F89A9CB11AA2EB58B700FDDD72DA6A7E28 +:10F5400015C985D5E5F337933F7C61D8FC6407DEA8 +:10F55000BF2D43E17136B75E198EADE7141BBA5B60 +:10F560007D3C9F885FDB32D9A0784C2FDC96CF673B +:10F570001C9C5F2FCE6168CB7D1D7DE9456B5CB91E +:10F58000377E6FCBF80AFDB8D5A3CFA1FE1F560476 +:10F590006AFC7DACB33E5366BC3DB3ECC924C2F1FA +:10F5A000CF1688B88045A73501934E231B994E0F7F +:10F5B0009B747A6EFD95D1C97AEE5FA653603ECBFF +:10F5C000F3F393049DD25B3E092BFF1C9D1EFE2A84 +:10F5D0003AADF66F7CAC44C44D7C83119F4FFAE585 +:10F5E000F0646CFFAC46DE4AF6E66A7F55D2606C8A +:10F5F0006F9ED4D12E61FFD39922BEB7598D1CA224 +:10F60000E78C41B2B689F84E6DA9A6756E2EAB8017 +:10F61000D531F1A8CD657235C5F95697CD4FBE3BB2 +:10F62000860E9B5B7BE2E2089BC9BEEA235E38251F +:10F6300053D86D4F2F90590E25052028E3AD69282A +:10F64000D3A99D57887E37F9D9BA68A3AC0C6AD87C +:10F650003E70EDAA29A4F7562F20154FF6CA118344 +:10F66000F6D98A72D4C9968CB05BD24C7DD21A0876 +:10F6700073BF93E2372837D2BA66859FC98AFA8D5D +:10F68000EE718976F95C203BFE3CD9F1E44FAF8FF7 +:10F69000EF7726D831AAEE0F935F6023BF80FCA5D9 +:10F6A000CBF88D9E693E8E6FEEC830FDC75C184862 +:10F6B00076CAA38FB4C10783E152FC0645811EEAD6 +:10F6C000035F96BD72D0C4F9D3FE15928ECFAD9B69 +:10F6D000D72291BEC8FB42613B19A0C57BC7C8E8D1 +:10F6E0007B9D19C98CF37576711EBEB03A95423F69 +:10F6F00036B73A9AE4B5F5DC6F32CC38709278AE12 +:10F70000B2D33F35F5AB9E4B15F6F3B8AE96A9696B +:10F710007D3CB7DD5C27CECBF6D0BAC18E6013D26C +:10F72000659D24E4A7F1A6DDC4BB38E7CD0BD50D5C +:10F7300024EF771C2A59534E3808681534DE0E2DF5 +:10F740002097B8FB979F2F9B781A521DD059795C50 +:10F750001A2FBC55E88F88772ED2A32353E8A31D18 +:10F76000C9283F984E81FC5931749A9829C7D169AC +:10F77000F7DBF35364F203CBB40C5A47465910E459 +:10F78000F2E87C3BCA703E1AC7A6AD1949FB5B186C +:10F790004E5D1DB37F6BBEDDC97DCBAB6BADF94C50 +:10F7A0007ABF726A63DC7CC9D5F1F3252F30F7E7A5 +:10F7B0006A691A55D9FF7CAFF433DF64EB3CCC7334 +:10F7C000DB7BF14F2932D999E51A494248A1F9DC8E +:10F7D000BDE7CBBBF8632935868FF799F3ECB5E825 +:10F7E000680BE4CF8E9157A9F43EC955FF8E43773D +:10F7F00063F7E3835725915FB3590AB986D0B95FA0 +:10F800002BC3265CF7BAF5554076C4733A30F77AC5 +:10F81000DCC61452C6F765669872B98ADF936C2D00 +:10F820004D368AABB472AC1EFF04393E5064C50736 +:10F8300012ECC8BC99AA311F9FCF34E387DED6866D +:10F84000D78751BC62B9EC633B332C816D6C340EAD +:10F85000E30283E33743CDF1F2020F729C62BD02F3 +:10F860000D0ACA893EEC0D1F5871706A57E81C6F6B +:10F87000B0A3DC26A3CE8A4FF48E4B84A7D075208C +:10F88000897485BA748E8B0F36E333C5BA5665C357 +:10F89000F50C690DB03D99B10C383EA0A8411E474A +:10F8A00082B56C37A5943EE3B914B79C0870846C9C +:10F8B00017A4D79F2DFB0ACF83EC879E0C11EFB7BF +:10F8C000DA9019DFD6D74EE17C084A8708D9551758 +:10F8D0009302D76762BFECD275BA9FA4BB2242AE37 +:10F8E0003580544CF246E678DFFF6FF2BA26335E7D +:10F8F0005E5B72DA92DBFDC969B647D1FF38F8C4A6 +:10F90000DCAF93BFD1E9D11B88BE734DBB1AFDAEEE +:10F910000732B309AFA053FE44598B0EA844F144FB +:10F920004DA6F11371EF6D45DC13FD11A7D0871FB4 +:10F93000E902C43DD1DF8A1326E0BCD52EE26F88F0 +:10F94000CE066502EB0989E2EC45D6F397C139C2D0 +:10F950004C53C8AFA4789F126B6787B89D685F1738 +:10F96000DAACFC8F8FF13E08FC8CF77C972A13CE23 +:10F970004BA6694D1477186213F6FE00B4F70DDE3E +:10F980008C0A64EF270784FDFFA4FF4F2C07FAC3FE +:10F990003DE295719364FA5388E30D9922FF036465 +:10F9A000E7D811C7B43FBD650ACB9BE442F4F7200A +:10F9B000D60E92439246F64FF031CAFF90DD447A5C +:10F9C00069DD170A3FFF78ABFC1F2B701D8FDB74BE +:10F9D0007E7EF502D98734243B283C999EAF9183E3 +:10F9E000838BAFC81E62FF73CA13D5EC7FAEF308DA +:10F9F000BD68A05EA4FC5627F961888B4991CEA909 +:10FA0000E931FA749D3DE2F595D3F3913924D78C11 +:10FA10006784FC7CCE9F283F432C6FD3333D228FDD +:10FA20003668FAE16124EF6C06CB0D6BFE9C27DA99 +:10FA30001E37486EBB235E9203EB663526939CB758 +:10FA4000E46DE273B727EBAF113D8FF463CFBD993F +:10FA500059F506E1FA5719D077FC779A15FF559BAF +:10FA6000E2E2BFD312F0A601C7BD20C3F2FBFEF550 +:10FA700038B090C77DC781BBF79C1860E0FEDF5BA4 +:10FA8000F8692ABE047FB4455289CEA71EFE5D2ABE +:10FA9000D955EF3DACB09D7BA71967BDEB91FF1E1B +:10FAA0004B71C71E53BFDD98A59F669C2DCF662660 +:10FAB000BB37A850D2E192FC58B225859388567B7B +:10FAC000692833AE6DAD63A9131A481F2FD9BACF79 +:10FAD0005180FBBC778B87E390A728C185FB3DB5A0 +:10FAE0006BC006CAAF0CCF12FAFBC62CFFE7342F4F +:10FAF000AD87F0F5C7762784590F77DA85FDA3DF48 +:10FB0000288D252F42FC495CD7C1BD050ED2FB0BC9 +:10FB10002594C31EBEBD6A37CEFB1733AF99B8EE2E +:10FB200085EFA90EB24B164E8108C523976C9556EA +:10FB30003D84EFCF37E3DD89FB9A67D8E3E4F0DD5E +:10FB4000A1FB1C4C7CA57C7A2EC9EBC72496677759 +:10FB50003F16FF1CC2E2E0AF71DC05382E9DEFC2FC +:10FB600096F8FE9E43F7AFDA8DFD3BDA1C1C875FEB +:10FB70009420DF13E5F7C02C331E3816AE11F1C008 +:10FB8000F275E55AFF7E9E25B74FA1BF87A081D3AE +:10FB90008FB8F87AE61155B433353EAF256DFB0EBC +:10FBA000B24CB4758E25FED971E883943BB0ABD1CD +:10FBB0002BFCBCAF6DF8B47937768F017F7A98F360 +:10FBC00087613BF1DF6470696E5CDF4F4C3F6ECC48 +:10FBD000456CC7EEAF65DFABBF66BFCDDDB009E9F1 +:10FBE000DA88805F5E115D5FA357F87773C1F6B75F +:10FBF000AFDAF7D7B2E2E3FFFFEABEFB7B6F29DAA9 +:10FC0000477DC9038B3F4E9BF66DF39EA7A6E7E3A6 +:10FC1000BECEFD48F239711D8BB7BC7F27F1F5C20E +:10FC200036D4C32259781C72A278C56D33DE169182 +:10FC30005D82F80CD47C8F717110E9427640A07D12 +:10FC400000F77BA7227E912F17D57CFC8E30220CEB +:10FC5000AFECA56BD82B8FEB038709784BC4D73952 +:10FC60007B5711F17F22AECEF523F7666789FA8DB7 +:10FC7000059A3E9DE2740BC1BF4A15FC77E27F6393 +:10FC80003F1DBBEE0795F07FC8C6F656C561E13F44 +:10FC900057BCE908521C61A7BDF31CEB93C3C27F9C +:10FCA000A77EF2F32A5E75B35D015F182C4F46FF05 +:10FCB00097CAF51367338C1BA9BD03E5C34696B7F6 +:10FCC0000AC72546FFB64CF42F1F534A2131E3A241 +:10FCD000DB47FA69F2B43F7FEB088FBB6C20E9DBAE +:10FCE000C97F4F9628BE7D393AEBC131CA844ACAD2 +:10FCF0007643241DF75311FC60EA44B6DB5D8DD4D6 +:10FD00004E3C873141C516FB3C991DD41EA3974537 +:10FD1000483E259E8F0E3F3AF83DDAE7B3C524EE04 +:10FD2000E16B5FC4DB81154712EC464BEEBEBC6D48 +:10FD300037C9FFC5FFF9E334C0EB47B6961C3AFF5D +:10FD40006DCF3E9AA6931EB01969749E1F05851E3D +:10FD5000483CFFFFCC92E2EA4CEA78A9F8FF6391B5 +:10FD600055DFC5F57C86F295D65B77E0736E1F4450 +:10FD70003B04BC346ED7F4EFE17EEE9DE76E68C2C3 +:10FD8000FEFAB6F8FD2F7EEE27399AA8632930CF08 +:10FD9000BF80DEAB7BD6CE79F4BAB7148EBBD64328 +:10FDA00084F196F87E7DE80307E180E85738B17763 +:10FDB0003FC2D04172ABDECCCFD41F38CD78AB4F31 +:10FDC000B0876BFAC92FBE9E65DAC3A67C41FA7074 +:10FDD0003EC9C07551180382421F36FFD269B87000 +:10FDE0001D1FBD93BB81EA28CE3CFB469A541E954D +:10FDF00037002B589F9D0995A607FAA0AF753D6760 +:10FE0000CA25AB6DE569B436493816EDE2BA0DF591 +:10FE1000A50BD7517BD2C97664EDD11EE62BC47EEB +:10FE200064B087FCF98E9C91D8BF64BB3D6BA6D8AB +:10FE30004E1AE949EBDC16EFFCCBF4ADF43EEAC117 +:10FE4000243AB75D17584F5A7CB964BB9442718904 +:10FE5000DAA0DDE7D27AD3756A689FA3CBDDC7B994 +:10FE600085DE9F4E7182E65F5EE073F968AF04B98C +:10FE7000C5BDDFAFD9F4B183F8EF0C1E90EAA173D2 +:10FE800054E639D2FB3ABFF08DAF5472BF4AFEFF41 +:10FE9000E5CEF179A2C1D58CF7175FC17FD7BCE35E +:10FEA000F4D1FE6B5EBC9F71FFA1AD81715FFBCC95 +:10FEB000A33964F7D4D88D1C95AFE27ECD2F1E6098 +:10FEC0003C2E3AFA400E88FC601EC923DC671EED0A +:10FED0006FE1FA5B797FF74080F158F38CE2A73A43 +:10FEE000C2F336A8DEDEC7B9DE942DF8C609F78D59 +:10FEF00022BE388F23515EEC4307B03C338E29413C +:10FF0000925F4ED8F807F20BCE77664B248F94A3FE +:10FF10007617D167D91E0FE36950B6B087A61E3D8C +:10FF20003FFDBB74BFD8D6809E22EDDF30E9257D32 +:10FF3000C9720D34F283EAE95F25346E8FE3DBF892 +:10FF4000FCDFF03ED539C43CCFF4FA70A33399F20C +:10FF50004E1FE6408D88A7C131F283EAC458888BD2 +:10FF6000BFAFA2F90E82D643FBFF7EB68897D46F4F +:10FF7000F970FAD3C477F3DD0D543FF6B7B73E708E +:10FF8000E4135FA0DD3698D6D5F9176E832F5B2377 +:10FF9000B966D1A3BECD1997AFA97FF62F09FC1B77 +:10FFA000DF8F7612D3AD1ED235B28B3F7444A69349 +:10FFB0003E31705EAA4BBCE749675C1CBA7ED747EE +:10FFC000EF50BD597D421D9AC57F963FBBC8E4F7EF +:10FFD000C4F34AE4FF19D9F1FC0FEBB3AF286F5219 +:10FFE0006B0F6E26FA207FFA0CC46DEDB6F371FC30 +:10FFF000F9F1D6FDC7EFC07D7C1CB2F8335EAED6FA +:020000023000CC +:10000000ECF8CBF49F933FD10F7F7EECC69B23FB94 +:10001000E04BBCDF275FBA451EFCFF993CDDB5868F +:10002000EBFDA2F48EE7C345FDC8D365D9BDECB5A1 +:10003000749C064E3FBF6420C9C544FA5AF233513E +:100040002E7AB2B53EE52298F6D52539F7C2D9E920 +:100050003FC77D7F96A700D9D175CFFE9DF513923E +:100060003542F52E75C14FB8FD28E92B6EEFBB85E3 +:10007000F2D3BDF71D4FCFC4FE71A41BAF66FADCEF +:10008000497456E43491FF46FF9EE242CDA41F47D7 +:10009000D39A54A073842A08711D6AFB6B9C0F4F7E +:1000A000F4DB8C2A286BC0F3697644F36D9BB2387D +:1000B000FFC6F9366385536DCEE2FC1BF72FB7B947 +:1000C000548A3345B2ADBC9A2F4CE7F8D07EA8587D +:1000D0002DF0C5FEF38583D8D6A8AE495362F590BE +:1000E0006FAADCD0571C7E5BB6B06B87E588FD9DA0 +:1000F00030E9BE521171118010E7359BE9BC695D92 +:100100009E34F6EFED661E1247F6527DC909537E06 +:10011000F952E44F9104B03FFBBD19363C67DF183C +:10012000F9FE526C1FFBC9A91936C48B6FA2BCB370 +:1001300004DB6FFDE423D17F953CC68EFB7ACE387D +:100140003D631AF6DBE4ED3524176D32A8CD48BFC8 +:100150009569A1066A53FDC18ABCE8FA40DB19A083 +:10016000F5ACCA037535FB7DBA46F1A5668FCB4762 +:10017000FEB64D9E3227769C350EFD14C799B240CF +:100180006BC271529CA100B51D382EB5412B9D4A02 +:10019000ED550380F34315366D2AE773709BE4AF8A +:1001A0005E9A37619E951EDD4BE77882CE24FBCAAE +:1001B000AFCD665C5E4911E7A2A4CB0DDBF1FA0777 +:1001C000938E7FCCB6F2CB229ED4BD2777A319FFA6 +:1001D0002F22FE54948DDB081791261B6CCCA2FEB7 +:1001E000E7B6116E4E385C1C0FBC2D7DAD7D382EF0 +:1001F000B9C255743F81EE1D69EB03740DE7044EDF +:10020000678B71C334EE1D772A625C77432A9D2386 +:10021000E888E74AAE4366FB1E028867926B1D883A +:10022000E7D1C482F175DA89EB50D2B7F23A6E7336 +:100230008A75CC09963477E13A463B8303C87FC47C +:10024000F93FCFC6FDDDE10C0E267C19857088E8EC +:100250007EE2AEAB3688FD15329F30DF71DDE69968 +:100260001769BC7A1C9FF2CFE7927FA1D0F312CA24 +:100270002F294FC8D57939EC0A9875EB7A33F99D57 +:10028000134DFF1F3A85BD6CD59D82F2450EE72BBD +:100290008FC85C9B5C7120BECE6722ACDF5FCEFE58 +:1002A0008B8BE5C7F804B937B1ED639687132FE35D +:1002B000AF67E7987A251FF2691FA184BC98CFCC5D +:1002C0008B21456CB1791B4B1EDE9E5C5598837467 +:1002D0009A6913CF69A0EB5CC7EBD3643A979E236E +:1002E000F3A182DAA03502B67F68EAED44FEDE951E +:1002F00020572D1C8F7C4BBD9BECAB916FC15DB427 +:100300009F4B75C2A7449DF0E82E97CCF1AA437687 +:10031000AE8F7D2A65D45393B07FE5613B90DF6B50 +:10032000D5CBF6BC65D6CB2AB5CDD47FDE8CB393C6 +:100330009F43FDBBC3004F93FDE395418B91A749BC +:100340005A326831F44A29CB886B5BF5B763C42D08 +:1003500048F5E5C7BD3F461D1B245C1C34D04A2A26 +:10036000A4BAD992F8F78FC4D7CD8E7D2BFE9CED21 +:10037000594185FC8F6BCCB88F2F1CDC6FE07AC79E +:1003800099F1F471EFC63F3FE132F1F59B734CBD3B +:10039000679E7762BDF1684893598E5D8E9EA70473 +:1003A0003DA37E4580E97AB519F7F5E8F174CCAC48 +:1003B0008EA763B63F9E8EB973E2E9961788A7535E +:1003C00041CDF0B8FE010D1571ED81CB27C43D5F25 +:1003D0008C8A2BB65DFAD88CB8E707B7CC8E6B0F3A +:1003E0006DBD23EEF961C1F971FD23B62C8E3FB7C7 +:1003F00004DC24E26064A831FE79659232AF527C5D +:100400000741E77655DB77E3C6B77060E0DFBE7083 +:10041000A024BFA8D03975A1FF2A4D403C6419C45F +:1004200009BDCFDF7D8AEBFC2E87832713F8FE4AB8 +:10043000BF6378DED40B17928A2492BF1ADA139422 +:10044000ACE8B6174A247F8DA91052D0907A28B90B +:10045000681FF9DB5DF7A5F9A4FC987A1D94FBCD24 +:100460003EC2551AE368F9BBA91C57B9206B9C8F93 +:100470007B52F1F3F72D3864B18C7A7BA52CFC818B +:100480001FCAF25DB1F9D51773843FF3628EB00BCA +:100490007EEE086D27396073093DB952E6BDD11F64 +:1004A0009DE2A4691483E6FCCB1D6BA64D227DD88A +:1004B00055A67928848AED6BD12A4F7991F541852B +:1004C0006103AE0B8120B747A37E203CA33EF835E5 +:1004D000C9B93B64D40F38F56DAA719DA4E13A5DAA +:1004E00060A455B09EBC8BF2B21EC8921ACB290EE6 +:1004F0007E49FF685F8EE94DCFFD8B27CA647FF58B +:100500002C5078FF3D353F3B7B3E2B86BF287745FF +:10051000076CD3B8EEF5A443BB692CD1EF7585F316 +:1005200010BFA1E7FAB0FF2F174FACD9F0442AD57E +:10053000939D2C13753AD6FD2E939E5D398AF0ABB0 +:10054000167CECB883E960D9A79FB29FAC96404374 +:100550003ADA3F30AD87DBAB75614F5EA4A412E59C +:10056000AFED2D869BE468DBACB0F866C9E0716F37 +:100570003B21E296B7FD17C4D9779FE4D8F9BD4F68 +:10058000CC792B0E05AEA673BC89188CEDA5C0D511 +:10059000A4FFFD2A6834CF9CC0BC078E607BD65A6E +:1005A00089ED68EAA7E767A36CA5FEDF81EFF72F67 +:1005B000E1FCFFC8D178DE5BC06F27FBEFF89D4BF5 +:1005C00053C90F3DE111CF4724D036C68C779339FC +:1005D000DE893B97BC44F629CD47F3D37A68FE59B0 +:1005E0002A9450FB3804CEFEBEB8F7BC37836E1792 +:1005F00076A6DF4E760FFE339C89FD8D279D9C5796 +:1006000069BC3705282ED3B8C7C971C1EEC517B666 +:10061000FD1497785741D7004769941EB7B72AA0B1 +:10062000215EDECFD49DB9C46BE332AFA8BE73EABE +:10063000F3E3194F8D9B049E1A7F29BE1B69DC04CE +:100640001CA76C4CBD84A75CC253E3A6D25CAEBBB6 +:10065000A421FA18FF51C491E6A43A2C24C450AE48 +:10066000332FCCBD9ABE2714F5EC2BD5927CA2CBB0 +:1006700026C9C5796028BCB23A5DE24503E5E46D60 +:100680002C4201DE34713CA73D738C69F795D1BED5 +:10069000DFD9BB6D008A56787DD87383D91FABBC78 +:1006A000323AA05C7A81E48C86761814B17E63FBC2 +:1006B000A03B2C335D502EBD407CDD6577A92447DF +:1006C0002F2F97743E4CCB8F50649FD7467652BBEA +:1006D0009242F44B2387C39233C827698A6CCA19A4 +:1006E000D05DE89F8D30E5D094DC6D37AC14719C03 +:1006F000443B70EAD63EEC403FFE1576E07AA55CBE +:10070000D82B61FA9E65686B7C5C75A2F9BD5B2F86 +:10071000FB8FE2525760FFDD9AFB3FD3033BC84E8D +:10072000C46BA84CC8AB503899ED810A537E41D8B0 +:100730006D7E3F186F37A2BD389FCED7B21713C753 +:10074000AFC915F6615DAED033E3C9D7C5768A4B24 +:10075000E7BC6D0ED2B8693CB7791EF516D34F428F +:10076000399C8E931FCB17EF39A473652EE4D7C63F +:10077000A776AE790CE5BD6B90A90F8C9D6BF6E367 +:10078000BF4BB54FF77F49F2B6D3C671F79E03C38F +:10079000B9FEB7BF7D57225F92720F1F9CC0F65102 +:1007A000F721C167DB32B4DF4E24BFE2B0025497B9 +:1007B0009A64EB7278FAD8D76E92CBC847EDB9C27B +:1007C0006F72B5493AC5B75D9AF08793547534D7BF +:1007D000AD0780E39D67B797B27FBCC8A4C7862CDE +:1007E000FF6AE2BFA5CA8622B5344A7F6BFC0AB213 +:1007F000D3CBFBA4774B6E8C7D1E0A1FE3BACC9E35 +:100800006A4D5646F7A6BBD5AE6F1DC3C50775AD7D +:10081000997C1D46F10DBC551F167438D7D69CD156 +:1008200057FCB83EB7B383E801BF4D02CAA7D5FF56 +:100830009FF798FF5E9885D0C2F378FEE2081EEF1E +:1008400097B91ED34FEDE4F50CF76B12F90BF54E8B +:10085000A127CE5D54F8396BDC916D531415715E90 +:100860001E6EE9607FB7DDA911DE929E0541BFF6DD +:100870002496ABF57BAF177EA8077C543FB32D3988 +:10088000F2071A3FB2C7A951BE25496D810CCA377C +:100890003884BE1E8674DBE18EDEB7E64B6A7F8A43 +:1008A0008BA211373AC555936C2D706DCCB92ECAF9 +:1008B00015F59BAFE70A7C6E4B0ECB94F789A0EF42 +:1008C000B491D7155D27F0BCD63A87719C7C9B23E9 +:1008D000F257CA9FE0BA54C2CD3010EB84F6A11A89 +:1008E000F14D92AAF33E9254CD175BDF6EADAB7E15 +:1008F00014CAF574B48B56C0257943F2A73E39DA91 +:1009000076216F6E2BB1707F9AED9E4B6D1298E33E +:10091000A2EF77E59E5DB3B290F625F4B8CD1662EE +:100920007E4B9B03AA319EF6AF8BBA51E2374F9FA5 +:10093000FC188EE5475FBA913103FB7DAFC9BE66F7 +:100940001C32FD0BF13D4C5DA79DF561ED3F6E4EF8 +:100950002FA7FC84DCF1E056BC7E3C2F3484ECAA4B +:1009600017D302A7493EBCFCEE7CAEEF3BBDCDEEFB +:100970009B4972B2CBF871018EBFF879BB4671A466 +:100980001FBCDD13FE92CEF95712FB81DD76D18FAD +:100990006D3424719EF60F1D944FBABEED7D077D18 +:1009A0005FF3A837F0298D3BAEAD692AD16F3CB417 +:1009B0003453DC11E57380F9C20BA69F38646313CE +:1009C000F16124307036F251B157D84516FDDB4D38 +:1009D0003EDE4BF6D5D0FEE585011D1C9F7BC9B4DC +:1009E0000B57C08102A2F74BFB6E2FD570DCEEA037 +:1009F000F8EE7FC471D75D7A0CEE0ABCC29E2D3032 +:100A0000E77DCE1B48F652FE7BDF9F1C694887FAC4 +:100A10003F878A484FFE13FCAF7A63E46D08EDC947 +:100A2000589CF7E2FB04BEABB7451C1C9F3D052C50 +:100A3000AF5E38DEC6FEFD0BDF553D243F707F9074 +:100A40008EED9728FF53CC6D8E1735FDFEB35114F4 +:100A5000FFFD6CCF928144EF7FE4DA793FC82755E0 +:100A6000C9C48FDB81E5A5C5CFE5C4CFB894725565 +:100A7000C491CA894F887F1D9D33987F5F92395FEB +:100A80008A7CC27C837CA252BD50B98A7CC3EF0FA2 +:100A90006579B0ADF3D870FE3D013C9EC1A3A92D90 +:100AA000334EB7856704E943E84A7BB883DEAFC4B9 +:100AB000F99BB4287F574AE08FCD372FCA4D63BAD0 +:100AC00058F2F73BA63E4AA162AC18FE89D1F7A2C4 +:100AD0007DC91EA85AFB37E4B7527D8C4C767BE368 +:100AE0009B0AEB99C65727DCB455B459FF8FD51B29 +:100AF000A652C9C9B8EA96FD749DE00F4D25779AB4 +:100B0000F48D86E770355E7594B793E674EE17BF83 +:100B100071A08FA038E7AE8EAF8F20FFABFBA41380 +:100B20009270CA5D9F47FE4039A707F7221DA14F6B +:100B3000FB88F1D71F5EBBA5AE348A7FCEF58E9AB7 +:100B4000694B42FE192FF675BBB77C2DBA44F0AE47 +:100B5000579FEB453A7C9E17984B78EA3EFA790E00 +:100B60009537BEF4D69FD2C85ED8E5D047A87C455D +:100B70007FAD0FFD37C32BCEBFD2ACBB217EA37898 +:100B8000F4D9D6CC0DCC6F7AE78DA437EE91D47D15 +:100B9000945FF937930F2CBF7AA13059A066D7CD57 +:100BA000D3C95E52F315A07CCE3D4FDAE3FCDF21C2 +:100BB00086C17E491D422688E75F6BD683D424D840 +:100BC000414321ECA0B84A7DC0DD40DF7127C6D18A +:100BD0006BCDBC5EED65FCE87FF39AF653299492E9 +:100BE000FD84E7CFF194C8EF15DF46BC6DB7C12196 +:100BF0002732E70BB2A00BDA292BD333A276D4909D +:100C00007C7D29EB75135FDBAA841C8A6C93828C34 +:100C1000F72DC0FC36E194B6813FF236F4E3DE1CDA +:100C2000DA0F307E26D80CCE9F4EF096027DB73A72 +:100C30000EC534E1FD9E762918A4E783625F36FC79 +:100C40004BF6E479D8BA8ACA1CC64384F7BF88F643 +:100C5000CFF54709FB6F3D7A90C2964B43097999CE +:100C60007EF29D3B00FACCB36CF09AF1A622288A62 +:100C7000B52FE150DFFE42349E64303D3EB68BBA64 +:100C8000E963E6F8F8278DEA573F30F7BFC7C20996 +:100C9000F8980EA7CCEFFAEB4C3AD46E31E9B05687 +:100CA000E0C4FA7EB81E82BCFFA5E6FE13F789F306 +:100CB0001F24FF7711DADD84C79AF5F1385B6CD217 +:100CC0006171021DEA02929837A888794D7BFF6E08 +:100CD000B0FE88752E36D799B8AE2576911F5B8207 +:100CE000F8A17CDDFFD63A13CFE9B8754EC3617821 +:100CF000DC3955675ED139958296CEF5CFA61D6D4C +:100D0000E121F1BDE9A61D7D7DABB0277775763C6D +:100D1000467C5FB1475149CF777756A550BD40F724 +:100D2000111B4767BBDBC7AC3150DEED3C34E866D6 +:100D3000FABEA8E2A8CCFC30E6CD8A6012F91B6F9F +:100D400056A49472DD869649F3E37BAC57BB8F0CB7 +:100D5000FA5D39DBE9D32A49BC341DA948213B603F +:100D6000A7F9BB25D29B7FFB0DCD3BE6B06D2CC513 +:100D70003D57E179D0B8D7FF6CDE66B227CE7A4511 +:100D80003CE26067E32D749E4B8FC82ADD3F7744B9 +:100D9000D463D73EA304656C5FBF5DD487D4E37989 +:100DA00049BC5E3BCF5FBF6770E6DDEEE8F9CF3749 +:100DB000F15AE1D19E9849765E5E0AD7BB5E3FC08C +:100DC000CEFAEE4C7ECA7FCCC4F186E8C597F0110E +:100DD000440A9C79E57EE1BF6E93804C8283DEFB02 +:100DE0001DE41F9CA97285699C33BB8F3A28FF3A8A +:100DF00075D751510761D60159784AA4FFD9CE64FD +:100E0000B36EB1C541E7B4F4A8D5EE72909EF69BDF +:100E1000F652DDB3EF737B31D9FDB49E6725AE2F5B +:100E2000DFBFE765CECBD66D15F5148BDB7EE420F6 +:100E3000BC2E467C6A2447A085E5F3923687DA9774 +:100E40005C59D41ADFBEF732B81C9667CAD7613036 +:100E50008C70F9D91421CF3F3B9ACC7ED26787455D +:100E600014FF2BF0C97AEF881917EB09CBBAE3AA64 +:100E7000E873E78EF438A8FE627AFB274CBF99ED41 +:100E8000FBA6115DBE01815ADAE737DA5354B24B43 +:100E90006776097932A3DDC971F16F406825E9BB36 +:100EA000EEBDAFADA2B8B751E58A0C56A3F2699179 +:100EB00079DE000D4C8F33967F8F6DA69F0F8AC908 +:100EC000DFE9B677317F77CF7337F0EFDDAC8F3F57 +:100ED000BF1BCAE2E93503847C99B155C8B51BA094 +:100EE0008BC7BF81E88DF377E78DB889ED1FF44795 +:100EF000A93EBA766BFCFB75097A70629E3DAE1E08 +:100F0000A13FFB20F15CE6E699F2C23C97991121E2 +:100F1000B766BCA5F882B8EF43E115E5146FB3E8F6 +:100F200094782E87B4AFAE3FFA8D69675BED9B4C2A +:100F3000FB36A4067F3A06F77B18D4A346162F8704 +:100F4000BFB35BB63D8FF37287F2843E383F68FFD4 +:100F5000280DFF59FBDA2B458E12F62B96E5911DD5 +:100F60002DB7FF94D2DFAF152A9045FEC52F93828F +:100F7000C4773FF07EF0C331955CAFD249F9BB7ABC +:100F80005BCB4CCA5BD56FB5FBC89FA86F5358EEBF +:100F9000D46F750ABE27BCE07AFCEDD2758417B415 +:100FA000D30D1A7F16A56C285ED826F1EFAECC9A29 +:100FB000F68983E87A24C15E9FD9BFBDBE2A2FC6B9 +:100FC0005F3F3CA8347D3E5D6D5A2E7DDADB9FBDD0 +:100FD0005E7751D88BD6FD3AE467A27B5DBBC4F641 +:100FE0006DD45ECC95C85EECDEF39083FCD16E4987 +:100FF000FD2485EC78936EBB3ABEE3207914990208 +:1010000091128ABF4A2B997FEAD828C5EB4B92C828 +:10101000A3FDCA4EB513D0742C99E5DFB9E3227F46 +:1010200044F609D53DDC23A002E7E607189F54F7F4 +:1010300040F85E0AB5ABF83BFBBBA181EB2E13E495 +:10104000C192F20DABA8A4BD0956B0FFB40256F28E +:1010500075C4DE132C1747BCE2506595E30F0E8E66 +:101060000B0663DE2FE92D6F965E26FE752841BEC6 +:10107000E07ED670FCE0B0A2527C6757C7DF7F41AC +:10108000F54311B4B34B68DFA6DDB2AB2389FD8A0B +:10109000EEA3EE20D1F3B489D73366DCBD699CC2E0 +:1010A000F491C78BEB88BD2F97100EBAF75C280A16 +:1010B000E079BFB0F7E5E13A9F7F90CF73C996F82A +:1010C0007AF1A5A1F87A708BCEF5269D715D431C4F +:1010D00059D175BD64EB4AF3F5C16792D4C1E727D6 +:1010E0004B07E2ECFFFA5F2971BF2B87FBB98BE45A +:1010F000E03B260EC016C9217DFA873C8DD7D7D498 +:101100002ECE5BDE23AE38FF37455CC5CEF3F7EA63 +:10111000AF326AA9FFB3E214AE4B808BC64C6A3F74 +:1011200058A270DDC283C7160F8D8DB78124FCE5F0 +:101130007A7B84EBE0EA8F8ADFB5AB3FDA9333C882 +:101140004D726FC334AAF7BDC19427074B526A088A +:10115000D706CD9B4BF1BE03FCFEFC3C337F61FE0A +:101160002EDE0A1347BB8ECD48A17842F79E6CFE57 +:10117000BEE303AF88C37D9EE73F4FFC66F931FDB8 +:10118000D9A5317E14D3A71EF749FCB4F36D67705F +:10119000A6447EEE85E3DFA2FD1EB6F1F76E4D7B21 +:1011A0009C067D4F52FF4E12C7272010B88AFCB60E +:1011B00007F72E1A2A3EB65FC1E7B1B66D6137D583 +:1011C000052D3D99C2E5C24BF7FC9EEBFD96BE7422 +:1011D000F51364F7A09D7303D93D3BDBED2C7F2A0B +:1011E000DEAC64BCED3C529959CADFABFB5268DC03 +:1011F000A5876D5CFFB7F470E51B33C95E79B38AD0 +:10120000ED1EE9CDCA4C925363C8BF25BBE7F02061 +:101210006E5BFB71E78BEFB1BBF725711C4282124D +:10122000811718148797DA5DAFB23D508B72301674 +:1012300037D67B5ABE8DC719946FE22524E98C8777 +:10124000EDE25ADBB63387F6B1C41EE2F36DDA6A1B +:1012500017FDDBC415E87703F03DC327F379BE41E2 +:10126000B7F01C66388285940F7CDDF4035E3F196D +:10127000184872F0F52981A1747D313F3E3E6340EC +:1012800015AF1BA4D97CEE6777D9FBFC7DC5ADF902 +:10129000428EA665425C5ED1BAFE2C5FE063864357 +:1012A000C487C88ECBCB31F36EACD7BBA6913C9A2A +:1012B000EDCD9448AFDF6D3EFF3B33DF04CAA4544D +:1012C000AEDFA0EFA33C1427F7DB493FDE6CD61F4F +:1012D000DFFC8D5BAFA3F701F5B69BE205E384DD90 +:1012E0006EC5FD13E3FCD6BA6EAE8E976FB75EC6C1 +:1012F0007E9A956FCAB7213044D8F5EE1492FBE779 +:101300000FD9CDEF008283FC237BEFFFD277CF9400 +:101310000742B97608E51A5DFF89B8D35DF9571021 +:10132000E76F1A7682E344AFEF3BF9A287E56C12D0 +:101330009460D7E42FFE98D3D7BA9A60369FEF0A0D +:10134000B8250E9FD6399F05F13B0D89E7FC9D7CA2 +:10135000CB4FEC5AD5487CA9BBF8F716EB94E06369 +:10136000834A45DE92E3C7EDB3F8FB432B9F7949EF +:101370009FB6DDC7BF83D934ECC24A92FB67CDEF7D +:101380007870DD45CE18FD7036EF13EE7FB00A227F +:1013900006F6EF1B26F2704BA7499C2F581A167AB7 +:1013A00074E92D428F0ED935CB4E72FD9B683FEB11 +:1013B0003E162FC7A9EEF546537F4EFEA29B71B68F +:1013C000D4B41F9B20C310F23C8BAF4B77BDBF92B0 +:1013D000F3950168A078DC4DE3E2F13114028F66E9 +:1013E00063FF6DD5922F4878D0E3FB6F9B3B8B71E9 +:1013F00078B3F97DCFE5F0B5333FB09ECEB5BBB342 +:10140000E79B2335CACF7D584474A933F9C43754B8 +:101410006BA3FC9AEF0D757433BEB325D8B39BDA7A +:10142000DD46964479F5E7CC7328CE0D6CCE177A5D +:101430006637E5DFEA1C2E95F6678DB7D5CCE35805 +:10144000FCE9CB8531F7B963CF55F09BF55C59BE0C +:10145000F8CEF6757BB090BF0729BFB27C61D3B0E0 +:10146000D746913C7C7DDFE1518E98733CD31818B0 +:10147000CA7A68CFFE1CCD1D8B3FD9C49F8DAF9219 +:1014800034DBD4AFF1783C43782439BE7DFF8DDF67 +:1014900022BCECBA394BD262F4EF4BBF4B1B1C336E +:1014A000EED976F1BD03FA61436E4D8D5DE7A3BCC5 +:1014B000CEB321311E7223FFDE47DDEED163453D01 +:1014C000251854775157367FB3A84B6B367F974812 +:1014D000B3F2F17A81C4F9F8B8DF8B0B39CCDFF9BC +:1014E000DCEBE43C5DB75DE5EF7ABB4FAA1BC4F7CC +:1014F000A00D4A21B6C781FA09F929674D7AD37D33 +:101500001DEF8FD7459D1DCA6DAE479C3853E4C172 +:10151000B19FEB112735804FF83BA27F42B5E8BF62 +:1015200016BA1492E7932924857C3705341BB5A796 +:1015300082D14CFC373114BE81C45538C7E6F9ABB3 +:101540004B9476F6757E51FAD8E0AF163EF16134D1 +:101550008E38DE2EC1C30AE9E7B1A0F598EBE27A36 +:101560009D71BAB683F6935520F4862F45F063E457 +:101570002C70BCCD5ADF445B27EF2355D33228FFB4 +:10158000B1FD4023B7F7A297CB755899E67B1FE1D1 +:101590007B48BF6B6C41DE674E83787E3C84FBDC0E +:1015A000A7B3A058E4EBCDFD76DB43ACD7BBEF454A +:1015B000C6C675A516081C4F6891E06D14AEBE52E4 +:1015C000B11F1C5FE17C8B39FE0408F1F9418D9657 +:1015D000F1461EBD2799E7334D257A48E11CF9CB2A +:1015E000942BA75B770EF07AD3EE8E9CFB5E65346E +:1015F0002FE56BCFE538ED5A498E2894D771158ABF +:10160000BAE13084C87E47B11FF73D6971C1EC81F2 +:1016100005B48E80F85DA9C43ACC2DC18D5C5733DA +:10162000C7AAB32904389513AD07B09788BA1B3BF6 +:10163000E5E355AE0B1D43B80DE70478DC77A4ADA8 +:101640008379305BF06A7FCCEFCEA6803E8EE87C5B +:1016500021A988D76BD5253D945CC4EBED9A022176 +:101660006962EF7C7F8A3354C374A4BAA1F17DE52B +:10167000FF457D31729546F548F0F0548DC65F65A3 +:10168000D6D526D64B5F4812754456FDC143C92FA7 +:1016900072DDA9556F40FB9D64ED57BE92FA03C3FE +:1016A0003EBC385A1F8B749869D281EB64517F0F0E +:1016B000167408735C204517DFF1AA784E36E11FD7 +:1016C000479C14C8D57BFFAE30C98D95532D3E0E77 +:1016D0006DE13A4AA403B5ADFD26EECFC2CFFF05BA +:1016E00051FAAACBD05A0000000000000000000010 +:1016F0001F8B080000000000000B6B966760F8511C +:101700008FC06F8451F9E87899282A5F5414BF7A02 +:1017100042F8110B82AD27C8C0708E0382FBA0D89F +:10172000098875A1F81314FFE244E8D9CECFC0B000 +:101730001F888FF3A39A6BC704A15D1919185A1952 +:101740001818E480B88E0B21AFC00CA137DB333002 +:10175000F8B820C4CF583030885B32307CB4A4CC89 +:101760005FA3786860897054BE75002A3F2E888117 +:101770006107921A9B00D2CC77886060708CC02D74 +:10178000BF240695DF9186CA174393D72944E5D72E +:10179000C442680025F4A86FC803000000000000E0 +:1017A0001F8B080000000000000BCD7D0D9814D5A4 +:1017B00095E8ADAE9FAEEEAEEEA91966A0079AB160 +:1017C000067A608C0316302246D462F80966DD4D35 +:1017D00087F8CCE88BA60416D145B74537CE6ED036 +:1017E000AEA1677A7E18B4111607C4A50534E05F70 +:1017F000C644B3E67BC9A611E29A8DFB96E4254662 +:10180000F7E1A6419768BE18277CABB879F87CF75A +:101810009C7B6BA6AAE919C67DEE4FFB6979EBDECE +:10182000BAF7DC73CFFF3DF74E50AD26C9AB08F9D0 +:10183000187EF479A14208A91B7D126215492B215B +:101840009F2124BDBB96E0EFAD85843493D19F34B6 +:1018500099B687FF09103245775E84F65D02494FDD +:1018600031097900DED7C37FF2819BE9F7171D5557 +:1018700049BF4E480B3916203309994B86F169123E +:101880005D84E77C62E2B395A4F0F9DE92D2D7E002 +:10189000F973DD8E934B08D9A0D91784E938EF4E40 +:1018A000B767C7E8FB1F4B563DBC278B6B08B96C6D +:1018B000741EE54F421C9C4F52BDC912281CEF0FED +:1018C00011B31FDEB699383FE709626669F922DD78 +:1018D00029426BF7BB5C8690E26C3A473D4DEC16B3 +:1018E00042AE240681F15AE2CE3131469F4336B1F1 +:1018F00035C413494509B93C68CF817A49531C71F5 +:101900002E7C37AC40FD6FAB49FB90762E5C970385 +:10191000D268FBEEE80AAB44FBCFDE6B92147D8A03 +:10192000C5CB8841FB133593D01E89241510AFE435 +:1019300020697C8C8220A9432F12588FA7689900B8 +:101940005C3A834B2B0696D071E4A07D25940580EC +:101950008B7E9F8DAE8803FC4A9C38E2C584A8B478 +:101960000FF83E5B4D0A2D8D840413F45D2B948F8C +:101970003D0D65DA8EE89EB20B6FB6DA8C6B2DA347 +:10198000E5EEE8C2D782B49DAC1363366D2715AF80 +:1019900046B825DD22367DCA92430480DB6070CBD9 +:1019A0006A9A9513ACACE8365902F3FE48AC889FAE +:1019B0000B397E3E7390C12B69A4200A809FEFBE35 +:1019C00018A665314ECC1052A169017E648DE84F96 +:1019D00040BDC6DA8B3AD91711008E02C397CEC626 +:1019E000BD88D72B717D7FA011E02A0622ADF8CEED +:1019F000047CB6403DF457CBEA25DD8F2FC08F170E +:101A00005F72EDC4F0956D14709EE4EC82F8B551F0 +:101A1000CF7B3E7FF8BD0DFC2520CEF0A7D1F2850F +:101A200002FBFF4D7445011F1EBEF83AF205A17C72 +:101A300041CBEFCAF637C28C2F36C1FB20B9B10AB1 +:101A4000D67F6CBE504891327318685EC4D1F4538F +:101A500017B1B15899F1CD22ADB05430100FCD521D +:101A60002BB05AD8141B47F1ACC0BA4099AE3FF026 +:101A70009758EB5F1709D6C5D39EAEDBBE08E0557D +:101A8000728E205DC7191D5FC6EB47F0AE16B231EE +:101A9000B66E26ACDB6779BDA4B37A5807286F8B86 +:101AA000D27511D83AC0BA6C8BD27510D8BAE99EEB +:101AB00032456A3DE0635B54AFD73CF4B66D645D7C +:101AC00026D57BD765DB4733EBA97022E6055F722D +:101AD0009651F9B26DF9AC2ABB656C7C6633A95D91 +:101AE0005293A72C30BECF8648FBB7E8D3DAA45F69 +:101AF000BF96C2188C1BF341FE64A30A9BAF6EEC29 +:101B000003BA7E0ED697E2FBF7B2F51C3CB301FD9B +:101B10007A944F2B14F25823085BA37E15857F51CE +:101B2000497F1DF88EE2DD60FCB06B69CC83F7EE77 +:101B3000E50B47F03EFBDF11EFFD6578EF2FC3BBF0 +:101B40005B76F1D11F2DC4BD78EF1FC1FB7E1F3F17 +:101B5000F45F38B91EE4667F19FEC50ED1786B12AA +:101B6000218D9223C668FF7D7126C7B3C9F90ECCBB +:101B7000E7FD95B440E1ABC93776029D128DF1B314 +:101B8000FC96E5C4909F4C02E32854AE1455421ACB +:101B9000E8F36380B7368C65A47B02E32838CEE592 +:101BA000547EC5687FD382F6DBB01EC1B76CD68F7A +:101BB0009642B98A829FEA3FD9D585C24AC44BB5BD +:101BC000410AFDF4BBE5E2572C8083EA16730AC58F +:101BD000C96410C9222B17E97BB54E331D844B0F06 +:101BE00081FE0892FFEEE3D7502D7142545E872CA0 +:101BF00043D041AE1B8A0F4E79252986A89EF93F16 +:101C0000245A7B2A425F5C4A2E657C6B08D04F8D3C +:101C100064201EC4E680B90F46B1E884697967D5AF +:101C20008C4745CFBA448400D29D1A7D50A53823F5 +:101C30009DCDF355D0477DDAAA2A52412EBB4FF1F4 +:101C4000439114299EF40F057C8A9A7D19ACDBCE52 +:101C5000A0FDDD7F867193C4DC47E72724A934A368 +:101C6000780969C6BECF35C2B340DA3490734C9E52 +:101C70002D6B6672224CE93588F57962D1F1C34942 +:101C800013F56BB5661F867A4ADB69C0E3142D5FD6 +:101C900044FA6B528C60E3B9701D6EDA1947F82F65 +:101CA0005C1807F8B387438CFE934A2154A13D95F5 +:101CB0006F168C47A47C7C9507FF7D9C7F27B79B84 +:101CC00064B587EF25D2D62C5C82F8C575A9B1889A +:101CD0003544EBB7497AA8DAD3EE2C6178DD66910A +:101CE000954315E4C669AEDF2293ADF9421D5B57FB +:101CF000B0AF1692D11FC8FF4B09D3079793E106E7 +:101D000089AEEF1DC1624E1650FE5F0E707CF0FA78 +:101D1000B19B401F90923D1BE888CAFFC5C2279027 +:101D2000FFA111799FD0918ECAE4FFB97652B10D0F +:101D3000C4E91CAD1400BD70716D3E1E9841C86FA2 +:101D400014EB0F601E23F2EF705FDCA0E3F71E5A66 +:101D5000D86E513CF53EBBA8DDF2E06115A7BB1B78 +:101D6000381D7437ED447B82CA2DB4275C3B489202 +:101D70008E31FDFD1C99C7EC9F122BBFC0CA176B9B +:101D8000C3819B61BDE57C1CD6A3CF952BC4897F05 +:101D9000D133FFCFF3F1E63C57AEB7DED91CF9449F +:101DA0007A8BC3C3E5E7DC73E4E7F08B118FFCBCEF +:101DB00098DB13E5F2B3AF4C7EF695C9CFBE32F98E +:101DC000D917CDFBE4E7C83CCF6EF7C9CFBE8FB2C1 +:101DD0007130090F3FF1372837FB9AC6D75B5DA0FA +:101DE000B7644F596674DF379D3E3DDFEDE1EBB4DC +:101DF0005550108F5DDCAEA5F63EEAB7F27EDDF6FB +:101E0000A3723BDFBE9ACEABA785CBED0495DB601A +:101E10008FC799DC56F2373B82476E775533FD48C2 +:101E2000E5C2019FBC02F94DE9F60290DFA0179BC5 +:101E3000C35846BA9D312ABFBB02F976F8DE99E550 +:101E4000EA4F27BE2A0AEB9F7FCDAF3FFDEBDFDDD8 +:101E5000743EFDF9E9AC7FAE6CFD7365EB9F2B5BC7 +:101E6000FF5CD4F6AD7F6E64FDD7F8D63F57BF3325 +:101E70000E7233574607177F4F6F0338C44400E98B +:101E80007ECE7326D9027C6048696A2BD3F9A69C62 +:101E90008831BA5E237C9CA07A601CFA71F5E974E3 +:101EA000AE4F45D526C087E5EBE9EADFB1F42DD585 +:101EB000B33F07F9A13E9776400C29DF4B3984AE3A +:101EC000E79593AD57E1FD6F37A65E83E7D3CF2B40 +:101ED00002D0333968929206EB936F77E680BCCEDE +:101EE000C7132D5EFE60F47B2E7F50E1F659DA5F5A +:101EF000E7B0E3D0EF5BC2A937A1DFBEA61CFA7939 +:101F00002372E410353ED00F73DA1DFAEC6DCAF976 +:101F1000F0DFDB4838FEB3F16BE778DF33FCF7C264 +:101F2000385347C7815F69B2DF7F46FB9ECBF7F727 +:101F30006EA676BD8872FD0380A7825D7F06DE4FA8 +:101F400054AE838CFE78268E52D1AE9FE5AC7E0DCA +:101F5000ED26A2DAFD408F57A4D59486EB8DFABF0B +:101F60002741CBF4998B2BAA40ED909C46F518D4D1 +:101F700073BF38175FDDDB887E94B910BA75C75F11 +:101F80001AB7D10F50E2F624AF7E86F76F6AE8F7F2 +:101F9000C545B0C3D26D2ACCA35B5FA57AED0C45D5 +:101FA000B3E30A7DDFA331BD9993D32F37023F24DA +:101FB000C882CD749C20F5C717D0F787E36D0867FA +:101FC000B7BEB1087496A3AA10E6B334C1EC9C6006 +:101FD000EDEA4290222157CBEC98A589348E5F8E92 +:101FE0002F773E6E39A8A589E2C12F8C277AE82782 +:101FF00028A58B02F73FC1BE21F9872C15EC40EED6 +:10200000B7058C948371066BD6FC7E4A42F303CCF1 +:10201000AE3F679D6A159FDCCA85CC76C03F4909F3 +:10202000445D38767FD44243B97ABEFEDC751E59D2 +:102030006F7BE3DE12F4E348A49FE2A7F38AF43750 +:10204000A02C39417D33C8C9B6F4DE12E87945D5F4 +:10205000B3749C872231945B1DC7A388C7FB014FD3 +:10206000414206322A3EFB333A3E7B33717C126298 +:102070009359B4FD99B640A11FED6A66178D3C9344 +:10208000ECF924C7C7EA4018E7D115607AC22026C8 +:10209000D2435E1B5FDE542D0A8CCE93FE1B35FDB2 +:1020A000F224D25CE32B878CA9BEF6E576CE054000 +:1020B000BC7520D72D62029C128513E44AD535F1F8 +:1020C000755E7B2520327D267E319DE27ACFAB1F67 +:1020D000DF0D307BEE7440C5FEAE3A5B2562DCA0BE +:1020E00096F903B1E82AA7087A4120E9268C294805 +:1020F000BF29B970C27A05527707E8F731B9A4D77A +:10210000B4FCE7E34314E70D839F224F52D07FE8EE +:10211000EA5C85F4E98EFB8F01664FADE2EB2906A0 +:102120004DB3B915E2428AB1AF11A4BDC5E328C6CB +:10213000A3400FD9CEF9C3307FA75A41BDE8F6239B +:10214000AB1AC6CBCAF1518EDFA8C8E8E4F780DF2E +:102150004B00BF57A960EF6ED5022B0B88AF632BE6 +:1021600011DFAD81008CF75F066F65F3F8DB11BC02 +:10217000B974F205C4934B27031AA59356E45AA4E5 +:102180001383145762BD49E7D5383AAF727CFD47D7 +:10219000CDCFC57B5534902A6800DF700AE15B2CF7 +:1021A000F9E0FB8FC6BB0B9736025791C165FED78E +:1021B000808B04ECDF0568F97E4EAFF74B2515F8F0 +:1021C000FCEE00A79B480AF90BDA7BFD5097BFE8AD +:1021D000F7FF0AF2E101F89EB67B401AF67DEF8E1A +:1021E0001385F9337E48317E90FE53F9C185AB9F4C +:1021F000C36D9002A3E7E6C07FCABA8CE8C556D289 +:102200002C81DD4EC226E067AE64CF12297E93AFEB +:10221000DC48BAE9FBD35660B8FF12905F6E9C9F12 +:102220007D7775DD5A66CF6B01D48BF489F6FCE9B6 +:1022300004F32783B5012738B7827E4E507FC62B23 +:10224000EFC7828BC795B0CA2064C98712F3834C4D +:10225000827A354A4A04ECC42AD024D4BEAB26067E +:10226000C695A8C41590CEC862B4F76A439F76BFDE +:102270005FC17E056B1BF938F209FA9568BF33FF21 +:102280001DFA3D0FBC21B207FB85D5F978D268BF96 +:102290007DD47EA14634B5FB747C062102027670A3 +:1022A0000B93BF3DD49E81F7447ADE0AD0F13453BC +:1022B00031C0EE8A68450276E87B4BD461023E1C51 +:1022C000B7B381FDC0CE8E34931301BAEE11D31F84 +:1022D000A75313CA84E8B1BB6ED694F1FC74883C52 +:1022E00035AAA3DF8DD5EEDFFB09F672A3275E20AA +:1022F000693346E97A9CF989CB6C4290EE59FC74BB +:10230000E4FB00B1413F66B5D52AFA75673FFE5838 +:102310005C48D85212F0BF528B2AE1E5AF80D93C1D +:1023200076B5ACE7EE14A8C92AC7D75A250F3C05E5 +:10233000E808F838BEC12A4D601D4429D57E33F81F +:10234000ADADCC7FDF16B9899C68017BF8268C8304 +:10235000E5EA2637825F43C866EC97A81ADAEB2EC7 +:102360009D1EAEBB0EE38FDDF5D761FCB15B4EC5A4 +:10237000C18F7AB9EE3B16F49B3B5B458226F84F42 +:1023800033302E933B3B734ABAC2FC2284C90BDC28 +:102390009F6964F4E63A8F006F2E4E0D08DADFE98C +:1023A000162677B645FEC6125B993F0FFD2B1A1D08 +:1023B000978EBFB275C882FD57C5D6ECA07E6E3F22 +:1023C000EE38F42780FF0E318311BE137CF515E142 +:1023D00038B76C5B335A715FD0ECAFD05E56634E4A +:1023E000642EC8DD91F73A8C9B7C654E158BAB2B28 +:1023F000C4506168C102BE1AA5FF82CFEF217A6086 +:10240000B45F8FBF2311A717FCC12051D3C0B7E51C +:1024100078CD29643DC60524AB9DED57D7CC077F09 +:10242000682C7A97E2BDBF03FB94E2AE08F4158CEA +:10243000AF7000CF5DD43E9B84A262E09830179FBE +:10244000BF837DE1A02EFDDA4B7FEF89FEF87C563D +:102450009B316E3CAE9BF217993D76BDAC9836FA37 +:102460008924FD1AF88512998BF04B89975E6B04CD +:102470003B5A6276B254CBF6A1894EED440F9E765C +:10248000291691801FC2AC9FF2FE9F50DA24A8DF6C +:102490002FA614A90EE2190BB9FE2BE317AD764255 +:1024A000FBEE7A87C98424B162C26446CFF00BB7D1 +:1024B00098E01B92F8E5A22E2D62EB2B823E8E8BCC +:1024C000982740B5F34980DBA2FF00DCB1C5B4EC2E +:1024D0008D1B59375833E9BCF53675588E033DB11D +:1024E000F62E9D8AB01E73E1E97FDF2895AD47E6A1 +:1024F00005F2A667DF8EBEB22AED47DFA4B4CD0693 +:10250000BC9C8B8789E51F80AD00ED2859227D5248 +:10251000AD330CF37C98AFF7435C2FFD25E8255ACB +:10252000DECEF5D00319039FBB32CDF87C24636265 +:102530007D5766113EB7662C7C6ECBACC4E7964CDB +:102540000ADB29F55D2AACDBC3F543BB04881B38E5 +:102550004BDA5EA19F3C1C1D7A9D601CE10A5686E9 +:102560000DACA9D4AE912E6D8338D5C3D543D70712 +:1025700028084F4F6ADE7CB49E969B865E1768B92A +:10258000BBEBA217BB28480FCF61EDD7489F6F73F5 +:10259000281D3F1CE271B6C4B5E7C1039397F750FD +:1025A000350EF878B88EC7CF26F85D06BEA3CF8764 +:1025B0001B3FD97821296FB1F9AE6EFB199D6F4889 +:1025C00065F0EF9252385F14599F25649FB46A33C7 +:1025D000CE7F0EEF9FEAA9FFE6D1537F09417280BB +:1025E0007BDE2783FB210EB7A20F5B905A1395EC7D +:1025F0008DC057B1F5C7AC205DDA48E2454730A041 +:10260000BF5ACC97391F1DFD6FD160F6116FAFB463 +:102610009A64067D757FD9FB9A9516C6331D0828E6 +:10262000D3F75B5ADA549EAF8271855E89E58D409F +:10263000DC06F7777F24A2FD931BA33DB4735A47B2 +:10264000DB8D09A77E1E3B7782F324520AF36A369C +:102650008ABA6F5E5F2D2B8734C6AF135D8F17F973 +:102660007A5C29F2F9F37E1694F53BEDA900594402 +:10267000593BB1C1A367E8BFF1AF847DE5C9D7D6A7 +:10268000F8CAB5D74CF595F5C57EFB68EADACFF800 +:10269000CA0D77CFF79565FDB3BE72ACB5CDD75FE8 +:1026A000CDB2CFFBEAB59655BEFA7F2BBEAF2DC398 +:1026B000C7D565E509AF1B910C2EA71D167F1E29F6 +:1026C00073FBE07CE5B3B3FD65D66F90DC50C5FCD1 +:1026D00005E6177C95F036E570981E7B5B8476AC3A +:1026E0006C503F1AED1BE2AF1FDDE7E4F1CFCD12D6 +:1026F000F599C1DEBB0FE3A31D4E500FD2E79950F1 +:10270000438150FDFE0FB2FD6BA607D29732BE4843 +:102710005F8C795642E53C2F97EE7A32E6F6B73C6D +:102720007A2698B813E3D66411B3332DBE4F148CB8 +:102730009BFB315E083A11F4A16EEE87D0D78792E9 +:10274000C2E25FB2F521C88FC3D3BFF61AD893A7F0 +:10275000172926C891FF2B19388F9EE9CC8FA070BE +:1027600021FF6CBDE414E67F05A534EECB04930293 +:10277000F20BEC237CD11BD796037EFBAA0C4F7B7C +:10278000404FD0FAFBA7373EB018F0F4F722DFD75E +:1027900029E13EDBD64B26639CA12F93DA9594D199 +:1027A0008E29423E4C9F7CAC7D0DB4FF918CF3CCC6 +:1027B00066D42288D2C397CCAA023BF92329E0B37E +:1027C000E3B3D1703BC42F42B3066DE8F7CCBCA194 +:1027D0008B60FEF73716D13E3873F2D9CB3B097CBC +:1027E00017C3EFB6360A8837673A293C86EB4BC7E2 +:1027F000A3EDA2ADFAFC7E03E0A5F386B8E3CFC556 +:1028000002EC03AAAD741D3CFCB22CCAFC4AA9958B +:10281000A03F4FA463E44BB8AE56ACDEE37FDED3FB +:102820003A84E3C7A7892448D74698D531BB84F1B9 +:102830006DAA5F009F71B67EAA4E0A96C0C814E2C8 +:1028400078D4EE463B54FCD7A5C54720FE7B5950B3 +:102850007F8C96A5E37F4276A1FD1218962F83F117 +:10286000EDDB81BE480BF31F75FA0FC84F35E9F752 +:102870002715EFBAC07E23F1D483DDF3D1028C7B20 +:102880006D6DDD18EE0438C4AF54811C175B03274F +:1028900082B47FD18E159779F6F7B4E3A11F1EF5A8 +:1028A000E063B95CD93E1AE9670CFBE84C46FDE1F0 +:1028B00051BAAE7B6516AFBA49B1FE50A6F4F26BC1 +:1028C000D91FFF749F7B65B6EEAF4AD62A68E7D260 +:1028D000973CBB183769FF03D504F5F44DDD3F7B0A +:1028E00011F4B29C35E3109FCFCA65EF975AD8BE5A +:1028F0002B5499FF0EC92C6EDF23503A9D392A3F85 +:1029000054BEAEF70B8E03FE917367CC847551896C +:1029100083FBBF352B0DC1A987C6ED1D27687D48F8 +:102920008F99404F6E7DFD5A569F6B4C231F3AD5B1 +:102930001AD277AE5E29427ED2D626E551D1A327A0 +:102940001F94995D9EE3F8D82AFBE1BD8FE3ED2F3C +:10295000646667E4A2DCCED0B7FBF21846FAE1F871 +:10296000D92C1F45BBE541D960FC49ABC12F709AFA +:1029700014A47762B1BC164FBD53EDADD7B7E1BE1D +:102980003895D61F7F4CF112023A167DED993D54D1 +:10299000A4F5D4CF0D812EA07894A75C6381FCEAC6 +:1029A000053F08FCD9FA1545C0A37AB3C6F693755E +:1029B000EA8980FC4AB0BC4D374FF6F7B2FDA0EC77 +:1029C000E177D560F13557BE8FA95FCAE47A395FE8 +:1029D00080DD511CCFEE70F380F3D78FBB7F0AFEF2 +:1029E00097773F30D768E33EFA97E46FB649B0DE99 +:1029F000B21D077BFA7AF9C9B6655361DFD422F1BB +:102A000056961FBA5980792C2FDAB0CF4621463F0F +:102A1000E6AA623CC5F77F871772BA83B8A199B35B +:102A20004E80BC10981F2971FF5132CAE2459CEFBD +:102A3000C682B7A38C7FBF0FFC7BD128FF12F19A0F +:102A40004037C4B7F8BEFF58FDB8FC4B2E183FEF17 +:102A5000AB27C3F6017F225B3F8275CCCAAEBD5C5B +:102A6000F2D1E91ECEDF5FE57C3D6A1FE479D98CA7 +:102A7000C33A04C19FA5DF2B40231EFBE29FB93E52 +:102A80000A86597D391CD44F7D1DC60FC6B83F0C30 +:102A90008B00B429993E3846F519DB37A5F2A60418 +:102AA000F286C499FFEAC2716E7B066F9CD3AD9427 +:102AB000A0FE34C8E773FDE95FCBE3C3F95BACFF6D +:102AC0008470FE12F056370AE7987CE1C6AD46F3F3 +:102AD0002331DE9E35585C5DA4022B00791F062948 +:102AE00038A01FF282C5D68BE74326FCF1F5B1F280 +:102AF00033E2ED051627D558FC958E5BE479320458 +:102B0000F279E8B3188A41DEC07C1E2FF0E72194E9 +:102B1000E737963F5D3D066943A0C7CED7BEBCFFF1 +:102B2000F8B5A9F1E547795E842619A7C6D93F1BF8 +:102B3000FD4E22A73C7267B6E2A767CB5E8D71A4FB +:102B40002009981087C9C6AF23B681F908B8CEBD51 +:102B5000F0043A336AB0FC7B90ABB05E71AA8FE7A9 +:102B600052A854AB889DF3FAF3ADB3A4A710BFA24B +:102B7000C6FC3BCA4F7190C322E176864EF240A755 +:102B80002A8F371C5352572975989F49BC7224EBE2 +:102B9000C6C10CE637F535AD30208FAE51CAAB5EFD +:102BA000BBD0B55F739902B3030CEE77C6597EA60E +:102BB000BB3F520ED739794449265744358F766842 +:102BC00028BFCD02BA2CCF0F72F3891E76F3BB78E3 +:102BD000DC6F2CBA74E1391FDEEE11491AF4E99961 +:102BE000FB0ACA2AFABCAD78489941E9EBEB0AD353 +:102BF000BB67EE63F87837F3A12F1E749F3219EB91 +:102C00006F7BE15165A9077FB7713B88C2A7F8F1D7 +:102C1000C5F89768C3473E867DA18322F2CB58F062 +:102C2000AD8F1F392A79F0F4F64111F707DF96A826 +:102C3000E0A9857223F2EDB9F32AF8ECF5F5F197E6 +:102C4000B09F33F7169414CE4315DE94D93C218FF0 +:102C5000F2B6E71E55C0C7381FDC1BCAE8BBC0FB75 +:102C6000A1FDE2F99470F110E665861D9E374BD503 +:102C700001EECBBC3C691FF82D579DFD26EE5F96FB +:102C8000E7A984609E0B46CB7DCD6C3FB00FE6D9A3 +:102C90000A65A3E054C053F93C4330CF05A3F08D3F +:102CA000E0D90C8C8BE7AD99E2516F7E7EF9333A17 +:102CB0008FED9B46E563987F713E3862ADB43FAFC0 +:102CC0009E76E1581418373E32007078F64FB62ED3 +:102CD0006278D82A1D5327326ED4A4DFFBF65B1C22 +:102CE000D23C1943F628DCCECC20D64A0AC7CED532 +:102CF0004CDE53CE390DFEB4BB4F1557FF886CAA7E +:102D000019ED6FB24DEB7DF10307F3C7E3D7F2F88E +:102D1000B1CDBE77E5A48BF7723855CABF207FC509 +:102D2000788EC55DE361D49762423A55D63F7E9F67 +:102D3000E5F2D1FD3E37DDCDDB2547212E2C25A840 +:102D40001F2CA03D8DFE59571DF383DF50948AF947 +:102D50004FD4AE7C430139A1FBCF65E5EA59FEEBC8 +:102D60005871DA5CD9B90D17DFAE9D4ECE2E3808FA +:102D7000766C36D07C27DA73138CF7F64DDFD6BE2F +:102D80001AECEC3A05E59BC8ED9BF2F97DC0E7E350 +:102D9000C6EBE93C3E50305E9872E3E6380F378F61 +:102DA00077ACB87B791EAF3B0F379F17CE1D819E46 +:102DB000C80A2D77621ED904E3F76E592CB3CFBA37 +:102DC000A62F89A3DF1355B8FC66F392132C7EE17E +:102DD0009E6FE9AE66EB561B542AD20D9D6F6DB007 +:102DE000CEBBCF9E72CFAD914E886F50FF421C0775 +:102DF0005E49BD6E97E4D9DF9D1164712B7904DFC4 +:102E000026F6272699FD2607ED19C14B20DF3777D7 +:102E10000CE994EBABF2F3716E7EB67B3ECECDC780 +:102E200076CFC79D2F3F7BAC7CF6D1737DCC7E22C5 +:102E3000867BAE2FCDCAEEF938AAAFE13C5F9F7B0F +:102E40003EACB6D587FFE9C1F2780D9BFF1D5CEF64 +:102E500097E3E9BD31F8EBBDEF077DFC7575704C6C +:102E6000FEBA3A5881BFDEFBFE6C46972FD455D48C +:102E7000C377A85FF2ADCFB974C6FCF138A3213295 +:102E800058DB0C6E14D942D83CEEAFFB606527C509 +:102E9000C73373ECEB61FCDB356A5D513974472F46 +:102EA0000980AAEAE77CBA5CD44227E9336FCDA84F +:102EB0005A4DE1738242C5F1F652FF05F8E4918C58 +:102EC0008ACF336FCC1E773FAE27E3F8E475CF2669 +:102ED00009E5754FE2F44F3E07F45D9B9C0F6E963B +:102EE00065B138545037F6015EEF0C0A3E3C52FC97 +:102EF000DDE9A5F3BDF75EC7EC25AB60E94C8FE2D9 +:102F0000795A170FF2E4E600ACCBE032422601FD1D +:102F1000341FCB05281E662C2BAD90183EBE1EF428 +:102F2000F41FB74900E6E1E2236FB1BC948DCB6793 +:102F3000EDF3E6CFFF84D30D69A919F1432AD9CD6A +:102F4000EE7A1DA0F86A69427982791553F3D49F0D +:102F50008F811E63EF2F0FA6B6C0BCA6AEE7E75D5C +:102F600079BC40206AD764DC97D431FFEFC083611D +:102F70004E673A9E3FDA5946BF1E3CED0CD69D4B3C +:102F800067B2695980E715617B37CC3B229474881E +:102F90005324F3796C97E3F1570AF64F819E12029E +:102FA00019FD81899834D03EF901A78BA8EE2C81B8 +:102FB00026C983AF74427CB2CBD62C908BC9EA6F02 +:102FC0001D6E6B45FF7D18F68D92D3870EB741DCE1 +:102FD0006E893AFC18152DD336E43B97D2FA464B4E +:102FE0001D06B934CD2E58B0F5D2C5FDE2382916EC +:102FF000950AFA5F522C8C0324F475D7409C4FA895 +:10300000795980B872D75682F1DBFAB57902F23479 +:10301000B128A843BFC946F34515EA6F2526C43B2E +:103020001BBB587DBDA5A630BE428EB13D45C9C271 +:1030300078A53B4E48B76F2754AE4D0FDB3F003CA1 +:1030400085924CBEB9F6F936B980F6777871DE0212 +:103050007B6EEFBD2BC8CD1EB9752CC8FC766ADB24 +:1030600058056D942E07459455E481C59B43B76878 +:10307000D08EE5EF8A649905FD51B303E34E616A92 +:10308000CF1709D2E73FC0F8867D4C11806E9B4B6D +:1030900048BF943F313EBD4DD6EBE1BB6DF72AED05 +:1030A00005B66EAFC2E12738E30DE3B8EB16D2AD3B +:1030B00003B06EDD4199EDA37D2D8F71549DE2C962 +:1030C000A078082FDA59FC3EC54B7CA99A827DE492 +:1030D00070695BF10D5AFF527B0499A927D1E6E094 +:1030E00039E5C5948F0CD003854E8043AE2506E4A8 +:1030F000F7C4D7B2F814C5D73F03BC516ACE4A8D86 +:10310000809F144C83F448E95FDE4BBFEF7959345C +:103110001DE2E19BB2B8819A70CEB1CBD03E6D99E1 +:10312000985F47E95C82FE96A911D45347B8FCA387 +:10313000FC7506E05AA6FF0EF98B689326D45FF95A +:10314000FB0F4DB30AF0BD267EF38E24B59F577753 +:103150006CDB91A45DADEF38B41DECE993036B62B9 +:103160005EFFF054EF9FC5609D7E5590711D4EF53A +:103170000A183F3A55B8EBAB503EB9276840D9CD55 +:10318000D759C797ECF023419483BF7A54C078FA9B +:10319000FA41C18154F233D57603D0DBAF76DDD36B +:1031A0005029BEB4EEB810201743FDCD0D95F201A5 +:1031B000D70FF6607ECFFA5ED9B22AE0395B9D9ECA +:1031C0000DF2A03B73700FECB3B8F6CA2C50E87543 +:1031D0009885C2FC1ED5C478E8927FBA3A0EE747BC +:1031E000CE06ED2695D6779DF81CE6EB1CA95E1160 +:1031F0008738E6C6378226A481DDA3A467EB1E7854 +:10320000EF89297601EDB01DBE753054B9A23E7626 +:103210001E63798622099B9D145FCB3413FDA5D3D1 +:103220002501FBCF72BFBA7CBE72C793DBBDFE9295 +:103230004CED06A36534FE2E36FBE3F08BD530CB88 +:10324000B754457C4E55EDAB605EC0B61D35608F02 +:103250003FB59DE9E1CAE7413AAF6070760B617313 +:1032600033F09B671F1CF7B9A41401BC6D964A2864 +:103270003796D5A6F03E05771E0363CCA33BD3B1AA +:103280005D42FD915221DEB55965DF6733CE76D0C0 +:10329000ABDDB5D7AAA0AF37EBEC7D777C152B1B48 +:1032A0006E99D75BBCACF17AC72DB3FA9E4C2FF662 +:1032B000B7995423BDC63452803C74385F02E73757 +:1032C000379393ACBD7E2D2FBFB512E47177C2AD9D +:1032D0007F9B9779BD565A09FE72B73183D9B19A4F +:1032E00081F43FFA7E59C5F77D9934C2D19FC9E375 +:1032F000BC55928F43BE10C874D83FE86EE6F0BB51 +:10330000FD344B02F0CB39FDB7040215C76D61F0F7 +:10331000691DCF207D74D7FE14F7E9E97ADFAB7A17 +:10332000F85EE6EBBD95B0733452D224A04F8A33D9 +:103330008DD3F2E5A3EDB6A8CC4EE970E92A61126F +:10334000908B54C26EECF1D0B76899789E396E9725 +:10335000BDD7CBFDBBCAF4E5EC62F415043EA04337 +:103360002E4BA471FFD3A59FB1E419E50FC4637779 +:10337000A61DF13AD6FED3236A80CB51FFF81D5427 +:1033800089ABCCCE1E7E6C1ED8FD269EA771E7476A +:10339000DD0B3C37EBCEFB9CF9D5D2F979E48DFB04 +:1033A000BE07E8DD6317FE10E40CC479F5F92AF0D6 +:1033B0006930C1F4EE927FFA7394333D27BE1C0747 +:1033C000B976A4EE3ACC2F74E5CB58F3DE9269DFE0 +:1033D0009184FDD38C8DCFAC395F877EB29A448ABD +:1033E00020C7A434C17DC764819DB3007B8592BE94 +:1033F000D292C27D9960924E1CF45C227D0BFA152C +:10340000C743A409E2AA893CB9C5235F431C9FE1D5 +:10341000B39964C77C5AEE58877A211C5F8B7AE295 +:103420009E18B12BE1FB6995F90953D5D48F55F05E +:103430000B3A0E8C2B5F9C6DECFE885139C8F4FB67 +:10344000E9E321D413A2E6042BED73481D6B90CE63 +:103450007F0D6B7009E0F332CCAFCC9EB8E716CC91 +:103460006F7F2384718F23D185AFD913C0ABDCB1BB +:103470001DE727767C1D9FA3EB6C223E459D9D7723 +:1034800086FB409A0CB09B4CB60F6FA587C56A6F40 +:103490003F3B593FF68E71F1F40B55E1F2D87A4F6C +:1034A000AD409F23F8799ABC86F79A1C0FEAC01F9B +:1034B00047DEB814E1D87882F1C732EAA712E60FE6 +:1034C0000F07AB215F8134A7352F3DAEE7F4E2EC67 +:1034D00080FDF708C75B90F23DEE03B4F07925D983 +:1034E000BCD4E6A122EE0B24C9A5402723F5CDAC20 +:1034F000BE3B93C67E0632BDD86FA4A58074239BC5 +:103500001C4F6E7B93B5575A797F66597FADB49E39 +:10351000C0F7C708D88DE12485CF232FA8FEAD0BB7 +:1035200081DD65F6FADE4BF11D88DFB1F075F4C47C +:10353000ECAA52057CBBCF7C6610E5461FD73FF94D +:1035400046B31DE4FF0097CF3DA07F9AE05C5B1E71 +:10355000CB5BB8FEF843B82400E39F3AE6F5C2DE41 +:1035600006DAA30AA3D750732DFA115B655616131A +:103570004CCFA8640885930679E93331AEC9E208D7 +:103580008B8D4296AEE7D69089FA4720A6BAAA82DA +:10359000BFD5A73D887A616B356BD74706D58D2D92 +:1035A00090DFC0CB521ECB51859669BB909CD7B1A2 +:1035B0001C66E5B1FA0D451FD4A1DF680DFF4E185A +:1035C00064DFCDF0F7B35561E3F44B05366E787CDC +:1035D00078FBB57D0CDE1AFE1D39C8BE9BE1EF6796 +:1035E000ACF50927E9BAF8F2E4E97AF8F44801D72A +:1035F000416BE9F5BDAF5A94F7958FBC317B4AC951 +:1036000033CED1D2CC71E9E214D085476E9F0AD96E +:103610003781DCDCDBF7AD655D095A96ED068196F6 +:103620001BF49F75ADBC82905B3A6E46B9B68ECBEB +:103630008DD51D7FC2CA036B14838EB36E8F807EBF +:10364000D23A2E0F08B115D037EF34A6CFF4D37E7F +:103650001E0831BBCCD5AFEB345BC1BC9F32FDBA89 +:10366000AED6CE0915F4CFBA5ED9A75FDDF7AB3B76 +:10367000D6A0DC19290FCC4478561376CE7235C803 +:10368000718C931B0DED73E07C6908E138F9D84328 +:103690000DA097DE11F237FD05C4276F0DFBCEE3B9 +:1036A000B94F377E7F16840FC82DC97EE9630AF7AC +:1036B000C94E71B87FDED8FDACE37AA3BC9FEE1093 +:1036C000EB67DDC8FE43BA08FDBDD3D77D08F3C460 +:1036D000A57CC3F594CEEE09A93EFF65B5BDC32711 +:1036E000A73FE9BC3321765E30C7C79FE8F76EFD80 +:1036F000FF00BCA13C70F7AD0B1782BDF06FA58B2E +:10370000DD33285D50FCFDE053A60B572EAE3B9BEE +:1037100021A0C7DD7538CBE3A144A270CF19C57FC6 +:10372000F0ECC593AFF7F0F5E31CEFDF0F1915F1DF +:103730005F3EFF77D68703102F7DE7E5E5B8CFBC66 +:103740005BC9DF047CBF9EE3C5C5C729AA8FBA3C0D +:10375000FCB66EE0AE9716D179DE7AA0BA46F0D00C +:10376000F3AD07B6AD985A0B78AB9E0FF194F50701 +:1037700018FE6E19ECDCD1E5F3F75C3CE6FF15F0C2 +:10378000F816877B048F493B57C97E5DD7622B6251 +:1037900005FB752C3CDECAFBDB1DCBDFFF38FDEEE5 +:1037A0004DB2F7FACD40AF2F2FAD0AB58CE26B7555 +:1037B0009CF9D16F12763EFE14D537DEF99E1C9C23 +:1037C0001983F8CA9B12B3C34F0E36B1B2CACB7B72 +:1037D000683D7DBEC9CFD79FDCD384E5727E3C6750 +:1037E0005D46F4A3E3DED3F27601E2F1FF1434B3D5 +:1037F000B4E9F5219B84E97A75C63EBB1EF4D03D41 +:10380000270503ECACDDB1C5FFD330C6D6AB7D19BF +:1038100043F0FA71A131EC6D312CF8CE9767332B60 +:103820000FBDE599B7289918679234FABE82FD3C1E +:10383000D171126116279C68FBAA32B8EAD77BF2D5 +:10384000FFE9BF51DB7F8E206CFAEBCBCF1178CE36 +:10385000A3E17D0DEE7D4FAE7E82DF6F26433C8E71 +:10386000A09D2097AAD7407C6F89C1F2C44ED7068D +:103870002ADE53342A1F4971440FE23AA8C511FDCC +:1038800006F18CDAF1CF8B6433ED3BA532BC9BDEC5 +:103890003841C74D3BC10E3C5ACBCF296AFAA3DE53 +:1038A000F34BA370147C65B1E3F1EDDEB87D786471 +:1038B0003FC536BCF1E2BE50FE35C88FBAB17F5667 +:1038C00037E431F6F1BCB435E185DD9097D6E7EE0B +:1038D000A335EF70F7BF08D8B9B939CB1EABB44FD9 +:1038E0008A276B60FFA67818E3E2D4DB21C0B751CA +:1038F0006A8F17297E4314D7C7D0FF29E0BD11D1A5 +:1039000056E667DD123658BEBFFA1AE6ABF7B79E29 +:10391000D4412E9D99EE6FEFB60B245582797A2D06 +:1039200012EE1BBBED0FBFF165D24BE1EB37D9F9BE +:103930004E621554386712B94C42FF9D34B37D284E +:10394000AA0FC78D9B5B5F5962C17D37547DA671FD +:10395000DF905816DCB3201B12E669484909F331A1 +:103960007F2FDB77872BECABB8E38C4D379C2E2772 +:10397000D8EEC18C81F9C7C9831A3B6F7E5CC07DCC +:10398000EA1D99E6EDC0B7D49F6079B437904296AE +:10399000BE9FD4609E80D40AF2AA481E4379613645 +:1039A000827D3FE5784467FA3A7DE997BCF718666F +:1039B00058DE9C7BEEE04C94E445CF39D84B15FBA8 +:1039C0004198A7105B64C338AE3C9A740DCB23A911 +:1039D0009962CC837326031A29A616D172C478166D +:1039E000E2EFD20059A1C1798620A3AB42FF921C1D +:1039F0009C3BA99969CC0BE0B996CB56BC12A7E5C4 +:103A000069C6EFF09C4A64E18A95D09EC202E73A0B +:103A10000859B102F2146A2E62E5AF0DD0EFB5512C +:103A20007D41FDEC9D6FA13F60EF04FC1CE4F2269C +:103A300002F28B7EF724A717E0A3B7F09EB321C252 +:103A4000F2A959BDD8B16EE75B0BE03DBB2714135B +:103A5000C63CF2E09939F610CCFBF6546905A4FE99 +:103A600048BABB4F531804FA70EF43582EB6549D12 +:103A7000F4C8B33361169711256697F451FCB23838 +:103A80009A136CA0EBA2BE3C691ED0E30F38BC6A4F +:103A900092ED1FFF02E0AD83722FEE6F12A3382864 +:103AA00079F6EF3BC6909B3FE47253EDF8F120CCE2 +:103AB000F32538A805FD761C197CCB630FF5362D50 +:103AC0008C837E75042DDD44F19F6D52317EEFD6DF +:103AD000FF3D87E7172372D82A76B1F804D2BDD507 +:103AE0006B11E40BE0031DF2BC57229F742F515958 +:103AF000DEA8D18B7990942F7E51892FFA64A7EAA2 +:103B00004AC0DB8F44C45B2349F1433CFAE6176BA0 +:103B1000D14D4BB37B52D8BE4537FC0F05E9B76199 +:103B2000EED775BDB0C78B0FA2E753B0DF93ABAD37 +:103B3000417CF6C9F941A0BB5FF5DFB55CAEC77D3E +:103B400060A49B77C2F77403DDFD36CCCF89101BD0 +:103B5000F3EC603FF8ED1A1CB7189C8FDD0E26DDE4 +:103B60007B0169FF4A73E0841C3BFF3EA31C3F3688 +:103B7000E8F587FA3F73039B77ED870F8FE4ABD3AC +:103B8000FE822DDCFFE67441DEBE8B78F308AF8841 +:103B9000B038587766E576AF3E5678BED9CB8A1DE9 +:103BA00088403CDCBE663BACB343F10BF2F2B1CCD7 +:103BB0007AE403C2F7630D4EBF8DE4DAAAA280F166 +:103BC00000E48FFE8C834F63507FF15E900F7AC0CC +:103BD0005CBA089A265E3C0A76EAD2C07090E2CDC2 +:103BE000E8923EF0EAD9F23CD59A883FCFBC274311 +:103BF000E78979E689C00F6BE1BE9B00C65B8286D0 +:103C0000D10678936B6D8CDB899A3E9F9F0DF6C130 +:103C10003992BF2A6A2FB27B8D883909EFCF60793C +:103C2000B5E5F0B8782987AB29E2CF9F9DD9B11FC0 +:103C3000E9FF7D9268B328FE030304F5E84C879DF5 +:103C40001708753C8CF5E181A122D8A54A8B1F9EEF +:103C500040926C06B843700FA409FD3D8EED1B8F9A +:103C60007FEE65D8CF0875FC1596CBE1A3D4FB4158 +:103C7000C993AF68B4B0FB1EC76A7774ED646CB7C4 +:103C800062AEB518D6D78A106E370D0EC2BAEECF17 +:103C900014F0E9AEF39137A6E03CF6196C1ED2356C +:103CA0005B8AB09E07E87A02FFECCBCF0F009FAB98 +:103CB00051AADD05941BD89EFE8B79E3B2C6E019AC +:103CC000A15FC30FD717381DE632BD385E0AE0C1C9 +:103CD000729ED1993880F96DEF1B243D89DAF13D50 +:103CE00049C782759F41D79D78E26C4A931500BD04 +:103CF0002CE7D978E5E3B874E0DA6572AFE3403FCA +:103D000084F6B3B41EDEB373A0E5DF95AFFBDA48EB +:103D100079DEF459CCE77ABF979DAF261DF4E739D9 +:103D2000975ECEBFEE7ABBE52394DF4BE3F0FBE377 +:103D300099C19D2C3E55C0E7E383ABF0FCFBAC4141 +:103D4000BA1E942E66D5B2F31ADFD8B31AE9B97B3E +:103D500090E03EF3EC3DF9CE10CC2F4086AB12D470 +:103D6000A4EA4DB735E27CD561B82FA62FB911EF83 +:103D7000A7EBDE4370BFFCF1C107F11E8346A20E24 +:103D8000837C7548DE82F68D567C18D6B9BFF94122 +:103D9000DC8FEA4EB2F6B3761D70A0FD0584ED6FA0 +:103DA0007F63CF3E0BEE3D50F87E7758B31FBCBA11 +:103DB000166D3813F210E4DEF4DF5D08E3DFCDE2C8 +:103DC000800E49FFF46ADAFE82161DEFF9537A6914 +:103DD00019EA37B8F5F995703E7CFA32561FE96555 +:103DE00065B296C509693DCAE369033A9EB7A8EE74 +:103DF0002DF4CE80EFF3ECFB509384E7DEABD712CB +:103E00003C5F3113EAE1FBC5AC3E7C21AB17971157 +:103E1000CC3348F616F2B87FDFEAF63F8CF252EC6C +:103E2000A5965D0B948F11C88374F562563D82FA96 +:103E30004F0CFD18F9D2E59FEECC417CEECBBC30A7 +:103E4000C8E4E01096DD735F32EFAFA9D968037B59 +:103E5000E3BB9CFECB9FC12607E97E26444EE711BB +:103E60008408E3F71619867811E5149423D368FDC6 +:103E70006EB312BD337E6FA03FA05397CEDC38D80F +:103E8000D11397FAE88E74513AF39E93DF54F0976A +:103E9000EF3EE82F6F18F297D7BEE02F2F2BEEF4EE +:103EA000E9CFC52FFBEB5B8FF9EA5D38063383DB87 +:103EB00097B17D1C8C2B0FD6E9F5107FDCC6CF01A6 +:103EC000F7C23E077DBF27D381CFAD3C9EFD008F5B +:103ED00043EF86B836C4A13BF66F87F34BB94C3B32 +:103EE000F6D7C7E3D38F64F2F82C713C53FBA114CF +:103EF000B904F22AC851F01FDC73288A6DA13D3045 +:103F000018326E80F183B50E0978F0351C61765752 +:103F100084C783A89D8FF71846347D5E3FF1B60BAA +:103F2000F8F6CD94781AF328ACE92CEEAD2474BCE5 +:103F3000E7F9BD08B3839C461BED9797156B18E412 +:103F4000F3601D1D1FE2B0AD2507CE954DDD60600D +:103F5000DCA36A3111248C331BA8E712E96302EC5D +:103F6000F745A83F06F39EB69EE2C1EBBF267B7DD8 +:103F7000E5C16A36AFE93CEEA4F278563CD4F6319E +:103F80008C3BA0B1785057F5BA7A90372DE194A8C0 +:103F9000D5817DD283F6EB8046F8B90362433E8635 +:103FA000C78E0D41BB73ED5837FFCA6FBFDEA6F950 +:103FB000F3AFB66458DE550FE45DD175DA22A77F02 +:103FC00009FAC6B5E3C692935D196A1779E4AA6443 +:103FD000064ED4C13903C85FAF60C72635CE6741EE +:103FE00096EF9D853C4A9497FA4F2297C37DF094B3 +:103FF0001E6A407F058A93BDFA8BA26A7D0D3E5FE3 +:1040000016A91D1751D87E8EACD3F13D7AE27C768D +:104010005C5746F7E5934AA6E44CA1F06EE1F04AFE +:1040200009E5C4245A8E70F8649DB6F7ACDF87A505 +:1040300099E3F6DF97A1F62BEDFF468D9F8F99A5AB +:10404000D8607FCF86934594EE0E68B3F679FDEA8B +:104050001B3546CF07F2E3C711207F099CD52D7091 +:104060000FC16CE053763F8E5BDFCDE5DC4393FE02 +:10407000869CF0E0FDCB1C8E4889C5EBB4BB8C8DD3 +:10408000A90AF55FE670C8545DE3F931371F33C103 +:10409000FC146BC317F1DC54D052D12FA0FCFB658C +:1040A000CD932F3792172A5B7F87FB7EDB0204F2CA +:1040B0009BB3370790FE820D83716FDCEC4A3E6E36 +:1040C000AFE0F717D4192BCDD53E3A6DF4C53DC2FC +:1040D000498F7F3081F5962C967FEAF2D5FD9FBD02 +:1040E0000DF9EA0B41FB4F35F0DF52B605FCD2D992 +:1040F000DC8EFCEFB6CB4619FF0955D64668E7F2D1 +:10410000DDFD51EB6E56F6B773F35A46E8D53DF731 +:104110000E3FD0E78EFD38AC7BCD1F2C3ED145CB7A +:104120008F3AEBF05ECE014DE4F108C2F313D9F9FA +:104130009D2D9AE1E34FA52B85B9AF357F700DFA20 +:104140006BDD3CEFD66A67E788CBE73DD6B98FDFFA +:10415000CBD680867131E6575C1EB4F350568E077D +:1041600071BD9538CF13E479C9359352F1799EF535 +:10417000788EF36FF7C8B9321E5FE3F967F88338BA +:104180001C94A97E7986CFAF668AB519F71B459234 +:104190007E9ECE7F4A9EE0BDF0FBFE582960BC4B60 +:1041A0004A39EB6979D70F9B098FC7E0FDC3E02F30 +:1041B000EEC672CA5A07F8B13503EA558877CF843C +:1041C000FB4A86F0A9513B019E316A3FC053273A12 +:1041D000DE3BE5B9B7F569A0D70DAA7D015C35FDD9 +:1041E000EE74FB1B00F3B7F9BACE0A5BDF043C7830 +:1041F000DA7FDBD75E66ED7F2C59CFC1FB5725EB0D +:104200007986C7CAE718C7A2C7C3A5352AACDF2E6F +:10421000274620EF2DB736D008E5D3772B980FA08F +:1042200037509508EFD38AB999E0BDAE171E00FE4E +:10423000D8C0E210EBDF67F5B435DA5FCF664A9895 +:10424000FFFA483DB1AC5AC83F240582F1437218C9 +:10425000F2E214F01728BEE61F2DF9F2DF94B5EC58 +:104260003C986295D92F26B35F5CFBE06161E87AE8 +:10427000881FBE3D70C70AE932B84F64E87528FF51 +:10428000DF813F5F01E72DE13E1288EBD46EEDC286 +:10429000FA3D4211DBCFDEFA00D6EF0915B1FDA5DC +:1042A0005B1F62F5D5456CDFDBB317E3408FDCCBDA +:1042B000E8E891C3AFD7A35DB5C19E14F2E4C34E45 +:1042C0002B7EF7B0520BEFCDEF843C7AE8179C3F82 +:1042D000A66D185A02F6F0B4A4390B96615A738190 +:1042E0002C6DF954FA3D0C76C5B404ED97BE9A6670 +:1042F000389F5ABF902A3FED150EEF314BFCB4FAB0 +:1043000085BF9332ED7B1CDE22F9B4FAED0CC17748 +:1043100083BCDF3DE9C0A7D4AF80DF39BCDF2EBD51 +:1043200062BF0D1DFE7EFF286AA0DC6D28BE83EBF8 +:10433000DE903417C2D661035DF735DA27FA1ED74F +:10434000B72141BFA7AF1AE8FA7ED2EF611D1B5E0D +:10435000E1E3D375FCA4DFC37A357C8F8F4FD7EBB5 +:10436000137E8FEBD230C8BFA7EB3291EFE977888D +:10437000F706877F47F10EDFC575664F1FFEB357FF +:10438000EBBD76A2BB3FBCA7EC9E54F7797B94E9CA +:1043900083D171DF11664561DC92B00ECF99ED6477 +:1043A000F0E6ADC00AA8FF88E995473A8784852DD5 +:1043B00040273F1266D176ABA3A2BB7F894FB0AB3B +:1043C000E11CC6F41DA9808574C1CE473C22FCA423 +:1043D0001E8FE8AEB527757AE6555FDC85E3D6AF6C +:1043E000CD0BEBE0A9996485C6DECF8C8EF60BF57C +:1043F0006BA05EB7C852AD02DC14CE75A8B7736C63 +:104400005E23F096105EC0DFACA8675E14BE75DA5E +:10441000B9F0C1FDDA5EF894E2AD04BE53285CAC9D +:104420007F060FBC07F8140ACF1A6D6CFD71A42427 +:10443000A27DD09D60F1A0EED25D45C8A7EA1E1016 +:104440000C888766276F2CC2FD3FA7F16A62AA27F6 +:1044500037B13CF6A0B6E98F20DFFC9CFBD9128671 +:104460003FCE1AA70D3CFB67DBE03FF5E857EC8831 +:104470007AFC0AB9D6EF579065F3B1DD7230306A35 +:1044800061FF6A16EE5F01BC0E2D1F4A18FBA0BC2F +:104490005CDC84F1AB27F519F3839E7BB2B772BF66 +:1044A0006337F73BF6660C7C1E2A7D3BCCEEED9421 +:1044B00030C836C8EDABF54B36EF4CD279CE29304B +:1044C0003B69B93830B989B67BE22986977D197383 +:1044D0000FCB476CC6E703193A4F19E143FCED8F48 +:1044E000B376CBC50D16F0DF33FCEFBF2809BF1E36 +:1044F0000C92F5184C0A1EBF85845B71D7CB9CB417 +:1045000008BE5BFC79806B80C205F38AEBCECE26B9 +:10451000B06B06D8FD26CBC557C2DEFC9671FA2DCE +:104520007AFB7D424DEBB01FBBFEE67D814AE7AAD8 +:10453000C7EB07CF21F07E9ED1783FB79EFCA4FD4C +:1045400038614F3F033AED671CBBBABC1F3AA20368 +:10455000F80C425C84E2F3CDE80CE6FF1CBF05E9F1 +:10456000829AAFCF8A54FF3F05FB84E047D46BF3B8 +:104570001C32F1FE3F029EBB04F0FB9B9D77D07185 +:104580009E7C8E14185DFD66F29FC2BA16D8BA8E54 +:104590007C4F9BDF387FDCF9E2FABBF37D32CEF053 +:1045A00036F1F976A0FD1C843831E5AFFD09F63D02 +:1045B000E1F14E85F3915260715185C739CFE9E73A +:1045C00013DE1F21C7FC71794AD7F8F78A4EFF4CDA +:1045D000C43C44578E97F7E3C63FDD7D2AD7CFFF13 +:1045E00036F523813FBE9989E3F371CE7F854C3345 +:1045F000966B63DC3FCD98F83E9B5984EF97943AD5 +:10460000719FEBE08FD8B8F5C499DA007CF0824254 +:10461000E0BCE1C1EAE2540CC6AACE54C84BDF02AA +:104620007EB1274EB065CECEA920470EC9E63F42E7 +:10463000FCC7E98C198FD1E7E1674FDD00F73B3DFF +:104640007D48C16B5E9FD9FAEAD4FB60BD9F6718B5 +:1046500035393C9D5086759FC3D6FDF089BF766E77 +:1046600003BE1408DEAFB97FDE4B78AFD2D179DF5D +:1046700031C68BF3BEA0D9668CCAB7C853CA09F03D +:104680007F222D04FF7EC5C4FB7F09F35D07A24393 +:10469000C678FC42C7B92276C9B9E31C3EC1CEF741 +:1046A0000DCC61F41C39C8FCEEFDF31E9F0A747139 +:1046B000F4D04B989F3C507FDEFEAF1EAFFF27F833 +:1046C0003CF61F3AB53B0B72788E02774E90A34FA3 +:1046D0003F7E03D8410314FF70DE69E0C2D2EEDBF7 +:1046E000209E36374C2AF1271DE7BA98473F8D8E1A +:1046F000F3ABDD39F89EAF1B5DA9A9706E2B622A62 +:104700001847A6EBE0C3DF40D3D06E905B91CD316C +:1047100003F4C4334F7F676AA5732774BCB513C114 +:10472000DB7EE81FE886F60F71F4A3CF3F3E15F05D +:10473000F6C49CF3E22D5DA9FFA7E4E254E0E78311 +:10474000CFF2F34F52EFE424F8A32F503F1E367DF3 +:10475000888DFA4CD6572F04FF6A7A8CF9B973D535 +:1047600014CAC1CF5004E475D837F4F853200FA40D +:1047700076943FE164D9FBE35F76BCFAA0FCBBCF43 +:10478000A8D42186B874DC3D37EE8ECFFC3B35E1F2 +:104790006F3F536571EA6680C31C1B8ED657FCF2CF +:1047A00088C241BC7AA0FCBB6680A315FECE6665BC +:1047B00038CCEFF9FB8BEB29827F6F87563D5F0189 +:1047C0001F2D7C5E73A13F8AD7D983FEEF9F8CD5C6 +:1047D000303B89E227E2858B9A0537D678F68FCA77 +:1047E000FA6D74FCFD1C81BB61E8FADCF1CE756CDE +:1047F0007F304586203F6D2CBC947F4FC7477C8E11 +:10480000851752B6CF3593CFAB99CF4B2E303CB9ED +:10481000FBB14D797FFF63CD43D2FEFFF4C58F63BB +:10482000FE7DB3F7C9F730BEBEF7DEEF582067252F +:104830001E478AB4B2F3D6914DFD0887AB2F222DC7 +:104840002CFFE348E9CD30C8B9674A332BDE07EFC8 +:1048500044ED7F8C79ED4B3DBEC7BBEF609121D419 +:104860009791452AE6414416B1F1E87725E43F3EA9 +:10487000AE3B9EE3B65FCFDBAF1F697FAA52FBA3BF +:10488000601FA3FDC9E481D8A1ECC1BC0F3AFEA60C +:10489000F978FEE65DAFDC126D76FEC6CDB719E0A5 +:1048A000F936931ACCC699B04E6E5ECD32769FC063 +:1048B000A419E98B216FCBCDAB71F369C6BE9FA85C +:1048C000C0F243209F86F677E684807FCF4A88B186 +:1048D0007BE9DC7EC75AC7913CFAD28222DE5B516B +:1048E00014F15C816B07BBF7D6D079A955E3CC2BCB +:1048F0003B3A2F5FBE50F97CDCEFCBFFDE4E799E5A +:1049000050797E1091F8BD121CDF1DA4F4EA9FC2FD +:104910003809660FDFF17490405C2AA81B0576DF2A +:10492000B45584B894C8E505F50B300F2F0BD7E9C3 +:10493000368EDA33DDDC9E19818B58685F89091663 +:10494000B72AC797A8FBF944C24D46B8C7EF52DC57 +:104950001F1AB5DFBF827FDF20A733FB3DA8A64823 +:1049600025FD50DE1F5D30A44789DB7B39D5D2F9A8 +:10497000B970E4FB91FBD06B99BD3772BF71593FA1 +:10498000E5FC7955959F3FCBEDB9B1E823C7EDB86C +:104990002C3F276FC07D927346F9B60BECBA26B058 +:1049A00037D93961913FDDEFA75431BFDD7D4A0929 +:1049B000B63F4A8CF9E7A14BE6B7C5DDF8B6F1532F +:1049C000DF39CB295562C5739613BD3F695B24A6B9 +:1049D00080DE7E28127B09D6E9646710E9EC445931 +:1049E000FCE130353F818F4A7DB3F1BCEA91BE6076 +:1049F0000CBECB6D9A19F3DA7BA5DE99E3DE97F650 +:104A00004BD8E7A7F8BAAB8AED477CBDCA40386CF3 +:104A10008928C01FF6A65D3BBDFB4BF62681E14908 +:104A2000222B80AF7FD9B944F6EEE7B8F9916EB981 +:104A3000FCFBD13CEDE1E9EC7E528E1F7E2E7EF533 +:104A4000224E48C4B812ECEB5BF97DDB1B9F7FE480 +:104A5000A547283E365E16D4C1BFBFEAECDE97BE3E +:104A60005F0BE7FED4148B97E75F8273D56BDB2374 +:104A700084E557A562C097EF9200E62DBF4B7E1AE2 +:104A80005BE0C1CBAE2A763E8CF4CA986FEBD07F48 +:104A9000404EFF715EF6E5DFDE32E82FAF23AB2636 +:104AA000C339B1753B645210200FDB9F8FDB57C5B4 +:104AB000F6456E21E91CF0ABBB4F70FB5FCF512078 +:104AC000CFE6D6057AA3386F148E4739DE7F4DE9DD +:104AD000D9F0EC67DDA6151488FBBCF9DC82EB2E5F +:104AE00027D04F213715FC846A52713F724DAF1F9A +:104AF000CEF3CDA31C6E37DF762C38A483828F7F54 +:104B0000DCE737ABFCF9CC13BEA796D359F93DB51A +:104B100013FDFE7FC1F797FCDBBFFFC518E3F7D499 +:104B2000A653B06FE2DE83A650F908FB1282C4F6EA +:104B30008F7AE2E7A94FD07A719CFAE4F8DFC37963 +:104B400075B8C7D20290F03E50A65F8F64D8FD0DB5 +:104B50005939F505DC5FFCB948C0AECA5693A3705D +:104B6000DF8B230806F89D96FEC52AA033EB67620B +:104B70006DA091B312B48FAEC47B0A4E56C9FCBC73 +:104B8000C53111FAB5FE455F06E776B3B21987BFA6 +:104B90000F2BDEC7FEDEC5927F3151CF5DA1B5CBB5 +:104BA000207FFEF6A905788FEE6DDA0A09CAEFF2CA +:104BB0007EDE7DE2D98504F63D9F8E9222CA8582F3 +:104BC00002F6D16DCF892827FEE49B51D46FB77DC3 +:104BD000EBF6FDD7D0F185BF8EB27369DFBAE57110 +:104BE00096E79D65F7977DE74BFFE0F079C13EDFE3 +:104BF000FF03B671FBEC0080000000001F8B080073 +:104C000000000000000BCD7D7D7C54C5D5F0DCFD9F +:104C1000BC9B6C929B905D36C926B9090403E56381 +:104C200083018346DD44A4A06817444DACD52550CC +:104C30000C1A31FA52491FB5B9F9209090842849CD +:104C4000E4332C282D8AD440D562ABED0691476B16 +:104C5000FBBED1C72A5A6B037EB78AD1AA585FAD73 +:104C6000EF3967E626776F12C1F6797EBF377F305E +:104C7000CC9DB97367CEF7397366B6A18E95F54EA4 +:104C8000658C6901DF15098CDDEC64D787DC8C3D10 +:104C900055CB58D4C9D8D7F877216317B94B6CC90D +:104CA000A98CDDB83779A6950D3FBFD106FDE1FD92 +:104CB00020948BA70E3FD7CB14C5C2D82CC6DE4F8D +:104CC000709445A05DDADB771DC3717AAFB63B25E2 +:104CD000A833C9F6167CCFA9D8F57E415608D379FA +:104CE000408AE441FBFB0F4854BFB177DA2E570EE0 +:104CF0007E7F97A302E6C9581DF5D7E77BD1DE92E8 +:104D0000C674E87791929C6B51A17C787FE2003C5D +:104D1000BFE9E1AF9ACE85E73759D9E0C20063B762 +:104D2000ECB51E774E676CAEDBCAA2F98CFEBEA650 +:104D30007F83899297B155F85F78FFA65FBC33EF08 +:104D40004FF0DE5F7D56E652A0EC7FCBF16BAC8777 +:104D5000DDD50CC739643F31200FBF7FCBDE371C58 +:104D6000B82E58EEA0FF3CC62EFCDC16DB6EEAFF28 +:104D700029FBD2C172E1796FF347D644281FF9E0CD +:104D800055862583F7F479C17AFF8AFF4963ACE63B +:104D900035D7D3470CF39DA324A4BE1D0FFF39873D +:104DA0009DF3B515C7FBFD6C1C8FED1D078D23F121 +:104DB00070AA567EFA881DDFD618F3C0FAF67FDA9D +:104DC000A34D03F81EFC5B8F06F0ACFAE7DF7BEE29 +:104DD00080F9B3DFB8943DB0FE5B1E7CABE73F606B +:104DE000BD1F1C725A64A89F7CF2673FDD0AF593D1 +:104DF000AF9C355382FA158A44F03F79E01F5E1567 +:104E0000C659FDE4C5E319E077F5A3178D67EE9168 +:104E1000DFD7CB93405711035D418DC6510FC17849 +:104E2000E3A1FA84284DF878FFC0298705BEFF99D1 +:104E3000C406AD05F0BCF72B8705E67B34C8061128 +:104E40003E4F3DF2C6D1FF80FA07801FE728F88168 +:104E50007567587C5846331894AB1EB9E27BE71748 +:104E600062690FA8881F36D8A4B847C1EB8B80D7DA +:104E7000C261BC8E89C787008FD3119F80C7E92389 +:104E8000F1F801FE67CE483CDE36028F553BB76233 +:104E9000E323E308EF63E1F1E647AF4C0A9F06CE58 +:104EA000D1338073A5C4E775A112AC573C480FF10C +:104EB0009A8FF0EC8C2C84B6936BFF9EC5803EDEFF +:104EC000B50F5E8770187CD2A9EC86E74B9F7CD922 +:104ED0001184EF9F7CF47907E21FFE12A5D9506779 +:104EE000437F2F30A8AF9278E596FB13A24EA0EF38 +:104EF00055777E3EEFD542C49B3C4878882C9AAFCC +:104F000026E2F43CB4DE5511CE0FAB227D4BA4E972 +:104F100023E1FD38CA134F2C3EA522C4E3F17948A2 +:104F20007763E1515FB782EB3E07DAB5B762F87598 +:104F300024BD0C3A42D370BC56C2EBC95DA78EAEFD +:104F400083FED15F3B14CBB950B70F3A50DE6807F0 +:104F5000ACCA9EC0487C33EBB5494B51AEB27A82A5 +:104F6000BB193F663AF805D2C17786E900DF47FCF6 +:104F7000EA70391D3F9F7E3DDF0E5EF7296A0CBD4A +:104F8000E870AB5BEB2479FC7A813382F2FBB85D8D +:104F9000BD770D7C77F0593BDB0DAF5C37F31DBB64 +:104FA0009A3072BE7F017A540DF4787D8DD4341E10 +:104FB000DEBB5EE3FA44A74FBD3D7CA795A906F88A +:104FC000AC720EBE2EC177D96F5D6C0F7CD7FA1B09 +:104FD0009784F3B8A5C71E7102BC6F8963515CFF4B +:104FE0003B3B5C110DEAF7FEA2F63A94671FF638D8 +:104FF000197C96DDD0F34B82CF0AC6AA19C88FA7B9 +:105000001E5DF319CAF3933BADA07BA03DBE97F89C +:10501000FC86654A754332BCF7F8D73FC5FE2B1FA7 +:105020008A472505FD6FB84E82FAC96D4E09BF77D4 +:10503000F2B72FD3F8277F9B10C039FEEDB15F4E3A +:105040006706FD77C366BB3A6098FF4A665387E000 +:105050008BF461AC03006EEA6DEB47BABF099FF3B6 +:10506000F7A4AF05EF201FDD84E504280F25055DBB +:10507000D363FAD178B738076F0FB809CFE9962212 +:10508000C2733AE2FBA6BDB1F3F887D0C7B73806C2 +:1050900057F0FE1DE99C2EFAE93D47B2C4E949B438 +:1050A0009BDFD7FBDB927363FAE9EFAF72B2EADE04 +:1050B00051E452B218F7A6BD5F9D153B9E269E9BFC +:1050C000BFC39FFF48621ACA7976C015D903EBACFB +:1050D000724427A54CA5E721B45BF47ABAF82ED622 +:1050E00093A1FE6B3BD835588FE3F5C71CAC92FA01 +:1050F00027421DE72B0F9C44FCDEFC4B176B817194 +:105100006F7EECE5CFFE04F5F711E680D1F73DFDAB +:105110009FDD01F4F0FE0E2BD314B433A259DB5003 +:10512000FE1D70B2DDD0E57D7B342BC580EF9B9FEB +:10513000701D47393154EF05AA9347AEA7A1B6AC0D +:10514000FBCD3CC61A6BC3545A59F5CE015C9F6621 +:10515000637BA0B4B1EA9FF1FA7805EB5A29B4A3B6 +:105160009C71C84A03CCEBDE78209242941F09C49C +:105170007F572427133E81AC67A0BC5A5B3B7FD38B +:105180009B2817648D295E1C8F91FEB431DBDB08F0 +:10519000DF2F04BDE8F374D8C34A00D6E14078029B +:1051A0005CECB6F0FA1C18DFEE4B2D8019B326DF4D +:1051B000E220D27DEB54A500F9745132A71F278C51 +:1051C0008FF4C88E7432FCAEECB77D6C941FAEE5E4 +:1051D000CF319247A09F3782FC62130DED403AEE2B +:1051E000A95037E0DB910AF38EC1BF5B217928F823 +:1051F000E3D752C0F719C2A1CEA9EC81B29C75D8F1 +:10520000717C66CDFF6823ACE3DE655F4F1A807565 +:1052100094DB3AED41D4D7174DFD6863F6F03ACBF5 +:105220009F58D72F256299B60CF573B97BD25B587E +:1052300002B2E538E8FF94C47A5BA09C2BFF7DDBCB +:105240009B67435DD0CF11AC8F1B1EE7889DDBCBE6 +:105250000D8CCD3F80DF933BECB71AE86DC613A1F0 +:105260002B2E8379FDA0328FE4DAD4DED0A5D3A033 +:105270007E6DE5849956C0C31AC10747ECBD9E29CF +:10528000885FF82EAEE73A366847788699E220B80C +:105290000A7958C102A2CE089E7FAAB2EF467A359B +:1052A000BF7F6D3472E565D0E507472297A13ABE0E +:1052B000EE99C1A791CCC3BDCABC786618EF50E087 +:1052C000683C1B391EC077F3C068F09554826FC0EC +:1052D000265B357CFEC3BC5D2DD248FE2E4F387652 +:1052E0000DDAAFE509938E6039965DA2CFC38C8F3E +:1052F0004FB009E8A42E39B82919E0134E0E7626CE +:1053000043BF2A7930CB06F4F24725BC199FAFB2D0 +:1053100086B3BD008F0F32C36779102EFDA3DBBBB0 +:10532000C3DFD3747BC11285F5BCB2DC1EC1F9D7D3 +:10533000C75FB019F9EC588353B1C2BAFE8E5D60F5 +:105340009C6B582FE1E195C4EE4C5C7F293096347C +:1053500087E4DE0FA20867961868013EFC011BB0C7 +:1053600003F3B2EB8174B15CCA542A97B120E1EB2C +:10537000872CDA847A03E6FD30AE439F37F3F76774 +:1053800021BFB0DF8F6EDF99E7FD666DC736E4673A +:10539000FDF927C9E15FE178CB81B12F9809DFE9F9 +:1053A000B87B9B916FF47E0D824E991C9CBD08FDCD +:1053B000257546891BF4C866210F8E5DC8ED285FF0 +:1053C000543E8E7696791C169E1B1CE24FF42B22BF +:1053D00016E60679E213A4A3BF67EEA77FDF577333 +:1053E000117BE36C9C6FF00F8837F3BCCCEB3D96E0 +:1053F000CCE75381EF19F8AD22AC3A54E85FF16580 +:105400005210DF3B7621F7137F0F628FCBBDE05147 +:105410009487156156DD528068BA3788EBD4E76906 +:105420005E5745E73AA915E93A2807F2947F7D9D32 +:10543000EF25DB383F89F9B2DEA325F2ECD3BFC7F5 +:1054400082767626FD8E5DC8D71700B0E0FAD83593 +:1054500071A4FF2A6A1AE87BCD200F91DECC703C44 +:10546000E150A7A3BEEC9EE4CDA987FE203DC20873 +:10547000B71371EA749BF1798A785EAF4E47F9DE13 +:105480005C9E4ECFF5719A252ECF747EEDB6B0CAD4 +:105490008358B7057C8B817E979F9CDA5303F30A70 +:1054A0003624AA2C0BEAF81D6C4FD54EFC1CC65BAB +:1054B000EE65B92D00DF1A1B23BC41CF498B810E4D +:1054C0003FA8DDBB1DE97979CB7727A1BD74B30275 +:1054D000EDF05ECDFAEF4EAA307C4F9FC7AFEF499B +:1054E0002B453951C378BF13F2539B513E57B89E99 +:1054F000DB6C94CB2712385D9DFAF377BD53889F00 +:105500009503C8D77AFB7752387D2D1776C3AF4BFA +:1055100079BCE2BD5A65CBDC3C5C5770520BCCFBCE +:1055200044DDB45CD403CB5BD695A27D7F42520FA1 +:10553000B880DFF3EF3FF01DC4835B01C717F8F6B7 +:10554000C49E0DBC7D969A6309603F5686F0C9BF24 +:10555000FFF960F274A3DCE9A0F5340CC1933F9726 +:10556000A1447F9615B3C01E285A267787EBE1FB2E +:10557000EBCA1D05A82712855F164CE1FAD635DD6A +:1055800042F06D063C60D92DF1F59E9762A5F1F4CD +:105590007EC114EE97BB26C936C4B7C7CF2256C00A +:1055A000EB17F6703005FAD95990F4B6674998A10F +:1055B0007FD1EC0091877670B943AD87573749FDAD +:1055C000F568D76A7F8C63E8D78CCBEEAFFF21B448 +:1055D0007F0876503DD44B9A7CE968877B0F39036E +:1055E000687F5C979243DFAF8C3C7F18DF9B04D2CF +:1055F000C50AFD56DE7FBCC70EF5B3F63A02B81EEB +:1056000017F0543FD1CF6022FA1D93E54A5708E8BE +:10561000E1C3B2D2A46F8A173066619ACE17E4282C +:10562000C4314D36D6534CF57453FFDC98F68CD408 +:105630007E09E5BA0DFA34007C7DB6DE3E5CBFEF34 +:105640005AA6A0DDBFBFBEB704DB233732B6BB000E +:10565000857B94EAB2CC943AC07B268376A4831AE5 +:10566000A668F0FE7D96DEF9C887B7221C00EE8A98 +:105670006DF0D9C61CE4EF43F41EF0794A43817102 +:10568000FD038948F793E5CF13510F9C7CE26C052D +:10569000D79FEA0CAEC4FE279F74AAC887350CF0CA +:1056A00080F411E278E8B2470F63BDFB4927AB07EE +:1056B000BEEA7208BC2C70115E5A902F801FE290D7 +:1056C0002F803F3C8E7EEA7FB244A6FED30EFD675C +:1056D000A90CE31758E45E9C54F7A351AA0F1C7061 +:1056E000AA0032A0A7C8E60AD4FF398E00C67FD62A +:1056F00027C4CAE9F6146EB7B4A7E8FE7755793C1B +:10570000F4AFD29C0CF925B8BAAF09E703566F3550 +:10571000F23DD05B7BCAAC617AABEA5D4AF4362ECF +:105720004BC8B35F4924CF9E1AB00671DDDD87A454 +:10573000FBD0AF5AF3DA52D705D02E3F6145B0B255 +:10574000556CA02903FBAB6E9AD7FECC400EC9B7AF +:1057500043CE14A4D724D66F213B4561CA1EC0DFB7 +:1057600034D64170F796717C4D2BE6F8DAB384910C +:10577000BE052C1CDE01F5BDE5F10AEAF14705FD89 +:105780008265DF9E07CFF71559580BD44E3EBEE613 +:105790002F77C138EB7F23911D77CA1EA571BC40BE +:1057A00007F580CF92B2EA6806B4AFD2929813E3BD +:1057B00048FEEA6CE48BA432D0AE39543294ABABE1 +:1057C0001E8A8BA01DC08A52E9FB730F49D10B11B1 +:1057D0006F6D0EF25B3F2C60D10B91EF9BE3C86FB6 +:1057E0005DF7D5A02F3475586E4C2C76442D89B8B2 +:1057F0006E2D09E11279DE1A403F3BC3C6E7630113 +:1058000083B10EE9B06EEA8D156C185F5DB587B691 +:1058100037A25C63A13494D743CFEDA172F46F0E2D +:10582000DF53B52015E6D3E5822EE702DD6CBAB76B +:10583000599B8A7401F34E8252D8B32C3FEC5A64C0 +:10584000F0E79F13F245AF77BB44BF896117D935A5 +:105850002CEC42397FCA5EFD97BBD03F3F2405EA5E +:1058600061BE13AE7921175899953CB1541AA078AE +:10587000836401E431EF131F31E48753C96109E305 +:10588000B84965030EE487B98796A60D18E8AFBB43 +:10589000EDDD2C7CFE558ACAE38E024E3A7C363909 +:1058A000FA2D284FB5C7409E021CBB2F7BF5C4FDC7 +:1058B000A84D84BE194C117E922D9C86EBD9E41024 +:1058C0007254CC5F157AE8C3143BD1C3DF049DBF8B +:1058D00027D60BF4FC1ECACFE05410DC48E73E1676 +:1058E00041BBD9BE70BE36A0E2F80AA723399C8618 +:1058F0007080FE1FF2FE81F7EE4FA5FE01A42BBDC6 +:105900003FC0290DE55F77F9EDD7E378137E23A932 +:105910005609E1732BD19D17E0069CF92FC3C90CE2 +:105920009F894BDA9D5930EEA7657C1ED31EFBDCA8 +:10593000375AFCB0F2732B8B9E6DA80BB8940E3CBB +:105940009F9B8574BB3F7D26CEEBC3E34BD324F4F2 +:1059500077C671384D471BC8437828A5F8FDE5C0C8 +:1059600073688FB903B946FAC918C7E1A9C31F2CD8 +:1059700091DC2BA719DB39FC37C589F6FC31DE4FEA +:10598000E4FE3C9B686EE77AF0D49FD7105CBDC5FF +:10599000A08F7270FDFF6CB243FD53E057D4F32526 +:1059A000C51C2FAB1E9109CEAB86E03BE040F8EA68 +:1059B00070483AF491039FCF7D02E08CCF95F02B95 +:1059C000EB511E1D7232944727BFD29C08978DC0A1 +:1059D0005548E73503258797C1B8FB2C6AC8AA0C40 +:1059E000C3A774E0231FE2696379EF141C6F9DD095 +:1059F000DF7E5BB40EE595455693515E558838467B +:105A000033ACA97F2AD925A41F2F17EBCADBBC7A98 +:105A10003ECAE90F598282EB58077212D7F9F14357 +:105A20005204E54EF3571DC7501EAD3B9F911E49D2 +:105A30008A3ED0514A72C81A70C1FCD6DD1538DED4 +:105A400088FA7D7F3CC9D3482D23A1AD61A400E92C +:105A50003422917FB44A1B9827C3386A63F86CD408 +:105A6000DFCE898F1D45B909425C015A66391ACCCF +:105A7000C7605757B17EF27B1E9A1EBE6C1CACF7F6 +:105A800046D641FED0BB977D1995E0FD2A411F4DBA +:105A90007957D52FC0F93F6EA5F8C5878F6FA2F94A +:105AA0007E582CE46674CBB124984792DFA1BA0CDF +:105AB000F6E8874F4C480A8FE237E8A5BE8E757727 +:105AC000717976EDB8879FD5006ED78F53086E49F0 +:105AD0001A2BC57875522394245FAB7DC87FCC56B2 +:105AE000ED5B6CA01F1D2FC142F5D000F1AD5280BF +:105AF000FCD29C37E9B16350B72B0AD9672B053E1E +:105B0000BEB007578EC37DAB5A36D808A4FBD75A10 +:105B10007910E5EEBBB50AD5753A07B53B8FE24D76 +:105B2000558A84FB1737D958A313FCB73B4CFCA00C +:105B3000F7ABAA0CD945BF25CE14EC17CB177ABF0B +:105B40001BAB87C63BC2FBF179E9FAE6E65E69B0BA +:105B5000D11097B969AF6BB0D118978C24C7D4878F +:105B6000EC56F1FE69FD6A9083189F74F121308E26 +:105B700044EFFD7C5AB81DE1E22CEB77A0DA5DD54D +:105B80002995A22B73B1756112F2819371BFC03C4C +:105B9000EEA65A9921DC9A019F58466A152ADFAD74 +:105BA000F531846B67AD4AE5CFC6717B24C7C2FD72 +:105BB0008E5DC2BE8E08FCF508BED34BBD3F62DCD5 +:105BC00001F46603BBB885E2ABC1E07AC42BDA2DE1 +:105BD000A0176D8D4D1487B5690E8AE7811CFF19DA +:105BE000AEC3A6707B19FA33A21B067218CAF39CC7 +:105BF000E17DD8EE5D286BD8DF5B36E8C07EED0234 +:105C00009F27851ED5D7F70B318F5F8879CD10FA86 +:105C10008CF952C9DE77FA358674AED7415F658557 +:105C20004689A71BE03F80FB2EC85EE8D71BE0FF3C +:105C30001B9CD7CD1DC7E7A5C1F3710BC154988A32 +:105C4000F07793BCF8A48C11FF8D855F331EBC0BDD +:105C50005907AE2F521B669CBE2BE979676D35D56F +:105C6000CF73869E23389C66FDFD62FD7FD4F17163 +:105C700086EB9C91127A79DC2C5EC77E712C54875E +:105C8000F2252E74555F23AC2747B555B322AC8758 +:105C90004A503E2E0FCAD568E77A964418FA215525 +:105CA0009D1243BF242E149E87F129F7F4F0099426 +:105CB0005371F98384D7A4E25E8711EEA7A7FB3363 +:105CC000EB77A256A578EC501CB7DEC61A0A31AEA7 +:105CD00093BF09E3BFF7C6FF84E2BD359A5371A6AF +:105CE000925CA278F00A9B4CF6E9398EF0299CE789 +:105CF0009A4D0B358C199CBAE7DC2896777B42FFCE +:105D0000C0E7BBD63665E1BC2B92D4CFD0AE63DA08 +:105D1000F44B7EEF233D42729069D22528F72AE2A8 +:105D200079BD25F5D616B4F32AC6ABB74BD0FF8A9A +:105D300054C72568075664F3F61B44FBA171415B09 +:105D40002AF18B3DF96D99912D3EDA3A87D76B6335 +:105D50006F1BFCAEF752994E9F1AF30ECB07A0CBE8 +:105D6000641C57A74BD744135D1633B28BC7FA4E4A +:105D700017D2631ED2A54C65D212A04BB4FF849CEF +:105D8000003AF4E3F849C5DF4C8739A99CFE26A404 +:105D900072F97B69AAB0DF041DBA845C317F7F8A07 +:105DA000E8AFC747CCFADB6B05FD0DEBE9BBE6C1FD +:105DB0006BD0CE77EE9D948BEB793033928EF18D54 +:105DC000542BD7EF0FFEE3BEF4C5582E7A30BD0238 +:105DD000FAC789EFB5D8411F417DAAFFB3EB54E064 +:105DE000B7A91359248FCA686E0EAC3355F4EBB4BF +:105DF00007D2B0DFB485DE65B87F7AA9584F0DAB06 +:105E00002E43BF8C815F86FB0766BF50D76F2D93F3 +:105E1000BBC9FE6B4E88858B3ECEA5A9BA9FF750B5 +:105E2000593CFACBE8E7A5A29F57A255C4FA799747 +:105E3000A6023C1C4A085D75837CFCF7E866FDB849 +:105E4000D0959CFEB89CFD6F18EFFA548E5F89FBCD +:105E500029FFDE78EF26E8FE3CB7CFA639789C8094 +:105E600095821F8A766F80FB9DF78153D6921C2303 +:105E700057C92EE8427B81E858A1F28E54EE9FC0AC +:105E800010471C33713C1E9F837A27D6F5F7EF48E5 +:105E9000E5F1CF697143ED36D4FBC3ED1C6FDE2510 +:105EA0002C46AFA72E9463EA7E996932BC1737510E +:105EB00089B10FFE5DB8ACC117F1FF1732F2EF4F99 +:105EC000E5723F705DE6A4024D1D7E1FF4E63DC401 +:105ED000A77E07E94D9D5F753E05B83AD2E0BDB794 +:105EE000E13DB4BF1C1DB7929DB871B29283FCF422 +:105EF0006A2AB773E2A2E5644FC64DB4445C40BA67 +:105F00001BF33E96111F1B8B73C95ED4FD69F3FC16 +:105F1000757B7123DA8BE98CED4E5DFC3B947B7BCA +:105F2000841C88D306836827C63542497AFFDBD9AB +:105F30008BCB3B7262ECC587055EC05E7C18D79D3B +:105F4000B7F97E19D7B751D8F12DC5A5AFA3FCFF7E +:105F50007822B7835DD105AF2741FBB8626E078F0A +:105F60005BD8C1C2D368BEF4BD4D4376FB20F19B24 +:105F70000BDAD1BF19170A4FC0FC27B0C37F8BDFE4 +:105F800079F3EE53C4E7A90B63EDF5374DF43B16F7 +:105F90009E9B853D3BB4DEC960EDCD40F901D43D0B +:105FA00003EB9FF9D828F0DD3419B431F8AD1B2F7D +:105FB000EBA6F666BB194EEACC5838A9B43FF6A258 +:105FC000903F00A71739FF1BE898E279F230BD52E5 +:105FD0005D31D5FF4D7DF52FBE9FC4C29A0FA6BE81 +:105FE000ACF5A328FAEF281FD1DE903BEE0EA2FD00 +:105FF0000BF43E8872326EF3019293667A77647383 +:10600000BDA18FEFF4707A717A86EC56A67A29BE1C +:106010004A761EFEB542FD2CFC4F2ED1A705FDFB96 +:10602000FC233243B93C193732605EDF61510BFA11 +:1060300065D3D800D567E0D2A05E006E31D6CF66BA +:1060400083590E2BEE4F459B90EEFEA884ED1EF873 +:10605000DE675BFA5F97E0F9EDE9E15F0DC073D9A8 +:10606000C3F9C2CD029417A3600934B44C7613FF70 +:10607000B256FBFBC6FDDD976C41B787EC35BFF22E +:1060800076BC113FDAD07A709FC6CEF4BF88D8CFE5 +:10609000011A31EC5BDB079297A1BD760FDA514014 +:1060A0008713F7723BA1E13589E22F9D6847917D07 +:1060B000C5E8B9760D8B3420BF64058EAB88D397C5 +:1060C000ACE4A78340CEC1F8D0F8D7E2157C0FF836 +:1060D000F89C2B0C7CDC00FC140560A6CC0F92FD18 +:1060E0007D2A81DBBB7A3BD86193112E5262511815 +:1060F000BFB3E684A4A2FD3C6E6180ECC79419EAAC +:106100004716B2BFB65DF27BB04353CE520F60BDAF +:1061100061EDBD97CC073B31E51C2E672EF2ECF804 +:106120001DFAA5851E95CB995047D08EF3037315A4 +:10613000E1AAD7D17C45F8AE9F199C85DFBD48C048 +:10614000BF29FDC6349C9FF97D4DF44FB97461148D +:10615000EDE1B582FE8265FCB9997EEDA9DC9F0177 +:10616000FD7D9187FC9B10D5AD6EBE7E4C9311FEDC +:10617000CD77F1FBCED79C8467A73F966ECDE32EFB +:1061800012749BE4092EC4713F5C3A703BD219D063 +:106190005508C7A992C3D91274F900FC2A1B3C7F89 +:1061A000CE165C84CF815E167B3C63D3CB10DFC9F7 +:1061B0006EDA3F5B364437331D187F59FE65124354 +:1061C0007B791973305546FF80893C9BE0D1270BC2 +:1061D000A97F08F962D96B0B8EFE19E8E2F50C2B4A +:1061E000C33C28BD3F13FD35169C87F6CEB2854EC5 +:1061F000E2A3E5AFCD69C27D5F25D7562DA1E1DDD4 +:10620000E11CCE4BCA8D793F265F87E69733727CBF +:1062100066AC5B47AB73FE323F5F26276AF1D3471C +:106220001B0FE60CFCB25CF08BFEFE09A9770ADAC4 +:10623000F76BBBA297AC8779EF4BE94F97A1BEAE46 +:10624000EB484B633163FBEB383D42FD12CD8F755C +:10625000F53AD493CB6DEC88DD606FB47BB8BDDBD1 +:10626000EEE1711468D7B0BD45D023C6BAFC505FCB +:106270008E25D8136F3C54FABFA7A863CBCD651DFC +:106280005F3BD5D1E20D41A6A6CEA6542BBE8EA370 +:1062900001CD69453910A2FD0307D0239632C6C54A +:1062A00027207E7BA974B37E2A13410F62A9304553 +:1062B000C2328505A84C65212ABDAC9A4A1FEBA0C5 +:1062C000329DF552E967FD5466B1412A55CCA033A1 +:1062D000E45FE4E20E2CD427B21095FB73B81F776D +:1062E000A2CE063603F975E4BF69F54EA52195FCEB +:1062F000396AAF01FF0DF350FFE0C9D5F3739EBFBC +:1063000018DAD7FC97B5A085F0C4F375CCF0B1CA04 +:1063100013B6371AE2AF0D0FC89437ADE3477FFECF +:1063200007A117FE20F86D7F5DE05818E7F5801C87 +:10633000C0FCA47D293C3E3ADC9FF77B4EBC377104 +:10634000C905AFA39DF6A996A8A2FD3116BEC68EBB +:10635000071764A1BE3981F160F8DE89E32559127F +:106360007CEFCDB65F4EC1B830D8170EDC4778F35E +:10637000EE9773499E441DCCE635E0F7F2000B2200 +:106380009C55D0B7F942DF669CB9BEBDDB133C8695 +:10639000F2E5999F83E704EBBEAD4D22BF91D90290 +:1063A0004D98E75121FC13B35EBAD213FC0BBEA784 +:1063B000C38729C1D2B770DFE7A50931792D1F78CE +:1063C000B87DB93F575D8570D7E1005653C50618B3 +:1063D000FF8DB6B3088FA783C71B7773785CE90975 +:1063E0000F923EB4A9C49FCFFC7CCA788C279F6EC5 +:1063F0001EFFD4F1FBDF340F6407949FBABCD8773B +:1064000041200BE3DDCB5B9D3C0FA1E3E2A0115EDD +:10641000CB3BEE6535293CDFC49E32B29DB1CC64E6 +:1064200094D7BABD34B4BF2DF6AF5133E17A3F51A2 +:1064300077A31A47F9E41B8DEEEF157666A3F08B70 +:106440009A96B28851FFAEAD68790FED7F979FA9FC +:1064500067A17D2CF20A9CD12D1725A23F9ACF0A65 +:1064600030C6E092F9F373DF8DB0A506FA8FF347DB +:10647000C89ED7F31786F84BF8F14D99B1FB9DE70D +:1064800078399F14781D4407BE864035C2C9A604DA +:106490005885A19F8D954EF6423F9FB580DAEDA9B4 +:1064A00023DAA779F17DE1F78FBF36C056BA8DEDBB +:1064B0000B0ABCDCEEF95676EE7AB7262BF09DF58A +:1064C000AA733ED18F5A18138F4AF05A62F5A6C0AC +:1064D0000BC037407987224E0808257C342787195E +:1064E000E6793B7C81323C17D09037DBE736CCB382 +:1064F0002159E4137D79B66F89D16EFAEAEC6361B4 +:10650000947F790ECA63389A302FE9849BE319FD92 +:10651000A45BBCB1FB852DB54A80F05B2B078C7E5C +:10652000C5109EA73CF82EE259F6713CCBB6FE5240 +:10653000D4C7E0BBD0F88EE87BF5587720BE55DA9B +:10654000970FF2BC3B13BE7D11EEB78D81EFE6BE17 +:106550001FF797E038EEDC992E92C7614DE27EC9B5 +:1065600041E4A71BC5BC6DBEEA2882D6169407D1AC +:106570009E733298B731CF9BC17A0C7869B677F8A1 +:10658000309FBAF92BEBA8F6518997CB153B18D061 +:106590006F1AFCEE8F678457231D391ED134B4E780 +:1065A000ED8782513283DC671667EC740465CCDBBF +:1065B000EC5AEB20F9DFA8042E4928C4B8B81AD148 +:1065C0006088BED613F3B1DEB63E3E807EE67E69BD +:1065D00060FE04C45B818DECE338410FBB0A8E90F2 +:1065E000FFBC3BDDC5F3483A9C0BF0BDAD4CEEC79C +:1065F0007DFED6E089729CD24E002CCADD9D958727 +:10660000958B709C6216C0EDE6BB5964F30D06F9DC +:10661000D5906EA5715A3F7F23ED69EC57ED6088E8 +:10662000C7C3B7BE9DF634BCBFE1C70E07CAA90DEC +:106630008F87B3919ED3FCBC7FCFAEA30B12B0BFAC +:1066400024F7E3BE3CFD417DC7CAD09E969CE1BACB +:106650003A7531D5D7F96C3C5FF8D68F9F3D0B9ECC +:106660002B556800107CAC3CBF592FA3B2B16E868D +:10667000E704911F647EFE7F33383D785B97B8D086 +:106680007FDBD05A6841BF76823640FB8689D5963B +:1066900060C48DE5E20538AFC425A53609E6951836 +:1066A0000C586CF0FCD75EBE7F33A17AB105E19B3C +:1066B00027FA9BBF33D4AF35B400E19BB8C442BCCA +:1066C0003A01C6A1EF9DE6FD5F78391CBA1823B9DF +:1066D000B0C3CEEA312EB0A34E913436DCEF39216F +:1066E000DF76C2F851E2935E34A6D8F6A13AA3EF62 +:1066F000B4FCE8A77D986FD1B292EB8B242DB460E7 +:1067000022EECFCDB5503DB1285286F3DC90EF603C +:10671000B8CFBA43626427F5FCD87129C26142112F +:106720005368FE452C8876CC8E1F5D351EE960428D +:1067300067471AFAFBFA7CAC3E99E7973C0D86193D +:10674000D80D79456F337594F525160E30E42F7DFD +:106750003C73FB4B024FE977DEC37E8C78E864B470 +:106760002F0A25F5EFB10FA4790DE3CEF0F1FCA9C6 +:106770009E5DFC7C9A79BCED021FE99503C22F62F5 +:10678000B46F8FC9D014AFBFC341712E904F9427FF +:10679000DD33AB89F6953A445C08F4B46FD134E448 +:1067A0000BC007D247D1806CD40FFF1CCFE7BBAE24 +:1067B000C8323F42F15F80278CB3BD2D988AF92003 +:1067C00096D670DD9B6EECC7E7B1BD3C908E7470C1 +:1067D0005F726F1AF2CBB61FBF9D8678EA99F59269 +:1067E0000FCBB60477198EB3AE6866F5328CBBB9A1 +:1067F000AB10D386EFF1F5A65A22E912D847E3EEA3 +:10680000ADDB80FE402AA8398CFF1FDAD6BC01E33D +:10681000607783191C257DD9EBC2710FCF5D7C7623 +:1068200000E775A783FCDE9D52DFB393D0DF2EB760 +:10683000D079B1BBC37A3C094C7378AFBBE8849C78 +:106840000FFDF7CCE7749272F1E292C9D03F455246 +:106850003E06239D5D9755316E3CEE67762E2E41A8 +:106860007ADA14F47D8CFB179E255189E70132B248 +:1068700017C9255411DE2109F50226CC537CB53801 +:106880005487FEFC1E89D5607CB5C01A7895E28ECF +:1068900057CB8CF081B61FB6976B1427E8B0874BA7 +:1068A000D057B94F62D5982FD5FAF9B23ECC0FD454 +:1068B00040AEEFC1BE6018AD45B9F66922F99150FE +:1068C000A7FE3B4AE46A51EFAB847ADB5B6E6A4F0A +:1068D0002A0E49E877F680DF89FBFC9E32835F262B +:1068E000C413C637F4F993E155887E08FB2FCC53C7 +:1068F000F5765E457579299B6005B9EB29AA90EE7E +:10690000C3F9078B6E4F30C825CF8B2CB2020C27F2 +:106910004FC0727CD974A23B8A13315B682BCAC703 +:106920003D756D2E94CB8D82DFE179C94A94CB4FB2 +:106930009E45FE6BA7C81764B67ED2C78D3A5D8AA6 +:10694000FA703BAC17E5C49CB3687DFA7776FE0815 +:10695000D685EB5ECAF65A00EFA75EFF3EC165CF53 +:10696000A7EDB49FE679ADB9EF49F4A7ADAC0CFD46 +:1069700063331C9ECAE07A64CD5FDAFAD0EFDE980A +:1069800066A5F77C8F047E8006A1EF35D771320CA7 +:10699000C386F740FF5D9615BA72FC2C8C33AE901F +:1069A00090EF86D60D7F0184AB8DFFBFBD28E5C675 +:1069B000BD306ED792962294272D3E17D78716E0CA +:1069C00048D41FE7B2089E176A7B7440433F3E9845 +:1069D000037E3CEE8BB18120AEC31B768771BD89EF +:1069E0004B46E20FE98F9887EC5CE5D2A9D0BFFD5A +:1069F0001ACB4CF2DF047DB5FF4425FADA2F717D06 +:106A0000A4FD88C7BDE1CF42F162804914E6FB4393 +:106A10009C2FB042BF9FC3A3334ED8FDD06EF192DE +:106A2000BFC2CF53B028E5A32FEBCC4DC171333398 +:106A300045DE9232C0F127F00C539037CFA472FE9E +:106A400034CC23F071790E32534B4AC17C260B9D16 +:106A5000136AB730CA8FD31603CE92F9BC70DE1911 +:106A600055AA4AF9D2F807F35B21F1EF978B71DC55 +:106A700099E1A6FB0A498FA807159203D2A269C320 +:106A8000FD9318874B8175303899F3A5FA28F245A4 +:106A900095762BE233A9E8B13598B7DB137893E408 +:106AA00038EB74127C41CC685F031C2A5A9D31E795 +:106AB000BBD4CDB1F5A451E21C880FFDBBEECC4197 +:106AC0000DE1D42331F51EFC6E0D7C0FFD97E258CD +:106AD0003A32C75132EF74C47CC7AEC4D6BDCC5075 +:106AE00087EFF6087C01FF5E82FCE61676D0019106 +:106AF00097ADCDE4F27FCF5E9BD09B031223FE8A3D +:106B0000FACA04BC10FFB48585A2DED2AF91DEB014 +:106B1000B010C22B21D0742B9E7F98F2C08B519461 +:106B20002FADEF27903CD1F5872E07DC997C1E17FF +:106B3000FAB85DEF2EFC674C1CA5332178EB73444B +:106B40007FDCBE6AB0F76FC17DBA8647DD78529AA6 +:106B50003D981C49BF0DC6FB9B9FEB9B21FD94BF3D +:106B600044CF8B243A9992AC5A509E821CBFC68D5A +:106B7000FE9625B500D73B2DC8D2516F4F9BE897A5 +:106B80001A90FEC5B9C60D6C7001F6D3C01EC4FDC7 +:106B9000C69DD1D25B719C8E569682EBEDC87FACC0 +:106BA0001CDBDB996D26E647FE757C32D7F3450783 +:106BB000C91EECED7458906FDB6D1DD5F85EEF4487 +:106BC000206080E7E1AED9F515A84FE7502C9D95E0 +:106BD000160D6CC17DCDEE575C0CFDFC6E612F8EE9 +:106BE0006D17339BB0F7ACFC3CDC901DE8C4FA0891 +:106BF000BB62DA6186E70CB20303D15CF86E3AE857 +:106C000085EF2A68DDB312C4A71A04563B07E8AC27 +:106C10007250437DA862BED278288BF873B586D7B0 +:106C2000A75CBC3B65B4FD9021F9959F4AF9E3450B +:106C3000171F26BB3AC236BFC24689BF8067C7E36B +:106C40006EB5417E9E2B9FFB01DBE7EA7AB99FEC94 +:106C5000B576D0B39723DC575BD478C24B84DE8BF8 +:106C6000DCF94210FDE20D6F02A9C1F30DABEBC7D9 +:106C700085A70E8FC36C1DEA687EB8EE4F6CD042BC +:106C8000A5A3ADA3D6C7E9475F4FBA298FC72DEC9F +:106C9000B8B53EEEE7A895D16772611E594146C26C +:106CA000CAD5F18E8479E9198003DCFF49AC6264AE +:106CB000C7EE98EC25BBB9E5E20A07D24D5E31A3D9 +:106CC000BCE0A4E08A9F627DADB0D38042289EC024 +:106CD000AA2BBFFE7A367D9FC7FF2A03A5088F1F08 +:106CE000DD35F3F059F0BDF4D6DE0CA3DDF38E37BD +:106CF00091E633A172208AED6897E27C26DC795018 +:106D0000C6BA67AA85D4F4DDB64186FEC3DDC54C9C +:106D100041BE4914ED89530FC6E378C3E32834DF3D +:106D200009732D0ACE6FC29D1F331A07DE53D5910A +:106D300070CBF2C5D3FCDF011946EB10F3CF16F38D +:106D40004FBF53CCFFE6C061CC4FCA33CDFF2DFC03 +:106D50002EFA059D913E8761FE19ADBDDF3CFFA275 +:106D60008874138CFBB6787F36F2C02C941FB172F6 +:106D7000EF7471E97D29BABCD3F59BA9DD16D53036 +:106D80000EBA0F56D61140D28C95DF6BD27386F6B1 +:106D90007D305E4DF290E8354AFB1E9D09FD419421 +:106DA0000F5A09F8F9A097DC0F1D669792DFA77CB0 +:106DB0009C04734E78C8A2E1BD0D66B9F7F8782639 +:106DC000F41523FDDB55C522BB0D71785D5F301BCB +:106DD000D75319809EAD68CF99F4D1587A6B849EB1 +:106DE00012FA41665A14D7F5FF8B9EA2C399C00CC4 +:106DF0007BC67FEFF27A9457005BB40FEE1CAF7244 +:106E00003E545810ED04DD3E003E24B8A70B3F2A47 +:106E1000BD92D1B9EE44E037F4E374BA1BEFE3F16D +:106E2000AFF13E1EEF4FAC04E965413A56851EE9CD +:106E300095B9DD3220F23E407219EC5E4FD1413AF5 +:106E400027802B48F25373351AC189A23D51BEB633 +:106E5000642FDAC16067635E6962D58A2DA8678195 +:106E6000DD038EE29176D963259C0EBB96029E616E +:106E70009EF58FC5919C689FA3EC46BFA4AFDC41F3 +:106E8000ED6D9D12E5B7B5C9BCFFCE0E89F2EB33AF +:106E900031EE0FB06AB7737A692F57226013437DC2 +:106EA000802D721BEC618147147794B75E04F61F46 +:106EB000EAB1B085F29F191B6CC6F849FB6C7E5E87 +:106EC00000ECB37CB4CFF6EBE77C84DDA7DA04FDFD +:106ED000093BCF8F75C46FBAB053753B90F5CB5655 +:106EE000182FB318EC3EFCA6D22FA39CDC737E6E49 +:106EF00032DA818F0B798A7667D36C5C8718978535 +:106F0000D24306BBD02BEC42AFB00B5F17FADE2B9F +:106F1000F0EE1DB20BC392D12EF4225C883FD8CC88 +:106F20007BE650397F1AF4FF5FE9DC1ECCC0F767BF +:106F3000A2DC8EA3F775FE5A21E6D1E60F1F457835 +:106F4000A0097A90FCA55E1A3F2904321DED4C1B66 +:106F50001F3FA94AE176A7C6E957E73FFFEA58FA7B +:106F6000DE9F123E8A7CD305CEE06E18CF5B15DB28 +:106F7000DE5658310FFD9CC4F713E8BCD10A131F2D +:106F80005E9FCED7ADE33F7B3523FC67FBC16F42ED +:106F9000790914B81BE9D2D6FF0CFAED99D55E95A4 +:106FA000E24AD0DF321BF399F9BAF648D179E87793 +:106FB0006A4BDD740E0737326E80FA4AF82EFA0DEE +:106FC00095AC9AF29CAF494F1144DFBF1EBFB7A2E8 +:106FD00010E8C2407F7965F07DD46B7EDEEE596D9E +:106FE0006124A76CFD327EDFDB9942FD77C89C2EC1 +:106FF00013EFE4FD13FDA116C6F50ADB4DFB1B6282 +:107000003D550ACF5F954918B09562BE49FE8E2660 +:10701000CC77F48439DCF4F565687C7D7BFC1D0E4F +:10702000B433BB3F4850D10F6EF30B7ED2383FE9EB +:10703000E355324EF76D3E2E17F6686C97260DC35A +:10704000E706D1AED7753AA8ACAA3E8AF0F22D7306 +:1070500013CDAFD0343A17E4FB3041C5FCCC1DFE54 +:10706000D0EF50CE6F9FC3CF9BE9DFBB9171BED0F5 +:10707000EBA82651AEDC50BDA209FDD23BE07DB4A9 +:10708000DFDAD47E19E33FAC97CB6F984214E967FF +:10709000E55E678C9CB821125BF79AFC8BB6C21335 +:1070A00014CF794CF06BDFEB7104878D551D0FA069 +:1070B0007DB95101B8E1BACBBA27E3BAAF48978995 +:1070C0009EF6005EE97C18E007E37B912276C90416 +:1070D000E8E72FE4710EBF1FF089F882B50AFC7251 +:1070E000F8AF06F81BF4920EAF447FD8916FE41B03 +:1070F0005BF828EAF7ECB09FFCF73625DCF443F4A4 +:10710000BF81DEB400E77F84B757C74F61451FFAE0 +:107110001389806FF41BC82FF50AFCE0BEE76AAE46 +:10712000CF0E58F83CB49F3854D4DF7D2F70B9B9D6 +:10713000A3933D8072B2FEB1579B09CFE7D7937DF1 +:10714000BDB1F0A04B9D3A3C5F5D9FEDB1872C65D2 +:1071500000AF15DB63E159D21975E17ED6B6EA17A7 +:10716000285EB4A368308876898AAA07E6A4FA392B +:107170005D035C22022E0B505E241602DDABC8EFCD +:10718000A195B8BF95541422BFC3D7609318E98B5B +:10719000C128E7B74C15E1E12D8E950317A65B6278 +:1071A000F8DCAB71BEF1FA39FE3C450ED5C8376A42 +:1071B000243932069F3BF03C9C81CF89EE6E403EE5 +:1071C0005746F275613AF7C346CA17C1DF6516C163 +:1071D000AFE16646F245A1F7FC3A1CAA04BF09FEDE +:1071E000CFB83385EEA1D829C6C3B825E77FB18EC5 +:1071F0006258C728FC0E763CC9A73C9D5EFC1D4723 +:1072000071DE5D306FE27F33BFB26AA22FBC5C8655 +:10721000FA0BFEDE5E0CFC3D0AFF9BF9BBDBAFCD3B +:1072200073A1DF0270C273853BFD5C4EEFC03A7CF8 +:107230006FBBBFDA5109F56D285F94D3F377E5EAA8 +:10724000154757FC0FF0B7996E017F04477F9943AC +:107250001DDA3FD0EF55B1A03D1216F72C0CD23EEF +:107260004945238BE0BEF84685C5A19F19417EC0E4 +:10727000F86AD5C1A318F7CC44BA86F5660AF9E9CD +:10728000D174BA8E4A74DE5EF0A98EA79BAAB97D2E +:10729000795319B7FFB61556B8284EAA845D88FFF2 +:1072A000BC3B2DE4F7E6F9C3CFC6E0DB167659897F +:1072B0001EB87ED8E91F7C16FB77ADD6E91AF40319 +:1072C000D455A4AF1CA4AF8E26EC3F24FF19D003E5 +:1072D000D297D0576007CF47FB2A637D4600FD7ADF +:1072E0001DBF3ABE37CED78E3AA07D3BBC5F17C0DC +:1072F000382EC86BA86F033E22FA500DF8CC457E9D +:10730000DF4D7C938D49410AD27F64DE0D48DF4812 +:107310007FC437DC1F41786DE571245A5F6621D741 +:1073200047954557515CE50EABDC6F015896FCE57F +:10733000CBA093EC2C37DDCB7368E0E320D2730451 +:10734000C68B0FA05DFEA2ACCB25B4CF3287E6F191 +:107350004209CAE11E216F6E12F6B10DE9471A49C2 +:107360003F780919B6EBF465B6E3DB3A4F109C356C +:10737000A0973CB41BCB5E22BA8079BE68015DCC7D +:1073800056C7DAEF6D4516B26F7616F3FD8648F1F3 +:10739000E0535F13DF333AFFB93F657001AEAB6B6B +:1073A00015A3FB6394AA5E09E576561953B93D19F6 +:1073B0006BFF2FEF8CA5E7ACB27EDA0F53D1C12F54 +:1073C0001CE90FEC78ED57144FD8B83E3E80F0F52D +:1073D00099D6A3685CEEE445B85DDC57CCF5D8F6E9 +:1073E000303F07A27646299EDF5E6319CA2F647A72 +:1073F0009E00B49F25FCB71577D5275FCE28EEB049 +:1074000000E15DB1CBCE30EE60F677CDF6D8729369 +:10741000BF5261AA579AEAE6F903FF927F31C7F497 +:107420003CA1DF42F7F9259CC61F425BE4B0572C14 +:10743000CDC2EBB83E5231785FC71FE6266258A135 +:10744000F0F9B9DE30F703683F246FABFF32DC0F91 +:107450003920FC1FDD5E37AFD73C5FF37ABE2D3C91 +:107460003C18D800BDB6090F49A0DD2FF8D4284735 +:1074700087EC8009BC5E6FE087C77DFA7BFDEBD1AE +:10748000AF68BFC042798FBEA7176F95B8DF700D88 +:10749000EEE3666B36CAEBDFA3C703857CDE6118BB +:1074A00017BFB3538C7BB549EF8DAD6F410F22BD34 +:1074B0001672B9A5C3295BE37230BB88CB41B39F79 +:1074C000BB2D8DAFFB7C5C37DAD38A417F4D4038D2 +:1074D00086294F2B94AEC4C02553C065FC99C28B3E +:1074E000713F201B268372F04CD77FC21F6B6FF851 +:1074F0008BB9DEF7EBEBAFD2E5365F7F5221D7EBEE +:10750000BABD995DAC51BC37BB8ADB65E6F5AB62B1 +:10751000FD19B08CCDE052FCA7C06306FAEF29C379 +:107520007ED8FEBA50F96879ED8B849FD89910A562 +:10753000FD483D9E92F0D00B31F11437C65312C76F +:107540008EA7ACB10E909E60209731AEABE7F1B73D +:10755000CDE279FC43FB1DD3F8FE0AC39B570CFB1D +:10756000754A81A57902944F66F8683EF1E75CF5AB +:107570002CE62AE78040267BA18C9FBF33CFDFB368 +:10758000A49FE0E4A9B1AA6F1AF2CEBA562FAE4377 +:10759000787FAA3192476A876441BDC396B000CF15 +:1075A000EF0D494B0CF14C05981CEFF79C0F25CAC9 +:1075B000FF9AECF0AE74985C7C615CCCBD9F9E1A27 +:1075C000077DA74DC4E5F69770B806FA6C1AFADF86 +:1075D0006DF929BB70FFBAF40A37F783E67877A113 +:1075E000BC6C14791CBB1263CFE976C685B6523CDD +:1075F000FC5527DD53C78A22B2F1BC4096CF3588AF +:10760000F97DED738E9620FFE5315B00F933AF7A9B +:10761000F4FDECD7D2E5A1738B3C7E1DB48BB8B6DC +:10762000C518DFBE6F2AC87143BE54BCC863A03FF3 +:10763000D4C7C5CA2EA4C340DF9B3ECCBBE82A4EAC +:10764000C7F46EF68AE0E7A1731B33383E757CEF12 +:10765000E9E2F8F62C196418FFF085DDD5B4DF29CE +:10766000F09354DCCB703CAFC837CEB185084F1BCC +:10767000C1A040FC76151F0CA29FFE299ECF83F768 +:10768000D23B76D539BE016F3EC41B2CF962C41BB8 +:10769000CC37BE2C165F80C757108F3ADEF4F33C10 +:1076A0000F0B79D0D67A82F6CFDB8A1C4427017182 +:1076B000AFD9101CA62A945FD71B2D2DC0FD07CF74 +:1076C0000C2FA98A2F841FB1C6AAD0F975F67D4B5D +:1076D000CCF995F639B1E757E28B9AFA313FCDB341 +:1076E0006460747A2D5B4CF4A0CF6F649CDDB04E67 +:1076F0002B8E67A24B99E73924761CD7ACA3C00B1D +:10770000E0F045BA21AF6A888E03B6F948471D2FCD +:1077100046CA51BE316DCACCB80BA01EFCB80CE9EC +:10772000B29B4D9C89FC9726F224D65843D242E264 +:107730007336B887E3AF04DBF704E541F40F129624 +:1077400084EF5EA10EAF0FF35671DF3DBEC86141FD +:107750007AEAEABC8DEE2BF8B4C841BB89F1C5FCCE +:107760003C8F0E1F7D7E5EC18FDF15FC38820F655A +:107770009E3F9120E224091DCF07C758775AC6289B +:10778000EB8E7F91451C33409E4DEB9710EE99F99F +:107790002FD07E4E428D6554BEBA21C3C9E905DFA4 +:1077A0000327A14DC4CF76151452DE5492E47B9E7C +:1077B000CE6FB5723B6923D00DC6454B32747E1136 +:1077C00074728B25865F74F96896872CD0ABEF377F +:1077D000535EEA9872AE0AE8E61BF6B59204DDCC79 +:1077E0001F138EFD4437DF00BF920CCF48F8E9FB32 +:1077F000393D4F0FD0793F55DBEEC27B9D7A7E7CC1 +:10780000557D1CAEBF6E27F9218D5E59D00D0B5AE8 +:10781000894FD8A8EB4FEAD4E81C755291E338950C +:10782000854D74AF2B88C23E846342C446F17C7D93 +:10783000FD0985FC1C6E0EF8C368E7751572FED154 +:10784000D7A3CFD7BC2E5DCE5F27E485619DD7E35C +:107850003A59B1013EB9C3EBED799A91BDCC24B947 +:10786000DF0AFC91144875A17E7775BCB305E30D62 +:107870005BF31D018C4BB4063F263F6D67A585EC7D +:10788000C186ADF336D44DC4FD1085EC7DED467E4A +:10789000CF45AA2398264D189EA72AF8EB74F9BD68 +:1078A000FF91A1E719F3F847A229BF17E189F3482F +:1078B00014F9BD878FBFECFB09CA2391DFDB7EFC87 +:1078C0001D1FE6F7B6CD796C0A96EB2CBDBFC3FB46 +:1078D000AFB48336CA977CE6E771A4B76ECB8CDB76 +:1078E000653C57BB577CD75BB36F3BC2E344ADC627 +:1078F000DEC8C3F830FF8E99EE1ECAE071E07D430A +:10790000F1F1FECD87707E75D325B41F61C5AB78CC +:107910001C7E520ECA857DE2BECD132D7F624B7157 +:107920009F7216B3284923C76D9BC5647CAEC349BB +:10793000EFAFB7C37B36E37BD03F4E99616CBFAAF4 +:107940003C68D0734D7E3FC117D36DF01EB72489BC +:10795000F3DF5E1D1F1774B01F033C5AD22C118A2F +:107960003F863EE2E7592F92E95E3F561C7B0F5B54 +:1079700012E63F83BD9584F9CF3347B6B7FB0FBFFF +:10798000125511DF2ACFE3F2CD1CEC83B6A6A2DBA1 +:107990000237A84678F1F9B5CD99B41BE777C2AEA6 +:1079A000AEA0FC9159DE1C9C870EAFF6E6E737E3EC +:1079B000D1F281069830D0E5BD625C1D3E7ABB668F +:1079C0004DA776CFE7392C68B8076D9CD8EFF1CC7E +:1079D0005D4C79089ECF27527B5095245BE1F03DAA +:1079E000345FD8C3878D72C0BE2418C57D62DD0E9A +:1079F000D2F349B56E0BD191196F9F087876260E98 +:107A0000D10333E6D9EAEDF0E5F928277C558CE27D +:107A10007C5295D6F724B71742B8BF7EEAF50DB170 +:107A20007941655A08EFAB5924D661CE131AB25387 +:107A3000AE8E953BBA7EDE2F71BF469380FEE1F994 +:107A4000E6EAFA64BCBF7C4B74F1E4A7E1B5CF84ED +:107A50003DEA39AF7BD14A95EC510DEDF6FBCAF802 +:107A60007D3E23EDD190655439DDBA98CE7D7F8A75 +:107A7000B905D2D87ADA6CD72C10720AE4D3DF11A8 +:107A8000FE79CB47B747FF24F0F0FB0C712E5DE980 +:107A900067E25EA12F50FF0527D64968470DDD2B11 +:107AA000B43C48E7C0F4F786E0B48C8D6AC70CD9C3 +:107AB000EF5772387A99F600E6EDFA9E5A9C867076 +:107AC0003ADF2FE074EE0AD742467641DC68E7C819 +:107AD0003C4B3AA451E1D3F9EDE0A3DB07BADD97C3 +:107AE000168E2378E9700178F9FCB346DA7D3F15EC +:107AF000EBED59F404F92B3D20CF69FF84F5CB530E +:107B0000D1EF8ABCBD05E3515A2B0BE4217D17D67A +:107B1000A7DF88764661A8D0987F3AA17074FB7B76 +:107B20009D4FB7BF83227F442F87ECF151F3889597 +:107B300031F288EF12FB71CA1C9EE79998CFEDD401 +:107B4000C4A93C9FB7376AA1BCD9B6AA90C76AD06E +:107B500013D57E9ED79B51E3E079AC05B1E7EF7E6C +:107B6000E88FA3F68BFC5C4EFBFD9C6E30DFD5A846 +:107B70003F817E4AFDF03C98BAB4CE6EA49F30D0CF +:107B80000F1B86E710FD9C13CB67F7B5E9F41319BB +:107B9000CACF46FF30B1A89FF27C3CC077C8EF1D2A +:107BA000D117F2918E6EF4E7D378091BAF6AC6B392 +:107BB000AB3B7EE4481EEDDE29CF124DC2E73A1DF5 +:107BC00029C130D115E089E848A966945FECEF48F7 +:107BD000E6765721B7CF753BC15F1D92787EEE37B1 +:107BE000F39D32D29F581643573E71AF8B805F6F23 +:107BF000F40599EE072912F928732D14CF1BDAFF2B +:107C0000B6F7CA185F682D1A6046BB0DE07C0BC141 +:107C100079E2A2921838078341A4BB657E0EE7245F +:107C2000C03BED8B8A7113A71E9431CEBC810D52DF +:107C30001EBB56C4CF3DF402BD1718E0F6B638DFC0 +:107C4000E1457A203F83D1BD66F047F7BDBD23CE25 +:107C50002FBC63C6E718F69A591EF85898E48117A6 +:107C6000E501B48FCF14F26076936B21979B63C8C4 +:107C70008331EC5A6DF1379E3337FB7D096523FD67 +:107C80000384D319F8073BFCA3D8B73310DEB3F055 +:107C9000FEFA1564F7B549E02FA7625CB67F731E44 +:107CA000945DE75A282E0B7094302E482971B45FEA +:107CB000D25187714E5F238BA2DD7E6126E7AFB67E +:107CC000E7BF4823BBF0ABE7D3F0DC4FFBEAA612DB +:107CD0009433DBD7B2309EBBF455BF4DFED6E43AA9 +:107CE0001BDE35C4DA11BEA84F678978894DAB43D6 +:107CF0007F20012C581CB7F5732BF91F69855A1F7B +:107D0000E261CE792012E7607DE02ED47B09AF7569 +:107D10004B415C6F903539D3C88E0ECA3379999C2C +:107D2000C2D8ECCC099CCF5E0B59A8FFB1EA528CAB +:107D300033E9797E09B8B2142A8F60A9C739129045 +:107D400085611CDF398CFC3622213E6E14CB2DB3AD +:107D5000E1397D3F6C51B0FD3535A8505DA1521F12 +:107D60007FF36CFEBE0EF7DCCCD8F347BEE5A3C7AD +:107D7000993A2D81FF42FF53FB09B757F538ED0FB4 +:107D8000F1FF226F02F1A1E7C7BEE5E7F9B03BFAC8 +:107D90005F48C6FBAE87F32762F366F57CD9DBC785 +:107DA000733B373393E31FD916F3237E2BE26A5ECE +:107DB0009117A3E74754A7EBF7F8C5C615F5F8EAFE +:107DC0003231AFDB857DC2E468077EB7BDDBA2A0A0 +:107DD0005DE77DFAC4663CDFBC2F25F22ADED7A81A +:107DE0003DC8F75B992D427117D724B7C81789F59D +:107DF00007BEF4C7FA0123EC7FD339CCFF2E7F8076 +:107E0000FE0C76B32D93CF43F707F47CC116FFC168 +:107E10006351E40689DF0FAF6572BBD09A5DB53E52 +:107E200097F88FDF57B9CFD67B0CF336F7F9A70653 +:107E3000EAD4617E6B17FCD63EE7A528D9BD354C48 +:107E4000C17BCBC69207EDE507691FD95D6559EA8D +:107E5000E0744CF1FC5FDE9BDD8AE7E787F457EACC +:107E6000903DEBCF34D09B43E8339DEF87F025F274 +:107E700067743CBA4BF8FAF71439227528F7967FE5 +:107E8000BBBC3890CC97E0FBEE872C8CEF2BC6B6B2 +:107E9000BBC5B96D733E1CFE8D960747797618FBFE +:107EA000D7F25BD1AFD1CF69DFB135BF552B4638A3 +:107EB0006874CF0CDE3D4B71DDB1F85AF0EB337EC8 +:107EC00055C88558BEDDF8CAC066F27F4158A0FF8C +:107ED000BB7196231DE1BD5FF4F769DE52E467DFF5 +:107EE000B18E52B4C7753A180B5F7ADE687759BD08 +:107EF000B4B090F2C607D19EF70E364A9793DC9243 +:107F00000731EEDC85765BEAF0B90B6F3816DE33AD +:107F10000E99E15F4778EB9283A98B90EEC29CEEBD +:107F2000CE3916DB6F7ECED3A957C0B8BE728BF8A0 +:107F30003D11F19E1B54127EAFCC467AE2BC7763B2 +:107F4000DF1B9EBFE8AFF0733A177E7E9A7EA922B0 +:107F5000DFCA34FF8B64F33EB4E8EF0B7AAE4C1DFE +:107F60009EFF777DB1FDCA963EEDB97AB4F9FB99D3 +:107F7000B7AC7078FE97E63BBF795E2A9FFFF78A21 +:107F80004ED36FE2E8F3BF62FE18F3CF0F2DC0DFD0 +:107F900089B8BAEC34E3DAF8F7BF5FF9CDFDAEAFDC +:107FA000317F471376F61874C4D64ADF33D111D126 +:107FB000C3B7A6232D75B1818ECCF4B0B0C04EF4FA +:107FC00032928E04FE041E4E4B1F828ECCF470A69D +:107FD0007464A68F613AD23C5719E8C84C0FD7DEBB +:107FE0006A2779E62B67BBE98CEF083AB2D0FC4FE1 +:107FF0004B1F828ECCF430928E385D98E76FA6933B +:10800000FF71FA50D6925C31D2C7E27F893EA2A9B5 +:108010005718E8C38CE750C9C5440723E943E04536 +:10802000D0C769F12EE8C38CE733A50F33DE87E9AB +:10803000234A72449FBF19CFE1BAB5C9DC4F1AA2D7 +:108040008B33C3B30A78769F39FF9BCF7399F1FDC9 +:108050002FE3595D4B7C6FC4F315FF923E01BD6069 +:10806000C0B3195F4B16AD257C8EC4B380AFC0F38F +:1080700069F127F07C5AB93D069ECDF81BC633E363 +:10808000FE5A98FB1366FC019E5DB178FE76F83BC4 +:108090001D7F9AF17B3A3CA63A63EFB7D2CBC55924 +:1080A000DCDEBC040D6DEC173F7ABFAB45BF4DC2A3 +:1080B0008E4F4D1AFD77A6AECDE27EC7CB7ABF2C90 +:1080C00026E2907C1EFBEB7B2BD13E9A65DD94B6BD +:1080D000D83D725D5B248BF89D860EC918CFBC2DF0 +:1080E0008BFB7D3DB560789F35FC7C7BCD009D0F83 +:1080F0004ABB73B00EEDA7EC9A14161C056EDECFCA +:1081000027B0E0D9C6EF45E87BFEF230ED57793F66 +:108110009F44ED3DB5328D8FDF47FF7AE4F8716300 +:108120008C9F769AF1FDD43EE23E25EB42BA27EFD2 +:108130005E6C1AE5BEDFCDB5918E46FBC8E77AE9E5 +:10814000FBF88AA52111DF96C19EDDC2FFCBAC49A9 +:108150004FFC15FDF32D65DE1C8CDBDC9ACDF1E7C1 +:108160004BE4F629B305F211BEBEB88E3ACC6FF5DA +:1081700094CA01CC176B4828F2D13D25CBE7C6DC69 +:1081800033B2CED241F7290E9F63ECE8433FC46A75 +:10819000618314B737F59F99CDE9A041C4DFBD35A0 +:1081A000D6ED780F66FEAE2512EE2FA488F9C81121 +:1081B0001BBF27150103FC3CED3E87A8376FACB40D +:1081C000D13D9FE21ED5D5DF437B9CF247C01EDF29 +:1081D000DBB37A23FA219B6B03D21B06F8F8D8E8AD +:1081E000FB27EF657DBBFD96DC6CB15F21E6DFD53B +:1081F000FC7DDA6F8A5895DBD8793809BEDFD25D0D +:108200006EDE6FF93EADAFFBCAD1F75BBAAE34EFAD +:10821000B7F0FE7A3BBC17B3DF02FD63F65BCC65BB +:10822000F79521DA7F19B95E11FF17FB30144F5112 +:1082300071FF8505F07E9EAEE7AD817A8667FBBA59 +:108240004A303FFCD3A01CA03CDBF9213A5F6FC64B +:10825000675742B784FB36DD75B64109F06FBDA69E +:108260009BFC202BD003FE9E9FB93FFBF26B3A5F35 +:10827000452288422340C7B2981FFA5FD7A688FBE1 +:108280006942927E6E6550FF5D9E1CCCDF6DAAC375 +:10829000F34C8D8C558FC373CDACB51FF3953C203B +:1082A000F78C71E9213D650FBD029C3674BF48D73C +:1082B000F9B1E7373F11F0189FAD9F630B91BF678E +:1082C0005F72F4188E6BD7EFD14BB5C5DC57D480F5 +:1082D000312894F3B77139DF9517A5FC8AA88BA5CF +:1082E000D833E87760827CBF43D6F370E877DF321B +:1082F000041F76F5F1DF33E9BE8B49F8BB15FB525D +:1083000082F5C86F9A858570BFBFFBEE709A2B957A +:1083100090B3C88EB2321854530DF73475AFAD4ACE +:10832000B3723A2B403E6EA8E1F768757FC5289E70 +:10833000D5BD548DE03DF369ACDF85719289658EC2 +:10834000A885CE8798EE0512F01E8B8E86E0280158 +:108350001C73088E820FFF83F8AEE17C5EFFB0676E +:10836000C3FFC17CBC62163886F3B2BB1D94D736FE +:1083700016FC86E0EC0638278EDDEF135CBBC7B831 +:108380005FC7CFEB774BEA6D785E45DFAFEBBE3270 +:1083900076BFAEBB59223EEB6A9652904F74BEEA4E +:1083A0006A5EBA85F6E92C59B44F3736FFF075FD91 +:1083B000BE67F5F7F0F7D586F78B7BA72C9E362C9A +:1083C00057D3046EAF1272C199ADCB5707FDBE8172 +:1083D000F93D7DFCB432C7715CB7993FD2C47D4E84 +:1083E000693E7EAECEDC3E2F9BEBBBED593C1EA61C +:1083F000DF57B53F97C7ADBA5EB2F2FC7511A7EA79 +:10840000BA92C7A9CCEBF39AE256DEA1B8D5D569EA +:1084100018B7EA1671ABEEE337A461BCAAAB9CC7F0 +:10842000ADB667A9317AEA4CBF3F042F41BFCEEC0D +:10843000EDAEB0FB5F9F87DE7F5F4AEF5FE9BE88EE +:108440006B443C4F01BD85F82ACD0F8CA67F4E07AB +:10845000DFB942FFCCCB6654EA7A76ADA0C333E5F0 +:10846000175D6F3FEE08DD918DFAA58CEF83D42266 +:10847000FC6619E41CE85B927367382EB3DEC942D0 +:10848000B0BE4F5EB446C88F34C953FC33CA4BAD3F +:1084900054ABA3FBCD2DAC7A933252DE7A58E9C6A9 +:1084A000F908B7FC9084F73034E4D848DE9BE569DE +:1084B000B3BDDA89F7F836D686B6E0FD50F7034C3F +:1084C000F0FE991AB74CFBF58DE2DC9E96C07F0F4B +:1084D000CD3CFF6772395C1F4C0E97A35DB25F5AAB +:1084E0001A9327E9CEE174FD0F017F56187271F9D6 +:1084F000DFF802FE0E4F53B185F2D29B8AEBE54BBB +:10850000609E4D5516FCA56BB6CDB7D885FB865A37 +:10851000B545C17DC46DBEFA17F07E6F6DB945C516 +:10852000DF293FB2BC82E2A25BAA2C67231DCD13D8 +:10853000F7996F55F87DE6DBAA2D015CB7A6B869FF +:108540001F727B35CF2BDA9619E0F065C1CB0BF4A7 +:10855000F30AF077E4E6CF18DEE316F1F1DFA76D5A +:10856000D35E50D0EC9BB4BC348ABFC3A11639157E +:1085700055C1FB5F8351DA4F0FCAA128D4DD5AAF32 +:1085800086FBC0DBA4C8B3181FD5CA2D741F4ADFF1 +:10859000AE79D13FA3FD50164FE3756B07D3707DC5 +:1085A000CE5D36DAE57845F0FBDE5D8E74A49F6D16 +:1085B000BB9A281E98501CFB3BE67D758FD1EFA01F +:1085C000C407629F6F2B8FD07D344E66782EE29C5D +:1085D00051C3EFDD3DB3F2A884BFFF6033F5F387ED +:1085E00099857E5F4173D3EF20BF08F3413ED96B7D +:1085F000095A503F69AF4BE4A7DD6FD79C467CFE1C +:108600009FA95C1EEAF79AE5E75842B83FBA56E8D8 +:10861000619B9B9F4FD7F16E2E739BE77EE3EF8AA2 +:1086200078E42BB618EF63EC12F79EDA947E8B0297 +:10863000F0CB784429C083E11955FC5EE3ADB3B2B9 +:108640000ADCEA301D6EED7B600B9E6FF13CE4A608 +:10865000DF5FC17C3BCC7363E3F8BED5D195B753E4 +:108660003EDD6D573A2C4827A7FEFCB246F6D152A4 +:108670003FE5590ED1ED129E479550931A98087612 +:10868000AC5BF50626C2BC6C358E00DAB5F31E9ED7 +:108690003A7EE01BD6D15AAB0426D2FD7A72602214 +:1086A000F050AB80CFFF03FCEEA62300800000005B +:1086B0001F8B080000000000000BED7D0B785C555F +:1086C000B9E8DA7BDED3C9CC4E9A844C92A63379D2 +:1086D00034499B94496931E5A4B81B2A96873A2D01 +:1086E00029A68A38A9A5A690E2143C877244B393C0 +:1086F000A62D2D25A48FC4BCD0496CA14F4CAB2016 +:108700002A1C27A1780B173520287250D38A7C4762 +:10871000EF399EC001E49C5B8FF7FFFFB57666CF13 +:10872000CE0C690BDE73BCDFCDF7F5DB5D7B3DF670 +:10873000FAD7FADFEBFFD72CF8E6F5BE751EC6FEBA +:108740008C7F1F66CC1B9018CB49941D5B6675759A +:108750005C9628DBE6C8E1581583BF78DEAA8CC496 +:10876000FB53A2DF6E89358E18C633D7B3C56ADED8 +:10877000F26CC60636DA955D01C696677EDB7FEB46 +:1087800062C6065BEC8A03AAFB37FD70E74D50AF6B +:108790003D6F616558DEF8987F8361BC8134E35793 +:1087A000E3F84B183BE4D7FAA51074D41EBFE1B927 +:1087B0005A28BBB47E8665F6182F4333760596BFDC +:1087C0007F830A701CB2C17FF3199B1F68B941C334 +:1087D00072A6F62959616CB6E3C8BE537E28976924 +:1087E000AF4850FE4C398BAFC0FE41DEFE23E53969 +:1087F0005DD4BE9A97AF2DFF01F51F407860FED67D +:10880000213B7E840D0C756431986F4766873F006D +:10881000CFDE9A781ECEC731B475DC09E35B25CD77 +:108820008FE56762B784575C81EB51FAD59B703D49 +:10883000C66D215C8FC1D3DBD63218EF2D581F06D1 +:10884000DF1E9813F78753C0BFAB352FB41B16AC90 +:10885000139FB6C4FB591579A1634E9A0AFB33FCEA +:10886000F3D5269707A4B89F017CEDB1F561EB52D3 +:10887000F89E2DDE87F3B923B02C6C85F90D66C404 +:10888000FD08FFBAC0125ECEE1F0C28A8771FD0614 +:10889000FD02FE584558F34C9FC7806DC41FAA3A8D +:1088A0008F798876170B47BA7538DFEFFF3FDC7F8B +:1088B0006DC83373FF6704FDA41D27787EE3BC5F9A +:1088C0007CFCFFFDFFB2FDDB03C5C48767C607461E +:1088D000ED3C328B20BFDD965DEF6CAA4A8C33569F +:1088E0002553BD17DB2DC15E2A0B833CE86DBADA38 +:1088F0001981F683F7C45CAA85B17B631D59D70241 +:108900003F8B45E410B2DE41A53D2B08E5EEF53284 +:1089100093A06FDF398B3B08FCAD2F2A2BED50EE77 +:108920005F5FEFC4727F0B6FDFDF20AF8CC178DD3C +:108930000DC3AECF19F85E7F94BFEF6F1EF36F309B +:10894000CC6B10E503CAA77B6046304E4F6DF1F04B +:108950002E2951BFA282CBA1C14DF5CE79308F8196 +:108960003A99603EB5F99DD31F86F6837572C001B2 +:108970004D4ED58DB9CAA1FCC04A39E48079CD13DA +:10898000E5FC95D65000CAE5D809CA85852C16079E +:10899000BEBCC031E2C2F11C0532D3A03EB399493E +:1089A000D86F545947E3F6E7F171B73325AE413B31 +:1089B0002D2AC70E42F9EA6FDE137F10D7A7D6A182 +:1089C00038484E315F4D2EC81FFC1FAE2D8BC69F01 +:1089D00084FA59AA33BC2B84702F928A16E378B09C +:1089E000B821DCC720C133D07247FC97F07E5BE32F +:1089F0002C66017EDDAF9D5450EE645D6F3D3B61A2 +:108A0000D857654572D966838D837EB61A7B4C83B1 +:108A1000A16631433D941DA6F2941EA03843A515CE +:108A2000897132424A52D92C9F3A5A1F67BF31E0AE +:108A3000A115B667A46A7ABBEF235E113E8DF8C319 +:108A4000205BB7B0E8AFBF0CEBC7C62DA183B01E4B +:108A50001DCEA77A5F037DC4EAFA9FBDAFC122E5B0 +:108A60006C993588E5E34135AF09E0E8F99827349A +:108A70008CED5AC77B3B00FFB7DE6EA77DDAFA713B +:108A8000396641D9CDBAD8DDD02E6B8E1CDB056599 +:108A9000CB0D7B020C96D2658956B012C6F63235E4 +:108AA00088E59A20A7934C167A6039ECD3E9473EC3 +:108AB000B5F61618E78E8FB9091F2EF9CC0A5F2478 +:108AC000C5FCF567B6B364D0A837ED3FEC6C8CA558 +:108AD000687F8FA0A3C1A7636B3D307EBC4D52A4BD +:108AE0002BA1BCF92192FBFB577B18CE7BB683CB25 +:108AF000E5C78E0D7671393D7E04E5761D5BD6B3F4 +:108B000072196347AD1C1F630D7C1F6323562A0F28 +:108B100044EC3109CA9D2D277F7F04D7276C0F11A4 +:108B2000EE627BA4C34DF362481FFB65D68C74CE06 +:108B3000AC23FE55B0EE278EDB1B91BE701F50CFCD +:108B40003B2EF42E66D5FC8DD5067DACE921BF0AFF +:108B5000EF0FADAAABC0F93D397CF31E570D8C8BDE +:108B6000C48B7A8256B91FEB4FC892D0BB00DF404E +:108B70008F1A41FD08CB5ACF4B2B4A015F25E532B6 +:108B8000ECBF66E8FEEE00C077C4C5A8FEDF8E1C11 +:108B9000096B85D01E951ED23B6EEB5E0E733F5166 +:108BA000CF44FF1FAC510B717CF13DF893015F4F37 +:108BB000D8453D3BBEA6B90EF6F3AA78316C26FB2C +:108BC0004215D3D6C3F78FBB79FBDB8297F768508A +:108BD0007F24536F2FFD14F59AA3ABF5F9B5EF552C +:108BE000AD34FFEB2CD0A6EBC0437B3D4B8DF3BFE8 +:108BF000F105B594D687CA5F1AFAE4EA76E83FDB56 +:108C0000172B56009EA6E0CB6BAC73687D75F835CC +:108C1000E6C4FD9C2AAB4E006D7E51AC98C1BA7D76 +:108C200071C1F7087EBDFD978E8E8451AF34978F4A +:108C3000A7D183BF59EA22FAA9B1B0B88C74F3392D +:108C40007BEC6090AF1F960B22F643880F05564EC3 +:108C50007FA1D16FBB6E35E0E58EA09BFA673B58D4 +:108C600014EB1F9F38E96A327CE7C9799C3E01BD4D +:108C7000663D0DF893DF6057DA801EF2C337AD45CD +:108C80007CF26A7626C15AC8B5E38BAAB0FEDB1E19 +:108C9000F651A88F6D0CFB198CD75D3691A7C0B328 +:108CA000B3693B957B338EB90EA2BEEF925819F291 +:108CB000E3C23B4EA37CD06AD785CA52F0919FCEC7 +:108CC000B3D0F73B5B16853640BB1D1E8F824B7FB2 +:108CD000D41A6AC4EF1FF5D8150D5E64CBB17CD4ED +:108CE0005B8F0EFDA4AB03F6375BE0C3230FBFD44D +:108CF000857A6AC7CA932E09DA7736023C481FE1A3 +:108D0000C8CE79483FCD9C7F2FB1587661B9F31A10 +:108D100099B51BE6D12949B4EEFB9A8B57217DED1D +:108D20005B992D31837CF94C19A7E7A9F5FF1B3B13 +:108D3000F17916509D0857E7B6EDA15D018EA79E0B +:108D4000CB1973F3FFB2FD40B69F437925B1E830EC +:108D5000CCBB438981CC656CE8ED854C033CEACE05 +:108D6000E0F4EA5EC86208DFD0C7BEC736A0BC0226 +:108D70000141F60EE3FCC3A381EC4779238DC45176 +:108D80001E69CB9D93074388DF316A7F64B933BA8C +:108D900055417B6B98A11CE93DE763C84780F330E0 +:108DA0006C0F9F19DF056577959D050CFCDCF3EAD8 +:108DB000EFFEC4BCF064F0DE200F34012FECF8AC01 +:108DC000A7617C5F2323BBCEF7EAACB8ECC5E7A66E +:108DD000EBB19FEFDBA1CFD0F355D7197CB23AC3EB +:108DE00038C06A3F56A4BE10E4EB164D25177ACA68 +:108DF0005CF41DA08300AE837605E3EB8A4B9B2BCE +:108E0000A600DFED7D74428BC33CD4A0352AC17E21 +:108E1000E7B49C6588272CE289F8F2B05178F921F3 +:108E200028CF519D5194A7DE06C33CC45E5861BC57 +:108E3000393836A906CA755588077F272FDA454580 +:108E4000BE0F9D3D01921F03215ED67633A233F300 +:108E5000BCBBCAED84AF53FC13E610877DCF47FE41 +:108E60005BCCCB32CE1FCB80DAEDE59C7EF7BB81AD +:108E70001F939D3DE2B2C0F8B92DC559F83DA668D3 +:108E8000FED5C07F7F5CCCF5F50E601FA82F813E1C +:108E900041F2D1FCFD178B85DD8D7FF05D1FE3DF97 +:108EA000E994275939CE1BD6F35180A1F38A67FD87 +:108EB0004679F68A185F5F0F2FD3D7838F43280335 +:108EC000F2D2DB224B9FCFE6DBB01A60F1461EBB2D +:108ED0004BC2C6CD1C7F007AEDCF88228DC9EBEC4A +:108EE0005393F1CBCB0C6580B3647F727B1D2F6CE9 +:108EF0004A72BF39267CCC2CE1787202090BE9E971 +:108F00004A161B26B93FA97A903F45AC0CF1DB67A6 +:108F100065F7FA16315626E05C22F45CF3FACD2AA6 +:108F2000E7E399F19519BF6B995E3E9A25F0620AC5 +:108F30004F93EBBD4EAF36CB3B1DEE33C5C1A9758C +:108F4000D772C57ED1DF04E9D7FB33265509F77BFD +:108F5000390B1D0479E13D76965DB79810F34DC449 +:108F60006FA88FCFC7EF4A8CE8DE5BF79F8E400A71 +:108F7000BDACB684E3C5A1479FF007D06F61E37A2B +:108F8000B3CBB40EFB8A39FEEE2BE674BEE7545623 +:108F900025E259FD779E601AF2CB5F58620ED437F6 +:108FA000BE1BD88AEBFB0ECC0BF9A7EFB909E42561 +:108FB000307EE1727C9F1F0136A924C68526313997 +:108FC000EFFC9FDD4F6B6B711C5D3F9A56BF663B9C +:108FD000C91F5D5FCA8FCB53F215D1D6A07F68CE73 +:108FE0003AC227A19F2CCAACF724F48DC9E145AB46 +:108FF000501FA8B68CCF77C27C7BBAAEDBB3629928 +:1090000041FFD096EE5D5E6AD03FD882D56ADD7BA7 +:10901000E91F45AB8DFAC765E5A07FE425F48FBB5A +:1090200087EFDB47FA8D536FBFE279D43F663BD4BD +:10903000C34864573E3C42FADE7EBB3EFECA3DA8B2 +:109040004FE9FDAF2C5FB907FBCFFEC4137EB4BB65 +:1090500066FBF4769DE4DF9A8F70D3BC6B57E13CDE +:10906000CD7AC8806D6ADE497AC83F3EFC2FFB8C02 +:109070007A48F6C3B5AB506E9ACBCC39E2423D7D0F +:10908000A6FD1BB08EB814683F20F6E5CEE115AB07 +:10909000DA80E7D90E8D5F2B2D4CE85FF24327BABB +:1090A000DAAA70FD81DE53D0E361C1CFAABF618F20 +:1090B000A23E5D5FEE213AEFDF74E301B4AFEABF99 +:1090C00073AC6F16DA53BF586B43BC7CB8D84AF800 +:1090D0001BFB2EA7C7773671FD18FD2A349F479FCB +:1090E00093500F298CD955D477CDF3FE7A71257D15 +:1090F000CFFC1E766CED5836CD83A1BC3BDE1ED96D +:10910000184E21B71E17F3ED68850526C57B44C2AE +:10911000F5DAA7A82A7EB7203BAC31E26B326CC0EF +:10912000743AB5BE5BC0D4D9897256A6CAB0BDF533 +:10913000DD227ABFD615FE5E318CDFFF586D27A089 +:1091400025EB9705DF99C7F53E66EDCA437DBEB5B1 +:1091500048FD87625887B7EE5D5C8172279DDDD23E +:10916000D11AEE43BB69AA6C4BAD670ECCD5E1E2D8 +:10917000761DB3862A903FA118E3F8B693FC835B73 +:1091800005BEFCE0D84EF29776803CB322FF6A9190 +:1091900015E28B80E3DB419EE412E180FC96E2AEB7 +:1091A00020CCFB4F41AE6776CA1387BE81F0DC61ED +:1091B00027F9861B201BE4D8D43A15CB29E515C81E +:1091C00027D5058559C5015E2FFA4FC92F21AF8ECE +:1091D000B745D6A6DABFCB05DFDB9F31A14A8B139B +:1091E0007CD777ECCD24BEEB3D266B8E85D3F9ED95 +:1091F000FE0C9DDE027B54CE5F697DEA4A027B90C5 +:109200007EEEB270BD8D6D65EC208CF7C762B077D5 +:10921000510FDE34AF06F9E871495B3B0BD7ABCD9C +:1092200043F5C801DD50CED57C6C1794FB36F6BCF7 +:10923000B101DA1DACA820F8FAD6F504D1B4A8180B +:10924000CAAE473CE889C8872DD274B8FCEB6312DC +:10925000CA7BFF164BE035839DDA17D9DB86FDDE2E +:109260006E61A41717749D18B5E377D733BEFEACB3 +:109270004B6A30D87FF9B0C871F8F4CDF044F9C525 +:109280001ADD2C6E90935BE6467C254BF03B76FA1C +:109290000E5B1C21FCD7F9E99D072E7B5E43FBCAC0 +:1092A0000DF48376A29D3FF5F1734BF8FA17083A57 +:1092B0006ADBB6FD9A0C943B128B39F0D924E71F78 +:1092C00087676F03F7B777FF49227E30B88CC5DA1E +:1092D00049EE4E925EEBED6071D4F77CA726480F05 +:1092E00078642B7CB496CAECF350FEC40E16C1729F +:1092F0006FF41DAAEFFFAD95E495B7B967B54CFBC8 +:109300009AAC77CC24FF75797DBE729F18720A796A +:109310004F7A04F1E702CEF7DB78F9B7C505C4F759 +:10932000CDF25A7FAA821EA03FD72315B5FEB7689B +:109330001FFDAC64C8E80FBBAE84B73B5ECCF957E9 +:10934000EEBB60B8E03EB1F175F765733C44FE36A4 +:10935000B51F0AD88DF0BDB133DFF17F05D7FD7899 +:10936000FE22F487F49ED9E197508F687A6C3E3ED6 +:1093700077C823CF921E72D21A3AC8D07FE2263F16 +:10938000D31D73DC430E839E7CB7D8DFDC2D47C929 +:109390008F73B65563BF294B7CC70CD71B551C0F69 +:1093A0008EEAFE0A36D2F738D24BDB426917D14734 +:1093B000E076DCFFDEA67941D4978FDA39FC677757 +:1093C0007D5F42FF65EF26262BBE14FC6C1373E213 +:1093D0007B7DBDF4F67A3DF4B31AFB417BB772A9ED +:1093E000B17EC35AB54A6C1D7C7F7B6121AD330BC6 +:1093F0004BCC83FABDB055EE167AD7D12BB91FAA44 +:10940000C72FC7DA71FFC3ABDA6E41FFE155CE104B +:10941000E2296B58A14E18E828A7EBAB6C4B16B7A6 +:10942000136C59D3EB7B0B8777E2303596C8BD6858 +:1094300067B2B932AD7B6F44263B7D7B0B53102D59 +:109440007BABD92BE8AF6481E8E428DA7F9BB93D98 +:109450005A60E565E6F150BF589B7DF6F50087E35D +:109460000BF215D84F87F3BE1237CD3F9D7FE04FEB +:10947000C29FA597FB5BE49528A781DEAF237EB44E +:1094800054CD46FF438F6D823D2DCA1A8CFFFB2AB7 +:109490001BE1A15C3BA14D54E1FB893C96821F7707 +:1094A0009645FCE83FE811FE83C126EEA7EA6F1956 +:1094B000F3A37DBBC3737D362EF5561BB7BFB7B67E +:1094C0005D7DA04D4A8C5F63E17638DB612738C94A +:1094D000C78AFA42B546F6DC7E7B9CF4CC1EA0B36C +:1094E000E1C57C7D8D763ADAE5CD68974B81A8861B +:1094F0007672F871B2AB9F047D05F9476786F2CAB0 +:109500000128BB6F94158DF865F819E43F9E6699A4 +:10951000F484592D631AFA1540DC8FFB6AD15F1D64 +:109520008F3F88FCFD6E9F72908412B7D333D03E7C +:10953000A532B7D37DE7E632C48B6976B9C9FE7927 +:1095400059F84FEFFAD5BFC79F243F000BA33FF850 +:10955000FCEDF0F029E4D723E11609ED02DDEEA2DF +:10956000A5D2ED5486FEE6AC5B0F65A35F7E57ADDA +:1095700005E09A532DEC56937D6EB6C791AFA13D91 +:109580003E07EC7184EF83B6BFA1ABC488FF4E32B7 +:109590009433B6EAE9F637DAAF786C49E39BECF13D +:1095A0008C6A61EFE97639B62B99D91EFF83E0A367 +:1095B000667D664065537E58C4C30E50E0711C60E2 +:1095C00025CEDE2C7AAEAC8667B3E06B3E0FD3D0EF +:1095D0002EF5295C6F413B9DE05B0D323E93DA4BEB +:1095E000582E606CD1DEA5F4B995D5D0FEA62A6EB2 +:1095F000C72AD81FC6536ADDD45F5F4F833E44FD40 +:10960000591874E5A5A8FFD8259CDF97BEC0023283 +:1096100094FDCDC9FBF17FCB6EFF4815C79FF3B515 +:10962000DB03A5C9767BDBB67734F27FDFDDE57738 +:10963000A0FFF945F8E7C3764EAEFFAF197621BF1C +:10964000F036CB4D7694E7A7C657B18B90EB176BEE +:10965000D747AA82537E98F3B1EB8F1E3BF9EC7C7F +:10966000283F502B93A97AF4D859E7BAF7386F30CE +:10967000EB9D2AFA287250BF546E3B86FAE527DD2F +:10968000A4BF4DD72FD92CA42F6D0D9717039B5E28 +:109690006F477D33E736B694C0AF88486B617E4D27 +:1096A000F39D349EAE2FE6348C4B686F06AD5DA4FF +:1096B0002F7683BE88F2AEA06BCF35E8C7652F5AF0 +:1096C000188E57D0D2457A663ABDB152E88DA027A0 +:1096D000AE2985F1E73C61D01F59426FDCF401C12E +:1096E00013043A47B930D8D87518E9F76C79325C69 +:1096F000537A7014F4E0EC0BD7834B12F07C01E149 +:10970000C941782AA6C333E52FD02ECFACAF4AF893 +:109710000BEA0E5CBE0AF5BA0B87F39D31239C0B56 +:109720001F5748FF2F68DC7B18FD21BF2FE77430DF +:109730000DCEC6D53E3C2764855C2F37E35501C26C +:10974000055DE709B8FCCE1109E56FBAF500B83B35 +:1097500009EEE634700BBFC98D0716EF413FCB5DB4 +:10976000160E07FBB09C064EBE0EDA32B78033975A +:10977000E0F27D5A26B8F4794E9AF6D157C708EF31 +:10978000FA1A67DA47A621DDF91B559227FA788A7B +:10979000D8CF5589FD3C5C4AF46B80CB92806B64DA +:1097A000C89EF27CEFAE20973F667FD210F08871A2 +:1097B000A40BAB4AEB5F7F834743BBB867A94CFE62 +:1097C000B4FD6E7533CE1BEC5E867CA6E719A6A1B0 +:1097D000DC7967A93C8CFEFF9EE863AEEB61FE3D41 +:1097E0007179F6F5C88F1A643A2F9993E79AC47382 +:1097F000C7FE7887AB0AEAC74BADBA5DECE47E8B57 +:10980000B8833F351B3EB31D713FDA3F791A0B69B0 +:10981000F0361061E407E96F64DA25C01F73A59183 +:109820009D1FC1F5DA24133D433F878C7A8B8DEF62 +:10983000DB6053F122DCA73221BF0637DFE842BEEE +:10984000D01DE77A9F793D9E2CE57A5868B481B7A0 +:1098500013F2B03752BF19F735100DC8C67DB50BDE +:10986000B91688B229BF1592CE00E8539C7EDE5E01 +:10987000D35C8AE7417AF9F597E200F240ED4909B5 +:10988000E3AD0ABE28133CE679B4CD77E8FA4A7313 +:109890002A3B63C37C493F474B791EF1A5A053F097 +:1098A000A364FB5DC73F331E07AD60B7A3DE8276BE +:1098B0003BB4EFAB95DB50CF7B9B81DE0878117B0F +:1098C00094490E84BFC41A4538FD4E26A19E9907BF +:1098D0007AA0C6E30246516FF2453C746EA1A8938C +:1098E0000CE32A600A93A8DFE575B54946BCCE3182 +:1098F000D9E5400F245795F5EC00FA03983ACD4E80 +:10990000B796E54CB7D3BF84327849C28FE1387837 +:1099100092E2BC66B22B73C5B9D07F955DB9A28CBB +:10992000EB63E76B5756CEFFEBB62B5794717CD5A4 +:10993000EDCA01B42BA9DDAA51C4B38BB72B4FFEDE +:10994000220EFBB0236FD1E428BCDB1EB96312FDED +:109950004D177A1EDE2DE21B589BA4588A80BFAC9F +:10996000D92E21DFCB43BF6B0AFADA57CCE9EBEEF5 +:109970005C754DD99299CF293E5DC6F9ECD5E23C94 +:10998000C7CC6F55C6F1F9E6A24813E2796EB3ACC5 +:10999000398007E736C6494E64AF3E4DE75F1FC4C6 +:1099A000B92D9E87FD773FB77D26C8F17DBFC06387 +:1099B000F3FA1F2C17F55E9D1E5427E29FAF31204E +:1099C00023FE4B8D93645FE6B0C0EA8F2A89F6537D +:1099D0007666831696CFCFDEDC5B96C2DE34CFE7A9 +:1099E0006741AEBF9C68E7F2BAE70E99DB07E8452E +:1099F000C7F5AC55288E05FF42979FFF79F07E99F9 +:109A00009F076BF5CEE8C1D4F6E8B5E86F84D58E34 +:109A1000ED12FE00B4A77CC23E1D456984FA6FAD0D +:109A20009BE4F6895332433FF103B5F387518E111E +:109A30001DA01CFF32B7178A5848467B72B041A65A +:109A4000F7BD1A18FCE8EF16E78C5376A6B04BD793 +:109A5000333665A7A23D8A321EFBBF5BAEDB131A0D +:109A6000D9A3EB9AC11E257F7ADCBF3A2361670632 +:109A7000D0CE5C444FB2137F2EF62920ECC400DA1E +:109A8000990BD1CE84AF6427ECCC00CE333B616719 +:109A90009688FE3F2DE7F45522FA9718EC4CB4ABAC +:109AA000753BB3B7704243BC8429074E129EC378FE +:109AB0008B314E04F01CCF7AAC7CFCFC162540E5C3 +:109AC0002E47D27971D9BD8EA47D38E19ED0ECB8F5 +:109AD000EFEB3C6C18C60BEC4EDE276FF4B1BBF01D +:109AE0001CC96C771DB7279FCB7C4BCC5F7FF63AA8 +:109AF000B567109F02517B00CF850285DA4E9C57D7 +:109B00006E4466C312DAED7C9F061A580CE35A982D +:109B100015DAA3DC8DE406C8FE77F2F3847C7D9F22 +:109B2000047EE8F67F7E436414FD3D7916586AD8BA +:109B3000C3FCE80609F1EF4BFF9A11203D4C9C93C2 +:109B400043D338C29D6B9A7FD13DC9F46CB6A375DF +:109B5000FBD167A26FEFB87CC691623D6A2CCA51F7 +:109B6000E41BB9DFC8C874CF49D81D50A673CFCC49 +:109B7000D94A25DA9F571D0BDEE874259D17AA08E0 +:109B8000EB9E53BA9E15BC11F52EE5F464DC03FB85 +:109B9000E19967DFE7A4EF8AF6DA8930EA61184FC6 +:109BA00046F6ADDCD586F140402EC4D774BF4E6F6B +:109BB000246B91CE57994EB7A83A44F6B6A15EAB46 +:109BC000D43B2767A19FFE470DA36427486CB20CC6 +:109BD000FAAB6AA17696E0827D2543353C8AFA5637 +:109BE0006CB337807C3067BD5ECFD7291CE6650932 +:109BF000DB974CAFCF595FA79D35E2D338A75BD633 +:109C0000A0C4CA68DF19F7136ECC253BA1373246D2 +:109C1000E7307B409FB3207EB46DA732C801568CDD +:109C20007CC21A96306EEE81E7789CAA723A2CE1DB +:109C300079058BE6068886AD318AAB838FD0775F56 +:109C4000423DCD82791120EFB9FE41F20AD64FC2D2 +:109C5000F3BBA73379BB4FAEE0ED0A229A1FF58222 +:109C6000DECD1BD6A2DC5299D68E71A58A563C6CED +:109C7000B4638A841E9BCE6F70A1CFEE56A69DB5AD +:109C8000615C317F8E360CBB2660BEA3B5C364F722 +:109C90000F005FC3F3A76EFBC8CE1228F7DC0E746B +:109CA00004FB5BE16C7455A07C7BCE467ED081E6E4 +:109CB000FA4B50FEC72BB99ED6ABFBE7C47A48B32C +:109CC000B87DA57FF7C03CCEB79658BE45F90F03C7 +:109CD000188795424E7C568CD7E9E5743FE7DD4CFA +:109CE00016A360DA98847EBABF15E3E8EDE714BDE9 +:109CF000D02421FF611FBAE134E0FF1CB701DF016E +:109D0000EFF6E0FFF8F9B85601F37A709B5B3FF786 +:109D1000EFC6B8C54ED1FE6F1FCAEF46BBDD588FE8 +:109D20007183E6FAFC7B54B66511F91BB5EB817FB4 +:109D3000E67FF1F2CF5B295E263B818FC5D3FB8D99 +:109D40009EF91F711FFAB7D6B0189E73DBAEE5ED12 +:109D50006D351C1F62BF5C4B726CE0472E0DED81B0 +:109D60001CC6EB3F7A19A7FBDD2F8EF421DFF2B77B +:109D7000D819E287BF65FB38F2CB0BDD7F7DDFD3DF +:109D8000D68B75077AF11BF3830E548A38B1F5C967 +:109D9000707E5078F941CFF7EB028FF478F22E39CC +:109DA000594F3A5AC1EB5FAF9074FCE5727E9593C0 +:109DB000E4BC82FAA9A1FDF704DE558B714B1B6E42 +:109DC000F6A5F2B7E84FDD5E9A2A4FD9473F2FFE3E +:109DD0000AEA7FAB7293ECA3DE4757FA25A8CF04BB +:109DE000BCB26725E2576D68AF6128F02CAE573DD5 +:109DF00031C9CF83061A72B3D06FDF6D63D791DF9D +:109E00007463200BE5DF0EA11766FB6212B6637F59 +:109E1000C314B4B3C0E6F784485ECB353C9E53F51B +:109E2000D46463FCB0BC08958BEEB2F145E4A77F27 +:109E300014140376F1F19D5F457F097CDF65EF0A1D +:109E4000A1E93FD3F9F9C0A6ED14F7D26BD3283FAF +:109E5000E5A4C877F8B678CE1779677AFD63222F24 +:109E6000E2F134F5DF13F54F88A7B9FE1F44BF7840 +:109E70009AFE63A2DFA934FD7F28FA9D4E53FFAC02 +:109E8000A87F2ECDF83F16FDC6D3F47F41F47B3179 +:109E90004DFF9F897E2F4FABE778FE8AA87FD53490 +:109EA000FEAF44FB09F1BE3A10203C4E97EFD6B608 +:109EB000ED87D7642CA638703AA7EFDEFC26F9E7C9 +:109EC000FBB780F65133B31FBE1CFDBD30FE668C60 +:109ED000DBC8A178698A07AA39347E6D7021DA2D32 +:109EE000A1374E211EDD2ECEF1985A89F4ABC73F23 +:109EF00015965FB987C72BF1FC01ED059E3FC03C6D +:109F0000CA53142776AD92897AA719FF7A5B158A0E +:109F10007FD92CE2F0A6DE47B26619EDF6EE537259 +:109F2000DCE64BF8AF6A222C9E63E0A705A758BE7B +:109F300004767C41FCBB5200F3626ED7F5A2DE1BB7 +:109F400054F8FEF17A3ECF1A8CA32AC4EF293C6E56 +:109F50003832AE225F4EE797DA2EF80EC061213814 +:109F6000409FDA05EB590364E701BAAF196171DB71 +:109F7000427C8ED7E3387A9CD8250FD7D1778E07CD +:109F8000799C8BEDD4B81AF426C66D12F136E9E24D +:109F9000B10666C0BF7F9FC7783C6135C723A4CB9D +:109FA0005B8CE7C2F3B8DFEF500D97F309BC99273C +:109FB000EB7823E3BC847D521D10E36526C633E6AF +:109FC000FFFC4EC4810FCC40B7BF9DC792DAA5A35A +:109FD000AFB7C5FC0766A0A33F99C64BC70F7E6706 +:109FE0006A978EEF9C317D371D7F78C334DE23A2C4 +:109FF0007E443C7F314F16EBF6DE7469A66F3DFE62 +:10A000006F7EAC7D1FA797D04FF1DC5FEBE1FE3593 +:10A01000B43BC7720DF68D383FD5CF457F549E4572 +:10A02000856F8C2FCAFA18BE031DA9DD60FFBC1B0B +:10A03000E4F361CE919D68A776DE2E2BA87FCC79C4 +:10A04000BABD4FA29D9F298EC61C7F6C3A6F6BE1F3 +:10A05000E7A4D3E36992DBCD74FE38935D84FE0FF1 +:10A06000D49F7C8D8C25FB3F58F8A3CA74BF4767EB +:10A070001987DBECFF70BF1B64EA65097FD3BA3236 +:10A08000CEDFDCD6189EDD427D29D50F444EBAD0F6 +:10A090007FADDB975EB1DEA9E2868CF6666F21B7F5 +:10A0A00037411F09EC253B2B42F6A6F79F33C82EFC +:10A0B000BA50FBF283B22B673A3F7F57F09F1F8B5A +:10A0C00073BE125816F45B3C23D6B104F41FF43F60 +:10A0D000E87E8780A81F15EB1710F5BA5FE30453DD +:10A0E0007F678C0F343F757E698E67FD0F5BE4F5EB +:10A0F00072184FDD3D41E7868E3C16C2B803DB1374 +:10A10000AA6A0BCC7C6E07FDFF500EF3557BD3F48F +:10A11000379D7F41FBB7E87B2BDE885B8CEDC1FC74 +:10A12000C0FD9EC9AFFA7DB13E7ADCC13A1D0FA0D9 +:10A130003BC9DB288F3B98A2EBAF24D3B5D1BF84BA +:10A1400074ADFB97FEBE2293D6F56BE3673391AEF9 +:10A1500013FB97DADFF47DE16F7FB79CEFDFC0621E +:10A160009E57A8859C3C0ED552B71CE7E3B82C320D +:10A17000CF6290BBE702166A3F539EE24C79893367 +:10A18000E523CEADC8C87E1D6C4A166221E4075790 +:10A190007FB36AEF4A3C3778DE42F97CA55DEAA7D7 +:10A1A00070BE774D488154F19239CE1BFAF05CAD08 +:10A1B000A315BE6323BD99E4D8EE56F80E2CDA360B +:10A1C000917FD71DCA1BC2F5D6849C1E6D58477659 +:10A1D00071AF262BA4AF9F5E734D19B47B2B5B260A +:10A1E000EAACB085A9DCDB2253DC7C6F43BB13E90E +:10A1F000B7AF595650AFEE3B7703D5F7297208F346 +:10A20000903AD7B7BBB07E3066A5FCD898C8831DFE +:10A210008CCA6E948FFD0D632EF4A362FE6F872DA2 +:10A22000511FD386353AF7EE8B8490ADCEAA8ACAF9 +:10A2300094A72BEC1B33BCBF0E70793280FA0DB49F +:10A24000B3E5BC48FEBA589E22E1FE2D78CA45F01F +:10A2500016642B432EDC0F41BF8E2D9610E665DA77 +:10A2600034E013C0B40A0AA30CE37E1D5BECF4DEF9 +:10A2700013E4F46A63B08E86FD831D4F9461826B94 +:10A2800072C26B2AB813D72EE220DFF3BC697DC5FA +:10A290005F268E714D4EE4F3154B12F338FDC8FC6A +:10A2A0004B26CEE3FCEBEFFE42F3F99858BFAD2E00 +:10A2B0007E0EB6F58435D4C612F3D2E5AFCE07A62E +:10A2C000F88353E3F2F75690BF304FDFD3637D52EC +:10A2D000F174BAD1F7C74C3F7A7CB77E1E70E25456 +:10A2E0007D25DA75DD0DF317A11D19B4F2739358AE +:10A2F0006380FC4F1F12FED5BB441C7FBA73D13E56 +:10A300008DC71FE4B46C7FC3E2C5B8121E97ACAF13 +:10A310008B1E57F189A9F88398847232BF6BA80D00 +:10A32000FDC129E20FBEC6F72BF539FDC5EACDFA0E +:10A330007C805F1FC1F1D52D7B96DB8DFCBA51A5CA +:10A34000F8315F0913CAD1641CFD9700D2249EBB6B +:10A3500039D919B514F505D53942716FE36FB16A72 +:10A36000B4AF55E7249E43A801B33F939DFBB31EB2 +:10A37000A78672FFD54F2E473FF5E06C16C2382DE9 +:10A380006F5D6192BFD26F0D8F225C7EE06F5B3399 +:10A39000A7FB37CDEDB5867FA3F8385FC7159FB70C +:10A3A00002BCAC8EFBDD3E542CFF45FD32E7ED8F49 +:10A3B0001179C7F844F9F2B2C8DBEFEC70133FD360 +:10A3C000F394F5F12A9C87280F65B4768CFC918371 +:10A3D000B5B21BF12AD65CEF4B15473AC5D7DFCD96 +:10A3E000649A21BFA2D31E5E0B360A5B567967437F +:10A3F0004745C20F770D94110F9855A1F8B9EC5B42 +:10A4000081C7D610FDFB8D71DAFFEBD089F33A1FBF +:10A41000FF8F8AFFDAF3F18ACA0B3B1FAFA9FCEB6F +:10A420003E1FAFA84C3E1FEF4D9C8F4B7F89F371B1 +:10A430001D1FC8FF5685FE3FCE57BB241627BD689B +:10A4400095C8CF01FC413C4EAC2B8763A0691EDD53 +:10A450005B71D616D880ED7B37E50671BEFABAF689 +:10A46000EE3CD19707ED26B61648EC4AE0539581AD +:10A47000A4787FBD5EB3E4537D4E2E4BE47D011E78 +:10A48000E708FE46E5643FB75A9A941776E7FE154B +:10A490001EF27F52F9F03CA0831465331D4D9D6B75 +:10A4A000145B189EB7746F7337A68AC379BF7CE4B8 +:10A4B000A7022F476BDBE9FCA3BF4126FF78BF4E05 +:10A4C000FF0D9CFE3BBD7CBE3A1D2FB158882E0669 +:10A4D00096DB090F06240BE973A3673EBA12F96CE9 +:10A4E000FFB2C030D24BFF2FD7FAF17EAC3F08FC51 +:10A4F000E9F6B37C8C7FF369DC7FAEF34D1D1F74EE +:10A50000B873AE94096E7DBE7DADECF06B741F8B9D +:10A51000F3F06B30EFFCE649927373D76727F1E5F0 +:10A52000FCBA89364A4DDC929D7C7EF58C95CE9F97 +:10A53000F2D773FF7F77AB42E37CEBB93719EA714F +:10A54000B90DC9E39C6C0E537C056B9854514E8138 +:10A550001CD1320289F9513B837DF420AE27CCAF68 +:10A56000EF9687AEC138A23BDBBC2AEA0B03B75C8F +:10A57000FD00BA1E0632C36B1D74BEE58CE2F9AB5A +:10A58000611F62EB6D04DFA10E035FC7FC22CC0BE1 +:10A5900078D0CDF95BB72DB2D698D7F31B711EF0EA +:10A5A0006BF1D4BF9F6EBF1F748F6FC4FCC981C392 +:10A5B0003FD9EF5C467AABB0C3D6EC57ABA6E3E32A +:10A5C00083282752F07DFD1C89595910F9F64CE378 +:10A5D0008CD6DE21639EAB01AF086F62AA93CEEDED +:10A5E00075FC4A37EFEE5627D31C06FEB5968D60F4 +:10A5F00030C1E8A687FC28A7FA819F33F26FFD6C73 +:10A600000CF9D05B2FBB154BE8BDF03E393FCFFCBA +:10A61000F40A3F29FC55225F99093E1D1FBE83BEE7 +:10A62000C0647C651107EE8B939E806F2C528E78F0 +:10A630001B21BCCD35E16DD11793CBAC21F99CC763 +:10A640008C77BDE2DEB1A3150BF63997A6E027178C +:10A65000CBAFB463E7C5AFD2E1C71EC14F9EDA648A +:10A6600097310F25101991107F0B9AC37E564DFE1E +:10A670006CB297BCE2FE1A1FE3F2F29F051EEB4F8D +:10A680007D9C3D954A12BE75B606886EBB5BF3880D +:10A690001F786B27288E3AB731BE12FDE5736B1910 +:10A6A000DD53E3AB8B88B869BE6EB62BF9FECC35B3 +:10A6B000D179AE894F78CEF1BC87BED60A1A5FD762 +:10A6C000EFF24DFB357AE6618E7FC0DFF03BDD7E39 +:10A6D0009E0F6BDE27AF3827F4D6257FE783E2E3B2 +:10A6E00017CBF7D3D67B01AF804F1C3D047C2205EE +:10A6F0005EBDDFEFEA4FF3F9DAFB95DF97093B2DFB +:10A700009DFC1EAD03F9964D71AF1467345037A50B +:10A71000DF5EC2084F62523863FABCF5F36FBD3C8E +:10A720002597575892E85D3F07BFE948F11AE4AF13 +:10A7300073DC8A0BCF69B258D99A95FEF33FB7D62E +:10A74000EF6D4AB77E1807C0F5741E376090D304CA +:10A7500047A77B84F66FE9FC056B3A6AE9BE47EED2 +:10A760002F3B7205DDAF087AFF5A8C9355DADD0175 +:10A77000D43BBF857A0FD057DBA6C77E4172FB79E9 +:10A780004B00D7A7BA79C3BF20913E887A07EF471D +:10A790007E467D3ED7CDE7FAEFB5F3193DC1AEBB9E +:10A7A000653EFAE10EA4F6DBE9F90701768AE67F59 +:10A7B00042F8554E9CCAA2F8F407EAF26BD00E6636 +:10A7C0004A84E23E5E2B95457C30E7C766BB772A1C +:10A7D0004E1DEDDE85683F4FC649DEAA8CE20CFBBC +:10A7E0005A56935CD1E3EDF5799BE3D7F538F58FB5 +:10A7F000A37D4CBAEE941DDC3A9FECD0D476B07EAB +:10A80000FFC13F1D785269277B85DB351AD8351883 +:10A81000FF936D57FD92013F2644BECD4C764DF718 +:10A82000FCFFDA7CD2A7E65F985DF3AC888FF96B0A +:10A83000B56B9ED2E72FEC9A4E433EE9E7165FBC1C +:10A840005D1343BB8619EC1A0DEC1A668C07BB6CC2 +:10A850000DCE6F1A1EBD4F3E7872FE7BF3C10BCF3B +:10A860008BE1F92239B7F13CF8858FB3389EE314B8 +:10A870003476513967419ABC9866EE974A270F2E75 +:10A88000222FE60DA4C7B4F940E25CA0F5E8B12E92 +:10A890009EFF13BFC07B01C2C9F7026CE6F702AC92 +:10A8A0005E50417CA86F5D4F13AA481543EB29EF1A +:10A8B000C20C8F7FFD08E921FA3AE436723F5CD082 +:10A8C0001A71A15C99CA135AFCDE7942379FFF7A4C +:10A8D000CC5E807EBAE6E43C84A97C1A713FC0CF8E +:10A8E0008E1C1DD74A893FFB17E4CC7CAE9258BF23 +:10A8F000B04AF18257F1386A6B204CF7E2C01FF979 +:10A90000DBCCEB89E15ED7427B8BEA9C44FF9C2D3C +:10A910003B14477D1CA47C14E3A9E0FB95F87DABB8 +:10A92000C256CC867EB642D0D3007F2C1E9545AA57 +:10A930008CF7C91C518CF7C9E8F7D71D978648AE2C +:10A94000151CED5B837AC94CEDEFB270FA619FE69E +:10A9500071C329F69FF2D8B45B389EFB615FAB0CE4 +:10A96000F8DE7323C7F7D8026752BC9B7FFD64EA09 +:10A970007B1F1A2E2CDF6DAE903B15BADC997EEF53 +:10A98000C3C771BDA6FCAE7911D24F66BAE74FDDE1 +:10A990002211DC0E85C592FC65B648238DB73EC2F8 +:10A9A000EDDDC6303DCD78F201E4076A32DA772278 +:10A9B0003FF0743AFEA05D5C7EA021DFF14EC4FF43 +:10A9C00074FCE033C8C3732EFC1C53BF1FD01C2F74 +:10A9D000638EE778FFF98523D24618FF90697D7270 +:10A9E0001A22826F8439DF68383F3E5A62E21BB90F +:10A9F000A6FCC114797B0CF749CFDB83F51C5C60A6 +:10AA0000C4F36979968F28C6F3DA4F1D7D242CCEC6 +:10AA10006B0F105F89752DC7F1CDFEFC99F015FA0B +:10AA20001FC37D9CF9BC38F5F72F363EA9092FC905 +:10AA300031C06B8E4F8A89F8A4589AF8A41C8C4FA9 +:10AA400082FA1C8C4FAA36C6279D5D83F7E6EAF191 +:10AA5000494F233E1526E292CC7804F03F47F0A7F9 +:10AA6000D19B753C9EE2671FE679FAE6F320D0AFF2 +:10AA7000449EDC24DD0B01F3A63CB73EED4DCA7FBE +:10AA8000793B60A53C39BF332CE13936B0F0498DB4 +:10AA9000F25FC214EFA020DF0E611E9CD45692CD4F +:10AAA000F93CF2FDBC0893108FFD114F14FD2A7A7A +:10AAB0005EDCB5FA7D35E84F48C6A3D7111E9F9AD4 +:10AAC0003A0F399157585F89F3D970447DC9963947 +:10AAD0005D0FD2E19B82FB2ACEC781BF8C625E44B0 +:10AAE0000F9E0B2928576509E7FF36CC0FC7D3D730 +:10AAF0006370B3B013A6C3DB86FD7D424EE575BD22 +:10AB000041EB057F94BF921799A4FB6CFCB05E46A5 +:10AB100078AF4EC0AB9AE0B556E5A48757CFABFCF3 +:10AB2000D1D14D7BDB4ADF132E09E71513F9897D5F +:10AB3000DA1D97227DBE1DB5CBC81FFFF8CBAF1223 +:10AB4000BF1C6C52E87EB61C3649E75A39CD6FD22D +:10AB5000FC159945F13E0C731E23DEE3C0E159411B +:10AB6000E3EAF07C44CF6B34CD1BE09953B5C420AD +:10AB700077AC5C5FE98DCB185E86F9AEC45FCE37EB +:10AB80009FF41F0FBCFE12972B1F14FE464CFB199F +:10AB9000A1FD34E0AF84F03295E723E59AE035E398 +:10ABA000738AFDBCF2BDF63391B7CBE30D0CF9BA55 +:10ABB00004EF4F0EDCBC1AEF65CB9827FC56C29E03 +:10ABC0004F773FD3B5E2BE97AC52EEEFD2EF671AA4 +:10ABD000C0B84F94274D27FD743F93C6E3D062E27F +:10ABE0007EA6EEF3BF9F49C57B71A6EE676A38BFAC +:10ABF000FB998AF13234C00325C0E384CE61401151 +:10AC000096459C907E4F867EEF97379B590B17F1A8 +:10AC10007B16908FD694723BF2F2D200CFCBCAE073 +:10AC2000F11E53F732D4652D4294F0E1F830CE5B3B +:10AC300025BC9D0FC7CF4ADCE3715B907F57CFB334 +:10AC4000D3E354D3C5770EEAF75F5FE03975CBB134 +:10AC500047C3184FB434C8F74D8FE3D4E1DBBFEAE4 +:10AC6000A162A37CA811F11A7ABD6E6FE9F5FBC44D +:10AC70003CF688BCEED2867FF0DB108F356F00F398 +:10AC800014D3C9F3F471EBA9EDFBDE4DDCBE8FAD3F +:10AC900062769447B1B69F15A3FE3068BA0FFBF4F5 +:10ACA00023CFFA31AFF28E556EFA5D8C7E9B5AA39C +:10ACB00054CD7C2FB6395EA1A791C72BE8F3BB53C7 +:10ACC000C037939F2657C427E8F75D0C44F97D17DA +:10ACD0007D2DEBDA6CC8E79A6116D0BEB06B94E7B5 +:10ACE000F924F494B8514F31EB839F48E8838F5691 +:10ACF000BD87BFE6CE2A8ECFE9E2779706391DFEE3 +:10AD0000BD68B7350D7ECD16FB7EB35D8DE3F7B222 +:10AD100005BEFCFEF077288E7E9B555B4DF419B383 +:10AD2000328C631A6DE0F98DB19093DFF389F14BAA +:10AD30008B13F14BDD0DF5CE54F6A41E7FE40D040C +:10AD400092F4947915D131E4B7876C5A3EFEAEC5C2 +:10AD5000D8D006F243F77C3732D7E8E7323F87E6B0 +:10AD600006A6F21DC53D062EBC87205DFEEABF8A01 +:10AD70007D4DE4AF6AD2EA8CE9F5C868F17CCCD7A6 +:10AD800000738692D4C0E33AF330AE1320FCE3AFF5 +:10AD9000FE77FC9750EEF75BE85E7D5F440B23BFC8 +:10ADA000890B7E628EEF54C53D8347AD9CCF1E2D2F +:10ADB000F584DAE0D5917FE1E78D47CA9CE49F995D +:10ADC000A812FC55D1C82E7ABF7E9366C17FD2F9F6 +:10ADD0004D12F91FC9F775DD57C2FD47F70978B263 +:10ADE0007D9C0EE2EC2ACAEF1868E17C0EFF92E32C +:10ADF0007027E2A8B700EB09F487F07C3142F72E08 +:10AE0000C9A57C9C1CD33D4C33C51197FD68B1BBD3 +:10AE10001ABA963CDFE1477B43B767728EDF772330 +:10AE2000DA33AF9728C9F9B1A638E33F88F9A78B81 +:10AE3000338ECB71F29778994D41FFC889769E1772 +:10AE4000DC536CA5BC6DCCA344FEE213F752C1FCED +:10AE500028EF7750CFFB5519D1C1E03DA9F38CF70E +:10AE6000CB5C0F4DE437F2BCE2A219EE99BEE03C98 +:10AE7000E29D92B877284E718125117EAF188E829F +:10AE800078B4C7707FD57BE50FA78FE7D45C568475 +:10AE9000736371269657568BBC2D537C298C4E714B +:10AEA0002FE9F28CBF5ECDE9EB62F38C07AAA5BF58 +:10AEB000EA3CE36F08F8F567AF93EF5FA1C6EF01D7 +:10AEC000282CE479C7B90DF600E5B15BB59D74FF98 +:10AED00049248BA5CA2BCED7B4CD04348E939B883E +:10AEE00007CF6FE0F3D1E3C5BDCDA9F1ECBF4B7C3B +:10AEF000F8B555AE2C637C389457537CFD0CF1C8E3 +:10AF0000737FF49A0BD948D1F3A792F843DFF19FEE +:10AF1000127F50AB95A47BD3F5F8F11B91A9E4A463 +:10AF20008F1FFFB8A837C78FDF8DEF97B069F1F794 +:10AF3000FA399B39CE72A518275D9C259A9942DE75 +:10AF40007825E8D722F6C6C146ED45A857E559E869 +:10AF50007EB38F583CFCBE880312C51BDCA69DB295 +:10AF60005720FF897854B48FDC6CC48E71CB1B974B +:10AF70003B27F9BD3071EA1F14FD6F1B7124E9FDF9 +:10AF8000B77FDB91E44709B2DD74DEB411F6276EBA +:10AF9000D89FE0ABBF7B15810C9ADE33CB4D3E943E +:10AFA000EF2EE40DFEE97276CBABAEA74F19C67F4C +:10AFB000AE3A23FBF505F09F0FB10F511CA3E89F9C +:10AFC0004EAEFFB1D5F9F429D013B6D9D517AA7171 +:10AFD000BD314812F8C0AECAD72B52FDBE8ABE8E14 +:10AFE000EE2FC631AC8291A505FD3A2B582DEA8F84 +:10AFF0009DB57B9DFCDC5C4BD23BCCCF1D786106C4 +:10B00000CA5B71FF52BA768E00BF4F29DD7855E7D3 +:10B01000DAC716C094DD21EEAFF4143E146F82F24D +:10B020009D3F7669CE3C7C9F7CEEBEE3CBE3A7F1EF +:10B03000776ADC2C4369C77EF1BB5FF641D9536B5D +:10B040000F601C7599768A21FE80CC1841BEDEF90E +:10B05000656E77DC5F514CF32CDB7DC099CAFFDE57 +:10B06000DD4AC83455F634C435D4D7731A2378333F +:10B07000E1D438B9A8CF19E6A38F9B0EFE99C6D5A7 +:10B08000D77F4ADF378DEF38F606F276169B13FB33 +:10B0900015DD9FBCD5879760001569630BB05CC652 +:10B0A000ED69D7A14B5EC1FAD5326C4C21C8BD39D0 +:10B0B0005D71BCF739F21397864CB0EA9CFCEC3713 +:10B0C000D0BF04EB86F6C7035F89AA783FD2AD2BC9 +:10B0D000FDAC5DA1721CEB373E57A9B5035D384A44 +:10B0E00093E3156E8DAF95916E6E2DCC8A112E9FC8 +:10B0F00083F9025DDF2A71BA8E15CAC49FDF3C2036 +:10B100000DA1BFE281FF8C6DCF87F2D061E904C64B +:10B11000DD6F8CAF1D23BA8B9550FFA12FF33890B4 +:10B120009DB83EE509F83796766D47BFFCC6034DDE +:10B130009719EF4DDD78680F8DE7AAE0EBF680C830 +:10B1400077779726AF572CF66FFF8476F39BF82B13 +:10B150002D12CEFBDFA97CEB81CCE254F3DE18E7A5 +:10B1600071F81B0F04290E5F9FCFAD8786EC4D1938 +:10B1700089799EEFBCCCFB699EDF1611EFB20D7F83 +:10B180008709E3FCF177982EA3632AE20FDBD2FC58 +:10B190002ECDA7177279BE4DE499021C16D44FE844 +:10B1A0004E4F035CDB44F9B30BA594F4B6CD25FAFE +:10B1B000E31FD24F7620E9F7BD3EBB50E82B30BEEF +:10B1C0009A9BB8A707C76FCDC5BC03FDAF6B01E65F +:10B1D000613A906E49FE6E6171283BD17FA5E07B9C +:10B1E0002D4EBF3BA5C8A1AB6A910F58DF9930C661 +:10B1F000D9385908DB7B5EB4901F05C689A37EE26F +:10B2000066BC1DCD2798A25F5E94E13D6F1E9545FB +:10B21000B51A9C8FA97D48233B0114A3E855FEE98C +:10B22000FD99688F2205F9AB99FFDEB350E4B99818 +:10B23000F82F43E7C1D2F4FC37219FA2749F88A363 +:10B240004E3E837E0647E95BAD28171CACAEEDACE5 +:10B2500041CE27E23B6591A7C7FB3B1159509F6B3D +:10B26000E6EB5A107BA8AD389BF4C4494B1E960FF1 +:10B270002DBF0AD755758EA03FA720766439D60713 +:10B28000A35EBA0FA520766C793D9495FFF4711DED +:10B2900040C4C163E835E27BC1E21F8EE2EF9DD47A +:10B2A000081DA160712DC537154493E3DBF343C935 +:10B2B000657D7E4528AD4B12E3122830FFA2C5D62E +:10B2C000B1E5DC0FA9CD82717755648DE177BE863B +:10B2D000D54A023F0B44FBAF87DECCBCCA40473A9D +:10B2E000DD14958EDD8DF7C917E1BAA5B85F01654C +:10B2F0003AEEC303424FD1E949AFFFBEC0DFC704F6 +:10B30000BDE46EE1BF73F61D8C35A532FFFDB31FA2 +:10B310002C0C24D169CFDA1BFB902FEF93B85F7010 +:10B320008BF00BB2067E8FD53EF1BB69B3C5EFA69D +:10B33000E9FDF6B938BD769BF2807E25E6F12B411A +:10B3400087DDAD8706316E6DF4CC27C95ECF65E130 +:10B350003ED45F617CBA9F100887DF5722E25F7E90 +:10B360008EF333D06F6EC306FA9D85EE658CE25C7A +:10B3700086BE2B91FFAFDB36717533DA3D997208CB +:10B38000F599DB3B7EF832EAB3B7D755DC827877A4 +:10B390007B9D88337A3C2729CEA87B4D2EE52F054F +:10B3A0001BF97D85AC305B32E2F78F17BA92BEAFE6 +:10B3B000EFFFE81907E5D9C5BECBF5ABD82FFDF9EE +:10B3C00038CE903F4CF16FDDCB2274BFC8ED8D5766 +:10B3D0009FA6DFB129CC26BE767B23CCCB3BF3BC2A +:10B3E000A6E848F44B2757CDFAC4CED6AECADF52F2 +:10B3F0007C592F3D7B5B63F4EC6F3D44CF1DAD2347 +:10B40000F44CF417F7A4600C4909F2E9643DC35702 +:10B410009B2CFFFC91E472417372D959688ADFD486 +:10B42000C79FCB92E284FB5B1FAFFC6D19CE372E1A +:10B43000E6799ACA3B5AC7C5FC5FA6B2DEDEFC1DA0 +:10B44000F33CCDF332CFC30C8779DD5CC0AF909E67 +:10B45000AD82AE066B5F207DFC6B0B2345972EC142 +:10B460007BCF6244AF3B5FBDAB0B6D82C1731F1DD1 +:10B4700047FFDCAE42C6E364964535BCAFC7F59CDA +:10B480004B433BDD55B188F675343AECC4F8CF5DDB +:10B49000D131BA3738D0714FD2BC2A9C879CC8278B +:10B4A0008BEE497E3F58514FFA5401BB87E6ADF30E +:10B4B00075A6707C30EB2553FCF6DD6C8A9F9F49A6 +:10B4C0006F1D2DE57180F717F278E4FB4BF7AEC4E2 +:10B4D000F9DF1FE5FEB8FB851EF35629002E61D863 +:10B4E000E9E4537F86FA1D155C3FD5D749E7671E0F +:10B4F000C1CFEE6F55284E99D58DA7D42FBD578D4E +:10B500006CA6BC9CAA71A7318EEEFEC217C8FFA71D +:10B51000B028ADC7FD85C514C7B7A376FC5EA433BC +:10B5200026CB6CD6958C65CCD91BC6F5877D597515 +:10B53000A941CE0C46EF50B07FA023D9AE34DB9D9D +:10B54000FAFAB16513049F8B71BF7881B03FF5752E +:10B550007645CF92FD74E7DFC16B84D3886F449F3B +:10B560005DC437BD62BD256909C77390C47F9E95D0 +:10B57000581F8B5B5D8FF31C14718B31F1DC219EA6 +:10B580003B45BCFAFDA2DC2BCA5F13CF07C4B3F264 +:10B5900074838FE21E44BBFBC45387674E544EB680 +:10B5A000CFB4E4731B67615652BDBB343FA9DEBB09 +:10B5B000B838A9BEF255FEBD74F8E38F247F6FEE54 +:10B5C00096E4EF29755949655DAE1534E727F5F323 +:10B5D000541527B54BF73DADE15BBFB0907E69A731 +:10B5E000FBD25C15DBC7918FBA2A383F35EF8F4D00 +:10B5F000D899B0FEFB71FDF57566D9DC2EB4C9D1C2 +:10B6000095C5063FFA4E6FB439EC49EC2BB386036F +:10B61000ABDF03FED1429E27B2BB94D3CF6E711F26 +:10B62000CDEE0332F9EF7797F278FE6D45FD2AD221 +:10B63000FF8EAF009EC2D311BF9BE13D1EC3AD8CF8 +:10B64000E86404E3FA41CF7614465904DEBBAC81CA +:10B65000319287F7B220FA275CCED018DA336C37F4 +:10B6600094615C97873D45E5B8A857145E3EC5EBED +:10B670007B91FECA13F89757A849CBAB50CF0BC9A3 +:10B68000E837F9FDA56F7F15F139843FE360289312 +:10B690008A740563DF8332C6371F3EE758B904E179 +:10B6A00011FCCDFAE5282B31F2B7D05EBAEFFDCE12 +:10B6B0007AD8BEA5D3F911ACFB53C837779AF231CB +:10B6C0000E97F2FB7CE92F9BF24387760513657793 +:10B6D000A942F1892F5DCAF506A0F31F1BE9FCF012 +:10B6E000019DCE93F9A5997F9AF9E6EF2F65E2FEC9 +:10B6F00062C12743B28AFA9E837D3131EF20CDFBB0 +:10B7000015FCDE01316F9D5E1D6C9CF85BA9D64572 +:10B7100072A1AC2B1AC610C3D28E89E52E780E8882 +:10B72000F63FAF0EFF06E12EEDE2F79A7F6DA1FA2C +:10B730001A8E17E8B829697D8AEE492E17B09B68E2 +:10B74000FE663E5F722F289206B86AE26EA625C991 +:10B75000E3ACA4B241FFF6E37951B6383F1E6EADBB +:10B76000A538FE7B5B43F4EC6D55E9A9DB5B594CD6 +:10B77000213FBBC24608CED9F2781BDEC3B73814CE +:10B78000A0752BDC3D49D76C14958E48E20496FCDD +:10B79000F1AF5647E410D4FF1FF0900CC9008000B1 +:10B7A000000000001F8B080000000000000BED7D72 +:10B7B0000B741455B6E8A9FE77BA3BA9848424908B +:10B7C0004075E840D0009D104202112AA1C180E8D6 +:10B7D00074101510B00311C2BFC15FBC57870A09AE +:10B7E0009F302889220203DAA028EA8CB775FC7002 +:10B7F00051D734E123CE373ACA2817B541069171A3 +:10B80000307E71E6EAF8F6DEA72A5DDD4994B97369 +:10B81000EF7B6FADF7DA35539C3AA7CE67FFF73E63 +:10B82000FB9C24D55B14E370C6920A822C50C8D8C6 +:10B83000FA1F775439D219731630EF1AC6D8DA01C5 +:10B84000498C953066ADB0848608F0343139EC64AB +:10B850006CF8FE10AB85F6561B2F3B237F6DC7EFB0 +:10B86000AC05ACC80EDF7D87BFF1D06F4E4896A106 +:10B870001D3375664D1B167BBF596033F0BB1D77BA +:10B8800007D934785A2377B23CA82FF1C220A318E5 +:10B89000EB636081307CB776D16372149E4926F9E0 +:10B8A000A000FD333F2BDA2B41D926F172B55A7631 +:10B8B0008A07059827F3A96591F1B20C657838726B +:10B8C000C2ACD649FDBD632DC1793169889B8F2BF0 +:10B8D000B9E09903EB77E1384A84BE93989B8FD304 +:10B8E0001AA1713C5066388ED44EF51BD4B2E8E5EF +:10B8F000E54DBC3D630A8D9B1460EE8DF8BD0ADFFB +:10B900009F0D0F78BDB0AEA4D996531CDE9D2CE0E0 +:10B91000C4F621E687759F1D1628A1FA047CF45F02 +:10B92000CA14470A6303EF82A6308F1DB92C54084E +:10B93000201AD0C098AD04CB1D3FC772EEAD8C89E4 +:10B94000BA322C8765A5C7CAD00F9374F51A1E7634 +:10B95000E486B29D85B1B2061FC0BF84F84E8A3C12 +:10B9600041F0492A08B100CCD369EA6C34203CEE9E +:10B97000E2EB75DAA28D065C7F038787D3D9C1EB32 +:10B980006F55CB62849783BC7DFF82B0508978FF6E +:10B99000D63823AC1B577BFE7D8481B10CC6EC925C +:10B9A000F789333646BFEFE07F9DC303B3103E8374 +:10B9B00036943D71A620F63E3B20C7950B6C36822F +:10B9C000D3E67A436823E07773455E4AA08771B473 +:10B9D000E79ED5F0D110C6B6AD86EFAC8C3DB05A1F +:10B9E000A4726FEDFB3685827EA4671678C70AE3E2 +:10B9F000AC774B79388E2D325930031C6C0552B11F +:10BA00001DD6D9A2D2F1DA995B897EEDC837F04C08 +:10BA1000ABE67C63B7F172AA4F2D3B391F89B25A4E +:10BA20001679BDA39097BBF849D2F8299835CD1562 +:10BA30007BBF1EF909DEF74D0B05FCBAF6DA3C9A1E +:10BA4000F19911A3B7A47A8362053ACB1C11688AD5 +:10BA5000A7CB28D15D8B97F5D87EE488404B7CFB43 +:10BA600056A2E33CBFD780EB1FB28D490658FF16A4 +:10BA7000AF44E366F95A2B4DF0BEEF54788F5D1654 +:10BA80002A4C76C6FA033E3C654C66ECA723025B63 +:10BA9000BC19D8EFBA4FF5F46F9338FD0FD9C9E947 +:10BAA0007F7D3ED03FC07BF0364EFFEBF3819EA101 +:10BAB000DC7706A77FADDC672AA77FAD0CFD10FD04 +:10BAC0006BE52EB8E507B39C4E1DFDE7DEFEF6F7ED +:10BAD000D37F700DD1FB4E95BE6D813544DFDB54B5 +:10BAE0007E7006383FCC50CBA297D3FF545EB6157C +:10BAF000280CE97FBD4AFF3B4C9DC788AF2BD20481 +:10BB00004537AFCD5E03C16F876CAAEE894F667B68 +:10BB1000399F0446C8FF8E705B97BD20D488FDE432 +:10BB20005BC20E18675DBFC5E18350B60F4EA2F22F +:10BB3000FA45B78716E073F1EDE10528BE16ADA30F +:10BB4000F286C5EBA8BC36C342F0B5FFDA1C72C062 +:10BB50003CCC7D67D4EF4EC77E6DF4BD39736A5619 +:10BB60002D96FB39C30EE2B690E007B834AF66FB02 +:10BB70003C66C6FA99428208EBEAA70419C94B91C0 +:10BB800049081F1BFE1BE061AE67BB0D004FB3C829 +:10BB9000F615EAF8FA98BA4EC04E26F6D7D50F3306 +:10BBA000113F30673130398D13F2E4C7D6FF863745 +:10BBB0008FBEB38B0119E5AD299DD31DF41F2AD487 +:10BBC000C90390C704A74D9E6835E185D93A53CA89 +:10BBD000A09DC0A85FADBF839E5536E4D3F59E3DC2 +:10BBE00036E64439D26043BADF98539582E5CAFC01 +:10BBF000476D51786EF43C6A6385F43E13DFE77D50 +:10BC00009DCA94918C041CCEDFEA35C826A0DF6C57 +:10BC1000781F1A19EBDFCA6E554E6BF302F81A93B0 +:10BC2000E44EC4DBCED54C390DF0DBA13E37D64512 +:10BC3000AA2D0833838139C6815CAF07410E4BCDF5 +:10BC4000591AADB4C2FAF6AAEDFE382CF037E44327 +:10BC5000D7D0FBC441F0DE5AFE8680F50F0D97FF6A +:10BC600013FBCDDEC0F588D43C3B362E2E794358ED +:10BC700016E0FD80BBE2DFB37418B41CEB37F81993 +:10BC8000F0637F06F53675FE6E7CDF2AB3E1B8DE21 +:10BC90007475BD21827FF686A88CEDB3E13DAE3789 +:10BCA000496E6546A4FB824E9B45076F07C21BFA8F +:10BCB0002F00C5C08C08C737645C57969DF33503C9 +:10BCC000BEDE0B6D9C43B71CBB1BBEDFEC64D561B5 +:10BCD0001D5F661671399655A4D28BA8F443786F10 +:10BCE0001C2E67178D2278F62B8275B7207C747412 +:10BCF000D202F8D4CBFF9664B6C80FFDCAFED44A70 +:10BD000013DA2B5962D1469CA649A55351DC8DF21A +:10BD10003CBF88F3D7DFCC723EF67BD0B3668D0292 +:10BD2000ED5B720C212BD4B714DC4774D0A2D24740 +:10BD30006FFAC28AF4D147276F2626CD0839515CA5 +:10BD4000F0F55993582DCEA7441D6F8CBACE31EA29 +:10BD50003A374C7FAA9AF8B2C0C0705EF682E2858C +:10BD6000A664B447D2093F843F8063761153F948F3 +:10BD7000A5C3822E793D1EE1630D98485E5B73B8C2 +:10BD8000BC6685E971F49FF8D4F846E31351522A52 +:10BD900011AF5ABD5D607EE24F9322209EAD3E0EF4 +:10BDA0004751EE8C1811AE456211A0995DAFAE23DC +:10BDB000A980098887A4A2400DC2B30B3E398A40EE +:10BDC000F351E9EF87E6B3A980D30DD08FBF0AE620 +:10BDD00063678A411E847669A4B50AE023DA82EF9C +:10BDE000DF4DF69AC18BF25674723DAAF51350E1FD +:10BDF0005BABC29BA5031D0D233A9AA7D2D17C7CD5 +:10BE000076A7A3347B3C1D45EB391D350A161D1D55 +:10BE1000C92C9E8E96C7E868B99E8E3697713ADA1D +:10BE2000ECF98CE86873D93F4847B59C8E5A3CA71B +:10BE30006D7AFBA0518577E608F92E5C8706D72E30 +:10BE4000BA40FEEDD31DAE1BA6F79F4C74E653E936 +:10BE5000CCD7339DCDD3E8EC12F1659743B209E519 +:10BE600053458459A4981C602CDA82F2B83FC887E5 +:10BE70008D606BB480FEC7F96EF7EC995C05B5EB8D +:10BE800073DAED481766436B751ECA918D804F8437 +:10BE9000EFD483CC58D23BDFEE54D70FF0DE89FDD0 +:10BEA0001DF4DC377930F2ADD7E045F9D802FD0E4C +:10BEB0002941FE35A085D325E7353EB6B2D6637756 +:10BEC000433F7B36AC12033A7C2427C01F41134CFE +:10BED0008327D87556786E2A3E9F85F4B1A3BE5D40 +:10BEE000ECC9DE4C2EB96F1ACACFE4932F5E2FC077 +:10BEF000C7C90DA76763270F0D0F3C87F3DC5516E5 +:10BF00006D31EAE4BEEBB6FB5A8748DDE57737B919 +:10BF1000ADF231AB68253B2D516EDB37F48C47C653 +:10BF20005A094EC92A3DA4084C403B8D4D64C43784 +:10BF300026154FD92ADFBF5E9446F8043E9611DEDF +:10BF4000620EDB6DD4F9119B8A02BF41FAB6D6B1FD +:10BF500053D664E4EB0EB2DF98786972E6AD91E9EE +:10BF6000B42E33D0D77756E2C3377BE2C3C4A7C61B +:10BF7000872D1E03E99147974A71F3FA4CE5BF9666 +:10BF800011F27BD4DF88C0299C675B46D9140283F9 +:10BF9000294C764C9B007406DF2B6D5C6E98C1FFBC +:10BFA0007CB610E9AD91CBB75EF8FB7C8CBFCF635C +:10BFB000BF2E0F5370FDEF7A0317A8BCC9700AE5B6 +:10BFC000B0AB4495BB2A9EEC9B002FC3BBE3C5CE10 +:10BFD0008232EA47D715876D1E46F47111FB715600 +:10BFE0003E7A0CF57CCBC93BC4A1F0FE602B9723B5 +:10BFF0006D755C8EB4B51A48EE3EE201C5ECC6DE46 +:10C0000044A694924B83BE2C7BA46E157B0CE6FD5C +:10C01000050A026F77BA7AF49B3B227743FDA33F70 +:10C02000334B6BBCDDE9CC5AB1850D45BCFFCEAEC0 +:10C0300038B2BAD399D57786E859C3B726674C7713 +:10C04000A972A795AFD7EA498FA75F15FF974A272F +:10C050009AFC5833DC9F5D3C0AF1D14AFDA3FE2FC8 +:10C06000D6E9FFDEF45B8BC52FF99DB1FE925894A3 +:10C0700019DC889F908C767A2AC823A318D37B7DFD +:10C080008BFD838B47C5FC75A48B704FF6030A228A +:10C090001D5D0C2BEE9243C3E87B8F81E822C9978C +:10C0A000447A18FC9D627A5FA67C8AFE8FE6EF5C7C +:10C0B000AA5CB5564465E44BB0C35E43FBD7A3CA44 +:10C0C000514F4EEB76948FCC600BA2DDA5F131ACD5 +:10C0D000633CC2C7D3AAAD4395ABAB38BD231FD4D5 +:10C0E000E8E233F5C55D7C3311BF4B6C2F4F3DA5A6 +:10C0F000C4C9E184F55F1D5BFFD5C56497445E5BF1 +:10C100008DED030609EBE14976720F76F1B5D8FEA5 +:10C1100061D5CEDDA5E11307C0EF81BEF17BE9D685 +:10C12000CE46A4ED3C456CC7E72331BB780E7EEFCD +:10C130005AB44A1C82F2724347A58DF8489E8BEF91 +:10C140007F489E9AEEEA458E067A96A30783F751BA +:10C15000BC649BCC24E4C3B537AFB30F41BA081A13 +:10C1600018CA6F31D2B24641BE09184276D44F8107 +:10C170003CD233BDD1FB26351E712FC62386905D80 +:10C18000C3482E7B795CCB6AEB405F07614D712D14 +:10C19000AB33CAEBCBD4B2D8C9CB15BC7D0BC633FD +:10C1A000AC3ABB4D0E119EEC725AC408B2D685FE55 +:10C1B000976EFDE0979F320F27BA22FCA594258148 +:10C1C00009AFABF7A4C5B53717788FB9611CA3CAFF +:10C1D0002FEB727C32FAF94F0F0B6C46BA59678815 +:10C1E0004E42BF8FF5F3939F263D2778312EB6D16F +:10C1F000CCE315138D1529A791EE41A698FA42FFBD +:10C200000297570F17733BCD2C8514B413CC0AF348 +:10C2100086242402DE8F0DFA8940D39F00BC7CF96E +:10C22000389EFFA7389E4D8A5A908FB4FE13E1FBCB +:10C23000A84AD7CCA9DA45A64081DFD53B9FFDC7E8 +:10C2400030FF63D82FCE13FD3F2BDABD3DF4DB3931 +:10C25000BCF2C9628A97788F8D87F9AD75336923EF +:10C260002CA1E99B09368CC7AC1D6641A79655FCED +:10C27000E286998D1EF2F7D85433C69DE009F36F1C +:10C2800072866682C866E52399E2CB01B89902D529 +:10C2900028A77FF9EC5D33D3619EEB10076318FB91 +:10C2A000E6D99DDB15E8AF492D331481F0EF1D76FB +:10C2B000B5ACEC9C7929DF33D6417273AC3570088C +:10C2C000E7EDAAB791BFE82AE9B4A07CB860E6F12F +:10C2D000D9D47AD62CA6C4D6593E92C32F558D6791 +:10C2E000A56A712CC6E357D1621E67FAB38ABFAF45 +:10C2F00055786705A2DBD04EB6839240B971AFDAAC +:10C300007FFFA5AD95F85EAC007F81CBB3462C27AF +:10C3100007B85C39A17E0FF6C53BC8BFA21C656E8D +:10C32000F83E5506390DEB133D1D0A7E578E3EE94A +:10C3300028B2CB048B9BFC8CF7715DFDEAE3DB3B01 +:10C34000EB9446F44BB4F6F72C02E88D80A73A9FA5 +:10C350007EF57C3E2E753EDABACFA9F26C74B1FC44 +:10C3600021CE43FB5E2AF69F277953DF2A5B74F3C5 +:10C37000D8A9F6BBB3ABDFF041EA57E67E51568051 +:10C380008F9354C1CB5FA8EB3C58247FAEEFDF57AF +:10C3900014B8C8F1136240412CA50EC6D1CD5F7B05 +:10C3A0003A87FBFF13BF5B5A1F3EAAAFD7E1998DB7 +:10C3B0001CD53B9E13E959C373BF812C48F31FE47E +:10C3C00037A0DC685B59FC4823C0F75E9F65931774 +:10C3D000D63760A485C7A9523B66A05E6DBB5BA43F +:10C3E000B828E0336F0DFA63912786A23C144BD234 +:10C3F000189228FB06FA07BB44443E8785DF53C6E4 +:10C40000EDB6CF2AD86EB45BDABE053B14ED9A4A7E +:10C41000F6CC1A80674AE4AFB42FD07637E7E71638 +:10C42000553E6AF34CF1742AA8B7532A0223118EA1 +:10C43000A3464A34EFAE7AB993E4A5BD203008E5AF +:10C44000D28ED4D047189FBAA7DC22ED81F10E9589 +:10C450001F6D41FBAEB5D122E3BC5B17CD36C8F0F2 +:10C46000BC779421C4608EF7DE1D7D1BDFA7CA7CDC +:10C470003DA991D7260FC2F2B13E71EB49C5F50C2B +:10C48000C217D1B75350DE57F4253D97EA13855AAA +:10C49000576CDE62C42EE07A36ABEB113D8CE28342 +:10C4A000A2CCE7AFCD5BF4B14AFDBCCB13D69584EB +:10C4B000F6AE4E2EAF35FBB3306E962867D6B1F888 +:10C4C000388AF60C8CA894911E3439F843F6C6A528 +:10C4D000B69BDF30817D00B4F782A5F3D0770007EB +:10C4E00065AB10DA0B7078714BD1245CCFCDE718B7 +:10C4F000C16DFE9D57DD7F06ECC3F23322AD73FEA6 +:10C50000CE542FAE7F79477012E3FB05DE7CE0D777 +:10C510004CA37B7F14FAC97CE4756F1380E08176AD +:10C520007613CAD34CE3CAA29528C79CB2E404F898 +:10C53000D732AE37328DA993300E9D79ADC5DB0C65 +:10C54000DF7F6C168F1E41BBDE9ECCF642B9367C77 +:10C55000672DE3F1C954D457B53691C6B349625A31 +:10C560002394339398CD5ECC58E91AF1E8BF423F4B +:10C570009D8B5CE21E90CBC965E2D19FE2FC8303F8 +:10C5800044A337A61FB5F5DF2CFB2DE8C75FBECF50 +:10C5900012879761E1F8F288FDF1E5A2487C79E421 +:10C5A000B1F8F219958F1B58D842765D8005F78255 +:10C5B000DEFEC876681BC26F91FDD7DBB0CD4BDFC6 +:10C5C0001A19AEBBF3094708E91AA76786F92E7E48 +:10C5D0006AD86ED4432FFCFD168A8B74FED6E8DD34 +:10C5E00003D52F5C069281F611420370DEE7773C9B +:10C5F000FED09D507FFEC9CC3424E5F673F3DEFBFC +:10C600001DF4B7C4E06248FF1756776C433D3B61A9 +:10C61000C9CB03500F5ED8FF8B87106E7F7EDACABE +:10C620008C30DE9F0DAC1EE9F9E089036777E0B836 +:10C630004F3B8AD02EFBF3CF5F1C8CF189C54FBDD9 +:10C640003200F7DFCE3FF95429959F7C62383ECF08 +:10C650003FF1F8E05ABE0F36A0C615EB67C9CFEC24 +:10C66000A7FA0CEF9DDEFED17E97A8FB894B7EB624 +:10C67000BEA30F288925FB5C0A3E17EFFBC9A7FC68 +:10C6800029BCCE9F8D54BF18205306A6CE472E2E10 +:10C690001F97ECB3C6E165C8B6783C7D0472F459C7 +:10C6A00068373414FFFEAC00EF61DC820BB3A7B82F +:10C6B00093793B9CC759783E03ED57C0FB54787F74 +:10C6C00001F9B407BBE2C5915C9FAED81F3FFE01E4 +:10C6D00053CFED5F51E576016A0B9D5DDDCFCAE575 +:10C6E0007862FB436AFB279FEC6A6FFCCEC8BF935E +:10C6F000C01E5BA2F2D54BEAFE12FC6EED0FFCB63B +:10C700000489242FF67E09D3AD1BC6FBDC96BC073B +:10C71000ED86C56AFF17CD9C6FCFAF96EF3F0374D0 +:10C720007476B52CFBCCB1792CD8B6F26836D0CD66 +:10C73000D267328AF57270E9138F186E84F71F83FF +:10C74000FEC688CDD2998FDD3B06DB3D610CE3BC94 +:10C75000963E71A82FEE277D1C3E928CED16EC4C78 +:10C760002DD6EBED85DB26CA3E9DBDFA8FF2E78B19 +:10C77000655C8E2D099B4336019F6F4DEA8FF263F6 +:10C780009BE0CD87714A4D0123EA4557896C56409D +:10C790003E8EFFE69747FB41FD8A574695929D6B7B +:10C7A000F05F7B35CA9F878C14BF7AFECD7946E453 +:10C7B0009B85C398C10846537BC17D96D330FFAF9C +:10C7C000543C6FBCDE598F71BD52133B6C003994E1 +:10C7D000FCA820ABE5B70D408F4C6E9D1B81EFCFC1 +:10C7E0001992BD1B4B883E497F2A3F37929C1D1FE3 +:10C7F00059FD071CEFA39F99BD683F2DDC164F37ED +:10C80000F52F9B292EBC626F5332EE43BDF0772388 +:10C81000E9DBCEBD02C9852EFF0F909005E39FDFB7 +:10C82000EDDA20001ECF67840688883F5768401ADB +:10C83000FFEE26D4F7F5FB5EFD2BEE272C0AC58F05 +:10C8400093480FFD4B04D51E61057ABA4A6C8712D6 +:10C85000C9541AAB5FDA007A42B78FB2F44CAB0519 +:10C86000FDA745532DDF3B1ED02593082E7682CBA6 +:10C8700092CBC283511E0A26B1AA399B9A09361857 +:10C88000E73CFE6B102F3398D762A46B20D9CF4FB3 +:10C89000BE7AAF11E8BB9F31FCDE7294BB008FBD46 +:10C8A0005CEEAF7B3A9DE414437F5B9BD7F2AC3FD9 +:10C8B0006CF3E9E2831FEFFFC5BADF21DD069C14AC +:10C8C0006FF9588A24A701FC0EA8FAF8639197B56E +:10C8D000F68DE143C9B8FFB424DCA70AE301077E63 +:10C8E0002EA41900EE1F9F7BCCD1535C78F1B9B414 +:10C8F0002ACBF0EE7249D3C3A7F09F408F5525F2A3 +:10C90000152508F7E63EE49F65F60916057BE84F16 +:10C91000FB2ECD76FF4F11DEB56ADCE03E73B088AA +:10C92000E038C7E9DDEBEEFEDDE412CEDFCDA5FE9B +:10C93000A9384E5655878C71A8AC29CCDB045D7C98 +:10C9400060F4DE2E027C6F66010BC2903567D03C2E +:10C950001632C023C1DD3B09F967F1548027F0C3CB +:10C96000FCE9ADA48FB7AC645E6319944DA1755812 +:10C970009E0F16C1FD22C6D3AC4CD6F1F3822D50CA +:10C98000D6AF7FA7AE1EF0B7F8D1F8FA252C42E358 +:10C990002EFDD977567D3F5A3C1418CC82F6F2977B +:10C9A0002AFC9A4BE59B715DC2341BF9CDB7FC5C48 +:10C9B000A0785BBA254CF3EC8479A27D304BB57B33 +:10C9C000FE64F4D37A57DC592BD741F99386F97278 +:10C9D0001D809E5411CA8D30B78796F8C247498E84 +:10C9E00030F1D91BC1F75D6AF373BB4762E2953042 +:10C9F000EE989FD5D0BA593D13AFEA0FE5FA1A82E7 +:10CA0000D39820592E6C968A27F626C7EB0990A555 +:10CA100058AF6CE7FD2F640AC17B11EBA0F5AE297E +:10CA2000E1F1DB6307F93EEFE7FB5343565D9CF40E +:10CA300073E64D41FE06FB87D9D3BAE33911CEF533 +:10CA40003B13E0AE87731EC2371E4FCB9F0378F7B0 +:10CA500040A70FA8FAE33D8CAC66EBE9B191F0F189 +:10CA600040A3C0F58E5233F36698F7D699A52457A4 +:10CA700037030CD0CEA58ECA50CE32CD1F8E600AA1 +:10CA800048D2C8AE32D597AEE1E5D0733F9AB5AD86 +:10CA900002FA3107B2D15EDE5A6361116E07D9D155 +:10CAA0000EFA7074602FE27BBED17F14E316672A02 +:10CAB000E5C144B70D1CCE0F160787067BD0BBDA45 +:10CAC0007A36A7061B892E8A98B8A788E88ACA8E64 +:10CAD000414C44FA760DE078720D4F0AADD1C13F5A +:10CAE000D300266A0F70EFAA3731C599464FE6C2C8 +:10CAF000270CE8FA9EF69A7D9A795970258E9F69DF +:10CB0000905813CC27D3112C5A55A8AB37B556E201 +:10CB10007CB280EE14589FEBF42D95D8DE55CCC432 +:10CB20002698EF5601F819E9EA6E81F497E3E56774 +:10CB30002248B7CBAA2503CAE78C1B36D1F7F714D6 +:10CB40004B068C27FD5195F329AA9DBE5D68CBC687 +:10CB5000FAEDD99280FD953C07FA0CDE2F7BAED220 +:10CB6000B8CC4978E4F6BC23B81BFDA0CC9B0A8A5C +:10CB70009B807E4F96483C3E3BB2F5207EDFB9520B +:10CB8000227866AD51DC38FF947615CE351CCE196F +:10CB900037DCD588ED7ED28FA5E13CB258A380ED7D +:10CBA000D66570FA5957CBED3013785AD82E678670 +:10CBB000283496633958C9F94E4CFD753645319B7A +:10CBC0005340EF3D90CCE7956130DE5403CF078AA8 +:10CBD0007939ED2E41DE43CCDC46F3CBB4B26A2189 +:10CBE0008DBFC77501E9C9CF3875F09DC0E19D398A +:10CBF000883F87DA8E39EF85F16F155810F5F76F9A +:10CC0000D2353B3CE244FAFBC42C678E4479FBBA34 +:10CC10009961FC2E7D407C7D9EA73A05E3935F7869 +:10CC200027501CF10BA79C920ACFFD685FF520D717 +:10CC30006DA3383E567CDD9F8574FA69C58CAFC8FC +:10CC40005F59F1F580B8F71F839F1AD2F9D74BEBE4 +:10CC5000DB2761BB65AC631DF2CBB2B09185747C00 +:10CC6000BDDFCEC7BDF8AE95E4CA2D2D83F618DD25 +:10CC7000DDF978C5D746CA1B6850E344B1F12DF4FD +:10CC8000BE6B5E5FF789DB678BB5EB1BFFFE6B212D +:10CC9000BEBCFFA2DACE44EF59593419E578A29F01 +:10CCA00034D668A0F93293948CF1EEB10359571938 +:10CCB000F313C71A052A6BF6FC54D0EB7594EF00FA +:10CCC000EDA1BF0BDE0F9211EEA74D5C8F9F0E19E9 +:10CCD00094FC1108371B53006EA7553B5EEB4F9B2E +:10CCE0009FF6FE821825BDDFCF08F63896A5689C12 +:10CCF0001D80F508E70B3334B91431E1783BBC07EC +:10CD00004D1294977A0F4E623AFA8AE1C5C1141D0A +:10CD10005EFA3675440CC06F573FBF77472138DC49 +:10CD200019EDAA3C541EDF21E740BDD110271F1D7D +:10CD3000255DF292C4F403062397AFCABE1DBE0A56 +:10CD40005D596DDFF5BDF2C42C8C379614F2EF6F90 +:10CD500078FEC9136B4C3A7D6AEA1C8078E82ADBBE +:10CD600012CA4E280FD395C584FAF484FAAC8472A3 +:10CD70000E6F3F37253A0AFDF279CF3F3DCB047C59 +:10CD80003DB77FF43601CA9B8CCFCCF2015FCF2F29 +:10CD9000E1726CF9CB0266C275C16FB997917DEDF6 +:10CDA000F4462DF30B110EDEA3186F5EBA5F10056B +:10CDB000E03F67F89908CAA5A5F89DA4FB2ECCED25 +:10CDC000F2A5E153F45DAFFD1718482E6C2C384DD9 +:10CDD000ED9635FCC582F6E5FAC2557ED4CB7F339D +:10CDE0007339676201B93FE60BECAF51F342B93ECC +:10CDF000B9902D1FC2F928AF0822CA832E7AC77EA8 +:10CE00009D31FE8AC5AB5F7E0BF7351DB77EDA8894 +:10CE1000FBEEEF2EFB70148EF71FD8A41CE579688B +:10CE200028EAB3D9F5F386E2FB39CBF20F62DED400 +:10CE30007BE6E82EB453F73C7F749609E0F59E2B11 +:10CE40009A2B805DF3E8F3AFF372467417C2D3FDFB +:10CE5000C21B04DFF772A3B9E88F3DF1BC782395BC +:10CE6000F3A3BBB07CE6F9CF78FB61D15CDC471B58 +:10CE7000A57C4EF0DF2B72F9F910F8F72887FF2315 +:10CE800041DF6F53E5D4816AF9FE51B89EA55CDF9E +:10CE9000CEDDD13113E5CA5C03E827A0E7BD1F7FD3 +:10CEA000F0F3BD008FBD0D0EB68793A31FFD854C1B +:10CEB0004EFAA04F5A490F74BA412FA08DC03AA222 +:10CEC000B85FE01865A3785C62DC06F4E333A41F66 +:10CED000E71692DE195B22E79566C49E5F54C11384 +:10CEE000DAE7954A6A3E24D8C3D0DFECD94E2FC684 +:10CEF0005598293A0AE971B39DAF0FF888F0ED54BF +:10CF0000F1F36FA3B85FF76FA3B89D3CBF6422F540 +:10CF100007FE8982F98B4A8D85ECB52D3572761224 +:10CF2000DABD357D0D4A5CBCC64C7ED916B425B041 +:10CF30007E597E08F304FBA14D823C7B3FF76FB422 +:10CF4000F5CC4279A5938B5B164DC846B9B8C52D73 +:10CF500067A39CD1E46FEF72319C112F17C3193D69 +:10CF6000C9453064336A74FB26379A793ED08DBB4D +:10CF7000B93CEC7AAFEE9768FD5CEAFB2DA97CBE6C +:10CF80009ADECD6C0A93DECE7CD09D867842458DAC +:10CF90007EEBD6B6217B100F1F8E9E4670DD52F3BE +:10CFA000987D5E618CDE3BABE5774701DC671979E4 +:10CFB000FC43A32BFCE13ED9FCFB3369BF32AF94A9 +:10CFC000E3E78C01EC3DE0CB43A335BC33A297BC37 +:10CFD0005291EA67B3E86DC83FFF1F7FFFDBF09710 +:10CFE00081EFFFABF85BD6F0E1A5C95B958FB70A7F +:10CFF00011732697B764EFE27BCCB33E5C1228280E +:10D00000D5C98DB9FFBA2C9BF6EBD5F938EE78B1BE +:10D01000FA0628CE5D7C9EE4D3DC7F7150FC22D1E1 +:10D020003F7014467F7E0FAC3B8DB944F493DFB361 +:10D03000448779D1FF31041E7911C7ED6714415639 +:10D04000823FC4D4FD49BEBFFB7E79A02FFA3D4A82 +:10D05000A991FAC1F806D3D35F8BF78F77F748878A +:10D0600046A2BBCE578CA13D02D26168FB02ACBF89 +:10D07000AED0AB407F7695DE801E65B2836FB45034 +:10D080001EE6967C8342F43A3389F641B6B8F978C5 +:10D090005B661610FD36304ECFACDE40E3F7408FB6 +:10D0A0007CDC7C038D0B7600D94F31BAEC4C46B852 +:10D0B00076A7CBCE647D1EC2276A9CF313B4B374EB +:10D0C000FB909FA87114AD9F4B7DAFD165DF266D9E +:10D0D0001E9C0ECFDC9749717260AFC138CF65A539 +:10D0E0007CBF4F93E787460716A13EE8B2EFD5BC59 +:10D0F000B3F99B73897E97A17E80F6EB5D9CDE770A +:10D10000DA23E4F7186C522AEE2B3497CACB917EBF +:10D11000D638922D08970F819EFB807E0A64AA71F3 +:10D1200011D5BF741406C8CF9F1B645EB467168206 +:10D130009A1C578CE413EF5F336689958DDDCB180D +:10D14000F78B8F6FFCDD1ADF5EE9CAEFC7796F13CB +:10D15000566EC7796DCBE67EDFFB42F408E6C5CCA0 +:10D16000C338034CEDF38F930C02C885D3EA7EE1FC +:10D17000B1DF8CA4FD702D6EB04985D7B183A52990 +:10D1800018C7D2DE2F679D14C700920E6E86F5ADCC +:10D19000488E127F363099EFC3282E09E94D8BAFA8 +:10D1A0009C6D31525C8221A84BD0AE1528DF63A95B +:10D1B000ED1BEAC756CB8256E08B1D833B27A15D52 +:10D1C000B4A38A05D12EC001287E875F42FBAD96AD +:10D1D000C05051E70FAD488A0E20BB3AA3D382FD61 +:10D1E0005EA885A1E1BB15CAB7AB71D338D16FC2B8 +:10D1F00078BB1E7E1790D48B7BA2F3D3C944E73053 +:10D2000027F2F72FD1AFD0FC892EFF20C19F48F421 +:10D210001B7AF327961B4E0D5EA5F32712D7B11C80 +:10D220003EAD28A6E76123C68F59B4B4A77C87E535 +:10D2300086D3D44FE2FBAEFA6D1F7E8B705AFE5C34 +:10D2400042DC2781EE96C6CAC27702E24357EFD688 +:10D25000C9C112557EF858285FC0F8392F3BAA3B48 +:10D2600042E83FAE50E36919EDD149083757499874 +:10D27000CD43BFF11CE7C7312FEF3E847188D4EA5C +:10D280008E5C2497156A9C38D1BE2B7FB9CD88FE61 +:10D2900052838951DE08B3B9485E01FCCF607CB689 +:10D2A000AA69B8847EF85F56EFDB79C60C65C7D0F3 +:10D2B000934FD3FB1409E7B34CE4F98E6C06978BBC +:10D2C0000D363BC98BAAFB87D03C3F1C1DF818F9D3 +:10D2D000BACEE02D453E7698C24F7540FB9B9B9998 +:10D2E000D48834C9C297E37E7395854918FFA94A4B +:10D2F000E3FB509549430BFF04CFF6D3EE4233CC0A +:10D300004F186D22B87C66953F4739D3DBBEFC775A +:10D31000AA9EAB7ACF1E40FBB22AC94EFA61F37DBA +:10D3200043F658695D6192E3755BDD69C837DF9547 +:10D3300072FBF3C3D1FEEF4A797E4A29EAB90BAA00 +:10D340003D5365913CC8172F253DE8C375BA41EEA2 +:10D3500018B2104D959E74E0A7AA2CA6FE5A9B8386 +:10D36000505F0303EC00B9B4BDAA230BFDA2EDA5E9 +:10D37000166F130C318D797391AFAF1242CDA82F78 +:10D380004C2C2717CFE354FBAC5E9CC7646B6B0936 +:10D39000C69DD92273EA591B85D3594F7416D3976A +:10D3A000267656E33F68BC35A9230BE7B7D5025371 +:10D3B000433EF3F2723B8CB591E26CBC3CD5C6CBDC +:10D3C000ED334F64211CDA01E6422ABEFFA384F547 +:10D3D0009BA0BD1178F51E21B89BF2D5F0244139F0 +:10D3E000D67710BEF185351BEB5BB763BD45E471A5 +:10D3F00031E6357F1CD5C5953393787B038CD748B0 +:10D40000FDB18840FC95937AF6F2D8FAE65BC34505 +:10D41000741E66058F9FEFAC9477B442BF3B0556F0 +:10D42000D30428F0240D3B83FBAC4C19E036831F5A +:10D430005D339AE3B73BBDCA86534847BFCF2779D0 +:10D4400018A3573BC9CD2AB02351EE21BD22DD34AC +:10D45000D88696CC23BA97EA22D80F4BF6A25D72F3 +:10D460004B3EA7CF5BD68A9222125D123DDE227818 +:10D4700033318E5495CCF31B6FB143F97BE4C1BCBF +:10D480000D4616D0D9A9637F620D86B89C7AA80193 +:10D49000FAAFBB50588CFB4F5A7D9D85F79BD88FB8 +:10D4A00035ADB26634FA458E0EC217E6AAE1FEF635 +:10D4B0003D4207E10BE1A8103E808F4A882CDC0A30 +:10D4C0009D2389C7B7D6DE64E2EDA7DA4E523DF65A +:10D4D0007929F87CD47ED59E20C149AC3103CDBBDF +:10D4E0000CBC7F430EEF6F7B953214E979FBBC24B3 +:10D4F0002FDAAF2F59C297133D27E05BCB4F6D2E2C +:10D50000F52F1B8D7A15E8D54EF237308E1A994ECD +:10D51000911E5B70078F07C7E2F4216E07A879ABF5 +:10D5200089FAFB0206A3A1EAC2B34208C7C7FDB647 +:10D5300078FD1E21BB6119F0EF46943BFB12ED858F +:10D540000E1A7705E8E11D22EAD5F8EF57ECEF79DE +:10D550003FE4258CAB17C7ECA0587C93C376C75625 +:10D5600037D9DF51347629AF7F0D7D877153AEFFF8 +:10D57000E4EC9B916F17E5113D384CDC6EBFB9753B +:10D58000C89E46D5DE423B4D8BB76AF2E9C3D15502 +:10D590003B107EDBCBAA1EC02705F52E254F456D1F +:10D5A00087F1D6EFDBE71AA3EE9FACFA0BD8356014 +:10D5B000571E50F7E5AB5FCBCF44BB66952065A205 +:10D5C000FDF2B8CA8FC70E0E8E7B7FD618A07D9E47 +:10D5D00018FE221C7F2A1E16231E68BF30B08EF054 +:10D5E00052CFF1BDD4C7ED3B1664E255E51CCF9296 +:10D5F0000EEE88577D19F128F580C7E588472FC7BB +:10D60000A3148F37B2E356009D235F205EE3EAB791 +:10D6100070F8D4A27ED5F16F6AF36E232B8CC127EC +:10D62000A55876AFC538CA6BE0BF026AFF8455E4DF +:10D6300077C9A568DF3497563D8C7C9B847E672133 +:10D64000FA5DAC1EE902E3F9789EFBC26A26E3B9F3 +:10D6500040C07FE9B41EEC8D8D07ECF5484F7F503C +:10D66000E1ABBD5F3BDA4CF443FB356857B5585529 +:10D67000FF411A80FD94E675D95594D751A7E63538 +:10D680002CBFDE19C0FE4EABFB49EF8FE67AEFFDF3 +:10D69000D13C3F4D2B6BEB83FEA99FA491F171F31D +:10D6A0003F75B5E3F17D660A64935F680ED96F76C6 +:10D6B000A37DEEA7BC398D7EB65AA4DFA3BDB0759D +:10D6C0004D8A84F9F81A1D1D3B3688ECE33A551E45 +:10D6D0007C3A3A8DE6F11993C82E067AA27AADDC2F +:10D6E000E54F9D33909DD1DDCE5C1597BFA3F91F0B +:10D6F00007CEF50BA1FF01F626E5C1753E6357E1A4 +:10D70000C5F5C781E78690BE00FB93EC98CE575CC9 +:10D71000941FF49139B01DF95279269FFBB92CF46E +:10D72000C46338FF97B3296FE02CE6FB9829CF84B8 +:10D73000E717EC77901E6A88EE765C06E54F04F6F4 +:10D740002CFAAF1ADC0E74F95D2107E2E96CAC7CAF +:10D75000F9B53AFC1FC0FC1E8C9B5A2283F5FBE1F5 +:10D760005A59CB53C132EA9F97543B6869122F0F25 +:10D770004C0D649765607E19CF135A9A0CEF9D97F4 +:10D7800002BFCF9271BD9D02EBC0FD5A4D2E1DD838 +:10D790009049EB05F83141071FF047C88E3AFB91DD +:10D7A000610FFA23638D9FBE80F9519DD946CA0748 +:10D7B000FB48DB6FFD77B7AA9F3B0B101E800F8ADB +:10D7C00033AE39CFEF4D38F09840FECC0153EBD15A +:10D7D0005DD85EB679D1BF3FA0FAB3844AB0B31624 +:10D7E000A82235118E5BD5F56F314B03463A63EBBA +:10D7F0005EB1C14AE7A6579C3B3D1BCF15ADA8FFC4 +:10D80000662E3D13F2843E11A2F70EC6F93D6A8DD5 +:10D81000E503E5F5E0EFD83EB6609EBAED20EB44B7 +:10D820007DC9D23BFBF6E427ACF868A3DFF83D796D +:10D830005989E3937F5D4A7A8794E48A84BC24A65D +:10D840002F1BBB97679469FC18FF7E5619A3F70B33 +:10D8500012FA3B63F64FC23CA2CEE705925B67CD5E +:10D86000A19177C2FBDB46066ACB325420437DFD93 +:10D870009F93B8BF0FF4897E156BE5790967CCF2E9 +:10D880005C9407A9BE88659ECEFEB9A38CFBB7F356 +:10D89000ADDCCF02396FD1CB35ADBEB4AAE77DB8D0 +:10D8A000DBD575B83AB81EBD8D3D62D4C7396E2F31 +:10D8B000E372F08E3289FA19788EEF4BDCC63E3F68 +:10D8C00088E70B96868B68DF7BE05D11923F67CC23 +:10D8D000018A239C110CC167D1FEDDC4F394163C70 +:10D8E00025903C78715FA5D105F58B770A5EBC8FDA +:10D8F000608CEA4F2D00BDC5E3123CDF11D741F02B +:10D90000407D5584F189A78DB4BF7B8ED139DE650A +:10D91000ADAF515E42D62DCC6BCD4278078EDAB8D2 +:10D920009DB46A7D764C8E2697852C9877A7C16723 +:10D93000B11CA0EF16D7B35456145B67623E12D3E6 +:10D94000E70DA17EDB174FA7A8DFE2F35BFE6E8D2C +:10D95000A717E592F4B9A6BFF6947139ACE9F14482 +:10D96000BDDE5C2A3F52C6F1C8F5CF3302CFA74CCB +:10D97000B4AF543DAAE9E385AA3E3E6BE4F6C0028B +:10D980006B1B3D5F2C73D3FC16B3A89AEFD2694191 +:10D990007DD21B1DBCA8D2D1FE043A587A2E72D477 +:10D9A0004A70F7BE40F92277B1880BF87081295888 +:10D9B0008BF3EA07FA9EF2572704683E99B73011B5 +:10D9C000F7FB17602E44F13F6E6724DA15897684E1 +:10D9D000365F8DAE12FDEE317785C89E38BA5ABAE1 +:10D9E0001FFD14A52AF830E6F12A6B4CAC099E0FF6 +:10D9F0003A7EFC7814E6D9A05845CC2FBD681FB7F5 +:10DA00002D15DE0B06535000DE9EB49EF1F8F8FB98 +:10DA10009AFF131C81706B6AE1F2B0A991E3F7CB16 +:10DA200032BE6FF41FEA33B99CC3AF1DC7CD67EC9C +:10DA3000F0EA021A7F92ADC884F98A3EB14821BF4C +:10DA4000013AEC034FD41D688F1A5FB6F2B813C8C1 +:10DA50002B27C8E32B555131A9FF151184E72197D6 +:10DA60004532F2FC342642FD24FC07B4BFD2B9A0F3 +:10DA700019EBA719583015E6BDDC1A5987EFBFCA54 +:10DA80007E7D2EE2FFF6A41A13E2FD2D31D089F23D +:10DA9000A7CAE6F5DC42BDC8265CCFAF4DF2A7F8B9 +:10DAA000FEB849FE8CCBA71CF1ACA33B7D6BEB0110 +:10DAB000FCD3FC2720BD61FCC32935E351226396CA +:10DAC000E0A5B37E09F337AAEB6B7AC51A5A437106 +:10DAD00077EF4E84F372A329C8EDD3F8F568F04AC6 +:10DAE0005CD7525BE0E15403ADC35E0EF0FD8B39B1 +:10DAF000F0B868A4F8A609E511AC23A99CAFC351FE +:10DB00003EAAF775C0EF702EFA69392CA4C65B15D2 +:10DB1000F447418AD37CFE660E64603F26D1AFEEA7 +:10DB200083CA8CEF072B71F6DB838EE4028CC3343F +:10DB3000B0242FE2CD23FEF861A4A7238A89613C9B +:10DB4000E78EA4E43D2C05E96A4008E3565FE76BE5 +:10DB5000791401CAA3389ACEE3E2474FBAC86F16C8 +:10DB60000E1989DE8EBCEBA0BC9C23953DC75F0AD5 +:10DB7000CB399D1D39C8E9EFA88DD3E9515BF61E5D +:10DB8000FDFD1DA3CAB93CFF326B9007F71F7AD386 +:10DB9000970FAE06C9A2CBB7187B932588FCFEE091 +:10DBA0001C0BD96B631D43E3F229AAD4F3879EE9CA +:10DBB000735350FF1CFD0B2B75C33A7DE55CBF8C86 +:10DBC00035BA6F457BFCCAAF8D2C0222AAE0E30E6A +:10DBD00011F38BAF54EF93A98AD6E60C807E0FD950 +:10DBE000338B915E0E9D72E708D05F7BF6107A76DC +:10DBF000CDC396391FCF297B8E5D7D3219DA7FA97F +:10DC000058A58DC807E65681EC1E00679FB1841E9B +:10DC10008A13112A4164B1663112443B6C5532F9C2 +:10DC20003FAFAAEBC33D6684F797B339DE5F157843 +:10DC300059A965C4DFDE761B950F2F934274966C4D +:10DC40003F887D1D1D37B0A06925F68BF613D26D78 +:10DC50008E9545747A022A4EE2F7E0AE8B88FF7605 +:10DC6000D5FEAB52EDBF5C180AF7E7739D06C26F95 +:10DC7000BB9AD7EDD9B0D489FB258798F80CAEEFC5 +:10DC8000A2EBDA1401E5B22A478E26E4656BEB7944 +:10DC9000A94A5AAABF6767894A1741F5BB829C67A0 +:10DCA000282F98F9C167C8C6FE24F5FD41BA2FA3F5 +:10DCB00020E77519E1FBEA8025A624E467C52EE17B +:10DCC000FC2639DDCD0CF05A65927CA857B15DEA8F +:10DCD000703DFD4A4E8C677AC4714E941FEDCEF9AB +:10DCE00044CFC2A191397ABBE3502FF4DBACD2C947 +:10DCF000A11FA0DF7B54FA3D9A756D4AA0877EB4C0 +:10DD000067BB0A0F40BE87CE1939AC44BFED76EB36 +:10DD100025D1EF21957E775E32FD1611FDB6677332 +:10DD2000FA6D3F554B747BD4B5309E7EB3807E0137 +:10DD30006E875D0109E5637BB655DEC38974E74AEA +:10DD4000F8FEB0E062886FF00372F4FAF7B07DC8B5 +:10DD50006CCC272FC03C31A89FE0958AD16F373813 +:10DD60000A890F0E350EC9433BFFA83ADF44FED0A7 +:10DD7000FA61CEF8F892F6FE08C2CB8AFCE0A73C26 +:10DD8000AE23AABFEA6D2FC8417B93B53E2823DDA1 +:10DD90004F54F969A2CD7A0AD7C1D281DE75FAD97A +:10DDA000736C0E7DDF1B5E7A1FA79A8F83F7279512 +:10DDB000EAC6117B1E2731BE35BC34F02B94EF1719 +:10DDC000CDC1F7F1BC78678D8DECECB4EA4EBADFCB +:10DDD000E37DF55EB70226AF3989F07BB30FC587C7 +:10DDE0000C8EA92AFC32DD08BFBF94C7FBFDBDC164 +:10DDF0000DE8230FF79D7A5F4F590EC639BBC1CD91 +:10DE000009EB49FEBF076E37A5F83F41BDF63E134B +:10DE100007D0B9B74A1697B7D39B9DF41BD4C7F95F +:10DE20003DD94B5CAF81C419CDF3A1B87D34E9472E +:10DE3000B55FA4A37C54AE9CFB1BB013275D597B3C +:10DE40002B96EFACE83BD7097268D20481F2B82C6C +:10DE500007FC0F2B00B74937D4DE9A01F5C3AF3862 +:10DE60003717CF894EBA5150F3BE2A6E423E98748E +:10DE70009340795D7F7B05DA17621C3060C63CB445 +:10DE8000EBD5F39F4E351F41839F3886EF4F8B6351 +:10DE9000B81C4C1D2351994083F27006CF4F063DAC +:10DEA0006C26BF8B05CC38EF3F5C015A7204F61B21 +:10DEB000C86DD5C9D5E3575BE7C84EDE4EBF5FE6F8 +:10DEC000192368FB48644727E271903ABE9687831E +:10DED000DF5F374C5F6FA27A8F3A3FA7C4ED6C9C2F +:10DEE000D7F461FCA9F77F8FCFAC34635AE1752575 +:10DEF000209F25C467E0B2312847B3BF75A17E07D4 +:10DF00008385F2D2DE377B4DA4D7DC2CF83CD8DFFA +:10DF1000BE327F338650DEBF7BE11CB2DB921D3206 +:10DF2000CAC319EAFCDA1CC3E9FD4C66F0225EF1B3 +:10DF3000B749D37B40476F4C7EF008F6F76ABEB511 +:10DF4000CBFECC2A8DD96B875E078307403E858543 +:10DF50004DDCBF08FA56A17D5B6D17D14FB99A45CC +:10DF6000A9FE47B8B33108F76FBCF4FCA4324AFBF2 +:10DF7000559A5DF7975C6ECF817D3711D7358D054A +:10DF80005E8E92BC6C35211C9C2CC4E70FF344FDC3 +:10DF90009AA8F727D876925D00BF8ECCECEE7C4C29 +:10DFA000D3ED1BCBD3023B41B91DDBAB76C2715322 +:10DFB000E0BA31A3306F372CF0386A8740FAFC564C +:10DFC0007E8E9A95796D9CCEE3F9AA2B0FA256A06E +:10DFD000B80FD88524B75FAB15D4FD30666C2E55CD +:10DFE000E1091F79BEBEDBD417E5B56C63089F3627 +:10DFF000C78F7DABA0FD94C3366685794C710669E9 +:10E000009D7F100CDE35B49EE0E15BD363F03CD61F +:10E01000A5EFE2F1500DED6EC3F69289DB2760AFFC +:10E02000E038573F67A171AE619D841F3F1309FE21 +:10E03000B78DE17E615F7F4D6506C0AFBF54FB7257 +:10E0400014BE7A2BC41433E8C3B7D438D09536B095 +:10E050007B280EA69E23729BE9FE056F449C804799 +:10E0600032A714A6D239E5E263DE43589E5AC2CBEA +:10E0700085617E8FE73515BC3C7C7F27DDCFE9F7D6 +:10E08000F1F2889723062C5F55E0A6F352FD99FF25 +:10E09000AA61487F9291DF07C15A5D68974C16C408 +:10E0A0006751AFBD53C7EDE5C9F983C83E7B7375B2 +:10E0B00035C9A5D4D9D32BF1DC219BCAF365CAFDA0 +:10E0C000B58D582EAFE67990A9BE90711B94A70725 +:10E0D0008447907EEF1BD397CBBD80CF7C3DE03350 +:10E0E00035C0F328C72893CDD70E23BABC5DF5976A +:10E0F000B6223D24D2E70BC86B0887059A1CE1794C +:10E100002B33A7F33827FEA6F725FF88E8F2382639 +:10E1100031227DBCC5CF479D78C7EB43BC28495C05 +:10E12000AE319BB7F976F8FEAD07F218F78742B328 +:10E1300029DE81748EFA6BFA7A21039E368185D1AD +:10E140000F62CE04397FC69260872A8DC87F99C13D +:10E15000641E2760BA7A987FA62D5971E0BD8B01A5 +:10E16000DD7BFAFFBF5BF5EDC08F7A0EF950626779 +:10E1700068BFB9C02D8818FF7951AAA5F363537001 +:10E180002FA608CF9BADA0F2CC127E7E664A4165D9 +:10E19000D59FA09CFCA691F064EEB7DF88787CED5B +:10E1A0003A9364C5F9A8E795C9950238BF50ACD930 +:10E1B0009541330A73CDEE7A49689D4D707BC7490E +:10E1C000F919220BAFC1F8E8934191EC21962E2862 +:10E1D00058BEFCC57E3C8E96C5F172D9356EC2C361 +:10E1E00094BA95663C6FC50202CB77E33C53C81ED8 +:10E1F0009CE2194DF6BF67FA8FDF4D467F403190A4 +:10E20000DD6408D410DF4D433988CFEAD789FF5F3A +:10E21000686421CCE7FFD5F437A8AC008EF2717C9E +:10E2200053E824DA11D7B28164C71D873E2D3A7FA7 +:10E2300082D90287D271DDCFF725FEBB12EF744180 +:10E240003A0DF27BE6AAA22B73D18E3C3113EC4837 +:10E2500080EB895302DD1F79FC9E7EE40F1E9FF345 +:10E260006113CEE7F8A834CA7FAAFADAC12214E70C +:10E27000104C269D1CAB32859B6EC3751EB649188B +:10E28000D7EDE60F8181C94AD5AD132A2B0CEBFBE4 +:10E29000E33F619C4C4FA68CDF6F5A99ECC5B807E1 +:10E2A00070A8D50BE30E9CC9EF396163F3085916CA +:10E2B000E694F12E450BB3D1FEDF747FEDBB684FC2 +:10E2C00065280637FA0D5D7A4A08CCC15C18E75814 +:10E2D000650EE6E51EB707E6200B78C66EE2E5ECB4 +:10E2E000C0BB58BEC7B96D4E7539E6EDDF7113AED0 +:10E2F00073469D40FAA5B2AECDD417C6B941496167 +:10E3000088878BA9C18969F0ACAE16189EC79F2675 +:10E31000ED36A3BFE1ABAFCDC53C9FEAB112F1F33F +:10E3200071979C8B7904C7B36503CA41C0871FF7F7 +:10E3300097FFDBFA4F85FEA17C3C17FA4FFF1FE8E1 +:10E340003F439DBFFB7FA87FB33AFFA13DC3679AC0 +:10E3500007FA07A2A9F4AC5C8B743BA3AB7FE5483A +:10E36000063C674902EEACB2EAFA5AE253DF0CDE31 +:10E370007FA2DDD3359E9D8FE7F15B2386E1FFCC45 +:10E38000386D34CE3BF9ADB9C86F6FCEB4A26DD342 +:10E39000D5AF67C6FA0E435C7CA5D5C5FDD36B5CD3 +:10E3A000A8AFDFF1CFA7B2706842AEDE3F7DB317F2 +:10E3B000FF74C6586ED7BDA9FAA7C76D5CAE1C47DF +:10E3C000FF5488B5AB1DABC657660CF2B01EF633D2 +:10E3D000B4A7A6AFBBFCC241DC3F3DE6BE34FFF4B0 +:10E3E0000DD53F0D8ED5FC53E1B6EFF74FDD5CAE9A +:10E3F000B835B9D29883F1846393D7C7FBA7128F3E +:10E40000AF5C344B0694EF6FCF36527CEEEDD94DB6 +:10E4100024E7BE0443411F37EFCDEFEE9AB76A877A +:10E420008F650A9D67121BA434CA7360E146CC3F16 +:10E43000B97715F8B1D0DF66751DBF12F8F929A5B7 +:10E440008889986F9199CEEDAD34D0414DD9BA738A +:10E45000616ABE84CB16A47B2A5C122BC6FC40D01A +:10E460005EF4BDCDC6E3CEB9EA3937A77A8EEC3E6D +:10E47000A443DCEF50CF5739EA98819FBB0D8B48FE +:10E480001759A6F004EC7F80CC18ED4398A205F84C +:10E49000FE87FCB3C475B70B3DD3515E055FA7D7AC +:10E4A000C16EE3E793543EF6B8F338FDEF26FBEC7C +:10E4B00006658401E9FF69152E3714AC1C887A6D56 +:10E4C00056B520A17C6E7CF7F1B57825D76B6E81AF +:10E4D000EE52F3499CEFDAF317E6A2DC7DABC6CA35 +:10E4E000D0CE7CF35BFF2E5CE73BE5490CE34B7938 +:10E4F000157CFD9E3AE0138CA3D5713EF1F6617355 +:10E50000FC3AFA4A9C6F173EBF1648DF8493D853F3 +:10E51000782EE3C0D80FE764019CC2FDD89F517EDE +:10E520009B5FFE720E9EB308832E413BA6636CEA8E +:10E5300043E8CF85D5FDD58BEF2E34EBEF857C4BB3 +:10E540005D1F1E77E7E778521FC2F34531B8687246 +:10E5500041834B977C5B8BF2EDFA7A2E1766CD6880 +:10E56000E372A1CE9D1B559F485F6FB9AD783712FE +:10E5700073ABEB3EF6ADFF5D8423CA0B8487262F79 +:10E58000922A78DE19CE0FE34A55261E4700BF9027 +:10E59000ECC7443C46553EBFDEA4ACCD50E5EE1A78 +:10E5A0007856CEAE35E3B820AFE8DEAD590137CDB1 +:10E5B0006B9A54C9E7E76FA3F969F379C7D5BA8BAA +:10E5C000E689F28BEC0F8E978B6699FA9DA6F55B28 +:10E5D000CDFBADAEE3FD56FB6B489E5F07729FE43B +:10E5E000BAA736AEDFE3E6508E2AD7D7ACD2C9F54C +:10E5F000C4755D34B7AE45F97A9D325040BFA27202 +:10E600003A8C83F6F58C5437C2EDAF63B93F38B915 +:10E610006E379DF79A3263255FC7EC46A2B7B753B2 +:10E620004324CFB5714F7C1B2079EA99A1ADA3B5E6 +:10E6300019D73113D781FDD7713A9E12E0EB98E2DA +:10E640005949EBB821D048FDFBA4DDD42F3C77918C +:10E650009D3399D3714605D71F6FFC55CEF5EBF46A +:10E66000C70FE129B342C35390E03945836701875F +:10E67000E78C6A3E8F19B377D3BA66553772784AFA +:10E68000959C8EA4CA3938DFE3D7713A023D5CA568 +:10E69000D7936E956E8EABEBD6F0364B5B6F3D87A6 +:10E6A000E734A407F87E1AE20DDA5D2775E9B11C9C +:10E6B0001CE7B5FCD61CD463EF6874A0F1A7AAC709 +:10E6C000DA57CBEC0333C535285E3CC169207BB5F6 +:10E6D000CAE76DC67B17C650E60EEBC1BF8DF74B80 +:10E6E000B5B8CE745BF06032D97DF29AF7110E6046 +:10E6F00097AB7E8A6143DF985FCA7C2BE3FCEBB665 +:10E700006B7FEF1C89F4E134D3BECE8342EB61B260 +:10E71000C7875A25B46F1FBC3685FC9EE3E8E70A1D +:10E72000313D67B071BFB30AFC5BCC1F07BFB45962 +:10E73000B54FD5FB0B82CD48A73EF467D5FD1FBD75 +:10E740001FCB543F7622F8B11B2FC18FFD5105F727 +:10E7500063A782DF8E17C7BC79ED6627FA1B478D4A +:10E76000F1F921C7FE8FFBB3920BE3FCAF31F62C1E +:10E77000C2F78D6AD59FBDDA4D7E52623C04FCCF54 +:10E7800085151931BF937ED87E722AD103F867F5BB +:10E7900015185F62FE38BC758B8324FA038974D325 +:10E7A0002CCA143750E320994895469C7F4440F882 +:10E7B00026EE5BF446672253FEE9F88C49F34BE8FA +:10E7C0002788B82F98A37E2F0416923FB4732C137A +:10E7D000317F96AD0BD2FC8E9B029B2AC899E4F642 +:10E7E0004316C66B80249ACABC8B538DBDCFF7F7F6 +:10E7F000A5722B7E37D1E8F4627EEA676F1A89CE64 +:10E80000A7CADB7D28E7AE66ADBE34A40749F04653 +:10E81000A4181D0DD906F3D4F9CD43433666D2E5CD +:10E82000075CBE4F8C2B0F0B67C5B51FB15F8AAB62 +:10E830002F02A75B5F3FF29837AE3CAAA32CAEFD38 +:10E84000E8B7E5B87279B43AAEFDD873FEB8F265B0 +:10E850002C60C0C55FD13923EEBBCF58A01DF3811A +:10E860002E2BB78A0AC56BE5370A800F87A9D01F00 +:10E87000FF7520AE9F61D15A03C2E928DE27027ED0 +:10E8800062255B14D71F7BCE741AF11984FF109F89 +:10E89000973128EBF2EEA748E65819FE3738A1BEAB +:10E8A000E1A4FDC861DD78472A5CE98837C07909B1 +:10E8B000C623BAE10913A5D14EDAC7422101D743D5 +:10E8C0006DD965DB199D0F4A5CCFC5D5B62387315D +:10E8D00067CA7892E2A35F82BFD4C78DF787C6E389 +:10E8E000D32EC5E3D351108F4F97371E9F2965F163 +:10E8F000F84C95E3F1D9A73A1E9F19FE787C66CEB5 +:10E9000088C76776201E9FFDEBE3F1991B8CC7E358 +:10E91000C086783CB995FAB8FA411B82F1F418AD7B +:10E920006DDF05EB3F5A6615118FF9AD0D71DF6B89 +:10E930007854E0BF9EF038AD3E118F9BE8FED81FA3 +:10E94000C2E77709F864C6D9DFBBAFA7E10BE49C47 +:10E95000F90A8A532F9F43F24F8DCFE04F1FA73EF6 +:10E960003EF341D24FAF0EE571EA094C36217E0FDE +:10E9700065CFF1F59178FB043D437AA85AD3436AF9 +:10E980005C0AD36E905FAEEA16B796CC58BE967509 +:10E990000E300DC2FC85C83AB4CFBFCA7EFD3D81A2 +:10E9A000F22CDAB43C8BDC2B481F7550F9A8E369D4 +:10E9B00013C6E79D2C48F3D7CB47CC4BBB64F93843 +:10E9C000558CFC43725ACA8DC93D12AA0AC93DF042 +:10E9D000830DA7C86FE0FE9E2E2F81FCE4B72A03AB +:10E9E000AE51A817671A99FEBCB7F6ACB882EF33E0 +:10E9F000BF7590FB3DBDF9C713AFB834FFF89FCD8D +:10EA00003F780BFDE31160E75C71A9FE714DEE00EC +:10EA10008C234CE6FEF19BA7C07F80F76F5C3784A8 +:10EA20009E5DF3A8E6FBB79E632E05E35E5FD65BB3 +:10EA300049EF36BE7B07D9A155BF31D37DEE13F028 +:10EA4000522E2C9FE3F76033533DE9C1892A9E0F74 +:10EA5000A9FB79131A26F8310F60E2C907494F89DB +:10EA6000068EE7EA742160C3BCA009522EEA1BBFE0 +:10EA70009105F790DDA324619E4C16B33D8BF8BE43 +:10EA8000A8E67B76A6F27CB0097756527F5DFB0F35 +:10EA9000CB78DCB1CAB93B17E38C13EAAD024EADBB +:10EAA000CA59F32EEE3F23C1A3AC3BB19BE3EBC4A9 +:10EAB0004A29C4CF67FE81E6D3791B93707FFA445D +:10EAC00011A7A313AE3CAA9FA0DE3FD12E44290E6E +:10EAD000AC9483BFCEB0FE17742FC18907049AEDA2 +:10EAE00009181BEDEC136D43E8BBAE7CD84DAEEFBF +:10EAF0003F9FD966E7F96D26A911F3840EDC25AA9C +:10EB0000F9B08AE73EAC9F9944FBBBCCA494BC818E +:10EB1000F5F597F17A6363E1B3E9B1FDDF8FCCD20C +:10EB2000AE5B110E33076BF9C40EDC574FB4430EC6 +:10EB3000984405F948092677CB83D5EF0F25E6C120 +:10EB40006A74F143EF4F809FA4BF4FE3C4A22B2907 +:10EB5000BEFFA6DB14447BD837DDAAA0BCF4896DC8 +:10EB600026DCAFFE7074E05194175BF277AF443F40 +:10EB7000171896F0B4C32384ACFC1EE4D971722339 +:10EB800041EEB5399EDE8972EC861C2BE9C549FD44 +:10EB9000EF3E82F470A8D64AFE74A2DCABB2C92460 +:10EBA0008FD0AEC6FDAF89EABE52356B257975159B +:10EBB0008BD0B3FBBEDDF7CB3F907B2FA39CBE3D3C +:10EBC00069377DBFC6B1BC02E53BC8EF57F0FDD841 +:10EBD0008F6513C2BD4A0238C0786FA62A44B73E7B +:10EBE0009740F4021638F93717F05E9A1EFC9B76B0 +:10EBF000FBC501D85F22FC12E5C98592C06FAFD07A +:10EC0000C53126A785EC22EDBFF66C07B6391EA2EA +:10EC10007D8629BDE895D7F21FE77AE5EADEE0E9CF +:10EC2000F56520FF32BFB6FF49FB759A5EF9217882 +:10EC30007ECF3EE85984DB6416A2EF8E3AC699492E +:10EC4000CF99E40FAFF8EFB0FB59B7FDD0383FE0F4 +:10EC50001FDD07D5E0390913FEA09F77447E4F19C9 +:10EC60004CE49AEC52A42FFE7B678362C2F8A42F77 +:10EC7000DB487B290CEDC202BC5EDC4BF3AA62FED2 +:10EC800094087C77B537DECEA83A3994D6FB3BC1E1 +:10EC9000E0152A10DEDC4EA17A947B8CAF3FCBC806 +:10ECA000D75F95509F088F44FB04F783116F97AA95 +:10ECB0005FB3C7A9F68CC4867C3708FDF6FDEC036C +:10ECC000CC8F54ED9AAA84BC8444BBA6701CD75741 +:10ECD000732DB27B1C3CCFAB714491794D28570CFE +:10ECE0008E0ACA2BD1DA25F693884FA08BCBC66546 +:10ECF00074C70B8C45F1BE231937D4B5C1FA863CD5 +:10ED00007C19DD6F79A4EF8DB7BE8EE5870693BFC2 +:10ED10003A721CD7EB83FB2F7CB20DCA3E83703353 +:10ED2000E57F95BC33CB8D794C76DE4F16ABDF5249 +:10ED300083702ECC2B6EC2761646EDAE1AB16CA443 +:10ED40003E5F7D823AEFABD47B13725998E2B949AA +:10ED50000DA2A050BC96998CC5F0CC0A9944E8DF6E +:10ED60006262A6A4347866B53A45E4EF24DEEF6F1C +:10ED70008AFE588CFDFAF278F972AFE3D4209C8FAA +:10ED800020D07C2E2F102243A1EC4BE3F5538B9F18 +:10ED9000E88770F35569EDAFFE08DBFB54BB2159E2 +:10EDA000EE3CF41DACFBFA40DB1302D0C58B814A6C +:10EDB000F35080F7EC71365AFFF57EBE1F7C4D593B +:10EDC000A38079E6D707E412BDFD71E3387E3E6883 +:10EDD0007A196F37DD5F6BAED3ADFB7AB993615CA7 +:10EDE000E9FA19A7282FB5CD3197ECBEE909F2A5AC +:10EDF00006FF817EFE755792BC7E7D4EBC7CF1E3A2 +:10EE00003FDC245F0E6718E87CAB99CB17F108C68E +:10EE100053AE57E5CB0CD64AEF67B1303D67B30E22 +:10EE20009E5F71AA4BAE0C4CCF8B932B2B914EA6B1 +:10EE3000333FB5EB70FC98E48A13E80EF32C26D828 +:10EE40009C245F7BA0AFDB7BA22F9D1CA575CEEA27 +:10EE5000258FE4D59B4737E33A6639234EBC5FECF8 +:10EE6000572EB317F7ABBACBD32EFD44F67977FD07 +:10EE7000D441F230310E34ED87F34A5AC7915DAE7A +:10EE8000E5958468BDB0AE367C0FEBFF4179AAB73B +:10EE9000D77BB2CFBF5F7E7408746EAC17BB9CFD8E +:10EEA000705EF2BE71A37E382F7988CCE29EF34B60 +:10EEB000E4FE1374794A8E92CE75F794A0121A6EFE +:10EEC000407B6D979D6DC0F3A1634B2AC7FAA0DD0F +:10EED0000A35AF6A884FE2F94D1D4CDE0DE3994DBE +:10EEE0000AE5F99B6D626A632A9E4FE820FBAF3307 +:10EEF0008389687F69E70976B99882FD0DF171FE13 +:10EF00001FE2E37153F89EF667CC05F07D11E0F93E +:10EF100046AE27BE6AE179EF5FA50A144FFC6AA6E8 +:10EF200093EC810F365AE91EDA79EAB9DD74EDFE09 +:10EF300015BC511CFAFBF53837F1A1C2AAB269EF32 +:10EF40005FD898454FF5FCE73CF55EBFAF52A5B9D9 +:10EF5000D46F4BA680FDD66D19743D8E5BB729D357 +:10EF6000CDFF4E0D6F7F689CC4BF73CB9FE2F9E16C +:10EF7000CE1A273FE7C6024568475A8D9E6B6C46FE +:10EF8000D46F7785F743FDB25CA788F6BF6FE0C901 +:10EF9000AD6550FEE83933EDCF2CDA7B6D4A043F86 +:10EFA00033C9593DED232D0AC5EBB525FBE2CBCB8B +:10EFB000C2F1E515097A2C516F9D8FE9212FEAA145 +:10EFC00033A88728CEC1F5501DE3F8047AB7E8F3DB +:10EFD000D7343D34D752F529D2FF6215EF566BF086 +:10EFE000DC6E8097F527438B1B893F3B0F223FF751 +:10EFF000BDDF5D8CF91F4FA972FD97E3FC7FC5EF64 +:10F00000AC032B8693BE1B3895E8E3ABED768AB351 +:10F010007F65E77ED157AF08148FD932E09B75DB4F +:10F02000A19F2D63AC22F718E46B46F5C5EB45397B +:10F030003FA55BE44574FF464D92C8E38CCC46F790 +:10F0400000E0296278D6B536AEBB13EA0782824764 +:10F05000FB7129EB48462692C773BC31E3D4A18DDE +:10F06000D0FF8A6B9388B7162BE1490846D3B726A1 +:10F070003FD2251EE7C0F332069B2C5642BB65FBF0 +:10F0800053E9EF1E648CE7FB1EEBBF59E9C70FB5D0 +:10F09000FB792CCFD528C89EE3BFF5D1DFC559D861 +:10F0A0003096EE7748B774F6A944FA683112DD2F2E +:10F0B000BCB39CDE0BD3AA3BF0EF6E9C6D7150FC91 +:10F0C000FFD0762BBF4FE4157EFEEEEC2E0E8F8523 +:10F0D000394EBAC73971FDCD42443D9FD3914CE7BB +:10F0E0008F77DD918C70FD50BB7F430CD27D824CBD +:10F0F0000AC6DFC3B1D3588D7C727AC32DBF2B47AC +:10F10000F84E9B5582FA7C7CAA275972C6EAB5F361 +:10F110009AA6B4B2C750BE8CFFD648FC6102BD8827 +:10F12000E7660F6FBC6A11F2C9697F522ACE57DABF +:10F13000F008DDF307EB22BC9E6EB1D3BADC2CBC29 +:10F140000EE3A32B36AC5FB70DDAFF0EEC38CC1B09 +:10F15000393D2D89E273A75F7611764F8B05FC9EB2 +:10F160004266EAF1FEFFB7C61909EE9503795CEF36 +:10F1700034C6F524E4AFC26B50EF2E6B31D23ECCD7 +:10F18000E16927B696A5C7F84B98D6D07910DBDF92 +:10F1900003F5D0FE03C54BF7151EDBF4F93AE4DBAB +:10F1A0000FCAAC22E6192D7AD4487FF7EA9FE537DB +:10F1B000FC4540EECF53F194C87FF3360DA27B1F80 +:10F1C000D906CE87378E17481FFC17F870DEF85126 +:10F1D000313E6439D3E2CE9B3F9560076AF25ECB45 +:10F1E0002FB57999BCD749F781CA02C8DFF5E3F991 +:10F1F0007D1EEBC7F3F3C7A6BFAEDAF75B98BF730C +:10F200007C60258E3390C945486F52A75885EEAF74 +:10F2100093A9F78C78F87D4E5BCD7E03D1A329F0BE +:10F220008BDFA2DCDFB06824F27FB3DADF2FC70503 +:10F23000FE653CF45F7757E0D3830CE96E0CC9811F +:10F24000BAAFA71B303FD7B945BBD7D05F6547B929 +:10F250009FEE27BAD4E4783ECC77770FFEDB63E3EA +:10F26000B97D959FEEA77EAA2B4555BFC933515F47 +:10F270003DB4D8C0701EE3BF1968C0FB77EE0556D9 +:10F2800044FBC05636CD60E47647673EEED77DF34B +:10F290005D9F068083B3CCA0EA3D7F3B9E4F742ADE +:10F2A000295F08D0DFAA2CA384F10867591AFF4E02 +:10F2B000B6D177F90569ED681F8AED295FA45C1165 +:10F2C0009B9781D924A70DFFECB481E8C2BD859737 +:10F2D000353AF8AC55203E5D85A90FC5FC9E82707D +:10F2E00021D7BBA83F576559683CADBFED65952157 +:10F2F000841F93654F7AA97A3F33C3BC6C2E7FC0BD +:10F300001F61FCEF68F1FB4E1C855133CA216DDE95 +:10F3100075B6D0043C579908BF3A759E77E33C8197 +:10F3200064C678A15CD0FB3C9B54F9A97DAFCDD3DA +:10F330005112881E25FB2785E5531E6180FEBEEF16 +:10F340002E934BCD53EC68C172FF0223EDCB19D540 +:10F35000F38FBB5880EE2571A6733BFFA2FD9ADDAB +:10F36000984F2E35023D0E80F6C6959447DEBF2994 +:10F3700053C4FCF226B39A6F0E8605C663942A79AD +:10F3800037D62B169BD8E4A57C5A925B0D275D24BB +:10F39000472F1AFC643CBD3D3E8FFFFD57C6F781E9 +:10F3A0007244FF330B002FDE415CEF27C2E5F7E329 +:10F3B00039FF3C87B97BF09D77026FB75EF0F27B37 +:10F3C000579864C07B54FA1BA7D178FD8DD267F79C +:10F3D000A7E238824A7FA640975C80F17799F97D51 +:10F3E000C96756B7FEF48CB9FB78DAF366759C8270 +:10F3F0002D42285F77CF53743CF7B732D26426F79B +:10F40000E0DFFDBFF2FC5F3CF4C63A008000000084 +:10F410001F8B080000000000000BE57D0B7854D521 +:10F42000B5F03E8F3933934C9293104212427212D0 +:10F4300008440C388118115027098941020EF82818 +:10F44000A0E22404089097506D542C13129E8286DB +:10F450001A6D7C0F28F8423AD88854020EC122BD9A +:10F46000551BABDE4BB5F5268202F2C81814ED2D04 +:10F47000ADFF5A6B9F93CC4C9282DFFDEFFFDFFB19 +:10F48000DD7CAD877DCE7EACBDF67AEFB5F7D4CA14 +:10F490000EB1339B31F6AEC9B32D95B1E5E9F6D97E +:10F4A0003E282F1792ED6E78D69BE01B3CDD9BAD7E +:10F4B000FCBB601F126D83F7116CB6179ECBAD506D +:10F4C000CE64EC07FCBBAEEFB3749DC45C837ACB17 +:10F4D000931E34D778A03E93B5676AA1DFB2B39983 +:10F4E000E336B0DEEF650A7361BFA1FD986372E396 +:10F4F0001C83198BB73CF2E4B1F1D080D98FEC8436 +:10F50000F64FB8A3B40DF06C36E05C1CE6D926C00B +:10F51000D7360B63B100677A8C4702B8D91EC62C68 +:10F5200071000F36D5188BABD70EB9A0BE3FD7628E +:10F53000DF6A8777EB0A1C1D16467F3FA4C17F2C2C +:10F540001D4C86EF8F4D642AC2E774443386E33343 +:10F550007BB3341C5E381C23627318ABE64D98D025 +:10F560002AF822C63296A7C3676D5CD481F085D78E +:10F5700071F8DA0CF8EEB6E8F01D7E1CE153C254C7 +:10F58000558AA62E1C969C5EF85883B6A60EBE43DE +:10F5900087F60D005F696619F5C760BE5193FB8160 +:10F5A0009705CFCF8023FC71BBC6241CDFDBB81DC1 +:10F5B000FA738F91D56D1AC74F3C8E5F95C4F1C316 +:10F5C000DA539D11D03EDED22944522787F2603CA7 +:10F5D0004564FE0DFDE06761BEA308D7A32DCB27D0 +:10F5E00033C047DB9CD1491AAC5BB1E59D23C258BF +:10F5F0007C32AF84FDD84DA73B3202E14C8AFEF24B +:10F60000728620315CD7AADA7C27C219AB30B705E5 +:10F61000E0F1CF543C5B019EAA7B73E9FD5EA1E65D +:10F62000DF1F40BCBD67B26F83364D331D0961B12A +:10F63000F88C13DD80C7DDFF182EE23AF9DF93A8BE +:10F640009D30AB28418272B55311CDA9BDEB64E06A +:10F6500025BF35DA1D9F4DEBE61DA2C2738F40EB2F +:10F6600052B5CEE4B1A4E2FC3F6C2E8371638A9C58 +:10F670009F21FDA74033ECAF69BD64C17A4D732271 +:10F680003D0CEA9D153A9EB99FE8CD66477C36A5AC +:10F690007A7D227E9FAAD9DDD0A616C7C3F5B3F125 +:10F6A000F53E6939D87C0CF860B1F5F7CD38AF4933 +:10F6B0009278A7D3467C1037730C9453584F791621 +:10F6C000962581CA274D6CF66B36023E6E66440065 +:10F6D0005F999813F9A4748BE84EBF22E0BD00EF48 +:10F6E000337BFBB9D4F74DD18DEC5EC4EBFA540FEC +:10F6F000E2B556660E7C7F4EB647FD33FE2EFB5EAE +:10F70000628E00FE2EC37600D7C391F69C9901ED60 +:10F710004E3844C6AE646CBEC46AF0BBB5F1854FCA +:10F7200077C278797529A91B627BE9FF739D9F5E7B +:10F73000D6EBC7211D07F4FF9889CB1D7BDB8B43DC +:10F740004B02FA2F3DA17422DD955AB67DFA63F87B +:10F75000C4E89F356BB1CE3197D2BFC9678EECDB61 +:10F76000EF5F00768477AFC2D7D1DA38EA18C231BA +:10F77000D0FC3ED5E767F0A9314E1B8E9F89E36729 +:10F780008C28099083A5162BF165A925FD18E2EDBB +:10F79000C7CA01637E17EFBFFFF955E73B0E21BFD4 +:10F7A000C72A8E2D48D76D56ABB60AF8E080F57A99 +:10F7B000BD1CA121BF096156E2A7BCB0700F95C363 +:10F7C000C73CD588EB1C6E65666489182D09F1D39A +:10F7D00066BD6C0483E794B0A925D83E2FCCAC99C4 +:10F7E00005EC6FD4316C0FFD336CDF661D938DF526 +:10F7F0007ADBF172E6551AC9E329E111C46779E1B0 +:10F80000660FB6CF1BAA65AB30BFF966FB6784A74E +:10F81000FA286D1B3C8F46F3791BF3EDD4F1FFA55D +:10F8200043A07EE687035D66F6AD67D0ED09AC07C1 +:10F83000CF2557398E231E463BF87A47643A536DDD +:10F84000201F5FDD7FDBBF87C1FB3809EA4F24B48F +:10F85000B9D90490BF488B13F5F587FF3C2A82E4A1 +:10F860004BC4AFF76E99921450D6EBF7B67FA764EE +:10F870000AACAF0565AFFE5D407192211A65871530 +:10F8800050B036A2F7BB1C0FF5D709BCBDBBB1A465 +:10F890004066EC0BC1187FADC701F37AD8CA82C6A7 +:10F8A0000B844F0EE9DF04FDDB34A3FEAD77627FEE +:10F8B0008F8E33CA2DCF3A00FE874DC1FD11C9E8A6 +:10F8C000EDB1608C577BB06CCBC62494A78E2CD442 +:10F8D00017B6EB5C31B9803FCDAFE64521749F147C +:10F8E000375E016385AB37315C5FD3F737330DE0AB +:10F8F00035C50A0E0F96610D3594DB49695B495F8A +:10F90000C99A1BE9C49CA08DDB00ED9272F9FAFC48 +:10F910008749A5F534C5E6FA86423513D3B6BF0745 +:10F92000F5DFBAD6A5E5E2FAA4141F423A6C9A357F +:10F9300071ACCB86F24B7620FDA48F503C02D4B341 +:10F9400034811C449C24899E74E8D282F3A7EFB7CB +:10F950006E93502EE6BA2EC37E0CFA486F72282E94 +:10F96000A41B9DAF9A16A7894200FD5C9BCBE9279B +:10F970003D4374A0DDB32163569E15FA93A3A75CA3 +:10F980002969BDF5D2D41122CE3B2D89D70B8F75B5 +:10F990008AB9502FADC91587C84C935D7370BE6985 +:10F9A000B3172AEE54EC57A27966AFF3587311DE01 +:10F9B0007291A5437F2373351ACFA49695607DD3AA +:10F9C0006C8B0DF5D513CEED56EC3F3D63EBBA34A1 +:10F9D000E40B55B663FDF4265827A827DF3B97ECC8 +:10F9E00000039E0DAA5C8470E448AEBB488F0D9A5C +:10F9F000E840FB6FA8F441EA16A83F74D038A91E6E +:10FA000050FD9810CC2FC6F3E33CBE1E0D82D37D73 +:10FA100023EAC92CC6507F1BDF53EC8CD6F5965CCD +:10FA200085EA696E350FF5FFE46F9C84975B72651C +:10FA30009ADF7EB9235C45B899E3AE529CA7D3A662 +:10FA4000A1BE05F5ED13A17EEC4ACD8EEB6F89EDDD +:10FA500078F00AFC6E17EDE9F8198919CA677F3347 +:10FA600064EB0600E578AEAB14D72D47EA78E446A0 +:10FA70009CCF8332E96D26733D9E7C938DEC505371 +:10FA80006C3BE1797D3C23BBECDAF5C7C2D1DCB33A +:10FA9000C43A19DA37E1B04C6837D96C8287A1E9EA +:10FAA00060B74FC1FAAC86D9D381576D769539E0EE +:10FAB000FB0D960FB85DA5DB1F365DEEA7039B7CA3 +:10FAC000097C0154D1F003EA1DA88FF645214CE8CA +:10FAD00009687FF8C2CD327E142DAEC588F729B3F0 +:10FAE000C318D2DDA65C2EEFD89A8EDF8A386EBBA3 +:10FAF00047AE203A696712D42B6D1248DE976694A0 +:10FB00002A38D8C22681E8A84CA73B26DB93D1BE71 +:10FB100073E78613BE61787A96318E27B6D14CF69C +:10FB20007D69232C48C07A3256C7EB35713E545656 +:10FB300071FD066BC1FB650FD2F70773B91C656CCD +:10FB400095DE7F237FEAE386F5D8EDC176EE0613D6 +:10FB5000B73BDCFB24B293BACABB2391EFC3CE867A +:10FB6000894214E9612D484F6570FBB4B455EA57DA +:10FB70004FB1660FD9C95DE817C4068D1BA41737AE +:10FB800098FC0F6DCFA67155A44B639C27182B4290 +:10FB90007ABED8382FEBF36D9B733EB203EA3FD1A8 +:10FBA000FA9C15F1F6D84CB0A4C98EB347E23ACC12 +:10FBB000B13A7F954BF8B03F3412FD95872486F417 +:10FBC000FA98D0EE90385F905D3B6FC4ACBB7E0B73 +:10FBD000F0C6648F1E87F0C5CBCC22C540FFBA5C4F +:10FBE0008B6A03BC43FF8F0B9B1370BD1E4FD084E9 +:10FBF0007AA0CFEC22CE4731450EA912EDAEE88EA9 +:10FC00008234B487A732B615FA1D125EB305F964C3 +:10FC1000C89D19E3EA617DDFD1E543D8F8C603D872 +:10FC20008FFF2E4DDD0ABC19BFCA9DBA2C13C7A980 +:10FC3000A9636487337A3FF8272BEAB0DE83892CE7 +:10FC400046C27AAC4EC07A6B060BC4F76B4AC03E14 +:10FC5000CD447653498E24CD5685BAABB15C934BD7 +:10FC6000724353A37F9F40ECD81005BAE3D1483EBE +:10FC70008FC1A27427DA87A04FA81C03F2602BC0A3 +:10FC80007F24379AE01B626645420C7F8F7406A87A +:10FC900077EC82EF43F26BB270FC21C3F97383EE11 +:10FCA0007F3CC13CCDDB109F190AADE7DE33871ADC +:10FCB000505E7465297609F82A6EEEE10684E7AC99 +:10FCC00020D7482AEBE3979CCDCEFF1CD7E9D1BAC9 +:10FCD000997316603F63B85DCFDCBBEC37A18E0D26 +:10FCE000F15B64DD6EEC3ECDE9B441B71B0F1F1E26 +:10FCF0001ED561E3B86709E85FC6D07CBA9916855E +:10FD000076C9E10323E9BB51AE65E0DF209EDE95B5 +:10FD1000880EFAF11348FFF8B364CF56A157AED955 +:10FD2000A2E33C1B52C96F70E3FAFA7759E9FBD999 +:10FD300095EDCD53D2A99E8FEABD3E8AD793663A00 +:10FD400004AA67B26FD5C8AF20BDE7DE3786F80ECC +:10FD5000D04B76986DDF100DEB578B1D3BD134B136 +:10FD600099B87F60433F23AA970F6D02F73F98EC45 +:10FD70005367017ECEEA7CC36447FC4D01FE458398 +:10FD8000AE1F2A14DFC898CCDE764639D1CCFD01EF +:10FD90002CA39FB157C76345182FA744BB86E40126 +:10FDA0009FED565839F51309EF6D01FE955D1EC0A4 +:10FDB000BF1AF710EA39BFC0DAB7AA840F37CD6F80 +:10FDC000D3300FEA834929BCBD7FBD407813665903 +:10FDD000081F5F66C95BD18E9C2465ED46B9E44F70 +:10FDE00090546CDFEB87F9D49901F3B399ECCA0214 +:10FDF0008423D752B3CD7E713C19EFE78F2B2B664E +:10FE00002057E62F5931039F03F957F3D79975A36C +:10FE10000ADE05E84F39C42F32E80FE4AE12E827B6 +:10FE2000E6E771FBC3B3B2F1C963A6DEF78BDDEC85 +:10FE300000F9F9CF43FF017C707D1E33E4B782FEE9 +:10FE4000C2E23F5BC9EF09AD77DE0A7A02E8E39EC2 +:10FE50005FCC5490FF16B21A7A96433B7CA2B81539 +:10FE6000C11ED5D6C98467ED45C1A3A572F12F4E39 +:10FE7000C0A72AE2FBA5A0869E40D5E506A9771576 +:10FE8000BC1640BBC177AD01CA43609EEB6537EA43 +:10FE9000DB2D47C23D02D45B1BAB29A81FD7368898 +:10FEA0003C9EB251F0A4F37EE349BF35880EEC6767 +:10FEB000511EB78F56E629F40492F7103CFA13F05E +:10FEC000C5FD6D7DBC3A26FAF0290AFCB916ED9FF6 +:10FED0007EE250467F0DA61A0BDA67FE61A28AFC0D +:10FEE000745E71CCC6F99C8F19C9D03E6B88A85935 +:10FEF00057C4BF932C386FF515D1F72C911BF228FE +:10FF00001ED09EFB93750BD2E31DFA3A85AEF782A5 +:10FF1000C6E0F2A2E6E0F2624F70793E73FD2A1E5F +:10FF2000A6BEF4C5E0F777E4A9D47F29B3D3FA34A9 +:10FF300098B43FA6A2FC5F2F3384BF2E89E34D1CEB +:10FF4000C69F69D15366935D10ADB0748297C39F0D +:10FF500096152320BC0DD19CDEFEB3F086C2B936C7 +:10FF60006F24C76F34E7CF06E04F1D5FA45FE6EF55 +:10FF7000303F87F249D3E9FF94C0E5A17BBD44F649 +:10FF8000CB13E5B07ED0EEF38DE9647F794CFE0CA7 +:10FF9000B48FDC9B223494134705FB761FFAA54CE3 +:10FFA0008B437AD996C7E5B3F8F035392897DF0D3A +:10FFB000E19352BBF08104F49F7FD3C61CEC77E23F +:10FFC000206637036C6F2A9EF07CA1EFFCE14F9313 +:10FFD0000DFB06963465855628007C95F07E10CA88 +:10FFE000A1C0FAE4AF2BBD7C05EB76F778E7EB799F +:10FFF000C47F9EF118D7FAF2A4CD8EF87E543CBA95 +:020000024000BC +:10000000EB9D6C92F324BFAB56F8B733687FC3788F +:10001000572BD63F7DEF278582D68BA7AE7DA38851 +:10002000AEB21B02F816FFB331988FD93A983FE869 +:100030006BD614FCBEFCA99076EC1FE640380DFB95 +:10004000EE31C57519DAE74F387372109EC74C8DC3 +:100050004528178E5FE57A1FE13A56E03C2472FE90 +:100060001C89F264FF857AB227DC194CDD168DF607 +:10007000BD6B38CE73FF91783BAEF3C25C8DD6DF9B +:10008000C0BF61FF1B7667283F7EA2FB1927F21CC9 +:10009000C5A8BFAFBBF09603D7BBBE5550C92FB0A4 +:1000A000B5F986A27C8632AAC52AADE3D00F309E70 +:1000B000DA567D2E6A18D8E336D1911CE0EF55351B +:1000C000F1EFCC0DDFAF417F92C36336B9DCE84777 +:1000D000C9AD33DDE857C27845E84FA09F86F2DF0F +:1000E00004FE17FE99743FCD345B2139901DCBED92 +:1000F00033584FEE0736B97AFC321E77758A4E6E4A +:100100005FA85F86F7E2F79B3CC7E07CA8FF05BECF +:10011000003BA221C7711EF5A04BB767BF45BBE3EB +:100120000AC63A74BFF3F04737915DF12D73925DC3 +:10013000F10F5D9E1C3E706B14DAA7C6FB2F25D70E +:100140003D2AF0FF22E626F9BD9879E8C99A0671A2 +:100150003A60AE4284AFA2186CAB685E3621FD3ABD +:10016000158A43233FFB42F839B0CC809F7D017450 +:100170005421B7AF21BB103CA44120572BBDC1F582 +:10018000AB989FE451F59E1FCC41FDE8F435445AED +:10019000965583F80BF1A37AFCA106EE3F01AF91CF +:1001A000FF149ED961427FFCC7D63FA935C6A1BDC9 +:1001B000037600C993B67D02C5930A259BC382F3DB +:1001C00007F962E676D28C2BE350CF315226B18A02 +:1001D0007F4D0DC69F269AD55518AB61ED8F4D808A +:1001E000F2991613D9F94CDAB806E35FD5432586A0 +:1001F00076E8628FE9F38E80792E61BB0A512C7C00 +:10020000CBDE55907F96BE18FCBDD21B5CAE66F26D +:10021000E73D762BD04FED9FADBF7D3B804F27E76D +:1002200047C4121D692CF507C0EBB1957B30360130 +:1002300070DC1E45F10EC6E3BA408F4176C2772BC3 +:100240002DBF7D1BEACD53F2F2F3014F4BF4F86F53 +:1002500028BFBD7C2DE7B783B673835C01DFF33223 +:10026000DD14AFC9C9EB9F4F67E6737F29BC5DB74B +:10027000E765370B8C2B0FD46E4E3EA7E3838AFFC6 +:1002800088379BEC3986FB35F11805C9463F598BF9 +:10029000AE4BC0B88CF336E4178B66C463C08F478F +:1002A000B99F0072260BDF7BB3307E64AAB0D98978 +:1002B000EF1A78FC80DD974AF1A348DDCFEAA193DD +:1002C00010FA11EC8CF67730FE81FD0E051CA3FFB1 +:1002D000A588DE5D581654A6BA817F5ECED6A89F4B +:1002E000A7ACED1C3E585CF487A05E16E953600491 +:1002F000AC87FDA05E18FA338B1DFD3225CC7B1731 +:100300007E5762988AFDBE95CDE178CA04EDA07F44 +:100310003189F7332CCFE5C2F2B044680720BBF334 +:100320009DF7E593BE708C2539A2C35DA5D3670008 +:10033000DDBB490E86D03DC6FF50FEB24633D951D3 +:10034000446A544E20BBFA332CC3B807AF72AEA335 +:100350007174FF63FEC3C328AEC26A07917C5A1B47 +:10036000C1FDB8A7ACBE84C075E98D23B8098E9CC9 +:10037000BC76B2B3FD0FC03A0A01F1209D2E1ECD0E +:10038000E7EB60BC3F97C7E9E6E37CC763387E765E +:10039000B6EF994DD938BF4886F8ABF2FEECC5F7F9 +:1003A0006269BE3554CEE0FE1273DA489EDBAE734E +:1003B00079F2292ED1B106E79F12CB7230CEB3214C +:1003C00063169B6FA3B8E0F3D82FE8E9EDD80FF0E0 +:1003D000470DEA8FB894C963D11FCBF9217F4D1126 +:1003E0008757453B2ED6CCE3C4067C070DFAD49F35 +:1003F0003E1DFED320E57253713CC71C21203E17E1 +:10040000AEB53B08CE166ED4E4A0EC4578EF4F2293 +:100410007C57B5E466611C8079AD59583FE7531BA2 +:10042000E9F3D3F7267A241EC7FA0DC21B91ED1704 +:1004300070FD4EEF9A9AD59FBC1B22C5505C688810 +:10044000C4BC8FA8BD7410A7807E42FB5C8F23BD07 +:1004500092CFDFA7E87A2A6585932DB0F5966DB126 +:100460007C5DE0BD88E39CC82B7805F1F94A3E8F9E +:10047000CF2D8B9734B4C3522D4059697DF9371570 +:1004800038CF06F2E97EF8FC034ED90DE500FBA754 +:10049000BB5120BF7119A8E4DA71BDF018ED97C502 +:1004A0002BD47FF8F732D15D9ACAE3B411EB743ADA +:1004B0005DC1886E27FBDBF3A360BE239A7C93317A +:1004C0007E68C5B11268DD1FBC02E38483E4C9C83D +:1004D000E7CFD48E6BC338A3BCBEFD1A44BDD6A8EB +:1004E000E661885AFEBBECE4F12CBE1E0B9BA2C950 +:1004F0007E62724D06FA6D6C0AA743DB758EE38847 +:10050000FFBC8F4D34FEF94D7C9FA329B922251ADB +:10051000DACDFFD48CC6E580FE9C9BB5C533F03F99 +:10052000D2360EA7385DC43A1EA763238020304E12 +:10053000B2E95337EA1B79FD47C310948429361A70 +:1005400017DBA1DF14B1511211FE05EB402269C483 +:100550005709C2042CC7E661BB058D821DC15ED060 +:100560009C2B629C191A523C34BD49155D01F25511 +:100570009DC2E9F4AD0B5211DAF1A285C7D72B93D6 +:1005800062B6483CCE407C5A9912BB05EDEDB029CD +:10059000228FAB37E73A12B45EBBC8E8AFB2A5848E +:1005A000B902F474A8FC794BE6F2E72DA0EC467B87 +:1005B0002FFD359838BEDD7F1789FE5374FD74F426 +:1005C000A1BF25105DF7C4133DF4944DDA1ADCBFCA +:1005D00095EB3AAE0589C2CA1AA3C5AA4CECC75E10 +:1005E0004576E5A670867E40CAC6E16D13A09CB232 +:1005F0004E658286FD55A660FCC3FD899921BDC864 +:100600009BC2098FF26607521193A3E3087FF2A3FE +:100610005086FAA7F24D047767BEA6C7B141F390A2 +:10062000DDEBC8423BF6E37C57E694C1FAFE09E2F3 +:10063000B9368CE44D84CCEDEF88DA4F5EAD83F2B1 +:10064000337ADCA2EDA1CB6791FFB75E16905ECE48 +:10065000477F40F5CE5FC904B413274C1183E45E95 +:1006600000BD0C257AD92739911F653D8F405E1F4B +:10067000BB05DB4DCA764D4238AE69F049C856FB22 +:10068000D5638F14693F5E0FF4EC133ADC41790DAA +:100690006D2695EC67B0CDBDAFDBFBC2374DA70B28 +:1006A000BBC8F336609DACC82FC6FED82FD19F02C1 +:1006B0000274E7D53CDB81EBB34A66F5F0FC65F8E4 +:1006C000CF5FE8807E6BDD66D50CCFEFACC91E8CAA +:1006D00083C4E7F3F9F9FF1241FBF9D04254F0BBB0 +:1006E00068796D43C0F8B375FAAD953551C6F9BC5C +:1006F000CBFDBF73B25687FAECDC0AD5EE8629C76C +:1007000086BDFF678C076B75511A4BC6F93BB62047 +:100710001C4CB1A81BD4DEFE62701F3B601F364626 +:10072000B77FF6C6B029EAB8DEF7E5FA3A3DA8CBBE +:1007300003DC2727F9AEEFF3635ECAFB5096568DB4 +:10074000A5F8F399952F3E85FEA41499A321BF57D0 +:10075000AA7C7FBCD696A395226BC7B8964F095842 +:10076000F7BD91F179186FA9FD9F9397B31EE17FB3 +:10077000578F07BC7B264C4C05BF2406F33A06F581 +:10078000CDEB88C1BC8E4198D7E1797C21C27F8BAB +:100790009E3FD127AF6339C545FDEF99ECA8778D12 +:1007A000BC8E44CCEB80EFF9E59CEF125BB95D9E0B +:1007B00058E4A37DF1187794867C2C611EC7A05E57 +:1007C000BA6E8A48233A697A4FA2FC8D5F08DAE351 +:1007D00065B181F91B1C9F4D259A07F9AA27BE58C0 +:1007E000C606CADFE0F1C34AC6E914D413CA97AEFD +:1007F0001AD588CBF2EF7718DF793E51D7048DFCFC +:10080000D2492864F1FB1C85E28F278DF59C93A1CA +:10081000D311A3FDCDAED989D4DF7AD66E45F9D3F5 +:1008200025EBF2B23C8CD61D7A881C1D4BFB16AF13 +:10083000619E51FD04ED00CAD52E8CC752DCD11F3C +:10084000191877BCD8FBA6684702C6657BF3040E6F +:100850008FC03C08231FC4C8A3CAD3E503F09BFC88 +:1008600008F29B03FC7794EB960247605C3D945E34 +:10087000A687F0D974BDDFD07C91A4022E578C7C62 +:100880001123AFA2075E9DFF8DE77CDD2E33E8D0FC +:10089000A8F7992E9F7AEA85F75FEFA8CED75DFA81 +:1008A00073BE99D393913F501C134CFF27F57A17D1 +:1008B000743960F41B5ACF98C7051D8EA4022E17F9 +:1008C00037A5B66BB88E9B04EE476C12A09CCDE9A1 +:1008D00008FD834D42E31CDD7F5079997F972DE41D +:1008E000D3B0C7F3DAE3691F28CE680F227A1C3D24 +:1008F0007DB86FB2C9DA1E8F7E736F3EDA5524075A +:10090000F37BF2D1EC343F771D9F9FBD6DCFE5CBDC +:10091000E17970B5AAD1FE88BE4F67AC7306D3DE0D +:10092000AE8176C50E9E8FC69AB5B79D503E28E81B +:10093000F96121EB6EE891D03C94624B12C57319BA +:10094000E65F4D08A4B3094467F817485F79369EFF +:1009500097926733FBCC63FB19E722F96571F5FDCC +:10096000FB95B9FA7A34663B520B06F7C21BAA2FE5 +:10097000F78E1B42FA1258CD1B83716BDD6EF91096 +:10098000EBC13ADC5DE01C5D00EB996FD17EFA288B +:1009900034691341DF237F15EBF11419FC35C0D303 +:1009A000C7891959C8C7A17018F6CD5E7D9F84C547 +:1009B0007B5F4339323A461B87F11715552FB47FB9 +:1009C000B92591ECD1093A3D5D3E644B0CDAF197C3 +:1009D000AE7F0A499F48EF9B68DFBA52D5E55B239B +:1009E000D71F863EAA9541CFD0FA44DA713F6D7980 +:1009F000BAF7941BCACB812EDC2AE91D82F3FFA330 +:100A0000BEF909AE575F3C3BC704E6B585E2777E89 +:100A100081631EAE93517F20380D3F5551EC4BEE54 +:100A2000CEA678430DEEFF7C849FD06F37FBE72185 +:100A30007E864A91F67A781E099F776830ACFB2D46 +:100A4000D1AE0A846BF64FA6AEC1B2D036485B0673 +:100A5000F0759574E4E03A7DACBA6A70FC0A8B2BB1 +:100A6000250E96F0CC30D7A8282452E720DD4F7110 +:100A70008E71F60B3F87E76D9DDEEE8C72DD8BFD90 +:100A8000B489FE083BFA71B29A8CED98CAE7F5EF8B +:100A9000FAFA1C30D92FF801FE039B53B2EA91FFFA +:100AA000C2FF725B35FAB7BF1C9285FE9181973CFD +:100AB000DD4F5A203AE37C5210BC6B085E5B494A1A +:100AC00002C26BD2E1B50CD6F1AD653A23068617AA +:100AD0006313A4A71E10743DE57B09CB6F3055DD71 +:100AE0009005EB88C136D47F7502E9C73FE8F87DF1 +:100AF000DA04F5909E2D2C06E307F161BC9FF8C740 +:100B0000440FC6499C79BFA138C97355363BAAD05A +:100B100012A651FC723E73501CF18BDCBFEDEB80D2 +:100B2000F93D5FE07A96F85AE57AFACE4FC3C88F5E +:100B300071E64724939F3299E3FD62749041C9673F +:100B40008CCD9A2ED0BE2108878FAB60FC9BE15FD5 +:100B500028F716F4F899DA60AC770BBE87F9DDCA8E +:100B60006A4C08CF6CD648CFB9CC4BCFDB593B3D54 +:100B7000E731755F07B4FD63DD90BBEF8536B344A5 +:100B80007FB202F3A8927C6B50D800FE7723FECF91 +:100B9000177CF09980785F51328AD6B969F025D1F7 +:100BA000EF4C81E313E4D37EC403C8A7EC2C31805F +:100BB0006FD06940B8E58EFA2898CFCCB8D42CE431 +:100BC000BFEB2EA849388F42A60AB8DF5F20D9C8EC +:100BD0002E693FA66EA17CDA1E7FCC11990072FAB5 +:100BE0007A5D4EFFF25C248B8576ED699287E7DDB6 +:100BF000DE25B74019AC36C21363AEC42E28BF0B36 +:100C0000F63ECAA576C6F3B3DB2708646FDD10BFD6 +:100C1000790A869BDFA96376B473DFF958B223DDC6 +:100C2000CE683E246743F9FD5C8B5FA07DC30E193F +:100C3000F96F9ACB5613E80F1425997AE3A2F0FFC7 +:100C40001B4604978B3383E3A8332E1247FDA22063 +:100C50002216F5081BCD46633CFE60481C35FFE2BA +:100C600071D4D30501715410E4B4DFB9FD9A415B2E +:100C7000910EDB271F9CD48576536B2A66D4B1B6C0 +:100C800069DC3E4929747E83EB7ED6D4B110E9E459 +:100C9000F39530D0288CE35A98C3CCD8972B552A9B +:100CA0009F58194FCFAF566AF43CBD3283BE9F5D4B +:100CB00069A7F28242C78502DAF7AC69463F6B79D1 +:100CC0009DCC50EF2F8F58C6CB268B8ACA65EDB0CE +:100CD0004362782C6607F278C2E216CF1A0C1F2FF7 +:100CE0006D752898FBB77C584CBE0DEB3F2AD02A77 +:100CF0002E3C5C7308C9E7EC479FDF3A3D405E57E6 +:100D00007E2F907CCFBCC1115E08E31E5F3981E06D +:100D100039B9D241F09C5A5944CF55854E15BF3B45 +:100D20005A3BD7C443FFD37774CA43E159E0102834 +:100D3000DE70AD83793CA998CFCFF56673028F8FB3 +:100D4000E68E99F5F44F19CA715722B6BF25667E13 +:100D5000C120783F6342898CF57E7281312C1B74EF +:100D60007D31FED058FB59D4EB67DC1C2F1FB67CBD +:100D700048E56E19F00233ED6E0927FFBCFB4818F9 +:100D8000E94B166BBF651294CDBFE771FD11EACF39 +:100D90004FBC4F788DD4787EAF7729C25F7636CC42 +:100DA0008EEB7B0AD60D135E8D71DFD85172341134 +:100DB000E5DA6A0B3327C2F7577FD681E5B582ADF6 +:100DC00006F7054EC5E8FBD1AC261CE9E96CCF7EE1 +:100DD0007E4D38DAE9558AE15FBB2EC7F2A930A310 +:100DE000BEEB72ACDF639FB31A3BEA4143EF9B5308 +:100DF000EEB3635E528FDF99749FBD94ECF99A72E3 +:100E0000E4B3403D7F2040CFAF55B89C30F4FCDACE +:100E1000481EC730F4BC59972FFF857AFE665CE701 +:100E200033FBEB623042A3819DC9AE43BF0CD68D2C +:100E3000EC648BBA0DE05CF6FAE543707E2C29B6C3 +:100E4000DF75C775D04605945F7DE3726C3F324E07 +:100E5000D610EFDB5FDDDC9D88EB27596ACC245F81 +:100E60003CC4872FED7C3AED7E28BDB46B7DD86DF8 +:100E7000F03CBAE98DA1480FA3C01F41B938FFA1CA +:100E8000DF0CFD0DB47B01642AF6B3D7643FBB07CA +:100E9000F5DDD316F2275FD854390EE57AD92FE65F +:100EA000142620DFEF665928C6EF2FE47EC3C2E682 +:100EB0005DBF40BB2DD3CEECD8DF154F758A89D0EE +:100EC0002EEB79A11E9FE377A44AB8CF08F6E07D08 +:100ED0004897A34566C7780DBBF05C62A0DE751726 +:100EE0006A4171B8CB87151DC67317994D5FE72509 +:100EF000B240FB318CF4976137BE927CA4BB44C3F3 +:100F000001F83EDBEBAD377D88F3DC2BB813D05F07 +:100F100077972876D2DB1E9E7B7BA66538D99FBB50 +:100F20004537E57BBB4B619E503EE3743F8E78A90D +:100F300084FAE8B75766B57762DE4C65741A437F6A +:100F4000F0846739F93157094CC57956B53C5A8850 +:100F5000747F6632B30B307EF9EBE768BF91E15ED8 +:100F60002CF6D7521F3717DA3F98994779A04EC908 +:100F70004BE3B16A3E5E75EB2E0B9631350CF333C5 +:100F8000A35B730F0ED57AD74DEC782815FDECC115 +:100F90002E0BED9B37A7BA13D00F32EC8BE70B9CCF +:100FA0005B0A517FA98F50BED3170017ED735EA265 +:100FB0003DA088359497C9E2B95F66F43B4CF42DA7 +:100FC00026FF0C7A46FF6C9BCAF79F70A487695C6A +:100FD000D72EA4E7A15209F97D43CDDC6F63EA4D1A +:100FE000941F79A9E3FF32FC1F647F568B917673BF +:100FF00076AFFD367B50FDBE0E58AFBA68D73E1CAB +:1010000067816E0F31D9AEA1DDE08A76EC2F24FB2B +:1010100013EC0C91EC8B362C5749608F0E0FB047B8 +:101020002D97665F6C8E761C263C5E627D8DD99B0B +:1010300031EED6A387BE1D17A487EA23149685F147 +:101040008B263397B76F8B1587C01FBB06BB107BF2 +:10105000FB5B1E318EF8BD9EB17EF1B51FF8DD053C +:10106000B8F581BE748DC24AEDF5B82FE080FF451A +:10107000009D5CFBBDC85CFDE453194F58A72F7160 +:101080005EB92C3CA89E8345D3BE22B3C55CE27CEE +:101090007DCF05EBDDB6E702E73BB9FB48389A9612 +:1010A000808721F81C683EFBF4F9BC85F381E7DEFC +:1010B00069CEEF11BE6BBE5165B443AE9541DE06FD +:1010C000D82D00FF3FF0BBE3425810FC3D747689F9 +:1010D000F0DF2DF0BC42F6B5427E65AB1E9F6A5D27 +:1010E0009C49F938BB31AE0765F72C85ECFBD60877 +:1010F0009EC7D8FADE60BB9B511E1FB7FF4B785CC2 +:10110000B6D5CAF9A135415531173CD1CCBE6C4199 +:10111000BE97A218C61F7AFA1FAC923DB857607AE4 +:101120003C8C8FDF373E28917EF6CF09A3F85953C8 +:1011300096EFF25FD1F70C8AFB1AF1BF4489E7FD05 +:10114000B17A9EDFDC14B1ECF763A05D535D38D952 +:10115000334DA99E75982FDBF4C0706A57CB7C4F36 +:10116000527E805FA17D8481CF6DB92382CF6DB91E +:1011700023FA3FB705F500EF7FD2D7F788CCE36CB1 +:10118000473CC1E7B68EF4E44FF27E2EF5BD11AFB9 +:10119000FBC4387F10DD3818F33CAEBFDE75EDF5CB +:1011A000B08E73166CB3BA02E2F273AC4E07BE3F58 +:1011B0005AB6ED25DCAF6365DC6FFCC4C807FDAB38 +:1011C00048789AAC744CBB15F030F93F4401F112E9 +:1011D0004A1F3DF1D115BC7E5F3C2DD3E3B712C54C +:1011E0006F8D7DE3676DFDE7AD1661FE25DA5B2B44 +:1011F000443DFF52E0F9AAAF9B8DF86848BE2ADF54 +:101200006779D63B98F49A4FCF7B7D56F60DAD4665 +:10121000BA69B5523E2DF4601D0DE5B3227B0DED8C +:10122000B43B7579F92CD3A288BE0E4BB4CEBF0C5B +:101230008FA4FEBB1E80F1A1ECEBC1BB3DFEA6005E +:101240007D5B2FE8F9A97AFEEAB37ABD8A4BCF67B6 +:10125000BD0BF13F603EEB80F81469BFDB7FAF143C +:10126000146F7EB666988E4FBEAFE10779B315FB5B +:1012700091A18CDFE50CDAE7E88937570A3A3E3D61 +:10128000EB311FDDBD2F9DF064E4BD7CF980487E0D +:10129000DED91547739A356CCFC6EEC17A2D66AA92 +:1012A000F76C08DD3EDB8327BF15E9D385F61C9478 +:1012B0003F533B2202E3419F39BF8C4039F7E75A45 +:1012C000C9A7FC937CD7DB9B8FFF9D8D85A753E936 +:1012D000C4BCBBDB577C7E3BEE0BDD5E7E611EBD7E +:1012E000AF08CDB70BCE9FF35DEF78F2FA2B03F08A +:1012F00079421C307E4FF88C108DBC6A5AFF374FF4 +:10130000241AF9C1147FF79FB4E9F8E6E73BDF6CD4 +:1013100049B5A3FDDA83CFC7CDF4BD97DF3DE181A9 +:10132000F9C16FCA1C3F6F7A82F382DFEC89C37BFD +:10133000C8BE37F056AFDA2D8178BB7BBCEB0DA46D +:101340009755B67116CCE32A8FCA3B8CF1D0DA22BE +:10135000D7DEEBC9DE395B88767C35D8F148DFA76C +:101360004DED87303EC9565C9A5E5E1AD65A25808E +:101370001CF8AA75DB6E7C021C8417F61A97DBA793 +:10138000555F24C2E312BD0AE1B394D560DEDE12DC +:1013900006E56CB22F6BD65EDD378F93583E0EDEBE +:1013A000E33F281FD8AB4C8AC5764C7B42C5F74A31 +:1013B0006F7D8A2B78C80E84FACBD01E5B1ABDE7EE +:1013C000A149F07E89CD665911D3779D97B4AC6D54 +:1013D0001F3EB6EFFBBE7084C82BAF7491F3B8BE4E +:1013E0004894D7BD72DD47FB247DE53AD40B58E71E +:1013F000D3FA3A9F0E59E7D33DEBCCFBA965DC0F3E +:101400005BAD8F6FD2C73FED3D9A8CF6C559230E69 +:101410006CE779394B7FC5F36C56EBF27DE9206FB1 +:101420000EAE47A2149C87623C975ABC6B904E55F7 +:1014300087BA6C6D426F5C79A9D3ABA0FEB468FC2F +:10144000FD6E3D0EB48479283F2FDEC5DF2F753247 +:10145000362186BF47F96CF4B344F424E33A1A709A +:10146000F4193704EFB6221EA75E6DEC6B45703B96 +:1014700001E529E26D54B31254FF6C8472A703E0B6 +:10148000B9CC13FCDEE83FBE48D0E37101EB9D3AD6 +:10149000301E92F5FA2FBFDC535FE279AB78925A97 +:1014A000A74B8DDB1998DFE8FE930E1F633F1D0AE3 +:1014B00076E752E4A1B45E3CEDCE720D8DB1911E83 +:1014C00021B9BD3B1ACA99683FF3F18D720FBE4333 +:1014D000E87BD59F72C8FEDD5D270BB8DF5D5CC47D +:1014E000FDC056D14E76B05BE1FE6C5D44CE10CCB3 +:1014F000E3FC6AA5E311DC370F9DD7972B1D8EB255 +:1015000080F70B9BB32C48378B9ECAB29406F8D158 +:10151000F52F3ED7A6A13C7058FC22D052BDEC79E5 +:1015200068622CBE97BCC011F01C6F417C9FB6B5A1 +:10153000BD8FF5163E153D2EF03CE2A2E60247595E +:10154000C03A5CFE62F0BA8CF10697AFD8135CBE6D +:10155000B588D1FC7E6CBB2C5F7079FCE1E0F21B9E +:1015600013FC12E6E7CA36D16311F0B94AE1F9BAC1 +:1015700051FE7418EFCA8F1B14D48BC7193B8F7E92 +:10158000F989DD6B73D07F38C5BCFF3A1DD6616128 +:10159000EB6645D6705D6B0AC720DEF32CFE6DF658 +:1015A000BE79EAF0654D25F4BBA406E4AA7AF1BC45 +:1015B00075E39C1CFC6504D257281D9CD2F36D2B4F +:1015C0006AA73D1278EEFB6AEF66CA075A5C1C3CBC +:1015D000DFA5B2CC50FE0D24D7E4C8F642946B9D33 +:1015E0000F0A6C03D1AF7A6D2D94E737896C03ED48 +:1015F000E3A93F5F8D71296718EDDB4DACCD6747DF +:1016000031CF63E35D87300E5222F13C1075829A30 +:1016100083E720175804F24F5685FF9CF2E5CA6114 +:10162000FEB81F68E4094F6CDD22219CA52179E5F5 +:10163000651B43E0BB483EF992E77F3007E797F32D +:10164000F92CD0E193DC33C89E99A8C7E78E619549 +:10165000AB310FDAF97811E07962532EFF2E737FE8 +:10166000AA92F1BCE64A8BEB1E7DFF40BD1EEA1F2D +:1016700006BF12F173AE398AE2D2E7B01F2C3FC524 +:10168000E3CEC67995CA41FC7DE5AF05DA67A8943B +:101690004A481F552EE7F998481F8E0078911E0280 +:1016A000CBACD1D8C7F151BB25358CEF93C2BA3939 +:1016B00082F2FD7DCA0918A7CA2D789F88E6F9D065 +:1016C00041FD307EFEB49AF1B804E645077FF7107D +:1016D0009D3D6BE2FB2960C6903FF5EC92B9612815 +:1016E000AF40FE70BF6C26976717CBAB68CAE2F3BA +:1016F0006E5A9C4E7E5D22CA48C4DF237C5FB04C8C +:10170000FC80FCB6B2448E0793EE577D82A024E0A5 +:1017100076441BEDD73409B00A599447E1B6527F9D +:10172000A3F93D12BA9DCE662B03E8DDD7280FD76B +:10173000FFA8D0E32720FFCEDD3C24388F62939EA4 +:101740000F243B465AE8FB6514DFE9B1C306B350EA +:101750003B6C70A07E9EAB9F639B1B723E6B6ECFFB +:10176000F92CCFE0C07C888BBD37FCAEE357B94E77 +:101770001505C4DF9AA23D563CAFC0CA2F6D9F71BC +:101780009BEE17F9375B09FE63023F2F5116E6DC2B +:10179000701DE2FDB1B434A4C7BF15F1FD819C3CBE +:1017A000C74895D7B7133E1CDCAF3E86712CC07F6F +:1017B000599A63249E8B34F2A93FCBE2FA285C3F0E +:1017C000AF2B4FE57A519E2A063DD9141ED73B66B2 +:1017D000E574773B7316226AB7693CAFB74C71FE6C +:1017E000CB3501F0F4ECD3318DF6E922F57ECB4414 +:1017F000C181764BD92FCCC4474C3FDF71FB910C94 +:101800005AAF63BA7E34E887E9E71FE7FE6130E547 +:10181000611B72F4E274ACEF1F2E36E9FE3FA7B3F2 +:10182000A6392389EEA27BFD7F4ECF0F47F07E0ABB +:10183000F212307E84F93EFF81F50B7AF27DC82EDC +:101840001BD82E047A0AB20B395DF4B50BFF9FD179 +:10185000DDC4A9570E4C77D0FECA7FB63F5BF9C6F0 +:10186000ABBBDD00E7925F3D1AC9A0DE49B931CEBE +:101870008EFEE8B6D591784FC409D91D89FD9DF437 +:1018800048740F40683FF7EAEB8DFB80425C6FDEE7 +:10189000C4572FFF6DCD7DB02EE705E647BD51D56E +:1018A000F2D735F7019E0F811D82798C27E48E4295 +:1018B000D4338B4B6C357576946F21E7215E783489 +:1018C0004EA3F330EEA1784E0FE425E53F563D6F71 +:1018D000B263DCB3EA23C98E6452CDFC6B10BED078 +:1018E000F6D5DEA3E4A7A822F3274DEAFB1D033BB0 +:1018F000180FAD6E79F06B8C9357B79CFC04FDCA42 +:10190000D07315E5FAFE46E8BE60F9547D5FF02A13 +:101910007615DA93801FDAAF74035CE97CF989AE3F +:10192000EB5F7A61E79B00C7C94F8664E17D13A72F +:101930009FFF7D24DE0B61EC0F1AFBA8A7BDC3A39C +:101940005CFDE0D7789E5DC982F6910CF9AFE1BDF0 +:101950004543189E6BA26785C91789FE55C5169326 +:101960001D569855BCFADCF62790EEFF64A67B1E48 +:101970002A5E3DA7A09CAD101C7E218BA6132904D6 +:10198000E4BB2C7DF58BC227D1DF48905831ACDB0E +:10199000925F7FCBEB3B98DF0AF597EEEA2CBC1FFA +:1019A000CB2E5B8DA59F75CBF71E503A6CFDAC9B83 +:1019B000B7B390E2B52F7D47EB7272BFC086A4F635 +:1019C0006D5FBEED14F993E02FF955D47B5EA94409 +:1019D00089EA6FFD7C33DECCA6EF944777B1752C96 +:1019E0009ACA747A8F60989F5DFE89D9538CEBFBFD +:1019F000D072A2FBE3720DA7FBA757C7A13D5C6E97 +:101A000072C7A9F4E4EFCB9FB95BA74747023FB782 +:101A1000EA4EC0792D78EA169AD742E6223A2C7F10 +:101A20009AE7E77E0B7EE0AE7ED6F3CC542EBFCD98 +:101A3000ECAEB1C81FDF424F68D71C57B87E73FFAA +:101A400091FBA566B6F533F4BFBF6D1F2CA0FE93C6 +:101A50003E30D1BD533FDD174D719903BABCCEFF67 +:101A6000E0DB42E4AB9FA6CA356695E6EDD6F124ED +:101A7000FCC0E363740E91F278D3B0DF6EE50EA87C +:101A8000FF0DFADFF6A0FA84A7E35BCD61789EEC48 +:101A9000781CF76FE0EF8F0CE983F7C5AA567CCF6F +:101AA000F99869DD38FFA41B38FF57BF78BCF009EF +:101AB000E4B7525B4D14E0E79B8F8E2AB8BFE38EEC +:101AC00015593AC2D5FE0595997DB01615DF8B8F55 +:101AD000EA3DC1E7C0AA9FFF22846F43CE95B11AA9 +:101AE000C25B35E3F73A1C57FC0ACA03378C8B7E7E +:101AF000D3C2A6807367D8DF8A133A3D28BDEF535F +:101B00007BF9CED8C75F34C03E6628DF1F9FAA9FEF +:101B1000ABD2F9DE68CF9EEA7FBFB997CFDD84A74D +:101B20000A1373ABC83F7F32937EAAD8CCF9918158 +:101B30009C4C077A3FBAF160DCD580A7535E536CAA +:101B4000318D1A2C57CB5FFBE2D05AA89F182F314A +:101B50002BC9D5EF14F4F3E3F399DF0CF09F2AF7C8 +:101B6000086C4C3F7C09EFFBE5CB72F67F579EB2C9 +:101B70008D5F63BCAE17EFC17CB86800791A734300 +:101B8000305EBF65995193F0A35A9242FB1521F83C +:101B900035F01A2A17774ED5F8BE4B885C84BF7F84 +:101BA00065017864ACE3D05AC0DB793D2FA5EAF932 +:101BB000BF92BE02B4FA71FFB7CAF3359557A3BE00 +:101BC000A2F2819B311FBBEFBC83F119FAFD639434 +:101BD0003B4067CEDFF0732215AD827E7ED04D7E16 +:101BE0005735EE4751EDC643436303CB9E90B23762 +:101BF000A4BE23A4EC0CA9EF0A29D704D5AFD8734F +:101C000050E187847C41F5CCB5D3C8EFEA6B2F78DF +:101C1000681ED52D5F2B6EA48F243FDD0F635AC540 +:101C2000DC11687FED93C8FEEAD2FC916897ACB6F0 +:101C3000727BB14BD5CBD14699DD59928DF7B28CE1 +:101C400055319FD06FE571F12EA73F528F7F93FDE5 +:101C500055AFDB5F926E7FF5C433F43CC3AE785E64 +:101C6000DF78DFD92AD17D311D1E1E67EB0B7F3D4A +:101C7000D145871E872B902EEC44BFB1DB3D42C47B +:101C8000384C77C3B7BC2C67C430DA11E2F6E731C1 +:101C9000F7F5711833FC8239FF7512AE9BDBA1603A +:101CA000BED37CBEC4ACFC77F59118579022B20F1E +:101CB000EDC5F8493C3FDF59B631F47CA7330ACF74 +:101CC0009B2F6C0ACE47C2BC21E4BF4598C7A4A293 +:101CD0007F1CFC7D49EB29E2A325217CE4D2F72F70 +:101CE00042F9E87E838FB25816F2518164A37CA337 +:101CF000AEC33C3FBEBBC1C4D6E07C770894FFDED8 +:101D0000DDCAEDE7EE3DBCCCDC7A5E9FCECF06FEB1 +:101D10004E239F8DEA8BD79EEFAFFF2507F3242A32 +:101D2000767F3AF649789EDEFDA7917BB1FCC6BF6F +:101D3000257FCAFAD6CFDFFFD77904D77E33E59067 +:101D400074ED7F2719ED8AAE37CD947FD4B5CA4C98 +:101D500076BC7B7F049DA7E91AC6FD85FA7DDF8DE1 +:101D6000ED20BDC4EF2DDA7E03BF87A1BBF56F9FC9 +:101D7000A1BFD8DD6AD6701ED5FBC389DFAADFB448 +:101D8000D23E72D7BEEF7202CF3DFD67E763E4E15A +:101D90007445F07B6FBAA2F9BE41F5DEAB9FABC3D1 +:101DA000B841CB0105CF15E6BFF5F7B12877BB5E8B +:101DB0003BA0A05C3E6BEA7806E96BD70D85DB4C57 +:101DC0005763BC93D1BD68374C5BB3C09DD91F5ED0 +:101DD000381EBA000F382FC04B39DAE103E1E3F0C7 +:101DE0000DFC1EADFF7EF8F87A1E977F57313C77C9 +:101DF000DB8B17C1C1DF47501C0FE6CFDFEFFF6E53 +:101E00002CCAA78BCDF7CBFF65F395A7FDF7A6F7F7 +:101E10008D3768DC2E0DA1FBBE74FDC63D54DE1966 +:101E20006127782F91DF474CFBDFB5DE79FF6DE747 +:101E30007BB1F5FE9DBEDE112AFA2B5DFBFE9ECC2A +:101E40007EC4BC4BFE87D2B961E7E749F6C359505F +:101E5000FFF7CCFB913D95AC0FB23BEA6D3C0FFD1B +:101E60009DF8547E7FA5EE5FE5EBFED543D3B83FEA +:101E700055CFC635E03D076EB027B651FC7EDCDBA2 +:101E80001F603BD764B213CC8CD3D5B79688ED18BE +:101E90004F9B92345F5E8EFE958BFB5F507E7B176F +:101EA000DAEB13CD2A960FD6013C503E1821AAF545 +:101EB000FDE8E31EBD6C796F36EE2B4FB105FB5D7F +:101EC000D342FCA7A95AF0F722F65A2CC6F78A3259 +:101ED0004D0C3C105688F503FCCA8A69FC3ECEA91D +:101EE000ACB141B55D129EC8DF7D47D5743C397CED +:101EF0001E28176A2396E1FCDFD4F3A4EBD93286BF +:101F0000FB56EE8F243D1F44A4F57AC772CDF60D23 +:101F100081F8C57F6938BF696F231E0E818183F602 +:101F20007A7ED2742AC7E75BC8EE9719F8C37C9E05 +:101F300041FEB34C5DC313F11CCBF19C477875BDDA +:101F4000BD0BE03A78B559C57B3003DAD3BCEB93CF +:101F5000C65B34DB7F3D7E374FE3F73A85E2374996 +:101F6000CE9291AFAED1EDFA2972342F27B54B4EF8 +:101F7000E2370FB5CBFFC62EA35D9F6B8B96F97929 +:101F80006BFF3C8C674962A41DE313B8C38FE7263F +:101F9000EBF19C57163853B2EB5FA6D1391A95E591 +:101FA000213EF29817E3C542EB3B7FA57BC2588DDB +:101FB000E8A4FDDD43740FF8288BCD47F7803F255B +:101FC0009F0EBAA7511BD67B4E6B28AC729B95F81F +:101FD000C392A490BD3A4673E4E179F43058DF34FB +:101FE00098676E9BD5A17FA7FC1C03AF6BF5787239 +:101FF0003DF0BF0FF3FD2EC07B58373AC33E1CFBAC +:10200000612437C2A0DF34789717D2CFEA9516E65D +:1020100033F7F663B497B1BDD4B77D3EB6CFEE6D5E +:10202000FFE04A95C60D6D6F1A60FC2921E36F5AD7 +:1020300019AF8FCFE7EBFE98E75D18FD2803F45347 +:102040001002870CF22530FE110A4FF800F3290C1C +:10205000E947890DFBA7FDD80680E7FA9079D932C8 +:102060006382E838B49F8801E061724D7C60DC3B9C +:10207000B45DA4DECEA05FA35E64766270BC48F55A +:10208000D2FD9325F7F37B8C66D87CB9C6FEC62AB1 +:10209000A0E361B28BC65532988AFB17258FBC919D +:1020A0008BE5924540CB59C83FED02D64F029B1DB0 +:1020B000BF2BAC45A0FA2A53EBE17B49948FD79F05 +:1020C0000FFDF1FBFB19CA9B11F84CC374662FB5C9 +:1020D0000F9BC2CF6B82E020FA4E4BE7F098989AA4 +:1020E0008CE77A52F2D57B8EA03FBCDA4AFB5FC503 +:1020F00079DC5F36E6757F31CF13309EEA748DCB85 +:102100003FC17519AEC38C86CBC81FAFB73A2B5FE2 +:1021100047FA79359CF2CF4BD6DC31FD4A846FE724 +:1021200020BA0FE2AB19BBE85C5769C39CBB3F8682 +:10213000F7AE17ADF43E7BBA2BBF18E4C557823615 +:10214000EF7578517ACB4105CF65CCF0EE3A8BF143 +:10215000EB193787539EF60CE67D1FF307D8CD1297 +:10216000F5DFB93342C1FCF4E9DEAF658C2F4C9F3B +:102170002C50DA6EA7554DBE2B93F695292FE2C64B +:10218000625DAF59F9FE48C99A6123D3E0FD74DD61 +:10219000DF0FD5436EBD7E4ABD3D1ECF13F905ABA3 +:1021A000BA35BBB73EF643F78E16F338E85C1D2F01 +:1021B0004639259FEFCF94AD33770E8FC4A7C9372B +:1021C0000A9E7F9D9137AF18EA15A7B1C2E66CCA87 +:1021D000A3A37BF93AADA012709CCDA91AC63160B9 +:1021E0009578FED3C654D22B9DB97605EFE9EBDC8A +:1021F0009CAAE279A4F04CC7215CF7858D8286FA0F +:10220000A93397F17DA8087EBEFD33554DC6FA9FD0 +:10221000C50F57F11C458A746004EDD765F1FDBA0E +:10222000B6E9AE65088741CFA37BE8D99B81F1AEC3 +:1022300007E702FFA11CEFBD3FF667B83ECC627F07 +:10224000E8AAD8DEFB63FFAD98D3418AE41B41794D +:10225000E72AA7B3674C1D8BB1BF1CFD7B718C9A1D +:1022600063E3F4C570FC4E933A12E7D7B9DA2AE279 +:1022700019BDE2559CDED6CB5EA2678F4313DD40CD +:102280009F37E9ED6FAF939D5B008E240B93236224 +:10229000C01AB9D13517E199EEADFB0CE327F33144 +:1022A0009889CF8D9B15B4C752EA8DFDB1F629836D +:1022B000A0BF13DB5283CE7B8CBB31EF619C7FCF01 +:1022C0003ADDFC35DD6FC4544D8C4A40FA77140E6C +:1022D0008EC5A7B60CF52AACDBA3385E81D44AFCC8 +:1022E000DB5D0B365034DE9FDACECBF17CFF1BF882 +:1022F00093CA4A19CFAB4FB204F3EF509DFFE411DC +:10230000BCBC7D25BF4BE34590FFF87C19E4B80CBD +:10231000BCB903E4319677AED4E8E95D9941EF5F4B +:102320005B69A772CBCA0954DEBDD241E53D2B8B58 +:10233000E8F9E64A27BD9FA7F9E8FEDC780B5331A0 +:102340002F6E98EC25B9D1470E5CC6F76B8D7534AE +:10235000ADCB15D1CE30D6AF40CAA47BDB8C7B622F +:1023600007B2DBFEABE63182717A48AEE5F74E1973 +:1023700065C42FE26F04E3F38CB370F999C638BEDD +:1023800055D01D982F3654768844972EA6D1FD57E8 +:10239000CC49F30E43564BC0F5D1283E95E4623547 +:1023A000751C4F7CFDA6F0F10CBC30BD9F672A99CF +:1023B00046E734E48ECB904F0AA4D39BAE82F7DD80 +:1023C000E5A21DF7D7BA59C7AB6F50D94679DCC91A +:1023D0000A3B8BF7258235A449C968CFD8E3CD28BD +:1023E0006F7F5E948A76CE6DE5029303F4DC1D3533 +:1023F000563A5B6F94EFAC8D0E2ADF77A5EB04D2D3 +:10240000ED1D2B3A9FFE37E87FDECFBF3AB348235E +:1024100038B6FD12C75D1166074F05E00031144B59 +:10242000F136DA57C6BFC07BA74B1E18ADE039A105 +:102430004E87C52EA8783F8C5688F7C5B945467992 +:10244000489FE07A02FEFFACAFA7B5F13BCA73E943 +:10245000D4F36042EFA116A7A791DCFBECBEBFF15D +:102460007C5F9345C5386467790CC54559C87DDBE9 +:10247000A5EE70FE3B160D123F4F1F7A7FB69DDB17 +:102480007B9FA3BD477A0DEC3CD4173E6EE77DFEE3 +:10249000409C1BF7213EBF2BD28E27025DEB86B8F6 +:1024A00017417923DEB38CF1F056B686CE8F8B8C34 +:1024B000FC15E63605DB7D1D49D118A734CEE7872C +:1024C000677BC8DE07B25251EF9666B4D1BDA8ACA7 +:1024D000515071DF12EF27B7C4A01CD7EF49925DAE +:1024E00097DD0CEB9F389DDFEF7A75B14C74B2A18C +:1024F00098D1D3CAEC14BF2CDBC8EF2B2F6BCC5276 +:102500001606E89952FDFDFC0CD11178BFEB657AF7 +:102510007F89EB4A16A3FE4ECCE0F7A6276694D23D +:10252000799FC4D937C878FFAC517FF8743EEED597 +:1025300038EE601C7F307FEAF78F95CE9EFB3CD94A +:10254000A04C53905E8DF14A33C6ADC1F306A51B76 +:1025500073114BEC3185E7193F1659B80D45E998D1 +:10256000E9B23E2FDE6F85AEF7F03E5EB48B4EE0F3 +:10257000491692233C4EBD64E72BB4CFBCE45333E1 +:10258000E9F3255770BDCB323D39FCDEEAE07DA48E +:1025900029AF9CA1FD8F33E05FD2BE61CB5185CEC8 +:1025A0003B001FA2FCAD6E913AF1BEF3D0FD8CB79B +:1025B000777E1AD9EF3E520BDFFFBED83E92718E66 +:1025C000B8FA377C1FC4C063B5F03DEDB756EF5B7A +:1025D0001DE7EAC71EC0FDCBDA98BEFB4997BAEFEC +:1025E000141A27774D0FDEBF37F6F10692AFC67E7D +:1025F00093512EAF1D3B1CF72596D4E60CC77D8A60 +:10260000AADA6B8707DEC37C463F276C942B07381A +:10261000273C4FC9AB997E65EFF9E0F2DACBF57E46 +:10262000C7537FBFD6ED204DD6A2907EBA3DE9516B +:10263000EC9FC059DD0C93C1FBC8A13EEE5B1BF7BC +:10264000B974ED90F8B9861D63B622FD2E6E7D44F7 +:1026500011E1FD9EE9BCFF3321FB68553B8ED2BEE4 +:1026600076256BA77584F56596C07D55CCDB1DD4AA +:1026700017AEA5AF44D4207D2FF60A8E6DA8B72CD7 +:102680005E8AF375EFB8C3E40E58EF269D6F42E102 +:102690005EAFDBB5C67B8413E1586AF69EFD043954 +:1026A000E557E18CFFEE83FF7DCC7338F5D478FAE3 +:1026B000DD87C5DE5D55643FEC0857317EF855482F +:1026C0007EB247E727CF746E1F9ED2F7DB4FED94A3 +:1026D000483E23BCC8E75F09C1F7C16CD7DB6DD7A3 +:1026E000F134613AE747A3FE62EF66B21BCFB64C06 +:1026F0004BC7FBE8BAF67C183902DE7BF5F975B5F5 +:1027000084D3FDD15D2D4F16EE457EF3E6C6227FC4 +:102710001AFDEF9B6EA27A675A797E0DF3F0FCC129 +:102720004AC4EFF8403807D13D5F463BE3BCE6A919 +:10273000965F478A99BDEB576DA959375CEC7B5F73 +:10274000AD690FFF1D14E27FBCA731A3C6897E804F +:10275000514FB138C85FA9DA3393EE6F33F68D96D7 +:10276000BD6EA27CC97957683FB90DE5C3EF4D84B2 +:10277000FF6597311FC6E5CED5466CC1755D96DA0B +:10278000F19E0BCACB17A32083FAE375F913DF710F +:1027900025E64155AC13E8BE9F5AE6587508FBD1B3 +:1027A000EFE9EA4CB5FF01F588FF3D6E87577824C5 +:1027B000E6A2DF69F08DC473246C826F24F24B7241 +:1027C00033BF2FE8E8746EE77FA69F4BAE48D3CFA8 +:1027D000D3E8F9591531FCFCCD69E37CCE2CDF48F8 +:1027E000CC17AB782D81F2C54E1BE76DE03DDA5377 +:1027F00015E3F8B91B03AF15F7B58D447AAB28F58F +:1028000066E0F7CE54F52CE5E5BD1E41F7548A6F1E +:10281000F0DF19AA7CC1BA95DF83E0F900ED8BFAED +:10282000BA2401F311BED7E17B065539DA1DCF5B1F +:102830007BF2DDFB3B3FB45869E4E785F4DFDF3230 +:10284000CAC6FCB08CF33BADD3F3E230BDACCF6372 +:10285000716423C1DF6962FC9CD44BFC1CCA57091C +:10286000EDE711EEAF5EBA8CEE19EF4CF52CDC43C0 +:10287000DFAD74CF37B3352A78FFCE927C8B1FF54E +:10288000F392975F388FFAE0E4D3129D39A87F6006 +:10289000470ECFEB63A23814F367B7D3BDD7DD3251 +:1028A00013D1EE3E69F2D0F7935695FC849383F9E9 +:1028B00039AA93BF1B44E39D141A93112E97914F8D +:1028C000B7EDF164C4EBC96D2F14E2BEFAB379160B +:1028D0003AEF1E2ABF963C1F9C1FDC991A7C6F4F53 +:1028E000C20C1EF74B98C1F13C6C068F2B56867BB1 +:1028F0001F4BA379727E81F5E2E7799827E1C958E9 +:10290000CC6B4A17504EA4485B15CC6FF2E75AE8DF +:102910003E97253B1E551C7C9EFE08E00BE1E7CD53 +:1029200094E7505FC26A709EC8076EF87ECECBEF08 +:10293000B338E71D1F85F3582266DD48F9BDEFA7C0 +:10294000D31D279DC63DF2CCB3FD0D687FF29941A2 +:10295000FCBE0B9FE79E4F112FA2A6219E8B633CCE +:10296000F7605EB67FD315747FEDC9181D8F311ADD +:10297000FD360EB4273C570EE1F181CAB5AF9C4736 +:10298000BE62432535BD1F7C0D84B73EE76466708B +:102990003956D1CCCFE5579A399E966EE7F7AA2FD4 +:1029A0005DC3E3EAEC657E8FFE72AB2F12EF395800 +:1029B000BE4DB2233F2F55BC2307C3FC6ED1FB8114 +:1029C000FA2E9457467FCBADDE85D8DFF257AD2483 +:1029D000E76F9911ABE7B53D12877676DFFAF621FE +:1029E000AA2DB0DE739181F96F46BD9EF979C11EA3 +:1029F000198B79DBEDF77C0A4DBED96125B840D241 +:102A0000D279D6D0F99F32013CD978CEDF4AF76F20 +:102A10001F07F9E8C6FB27A21D0F539ED50712DB3F +:102A2000C6E7ED423DB5C813DCBE72903D0AF9B76A +:102A3000F20FF932B69F3B83CBE9CAB59368DDD973 +:102A40001F4C744E3D741DAE99A1DF1769F0E3ABC6 +:102A5000E14487A7F0103EC2B37314E99BCE688FA0 +:102A60008274E53FC0FC5BA309DE64B4B74FBD3A96 +:102A70002A0BE969492DFFBD9953D1DE6435E07D0C +:102A80000F9DF940B4E6601E1FA3389C31FE52CB67 +:102A9000C676B483F0DC41CE387AFACCFD9C1B2894 +:102AA0008EE1FEFEAF6670BD86B9F3981F43E75D09 +:102AB00048AE791594DB06FF56EC083D77C0BF3F62 +:102AC000ACF323FC69B1C6790711E1F42A783FA77A +:102AD0005F60DA6B76FC7D87BB16E3F9BDA5359B9D +:102AE0006F43FB6CA9CC8A1480AB5390088E4E2B9D +:102AF000BB7316EA8BC071D2F8538DEB9DE7E33AB6 +:102B0000BC4FCFE07642056A42E8A7A241D888FDD3 +:102B10001AF28202F601ED30DF1EF54867AEFE7D47 +:102B200080F91AF80D9DAF81DF5D33B8FDD099AA09 +:102B30003D3C39B6F75C6BF785F15131FFC43F4737 +:102B40007EECC9FF077EDC3F83F1F8DD0C1EB75F2A +:102B50000AF0219C239F0A3EF791F17C7079F48E54 +:102B6000E072664B70796C6B70D9FE767079BB3E03 +:102B70002EC60BF03E0C8C17E013E3059A99C70B99 +:102B8000B08CF1027C62BC00DF63BC00CB182FC0AC +:102B900032C60BB06CE01BE30658C6B8017EFF4E90 +:102BA00097CF9772FE927EB7B3E77CA59BE4DF9B3D +:102BB000AA6A47F9372945E723FD7E44E3FCF09BE9 +:102BC000E599FAEFD9F07D30FFC9B07ECF5F1AE703 +:102BD000E943CF5F7E29B4AF4910FA9EBFBC7BBCEE +:102BE000EBD88CC19C1E715E13877BC6631E7DE78C +:102BF000EA7746E2FD861D4204DD1B7FC378D7C914 +:102C00001930BFAAE6AFE7A1DD541DE69B87EBD7DD +:102C100051A7FDE13AC39E49C57BA99805E9DC3877 +:102C20006F7FD1DF61B8E8EF2F04D39161073E6B6E +:102C3000F227A864B74D7E06E303CB8408BA4FF5AC +:102C4000A895ADC2733FEEDFF1FDB1EEC3269EEF56 +:102C5000B351D8CA02EC49D38DC1F7CECEFF7E3C2A +:102C6000D9E33DE58D82C8AEC0FD1C31089ECB3C4A +:102C70006141F475F98B3121E7BC1283EA5FB1271A +:102C80002DE8FB0897A37030EA57F03B515F66F9D7 +:102C90004607D53FB7621DE503D3791D8C476E1CEF +:102CA0001FD4BECC3929A87EB2C0E344EC3D13CD7D +:102CB000B7AC99FF2EE9F207D6AD21FDB445A07C53 +:102CC00003AD761D9D973A6DE1F124834E80FE148D +:102CD000CABB8DE5EFE7EB7AE8A4D09E8CBFF7BBCB +:102CE0007874E36393053C17B42519CF193D3DD59E +:102CF000957923C9BF8E99D8DF4F779962E87C8395 +:102D0000EC7BE876E8A762D72056A7F5AE7FB289BC +:102D1000C7CFB64C60A4EFB73472BB7F4BE3A0B013 +:102D200011DCAF26F93282B9E330EEDDCD583BAE8F +:102D30006781944976F2B9C312FD7EA6565B44BF03 +:102D400093B7EC03139D5336E0AF18F7CE3331221F +:102D5000DE13C5C81F382DB69D5F8BFA27CB3BD23B +:102D6000877AE5892D717361DDAF535D7908F7B21C +:102D7000F7F22331DFF4DB1D26CA7AFBA2E9B9673B +:102D8000F03CC0DAC6E7148C3B2E913D0AE53FBF0C +:102D9000B445C1F300D7BFB885DE2F7CB184FCC336 +:102DA00045AC86FCC313C63D45FA3C0BA48D23639A +:102DB00069DD12A2910EB7DEC8E5667918DF5FBF44 +:102DC000A938D784F1B1253BA2E91E3A6DF6EC0291 +:102DD000A4836E6F34DD3F769B5EBFFB5D89F8BDDB +:102DE000FB667E5FEB40F7E3DDF47D2AD1EBCDDFC0 +:102DF0005F4E7ED32DBECBB87F9AE9277B0EF0487D +:102E000071ACEE77CF2937617F98D789F9764A3B45 +:102E1000BF7746E4E799B5D9ED446FCB53811E6186 +:102E20007D96BFF7212FE7323F9E6B724E9682E868 +:102E3000AD7A4A78103DCE663141E7FC6EC5E4AE0E +:102E400080F2CDC5C383EAFFE4E6CB43F87B5CEFB9 +:102E500077E2EF8941761CDD881954BE21A87E25D2 +:102E60009B15742E76F1F33C2E5FD9124DFBE8E5ED +:102E7000223F5F3EDBC5DF57ED89D6F7D7C37AEE39 +:102E80000FC1FB5FD0DF0FBA3744DF47AFC47F69A4 +:102E900018B76FA7F8913F41223BB632A383F6479C +:102EA000E2E115C6BB2BDD50C6711DCC8FFB6495CE +:102EB00032C7ABCDAEA6AD4AE8A583AA96E07CC7E3 +:102EC000AAC31CDF469E71E87790EB6BF09EA6AA22 +:102ED00062210BEDF9A53B3A158C3BDDEC4AA2DFF4 +:102EE000735BD41C1C6FAAF076129CB7EC89A37894 +:102EF0006815C68502D6E3E88DDC7F30F66166E3AF +:102F000087E164F7B7A1FD77EE30B7FBBBDF7D4EFD +:102F100030E88865F5C547E58A130AEA31CA2B808F +:102F2000F927DA3FE6E7A64B793C2D946E103F7205 +:102F3000007E12918E02BE2F641C5F0B41ED7AB2AF +:102F40007E3C9E16E13FE0FBA23D8207F34E43F13B +:102F5000B2D0D541785BE8B2D578D4BEF3A95A7126 +:102F600084F2CC77C2FAE27D7BA1785BC4DA697E19 +:102F70008B406EFBA2891E14BADFF975C18E7A5A96 +:102F80009BD0A1E079EA5EBEFB90F8ACDB0E5C8CD6 +:102F9000F371323ACF0AE3590605DCAB3DEB7B1EF9 +:102FA000F7B815EFF91F8FFC12CC5FB77C1F47EF06 +:102FB0007F3CDD7450FCB50AE384917DF15185714D +:102FC000C3C8BEF334F6A77AF483747B14BF9F762C +:102FD00055BFF7B487C619CFDCA8E7E35EC9AE0CCE +:102FE0003A2F30C0FD3BA1E7050AA46251817995D3 +:102FF000FC4EA7C31516D2E7DD6E13C943D7EA020C +:10300000D277AEDFF1F2B207328604C6075D7A5C92 +:10301000CD2827D70D8AC3EF255695CEB594D44930 +:10302000F47B07FF07B44280260080000000000008 +:103030001F8B080000000000000BDD7D0B7C54D5C9 +:10304000B5F73E671E992493E42424909000272F1F +:103050008812C2849720140F7960146C87F04A207C +:1030600009130C0888DE10B5464B9B09090F016D4A +:1030700040A8681102556A5BAE8DD62AEDA5BDC386 +:1030800043D4A2B7D457B5E58341AAB5B6D6144BFD +:103090008DF7F3DE7EEBBFF6399939C34BFBFBBEF0 +:1030A0007B7FF78B3F7F9B75F67BEDB5D76BAFBD15 +:1030B000A7718743E80384F83BFEAE13625D67FEA9 +:1030C000D070B110EFDC3762573089D27BD2074E17 +:1030D0001C27C4D9B5AE748F1E29F7CEDACAA162F7 +:1030E000147DDF1257D3ED1562D8373CC2912EC440 +:1030F0006DCF0EDAE35084100EEFC01A823F7C7A57 +:1031000040A983C074BF2A4486102BD7FE38792289 +:10311000C1B7AE7D6D829627C475370406F8C70B1C +:10312000F181B2679F8682DA9E123FB59BEF175CF2 +:10313000BE71EDDAA182FA5F416D3A4AE99B083629 +:10314000086AF7CE78A16F4C15E2FD7811BA8EE0CF +:10315000F79F8AEFEE40BF9E762EFFA70CA1213F7E +:10316000904B4D127CFEB1A4EE20E5FF493DF4B733 +:10317000F594FEB13438DC914FAD69817C3FF57335 +:10318000AB7A701EC6F581D2BD2F93C6B1ACB52403 +:10319000FF7763693EAD13380DB417A604082FE11D +:1031A000B603E26C61040F01218C1E2FC6D5ED9E83 +:1031B0009514F9DEE02E2BC6BC563829BF18ED8DCC +:1031C000E476ACFC2333691094BFAF8DAAC609F135 +:1031D000449B87D3EFB769428C10627F5B26C34F55 +:1031E000B6E99CF6B415F1F77FDA418D44AD57F698 +:1031F0004C9DDBF948882A8C6398E32FA52DD45F7A +:10320000B04C1435135CE998A93E4CF3BFE3255745 +:10321000771CE1E20EA5797798F07547BB5304C798 +:10322000A15CF3770107D7C4691D943E94F88DDD46 +:1032300061FADEEAF468713ECCABF91AACC7977A52 +:1032400085682A12FCF777FAFFBA3E8F68F244E0ED +:103250006922D506977BB26CE52BB55C5BFEF599D0 +:1032600057D9F26FD04B6DF08CA249B6F237F9A660 +:10327000D9E0AF4CBCC1567E9631CB06CFAEAAB5D5 +:10328000959FEB6FB4E5CFAF596ECBAF0DACB2C12C +:103290000B97DD632B5FDFDC6ECBFF44154E41F4F3 +:1032A0007390D64FA7F5F939AD1FD269427FB94E59 +:1032B00089ACCF9472B519EB62C1567AB7B91F5E6B +:1032C0009E65AC029D08712217749B4DFFDA48740D +:1032D000BECE2FD7D5FA9EE394DF09CEC27AC4962C +:1032E000BF54B92989873FD689A4FE7462DE32E7CC +:1032F0002482AF393C369F60DFAC479639B3089ED5 +:103300007CF84779044FFCD569993FFAF0C7C80F9C +:10331000FD6A97CC9F4D4D5D2B44D9ACF265419A27 +:10332000C794EBF236FBA81FF14B97EF714ABC2212 +:10333000ECAEA67E6EF77843F9C991F9012F4D8561 +:10334000122F484344D7480F135D233D4A74DDE4F0 +:1033500012E218D135D217DB7CFCFD176D13397DD5 +:10336000B9CDE0F4DFDAAA383DD1E6E7F4D5B61AF4 +:103370004E5F6F0B70BD37DB9671FA565B337FFF84 +:103380004D5B2BA727DB82FC7DB75F613C8B03AED7 +:103390003F85ADF5CC03596BC249F3E810A2177C09 +:1033A000421CD44419D1BF382C7A187F6167EA7B5C +:1033B000B4DE6049D1EB169B0A2283F7AC76A9F004 +:1033C0009B4EE307723D73B4F71223DF4754067A2E +:1033D000F0FD8DDCD98563099ED7D7FC7C0AE5BD5D +:1033E000A18A6517A38F75A00F2ABF6796F163D4D2 +:1033F000FB92E7542DF89E9E25343119F0CFA7019A +:1034000056EEA5FF699DBEE43CD101B8E353A1AFE0 +:10341000A17D7E28E91897EF88175A1CCD47E93B14 +:10342000A1009E4A7B3A2E15E508A6F94FC5D8297A +:10343000FF4B5ACF34C01D4B8458538AFC1E99AFA2 +:10344000517FA5721E6282100548097F157D27CA2B +:1034500039DFEBD6E308C5530BCCF215C44B52B998 +:103460007F1E5FC72AD9FF639F9E30902F8837B990 +:10347000305E4F88F3A70684B62615E36BE6FE0997 +:10348000B6C6C7E5A7A24E2AC6471968EF2A2A2F53 +:10349000C7B78AEB67CAF10F72CAF26E9A5FFB2454 +:1034A0001E5F23D7075BA5FC24A76C9F48540B52D3 +:1034B000FF6EF14CA942F5DD2BBD3EC88DA9C52795 +:1034C000B2CCF6B46054F9141FC1D45EC1BFCBFEB8 +:1034D000810017C1790A09A8FCC83EDD39ED442EE8 +:1034E000DADB799787DBCB763C550AFEEB340CA10F +:1034F000D2F7D93739BA37D2F77FA90C9CC37A3AB9 +:10350000D3551E6F8791D4BD91D6EB573FD387F823 +:10351000A8BD59AA08405E5C861E3EF9C7E8E1D9FD +:10352000FEF58D637CF7487AA0F5B5D183AF9F1E79 +:1035300038BFA392E8E122F472213D846A4D7C7386 +:103540007B530B22F401B97B28E94D83DB1B25FB60 +:103550007FECD3661E2F0428F0D94F0FCD727D95D6 +:10356000BE087DC495FECFA18771CE9E3DF81EB7E3 +:10357000D2E3C3BCAF441F8B7AC5F4142AF2E8F43B +:10358000C03AE8218D7DFA31C0378B69D3890DF7B8 +:10359000E7EF43FEF80BF3037FED7501B6BEBF62A4 +:1035A000B663E53BD35F4D841CB0DAB1CAFDD16C84 +:1035B0002F526E8CC74FFACB1D953D3BA10F544146 +:1035C0003FC0FC84846F247D60230A0A23B97420E1 +:1035D000C977FC93DA118E29475BA05F91D2E40092 +:1035E000ED785DEF843DC8D299CF5ED7E764D8927D +:1035F0009B378ACD4EE0918AF7C611DEAB04E55BBE +:10360000FC93E8F4C6E2DFFF068B72A388AA47DFCB +:103610005B4FC63F7F344A1ED7CE4A4A67FE9A2B7D +:1036200072C15F8F402F73613C7529012F8F8FF519 +:10363000AE58BDEC9336CFF3475DAC9F056645E9C8 +:103640006702FC8FE6B9AF5153591E089F3A86E0D6 +:103650004A436F017C7886D4D78A48E2A15C4596BC +:10366000C2FB99BA79FD7682AF871CD6309F2ED6E1 +:103670000B6E143D9CCE142738FDB2E8E5D42F7CA8 +:1036800007C3349FA3E7278C1B8B7DA386D6D11C51 +:10369000C4478DE109C87F430BDC8571FD2DE957D7 +:1036A000A714089FDEC008ACDFE10A39BE96B9C492 +:1036B0005F891E0F7BF2591F8DE5132F917C2D28FA +:1036C000043E04A7CF93FC2DA0F9BE40F217F08D65 +:1036D00045ED02F5A6EB8A7046E1D3AA3F432B17CE +:1036E000CE01979677334A7E9203FC1E4F1D51817F +:1036F000753A9E7A4D8528413A4895699C1BE9A503 +:10370000EA5BFB6146F1FA138E12F4379DFBEBC7BF +:103710006B861DAFD381571FF01B744218DF20BA90 +:10372000399D21428CCF9B485003FE0A6D43C04710 +:1037300012BF5CF74FD445F9D8F2027C5FE9E91D6E +:10374000EA5619AFDDB3685FDCEE089CD6A8DC87CB +:10375000430223521C188F60FDE0B0E7B567A1F764 +:103760009E43379416749E60F84E97A4FBDB9EBB75 +:10377000A94C07FEDF7074C3BEF9038648F43BB55D +:1037800075328FFFBAD6499CFEBE4D0481EF951E5F +:1037900089C70F83874A1CD4CFE994400FFA5FA9E9 +:1037A0001E4CBE96C6F7FB9DAF3D09FBCAA2DB953A +:1037B0000E7DB30FFBEDB8C3F738F6D567478656D5 +:1037C000275D9A8E897E0FD8E8D71B183C0B7AE1CB +:1037D00063B3795C16BDAEF44CB7AD27510FCFF78C +:1037E000D9E906EF7F4D8456613FDE4EFF84DE73DC +:1037F000BBE7E5E5CCD7088E23BE16AB374D4808AE +:10380000319F75139F075FB5D6333B2EB49CF5D11E +:1038100044A175403E04C65E0D7EF2CB09C62B98CE +:1038200077A5A378BF85DF38F0D5D0C81494AF7AD8 +:10383000D121BA69A82F2494EC079F0913BE15D291 +:1038400037AF1FD9ECCDA3755A3123F016EA0BC759 +:10385000670EF4FB72A1220650F9732F8EF5820ECB +:10386000ADFD7E297A8BE51B61F08D91F48F1251AD +:1038700002BE51E9F0FA4218D7EB0E1FA9EF64FF20 +:1038800024AB2C574C7B69AA18FED014CA2F7FD1C9 +:1038900025BA29FF1C1A42F94C85ED498B9F5C27FC +:1038A000FC9D5340BF86A737041D2B53157A14DFA8 +:1038B0008BD713841E358EC4A2341B9CE41B6C2B47 +:1038C0009F3231CF969F6A5C6DCB1F5035C606671D +:1038D000F8AFB5951F54536683B30237DACA672F22 +:1038E000ABB6C1439A17D8CA0F6B5D6CCBCF0DAE88 +:1038F000B0E53F2FFC29A15C9093F16AD104F03D23 +:10390000F997BFA1C5568E0A1C0D105EB289E163FE +:103910001F1576DD6B6B57E82EE6FF41FA0FF45565 +:1039200099E98AC8032C6FC2CF15AC4FB8D1DB0C14 +:10393000BA28D7A61D85182AD75C36B992ED7DFF27 +:1039400024F851768C3C895D7FBDFA0BAE7FE0EAAE +:103950008BAFFF4AD11DCC8DACBF30D77F3AAD3F86 +:10396000F8D5881DF6F5BFAADBBEFE239FB0AFFFDA +:10397000A81EFBFA8F3E605FFFD2907DFDC7BE6838 +:103980005FFFF127ECEB7FCD5B6531EBD0CBFBE745 +:10399000794D118F5C64DD2685EDF4211C9B79DD6A +:1039A0002CB93EF9FDEA8BAE5B0DFDF75FB16EF30E +:1039B00063D6EDBCD83CBE340F7253F2F1D87D6FA4 +:1039C000ADCBA3A9467D35F1A755E0F3947E12FF58 +:1039D0009F7BC06774D26FC450B2C313081E17E137 +:1039E0003BC1B266F67F04DD1EADC3C7F4C0EBDD9C +:1039F0007A32A91B76CE276A380972E594DAA520B7 +:103A00009D3C3E706B35F1A745C5CD8A2039932981 +:103A1000FC4F2D853C1FD27BEA6B68E79E24C9CF03 +:103A2000C90456D1CF3D497B3646F9071AB2453312 +:103A3000F8F79DD5925F0B5F783CF8F8DDD552DF43 +:103A40004FF2696E88C6C662617483CF3BC5D006EB +:103A5000CACF480BACAE66BE3A65C7FDE9A0CB64E1 +:103A600011378E1786F9EAB09768BF018F4E433D34 +:103A700083EF2FBBBA1F87FFA7D01708C1FFA30C86 +:103A8000F5C1FFE3700BA9C76E8DEF7E5CC177DFD8 +:103A9000A054EACF914C7608A577C4137C113DC39E +:103AA0004A176F708840947C99BC29AE598E53DFB9 +:103AB000D54AED37FDB978CC4611C96F72CB766324 +:103AC000DB894B9BB615F36915E67896A93CDE3F7A +:103AD000788EECF81DB5BF3CFEF80EF8CF263B5EA5 +:103AE00065BBA497F2F642CE38A55DF2488126A0C8 +:103AF000A74D1E168A1F81FCEDAA6FAF607CF1FAFC +:103B00003DB252673B6BB2430902EEFDBABB7B2F5D +:103B1000E4B84BE607EF1ACEF31766FF8F346BACB1 +:103B2000878CD8216C7AD2234EE9677BA45B0D1673 +:103B30008EC6BEF60867143D3F023F1CCFBF3B1E3A +:103B40007E91914F68B6FC513D99B6F6461FD06DF7 +:103B5000F9A5A1225BFED8177D3638ECEA7D6A38DC +:103B60008D2FF8A8433CEEC3BE9F68AB7FCD5B862C +:103B70000D9E14AEB2D57FAD3A4FD299DEFB97279A +:103B800069DE0D1DC374F0E5C9EFFB6DE5B29D273D +:103B900058DF1C9A29ED1DB28F187637116F243C1F +:103BA000E778A43F2107F65516F66F80F1E62C90D2 +:103BB00030E5B3BDA416D9F3538B647B642F19D8B9 +:103BC0003FBF36FD9705225C0BFD4D38C357416F53 +:103BD000688813EC37A3F563BB71D73D836DFBE6B3 +:103BE000ED6AE93FFBF54CC1E9E31EB1C8CF78F7B8 +:103BF000BDF502CA2B7ADEC6F448F933E6FEDA5A7E +:103C0000659C063FF8F54C8DE1DD49EF2FC7BE6D91 +:103C1000182DFBAB53D545B3A81DB2D16A9E8EA219 +:103C2000FB3F554B3FD24B73643BD6B81B52E4F875 +:103C3000C4D7DC4CAFC219643B73578248053DD6EC +:103C40006FEEB97F0415AD7377B9D89924BA5DD0FA +:103C5000E7679691DE4AF49BFDF2A7DFF5127E76C8 +:103C6000B53AD9CFF6F1ABAB97070BA0D7F64AFB25 +:103C7000B899E6560A3B82F6E498C878EAE738B87D +:103C8000FFE4D972FE958E835CFE5CABB4AFCF8946 +:103C9000503BCB29B2A7E18F1922A47F2781D60FF1 +:103CA000F8A73F15B0AB4B309DEF728597637CF062 +:103CB000473B5DD21F8D14FE6867A1F44703863F22 +:103CC0001A29FCD1F8FE749B8FE167DA2632FC6C6E +:103CD0009BC1F081B62A4E7FDAE6E7EFD63ACD5C9B +:103CE00023D7495FE5F2EF257CCF5445951235AFD8 +:103CF000E639725D27CD96FC1AE5C04F2A1D2F17B5 +:103D0000F07CD23555CE4F4F019FB2CAC7F293FF18 +:103D100057F3C87686188F433DD26F30C41960FEC2 +:103D2000E126BA663A37F3B39A259D13DE799F7878 +:103D300035CBCF7094F3DD01D293534D7E13E5471D +:103D4000C916725FA54227CAC247B96FF2A86FD0E1 +:103D5000934577AE98FDD25DA056014FEB93247E3C +:103D60002D3C2C9F2DF1933EDBF48306C97E9FC032 +:103D7000ADF25FA5E3B346B4BF2449FAF196DCE3A4 +:103D80003906B9BF24CB2182B4B7A71A9A1BFEAB60 +:103D9000C5C432F7C00F143F94E1F034D1AB649343 +:103DA0005C0ADAE5F92DD00B15D687DD68F766AA2F +:103DB0007788E8F7E60D31E5BCEFB1DC5F1223F759 +:103DC0006F119BFF42B287D22BD8FFB34D7D60B4F9 +:103DD000180D7D4038BC6BD6435FE926FB2C376A53 +:103DE0003F98FECE73DD3F92F06AC1FEA3583DC1FD +:103DF00082F51DD458D4390DE135A108F2A1D3E9DB +:103E00002BD42FA4330BAFB47E6BD6B27D23FD7CB5 +:103E100064EFFC12E3F913D9377154EF4FC18FCF20 +:103E200030FC4CBC0F7E930F4B4F94407FBECDB106 +:103E30006728ECD100FA2539571010C114B4F344A7 +:103E40003CB7736E35111AC6FD4462B720381CFCAE +:103E5000D1C08BD93B81B0C3762E149B5E7743A033 +:103E60007D368D33E0127C2ED7B1DFE16BA771DC9C +:103E7000E73D3CD0F07EA173ADF568C7B23B6792D9 +:103E80003C74A445F2AD732DD2ABD7AC4D97F8007E +:103E90005D9D0B7E2CF17FA760FFDC57488104BF3E +:103EA0007943103784DF53905692FFC5CFC366F72E +:103EB00095F27ACDE99BCCF30F6C98C4F0F0614198 +:103EC0003501FC73A1C2E714F31F136B13A86AB882 +:103ED0007DFE78E0EF7173DD869B7226165F034DE1 +:103EE000BE32768EC55FBDBCCF5BDA15B60B5AA06D +:103EF0002B00BE5F613BC0823FEE32E14A09DFB179 +:103F000056C2F4D7007D78B148F66D1C27E7097FCB +:103F10000CE68914F384DF60BFE9BFC13C91629E67 +:103F2000F80EFE0418FC0930F81360F027A4E04FE7 +:103F3000F8FE6E6AB91B78C5795D45D47EC3795D9C +:103F400045D4FEC1795D348CF3BAE8F238AF8BCE3C +:103F5000C7795D743ECEEBA2619CD74597C7795D6A +:103F6000342C26DE108171FE62CCB2C1B3C98EA89A +:103F700088DAEF38AF8B6E1FE775B6F602AB6CF5DB +:103F80001792E6185D3FBFB9DD567E51AB623BCF5D +:103F900023B6C472F8E61D03985E1EABF49F055D60 +:103FA0009F4EFCCFBB5C79CC3FD80FD2725B824F67 +:103FB000AE7757955C7F55C8F5EE657FF7C7ABDDEB +:103FC00012AEF40DD22E42473807AB70C97330A43D +:103FD0003807438A7330A43807AB2894E7604871E8 +:103FE0000E86EF3807438A7330A43807438A73304C +:103FF000A43807438A7330D4C33918529C83E13BF9 +:10400000CEC190E21C0CDF4FD1389AA2F81CF4DA32 +:10401000029B7D4A7468B34F351B0CBD35BA3CF426 +:10402000D6E87CE8ADD1F9D05BA361E8A9D1E5A1E0 +:10403000A746C3C367EBCC37A0AF46D7835E1A0D44 +:104040008FEA0A3E0FDFDB4D3BFF7C14E9F094C69C +:10405000A715621105739257E0BC727862E3985419 +:10406000E2F9AEF6012B2A080EF4C9F3F212D1AB35 +:1040700082BF046084D2BA054282F5FF519F667107 +:104080007EB6A90FF21FAD7BE93382F54DEB7CDDE7 +:10409000AAEF139A03A9553E025FBC5C6CFF56B9A8 +:1040A00080C73E0EA2C752F0F9D2D5DE31B053F62A +:1040B000A9CA223FD1D33ED297AA89CF8EDC6FA85E +:1040C000F1945FF38C56EAD051BE790CF8728DC929 +:1040D000A7ACF2D46219C6FFDD45BAE9C796F3B9B9 +:1040E0006962EE5ECCC79823F95EB6A98F119F3046 +:1040F00010BF31A5F744790A950B04A78D47FB3310 +:10410000DDA63E2D9AAF853D3A32A8187BA3E8FB89 +:1041100046B39D40F0A9C3E0B3DFDDFD65592F41F3 +:10412000D6FBEEEE64EEF7CB9DCA5EC8E329FB85B5 +:10413000B187EACF9E23EDDA91FB430EF4D7D8295D +:10414000FBB3DA6DDC39D4AD7B23786A14CDF76626 +:10415000C27E1DA708F0F1E1CE00EBAD83EA341575 +:10416000FAD1ED1822A5EB8B9AFDC0EFBFBB741EF0 +:1041700097DB63B03E75FB815902FCFE4BE3522B8B +:10418000D3D1CE41E12B04FD8CFB956DBE8C26D2A4 +:104190008B86E31F3ABEAF5233317E42C000A2A7E6 +:1041A0009B08C67C0201D19C4B22675E4D23E3B97C +:1041B000A84E28884BB9AA6E8F9A4EF546060EA9CE +:1041C000E877545798536B1EBE29A90EC0335D5A29 +:1041D00025C63FB35261BE41F29EF596739D2EB641 +:1041E0004F2DBDE163E80D027A85EF2B90D72D6B43 +:1041F0005D027674CBD7FBCEAC071FFAB15D8F089A +:10420000EC50988FAD5CF5C60495FA6934E37A3EBC +:10421000C8EDDE974A78F920EFA9E4898AD403E64D +:10422000D078CE744A3DA271EDF3C9380FF8B8F3D7 +:10423000C76ED841D6F94E938907516C1CC3781AC2 +:10424000B3A4FF4E380EBA21C7CE07BCCD0E82DF15 +:1042500021BE628C607EC9E53E3EE09671235D52D0 +:10426000DFB3FC438DAF0C18083F46AC1EB8BCD37F +:10427000D5E8263B7A798C1E78EB15F4BF87E79852 +:10428000E73F3EE183FEF74ECCF9CFE22B9FFF7470 +:10429000CF89F29FEB223497F97973A18A75687CF4 +:1042A000C5C1F47BAE47DF8BF3194BAFA96B2FE78A +:1042B0007D287E2CE9A8AE5D96ABFB89D1AD5091EF +:1042C0005F9AFA4B755F36AFC76BA6BE32B76F24E5 +:1042D000F38199E178FE3EAF2F8BD3F97D57F1F74B +:1042E0006AAFE407E19F89EE35AC2FC5493FE35142 +:1042F000D12D722FA4CF59CE6E355D015DB5AFC9FA +:1043000020F826E83FD45E0DF4A101A0F755CF6751 +:1043100080DE1FBB38BD573B4373D07EB5CFC5741D +:1043200078397A5752A3F89608BA0662FEFB854F91 +:10433000EE4771D445F65B43A269AF7BA5FFAA5F48 +:104340005FA4B1C0AE15C1552BA0673620E861301F +:104350004FC710B4BE49C532FFDDD757ADE87482F0 +:10436000DEA59D3AB4559EDB5A30FC0EB0AF0A6014 +:10437000D752FF033DD2DECA33ED258D68633DDBA6 +:104380005F06F30732CBF476F65BF8797D1288C1CD +:104390006E61BF84CEF3CAA179217F88539EABB9E9 +:1043A0002BACFE4468E098887FC0B28BE117007F99 +:1043B000ADBF53E1F66FDE50B847DA19C583CED0F2 +:1043C000F7AE7965EFCE25BED3725FE1207199F328 +:1043D000889B699DB02F1B52C27729846765AE30D8 +:1043E0002A48B5AD15269EA87F41735960C223DFC8 +:1043F000D8F2C18662C62FC3FFF1FAD756200E67E6 +:10440000FD94163FC615E1777E03665062B1C1E7A1 +:104410007BB1E3B7FC1023E7CAF2B1FE889B8BA502 +:104420001CB0FC65EFDCF7DC93D1FE96775CA2460E +:10443000DA03BD6CC77CAB3AB374A31E912F8FAC6B +:10444000C861793974AE298F681FE823A47E8B1464 +:10445000FA2DE2A3A0DF02867E8B14FA2DBE43BFA5 +:10446000050CFD1630F45BC0D06F9142BFC5F7BF9D +:1044700096F9338167C2389F578BA2DE871FA7FE4C +:104480001BDADC02E3B1ECE3DD2B12F8FC7FF7BDB5 +:104490006EB69B2C3BB9CE7DE2794F6E040FBF6D9B +:1044A000DDEA927C2F5488F3BD05CDF13EECFFAEE2 +:1044B00079FE42F49358EC73839F048ABB159DF0F8 +:1044C0003A589376D1B0FCDED2BB287D77AEEC6F44 +:1044D000669E947BC31CE2A8207BA876BC513C77E7 +:1044E0003CDA098C463B8B0F961ECBD6218F52DDD2 +:1044F000589F8641D2EF4BF8E4733E0BCFD3E64A88 +:10450000B97A7E9E90717DC03B9793FBA0B65553C0 +:10451000704E972DA47F2DAB4853E0679866E2DD7F +:104520002D5E97F49C29FD0B434CFF81B740FA1395 +:10453000FAFD0745EFD4421E45F0A21D63BF689205 +:104540005B873ED2E81D3E7D10C18D5D4A9A425583 +:104550009ABC82EDB9A66DF97B114FD2628E93E8B9 +:10456000DF9D0579749FA2415ECD4CD3E74F423B5E +:104570002FB9C45EAAB7F8CE4385BC5F284F29BDCA +:10458000703F34ED98C4FBA1A99BD2B197DE370BE5 +:10459000B71C19F213D05BC87063BC4D9AE14E8B07 +:1045A000F273DCDCA530FDC6C28BE73A24BD8B1765 +:1045B0005D18475D81AEE07CB2C55CFFFA3B73DD00 +:1045C0008BE1F7837F7E0CAFA3C4C31645DB9B2B27 +:1045D000FB1913D5EE62B41BD5AFB5EE2BE726C998 +:1045E00078554D7767417E681A8F8FE6EF623F48B6 +:1045F000819CFFCC349FDB8BF69753FB84C2055A1A +:10460000A812F90B8A75D14EEBB5B8B394FDFD81B4 +:10461000CDB29FC08654F728C869A7E61E42705DD8 +:1046200082DC6F343ED61B9B081F69F0A3A5919EC8 +:10463000E8BD102F8DE6789BBA52DD4B6CDFB7B822 +:1046400040CFB5A69DBFB873D6D087685C4DC15129 +:104650006968BFC929E7BDD35CE78089CFDA6D2FD0 +:1046600014228EA5B639AB54C98DB477BF497F3BB0 +:104670004DBC5A78A9D5BA5C68A71FAFDBE5BC97DB +:1046800068A142F63B79E4BCFBE9619BECA7695B5E +:10469000A3BB98D2A54EFFD087A8DCD2E02B3988E7 +:1046A00047D969E2B976C721731CF13E8C43688112 +:1046B000A1A08BF7B6CF1FCAF3DAF6900B784CF2B5 +:1046C000E9D3A13F123DB0DCB4E8A261ACDC7F5677 +:1046D000BF4FCE75F2BE7872AED44F2DB990D02AAE +:1046E000F74DD3E65F317C33ED2BC843B77846B145 +:1046F000E4D2E5F659ADE9A7DBE5F6873295C8BE09 +:104700002739D8FCF445E4C4BB66FF0BCC75A9532C +:10471000253FB1F2DF986BEA21C06F547DB48776F4 +:104720008F98EB5557162A5C551C296FF55B972619 +:10473000EB617D402F47CC7543F9162EAFDAFC377D +:104740002DF74BFF4DCBFDDF590BB9DFF294C27A49 +:10475000E71F5B9EFBB779947EF0AD3D0D989F35CA +:104760008E25A47F603F2F35E55C53E8E2FB7ADCC1 +:104770004D8157E746F96D9B1EFCE7E1E08B7F7C9E +:10478000F238F38B93B4960EC2EBC27FFE8E0B7C95 +:10479000CA1AFFE20D7B36E4A5439EA58E811ED387 +:1047A0007F4E51A4B33DF0AE39DF9B3BE57A095A09 +:1047B000AFC254D8198DC2001D64FA7C90DB969F5D +:1047C00035CB27FDE1D67A09D39FBBAB50C6D15A72 +:1047D000EB5697D765DB77B1F3F9B389F7BF98F25A +:1047E000608149670B966DE17A8B37347E07FDD681 +:1047F0005AFBA8C9FEBDDF5FB6D925FD659B0BD767 +:1048000065B2FE29F17DABA3A7E46E2AF7C7958FA9 +:10481000DF9E95C7727B28E4F612D3FFB5D4D4FF90 +:104820006E217C5FCC0F48F816F3A2F07DCB6E8929 +:10483000EFBABC9E3FFF14F35A15C7E7657FDC3F14 +:1048400096FDB60B15D10CBBA6B6678F2B1BFB6C68 +:10485000596A1AC468EABC5C9E5F3F9F6D2ED5E022 +:10486000C74D9D27F77D2CDD46F02AF7FB2E97F4E8 +:1048700063F7C36912B6EAD50A6310F6BB08E60807 +:10488000C8F5483FA9695A09E9B5F3549BBCB5F28C +:10489000CFAE6A7C00714767E3255DAFA4F6707EFA +:1048A00073769A6F28E8DAD2DF447A88E9AB611828 +:1048B000D9C790A389011DE3C84ED4D32017C6CD14 +:1048C00093F45350A05F8DEFC92AE9BF38AF22316E +:1048D00032710CE84D88F831979653DF4EE8B9AA4B +:1048E000F932FA5FC1CAF05F304EB009B48334893F +:1048F00070B0C0C41FCE01068E89E8A1B17C2856D5 +:10490000BE5BF562E97963D162A62F5781DC47D699 +:10491000FC69BEDD324E47CE97C6CB71A4DF4E9305 +:10492000B07F9EA4E3B3B94619CEAB7B2779B4BD63 +:10493000A44AEE55F5168EDF25FB007AB628320E16 +:10494000BBA1777DAD5843BC83283058AF6EC8D625 +:10495000F8DEC5D976A9879FAD95F1409F777E6730 +:1049600073E57EEECD121ACE77AFC4676B9B9420B1 +:10497000CE235CAD497B6DFBA8CBC17EDA735D6352 +:10498000F93EC839D89218D7AA788E533B9B6BF959 +:10499000378C64C8BD53C151A9382FFCA2FEE7BBB8 +:1049A0004C7AAC4B907C95B4771EDFA9D67CD68729 +:1049B000ADEF967C3EA58593D2A2F830C98724EC52 +:1049C0002FD19A2F102770AAEB6C92CA742BC7674D +:1049D00095BFD325DB15496E3EA7AEBF7396BB913D +:1049E000BED7B7BEE652280D9A743B2CBFC71894A9 +:1049F000CE7A9C06FDAB23C997897E3A527D99D128 +:104A00007A41A2771EFB59CEE6860AE077EA2D8D21 +:104A1000F741DF39E59D373D0BE3DF91EAC37EBF08 +:104A200053F19DC239BE581BC7F6DECA9E43056CC2 +:104A300017660A15FCE16C6ECFDF7E033A599BE8DE +:104A4000437F3355B101E779876F0A7C731EC6E354 +:104A500030FD529F51BF64BF5E8D46692F794DFD79 +:104A60007698DB50DDAC2F3A98AF5AE7282D7B1CA7 +:104A7000367FC89297E4394ACBD76B065E0B39B4C0 +:104A80009D836E10BFCFFE9F883E29CF6F96C0FFDB +:104A9000112577D66D2B1F887B4D4D5B2ABF1524C2 +:104AA000BE3954117EF09BDF39C3B3401FEFEF19BD +:104AB00094D61EC5D77FDB1DC7E769EFEF79EE956A +:104AC00009D4DF9F0F64F03D2661A86C57ACCF4935 +:104AD000E7F5DD3F4FCACF28BF9331488FF89D9A45 +:104AE000F6ACE77B524DB7750C47FAFE9E78BE2FA9 +:104AF00055A1CDAA48855EB33395FD79BF5D29FDEB +:104B0000082B7E55C8741C32F7E1CAFF3CB20BE794 +:104B1000434B72CD7B4C3D891C77B6B2EDC050073C +:104B2000757D9D16F817F075DC5F9AA4CBFB4B5989 +:104B30005C5EBFA83FDA4ADF6B93F7566EFBC65B3D +:104B4000DCCE87EACB5FAEA5FA2B6FFB5132DAB928 +:104B500075FB6B133495FD452F601DFBEF67ED90E2 +:104B6000F7B33E88392F5A71E9F3A257E645F95950 +:104B700062C7F1AA799EFEAA490F33D3FCF36A25D6 +:104B80003D303D5D6AFCCB0E28B673BAFAEE1437A1 +:104B9000EE160442C2AD15B39F97F5E0F71DA2953E +:104BA000CFA94C7DC7FAFEAEB95FDE4FE91A0AFA0B +:104BB0005CBEEFA1A1D80F7F489270E0B11796DCE0 +:104BC0004BE3086C53710342049CC2EDA37A370790 +:104BD000A53E2DBCC4B42745FAFF685E22B7B73C9A +:104BE000E67E9640D4187DFF8353C685E07E16F49A +:104BF000B2DF3A434B4047BF25FD35C8EB6DDAA322 +:104C00005D8EE91C8F72A7220A15C03F4A2A907E4A +:104C100013E6AFE25F641C4FD2B89E10F8DE6DCF92 +:104C2000901E24A41F02F4DDF213D7F46CA9A7711F +:104C3000B4F64A67C87D313A5861EA67FDF0334FF0 +:104C4000B9A137AFDCBF85F51F62BBDD85B9D8EFF1 +:104C50004F1D1B9C0E7A6E1CCB7761CCF2B73F23A5 +:104C6000F1102FC2EED951EBDD5894B62E9BE481A2 +:104C700036FF9115DBA97C23D6E95A6A72EEFA5BFE +:104C8000DB0B909A7E76672FEBEB1B8B5E657BF8D8 +:104C9000B64ED9DE6D45AFAECBE379CD1A20A2D6A4 +:104CA0003F75BE8BF163D5A77973BDFE78AD354EE8 +:104CB000D1318EEFAFF17DB6D6609C8638D3479662 +:104CC0007F95EFBB65C47934C4B165A40572E7B3C1 +:104CD0009F5FDE6BA37434D28BC449D5C0CF69C546 +:104CE00049755871425BE265BE1927D59124FD22B2 +:104CF000FF857152D7CC273C846EFBC5481E8F833D +:104D0000F41352FD8CDBA7BC758CE619EAF022681F +:104D100055EC6C3EFC47C4F718ED293AE6FDA89027 +:104D2000F16AD799716A93C707CA80874CC4273044 +:104D3000630B29588F8F7EF6FBB1C02BE2D740F76B +:104D4000AEF6BDB756109DDF385F93F103C5E1B1F4 +:104D5000C057C66153DE394FB0FEE0CAD4D320F746 +:104D600043E63968F05319BF7550097D87DBD71CBE +:104D70007721EEEC845A320672B67DBEDC7F9B2A28 +:104D8000FDD5988FD01D8568F723D7C95CB417A4CB +:104D9000EDE4C8267E3A78E20EACDFB40E52BCA633 +:104DA00008A12A19C249F026A1F6E25C7F8899FF82 +:104DB0003B5A5F31918AB8355146FD4F392C7A38CC +:104DC0004EBE78B1DEC5E50977D811AD5A087179C4 +:104DD000A225D907BD25DBF19723386FCFBE5BF144 +:104DE0004196349C7B8FE3814E7DBA3F1E76C7BDD2 +:104DF000E303CB30BEC10EE30CEE924E3977C0A375 +:104E0000405F28513587E997F50C14A24CFE531CDE +:104E1000BCE7D3E40CC425F60E77FE90CA7D647817 +:104E20007CF0F39DBA77E4D1C918972A7AE1371755 +:104E30009E4AC3761F8D96CA3321D24E7CD788FEF8 +:104E4000FAAC5F15EB4727A79BF7D57C17D6FFC8B1 +:104E5000A7733CFC47BD7DC9E06365078FBCA59087 +:104E60009E53E6F186104F213CAE3FF5FBD3D1DFD8 +:104E70008921A9889FE03D4D781ED821D7736A8A81 +:104E8000DD2EDE3A5FCAB7ADF3A53C72EA3EC63707 +:104E9000E2B8B18EBA2018E334EF879CF3BAA5DFED +:104EA0007A591CFBDDCE1DCC4F1197D917AF41DFCE +:104EB000223DCA71BDB11578FEC83585DB0BD27AAB +:104EC0003BA672BC09AFB7A2AABDD0C369FD787D6D +:104ED000AD7B7AD77D26D7B3BE39D907BCD2FA8D40 +:104EE000FAA680DD167EF4970AAFDF6ED0F9237D37 +:104EF000A44DAAD8AFD37303C5FFFFACDB27F1C91C +:104F0000FB80AF483C2BC1E95F249ED59F302297A0 +:104F1000F9E251E03F4BF43EAF123C4804992FFCBC +:104F20000FE28BBF991F1D3FEA55594FFEBCF1A3FD +:104F30001D881F2D45FCA8607BA2F79E24792EEBCF +:104F400024CC227FB5EEC33826E3F207E727DAE365 +:104F500047EFC9B7E24739BEB4233888E377C2AA1E +:104F6000E4AF605FCCD79A858C13143ECFD5043F55 +:104F7000AA88A7110F62CDA3C3BCC72D9C3E0FFC0E +:104F8000C2D6BE144EF137F8A71B76E7F3395C7C26 +:104F900057DCDF9E045D054773FCA65A23F7E7A69E +:104FA0003549424989D0251FB5901C1D5C9C70462F +:104FB000A1A51FEC554371A0AB651546345D7DA9D5 +:104FC00046303FFE1745043D98CF2C19CFB86D965B +:104FD0009185F3DD6DB306AAD03B9FFDCF3B4E7F9D +:104FE0001DF37FC5C5FE826DA5725EDB7E96CF7A0E +:104FF000E929B5FBE1A5A83FCFCB71CFDF5202DF96 +:10500000037D3B325FDBD144EBF088DAE5013EB64D +:1050100025A9C3778C43BB1EF66F6CCB9578DCB6A5 +:10502000BC98DBE95FC7CD4997880356E53A2C5712 +:10503000BB61B7903E910CBD93D6CFC4576F32F091 +:1050400037D9B43F689D6A9E66FD94CA459D4F7DE1 +:1050500064EA651F219E3725EA7BFF3AC876AEF4E5 +:10506000BD6B5CA0B8262392BF2DD5C8829E19DFE8 +:10507000F55CD15B72FFEB58E7EDEDA51B387E3791 +:1050800049D51E1717AED3F6B9FB0EEDA5FCC472B9 +:105090000FF33311DC7308EB9EE8F031FF003E1F85 +:1050A000077EDBA53D16BB8E61333E5DE484C747BA +:1050B0008FCFF2C30C0B9E7998FDFE227C15E4ADD8 +:1050C000F54EC029D749DE17C17C29773F31F9AEAB +:1050D000AE885E5C321F2224DF8D0F915C9D043E02 +:1050E00033347837C1E155C93E65F0E7E133721FCB +:1050F000E45095C47CE637D5C09743F565C6B1FE4C +:1051000021EFAB5FC86FF4DA687EB3F512FC66EB93 +:105110007F3DBF5986F1974C08DC56C3FAA4C1F70E +:1051200008067748B968C18FB8A55CB4EA9D56E413 +:10513000388B44AF0BF4BA88F8FC00E2F7EB6AA4B2 +:105140009C15AB63F8BD491F0D267DC4777DF2BF6A +:10515000B0EF17915E877E1A56C79D81BC6858EDE7 +:1051600092FBBAB5D288A9CF72CEAA2FFC679EBF98 +:105170001BF5A749F9B468F9BF6740EE5CB27E3809 +:105180002715E7ECD63DF84529FE0D98F769316003 +:10519000283EBEFC1F0E3E9F2A70A6EDC27C5BDA45 +:1051A0000B548CEBE5D2410C37B88BD240C75D3540 +:1051B00052DF3BA619DF647C7D762407FAE6D171C5 +:1051C000FEAD80EF2B38C7E76CA74A7BF91EDFA93D +:1051D000DA0F86605C8B5A5F6079B8C8928757C6D1 +:1051E0004F06DF775D7EAE1F4FCA7F039E6E1C4E5B +:1051F00014CD746578A0FF14D64CF5605C9DDEEA92 +:10520000CBEA4367DA7C224476F99AC412B66F700F +:10521000EEA349BB5AC6C3F44D1021E27F8BFBC6F7 +:1052200089D0807FBC9FD36D13CD7E9219EF8B9C6C +:10523000BDAEE87E16F54DE57E027D53B89FF2AB1C +:105240006F38FC4C3ADA55D9AF76A5F6D7B5158943 +:10525000D088487BD67777BF9F20C8F45EDE3FFEBC +:105260008007E73585355F16D0AFD7D60996B78367 +:105270008C40552EF8C1EB0E8EFFB9547FDBDB342A +:10528000EEAFAB4DE7F44C8DF4CB6538F5036CFF16 +:10529000D5085F508F8C27A36F20CF6B605F3ACF0C +:1052A0007350851CD79AC49F8BC6A8FDDE67ED4B53 +:1052B000521E43D67A33BF4A10A1A26838CD0627C2 +:1052C0001247070C95E0EFAC17E4C594BF3AA6BDB2 +:1052D000313170B7198F766D4CBD321B3CA84A8EA8 +:1052E0005B33E7A95568A5C1283CD18CCC76647B9B +:1052F0005ADF709E776A5F01A7D63AE06FF340DC11 +:10530000ABE5A18A2349D707210F8E2BA27900A5EF +:10531000A966DC9CD3A7303FC75FD704DC73167C3B +:10532000EFDDE9EDEE447E2795DFAA45FC7242F4FD +:10533000381BE9FB4D55F1EC278EDC83D6789F575F +:105340000B1FA773849FD379A299D38FDAC3133825 +:105350003E580B0CAA1D8F7BAC81DD692ADFDBFD7B +:105360002EFBA162FC2FB1A935AFD8EFFC365196C8 +:105370001C7F706064FCF8F34E30E72FB8FFAF9AE3 +:10538000F7B147D8FA7799FD93C030F77FF0EFF97E +:105390003658AE93379DC777C1F70BE0CF46D8613B +:1053A00039EEC2D6DD06FCEF6B7354DE07F1E997E8 +:1053B000DF6F1D644781EEFBE7D9BFCFBAE43B1333 +:1053C000596979D0470B674E65BD922C70932EECCE +:1053D00074BD0EFBFA327EC30BFA71FA04FC624E06 +:1053E000AF1AA14BFABF704E438A3FE98BB7638D6A +:1053F000FB82F68ED6A5405ED6D7AA367E1259EF2E +:10540000CBEFCF4339D52AF487CE4C937FE52C568A +:10541000719EBC96F819E2ABD6665633FF5C4B78AA +:10542000BEDC7DE28DE6B837B779987F3E60F29DAD +:1054300075C5A21B72C131AAC213F646F8E3A6E2F3 +:105440000AE66B89A92AFBC1EE7AFBB995ED05172F +:10545000C1BBEEFF0AD6691DF139F803D7C1F90ABD +:10546000A530F8DCCA430518D7D3BCFFCEE32267CA +:10547000AA9CCF061AFF7A931FC78E33B1C88EBF7E +:10548000245F42A43F81FBC5693678BD395EDAE00E +:1054900099175BB7083FBA121F94F4AB24C7B37EC9 +:1054A000FEC38785C92F02876F25F8AA8971AC0FC3 +:1054B000553A56B33FFB87AF3BCC7C1977E833F7BF +:1054C000DF0F0B7C4D98EF554FC9F7437EB85F381F +:1054D0006E851CC87488944CC4C1C97B2245E67E85 +:1054E000B6C6397ABF381347727E74C86D9B5FA504 +:1054F000166783AF1251F9B968CF0E7FD17BE53FB4 +:10550000A835E311AF11D7000FDF8B8947BCCA8ADA +:1055100047EC1EC7E32DFF4648455CAF158F581C6E +:105520005AAEE68D8AECCBEFB57994B351F1DAC37C +:105530001FEB56113F77B5E85E93003C3C26E4BD77 +:1055400052B33D77403D0C7CEFEBC9E338DF7D3D46 +:10555000E78EFC9DE0FD4FE471FCE2FE9EEA94C5FF +:10556000C551FBBE3BDDC63F71EE057A46398C77EF +:10557000DF136A15CE29F63903096917E13BB172C9 +:105580001DF79DA3E92DB6FD4BF1E7CD42AEDFA699 +:105590005AFF6BB59043C11E15F4D78F2F5FB56DC1 +:1055A0007DDFAA95766E7B8BB0E214CAD42FA097CC +:1055B000749AF35C67EEDF133581B3E8372DDD08AD +:1055C0003A559CAB9EE0F839EB7E343FE144782EAF +:1055D000C73D59F0D10C5A00EA675AF24F42B8273A +:1055E000D549F408BFA245EF1D8526BD3BEA38FF2B +:1055F0003CD13BF45F57B006375C4447C0DBCC710D +:10560000B4C532BE15870BD01F3BBD24352F436F69 +:10561000F131F1B14955F677555C57B83FFDF75A6E +:10562000F3BE94499F165D0ADFC5E5A84597390882 +:105630004CCCB874B9D8F58CE873BD49529FFBB90E +:1056400017FAE8E9E2D92C576E046E2ED2CEE9366D +:10565000E3A2FA68E5AD81410B581F9D6EEAA315E0 +:10566000ACB7AC4F92EF4D1D871F87E3DCE53DBB28 +:10567000193E19B7910DFF15C1C986BC87970DFF5B +:105680003795D79649788647D6CF9C23E3466798C7 +:10569000F17599018DE1212B032316F03EF911B725 +:1056A000F39D6FC87667142B3C3EC823FFA84BE3DD +:1056B000E3B42927C2269D9DCEEDA9831FE2CCFA33 +:1056C0007F752E8EA2CF6B1648BB688627599E2BFE +:1056D000158DBF029ECDFD5BC4CE3A7EEFCD9B768D +:1056E000E9F5B0CA5D69DD2C7D8DF66105CF5B3CC7 +:1056F0006DDB87B1F5BEDD5256B580EA6D49FCB968 +:1057000062107E1A570ABE27F350E2D063C0577862 +:105710006D1CDF270CB73FC7782D192BE3107421C0 +:10572000CFFB7327CAB88F436B0735C0EE3EFE33FD +:1057300037BFBF70DC2CFF241CAAA5D1F4A42563BD +:105740005F1FFAE98235EF527E4DBB3CDF3F133CD1 +:10575000FBFD1F402E06F8F52151125CC5F17425A2 +:10576000868C17387E20C8FD05CA69A3650BF1CB6E +:10577000E207B9FD33CBE4BB521B60A7C499426773 +:105780008234FDE027F698FAB4A780EC067CF37823 +:105790003CCEA8F86B4F5F09D323971EC8F1C542D2 +:1057A000FA55241D5D7DB39C5F7C5F31971B99ED9D +:1057B000BB7A523ED3D52AE03777ADE3C689D4CE43 +:1057C000F01D82E9A93C7912CBBBC6A0A2E35C61C3 +:1057D0005AF0A90AC4AD058229FC5E4AA0F80CF370 +:1057E000F7C0011291945F9E16E6F88A199A7CAF71 +:1057F0008DF2F97CB03147709C434567BB82776C72 +:105800008E37D2BA40EF1307E4BCAB241D1FBF2A6A +:10581000A8C0AF19A67CC8D7F2640BCFA47DD178FD +:105820008E7796ABAD52DFF043285B7CF64C50E2AE +:105830005D1F27DFE73A1E90EFC658F3DEBB4CB67C +:10584000BF01740F3B2C982FA0C79E6F76F079C0D4 +:1058500006FD5C1AE062C5C3FE74B4EB8C6A97E87F +:1058600051815E501F101C87BBCDDC47FDED15CF6D +:105870009EE6427B7EA92A543A3673FBC7E7D03CAA +:10588000F50BE9F4A766FD1E731FEE33F5B5E3C112 +:10589000EF6C2A017FEE51B99D013B02D3C00E632C +:1058A000EB5B72D1EAFFA7A84FF0FCDD6115F810A1 +:1058B000A94E1147FA48A31E5C9F087F997036E3F2 +:1058C000FCAD55043317237FBF9BFD74DF7D74DD72 +:1058D0009A781AE7F715D1034A9DAF07199E354606 +:1058E000E0104E6C807F93E8C403FF26F1B711BB34 +:1058F0003670FED513049FDF6D7075BBE0870DB663 +:10590000C7EBB8F7FFDD5DDFE7F8FEEF93DC011EC4 +:1059100047E61DB81AFED89716C8FBFDBEF7B5239B +:105920007053D4ADFF4BDE624A7F9D60AC39063CBC +:105930009538D85FFA64C991BBB07EE79B93F08637 +:10594000D625F9C30673FE16BCA04065FD6A4177F3 +:1059500037C7030E59939BAB4E94EB887539DE29FC +:10596000D7717472CF4CBC1B2BDE74705C8B2E9E77 +:1059700039C4F765E6CA775963FB3973093C9F6EF2 +:10598000CB64B8F068F1B3F0A39E7FCCCBF6D0F730 +:10599000367E7BEF0EA4F7DD924716AED897FBD587 +:1059A000318775791F05F5CEBC122CDA4BFD2FDE41 +:1059B0009DC0FB77C4F0D50B104F307CC4B2158B63 +:1059C000B17F576F11993ADA97745132C2CE676E30 +:1059D000DEE0B0E93381D58936B8C0FB67E63BE14C +:1059E000D71D1C077F2638F6B27A87754FE634CD6F +:1059F0000B69E2C23C9BFE74FAEB7717820F84DBE3 +:105A00004EEC388AFBF209E1EFFF00FBEB4D190782 +:105A10005122D292C10F4A44660FDE693DD3798785 +:105A20008C1BAE148A43C6D3F1BD8B709BF630E459 +:105A3000B60BED47D9BF45C15F19F0FF630A81344A +:105A4000AC4767DAE5ECB3A2A0127295203D642062 +:105A5000BE6F3171A24AAC67938BCF390A17EAA6A1 +:105A6000DF403B8638F1936B86F27B0B8D9D87463A +:105A700041BE45EEDF885388473AA96A9C5FB47AF5 +:105A80008FAB95D27F3E5F92A712DD0F5928E5DFDD +:105A9000E84BF859072F94FADEAF137A56221EAA64 +:105AA0004834F3BC4585A66C267955172754C47530 +:105AB000D67D277D4F308A8E67AC56DCCA68C8EB2E +:105AC00043A380D73A47E83CD75BAF088CBFAC53C1 +:105AD00011883B7A7B69D21EE63B4D5DE3F15E4760 +:105AE000A1D95F5D9C199F1FE81A0FBB73EEADC66D +:105AF000F085880F4EB6D3C98B2D0BD98E3C6EDE48 +:105B0000733E13FCD1CB63A8DD8F9B1C7CAE61F987 +:105B1000298E7FF6E028DC3FFBED4A17DE96106FFA +:105B20000FED7142BF819E60805E890E918683DF9A +:105B30007917F8F42B1EBE5F65E9D98EE2DC0726E3 +:105B400082FFCF74F9AED7C1EF9B8720CE650AD60E +:105B500081F2B79AF25BE8D27EEB70F932614F5F67 +:105B6000494F89D5873BE38335FE8BACC3BAABE3A2 +:105B70009745C7BDDF6CAEDBCD0BA53D2E1C3305B5 +:105B8000FCACEB34C1F1B52ECD6E0FC4B6179769DE +:105B9000B747BFA8BD55BBD06E6F114E7DD0AF8348 +:105BA0006F387CE6B9CA670913E47516AC03DF03E6 +:105BB0008273A1A945603D2DFD76F2422B7ECB5824 +:105BC000BC3003B0E0F98CADF52F015C9EFC30C712 +:105BD0007175987E7B5135C6A64FAD30E76FD923DE +:105BE000276AFC2B514F541802EB90536BC6BB54E1 +:105BF000493AB0D22FA08F7D157427C24FA958C73C +:105C00004BE963ED2D65F72EE4FE035F47FF49087E +:105C100044845FCA3070C3BE5F7E6F9DA2329D6EAA +:105C20009D72793FCF3A536E6E34E962832937B75C +:105C30005AFC78E6D426ECA74D55AA0E7B736BF17F +:105C4000E7B3BB2CD8E9D414D06FAA479B063D8498 +:105C5000B43369CF3AFDC14F083E668CD9877607C9 +:105C60005C77A2681EFC2775F21E87AB42B5D14D4A +:105C700079597519F4C12DAF4BFD62C07542898EFB +:105C800037E4284147A4DF0762C691EC0C0BECC354 +:105C90009489767AD545D813CD1FB74C94F37B21E0 +:105CA00053DAD5A91305CB39ADA24720AE4F0BFD72 +:105CB00084DF77D2A6A83EB204C5FD46E0844AF34D +:105CC000D1260AC560FFACC6F663E244B51B7186F7 +:105CD00089154103DF5FA83A57053C6EC974AA686D +:105CE000CF65FA57B85FF88126A6DD5040F5823EB1 +:105CF00095DF9F78B96AF106F8C3B7A6ABACEF6C35 +:105D0000AD7AFA45C4B7B8DA5396E2FDF5C30B1D78 +:105D100032AE26D32942CCA7C2ECD7DA94A99A7026 +:105D20002FFBA38E2F94F13C0F549CDB80F637A7FA +:105D3000F34EA1DE7BF9FC60DD1469FF3B3FFB4ABB +:105D400008EF4A7DD358EC067F3D36E51DCF7B5CDE +:105D50005FF6F340C561D99E91168FF8B32D55D5E6 +:105D60001AFA8BE8937A3CF25DC2C3FAE91643E56E +:105D7000B8CEAD156506E2BCBE29442FE28CBE69E3 +:105D800094850A20DF0D4F2F34BBF2AC39621DC160 +:105D90000F144B7A2D2FD9CBE7F2C45B2C1711BF10 +:105DA0006362D9E7AE71F6F5F36A76FE929063F717 +:105DB0007739A6ED0DE69BFE34EECFDDCD70D734FE +:105DC0004FEF1AD8EBA103A209748577EB704F2F20 +:105DD000F99E10F8DBD642A967C6FAC1E2848C0BA3 +:105DE000389F29CCF72B4355988F738ACAF7D29CDA +:105DF000554B43F904FF1BB5AF4C045F92FEAB84D7 +:105E000062BB9FCA536087DDF04B45D9F5CE183F82 +:105E1000D595F8BBB58F3B4DBD6A9D8BF83BCBE567 +:105E200000FB853B1D5A29EBEF442E85E988B7CA54 +:105E3000D983F549AC53CD7766843810655F7E70A1 +:105E40006B20B12E43BE6F188D6F570CBE736A0D59 +:105E50006F1DF8D6E7F4D37FDE72578AF7FB247EF6 +:105E60006837F495883EA7B39C7EC7BCD7F8F14944 +:105E7000F93B0056DC5F6C3F0DADF93B2BA2E24ACB +:105E80004FD5CB78DDD87223579615617ED6BB3BB4 +:105E9000BB5A9DBC5FB6F9653ACEC45F6CDAADF70C +:105EA0001E02FF58DCAA743B15A4672A8D8BF0CD27 +:105EB0006BEB14EB5CA6DB35419E2BE2EFDF5D81E3 +:105EC0006BD1AFD1A4F27CE2406FCC378C101F367F +:105ED00079BC45380F5D6A967F2871D74D13A8DCD1 +:105EE000A937E4FB866F37DDBC0EE7F6E73E4B6172 +:105EF000BB618B794EDF1094EF9A049C7A03E01C0F +:105F0000A1FA1C53D08EA4BF0493DE1ABC128FA733 +:105F10001E56F89EB2D5DEF9D6144DB6F773F6AB21 +:105F200034E8F29D65FC19641F2F32C7D3E0ED5DA4 +:105F30008BF53B659E132D8DA1EFA0E8E2F12E7D40 +:105F4000DDE1C3BE59EA39C8ED798836F01EE9D2E1 +:105F5000D6F5D26F43F6BC9BCF57DC52A935F7611B +:105F6000547BCADF797C473E045F3CDF1AC7763535 +:105F7000780DEC75C60FE02245005FB7987CE4967B +:105F8000D687A49F6885D01C932E1CDFDB4DD21FC3 +:105F900074DE307F8FC2103AEE652B667D71500B38 +:105FA00072BCBC195F18A1DFA871E5DB60D36F6E0E +:105FB000871705E36CFBEBEDCF66A75CEE5E496CE3 +:105FC0007D55F75F962F889D51FEF0BC4879D1F53D +:105FD000908173F0083EE2386EE852F52A6F35EE94 +:105FE000033D0E59E9DF5CC7F42AEF670760BF97EE +:105FF000229EDF5FF632EC82D7653C7FA3C71BE4AD +:1060000073FC4EFBBBB256FB96DFEC6CBFDF2C5C27 +:106010000F7EF5BB073F722D8E9AFF4E737F34C003 +:106020006F063DFA1BD9EEE873DB47574EDB89F16B +:106030002CC28D8C34D86F0E1B7F6ADA9C68D73FD8 +:1060400063CEEF2D7E437A13CBAD53ABA55D4BA949 +:106050003C87F1CA7BF957E247C46738FED869C666 +:1060600047967BEC7665A5661FC7F599036CF00D26 +:106070007AB6ADFC8CA27C5B7E4197F43B9F27BE39 +:10608000B691E36CA49EEBC6C37144671ED1C5E90B +:106090006113AF474DBCD2E2FE12F73E1284B7192E +:1060A0007659A2A92F268930D74F01492316C83324 +:1060B000FB61E758B8947419C706E586E679FA26B5 +:1060C000C17ACC692B1E67968C6BCB10012E67C5ED +:1060D0000F66E1755F07FCAF216E6F8808333C0CDB +:1060E00002D4812DA8739A2F0C7E1FE5DB2D4BDF88 +:1060F000003D158AEE93F85E96F8E110F8E3CB16B2 +:10610000EACFB820F983B7DFFE32C9CFB2F9FA5F20 +:106110005D84CFDDEB6FBBFD28E9C96571F27CEDD5 +:1061200093BAAF3F19A4F2D316182759FED48BCFD8 +:10613000E597BED43EB9643C46BD7ED1788C7FB431 +:106140009F4BC66398FDC4C663242C30FAE4FCA4BC +:106150007DF10B57778E8CDF1061C7409BBC10F52B +:1061600019979117A2B79EFD8EC4EF119F269AB57D +:106170007578CFBDC3E796F1AB31FCADD19313BABF +:106180009BCB25FBE2265EB88FDF74FABDE84F1C7F +:1061900014BA6577406F3A5D2CED630B0FD6BEB233 +:1061A000BEC7E2E34AFB2436DE0287A5D1FAD895C2 +:1061B000F01DBB1F8E99F6CD8BA67DF30B338EA4FD +:1061C0009FEFFD83BF0772E1FCCFD6BBA43CD2C0DA +:1061D0003F4EC54BBBF28B8E4FA99D3EB19EFDF449 +:1061E000F6DF19B1F8563F5FC85478BDADF7D389D3 +:1061F000C13BA3ED9AD87ECE79F7FC0EFE57E1F0B5 +:1062000036C75D7BE9795A7CC1823BE28D4C1FCE5B +:10621000BD5D179F4F7BCBF42F63BCE5C9FF581CB6 +:106220009105F7C70F399D3CBF639983F66EBC8C0F +:10623000FFF298A2DF09D36B45FD534FE27DA832F0 +:106240000478F03B1BCFDE0EBDABAC9C49472CABBA +:106250007FEE49BCAB41F6F352D02F7D97FE1F4332 +:1062600018B04F9D9AC6E7AAA4D7DE8279DC69F2FE +:10627000953B161ACBA3E1890B8D5B51DF824FD47E +:106280001AB745E7D3DF36D5AECFDD79B9FDF9A62C +:10629000D3B88BF753EC3A7F4E7D796B9BFEE0EFE2 +:1062A0000A891E9EF0CAF3CB93921EACB84FABFC8A +:1062B00080A1BE338833B5FCB503F29A47FB988FB3 +:1062C000355F137DBFC78ADB48AB92EF8C7C92248D +:1062D000BA1C51EFFD5FE30E3C80F92AC91303E8B5 +:1062E000EFEE77143E071A30D3C77E94B472E99765 +:1062F000EA8897EF5AC48E7B7BBDB4F327D71BDBAC +:10630000E4BCE53CD266CC0C75527B6B89F3C01FB4 +:106310006ED4348B8BF92F5DE901EE87F0BA0BE375 +:10632000706A7E861D5E39DE48BC9395CAB83F8F81 +:10633000C9DF843F97CF13D69AFACA5A6DABB88794 +:10634000F0B22147E5F77D4E4EEDA901DDAD555484 +:10635000DF1AEC13C3D0D30746F8E368B7165A6CBC +:10636000EA7F8F13DD95256F3010FFB4C9F0F8F880 +:10637000FE89EEB6E94FC28C5FB4FA5FEF2DE0FE06 +:106380003750FFE86F93D719C2B9C226E161FF46C3 +:1063900089B7E745D8CD255E27DF5739D9F283ABDA +:1063A000A01779D2DD1CDF18DBFE6FEAA59E54181A +:1063B0007CFFE9E398575861FF794DC63BECBFFE7F +:1063C000F8A4FC952F4735D12AEFAB66F617ACF74A +:1063D0008E4B8EE69F380730D8FFE3E1D451E8D3E7 +:1063E00031CE785D8EBB363EF06FC0773C8973232B +:1063F0008A4F0FA84A1046141FDF7495C6EF136E1C +:106400004A7A91CF8FEE8F97EF29348E7B96F5EAFB +:10641000CD4BA86DF831490E21EE97E628CFCB631E +:10642000E44CACBEF6BFB1BFA8FFEB7A3F7AFA7876 +:106430007A649E8E8164A746CDAB3078E045F84FF4 +:10644000D67A9D6C975F090F275BBEF622FCCB8F37 +:106450003CE010D1F7DF3E073E7A41BFFF5DF8E038 +:1064600047433FC7B9AFC32D7F6FC8E1F6E9D1EF0E +:106470009C243448FF6E77BDE16AC8F8FCEDFD62EC +:1064800088BC3FB1E99E448E93D884B389747E075B +:106490009DCF0D62EB653448FFABA7D9486BA0FEDA +:1064A000862FD2CD38238DDF79696C3DFE16EC8FB7 +:1064B0004D1917E717D90DD2AE7EA9D9188CFA0558 +:1064C0008B241DBCFD6A770EDE4FD8ED77EBF05BB9 +:1064D0008DFEFA3907ECEEF533E53E5EDFD3F2626E +:1064E0002EC695E3E4F7B1F6F7BCC3FA485CBC8F5F +:1064F000EDBA6DED816FE11E6A7088FC3D8EB89B30 +:10650000AAF95EF4FDBAE2835F6FF7EAADD3712FAB +:1065100072AD4FE17728F217A599FCE44415FC3CD5 +:10652000AFE414B0FD7A685C9E8278B0E555F2FD68 +:10653000F6E58FC9F7A366E68CD98758C453398727 +:10654000F91DBCBF160426086E47F2BFC2401FFBF0 +:1065500019778D93FEA4B75AB74E871DFBF16A7960 +:10656000443D65B57FFE606A674A955BC38743E932 +:1065700079FC3B53DBCD78AAED8F6D11F750FEFD12 +:10658000AB657C9BB3CF210CD21B1D7D0AA74EA708 +:106590007CEF6F802EE3621D33ED745A3FB3E7A8A2 +:1065A00013E3AF1FF136C6BBE926B70E797DFFCCEA +:1065B00037F97704EEFF2BAD506E847F597EF6FBE2 +:1065C000F59EB730CEF5AD6ED14EF90F2ABD2F61D5 +:1065D000BF0553550D783C3955D2C3EE516EA60F09 +:1065E000E10CCFC03C367D9AA761BFDEA8AE3A86EB +:1065F000F7846E7C5AF17512BC6BD4F4D02D046F05 +:106600009FE6F1B1EDAE5DC03F997F5BFD5BFC7B2A +:1066100097C9BF77CDF916FFDE10B5D58BF7779602 +:106620006F3BB3027055AB5B67A66DC6F9DC6AD5EC +:10663000173DEBD0DF6DA6DFCFB9FACD75D7C01F00 +:1066400050E6E975645ED8FF977A55118CC2DB7508 +:106650007D092218B5BFA7890136B8DC936D2B5F81 +:10666000A9E5DBF2AFCF1C69CBBF411F6B83EB8B7E +:1066700026DB60B15FBEA7476A0A8FA7FDA7092C7A +:10668000E7B73F2AE3746F8B79476F59F7AAE94B55 +:1066900008FF4BCDB8A4A53DF6DF6D78F0A6AFF2AC +:1066A000FB7E5BF1BE9FEFC277983734D8CF5DE2B7 +:1066B00032A4DEB23DD3CD74F6EBFABBEB11BFBD15 +:1066C0006EB017BE5AD1B32CF04DECCB8E9C7145F9 +:1066D00088ABD8AEF9359FB453320B26F4875653A6 +:1066E000EA8EF045F08DFA38A6935DCB857CBF0B22 +:1066F000A432905D37BC4E7FC879AC1DF7A7766396 +:106700005D358C7BE921C0EB14D12B2341DC4CCFD0 +:10671000108918E7E027561CFABE5CC7669CD713A1 +:10672000A178A0973B67AA1AF6D7C0656E1BFDA398 +:106730000F3D4A4FCBCF290F6E827E44784921BB53 +:10674000E7C1D563D6CC4D67B9CEFE63D005C64F41 +:106750004D78B00E71853DEC578F4F773259E56F0C +:106760008BB3F17D6B3E3C7F9E9FFFD8346A2F2D0B +:1067700028F89D47E02318858F5DF7BCF730F67742 +:10678000145E7FCA785D3D6619E24ED2F460501403 +:1067900047F00A331DDFE345D4BCA89E9167B0DF04 +:1067A0007780F5BB8766FE04134FEB94C05BD07710 +:1067B0008373E5794C2C5E1C7344102E4387E6B638 +:1067C000CD273F682F77A221B5FF3D55EC4F3E877F +:1067D000C98DF427CCFE5C31E373079EF0F3BB6DEB +:1067E0007354817579F21BE70EFD7D1C9F33F5D341 +:1067F00041D0DAEFCA85ED1D2996F7C23A7561C618 +:1068000093D8F309CFF7615D5C994E5DBE5F67CFAA +:10681000F738FD41F86B72F00E22AD7371D6EF16AA +:10682000F0B9F13D6E81FBF02EDD3EEF5D4932EEB9 +:10683000E5C11B641C4E3DE1257A7F96CCFC16E732 +:106840008B6524D7497EF635C873FF3C776809DA33 +:10685000CD6B89673EB99DE60BBE95B02A5EFE7E84 +:10686000AEF03D9C48709E9A2460973FE8D2B3BA40 +:1068700068DFFCF286F7D6E05C2221CB21A0B1B420 +:106880001E68DE0DFD50281EB6D7A00F46FF2E58FD +:10689000893B9C8573B65DF51F3E0CBE16FC89874F +:1068A000E51D290C798817B0CEDDD7E7BCEA69640D +:1068B000FDA895CFBD6A86BCEA41BCC9C79B1D8CAB +:1068C000E74BC9FD583DE8FE8220DF1B603D486173 +:1068D0003D2875D1E7D00B7561F03D72CB0FD1E843 +:1068E0007959BEDF84DF1384FE13A367C7EA3F8AAA +:1068F000FF59F6DBEEBCC5D4977EEEF3F0BDB27F58 +:10690000502F9AB8DC285874113DE452FECB0BECA2 +:10691000B3CFD9CFE7D6D36E7799E777DD7CDE5654 +:106920009BE231613FC3D63E8BB5633A5F97EFD1AF +:1069300077A6DBED98D1EED087880F13696E9DE3C3 +:106940002192DF67FD67AD907171E26068D473C812 +:106950005F91C0F7E13C9A9BFDC057B45F8AF26C2F +:10696000F6CBDAA277581FDF18C6AB30B49F7F7A18 +:10697000EFB0E8F8C74BB57B019DB9C401C473DC27 +:10698000B52857E22D861E14FDD8A768A730B84158 +:10699000D26FEE18F6FFC4EAF31B73C65CD6AED90D +:1069A0005870811EBFFCF3D06FA7A9C7779A7AFCF5 +:1069B00046E8F1A5780F43D2E53FAAC77FCBD4675D +:1069C0002F6DD704E5BC7469C76C841DA3030F2F1A +:1069D000F2FA6D589620EDBDFF7BF8D8F4DF890FF1 +:1069E000EB5ECD95F64B9E1A7A1CEF2C8ADFC4091C +:1069F000F8A571D6867AC33EFB570FF8DE9046198C +:106A00001FB5B1B83A7E1ACB4D43411C5BC2A8A753 +:106A10003D3897DF5E2CCFBFB7171F7E15F6F6A661 +:106A2000E2B20C458FF4B3A9F8E92A9C976E9F5304 +:106A3000E672447DDF6EFE3E50ECB8F21AA53D953D +:106A4000BC3CF023E06F5381B4E3895C65BC8A2EC3 +:106A5000E362F36E34387EB2EE178161977BBFC775 +:106A60001A2FE9247A5C0AC6B338037C7FC1D0C0F0 +:106A700076E825DB67095FBB8ED4AF6E263C24D257 +:106A8000BEAF825D7068D287D02332FC6EB9A6C2D9 +:106A9000481E3F21F27B9EDB8654F3383E2E16ECD7 +:106AA0009F9C372ACCFA72DC1CB78E7701AECFF1EF +:106AB000552C2138DD8C7B4F1461368C7F6FD28D45 +:106AC000A57FAEFF8B94BFE93BCF745C43EDDD4205 +:106AD0007A920E3DC96B7F173AB1FBD011F84796F9 +:106AE000913E6A507BCB76DAF5D1A931FAE7149C56 +:106AF0009B9720B5C7BBFF769119DF3E414C00FF45 +:106B0000B5DE27125D0FF9FF63027E67443011592D +:106B1000EF14C5E2F39F5BCADE59948177BBC65E72 +:106B2000360EC97A97DF7AD7FF178F4ECB42BCC992 +:106B3000B676699F7ED177FE97B6CE10386F5EDE4F +:106B40007A83A820A56C49EB6C866F582CEDE2B7D0 +:106B50005FED7540FFD956ACF2EF488C9E55165F3D +:106B600008FCA6ABFC3ED795ECD81776ACC533F83D +:106B7000226E54593CE87AB95FE5F3325D841C78A3 +:106B8000F7E4FF00B3188FC2008000001F8B0800DD +:106B900000000000000BED7D0B5C55D795F73EE73C +:106BA000DE7BEE052F70904780A01E04126C11AFA3 +:106BB0000A4633791C7C05AD492F4A12CCA7E1F275 +:106BC00010517CA07994F487F1206F8596E88518A0 +:106BD0006B05153A6DDA3A34499B47F3B517CD98F2 +:106BE000974969DADF24761CBD6824315FE72B8979 +:106BF00031B533F6976FADB5CF817B0FA0C4B6F931 +:106C0000CD743EF39B39DDF7ECB31F6BAFBDD67F80 +:106C10003DF6C69BE299B3933176DAFDCE82884C7D +:106C2000C63E553C73A0C896145918CB62ECCE2BC7 +:106C300005F727443316932EC9586F5D5ECF7B0C42 +:106C4000CAD1E992220A8CDDE6EE79AF08CAB7C54F +:106C5000492E45612CD5F39E85413BDE4F19DB97CC +:106C6000C4D82EA175713C94B5248175C3F7EFB9D2 +:106C70000FA5C850FF625A88CA04ECC9FF356CFFE3 +:106C8000F5CB22B5FF39FEBB73F89970D9C2D42871 +:106C9000C6622F0B4C9D0D65AB5B909D50CE13993A +:106CA0009AC6E8DFE7F07FABF37A16DAA0FF3AD9AD +:106CB0001DE282F76D5DB9210C9FE9F785B0741C68 +:106CC00087DB9D0AE361D69EB8E5618CD5082CBFB1 +:106CD00007DEEF5A7D8B3B15C71B66A5D178A7A9A8 +:106CE000F16B603CBBE2435D1A946FF744C2E4A1D0 +:106CF0003CFD677149504F8A12058B42DDAA0EA0F8 +:106D00005402FE2F2887B4DECC446CE7B796CE9DA4 +:106D1000D08F37EFE8BF5BA0BC0FE82460CBEEDC80 +:106D20001077D828F34B97FA8570785F26319F4308 +:106D30009FCF54FE74C40EB7DF1697CE4418D73ECB +:106D4000681FDB33B773ADF66E1F14996694E1FFCD +:106D5000EEBC1CCAB400FA65B3A8A0F202C78D410C +:106D6000F517C9C941EFD7EEEF5F8FEBBC214F524A +:106D70002C30DFBBE2BE1A549F69EA3B69409F7228 +:106D80007DFC4B94D9C1EF59CF62A4F3C6380BDB1D +:106D9000E982F54BFB87E0F73FB29DF5435985FF4C +:106DA00070FCD52FFDAEFE165C976CC7A01DEAAF38 +:106DB000651E2901FADDC8AC548FBE83F2DAF48176 +:106DC000532C83B1D21EF83E70BCACF9634B383EF5 +:106DD00083EB1779C2A2072640E11676CBE716FCB3 +:106DE000359AE81ECDABB093250BAA0F22BF3256C1 +:106DF000619169D9ABDFC4FD702582C61DD3B5A0F2 +:106E0000BA17CAF27C4745C45CACBFA2BA17E8F215 +:106E100009D687F7D17952109FD60BD405D3725972 +:106E20006737F4FFAF1B166467E3BE63AC8FEABF3E +:106E30003CF067168E55E0BB807102E73166B48383 +:106E4000E3ECB20FBF07FA385282FBA17F407FAA62 +:106E500022F2A202F30AD15F39E2F6A9D9386E9183 +:106E60000DDA61DC0E47739F25E31AED24F366A269 +:106E70008D76B0DF92EFA80999FCF7E571588F7F06 +:106E80000FA4F27D8E734DE1F38057C7719C4AA128 +:106E900040FB09FFC9B1C3ED3AE224352463F8FB96 +:106EA000A17923CD8D7AC2F07BABDEFE8C5FBCC0B6 +:106EB0003CB0BF6FDE1B3CEE094EA6F6C0EF13AC34 +:106EC000F0740EEF8FAF17F1FE1F2C1287C6618D85 +:106ED00045BEE0747A37B4A2FE3EA04B03D0E51065 +:106EE000ACC7B4FD017466C3ED3CEDE1EDA4ED97D4 +:106EF00082DEC3BFB894393AFF4C1D6D1D797F44C3 +:106F00004A05FF9FEBE857A0722A6383C84FEA54F3 +:106F1000F70E2CC7E865A67F9F61ACBBBE8E93F5CC +:106F2000A549FED1033B9ECEE4FC678FC35F3CF9CD +:106F300036284F713317CAD3646FF0F862132F5697 +:106F4000EFC2C1799CC4AFF5825FB0213F0AACE2C9 +:106F5000A7D0DFE4AA603AC6E6DBFAEDC08FB15EE7 +:106F60007BD0EF27502E66E9BC14B03E2C70BE30AB +:106F70005EC9F3E103480C6FBAC476C2FB23CB8130 +:106F8000C830BEB632D6C9EB43DF063F017D8EE581 +:106F90003DF31EBE6F724B8A1DDE87DA067B3F878C +:106FA000F2AE3CB1531346E10F537F23CB3D39A9D9 +:106FB000D07F6C9C55D9C946BE4FB07AAAFDD07E11 +:106FC00022ECD728A0477AFC73D9B4784B604D6087 +:106FD0008AB165C1F45B0DFC1C280733DCEDBC7E77 +:106FE00019938578985A5112D165AAE45B83BF4FF3 +:106FF000DD1AC2AA510FA61F92914F33A49E389951 +:10700000F4CEFF26BDA9BDE870A5526BFEA9B9D389 +:1070100087F512936150F3C696F32011A99F542D62 +:10702000DF8DF2C39B2ED27ACF90B4189C2F7BDBDE +:10703000C2BA81BF6C91FE67505ED9FA05D267BBB8 +:10704000D2CF3EFD432CFFDB0D2E24CFA9AD3F9CBC +:1070500086E36ADC0EBC773363BBB73BE8694BD58C +:10706000545C871085AF6B882206D16165886742C2 +:1070700021F41F95131AC417B65C57B80CEDA5B0D0 +:107080008A7C9C7F218371413B858E139C4E0E260A +:10709000DB814E4C55498E08C63EA8B5FD7E485E44 +:1070A000C3BE11127F2660FDFDB0312D58FF172E93 +:1070B000871D07EC4F8C44798DFF93E8806022FE9A +:1070C0006A74D26833BD54A010BD1AA299628F8031 +:1070D0006762510CCE7BB747D6F95863A89F2D1233 +:1070E000F3A0DC009C40E3AD59220B3B676219D64C +:1070F0003313D7333E12F5FB910291BE0B17D52601 +:107100000BCE4B64FE6EE473F7A1F3023CEFBB576A +:107110008AB708585E2E36235E4ADCFD03D4932FCF +:107120001538E8BBB65C85F0C204D0E73950AFAD86 +:1071300077DEBFA37E8F714B4473EFA4E5D4FFC508 +:10714000749080F0DD7DC01B3150DF0EFB40447D2C +:107150000B0C8BE3894E679D76289F7CC72F62B905 +:10716000019AD7806F3FD0D7B321F1D02B0BA09DD0 +:107170003A9027A8BFA2F71FACC57A6BE7325981B6 +:107180007A133A051256654ED6A9423B33267DF254 +:107190005A32EAD92EC125C03876F52C17EB914F1B +:1071A00013C54EC44FEF252E7F373913C7259136AF +:1071B000FC76F4276FA15E6E4804ED85F5C3FA54A2 +:1071C000C43DBB92986B07F29B00F810F15FBCE4E2 +:1071D00042FC3712CFA902F24BAC3B98BF56BB7BA7 +:1071E000AC88E71A6495F09C37FD5107E239AFE0AF +:1071F000EE4B42A6B1AAF1CBA753F5201CB6D6AFF1 +:107200009E7C04E707F2A693212E7B7E2FD2D51B0E +:10721000E76484CB12774838DF7D30EF4868E7D4E5 +:107220001D7EC2310DB992B203F7E9F4D2344F801A +:10723000BE4848BC3E7C06F8E75FD2627515A3E005 +:10724000BA962E43217ECD76F3383E71C07F1CF76F +:107250007C33CE9F8EF82818CF581201E7C0F7650F +:10726000FB4DBF23CEC9C0A775F87798D7F642C0AB +:10727000395F65FFFD718EEBBF07CEB90B7186AE2E +:107280001FFF3A38275F180DE7C4E83827C6847314 +:107290000A759CD351240E8DE37A70CEAB857F5B4B +:1072A0009C138D6599AFFB17C43971885BA6E40107 +:1072B000CE5146C1395523704E36E2A26BE21CD343 +:1072C000BA5C28FC8238272F18E7348C8573129714 +:1072D0009F1C0DE7B4255E2FCE71BF9EF425E29C66 +:1072E0008A31704E5BDE7237EEB7D05C7116DAC948 +:1072F00019925B6CC4794D8279C1FBFC49CB57A2D2 +:10730000DD77F10507E98BB6D5AB65D4971A303038 +:10731000D9E78CE3958CB391B4AE3324FFD33FC44B +:107320007D77DAEE423C63E014AFFBE8F4E711C787 +:10733000AC4B70613F066E7158DD6ED4AB8E14D2CB +:10734000FCA3E196A9453157C32D3D7F196E49FF36 +:10735000EBE216A6A84F4D8071AC12C3188EC76B16 +:10736000631C3F37393A6B815EBFBA7760FE1A28DB +:1073700087C65B18DAC563B577BDB8F3B287CB0FA4 +:10738000F3B8FEA9301837B107D5A545595F605E3F +:10739000CCB3787D26C9A30ADCFFA55D955228AE43 +:1073A0005BB6A307F77769D737A55094DB5B1D0C55 +:1073B000E57669571595E3BEE150A83CC4DF373543 +:1073C000E1FE505889E486799496D9FA6DB08F4BD6 +:1073D000F707DB2B4F7B188D775AA734EAEF5FF660 +:1073E000785E2DE4FDAE9AAA4C452169E070834E8B +:1073F000DE1701ED44E07A57C4B5C2BAFC6AD2C0C8 +:10740000D1C2807536707F839BE37E5BA4D630014A +:10741000F78360ADD0A2719F6DED9840FADC51C149 +:107420005CB40FE371FD61BFD1FE33AFBFB1AF6696 +:1074300020FE459CE5DEA1221FDB9264863876D8CB +:107440002E70CB2877439A2DB409603FB5E07E3289 +:10745000EF33F3FEFAAFB6AFCC7C60ACC778BFEFCA +:10746000D53E3986F25A1DE4F81B9EB42FB32F3354 +:10747000C2E732BA13A1BC18DE2B4988E312042CF0 +:10748000FB6204760394175B4E582AA0ABDEB976F4 +:10749000D9CEF1D63D33419F2ED0E7DF7B02702954 +:1074A000BCBF43B02BA80F16B0572D3E281F077D39 +:1074B000C680DF9893FBC764F80FE9B3282E18073E +:1074C000DE61F273DD66C283AFE0FF80791E2DD2EC +:1074D00071E12C96897AE2A3ED2FB073C818AD4FF5 +:1074E000BAFF0CE35983F5E0F7F52C185F18CF1FAE +:1074F0006F9DFF3AEEFB29577E49EBD99BC3D84ECF +:10750000D0274936CB5217CCF79913A2222AF4245C +:107510007A681576B2239E3971F49D74A8FFCC6BFE +:10752000B36269CDE528923BCF28CAAE74ACD728A8 +:1075300091BC7F6EFF8A3757C2F3679D0F4D78006D +:107540009E2F74EDF91A3E19A27BE8B7F4291BD9D6 +:1075500051CF364A87914F07F6264F40FC6ED871BF +:107560000F62E3F3B0EC5266C1EFFD3A2ECB2A90E6 +:10757000B91CAA8C213AB0B4CE53A8874E3F2E280E +:10758000A8BF0BE4419B80FE17ED912DA780DE057F +:107590008EC145027CE2D8F1F0CCE3D05E0162906E +:1075A0005B19FBC3D9CA9F68D0EEC066F523A4C39C +:1075B0001F8B381F9555A8BFC77D6194FF54A1FE4E +:1075C000DFC0F29315EA60607DF8E70B99C3F91804 +:1075D000FFFD87CDF3477CAF9670BA810C22BFB216 +:1075E0008DA93EBE496409E56E61E59BEFA11D5181 +:1075F000E8706AE8DF34EF1BD0F832F937998E1360 +:10760000F4F95E8BBF0F09BEEF3A711D4EDA5937A0 +:10761000F47746E717A3DE2B254926BDC02244A0F8 +:10762000D303935BC3318E705E60FE6A7816771564 +:10763000DF7B2BACD7F9965CB2834B356EEF9EEFB8 +:107640009DF7E37828AF017C8F98E842F58AC564FE +:10765000EF360395E1FD7D2D7CFF947A854E8C33CA +:10766000DCB597DBA99ECB7CBF0165C2B302F68B6C +:1076700061EF56BF144ADF9DFB18EAC1279EFDFD4E +:1076800035689FAE551D830AACE711C92D61BCC199 +:107690007F5060BBE1D305DAABC72AA1FE71D88762 +:1076A00081FB2A1FFE43FA99EDAB91FB8ADB5BE677 +:1076B000FD35BD58DF5773D89CEBDC5799C540DFCB +:1076C0008B95B3E3105F8FB55E6F6C9FCB16022670 +:1076D0007819E68FCF3726B53EE826FF852B0EE5D5 +:1076E000FA051BE87528FF02E437BEF76D97E979C4 +:1076F000747B1C3D5FD9AEB08530AEE3DBD3E8F9D7 +:10770000DA7617FDBEBE72015B085BB2B4F26B6C39 +:1077100021D8E96F96F07850AAC77100F5CA3930C0 +:10772000DE508EFB05EDADB9C8276F5928BEB3F406 +:10773000858AC568D719E3F3E4DBB49B813E25BA9B +:10774000DD7FE4A5A74B707D3CD3A6A9B85F4BAC09 +:107750001E09715731FA03E0FDEABD3FA98D87F597 +:10776000FC4E79D1FD38FFE2BD962039EDD192A4CF +:107770002227E295D68513518FD5092427968AD5DD +:10778000D689D0EED29D82AB56D13711BC7F5DB386 +:107790001CC4FD3CB584E3988B95C78E63FBE6F86B +:1077A000C410DFFC54D0F9ABAFFE964CCE3768AFB7 +:1077B00094A6CD630B03C67144AA385E09ED0FCCC5 +:1077C000B3CB3B402E94EFFD8614289F9780D25D6B +:1077D00018680F99E219E6B8455967A184726B647D +:1077E000DC22B85E6571B01D3F235CA98F433D3A32 +:1077F00095D361496DE18137713F95CCFEFA1C2824 +:10780000E79770FB05ECEF08C417ABECBEAC771143 +:107810004F7FDB4EFE98733AEE33D6ABAB84DB7B07 +:10782000E525BA7F5C757AD0BF52A4D3E94257727E +:10783000FD6368F75F8960E82728D2ED9438639E7E +:10784000159112FA7F8AA1F6BE99F0D4EDFCE2916F +:10785000F6A18AF62EB54B767BB0DD5FA4DBE94658 +:10786000FBABA0027E37E3177112AED3BA65169F49 +:107870006526E209931DEE87B1C452FFB4BF8C7E2A +:10788000C18E5603ED6CEA3779B87D635C66FB7A8E +:107890009D93EFCF75566E671B74FA7509D72393C6 +:1078A000D65C3D8EE047FB5A1EDBBE7EB698B733F2 +:1078B000967D4DF3983A2AFDBA701EA56CF81FDA32 +:1078C000CB85FA3AC144EB31EE0AF3ACD8374A1C07 +:1078D000E1ABDF0F9EE79D5766D4A3BD5C0CFC8B2C +:1078E000FC5ED8183C5EC933B7FE5E787F5EDF0F62 +:1078F000E6F12C7004E3DB457270F9AEB8E0F212E9 +:10790000C53EC2FFE230D62D6964FB47DACF15E1F0 +:10791000BA5F68B61348ECB482BD8CE3D96B217BA7 +:1079200019FF69C6BA8E629F9F5B7DFB6994F3065F +:10793000EE3DD6B5E25BF3A07CB6CAA6D89591F52C +:1079400019EBC9C6FE32E6CB8467CCEFD3B7FD3462 +:10795000C87E36BF5F0DF40B8C673E8FFA12F8E4D9 +:10796000944D213FC1A92649467BF8BCD712EA7144 +:1079700006D85F55B3AFA19FB9DF7F86D4FA20F553 +:107980002F8A2EF43B9BF1F3FCF00F4546721AF060 +:1079900035EC93C7F5FED9CBB2FA4DACBF35DC85DB +:1079A000EBE86F5E41F6B9BFCB72083FAE7CA1AA8F +:1079B000E387F03ABFFBD8F4E7E1F78B65A164A752 +:1079C0005B968344C4F159DDE1E887F57B6787B3B3 +:1079D00080FD608E1FF8535C0AE2328A1F286427FC +:1079E0004C2C19879D30304D96705F0E84BD46F447 +:1079F000F7873059C07DAE3D4FF8B9798D8EFF2B9A +:107A0000E47A1F946B747B6D04EE31DB055551D71E +:107A100088A768441FCB261BF391FE6434CF9511D1 +:107A20000EBDECA2B2C1A7253A9D993B89F0E78033 +:107A30001EF71F683EF6EF180F78DF6B578424F4AB +:107A40003F7FD0827AE4C2090BD96966BD837A048C +:107A5000F7E9C04F04F29797789FAF7F0CEDCC0405 +:107A60000BB3A0506DB59BFDCEE4EF36FABFA02559 +:107A700093DFF97DDDEF7C2D3D56D6B9E538EE83F9 +:107A800052C03B28BF4BBC5C6FC945CE0ACBDC91D2 +:107A9000FDAD46BD17B05E5F54AF5D4B9F2D2FF916 +:107AA00062FAECF1E28941FA8C2D74968C473F2101 +:107AB000CB907ED81B598FF6EB38F4D3423667FC57 +:107AC000FAA954D74FED28C0B2AE635CAD91128EC7 +:107AD000AB08C705F2A408C79531523F19E332F449 +:107AE00082795CC538AE80F994E0B884E171DD3903 +:107AF000F807F2AF9DF30BC48F966F59988FF67508 +:107B00002BDFD75DE7283EE83F65A77D9FAABD46EE +:107B100072E002C801F4C7E577CF8EC07DFF5790B1 +:107B200007DE92ACFFFAF2E00BE31F2D52B28E6F2C +:107B30001D09FF8C771D3D26FEAA11DC84C3B5EA22 +:107B40003086F2FF3C6076940317B6D8C92F08132D +:107B50009E8F72FE509BC8901E7FC47D03F3F95523 +:107B6000B73DD4EF1CFFFCFFB148FD675CA753AFE6 +:107B70007BA6C8E923EB85162B54CF6C07FE6B91CF +:107B80007A02E5FDB8E9FC57F7BF5909FF97360AB5 +:107B900024974BCB52EB7765723937216EA43F8E19 +:107BA0005D1B6F99F05530FEBAF3CA14C25BC588ED +:107BB000B746896798F1D67F757C452B73153C7560 +:107BC000ACCBB214E97BD66B61F671C52782CB864C +:107BD000BF6840650CE3EB667C66C64FA76C3C1E35 +:107BE0007F0AF09606F50FD9DCF7207E3B542DBABC +:107BF0000011210EA4F52E78D17110FD6FE9DB6C18 +:107C0000149C7DFEFDCB3FD15246FAFBC6B1DEFF90 +:107C1000A3F1F5DFDBFA8F570E4DB952206AD06E13 +:107C2000C332B113FD0693279DA5B85A5DB45541E3 +:107C300018700464721FE141980D3C6B971D5D8EB6 +:107C400074BB94C9F334264417098817AA5FFA88CD +:107C5000FCB767EEE6F13DABEE876C00BDE80312C2 +:107C6000DB59FF5BA80F2F258A142F541E9BB8F3F6 +:107C70002E65783C0DE1AAE082F6A37D4B1C4A18E4 +:107C80003C33D51C6CAF284794D17F169DAE2CC1D8 +:107C90007C544B9EA8E428983725D2FCA7B887FCD3 +:107CA00063BD38EE309D9FC2AA3EA07C819AA67724 +:107CB00019E23DADD059910ABFA7C7CCCFC1FCD7BF +:107CC0005A79E2441CA2D17FAD5375E0F79A532450 +:107CD0003F01935D8E15D3890E399DA03F6C3FC93E +:107CE0007363FF8DCAAC581630EEC6E81D8EE400F3 +:107CF0007F42A353CCE94CA77A8E52784EF1B5AAB5 +:107D000088178E398BB2D1BFB80BBEBD81F6931ADE +:107D10003E33964C73DA5F0EC5D35B128D7E4F0BEC +:107D2000E9D9A87451C3F82C3CFBEDB0C9A2F225E7 +:107D3000E60BE06F7B4A401E05E3F1E8A1F7408FB8 +:107D40003016F01ECA07D7E8799FD7EF9FFBFE1ABF +:107D5000D08B2727B74EC7794C542486F69C2587AD +:107D60001D453D1CD668E9BC0B081A8663407ECAD7 +:107D7000E571DD26A1272E06DA6D4C6A6788231A85 +:107D800073C44EF4839D6EFC8D8A76437BA644FBC0 +:107D9000AD69E5F208364ABFC673F265C06DC0D260 +:107DA0004DE59E9FAF09F0C31EA8E4794D174B0E19 +:107DB0000B3E906B278F7656BF8976EE9F239846B1 +:107DC00072AAB3B7309AE2EA248726677E2FBB18DF +:107DD000FD412A8FAB9F6DBC9970764265B0FC4A1D +:107DE00060EAAFE6C0FC4E4B9DD5E8EF3B2DB2BE3E +:107DF0006AF83E41C7370923F10D8B9B331CBF3F07 +:107E0000FBE773216EDD7E6246BE8EC8F3601047CD +:107E10009BF14F828EAFCDE308FA1E706142C90418 +:107E2000CAA730FA1FF2037978FF43F586F3298257 +:107E3000FC40E6F7C6F8F336BACFAF89417FD3F7F7 +:107E400029EFA280711CAAA4CBF55FC9247FB89E3C +:107E50009FC9F5C8147D3E534CED9CAE8AAAC7BCA1 +:107E600085B3405FECB3A9E9A20DF7E925F89E05BB +:107E7000F80D02F31E9C7368F8F4CFF3A34FEA02E7 +:107E8000F3180EA0FCB899BF5302F22B122AC5E3D7 +:107E90004F470FE7E72454821C8046A754F9050F8B +:107EA000A77B09CE778A5EDF531BAC1F92AB983657 +:107EB00021039FC1BF8F46FFA1BC2781D34D0B98E3 +:107EC000EF1FCAD509A5C08F4DB69E7CE4ABA6E9CD +:107ED00092AC417F4DA937854C857232C82F8CD723 +:107EE000273BE75399B945C6E390DCAE6DD4FBD888 +:107EF0009D7394ECE8C6BCD824CC9B7B760DF7DF51 +:107F00008A8AEB3505E997C2F33E0CBE77E4F17C33 +:107F1000AA2179AE8C9EAFE5D0E7BF6BFA4D84976E +:107F20001BC16EC6F6C7DA6746BBE6F61E2E57D3F0 +:107F30004AC90FE37AED4E5C9F7B4405F39C8E2E7D +:107F4000FBC48271C1F674F120CA616FFE7C3A876E +:107F500030B3948F7F4FBAA8DB5B1AE90FAFC2DF53 +:107F60006F2F5767617B7BDC867E69A57C37B0937A +:107F7000E696C60CFB654E6DFDDA92A9D0DF3EB0E9 +:107F8000DB905D6AA29F21BBA80E6D77E0A7BA1EA9 +:107F90002BC9DBBA9ECC93982F58C772AC023CF722 +:107FA000DC3D27BE04E4F7BBF748AA0AEB5C237369 +:107FB000B9FCAEE416315E1C96231EDC01EBF9F52C +:107FC0004C9E87129DCE0EA2DE7AA494DB0D7530F6 +:107FD0002EECE7A0931D447A0DEBC13E9A474BCEA1 +:107FE000C437489FE5E9E85897E713F5F534F4E11D +:107FF000E148D087F0FD44798EAF2C7A38EE32AC70 +:108000001767927EBAA4E324F37A34846B0CF301ED +:108010001D798CF45D6C22EBCC417C945FA1A19F17 +:10802000A348E5E703A6347E5C87764E51AB9A4DB4 +:108030007E9B1CAE0F8CBCBA022FC0061877943BF7 +:10804000586FD84D7AC262D22365A5C17A43612E9A +:1080500007C6F94F3B97935D8CFFAE04E80FF3F82A +:108060007BF4FD6BE81BE3F7ABE89947882F6C3E88 +:10807000C23FC035B2E51FD8087F9FB06CACF8B8DE +:108080003572C0316CF78E8D7FAC6C2040FE8E3720 +:108090000EBEC8B2E1B484B89149B29D9E9C4F4EC9 +:1080A0006F60A4EF1AC2FC1AC6032EDCCE5C876098 +:1080B0009C9D1AE7D7A499B288FEFB46452F6F53C3 +:1080C000440BF06F81C7FFDA22A877236B25FBDE14 +:1080D000C9E4BED679E817626956941762A80BE323 +:1080E00091F033BD4F7C9851BC76A7FB90BC087EC5 +:1080F0005EB996FB390F69D6A5B8ED6FC08C2F9885 +:108100004FC6CD43FB8AFC1517ACAE88D1EC59E3C2 +:10811000595899BC1FE35E46B97F75487EE728EB46 +:10812000F3D50DF37F80EBC3D25AC91E07BD286378 +:108130005C6C40F02760BCF89D0F5E7FD63109F57E +:10814000B2F734237DF1CFCFBE06CFA4D4F9218B73 +:10815000E079D72B0F3CBB10E584DB4AF164A65DC8 +:108160007C56B5E27B91CA5FF9F0C043885F2DC5AC +:10817000EEE7A91FAB4B417E4BAA16DDB87F31AEAF +:108180003D31601EF56B79FCC652ACBE8CF5C75113 +:10819000AF17EB3DB2663AC9C3F3E84744BF74C9B1 +:1081A0005B747EE97C979D9F5FD2E56781BE9FB33C +:1081B00037DE1B8EF26500F1BF80F537BE8DF18E84 +:1081C0003380C30585FC9E948F7C1E560AF1FD0CFE +:1081D000C947EBCC4299DC8DF9D42FF7D0FAA181B5 +:1081E00045F9D515838BBE89FE1BD5417E69067A7C +:1081F0006868DF05F83D8DFECFEFE57ECF33FA7876 +:10820000075C6EF2870FB0A92E9467E6FD716AEBEA +:108210008D2AE2AD7D5BC35D8827337E7E6511FAD2 +:10822000472AA13F0BE5D37C487966174ED9C92F61 +:1082300096DF5D1C1E118DF1689EE7621E8F990FFF +:10824000CCFEAE8114CD87E3217F974072FC93D2A0 +:1082500071F8BF1331AE3FFD2AF17C931F6B671A93 +:10826000C7E3E6F1DCAEAF2FB3F2BC708BC8D7E149 +:108270003B051E616D0CFA8F5C32070F2AC92FA3D4 +:108280001D339FACC376B2F03B55C2EFC6516FC2EF +:10829000DA807C4963BD0C3FF905DD4F7E41E6E79E +:1082A000E3CEECE5FC05FC7294FC7B2F805E4F1A5C +:1082B000C92F176C9C5FB412E8FB46E49FC13A5C7F +:1082C0004F367F7CFCE277A604F14B2A08523BFA3A +:1082D000399DDCCECBAF0E8E7798F9A760EF0D2AD3 +:1082E000F2A78CFC1337B2BF01676D03FAA90D3EEC +:1082F000B0CCE4798B967FB3BB4052B281BD353EA2 +:108300005A07533E9525D525239F05E453DDB276C4 +:108310001C7ED12FCA27A2E2233C7509F633D2175F +:10832000EC1C35707D0ABAEC0FE2F86451745912F6 +:10833000118A737D5308FA86E25FA6F98A8A5CEF98 +:10834000E33896F434730B2C90DE055DCF933E92A8 +:108350004B757D64CEEF32AF9779FC2FCB0CE3EBFE +:10836000469C8A55703D3BC28FABEBA123829FFC9C +:10837000D6DA5B16B257C792EBFEED7D7B31BFE1DB +:10838000C84BB746202E3EAF099DB61918873B1C37 +:1083900013987FE7DF2E3FB530403FA769BF5611E6 +:1083A000077EB754E1F15A4DF0B565E0B357058D3E +:1083B000C23A57ABEB717FFCBDD339AB406D581B54 +:1083C000606F823C203D756580EBA9A235EAAEB5B1 +:1083D000E4CFBDCEFC24BD9F2FAAAFAD267D5D3B73 +:1083E000B6BEEEC0F1A5BEB2A10DFD6D97BC3C2E90 +:1083F000A7D9F87E32D7AFD1F1DA6F3678BEBF3663 +:10840000C0CF7D5F24D857301FBFCD275C0D97DDCF +:10841000C87CD5F83E5E65B2360FF92C8AA19FEB79 +:10842000BE2D5C0FFDA538CD265B35B4F38EBCF4B4 +:1084300080EC19853EDF29F7FC3270BD6CD18A844F +:10844000F5BEBBC1DD4B7A203C81CA0737A847B9CE +:10845000DC1EDFBA0DD3A7F1C5F7619FD46D6FA500 +:10846000270CC987A0DFEA84DF03E495140DEF83AE +:10847000F21B465FF7A672F53738AE372679288F9C +:10848000E9E43B83644F5DD81B7510F1E485AE8B46 +:10849000CB6F45BBC61B158976644319B7ABCEF7C6 +:1084A0002C277FA0966825FFE18F7AB6CAC5B0FE5B +:1084B00073D779CE04AE9BFDA98764D5F997F327CE +:1084C000E8D18FB05DD0837138698B00D23A796C76 +:1084D000FDF8ED3241FF4EFD03D2791CF53EBD9A09 +:1084E0001E1D8A371B7AB46B7C7A7460A41E25DC4F +:1084F000F5A5E9D1AE1BB4C7AEA2472F5C438F5E92 +:10850000E81AB71E55CAFE067AD4C0D363E12DC05F +:10851000E9D3CB507E39199D9FCC703A3A6B92C605 +:10852000C6E1BBCB8670F82CFC6E1CF56EC17AFFE1 +:10853000DDF17AAA56168E7AF2FC5E8B887C9ADF81 +:1085400016CC3786BF636090F7730EFAD146E9E721 +:10855000828DBD20445C1B7F9BF9709473216B90CE +:10856000AE42D7AB7F1232FE3FDEBA160E1808F1CC +:108570004CC6F8C4809E5F6ADE0F4F6C5EDC8CFBDD +:10858000AF7FADA2E73707CB5BC04BAD3ABF9333AC +:10859000D1B073015FEC29CBFAFBA79FF11498F7D8 +:1085A000EE39F05D8C911FC4DCBD9D30AFC9EF3B4F +:1085B000296E1F13F751AF42F6AC83CE2FC6BCF025 +:1085C0007B3A7709BA88F24C87CE61AA0E3A8719AE +:1085D00063F2D7C6307F2F9E3FA817DCD9782E0BC9 +:1085E00074685FB78CF9332B7ACBA1FC6965844C36 +:1085F000DF8D72DE2CE81C666540FC4EF7A7A21FDB +:108600009EA61270EED2F0F7C3B8B383CE5D9ACEB9 +:108610005BC6E8FE7DF37883DA0D388749ED42BF0B +:108620003125FF87D3433F871963F6FB57069FC366 +:10863000FC539910740ED36837463F873962DE7A4F +:108640005C80EA09C3EF87CF615E1EF51CE614FD6E +:108650001CE614D339CCFFD4E576E8BAABE789D66B +:108660005C234FD4C8FB1B9927CAF9C85FA69F6734 +:1086700000C6A6F3585FF279A6B1CED598F93D7B36 +:10868000DAA7C7306FD396C8E39436FD1C7B483E0B +:108690003F371392C3CF634F489414E4DBC51627CA +:1086A000BD6F52783EBF714EC6E0B3A6137E8A6797 +:1086B000C5C65B98866B57C9F3F08D7331463E5C37 +:1086C0005D2EFFDEB14CCDC6FA8EB97659C5F31CCE +:1086D000E9D6A0FCB458537E5AB49EDF1F6DCAEF92 +:1086E00097702C2027BEB24EF7075FFFF99999EBE0 +:1086F000903F31E90DEC83594FCDDE83E75D32BF0A +:10870000BBE237F89C73F0A1A8C0F32E73BBF7ACA3 +:10871000E0655F2AAEF31BD51FC7635CADA39AE784 +:108720008F5AF47119EDC79473FE7B62937A07F642 +:10873000F346757F3CE2EA03D5A3CBEDCFD7F3FA3E +:10874000CB989A4FFADE29CA18D7A849B4EA79908B +:108750008A807EEE1CE5E36A3C9718C22218DD7F12 +:10876000C01401F3F11BF2001F40A931E5A1F7ECA1 +:10877000F0CCC9D3FA102EBCBE3E89C65F9B7ACC22 +:108780001A05DFBD5EC548CFDBEFD5ACA213E352BF +:1087900083ABF96162D1D50DEF1FFCB9C33F01E591 +:1087A0008C490E6F5A3795CBCD2A8E57F64FE0F293 +:1087B0003A43E6F90119398A503333E03CAD9B9FC7 +:1087C0003B6D73EF263C23AD03911489E75F53287B +:1087D000DF813539643C8F74C4C6EF77D8BD2584FA +:1087E000E2B8BBC3DC4BF01E8D3DD3AC9497A9948B +:1087F000F33CFA8C65922FF07C83F99921B912F041 +:108800009CDDE1D5B7FF0EE31BE67376AC82E3AAED +:108810001A5D4F010457A559ECBAEDBF8B250B7EAD +:10882000851776BDBBFA8330B40BF6455A8907DA53 +:10883000982B1EE59C57F0C47339EA8FC7FD7BEC7B +:10884000B1FB26635CE448A4B212F9E6FC74FF5362 +:108850006BE1BBEE6DC24C07AEC7A485744EEF7CD6 +:108860000E8BC4769AD671FBAA2087A9A3E1DE9D60 +:10887000EB75F96A55E2911FEB700FC2F71D69ACF9 +:1088800013CF0377780FABF3A07C18F417FABFDB94 +:1088900005F7EFC85EDE26D1B922C65CA1781E516D +:1088A0006A1619C6F3F66D2BD5F03CEB99F3303808 +:1088B000A81F5AB5562BCDA4E9527CFA4C8CC78719 +:1088C000E3DD99945281FBFD6449B186F98C463E03 +:1088D0005E5BF3728AA7ED9CF6D9A422186FB7C02D +:1088E000F97CCFB6B5BE6FC0777BB2F9794829CD98 +:1088F0002C47DD94972D55D927A21D7326CCE34B29 +:1089000043BC2A287D3B5CC87A1E1FEACB8ECA195D +:1089100032CA53E91AF7165C5AC7F791751B8FE3F1 +:108920005B6D8CCE535AB731E247331DBFB59DC73F +:10893000BF8C72C4DC6039DA6D1B9C84E37EEFC2AD +:108940007F3C6C053971C636F85D2C1FBB30F0F0EA +:10895000C25B696B68946F52C5C80EB36E5B41F120 +:1089600028AB4D95E551E4CEB5FA53D820F129B4A2 +:10897000C7BECCF6BAB749F9C867D76ACFA02FB43B +:108980002B08D7D1AE51CFDCAEF9BB2FABFE58F3DD +:108990007C2F0037202E0AC5A78EBF106F49FAAB77 +:1089A000D0B2525F5AE630DEF20A9D1AE6C36A4937 +:1089B000D60AC47BA17123CE97507BF43DCF3B20D8 +:1089C000396BB42F95FC509DC7F71DE12C83DF87D1 +:1089D00070565A30CEF21A7280719C65B4EBCD2D70 +:1089E00065B8BFA7403B51A3ED1B1D6F51FDA4E12E +:1089F000F701F75E88A3E1AD541D6FA59AF0D64C40 +:108A00005DDF65945FFDDE8BDDD7C05B37E9F33159 +:108A1000E3AD069C3BD2751ABFD704239A61D134CB +:108A2000FE0A7E4EA453C338E00D8C6D413B79B7EE +:108A30005051FD158EBB07BB5DC3EB16C186FE51C1 +:108A4000FE88D3585785A5A09DFCED3B33E8DC9A02 +:108A5000738C7B3522873E977B311F4536F251D28E +:108A60008271FA0DDF0F15A606E0F09014B917F326 +:108A700044C2757B8159050D43BDD28DE9D4DF9485 +:108A8000DBDE66F3A309B70CE2FBC855C1F3972BF5 +:108A9000FFACE2B9CD38B03F6E203EF369F7223D1E +:108AA000B21D34BF0835789D9C267E5EB15EBF4FF7 +:108AB000C35A41F73434A472BC60CE0F6CD7E5F6CC +:108AC000019B46796F0792260AE8FF33D6A77D3DC2 +:108AD000DF17072225F2F322DF68017432EA3DBE78 +:108AE000CE16747F87918F60F8D15AD08F06EDB67D +:108AF0002C3B4EFE93DD65129DDB9821B5323C8701 +:108B0000C1EE113B514F1D8DBC4F6CC471782D8748 +:108B1000ECE4AF38F70CE6555DF427A1F666475E46 +:108B2000FA4A35EAA93F66A771BF6E8E34AA3FC4E0 +:108B3000E87F4FDE54F287ECD6FD216D9547C9FFE3 +:108B4000D156164AED99E5EBC432A91FFD12E6761F +:108B5000FF49C76B61FA7D4AB5B94379F9A1287F0E +:108B6000568678B4F5F0BE2DD3BD641AB41FD6CCAA +:108B7000377BD8652BD54FD572421017E4E7CE8AE4 +:108B800060A3E8F7A1FEF1FC66807F5D2D57A8DFAA +:108B900089F24D8407275E96E8FD233156DA1FDE01 +:108BA0009512CDCB1BE6A6FB40BC6D16D721625EAD +:108BB000BE7FDA97DC44741FC211EB145AA77D2BD9 +:108BC000BF178FEDD92797C5E3BE0F5FCFEF999001 +:108BD00040CE238E913C0EFABE632E3F0F3D520FC6 +:108BE000F3BC55926388EB1EE77991875D00A093F3 +:108BF00046F2D9B1E6B3A49777022AB0CB23DF9B24 +:108C0000CB076C3E0DEF513920B08A5679247FAFE7 +:108C10004E0BBE37A5D1AA3950DE039F929F63F554 +:108C2000FA5F3E5C9D82E7300AE8DC55BB97FB713A +:108C30006B578AC63923CAFBC96F5BF13ADAB91799 +:108C4000F3B8716D5ED7E17CA0FFB5645AF4703E55 +:108C500090C107065D61FD7FC9D7BF8F84CCDF6AF5 +:108C6000DD533D0EEE3F2C13693EEF790F07DDF328 +:108C7000BA76FF1356BA2F14E54A24DE2BD14FF9EA +:108C800040395E49A175319D8B32FA35E633D1DA30 +:108C9000B3785D26DE6F63A13CC6B0FCE0FB5F4F9E +:108CA00097F175BEF89C40F7ED18F7851E36DD1775 +:108CB0000A72E77819B463BFD52EA3BCC47B5103F5 +:108CC000E51BDE8B1AD82EDE8B1A58C67B5103EBC0 +:108CD000E3BDA8C179D85F0D7A8FF79E06DD4B946E +:108CE000F60FC17AF80B9E9F8ACDAF9050AFAFF6CA +:108CF00038497E9BCF53C5E6F75831AEF9E7F5C149 +:108D0000F79AE6AEE3FB6899EB63F25FFCA255A02D +:108D10007D540276375874ACD6E6E98D43BBA4592E +:108D2000604FB091F6DE32A67C6B06E281468B8CFA +:108D3000E7B2C66FFF0D2E4037BFAA55931D785B73 +:108D4000EBAF8F613957B7E38A1AB3F367413B77CB +:108D5000A400FF2A38BE2D6EBABF521144E4E7D7F3 +:108D6000C170C671F75D9E5A1FA1D034ADD6397857 +:108D70000E9FF3C9DDEC536B04CCFB9E4F55097578 +:108D8000EA139B3C93CAA1DDE24FE5E35806E6A354 +:108D900073D501762FEDC3CF3F3AF89C86F3530687 +:108DA0009F427D6DDCAFD381F7EBA03F06EFD7018B +:108DB000BAFC2A6CE0A827733CF7EB70BB6F932ECC +:108DC000C7C6B2FFCCFE919B707E7F93F32F57F7FF +:108DD000D70CF5EB8C1E575EFC77042D84EC48B95C +:108DE00095E79931D68AE79B400A52B9A642F7BB6C +:108DF000B23E2ADF8079594968DF6A540EC9617D25 +:108E00003BE2291E4A718430286B54663ECB446E87 +:108E1000075B49397612FDF0F714FDF70CD088296D +:108E2000790F468C169F359E45980F1D20A78A64A2 +:108E30008E0BE7FFFCC48FD13E7C73CB8DB3F8392A +:108E40005FDEFE9B2FBE9C28C0FA9FCA7875BA9041 +:108E50003E3C4FC36F502773BF419DFC0CF9156A10 +:108E600073003E0203D7F678791E5E1993F1DCEFAA +:108E70002A4929C2F2AA9D0E3ACF5B172D12AE08DD +:108E8000DD1272907C316C878E3FDC7B91CFA6EA3D +:108E90007C668CA3CEA6F2FB7D2207C4C0FB7D8638 +:108EA000EE9979E901D2138D8922F9AF1A13675D22 +:108EB000352FDCAEDFB330BC7EBC1F7B4A05C97FDB +:108EC0003BCAEB2894FF950EB4D7F3275DABBD608A +:108ED0007D32D49E7B2B233DADEB9307267B289ED2 +:108EE0007EA65BA0F31867B6DD9F81FBEE4CF7C74B +:108EF000752CE0DEEBDF3CFEC464EC2FD577390C3B +:108F0000FBBFB08D9F273C7FF44F3625A05E817557 +:108F1000D086F185FBB63D2161BCF6AEAE8F6D7893 +:108F20000FA271CF07B01FF1B7319E82FD5B1663B0 +:108F30003BEB3AABEBF199CAF2C347BB6F3BBB6962 +:108F40005138FA3FDE6FB4D17945BF77F655E77FE8 +:108F50000EFB03417613CB091F8DFFCEB6F2766A66 +:108F6000B415D4AE3FD11D8E7693FFD716B603F855 +:108F7000AD1FE3E32053FC61DC3FE7AFB6FB305F9E +:108F8000D8D32A7C0FF9E32CB4AFC17C5E2CE7F771 +:108F90006B2CD00409DBF1B4664B480F4FED12295E +:108FA0009ED7EFC17B527A75FD5BD2984D7429D163 +:108FB0009248BE7964E6BB3393EA75560BD76EA729 +:108FC000A419BE4FC7EF6752FC1FE849FD17375A77 +:108FD00082CEDDA4B2B451EF2DCFCEFDAD03D7A329 +:108FE000C59D49F7ABEFC929A27333173345C25961 +:108FF00063D1B3415FBFB1DE7B15DE5ECDB2A92187 +:10900000D8FE9E446509DE47BA07E9C986EBED093B +:10901000D3FD3A774B44CFA81C46F46CD0E9D98FE6 +:10902000F4043A2D58E612900E51397D0CE9F041C6 +:109030003997CF61992EC103E5A8C40A86748C4282 +:10904000FAF17638FD96F531FC2E2CC725E07751E4 +:1090500050C6FA618AC678FE00A79723510CC27BDE +:109060002C5D63736339CC45FD6465D601D4DF8D17 +:10907000B82785E17D9D2175D27D5C06FFEE5BFD05 +:10908000E3A74A47F317EAF56DAC428F87F0FAB5CC +:10909000B61E2A9F965AA78701DD4FC78A74FF5EC6 +:1090A00083CD4FE7FEE12B99E2FB26FFA9E11F5E8E +:1090B00054EE1637A0FC7F59F6A1DC31E25643711D +:1090C000B74489F26A8DB89B8D4F91D912B91D3280 +:1090D000240FA225539CCD4D72DA88AF8DF7BBEBE0 +:1090E000CE531EA7FE0242105D0AE2B89E4AC1138B +:1090F000166807A731B97A1EDD4F46FEA9D812C6F9 +:109100009AE2F15E1B55C4789EF658848CFE136675 +:1091100055C5BDF8FDDC1B647E5F255F8744ED6EA1 +:10912000F105F86EFEEFC31401F47446D54CBAFF96 +:1091300066387FC945F26D2CFDE5DF1EB71FF3D100 +:10914000CE6D4FA3A7A1C70A9B0509E3DA45B2BCC0 +:1091500098CEC3574CA0BC36439FF5A33E0BD80F07 +:10916000FD2F264E267D560FFA2C409EBDB6F5C625 +:1091700070DC47FDB5516F237F9FDC6071210F7854 +:10918000D8E059F41FE6FF3EE9D15AC00FF7E325B6 +:109190004B808BDC1BD21FD512615C2DD547A9DF1C +:1091A000E72445BC15EDE14E1BE62DB1CFC215B449 +:1091B000F3DF0D1DDCE80EB01BF237707F49FE06B1 +:1091C000517FF27D96C62A16915F7F2163CDF1789B +:1091D000FF0C13556867D5612BE957FFBAEA1DB13B +:1091E00057E9A77FDD963A7CDF79979DC6D75FF771 +:1091F0006A16CABB7E9B2F2BD28979E1AED3147736 +:109200007D3084EE0B5805340B4739E8BCE910FA81 +:109210000BE66B9193CF927CE3F1B35516579C8488 +:10922000F56B2CE47FEEAFB3DF83DF9FDC64E36E8E +:10923000304F6B562EECF3B5FA7C60BC2AD55F1B21 +:10924000C6FD3DFAFB93939914B87F2D5A643DD225 +:10925000B930BD6212FF9DF39D714F494B0AC71390 +:109260002D291C4F58B361AF001F5A7FF21CCFB39A +:10927000D0EF1131DF0FD292C9F1446785DD842729 +:10928000FAF622FE3E541D8C275A6CAD1C4FA40EDC +:10929000CCC77B973BBD22E3762D1FCF11C01B9817 +:1092A00047571BA6C6A1FFBF8E7179B06183BB066D +:1092B000E541862C517CA3A85C8F27464FA4FD6511 +:1092C0003CAFB5CF9A6C3CDF782CF923A40CFC148E +:1092D00071D07E0BBF6FC288A3658038C0F9340996 +:1092E0000EA2D3860D9E27713C4DABBF9B4FF74717 +:1092F0009BE5A21E2F4BB4F610BE1461DFE23E3692 +:10930000E2EEE67115FAE2490FC2C4D9B920BF0CEA +:109310007F7FB12499CEBD3187330DE556943EDE73 +:10932000935766D33DC89F5E8960352E3C3F5241BE +:10933000422A4A8F0BA39F81FB1D14F2E744E9796F +:1093400059512FD7935FE1F443CC8572C1A8CFF474 +:10935000FA1AABD0FCD1D4CFD0F9E1C0F8C1A93B07 +:109360005CD598AF509B64ADC0F843C0F702E911DB +:10937000DD6F4AE31446B63F5DB707E05536D73B8D +:1093800057F76BD815937F388DCBEF6866FC0BF0E1 +:10939000AF5950EFA802EA8DD3F31DAE6A1C8B7B48 +:1093A0000C3DA0EB0FA39D68D9A407DC663F195FB5 +:1093B0008F74FD9ED3E22A81E2488E95598B913FAE +:1093C000069A04BAAFE7CCBE5B24F497CE6FE4767E +:1093D0006CA926F0F8B0C6FE05FD081BF5F52BFDBF +:1093E000B0AF1EFD7445711686F7BF15FF1E702ABB +:1093F00094375585B954A8D2CF7CFC9EEA6681FC8F +:109400007C857559C7CBE17DC1AD76CA8BA8D1F7F4 +:10941000C7A50D3C7EE9CFB76DCAC7DF2CA7E8BE54 +:10942000BAE2D96C2AFA3386E6F31CB7E741EFF3C8 +:1094300073465AB0FDBEA931B85C6C8A2B7FBA2145 +:10944000D86EFF7C030BBA670FE71535F12FEF8756 +:1094500039F97E9E6EED13478BE718EB60C4CFDBC6 +:10946000B28CF87B9F8AFEFCA8B9765D0FF27BF880 +:109470008C78FC11C9558D7E97B66CC720DE8B3673 +:1094800039EF5F58D0BD957A7C7EACFBF5A24CFEDF +:109490008C3053D99017F11B83EFD73B5D399BF28A +:1094A000B90DB9609E8F713FDE17BD07CFB85FCF92 +:1094B000B807CFA08BC2387FF6EBF74B9CAE3D4789 +:1094C000790B17AB803BC9FFF44DBAD7A7FF29C171 +:1094D00065A7CFB87FCBA3D3A9A8D67EFC1B30D479 +:1094E000B7C1DE13E67EF97EA8AFA11F2A284F433D +:1094F00021BF52219EBBC375D5F9C9F04B15565AF1 +:10950000E8DC75A1F9DEBABDB6E132CECBF4DED827 +:109510003F5FDF68BA7FDE393E7D92A0C779CCF12C +:109520009F1F74B717ED04FA0D3C153F13FD466BF2 +:10953000371A71B20ACA335BDBC9B8DFE36F94E74D +:1095400092601D3D9F63D346E11A7930A3C7A3EA19 +:10955000FFC2FC1FE3797272EBDD7310C79EB0B8D7 +:10956000E01766C9EF790BCB317D16D75D6C783D7E +:109570004E03CD905FAD910E3AA7E7657D711C005B +:10958000B97B518FEDB997DF630E1C4B71FD63778B +:109590007F16CFF306FC9437D031DD7512CFE77F0D +:1095A000D8129C37D081790340C7CE8D1C0716EBAB +:1095B0007903B698BCFBF1BEE20EEF0D94B77D3E89 +:1095C000CC139FEB1CAE67178DBFBBA108F8771DAE +:1095D000DE98A4C4E742F929FDBD4187DD21DCEE18 +:1095E000437F23E917BD7EBB11976BB1739C665512 +:1095F000AAF1BCE0B9C834CAAB3BB85131FE18037C +:10960000E541B4B5DC1F4F41373D6FE1C330B703CF +:10961000E3C8E75B2C32D2E35C9548EDBD5FC9E35C +:10962000066D6D1FF4DE8CED65F33C062BBAE5513B +:10963000A9ADE771C0732DFF28E07DA707CE3B19C8 +:10964000EA8D73319DD928270F080AE529BC9FFFB1 +:10965000BD6C8C27BDAF58E91CF8C992C3742EDFCE +:10966000C85B004A54635E43B1EAA0FCC491E7AE14 +:10967000D510F42B24B8799E44CB63DF1330AFA20E +:1096800045607DECAAE7F08371C5872D76FDF0F685 +:10969000C0A3BE143ABF4A7AEC7CB3407F1FC3DA42 +:1096A00076F538FF99EDFC3C8451F65405F3EB70E8 +:1096B000FBFE9F61FBF42FE0BC3FAD40409E60424B +:1096C000DE00CDC3884F76001DE87E0AA053F7A8C0 +:1096D0007460E33AFFEFD7F7613FAE3B8FFF05E5DC +:1096E000114EAE12D590701A27F191116F34E70F19 +:1096F000E23F8C6727207F01FD2EE8ED7EB491E3E9 +:10970000E3847C496FA793F2EE46D03FF09E01219F +:10971000E81E021A67DE46F7271BB386EF19188A80 +:109720002F3F66C49783EF17786392BF1AE3CDE7A4 +:109730000456B163E6C8FB06CE85F8C92FDF21B019 +:109740002DD5F0BE2384F3A9D6C4F18D398FB31083 +:10975000192419F36081B1E019B22999E8950CF345 +:10976000217960556AF14AF88626610EF25DA153AF +:1097700090D0CD5B109DBB2352C1BF433393E2F326 +:109780006F4CD21C1867EEA8B650BE544798FFA77E +:1097900078CFA8561D36EA79ACF84D5C5EEF36EE10 +:1097A0003D44031DE729188BCC3C22D0ED7DBDF054 +:1097B000D54DFCEFF04DA952C98F7566FB8C9938D9 +:1097C000BCD44D8CC6DB11127C8FA9F1BC791397E8 +:1097D0001F01FDD0BD3EE78923185BE3FDF8F6428B +:1097E00027B62F187CA2B18038F1C49CC1DB717EF2 +:1097F000E99B747BC87A7026AE7347246F4F1507B8 +:109800006FCF0DB037D2F5793107AFD72E784EFE36 +:1098100011E9D026101DCCF7FE147805BA77A140C7 +:109820000BFEDDFCF72CE66E1274F9158CDBAD86B1 +:10983000DC647C9D8B6A930EED1486CB532A954392 +:10984000B8AF57E9F37B6312FFFDDC12D6B983F89A +:1098500085F3FD48B9A1905C48681466E1F74B8C2C +:10986000FEAD1F93FD5A04760DE2840313262F46A6 +:10987000B86A0F188766EC17C46B9E9C7094CFB9BA +:10988000FAF7477627937FEF58CEA110D427AB1F66 +:109890004EA2FB29CC74B996BD62FEFB1D13CB8290 +:1098A000E3AE0FEA7C61BE9F620FE613C07AEC491B +:1098B0001229CF6F4F24CF0B32F2019EFCED82AE06 +:1098C0009D7A1C19ED16BB2EB3EA36F23C82273383 +:1098D000F9BD2D0D60CFF33C011FE50DB03992C2EB +:1098E000F3043EA3F34A7BBC16BA3FC1E00B7BA650 +:1098F0007E8F44E2887B29282FC0AEF363939BE7D9 +:109900000534E8F7397A97F1FB21CC7C3D567B8F03 +:10991000EBFC5EDB66DCEBE7267A7BF3783BA9DACF +:109920008794B7F021DEFF07FDE51FE4F7FD5D3CFE +:10993000C5A30EC371660F7D776AEBD79AF07E20C0 +:1099400023BE6CF46FD3EF6B36CA2B433CCD9BA088 +:109950005F6FB49BE202368C0BA0713A4E9CD79B92 +:10996000F524D1B5FD5E91F282DBB3EE27BBFEF0AC +:109970002491E2B987E76DE943FCF0598CD5A5291C +:10998000745E6517C62393336D340FA6DF8B68D8DA +:1099900099CB9A7D163C0FC49631DD6FA0D9F15E4C +:1099A0003A784A22FDFD18CD86CF652E418B427B49 +:1099B00025B1EC7B9600BC6ABFF79D05F4FD12FE55 +:1099C0007DD8658DE46F0853E3F47C4ACAB79C20C8 +:1099D0005B496FB6E51535CD88C6BF23328BEE37B0 +:1099E000792B8B9F3F04DC1319F8F7A4A4CD7C1FBF +:1099F00078A50ACAAFED68933042C6EC8F7F761225 +:109A0000F53F5B1E4AFD75B73D1A17789EEFFECDF8 +:109A1000127DD7BD9AEFD7D3222BEB097A6FA775AA +:109A2000BF7F33DFE777AFD3F77F338FEF26577AE8 +:109A3000AA391F58E7937E69E67FCFCB9B9797BBE8 +:109A400002EA793317590518B7B565F912A4737787 +:109A50009E48A4EC769F5888F91B975C4234F2A785 +:109A6000316EEFE4C556DC3FA725FFF44C98DFAA22 +:109A7000CDA941F700C6027E0ABA8FC9AE6EA1C554 +:109A8000D9CEE89E948555BC9C0C6012D73B396FAB +:109A900021956341EE85A0BD9FDFAA611CD891E2AC +:109AA000998DF43C1629915F29399FF387171BC6BE +:109AB00079B89DA4D792BD8B5B315F37F9B7163A61 +:109AC000F3536B73D13D4CB5D3114BC03C227FBBDC +:109AD0008AFC6E2D6041D2FEF69763F9EE3F2508B1 +:109AE000282F3FD93495E886E7827C0172C4817EB5 +:109AF0007E58EFDE9639BFC3BC81EE2C3BD973B7DD +:109B0000A96E2ADF962F0181815FE7FDDA82ED7D64 +:109B10007689B1D6ABC43FC6E2436F3EA3739C6D5A +:109B2000AC2F0FD743BB2C923FF3B6C13EE2C3A884 +:109B30001C85FE9E8E77B13B01CF8535E87CD4161F +:109B4000FD7E0DDEB7AF65029FE23CDBEEA3BC6598 +:109B50006FAC350BEB3F72AFA8E1DF35E868B9AF0A +:109B60001BE5C90F3759F9DF85C2FC66E4BF7BAD41 +:109B70003C2F27DA9510A8C70EB72D9E86F202F863 +:109B8000988317EDFEE711CFDDF19FA13C9F661D85 +:109B900023F97438C4C5E3DC59DCFFFA4A8BC4F0FE +:109BA0003E2C29BEE4B09DECE0077C27B09F16BE9A +:109BB0006E09559FD5223FBD2DB041B47B31C0CB3E +:109BC000FDE45CDE18FE845C5D1E1E91066BC96EB2 +:109BD000D0FD09EDCD13FF792D7CDF1E67A1FCE0E0 +:109BE000AF2F0CF61F200E433B3659B7636F1FB4DF +:109BF00006D9A7CCE9DA81F3BE7BFE5CCA974B3667 +:109C0000D9AB09A6F24D9BFFE27BC2A66F0EF017FF +:109C10007464DA29EFA9BDEA93262C77378BA42741 +:109C2000BBBD45AF63BEF1252807CA59F3F36D1DCF +:109C30007F777B9793BF4391FDB528BFBA2BF97D02 +:109C400048EDDE4F5EC1724719CFAF6FB0B9292F13 +:109C5000217AEF048A2B5C6ADE9A8FA2C1EDE6F7C7 +:109C6000A9B9D5422150CEFC7A3BCF473DDCCCDBB5 +:109C70001F6B1C467B1D55BC9ED73D2B6CB4F3C798 +:109C8000BFD5DB1BAA270DC6A3FFD92CEFCCED1A3D +:109C9000E59F211E4579E92EA2F6DB33178528E9D9 +:109CA000C37AE5B6657D35186BBB2313B49638527D +:109CB000AF0CC99D6FEB72A79997A7C0BE45FE9CDC +:109CC000E25E1E89FC909A6795112A3BBCAD6A48FA +:109CD00080DC690FF33C85F9E81DB94EDA27ED36D3 +:109CE000751DE5AFE5260828FF8E453E4A76EF94C0 +:109CF000C45801DB7B7433D7BFD03E97575EB13376 +:109D00004440BB8AE7275D027985EB9D9CEE89CFB5 +:109D1000D6F507AE93996E63C9A1DBD43E92632456 +:109D200077A0DDDE95A5343E432E75AF94F8FECCCA +:109D3000B2513F87E7F597E3383EFB5328E999DBBB +:109D4000595FCD18FEBEABCA25430E487FB8FF79D8 +:109D5000CD3A4CFF47626E4D50A0BDC361832B03CB +:109D6000E341437E8971EAFF658CFB79CCE7579E1E +:109D7000D4E979A95C6DDF0CCF839B19F773BCD351 +:109D8000EA403E6A4A59EE40BE9891BADB817CD1E6 +:109D9000D4B33B07EF151B3E07FE8905E32FF6D42E +:109DA0005974CFDE139B3C073707E8297BEA563A04 +:109DB0000FBE8CB56A683761662EDEA7DB98F2901D +:109DC00003EDC4901495F2931A52797ED2F1CD1C12 +:109DD000DFBF31A995E2274D3A7E4EF538E8BC6FDA +:109DE0005362DC41C4034BC583294FC0FB17F4FA0F +:109DF000EFA55C3DCFCEA9E7BB85EAB8CA696D6522 +:109E0000B84EC7372B3C2F25C5F4F7CE537A168AA8 +:109E1000F0AA49CF2B582A71F9B2B43EF2606D0016 +:109E2000EEF4E9FDFF6683FB9748BFA5B1006066CD +:109E300061BBCCB0772AD0EED2AF9EC3BF3B731CC0 +:109E4000EB8DF577676EDEA8BEBA99D68BC779F031 +:109E500042353C1F3C424EE9EBB67383FA16D67F7F +:109E600057EF2F436EA5FD92C144570DEE4B537C27 +:109E700068443CE76559C5BF5766C4A76B2AFC3FD9 +:109E8000DD85FAFB3AE3C5DFDCA89EC1F93D5CEE57 +:109E9000EEC771D546B633F21B8F338EFCC6243520 +:109EA0000EF9DCC089B5BADD79245BCD0FE4FF4B38 +:109EB0003ADD2FE97ADA9A6FD3EF69582A8F26575D +:109EC000BF53EEF934902FAD32BFA7E18A4EB76B86 +:109ED0007DFF4AB9E7CAE6ACC0EF55B2AB964A7C03 +:109EE0009D04A0554DFCF07E7C9D5534AF043AFE98 +:109EF0003FA81021C0008000000000001F8B080058 +:109F000000000000000BB5587D5054D7153FEF639B +:109F1000771FBAB06F5D8850C4BC05095A302E82D5 +:109F20001F24880FC44AD44C57DAA69892F161AA2C +:109F3000ED7471BAECD8461B2BAB7C08EB074B4D8C +:109F4000A369FF7065A2F9A87548339D6AE31F3BBA +:109F500096D8A4339DD2C649FE71926DA2FC2166AB +:109F600086B1E374EDB463CFB9EF3DD82F3E62DA2A +:109F70006598B3E79E7BEEBDE7773EEEB93BF843CD +:109F8000056015C0D6D7FF6A876280CDD6C89270AB +:109F90000500D81700D4003CA0CFFA740A1004C8FA +:109FA00003502AB49F7F2B17A04BE63D211CFDD800 +:109FB000CE7F1390BFD7CD45800310F01F0AD2F596 +:109FC000D74DF0105D0AECF300FFD7C7E741549A74 +:109FD000E2EBC195C46F900A93E66F944B92E49BB9 +:109FE000F2CB93E41FB46B8A1FCFF794529534BE23 +:109FF00065E993497AFD3E6F31CDDB54B42B4F4375 +:10A00000BBC53D6A09F1B73B2FC167A538217CCAA2 +:10A01000FB9FD500BB484100F801803A6C4FB7E781 +:10A02000D78186AF92DEEE3A6FBE17D7E9C98316A5 +:10A030009AF7CCF65B6FFE0AF1E8C9CDAD14606A01 +:10A04000BED7CF33DC477C5A15E999E3965C95D3AC +:10A05000EC84AB2AB909D7168B27A410AECD0EA875 +:10A0600098DE1FB57101A22EC435CE315A179FCF8D +:10A07000E8FA7816A36ADCC5687DDCC96843BC9041 +:10A08000D10DF102461BE3886715E21A7733FAB562 +:10A090007839A39BE2CB186D8A57B1794FC52B193C +:10A0A000DD1C7F92D12DF11A46EFF9BC5BFC68CF25 +:10A0B000EE577E64271C7FB2C7FB34D9D507FE7CE0 +:10A0C0002801D8EBF37E9D7810C3E0CD06D8E607D3 +:10A0D00066FFD976751BE9C115B505AA91F2184737 +:10A0E0004837FAB46FB3715555721F010A2504053C +:10A0F000A97CED3E970350D4AE7D87C9254912D186 +:10A100003F16DDA5881F5809BF83ED6A2B93C7440E +:10A11000E798C45C0799709B8A6711C6CC38A1C9BF +:10A12000F6DC39C5FF45F7C4735EDCEF16E8715EF7 +:10A13000DA7230AB19ED7BC1CF31FB2E3E06304ACF +:10A14000F9244E6403CEFBA415FD88145E72655C91 +:10A150005F30FC68F2FFF2E9F929881E90ED24B720 +:10A160003279BF4F7B91F0DC6CF55FDF86786D2E26 +:10A17000163CDD0A5150F33175CBF6A807C8FE0F27 +:10A18000DABD07190E16D94AB87F6289F184339E69 +:10A190005E160A19CE3D9970862B72F40584000272 +:10A1A000399E9087E1DDCFE611E0386F8781F78E29 +:10A1B000031CC3FB61713EDB2E33FB4C3CA6C32565 +:10A1C0001577B3AEA07DBFA0734545B46F39E68B5C +:10A1D000F25B15CD87AC89A0EA60F9AD9D219C6C3E +:10A1E000716FD4C1766FCB5B092CCF23A4F71079A4 +:10A1F000FE9A9EE7A3F9E4F7E3D9A3F91EA2163D60 +:10A20000DFFF5434DAE24DD07BC72FB0F3BE4DF9F7 +:10A210008EF47DFBE111FC06B54B4605A2657BB4CF +:10A22000B769BDBA45131BC824510691F2E7623DD8 +:10A23000AE43F5A8C5122CC378BFF8FBCDF2CE0C07 +:10A24000F9FF4BDFCE77C80E931765C5BA13F70F2A +:10A25000B5AB57BE4CFC635E8E30FD39E641823FA4 +:10A26000FE4CF6BCA7084D740F74E33D4032ACB30E +:10A270007FD1C79F37EBECE843D6D98F589DA9F320 +:10A28000B03ADBE546DC2B28BCF9E04286D3B3725A +:10A290005B06BD115F5B2CB5CEB65564AC3B63B3BA +:10A2A000D49DDBB3D49DF12F87BB910F06EE5FB435 +:10A2B0000E7D4C4335537548EA98A50EED7365BC89 +:10A2C0009F05BA47AA66AA432293A3BFE775E0FE9B +:10A2D000AA386D7D7176CCADBEE4D13AFFB7FA6293 +:10A2E000D8399DBDA978DAE03907D513AB7CE2F205 +:10A2F000CDAA4CF3ACACAFC8A17D4A885F248FCD0A +:10A300009FDAD75CA774E4C09918F543411128BEC1 +:10A31000820DFED7880F1EB6C95D484FCD3F782607 +:10A3200086E3FB4449B67948CFBF86F63DD98935E7 +:10A33000CDC6F8158CB7C076F22F9D6B5BF6D4397D +:10A34000EA3AF43EC245E774CD7EAEDB3E753DE1B0 +:10A35000ECB26AF018EE3FB88C8F04DDE812BBBC9B +:10A36000FDBB788E23F912EBE35C9B9E8120F9679D +:10A37000211F29759376E43D37CA7B97F11062302F +:10A380006B0A9DA3B708BF7F85066AEF47A96F01D7 +:10A390008DE91D69E42321D4EB593473DFD267D8EA +:10A3A000399997A510B13D9E1087A52F3535E07AD4 +:10A3B000E1253C101CE1C69D32C56D5629DAFD042D +:10A3C000EDFBC4FEA848FB4E48CC5FEBF4B89E6E94 +:10A3D000BF2EDAAF2C617D19EAA91E59C846DCC729 +:10A3E000B2FC91A1203725EF0870CC8F47B3F53A26 +:10A3F00023D855E0C8BEA2DD55E466C9EE8131DC44 +:10A400004F9255F80CE99102A92582F3360AADDE88 +:10A4100006C46B5059E0B451BC839AB30AEBC5290A +:10A4200023FE7D01DD6FC73BC3976F5AC8DF7D8C6C +:10A43000629606DB502F4F95FC210C5D97A49FCBB5 +:10A44000E58108D63AC8DD8AF312FAD99C6AD44F5E +:10A45000E8677BB327F35C221C2CD02715E37A270F +:10A46000AA81F975606D73FD12E407546902643ABC +:10A470004A4CA2BCC5F119FD74C2F0D3CF3AA52451 +:10A480007F4DCA17C7F23DA87F6255ECF4F3785EA2 +:10A49000C722C9D384FB9D5CE78563C80FD4F01144 +:10A4A00070A7EB0DD4DC9568DFD473D8AEDE07055A +:10A4B00079873801B4AE43F91BA876DA5FF7DFA6D7 +:10A4C0006A3FC86887E3BA10B1A18B1C4D3A4E0BA6 +:10A4D000AA21A2E03E870A3E8C8A64E7D318C2888C +:10A4E00077AF45BFAFEDB5633700E36B61F53588F6 +:10A4F000A2FC9A66F7C35AD46DD5F3A605FF1EE0F9 +:10A500003BC8D5644D7A27E441028FEBDB8D3C33A9 +:10A5100079105A1DDA0C71B7EF46D6BB23097E7B42 +:10A52000AB233B77AC1CBFAC86D5AC5ECCA2FFCFD7 +:10A530004EE9DD118C8FC159FC74AC732DF3CF60E3 +:10A54000A7CAE8406713C3EB0DBA672D53F396D142 +:10A55000FD8AEBF4FE74149A916647F74331E6CF17 +:10A56000471D7ABCBFD1297189F36DAF0247F863EB +:10A57000C870842BBC0A9E73886B68E9DD3F3CA0E1 +:10A58000FAD6583C2424E48DB98EC99F37E227B40B +:10A59000B499D979BE916FA23C392F6AF316CC6079 +:10A5A0004FD9E9E477A2396EE6CB64FE70A002369B +:10A5B0007E279D7A9D3C1EEDAFA77B48BE5E329400 +:10A5C0009570AE4F8D73B9A84053A3A826F815FD1A +:10A5D0003E508926AE983DCFCCF506D7C162C0C6A5 +:10A5E0007260A395E5BDA34E2E684EF0A366D48F8E +:10A5F00041A75E3F8E1541417345BA3CECD4FBC781 +:10A600007016B4FC26031E5A4060F5E218A7CF333B +:10A61000FD372597D83A5A40EF335D8ACA1553DD86 +:10A62000C03CEFF290BD778237090F1EFC0BD7A616 +:10A63000DB67838D90457EC43A13E2D2EDB5C3B19A +:10A6400051EA7FE8F36FAC63D9F485A3F11BC19B9A +:10A65000A8972FE8EBDAAB93F3E68BE6456EC0C81C +:10A660008B2CC8D2F3622BDF83E7BE57CD4704762D +:10A670000F85796FF6F4F9016B66AEFF0329F53F9C +:10A68000953A722634A804280FB8F677D7329CD9A9 +:10A69000FD561D58BC3F8878BF6255CB0288AF0479 +:10A6A000FA7BA3ADD61A14B09E40B7E54ECCB403E6 +:10A6B000E3C8310FDABC19FCF8A6B56145407F0745 +:10A6C000F3A49FEA4793D61A71911AE718B7515825 +:10A6D000497E56987CB63845FC589DBBE705865F99 +:10A6E000F02AC74DF6518514FF7894D56C29E6CF32 +:10A6F0008580B79F90EE970288B0F1428872F49EF1 +:10A700002F8218E31FC5CE99A81B14464B40E5497C +:10A710005E0A1AE3CB20C8E83288305A0E51265F11 +:10A720000E31C6131294A72BA2C0FA854A50041A00 +:10A73000AF0255A079AB4063FC1A08325A03DAE540 +:10A740009B78CE8175BB2BE9DE7E362D5EE65647C3 +:10A750007D01D0FB3C850FDA30AE7B0B7E2C67D2BF +:10A760001BF169DF0B24D431DB22FDF799E9FCB63C +:10A77000D7C8BFA316AF97EEA3A37922210A47DD5E +:10A780007ADEA6CEDFD5A1CFB75A3499FA6A8BD13B +:10A79000D7ECBD7BE1527009F64F76AD85D6E9C99D +:10A7A000B702F56966BFB52F70EED221FBFFAE4F41 +:10A7B000FD50540FB3B84C95CFF177C0F3F4B58684 +:10A7C000FA7DF528AD534856E3B92515E4600DF13F +:10A7D000618EFC6CFF3EF2052C8E0E913C47030F00 +:10A7E000C9B1FF7F39C07E5F18667A5D1897A1CA2C +:10A7F000295ED30CFEF48239F5EFB0D5BF9DF4CCC1 +:10A80000775D7F403BCBD657411113DF75ADF8AE76 +:10A810007B9CD93F4472D9CC6BC91E1472D2F31AF7 +:10A82000942227C5DB64FECC119FDB749FE23BF7CB +:10A83000E2C1A895EA427BF47D2BF537EDAFBF6509 +:10A84000A57B7587F17EF6197105075631DEAAF1F1 +:10A8500057C98EF1E19221CA8FF161DC19ED19EF30 +:10A86000760F9111E317FEA1DFBF28676F7038A440 +:10A87000BF77701D693525976E276C55D51AF6CEB2 +:10A8800085097A6F99F7F1F8856FE8F7F1B060DC28 +:10A89000C7D1CF856AE2CB148ADB5D0F36C08BA4AB +:10A8A000B741F29C43BD5DA73E5FBE33218E53EF9F +:10A8B000675E917B7FC7EE11AB87FA5713C7345C95 +:10A8C000E4E47B973EF4EE33CF7BEBE572E0E9F70F +:10A8D00003ECEF840C7DA349C561DBDFC97F772CD6 +:10A8E000708973645837C5DFA9FEEC0F783FA578EF +:10A8F000E586FFC8E220CDBF07F2E6E4DFB9CEEB84 +:10A9000033F2040FCA519C39A335ACCF15548FAA2A +:10A9100022FECEC63024FECE53B5BDE11EC5A553E2 +:10A920009439AA0F4EC5880F6565D27E1346DD495E +:10A93000DDEFBF2C774017E017000000000000009B +:10A940000000004000000000000000000000004087 +:10A9500000000000000000000000002800000000CF +:10A9600000000000000000100000000000000000D7 +:10A970000000004000000000000000000000001087 +:10A9800000000000000000000000000800000000BF +:10A9900000000000000000000000000000000000B7 +:10A9A0000000003D00000000000000000000003C2E +:10A9B0000000000000000000000000000000000097 +:10A9C000000000000000000800000000000000007F +:10A9D0000000000000000000000000000000000C6B +:10A9E00000000000000000000000000E0000000059 +:10A9F0000000000000000004000000000000000053 +:10AA00000000001800000000000000000000001C12 +:10AA100000000000000000000000001C000000001A +:10AA20000000000000000013000000000000000013 +:10AA30000000003E000000000000000000000001D7 +:10AA40000000000000000000000000020000000004 +:10AA500000000000000000010000000000000000F5 +:10AA60000000001000000000000000000000005086 +:10AA700000000000000000000000000000000000D6 +:10AA800000000000000000030000000000000000C3 +:10AA9000000000AB00000000000000000000000803 +:10AAA00000000000000000000000C00000100000D6 +:10AAB000000000080000C0080010000000000002B4 +:10AAC0000000C000001000000000001000009C0802 +:10AAD00000040000000000040000C080001000001E +:10AAE000000000040000C088001000000000000208 +:10AAF0000000C0800010000000000010000093382B +:10AB0000000100040000000100009340000000006C +:10AB10000000000200009348000000000000000850 +:10AB20000000934C00000000000000020000935061 +:10AB3000000000000000000800009698004000009F +:10AB40000000004000009358008000000000004812 +:10AB500000009458004000000000000800009468C5 +:10AB6000004000000000001800063010002800001F +:10AB700000000028000099500008000000000001BB +:10AB800000009951000800000000000100009952E7 +:10AB90000008000000000001000020080010000074 +:10ABA000000000100000200000000000000000086D +:10ABB00000009BB800000000000000080000000139 +:10ABC0000000000000000000000000020000000083 +:10ABD0000000000000000003000000000000000072 +:10ABE000000000040000000000000000000000055C +:10ABF000000000000000000000000006000000004F +:10AC0000000000000000000700000000000000003D +:10AC10000000000800000000000000000000000923 +:10AC200000000000000000000000000A000000001A +:10AC3000000000000000000B000000000000000009 +:10AC40000000000C000000000000000000000001F7 +:10AC500000000000000000000000000900000000EB +:10AC600000000000000000020000000000000000E2 +:10AC70000000C4C000000000000000200000C4E686 +:10AC80000000000000000001000060000020000043 +:10AC90000000002000007300000800000000000811 +:10ACA00000009BF0000000000000000100009B90ED +:10ACB000000000000000000800009B93000000005E +:10ACC0000000000100009B91000000000000000156 +:10ACD00000009B96000000000000000100009B9710 +:10ACE00000000000000000008000000000000000E4 +:10ACF00000000000800000000000000000000000D4 +:10AD00000000000000000000000000000000000043 +:10AD10000000000000000000000000000000000033 +:10AD20000000000000000000000000000000000023 +:10AD3000000000000000000000000000000600000D +:10AD4000000000000000002000009B9800000000B0 +:10AD50000000000100009BD8000000000000000877 +:10AD600000000053000000000000000000009BE015 +:10AD7000000000000000000200009BE40000000052 +:10AD80000000000100009BE5000000000000000141 +:10AD900000000009000000000000000000000001A9 +:10ADA000000000000000000000000044000000005F +:10ADB0000000000000000001000000000000000092 +:10ADC00000000050000000000000000000000089AA +:10ADD00000000000000000008000000000000000F3 +:10ADE0000000000000000000000000000000000063 +:10ADF000000016C800000000000000080000200845 +:10AE00000010000000000010000020000000000002 +:10AE100000000008000017E000080000000000012A +:10AE2000000017E10008000000000001000017E228 +:10AE30000008000000000001000620780038000033 +:10AE400000000038000016F00000000000000002C2 +:10AE5000000016F200000000000000020000A04008 +:10AE60000000000000000020800000000000000042 +:10AE7000000000000000E0000020000000000020B2 +:10AE80000000F300000800000000000800001708A0 +:10AE900000000000000000D80000174F0000000074 +:10AEA0000000000100001727000000000000000162 +:10AEB0008000000000000000000000008000000092 +:10AEC0000000000000000000000000000000000082 +:10AED0000000000000000000000000000000000072 +:10AEE0000000000000000000000000000000000062 +:10AEF0000000000000000000000000000000000052 +:10AF000000000000000017880000000000000001A1 +:10AF1000000017C8000000000000000800000051F9 +:10AF20000000000000000000000017B0000000005A +:10AF300000000004000017B400000000000000043E +:10AF4000000017B80000000000000004000017BC5B +:10AF50000000000000000008000017A8000000002A +:10AF600000000008000017D80000000000000002E8 +:10AF70000006000000400000000000400000C0008B +:10AF800000400000000000400000C02E0040000013 +:10AF9000000000010000C0000040000200000001AD +:10AFA0000000C00100400002000000000000E200BC +:10AFB00000200000000000200000E2040002000861 +:10AFC00000200002800000000000000000000000DF +:10AFD0000000E20000080020000000040000F5006E +:10AFE00000280000000000280000F64000100000CB +:10AFF000000000100000F64A0010000000000001F0 +:10B000000000F6C000200000000000200000F6C094 +:10B0100000020020000000020000F30000400000D9 +:10B020000000004000002008001000000000001098 +:10B03000000020000000000000000008000011A82F +:10B040000008000000000001000011A90008000035 +:10B0500000000001000011AA00080000000000012B +:10B060000000400000200004000000100000590013 +:10B0700000300018000000100000590800300018CF +:10B08000000000020000570000080000000000015E +:10B0900000005701000800000000000100001158E6 +:10B0A000000000000000000100001160000000002E +:10B0B00000000010000011AC0008000000000004B7 +:10B0C00000004000002000000000002000005300AD +:10B0D0000010000000000010000000000000000050 +:10B0E0000000000000000000000000000000000060 +:10B0F0000000000000000000000000000000000050 +:10B1000000000000000000000000147000000000BB +:10B1100000000001000014B0000000000000000862 +:10B120000000005000000000000000000000147843 +:10B1300000000000000000040000147C000000007B +:10B140000000000400001480000000000000000463 +:10B1500000001484000000000000000400001488B7 +:10B16000000000000000000800002AF0008000003D +:10B17000000000800000000100000000000000004E +:10B180000000200800100000000000100000200057 +:10B19000000000000000000800002C700008000003 +:10B1A0000000000100002C710008000000000001F8 +:10B1B00000002C720008000000000001000041584F +:10B1C000003800000000003880000000000000008F +:10B1D0000000000000002C440008000000000002F5 +:10B1E00000002C46000800000000000200002C5463 +:10B1F000001000000000000400002EB0000000005D +:10B20000000000200000600000200000000000207E +:10B2100000007300000800000000000800000000AB +:10B22000000000000000000000000000000000001E +:10B23000000000000000000000000000000000000E +:10B2400000000000000000000000000000002F5877 +:10B25000000000000000000100002F980000000026 +:10B260000000000800000050000000000000000086 +:10B2700000002F80000000000000000400002F8468 +:10B28000000000000000000400002F880000000003 +:10B290000000000400002F8C0000000000000008E7 +:10B2A00000002FA800000000000000028000000045 +:10B2B000000000000000000080000000000000000E +:10B2C00000000000800000000000000000000000FE +:10B2D00000003128000000000000000800062A20BD +:10B2E00026000040000000080000A0000000000050 +:10B2F00000002000000040C100000000000000012C +:10B30000000040F00000000000000002800000008B +:10B3100000000000000000000000600000200000AD +:10B3200000000008000040000008000000000001CC +:10B330000000400100080000000000010000404043 +:10B340000008000400000002000040600008000443 +:10B35000000000040000408000080000000000041D +:10B36000000040000008000000000004000040044D +:10B370000008000000000004000040400000000041 +:10B380000000000800004048000000000000000825 +:10B39000000080000000000000000010000050408D +:10B3A0000001000400000001000050000000000047 +:10B3B0000000002000005008001000000000000401 +:10B3C0000000500C0010000000000001000052C7F7 +:10B3D0000000000000000001000052C60000000054 +:10B3E00000000001000030000040002000000004C8 +:10B3F000000030040040002000000004000030087D +:10B4000000400020000000020000300A0040002040 +:10B41000000000020000300C00400020000000018D +:10B420000000300D00400020000000010000300E40 +:10B43000004000200000000100003010004000200B +:10B440000000000400003014004000200000000450 +:10B450000000301800400020000000040000301CF4 +:10B4600000400020000000040000C0000100008037 +:10B47000000800040000C00401000080000800046F +:10B480000000000A00000000000000000000C0688A +:10B4900001000080000000010000C0690100008080 +:10B4A000000000010000C06C0100008000000002EC +:10B4B0000000C06E01000080000000020000C070AB +:10B4C00001000080000000040000C0740100008042 +:10B4D000000000040000C0660100008000000002BF +:10B4E0000000C06401000080000000010000C06096 +:10B4F00001000080000000020000C0620100008026 +:10B50000000000020000C0500100008000000004A4 +:10B510000000C05401000080000000040000C0587A +:10B5200001000080000000040000C05C01000080F9 +:10B53000000000040000C07C010000800000000149 +:10B540000000C07D01000080000000010000101814 +:10B550000010000000000004000010900010000027 +:10B56000000000040000109800100000000000041B +:10B570000000111000000000000000020000111285 +:10B580000000000000000002000011140000000094 +:10B590000000000200001116000000000000000280 +:10B5A000000060400008000000000002000060424F +:10B5B00000080000000000020000604400080000D5 +:10B5C00000000002000060460008000000000002C9 +:10B5D000000060800008000000000008000060001B +:10B5E00000080000000000020000600200080000E7 +:10B5F00000000001000060040008000000000002DC +:10B60000000060C0000800000000000800006100A9 +:10B6100000080000000000040000610400080000B1 +:10B62000000000010000614000080000000000026E +:10B6300000006144000800000000000200006142B8 +:10B640000008000000000002000061800008000007 +:10B6500000000004000030000008000000000002AC +:10B66000000030020008000000000001000030046B +:10B670000008000000000002000030400008000048 +:10B68000000000020000304400080000000000023A +:10B690000000304600080000000000020000366094 +:10B6A00000080000000000080000308000080000D2 +:10B6B00000000002000030840008000000000002CA +:10B6C000000036A0000800000000000800008040D4 +:10B6D0000008000000000001000080410008000098 +:10B6E000000000010000804200080000000000018E +:10B6F00000008043000800000000000100008000FE +:10B7000000080000000000020000800200080000A5 +:10B71000000000010000800400080000000000029A +:10B72000000080C00008000000000002000080C28D +:10B730000008000000000002000080C400080000B3 +:10B7400000000002000080800008000000000001EE +:10B7500000008081000800000000000100008082DD +:10B7600000080000000000010000808300080000C5 +:10B7700000000001000080840008000000000001BB +:10B7800000008085000800000000000100008086A5 +:10B790000008000000000001000060000008000038 +:10B7A000000000020000600200080000000000012C +:10B7B0000000600400080000000000020000604279 +:10B7C00000C00018000000020000604000C0001827 +:10B7D000000000020000604C00C0001800000008DB +:10B7E0000000604400C0001800000008000060571E +:10B7F00000C00018000000010000605400C00018E4 +:10B80000000000020000605600C0001800000001A7 +:10B81000000066400008000000000008000066808C +:10B820000008000000000008000066C000080000DA +:10B83000000000080000DA8200180000000000028A +:10B840000000DBA000000000000000000000E0009D +:10B8500000000000000000040000D1000000000013 +:10B86000000000040000D1040000000000000004FB +:10B870000000D10800000000000000040000D10C0E +:10B8800000000000000000040000D11000000000D3 +:10B89000000000040000D1140000000000000004BB +:10B8A0000000D11800000000000000040000D100DA +:10B8B0000000000000000020000092800000000056 +:10B8C000000000040000928000000000000000283A +:10B8D0000000805000A8000000000001000080541B +:10B8E00000A800000000000100008000000000002F +:10B8F0000000005000008050000000000000001018 +:10B900000000960000000000000000040000940009 +:10B91000000000000000000400009404000000008B +:10B920000000000400009408000000000000000473 +:10B930000000940C000000000000000400009410BF +:10B94000000000000000000400009414000000004B +:10B950000000000400009418000000000000000433 +:10B96000000094000000000000000040000094204F +:10B97000000000000000000400009424000000000B +:10B9800000000004000094280000000000000004F3 +:10B990000000941C0000000000000004000094302F +:10B9A00000000000000000040000942C00000000D3 +:10B9B00000000004000094340000000000000004B7 +:10B9C000000092840000000000000004000092804B +:10B9D0000000000000000004000092900000000041 +:10B9E00000000004000092A4000000000000000419 +:10B9F0000000943800000000000000040000943CA7 +:10BA000000000000000000040000B98800000000F1 +:10BA1000000000000000D000000000000000000452 +:10BA20000000B10000000000000000040000B104AC +:10BA300000000000000000040000B1080000000049 +:10BA4000000000040000B100000000000000001031 +:10BA50000000BCB000000000000000040000BCB406 +:10BA600000000000000000040000BCB00000000066 +:10BA7000000000480000D85800000000000000044A +:10BA80000000D85000000000000000040000D8545E +:10BA900000000000000000040000D85C000000006E +:10BAA000000000040000D85000000000000000105A +:10BAB0000000D84000000000000000040000D8444E +:10BAC00000000000000000040000D840000000005A +:10BAD000000000080000D4C80000000000000008BA +:10BAE0000000D4D80000000000000080000000101A +:10BAF00000000000000000000000D4D8000000009A +:10BB0000000000080000000007081100000000000D +:00000001FF --- linux-lts-utopic-3.16.0.orig/firmware/ihex2fw.c +++ linux-lts-utopic-3.16.0/firmware/ihex2fw.c @@ -86,6 +86,7 @@ case 'j': include_jump = 1; break; + default: return usage(); } } --- linux-lts-utopic-3.16.0.orig/fs/9p/vfs_inode.c +++ linux-lts-utopic-3.16.0/fs/9p/vfs_inode.c @@ -451,9 +451,9 @@ { struct v9fs_inode *v9inode = V9FS_I(inode); - truncate_inode_pages_final(inode->i_mapping); + truncate_inode_pages_final(&inode->i_data); clear_inode(inode); - filemap_fdatawrite(inode->i_mapping); + filemap_fdatawrite(&inode->i_data); v9fs_cache_inode_put_cookie(inode); /* clunk the fid stashed in writeback_fid */ @@ -540,8 +540,7 @@ unlock_new_inode(inode); return inode; error: - unlock_new_inode(inode); - iput(inode); + iget_failed(inode); return ERR_PTR(retval); } --- linux-lts-utopic-3.16.0.orig/fs/9p/vfs_inode_dotl.c +++ linux-lts-utopic-3.16.0/fs/9p/vfs_inode_dotl.c @@ -149,8 +149,7 @@ unlock_new_inode(inode); return inode; error: - unlock_new_inode(inode); - iput(inode); + iget_failed(inode); return ERR_PTR(retval); } --- linux-lts-utopic-3.16.0.orig/fs/Kconfig +++ linux-lts-utopic-3.16.0/fs/Kconfig @@ -67,6 +67,7 @@ source "fs/autofs4/Kconfig" source "fs/fuse/Kconfig" +source "fs/overlayfs/Kconfig" menu "Caches" --- linux-lts-utopic-3.16.0.orig/fs/Makefile +++ linux-lts-utopic-3.16.0/fs/Makefile @@ -104,6 +104,7 @@ obj-$(CONFIG_AUTOFS4_FS) += autofs4/ obj-$(CONFIG_ADFS_FS) += adfs/ obj-$(CONFIG_FUSE_FS) += fuse/ +obj-$(CONFIG_OVERLAYFS_FS) += overlayfs/ obj-$(CONFIG_UDF_FS) += udf/ obj-$(CONFIG_SUN_OPENPROMFS) += openpromfs/ obj-$(CONFIG_OMFS_FS) += omfs/ --- linux-lts-utopic-3.16.0.orig/fs/affs/amigaffs.c +++ linux-lts-utopic-3.16.0/fs/affs/amigaffs.c @@ -127,7 +127,7 @@ { struct dentry *dentry; spin_lock(&inode->i_lock); - hlist_for_each_entry(dentry, &inode->i_dentry, d_alias) { + hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { if (entry_ino == (u32)(long)dentry->d_fsdata) { dentry->d_fsdata = (void *)inode->i_ino; break; --- linux-lts-utopic-3.16.0.orig/fs/aio.c +++ linux-lts-utopic-3.16.0/fs/aio.c @@ -141,6 +141,7 @@ struct { unsigned tail; + unsigned completed_events; spinlock_t completion_lock; } ____cacheline_aligned_in_smp; @@ -164,6 +165,15 @@ static const struct file_operations aio_ring_fops; static const struct address_space_operations aio_ctx_aops; +/* Backing dev info for aio fs. + * -no dirty page accounting or writeback happens + */ +static struct backing_dev_info aio_fs_backing_dev_info = { + .name = "aiofs", + .state = 0, + .capabilities = BDI_CAP_NO_ACCT_AND_WRITEBACK | BDI_CAP_MAP_COPY, +}; + static struct file *aio_private_file(struct kioctx *ctx, loff_t nr_pages) { struct qstr this = QSTR_INIT("[aio]", 5); @@ -175,6 +185,7 @@ inode->i_mapping->a_ops = &aio_ctx_aops; inode->i_mapping->private_data = ctx; + inode->i_mapping->backing_dev_info = &aio_fs_backing_dev_info; inode->i_size = PAGE_SIZE * nr_pages; path.dentry = d_alloc_pseudo(aio_mnt->mnt_sb, &this); @@ -220,6 +231,9 @@ if (IS_ERR(aio_mnt)) panic("Failed to create aio fs mount."); + if (bdi_init(&aio_fs_backing_dev_info)) + panic("Failed to init aio fs backing dev info."); + kiocb_cachep = KMEM_CACHE(kiocb, SLAB_HWCACHE_ALIGN|SLAB_PANIC); kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC); @@ -281,11 +295,6 @@ .mmap = aio_ring_mmap, }; -static int aio_set_page_dirty(struct page *page) -{ - return 0; -} - #if IS_ENABLED(CONFIG_MIGRATION) static int aio_migratepage(struct address_space *mapping, struct page *new, struct page *old, enum migrate_mode mode) @@ -357,7 +366,7 @@ #endif static const struct address_space_operations aio_ctx_aops = { - .set_page_dirty = aio_set_page_dirty, + .set_page_dirty = __set_page_dirty_no_writeback, #if IS_ENABLED(CONFIG_MIGRATION) .migratepage = aio_migratepage, #endif @@ -412,7 +421,6 @@ pr_debug("pid(%d) page[%d]->count=%d\n", current->pid, i, page_count(page)); SetPageUptodate(page); - SetPageDirty(page); unlock_page(page); ctx->ring_pages[i] = page; @@ -711,6 +719,9 @@ err_cleanup: aio_nr_sub(ctx->max_reqs); err_ctx: + atomic_set(&ctx->dead, 1); + if (ctx->mmap_size) + vm_munmap(ctx->mmap_base, ctx->mmap_size); aio_free_ring(ctx); err: mutex_unlock(&ctx->ring_lock); @@ -796,6 +807,9 @@ unsigned i = 0; while (1) { + struct completion requests_done = + COMPLETION_INITIALIZER_ONSTACK(requests_done); + rcu_read_lock(); table = rcu_dereference(mm->ioctx_table); @@ -823,7 +837,10 @@ */ ctx->mmap_size = 0; - kill_ioctx(mm, ctx, NULL); + kill_ioctx(mm, ctx, &requests_done); + + /* Wait until all IO for the context are done. */ + wait_for_completion(&requests_done); } } @@ -880,6 +897,68 @@ return ret; } +/* refill_reqs_available + * Updates the reqs_available reference counts used for tracking the + * number of free slots in the completion ring. This can be called + * from aio_complete() (to optimistically update reqs_available) or + * from aio_get_req() (the we're out of events case). It must be + * called holding ctx->completion_lock. + */ +static void refill_reqs_available(struct kioctx *ctx, unsigned head, + unsigned tail) +{ + unsigned events_in_ring, completed; + + /* Clamp head since userland can write to it. */ + head %= ctx->nr_events; + if (head <= tail) + events_in_ring = tail - head; + else + events_in_ring = ctx->nr_events - (head - tail); + + completed = ctx->completed_events; + if (events_in_ring < completed) + completed -= events_in_ring; + else + completed = 0; + + if (!completed) + return; + + ctx->completed_events -= completed; + put_reqs_available(ctx, completed); +} + +/* user_refill_reqs_available + * Called to refill reqs_available when aio_get_req() encounters an + * out of space in the completion ring. + */ +static void user_refill_reqs_available(struct kioctx *ctx) +{ + spin_lock_irq(&ctx->completion_lock); + if (ctx->completed_events) { + struct aio_ring *ring; + unsigned head; + + /* Access of ring->head may race with aio_read_events_ring() + * here, but that's okay since whether we read the old version + * or the new version, and either will be valid. The important + * part is that head cannot pass tail since we prevent + * aio_complete() from updating tail by holding + * ctx->completion_lock. Even if head is invalid, the check + * against ctx->completed_events below will make sure we do the + * safe/right thing. + */ + ring = kmap_atomic(ctx->ring_pages[0]); + head = ring->head; + kunmap_atomic(ring); + + refill_reqs_available(ctx, head, ctx->tail); + } + + spin_unlock_irq(&ctx->completion_lock); +} + /* aio_get_req * Allocate a slot for an aio request. * Returns NULL if no requests are free. @@ -888,8 +967,11 @@ { struct kiocb *req; - if (!get_reqs_available(ctx)) - return NULL; + if (!get_reqs_available(ctx)) { + user_refill_reqs_available(ctx); + if (!get_reqs_available(ctx)) + return NULL; + } req = kmem_cache_alloc(kiocb_cachep, GFP_KERNEL|__GFP_ZERO); if (unlikely(!req)) @@ -948,8 +1030,8 @@ struct kioctx *ctx = iocb->ki_ctx; struct aio_ring *ring; struct io_event *ev_page, *event; + unsigned tail, pos, head; unsigned long flags; - unsigned tail, pos; /* * Special case handling for sync iocbs: @@ -1010,10 +1092,14 @@ ctx->tail = tail; ring = kmap_atomic(ctx->ring_pages[0]); + head = ring->head; ring->tail = tail; kunmap_atomic(ring); flush_dcache_page(ctx->ring_pages[0]); + ctx->completed_events++; + if (ctx->completed_events > 1) + refill_reqs_available(ctx, head, tail); spin_unlock_irqrestore(&ctx->completion_lock, flags); pr_debug("added to ring %p at [%u]\n", iocb, tail); @@ -1028,7 +1114,6 @@ /* everything turned out well, dispose of the aiocb. */ kiocb_free(iocb); - put_reqs_available(ctx, 1); /* * We have to order our ring_info tail store above and test @@ -1065,6 +1150,12 @@ tail = ring->tail; kunmap_atomic(ring); + /* + * Ensure that once we've read the current tail pointer, that + * we also see the events that were stored up to the tail. + */ + smp_rmb(); + pr_debug("h%u t%u m%u\n", head, tail, ctx->nr_events); if (head == tail) @@ -1287,11 +1378,16 @@ unsigned long *nr_segs, struct iovec *iovec) { - if (unlikely(!access_ok(!rw, buf, kiocb->ki_nbytes))) + size_t len = kiocb->ki_nbytes; + + if (len > MAX_RW_COUNT) + len = MAX_RW_COUNT; + + if (unlikely(!access_ok(!rw, buf, len))) return -EFAULT; iovec->iov_base = buf; - iovec->iov_len = kiocb->ki_nbytes; + iovec->iov_len = len; *nr_segs = 1; return 0; } --- linux-lts-utopic-3.16.0.orig/fs/autofs4/dev-ioctl.c +++ linux-lts-utopic-3.16.0/fs/autofs4/dev-ioctl.c @@ -95,7 +95,7 @@ */ static struct autofs_dev_ioctl *copy_dev_ioctl(struct autofs_dev_ioctl __user *in) { - struct autofs_dev_ioctl tmp; + struct autofs_dev_ioctl tmp, *res; if (copy_from_user(&tmp, in, sizeof(tmp))) return ERR_PTR(-EFAULT); @@ -106,7 +106,11 @@ if (tmp.size > (PATH_MAX + sizeof(tmp))) return ERR_PTR(-ENAMETOOLONG); - return memdup_user(in, tmp.size); + res = memdup_user(in, tmp.size); + if (!IS_ERR(res)) + res->size = tmp.size; + + return res; } static inline void free_dev_ioctl(struct autofs_dev_ioctl *param) --- linux-lts-utopic-3.16.0.orig/fs/autofs4/expire.c +++ linux-lts-utopic-3.16.0/fs/autofs4/expire.c @@ -91,7 +91,7 @@ spin_lock(&root->d_lock); if (prev) - next = prev->d_u.d_child.next; + next = prev->d_child.next; else { prev = dget_dlock(root); next = prev->d_subdirs.next; @@ -105,13 +105,13 @@ return NULL; } - q = list_entry(next, struct dentry, d_u.d_child); + q = list_entry(next, struct dentry, d_child); spin_lock_nested(&q->d_lock, DENTRY_D_LOCK_NESTED); /* Already gone or negative dentry (under construction) - try next */ if (!d_count(q) || !simple_positive(q)) { spin_unlock(&q->d_lock); - next = q->d_u.d_child.next; + next = q->d_child.next; goto cont; } dget_dlock(q); @@ -161,13 +161,13 @@ goto relock; } spin_unlock(&p->d_lock); - next = p->d_u.d_child.next; + next = p->d_child.next; p = parent; if (next != &parent->d_subdirs) break; } } - ret = list_entry(next, struct dentry, d_u.d_child); + ret = list_entry(next, struct dentry, d_child); spin_lock_nested(&ret->d_lock, DENTRY_D_LOCK_NESTED); /* Negative dentry - try next */ @@ -461,7 +461,7 @@ spin_lock(&sbi->lookup_lock); spin_lock(&expired->d_parent->d_lock); spin_lock_nested(&expired->d_lock, DENTRY_D_LOCK_NESTED); - list_move(&expired->d_parent->d_subdirs, &expired->d_u.d_child); + list_move(&expired->d_parent->d_subdirs, &expired->d_child); spin_unlock(&expired->d_lock); spin_unlock(&expired->d_parent->d_lock); spin_unlock(&sbi->lookup_lock); --- linux-lts-utopic-3.16.0.orig/fs/autofs4/root.c +++ linux-lts-utopic-3.16.0/fs/autofs4/root.c @@ -655,7 +655,7 @@ /* only consider parents below dentrys in the root */ if (IS_ROOT(parent->d_parent)) return; - d_child = &dentry->d_u.d_child; + d_child = &dentry->d_child; /* Set parent managed if it's becoming empty */ if (d_child->next == &parent->d_subdirs && d_child->prev == &parent->d_subdirs) --- linux-lts-utopic-3.16.0.orig/fs/binfmt_elf.c +++ linux-lts-utopic-3.16.0/fs/binfmt_elf.c @@ -554,11 +554,12 @@ static unsigned long randomize_stack_top(unsigned long stack_top) { - unsigned int random_variable = 0; + unsigned long random_variable = 0; if ((current->flags & PF_RANDOMIZE) && !(current->personality & ADDR_NO_RANDOMIZE)) { - random_variable = get_random_int() & STACK_RND_MASK; + random_variable = (unsigned long) get_random_int(); + random_variable &= STACK_RND_MASK; random_variable <<= PAGE_SHIFT; } #ifdef CONFIG_STACK_GROWSUP @@ -682,16 +683,16 @@ */ would_dump(bprm, interpreter); - retval = kernel_read(interpreter, 0, bprm->buf, - BINPRM_BUF_SIZE); - if (retval != BINPRM_BUF_SIZE) { + /* Get the exec headers */ + retval = kernel_read(interpreter, 0, + (void *)&loc->interp_elf_ex, + sizeof(loc->interp_elf_ex)); + if (retval != sizeof(loc->interp_elf_ex)) { if (retval >= 0) retval = -EIO; goto out_free_dentry; } - /* Get the exec headers */ - loc->interp_elf_ex = *((struct elfhdr *)bprm->buf); break; } elf_ppnt++; @@ -751,6 +752,7 @@ i < loc->elf_ex.e_phnum; i++, elf_ppnt++) { int elf_prot = 0, elf_flags; unsigned long k, vaddr; + unsigned long total_size = 0; if (elf_ppnt->p_type != PT_LOAD) continue; @@ -815,10 +817,16 @@ #else load_bias = ELF_PAGESTART(ELF_ET_DYN_BASE - vaddr); #endif + total_size = total_mapping_size(elf_phdata, + loc->elf_ex.e_phnum); + if (!total_size) { + retval = -EINVAL; + goto out_free_dentry; + } } error = elf_map(bprm->file, load_bias + vaddr, elf_ppnt, - elf_prot, elf_flags, 0); + elf_prot, elf_flags, total_size); if (BAD_ADDR(error)) { send_sig(SIGKILL, current, 0); retval = IS_ERR((void *)error) ? --- linux-lts-utopic-3.16.0.orig/fs/btrfs/async-thread.c +++ linux-lts-utopic-3.16.0/fs/btrfs/async-thread.c @@ -22,7 +22,6 @@ #include #include #include -#include #include "async-thread.h" #include "ctree.h" @@ -55,8 +54,39 @@ struct __btrfs_workqueue *high; }; -static inline struct __btrfs_workqueue -*__btrfs_alloc_workqueue(const char *name, int flags, int max_active, +static void normal_work_helper(struct btrfs_work *work); + +#define BTRFS_WORK_HELPER(name) \ +void btrfs_##name(struct work_struct *arg) \ +{ \ + struct btrfs_work *work = container_of(arg, struct btrfs_work, \ + normal_work); \ + normal_work_helper(work); \ +} + +BTRFS_WORK_HELPER(worker_helper); +BTRFS_WORK_HELPER(delalloc_helper); +BTRFS_WORK_HELPER(flush_delalloc_helper); +BTRFS_WORK_HELPER(cache_helper); +BTRFS_WORK_HELPER(submit_helper); +BTRFS_WORK_HELPER(fixup_helper); +BTRFS_WORK_HELPER(endio_helper); +BTRFS_WORK_HELPER(endio_meta_helper); +BTRFS_WORK_HELPER(endio_meta_write_helper); +BTRFS_WORK_HELPER(endio_raid56_helper); +BTRFS_WORK_HELPER(rmw_helper); +BTRFS_WORK_HELPER(endio_write_helper); +BTRFS_WORK_HELPER(freespace_write_helper); +BTRFS_WORK_HELPER(delayed_meta_helper); +BTRFS_WORK_HELPER(readahead_helper); +BTRFS_WORK_HELPER(qgroup_rescan_helper); +BTRFS_WORK_HELPER(extent_refs_helper); +BTRFS_WORK_HELPER(scrub_helper); +BTRFS_WORK_HELPER(scrubwrc_helper); +BTRFS_WORK_HELPER(scrubnc_helper); + +static struct __btrfs_workqueue * +__btrfs_alloc_workqueue(const char *name, int flags, int max_active, int thresh) { struct __btrfs_workqueue *ret = kzalloc(sizeof(*ret), GFP_NOFS); @@ -232,13 +262,11 @@ spin_unlock_irqrestore(lock, flags); } -static void normal_work_helper(struct work_struct *arg) +static void normal_work_helper(struct btrfs_work *work) { - struct btrfs_work *work; struct __btrfs_workqueue *wq; int need_order = 0; - work = container_of(arg, struct btrfs_work, normal_work); /* * We should not touch things inside work in the following cases: * 1) after work->func() if it has no ordered_free @@ -262,7 +290,7 @@ trace_btrfs_all_work_done(work); } -void btrfs_init_work(struct btrfs_work *work, +void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t uniq_func, btrfs_func_t func, btrfs_func_t ordered_func, btrfs_func_t ordered_free) @@ -270,7 +298,7 @@ work->func = func; work->ordered_func = ordered_func; work->ordered_free = ordered_free; - INIT_WORK(&work->normal_work, normal_work_helper); + INIT_WORK(&work->normal_work, uniq_func); INIT_LIST_HEAD(&work->ordered_list); work->flags = 0; } --- linux-lts-utopic-3.16.0.orig/fs/btrfs/async-thread.h +++ linux-lts-utopic-3.16.0/fs/btrfs/async-thread.h @@ -19,12 +19,14 @@ #ifndef __BTRFS_ASYNC_THREAD_ #define __BTRFS_ASYNC_THREAD_ +#include struct btrfs_workqueue; /* Internal use only */ struct __btrfs_workqueue; struct btrfs_work; typedef void (*btrfs_func_t)(struct btrfs_work *arg); +typedef void (*btrfs_work_func_t)(struct work_struct *arg); struct btrfs_work { btrfs_func_t func; @@ -38,11 +40,35 @@ unsigned long flags; }; +#define BTRFS_WORK_HELPER_PROTO(name) \ +void btrfs_##name(struct work_struct *arg) + +BTRFS_WORK_HELPER_PROTO(worker_helper); +BTRFS_WORK_HELPER_PROTO(delalloc_helper); +BTRFS_WORK_HELPER_PROTO(flush_delalloc_helper); +BTRFS_WORK_HELPER_PROTO(cache_helper); +BTRFS_WORK_HELPER_PROTO(submit_helper); +BTRFS_WORK_HELPER_PROTO(fixup_helper); +BTRFS_WORK_HELPER_PROTO(endio_helper); +BTRFS_WORK_HELPER_PROTO(endio_meta_helper); +BTRFS_WORK_HELPER_PROTO(endio_meta_write_helper); +BTRFS_WORK_HELPER_PROTO(endio_raid56_helper); +BTRFS_WORK_HELPER_PROTO(rmw_helper); +BTRFS_WORK_HELPER_PROTO(endio_write_helper); +BTRFS_WORK_HELPER_PROTO(freespace_write_helper); +BTRFS_WORK_HELPER_PROTO(delayed_meta_helper); +BTRFS_WORK_HELPER_PROTO(readahead_helper); +BTRFS_WORK_HELPER_PROTO(qgroup_rescan_helper); +BTRFS_WORK_HELPER_PROTO(extent_refs_helper); +BTRFS_WORK_HELPER_PROTO(scrub_helper); +BTRFS_WORK_HELPER_PROTO(scrubwrc_helper); +BTRFS_WORK_HELPER_PROTO(scrubnc_helper); + struct btrfs_workqueue *btrfs_alloc_workqueue(const char *name, int flags, int max_active, int thresh); -void btrfs_init_work(struct btrfs_work *work, +void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t helper, btrfs_func_t func, btrfs_func_t ordered_func, btrfs_func_t ordered_free); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/backref.c +++ linux-lts-utopic-3.16.0/fs/btrfs/backref.c @@ -276,9 +276,8 @@ } if (ret > 0) goto next; - ret = ulist_add_merge(parents, eb->start, - (uintptr_t)eie, - (u64 *)&old, GFP_NOFS); + ret = ulist_add_merge_ptr(parents, eb->start, + eie, (void **)&old, GFP_NOFS); if (ret < 0) break; if (!ret && extent_item_pos) { @@ -1001,16 +1000,19 @@ ret = -EIO; goto out; } + btrfs_tree_read_lock(eb); + btrfs_set_lock_blocking_rw(eb, BTRFS_READ_LOCK); ret = find_extent_in_eb(eb, bytenr, *extent_item_pos, &eie); + btrfs_tree_read_unlock_blocking(eb); free_extent_buffer(eb); if (ret < 0) goto out; ref->inode_list = eie; } - ret = ulist_add_merge(refs, ref->parent, - (uintptr_t)ref->inode_list, - (u64 *)&eie, GFP_NOFS); + ret = ulist_add_merge_ptr(refs, ref->parent, + ref->inode_list, + (void **)&eie, GFP_NOFS); if (ret < 0) goto out; if (!ret && extent_item_pos) { @@ -1284,7 +1286,8 @@ read_extent_buffer(eb, dest + bytes_left, name_off, name_len); if (eb != eb_in) { - btrfs_tree_read_unlock_blocking(eb); + if (!path->skip_locking) + btrfs_tree_read_unlock_blocking(eb); free_extent_buffer(eb); } ret = inode_ref_info(parent, 0, fs_root, path, &found_key); @@ -1303,9 +1306,10 @@ eb = path->nodes[0]; /* make sure we can use eb after releasing the path */ if (eb != eb_in) { - atomic_inc(&eb->refs); - btrfs_tree_read_lock(eb); - btrfs_set_lock_blocking_rw(eb, BTRFS_READ_LOCK); + if (!path->skip_locking) + btrfs_set_lock_blocking_rw(eb, BTRFS_READ_LOCK); + path->nodes[0] = NULL; + path->locks[0] = 0; } btrfs_release_path(path); iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); @@ -1691,7 +1695,6 @@ int found = 0; struct extent_buffer *eb; struct btrfs_inode_extref *extref; - struct extent_buffer *leaf; u32 item_size; u32 cur_offset; unsigned long ptr; @@ -1719,9 +1722,8 @@ btrfs_set_lock_blocking_rw(eb, BTRFS_READ_LOCK); btrfs_release_path(path); - leaf = path->nodes[0]; - item_size = btrfs_item_size_nr(leaf, slot); - ptr = btrfs_item_ptr_offset(leaf, slot); + item_size = btrfs_item_size_nr(eb, slot); + ptr = btrfs_item_ptr_offset(eb, slot); cur_offset = 0; while (cur_offset < item_size) { @@ -1735,7 +1737,7 @@ if (ret) break; - cur_offset += btrfs_inode_extref_name_len(leaf, extref); + cur_offset += btrfs_inode_extref_name_len(eb, extref); cur_offset += sizeof(*extref); } btrfs_tree_read_unlock_blocking(eb); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/btrfs_inode.h +++ linux-lts-utopic-3.16.0/fs/btrfs/btrfs_inode.h @@ -84,12 +84,6 @@ */ struct list_head delalloc_inodes; - /* - * list for tracking inodes that must be sent to disk before a - * rename or truncate commit - */ - struct list_head ordered_operations; - /* node for the red-black tree that links inodes in subvolume root */ struct rb_node rb_node; --- linux-lts-utopic-3.16.0.orig/fs/btrfs/compression.c +++ linux-lts-utopic-3.16.0/fs/btrfs/compression.c @@ -1010,8 +1010,6 @@ bytes = min(bytes, working_bytes); kaddr = kmap_atomic(page_out); memcpy(kaddr + *pg_offset, buf + buf_offset, bytes); - if (*pg_index == (vcnt - 1) && *pg_offset == 0) - memset(kaddr + bytes, 0, PAGE_CACHE_SIZE - bytes); kunmap_atomic(kaddr); flush_dcache_page(page_out); @@ -1053,3 +1051,34 @@ return 1; } + +/* + * When uncompressing data, we need to make sure and zero any parts of + * the biovec that were not filled in by the decompression code. pg_index + * and pg_offset indicate the last page and the last offset of that page + * that have been filled in. This will zero everything remaining in the + * biovec. + */ +void btrfs_clear_biovec_end(struct bio_vec *bvec, int vcnt, + unsigned long pg_index, + unsigned long pg_offset) +{ + while (pg_index < vcnt) { + struct page *page = bvec[pg_index].bv_page; + unsigned long off = bvec[pg_index].bv_offset; + unsigned long len = bvec[pg_index].bv_len; + + if (pg_offset < off) + pg_offset = off; + if (pg_offset < off + len) { + unsigned long bytes = off + len - pg_offset; + char *kaddr; + + kaddr = kmap_atomic(page); + memset(kaddr + pg_offset, 0, bytes); + kunmap_atomic(kaddr); + } + pg_index++; + pg_offset = 0; + } +} --- linux-lts-utopic-3.16.0.orig/fs/btrfs/compression.h +++ linux-lts-utopic-3.16.0/fs/btrfs/compression.h @@ -45,7 +45,9 @@ unsigned long nr_pages); int btrfs_submit_compressed_read(struct inode *inode, struct bio *bio, int mirror_num, unsigned long bio_flags); - +void btrfs_clear_biovec_end(struct bio_vec *bvec, int vcnt, + unsigned long pg_index, + unsigned long pg_offset); struct btrfs_compress_op { struct list_head *(*alloc_workspace)(void); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/ctree.c +++ linux-lts-utopic-3.16.0/fs/btrfs/ctree.c @@ -80,13 +80,6 @@ { int i; -#ifdef CONFIG_DEBUG_LOCK_ALLOC - /* lockdep really cares that we take all of these spinlocks - * in the right order. If any of the locks in the path are not - * currently blocking, it is going to complain. So, make really - * really sure by forcing the path to blocking before we clear - * the path blocking. - */ if (held) { btrfs_set_lock_blocking_rw(held, held_rw); if (held_rw == BTRFS_WRITE_LOCK) @@ -95,7 +88,6 @@ held_rw = BTRFS_READ_LOCK_BLOCKING; } btrfs_set_path_blocking(p); -#endif for (i = BTRFS_MAX_LEVEL - 1; i >= 0; i--) { if (p->nodes[i] && p->locks[i]) { @@ -107,10 +99,8 @@ } } -#ifdef CONFIG_DEBUG_LOCK_ALLOC if (held) btrfs_clear_lock_blocking_rw(held, held_rw); -#endif } /* this also releases the path */ @@ -2627,32 +2617,23 @@ return 0; } -int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *found_path, +int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path, u64 iobjectid, u64 ioff, u8 key_type, struct btrfs_key *found_key) { int ret; struct btrfs_key key; struct extent_buffer *eb; - struct btrfs_path *path; + + ASSERT(path); key.type = key_type; key.objectid = iobjectid; key.offset = ioff; - if (found_path == NULL) { - path = btrfs_alloc_path(); - if (!path) - return -ENOMEM; - } else - path = found_path; - ret = btrfs_search_slot(NULL, fs_root, &key, path, 0, 0); - if ((ret < 0) || (found_key == NULL)) { - if (path != found_path) - btrfs_free_path(path); + if ((ret < 0) || (found_key == NULL)) return ret; - } eb = path->nodes[0]; if (ret && path->slots[0] >= btrfs_header_nritems(eb)) { @@ -2902,7 +2883,7 @@ } p->locks[level] = BTRFS_WRITE_LOCK; } else { - err = btrfs_try_tree_read_lock(b); + err = btrfs_tree_read_lock_atomic(b); if (!err) { btrfs_set_path_blocking(p); btrfs_tree_read_lock(b); @@ -2948,7 +2929,7 @@ */ if (!p->leave_spinning) btrfs_set_path_blocking(p); - if (ret < 0) + if (ret < 0 && !p->skip_release_on_error) btrfs_release_path(p); return ret; } @@ -3034,7 +3015,7 @@ } level = btrfs_header_level(b); - err = btrfs_try_tree_read_lock(b); + err = btrfs_tree_read_lock_atomic(b); if (!err) { btrfs_set_path_blocking(p); btrfs_tree_read_lock(b); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/ctree.h +++ linux-lts-utopic-3.16.0/fs/btrfs/ctree.h @@ -611,6 +611,7 @@ unsigned int leave_spinning:1; unsigned int search_commit_root:1; unsigned int need_commit_sem:1; + unsigned int skip_release_on_error:1; }; /* @@ -3695,6 +3696,10 @@ int verify_dir_item(struct btrfs_root *root, struct extent_buffer *leaf, struct btrfs_dir_item *dir_item); +struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_root *root, + struct btrfs_path *path, + const char *name, + int name_len); /* orphan.c */ int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans, --- linux-lts-utopic-3.16.0.orig/fs/btrfs/delayed-inode.c +++ linux-lts-utopic-3.16.0/fs/btrfs/delayed-inode.c @@ -1395,8 +1395,8 @@ return -ENOMEM; async_work->delayed_root = delayed_root; - btrfs_init_work(&async_work->work, btrfs_async_run_delayed_root, - NULL, NULL); + btrfs_init_work(&async_work->work, btrfs_delayed_meta_helper, + btrfs_async_run_delayed_root, NULL, NULL); async_work->nr = nr; btrfs_queue_work(root->fs_info->delayed_workers, &async_work->work); @@ -1689,7 +1689,7 @@ * */ int btrfs_readdir_delayed_dir_index(struct dir_context *ctx, - struct list_head *ins_list) + struct list_head *ins_list, bool *emitted) { struct btrfs_dir_item *di; struct btrfs_delayed_item *curr, *next; @@ -1733,6 +1733,7 @@ if (over) return 1; + *emitted = true; } return 0; } @@ -1857,6 +1858,14 @@ { struct btrfs_delayed_node *delayed_node; + /* + * we don't do delayed inode updates during log recovery because it + * leads to enospc problems. This means we also can't do + * delayed inode refs + */ + if (BTRFS_I(inode)->root->fs_info->log_root_recovering) + return -EAGAIN; + delayed_node = btrfs_get_or_create_delayed_node(inode); if (IS_ERR(delayed_node)) return PTR_ERR(delayed_node); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/delayed-inode.h +++ linux-lts-utopic-3.16.0/fs/btrfs/delayed-inode.h @@ -144,7 +144,7 @@ int btrfs_should_delete_dir_index(struct list_head *del_list, u64 index); int btrfs_readdir_delayed_dir_index(struct dir_context *ctx, - struct list_head *ins_list); + struct list_head *ins_list, bool *emitted); /* for init */ int __init btrfs_delayed_inode_init(void); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/dev-replace.c +++ linux-lts-utopic-3.16.0/fs/btrfs/dev-replace.c @@ -567,6 +567,8 @@ btrfs_kobj_rm_device(fs_info, src_device); btrfs_kobj_add_device(fs_info, tgt_device); + btrfs_dev_replace_unlock(dev_replace); + btrfs_rm_dev_replace_blocked(fs_info); btrfs_rm_dev_replace_srcdev(fs_info, src_device); @@ -580,7 +582,6 @@ * superblock is scratched out so that it is no longer marked to * belong to this filesystem. */ - btrfs_dev_replace_unlock(dev_replace); mutex_unlock(&root->fs_info->fs_devices->device_list_mutex); mutex_unlock(&root->fs_info->chunk_mutex); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/dir-item.c +++ linux-lts-utopic-3.16.0/fs/btrfs/dir-item.c @@ -21,10 +21,6 @@ #include "hash.h" #include "transaction.h" -static struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_root *root, - struct btrfs_path *path, - const char *name, int name_len); - /* * insert a name into a directory, doing overflow properly if there is a hash * collision. data_size indicates how big the item inserted should be. On @@ -383,9 +379,9 @@ * this walks through all the entries in a dir item and finds one * for a specific name. */ -static struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_root *root, - struct btrfs_path *path, - const char *name, int name_len) +struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_root *root, + struct btrfs_path *path, + const char *name, int name_len) { struct btrfs_dir_item *dir_item; unsigned long name_ptr; --- linux-lts-utopic-3.16.0.orig/fs/btrfs/disk-io.c +++ linux-lts-utopic-3.16.0/fs/btrfs/disk-io.c @@ -39,7 +39,6 @@ #include "btrfs_inode.h" #include "volumes.h" #include "print-tree.h" -#include "async-thread.h" #include "locking.h" #include "tree-log.h" #include "free-space-cache.h" @@ -60,8 +59,6 @@ static void free_fs_root(struct btrfs_root *root); static int btrfs_check_super_valid(struct btrfs_fs_info *fs_info, int read_only); -static void btrfs_destroy_ordered_operations(struct btrfs_transaction *t, - struct btrfs_root *root); static void btrfs_destroy_ordered_extents(struct btrfs_root *root); static int btrfs_destroy_delayed_refs(struct btrfs_transaction *trans, struct btrfs_root *root); @@ -695,35 +692,41 @@ { struct end_io_wq *end_io_wq = bio->bi_private; struct btrfs_fs_info *fs_info; + struct btrfs_workqueue *wq; + btrfs_work_func_t func; fs_info = end_io_wq->info; end_io_wq->error = err; - btrfs_init_work(&end_io_wq->work, end_workqueue_fn, NULL, NULL); if (bio->bi_rw & REQ_WRITE) { - if (end_io_wq->metadata == BTRFS_WQ_ENDIO_METADATA) - btrfs_queue_work(fs_info->endio_meta_write_workers, - &end_io_wq->work); - else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_FREE_SPACE) - btrfs_queue_work(fs_info->endio_freespace_worker, - &end_io_wq->work); - else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_RAID56) - btrfs_queue_work(fs_info->endio_raid56_workers, - &end_io_wq->work); - else - btrfs_queue_work(fs_info->endio_write_workers, - &end_io_wq->work); + if (end_io_wq->metadata == BTRFS_WQ_ENDIO_METADATA) { + wq = fs_info->endio_meta_write_workers; + func = btrfs_endio_meta_write_helper; + } else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_FREE_SPACE) { + wq = fs_info->endio_freespace_worker; + func = btrfs_freespace_write_helper; + } else if (end_io_wq->metadata == BTRFS_WQ_ENDIO_RAID56) { + wq = fs_info->endio_raid56_workers; + func = btrfs_endio_raid56_helper; + } else { + wq = fs_info->endio_write_workers; + func = btrfs_endio_write_helper; + } } else { - if (end_io_wq->metadata == BTRFS_WQ_ENDIO_RAID56) - btrfs_queue_work(fs_info->endio_raid56_workers, - &end_io_wq->work); - else if (end_io_wq->metadata) - btrfs_queue_work(fs_info->endio_meta_workers, - &end_io_wq->work); - else - btrfs_queue_work(fs_info->endio_workers, - &end_io_wq->work); + if (end_io_wq->metadata == BTRFS_WQ_ENDIO_RAID56) { + wq = fs_info->endio_raid56_workers; + func = btrfs_endio_raid56_helper; + } else if (end_io_wq->metadata) { + wq = fs_info->endio_meta_workers; + func = btrfs_endio_meta_helper; + } else { + wq = fs_info->endio_workers; + func = btrfs_endio_helper; + } } + + btrfs_init_work(&end_io_wq->work, func, end_workqueue_fn, NULL, NULL); + btrfs_queue_work(wq, &end_io_wq->work); } /* @@ -830,7 +833,7 @@ async->submit_bio_start = submit_bio_start; async->submit_bio_done = submit_bio_done; - btrfs_init_work(&async->work, run_one_async_start, + btrfs_init_work(&async->work, btrfs_worker_helper, run_one_async_start, run_one_async_done, run_one_async_free); async->bio_flags = bio_flags; @@ -1624,6 +1627,7 @@ bool check_ref) { struct btrfs_root *root; + struct btrfs_path *path; int ret; if (location->objectid == BTRFS_ROOT_TREE_OBJECTID) @@ -1663,8 +1667,14 @@ if (ret) goto fail; - ret = btrfs_find_item(fs_info->tree_root, NULL, BTRFS_ORPHAN_OBJECTID, + path = btrfs_alloc_path(); + if (!path) { + ret = -ENOMEM; + goto fail; + } + ret = btrfs_find_item(fs_info->tree_root, path, BTRFS_ORPHAN_OBJECTID, location->objectid, BTRFS_ORPHAN_ITEM_KEY, NULL); + btrfs_free_path(path); if (ret < 0) goto fail; if (ret == 0) @@ -2489,7 +2499,7 @@ features |= BTRFS_FEATURE_INCOMPAT_COMPRESS_LZO; if (features & BTRFS_FEATURE_INCOMPAT_SKINNY_METADATA) - printk(KERN_ERR "BTRFS: has skinny extents\n"); + printk(KERN_INFO "BTRFS: has skinny extents\n"); /* * flag our filesystem as having big metadata blocks if @@ -3829,34 +3839,6 @@ btrfs_cleanup_transaction(root); } -static void btrfs_destroy_ordered_operations(struct btrfs_transaction *t, - struct btrfs_root *root) -{ - struct btrfs_inode *btrfs_inode; - struct list_head splice; - - INIT_LIST_HEAD(&splice); - - mutex_lock(&root->fs_info->ordered_operations_mutex); - spin_lock(&root->fs_info->ordered_root_lock); - - list_splice_init(&t->ordered_operations, &splice); - while (!list_empty(&splice)) { - btrfs_inode = list_entry(splice.next, struct btrfs_inode, - ordered_operations); - - list_del_init(&btrfs_inode->ordered_operations); - spin_unlock(&root->fs_info->ordered_root_lock); - - btrfs_invalidate_inodes(btrfs_inode->root); - - spin_lock(&root->fs_info->ordered_root_lock); - } - - spin_unlock(&root->fs_info->ordered_root_lock); - mutex_unlock(&root->fs_info->ordered_operations_mutex); -} - static void btrfs_destroy_ordered_extents(struct btrfs_root *root) { struct btrfs_ordered_extent *ordered; @@ -4067,12 +4049,6 @@ if (ret) break; - /* opt_discard */ - if (btrfs_test_opt(root, DISCARD)) - ret = btrfs_error_discard_extent(root, start, - end + 1 - start, - NULL); - clear_extent_dirty(unpin, start, end, GFP_NOFS); btrfs_error_unpin_extent_range(root, start, end); cond_resched(); @@ -4090,11 +4066,28 @@ return 0; } +static void btrfs_free_pending_ordered(struct btrfs_transaction *cur_trans, + struct btrfs_fs_info *fs_info) +{ + struct btrfs_ordered_extent *ordered; + + spin_lock(&fs_info->trans_lock); + while (!list_empty(&cur_trans->pending_ordered)) { + ordered = list_first_entry(&cur_trans->pending_ordered, + struct btrfs_ordered_extent, + trans_list); + list_del_init(&ordered->trans_list); + spin_unlock(&fs_info->trans_lock); + + btrfs_put_ordered_extent(ordered); + spin_lock(&fs_info->trans_lock); + } + spin_unlock(&fs_info->trans_lock); +} + void btrfs_cleanup_one_transaction(struct btrfs_transaction *cur_trans, struct btrfs_root *root) { - btrfs_destroy_ordered_operations(cur_trans, root); - btrfs_destroy_delayed_refs(cur_trans, root); cur_trans->state = TRANS_STATE_COMMIT_START; @@ -4103,6 +4096,7 @@ cur_trans->state = TRANS_STATE_UNBLOCKED; wake_up(&root->fs_info->transaction_wait); + btrfs_free_pending_ordered(cur_trans, root->fs_info); btrfs_destroy_delayed_inodes(root); btrfs_assert_delayed_root_empty(root); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/extent-tree.c +++ linux-lts-utopic-3.16.0/fs/btrfs/extent-tree.c @@ -552,7 +552,8 @@ caching_ctl->block_group = cache; caching_ctl->progress = cache->key.objectid; atomic_set(&caching_ctl->count, 1); - btrfs_init_work(&caching_ctl->work, caching_thread, NULL, NULL); + btrfs_init_work(&caching_ctl->work, btrfs_cache_helper, + caching_thread, NULL, NULL); spin_lock(&cache->lock); /* @@ -2749,8 +2750,8 @@ async->sync = 0; init_completion(&async->wait); - btrfs_init_work(&async->work, delayed_ref_async_start, - NULL, NULL); + btrfs_init_work(&async->work, btrfs_extent_refs_helper, + delayed_ref_async_start, NULL, NULL); btrfs_queue_work(root->fs_info->extent_workers, &async->work); @@ -4348,11 +4349,21 @@ } static int btrfs_need_do_async_reclaim(struct btrfs_space_info *space_info, - struct btrfs_fs_info *fs_info) + struct btrfs_fs_info *fs_info, + int flush_state) { u64 used; spin_lock(&space_info->lock); + /* + * We run out of space and have not got any free space via flush_space, + * so don't bother doing async reclaim. + */ + if (flush_state > COMMIT_TRANS && space_info->full) { + spin_unlock(&space_info->lock); + return 0; + } + used = space_info->bytes_used + space_info->bytes_reserved + space_info->bytes_pinned + space_info->bytes_readonly + space_info->bytes_may_use; @@ -4385,11 +4396,12 @@ flush_space(fs_info->fs_root, space_info, to_reclaim, to_reclaim, flush_state); flush_state++; - if (!btrfs_need_do_async_reclaim(space_info, fs_info)) + if (!btrfs_need_do_async_reclaim(space_info, fs_info, + flush_state)) return; } while (flush_state <= COMMIT_TRANS); - if (btrfs_need_do_async_reclaim(space_info, fs_info)) + if (btrfs_need_do_async_reclaim(space_info, fs_info, flush_state)) queue_work(system_unbound_wq, work); } @@ -4507,7 +4519,13 @@ space_info->flush = 1; } else if (!ret && space_info->flags & BTRFS_BLOCK_GROUP_METADATA) { used += orig_bytes; - if (need_do_async_reclaim(space_info, root->fs_info, used) && + /* + * We will do the space reservation dance during log replay, + * which means we won't have fs_info->fs_root set, so don't do + * the async reclaim as we will panic. + */ + if (!root->fs_info->log_root_recovering && + need_do_async_reclaim(space_info, root->fs_info, used) && !work_busy(&root->fs_info->async_reclaim_work)) queue_work(system_unbound_wq, &root->fs_info->async_reclaim_work); @@ -5703,7 +5721,8 @@ update_global_block_rsv(fs_info); } -static int unpin_extent_range(struct btrfs_root *root, u64 start, u64 end) +static int unpin_extent_range(struct btrfs_root *root, u64 start, u64 end, + const bool return_free_space) { struct btrfs_fs_info *fs_info = root->fs_info; struct btrfs_block_group_cache *cache = NULL; @@ -5727,7 +5746,8 @@ if (start < cache->last_byte_to_unpin) { len = min(len, cache->last_byte_to_unpin - start); - btrfs_add_free_space(cache, start, len); + if (return_free_space) + btrfs_add_free_space(cache, start, len); } start += len; @@ -5791,7 +5811,7 @@ end + 1 - start, NULL); clear_extent_dirty(unpin, start, end, GFP_NOFS); - unpin_extent_range(root, start, end); + unpin_extent_range(root, start, end, true); cond_resched(); } @@ -6951,12 +6971,11 @@ return -ENOSPC; } - if (btrfs_test_opt(root, DISCARD)) - ret = btrfs_discard_extent(root, start, len, NULL); - if (pin) pin_down_extent(root, cache, start, len, 1); else { + if (btrfs_test_opt(root, DISCARD)) + ret = btrfs_discard_extent(root, start, len, NULL); btrfs_add_free_space(cache, start, len); btrfs_update_reserved_bytes(cache, len, RESERVE_FREE, delalloc); } @@ -9193,7 +9212,7 @@ disk_super = fs_info->super_copy; if (!btrfs_super_root(disk_super)) - return 1; + return -EINVAL; features = btrfs_super_incompat_flags(disk_super); if (features & BTRFS_FEATURE_INCOMPAT_MIXED_GROUPS) @@ -9222,7 +9241,7 @@ int btrfs_error_unpin_extent_range(struct btrfs_root *root, u64 start, u64 end) { - return unpin_extent_range(root, start, end); + return unpin_extent_range(root, start, end, false); } int btrfs_error_discard_extent(struct btrfs_root *root, u64 bytenr, --- linux-lts-utopic-3.16.0.orig/fs/btrfs/extent_io.c +++ linux-lts-utopic-3.16.0/fs/btrfs/extent_io.c @@ -2532,6 +2532,7 @@ test_bit(BIO_UPTODATE, &bio->bi_flags); if (err) uptodate = 0; + offset += len; continue; } } @@ -2687,7 +2688,8 @@ bio_end_io_t end_io_func, int mirror_num, unsigned long prev_bio_flags, - unsigned long bio_flags) + unsigned long bio_flags, + bool force_bio_submit) { int ret = 0; struct bio *bio; @@ -2705,6 +2707,7 @@ contig = bio_end_sector(bio) == sector; if (prev_bio_flags != bio_flags || !contig || + force_bio_submit || merge_bio(rw, tree, page, offset, page_size, bio, bio_flags) || bio_add_page(bio, page, page_size, offset) < page_size) { ret = submit_one_bio(rw, bio, mirror_num, @@ -2796,7 +2799,8 @@ get_extent_t *get_extent, struct extent_map **em_cached, struct bio **bio, int mirror_num, - unsigned long *bio_flags, int rw) + unsigned long *bio_flags, int rw, + u64 *prev_em_start) { struct inode *inode = page->mapping->host; u64 start = page_offset(page); @@ -2844,6 +2848,7 @@ } while (cur <= end) { unsigned long pnr = (last_byte >> PAGE_CACHE_SHIFT) + 1; + bool force_bio_submit = false; if (cur >= last_byte) { char *userpage; @@ -2894,6 +2899,49 @@ block_start = em->block_start; if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) block_start = EXTENT_MAP_HOLE; + + /* + * If we have a file range that points to a compressed extent + * and it's followed by a consecutive file range that points to + * to the same compressed extent (possibly with a different + * offset and/or length, so it either points to the whole extent + * or only part of it), we must make sure we do not submit a + * single bio to populate the pages for the 2 ranges because + * this makes the compressed extent read zero out the pages + * belonging to the 2nd range. Imagine the following scenario: + * + * File layout + * [0 - 8K] [8K - 24K] + * | | + * | | + * points to extent X, points to extent X, + * offset 4K, length of 8K offset 0, length 16K + * + * [extent X, compressed length = 4K uncompressed length = 16K] + * + * If the bio to read the compressed extent covers both ranges, + * it will decompress extent X into the pages belonging to the + * first range and then it will stop, zeroing out the remaining + * pages that belong to the other range that points to extent X. + * So here we make sure we submit 2 bios, one for the first + * range and another one for the third range. Both will target + * the same physical extent from disk, but we can't currently + * make the compressed bio endio callback populate the pages + * for both ranges because each compressed bio is tightly + * coupled with a single extent map, and each range can have + * an extent map with a different offset value relative to the + * uncompressed data of our extent and different lengths. This + * is a corner case so we prioritize correctness over + * non-optimal behavior (submitting 2 bios for the same extent). + */ + if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) && + prev_em_start && *prev_em_start != (u64)-1 && + *prev_em_start != em->orig_start) + force_bio_submit = true; + + if (prev_em_start) + *prev_em_start = em->orig_start; + free_extent_map(em); em = NULL; @@ -2943,7 +2991,8 @@ bdev, bio, pnr, end_bio_extent_readpage, mirror_num, *bio_flags, - this_bio_flag); + this_bio_flag, + force_bio_submit); if (!ret) { nr++; *bio_flags = this_bio_flag; @@ -2970,7 +3019,8 @@ get_extent_t *get_extent, struct extent_map **em_cached, struct bio **bio, int mirror_num, - unsigned long *bio_flags, int rw) + unsigned long *bio_flags, int rw, + u64 *prev_em_start) { struct inode *inode; struct btrfs_ordered_extent *ordered; @@ -2990,7 +3040,7 @@ for (index = 0; index < nr_pages; index++) { __do_readpage(tree, pages[index], get_extent, em_cached, bio, - mirror_num, bio_flags, rw); + mirror_num, bio_flags, rw, prev_em_start); page_cache_release(pages[index]); } } @@ -3000,7 +3050,8 @@ int nr_pages, get_extent_t *get_extent, struct extent_map **em_cached, struct bio **bio, int mirror_num, - unsigned long *bio_flags, int rw) + unsigned long *bio_flags, int rw, + u64 *prev_em_start) { u64 start = 0; u64 end = 0; @@ -3021,7 +3072,7 @@ index - first_index, start, end, get_extent, em_cached, bio, mirror_num, bio_flags, - rw); + rw, prev_em_start); start = page_start; end = start + PAGE_CACHE_SIZE - 1; first_index = index; @@ -3032,7 +3083,8 @@ __do_contiguous_readpages(tree, &pages[first_index], index - first_index, start, end, get_extent, em_cached, bio, - mirror_num, bio_flags, rw); + mirror_num, bio_flags, rw, + prev_em_start); } static int __extent_read_full_page(struct extent_io_tree *tree, @@ -3058,7 +3110,7 @@ } ret = __do_readpage(tree, page, get_extent, NULL, bio, mirror_num, - bio_flags, rw); + bio_flags, rw, NULL); return ret; } @@ -3084,7 +3136,7 @@ int ret; ret = __do_readpage(tree, page, get_extent, NULL, &bio, mirror_num, - &bio_flags, READ); + &bio_flags, READ, NULL); if (bio) ret = submit_one_bio(READ, bio, mirror_num, bio_flags); return ret; @@ -3337,7 +3389,7 @@ sector, iosize, pg_offset, bdev, &epd->bio, max_nr, end_bio_extent_writepage, - 0, 0, 0); + 0, 0, 0, false); if (ret) SetPageError(page); } @@ -3584,7 +3636,7 @@ ret = submit_extent_page(rw, tree, p, offset >> 9, PAGE_CACHE_SIZE, 0, bdev, &epd->bio, -1, end_bio_extent_buffer_writepage, - 0, epd->bio_flags, bio_flags); + 0, epd->bio_flags, bio_flags, false); epd->bio_flags = bio_flags; if (ret) { set_bit(EXTENT_BUFFER_IOERR, &eb->bflags); @@ -3987,6 +4039,7 @@ struct page *page; struct extent_map *em_cached = NULL; int nr = 0; + u64 prev_em_start = (u64)-1; for (page_idx = 0; page_idx < nr_pages; page_idx++) { page = list_entry(pages->prev, struct page, lru); @@ -4003,12 +4056,12 @@ if (nr < ARRAY_SIZE(pagepool)) continue; __extent_readpages(tree, pagepool, nr, get_extent, &em_cached, - &bio, 0, &bio_flags, READ); + &bio, 0, &bio_flags, READ, &prev_em_start); nr = 0; } if (nr) __extent_readpages(tree, pagepool, nr, get_extent, &em_cached, - &bio, 0, &bio_flags, READ); + &bio, 0, &bio_flags, READ, &prev_em_start); if (em_cached) free_extent_map(em_cached); @@ -4358,8 +4411,11 @@ } ret = fiemap_fill_next_extent(fieinfo, em_start, disko, em_len, flags); - if (ret) + if (ret) { + if (ret == 1) + ret = 0; goto out_free; + } } out_free: free_extent_map(em); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/extent_map.c +++ linux-lts-utopic-3.16.0/fs/btrfs/extent_map.c @@ -287,8 +287,6 @@ if (!em) goto out; - if (!test_bit(EXTENT_FLAG_LOGGING, &em->flags)) - list_move(&em->list, &tree->modified_extents); em->generation = gen; clear_bit(EXTENT_FLAG_PINNED, &em->flags); em->mod_start = em->start; --- linux-lts-utopic-3.16.0.orig/fs/btrfs/file-item.c +++ linux-lts-utopic-3.16.0/fs/btrfs/file-item.c @@ -423,7 +423,7 @@ ret = 0; fail: while (ret < 0 && !list_empty(&tmplist)) { - sums = list_entry(&tmplist, struct btrfs_ordered_sum, list); + sums = list_entry(tmplist.next, struct btrfs_ordered_sum, list); list_del(&sums->list); kfree(sums); } @@ -756,7 +756,7 @@ found_next = 1; if (ret != 0) goto insert; - slot = 0; + slot = path->slots[0]; } btrfs_item_key_to_cpu(path->nodes[0], &found_key, slot); if (found_key.objectid != BTRFS_EXTENT_CSUM_OBJECTID || --- linux-lts-utopic-3.16.0.orig/fs/btrfs/file.c +++ linux-lts-utopic-3.16.0/fs/btrfs/file.c @@ -760,8 +760,16 @@ } btrfs_item_key_to_cpu(leaf, &key, path->slots[0]); - if (key.objectid > ino || - key.type > BTRFS_EXTENT_DATA_KEY || key.offset >= end) + + if (key.objectid > ino) + break; + if (WARN_ON_ONCE(key.objectid < ino) || + key.type < BTRFS_EXTENT_DATA_KEY) { + ASSERT(del_nr == 0); + path->slots[0]++; + goto next_slot; + } + if (key.type > BTRFS_EXTENT_DATA_KEY || key.offset >= end) break; fi = btrfs_item_ptr(leaf, path->slots[0], @@ -780,8 +788,8 @@ btrfs_file_extent_inline_len(leaf, path->slots[0], fi); } else { - WARN_ON(1); - extent_end = search_start; + /* can't happen */ + BUG(); } /* @@ -1806,22 +1814,10 @@ mutex_unlock(&inode->i_mutex); /* - * we want to make sure fsync finds this change - * but we haven't joined a transaction running right now. - * - * Later on, someone is sure to update the inode and get the - * real transid recorded. - * - * We set last_trans now to the fs_info generation + 1, - * this will either be one more than the running transaction - * or the generation used for the next transaction if there isn't - * one running right now. - * * We also have to set last_sub_trans to the current log transid, * otherwise subsequent syncs to a file that's been synced in this * transaction will appear to have already occured. */ - BTRFS_I(inode)->last_trans = root->fs_info->generation + 1; BTRFS_I(inode)->last_sub_trans = root->log_transid; if (num_written > 0) { err = generic_write_sync(file, pos, num_written); @@ -1838,6 +1834,8 @@ int btrfs_release_file(struct inode *inode, struct file *filp) { + if (filp->private_data) + btrfs_ioctl_trans_end(filp); /* * ordered_data_close is set by settattr when we are about to truncate * a file from a non-zero size to a zero size. This tries to @@ -1845,26 +1843,8 @@ * application were using truncate to replace a file in place. */ if (test_and_clear_bit(BTRFS_INODE_ORDERED_DATA_CLOSE, - &BTRFS_I(inode)->runtime_flags)) { - struct btrfs_trans_handle *trans; - struct btrfs_root *root = BTRFS_I(inode)->root; - - /* - * We need to block on a committing transaction to keep us from - * throwing a ordered operation on to the list and causing - * something like sync to deadlock trying to flush out this - * inode. - */ - trans = btrfs_start_transaction(root, 0); - if (IS_ERR(trans)) - return PTR_ERR(trans); - btrfs_add_ordered_operation(trans, BTRFS_I(inode)->root, inode); - btrfs_end_transaction(trans, root); - if (inode->i_size > BTRFS_ORDERED_OPERATIONS_FLUSH_LIMIT) + &BTRFS_I(inode)->runtime_flags)) filemap_flush(inode->i_mapping); - } - if (filp->private_data) - btrfs_ioctl_trans_end(filp); return 0; } @@ -1888,7 +1868,13 @@ struct btrfs_log_ctx ctx; int ret = 0; bool full_sync = 0; + u64 len; + /* + * The range length can be represented by u64, we have to do the typecasts + * to avoid signed overflow if it's [0, LLONG_MAX] eg. from fsync() + */ + len = (u64)end - (u64)start + 1; trace_btrfs_sync_file(file, datasync); /* @@ -1916,7 +1902,7 @@ full_sync = test_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &BTRFS_I(inode)->runtime_flags); if (full_sync) { - ret = btrfs_wait_ordered_range(inode, start, end - start + 1); + ret = btrfs_wait_ordered_range(inode, start, len); if (ret) { mutex_unlock(&inode->i_mutex); goto out; @@ -1925,25 +1911,37 @@ atomic_inc(&root->log_batch); /* - * check the transaction that last modified this inode - * and see if its already been committed - */ - if (!BTRFS_I(inode)->last_trans) { - mutex_unlock(&inode->i_mutex); - goto out; - } - - /* - * if the last transaction that changed this file was before - * the current transaction, we can bail out now without any - * syncing + * If the last transaction that changed this file was before the current + * transaction and we have the full sync flag set in our inode, we can + * bail out now without any syncing. + * + * Note that we can't bail out if the full sync flag isn't set. This is + * because when the full sync flag is set we start all ordered extents + * and wait for them to fully complete - when they complete they update + * the inode's last_trans field through: + * + * btrfs_finish_ordered_io() -> + * btrfs_update_inode_fallback() -> + * btrfs_update_inode() -> + * btrfs_set_inode_last_trans() + * + * So we are sure that last_trans is up to date and can do this check to + * bail out safely. For the fast path, when the full sync flag is not + * set in our inode, we can not do it because we start only our ordered + * extents and don't wait for them to complete (that is when + * btrfs_finish_ordered_io runs), so here at this point their last_trans + * value might be less than or equals to fs_info->last_trans_committed, + * and setting a speculative last_trans for an inode when a buffered + * write is made (such as fs_info->generation + 1 for example) would not + * be reliable since after setting the value and before fsync is called + * any number of transactions can start and commit (transaction kthread + * commits the current transaction periodically), and a transaction + * commit does not start nor waits for ordered extents to complete. */ smp_mb(); if (btrfs_inode_in_log(inode, root->fs_info->generation) || - BTRFS_I(inode)->last_trans <= - root->fs_info->last_trans_committed) { - BTRFS_I(inode)->last_trans = 0; - + (full_sync && BTRFS_I(inode)->last_trans <= + root->fs_info->last_trans_committed)) { /* * We'v had everything committed since the last time we were * modified so clear this flag in case it was set for whatever @@ -2009,8 +2007,7 @@ } } if (!full_sync) { - ret = btrfs_wait_ordered_range(inode, start, - end - start + 1); + ret = btrfs_wait_ordered_range(inode, start, len); if (ret) { btrfs_end_transaction(trans, root); goto out; @@ -2638,23 +2635,28 @@ struct btrfs_root *root = BTRFS_I(inode)->root; struct extent_map *em = NULL; struct extent_state *cached_state = NULL; - u64 lockstart = *offset; - u64 lockend = i_size_read(inode); - u64 start = *offset; - u64 len = i_size_read(inode); + u64 lockstart; + u64 lockend; + u64 start; + u64 len; int ret = 0; - lockend = max_t(u64, root->sectorsize, lockend); + if (inode->i_size == 0) + return -ENXIO; + + /* + * *offset can be negative, in this case we start finding DATA/HOLE from + * the very start of the file. + */ + start = max_t(loff_t, 0, *offset); + + lockstart = round_down(start, root->sectorsize); + lockend = round_up(i_size_read(inode), root->sectorsize); if (lockend <= lockstart) lockend = lockstart + root->sectorsize; - lockend--; len = lockend - lockstart + 1; - len = max_t(u64, len, root->sectorsize); - if (inode->i_size == 0) - return -ENXIO; - lock_extent_bits(&BTRFS_I(inode)->io_tree, lockstart, lockend, 0, &cached_state); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/inode-map.c +++ linux-lts-utopic-3.16.0/fs/btrfs/inode-map.c @@ -246,6 +246,7 @@ { struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; struct rb_root *rbroot = &root->free_ino_pinned->free_space_offset; + spinlock_t *rbroot_lock = &root->free_ino_pinned->tree_lock; struct btrfs_free_space *info; struct rb_node *n; u64 count; @@ -254,24 +255,30 @@ return; while (1) { + bool add_to_ctl = true; + + spin_lock(rbroot_lock); n = rb_first(rbroot); - if (!n) + if (!n) { + spin_unlock(rbroot_lock); break; + } info = rb_entry(n, struct btrfs_free_space, offset_index); BUG_ON(info->bitmap); /* Logic error */ if (info->offset > root->cache_progress) - goto free; + add_to_ctl = false; else if (info->offset + info->bytes > root->cache_progress) count = root->cache_progress - info->offset + 1; else count = info->bytes; - __btrfs_add_free_space(ctl, info->offset, count); -free: rb_erase(&info->offset_index, rbroot); - kfree(info); + spin_unlock(rbroot_lock); + if (add_to_ctl) + __btrfs_add_free_space(ctl, info->offset, count); + kmem_cache_free(btrfs_free_space_cachep, info); } } --- linux-lts-utopic-3.16.0.orig/fs/btrfs/inode.c +++ linux-lts-utopic-3.16.0/fs/btrfs/inode.c @@ -709,6 +709,18 @@ unlock_extent(io_tree, async_extent->start, async_extent->start + async_extent->ram_size - 1); + + /* + * we need to redirty the pages if we decide to + * fallback to uncompressed IO, otherwise we + * will not submit these pages down to lower + * layers. + */ + extent_range_redirty_for_io(inode, + async_extent->start, + async_extent->start + + async_extent->ram_size - 1); + goto retry; } goto out_free; @@ -1084,8 +1096,10 @@ async_cow->end = cur_end; INIT_LIST_HEAD(&async_cow->extents); - btrfs_init_work(&async_cow->work, async_cow_start, - async_cow_submit, async_cow_free); + btrfs_init_work(&async_cow->work, + btrfs_delalloc_helper, + async_cow_start, async_cow_submit, + async_cow_free); nr_pages = (cur_end - start + PAGE_CACHE_SIZE) >> PAGE_CACHE_SHIFT; @@ -1233,8 +1247,14 @@ num_bytes = 0; btrfs_item_key_to_cpu(leaf, &found_key, path->slots[0]); - if (found_key.objectid > ino || - found_key.type > BTRFS_EXTENT_DATA_KEY || + if (found_key.objectid > ino) + break; + if (WARN_ON_ONCE(found_key.objectid < ino) || + found_key.type < BTRFS_EXTENT_DATA_KEY) { + path->slots[0]++; + goto next_slot; + } + if (found_key.type > BTRFS_EXTENT_DATA_KEY || found_key.offset > end) break; @@ -1869,7 +1889,8 @@ SetPageChecked(page); page_cache_get(page); - btrfs_init_work(&fixup->work, btrfs_writepage_fixup_worker, NULL, NULL); + btrfs_init_work(&fixup->work, btrfs_fixup_helper, + btrfs_writepage_fixup_worker, NULL, NULL); fixup->page = page; btrfs_queue_work(root->fs_info->fixup_workers, &fixup->work); return -EBUSY; @@ -2810,7 +2831,8 @@ struct inode *inode = page->mapping->host; struct btrfs_root *root = BTRFS_I(inode)->root; struct btrfs_ordered_extent *ordered_extent = NULL; - struct btrfs_workqueue *workers; + struct btrfs_workqueue *wq; + btrfs_work_func_t func; trace_btrfs_writepage_end_io_hook(page, start, end, uptodate); @@ -2819,13 +2841,17 @@ end - start + 1, uptodate)) return 0; - btrfs_init_work(&ordered_extent->work, finish_ordered_fn, NULL, NULL); + if (btrfs_is_free_space_inode(inode)) { + wq = root->fs_info->endio_freespace_worker; + func = btrfs_freespace_write_helper; + } else { + wq = root->fs_info->endio_write_workers; + func = btrfs_endio_write_helper; + } - if (btrfs_is_free_space_inode(inode)) - workers = root->fs_info->endio_freespace_worker; - else - workers = root->fs_info->endio_write_workers; - btrfs_queue_work(workers, &ordered_extent->work); + btrfs_init_work(&ordered_extent->work, func, finish_ordered_fn, NULL, + NULL); + btrfs_queue_work(wq, &ordered_extent->work); return 0; } @@ -3636,7 +3662,8 @@ * without delay */ if (!btrfs_is_free_space_inode(inode) - && root->root_key.objectid != BTRFS_DATA_RELOC_TREE_OBJECTID) { + && root->root_key.objectid != BTRFS_DATA_RELOC_TREE_OBJECTID + && !root->fs_info->log_root_recovering) { btrfs_update_root_times(trans, root); ret = btrfs_delayed_update_inode(trans, root, inode); @@ -3972,6 +3999,47 @@ return err; } +static int truncate_inline_extent(struct inode *inode, + struct btrfs_path *path, + struct btrfs_key *found_key, + const u64 item_end, + const u64 new_size) +{ + struct extent_buffer *leaf = path->nodes[0]; + int slot = path->slots[0]; + struct btrfs_file_extent_item *fi; + u32 size = (u32)(new_size - found_key->offset); + struct btrfs_root *root = BTRFS_I(inode)->root; + + fi = btrfs_item_ptr(leaf, slot, struct btrfs_file_extent_item); + + if (btrfs_file_extent_compression(leaf, fi) != BTRFS_COMPRESS_NONE) { + loff_t offset = new_size; + loff_t page_end = ALIGN(offset, PAGE_CACHE_SIZE); + + /* + * Zero out the remaining of the last page of our inline extent, + * instead of directly truncating our inline extent here - that + * would be much more complex (decompressing all the data, then + * compressing the truncated data, which might be bigger than + * the size of the inline extent, resize the extent, etc). + * We release the path because to get the page we might need to + * read the extent item from disk (data not in the page cache). + */ + btrfs_release_path(path); + return btrfs_truncate_page(inode, offset, page_end - offset, 0); + } + + btrfs_set_file_extent_ram_bytes(leaf, fi, size); + size = btrfs_file_extent_calc_inline_size(size); + btrfs_truncate_item(root, path, size, 1); + + if (test_bit(BTRFS_ROOT_REF_COWS, &root->state)) + inode_sub_bytes(inode, item_end + 1 - new_size); + + return 0; +} + /* * this can truncate away extent items, csum items and directory items. * It starts at a high offset and removes keys until it can't find @@ -4141,27 +4209,40 @@ * special encodings */ if (!del_item && - btrfs_file_extent_compression(leaf, fi) == 0 && btrfs_file_extent_encryption(leaf, fi) == 0 && btrfs_file_extent_other_encoding(leaf, fi) == 0) { - u32 size = new_size - found_key.offset; - - if (test_bit(BTRFS_ROOT_REF_COWS, &root->state)) - inode_sub_bytes(inode, item_end + 1 - - new_size); /* - * update the ram bytes to properly reflect - * the new size of our item + * Need to release path in order to truncate a + * compressed extent. So delete any accumulated + * extent items so far. */ - btrfs_set_file_extent_ram_bytes(leaf, fi, size); - size = - btrfs_file_extent_calc_inline_size(size); - btrfs_truncate_item(root, path, size, 1); + if (btrfs_file_extent_compression(leaf, fi) != + BTRFS_COMPRESS_NONE && pending_del_nr) { + err = btrfs_del_items(trans, root, path, + pending_del_slot, + pending_del_nr); + if (err) { + btrfs_abort_transaction(trans, + root, + err); + goto error; + } + pending_del_nr = 0; + } + + err = truncate_inline_extent(inode, path, + &found_key, + item_end, + new_size); + if (err) { + btrfs_abort_transaction(trans, + root, err); + goto error; + } } else if (test_bit(BTRFS_ROOT_REF_COWS, &root->state)) { - inode_sub_bytes(inode, item_end + 1 - - found_key.offset); + inode_sub_bytes(inode, item_end + 1 - new_size); } } delete: @@ -4712,7 +4793,8 @@ goto no_delete; } /* do we really want it for ->i_nlink > 0 and zero btrfs_root_refs? */ - btrfs_wait_ordered_range(inode, 0, (u64)-1); + if (!special_file(inode->i_mode)) + btrfs_wait_ordered_range(inode, 0, (u64)-1); if (root->fs_info->log_root_recovering) { BUG_ON(test_bit(BTRFS_INODE_HAS_ORPHAN_ITEM, @@ -5242,6 +5324,7 @@ char *name_ptr; int name_len; int is_curr = 0; /* ctx->pos points to the current index? */ + bool emitted; /* FIXME, use a real flag for deciding about the key type */ if (root->fs_info->tree_root == root) @@ -5270,6 +5353,7 @@ if (ret < 0) goto err; + emitted = false; while (1) { leaf = path->nodes[0]; slot = path->slots[0]; @@ -5349,6 +5433,7 @@ if (over) goto nopos; + emitted = true; di_len = btrfs_dir_name_len(leaf, di) + btrfs_dir_data_len(leaf, di) + sizeof(*di); di_cur += di_len; @@ -5361,11 +5446,20 @@ if (key_type == BTRFS_DIR_INDEX_KEY) { if (is_curr) ctx->pos++; - ret = btrfs_readdir_delayed_dir_index(ctx, &ins_list); + ret = btrfs_readdir_delayed_dir_index(ctx, &ins_list, &emitted); if (ret) goto nopos; } + /* + * If we haven't emitted any dir entry, we must not touch ctx->pos as + * it was was set to the termination value in previous call. We assume + * that "." and ".." were emitted if we reach this point and set the + * termination value as well for an empty directory. + */ + if (ctx->pos > 2 && !emitted) + goto nopos; + /* Reached end of directory/root. Bump pos past the last item. */ ctx->pos++; @@ -6979,7 +7073,6 @@ ((BTRFS_I(inode)->flags & BTRFS_INODE_NODATACOW) && em->block_start != EXTENT_MAP_HOLE)) { int type; - int ret; u64 block_start, orig_start, orig_block_len, ram_bytes; if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) @@ -7146,7 +7239,8 @@ if (!ret) goto out_test; - btrfs_init_work(&ordered->work, finish_ordered_fn, NULL, NULL); + btrfs_init_work(&ordered->work, btrfs_endio_write_helper, + finish_ordered_fn, NULL, NULL); btrfs_queue_work(root->fs_info->endio_write_workers, &ordered->work); out_test: @@ -7939,27 +8033,6 @@ BUG_ON(ret); /* - * setattr is responsible for setting the ordered_data_close flag, - * but that is only tested during the last file release. That - * could happen well after the next commit, leaving a great big - * window where new writes may get lost if someone chooses to write - * to this file after truncating to zero - * - * The inode doesn't have any dirty data here, and so if we commit - * this is a noop. If someone immediately starts writing to the inode - * it is very likely we'll catch some of their writes in this - * transaction, and the commit will find this file on the ordered - * data list with good things to send down. - * - * This is a best effort solution, there is still a window where - * using truncate to replace the contents of the file will - * end up with a zero length file after a crash. - */ - if (inode->i_size == 0 && test_bit(BTRFS_INODE_ORDERED_DATA_CLOSE, - &BTRFS_I(inode)->runtime_flags)) - btrfs_add_ordered_operation(trans, root, inode); - - /* * So if we truncate and then write and fsync we normally would just * write the extents that changed, which is a problem if we need to * first truncate that entire inode. So set this flag so we write out @@ -8106,7 +8179,6 @@ mutex_init(&ei->delalloc_mutex); btrfs_ordered_inode_tree_init(&ei->ordered_tree); INIT_LIST_HEAD(&ei->delalloc_inodes); - INIT_LIST_HEAD(&ei->ordered_operations); RB_CLEAR_NODE(&ei->rb_node); return inode; @@ -8146,17 +8218,6 @@ if (!root) goto free; - /* - * Make sure we're properly removed from the ordered operation - * lists. - */ - smp_mb(); - if (!list_empty(&BTRFS_I(inode)->ordered_operations)) { - spin_lock(&root->fs_info->ordered_root_lock); - list_del_init(&BTRFS_I(inode)->ordered_operations); - spin_unlock(&root->fs_info->ordered_root_lock); - } - if (test_bit(BTRFS_INODE_HAS_ORPHAN_ITEM, &BTRFS_I(inode)->runtime_flags)) { btrfs_info(root->fs_info, "inode %llu still on the orphan list", @@ -8338,12 +8399,10 @@ ret = 0; /* - * we're using rename to replace one file with another. - * and the replacement file is large. Start IO on it now so - * we don't add too much work to the end of the transaction + * we're using rename to replace one file with another. Start IO on it + * now so we don't add too much work to the end of the transaction */ - if (new_inode && S_ISREG(old_inode->i_mode) && new_inode->i_size && - old_inode->i_size > BTRFS_ORDERED_OPERATIONS_FLUSH_LIMIT) + if (new_inode && S_ISREG(old_inode->i_mode) && new_inode->i_size) filemap_flush(old_inode->i_mapping); /* close the racy window with snapshot create/destroy ioctl */ @@ -8391,12 +8450,6 @@ */ btrfs_pin_log_trans(root); } - /* - * make sure the inode gets flushed if it is replacing - * something. - */ - if (new_inode && new_inode->i_size && S_ISREG(old_inode->i_mode)) - btrfs_add_ordered_operation(trans, root, old_inode); inode_inc_iversion(old_dir); inode_inc_iversion(new_dir); @@ -8514,7 +8567,9 @@ work->inode = inode; work->wait = wait; work->delay_iput = delay_iput; - btrfs_init_work(&work->work, btrfs_run_delalloc_work, NULL, NULL); + WARN_ON_ONCE(!inode); + btrfs_init_work(&work->work, btrfs_flush_delalloc_helper, + btrfs_run_delalloc_work, NULL, NULL); return work; } --- linux-lts-utopic-3.16.0.orig/fs/btrfs/ioctl.c +++ linux-lts-utopic-3.16.0/fs/btrfs/ioctl.c @@ -332,6 +332,9 @@ goto out_drop; } else { + ret = btrfs_set_prop(inode, "btrfs.compression", NULL, 0, 0); + if (ret && ret != -ENODATA) + goto out_drop; ip->flags &= ~(BTRFS_INODE_COMPRESS | BTRFS_INODE_NOCOMPRESS); } @@ -2448,7 +2451,7 @@ "Attempt to delete subvolume %llu during send", dest->root_key.objectid); err = -EPERM; - goto out_dput; + goto out_unlock_inode; } err = d_invalidate(dentry); @@ -2546,6 +2549,7 @@ root_flags & ~BTRFS_ROOT_SUBVOL_DEAD); spin_unlock(&dest->root_item_lock); } +out_unlock_inode: mutex_unlock(&inode->i_mutex); if (!err) { shrink_dcache_sb(root->fs_info->sb); @@ -2938,6 +2942,9 @@ if (src == dst) return -EINVAL; + if (len == 0) + return 0; + btrfs_double_lock(src, loff, dst, dst_loff, len); ret = extent_same_check_offsets(src, loff, len); @@ -2970,7 +2977,7 @@ static long btrfs_ioctl_file_extent_same(struct file *file, struct btrfs_ioctl_same_args __user *argp) { - struct btrfs_ioctl_same_args *same; + struct btrfs_ioctl_same_args *same = NULL; struct btrfs_ioctl_same_extent_info *info; struct inode *src = file_inode(file); u64 off; @@ -3000,6 +3007,7 @@ if (IS_ERR(same)) { ret = PTR_ERR(same); + same = NULL; goto out; } @@ -3070,6 +3078,7 @@ out: mnt_drop_write_file(file); + kfree(same); return ret; } @@ -3196,6 +3205,150 @@ &BTRFS_I(inode)->runtime_flags); } +/* + * Make sure we do not end up inserting an inline extent into a file that has + * already other (non-inline) extents. If a file has an inline extent it can + * not have any other extents and the (single) inline extent must start at the + * file offset 0. Failing to respect these rules will lead to file corruption, + * resulting in EIO errors on read/write operations, hitting BUG_ON's in mm, etc + * + * We can have extents that have been already written to disk or we can have + * dirty ranges still in delalloc, in which case the extent maps and items are + * created only when we run delalloc, and the delalloc ranges might fall outside + * the range we are currently locking in the inode's io tree. So we check the + * inode's i_size because of that (i_size updates are done while holding the + * i_mutex, which we are holding here). + * We also check to see if the inode has a size not greater than "datal" but has + * extents beyond it, due to an fallocate with FALLOC_FL_KEEP_SIZE (and we are + * protected against such concurrent fallocate calls by the i_mutex). + * + * If the file has no extents but a size greater than datal, do not allow the + * copy because we would need turn the inline extent into a non-inline one (even + * with NO_HOLES enabled). If we find our destination inode only has one inline + * extent, just overwrite it with the source inline extent if its size is less + * than the source extent's size, or we could copy the source inline extent's + * data into the destination inode's inline extent if the later is greater then + * the former. + */ +static int clone_copy_inline_extent(struct inode *src, + struct inode *dst, + struct btrfs_trans_handle *trans, + struct btrfs_path *path, + struct btrfs_key *new_key, + const u64 drop_start, + const u64 datal, + const u64 skip, + const u64 size, + char *inline_data) +{ + struct btrfs_root *root = BTRFS_I(dst)->root; + const u64 aligned_end = ALIGN(new_key->offset + datal, + root->sectorsize); + int ret; + struct btrfs_key key; + + if (new_key->offset > 0) + return -EOPNOTSUPP; + + key.objectid = btrfs_ino(dst); + key.type = BTRFS_EXTENT_DATA_KEY; + key.offset = 0; + ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); + if (ret < 0) { + return ret; + } else if (ret > 0) { + if (path->slots[0] >= btrfs_header_nritems(path->nodes[0])) { + ret = btrfs_next_leaf(root, path); + if (ret < 0) + return ret; + else if (ret > 0) + goto copy_inline_extent; + } + btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); + if (key.objectid == btrfs_ino(dst) && + key.type == BTRFS_EXTENT_DATA_KEY) { + ASSERT(key.offset > 0); + return -EOPNOTSUPP; + } + } else if (i_size_read(dst) <= datal) { + struct btrfs_file_extent_item *ei; + u64 ext_len; + + /* + * If the file size is <= datal, make sure there are no other + * extents following (can happen do to an fallocate call with + * the flag FALLOC_FL_KEEP_SIZE). + */ + ei = btrfs_item_ptr(path->nodes[0], path->slots[0], + struct btrfs_file_extent_item); + /* + * If it's an inline extent, it can not have other extents + * following it. + */ + if (btrfs_file_extent_type(path->nodes[0], ei) == + BTRFS_FILE_EXTENT_INLINE) + goto copy_inline_extent; + + ext_len = btrfs_file_extent_num_bytes(path->nodes[0], ei); + if (ext_len > aligned_end) + return -EOPNOTSUPP; + + ret = btrfs_next_item(root, path); + if (ret < 0) { + return ret; + } else if (ret == 0) { + btrfs_item_key_to_cpu(path->nodes[0], &key, + path->slots[0]); + if (key.objectid == btrfs_ino(dst) && + key.type == BTRFS_EXTENT_DATA_KEY) + return -EOPNOTSUPP; + } + } + +copy_inline_extent: + /* + * We have no extent items, or we have an extent at offset 0 which may + * or may not be inlined. All these cases are dealt the same way. + */ + if (i_size_read(dst) > datal) { + /* + * If the destination inode has an inline extent... + * This would require copying the data from the source inline + * extent into the beginning of the destination's inline extent. + * But this is really complex, both extents can be compressed + * or just one of them, which would require decompressing and + * re-compressing data (which could increase the new compressed + * size, not allowing the compressed data to fit anymore in an + * inline extent). + * So just don't support this case for now (it should be rare, + * we are not really saving space when cloning inline extents). + */ + return -EOPNOTSUPP; + } + + btrfs_release_path(path); + ret = btrfs_drop_extents(trans, root, dst, drop_start, aligned_end, 1); + if (ret) + return ret; + ret = btrfs_insert_empty_item(trans, root, path, new_key, size); + if (ret) + return ret; + + if (skip) { + const u32 start = btrfs_file_extent_calc_inline_size(0); + + memmove(inline_data + start, inline_data + start + skip, datal); + } + + write_extent_buffer(path->nodes[0], inline_data, + btrfs_item_ptr_offset(path->nodes[0], + path->slots[0]), + size); + inode_add_bytes(dst, datal); + + return 0; +} + /** * btrfs_clone() - clone a range from inode file to another * @@ -3460,7 +3613,6 @@ } else if (type == BTRFS_FILE_EXTENT_INLINE) { u64 skip = 0; u64 trim = 0; - u64 aligned_end = 0; if (off > key.offset) { skip = off - key.offset; @@ -3478,42 +3630,22 @@ size -= skip + trim; datal -= skip + trim; - aligned_end = ALIGN(new_key.offset + datal, - root->sectorsize); - ret = btrfs_drop_extents(trans, root, inode, - drop_start, - aligned_end, - 1); + ret = clone_copy_inline_extent(src, inode, + trans, path, + &new_key, + drop_start, + datal, + skip, size, buf); if (ret) { if (ret != -EOPNOTSUPP) btrfs_abort_transaction(trans, - root, ret); - btrfs_end_transaction(trans, root); - goto out; - } - - ret = btrfs_insert_empty_item(trans, root, path, - &new_key, size); - if (ret) { - btrfs_abort_transaction(trans, root, - ret); + root, + ret); btrfs_end_transaction(trans, root); goto out; } - - if (skip) { - u32 start = - btrfs_file_extent_calc_inline_size(0); - memmove(buf+start, buf+start+skip, - datal); - } - leaf = path->nodes[0]; slot = path->slots[0]; - write_extent_buffer(leaf, buf, - btrfs_item_ptr_offset(leaf, slot), - size); - inode_add_bytes(inode, datal); } /* If we have an implicit hole (NO_HOLES feature). */ @@ -3666,6 +3798,11 @@ if (off + len == src->i_size) len = ALIGN(src->i_size, bs) - off; + if (len == 0) { + ret = 0; + goto out_unlock; + } + /* verify the end result is block aligned */ if (!IS_ALIGNED(off, bs) || !IS_ALIGNED(off + len, bs) || !IS_ALIGNED(destoff, bs)) @@ -4500,6 +4637,11 @@ bctl->flags |= BTRFS_BALANCE_TYPE_MASK; } + if (bctl->flags & ~(BTRFS_BALANCE_ARGS_MASK | BTRFS_BALANCE_TYPE_MASK)) { + ret = -EINVAL; + goto out_bctl; + } + do_balance: /* * Ownership of bctl and mutually_exclusive_operation_running @@ -4511,12 +4653,15 @@ need_unlock = false; ret = btrfs_balance(bctl, bargs); + bctl = NULL; if (arg) { if (copy_to_user(arg, bargs, sizeof(*bargs))) ret = -EFAULT; } +out_bctl: + kfree(bctl); out_bargs: kfree(bargs); out_unlock: @@ -5309,6 +5454,12 @@ if (ret) return ret; ret = btrfs_sync_fs(file->f_dentry->d_sb, 1); + /* + * The transaction thread may want to do more work, + * namely it pokes the cleaner ktread that will start + * processing uncleaned subvols. + */ + wake_up_process(root->fs_info->transaction_kthread); return ret; } case BTRFS_IOC_START_SYNC: --- linux-lts-utopic-3.16.0.orig/fs/btrfs/locking.c +++ linux-lts-utopic-3.16.0/fs/btrfs/locking.c @@ -128,6 +128,26 @@ } /* + * take a spinning read lock. + * returns 1 if we get the read lock and 0 if we don't + * this won't wait for blocking writers + */ +int btrfs_tree_read_lock_atomic(struct extent_buffer *eb) +{ + if (atomic_read(&eb->blocking_writers)) + return 0; + + read_lock(&eb->lock); + if (atomic_read(&eb->blocking_writers)) { + read_unlock(&eb->lock); + return 0; + } + atomic_inc(&eb->read_locks); + atomic_inc(&eb->spinning_readers); + return 1; +} + +/* * returns 1 if we get the read lock and 0 if we don't * this won't wait for blocking writers */ @@ -158,9 +178,7 @@ atomic_read(&eb->blocking_readers)) return 0; - if (!write_trylock(&eb->lock)) - return 0; - + write_lock(&eb->lock); if (atomic_read(&eb->blocking_writers) || atomic_read(&eb->blocking_readers)) { write_unlock(&eb->lock); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/locking.h +++ linux-lts-utopic-3.16.0/fs/btrfs/locking.h @@ -35,6 +35,8 @@ void btrfs_assert_tree_locked(struct extent_buffer *eb); int btrfs_try_tree_read_lock(struct extent_buffer *eb); int btrfs_try_tree_write_lock(struct extent_buffer *eb); +int btrfs_tree_read_lock_atomic(struct extent_buffer *eb); + static inline void btrfs_tree_unlock_rw(struct extent_buffer *eb, int rw) { --- linux-lts-utopic-3.16.0.orig/fs/btrfs/lzo.c +++ linux-lts-utopic-3.16.0/fs/btrfs/lzo.c @@ -374,6 +374,8 @@ } done: kunmap(pages_in[page_in_index]); + if (!ret) + btrfs_clear_biovec_end(bvec, vcnt, page_out_index, pg_offset); return ret; } @@ -411,10 +413,23 @@ goto out; } + /* + * the caller is already checking against PAGE_SIZE, but lets + * move this check closer to the memcpy/memset + */ + destlen = min_t(unsigned long, destlen, PAGE_SIZE); bytes = min_t(unsigned long, destlen, out_len - start_byte); kaddr = kmap_atomic(dest_page); memcpy(kaddr, workspace->buf + start_byte, bytes); + + /* + * btrfs_getblock is doing a zero on the tail of the page too, + * but this will cover anything missing from the decompressed + * data. + */ + if (bytes < destlen) + memset(kaddr+bytes, 0, destlen-bytes); kunmap_atomic(kaddr); out: return ret; --- linux-lts-utopic-3.16.0.orig/fs/btrfs/ordered-data.c +++ linux-lts-utopic-3.16.0/fs/btrfs/ordered-data.c @@ -220,6 +220,7 @@ INIT_LIST_HEAD(&entry->work_list); init_completion(&entry->completion); INIT_LIST_HEAD(&entry->log_list); + INIT_LIST_HEAD(&entry->trans_list); trace_btrfs_ordered_extent_add(inode, entry); @@ -443,6 +444,8 @@ ordered = rb_entry(n, struct btrfs_ordered_extent, rb_node); if (!list_empty(&ordered->log_list)) continue; + if (test_bit(BTRFS_ORDERED_LOGGED, &ordered->flags)) + continue; list_add_tail(&ordered->log_list, logged_list); atomic_inc(&ordered->refs); } @@ -472,7 +475,8 @@ spin_unlock_irq(&log->log_extents_lock[index]); } -void btrfs_wait_logged_extents(struct btrfs_root *log, u64 transid) +void btrfs_wait_logged_extents(struct btrfs_trans_handle *trans, + struct btrfs_root *log, u64 transid) { struct btrfs_ordered_extent *ordered; int index = transid % 2; @@ -497,7 +501,8 @@ wait_event(ordered->wait, test_bit(BTRFS_ORDERED_IO_DONE, &ordered->flags)); - btrfs_put_ordered_extent(ordered); + if (!test_and_set_bit(BTRFS_ORDERED_LOGGED, &ordered->flags)) + list_add_tail(&ordered->trans_list, &trans->ordered); spin_lock_irq(&log->log_extents_lock[index]); } spin_unlock_irq(&log->log_extents_lock[index]); @@ -571,18 +576,6 @@ trace_btrfs_ordered_extent_remove(inode, entry); - /* - * we have no more ordered extents for this inode and - * no dirty pages. We can safely remove it from the - * list of ordered extents - */ - if (RB_EMPTY_ROOT(&tree->tree) && - !mapping_tagged(inode->i_mapping, PAGECACHE_TAG_DIRTY)) { - spin_lock(&root->fs_info->ordered_root_lock); - list_del_init(&BTRFS_I(inode)->ordered_operations); - spin_unlock(&root->fs_info->ordered_root_lock); - } - if (!root->nr_ordered_extents) { spin_lock(&root->fs_info->ordered_root_lock); BUG_ON(list_empty(&root->ordered_root)); @@ -627,6 +620,7 @@ spin_unlock(&root->ordered_extent_lock); btrfs_init_work(&ordered->flush_work, + btrfs_flush_delalloc_helper, btrfs_run_ordered_extent_work, NULL, NULL); list_add_tail(&ordered->work_list, &works); btrfs_queue_work(root->fs_info->flush_workers, @@ -687,81 +681,6 @@ } /* - * this is used during transaction commit to write all the inodes - * added to the ordered operation list. These files must be fully on - * disk before the transaction commits. - * - * we have two modes here, one is to just start the IO via filemap_flush - * and the other is to wait for all the io. When we wait, we have an - * extra check to make sure the ordered operation list really is empty - * before we return - */ -int btrfs_run_ordered_operations(struct btrfs_trans_handle *trans, - struct btrfs_root *root, int wait) -{ - struct btrfs_inode *btrfs_inode; - struct inode *inode; - struct btrfs_transaction *cur_trans = trans->transaction; - struct list_head splice; - struct list_head works; - struct btrfs_delalloc_work *work, *next; - int ret = 0; - - INIT_LIST_HEAD(&splice); - INIT_LIST_HEAD(&works); - - mutex_lock(&root->fs_info->ordered_extent_flush_mutex); - spin_lock(&root->fs_info->ordered_root_lock); - list_splice_init(&cur_trans->ordered_operations, &splice); - while (!list_empty(&splice)) { - btrfs_inode = list_entry(splice.next, struct btrfs_inode, - ordered_operations); - inode = &btrfs_inode->vfs_inode; - - list_del_init(&btrfs_inode->ordered_operations); - - /* - * the inode may be getting freed (in sys_unlink path). - */ - inode = igrab(inode); - if (!inode) - continue; - - if (!wait) - list_add_tail(&BTRFS_I(inode)->ordered_operations, - &cur_trans->ordered_operations); - spin_unlock(&root->fs_info->ordered_root_lock); - - work = btrfs_alloc_delalloc_work(inode, wait, 1); - if (!work) { - spin_lock(&root->fs_info->ordered_root_lock); - if (list_empty(&BTRFS_I(inode)->ordered_operations)) - list_add_tail(&btrfs_inode->ordered_operations, - &splice); - list_splice_tail(&splice, - &cur_trans->ordered_operations); - spin_unlock(&root->fs_info->ordered_root_lock); - ret = -ENOMEM; - goto out; - } - list_add_tail(&work->list, &works); - btrfs_queue_work(root->fs_info->flush_workers, - &work->work); - - cond_resched(); - spin_lock(&root->fs_info->ordered_root_lock); - } - spin_unlock(&root->fs_info->ordered_root_lock); -out: - list_for_each_entry_safe(work, next, &works, list) { - list_del_init(&work->list); - btrfs_wait_and_free_delalloc_work(work); - } - mutex_unlock(&root->fs_info->ordered_extent_flush_mutex); - return ret; -} - -/* * Used to start IO or wait for a given ordered extent to finish. * * If wait is one, this effectively waits on page writeback for all the pages @@ -1120,42 +1039,6 @@ return index; } - -/* - * add a given inode to the list of inodes that must be fully on - * disk before a transaction commit finishes. - * - * This basically gives us the ext3 style data=ordered mode, and it is mostly - * used to make sure renamed files are fully on disk. - * - * It is a noop if the inode is already fully on disk. - * - * If trans is not null, we'll do a friendly check for a transaction that - * is already flushing things and force the IO down ourselves. - */ -void btrfs_add_ordered_operation(struct btrfs_trans_handle *trans, - struct btrfs_root *root, struct inode *inode) -{ - struct btrfs_transaction *cur_trans = trans->transaction; - u64 last_mod; - - last_mod = max(BTRFS_I(inode)->generation, BTRFS_I(inode)->last_trans); - - /* - * if this file hasn't been changed since the last transaction - * commit, we can safely return without doing anything - */ - if (last_mod <= root->fs_info->last_trans_committed) - return; - - spin_lock(&root->fs_info->ordered_root_lock); - if (list_empty(&BTRFS_I(inode)->ordered_operations)) { - list_add_tail(&BTRFS_I(inode)->ordered_operations, - &cur_trans->ordered_operations); - } - spin_unlock(&root->fs_info->ordered_root_lock); -} - int __init ordered_data_init(void) { btrfs_ordered_extent_cache = kmem_cache_create("btrfs_ordered_extent", --- linux-lts-utopic-3.16.0.orig/fs/btrfs/ordered-data.h +++ linux-lts-utopic-3.16.0/fs/btrfs/ordered-data.h @@ -71,6 +71,8 @@ ordered extent */ #define BTRFS_ORDERED_TRUNCATED 9 /* Set when we have to truncate an extent */ +#define BTRFS_ORDERED_LOGGED 10 /* Set when we've waited on this ordered extent + * in the logging code. */ struct btrfs_ordered_extent { /* logical offset in the file */ u64 file_offset; @@ -121,6 +123,9 @@ /* If we need to wait on this to be done */ struct list_head log_list; + /* If the transaction needs to wait on this ordered extent */ + struct list_head trans_list; + /* used to wait for the BTRFS_ORDERED_COMPLETE bit */ wait_queue_head_t wait; @@ -190,11 +195,6 @@ struct btrfs_ordered_extent *ordered); int btrfs_find_ordered_sum(struct inode *inode, u64 offset, u64 disk_bytenr, u32 *sum, int len); -int btrfs_run_ordered_operations(struct btrfs_trans_handle *trans, - struct btrfs_root *root, int wait); -void btrfs_add_ordered_operation(struct btrfs_trans_handle *trans, - struct btrfs_root *root, - struct inode *inode); int btrfs_wait_ordered_extents(struct btrfs_root *root, int nr); void btrfs_wait_ordered_roots(struct btrfs_fs_info *fs_info, int nr); void btrfs_get_logged_extents(struct inode *inode, @@ -202,7 +202,8 @@ void btrfs_put_logged_extents(struct list_head *logged_list); void btrfs_submit_logged_extents(struct list_head *logged_list, struct btrfs_root *log); -void btrfs_wait_logged_extents(struct btrfs_root *log, u64 transid); +void btrfs_wait_logged_extents(struct btrfs_trans_handle *trans, + struct btrfs_root *log, u64 transid); void btrfs_free_logged_extents(struct btrfs_root *log, u64 transid); int __init ordered_data_init(void); void ordered_data_exit(void); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/qgroup.c +++ linux-lts-utopic-3.16.0/fs/btrfs/qgroup.c @@ -551,9 +551,15 @@ key.type = BTRFS_QGROUP_INFO_KEY; key.offset = qgroupid; + /* + * Avoid a transaction abort by catching -EEXIST here. In that + * case, we proceed by re-initializing the existing structure + * on disk. + */ + ret = btrfs_insert_empty_item(trans, quota_root, path, &key, sizeof(*qgroup_info)); - if (ret) + if (ret && ret != -EEXIST) goto out; leaf = path->nodes[0]; @@ -572,7 +578,7 @@ key.type = BTRFS_QGROUP_LIMIT_KEY; ret = btrfs_insert_empty_item(trans, quota_root, path, &key, sizeof(*qgroup_limit)); - if (ret) + if (ret && ret != -EEXIST) goto out; leaf = path->nodes[0]; @@ -2551,6 +2557,7 @@ memset(&fs_info->qgroup_rescan_work, 0, sizeof(fs_info->qgroup_rescan_work)); btrfs_init_work(&fs_info->qgroup_rescan_work, + btrfs_qgroup_rescan_helper, btrfs_qgroup_rescan_worker, NULL, NULL); if (ret) { --- linux-lts-utopic-3.16.0.orig/fs/btrfs/raid56.c +++ linux-lts-utopic-3.16.0/fs/btrfs/raid56.c @@ -1416,7 +1416,8 @@ static void async_rmw_stripe(struct btrfs_raid_bio *rbio) { - btrfs_init_work(&rbio->work, rmw_work, NULL, NULL); + btrfs_init_work(&rbio->work, btrfs_rmw_helper, + rmw_work, NULL, NULL); btrfs_queue_work(rbio->fs_info->rmw_workers, &rbio->work); @@ -1424,7 +1425,8 @@ static void async_read_rebuild(struct btrfs_raid_bio *rbio) { - btrfs_init_work(&rbio->work, read_rebuild_work, NULL, NULL); + btrfs_init_work(&rbio->work, btrfs_rmw_helper, + read_rebuild_work, NULL, NULL); btrfs_queue_work(rbio->fs_info->rmw_workers, &rbio->work); @@ -1665,7 +1667,8 @@ plug = container_of(cb, struct btrfs_plug_cb, cb); if (from_schedule) { - btrfs_init_work(&plug->work, unplug_work, NULL, NULL); + btrfs_init_work(&plug->work, btrfs_rmw_helper, + unplug_work, NULL, NULL); btrfs_queue_work(plug->info->rmw_workers, &plug->work); return; --- linux-lts-utopic-3.16.0.orig/fs/btrfs/reada.c +++ linux-lts-utopic-3.16.0/fs/btrfs/reada.c @@ -798,7 +798,8 @@ /* FIXME we cannot handle this properly right now */ BUG(); } - btrfs_init_work(&rmw->work, reada_start_machine_worker, NULL, NULL); + btrfs_init_work(&rmw->work, btrfs_readahead_helper, + reada_start_machine_worker, NULL, NULL); rmw->fs_info = fs_info; btrfs_queue_work(fs_info->readahead_workers, &rmw->work); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/relocation.c +++ linux-lts-utopic-3.16.0/fs/btrfs/relocation.c @@ -736,7 +736,8 @@ err = ret; goto out; } - BUG_ON(!ret || !path1->slots[0]); + ASSERT(ret); + ASSERT(path1->slots[0]); path1->slots[0]--; @@ -746,10 +747,10 @@ * the backref was added previously when processing * backref of type BTRFS_TREE_BLOCK_REF_KEY */ - BUG_ON(!list_is_singular(&cur->upper)); + ASSERT(list_is_singular(&cur->upper)); edge = list_entry(cur->upper.next, struct backref_edge, list[LOWER]); - BUG_ON(!list_empty(&edge->list[UPPER])); + ASSERT(list_empty(&edge->list[UPPER])); exist = edge->node[UPPER]; /* * add the upper level block to pending list if we need @@ -831,7 +832,7 @@ cur->cowonly = 1; } #else - BUG_ON(key.type == BTRFS_EXTENT_REF_V0_KEY); + ASSERT(key.type != BTRFS_EXTENT_REF_V0_KEY); if (key.type == BTRFS_SHARED_BLOCK_REF_KEY) { #endif if (key.objectid == key.offset) { @@ -840,7 +841,7 @@ * backref of this type. */ root = find_reloc_root(rc, cur->bytenr); - BUG_ON(!root); + ASSERT(root); cur->root = root; break; } @@ -868,7 +869,7 @@ } else { upper = rb_entry(rb_node, struct backref_node, rb_node); - BUG_ON(!upper->checked); + ASSERT(upper->checked); INIT_LIST_HEAD(&edge->list[UPPER]); } list_add_tail(&edge->list[LOWER], &cur->upper); @@ -892,7 +893,7 @@ if (btrfs_root_level(&root->root_item) == cur->level) { /* tree root */ - BUG_ON(btrfs_root_bytenr(&root->root_item) != + ASSERT(btrfs_root_bytenr(&root->root_item) == cur->bytenr); if (should_ignore_root(root)) list_add(&cur->list, &useless); @@ -927,7 +928,7 @@ need_check = true; for (; level < BTRFS_MAX_LEVEL; level++) { if (!path2->nodes[level]) { - BUG_ON(btrfs_root_bytenr(&root->root_item) != + ASSERT(btrfs_root_bytenr(&root->root_item) == lower->bytenr); if (should_ignore_root(root)) list_add(&lower->list, &useless); @@ -977,12 +978,15 @@ need_check = false; list_add_tail(&edge->list[UPPER], &list); - } else + } else { + if (upper->checked) + need_check = true; INIT_LIST_HEAD(&edge->list[UPPER]); + } } else { upper = rb_entry(rb_node, struct backref_node, rb_node); - BUG_ON(!upper->checked); + ASSERT(upper->checked); INIT_LIST_HEAD(&edge->list[UPPER]); if (!upper->owner) upper->owner = btrfs_header_owner(eb); @@ -1026,7 +1030,7 @@ * everything goes well, connect backref nodes and insert backref nodes * into the cache. */ - BUG_ON(!node->checked); + ASSERT(node->checked); cowonly = node->cowonly; if (!cowonly) { rb_node = tree_insert(&cache->rb_root, node->bytenr, @@ -1062,8 +1066,21 @@ continue; } - BUG_ON(!upper->checked); - BUG_ON(cowonly != upper->cowonly); + if (!upper->checked) { + /* + * Still want to blow up for developers since this is a + * logic bug. + */ + ASSERT(0); + err = -EINVAL; + goto out; + } + if (cowonly != upper->cowonly) { + ASSERT(0); + err = -EINVAL; + goto out; + } + if (!cowonly) { rb_node = tree_insert(&cache->rb_root, upper->bytenr, &upper->rb_node); @@ -1086,7 +1103,7 @@ while (!list_empty(&useless)) { upper = list_entry(useless.next, struct backref_node, list); list_del_init(&upper->list); - BUG_ON(!list_empty(&upper->upper)); + ASSERT(list_empty(&upper->upper)); if (upper == node) node = NULL; if (upper->lowest) { @@ -1119,29 +1136,45 @@ if (err) { while (!list_empty(&useless)) { lower = list_entry(useless.next, - struct backref_node, upper); - list_del_init(&lower->upper); + struct backref_node, list); + list_del_init(&lower->list); } - upper = node; - INIT_LIST_HEAD(&list); - while (upper) { - if (RB_EMPTY_NODE(&upper->rb_node)) { - list_splice_tail(&upper->upper, &list); - free_backref_node(cache, upper); - } - - if (list_empty(&list)) - break; - - edge = list_entry(list.next, struct backref_edge, - list[LOWER]); + while (!list_empty(&list)) { + edge = list_first_entry(&list, struct backref_edge, + list[UPPER]); + list_del(&edge->list[UPPER]); list_del(&edge->list[LOWER]); + lower = edge->node[LOWER]; upper = edge->node[UPPER]; free_backref_edge(cache, edge); + + /* + * Lower is no longer linked to any upper backref nodes + * and isn't in the cache, we can free it ourselves. + */ + if (list_empty(&lower->upper) && + RB_EMPTY_NODE(&lower->rb_node)) + list_add(&lower->list, &useless); + + if (!RB_EMPTY_NODE(&upper->rb_node)) + continue; + + /* Add this guy's upper edges to the list to proces */ + list_for_each_entry(edge, &upper->upper, list[LOWER]) + list_add_tail(&edge->list[UPPER], &list); + if (list_empty(&upper->upper)) + list_add(&upper->list, &useless); + } + + while (!list_empty(&useless)) { + lower = list_entry(useless.next, + struct backref_node, list); + list_del_init(&lower->list); + free_backref_node(cache, lower); } return ERR_PTR(err); } - BUG_ON(node && node->detached); + ASSERT(!node || !node->detached); return node; } --- linux-lts-utopic-3.16.0.orig/fs/btrfs/scrub.c +++ linux-lts-utopic-3.16.0/fs/btrfs/scrub.c @@ -428,8 +428,8 @@ sbio->index = i; sbio->sctx = sctx; sbio->page_count = 0; - btrfs_init_work(&sbio->work, scrub_bio_end_io_worker, - NULL, NULL); + btrfs_init_work(&sbio->work, btrfs_scrub_helper, + scrub_bio_end_io_worker, NULL, NULL); if (i != SCRUB_BIOS_PER_SCTX - 1) sctx->bios[i]->next_free = i + 1; @@ -999,8 +999,8 @@ fixup_nodatasum->root = fs_info->extent_root; fixup_nodatasum->mirror_num = failed_mirror_index + 1; scrub_pending_trans_workers_inc(sctx); - btrfs_init_work(&fixup_nodatasum->work, scrub_fixup_nodatasum, - NULL, NULL); + btrfs_init_work(&fixup_nodatasum->work, btrfs_scrub_helper, + scrub_fixup_nodatasum, NULL, NULL); btrfs_queue_work(fs_info->scrub_workers, &fixup_nodatasum->work); goto out; @@ -1616,7 +1616,8 @@ sbio->err = err; sbio->bio = bio; - btrfs_init_work(&sbio->work, scrub_wr_bio_end_io_worker, NULL, NULL); + btrfs_init_work(&sbio->work, btrfs_scrubwrc_helper, + scrub_wr_bio_end_io_worker, NULL, NULL); btrfs_queue_work(fs_info->scrub_wr_completion_workers, &sbio->work); } @@ -3203,7 +3204,8 @@ nocow_ctx->len = len; nocow_ctx->mirror_num = mirror_num; nocow_ctx->physical_for_dev_replace = physical_for_dev_replace; - btrfs_init_work(&nocow_ctx->work, copy_nocow_pages_worker, NULL, NULL); + btrfs_init_work(&nocow_ctx->work, btrfs_scrubnc_helper, + copy_nocow_pages_worker, NULL, NULL); INIT_LIST_HEAD(&nocow_ctx->inodes); btrfs_queue_work(fs_info->scrub_nocow_workers, &nocow_ctx->work); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/send.c +++ linux-lts-utopic-3.16.0/fs/btrfs/send.c @@ -3302,7 +3302,7 @@ if (ret < 0 && ret != -ENOENT) { goto out; } else if (ret == -ENOENT) { - ret = 1; + ret = 0; break; } @@ -5644,19 +5644,20 @@ ret = PTR_ERR(clone_root); goto out; } - clone_sources_to_rollback = i + 1; spin_lock(&clone_root->root_item_lock); - clone_root->send_in_progress++; - if (!btrfs_root_readonly(clone_root)) { + if (!btrfs_root_readonly(clone_root) || + btrfs_root_dead(clone_root)) { spin_unlock(&clone_root->root_item_lock); srcu_read_unlock(&fs_info->subvol_srcu, index); ret = -EPERM; goto out; } + clone_root->send_in_progress++; spin_unlock(&clone_root->root_item_lock); srcu_read_unlock(&fs_info->subvol_srcu, index); sctx->clone_roots[i].root = clone_root; + clone_sources_to_rollback = i + 1; } vfree(clone_sources_tmp); clone_sources_tmp = NULL; --- linux-lts-utopic-3.16.0.orig/fs/btrfs/super.c +++ linux-lts-utopic-3.16.0/fs/btrfs/super.c @@ -513,6 +513,13 @@ btrfs_info(root->fs_info, "btrfs: use %s compression", compress_type); + /* + * If we remount from compress-force=xxx to + * compress=xxx, we need clear FORCE_COMPRESS + * flag, otherwise, there is no way for users + * to disable forcible compression separately. + */ + btrfs_clear_opt(info->mount_opt, FORCE_COMPRESS); } break; case Opt_ssd: @@ -902,6 +909,15 @@ if (IS_ERR(new_root)) return ERR_CAST(new_root); + if (!(sb->s_flags & MS_RDONLY)) { + int ret; + down_read(&fs_info->cleanup_work_sem); + ret = btrfs_orphan_cleanup(new_root); + up_read(&fs_info->cleanup_work_sem); + if (ret) + return ERR_PTR(ret); + } + dir_id = btrfs_root_dirid(&new_root->root_item); setup_root: location.objectid = dir_id; @@ -1194,7 +1210,9 @@ return ERR_CAST(mnt); } + down_write(&mnt->mnt_sb->s_umount); r = btrfs_remount(mnt->mnt_sb, &flags, NULL); + up_write(&mnt->mnt_sb->s_umount); if (r < 0) { /* FIXME: release vfsmount mnt ??*/ kfree(newargs); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/sysfs.c +++ linux-lts-utopic-3.16.0/fs/btrfs/sysfs.c @@ -363,7 +363,8 @@ struct kobj_attribute *a, char *buf) { struct btrfs_fs_info *fs_info = to_fs_info(kobj); - return snprintf(buf, PAGE_SIZE, "%s\n", fs_info->super_copy->label); + char *label = fs_info->super_copy->label; + return snprintf(buf, PAGE_SIZE, label[0] ? "%s\n" : "%s", label); } static ssize_t btrfs_label_store(struct kobject *kobj, @@ -374,8 +375,15 @@ struct btrfs_trans_handle *trans; struct btrfs_root *root = fs_info->fs_root; int ret; + size_t p_len; - if (len >= BTRFS_LABEL_SIZE) + /* + * p_len is the len until the first occurrence of either + * '\n' or '\0' + */ + p_len = strcspn(buf, "\n"); + + if (p_len >= BTRFS_LABEL_SIZE) return -EINVAL; trans = btrfs_start_transaction(root, 0); @@ -383,7 +391,8 @@ return PTR_ERR(trans); spin_lock(&root->fs_info->super_lock); - strcpy(fs_info->super_copy->label, buf); + memset(fs_info->super_copy->label, 0, BTRFS_LABEL_SIZE); + memcpy(fs_info->super_copy->label, buf, p_len); spin_unlock(&root->fs_info->super_lock); ret = btrfs_commit_transaction(trans, root); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/transaction.c +++ linux-lts-utopic-3.16.0/fs/btrfs/transaction.c @@ -218,9 +218,9 @@ spin_lock_init(&cur_trans->delayed_refs.lock); INIT_LIST_HEAD(&cur_trans->pending_snapshots); - INIT_LIST_HEAD(&cur_trans->ordered_operations); INIT_LIST_HEAD(&cur_trans->pending_chunks); INIT_LIST_HEAD(&cur_trans->switch_commits); + INIT_LIST_HEAD(&cur_trans->pending_ordered); list_add_tail(&cur_trans->list, &fs_info->trans_list); extent_io_tree_init(&cur_trans->dirty_pages, fs_info->btree_inode->i_mapping); @@ -489,6 +489,7 @@ h->sync = false; INIT_LIST_HEAD(&h->qgroup_ref_list); INIT_LIST_HEAD(&h->new_bgs); + INIT_LIST_HEAD(&h->ordered); smp_mb(); if (cur_trans->state >= TRANS_STATE_BLOCKED && @@ -610,7 +611,6 @@ if (transid <= root->fs_info->last_trans_committed) goto out; - ret = -EINVAL; /* find specified transaction */ spin_lock(&root->fs_info->trans_lock); list_for_each_entry(t, &root->fs_info->trans_list, list) { @@ -626,9 +626,16 @@ } } spin_unlock(&root->fs_info->trans_lock); - /* The specified transaction doesn't exist */ - if (!cur_trans) + + /* + * The specified transaction doesn't exist, or we + * raced with btrfs_commit_transaction + */ + if (!cur_trans) { + if (transid > root->fs_info->last_trans_committed) + ret = -EINVAL; goto out; + } } else { /* find newest transaction that is committing | committed */ spin_lock(&root->fs_info->trans_lock); @@ -714,6 +721,12 @@ if (!list_empty(&trans->new_bgs)) btrfs_create_pending_block_groups(trans, root); + if (!list_empty(&trans->ordered)) { + spin_lock(&info->trans_lock); + list_splice_init(&trans->ordered, &cur_trans->pending_ordered); + spin_unlock(&info->trans_lock); + } + trans->delayed_ref_updates = 0; if (!trans->sync) { must_run_delayed_refs = @@ -1612,27 +1625,6 @@ kmem_cache_free(btrfs_trans_handle_cachep, trans); } -static int btrfs_flush_all_pending_stuffs(struct btrfs_trans_handle *trans, - struct btrfs_root *root) -{ - int ret; - - ret = btrfs_run_delayed_items(trans, root); - if (ret) - return ret; - - /* - * rename don't use btrfs_join_transaction, so, once we - * set the transaction to blocked above, we aren't going - * to get any new ordered operations. We can safely run - * it here and no for sure that nothing new will be added - * to the list - */ - ret = btrfs_run_ordered_operations(trans, root, 1); - - return ret; -} - static inline int btrfs_start_delalloc_flush(struct btrfs_fs_info *fs_info) { if (btrfs_test_opt(fs_info->tree_root, FLUSHONCOMMIT)) @@ -1646,6 +1638,28 @@ btrfs_wait_ordered_roots(fs_info, -1); } +static inline void +btrfs_wait_pending_ordered(struct btrfs_transaction *cur_trans, + struct btrfs_fs_info *fs_info) +{ + struct btrfs_ordered_extent *ordered; + + spin_lock(&fs_info->trans_lock); + while (!list_empty(&cur_trans->pending_ordered)) { + ordered = list_first_entry(&cur_trans->pending_ordered, + struct btrfs_ordered_extent, + trans_list); + list_del_init(&ordered->trans_list); + spin_unlock(&fs_info->trans_lock); + + wait_event(ordered->wait, test_bit(BTRFS_ORDERED_COMPLETE, + &ordered->flags)); + btrfs_put_ordered_extent(ordered); + spin_lock(&fs_info->trans_lock); + } + spin_unlock(&fs_info->trans_lock); +} + int btrfs_commit_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root) { @@ -1653,13 +1667,6 @@ struct btrfs_transaction *prev_trans = NULL; int ret; - ret = btrfs_run_ordered_operations(trans, root, 0); - if (ret) { - btrfs_abort_transaction(trans, root, ret); - btrfs_end_transaction(trans, root); - return ret; - } - /* Stop the commit early if ->aborted is set */ if (unlikely(ACCESS_ONCE(cur_trans->aborted))) { ret = cur_trans->aborted; @@ -1702,6 +1709,7 @@ } spin_lock(&root->fs_info->trans_lock); + list_splice_init(&trans->ordered, &cur_trans->pending_ordered); if (cur_trans->state >= TRANS_STATE_COMMIT_START) { spin_unlock(&root->fs_info->trans_lock); atomic_inc(&cur_trans->use_count); @@ -1725,8 +1733,11 @@ spin_unlock(&root->fs_info->trans_lock); wait_for_commit(root, prev_trans); + ret = prev_trans->aborted; btrfs_put_transaction(prev_trans); + if (ret) + goto cleanup_transaction; } else { spin_unlock(&root->fs_info->trans_lock); } @@ -1740,7 +1751,7 @@ if (ret) goto cleanup_transaction; - ret = btrfs_flush_all_pending_stuffs(trans, root); + ret = btrfs_run_delayed_items(trans, root); if (ret) goto cleanup_transaction; @@ -1748,12 +1759,14 @@ extwriter_counter_read(cur_trans) == 0); /* some pending stuffs might be added after the previous flush. */ - ret = btrfs_flush_all_pending_stuffs(trans, root); + ret = btrfs_run_delayed_items(trans, root); if (ret) goto cleanup_transaction; btrfs_wait_delalloc_flush(root->fs_info); + btrfs_wait_pending_ordered(cur_trans, root->fs_info); + btrfs_scrub_pause(root); /* * Ok now we need to make sure to block out any other joins while we --- linux-lts-utopic-3.16.0.orig/fs/btrfs/transaction.h +++ linux-lts-utopic-3.16.0/fs/btrfs/transaction.h @@ -55,8 +55,8 @@ wait_queue_head_t writer_wait; wait_queue_head_t commit_wait; struct list_head pending_snapshots; - struct list_head ordered_operations; struct list_head pending_chunks; + struct list_head pending_ordered; struct list_head switch_commits; struct btrfs_delayed_ref_root delayed_refs; int aborted; @@ -106,6 +106,7 @@ */ struct btrfs_root *root; struct seq_list delayed_ref_elem; + struct list_head ordered; struct list_head qgroup_ref_list; struct list_head new_bgs; }; --- linux-lts-utopic-3.16.0.orig/fs/btrfs/tree-log.c +++ linux-lts-utopic-3.16.0/fs/btrfs/tree-log.c @@ -485,8 +485,20 @@ src_item = (struct btrfs_inode_item *)src_ptr; dst_item = (struct btrfs_inode_item *)dst_ptr; - if (btrfs_inode_generation(eb, src_item) == 0) + if (btrfs_inode_generation(eb, src_item) == 0) { + struct extent_buffer *dst_eb = path->nodes[0]; + + if (S_ISREG(btrfs_inode_mode(eb, src_item)) && + S_ISREG(btrfs_inode_mode(dst_eb, dst_item))) { + struct btrfs_map_token token; + u64 ino_size = btrfs_inode_size(eb, src_item); + + btrfs_init_map_token(&token); + btrfs_set_token_inode_size(dst_eb, dst_item, + ino_size, &token); + } goto no_copy; + } if (overwrite_root && S_ISDIR(btrfs_inode_mode(eb, src_item)) && @@ -995,7 +1007,7 @@ base = btrfs_item_ptr_offset(leaf, path->slots[0]); while (cur_offset < item_size) { - extref = (struct btrfs_inode_extref *)base + cur_offset; + extref = (struct btrfs_inode_extref *)(base + cur_offset); victim_name_len = btrfs_inode_extref_name_len(leaf, extref); @@ -1251,13 +1263,14 @@ } static int insert_orphan_item(struct btrfs_trans_handle *trans, - struct btrfs_root *root, u64 offset) + struct btrfs_root *root, u64 ino) { int ret; - ret = btrfs_find_item(root, NULL, BTRFS_ORPHAN_OBJECTID, - offset, BTRFS_ORPHAN_ITEM_KEY, NULL); - if (ret > 0) - ret = btrfs_insert_orphan_item(trans, root, offset); + + ret = btrfs_insert_orphan_item(trans, root, ino); + if (ret == -EEXIST) + ret = 0; + return ret; } @@ -2596,9 +2609,9 @@ if (atomic_read(&log_root_tree->log_commit[index2])) { blk_finish_plug(&plug); btrfs_wait_marked_extents(log, &log->dirty_log_pages, mark); + btrfs_wait_logged_extents(trans, log, log_transid); wait_log_commit(trans, log_root_tree, root_log_ctx.log_transid); - btrfs_free_logged_extents(log, log_transid); mutex_unlock(&log_root_tree->log_mutex); ret = root_log_ctx.log_ret; goto out; @@ -2641,7 +2654,7 @@ btrfs_wait_marked_extents(log_root_tree, &log_root_tree->dirty_log_pages, EXTENT_NEW | EXTENT_DIRTY); - btrfs_wait_logged_extents(log, log_transid); + btrfs_wait_logged_extents(trans, log, log_transid); btrfs_set_super_log_root(root->fs_info->super_for_commit, log_root_tree->node->start); @@ -3207,7 +3220,8 @@ static void fill_inode_item(struct btrfs_trans_handle *trans, struct extent_buffer *leaf, struct btrfs_inode_item *item, - struct inode *inode, int log_inode_only) + struct inode *inode, int log_inode_only, + u64 logged_isize) { struct btrfs_map_token token; @@ -3220,7 +3234,7 @@ * to say 'update this inode with these values' */ btrfs_set_token_inode_generation(leaf, item, 0, &token); - btrfs_set_token_inode_size(leaf, item, 0, &token); + btrfs_set_token_inode_size(leaf, item, logged_isize, &token); } else { btrfs_set_token_inode_generation(leaf, item, BTRFS_I(inode)->generation, @@ -3272,7 +3286,7 @@ return ret; inode_item = btrfs_item_ptr(path->nodes[0], path->slots[0], struct btrfs_inode_item); - fill_inode_item(trans, path->nodes[0], inode_item, inode, 0); + fill_inode_item(trans, path->nodes[0], inode_item, inode, 0, 0); btrfs_release_path(path); return 0; } @@ -3281,7 +3295,8 @@ struct inode *inode, struct btrfs_path *dst_path, struct btrfs_path *src_path, u64 *last_extent, - int start_slot, int nr, int inode_only) + int start_slot, int nr, int inode_only, + u64 logged_isize) { unsigned long src_offset; unsigned long dst_offset; @@ -3338,7 +3353,8 @@ dst_path->slots[0], struct btrfs_inode_item); fill_inode_item(trans, dst_path->nodes[0], inode_item, - inode, inode_only == LOG_INODE_EXISTS); + inode, inode_only == LOG_INODE_EXISTS, + logged_isize); } else { copy_extent_buffer(dst_path->nodes[0], src, dst_offset, src_offset, ins_sizes[i]); @@ -3607,7 +3623,7 @@ fi = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_file_extent_item); - btrfs_set_token_file_extent_generation(leaf, fi, em->generation, + btrfs_set_token_file_extent_generation(leaf, fi, trans->transid, &token); if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { skip_csum = true; @@ -3834,6 +3850,33 @@ return ret; } +static int logged_inode_size(struct btrfs_root *log, struct inode *inode, + struct btrfs_path *path, u64 *size_ret) +{ + struct btrfs_key key; + int ret; + + key.objectid = btrfs_ino(inode); + key.type = BTRFS_INODE_ITEM_KEY; + key.offset = 0; + + ret = btrfs_search_slot(NULL, log, &key, path, 0, 0); + if (ret < 0) { + return ret; + } else if (ret > 0) { + *size_ret = i_size_read(inode); + } else { + struct btrfs_inode_item *item; + + item = btrfs_item_ptr(path->nodes[0], path->slots[0], + struct btrfs_inode_item); + *size_ret = btrfs_inode_size(path->nodes[0], item); + } + + btrfs_release_path(path); + return 0; +} + /* log a single inode in the tree log. * At least one parent directory for this inode must exist in the tree * or be logged already. @@ -3867,6 +3910,8 @@ int ins_nr; bool fast_search = false; u64 ino = btrfs_ino(inode); + u64 logged_isize = 0; + bool need_log_inode_item = true; path = btrfs_alloc_path(); if (!path) @@ -3920,6 +3965,25 @@ max_key_type = BTRFS_XATTR_ITEM_KEY; ret = drop_objectid_items(trans, log, path, ino, max_key_type); } else { + if (inode_only == LOG_INODE_EXISTS) { + /* + * Make sure the new inode item we write to the log has + * the same isize as the current one (if it exists). + * This is necessary to prevent data loss after log + * replay, and also to prevent doing a wrong expanding + * truncate - for e.g. create file, write 4K into offset + * 0, fsync, write 4K into offset 4096, add hard link, + * fsync some other file (to sync log), power fail - if + * we use the inode's current i_size, after log replay + * we get a 8Kb file, with the last 4Kb extent as a hole + * (zeroes), as if an expanding truncate happened, + * instead of getting a file of 4Kb only. + */ + err = logged_inode_size(log, inode, path, + &logged_isize); + if (err) + goto out_unlock; + } if (test_and_clear_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &BTRFS_I(inode)->runtime_flags)) { clear_bit(BTRFS_INODE_COPY_EVERYTHING, @@ -3937,11 +4001,6 @@ } else { if (inode_only == LOG_INODE_ALL) fast_search = true; - ret = log_inode_item(trans, log, dst_path, inode); - if (ret) { - err = ret; - goto out_unlock; - } goto log_extents; } @@ -3965,6 +4024,9 @@ if (min_key.type > max_key.type) break; + if (min_key.type == BTRFS_INODE_ITEM_KEY) + need_log_inode_item = false; + src = path->nodes[0]; if (ins_nr && ins_start_slot + ins_nr == path->slots[0]) { ins_nr++; @@ -3976,7 +4038,8 @@ } ret = copy_items(trans, inode, dst_path, path, &last_extent, - ins_start_slot, ins_nr, inode_only); + ins_start_slot, ins_nr, inode_only, + logged_isize); if (ret < 0) { err = ret; goto out_unlock; @@ -3999,7 +4062,7 @@ if (ins_nr) { ret = copy_items(trans, inode, dst_path, path, &last_extent, ins_start_slot, - ins_nr, inode_only); + ins_nr, inode_only, logged_isize); if (ret < 0) { err = ret; goto out_unlock; @@ -4020,7 +4083,8 @@ } if (ins_nr) { ret = copy_items(trans, inode, dst_path, path, &last_extent, - ins_start_slot, ins_nr, inode_only); + ins_start_slot, ins_nr, inode_only, + logged_isize); if (ret < 0) { err = ret; goto out_unlock; @@ -4032,6 +4096,11 @@ log_extents: btrfs_release_path(path); btrfs_release_path(dst_path); + if (need_log_inode_item) { + err = log_inode_item(trans, log, dst_path, inode); + if (err) + goto out_unlock; + } if (fast_search) { ret = btrfs_log_changed_extents(trans, root, inode, dst_path, &logged_list); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/ulist.h +++ linux-lts-utopic-3.16.0/fs/btrfs/ulist.h @@ -57,6 +57,21 @@ int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask); int ulist_add_merge(struct ulist *ulist, u64 val, u64 aux, u64 *old_aux, gfp_t gfp_mask); + +/* just like ulist_add_merge() but take a pointer for the aux data */ +static inline int ulist_add_merge_ptr(struct ulist *ulist, u64 val, void *aux, + void **old_aux, gfp_t gfp_mask) +{ +#if BITS_PER_LONG == 32 + u64 old64 = (uintptr_t)*old_aux; + int ret = ulist_add_merge(ulist, val, (uintptr_t)aux, &old64, gfp_mask); + *old_aux = (void *)((uintptr_t)old64); + return ret; +#else + return ulist_add_merge(ulist, val, (u64)aux, (u64 *)old_aux, gfp_mask); +#endif +} + struct ulist_node *ulist_next(struct ulist *ulist, struct ulist_iterator *uiter); --- linux-lts-utopic-3.16.0.orig/fs/btrfs/volumes.c +++ linux-lts-utopic-3.16.0/fs/btrfs/volumes.c @@ -5800,7 +5800,8 @@ else generate_random_uuid(dev->uuid); - btrfs_init_work(&dev->work, pending_bios_fn, NULL, NULL); + btrfs_init_work(&dev->work, btrfs_submit_helper, + pending_bios_fn, NULL, NULL); return dev; } --- linux-lts-utopic-3.16.0.orig/fs/btrfs/volumes.h +++ linux-lts-utopic-3.16.0/fs/btrfs/volumes.h @@ -260,6 +260,14 @@ #define BTRFS_BALANCE_ARGS_VRANGE (1ULL << 4) #define BTRFS_BALANCE_ARGS_LIMIT (1ULL << 5) +#define BTRFS_BALANCE_ARGS_MASK \ + (BTRFS_BALANCE_ARGS_PROFILES | \ + BTRFS_BALANCE_ARGS_USAGE | \ + BTRFS_BALANCE_ARGS_DEVID | \ + BTRFS_BALANCE_ARGS_DRANGE | \ + BTRFS_BALANCE_ARGS_VRANGE | \ + BTRFS_BALANCE_ARGS_LIMIT) + /* * Profile changing flags. When SOFT is set we won't relocate chunk if * it already has the target profile (even though it may be --- linux-lts-utopic-3.16.0.orig/fs/btrfs/xattr.c +++ linux-lts-utopic-3.16.0/fs/btrfs/xattr.c @@ -29,6 +29,7 @@ #include "xattr.h" #include "disk-io.h" #include "props.h" +#include "locking.h" ssize_t __btrfs_getxattr(struct inode *inode, const char *name, @@ -91,7 +92,7 @@ struct inode *inode, const char *name, const void *value, size_t size, int flags) { - struct btrfs_dir_item *di; + struct btrfs_dir_item *di = NULL; struct btrfs_root *root = BTRFS_I(inode)->root; struct btrfs_path *path; size_t name_len = strlen(name); @@ -103,84 +104,119 @@ path = btrfs_alloc_path(); if (!path) return -ENOMEM; + path->skip_release_on_error = 1; + + if (!value) { + di = btrfs_lookup_xattr(trans, root, path, btrfs_ino(inode), + name, name_len, -1); + if (!di && (flags & XATTR_REPLACE)) + ret = -ENODATA; + else if (di) + ret = btrfs_delete_one_dir_name(trans, root, path, di); + goto out; + } + /* + * For a replace we can't just do the insert blindly. + * Do a lookup first (read-only btrfs_search_slot), and return if xattr + * doesn't exist. If it exists, fall down below to the insert/replace + * path - we can't race with a concurrent xattr delete, because the VFS + * locks the inode's i_mutex before calling setxattr or removexattr. + */ if (flags & XATTR_REPLACE) { - di = btrfs_lookup_xattr(trans, root, path, btrfs_ino(inode), name, - name_len, -1); - if (IS_ERR(di)) { - ret = PTR_ERR(di); - goto out; - } else if (!di) { + ASSERT(mutex_is_locked(&inode->i_mutex)); + di = btrfs_lookup_xattr(NULL, root, path, btrfs_ino(inode), + name, name_len, 0); + if (!di) { ret = -ENODATA; goto out; } - ret = btrfs_delete_one_dir_name(trans, root, path, di); - if (ret) - goto out; btrfs_release_path(path); + di = NULL; + } + ret = btrfs_insert_xattr_item(trans, root, path, btrfs_ino(inode), + name, name_len, value, size); + if (ret == -EOVERFLOW) { /* - * remove the attribute + * We have an existing item in a leaf, split_leaf couldn't + * expand it. That item might have or not a dir_item that + * matches our target xattr, so lets check. */ - if (!value) - goto out; - } else { - di = btrfs_lookup_xattr(NULL, root, path, btrfs_ino(inode), - name, name_len, 0); - if (IS_ERR(di)) { - ret = PTR_ERR(di); + ret = 0; + btrfs_assert_tree_locked(path->nodes[0]); + di = btrfs_match_dir_item_name(root, path, name, name_len); + if (!di && !(flags & XATTR_REPLACE)) { + ret = -ENOSPC; goto out; } - if (!di && !value) - goto out; - btrfs_release_path(path); + } else if (ret == -EEXIST) { + ret = 0; + di = btrfs_match_dir_item_name(root, path, name, name_len); + ASSERT(di); /* logic error */ + } else if (ret) { + goto out; } -again: - ret = btrfs_insert_xattr_item(trans, root, path, btrfs_ino(inode), - name, name_len, value, size); - /* - * If we're setting an xattr to a new value but the new value is say - * exactly BTRFS_MAX_XATTR_SIZE, we could end up with EOVERFLOW getting - * back from split_leaf. This is because it thinks we'll be extending - * the existing item size, but we're asking for enough space to add the - * item itself. So if we get EOVERFLOW just set ret to EEXIST and let - * the rest of the function figure it out. - */ - if (ret == -EOVERFLOW) + if (di && (flags & XATTR_CREATE)) { ret = -EEXIST; + goto out; + } - if (ret == -EEXIST) { - if (flags & XATTR_CREATE) - goto out; + if (di) { /* - * We can't use the path we already have since we won't have the - * proper locking for a delete, so release the path and - * re-lookup to delete the thing. + * We're doing a replace, and it must be atomic, that is, at + * any point in time we have either the old or the new xattr + * value in the tree. We don't want readers (getxattr and + * listxattrs) to miss a value, this is specially important + * for ACLs. */ - btrfs_release_path(path); - di = btrfs_lookup_xattr(trans, root, path, btrfs_ino(inode), - name, name_len, -1); - if (IS_ERR(di)) { - ret = PTR_ERR(di); - goto out; - } else if (!di) { - /* Shouldn't happen but just in case... */ - btrfs_release_path(path); - goto again; + const int slot = path->slots[0]; + struct extent_buffer *leaf = path->nodes[0]; + const u16 old_data_len = btrfs_dir_data_len(leaf, di); + const u32 item_size = btrfs_item_size_nr(leaf, slot); + const u32 data_size = sizeof(*di) + name_len + size; + struct btrfs_item *item; + unsigned long data_ptr; + char *ptr; + + if (size > old_data_len) { + if (btrfs_leaf_free_space(root, leaf) < + (size - old_data_len)) { + ret = -ENOSPC; + goto out; + } } - ret = btrfs_delete_one_dir_name(trans, root, path, di); - if (ret) - goto out; + if (old_data_len + name_len + sizeof(*di) == item_size) { + /* No other xattrs packed in the same leaf item. */ + if (size > old_data_len) + btrfs_extend_item(root, path, + size - old_data_len); + else if (size < old_data_len) + btrfs_truncate_item(root, path, data_size, 1); + } else { + /* There are other xattrs packed in the same item. */ + ret = btrfs_delete_one_dir_name(trans, root, path, di); + if (ret) + goto out; + btrfs_extend_item(root, path, data_size); + } + item = btrfs_item_nr(slot); + ptr = btrfs_item_ptr(leaf, slot, char); + ptr += btrfs_item_size(leaf, item) - data_size; + di = (struct btrfs_dir_item *)ptr; + btrfs_set_dir_data_len(leaf, di, size); + data_ptr = ((unsigned long)(di + 1)) + name_len; + write_extent_buffer(leaf, value, data_ptr, size); + btrfs_mark_buffer_dirty(leaf); + } else { /* - * We have a value to set, so go back and try to insert it now. + * Insert, and we had space for the xattr, so path->slots[0] is + * where our xattr dir_item is and btrfs_insert_xattr_item() + * filled it. */ - if (value) { - btrfs_release_path(path); - goto again; - } } out: btrfs_free_path(path); @@ -273,8 +309,10 @@ /* check to make sure this item is what we want */ if (found_key.objectid != key.objectid) break; - if (btrfs_key_type(&found_key) != BTRFS_XATTR_ITEM_KEY) + if (found_key.type > BTRFS_XATTR_ITEM_KEY) break; + if (found_key.type < BTRFS_XATTR_ITEM_KEY) + goto next; di = btrfs_item_ptr(leaf, slot, struct btrfs_dir_item); if (verify_dir_item(root, leaf, di)) @@ -324,22 +362,42 @@ /* * Check if the attribute is in a supported namespace. * - * This applied after the check for the synthetic attributes in the system + * This is applied after the check for the synthetic attributes in the system * namespace. */ -static bool btrfs_is_valid_xattr(const char *name) +static int btrfs_is_valid_xattr(const char *name) { - return !strncmp(name, XATTR_SECURITY_PREFIX, - XATTR_SECURITY_PREFIX_LEN) || - !strncmp(name, XATTR_SYSTEM_PREFIX, XATTR_SYSTEM_PREFIX_LEN) || - !strncmp(name, XATTR_TRUSTED_PREFIX, XATTR_TRUSTED_PREFIX_LEN) || - !strncmp(name, XATTR_USER_PREFIX, XATTR_USER_PREFIX_LEN) || - !strncmp(name, XATTR_BTRFS_PREFIX, XATTR_BTRFS_PREFIX_LEN); + int len = strlen(name); + int prefixlen = 0; + + if (!strncmp(name, XATTR_SECURITY_PREFIX, + XATTR_SECURITY_PREFIX_LEN)) + prefixlen = XATTR_SECURITY_PREFIX_LEN; + else if (!strncmp(name, XATTR_SYSTEM_PREFIX, XATTR_SYSTEM_PREFIX_LEN)) + prefixlen = XATTR_SYSTEM_PREFIX_LEN; + else if (!strncmp(name, XATTR_TRUSTED_PREFIX, XATTR_TRUSTED_PREFIX_LEN)) + prefixlen = XATTR_TRUSTED_PREFIX_LEN; + else if (!strncmp(name, XATTR_USER_PREFIX, XATTR_USER_PREFIX_LEN)) + prefixlen = XATTR_USER_PREFIX_LEN; + else if (!strncmp(name, XATTR_BTRFS_PREFIX, XATTR_BTRFS_PREFIX_LEN)) + prefixlen = XATTR_BTRFS_PREFIX_LEN; + else + return -EOPNOTSUPP; + + /* + * The name cannot consist of just prefix + */ + if (len <= prefixlen) + return -EINVAL; + + return 0; } ssize_t btrfs_getxattr(struct dentry *dentry, const char *name, void *buffer, size_t size) { + int ret; + /* * If this is a request for a synthetic attribute in the system.* * namespace use the generic infrastructure to resolve a handler @@ -348,8 +406,9 @@ if (!strncmp(name, XATTR_SYSTEM_PREFIX, XATTR_SYSTEM_PREFIX_LEN)) return generic_getxattr(dentry, name, buffer, size); - if (!btrfs_is_valid_xattr(name)) - return -EOPNOTSUPP; + ret = btrfs_is_valid_xattr(name); + if (ret) + return ret; return __btrfs_getxattr(dentry->d_inode, name, buffer, size); } @@ -357,6 +416,7 @@ size_t size, int flags) { struct btrfs_root *root = BTRFS_I(dentry->d_inode)->root; + int ret; /* * The permission on security.* and system.* is not checked @@ -373,8 +433,9 @@ if (!strncmp(name, XATTR_SYSTEM_PREFIX, XATTR_SYSTEM_PREFIX_LEN)) return generic_setxattr(dentry, name, value, size, flags); - if (!btrfs_is_valid_xattr(name)) - return -EOPNOTSUPP; + ret = btrfs_is_valid_xattr(name); + if (ret) + return ret; if (!strncmp(name, XATTR_BTRFS_PREFIX, XATTR_BTRFS_PREFIX_LEN)) return btrfs_set_prop(dentry->d_inode, name, @@ -390,6 +451,7 @@ int btrfs_removexattr(struct dentry *dentry, const char *name) { struct btrfs_root *root = BTRFS_I(dentry->d_inode)->root; + int ret; /* * The permission on security.* and system.* is not checked @@ -406,8 +468,9 @@ if (!strncmp(name, XATTR_SYSTEM_PREFIX, XATTR_SYSTEM_PREFIX_LEN)) return generic_removexattr(dentry, name); - if (!btrfs_is_valid_xattr(name)) - return -EOPNOTSUPP; + ret = btrfs_is_valid_xattr(name); + if (ret) + return ret; if (!strncmp(name, XATTR_BTRFS_PREFIX, XATTR_BTRFS_PREFIX_LEN)) return btrfs_set_prop(dentry->d_inode, name, --- linux-lts-utopic-3.16.0.orig/fs/btrfs/zlib.c +++ linux-lts-utopic-3.16.0/fs/btrfs/zlib.c @@ -302,6 +302,8 @@ zlib_inflateEnd(&workspace->inf_strm); if (data_in) kunmap(pages_in[page_in_index]); + if (!ret) + btrfs_clear_biovec_end(bvec, vcnt, page_out_index, pg_offset); return ret; } @@ -313,10 +315,14 @@ struct workspace *workspace = list_entry(ws, struct workspace, list); int ret = 0; int wbits = MAX_WBITS; - unsigned long bytes_left = destlen; + unsigned long bytes_left; unsigned long total_out = 0; + unsigned long pg_offset = 0; char *kaddr; + destlen = min_t(unsigned long, destlen, PAGE_SIZE); + bytes_left = destlen; + workspace->inf_strm.next_in = data_in; workspace->inf_strm.avail_in = srclen; workspace->inf_strm.total_in = 0; @@ -344,7 +350,6 @@ unsigned long buf_start; unsigned long buf_offset; unsigned long bytes; - unsigned long pg_offset = 0; ret = zlib_inflate(&workspace->inf_strm, Z_NO_FLUSH); if (ret != Z_OK && ret != Z_STREAM_END) @@ -387,6 +392,17 @@ ret = 0; zlib_inflateEnd(&workspace->inf_strm); + + /* + * this should only happen if zlib returned fewer bytes than we + * expected. btrfs_get_block is responsible for zeroing from the + * end of the inline extent (destlen) to the end of the page + */ + if (pg_offset < destlen) { + kaddr = kmap_atomic(dest_page); + memset(kaddr + pg_offset, 0, destlen - pg_offset); + kunmap_atomic(kaddr); + } return ret; } --- linux-lts-utopic-3.16.0.orig/fs/buffer.c +++ linux-lts-utopic-3.16.0/fs/buffer.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include @@ -1000,7 +1001,7 @@ */ static int grow_dev_page(struct block_device *bdev, sector_t block, - pgoff_t index, int size, int sizebits) + pgoff_t index, int size, int sizebits, gfp_t gfp) { struct inode *inode = bdev->bd_inode; struct page *page; @@ -1009,8 +1010,8 @@ int ret = 0; /* Will call free_more_memory() */ gfp_t gfp_mask; - gfp_mask = mapping_gfp_mask(inode->i_mapping) & ~__GFP_FS; - gfp_mask |= __GFP_MOVABLE; + gfp_mask = (mapping_gfp_mask(inode->i_mapping) & ~__GFP_FS) | gfp; + /* * XXX: __getblk_slow() can not really deal with failure and * will endlessly loop on improvised global reclaim. Prefer @@ -1029,7 +1030,8 @@ bh = page_buffers(page); if (bh->b_size == size) { end_block = init_page_buffers(page, bdev, - index << sizebits, size); + (sector_t)index << sizebits, + size); goto done; } if (!try_to_free_buffers(page)) @@ -1050,7 +1052,8 @@ */ spin_lock(&inode->i_mapping->private_lock); link_dev_buffers(page, bh); - end_block = init_page_buffers(page, bdev, index << sizebits, size); + end_block = init_page_buffers(page, bdev, (sector_t)index << sizebits, + size); spin_unlock(&inode->i_mapping->private_lock); done: ret = (block < end_block) ? 1 : -ENXIO; @@ -1065,7 +1068,7 @@ * that page was dirty, the buffers are set dirty also. */ static int -grow_buffers(struct block_device *bdev, sector_t block, int size) +grow_buffers(struct block_device *bdev, sector_t block, int size, gfp_t gfp) { pgoff_t index; int sizebits; @@ -1092,11 +1095,12 @@ } /* Create a page with the proper size buffers.. */ - return grow_dev_page(bdev, block, index, size, sizebits); + return grow_dev_page(bdev, block, index, size, sizebits, gfp); } -static struct buffer_head * -__getblk_slow(struct block_device *bdev, sector_t block, int size) +struct buffer_head * +__getblk_slow(struct block_device *bdev, sector_t block, + unsigned size, gfp_t gfp) { /* Size must be multiple of hard sectorsize */ if (unlikely(size & (bdev_logical_block_size(bdev)-1) || @@ -1118,13 +1122,14 @@ if (bh) return bh; - ret = grow_buffers(bdev, block, size); + ret = grow_buffers(bdev, block, size, gfp); if (ret < 0) return NULL; if (ret == 0) free_more_memory(); } } +EXPORT_SYMBOL(__getblk_slow); /* * The relationship between dirty buffers and dirty pages: @@ -1378,24 +1383,25 @@ EXPORT_SYMBOL(__find_get_block); /* - * __getblk will locate (and, if necessary, create) the buffer_head + * __getblk_gfp() will locate (and, if necessary, create) the buffer_head * which corresponds to the passed block_device, block and size. The * returned buffer has its reference count incremented. * - * __getblk() will lock up the machine if grow_dev_page's try_to_free_buffers() - * attempt is failing. FIXME, perhaps? + * __getblk_gfp() will lock up the machine if grow_dev_page's + * try_to_free_buffers() attempt is failing. FIXME, perhaps? */ struct buffer_head * -__getblk(struct block_device *bdev, sector_t block, unsigned size) +__getblk_gfp(struct block_device *bdev, sector_t block, + unsigned size, gfp_t gfp) { struct buffer_head *bh = __find_get_block(bdev, block, size); might_sleep(); if (bh == NULL) - bh = __getblk_slow(bdev, block, size); + bh = __getblk_slow(bdev, block, size, gfp); return bh; } -EXPORT_SYMBOL(__getblk); +EXPORT_SYMBOL(__getblk_gfp); /* * Do async read-ahead on a buffer.. @@ -1411,24 +1417,28 @@ EXPORT_SYMBOL(__breadahead); /** - * __bread() - reads a specified block and returns the bh + * __bread_gfp() - reads a specified block and returns the bh * @bdev: the block_device to read from * @block: number of block * @size: size (in bytes) to read - * + * @gfp: page allocation flag + * * Reads a specified block, and returns buffer head that contains it. + * The page cache can be allocated from non-movable area + * not to prevent page migration if you set gfp to zero. * It returns NULL if the block was unreadable. */ struct buffer_head * -__bread(struct block_device *bdev, sector_t block, unsigned size) +__bread_gfp(struct block_device *bdev, sector_t block, + unsigned size, gfp_t gfp) { - struct buffer_head *bh = __getblk(bdev, block, size); + struct buffer_head *bh = __getblk_gfp(bdev, block, size, gfp); if (likely(bh) && !buffer_uptodate(bh)) bh = __bread_slow(bh); return bh; } -EXPORT_SYMBOL(__bread); +EXPORT_SYMBOL(__bread_gfp); /* * invalidate_bh_lrus() is called rarely - but not only at unmount. @@ -2087,6 +2097,7 @@ struct page *page, void *fsdata) { struct inode *inode = mapping->host; + loff_t old_size = inode->i_size; int i_size_changed = 0; copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); @@ -2106,6 +2117,8 @@ unlock_page(page); page_cache_release(page); + if (old_size < pos) + pagecache_isize_extended(inode, old_size, pos); /* * Don't mark the inode dirty under page lock. First, it unnecessarily * makes the holding time of page lock longer. Second, it forces lock @@ -2323,6 +2336,11 @@ err = 0; balance_dirty_pages_ratelimited(mapping); + + if (unlikely(fatal_signal_pending(current))) { + err = -EINTR; + goto out; + } } /* page covers the boundary, find the boundary offset */ @@ -2460,7 +2478,7 @@ * Update file times before taking page lock. We may end up failing the * fault so this update may be superfluous but who really cares... */ - file_update_time(vma->vm_file); + vma_file_update_time(vma); ret = __block_page_mkwrite(vma, vmf, get_block); sb_end_pagefault(sb); --- linux-lts-utopic-3.16.0.orig/fs/cachefiles/bind.c +++ linux-lts-utopic-3.16.0/fs/cachefiles/bind.c @@ -50,18 +50,18 @@ cache->brun_percent < 100); if (*args) { - pr_err("'bind' command doesn't take an argument"); + pr_err("'bind' command doesn't take an argument\n"); return -EINVAL; } if (!cache->rootdirname) { - pr_err("No cache directory specified"); + pr_err("No cache directory specified\n"); return -EINVAL; } /* don't permit already bound caches to be re-bound */ if (test_bit(CACHEFILES_READY, &cache->flags)) { - pr_err("Cache already bound"); + pr_err("Cache already bound\n"); return -EBUSY; } @@ -248,7 +248,7 @@ kmem_cache_free(cachefiles_object_jar, fsdef); error_root_object: cachefiles_end_secure(cache, saved_cred); - pr_err("Failed to register: %d", ret); + pr_err("Failed to register: %d\n", ret); return ret; } --- linux-lts-utopic-3.16.0.orig/fs/cachefiles/daemon.c +++ linux-lts-utopic-3.16.0/fs/cachefiles/daemon.c @@ -315,7 +315,7 @@ static int cachefiles_daemon_range_error(struct cachefiles_cache *cache, char *args) { - pr_err("Free space limits must be in range 0%%<=stoprootdirname) { - pr_err("Second cache directory specified"); + pr_err("Second cache directory specified\n"); return -EEXIST; } @@ -503,12 +503,12 @@ _enter(",%s", args); if (!*args) { - pr_err("Empty security context specified"); + pr_err("Empty security context specified\n"); return -EINVAL; } if (cache->secctx) { - pr_err("Second security context specified"); + pr_err("Second security context specified\n"); return -EINVAL; } @@ -531,7 +531,7 @@ _enter(",%s", args); if (!*args) { - pr_err("Empty tag specified"); + pr_err("Empty tag specified\n"); return -EINVAL; } @@ -562,12 +562,12 @@ goto inval; if (!test_bit(CACHEFILES_READY, &cache->flags)) { - pr_err("cull applied to unready cache"); + pr_err("cull applied to unready cache\n"); return -EIO; } if (test_bit(CACHEFILES_DEAD, &cache->flags)) { - pr_err("cull applied to dead cache"); + pr_err("cull applied to dead cache\n"); return -EIO; } @@ -587,11 +587,11 @@ notdir: path_put(&path); - pr_err("cull command requires dirfd to be a directory"); + pr_err("cull command requires dirfd to be a directory\n"); return -ENOTDIR; inval: - pr_err("cull command requires dirfd and filename"); + pr_err("cull command requires dirfd and filename\n"); return -EINVAL; } @@ -614,7 +614,7 @@ return 0; inval: - pr_err("debug command requires mask"); + pr_err("debug command requires mask\n"); return -EINVAL; } @@ -634,12 +634,12 @@ goto inval; if (!test_bit(CACHEFILES_READY, &cache->flags)) { - pr_err("inuse applied to unready cache"); + pr_err("inuse applied to unready cache\n"); return -EIO; } if (test_bit(CACHEFILES_DEAD, &cache->flags)) { - pr_err("inuse applied to dead cache"); + pr_err("inuse applied to dead cache\n"); return -EIO; } @@ -659,11 +659,11 @@ notdir: path_put(&path); - pr_err("inuse command requires dirfd to be a directory"); + pr_err("inuse command requires dirfd to be a directory\n"); return -ENOTDIR; inval: - pr_err("inuse command requires dirfd and filename"); + pr_err("inuse command requires dirfd and filename\n"); return -EINVAL; } --- linux-lts-utopic-3.16.0.orig/fs/cachefiles/internal.h +++ linux-lts-utopic-3.16.0/fs/cachefiles/internal.h @@ -255,7 +255,7 @@ #define cachefiles_io_error(___cache, FMT, ...) \ do { \ - pr_err("I/O Error: " FMT, ##__VA_ARGS__); \ + pr_err("I/O Error: " FMT"\n", ##__VA_ARGS__); \ fscache_io_error(&(___cache)->cache); \ set_bit(CACHEFILES_DEAD, &(___cache)->flags); \ } while (0) --- linux-lts-utopic-3.16.0.orig/fs/cachefiles/main.c +++ linux-lts-utopic-3.16.0/fs/cachefiles/main.c @@ -84,7 +84,7 @@ error_object_jar: misc_deregister(&cachefiles_dev); error_dev: - pr_err("failed to register: %d", ret); + pr_err("failed to register: %d\n", ret); return ret; } --- linux-lts-utopic-3.16.0.orig/fs/cachefiles/namei.c +++ linux-lts-utopic-3.16.0/fs/cachefiles/namei.c @@ -543,7 +543,7 @@ next, next->d_inode, next->d_inode->i_ino); } else if (!S_ISDIR(next->d_inode->i_mode)) { - pr_err("inode %lu is not a directory", + pr_err("inode %lu is not a directory\n", next->d_inode->i_ino); ret = -ENOBUFS; goto error; @@ -574,7 +574,7 @@ } else if (!S_ISDIR(next->d_inode->i_mode) && !S_ISREG(next->d_inode->i_mode) ) { - pr_err("inode %lu is not a file or directory", + pr_err("inode %lu is not a file or directory\n", next->d_inode->i_ino); ret = -ENOBUFS; goto error; @@ -768,7 +768,7 @@ ASSERT(subdir->d_inode); if (!S_ISDIR(subdir->d_inode->i_mode)) { - pr_err("%s is not a directory", dirname); + pr_err("%s is not a directory\n", dirname); ret = -EIO; goto check_error; } @@ -795,13 +795,13 @@ mkdir_error: mutex_unlock(&dir->d_inode->i_mutex); dput(subdir); - pr_err("mkdir %s failed with error %d", dirname, ret); + pr_err("mkdir %s failed with error %d\n", dirname, ret); return ERR_PTR(ret); lookup_error: mutex_unlock(&dir->d_inode->i_mutex); ret = PTR_ERR(subdir); - pr_err("Lookup %s failed with error %d", dirname, ret); + pr_err("Lookup %s failed with error %d\n", dirname, ret); return ERR_PTR(ret); nomem_d_alloc: @@ -891,7 +891,7 @@ if (ret == -EIO) { cachefiles_io_error(cache, "Lookup failed"); } else if (ret != -ENOMEM) { - pr_err("Internal error: %d", ret); + pr_err("Internal error: %d\n", ret); ret = -EIO; } @@ -950,7 +950,7 @@ } if (ret != -ENOMEM) { - pr_err("Internal error: %d", ret); + pr_err("Internal error: %d\n", ret); ret = -EIO; } --- linux-lts-utopic-3.16.0.orig/fs/cachefiles/rdwr.c +++ linux-lts-utopic-3.16.0/fs/cachefiles/rdwr.c @@ -892,7 +892,7 @@ loff_t pos, eof; size_t len; void *data; - int ret; + int ret = -ENOBUFS; ASSERT(op != NULL); ASSERT(page != NULL); @@ -912,6 +912,15 @@ cache = container_of(object->fscache.cache, struct cachefiles_cache, cache); + pos = (loff_t)page->index << PAGE_SHIFT; + + /* We mustn't write more data than we have, so we have to beware of a + * partial page at EOF. + */ + eof = object->fscache.store_limit_l; + if (pos >= eof) + goto error; + /* write the page to the backing filesystem and let it store it in its * own time */ path.mnt = cache->mnt; @@ -919,49 +928,43 @@ file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->cache_cred); if (IS_ERR(file)) { ret = PTR_ERR(file); - } else { - ret = -EIO; - if (file->f_op->write) { - pos = (loff_t) page->index << PAGE_SHIFT; - - /* we mustn't write more data than we have, so we have - * to beware of a partial page at EOF */ - eof = object->fscache.store_limit_l; - len = PAGE_SIZE; - if (eof & ~PAGE_MASK) { - ASSERTCMP(pos, <, eof); - if (eof - pos < PAGE_SIZE) { - _debug("cut short %llx to %llx", - pos, eof); - len = eof - pos; - ASSERTCMP(pos + len, ==, eof); - } - } - - data = kmap(page); - file_start_write(file); - old_fs = get_fs(); - set_fs(KERNEL_DS); - ret = file->f_op->write( - file, (const void __user *) data, len, &pos); - set_fs(old_fs); - kunmap(page); - file_end_write(file); - if (ret != len) - ret = -EIO; - } - fput(file); + goto error_2; } - if (ret < 0) { - if (ret == -EIO) - cachefiles_io_error_obj( - object, "Write page to backing file failed"); - ret = -ENOBUFS; + len = PAGE_SIZE; + if (eof & ~PAGE_MASK) { + if (eof - pos < PAGE_SIZE) { + _debug("cut short %llx to %llx", + pos, eof); + len = eof - pos; + ASSERTCMP(pos + len, ==, eof); + } } - _leave(" = %d", ret); - return ret; + data = kmap(page); + file_start_write(file); + old_fs = get_fs(); + set_fs(KERNEL_DS); + ret = file->f_op->write( + file, (const void __user *) data, len, &pos); + set_fs(old_fs); + kunmap(page); + fput(file); + if (ret != len) + goto error_eio; + + _leave(" = 0"); + return 0; + +error_eio: + ret = -EIO; +error_2: + if (ret == -EIO) + cachefiles_io_error_obj(object, + "Write page to backing file failed"); +error: + _leave(" = -ENOBUFS [%d]", ret); + return -ENOBUFS; } /* --- linux-lts-utopic-3.16.0.orig/fs/cachefiles/xattr.c +++ linux-lts-utopic-3.16.0/fs/cachefiles/xattr.c @@ -51,7 +51,7 @@ } if (ret != -EEXIST) { - pr_err("Can't set xattr on %*.*s [%lu] (err %d)", + pr_err("Can't set xattr on %*.*s [%lu] (err %d)\n", dentry->d_name.len, dentry->d_name.len, dentry->d_name.name, dentry->d_inode->i_ino, -ret); @@ -64,7 +64,7 @@ if (ret == -ERANGE) goto bad_type_length; - pr_err("Can't read xattr on %*.*s [%lu] (err %d)", + pr_err("Can't read xattr on %*.*s [%lu] (err %d)\n", dentry->d_name.len, dentry->d_name.len, dentry->d_name.name, dentry->d_inode->i_ino, -ret); @@ -85,14 +85,14 @@ return ret; bad_type_length: - pr_err("Cache object %lu type xattr length incorrect", + pr_err("Cache object %lu type xattr length incorrect\n", dentry->d_inode->i_ino); ret = -EIO; goto error; bad_type: xtype[2] = 0; - pr_err("Cache object %*.*s [%lu] type %s not %s", + pr_err("Cache object %*.*s [%lu] type %s not %s\n", dentry->d_name.len, dentry->d_name.len, dentry->d_name.name, dentry->d_inode->i_ino, xtype, type); @@ -293,7 +293,7 @@ return ret; bad_type_length: - pr_err("Cache object %lu xattr length incorrect", + pr_err("Cache object %lu xattr length incorrect\n", dentry->d_inode->i_ino); ret = -EIO; goto error; --- linux-lts-utopic-3.16.0.orig/fs/ceph/addr.c +++ linux-lts-utopic-3.16.0/fs/ceph/addr.c @@ -673,7 +673,7 @@ int rc = 0; unsigned wsize = 1 << inode->i_blkbits; struct ceph_osd_request *req = NULL; - int do_sync; + int do_sync = 0; u64 truncate_size, snap_size; u32 truncate_seq; --- linux-lts-utopic-3.16.0.orig/fs/ceph/dir.c +++ linux-lts-utopic-3.16.0/fs/ceph/dir.c @@ -111,7 +111,7 @@ /* * When possible, we try to satisfy a readdir by peeking at the * dcache. We make this work by carefully ordering dentries on - * d_u.d_child when we initially get results back from the MDS, and + * d_child when we initially get results back from the MDS, and * falling back to a "normal" sync readdir if any dentries in the dir * are dropped. * @@ -147,11 +147,11 @@ p = parent->d_subdirs.prev; dout(" initial p %p/%p\n", p->prev, p->next); } else { - p = last->d_u.d_child.prev; + p = last->d_child.prev; } more: - dentry = list_entry(p, struct dentry, d_u.d_child); + dentry = list_entry(p, struct dentry, d_child); di = ceph_dentry(dentry); while (1) { dout(" p %p/%p %s d_subdirs %p/%p\n", p->prev, p->next, @@ -174,7 +174,7 @@ !dentry->d_inode ? " null" : ""); spin_unlock(&dentry->d_lock); p = p->prev; - dentry = list_entry(p, struct dentry, d_u.d_child); + dentry = list_entry(p, struct dentry, d_child); di = ceph_dentry(dentry); } --- linux-lts-utopic-3.16.0.orig/fs/ceph/inode.c +++ linux-lts-utopic-3.16.0/fs/ceph/inode.c @@ -1399,7 +1399,7 @@ /* reorder parent's d_subdirs */ spin_lock(&parent->d_lock); spin_lock_nested(&dn->d_lock, DENTRY_D_LOCK_NESTED); - list_move(&dn->d_u.d_child, &parent->d_subdirs); + list_move(&dn->d_child, &parent->d_subdirs); spin_unlock(&dn->d_lock); spin_unlock(&parent->d_lock); } --- linux-lts-utopic-3.16.0.orig/fs/ceph/mds_client.c +++ linux-lts-utopic-3.16.0/fs/ceph/mds_client.c @@ -1786,7 +1786,7 @@ len = sizeof(*head) + pathlen1 + pathlen2 + 2*(1 + sizeof(u32) + sizeof(u64)) + - sizeof(struct timespec); + sizeof(struct ceph_timespec); /* calculate (max) length for cap releases */ len += sizeof(struct ceph_mds_request_release) * @@ -1841,7 +1841,11 @@ head->num_releases = cpu_to_le16(releases); /* time stamp */ - ceph_encode_copy(&p, &req->r_stamp, sizeof(req->r_stamp)); + { + struct ceph_timespec ts; + ceph_encode_timespec(&ts, &req->r_stamp); + ceph_encode_copy(&p, &ts, sizeof(ts)); + } BUG_ON(p > end); msg->front.iov_len = p - msg->front.iov_base; --- linux-lts-utopic-3.16.0.orig/fs/ceph/snap.c +++ linux-lts-utopic-3.16.0/fs/ceph/snap.c @@ -288,6 +288,9 @@ return 0; } + +static struct ceph_snap_context *empty_snapc; + /* * build the snap context for a given realm. */ @@ -328,6 +331,12 @@ return 0; } + if (num == 0 && realm->seq == empty_snapc->seq) { + ceph_get_snap_context(empty_snapc); + snapc = empty_snapc; + goto done; + } + /* alloc new snap context */ err = -ENOMEM; if (num > (SIZE_MAX - sizeof(*snapc)) / sizeof(u64)) @@ -365,6 +374,7 @@ realm->ino, realm, snapc, snapc->seq, (unsigned int) snapc->num_snaps); +done: if (realm->cached_context) ceph_put_snap_context(realm->cached_context); realm->cached_context = snapc; @@ -466,6 +476,9 @@ cap_snap. lucky us. */ dout("queue_cap_snap %p already pending\n", inode); kfree(capsnap); + } else if (ci->i_snap_realm->cached_context == empty_snapc) { + dout("queue_cap_snap %p empty snapc\n", inode); + kfree(capsnap); } else if (dirty & (CEPH_CAP_AUTH_EXCL|CEPH_CAP_XATTR_EXCL| CEPH_CAP_FILE_EXCL|CEPH_CAP_FILE_WR)) { struct ceph_snap_context *snapc = ci->i_head_snapc; @@ -928,5 +941,16 @@ return; } +int __init ceph_snap_init(void) +{ + empty_snapc = ceph_create_snap_context(0, GFP_NOFS); + if (!empty_snapc) + return -ENOMEM; + empty_snapc->seq = 1; + return 0; +} - +void ceph_snap_exit(void) +{ + ceph_put_snap_context(empty_snapc); +} --- linux-lts-utopic-3.16.0.orig/fs/ceph/super.c +++ linux-lts-utopic-3.16.0/fs/ceph/super.c @@ -483,7 +483,8 @@ if (fsopt->max_readdir_bytes != CEPH_MAX_READDIR_BYTES_DEFAULT) seq_printf(m, ",readdir_max_bytes=%d", fsopt->max_readdir_bytes); if (strcmp(fsopt->snapdir_name, CEPH_SNAPDIRNAME_DEFAULT)) - seq_printf(m, ",snapdirname=%s", fsopt->snapdir_name); + seq_show_option(m, "snapdirname", fsopt->snapdir_name); + return 0; } @@ -1028,15 +1029,20 @@ ceph_flock_init(); ceph_xattr_init(); + ret = ceph_snap_init(); + if (ret) + goto out_xattr; ret = register_filesystem(&ceph_fs_type); if (ret) - goto out_icache; + goto out_snap; pr_info("loaded (mds proto %d)\n", CEPH_MDSC_PROTOCOL); return 0; -out_icache: +out_snap: + ceph_snap_exit(); +out_xattr: ceph_xattr_exit(); destroy_caches(); out: @@ -1047,6 +1053,7 @@ { dout("exit_ceph\n"); unregister_filesystem(&ceph_fs_type); + ceph_snap_exit(); ceph_xattr_exit(); destroy_caches(); } --- linux-lts-utopic-3.16.0.orig/fs/ceph/super.h +++ linux-lts-utopic-3.16.0/fs/ceph/super.h @@ -672,6 +672,8 @@ extern int __ceph_finish_cap_snap(struct ceph_inode_info *ci, struct ceph_cap_snap *capsnap); extern void ceph_cleanup_empty_realms(struct ceph_mds_client *mdsc); +extern int ceph_snap_init(void); +extern void ceph_snap_exit(void); /* * a cap_snap is "pending" if it is still awaiting an in-progress --- linux-lts-utopic-3.16.0.orig/fs/cifs/cifs_debug.c +++ linux-lts-utopic-3.16.0/fs/cifs/cifs_debug.c @@ -68,7 +68,7 @@ vaf.fmt = fmt; vaf.va = &args; - printk(KERN_ERR "CIFS VFS: %pV", &vaf); + pr_err_ratelimited("CIFS VFS: %pV", &vaf); va_end(args); } --- linux-lts-utopic-3.16.0.orig/fs/cifs/cifs_debug.h +++ linux-lts-utopic-3.16.0/fs/cifs/cifs_debug.h @@ -51,15 +51,13 @@ /* information message: e.g., configuration, major event */ #define cifs_dbg(type, fmt, ...) \ do { \ - if (type == FYI) { \ - if (cifsFYI & CIFS_INFO) { \ - printk(KERN_DEBUG "%s: " fmt, \ - __FILE__, ##__VA_ARGS__); \ - } \ + if (type == FYI && cifsFYI & CIFS_INFO) { \ + pr_debug_ratelimited("%s: " \ + fmt, __FILE__, ##__VA_ARGS__); \ } else if (type == VFS) { \ cifs_vfs_err(fmt, ##__VA_ARGS__); \ } else if (type == NOISY && type != 0) { \ - printk(KERN_DEBUG fmt, ##__VA_ARGS__); \ + pr_debug_ratelimited(fmt, ##__VA_ARGS__); \ } \ } while (0) --- linux-lts-utopic-3.16.0.orig/fs/cifs/cifsencrypt.c +++ linux-lts-utopic-3.16.0/fs/cifs/cifsencrypt.c @@ -441,6 +441,48 @@ return 0; } +/* Server has provided av pairs/target info in the type 2 challenge + * packet and we have plucked it and stored within smb session. + * We parse that blob here to find the server given timestamp + * as part of ntlmv2 authentication (or local current time as + * default in case of failure) + */ +static __le64 +find_timestamp(struct cifs_ses *ses) +{ + unsigned int attrsize; + unsigned int type; + unsigned int onesize = sizeof(struct ntlmssp2_name); + unsigned char *blobptr; + unsigned char *blobend; + struct ntlmssp2_name *attrptr; + + if (!ses->auth_key.len || !ses->auth_key.response) + return 0; + + blobptr = ses->auth_key.response; + blobend = blobptr + ses->auth_key.len; + + while (blobptr + onesize < blobend) { + attrptr = (struct ntlmssp2_name *) blobptr; + type = le16_to_cpu(attrptr->type); + if (type == NTLMSSP_AV_EOL) + break; + blobptr += 2; /* advance attr type */ + attrsize = le16_to_cpu(attrptr->length); + blobptr += 2; /* advance attr size */ + if (blobptr + attrsize > blobend) + break; + if (type == NTLMSSP_AV_TIMESTAMP) { + if (attrsize == sizeof(u64)) + return *((__le64 *)blobptr); + } + blobptr += attrsize; /* advance attr value */ + } + + return cpu_to_le64(cifs_UnixTimeToNT(CURRENT_TIME)); +} + static int calc_ntlmv2_hash(struct cifs_ses *ses, char *ntlmv2_hash, const struct nls_table *nls_cp) { @@ -637,6 +679,7 @@ struct ntlmv2_resp *ntlmv2; char ntlmv2_hash[16]; unsigned char *tiblob = NULL; /* target info blob */ + __le64 rsp_timestamp; if (ses->server->negflavor == CIFS_NEGFLAVOR_EXTENDED) { if (!ses->domainName) { @@ -655,13 +698,19 @@ } } + /* Must be within 5 minutes of the server (or in range +/-2h + * in case of Mac OS X), so simply carry over server timestamp + * (as Windows 7 does) + */ + rsp_timestamp = find_timestamp(ses); + baselen = CIFS_SESS_KEY_SIZE + sizeof(struct ntlmv2_resp); tilen = ses->auth_key.len; tiblob = ses->auth_key.response; ses->auth_key.response = kmalloc(baselen + tilen, GFP_KERNEL); if (!ses->auth_key.response) { - rc = ENOMEM; + rc = -ENOMEM; ses->auth_key.len = 0; goto setup_ntlmv2_rsp_ret; } @@ -671,8 +720,8 @@ (ses->auth_key.response + CIFS_SESS_KEY_SIZE); ntlmv2->blob_signature = cpu_to_le32(0x00000101); ntlmv2->reserved = 0; - /* Must be within 5 minutes of the server */ - ntlmv2->time = cpu_to_le64(cifs_UnixTimeToNT(CURRENT_TIME)); + ntlmv2->time = rsp_timestamp; + get_random_bytes(&ntlmv2->client_chal, sizeof(ntlmv2->client_chal)); ntlmv2->reserved2 = 0; --- linux-lts-utopic-3.16.0.orig/fs/cifs/cifsfs.c +++ linux-lts-utopic-3.16.0/fs/cifs/cifsfs.c @@ -382,17 +382,17 @@ struct sockaddr *srcaddr; srcaddr = (struct sockaddr *)&tcon->ses->server->srcaddr; - seq_printf(s, ",vers=%s", tcon->ses->server->vals->version_string); + seq_show_option(s, "vers", tcon->ses->server->vals->version_string); cifs_show_security(s, tcon->ses); cifs_show_cache_flavor(s, cifs_sb); if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_MULTIUSER) seq_puts(s, ",multiuser"); else if (tcon->ses->user_name) - seq_printf(s, ",username=%s", tcon->ses->user_name); + seq_show_option(s, "username", tcon->ses->user_name); if (tcon->ses->domainName) - seq_printf(s, ",domain=%s", tcon->ses->domainName); + seq_show_option(s, "domain", tcon->ses->domainName); if (srcaddr->sa_family != AF_UNSPEC) { struct sockaddr_in *saddr4; --- linux-lts-utopic-3.16.0.orig/fs/cifs/cifsfs.h +++ linux-lts-utopic-3.16.0/fs/cifs/cifsfs.h @@ -31,19 +31,15 @@ * so that it will fit. We use hash_64 to convert the value to 31 bits, and * then add 1, to ensure that we don't end up with a 0 as the value. */ -#if BITS_PER_LONG == 64 static inline ino_t cifs_uniqueid_to_ino_t(u64 fileid) { + if ((sizeof(ino_t)) < (sizeof(u64))) + return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1; + return (ino_t)fileid; + } -#else -static inline ino_t -cifs_uniqueid_to_ino_t(u64 fileid) -{ - return (ino_t)hash_64(fileid, (sizeof(ino_t) * 8) - 1) + 1; -} -#endif extern struct file_system_type cifs_fs_type; extern const struct address_space_operations cifs_addr_ops; --- linux-lts-utopic-3.16.0.orig/fs/cifs/cifsglob.h +++ linux-lts-utopic-3.16.0/fs/cifs/cifsglob.h @@ -70,11 +70,6 @@ #define SERVER_NAME_LENGTH 40 #define SERVER_NAME_LEN_WITH_NULL (SERVER_NAME_LENGTH + 1) -/* used to define string lengths for reversing unicode strings */ -/* (256+1)*2 = 514 */ -/* (max path length + 1 for null) * 2 for unicode */ -#define MAX_NAME 514 - /* SMB echo "timeout" -- FIXME: tunable? */ #define SMB_ECHO_INTERVAL (60 * HZ) @@ -404,6 +399,8 @@ const struct cifs_fid *, u32 *); int (*set_acl)(struct cifs_ntsd *, __u32, struct inode *, const char *, int); + /* check if we need to issue closedir */ + bool (*dir_needs_close)(struct cifsFileInfo *); }; struct smb_version_values { --- linux-lts-utopic-3.16.0.orig/fs/cifs/cifssmb.c +++ linux-lts-utopic-3.16.0/fs/cifs/cifssmb.c @@ -1399,11 +1399,10 @@ * current bigbuf. */ static int -cifs_readv_discard(struct TCP_Server_Info *server, struct mid_q_entry *mid) +discard_remaining_data(struct TCP_Server_Info *server) { unsigned int rfclen = get_rfc1002_length(server->smallbuf); int remaining = rfclen + 4 - server->total_read; - struct cifs_readdata *rdata = mid->callback_data; while (remaining > 0) { int length; @@ -1417,10 +1416,20 @@ remaining -= length; } - dequeue_mid(mid, rdata->result); return 0; } +static int +cifs_readv_discard(struct TCP_Server_Info *server, struct mid_q_entry *mid) +{ + int length; + struct cifs_readdata *rdata = mid->callback_data; + + length = discard_remaining_data(server); + dequeue_mid(mid, rdata->result); + return length; +} + int cifs_readv_receive(struct TCP_Server_Info *server, struct mid_q_entry *mid) { @@ -1449,6 +1458,12 @@ return length; server->total_read += length; + if (server->ops->is_status_pending && + server->ops->is_status_pending(buf, server, 0)) { + discard_remaining_data(server); + return -1; + } + /* Was the SMB read successful? */ rdata->result = server->ops->map_error(buf, false); if (rdata->result != 0) { --- linux-lts-utopic-3.16.0.orig/fs/cifs/connect.c +++ linux-lts-utopic-3.16.0/fs/cifs/connect.c @@ -354,7 +354,6 @@ server->session_key.response = NULL; server->session_key.len = 0; server->lstrp = jiffies; - mutex_unlock(&server->srv_mutex); /* mark submitted MIDs for retry and issue callback */ INIT_LIST_HEAD(&retry_list); @@ -367,6 +366,7 @@ list_move(&mid_entry->qhead, &retry_list); } spin_unlock(&GlobalMid_Lock); + mutex_unlock(&server->srv_mutex); cifs_dbg(FYI, "%s: issuing mid callbacks\n", __func__); list_for_each_safe(tmp, tmp2, &retry_list) { --- linux-lts-utopic-3.16.0.orig/fs/cifs/file.c +++ linux-lts-utopic-3.16.0/fs/cifs/file.c @@ -366,6 +366,7 @@ struct cifsLockInfo *li, *tmp; struct cifs_fid fid; struct cifs_pending_open open; + bool oplock_break_cancelled; spin_lock(&cifs_file_list_lock); if (--cifs_file->count > 0) { @@ -397,7 +398,7 @@ } spin_unlock(&cifs_file_list_lock); - cancel_work_sync(&cifs_file->oplock_break); + oplock_break_cancelled = cancel_work_sync(&cifs_file->oplock_break); if (!tcon->need_reconnect && !cifs_file->invalidHandle) { struct TCP_Server_Info *server = tcon->ses->server; @@ -409,6 +410,9 @@ _free_xid(xid); } + if (oplock_break_cancelled) + cifs_done_oplock_break(cifsi); + cifs_del_pending_open(&open); /* @@ -762,7 +766,7 @@ cifs_dbg(FYI, "Freeing private data in close dir\n"); spin_lock(&cifs_file_list_lock); - if (!cfile->srch_inf.endOfSearch && !cfile->invalidHandle) { + if (server->ops->dir_needs_close(cfile)) { cfile->invalidHandle = true; spin_unlock(&cifs_file_list_lock); if (server->ops->close_dir) @@ -1817,6 +1821,7 @@ cifsFileInfo_put(inv_file); spin_lock(&cifs_file_list_lock); ++refind; + inv_file = NULL; goto refind_writable; } } @@ -2823,7 +2828,7 @@ total_read += result; } - return total_read > 0 ? total_read : result; + return total_read > 0 && result != -EAGAIN ? total_read : result; } ssize_t cifs_user_readv(struct kiocb *iocb, struct iov_iter *to) @@ -3231,7 +3236,7 @@ total_read += result; } - return total_read > 0 ? total_read : result; + return total_read > 0 && result != -EAGAIN ? total_read : result; } static int cifs_readpages(struct file *file, struct address_space *mapping, --- linux-lts-utopic-3.16.0.orig/fs/cifs/inode.c +++ linux-lts-utopic-3.16.0/fs/cifs/inode.c @@ -887,7 +887,7 @@ struct dentry *dentry; spin_lock(&inode->i_lock); - hlist_for_each_entry(dentry, &inode->i_dentry, d_alias) { + hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { if (!d_unhashed(dentry) || IS_ROOT(dentry)) { spin_unlock(&inode->i_lock); return true; @@ -1710,13 +1710,22 @@ unlink_target: /* Try unlinking the target dentry if it's not negative */ if (target_dentry->d_inode && (rc == -EACCES || rc == -EEXIST)) { - tmprc = cifs_unlink(target_dir, target_dentry); + if (d_is_dir(target_dentry)) + tmprc = cifs_rmdir(target_dir, target_dentry); + else + tmprc = cifs_unlink(target_dir, target_dentry); if (tmprc) goto cifs_rename_exit; rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, to_name); } + /* force revalidate to go get info when needed */ + CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0; + + source_dir->i_ctime = source_dir->i_mtime = target_dir->i_ctime = + target_dir->i_mtime = current_fs_time(source_dir->i_sb); + cifs_rename_exit: kfree(info_buf_source); kfree(from_name); @@ -1983,7 +1992,6 @@ struct tcon_link *tlink = NULL; struct cifs_tcon *tcon = NULL; struct TCP_Server_Info *server; - struct cifs_io_parms io_parms; /* * To avoid spurious oplock breaks from server, in the case of @@ -2005,18 +2013,6 @@ rc = -ENOSYS; cifsFileInfo_put(open_file); cifs_dbg(FYI, "SetFSize for attrs rc = %d\n", rc); - if ((rc == -EINVAL) || (rc == -EOPNOTSUPP)) { - unsigned int bytes_written; - - io_parms.netfid = open_file->fid.netfid; - io_parms.pid = open_file->pid; - io_parms.tcon = tcon; - io_parms.offset = 0; - io_parms.length = attrs->ia_size; - rc = CIFSSMBWrite(xid, &io_parms, &bytes_written, - NULL, NULL, 1); - cifs_dbg(FYI, "Wrt seteof rc %d\n", rc); - } } else rc = -EINVAL; @@ -2042,29 +2038,7 @@ else rc = -ENOSYS; cifs_dbg(FYI, "SetEOF by path (setattrs) rc = %d\n", rc); - if ((rc == -EINVAL) || (rc == -EOPNOTSUPP)) { - __u16 netfid; - int oplock = 0; - - rc = SMBLegacyOpen(xid, tcon, full_path, FILE_OPEN, - GENERIC_WRITE, CREATE_NOT_DIR, &netfid, - &oplock, NULL, cifs_sb->local_nls, - cifs_sb->mnt_cifs_flags & - CIFS_MOUNT_MAP_SPECIAL_CHR); - if (rc == 0) { - unsigned int bytes_written; - io_parms.netfid = netfid; - io_parms.pid = current->tgid; - io_parms.tcon = tcon; - io_parms.offset = 0; - io_parms.length = attrs->ia_size; - rc = CIFSSMBWrite(xid, &io_parms, &bytes_written, NULL, - NULL, 1); - cifs_dbg(FYI, "wrt seteof rc %d\n", rc); - CIFSSMBClose(xid, tcon, netfid); - } - } if (tlink) cifs_put_tlink(tlink); --- linux-lts-utopic-3.16.0.orig/fs/cifs/ioctl.c +++ linux-lts-utopic-3.16.0/fs/cifs/ioctl.c @@ -67,6 +67,12 @@ goto out_drop_write; } + if (src_file.file->f_op->unlocked_ioctl != cifs_ioctl) { + rc = -EBADF; + cifs_dbg(VFS, "src file seems to be from a different filesystem type\n"); + goto out_fput; + } + if ((!src_file.file->private_data) || (!dst_file->private_data)) { rc = -EBADF; cifs_dbg(VFS, "missing cifsFileInfo on copy range src file\n"); @@ -86,21 +92,16 @@ } src_inode = file_inode(src_file.file); + rc = -EINVAL; + if (S_ISDIR(src_inode->i_mode)) + goto out_fput; /* * Note: cifs case is easier than btrfs since server responsible for * checks for proper open modes and file type and if it wants * server could even support copy of range where source = target */ - - /* so we do not deadlock racing two ioctls on same files */ - if (target_inode < src_inode) { - mutex_lock_nested(&target_inode->i_mutex, I_MUTEX_PARENT); - mutex_lock_nested(&src_inode->i_mutex, I_MUTEX_CHILD); - } else { - mutex_lock_nested(&src_inode->i_mutex, I_MUTEX_PARENT); - mutex_lock_nested(&target_inode->i_mutex, I_MUTEX_CHILD); - } + lock_two_nondirectories(target_inode, src_inode); /* determine range to clone */ rc = -EINVAL; @@ -124,13 +125,7 @@ out_unlock: /* although unlocking in the reverse order from locking is not strictly necessary here it is a little cleaner to be consistent */ - if (target_inode < src_inode) { - mutex_unlock(&src_inode->i_mutex); - mutex_unlock(&target_inode->i_mutex); - } else { - mutex_unlock(&target_inode->i_mutex); - mutex_unlock(&src_inode->i_mutex); - } + unlock_two_nondirectories(src_inode, target_inode); out_fput: fdput(src_file); out_drop_write: --- linux-lts-utopic-3.16.0.orig/fs/cifs/link.c +++ linux-lts-utopic-3.16.0/fs/cifs/link.c @@ -213,8 +213,12 @@ if (rc) goto out; - rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, cifs_sb, - fromName, buf, &bytes_written); + if (tcon->ses->server->ops->create_mf_symlink) + rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, + cifs_sb, fromName, buf, &bytes_written); + else + rc = -EOPNOTSUPP; + if (rc) goto out; --- linux-lts-utopic-3.16.0.orig/fs/cifs/readdir.c +++ linux-lts-utopic-3.16.0/fs/cifs/readdir.c @@ -593,11 +593,11 @@ /* close and restart search */ cifs_dbg(FYI, "search backing up - close and restart search\n"); spin_lock(&cifs_file_list_lock); - if (!cfile->srch_inf.endOfSearch && !cfile->invalidHandle) { + if (server->ops->dir_needs_close(cfile)) { cfile->invalidHandle = true; spin_unlock(&cifs_file_list_lock); - if (server->ops->close) - server->ops->close(xid, tcon, &cfile->fid); + if (server->ops->close_dir) + server->ops->close_dir(xid, tcon, &cfile->fid); } else spin_unlock(&cifs_file_list_lock); if (cfile->srch_inf.ntwrk_buf_start) { @@ -849,6 +849,7 @@ * if buggy server returns . and .. late do we want to * check for that here? */ + *tmp_buf = 0; rc = cifs_filldir(current_entry, file, ctx, tmp_buf, max_len); if (rc) { --- linux-lts-utopic-3.16.0.orig/fs/cifs/smb1ops.c +++ linux-lts-utopic-3.16.0/fs/cifs/smb1ops.c @@ -586,7 +586,7 @@ tmprc = CIFS_open(xid, &oparms, &oplock, NULL); if (tmprc == -EOPNOTSUPP) *symlink = true; - else + else if (tmprc == 0) CIFSSMBClose(xid, tcon, fid.netfid); } @@ -1009,6 +1009,12 @@ return oplock == OPLOCK_READ; } +static bool +cifs_dir_needs_close(struct cifsFileInfo *cfile) +{ + return !cfile->srch_inf.endOfSearch && !cfile->invalidHandle; +} + struct smb_version_operations smb1_operations = { .send_cancel = send_nt_cancel, .compare_fids = cifs_compare_fids, @@ -1078,6 +1084,7 @@ .query_mf_symlink = cifs_query_mf_symlink, .create_mf_symlink = cifs_create_mf_symlink, .is_read_op = cifs_is_read_op, + .dir_needs_close = cifs_dir_needs_close, #ifdef CONFIG_CIFS_XATTR .query_all_EAs = CIFSSMBQAllEAs, .set_EA = CIFSSMBSetEA, --- linux-lts-utopic-3.16.0.orig/fs/cifs/smb2file.c +++ linux-lts-utopic-3.16.0/fs/cifs/smb2file.c @@ -50,7 +50,7 @@ goto out; } - smb2_data = kzalloc(sizeof(struct smb2_file_all_info) + MAX_NAME * 2, + smb2_data = kzalloc(sizeof(struct smb2_file_all_info) + PATH_MAX * 2, GFP_KERNEL); if (smb2_data == NULL) { rc = -ENOMEM; --- linux-lts-utopic-3.16.0.orig/fs/cifs/smb2inode.c +++ linux-lts-utopic-3.16.0/fs/cifs/smb2inode.c @@ -131,7 +131,7 @@ *adjust_tz = false; *symlink = false; - smb2_data = kzalloc(sizeof(struct smb2_file_all_info) + MAX_NAME * 2, + smb2_data = kzalloc(sizeof(struct smb2_file_all_info) + PATH_MAX * 2, GFP_KERNEL); if (smb2_data == NULL) return -ENOMEM; --- linux-lts-utopic-3.16.0.orig/fs/cifs/smb2maperror.c +++ linux-lts-utopic-3.16.0/fs/cifs/smb2maperror.c @@ -214,7 +214,7 @@ {STATUS_BREAKPOINT, -EIO, "STATUS_BREAKPOINT"}, {STATUS_SINGLE_STEP, -EIO, "STATUS_SINGLE_STEP"}, {STATUS_BUFFER_OVERFLOW, -EIO, "STATUS_BUFFER_OVERFLOW"}, - {STATUS_NO_MORE_FILES, -EIO, "STATUS_NO_MORE_FILES"}, + {STATUS_NO_MORE_FILES, -ENODATA, "STATUS_NO_MORE_FILES"}, {STATUS_WAKE_SYSTEM_DEBUGGER, -EIO, "STATUS_WAKE_SYSTEM_DEBUGGER"}, {STATUS_HANDLES_CLOSED, -EIO, "STATUS_HANDLES_CLOSED"}, {STATUS_NO_INHERITANCE, -EIO, "STATUS_NO_INHERITANCE"}, @@ -256,6 +256,8 @@ {STATUS_DLL_MIGHT_BE_INCOMPATIBLE, -EIO, "STATUS_DLL_MIGHT_BE_INCOMPATIBLE"}, {STATUS_STOPPED_ON_SYMLINK, -EOPNOTSUPP, "STATUS_STOPPED_ON_SYMLINK"}, + {STATUS_IO_REPARSE_TAG_NOT_HANDLED, -EOPNOTSUPP, + "STATUS_REPARSE_NOT_HANDLED"}, {STATUS_DEVICE_REQUIRES_CLEANING, -EIO, "STATUS_DEVICE_REQUIRES_CLEANING"}, {STATUS_DEVICE_DOOR_OPEN, -EIO, "STATUS_DEVICE_DOOR_OPEN"}, @@ -605,7 +607,7 @@ {STATUS_MAPPED_FILE_SIZE_ZERO, -EIO, "STATUS_MAPPED_FILE_SIZE_ZERO"}, {STATUS_TOO_MANY_OPENED_FILES, -EMFILE, "STATUS_TOO_MANY_OPENED_FILES"}, {STATUS_CANCELLED, -EIO, "STATUS_CANCELLED"}, - {STATUS_CANNOT_DELETE, -EIO, "STATUS_CANNOT_DELETE"}, + {STATUS_CANNOT_DELETE, -EACCES, "STATUS_CANNOT_DELETE"}, {STATUS_INVALID_COMPUTER_NAME, -EIO, "STATUS_INVALID_COMPUTER_NAME"}, {STATUS_FILE_DELETED, -EIO, "STATUS_FILE_DELETED"}, {STATUS_SPECIAL_ACCOUNT, -EIO, "STATUS_SPECIAL_ACCOUNT"}, --- linux-lts-utopic-3.16.0.orig/fs/cifs/smb2ops.c +++ linux-lts-utopic-3.16.0/fs/cifs/smb2ops.c @@ -49,9 +49,13 @@ break; default: server->echoes = true; - server->oplocks = true; + if (enable_oplocks) { + server->oplocks = true; + server->oplock_credits = 1; + } else + server->oplocks = false; + server->echo_credits = 1; - server->oplock_credits = 1; } server->credits -= server->echo_credits + server->oplock_credits; return 0; @@ -339,7 +343,7 @@ int rc; struct smb2_file_all_info *smb2_data; - smb2_data = kzalloc(sizeof(struct smb2_file_all_info) + MAX_NAME * 2, + smb2_data = kzalloc(sizeof(struct smb2_file_all_info) + PATH_MAX * 2, GFP_KERNEL); if (smb2_data == NULL) return -ENOMEM; @@ -630,7 +634,8 @@ /* No need to change MaxChunks since already set to 1 */ chunk_sizes_updated = true; - } + } else + goto cchunk_out; } cchunk_out: @@ -1104,6 +1109,12 @@ return le32_to_cpu(lc->lcontext.LeaseState); } +static bool +smb2_dir_needs_close(struct cifsFileInfo *cfile) +{ + return !cfile->invalidHandle; +} + struct smb_version_operations smb20_operations = { .compare_fids = smb2_compare_fids, .setup_request = smb2_setup_request, @@ -1177,6 +1188,7 @@ .create_lease_buf = smb2_create_lease_buf, .parse_lease_buf = smb2_parse_lease_buf, .clone_range = smb2_clone_range, + .dir_needs_close = smb2_dir_needs_close, }; struct smb_version_operations smb21_operations = { @@ -1252,6 +1264,7 @@ .create_lease_buf = smb2_create_lease_buf, .parse_lease_buf = smb2_parse_lease_buf, .clone_range = smb2_clone_range, + .dir_needs_close = smb2_dir_needs_close, }; struct smb_version_operations smb30_operations = { @@ -1330,6 +1343,7 @@ .parse_lease_buf = smb3_parse_lease_buf, .clone_range = smb2_clone_range, .validate_negotiate = smb3_validate_negotiate, + .dir_needs_close = smb2_dir_needs_close, }; struct smb_version_values smb20_values = { --- linux-lts-utopic-3.16.0.orig/fs/cifs/smb2pdu.c +++ linux-lts-utopic-3.16.0/fs/cifs/smb2pdu.c @@ -922,7 +922,8 @@ tcon_error_exit: if (rsp->hdr.Status == STATUS_BAD_NETWORK_NAME) { cifs_dbg(VFS, "BAD_NETWORK_NAME: %s\n", tree); - tcon->bad_network_name = true; + if (tcon) + tcon->bad_network_name = true; } goto tcon_exit; } @@ -1011,21 +1012,25 @@ { char *data_offset; struct create_context *cc; - unsigned int next = 0; + unsigned int next; + unsigned int remaining; char *name; data_offset = (char *)rsp + 4 + le32_to_cpu(rsp->CreateContextsOffset); + remaining = le32_to_cpu(rsp->CreateContextsLength); cc = (struct create_context *)data_offset; - do { - cc = (struct create_context *)((char *)cc + next); + while (remaining >= sizeof(struct create_context)) { name = le16_to_cpu(cc->NameOffset) + (char *)cc; - if (le16_to_cpu(cc->NameLength) != 4 || - strncmp(name, "RqLs", 4)) { - next = le32_to_cpu(cc->Next); - continue; - } - return server->ops->parse_lease_buf(cc, epoch); - } while (next != 0); + if (le16_to_cpu(cc->NameLength) == 4 && + strncmp(name, "RqLs", 4) == 0) + return server->ops->parse_lease_buf(cc, epoch); + + next = le32_to_cpu(cc->Next); + if (!next) + break; + remaining -= next; + cc = (struct create_context *)((char *)cc + next); + } return 0; } @@ -1545,7 +1550,7 @@ { return query_info(xid, tcon, persistent_fid, volatile_fid, FILE_ALL_INFORMATION, - sizeof(struct smb2_file_all_info) + MAX_NAME * 2, + sizeof(struct smb2_file_all_info) + PATH_MAX * 2, sizeof(struct smb2_file_all_info), data); } @@ -2141,6 +2146,10 @@ rsp = (struct smb2_query_directory_rsp *)iov[0].iov_base; if (rc) { + if (rc == -ENODATA && rsp->hdr.Status == STATUS_NO_MORE_FILES) { + srch_inf->endOfSearch = true; + rc = 0; + } cifs_stats_fail_inc(tcon, SMB2_QUERY_DIRECTORY_HE); goto qdir_exit; } @@ -2178,11 +2187,6 @@ else cifs_dbg(VFS, "illegal search buffer type\n"); - if (rsp->hdr.Status == STATUS_NO_MORE_FILES) - srch_inf->endOfSearch = 1; - else - srch_inf->endOfSearch = 0; - return rc; qdir_exit: --- linux-lts-utopic-3.16.0.orig/fs/cifs/transport.c +++ linux-lts-utopic-3.16.0/fs/cifs/transport.c @@ -564,14 +564,16 @@ cifs_in_send_dec(server); cifs_save_when_sent(mid); - if (rc < 0) + if (rc < 0) { server->sequence_number -= 2; + cifs_delete_mid(mid); + } + mutex_unlock(&server->srv_mutex); if (rc == 0) return 0; - cifs_delete_mid(mid); add_credits(server, 1, optype); wake_up(&server->request_q); return rc; --- linux-lts-utopic-3.16.0.orig/fs/coda/cache.c +++ linux-lts-utopic-3.16.0/fs/coda/cache.c @@ -92,7 +92,7 @@ struct dentry *de; spin_lock(&parent->d_lock); - list_for_each_entry(de, &parent->d_subdirs, d_u.d_child) { + list_for_each_entry(de, &parent->d_subdirs, d_child) { /* don't know what to do with negative dentries */ if (de->d_inode ) coda_flag_inode(de->d_inode, flag); --- linux-lts-utopic-3.16.0.orig/fs/configfs/mount.c +++ linux-lts-utopic-3.16.0/fs/configfs/mount.c @@ -129,8 +129,6 @@ } -static struct kobject *config_kobj; - static int __init configfs_init(void) { int err = -ENOMEM; @@ -141,8 +139,8 @@ if (!configfs_dir_cachep) goto out; - config_kobj = kobject_create_and_add("config", kernel_kobj); - if (!config_kobj) + err = sysfs_create_mount_point(kernel_kobj, "config"); + if (err) goto out2; err = configfs_inode_init(); @@ -158,7 +156,7 @@ pr_err("Unable to register filesystem!\n"); configfs_inode_exit(); out3: - kobject_put(config_kobj); + sysfs_remove_mount_point(kernel_kobj, "config"); out2: kmem_cache_destroy(configfs_dir_cachep); configfs_dir_cachep = NULL; @@ -169,7 +167,7 @@ static void __exit configfs_exit(void) { unregister_filesystem(&configfs_fs_type); - kobject_put(config_kobj); + sysfs_remove_mount_point(kernel_kobj, "config"); kmem_cache_destroy(configfs_dir_cachep); configfs_dir_cachep = NULL; configfs_inode_exit(); --- linux-lts-utopic-3.16.0.orig/fs/coredump.c +++ linux-lts-utopic-3.16.0/fs/coredump.c @@ -498,10 +498,10 @@ const struct cred *old_cred; struct cred *cred; int retval = 0; - int flag = 0; int ispipe; struct files_struct *displaced; - bool need_nonrelative = false; + /* require nonrelative corefile path and be extra careful */ + bool need_suid_safe = false; bool core_dumped = false; static atomic_t core_dump_count = ATOMIC_INIT(0); struct coredump_params cprm = { @@ -535,9 +535,8 @@ */ if (__get_dumpable(cprm.mm_flags) == SUID_DUMP_ROOT) { /* Setuid core dump mode */ - flag = O_EXCL; /* Stop rewrite attacks */ cred->fsuid = GLOBAL_ROOT_UID; /* Dump root private */ - need_nonrelative = true; + need_suid_safe = true; } retval = coredump_wait(siginfo->si_signo, &core_state); @@ -618,7 +617,7 @@ if (cprm.limit < binfmt->min_coredump) goto fail_unlock; - if (need_nonrelative && cn.corename[0] != '/') { + if (need_suid_safe && cn.corename[0] != '/') { printk(KERN_WARNING "Pid %d(%s) can only dump core "\ "to fully qualified path!\n", task_tgid_vnr(current), current->comm); @@ -626,8 +625,35 @@ goto fail_unlock; } + /* + * Unlink the file if it exists unless this is a SUID + * binary - in that case, we're running around with root + * privs and don't want to unlink another user's coredump. + */ + if (!need_suid_safe) { + mm_segment_t old_fs; + + old_fs = get_fs(); + set_fs(KERNEL_DS); + /* + * If it doesn't exist, that's fine. If there's some + * other problem, we'll catch it at the filp_open(). + */ + (void) sys_unlink((const char __user *)cn.corename); + set_fs(old_fs); + } + + /* + * There is a race between unlinking and creating the + * file, but if that causes an EEXIST here, that's + * fine - another process raced with us while creating + * the corefile, and the other process won. To userspace, + * what matters is that at least one of the two processes + * writes its coredump successfully, not which one. + */ cprm.file = filp_open(cn.corename, - O_CREAT | 2 | O_NOFOLLOW | O_LARGEFILE | flag, + O_CREAT | 2 | O_NOFOLLOW | + O_LARGEFILE | O_EXCL, 0600); if (IS_ERR(cprm.file)) goto fail_unlock; --- linux-lts-utopic-3.16.0.orig/fs/dcache.c +++ linux-lts-utopic-3.16.0/fs/dcache.c @@ -44,7 +44,7 @@ /* * Usage: * dcache->d_inode->i_lock protects: - * - i_dentry, d_alias, d_inode of aliases + * - i_dentry, d_u.d_alias, d_inode of aliases * dcache_hash_bucket lock protects: * - the dcache hash table * s_anon bl list spinlock protects: @@ -59,7 +59,7 @@ * - d_unhashed() * - d_parent and d_subdirs * - childrens' d_child and d_parent - * - d_alias, d_inode + * - d_u.d_alias, d_inode * * Ordering: * dentry->d_inode->i_lock @@ -106,8 +106,7 @@ unsigned int hash) { hash += (unsigned long) parent / L1_CACHE_BYTES; - hash = hash + (hash >> d_hash_shift); - return dentry_hashtable + (hash & d_hash_mask); + return dentry_hashtable + hash_32(hash, d_hash_shift); } /* Statistics gathering. */ @@ -240,7 +239,6 @@ { struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); - WARN_ON(!hlist_unhashed(&dentry->d_alias)); if (dname_external(dentry)) kfree(dentry->d_name.name); kmem_cache_free(dentry_cache, dentry); @@ -248,6 +246,8 @@ static void dentry_free(struct dentry *dentry) { + WARN_ON(!hlist_unhashed(&dentry->d_u.d_alias)); + /* if dentry was never visible to RCU, immediate free is OK */ if (!(dentry->d_flags & DCACHE_RCUACCESS)) __d_free(&dentry->d_u.d_rcu); @@ -281,7 +281,7 @@ struct inode *inode = dentry->d_inode; if (inode) { dentry->d_inode = NULL; - hlist_del_init(&dentry->d_alias); + hlist_del_init(&dentry->d_u.d_alias); spin_unlock(&dentry->d_lock); spin_unlock(&inode->i_lock); if (!inode->i_nlink) @@ -306,7 +306,7 @@ struct inode *inode = dentry->d_inode; __d_clear_type(dentry); dentry->d_inode = NULL; - hlist_del_init(&dentry->d_alias); + hlist_del_init(&dentry->d_u.d_alias); dentry_rcuwalk_barrier(dentry); spin_unlock(&dentry->d_lock); spin_unlock(&inode->i_lock); @@ -466,7 +466,7 @@ } /* if it was on the hash then remove it */ __d_drop(dentry); - list_del(&dentry->d_u.d_child); + __list_del_entry(&dentry->d_child); /* * Inform d_walk() that we are no longer attached to the * dentry tree @@ -600,6 +600,9 @@ if (unlikely(d_unhashed(dentry))) goto kill_it; + if (unlikely(dentry->d_flags & DCACHE_DISCONNECTED)) + goto kill_it; + if (unlikely(dentry->d_flags & DCACHE_OP_DELETE)) { if (dentry->d_op->d_delete(dentry)) goto kill_it; @@ -750,7 +753,7 @@ again: discon_alias = NULL; - hlist_for_each_entry(alias, &inode->i_dentry, d_alias) { + hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { spin_lock(&alias->d_lock); if (S_ISDIR(inode->i_mode) || !d_unhashed(alias)) { if (IS_ROOT(alias) && @@ -803,7 +806,7 @@ struct dentry *dentry; restart: spin_lock(&inode->i_lock); - hlist_for_each_entry(dentry, &inode->i_dentry, d_alias) { + hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { spin_lock(&dentry->d_lock); if (!dentry->d_lockref.count) { /* @@ -1088,7 +1091,7 @@ resume: while (next != &this_parent->d_subdirs) { struct list_head *tmp = next; - struct dentry *dentry = list_entry(tmp, struct dentry, d_u.d_child); + struct dentry *dentry = list_entry(tmp, struct dentry, d_child); next = tmp->next; spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); @@ -1120,33 +1123,31 @@ /* * All done at this level ... ascend and resume the search. */ + rcu_read_lock(); +ascend: if (this_parent != parent) { struct dentry *child = this_parent; this_parent = child->d_parent; - rcu_read_lock(); spin_unlock(&child->d_lock); spin_lock(&this_parent->d_lock); - /* - * might go back up the wrong parent if we have had a rename - * or deletion - */ - if (this_parent != child->d_parent || - (child->d_flags & DCACHE_DENTRY_KILLED) || - need_seqretry(&rename_lock, seq)) { - spin_unlock(&this_parent->d_lock); - rcu_read_unlock(); + /* might go back up the wrong parent if we have had a rename. */ + if (need_seqretry(&rename_lock, seq)) goto rename_retry; - } + /* go into the first sibling still alive */ + do { + next = child->d_child.next; + if (next == &this_parent->d_subdirs) + goto ascend; + child = list_entry(next, struct dentry, d_child); + } while (unlikely(child->d_flags & DCACHE_DENTRY_KILLED)); rcu_read_unlock(); - next = child->d_u.d_child.next; goto resume; } - if (need_seqretry(&rename_lock, seq)) { - spin_unlock(&this_parent->d_lock); + if (need_seqretry(&rename_lock, seq)) goto rename_retry; - } + rcu_read_unlock(); if (finish) finish(data); @@ -1156,6 +1157,9 @@ return; rename_retry: + spin_unlock(&this_parent->d_lock); + rcu_read_unlock(); + BUG_ON(seq & 1); if (!retry) return; seq = 1; @@ -1475,8 +1479,8 @@ INIT_HLIST_BL_NODE(&dentry->d_hash); INIT_LIST_HEAD(&dentry->d_lru); INIT_LIST_HEAD(&dentry->d_subdirs); - INIT_HLIST_NODE(&dentry->d_alias); - INIT_LIST_HEAD(&dentry->d_u.d_child); + INIT_HLIST_NODE(&dentry->d_u.d_alias); + INIT_LIST_HEAD(&dentry->d_child); d_set_d_op(dentry, dentry->d_sb->s_d_op); this_cpu_inc(nr_dentry); @@ -1506,7 +1510,7 @@ */ __dget_dlock(parent); dentry->d_parent = parent; - list_add(&dentry->d_u.d_child, &parent->d_subdirs); + list_add(&dentry->d_child, &parent->d_subdirs); spin_unlock(&parent->d_lock); return dentry; @@ -1599,7 +1603,7 @@ spin_lock(&dentry->d_lock); __d_set_type(dentry, add_flags); if (inode) - hlist_add_head(&dentry->d_alias, &inode->i_dentry); + hlist_add_head(&dentry->d_u.d_alias, &inode->i_dentry); dentry->d_inode = inode; dentry_rcuwalk_barrier(dentry); spin_unlock(&dentry->d_lock); @@ -1623,7 +1627,7 @@ void d_instantiate(struct dentry *entry, struct inode * inode) { - BUG_ON(!hlist_unhashed(&entry->d_alias)); + BUG_ON(!hlist_unhashed(&entry->d_u.d_alias)); if (inode) spin_lock(&inode->i_lock); __d_instantiate(entry, inode); @@ -1662,7 +1666,7 @@ return NULL; } - hlist_for_each_entry(alias, &inode->i_dentry, d_alias) { + hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { /* * Don't need alias->d_lock here, because aliases with * d_parent == entry->d_parent are not subject to name or @@ -1688,7 +1692,7 @@ { struct dentry *result; - BUG_ON(!hlist_unhashed(&entry->d_alias)); + BUG_ON(!hlist_unhashed(&entry->d_u.d_alias)); if (inode) spin_lock(&inode->i_lock); @@ -1719,7 +1723,7 @@ */ int d_instantiate_no_diralias(struct dentry *entry, struct inode *inode) { - BUG_ON(!hlist_unhashed(&entry->d_alias)); + BUG_ON(!hlist_unhashed(&entry->d_u.d_alias)); spin_lock(&inode->i_lock); if (S_ISDIR(inode->i_mode) && !hlist_empty(&inode->i_dentry)) { @@ -1758,7 +1762,7 @@ if (hlist_empty(&inode->i_dentry)) return NULL; - alias = hlist_entry(inode->i_dentry.first, struct dentry, d_alias); + alias = hlist_entry(inode->i_dentry.first, struct dentry, d_u.d_alias); __dget(alias); return alias; } @@ -1835,7 +1839,7 @@ spin_lock(&tmp->d_lock); tmp->d_inode = inode; tmp->d_flags |= add_flags; - hlist_add_head(&tmp->d_alias, &inode->i_dentry); + hlist_add_head(&tmp->d_u.d_alias, &inode->i_dentry); hlist_bl_lock(&tmp->d_sb->s_anon); hlist_bl_add_head(&tmp->d_hash, &tmp->d_sb->s_anon); hlist_bl_unlock(&tmp->d_sb->s_anon); @@ -2278,7 +2282,7 @@ struct dentry *child; spin_lock(&dparent->d_lock); - list_for_each_entry(child, &dparent->d_subdirs, d_u.d_child) { + list_for_each_entry(child, &dparent->d_subdirs, d_child) { if (dentry == child) { spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); __dget_dlock(dentry); @@ -2402,7 +2406,8 @@ } EXPORT_SYMBOL(dentry_update_name_case); -static void switch_names(struct dentry *dentry, struct dentry *target) +static void switch_names(struct dentry *dentry, struct dentry *target, + bool exchange) { if (dname_external(target)) { if (dname_external(dentry)) { @@ -2436,13 +2441,21 @@ */ unsigned int i; BUILD_BUG_ON(!IS_ALIGNED(DNAME_INLINE_LEN, sizeof(long))); + kmemcheck_mark_initialized(dentry->d_iname, DNAME_INLINE_LEN); + kmemcheck_mark_initialized(target->d_iname, DNAME_INLINE_LEN); + if (!exchange) { + memcpy(dentry->d_iname, target->d_name.name, + target->d_name.len + 1); + dentry->d_name.hash_len = target->d_name.hash_len; + return; + } for (i = 0; i < DNAME_INLINE_LEN / sizeof(long); i++) { swap(((long *) &dentry->d_iname)[i], ((long *) &target->d_iname)[i]); } } } - swap(dentry->d_name.len, target->d_name.len); + swap(dentry->d_name.hash_len, target->d_name.hash_len); } static void dentry_lock_for_move(struct dentry *dentry, struct dentry *target) @@ -2485,12 +2498,15 @@ * When switching names, the actual string doesn't strictly have to * be preserved in the target - because we're dropping the target * anyway. As such, we can just do a simple memcpy() to copy over - * the new name before we switch. - * - * Note that we have to be a lot more careful about getting the hash - * switched - we have to switch the hash value properly even if it - * then no longer matches the actual (corrupted) string of the target. - * The hash value has to match the hash queue that the dentry is on.. + * the new name before we switch, unless we are going to rehash + * it. Note that if we *do* unhash the target, we are not allowed + * to rehash it without giving it a new name/hash key - whether + * we swap or overwrite the names here, resulting name won't match + * the reality in filesystem; it's only there for d_path() purposes. + * Note that all of this is happening under rename_lock, so the + * any hash lookup seeing it in the middle of manipulations will + * be discarded anyway. So we do not care what happens to the hash + * key in that case. */ /* * __d_move - move a dentry @@ -2536,26 +2552,25 @@ d_hash(dentry->d_parent, dentry->d_name.hash)); } - list_del(&dentry->d_u.d_child); - list_del(&target->d_u.d_child); + list_del(&dentry->d_child); + list_del(&target->d_child); /* Switch the names.. */ - switch_names(dentry, target); - swap(dentry->d_name.hash, target->d_name.hash); + switch_names(dentry, target, exchange); /* ... and switch the parents */ if (IS_ROOT(dentry)) { dentry->d_parent = target->d_parent; target->d_parent = target; - INIT_LIST_HEAD(&target->d_u.d_child); + INIT_LIST_HEAD(&target->d_child); } else { swap(dentry->d_parent, target->d_parent); /* And add them back to the (new) parent lists */ - list_add(&target->d_u.d_child, &target->d_parent->d_subdirs); + list_add(&target->d_child, &target->d_parent->d_subdirs); } - list_add(&dentry->d_u.d_child, &dentry->d_parent->d_subdirs); + list_add(&dentry->d_child, &dentry->d_parent->d_subdirs); write_seqcount_end(&target->d_seq); write_seqcount_end(&dentry->d_seq); @@ -2679,13 +2694,12 @@ dparent = dentry->d_parent; - switch_names(dentry, anon); - swap(dentry->d_name.hash, anon->d_name.hash); + switch_names(dentry, anon, false); dentry->d_parent = dentry; - list_del_init(&dentry->d_u.d_child); + list_del_init(&dentry->d_child); anon->d_parent = dparent; - list_move(&anon->d_u.d_child, &dparent->d_subdirs); + list_move(&anon->d_child, &dparent->d_subdirs); write_seqcount_end(&dentry->d_seq); write_seqcount_end(&anon->d_seq); @@ -2807,6 +2821,9 @@ * the beginning of the name. The sequence number check at the caller will * retry it again when a d_move() does happen. So any garbage in the buffer * due to mismatched pointer and length will be discarded. + * + * Data dependency barrier is needed to make sure that we see that terminating + * NUL. Alpha strikes again, film at 11... */ static int prepend_name(char **buffer, int *buflen, struct qstr *name) { @@ -2814,6 +2831,8 @@ u32 dlen = ACCESS_ONCE(name->len); char *p; + smp_read_barrier_depends(); + *buflen -= dlen + 1; if (*buflen < 0) return -ENAMETOOLONG; @@ -2875,6 +2894,13 @@ if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) { struct mount *parent = ACCESS_ONCE(mnt->mnt_parent); + /* Escaped? */ + if (dentry != vfsmnt->mnt_root) { + bptr = *buffer; + blen = *buflen; + error = 3; + break; + } /* Global root? */ if (mnt != parent) { dentry = ACCESS_ONCE(mnt->mnt_mountpoint); @@ -2882,17 +2908,6 @@ vfsmnt = &mnt->mnt; continue; } - /* - * Filesystems needing to implement special "root names" - * should do so with ->d_dname() - */ - if (IS_ROOT(dentry) && - (dentry->d_name.len != 1 || - dentry->d_name.name[0] != '/')) { - WARN(1, "Root dentry has weird name <%.*s>\n", - (int) dentry->d_name.len, - dentry->d_name.name); - } if (!error) error = is_mounted(vfsmnt) ? 1 : 2; break; @@ -3312,7 +3327,7 @@ { inode_dec_link_count(inode); BUG_ON(dentry->d_name.name != dentry->d_iname || - !hlist_unhashed(&dentry->d_alias) || + !hlist_unhashed(&dentry->d_u.d_alias) || !d_unlinked(dentry)); spin_lock(&dentry->d_parent->d_lock); spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); --- linux-lts-utopic-3.16.0.orig/fs/debugfs/inode.c +++ linux-lts-utopic-3.16.0/fs/debugfs/inode.c @@ -246,10 +246,19 @@ return 0; } +static void debugfs_evict_inode(struct inode *inode) +{ + truncate_inode_pages_final(&inode->i_data); + clear_inode(inode); + if (S_ISLNK(inode->i_mode)) + kfree(inode->i_private); +} + static const struct super_operations debugfs_super_operations = { .statfs = simple_statfs, .remount_fs = debugfs_remount, .show_options = debugfs_show_options, + .evict_inode = debugfs_evict_inode, }; static int debug_fill_super(struct super_block *sb, void *data, int silent) @@ -466,23 +475,14 @@ int ret = 0; if (debugfs_positive(dentry)) { - if (dentry->d_inode) { - dget(dentry); - switch (dentry->d_inode->i_mode & S_IFMT) { - case S_IFDIR: - ret = simple_rmdir(parent->d_inode, dentry); - break; - case S_IFLNK: - kfree(dentry->d_inode->i_private); - /* fall through */ - default: - simple_unlink(parent->d_inode, dentry); - break; - } - if (!ret) - d_delete(dentry); - dput(dentry); - } + dget(dentry); + if (S_ISDIR(dentry->d_inode->i_mode)) + ret = simple_rmdir(parent->d_inode, dentry); + else + simple_unlink(parent->d_inode, dentry); + if (!ret) + d_delete(dentry); + dput(dentry); } return ret; } @@ -534,7 +534,7 @@ */ void debugfs_remove_recursive(struct dentry *dentry) { - struct dentry *child, *next, *parent; + struct dentry *child, *parent; if (IS_ERR_OR_NULL(dentry)) return; @@ -546,30 +546,49 @@ parent = dentry; down: mutex_lock(&parent->d_inode->i_mutex); - list_for_each_entry_safe(child, next, &parent->d_subdirs, d_u.d_child) { + loop: + /* + * The parent->d_subdirs is protected by the d_lock. Outside that + * lock, the child can be unlinked and set to be freed which can + * use the d_u.d_child as the rcu head and corrupt this list. + */ + spin_lock(&parent->d_lock); + list_for_each_entry(child, &parent->d_subdirs, d_child) { if (!debugfs_positive(child)) continue; /* perhaps simple_empty(child) makes more sense */ if (!list_empty(&child->d_subdirs)) { + spin_unlock(&parent->d_lock); mutex_unlock(&parent->d_inode->i_mutex); parent = child; goto down; } - up: + + spin_unlock(&parent->d_lock); + if (!__debugfs_remove(child, parent)) simple_release_fs(&debugfs_mount, &debugfs_mount_count); + + /* + * The parent->d_lock protects agaist child from unlinking + * from d_subdirs. When releasing the parent->d_lock we can + * no longer trust that the next pointer is valid. + * Restart the loop. We'll skip this one with the + * debugfs_positive() check. + */ + goto loop; } + spin_unlock(&parent->d_lock); mutex_unlock(&parent->d_inode->i_mutex); child = parent; parent = parent->d_parent; mutex_lock(&parent->d_inode->i_mutex); - if (child != dentry) { - next = list_next_entry(child, d_u.d_child); - goto up; - } + if (child != dentry) + /* go up */ + goto loop; if (!__debugfs_remove(child, parent)) simple_release_fs(&debugfs_mount, &debugfs_mount_count); @@ -649,20 +668,17 @@ } EXPORT_SYMBOL_GPL(debugfs_initialized); - -static struct kobject *debug_kobj; - static int __init debugfs_init(void) { int retval; - debug_kobj = kobject_create_and_add("debug", kernel_kobj); - if (!debug_kobj) - return -EINVAL; + retval = sysfs_create_mount_point(kernel_kobj, "debug"); + if (retval) + return retval; retval = register_filesystem(&debug_fs_type); if (retval) - kobject_put(debug_kobj); + sysfs_remove_mount_point(kernel_kobj, "debug"); else debugfs_registered = true; --- linux-lts-utopic-3.16.0.orig/fs/devpts/inode.c +++ linux-lts-utopic-3.16.0/fs/devpts/inode.c @@ -569,6 +569,26 @@ mutex_unlock(&allocated_ptys_lock); } +/* + * pty code needs to hold extra references in case of last /dev/tty close + */ + +void devpts_add_ref(struct inode *ptmx_inode) +{ + struct super_block *sb = pts_sb_from_inode(ptmx_inode); + + atomic_inc(&sb->s_active); + ihold(ptmx_inode); +} + +void devpts_del_ref(struct inode *ptmx_inode) +{ + struct super_block *sb = pts_sb_from_inode(ptmx_inode); + + iput(ptmx_inode); + deactivate_super(sb); +} + /** * devpts_pty_new -- create a new inode in /dev/pts/ * @ptmx_inode: inode of the master --- linux-lts-utopic-3.16.0.orig/fs/direct-io.c +++ linux-lts-utopic-3.16.0/fs/direct-io.c @@ -158,7 +158,7 @@ { ssize_t ret; - ret = iov_iter_get_pages(sdio->iter, dio->pages, DIO_PAGES * PAGE_SIZE, + ret = iov_iter_get_pages(sdio->iter, dio->pages, LONG_MAX, DIO_PAGES, &sdio->from); if (ret < 0 && sdio->blocks_available && (dio->rw & WRITE)) { --- linux-lts-utopic-3.16.0.orig/fs/ecryptfs/crypto.c +++ linux-lts-utopic-3.16.0/fs/ecryptfs/crypto.c @@ -1917,7 +1917,6 @@ break; case 2: dst[dst_byte_offset++] |= (src_byte); - dst[dst_byte_offset] = 0; current_bit_offset = 0; break; } --- linux-lts-utopic-3.16.0.orig/fs/ecryptfs/dentry.c +++ linux-lts-utopic-3.16.0/fs/ecryptfs/dentry.c @@ -45,20 +45,20 @@ static int ecryptfs_d_revalidate(struct dentry *dentry, unsigned int flags) { struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); - int rc; - - if (!(lower_dentry->d_flags & DCACHE_OP_REVALIDATE)) - return 1; + int rc = 1; if (flags & LOOKUP_RCU) return -ECHILD; - rc = lower_dentry->d_op->d_revalidate(lower_dentry, flags); + if (lower_dentry->d_flags & DCACHE_OP_REVALIDATE) + rc = lower_dentry->d_op->d_revalidate(lower_dentry, flags); + if (dentry->d_inode) { - struct inode *lower_inode = - ecryptfs_inode_to_lower(dentry->d_inode); + struct inode *inode = dentry->d_inode; - fsstack_copy_attr_all(dentry->d_inode, lower_inode); + fsstack_copy_attr_all(inode, ecryptfs_inode_to_lower(inode)); + if (!inode->i_nlink) + return 0; } return rc; } --- linux-lts-utopic-3.16.0.orig/fs/ecryptfs/file.c +++ linux-lts-utopic-3.16.0/fs/ecryptfs/file.c @@ -190,23 +190,11 @@ { int rc = 0; struct ecryptfs_crypt_stat *crypt_stat = NULL; - struct ecryptfs_mount_crypt_stat *mount_crypt_stat; struct dentry *ecryptfs_dentry = file->f_path.dentry; /* Private value of ecryptfs_dentry allocated in * ecryptfs_lookup() */ struct ecryptfs_file_info *file_info; - mount_crypt_stat = &ecryptfs_superblock_to_private( - ecryptfs_dentry->d_sb)->mount_crypt_stat; - if ((mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) - && ((file->f_flags & O_WRONLY) || (file->f_flags & O_RDWR) - || (file->f_flags & O_CREAT) || (file->f_flags & O_TRUNC) - || (file->f_flags & O_APPEND))) { - printk(KERN_WARNING "Mount has encrypted view enabled; " - "files may only be read\n"); - rc = -EPERM; - goto out; - } /* Released in ecryptfs_release or end of function if failure */ file_info = kmem_cache_zalloc(ecryptfs_file_info_cache, GFP_KERNEL); ecryptfs_set_file_private(file, file_info); @@ -315,9 +303,22 @@ struct file *lower_file = ecryptfs_file_to_lower(file); long rc = -ENOTTY; - if (lower_file->f_op->unlocked_ioctl) + if (!lower_file->f_op->unlocked_ioctl) + return rc; + + switch (cmd) { + case FITRIM: + case FS_IOC_GETFLAGS: + case FS_IOC_SETFLAGS: + case FS_IOC_GETVERSION: + case FS_IOC_SETVERSION: rc = lower_file->f_op->unlocked_ioctl(lower_file, cmd, arg); - return rc; + fsstack_copy_attr_all(file_inode(file), file_inode(lower_file)); + + return rc; + default: + return rc; + } } #ifdef CONFIG_COMPAT @@ -327,9 +328,22 @@ struct file *lower_file = ecryptfs_file_to_lower(file); long rc = -ENOIOCTLCMD; - if (lower_file->f_op && lower_file->f_op->compat_ioctl) + if (!lower_file->f_op->compat_ioctl) + return rc; + + switch (cmd) { + case FITRIM: + case FS_IOC32_GETFLAGS: + case FS_IOC32_SETFLAGS: + case FS_IOC32_GETVERSION: + case FS_IOC32_SETVERSION: rc = lower_file->f_op->compat_ioctl(lower_file, cmd, arg); - return rc; + fsstack_copy_attr_all(file_inode(file), file_inode(lower_file)); + + return rc; + default: + return rc; + } } #endif --- linux-lts-utopic-3.16.0.orig/fs/ecryptfs/inode.c +++ linux-lts-utopic-3.16.0/fs/ecryptfs/inode.c @@ -1039,7 +1039,7 @@ } rc = vfs_setxattr(lower_dentry, name, value, size, flags); - if (!rc) + if (!rc && dentry->d_inode) fsstack_copy_attr_all(dentry->d_inode, lower_dentry->d_inode); out: return rc; --- linux-lts-utopic-3.16.0.orig/fs/ecryptfs/main.c +++ linux-lts-utopic-3.16.0/fs/ecryptfs/main.c @@ -493,6 +493,7 @@ { struct super_block *s; struct ecryptfs_sb_info *sbi; + struct ecryptfs_mount_crypt_stat *mount_crypt_stat; struct ecryptfs_dentry_info *root_info; const char *err = "Getting sb failed"; struct inode *inode; @@ -511,6 +512,7 @@ err = "Error parsing options"; goto out; } + mount_crypt_stat = &sbi->mount_crypt_stat; s = sget(fs_type, NULL, set_anon_super, flags, NULL); if (IS_ERR(s)) { @@ -557,15 +559,30 @@ /** * Set the POSIX ACL flag based on whether they're enabled in the lower - * mount. Force a read-only eCryptfs mount if the lower mount is ro. - * Allow a ro eCryptfs mount even when the lower mount is rw. + * mount. */ s->s_flags = flags & ~MS_POSIXACL; - s->s_flags |= path.dentry->d_sb->s_flags & (MS_RDONLY | MS_POSIXACL); + s->s_flags |= path.dentry->d_sb->s_flags & MS_POSIXACL; + + /** + * Force a read-only eCryptfs mount when: + * 1) The lower mount is ro + * 2) The ecryptfs_encrypted_view mount option is specified + */ + if (path.dentry->d_sb->s_flags & MS_RDONLY || + mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) + s->s_flags |= MS_RDONLY; s->s_maxbytes = path.dentry->d_sb->s_maxbytes; s->s_blocksize = path.dentry->d_sb->s_blocksize; s->s_magic = ECRYPTFS_SUPER_MAGIC; + s->s_stack_depth = path.dentry->d_sb->s_stack_depth + 1; + + rc = -EINVAL; + if (s->s_stack_depth > FILESYSTEM_MAX_STACK_DEPTH) { + pr_err("eCryptfs: maximum fs stacking depth exceeded\n"); + goto out_free; + } inode = ecryptfs_get_inode(path.dentry->d_inode, s); rc = PTR_ERR(inode); --- linux-lts-utopic-3.16.0.orig/fs/efivarfs/file.c +++ linux-lts-utopic-3.16.0/fs/efivarfs/file.c @@ -10,6 +10,7 @@ #include #include #include +#include #include "internal.h" @@ -103,9 +104,78 @@ return size; } +static int +efivarfs_ioc_getxflags(struct file *file, void __user *arg) +{ + struct inode *inode = file->f_mapping->host; + unsigned int i_flags; + unsigned int flags = 0; + + i_flags = inode->i_flags; + if (i_flags & S_IMMUTABLE) + flags |= FS_IMMUTABLE_FL; + + if (copy_to_user(arg, &flags, sizeof(flags))) + return -EFAULT; + return 0; +} + +static int +efivarfs_ioc_setxflags(struct file *file, void __user *arg) +{ + struct inode *inode = file->f_mapping->host; + unsigned int flags; + unsigned int i_flags = 0; + int error; + + if (!inode_owner_or_capable(inode)) + return -EACCES; + + if (copy_from_user(&flags, arg, sizeof(flags))) + return -EFAULT; + + if (flags & ~FS_IMMUTABLE_FL) + return -EOPNOTSUPP; + + if (!capable(CAP_LINUX_IMMUTABLE)) + return -EPERM; + + if (flags & FS_IMMUTABLE_FL) + i_flags |= S_IMMUTABLE; + + + error = mnt_want_write_file(file); + if (error) + return error; + + mutex_lock(&inode->i_mutex); + inode_set_flags(inode, i_flags, S_IMMUTABLE); + mutex_unlock(&inode->i_mutex); + + mnt_drop_write_file(file); + + return 0; +} + +long +efivarfs_file_ioctl(struct file *file, unsigned int cmd, unsigned long p) +{ + void __user *arg = (void __user *)p; + + switch (cmd) { + case FS_IOC_GETFLAGS: + return efivarfs_ioc_getxflags(file, arg); + case FS_IOC_SETFLAGS: + return efivarfs_ioc_setxflags(file, arg); + } + + return -ENOTTY; +} + const struct file_operations efivarfs_file_operations = { .open = simple_open, .read = efivarfs_file_read, .write = efivarfs_file_write, .llseek = no_llseek, + .unlocked_ioctl = efivarfs_file_ioctl, }; --- linux-lts-utopic-3.16.0.orig/fs/efivarfs/inode.c +++ linux-lts-utopic-3.16.0/fs/efivarfs/inode.c @@ -15,7 +15,8 @@ #include "internal.h" struct inode *efivarfs_get_inode(struct super_block *sb, - const struct inode *dir, int mode, dev_t dev) + const struct inode *dir, int mode, + dev_t dev, bool is_removable) { struct inode *inode = new_inode(sb); @@ -23,6 +24,7 @@ inode->i_ino = get_next_ino(); inode->i_mode = mode; inode->i_atime = inode->i_mtime = inode->i_ctime = CURRENT_TIME; + inode->i_flags = is_removable ? 0 : S_IMMUTABLE; switch (mode & S_IFMT) { case S_IFREG: inode->i_fop = &efivarfs_file_operations; @@ -102,22 +104,17 @@ static int efivarfs_create(struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) { - struct inode *inode; + struct inode *inode = NULL; struct efivar_entry *var; int namelen, i = 0, err = 0; + bool is_removable = false; if (!efivarfs_valid_name(dentry->d_name.name, dentry->d_name.len)) return -EINVAL; - inode = efivarfs_get_inode(dir->i_sb, dir, mode, 0); - if (!inode) - return -ENOMEM; - var = kzalloc(sizeof(struct efivar_entry), GFP_KERNEL); - if (!var) { - err = -ENOMEM; - goto out; - } + if (!var) + return -ENOMEM; /* length of the variable name itself: remove GUID and separator */ namelen = dentry->d_name.len - EFI_VARIABLE_GUID_LEN - 1; @@ -125,6 +122,16 @@ efivarfs_hex_to_guid(dentry->d_name.name + namelen + 1, &var->var.VendorGuid); + if (efivar_variable_is_removable(var->var.VendorGuid, + dentry->d_name.name, namelen)) + is_removable = true; + + inode = efivarfs_get_inode(dir->i_sb, dir, mode, 0, is_removable); + if (!inode) { + err = -ENOMEM; + goto out; + } + for (i = 0; i < namelen; i++) var->var.VariableName[i] = dentry->d_name.name[i]; @@ -138,7 +145,8 @@ out: if (err) { kfree(var); - iput(inode); + if (inode) + iput(inode); } return err; } --- linux-lts-utopic-3.16.0.orig/fs/efivarfs/internal.h +++ linux-lts-utopic-3.16.0/fs/efivarfs/internal.h @@ -15,7 +15,8 @@ extern const struct inode_operations efivarfs_dir_inode_operations; extern bool efivarfs_valid_name(const char *str, int len); extern struct inode *efivarfs_get_inode(struct super_block *sb, - const struct inode *dir, int mode, dev_t dev); + const struct inode *dir, int mode, dev_t dev, + bool is_removable); extern struct list_head efivarfs_list; --- linux-lts-utopic-3.16.0.orig/fs/efivarfs/super.c +++ linux-lts-utopic-3.16.0/fs/efivarfs/super.c @@ -118,25 +118,28 @@ struct dentry *dentry, *root = sb->s_root; unsigned long size = 0; char *name; - int len, i; + int len; int err = -ENOMEM; + bool is_removable = false; - entry = kmalloc(sizeof(*entry), GFP_KERNEL); + entry = kzalloc(sizeof(*entry), GFP_KERNEL); if (!entry) return err; memcpy(entry->var.VariableName, name16, name_size); memcpy(&(entry->var.VendorGuid), &vendor, sizeof(efi_guid_t)); - len = ucs2_strlen(entry->var.VariableName); + len = ucs2_utf8size(entry->var.VariableName); /* name, plus '-', plus GUID, plus NUL*/ name = kmalloc(len + 1 + EFI_VARIABLE_GUID_LEN + 1, GFP_KERNEL); if (!name) goto fail; - for (i = 0; i < len; i++) - name[i] = entry->var.VariableName[i] & 0xFF; + ucs2_as_utf8(name, entry->var.VariableName, len); + + if (efivar_variable_is_removable(entry->var.VendorGuid, name, len)) + is_removable = true; name[len] = '-'; @@ -144,7 +147,8 @@ name[len + EFI_VARIABLE_GUID_LEN+1] = '\0'; - inode = efivarfs_get_inode(sb, root->d_inode, S_IFREG | 0644, 0); + inode = efivarfs_get_inode(sb, root->d_inode, S_IFREG | 0644, 0, + is_removable); if (!inode) goto fail_name; @@ -200,7 +204,7 @@ sb->s_d_op = &efivarfs_d_ops; sb->s_time_gran = 1; - inode = efivarfs_get_inode(sb, NULL, S_IFDIR | 0755, 0); + inode = efivarfs_get_inode(sb, NULL, S_IFDIR | 0755, 0, true); if (!inode) return -ENOMEM; inode->i_op = &efivarfs_dir_inode_operations; --- linux-lts-utopic-3.16.0.orig/fs/eventpoll.c +++ linux-lts-utopic-3.16.0/fs/eventpoll.c @@ -1852,7 +1852,8 @@ goto error_tgt_fput; /* Check if EPOLLWAKEUP is allowed */ - ep_take_care_of_epollwakeup(&epds); + if (ep_op_has_event(op)) + ep_take_care_of_epollwakeup(&epds); /* * We have to check that the file structure underneath the file descriptor --- linux-lts-utopic-3.16.0.orig/fs/exec.c +++ linux-lts-utopic-3.16.0/fs/exec.c @@ -57,6 +57,8 @@ #include #include +#include + #include #include #include @@ -98,6 +100,13 @@ module_put(fmt->module); } +bool path_nosuid(const struct path *path) +{ + return (path->mnt->mnt_flags & MNT_NOSUID) || + (path->mnt->mnt_sb->s_iflags & SB_I_NOSUID); +} +EXPORT_SYMBOL(path_nosuid); + #ifdef CONFIG_USELIB /* * Note that a shared library must be both readable and executable due to @@ -662,6 +671,9 @@ if (stack_base > STACK_SIZE_MAX) stack_base = STACK_SIZE_MAX; + /* Add space for stack randomization. */ + stack_base += (STACK_RND_MASK << PAGE_SHIFT); + /* Make sure we didn't let the argument array grow too large. */ if (vma->vm_end - vma->vm_start > stack_base) return -ENOMEM; @@ -775,6 +787,8 @@ fsnotify_open(file); + trace_open_exec(name->name); + err = deny_write_access(file); if (err) goto exit; @@ -1216,7 +1230,7 @@ /* * determine how safe it is to execute the proposed program * - the caller must hold ->cred_guard_mutex to protect against - * PTRACE_ATTACH + * PTRACE_ATTACH or seccomp thread-sync */ static void check_unsafe_exec(struct linux_binprm *bprm) { @@ -1234,7 +1248,7 @@ * This isn't strictly necessary, but it makes it harder for LSMs to * mess up. */ - if (current->no_new_privs) + if (task_no_new_privs(current)) bprm->unsafe |= LSM_UNSAFE_NO_NEW_PRIVS; t = p; @@ -1254,6 +1268,53 @@ spin_unlock(&p->fs->lock); } +static void bprm_fill_uid(struct linux_binprm *bprm) +{ + struct inode *inode; + unsigned int mode; + kuid_t uid; + kgid_t gid; + + /* clear any previous set[ug]id data from a previous binary */ + bprm->cred->euid = current_euid(); + bprm->cred->egid = current_egid(); + + if (path_nosuid(&bprm->file->f_path)) + return; + + if (task_no_new_privs(current)) + return; + + inode = file_inode(bprm->file); + mode = ACCESS_ONCE(inode->i_mode); + if (!(mode & (S_ISUID|S_ISGID))) + return; + + /* Be careful if suid/sgid is set */ + mutex_lock(&inode->i_mutex); + + /* reload atomically mode/uid/gid now that lock held */ + mode = inode->i_mode; + uid = inode->i_uid; + gid = inode->i_gid; + mutex_unlock(&inode->i_mutex); + + /* We ignore suid/sgid if there are no mappings for them in the ns */ + if (!kuid_has_mapping(bprm->cred->user_ns, uid) || + !kgid_has_mapping(bprm->cred->user_ns, gid)) + return; + + if (mode & S_ISUID) { + bprm->per_clear |= PER_CLEAR_ON_SETID; + bprm->cred->euid = uid; + } + + if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) { + bprm->per_clear |= PER_CLEAR_ON_SETID; + bprm->cred->egid = gid; + } +} + /* * Fill the binprm structure from the inode. * Check permissions, then read the first 128 (BINPRM_BUF_SIZE) bytes @@ -1262,36 +1323,9 @@ */ int prepare_binprm(struct linux_binprm *bprm) { - struct inode *inode = file_inode(bprm->file); - umode_t mode = inode->i_mode; int retval; - - /* clear any previous set[ug]id data from a previous binary */ - bprm->cred->euid = current_euid(); - bprm->cred->egid = current_egid(); - - if (!(bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID) && - !current->no_new_privs && - kuid_has_mapping(bprm->cred->user_ns, inode->i_uid) && - kgid_has_mapping(bprm->cred->user_ns, inode->i_gid)) { - /* Set-uid? */ - if (mode & S_ISUID) { - bprm->per_clear |= PER_CLEAR_ON_SETID; - bprm->cred->euid = inode->i_uid; - } - - /* Set-gid? */ - /* - * If setgid is set but no group execute bit then this - * is a candidate for mandatory locking, not a setgid - * executable. - */ - if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) { - bprm->per_clear |= PER_CLEAR_ON_SETID; - bprm->cred->egid = inode->i_gid; - } - } + bprm_fill_uid(bprm); /* fill in binprm security blob */ retval = security_bprm_set_creds(bprm); --- linux-lts-utopic-3.16.0.orig/fs/exportfs/expfs.c +++ linux-lts-utopic-3.16.0/fs/exportfs/expfs.c @@ -50,7 +50,7 @@ inode = result->d_inode; spin_lock(&inode->i_lock); - hlist_for_each_entry(dentry, &inode->i_dentry, d_alias) { + hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { dget(dentry); spin_unlock(&inode->i_lock); if (toput) --- linux-lts-utopic-3.16.0.orig/fs/ext3/super.c +++ linux-lts-utopic-3.16.0/fs/ext3/super.c @@ -1354,13 +1354,6 @@ "not specified."); return 0; } - } else { - if (sbi->s_jquota_fmt) { - ext3_msg(sb, KERN_ERR, "error: journaled quota format " - "specified with no journaling " - "enabled."); - return 0; - } } #endif return 1; --- linux-lts-utopic-3.16.0.orig/fs/ext4/balloc.c +++ linux-lts-utopic-3.16.0/fs/ext4/balloc.c @@ -176,7 +176,7 @@ } /* Initializes an uninitialized block bitmap */ -static void ext4_init_block_bitmap(struct super_block *sb, +static int ext4_init_block_bitmap(struct super_block *sb, struct buffer_head *bh, ext4_group_t block_group, struct ext4_group_desc *gdp) @@ -192,7 +192,6 @@ /* If checksum is bad mark all blocks used to prevent allocation * essentially implementing a per-group read-only flag. */ if (!ext4_group_desc_csum_verify(sb, block_group, gdp)) { - ext4_error(sb, "Checksum bad for group %u", block_group); grp = ext4_get_group_info(sb, block_group); if (!EXT4_MB_GRP_BBITMAP_CORRUPT(grp)) percpu_counter_sub(&sbi->s_freeclusters_counter, @@ -205,7 +204,7 @@ count); } set_bit(EXT4_GROUP_INFO_IBITMAP_CORRUPT_BIT, &grp->bb_state); - return; + return -EIO; } memset(bh->b_data, 0, sb->s_blocksize); @@ -243,6 +242,7 @@ sb->s_blocksize * 8, bh->b_data); ext4_block_bitmap_csum_set(sb, block_group, gdp, bh); ext4_group_desc_csum_set(sb, block_group, gdp); + return 0; } /* Return the number of free blocks in a block group. It is used when @@ -438,11 +438,15 @@ } ext4_lock_group(sb, block_group); if (desc->bg_flags & cpu_to_le16(EXT4_BG_BLOCK_UNINIT)) { - ext4_init_block_bitmap(sb, bh, block_group, desc); + int err; + + err = ext4_init_block_bitmap(sb, bh, block_group, desc); set_bitmap_uptodate(bh); set_buffer_uptodate(bh); ext4_unlock_group(sb, block_group); unlock_buffer(bh); + if (err) + ext4_error(sb, "Checksum bad for grp %u", block_group); return bh; } ext4_unlock_group(sb, block_group); --- linux-lts-utopic-3.16.0.orig/fs/ext4/bitmap.c +++ linux-lts-utopic-3.16.0/fs/ext4/bitmap.c @@ -24,8 +24,7 @@ __u32 provided, calculated; struct ext4_sb_info *sbi = EXT4_SB(sb); - if (!EXT4_HAS_RO_COMPAT_FEATURE(sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(sb)) return 1; provided = le16_to_cpu(gdp->bg_inode_bitmap_csum_lo); @@ -46,8 +45,7 @@ __u32 csum; struct ext4_sb_info *sbi = EXT4_SB(sb); - if (!EXT4_HAS_RO_COMPAT_FEATURE(sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(sb)) return; csum = ext4_chksum(sbi, sbi->s_csum_seed, (__u8 *)bh->b_data, sz); @@ -65,8 +63,7 @@ struct ext4_sb_info *sbi = EXT4_SB(sb); int sz = EXT4_CLUSTERS_PER_GROUP(sb) / 8; - if (!EXT4_HAS_RO_COMPAT_FEATURE(sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(sb)) return 1; provided = le16_to_cpu(gdp->bg_block_bitmap_csum_lo); @@ -91,8 +88,7 @@ __u32 csum; struct ext4_sb_info *sbi = EXT4_SB(sb); - if (!EXT4_HAS_RO_COMPAT_FEATURE(sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(sb)) return; csum = ext4_chksum(sbi, sbi->s_csum_seed, (__u8 *)bh->b_data, sz); --- linux-lts-utopic-3.16.0.orig/fs/ext4/ext4.h +++ linux-lts-utopic-3.16.0/fs/ext4/ext4.h @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include @@ -569,6 +570,7 @@ #define EXT4_GET_BLOCKS_NO_PUT_HOLE 0x0200 /* Convert written extents to unwritten */ #define EXT4_GET_BLOCKS_CONVERT_UNWRITTEN 0x0400 +/* DO NOT ASSIGN ADDITIONAL FLAG VALUES WITHOUT ADJUSTING THE FLAGS BELOW */ /* * The bit position of these flags must not overlap with any of the @@ -579,8 +581,8 @@ * caching the extents when reading from the extent tree while a * truncate or punch hole operation is in progress. */ -#define EXT4_EX_NOCACHE 0x0400 -#define EXT4_EX_FORCE_CACHE 0x0800 +#define EXT4_EX_NOCACHE 0x0800 +#define EXT4_EX_FORCE_CACHE 0x1000 /* * Flags used by ext4_free_blocks @@ -726,19 +728,55 @@ <= (EXT4_GOOD_OLD_INODE_SIZE + \ (einode)->i_extra_isize)) \ +/* + * We use an encoding that preserves the times for extra epoch "00": + * + * extra msb of adjust for signed + * epoch 32-bit 32-bit tv_sec to + * bits time decoded 64-bit tv_sec 64-bit tv_sec valid time range + * 0 0 1 -0x80000000..-0x00000001 0x000000000 1901-12-13..1969-12-31 + * 0 0 0 0x000000000..0x07fffffff 0x000000000 1970-01-01..2038-01-19 + * 0 1 1 0x080000000..0x0ffffffff 0x100000000 2038-01-19..2106-02-07 + * 0 1 0 0x100000000..0x17fffffff 0x100000000 2106-02-07..2174-02-25 + * 1 0 1 0x180000000..0x1ffffffff 0x200000000 2174-02-25..2242-03-16 + * 1 0 0 0x200000000..0x27fffffff 0x200000000 2242-03-16..2310-04-04 + * 1 1 1 0x280000000..0x2ffffffff 0x300000000 2310-04-04..2378-04-22 + * 1 1 0 0x300000000..0x37fffffff 0x300000000 2378-04-22..2446-05-10 + * + * Note that previous versions of the kernel on 64-bit systems would + * incorrectly use extra epoch bits 1,1 for dates between 1901 and + * 1970. e2fsck will correct this, assuming that it is run on the + * affected filesystem before 2242. + */ + static inline __le32 ext4_encode_extra_time(struct timespec *time) { - return cpu_to_le32((sizeof(time->tv_sec) > 4 ? - (time->tv_sec >> 32) & EXT4_EPOCH_MASK : 0) | - ((time->tv_nsec << EXT4_EPOCH_BITS) & EXT4_NSEC_MASK)); + u32 extra = sizeof(time->tv_sec) > 4 ? + ((time->tv_sec - (s32)time->tv_sec) >> 32) & EXT4_EPOCH_MASK : 0; + return cpu_to_le32(extra | (time->tv_nsec << EXT4_EPOCH_BITS)); } static inline void ext4_decode_extra_time(struct timespec *time, __le32 extra) { - if (sizeof(time->tv_sec) > 4) - time->tv_sec |= (__u64)(le32_to_cpu(extra) & EXT4_EPOCH_MASK) - << 32; - time->tv_nsec = (le32_to_cpu(extra) & EXT4_NSEC_MASK) >> EXT4_EPOCH_BITS; + if (unlikely(sizeof(time->tv_sec) > 4 && + (extra & cpu_to_le32(EXT4_EPOCH_MASK)))) { +#if LINUX_VERSION_CODE < KERNEL_VERSION(4,20,0) + /* Handle legacy encoding of pre-1970 dates with epoch + * bits 1,1. We assume that by kernel version 4.20, + * everyone will have run fsck over the affected + * filesystems to correct the problem. (This + * backwards compatibility may be removed before this + * time, at the discretion of the ext4 developers.) + */ + u64 extra_bits = le32_to_cpu(extra) & EXT4_EPOCH_MASK; + if (extra_bits == 3 && ((time->tv_sec) & 0x80000000) != 0) + extra_bits = 0; + time->tv_sec += extra_bits << 32; +#else + time->tv_sec += (u64)(le32_to_cpu(extra) & EXT4_EPOCH_MASK) << 32; +#endif + } + time->tv_nsec = (le32_to_cpu(extra) & EXT4_NSEC_MASK) >> EXT4_EPOCH_BITS; } #define EXT4_INODE_SET_XTIME(xtime, inode, raw_inode) \ @@ -1826,7 +1864,7 @@ /* * Special error return code only used by dx_probe() and its callers. */ -#define ERR_BAD_DX_DIR -75000 +#define ERR_BAD_DX_DIR (-(MAX_ERRNO - 1)) /* * Timeout and state flag for lazy initialization inode thread. @@ -2108,6 +2146,7 @@ #define CONVERT_INLINE_DATA 2 extern struct inode *ext4_iget(struct super_block *, unsigned long); +extern struct inode *ext4_iget_normal(struct super_block *, unsigned long); extern int ext4_write_inode(struct inode *, struct writeback_control *); extern int ext4_setattr(struct dentry *, struct iattr *); extern int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry, @@ -2144,8 +2183,8 @@ extern int ext4_ind_calc_metadata_amount(struct inode *inode, sector_t lblock); extern int ext4_ind_trans_blocks(struct inode *inode, int nrblocks); extern void ext4_ind_truncate(handle_t *, struct inode *inode); -extern int ext4_free_hole_blocks(handle_t *handle, struct inode *inode, - ext4_lblk_t first, ext4_lblk_t stop); +extern int ext4_ind_remove_space(handle_t *handle, struct inode *inode, + ext4_lblk_t start, ext4_lblk_t end); /* ioctl.c */ extern long ext4_ioctl(struct file *, unsigned int, unsigned long); @@ -2331,10 +2370,18 @@ static inline int ext4_has_group_desc_csum(struct super_block *sb) { return EXT4_HAS_RO_COMPAT_FEATURE(sb, - EXT4_FEATURE_RO_COMPAT_GDT_CSUM | - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM); + EXT4_FEATURE_RO_COMPAT_GDT_CSUM) || + (EXT4_SB(sb)->s_chksum_driver != NULL); } +static inline int ext4_has_metadata_csum(struct super_block *sb) +{ + WARN_ON_ONCE(EXT4_HAS_RO_COMPAT_FEATURE(sb, + EXT4_FEATURE_RO_COMPAT_METADATA_CSUM) && + !EXT4_SB(sb)->s_chksum_driver); + + return (EXT4_SB(sb)->s_chksum_driver != NULL); +} static inline ext4_fsblk_t ext4_blocks_count(struct ext4_super_block *es) { return ((ext4_fsblk_t)le32_to_cpu(es->s_blocks_count_hi) << 32) | @@ -2453,6 +2500,22 @@ up_write(&EXT4_I(inode)->i_data_sem); } +/* Update i_size, i_disksize. Requires i_mutex to avoid races with truncate */ +static inline int ext4_update_inode_size(struct inode *inode, loff_t newsize) +{ + int changed = 0; + + if (newsize > inode->i_size) { + i_size_write(inode, newsize); + changed = 1; + } + if (newsize > EXT4_I(inode)->i_disksize) { + ext4_update_i_disksize(inode, newsize); + changed |= 2; + } + return changed; +} + struct ext4_group_info { unsigned long bb_state; struct rb_root bb_free_root; --- linux-lts-utopic-3.16.0.orig/fs/ext4/ext4_jbd2.c +++ linux-lts-utopic-3.16.0/fs/ext4/ext4_jbd2.c @@ -87,8 +87,14 @@ ext4_put_nojournal(handle); return 0; } - sb = handle->h_transaction->t_journal->j_private; + err = handle->h_err; + if (!handle->h_transaction) { + rc = jbd2_journal_stop(handle); + return err ? err : rc; + } + + sb = handle->h_transaction->t_journal->j_private; rc = jbd2_journal_stop(handle); if (!err) --- linux-lts-utopic-3.16.0.orig/fs/ext4/extents.c +++ linux-lts-utopic-3.16.0/fs/ext4/extents.c @@ -73,8 +73,7 @@ { struct ext4_extent_tail *et; - if (!EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(inode->i_sb)) return 1; et = find_ext4_extent_tail(eh); @@ -88,8 +87,7 @@ { struct ext4_extent_tail *et; - if (!EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(inode->i_sb)) return; et = find_ext4_extent_tail(eh); @@ -363,7 +361,7 @@ ext4_lblk_t lblock = le32_to_cpu(ext->ee_block); ext4_lblk_t last = lblock + len - 1; - if (lblock > last) + if (len == 0 || lblock > last) return 0; return ext4_data_block_valid(EXT4_SB(inode->i_sb), block, len); } @@ -489,7 +487,7 @@ struct buffer_head *bh; int err; - bh = sb_getblk(inode->i_sb, pblk); + bh = sb_getblk_gfp(inode->i_sb, pblk, __GFP_MOVABLE | GFP_NOFS); if (unlikely(!bh)) return ERR_PTR(-ENOMEM); @@ -1063,7 +1061,7 @@ err = -EIO; goto cleanup; } - bh = sb_getblk(inode->i_sb, newblock); + bh = sb_getblk_gfp(inode->i_sb, newblock, __GFP_MOVABLE | GFP_NOFS); if (unlikely(!bh)) { err = -ENOMEM; goto cleanup; @@ -1249,7 +1247,7 @@ if (newblock == 0) return err; - bh = sb_getblk(inode->i_sb, newblock); + bh = sb_getblk_gfp(inode->i_sb, newblock, __GFP_MOVABLE | GFP_NOFS); if (unlikely(!bh)) return -ENOMEM; lock_buffer(bh); @@ -4664,7 +4662,8 @@ } static int ext4_alloc_file_blocks(struct file *file, ext4_lblk_t offset, - ext4_lblk_t len, int flags, int mode) + ext4_lblk_t len, loff_t new_size, + int flags, int mode) { struct inode *inode = file_inode(file); handle_t *handle; @@ -4673,8 +4672,10 @@ int retries = 0; struct ext4_map_blocks map; unsigned int credits; + loff_t epos; map.m_lblk = offset; + map.m_len = len; /* * Don't normalize the request if it can fit in one extent so * that it doesn't get unnecessarily split into multiple @@ -4689,9 +4690,7 @@ credits = ext4_chunk_trans_blocks(inode, len); retry: - while (ret >= 0 && ret < len) { - map.m_lblk = map.m_lblk + ret; - map.m_len = len = len - ret; + while (ret >= 0 && len) { handle = ext4_journal_start(inode, EXT4_HT_MAP_BLOCKS, credits); if (IS_ERR(handle)) { @@ -4708,6 +4707,21 @@ ret2 = ext4_journal_stop(handle); break; } + map.m_lblk += ret; + map.m_len = len = len - ret; + epos = (loff_t)map.m_lblk << inode->i_blkbits; + inode->i_ctime = ext4_current_time(inode); + if (new_size) { + if (epos > new_size) + epos = new_size; + if (ext4_update_inode_size(inode, epos) & 0x1) + inode->i_mtime = inode->i_ctime; + } else { + if (epos > inode->i_size) + ext4_set_inode_flag(inode, + EXT4_INODE_EOFBLOCKS); + } + ext4_mark_inode_dirty(handle, inode); ret2 = ext4_journal_stop(handle); if (ret2) break; @@ -4730,7 +4744,8 @@ loff_t new_size = 0; int ret = 0; int flags; - int partial; + int credits; + int partial_begin, partial_end; loff_t start, end; ext4_lblk_t lblk; struct address_space *mapping = inode->i_mapping; @@ -4770,7 +4785,8 @@ if (start < offset || end > offset + len) return -EINVAL; - partial = (offset + len) & ((1 << blkbits) - 1); + partial_begin = offset & ((1 << blkbits) - 1); + partial_end = (offset + len) & ((1 << blkbits) - 1); lblk = start >> blkbits; max_blocks = (end >> blkbits); @@ -4779,11 +4795,6 @@ else max_blocks -= lblk; - flags = EXT4_GET_BLOCKS_CREATE_UNWRIT_EXT | - EXT4_GET_BLOCKS_CONVERT_UNWRITTEN; - if (mode & FALLOC_FL_KEEP_SIZE) - flags |= EXT4_GET_BLOCKS_KEEP_SIZE; - mutex_lock(&inode->i_mutex); /* @@ -4800,37 +4811,53 @@ ret = inode_newsize_ok(inode, new_size); if (ret) goto out_mutex; - /* - * If we have a partial block after EOF we have to allocate - * the entire block. - */ - if (partial) - max_blocks += 1; } + flags = EXT4_GET_BLOCKS_CREATE_UNWRIT_EXT; + if (mode & FALLOC_FL_KEEP_SIZE) + flags |= EXT4_GET_BLOCKS_KEEP_SIZE; + + /* Preallocate the range including the unaligned edges */ + if (partial_begin || partial_end) { + ret = ext4_alloc_file_blocks(file, + round_down(offset, 1 << blkbits) >> blkbits, + (round_up((offset + len), 1 << blkbits) - + round_down(offset, 1 << blkbits)) >> blkbits, + new_size, flags, mode); + if (ret) + goto out_mutex; + + } + + /* Zero range excluding the unaligned edges */ if (max_blocks > 0) { + flags |= (EXT4_GET_BLOCKS_CONVERT_UNWRITTEN | + EXT4_EX_NOCACHE); /* Now release the pages and zero block aligned part of pages*/ truncate_pagecache_range(inode, start, end - 1); + inode->i_mtime = inode->i_ctime = ext4_current_time(inode); /* Wait all existing dio workers, newcomers will block on i_mutex */ ext4_inode_block_unlocked_dio(inode); inode_dio_wait(inode); - /* - * Remove entire range from the extent status tree. - */ - ret = ext4_es_remove_extent(inode, lblk, max_blocks); - if (ret) - goto out_dio; - - ret = ext4_alloc_file_blocks(file, lblk, max_blocks, flags, - mode); + ret = ext4_alloc_file_blocks(file, lblk, max_blocks, new_size, + flags, mode); if (ret) goto out_dio; } + if (!partial_begin && !partial_end) + goto out_dio; - handle = ext4_journal_start(inode, EXT4_HT_MISC, 4); + /* + * In worst case we have to writeout two nonadjacent unwritten + * blocks and update the inode + */ + credits = (2 * ext4_ext_index_trans_blocks(inode, 2)) + 1; + if (ext4_should_journal_data(inode)) + credits += 2; + handle = ext4_journal_start(inode, EXT4_HT_MISC, credits); if (IS_ERR(handle)) { ret = PTR_ERR(handle); ext4_std_error(inode->i_sb, ret); @@ -4838,12 +4865,8 @@ } inode->i_mtime = inode->i_ctime = ext4_current_time(inode); - if (new_size) { - if (new_size > i_size_read(inode)) - i_size_write(inode, new_size); - if (new_size > EXT4_I(inode)->i_disksize) - ext4_update_i_disksize(inode, new_size); + ext4_update_inode_size(inode, new_size); } else { /* * Mark that we allocate beyond EOF so the subsequent truncate @@ -4852,7 +4875,6 @@ if ((offset + len) > i_size_read(inode)) ext4_set_inode_flag(inode, EXT4_INODE_EOFBLOCKS); } - ext4_mark_inode_dirty(handle, inode); /* Zero out partial block at the edges of the range */ @@ -4879,13 +4901,11 @@ long ext4_fallocate(struct file *file, int mode, loff_t offset, loff_t len) { struct inode *inode = file_inode(file); - handle_t *handle; loff_t new_size = 0; unsigned int max_blocks; int ret = 0; int flags; ext4_lblk_t lblk; - struct timespec tv; unsigned int blkbits = inode->i_blkbits; /* Return error if mode is not supported */ @@ -4900,13 +4920,6 @@ if (ret) return ret; - /* - * currently supporting (pre)allocate mode for extent-based - * files _only_ - */ - if (!(ext4_test_inode_flag(inode, EXT4_INODE_EXTENTS))) - return -EOPNOTSUPP; - if (mode & FALLOC_FL_COLLAPSE_RANGE) return ext4_collapse_range(inode, offset, len); @@ -4928,6 +4941,14 @@ mutex_lock(&inode->i_mutex); + /* + * We only support preallocation for extent-based files only + */ + if (!(ext4_test_inode_flag(inode, EXT4_INODE_EXTENTS))) { + ret = -EOPNOTSUPP; + goto out; + } + if (!(mode & FALLOC_FL_KEEP_SIZE) && offset + len > i_size_read(inode)) { new_size = offset + len; @@ -4936,36 +4957,15 @@ goto out; } - ret = ext4_alloc_file_blocks(file, lblk, max_blocks, flags, mode); + ret = ext4_alloc_file_blocks(file, lblk, max_blocks, new_size, + flags, mode); if (ret) goto out; - handle = ext4_journal_start(inode, EXT4_HT_INODE, 2); - if (IS_ERR(handle)) - goto out; - - tv = inode->i_ctime = ext4_current_time(inode); - - if (new_size) { - if (new_size > i_size_read(inode)) { - i_size_write(inode, new_size); - inode->i_mtime = tv; - } - if (new_size > EXT4_I(inode)->i_disksize) - ext4_update_i_disksize(inode, new_size); - } else { - /* - * Mark that we allocate beyond EOF so the subsequent truncate - * can proceed even if the new size is the same as i_size. - */ - if ((offset + len) > i_size_read(inode)) - ext4_set_inode_flag(inode, EXT4_INODE_EOFBLOCKS); + if (file->f_flags & O_SYNC && EXT4_SB(inode->i_sb)->s_journal) { + ret = jbd2_complete_transaction(EXT4_SB(inode->i_sb)->s_journal, + EXT4_I(inode)->i_sync_tid); } - ext4_mark_inode_dirty(handle, inode); - if (file->f_flags & O_SYNC) - ext4_handle_sync(handle); - - ext4_journal_stop(handle); out: mutex_unlock(&inode->i_mutex); trace_ext4_fallocate_exit(inode, offset, max_blocks, ret); --- linux-lts-utopic-3.16.0.orig/fs/ext4/extents_status.c +++ linux-lts-utopic-3.16.0/fs/ext4/extents_status.c @@ -662,6 +662,14 @@ BUG_ON(end < lblk); + if ((status & EXTENT_STATUS_DELAYED) && + (status & EXTENT_STATUS_WRITTEN)) { + ext4_warning(inode->i_sb, "Inserting extent [%u/%u] as " + " delayed and written which can potentially " + " cause data loss.\n", lblk, len); + WARN_ON(1); + } + newes.es_lblk = lblk; newes.es_len = len; ext4_es_store_pblock_status(&newes, pblk, status); --- linux-lts-utopic-3.16.0.orig/fs/ext4/file.c +++ linux-lts-utopic-3.16.0/fs/ext4/file.c @@ -137,10 +137,10 @@ iov_iter_truncate(from, sbi->s_bitmap_maxbytes - pos); } + iocb->private = &overwrite; if (o_direct) { blk_start_plug(&plug); - iocb->private = &overwrite; /* check whether we do a DIO overwrite or not */ if (ext4_should_dioread_nolock(inode) && !aio_mutex && --- linux-lts-utopic-3.16.0.orig/fs/ext4/ialloc.c +++ linux-lts-utopic-3.16.0/fs/ext4/ialloc.c @@ -887,6 +887,10 @@ struct buffer_head *block_bitmap_bh; block_bitmap_bh = ext4_read_block_bitmap(sb, group); + if (!block_bitmap_bh) { + err = -EIO; + goto out; + } BUFFER_TRACE(block_bitmap_bh, "get block bitmap access"); err = ext4_journal_get_write_access(handle, block_bitmap_bh); if (err) { @@ -1011,8 +1015,7 @@ spin_unlock(&sbi->s_next_gen_lock); /* Precompute checksum seed for inode metadata */ - if (EXT4_HAS_RO_COMPAT_FEATURE(sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) { + if (ext4_has_metadata_csum(sb)) { __u32 csum; __le32 inum = cpu_to_le32(inode->i_ino); __le32 gen = cpu_to_le32(inode->i_generation); --- linux-lts-utopic-3.16.0.orig/fs/ext4/indirect.c +++ linux-lts-utopic-3.16.0/fs/ext4/indirect.c @@ -576,7 +576,7 @@ EXT4_FEATURE_RO_COMPAT_BIGALLOC)) { EXT4_ERROR_INODE(inode, "Can't allocate blocks for " "non-extent mapped inodes with bigalloc"); - return -ENOSPC; + return -EUCLEAN; } goal = ext4_find_goal(inode, map->m_lblk, partial); @@ -1295,97 +1295,257 @@ } } -static int free_hole_blocks(handle_t *handle, struct inode *inode, - struct buffer_head *parent_bh, __le32 *i_data, - int level, ext4_lblk_t first, - ext4_lblk_t count, int max) +/** + * ext4_ind_remove_space - remove space from the range + * @handle: JBD handle for this transaction + * @inode: inode we are dealing with + * @start: First block to remove + * @end: One block after the last block to remove (exclusive) + * + * Free the blocks in the defined range (end is exclusive endpoint of + * range). This is used by ext4_punch_hole(). + */ +int ext4_ind_remove_space(handle_t *handle, struct inode *inode, + ext4_lblk_t start, ext4_lblk_t end) { - struct buffer_head *bh = NULL; + struct ext4_inode_info *ei = EXT4_I(inode); + __le32 *i_data = ei->i_data; int addr_per_block = EXT4_ADDR_PER_BLOCK(inode->i_sb); - int ret = 0; - int i, inc; - ext4_lblk_t offset; - __le32 blk; - - inc = 1 << ((EXT4_BLOCK_SIZE_BITS(inode->i_sb) - 2) * level); - for (i = 0, offset = 0; i < max; i++, i_data++, offset += inc) { - if (offset >= count + first) - break; - if (*i_data == 0 || (offset + inc) <= first) - continue; - blk = *i_data; - if (level > 0) { - ext4_lblk_t first2; - ext4_lblk_t count2; + ext4_lblk_t offsets[4], offsets2[4]; + Indirect chain[4], chain2[4]; + Indirect *partial, *partial2; + ext4_lblk_t max_block; + __le32 nr = 0, nr2 = 0; + int n = 0, n2 = 0; + unsigned blocksize = inode->i_sb->s_blocksize; - bh = sb_bread(inode->i_sb, le32_to_cpu(blk)); - if (!bh) { - EXT4_ERROR_INODE_BLOCK(inode, le32_to_cpu(blk), - "Read failure"); - return -EIO; - } - if (first > offset) { - first2 = first - offset; - count2 = count; + max_block = (EXT4_SB(inode->i_sb)->s_bitmap_maxbytes + blocksize-1) + >> EXT4_BLOCK_SIZE_BITS(inode->i_sb); + if (end >= max_block) + end = max_block; + if ((start >= end) || (start > max_block)) + return 0; + + n = ext4_block_to_path(inode, start, offsets, NULL); + n2 = ext4_block_to_path(inode, end, offsets2, NULL); + + BUG_ON(n > n2); + + if ((n == 1) && (n == n2)) { + /* We're punching only within direct block range */ + ext4_free_data(handle, inode, NULL, i_data + offsets[0], + i_data + offsets2[0]); + return 0; + } else if (n2 > n) { + /* + * Start and end are on a different levels so we're going to + * free partial block at start, and partial block at end of + * the range. If there are some levels in between then + * do_indirects label will take care of that. + */ + + if (n == 1) { + /* + * Start is at the direct block level, free + * everything to the end of the level. + */ + ext4_free_data(handle, inode, NULL, i_data + offsets[0], + i_data + EXT4_NDIR_BLOCKS); + goto end_range; + } + + + partial = ext4_find_shared(inode, n, offsets, chain, &nr); + if (nr) { + if (partial == chain) { + /* Shared branch grows from the inode */ + ext4_free_branches(handle, inode, NULL, + &nr, &nr+1, (chain+n-1) - partial); + *partial->p = 0; } else { - first2 = 0; - count2 = count - (offset - first); + /* Shared branch grows from an indirect block */ + BUFFER_TRACE(partial->bh, "get_write_access"); + ext4_free_branches(handle, inode, partial->bh, + partial->p, + partial->p+1, (chain+n-1) - partial); } - ret = free_hole_blocks(handle, inode, bh, - (__le32 *)bh->b_data, level - 1, - first2, count2, - inode->i_sb->s_blocksize >> 2); - if (ret) { - brelse(bh); - goto err; + } + + /* + * Clear the ends of indirect blocks on the shared branch + * at the start of the range + */ + while (partial > chain) { + ext4_free_branches(handle, inode, partial->bh, + partial->p + 1, + (__le32 *)partial->bh->b_data+addr_per_block, + (chain+n-1) - partial); + BUFFER_TRACE(partial->bh, "call brelse"); + brelse(partial->bh); + partial--; + } + +end_range: + partial2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); + if (nr2) { + if (partial2 == chain2) { + /* + * Remember, end is exclusive so here we're at + * the start of the next level we're not going + * to free. Everything was covered by the start + * of the range. + */ + goto do_indirects; } + } else { + /* + * ext4_find_shared returns Indirect structure which + * points to the last element which should not be + * removed by truncate. But this is end of the range + * in punch_hole so we need to point to the next element + */ + partial2->p++; } - if (level == 0 || - (bh && all_zeroes((__le32 *)bh->b_data, - (__le32 *)bh->b_data + addr_per_block))) { - ext4_free_data(handle, inode, parent_bh, - i_data, i_data + 1); + + /* + * Clear the ends of indirect blocks on the shared branch + * at the end of the range + */ + while (partial2 > chain2) { + ext4_free_branches(handle, inode, partial2->bh, + (__le32 *)partial2->bh->b_data, + partial2->p, + (chain2+n2-1) - partial2); + BUFFER_TRACE(partial2->bh, "call brelse"); + brelse(partial2->bh); + partial2--; } - brelse(bh); - bh = NULL; + goto do_indirects; } -err: - return ret; -} + /* Punch happened within the same level (n == n2) */ + partial = ext4_find_shared(inode, n, offsets, chain, &nr); + partial2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); -int ext4_free_hole_blocks(handle_t *handle, struct inode *inode, - ext4_lblk_t first, ext4_lblk_t stop) -{ - int addr_per_block = EXT4_ADDR_PER_BLOCK(inode->i_sb); - int level, ret = 0; - int num = EXT4_NDIR_BLOCKS; - ext4_lblk_t count, max = EXT4_NDIR_BLOCKS; - __le32 *i_data = EXT4_I(inode)->i_data; - - count = stop - first; - for (level = 0; level < 4; level++, max *= addr_per_block) { - if (first < max) { - ret = free_hole_blocks(handle, inode, NULL, i_data, - level, first, count, num); - if (ret) - goto err; - if (count > max - first) - count -= max - first; - else + /* Free top, but only if partial2 isn't its subtree. */ + if (nr) { + int level = min(partial - chain, partial2 - chain2); + int i; + int subtree = 1; + + for (i = 0; i <= level; i++) { + if (offsets[i] != offsets2[i]) { + subtree = 0; break; - first = 0; - } else { - first -= max; + } } - i_data += num; - if (level == 0) { - num = 1; - max = 1; + + if (!subtree) { + if (partial == chain) { + /* Shared branch grows from the inode */ + ext4_free_branches(handle, inode, NULL, + &nr, &nr+1, + (chain+n-1) - partial); + *partial->p = 0; + } else { + /* Shared branch grows from an indirect block */ + BUFFER_TRACE(partial->bh, "get_write_access"); + ext4_free_branches(handle, inode, partial->bh, + partial->p, + partial->p+1, + (chain+n-1) - partial); + } } } -err: - return ret; -} + if (!nr2) { + /* + * ext4_find_shared returns Indirect structure which + * points to the last element which should not be + * removed by truncate. But this is end of the range + * in punch_hole so we need to point to the next element + */ + partial2->p++; + } + + while (partial > chain || partial2 > chain2) { + int depth = (chain+n-1) - partial; + int depth2 = (chain2+n2-1) - partial2; + if (partial > chain && partial2 > chain2 && + partial->bh->b_blocknr == partial2->bh->b_blocknr) { + /* + * We've converged on the same block. Clear the range, + * then we're done. + */ + ext4_free_branches(handle, inode, partial->bh, + partial->p + 1, + partial2->p, + (chain+n-1) - partial); + BUFFER_TRACE(partial->bh, "call brelse"); + brelse(partial->bh); + BUFFER_TRACE(partial2->bh, "call brelse"); + brelse(partial2->bh); + return 0; + } + + /* + * The start and end partial branches may not be at the same + * level even though the punch happened within one level. So, we + * give them a chance to arrive at the same level, then walk + * them in step with each other until we converge on the same + * block. + */ + if (partial > chain && depth <= depth2) { + ext4_free_branches(handle, inode, partial->bh, + partial->p + 1, + (__le32 *)partial->bh->b_data+addr_per_block, + (chain+n-1) - partial); + BUFFER_TRACE(partial->bh, "call brelse"); + brelse(partial->bh); + partial--; + } + if (partial2 > chain2 && depth2 <= depth) { + ext4_free_branches(handle, inode, partial2->bh, + (__le32 *)partial2->bh->b_data, + partial2->p, + (chain2+n2-1) - partial2); + BUFFER_TRACE(partial2->bh, "call brelse"); + brelse(partial2->bh); + partial2--; + } + } + return 0; + +do_indirects: + /* Kill the remaining (whole) subtrees */ + switch (offsets[0]) { + default: + if (++n >= n2) + return 0; + nr = i_data[EXT4_IND_BLOCK]; + if (nr) { + ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 1); + i_data[EXT4_IND_BLOCK] = 0; + } + case EXT4_IND_BLOCK: + if (++n >= n2) + return 0; + nr = i_data[EXT4_DIND_BLOCK]; + if (nr) { + ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 2); + i_data[EXT4_DIND_BLOCK] = 0; + } + case EXT4_DIND_BLOCK: + if (++n >= n2) + return 0; + nr = i_data[EXT4_TIND_BLOCK]; + if (nr) { + ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 3); + i_data[EXT4_TIND_BLOCK] = 0; + } + case EXT4_TIND_BLOCK: + ; + } + return 0; +} --- linux-lts-utopic-3.16.0.orig/fs/ext4/inline.c +++ linux-lts-utopic-3.16.0/fs/ext4/inline.c @@ -1132,8 +1132,7 @@ memcpy((void *)de, buf + EXT4_INLINE_DOTDOT_SIZE, inline_size - EXT4_INLINE_DOTDOT_SIZE); - if (EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (ext4_has_metadata_csum(inode->i_sb)) csum_size = sizeof(struct ext4_dir_entry_tail); inode->i_size = inode->i_sb->s_blocksize; --- linux-lts-utopic-3.16.0.orig/fs/ext4/inode.c +++ linux-lts-utopic-3.16.0/fs/ext4/inode.c @@ -83,8 +83,7 @@ if (EXT4_SB(inode->i_sb)->s_es->s_creator_os != cpu_to_le32(EXT4_OS_LINUX) || - !EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + !ext4_has_metadata_csum(inode->i_sb)) return 1; provided = le16_to_cpu(raw->i_checksum_lo); @@ -105,8 +104,7 @@ if (EXT4_SB(inode->i_sb)->s_es->s_creator_os != cpu_to_le32(EXT4_OS_LINUX) || - !EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + !ext4_has_metadata_csum(inode->i_sb)) return; csum = ext4_inode_csum(inode, raw, ei); @@ -224,16 +222,15 @@ goto no_delete; } - if (!is_bad_inode(inode)) - dquot_initialize(inode); + if (is_bad_inode(inode)) + goto no_delete; + dquot_initialize(inode); if (ext4_should_order_data(inode)) ext4_begin_ordered_truncate(inode, 0); truncate_inode_pages_final(&inode->i_data); WARN_ON(atomic_read(&EXT4_I(inode)->i_ioend_count)); - if (is_bad_inode(inode)) - goto no_delete; /* * Protect us against freezing - iput() caller didn't have to have any @@ -580,6 +577,7 @@ status = map->m_flags & EXT4_MAP_UNWRITTEN ? EXTENT_STATUS_UNWRITTEN : EXTENT_STATUS_WRITTEN; if (!(flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE) && + !(status & EXTENT_STATUS_WRITTEN) && ext4_find_delalloc_range(inode, map->m_lblk, map->m_lblk + map->m_len - 1)) status |= EXTENT_STATUS_DELAYED; @@ -694,6 +692,7 @@ status = map->m_flags & EXT4_MAP_UNWRITTEN ? EXTENT_STATUS_UNWRITTEN : EXTENT_STATUS_WRITTEN; if (!(flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE) && + !(status & EXTENT_STATUS_WRITTEN) && ext4_find_delalloc_range(inode, map->m_lblk, map->m_lblk + map->m_len - 1)) status |= EXTENT_STATUS_DELAYED; @@ -713,6 +712,34 @@ return retval; } +/* + * Update EXT4_MAP_FLAGS in bh->b_state. For buffer heads attached to pages + * we have to be careful as someone else may be manipulating b_state as well. + */ +static void ext4_update_bh_state(struct buffer_head *bh, unsigned long flags) +{ + unsigned long old_state; + unsigned long new_state; + + flags &= EXT4_MAP_FLAGS; + + /* Dummy buffer_head? Set non-atomically. */ + if (!bh->b_page) { + bh->b_state = (bh->b_state & ~EXT4_MAP_FLAGS) | flags; + return; + } + /* + * Someone else may be modifying b_state. Be careful! This is ugly but + * once we get rid of using bh as a container for mapping information + * to pass to / from get_block functions, this can go away. + */ + do { + old_state = ACCESS_ONCE(bh->b_state); + new_state = (old_state & ~EXT4_MAP_FLAGS) | flags; + } while (unlikely( + cmpxchg(&bh->b_state, old_state, new_state) != old_state)); +} + /* Maximum number of blocks we map for direct IO at once. */ #define DIO_MAX_BLOCKS 4096 @@ -749,7 +776,7 @@ ext4_io_end_t *io_end = ext4_inode_aio(inode); map_bh(bh, inode->i_sb, map.m_pblk); - bh->b_state = (bh->b_state & ~EXT4_MAP_FLAGS) | map.m_flags; + ext4_update_bh_state(bh, map.m_flags); if (io_end && io_end->flag & EXT4_IO_END_UNWRITTEN) set_buffer_defer_completion(bh); bh->b_size = inode->i_sb->s_blocksize * map.m_len; @@ -1092,27 +1119,11 @@ } else copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); - /* - * No need to use i_size_read() here, the i_size - * cannot change under us because we hole i_mutex. - * - * But it's important to update i_size while still holding page lock: + * it's important to update i_size while still holding page lock: * page writeout could otherwise come in and zero beyond i_size. */ - if (pos + copied > inode->i_size) { - i_size_write(inode, pos + copied); - i_size_changed = 1; - } - - if (pos + copied > EXT4_I(inode)->i_disksize) { - /* We need to mark inode dirty even if - * new_i_size is less that inode->i_size - * but greater than i_disksize. (hint delalloc) - */ - ext4_update_i_disksize(inode, (pos + copied)); - i_size_changed = 1; - } + i_size_changed = ext4_update_inode_size(inode, pos + copied); unlock_page(page); page_cache_release(page); @@ -1160,7 +1171,7 @@ int ret = 0, ret2; int partial = 0; unsigned from, to; - loff_t new_i_size; + int size_changed = 0; trace_ext4_journalled_write_end(inode, pos, len, copied); from = pos & (PAGE_CACHE_SIZE - 1); @@ -1183,20 +1194,18 @@ if (!partial) SetPageUptodate(page); } - new_i_size = pos + copied; - if (new_i_size > inode->i_size) - i_size_write(inode, pos+copied); + size_changed = ext4_update_inode_size(inode, pos + copied); ext4_set_inode_state(inode, EXT4_STATE_JDATA); EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; - if (new_i_size > EXT4_I(inode)->i_disksize) { - ext4_update_i_disksize(inode, new_i_size); + unlock_page(page); + page_cache_release(page); + + if (size_changed) { ret2 = ext4_mark_inode_dirty(handle, inode); if (!ret) ret = ret2; } - unlock_page(page); - page_cache_release(page); if (pos + len > inode->i_size && ext4_can_truncate(inode)) /* if we have allocated more blocks and copied * less. We will have blocks allocated outside @@ -1372,7 +1381,7 @@ unsigned int offset, unsigned int length) { - int to_release = 0; + int to_release = 0, contiguous_blks = 0; struct buffer_head *head, *bh; unsigned int curr_off = 0; struct inode *inode = page->mapping->host; @@ -1393,14 +1402,23 @@ if ((offset <= curr_off) && (buffer_delay(bh))) { to_release++; + contiguous_blks++; clear_buffer_delay(bh); + } else if (contiguous_blks) { + lblk = page->index << + (PAGE_CACHE_SHIFT - inode->i_blkbits); + lblk += (curr_off >> inode->i_blkbits) - + contiguous_blks; + ext4_es_remove_extent(inode, lblk, contiguous_blks); + contiguous_blks = 0; } curr_off = next_off; } while ((bh = bh->b_this_page) != head); - if (to_release) { + if (contiguous_blks) { lblk = page->index << (PAGE_CACHE_SHIFT - inode->i_blkbits); - ext4_es_remove_extent(inode, lblk, to_release); + lblk += (curr_off >> inode->i_blkbits) - contiguous_blks; + ext4_es_remove_extent(inode, lblk, contiguous_blks); } /* If we have released all the blocks belonging to a cluster, then we @@ -1704,7 +1722,7 @@ return ret; map_bh(bh, inode->i_sb, map.m_pblk); - bh->b_state = (bh->b_state & ~EXT4_MAP_FLAGS) | map.m_flags; + ext4_update_bh_state(bh, map.m_flags); if (buffer_unwritten(bh)) { /* A delayed write to unwritten bh should be marked @@ -1759,19 +1777,32 @@ ext4_walk_page_buffers(handle, page_bufs, 0, len, NULL, bget_one); } - /* As soon as we unlock the page, it can go away, but we have - * references to buffers so we are safe */ + /* + * We need to release the page lock before we start the + * journal, so grab a reference so the page won't disappear + * out from under us. + */ + get_page(page); unlock_page(page); handle = ext4_journal_start(inode, EXT4_HT_WRITE_PAGE, ext4_writepage_trans_blocks(inode)); if (IS_ERR(handle)) { ret = PTR_ERR(handle); - goto out; + put_page(page); + goto out_no_pagelock; } - BUG_ON(!ext4_handle_valid(handle)); + lock_page(page); + put_page(page); + if (page->mapping != mapping) { + /* The page got truncated from under us */ + ext4_journal_stop(handle); + ret = 0; + goto out; + } + if (inline_data) { BUFFER_TRACE(inode_bh, "get write access"); ret = ext4_journal_get_write_access(handle, inode_bh); @@ -1797,6 +1828,8 @@ NULL, bput_one); ext4_set_inode_state(inode, EXT4_STATE_JDATA); out: + unlock_page(page); +out_no_pagelock: brelse(inode_bh); return ret; } @@ -2212,6 +2245,7 @@ struct ext4_map_blocks *map = &mpd->map; int err; loff_t disksize; + int progress = 0; mpd->io_submit.io_end->offset = ((loff_t)map->m_lblk) << inode->i_blkbits; @@ -2228,8 +2262,11 @@ * is non-zero, a commit should free up blocks. */ if ((err == -ENOMEM) || - (err == -ENOSPC && ext4_count_free_clusters(sb))) + (err == -ENOSPC && ext4_count_free_clusters(sb))) { + if (progress) + goto update_disksize; return err; + } ext4_msg(sb, KERN_CRIT, "Delayed block allocation failed for " "inode %lu at logical offset %llu with" @@ -2246,15 +2283,17 @@ *give_up_on_write = true; return err; } + progress = 1; /* * Update buffer state, submit mapped pages, and get us new * extent to map */ err = mpage_map_and_submit_buffers(mpd); if (err < 0) - return err; + goto update_disksize; } while (map->m_len); +update_disksize: /* * Update on-disk size after IO is submitted. Races with * truncate are avoided by checking i_size under i_data_sem. @@ -2644,6 +2683,20 @@ return 0; } +/* We always reserve for an inode update; the superblock could be there too */ +static int ext4_da_write_credits(struct inode *inode, loff_t pos, unsigned len) +{ + if (likely(EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, + EXT4_FEATURE_RO_COMPAT_LARGE_FILE))) + return 1; + + if (pos + len <= 0x7fffffffULL) + return 1; + + /* We might need to update the superblock to set LARGE_FILE */ + return 2; +} + static int ext4_da_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) @@ -2694,7 +2747,8 @@ * of file which has an already mapped buffer. */ retry_journal: - handle = ext4_journal_start(inode, EXT4_HT_WRITE_PAGE, 1); + handle = ext4_journal_start(inode, EXT4_HT_WRITE_PAGE, + ext4_da_write_credits(inode, pos, len)); if (IS_ERR(handle)) { page_cache_release(page); return PTR_ERR(handle); @@ -3147,29 +3201,29 @@ * case, we allocate an io_end structure to hook to the iocb. */ iocb->private = NULL; - ext4_inode_aio_set(inode, NULL); - if (!is_sync_kiocb(iocb)) { - io_end = ext4_init_io_end(inode, GFP_NOFS); - if (!io_end) { - ret = -ENOMEM; - goto retake_lock; - } - /* - * Grab reference for DIO. Will be dropped in ext4_end_io_dio() - */ - iocb->private = ext4_get_io_end(io_end); - /* - * we save the io structure for current async direct - * IO, so that later ext4_map_blocks() could flag the - * io structure whether there is a unwritten extents - * needs to be converted when IO is completed. - */ - ext4_inode_aio_set(inode, io_end); - } - if (overwrite) { get_block_func = ext4_get_block_write_nolock; } else { + ext4_inode_aio_set(inode, NULL); + if (!is_sync_kiocb(iocb)) { + io_end = ext4_init_io_end(inode, GFP_NOFS); + if (!io_end) { + ret = -ENOMEM; + goto retake_lock; + } + /* + * Grab reference for DIO. Will be dropped in + * ext4_end_io_dio() + */ + iocb->private = ext4_get_io_end(io_end); + /* + * we save the io structure for current async direct + * IO, so that later ext4_map_blocks() could flag the + * io structure whether there is a unwritten extents + * needs to be converted when IO is completed. + */ + ext4_inode_aio_set(inode, io_end); + } get_block_func = ext4_get_block_write; dio_flags = DIO_LOCKING; } @@ -3624,7 +3678,7 @@ ret = ext4_ext_remove_space(inode, first_block, stop_block - 1); else - ret = ext4_free_hole_blocks(handle, inode, first_block, + ret = ext4_ind_remove_space(handle, inode, first_block, stop_block); up_write(&EXT4_I(inode)->i_data_sem); @@ -4066,8 +4120,7 @@ ei->i_extra_isize = 0; /* Precompute checksum seed for inode metadata */ - if (EXT4_HAS_RO_COMPAT_FEATURE(sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) { + if (ext4_has_metadata_csum(sb)) { struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb); __u32 csum; __le32 inum = cpu_to_le32(inode->i_ino); @@ -4257,6 +4310,13 @@ return ERR_PTR(ret); } +struct inode *ext4_iget_normal(struct super_block *sb, unsigned long ino) +{ + if (ino < EXT4_FIRST_INO(sb) && ino != EXT4_ROOT_INO) + return ERR_PTR(-EIO); + return ext4_iget(sb, ino); +} + static int ext4_inode_blocks_set(handle_t *handle, struct ext4_inode *raw_inode, struct ext4_inode_info *ei) @@ -4666,8 +4726,12 @@ ext4_orphan_del(NULL, inode); goto err_out; } - } else + } else { + loff_t oldsize = inode->i_size; + i_size_write(inode, attr->ia_size); + pagecache_isize_extended(inode, oldsize, inode->i_size); + } /* * Blocks are going to be removed from the inode. Wait --- linux-lts-utopic-3.16.0.orig/fs/ext4/ioctl.c +++ linux-lts-utopic-3.16.0/fs/ext4/ioctl.c @@ -331,8 +331,7 @@ if (!inode_owner_or_capable(inode)) return -EPERM; - if (EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) { + if (ext4_has_metadata_csum(inode->i_sb)) { ext4_warning(sb, "Setting inode version is not " "supported with metadata_csum enabled."); return -ENOTTY; @@ -532,9 +531,17 @@ } case EXT4_IOC_SWAP_BOOT: + { + int err; if (!(filp->f_mode & FMODE_WRITE)) return -EBADF; - return swap_inode_boot_loader(sb, inode); + err = mnt_want_write_file(filp); + if (err) + return err; + err = swap_inode_boot_loader(sb, inode); + mnt_drop_write_file(filp); + return err; + } case EXT4_IOC_RESIZE_FS: { ext4_fsblk_t n_blocks_count; --- linux-lts-utopic-3.16.0.orig/fs/ext4/mballoc.c +++ linux-lts-utopic-3.16.0/fs/ext4/mballoc.c @@ -1412,6 +1412,8 @@ int last = first + count - 1; struct super_block *sb = e4b->bd_sb; + if (WARN_ON(count == 0)) + return; BUG_ON(last >= (sb->s_blocksize << 3)); assert_spin_locked(ext4_group_lock_ptr(sb, e4b->bd_group)); /* Don't bother if the block group is corrupt. */ @@ -3216,8 +3218,30 @@ static void ext4_discard_allocated_blocks(struct ext4_allocation_context *ac) { struct ext4_prealloc_space *pa = ac->ac_pa; + struct ext4_buddy e4b; + int err; - if (pa && pa->pa_type == MB_INODE_PA) + if (pa == NULL) { + if (ac->ac_f_ex.fe_len == 0) + return; + err = ext4_mb_load_buddy(ac->ac_sb, ac->ac_f_ex.fe_group, &e4b); + if (err) { + /* + * This should never happen since we pin the + * pages in the ext4_allocation_context so + * ext4_mb_load_buddy() should never fail. + */ + WARN(1, "mb_load_buddy failed (%d)", err); + return; + } + ext4_lock_group(ac->ac_sb, ac->ac_f_ex.fe_group); + mb_free_blocks(ac->ac_inode, &e4b, ac->ac_f_ex.fe_start, + ac->ac_f_ex.fe_len); + ext4_unlock_group(ac->ac_sb, ac->ac_f_ex.fe_group); + ext4_mb_unload_buddy(&e4b); + return; + } + if (pa->pa_type == MB_INODE_PA) pa->pa_free += ac->ac_b_ex.fe_len; } @@ -4786,18 +4810,12 @@ /* * blocks being freed are metadata. these blocks shouldn't * be used until this transaction is committed + * + * We use __GFP_NOFAIL because ext4_free_blocks() is not allowed + * to fail. */ - retry: - new_entry = kmem_cache_alloc(ext4_free_data_cachep, GFP_NOFS); - if (!new_entry) { - /* - * We use a retry loop because - * ext4_free_blocks() is not allowed to fail. - */ - cond_resched(); - congestion_wait(BLK_RW_ASYNC, HZ/50); - goto retry; - } + new_entry = kmem_cache_alloc(ext4_free_data_cachep, + GFP_NOFS|__GFP_NOFAIL); new_entry->efd_start_cluster = bit; new_entry->efd_group = block_group; new_entry->efd_count = count_clusters; --- linux-lts-utopic-3.16.0.orig/fs/ext4/migrate.c +++ linux-lts-utopic-3.16.0/fs/ext4/migrate.c @@ -616,6 +616,7 @@ struct ext4_inode_info *ei = EXT4_I(inode); struct ext4_extent *ex; unsigned int i, len; + ext4_lblk_t start, end; ext4_fsblk_t blk; handle_t *handle; int ret; @@ -629,6 +630,14 @@ EXT4_FEATURE_RO_COMPAT_BIGALLOC)) return -EOPNOTSUPP; + /* + * In order to get correct extent info, force all delayed allocation + * blocks to be allocated, otherwise delayed allocation blocks may not + * be reflected and bypass the checks on extent header. + */ + if (test_opt(inode->i_sb, DELALLOC)) + ext4_alloc_da_blocks(inode); + handle = ext4_journal_start(inode, EXT4_HT_MIGRATE, 1); if (IS_ERR(handle)) return PTR_ERR(handle); @@ -646,11 +655,13 @@ goto errout; } if (eh->eh_entries == 0) - blk = len = 0; + blk = len = start = end = 0; else { len = le16_to_cpu(ex->ee_len); blk = ext4_ext_pblock(ex); - if (len > EXT4_NDIR_BLOCKS) { + start = le32_to_cpu(ex->ee_block); + end = start + len - 1; + if (end >= EXT4_NDIR_BLOCKS) { ret = -EOPNOTSUPP; goto errout; } @@ -658,7 +669,7 @@ ext4_clear_inode_flag(inode, EXT4_INODE_EXTENTS); memset(ei->i_data, 0, sizeof(ei->i_data)); - for (i=0; i < len; i++) + for (i = start; i <= end; i++) ei->i_data[i] = cpu_to_le32(blk++); ext4_mark_inode_dirty(handle, inode); errout: --- linux-lts-utopic-3.16.0.orig/fs/ext4/mmp.c +++ linux-lts-utopic-3.16.0/fs/ext4/mmp.c @@ -20,8 +20,7 @@ static int ext4_mmp_csum_verify(struct super_block *sb, struct mmp_struct *mmp) { - if (!EXT4_HAS_RO_COMPAT_FEATURE(sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(sb)) return 1; return mmp->mmp_checksum == ext4_mmp_csum(sb, mmp); @@ -29,8 +28,7 @@ static void ext4_mmp_csum_set(struct super_block *sb, struct mmp_struct *mmp) { - if (!EXT4_HAS_RO_COMPAT_FEATURE(sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(sb)) return; mmp->mmp_checksum = ext4_mmp_csum(sb, mmp); --- linux-lts-utopic-3.16.0.orig/fs/ext4/move_extent.c +++ linux-lts-utopic-3.16.0/fs/ext4/move_extent.c @@ -915,10 +915,11 @@ unsigned long blocksize = orig_inode->i_sb->s_blocksize; unsigned int w_flags = 0; unsigned int tmp_data_size, data_size, replaced_size; - int err2, jblocks, retries = 0; + int i, err2, jblocks, retries = 0; int replaced_count = 0; int from = data_offset_in_page << orig_inode->i_blkbits; int blocks_per_page = PAGE_CACHE_SIZE >> orig_inode->i_blkbits; + struct buffer_head *bh = NULL; /* * It needs twice the amount of ordinary journal buffers because @@ -1027,8 +1028,17 @@ } /* Perform all necessary steps similar write_begin()/write_end() * but keeping in mind that i_size will not change */ - *err = __block_write_begin(pagep[0], from, replaced_size, - ext4_get_block); + if (!page_has_buffers(pagep[0])) + create_empty_buffers(pagep[0], 1 << orig_inode->i_blkbits, 0); + bh = page_buffers(pagep[0]); + for (i = 0; i < data_offset_in_page; i++) + bh = bh->b_this_page; + for (i = 0; i < block_len_in_page; i++) { + *err = ext4_get_block(orig_inode, orig_blk_offset + i, bh, 0); + if (*err < 0) + break; + bh = bh->b_this_page; + } if (!*err) *err = block_commit_write(pagep[0], from, from + replaced_size); --- linux-lts-utopic-3.16.0.orig/fs/ext4/namei.c +++ linux-lts-utopic-3.16.0/fs/ext4/namei.c @@ -124,8 +124,7 @@ "directory leaf block found instead of index block"); return ERR_PTR(-EIO); } - if (!EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM) || + if (!ext4_has_metadata_csum(inode->i_sb) || buffer_verified(bh)) return bh; @@ -340,8 +339,7 @@ { struct ext4_dir_entry_tail *t; - if (!EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(inode->i_sb)) return 1; t = get_dirent_tail(inode, dirent); @@ -362,8 +360,7 @@ { struct ext4_dir_entry_tail *t; - if (!EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(inode->i_sb)) return; t = get_dirent_tail(inode, dirent); @@ -438,8 +435,7 @@ struct dx_tail *t; int count_offset, limit, count; - if (!EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(inode->i_sb)) return 1; c = get_dx_countlimit(inode, dirent, &count_offset); @@ -468,8 +464,7 @@ struct dx_tail *t; int count_offset, limit, count; - if (!EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(inode->i_sb)) return; c = get_dx_countlimit(inode, dirent, &count_offset); @@ -557,8 +552,7 @@ unsigned entry_space = dir->i_sb->s_blocksize - EXT4_DIR_REC_LEN(1) - EXT4_DIR_REC_LEN(2) - infosize; - if (EXT4_HAS_RO_COMPAT_FEATURE(dir->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (ext4_has_metadata_csum(dir->i_sb)) entry_space -= sizeof(struct dx_tail); return entry_space / sizeof(struct dx_entry); } @@ -567,8 +561,7 @@ { unsigned entry_space = dir->i_sb->s_blocksize - EXT4_DIR_REC_LEN(0); - if (EXT4_HAS_RO_COMPAT_FEATURE(dir->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (ext4_has_metadata_csum(dir->i_sb)) entry_space -= sizeof(struct dx_tail); return entry_space / sizeof(struct dx_entry); } @@ -1227,7 +1220,7 @@ buffer */ int num = 0; ext4_lblk_t nblocks; - int i, err; + int i, err = 0; int namelen; *res_dir = NULL; @@ -1264,7 +1257,11 @@ * return. Otherwise, fall back to doing a search the * old fashioned way. */ - if (bh || (err != ERR_BAD_DX_DIR)) + if (err == -ENOENT) + return NULL; + if (err && err != ERR_BAD_DX_DIR) + return ERR_PTR(err); + if (bh) return bh; dxtrace(printk(KERN_DEBUG "ext4_find_entry: dx failed, " "falling back\n")); @@ -1295,6 +1292,11 @@ } num++; bh = ext4_getblk(NULL, dir, b++, 0, &err); + if (unlikely(err)) { + if (ra_max == 0) + return ERR_PTR(err); + break; + } bh_use[ra_max] = bh; if (bh) ll_rw_block(READ | REQ_META | REQ_PRIO, @@ -1417,6 +1419,8 @@ return ERR_PTR(-ENAMETOOLONG); bh = ext4_find_entry(dir, &dentry->d_name, &de, NULL); + if (IS_ERR(bh)) + return (struct dentry *) bh; inode = NULL; if (bh) { __u32 ino = le32_to_cpu(de->inode); @@ -1430,7 +1434,7 @@ dentry); return ERR_PTR(-EIO); } - inode = ext4_iget(dir->i_sb, ino); + inode = ext4_iget_normal(dir->i_sb, ino); if (inode == ERR_PTR(-ESTALE)) { EXT4_ERROR_INODE(dir, "deleted inode referenced: %u", @@ -1450,6 +1454,8 @@ struct buffer_head *bh; bh = ext4_find_entry(child->d_inode, &dotdot, &de, NULL); + if (IS_ERR(bh)) + return (struct dentry *) bh; if (!bh) return ERR_PTR(-ENOENT); ino = le32_to_cpu(de->inode); @@ -1461,7 +1467,7 @@ return ERR_PTR(-EIO); } - return d_obtain_alias(ext4_iget(child->d_inode->i_sb, ino)); + return d_obtain_alias(ext4_iget_normal(child->d_inode->i_sb, ino)); } /* @@ -1520,7 +1526,7 @@ */ static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, struct buffer_head **bh,struct dx_frame *frame, - struct dx_hash_info *hinfo, int *error) + struct dx_hash_info *hinfo) { unsigned blocksize = dir->i_sb->s_blocksize; unsigned count, continued; @@ -1535,16 +1541,14 @@ int csum_size = 0; int err = 0, i; - if (EXT4_HAS_RO_COMPAT_FEATURE(dir->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (ext4_has_metadata_csum(dir->i_sb)) csum_size = sizeof(struct ext4_dir_entry_tail); bh2 = ext4_append(handle, dir, &newblock); if (IS_ERR(bh2)) { brelse(*bh); *bh = NULL; - *error = PTR_ERR(bh2); - return NULL; + return (struct ext4_dir_entry_2 *) bh2; } BUFFER_TRACE(*bh, "get_write_access"); @@ -1604,8 +1608,7 @@ dxtrace(dx_show_leaf (hinfo, (struct ext4_dir_entry_2 *) data2, blocksize, 1)); /* Which block gets the new entry? */ - if (hinfo->hash >= hash2) - { + if (hinfo->hash >= hash2) { swap(*bh, bh2); de = de2; } @@ -1625,8 +1628,7 @@ brelse(bh2); *bh = NULL; ext4_std_error(dir->i_sb, err); - *error = err; - return NULL; + return ERR_PTR(err); } int ext4_find_dest_de(struct inode *dir, struct inode *inode, @@ -1705,8 +1707,7 @@ int csum_size = 0; int err; - if (EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (ext4_has_metadata_csum(inode->i_sb)) csum_size = sizeof(struct ext4_dir_entry_tail); if (!de) { @@ -1773,8 +1774,7 @@ struct fake_dirent *fde; int csum_size = 0; - if (EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (ext4_has_metadata_csum(inode->i_sb)) csum_size = sizeof(struct ext4_dir_entry_tail); blocksize = dir->i_sb->s_blocksize; @@ -1840,31 +1840,39 @@ hinfo.hash_version += EXT4_SB(dir->i_sb)->s_hash_unsigned; hinfo.seed = EXT4_SB(dir->i_sb)->s_hash_seed; ext4fs_dirhash(name, namelen, &hinfo); + memset(frames, 0, sizeof(frames)); frame = frames; frame->entries = entries; frame->at = entries; frame->bh = bh; bh = bh2; - ext4_handle_dirty_dx_node(handle, dir, frame->bh); - ext4_handle_dirty_dirent_node(handle, dir, bh); + retval = ext4_handle_dirty_dx_node(handle, dir, frame->bh); + if (retval) + goto out_frames; + retval = ext4_handle_dirty_dirent_node(handle, dir, bh); + if (retval) + goto out_frames; - de = do_split(handle,dir, &bh, frame, &hinfo, &retval); - if (!de) { - /* - * Even if the block split failed, we have to properly write - * out all the changes we did so far. Otherwise we can end up - * with corrupted filesystem. - */ - ext4_mark_inode_dirty(handle, dir); - dx_release(frames); - return retval; + de = do_split(handle,dir, &bh, frame, &hinfo); + if (IS_ERR(de)) { + retval = PTR_ERR(de); + goto out_frames; } dx_release(frames); retval = add_dirent_to_buf(handle, dentry, inode, de, bh); brelse(bh); return retval; +out_frames: + /* + * Even if the block split failed, we have to properly write + * out all the changes we did so far. Otherwise we can end up + * with corrupted filesystem. + */ + ext4_mark_inode_dirty(handle, dir); + dx_release(frames); + return retval; } /* @@ -1881,7 +1889,7 @@ struct inode *inode) { struct inode *dir = dentry->d_parent->d_inode; - struct buffer_head *bh; + struct buffer_head *bh = NULL; struct ext4_dir_entry_2 *de; struct ext4_dir_entry_tail *t; struct super_block *sb; @@ -1891,8 +1899,7 @@ ext4_lblk_t block, blocks; int csum_size = 0; - if (EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (ext4_has_metadata_csum(inode->i_sb)) csum_size = sizeof(struct ext4_dir_entry_tail); sb = dir->i_sb; @@ -1906,14 +1913,14 @@ return retval; if (retval == 1) { retval = 0; - return retval; + goto out; } } if (is_dx(dir)) { retval = ext4_dx_add_entry(handle, dentry, inode); if (!retval || (retval != ERR_BAD_DX_DIR)) - return retval; + goto out; ext4_clear_inode_flag(dir, EXT4_INODE_INDEX); dx_fallback++; ext4_mark_inode_dirty(handle, dir); @@ -1925,14 +1932,15 @@ return PTR_ERR(bh); retval = add_dirent_to_buf(handle, dentry, inode, NULL, bh); - if (retval != -ENOSPC) { - brelse(bh); - return retval; - } + if (retval != -ENOSPC) + goto out; if (blocks == 1 && !dx_fallback && - EXT4_HAS_COMPAT_FEATURE(sb, EXT4_FEATURE_COMPAT_DIR_INDEX)) - return make_indexed_dir(handle, dentry, inode, bh); + EXT4_HAS_COMPAT_FEATURE(sb, EXT4_FEATURE_COMPAT_DIR_INDEX)) { + retval = make_indexed_dir(handle, dentry, inode, bh); + bh = NULL; /* make_indexed_dir releases bh */ + goto out; + } brelse(bh); } bh = ext4_append(handle, dir, &block); @@ -1948,6 +1956,7 @@ } retval = add_dirent_to_buf(handle, dentry, inode, de, bh); +out: brelse(bh); if (retval == 0) ext4_set_inode_state(inode, EXT4_STATE_NEWENTRY); @@ -2082,9 +2091,11 @@ goto cleanup; } } - de = do_split(handle, dir, &bh, frame, &hinfo, &err); - if (!de) + de = do_split(handle, dir, &bh, frame, &hinfo); + if (IS_ERR(de)) { + err = PTR_ERR(de); goto cleanup; + } err = add_dirent_to_buf(handle, dentry, inode, de, bh); goto cleanup; @@ -2154,8 +2165,7 @@ return err; } - if (EXT4_HAS_RO_COMPAT_FEATURE(dir->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (ext4_has_metadata_csum(dir->i_sb)) csum_size = sizeof(struct ext4_dir_entry_tail); BUFFER_TRACE(bh, "get_write_access"); @@ -2374,8 +2384,7 @@ int csum_size = 0; int err; - if (EXT4_HAS_RO_COMPAT_FEATURE(dir->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (ext4_has_metadata_csum(dir->i_sb)) csum_size = sizeof(struct ext4_dir_entry_tail); if (ext4_test_inode_state(inode, EXT4_STATE_MAY_INLINE_DATA)) { @@ -2560,7 +2569,7 @@ int err = 0, rc; bool dirty = false; - if (!sbi->s_journal) + if (!sbi->s_journal || is_bad_inode(inode)) return 0; WARN_ON_ONCE(!(inode->i_state & (I_NEW | I_FREEING)) && @@ -2727,6 +2736,8 @@ retval = -ENOENT; bh = ext4_find_entry(dir, &dentry->d_name, &de, NULL); + if (IS_ERR(bh)) + return PTR_ERR(bh); if (!bh) goto end_rmdir; @@ -2794,6 +2805,8 @@ retval = -ENOENT; bh = ext4_find_entry(dir, &dentry->d_name, &de, NULL); + if (IS_ERR(bh)) + return PTR_ERR(bh); if (!bh) goto end_unlink; @@ -3121,6 +3134,8 @@ struct ext4_dir_entry_2 *de; bh = ext4_find_entry(dir, d_name, &de, NULL); + if (IS_ERR(bh)) + return PTR_ERR(bh); if (bh) { retval = ext4_delete_entry(handle, dir, de, bh); brelse(bh); @@ -3128,7 +3143,8 @@ return retval; } -static void ext4_rename_delete(handle_t *handle, struct ext4_renament *ent) +static void ext4_rename_delete(handle_t *handle, struct ext4_renament *ent, + int force_reread) { int retval; /* @@ -3140,7 +3156,8 @@ if (le32_to_cpu(ent->de->inode) != ent->inode->i_ino || ent->de->name_len != ent->dentry->d_name.len || strncmp(ent->de->name, ent->dentry->d_name.name, - ent->de->name_len)) { + ent->de->name_len) || + force_reread) { retval = ext4_find_delete_entry(handle, ent->dir, &ent->dentry->d_name); } else { @@ -3191,6 +3208,7 @@ .dentry = new_dentry, .inode = new_dentry->d_inode, }; + int force_reread; int retval; dquot_initialize(old.dir); @@ -3202,6 +3220,8 @@ dquot_initialize(new.inode); old.bh = ext4_find_entry(old.dir, &old.dentry->d_name, &old.de, NULL); + if (IS_ERR(old.bh)) + return PTR_ERR(old.bh); /* * Check for inode number is _not_ due to possible IO errors. * We might rmdir the source, keep it as pwd of some process @@ -3214,6 +3234,11 @@ new.bh = ext4_find_entry(new.dir, &new.dentry->d_name, &new.de, &new.inlined); + if (IS_ERR(new.bh)) { + retval = PTR_ERR(new.bh); + new.bh = NULL; + goto end_rename; + } if (new.bh) { if (!new.inode) { brelse(new.bh); @@ -3246,6 +3271,15 @@ if (retval) goto end_rename; } + /* + * If we're renaming a file within an inline_data dir and adding or + * setting the new dirent causes a conversion from inline_data to + * extents/blockmap, we need to force the dirent delete code to + * re-read the directory, or else we end up trying to delete a dirent + * from what is now the extent tree root (or a block map). + */ + force_reread = (new.dir->i_ino == old.dir->i_ino && + ext4_test_inode_flag(new.dir, EXT4_INODE_INLINE_DATA)); if (!new.bh) { retval = ext4_add_entry(handle, new.dentry, old.inode); if (retval) @@ -3256,6 +3290,9 @@ if (retval) goto end_rename; } + if (force_reread) + force_reread = !ext4_test_inode_flag(new.dir, + EXT4_INODE_INLINE_DATA); /* * Like most other Unix systems, set the ctime for inodes on a @@ -3267,7 +3304,7 @@ /* * ok, that's it */ - ext4_rename_delete(handle, &old); + ext4_rename_delete(handle, &old, force_reread); if (new.inode) { ext4_dec_count(handle, new.inode); @@ -3330,6 +3367,8 @@ old.bh = ext4_find_entry(old.dir, &old.dentry->d_name, &old.de, &old.inlined); + if (IS_ERR(old.bh)) + return PTR_ERR(old.bh); /* * Check for inode number is _not_ due to possible IO errors. * We might rmdir the source, keep it as pwd of some process @@ -3342,6 +3381,11 @@ new.bh = ext4_find_entry(new.dir, &new.dentry->d_name, &new.de, &new.inlined); + if (IS_ERR(new.bh)) { + retval = PTR_ERR(new.bh); + new.bh = NULL; + goto end_rename; + } /* RENAME_EXCHANGE case: old *and* new must both exist */ if (!new.bh || le32_to_cpu(new.de->inode) != new.inode->i_ino) --- linux-lts-utopic-3.16.0.orig/fs/ext4/resize.c +++ linux-lts-utopic-3.16.0/fs/ext4/resize.c @@ -186,7 +186,7 @@ if (flex_gd == NULL) goto out3; - if (flexbg_size >= UINT_MAX / sizeof(struct ext4_new_flex_group_data)) + if (flexbg_size >= UINT_MAX / sizeof(struct ext4_new_group_data)) goto out2; flex_gd->count = flexbg_size; @@ -575,6 +575,7 @@ bh = bclean(handle, sb, block); if (IS_ERR(bh)) { err = PTR_ERR(bh); + bh = NULL; goto out; } overhead = ext4_group_overhead_blocks(sb, group); @@ -603,6 +604,7 @@ bh = bclean(handle, sb, block); if (IS_ERR(bh)) { err = PTR_ERR(bh); + bh = NULL; goto out; } @@ -1038,7 +1040,7 @@ * do not copy the full number of backups at this time. The resize * which changed s_groups_count will backup again. */ -static void update_backups(struct super_block *sb, int blk_off, char *data, +static void update_backups(struct super_block *sb, sector_t blk_off, char *data, int size, int meta_bg) { struct ext4_sb_info *sbi = EXT4_SB(sb); @@ -1063,7 +1065,7 @@ group = ext4_list_backups(sb, &three, &five, &seven); last = sbi->s_groups_count; } else { - group = ext4_meta_bg_first_group(sb, group) + 1; + group = ext4_get_group_number(sb, blk_off) + 1; last = (ext4_group_t)(group + EXT4_DESC_PER_BLOCK(sb) - 2); } @@ -1079,7 +1081,7 @@ break; if (meta_bg == 0) - backup_block = group * bpg + blk_off; + backup_block = ((ext4_fsblk_t)group) * bpg + blk_off; else backup_block = (ext4_group_first_block_no(sb, group) + ext4_bg_has_super(sb, group)); @@ -1210,8 +1212,7 @@ { struct buffer_head *bh; - if (!EXT4_HAS_RO_COMPAT_FEATURE(sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(sb)) return 0; bh = ext4_get_bitmap(sb, group_data->inode_bitmap); --- linux-lts-utopic-3.16.0.orig/fs/ext4/super.c +++ linux-lts-utopic-3.16.0/fs/ext4/super.c @@ -141,8 +141,7 @@ static int ext4_superblock_csum_verify(struct super_block *sb, struct ext4_super_block *es) { - if (!EXT4_HAS_RO_COMPAT_FEATURE(sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(sb)) return 1; return es->s_checksum == ext4_superblock_csum(sb, es); @@ -152,8 +151,7 @@ { struct ext4_super_block *es = EXT4_SB(sb)->s_es; - if (!EXT4_HAS_RO_COMPAT_FEATURE(sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(sb)) return; es->s_checksum = ext4_superblock_csum(sb, es); @@ -407,9 +405,13 @@ smp_wmb(); sb->s_flags |= MS_RDONLY; } - if (test_opt(sb, ERRORS_PANIC)) + if (test_opt(sb, ERRORS_PANIC)) { + if (EXT4_SB(sb)->s_journal && + !(EXT4_SB(sb)->s_journal->j_flags & JBD2_REC_ERR)) + return; panic("EXT4-fs (device %s): panic forced after error\n", sb->s_id); + } } #define ext4_error_ratelimit(sb) \ @@ -598,8 +600,12 @@ jbd2_journal_abort(EXT4_SB(sb)->s_journal, -EIO); save_error_info(sb, function, line); } - if (test_opt(sb, ERRORS_PANIC)) + if (test_opt(sb, ERRORS_PANIC)) { + if (EXT4_SB(sb)->s_journal && + !(EXT4_SB(sb)->s_journal->j_flags & JBD2_REC_ERR)) + return; panic("EXT4-fs panic from previous error\n"); + } } void __ext4_msg(struct super_block *sb, @@ -835,6 +841,7 @@ dump_orphan_list(sb, sbi); J_ASSERT(list_empty(&sbi->s_orphan)); + sync_blockdev(sb->s_bdev); invalidate_bdev(sb->s_bdev); if (sbi->journal_bdev && sbi->journal_bdev != sb->s_bdev) { /* @@ -1002,7 +1009,7 @@ * Currently we don't know the generation for parent directory, so * a generation of 0 means "accept any" */ - inode = ext4_iget(sb, ino); + inode = ext4_iget_normal(sb, ino); if (IS_ERR(inode)) return ERR_CAST(inode); if (generation && inode->i_generation != generation) { @@ -1712,13 +1719,6 @@ "not specified"); return 0; } - } else { - if (sbi->s_jquota_fmt) { - ext4_msg(sb, KERN_ERR, "journaled quota format " - "specified with no journaling " - "enabled"); - return 0; - } } #endif if (test_opt(sb, DIOREAD_NOLOCK)) { @@ -1758,10 +1758,10 @@ } if (sbi->s_qf_names[USRQUOTA]) - seq_printf(seq, ",usrjquota=%s", sbi->s_qf_names[USRQUOTA]); + seq_show_option(seq, "usrjquota", sbi->s_qf_names[USRQUOTA]); if (sbi->s_qf_names[GRPQUOTA]) - seq_printf(seq, ",grpjquota=%s", sbi->s_qf_names[GRPQUOTA]); + seq_show_option(seq, "grpjquota", sbi->s_qf_names[GRPQUOTA]); #endif } @@ -2016,8 +2016,7 @@ __u16 crc = 0; __le32 le_group = cpu_to_le32(block_group); - if ((sbi->s_es->s_feature_ro_compat & - cpu_to_le32(EXT4_FEATURE_RO_COMPAT_METADATA_CSUM))) { + if (ext4_has_metadata_csum(sbi->s_sb)) { /* Use new metadata_csum algorithm */ __le16 save_csum; __u32 csum32; @@ -2035,6 +2034,10 @@ } /* old crc16 code */ + if (!(sbi->s_es->s_feature_ro_compat & + cpu_to_le32(EXT4_FEATURE_RO_COMPAT_GDT_CSUM))) + return 0; + offset = offsetof(struct ext4_group_desc, bg_checksum); crc = crc16(~0, sbi->s_es->s_uuid, sizeof(sbi->s_es->s_uuid)); @@ -3183,11 +3186,10 @@ int compat, incompat; struct ext4_sb_info *sbi = EXT4_SB(sb); - if (EXT4_HAS_RO_COMPAT_FEATURE(sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) { - /* journal checksum v2 */ + if (ext4_has_metadata_csum(sb)) { + /* journal checksum v3 */ compat = 0; - incompat = JBD2_FEATURE_INCOMPAT_CSUM_V2; + incompat = JBD2_FEATURE_INCOMPAT_CSUM_V3; } else { /* journal checksum v1 */ compat = JBD2_FEATURE_COMPAT_CHECKSUM; @@ -3209,6 +3211,7 @@ jbd2_journal_clear_features(sbi->s_journal, JBD2_FEATURE_COMPAT_CHECKSUM, 0, JBD2_FEATURE_INCOMPAT_ASYNC_COMMIT | + JBD2_FEATURE_INCOMPAT_CSUM_V3 | JBD2_FEATURE_INCOMPAT_CSUM_V2); } @@ -3490,8 +3493,7 @@ } /* Precompute checksum seed for all metadata */ - if (EXT4_HAS_RO_COMPAT_FEATURE(sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (ext4_has_metadata_csum(sb)) sbi->s_csum_seed = ext4_chksum(sbi, ~0, es->s_uuid, sizeof(es->s_uuid)); @@ -3509,6 +3511,10 @@ #ifdef CONFIG_EXT4_FS_POSIX_ACL set_opt(sb, POSIX_ACL); #endif + /* don't forget to enable journal_csum when metadata_csum is enabled. */ + if (ext4_has_metadata_csum(sb)) + set_opt(sb, JOURNAL_CHECKSUM); + if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_DATA) set_opt(sb, JOURNAL_DATA); else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_ORDERED) --- linux-lts-utopic-3.16.0.orig/fs/ext4/xattr.c +++ linux-lts-utopic-3.16.0/fs/ext4/xattr.c @@ -142,8 +142,7 @@ sector_t block_nr, struct ext4_xattr_header *hdr) { - if (EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM) && + if (ext4_has_metadata_csum(inode->i_sb) && (hdr->h_checksum != ext4_xattr_block_csum(inode, block_nr, hdr))) return 0; return 1; @@ -153,8 +152,7 @@ sector_t block_nr, struct ext4_xattr_header *hdr) { - if (!EXT4_HAS_RO_COMPAT_FEATURE(inode->i_sb, - EXT4_FEATURE_RO_COMPAT_METADATA_CSUM)) + if (!ext4_has_metadata_csum(inode->i_sb)) return; hdr->h_checksum = ext4_xattr_block_csum(inode, block_nr, hdr); @@ -190,14 +188,28 @@ } static int -ext4_xattr_check_names(struct ext4_xattr_entry *entry, void *end) +ext4_xattr_check_names(struct ext4_xattr_entry *entry, void *end, + void *value_start) { - while (!IS_LAST_ENTRY(entry)) { - struct ext4_xattr_entry *next = EXT4_XATTR_NEXT(entry); + struct ext4_xattr_entry *e = entry; + + while (!IS_LAST_ENTRY(e)) { + struct ext4_xattr_entry *next = EXT4_XATTR_NEXT(e); if ((void *)next >= end) return -EIO; - entry = next; + e = next; } + + while (!IS_LAST_ENTRY(entry)) { + if (entry->e_value_size != 0 && + (value_start + le16_to_cpu(entry->e_value_offs) < + (void *)e + sizeof(__u32) || + value_start + le16_to_cpu(entry->e_value_offs) + + le32_to_cpu(entry->e_value_size) > end)) + return -EIO; + entry = EXT4_XATTR_NEXT(entry); + } + return 0; } @@ -214,7 +226,8 @@ return -EIO; if (!ext4_xattr_block_csum_verify(inode, bh->b_blocknr, BHDR(bh))) return -EIO; - error = ext4_xattr_check_names(BFIRST(bh), bh->b_data + bh->b_size); + error = ext4_xattr_check_names(BFIRST(bh), bh->b_data + bh->b_size, + bh->b_data); if (!error) set_buffer_verified(bh); return error; @@ -331,7 +344,7 @@ header = IHDR(inode, raw_inode); entry = IFIRST(header); end = (void *)raw_inode + EXT4_SB(inode->i_sb)->s_inode_size; - error = ext4_xattr_check_names(entry, end); + error = ext4_xattr_check_names(entry, end, entry); if (error) goto cleanup; error = ext4_xattr_find_entry(&entry, name_index, name, @@ -463,7 +476,7 @@ raw_inode = ext4_raw_inode(&iloc); header = IHDR(inode, raw_inode); end = (void *)raw_inode + EXT4_SB(inode->i_sb)->s_inode_size; - error = ext4_xattr_check_names(IFIRST(header), end); + error = ext4_xattr_check_names(IFIRST(header), end, IFIRST(header)); if (error) goto cleanup; error = ext4_xattr_list_entries(dentry, IFIRST(header), @@ -986,7 +999,8 @@ is->s.here = is->s.first; is->s.end = (void *)raw_inode + EXT4_SB(inode->i_sb)->s_inode_size; if (ext4_test_inode_state(inode, EXT4_STATE_XATTR)) { - error = ext4_xattr_check_names(IFIRST(header), is->s.end); + error = ext4_xattr_check_names(IFIRST(header), is->s.end, + IFIRST(header)); if (error) return error; /* Find the named attribute. */ --- linux-lts-utopic-3.16.0.orig/fs/fat/dir.c +++ linux-lts-utopic-3.16.0/fs/fat/dir.c @@ -614,9 +614,9 @@ int status = fat_parse_long(inode, &cpos, &bh, &de, &unicode, &nr_slots); if (status < 0) { - ctx->pos = cpos; + bh = NULL; ret = status; - goto out; + goto end_of_dir; } else if (status == PARSE_INVALID) goto record_end; else if (status == PARSE_NOT_LONGNAME) @@ -658,8 +658,9 @@ fill_len = short_len; start_filldir: - if (!fake_offset) - ctx->pos = cpos - (nr_slots + 1) * sizeof(struct msdos_dir_entry); + ctx->pos = cpos - (nr_slots + 1) * sizeof(struct msdos_dir_entry); + if (fake_offset && ctx->pos < 2) + ctx->pos = 2; if (!memcmp(de->name, MSDOS_DOT, MSDOS_NAME)) { if (!dir_emit_dot(file, ctx)) @@ -685,14 +686,19 @@ fake_offset = 0; ctx->pos = cpos; goto get_new; + end_of_dir: - ctx->pos = cpos; + if (fake_offset && cpos < 2) + ctx->pos = 2; + else + ctx->pos = cpos; fill_failed: brelse(bh); if (unicode) __putname(unicode); out: mutex_unlock(&sbi->s_lock); + return ret; } --- linux-lts-utopic-3.16.0.orig/fs/fhandle.c +++ linux-lts-utopic-3.16.0/fs/fhandle.c @@ -195,8 +195,9 @@ goto out_err; } /* copy the full handle */ - if (copy_from_user(handle, ufh, - sizeof(struct file_handle) + + *handle = f_handle; + if (copy_from_user(&handle->f_handle, + &ufh->f_handle, f_handle.handle_bytes)) { retval = -EFAULT; goto out_handle; --- linux-lts-utopic-3.16.0.orig/fs/fs-writeback.c +++ linux-lts-utopic-3.16.0/fs/fs-writeback.c @@ -478,12 +478,28 @@ * write_inode() */ spin_lock(&inode->i_lock); - /* Clear I_DIRTY_PAGES if we've written out all dirty pages */ - if (!mapping_tagged(mapping, PAGECACHE_TAG_DIRTY)) - inode->i_state &= ~I_DIRTY_PAGES; + dirty = inode->i_state & I_DIRTY; - inode->i_state &= ~(I_DIRTY_SYNC | I_DIRTY_DATASYNC); + inode->i_state &= ~I_DIRTY; + + /* + * Paired with smp_mb() in __mark_inode_dirty(). This allows + * __mark_inode_dirty() to test i_state without grabbing i_lock - + * either they see the I_DIRTY bits cleared or we see the dirtied + * inode. + * + * I_DIRTY_PAGES is always cleared together above even if @mapping + * still has dirty pages. The flag is reinstated after smp_mb() if + * necessary. This guarantees that either __mark_inode_dirty() + * sees clear I_DIRTY_PAGES or we see PAGECACHE_TAG_DIRTY. + */ + smp_mb(); + + if (mapping_tagged(mapping, PAGECACHE_TAG_DIRTY)) + inode->i_state |= I_DIRTY_PAGES; + spin_unlock(&inode->i_lock); + /* Don't write the inode if only I_DIRTY_PAGES was set */ if (dirty & (I_DIRTY_SYNC | I_DIRTY_DATASYNC)) { int err = write_inode(inode, wbc); @@ -1147,12 +1163,11 @@ } /* - * make sure that changes are seen by all cpus before we test i_state - * -- mikulas + * Paired with smp_mb() in __writeback_single_inode() for the + * following lockless i_state test. See there for details. */ smp_mb(); - /* avoid the locking if we can */ if ((inode->i_state & flags) == flags) return; --- linux-lts-utopic-3.16.0.orig/fs/fscache/netfs.c +++ linux-lts-utopic-3.16.0/fs/fscache/netfs.c @@ -22,6 +22,7 @@ int __fscache_register_netfs(struct fscache_netfs *netfs) { struct fscache_netfs *ptr; + struct fscache_cookie *cookie; int ret; _enter("{%s}", netfs->name); @@ -29,29 +30,25 @@ INIT_LIST_HEAD(&netfs->link); /* allocate a cookie for the primary index */ - netfs->primary_index = - kmem_cache_zalloc(fscache_cookie_jar, GFP_KERNEL); + cookie = kmem_cache_zalloc(fscache_cookie_jar, GFP_KERNEL); - if (!netfs->primary_index) { + if (!cookie) { _leave(" = -ENOMEM"); return -ENOMEM; } /* initialise the primary index cookie */ - atomic_set(&netfs->primary_index->usage, 1); - atomic_set(&netfs->primary_index->n_children, 0); - atomic_set(&netfs->primary_index->n_active, 1); - - netfs->primary_index->def = &fscache_fsdef_netfs_def; - netfs->primary_index->parent = &fscache_fsdef_index; - netfs->primary_index->netfs_data = netfs; - netfs->primary_index->flags = 1 << FSCACHE_COOKIE_ENABLED; + atomic_set(&cookie->usage, 1); + atomic_set(&cookie->n_children, 0); + atomic_set(&cookie->n_active, 1); + + cookie->def = &fscache_fsdef_netfs_def; + cookie->parent = &fscache_fsdef_index; + cookie->netfs_data = netfs; + cookie->flags = 1 << FSCACHE_COOKIE_ENABLED; - atomic_inc(&netfs->primary_index->parent->usage); - atomic_inc(&netfs->primary_index->parent->n_children); - - spin_lock_init(&netfs->primary_index->lock); - INIT_HLIST_HEAD(&netfs->primary_index->backing_objects); + spin_lock_init(&cookie->lock); + INIT_HLIST_HEAD(&cookie->backing_objects); /* check the netfs type is not already present */ down_write(&fscache_addremove_sem); @@ -62,6 +59,10 @@ goto already_registered; } + atomic_inc(&cookie->parent->usage); + atomic_inc(&cookie->parent->n_children); + + netfs->primary_index = cookie; list_add(&netfs->link, &fscache_netfs_list); ret = 0; @@ -70,11 +71,8 @@ already_registered: up_write(&fscache_addremove_sem); - if (ret < 0) { - netfs->primary_index->parent = NULL; - __fscache_cookie_put(netfs->primary_index); - netfs->primary_index = NULL; - } + if (ret < 0) + kmem_cache_free(fscache_cookie_jar, cookie); _leave(" = %d", ret); return ret; --- linux-lts-utopic-3.16.0.orig/fs/fscache/page.c +++ linux-lts-utopic-3.16.0/fs/fscache/page.c @@ -801,7 +801,7 @@ goto superseded; page = results[0]; _debug("gang %d [%lx]", n, page->index); - if (page->index > op->store_limit) { + if (page->index >= op->store_limit) { fscache_stat(&fscache_n_store_pages_over_limit); goto superseded; } --- linux-lts-utopic-3.16.0.orig/fs/fuse/dev.c +++ linux-lts-utopic-3.16.0/fs/fuse/dev.c @@ -814,8 +814,8 @@ newpage = buf->page; - if (WARN_ON(!PageUptodate(newpage))) - return -EIO; + if (!PageUptodate(newpage)) + SetPageUptodate(newpage); ClearPageMappedToDisk(newpage); @@ -1721,6 +1721,9 @@ static int fuse_notify(struct fuse_conn *fc, enum fuse_notify_code code, unsigned int size, struct fuse_copy_state *cs) { + /* Don't try to move pages (yet) */ + cs->move_pages = 0; + switch (code) { case FUSE_NOTIFY_POLL: return fuse_notify_poll(fc, size, cs); --- linux-lts-utopic-3.16.0.orig/fs/fuse/file.c +++ linux-lts-utopic-3.16.0/fs/fuse/file.c @@ -1088,6 +1088,7 @@ tmp = iov_iter_copy_from_user_atomic(page, ii, offset, bytes); flush_dcache_page(page); + iov_iter_advance(ii, tmp); if (!tmp) { unlock_page(page); page_cache_release(page); @@ -1100,7 +1101,6 @@ req->page_descs[req->num_pages].length = tmp; req->num_pages++; - iov_iter_advance(ii, tmp); count += tmp; pos += tmp; offset += tmp; @@ -1303,10 +1303,11 @@ while (nbytes < *nbytesp && req->num_pages < req->max_pages) { unsigned npages; size_t start; - unsigned n = req->max_pages - req->num_pages; ssize_t ret = iov_iter_get_pages(ii, &req->pages[req->num_pages], - n * PAGE_SIZE, &start); + *nbytesp - nbytes, + req->max_pages - req->num_pages, + &start); if (ret < 0) return ret; --- linux-lts-utopic-3.16.0.orig/fs/fuse/inode.c +++ linux-lts-utopic-3.16.0/fs/fuse/inode.c @@ -1049,6 +1049,7 @@ goto err_fput; fuse_conn_init(fc); + fc->release = fuse_free_conn; fc->dev = sb->s_dev; fc->sb = sb; @@ -1063,7 +1064,6 @@ fc->dont_mask = 1; sb->s_flags |= MS_POSIXACL; - fc->release = fuse_free_conn; fc->flags = d.flags; fc->user_id = d.user_id; fc->group_id = d.group_id; @@ -1261,7 +1261,6 @@ } static struct kobject *fuse_kobj; -static struct kobject *connections_kobj; static int fuse_sysfs_init(void) { @@ -1273,11 +1272,9 @@ goto out_err; } - connections_kobj = kobject_create_and_add("connections", fuse_kobj); - if (!connections_kobj) { - err = -ENOMEM; + err = sysfs_create_mount_point(fuse_kobj, "connections"); + if (err) goto out_fuse_unregister; - } return 0; @@ -1289,7 +1286,7 @@ static void fuse_sysfs_cleanup(void) { - kobject_put(connections_kobj); + sysfs_remove_mount_point(fuse_kobj, "connections"); kobject_put(fuse_kobj); } --- linux-lts-utopic-3.16.0.orig/fs/gfs2/acl.c +++ linux-lts-utopic-3.16.0/fs/gfs2/acl.c @@ -73,7 +73,7 @@ BUG_ON(name == NULL); - if (acl->a_count > GFS2_ACL_MAX_ENTRIES(GFS2_SB(inode))) + if (acl && acl->a_count > GFS2_ACL_MAX_ENTRIES(GFS2_SB(inode))) return -E2BIG; if (type == ACL_TYPE_ACCESS) { --- linux-lts-utopic-3.16.0.orig/fs/gfs2/dir.c +++ linux-lts-utopic-3.16.0/fs/gfs2/dir.c @@ -2100,8 +2100,13 @@ } if (IS_ERR(dent)) return PTR_ERR(dent); - da->bh = bh; - da->dent = dent; + + if (da->save_loc) { + da->bh = bh; + da->dent = dent; + } else { + brelse(bh); + } return 0; } --- linux-lts-utopic-3.16.0.orig/fs/gfs2/dir.h +++ linux-lts-utopic-3.16.0/fs/gfs2/dir.h @@ -23,6 +23,7 @@ unsigned nr_blocks; struct gfs2_dirent *dent; struct buffer_head *bh; + int save_loc; }; extern struct inode *gfs2_dir_search(struct inode *dir, --- linux-lts-utopic-3.16.0.orig/fs/gfs2/inode.c +++ linux-lts-utopic-3.16.0/fs/gfs2/inode.c @@ -600,7 +600,7 @@ int error, free_vfs_inode = 0; u32 aflags = 0; unsigned blocks = 1; - struct gfs2_diradd da = { .bh = NULL, }; + struct gfs2_diradd da = { .bh = NULL, .save_loc = 1, }; if (!name->len || name->len > GFS2_FNAMESIZE) return -ENAMETOOLONG; @@ -626,8 +626,10 @@ if (!IS_ERR(inode)) { d = d_splice_alias(inode, dentry); error = PTR_ERR(d); - if (IS_ERR(d)) + if (IS_ERR(d)) { + inode = ERR_CAST(d); goto fail_gunlock; + } error = 0; if (file) { if (S_ISREG(inode->i_mode)) { @@ -854,7 +856,6 @@ d = d_splice_alias(inode, dentry); if (IS_ERR(d)) { - iput(inode); gfs2_glock_dq_uninit(&gh); return d; } @@ -896,7 +897,7 @@ struct gfs2_inode *ip = GFS2_I(inode); struct gfs2_holder ghs[2]; struct buffer_head *dibh; - struct gfs2_diradd da = { .bh = NULL, }; + struct gfs2_diradd da = { .bh = NULL, .save_loc = 1, }; int error; if (S_ISDIR(inode->i_mode)) @@ -1334,7 +1335,7 @@ struct gfs2_rgrpd *nrgd; unsigned int num_gh; int dir_rename = 0; - struct gfs2_diradd da = { .nr_blocks = 0, }; + struct gfs2_diradd da = { .nr_blocks = 0, .save_loc = 0, }; unsigned int x; int error; --- linux-lts-utopic-3.16.0.orig/fs/gfs2/quota.c +++ linux-lts-utopic-3.16.0/fs/gfs2/quota.c @@ -667,7 +667,7 @@ static int gfs2_adjust_quota(struct gfs2_inode *ip, loff_t loc, s64 change, struct gfs2_quota_data *qd, - struct fs_disk_quota *fdq) + struct qc_dqblk *fdq) { struct inode *inode = &ip->i_inode; struct gfs2_sbd *sdp = GFS2_SB(inode); @@ -697,16 +697,16 @@ be64_add_cpu(&q.qu_value, change); qd->qd_qb.qb_value = q.qu_value; if (fdq) { - if (fdq->d_fieldmask & FS_DQ_BSOFT) { - q.qu_warn = cpu_to_be64(fdq->d_blk_softlimit >> sdp->sd_fsb2bb_shift); + if (fdq->d_fieldmask & QC_SPC_SOFT) { + q.qu_warn = cpu_to_be64(fdq->d_spc_softlimit >> sdp->sd_sb.sb_bsize_shift); qd->qd_qb.qb_warn = q.qu_warn; } - if (fdq->d_fieldmask & FS_DQ_BHARD) { - q.qu_limit = cpu_to_be64(fdq->d_blk_hardlimit >> sdp->sd_fsb2bb_shift); + if (fdq->d_fieldmask & QC_SPC_HARD) { + q.qu_limit = cpu_to_be64(fdq->d_spc_hardlimit >> sdp->sd_sb.sb_bsize_shift); qd->qd_qb.qb_limit = q.qu_limit; } - if (fdq->d_fieldmask & FS_DQ_BCOUNT) { - q.qu_value = cpu_to_be64(fdq->d_bcount >> sdp->sd_fsb2bb_shift); + if (fdq->d_fieldmask & QC_SPACE) { + q.qu_value = cpu_to_be64(fdq->d_space >> sdp->sd_sb.sb_bsize_shift); qd->qd_qb.qb_value = q.qu_value; } } @@ -1502,7 +1502,7 @@ } static int gfs2_get_dqblk(struct super_block *sb, struct kqid qid, - struct fs_disk_quota *fdq) + struct qc_dqblk *fdq) { struct gfs2_sbd *sdp = sb->s_fs_info; struct gfs2_quota_lvb *qlvb; @@ -1510,7 +1510,7 @@ struct gfs2_holder q_gh; int error; - memset(fdq, 0, sizeof(struct fs_disk_quota)); + memset(fdq, 0, sizeof(*fdq)); if (sdp->sd_args.ar_quota == GFS2_QUOTA_OFF) return -ESRCH; /* Crazy XFS error code */ @@ -1527,12 +1527,9 @@ goto out; qlvb = (struct gfs2_quota_lvb *)qd->qd_gl->gl_lksb.sb_lvbptr; - fdq->d_version = FS_DQUOT_VERSION; - fdq->d_flags = (qid.type == USRQUOTA) ? FS_USER_QUOTA : FS_GROUP_QUOTA; - fdq->d_id = from_kqid_munged(current_user_ns(), qid); - fdq->d_blk_hardlimit = be64_to_cpu(qlvb->qb_limit) << sdp->sd_fsb2bb_shift; - fdq->d_blk_softlimit = be64_to_cpu(qlvb->qb_warn) << sdp->sd_fsb2bb_shift; - fdq->d_bcount = be64_to_cpu(qlvb->qb_value) << sdp->sd_fsb2bb_shift; + fdq->d_spc_hardlimit = be64_to_cpu(qlvb->qb_limit) << sdp->sd_sb.sb_bsize_shift; + fdq->d_spc_softlimit = be64_to_cpu(qlvb->qb_warn) << sdp->sd_sb.sb_bsize_shift; + fdq->d_space = be64_to_cpu(qlvb->qb_value) << sdp->sd_sb.sb_bsize_shift; gfs2_glock_dq_uninit(&q_gh); out: @@ -1541,10 +1538,10 @@ } /* GFS2 only supports a subset of the XFS fields */ -#define GFS2_FIELDMASK (FS_DQ_BSOFT|FS_DQ_BHARD|FS_DQ_BCOUNT) +#define GFS2_FIELDMASK (QC_SPC_SOFT|QC_SPC_HARD|QC_SPACE) static int gfs2_set_dqblk(struct super_block *sb, struct kqid qid, - struct fs_disk_quota *fdq) + struct qc_dqblk *fdq) { struct gfs2_sbd *sdp = sb->s_fs_info; struct gfs2_inode *ip = GFS2_I(sdp->sd_quota_inode); @@ -1588,17 +1585,17 @@ goto out_i; /* If nothing has changed, this is a no-op */ - if ((fdq->d_fieldmask & FS_DQ_BSOFT) && - ((fdq->d_blk_softlimit >> sdp->sd_fsb2bb_shift) == be64_to_cpu(qd->qd_qb.qb_warn))) - fdq->d_fieldmask ^= FS_DQ_BSOFT; - - if ((fdq->d_fieldmask & FS_DQ_BHARD) && - ((fdq->d_blk_hardlimit >> sdp->sd_fsb2bb_shift) == be64_to_cpu(qd->qd_qb.qb_limit))) - fdq->d_fieldmask ^= FS_DQ_BHARD; - - if ((fdq->d_fieldmask & FS_DQ_BCOUNT) && - ((fdq->d_bcount >> sdp->sd_fsb2bb_shift) == be64_to_cpu(qd->qd_qb.qb_value))) - fdq->d_fieldmask ^= FS_DQ_BCOUNT; + if ((fdq->d_fieldmask & QC_SPC_SOFT) && + ((fdq->d_spc_softlimit >> sdp->sd_sb.sb_bsize_shift) == be64_to_cpu(qd->qd_qb.qb_warn))) + fdq->d_fieldmask ^= QC_SPC_SOFT; + + if ((fdq->d_fieldmask & QC_SPC_HARD) && + ((fdq->d_spc_hardlimit >> sdp->sd_sb.sb_bsize_shift) == be64_to_cpu(qd->qd_qb.qb_limit))) + fdq->d_fieldmask ^= QC_SPC_HARD; + + if ((fdq->d_fieldmask & QC_SPACE) && + ((fdq->d_space >> sdp->sd_sb.sb_bsize_shift) == be64_to_cpu(qd->qd_qb.qb_value))) + fdq->d_fieldmask ^= QC_SPACE; if (fdq->d_fieldmask == 0) goto out_i; --- linux-lts-utopic-3.16.0.orig/fs/gfs2/super.c +++ linux-lts-utopic-3.16.0/fs/gfs2/super.c @@ -1302,11 +1302,11 @@ if (is_ancestor(root, sdp->sd_master_dir)) seq_printf(s, ",meta"); if (args->ar_lockproto[0]) - seq_printf(s, ",lockproto=%s", args->ar_lockproto); + seq_show_option(s, "lockproto", args->ar_lockproto); if (args->ar_locktable[0]) - seq_printf(s, ",locktable=%s", args->ar_locktable); + seq_show_option(s, "locktable", args->ar_locktable); if (args->ar_hostdata[0]) - seq_printf(s, ",hostdata=%s", args->ar_hostdata); + seq_show_option(s, "hostdata", args->ar_hostdata); if (args->ar_spectator) seq_printf(s, ",spectator"); if (args->ar_localflocks) --- linux-lts-utopic-3.16.0.orig/fs/hfs/bnode.c +++ linux-lts-utopic-3.16.0/fs/hfs/bnode.c @@ -288,7 +288,6 @@ page_cache_release(page); goto fail; } - page_cache_release(page); node->page[i] = page; } @@ -398,11 +397,11 @@ void hfs_bnode_free(struct hfs_bnode *node) { - //int i; + int i; - //for (i = 0; i < node->tree->pages_per_bnode; i++) - // if (node->page[i]) - // page_cache_release(node->page[i]); + for (i = 0; i < node->tree->pages_per_bnode; i++) + if (node->page[i]) + page_cache_release(node->page[i]); kfree(node); } --- linux-lts-utopic-3.16.0.orig/fs/hfs/brec.c +++ linux-lts-utopic-3.16.0/fs/hfs/brec.c @@ -131,13 +131,16 @@ hfs_bnode_write(node, entry, data_off + key_len, entry_len); hfs_bnode_dump(node); - if (new_node) { - /* update parent key if we inserted a key - * at the start of the first node - */ - if (!rec && new_node != node) - hfs_brec_update_parent(fd); + /* + * update parent key if we inserted a key + * at the start of the node and it is not the new node + */ + if (!rec && new_node != node) { + hfs_bnode_read_key(node, fd->search_key, data_off + size); + hfs_brec_update_parent(fd); + } + if (new_node) { hfs_bnode_put(fd->bnode); if (!new_node->parent) { hfs_btree_inc_height(tree); @@ -166,9 +169,6 @@ goto again; } - if (!rec) - hfs_brec_update_parent(fd); - return 0; } @@ -366,6 +366,8 @@ if (IS_ERR(parent)) return PTR_ERR(parent); __hfs_brec_find(parent, fd); + if (fd->record < 0) + return -ENOENT; hfs_bnode_dump(parent); rec = fd->record; --- linux-lts-utopic-3.16.0.orig/fs/hfs/super.c +++ linux-lts-utopic-3.16.0/fs/hfs/super.c @@ -135,9 +135,9 @@ struct hfs_sb_info *sbi = HFS_SB(root->d_sb); if (sbi->s_creator != cpu_to_be32(0x3f3f3f3f)) - seq_printf(seq, ",creator=%.4s", (char *)&sbi->s_creator); + seq_show_option_n(seq, "creator", (char *)&sbi->s_creator, 4); if (sbi->s_type != cpu_to_be32(0x3f3f3f3f)) - seq_printf(seq, ",type=%.4s", (char *)&sbi->s_type); + seq_show_option_n(seq, "type", (char *)&sbi->s_type, 4); seq_printf(seq, ",uid=%u,gid=%u", from_kuid_munged(&init_user_ns, sbi->s_uid), from_kgid_munged(&init_user_ns, sbi->s_gid)); --- linux-lts-utopic-3.16.0.orig/fs/hfsplus/bnode.c +++ linux-lts-utopic-3.16.0/fs/hfsplus/bnode.c @@ -454,7 +454,6 @@ page_cache_release(page); goto fail; } - page_cache_release(page); node->page[i] = page; } @@ -566,13 +565,11 @@ void hfs_bnode_free(struct hfs_bnode *node) { -#if 0 int i; for (i = 0; i < node->tree->pages_per_bnode; i++) if (node->page[i]) page_cache_release(node->page[i]); -#endif kfree(node); } --- linux-lts-utopic-3.16.0.orig/fs/hfsplus/brec.c +++ linux-lts-utopic-3.16.0/fs/hfsplus/brec.c @@ -131,13 +131,16 @@ hfs_bnode_write(node, entry, data_off + key_len, entry_len); hfs_bnode_dump(node); - if (new_node) { - /* update parent key if we inserted a key - * at the start of the first node - */ - if (!rec && new_node != node) - hfs_brec_update_parent(fd); + /* + * update parent key if we inserted a key + * at the start of the node and it is not the new node + */ + if (!rec && new_node != node) { + hfs_bnode_read_key(node, fd->search_key, data_off + size); + hfs_brec_update_parent(fd); + } + if (new_node) { hfs_bnode_put(fd->bnode); if (!new_node->parent) { hfs_btree_inc_height(tree); @@ -168,9 +171,6 @@ goto again; } - if (!rec) - hfs_brec_update_parent(fd); - return 0; } @@ -370,6 +370,8 @@ if (IS_ERR(parent)) return PTR_ERR(parent); __hfs_brec_find(parent, fd, hfs_find_rec_by_key); + if (fd->record < 0) + return -ENOENT; hfs_bnode_dump(parent); rec = fd->record; --- linux-lts-utopic-3.16.0.orig/fs/hfsplus/options.c +++ linux-lts-utopic-3.16.0/fs/hfsplus/options.c @@ -218,9 +218,9 @@ struct hfsplus_sb_info *sbi = HFSPLUS_SB(root->d_sb); if (sbi->creator != HFSPLUS_DEF_CR_TYPE) - seq_printf(seq, ",creator=%.4s", (char *)&sbi->creator); + seq_show_option_n(seq, "creator", (char *)&sbi->creator, 4); if (sbi->type != HFSPLUS_DEF_CR_TYPE) - seq_printf(seq, ",type=%.4s", (char *)&sbi->type); + seq_show_option_n(seq, "type", (char *)&sbi->type, 4); seq_printf(seq, ",umask=%o,uid=%u,gid=%u", sbi->umask, from_kuid_munged(&init_user_ns, sbi->uid), from_kgid_munged(&init_user_ns, sbi->gid)); --- linux-lts-utopic-3.16.0.orig/fs/hostfs/hostfs_kern.c +++ linux-lts-utopic-3.16.0/fs/hostfs/hostfs_kern.c @@ -255,7 +255,7 @@ size_t offset = strlen(root_ino) + 1; if (strlen(root_path) > offset) - seq_printf(seq, ",%s", root_path + offset); + seq_show_option(seq, root_path + offset, NULL); return 0; } @@ -720,15 +720,13 @@ init_special_inode(inode, mode, dev); err = do_mknod(name, mode, MAJOR(dev), MINOR(dev)); - if (!err) + if (err) goto out_free; err = read_name(inode, name); __putname(name); if (err) goto out_put; - if (err) - goto out_put; d_instantiate(dentry, inode); return 0; --- linux-lts-utopic-3.16.0.orig/fs/hpfs/namei.c +++ linux-lts-utopic-3.16.0/fs/hpfs/namei.c @@ -8,6 +8,17 @@ #include #include "hpfs_fn.h" +static void hpfs_update_directory_times(struct inode *dir) +{ + time_t t = get_seconds(); + if (t == dir->i_mtime.tv_sec && + t == dir->i_ctime.tv_sec) + return; + dir->i_mtime.tv_sec = dir->i_ctime.tv_sec = t; + dir->i_mtime.tv_nsec = dir->i_ctime.tv_nsec = 0; + hpfs_write_inode_nolock(dir); +} + static int hpfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) { const unsigned char *name = dentry->d_name.name; @@ -99,6 +110,7 @@ result->i_mode = mode | S_IFDIR; hpfs_write_inode_nolock(result); } + hpfs_update_directory_times(dir); d_instantiate(dentry, result); hpfs_unlock(dir->i_sb); return 0; @@ -187,6 +199,7 @@ result->i_mode = mode | S_IFREG; hpfs_write_inode_nolock(result); } + hpfs_update_directory_times(dir); d_instantiate(dentry, result); hpfs_unlock(dir->i_sb); return 0; @@ -262,6 +275,7 @@ insert_inode_hash(result); hpfs_write_inode_nolock(result); + hpfs_update_directory_times(dir); d_instantiate(dentry, result); brelse(bh); hpfs_unlock(dir->i_sb); @@ -340,6 +354,7 @@ insert_inode_hash(result); hpfs_write_inode_nolock(result); + hpfs_update_directory_times(dir); d_instantiate(dentry, result); hpfs_unlock(dir->i_sb); return 0; @@ -362,12 +377,11 @@ struct inode *inode = dentry->d_inode; dnode_secno dno; int r; - int rep = 0; int err; hpfs_lock(dir->i_sb); hpfs_adjust_length(name, &len); -again: + err = -ENOENT; de = map_dirent(dir, hpfs_i(dir)->i_dno, name, len, &dno, &qbh); if (!de) @@ -387,33 +401,9 @@ hpfs_error(dir->i_sb, "there was error when removing dirent"); err = -EFSERROR; break; - case 2: /* no space for deleting, try to truncate file */ - + case 2: /* no space for deleting */ err = -ENOSPC; - if (rep++) - break; - - dentry_unhash(dentry); - if (!d_unhashed(dentry)) { - hpfs_unlock(dir->i_sb); - return -ENOSPC; - } - if (generic_permission(inode, MAY_WRITE) || - !S_ISREG(inode->i_mode) || - get_write_access(inode)) { - d_rehash(dentry); - } else { - struct iattr newattrs; - /*pr_info("truncating file before delete.\n");*/ - newattrs.ia_size = 0; - newattrs.ia_valid = ATTR_SIZE | ATTR_CTIME; - err = notify_change(dentry, &newattrs, NULL); - put_write_access(inode); - if (!err) - goto again; - } - hpfs_unlock(dir->i_sb); - return -ENOSPC; + break; default: drop_nlink(inode); err = 0; @@ -423,6 +413,8 @@ out1: hpfs_brelse4(&qbh); out: + if (!err) + hpfs_update_directory_times(dir); hpfs_unlock(dir->i_sb); return err; } @@ -477,6 +469,8 @@ out1: hpfs_brelse4(&qbh); out: + if (!err) + hpfs_update_directory_times(dir); hpfs_unlock(dir->i_sb); return err; } @@ -595,7 +589,7 @@ goto end1; } - end: +end: hpfs_i(i)->i_parent_dir = new_dir->i_ino; if (S_ISDIR(i->i_mode)) { inc_nlink(new_dir); @@ -610,6 +604,10 @@ brelse(bh); } end1: + if (!err) { + hpfs_update_directory_times(old_dir); + hpfs_update_directory_times(new_dir); + } hpfs_unlock(i->i_sb); return err; } --- linux-lts-utopic-3.16.0.orig/fs/hpfs/super.c +++ linux-lts-utopic-3.16.0/fs/hpfs/super.c @@ -52,17 +52,20 @@ } /* Filesystem error... */ -static char err_buf[1024]; - void hpfs_error(struct super_block *s, const char *fmt, ...) { + struct va_format vaf; va_list args; va_start(args, fmt); - vsnprintf(err_buf, sizeof(err_buf), fmt, args); + + vaf.fmt = fmt; + vaf.va = &args; + + pr_err("filesystem error: %pV", &vaf); + va_end(args); - pr_err("filesystem error: %s", err_buf); if (!hpfs_sb(s)->sb_was_error) { if (hpfs_sb(s)->sb_err == 2) { pr_cont("; crashing the system because you wanted it\n"); @@ -424,11 +427,14 @@ int o; struct hpfs_sb_info *sbi = hpfs_sb(s); char *new_opts = kstrdup(data, GFP_KERNEL); - + + if (!new_opts) + return -ENOMEM; + sync_filesystem(s); *flags |= MS_NOATIME; - + hpfs_lock(s); uid = sbi->sb_uid; gid = sbi->sb_gid; umask = 0777 & ~sbi->sb_mode; --- linux-lts-utopic-3.16.0.orig/fs/inode.c +++ linux-lts-utopic-3.16.0/fs/inode.c @@ -57,6 +57,7 @@ static __cacheline_aligned_in_smp DEFINE_SPINLOCK(inode_hash_lock); __cacheline_aligned_in_smp DEFINE_SPINLOCK(inode_sb_list_lock); +EXPORT_SYMBOL(inode_sb_list_lock); /* * Empty aops. Can be used for the cases where the user does not @@ -1496,7 +1497,7 @@ * This does the actual work of updating an inodes time or version. Must have * had called mnt_want_write() before calling this. */ -static int update_time(struct inode *inode, struct timespec *time, int flags) +int update_time(struct inode *inode, struct timespec *time, int flags) { if (inode->i_op->update_time) return inode->i_op->update_time(inode, time, flags); @@ -1512,6 +1513,7 @@ mark_inode_dirty_sync(inode); return 0; } +EXPORT_SYMBOL(update_time); /** * touch_atime - update the access time @@ -1630,8 +1632,8 @@ error = security_inode_killpriv(dentry); if (!error && killsuid) error = __remove_suid(dentry, killsuid); - if (!error && (inode->i_sb->s_flags & MS_NOSEC)) - inode->i_flags |= S_NOSEC; + if (!error) + inode_has_no_xattr(inode); return error; } --- linux-lts-utopic-3.16.0.orig/fs/internal.h +++ linux-lts-utopic-3.16.0/fs/internal.h @@ -42,7 +42,6 @@ /* * namei.c */ -extern int __inode_permission(struct inode *, int); extern int user_path_mountpoint_at(int, const char __user *, unsigned int, struct path *); extern int vfs_path_lookup(struct dentry *, struct vfsmount *, const char *, unsigned int, struct path *); @@ -135,12 +134,6 @@ extern int rw_verify_area(int, struct file *, const loff_t *, size_t); /* - * splice.c - */ -extern long do_splice_direct(struct file *in, loff_t *ppos, struct file *out, - loff_t *opos, size_t len, unsigned int flags); - -/* * pipe.c */ extern const struct file_operations pipefifo_fops; --- linux-lts-utopic-3.16.0.orig/fs/isofs/inode.c +++ linux-lts-utopic-3.16.0/fs/isofs/inode.c @@ -61,7 +61,7 @@ return; } -static int isofs_read_inode(struct inode *); +static int isofs_read_inode(struct inode *, int relocated); static int isofs_statfs (struct dentry *, struct kstatfs *); static struct kmem_cache *isofs_inode_cachep; @@ -1259,7 +1259,7 @@ goto out; } -static int isofs_read_inode(struct inode *inode) +static int isofs_read_inode(struct inode *inode, int relocated) { struct super_block *sb = inode->i_sb; struct isofs_sb_info *sbi = ISOFS_SB(sb); @@ -1404,7 +1404,7 @@ */ if (!high_sierra) { - parse_rock_ridge_inode(de, inode); + parse_rock_ridge_inode(de, inode, relocated); /* if we want uid/gid set, override the rock ridge setting */ if (sbi->s_uid_set) inode->i_uid = sbi->s_uid; @@ -1483,9 +1483,10 @@ * offset that point to the underlying meta-data for the inode. The * code below is otherwise similar to the iget() code in * include/linux/fs.h */ -struct inode *isofs_iget(struct super_block *sb, - unsigned long block, - unsigned long offset) +struct inode *__isofs_iget(struct super_block *sb, + unsigned long block, + unsigned long offset, + int relocated) { unsigned long hashval; struct inode *inode; @@ -1507,7 +1508,7 @@ return ERR_PTR(-ENOMEM); if (inode->i_state & I_NEW) { - ret = isofs_read_inode(inode); + ret = isofs_read_inode(inode, relocated); if (ret < 0) { iget_failed(inode); inode = ERR_PTR(ret); --- linux-lts-utopic-3.16.0.orig/fs/isofs/isofs.h +++ linux-lts-utopic-3.16.0/fs/isofs/isofs.h @@ -107,7 +107,7 @@ struct inode; /* To make gcc happy */ -extern int parse_rock_ridge_inode(struct iso_directory_record *, struct inode *); +extern int parse_rock_ridge_inode(struct iso_directory_record *, struct inode *, int relocated); extern int get_rock_ridge_filename(struct iso_directory_record *, char *, struct inode *); extern int isofs_name_translate(struct iso_directory_record *, char *, struct inode *); @@ -118,9 +118,24 @@ extern struct buffer_head *isofs_bread(struct inode *, sector_t); extern int isofs_get_blocks(struct inode *, sector_t, struct buffer_head **, unsigned long); -extern struct inode *isofs_iget(struct super_block *sb, - unsigned long block, - unsigned long offset); +struct inode *__isofs_iget(struct super_block *sb, + unsigned long block, + unsigned long offset, + int relocated); + +static inline struct inode *isofs_iget(struct super_block *sb, + unsigned long block, + unsigned long offset) +{ + return __isofs_iget(sb, block, offset, 0); +} + +static inline struct inode *isofs_iget_reloc(struct super_block *sb, + unsigned long block, + unsigned long offset) +{ + return __isofs_iget(sb, block, offset, 1); +} /* Because the inode number is no longer relevant to finding the * underlying meta-data for an inode, we are free to choose a more --- linux-lts-utopic-3.16.0.orig/fs/isofs/rock.c +++ linux-lts-utopic-3.16.0/fs/isofs/rock.c @@ -30,6 +30,7 @@ int cont_size; int cont_extent; int cont_offset; + int cont_loops; struct inode *inode; }; @@ -73,6 +74,9 @@ rs->inode = inode; } +/* Maximum number of Rock Ridge continuation entries */ +#define RR_MAX_CE_ENTRIES 32 + /* * Returns 0 if the caller should continue scanning, 1 if the scan must end * and -ve on error. @@ -105,6 +109,8 @@ goto out; } ret = -EIO; + if (++rs->cont_loops >= RR_MAX_CE_ENTRIES) + goto out; bh = sb_bread(rs->inode->i_sb, rs->cont_extent); if (bh) { memcpy(rs->buffer, bh->b_data + rs->cont_offset, @@ -288,12 +294,16 @@ goto out; } +#define RR_REGARD_XA 1 +#define RR_RELOC_DE 2 + static int parse_rock_ridge_inode_internal(struct iso_directory_record *de, - struct inode *inode, int regard_xa) + struct inode *inode, int flags) { int symlink_len = 0; int cnt, sig; + unsigned int reloc_block; struct inode *reloc; struct rock_ridge *rr; int rootflag; @@ -305,7 +315,7 @@ init_rock_state(&rs, inode); setup_rock_ridge(de, inode, &rs); - if (regard_xa) { + if (flags & RR_REGARD_XA) { rs.chr += 14; rs.len -= 14; if (rs.len < 0) @@ -352,6 +362,9 @@ rs.cont_size = isonum_733(rr->u.CE.size); break; case SIG('E', 'R'): + /* Invalid length of ER tag id? */ + if (rr->u.ER.len_id + offsetof(struct rock_ridge, u.ER.data) > rr->len) + goto out; ISOFS_SB(inode->i_sb)->s_rock = 1; printk(KERN_DEBUG "ISO 9660 Extensions: "); { @@ -485,12 +498,22 @@ "relocated directory\n"); goto out; case SIG('C', 'L'): - ISOFS_I(inode)->i_first_extent = - isonum_733(rr->u.CL.location); - reloc = - isofs_iget(inode->i_sb, - ISOFS_I(inode)->i_first_extent, - 0); + if (flags & RR_RELOC_DE) { + printk(KERN_ERR + "ISOFS: Recursive directory relocation " + "is not supported\n"); + goto eio; + } + reloc_block = isonum_733(rr->u.CL.location); + if (reloc_block == ISOFS_I(inode)->i_iget5_block && + ISOFS_I(inode)->i_iget5_offset == 0) { + printk(KERN_ERR + "ISOFS: Directory relocation points to " + "itself\n"); + goto eio; + } + ISOFS_I(inode)->i_first_extent = reloc_block; + reloc = isofs_iget_reloc(inode->i_sb, reloc_block, 0); if (IS_ERR(reloc)) { ret = PTR_ERR(reloc); goto out; @@ -637,9 +660,11 @@ return rpnt; } -int parse_rock_ridge_inode(struct iso_directory_record *de, struct inode *inode) +int parse_rock_ridge_inode(struct iso_directory_record *de, struct inode *inode, + int relocated) { - int result = parse_rock_ridge_inode_internal(de, inode, 0); + int flags = relocated ? RR_RELOC_DE : 0; + int result = parse_rock_ridge_inode_internal(de, inode, flags); /* * if rockridge flag was reset and we didn't look for attributes @@ -647,7 +672,8 @@ */ if ((ISOFS_SB(inode->i_sb)->s_rock_offset == -1) && (ISOFS_SB(inode->i_sb)->s_rock == 2)) { - result = parse_rock_ridge_inode_internal(de, inode, 14); + result = parse_rock_ridge_inode_internal(de, inode, + flags | RR_REGARD_XA); } return result; } --- linux-lts-utopic-3.16.0.orig/fs/jbd2/checkpoint.c +++ linux-lts-utopic-3.16.0/fs/jbd2/checkpoint.c @@ -448,7 +448,7 @@ unsigned long blocknr; if (is_journal_aborted(journal)) - return 1; + return -EIO; if (!jbd2_journal_get_log_tail(journal, &first_tid, &blocknr)) return 1; @@ -463,10 +463,9 @@ * jbd2_cleanup_journal_tail() doesn't get called all that often. */ if (journal->j_flags & JBD2_BARRIER) - blkdev_issue_flush(journal->j_fs_dev, GFP_KERNEL, NULL); + blkdev_issue_flush(journal->j_fs_dev, GFP_NOFS, NULL); - __jbd2_update_log_tail(journal, first_tid, blocknr); - return 0; + return __jbd2_update_log_tail(journal, first_tid, blocknr); } @@ -476,14 +475,15 @@ * journal_clean_one_cp_list * * Find all the written-back checkpoint buffers in the given list and - * release them. + * release them. If 'destroy' is set, clean all buffers unconditionally. * * Called with the journal locked. * Called with j_list_lock held. * Returns number of buffers reaped (for debug) */ -static int journal_clean_one_cp_list(struct journal_head *jh, int *released) +static int journal_clean_one_cp_list(struct journal_head *jh, bool destroy, + int *released) { struct journal_head *last_jh; struct journal_head *next_jh = jh; @@ -497,7 +497,10 @@ do { jh = next_jh; next_jh = jh->b_cpnext; - ret = __try_to_free_cp_buf(jh); + if (!destroy) + ret = __try_to_free_cp_buf(jh); + else + ret = __jbd2_journal_remove_checkpoint(jh) + 1; if (ret) { freed++; if (ret == 2) { @@ -522,13 +525,14 @@ * journal_clean_checkpoint_list * * Find all the written-back checkpoint buffers in the journal and release them. + * If 'destroy' is set, release all buffers unconditionally. * * Called with the journal locked. * Called with j_list_lock held. * Returns number of buffers reaped (for debug) */ -int __jbd2_journal_clean_checkpoint_list(journal_t *journal) +int __jbd2_journal_clean_checkpoint_list(journal_t *journal, bool destroy) { transaction_t *transaction, *last_transaction, *next_transaction; int ret = 0; @@ -544,7 +548,7 @@ transaction = next_transaction; next_transaction = transaction->t_cpnext; ret += journal_clean_one_cp_list(transaction-> - t_checkpoint_list, &released); + t_checkpoint_list, destroy, &released); /* * This function only frees up some memory if possible so we * dont have an obligation to finish processing. Bail out if @@ -560,7 +564,7 @@ * we can possibly see not yet submitted buffers on io_list */ ret += journal_clean_one_cp_list(transaction-> - t_checkpoint_io_list, &released); + t_checkpoint_io_list, destroy, &released); if (need_resched()) goto out; } while (transaction != last_transaction); @@ -569,6 +573,28 @@ } /* + * Remove buffers from all checkpoint lists as journal is aborted and we just + * need to free memory + */ +void jbd2_journal_destroy_checkpoint(journal_t *journal) +{ + /* + * We loop because __jbd2_journal_clean_checkpoint_list() may abort + * early due to a need of rescheduling. + */ + while (1) { + spin_lock(&journal->j_list_lock); + if (!journal->j_checkpoint_transactions) { + spin_unlock(&journal->j_list_lock); + break; + } + __jbd2_journal_clean_checkpoint_list(journal, true); + spin_unlock(&journal->j_list_lock); + cond_resched(); + } +} + +/* * journal_remove_checkpoint: called after a buffer has been committed * to disk (either by being write-back flushed to disk, or being * committed to the log). --- linux-lts-utopic-3.16.0.orig/fs/jbd2/commit.c +++ linux-lts-utopic-3.16.0/fs/jbd2/commit.c @@ -97,7 +97,7 @@ struct commit_header *h; __u32 csum; - if (!JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (!jbd2_journal_has_csum_v2or3(j)) return; h = (struct commit_header *)(bh->b_data); @@ -313,11 +313,11 @@ return checksum; } -static void write_tag_block(int tag_bytes, journal_block_tag_t *tag, +static void write_tag_block(journal_t *j, journal_block_tag_t *tag, unsigned long long block) { tag->t_blocknr = cpu_to_be32(block & (u32)~0); - if (tag_bytes > JBD2_TAG_SIZE32) + if (JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_64BIT)) tag->t_blocknr_high = cpu_to_be32((block >> 31) >> 1); } @@ -327,7 +327,7 @@ struct jbd2_journal_block_tail *tail; __u32 csum; - if (!JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (!jbd2_journal_has_csum_v2or3(j)) return; tail = (struct jbd2_journal_block_tail *)(bh->b_data + j->j_blocksize - @@ -340,12 +340,13 @@ static void jbd2_block_tag_csum_set(journal_t *j, journal_block_tag_t *tag, struct buffer_head *bh, __u32 sequence) { + journal_block_tag3_t *tag3 = (journal_block_tag3_t *)tag; struct page *page = bh->b_page; __u8 *addr; __u32 csum32; __be32 seq; - if (!JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (!jbd2_journal_has_csum_v2or3(j)) return; seq = cpu_to_be32(sequence); @@ -355,8 +356,10 @@ bh->b_size); kunmap_atomic(addr); - /* We only have space to store the lower 16 bits of the crc32c. */ - tag->t_checksum = cpu_to_be16(csum32); + if (JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V3)) + tag3->t_checksum = cpu_to_be32(csum32); + else + tag->t_checksum = cpu_to_be16(csum32); } /* * jbd2_journal_commit_transaction @@ -396,7 +399,7 @@ LIST_HEAD(io_bufs); LIST_HEAD(log_bufs); - if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (jbd2_journal_has_csum_v2or3(journal)) csum_size = sizeof(struct jbd2_journal_block_tail); /* @@ -507,7 +510,7 @@ * frees some memory */ spin_lock(&journal->j_list_lock); - __jbd2_journal_clean_checkpoint_list(journal); + __jbd2_journal_clean_checkpoint_list(journal, false); spin_unlock(&journal->j_list_lock); jbd_debug(3, "JBD2: commit phase 1\n"); @@ -690,7 +693,7 @@ tag_flag |= JBD2_FLAG_SAME_UUID; tag = (journal_block_tag_t *) tagp; - write_tag_block(tag_bytes, tag, jh2bh(jh)->b_blocknr); + write_tag_block(journal, tag, jh2bh(jh)->b_blocknr); tag->t_flags = cpu_to_be16(tag_flag); jbd2_block_tag_csum_set(journal, tag, wbuf[bufs], commit_transaction->t_tid); --- linux-lts-utopic-3.16.0.orig/fs/jbd2/journal.c +++ linux-lts-utopic-3.16.0/fs/jbd2/journal.c @@ -124,7 +124,7 @@ /* Checksumming functions */ static int jbd2_verify_csum_type(journal_t *j, journal_superblock_t *sb) { - if (!JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (!jbd2_journal_has_csum_v2or3(j)) return 1; return sb->s_checksum_type == JBD2_CRC32C_CHKSUM; @@ -145,7 +145,7 @@ static int jbd2_superblock_csum_verify(journal_t *j, journal_superblock_t *sb) { - if (!JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (!jbd2_journal_has_csum_v2or3(j)) return 1; return sb->s_checksum == jbd2_superblock_csum(j, sb); @@ -153,7 +153,7 @@ static void jbd2_superblock_csum_set(journal_t *j, journal_superblock_t *sb) { - if (!JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (!jbd2_journal_has_csum_v2or3(j)) return; sb->s_checksum = jbd2_superblock_csum(j, sb); @@ -885,9 +885,10 @@ * * Requires j_checkpoint_mutex */ -void __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block) +int __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block) { unsigned long freed; + int ret; BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex)); @@ -897,7 +898,10 @@ * space and if we lose sb update during power failure we'd replay * old transaction with possibly newly overwritten data. */ - jbd2_journal_update_sb_log_tail(journal, tid, block, WRITE_FUA); + ret = jbd2_journal_update_sb_log_tail(journal, tid, block, WRITE_FUA); + if (ret) + goto out; + write_lock(&journal->j_state_lock); freed = block - journal->j_tail; if (block < journal->j_tail) @@ -913,6 +917,9 @@ journal->j_tail_sequence = tid; journal->j_tail = block; write_unlock(&journal->j_state_lock); + +out: + return ret; } /* @@ -1331,7 +1338,7 @@ return jbd2_journal_start_thread(journal); } -static void jbd2_write_superblock(journal_t *journal, int write_op) +static int jbd2_write_superblock(journal_t *journal, int write_op) { struct buffer_head *bh = journal->j_sb_buffer; journal_superblock_t *sb = journal->j_superblock; @@ -1370,7 +1377,10 @@ printk(KERN_ERR "JBD2: Error %d detected when updating " "journal superblock for %s.\n", ret, journal->j_devname); + jbd2_journal_abort(journal, ret); } + + return ret; } /** @@ -1383,10 +1393,11 @@ * Update a journal's superblock information about log tail and write it to * disk, waiting for the IO to complete. */ -void jbd2_journal_update_sb_log_tail(journal_t *journal, tid_t tail_tid, +int jbd2_journal_update_sb_log_tail(journal_t *journal, tid_t tail_tid, unsigned long tail_block, int write_op) { journal_superblock_t *sb = journal->j_superblock; + int ret; BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex)); jbd_debug(1, "JBD2: updating superblock (start %lu, seq %u)\n", @@ -1395,13 +1406,18 @@ sb->s_sequence = cpu_to_be32(tail_tid); sb->s_start = cpu_to_be32(tail_block); - jbd2_write_superblock(journal, write_op); + ret = jbd2_write_superblock(journal, write_op); + if (ret) + goto out; /* Log is no longer empty */ write_lock(&journal->j_state_lock); WARN_ON(!sb->s_sequence); journal->j_flags &= ~JBD2_FLUSHED; write_unlock(&journal->j_state_lock); + +out: + return ret; } /** @@ -1522,21 +1538,29 @@ goto out; } - if (JBD2_HAS_COMPAT_FEATURE(journal, JBD2_FEATURE_COMPAT_CHECKSUM) && - JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2)) { + if (jbd2_journal_has_csum_v2or3(journal) && + JBD2_HAS_COMPAT_FEATURE(journal, JBD2_FEATURE_COMPAT_CHECKSUM)) { /* Can't have checksum v1 and v2 on at the same time! */ printk(KERN_ERR "JBD2: Can't enable checksumming v1 and v2 " "at the same time!\n"); goto out; } + if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2) && + JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V3)) { + /* Can't have checksum v2 and v3 at the same time! */ + printk(KERN_ERR "JBD2: Can't enable checksumming v2 and v3 " + "at the same time!\n"); + goto out; + } + if (!jbd2_verify_csum_type(journal, sb)) { printk(KERN_ERR "JBD2: Unknown checksum type\n"); goto out; } /* Load the checksum driver */ - if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2)) { + if (jbd2_journal_has_csum_v2or3(journal)) { journal->j_chksum_driver = crypto_alloc_shash("crc32c", 0, 0); if (IS_ERR(journal->j_chksum_driver)) { printk(KERN_ERR "JBD2: Cannot load crc32c driver.\n"); @@ -1553,7 +1577,7 @@ } /* Precompute checksum seed for all metadata */ - if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (jbd2_journal_has_csum_v2or3(journal)) journal->j_csum_seed = jbd2_chksum(journal, ~0, sb->s_uuid, sizeof(sb->s_uuid)); @@ -1684,8 +1708,17 @@ while (journal->j_checkpoint_transactions != NULL) { spin_unlock(&journal->j_list_lock); mutex_lock(&journal->j_checkpoint_mutex); - jbd2_log_do_checkpoint(journal); + err = jbd2_log_do_checkpoint(journal); mutex_unlock(&journal->j_checkpoint_mutex); + /* + * If checkpointing failed, just free the buffers to avoid + * looping forever + */ + if (err) { + jbd2_journal_destroy_checkpoint(journal); + spin_lock(&journal->j_list_lock); + break; + } spin_lock(&journal->j_list_lock); } @@ -1813,8 +1846,14 @@ if (!jbd2_journal_check_available_features(journal, compat, ro, incompat)) return 0; - /* Asking for checksumming v2 and v1? Only give them v2. */ - if (incompat & JBD2_FEATURE_INCOMPAT_CSUM_V2 && + /* If enabling v2 checksums, turn on v3 instead */ + if (incompat & JBD2_FEATURE_INCOMPAT_CSUM_V2) { + incompat &= ~JBD2_FEATURE_INCOMPAT_CSUM_V2; + incompat |= JBD2_FEATURE_INCOMPAT_CSUM_V3; + } + + /* Asking for checksumming v3 and v1? Only give them v3. */ + if (incompat & JBD2_FEATURE_INCOMPAT_CSUM_V3 && compat & JBD2_FEATURE_COMPAT_CHECKSUM) compat &= ~JBD2_FEATURE_COMPAT_CHECKSUM; @@ -1823,8 +1862,8 @@ sb = journal->j_superblock; - /* If enabling v2 checksums, update superblock */ - if (INCOMPAT_FEATURE_ON(JBD2_FEATURE_INCOMPAT_CSUM_V2)) { + /* If enabling v3 checksums, update superblock */ + if (INCOMPAT_FEATURE_ON(JBD2_FEATURE_INCOMPAT_CSUM_V3)) { sb->s_checksum_type = JBD2_CRC32C_CHKSUM; sb->s_feature_compat &= ~cpu_to_be32(JBD2_FEATURE_COMPAT_CHECKSUM); @@ -1842,8 +1881,7 @@ } /* Precompute checksum seed for all metadata */ - if (JBD2_HAS_INCOMPAT_FEATURE(journal, - JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (jbd2_journal_has_csum_v2or3(journal)) journal->j_csum_seed = jbd2_chksum(journal, ~0, sb->s_uuid, sizeof(sb->s_uuid)); @@ -1852,7 +1890,8 @@ /* If enabling v1 checksums, downgrade superblock */ if (COMPAT_FEATURE_ON(JBD2_FEATURE_COMPAT_CHECKSUM)) sb->s_feature_incompat &= - ~cpu_to_be32(JBD2_FEATURE_INCOMPAT_CSUM_V2); + ~cpu_to_be32(JBD2_FEATURE_INCOMPAT_CSUM_V2 | + JBD2_FEATURE_INCOMPAT_CSUM_V3); sb->s_feature_compat |= cpu_to_be32(compat); sb->s_feature_ro_compat |= cpu_to_be32(ro); @@ -1938,7 +1977,14 @@ return -EIO; mutex_lock(&journal->j_checkpoint_mutex); - jbd2_cleanup_journal_tail(journal); + if (!err) { + err = jbd2_cleanup_journal_tail(journal); + if (err < 0) { + mutex_unlock(&journal->j_checkpoint_mutex); + goto out; + } + err = 0; + } /* Finally, mark the journal as really needing no recovery. * This sets s_start==0 in the underlying superblock, which is @@ -1954,7 +2000,8 @@ J_ASSERT(journal->j_head == journal->j_tail); J_ASSERT(journal->j_tail_sequence == journal->j_transaction_sequence); write_unlock(&journal->j_state_lock); - return 0; +out: + return err; } /** @@ -2041,8 +2088,12 @@ __jbd2_journal_abort_hard(journal); - if (errno) + if (errno) { jbd2_journal_update_sb_errno(journal); + write_lock(&journal->j_state_lock); + journal->j_flags |= JBD2_REC_ERR; + write_unlock(&journal->j_state_lock); + } } /** @@ -2165,16 +2216,20 @@ */ size_t journal_tag_bytes(journal_t *journal) { - journal_block_tag_t tag; - size_t x = 0; + size_t sz; + + if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V3)) + return sizeof(journal_block_tag3_t); + + sz = sizeof(journal_block_tag_t); if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2)) - x += sizeof(tag.t_checksum); + sz += sizeof(__u16); if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_64BIT)) - return x + JBD2_TAG_SIZE64; + return sz; else - return x + JBD2_TAG_SIZE32; + return sz - sizeof(__u32); } /* --- linux-lts-utopic-3.16.0.orig/fs/jbd2/recovery.c +++ linux-lts-utopic-3.16.0/fs/jbd2/recovery.c @@ -181,7 +181,7 @@ __be32 provided; __u32 calculated; - if (!JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (!jbd2_journal_has_csum_v2or3(j)) return 1; tail = (struct jbd2_journal_block_tail *)(buf + j->j_blocksize - @@ -205,7 +205,7 @@ int nr = 0, size = journal->j_blocksize; int tag_bytes = journal_tag_bytes(journal); - if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (jbd2_journal_has_csum_v2or3(journal)) size -= sizeof(struct jbd2_journal_block_tail); tagp = &bh->b_data[sizeof(journal_header_t)]; @@ -338,10 +338,11 @@ return err; } -static inline unsigned long long read_tag_block(int tag_bytes, journal_block_tag_t *tag) +static inline unsigned long long read_tag_block(journal_t *journal, + journal_block_tag_t *tag) { unsigned long long block = be32_to_cpu(tag->t_blocknr); - if (tag_bytes > JBD2_TAG_SIZE32) + if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_64BIT)) block |= (u64)be32_to_cpu(tag->t_blocknr_high) << 32; return block; } @@ -384,7 +385,7 @@ __be32 provided; __u32 calculated; - if (!JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (!jbd2_journal_has_csum_v2or3(j)) return 1; h = buf; @@ -399,17 +400,21 @@ static int jbd2_block_tag_csum_verify(journal_t *j, journal_block_tag_t *tag, void *buf, __u32 sequence) { + journal_block_tag3_t *tag3 = (journal_block_tag3_t *)tag; __u32 csum32; __be32 seq; - if (!JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (!jbd2_journal_has_csum_v2or3(j)) return 1; seq = cpu_to_be32(sequence); csum32 = jbd2_chksum(j, j->j_csum_seed, (__u8 *)&seq, sizeof(seq)); csum32 = jbd2_chksum(j, csum32, buf, j->j_blocksize); - return tag->t_checksum == cpu_to_be16(csum32); + if (JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V3)) + return tag3->t_checksum == cpu_to_be32(csum32); + else + return tag->t_checksum == cpu_to_be16(csum32); } static int do_one_pass(journal_t *journal, @@ -426,6 +431,7 @@ int tag_bytes = journal_tag_bytes(journal); __u32 crc32_sum = ~0; /* Transactional Checksums */ int descr_csum_size = 0; + int block_error = 0; /* * First thing is to establish what we expect to find in the log @@ -512,14 +518,14 @@ switch(blocktype) { case JBD2_DESCRIPTOR_BLOCK: /* Verify checksum first */ - if (JBD2_HAS_INCOMPAT_FEATURE(journal, - JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (jbd2_journal_has_csum_v2or3(journal)) descr_csum_size = sizeof(struct jbd2_journal_block_tail); if (descr_csum_size > 0 && !jbd2_descr_block_csum_verify(journal, bh->b_data)) { err = -EIO; + brelse(bh); goto failed; } @@ -574,7 +580,7 @@ unsigned long long blocknr; J_ASSERT(obh != NULL); - blocknr = read_tag_block(tag_bytes, + blocknr = read_tag_block(journal, tag); /* If the block has been @@ -598,7 +604,8 @@ "checksum recovering " "block %llu in log\n", blocknr); - continue; + block_error = 1; + goto skip_write; } /* Find a buffer for the new @@ -797,7 +804,8 @@ success = -EIO; } } - + if (block_error && success == 0) + success = -EIO; return success; failed: @@ -811,7 +819,7 @@ __be32 provided; __u32 calculated; - if (!JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (!jbd2_journal_has_csum_v2or3(j)) return 1; tail = (struct jbd2_journal_revoke_tail *)(buf + j->j_blocksize - @@ -831,15 +839,23 @@ { jbd2_journal_revoke_header_t *header; int offset, max; + int csum_size = 0; + __u32 rcount; int record_len = 4; header = (jbd2_journal_revoke_header_t *) bh->b_data; offset = sizeof(jbd2_journal_revoke_header_t); - max = be32_to_cpu(header->r_count); + rcount = be32_to_cpu(header->r_count); if (!jbd2_revoke_block_csum_verify(journal, header)) return -EINVAL; + if (jbd2_journal_has_csum_v2or3(journal)) + csum_size = sizeof(struct jbd2_journal_revoke_tail); + if (rcount > journal->j_blocksize - csum_size) + return -EINVAL; + max = rcount; + if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_64BIT)) record_len = 8; --- linux-lts-utopic-3.16.0.orig/fs/jbd2/revoke.c +++ linux-lts-utopic-3.16.0/fs/jbd2/revoke.c @@ -91,8 +91,8 @@ #include #include #include -#endif #include +#endif static struct kmem_cache *jbd2_revoke_record_cache; static struct kmem_cache *jbd2_revoke_table_cache; @@ -583,7 +583,7 @@ { int csum_size = 0; struct buffer_head *descriptor; - int offset; + int sz, offset; journal_header_t *header; /* If we are already aborting, this all becomes a noop. We @@ -597,12 +597,17 @@ offset = *offsetp; /* Do we need to leave space at the end for a checksum? */ - if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (jbd2_journal_has_csum_v2or3(journal)) csum_size = sizeof(struct jbd2_journal_revoke_tail); + if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_64BIT)) + sz = 8; + else + sz = 4; + /* Make sure we have a descriptor with space left for the record */ if (descriptor) { - if (offset >= journal->j_blocksize - csum_size) { + if (offset + sz > journal->j_blocksize - csum_size) { flush_descriptor(journal, descriptor, offset, write_op); descriptor = NULL; } @@ -625,16 +630,13 @@ *descriptorp = descriptor; } - if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_64BIT)) { + if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_64BIT)) * ((__be64 *)(&descriptor->b_data[offset])) = cpu_to_be64(record->blocknr); - offset += 8; - - } else { + else * ((__be32 *)(&descriptor->b_data[offset])) = cpu_to_be32(record->blocknr); - offset += 4; - } + offset += sz; *offsetp = offset; } @@ -644,7 +646,7 @@ struct jbd2_journal_revoke_tail *tail; __u32 csum; - if (!JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V2)) + if (!jbd2_journal_has_csum_v2or3(j)) return; tail = (struct jbd2_journal_revoke_tail *)(bh->b_data + j->j_blocksize - --- linux-lts-utopic-3.16.0.orig/fs/jbd2/transaction.c +++ linux-lts-utopic-3.16.0/fs/jbd2/transaction.c @@ -551,7 +551,6 @@ int result; int wanted; - WARN_ON(!transaction); if (is_handle_aborted(handle)) return -EROFS; journal = transaction->t_journal; @@ -627,7 +626,6 @@ tid_t tid; int need_to_start, ret; - WARN_ON(!transaction); /* If we've had an abort of any type, don't even think about * actually doing the restart! */ if (is_handle_aborted(handle)) @@ -791,7 +789,6 @@ int need_copy = 0; unsigned long start_lock, time_lock; - WARN_ON(!transaction); if (is_handle_aborted(handle)) return -EROFS; journal = transaction->t_journal; @@ -1057,7 +1054,6 @@ int err; jbd_debug(5, "journal_head %p\n", jh); - WARN_ON(!transaction); err = -EROFS; if (is_handle_aborted(handle)) goto out; @@ -1272,7 +1268,6 @@ struct journal_head *jh; int ret = 0; - WARN_ON(!transaction); if (is_handle_aborted(handle)) return -EROFS; journal = transaction->t_journal; @@ -1403,7 +1398,6 @@ int err = 0; int was_modified = 0; - WARN_ON(!transaction); if (is_handle_aborted(handle)) return -EROFS; journal = transaction->t_journal; @@ -1536,8 +1530,22 @@ tid_t tid; pid_t pid; - if (!transaction) - goto free_and_exit; + if (!transaction) { + /* + * Handle is already detached from the transaction so + * there is nothing to do other than decrease a refcount, + * or free the handle if refcount drops to zero + */ + if (--handle->h_ref > 0) { + jbd_debug(4, "h_ref %d -> %d\n", handle->h_ref + 1, + handle->h_ref); + return err; + } else { + if (handle->h_rsv_handle) + jbd2_free_handle(handle->h_rsv_handle); + goto free_and_exit; + } + } journal = transaction->t_journal; J_ASSERT(journal_current_handle() == handle); @@ -2056,6 +2064,7 @@ if (!buffer_dirty(bh)) { /* bdflush has written it. We can drop it now */ + __jbd2_journal_remove_checkpoint(jh); goto zap_buffer; } @@ -2085,6 +2094,7 @@ /* The orphan record's transaction has * committed. We can cleanse this buffer */ clear_buffer_jbddirty(bh); + __jbd2_journal_remove_checkpoint(jh); goto zap_buffer; } } @@ -2379,7 +2389,6 @@ transaction_t *transaction = handle->h_transaction; journal_t *journal; - WARN_ON(!transaction); if (is_handle_aborted(handle)) return -EROFS; journal = transaction->t_journal; --- linux-lts-utopic-3.16.0.orig/fs/jffs2/README.Locking +++ linux-lts-utopic-3.16.0/fs/jffs2/README.Locking @@ -2,10 +2,6 @@ JFFS2 LOCKING DOCUMENTATION --------------------------- -At least theoretically, JFFS2 does not require the Big Kernel Lock -(BKL), which was always helpfully obtained for it by Linux 2.4 VFS -code. It has its own locking, as described below. - This document attempts to describe the existing locking rules for JFFS2. It is not expected to remain perfectly up to date, but ought to be fairly close. @@ -69,6 +65,7 @@ any f->sem held. 2. Never attempt to lock two file mutexes in one thread. No ordering rules have been made for doing so. + 3. Never lock a page cache page with f->sem held. erase_completion_lock spinlock --- linux-lts-utopic-3.16.0.orig/fs/jffs2/build.c +++ linux-lts-utopic-3.16.0/fs/jffs2/build.c @@ -49,7 +49,8 @@ static void jffs2_build_inode_pass1(struct jffs2_sb_info *c, - struct jffs2_inode_cache *ic) + struct jffs2_inode_cache *ic, + int *dir_hardlinks) { struct jffs2_full_dirent *fd; @@ -68,19 +69,21 @@ dbg_fsbuild("child \"%s\" (ino #%u) of dir ino #%u doesn't exist!\n", fd->name, fd->ino, ic->ino); jffs2_mark_node_obsolete(c, fd->raw); + /* Clear the ic/raw union so it doesn't cause problems later. */ + fd->ic = NULL; continue; } + /* From this point, fd->raw is no longer used so we can set fd->ic */ + fd->ic = child_ic; + child_ic->pino_nlink++; + /* If we appear (at this stage) to have hard-linked directories, + * set a flag to trigger a scan later */ if (fd->type == DT_DIR) { - if (child_ic->pino_nlink) { - JFFS2_ERROR("child dir \"%s\" (ino #%u) of dir ino #%u appears to be a hard link\n", - fd->name, fd->ino, ic->ino); - /* TODO: What do we do about it? */ - } else { - child_ic->pino_nlink = ic->ino; - } - } else - child_ic->pino_nlink++; + child_ic->flags |= INO_FLAGS_IS_DIR; + if (child_ic->pino_nlink > 1) + *dir_hardlinks = 1; + } dbg_fsbuild("increased nlink for child \"%s\" (ino #%u)\n", fd->name, fd->ino); /* Can't free scan_dents so far. We might need them in pass 2 */ @@ -94,8 +97,7 @@ */ static int jffs2_build_filesystem(struct jffs2_sb_info *c) { - int ret; - int i; + int ret, i, dir_hardlinks = 0; struct jffs2_inode_cache *ic; struct jffs2_full_dirent *fd; struct jffs2_full_dirent *dead_fds = NULL; @@ -119,7 +121,7 @@ /* Now scan the directory tree, increasing nlink according to every dirent found. */ for_each_inode(i, c, ic) { if (ic->scan_dents) { - jffs2_build_inode_pass1(c, ic); + jffs2_build_inode_pass1(c, ic, &dir_hardlinks); cond_resched(); } } @@ -155,6 +157,20 @@ } dbg_fsbuild("pass 2a complete\n"); + + if (dir_hardlinks) { + /* If we detected directory hardlinks earlier, *hopefully* + * they are gone now because some of the links were from + * dead directories which still had some old dirents lying + * around and not yet garbage-collected, but which have + * been discarded above. So clear the pino_nlink field + * in each directory, so that the final scan below can + * print appropriate warnings. */ + for_each_inode(i, c, ic) { + if (ic->flags & INO_FLAGS_IS_DIR) + ic->pino_nlink = 0; + } + } dbg_fsbuild("freeing temporary data structures\n"); /* Finally, we can scan again and free the dirent structs */ @@ -162,6 +178,33 @@ while(ic->scan_dents) { fd = ic->scan_dents; ic->scan_dents = fd->next; + /* We do use the pino_nlink field to count nlink of + * directories during fs build, so set it to the + * parent ino# now. Now that there's hopefully only + * one. */ + if (fd->type == DT_DIR) { + if (!fd->ic) { + /* We'll have complained about it and marked the coresponding + raw node obsolete already. Just skip it. */ + continue; + } + + /* We *have* to have set this in jffs2_build_inode_pass1() */ + BUG_ON(!(fd->ic->flags & INO_FLAGS_IS_DIR)); + + /* We clear ic->pino_nlink ∀ directories' ic *only* if dir_hardlinks + * is set. Otherwise, we know this should never trigger anyway, so + * we don't do the check. And ic->pino_nlink still contains the nlink + * value (which is 1). */ + if (dir_hardlinks && fd->ic->pino_nlink) { + JFFS2_ERROR("child dir \"%s\" (ino #%u) of dir ino #%u is also hard linked from dir ino #%u\n", + fd->name, fd->ino, ic->ino, fd->ic->pino_nlink); + /* Should we unlink it from its previous parent? */ + } + + /* For directories, ic->pino_nlink holds that parent inode # */ + fd->ic->pino_nlink = ic->ino; + } jffs2_free_full_dirent(fd); } ic->scan_dents = NULL; @@ -240,11 +283,7 @@ /* Reduce nlink of the child. If it's now zero, stick it on the dead_fds list to be cleaned up later. Else just free the fd */ - - if (fd->type == DT_DIR) - child_ic->pino_nlink = 0; - else - child_ic->pino_nlink--; + child_ic->pino_nlink--; if (!child_ic->pino_nlink) { dbg_fsbuild("inode #%u (\"%s\") now has no links; adding to dead_fds list.\n", --- linux-lts-utopic-3.16.0.orig/fs/jffs2/file.c +++ linux-lts-utopic-3.16.0/fs/jffs2/file.c @@ -139,39 +139,33 @@ struct page *pg; struct inode *inode = mapping->host; struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); - struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); - struct jffs2_raw_inode ri; - uint32_t alloc_len = 0; pgoff_t index = pos >> PAGE_CACHE_SHIFT; uint32_t pageofs = index << PAGE_CACHE_SHIFT; int ret = 0; - jffs2_dbg(1, "%s()\n", __func__); - - if (pageofs > inode->i_size) { - ret = jffs2_reserve_space(c, sizeof(ri), &alloc_len, - ALLOC_NORMAL, JFFS2_SUMMARY_INODE_SIZE); - if (ret) - return ret; - } - - mutex_lock(&f->sem); pg = grab_cache_page_write_begin(mapping, index, flags); - if (!pg) { - if (alloc_len) - jffs2_complete_reservation(c); - mutex_unlock(&f->sem); + if (!pg) return -ENOMEM; - } *pagep = pg; - if (alloc_len) { + jffs2_dbg(1, "%s()\n", __func__); + + if (pageofs > inode->i_size) { /* Make new hole frag from old EOF to new page */ + struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); + struct jffs2_raw_inode ri; struct jffs2_full_dnode *fn; + uint32_t alloc_len; jffs2_dbg(1, "Writing new hole frag 0x%x-0x%x between current EOF and new page\n", (unsigned int)inode->i_size, pageofs); + ret = jffs2_reserve_space(c, sizeof(ri), &alloc_len, + ALLOC_NORMAL, JFFS2_SUMMARY_INODE_SIZE); + if (ret) + goto out_page; + + mutex_lock(&f->sem); memset(&ri, 0, sizeof(ri)); ri.magic = cpu_to_je16(JFFS2_MAGIC_BITMASK); @@ -198,6 +192,7 @@ if (IS_ERR(fn)) { ret = PTR_ERR(fn); jffs2_complete_reservation(c); + mutex_unlock(&f->sem); goto out_page; } ret = jffs2_add_full_dnode_to_inode(c, f, fn); @@ -212,10 +207,12 @@ jffs2_mark_node_obsolete(c, fn->raw); jffs2_free_full_dnode(fn); jffs2_complete_reservation(c); + mutex_unlock(&f->sem); goto out_page; } jffs2_complete_reservation(c); inode->i_size = pageofs; + mutex_unlock(&f->sem); } /* @@ -224,18 +221,18 @@ * case of a short-copy. */ if (!PageUptodate(pg)) { + mutex_lock(&f->sem); ret = jffs2_do_readpage_nolock(inode, pg); + mutex_unlock(&f->sem); if (ret) goto out_page; } - mutex_unlock(&f->sem); jffs2_dbg(1, "end write_begin(). pg->flags %lx\n", pg->flags); return ret; out_page: unlock_page(pg); page_cache_release(pg); - mutex_unlock(&f->sem); return ret; } --- linux-lts-utopic-3.16.0.orig/fs/jffs2/gc.c +++ linux-lts-utopic-3.16.0/fs/jffs2/gc.c @@ -1296,14 +1296,17 @@ BUG_ON(start > orig_start); } - /* First, use readpage() to read the appropriate page into the page cache */ - /* Q: What happens if we actually try to GC the _same_ page for which commit_write() - * triggered garbage collection in the first place? - * A: I _think_ it's OK. read_cache_page shouldn't deadlock, we'll write out the - * page OK. We'll actually write it out again in commit_write, which is a little - * suboptimal, but at least we're correct. - */ + /* The rules state that we must obtain the page lock *before* f->sem, so + * drop f->sem temporarily. Since we also hold c->alloc_sem, nothing's + * actually going to *change* so we're safe; we only allow reading. + * + * It is important to note that jffs2_write_begin() will ensure that its + * page is marked Uptodate before allocating space. That means that if we + * end up here trying to GC the *same* page that jffs2_write_begin() is + * trying to write out, read_cache_page() will not deadlock. */ + mutex_unlock(&f->sem); pg_ptr = jffs2_gc_fetch_page(c, f, start, &pg); + mutex_lock(&f->sem); if (IS_ERR(pg_ptr)) { pr_warn("read_cache_page() returned error: %ld\n", --- linux-lts-utopic-3.16.0.orig/fs/jffs2/jffs2_fs_sb.h +++ linux-lts-utopic-3.16.0/fs/jffs2/jffs2_fs_sb.h @@ -134,8 +134,6 @@ struct rw_semaphore wbuf_sem; /* Protects the write buffer */ struct delayed_work wbuf_dwork; /* write-buffer write-out work */ - int wbuf_queued; /* non-zero delayed work is queued */ - spinlock_t wbuf_dwork_lock; /* protects wbuf_dwork and and wbuf_queued */ unsigned char *oobbuf; int oobavail; /* How many bytes are available for JFFS2 in OOB */ --- linux-lts-utopic-3.16.0.orig/fs/jffs2/nodelist.h +++ linux-lts-utopic-3.16.0/fs/jffs2/nodelist.h @@ -194,6 +194,7 @@ #define INO_STATE_CLEARING 6 /* In clear_inode() */ #define INO_FLAGS_XATTR_CHECKED 0x01 /* has no duplicate xattr_ref */ +#define INO_FLAGS_IS_DIR 0x02 /* is a directory */ #define RAWNODE_CLASS_INODE_CACHE 0 #define RAWNODE_CLASS_XATTR_DATUM 1 @@ -249,7 +250,10 @@ struct jffs2_full_dirent { - struct jffs2_raw_node_ref *raw; + union { + struct jffs2_raw_node_ref *raw; + struct jffs2_inode_cache *ic; /* Just during part of build */ + }; struct jffs2_full_dirent *next; uint32_t version; uint32_t ino; /* == zero for unlink */ --- linux-lts-utopic-3.16.0.orig/fs/jffs2/scan.c +++ linux-lts-utopic-3.16.0/fs/jffs2/scan.c @@ -510,6 +510,10 @@ sumlen = c->sector_size - je32_to_cpu(sm->offset); sumptr = buf + buf_size - sumlen; + /* sm->offset maybe wrong but MAGIC maybe right */ + if (sumlen > c->sector_size) + goto full_scan; + /* Now, make sure the summary itself is available */ if (sumlen > buf_size) { /* Need to kmalloc for this. */ @@ -544,6 +548,7 @@ } } +full_scan: buf_ofs = jeb->offset; if (!buf_size) { --- linux-lts-utopic-3.16.0.orig/fs/jffs2/wbuf.c +++ linux-lts-utopic-3.16.0/fs/jffs2/wbuf.c @@ -1162,10 +1162,6 @@ struct jffs2_sb_info *c = work_to_sb(work); struct super_block *sb = OFNI_BS_2SFFJ(c); - spin_lock(&c->wbuf_dwork_lock); - c->wbuf_queued = 0; - spin_unlock(&c->wbuf_dwork_lock); - if (!(sb->s_flags & MS_RDONLY)) { jffs2_dbg(1, "%s()\n", __func__); jffs2_flush_wbuf_gc(c, 0); @@ -1180,14 +1176,9 @@ if (sb->s_flags & MS_RDONLY) return; - spin_lock(&c->wbuf_dwork_lock); - if (!c->wbuf_queued) { + delay = msecs_to_jiffies(dirty_writeback_interval * 10); + if (queue_delayed_work(system_long_wq, &c->wbuf_dwork, delay)) jffs2_dbg(1, "%s()\n", __func__); - delay = msecs_to_jiffies(dirty_writeback_interval * 10); - queue_delayed_work(system_long_wq, &c->wbuf_dwork, delay); - c->wbuf_queued = 1; - } - spin_unlock(&c->wbuf_dwork_lock); } int jffs2_nand_flash_setup(struct jffs2_sb_info *c) @@ -1211,7 +1202,6 @@ /* Initialise write buffer */ init_rwsem(&c->wbuf_sem); - spin_lock_init(&c->wbuf_dwork_lock); INIT_DELAYED_WORK(&c->wbuf_dwork, delayed_wbuf_sync); c->wbuf_pagesize = c->mtd->writesize; c->wbuf_ofs = 0xFFFFFFFF; @@ -1251,7 +1241,6 @@ /* Initialize write buffer */ init_rwsem(&c->wbuf_sem); - spin_lock_init(&c->wbuf_dwork_lock); INIT_DELAYED_WORK(&c->wbuf_dwork, delayed_wbuf_sync); c->wbuf_pagesize = c->mtd->erasesize; @@ -1311,7 +1300,6 @@ /* Initialize write buffer */ init_rwsem(&c->wbuf_sem); - spin_lock_init(&c->wbuf_dwork_lock); INIT_DELAYED_WORK(&c->wbuf_dwork, delayed_wbuf_sync); c->wbuf_pagesize = c->mtd->writesize; @@ -1346,7 +1334,6 @@ return 0; init_rwsem(&c->wbuf_sem); - spin_lock_init(&c->wbuf_dwork_lock); INIT_DELAYED_WORK(&c->wbuf_dwork, delayed_wbuf_sync); c->wbuf_pagesize = c->mtd->writesize; --- linux-lts-utopic-3.16.0.orig/fs/kernfs/dir.c +++ linux-lts-utopic-3.16.0/fs/kernfs/dir.c @@ -594,6 +594,9 @@ goto out_unlock; ret = -ENOENT; + if (parent->flags & KERNFS_EMPTY_DIR) + goto out_unlock; + if ((parent->flags & KERNFS_ACTIVATED) && !kernfs_active(parent)) goto out_unlock; @@ -785,6 +788,38 @@ return ERR_PTR(rc); } +/** + * kernfs_create_empty_dir - create an always empty directory + * @parent: parent in which to create a new directory + * @name: name of the new directory + * + * Returns the created node on success, ERR_PTR() value on failure. + */ +struct kernfs_node *kernfs_create_empty_dir(struct kernfs_node *parent, + const char *name) +{ + struct kernfs_node *kn; + int rc; + + /* allocate */ + kn = kernfs_new_node(parent, name, S_IRUGO|S_IXUGO|S_IFDIR, KERNFS_DIR); + if (!kn) + return ERR_PTR(-ENOMEM); + + kn->flags |= KERNFS_EMPTY_DIR; + kn->dir.root = parent->dir.root; + kn->ns = NULL; + kn->priv = NULL; + + /* link in */ + rc = kernfs_add_one(kn); + if (!rc) + return kn; + + kernfs_put(kn); + return ERR_PTR(rc); +} + static struct dentry *kernfs_iop_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) @@ -1256,7 +1291,8 @@ mutex_lock(&kernfs_mutex); error = -ENOENT; - if (!kernfs_active(kn) || !kernfs_active(new_parent)) + if (!kernfs_active(kn) || !kernfs_active(new_parent) || + (new_parent->flags & KERNFS_EMPTY_DIR)) goto out; error = 0; --- linux-lts-utopic-3.16.0.orig/fs/kernfs/inode.c +++ linux-lts-utopic-3.16.0/fs/kernfs/inode.c @@ -309,6 +309,8 @@ case KERNFS_DIR: inode->i_op = &kernfs_dir_iops; inode->i_fop = &kernfs_dir_fops; + if (kn->flags & KERNFS_EMPTY_DIR) + make_empty_dir_inode(inode); break; case KERNFS_FILE: inode->i_size = kn->attr.size; --- linux-lts-utopic-3.16.0.orig/fs/libfs.c +++ linux-lts-utopic-3.16.0/fs/libfs.c @@ -114,18 +114,18 @@ spin_lock(&dentry->d_lock); /* d_lock not required for cursor */ - list_del(&cursor->d_u.d_child); + list_del(&cursor->d_child); p = dentry->d_subdirs.next; while (n && p != &dentry->d_subdirs) { struct dentry *next; - next = list_entry(p, struct dentry, d_u.d_child); + next = list_entry(p, struct dentry, d_child); spin_lock_nested(&next->d_lock, DENTRY_D_LOCK_NESTED); if (simple_positive(next)) n--; spin_unlock(&next->d_lock); p = p->next; } - list_add_tail(&cursor->d_u.d_child, p); + list_add_tail(&cursor->d_child, p); spin_unlock(&dentry->d_lock); } } @@ -150,7 +150,7 @@ { struct dentry *dentry = file->f_path.dentry; struct dentry *cursor = file->private_data; - struct list_head *p, *q = &cursor->d_u.d_child; + struct list_head *p, *q = &cursor->d_child; if (!dir_emit_dots(file, ctx)) return 0; @@ -159,7 +159,7 @@ list_move(q, &dentry->d_subdirs); for (p = q->next; p != &dentry->d_subdirs; p = p->next) { - struct dentry *next = list_entry(p, struct dentry, d_u.d_child); + struct dentry *next = list_entry(p, struct dentry, d_child); spin_lock_nested(&next->d_lock, DENTRY_D_LOCK_NESTED); if (!simple_positive(next)) { spin_unlock(&next->d_lock); @@ -287,7 +287,7 @@ int ret = 0; spin_lock(&dentry->d_lock); - list_for_each_entry(child, &dentry->d_subdirs, d_u.d_child) { + list_for_each_entry(child, &dentry->d_subdirs, d_child) { spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); if (simple_positive(child)) { spin_unlock(&child->d_lock); @@ -1075,3 +1075,99 @@ return inode; } EXPORT_SYMBOL(alloc_anon_inode); + + +/* + * Operations for a permanently empty directory. + */ +static struct dentry *empty_dir_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) +{ + return ERR_PTR(-ENOENT); +} + +static int empty_dir_getattr(struct vfsmount *mnt, struct dentry *dentry, + struct kstat *stat) +{ + struct inode *inode = d_inode(dentry); + generic_fillattr(inode, stat); + return 0; +} + +static int empty_dir_setattr(struct dentry *dentry, struct iattr *attr) +{ + return -EPERM; +} + +static int empty_dir_setxattr(struct dentry *dentry, const char *name, + const void *value, size_t size, int flags) +{ + return -EOPNOTSUPP; +} + +static ssize_t empty_dir_getxattr(struct dentry *dentry, const char *name, + void *value, size_t size) +{ + return -EOPNOTSUPP; +} + +static int empty_dir_removexattr(struct dentry *dentry, const char *name) +{ + return -EOPNOTSUPP; +} + +static ssize_t empty_dir_listxattr(struct dentry *dentry, char *list, size_t size) +{ + return -EOPNOTSUPP; +} + +static const struct inode_operations empty_dir_inode_operations = { + .lookup = empty_dir_lookup, + .permission = generic_permission, + .setattr = empty_dir_setattr, + .getattr = empty_dir_getattr, + .setxattr = empty_dir_setxattr, + .getxattr = empty_dir_getxattr, + .removexattr = empty_dir_removexattr, + .listxattr = empty_dir_listxattr, +}; + +static loff_t empty_dir_llseek(struct file *file, loff_t offset, int whence) +{ + /* An empty directory has two entries . and .. at offsets 0 and 1 */ + return generic_file_llseek_size(file, offset, whence, 2, 2); +} + +static int empty_dir_readdir(struct file *file, struct dir_context *ctx) +{ + dir_emit_dots(file, ctx); + return 0; +} + +static const struct file_operations empty_dir_operations = { + .llseek = empty_dir_llseek, + .read = generic_read_dir, + .iterate = empty_dir_readdir, + .fsync = noop_fsync, +}; + + +void make_empty_dir_inode(struct inode *inode) +{ + set_nlink(inode, 2); + inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO; + inode->i_uid = GLOBAL_ROOT_UID; + inode->i_gid = GLOBAL_ROOT_GID; + inode->i_rdev = 0; + inode->i_size = 0; + inode->i_blkbits = PAGE_SHIFT; + inode->i_blocks = 0; + + inode->i_op = &empty_dir_inode_operations; + inode->i_fop = &empty_dir_operations; +} + +bool is_empty_dir_inode(struct inode *inode) +{ + return (inode->i_fop == &empty_dir_operations) && + (inode->i_op == &empty_dir_inode_operations); +} --- linux-lts-utopic-3.16.0.orig/fs/lockd/host.c +++ linux-lts-utopic-3.16.0/fs/lockd/host.c @@ -116,7 +116,7 @@ atomic_inc(&nsm->sm_count); else { host = NULL; - nsm = nsm_get_handle(ni->sap, ni->salen, + nsm = nsm_get_handle(ni->net, ni->sap, ni->salen, ni->hostname, ni->hostname_len); if (unlikely(nsm == NULL)) { dprintk("lockd: %s failed; no nsm handle\n", @@ -534,17 +534,18 @@ /** * nlm_host_rebooted - Release all resources held by rebooted host + * @net: network namespace * @info: pointer to decoded results of NLM_SM_NOTIFY call * * We were notified that the specified host has rebooted. Release * all resources held by that peer. */ -void nlm_host_rebooted(const struct nlm_reboot *info) +void nlm_host_rebooted(const struct net *net, const struct nlm_reboot *info) { struct nsm_handle *nsm; struct nlm_host *host; - nsm = nsm_reboot_lookup(info); + nsm = nsm_reboot_lookup(net, info); if (unlikely(nsm == NULL)) return; --- linux-lts-utopic-3.16.0.orig/fs/lockd/mon.c +++ linux-lts-utopic-3.16.0/fs/lockd/mon.c @@ -51,7 +51,6 @@ }; static const struct rpc_program nsm_program; -static LIST_HEAD(nsm_handles); static DEFINE_SPINLOCK(nsm_lock); /* @@ -159,6 +158,12 @@ msg.rpc_proc = &clnt->cl_procinfo[proc]; status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN); + if (status == -ECONNREFUSED) { + dprintk("lockd: NSM upcall RPC failed, status=%d, forcing rebind\n", + status); + rpc_force_rebind(clnt); + status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN); + } if (status < 0) dprintk("lockd: NSM upcall RPC failed, status=%d\n", status); @@ -253,33 +258,35 @@ } } -static struct nsm_handle *nsm_lookup_hostname(const char *hostname, - const size_t len) +static struct nsm_handle *nsm_lookup_hostname(const struct list_head *nsm_handles, + const char *hostname, const size_t len) { struct nsm_handle *nsm; - list_for_each_entry(nsm, &nsm_handles, sm_link) + list_for_each_entry(nsm, nsm_handles, sm_link) if (strlen(nsm->sm_name) == len && memcmp(nsm->sm_name, hostname, len) == 0) return nsm; return NULL; } -static struct nsm_handle *nsm_lookup_addr(const struct sockaddr *sap) +static struct nsm_handle *nsm_lookup_addr(const struct list_head *nsm_handles, + const struct sockaddr *sap) { struct nsm_handle *nsm; - list_for_each_entry(nsm, &nsm_handles, sm_link) + list_for_each_entry(nsm, nsm_handles, sm_link) if (rpc_cmp_addr(nsm_addr(nsm), sap)) return nsm; return NULL; } -static struct nsm_handle *nsm_lookup_priv(const struct nsm_private *priv) +static struct nsm_handle *nsm_lookup_priv(const struct list_head *nsm_handles, + const struct nsm_private *priv) { struct nsm_handle *nsm; - list_for_each_entry(nsm, &nsm_handles, sm_link) + list_for_each_entry(nsm, nsm_handles, sm_link) if (memcmp(nsm->sm_priv.data, priv->data, sizeof(priv->data)) == 0) return nsm; @@ -344,6 +351,7 @@ /** * nsm_get_handle - Find or create a cached nsm_handle + * @net: network namespace * @sap: pointer to socket address of handle to find * @salen: length of socket address * @hostname: pointer to C string containing hostname to find @@ -356,11 +364,13 @@ * @hostname cannot be found in the handle cache. Returns NULL if * an error occurs. */ -struct nsm_handle *nsm_get_handle(const struct sockaddr *sap, +struct nsm_handle *nsm_get_handle(const struct net *net, + const struct sockaddr *sap, const size_t salen, const char *hostname, const size_t hostname_len) { struct nsm_handle *cached, *new = NULL; + struct lockd_net *ln = net_generic(net, lockd_net_id); if (hostname && memchr(hostname, '/', hostname_len) != NULL) { if (printk_ratelimit()) { @@ -375,9 +385,10 @@ spin_lock(&nsm_lock); if (nsm_use_hostnames && hostname != NULL) - cached = nsm_lookup_hostname(hostname, hostname_len); + cached = nsm_lookup_hostname(&ln->nsm_handles, + hostname, hostname_len); else - cached = nsm_lookup_addr(sap); + cached = nsm_lookup_addr(&ln->nsm_handles, sap); if (cached != NULL) { atomic_inc(&cached->sm_count); @@ -391,7 +402,7 @@ } if (new != NULL) { - list_add(&new->sm_link, &nsm_handles); + list_add(&new->sm_link, &ln->nsm_handles); spin_unlock(&nsm_lock); dprintk("lockd: created nsm_handle for %s (%s)\n", new->sm_name, new->sm_addrbuf); @@ -408,19 +419,22 @@ /** * nsm_reboot_lookup - match NLMPROC_SM_NOTIFY arguments to an nsm_handle + * @net: network namespace * @info: pointer to NLMPROC_SM_NOTIFY arguments * * Returns a matching nsm_handle if found in the nsm cache. The returned * nsm_handle's reference count is bumped. Otherwise returns NULL if some * error occurred. */ -struct nsm_handle *nsm_reboot_lookup(const struct nlm_reboot *info) +struct nsm_handle *nsm_reboot_lookup(const struct net *net, + const struct nlm_reboot *info) { struct nsm_handle *cached; + struct lockd_net *ln = net_generic(net, lockd_net_id); spin_lock(&nsm_lock); - cached = nsm_lookup_priv(&info->priv); + cached = nsm_lookup_priv(&ln->nsm_handles, &info->priv); if (unlikely(cached == NULL)) { spin_unlock(&nsm_lock); dprintk("lockd: never saw rebooted peer '%.*s' before\n", --- linux-lts-utopic-3.16.0.orig/fs/lockd/netns.h +++ linux-lts-utopic-3.16.0/fs/lockd/netns.h @@ -16,6 +16,7 @@ spinlock_t nsm_clnt_lock; unsigned int nsm_users; struct rpc_clnt *nsm_clnt; + struct list_head nsm_handles; }; extern int lockd_net_id; --- linux-lts-utopic-3.16.0.orig/fs/lockd/svc.c +++ linux-lts-utopic-3.16.0/fs/lockd/svc.c @@ -137,10 +137,6 @@ dprintk("NFS locking service started (ver " LOCKD_VERSION ").\n"); - if (!nlm_timeout) - nlm_timeout = LOCKD_DFLT_TIMEO; - nlmsvc_timeout = nlm_timeout * HZ; - /* * The main request loop. We don't terminate until the last * NFS mount or NFS daemon has gone away. @@ -253,13 +249,11 @@ error = make_socks(serv, net); if (error < 0) - goto err_socks; + goto err_bind; set_grace_period(net); dprintk("lockd_up_net: per-net data created; net=%p\n", net); return 0; -err_socks: - svc_rpcb_cleanup(serv, net); err_bind: ln->nlmsvc_users--; return error; @@ -348,6 +342,10 @@ printk(KERN_WARNING "lockd_up: no pid, %d users??\n", nlmsvc_users); + if (!nlm_timeout) + nlm_timeout = LOCKD_DFLT_TIMEO; + nlmsvc_timeout = nlm_timeout * HZ; + serv = svc_create(&nlmsvc_program, LOCKD_BUFSIZE, NULL); if (!serv) { printk(KERN_WARNING "lockd_up: create service failed\n"); @@ -585,6 +583,7 @@ INIT_DELAYED_WORK(&ln->grace_period_end, grace_ender); INIT_LIST_HEAD(&ln->grace_list); spin_lock_init(&ln->nsm_clnt_lock); + INIT_LIST_HEAD(&ln->nsm_handles); return 0; } --- linux-lts-utopic-3.16.0.orig/fs/lockd/svc4proc.c +++ linux-lts-utopic-3.16.0/fs/lockd/svc4proc.c @@ -421,7 +421,7 @@ return rpc_system_err; } - nlm_host_rebooted(argp); + nlm_host_rebooted(SVC_NET(rqstp), argp); return rpc_success; } --- linux-lts-utopic-3.16.0.orig/fs/lockd/svcproc.c +++ linux-lts-utopic-3.16.0/fs/lockd/svcproc.c @@ -464,7 +464,7 @@ return rpc_system_err; } - nlm_host_rebooted(argp); + nlm_host_rebooted(SVC_NET(rqstp), argp); return rpc_success; } --- linux-lts-utopic-3.16.0.orig/fs/locks.c +++ linux-lts-utopic-3.16.0/fs/locks.c @@ -1595,7 +1595,7 @@ smp_mb(); error = check_conflicting_open(dentry, arg); if (error) - locks_unlink_lock(flp); + locks_unlink_lock(before); out: if (is_deleg) mutex_unlock(&inode->i_mutex); @@ -2082,7 +2082,6 @@ goto out; } -again: error = flock_to_posix_lock(filp, file_lock, &flock); if (error) goto out; @@ -2124,19 +2123,22 @@ * Attempt to detect a close/fcntl race and recover by * releasing the lock that was just acquired. */ - /* - * we need that spin_lock here - it prevents reordering between - * update of inode->i_flock and check for it done in close(). - * rcu_read_lock() wouldn't do. - */ - spin_lock(¤t->files->file_lock); - f = fcheck(fd); - spin_unlock(¤t->files->file_lock); - if (!error && f != filp && flock.l_type != F_UNLCK) { - flock.l_type = F_UNLCK; - goto again; + if (!error && file_lock->fl_type != F_UNLCK) { + /* + * We need that spin_lock here - it prevents reordering between + * update of i_flctx->flc_posix and check for it done in + * close(). rcu_read_lock() wouldn't do. + */ + spin_lock(¤t->files->file_lock); + f = fcheck(fd); + spin_unlock(¤t->files->file_lock); + if (f != filp) { + file_lock->fl_type = F_UNLCK; + error = do_lock_file_wait(filp, cmd, file_lock); + WARN_ON_ONCE(error); + error = -EBADF; + } } - out: locks_free_lock(file_lock); return error; @@ -2221,7 +2223,6 @@ goto out; } -again: error = flock64_to_posix_lock(filp, file_lock, &flock); if (error) goto out; @@ -2263,14 +2264,22 @@ * Attempt to detect a close/fcntl race and recover by * releasing the lock that was just acquired. */ - spin_lock(¤t->files->file_lock); - f = fcheck(fd); - spin_unlock(¤t->files->file_lock); - if (!error && f != filp && flock.l_type != F_UNLCK) { - flock.l_type = F_UNLCK; - goto again; + if (!error && file_lock->fl_type != F_UNLCK) { + /* + * We need that spin_lock here - it prevents reordering between + * update of i_flctx->flc_posix and check for it done in + * close(). rcu_read_lock() wouldn't do. + */ + spin_lock(¤t->files->file_lock); + f = fcheck(fd); + spin_unlock(¤t->files->file_lock); + if (f != filp) { + file_lock->fl_type = F_UNLCK; + error = do_lock_file_wait(filp, cmd, file_lock); + WARN_ON_ONCE(error); + error = -EBADF; + } } - out: locks_free_lock(file_lock); return error; --- linux-lts-utopic-3.16.0.orig/fs/namei.c +++ linux-lts-utopic-3.16.0/fs/namei.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include "internal.h" @@ -415,6 +416,7 @@ return security_inode_permission(inode, mask); } +EXPORT_SYMBOL(__inode_permission); /** * sb_permission - Check superblock-level permissions @@ -485,6 +487,24 @@ } EXPORT_SYMBOL(path_put); +/** + * path_connected - Verify that a path->dentry is below path->mnt.mnt_root + * @path: nameidate to verify + * + * Rename can sometimes move a file or directory outside of a bind + * mount, path_connected allows those cases to be detected. + */ +static bool path_connected(const struct path *path) +{ + struct vfsmount *mnt = path->mnt; + + /* Only bind mounts can have disconnected paths */ + if (mnt->mnt_root == mnt->mnt_sb->s_root) + return true; + + return is_subdir(path->dentry, mnt->mnt_root); +} + /* * Path walking has 2 modes, rcu-walk and ref-walk (see * Documentation/filesystems/path-lookup.txt). In situations when we can't @@ -643,24 +663,22 @@ static __always_inline void set_root(struct nameidata *nd) { - if (!nd->root.mnt) - get_fs_root(current->fs, &nd->root); + get_fs_root(current->fs, &nd->root); } static int link_path_walk(const char *, struct nameidata *); -static __always_inline void set_root_rcu(struct nameidata *nd) +static __always_inline unsigned set_root_rcu(struct nameidata *nd) { - if (!nd->root.mnt) { - struct fs_struct *fs = current->fs; - unsigned seq; + struct fs_struct *fs = current->fs; + unsigned seq, res; - do { - seq = read_seqcount_begin(&fs->seq); - nd->root = fs->root; - nd->seq = __read_seqcount_begin(&nd->root.dentry->d_seq); - } while (read_seqcount_retry(&fs->seq, seq)); - } + do { + seq = read_seqcount_begin(&fs->seq); + nd->root = fs->root; + res = __read_seqcount_begin(&nd->root.dentry->d_seq); + } while (read_seqcount_retry(&fs->seq, seq)); + return res; } static void path_put_conditional(struct path *path, struct nameidata *nd) @@ -703,8 +721,8 @@ path_put(link); } -int sysctl_protected_symlinks __read_mostly = 0; -int sysctl_protected_hardlinks __read_mostly = 0; +int sysctl_protected_symlinks __read_mostly = 1; +int sysctl_protected_hardlinks __read_mostly = 1; /** * may_follow_link - Check symlink following for unsafe situations @@ -860,7 +878,8 @@ return PTR_ERR(s); } if (*s == '/') { - set_root(nd); + if (!nd->root.mnt) + set_root(nd); path_put(&nd->path); nd->path = nd->root; path_get(&nd->root); @@ -1135,7 +1154,9 @@ static int follow_dotdot_rcu(struct nameidata *nd) { - set_root_rcu(nd); + struct inode *inode = nd->inode; + if (!nd->root.mnt) + set_root_rcu(nd); while (1) { if (nd->path.dentry == nd->root.dentry && @@ -1147,15 +1168,19 @@ struct dentry *parent = old->d_parent; unsigned seq; + inode = parent->d_inode; seq = read_seqcount_begin(&parent->d_seq); if (read_seqcount_retry(&old->d_seq, nd->seq)) goto failed; nd->path.dentry = parent; nd->seq = seq; + if (unlikely(!path_connected(&nd->path))) + goto failed; break; } if (!follow_up_rcu(&nd->path)) break; + inode = nd->path.dentry->d_inode; nd->seq = read_seqcount_begin(&nd->path.dentry->d_seq); } while (d_mountpoint(nd->path.dentry)) { @@ -1165,11 +1190,12 @@ break; nd->path.mnt = &mounted->mnt; nd->path.dentry = mounted->mnt.mnt_root; + inode = nd->path.dentry->d_inode; nd->seq = read_seqcount_begin(&nd->path.dentry->d_seq); if (!read_seqretry(&mount_lock, nd->m_seq)) goto failed; } - nd->inode = nd->path.dentry->d_inode; + nd->inode = inode; return 0; failed: @@ -1246,9 +1272,10 @@ } } -static void follow_dotdot(struct nameidata *nd) +static int follow_dotdot(struct nameidata *nd) { - set_root(nd); + if (!nd->root.mnt) + set_root(nd); while(1) { struct dentry *old = nd->path.dentry; @@ -1261,6 +1288,10 @@ /* rare case of legitimate dget_parent()... */ nd->path.dentry = dget_parent(nd->path.dentry); dput(old); + if (unlikely(!path_connected(&nd->path))) { + path_put(&nd->path); + return -ENOENT; + } break; } if (!follow_up(&nd->path)) @@ -1268,6 +1299,7 @@ } follow_mount(&nd->path); nd->inode = nd->path.dentry->d_inode; + return 0; } /* @@ -1491,7 +1523,7 @@ if (follow_dotdot_rcu(nd)) return -ECHILD; } else - follow_dotdot(nd); + return follow_dotdot(nd); } return 0; } @@ -1548,7 +1580,8 @@ if (should_follow_link(path->dentry, follow)) { if (nd->flags & LOOKUP_RCU) { - if (unlikely(unlazy_walk(nd, path->dentry))) { + if (unlikely(nd->path.mnt != path->mnt || + unlazy_walk(nd, path->dentry))) { err = -ECHILD; goto out_err; } @@ -1629,8 +1662,7 @@ static inline unsigned int fold_hash(unsigned long hash) { - hash += hash >> (8*sizeof(int)); - return hash; + return hash_64(hash, 32); } #else /* 32-bit case */ @@ -1847,7 +1879,7 @@ if (*name=='/') { if (flags & LOOKUP_RCU) { rcu_read_lock(); - set_root_rcu(nd); + nd->seq = set_root_rcu(nd); } else { set_root(nd); path_get(&nd->root); @@ -1898,7 +1930,14 @@ } nd->inode = nd->path.dentry->d_inode; - return 0; + if (!(flags & LOOKUP_RCU)) + return 0; + if (likely(!read_seqcount_retry(&nd->path.dentry->d_seq, nd->seq))) + return 0; + if (!(nd->flags & LOOKUP_ROOT)) + nd->root.mnt = NULL; + rcu_read_unlock(); + return -ECHILD; } static inline int lookup_last(struct nameidata *nd, struct path *path) @@ -2221,7 +2260,7 @@ if (unlikely(nd->last_type != LAST_NORM)) { error = handle_dots(nd, nd->last_type); if (error) - goto out; + return error; dentry = dget(nd->path.dentry); goto done; } @@ -3003,7 +3042,8 @@ if (should_follow_link(path->dentry, !symlink_ok)) { if (nd->flags & LOOKUP_RCU) { - if (unlikely(unlazy_walk(nd, path->dentry))) { + if (unlikely(nd->path.mnt != path->mnt || + unlazy_walk(nd, path->dentry))) { error = -ECHILD; goto out; } @@ -3048,9 +3088,12 @@ error = may_open(&nd->path, acc_mode, open_flag); if (error) goto out; - file->f_path.mnt = nd->path.mnt; - error = finish_open(file, nd->path.dentry, NULL, opened); - if (error) { + + BUG_ON(*opened & FILE_OPENED); /* once it's opened, it's opened */ + error = vfs_open(&nd->path, file, current_cred()); + if (!error) { + *opened |= FILE_OPENED; + } else { if (error == -EOPENSTALE) goto stale_open; goto out; @@ -3069,6 +3112,10 @@ goto exit_fput; } out: + if (unlikely(error > 0)) { + WARN_ON(1); + error = -EINVAL; + } if (got_write) mnt_drop_write(nd->path.mnt); path_put(&save_parent); @@ -3139,7 +3186,8 @@ if (error) goto out2; audit_inode(pathname, nd->path.dentry, 0); - error = may_open(&nd->path, op->acc_mode, op->open_flag); + /* Don't check for other permissions, the inode was just created */ + error = may_open(&nd->path, MAY_OPEN, op->open_flag); if (error) goto out2; file->f_path.mnt = nd->path.mnt; @@ -3179,7 +3227,7 @@ if (unlikely(file->f_flags & __O_TMPFILE)) { error = do_tmpfile(dfd, pathname, nd, flags, op, file, &opened); - goto out; + goto out2; } error = path_init(dfd, pathname->name, flags | LOOKUP_PARENT, nd, &base); @@ -3217,6 +3265,7 @@ path_put(&nd->root); if (base) fput(base); +out2: if (!(opened & FILE_OPENED)) { BUG_ON(!error); put_filp(file); --- linux-lts-utopic-3.16.0.orig/fs/namespace.c +++ linux-lts-utopic-3.16.0/fs/namespace.c @@ -453,6 +453,7 @@ mnt_dec_writers(real_mount(mnt)); preempt_enable(); } +EXPORT_SYMBOL_GPL(__mnt_drop_write); /** * mnt_drop_write - give up write access to a mount @@ -779,6 +780,20 @@ list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); } +static void attach_shadowed(struct mount *mnt, + struct mount *parent, + struct mount *shadows) +{ + if (shadows) { + hlist_add_after_rcu(&shadows->mnt_hash, &mnt->mnt_hash); + list_add(&mnt->mnt_child, &shadows->mnt_child); + } else { + hlist_add_head_rcu(&mnt->mnt_hash, + m_hash(&parent->mnt, mnt->mnt_mountpoint)); + list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); + } +} + /* * vfsmount lock must be held for write */ @@ -797,12 +812,7 @@ list_splice(&head, n->list.prev); - if (shadows) - hlist_add_after_rcu(&shadows->mnt_hash, &mnt->mnt_hash); - else - hlist_add_head_rcu(&mnt->mnt_hash, - m_hash(&parent->mnt, mnt->mnt_mountpoint)); - list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); + attach_shadowed(mnt, parent, shadows); touch_mnt_namespace(n); } @@ -890,8 +900,21 @@ mnt->mnt.mnt_flags = old->mnt.mnt_flags & ~(MNT_WRITE_HOLD|MNT_MARKED); /* Don't allow unprivileged users to change mount flags */ - if ((flag & CL_UNPRIVILEGED) && (mnt->mnt.mnt_flags & MNT_READONLY)) - mnt->mnt.mnt_flags |= MNT_LOCK_READONLY; + if (flag & CL_UNPRIVILEGED) { + mnt->mnt.mnt_flags |= MNT_LOCK_ATIME; + + if (mnt->mnt.mnt_flags & MNT_READONLY) + mnt->mnt.mnt_flags |= MNT_LOCK_READONLY; + + if (mnt->mnt.mnt_flags & MNT_NODEV) + mnt->mnt.mnt_flags |= MNT_LOCK_NODEV; + + if (mnt->mnt.mnt_flags & MNT_NOSUID) + mnt->mnt.mnt_flags |= MNT_LOCK_NOSUID; + + if (mnt->mnt.mnt_flags & MNT_NOEXEC) + mnt->mnt.mnt_flags |= MNT_LOCK_NOEXEC; + } /* Don't allow unprivileged users to reveal what is under a mount */ if ((flag & CL_UNPRIVILEGED) && list_empty(&old->mnt_expire)) @@ -1213,6 +1236,11 @@ head.first->pprev = &head.first; INIT_HLIST_HEAD(&unmounted); + /* undo decrements we'd done in umount_tree() */ + hlist_for_each_entry(mnt, &head, mnt_hash) + if (mnt->mnt_ex_mountpoint.mnt) + mntget(mnt->mnt_ex_mountpoint.mnt); + up_write(&namespace_sem); synchronize_rcu(); @@ -1231,14 +1259,15 @@ down_write(&namespace_sem); } +enum umount_tree_flags { + UMOUNT_SYNC = 1, + UMOUNT_PROPAGATE = 2, +}; /* * mount_lock must be held * namespace_sem must be held for write - * how = 0 => just this tree, don't propagate - * how = 1 => propagate; we know that nobody else has reference to any victims - * how = 2 => lazy umount */ -void umount_tree(struct mount *mnt, int how) +static void umount_tree(struct mount *mnt, enum umount_tree_flags how) { HLIST_HEAD(tmp_list); struct mount *p; @@ -1249,7 +1278,10 @@ hlist_add_head(&p->mnt_hash, &tmp_list); } - if (how) + hlist_for_each_entry(p, &tmp_list, mnt_hash) + list_del_init(&p->mnt_child); + + if (how & UMOUNT_PROPAGATE) propagate_umount(&tmp_list); hlist_for_each_entry(p, &tmp_list, mnt_hash) { @@ -1257,11 +1289,11 @@ list_del_init(&p->mnt_list); __touch_mnt_namespace(p->mnt_ns); p->mnt_ns = NULL; - if (how < 2) + if (how & UMOUNT_SYNC) p->mnt.mnt_flags |= MNT_SYNC_UMOUNT; - list_del_init(&p->mnt_child); if (mnt_has_parent(p)) { put_mountpoint(p->mnt_mp); + mnt_add_count(p->mnt_parent, -1); /* move the reference to mountpoint into ->mnt_ex_mountpoint */ p->mnt_ex_mountpoint.dentry = p->mnt_mountpoint; p->mnt_ex_mountpoint.mnt = &p->mnt_parent->mnt; @@ -1274,6 +1306,8 @@ } if (last) { last->mnt_hash.next = unmounted.first; + if (unmounted.first) + unmounted.first->pprev = &last->mnt_hash.next; unmounted.first = tmp_list.first; unmounted.first->pprev = &unmounted.first; } @@ -1344,6 +1378,8 @@ * Special case for "unmounting" root ... * we just try to remount it readonly. */ + if (!capable(CAP_SYS_ADMIN)) + return -EPERM; down_write(&sb->s_umount); if (!(sb->s_flags & MS_RDONLY)) retval = do_remount_sb(sb, MS_RDONLY, NULL, 0); @@ -1357,14 +1393,14 @@ if (flags & MNT_DETACH) { if (!list_empty(&mnt->mnt_list)) - umount_tree(mnt, 2); + umount_tree(mnt, UMOUNT_PROPAGATE); retval = 0; } else { shrink_submounts(mnt); retval = -EBUSY; if (!propagate_mount_busy(mnt, 2)) { if (!list_empty(&mnt->mnt_list)) - umount_tree(mnt, 1); + umount_tree(mnt, UMOUNT_PROPAGATE|UMOUNT_SYNC); retval = 0; } } @@ -1416,6 +1452,9 @@ goto dput_and_out; if (mnt->mnt.mnt_flags & MNT_LOCKED) goto dput_and_out; + retval = -EPERM; + if (flags & MNT_FORCE && !capable(CAP_SYS_ADMIN)) + goto dput_and_out; retval = do_umount(mnt, flags); dput_and_out: @@ -1492,6 +1531,7 @@ continue; for (s = r; s; s = next_mnt(s, r)) { + struct mount *t = NULL; if (!(flag & CL_COPY_UNBINDABLE) && IS_MNT_UNBINDABLE(s)) { s = skip_mnt_tree(s); @@ -1513,7 +1553,14 @@ goto out; lock_mount_hash(); list_add_tail(&q->mnt_list, &res->mnt_list); - attach_mnt(q, parent, p->mnt_mp); + mnt_set_mountpoint(parent, p->mnt_mp, q); + if (!list_empty(&parent->mnt_mounts)) { + t = list_last_entry(&parent->mnt_mounts, + struct mount, mnt_child); + if (t->mnt_mp != p->mnt_mp) + t = NULL; + } + attach_shadowed(q, parent, t); unlock_mount_hash(); } } @@ -1521,7 +1568,7 @@ out: if (res) { lock_mount_hash(); - umount_tree(res, 0); + umount_tree(res, UMOUNT_SYNC); unlock_mount_hash(); } return q; @@ -1533,8 +1580,11 @@ { struct mount *tree; namespace_lock(); - tree = copy_tree(real_mount(path->mnt), path->dentry, - CL_COPY_ALL | CL_PRIVATE); + if (!check_mnt(real_mount(path->mnt))) + tree = ERR_PTR(-EINVAL); + else + tree = copy_tree(real_mount(path->mnt), path->dentry, + CL_COPY_ALL | CL_PRIVATE); namespace_unlock(); if (IS_ERR(tree)) return ERR_CAST(tree); @@ -1545,11 +1595,38 @@ { namespace_lock(); lock_mount_hash(); - umount_tree(real_mount(mnt), 0); + umount_tree(real_mount(mnt), UMOUNT_SYNC); unlock_mount_hash(); namespace_unlock(); } +/** + * clone_private_mount - create a private clone of a path + * + * This creates a new vfsmount, which will be the clone of @path. The new will + * not be attached anywhere in the namespace and will be private (i.e. changes + * to the originating mount won't be propagated into this). + * + * Release with mntput(). + */ +struct vfsmount *clone_private_mount(struct path *path) +{ + struct mount *old_mnt = real_mount(path->mnt); + struct mount *new_mnt; + + if (IS_MNT_UNBINDABLE(old_mnt)) + return ERR_PTR(-EINVAL); + + down_read(&namespace_sem); + new_mnt = clone_mnt(old_mnt, path->dentry, CL_PRIVATE); + up_read(&namespace_sem); + if (IS_ERR(new_mnt)) + return ERR_CAST(new_mnt); + + return &new_mnt->mnt; +} +EXPORT_SYMBOL_GPL(clone_private_mount); + int iterate_mounts(int (*f)(struct vfsmount *, void *), void *arg, struct vfsmount *root) { @@ -1564,6 +1641,7 @@ } return 0; } +EXPORT_SYMBOL(iterate_mounts); static void cleanup_group_ids(struct mount *mnt, struct mount *end) { @@ -1701,7 +1779,7 @@ out_cleanup_ids: while (!hlist_empty(&tree_list)) { child = hlist_entry(tree_list.first, struct mount, mnt_hash); - umount_tree(child, 0); + umount_tree(child, UMOUNT_SYNC); } unlock_mount_hash(); cleanup_group_ids(source_mnt, NULL); @@ -1876,7 +1954,7 @@ err = graft_tree(mnt, parent, mp); if (err) { lock_mount_hash(); - umount_tree(mnt, 0); + umount_tree(mnt, UMOUNT_SYNC); unlock_mount_hash(); } out2: @@ -1896,9 +1974,6 @@ if (readonly_request == __mnt_is_readonly(mnt)) return 0; - if (mnt->mnt_flags & MNT_LOCK_READONLY) - return -EPERM; - if (readonly_request) error = mnt_make_readonly(real_mount(mnt)); else @@ -1924,6 +1999,39 @@ if (path->dentry != path->mnt->mnt_root) return -EINVAL; + /* Don't allow changing of locked mnt flags. + * + * No locks need to be held here while testing the various + * MNT_LOCK flags because those flags can never be cleared + * once they are set. + */ + if ((mnt->mnt.mnt_flags & MNT_LOCK_READONLY) && + !(mnt_flags & MNT_READONLY)) { + return -EPERM; + } + if ((mnt->mnt.mnt_flags & MNT_LOCK_NODEV) && + !(mnt_flags & MNT_NODEV)) { + /* Was the nodev implicitly added in mount? */ + if ((mnt->mnt_ns->user_ns != &init_user_ns) && + !(sb->s_type->fs_flags & FS_USERNS_DEV_MOUNT)) { + mnt_flags |= MNT_NODEV; + } else { + return -EPERM; + } + } + if ((mnt->mnt.mnt_flags & MNT_LOCK_NOSUID) && + !(mnt_flags & MNT_NOSUID)) { + return -EPERM; + } + if ((mnt->mnt.mnt_flags & MNT_LOCK_NOEXEC) && + !(mnt_flags & MNT_NOEXEC)) { + return -EPERM; + } + if ((mnt->mnt.mnt_flags & MNT_LOCK_ATIME) && + ((mnt->mnt.mnt_flags & MNT_ATIME_MASK) != (mnt_flags & MNT_ATIME_MASK))) { + return -EPERM; + } + err = security_sb_remount(sb, data); if (err) return err; @@ -1937,7 +2045,7 @@ err = do_remount_sb(sb, flags, data, 0); if (!err) { lock_mount_hash(); - mnt_flags |= mnt->mnt.mnt_flags & MNT_PROPAGATION_MASK; + mnt_flags |= mnt->mnt.mnt_flags & ~MNT_USER_SETTABLE_MASK; mnt->mnt.mnt_flags = mnt_flags; touch_mnt_namespace(mnt->mnt_ns); unlock_mount_hash(); @@ -2093,6 +2201,8 @@ return err; } +static bool fs_fully_visible(struct file_system_type *fs_type, int *new_mnt_flags); + /* * create a new mount for userspace and request it to be added into the * namespace's tree @@ -2122,7 +2232,11 @@ */ if (!(type->fs_flags & FS_USERNS_DEV_MOUNT)) { flags |= MS_NODEV; - mnt_flags |= MNT_NODEV; + mnt_flags |= MNT_NODEV | MNT_LOCK_NODEV; + } + if (type->fs_flags & FS_USERNS_VISIBLE) { + if (!fs_fully_visible(type, &mnt_flags)) + return -EPERM; } } @@ -2217,7 +2331,7 @@ while (!list_empty(&graveyard)) { mnt = list_first_entry(&graveyard, struct mount, mnt_expire); touch_mnt_namespace(mnt->mnt_ns); - umount_tree(mnt, 1); + umount_tree(mnt, UMOUNT_PROPAGATE|UMOUNT_SYNC); } unlock_mount_hash(); namespace_unlock(); @@ -2288,7 +2402,7 @@ m = list_first_entry(&graveyard, struct mount, mnt_expire); touch_mnt_namespace(m->mnt_ns); - umount_tree(m, 1); + umount_tree(m, UMOUNT_PROPAGATE|UMOUNT_SYNC); } } } @@ -2436,6 +2550,14 @@ if (flags & MS_RDONLY) mnt_flags |= MNT_READONLY; + /* The default atime for remount is preservation */ + if ((flags & MS_REMOUNT) && + ((flags & (MS_NOATIME | MS_NODIRATIME | MS_RELATIME | + MS_STRICTATIME)) == 0)) { + mnt_flags &= ~MNT_ATIME_MASK; + mnt_flags |= path.mnt->mnt_flags & MNT_ATIME_MASK; + } + flags &= ~(MS_NOSUID | MS_NOEXEC | MS_NODEV | MS_ACTIVE | MS_BORN | MS_NOATIME | MS_NODIRATIME | MS_RELATIME| MS_KERNMOUNT | MS_STRICTATIME); @@ -2768,6 +2890,9 @@ /* make sure we can reach put_old from new_root */ if (!is_path_reachable(old_mnt, old.dentry, &new)) goto out4; + /* make certain new is below the root */ + if (!is_path_reachable(new_mnt, new.dentry, &root)) + goto out4; root_mp->m_count++; /* pin it so it won't go away */ lock_mount_hash(); detach_mnt(new_mnt, &parent_path); @@ -2825,6 +2950,7 @@ root.mnt = mnt; root.dentry = mnt->mnt_root; + mnt->mnt_flags |= MNT_LOCKED; set_fs_pwd(current->fs, &root); set_fs_root(current->fs, &root); @@ -2933,9 +3059,10 @@ return chrooted; } -bool fs_fully_visible(struct file_system_type *type) +static bool fs_fully_visible(struct file_system_type *type, int *new_mnt_flags) { struct mnt_namespace *ns = current->nsproxy->mnt_ns; + int new_flags = *new_mnt_flags; struct mount *mnt; bool visible = false; @@ -2948,16 +3075,42 @@ if (mnt->mnt.mnt_sb->s_type != type) continue; - /* This mount is not fully visible if there are any child mounts - * that cover anything except for empty directories. + /* This mount is not fully visible if it's root directory + * is not the root directory of the filesystem. + */ + if (mnt->mnt.mnt_root != mnt->mnt.mnt_sb->s_root) + continue; + + /* Verify the mount flags are equal to or more permissive + * than the proposed new mount. + */ + if ((mnt->mnt.mnt_flags & MNT_LOCK_READONLY) && + !(new_flags & MNT_READONLY)) + continue; + if ((mnt->mnt.mnt_flags & MNT_LOCK_NODEV) && + !(new_flags & MNT_NODEV)) + continue; + if ((mnt->mnt.mnt_flags & MNT_LOCK_ATIME) && + ((mnt->mnt.mnt_flags & MNT_ATIME_MASK) != (new_flags & MNT_ATIME_MASK))) + continue; + + /* This mount is not fully visible if there are any + * locked child mounts that cover anything except for + * empty directories. */ list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) { struct inode *inode = child->mnt_mountpoint->d_inode; - if (!S_ISDIR(inode->i_mode)) - goto next; - if (inode->i_nlink > 2) + /* Only worry about locked mounts */ + if (!(mnt->mnt.mnt_flags & MNT_LOCKED)) + continue; + /* Is the directory permanetly empty? */ + if (!is_empty_dir_inode(inode)) goto next; } + /* Preserve the locked attributes */ + *new_mnt_flags |= mnt->mnt.mnt_flags & (MNT_LOCK_READONLY | \ + MNT_LOCK_NODEV | \ + MNT_LOCK_ATIME); visible = true; goto found; next: ; @@ -2972,13 +3125,13 @@ struct mnt_namespace *ns = NULL; struct nsproxy *nsproxy; - rcu_read_lock(); - nsproxy = task_nsproxy(task); + task_lock(task); + nsproxy = task->nsproxy; if (nsproxy) { ns = nsproxy->mnt_ns; get_mnt_ns(ns); } - rcu_read_unlock(); + task_unlock(task); return ns; } --- linux-lts-utopic-3.16.0.orig/fs/ncpfs/dir.c +++ linux-lts-utopic-3.16.0/fs/ncpfs/dir.c @@ -406,7 +406,7 @@ spin_lock(&parent->d_lock); next = parent->d_subdirs.next; while (next != &parent->d_subdirs) { - dent = list_entry(next, struct dentry, d_u.d_child); + dent = list_entry(next, struct dentry, d_child); if ((unsigned long)dent->d_fsdata == fpos) { if (dent->d_inode) dget(dent); --- linux-lts-utopic-3.16.0.orig/fs/ncpfs/ioctl.c +++ linux-lts-utopic-3.16.0/fs/ncpfs/ioctl.c @@ -447,7 +447,6 @@ result = -EIO; } } - result = 0; } mutex_unlock(&server->root_setup_lock); --- linux-lts-utopic-3.16.0.orig/fs/ncpfs/ncplib_kernel.h +++ linux-lts-utopic-3.16.0/fs/ncpfs/ncplib_kernel.h @@ -194,7 +194,7 @@ spin_lock(&parent->d_lock); next = parent->d_subdirs.next; while (next != &parent->d_subdirs) { - dentry = list_entry(next, struct dentry, d_u.d_child); + dentry = list_entry(next, struct dentry, d_child); if (dentry->d_fsdata == NULL) ncp_age_dentry(server, dentry); @@ -216,7 +216,7 @@ spin_lock(&parent->d_lock); next = parent->d_subdirs.next; while (next != &parent->d_subdirs) { - dentry = list_entry(next, struct dentry, d_u.d_child); + dentry = list_entry(next, struct dentry, d_child); dentry->d_fsdata = NULL; ncp_age_dentry(server, dentry); next = next->next; --- linux-lts-utopic-3.16.0.orig/fs/nfs/blocklayout/blocklayout.c +++ linux-lts-utopic-3.16.0/fs/nfs/blocklayout/blocklayout.c @@ -210,8 +210,7 @@ SetPageUptodate(bvec->bv_page); if (err) { - struct nfs_pgio_data *rdata = par->data; - struct nfs_pgio_header *header = rdata->header; + struct nfs_pgio_header *header = par->data; if (!header->pnfs_error) header->pnfs_error = -EIO; @@ -224,43 +223,44 @@ static void bl_read_cleanup(struct work_struct *work) { struct rpc_task *task; - struct nfs_pgio_data *rdata; + struct nfs_pgio_header *hdr; dprintk("%s enter\n", __func__); task = container_of(work, struct rpc_task, u.tk_work); - rdata = container_of(task, struct nfs_pgio_data, task); - pnfs_ld_read_done(rdata); + hdr = container_of(task, struct nfs_pgio_header, task); + pnfs_ld_read_done(hdr); } static void bl_end_par_io_read(void *data, int unused) { - struct nfs_pgio_data *rdata = data; + struct nfs_pgio_header *hdr = data; - rdata->task.tk_status = rdata->header->pnfs_error; - INIT_WORK(&rdata->task.u.tk_work, bl_read_cleanup); - schedule_work(&rdata->task.u.tk_work); + hdr->task.tk_status = hdr->pnfs_error; + INIT_WORK(&hdr->task.u.tk_work, bl_read_cleanup); + schedule_work(&hdr->task.u.tk_work); } static enum pnfs_try_status -bl_read_pagelist(struct nfs_pgio_data *rdata) +bl_read_pagelist(struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *header = rdata->header; + struct nfs_pgio_header *header = hdr; int i, hole; struct bio *bio = NULL; struct pnfs_block_extent *be = NULL, *cow_read = NULL; sector_t isect, extent_length = 0; struct parallel_io *par; - loff_t f_offset = rdata->args.offset; - size_t bytes_left = rdata->args.count; + loff_t f_offset = hdr->args.offset; + size_t bytes_left = hdr->args.count; unsigned int pg_offset, pg_len; - struct page **pages = rdata->args.pages; - int pg_index = rdata->args.pgbase >> PAGE_CACHE_SHIFT; + struct page **pages = hdr->args.pages; + int pg_index = hdr->args.pgbase >> PAGE_CACHE_SHIFT; const bool is_dio = (header->dreq != NULL); dprintk("%s enter nr_pages %u offset %lld count %u\n", __func__, - rdata->pages.npages, f_offset, (unsigned int)rdata->args.count); + hdr->page_array.npages, f_offset, + (unsigned int)hdr->args.count); - par = alloc_parallel(rdata); + par = alloc_parallel(hdr); if (!par) goto use_mds; par->pnfs_callback = bl_end_par_io_read; @@ -268,7 +268,7 @@ isect = (sector_t) (f_offset >> SECTOR_SHIFT); /* Code assumes extents are page-aligned */ - for (i = pg_index; i < rdata->pages.npages; i++) { + for (i = pg_index; i < hdr->page_array.npages; i++) { if (!extent_length) { /* We've used up the previous extent */ bl_put_extent(be); @@ -317,7 +317,8 @@ struct pnfs_block_extent *be_read; be_read = (hole && cow_read) ? cow_read : be; - bio = do_add_page_to_bio(bio, rdata->pages.npages - i, + bio = do_add_page_to_bio(bio, + hdr->page_array.npages - i, READ, isect, pages[i], be_read, bl_end_io_read, par, @@ -332,10 +333,10 @@ extent_length -= PAGE_CACHE_SECTORS; } if ((isect << SECTOR_SHIFT) >= header->inode->i_size) { - rdata->res.eof = 1; - rdata->res.count = header->inode->i_size - rdata->args.offset; + hdr->res.eof = 1; + hdr->res.count = header->inode->i_size - hdr->args.offset; } else { - rdata->res.count = (isect << SECTOR_SHIFT) - rdata->args.offset; + hdr->res.count = (isect << SECTOR_SHIFT) - hdr->args.offset; } out: bl_put_extent(be); @@ -390,8 +391,7 @@ } if (unlikely(err)) { - struct nfs_pgio_data *data = par->data; - struct nfs_pgio_header *header = data->header; + struct nfs_pgio_header *header = par->data; if (!header->pnfs_error) header->pnfs_error = -EIO; @@ -405,8 +405,7 @@ { struct parallel_io *par = bio->bi_private; const int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); - struct nfs_pgio_data *data = par->data; - struct nfs_pgio_header *header = data->header; + struct nfs_pgio_header *header = par->data; if (!uptodate) { if (!header->pnfs_error) @@ -423,32 +422,32 @@ static void bl_write_cleanup(struct work_struct *work) { struct rpc_task *task; - struct nfs_pgio_data *wdata; + struct nfs_pgio_header *hdr; dprintk("%s enter\n", __func__); task = container_of(work, struct rpc_task, u.tk_work); - wdata = container_of(task, struct nfs_pgio_data, task); - if (likely(!wdata->header->pnfs_error)) { + hdr = container_of(task, struct nfs_pgio_header, task); + if (likely(!hdr->pnfs_error)) { /* Marks for LAYOUTCOMMIT */ - mark_extents_written(BLK_LSEG2EXT(wdata->header->lseg), - wdata->args.offset, wdata->args.count); + mark_extents_written(BLK_LSEG2EXT(hdr->lseg), + hdr->args.offset, hdr->args.count); } - pnfs_ld_write_done(wdata); + pnfs_ld_write_done(hdr); } /* Called when last of bios associated with a bl_write_pagelist call finishes */ static void bl_end_par_io_write(void *data, int num_se) { - struct nfs_pgio_data *wdata = data; + struct nfs_pgio_header *hdr = data; - if (unlikely(wdata->header->pnfs_error)) { - bl_free_short_extents(&BLK_LSEG2EXT(wdata->header->lseg)->bl_inval, + if (unlikely(hdr->pnfs_error)) { + bl_free_short_extents(&BLK_LSEG2EXT(hdr->lseg)->bl_inval, num_se); } - wdata->task.tk_status = wdata->header->pnfs_error; - wdata->verf.committed = NFS_FILE_SYNC; - INIT_WORK(&wdata->task.u.tk_work, bl_write_cleanup); - schedule_work(&wdata->task.u.tk_work); + hdr->task.tk_status = hdr->pnfs_error; + hdr->writeverf.committed = NFS_FILE_SYNC; + INIT_WORK(&hdr->task.u.tk_work, bl_write_cleanup); + schedule_work(&hdr->task.u.tk_work); } /* FIXME STUB - mark intersection of layout and page as bad, so is not @@ -673,18 +672,17 @@ } static enum pnfs_try_status -bl_write_pagelist(struct nfs_pgio_data *wdata, int sync) +bl_write_pagelist(struct nfs_pgio_header *header, int sync) { - struct nfs_pgio_header *header = wdata->header; int i, ret, npg_zero, pg_index, last = 0; struct bio *bio = NULL; struct pnfs_block_extent *be = NULL, *cow_read = NULL; sector_t isect, last_isect = 0, extent_length = 0; struct parallel_io *par = NULL; - loff_t offset = wdata->args.offset; - size_t count = wdata->args.count; + loff_t offset = header->args.offset; + size_t count = header->args.count; unsigned int pg_offset, pg_len, saved_len; - struct page **pages = wdata->args.pages; + struct page **pages = header->args.pages; struct page *page; pgoff_t index; u64 temp; @@ -699,11 +697,11 @@ dprintk("pnfsblock nonblock aligned DIO writes. Resend MDS\n"); goto out_mds; } - /* At this point, wdata->pages is a (sequential) list of nfs_pages. + /* At this point, header->page_aray is a (sequential) list of nfs_pages. * We want to write each, and if there is an error set pnfs_error * to have it redone using nfs. */ - par = alloc_parallel(wdata); + par = alloc_parallel(header); if (!par) goto out_mds; par->pnfs_callback = bl_end_par_io_write; @@ -790,8 +788,8 @@ bio = bl_submit_bio(WRITE, bio); /* Middle pages */ - pg_index = wdata->args.pgbase >> PAGE_CACHE_SHIFT; - for (i = pg_index; i < wdata->pages.npages; i++) { + pg_index = header->args.pgbase >> PAGE_CACHE_SHIFT; + for (i = pg_index; i < header->page_array.npages; i++) { if (!extent_length) { /* We've used up the previous extent */ bl_put_extent(be); @@ -862,7 +860,8 @@ } - bio = do_add_page_to_bio(bio, wdata->pages.npages - i, WRITE, + bio = do_add_page_to_bio(bio, header->page_array.npages - i, + WRITE, isect, pages[i], be, bl_end_io_write, par, pg_offset, pg_len); @@ -890,7 +889,7 @@ } write_done: - wdata->res.count = wdata->args.count; + header->res.count = header->args.count; out: bl_put_extent(be); bl_put_extent(cow_read); --- linux-lts-utopic-3.16.0.orig/fs/nfs/callback.c +++ linux-lts-utopic-3.16.0/fs/nfs/callback.c @@ -135,6 +135,7 @@ struct rpc_rqst, rq_bc_list); list_del(&req->rq_bc_list); spin_unlock_bh(&serv->sv_cb_lock); + finish_wait(&serv->sv_cb_waitq, &wq); dprintk("Invoking bc_svc_process()\n"); error = bc_svc_process(serv, req, rqstp); dprintk("bc_svc_process() returned w/ error code= %d\n", @@ -142,8 +143,9 @@ } else { spin_unlock_bh(&serv->sv_cb_lock); schedule(); + finish_wait(&serv->sv_cb_waitq, &wq); } - finish_wait(&serv->sv_cb_waitq, &wq); + flush_signals(current); } return 0; } --- linux-lts-utopic-3.16.0.orig/fs/nfs/callback_xdr.c +++ linux-lts-utopic-3.16.0/fs/nfs/callback_xdr.c @@ -464,8 +464,10 @@ for (i = 0; i < args->csa_nrclists; i++) { status = decode_rc_list(xdr, &args->csa_rclists[i]); - if (status) + if (status) { + args->csa_nrclists = i; goto out_free; + } } } status = 0; --- linux-lts-utopic-3.16.0.orig/fs/nfs/client.c +++ linux-lts-utopic-3.16.0/fs/nfs/client.c @@ -1205,7 +1205,7 @@ .open = nfs_server_list_open, .read = seq_read, .llseek = seq_lseek, - .release = seq_release, + .release = seq_release_net, .owner = THIS_MODULE, }; @@ -1226,7 +1226,7 @@ .open = nfs_volume_list_open, .read = seq_read, .llseek = seq_lseek, - .release = seq_release, + .release = seq_release_net, .owner = THIS_MODULE, }; @@ -1236,19 +1236,8 @@ */ static int nfs_server_list_open(struct inode *inode, struct file *file) { - struct seq_file *m; - int ret; - struct pid_namespace *pid_ns = file->f_dentry->d_sb->s_fs_info; - struct net *net = pid_ns->child_reaper->nsproxy->net_ns; - - ret = seq_open(file, &nfs_server_list_ops); - if (ret < 0) - return ret; - - m = file->private_data; - m->private = net; - - return 0; + return seq_open_net(inode, file, &nfs_server_list_ops, + sizeof(struct seq_net_private)); } /* @@ -1256,7 +1245,7 @@ */ static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) { - struct nfs_net *nn = net_generic(m->private, nfs_net_id); + struct nfs_net *nn = net_generic(seq_file_net(m), nfs_net_id); /* lock the list against modification */ spin_lock(&nn->nfs_client_lock); @@ -1268,7 +1257,7 @@ */ static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos) { - struct nfs_net *nn = net_generic(p->private, nfs_net_id); + struct nfs_net *nn = net_generic(seq_file_net(p), nfs_net_id); return seq_list_next(v, &nn->nfs_client_list, pos); } @@ -1278,7 +1267,7 @@ */ static void nfs_server_list_stop(struct seq_file *p, void *v) { - struct nfs_net *nn = net_generic(p->private, nfs_net_id); + struct nfs_net *nn = net_generic(seq_file_net(p), nfs_net_id); spin_unlock(&nn->nfs_client_lock); } @@ -1289,7 +1278,7 @@ static int nfs_server_list_show(struct seq_file *m, void *v) { struct nfs_client *clp; - struct nfs_net *nn = net_generic(m->private, nfs_net_id); + struct nfs_net *nn = net_generic(seq_file_net(m), nfs_net_id); /* display header on line 1 */ if (v == &nn->nfs_client_list) { @@ -1321,19 +1310,8 @@ */ static int nfs_volume_list_open(struct inode *inode, struct file *file) { - struct seq_file *m; - int ret; - struct pid_namespace *pid_ns = file->f_dentry->d_sb->s_fs_info; - struct net *net = pid_ns->child_reaper->nsproxy->net_ns; - - ret = seq_open(file, &nfs_volume_list_ops); - if (ret < 0) - return ret; - - m = file->private_data; - m->private = net; - - return 0; + return seq_open_net(inode, file, &nfs_volume_list_ops, + sizeof(struct seq_net_private)); } /* @@ -1341,7 +1319,7 @@ */ static void *nfs_volume_list_start(struct seq_file *m, loff_t *_pos) { - struct nfs_net *nn = net_generic(m->private, nfs_net_id); + struct nfs_net *nn = net_generic(seq_file_net(m), nfs_net_id); /* lock the list against modification */ spin_lock(&nn->nfs_client_lock); @@ -1353,7 +1331,7 @@ */ static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos) { - struct nfs_net *nn = net_generic(p->private, nfs_net_id); + struct nfs_net *nn = net_generic(seq_file_net(p), nfs_net_id); return seq_list_next(v, &nn->nfs_volume_list, pos); } @@ -1363,7 +1341,7 @@ */ static void nfs_volume_list_stop(struct seq_file *p, void *v) { - struct nfs_net *nn = net_generic(p->private, nfs_net_id); + struct nfs_net *nn = net_generic(seq_file_net(p), nfs_net_id); spin_unlock(&nn->nfs_client_lock); } @@ -1376,7 +1354,7 @@ struct nfs_server *server; struct nfs_client *clp; char dev[8], fsid[17]; - struct nfs_net *nn = net_generic(m->private, nfs_net_id); + struct nfs_net *nn = net_generic(seq_file_net(m), nfs_net_id); /* display header on line 1 */ if (v == &nn->nfs_volume_list) { @@ -1407,6 +1385,39 @@ return 0; } +int nfs_fs_proc_net_init(struct net *net) +{ + struct nfs_net *nn = net_generic(net, nfs_net_id); + struct proc_dir_entry *p; + + nn->proc_nfsfs = proc_net_mkdir(net, "nfsfs", net->proc_net); + if (!nn->proc_nfsfs) + goto error_0; + + /* a file of servers with which we're dealing */ + p = proc_create("servers", S_IFREG|S_IRUGO, + nn->proc_nfsfs, &nfs_server_list_fops); + if (!p) + goto error_1; + + /* a file of volumes that we have mounted */ + p = proc_create("volumes", S_IFREG|S_IRUGO, + nn->proc_nfsfs, &nfs_volume_list_fops); + if (!p) + goto error_1; + return 0; + +error_1: + remove_proc_subtree("nfsfs", net->proc_net); +error_0: + return -ENOMEM; +} + +void nfs_fs_proc_net_exit(struct net *net) +{ + remove_proc_subtree("nfsfs", net->proc_net); +} + /* * initialise the /proc/fs/nfsfs/ directory */ @@ -1419,14 +1430,12 @@ goto error_0; /* a file of servers with which we're dealing */ - p = proc_create("servers", S_IFREG|S_IRUGO, - proc_fs_nfs, &nfs_server_list_fops); + p = proc_symlink("servers", proc_fs_nfs, "../../net/nfsfs/servers"); if (!p) goto error_1; /* a file of volumes that we have mounted */ - p = proc_create("volumes", S_IFREG|S_IRUGO, - proc_fs_nfs, &nfs_volume_list_fops); + p = proc_symlink("volumes", proc_fs_nfs, "../../net/nfsfs/volumes"); if (!p) goto error_2; return 0; --- linux-lts-utopic-3.16.0.orig/fs/nfs/delegation.c +++ linux-lts-utopic-3.16.0/fs/nfs/delegation.c @@ -109,6 +109,8 @@ continue; if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) continue; + if (!nfs4_valid_open_stateid(state)) + continue; if (!nfs4_stateid_match(&state->stateid, stateid)) continue; get_nfs_open_context(ctx); @@ -159,8 +161,8 @@ &delegation->flags); NFS_I(inode)->delegation_state = delegation->type; spin_unlock(&delegation->lock); - put_rpccred(oldcred); rcu_read_unlock(); + put_rpccred(oldcred); trace_nfs4_reclaim_delegation(inode, res->delegation_type); } else { /* We appear to have raced with a delegation return. */ @@ -177,7 +179,11 @@ { int res = 0; - res = nfs4_proc_delegreturn(inode, delegation->cred, &delegation->stateid, issync); + if (!test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) + res = nfs4_proc_delegreturn(inode, + delegation->cred, + &delegation->stateid, + issync); nfs_free_delegation(delegation); return res; } @@ -364,11 +370,13 @@ { struct nfs_client *clp = NFS_SERVER(inode)->nfs_client; struct nfs_inode *nfsi = NFS_I(inode); - int err; + int err = 0; if (delegation == NULL) return 0; do { + if (test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) + break; err = nfs_delegation_claim_opens(inode, &delegation->stateid); if (!issync || err != -EAGAIN) break; @@ -589,10 +597,23 @@ rcu_read_unlock(); } +static void nfs_revoke_delegation(struct inode *inode) +{ + struct nfs_delegation *delegation; + rcu_read_lock(); + delegation = rcu_dereference(NFS_I(inode)->delegation); + if (delegation != NULL) { + set_bit(NFS_DELEGATION_REVOKED, &delegation->flags); + nfs_mark_return_delegation(NFS_SERVER(inode), delegation); + } + rcu_read_unlock(); +} + void nfs_remove_bad_delegation(struct inode *inode) { struct nfs_delegation *delegation; + nfs_revoke_delegation(inode); delegation = nfs_inode_detach_delegation(inode); if (delegation) { nfs_inode_find_state_and_recover(inode, &delegation->stateid); --- linux-lts-utopic-3.16.0.orig/fs/nfs/delegation.h +++ linux-lts-utopic-3.16.0/fs/nfs/delegation.h @@ -31,6 +31,7 @@ NFS_DELEGATION_RETURN_IF_CLOSED, NFS_DELEGATION_REFERENCED, NFS_DELEGATION_RETURNING, + NFS_DELEGATION_REVOKED, }; int nfs_inode_set_delegation(struct inode *inode, struct rpc_cred *cred, struct nfs_openres *res); --- linux-lts-utopic-3.16.0.orig/fs/nfs/dir.c +++ linux-lts-utopic-3.16.0/fs/nfs/dir.c @@ -2336,6 +2336,9 @@ case S_IFLNK: goto out; case S_IFREG: + if ((mask & MAY_OPEN) && + nfs_server_capable(inode, NFS_CAP_ATOMIC_OPEN)) + return 0; break; case S_IFDIR: /* --- linux-lts-utopic-3.16.0.orig/fs/nfs/direct.c +++ linux-lts-utopic-3.16.0/fs/nfs/direct.c @@ -148,8 +148,8 @@ { struct nfs_writeverf *verfp; - verfp = nfs_direct_select_verf(dreq, hdr->data->ds_clp, - hdr->data->ds_idx); + verfp = nfs_direct_select_verf(dreq, hdr->ds_clp, + hdr->ds_idx); WARN_ON_ONCE(verfp->committed >= 0); memcpy(verfp, &hdr->verf, sizeof(struct nfs_writeverf)); WARN_ON_ONCE(verfp->committed < 0); @@ -169,8 +169,8 @@ { struct nfs_writeverf *verfp; - verfp = nfs_direct_select_verf(dreq, hdr->data->ds_clp, - hdr->data->ds_idx); + verfp = nfs_direct_select_verf(dreq, hdr->ds_clp, + hdr->ds_idx); if (verfp->committed < 0) { nfs_direct_set_hdr_verf(dreq, hdr); return 0; @@ -214,6 +214,12 @@ */ ssize_t nfs_direct_IO(int rw, struct kiocb *iocb, struct iov_iter *iter, loff_t pos) { + struct inode *inode = iocb->ki_filp->f_mapping->host; + + /* we only support swap file calling nfs_direct_IO */ + if (!IS_SWAPFILE(inode)) + return 0; + #ifndef CONFIG_NFS_SWAP dprintk("NFS: nfs_direct_IO (%pD) off/no(%Ld/%lu) EINVAL\n", iocb->ki_filp, (long long) pos, iter->nr_segs); @@ -240,7 +246,7 @@ void nfs_init_cinfo_from_dreq(struct nfs_commit_info *cinfo, struct nfs_direct_req *dreq) { - cinfo->lock = &dreq->lock; + cinfo->lock = &dreq->inode->i_lock; cinfo->mds = &dreq->mds_cinfo; cinfo->ds = &dreq->ds_cinfo; cinfo->dreq = dreq; @@ -270,6 +276,7 @@ { struct nfs_direct_req *dreq = container_of(kref, struct nfs_direct_req, kref); + nfs_free_pnfs_ds_cinfo(&dreq->ds_cinfo); if (dreq->l_ctx != NULL) nfs_put_lock_context(dreq->l_ctx); if (dreq->ctx != NULL) --- linux-lts-utopic-3.16.0.orig/fs/nfs/filelayout/filelayout.c +++ linux-lts-utopic-3.16.0/fs/nfs/filelayout/filelayout.c @@ -84,19 +84,18 @@ BUG(); } -static void filelayout_reset_write(struct nfs_pgio_data *data) +static void filelayout_reset_write(struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = data->header; - struct rpc_task *task = &data->task; + struct rpc_task *task = &hdr->task; if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { dprintk("%s Reset task %5u for i/o through MDS " "(req %s/%llu, %u bytes @ offset %llu)\n", __func__, - data->task.tk_pid, + hdr->task.tk_pid, hdr->inode->i_sb->s_id, (unsigned long long)NFS_FILEID(hdr->inode), - data->args.count, - (unsigned long long)data->args.offset); + hdr->args.count, + (unsigned long long)hdr->args.offset); task->tk_status = pnfs_write_done_resend_to_mds(hdr->inode, &hdr->pages, @@ -105,19 +104,18 @@ } } -static void filelayout_reset_read(struct nfs_pgio_data *data) +static void filelayout_reset_read(struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = data->header; - struct rpc_task *task = &data->task; + struct rpc_task *task = &hdr->task; if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { dprintk("%s Reset task %5u for i/o through MDS " "(req %s/%llu, %u bytes @ offset %llu)\n", __func__, - data->task.tk_pid, + hdr->task.tk_pid, hdr->inode->i_sb->s_id, (unsigned long long)NFS_FILEID(hdr->inode), - data->args.count, - (unsigned long long)data->args.offset); + hdr->args.count, + (unsigned long long)hdr->args.offset); task->tk_status = pnfs_read_done_resend_to_mds(hdr->inode, &hdr->pages, @@ -153,9 +151,6 @@ case -NFS4ERR_DELEG_REVOKED: case -NFS4ERR_ADMIN_REVOKED: case -NFS4ERR_BAD_STATEID: - if (state == NULL) - break; - nfs_remove_bad_delegation(state->inode); case -NFS4ERR_OPENMODE: if (state == NULL) break; @@ -243,18 +238,17 @@ /* NFS_PROTO call done callback routines */ static int filelayout_read_done_cb(struct rpc_task *task, - struct nfs_pgio_data *data) + struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = data->header; int err; - trace_nfs4_pnfs_read(data, task->tk_status); - err = filelayout_async_handle_error(task, data->args.context->state, - data->ds_clp, hdr->lseg); + trace_nfs4_pnfs_read(hdr, task->tk_status); + err = filelayout_async_handle_error(task, hdr->args.context->state, + hdr->ds_clp, hdr->lseg); switch (err) { case -NFS4ERR_RESET_TO_MDS: - filelayout_reset_read(data); + filelayout_reset_read(hdr); return task->tk_status; case -EAGAIN: rpc_restart_call_prepare(task); @@ -270,15 +264,14 @@ * rfc5661 is not clear about which credential should be used. */ static void -filelayout_set_layoutcommit(struct nfs_pgio_data *wdata) +filelayout_set_layoutcommit(struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = wdata->header; if (FILELAYOUT_LSEG(hdr->lseg)->commit_through_mds || - wdata->res.verf->committed == NFS_FILE_SYNC) + hdr->res.verf->committed == NFS_FILE_SYNC) return; - pnfs_set_layoutcommit(wdata); + pnfs_set_layoutcommit(hdr); dprintk("%s inode %lu pls_end_pos %lu\n", __func__, hdr->inode->i_ino, (unsigned long) NFS_I(hdr->inode)->layout->plh_lwb); } @@ -305,83 +298,82 @@ */ static void filelayout_read_prepare(struct rpc_task *task, void *data) { - struct nfs_pgio_data *rdata = data; + struct nfs_pgio_header *hdr = data; - if (unlikely(test_bit(NFS_CONTEXT_BAD, &rdata->args.context->flags))) { + if (unlikely(test_bit(NFS_CONTEXT_BAD, &hdr->args.context->flags))) { rpc_exit(task, -EIO); return; } - if (filelayout_reset_to_mds(rdata->header->lseg)) { + if (filelayout_reset_to_mds(hdr->lseg)) { dprintk("%s task %u reset io to MDS\n", __func__, task->tk_pid); - filelayout_reset_read(rdata); + filelayout_reset_read(hdr); rpc_exit(task, 0); return; } - rdata->pgio_done_cb = filelayout_read_done_cb; + hdr->pgio_done_cb = filelayout_read_done_cb; - if (nfs41_setup_sequence(rdata->ds_clp->cl_session, - &rdata->args.seq_args, - &rdata->res.seq_res, + if (nfs41_setup_sequence(hdr->ds_clp->cl_session, + &hdr->args.seq_args, + &hdr->res.seq_res, task)) return; - if (nfs4_set_rw_stateid(&rdata->args.stateid, rdata->args.context, - rdata->args.lock_context, FMODE_READ) == -EIO) + if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context, + hdr->args.lock_context, FMODE_READ) == -EIO) rpc_exit(task, -EIO); /* lost lock, terminate I/O */ } static void filelayout_read_call_done(struct rpc_task *task, void *data) { - struct nfs_pgio_data *rdata = data; + struct nfs_pgio_header *hdr = data; dprintk("--> %s task->tk_status %d\n", __func__, task->tk_status); - if (test_bit(NFS_IOHDR_REDO, &rdata->header->flags) && + if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && task->tk_status == 0) { - nfs41_sequence_done(task, &rdata->res.seq_res); + nfs41_sequence_done(task, &hdr->res.seq_res); return; } /* Note this may cause RPC to be resent */ - rdata->header->mds_ops->rpc_call_done(task, data); + hdr->mds_ops->rpc_call_done(task, data); } static void filelayout_read_count_stats(struct rpc_task *task, void *data) { - struct nfs_pgio_data *rdata = data; + struct nfs_pgio_header *hdr = data; - rpc_count_iostats(task, NFS_SERVER(rdata->header->inode)->client->cl_metrics); + rpc_count_iostats(task, NFS_SERVER(hdr->inode)->client->cl_metrics); } static void filelayout_read_release(void *data) { - struct nfs_pgio_data *rdata = data; - struct pnfs_layout_hdr *lo = rdata->header->lseg->pls_layout; + struct nfs_pgio_header *hdr = data; + struct pnfs_layout_hdr *lo = hdr->lseg->pls_layout; filelayout_fenceme(lo->plh_inode, lo); - nfs_put_client(rdata->ds_clp); - rdata->header->mds_ops->rpc_release(data); + nfs_put_client(hdr->ds_clp); + hdr->mds_ops->rpc_release(data); } static int filelayout_write_done_cb(struct rpc_task *task, - struct nfs_pgio_data *data) + struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = data->header; int err; - trace_nfs4_pnfs_write(data, task->tk_status); - err = filelayout_async_handle_error(task, data->args.context->state, - data->ds_clp, hdr->lseg); + trace_nfs4_pnfs_write(hdr, task->tk_status); + err = filelayout_async_handle_error(task, hdr->args.context->state, + hdr->ds_clp, hdr->lseg); switch (err) { case -NFS4ERR_RESET_TO_MDS: - filelayout_reset_write(data); + filelayout_reset_write(hdr); return task->tk_status; case -EAGAIN: rpc_restart_call_prepare(task); return -EAGAIN; } - filelayout_set_layoutcommit(data); + filelayout_set_layoutcommit(hdr); return 0; } @@ -419,57 +411,57 @@ static void filelayout_write_prepare(struct rpc_task *task, void *data) { - struct nfs_pgio_data *wdata = data; + struct nfs_pgio_header *hdr = data; - if (unlikely(test_bit(NFS_CONTEXT_BAD, &wdata->args.context->flags))) { + if (unlikely(test_bit(NFS_CONTEXT_BAD, &hdr->args.context->flags))) { rpc_exit(task, -EIO); return; } - if (filelayout_reset_to_mds(wdata->header->lseg)) { + if (filelayout_reset_to_mds(hdr->lseg)) { dprintk("%s task %u reset io to MDS\n", __func__, task->tk_pid); - filelayout_reset_write(wdata); + filelayout_reset_write(hdr); rpc_exit(task, 0); return; } - if (nfs41_setup_sequence(wdata->ds_clp->cl_session, - &wdata->args.seq_args, - &wdata->res.seq_res, + if (nfs41_setup_sequence(hdr->ds_clp->cl_session, + &hdr->args.seq_args, + &hdr->res.seq_res, task)) return; - if (nfs4_set_rw_stateid(&wdata->args.stateid, wdata->args.context, - wdata->args.lock_context, FMODE_WRITE) == -EIO) + if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context, + hdr->args.lock_context, FMODE_WRITE) == -EIO) rpc_exit(task, -EIO); /* lost lock, terminate I/O */ } static void filelayout_write_call_done(struct rpc_task *task, void *data) { - struct nfs_pgio_data *wdata = data; + struct nfs_pgio_header *hdr = data; - if (test_bit(NFS_IOHDR_REDO, &wdata->header->flags) && + if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && task->tk_status == 0) { - nfs41_sequence_done(task, &wdata->res.seq_res); + nfs41_sequence_done(task, &hdr->res.seq_res); return; } /* Note this may cause RPC to be resent */ - wdata->header->mds_ops->rpc_call_done(task, data); + hdr->mds_ops->rpc_call_done(task, data); } static void filelayout_write_count_stats(struct rpc_task *task, void *data) { - struct nfs_pgio_data *wdata = data; + struct nfs_pgio_header *hdr = data; - rpc_count_iostats(task, NFS_SERVER(wdata->header->inode)->client->cl_metrics); + rpc_count_iostats(task, NFS_SERVER(hdr->inode)->client->cl_metrics); } static void filelayout_write_release(void *data) { - struct nfs_pgio_data *wdata = data; - struct pnfs_layout_hdr *lo = wdata->header->lseg->pls_layout; + struct nfs_pgio_header *hdr = data; + struct pnfs_layout_hdr *lo = hdr->lseg->pls_layout; filelayout_fenceme(lo->plh_inode, lo); - nfs_put_client(wdata->ds_clp); - wdata->header->mds_ops->rpc_release(data); + nfs_put_client(hdr->ds_clp); + hdr->mds_ops->rpc_release(data); } static void filelayout_commit_prepare(struct rpc_task *task, void *data) @@ -529,19 +521,18 @@ }; static enum pnfs_try_status -filelayout_read_pagelist(struct nfs_pgio_data *data) +filelayout_read_pagelist(struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = data->header; struct pnfs_layout_segment *lseg = hdr->lseg; struct nfs4_pnfs_ds *ds; struct rpc_clnt *ds_clnt; - loff_t offset = data->args.offset; + loff_t offset = hdr->args.offset; u32 j, idx; struct nfs_fh *fh; dprintk("--> %s ino %lu pgbase %u req %Zu@%llu\n", __func__, hdr->inode->i_ino, - data->args.pgbase, (size_t)data->args.count, offset); + hdr->args.pgbase, (size_t)hdr->args.count, offset); /* Retrieve the correct rpc_client for the byte range */ j = nfs4_fl_calc_j_index(lseg, offset); @@ -559,30 +550,29 @@ /* No multipath support. Use first DS */ atomic_inc(&ds->ds_clp->cl_count); - data->ds_clp = ds->ds_clp; - data->ds_idx = idx; + hdr->ds_clp = ds->ds_clp; + hdr->ds_idx = idx; fh = nfs4_fl_select_ds_fh(lseg, j); if (fh) - data->args.fh = fh; + hdr->args.fh = fh; - data->args.offset = filelayout_get_dserver_offset(lseg, offset); - data->mds_offset = offset; + hdr->args.offset = filelayout_get_dserver_offset(lseg, offset); + hdr->mds_offset = offset; /* Perform an asynchronous read to ds */ - nfs_initiate_pgio(ds_clnt, data, + nfs_initiate_pgio(ds_clnt, hdr, &filelayout_read_call_ops, 0, RPC_TASK_SOFTCONN); return PNFS_ATTEMPTED; } /* Perform async writes. */ static enum pnfs_try_status -filelayout_write_pagelist(struct nfs_pgio_data *data, int sync) +filelayout_write_pagelist(struct nfs_pgio_header *hdr, int sync) { - struct nfs_pgio_header *hdr = data->header; struct pnfs_layout_segment *lseg = hdr->lseg; struct nfs4_pnfs_ds *ds; struct rpc_clnt *ds_clnt; - loff_t offset = data->args.offset; + loff_t offset = hdr->args.offset; u32 j, idx; struct nfs_fh *fh; @@ -598,21 +588,20 @@ return PNFS_NOT_ATTEMPTED; dprintk("%s ino %lu sync %d req %Zu@%llu DS: %s cl_count %d\n", - __func__, hdr->inode->i_ino, sync, (size_t) data->args.count, + __func__, hdr->inode->i_ino, sync, (size_t) hdr->args.count, offset, ds->ds_remotestr, atomic_read(&ds->ds_clp->cl_count)); - data->pgio_done_cb = filelayout_write_done_cb; + hdr->pgio_done_cb = filelayout_write_done_cb; atomic_inc(&ds->ds_clp->cl_count); - data->ds_clp = ds->ds_clp; - data->ds_idx = idx; + hdr->ds_clp = ds->ds_clp; + hdr->ds_idx = idx; fh = nfs4_fl_select_ds_fh(lseg, j); if (fh) - data->args.fh = fh; - - data->args.offset = filelayout_get_dserver_offset(lseg, offset); + hdr->args.fh = fh; + hdr->args.offset = filelayout_get_dserver_offset(lseg, offset); /* Perform an asynchronous write */ - nfs_initiate_pgio(ds_clnt, data, + nfs_initiate_pgio(ds_clnt, hdr, &filelayout_write_call_ops, sync, RPC_TASK_SOFTCONN); return PNFS_ATTEMPTED; @@ -1023,6 +1012,7 @@ /* The generic layer is about to remove the req from the commit list. * If this will make the bucket empty, it will need to put the lseg reference. + * Note this is must be called holding the inode (/cinfo) lock */ static void filelayout_clear_request_commit(struct nfs_page *req, @@ -1030,7 +1020,6 @@ { struct pnfs_layout_segment *freeme = NULL; - spin_lock(cinfo->lock); if (!test_and_clear_bit(PG_COMMIT_TO_DS, &req->wb_flags)) goto out; cinfo->ds->nwritten--; @@ -1045,8 +1034,7 @@ } out: nfs_request_remove_commit_list(req, cinfo); - spin_unlock(cinfo->lock); - pnfs_put_lseg(freeme); + pnfs_put_lseg_async(freeme); } static struct list_head * --- linux-lts-utopic-3.16.0.orig/fs/nfs/getroot.c +++ linux-lts-utopic-3.16.0/fs/nfs/getroot.c @@ -58,7 +58,7 @@ */ spin_lock(&sb->s_root->d_inode->i_lock); spin_lock(&sb->s_root->d_lock); - hlist_del_init(&sb->s_root->d_alias); + hlist_del_init(&sb->s_root->d_u.d_alias); spin_unlock(&sb->s_root->d_lock); spin_unlock(&sb->s_root->d_inode->i_lock); } --- linux-lts-utopic-3.16.0.orig/fs/nfs/inode.c +++ linux-lts-utopic-3.16.0/fs/nfs/inode.c @@ -624,7 +624,7 @@ { struct inode *inode = dentry->d_inode; int need_atime = NFS_I(inode)->cache_validity & NFS_INO_INVALID_ATIME; - int err; + int err = 0; trace_nfs_getattr_enter(inode); /* Flush out writes to the server in order to update c/mtime. */ @@ -1179,9 +1179,11 @@ if (fattr->valid & NFS_ATTR_FATTR_SIZE) { cur_size = i_size_read(inode); new_isize = nfs_size_to_loff_t(fattr->size); - if (cur_size != new_isize && nfsi->npages == 0) + if (cur_size != new_isize) invalid |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE; } + if (nfsi->npages != 0) + invalid &= ~NFS_INO_REVAL_PAGECACHE; /* Have any file permissions changed? */ if ((fattr->valid & NFS_ATTR_FATTR_MODE) && (inode->i_mode & S_IALLUGO) != (fattr->mode & S_IALLUGO)) @@ -1520,6 +1522,7 @@ unsigned long invalid = 0; unsigned long now = jiffies; unsigned long save_cache_validity; + bool cache_revalidated = true; dfprintk(VFS, "NFS: %s(%s/%lu fh_crc=0x%08x ct=%d info=0x%x)\n", __func__, inode->i_sb->s_id, inode->i_ino, @@ -1576,28 +1579,33 @@ invalid |= NFS_INO_INVALID_ATTR | NFS_INO_INVALID_DATA | NFS_INO_INVALID_ACCESS - | NFS_INO_INVALID_ACL - | NFS_INO_REVAL_PAGECACHE; + | NFS_INO_INVALID_ACL; if (S_ISDIR(inode->i_mode)) nfs_force_lookup_revalidate(inode); inode->i_version = fattr->change_attr; } - } else if (server->caps & NFS_CAP_CHANGE_ATTR) + } else if (server->caps & NFS_CAP_CHANGE_ATTR) { nfsi->cache_validity |= save_cache_validity; + cache_revalidated = false; + } if (fattr->valid & NFS_ATTR_FATTR_MTIME) { memcpy(&inode->i_mtime, &fattr->mtime, sizeof(inode->i_mtime)); - } else if (server->caps & NFS_CAP_MTIME) + } else if (server->caps & NFS_CAP_MTIME) { nfsi->cache_validity |= save_cache_validity & (NFS_INO_INVALID_ATTR | NFS_INO_REVAL_FORCED); + cache_revalidated = false; + } if (fattr->valid & NFS_ATTR_FATTR_CTIME) { memcpy(&inode->i_ctime, &fattr->ctime, sizeof(inode->i_ctime)); - } else if (server->caps & NFS_CAP_CTIME) + } else if (server->caps & NFS_CAP_CTIME) { nfsi->cache_validity |= save_cache_validity & (NFS_INO_INVALID_ATTR | NFS_INO_REVAL_FORCED); + cache_revalidated = false; + } /* Check if our cached file size is stale */ if (fattr->valid & NFS_ATTR_FATTR_SIZE) { @@ -1609,7 +1617,6 @@ if ((nfsi->npages == 0) || new_isize > cur_isize) { i_size_write(inode, new_isize); invalid |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA; - invalid &= ~NFS_INO_REVAL_PAGECACHE; } dprintk("NFS: isize change on server for file %s/%ld " "(%Ld to %Ld)\n", @@ -1618,19 +1625,23 @@ (long long)cur_isize, (long long)new_isize); } - } else + } else { nfsi->cache_validity |= save_cache_validity & (NFS_INO_INVALID_ATTR | NFS_INO_REVAL_PAGECACHE | NFS_INO_REVAL_FORCED); + cache_revalidated = false; + } if (fattr->valid & NFS_ATTR_FATTR_ATIME) memcpy(&inode->i_atime, &fattr->atime, sizeof(inode->i_atime)); - else if (server->caps & NFS_CAP_ATIME) + else if (server->caps & NFS_CAP_ATIME) { nfsi->cache_validity |= save_cache_validity & (NFS_INO_INVALID_ATIME | NFS_INO_REVAL_FORCED); + cache_revalidated = false; + } if (fattr->valid & NFS_ATTR_FATTR_MODE) { if ((inode->i_mode & S_IALLUGO) != (fattr->mode & S_IALLUGO)) { @@ -1639,36 +1650,42 @@ inode->i_mode = newmode; invalid |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_ACCESS|NFS_INO_INVALID_ACL; } - } else if (server->caps & NFS_CAP_MODE) + } else if (server->caps & NFS_CAP_MODE) { nfsi->cache_validity |= save_cache_validity & (NFS_INO_INVALID_ATTR | NFS_INO_INVALID_ACCESS | NFS_INO_INVALID_ACL | NFS_INO_REVAL_FORCED); + cache_revalidated = false; + } if (fattr->valid & NFS_ATTR_FATTR_OWNER) { if (!uid_eq(inode->i_uid, fattr->uid)) { invalid |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_ACCESS|NFS_INO_INVALID_ACL; inode->i_uid = fattr->uid; } - } else if (server->caps & NFS_CAP_OWNER) + } else if (server->caps & NFS_CAP_OWNER) { nfsi->cache_validity |= save_cache_validity & (NFS_INO_INVALID_ATTR | NFS_INO_INVALID_ACCESS | NFS_INO_INVALID_ACL | NFS_INO_REVAL_FORCED); + cache_revalidated = false; + } if (fattr->valid & NFS_ATTR_FATTR_GROUP) { if (!gid_eq(inode->i_gid, fattr->gid)) { invalid |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_ACCESS|NFS_INO_INVALID_ACL; inode->i_gid = fattr->gid; } - } else if (server->caps & NFS_CAP_OWNER_GROUP) + } else if (server->caps & NFS_CAP_OWNER_GROUP) { nfsi->cache_validity |= save_cache_validity & (NFS_INO_INVALID_ATTR | NFS_INO_INVALID_ACCESS | NFS_INO_INVALID_ACL | NFS_INO_REVAL_FORCED); + cache_revalidated = false; + } if (fattr->valid & NFS_ATTR_FATTR_NLINK) { if (inode->i_nlink != fattr->nlink) { @@ -1677,19 +1694,22 @@ invalid |= NFS_INO_INVALID_DATA; set_nlink(inode, fattr->nlink); } - } else if (server->caps & NFS_CAP_NLINK) + } else if (server->caps & NFS_CAP_NLINK) { nfsi->cache_validity |= save_cache_validity & (NFS_INO_INVALID_ATTR | NFS_INO_REVAL_FORCED); + cache_revalidated = false; + } if (fattr->valid & NFS_ATTR_FATTR_SPACE_USED) { /* * report the blocks in 512byte units */ inode->i_blocks = nfs_calc_block_size(fattr->du.nfs3.used); - } - if (fattr->valid & NFS_ATTR_FATTR_BLOCKS_USED) + } else if (fattr->valid & NFS_ATTR_FATTR_BLOCKS_USED) inode->i_blocks = fattr->du.nfs2.blocks; + else + cache_revalidated = false; /* Update attrtimeo value if we're out of the unstable period */ if (invalid & NFS_INO_INVALID_ATTR) { @@ -1698,13 +1718,21 @@ nfsi->attrtimeo_timestamp = now; nfsi->attr_gencount = nfs_inc_attr_generation_counter(); } else { - if (!time_in_range_open(now, nfsi->attrtimeo_timestamp, nfsi->attrtimeo_timestamp + nfsi->attrtimeo)) { - if ((nfsi->attrtimeo <<= 1) > NFS_MAXATTRTIMEO(inode)) - nfsi->attrtimeo = NFS_MAXATTRTIMEO(inode); + if (cache_revalidated) { + if (!time_in_range_open(now, nfsi->attrtimeo_timestamp, + nfsi->attrtimeo_timestamp + nfsi->attrtimeo)) { + nfsi->attrtimeo <<= 1; + if (nfsi->attrtimeo > NFS_MAXATTRTIMEO(inode)) + nfsi->attrtimeo = NFS_MAXATTRTIMEO(inode); + } nfsi->attrtimeo_timestamp = now; } } - invalid &= ~NFS_INO_INVALID_ATTR; + + /* Don't declare attrcache up to date if there were no attrs! */ + if (cache_revalidated) + invalid &= ~NFS_INO_INVALID_ATTR; + /* Don't invalidate the data if we were to blame */ if (!(S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) || S_ISLNK(inode->i_mode))) @@ -1840,11 +1868,12 @@ static int nfs_net_init(struct net *net) { nfs_clients_init(net); - return 0; + return nfs_fs_proc_net_init(net); } static void nfs_net_exit(struct net *net) { + nfs_fs_proc_net_exit(net); nfs_cleanup_cb_ident_idr(net); } --- linux-lts-utopic-3.16.0.orig/fs/nfs/internal.h +++ linux-lts-utopic-3.16.0/fs/nfs/internal.h @@ -195,7 +195,16 @@ #ifdef CONFIG_PROC_FS extern int __init nfs_fs_proc_init(void); extern void nfs_fs_proc_exit(void); +extern int nfs_fs_proc_net_init(struct net *net); +extern void nfs_fs_proc_net_exit(struct net *net); #else +static inline int nfs_fs_proc_net_init(struct net *net) +{ + return 0; +} +static inline void nfs_fs_proc_net_exit(struct net *net) +{ +} static inline int nfs_fs_proc_init(void) { return 0; @@ -238,11 +247,11 @@ int nfs_iocounter_wait(struct nfs_io_counter *c); extern const struct nfs_pageio_ops nfs_pgio_rw_ops; -struct nfs_rw_header *nfs_rw_header_alloc(const struct nfs_rw_ops *); -void nfs_rw_header_free(struct nfs_pgio_header *); -void nfs_pgio_data_release(struct nfs_pgio_data *); +struct nfs_pgio_header *nfs_pgio_header_alloc(const struct nfs_rw_ops *); +void nfs_pgio_header_free(struct nfs_pgio_header *); +void nfs_pgio_data_destroy(struct nfs_pgio_header *); int nfs_generic_pgio(struct nfs_pageio_descriptor *, struct nfs_pgio_header *); -int nfs_initiate_pgio(struct rpc_clnt *, struct nfs_pgio_data *, +int nfs_initiate_pgio(struct rpc_clnt *, struct nfs_pgio_header *, const struct rpc_call_ops *, int, int); void nfs_free_request(struct nfs_page *req); @@ -482,7 +491,7 @@ extern ssize_t nfs_dreq_bytes_left(struct nfs_direct_req *dreq); /* nfs4proc.c */ -extern void __nfs4_read_done_cb(struct nfs_pgio_data *); +extern void __nfs4_read_done_cb(struct nfs_pgio_header *); extern struct nfs_client *nfs4_init_client(struct nfs_client *clp, const struct rpc_timeout *timeparms, const char *ip_addr); --- linux-lts-utopic-3.16.0.orig/fs/nfs/netns.h +++ linux-lts-utopic-3.16.0/fs/nfs/netns.h @@ -29,6 +29,9 @@ #endif spinlock_t nfs_client_lock; struct timespec boot_time; +#ifdef CONFIG_PROC_FS + struct proc_dir_entry *proc_nfsfs; +#endif }; extern int nfs_net_id; --- linux-lts-utopic-3.16.0.orig/fs/nfs/nfs3acl.c +++ linux-lts-utopic-3.16.0/fs/nfs/nfs3acl.c @@ -129,7 +129,10 @@ .rpc_argp = &args, .rpc_resp = &fattr, }; - int status; + int status = 0; + + if (acl == NULL && (!S_ISDIR(inode->i_mode) || dfacl == NULL)) + goto out; status = -EOPNOTSUPP; if (!nfs_server_capable(inode, NFS_CAP_ACLS)) @@ -256,7 +259,7 @@ char *p = data + *result; acl = get_acl(inode, type); - if (!acl) + if (IS_ERR_OR_NULL(acl)) return 0; posix_acl_release(acl); --- linux-lts-utopic-3.16.0.orig/fs/nfs/nfs3proc.c +++ linux-lts-utopic-3.16.0/fs/nfs/nfs3proc.c @@ -795,41 +795,44 @@ return status; } -static int nfs3_read_done(struct rpc_task *task, struct nfs_pgio_data *data) +static int nfs3_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr) { - struct inode *inode = data->header->inode; + struct inode *inode = hdr->inode; if (nfs3_async_handle_jukebox(task, inode)) return -EAGAIN; nfs_invalidate_atime(inode); - nfs_refresh_inode(inode, &data->fattr); + nfs_refresh_inode(inode, &hdr->fattr); return 0; } -static void nfs3_proc_read_setup(struct nfs_pgio_data *data, struct rpc_message *msg) +static void nfs3_proc_read_setup(struct nfs_pgio_header *hdr, + struct rpc_message *msg) { msg->rpc_proc = &nfs3_procedures[NFS3PROC_READ]; } -static int nfs3_proc_pgio_rpc_prepare(struct rpc_task *task, struct nfs_pgio_data *data) +static int nfs3_proc_pgio_rpc_prepare(struct rpc_task *task, + struct nfs_pgio_header *hdr) { rpc_call_start(task); return 0; } -static int nfs3_write_done(struct rpc_task *task, struct nfs_pgio_data *data) +static int nfs3_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr) { - struct inode *inode = data->header->inode; + struct inode *inode = hdr->inode; if (nfs3_async_handle_jukebox(task, inode)) return -EAGAIN; if (task->tk_status >= 0) - nfs_post_op_update_inode_force_wcc(inode, data->res.fattr); + nfs_post_op_update_inode_force_wcc(inode, hdr->res.fattr); return 0; } -static void nfs3_proc_write_setup(struct nfs_pgio_data *data, struct rpc_message *msg) +static void nfs3_proc_write_setup(struct nfs_pgio_header *hdr, + struct rpc_message *msg) { msg->rpc_proc = &nfs3_procedures[NFS3PROC_WRITE]; } --- linux-lts-utopic-3.16.0.orig/fs/nfs/nfs3xdr.c +++ linux-lts-utopic-3.16.0/fs/nfs/nfs3xdr.c @@ -1342,7 +1342,7 @@ if (args->npages != 0) xdr_write_pages(xdr, args->pages, 0, args->len); else - xdr_reserve_space(xdr, NFS_ACL_INLINE_BUFSIZE); + xdr_reserve_space(xdr, args->len); error = nfsacl_encode(xdr->buf, base, args->inode, (args->mask & NFS_ACL) ? --- linux-lts-utopic-3.16.0.orig/fs/nfs/nfs4_fs.h +++ linux-lts-utopic-3.16.0/fs/nfs/nfs4_fs.h @@ -337,11 +337,11 @@ */ static inline void nfs4_state_protect_write(struct nfs_client *clp, struct rpc_clnt **clntp, - struct rpc_message *msg, struct nfs_pgio_data *wdata) + struct rpc_message *msg, struct nfs_pgio_header *hdr) { if (_nfs4_state_protect(clp, NFS_SP4_MACH_CRED_WRITE, clntp, msg) && !test_bit(NFS_SP4_MACH_CRED_COMMIT, &clp->cl_sp4_flags)) - wdata->args.stable = NFS_FILE_SYNC; + hdr->args.stable = NFS_FILE_SYNC; } #else /* CONFIG_NFS_v4_1 */ static inline struct nfs4_session *nfs4_get_session(const struct nfs_server *server) @@ -369,7 +369,7 @@ static inline void nfs4_state_protect_write(struct nfs_client *clp, struct rpc_clnt **clntp, - struct rpc_message *msg, struct nfs_pgio_data *wdata) + struct rpc_message *msg, struct nfs_pgio_header *hdr) { } #endif /* CONFIG_NFS_V4_1 */ --- linux-lts-utopic-3.16.0.orig/fs/nfs/nfs4client.c +++ linux-lts-utopic-3.16.0/fs/nfs/nfs4client.c @@ -33,7 +33,7 @@ return ret; idr_preload(GFP_KERNEL); spin_lock(&nn->nfs_client_lock); - ret = idr_alloc(&nn->cb_ident_idr, clp, 0, 0, GFP_NOWAIT); + ret = idr_alloc(&nn->cb_ident_idr, clp, 1, 0, GFP_NOWAIT); if (ret >= 0) clp->cl_cb_ident = ret; spin_unlock(&nn->nfs_client_lock); @@ -482,6 +482,16 @@ spin_lock(&nn->nfs_client_lock); list_for_each_entry(pos, &nn->nfs_client_list, cl_share_link) { + + if (pos->rpc_ops != new->rpc_ops) + continue; + + if (pos->cl_proto != new->cl_proto) + continue; + + if (pos->cl_minorversion != new->cl_minorversion) + continue; + /* If "pos" isn't marked ready, we can't trust the * remaining fields in "pos" */ if (pos->cl_cons_state > NFS_CS_READY) { @@ -501,15 +511,6 @@ if (pos->cl_cons_state != NFS_CS_READY) continue; - if (pos->rpc_ops != new->rpc_ops) - continue; - - if (pos->cl_proto != new->cl_proto) - continue; - - if (pos->cl_minorversion != new->cl_minorversion) - continue; - if (pos->cl_clientid != new->cl_clientid) continue; @@ -571,20 +572,14 @@ } /* - * Returns true if the server owners match + * Returns true if the server major ids match */ static bool -nfs4_match_serverowners(struct nfs_client *a, struct nfs_client *b) +nfs4_check_clientid_trunking(struct nfs_client *a, struct nfs_client *b) { struct nfs41_server_owner *o1 = a->cl_serverowner; struct nfs41_server_owner *o2 = b->cl_serverowner; - if (o1->minor_id != o2->minor_id) { - dprintk("NFS: --> %s server owner minor IDs do not match\n", - __func__); - return false; - } - if (o1->major_id_sz != o2->major_id_sz) goto out_major_mismatch; if (memcmp(o1->major_id, o2->major_id, o1->major_id_sz) != 0) @@ -622,6 +617,16 @@ spin_lock(&nn->nfs_client_lock); list_for_each_entry(pos, &nn->nfs_client_list, cl_share_link) { + + if (pos->rpc_ops != new->rpc_ops) + continue; + + if (pos->cl_proto != new->cl_proto) + continue; + + if (pos->cl_minorversion != new->cl_minorversion) + continue; + /* If "pos" isn't marked ready, we can't trust the * remaining fields in "pos", especially the client * ID and serverowner fields. Wait for CREATE_SESSION @@ -635,7 +640,7 @@ prev = pos; status = nfs_wait_client_init_complete(pos); - if (status == 0) { + if (pos->cl_cons_state == NFS_CS_SESSION_INITING) { nfs4_schedule_lease_recovery(pos); status = nfs4_wait_clnt_recover(pos); } @@ -647,19 +652,15 @@ if (pos->cl_cons_state != NFS_CS_READY) continue; - if (pos->rpc_ops != new->rpc_ops) - continue; - - if (pos->cl_proto != new->cl_proto) - continue; - - if (pos->cl_minorversion != new->cl_minorversion) - continue; - if (!nfs4_match_clientids(pos, new)) continue; - if (!nfs4_match_serverowners(pos, new)) + /* + * Note that session trunking is just a special subcase of + * client id trunking. In either case, we want to fall back + * to using the existing nfs_client. + */ + if (!nfs4_check_clientid_trunking(pos, new)) continue; atomic_inc(&pos->cl_count); --- linux-lts-utopic-3.16.0.orig/fs/nfs/nfs4proc.c +++ linux-lts-utopic-3.16.0/fs/nfs/nfs4proc.c @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include @@ -360,11 +361,6 @@ case -NFS4ERR_DELEG_REVOKED: case -NFS4ERR_ADMIN_REVOKED: case -NFS4ERR_BAD_STATEID: - if (inode != NULL && nfs4_have_delegation(inode, FMODE_READ)) { - nfs_remove_bad_delegation(inode); - exception->retry = 1; - break; - } if (state == NULL) break; ret = nfs4_schedule_stateid_recovery(server, state); @@ -1226,6 +1222,7 @@ * Protect the call to nfs4_state_set_mode_locked and * serialise the stateid update */ + spin_lock(&state->owner->so_lock); write_seqlock(&state->seqlock); if (deleg_stateid != NULL) { nfs4_stateid_copy(&state->stateid, deleg_stateid); @@ -1234,7 +1231,6 @@ if (open_stateid != NULL) nfs_set_open_stateid_locked(state, open_stateid, fmode); write_sequnlock(&state->seqlock); - spin_lock(&state->owner->so_lock); update_open_stateflags(state, fmode); spin_unlock(&state->owner->so_lock); } @@ -1647,7 +1643,7 @@ nfs_inode_find_state_and_recover(state->inode, stateid); nfs4_schedule_stateid_recovery(server, state); - return 0; + return -EAGAIN; case -NFS4ERR_DELAY: case -NFS4ERR_GRACE: set_bit(NFS_DELEGATED_STATE, &state->flags); @@ -2094,46 +2090,60 @@ return ret; } +static void nfs_finish_clear_delegation_stateid(struct nfs4_state *state) +{ + nfs_remove_bad_delegation(state->inode); + write_seqlock(&state->seqlock); + nfs4_stateid_copy(&state->stateid, &state->open_stateid); + write_sequnlock(&state->seqlock); + clear_bit(NFS_DELEGATED_STATE, &state->flags); +} + +static void nfs40_clear_delegation_stateid(struct nfs4_state *state) +{ + if (rcu_access_pointer(NFS_I(state->inode)->delegation) != NULL) + nfs_finish_clear_delegation_stateid(state); +} + +static int nfs40_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state) +{ + /* NFSv4.0 doesn't allow for delegation recovery on open expire */ + nfs40_clear_delegation_stateid(state); + return nfs4_open_expired(sp, state); +} + #if defined(CONFIG_NFS_V4_1) -static void nfs41_clear_delegation_stateid(struct nfs4_state *state) +static void nfs41_check_delegation_stateid(struct nfs4_state *state) { struct nfs_server *server = NFS_SERVER(state->inode); - nfs4_stateid *stateid = &state->stateid; + nfs4_stateid stateid; struct nfs_delegation *delegation; - struct rpc_cred *cred = NULL; - int status = -NFS4ERR_BAD_STATEID; - - /* If a state reset has been done, test_stateid is unneeded */ - if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) - return; + struct rpc_cred *cred; + int status; /* Get the delegation credential for use by test/free_stateid */ rcu_read_lock(); delegation = rcu_dereference(NFS_I(state->inode)->delegation); - if (delegation != NULL && - nfs4_stateid_match(&delegation->stateid, stateid)) { - cred = get_rpccred(delegation->cred); - rcu_read_unlock(); - status = nfs41_test_stateid(server, stateid, cred); - trace_nfs4_test_delegation_stateid(state, NULL, status); - } else + if (delegation == NULL) { rcu_read_unlock(); + return; + } + + nfs4_stateid_copy(&stateid, &delegation->stateid); + cred = get_rpccred(delegation->cred); + rcu_read_unlock(); + status = nfs41_test_stateid(server, &stateid, cred); + trace_nfs4_test_delegation_stateid(state, NULL, status); if (status != NFS_OK) { /* Free the stateid unless the server explicitly * informs us the stateid is unrecognized. */ if (status != -NFS4ERR_BAD_STATEID) - nfs41_free_stateid(server, stateid, cred); - nfs_remove_bad_delegation(state->inode); - - write_seqlock(&state->seqlock); - nfs4_stateid_copy(&state->stateid, &state->open_stateid); - write_sequnlock(&state->seqlock); - clear_bit(NFS_DELEGATED_STATE, &state->flags); + nfs41_free_stateid(server, &stateid, cred); + nfs_finish_clear_delegation_stateid(state); } - if (cred != NULL) - put_rpccred(cred); + put_rpccred(cred); } /** @@ -2177,7 +2187,7 @@ { int status; - nfs41_clear_delegation_stateid(state); + nfs41_check_delegation_stateid(state); status = nfs41_check_open_stateid(state); if (status != NFS_OK) status = nfs4_open_expired(sp, state); @@ -2233,9 +2243,9 @@ dentry = d_add_unique(dentry, igrab(state->inode)); if (dentry == NULL) { dentry = opendata->dentry; - } else if (dentry != ctx->dentry) { + } else { dput(ctx->dentry); - ctx->dentry = dget(dentry); + ctx->dentry = dentry; } nfs_set_verifier(dentry, nfs_save_change_attribute(opendata->dir->d_inode)); @@ -2321,7 +2331,7 @@ goto err_free_label; state = ctx->state; - if ((opendata->o_arg.open_flags & O_EXCL) && + if ((opendata->o_arg.open_flags & (O_CREAT|O_EXCL)) == (O_CREAT|O_EXCL) && (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) { nfs4_exclusive_attrset(opendata, sattr); @@ -2545,6 +2555,7 @@ struct nfs4_closedata *calldata = data; struct nfs4_state *state = calldata->state; struct nfs_server *server = NFS_SERVER(calldata->inode); + nfs4_stateid *res_stateid = NULL; dprintk("%s: begin!\n", __func__); if (!nfs4_sequence_done(task, &calldata->res.seq_res)) @@ -2555,12 +2566,12 @@ */ switch (task->tk_status) { case 0: - if (calldata->roc) + res_stateid = &calldata->res.stateid; + if (calldata->arg.fmode == 0 && calldata->roc) pnfs_roc_set_barrier(state->inode, calldata->roc_barrier); - nfs_clear_open_stateid(state, &calldata->res.stateid, 0); renew_lease(server, calldata->timestamp); - goto out_release; + break; case -NFS4ERR_ADMIN_REVOKED: case -NFS4ERR_STALE_STATEID: case -NFS4ERR_OLD_STATEID: @@ -2574,7 +2585,7 @@ goto out_release; } } - nfs_clear_open_stateid(state, NULL, calldata->arg.fmode); + nfs_clear_open_stateid(state, res_stateid, calldata->arg.fmode); out_release: nfs_release_seqid(calldata->arg.seqid); nfs_refresh_inode(calldata->inode, calldata->res.fattr); @@ -2586,6 +2597,7 @@ struct nfs4_closedata *calldata = data; struct nfs4_state *state = calldata->state; struct inode *inode = calldata->inode; + bool is_rdonly, is_wronly, is_rdwr; int call_close = 0; dprintk("%s: begin!\n", __func__); @@ -2593,21 +2605,27 @@ goto out_wait; task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE]; - calldata->arg.fmode = FMODE_READ|FMODE_WRITE; spin_lock(&state->owner->so_lock); + is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags); + is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags); + is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags); /* Calculate the change in open mode */ + calldata->arg.fmode = 0; if (state->n_rdwr == 0) { - if (state->n_rdonly == 0) { - call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags); - call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); - calldata->arg.fmode &= ~FMODE_READ; - } - if (state->n_wronly == 0) { - call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags); - call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); - calldata->arg.fmode &= ~FMODE_WRITE; - } - } + if (state->n_rdonly == 0) + call_close |= is_rdonly; + else if (is_rdonly) + calldata->arg.fmode |= FMODE_READ; + if (state->n_wronly == 0) + call_close |= is_wronly; + else if (is_wronly) + calldata->arg.fmode |= FMODE_WRITE; + } else if (is_rdwr) + calldata->arg.fmode |= FMODE_READ|FMODE_WRITE; + + if (calldata->arg.fmode == 0) + call_close |= is_rdwr; + if (!nfs4_valid_open_stateid(state)) call_close = 0; spin_unlock(&state->owner->so_lock); @@ -4033,24 +4051,25 @@ return false; } -void __nfs4_read_done_cb(struct nfs_pgio_data *data) +void __nfs4_read_done_cb(struct nfs_pgio_header *hdr) { - nfs_invalidate_atime(data->header->inode); + nfs_invalidate_atime(hdr->inode); } -static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_pgio_data *data) +static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr) { - struct nfs_server *server = NFS_SERVER(data->header->inode); + struct nfs_server *server = NFS_SERVER(hdr->inode); - trace_nfs4_read(data, task->tk_status); - if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) { + trace_nfs4_read(hdr, task->tk_status); + if (nfs4_async_handle_error(task, server, + hdr->args.context->state) == -EAGAIN) { rpc_restart_call_prepare(task); return -EAGAIN; } - __nfs4_read_done_cb(data); + __nfs4_read_done_cb(hdr); if (task->tk_status > 0) - renew_lease(server, data->timestamp); + renew_lease(server, hdr->timestamp); return 0; } @@ -4068,54 +4087,59 @@ return true; } -static int nfs4_read_done(struct rpc_task *task, struct nfs_pgio_data *data) +static int nfs4_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr) { dprintk("--> %s\n", __func__); - if (!nfs4_sequence_done(task, &data->res.seq_res)) + if (!nfs4_sequence_done(task, &hdr->res.seq_res)) return -EAGAIN; - if (nfs4_read_stateid_changed(task, &data->args)) + if (nfs4_read_stateid_changed(task, &hdr->args)) return -EAGAIN; - return data->pgio_done_cb ? data->pgio_done_cb(task, data) : - nfs4_read_done_cb(task, data); + return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) : + nfs4_read_done_cb(task, hdr); } -static void nfs4_proc_read_setup(struct nfs_pgio_data *data, struct rpc_message *msg) +static void nfs4_proc_read_setup(struct nfs_pgio_header *hdr, + struct rpc_message *msg) { - data->timestamp = jiffies; - data->pgio_done_cb = nfs4_read_done_cb; + hdr->timestamp = jiffies; + hdr->pgio_done_cb = nfs4_read_done_cb; msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ]; - nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0); + nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 0); } -static int nfs4_proc_pgio_rpc_prepare(struct rpc_task *task, struct nfs_pgio_data *data) +static int nfs4_proc_pgio_rpc_prepare(struct rpc_task *task, + struct nfs_pgio_header *hdr) { - if (nfs4_setup_sequence(NFS_SERVER(data->header->inode), - &data->args.seq_args, - &data->res.seq_res, + if (nfs4_setup_sequence(NFS_SERVER(hdr->inode), + &hdr->args.seq_args, + &hdr->res.seq_res, task)) return 0; - if (nfs4_set_rw_stateid(&data->args.stateid, data->args.context, - data->args.lock_context, data->header->rw_ops->rw_mode) == -EIO) + if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context, + hdr->args.lock_context, + hdr->rw_ops->rw_mode) == -EIO) return -EIO; - if (unlikely(test_bit(NFS_CONTEXT_BAD, &data->args.context->flags))) + if (unlikely(test_bit(NFS_CONTEXT_BAD, &hdr->args.context->flags))) return -EIO; return 0; } -static int nfs4_write_done_cb(struct rpc_task *task, struct nfs_pgio_data *data) +static int nfs4_write_done_cb(struct rpc_task *task, + struct nfs_pgio_header *hdr) { - struct inode *inode = data->header->inode; + struct inode *inode = hdr->inode; - trace_nfs4_write(data, task->tk_status); - if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) { + trace_nfs4_write(hdr, task->tk_status); + if (nfs4_async_handle_error(task, NFS_SERVER(inode), + hdr->args.context->state) == -EAGAIN) { rpc_restart_call_prepare(task); return -EAGAIN; } if (task->tk_status >= 0) { - renew_lease(NFS_SERVER(inode), data->timestamp); - nfs_post_op_update_inode_force_wcc(inode, &data->fattr); + renew_lease(NFS_SERVER(inode), hdr->timestamp); + nfs_post_op_update_inode_force_wcc(inode, &hdr->fattr); } return 0; } @@ -4134,23 +4158,21 @@ return true; } -static int nfs4_write_done(struct rpc_task *task, struct nfs_pgio_data *data) +static int nfs4_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr) { - if (!nfs4_sequence_done(task, &data->res.seq_res)) + if (!nfs4_sequence_done(task, &hdr->res.seq_res)) return -EAGAIN; - if (nfs4_write_stateid_changed(task, &data->args)) + if (nfs4_write_stateid_changed(task, &hdr->args)) return -EAGAIN; - return data->pgio_done_cb ? data->pgio_done_cb(task, data) : - nfs4_write_done_cb(task, data); + return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) : + nfs4_write_done_cb(task, hdr); } static -bool nfs4_write_need_cache_consistency_data(const struct nfs_pgio_data *data) +bool nfs4_write_need_cache_consistency_data(struct nfs_pgio_header *hdr) { - const struct nfs_pgio_header *hdr = data->header; - /* Don't request attributes for pNFS or O_DIRECT writes */ - if (data->ds_clp != NULL || hdr->dreq != NULL) + if (hdr->ds_clp != NULL || hdr->dreq != NULL) return false; /* Otherwise, request attributes if and only if we don't hold * a delegation @@ -4158,23 +4180,24 @@ return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0; } -static void nfs4_proc_write_setup(struct nfs_pgio_data *data, struct rpc_message *msg) +static void nfs4_proc_write_setup(struct nfs_pgio_header *hdr, + struct rpc_message *msg) { - struct nfs_server *server = NFS_SERVER(data->header->inode); + struct nfs_server *server = NFS_SERVER(hdr->inode); - if (!nfs4_write_need_cache_consistency_data(data)) { - data->args.bitmask = NULL; - data->res.fattr = NULL; + if (!nfs4_write_need_cache_consistency_data(hdr)) { + hdr->args.bitmask = NULL; + hdr->res.fattr = NULL; } else - data->args.bitmask = server->cache_consistency_bitmask; + hdr->args.bitmask = server->cache_consistency_bitmask; - if (!data->pgio_done_cb) - data->pgio_done_cb = nfs4_write_done_cb; - data->res.server = server; - data->timestamp = jiffies; + if (!hdr->pgio_done_cb) + hdr->pgio_done_cb = nfs4_write_done_cb; + hdr->res.server = server; + hdr->timestamp = jiffies; msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE]; - nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1); + nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 1); } static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data) @@ -4753,9 +4776,6 @@ case -NFS4ERR_DELEG_REVOKED: case -NFS4ERR_ADMIN_REVOKED: case -NFS4ERR_BAD_STATEID: - if (state == NULL) - break; - nfs_remove_bad_delegation(state->inode); case -NFS4ERR_OPENMODE: if (state == NULL) break; @@ -5414,6 +5434,7 @@ p->server = server; atomic_inc(&lsp->ls_count); p->ctx = get_nfs_open_context(ctx); + get_file(fl->fl_file); memcpy(&p->fl, fl, sizeof(p->fl)); return p; out_free_seqid: @@ -5503,6 +5524,7 @@ nfs_free_seqid(data->arg.lock_seqid); nfs4_put_lock_state(data->lsp); put_nfs_open_context(data->ctx); + fput(data->fl.fl_file); kfree(data); dprintk("%s: done!\n", __func__); } @@ -7229,7 +7251,7 @@ int ret = 0; if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0) - return 0; + return -EAGAIN; task = _nfs41_proc_sequence(clp, cred, false); if (IS_ERR(task)) ret = PTR_ERR(task); @@ -7562,6 +7584,9 @@ dprintk("--> %s\n", __func__); + /* nfs4_layoutget_release calls pnfs_put_layout_hdr */ + pnfs_get_layout_hdr(NFS_I(inode)->layout); + lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags); if (!lgp->args.layout.pages) { nfs4_layoutget_release(lgp); @@ -7574,9 +7599,6 @@ lgp->res.seq_res.sr_slot = NULL; nfs4_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0); - /* nfs4_layoutget_release calls pnfs_put_layout_hdr */ - pnfs_get_layout_hdr(NFS_I(inode)->layout); - task = rpc_run_task(&task_setup_data); if (IS_ERR(task)) return ERR_CAST(task); @@ -8242,7 +8264,7 @@ static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = { .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE, .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE, - .recover_open = nfs4_open_expired, + .recover_open = nfs40_open_expired, .recover_lock = nfs4_lock_expired, .establish_clid = nfs4_init_clientid, }; @@ -8341,6 +8363,7 @@ .reboot_recovery_ops = &nfs41_reboot_recovery_ops, .nograce_recovery_ops = &nfs41_nograce_recovery_ops, .state_renewal_ops = &nfs41_state_renewal_ops, + .mig_recovery_ops = &nfs41_mig_recovery_ops, }; #endif --- linux-lts-utopic-3.16.0.orig/fs/nfs/nfs4renewd.c +++ linux-lts-utopic-3.16.0/fs/nfs/nfs4renewd.c @@ -88,10 +88,18 @@ } nfs_expire_all_delegations(clp); } else { + int ret; + /* Queue an asynchronous RENEW. */ - ops->sched_state_renewal(clp, cred, renew_flags); + ret = ops->sched_state_renewal(clp, cred, renew_flags); put_rpccred(cred); - goto out_exp; + switch (ret) { + default: + goto out_exp; + case -EAGAIN: + case -ENOMEM: + break; + } } } else { dprintk("%s: failed to call renewd. Reason: lease not expired \n", --- linux-lts-utopic-3.16.0.orig/fs/nfs/nfs4state.c +++ linux-lts-utopic-3.16.0/fs/nfs/nfs4state.c @@ -1482,6 +1482,8 @@ spin_unlock(&state->state_lock); } nfs4_put_open_state(state); + clear_bit(NFS_STATE_RECLAIM_NOGRACE, + &state->flags); spin_lock(&sp->so_lock); goto restart; } @@ -1732,7 +1734,8 @@ if (status < 0) { set_bit(ops->owner_flag_bit, &sp->so_flags); nfs4_put_state_owner(sp); - return nfs4_recovery_handle_error(clp, status); + status = nfs4_recovery_handle_error(clp, status); + return (status != 0) ? status : -EAGAIN; } nfs4_put_state_owner(sp); @@ -1741,7 +1744,7 @@ spin_unlock(&clp->cl_lock); } rcu_read_unlock(); - return status; + return 0; } static int nfs4_check_lease(struct nfs_client *clp) @@ -1788,7 +1791,6 @@ break; case -NFS4ERR_STALE_CLIENTID: clear_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state); - nfs4_state_clear_reclaim_reboot(clp); nfs4_state_start_reclaim_reboot(clp); break; case -NFS4ERR_CLID_INUSE: @@ -2372,6 +2374,7 @@ status = nfs4_check_lease(clp); if (status < 0) goto out_error; + continue; } if (test_and_clear_bit(NFS4CLNT_MOVED, &clp->cl_state)) { @@ -2393,14 +2396,11 @@ section = "reclaim reboot"; status = nfs4_do_reclaim(clp, clp->cl_mvops->reboot_recovery_ops); - if (test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) || - test_bit(NFS4CLNT_SESSION_RESET, &clp->cl_state)) - continue; - nfs4_state_end_reclaim_reboot(clp); - if (test_bit(NFS4CLNT_RECLAIM_NOGRACE, &clp->cl_state)) + if (status == -EAGAIN) continue; if (status < 0) goto out_error; + nfs4_state_end_reclaim_reboot(clp); } /* Now recover expired state... */ @@ -2408,9 +2408,7 @@ section = "reclaim nograce"; status = nfs4_do_reclaim(clp, clp->cl_mvops->nograce_recovery_ops); - if (test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) || - test_bit(NFS4CLNT_SESSION_RESET, &clp->cl_state) || - test_bit(NFS4CLNT_RECLAIM_REBOOT, &clp->cl_state)) + if (status == -EAGAIN) continue; if (status < 0) goto out_error; --- linux-lts-utopic-3.16.0.orig/fs/nfs/nfs4trace.h +++ linux-lts-utopic-3.16.0/fs/nfs/nfs4trace.h @@ -932,11 +932,11 @@ DECLARE_EVENT_CLASS(nfs4_read_event, TP_PROTO( - const struct nfs_pgio_data *data, + const struct nfs_pgio_header *hdr, int error ), - TP_ARGS(data, error), + TP_ARGS(hdr, error), TP_STRUCT__entry( __field(dev_t, dev) @@ -948,12 +948,12 @@ ), TP_fast_assign( - const struct inode *inode = data->header->inode; + const struct inode *inode = hdr->inode; __entry->dev = inode->i_sb->s_dev; __entry->fileid = NFS_FILEID(inode); __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode)); - __entry->offset = data->args.offset; - __entry->count = data->args.count; + __entry->offset = hdr->args.offset; + __entry->count = hdr->args.count; __entry->error = error; ), @@ -972,10 +972,10 @@ #define DEFINE_NFS4_READ_EVENT(name) \ DEFINE_EVENT(nfs4_read_event, name, \ TP_PROTO( \ - const struct nfs_pgio_data *data, \ + const struct nfs_pgio_header *hdr, \ int error \ ), \ - TP_ARGS(data, error)) + TP_ARGS(hdr, error)) DEFINE_NFS4_READ_EVENT(nfs4_read); #ifdef CONFIG_NFS_V4_1 DEFINE_NFS4_READ_EVENT(nfs4_pnfs_read); @@ -983,11 +983,11 @@ DECLARE_EVENT_CLASS(nfs4_write_event, TP_PROTO( - const struct nfs_pgio_data *data, + const struct nfs_pgio_header *hdr, int error ), - TP_ARGS(data, error), + TP_ARGS(hdr, error), TP_STRUCT__entry( __field(dev_t, dev) @@ -999,12 +999,12 @@ ), TP_fast_assign( - const struct inode *inode = data->header->inode; + const struct inode *inode = hdr->inode; __entry->dev = inode->i_sb->s_dev; __entry->fileid = NFS_FILEID(inode); __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode)); - __entry->offset = data->args.offset; - __entry->count = data->args.count; + __entry->offset = hdr->args.offset; + __entry->count = hdr->args.count; __entry->error = error; ), @@ -1024,10 +1024,10 @@ #define DEFINE_NFS4_WRITE_EVENT(name) \ DEFINE_EVENT(nfs4_write_event, name, \ TP_PROTO( \ - const struct nfs_pgio_data *data, \ + const struct nfs_pgio_header *hdr, \ int error \ ), \ - TP_ARGS(data, error)) + TP_ARGS(hdr, error)) DEFINE_NFS4_WRITE_EVENT(nfs4_write); #ifdef CONFIG_NFS_V4_1 DEFINE_NFS4_WRITE_EVENT(nfs4_pnfs_write); --- linux-lts-utopic-3.16.0.orig/fs/nfs/objlayout/objio_osd.c +++ linux-lts-utopic-3.16.0/fs/nfs/objlayout/objio_osd.c @@ -439,22 +439,21 @@ objlayout_read_done(&objios->oir, status, objios->sync); } -int objio_read_pagelist(struct nfs_pgio_data *rdata) +int objio_read_pagelist(struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = rdata->header; struct objio_state *objios; int ret; ret = objio_alloc_io_state(NFS_I(hdr->inode)->layout, true, - hdr->lseg, rdata->args.pages, rdata->args.pgbase, - rdata->args.offset, rdata->args.count, rdata, + hdr->lseg, hdr->args.pages, hdr->args.pgbase, + hdr->args.offset, hdr->args.count, hdr, GFP_KERNEL, &objios); if (unlikely(ret)) return ret; objios->ios->done = _read_done; dprintk("%s: offset=0x%llx length=0x%x\n", __func__, - rdata->args.offset, rdata->args.count); + hdr->args.offset, hdr->args.count); ret = ore_read(objios->ios); if (unlikely(ret)) objio_free_result(&objios->oir); @@ -487,11 +486,11 @@ static struct page *__r4w_get_page(void *priv, u64 offset, bool *uptodate) { struct objio_state *objios = priv; - struct nfs_pgio_data *wdata = objios->oir.rpcdata; - struct address_space *mapping = wdata->header->inode->i_mapping; + struct nfs_pgio_header *hdr = objios->oir.rpcdata; + struct address_space *mapping = hdr->inode->i_mapping; pgoff_t index = offset / PAGE_SIZE; struct page *page; - loff_t i_size = i_size_read(wdata->header->inode); + loff_t i_size = i_size_read(hdr->inode); if (offset >= i_size) { *uptodate = true; @@ -531,15 +530,14 @@ .put_page = &__r4w_put_page, }; -int objio_write_pagelist(struct nfs_pgio_data *wdata, int how) +int objio_write_pagelist(struct nfs_pgio_header *hdr, int how) { - struct nfs_pgio_header *hdr = wdata->header; struct objio_state *objios; int ret; ret = objio_alloc_io_state(NFS_I(hdr->inode)->layout, false, - hdr->lseg, wdata->args.pages, wdata->args.pgbase, - wdata->args.offset, wdata->args.count, wdata, GFP_NOFS, + hdr->lseg, hdr->args.pages, hdr->args.pgbase, + hdr->args.offset, hdr->args.count, hdr, GFP_NOFS, &objios); if (unlikely(ret)) return ret; @@ -551,7 +549,7 @@ objios->ios->done = _write_done; dprintk("%s: offset=0x%llx length=0x%x\n", __func__, - wdata->args.offset, wdata->args.count); + hdr->args.offset, hdr->args.count); ret = ore_write(objios->ios); if (unlikely(ret)) { objio_free_result(&objios->oir); --- linux-lts-utopic-3.16.0.orig/fs/nfs/objlayout/objlayout.c +++ linux-lts-utopic-3.16.0/fs/nfs/objlayout/objlayout.c @@ -229,36 +229,36 @@ static void _rpc_read_complete(struct work_struct *work) { struct rpc_task *task; - struct nfs_pgio_data *rdata; + struct nfs_pgio_header *hdr; dprintk("%s enter\n", __func__); task = container_of(work, struct rpc_task, u.tk_work); - rdata = container_of(task, struct nfs_pgio_data, task); + hdr = container_of(task, struct nfs_pgio_header, task); - pnfs_ld_read_done(rdata); + pnfs_ld_read_done(hdr); } void objlayout_read_done(struct objlayout_io_res *oir, ssize_t status, bool sync) { - struct nfs_pgio_data *rdata = oir->rpcdata; + struct nfs_pgio_header *hdr = oir->rpcdata; - oir->status = rdata->task.tk_status = status; + oir->status = hdr->task.tk_status = status; if (status >= 0) - rdata->res.count = status; + hdr->res.count = status; else - rdata->header->pnfs_error = status; + hdr->pnfs_error = status; objlayout_iodone(oir); /* must not use oir after this point */ dprintk("%s: Return status=%zd eof=%d sync=%d\n", __func__, - status, rdata->res.eof, sync); + status, hdr->res.eof, sync); if (sync) - pnfs_ld_read_done(rdata); + pnfs_ld_read_done(hdr); else { - INIT_WORK(&rdata->task.u.tk_work, _rpc_read_complete); - schedule_work(&rdata->task.u.tk_work); + INIT_WORK(&hdr->task.u.tk_work, _rpc_read_complete); + schedule_work(&hdr->task.u.tk_work); } } @@ -266,12 +266,11 @@ * Perform sync or async reads. */ enum pnfs_try_status -objlayout_read_pagelist(struct nfs_pgio_data *rdata) +objlayout_read_pagelist(struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = rdata->header; struct inode *inode = hdr->inode; - loff_t offset = rdata->args.offset; - size_t count = rdata->args.count; + loff_t offset = hdr->args.offset; + size_t count = hdr->args.count; int err; loff_t eof; @@ -279,23 +278,23 @@ if (unlikely(offset + count > eof)) { if (offset >= eof) { err = 0; - rdata->res.count = 0; - rdata->res.eof = 1; + hdr->res.count = 0; + hdr->res.eof = 1; /*FIXME: do we need to call pnfs_ld_read_done() */ goto out; } count = eof - offset; } - rdata->res.eof = (offset + count) >= eof; - _fix_verify_io_params(hdr->lseg, &rdata->args.pages, - &rdata->args.pgbase, - rdata->args.offset, rdata->args.count); + hdr->res.eof = (offset + count) >= eof; + _fix_verify_io_params(hdr->lseg, &hdr->args.pages, + &hdr->args.pgbase, + hdr->args.offset, hdr->args.count); dprintk("%s: inode(%lx) offset 0x%llx count 0x%Zx eof=%d\n", - __func__, inode->i_ino, offset, count, rdata->res.eof); + __func__, inode->i_ino, offset, count, hdr->res.eof); - err = objio_read_pagelist(rdata); + err = objio_read_pagelist(hdr); out: if (unlikely(err)) { hdr->pnfs_error = err; @@ -312,38 +311,38 @@ static void _rpc_write_complete(struct work_struct *work) { struct rpc_task *task; - struct nfs_pgio_data *wdata; + struct nfs_pgio_header *hdr; dprintk("%s enter\n", __func__); task = container_of(work, struct rpc_task, u.tk_work); - wdata = container_of(task, struct nfs_pgio_data, task); + hdr = container_of(task, struct nfs_pgio_header, task); - pnfs_ld_write_done(wdata); + pnfs_ld_write_done(hdr); } void objlayout_write_done(struct objlayout_io_res *oir, ssize_t status, bool sync) { - struct nfs_pgio_data *wdata = oir->rpcdata; + struct nfs_pgio_header *hdr = oir->rpcdata; - oir->status = wdata->task.tk_status = status; + oir->status = hdr->task.tk_status = status; if (status >= 0) { - wdata->res.count = status; - wdata->verf.committed = oir->committed; + hdr->res.count = status; + hdr->writeverf.committed = oir->committed; } else { - wdata->header->pnfs_error = status; + hdr->pnfs_error = status; } objlayout_iodone(oir); /* must not use oir after this point */ dprintk("%s: Return status %zd committed %d sync=%d\n", __func__, - status, wdata->verf.committed, sync); + status, hdr->writeverf.committed, sync); if (sync) - pnfs_ld_write_done(wdata); + pnfs_ld_write_done(hdr); else { - INIT_WORK(&wdata->task.u.tk_work, _rpc_write_complete); - schedule_work(&wdata->task.u.tk_work); + INIT_WORK(&hdr->task.u.tk_work, _rpc_write_complete); + schedule_work(&hdr->task.u.tk_work); } } @@ -351,17 +350,15 @@ * Perform sync or async writes. */ enum pnfs_try_status -objlayout_write_pagelist(struct nfs_pgio_data *wdata, - int how) +objlayout_write_pagelist(struct nfs_pgio_header *hdr, int how) { - struct nfs_pgio_header *hdr = wdata->header; int err; - _fix_verify_io_params(hdr->lseg, &wdata->args.pages, - &wdata->args.pgbase, - wdata->args.offset, wdata->args.count); + _fix_verify_io_params(hdr->lseg, &hdr->args.pages, + &hdr->args.pgbase, + hdr->args.offset, hdr->args.count); - err = objio_write_pagelist(wdata, how); + err = objio_write_pagelist(hdr, how); if (unlikely(err)) { hdr->pnfs_error = err; dprintk("%s: Returned Error %d\n", __func__, err); --- linux-lts-utopic-3.16.0.orig/fs/nfs/objlayout/objlayout.h +++ linux-lts-utopic-3.16.0/fs/nfs/objlayout/objlayout.h @@ -119,8 +119,8 @@ */ extern void objio_free_result(struct objlayout_io_res *oir); -extern int objio_read_pagelist(struct nfs_pgio_data *rdata); -extern int objio_write_pagelist(struct nfs_pgio_data *wdata, int how); +extern int objio_read_pagelist(struct nfs_pgio_header *rdata); +extern int objio_write_pagelist(struct nfs_pgio_header *wdata, int how); /* * callback API @@ -168,10 +168,10 @@ extern void objlayout_free_lseg(struct pnfs_layout_segment *); extern enum pnfs_try_status objlayout_read_pagelist( - struct nfs_pgio_data *); + struct nfs_pgio_header *); extern enum pnfs_try_status objlayout_write_pagelist( - struct nfs_pgio_data *, + struct nfs_pgio_header *, int how); extern void objlayout_encode_layoutcommit( --- linux-lts-utopic-3.16.0.orig/fs/nfs/pagelist.c +++ linux-lts-utopic-3.16.0/fs/nfs/pagelist.c @@ -63,8 +63,8 @@ void nfs_set_pgio_error(struct nfs_pgio_header *hdr, int error, loff_t pos) { spin_lock(&hdr->lock); - if (pos < hdr->io_start + hdr->good_bytes) { - set_bit(NFS_IOHDR_ERROR, &hdr->flags); + if (!test_and_set_bit(NFS_IOHDR_ERROR, &hdr->flags) + || pos < hdr->io_start + hdr->good_bytes) { clear_bit(NFS_IOHDR_EOF, &hdr->flags); hdr->good_bytes = pos - hdr->io_start; hdr->error = error; @@ -116,7 +116,7 @@ if (atomic_read(&c->io_count) == 0) break; ret = nfs_wait_bit_killable(&c->flags); - } while (atomic_read(&c->io_count) != 0); + } while (atomic_read(&c->io_count) != 0 && !ret); finish_wait(wq, &q.wait); return ret; } @@ -145,19 +145,51 @@ /* * nfs_page_group_lock - lock the head of the page group * @req - request in group that is to be locked + * @nonblock - if true don't block waiting for lock * * this lock must be held if modifying the page group list + * + * return 0 on success, < 0 on error: -EDELAY if nonblocking or the + * result from wait_on_bit_lock + * + * NOTE: calling with nonblock=false should always have set the + * lock bit (see fs/buffer.c and other uses of wait_on_bit_lock + * with TASK_UNINTERRUPTIBLE), so there is no need to check the result. + */ +int +nfs_page_group_lock(struct nfs_page *req, bool nonblock) +{ + struct nfs_page *head = req->wb_head; + + WARN_ON_ONCE(head != head->wb_head); + + if (!test_and_set_bit(PG_HEADLOCK, &head->wb_flags)) + return 0; + + if (!nonblock) + return wait_on_bit_lock(&head->wb_flags, PG_HEADLOCK, + nfs_wait_bit_uninterruptible, + TASK_UNINTERRUPTIBLE); + + return -EAGAIN; +} + +/* + * nfs_page_group_lock_wait - wait for the lock to clear, but don't grab it + * @req - a request in the group + * + * This is a blocking call to wait for the group lock to be cleared. */ void -nfs_page_group_lock(struct nfs_page *req) +nfs_page_group_lock_wait(struct nfs_page *req) { struct nfs_page *head = req->wb_head; WARN_ON_ONCE(head != head->wb_head); - wait_on_bit_lock(&head->wb_flags, PG_HEADLOCK, - nfs_wait_bit_uninterruptible, - TASK_UNINTERRUPTIBLE); + wait_on_bit(&head->wb_flags, PG_HEADLOCK, + nfs_wait_bit_uninterruptible, + TASK_UNINTERRUPTIBLE); } /* @@ -218,7 +250,7 @@ { bool ret; - nfs_page_group_lock(req); + nfs_page_group_lock(req, false); ret = nfs_page_group_sync_on_bit_locked(req, bit); nfs_page_group_unlock(req); @@ -462,123 +494,73 @@ } EXPORT_SYMBOL_GPL(nfs_generic_pg_test); -static inline struct nfs_rw_header *NFS_RW_HEADER(struct nfs_pgio_header *hdr) -{ - return container_of(hdr, struct nfs_rw_header, header); -} - -/** - * nfs_rw_header_alloc - Allocate a header for a read or write - * @ops: Read or write function vector - */ -struct nfs_rw_header *nfs_rw_header_alloc(const struct nfs_rw_ops *ops) +struct nfs_pgio_header *nfs_pgio_header_alloc(const struct nfs_rw_ops *ops) { - struct nfs_rw_header *header = ops->rw_alloc_header(); - - if (header) { - struct nfs_pgio_header *hdr = &header->header; + struct nfs_pgio_header *hdr = ops->rw_alloc_header(); + if (hdr) { INIT_LIST_HEAD(&hdr->pages); spin_lock_init(&hdr->lock); - atomic_set(&hdr->refcnt, 0); hdr->rw_ops = ops; } - return header; + return hdr; } -EXPORT_SYMBOL_GPL(nfs_rw_header_alloc); +EXPORT_SYMBOL_GPL(nfs_pgio_header_alloc); /* - * nfs_rw_header_free - Free a read or write header + * nfs_pgio_header_free - Free a read or write header * @hdr: The header to free */ -void nfs_rw_header_free(struct nfs_pgio_header *hdr) +void nfs_pgio_header_free(struct nfs_pgio_header *hdr) { - hdr->rw_ops->rw_free_header(NFS_RW_HEADER(hdr)); -} -EXPORT_SYMBOL_GPL(nfs_rw_header_free); - -/** - * nfs_pgio_data_alloc - Allocate pageio data - * @hdr: The header making a request - * @pagecount: Number of pages to create - */ -static struct nfs_pgio_data *nfs_pgio_data_alloc(struct nfs_pgio_header *hdr, - unsigned int pagecount) -{ - struct nfs_pgio_data *data, *prealloc; - - prealloc = &NFS_RW_HEADER(hdr)->rpc_data; - if (prealloc->header == NULL) - data = prealloc; - else - data = kzalloc(sizeof(*data), GFP_KERNEL); - if (!data) - goto out; - - if (nfs_pgarray_set(&data->pages, pagecount)) { - data->header = hdr; - atomic_inc(&hdr->refcnt); - } else { - if (data != prealloc) - kfree(data); - data = NULL; - } -out: - return data; + hdr->rw_ops->rw_free_header(hdr); } +EXPORT_SYMBOL_GPL(nfs_pgio_header_free); /** - * nfs_pgio_data_release - Properly free pageio data - * @data: The data to release + * nfs_pgio_data_destroy - make @hdr suitable for reuse + * + * Frees memory and releases refs from nfs_generic_pgio, so that it may + * be called again. + * + * @hdr: A header that has had nfs_generic_pgio called */ -void nfs_pgio_data_release(struct nfs_pgio_data *data) +void nfs_pgio_data_destroy(struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = data->header; - struct nfs_rw_header *pageio_header = NFS_RW_HEADER(hdr); - - put_nfs_open_context(data->args.context); - if (data->pages.pagevec != data->pages.page_array) - kfree(data->pages.pagevec); - if (data == &pageio_header->rpc_data) { - data->header = NULL; - data = NULL; - } - if (atomic_dec_and_test(&hdr->refcnt)) - hdr->completion_ops->completion(hdr); - /* Note: we only free the rpc_task after callbacks are done. - * See the comment in rpc_free_task() for why - */ - kfree(data); + if (hdr->args.context) + put_nfs_open_context(hdr->args.context); + if (hdr->page_array.pagevec != hdr->page_array.page_array) + kfree(hdr->page_array.pagevec); } -EXPORT_SYMBOL_GPL(nfs_pgio_data_release); +EXPORT_SYMBOL_GPL(nfs_pgio_data_destroy); /** * nfs_pgio_rpcsetup - Set up arguments for a pageio call - * @data: The pageio data + * @hdr: The pageio hdr * @count: Number of bytes to read * @offset: Initial offset * @how: How to commit data (writes only) * @cinfo: Commit information for the call (writes only) */ -static void nfs_pgio_rpcsetup(struct nfs_pgio_data *data, +static void nfs_pgio_rpcsetup(struct nfs_pgio_header *hdr, unsigned int count, unsigned int offset, int how, struct nfs_commit_info *cinfo) { - struct nfs_page *req = data->header->req; + struct nfs_page *req = hdr->req; /* Set up the RPC argument and reply structs - * NB: take care not to mess about with data->commit et al. */ + * NB: take care not to mess about with hdr->commit et al. */ - data->args.fh = NFS_FH(data->header->inode); - data->args.offset = req_offset(req) + offset; + hdr->args.fh = NFS_FH(hdr->inode); + hdr->args.offset = req_offset(req) + offset; /* pnfs_set_layoutcommit needs this */ - data->mds_offset = data->args.offset; - data->args.pgbase = req->wb_pgbase + offset; - data->args.pages = data->pages.pagevec; - data->args.count = count; - data->args.context = get_nfs_open_context(req->wb_context); - data->args.lock_context = req->wb_lock_context; - data->args.stable = NFS_UNSTABLE; + hdr->mds_offset = hdr->args.offset; + hdr->args.pgbase = req->wb_pgbase + offset; + hdr->args.pages = hdr->page_array.pagevec; + hdr->args.count = count; + hdr->args.context = get_nfs_open_context(req->wb_context); + hdr->args.lock_context = req->wb_lock_context; + hdr->args.stable = NFS_UNSTABLE; switch (how & (FLUSH_STABLE | FLUSH_COND_STABLE)) { case 0: break; @@ -586,59 +568,59 @@ if (nfs_reqs_to_commit(cinfo)) break; default: - data->args.stable = NFS_FILE_SYNC; + hdr->args.stable = NFS_FILE_SYNC; } - data->res.fattr = &data->fattr; - data->res.count = count; - data->res.eof = 0; - data->res.verf = &data->verf; - nfs_fattr_init(&data->fattr); + hdr->res.fattr = &hdr->fattr; + hdr->res.count = count; + hdr->res.eof = 0; + hdr->res.verf = &hdr->writeverf; + nfs_fattr_init(&hdr->fattr); } /** - * nfs_pgio_prepare - Prepare pageio data to go over the wire + * nfs_pgio_prepare - Prepare pageio hdr to go over the wire * @task: The current task - * @calldata: pageio data to prepare + * @calldata: pageio header to prepare */ static void nfs_pgio_prepare(struct rpc_task *task, void *calldata) { - struct nfs_pgio_data *data = calldata; + struct nfs_pgio_header *hdr = calldata; int err; - err = NFS_PROTO(data->header->inode)->pgio_rpc_prepare(task, data); + err = NFS_PROTO(hdr->inode)->pgio_rpc_prepare(task, hdr); if (err) rpc_exit(task, err); } -int nfs_initiate_pgio(struct rpc_clnt *clnt, struct nfs_pgio_data *data, +int nfs_initiate_pgio(struct rpc_clnt *clnt, struct nfs_pgio_header *hdr, const struct rpc_call_ops *call_ops, int how, int flags) { struct rpc_task *task; struct rpc_message msg = { - .rpc_argp = &data->args, - .rpc_resp = &data->res, - .rpc_cred = data->header->cred, + .rpc_argp = &hdr->args, + .rpc_resp = &hdr->res, + .rpc_cred = hdr->cred, }; struct rpc_task_setup task_setup_data = { .rpc_client = clnt, - .task = &data->task, + .task = &hdr->task, .rpc_message = &msg, .callback_ops = call_ops, - .callback_data = data, + .callback_data = hdr, .workqueue = nfsiod_workqueue, .flags = RPC_TASK_ASYNC | flags, }; int ret = 0; - data->header->rw_ops->rw_initiate(data, &msg, &task_setup_data, how); + hdr->rw_ops->rw_initiate(hdr, &msg, &task_setup_data, how); dprintk("NFS: %5u initiated pgio call " "(req %s/%llu, %u bytes @ offset %llu)\n", - data->task.tk_pid, - data->header->inode->i_sb->s_id, - (unsigned long long)NFS_FILEID(data->header->inode), - data->args.count, - (unsigned long long)data->args.offset); + hdr->task.tk_pid, + hdr->inode->i_sb->s_id, + (unsigned long long)NFS_FILEID(hdr->inode), + hdr->args.count, + (unsigned long long)hdr->args.offset); task = rpc_run_task(&task_setup_data); if (IS_ERR(task)) { @@ -665,22 +647,23 @@ struct nfs_pgio_header *hdr) { set_bit(NFS_IOHDR_REDO, &hdr->flags); - nfs_pgio_data_release(hdr->data); - hdr->data = NULL; + nfs_pgio_data_destroy(hdr); + hdr->completion_ops->completion(hdr); desc->pg_completion_ops->error_cleanup(&desc->pg_list); return -ENOMEM; } /** * nfs_pgio_release - Release pageio data - * @calldata: The pageio data to release + * @calldata: The pageio header to release */ static void nfs_pgio_release(void *calldata) { - struct nfs_pgio_data *data = calldata; - if (data->header->rw_ops->rw_release) - data->header->rw_ops->rw_release(data); - nfs_pgio_data_release(data); + struct nfs_pgio_header *hdr = calldata; + if (hdr->rw_ops->rw_release) + hdr->rw_ops->rw_release(hdr); + nfs_pgio_data_destroy(hdr); + hdr->completion_ops->completion(hdr); } /** @@ -721,22 +704,22 @@ /** * nfs_pgio_result - Basic pageio error handling * @task: The task that ran - * @calldata: Pageio data to check + * @calldata: Pageio header to check */ static void nfs_pgio_result(struct rpc_task *task, void *calldata) { - struct nfs_pgio_data *data = calldata; - struct inode *inode = data->header->inode; + struct nfs_pgio_header *hdr = calldata; + struct inode *inode = hdr->inode; dprintk("NFS: %s: %5u, (status %d)\n", __func__, task->tk_pid, task->tk_status); - if (data->header->rw_ops->rw_done(task, data, inode) != 0) + if (hdr->rw_ops->rw_done(task, hdr, inode) != 0) return; if (task->tk_status < 0) - nfs_set_pgio_error(data->header, task->tk_status, data->args.offset); + nfs_set_pgio_error(hdr, task->tk_status, hdr->args.offset); else - data->header->rw_ops->rw_result(task, data); + hdr->rw_ops->rw_result(task, hdr); } /* @@ -751,32 +734,41 @@ struct nfs_pgio_header *hdr) { struct nfs_page *req; - struct page **pages; - struct nfs_pgio_data *data; + struct page **pages, + *last_page; struct list_head *head = &desc->pg_list; struct nfs_commit_info cinfo; + unsigned int pagecount, pageused; - data = nfs_pgio_data_alloc(hdr, nfs_page_array_len(desc->pg_base, - desc->pg_count)); - if (!data) + pagecount = nfs_page_array_len(desc->pg_base, desc->pg_count); + if (!nfs_pgarray_set(&hdr->page_array, pagecount)) return nfs_pgio_error(desc, hdr); nfs_init_cinfo(&cinfo, desc->pg_inode, desc->pg_dreq); - pages = data->pages.pagevec; + pages = hdr->page_array.pagevec; + last_page = NULL; + pageused = 0; while (!list_empty(head)) { req = nfs_list_entry(head->next); nfs_list_remove_request(req); nfs_list_add_request(req, &hdr->pages); - *pages++ = req->wb_page; + + if (!last_page || last_page != req->wb_page) { + pageused++; + if (pageused > pagecount) + break; + *pages++ = last_page = req->wb_page; + } } + if (WARN_ON_ONCE(pageused != pagecount)) + return nfs_pgio_error(desc, hdr); if ((desc->pg_ioflags & FLUSH_COND_STABLE) && (desc->pg_moreio || nfs_reqs_to_commit(&cinfo))) desc->pg_ioflags &= ~FLUSH_COND_STABLE; /* Set up the argument struct */ - nfs_pgio_rpcsetup(data, desc->pg_count, 0, desc->pg_ioflags, &cinfo); - hdr->data = data; + nfs_pgio_rpcsetup(hdr, desc->pg_count, 0, desc->pg_ioflags, &cinfo); desc->pg_rpc_callops = &nfs_pgio_common_ops; return 0; } @@ -784,25 +776,20 @@ static int nfs_generic_pg_pgios(struct nfs_pageio_descriptor *desc) { - struct nfs_rw_header *rw_hdr; struct nfs_pgio_header *hdr; int ret; - rw_hdr = nfs_rw_header_alloc(desc->pg_rw_ops); - if (!rw_hdr) { + hdr = nfs_pgio_header_alloc(desc->pg_rw_ops); + if (!hdr) { desc->pg_completion_ops->error_cleanup(&desc->pg_list); return -ENOMEM; } - hdr = &rw_hdr->header; - nfs_pgheader_init(desc, hdr, nfs_rw_header_free); - atomic_inc(&hdr->refcnt); + nfs_pgheader_init(desc, hdr, nfs_pgio_header_free); ret = nfs_generic_pgio(desc, hdr); if (ret == 0) ret = nfs_initiate_pgio(NFS_CLIENT(hdr->inode), - hdr->data, desc->pg_rpc_callops, + hdr, desc->pg_rpc_callops, desc->pg_ioflags, 0); - if (atomic_dec_and_test(&hdr->refcnt)) - hdr->completion_ops->completion(hdr); return ret; } @@ -845,6 +832,14 @@ return false; if (req_offset(req) != req_offset(prev) + prev->wb_bytes) return false; + if (req->wb_page == prev->wb_page) { + if (req->wb_pgbase != prev->wb_pgbase + prev->wb_bytes) + return false; + } else { + if (req->wb_pgbase != 0 || + prev->wb_pgbase + prev->wb_bytes != PAGE_CACHE_SIZE) + return false; + } } size = pgio->pg_ops->pg_test(pgio, prev, req); WARN_ON_ONCE(size > req->wb_bytes); @@ -916,7 +911,7 @@ unsigned int bytes_left = 0; unsigned int offset, pgbase; - nfs_page_group_lock(req); + nfs_page_group_lock(req, false); subreq = req; bytes_left = subreq->wb_bytes; @@ -938,7 +933,7 @@ if (desc->pg_recoalesce) return 0; /* retry add_request for this subreq */ - nfs_page_group_lock(req); + nfs_page_group_lock(req, false); continue; } --- linux-lts-utopic-3.16.0.orig/fs/nfs/pnfs.c +++ linux-lts-utopic-3.16.0/fs/nfs/pnfs.c @@ -361,6 +361,23 @@ } EXPORT_SYMBOL_GPL(pnfs_put_lseg); +static void pnfs_put_lseg_async_work(struct work_struct *work) +{ + struct pnfs_layout_segment *lseg; + + lseg = container_of(work, struct pnfs_layout_segment, pls_work); + + pnfs_put_lseg(lseg); +} + +void +pnfs_put_lseg_async(struct pnfs_layout_segment *lseg) +{ + INIT_WORK(&lseg->pls_work, pnfs_put_lseg_async_work); + schedule_work(&lseg->pls_work); +} +EXPORT_SYMBOL_GPL(pnfs_put_lseg_async); + static u64 end_offset(u64 start, u64 len) { @@ -1386,19 +1403,19 @@ { u64 rd_size = req->wb_bytes; - WARN_ON_ONCE(pgio->pg_lseg != NULL); + if (pgio->pg_lseg == NULL) { + if (pgio->pg_dreq == NULL) + rd_size = i_size_read(pgio->pg_inode) - req_offset(req); + else + rd_size = nfs_dreq_bytes_left(pgio->pg_dreq); - if (pgio->pg_dreq == NULL) - rd_size = i_size_read(pgio->pg_inode) - req_offset(req); - else - rd_size = nfs_dreq_bytes_left(pgio->pg_dreq); - - pgio->pg_lseg = pnfs_update_layout(pgio->pg_inode, - req->wb_context, - req_offset(req), - rd_size, - IOMODE_READ, - GFP_KERNEL); + pgio->pg_lseg = pnfs_update_layout(pgio->pg_inode, + req->wb_context, + req_offset(req), + rd_size, + IOMODE_READ, + GFP_KERNEL); + } /* If no lseg, fall back to read through mds */ if (pgio->pg_lseg == NULL) nfs_pageio_reset_read_mds(pgio); @@ -1410,14 +1427,13 @@ pnfs_generic_pg_init_write(struct nfs_pageio_descriptor *pgio, struct nfs_page *req, u64 wb_size) { - WARN_ON_ONCE(pgio->pg_lseg != NULL); - - pgio->pg_lseg = pnfs_update_layout(pgio->pg_inode, - req->wb_context, - req_offset(req), - wb_size, - IOMODE_RW, - GFP_NOFS); + if (pgio->pg_lseg == NULL) + pgio->pg_lseg = pnfs_update_layout(pgio->pg_inode, + req->wb_context, + req_offset(req), + wb_size, + IOMODE_RW, + GFP_NOFS); /* If no lseg, fall back to write through mds */ if (pgio->pg_lseg == NULL) nfs_pageio_reset_write_mds(pgio); @@ -1502,9 +1518,8 @@ } EXPORT_SYMBOL_GPL(pnfs_write_done_resend_to_mds); -static void pnfs_ld_handle_write_error(struct nfs_pgio_data *data) +static void pnfs_ld_handle_write_error(struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = data->header; dprintk("pnfs write error = %d\n", hdr->pnfs_error); if (NFS_SERVER(hdr->inode)->pnfs_curr_ld->flags & @@ -1512,7 +1527,7 @@ pnfs_return_layout(hdr->inode); } if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) - data->task.tk_status = pnfs_write_done_resend_to_mds(hdr->inode, + hdr->task.tk_status = pnfs_write_done_resend_to_mds(hdr->inode, &hdr->pages, hdr->completion_ops, hdr->dreq); @@ -1521,41 +1536,37 @@ /* * Called by non rpc-based layout drivers */ -void pnfs_ld_write_done(struct nfs_pgio_data *data) +void pnfs_ld_write_done(struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = data->header; - - trace_nfs4_pnfs_write(data, hdr->pnfs_error); + trace_nfs4_pnfs_write(hdr, hdr->pnfs_error); if (!hdr->pnfs_error) { - pnfs_set_layoutcommit(data); - hdr->mds_ops->rpc_call_done(&data->task, data); + pnfs_set_layoutcommit(hdr); + hdr->mds_ops->rpc_call_done(&hdr->task, hdr); } else - pnfs_ld_handle_write_error(data); - hdr->mds_ops->rpc_release(data); + pnfs_ld_handle_write_error(hdr); + hdr->mds_ops->rpc_release(hdr); } EXPORT_SYMBOL_GPL(pnfs_ld_write_done); static void pnfs_write_through_mds(struct nfs_pageio_descriptor *desc, - struct nfs_pgio_data *data) + struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = data->header; - if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { list_splice_tail_init(&hdr->pages, &desc->pg_list); nfs_pageio_reset_write_mds(desc); desc->pg_recoalesce = 1; } - nfs_pgio_data_release(data); + nfs_pgio_data_destroy(hdr); + hdr->release(hdr); } static enum pnfs_try_status -pnfs_try_to_write_data(struct nfs_pgio_data *wdata, +pnfs_try_to_write_data(struct nfs_pgio_header *hdr, const struct rpc_call_ops *call_ops, struct pnfs_layout_segment *lseg, int how) { - struct nfs_pgio_header *hdr = wdata->header; struct inode *inode = hdr->inode; enum pnfs_try_status trypnfs; struct nfs_server *nfss = NFS_SERVER(inode); @@ -1563,8 +1574,8 @@ hdr->mds_ops = call_ops; dprintk("%s: Writing ino:%lu %u@%llu (how %d)\n", __func__, - inode->i_ino, wdata->args.count, wdata->args.offset, how); - trypnfs = nfss->pnfs_curr_ld->write_pagelist(wdata, how); + inode->i_ino, hdr->args.count, hdr->args.offset, how); + trypnfs = nfss->pnfs_curr_ld->write_pagelist(hdr, how); if (trypnfs != PNFS_NOT_ATTEMPTED) nfs_inc_stats(inode, NFSIOS_PNFS_WRITE); dprintk("%s End (trypnfs:%d)\n", __func__, trypnfs); @@ -1575,51 +1586,45 @@ pnfs_do_write(struct nfs_pageio_descriptor *desc, struct nfs_pgio_header *hdr, int how) { - struct nfs_pgio_data *data = hdr->data; const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; struct pnfs_layout_segment *lseg = desc->pg_lseg; enum pnfs_try_status trypnfs; desc->pg_lseg = NULL; - trypnfs = pnfs_try_to_write_data(data, call_ops, lseg, how); + trypnfs = pnfs_try_to_write_data(hdr, call_ops, lseg, how); if (trypnfs == PNFS_NOT_ATTEMPTED) - pnfs_write_through_mds(desc, data); + pnfs_write_through_mds(desc, hdr); pnfs_put_lseg(lseg); } static void pnfs_writehdr_free(struct nfs_pgio_header *hdr) { pnfs_put_lseg(hdr->lseg); - nfs_rw_header_free(hdr); + nfs_pgio_header_free(hdr); } EXPORT_SYMBOL_GPL(pnfs_writehdr_free); int pnfs_generic_pg_writepages(struct nfs_pageio_descriptor *desc) { - struct nfs_rw_header *whdr; struct nfs_pgio_header *hdr; int ret; - whdr = nfs_rw_header_alloc(desc->pg_rw_ops); - if (!whdr) { + hdr = nfs_pgio_header_alloc(desc->pg_rw_ops); + if (!hdr) { desc->pg_completion_ops->error_cleanup(&desc->pg_list); pnfs_put_lseg(desc->pg_lseg); desc->pg_lseg = NULL; return -ENOMEM; } - hdr = &whdr->header; nfs_pgheader_init(desc, hdr, pnfs_writehdr_free); hdr->lseg = pnfs_get_lseg(desc->pg_lseg); - atomic_inc(&hdr->refcnt); ret = nfs_generic_pgio(desc, hdr); if (ret != 0) { pnfs_put_lseg(desc->pg_lseg); desc->pg_lseg = NULL; } else pnfs_do_write(desc, hdr, desc->pg_ioflags); - if (atomic_dec_and_test(&hdr->refcnt)) - hdr->completion_ops->completion(hdr); return ret; } EXPORT_SYMBOL_GPL(pnfs_generic_pg_writepages); @@ -1652,17 +1657,15 @@ } EXPORT_SYMBOL_GPL(pnfs_read_done_resend_to_mds); -static void pnfs_ld_handle_read_error(struct nfs_pgio_data *data) +static void pnfs_ld_handle_read_error(struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = data->header; - dprintk("pnfs read error = %d\n", hdr->pnfs_error); if (NFS_SERVER(hdr->inode)->pnfs_curr_ld->flags & PNFS_LAYOUTRET_ON_ERROR) { pnfs_return_layout(hdr->inode); } if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) - data->task.tk_status = pnfs_read_done_resend_to_mds(hdr->inode, + hdr->task.tk_status = pnfs_read_done_resend_to_mds(hdr->inode, &hdr->pages, hdr->completion_ops, hdr->dreq); @@ -1671,43 +1674,39 @@ /* * Called by non rpc-based layout drivers */ -void pnfs_ld_read_done(struct nfs_pgio_data *data) +void pnfs_ld_read_done(struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = data->header; - - trace_nfs4_pnfs_read(data, hdr->pnfs_error); + trace_nfs4_pnfs_read(hdr, hdr->pnfs_error); if (likely(!hdr->pnfs_error)) { - __nfs4_read_done_cb(data); - hdr->mds_ops->rpc_call_done(&data->task, data); + __nfs4_read_done_cb(hdr); + hdr->mds_ops->rpc_call_done(&hdr->task, hdr); } else - pnfs_ld_handle_read_error(data); - hdr->mds_ops->rpc_release(data); + pnfs_ld_handle_read_error(hdr); + hdr->mds_ops->rpc_release(hdr); } EXPORT_SYMBOL_GPL(pnfs_ld_read_done); static void pnfs_read_through_mds(struct nfs_pageio_descriptor *desc, - struct nfs_pgio_data *data) + struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = data->header; - if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { list_splice_tail_init(&hdr->pages, &desc->pg_list); nfs_pageio_reset_read_mds(desc); desc->pg_recoalesce = 1; } - nfs_pgio_data_release(data); + nfs_pgio_data_destroy(hdr); + hdr->release(hdr); } /* * Call the appropriate parallel I/O subsystem read function. */ static enum pnfs_try_status -pnfs_try_to_read_data(struct nfs_pgio_data *rdata, +pnfs_try_to_read_data(struct nfs_pgio_header *hdr, const struct rpc_call_ops *call_ops, struct pnfs_layout_segment *lseg) { - struct nfs_pgio_header *hdr = rdata->header; struct inode *inode = hdr->inode; struct nfs_server *nfss = NFS_SERVER(inode); enum pnfs_try_status trypnfs; @@ -1715,9 +1714,9 @@ hdr->mds_ops = call_ops; dprintk("%s: Reading ino:%lu %u@%llu\n", - __func__, inode->i_ino, rdata->args.count, rdata->args.offset); + __func__, inode->i_ino, hdr->args.count, hdr->args.offset); - trypnfs = nfss->pnfs_curr_ld->read_pagelist(rdata); + trypnfs = nfss->pnfs_curr_ld->read_pagelist(hdr); if (trypnfs != PNFS_NOT_ATTEMPTED) nfs_inc_stats(inode, NFSIOS_PNFS_READ); dprintk("%s End (trypnfs:%d)\n", __func__, trypnfs); @@ -1727,52 +1726,46 @@ static void pnfs_do_read(struct nfs_pageio_descriptor *desc, struct nfs_pgio_header *hdr) { - struct nfs_pgio_data *data = hdr->data; const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; struct pnfs_layout_segment *lseg = desc->pg_lseg; enum pnfs_try_status trypnfs; desc->pg_lseg = NULL; - trypnfs = pnfs_try_to_read_data(data, call_ops, lseg); + trypnfs = pnfs_try_to_read_data(hdr, call_ops, lseg); if (trypnfs == PNFS_NOT_ATTEMPTED) - pnfs_read_through_mds(desc, data); + pnfs_read_through_mds(desc, hdr); pnfs_put_lseg(lseg); } static void pnfs_readhdr_free(struct nfs_pgio_header *hdr) { pnfs_put_lseg(hdr->lseg); - nfs_rw_header_free(hdr); + nfs_pgio_header_free(hdr); } EXPORT_SYMBOL_GPL(pnfs_readhdr_free); int pnfs_generic_pg_readpages(struct nfs_pageio_descriptor *desc) { - struct nfs_rw_header *rhdr; struct nfs_pgio_header *hdr; int ret; - rhdr = nfs_rw_header_alloc(desc->pg_rw_ops); - if (!rhdr) { + hdr = nfs_pgio_header_alloc(desc->pg_rw_ops); + if (!hdr) { desc->pg_completion_ops->error_cleanup(&desc->pg_list); ret = -ENOMEM; pnfs_put_lseg(desc->pg_lseg); desc->pg_lseg = NULL; return ret; } - hdr = &rhdr->header; nfs_pgheader_init(desc, hdr, pnfs_readhdr_free); hdr->lseg = pnfs_get_lseg(desc->pg_lseg); - atomic_inc(&hdr->refcnt); ret = nfs_generic_pgio(desc, hdr); if (ret != 0) { pnfs_put_lseg(desc->pg_lseg); desc->pg_lseg = NULL; } else pnfs_do_read(desc, hdr); - if (atomic_dec_and_test(&hdr->refcnt)) - hdr->completion_ops->completion(hdr); return ret; } EXPORT_SYMBOL_GPL(pnfs_generic_pg_readpages); @@ -1820,12 +1813,11 @@ EXPORT_SYMBOL_GPL(pnfs_set_lo_fail); void -pnfs_set_layoutcommit(struct nfs_pgio_data *wdata) +pnfs_set_layoutcommit(struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = wdata->header; struct inode *inode = hdr->inode; struct nfs_inode *nfsi = NFS_I(inode); - loff_t end_pos = wdata->mds_offset + wdata->res.count; + loff_t end_pos = hdr->mds_offset + hdr->res.count; bool mark_as_dirty = false; spin_lock(&inode->i_lock); --- linux-lts-utopic-3.16.0.orig/fs/nfs/pnfs.h +++ linux-lts-utopic-3.16.0/fs/nfs/pnfs.h @@ -32,6 +32,7 @@ #include #include +#include enum { NFS_LSEG_VALID = 0, /* cleared when lseg is recalled/returned */ @@ -46,6 +47,7 @@ atomic_t pls_refcount; unsigned long pls_flags; struct pnfs_layout_hdr *pls_layout; + struct work_struct pls_work; }; enum pnfs_try_status { @@ -113,8 +115,8 @@ * Return PNFS_ATTEMPTED to indicate the layout code has attempted * I/O, else return PNFS_NOT_ATTEMPTED to fall back to normal NFS */ - enum pnfs_try_status (*read_pagelist) (struct nfs_pgio_data *nfs_data); - enum pnfs_try_status (*write_pagelist) (struct nfs_pgio_data *nfs_data, int how); + enum pnfs_try_status (*read_pagelist)(struct nfs_pgio_header *); + enum pnfs_try_status (*write_pagelist)(struct nfs_pgio_header *, int); void (*free_deviceid_node) (struct nfs4_deviceid_node *); @@ -179,6 +181,7 @@ /* pnfs.c */ void pnfs_get_layout_hdr(struct pnfs_layout_hdr *lo); void pnfs_put_lseg(struct pnfs_layout_segment *lseg); +void pnfs_put_lseg_async(struct pnfs_layout_segment *lseg); void set_pnfs_layoutdriver(struct nfs_server *, const struct nfs_fh *, u32); void unset_pnfs_layoutdriver(struct nfs_server *); @@ -213,13 +216,13 @@ void pnfs_roc_release(struct inode *ino); void pnfs_roc_set_barrier(struct inode *ino, u32 barrier); bool pnfs_roc_drain(struct inode *ino, u32 *barrier, struct rpc_task *task); -void pnfs_set_layoutcommit(struct nfs_pgio_data *wdata); +void pnfs_set_layoutcommit(struct nfs_pgio_header *); void pnfs_cleanup_layoutcommit(struct nfs4_layoutcommit_data *data); int pnfs_layoutcommit_inode(struct inode *inode, bool sync); int _pnfs_return_layout(struct inode *); int pnfs_commit_and_return_layout(struct inode *); -void pnfs_ld_write_done(struct nfs_pgio_data *); -void pnfs_ld_read_done(struct nfs_pgio_data *); +void pnfs_ld_write_done(struct nfs_pgio_header *); +void pnfs_ld_read_done(struct nfs_pgio_header *); struct pnfs_layout_segment *pnfs_update_layout(struct inode *ino, struct nfs_open_context *ctx, loff_t pos, @@ -410,6 +413,10 @@ { } +static inline void pnfs_put_lseg_async(struct pnfs_layout_segment *lseg) +{ +} + static inline int pnfs_return_layout(struct inode *ino) { return 0; --- linux-lts-utopic-3.16.0.orig/fs/nfs/proc.c +++ linux-lts-utopic-3.16.0/fs/nfs/proc.c @@ -578,46 +578,49 @@ return 0; } -static int nfs_read_done(struct rpc_task *task, struct nfs_pgio_data *data) +static int nfs_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr) { - struct inode *inode = data->header->inode; + struct inode *inode = hdr->inode; nfs_invalidate_atime(inode); if (task->tk_status >= 0) { - nfs_refresh_inode(inode, data->res.fattr); + nfs_refresh_inode(inode, hdr->res.fattr); /* Emulate the eof flag, which isn't normally needed in NFSv2 * as it is guaranteed to always return the file attributes */ - if (data->args.offset + data->res.count >= data->res.fattr->size) - data->res.eof = 1; + if (hdr->args.offset + hdr->res.count >= hdr->res.fattr->size) + hdr->res.eof = 1; } return 0; } -static void nfs_proc_read_setup(struct nfs_pgio_data *data, struct rpc_message *msg) +static void nfs_proc_read_setup(struct nfs_pgio_header *hdr, + struct rpc_message *msg) { msg->rpc_proc = &nfs_procedures[NFSPROC_READ]; } -static int nfs_proc_pgio_rpc_prepare(struct rpc_task *task, struct nfs_pgio_data *data) +static int nfs_proc_pgio_rpc_prepare(struct rpc_task *task, + struct nfs_pgio_header *hdr) { rpc_call_start(task); return 0; } -static int nfs_write_done(struct rpc_task *task, struct nfs_pgio_data *data) +static int nfs_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr) { - struct inode *inode = data->header->inode; + struct inode *inode = hdr->inode; if (task->tk_status >= 0) - nfs_post_op_update_inode_force_wcc(inode, data->res.fattr); + nfs_post_op_update_inode_force_wcc(inode, hdr->res.fattr); return 0; } -static void nfs_proc_write_setup(struct nfs_pgio_data *data, struct rpc_message *msg) +static void nfs_proc_write_setup(struct nfs_pgio_header *hdr, + struct rpc_message *msg) { /* Note: NFSv2 ignores @stable and always uses NFS_FILE_SYNC */ - data->args.stable = NFS_FILE_SYNC; + hdr->args.stable = NFS_FILE_SYNC; msg->rpc_proc = &nfs_procedures[NFSPROC_WRITE]; } --- linux-lts-utopic-3.16.0.orig/fs/nfs/read.c +++ linux-lts-utopic-3.16.0/fs/nfs/read.c @@ -33,12 +33,12 @@ static struct kmem_cache *nfs_rdata_cachep; -static struct nfs_rw_header *nfs_readhdr_alloc(void) +static struct nfs_pgio_header *nfs_readhdr_alloc(void) { return kmem_cache_zalloc(nfs_rdata_cachep, GFP_KERNEL); } -static void nfs_readhdr_free(struct nfs_rw_header *rhdr) +static void nfs_readhdr_free(struct nfs_pgio_header *rhdr) { kmem_cache_free(nfs_rdata_cachep, rhdr); } @@ -172,14 +172,15 @@ hdr->release(hdr); } -static void nfs_initiate_read(struct nfs_pgio_data *data, struct rpc_message *msg, +static void nfs_initiate_read(struct nfs_pgio_header *hdr, + struct rpc_message *msg, struct rpc_task_setup *task_setup_data, int how) { - struct inode *inode = data->header->inode; + struct inode *inode = hdr->inode; int swap_flags = IS_SWAPFILE(inode) ? NFS_RPC_SWAPFLAGS : 0; task_setup_data->flags |= swap_flags; - NFS_PROTO(inode)->read_setup(data, msg); + NFS_PROTO(inode)->read_setup(hdr, msg); } static void @@ -203,14 +204,15 @@ * This is the callback from RPC telling us whether a reply was * received or some error occurred (timeout or socket shutdown). */ -static int nfs_readpage_done(struct rpc_task *task, struct nfs_pgio_data *data, +static int nfs_readpage_done(struct rpc_task *task, + struct nfs_pgio_header *hdr, struct inode *inode) { - int status = NFS_PROTO(inode)->read_done(task, data); + int status = NFS_PROTO(inode)->read_done(task, hdr); if (status != 0) return status; - nfs_add_stats(inode, NFSIOS_SERVERREADBYTES, data->res.count); + nfs_add_stats(inode, NFSIOS_SERVERREADBYTES, hdr->res.count); if (task->tk_status == -ESTALE) { set_bit(NFS_INO_STALE, &NFS_I(inode)->flags); @@ -219,34 +221,34 @@ return 0; } -static void nfs_readpage_retry(struct rpc_task *task, struct nfs_pgio_data *data) +static void nfs_readpage_retry(struct rpc_task *task, + struct nfs_pgio_header *hdr) { - struct nfs_pgio_args *argp = &data->args; - struct nfs_pgio_res *resp = &data->res; + struct nfs_pgio_args *argp = &hdr->args; + struct nfs_pgio_res *resp = &hdr->res; /* This is a short read! */ - nfs_inc_stats(data->header->inode, NFSIOS_SHORTREAD); + nfs_inc_stats(hdr->inode, NFSIOS_SHORTREAD); /* Has the server at least made some progress? */ if (resp->count == 0) { - nfs_set_pgio_error(data->header, -EIO, argp->offset); + nfs_set_pgio_error(hdr, -EIO, argp->offset); return; } - /* Yes, so retry the read at the end of the data */ - data->mds_offset += resp->count; + /* Yes, so retry the read at the end of the hdr */ + hdr->mds_offset += resp->count; argp->offset += resp->count; argp->pgbase += resp->count; argp->count -= resp->count; rpc_restart_call_prepare(task); } -static void nfs_readpage_result(struct rpc_task *task, struct nfs_pgio_data *data) +static void nfs_readpage_result(struct rpc_task *task, + struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = data->header; - - if (data->res.eof) { + if (hdr->res.eof) { loff_t bound; - bound = data->args.offset + data->res.count; + bound = hdr->args.offset + hdr->res.count; spin_lock(&hdr->lock); if (bound < hdr->io_start + hdr->good_bytes) { set_bit(NFS_IOHDR_EOF, &hdr->flags); @@ -254,8 +256,8 @@ hdr->good_bytes = bound - hdr->io_start; } spin_unlock(&hdr->lock); - } else if (data->res.count != data->args.count) - nfs_readpage_retry(task, data); + } else if (hdr->res.count != hdr->args.count) + nfs_readpage_retry(task, hdr); } /* @@ -404,7 +406,7 @@ int __init nfs_init_readpagecache(void) { nfs_rdata_cachep = kmem_cache_create("nfs_read_data", - sizeof(struct nfs_rw_header), + sizeof(struct nfs_pgio_header), 0, SLAB_HWCACHE_ALIGN, NULL); if (nfs_rdata_cachep == NULL) --- linux-lts-utopic-3.16.0.orig/fs/nfs/super.c +++ linux-lts-utopic-3.16.0/fs/nfs/super.c @@ -2180,7 +2180,7 @@ return -EINVAL; } -#define NFS_MOUNT_CMP_FLAGMASK ~(NFS_MOUNT_INTR \ +#define NFS_REMOUNT_CMP_FLAGMASK ~(NFS_MOUNT_INTR \ | NFS_MOUNT_SECURE \ | NFS_MOUNT_TCP \ | NFS_MOUNT_VER3 \ @@ -2188,15 +2188,16 @@ | NFS_MOUNT_NONLM \ | NFS_MOUNT_BROKEN_SUID \ | NFS_MOUNT_STRICTLOCK \ - | NFS_MOUNT_UNSHARED \ - | NFS_MOUNT_NORESVPORT \ | NFS_MOUNT_LEGACY_INTERFACE) +#define NFS_MOUNT_CMP_FLAGMASK (NFS_REMOUNT_CMP_FLAGMASK & \ + ~(NFS_MOUNT_UNSHARED | NFS_MOUNT_NORESVPORT)) + static int nfs_compare_remount_data(struct nfs_server *nfss, struct nfs_parsed_mount_data *data) { - if ((data->flags ^ nfss->flags) & NFS_MOUNT_CMP_FLAGMASK || + if ((data->flags ^ nfss->flags) & NFS_REMOUNT_CMP_FLAGMASK || data->rsize != nfss->rsize || data->wsize != nfss->wsize || data->version != nfss->nfs_client->rpc_ops->version || --- linux-lts-utopic-3.16.0.orig/fs/nfs/write.c +++ linux-lts-utopic-3.16.0/fs/nfs/write.c @@ -71,18 +71,18 @@ } EXPORT_SYMBOL_GPL(nfs_commit_free); -static struct nfs_rw_header *nfs_writehdr_alloc(void) +static struct nfs_pgio_header *nfs_writehdr_alloc(void) { - struct nfs_rw_header *p = mempool_alloc(nfs_wdata_mempool, GFP_NOIO); + struct nfs_pgio_header *p = mempool_alloc(nfs_wdata_mempool, GFP_NOIO); if (p) memset(p, 0, sizeof(*p)); return p; } -static void nfs_writehdr_free(struct nfs_rw_header *whdr) +static void nfs_writehdr_free(struct nfs_pgio_header *hdr) { - mempool_free(whdr, nfs_wdata_mempool); + mempool_free(hdr, nfs_wdata_mempool); } static void nfs_context_set_write_error(struct nfs_open_context *ctx, int error) @@ -216,7 +216,7 @@ unsigned int pos = 0; unsigned int len = nfs_page_length(req->wb_page); - nfs_page_group_lock(req); + nfs_page_group_lock(req, false); do { tmp = nfs_page_group_search_locked(req->wb_head, pos); @@ -379,8 +379,6 @@ subreq->wb_head = subreq; subreq->wb_this_page = subreq; - nfs_clear_request_commit(subreq); - /* subreq is now totally disconnected from page group or any * write / commit lists. last chance to wake any waiters */ nfs_unlock_request(subreq); @@ -455,8 +453,23 @@ return NULL; } + /* holding inode lock, so always make a non-blocking call to try the + * page group lock */ + ret = nfs_page_group_lock(head, true); + if (ret < 0) { + spin_unlock(&inode->i_lock); + + if (!nonblock && ret == -EAGAIN) { + nfs_page_group_lock_wait(head); + nfs_release_request(head); + goto try_again; + } + + nfs_release_request(head); + return ERR_PTR(ret); + } + /* lock each request in the page group */ - nfs_page_group_lock(head); subreq = head; do { /* @@ -488,7 +501,7 @@ * Commit list removal accounting is done after locks are dropped */ subreq = head; do { - nfs_list_remove_request(subreq); + nfs_clear_request_commit(subreq); subreq = subreq->wb_this_page; } while (subreq != head); @@ -518,15 +531,11 @@ nfs_page_group_unlock(head); - /* drop lock to clear_request_commit the head req and clean up - * requests on destroy list */ + /* drop lock to clean uprequests on destroy list */ spin_unlock(&inode->i_lock); nfs_destroy_unlinked_subrequests(destroy_list, head); - /* clean up commit list state */ - nfs_clear_request_commit(head); - /* still holds ref on head from nfs_page_find_head_request_locked * and still has lock on head from lock loop */ return head; @@ -808,6 +817,7 @@ dec_bdi_stat(page_file_mapping(page)->backing_dev_info, BDI_RECLAIMABLE); } +/* Called holding inode (/cinfo) lock */ static void nfs_clear_request_commit(struct nfs_page *req) { @@ -817,20 +827,18 @@ nfs_init_cinfo_from_inode(&cinfo, inode); if (!pnfs_clear_request_commit(req, &cinfo)) { - spin_lock(cinfo.lock); nfs_request_remove_commit_list(req, &cinfo); - spin_unlock(cinfo.lock); } nfs_clear_page_commit(req->wb_page); } } static inline -int nfs_write_need_commit(struct nfs_pgio_data *data) +int nfs_write_need_commit(struct nfs_pgio_header *hdr) { - if (data->verf.committed == NFS_DATA_SYNC) - return data->header->lseg == NULL; - return data->verf.committed != NFS_FILE_SYNC; + if (hdr->writeverf.committed == NFS_DATA_SYNC) + return hdr->lseg == NULL; + return hdr->writeverf.committed != NFS_FILE_SYNC; } #else @@ -857,7 +865,7 @@ } static inline -int nfs_write_need_commit(struct nfs_pgio_data *data) +int nfs_write_need_commit(struct nfs_pgio_header *hdr) { return 0; } @@ -1038,9 +1046,9 @@ else req->wb_bytes = rqend - req->wb_offset; out_unlock: - spin_unlock(&inode->i_lock); if (req) nfs_clear_request_commit(req); + spin_unlock(&inode->i_lock); return req; out_flushme: spin_unlock(&inode->i_lock); @@ -1241,17 +1249,18 @@ return RPC_PRIORITY_NORMAL; } -static void nfs_initiate_write(struct nfs_pgio_data *data, struct rpc_message *msg, +static void nfs_initiate_write(struct nfs_pgio_header *hdr, + struct rpc_message *msg, struct rpc_task_setup *task_setup_data, int how) { - struct inode *inode = data->header->inode; + struct inode *inode = hdr->inode; int priority = flush_task_priority(how); task_setup_data->priority = priority; - NFS_PROTO(inode)->write_setup(data, msg); + NFS_PROTO(inode)->write_setup(hdr, msg); nfs4_state_protect_write(NFS_SERVER(inode)->nfs_client, - &task_setup_data->rpc_client, msg, data); + &task_setup_data->rpc_client, msg, hdr); } /* If a nfs_flush_* function fails, it should remove reqs from @head and @@ -1313,18 +1322,17 @@ NFS_PROTO(data->inode)->commit_rpc_prepare(task, data); } -static void nfs_writeback_release_common(struct nfs_pgio_data *data) +static void nfs_writeback_release_common(struct nfs_pgio_header *hdr) { - struct nfs_pgio_header *hdr = data->header; - int status = data->task.tk_status; + int status = hdr->task.tk_status; - if ((status >= 0) && nfs_write_need_commit(data)) { + if ((status >= 0) && nfs_write_need_commit(hdr)) { spin_lock(&hdr->lock); if (test_bit(NFS_IOHDR_NEED_RESCHED, &hdr->flags)) ; /* Do nothing */ else if (!test_and_set_bit(NFS_IOHDR_NEED_COMMIT, &hdr->flags)) - memcpy(&hdr->verf, &data->verf, sizeof(hdr->verf)); - else if (memcmp(&hdr->verf, &data->verf, sizeof(hdr->verf))) + memcpy(&hdr->verf, &hdr->writeverf, sizeof(hdr->verf)); + else if (memcmp(&hdr->verf, &hdr->writeverf, sizeof(hdr->verf))) set_bit(NFS_IOHDR_NEED_RESCHED, &hdr->flags); spin_unlock(&hdr->lock); } @@ -1358,7 +1366,8 @@ /* * This function is called when the WRITE call is complete. */ -static int nfs_writeback_done(struct rpc_task *task, struct nfs_pgio_data *data, +static int nfs_writeback_done(struct rpc_task *task, + struct nfs_pgio_header *hdr, struct inode *inode) { int status; @@ -1370,13 +1379,14 @@ * another writer had changed the file, but some applications * depend on tighter cache coherency when writing. */ - status = NFS_PROTO(inode)->write_done(task, data); + status = NFS_PROTO(inode)->write_done(task, hdr); if (status != 0) return status; - nfs_add_stats(inode, NFSIOS_SERVERWRITTENBYTES, data->res.count); + nfs_add_stats(inode, NFSIOS_SERVERWRITTENBYTES, hdr->res.count); #if IS_ENABLED(CONFIG_NFS_V3) || IS_ENABLED(CONFIG_NFS_V4) - if (data->res.verf->committed < data->args.stable && task->tk_status >= 0) { + if (hdr->res.verf->committed < hdr->args.stable && + task->tk_status >= 0) { /* We tried a write call, but the server did not * commit data to stable storage even though we * requested it. @@ -1392,7 +1402,7 @@ dprintk("NFS: faulty NFS server %s:" " (committed = %d) != (stable = %d)\n", NFS_SERVER(inode)->nfs_client->cl_hostname, - data->res.verf->committed, data->args.stable); + hdr->res.verf->committed, hdr->args.stable); complain = jiffies + 300 * HZ; } } @@ -1407,16 +1417,17 @@ /* * This function is called when the WRITE call is complete. */ -static void nfs_writeback_result(struct rpc_task *task, struct nfs_pgio_data *data) +static void nfs_writeback_result(struct rpc_task *task, + struct nfs_pgio_header *hdr) { - struct nfs_pgio_args *argp = &data->args; - struct nfs_pgio_res *resp = &data->res; + struct nfs_pgio_args *argp = &hdr->args; + struct nfs_pgio_res *resp = &hdr->res; if (resp->count < argp->count) { static unsigned long complain; /* This a short write! */ - nfs_inc_stats(data->header->inode, NFSIOS_SHORTWRITE); + nfs_inc_stats(hdr->inode, NFSIOS_SHORTWRITE); /* Has the server at least made some progress? */ if (resp->count == 0) { @@ -1426,14 +1437,14 @@ argp->count); complain = jiffies + 300 * HZ; } - nfs_set_pgio_error(data->header, -EIO, argp->offset); + nfs_set_pgio_error(hdr, -EIO, argp->offset); task->tk_status = -EIO; return; } /* Was this an NFSv2 write or an NFSv3 stable write? */ if (resp->verf->committed != NFS_UNSTABLE) { /* Resend from where the server left off */ - data->mds_offset += resp->count; + hdr->mds_offset += resp->count; argp->offset += resp->count; argp->pgbase += resp->count; argp->count -= resp->count; @@ -1884,7 +1895,7 @@ int __init nfs_init_writepagecache(void) { nfs_wdata_cachep = kmem_cache_create("nfs_write_data", - sizeof(struct nfs_rw_header), + sizeof(struct nfs_pgio_header), 0, SLAB_HWCACHE_ALIGN, NULL); if (nfs_wdata_cachep == NULL) --- linux-lts-utopic-3.16.0.orig/fs/nfsd/nfs4callback.c +++ linux-lts-utopic-3.16.0/fs/nfsd/nfs4callback.c @@ -689,7 +689,8 @@ clp->cl_cb_session = ses; args.bc_xprt = conn->cb_xprt; args.prognumber = clp->cl_cb_session->se_cb_prog; - args.protocol = XPRT_TRANSPORT_BC_TCP; + args.protocol = conn->cb_xprt->xpt_class->xcl_ident | + XPRT_TRANSPORT_BC; args.authflavor = ses->se_cb_sec.flavor; } /* Create RPC client */ @@ -800,8 +801,12 @@ { if (test_and_set_bit(0, &clp->cl_cb_slot_busy) != 0) { rpc_sleep_on(&clp->cl_cb_waitq, task, NULL); - dprintk("%s slot is busy\n", __func__); - return false; + /* Race breaker */ + if (test_and_set_bit(0, &clp->cl_cb_slot_busy) != 0) { + dprintk("%s slot is busy\n", __func__); + return false; + } + rpc_wake_up_queued_task(&clp->cl_cb_waitq, task); } return true; } --- linux-lts-utopic-3.16.0.orig/fs/nfsd/nfs4proc.c +++ linux-lts-utopic-3.16.0/fs/nfsd/nfs4proc.c @@ -1231,7 +1231,8 @@ */ if (argp->opcnt == resp->opcnt) return false; - + if (next->opnum == OP_ILLEGAL) + return false; nextd = OPDESC(next); /* * Rest of 2.6.3.1.1: certain operations will return WRONGSEC @@ -1555,7 +1556,8 @@ static inline u32 nfsd4_sequence_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) { - return NFS4_MAX_SESSIONID_LEN + 20; + return (op_encode_hdr_size + + XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + 5) * sizeof(__be32); } static inline u32 nfsd4_setattr_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) @@ -1859,6 +1861,7 @@ .op_func = (nfsd4op_func)nfsd4_sequence, .op_flags = ALLOWED_WITHOUT_FH | ALLOWED_AS_FIRST_OP, .op_name = "OP_SEQUENCE", + .op_rsize_bop = (nfsd4op_rsize)nfsd4_sequence_rsize, }, [OP_DESTROY_CLIENTID] = { .op_func = (nfsd4op_func)nfsd4_destroy_clientid, --- linux-lts-utopic-3.16.0.orig/fs/nfsd/nfs4state.c +++ linux-lts-utopic-3.16.0/fs/nfsd/nfs4state.c @@ -1310,15 +1310,14 @@ return 0; } -static long long +static int compare_blob(const struct xdr_netobj *o1, const struct xdr_netobj *o2) { - long long res; - - res = o1->len - o2->len; - if (res) - return res; - return (long long)memcmp(o1->data, o2->data, o1->len); + if (o1->len < o2->len) + return -1; + if (o1->len > o2->len) + return 1; + return memcmp(o1->data, o2->data, o1->len); } static int same_name(const char *n1, const char *n2) @@ -1502,7 +1501,7 @@ static struct nfs4_client * find_clp_in_name_tree(struct xdr_netobj *name, struct rb_root *root) { - long long cmp; + int cmp; struct rb_node *node = root->rb_node; struct nfs4_client *clp; @@ -3662,10 +3661,17 @@ return nfserr_old_stateid; } +static __be32 nfsd4_check_openowner_confirmed(struct nfs4_ol_stateid *ols) +{ + if (ols->st_stateowner->so_is_open_owner && + !(openowner(ols->st_stateowner)->oo_flags & NFS4_OO_CONFIRMED)) + return nfserr_bad_stateid; + return nfs_ok; +} + static __be32 nfsd4_validate_stateid(struct nfs4_client *cl, stateid_t *stateid) { struct nfs4_stid *s; - struct nfs4_ol_stateid *ols; __be32 status; if (ZERO_STATEID(stateid) || ONE_STATEID(stateid)) @@ -3692,12 +3698,8 @@ return nfserr_deleg_revoked; case NFS4_OPEN_STID: case NFS4_LOCK_STID: - ols = openlockstateid(s); - if (ols->st_stateowner->so_is_open_owner - && !(openowner(ols->st_stateowner)->oo_flags - & NFS4_OO_CONFIRMED)) - return nfserr_bad_stateid; - return nfs_ok; + status = nfsd4_check_openowner_confirmed(openlockstateid(s)); + return status; default: printk("unknown stateid type %x\n", s->sc_type); case NFS4_CLOSED_STID: @@ -3784,8 +3786,8 @@ status = nfs4_check_fh(current_fh, stp); if (status) goto out; - if (stp->st_stateowner->so_is_open_owner - && !(openowner(stp->st_stateowner)->oo_flags & NFS4_OO_CONFIRMED)) + status = nfsd4_check_openowner_confirmed(stp); + if (status) goto out; status = nfs4_check_openmode(stp, flags); if (status) --- linux-lts-utopic-3.16.0.orig/fs/nfsd/nfs4xdr.c +++ linux-lts-utopic-3.16.0/fs/nfsd/nfs4xdr.c @@ -1675,6 +1675,14 @@ readbytes += nfsd4_max_reply(argp->rqstp, op); } else max_reply += nfsd4_max_reply(argp->rqstp, op); + /* + * OP_LOCK may return a conflicting lock. (Special case + * because it will just skip encoding this if it runs + * out of xdr buffer space, and it is the only operation + * that behaves this way.) + */ + if (op->opnum == OP_LOCK) + max_reply += NFS4_OPAQUE_LIMIT; if (op->status) { argp->opcnt = i+1; @@ -1769,9 +1777,12 @@ } else end++; + if (found_esc) + end = next; + str = end; } - pathlen = htonl(xdr->buf->len - pathlen_offset); + pathlen = htonl(count); write_bytes_to_xdr_buf(xdr->buf, pathlen_offset, &pathlen, 4); return 0; } @@ -1945,6 +1956,7 @@ #define WORD0_ABSENT_FS_ATTRS (FATTR4_WORD0_FS_LOCATIONS | FATTR4_WORD0_FSID | \ FATTR4_WORD0_RDATTR_ERROR) #define WORD1_ABSENT_FS_ATTRS FATTR4_WORD1_MOUNTED_ON_FILEID +#define WORD2_ABSENT_FS_ATTRS 0 #ifdef CONFIG_NFSD_V4_SECURITY_LABEL static inline __be32 @@ -1973,7 +1985,7 @@ { return 0; } #endif -static __be32 fattr_handle_absent_fs(u32 *bmval0, u32 *bmval1, u32 *rdattr_err) +static __be32 fattr_handle_absent_fs(u32 *bmval0, u32 *bmval1, u32 *bmval2, u32 *rdattr_err) { /* As per referral draft: */ if (*bmval0 & ~WORD0_ABSENT_FS_ATTRS || @@ -1986,6 +1998,7 @@ } *bmval0 &= WORD0_ABSENT_FS_ATTRS; *bmval1 &= WORD1_ABSENT_FS_ATTRS; + *bmval2 &= WORD2_ABSENT_FS_ATTRS; return 0; } @@ -2049,8 +2062,7 @@ BUG_ON(bmval2 & ~nfsd_suppattrs2(minorversion)); if (exp->ex_fslocs.migrated) { - BUG_ON(bmval[2]); - status = fattr_handle_absent_fs(&bmval0, &bmval1, &rdattr_err); + status = fattr_handle_absent_fs(&bmval0, &bmval1, &bmval2, &rdattr_err); if (status) goto out; } @@ -2093,8 +2105,8 @@ } #ifdef CONFIG_NFSD_V4_SECURITY_LABEL - if ((bmval[2] & FATTR4_WORD2_SECURITY_LABEL) || - bmval[0] & FATTR4_WORD0_SUPPORTED_ATTRS) { + if ((bmval2 & FATTR4_WORD2_SECURITY_LABEL) || + bmval0 & FATTR4_WORD0_SUPPORTED_ATTRS) { err = security_inode_getsecctx(dentry->d_inode, &context, &contextlen); contextsupport = (err == 0); @@ -2662,6 +2674,7 @@ struct xdr_stream *xdr = cd->xdr; int start_offset = xdr->buf->len; int cookie_offset; + u32 name_and_cookie; int entry_bytes; __be32 nfserr = nfserr_toosmall; __be64 wire_offset; @@ -2723,7 +2736,14 @@ cd->rd_maxcount -= entry_bytes; if (!cd->rd_dircount) goto fail; - cd->rd_dircount--; + /* + * RFC 3530 14.2.24 describes rd_dircount as only a "hint", so + * let's always let through the first entry, at least: + */ + name_and_cookie = 4 * XDR_QUADLEN(namlen) + 8; + if (name_and_cookie > cd->rd_dircount && cd->cookie_offset) + goto fail; + cd->rd_dircount -= min(cd->rd_dircount, name_and_cookie); cd->cookie_offset = cookie_offset; skip_entry: cd->common.err = nfs_ok; @@ -3104,7 +3124,8 @@ buf->page_len = maxcount; buf->len += maxcount; - xdr->page_ptr += (maxcount + PAGE_SIZE - 1) / PAGE_SIZE; + xdr->page_ptr += (buf->page_base + maxcount + PAGE_SIZE - 1) + / PAGE_SIZE; /* Use rest of head for padding and remaining ops: */ buf->tail[0].iov_base = xdr->p; @@ -3333,6 +3354,10 @@ } maxcount = min_t(int, maxcount-16, bytes_left); + /* RFC 3530 14.2.24 allows us to ignore dircount when it's 0: */ + if (!readdir->rd_dircount) + readdir->rd_dircount = INT_MAX; + readdir->xdr = xdr; readdir->rd_maxcount = maxcount; readdir->common.err = 0; --- linux-lts-utopic-3.16.0.orig/fs/nfsd/nfsctl.c +++ linux-lts-utopic-3.16.0/fs/nfsd/nfsctl.c @@ -1170,15 +1170,15 @@ int retval; printk(KERN_INFO "Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n"); - retval = register_cld_notifier(); - if (retval) - return retval; retval = register_pernet_subsys(&nfsd_net_ops); if (retval < 0) - goto out_unregister_notifier; - retval = nfsd4_init_slabs(); + return retval; + retval = register_cld_notifier(); if (retval) goto out_unregister_pernet; + retval = nfsd4_init_slabs(); + if (retval) + goto out_unregister_notifier; retval = nfsd_fault_inject_init(); /* nfsd fault injection controls */ if (retval) goto out_free_slabs; @@ -1205,10 +1205,10 @@ nfsd_fault_inject_cleanup(); out_free_slabs: nfsd4_free_slabs(); -out_unregister_pernet: - unregister_pernet_subsys(&nfsd_net_ops); out_unregister_notifier: unregister_cld_notifier(); +out_unregister_pernet: + unregister_pernet_subsys(&nfsd_net_ops); return retval; } @@ -1222,8 +1222,8 @@ nfsd4_free_slabs(); nfsd_fault_inject_cleanup(); unregister_filesystem(&nfsd_fs_type); - unregister_pernet_subsys(&nfsd_net_ops); unregister_cld_notifier(); + unregister_pernet_subsys(&nfsd_net_ops); } MODULE_AUTHOR("Olaf Kirch "); --- linux-lts-utopic-3.16.0.orig/fs/nfsd/nfsd.h +++ linux-lts-utopic-3.16.0/fs/nfsd/nfsd.h @@ -335,12 +335,15 @@ (NFSD4_SUPPORTED_ATTRS_WORD2 | FATTR4_WORD2_SUPPATTR_EXCLCREAT) #ifdef CONFIG_NFSD_V4_SECURITY_LABEL -#define NFSD4_2_SUPPORTED_ATTRS_WORD2 \ - (NFSD4_1_SUPPORTED_ATTRS_WORD2 | FATTR4_WORD2_SECURITY_LABEL) +#define NFSD4_2_SECURITY_ATTRS FATTR4_WORD2_SECURITY_LABEL #else -#define NFSD4_2_SUPPORTED_ATTRS_WORD2 0 +#define NFSD4_2_SECURITY_ATTRS 0 #endif +#define NFSD4_2_SUPPORTED_ATTRS_WORD2 \ + (NFSD4_1_SUPPORTED_ATTRS_WORD2 | \ + NFSD4_2_SECURITY_ATTRS) + static inline u32 nfsd_suppattrs0(u32 minorversion) { return minorversion ? NFSD4_1_SUPPORTED_ATTRS_WORD0 --- linux-lts-utopic-3.16.0.orig/fs/nfsd/nfssvc.c +++ linux-lts-utopic-3.16.0/fs/nfsd/nfssvc.c @@ -221,7 +221,8 @@ */ ret = nfsd_racache_init(2*nrservs); if (ret) - return ret; + goto dec_users; + ret = nfs4_state_start(); if (ret) goto out_racache; @@ -229,6 +230,8 @@ out_racache: nfsd_racache_shutdown(); +dec_users: + nfsd_users--; return ret; } --- linux-lts-utopic-3.16.0.orig/fs/nilfs2/btree.c +++ linux-lts-utopic-3.16.0/fs/nilfs2/btree.c @@ -31,6 +31,8 @@ #include "alloc.h" #include "dat.h" +static void __nilfs_btree_init(struct nilfs_bmap *bmap); + static struct nilfs_btree_path *nilfs_btree_alloc_path(void) { struct nilfs_btree_path *path; @@ -368,6 +370,34 @@ return ret; } +/** + * nilfs_btree_root_broken - verify consistency of btree root node + * @node: btree root node to be examined + * @ino: inode number + * + * Return Value: If node is broken, 1 is returned. Otherwise, 0 is returned. + */ +static int nilfs_btree_root_broken(const struct nilfs_btree_node *node, + unsigned long ino) +{ + int level, flags, nchildren; + int ret = 0; + + level = nilfs_btree_node_get_level(node); + flags = nilfs_btree_node_get_flags(node); + nchildren = nilfs_btree_node_get_nchildren(node); + + if (unlikely(level < NILFS_BTREE_LEVEL_NODE_MIN || + level >= NILFS_BTREE_LEVEL_MAX || + nchildren < 0 || + nchildren > NILFS_BTREE_ROOT_NCHILDREN_MAX)) { + pr_crit("NILFS: bad btree root (inode number=%lu): level = %d, flags = 0x%x, nchildren = %d\n", + ino, level, flags, nchildren); + ret = 1; + } + return ret; +} + int nilfs_btree_broken_node_block(struct buffer_head *bh) { int ret; @@ -1713,7 +1743,7 @@ /* convert and insert */ dat = NILFS_BMAP_USE_VBN(btree) ? nilfs_bmap_get_dat(btree) : NULL; - nilfs_btree_init(btree); + __nilfs_btree_init(btree); if (nreq != NULL) { nilfs_bmap_commit_alloc_ptr(btree, dreq, dat); nilfs_bmap_commit_alloc_ptr(btree, nreq, dat); @@ -2294,12 +2324,23 @@ .bop_gather_data = NULL, }; -int nilfs_btree_init(struct nilfs_bmap *bmap) +static void __nilfs_btree_init(struct nilfs_bmap *bmap) { bmap->b_ops = &nilfs_btree_ops; bmap->b_nchildren_per_block = NILFS_BTREE_NODE_NCHILDREN_MAX(nilfs_btree_node_size(bmap)); - return 0; +} + +int nilfs_btree_init(struct nilfs_bmap *bmap) +{ + int ret = 0; + + __nilfs_btree_init(bmap); + + if (nilfs_btree_root_broken(nilfs_btree_get_root(bmap), + bmap->b_inode->i_ino)) + ret = -EIO; + return ret; } void nilfs_btree_init_gc(struct nilfs_bmap *bmap) --- linux-lts-utopic-3.16.0.orig/fs/nilfs2/inode.c +++ linux-lts-utopic-3.16.0/fs/nilfs2/inode.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include "nilfs.h" @@ -48,6 +49,8 @@ int for_gc; }; +static int nilfs_iget_test(struct inode *inode, void *opaque); + void nilfs_inode_add_blocks(struct inode *inode, int n) { struct nilfs_root *root = NILFS_I(inode)->i_root; @@ -219,10 +222,10 @@ static int nilfs_set_page_dirty(struct page *page) { + struct inode *inode = page->mapping->host; int ret = __set_page_dirty_nobuffers(page); if (page_has_buffers(page)) { - struct inode *inode = page->mapping->host; unsigned nr_dirty = 0; struct buffer_head *bh, *head; @@ -245,6 +248,10 @@ if (nr_dirty) nilfs_set_file_dirty(inode, nr_dirty); + } else if (ret) { + unsigned nr_dirty = 1 << (PAGE_CACHE_SHIFT - inode->i_blkbits); + + nilfs_set_file_dirty(inode, nr_dirty); } return ret; } @@ -343,6 +350,17 @@ .is_partially_uptodate = block_is_partially_uptodate, }; +static int nilfs_insert_inode_locked(struct inode *inode, + struct nilfs_root *root, + unsigned long ino) +{ + struct nilfs_iget_args args = { + .ino = ino, .root = root, .cno = 0, .for_gc = 0 + }; + + return insert_inode_locked4(inode, ino, nilfs_iget_test, &args); +} + struct inode *nilfs_new_inode(struct inode *dir, umode_t mode) { struct super_block *sb = dir->i_sb; @@ -378,7 +396,7 @@ if (S_ISREG(mode) || S_ISDIR(mode) || S_ISLNK(mode)) { err = nilfs_bmap_read(ii->i_bmap, NULL); if (err < 0) - goto failed_bmap; + goto failed_after_creation; set_bit(NILFS_I_BMAP, &ii->i_state); /* No lock is needed; iget() ensures it. */ @@ -394,21 +412,24 @@ spin_lock(&nilfs->ns_next_gen_lock); inode->i_generation = nilfs->ns_next_generation++; spin_unlock(&nilfs->ns_next_gen_lock); - insert_inode_hash(inode); + if (nilfs_insert_inode_locked(inode, root, ino) < 0) { + err = -EIO; + goto failed_after_creation; + } err = nilfs_init_acl(inode, dir); if (unlikely(err)) - goto failed_acl; /* never occur. When supporting + goto failed_after_creation; /* never occur. When supporting nilfs_init_acl(), proper cancellation of above jobs should be considered */ return inode; - failed_acl: - failed_bmap: + failed_after_creation: clear_nlink(inode); + unlock_new_inode(inode); iput(inode); /* raw_inode will be deleted through - generic_delete_inode() */ + nilfs_evict_inode() */ goto failed; failed_ifile_create_inode: @@ -456,8 +477,8 @@ inode->i_atime.tv_nsec = le32_to_cpu(raw_inode->i_mtime_nsec); inode->i_ctime.tv_nsec = le32_to_cpu(raw_inode->i_ctime_nsec); inode->i_mtime.tv_nsec = le32_to_cpu(raw_inode->i_mtime_nsec); - if (inode->i_nlink == 0 && inode->i_mode == 0) - return -EINVAL; /* this inode is deleted */ + if (inode->i_nlink == 0) + return -ESTALE; /* this inode is deleted */ inode->i_blocks = le64_to_cpu(raw_inode->i_blocks); ii->i_flags = le32_to_cpu(raw_inode->i_flags); --- linux-lts-utopic-3.16.0.orig/fs/nilfs2/namei.c +++ linux-lts-utopic-3.16.0/fs/nilfs2/namei.c @@ -51,9 +51,11 @@ int err = nilfs_add_link(dentry, inode); if (!err) { d_instantiate(dentry, inode); + unlock_new_inode(inode); return 0; } inode_dec_link_count(inode); + unlock_new_inode(inode); iput(inode); return err; } @@ -182,6 +184,7 @@ out_fail: drop_nlink(inode); nilfs_mark_inode_dirty(inode); + unlock_new_inode(inode); iput(inode); goto out; } @@ -201,11 +204,15 @@ inode_inc_link_count(inode); ihold(inode); - err = nilfs_add_nondir(dentry, inode); - if (!err) + err = nilfs_add_link(dentry, inode); + if (!err) { + d_instantiate(dentry, inode); err = nilfs_transaction_commit(dir->i_sb); - else + } else { + inode_dec_link_count(inode); + iput(inode); nilfs_transaction_abort(dir->i_sb); + } return err; } @@ -243,6 +250,7 @@ nilfs_mark_inode_dirty(inode); d_instantiate(dentry, inode); + unlock_new_inode(inode); out: if (!err) err = nilfs_transaction_commit(dir->i_sb); @@ -255,6 +263,7 @@ drop_nlink(inode); drop_nlink(inode); nilfs_mark_inode_dirty(inode); + unlock_new_inode(inode); iput(inode); out_dir: drop_nlink(dir); --- linux-lts-utopic-3.16.0.orig/fs/nilfs2/nilfs.h +++ linux-lts-utopic-3.16.0/fs/nilfs2/nilfs.h @@ -141,7 +141,6 @@ * @ti_save: Backup of journal_info field of task_struct * @ti_flags: Flags * @ti_count: Nest level - * @ti_garbage: List of inode to be put when releasing semaphore */ struct nilfs_transaction_info { u32 ti_magic; @@ -150,7 +149,6 @@ one of other filesystems has a bug. */ unsigned short ti_flags; unsigned short ti_count; - struct list_head ti_garbage; }; /* ti_magic */ --- linux-lts-utopic-3.16.0.orig/fs/nilfs2/segment.c +++ linux-lts-utopic-3.16.0/fs/nilfs2/segment.c @@ -305,7 +305,6 @@ ti->ti_count = 0; ti->ti_save = cur_ti; ti->ti_magic = NILFS_TI_MAGIC; - INIT_LIST_HEAD(&ti->ti_garbage); current->journal_info = ti; for (;;) { @@ -332,8 +331,6 @@ up_write(&nilfs->ns_segctor_sem); current->journal_info = ti->ti_save; - if (!list_empty(&ti->ti_garbage)) - nilfs_dispose_list(nilfs, &ti->ti_garbage, 0); } static void *nilfs_segctor_map_segsum_entry(struct nilfs_sc_info *sci, @@ -746,6 +743,15 @@ } } +static void nilfs_iput_work_func(struct work_struct *work) +{ + struct nilfs_sc_info *sci = container_of(work, struct nilfs_sc_info, + sc_iput_work); + struct the_nilfs *nilfs = sci->sc_super->s_fs_info; + + nilfs_dispose_list(nilfs, &sci->sc_iput_queue, 0); +} + static int nilfs_test_metadata_dirty(struct the_nilfs *nilfs, struct nilfs_root *root) { @@ -1899,8 +1905,9 @@ static void nilfs_segctor_drop_written_files(struct nilfs_sc_info *sci, struct the_nilfs *nilfs) { - struct nilfs_transaction_info *ti = current->journal_info; struct nilfs_inode_info *ii, *n; + int during_mount = !(sci->sc_super->s_flags & MS_ACTIVE); + int defer_iput = false; spin_lock(&nilfs->ns_inode_lock); list_for_each_entry_safe(ii, n, &sci->sc_dirty_files, i_dirty) { @@ -1911,9 +1918,24 @@ clear_bit(NILFS_I_BUSY, &ii->i_state); brelse(ii->i_bh); ii->i_bh = NULL; - list_move_tail(&ii->i_dirty, &ti->ti_garbage); + list_del_init(&ii->i_dirty); + if (!ii->vfs_inode.i_nlink || during_mount) { + /* + * Defer calling iput() to avoid deadlocks if + * i_nlink == 0 or mount is not yet finished. + */ + list_add_tail(&ii->i_dirty, &sci->sc_iput_queue); + defer_iput = true; + } else { + spin_unlock(&nilfs->ns_inode_lock); + iput(&ii->vfs_inode); + spin_lock(&nilfs->ns_inode_lock); + } } spin_unlock(&nilfs->ns_inode_lock); + + if (defer_iput) + schedule_work(&sci->sc_iput_work); } /* @@ -2580,6 +2602,8 @@ INIT_LIST_HEAD(&sci->sc_segbufs); INIT_LIST_HEAD(&sci->sc_write_logs); INIT_LIST_HEAD(&sci->sc_gc_inodes); + INIT_LIST_HEAD(&sci->sc_iput_queue); + INIT_WORK(&sci->sc_iput_work, nilfs_iput_work_func); init_timer(&sci->sc_timer); sci->sc_interval = HZ * NILFS_SC_DEFAULT_TIMEOUT; @@ -2606,6 +2630,8 @@ ret = nilfs_segctor_construct(sci, SC_LSEG_SR); nilfs_transaction_unlock(sci->sc_super); + flush_work(&sci->sc_iput_work); + } while (ret && retrycount-- > 0); } @@ -2630,6 +2656,9 @@ || sci->sc_seq_request != sci->sc_seq_done); spin_unlock(&sci->sc_state_lock); + if (flush_work(&sci->sc_iput_work)) + flag = true; + if (flag || !nilfs_segctor_confirm(sci)) nilfs_segctor_write_out(sci); @@ -2639,6 +2668,12 @@ nilfs_dispose_list(nilfs, &sci->sc_dirty_files, 1); } + if (!list_empty(&sci->sc_iput_queue)) { + nilfs_warning(sci->sc_super, __func__, + "iput queue is not empty\n"); + nilfs_dispose_list(nilfs, &sci->sc_iput_queue, 1); + } + WARN_ON(!list_empty(&sci->sc_segbufs)); WARN_ON(!list_empty(&sci->sc_write_logs)); --- linux-lts-utopic-3.16.0.orig/fs/nilfs2/segment.h +++ linux-lts-utopic-3.16.0/fs/nilfs2/segment.h @@ -26,6 +26,7 @@ #include #include #include +#include #include #include "nilfs.h" @@ -92,6 +93,8 @@ * @sc_nblk_inc: Block count of current generation * @sc_dirty_files: List of files to be written * @sc_gc_inodes: List of GC inodes having blocks to be written + * @sc_iput_queue: list of inodes for which iput should be done + * @sc_iput_work: work struct to defer iput call * @sc_freesegs: array of segment numbers to be freed * @sc_nfreesegs: number of segments on @sc_freesegs * @sc_dsync_inode: inode whose data pages are written for a sync operation @@ -135,6 +138,8 @@ struct list_head sc_dirty_files; struct list_head sc_gc_inodes; + struct list_head sc_iput_queue; + struct work_struct sc_iput_work; __u64 *sc_freesegs; size_t sc_nfreesegs; --- linux-lts-utopic-3.16.0.orig/fs/notify/fanotify/fanotify.c +++ linux-lts-utopic-3.16.0/fs/notify/fanotify/fanotify.c @@ -70,8 +70,15 @@ wait_event(group->fanotify_data.access_waitq, event->response || atomic_read(&group->fanotify_data.bypass_perm)); - if (!event->response) /* bypass_perm set */ + if (!event->response) { /* bypass_perm set */ + /* + * Event was canceled because group is being destroyed. Remove + * it from group's event list because we are responsible for + * freeing the permission event. + */ + fsnotify_remove_event(group, &event->fae.fse); return 0; + } /* userspace responded, convert to something usable */ switch (event->response) { --- linux-lts-utopic-3.16.0.orig/fs/notify/fanotify/fanotify_user.c +++ linux-lts-utopic-3.16.0/fs/notify/fanotify/fanotify_user.c @@ -78,7 +78,7 @@ pr_debug("%s: group=%p event=%p\n", __func__, group, event); - client_fd = get_unused_fd(); + client_fd = get_unused_fd_flags(group->fanotify_data.f_flags); if (client_fd < 0) return client_fd; @@ -359,6 +359,11 @@ #ifdef CONFIG_FANOTIFY_ACCESS_PERMISSIONS struct fanotify_perm_event_info *event, *next; + /* + * There may be still new events arriving in the notification queue + * but since userspace cannot use fanotify fd anymore, no event can + * enter or leave access_list by now. + */ spin_lock(&group->fanotify_data.access_lock); atomic_inc(&group->fanotify_data.bypass_perm); @@ -373,6 +378,13 @@ } spin_unlock(&group->fanotify_data.access_lock); + /* + * Since bypass_perm is set, newly queued events will not wait for + * access response. Wake up the already sleeping ones now. + * synchronize_srcu() in fsnotify_destroy_group() will wait for all + * processes sleeping in fanotify_handle_event() waiting for access + * response and thus also for all permission events to be freed. + */ wake_up(&group->fanotify_data.access_waitq); #endif --- linux-lts-utopic-3.16.0.orig/fs/notify/fdinfo.c +++ linux-lts-utopic-3.16.0/fs/notify/fdinfo.c @@ -42,7 +42,7 @@ { struct { struct file_handle handle; - u8 pad[64]; + u8 pad[MAX_HANDLE_SZ]; } f; int size, ret, i; @@ -50,7 +50,7 @@ size = f.handle.handle_bytes >> 2; ret = exportfs_encode_inode_fh(inode, (struct fid *)f.handle.f_handle, &size, 0); - if ((ret == 255) || (ret == -ENOSPC)) { + if ((ret == FILEID_INVALID) || (ret < 0)) { WARN_ONCE(1, "Can't encode file handler for inotify: %d\n", ret); return 0; } --- linux-lts-utopic-3.16.0.orig/fs/notify/fsnotify.c +++ linux-lts-utopic-3.16.0/fs/notify/fsnotify.c @@ -63,14 +63,14 @@ spin_lock(&inode->i_lock); /* run all of the dentries associated with this inode. Since this is a * directory, there damn well better only be one item on this list */ - hlist_for_each_entry(alias, &inode->i_dentry, d_alias) { + hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { struct dentry *child; /* run all of the children of the original inode and fix their * d_flags to indicate parental interest (their parent is the * original inode) */ spin_lock(&alias->d_lock); - list_for_each_entry(child, &alias->d_subdirs, d_u.d_child) { + list_for_each_entry(child, &alias->d_subdirs, d_child) { if (!child->d_inode) continue; --- linux-lts-utopic-3.16.0.orig/fs/notify/group.c +++ linux-lts-utopic-3.16.0/fs/notify/group.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include "fsnotify.h" @@ -72,6 +73,7 @@ { atomic_inc(&group->refcnt); } +EXPORT_SYMBOL(fsnotify_get_group); /* * Drop a reference to a group. Free it if it's through. @@ -81,6 +83,7 @@ if (atomic_dec_and_test(&group->refcnt)) fsnotify_final_destroy_group(group); } +EXPORT_SYMBOL(fsnotify_put_group); /* * Create a new fsnotify_group and hold a reference for the group returned. @@ -109,6 +112,7 @@ return group; } +EXPORT_SYMBOL(fsnotify_alloc_group); int fsnotify_fasync(int fd, struct file *file, int on) { --- linux-lts-utopic-3.16.0.orig/fs/notify/inode_mark.c +++ linux-lts-utopic-3.16.0/fs/notify/inode_mark.c @@ -288,20 +288,25 @@ spin_unlock(&inode->i_lock); /* In case the dropping of a reference would nuke next_i. */ - if ((&next_i->i_sb_list != list) && - atomic_read(&next_i->i_count)) { + while (&next_i->i_sb_list != list) { spin_lock(&next_i->i_lock); - if (!(next_i->i_state & (I_FREEING | I_WILL_FREE))) { + if (!(next_i->i_state & (I_FREEING | I_WILL_FREE)) && + atomic_read(&next_i->i_count)) { __iget(next_i); need_iput = next_i; + spin_unlock(&next_i->i_lock); + break; } spin_unlock(&next_i->i_lock); + next_i = list_entry(next_i->i_sb_list.next, + struct inode, i_sb_list); } /* - * We can safely drop inode_sb_list_lock here because we hold - * references on both inode and next_i. Also no new inodes - * will be added since the umount has begun. + * We can safely drop inode_sb_list_lock here because either + * we actually hold references on both inode and next_i or + * end of list. Also no new inodes will be added since the + * umount has begun. */ spin_unlock(&inode_sb_list_lock); --- linux-lts-utopic-3.16.0.orig/fs/notify/mark.c +++ linux-lts-utopic-3.16.0/fs/notify/mark.c @@ -109,6 +109,7 @@ mark->free_mark(mark); } } +EXPORT_SYMBOL(fsnotify_put_mark); /* * Any time a mark is getting freed we end up here. @@ -191,6 +192,7 @@ fsnotify_destroy_mark_locked(mark, group); mutex_unlock(&group->mark_mutex); } +EXPORT_SYMBOL(fsnotify_destroy_mark); void fsnotify_set_mark_mask_locked(struct fsnotify_mark *mark, __u32 mask) { @@ -275,6 +277,7 @@ return ret; } +EXPORT_SYMBOL(fsnotify_add_mark); int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group, struct inode *inode, struct vfsmount *mnt, int allow_dups) @@ -293,16 +296,36 @@ unsigned int flags) { struct fsnotify_mark *lmark, *mark; + LIST_HEAD(to_free); + /* + * We have to be really careful here. Anytime we drop mark_mutex, e.g. + * fsnotify_clear_marks_by_inode() can come and free marks. Even in our + * to_free list so we have to use mark_mutex even when accessing that + * list. And freeing mark requires us to drop mark_mutex. So we can + * reliably free only the first mark in the list. That's why we first + * move marks to free to to_free list in one go and then free marks in + * to_free list one by one. + */ mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); list_for_each_entry_safe(mark, lmark, &group->marks_list, g_list) { - if (mark->flags & flags) { - fsnotify_get_mark(mark); - fsnotify_destroy_mark_locked(mark, group); - fsnotify_put_mark(mark); - } + if (mark->flags & flags) + list_move(&mark->g_list, &to_free); } mutex_unlock(&group->mark_mutex); + + while (1) { + mutex_lock_nested(&group->mark_mutex, SINGLE_DEPTH_NESTING); + if (list_empty(&to_free)) { + mutex_unlock(&group->mark_mutex); + break; + } + mark = list_first_entry(&to_free, struct fsnotify_mark, g_list); + fsnotify_get_mark(mark); + fsnotify_destroy_mark_locked(mark, group); + mutex_unlock(&group->mark_mutex); + fsnotify_put_mark(mark); + } } /* @@ -336,6 +359,7 @@ atomic_set(&mark->refcnt, 1); mark->free_mark = free_mark; } +EXPORT_SYMBOL(fsnotify_init_mark); static int fsnotify_mark_destroy(void *ignored) { --- linux-lts-utopic-3.16.0.orig/fs/notify/notification.c +++ linux-lts-utopic-3.16.0/fs/notify/notification.c @@ -73,7 +73,8 @@ /* Overflow events are per-group and we don't want to free them */ if (!event || event->mask == FS_Q_OVERFLOW) return; - + /* If the event is still queued, we have a problem... */ + WARN_ON(!list_empty(&event->list)); group->ops->free_event(event); } @@ -125,6 +126,21 @@ } /* + * Remove @event from group's notification queue. It is the responsibility of + * the caller to destroy the event. + */ +void fsnotify_remove_event(struct fsnotify_group *group, + struct fsnotify_event *event) +{ + mutex_lock(&group->notification_mutex); + if (!list_empty(&event->list)) { + list_del_init(&event->list); + group->q_len--; + } + mutex_unlock(&group->notification_mutex); +} + +/* * Remove and return the first event from the notification list. It is the * responsibility of the caller to destroy the obtained event */ --- linux-lts-utopic-3.16.0.orig/fs/ocfs2/aops.c +++ linux-lts-utopic-3.16.0/fs/ocfs2/aops.c @@ -894,7 +894,7 @@ } } -static void ocfs2_free_write_ctxt(struct ocfs2_write_ctxt *wc) +static void ocfs2_unlock_pages(struct ocfs2_write_ctxt *wc) { int i; @@ -915,7 +915,11 @@ page_cache_release(wc->w_target_page); } ocfs2_unlock_and_free_pages(wc->w_pages, wc->w_num_pages); +} +static void ocfs2_free_write_ctxt(struct ocfs2_write_ctxt *wc) +{ + ocfs2_unlock_pages(wc); brelse(wc->w_di_bh); kfree(wc); } @@ -2041,11 +2045,19 @@ ocfs2_update_inode_fsync_trans(handle, inode, 1); ocfs2_journal_dirty(handle, wc->w_di_bh); + /* unlock pages before dealloc since it needs acquiring j_trans_barrier + * lock, or it will cause a deadlock since journal commit threads holds + * this lock and will ask for the page lock when flushing the data. + * put it here to preserve the unlock order. + */ + ocfs2_unlock_pages(wc); + ocfs2_commit_trans(osb, handle); ocfs2_run_deallocs(osb, &wc->w_dealloc); - ocfs2_free_write_ctxt(wc); + brelse(wc->w_di_bh); + kfree(wc); return copied; } --- linux-lts-utopic-3.16.0.orig/fs/ocfs2/cluster/tcp.c +++ linux-lts-utopic-3.16.0/fs/ocfs2/cluster/tcp.c @@ -925,7 +925,7 @@ size_t veclen, size_t total) { int ret; - struct msghdr msg; + struct msghdr msg = {.msg_flags = 0,}; if (sock == NULL) { ret = -EINVAL; --- linux-lts-utopic-3.16.0.orig/fs/ocfs2/dcache.c +++ linux-lts-utopic-3.16.0/fs/ocfs2/dcache.c @@ -172,7 +172,7 @@ struct dentry *dentry; spin_lock(&inode->i_lock); - hlist_for_each_entry(dentry, &inode->i_dentry, d_alias) { + hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { spin_lock(&dentry->d_lock); if (ocfs2_match_dentry(dentry, parent_blkno, skip_unhashed)) { trace_ocfs2_find_local_alias(dentry->d_name.len, --- linux-lts-utopic-3.16.0.orig/fs/ocfs2/dlm/dlmmaster.c +++ linux-lts-utopic-3.16.0/fs/ocfs2/dlm/dlmmaster.c @@ -655,12 +655,9 @@ clear_bit(bit, res->refmap); } - -void dlm_lockres_grab_inflight_ref(struct dlm_ctxt *dlm, +static void __dlm_lockres_grab_inflight_ref(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) { - assert_spin_locked(&res->spinlock); - res->inflight_locks++; mlog(0, "%s: res %.*s, inflight++: now %u, %ps()\n", dlm->name, @@ -668,6 +665,13 @@ __builtin_return_address(0)); } +void dlm_lockres_grab_inflight_ref(struct dlm_ctxt *dlm, + struct dlm_lock_resource *res) +{ + assert_spin_locked(&res->spinlock); + __dlm_lockres_grab_inflight_ref(dlm, res); +} + void dlm_lockres_drop_inflight_ref(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) { @@ -764,6 +768,19 @@ if (tmpres) { spin_unlock(&dlm->spinlock); spin_lock(&tmpres->spinlock); + + /* + * Right after dlm spinlock was released, dlm_thread could have + * purged the lockres. Check if lockres got unhashed. If so + * start over. + */ + if (hlist_unhashed(&tmpres->hash_node)) { + spin_unlock(&tmpres->spinlock); + dlm_lockres_put(tmpres); + tmpres = NULL; + goto lookup; + } + /* Wait on the thread that is mastering the resource */ if (tmpres->owner == DLM_LOCK_RES_OWNER_UNKNOWN) { __dlm_wait_on_lockres(tmpres); @@ -894,10 +911,8 @@ /* finally add the lockres to its hash bucket */ __dlm_insert_lockres(dlm, res); - /* Grab inflight ref to pin the resource */ - spin_lock(&res->spinlock); - dlm_lockres_grab_inflight_ref(dlm, res); - spin_unlock(&res->spinlock); + /* since this lockres is new it doesn't not require the spinlock */ + __dlm_lockres_grab_inflight_ref(dlm, res); /* get an extra ref on the mle in case this is a BLOCK * if so, the creator of the BLOCK may try to put the last @@ -1435,6 +1450,7 @@ int found, ret; int set_maybe; int dispatch_assert = 0; + int dispatched = 0; if (!dlm_grab(dlm)) return DLM_MASTER_RESP_NO; @@ -1641,14 +1657,17 @@ mlog(ML_ERROR, "failed to dispatch assert master work\n"); response = DLM_MASTER_RESP_ERROR; dlm_lockres_put(res); - } else + } else { + dispatched = 1; dlm_lockres_grab_inflight_worker(dlm, res); + } } else { if (res) dlm_lockres_put(res); } - dlm_put(dlm); + if (!dispatched) + dlm_put(dlm); return response; } @@ -2068,7 +2087,6 @@ /* queue up work for dlm_assert_master_worker */ - dlm_grab(dlm); /* get an extra ref for the work item */ dlm_init_work_item(dlm, item, dlm_assert_master_worker, NULL); item->u.am.lockres = res; /* already have a ref */ /* can optionally ignore node numbers higher than this node */ @@ -2489,6 +2507,11 @@ spin_lock(&dlm->master_lock); ret = dlm_add_migration_mle(dlm, res, mle, &oldmle, name, namelen, target, dlm->node_num); + /* get an extra reference on the mle. + * otherwise the assert_master from the new + * master will destroy this. + */ + dlm_get_mle_inuse(mle); spin_unlock(&dlm->master_lock); spin_unlock(&dlm->spinlock); @@ -2524,6 +2547,7 @@ if (mle_added) { dlm_mle_detach_hb_events(dlm, mle); dlm_put_mle(mle); + dlm_put_mle_inuse(mle); } else if (mle) { kmem_cache_free(dlm_mle_cache, mle); mle = NULL; @@ -2541,17 +2565,6 @@ * ensure that all assert_master work is flushed. */ flush_workqueue(dlm->dlm_worker); - /* get an extra reference on the mle. - * otherwise the assert_master from the new - * master will destroy this. - * also, make sure that all callers of dlm_get_mle - * take both dlm->spinlock and dlm->master_lock */ - spin_lock(&dlm->spinlock); - spin_lock(&dlm->master_lock); - dlm_get_mle_inuse(mle); - spin_unlock(&dlm->master_lock); - spin_unlock(&dlm->spinlock); - /* notify new node and send all lock state */ /* call send_one_lockres with migration flag. * this serves as notice to the target node that a @@ -3280,6 +3293,15 @@ mle->new_master != dead_node) continue; + if (mle->new_master == dead_node && mle->inuse) { + mlog(ML_NOTICE, "%s: target %u died during " + "migration from %u, the MLE is " + "still keep used, ignore it!\n", + dlm->name, dead_node, + mle->master); + continue; + } + /* If we have reached this point, this mle needs to be * removed from the list and freed. */ dlm_clean_migration_mle(dlm, mle); --- linux-lts-utopic-3.16.0.orig/fs/ocfs2/dlm/dlmrecovery.c +++ linux-lts-utopic-3.16.0/fs/ocfs2/dlm/dlmrecovery.c @@ -1687,6 +1687,7 @@ unsigned int hash; int master = DLM_LOCK_RES_OWNER_UNKNOWN; u32 flags = DLM_ASSERT_MASTER_REQUERY; + int dispatched = 0; if (!dlm_grab(dlm)) { /* since the domain has gone away on this @@ -1708,15 +1709,18 @@ mlog_errno(-ENOMEM); /* retry!? */ BUG(); - } else + } else { + dispatched = 1; __dlm_lockres_grab_inflight_worker(dlm, res); + } } else /* put.. incase we are not the master */ dlm_lockres_put(res); spin_unlock(&res->spinlock); } spin_unlock(&dlm->spinlock); - dlm_put(dlm); + if (!dispatched) + dlm_put(dlm); return master; } @@ -2341,6 +2345,8 @@ break; } } + dlm_lockres_clear_refmap_bit(dlm, res, + dead_node); spin_unlock(&res->spinlock); continue; } --- linux-lts-utopic-3.16.0.orig/fs/ocfs2/dlmglue.c +++ linux-lts-utopic-3.16.0/fs/ocfs2/dlmglue.c @@ -1373,6 +1373,7 @@ unsigned long flags; unsigned int gen; int noqueue_attempted = 0; + int kick_dc = 0; ocfs2_init_mask_waiter(&mw); @@ -1501,7 +1502,12 @@ unlock: lockres_clear_flags(lockres, OCFS2_LOCK_UPCONVERT_FINISHING); + /* ocfs2_unblock_lock reques on seeing OCFS2_LOCK_UPCONVERT_FINISHING */ + kick_dc = (lockres->l_flags & OCFS2_LOCK_BLOCKED); + spin_unlock_irqrestore(&lockres->l_lock, flags); + if (kick_dc) + ocfs2_wake_downconvert_thread(osb); out: /* * This is helping work around a lock inversion between the page lock @@ -4006,9 +4012,13 @@ osb->dc_work_sequence = osb->dc_wake_sequence; processed = osb->blocked_lock_count; - while (processed) { - BUG_ON(list_empty(&osb->blocked_lock_list)); - + /* + * blocked lock processing in this loop might call iput which can + * remove items off osb->blocked_lock_list. Downconvert up to + * 'processed' number of locks, but stop short if we had some + * removed in ocfs2_mark_lockres_freeing when downconverting. + */ + while (processed && !list_empty(&osb->blocked_lock_list)) { lockres = list_entry(osb->blocked_lock_list.next, struct ocfs2_lock_res, l_blocked_list); list_del_init(&lockres->l_blocked_list); --- linux-lts-utopic-3.16.0.orig/fs/ocfs2/file.c +++ linux-lts-utopic-3.16.0/fs/ocfs2/file.c @@ -2375,10 +2375,14 @@ /* buffered aio wouldn't have proper lock coverage today */ BUG_ON(ret == -EIOCBQUEUED && !(file->f_flags & O_DIRECT)); + if (unlikely(written <= 0)) + goto no_sync; + if (((file->f_flags & O_DSYNC) && !direct_io) || IS_SYNC(inode) || ((file->f_flags & O_DIRECT) && !direct_io)) { - ret = filemap_fdatawrite_range(file->f_mapping, *ppos, - *ppos + count - 1); + ret = filemap_fdatawrite_range(file->f_mapping, + iocb->ki_pos - written, + iocb->ki_pos - 1); if (ret < 0) written = ret; @@ -2391,10 +2395,12 @@ } if (!ret) - ret = filemap_fdatawait_range(file->f_mapping, *ppos, - *ppos + count - 1); + ret = filemap_fdatawait_range(file->f_mapping, + iocb->ki_pos - written, + iocb->ki_pos - 1); } +no_sync: /* * deep in g_f_a_w_n()->ocfs2_direct_IO we pass in a ocfs2_dio_end_io * function pointer which is called when o_direct io completes so that --- linux-lts-utopic-3.16.0.orig/fs/ocfs2/ioctl.c +++ linux-lts-utopic-3.16.0/fs/ocfs2/ioctl.c @@ -35,9 +35,8 @@ copy_to_user((typeof(a) __user *)b, &(a), sizeof(a)) /* - * This call is void because we are already reporting an error that may - * be -EFAULT. The error will be returned from the ioctl(2) call. It's - * just a best-effort to tell userspace that this request caused the error. + * This is just a best-effort to tell userspace that this request + * caused the error. */ static inline void o2info_set_request_error(struct ocfs2_info_request *kreq, struct ocfs2_info_request __user *req) @@ -146,136 +145,105 @@ static int ocfs2_info_handle_blocksize(struct inode *inode, struct ocfs2_info_request __user *req) { - int status = -EFAULT; struct ocfs2_info_blocksize oib; if (o2info_from_user(oib, req)) - goto bail; + return -EFAULT; oib.ib_blocksize = inode->i_sb->s_blocksize; o2info_set_request_filled(&oib.ib_req); if (o2info_to_user(oib, req)) - goto bail; + return -EFAULT; - status = 0; -bail: - if (status) - o2info_set_request_error(&oib.ib_req, req); - - return status; + return 0; } static int ocfs2_info_handle_clustersize(struct inode *inode, struct ocfs2_info_request __user *req) { - int status = -EFAULT; struct ocfs2_info_clustersize oic; struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); if (o2info_from_user(oic, req)) - goto bail; + return -EFAULT; oic.ic_clustersize = osb->s_clustersize; o2info_set_request_filled(&oic.ic_req); if (o2info_to_user(oic, req)) - goto bail; + return -EFAULT; - status = 0; -bail: - if (status) - o2info_set_request_error(&oic.ic_req, req); - - return status; + return 0; } static int ocfs2_info_handle_maxslots(struct inode *inode, struct ocfs2_info_request __user *req) { - int status = -EFAULT; struct ocfs2_info_maxslots oim; struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); if (o2info_from_user(oim, req)) - goto bail; + return -EFAULT; oim.im_max_slots = osb->max_slots; o2info_set_request_filled(&oim.im_req); if (o2info_to_user(oim, req)) - goto bail; - - status = 0; -bail: - if (status) - o2info_set_request_error(&oim.im_req, req); + return -EFAULT; - return status; + return 0; } static int ocfs2_info_handle_label(struct inode *inode, struct ocfs2_info_request __user *req) { - int status = -EFAULT; struct ocfs2_info_label oil; struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); if (o2info_from_user(oil, req)) - goto bail; + return -EFAULT; memcpy(oil.il_label, osb->vol_label, OCFS2_MAX_VOL_LABEL_LEN); o2info_set_request_filled(&oil.il_req); if (o2info_to_user(oil, req)) - goto bail; + return -EFAULT; - status = 0; -bail: - if (status) - o2info_set_request_error(&oil.il_req, req); - - return status; + return 0; } static int ocfs2_info_handle_uuid(struct inode *inode, struct ocfs2_info_request __user *req) { - int status = -EFAULT; struct ocfs2_info_uuid oiu; struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); if (o2info_from_user(oiu, req)) - goto bail; + return -EFAULT; memcpy(oiu.iu_uuid_str, osb->uuid_str, OCFS2_TEXT_UUID_LEN + 1); o2info_set_request_filled(&oiu.iu_req); if (o2info_to_user(oiu, req)) - goto bail; - - status = 0; -bail: - if (status) - o2info_set_request_error(&oiu.iu_req, req); + return -EFAULT; - return status; + return 0; } static int ocfs2_info_handle_fs_features(struct inode *inode, struct ocfs2_info_request __user *req) { - int status = -EFAULT; struct ocfs2_info_fs_features oif; struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); if (o2info_from_user(oif, req)) - goto bail; + return -EFAULT; oif.if_compat_features = osb->s_feature_compat; oif.if_incompat_features = osb->s_feature_incompat; @@ -284,39 +252,28 @@ o2info_set_request_filled(&oif.if_req); if (o2info_to_user(oif, req)) - goto bail; + return -EFAULT; - status = 0; -bail: - if (status) - o2info_set_request_error(&oif.if_req, req); - - return status; + return 0; } static int ocfs2_info_handle_journal_size(struct inode *inode, struct ocfs2_info_request __user *req) { - int status = -EFAULT; struct ocfs2_info_journal_size oij; struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); if (o2info_from_user(oij, req)) - goto bail; + return -EFAULT; oij.ij_journal_size = i_size_read(osb->journal->j_inode); o2info_set_request_filled(&oij.ij_req); if (o2info_to_user(oij, req)) - goto bail; - - status = 0; -bail: - if (status) - o2info_set_request_error(&oij.ij_req, req); + return -EFAULT; - return status; + return 0; } static int ocfs2_info_scan_inode_alloc(struct ocfs2_super *osb, @@ -373,7 +330,7 @@ u32 i; u64 blkno = -1; char namebuf[40]; - int status = -EFAULT, type = INODE_ALLOC_SYSTEM_INODE; + int status, type = INODE_ALLOC_SYSTEM_INODE; struct ocfs2_info_freeinode *oifi = NULL; struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); struct inode *inode_alloc = NULL; @@ -385,8 +342,10 @@ goto out_err; } - if (o2info_from_user(*oifi, req)) - goto bail; + if (o2info_from_user(*oifi, req)) { + status = -EFAULT; + goto out_free; + } oifi->ifi_slotnum = osb->max_slots; @@ -424,14 +383,16 @@ o2info_set_request_filled(&oifi->ifi_req); - if (o2info_to_user(*oifi, req)) - goto bail; + if (o2info_to_user(*oifi, req)) { + status = -EFAULT; + goto out_free; + } status = 0; bail: if (status) o2info_set_request_error(&oifi->ifi_req, req); - +out_free: kfree(oifi); out_err: return status; @@ -658,7 +619,7 @@ { u64 blkno = -1; char namebuf[40]; - int status = -EFAULT, type = GLOBAL_BITMAP_SYSTEM_INODE; + int status, type = GLOBAL_BITMAP_SYSTEM_INODE; struct ocfs2_info_freefrag *oiff; struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); @@ -671,8 +632,10 @@ goto out_err; } - if (o2info_from_user(*oiff, req)) - goto bail; + if (o2info_from_user(*oiff, req)) { + status = -EFAULT; + goto out_free; + } /* * chunksize from userspace should be power of 2. */ @@ -711,14 +674,14 @@ if (o2info_to_user(*oiff, req)) { status = -EFAULT; - goto bail; + goto out_free; } status = 0; bail: if (status) o2info_set_request_error(&oiff->iff_req, req); - +out_free: kfree(oiff); out_err: return status; @@ -727,23 +690,17 @@ static int ocfs2_info_handle_unknown(struct inode *inode, struct ocfs2_info_request __user *req) { - int status = -EFAULT; struct ocfs2_info_request oir; if (o2info_from_user(oir, req)) - goto bail; + return -EFAULT; o2info_clear_request_filled(&oir); if (o2info_to_user(oir, req)) - goto bail; - - status = 0; -bail: - if (status) - o2info_set_request_error(&oir, req); + return -EFAULT; - return status; + return 0; } /* --- linux-lts-utopic-3.16.0.orig/fs/ocfs2/namei.c +++ linux-lts-utopic-3.16.0/fs/ocfs2/namei.c @@ -94,6 +94,14 @@ struct inode *inode, const char *symname); +static int ocfs2_double_lock(struct ocfs2_super *osb, + struct buffer_head **bh1, + struct inode *inode1, + struct buffer_head **bh2, + struct inode *inode2, + int rename); + +static void ocfs2_double_unlock(struct inode *inode1, struct inode *inode2); /* An orphan dir name is an 8 byte value, printed as a hex string */ #define OCFS2_ORPHAN_NAMELEN ((int)(2 * sizeof(u64))) @@ -348,7 +356,7 @@ goto leave; } - status = posix_acl_create(dir, &mode, &default_acl, &acl); + status = posix_acl_create(dir, &inode->i_mode, &default_acl, &acl); if (status) { mlog_errno(status); goto leave; @@ -678,8 +686,10 @@ { handle_t *handle; struct inode *inode = old_dentry->d_inode; + struct inode *old_dir = old_dentry->d_parent->d_inode; int err; struct buffer_head *fe_bh = NULL; + struct buffer_head *old_dir_bh = NULL; struct buffer_head *parent_fe_bh = NULL; struct ocfs2_dinode *fe = NULL; struct ocfs2_super *osb = OCFS2_SB(dir->i_sb); @@ -696,19 +706,33 @@ dquot_initialize(dir); - err = ocfs2_inode_lock_nested(dir, &parent_fe_bh, 1, OI_LS_PARENT); + err = ocfs2_double_lock(osb, &old_dir_bh, old_dir, + &parent_fe_bh, dir, 0); if (err < 0) { if (err != -ENOENT) mlog_errno(err); return err; } + /* make sure both dirs have bhs + * get an extra ref on old_dir_bh if old==new */ + if (!parent_fe_bh) { + if (old_dir_bh) { + parent_fe_bh = old_dir_bh; + get_bh(parent_fe_bh); + } else { + mlog(ML_ERROR, "%s: no old_dir_bh!\n", osb->uuid_str); + err = -EIO; + goto out; + } + } + if (!dir->i_nlink) { err = -ENOENT; goto out; } - err = ocfs2_lookup_ino_from_name(dir, old_dentry->d_name.name, + err = ocfs2_lookup_ino_from_name(old_dir, old_dentry->d_name.name, old_dentry->d_name.len, &old_de_ino); if (err) { err = -ENOENT; @@ -801,10 +825,11 @@ ocfs2_inode_unlock(inode, 1); out: - ocfs2_inode_unlock(dir, 1); + ocfs2_double_unlock(old_dir, dir); brelse(fe_bh); brelse(parent_fe_bh); + brelse(old_dir_bh); ocfs2_free_dir_lookup_result(&lookup); @@ -1072,14 +1097,15 @@ } /* - * The only place this should be used is rename! + * The only place this should be used is rename and link! * if they have the same id, then the 1st one is the only one locked. */ static int ocfs2_double_lock(struct ocfs2_super *osb, struct buffer_head **bh1, struct inode *inode1, struct buffer_head **bh2, - struct inode *inode2) + struct inode *inode2, + int rename) { int status; int inode1_is_ancestor, inode2_is_ancestor; @@ -1127,7 +1153,7 @@ } /* lock id2 */ status = ocfs2_inode_lock_nested(inode2, bh2, 1, - OI_LS_RENAME1); + rename == 1 ? OI_LS_RENAME1 : OI_LS_PARENT); if (status < 0) { if (status != -ENOENT) mlog_errno(status); @@ -1136,7 +1162,8 @@ } /* lock id1 */ - status = ocfs2_inode_lock_nested(inode1, bh1, 1, OI_LS_RENAME2); + status = ocfs2_inode_lock_nested(inode1, bh1, 1, + rename == 1 ? OI_LS_RENAME2 : OI_LS_PARENT); if (status < 0) { /* * An error return must mean that no cluster locks @@ -1252,7 +1279,7 @@ /* if old and new are the same, this'll just do one lock. */ status = ocfs2_double_lock(osb, &old_dir_bh, old_dir, - &new_dir_bh, new_dir); + &new_dir_bh, new_dir, 1); if (status < 0) { mlog_errno(status); goto bail; --- linux-lts-utopic-3.16.0.orig/fs/ocfs2/quota_local.c +++ linux-lts-utopic-3.16.0/fs/ocfs2/quota_local.c @@ -700,8 +700,8 @@ /* We don't need the lock and we have to acquire quota file locks * which will later depend on this lock */ mutex_unlock(&sb_dqopt(sb)->dqio_mutex); - info->dqi_maxblimit = 0x7fffffffffffffffLL; - info->dqi_maxilimit = 0x7fffffffffffffffLL; + info->dqi_max_spc_limit = 0x7fffffffffffffffLL; + info->dqi_max_ino_limit = 0x7fffffffffffffffLL; oinfo = kmalloc(sizeof(struct ocfs2_mem_dqinfo), GFP_NOFS); if (!oinfo) { mlog(ML_ERROR, "failed to allocate memory for ocfs2 quota" --- linux-lts-utopic-3.16.0.orig/fs/ocfs2/resize.c +++ linux-lts-utopic-3.16.0/fs/ocfs2/resize.c @@ -54,11 +54,12 @@ static u16 ocfs2_calc_new_backup_super(struct inode *inode, struct ocfs2_group_desc *gd, u16 cl_cpg, + u16 old_bg_clusters, int set) { int i; u16 backups = 0; - u32 cluster; + u32 cluster, lgd_cluster; u64 blkno, gd_blkno, lgd_blkno = le64_to_cpu(gd->bg_blkno); for (i = 0; i < OCFS2_MAX_BACKUP_SUPERBLOCKS; i++) { @@ -71,6 +72,12 @@ else if (gd_blkno > lgd_blkno) break; + /* check if already done backup super */ + lgd_cluster = ocfs2_blocks_to_clusters(inode->i_sb, lgd_blkno); + lgd_cluster += old_bg_clusters; + if (lgd_cluster >= cluster) + continue; + if (set) ocfs2_set_bit(cluster % cl_cpg, (unsigned long *)gd->bg_bitmap); @@ -99,6 +106,7 @@ u16 chain, num_bits, backups = 0; u16 cl_bpc = le16_to_cpu(cl->cl_bpc); u16 cl_cpg = le16_to_cpu(cl->cl_cpg); + u16 old_bg_clusters; trace_ocfs2_update_last_group_and_inode(new_clusters, first_new_cluster); @@ -112,6 +120,7 @@ group = (struct ocfs2_group_desc *)group_bh->b_data; + old_bg_clusters = le16_to_cpu(group->bg_bits) / cl_bpc; /* update the group first. */ num_bits = new_clusters * cl_bpc; le16_add_cpu(&group->bg_bits, num_bits); @@ -125,7 +134,7 @@ OCFS2_FEATURE_COMPAT_BACKUP_SB)) { backups = ocfs2_calc_new_backup_super(bm_inode, group, - cl_cpg, 1); + cl_cpg, old_bg_clusters, 1); le16_add_cpu(&group->bg_free_bits_count, -1 * backups); } @@ -163,7 +172,7 @@ if (ret < 0) { ocfs2_calc_new_backup_super(bm_inode, group, - cl_cpg, 0); + cl_cpg, old_bg_clusters, 0); le16_add_cpu(&group->bg_free_bits_count, backups); le16_add_cpu(&group->bg_bits, -1 * num_bits); le16_add_cpu(&group->bg_free_bits_count, -1 * num_bits); --- linux-lts-utopic-3.16.0.orig/fs/ocfs2/super.c +++ linux-lts-utopic-3.16.0/fs/ocfs2/super.c @@ -1564,8 +1564,8 @@ seq_printf(s, ",localflocks,"); if (osb->osb_cluster_stack[0]) - seq_printf(s, ",cluster_stack=%.*s", OCFS2_STACK_LABEL_LEN, - osb->osb_cluster_stack); + seq_show_option_n(s, "cluster_stack", osb->osb_cluster_stack, + OCFS2_STACK_LABEL_LEN); if (opts & OCFS2_MOUNT_USRQUOTA) seq_printf(s, ",usrquota"); if (opts & OCFS2_MOUNT_GRPQUOTA) --- linux-lts-utopic-3.16.0.orig/fs/omfs/inode.c +++ linux-lts-utopic-3.16.0/fs/omfs/inode.c @@ -361,7 +361,7 @@ } enum { - Opt_uid, Opt_gid, Opt_umask, Opt_dmask, Opt_fmask + Opt_uid, Opt_gid, Opt_umask, Opt_dmask, Opt_fmask, Opt_err }; static const match_table_t tokens = { @@ -370,6 +370,7 @@ {Opt_umask, "umask=%o"}, {Opt_dmask, "dmask=%o"}, {Opt_fmask, "fmask=%o"}, + {Opt_err, NULL}, }; static int parse_options(char *options, struct omfs_sb_info *sbi) --- linux-lts-utopic-3.16.0.orig/fs/open.c +++ linux-lts-utopic-3.16.0/fs/open.c @@ -34,6 +34,9 @@ #include "internal.h" +#define CREATE_TRACE_POINTS +#include + int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs, struct file *filp) { @@ -62,6 +65,7 @@ mutex_unlock(&dentry->d_inode->i_mutex); return ret; } +EXPORT_SYMBOL(do_truncate); long vfs_truncate(struct path *path, loff_t length) { @@ -298,6 +302,7 @@ sb_end_write(inode->i_sb); return ret; } +EXPORT_SYMBOL(do_fallocate); SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) { @@ -558,6 +563,7 @@ uid = make_kuid(current_user_ns(), user); gid = make_kgid(current_user_ns(), group); +retry_deleg: newattrs.ia_valid = ATTR_CTIME; if (user != (uid_t) -1) { if (!uid_valid(uid)) @@ -574,7 +580,6 @@ if (!S_ISDIR(inode->i_mode)) newattrs.ia_valid |= ATTR_KILL_SUID | ATTR_KILL_SGID | ATTR_KILL_PRIV; -retry_deleg: mutex_lock(&inode->i_mutex); error = security_path_chown(path, uid, gid); if (!error) @@ -823,8 +828,7 @@ f = get_empty_filp(); if (!IS_ERR(f)) { f->f_flags = flags; - f->f_path = *path; - error = do_dentry_open(f, NULL, cred); + error = vfs_open(path, f, cred); if (!error) { /* from now on we need fput() to dispose of f */ error = open_check_o_direct(f); @@ -841,6 +845,26 @@ } EXPORT_SYMBOL(dentry_open); +/** + * vfs_open - open the file at the given path + * @path: path to open + * @filp: newly allocated file with f_flag initialized + * @cred: credentials to use + */ +int vfs_open(const struct path *path, struct file *filp, + const struct cred *cred) +{ + struct inode *inode = path->dentry->d_inode; + + if (inode->i_op->dentry_open) + return inode->i_op->dentry_open(path->dentry, filp, cred); + else { + filp->f_path = *path; + return do_dentry_open(filp, NULL, cred); + } +} +EXPORT_SYMBOL(vfs_open); + static inline int build_open_flags(int flags, umode_t mode, struct open_flags *op) { int lookup_flags = 0; @@ -983,6 +1007,7 @@ } else { fsnotify_open(f); fd_install(fd, f); + trace_do_sys_open(tmp->name, flags, mode); } } putname(tmp); --- linux-lts-utopic-3.16.0.orig/fs/overlayfs/Kconfig +++ linux-lts-utopic-3.16.0/fs/overlayfs/Kconfig @@ -0,0 +1,10 @@ +config OVERLAYFS_FS + tristate "Overlay filesystem support" + help + An overlay filesystem combines two filesystems - an 'upper' filesystem + and a 'lower' filesystem. When a name exists in both filesystems, the + object in the 'upper' filesystem is visible while the object in the + 'lower' filesystem is either hidden or, in the case of directories, + merged with the 'upper' object. + + For more information see Documentation/filesystems/overlayfs.txt --- linux-lts-utopic-3.16.0.orig/fs/overlayfs/Makefile +++ linux-lts-utopic-3.16.0/fs/overlayfs/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the overlay filesystem. +# + +obj-$(CONFIG_OVERLAYFS_FS) += overlayfs.o + +overlayfs-objs := super.o inode.o dir.o readdir.o copy_up.o --- linux-lts-utopic-3.16.0.orig/fs/overlayfs/copy_up.c +++ linux-lts-utopic-3.16.0/fs/overlayfs/copy_up.c @@ -0,0 +1,412 @@ +/* + * + * Copyright (C) 2011 Novell Inc. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published by + * the Free Software Foundation. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include "overlayfs.h" + +#define OVL_COPY_UP_CHUNK_SIZE (1 << 20) + +static int ovl_copy_up_xattr(struct dentry *old, struct dentry *new) +{ + ssize_t list_size, size; + char *buf, *name, *value; + int error; + + if (!old->d_inode->i_op->getxattr || + !new->d_inode->i_op->getxattr) + return 0; + + list_size = vfs_listxattr(old, NULL, 0); + if (list_size <= 0) { + if (list_size == -EOPNOTSUPP) + return 0; + return list_size; + } + + buf = kzalloc(list_size, GFP_KERNEL); + if (!buf) + return -ENOMEM; + + error = -ENOMEM; + value = kmalloc(XATTR_SIZE_MAX, GFP_KERNEL); + if (!value) + goto out; + + list_size = vfs_listxattr(old, buf, list_size); + if (list_size <= 0) { + error = list_size; + goto out_free_value; + } + + for (name = buf; name < (buf + list_size); name += strlen(name) + 1) { + size = vfs_getxattr(old, name, value, XATTR_SIZE_MAX); + if (size <= 0) { + error = size; + goto out_free_value; + } + error = vfs_setxattr(new, name, value, size, 0); + if (error) + goto out_free_value; + } + +out_free_value: + kfree(value); +out: + kfree(buf); + return error; +} + +static int ovl_copy_up_data(struct path *old, struct path *new, loff_t len) +{ + struct file *old_file; + struct file *new_file; + loff_t old_pos = 0; + loff_t new_pos = 0; + int error = 0; + + if (len == 0) + return 0; + + old_file = ovl_path_open(old, O_LARGEFILE | O_RDONLY); + if (IS_ERR(old_file)) + return PTR_ERR(old_file); + + new_file = ovl_path_open(new, O_LARGEFILE | O_WRONLY); + if (IS_ERR(new_file)) { + error = PTR_ERR(new_file); + goto out_fput; + } + + /* FIXME: copy up sparse files efficiently */ + while (len) { + size_t this_len = OVL_COPY_UP_CHUNK_SIZE; + long bytes; + + if (len < this_len) + this_len = len; + + if (signal_pending_state(TASK_KILLABLE, current)) { + error = -EINTR; + break; + } + + bytes = do_splice_direct(old_file, &old_pos, + new_file, &new_pos, + this_len, SPLICE_F_MOVE); + if (bytes <= 0) { + error = bytes; + break; + } + WARN_ON(old_pos != new_pos); + + len -= bytes; + } + + fput(new_file); +out_fput: + fput(old_file); + return error; +} + +static char *ovl_read_symlink(struct dentry *realdentry) +{ + int res; + char *buf; + struct inode *inode = realdentry->d_inode; + mm_segment_t old_fs; + + res = -EINVAL; + if (!inode->i_op->readlink) + goto err; + + res = -ENOMEM; + buf = (char *) __get_free_page(GFP_KERNEL); + if (!buf) + goto err; + + old_fs = get_fs(); + set_fs(get_ds()); + /* The cast to a user pointer is valid due to the set_fs() */ + res = inode->i_op->readlink(realdentry, + (char __user *)buf, PAGE_SIZE - 1); + set_fs(old_fs); + if (res < 0) { + free_page((unsigned long) buf); + goto err; + } + buf[res] = '\0'; + + return buf; + +err: + return ERR_PTR(res); +} + +static int ovl_set_timestamps(struct dentry *upperdentry, struct kstat *stat) +{ + struct iattr attr = { + .ia_valid = + ATTR_ATIME | ATTR_MTIME | ATTR_ATIME_SET | ATTR_MTIME_SET, + .ia_atime = stat->atime, + .ia_mtime = stat->mtime, + }; + + return notify_change(upperdentry, &attr, NULL); +} + +static int ovl_set_attr(struct dentry *upperdentry, struct kstat *stat) +{ + int err = 0; + + /* + * For the most part we want to set the mode bits before setting + * the user, otherwise the current context might lack permission + * for setting the mode. However for sxid/sticky bits we want + * the operation to fail if the current user isn't privileged + * towards the resulting inode. So we first set the mode but + * exclude the sxid/sticky bits, then set the user, then set the + * mode again if any of the sxid/sticky bits are set. + */ + if (!S_ISLNK(stat->mode)) { + struct iattr attr = { + .ia_valid = ATTR_MODE, + .ia_mode = stat->mode & ~(S_ISUID|S_ISGID|S_ISVTX), + }; + err = notify_change(upperdentry, &attr, NULL); + } + if (!err) { + struct iattr attr = { + .ia_valid = ATTR_UID | ATTR_GID, + .ia_uid = stat->uid, + .ia_gid = stat->gid, + }; + err = notify_change(upperdentry, &attr, NULL); + } + if (!err && !S_ISLNK(stat->mode) && + (stat->mode & (S_ISUID|S_ISGID|S_ISVTX))) { + struct iattr attr = { + .ia_valid = ATTR_MODE, + .ia_mode = stat->mode, + }; + err = notify_change(upperdentry, &attr, NULL); + } + if (!err) + ovl_set_timestamps(upperdentry, stat); + + return err; +} + +static int ovl_copy_up_locked(struct dentry *upperdir, struct dentry *dentry, + struct path *lowerpath, struct kstat *stat, + const char *link) +{ + int err; + struct path newpath; + umode_t mode = stat->mode; + + /* Can't properly set mode on creation because of the umask */ + stat->mode &= S_IFMT; + + ovl_path_upper(dentry, &newpath); + WARN_ON(newpath.dentry); + newpath.dentry = ovl_upper_create(upperdir, dentry, stat, link); + stat->mode = mode; + if (IS_ERR(newpath.dentry)) + return PTR_ERR(newpath.dentry); + + if (S_ISREG(stat->mode)) { + err = ovl_copy_up_data(lowerpath, &newpath, stat->size); + if (err) + goto err_remove; + } + + err = ovl_copy_up_xattr(lowerpath->dentry, newpath.dentry); + if (err) + goto err_remove; + + mutex_lock(&newpath.dentry->d_inode->i_mutex); + if (!S_ISLNK(stat->mode)) + err = ovl_set_attr(newpath.dentry, stat); + mutex_unlock(&newpath.dentry->d_inode->i_mutex); + if (err) + goto err_remove; + + ovl_dentry_update(dentry, newpath.dentry); + + /* + * Easiest way to get rid of the lower dentry reference is to + * drop this dentry. This is neither needed nor possible for + * directories. + */ + if (!S_ISDIR(stat->mode)) + d_drop(dentry); + + return 0; + +err_remove: + if (S_ISDIR(stat->mode)) + vfs_rmdir(upperdir->d_inode, newpath.dentry); + else + vfs_unlink(upperdir->d_inode, newpath.dentry, NULL); + + dput(newpath.dentry); + + return err; +} + +/* + * Copy up a single dentry + * + * Directory renames only allowed on "pure upper" (already created on + * upper filesystem, never copied up). Directories which are on lower or + * are merged may not be renamed. For these -EXDEV is returned and + * userspace has to deal with it. This means, when copying up a + * directory we can rely on it and ancestors being stable. + * + * Non-directory renames start with copy up of source if necessary. The + * actual rename will only proceed once the copy up was successful. Copy + * up uses upper parent i_mutex for exclusion. Since rename can change + * d_parent it is possible that the copy up will lock the old parent. At + * that point the file will have already been copied up anyway. + */ +static int ovl_copy_up_one(struct dentry *parent, struct dentry *dentry, + struct path *lowerpath, struct kstat *stat) +{ + int err; + struct kstat pstat; + struct path parentpath; + struct dentry *upperdir; + const struct cred *old_cred; + struct cred *override_cred; + char *link = NULL; + + err = ovl_dentry_root_may(dentry, lowerpath, MAY_READ); + if (err) + return err; + + ovl_path_upper(parent, &parentpath); + upperdir = parentpath.dentry; + + err = ovl_dentry_root_may(dentry, &parentpath, MAY_WRITE); + if (err) + return err; + + err = vfs_getattr(&parentpath, &pstat); + if (err) + return err; + + if (S_ISLNK(stat->mode)) { + link = ovl_read_symlink(lowerpath->dentry); + if (IS_ERR(link)) + return PTR_ERR(link); + } + + err = -ENOMEM; + override_cred = ovl_prepare_creds(dentry->d_sb); + if (!override_cred) + goto out_free_link; + old_cred = override_creds(override_cred); + + mutex_lock_nested(&upperdir->d_inode->i_mutex, I_MUTEX_PARENT); + if (ovl_path_type(dentry) != OVL_PATH_LOWER) { + err = 0; + } else { + err = ovl_copy_up_locked(upperdir, dentry, lowerpath, + stat, link); + if (!err) { + /* Restore timestamps on parent (best effort) */ + ovl_set_timestamps(upperdir, &pstat); + } + } + + mutex_unlock(&upperdir->d_inode->i_mutex); + + revert_creds(old_cred); + put_cred(override_cred); + +out_free_link: + if (link) + free_page((unsigned long) link); + + return err; +} + +int ovl_copy_up(struct dentry *dentry) +{ + int err; + + err = 0; + while (!err) { + struct dentry *next; + struct dentry *parent; + struct path lowerpath; + struct kstat stat; + enum ovl_path_type type = ovl_path_type(dentry); + + if (type != OVL_PATH_LOWER) + break; + + next = dget(dentry); + /* find the topmost dentry not yet copied up */ + for (;;) { + parent = dget_parent(next); + + type = ovl_path_type(parent); + if (type != OVL_PATH_LOWER) + break; + + dput(next); + next = parent; + } + + ovl_path_lower(next, &lowerpath); + err = vfs_getattr(&lowerpath, &stat); + if (!err) + err = ovl_copy_up_one(parent, next, &lowerpath, &stat); + + dput(parent); + dput(next); + } + + return err; +} + +/* Optimize by not copying up the file first and truncating later */ +int ovl_copy_up_truncate(struct dentry *dentry, loff_t size) +{ + int err; + struct kstat stat; + struct path lowerpath; + struct dentry *parent = dget_parent(dentry); + + err = ovl_copy_up(parent); + if (err) + goto out_dput_parent; + + ovl_path_lower(dentry, &lowerpath); + err = vfs_getattr(&lowerpath, &stat); + if (err) + goto out_dput_parent; + + if (size < stat.size) + stat.size = size; + + err = ovl_copy_up_one(parent, dentry, &lowerpath, &stat); + +out_dput_parent: + dput(parent); + return err; +} --- linux-lts-utopic-3.16.0.orig/fs/overlayfs/dir.c +++ linux-lts-utopic-3.16.0/fs/overlayfs/dir.c @@ -0,0 +1,558 @@ +/* + * + * Copyright (C) 2011 Novell Inc. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published by + * the Free Software Foundation. + */ + +#include +#include +#include +#include +#include +#include "overlayfs.h" + +static const char *ovl_whiteout_symlink = "(overlay-whiteout)"; + +static int ovl_whiteout(struct dentry *upperdir, struct dentry *dentry) +{ + int err; + struct dentry *newdentry; + const struct cred *old_cred; + struct cred *override_cred; + + /* FIXME: recheck lower dentry to see if whiteout is really needed */ + + err = -ENOMEM; + override_cred = ovl_prepare_creds(dentry->d_sb); + if (!override_cred) + goto out; + old_cred = override_creds(override_cred); + + newdentry = lookup_one_len(dentry->d_name.name, upperdir, + dentry->d_name.len); + err = PTR_ERR(newdentry); + if (IS_ERR(newdentry)) + goto out_put_cred; + + /* Just been removed within the same locked region */ + WARN_ON(newdentry->d_inode); + + err = vfs_symlink(upperdir->d_inode, newdentry, ovl_whiteout_symlink); + if (err) + goto out_dput; + + ovl_dentry_version_inc(dentry->d_parent); + + err = ovl_do_setxattr(newdentry, ovl_whiteout_xattr, "y", 1, 0); + if (err) + vfs_unlink(upperdir->d_inode, newdentry, NULL); + +out_dput: + dput(newdentry); +out_put_cred: + revert_creds(old_cred); + put_cred(override_cred); +out: + if (err) { + /* + * There's no way to recover from failure to whiteout. + * What should we do? Log a big fat error and... ? + */ + pr_err("overlayfs: ERROR - failed to whiteout '%s'\n", + dentry->d_name.name); + } + + return err; +} + +static struct dentry *ovl_lookup_create(struct dentry *upperdir, + struct dentry *template) +{ + int err; + struct dentry *newdentry; + struct qstr *name = &template->d_name; + + newdentry = lookup_one_len(name->name, upperdir, name->len); + if (IS_ERR(newdentry)) + return newdentry; + + if (newdentry->d_inode) { + const struct cred *old_cred; + struct cred *override_cred; + + /* No need to check whiteout if lower parent is non-existent */ + err = -EEXIST; + if (!ovl_dentry_lower(template->d_parent)) + goto out_dput; + + if (!S_ISLNK(newdentry->d_inode->i_mode)) + goto out_dput; + + err = -ENOMEM; + override_cred = ovl_prepare_creds(template->d_sb); + if (!override_cred) + goto out_dput; + old_cred = override_creds(override_cred); + + err = -EEXIST; + if (ovl_is_whiteout(newdentry)) + err = vfs_unlink(upperdir->d_inode, newdentry, NULL); + + revert_creds(old_cred); + put_cred(override_cred); + if (err) + goto out_dput; + + dput(newdentry); + newdentry = lookup_one_len(name->name, upperdir, name->len); + if (IS_ERR(newdentry)) { + ovl_whiteout(upperdir, template); + return newdentry; + } + + /* + * Whiteout just been successfully removed, parent + * i_mutex is still held, there's no way the lookup + * could return positive. + */ + WARN_ON(newdentry->d_inode); + } + + return newdentry; + +out_dput: + dput(newdentry); + return ERR_PTR(err); +} + +struct dentry *ovl_upper_create(struct dentry *upperdir, struct dentry *dentry, + struct kstat *stat, const char *link) +{ + int err; + struct dentry *newdentry; + struct inode *dir = upperdir->d_inode; + + newdentry = ovl_lookup_create(upperdir, dentry); + if (IS_ERR(newdentry)) + goto out; + + switch (stat->mode & S_IFMT) { + case S_IFREG: + err = vfs_create(dir, newdentry, stat->mode, NULL); + break; + + case S_IFDIR: + err = vfs_mkdir(dir, newdentry, stat->mode); + break; + + case S_IFCHR: + case S_IFBLK: + case S_IFIFO: + case S_IFSOCK: + err = vfs_mknod(dir, newdentry, stat->mode, stat->rdev); + break; + + case S_IFLNK: + err = vfs_symlink(dir, newdentry, link); + break; + + default: + err = -EPERM; + } + if (err) { + if (ovl_dentry_is_opaque(dentry)) + ovl_whiteout(upperdir, dentry); + dput(newdentry); + newdentry = ERR_PTR(err); + } else if (WARN_ON(!newdentry->d_inode)) { + /* + * Not quite sure if non-instantiated dentry is legal or not. + * VFS doesn't seem to care so check and warn here. + */ + dput(newdentry); + newdentry = ERR_PTR(-ENOENT); + } + +out: + return newdentry; + +} + +static int ovl_set_opaque(struct super_block *sb, struct dentry *upperdentry) +{ + return ovl_do_setxattr(upperdentry, ovl_opaque_xattr, "y", 1, 0); +} + +static int ovl_remove_opaque(struct super_block *sb, struct dentry *upperdentry) +{ + return ovl_do_removexattr(upperdentry, ovl_opaque_xattr); +} + +static int ovl_dir_getattr(struct vfsmount *mnt, struct dentry *dentry, + struct kstat *stat) +{ + int err; + enum ovl_path_type type; + struct path realpath; + + type = ovl_path_real(dentry, &realpath); + err = vfs_getattr(&realpath, stat); + if (err) + return err; + + stat->dev = dentry->d_sb->s_dev; + stat->ino = dentry->d_inode->i_ino; + + /* + * It's probably not worth it to count subdirs to get the + * correct link count. nlink=1 seems to pacify 'find' and + * other utilities. + */ + if (type == OVL_PATH_MERGE) + stat->nlink = 1; + + return 0; +} + +static int ovl_create_object(struct dentry *dentry, int mode, dev_t rdev, + const char *link) +{ + int err; + struct dentry *newdentry; + struct dentry *upperdir; + struct inode *inode; + struct kstat stat = { + .mode = mode, + .rdev = rdev, + }; + + err = -ENOMEM; + inode = ovl_new_inode(dentry->d_sb, mode, dentry->d_fsdata); + if (!inode) + goto out; + + err = ovl_copy_up(dentry->d_parent); + if (err) + goto out_iput; + + upperdir = ovl_dentry_upper(dentry->d_parent); + mutex_lock_nested(&upperdir->d_inode->i_mutex, I_MUTEX_PARENT); + + newdentry = ovl_upper_create(upperdir, dentry, &stat, link); + err = PTR_ERR(newdentry); + if (IS_ERR(newdentry)) + goto out_unlock; + + ovl_dentry_version_inc(dentry->d_parent); + if (ovl_dentry_is_opaque(dentry) && S_ISDIR(mode)) { + err = ovl_set_opaque(dentry->d_sb, newdentry); + if (err) { + vfs_rmdir(upperdir->d_inode, newdentry); + ovl_whiteout(upperdir, dentry); + goto out_dput; + } + } + ovl_dentry_update(dentry, newdentry); + ovl_copyattr(newdentry->d_inode, inode); + d_instantiate(dentry, inode); + inode = NULL; + newdentry = NULL; + err = 0; + +out_dput: + dput(newdentry); +out_unlock: + mutex_unlock(&upperdir->d_inode->i_mutex); +out_iput: + iput(inode); +out: + return err; +} + +static int ovl_create(struct inode *dir, struct dentry *dentry, umode_t mode, + bool excl) +{ + return ovl_create_object(dentry, (mode & 07777) | S_IFREG, 0, NULL); +} + +static int ovl_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) +{ + return ovl_create_object(dentry, (mode & 07777) | S_IFDIR, 0, NULL); +} + +static int ovl_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, + dev_t rdev) +{ + return ovl_create_object(dentry, mode, rdev, NULL); +} + +static int ovl_symlink(struct inode *dir, struct dentry *dentry, + const char *link) +{ + return ovl_create_object(dentry, S_IFLNK, 0, link); +} + +static int ovl_do_remove(struct dentry *dentry, bool is_dir) +{ + int err; + enum ovl_path_type type; + struct path realpath; + struct dentry *upperdir; + + err = ovl_copy_up(dentry->d_parent); + if (err) + return err; + + upperdir = ovl_dentry_upper(dentry->d_parent); + mutex_lock_nested(&upperdir->d_inode->i_mutex, I_MUTEX_PARENT); + type = ovl_path_real(dentry, &realpath); + if (type != OVL_PATH_LOWER) { + err = -ESTALE; + if (realpath.dentry->d_parent != upperdir) + goto out_d_drop; + + /* FIXME: create whiteout up front and rename to target */ + + if (is_dir) + err = vfs_rmdir(upperdir->d_inode, realpath.dentry); + else + err = vfs_unlink(upperdir->d_inode, realpath.dentry, + NULL); + if (err) + goto out_d_drop; + + ovl_dentry_version_inc(dentry->d_parent); + } + + if (type != OVL_PATH_UPPER || ovl_dentry_is_opaque(dentry)) + err = ovl_whiteout(upperdir, dentry); + + /* + * Keeping this dentry hashed would mean having to release + * upperpath/lowerpath, which could only be done if we are the + * sole user of this dentry. Too tricky... Just unhash for + * now. + */ +out_d_drop: + d_drop(dentry); + mutex_unlock(&upperdir->d_inode->i_mutex); + + return err; +} + +static int ovl_unlink(struct inode *dir, struct dentry *dentry) +{ + return ovl_do_remove(dentry, false); +} + + +static int ovl_rmdir(struct inode *dir, struct dentry *dentry) +{ + int err; + enum ovl_path_type type; + + type = ovl_path_type(dentry); + if (type != OVL_PATH_UPPER) { + err = ovl_check_empty_and_clear(dentry, type); + if (err) + return err; + } + + return ovl_do_remove(dentry, true); +} + +static int ovl_link(struct dentry *old, struct inode *newdir, + struct dentry *new) +{ + int err; + struct dentry *olddentry; + struct dentry *newdentry; + struct dentry *upperdir; + struct inode *newinode; + + err = ovl_copy_up(old); + if (err) + goto out; + + err = ovl_copy_up(new->d_parent); + if (err) + goto out; + + upperdir = ovl_dentry_upper(new->d_parent); + mutex_lock_nested(&upperdir->d_inode->i_mutex, I_MUTEX_PARENT); + newdentry = ovl_lookup_create(upperdir, new); + err = PTR_ERR(newdentry); + if (IS_ERR(newdentry)) + goto out_unlock; + + olddentry = ovl_dentry_upper(old); + err = vfs_link(olddentry, upperdir->d_inode, newdentry, NULL); + if (!err) { + if (WARN_ON(!newdentry->d_inode)) { + dput(newdentry); + err = -ENOENT; + goto out_unlock; + } + newinode = ovl_new_inode(old->d_sb, newdentry->d_inode->i_mode, + new->d_fsdata); + if (!newinode) { + err = -ENOMEM; + goto link_fail; + } + ovl_copyattr(upperdir->d_inode, newinode); + + ovl_dentry_version_inc(new->d_parent); + ovl_dentry_update(new, newdentry); + + d_instantiate(new, newinode); + } else { +link_fail: + if (ovl_dentry_is_opaque(new)) + ovl_whiteout(upperdir, new); + dput(newdentry); + } +out_unlock: + mutex_unlock(&upperdir->d_inode->i_mutex); +out: + return err; +} + +static int ovl_rename(struct inode *olddir, struct dentry *old, + struct inode *newdir, struct dentry *new) +{ + int err; + enum ovl_path_type old_type; + enum ovl_path_type new_type; + struct dentry *old_upperdir; + struct dentry *new_upperdir; + struct dentry *olddentry; + struct dentry *newdentry; + struct dentry *trap; + bool old_opaque; + bool new_opaque; + bool new_create = false; + bool is_dir = S_ISDIR(old->d_inode->i_mode); + + /* Don't copy up directory trees */ + old_type = ovl_path_type(old); + if (old_type != OVL_PATH_UPPER && is_dir) + return -EXDEV; + + if (new->d_inode) { + new_type = ovl_path_type(new); + + if (new_type == OVL_PATH_LOWER && old_type == OVL_PATH_LOWER) { + if (ovl_dentry_lower(old)->d_inode == + ovl_dentry_lower(new)->d_inode) + return 0; + } + if (new_type != OVL_PATH_LOWER && old_type != OVL_PATH_LOWER) { + if (ovl_dentry_upper(old)->d_inode == + ovl_dentry_upper(new)->d_inode) + return 0; + } + + if (new_type != OVL_PATH_UPPER && + S_ISDIR(new->d_inode->i_mode)) { + err = ovl_check_empty_and_clear(new, new_type); + if (err) + return err; + } + } else { + new_type = OVL_PATH_UPPER; + } + + err = ovl_copy_up(old); + if (err) + return err; + + err = ovl_copy_up(new->d_parent); + if (err) + return err; + + old_upperdir = ovl_dentry_upper(old->d_parent); + new_upperdir = ovl_dentry_upper(new->d_parent); + + trap = lock_rename(new_upperdir, old_upperdir); + + olddentry = ovl_dentry_upper(old); + newdentry = ovl_dentry_upper(new); + if (newdentry) { + dget(newdentry); + } else { + new_create = true; + newdentry = ovl_lookup_create(new_upperdir, new); + err = PTR_ERR(newdentry); + if (IS_ERR(newdentry)) + goto out_unlock; + } + + err = -ESTALE; + if (olddentry->d_parent != old_upperdir) + goto out_dput; + if (newdentry->d_parent != new_upperdir) + goto out_dput; + if (olddentry == trap) + goto out_dput; + if (newdentry == trap) + goto out_dput; + + old_opaque = ovl_dentry_is_opaque(old); + new_opaque = ovl_dentry_is_opaque(new) || new_type != OVL_PATH_UPPER; + + if (is_dir && !old_opaque && new_opaque) { + err = ovl_set_opaque(old->d_sb, olddentry); + if (err) + goto out_dput; + } + + err = vfs_rename(old_upperdir->d_inode, olddentry, + new_upperdir->d_inode, newdentry, NULL, 0); + + if (err) { + if (new_create && ovl_dentry_is_opaque(new)) + ovl_whiteout(new_upperdir, new); + if (is_dir && !old_opaque && new_opaque) + ovl_remove_opaque(old->d_sb, olddentry); + goto out_dput; + } + + if (old_type != OVL_PATH_UPPER || old_opaque) + err = ovl_whiteout(old_upperdir, old); + if (is_dir && old_opaque && !new_opaque) + ovl_remove_opaque(old->d_sb, olddentry); + + if (old_opaque != new_opaque) + ovl_dentry_set_opaque(old, new_opaque); + + ovl_dentry_version_inc(old->d_parent); + ovl_dentry_version_inc(new->d_parent); + +out_dput: + dput(newdentry); +out_unlock: + unlock_rename(new_upperdir, old_upperdir); + return err; +} + +const struct inode_operations ovl_dir_inode_operations = { + .lookup = ovl_lookup, + .mkdir = ovl_mkdir, + .symlink = ovl_symlink, + .unlink = ovl_unlink, + .rmdir = ovl_rmdir, + .rename = ovl_rename, + .link = ovl_link, + .setattr = ovl_setattr, + .create = ovl_create, + .mknod = ovl_mknod, + .permission = ovl_permission, + .getattr = ovl_dir_getattr, + .setxattr = ovl_setxattr, + .getxattr = ovl_getxattr, + .listxattr = ovl_listxattr, + .removexattr = ovl_removexattr, +}; --- linux-lts-utopic-3.16.0.orig/fs/overlayfs/inode.c +++ linux-lts-utopic-3.16.0/fs/overlayfs/inode.c @@ -0,0 +1,372 @@ +/* + * + * Copyright (C) 2011 Novell Inc. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published by + * the Free Software Foundation. + */ + +#include +#include +#include +#include "overlayfs.h" + +int ovl_setattr(struct dentry *dentry, struct iattr *attr) +{ + struct dentry *upperdentry; + int err; + + if ((attr->ia_valid & ATTR_SIZE) && !ovl_dentry_upper(dentry)) + err = ovl_copy_up_truncate(dentry, attr->ia_size); + else + err = ovl_copy_up(dentry); + if (err) + return err; + + upperdentry = ovl_dentry_upper(dentry); + + if (attr->ia_valid & (ATTR_KILL_SUID|ATTR_KILL_SGID)) + attr->ia_valid &= ~ATTR_MODE; + + mutex_lock(&upperdentry->d_inode->i_mutex); + err = notify_change(upperdentry, attr, NULL); + if (!err) + ovl_copyattr(upperdentry->d_inode, dentry->d_inode); + mutex_unlock(&upperdentry->d_inode->i_mutex); + + return err; +} + +static int ovl_getattr(struct vfsmount *mnt, struct dentry *dentry, + struct kstat *stat) +{ + struct path realpath; + + ovl_path_real(dentry, &realpath); + return vfs_getattr(&realpath, stat); +} + +int ovl_permission(struct inode *inode, int mask) +{ + struct ovl_entry *oe; + struct dentry *alias = NULL; + struct inode *realinode; + struct dentry *realdentry; + bool is_upper; + int err; + + if (S_ISDIR(inode->i_mode)) { + oe = inode->i_private; + } else if (mask & MAY_NOT_BLOCK) { + return -ECHILD; + } else { + /* + * For non-directories find an alias and get the info + * from there. + */ + alias = d_find_any_alias(inode); + if (WARN_ON(!alias)) + return -ENOENT; + + oe = alias->d_fsdata; + } + + realdentry = ovl_entry_real(oe, &is_upper); + + /* Careful in RCU walk mode */ + realinode = ACCESS_ONCE(realdentry->d_inode); + if (!realinode) { + WARN_ON(!(mask & MAY_NOT_BLOCK)); + err = -ENOENT; + goto out_dput; + } + + if (mask & MAY_WRITE) { + umode_t mode = realinode->i_mode; + + /* + * Writes will always be redirected to upper layer, so + * ignore lower layer being read-only. + * + * If the overlay itself is read-only then proceed + * with the permission check, don't return EROFS. + * This will only happen if this is the lower layer of + * another overlayfs. + * + * If upper fs becomes read-only after the overlay was + * constructed return EROFS to prevent modification of + * upper layer. + */ + err = -EROFS; + if (is_upper && !IS_RDONLY(inode) && IS_RDONLY(realinode) && + (S_ISREG(mode) || S_ISDIR(mode) || S_ISLNK(mode))) + goto out_dput; + } + + err = __inode_permission(realinode, mask); +out_dput: + dput(alias); + return err; +} + + +struct ovl_link_data { + struct dentry *realdentry; + void *cookie; +}; + +static void *ovl_follow_link(struct dentry *dentry, struct nameidata *nd) +{ + void *ret; + struct dentry *realdentry; + struct inode *realinode; + + realdentry = ovl_dentry_real(dentry); + realinode = realdentry->d_inode; + + if (WARN_ON(!realinode->i_op->follow_link)) + return ERR_PTR(-EPERM); + + ret = realinode->i_op->follow_link(realdentry, nd); + if (IS_ERR(ret)) + return ret; + + if (realinode->i_op->put_link) { + struct ovl_link_data *data; + + data = kmalloc(sizeof(struct ovl_link_data), GFP_KERNEL); + if (!data) { + realinode->i_op->put_link(realdentry, nd, ret); + return ERR_PTR(-ENOMEM); + } + data->realdentry = realdentry; + data->cookie = ret; + + return data; + } else { + return NULL; + } +} + +static void ovl_put_link(struct dentry *dentry, struct nameidata *nd, void *c) +{ + struct inode *realinode; + struct ovl_link_data *data = c; + + if (!data) + return; + + realinode = data->realdentry->d_inode; + realinode->i_op->put_link(data->realdentry, nd, data->cookie); + kfree(data); +} + +static int ovl_readlink(struct dentry *dentry, char __user *buf, int bufsiz) +{ + struct path realpath; + struct inode *realinode; + + ovl_path_real(dentry, &realpath); + realinode = realpath.dentry->d_inode; + + if (!realinode->i_op->readlink) + return -EINVAL; + + touch_atime(&realpath); + + return realinode->i_op->readlink(realpath.dentry, buf, bufsiz); +} + + +static bool ovl_is_private_xattr(const char *name) +{ + return strncmp(name, "trusted.overlay.", 14) == 0; +} + +int ovl_setxattr(struct dentry *dentry, const char *name, + const void *value, size_t size, int flags) +{ + int err; + struct dentry *upperdentry; + + if (ovl_is_private_xattr(name)) + return -EPERM; + + err = ovl_copy_up(dentry); + if (err) + return err; + + upperdentry = ovl_dentry_upper(dentry); + return vfs_setxattr(upperdentry, name, value, size, flags); +} + +ssize_t ovl_getxattr(struct dentry *dentry, const char *name, + void *value, size_t size) +{ + if (ovl_path_type(dentry->d_parent) == OVL_PATH_MERGE && + ovl_is_private_xattr(name)) + return -ENODATA; + + return vfs_getxattr(ovl_dentry_real(dentry), name, value, size); +} + +ssize_t ovl_listxattr(struct dentry *dentry, char *list, size_t size) +{ + ssize_t res; + int off; + + res = vfs_listxattr(ovl_dentry_real(dentry), list, size); + if (res <= 0 || size == 0) + return res; + + if (ovl_path_type(dentry->d_parent) != OVL_PATH_MERGE) + return res; + + /* filter out private xattrs */ + for (off = 0; off < res;) { + char *s = list + off; + size_t slen = strlen(s) + 1; + + BUG_ON(off + slen > res); + + if (ovl_is_private_xattr(s)) { + res -= slen; + memmove(s, s + slen, res - off); + } else { + off += slen; + } + } + + return res; +} + +int ovl_removexattr(struct dentry *dentry, const char *name) +{ + int err; + struct path realpath; + enum ovl_path_type type; + + if (ovl_path_type(dentry->d_parent) == OVL_PATH_MERGE && + ovl_is_private_xattr(name)) + return -ENODATA; + + type = ovl_path_real(dentry, &realpath); + if (type == OVL_PATH_LOWER) { + err = vfs_getxattr(realpath.dentry, name, NULL, 0); + if (err < 0) + return err; + + err = ovl_copy_up(dentry); + if (err) + return err; + + ovl_path_upper(dentry, &realpath); + } + + return vfs_removexattr(realpath.dentry, name); +} + +static bool ovl_open_need_copy_up(int flags, enum ovl_path_type type, + struct dentry *realdentry) +{ + if (type != OVL_PATH_LOWER) + return false; + + if (special_file(realdentry->d_inode->i_mode)) + return false; + + if (!(OPEN_FMODE(flags) & FMODE_WRITE) && !(flags & O_TRUNC)) + return false; + + return true; +} + +static int ovl_dentry_open(struct dentry *dentry, struct file *file, + const struct cred *cred) +{ + int err; + struct path realpath; + enum ovl_path_type type; + + type = ovl_path_real(dentry, &realpath); + if (ovl_open_need_copy_up(file->f_flags, type, realpath.dentry)) { + if (file->f_flags & O_TRUNC) + err = ovl_copy_up_truncate(dentry, 0); + else + err = ovl_copy_up(dentry); + if (err) + return err; + + ovl_path_upper(dentry, &realpath); + } + + return vfs_open(&realpath, file, cred); +} + +static const struct inode_operations ovl_file_inode_operations = { + .setattr = ovl_setattr, + .permission = ovl_permission, + .getattr = ovl_getattr, + .setxattr = ovl_setxattr, + .getxattr = ovl_getxattr, + .listxattr = ovl_listxattr, + .removexattr = ovl_removexattr, + .dentry_open = ovl_dentry_open, +}; + +static const struct inode_operations ovl_symlink_inode_operations = { + .setattr = ovl_setattr, + .follow_link = ovl_follow_link, + .put_link = ovl_put_link, + .readlink = ovl_readlink, + .getattr = ovl_getattr, + .setxattr = ovl_setxattr, + .getxattr = ovl_getxattr, + .listxattr = ovl_listxattr, + .removexattr = ovl_removexattr, +}; + +struct inode *ovl_new_inode(struct super_block *sb, umode_t mode, + struct ovl_entry *oe) +{ + struct inode *inode; + + inode = new_inode(sb); + if (!inode) + return NULL; + + mode &= S_IFMT; + + inode->i_ino = get_next_ino(); + inode->i_mode = mode; + inode->i_flags |= S_NOATIME | S_NOCMTIME; + + switch (mode) { + case S_IFDIR: + inode->i_private = oe; + inode->i_op = &ovl_dir_inode_operations; + inode->i_fop = &ovl_dir_operations; + break; + + case S_IFLNK: + inode->i_op = &ovl_symlink_inode_operations; + break; + + case S_IFREG: + case S_IFSOCK: + case S_IFBLK: + case S_IFCHR: + case S_IFIFO: + inode->i_op = &ovl_file_inode_operations; + break; + + default: + WARN(1, "illegal file type: %i\n", mode); + iput(inode); + inode = NULL; + } + + return inode; + +} --- linux-lts-utopic-3.16.0.orig/fs/overlayfs/overlayfs.h +++ linux-lts-utopic-3.16.0/fs/overlayfs/overlayfs.h @@ -0,0 +1,102 @@ +/* + * + * Copyright (C) 2011 Novell Inc. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published by + * the Free Software Foundation. + */ + +struct ovl_entry; + +enum ovl_path_type { + OVL_PATH_UPPER, + OVL_PATH_MERGE, + OVL_PATH_LOWER, +}; + +extern const char *ovl_opaque_xattr; +extern const char *ovl_whiteout_xattr; +extern const struct dentry_operations ovl_dentry_operations; + +struct cred *ovl_prepare_creds(struct super_block *sb); +enum ovl_path_type ovl_path_type(struct dentry *dentry); +u64 ovl_dentry_version_get(struct dentry *dentry); +void ovl_dentry_version_inc(struct dentry *dentry); +void ovl_path_upper(struct dentry *dentry, struct path *path); +void ovl_path_lower(struct dentry *dentry, struct path *path); +enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path); +struct dentry *ovl_dentry_upper(struct dentry *dentry); +struct dentry *ovl_dentry_lower(struct dentry *dentry); +struct dentry *ovl_dentry_real(struct dentry *dentry); +struct dentry *ovl_entry_real(struct ovl_entry *oe, bool *is_upper); +bool ovl_dentry_is_opaque(struct dentry *dentry); +void ovl_dentry_set_opaque(struct dentry *dentry, bool opaque); +bool ovl_is_whiteout(struct dentry *dentry); +void ovl_dentry_update(struct dentry *dentry, struct dentry *upperdentry); +struct dentry *ovl_lookup(struct inode *dir, struct dentry *dentry, + unsigned int flags); +struct file *ovl_path_open(struct path *path, int flags); + +struct dentry *ovl_upper_create(struct dentry *upperdir, struct dentry *dentry, + struct kstat *stat, const char *link); +int ovl_dentry_root_may(struct dentry *dentry, struct path *realpath, int mode); + +static inline int ovl_do_setxattr(struct dentry *dentry, const char *name, + const void *value, size_t size, int flags) +{ + struct inode *inode = dentry->d_inode; + int err = -EOPNOTSUPP; + + mutex_lock(&inode->i_mutex); + if (inode->i_op->setxattr) + err = inode->i_op->setxattr(dentry, name, value, size, flags); + mutex_unlock(&inode->i_mutex); + + pr_debug("setxattr(%pd2, \"%s\", \"%*s\", 0x%x) = %i\n", + dentry, name, (int) size, (char *) value, flags, err); + return err; +} + +static inline int ovl_do_removexattr(struct dentry *dentry, const char *name) +{ + struct inode *inode = dentry->d_inode; + int err = -EOPNOTSUPP; + + mutex_lock(&inode->i_mutex); + if (inode->i_op->removexattr) + err = inode->i_op->removexattr(dentry, name); + mutex_unlock(&inode->i_mutex); + + pr_debug("removexattr(%pd2, \"%s\") = %i\n", dentry, name, err); + return err; +} + +/* readdir.c */ +extern const struct file_operations ovl_dir_operations; +int ovl_check_empty_and_clear(struct dentry *dentry, enum ovl_path_type type); + +/* inode.c */ +int ovl_setattr(struct dentry *dentry, struct iattr *attr); +int ovl_permission(struct inode *inode, int mask); +int ovl_setxattr(struct dentry *dentry, const char *name, + const void *value, size_t size, int flags); +ssize_t ovl_getxattr(struct dentry *dentry, const char *name, + void *value, size_t size); +ssize_t ovl_listxattr(struct dentry *dentry, char *list, size_t size); +int ovl_removexattr(struct dentry *dentry, const char *name); + +struct inode *ovl_new_inode(struct super_block *sb, umode_t mode, + struct ovl_entry *oe); +static inline void ovl_copyattr(struct inode *from, struct inode *to) +{ + to->i_uid = from->i_uid; + to->i_gid = from->i_gid; +} + +/* dir.c */ +extern const struct inode_operations ovl_dir_inode_operations; + +/* copy_up.c */ +int ovl_copy_up(struct dentry *dentry); +int ovl_copy_up_truncate(struct dentry *dentry, loff_t size); --- linux-lts-utopic-3.16.0.orig/fs/overlayfs/readdir.c +++ linux-lts-utopic-3.16.0/fs/overlayfs/readdir.c @@ -0,0 +1,581 @@ +/* + * + * Copyright (C) 2011 Novell Inc. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published by + * the Free Software Foundation. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "overlayfs.h" + +struct ovl_cache_entry { + const char *name; + unsigned int len; + unsigned int type; + u64 ino; + bool is_whiteout; + struct list_head l_node; + struct rb_node node; +}; + +struct ovl_readdir_data { + struct dir_context ctx; + struct dentry *dentry; + bool is_merge; + struct rb_root *root; + struct list_head *list; + struct list_head *middle; + struct dentry *dir; + int count; + int err; +}; + +struct ovl_dir_file { + bool is_real; + bool is_cached; + struct list_head cursor; + u64 cache_version; + struct list_head cache; + struct file *realfile; +}; + +static struct ovl_cache_entry *ovl_cache_entry_from_node(struct rb_node *n) +{ + return container_of(n, struct ovl_cache_entry, node); +} + +static struct ovl_cache_entry *ovl_cache_entry_find(struct rb_root *root, + const char *name, int len) +{ + struct rb_node *node = root->rb_node; + int cmp; + + while (node) { + struct ovl_cache_entry *p = ovl_cache_entry_from_node(node); + + cmp = strncmp(name, p->name, len); + if (cmp > 0) + node = p->node.rb_right; + else if (cmp < 0 || len < p->len) + node = p->node.rb_left; + else + return p; + } + + return NULL; +} + +static struct ovl_cache_entry *ovl_cache_entry_new(const char *name, int len, + u64 ino, unsigned int d_type) +{ + struct ovl_cache_entry *p; + + p = kmalloc(sizeof(*p) + len + 1, GFP_KERNEL); + if (p) { + char *name_copy = (char *) (p + 1); + memcpy(name_copy, name, len); + name_copy[len] = '\0'; + p->name = name_copy; + p->len = len; + p->type = d_type; + p->ino = ino; + p->is_whiteout = false; + } + + return p; +} + +static int ovl_cache_entry_add_rb(struct ovl_readdir_data *rdd, + const char *name, int len, u64 ino, + unsigned int d_type) +{ + struct rb_node **newp = &rdd->root->rb_node; + struct rb_node *parent = NULL; + struct ovl_cache_entry *p; + + while (*newp) { + int cmp; + struct ovl_cache_entry *tmp; + + parent = *newp; + tmp = ovl_cache_entry_from_node(*newp); + cmp = strncmp(name, tmp->name, len); + if (cmp > 0) + newp = &tmp->node.rb_right; + else if (cmp < 0 || len < tmp->len) + newp = &tmp->node.rb_left; + else + return 0; + } + + p = ovl_cache_entry_new(name, len, ino, d_type); + if (p == NULL) + return -ENOMEM; + + list_add_tail(&p->l_node, rdd->list); + rb_link_node(&p->node, parent, newp); + rb_insert_color(&p->node, rdd->root); + + return 0; +} + +static int ovl_fill_lower(struct ovl_readdir_data *rdd, + const char *name, int namelen, + loff_t offset, u64 ino, unsigned int d_type) +{ + struct ovl_cache_entry *p; + + p = ovl_cache_entry_find(rdd->root, name, namelen); + if (p) { + list_move_tail(&p->l_node, rdd->middle); + } else { + p = ovl_cache_entry_new(name, namelen, ino, d_type); + if (p == NULL) + rdd->err = -ENOMEM; + else + list_add_tail(&p->l_node, rdd->middle); + } + + return rdd->err; +} + +static void ovl_cache_free(struct list_head *list) +{ + struct ovl_cache_entry *p; + struct ovl_cache_entry *n; + + list_for_each_entry_safe(p, n, list, l_node) + kfree(p); + + INIT_LIST_HEAD(list); +} + +static int ovl_fill_merge(void *buf, const char *name, int namelen, + loff_t offset, u64 ino, unsigned int d_type) +{ + struct ovl_readdir_data *rdd = buf; + + rdd->count++; + if (!rdd->is_merge) + return ovl_cache_entry_add_rb(rdd, name, namelen, ino, d_type); + else + return ovl_fill_lower(rdd, name, namelen, offset, ino, d_type); +} + +static inline int ovl_dir_read(struct path *realpath, + struct ovl_readdir_data *rdd) +{ + struct file *realfile; + int err; + + realfile = ovl_path_open(realpath, O_RDONLY | O_DIRECTORY); + if (IS_ERR(realfile)) + return PTR_ERR(realfile); + + rdd->ctx.pos = 0; + do { + rdd->count = 0; + rdd->err = 0; + err = iterate_dir(realfile, &rdd->ctx); + if (err >= 0) + err = rdd->err; + } while (!err && rdd->count); + fput(realfile); + + return 0; +} + +static void ovl_dir_reset(struct file *file) +{ + struct ovl_dir_file *od = file->private_data; + enum ovl_path_type type = ovl_path_type(file->f_path.dentry); + + if (ovl_dentry_version_get(file->f_path.dentry) != od->cache_version) { + list_del_init(&od->cursor); + ovl_cache_free(&od->cache); + od->is_cached = false; + } + WARN_ON(!od->is_real && type != OVL_PATH_MERGE); + if (od->is_real && type == OVL_PATH_MERGE) { + fput(od->realfile); + od->realfile = NULL; + od->is_real = false; + } +} + +static int ovl_dir_mark_whiteouts(struct ovl_readdir_data *rdd) +{ + struct ovl_cache_entry *p; + struct dentry *dentry; + const struct cred *old_cred; + struct cred *override_cred; + + override_cred = ovl_prepare_creds(rdd->dentry->d_sb); + if (!override_cred) { + ovl_cache_free(rdd->list); + return -ENOMEM; + } + old_cred = override_creds(override_cred); + + mutex_lock(&rdd->dir->d_inode->i_mutex); + list_for_each_entry(p, rdd->list, l_node) { + if (p->type != DT_LNK) + continue; + + dentry = lookup_one_len(p->name, rdd->dir, p->len); + if (IS_ERR(dentry)) + continue; + + p->is_whiteout = ovl_is_whiteout(dentry); + dput(dentry); + } + mutex_unlock(&rdd->dir->d_inode->i_mutex); + + revert_creds(old_cred); + put_cred(override_cred); + + return 0; +} + +static inline int ovl_dir_read_merged(struct dentry *dentry, + struct path *upperpath, + struct path *lowerpath, + struct list_head *list) +{ + int err; + struct rb_root root = RB_ROOT; + struct list_head middle; + struct ovl_readdir_data rdd = { + .ctx.actor = ovl_fill_merge, + .dentry = dentry, + .list = list, + .root = &root, + .is_merge = false, + }; + + if (upperpath->dentry) { + rdd.dir = upperpath->dentry; + err = ovl_dir_read(upperpath, &rdd); + if (err) + goto out; + + err = ovl_dir_mark_whiteouts(&rdd); + if (err) + goto out; + } + /* + * Insert lowerpath entries before upperpath ones, this allows + * offsets to be reasonably constant + */ + list_add(&middle, rdd.list); + rdd.middle = &middle; + rdd.is_merge = true; + err = ovl_dir_read(lowerpath, &rdd); + list_del(&middle); +out: + return err; +} + +static void ovl_seek_cursor(struct ovl_dir_file *od, loff_t pos) +{ + struct list_head *l; + loff_t off; + + l = od->cache.next; + for (off = 0; off < pos; off++) { + if (l == &od->cache) + break; + l = l->next; + } + list_move_tail(&od->cursor, l); +} + +static int ovl_iterate(struct file *file, struct dir_context *ctx) +{ + struct ovl_dir_file *od = file->private_data; + int res; + + if (!ctx->pos) + ovl_dir_reset(file); + + if (od->is_real) { + res = ovl_dentry_root_may(file->f_path.dentry, + &(od->realfile->f_path), MAY_READ); + if (res) + return res; + + res = iterate_dir(od->realfile, ctx); + + return res; + } + + if (!od->is_cached) { + struct path lowerpath; + struct path upperpath; + + ovl_path_lower(file->f_path.dentry, &lowerpath); + ovl_path_upper(file->f_path.dentry, &upperpath); + + if (upperpath.dentry) { + res = ovl_dentry_root_may(file->f_path.dentry, &upperpath, MAY_READ); + if (res) + return res; + } + if (lowerpath.dentry) { + res = ovl_dentry_root_may(file->f_path.dentry, &lowerpath, MAY_READ); + if (res) + return res; + } + res = ovl_dir_read_merged(file->f_path.dentry, &upperpath, &lowerpath, + &od->cache); + if (res) { + ovl_cache_free(&od->cache); + return res; + } + + od->cache_version = ovl_dentry_version_get(file->f_path.dentry); + od->is_cached = true; + + ovl_seek_cursor(od, ctx->pos); + } + + while (od->cursor.next != &od->cache) { + struct ovl_cache_entry *p; + + p = list_entry(od->cursor.next, struct ovl_cache_entry, l_node); + if (!p->is_whiteout) { + if (!dir_emit(ctx, p->name, p->len, p->ino, p->type)) + break; + } + ctx->pos++; + list_move(&od->cursor, &p->l_node); + } + + return 0; +} + +static loff_t ovl_dir_llseek(struct file *file, loff_t offset, int origin) +{ + loff_t res; + struct ovl_dir_file *od = file->private_data; + + mutex_lock(&file_inode(file)->i_mutex); + if (!file->f_pos) + ovl_dir_reset(file); + + if (od->is_real) { + res = vfs_llseek(od->realfile, offset, origin); + file->f_pos = od->realfile->f_pos; + } else { + res = -EINVAL; + + switch (origin) { + case SEEK_CUR: + offset += file->f_pos; + break; + case SEEK_SET: + break; + default: + goto out_unlock; + } + if (offset < 0) + goto out_unlock; + + if (offset != file->f_pos) { + file->f_pos = offset; + if (od->is_cached) + ovl_seek_cursor(od, offset); + } + res = offset; + } +out_unlock: + mutex_unlock(&file_inode(file)->i_mutex); + + return res; +} + +static int ovl_dir_fsync(struct file *file, loff_t start, loff_t end, + int datasync) +{ + struct ovl_dir_file *od = file->private_data; + + /* May need to reopen directory if it got copied up */ + if (!od->realfile) { + struct path upperpath; + + ovl_path_upper(file->f_path.dentry, &upperpath); + od->realfile = ovl_path_open(&upperpath, O_RDONLY); + if (IS_ERR(od->realfile)) + return PTR_ERR(od->realfile); + } + + return vfs_fsync_range(od->realfile, start, end, datasync); +} + +static int ovl_dir_release(struct inode *inode, struct file *file) +{ + struct ovl_dir_file *od = file->private_data; + + list_del(&od->cursor); + ovl_cache_free(&od->cache); + if (od->realfile) + fput(od->realfile); + kfree(od); + + return 0; +} + +static int ovl_dir_open(struct inode *inode, struct file *file) +{ + struct path realpath; + struct file *realfile; + struct ovl_dir_file *od; + enum ovl_path_type type; + + od = kzalloc(sizeof(struct ovl_dir_file), GFP_KERNEL); + if (!od) + return -ENOMEM; + + type = ovl_path_real(file->f_path.dentry, &realpath); + realfile = ovl_path_open(&realpath, file->f_flags); + if (IS_ERR(realfile)) { + kfree(od); + return PTR_ERR(realfile); + } + INIT_LIST_HEAD(&od->cache); + INIT_LIST_HEAD(&od->cursor); + od->is_cached = false; + od->realfile = realfile; + od->is_real = (type != OVL_PATH_MERGE); + file->private_data = od; + + return 0; +} + +const struct file_operations ovl_dir_operations = { + .read = generic_read_dir, + .open = ovl_dir_open, + .iterate = ovl_iterate, + .llseek = ovl_dir_llseek, + .fsync = ovl_dir_fsync, + .release = ovl_dir_release, +}; + +static int ovl_check_empty_dir(struct dentry *dentry, struct list_head *list) +{ + int err; + struct path lowerpath; + struct path upperpath; + struct ovl_cache_entry *p; + + ovl_path_upper(dentry, &upperpath); + ovl_path_lower(dentry, &lowerpath); + + if (upperpath.dentry) { + err = ovl_dentry_root_may(dentry, &upperpath, MAY_READ); + if (err) + return err; + } + if (lowerpath.dentry) { + err = ovl_dentry_root_may(dentry, &lowerpath, MAY_READ); + if (err) + return err; + } + err = ovl_dir_read_merged(dentry, &upperpath, &lowerpath, list); + if (err) + return err; + + err = 0; + + list_for_each_entry(p, list, l_node) { + if (p->is_whiteout) + continue; + + if (p->name[0] == '.') { + if (p->len == 1) + continue; + if (p->len == 2 && p->name[1] == '.') + continue; + } + err = -ENOTEMPTY; + break; + } + + return err; +} + +static int ovl_remove_whiteouts(struct dentry *dir, struct list_head *list) +{ + struct path upperpath; + struct dentry *upperdir; + struct ovl_cache_entry *p; + const struct cred *old_cred; + struct cred *override_cred; + int err; + + ovl_path_upper(dir, &upperpath); + upperdir = upperpath.dentry; + + override_cred = ovl_prepare_creds(dir->d_sb); + if (!override_cred) + return -ENOMEM; + old_cred = override_creds(override_cred); + + err = ovl_do_setxattr(upperdir, ovl_opaque_xattr, "y", 1, 0); + if (err) + goto out_revert_creds; + + mutex_lock_nested(&upperdir->d_inode->i_mutex, I_MUTEX_PARENT); + list_for_each_entry(p, list, l_node) { + struct dentry *dentry; + int ret; + + if (!p->is_whiteout) + continue; + + dentry = lookup_one_len(p->name, upperdir, p->len); + if (IS_ERR(dentry)) { + pr_warn( + "overlayfs: failed to lookup whiteout %.*s: %li\n", + p->len, p->name, PTR_ERR(dentry)); + continue; + } + ret = vfs_unlink(upperdir->d_inode, dentry, NULL); + dput(dentry); + if (ret) + pr_warn( + "overlayfs: failed to unlink whiteout %.*s: %i\n", + p->len, p->name, ret); + } + mutex_unlock(&upperdir->d_inode->i_mutex); + +out_revert_creds: + revert_creds(old_cred); + put_cred(override_cred); + + return err; +} + +int ovl_check_empty_and_clear(struct dentry *dentry, enum ovl_path_type type) +{ + int err; + LIST_HEAD(list); + + err = ovl_check_empty_dir(dentry, &list); + if (!err && type == OVL_PATH_MERGE) + err = ovl_remove_whiteouts(dentry, &list); + + ovl_cache_free(&list); + + return err; +} --- linux-lts-utopic-3.16.0.orig/fs/overlayfs/super.c +++ linux-lts-utopic-3.16.0/fs/overlayfs/super.c @@ -0,0 +1,738 @@ +/* + * + * Copyright (C) 2011 Novell Inc. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published by + * the Free Software Foundation. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "overlayfs.h" + +MODULE_AUTHOR("Miklos Szeredi "); +MODULE_DESCRIPTION("Overlay filesystem"); +MODULE_LICENSE("GPL"); + +#define OVERLAYFS_SUPER_MAGIC 0x794c764f + +struct ovl_config { + char *lowerdir; + char *upperdir; +}; + +/* private information held for overlayfs's superblock */ +struct ovl_fs { + struct vfsmount *upper_mnt; + struct vfsmount *lower_mnt; + long lower_namelen; + /* pathnames of lower and upper dirs, for show_options */ + struct ovl_config config; + struct cred *mounter_creds; +}; + +/* private information held for every overlayfs dentry */ +struct ovl_entry { + /* + * Keep "double reference" on upper dentries, so that + * d_delete() doesn't think it's OK to reset d_inode to NULL. + */ + struct dentry *__upperdentry; + struct dentry *lowerdentry; + union { + struct { + u64 version; + bool opaque; + }; + struct rcu_head rcu; + }; +}; + +const char *ovl_whiteout_xattr = "trusted.overlay.whiteout"; +const char *ovl_opaque_xattr = "trusted.overlay.opaque"; + +/* + * Returns a set of credentials suitable for overlayfs internal + * operations which require elevated capabilities, equivalent to those + * of the user which mounted the superblock. Caller must put the + * returned credentials. + */ +struct cred *ovl_prepare_creds(struct super_block *sb) +{ + struct ovl_fs *ofs = sb->s_fs_info; + struct cred *new_cred; + + if (sb->s_magic != OVERLAYFS_SUPER_MAGIC) + return NULL; + + new_cred = clone_cred(ofs->mounter_creds); + if (!new_cred) + return NULL; + + return new_cred; +} + +enum ovl_path_type ovl_path_type(struct dentry *dentry) +{ + struct ovl_entry *oe = dentry->d_fsdata; + + if (oe->__upperdentry) { + if (oe->lowerdentry && S_ISDIR(dentry->d_inode->i_mode)) + return OVL_PATH_MERGE; + else + return OVL_PATH_UPPER; + } else { + return OVL_PATH_LOWER; + } +} + +static struct dentry *ovl_upperdentry_dereference(struct ovl_entry *oe) +{ + struct dentry *upperdentry = ACCESS_ONCE(oe->__upperdentry); + smp_read_barrier_depends(); + return upperdentry; +} + +void ovl_path_upper(struct dentry *dentry, struct path *path) +{ + struct ovl_fs *ofs = dentry->d_sb->s_fs_info; + struct ovl_entry *oe = dentry->d_fsdata; + + path->mnt = ofs->upper_mnt; + path->dentry = ovl_upperdentry_dereference(oe); +} + +void ovl_path_lower(struct dentry *dentry, struct path *path) +{ + struct ovl_fs *ofs = dentry->d_sb->s_fs_info; + struct ovl_entry *oe = dentry->d_fsdata; + + path->mnt = ofs->lower_mnt; + path->dentry = oe->lowerdentry; +} + +enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path) +{ + + enum ovl_path_type type = ovl_path_type(dentry); + + if (type == OVL_PATH_LOWER) + ovl_path_lower(dentry, path); + else + ovl_path_upper(dentry, path); + + return type; +} + +struct dentry *ovl_dentry_upper(struct dentry *dentry) +{ + struct ovl_entry *oe = dentry->d_fsdata; + + return ovl_upperdentry_dereference(oe); +} + +struct dentry *ovl_dentry_lower(struct dentry *dentry) +{ + struct ovl_entry *oe = dentry->d_fsdata; + + return oe->lowerdentry; +} + +struct dentry *ovl_dentry_real(struct dentry *dentry) +{ + struct ovl_entry *oe = dentry->d_fsdata; + struct dentry *realdentry; + + realdentry = ovl_upperdentry_dereference(oe); + if (!realdentry) + realdentry = oe->lowerdentry; + + return realdentry; +} + +struct dentry *ovl_entry_real(struct ovl_entry *oe, bool *is_upper) +{ + struct dentry *realdentry; + + realdentry = ovl_upperdentry_dereference(oe); + if (realdentry) { + *is_upper = true; + } else { + realdentry = oe->lowerdentry; + *is_upper = false; + } + return realdentry; +} + +bool ovl_dentry_is_opaque(struct dentry *dentry) +{ + struct ovl_entry *oe = dentry->d_fsdata; + return oe->opaque; +} + +void ovl_dentry_set_opaque(struct dentry *dentry, bool opaque) +{ + struct ovl_entry *oe = dentry->d_fsdata; + oe->opaque = opaque; +} + +void ovl_dentry_update(struct dentry *dentry, struct dentry *upperdentry) +{ + struct ovl_entry *oe = dentry->d_fsdata; + + WARN_ON(!mutex_is_locked(&upperdentry->d_parent->d_inode->i_mutex)); + WARN_ON(oe->__upperdentry); + BUG_ON(!upperdentry->d_inode); + smp_wmb(); + oe->__upperdentry = dget(upperdentry); +} + +void ovl_dentry_version_inc(struct dentry *dentry) +{ + struct ovl_entry *oe = dentry->d_fsdata; + + WARN_ON(!mutex_is_locked(&dentry->d_inode->i_mutex)); + oe->version++; +} + +u64 ovl_dentry_version_get(struct dentry *dentry) +{ + struct ovl_entry *oe = dentry->d_fsdata; + + WARN_ON(!mutex_is_locked(&dentry->d_inode->i_mutex)); + return oe->version; +} + +bool ovl_is_whiteout(struct dentry *dentry) +{ + int res; + char val; + + if (!dentry) + return false; + if (!dentry->d_inode) + return false; + if (!S_ISLNK(dentry->d_inode->i_mode)) + return false; + if (!dentry->d_inode->i_op->getxattr) + return false; + + res = dentry->d_inode->i_op->getxattr(dentry, ovl_whiteout_xattr, &val, 1); + if (res == 1 && val == 'y') + return true; + + return false; +} + +static bool ovl_is_opaquedir(struct dentry *dentry) +{ + int res; + char val; + struct inode *inode = dentry->d_inode; + + if (!S_ISDIR(inode->i_mode) || !inode->i_op->getxattr) + return false; + + res = inode->i_op->getxattr(dentry, ovl_opaque_xattr, &val, 1); + if (res == 1 && val == 'y') + return true; + + return false; +} + +static void ovl_entry_free(struct rcu_head *head) +{ + struct ovl_entry *oe = container_of(head, struct ovl_entry, rcu); + kfree(oe); +} + +static void ovl_dentry_release(struct dentry *dentry) +{ + struct ovl_entry *oe = dentry->d_fsdata; + + if (oe) { + dput(oe->__upperdentry); + dput(oe->__upperdentry); + dput(oe->lowerdentry); + call_rcu(&oe->rcu, ovl_entry_free); + } +} + +const struct dentry_operations ovl_dentry_operations = { + .d_release = ovl_dentry_release, +}; + +static struct ovl_entry *ovl_alloc_entry(void) +{ + return kzalloc(sizeof(struct ovl_entry), GFP_KERNEL); +} + +static inline struct dentry *ovl_lookup_real(struct dentry *dir, + struct qstr *name) +{ + struct dentry *dentry; + + mutex_lock(&dir->d_inode->i_mutex); + dentry = lookup_one_len(name->name, dir, name->len); + mutex_unlock(&dir->d_inode->i_mutex); + + if (IS_ERR(dentry)) { + if (PTR_ERR(dentry) == -ENOENT) + dentry = NULL; + } else if (!dentry->d_inode) { + dput(dentry); + dentry = NULL; + } + return dentry; +} + +static int ovl_do_lookup(struct dentry *dentry) +{ + struct ovl_entry *oe; + struct dentry *upperdir; + struct dentry *lowerdir; + struct dentry *upperdentry = NULL; + struct dentry *lowerdentry = NULL; + struct inode *inode = NULL; + int err; + + err = -ENOMEM; + oe = ovl_alloc_entry(); + if (!oe) + goto out; + + upperdir = ovl_dentry_upper(dentry->d_parent); + lowerdir = ovl_dentry_lower(dentry->d_parent); + + if (upperdir) { + upperdentry = ovl_lookup_real(upperdir, &dentry->d_name); + err = PTR_ERR(upperdentry); + if (IS_ERR(upperdentry)) + goto out_put_dir; + + if (lowerdir && upperdentry && + (S_ISLNK(upperdentry->d_inode->i_mode) || + S_ISDIR(upperdentry->d_inode->i_mode))) { + const struct cred *old_cred; + struct cred *override_cred; + + err = -ENOMEM; + override_cred = ovl_prepare_creds(dentry->d_sb); + if (!override_cred) + goto out_dput_upper; + old_cred = override_creds(override_cred); + + if (ovl_is_opaquedir(upperdentry)) { + oe->opaque = true; + } else if (ovl_is_whiteout(upperdentry)) { + dput(upperdentry); + upperdentry = NULL; + oe->opaque = true; + } + revert_creds(old_cred); + put_cred(override_cred); + } + } + if (lowerdir && !oe->opaque) { + lowerdentry = ovl_lookup_real(lowerdir, &dentry->d_name); + err = PTR_ERR(lowerdentry); + if (IS_ERR(lowerdentry)) + goto out_dput_upper; + } + + if (lowerdentry && upperdentry && + (!S_ISDIR(upperdentry->d_inode->i_mode) || + !S_ISDIR(lowerdentry->d_inode->i_mode))) { + dput(lowerdentry); + lowerdentry = NULL; + oe->opaque = true; + } + + if (lowerdentry || upperdentry) { + struct dentry *realdentry; + + realdentry = upperdentry ? upperdentry : lowerdentry; + err = -ENOMEM; + inode = ovl_new_inode(dentry->d_sb, realdentry->d_inode->i_mode, + oe); + if (!inode) + goto out_dput; + ovl_copyattr(realdentry->d_inode, inode); + } + + if (upperdentry) + oe->__upperdentry = dget(upperdentry); + + if (lowerdentry) + oe->lowerdentry = lowerdentry; + + dentry->d_fsdata = oe; + dentry->d_op = &ovl_dentry_operations; + d_add(dentry, inode); + + return 0; + +out_dput: + dput(lowerdentry); +out_dput_upper: + dput(upperdentry); +out_put_dir: + kfree(oe); +out: + return err; +} + +struct dentry *ovl_lookup(struct inode *dir, struct dentry *dentry, + unsigned int flags) +{ + int err = ovl_do_lookup(dentry); + + if (err) + return ERR_PTR(err); + + return NULL; +} + +struct file *ovl_path_open(struct path *path, int flags) +{ + return dentry_open(path, flags, current_cred()); +} + +static void ovl_put_super(struct super_block *sb) +{ + struct ovl_fs *ufs = sb->s_fs_info; + + if (!(sb->s_flags & MS_RDONLY)) + mnt_drop_write(ufs->upper_mnt); + + put_cred(ufs->mounter_creds); + + mntput(ufs->upper_mnt); + mntput(ufs->lower_mnt); + + kfree(ufs->config.lowerdir); + kfree(ufs->config.upperdir); + kfree(ufs); +} + +static int ovl_remount_fs(struct super_block *sb, int *flagsp, char *data) +{ + int flags = *flagsp; + struct ovl_fs *ufs = sb->s_fs_info; + + /* When remounting rw or ro, we need to adjust the write access to the + * upper fs. + */ + if (((flags ^ sb->s_flags) & MS_RDONLY) == 0) + /* No change to readonly status */ + return 0; + + if (flags & MS_RDONLY) { + mnt_drop_write(ufs->upper_mnt); + return 0; + } else + return mnt_want_write(ufs->upper_mnt); +} + +/** + * ovl_statfs + * @sb: The overlayfs super block + * @buf: The struct kstatfs to fill in with stats + * + * Get the filesystem statistics. As writes always target the upper layer + * filesystem pass the statfs to the same filesystem. + */ +static int ovl_statfs(struct dentry *dentry, struct kstatfs *buf) +{ + struct ovl_fs *ofs = dentry->d_sb->s_fs_info; + struct dentry *root_dentry = dentry->d_sb->s_root; + struct path path; + int err; + + ovl_path_upper(root_dentry, &path); + + err = vfs_statfs(&path, buf); + if (!err) { + buf->f_namelen = max(buf->f_namelen, ofs->lower_namelen); + buf->f_type = OVERLAYFS_SUPER_MAGIC; + } + + return err; +} + +/** + * ovl_show_options + * + * Prints the mount options for a given superblock. + * Returns zero; does not fail. + */ +static int ovl_show_options(struct seq_file *m, struct dentry *dentry) +{ + struct super_block *sb = dentry->d_sb; + struct ovl_fs *ufs = sb->s_fs_info; + + seq_printf(m, ",lowerdir=%s", ufs->config.lowerdir); + seq_printf(m, ",upperdir=%s", ufs->config.upperdir); + return 0; +} + +static const struct super_operations ovl_super_operations = { + .put_super = ovl_put_super, + .remount_fs = ovl_remount_fs, + .statfs = ovl_statfs, + .show_options = ovl_show_options, +}; + +enum { + OPT_LOWERDIR, + OPT_UPPERDIR, + OPT_ERR, +}; + +static const match_table_t ovl_tokens = { + {OPT_LOWERDIR, "lowerdir=%s"}, + {OPT_UPPERDIR, "upperdir=%s"}, + {OPT_ERR, NULL} +}; + +static int ovl_parse_opt(char *opt, struct ovl_config *config) +{ + char *p; + + config->upperdir = NULL; + config->lowerdir = NULL; + + while ((p = strsep(&opt, ",")) != NULL) { + int token; + substring_t args[MAX_OPT_ARGS]; + + if (!*p) + continue; + + token = match_token(p, ovl_tokens, args); + switch (token) { + case OPT_UPPERDIR: + kfree(config->upperdir); + config->upperdir = match_strdup(&args[0]); + if (!config->upperdir) + return -ENOMEM; + break; + + case OPT_LOWERDIR: + kfree(config->lowerdir); + config->lowerdir = match_strdup(&args[0]); + if (!config->lowerdir) + return -ENOMEM; + break; + + default: + return -EINVAL; + } + } + return 0; +} + +int ovl_dentry_root_may(struct dentry *dentry, struct path *realpath, int mode) +{ + const struct cred *old_cred; + int err = 0; + struct ovl_fs *ofs = dentry->d_sb->s_fs_info; + + old_cred = override_creds(ofs->mounter_creds); + + if (inode_permission(realpath->dentry->d_inode, mode)) + err = -EACCES; + + revert_creds(old_cred); + + return err; +} + +static int ovl_fill_super(struct super_block *sb, void *data, int silent) +{ + struct path lowerpath; + struct path upperpath; + struct inode *root_inode; + struct dentry *root_dentry; + struct ovl_entry *oe; + struct ovl_fs *ufs; + struct kstatfs statfs; + int err; + + err = -ENOMEM; + ufs = kmalloc(sizeof(struct ovl_fs), GFP_KERNEL); + if (!ufs) + goto out; + + err = ovl_parse_opt((char *) data, &ufs->config); + if (err) + goto out_free_ufs; + + err = -EINVAL; + if (!ufs->config.upperdir || !ufs->config.lowerdir) { + pr_err("overlayfs: missing upperdir or lowerdir\n"); + goto out_free_config; + } + + oe = ovl_alloc_entry(); + if (oe == NULL) + goto out_free_config; + + err = kern_path(ufs->config.upperdir, LOOKUP_FOLLOW, &upperpath); + if (err) + goto out_free_oe; + + err = kern_path(ufs->config.lowerdir, LOOKUP_FOLLOW, &lowerpath); + if (err) + goto out_put_upperpath; + + err = -ENOTDIR; + if (!S_ISDIR(upperpath.dentry->d_inode->i_mode) || + !S_ISDIR(lowerpath.dentry->d_inode->i_mode)) + goto out_put_lowerpath; + + err = vfs_statfs(&lowerpath, &statfs); + if (err) { + pr_err("overlayfs: statfs failed on lowerpath\n"); + goto out_put_lowerpath; + } + ufs->lower_namelen = statfs.f_namelen; + + sb->s_stack_depth = max(upperpath.mnt->mnt_sb->s_stack_depth, + lowerpath.mnt->mnt_sb->s_stack_depth) + 1; + + err = -EINVAL; + if (sb->s_stack_depth > FILESYSTEM_MAX_STACK_DEPTH) { + pr_err("overlayfs: maximum fs stacking depth exceeded\n"); + goto out_put_lowerpath; + } + + + ufs->upper_mnt = clone_private_mount(&upperpath); + err = PTR_ERR(ufs->upper_mnt); + if (IS_ERR(ufs->upper_mnt)) { + pr_err("overlayfs: failed to clone upperpath\n"); + goto out_put_lowerpath; + } + + if (ufs->upper_mnt->mnt_flags & MNT_NOSUID) + sb->s_iflags |= SB_I_NOSUID; + + ufs->lower_mnt = clone_private_mount(&lowerpath); + err = PTR_ERR(ufs->lower_mnt); + if (IS_ERR(ufs->lower_mnt)) { + pr_err("overlayfs: failed to clone lowerpath\n"); + goto out_put_upper_mnt; + } + + /* + * Make lower_mnt R/O. That way fchmod/fchown on lower file + * will fail instead of modifying lower fs. + */ + ufs->lower_mnt->mnt_flags |= MNT_READONLY; + + if (ufs->lower_mnt->mnt_flags & MNT_NOSUID) + sb->s_iflags |= SB_I_NOSUID; + + /* If the upper fs is r/o, we mark overlayfs r/o too */ + if (ufs->upper_mnt->mnt_sb->s_flags & MS_RDONLY) + sb->s_flags |= MS_RDONLY; + + if (!(sb->s_flags & MS_RDONLY)) { + err = mnt_want_write(ufs->upper_mnt); + if (err) + goto out_put_lower_mnt; + } + + err = -ENOMEM; + root_inode = ovl_new_inode(sb, S_IFDIR, oe); + if (!root_inode) + goto out_drop_write; + + root_dentry = d_make_root(root_inode); + if (!root_dentry) + goto out_drop_write; + + /* Record the mounter. */ + ufs->mounter_creds = prepare_creds(); + if (!ufs->mounter_creds) + goto out_put_root; + + mntput(upperpath.mnt); + mntput(lowerpath.mnt); + + oe->__upperdentry = dget(upperpath.dentry); + oe->lowerdentry = lowerpath.dentry; + + root_dentry->d_fsdata = oe; + root_dentry->d_op = &ovl_dentry_operations; + + sb->s_magic = OVERLAYFS_SUPER_MAGIC; + sb->s_op = &ovl_super_operations; + sb->s_root = root_dentry; + sb->s_fs_info = ufs; + + return 0; + +out_put_root: + dput(root_dentry); +out_drop_write: + if (!(sb->s_flags & MS_RDONLY)) + mnt_drop_write(ufs->upper_mnt); +out_put_lower_mnt: + mntput(ufs->lower_mnt); +out_put_upper_mnt: + mntput(ufs->upper_mnt); +out_put_lowerpath: + path_put(&lowerpath); +out_put_upperpath: + path_put(&upperpath); +out_free_oe: + kfree(oe); +out_free_config: + kfree(ufs->config.lowerdir); + kfree(ufs->config.upperdir); +out_free_ufs: + kfree(ufs); +out: + return err; +} + +static struct dentry *ovl_mount(struct file_system_type *fs_type, int flags, + const char *dev_name, void *raw_data) +{ + return mount_nodev(fs_type, flags, raw_data, ovl_fill_super); +} + +static struct file_system_type ovl_fs_type = { + .owner = THIS_MODULE, + .name = "overlayfs", + .mount = ovl_mount, + .kill_sb = kill_anon_super, + .fs_flags = FS_USERNS_MOUNT, +}; +MODULE_ALIAS_FS("overlayfs"); + +static int __init ovl_init(void) +{ + return register_filesystem(&ovl_fs_type); +} + +static void __exit ovl_exit(void) +{ + unregister_filesystem(&ovl_fs_type); +} + +module_init(ovl_init); +module_exit(ovl_exit); --- linux-lts-utopic-3.16.0.orig/fs/pipe.c +++ linux-lts-utopic-3.16.0/fs/pipe.c @@ -39,6 +39,12 @@ */ unsigned int pipe_min_size = PAGE_SIZE; +/* Maximum allocatable pages per user. Hard limit is unset by default, soft + * matches default values. + */ +unsigned long pipe_user_pages_hard; +unsigned long pipe_user_pages_soft = PIPE_DEF_BUFFERS * INR_OPEN_CUR; + /* * We use a start+len construction, which provides full use of the * allocated memory. @@ -367,18 +373,17 @@ int offset = buf->offset + buf->len; if (ops->can_merge && offset + chars <= PAGE_SIZE) { - int error = ops->confirm(pipe, buf); - if (error) + ret = ops->confirm(pipe, buf); + if (ret) goto out; ret = copy_page_from_iter(buf->page, offset, chars, from); if (unlikely(ret < chars)) { - error = -EFAULT; + ret = -EFAULT; goto out; } do_wakeup = 1; - buf->len += chars; - ret = chars; + buf->len += ret; if (!iov_iter_count(from)) goto out; } @@ -585,20 +590,49 @@ return retval; } +static void account_pipe_buffers(struct pipe_inode_info *pipe, + unsigned long old, unsigned long new) +{ + atomic_long_add(new - old, &pipe->user->pipe_bufs); +} + +static bool too_many_pipe_buffers_soft(struct user_struct *user) +{ + return pipe_user_pages_soft && + atomic_long_read(&user->pipe_bufs) >= pipe_user_pages_soft; +} + +static bool too_many_pipe_buffers_hard(struct user_struct *user) +{ + return pipe_user_pages_hard && + atomic_long_read(&user->pipe_bufs) >= pipe_user_pages_hard; +} + struct pipe_inode_info *alloc_pipe_info(void) { struct pipe_inode_info *pipe; pipe = kzalloc(sizeof(struct pipe_inode_info), GFP_KERNEL); if (pipe) { - pipe->bufs = kzalloc(sizeof(struct pipe_buffer) * PIPE_DEF_BUFFERS, GFP_KERNEL); + unsigned long pipe_bufs = PIPE_DEF_BUFFERS; + struct user_struct *user = get_current_user(); + + if (!too_many_pipe_buffers_hard(user)) { + if (too_many_pipe_buffers_soft(user)) + pipe_bufs = 1; + pipe->bufs = kzalloc(sizeof(struct pipe_buffer) * pipe_bufs, GFP_KERNEL); + } + if (pipe->bufs) { init_waitqueue_head(&pipe->wait); pipe->r_counter = pipe->w_counter = 1; - pipe->buffers = PIPE_DEF_BUFFERS; + pipe->buffers = pipe_bufs; + pipe->user = user; + account_pipe_buffers(pipe, 0, pipe_bufs); mutex_init(&pipe->mutex); return pipe; } + free_uid(user); kfree(pipe); } @@ -609,6 +643,8 @@ { int i; + account_pipe_buffers(pipe, pipe->buffers, 0); + free_uid(pipe->user); for (i = 0; i < pipe->buffers; i++) { struct pipe_buffer *buf = pipe->bufs + i; if (buf->ops) @@ -999,6 +1035,7 @@ memcpy(bufs + head, pipe->bufs, tail * sizeof(struct pipe_buffer)); } + account_pipe_buffers(pipe, pipe->buffers, nr_pages); pipe->curbuf = 0; kfree(pipe->bufs); pipe->bufs = bufs; @@ -1070,6 +1107,11 @@ if (!capable(CAP_SYS_RESOURCE) && size > pipe_max_size) { ret = -EPERM; goto out; + } else if ((too_many_pipe_buffers_hard(pipe->user) || + too_many_pipe_buffers_soft(pipe->user)) && + !capable(CAP_SYS_RESOURCE) && !capable(CAP_SYS_ADMIN)) { + ret = -EPERM; + goto out; } ret = pipe_set_size(pipe, nr_pages); break; --- linux-lts-utopic-3.16.0.orig/fs/pnode.c +++ linux-lts-utopic-3.16.0/fs/pnode.c @@ -198,10 +198,15 @@ /* all accesses are serialized by namespace_sem */ static struct user_namespace *user_ns; -static struct mount *last_dest, *last_source, *dest_master; +static struct mount *last_dest, *first_source, *last_source, *dest_master; static struct mountpoint *mp; static struct hlist_head *list; +static inline bool peers(struct mount *m1, struct mount *m2) +{ + return m1->mnt_group_id == m2->mnt_group_id && m1->mnt_group_id; +} + static int propagate_one(struct mount *m) { struct mount *child; @@ -212,24 +217,26 @@ /* skip if mountpoint isn't covered by it */ if (!is_subdir(mp->m_dentry, m->mnt.mnt_root)) return 0; - if (m->mnt_group_id == last_dest->mnt_group_id) { + if (peers(m, last_dest)) { type = CL_MAKE_SHARED; } else { struct mount *n, *p; + bool done; for (n = m; ; n = p) { p = n->mnt_master; - if (p == dest_master || IS_MNT_MARKED(p)) { - while (last_dest->mnt_master != p) { - last_source = last_source->mnt_master; - last_dest = last_source->mnt_parent; - } - if (n->mnt_group_id != last_dest->mnt_group_id) { - last_source = last_source->mnt_master; - last_dest = last_source->mnt_parent; - } + if (p == dest_master || IS_MNT_MARKED(p)) break; - } } + do { + struct mount *parent = last_source->mnt_parent; + if (last_source == first_source) + break; + done = parent->mnt_master == p; + if (done && peers(n, parent)) + break; + last_source = last_source->mnt_master; + } while (!done); + type = CL_SLAVE; /* beginning of peer group among the slaves? */ if (IS_MNT_SHARED(m)) @@ -280,6 +287,7 @@ */ user_ns = current->nsproxy->mnt_ns->user_ns; last_dest = dest_mnt; + first_source = source_mnt; last_source = source_mnt; mp = dest_mp; list = tree_list; @@ -381,6 +389,7 @@ * other children */ if (child && list_empty(&child->mnt_mounts)) { + list_del_init(&child->mnt_child); hlist_del_init_rcu(&child->mnt_hash); hlist_add_before_rcu(&child->mnt_hash, &mnt->mnt_hash); } --- linux-lts-utopic-3.16.0.orig/fs/pnode.h +++ linux-lts-utopic-3.16.0/fs/pnode.h @@ -47,7 +47,6 @@ unsigned int mnt_get_count(struct mount *mnt); void mnt_set_mountpoint(struct mount *, struct mountpoint *, struct mount *); -void umount_tree(struct mount *, int); struct mount *copy_tree(struct mount *, struct dentry *, int); bool is_path_reachable(struct mount *, struct dentry *, const struct path *root); --- linux-lts-utopic-3.16.0.orig/fs/proc/Makefile +++ linux-lts-utopic-3.16.0/fs/proc/Makefile @@ -29,3 +29,4 @@ proc-$(CONFIG_PROC_VMCORE) += vmcore.o proc-$(CONFIG_PRINTK) += kmsg.o proc-$(CONFIG_PROC_PAGE_MONITOR) += page.o +proc-y += version_signature.o --- linux-lts-utopic-3.16.0.orig/fs/proc/array.c +++ linux-lts-utopic-3.16.0/fs/proc/array.c @@ -297,15 +297,11 @@ seq_puts(m, header); CAP_FOR_EACH_U32(__capi) { seq_printf(m, "%08x", - a->cap[(_KERNEL_CAPABILITY_U32S-1) - __capi]); + a->cap[CAP_LAST_U32 - __capi]); } seq_putc(m, '\n'); } -/* Remove non-existent capabilities */ -#define NORM_CAPS(v) (v.cap[CAP_TO_INDEX(CAP_LAST_CAP)] &= \ - CAP_TO_MASK(CAP_LAST_CAP + 1) - 1) - static inline void task_cap(struct seq_file *m, struct task_struct *p) { const struct cred *cred; @@ -319,11 +315,6 @@ cap_bset = cred->cap_bset; rcu_read_unlock(); - NORM_CAPS(cap_inheritable); - NORM_CAPS(cap_permitted); - NORM_CAPS(cap_effective); - NORM_CAPS(cap_bset); - render_cap_t(m, "CapInh:\t", &cap_inheritable); render_cap_t(m, "CapPrm:\t", &cap_permitted); render_cap_t(m, "CapEff:\t", &cap_effective); @@ -380,7 +371,7 @@ static int do_task_stat(struct seq_file *m, struct pid_namespace *ns, struct pid *pid, struct task_struct *task, int whole) { - unsigned long vsize, eip, esp, wchan = ~0UL; + unsigned long vsize, eip, esp, wchan = 0; int priority, nice; int tty_pgrp = -1, tty_nr = 0; sigset_t sigign, sigcatch; @@ -517,7 +508,19 @@ seq_put_decimal_ull(m, ' ', task->blocked.sig[0] & 0x7fffffffUL); seq_put_decimal_ull(m, ' ', sigign.sig[0] & 0x7fffffffUL); seq_put_decimal_ull(m, ' ', sigcatch.sig[0] & 0x7fffffffUL); - seq_put_decimal_ull(m, ' ', wchan); + + /* + * We used to output the absolute kernel address, but that's an + * information leak - so instead we show a 0/1 flag here, to signal + * to user-space whether there's a wchan field in /proc/PID/wchan. + * + * This works with older implementations of procps as well. + */ + if (wchan) + seq_puts(m, " 1"); + else + seq_puts(m, " 0"); + seq_put_decimal_ull(m, ' ', 0); seq_put_decimal_ull(m, ' ', 0); seq_put_decimal_ll(m, ' ', task->exit_signal); --- linux-lts-utopic-3.16.0.orig/fs/proc/base.c +++ linux-lts-utopic-3.16.0/fs/proc/base.c @@ -236,13 +236,10 @@ wchan = get_wchan(task); - if (lookup_symbol_name(wchan, symname) < 0) - if (!ptrace_may_access(task, PTRACE_MODE_READ)) - return 0; - else - return sprintf(buffer, "%lu", wchan); - else + if (wchan && ptrace_may_access(task, PTRACE_MODE_READ) && !lookup_symbol_name(wchan, symname)) return sprintf(buffer, "%s", symname); + else + return sprintf(buffer, "0"); } #endif /* CONFIG_KALLSYMS */ @@ -2526,6 +2523,57 @@ .llseek = seq_lseek, .release = proc_id_map_release, }; + +static int proc_setgroups_open(struct inode *inode, struct file *file) +{ + struct user_namespace *ns = NULL; + struct task_struct *task; + int ret; + + ret = -ESRCH; + task = get_proc_task(inode); + if (task) { + rcu_read_lock(); + ns = get_user_ns(task_cred_xxx(task, user_ns)); + rcu_read_unlock(); + put_task_struct(task); + } + if (!ns) + goto err; + + if (file->f_mode & FMODE_WRITE) { + ret = -EACCES; + if (!ns_capable(ns, CAP_SYS_ADMIN)) + goto err_put_ns; + } + + ret = single_open(file, &proc_setgroups_show, ns); + if (ret) + goto err_put_ns; + + return 0; +err_put_ns: + put_user_ns(ns); +err: + return ret; +} + +static int proc_setgroups_release(struct inode *inode, struct file *file) +{ + struct seq_file *seq = file->private_data; + struct user_namespace *ns = seq->private; + int ret = single_release(inode, file); + put_user_ns(ns); + return ret; +} + +static const struct file_operations proc_setgroups_operations = { + .open = proc_setgroups_open, + .write = proc_setgroups_write, + .read = seq_read, + .llseek = seq_lseek, + .release = proc_setgroups_release, +}; #endif /* CONFIG_USER_NS */ static int proc_pid_personality(struct seq_file *m, struct pid_namespace *ns, @@ -2634,6 +2682,7 @@ REG("uid_map", S_IRUGO|S_IWUSR, proc_uid_map_operations), REG("gid_map", S_IRUGO|S_IWUSR, proc_gid_map_operations), REG("projid_map", S_IRUGO|S_IWUSR, proc_projid_map_operations), + REG("setgroups", S_IRUGO|S_IWUSR, proc_setgroups_operations), #endif #ifdef CONFIG_CHECKPOINT_RESTORE REG("timers", S_IRUGO, proc_timers_operations), @@ -2969,6 +3018,7 @@ REG("uid_map", S_IRUGO|S_IWUSR, proc_uid_map_operations), REG("gid_map", S_IRUGO|S_IWUSR, proc_gid_map_operations), REG("projid_map", S_IRUGO|S_IWUSR, proc_projid_map_operations), + REG("setgroups", S_IRUGO|S_IWUSR, proc_setgroups_operations), #endif }; --- linux-lts-utopic-3.16.0.orig/fs/proc/fd.c +++ linux-lts-utopic-3.16.0/fs/proc/fd.c @@ -285,11 +285,19 @@ */ int proc_fd_permission(struct inode *inode, int mask) { - int rv = generic_permission(inode, mask); + struct task_struct *p; + int rv; + + rv = generic_permission(inode, mask); if (rv == 0) - return 0; - if (task_tgid(current) == proc_pid(inode)) + return rv; + + rcu_read_lock(); + p = pid_task(proc_pid(inode), PIDTYPE_PID); + if (p && same_thread_group(p, current)) rv = 0; + rcu_read_unlock(); + return rv; } --- linux-lts-utopic-3.16.0.orig/fs/proc/generic.c +++ linux-lts-utopic-3.16.0/fs/proc/generic.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include @@ -162,17 +161,6 @@ spin_unlock_irqrestore(&proc_inum_lock, flags); } -static void *proc_follow_link(struct dentry *dentry, struct nameidata *nd) -{ - nd_set_link(nd, __PDE_DATA(dentry->d_inode)); - return NULL; -} - -static const struct inode_operations proc_link_inode_operations = { - .readlink = generic_readlink, - .follow_link = proc_follow_link, -}; - /* * Don't create negative dentries here, return -ENOENT by hand * instead. @@ -346,6 +334,11 @@ len = strlen(fn); + if (is_empty_pde(*parent)) { + WARN(1, "attempt to add to permanently empty directory"); + return NULL; + } + ent = kzalloc(sizeof(struct proc_dir_entry) + len + 1, GFP_KERNEL); if (!ent) goto out; @@ -421,6 +414,25 @@ } EXPORT_SYMBOL(proc_mkdir); +struct proc_dir_entry *proc_create_mount_point(const char *name) +{ + umode_t mode = S_IFDIR | S_IRUGO | S_IXUGO; + struct proc_dir_entry *ent, *parent = NULL; + + ent = __proc_create(&parent, name, mode, 2); + if (ent) { + ent->data = NULL; + ent->proc_fops = NULL; + ent->proc_iops = NULL; + if (proc_register(parent, ent) < 0) { + kfree(ent); + parent->nlink--; + ent = NULL; + } + } + return ent; +} + struct proc_dir_entry *proc_create_data(const char *name, umode_t mode, struct proc_dir_entry *parent, const struct file_operations *proc_fops, --- linux-lts-utopic-3.16.0.orig/fs/proc/inode.c +++ linux-lts-utopic-3.16.0/fs/proc/inode.c @@ -23,6 +23,7 @@ #include #include #include +#include #include @@ -401,6 +402,26 @@ }; #endif +static void *proc_follow_link(struct dentry *dentry, struct nameidata *nd) +{ + struct proc_dir_entry *pde = PDE(dentry->d_inode); + if (unlikely(!use_pde(pde))) + return ERR_PTR(-EINVAL); + nd_set_link(nd, pde->data); + return pde; +} + +static void proc_put_link(struct dentry *dentry, struct nameidata *nd, void *p) +{ + unuse_pde(p); +} + +const struct inode_operations proc_link_inode_operations = { + .readlink = generic_readlink, + .follow_link = proc_follow_link, + .put_link = proc_put_link, +}; + struct inode *proc_get_inode(struct super_block *sb, struct proc_dir_entry *de) { struct inode *inode = new_inode_pseudo(sb); @@ -410,6 +431,10 @@ inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME; PROC_I(inode)->pde = de; + if (is_empty_pde(de)) { + make_empty_dir_inode(inode); + return inode; + } if (de->mode) { inode->i_mode = de->mode; inode->i_uid = de->uid; --- linux-lts-utopic-3.16.0.orig/fs/proc/internal.h +++ linux-lts-utopic-3.16.0/fs/proc/internal.h @@ -193,6 +193,12 @@ } extern void pde_put(struct proc_dir_entry *); +static inline bool is_empty_pde(const struct proc_dir_entry *pde) +{ + return S_ISDIR(pde->mode) && !pde->proc_iops; +} +struct proc_dir_entry *proc_create_mount_point(const char *name); + /* * inode.c */ @@ -202,6 +208,7 @@ int closing; struct completion *c; }; +extern const struct inode_operations proc_link_inode_operations; extern const struct inode_operations proc_pid_link_inode_operations; --- linux-lts-utopic-3.16.0.orig/fs/proc/nommu.c +++ linux-lts-utopic-3.16.0/fs/proc/nommu.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include @@ -45,7 +46,10 @@ file = region->vm_file; if (file) { - struct inode *inode = file_inode(region->vm_file); + struct inode *inode; + + file = vmr_pr_or_file(region); + inode = file_inode(file); dev = inode->i_sb->s_dev; ino = inode->i_ino; } --- linux-lts-utopic-3.16.0.orig/fs/proc/proc_net.c +++ linux-lts-utopic-3.16.0/fs/proc/proc_net.c @@ -113,9 +113,11 @@ rcu_read_lock(); task = pid_task(proc_pid(dir), PIDTYPE_PID); if (task != NULL) { - ns = task_nsproxy(task); + task_lock(task); + ns = task->nsproxy; if (ns != NULL) net = get_net(ns->net_ns); + task_unlock(task); } rcu_read_unlock(); --- linux-lts-utopic-3.16.0.orig/fs/proc/proc_sysctl.c +++ linux-lts-utopic-3.16.0/fs/proc/proc_sysctl.c @@ -19,6 +19,28 @@ static const struct file_operations proc_sys_dir_file_operations; static const struct inode_operations proc_sys_dir_operations; +/* Support for permanently empty directories */ + +struct ctl_table sysctl_mount_point[] = { + { } +}; + +static bool is_empty_dir(struct ctl_table_header *head) +{ + return head->ctl_table[0].child == sysctl_mount_point; +} + +static void set_empty_dir(struct ctl_dir *dir) +{ + dir->header.ctl_table[0].child = sysctl_mount_point; +} + +static void clear_empty_dir(struct ctl_dir *dir) + +{ + dir->header.ctl_table[0].child = NULL; +} + void proc_sys_poll_notify(struct ctl_table_poll *poll) { if (!poll) @@ -187,6 +209,17 @@ struct ctl_table *entry; int err; + /* Is this a permanently empty directory? */ + if (is_empty_dir(&dir->header)) + return -EROFS; + + /* Am I creating a permanently empty directory? */ + if (header->ctl_table == sysctl_mount_point) { + if (!RB_EMPTY_ROOT(&dir->root)) + return -EINVAL; + set_empty_dir(dir); + } + dir->header.nreg++; header->parent = dir; err = insert_links(header); @@ -202,6 +235,8 @@ erase_header(header); put_links(header); fail_links: + if (header->ctl_table == sysctl_mount_point) + clear_empty_dir(dir); header->parent = NULL; drop_sysctl_table(&dir->header); return err; @@ -419,6 +454,8 @@ inode->i_mode |= S_IFDIR; inode->i_op = &proc_sys_dir_operations; inode->i_fop = &proc_sys_dir_file_operations; + if (is_empty_dir(head)) + make_empty_dir_inode(inode); } out: return inode; --- linux-lts-utopic-3.16.0.orig/fs/proc/root.c +++ linux-lts-utopic-3.16.0/fs/proc/root.c @@ -112,9 +112,6 @@ ns = task_active_pid_ns(current); options = data; - if (!capable(CAP_SYS_ADMIN) && !fs_fully_visible(fs_type)) - return ERR_PTR(-EPERM); - /* Does the mounter have privilege over the pid namespace? */ if (!ns_capable(ns->user_ns, CAP_SYS_ADMIN)) return ERR_PTR(-EPERM); @@ -157,7 +154,7 @@ .name = "proc", .mount = proc_mount, .kill_sb = proc_kill_sb, - .fs_flags = FS_USERNS_MOUNT, + .fs_flags = FS_USERNS_VISIBLE | FS_USERNS_MOUNT, }; void __init proc_root_init(void) @@ -179,10 +176,10 @@ #endif proc_mkdir("fs", NULL); proc_mkdir("driver", NULL); - proc_mkdir("fs/nfsd", NULL); /* somewhere for the nfsd filesystem to be mounted */ + proc_create_mount_point("fs/nfsd"); /* somewhere for the nfsd filesystem to be mounted */ #if defined(CONFIG_SUN_OPENPROMFS) || defined(CONFIG_SUN_OPENPROMFS_MODULE) /* just give it a mountpoint */ - proc_mkdir("openprom", NULL); + proc_create_mount_point("openprom"); #endif proc_tty_init(); proc_mkdir("bus", NULL); --- linux-lts-utopic-3.16.0.orig/fs/proc/stat.c +++ linux-lts-utopic-3.16.0/fs/proc/stat.c @@ -159,7 +159,7 @@ /* sum again ? it could be updated? */ for_each_irq_nr(j) - seq_put_decimal_ull(p, ' ', kstat_irqs(j)); + seq_put_decimal_ull(p, ' ', kstat_irqs_usr(j)); seq_printf(p, "\nctxt %llu\n" --- linux-lts-utopic-3.16.0.orig/fs/proc/task_mmu.c +++ linux-lts-utopic-3.16.0/fs/proc/task_mmu.c @@ -1,4 +1,5 @@ #include +#include #include #include #include @@ -265,7 +266,10 @@ const char *name = NULL; if (file) { - struct inode *inode = file_inode(vma->vm_file); + struct inode *inode; + + file = vma_pr_or_file(vma); + inode = file_inode(file); dev = inode->i_sb->s_dev; ino = inode->i_ino; pgoff = ((loff_t)vma->vm_pgoff) << PAGE_SHIFT; @@ -1003,9 +1007,8 @@ struct vm_area_struct *vma; struct pagemapread *pm = walk->private; spinlock_t *ptl; - pte_t *pte; + pte_t *pte, *orig_pte; int err = 0; - pagemap_entry_t pme = make_pme(PM_NOT_PRESENT(pm->v2)); /* find the first VMA at or above 'addr' */ vma = find_vma(walk->mm, addr); @@ -1019,6 +1022,7 @@ for (; addr != end; addr += PAGE_SIZE) { unsigned long offset; + pagemap_entry_t pme; offset = (addr & ~PAGEMAP_WALK_MASK) >> PAGE_SHIFT; @@ -1033,32 +1037,55 @@ if (pmd_trans_unstable(pmd)) return 0; - for (; addr != end; addr += PAGE_SIZE) { - int flags2; - /* check to see if we've left 'vma' behind - * and need a new, higher one */ - if (vma && (addr >= vma->vm_end)) { - vma = find_vma(walk->mm, addr); - if (vma && (vma->vm_flags & VM_SOFTDIRTY)) - flags2 = __PM_SOFT_DIRTY; - else - flags2 = 0; - pme = make_pme(PM_NOT_PRESENT(pm->v2) | PM_STATUS2(pm->v2, flags2)); + while (1) { + /* End of address space hole, which we mark as non-present. */ + unsigned long hole_end; + + if (vma) + hole_end = min(end, vma->vm_start); + else + hole_end = end; + + for (; addr < hole_end; addr += PAGE_SIZE) { + pagemap_entry_t pme = make_pme(PM_NOT_PRESENT(pm->v2)); + + err = add_to_pagemap(addr, &pme, pm); + if (err) + return err; } - /* check that 'vma' actually covers this address, - * and that it isn't a huge page vma */ - if (vma && (vma->vm_start <= addr) && - !is_vm_hugetlb_page(vma)) { - pte = pte_offset_map(pmd, addr); + if (!vma || vma->vm_start >= end) + break; + /* + * We can't possibly be in a hugetlb VMA. In general, + * for a mm_walk with a pmd_entry and a hugetlb_entry, + * the pmd_entry can only be called on addresses in a + * hugetlb if the walk starts in a non-hugetlb VMA and + * spans a hugepage VMA. Since pagemap_read walks are + * PMD-sized and PMD-aligned, this will never be true. + */ + BUG_ON(is_vm_hugetlb_page(vma)); + + /* Addresses in the VMA. */ + orig_pte = pte = pte_offset_map_lock(walk->mm, pmd, addr, &ptl); + for (; addr < min(end, vma->vm_end); pte++, addr += PAGE_SIZE) { + pagemap_entry_t pme; + pte_to_pagemap_entry(&pme, pm, vma, addr, *pte); - /* unmap before userspace copy */ - pte_unmap(pte); + err = add_to_pagemap(addr, &pme, pm); + if (err) + break; } - err = add_to_pagemap(addr, &pme, pm); + pte_unmap_unlock(orig_pte, ptl); + if (err) return err; + + if (addr == end) + break; + + vma = find_vma(walk->mm, addr); } cond_resched(); @@ -1237,6 +1264,9 @@ static int pagemap_open(struct inode *inode, struct file *file) { + /* do not disclose physical addresses: attack vector */ + if (!capable(CAP_SYS_ADMIN)) + return -EPERM; pr_warn_once("Bits 55-60 of /proc/PID/pagemap entries are about " "to stop being page-shift some time soon. See the " "linux/Documentation/vm/pagemap.txt for details.\n"); @@ -1390,7 +1420,7 @@ struct proc_maps_private *proc_priv = &numa_priv->proc_maps; struct vm_area_struct *vma = v; struct numa_maps *md = &numa_priv->md; - struct file *file = vma->vm_file; + struct file *file = vma_pr_or_file(vma); struct task_struct *task = proc_priv->task; struct mm_struct *mm = vma->vm_mm; struct mm_walk walk = {}; --- linux-lts-utopic-3.16.0.orig/fs/proc/task_nommu.c +++ linux-lts-utopic-3.16.0/fs/proc/task_nommu.c @@ -1,5 +1,6 @@ #include +#include #include #include #include @@ -141,7 +142,10 @@ file = vma->vm_file; if (file) { - struct inode *inode = file_inode(vma->vm_file); + struct inode *inode; + + file = vma_pr_or_file(file); + inode = file_inode(file); dev = inode->i_sb->s_dev; ino = inode->i_ino; pgoff = (loff_t)vma->vm_pgoff << PAGE_SHIFT; --- linux-lts-utopic-3.16.0.orig/fs/proc/version_signature.c +++ linux-lts-utopic-3.16.0/fs/proc/version_signature.c @@ -0,0 +1,31 @@ +#include +#include +#include +#include +#include +#include + +static int version_signature_proc_show(struct seq_file *m, void *v) +{ + seq_printf(m, "%s\n", CONFIG_VERSION_SIGNATURE); + return 0; +} + +static int version_signature_proc_open(struct inode *inode, struct file *file) +{ + return single_open(file, version_signature_proc_show, NULL); +} + +static const struct file_operations version_signature_proc_fops = { + .open = version_signature_proc_open, + .read = seq_read, + .llseek = seq_lseek, + .release = single_release, +}; + +static int __init proc_version_signature_init(void) +{ + proc_create("version_signature", 0, NULL, &version_signature_proc_fops); + return 0; +} +module_init(proc_version_signature_init); --- linux-lts-utopic-3.16.0.orig/fs/proc_namespace.c +++ linux-lts-utopic-3.16.0/fs/proc_namespace.c @@ -232,17 +232,15 @@ if (!task) goto err; - rcu_read_lock(); - nsp = task_nsproxy(task); + task_lock(task); + nsp = task->nsproxy; if (!nsp || !nsp->mnt_ns) { - rcu_read_unlock(); + task_unlock(task); put_task_struct(task); goto err; } ns = nsp->mnt_ns; get_mnt_ns(ns); - rcu_read_unlock(); - task_lock(task); if (!task->fs) { task_unlock(task); put_task_struct(task); --- linux-lts-utopic-3.16.0.orig/fs/pstore/inode.c +++ linux-lts-utopic-3.16.0/fs/pstore/inode.c @@ -320,10 +320,10 @@ compressed ? ".enc.z" : ""); break; case PSTORE_TYPE_CONSOLE: - sprintf(name, "console-%s", psname); + sprintf(name, "console-%s-%lld", psname, id); break; case PSTORE_TYPE_FTRACE: - sprintf(name, "ftrace-%s", psname); + sprintf(name, "ftrace-%s-%lld", psname, id); break; case PSTORE_TYPE_MCE: sprintf(name, "mce-%s-%lld", psname, id); @@ -430,22 +430,18 @@ .kill_sb = pstore_kill_sb, }; -static struct kobject *pstore_kobj; - static int __init init_pstore_fs(void) { - int err = 0; + int err; /* Create a convenient mount point for people to access pstore */ - pstore_kobj = kobject_create_and_add("pstore", fs_kobj); - if (!pstore_kobj) { - err = -ENOMEM; + err = sysfs_create_mount_point(fs_kobj, "pstore"); + if (err) goto out; - } err = register_filesystem(&pstore_fs_type); if (err < 0) - kobject_put(pstore_kobj); + sysfs_remove_mount_point(fs_kobj, "pstore"); out: return err; --- linux-lts-utopic-3.16.0.orig/fs/pstore/ram.c +++ linux-lts-utopic-3.16.0/fs/pstore/ram.c @@ -61,6 +61,11 @@ MODULE_PARM_DESC(mem_size, "size of reserved RAM used to store oops/panic logs"); +static unsigned int mem_type; +module_param(mem_type, uint, 0600); +MODULE_PARM_DESC(mem_type, + "set to 1 to try to use unbuffered memory (default 0)"); + static int dump_oops = 1; module_param(dump_oops, int, 0600); MODULE_PARM_DESC(dump_oops, @@ -79,6 +84,7 @@ struct persistent_ram_zone *fprz; phys_addr_t phys_addr; unsigned long size; + unsigned int memtype; size_t record_size; size_t console_size; size_t ftrace_size; @@ -358,7 +364,8 @@ size_t sz = cxt->record_size; cxt->przs[i] = persistent_ram_new(*paddr, sz, 0, - &cxt->ecc_info); + &cxt->ecc_info, + cxt->memtype); if (IS_ERR(cxt->przs[i])) { err = PTR_ERR(cxt->przs[i]); dev_err(dev, "failed to request mem region (0x%zx@0x%llx): %d\n", @@ -388,7 +395,7 @@ return -ENOMEM; } - *prz = persistent_ram_new(*paddr, sz, sig, &cxt->ecc_info); + *prz = persistent_ram_new(*paddr, sz, sig, &cxt->ecc_info, cxt->memtype); if (IS_ERR(*prz)) { int err = PTR_ERR(*prz); @@ -435,6 +442,7 @@ cxt->size = pdata->mem_size; cxt->phys_addr = pdata->mem_address; + cxt->memtype = pdata->mem_type; cxt->record_size = pdata->record_size; cxt->console_size = pdata->console_size; cxt->ftrace_size = pdata->ftrace_size; @@ -564,6 +572,7 @@ dummy_data->mem_size = mem_size; dummy_data->mem_address = mem_address; + dummy_data->mem_type = 0; dummy_data->record_size = record_size; dummy_data->console_size = ramoops_console_size; dummy_data->ftrace_size = ramoops_ftrace_size; --- linux-lts-utopic-3.16.0.orig/fs/pstore/ram_core.c +++ linux-lts-utopic-3.16.0/fs/pstore/ram_core.c @@ -380,7 +380,8 @@ persistent_ram_update_header_ecc(prz); } -static void *persistent_ram_vmap(phys_addr_t start, size_t size) +static void *persistent_ram_vmap(phys_addr_t start, size_t size, + unsigned int memtype) { struct page **pages; phys_addr_t page_start; @@ -392,7 +393,10 @@ page_start = start - offset_in_page(start); page_count = DIV_ROUND_UP(size + offset_in_page(start), PAGE_SIZE); - prot = pgprot_noncached(PAGE_KERNEL); + if (memtype) + prot = pgprot_noncached(PAGE_KERNEL); + else + prot = pgprot_writecombine(PAGE_KERNEL); pages = kmalloc(sizeof(struct page *) * page_count, GFP_KERNEL); if (!pages) { @@ -411,8 +415,11 @@ return vaddr; } -static void *persistent_ram_iomap(phys_addr_t start, size_t size) +static void *persistent_ram_iomap(phys_addr_t start, size_t size, + unsigned int memtype) { + void *va; + if (!request_mem_region(start, size, "persistent_ram")) { pr_err("request mem region (0x%llx@0x%llx) failed\n", (unsigned long long)size, (unsigned long long)start); @@ -422,19 +429,24 @@ buffer_start_add = buffer_start_add_locked; buffer_size_add = buffer_size_add_locked; - return ioremap(start, size); + if (memtype) + va = ioremap(start, size); + else + va = ioremap_wc(start, size); + + return va; } static int persistent_ram_buffer_map(phys_addr_t start, phys_addr_t size, - struct persistent_ram_zone *prz) + struct persistent_ram_zone *prz, int memtype) { prz->paddr = start; prz->size = size; if (pfn_valid(start >> PAGE_SHIFT)) - prz->vaddr = persistent_ram_vmap(start, size); + prz->vaddr = persistent_ram_vmap(start, size, memtype); else - prz->vaddr = persistent_ram_iomap(start, size); + prz->vaddr = persistent_ram_iomap(start, size, memtype); if (!prz->vaddr) { pr_err("%s: Failed to map 0x%llx pages at 0x%llx\n", __func__, @@ -500,7 +512,8 @@ } struct persistent_ram_zone *persistent_ram_new(phys_addr_t start, size_t size, - u32 sig, struct persistent_ram_ecc_info *ecc_info) + u32 sig, struct persistent_ram_ecc_info *ecc_info, + unsigned int memtype) { struct persistent_ram_zone *prz; int ret = -ENOMEM; @@ -511,7 +524,7 @@ goto err; } - ret = persistent_ram_buffer_map(start, size, prz); + ret = persistent_ram_buffer_map(start, size, prz, memtype); if (ret) goto err; --- linux-lts-utopic-3.16.0.orig/fs/quota/dquot.c +++ linux-lts-utopic-3.16.0/fs/quota/dquot.c @@ -637,7 +637,7 @@ dqstats_inc(DQST_LOOKUPS); err = sb->dq_op->write_dquot(dquot); if (!ret && err) - err = ret; + ret = err; dqput(dquot); spin_lock(&dq_list_lock); } @@ -2396,41 +2396,26 @@ } EXPORT_SYMBOL(dquot_quota_on_mount); -static inline qsize_t qbtos(qsize_t blocks) -{ - return blocks << QIF_DQBLKSIZE_BITS; -} - -static inline qsize_t stoqb(qsize_t space) -{ - return (space + QIF_DQBLKSIZE - 1) >> QIF_DQBLKSIZE_BITS; -} - /* Generic routine for getting common part of quota structure */ -static void do_get_dqblk(struct dquot *dquot, struct fs_disk_quota *di) +static void do_get_dqblk(struct dquot *dquot, struct qc_dqblk *di) { struct mem_dqblk *dm = &dquot->dq_dqb; memset(di, 0, sizeof(*di)); - di->d_version = FS_DQUOT_VERSION; - di->d_flags = dquot->dq_id.type == USRQUOTA ? - FS_USER_QUOTA : FS_GROUP_QUOTA; - di->d_id = from_kqid_munged(current_user_ns(), dquot->dq_id); - spin_lock(&dq_data_lock); - di->d_blk_hardlimit = stoqb(dm->dqb_bhardlimit); - di->d_blk_softlimit = stoqb(dm->dqb_bsoftlimit); + di->d_spc_hardlimit = dm->dqb_bhardlimit; + di->d_spc_softlimit = dm->dqb_bsoftlimit; di->d_ino_hardlimit = dm->dqb_ihardlimit; di->d_ino_softlimit = dm->dqb_isoftlimit; - di->d_bcount = dm->dqb_curspace + dm->dqb_rsvspace; - di->d_icount = dm->dqb_curinodes; - di->d_btimer = dm->dqb_btime; - di->d_itimer = dm->dqb_itime; + di->d_space = dm->dqb_curspace + dm->dqb_rsvspace; + di->d_ino_count = dm->dqb_curinodes; + di->d_spc_timer = dm->dqb_btime; + di->d_ino_timer = dm->dqb_itime; spin_unlock(&dq_data_lock); } int dquot_get_dqblk(struct super_block *sb, struct kqid qid, - struct fs_disk_quota *di) + struct qc_dqblk *di) { struct dquot *dquot; @@ -2444,70 +2429,70 @@ } EXPORT_SYMBOL(dquot_get_dqblk); -#define VFS_FS_DQ_MASK \ - (FS_DQ_BCOUNT | FS_DQ_BSOFT | FS_DQ_BHARD | \ - FS_DQ_ICOUNT | FS_DQ_ISOFT | FS_DQ_IHARD | \ - FS_DQ_BTIMER | FS_DQ_ITIMER) +#define VFS_QC_MASK \ + (QC_SPACE | QC_SPC_SOFT | QC_SPC_HARD | \ + QC_INO_COUNT | QC_INO_SOFT | QC_INO_HARD | \ + QC_SPC_TIMER | QC_INO_TIMER) /* Generic routine for setting common part of quota structure */ -static int do_set_dqblk(struct dquot *dquot, struct fs_disk_quota *di) +static int do_set_dqblk(struct dquot *dquot, struct qc_dqblk *di) { struct mem_dqblk *dm = &dquot->dq_dqb; int check_blim = 0, check_ilim = 0; struct mem_dqinfo *dqi = &sb_dqopt(dquot->dq_sb)->info[dquot->dq_id.type]; - if (di->d_fieldmask & ~VFS_FS_DQ_MASK) + if (di->d_fieldmask & ~VFS_QC_MASK) return -EINVAL; - if (((di->d_fieldmask & FS_DQ_BSOFT) && - (di->d_blk_softlimit > dqi->dqi_maxblimit)) || - ((di->d_fieldmask & FS_DQ_BHARD) && - (di->d_blk_hardlimit > dqi->dqi_maxblimit)) || - ((di->d_fieldmask & FS_DQ_ISOFT) && - (di->d_ino_softlimit > dqi->dqi_maxilimit)) || - ((di->d_fieldmask & FS_DQ_IHARD) && - (di->d_ino_hardlimit > dqi->dqi_maxilimit))) + if (((di->d_fieldmask & QC_SPC_SOFT) && + di->d_spc_softlimit > dqi->dqi_max_spc_limit) || + ((di->d_fieldmask & QC_SPC_HARD) && + di->d_spc_hardlimit > dqi->dqi_max_spc_limit) || + ((di->d_fieldmask & QC_INO_SOFT) && + (di->d_ino_softlimit > dqi->dqi_max_ino_limit)) || + ((di->d_fieldmask & QC_INO_HARD) && + (di->d_ino_hardlimit > dqi->dqi_max_ino_limit))) return -ERANGE; spin_lock(&dq_data_lock); - if (di->d_fieldmask & FS_DQ_BCOUNT) { - dm->dqb_curspace = di->d_bcount - dm->dqb_rsvspace; + if (di->d_fieldmask & QC_SPACE) { + dm->dqb_curspace = di->d_space - dm->dqb_rsvspace; check_blim = 1; set_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags); } - if (di->d_fieldmask & FS_DQ_BSOFT) - dm->dqb_bsoftlimit = qbtos(di->d_blk_softlimit); - if (di->d_fieldmask & FS_DQ_BHARD) - dm->dqb_bhardlimit = qbtos(di->d_blk_hardlimit); - if (di->d_fieldmask & (FS_DQ_BSOFT | FS_DQ_BHARD)) { + if (di->d_fieldmask & QC_SPC_SOFT) + dm->dqb_bsoftlimit = di->d_spc_softlimit; + if (di->d_fieldmask & QC_SPC_HARD) + dm->dqb_bhardlimit = di->d_spc_hardlimit; + if (di->d_fieldmask & (QC_SPC_SOFT | QC_SPC_HARD)) { check_blim = 1; set_bit(DQ_LASTSET_B + QIF_BLIMITS_B, &dquot->dq_flags); } - if (di->d_fieldmask & FS_DQ_ICOUNT) { - dm->dqb_curinodes = di->d_icount; + if (di->d_fieldmask & QC_INO_COUNT) { + dm->dqb_curinodes = di->d_ino_count; check_ilim = 1; set_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags); } - if (di->d_fieldmask & FS_DQ_ISOFT) + if (di->d_fieldmask & QC_INO_SOFT) dm->dqb_isoftlimit = di->d_ino_softlimit; - if (di->d_fieldmask & FS_DQ_IHARD) + if (di->d_fieldmask & QC_INO_HARD) dm->dqb_ihardlimit = di->d_ino_hardlimit; - if (di->d_fieldmask & (FS_DQ_ISOFT | FS_DQ_IHARD)) { + if (di->d_fieldmask & (QC_INO_SOFT | QC_INO_HARD)) { check_ilim = 1; set_bit(DQ_LASTSET_B + QIF_ILIMITS_B, &dquot->dq_flags); } - if (di->d_fieldmask & FS_DQ_BTIMER) { - dm->dqb_btime = di->d_btimer; + if (di->d_fieldmask & QC_SPC_TIMER) { + dm->dqb_btime = di->d_spc_timer; check_blim = 1; set_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags); } - if (di->d_fieldmask & FS_DQ_ITIMER) { - dm->dqb_itime = di->d_itimer; + if (di->d_fieldmask & QC_INO_TIMER) { + dm->dqb_itime = di->d_ino_timer; check_ilim = 1; set_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags); } @@ -2517,7 +2502,7 @@ dm->dqb_curspace < dm->dqb_bsoftlimit) { dm->dqb_btime = 0; clear_bit(DQ_BLKS_B, &dquot->dq_flags); - } else if (!(di->d_fieldmask & FS_DQ_BTIMER)) + } else if (!(di->d_fieldmask & QC_SPC_TIMER)) /* Set grace only if user hasn't provided his own... */ dm->dqb_btime = get_seconds() + dqi->dqi_bgrace; } @@ -2526,7 +2511,7 @@ dm->dqb_curinodes < dm->dqb_isoftlimit) { dm->dqb_itime = 0; clear_bit(DQ_INODES_B, &dquot->dq_flags); - } else if (!(di->d_fieldmask & FS_DQ_ITIMER)) + } else if (!(di->d_fieldmask & QC_INO_TIMER)) /* Set grace only if user hasn't provided his own... */ dm->dqb_itime = get_seconds() + dqi->dqi_igrace; } @@ -2542,7 +2527,7 @@ } int dquot_set_dqblk(struct super_block *sb, struct kqid qid, - struct fs_disk_quota *di) + struct qc_dqblk *di) { struct dquot *dquot; int rc; --- linux-lts-utopic-3.16.0.orig/fs/quota/quota.c +++ linux-lts-utopic-3.16.0/fs/quota/quota.c @@ -115,17 +115,27 @@ return sb->s_qcop->set_info(sb, type, &info); } -static void copy_to_if_dqblk(struct if_dqblk *dst, struct fs_disk_quota *src) +static inline qsize_t qbtos(qsize_t blocks) +{ + return blocks << QIF_DQBLKSIZE_BITS; +} + +static inline qsize_t stoqb(qsize_t space) +{ + return (space + QIF_DQBLKSIZE - 1) >> QIF_DQBLKSIZE_BITS; +} + +static void copy_to_if_dqblk(struct if_dqblk *dst, struct qc_dqblk *src) { memset(dst, 0, sizeof(*dst)); - dst->dqb_bhardlimit = src->d_blk_hardlimit; - dst->dqb_bsoftlimit = src->d_blk_softlimit; - dst->dqb_curspace = src->d_bcount; + dst->dqb_bhardlimit = stoqb(src->d_spc_hardlimit); + dst->dqb_bsoftlimit = stoqb(src->d_spc_softlimit); + dst->dqb_curspace = src->d_space; dst->dqb_ihardlimit = src->d_ino_hardlimit; dst->dqb_isoftlimit = src->d_ino_softlimit; - dst->dqb_curinodes = src->d_icount; - dst->dqb_btime = src->d_btimer; - dst->dqb_itime = src->d_itimer; + dst->dqb_curinodes = src->d_ino_count; + dst->dqb_btime = src->d_spc_timer; + dst->dqb_itime = src->d_ino_timer; dst->dqb_valid = QIF_ALL; } @@ -133,7 +143,7 @@ void __user *addr) { struct kqid qid; - struct fs_disk_quota fdq; + struct qc_dqblk fdq; struct if_dqblk idq; int ret; @@ -151,36 +161,36 @@ return 0; } -static void copy_from_if_dqblk(struct fs_disk_quota *dst, struct if_dqblk *src) +static void copy_from_if_dqblk(struct qc_dqblk *dst, struct if_dqblk *src) { - dst->d_blk_hardlimit = src->dqb_bhardlimit; - dst->d_blk_softlimit = src->dqb_bsoftlimit; - dst->d_bcount = src->dqb_curspace; + dst->d_spc_hardlimit = qbtos(src->dqb_bhardlimit); + dst->d_spc_softlimit = qbtos(src->dqb_bsoftlimit); + dst->d_space = src->dqb_curspace; dst->d_ino_hardlimit = src->dqb_ihardlimit; dst->d_ino_softlimit = src->dqb_isoftlimit; - dst->d_icount = src->dqb_curinodes; - dst->d_btimer = src->dqb_btime; - dst->d_itimer = src->dqb_itime; + dst->d_ino_count = src->dqb_curinodes; + dst->d_spc_timer = src->dqb_btime; + dst->d_ino_timer = src->dqb_itime; dst->d_fieldmask = 0; if (src->dqb_valid & QIF_BLIMITS) - dst->d_fieldmask |= FS_DQ_BSOFT | FS_DQ_BHARD; + dst->d_fieldmask |= QC_SPC_SOFT | QC_SPC_HARD; if (src->dqb_valid & QIF_SPACE) - dst->d_fieldmask |= FS_DQ_BCOUNT; + dst->d_fieldmask |= QC_SPACE; if (src->dqb_valid & QIF_ILIMITS) - dst->d_fieldmask |= FS_DQ_ISOFT | FS_DQ_IHARD; + dst->d_fieldmask |= QC_INO_SOFT | QC_INO_HARD; if (src->dqb_valid & QIF_INODES) - dst->d_fieldmask |= FS_DQ_ICOUNT; + dst->d_fieldmask |= QC_INO_COUNT; if (src->dqb_valid & QIF_BTIME) - dst->d_fieldmask |= FS_DQ_BTIMER; + dst->d_fieldmask |= QC_SPC_TIMER; if (src->dqb_valid & QIF_ITIME) - dst->d_fieldmask |= FS_DQ_ITIMER; + dst->d_fieldmask |= QC_INO_TIMER; } static int quota_setquota(struct super_block *sb, int type, qid_t id, void __user *addr) { - struct fs_disk_quota fdq; + struct qc_dqblk fdq; struct if_dqblk idq; struct kqid qid; @@ -244,10 +254,78 @@ return ret; } +/* + * XFS defines BBTOB and BTOBB macros inside fs/xfs/ and we cannot move them + * out of there as xfsprogs rely on definitions being in that header file. So + * just define same functions here for quota purposes. + */ +#define XFS_BB_SHIFT 9 + +static inline u64 quota_bbtob(u64 blocks) +{ + return blocks << XFS_BB_SHIFT; +} + +static inline u64 quota_btobb(u64 bytes) +{ + return (bytes + (1 << XFS_BB_SHIFT) - 1) >> XFS_BB_SHIFT; +} + +static void copy_from_xfs_dqblk(struct qc_dqblk *dst, struct fs_disk_quota *src) +{ + dst->d_spc_hardlimit = quota_bbtob(src->d_blk_hardlimit); + dst->d_spc_softlimit = quota_bbtob(src->d_blk_softlimit); + dst->d_ino_hardlimit = src->d_ino_hardlimit; + dst->d_ino_softlimit = src->d_ino_softlimit; + dst->d_space = quota_bbtob(src->d_bcount); + dst->d_ino_count = src->d_icount; + dst->d_ino_timer = src->d_itimer; + dst->d_spc_timer = src->d_btimer; + dst->d_ino_warns = src->d_iwarns; + dst->d_spc_warns = src->d_bwarns; + dst->d_rt_spc_hardlimit = quota_bbtob(src->d_rtb_hardlimit); + dst->d_rt_spc_softlimit = quota_bbtob(src->d_rtb_softlimit); + dst->d_rt_space = quota_bbtob(src->d_rtbcount); + dst->d_rt_spc_timer = src->d_rtbtimer; + dst->d_rt_spc_warns = src->d_rtbwarns; + dst->d_fieldmask = 0; + if (src->d_fieldmask & FS_DQ_ISOFT) + dst->d_fieldmask |= QC_INO_SOFT; + if (src->d_fieldmask & FS_DQ_IHARD) + dst->d_fieldmask |= QC_INO_HARD; + if (src->d_fieldmask & FS_DQ_BSOFT) + dst->d_fieldmask |= QC_SPC_SOFT; + if (src->d_fieldmask & FS_DQ_BHARD) + dst->d_fieldmask |= QC_SPC_HARD; + if (src->d_fieldmask & FS_DQ_RTBSOFT) + dst->d_fieldmask |= QC_RT_SPC_SOFT; + if (src->d_fieldmask & FS_DQ_RTBHARD) + dst->d_fieldmask |= QC_RT_SPC_HARD; + if (src->d_fieldmask & FS_DQ_BTIMER) + dst->d_fieldmask |= QC_SPC_TIMER; + if (src->d_fieldmask & FS_DQ_ITIMER) + dst->d_fieldmask |= QC_INO_TIMER; + if (src->d_fieldmask & FS_DQ_RTBTIMER) + dst->d_fieldmask |= QC_RT_SPC_TIMER; + if (src->d_fieldmask & FS_DQ_BWARNS) + dst->d_fieldmask |= QC_SPC_WARNS; + if (src->d_fieldmask & FS_DQ_IWARNS) + dst->d_fieldmask |= QC_INO_WARNS; + if (src->d_fieldmask & FS_DQ_RTBWARNS) + dst->d_fieldmask |= QC_RT_SPC_WARNS; + if (src->d_fieldmask & FS_DQ_BCOUNT) + dst->d_fieldmask |= QC_SPACE; + if (src->d_fieldmask & FS_DQ_ICOUNT) + dst->d_fieldmask |= QC_INO_COUNT; + if (src->d_fieldmask & FS_DQ_RTBCOUNT) + dst->d_fieldmask |= QC_RT_SPACE; +} + static int quota_setxquota(struct super_block *sb, int type, qid_t id, void __user *addr) { struct fs_disk_quota fdq; + struct qc_dqblk qdq; struct kqid qid; if (copy_from_user(&fdq, addr, sizeof(fdq))) @@ -257,13 +335,44 @@ qid = make_kqid(current_user_ns(), type, id); if (!qid_valid(qid)) return -EINVAL; - return sb->s_qcop->set_dqblk(sb, qid, &fdq); + copy_from_xfs_dqblk(&qdq, &fdq); + return sb->s_qcop->set_dqblk(sb, qid, &qdq); +} + +static void copy_to_xfs_dqblk(struct fs_disk_quota *dst, struct qc_dqblk *src, + int type, qid_t id) +{ + memset(dst, 0, sizeof(*dst)); + dst->d_version = FS_DQUOT_VERSION; + dst->d_id = id; + if (type == USRQUOTA) + dst->d_flags = FS_USER_QUOTA; + else if (type == PRJQUOTA) + dst->d_flags = FS_PROJ_QUOTA; + else + dst->d_flags = FS_GROUP_QUOTA; + dst->d_blk_hardlimit = quota_btobb(src->d_spc_hardlimit); + dst->d_blk_softlimit = quota_btobb(src->d_spc_softlimit); + dst->d_ino_hardlimit = src->d_ino_hardlimit; + dst->d_ino_softlimit = src->d_ino_softlimit; + dst->d_bcount = quota_btobb(src->d_space); + dst->d_icount = src->d_ino_count; + dst->d_itimer = src->d_ino_timer; + dst->d_btimer = src->d_spc_timer; + dst->d_iwarns = src->d_ino_warns; + dst->d_bwarns = src->d_spc_warns; + dst->d_rtb_hardlimit = quota_btobb(src->d_rt_spc_hardlimit); + dst->d_rtb_softlimit = quota_btobb(src->d_rt_spc_softlimit); + dst->d_rtbcount = quota_btobb(src->d_rt_space); + dst->d_rtbtimer = src->d_rt_spc_timer; + dst->d_rtbwarns = src->d_rt_spc_warns; } static int quota_getxquota(struct super_block *sb, int type, qid_t id, void __user *addr) { struct fs_disk_quota fdq; + struct qc_dqblk qdq; struct kqid qid; int ret; @@ -272,8 +381,11 @@ qid = make_kqid(current_user_ns(), type, id); if (!qid_valid(qid)) return -EINVAL; - ret = sb->s_qcop->get_dqblk(sb, qid, &fdq); - if (!ret && copy_to_user(addr, &fdq, sizeof(fdq))) + ret = sb->s_qcop->get_dqblk(sb, qid, &qdq); + if (ret) + return ret; + copy_to_xfs_dqblk(&fdq, &qdq, type, id); + if (copy_to_user(addr, &fdq, sizeof(fdq))) return -EFAULT; return ret; } --- linux-lts-utopic-3.16.0.orig/fs/quota/quota_v1.c +++ linux-lts-utopic-3.16.0/fs/quota/quota_v1.c @@ -169,8 +169,8 @@ } ret = 0; /* limits are stored as unsigned 32-bit data */ - dqopt->info[type].dqi_maxblimit = 0xffffffff; - dqopt->info[type].dqi_maxilimit = 0xffffffff; + dqopt->info[type].dqi_max_spc_limit = 0xffffffffULL << QUOTABLOCK_BITS; + dqopt->info[type].dqi_max_ino_limit = 0xffffffff; dqopt->info[type].dqi_igrace = dqblk.dqb_itime ? dqblk.dqb_itime : MAX_IQ_TIME; dqopt->info[type].dqi_bgrace = --- linux-lts-utopic-3.16.0.orig/fs/quota/quota_v2.c +++ linux-lts-utopic-3.16.0/fs/quota/quota_v2.c @@ -117,12 +117,12 @@ qinfo = info->dqi_priv; if (version == 0) { /* limits are stored as unsigned 32-bit data */ - info->dqi_maxblimit = 0xffffffff; - info->dqi_maxilimit = 0xffffffff; + info->dqi_max_spc_limit = 0xffffffffULL << QUOTABLOCK_BITS; + info->dqi_max_ino_limit = 0xffffffff; } else { - /* used space is stored as unsigned 64-bit value */ - info->dqi_maxblimit = 0xffffffffffffffffULL; /* 2^64-1 */ - info->dqi_maxilimit = 0xffffffffffffffffULL; + /* used space is stored as unsigned 64-bit value in bytes */ + info->dqi_max_spc_limit = 0xffffffffffffffffULL; /* 2^64-1 */ + info->dqi_max_ino_limit = 0xffffffffffffffffULL; } info->dqi_bgrace = le32_to_cpu(dinfo.dqi_bgrace); info->dqi_igrace = le32_to_cpu(dinfo.dqi_igrace); --- linux-lts-utopic-3.16.0.orig/fs/reiserfs/do_balan.c +++ linux-lts-utopic-3.16.0/fs/reiserfs/do_balan.c @@ -286,12 +286,14 @@ return 0; } -static void balance_leaf_insert_left(struct tree_balance *tb, - struct item_head *ih, const char *body) +static unsigned int balance_leaf_insert_left(struct tree_balance *tb, + struct item_head *const ih, + const char * const body) { int ret; struct buffer_info bi; int n = B_NR_ITEMS(tb->L[0]); + unsigned body_shift_bytes = 0; if (tb->item_pos == tb->lnum[0] - 1 && tb->lbytes != -1) { /* part of new item falls into L[0] */ @@ -329,7 +331,7 @@ put_ih_item_len(ih, new_item_len); if (tb->lbytes > tb->zeroes_num) { - body += (tb->lbytes - tb->zeroes_num); + body_shift_bytes = tb->lbytes - tb->zeroes_num; tb->zeroes_num = 0; } else tb->zeroes_num -= tb->lbytes; @@ -349,11 +351,12 @@ tb->insert_size[0] = 0; tb->zeroes_num = 0; } + return body_shift_bytes; } static void balance_leaf_paste_left_shift_dirent(struct tree_balance *tb, - struct item_head *ih, - const char *body) + struct item_head * const ih, + const char * const body) { int n = B_NR_ITEMS(tb->L[0]); struct buffer_info bi; @@ -413,17 +416,18 @@ tb->pos_in_item -= tb->lbytes; } -static void balance_leaf_paste_left_shift(struct tree_balance *tb, - struct item_head *ih, - const char *body) +static unsigned int balance_leaf_paste_left_shift(struct tree_balance *tb, + struct item_head * const ih, + const char * const body) { struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); int n = B_NR_ITEMS(tb->L[0]); struct buffer_info bi; + int body_shift_bytes = 0; if (is_direntry_le_ih(item_head(tbS0, tb->item_pos))) { balance_leaf_paste_left_shift_dirent(tb, ih, body); - return; + return 0; } RFALSE(tb->lbytes <= 0, @@ -497,7 +501,7 @@ * insert_size[0] */ if (l_n > tb->zeroes_num) { - body += (l_n - tb->zeroes_num); + body_shift_bytes = l_n - tb->zeroes_num; tb->zeroes_num = 0; } else tb->zeroes_num -= l_n; @@ -526,13 +530,14 @@ */ leaf_shift_left(tb, tb->lnum[0], tb->lbytes); } + return body_shift_bytes; } /* appended item will be in L[0] in whole */ static void balance_leaf_paste_left_whole(struct tree_balance *tb, - struct item_head *ih, - const char *body) + struct item_head * const ih, + const char * const body) { struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); int n = B_NR_ITEMS(tb->L[0]); @@ -584,39 +589,44 @@ tb->zeroes_num = 0; } -static void balance_leaf_paste_left(struct tree_balance *tb, - struct item_head *ih, const char *body) +static unsigned int balance_leaf_paste_left(struct tree_balance *tb, + struct item_head * const ih, + const char * const body) { /* we must shift the part of the appended item */ if (tb->item_pos == tb->lnum[0] - 1 && tb->lbytes != -1) - balance_leaf_paste_left_shift(tb, ih, body); + return balance_leaf_paste_left_shift(tb, ih, body); else balance_leaf_paste_left_whole(tb, ih, body); + return 0; } /* Shift lnum[0] items from S[0] to the left neighbor L[0] */ -static void balance_leaf_left(struct tree_balance *tb, struct item_head *ih, - const char *body, int flag) +static unsigned int balance_leaf_left(struct tree_balance *tb, + struct item_head * const ih, + const char * const body, int flag) { if (tb->lnum[0] <= 0) - return; + return 0; /* new item or it part falls to L[0], shift it too */ if (tb->item_pos < tb->lnum[0]) { BUG_ON(flag != M_INSERT && flag != M_PASTE); if (flag == M_INSERT) - balance_leaf_insert_left(tb, ih, body); + return balance_leaf_insert_left(tb, ih, body); else /* M_PASTE */ - balance_leaf_paste_left(tb, ih, body); + return balance_leaf_paste_left(tb, ih, body); } else /* new item doesn't fall into L[0] */ leaf_shift_left(tb, tb->lnum[0], tb->lbytes); + return 0; } static void balance_leaf_insert_right(struct tree_balance *tb, - struct item_head *ih, const char *body) + struct item_head * const ih, + const char * const body) { struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); @@ -704,7 +714,8 @@ static void balance_leaf_paste_right_shift_dirent(struct tree_balance *tb, - struct item_head *ih, const char *body) + struct item_head * const ih, + const char * const body) { struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); struct buffer_info bi; @@ -754,7 +765,8 @@ } static void balance_leaf_paste_right_shift(struct tree_balance *tb, - struct item_head *ih, const char *body) + struct item_head * const ih, + const char * const body) { struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); int n_shift, n_rem, r_zeroes_number, version; @@ -831,7 +843,8 @@ } static void balance_leaf_paste_right_whole(struct tree_balance *tb, - struct item_head *ih, const char *body) + struct item_head * const ih, + const char * const body) { struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); int n = B_NR_ITEMS(tbS0); @@ -874,7 +887,8 @@ } static void balance_leaf_paste_right(struct tree_balance *tb, - struct item_head *ih, const char *body) + struct item_head * const ih, + const char * const body) { struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); int n = B_NR_ITEMS(tbS0); @@ -896,8 +910,9 @@ } /* shift rnum[0] items from S[0] to the right neighbor R[0] */ -static void balance_leaf_right(struct tree_balance *tb, struct item_head *ih, - const char *body, int flag) +static void balance_leaf_right(struct tree_balance *tb, + struct item_head * const ih, + const char * const body, int flag) { if (tb->rnum[0] <= 0) return; @@ -911,8 +926,8 @@ } static void balance_leaf_new_nodes_insert(struct tree_balance *tb, - struct item_head *ih, - const char *body, + struct item_head * const ih, + const char * const body, struct item_head *insert_key, struct buffer_head **insert_ptr, int i) @@ -1003,8 +1018,8 @@ /* we append to directory item */ static void balance_leaf_new_nodes_paste_dirent(struct tree_balance *tb, - struct item_head *ih, - const char *body, + struct item_head * const ih, + const char * const body, struct item_head *insert_key, struct buffer_head **insert_ptr, int i) @@ -1058,8 +1073,8 @@ } static void balance_leaf_new_nodes_paste_shift(struct tree_balance *tb, - struct item_head *ih, - const char *body, + struct item_head * const ih, + const char * const body, struct item_head *insert_key, struct buffer_head **insert_ptr, int i) @@ -1131,8 +1146,8 @@ } static void balance_leaf_new_nodes_paste_whole(struct tree_balance *tb, - struct item_head *ih, - const char *body, + struct item_head * const ih, + const char * const body, struct item_head *insert_key, struct buffer_head **insert_ptr, int i) @@ -1184,8 +1199,8 @@ } static void balance_leaf_new_nodes_paste(struct tree_balance *tb, - struct item_head *ih, - const char *body, + struct item_head * const ih, + const char * const body, struct item_head *insert_key, struct buffer_head **insert_ptr, int i) @@ -1214,8 +1229,8 @@ /* Fill new nodes that appear in place of S[0] */ static void balance_leaf_new_nodes(struct tree_balance *tb, - struct item_head *ih, - const char *body, + struct item_head * const ih, + const char * const body, struct item_head *insert_key, struct buffer_head **insert_ptr, int flag) @@ -1254,8 +1269,8 @@ } static void balance_leaf_finish_node_insert(struct tree_balance *tb, - struct item_head *ih, - const char *body) + struct item_head * const ih, + const char * const body) { struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); struct buffer_info bi; @@ -1271,8 +1286,8 @@ } static void balance_leaf_finish_node_paste_dirent(struct tree_balance *tb, - struct item_head *ih, - const char *body) + struct item_head * const ih, + const char * const body) { struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); struct item_head *pasted = item_head(tbS0, tb->item_pos); @@ -1305,8 +1320,8 @@ } static void balance_leaf_finish_node_paste(struct tree_balance *tb, - struct item_head *ih, - const char *body) + struct item_head * const ih, + const char * const body) { struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); struct buffer_info bi; @@ -1349,8 +1364,8 @@ * of the affected item which remains in S */ static void balance_leaf_finish_node(struct tree_balance *tb, - struct item_head *ih, - const char *body, int flag) + struct item_head * const ih, + const char * const body, int flag) { /* if we must insert or append into buffer S[0] */ if (0 <= tb->item_pos && tb->item_pos < tb->s0num) { @@ -1402,7 +1417,7 @@ && is_indirect_le_ih(item_head(tbS0, tb->item_pos))) tb->pos_in_item *= UNFM_P_SIZE; - balance_leaf_left(tb, ih, body, flag); + body += balance_leaf_left(tb, ih, body, flag); /* tb->lnum[0] > 0 */ /* Calculate new item position */ --- linux-lts-utopic-3.16.0.orig/fs/reiserfs/journal.c +++ linux-lts-utopic-3.16.0/fs/reiserfs/journal.c @@ -1947,8 +1947,6 @@ } } - /* wait for all commits to finish */ - cancel_delayed_work(&SB_JOURNAL(sb)->j_work); /* * We must release the write lock here because @@ -1956,8 +1954,14 @@ */ reiserfs_write_unlock(sb); + /* + * Cancel flushing of old commits. Note that neither of these works + * will be requeued because superblock is being shutdown and doesn't + * have MS_ACTIVE set. + */ cancel_delayed_work_sync(&REISERFS_SB(sb)->old_work); - flush_workqueue(REISERFS_SB(sb)->commit_wq); + /* wait for all commits to finish */ + cancel_delayed_work_sync(&SB_JOURNAL(sb)->j_work); free_journal_ram(sb); @@ -4292,9 +4296,15 @@ if (flush) { flush_commit_list(sb, jl, 1); flush_journal_list(sb, jl, 1); - } else if (!(jl->j_state & LIST_COMMIT_PENDING)) - queue_delayed_work(REISERFS_SB(sb)->commit_wq, - &journal->j_work, HZ / 10); + } else if (!(jl->j_state & LIST_COMMIT_PENDING)) { + /* + * Avoid queueing work when sb is being shut down. Transaction + * will be flushed on journal shutdown. + */ + if (sb->s_flags & MS_ACTIVE) + queue_delayed_work(REISERFS_SB(sb)->commit_wq, + &journal->j_work, HZ / 10); + } /* * if the next transaction has any chance of wrapping, flush --- linux-lts-utopic-3.16.0.orig/fs/reiserfs/lbalance.c +++ linux-lts-utopic-3.16.0/fs/reiserfs/lbalance.c @@ -899,8 +899,9 @@ /* insert item into the leaf node in position before */ void leaf_insert_into_buf(struct buffer_info *bi, int before, - struct item_head *inserted_item_ih, - const char *inserted_item_body, int zeros_number) + struct item_head * const inserted_item_ih, + const char * const inserted_item_body, + int zeros_number) { struct buffer_head *bh = bi->bi_bh; int nr, free_space; --- linux-lts-utopic-3.16.0.orig/fs/reiserfs/reiserfs.h +++ linux-lts-utopic-3.16.0/fs/reiserfs/reiserfs.h @@ -3216,11 +3216,12 @@ void leaf_delete_items(struct buffer_info *cur_bi, int last_first, int first, int del_num, int del_bytes); void leaf_insert_into_buf(struct buffer_info *bi, int before, - struct item_head *inserted_item_ih, - const char *inserted_item_body, int zeros_number); -void leaf_paste_in_buffer(struct buffer_info *bi, int pasted_item_num, - int pos_in_item, int paste_size, const char *body, + struct item_head * const inserted_item_ih, + const char * const inserted_item_body, int zeros_number); +void leaf_paste_in_buffer(struct buffer_info *bi, int pasted_item_num, + int pos_in_item, int paste_size, + const char * const body, int zeros_number); void leaf_cut_from_buffer(struct buffer_info *bi, int cut_item_num, int pos_in_item, int cut_size); void leaf_paste_entries(struct buffer_info *bi, int item_num, int before, --- linux-lts-utopic-3.16.0.orig/fs/reiserfs/super.c +++ linux-lts-utopic-3.16.0/fs/reiserfs/super.c @@ -100,7 +100,11 @@ struct reiserfs_sb_info *sbi = REISERFS_SB(s); unsigned long delay; - if (s->s_flags & MS_RDONLY) + /* + * Avoid scheduling flush when sb is being shut down. It can race + * with journal shutdown and free still queued delayed work. + */ + if (s->s_flags & MS_RDONLY || !(s->s_flags & MS_ACTIVE)) return; spin_lock(&sbi->old_work_lock); @@ -706,18 +710,20 @@ seq_puts(seq, ",acl"); if (REISERFS_SB(s)->s_jdev) - seq_printf(seq, ",jdev=%s", REISERFS_SB(s)->s_jdev); + seq_show_option(seq, "jdev", REISERFS_SB(s)->s_jdev); if (journal->j_max_commit_age != journal->j_default_max_commit_age) seq_printf(seq, ",commit=%d", journal->j_max_commit_age); #ifdef CONFIG_QUOTA if (REISERFS_SB(s)->s_qf_names[USRQUOTA]) - seq_printf(seq, ",usrjquota=%s", REISERFS_SB(s)->s_qf_names[USRQUOTA]); + seq_show_option(seq, "usrjquota", + REISERFS_SB(s)->s_qf_names[USRQUOTA]); else if (opts & (1 << REISERFS_USRQUOTA)) seq_puts(seq, ",usrquota"); if (REISERFS_SB(s)->s_qf_names[GRPQUOTA]) - seq_printf(seq, ",grpjquota=%s", REISERFS_SB(s)->s_qf_names[GRPQUOTA]); + seq_show_option(seq, "grpjquota", + REISERFS_SB(s)->s_qf_names[GRPQUOTA]); else if (opts & (1 << REISERFS_GRPQUOTA)) seq_puts(seq, ",grpquota"); if (REISERFS_SB(s)->s_jquota_fmt) { @@ -2157,6 +2163,9 @@ reiserfs_write_unlock(s); } + if (sbi->commit_wq) + destroy_workqueue(sbi->commit_wq); + cancel_delayed_work_sync(&REISERFS_SB(s)->old_work); reiserfs_free_bitmap_cache(s); --- linux-lts-utopic-3.16.0.orig/fs/signalfd.c +++ linux-lts-utopic-3.16.0/fs/signalfd.c @@ -121,8 +121,9 @@ * Other callers might not initialize the si_lsb field, * so check explicitly for the right codes here. */ - if (kinfo->si_code == BUS_MCEERR_AR || - kinfo->si_code == BUS_MCEERR_AO) + if (kinfo->si_signo == SIGBUS && + (kinfo->si_code == BUS_MCEERR_AR || + kinfo->si_code == BUS_MCEERR_AO)) err |= __put_user((short) kinfo->si_addr_lsb, &uinfo->ssi_addr_lsb); #endif --- linux-lts-utopic-3.16.0.orig/fs/splice.c +++ linux-lts-utopic-3.16.0/fs/splice.c @@ -806,6 +806,13 @@ */ static int splice_from_pipe_next(struct pipe_inode_info *pipe, struct splice_desc *sd) { + /* + * Check for signal early to make process killable when there are + * always buffers available + */ + if (signal_pending(current)) + return -ERESTARTSYS; + while (!pipe->nrbufs) { if (!pipe->writers) return 0; @@ -881,6 +888,7 @@ splice_from_pipe_begin(sd); do { + cond_resched(); ret = splice_from_pipe_next(pipe, sd); if (ret > 0) ret = splice_from_pipe_feed(pipe, sd, actor); @@ -1114,8 +1122,8 @@ /* * Attempt to initiate a splice from pipe to file. */ -static long do_splice_from(struct pipe_inode_info *pipe, struct file *out, - loff_t *ppos, size_t len, unsigned int flags) +long do_splice_from(struct pipe_inode_info *pipe, struct file *out, + loff_t *ppos, size_t len, unsigned int flags) { ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, loff_t *, size_t, unsigned int); @@ -1127,13 +1135,14 @@ return splice_write(pipe, out, ppos, len, flags); } +EXPORT_SYMBOL(do_splice_from); /* * Attempt to initiate a splice from a file to a pipe. */ -static long do_splice_to(struct file *in, loff_t *ppos, - struct pipe_inode_info *pipe, size_t len, - unsigned int flags) +long do_splice_to(struct file *in, loff_t *ppos, + struct pipe_inode_info *pipe, size_t len, + unsigned int flags) { ssize_t (*splice_read)(struct file *, loff_t *, struct pipe_inode_info *, size_t, unsigned int); @@ -1153,6 +1162,7 @@ return splice_read(in, ppos, pipe, len, flags); } +EXPORT_SYMBOL(do_splice_to); /** * splice_direct_to_actor - splices data directly between two non-pipes @@ -1174,7 +1184,7 @@ long ret, bytes; umode_t i_mode; size_t len; - int i, flags; + int i, flags, more; /* * We require the input being a regular file, as we don't want to @@ -1217,6 +1227,7 @@ * Don't block on output, we have to drain the direct pipe. */ sd->flags &= ~SPLICE_F_NONBLOCK; + more = sd->flags & SPLICE_F_MORE; while (len) { size_t read_len; @@ -1230,6 +1241,15 @@ sd->total_len = read_len; /* + * If more data is pending, set SPLICE_F_MORE + * If this is the last data and SPLICE_F_MORE was not set + * initially, clears it. + */ + if (read_len < len) + sd->flags |= SPLICE_F_MORE; + else if (!more) + sd->flags &= ~SPLICE_F_MORE; + /* * NOTE: nonblocking mode only applies to the input. We * must not do the output in nonblocking mode as then we * could get stuck data in the internal pipe: @@ -1330,6 +1350,7 @@ return ret; } +EXPORT_SYMBOL(do_splice_direct); static int splice_pipe_to_pipe(struct pipe_inode_info *ipipe, struct pipe_inode_info *opipe, --- linux-lts-utopic-3.16.0.orig/fs/super.c +++ linux-lts-utopic-3.16.0/fs/super.c @@ -81,6 +81,8 @@ inodes = list_lru_count_node(&sb->s_inode_lru, sc->nid); dentries = list_lru_count_node(&sb->s_dentry_lru, sc->nid); total_objects = dentries + inodes + fs_objects + 1; + if (!total_objects) + total_objects = 1; /* proportion the scan between the caches */ dentries = mult_frac(sc->nr_to_scan, dentries, total_objects); --- linux-lts-utopic-3.16.0.orig/fs/sysfs/dir.c +++ linux-lts-utopic-3.16.0/fs/sysfs/dir.c @@ -121,3 +121,37 @@ return kernfs_rename_ns(kn, new_parent, kn->name, new_ns); } + +/** + * sysfs_create_mount_point - create an always empty directory + * @parent_kobj: kobject that will contain this always empty directory + * @name: The name of the always empty directory to add + */ +int sysfs_create_mount_point(struct kobject *parent_kobj, const char *name) +{ + struct kernfs_node *kn, *parent = parent_kobj->sd; + + kn = kernfs_create_empty_dir(parent, name); + if (IS_ERR(kn)) { + if (PTR_ERR(kn) == -EEXIST) + sysfs_warn_dup(parent, name); + return PTR_ERR(kn); + } + + return 0; +} +EXPORT_SYMBOL_GPL(sysfs_create_mount_point); + +/** + * sysfs_remove_mount_point - remove an always empty directory. + * @parent_kobj: kobject that will contain this always empty directory + * @name: The name of the always empty directory to remove + * + */ +void sysfs_remove_mount_point(struct kobject *parent_kobj, const char *name) +{ + struct kernfs_node *parent = parent_kobj->sd; + + kernfs_remove_by_name_ns(parent, name, NULL); +} +EXPORT_SYMBOL_GPL(sysfs_remove_mount_point); --- linux-lts-utopic-3.16.0.orig/fs/sysfs/mount.c +++ linux-lts-utopic-3.16.0/fs/sysfs/mount.c @@ -31,9 +31,6 @@ bool new_sb; if (!(flags & MS_KERNMOUNT)) { - if (!capable(CAP_SYS_ADMIN) && !fs_fully_visible(fs_type)) - return ERR_PTR(-EPERM); - if (!kobj_ns_current_may_mount(KOBJ_NS_TYPE_NET)) return ERR_PTR(-EPERM); } @@ -58,7 +55,7 @@ .name = "sysfs", .mount = sysfs_mount, .kill_sb = sysfs_kill_sb, - .fs_flags = FS_USERNS_MOUNT, + .fs_flags = FS_USERNS_VISIBLE | FS_USERNS_MOUNT, }; int __init sysfs_init(void) --- linux-lts-utopic-3.16.0.orig/fs/sysv/inode.c +++ linux-lts-utopic-3.16.0/fs/sysv/inode.c @@ -162,14 +162,8 @@ inode->i_fop = &sysv_dir_operations; inode->i_mapping->a_ops = &sysv_aops; } else if (S_ISLNK(inode->i_mode)) { - if (inode->i_blocks) { - inode->i_op = &sysv_symlink_inode_operations; - inode->i_mapping->a_ops = &sysv_aops; - } else { - inode->i_op = &sysv_fast_symlink_inode_operations; - nd_terminate_link(SYSV_I(inode)->i_data, inode->i_size, - sizeof(SYSV_I(inode)->i_data) - 1); - } + inode->i_op = &sysv_symlink_inode_operations; + inode->i_mapping->a_ops = &sysv_aops; } else init_special_inode(inode, inode->i_mode, rdev); } --- linux-lts-utopic-3.16.0.orig/fs/ubifs/commit.c +++ linux-lts-utopic-3.16.0/fs/ubifs/commit.c @@ -166,15 +166,10 @@ err = ubifs_orphan_end_commit(c); if (err) goto out; - old_ltail_lnum = c->ltail_lnum; - err = ubifs_log_end_commit(c, new_ltail_lnum); - if (err) - goto out; err = dbg_check_old_index(c, &zroot); if (err) goto out; - mutex_lock(&c->mst_mutex); c->mst_node->cmt_no = cpu_to_le64(c->cmt_no); c->mst_node->log_lnum = cpu_to_le32(new_ltail_lnum); c->mst_node->root_lnum = cpu_to_le32(zroot.lnum); @@ -203,8 +198,9 @@ c->mst_node->flags |= cpu_to_le32(UBIFS_MST_NO_ORPHS); else c->mst_node->flags &= ~cpu_to_le32(UBIFS_MST_NO_ORPHS); - err = ubifs_write_master(c); - mutex_unlock(&c->mst_mutex); + + old_ltail_lnum = c->ltail_lnum; + err = ubifs_log_end_commit(c, new_ltail_lnum); if (err) goto out; --- linux-lts-utopic-3.16.0.orig/fs/ubifs/log.c +++ linux-lts-utopic-3.16.0/fs/ubifs/log.c @@ -106,10 +106,14 @@ h = (long long)c->lhead_lnum * c->leb_size + c->lhead_offs; t = (long long)c->ltail_lnum * c->leb_size; - if (h >= t) + if (h > t) return c->log_bytes - h + t; - else + else if (h != t) return t - h; + else if (c->lhead_lnum != c->ltail_lnum) + return 0; + else + return c->log_bytes; } /** @@ -447,9 +451,9 @@ * @ltail_lnum: new log tail LEB number * * This function is called on when the commit operation was finished. It - * moves log tail to new position and unmaps LEBs which contain obsolete data. - * Returns zero in case of success and a negative error code in case of - * failure. + * moves log tail to new position and updates the master node so that it stores + * the new log tail LEB number. Returns zero in case of success and a negative + * error code in case of failure. */ int ubifs_log_end_commit(struct ubifs_info *c, int ltail_lnum) { @@ -477,7 +481,12 @@ spin_unlock(&c->buds_lock); err = dbg_check_bud_bytes(c); + if (err) + goto out; + + err = ubifs_write_master(c); +out: mutex_unlock(&c->log_mutex); return err; } --- linux-lts-utopic-3.16.0.orig/fs/ubifs/master.c +++ linux-lts-utopic-3.16.0/fs/ubifs/master.c @@ -352,10 +352,9 @@ * ubifs_write_master - write master node. * @c: UBIFS file-system description object * - * This function writes the master node. The caller has to take the - * @c->mst_mutex lock before calling this function. Returns zero in case of - * success and a negative error code in case of failure. The master node is - * written twice to enable recovery. + * This function writes the master node. Returns zero in case of success and a + * negative error code in case of failure. The master node is written twice to + * enable recovery. */ int ubifs_write_master(struct ubifs_info *c) { --- linux-lts-utopic-3.16.0.orig/fs/ubifs/super.c +++ linux-lts-utopic-3.16.0/fs/ubifs/super.c @@ -1963,7 +1963,6 @@ mutex_init(&c->lp_mutex); mutex_init(&c->tnc_mutex); mutex_init(&c->log_mutex); - mutex_init(&c->mst_mutex); mutex_init(&c->umount_mutex); mutex_init(&c->bu_mutex); mutex_init(&c->write_reserve_mutex); --- linux-lts-utopic-3.16.0.orig/fs/ubifs/ubifs.h +++ linux-lts-utopic-3.16.0/fs/ubifs/ubifs.h @@ -1051,7 +1051,6 @@ * * @mst_node: master node * @mst_offs: offset of valid master node - * @mst_mutex: protects the master node area, @mst_node, and @mst_offs * * @max_bu_buf_len: maximum bulk-read buffer length * @bu_mutex: protects the pre-allocated bulk-read buffer and @c->bu @@ -1292,7 +1291,6 @@ struct ubifs_mst_node *mst_node; int mst_offs; - struct mutex mst_mutex; int max_bu_buf_len; struct mutex bu_mutex; --- linux-lts-utopic-3.16.0.orig/fs/udf/dir.c +++ linux-lts-utopic-3.16.0/fs/udf/dir.c @@ -167,7 +167,8 @@ continue; } - flen = udf_get_filename(dir->i_sb, nameptr, fname, lfi); + flen = udf_get_filename(dir->i_sb, nameptr, lfi, fname, + UDF_NAME_LEN); if (!flen) continue; --- linux-lts-utopic-3.16.0.orig/fs/udf/inode.c +++ linux-lts-utopic-3.16.0/fs/udf/inode.c @@ -51,7 +51,6 @@ static umode_t udf_convert_permissions(struct fileEntry *); static int udf_update_inode(struct inode *, int); -static void udf_fill_inode(struct inode *, struct buffer_head *); static int udf_sync_inode(struct inode *inode); static int udf_alloc_i_data(struct inode *inode, size_t size); static sector_t inode_getblk(struct inode *, sector_t, int *, int *); @@ -1271,13 +1270,26 @@ return 0; } +/* + * Maximum length of linked list formed by ICB hierarchy. The chosen number is + * arbitrary - just that we hopefully don't limit any real use of rewritten + * inode on write-once media but avoid looping for too long on corrupted media. + */ +#define UDF_MAX_ICB_NESTING 1024 + static void __udf_read_inode(struct inode *inode) { struct buffer_head *bh = NULL; struct fileEntry *fe; + struct extendedFileEntry *efe; uint16_t ident; struct udf_inode_info *iinfo = UDF_I(inode); + struct udf_sb_info *sbi = UDF_SB(inode->i_sb); + unsigned int link_count; + unsigned int indirections = 0; + int bs = inode->i_sb->s_blocksize; +reread: /* * Set defaults, but the inode is still incomplete! * Note: get_new_inode() sets the following on a new inode: @@ -1307,6 +1319,7 @@ } fe = (struct fileEntry *)bh->b_data; + efe = (struct extendedFileEntry *)bh->b_data; if (fe->icbTag.strategyType == cpu_to_le16(4096)) { struct buffer_head *ibh; @@ -1314,28 +1327,26 @@ ibh = udf_read_ptagged(inode->i_sb, &iinfo->i_location, 1, &ident); if (ident == TAG_IDENT_IE && ibh) { - struct buffer_head *nbh = NULL; struct kernel_lb_addr loc; struct indirectEntry *ie; ie = (struct indirectEntry *)ibh->b_data; loc = lelb_to_cpu(ie->indirectICB.extLocation); - if (ie->indirectICB.extLength && - (nbh = udf_read_ptagged(inode->i_sb, &loc, 0, - &ident))) { - if (ident == TAG_IDENT_FE || - ident == TAG_IDENT_EFE) { - memcpy(&iinfo->i_location, - &loc, - sizeof(struct kernel_lb_addr)); - brelse(bh); - brelse(ibh); - brelse(nbh); - __udf_read_inode(inode); + if (ie->indirectICB.extLength) { + brelse(bh); + brelse(ibh); + memcpy(&iinfo->i_location, &loc, + sizeof(struct kernel_lb_addr)); + if (++indirections > UDF_MAX_ICB_NESTING) { + udf_err(inode->i_sb, + "too many ICBs in ICB hierarchy" + " (max %d supported)\n", + UDF_MAX_ICB_NESTING); + make_bad_inode(inode); return; } - brelse(nbh); + goto reread; } } brelse(ibh); @@ -1346,22 +1357,6 @@ make_bad_inode(inode); return; } - udf_fill_inode(inode, bh); - - brelse(bh); -} - -static void udf_fill_inode(struct inode *inode, struct buffer_head *bh) -{ - struct fileEntry *fe; - struct extendedFileEntry *efe; - struct udf_sb_info *sbi = UDF_SB(inode->i_sb); - struct udf_inode_info *iinfo = UDF_I(inode); - unsigned int link_count; - - fe = (struct fileEntry *)bh->b_data; - efe = (struct extendedFileEntry *)bh->b_data; - if (fe->icbTag.strategyType == cpu_to_le16(4)) iinfo->i_strat4096 = 0; else /* if (fe->icbTag.strategyType == cpu_to_le16(4096)) */ @@ -1378,41 +1373,38 @@ if (fe->descTag.tagIdent == cpu_to_le16(TAG_IDENT_EFE)) { iinfo->i_efe = 1; iinfo->i_use = 0; - if (udf_alloc_i_data(inode, inode->i_sb->s_blocksize - + if (udf_alloc_i_data(inode, bs - sizeof(struct extendedFileEntry))) { make_bad_inode(inode); return; } memcpy(iinfo->i_ext.i_data, bh->b_data + sizeof(struct extendedFileEntry), - inode->i_sb->s_blocksize - - sizeof(struct extendedFileEntry)); + bs - sizeof(struct extendedFileEntry)); } else if (fe->descTag.tagIdent == cpu_to_le16(TAG_IDENT_FE)) { iinfo->i_efe = 0; iinfo->i_use = 0; - if (udf_alloc_i_data(inode, inode->i_sb->s_blocksize - - sizeof(struct fileEntry))) { + if (udf_alloc_i_data(inode, bs - sizeof(struct fileEntry))) { make_bad_inode(inode); return; } memcpy(iinfo->i_ext.i_data, bh->b_data + sizeof(struct fileEntry), - inode->i_sb->s_blocksize - sizeof(struct fileEntry)); + bs - sizeof(struct fileEntry)); } else if (fe->descTag.tagIdent == cpu_to_le16(TAG_IDENT_USE)) { iinfo->i_efe = 0; iinfo->i_use = 1; iinfo->i_lenAlloc = le32_to_cpu( ((struct unallocSpaceEntry *)bh->b_data)-> lengthAllocDescs); - if (udf_alloc_i_data(inode, inode->i_sb->s_blocksize - + if (udf_alloc_i_data(inode, bs - sizeof(struct unallocSpaceEntry))) { make_bad_inode(inode); return; } memcpy(iinfo->i_ext.i_data, bh->b_data + sizeof(struct unallocSpaceEntry), - inode->i_sb->s_blocksize - - sizeof(struct unallocSpaceEntry)); + bs - sizeof(struct unallocSpaceEntry)); return; } @@ -1489,6 +1481,36 @@ iinfo->i_checkpoint = le32_to_cpu(efe->checkpoint); } + /* + * Sanity check length of allocation descriptors and extended attrs to + * avoid integer overflows + */ + if (iinfo->i_lenEAttr > bs || iinfo->i_lenAlloc > bs) { + make_bad_inode(inode); + return; + } + /* Now do exact checks */ + if (udf_file_entry_alloc_offset(inode) + iinfo->i_lenAlloc > bs) { + make_bad_inode(inode); + return; + } + /* Sanity checks for files in ICB so that we don't get confused later */ + if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_IN_ICB) { + /* + * For file in ICB data is stored in allocation descriptor + * so sizes should match + */ + if (iinfo->i_lenAlloc != inode->i_size) { + make_bad_inode(inode); + return; + } + /* File in ICB has to fit in there... */ + if (inode->i_size > bs - udf_file_entry_alloc_offset(inode)) { + make_bad_inode(inode); + return; + } + } + switch (fe->icbTag.fileType) { case ICBTAG_FILE_TYPE_DIRECTORY: inode->i_op = &udf_dir_inode_operations; @@ -1551,6 +1573,7 @@ } else make_bad_inode(inode); } + brelse(bh); } static int udf_alloc_i_data(struct inode *inode, size_t size) @@ -2039,14 +2062,29 @@ epos->offset += adsize; } +/* + * Only 1 indirect extent in a row really makes sense but allow upto 16 in case + * someone does some weird stuff. + */ +#define UDF_MAX_INDIR_EXTS 16 + int8_t udf_next_aext(struct inode *inode, struct extent_position *epos, struct kernel_lb_addr *eloc, uint32_t *elen, int inc) { int8_t etype; + unsigned int indirections = 0; while ((etype = udf_current_aext(inode, epos, eloc, elen, inc)) == (EXT_NEXT_EXTENT_ALLOCDECS >> 30)) { int block; + + if (++indirections > UDF_MAX_INDIR_EXTS) { + udf_err(inode->i_sb, + "too many indirect extents in inode %lu\n", + inode->i_ino); + return -1; + } + epos->block = *eloc; epos->offset = sizeof(struct allocExtDesc); brelse(epos->bh); --- linux-lts-utopic-3.16.0.orig/fs/udf/namei.c +++ linux-lts-utopic-3.16.0/fs/udf/namei.c @@ -233,7 +233,8 @@ if (!lfi) continue; - flen = udf_get_filename(dir->i_sb, nameptr, fname, lfi); + flen = udf_get_filename(dir->i_sb, nameptr, lfi, fname, + UDF_NAME_LEN); if (flen && udf_match(flen, fname, child->len, child->name)) goto out_ok; } --- linux-lts-utopic-3.16.0.orig/fs/udf/symlink.c +++ linux-lts-utopic-3.16.0/fs/udf/symlink.c @@ -30,49 +30,73 @@ #include #include "udf_i.h" -static void udf_pc_to_char(struct super_block *sb, unsigned char *from, - int fromlen, unsigned char *to) +static int udf_pc_to_char(struct super_block *sb, unsigned char *from, + int fromlen, unsigned char *to, int tolen) { struct pathComponent *pc; int elen = 0; + int comp_len; unsigned char *p = to; + /* Reserve one byte for terminating \0 */ + tolen--; while (elen < fromlen) { pc = (struct pathComponent *)(from + elen); + elen += sizeof(struct pathComponent); switch (pc->componentType) { case 1: /* * Symlink points to some place which should be agreed * upon between originator and receiver of the media. Ignore. */ - if (pc->lengthComponentIdent > 0) + if (pc->lengthComponentIdent > 0) { + elen += pc->lengthComponentIdent; break; + } /* Fall through */ case 2: + if (tolen == 0) + return -ENAMETOOLONG; p = to; *p++ = '/'; + tolen--; break; case 3: + if (tolen < 3) + return -ENAMETOOLONG; memcpy(p, "../", 3); p += 3; + tolen -= 3; break; case 4: + if (tolen < 2) + return -ENAMETOOLONG; memcpy(p, "./", 2); p += 2; + tolen -= 2; /* that would be . - just ignore */ break; case 5: - p += udf_get_filename(sb, pc->componentIdent, p, - pc->lengthComponentIdent); + elen += pc->lengthComponentIdent; + if (elen > fromlen) + return -EIO; + comp_len = udf_get_filename(sb, pc->componentIdent, + pc->lengthComponentIdent, + p, tolen); + p += comp_len; + tolen -= comp_len; + if (tolen == 0) + return -ENAMETOOLONG; *p++ = '/'; + tolen--; break; } - elen += sizeof(struct pathComponent) + pc->lengthComponentIdent; } if (p > to + 1) p[-1] = '\0'; else p[0] = '\0'; + return 0; } static int udf_symlink_filler(struct file *file, struct page *page) @@ -80,11 +104,17 @@ struct inode *inode = page->mapping->host; struct buffer_head *bh = NULL; unsigned char *symlink; - int err = -EIO; + int err; unsigned char *p = kmap(page); struct udf_inode_info *iinfo; uint32_t pos; + /* We don't support symlinks longer than one block */ + if (inode->i_size > inode->i_sb->s_blocksize) { + err = -ENAMETOOLONG; + goto out_unmap; + } + iinfo = UDF_I(inode); pos = udf_block_map(inode, 0); @@ -94,14 +124,18 @@ } else { bh = sb_bread(inode->i_sb, pos); - if (!bh) - goto out; + if (!bh) { + err = -EIO; + goto out_unlock_inode; + } symlink = bh->b_data; } - udf_pc_to_char(inode->i_sb, symlink, inode->i_size, p); + err = udf_pc_to_char(inode->i_sb, symlink, inode->i_size, p, PAGE_SIZE); brelse(bh); + if (err) + goto out_unlock_inode; up_read(&iinfo->i_data_sem); SetPageUptodate(page); @@ -109,9 +143,10 @@ unlock_page(page); return 0; -out: +out_unlock_inode: up_read(&iinfo->i_data_sem); SetPageError(page); +out_unmap: kunmap(page); unlock_page(page); return err; --- linux-lts-utopic-3.16.0.orig/fs/udf/udfdecl.h +++ linux-lts-utopic-3.16.0/fs/udf/udfdecl.h @@ -201,7 +201,8 @@ } /* unicode.c */ -extern int udf_get_filename(struct super_block *, uint8_t *, uint8_t *, int); +extern int udf_get_filename(struct super_block *, uint8_t *, int, uint8_t *, + int); extern int udf_put_filename(struct super_block *, const uint8_t *, uint8_t *, int); extern int udf_build_ustr(struct ustr *, dstring *, int); --- linux-lts-utopic-3.16.0.orig/fs/udf/unicode.c +++ linux-lts-utopic-3.16.0/fs/udf/unicode.c @@ -28,7 +28,8 @@ #include "udf_sb.h" -static int udf_translate_to_linux(uint8_t *, uint8_t *, int, uint8_t *, int); +static int udf_translate_to_linux(uint8_t *, int, uint8_t *, int, uint8_t *, + int); static int udf_char_to_ustr(struct ustr *dest, const uint8_t *src, int strlen) { @@ -132,11 +133,15 @@ if (c < 0x80U) utf_o->u_name[utf_o->u_len++] = (uint8_t)c; else if (c < 0x800U) { + if (utf_o->u_len > (UDF_NAME_LEN - 4)) + break; utf_o->u_name[utf_o->u_len++] = (uint8_t)(0xc0 | (c >> 6)); utf_o->u_name[utf_o->u_len++] = (uint8_t)(0x80 | (c & 0x3f)); } else { + if (utf_o->u_len > (UDF_NAME_LEN - 5)) + break; utf_o->u_name[utf_o->u_len++] = (uint8_t)(0xe0 | (c >> 12)); utf_o->u_name[utf_o->u_len++] = @@ -177,17 +182,22 @@ static int udf_UTF8toCS0(dstring *ocu, struct ustr *utf, int length) { unsigned c, i, max_val, utf_char; - int utf_cnt, u_len; + int utf_cnt, u_len, u_ch; memset(ocu, 0, sizeof(dstring) * length); ocu[0] = 8; max_val = 0xffU; + u_ch = 1; try_again: u_len = 0U; utf_char = 0U; utf_cnt = 0U; for (i = 0U; i < utf->u_len; i++) { + /* Name didn't fit? */ + if (u_len + 1 + u_ch >= length) + return 0; + c = (uint8_t)utf->u_name[i]; /* Complete a multi-byte UTF-8 character */ @@ -229,6 +239,7 @@ if (max_val == 0xffU) { max_val = 0xffffU; ocu[0] = (uint8_t)0x10U; + u_ch = 2; goto try_again; } goto error_out; @@ -281,7 +292,7 @@ c = (c << 8) | ocu[i++]; len = nls->uni2char(c, &utf_o->u_name[utf_o->u_len], - UDF_NAME_LEN - utf_o->u_len); + UDF_NAME_LEN - 2 - utf_o->u_len); /* Valid character? */ if (len >= 0) utf_o->u_len += len; @@ -299,15 +310,19 @@ int len; unsigned i, max_val; uint16_t uni_char; - int u_len; + int u_len, u_ch; memset(ocu, 0, sizeof(dstring) * length); ocu[0] = 8; max_val = 0xffU; + u_ch = 1; try_again: u_len = 0U; for (i = 0U; i < uni->u_len; i++) { + /* Name didn't fit? */ + if (u_len + 1 + u_ch >= length) + return 0; len = nls->char2uni(&uni->u_name[i], uni->u_len - i, &uni_char); if (!len) continue; @@ -320,6 +335,7 @@ if (uni_char > max_val) { max_val = 0xffffU; ocu[0] = (uint8_t)0x10U; + u_ch = 2; goto try_again; } @@ -333,8 +349,8 @@ return u_len + 1; } -int udf_get_filename(struct super_block *sb, uint8_t *sname, uint8_t *dname, - int flen) +int udf_get_filename(struct super_block *sb, uint8_t *sname, int slen, + uint8_t *dname, int dlen) { struct ustr *filename, *unifilename; int len = 0; @@ -347,7 +363,7 @@ if (!unifilename) goto out1; - if (udf_build_ustr_exact(unifilename, sname, flen)) + if (udf_build_ustr_exact(unifilename, sname, slen)) goto out2; if (UDF_QUERY_FLAG(sb, UDF_FLAG_UTF8)) { @@ -366,7 +382,8 @@ } else goto out2; - len = udf_translate_to_linux(dname, filename->u_name, filename->u_len, + len = udf_translate_to_linux(dname, dlen, + filename->u_name, filename->u_len, unifilename->u_name, unifilename->u_len); out2: kfree(unifilename); @@ -403,10 +420,12 @@ #define EXT_MARK '.' #define CRC_MARK '#' #define EXT_SIZE 5 +/* Number of chars we need to store generated CRC to make filename unique */ +#define CRC_LEN 5 -static int udf_translate_to_linux(uint8_t *newName, uint8_t *udfName, - int udfLen, uint8_t *fidName, - int fidNameLen) +static int udf_translate_to_linux(uint8_t *newName, int newLen, + uint8_t *udfName, int udfLen, + uint8_t *fidName, int fidNameLen) { int index, newIndex = 0, needsCRC = 0; int extIndex = 0, newExtIndex = 0, hasExt = 0; @@ -440,7 +459,7 @@ newExtIndex = newIndex; } } - if (newIndex < 256) + if (newIndex < newLen) newName[newIndex++] = curr; else needsCRC = 1; @@ -468,13 +487,13 @@ } ext[localExtIndex++] = curr; } - maxFilenameLen = 250 - localExtIndex; + maxFilenameLen = newLen - CRC_LEN - localExtIndex; if (newIndex > maxFilenameLen) newIndex = maxFilenameLen; else newIndex = newExtIndex; - } else if (newIndex > 250) - newIndex = 250; + } else if (newIndex > newLen - CRC_LEN) + newIndex = newLen - CRC_LEN; newName[newIndex++] = CRC_MARK; valueCRC = crc_itu_t(0, fidName, fidNameLen); newName[newIndex++] = hexChar[(valueCRC & 0xf000) >> 12]; --- linux-lts-utopic-3.16.0.orig/fs/ufs/balloc.c +++ linux-lts-utopic-3.16.0/fs/ufs/balloc.c @@ -51,8 +51,8 @@ if (ufs_fragnum(fragment) + count > uspi->s_fpg) ufs_error (sb, "ufs_free_fragments", "internal error"); - - lock_ufs(sb); + + mutex_lock(&UFS_SB(sb)->s_lock); cgno = ufs_dtog(uspi, fragment); bit = ufs_dtogd(uspi, fragment); @@ -115,13 +115,13 @@ if (sb->s_flags & MS_SYNCHRONOUS) ubh_sync_block(UCPI_UBH(ucpi)); ufs_mark_sb_dirty(sb); - - unlock_ufs(sb); + + mutex_unlock(&UFS_SB(sb)->s_lock); UFSD("EXIT\n"); return; failed: - unlock_ufs(sb); + mutex_unlock(&UFS_SB(sb)->s_lock); UFSD("EXIT (FAILED)\n"); return; } @@ -151,7 +151,7 @@ goto failed; } - lock_ufs(sb); + mutex_lock(&UFS_SB(sb)->s_lock); do_more: overflow = 0; @@ -211,12 +211,12 @@ } ufs_mark_sb_dirty(sb); - unlock_ufs(sb); + mutex_unlock(&UFS_SB(sb)->s_lock); UFSD("EXIT\n"); return; failed_unlock: - unlock_ufs(sb); + mutex_unlock(&UFS_SB(sb)->s_lock); failed: UFSD("EXIT (FAILED)\n"); return; @@ -357,7 +357,7 @@ usb1 = ubh_get_usb_first(uspi); *err = -ENOSPC; - lock_ufs(sb); + mutex_lock(&UFS_SB(sb)->s_lock); tmp = ufs_data_ptr_to_cpu(sb, p); if (count + ufs_fragnum(fragment) > uspi->s_fpb) { @@ -378,19 +378,19 @@ "fragment %llu, tmp %llu\n", (unsigned long long)fragment, (unsigned long long)tmp); - unlock_ufs(sb); + mutex_unlock(&UFS_SB(sb)->s_lock); return INVBLOCK; } if (fragment < UFS_I(inode)->i_lastfrag) { UFSD("EXIT (ALREADY ALLOCATED)\n"); - unlock_ufs(sb); + mutex_unlock(&UFS_SB(sb)->s_lock); return 0; } } else { if (tmp) { UFSD("EXIT (ALREADY ALLOCATED)\n"); - unlock_ufs(sb); + mutex_unlock(&UFS_SB(sb)->s_lock); return 0; } } @@ -399,7 +399,7 @@ * There is not enough space for user on the device */ if (!capable(CAP_SYS_RESOURCE) && ufs_freespace(uspi, UFS_MINFREE) <= 0) { - unlock_ufs(sb); + mutex_unlock(&UFS_SB(sb)->s_lock); UFSD("EXIT (FAILED)\n"); return 0; } @@ -424,7 +424,7 @@ ufs_clear_frags(inode, result + oldcount, newcount - oldcount, locked_page != NULL); } - unlock_ufs(sb); + mutex_unlock(&UFS_SB(sb)->s_lock); UFSD("EXIT, result %llu\n", (unsigned long long)result); return result; } @@ -439,7 +439,7 @@ fragment + count); ufs_clear_frags(inode, result + oldcount, newcount - oldcount, locked_page != NULL); - unlock_ufs(sb); + mutex_unlock(&UFS_SB(sb)->s_lock); UFSD("EXIT, result %llu\n", (unsigned long long)result); return result; } @@ -477,7 +477,7 @@ *err = 0; UFS_I(inode)->i_lastfrag = max(UFS_I(inode)->i_lastfrag, fragment + count); - unlock_ufs(sb); + mutex_unlock(&UFS_SB(sb)->s_lock); if (newcount < request) ufs_free_fragments (inode, result + newcount, request - newcount); ufs_free_fragments (inode, tmp, oldcount); @@ -485,7 +485,7 @@ return result; } - unlock_ufs(sb); + mutex_unlock(&UFS_SB(sb)->s_lock); UFSD("EXIT (FAILED)\n"); return 0; } --- linux-lts-utopic-3.16.0.orig/fs/ufs/ialloc.c +++ linux-lts-utopic-3.16.0/fs/ufs/ialloc.c @@ -69,11 +69,11 @@ ino = inode->i_ino; - lock_ufs(sb); + mutex_lock(&UFS_SB(sb)->s_lock); if (!((ino > 1) && (ino < (uspi->s_ncg * uspi->s_ipg )))) { ufs_warning(sb, "ufs_free_inode", "reserved inode or nonexistent inode %u\n", ino); - unlock_ufs(sb); + mutex_unlock(&UFS_SB(sb)->s_lock); return; } @@ -81,7 +81,7 @@ bit = ufs_inotocgoff (ino); ucpi = ufs_load_cylinder (sb, cg); if (!ucpi) { - unlock_ufs(sb); + mutex_unlock(&UFS_SB(sb)->s_lock); return; } ucg = ubh_get_ucg(UCPI_UBH(ucpi)); @@ -115,7 +115,7 @@ ubh_sync_block(UCPI_UBH(ucpi)); ufs_mark_sb_dirty(sb); - unlock_ufs(sb); + mutex_unlock(&UFS_SB(sb)->s_lock); UFSD("EXIT\n"); } @@ -193,7 +193,7 @@ sbi = UFS_SB(sb); uspi = sbi->s_uspi; - lock_ufs(sb); + mutex_lock(&sbi->s_lock); /* * Try to place the inode in its parent directory @@ -328,20 +328,20 @@ sync_dirty_buffer(bh); brelse(bh); } - unlock_ufs(sb); + mutex_unlock(&sbi->s_lock); UFSD("allocating inode %lu\n", inode->i_ino); UFSD("EXIT\n"); return inode; fail_remove_inode: - unlock_ufs(sb); + mutex_unlock(&sbi->s_lock); clear_nlink(inode); iput(inode); UFSD("EXIT (FAILED): err %d\n", err); return ERR_PTR(err); failed: - unlock_ufs(sb); + mutex_unlock(&sbi->s_lock); make_bad_inode(inode); iput (inode); UFSD("EXIT (FAILED): err %d\n", err); --- linux-lts-utopic-3.16.0.orig/fs/ufs/inode.c +++ linux-lts-utopic-3.16.0/fs/ufs/inode.c @@ -904,7 +904,7 @@ if (want_delete) { lock_ufs(inode->i_sb); - ufs_free_inode (inode); + ufs_free_inode(inode); unlock_ufs(inode->i_sb); } } --- linux-lts-utopic-3.16.0.orig/fs/ufs/super.c +++ linux-lts-utopic-3.16.0/fs/ufs/super.c @@ -697,6 +697,7 @@ unsigned flags; lock_ufs(sb); + mutex_lock(&UFS_SB(sb)->s_lock); UFSD("ENTER\n"); @@ -714,6 +715,7 @@ ufs_put_cstotal(sb); UFSD("EXIT\n"); + mutex_unlock(&UFS_SB(sb)->s_lock); unlock_ufs(sb); return 0; @@ -803,6 +805,7 @@ UFSD("flag %u\n", (int)(sb->s_flags & MS_RDONLY)); mutex_init(&sbi->mutex); + mutex_init(&sbi->s_lock); spin_lock_init(&sbi->work_lock); INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs); /* @@ -1280,6 +1283,7 @@ sync_filesystem(sb); lock_ufs(sb); + mutex_lock(&UFS_SB(sb)->s_lock); uspi = UFS_SB(sb)->s_uspi; flags = UFS_SB(sb)->s_flags; usb1 = ubh_get_usb_first(uspi); @@ -1293,6 +1297,7 @@ new_mount_opt = 0; ufs_set_opt (new_mount_opt, ONERROR_LOCK); if (!ufs_parse_options (data, &new_mount_opt)) { + mutex_unlock(&UFS_SB(sb)->s_lock); unlock_ufs(sb); return -EINVAL; } @@ -1300,12 +1305,14 @@ new_mount_opt |= ufstype; } else if ((new_mount_opt & UFS_MOUNT_UFSTYPE) != ufstype) { printk("ufstype can't be changed during remount\n"); + mutex_unlock(&UFS_SB(sb)->s_lock); unlock_ufs(sb); return -EINVAL; } if ((*mount_flags & MS_RDONLY) == (sb->s_flags & MS_RDONLY)) { UFS_SB(sb)->s_mount_opt = new_mount_opt; + mutex_unlock(&UFS_SB(sb)->s_lock); unlock_ufs(sb); return 0; } @@ -1330,6 +1337,7 @@ #ifndef CONFIG_UFS_FS_WRITE printk("ufs was compiled with read-only support, " "can't be mounted as read-write\n"); + mutex_unlock(&UFS_SB(sb)->s_lock); unlock_ufs(sb); return -EINVAL; #else @@ -1339,11 +1347,13 @@ ufstype != UFS_MOUNT_UFSTYPE_SUNx86 && ufstype != UFS_MOUNT_UFSTYPE_UFS2) { printk("this ufstype is read-only supported\n"); + mutex_unlock(&UFS_SB(sb)->s_lock); unlock_ufs(sb); return -EINVAL; } if (!ufs_read_cylinder_structures(sb)) { printk("failed during remounting\n"); + mutex_unlock(&UFS_SB(sb)->s_lock); unlock_ufs(sb); return -EPERM; } @@ -1351,6 +1361,7 @@ #endif } UFS_SB(sb)->s_mount_opt = new_mount_opt; + mutex_unlock(&UFS_SB(sb)->s_lock); unlock_ufs(sb); return 0; } --- linux-lts-utopic-3.16.0.orig/fs/ufs/ufs.h +++ linux-lts-utopic-3.16.0/fs/ufs/ufs.h @@ -24,6 +24,7 @@ int work_queued; /* non-zero if the delayed work is queued */ struct delayed_work sync_work; /* FS sync delayed work */ spinlock_t work_lock; /* protects sync_work and work_queued */ + struct mutex s_lock; }; struct ufs_inode_info { --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_ag.h +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_ag.h @@ -232,7 +232,7 @@ __be64 agfl_lsn; __be32 agfl_crc; __be32 agfl_bno[]; /* actually XFS_AGFL_SIZE(mp) */ -} xfs_agfl_t; +} __attribute__((packed)) xfs_agfl_t; #define XFS_AGFL_CRC_OFF offsetof(struct xfs_agfl, agfl_crc) --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_aops.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_aops.c @@ -377,7 +377,8 @@ xfs_ioend_t *ioend = bio->bi_private; ASSERT(atomic_read(&bio->bi_cnt) >= 1); - ioend->io_error = test_bit(BIO_UPTODATE, &bio->bi_flags) ? 0 : error; + if (!ioend->io_error && !test_bit(BIO_UPTODATE, &bio->bi_flags)) + ioend->io_error = error; /* Toss bio and pass work off to an xfsdatad thread */ bio->bi_private = NULL; @@ -434,10 +435,22 @@ { ASSERT(PageLocked(page)); ASSERT(!PageWriteback(page)); - if (clear_dirty) + + /* + * if the page was not fully cleaned, we need to ensure that the higher + * layers come back to it correctly. That means we need to keep the page + * dirty, and for WB_SYNC_ALL writeback we need to ensure the + * PAGECACHE_TAG_TOWRITE index mark is not removed so another attempt to + * write this page in this writeback sweep will be made. + */ + if (clear_dirty) { clear_page_dirty_for_io(page); - set_page_writeback(page); + set_page_writeback(page); + } else + set_page_writeback_keepwrite(page); + unlock_page(page); + /* If no buffers on the page are to be written, finish it here */ if (!buffers) end_page_writeback(page); @@ -1753,11 +1766,72 @@ return mpage_readpages(mapping, pages, nr_pages, xfs_get_blocks); } +/* + * This is basically a copy of __set_page_dirty_buffers() with one + * small tweak: buffers beyond EOF do not get marked dirty. If we mark them + * dirty, we'll never be able to clean them because we don't write buffers + * beyond EOF, and that means we can't invalidate pages that span EOF + * that have been marked dirty. Further, the dirty state can leak into + * the file interior if the file is extended, resulting in all sorts of + * bad things happening as the state does not match the underlying data. + * + * XXX: this really indicates that bufferheads in XFS need to die. Warts like + * this only exist because of bufferheads and how the generic code manages them. + */ +STATIC int +xfs_vm_set_page_dirty( + struct page *page) +{ + struct address_space *mapping = page->mapping; + struct inode *inode = mapping->host; + loff_t end_offset; + loff_t offset; + int newly_dirty; + + if (unlikely(!mapping)) + return !TestSetPageDirty(page); + + end_offset = i_size_read(inode); + offset = page_offset(page); + + spin_lock(&mapping->private_lock); + if (page_has_buffers(page)) { + struct buffer_head *head = page_buffers(page); + struct buffer_head *bh = head; + + do { + if (offset < end_offset) + set_buffer_dirty(bh); + bh = bh->b_this_page; + offset += 1 << inode->i_blkbits; + } while (bh != head); + } + newly_dirty = !TestSetPageDirty(page); + spin_unlock(&mapping->private_lock); + + if (newly_dirty) { + /* sigh - __set_page_dirty() is static, so copy it here, too */ + unsigned long flags; + + spin_lock_irqsave(&mapping->tree_lock, flags); + if (page->mapping) { /* Race with truncate? */ + WARN_ON_ONCE(!PageUptodate(page)); + account_page_dirtied(page, mapping); + radix_tree_tag_set(&mapping->page_tree, + page_index(page), PAGECACHE_TAG_DIRTY); + } + spin_unlock_irqrestore(&mapping->tree_lock, flags); + __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); + } + return newly_dirty; +} + const struct address_space_operations xfs_address_space_operations = { .readpage = xfs_vm_readpage, .readpages = xfs_vm_readpages, .writepage = xfs_vm_writepage, .writepages = xfs_vm_writepages, + .set_page_dirty = xfs_vm_set_page_dirty, .releasepage = xfs_vm_releasepage, .invalidatepage = xfs_vm_invalidatepage, .write_begin = xfs_vm_write_begin, --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_attr_inactive.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_attr_inactive.c @@ -382,23 +382,31 @@ return error; } +/* + * xfs_attr_inactive kills all traces of an attribute fork on an inode. It + * removes both the on-disk and in-memory inode fork. Note that this also has to + * handle the condition of inodes without attributes but with an attribute fork + * configured, so we can't use xfs_inode_hasattr() here. + * + * The in-memory attribute fork is removed even on error. + */ int -xfs_attr_inactive(xfs_inode_t *dp) +xfs_attr_inactive( + struct xfs_inode *dp) { - xfs_trans_t *trans; - xfs_mount_t *mp; - int error; + struct xfs_trans *trans; + struct xfs_mount *mp; + int cancel_flags = 0; + int lock_mode = XFS_ILOCK_SHARED; + int error = 0; mp = dp->i_mount; ASSERT(! XFS_NOT_DQATTACHED(mp, dp)); - xfs_ilock(dp, XFS_ILOCK_SHARED); - if (!xfs_inode_hasattr(dp) || - dp->i_d.di_aformat == XFS_DINODE_FMT_LOCAL) { - xfs_iunlock(dp, XFS_ILOCK_SHARED); - return 0; - } - xfs_iunlock(dp, XFS_ILOCK_SHARED); + xfs_ilock(dp, lock_mode); + if (!XFS_IFORK_Q(dp)) + goto out_destroy_fork; + xfs_iunlock(dp, lock_mode); /* * Start our first transaction of the day. @@ -410,13 +418,18 @@ * the inode in every transaction to let it float upward through * the log. */ + lock_mode = 0; trans = xfs_trans_alloc(mp, XFS_TRANS_ATTRINVAL); error = xfs_trans_reserve(trans, &M_RES(mp)->tr_attrinval, 0, 0); - if (error) { - xfs_trans_cancel(trans, 0); - return(error); - } - xfs_ilock(dp, XFS_ILOCK_EXCL); + if (error) + goto out_cancel; + + lock_mode = XFS_ILOCK_EXCL; + cancel_flags = XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT; + xfs_ilock(dp, lock_mode); + + if (!XFS_IFORK_Q(dp)) + goto out_cancel; /* * No need to make quota reservations here. We expect to release some @@ -425,28 +438,36 @@ xfs_trans_ijoin(trans, dp, 0); /* - * Decide on what work routines to call based on the inode size. + * Invalidate and truncate the attribute fork extents. Make sure the + * fork actually has attributes as otherwise the invalidation has no + * blocks to read and returns an error. In this case, just do the fork + * removal below. */ - if (!xfs_inode_hasattr(dp) || - dp->i_d.di_aformat == XFS_DINODE_FMT_LOCAL) { - error = 0; - goto out; + if (xfs_inode_hasattr(dp) && + dp->i_d.di_aformat != XFS_DINODE_FMT_LOCAL) { + error = xfs_attr3_root_inactive(&trans, dp); + if (error) + goto out_cancel; + + error = xfs_itruncate_extents(&trans, dp, XFS_ATTR_FORK, 0); + if (error) + goto out_cancel; } - error = xfs_attr3_root_inactive(&trans, dp); - if (error) - goto out; - error = xfs_itruncate_extents(&trans, dp, XFS_ATTR_FORK, 0); - if (error) - goto out; + /* Reset the attribute fork - this also destroys the in-core fork */ + xfs_attr_fork_remove(dp, trans); error = xfs_trans_commit(trans, XFS_TRANS_RELEASE_LOG_RES); - xfs_iunlock(dp, XFS_ILOCK_EXCL); - + xfs_iunlock(dp, lock_mode); return(error); -out: - xfs_trans_cancel(trans, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); - xfs_iunlock(dp, XFS_ILOCK_EXCL); +out_cancel: + xfs_trans_cancel(trans, cancel_flags); +out_destroy_fork: + /* kill the in-core attr fork before we drop the inode lock */ + if (dp->i_afp) + xfs_idestroy_fork(dp, XFS_ATTR_FORK); + if (lock_mode) + xfs_iunlock(dp, lock_mode); return(error); } --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_attr_leaf.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_attr_leaf.c @@ -500,8 +500,8 @@ * After the last attribute is removed revert to original inode format, * making all literal area available to the data fork once more. */ -STATIC void -xfs_attr_fork_reset( +void +xfs_attr_fork_remove( struct xfs_inode *ip, struct xfs_trans *tp) { @@ -567,7 +567,7 @@ (mp->m_flags & XFS_MOUNT_ATTR2) && (dp->i_d.di_format != XFS_DINODE_FMT_BTREE) && !(args->op_flags & XFS_DA_OP_ADDNAME)) { - xfs_attr_fork_reset(dp, args->trans); + xfs_attr_fork_remove(dp, args->trans); } else { xfs_idata_realloc(dp, -size, XFS_ATTR_FORK); dp->i_d.di_forkoff = xfs_attr_shortform_bytesfit(dp, totsize); @@ -830,7 +830,7 @@ if (forkoff == -1) { ASSERT(dp->i_mount->m_flags & XFS_MOUNT_ATTR2); ASSERT(dp->i_d.di_format != XFS_DINODE_FMT_BTREE); - xfs_attr_fork_reset(dp, args->trans); + xfs_attr_fork_remove(dp, args->trans); goto out; } --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_attr_leaf.h +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_attr_leaf.h @@ -53,7 +53,7 @@ int xfs_attr_shortform_list(struct xfs_attr_list_context *context); int xfs_attr_shortform_allfit(struct xfs_buf *bp, struct xfs_inode *dp); int xfs_attr_shortform_bytesfit(xfs_inode_t *dp, int bytes); - +void xfs_attr_fork_remove(struct xfs_inode *ip, struct xfs_trans *tp); /* * Internal routines when attribute fork size == XFS_LBSIZE(mp). --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_attr_remote.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_attr_remote.c @@ -161,11 +161,10 @@ struct xfs_buf *bp) { struct xfs_mount *mp = bp->b_target->bt_mount; - struct xfs_buf_log_item *bip = bp->b_fspriv; + int blksize = mp->m_attr_geo->blksize; char *ptr; int len; xfs_daddr_t bno; - int blksize = mp->m_attr_geo->blksize; /* no verification of non-crc buffers */ if (!xfs_sb_version_hascrc(&mp->m_sb)) @@ -177,16 +176,22 @@ ASSERT(len >= blksize); while (len > 0) { + struct xfs_attr3_rmt_hdr *rmt = (struct xfs_attr3_rmt_hdr *)ptr; + if (!xfs_attr3_rmt_verify(mp, ptr, blksize, bno)) { xfs_buf_ioerror(bp, EFSCORRUPTED); xfs_verifier_error(bp); return; } - if (bip) { - struct xfs_attr3_rmt_hdr *rmt; - rmt = (struct xfs_attr3_rmt_hdr *)ptr; - rmt->rm_lsn = cpu_to_be64(bip->bli_item.li_lsn); + /* + * Ensure we aren't writing bogus LSNs to disk. See + * xfs_attr3_rmt_hdr_set() for the explanation. + */ + if (rmt->rm_lsn != cpu_to_be64(NULLCOMMITLSN)) { + xfs_buf_ioerror(bp, EFSCORRUPTED); + xfs_verifier_error(bp); + return; } xfs_update_cksum(ptr, blksize, XFS_ATTR3_RMT_CRC_OFF); @@ -223,6 +228,18 @@ rmt->rm_owner = cpu_to_be64(ino); rmt->rm_blkno = cpu_to_be64(bno); + /* + * Remote attribute blocks are written synchronously, so we don't + * have an LSN that we can stamp in them that makes any sense to log + * recovery. To ensure that log recovery handles overwrites of these + * blocks sanely (i.e. once they've been freed and reallocated as some + * other type of metadata) we need to ensure that the LSN has a value + * that tells log recovery to ignore the LSN and overwrite the buffer + * with whatever is in it's log. To do this, we use the magic + * NULLCOMMITLSN to indicate that the LSN is invalid. + */ + rmt->rm_lsn = cpu_to_be64(NULLCOMMITLSN); + return sizeof(struct xfs_attr3_rmt_hdr); } @@ -436,14 +453,21 @@ /* * Allocate a single extent, up to the size of the value. + * + * Note that we have to consider this a data allocation as we + * write the remote attribute without logging the contents. + * Hence we must ensure that we aren't using blocks that are on + * the busy list so that we don't overwrite blocks which have + * recently been freed but their transactions are not yet + * committed to disk. If we overwrite the contents of a busy + * extent and then crash then the block may not contain the + * correct metadata after log recovery occurs. */ xfs_bmap_init(args->flist, args->firstblock); nmap = 1; error = xfs_bmapi_write(args->trans, dp, (xfs_fileoff_t)lblkno, - blkcnt, - XFS_BMAPI_ATTRFORK | XFS_BMAPI_METADATA, - args->firstblock, args->total, &map, &nmap, - args->flist); + blkcnt, XFS_BMAPI_ATTRFORK, args->firstblock, + args->total, &map, &nmap, args->flist); if (!error) { error = xfs_bmap_finish(&args->trans, args->flist, &committed); --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_bmap.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_bmap.c @@ -976,7 +976,11 @@ *firstblock = args.fsbno; bp = xfs_btree_get_bufl(args.mp, tp, args.fsbno, 0); - /* initialise the block and copy the data */ + /* + * Initialise the block and copy the data + * + * Note: init_fn must set the buffer log item type correctly! + */ init_fn(tp, bp, ip, ifp); /* account for the change in fork size and log everything */ --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_buf.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_buf.c @@ -607,6 +607,13 @@ } } + /* + * Clear b_error if this is a lookup from a caller that doesn't expect + * valid data to be found in the buffer. + */ + if (!(flags & XBF_READ)) + xfs_buf_ioerror(bp, 0); + XFS_STATS_INC(xb_get); trace_xfs_buf_get(bp, flags, _RET_IP_); return bp; --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_buf_item.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_buf_item.c @@ -319,6 +319,10 @@ ASSERT(atomic_read(&bip->bli_refcount) > 0); ASSERT((bip->bli_flags & XFS_BLI_LOGGED) || (bip->bli_flags & XFS_BLI_STALE)); + ASSERT((bip->bli_flags & XFS_BLI_STALE) || + (xfs_blft_from_flags(&bip->__bli_format) > XFS_BLFT_UNKNOWN_BUF + && xfs_blft_from_flags(&bip->__bli_format) < XFS_BLFT_MAX_BUF)); + /* * If it is an inode buffer, transfer the in-memory state to the --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_da_format.h +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_da_format.h @@ -680,8 +680,15 @@ typedef struct xfs_attr_leafblock { xfs_attr_leaf_hdr_t hdr; /* constant-structure header block */ xfs_attr_leaf_entry_t entries[1]; /* sorted on key, not name */ - xfs_attr_leaf_name_local_t namelist; /* grows from bottom of buf */ - xfs_attr_leaf_name_remote_t valuelist; /* grows from bottom of buf */ + /* + * The rest of the block contains the following structures after the + * leaf entries, growing from the bottom up. The variables are never + * referenced and definining them can actually make gcc optimize away + * accesses to the 'entries' array above index 0 so don't do that. + * + * xfs_attr_leaf_name_local_t namelist; + * xfs_attr_leaf_name_remote_t valuelist; + */ } xfs_attr_leafblock_t; /* --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_dir2_data.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_dir2_data.c @@ -253,7 +253,8 @@ return; case cpu_to_be32(XFS_DIR2_DATA_MAGIC): case cpu_to_be32(XFS_DIR3_DATA_MAGIC): - xfs_dir3_data_verify(bp); + bp->b_ops = &xfs_dir3_data_buf_ops; + bp->b_ops->verify_read(bp); return; default: xfs_buf_ioerror(bp, EFSCORRUPTED); --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_dir2_node.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_dir2_node.c @@ -2144,6 +2144,7 @@ int error; /* error return value */ int i; /* btree level */ xfs_ino_t inum; /* new inode number */ + int ftype; /* new file type */ xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leaf_entry_t *lep; /* leaf entry being changed */ int rval; /* internal return value */ @@ -2157,7 +2158,14 @@ state = xfs_da_state_alloc(); state->args = args; state->mp = args->dp->i_mount; + + /* + * We have to save new inode number and ftype since + * xfs_da3_node_lookup_int() is going to overwrite them + */ inum = args->inumber; + ftype = args->filetype; + /* * Lookup the entry to change in the btree. */ @@ -2195,7 +2203,7 @@ * Fill in the new inode number and log the entry. */ dep->inumber = cpu_to_be64(inum); - args->dp->d_ops->data_put_ftype(dep, args->filetype); + args->dp->d_ops->data_put_ftype(dep, ftype); xfs_dir2_data_log_entry(args, state->extrablk.bp, dep); rval = 0; } --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_dquot.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_dquot.c @@ -974,7 +974,8 @@ * Get the buffer containing the on-disk dquot */ error = xfs_trans_read_buf(mp, NULL, mp->m_ddev_targp, dqp->q_blkno, - mp->m_quotainfo->qi_dqchunklen, 0, &bp, NULL); + mp->m_quotainfo->qi_dqchunklen, 0, &bp, + &xfs_dquot_buf_ops); if (error) goto out_unlock; --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_dquot_buf.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_dquot_buf.c @@ -56,7 +56,7 @@ xfs_dqid_t id, uint type, /* used only when IO_dorepair is true */ uint flags, - char *str) + const char *str) { xfs_dqblk_t *d = (xfs_dqblk_t *)ddq; int errs = 0; @@ -209,7 +209,8 @@ STATIC bool xfs_dquot_buf_verify( struct xfs_mount *mp, - struct xfs_buf *bp) + struct xfs_buf *bp, + int warn) { struct xfs_dqblk *d = (struct xfs_dqblk *)bp->b_addr; xfs_dqid_t id = 0; @@ -242,8 +243,7 @@ if (i == 0) id = be32_to_cpu(ddq->d_id); - error = xfs_dqcheck(mp, ddq, id + i, 0, XFS_QMOPT_DOWARN, - "xfs_dquot_buf_verify"); + error = xfs_dqcheck(mp, ddq, id + i, 0, warn, __func__); if (error) return false; } @@ -258,7 +258,7 @@ if (!xfs_dquot_buf_verify_crc(mp, bp)) xfs_buf_ioerror(bp, EFSBADCRC); - else if (!xfs_dquot_buf_verify(mp, bp)) + else if (!xfs_dquot_buf_verify(mp, bp, XFS_QMOPT_DOWARN)) xfs_buf_ioerror(bp, EFSCORRUPTED); if (bp->b_error) @@ -266,6 +266,25 @@ } /* + * readahead errors are silent and simply leave the buffer as !done so a real + * read will then be run with the xfs_dquot_buf_ops verifier. See + * xfs_inode_buf_verify() for why we use EIO and ~XBF_DONE here rather than + * reporting the failure. + */ +static void +xfs_dquot_buf_readahead_verify( + struct xfs_buf *bp) +{ + struct xfs_mount *mp = bp->b_target->bt_mount; + + if (!xfs_dquot_buf_verify_crc(mp, bp) || + !xfs_dquot_buf_verify(mp, bp, 0)) { + xfs_buf_ioerror(bp, -EIO); + bp->b_flags &= ~XBF_DONE; + } +} + +/* * we don't calculate the CRC here as that is done when the dquot is flushed to * the buffer after the update is done. This ensures that the dquot in the * buffer always has an up-to-date CRC value. @@ -276,7 +295,7 @@ { struct xfs_mount *mp = bp->b_target->bt_mount; - if (!xfs_dquot_buf_verify(mp, bp)) { + if (!xfs_dquot_buf_verify(mp, bp, XFS_QMOPT_DOWARN)) { xfs_buf_ioerror(bp, EFSCORRUPTED); xfs_verifier_error(bp); return; @@ -288,3 +307,7 @@ .verify_write = xfs_dquot_buf_write_verify, }; +const struct xfs_buf_ops xfs_dquot_buf_ra_ops = { + .verify_read = xfs_dquot_buf_readahead_verify, + .verify_write = xfs_dquot_buf_write_verify, +}; --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_file.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_file.c @@ -295,7 +295,16 @@ xfs_rw_iunlock(ip, XFS_IOLOCK_EXCL); return ret; } - truncate_pagecache_range(VFS_I(ip), pos, -1); + + /* + * Invalidate whole pages. This can return an error if + * we fail to invalidate a page, but this should never + * happen on XFS. Warn if it does fail. + */ + ret = invalidate_inode_pages2_range(VFS_I(ip)->i_mapping, + pos >> PAGE_CACHE_SHIFT, -1); + WARN_ON_ONCE(ret); + ret = 0; } xfs_rw_ilock_demote(ip, XFS_IOLOCK_EXCL); } @@ -352,7 +361,8 @@ xfs_zero_last_block( struct xfs_inode *ip, xfs_fsize_t offset, - xfs_fsize_t isize) + xfs_fsize_t isize, + bool *did_zeroing) { struct xfs_mount *mp = ip->i_mount; xfs_fileoff_t last_fsb = XFS_B_TO_FSBT(mp, isize); @@ -380,6 +390,7 @@ zero_len = mp->m_sb.sb_blocksize - zero_offset; if (isize + zero_len > offset) zero_len = offset - isize; + *did_zeroing = true; return xfs_iozero(ip, isize, zero_len); } @@ -398,7 +409,8 @@ xfs_zero_eof( struct xfs_inode *ip, xfs_off_t offset, /* starting I/O offset */ - xfs_fsize_t isize) /* current inode size */ + xfs_fsize_t isize, /* current inode size */ + bool *did_zeroing) { struct xfs_mount *mp = ip->i_mount; xfs_fileoff_t start_zero_fsb; @@ -420,7 +432,7 @@ * We only zero a part of that block so it is handled specially. */ if (XFS_B_FSB_OFFSET(mp, isize) != 0) { - error = xfs_zero_last_block(ip, offset, isize); + error = xfs_zero_last_block(ip, offset, isize, did_zeroing); if (error) return error; } @@ -480,6 +492,7 @@ if (error) return error; + *did_zeroing = true; start_zero_fsb = imap.br_startoff + imap.br_blockcount; ASSERT(start_zero_fsb <= (end_zero_fsb + 1)); } @@ -518,13 +531,15 @@ * having to redo all checks before. */ if (*pos > i_size_read(inode)) { + bool zero = false; + if (*iolock == XFS_IOLOCK_SHARED) { xfs_rw_iunlock(ip, *iolock); *iolock = XFS_IOLOCK_EXCL; xfs_rw_ilock(ip, *iolock); goto restart; } - error = -xfs_zero_eof(ip, *pos, i_size_read(inode)); + error = -xfs_zero_eof(ip, *pos, i_size_read(inode), &zero); if (error) return error; } @@ -634,7 +649,15 @@ pos, -1); if (ret) goto out; - truncate_pagecache_range(VFS_I(ip), pos, -1); + /* + * Invalidate whole pages. This can return an error if + * we fail to invalidate a page, but this should never + * happen on XFS. Warn if it does fail. + */ + ret = invalidate_inode_pages2_range(VFS_I(ip)->i_mapping, + pos >> PAGE_CACHE_SHIFT, -1); + WARN_ON_ONCE(ret); + ret = 0; } /* --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_inode.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_inode.c @@ -1890,21 +1890,17 @@ /* * If there are attributes associated with the file then blow them away * now. The code calls a routine that recursively deconstructs the - * attribute fork. We need to just commit the current transaction - * because we can't use it for xfs_attr_inactive(). + * attribute fork. If also blows away the in-core attribute fork. */ - if (ip->i_d.di_anextents > 0) { - ASSERT(ip->i_d.di_forkoff != 0); - + if (XFS_IFORK_Q(ip)) { error = xfs_attr_inactive(ip); if (error) return; } - if (ip->i_afp) - xfs_idestroy_fork(ip, XFS_ATTR_FORK); - + ASSERT(!ip->i_afp); ASSERT(ip->i_d.di_anextents == 0); + ASSERT(ip->i_d.di_forkoff == 0); /* * Free the inode. @@ -1996,6 +1992,7 @@ agi->agi_unlinked[bucket_index] = cpu_to_be32(agino); offset = offsetof(xfs_agi_t, agi_unlinked) + (sizeof(xfs_agino_t) * bucket_index); + xfs_trans_buf_set_type(tp, agibp, XFS_BLFT_AGI_BUF); xfs_trans_log_buf(tp, agibp, offset, (offset + sizeof(xfs_agino_t) - 1)); return 0; @@ -2087,6 +2084,7 @@ agi->agi_unlinked[bucket_index] = cpu_to_be32(next_agino); offset = offsetof(xfs_agi_t, agi_unlinked) + (sizeof(xfs_agino_t) * bucket_index); + xfs_trans_buf_set_type(tp, agibp, XFS_BLFT_AGI_BUF); xfs_trans_log_buf(tp, agibp, offset, (offset + sizeof(xfs_agino_t) - 1)); } else { --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_inode.h +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_inode.h @@ -379,8 +379,9 @@ int xfs_bumplink(struct xfs_trans *, struct xfs_inode *); /* from xfs_file.c */ -int xfs_zero_eof(struct xfs_inode *, xfs_off_t, xfs_fsize_t); -int xfs_iozero(struct xfs_inode *, loff_t, size_t); +int xfs_zero_eof(struct xfs_inode *ip, xfs_off_t offset, + xfs_fsize_t isize, bool *did_zeroing); +int xfs_iozero(struct xfs_inode *ip, loff_t pos, size_t count); #define IHOLD(ip) \ --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_inode_buf.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_inode_buf.c @@ -66,11 +66,14 @@ * has not had the inode cores stamped into it. Hence for readahead, the buffer * may be potentially invalid. * - * If the readahead buffer is invalid, we don't want to mark it with an error, - * but we do want to clear the DONE status of the buffer so that a followup read - * will re-read it from disk. This will ensure that we don't get an unnecessary - * warnings during log recovery and we don't get unnecssary panics on debug - * kernels. + * If the readahead buffer is invalid, we need to mark it with an error and + * clear the DONE status of the buffer so that a followup read will re-read it + * from disk. We don't report the error otherwise to avoid warnings during log + * recovery and we don't get unnecssary panics on debug kernels. We use EIO here + * because all we want to do is say readahead failed; there is no-one to report + * the error to, so this will distinguish it from a non-ra verifier failure. + * Changes to this readahead error behavour also need to be reflected in + * xfs_dquot_buf_readahead_verify(). */ static void xfs_inode_buf_verify( @@ -98,6 +101,7 @@ XFS_RANDOM_ITOBP_INOTOBP))) { if (readahead) { bp->b_flags &= ~XBF_DONE; + xfs_buf_ioerror(bp, -EIO); return; } --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_iops.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_iops.c @@ -744,6 +744,7 @@ int error; uint lock_flags = 0; uint commit_flags = 0; + bool did_zeroing = false; trace_xfs_setattr(ip); @@ -787,20 +788,16 @@ return error; /* - * Now we can make the changes. Before we join the inode to the - * transaction, take care of the part of the truncation that must be - * done without the inode lock. This needs to be done before joining - * the inode to the transaction, because the inode cannot be unlocked - * once it is a part of the transaction. + * File data changes must be complete before we start the transaction to + * modify the inode. This needs to be done before joining the inode to + * the transaction because the inode cannot be unlocked once it is a + * part of the transaction. + * + * Start with zeroing any data block beyond EOF that we may expose on + * file extension. */ if (newsize > oldsize) { - /* - * Do the first part of growing a file: zero any data in the - * last block that is beyond the old EOF. We need to do this - * before the inode is joined to the transaction to modify - * i_size. - */ - error = xfs_zero_eof(ip, newsize, oldsize); + error = xfs_zero_eof(ip, newsize, oldsize, &did_zeroing); if (error) return error; } @@ -810,23 +807,18 @@ * any previous writes that are beyond the on disk EOF and the new * EOF that have not been written out need to be written here. If we * do not write the data out, we expose ourselves to the null files - * problem. - * - * Only flush from the on disk size to the smaller of the in memory - * file size or the new size as that's the range we really care about - * here and prevents waiting for other data not within the range we - * care about here. + * problem. Note that this includes any block zeroing we did above; + * otherwise those blocks may not be zeroed after a crash. */ - if (oldsize != ip->i_d.di_size && newsize > ip->i_d.di_size) { + if (newsize > ip->i_d.di_size && + (oldsize != ip->i_d.di_size || did_zeroing)) { error = -filemap_write_and_wait_range(VFS_I(ip)->i_mapping, ip->i_d.di_size, newsize); if (error) return error; } - /* - * Wait for all direct I/O to complete. - */ + /* Now wait for all direct I/O to complete. */ inode_dio_wait(inode); /* --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_log_recover.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_log_recover.c @@ -2044,9 +2044,14 @@ uuid = &((struct xfs_dir3_blk_hdr *)blk)->uuid; break; case XFS_ATTR3_RMT_MAGIC: - lsn = be64_to_cpu(((struct xfs_attr3_rmt_hdr *)blk)->rm_lsn); - uuid = &((struct xfs_attr3_rmt_hdr *)blk)->rm_uuid; - break; + /* + * Remote attr blocks are written synchronously, rather than + * being logged. That means they do not contain a valid LSN + * (i.e. transactionally ordered) in them, and hence any time we + * see a buffer to replay over the top of a remote attribute + * block we should simply do so. + */ + goto recover_immediately; case XFS_SB_MAGIC: lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn); uuid = &((struct xfs_dsb *)blk)->sb_uuid; @@ -2125,6 +2130,17 @@ __uint16_t magic16; __uint16_t magicda; + /* + * We can only do post recovery validation on items on CRC enabled + * fielsystems as we need to know when the buffer was written to be able + * to determine if we should have replayed the item. If we replay old + * metadata over a newer buffer, then it will enter a temporarily + * inconsistent state resulting in verification failures. Hence for now + * just avoid the verification stage for non-crc filesystems + */ + if (!xfs_sb_version_hascrc(&mp->m_sb)) + return; + magic32 = be32_to_cpu(*(__be32 *)bp->b_addr); magic16 = be16_to_cpu(*(__be16*)bp->b_addr); magicda = be16_to_cpu(info->magic); @@ -2162,8 +2178,6 @@ bp->b_ops = &xfs_agf_buf_ops; break; case XFS_BLFT_AGFL_BUF: - if (!xfs_sb_version_hascrc(&mp->m_sb)) - break; if (magic32 != XFS_AGFL_MAGIC) { xfs_warn(mp, "Bad AGFL block magic!"); ASSERT(0); @@ -2196,10 +2210,6 @@ #endif break; case XFS_BLFT_DINO_BUF: - /* - * we get here with inode allocation buffers, not buffers that - * track unlinked list changes. - */ if (magic16 != XFS_DINODE_MAGIC) { xfs_warn(mp, "Bad INODE block magic!"); ASSERT(0); @@ -2279,8 +2289,6 @@ bp->b_ops = &xfs_attr3_leaf_buf_ops; break; case XFS_BLFT_ATTR_RMT_BUF: - if (!xfs_sb_version_hascrc(&mp->m_sb)) - break; if (magic32 != XFS_ATTR3_RMT_MAGIC) { xfs_warn(mp, "Bad attr remote magic!"); ASSERT(0); @@ -2387,16 +2395,7 @@ /* Shouldn't be any more regions */ ASSERT(i == item->ri_total); - /* - * We can only do post recovery validation on items on CRC enabled - * fielsystems as we need to know when the buffer was written to be able - * to determine if we should have replayed the item. If we replay old - * metadata over a newer buffer, then it will enter a temporarily - * inconsistent state resulting in verification failures. Hence for now - * just avoid the verification stage for non-crc filesystems - */ - if (xfs_sb_version_hascrc(&mp->m_sb)) - xlog_recover_validate_buf_type(mp, bp, buf_f); + xlog_recover_validate_buf_type(mp, bp, buf_f); } /* @@ -2504,12 +2503,29 @@ } /* - * recover the buffer only if we get an LSN from it and it's less than + * Recover the buffer only if we get an LSN from it and it's less than * the lsn of the transaction we are replaying. + * + * Note that we have to be extremely careful of readahead here. + * Readahead does not attach verfiers to the buffers so if we don't + * actually do any replay after readahead because of the LSN we found + * in the buffer if more recent than that current transaction then we + * need to attach the verifier directly. Failure to do so can lead to + * future recovery actions (e.g. EFI and unlinked list recovery) can + * operate on the buffers and they won't get the verifier attached. This + * can lead to blocks on disk having the correct content but a stale + * CRC. + * + * It is safe to assume these clean buffers are currently up to date. + * If the buffer is dirtied by a later transaction being replayed, then + * the verifier will be reset to match whatever recover turns that + * buffer into. */ lsn = xlog_recover_get_buf_lsn(mp, bp); - if (lsn && lsn != -1 && XFS_LSN_CMP(lsn, current_lsn) >= 0) + if (lsn && lsn != -1 && XFS_LSN_CMP(lsn, current_lsn) >= 0) { + xlog_recover_validate_buf_type(mp, bp, buf_f); goto out_release; + } if (buf_f->blf_flags & XFS_BLF_INODE_BUF) { error = xlog_recover_do_inode_buffer(mp, item, bp, buf_f); @@ -3318,6 +3334,7 @@ struct xfs_disk_dquot *recddq; struct xfs_dq_logformat *dq_f; uint type; + int len; if (mp->m_qflags == 0) @@ -3338,8 +3355,12 @@ ASSERT(dq_f); ASSERT(dq_f->qlf_len == 1); - xfs_buf_readahead(mp->m_ddev_targp, dq_f->qlf_blkno, - XFS_FSB_TO_BB(mp, dq_f->qlf_len), NULL); + len = XFS_FSB_TO_BB(mp, dq_f->qlf_len); + if (xlog_peek_buffer_cancelled(log, dq_f->qlf_blkno, len, 0)) + return; + + xfs_buf_readahead(mp->m_ddev_targp, dq_f->qlf_blkno, len, + &xfs_dquot_buf_ra_ops); } STATIC void --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_mount.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_mount.c @@ -250,9 +250,9 @@ mp->m_flags &= ~XFS_MOUNT_32BITINODES; if (mp->m_flags & XFS_MOUNT_32BITINODES) - index = xfs_set_inode32(mp); + index = xfs_set_inode32(mp, agcount); else - index = xfs_set_inode64(mp); + index = xfs_set_inode64(mp, agcount); if (maxagi) *maxagi = index; --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_qm.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_qm.c @@ -937,6 +937,11 @@ */ xfs_dqcheck(mp, ddq, id+j, type, XFS_QMOPT_DQREPAIR, "xfs_quotacheck"); + /* + * Reset type in case we are reusing group quota file for + * project quotas or vice versa + */ + ddq->d_flags = type; ddq->d_bcount = 0; ddq->d_icount = 0; ddq->d_rtbcount = 0; @@ -1005,6 +1010,12 @@ if (error) break; + /* + * A corrupt buffer might not have a verifier attached, so + * make sure we have the correct one attached before writeback + * occurs. + */ + bp->b_ops = &xfs_dquot_buf_ops; xfs_qm_reset_dqcounts(mp, bp, firstid, type); xfs_buf_delwri_queue(bp, buffer_list); xfs_buf_relse(bp); @@ -1090,7 +1101,7 @@ xfs_buf_readahead(mp->m_ddev_targp, XFS_FSB_TO_DADDR(mp, rablkno), mp->m_quotainfo->qi_dqchunklen, - NULL); + &xfs_dquot_buf_ops); rablkno++; } } --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_qm.h +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_qm.h @@ -167,9 +167,9 @@ /* quota ops */ extern int xfs_qm_scall_trunc_qfiles(struct xfs_mount *, uint); extern int xfs_qm_scall_getquota(struct xfs_mount *, xfs_dqid_t, - uint, struct fs_disk_quota *); + uint, struct qc_dqblk *); extern int xfs_qm_scall_setqlim(struct xfs_mount *, xfs_dqid_t, uint, - struct fs_disk_quota *); + struct qc_dqblk *); extern int xfs_qm_scall_getqstat(struct xfs_mount *, struct fs_quota_stat *); extern int xfs_qm_scall_getqstatv(struct xfs_mount *, --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_qm_syscalls.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_qm_syscalls.c @@ -40,7 +40,6 @@ STATIC int xfs_qm_log_quotaoff_end(xfs_mount_t *, xfs_qoff_logitem_t *, uint); STATIC uint xfs_qm_export_flags(uint); -STATIC uint xfs_qm_export_qtype_flags(uint); /* * Turn off quota accounting and/or enforcement for all udquots and/or @@ -574,8 +573,8 @@ return 0; } -#define XFS_DQ_MASK \ - (FS_DQ_LIMIT_MASK | FS_DQ_TIMER_MASK | FS_DQ_WARNS_MASK) +#define XFS_QC_MASK \ + (QC_LIMIT_MASK | QC_TIMER_MASK | QC_WARNS_MASK) /* * Adjust quota limits, and start/stop timers accordingly. @@ -585,7 +584,7 @@ struct xfs_mount *mp, xfs_dqid_t id, uint type, - fs_disk_quota_t *newlim) + struct qc_dqblk *newlim) { struct xfs_quotainfo *q = mp->m_quotainfo; struct xfs_disk_dquot *ddq; @@ -594,9 +593,9 @@ int error; xfs_qcnt_t hard, soft; - if (newlim->d_fieldmask & ~XFS_DQ_MASK) + if (newlim->d_fieldmask & ~XFS_QC_MASK) return EINVAL; - if ((newlim->d_fieldmask & XFS_DQ_MASK) == 0) + if ((newlim->d_fieldmask & XFS_QC_MASK) == 0) return 0; /* @@ -634,11 +633,11 @@ /* * Make sure that hardlimits are >= soft limits before changing. */ - hard = (newlim->d_fieldmask & FS_DQ_BHARD) ? - (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_hardlimit) : + hard = (newlim->d_fieldmask & QC_SPC_HARD) ? + (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_hardlimit) : be64_to_cpu(ddq->d_blk_hardlimit); - soft = (newlim->d_fieldmask & FS_DQ_BSOFT) ? - (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_softlimit) : + soft = (newlim->d_fieldmask & QC_SPC_SOFT) ? + (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_softlimit) : be64_to_cpu(ddq->d_blk_softlimit); if (hard == 0 || hard >= soft) { ddq->d_blk_hardlimit = cpu_to_be64(hard); @@ -651,11 +650,11 @@ } else { xfs_debug(mp, "blkhard %Ld < blksoft %Ld", hard, soft); } - hard = (newlim->d_fieldmask & FS_DQ_RTBHARD) ? - (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_hardlimit) : + hard = (newlim->d_fieldmask & QC_RT_SPC_HARD) ? + (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_hardlimit) : be64_to_cpu(ddq->d_rtb_hardlimit); - soft = (newlim->d_fieldmask & FS_DQ_RTBSOFT) ? - (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_softlimit) : + soft = (newlim->d_fieldmask & QC_RT_SPC_SOFT) ? + (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_softlimit) : be64_to_cpu(ddq->d_rtb_softlimit); if (hard == 0 || hard >= soft) { ddq->d_rtb_hardlimit = cpu_to_be64(hard); @@ -668,10 +667,10 @@ xfs_debug(mp, "rtbhard %Ld < rtbsoft %Ld", hard, soft); } - hard = (newlim->d_fieldmask & FS_DQ_IHARD) ? + hard = (newlim->d_fieldmask & QC_INO_HARD) ? (xfs_qcnt_t) newlim->d_ino_hardlimit : be64_to_cpu(ddq->d_ino_hardlimit); - soft = (newlim->d_fieldmask & FS_DQ_ISOFT) ? + soft = (newlim->d_fieldmask & QC_INO_SOFT) ? (xfs_qcnt_t) newlim->d_ino_softlimit : be64_to_cpu(ddq->d_ino_softlimit); if (hard == 0 || hard >= soft) { @@ -688,12 +687,12 @@ /* * Update warnings counter(s) if requested */ - if (newlim->d_fieldmask & FS_DQ_BWARNS) - ddq->d_bwarns = cpu_to_be16(newlim->d_bwarns); - if (newlim->d_fieldmask & FS_DQ_IWARNS) - ddq->d_iwarns = cpu_to_be16(newlim->d_iwarns); - if (newlim->d_fieldmask & FS_DQ_RTBWARNS) - ddq->d_rtbwarns = cpu_to_be16(newlim->d_rtbwarns); + if (newlim->d_fieldmask & QC_SPC_WARNS) + ddq->d_bwarns = cpu_to_be16(newlim->d_spc_warns); + if (newlim->d_fieldmask & QC_INO_WARNS) + ddq->d_iwarns = cpu_to_be16(newlim->d_ino_warns); + if (newlim->d_fieldmask & QC_RT_SPC_WARNS) + ddq->d_rtbwarns = cpu_to_be16(newlim->d_rt_spc_warns); if (id == 0) { /* @@ -703,24 +702,24 @@ * soft and hard limit values (already done, above), and * for warnings. */ - if (newlim->d_fieldmask & FS_DQ_BTIMER) { - q->qi_btimelimit = newlim->d_btimer; - ddq->d_btimer = cpu_to_be32(newlim->d_btimer); + if (newlim->d_fieldmask & QC_SPC_TIMER) { + q->qi_btimelimit = newlim->d_spc_timer; + ddq->d_btimer = cpu_to_be32(newlim->d_spc_timer); } - if (newlim->d_fieldmask & FS_DQ_ITIMER) { - q->qi_itimelimit = newlim->d_itimer; - ddq->d_itimer = cpu_to_be32(newlim->d_itimer); + if (newlim->d_fieldmask & QC_INO_TIMER) { + q->qi_itimelimit = newlim->d_ino_timer; + ddq->d_itimer = cpu_to_be32(newlim->d_ino_timer); } - if (newlim->d_fieldmask & FS_DQ_RTBTIMER) { - q->qi_rtbtimelimit = newlim->d_rtbtimer; - ddq->d_rtbtimer = cpu_to_be32(newlim->d_rtbtimer); + if (newlim->d_fieldmask & QC_RT_SPC_TIMER) { + q->qi_rtbtimelimit = newlim->d_rt_spc_timer; + ddq->d_rtbtimer = cpu_to_be32(newlim->d_rt_spc_timer); } - if (newlim->d_fieldmask & FS_DQ_BWARNS) - q->qi_bwarnlimit = newlim->d_bwarns; - if (newlim->d_fieldmask & FS_DQ_IWARNS) - q->qi_iwarnlimit = newlim->d_iwarns; - if (newlim->d_fieldmask & FS_DQ_RTBWARNS) - q->qi_rtbwarnlimit = newlim->d_rtbwarns; + if (newlim->d_fieldmask & QC_SPC_WARNS) + q->qi_bwarnlimit = newlim->d_spc_warns; + if (newlim->d_fieldmask & QC_INO_WARNS) + q->qi_iwarnlimit = newlim->d_ino_warns; + if (newlim->d_fieldmask & QC_RT_SPC_WARNS) + q->qi_rtbwarnlimit = newlim->d_rt_spc_warns; } else { /* * If the user is now over quota, start the timelimit. @@ -831,7 +830,7 @@ struct xfs_mount *mp, xfs_dqid_t id, uint type, - struct fs_disk_quota *dst) + struct qc_dqblk *dst) { struct xfs_dquot *dqp; int error; @@ -855,28 +854,25 @@ } memset(dst, 0, sizeof(*dst)); - dst->d_version = FS_DQUOT_VERSION; - dst->d_flags = xfs_qm_export_qtype_flags(dqp->q_core.d_flags); - dst->d_id = be32_to_cpu(dqp->q_core.d_id); - dst->d_blk_hardlimit = - XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_blk_hardlimit)); - dst->d_blk_softlimit = - XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_blk_softlimit)); + dst->d_spc_hardlimit = + XFS_FSB_TO_B(mp, be64_to_cpu(dqp->q_core.d_blk_hardlimit)); + dst->d_spc_softlimit = + XFS_FSB_TO_B(mp, be64_to_cpu(dqp->q_core.d_blk_softlimit)); dst->d_ino_hardlimit = be64_to_cpu(dqp->q_core.d_ino_hardlimit); dst->d_ino_softlimit = be64_to_cpu(dqp->q_core.d_ino_softlimit); - dst->d_bcount = XFS_FSB_TO_BB(mp, dqp->q_res_bcount); - dst->d_icount = dqp->q_res_icount; - dst->d_btimer = be32_to_cpu(dqp->q_core.d_btimer); - dst->d_itimer = be32_to_cpu(dqp->q_core.d_itimer); - dst->d_iwarns = be16_to_cpu(dqp->q_core.d_iwarns); - dst->d_bwarns = be16_to_cpu(dqp->q_core.d_bwarns); - dst->d_rtb_hardlimit = - XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_rtb_hardlimit)); - dst->d_rtb_softlimit = - XFS_FSB_TO_BB(mp, be64_to_cpu(dqp->q_core.d_rtb_softlimit)); - dst->d_rtbcount = XFS_FSB_TO_BB(mp, dqp->q_res_rtbcount); - dst->d_rtbtimer = be32_to_cpu(dqp->q_core.d_rtbtimer); - dst->d_rtbwarns = be16_to_cpu(dqp->q_core.d_rtbwarns); + dst->d_space = XFS_FSB_TO_B(mp, dqp->q_res_bcount); + dst->d_ino_count = dqp->q_res_icount; + dst->d_spc_timer = be32_to_cpu(dqp->q_core.d_btimer); + dst->d_ino_timer = be32_to_cpu(dqp->q_core.d_itimer); + dst->d_ino_warns = be16_to_cpu(dqp->q_core.d_iwarns); + dst->d_spc_warns = be16_to_cpu(dqp->q_core.d_bwarns); + dst->d_rt_spc_hardlimit = + XFS_FSB_TO_B(mp, be64_to_cpu(dqp->q_core.d_rtb_hardlimit)); + dst->d_rt_spc_softlimit = + XFS_FSB_TO_B(mp, be64_to_cpu(dqp->q_core.d_rtb_softlimit)); + dst->d_rt_space = XFS_FSB_TO_B(mp, dqp->q_res_rtbcount); + dst->d_rt_spc_timer = be32_to_cpu(dqp->q_core.d_rtbtimer); + dst->d_rt_spc_warns = be16_to_cpu(dqp->q_core.d_rtbwarns); /* * Internally, we don't reset all the timers when quota enforcement @@ -889,23 +885,23 @@ dqp->q_core.d_flags == XFS_DQ_GROUP) || (!XFS_IS_PQUOTA_ENFORCED(mp) && dqp->q_core.d_flags == XFS_DQ_PROJ)) { - dst->d_btimer = 0; - dst->d_itimer = 0; - dst->d_rtbtimer = 0; + dst->d_spc_timer = 0; + dst->d_ino_timer = 0; + dst->d_rt_spc_timer = 0; } #ifdef DEBUG - if (((XFS_IS_UQUOTA_ENFORCED(mp) && dst->d_flags == FS_USER_QUOTA) || - (XFS_IS_GQUOTA_ENFORCED(mp) && dst->d_flags == FS_GROUP_QUOTA) || - (XFS_IS_PQUOTA_ENFORCED(mp) && dst->d_flags == FS_PROJ_QUOTA)) && - dst->d_id != 0) { - if ((dst->d_bcount > dst->d_blk_softlimit) && - (dst->d_blk_softlimit > 0)) { - ASSERT(dst->d_btimer != 0); + if (((XFS_IS_UQUOTA_ENFORCED(mp) && type == XFS_DQ_USER) || + (XFS_IS_GQUOTA_ENFORCED(mp) && type == XFS_DQ_GROUP) || + (XFS_IS_PQUOTA_ENFORCED(mp) && type == XFS_DQ_PROJ)) && + id != 0) { + if ((dst->d_space > dst->d_spc_softlimit) && + (dst->d_spc_softlimit > 0)) { + ASSERT(dst->d_spc_timer != 0); } - if ((dst->d_icount > dst->d_ino_softlimit) && + if ((dst->d_ino_count > dst->d_ino_softlimit) && (dst->d_ino_softlimit > 0)) { - ASSERT(dst->d_itimer != 0); + ASSERT(dst->d_ino_timer != 0); } } #endif @@ -915,26 +911,6 @@ } STATIC uint -xfs_qm_export_qtype_flags( - uint flags) -{ - /* - * Can't be more than one, or none. - */ - ASSERT((flags & (FS_PROJ_QUOTA | FS_USER_QUOTA)) != - (FS_PROJ_QUOTA | FS_USER_QUOTA)); - ASSERT((flags & (FS_PROJ_QUOTA | FS_GROUP_QUOTA)) != - (FS_PROJ_QUOTA | FS_GROUP_QUOTA)); - ASSERT((flags & (FS_USER_QUOTA | FS_GROUP_QUOTA)) != - (FS_USER_QUOTA | FS_GROUP_QUOTA)); - ASSERT((flags & (FS_PROJ_QUOTA|FS_USER_QUOTA|FS_GROUP_QUOTA)) != 0); - - return (flags & XFS_DQ_USER) ? - FS_USER_QUOTA : (flags & XFS_DQ_PROJ) ? - FS_PROJ_QUOTA : FS_GROUP_QUOTA; -} - -STATIC uint xfs_qm_export_flags( uint flags) { --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_quota_defs.h +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_quota_defs.h @@ -155,7 +155,7 @@ #define XFS_QMOPT_RESBLK_MASK (XFS_QMOPT_RES_REGBLKS | XFS_QMOPT_RES_RTBLKS) extern int xfs_dqcheck(struct xfs_mount *mp, xfs_disk_dquot_t *ddq, - xfs_dqid_t id, uint type, uint flags, char *str); + xfs_dqid_t id, uint type, uint flags, const char *str); extern int xfs_calc_dquots_per_chunk(unsigned int nbblks); #endif /* __XFS_QUOTA_H__ */ --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_quotaops.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_quotaops.c @@ -133,7 +133,7 @@ xfs_fs_get_dqblk( struct super_block *sb, struct kqid qid, - struct fs_disk_quota *fdq) + struct qc_dqblk *qdq) { struct xfs_mount *mp = XFS_M(sb); @@ -143,14 +143,14 @@ return -ESRCH; return -xfs_qm_scall_getquota(mp, from_kqid(&init_user_ns, qid), - xfs_quota_type(qid.type), fdq); + xfs_quota_type(qid.type), qdq); } STATIC int xfs_fs_set_dqblk( struct super_block *sb, struct kqid qid, - struct fs_disk_quota *fdq) + struct qc_dqblk *qdq) { struct xfs_mount *mp = XFS_M(sb); @@ -162,7 +162,7 @@ return -ESRCH; return -xfs_qm_scall_setqlim(mp, from_kqid(&init_user_ns, qid), - xfs_quota_type(qid.type), fdq); + xfs_quota_type(qid.type), qdq); } const struct quotactl_ops xfs_quotactl_operations = { --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_shared.h +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_shared.h @@ -49,6 +49,7 @@ extern const struct xfs_buf_ops xfs_inode_buf_ops; extern const struct xfs_buf_ops xfs_inode_buf_ra_ops; extern const struct xfs_buf_ops xfs_dquot_buf_ops; +extern const struct xfs_buf_ops xfs_dquot_buf_ra_ops; extern const struct xfs_buf_ops xfs_sb_buf_ops; extern const struct xfs_buf_ops xfs_sb_quiet_buf_ops; extern const struct xfs_buf_ops xfs_symlink_buf_ops; --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_super.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_super.c @@ -529,9 +529,9 @@ seq_printf(m, "," MNTOPT_LOGBSIZE "=%dk", mp->m_logbsize >> 10); if (mp->m_logname) - seq_printf(m, "," MNTOPT_LOGDEV "=%s", mp->m_logname); + seq_show_option(m, MNTOPT_LOGDEV, mp->m_logname); if (mp->m_rtname) - seq_printf(m, "," MNTOPT_RTDEV "=%s", mp->m_rtname); + seq_show_option(m, MNTOPT_RTDEV, mp->m_rtname); if (mp->m_dalign > 0) seq_printf(m, "," MNTOPT_SUNIT "=%d", @@ -597,8 +597,13 @@ return (((__uint64_t)pagefactor) << bitshift) - 1; } +/* + * xfs_set_inode32() and xfs_set_inode64() are passed an agcount + * because in the growfs case, mp->m_sb.sb_agcount is not updated + * yet to the potentially higher ag count. + */ xfs_agnumber_t -xfs_set_inode32(struct xfs_mount *mp) +xfs_set_inode32(struct xfs_mount *mp, xfs_agnumber_t agcount) { xfs_agnumber_t index = 0; xfs_agnumber_t maxagi = 0; @@ -620,10 +625,10 @@ do_div(icount, sbp->sb_agblocks); max_metadata = icount; } else { - max_metadata = sbp->sb_agcount; + max_metadata = agcount; } - for (index = 0; index < sbp->sb_agcount; index++) { + for (index = 0; index < agcount; index++) { ino = XFS_AGINO_TO_INO(mp, index, agino); if (ino > XFS_MAXINUMBER_32) { @@ -648,11 +653,11 @@ } xfs_agnumber_t -xfs_set_inode64(struct xfs_mount *mp) +xfs_set_inode64(struct xfs_mount *mp, xfs_agnumber_t agcount) { xfs_agnumber_t index = 0; - for (index = 0; index < mp->m_sb.sb_agcount; index++) { + for (index = 0; index < agcount; index++) { struct xfs_perag *pag; pag = xfs_perag_get(mp, index); @@ -853,17 +858,17 @@ goto out_destroy_unwritten; mp->m_reclaim_workqueue = alloc_workqueue("xfs-reclaim/%s", - 0, 0, mp->m_fsname); + WQ_MEM_RECLAIM, 0, mp->m_fsname); if (!mp->m_reclaim_workqueue) goto out_destroy_cil; mp->m_log_workqueue = alloc_workqueue("xfs-log/%s", - 0, 0, mp->m_fsname); + WQ_MEM_RECLAIM, 0, mp->m_fsname); if (!mp->m_log_workqueue) goto out_destroy_reclaim; mp->m_eofblocks_workqueue = alloc_workqueue("xfs-eofblocks/%s", - 0, 0, mp->m_fsname); + WQ_MEM_RECLAIM, 0, mp->m_fsname); if (!mp->m_eofblocks_workqueue) goto out_destroy_log; @@ -1188,6 +1193,7 @@ char *options) { struct xfs_mount *mp = XFS_M(sb); + xfs_sb_t *sbp = &mp->m_sb; substring_t args[MAX_OPT_ARGS]; char *p; int error; @@ -1208,10 +1214,10 @@ mp->m_flags &= ~XFS_MOUNT_BARRIER; break; case Opt_inode64: - mp->m_maxagi = xfs_set_inode64(mp); + mp->m_maxagi = xfs_set_inode64(mp, sbp->sb_agcount); break; case Opt_inode32: - mp->m_maxagi = xfs_set_inode32(mp); + mp->m_maxagi = xfs_set_inode32(mp, sbp->sb_agcount); break; default: /* --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_super.h +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_super.h @@ -76,8 +76,8 @@ extern void xfs_flush_inodes(struct xfs_mount *mp); extern void xfs_blkdev_issue_flush(struct xfs_buftarg *); -extern xfs_agnumber_t xfs_set_inode32(struct xfs_mount *); -extern xfs_agnumber_t xfs_set_inode64(struct xfs_mount *); +extern xfs_agnumber_t xfs_set_inode32(struct xfs_mount *, xfs_agnumber_t agcount); +extern xfs_agnumber_t xfs_set_inode64(struct xfs_mount *, xfs_agnumber_t agcount); extern const struct export_operations xfs_export_operations; extern const struct xattr_handler *xfs_xattr_handlers[]; --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_symlink.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_symlink.c @@ -107,7 +107,7 @@ cur_chunk += sizeof(struct xfs_dsymlink_hdr); } - memcpy(link + offset, bp->b_addr, byte_cnt); + memcpy(link + offset, cur_chunk, byte_cnt); pathlen -= byte_cnt; offset += byte_cnt; --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_symlink_remote.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_symlink_remote.c @@ -180,6 +180,8 @@ struct xfs_mount *mp = ip->i_mount; char *buf; + xfs_trans_buf_set_type(tp, bp, XFS_BLFT_SYMLINK_BUF); + if (!xfs_sb_version_hascrc(&mp->m_sb)) { bp->b_ops = NULL; memcpy(bp->b_addr, ifp->if_u1.if_data, ifp->if_bytes); --- linux-lts-utopic-3.16.0.orig/fs/xfs/xfs_trans.c +++ linux-lts-utopic-3.16.0/fs/xfs/xfs_trans.c @@ -474,6 +474,7 @@ whole = 1; } + xfs_trans_buf_set_type(tp, bp, XFS_BLFT_SB_BUF); if (whole) /* * Log the whole thing, the fields are noncontiguous. --- linux-lts-utopic-3.16.0.orig/include/acpi/acpi_bus.h +++ linux-lts-utopic-3.16.0/include/acpi/acpi_bus.h @@ -118,6 +118,7 @@ struct acpi_hotplug_profile { struct kobject kobj; int (*scan_dependent)(struct acpi_device *adev); + void (*notify_online)(struct acpi_device *adev); bool enabled:1; bool demand_offline:1; }; @@ -246,7 +247,6 @@ acpi_device_name device_name; /* Driver-determined */ acpi_device_class device_class; /* " */ union acpi_object *str_obj; /* unicode string for _STR method */ - unsigned long sun; /* _SUN */ }; #define acpi_device_bid(d) ((d)->pnp.bus_id) --- linux-lts-utopic-3.16.0.orig/include/acpi/acpixf.h +++ linux-lts-utopic-3.16.0/include/acpi/acpixf.h @@ -197,9 +197,18 @@ * address. Although ACPICA adheres to the ACPI specification which * requires the use of the corresponding 64-bit address if it is non-zero, * some machines have been found to have a corrupted non-zero 64-bit - * address. Default is TRUE, favor the 32-bit addresses. + * address. Default is FALSE, do not favor the 32-bit addresses. */ -ACPI_INIT_GLOBAL(u8, acpi_gbl_use32_bit_fadt_addresses, TRUE); +ACPI_INIT_GLOBAL(u8, acpi_gbl_use32_bit_fadt_addresses, FALSE); + +/* + * Optionally use 32-bit FACS table addresses. + * It is reported that some platforms fail to resume from system suspending + * if 64-bit FACS table address is selected: + * https://bugzilla.kernel.org/show_bug.cgi?id=74021 + * Default is TRUE, favor the 32-bit addresses. + */ +ACPI_INIT_GLOBAL(u8, acpi_gbl_use32_bit_facs_addresses, TRUE); /* * Optionally truncate I/O addresses to 16 bits. Provides compatibility @@ -416,13 +425,13 @@ ACPI_EXTERNAL_RETURN_STATUS(acpi_status __init acpi_reallocate_root_table(void)) ACPI_EXTERNAL_RETURN_STATUS(acpi_status __init - acpi_find_root_pointer(acpi_size * rsdp_address)) - + acpi_find_root_pointer(acpi_physical_address * + rsdp_address)) ACPI_EXTERNAL_RETURN_STATUS(acpi_status - acpi_get_table_header(acpi_string signature, - u32 instance, - struct acpi_table_header - *out_table_header)) + acpi_get_table_header(acpi_string signature, + u32 instance, + struct acpi_table_header + *out_table_header)) ACPI_EXTERNAL_RETURN_STATUS(acpi_status acpi_get_table(acpi_string signature, u32 instance, struct acpi_table_header @@ -658,6 +667,10 @@ u32 gpe_number)) ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status + acpi_mark_gpe_for_wake(acpi_handle gpe_device, + u32 gpe_number)) + +ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_setup_gpe_for_wake(acpi_handle parent_device, acpi_handle gpe_device, --- linux-lts-utopic-3.16.0.orig/include/acpi/actypes.h +++ linux-lts-utopic-3.16.0/include/acpi/actypes.h @@ -198,9 +198,29 @@ typedef s32 acpi_native_int; typedef u32 acpi_size; + +#ifdef ACPI_32BIT_PHYSICAL_ADDRESS + +/* + * OSPMs can define this to shrink the size of the structures for 32-bit + * none PAE environment. ASL compiler may always define this to generate + * 32-bit OSPM compliant tables. + */ typedef u32 acpi_io_address; typedef u32 acpi_physical_address; +#else /* ACPI_32BIT_PHYSICAL_ADDRESS */ + +/* + * It is reported that, after some calculations, the physical addresses can + * wrap over the 32-bit boundary on 32-bit PAE environment. + * https://bugzilla.kernel.org/show_bug.cgi?id=87971 + */ +typedef u64 acpi_io_address; +typedef u64 acpi_physical_address; + +#endif /* ACPI_32BIT_PHYSICAL_ADDRESS */ + #define ACPI_MAX_PTR ACPI_UINT32_MAX #define ACPI_SIZE_MAX ACPI_UINT32_MAX @@ -552,6 +572,7 @@ #define ACPI_NO_ACPI_ENABLE 0x10 #define ACPI_NO_DEVICE_INIT 0x20 #define ACPI_NO_OBJECT_INIT 0x40 +#define ACPI_NO_FACS_INIT 0x80 /* * Initialization state --- linux-lts-utopic-3.16.0.orig/include/acpi/platform/acenv.h +++ linux-lts-utopic-3.16.0/include/acpi/platform/acenv.h @@ -76,6 +76,7 @@ #define ACPI_LARGE_NAMESPACE_NODE #define ACPI_DATA_TABLE_DISASSEMBLY #define ACPI_SINGLE_THREADED +#define ACPI_32BIT_PHYSICAL_ADDRESS #endif /* acpi_exec configuration. Multithreaded with full AML debugger */ --- linux-lts-utopic-3.16.0.orig/include/asm-generic/cputime_nsecs.h +++ linux-lts-utopic-3.16.0/include/asm-generic/cputime_nsecs.h @@ -73,7 +73,7 @@ */ static inline cputime_t timespec_to_cputime(const struct timespec *val) { - u64 ret = val->tv_sec * NSEC_PER_SEC + val->tv_nsec; + u64 ret = (u64)val->tv_sec * NSEC_PER_SEC + val->tv_nsec; return (__force cputime_t) ret; } static inline void cputime_to_timespec(const cputime_t ct, struct timespec *val) @@ -89,7 +89,8 @@ */ static inline cputime_t timeval_to_cputime(const struct timeval *val) { - u64 ret = val->tv_sec * NSEC_PER_SEC + val->tv_usec * NSEC_PER_USEC; + u64 ret = (u64)val->tv_sec * NSEC_PER_SEC + + val->tv_usec * NSEC_PER_USEC; return (__force cputime_t) ret; } static inline void cputime_to_timeval(const cputime_t ct, struct timeval *val) --- linux-lts-utopic-3.16.0.orig/include/asm-generic/preempt.h +++ linux-lts-utopic-3.16.0/include/asm-generic/preempt.h @@ -74,9 +74,10 @@ /* * Returns true when we need to resched and can (barring IRQ state). */ -static __always_inline bool should_resched(void) +static __always_inline bool should_resched(int preempt_offset) { - return unlikely(!preempt_count() && tif_need_resched()); + return unlikely(preempt_count() == preempt_offset && + tif_need_resched()); } #ifdef CONFIG_PREEMPT --- linux-lts-utopic-3.16.0.orig/include/asm-generic/sections.h +++ linux-lts-utopic-3.16.0/include/asm-generic/sections.h @@ -3,6 +3,8 @@ /* References to section boundaries */ +#include + /* * Usage guidelines: * _text, _data: architecture specific, don't use them in arch-independent code @@ -37,6 +39,8 @@ /* Start and end of .ctors section - used for constructor calls. */ extern char __ctors_start[], __ctors_end[]; +extern __visible const void __nosave_begin, __nosave_end; + /* function descriptor handling (if any). Override * in asm/sections.h */ #ifndef dereference_function_descriptor --- linux-lts-utopic-3.16.0.orig/include/crypto/hash.h +++ linux-lts-utopic-3.16.0/include/crypto/hash.h @@ -94,6 +94,7 @@ unsigned int keylen); unsigned int reqsize; + bool has_setkey; struct crypto_tfm base; }; @@ -181,6 +182,12 @@ int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen); + +static inline bool crypto_ahash_has_setkey(struct crypto_ahash *tfm) +{ + return tfm->has_setkey; +} + int crypto_ahash_finup(struct ahash_request *req); int crypto_ahash_final(struct ahash_request *req); int crypto_ahash_digest(struct ahash_request *req); --- linux-lts-utopic-3.16.0.orig/include/crypto/if_alg.h +++ linux-lts-utopic-3.16.0/include/crypto/if_alg.h @@ -30,6 +30,9 @@ struct sock *parent; + unsigned int refcnt; + unsigned int nokey_refcnt; + const struct af_alg_type *type; void *private; }; @@ -49,8 +52,10 @@ void (*release)(void *private); int (*setkey)(void *private, const u8 *key, unsigned int keylen); int (*accept)(void *private, struct sock *sk); + int (*accept_nokey)(void *private, struct sock *sk); struct proto_ops *ops; + struct proto_ops *ops_nokey; struct module *owner; char name[14]; }; @@ -64,6 +69,7 @@ int af_alg_unregister_type(const struct af_alg_type *type); int af_alg_release(struct socket *sock); +void af_alg_release_parent(struct sock *sk); int af_alg_accept(struct sock *sk, struct socket *newsock); int af_alg_make_sg(struct af_alg_sgl *sgl, void __user *addr, int len, @@ -80,11 +86,6 @@ return (struct alg_sock *)sk; } -static inline void af_alg_release_parent(struct sock *sk) -{ - sock_put(alg_sk(sk)->parent); -} - static inline void af_alg_init_completion(struct af_alg_completion *completion) { init_completion(&completion->completion); --- linux-lts-utopic-3.16.0.orig/include/drm/drmP.h +++ linux-lts-utopic-3.16.0/include/drm/drmP.h @@ -407,6 +407,11 @@ * in the plane list */ unsigned universal_planes:1; + /* + * This client is allowed to gain master privileges for @master. + * Protected by struct drm_device::master_mutex. + */ + unsigned allowed_master:1; struct pid *pid; kuid_t uid; @@ -1219,6 +1224,7 @@ extern ssize_t drm_read(struct file *filp, char __user *buffer, size_t count, loff_t *offset); extern int drm_release(struct inode *inode, struct file *filp); +extern int drm_new_set_master(struct drm_device *dev, struct drm_file *fpriv); /* Mapping support (drm_vm.h) */ extern int drm_mmap(struct file *filp, struct vm_area_struct *vma); --- linux-lts-utopic-3.16.0.orig/include/drm/drm_fixed.h +++ linux-lts-utopic-3.16.0/include/drm/drm_fixed.h @@ -73,18 +73,28 @@ #define DRM_FIXED_ONE (1ULL << DRM_FIXED_POINT) #define DRM_FIXED_DECIMAL_MASK (DRM_FIXED_ONE - 1) #define DRM_FIXED_DIGITS_MASK (~DRM_FIXED_DECIMAL_MASK) +#define DRM_FIXED_EPSILON 1LL +#define DRM_FIXED_ALMOST_ONE (DRM_FIXED_ONE - DRM_FIXED_EPSILON) static inline s64 drm_int2fixp(int a) { return ((s64)a) << DRM_FIXED_POINT; } -static inline int drm_fixp2int(int64_t a) +static inline int drm_fixp2int(s64 a) { return ((s64)a) >> DRM_FIXED_POINT; } -static inline unsigned drm_fixp_msbset(int64_t a) +static inline int drm_fixp2int_ceil(s64 a) +{ + if (a > 0) + return drm_fixp2int(a + DRM_FIXED_ALMOST_ONE); + else + return drm_fixp2int(a - DRM_FIXED_ALMOST_ONE); +} + +static inline unsigned drm_fixp_msbset(s64 a) { unsigned shift, sign = (a >> 63) & 1; @@ -136,6 +146,45 @@ return result; } +static inline s64 drm_fixp_from_fraction(s64 a, s64 b) +{ + s64 res; + bool a_neg = a < 0; + bool b_neg = b < 0; + u64 a_abs = a_neg ? -a : a; + u64 b_abs = b_neg ? -b : b; + u64 rem; + + /* determine integer part */ + u64 res_abs = div64_u64_rem(a_abs, b_abs, &rem); + + /* determine fractional part */ + { + u32 i = DRM_FIXED_POINT; + + do { + rem <<= 1; + res_abs <<= 1; + if (rem >= b_abs) { + res_abs |= 1; + rem -= b_abs; + } + } while (--i != 0); + } + + /* round up LSB */ + { + u64 summand = (rem << 1) >= b_abs; + + res_abs += summand; + } + + res = (s64) res_abs; + if (a_neg ^ b_neg) + res = -res; + return res; +} + static inline s64 drm_fixp_exp(s64 x) { s64 tolerance = div64_s64(DRM_FIXED_ONE, 1000000); --- linux-lts-utopic-3.16.0.orig/include/drm/drm_pciids.h +++ linux-lts-utopic-3.16.0/include/drm/drm_pciids.h @@ -17,6 +17,7 @@ {0x1002, 0x1315, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x1316, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x1317, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x1318, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x131B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x131C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x131D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ @@ -73,7 +74,6 @@ {0x1002, 0x4C64, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250|RADEON_IS_MOBILITY}, \ {0x1002, 0x4C66, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250|RADEON_IS_MOBILITY}, \ {0x1002, 0x4C67, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250|RADEON_IS_MOBILITY}, \ - {0x1002, 0x4C6E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV280|RADEON_IS_MOBILITY}, \ {0x1002, 0x4E44, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_R300}, \ {0x1002, 0x4E45, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_R300}, \ {0x1002, 0x4E46, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_R300}, \ @@ -164,23 +164,30 @@ {0x1002, 0x6601, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6602, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6603, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ + {0x1002, 0x6604, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ + {0x1002, 0x6605, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6606, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6607, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ + {0x1002, 0x6608, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6610, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6611, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6613, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_NEW_MEMMAP}, \ + {0x1002, 0x6617, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6620, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6621, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6623, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6631, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6640, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6641, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ + {0x1002, 0x6646, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ + {0x1002, 0x6647, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6649, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6650, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6651, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6658, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|RADEON_NEW_MEMMAP}, \ {0x1002, 0x665c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|RADEON_NEW_MEMMAP}, \ {0x1002, 0x665d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|RADEON_NEW_MEMMAP}, \ + {0x1002, 0x665f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6660, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAINAN|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6663, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAINAN|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6664, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAINAN|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ @@ -297,6 +304,7 @@ {0x1002, 0x6829, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_NEW_MEMMAP}, \ {0x1002, 0x682A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x682B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ + {0x1002, 0x682C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_NEW_MEMMAP}, \ {0x1002, 0x682D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x682F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6830, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ --- linux-lts-utopic-3.16.0.orig/include/drm/i915_pciids.h +++ linux-lts-utopic-3.16.0/include/drm/i915_pciids.h @@ -214,9 +214,9 @@ INTEL_VGA_DEVICE((((gt) - 1) << 4) | (id), info) #define _INTEL_BDW_M_IDS(gt, info) \ - _INTEL_BDW_M(gt, 0x1602, info), /* ULT */ \ + _INTEL_BDW_M(gt, 0x1602, info), /* Halo */ \ _INTEL_BDW_M(gt, 0x1606, info), /* ULT */ \ - _INTEL_BDW_M(gt, 0x160B, info), /* Iris */ \ + _INTEL_BDW_M(gt, 0x160B, info), /* ULT */ \ _INTEL_BDW_M(gt, 0x160E, info) /* ULX */ #define _INTEL_BDW_D_IDS(gt, info) \ --- linux-lts-utopic-3.16.0.orig/include/drm/ttm/ttm_bo_driver.h +++ linux-lts-utopic-3.16.0/include/drm/ttm/ttm_bo_driver.h @@ -182,6 +182,7 @@ * @man: Pointer to a memory type manager. * @bo: Pointer to the buffer object we're allocating space for. * @placement: Placement details. + * @flags: Additional placement flags. * @mem: Pointer to a struct ttm_mem_reg to be filled in. * * This function should allocate space in the memory type managed @@ -206,6 +207,7 @@ int (*get_node)(struct ttm_mem_type_manager *man, struct ttm_buffer_object *bo, struct ttm_placement *placement, + uint32_t flags, struct ttm_mem_reg *mem); /** --- linux-lts-utopic-3.16.0.orig/include/dt-bindings/pinctrl/dra.h +++ linux-lts-utopic-3.16.0/include/dt-bindings/pinctrl/dra.h @@ -40,8 +40,8 @@ /* Active pin states */ #define PIN_OUTPUT (0 | PULL_DIS) -#define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP) -#define PIN_OUTPUT_PULLDOWN (PIN_OUTPUT | PULL_ENA) +#define PIN_OUTPUT_PULLUP (PULL_UP) +#define PIN_OUTPUT_PULLDOWN (0) #define PIN_INPUT (INPUT_EN | PULL_DIS) #define PIN_INPUT_SLEW (INPUT_EN | SLEWCONTROL) #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP) --- linux-lts-utopic-3.16.0.orig/include/kvm/arm_arch_timer.h +++ linux-lts-utopic-3.16.0/include/kvm/arm_arch_timer.h @@ -60,7 +60,8 @@ #ifdef CONFIG_KVM_ARM_TIMER int kvm_timer_hyp_init(void); -int kvm_timer_init(struct kvm *kvm); +void kvm_timer_enable(struct kvm *kvm); +void kvm_timer_init(struct kvm *kvm); void kvm_timer_vcpu_reset(struct kvm_vcpu *vcpu, const struct kvm_irq_level *irq); void kvm_timer_vcpu_init(struct kvm_vcpu *vcpu); @@ -73,11 +74,8 @@ return 0; }; -static inline int kvm_timer_init(struct kvm *kvm) -{ - return 0; -} - +static inline void kvm_timer_enable(struct kvm *kvm) {} +static inline void kvm_timer_init(struct kvm *kvm) {} static inline void kvm_timer_vcpu_reset(struct kvm_vcpu *vcpu, const struct kvm_irq_level *irq) {} static inline void kvm_timer_vcpu_init(struct kvm_vcpu *vcpu) {} --- linux-lts-utopic-3.16.0.orig/include/kvm/arm_vgic.h +++ linux-lts-utopic-3.16.0/include/kvm/arm_vgic.h @@ -24,7 +24,6 @@ #include #include #include -#include #define VGIC_NR_IRQS 256 #define VGIC_NR_SGIS 16 @@ -32,7 +31,9 @@ #define VGIC_NR_PRIVATE_IRQS (VGIC_NR_SGIS + VGIC_NR_PPIS) #define VGIC_NR_SHARED_IRQS (VGIC_NR_IRQS - VGIC_NR_PRIVATE_IRQS) #define VGIC_MAX_CPUS KVM_MAX_VCPUS -#define VGIC_MAX_LRS (1 << 6) + +#define VGIC_V2_MAX_LRS (1 << 6) +#define VGIC_V3_MAX_LRS 16 /* Sanity checks... */ #if (VGIC_MAX_CPUS > 8) @@ -68,9 +69,62 @@ u32 shared[VGIC_NR_SHARED_IRQS / 4]; }; +struct kvm_vcpu; + +enum vgic_type { + VGIC_V2, /* Good ol' GICv2 */ + VGIC_V3, /* New fancy GICv3 */ +}; + +#define LR_STATE_PENDING (1 << 0) +#define LR_STATE_ACTIVE (1 << 1) +#define LR_STATE_MASK (3 << 0) +#define LR_EOI_INT (1 << 2) + +struct vgic_lr { + u16 irq; + u8 source; + u8 state; +}; + +struct vgic_vmcr { + u32 ctlr; + u32 abpr; + u32 bpr; + u32 pmr; +}; + +struct vgic_ops { + struct vgic_lr (*get_lr)(const struct kvm_vcpu *, int); + void (*set_lr)(struct kvm_vcpu *, int, struct vgic_lr); + void (*sync_lr_elrsr)(struct kvm_vcpu *, int, struct vgic_lr); + u64 (*get_elrsr)(const struct kvm_vcpu *vcpu); + u64 (*get_eisr)(const struct kvm_vcpu *vcpu); + u32 (*get_interrupt_status)(const struct kvm_vcpu *vcpu); + void (*enable_underflow)(struct kvm_vcpu *vcpu); + void (*disable_underflow)(struct kvm_vcpu *vcpu); + void (*get_vmcr)(struct kvm_vcpu *vcpu, struct vgic_vmcr *vmcr); + void (*set_vmcr)(struct kvm_vcpu *vcpu, struct vgic_vmcr *vmcr); + void (*enable)(struct kvm_vcpu *vcpu); +}; + +struct vgic_params { + /* vgic type */ + enum vgic_type type; + /* Physical address of vgic virtual cpu interface */ + phys_addr_t vcpu_base; + /* Number of list registers */ + u32 nr_lr; + /* Interrupt number */ + unsigned int maint_irq; + /* Virtual control interface base address */ + void __iomem *vctrl_base; +}; + struct vgic_dist { #ifdef CONFIG_KVM_ARM_VGIC spinlock_t lock; + bool in_kernel; bool ready; /* Virtual control interface mapping */ @@ -110,6 +164,29 @@ #endif }; +struct vgic_v2_cpu_if { + u32 vgic_hcr; + u32 vgic_vmcr; + u32 vgic_misr; /* Saved only */ + u32 vgic_eisr[2]; /* Saved only */ + u32 vgic_elrsr[2]; /* Saved only */ + u32 vgic_apr; + u32 vgic_lr[VGIC_V2_MAX_LRS]; +}; + +struct vgic_v3_cpu_if { +#ifdef CONFIG_ARM_GIC_V3 + u32 vgic_hcr; + u32 vgic_vmcr; + u32 vgic_misr; /* Saved only */ + u32 vgic_eisr; /* Saved only */ + u32 vgic_elrsr; /* Saved only */ + u32 vgic_ap0r[4]; + u32 vgic_ap1r[4]; + u64 vgic_lr[VGIC_V3_MAX_LRS]; +#endif +}; + struct vgic_cpu { #ifdef CONFIG_KVM_ARM_VGIC /* per IRQ to LR mapping */ @@ -120,24 +197,24 @@ DECLARE_BITMAP( pending_shared, VGIC_NR_SHARED_IRQS); /* Bitmap of used/free list registers */ - DECLARE_BITMAP( lr_used, VGIC_MAX_LRS); + DECLARE_BITMAP( lr_used, VGIC_V2_MAX_LRS); /* Number of list registers on this CPU */ int nr_lr; /* CPU vif control registers for world switch */ - u32 vgic_hcr; - u32 vgic_vmcr; - u32 vgic_misr; /* Saved only */ - u32 vgic_eisr[2]; /* Saved only */ - u32 vgic_elrsr[2]; /* Saved only */ - u32 vgic_apr; - u32 vgic_lr[VGIC_MAX_LRS]; + union { + struct vgic_v2_cpu_if vgic_v2; + struct vgic_v3_cpu_if vgic_v3; + }; #endif }; #define LR_EMPTY 0xff +#define INT_STATUS_EOI (1 << 0) +#define INT_STATUS_UNDERFLOW (1 << 1) + struct kvm; struct kvm_vcpu; struct kvm_run; @@ -157,9 +234,25 @@ bool vgic_handle_mmio(struct kvm_vcpu *vcpu, struct kvm_run *run, struct kvm_exit_mmio *mmio); -#define irqchip_in_kernel(k) (!!((k)->arch.vgic.vctrl_base)) +#define irqchip_in_kernel(k) (!!((k)->arch.vgic.in_kernel)) #define vgic_initialized(k) ((k)->arch.vgic.ready) +int vgic_v2_probe(struct device_node *vgic_node, + const struct vgic_ops **ops, + const struct vgic_params **params); +#ifdef CONFIG_ARM_GIC_V3 +int vgic_v3_probe(struct device_node *vgic_node, + const struct vgic_ops **ops, + const struct vgic_params **params); +#else +static inline int vgic_v3_probe(struct device_node *vgic_node, + const struct vgic_ops **ops, + const struct vgic_params **params) +{ + return -ENODEV; +} +#endif + #else static inline int kvm_vgic_hyp_init(void) { --- linux-lts-utopic-3.16.0.orig/include/linux/acpi.h +++ linux-lts-utopic-3.16.0/include/linux/acpi.h @@ -151,6 +151,12 @@ void acpi_irq_stats_init(void); extern u32 acpi_irq_handled; extern u32 acpi_irq_not_handled; +extern unsigned int acpi_sci_irq; +#define INVALID_ACPI_IRQ ((unsigned)-1) +static inline bool acpi_sci_irq_valid(void) +{ + return acpi_sci_irq != INVALID_ACPI_IRQ; +} extern int sbf_port; extern unsigned long acpi_realmode_flags; @@ -403,6 +409,7 @@ #define ACPI_OST_SC_INSERT_NOT_SUPPORTED 0x82 extern void acpi_early_init(void); +extern void acpi_subsystem_init(void); extern int acpi_nvs_register(__u64 start, __u64 size); @@ -437,6 +444,7 @@ } static inline void acpi_early_init(void) { } +static inline void acpi_subsystem_init(void) { } static inline int early_acpi_boot_init(void) { --- linux-lts-utopic-3.16.0.orig/include/linux/amd-iommu.h +++ linux-lts-utopic-3.16.0/include/linux/amd-iommu.h @@ -119,6 +119,13 @@ extern int amd_iommu_set_invalid_ppr_cb(struct pci_dev *pdev, amd_iommu_invalid_ppr_cb cb); +#define PPR_FAULT_EXEC (1 << 1) +#define PPR_FAULT_READ (1 << 2) +#define PPR_FAULT_WRITE (1 << 5) +#define PPR_FAULT_USER (1 << 6) +#define PPR_FAULT_RSVD (1 << 7) +#define PPR_FAULT_GN (1 << 8) + /** * amd_iommu_device_info() - Get information about IOMMUv2 support of a * PCI device --- linux-lts-utopic-3.16.0.orig/include/linux/ata.h +++ linux-lts-utopic-3.16.0/include/linux/ata.h @@ -484,8 +484,8 @@ }; enum ata_ioctls { - ATA_IOC_GET_IO32 = 0x309, - ATA_IOC_SET_IO32 = 0x324, + ATA_IOC_GET_IO32 = 0x309, /* HDIO_GET_32BIT */ + ATA_IOC_SET_IO32 = 0x324, /* HDIO_SET_32BIT */ }; /* core structures */ --- linux-lts-utopic-3.16.0.orig/include/linux/audit.h +++ linux-lts-utopic-3.16.0/include/linux/audit.h @@ -47,6 +47,7 @@ struct audit_krule { int vers_ops; + u32 pflags; u32 flags; u32 listnr; u32 action; @@ -64,6 +65,9 @@ u64 prio; }; +/* Flag to indicate legacy AUDIT_LOGINUID unset usage */ +#define AUDIT_LOGINUID_LEGACY 0x1 + struct audit_field { u32 type; u32 val; --- linux-lts-utopic-3.16.0.orig/include/linux/bitops.h +++ linux-lts-utopic-3.16.0/include/linux/bitops.h @@ -18,8 +18,11 @@ * position @h. For example * GENMASK_ULL(39, 21) gives us the 64bit vector 0x000000ffffe00000. */ -#define GENMASK(h, l) (((U32_C(1) << ((h) - (l) + 1)) - 1) << (l)) -#define GENMASK_ULL(h, l) (((U64_C(1) << ((h) - (l) + 1)) - 1) << (l)) +#define GENMASK(h, l) \ + (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) + +#define GENMASK_ULL(h, l) \ + (((~0ULL) << (l)) & (~0ULL >> (BITS_PER_LONG_LONG - 1 - (h)))) extern unsigned int __sw_hweight8(unsigned int w); extern unsigned int __sw_hweight16(unsigned int w); --- linux-lts-utopic-3.16.0.orig/include/linux/blk_types.h +++ linux-lts-utopic-3.16.0/include/linux/blk_types.h @@ -180,7 +180,9 @@ __REQ_ELVPRIV, /* elevator private data attached */ __REQ_FAILED, /* set if the request failed */ __REQ_QUIET, /* don't worry about errors */ - __REQ_PREEMPT, /* set for "ide_preempt" requests */ + __REQ_PREEMPT, /* set for "ide_preempt" requests and also + for requests for which the SCSI "quiesce" + state must be ignored. */ __REQ_ALLOCED, /* request came from our alloc pool */ __REQ_COPY_USER, /* contains copies of user pages */ __REQ_FLUSH_SEQ, /* request for flush sequence */ --- linux-lts-utopic-3.16.0.orig/include/linux/blkdev.h +++ linux-lts-utopic-3.16.0/include/linux/blkdev.h @@ -801,7 +801,6 @@ extern void blk_requeue_request(struct request_queue *, struct request *); extern void blk_add_request_payload(struct request *rq, struct page *page, unsigned int len); -extern int blk_rq_check_limits(struct request_queue *q, struct request *rq); extern int blk_lld_busy(struct request_queue *q); extern int blk_rq_prep_clone(struct request *rq, struct request *rq_src, struct bio_set *bs, gfp_t gfp_mask, @@ -1140,8 +1139,7 @@ /* * tag stuff */ -#define blk_rq_tagged(rq) \ - ((rq)->mq_ctx || ((rq)->cmd_flags & REQ_QUEUED)) +#define blk_rq_tagged(rq) ((rq)->cmd_flags & REQ_QUEUED) extern int blk_queue_start_tag(struct request_queue *, struct request *); extern struct request *blk_queue_find_tag(struct request_queue *, int); extern void blk_queue_end_tag(struct request_queue *, struct request *); @@ -1283,10 +1281,9 @@ static inline int queue_limit_alignment_offset(struct queue_limits *lim, sector_t sector) { unsigned int granularity = max(lim->physical_block_size, lim->io_min); - unsigned int alignment = (sector << 9) & (granularity - 1); + unsigned int alignment = sector_div(sector, granularity >> 9) << 9; - return (granularity + lim->alignment_offset - alignment) - & (granularity - 1); + return (granularity + lim->alignment_offset - alignment) % granularity; } static inline int bdev_alignment_offset(struct block_device *bdev) --- linux-lts-utopic-3.16.0.orig/include/linux/bootmem.h +++ linux-lts-utopic-3.16.0/include/linux/bootmem.h @@ -46,6 +46,7 @@ extern unsigned long init_bootmem(unsigned long addr, unsigned long memend); extern unsigned long free_all_bootmem(void); +extern void reset_node_managed_pages(pg_data_t *pgdat); extern void reset_all_zones_managed_pages(void); extern void free_bootmem_node(pg_data_t *pgdat, --- linux-lts-utopic-3.16.0.orig/include/linux/buffer_head.h +++ linux-lts-utopic-3.16.0/include/linux/buffer_head.h @@ -175,12 +175,13 @@ wait_queue_head_t *bh_waitq_head(struct buffer_head *bh); struct buffer_head *__find_get_block(struct block_device *bdev, sector_t block, unsigned size); -struct buffer_head *__getblk(struct block_device *bdev, sector_t block, - unsigned size); +struct buffer_head *__getblk_gfp(struct block_device *bdev, sector_t block, + unsigned size, gfp_t gfp); void __brelse(struct buffer_head *); void __bforget(struct buffer_head *); void __breadahead(struct block_device *, sector_t block, unsigned int size); -struct buffer_head *__bread(struct block_device *, sector_t block, unsigned size); +struct buffer_head *__bread_gfp(struct block_device *, + sector_t block, unsigned size, gfp_t gfp); void invalidate_bh_lrus(void); struct buffer_head *alloc_buffer_head(gfp_t gfp_flags); void free_buffer_head(struct buffer_head * bh); @@ -295,7 +296,13 @@ static inline struct buffer_head * sb_bread(struct super_block *sb, sector_t block) { - return __bread(sb->s_bdev, block, sb->s_blocksize); + return __bread_gfp(sb->s_bdev, block, sb->s_blocksize, __GFP_MOVABLE); +} + +static inline struct buffer_head * +sb_bread_unmovable(struct super_block *sb, sector_t block) +{ + return __bread_gfp(sb->s_bdev, block, sb->s_blocksize, 0); } static inline void @@ -307,7 +314,14 @@ static inline struct buffer_head * sb_getblk(struct super_block *sb, sector_t block) { - return __getblk(sb->s_bdev, block, sb->s_blocksize); + return __getblk_gfp(sb->s_bdev, block, sb->s_blocksize, __GFP_MOVABLE); +} + + +static inline struct buffer_head * +sb_getblk_gfp(struct super_block *sb, sector_t block, gfp_t gfp) +{ + return __getblk_gfp(sb->s_bdev, block, sb->s_blocksize, gfp); } static inline struct buffer_head * @@ -344,6 +358,36 @@ __lock_buffer(bh); } +static inline struct buffer_head *getblk_unmovable(struct block_device *bdev, + sector_t block, + unsigned size) +{ + return __getblk_gfp(bdev, block, size, 0); +} + +static inline struct buffer_head *__getblk(struct block_device *bdev, + sector_t block, + unsigned size) +{ + return __getblk_gfp(bdev, block, size, __GFP_MOVABLE); +} + +/** + * __bread() - reads a specified block and returns the bh + * @bdev: the block_device to read from + * @block: number of block + * @size: size (in bytes) to read + * + * Reads a specified block, and returns buffer head that contains it. + * The page cache is allocated from movable area so that it can be migrated. + * It returns NULL if the block was unreadable. + */ +static inline struct buffer_head * +__bread(struct block_device *bdev, sector_t block, unsigned size) +{ + return __bread_gfp(bdev, block, size, __GFP_MOVABLE); +} + extern int __set_page_dirty_buffers(struct page *page); #else /* CONFIG_BLOCK */ --- linux-lts-utopic-3.16.0.orig/include/linux/capability.h +++ linux-lts-utopic-3.16.0/include/linux/capability.h @@ -78,8 +78,11 @@ # error Fix up hand-coded capability macro initializers #else /* HAND-CODED capability initializers */ +#define CAP_LAST_U32 ((_KERNEL_CAPABILITY_U32S) - 1) +#define CAP_LAST_U32_VALID_MASK (CAP_TO_MASK(CAP_LAST_CAP + 1) -1) + # define CAP_EMPTY_SET ((kernel_cap_t){{ 0, 0 }}) -# define CAP_FULL_SET ((kernel_cap_t){{ ~0, ~0 }}) +# define CAP_FULL_SET ((kernel_cap_t){{ ~0, CAP_LAST_U32_VALID_MASK }}) # define CAP_FS_SET ((kernel_cap_t){{ CAP_FS_MASK_B0 \ | CAP_TO_MASK(CAP_LINUX_IMMUTABLE), \ CAP_FS_MASK_B1 } }) --- linux-lts-utopic-3.16.0.orig/include/linux/ccp.h +++ linux-lts-utopic-3.16.0/include/linux/ccp.h @@ -27,6 +27,13 @@ defined(CONFIG_CRYPTO_DEV_CCP_DD_MODULE) /** + * ccp_present - check if a CCP device is present + * + * Returns zero if a CCP device is present, -ENODEV otherwise. + */ +int ccp_present(void); + +/** * ccp_enqueue_cmd - queue an operation for processing by the CCP * * @cmd: ccp_cmd struct to be processed @@ -53,6 +60,11 @@ #else /* CONFIG_CRYPTO_DEV_CCP_DD is not enabled */ +static inline int ccp_present(void) +{ + return -ENODEV; +} + static inline int ccp_enqueue_cmd(struct ccp_cmd *cmd) { return -ENODEV; --- linux-lts-utopic-3.16.0.orig/include/linux/cgroup.h +++ linux-lts-utopic-3.16.0/include/linux/cgroup.h @@ -88,6 +88,12 @@ */ u64 serial_nr; + /* + * Incremented by online self and children. Used to guarantee that + * parents are not offlined before their children. + */ + atomic_t online_cnt; + /* percpu_ref killing and RCU release */ struct rcu_head rcu_head; struct work_struct destroy_work; --- linux-lts-utopic-3.16.0.orig/include/linux/clk-provider.h +++ linux-lts-utopic-3.16.0/include/linux/clk-provider.h @@ -341,7 +341,6 @@ #define CLK_DIVIDER_READ_ONLY BIT(5) extern const struct clk_ops clk_divider_ops; -extern const struct clk_ops clk_divider_ro_ops; struct clk *clk_register_divider(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 shift, u8 width, --- linux-lts-utopic-3.16.0.orig/include/linux/clocksource.h +++ linux-lts-utopic-3.16.0/include/linux/clocksource.h @@ -289,7 +289,7 @@ extern void clocksource_change_rating(struct clocksource *cs, int rating); extern void clocksource_suspend(void); extern void clocksource_resume(void); -extern struct clocksource * __init __weak clocksource_default_clock(void); +extern struct clocksource * __init clocksource_default_clock(void); extern void clocksource_mark_unstable(struct clocksource *cs); extern u64 --- linux-lts-utopic-3.16.0.orig/include/linux/compiler-gcc5.h +++ linux-lts-utopic-3.16.0/include/linux/compiler-gcc5.h @@ -0,0 +1,66 @@ +#ifndef __LINUX_COMPILER_H +#error "Please don't include directly, include instead." +#endif + +#define __used __attribute__((__used__)) +#define __must_check __attribute__((warn_unused_result)) +#define __compiler_offsetof(a, b) __builtin_offsetof(a, b) + +/* Mark functions as cold. gcc will assume any path leading to a call + to them will be unlikely. This means a lot of manual unlikely()s + are unnecessary now for any paths leading to the usual suspects + like BUG(), printk(), panic() etc. [but let's keep them for now for + older compilers] + + Early snapshots of gcc 4.3 don't support this and we can't detect this + in the preprocessor, but we can live with this because they're unreleased. + Maketime probing would be overkill here. + + gcc also has a __attribute__((__hot__)) to move hot functions into + a special section, but I don't see any sense in this right now in + the kernel context */ +#define __cold __attribute__((__cold__)) + +#define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) + +#ifndef __CHECKER__ +# define __compiletime_warning(message) __attribute__((warning(message))) +# define __compiletime_error(message) __attribute__((error(message))) +#endif /* __CHECKER__ */ + +/* + * Mark a position in code as unreachable. This can be used to + * suppress control flow warnings after asm blocks that transfer + * control elsewhere. + * + * Early snapshots of gcc 4.5 don't support this and we can't detect + * this in the preprocessor, but we can live with this because they're + * unreleased. Really, we need to have autoconf for the kernel. + */ +#define unreachable() __builtin_unreachable() + +/* Mark a function definition as prohibited from being cloned. */ +#define __noclone __attribute__((__noclone__)) + +/* + * Tell the optimizer that something else uses this function or variable. + */ +#define __visible __attribute__((externally_visible)) + +/* + * GCC 'asm goto' miscompiles certain code sequences: + * + * http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58670 + * + * Work it around via a compiler barrier quirk suggested by Jakub Jelinek. + * Fixed in GCC 4.8.2 and later versions. + * + * (asm goto is automatically volatile - the naming reflects this.) + */ +#define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0) + +#ifdef CONFIG_ARCH_USE_BUILTIN_BSWAP +#define __HAVE_BUILTIN_BSWAP32__ +#define __HAVE_BUILTIN_BSWAP64__ +#define __HAVE_BUILTIN_BSWAP16__ +#endif /* CONFIG_ARCH_USE_BUILTIN_BSWAP */ --- linux-lts-utopic-3.16.0.orig/include/linux/compiler.h +++ linux-lts-utopic-3.16.0/include/linux/compiler.h @@ -138,7 +138,7 @@ */ #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) #define __trace_if(cond) \ - if (__builtin_constant_p((cond)) ? !!(cond) : \ + if (__builtin_constant_p(!!(cond)) ? !!(cond) : \ ({ \ int ______r; \ static struct ftrace_branch_data \ @@ -380,6 +380,21 @@ */ #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) +/** + * lockless_dereference() - safely load a pointer for later dereference + * @p: The pointer to load + * + * Similar to rcu_dereference(), but for situations where the pointed-to + * object's lifetime is managed by something other than RCU. That + * "something other" might be reference counting or simple immortality. + */ +#define lockless_dereference(p) \ +({ \ + typeof(p) _________p1 = ACCESS_ONCE(p); \ + smp_read_barrier_depends(); /* Dependency order vs. p above. */ \ + (_________p1); \ +}) + /* Ignore/forbid kprobes attach on very low level functions marked by this attribute: */ #ifdef CONFIG_KPROBES # define __kprobes __attribute__((__section__(".kprobes.text"))) --- linux-lts-utopic-3.16.0.orig/include/linux/console.h +++ linux-lts-utopic-3.16.0/include/linux/console.h @@ -150,6 +150,7 @@ extern void console_unlock(void); extern void console_conditional_schedule(void); extern void console_unblank(void); +extern void console_flush_on_panic(void); extern struct tty_driver *console_device(int *); extern void console_stop(struct console *); extern void console_start(struct console *); --- linux-lts-utopic-3.16.0.orig/include/linux/cpu.h +++ linux-lts-utopic-3.16.0/include/linux/cpu.h @@ -69,6 +69,7 @@ /* migration should happen before other stuff but after perf */ CPU_PRI_PERF = 20, CPU_PRI_MIGRATION = 10, + CPU_PRI_SMPBOOT = 9, /* bring up workqueues before normal notifiers and down after */ CPU_PRI_WORKQUEUE_UP = 5, CPU_PRI_WORKQUEUE_DOWN = -5, @@ -157,6 +158,7 @@ } #endif +void smpboot_thread_init(void); int cpu_up(unsigned int cpu); void notify_cpu_starting(unsigned int cpu); extern void cpu_maps_update_begin(void); @@ -204,6 +206,10 @@ { } +static inline void smpboot_thread_init(void) +{ +} + #endif /* CONFIG_SMP */ extern struct bus_type cpu_subsys; --- linux-lts-utopic-3.16.0.orig/include/linux/cpuidle.h +++ linux-lts-utopic-3.16.0/include/linux/cpuidle.h @@ -69,7 +69,6 @@ unsigned int cpu; int last_residency; - int state_count; struct cpuidle_state_usage states_usage[CPUIDLE_STATE_MAX]; struct cpuidle_state_kobj *kobjs[CPUIDLE_STATE_MAX]; struct cpuidle_driver_kobj *kobj_driver; --- linux-lts-utopic-3.16.0.orig/include/linux/crash_dump.h +++ linux-lts-utopic-3.16.0/include/linux/crash_dump.h @@ -14,14 +14,13 @@ extern unsigned long long elfcorehdr_addr; extern unsigned long long elfcorehdr_size; -extern int __weak elfcorehdr_alloc(unsigned long long *addr, - unsigned long long *size); -extern void __weak elfcorehdr_free(unsigned long long addr); -extern ssize_t __weak elfcorehdr_read(char *buf, size_t count, u64 *ppos); -extern ssize_t __weak elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos); -extern int __weak remap_oldmem_pfn_range(struct vm_area_struct *vma, - unsigned long from, unsigned long pfn, - unsigned long size, pgprot_t prot); +extern int elfcorehdr_alloc(unsigned long long *addr, unsigned long long *size); +extern void elfcorehdr_free(unsigned long long addr); +extern ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos); +extern ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos); +extern int remap_oldmem_pfn_range(struct vm_area_struct *vma, + unsigned long from, unsigned long pfn, + unsigned long size, pgprot_t prot); extern ssize_t copy_oldmem_page(unsigned long, char *, size_t, unsigned long, int); --- linux-lts-utopic-3.16.0.orig/include/linux/cred.h +++ linux-lts-utopic-3.16.0/include/linux/cred.h @@ -68,6 +68,7 @@ extern int set_current_groups(struct group_info *); extern void set_groups(struct cred *, struct group_info *); extern int groups_search(const struct group_info *, kgid_t); +extern bool may_setgroups(void); /* access the groups "array" with this macro */ #define GROUP_AT(gi, i) \ @@ -149,6 +150,7 @@ extern void abort_creds(struct cred *); extern const struct cred *override_creds(const struct cred *); extern void revert_creds(const struct cred *); +extern struct cred *clone_cred(const struct cred *old); extern struct cred *prepare_kernel_cred(struct task_struct *); extern int change_create_files_as(struct cred *, struct inode *); extern int set_security_override(struct cred *, u32); --- linux-lts-utopic-3.16.0.orig/include/linux/crypto.h +++ linux-lts-utopic-3.16.0/include/linux/crypto.h @@ -26,6 +26,19 @@ #include /* + * Autoloaded crypto modules should only use a prefixed name to avoid allowing + * arbitrary modules to be loaded. Loading from userspace may still need the + * unprefixed names, so retains those aliases as well. + * This uses __MODULE_INFO directly instead of MODULE_ALIAS because pre-4.3 + * gcc (e.g. avr32 toolchain) uses __LINE__ for uniqueness, and this macro + * expands twice on the same line. Instead, use a separate base name for the + * alias. + */ +#define MODULE_ALIAS_CRYPTO(name) \ + __MODULE_INFO(alias, alias_userspace, name); \ + __MODULE_INFO(alias, alias_crypto, "crypto-" name) + +/* * Algorithm masks and types. */ #define CRYPTO_ALG_TYPE_MASK 0x0000000f @@ -341,6 +354,7 @@ unsigned int ivsize; unsigned int reqsize; + bool has_setkey; }; struct aead_tfm { @@ -651,6 +665,13 @@ return crt->setkey(crt->base, key, keylen); } +static inline bool crypto_ablkcipher_has_setkey(struct crypto_ablkcipher *tfm) +{ + struct ablkcipher_tfm *crt = crypto_ablkcipher_crt(tfm); + + return crt->has_setkey; +} + static inline struct crypto_ablkcipher *crypto_ablkcipher_reqtfm( struct ablkcipher_request *req) { --- linux-lts-utopic-3.16.0.orig/include/linux/dcache.h +++ linux-lts-utopic-3.16.0/include/linux/dcache.h @@ -124,15 +124,15 @@ void *d_fsdata; /* fs-specific data */ struct list_head d_lru; /* LRU list */ + struct list_head d_child; /* child of parent list */ + struct list_head d_subdirs; /* our children */ /* - * d_child and d_rcu can share memory + * d_alias and d_rcu can share memory */ union { - struct list_head d_child; /* child of parent list */ + struct hlist_node d_alias; /* inode alias list */ struct rcu_head d_rcu; } d_u; - struct list_head d_subdirs; /* our children */ - struct hlist_node d_alias; /* inode alias list */ }; /* @@ -473,4 +473,61 @@ { return mult_frac(val, sysctl_vfs_cache_pressure, 100); } + +/** + * d_inode - Get the actual inode of this dentry + * @dentry: The dentry to query + * + * This is the helper normal filesystems should use to get at their own inodes + * in their own dentries and ignore the layering superimposed upon them. + */ +static inline struct inode *d_inode(const struct dentry *dentry) +{ + return dentry->d_inode; +} + +/** + * d_inode_rcu - Get the actual inode of this dentry with ACCESS_ONCE() + * @dentry: The dentry to query + * + * This is the helper normal filesystems should use to get at their own inodes + * in their own dentries and ignore the layering superimposed upon them. + */ +static inline struct inode *d_inode_rcu(const struct dentry *dentry) +{ + return ACCESS_ONCE(dentry->d_inode); +} + +/** + * d_backing_inode - Get upper or lower inode we should be using + * @upper: The upper layer + * + * This is the helper that should be used to get at the inode that will be used + * if this dentry were to be opened as a file. The inode may be on the upper + * dentry or it may be on a lower dentry pinned by the upper. + * + * Normal filesystems should not use this to access their own inodes. + */ +static inline struct inode *d_backing_inode(const struct dentry *upper) +{ + struct inode *inode = upper->d_inode; + + return inode; +} + +/** + * d_backing_dentry - Get upper or lower dentry we should be using + * @upper: The upper layer + * + * This is the helper that should be used to get the dentry of the inode that + * will be used if this dentry were opened as a file. It may be the upper + * dentry or it may be a lower dentry pinned by the upper. + * + * Normal filesystems should not use this to access their own dentries. + */ +static inline struct dentry *d_backing_dentry(struct dentry *upper) +{ + return upper; +} + #endif /* __LINUX_DCACHE_H */ --- linux-lts-utopic-3.16.0.orig/include/linux/device-mapper.h +++ linux-lts-utopic-3.16.0/include/linux/device-mapper.h @@ -366,6 +366,7 @@ */ struct mapped_device *dm_get_md(dev_t dev); void dm_get(struct mapped_device *md); +int dm_hold(struct mapped_device *md); void dm_put(struct mapped_device *md); /* --- linux-lts-utopic-3.16.0.orig/include/linux/device.h +++ linux-lts-utopic-3.16.0/include/linux/device.h @@ -908,6 +908,13 @@ mutex_unlock(&dev->mutex); } +static inline struct device_node *dev_of_node(struct device *dev) +{ + if (!IS_ENABLED(CONFIG_OF)) + return NULL; + return dev->of_node; +} + void driver_init(void); /* --- linux-lts-utopic-3.16.0.orig/include/linux/devpts_fs.h +++ linux-lts-utopic-3.16.0/include/linux/devpts_fs.h @@ -19,6 +19,8 @@ int devpts_new_index(struct inode *ptmx_inode); void devpts_kill_index(struct inode *ptmx_inode, int idx); +void devpts_add_ref(struct inode *ptmx_inode); +void devpts_del_ref(struct inode *ptmx_inode); /* mknod in devpts */ struct inode *devpts_pty_new(struct inode *ptmx_inode, dev_t device, int index, void *priv); @@ -32,6 +34,8 @@ /* Dummy stubs in the no-pty case */ static inline int devpts_new_index(struct inode *ptmx_inode) { return -EINVAL; } static inline void devpts_kill_index(struct inode *ptmx_inode, int idx) { } +static inline void devpts_add_ref(struct inode *ptmx_inode) { } +static inline void devpts_del_ref(struct inode *ptmx_inode) { } static inline struct inode *devpts_pty_new(struct inode *ptmx_inode, dev_t device, int index, void *priv) { --- linux-lts-utopic-3.16.0.orig/include/linux/efi.h +++ linux-lts-utopic-3.16.0/include/linux/efi.h @@ -20,6 +20,7 @@ #include #include #include +#include #include @@ -875,6 +876,9 @@ extern int efi_get_fdt_params(struct efi_fdt_params *params, int verbose); extern struct efi_memory_map memmap; +extern int efi_reboot_quirk_mode; +extern bool efi_poweroff_required(void); + /* Iterate through an efi_memory_map */ #define for_each_efi_memory_desc(m, md) \ for ((md) = (m)->map; \ @@ -926,11 +930,14 @@ { return test_bit(feature, &efi.flags) != 0; } +extern void efi_reboot(enum reboot_mode reboot_mode, const char *__unused); #else static inline bool efi_enabled(int feature) { return false; } +static inline void +efi_reboot(enum reboot_mode reboot_mode, const char *__unused) {} #endif /* @@ -1136,7 +1143,10 @@ struct efivar_entry *efivar_entry_find(efi_char16_t *name, efi_guid_t guid, struct list_head *head, bool remove); -bool efivar_validate(efi_char16_t *var_name, u8 *data, unsigned long len); +bool efivar_validate(efi_guid_t vendor, efi_char16_t *var_name, u8 *data, + unsigned long data_size); +bool efivar_variable_is_removable(efi_guid_t vendor, const char *name, + size_t len); extern struct work_struct efivar_work; void efivar_run_worker(void); --- linux-lts-utopic-3.16.0.orig/include/linux/enclosure.h +++ linux-lts-utopic-3.16.0/include/linux/enclosure.h @@ -29,7 +29,11 @@ /* A few generic types ... taken from ses-2 */ enum enclosure_component_type { ENCLOSURE_COMPONENT_DEVICE = 0x01, + ENCLOSURE_COMPONENT_CONTROLLER_ELECTRONICS = 0x07, + ENCLOSURE_COMPONENT_SCSI_TARGET_PORT = 0x14, + ENCLOSURE_COMPONENT_SCSI_INITIATOR_PORT = 0x15, ENCLOSURE_COMPONENT_ARRAY_DEVICE = 0x17, + ENCLOSURE_COMPONENT_SAS_EXPANDER = 0x18, }; /* ses-2 common element status */ --- linux-lts-utopic-3.16.0.orig/include/linux/etherdevice.h +++ linux-lts-utopic-3.16.0/include/linux/etherdevice.h @@ -72,7 +72,7 @@ #if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) return (((*(const u32 *)addr) ^ (*(const u32 *)b)) | - ((a[2] ^ b[2]) & m)) == 0; + (__force int)((a[2] ^ b[2]) & m)) == 0; #else return ((a[0] ^ b[0]) | (a[1] ^ b[1]) | ((a[2] ^ b[2]) & m)) == 0; #endif --- linux-lts-utopic-3.16.0.orig/include/linux/filter.h +++ linux-lts-utopic-3.16.0/include/linux/filter.h @@ -373,6 +373,25 @@ #define BPF_ANC BIT(15) +static inline bool bpf_needs_clear_a(const struct sock_filter *first) +{ + switch (first->code) { + case BPF_RET | BPF_K: + case BPF_LD | BPF_W | BPF_LEN: + return false; + + case BPF_LD | BPF_W | BPF_ABS: + case BPF_LD | BPF_H | BPF_ABS: + case BPF_LD | BPF_B | BPF_ABS: + if (first->k == SKF_AD_OFF + SKF_AD_ALU_XOR_X) + return true; + return false; + + default: + return true; + } +} + static inline u16 bpf_anc_helper(const struct sock_filter *ftest) { BUG_ON(ftest->code & BPF_ANC); --- linux-lts-utopic-3.16.0.orig/include/linux/fs.h +++ linux-lts-utopic-3.16.0/include/linux/fs.h @@ -256,6 +256,12 @@ */ #include +/* + * Maximum number of layers of fs stack. Needs to be limited to + * prevent kernel stack overflow + */ +#define FILESYSTEM_MAX_STACK_DEPTH 2 + /** * enum positive_aop_returns - aop return codes with specific semantics * @@ -1147,6 +1153,9 @@ extern struct list_head super_blocks; extern spinlock_t sb_lock; +/* sb->s_iflags */ +#define SB_I_NOSUID 0x00000004 /* Ignore suid on this fs */ + /* Possible states of 'frozen' field */ enum { SB_UNFROZEN = 0, /* FS is unfrozen */ @@ -1184,6 +1193,7 @@ const struct quotactl_ops *s_qcop; const struct export_operations *s_export_op; unsigned long s_flags; + unsigned long s_iflags; /* internal SB_I_* flags */ unsigned long s_magic; struct dentry *s_root; struct rw_semaphore s_umount; @@ -1258,6 +1268,11 @@ struct list_lru s_dentry_lru ____cacheline_aligned_in_smp; struct list_lru s_inode_lru ____cacheline_aligned_in_smp; struct rcu_head rcu; + + /* + * Indicates how deep in a filesystem stack this SB is + */ + int s_stack_depth; }; extern struct timespec current_fs_time(struct super_block *sb); @@ -1520,6 +1535,7 @@ umode_t create_mode, int *opened); int (*tmpfile) (struct inode *, struct dentry *, umode_t); int (*set_acl)(struct inode *, struct posix_acl *, int); + int (*dentry_open)(struct dentry *, struct file *, const struct cred *); } ____cacheline_aligned; ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector, @@ -1755,6 +1771,7 @@ #define FS_HAS_SUBTYPE 4 #define FS_USERNS_MOUNT 8 /* Can be mounted by userns root */ #define FS_USERNS_DEV_MOUNT 16 /* A userns mount does not imply MNT_NODEV */ +#define FS_USERNS_VISIBLE 32 /* FS must already be visible */ #define FS_RENAME_DOES_D_MOVE 32768 /* FS will handle d_move() during rename() internally. */ struct dentry *(*mount) (struct file_system_type *, int, const char *, void *); @@ -1841,7 +1858,6 @@ extern int freeze_super(struct super_block *super); extern int thaw_super(struct super_block *super); extern bool our_mnt(struct vfsmount *mnt); -extern bool fs_fully_visible(struct file_system_type *); extern int current_umask(void); @@ -2031,6 +2047,7 @@ extern struct file *filp_open(const char *, int, umode_t); extern struct file *file_open_root(struct dentry *, struct vfsmount *, const char *, int); +extern int vfs_open(const struct path *, struct file *, const struct cred *); extern struct file * dentry_open(const struct path *, int, const struct cred *); extern int filp_close(struct file *, fl_owner_t id); @@ -2244,6 +2261,7 @@ #endif extern int notify_change(struct dentry *, struct iattr *, struct inode **); extern int inode_permission(struct inode *, int); +extern int __inode_permission(struct inode *, int); extern int generic_permission(struct inode *, int); static inline bool execute_ok(struct inode *inode) @@ -2442,6 +2460,9 @@ struct file *, loff_t *, size_t, unsigned int); extern ssize_t generic_splice_sendpage(struct pipe_inode_info *pipe, struct file *out, loff_t *, size_t len, unsigned int flags); +extern long do_splice_direct(struct file *in, loff_t *ppos, struct file *out, + loff_t *opos, size_t len, unsigned int flags); + extern void file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping); @@ -2590,6 +2611,8 @@ extern ssize_t generic_read_dir(struct file *, char __user *, size_t, loff_t *); extern const struct file_operations simple_dir_operations; extern const struct inode_operations simple_dir_inode_operations; +extern void make_empty_dir_inode(struct inode *inode); +extern bool is_empty_dir_inode(struct inode *inode); struct tree_descr { char *name; const struct file_operations *ops; int mode; }; struct dentry *d_alloc_name(struct dentry *, const char *); extern int simple_fill_super(struct super_block *, unsigned long, struct tree_descr *); @@ -2618,6 +2641,7 @@ extern int inode_newsize_ok(const struct inode *, loff_t offset); extern void setattr_copy(struct inode *inode, const struct iattr *attr); +extern int update_time(struct inode *, struct timespec *, int); extern int file_update_time(struct file *file); extern int generic_show_options(struct seq_file *m, struct dentry *root); @@ -2769,4 +2793,6 @@ return !IS_DEADDIR(inode); } +extern bool path_nosuid(const struct path *path); + #endif /* _LINUX_FS_H */ --- linux-lts-utopic-3.16.0.orig/include/linux/fsl_devices.h +++ linux-lts-utopic-3.16.0/include/linux/fsl_devices.h @@ -92,6 +92,8 @@ unsigned suspended:1; unsigned already_suspended:1; + unsigned has_fsl_erratum_a007792:1; + unsigned has_fsl_erratum_a005275:1; /* register save area for suspend/resume */ u32 pm_command; --- linux-lts-utopic-3.16.0.orig/include/linux/fsnotify.h +++ linux-lts-utopic-3.16.0/include/linux/fsnotify.h @@ -101,8 +101,10 @@ new_dir_mask |= FS_ISDIR; } - fsnotify(old_dir, old_dir_mask, old_dir, FSNOTIFY_EVENT_INODE, old_name, fs_cookie); - fsnotify(new_dir, new_dir_mask, new_dir, FSNOTIFY_EVENT_INODE, new_name, fs_cookie); + fsnotify(old_dir, old_dir_mask, source, FSNOTIFY_EVENT_INODE, old_name, + fs_cookie); + fsnotify(new_dir, new_dir_mask, source, FSNOTIFY_EVENT_INODE, new_name, + fs_cookie); if (target) fsnotify_link_count(target); --- linux-lts-utopic-3.16.0.orig/include/linux/fsnotify_backend.h +++ linux-lts-utopic-3.16.0/include/linux/fsnotify_backend.h @@ -326,6 +326,8 @@ struct fsnotify_event *event, int (*merge)(struct list_head *, struct fsnotify_event *)); +/* Remove passed event from groups notification queue */ +extern void fsnotify_remove_event(struct fsnotify_group *group, struct fsnotify_event *event); /* true if the group notification queue is empty */ extern bool fsnotify_notify_queue_is_empty(struct fsnotify_group *group); /* return, but do not dequeue the first event on the notification queue */ --- linux-lts-utopic-3.16.0.orig/include/linux/ftrace.h +++ linux-lts-utopic-3.16.0/include/linux/ftrace.h @@ -103,6 +103,15 @@ FTRACE_OPS_FL_DELETED = 1 << 8, }; +#ifdef CONFIG_DYNAMIC_FTRACE +/* The hash used to know what functions callbacks trace */ +struct ftrace_ops_hash { + struct ftrace_hash *notrace_hash; + struct ftrace_hash *filter_hash; + struct mutex regex_lock; +}; +#endif + /* * Note, ftrace_ops can be referenced outside of RCU protection. * (Although, for perf, the control ops prevent that). If ftrace_ops is @@ -121,8 +130,8 @@ int __percpu *disabled; void *private; #ifdef CONFIG_DYNAMIC_FTRACE - struct ftrace_hash *notrace_hash; - struct ftrace_hash *filter_hash; + struct ftrace_ops_hash local_hash; + struct ftrace_ops_hash *func_hash; struct mutex regex_lock; #endif }; @@ -532,6 +541,7 @@ extern int skip_trace(unsigned long ip); extern void ftrace_module_init(struct module *mod); +extern void ftrace_release_mod(struct module *mod); extern void ftrace_disable_daemon(void); extern void ftrace_enable_daemon(void); --- linux-lts-utopic-3.16.0.orig/include/linux/hid.h +++ linux-lts-utopic-3.16.0/include/linux/hid.h @@ -286,6 +286,7 @@ #define HID_QUIRK_HIDINPUT_FORCE 0x00000080 #define HID_QUIRK_NO_EMPTY_INPUT 0x00000100 #define HID_QUIRK_NO_INIT_INPUT_REPORTS 0x00000200 +#define HID_QUIRK_ALWAYS_POLL 0x00000400 #define HID_QUIRK_SKIP_OUTPUT_REPORTS 0x00010000 #define HID_QUIRK_SKIP_OUTPUT_REPORT_ID 0x00020000 #define HID_QUIRK_NO_OUTPUT_REPORTS_ON_INTR_EP 0x00040000 --- linux-lts-utopic-3.16.0.orig/include/linux/huge_mm.h +++ linux-lts-utopic-3.16.0/include/linux/huge_mm.h @@ -93,10 +93,6 @@ #endif /* CONFIG_DEBUG_VM */ extern unsigned long transparent_hugepage_flags; -extern int copy_pte_range(struct mm_struct *dst_mm, struct mm_struct *src_mm, - pmd_t *dst_pmd, pmd_t *src_pmd, - struct vm_area_struct *vma, - unsigned long addr, unsigned long end); extern int split_huge_page_to_list(struct page *page, struct list_head *list); static inline int split_huge_page(struct page *page) { --- linux-lts-utopic-3.16.0.orig/include/linux/hugetlb.h +++ linux-lts-utopic-3.16.0/include/linux/hugetlb.h @@ -100,9 +100,9 @@ struct page *follow_huge_addr(struct mm_struct *mm, unsigned long address, int write); struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address, - pmd_t *pmd, int write); + pmd_t *pmd, int flags); struct page *follow_huge_pud(struct mm_struct *mm, unsigned long address, - pud_t *pud, int write); + pud_t *pud, int flags); int pmd_huge(pmd_t pmd); int pud_huge(pud_t pmd); unsigned long hugetlb_change_protection(struct vm_area_struct *vma, @@ -134,8 +134,8 @@ static inline void hugetlb_show_meminfo(void) { } -#define follow_huge_pmd(mm, addr, pmd, write) NULL -#define follow_huge_pud(mm, addr, pud, write) NULL +#define follow_huge_pmd(mm, addr, pmd, flags) NULL +#define follow_huge_pud(mm, addr, pud, flags) NULL #define prepare_hugepage_range(file, addr, len) (-EINVAL) #define pmd_huge(x) 0 #define pud_huge(x) 0 --- linux-lts-utopic-3.16.0.orig/include/linux/hyperv.h +++ linux-lts-utopic-3.16.0/include/linux/hyperv.h @@ -57,6 +57,18 @@ u64 pfn_array[MAX_MULTIPAGE_BUFFER_COUNT]; }; +/* + * Multiple-page buffer array; the pfn array is variable size: + * The number of entries in the PFN array is determined by + * "len" and "offset". + */ +struct hv_mpb_array { + /* Length and Offset determines the # of pfns in the array */ + u32 len; + u32 offset; + u64 pfn_array[]; +}; + /* 0x18 includes the proprietary packet header */ #define MAX_PAGE_BUFFER_PACKET (0x18 + \ (sizeof(struct hv_page_buffer) * \ @@ -812,6 +824,18 @@ struct hv_multipage_buffer range; } __packed; +/* The format must be the same as struct vmdata_gpa_direct */ +struct vmbus_packet_mpb_array { + u16 type; + u16 dataoffset8; + u16 length8; + u16 flags; + u64 transactionid; + u32 reserved; + u32 rangecount; /* Always 1 in this case */ + struct hv_mpb_array range; +} __packed; + extern int vmbus_open(struct vmbus_channel *channel, u32 send_ringbuffersize, @@ -843,6 +867,13 @@ u32 bufferlen, u64 requestid); +extern int vmbus_sendpacket_mpb_desc(struct vmbus_channel *channel, + struct vmbus_packet_mpb_array *mpb, + u32 desc_size, + void *buffer, + u32 bufferlen, + u64 requestid); + extern int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, u32 size, --- linux-lts-utopic-3.16.0.orig/include/linux/if_vlan.h +++ linux-lts-utopic-3.16.0/include/linux/if_vlan.h @@ -187,7 +187,6 @@ } extern bool vlan_do_receive(struct sk_buff **skb); -extern struct sk_buff *vlan_untag(struct sk_buff *skb); extern int vlan_vid_add(struct net_device *dev, __be16 proto, u16 vid); extern void vlan_vid_del(struct net_device *dev, __be16 proto, u16 vid); @@ -241,11 +240,6 @@ return false; } -static inline struct sk_buff *vlan_untag(struct sk_buff *skb) -{ - return skb; -} - static inline int vlan_vid_add(struct net_device *dev, __be16 proto, u16 vid) { return 0; --- linux-lts-utopic-3.16.0.orig/include/linux/iio/events.h +++ linux-lts-utopic-3.16.0/include/linux/iio/events.h @@ -72,7 +72,7 @@ #define IIO_EVENT_CODE_EXTRACT_TYPE(mask) ((mask >> 56) & 0xFF) -#define IIO_EVENT_CODE_EXTRACT_DIR(mask) ((mask >> 48) & 0xCF) +#define IIO_EVENT_CODE_EXTRACT_DIR(mask) ((mask >> 48) & 0x7F) #define IIO_EVENT_CODE_EXTRACT_CHAN_TYPE(mask) ((mask >> 32) & 0xFF) --- linux-lts-utopic-3.16.0.orig/include/linux/iio/iio.h +++ linux-lts-utopic-3.16.0/include/linux/iio/iio.h @@ -621,6 +621,15 @@ #define IIO_DEGREE_TO_RAD(deg) (((deg) * 314159ULL + 9000000ULL) / 18000000ULL) /** + * IIO_RAD_TO_DEGREE() - Convert rad to degree + * @rad: A value in rad + * + * Returns the given value converted from rad to degree + */ +#define IIO_RAD_TO_DEGREE(rad) \ + (((rad) * 18000000ULL + 314159ULL / 2) / 314159ULL) + +/** * IIO_G_TO_M_S_2() - Convert g to meter / second**2 * @g: A value in g * @@ -628,4 +637,12 @@ */ #define IIO_G_TO_M_S_2(g) ((g) * 980665ULL / 100000ULL) +/** + * IIO_M_S_2_TO_G() - Convert meter / second**2 to g + * @ms2: A value in meter / second**2 + * + * Returns the given value converted from meter / second**2 to g + */ +#define IIO_M_S_2_TO_G(ms2) (((ms2) * 100000ULL + 980665ULL / 2) / 980665ULL) + #endif /* _INDUSTRIAL_IO_H_ */ --- linux-lts-utopic-3.16.0.orig/include/linux/iio/trigger.h +++ linux-lts-utopic-3.16.0/include/linux/iio/trigger.h @@ -84,10 +84,12 @@ put_device(&trig->dev); } -static inline void iio_trigger_get(struct iio_trigger *trig) +static inline struct iio_trigger *iio_trigger_get(struct iio_trigger *trig) { get_device(&trig->dev); __module_get(trig->ops->owner); + + return trig; } /** --- linux-lts-utopic-3.16.0.orig/include/linux/inetdevice.h +++ linux-lts-utopic-3.16.0/include/linux/inetdevice.h @@ -242,7 +242,7 @@ static __inline__ __be32 inet_make_mask(int logmask) { if (logmask) - return htonl(~((1<<(32-logmask))-1)); + return htonl(~((1U<<(32-logmask))-1)); return 0; } --- linux-lts-utopic-3.16.0.orig/include/linux/ipv6.h +++ linux-lts-utopic-3.16.0/include/linux/ipv6.h @@ -29,6 +29,7 @@ __s32 max_desync_factor; __s32 max_addresses; __s32 accept_ra_defrtr; + __s32 accept_ra_min_hop_limit; __s32 accept_ra_pinfo; #ifdef CONFIG_IPV6_ROUTER_PREF __s32 accept_ra_rtr_pref; @@ -210,7 +211,7 @@ struct ipv6_ac_socklist *ipv6_ac_list; struct ipv6_fl_socklist __rcu *ipv6_fl_list; - struct ipv6_txoptions *opt; + struct ipv6_txoptions __rcu *opt; struct sk_buff *pktoptions; struct sk_buff *rxpmtu; struct { --- linux-lts-utopic-3.16.0.orig/include/linux/irqchip/arm-gic-v3.h +++ linux-lts-utopic-3.16.0/include/linux/irqchip/arm-gic-v3.h @@ -0,0 +1,200 @@ +/* + * Copyright (C) 2013, 2014 ARM Limited, All Rights Reserved. + * Author: Marc Zyngier + * + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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, see . + */ +#ifndef __LINUX_IRQCHIP_ARM_GIC_V3_H +#define __LINUX_IRQCHIP_ARM_GIC_V3_H + +#include + +/* + * Distributor registers. We assume we're running non-secure, with ARE + * being set. Secure-only and non-ARE registers are not described. + */ +#define GICD_CTLR 0x0000 +#define GICD_TYPER 0x0004 +#define GICD_IIDR 0x0008 +#define GICD_STATUSR 0x0010 +#define GICD_SETSPI_NSR 0x0040 +#define GICD_CLRSPI_NSR 0x0048 +#define GICD_SETSPI_SR 0x0050 +#define GICD_CLRSPI_SR 0x0058 +#define GICD_SEIR 0x0068 +#define GICD_ISENABLER 0x0100 +#define GICD_ICENABLER 0x0180 +#define GICD_ISPENDR 0x0200 +#define GICD_ICPENDR 0x0280 +#define GICD_ISACTIVER 0x0300 +#define GICD_ICACTIVER 0x0380 +#define GICD_IPRIORITYR 0x0400 +#define GICD_ICFGR 0x0C00 +#define GICD_IROUTER 0x6000 +#define GICD_PIDR2 0xFFE8 + +#define GICD_CTLR_RWP (1U << 31) +#define GICD_CTLR_ARE_NS (1U << 4) +#define GICD_CTLR_ENABLE_G1A (1U << 1) +#define GICD_CTLR_ENABLE_G1 (1U << 0) + +#define GICD_IROUTER_SPI_MODE_ONE (0U << 31) +#define GICD_IROUTER_SPI_MODE_ANY (1U << 31) + +#define GIC_PIDR2_ARCH_MASK 0xf0 +#define GIC_PIDR2_ARCH_GICv3 0x30 +#define GIC_PIDR2_ARCH_GICv4 0x40 + +/* + * Re-Distributor registers, offsets from RD_base + */ +#define GICR_CTLR GICD_CTLR +#define GICR_IIDR 0x0004 +#define GICR_TYPER 0x0008 +#define GICR_STATUSR GICD_STATUSR +#define GICR_WAKER 0x0014 +#define GICR_SETLPIR 0x0040 +#define GICR_CLRLPIR 0x0048 +#define GICR_SEIR GICD_SEIR +#define GICR_PROPBASER 0x0070 +#define GICR_PENDBASER 0x0078 +#define GICR_INVLPIR 0x00A0 +#define GICR_INVALLR 0x00B0 +#define GICR_SYNCR 0x00C0 +#define GICR_MOVLPIR 0x0100 +#define GICR_MOVALLR 0x0110 +#define GICR_PIDR2 GICD_PIDR2 + +#define GICR_WAKER_ProcessorSleep (1U << 1) +#define GICR_WAKER_ChildrenAsleep (1U << 2) + +/* + * Re-Distributor registers, offsets from SGI_base + */ +#define GICR_ISENABLER0 GICD_ISENABLER +#define GICR_ICENABLER0 GICD_ICENABLER +#define GICR_ISPENDR0 GICD_ISPENDR +#define GICR_ICPENDR0 GICD_ICPENDR +#define GICR_ISACTIVER0 GICD_ISACTIVER +#define GICR_ICACTIVER0 GICD_ICACTIVER +#define GICR_IPRIORITYR0 GICD_IPRIORITYR +#define GICR_ICFGR0 GICD_ICFGR + +#define GICR_TYPER_VLPIS (1U << 1) +#define GICR_TYPER_LAST (1U << 4) + +/* + * CPU interface registers + */ +#define ICC_CTLR_EL1_EOImode_drop_dir (0U << 1) +#define ICC_CTLR_EL1_EOImode_drop (1U << 1) +#define ICC_SRE_EL1_SRE (1U << 0) + +/* + * Hypervisor interface registers (SRE only) + */ +#define ICH_LR_VIRTUAL_ID_MASK ((1UL << 32) - 1) + +#define ICH_LR_EOI (1UL << 41) +#define ICH_LR_GROUP (1UL << 60) +#define ICH_LR_STATE (3UL << 62) +#define ICH_LR_PENDING_BIT (1UL << 62) +#define ICH_LR_ACTIVE_BIT (1UL << 63) + +#define ICH_MISR_EOI (1 << 0) +#define ICH_MISR_U (1 << 1) + +#define ICH_HCR_EN (1 << 0) +#define ICH_HCR_UIE (1 << 1) + +#define ICH_VMCR_CTLR_SHIFT 0 +#define ICH_VMCR_CTLR_MASK (0x21f << ICH_VMCR_CTLR_SHIFT) +#define ICH_VMCR_BPR1_SHIFT 18 +#define ICH_VMCR_BPR1_MASK (7 << ICH_VMCR_BPR1_SHIFT) +#define ICH_VMCR_BPR0_SHIFT 21 +#define ICH_VMCR_BPR0_MASK (7 << ICH_VMCR_BPR0_SHIFT) +#define ICH_VMCR_PMR_SHIFT 24 +#define ICH_VMCR_PMR_MASK (0xffUL << ICH_VMCR_PMR_SHIFT) + +#define ICC_EOIR1_EL1 sys_reg(3, 0, 12, 12, 1) +#define ICC_IAR1_EL1 sys_reg(3, 0, 12, 12, 0) +#define ICC_SGI1R_EL1 sys_reg(3, 0, 12, 11, 5) +#define ICC_PMR_EL1 sys_reg(3, 0, 4, 6, 0) +#define ICC_CTLR_EL1 sys_reg(3, 0, 12, 12, 4) +#define ICC_SRE_EL1 sys_reg(3, 0, 12, 12, 5) +#define ICC_GRPEN1_EL1 sys_reg(3, 0, 12, 12, 7) + +#define ICC_IAR1_EL1_SPURIOUS 0x3ff + +#define ICC_SRE_EL2 sys_reg(3, 4, 12, 9, 5) + +#define ICC_SRE_EL2_SRE (1 << 0) +#define ICC_SRE_EL2_ENABLE (1 << 3) + +/* + * System register definitions + */ +#define ICH_VSEIR_EL2 sys_reg(3, 4, 12, 9, 4) +#define ICH_HCR_EL2 sys_reg(3, 4, 12, 11, 0) +#define ICH_VTR_EL2 sys_reg(3, 4, 12, 11, 1) +#define ICH_MISR_EL2 sys_reg(3, 4, 12, 11, 2) +#define ICH_EISR_EL2 sys_reg(3, 4, 12, 11, 3) +#define ICH_ELSR_EL2 sys_reg(3, 4, 12, 11, 5) +#define ICH_VMCR_EL2 sys_reg(3, 4, 12, 11, 7) + +#define __LR0_EL2(x) sys_reg(3, 4, 12, 12, x) +#define __LR8_EL2(x) sys_reg(3, 4, 12, 13, x) + +#define ICH_LR0_EL2 __LR0_EL2(0) +#define ICH_LR1_EL2 __LR0_EL2(1) +#define ICH_LR2_EL2 __LR0_EL2(2) +#define ICH_LR3_EL2 __LR0_EL2(3) +#define ICH_LR4_EL2 __LR0_EL2(4) +#define ICH_LR5_EL2 __LR0_EL2(5) +#define ICH_LR6_EL2 __LR0_EL2(6) +#define ICH_LR7_EL2 __LR0_EL2(7) +#define ICH_LR8_EL2 __LR8_EL2(0) +#define ICH_LR9_EL2 __LR8_EL2(1) +#define ICH_LR10_EL2 __LR8_EL2(2) +#define ICH_LR11_EL2 __LR8_EL2(3) +#define ICH_LR12_EL2 __LR8_EL2(4) +#define ICH_LR13_EL2 __LR8_EL2(5) +#define ICH_LR14_EL2 __LR8_EL2(6) +#define ICH_LR15_EL2 __LR8_EL2(7) + +#define __AP0Rx_EL2(x) sys_reg(3, 4, 12, 8, x) +#define ICH_AP0R0_EL2 __AP0Rx_EL2(0) +#define ICH_AP0R1_EL2 __AP0Rx_EL2(1) +#define ICH_AP0R2_EL2 __AP0Rx_EL2(2) +#define ICH_AP0R3_EL2 __AP0Rx_EL2(3) + +#define __AP1Rx_EL2(x) sys_reg(3, 4, 12, 9, x) +#define ICH_AP1R0_EL2 __AP1Rx_EL2(0) +#define ICH_AP1R1_EL2 __AP1Rx_EL2(1) +#define ICH_AP1R2_EL2 __AP1Rx_EL2(2) +#define ICH_AP1R3_EL2 __AP1Rx_EL2(3) + +#ifndef __ASSEMBLY__ + +#include + +static inline void gic_write_eoir(u64 irq) +{ + asm volatile("msr_s " __stringify(ICC_EOIR1_EL1) ", %0" : : "r" (irq)); + isb(); +} + +#endif + +#endif --- linux-lts-utopic-3.16.0.orig/include/linux/jbd2.h +++ linux-lts-utopic-3.16.0/include/linux/jbd2.h @@ -159,7 +159,11 @@ * journal_block_tag (in the descriptor). The other h_chksum* fields are * not used. * - * Checksum v1 and v2 are mutually exclusive features. + * If FEATURE_INCOMPAT_CSUM_V3 is set, the descriptor block uses + * journal_block_tag3_t to store a full 32-bit checksum. Everything else + * is the same as v2. + * + * Checksum v1, v2, and v3 are mutually exclusive features. */ struct commit_header { __be32 h_magic; @@ -179,6 +183,14 @@ * raw struct shouldn't be used for pointer math or sizeof() - use * journal_tag_bytes(journal) instead to compute this. */ +typedef struct journal_block_tag3_s +{ + __be32 t_blocknr; /* The on-disk block number */ + __be32 t_flags; /* See below */ + __be32 t_blocknr_high; /* most-significant high 32bits. */ + __be32 t_checksum; /* crc32c(uuid+seq+block) */ +} journal_block_tag3_t; + typedef struct journal_block_tag_s { __be32 t_blocknr; /* The on-disk block number */ @@ -187,9 +199,6 @@ __be32 t_blocknr_high; /* most-significant high 32bits. */ } journal_block_tag_t; -#define JBD2_TAG_SIZE32 (offsetof(journal_block_tag_t, t_blocknr_high)) -#define JBD2_TAG_SIZE64 (sizeof(journal_block_tag_t)) - /* Tail of descriptor block, for checksumming */ struct jbd2_journal_block_tail { __be32 t_checksum; /* crc32c(uuid+descr_block) */ @@ -284,6 +293,7 @@ #define JBD2_FEATURE_INCOMPAT_64BIT 0x00000002 #define JBD2_FEATURE_INCOMPAT_ASYNC_COMMIT 0x00000004 #define JBD2_FEATURE_INCOMPAT_CSUM_V2 0x00000008 +#define JBD2_FEATURE_INCOMPAT_CSUM_V3 0x00000010 /* Features known to this kernel version: */ #define JBD2_KNOWN_COMPAT_FEATURES JBD2_FEATURE_COMPAT_CHECKSUM @@ -291,7 +301,8 @@ #define JBD2_KNOWN_INCOMPAT_FEATURES (JBD2_FEATURE_INCOMPAT_REVOKE | \ JBD2_FEATURE_INCOMPAT_64BIT | \ JBD2_FEATURE_INCOMPAT_ASYNC_COMMIT | \ - JBD2_FEATURE_INCOMPAT_CSUM_V2) + JBD2_FEATURE_INCOMPAT_CSUM_V2 | \ + JBD2_FEATURE_INCOMPAT_CSUM_V3) #ifdef __KERNEL__ @@ -996,6 +1007,7 @@ #define JBD2_ABORT_ON_SYNCDATA_ERR 0x040 /* Abort the journal on file * data write error in ordered * mode */ +#define JBD2_REC_ERR 0x080 /* The errno in the sb has been recorded */ /* * Function declarations for the journaling transaction and buffer @@ -1024,15 +1036,16 @@ int jbd2_journal_next_log_block(journal_t *, unsigned long long *); int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid, unsigned long *block); -void __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); +int __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); void jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); /* Commit management */ extern void jbd2_journal_commit_transaction(journal_t *); /* Checkpoint list management */ -int __jbd2_journal_clean_checkpoint_list(journal_t *journal); +int __jbd2_journal_clean_checkpoint_list(journal_t *journal, bool destroy); int __jbd2_journal_remove_checkpoint(struct journal_head *); +void jbd2_journal_destroy_checkpoint(journal_t *journal); void __jbd2_journal_insert_checkpoint(struct journal_head *, transaction_t *); @@ -1146,7 +1159,7 @@ extern int jbd2_journal_wipe (journal_t *, int); extern int jbd2_journal_skip_recovery (journal_t *); extern void jbd2_journal_update_sb_errno(journal_t *); -extern void jbd2_journal_update_sb_log_tail (journal_t *, tid_t, +extern int jbd2_journal_update_sb_log_tail (journal_t *, tid_t, unsigned long, int); extern void __jbd2_journal_abort_hard (journal_t *); extern void jbd2_journal_abort (journal_t *, int); @@ -1296,6 +1309,15 @@ extern int jbd2_journal_blocks_per_page(struct inode *inode); extern size_t journal_tag_bytes(journal_t *journal); +static inline int jbd2_journal_has_csum_v2or3(journal_t *journal) +{ + if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2) || + JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V3)) + return 1; + + return 0; +} + /* * We reserve t_outstanding_credits >> JBD2_CONTROL_BLOCKS_SHIFT for * transaction control blocks. --- linux-lts-utopic-3.16.0.orig/include/linux/jhash.h +++ linux-lts-utopic-3.16.0/include/linux/jhash.h @@ -145,11 +145,11 @@ } -/* jhash_3words - hash exactly 3, 2 or 1 word(s) */ -static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) +/* __jhash_nwords - hash exactly 3, 2 or 1 word(s) */ +static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) { - a += JHASH_INITVAL; - b += JHASH_INITVAL; + a += initval; + b += initval; c += initval; __jhash_final(a, b, c); @@ -157,14 +157,19 @@ return c; } +static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) +{ + return __jhash_nwords(a, b, c, initval + JHASH_INITVAL + (3 << 2)); +} + static inline u32 jhash_2words(u32 a, u32 b, u32 initval) { - return jhash_3words(a, b, 0, initval); + return __jhash_nwords(a, b, 0, initval + JHASH_INITVAL + (2 << 2)); } static inline u32 jhash_1word(u32 a, u32 initval) { - return jhash_3words(a, 0, 0, initval); + return __jhash_nwords(a, 0, 0, initval + JHASH_INITVAL + (1 << 2)); } #endif /* _LINUX_JHASH_H */ --- linux-lts-utopic-3.16.0.orig/include/linux/jiffies.h +++ linux-lts-utopic-3.16.0/include/linux/jiffies.h @@ -258,23 +258,11 @@ #define SEC_JIFFIE_SC (32 - SHIFT_HZ) #endif #define NSEC_JIFFIE_SC (SEC_JIFFIE_SC + 29) -#define USEC_JIFFIE_SC (SEC_JIFFIE_SC + 19) #define SEC_CONVERSION ((unsigned long)((((u64)NSEC_PER_SEC << SEC_JIFFIE_SC) +\ TICK_NSEC -1) / (u64)TICK_NSEC)) #define NSEC_CONVERSION ((unsigned long)((((u64)1 << NSEC_JIFFIE_SC) +\ TICK_NSEC -1) / (u64)TICK_NSEC)) -#define USEC_CONVERSION \ - ((unsigned long)((((u64)NSEC_PER_USEC << USEC_JIFFIE_SC) +\ - TICK_NSEC -1) / (u64)TICK_NSEC)) -/* - * USEC_ROUND is used in the timeval to jiffie conversion. See there - * for more details. It is the scaled resolution rounding value. Note - * that it is a 64-bit value. Since, when it is applied, we are already - * in jiffies (albit scaled), it is nothing but the bits we will shift - * off. - */ -#define USEC_ROUND (u64)(((u64)1 << USEC_JIFFIE_SC) - 1) /* * The maximum jiffie value is (MAX_INT >> 1). Here we translate that * into seconds. The 64-bit case will overflow if we are not careful, --- linux-lts-utopic-3.16.0.orig/include/linux/kernel_stat.h +++ linux-lts-utopic-3.16.0/include/linux/kernel_stat.h @@ -68,6 +68,7 @@ * Number of interrupts per specific IRQ source, since bootup */ extern unsigned int kstat_irqs(unsigned int irq); +extern unsigned int kstat_irqs_usr(unsigned int irq); /* * Number of interrupts per cpu, since bootup --- linux-lts-utopic-3.16.0.orig/include/linux/kernfs.h +++ linux-lts-utopic-3.16.0/include/linux/kernfs.h @@ -46,6 +46,7 @@ KERNFS_STATIC_NAME = 0x0200, KERNFS_SUICIDAL = 0x0400, KERNFS_SUICIDED = 0x0800, + KERNFS_EMPTY_DIR = 0x1000, }; /* @flags for kernfs_create_root() */ @@ -278,6 +279,8 @@ struct kernfs_node *kernfs_create_dir_ns(struct kernfs_node *parent, const char *name, umode_t mode, void *priv, const void *ns); +struct kernfs_node *kernfs_create_empty_dir(struct kernfs_node *parent, + const char *name); struct kernfs_node *__kernfs_create_file(struct kernfs_node *parent, const char *name, umode_t mode, loff_t size, --- linux-lts-utopic-3.16.0.orig/include/linux/kgdb.h +++ linux-lts-utopic-3.16.0/include/linux/kgdb.h @@ -283,7 +283,7 @@ extern struct kgdb_arch arch_kgdb_ops; -extern unsigned long __weak kgdb_arch_pc(int exception, struct pt_regs *regs); +extern unsigned long kgdb_arch_pc(int exception, struct pt_regs *regs); #ifdef CONFIG_SERIAL_KGDB_NMI extern int kgdb_register_nmi_console(void); --- linux-lts-utopic-3.16.0.orig/include/linux/khugepaged.h +++ linux-lts-utopic-3.16.0/include/linux/khugepaged.h @@ -6,7 +6,8 @@ #ifdef CONFIG_TRANSPARENT_HUGEPAGE extern int __khugepaged_enter(struct mm_struct *mm); extern void __khugepaged_exit(struct mm_struct *mm); -extern int khugepaged_enter_vma_merge(struct vm_area_struct *vma); +extern int khugepaged_enter_vma_merge(struct vm_area_struct *vma, + unsigned long vm_flags); #define khugepaged_enabled() \ (transparent_hugepage_flags & \ @@ -35,13 +36,13 @@ __khugepaged_exit(mm); } -static inline int khugepaged_enter(struct vm_area_struct *vma) +static inline int khugepaged_enter(struct vm_area_struct *vma, + unsigned long vm_flags) { if (!test_bit(MMF_VM_HUGEPAGE, &vma->vm_mm->flags)) if ((khugepaged_always() || - (khugepaged_req_madv() && - vma->vm_flags & VM_HUGEPAGE)) && - !(vma->vm_flags & VM_NOHUGEPAGE)) + (khugepaged_req_madv() && (vm_flags & VM_HUGEPAGE))) && + !(vm_flags & VM_NOHUGEPAGE)) if (__khugepaged_enter(vma->vm_mm)) return -ENOMEM; return 0; @@ -54,11 +55,13 @@ static inline void khugepaged_exit(struct mm_struct *mm) { } -static inline int khugepaged_enter(struct vm_area_struct *vma) +static inline int khugepaged_enter(struct vm_area_struct *vma, + unsigned long vm_flags) { return 0; } -static inline int khugepaged_enter_vma_merge(struct vm_area_struct *vma) +static inline int khugepaged_enter_vma_merge(struct vm_area_struct *vma, + unsigned long vm_flags) { return 0; } --- linux-lts-utopic-3.16.0.orig/include/linux/kvm_host.h +++ linux-lts-utopic-3.16.0/include/linux/kvm_host.h @@ -325,24 +325,7 @@ struct hlist_node link; }; -#ifdef CONFIG_HAVE_KVM_IRQ_ROUTING - -struct kvm_irq_routing_table { - int chip[KVM_NR_IRQCHIPS][KVM_IRQCHIP_NUM_PINS]; - struct kvm_kernel_irq_routing_entry *rt_entries; - u32 nr_rt_entries; - /* - * Array indexed by gsi. Each entry contains list of irq chips - * the gsi is connected to. - */ - struct hlist_head map[0]; -}; - -#else - -struct kvm_irq_routing_table {}; - -#endif +struct kvm_irq_routing_table; #ifndef KVM_PRIVATE_MEM_SLOTS #define KVM_PRIVATE_MEM_SLOTS 0 @@ -401,11 +384,12 @@ struct mutex irq_lock; #ifdef CONFIG_HAVE_KVM_IRQCHIP /* - * Update side is protected by irq_lock and, - * if configured, irqfds.lock. + * Update side is protected by irq_lock. */ struct kvm_irq_routing_table __rcu *irq_routing; struct hlist_head mask_notifier_list; +#endif +#ifdef CONFIG_HAVE_KVM_IRQFD struct hlist_head irq_ack_notifier_list; #endif @@ -455,7 +439,7 @@ int __must_check vcpu_load(struct kvm_vcpu *vcpu); void vcpu_put(struct kvm_vcpu *vcpu); -#ifdef CONFIG_HAVE_KVM_IRQ_ROUTING +#ifdef CONFIG_HAVE_KVM_IRQFD int kvm_irqfd_init(void); void kvm_irqfd_exit(void); #else @@ -602,7 +586,7 @@ unsigned int ioctl, unsigned long arg); int kvm_arch_vcpu_fault(struct kvm_vcpu *vcpu, struct vm_fault *vmf); -int kvm_dev_ioctl_check_extension(long ext); +int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext); int kvm_get_dirty_log(struct kvm *kvm, struct kvm_dirty_log *log, int *is_dirty); @@ -752,6 +736,10 @@ void kvm_fire_mask_notifiers(struct kvm *kvm, unsigned irqchip, unsigned pin, bool mask); +int kvm_irq_map_gsi(struct kvm *kvm, + struct kvm_kernel_irq_routing_entry *entries, int gsi); +int kvm_irq_map_chip_pin(struct kvm *kvm, unsigned irqchip, unsigned pin); + int kvm_set_irq(struct kvm *kvm, int irq_source_id, u32 irq, int level, bool line_status); int kvm_set_irq_inatomic(struct kvm *kvm, int irq_source_id, u32 irq, int level); @@ -942,28 +930,27 @@ const struct kvm_irq_routing_entry *entries, unsigned nr, unsigned flags); -int kvm_set_routing_entry(struct kvm_irq_routing_table *rt, - struct kvm_kernel_irq_routing_entry *e, +int kvm_set_routing_entry(struct kvm_kernel_irq_routing_entry *e, const struct kvm_irq_routing_entry *ue); void kvm_free_irq_routing(struct kvm *kvm); -int kvm_send_userspace_msi(struct kvm *kvm, struct kvm_msi *msi); - #else static inline void kvm_free_irq_routing(struct kvm *kvm) {} #endif +int kvm_send_userspace_msi(struct kvm *kvm, struct kvm_msi *msi); + #ifdef CONFIG_HAVE_KVM_EVENTFD void kvm_eventfd_init(struct kvm *kvm); int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args); -#ifdef CONFIG_HAVE_KVM_IRQCHIP +#ifdef CONFIG_HAVE_KVM_IRQFD int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args); void kvm_irqfd_release(struct kvm *kvm); -void kvm_irq_routing_update(struct kvm *, struct kvm_irq_routing_table *); +void kvm_irq_routing_update(struct kvm *); #else static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) { @@ -985,10 +972,8 @@ static inline void kvm_irqfd_release(struct kvm *kvm) {} #ifdef CONFIG_HAVE_KVM_IRQCHIP -static inline void kvm_irq_routing_update(struct kvm *kvm, - struct kvm_irq_routing_table *irq_rt) +static inline void kvm_irq_routing_update(struct kvm *kvm) { - rcu_assign_pointer(kvm->irq_routing, irq_rt); } #endif --- linux-lts-utopic-3.16.0.orig/include/linux/libata.h +++ linux-lts-utopic-3.16.0/include/linux/libata.h @@ -204,6 +204,7 @@ ATA_LFLAG_SW_ACTIVITY = (1 << 7), /* keep activity stats */ ATA_LFLAG_NO_LPM = (1 << 8), /* disable LPM on this link */ ATA_LFLAG_RST_ONCE = (1 << 9), /* limit recovery to one reset */ + ATA_LFLAG_CHANGED = (1 << 10), /* LPM state changed on this link */ /* struct ata_port flags */ ATA_FLAG_SLAVE_POSS = (1 << 0), /* host supports slave dev */ @@ -230,6 +231,7 @@ ATA_FLAG_SW_ACTIVITY = (1 << 22), /* driver supports sw activity * led */ ATA_FLAG_NO_DIPM = (1 << 23), /* host not happy with DIPM */ + ATA_FLAG_LOWTAG = (1 << 24), /* host wants lowest available tag */ /* bits 24:31 of ap->flags are reserved for LLD specific flags */ @@ -307,6 +309,12 @@ */ ATA_TMOUT_PMP_SRST_WAIT = 5000, + /* When the LPM policy is set to ATA_LPM_MAX_POWER, there might + * be a spurious PHY event, so ignore the first PHY event that + * occurs within 10s after the policy change. + */ + ATA_TMOUT_SPURIOUS_PHY = 10000, + /* ATA bus states */ BUS_UNKNOWN = 0, BUS_DMA = 1, @@ -421,6 +429,8 @@ ATA_HORKAGE_NO_NCQ_TRIM = (1 << 19), /* don't use queued TRIM */ ATA_HORKAGE_NOLPM = (1 << 20), /* don't use LPM */ ATA_HORKAGE_WD_BROKEN_LPM = (1 << 21), /* some WDs have broken LPM */ + ATA_HORKAGE_NOTRIM = (1 << 24), /* don't use TRIM */ + /* DMA mask for user DMA control: User visible values; DO NOT renumber */ @@ -704,7 +714,7 @@ union { u16 id[ATA_ID_WORDS]; /* IDENTIFY xxx DEVICE data */ u32 gscr[SATA_PMP_GSCR_DWORDS]; /* PMP GSCR block */ - }; + } ____cacheline_aligned; /* DEVSLP Timing Variables from Identify Device Data Log */ u8 devslp_timing[ATA_LOG_DEVSLP_SIZE]; @@ -785,6 +795,8 @@ struct ata_eh_context eh_context; struct ata_device device[ATA_MAX_DEVICES]; + + unsigned long last_lpm_change; /* when last LPM change happened */ }; #define ATA_LINK_CLEAR_BEGIN offsetof(struct ata_link, active_tag) #define ATA_LINK_CLEAR_END offsetof(struct ata_link, device[0]) @@ -1198,6 +1210,7 @@ extern int ata_do_set_mode(struct ata_link *link, struct ata_device **r_failed_dev); extern void ata_scsi_port_error_handler(struct Scsi_Host *host, struct ata_port *ap); extern void ata_scsi_cmd_error_handler(struct Scsi_Host *host, struct ata_port *ap, struct list_head *eh_q); +extern bool sata_lpm_ignore_phy_events(struct ata_link *link); extern int ata_cable_40wire(struct ata_port *ap); extern int ata_cable_80wire(struct ata_port *ap); --- linux-lts-utopic-3.16.0.orig/include/linux/lockd/lockd.h +++ linux-lts-utopic-3.16.0/include/linux/lockd/lockd.h @@ -236,7 +236,8 @@ struct nlm_host * nlm_get_host(struct nlm_host *); void nlm_shutdown_hosts(void); void nlm_shutdown_hosts_net(struct net *net); -void nlm_host_rebooted(const struct nlm_reboot *); +void nlm_host_rebooted(const struct net *net, + const struct nlm_reboot *); /* * Host monitoring @@ -244,11 +245,13 @@ int nsm_monitor(const struct nlm_host *host); void nsm_unmonitor(const struct nlm_host *host); -struct nsm_handle *nsm_get_handle(const struct sockaddr *sap, +struct nsm_handle *nsm_get_handle(const struct net *net, + const struct sockaddr *sap, const size_t salen, const char *hostname, const size_t hostname_len); -struct nsm_handle *nsm_reboot_lookup(const struct nlm_reboot *info); +struct nsm_handle *nsm_reboot_lookup(const struct net *net, + const struct nlm_reboot *info); void nsm_release(struct nsm_handle *nsm); /* --- linux-lts-utopic-3.16.0.orig/include/linux/lockdep.h +++ linux-lts-utopic-3.16.0/include/linux/lockdep.h @@ -362,6 +362,10 @@ WARN_ON(debug_locks && !lockdep_is_held(l)); \ } while (0) +#define lockdep_assert_held_once(l) do { \ + WARN_ON_ONCE(debug_locks && !lockdep_is_held(l)); \ + } while (0) + #define lockdep_recursing(tsk) ((tsk)->lockdep_recursion) #else /* !CONFIG_LOCKDEP */ @@ -412,6 +416,7 @@ #define lockdep_depth(tsk) (0) #define lockdep_assert_held(l) do { (void)(l); } while (0) +#define lockdep_assert_held_once(l) do { (void)(l); } while (0) #define lockdep_recursing(tsk) (0) --- linux-lts-utopic-3.16.0.orig/include/linux/memory.h +++ linux-lts-utopic-3.16.0/include/linux/memory.h @@ -35,7 +35,7 @@ }; int arch_get_memory_phys_device(unsigned long start_pfn); -unsigned long __weak memory_block_size_bytes(void); +unsigned long memory_block_size_bytes(void); /* These states are exposed to userspace as text strings in sysfs */ #define MEM_ONLINE (1<<0) /* exposed to userspace */ --- linux-lts-utopic-3.16.0.orig/include/linux/mfd/rtsx_pci.h +++ linux-lts-utopic-3.16.0/include/linux/mfd/rtsx_pci.h @@ -707,6 +707,14 @@ #define PM_CTRL1 0xFF44 #define PM_CTRL2 0xFF45 #define PM_CTRL3 0xFF46 +#define SDIO_SEND_PME_EN 0x80 +#define FORCE_RC_MODE_ON 0x40 +#define FORCE_RX50_LINK_ON 0x20 +#define D3_DELINK_MODE_EN 0x10 +#define USE_PESRTB_CTL_DELINK 0x08 +#define DELAY_PIN_WAKE 0x04 +#define RESET_PIN_WAKE 0x02 +#define PM_WAKE_EN 0x01 #define PM_CTRL4 0xFF47 /* Memory mapping */ @@ -752,6 +760,14 @@ #define PHY_DUM_REG 0x1F #define LCTLR 0x80 +#define LCTLR_EXT_SYNC 0x80 +#define LCTLR_COMMON_CLOCK_CFG 0x40 +#define LCTLR_RETRAIN_LINK 0x20 +#define LCTLR_LINK_DISABLE 0x10 +#define LCTLR_RCB 0x08 +#define LCTLR_RESERVED 0x04 +#define LCTLR_ASPM_CTL_MASK 0x03 + #define PCR_SETTING_REG1 0x724 #define PCR_SETTING_REG2 0x814 #define PCR_SETTING_REG3 0x747 @@ -961,4 +977,16 @@ return (u8 *)(pcr->host_cmds_ptr); } +static inline int rtsx_pci_update_cfg_byte(struct rtsx_pcr *pcr, int addr, + u8 mask, u8 append) +{ + int err; + u8 val; + + err = pci_read_config_byte(pcr->pci, addr, &val); + if (err < 0) + return err; + return pci_write_config_byte(pcr->pci, addr, (val & mask) | append); +} + #endif --- linux-lts-utopic-3.16.0.orig/include/linux/mlx4/cmd.h +++ linux-lts-utopic-3.16.0/include/linux/mlx4/cmd.h @@ -67,6 +67,8 @@ MLX4_CMD_MAP_ICM_AUX = 0xffc, MLX4_CMD_UNMAP_ICM_AUX = 0xffb, MLX4_CMD_SET_ICM_SIZE = 0xffd, + MLX4_CMD_ACCESS_REG = 0x3b, + /*master notify fw on finish for slave's flr*/ MLX4_CMD_INFORM_FLR_DONE = 0x5b, MLX4_CMD_GET_OP_REQ = 0x59, --- linux-lts-utopic-3.16.0.orig/include/linux/mlx4/device.h +++ linux-lts-utopic-3.16.0/include/linux/mlx4/device.h @@ -172,19 +172,27 @@ MLX4_DEV_CAP_FLAG2_UPDATE_QP = 1LL << 8, MLX4_DEV_CAP_FLAG2_DMFS_IPOIB = 1LL << 9, MLX4_DEV_CAP_FLAG2_VXLAN_OFFLOADS = 1LL << 10, + MLX4_DEV_CAP_FLAG2_MAD_DEMUX = 1LL << 11, + MLX4_DEV_CAP_FLAG2_CQE_STRIDE = 1LL << 12, + MLX4_DEV_CAP_FLAG2_EQE_STRIDE = 1LL << 13, + MLX4_DEV_CAP_FLAG2_ETH_PROT_CTRL = 1LL << 14, + MLX4_DEV_CAP_FLAG2_ETH_BACKPL_AN_REP = 1LL << 15 }; enum { MLX4_DEV_CAP_64B_EQE_ENABLED = 1LL << 0, - MLX4_DEV_CAP_64B_CQE_ENABLED = 1LL << 1 + MLX4_DEV_CAP_64B_CQE_ENABLED = 1LL << 1, + MLX4_DEV_CAP_CQE_STRIDE_ENABLED = 1LL << 2, + MLX4_DEV_CAP_EQE_STRIDE_ENABLED = 1LL << 3 }; enum { - MLX4_USER_DEV_CAP_64B_CQE = 1L << 0 + MLX4_USER_DEV_CAP_LARGE_CQE = 1L << 0 }; enum { - MLX4_FUNC_CAP_64B_EQE_CQE = 1L << 0 + MLX4_FUNC_CAP_64B_EQE_CQE = 1L << 0, + MLX4_FUNC_CAP_EQE_CQE_STRIDE = 1L << 1 }; @@ -359,6 +367,13 @@ #define MSTR_SM_CHANGE_MASK (MLX4_EQ_PORT_INFO_MSTR_SM_SL_CHANGE_MASK | \ MLX4_EQ_PORT_INFO_MSTR_SM_LID_CHANGE_MASK) +enum mlx4_module_id { + MLX4_MODULE_ID_SFP = 0x3, + MLX4_MODULE_ID_QSFP = 0xC, + MLX4_MODULE_ID_QSFP_PLUS = 0xD, + MLX4_MODULE_ID_QSFP28 = 0x11, +}; + static inline u64 mlx4_fw_ver(u64 major, u64 minor, u64 subminor) { return (major << 32) | (minor << 16) | subminor; @@ -778,14 +793,30 @@ u64 si_guid; }; +#define MAD_IFC_DATA_SZ 192 +/* MAD IFC Mailbox */ +struct mlx4_mad_ifc { + u8 base_version; + u8 mgmt_class; + u8 class_version; + u8 method; + __be16 status; + __be16 class_specific; + __be64 tid; + __be16 attr_id; + __be16 resv; + __be32 attr_mod; + __be64 mkey; + __be16 dr_slid; + __be16 dr_dlid; + u8 reserved[28]; + u8 data[MAD_IFC_DATA_SZ]; +} __packed; + #define mlx4_foreach_port(port, dev, type) \ for ((port) = 1; (port) <= (dev)->caps.num_ports; (port)++) \ if ((type) == (dev)->caps.port_mask[(port)]) -#define mlx4_foreach_non_ib_transport_port(port, dev) \ - for ((port) = 1; (port) <= (dev)->caps.num_ports; (port)++) \ - if (((dev)->caps.port_mask[port] != MLX4_PORT_TYPE_IB)) - #define mlx4_foreach_ib_transport_port(port, dev) \ for ((port) = 1; (port) <= (dev)->caps.num_ports; (port)++) \ if (((dev)->caps.port_mask[port] == MLX4_PORT_TYPE_IB) || \ @@ -1243,4 +1274,51 @@ int mlx4_vf_get_enable_smi_admin(struct mlx4_dev *dev, int slave, int port); int mlx4_vf_set_enable_smi_admin(struct mlx4_dev *dev, int slave, int port, int enable); + +int mlx4_get_module_info(struct mlx4_dev *dev, u8 port, + u16 offset, u16 size, u8 *data); + +/* Returns true if running in low memory profile (kdump kernel) */ +static inline bool mlx4_low_memory_profile(void) +{ + return reset_devices; +} + +/* ACCESS REG commands */ +enum mlx4_access_reg_method { + MLX4_ACCESS_REG_QUERY = 0x1, + MLX4_ACCESS_REG_WRITE = 0x2, +}; + +/* ACCESS PTYS Reg command */ +enum mlx4_ptys_proto { + MLX4_PTYS_IB = 1<<0, + MLX4_PTYS_EN = 1<<2, +}; + +struct mlx4_ptys_reg { + u8 resrvd1; + u8 local_port; + u8 resrvd2; + u8 proto_mask; + __be32 resrvd3[2]; + __be32 eth_proto_cap; + __be16 ib_width_cap; + __be16 ib_speed_cap; + __be32 resrvd4; + __be32 eth_proto_admin; + __be16 ib_width_admin; + __be16 ib_speed_admin; + __be32 resrvd5; + __be32 eth_proto_oper; + __be16 ib_width_oper; + __be16 ib_speed_oper; + __be32 resrvd6; + __be32 eth_proto_lp_adv; +} __packed; + +int mlx4_ACCESS_PTYS_REG(struct mlx4_dev *dev, + enum mlx4_access_reg_method method, + struct mlx4_ptys_reg *ptys_reg); + #endif /* MLX4_DEVICE_H */ --- linux-lts-utopic-3.16.0.orig/include/linux/mm.h +++ linux-lts-utopic-3.16.0/include/linux/mm.h @@ -1033,6 +1033,7 @@ #define VM_FAULT_WRITE 0x0008 /* Special case for get_user_pages */ #define VM_FAULT_HWPOISON 0x0010 /* Hit poisoned small page */ #define VM_FAULT_HWPOISON_LARGE 0x0020 /* Hit poisoned large page. Index encoded in upper bits */ +#define VM_FAULT_SIGSEGV 0x0040 #define VM_FAULT_NOPAGE 0x0100 /* ->fault installed the pte, not return page */ #define VM_FAULT_LOCKED 0x0200 /* ->fault locked the returned page */ @@ -1041,8 +1042,9 @@ #define VM_FAULT_HWPOISON_LARGE_MASK 0xf000 /* encodes hpage index for large hwpoison */ -#define VM_FAULT_ERROR (VM_FAULT_OOM | VM_FAULT_SIGBUS | VM_FAULT_HWPOISON | \ - VM_FAULT_FALLBACK | VM_FAULT_HWPOISON_LARGE) +#define VM_FAULT_ERROR (VM_FAULT_OOM | VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV | \ + VM_FAULT_HWPOISON | VM_FAULT_HWPOISON_LARGE | \ + VM_FAULT_FALLBACK) /* Encode hstate index for a hwpoisoned large page */ #define VM_FAULT_SET_HINDEX(x) ((x) << 12) @@ -1155,6 +1157,7 @@ extern void truncate_pagecache(struct inode *inode, loff_t new); extern void truncate_setsize(struct inode *inode, loff_t newsize); +void pagecache_isize_extended(struct inode *inode, loff_t from, loff_t to); void truncate_pagecache_range(struct inode *inode, loff_t offset, loff_t end); int truncate_inode_page(struct address_space *mapping, struct page *page); int generic_error_remove_page(struct address_space *mapping, struct page *page); @@ -1901,7 +1904,7 @@ #if VM_GROWSUP extern int expand_upwards(struct vm_area_struct *vma, unsigned long address); #else - #define expand_upwards(vma, address) do { } while (0) + #define expand_upwards(vma, address) (0) #endif /* Look up the first VMA which satisfies addr < vm_end, NULL if none. */ --- linux-lts-utopic-3.16.0.orig/include/linux/mm_types.h +++ linux-lts-utopic-3.16.0/include/linux/mm_types.h @@ -232,6 +232,7 @@ unsigned long vm_top; /* region allocated to here */ unsigned long vm_pgoff; /* the offset in vm_file corresponding to vm_start */ struct file *vm_file; /* the backing file or NULL */ + struct file *vm_prfile; /* the virtual backing file or NULL */ int vm_usage; /* region usage count (access under nommu_region_sem) */ bool vm_icache_flushed : 1; /* true if the icache has been flushed for @@ -300,6 +301,7 @@ unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE units, *not* PAGE_CACHE_SIZE */ struct file * vm_file; /* File we map to (can be NULL). */ + struct file *vm_prfile; /* shadow of vm_file */ void * vm_private_data; /* was vm_pte (shared mem) */ #ifndef CONFIG_MMU --- linux-lts-utopic-3.16.0.orig/include/linux/mmc/sdhci.h +++ linux-lts-utopic-3.16.0/include/linux/mmc/sdhci.h @@ -98,6 +98,8 @@ #define SDHCI_QUIRK2_BROKEN_HS200 (1<<6) /* Controller does not support DDR50 */ #define SDHCI_QUIRK2_BROKEN_DDR50 (1<<7) +/* need clear transfer mode register before send cmd */ +#define SDHCI_QUIRK2_CLEAR_TRANSFERMODE_REG_BEFORE_CMD (1<<10) int irq; /* Device IRQ */ void __iomem *ioaddr; /* Mapped address */ --- linux-lts-utopic-3.16.0.orig/include/linux/mmdebug.h +++ linux-lts-utopic-3.16.0/include/linux/mmdebug.h @@ -1,6 +1,7 @@ #ifndef LINUX_MM_DEBUG_H #define LINUX_MM_DEBUG_H 1 +#include #include struct page; --- linux-lts-utopic-3.16.0.orig/include/linux/mmfile.h +++ linux-lts-utopic-3.16.0/include/linux/mmfile.h @@ -0,0 +1,95 @@ +#ifndef H_LINUX_MMFILE_H +#define H_LINUX_MMFILE_H + +#include +#include +#include + +/* + * Mainly for aufs which mmap(2) diffrent file and wants to print different path + * in /proc/PID/maps. + */ +/* #define AUFS_DEBUG_MMAP */ +static inline void aufs_trace(struct file *f, struct file *pr, + const char func[], int line, const char func2[]) +{ +#ifdef AUFS_DEBUG_MMAP + if (pr) + pr_info("%s:%d: %s, %p\n", func, line, func2, + f ? (char *)f->f_dentry->d_name.name : "(null)"); +#endif +} + +static inline struct file *vmr_do_pr_or_file(struct vm_region *region, + const char func[], int line) +{ + struct file *f = region->vm_file, *pr = region->vm_prfile; + + aufs_trace(f, pr, func, line, __func__); + return (f && pr) ? pr : f; +} + +static inline void vmr_do_fput(struct vm_region *region, + const char func[], int line) +{ + struct file *f = region->vm_file, *pr = region->vm_prfile; + + aufs_trace(f, pr, func, line, __func__); + fput(f); + if (f && pr) + fput(pr); +} + +static inline void vma_do_file_update_time(struct vm_area_struct *vma, + const char func[], int line) +{ + struct file *f = vma->vm_file, *pr = vma->vm_prfile; + + aufs_trace(f, pr, func, line, __func__); + file_update_time(f); + if (f && pr) + file_update_time(pr); +} + +static inline struct file *vma_do_pr_or_file(struct vm_area_struct *vma, + const char func[], int line) +{ + struct file *f = vma->vm_file, *pr = vma->vm_prfile; + + aufs_trace(f, pr, func, line, __func__); + return (f && pr) ? pr : f; +} + +static inline void vma_do_get_file(struct vm_area_struct *vma, + const char func[], int line) +{ + struct file *f = vma->vm_file, *pr = vma->vm_prfile; + + aufs_trace(f, pr, func, line, __func__); + get_file(f); + if (f && pr) + get_file(pr); +} + +static inline void vma_do_fput(struct vm_area_struct *vma, + const char func[], int line) +{ + struct file *f = vma->vm_file, *pr = vma->vm_prfile; + + aufs_trace(f, pr, func, line, __func__); + fput(f); + if (f && pr) + fput(pr); +} + +#define vmr_pr_or_file(region) vmr_do_pr_or_file(region, __func__, \ + __LINE__) +#define vmr_fput(region) vmr_do_fput(region, __func__, __LINE__) +#define vma_file_update_time(vma) vma_do_file_update_time(vma, __func__, \ + __LINE__) +#define vma_pr_or_file(vma) vma_do_pr_or_file(vma, __func__, \ + __LINE__) +#define vma_get_file(vma) vma_do_get_file(vma, __func__, __LINE__) +#define vma_fput(vma) vma_do_fput(vma, __func__, __LINE__) + +#endif --- linux-lts-utopic-3.16.0.orig/include/linux/mmu_notifier.h +++ linux-lts-utopic-3.16.0/include/linux/mmu_notifier.h @@ -170,6 +170,8 @@ struct mm_struct *mm); extern void mmu_notifier_unregister(struct mmu_notifier *mn, struct mm_struct *mm); +extern void mmu_notifier_unregister_no_release(struct mmu_notifier *mn, + struct mm_struct *mm); extern void __mmu_notifier_mm_destroy(struct mm_struct *mm); extern void __mmu_notifier_release(struct mm_struct *mm); extern int __mmu_notifier_clear_flush_young(struct mm_struct *mm, @@ -288,6 +290,10 @@ set_pte_at(___mm, ___address, __ptep, ___pte); \ }) +extern void mmu_notifier_call_srcu(struct rcu_head *rcu, + void (*func)(struct rcu_head *rcu)); +extern void mmu_notifier_synchronize(void); + #else /* CONFIG_MMU_NOTIFIER */ static inline void mmu_notifier_release(struct mm_struct *mm) --- linux-lts-utopic-3.16.0.orig/include/linux/mmzone.h +++ linux-lts-utopic-3.16.0/include/linux/mmzone.h @@ -143,6 +143,7 @@ NR_SHMEM, /* shmem pages (included tmpfs/GEM pages) */ NR_DIRTIED, /* page dirtyings since bootup */ NR_WRITTEN, /* page writings since bootup */ + NR_PAGES_SCANNED, /* pages scanned since last reclaim */ #ifdef CONFIG_NUMA NUMA_HIT, /* allocated in intended node */ NUMA_MISS, /* allocated in non intended node */ @@ -324,19 +325,12 @@ #ifndef __GENERATING_BOUNDS_H struct zone { - /* Fields commonly accessed by the page allocator */ + /* Read-mostly fields */ /* zone watermarks, access with *_wmark_pages(zone) macros */ unsigned long watermark[NR_WMARK]; /* - * When free pages are below this point, additional steps are taken - * when reading the number of free pages to avoid per-cpu counter - * drift allowing watermarks to be breached - */ - unsigned long percpu_drift_mark; - - /* * We don't know if the memory that we're going to allocate will be freeable * or/and it will be released eventually, so to avoid totally wasting several * GB of ram we must reserve some of the lower zone memory (otherwise we risk @@ -344,41 +338,26 @@ * on the higher zones). This array is recalculated at runtime if the * sysctl_lowmem_reserve_ratio sysctl changes. */ - unsigned long lowmem_reserve[MAX_NR_ZONES]; - - /* - * This is a per-zone reserve of pages that should not be - * considered dirtyable memory. - */ - unsigned long dirty_balance_reserve; + long lowmem_reserve[MAX_NR_ZONES]; #ifdef CONFIG_NUMA int node; +#endif + /* - * zone reclaim becomes active if more unmapped pages exist. + * The target ratio of ACTIVE_ANON to INACTIVE_ANON pages on + * this zone's LRU. Maintained by the pageout code. */ - unsigned long min_unmapped_pages; - unsigned long min_slab_pages; -#endif + unsigned int inactive_ratio; + + struct pglist_data *zone_pgdat; struct per_cpu_pageset __percpu *pageset; + /* - * free areas of different sizes + * This is a per-zone reserve of pages that should not be + * considered dirtyable memory. */ - spinlock_t lock; -#if defined CONFIG_COMPACTION || defined CONFIG_CMA - /* Set to true when the PG_migrate_skip bits should be cleared */ - bool compact_blockskip_flush; - - /* pfn where compaction free scanner should start */ - unsigned long compact_cached_free_pfn; - /* pfn where async and sync compaction migration scanner should start */ - unsigned long compact_cached_migrate_pfn[2]; -#endif -#ifdef CONFIG_MEMORY_HOTPLUG - /* see spanned/present_pages for more description */ - seqlock_t span_seqlock; -#endif - struct free_area free_area[MAX_ORDER]; + unsigned long dirty_balance_reserve; #ifndef CONFIG_SPARSEMEM /* @@ -388,74 +367,14 @@ unsigned long *pageblock_flags; #endif /* CONFIG_SPARSEMEM */ -#ifdef CONFIG_COMPACTION - /* - * On compaction failure, 1<> PAGE_SHIFT */ unsigned long zone_start_pfn; @@ -500,9 +419,11 @@ * adjust_managed_page_count() should be used instead of directly * touching zone->managed_pages and totalram_pages. */ + unsigned long managed_pages; unsigned long spanned_pages; unsigned long present_pages; - unsigned long managed_pages; + + const char *name; /* * Number of MIGRATE_RESEVE page block. To maintain for just @@ -510,10 +431,94 @@ */ int nr_migrate_reserve_block; +#ifdef CONFIG_MEMORY_HOTPLUG + /* see spanned/present_pages for more description */ + seqlock_t span_seqlock; +#endif + /* - * rarely used fields: + * wait_table -- the array holding the hash table + * wait_table_hash_nr_entries -- the size of the hash table array + * wait_table_bits -- wait_table_size == (1 << wait_table_bits) + * + * The purpose of all these is to keep track of the people + * waiting for a page to become available and make them + * runnable again when possible. The trouble is that this + * consumes a lot of space, especially when so few things + * wait on pages at a given time. So instead of using + * per-page waitqueues, we use a waitqueue hash table. + * + * The bucket discipline is to sleep on the same queue when + * colliding and wake all in that wait queue when removing. + * When something wakes, it must check to be sure its page is + * truly available, a la thundering herd. The cost of a + * collision is great, but given the expected load of the + * table, they should be so rare as to be outweighed by the + * benefits from the saved space. + * + * __wait_on_page_locked() and unlock_page() in mm/filemap.c, are the + * primary users of these fields, and in mm/page_alloc.c + * free_area_init_core() performs the initialization of them. */ - const char *name; + wait_queue_head_t *wait_table; + unsigned long wait_table_hash_nr_entries; + unsigned long wait_table_bits; + + ZONE_PADDING(_pad1_) + + /* Write-intensive fields used from the page allocator */ + spinlock_t lock; + + /* free areas of different sizes */ + struct free_area free_area[MAX_ORDER]; + + /* zone flags, see below */ + unsigned long flags; + + ZONE_PADDING(_pad2_) + + /* Write-intensive fields used by page reclaim */ + + /* Fields commonly accessed by the page reclaim scanner */ + spinlock_t lru_lock; + struct lruvec lruvec; + + /* Evictions & activations on the inactive file list */ + atomic_long_t inactive_age; + + /* + * When free pages are below this point, additional steps are taken + * when reading the number of free pages to avoid per-cpu counter + * drift allowing watermarks to be breached + */ + unsigned long percpu_drift_mark; + +#if defined CONFIG_COMPACTION || defined CONFIG_CMA + /* pfn where compaction free scanner should start */ + unsigned long compact_cached_free_pfn; + /* pfn where async and sync compaction migration scanner should start */ + unsigned long compact_cached_migrate_pfn[2]; +#endif + +#ifdef CONFIG_COMPACTION + /* + * On compaction failure, 1<flags); } +static inline int zone_is_fair_depleted(const struct zone *zone) +{ + return test_bit(ZONE_FAIR_DEPLETED, &zone->flags); +} + static inline int zone_is_oom_locked(const struct zone *zone) { return test_bit(ZONE_OOM_LOCKED, &zone->flags); --- linux-lts-utopic-3.16.0.orig/include/linux/mount.h +++ linux-lts-utopic-3.16.0/include/linux/mount.h @@ -42,13 +42,20 @@ * flag, consider how it interacts with shared mounts. */ #define MNT_SHARED_MASK (MNT_UNBINDABLE) -#define MNT_PROPAGATION_MASK (MNT_SHARED | MNT_UNBINDABLE) +#define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \ + | MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME \ + | MNT_READONLY) +#define MNT_ATIME_MASK (MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME ) #define MNT_INTERNAL_FLAGS (MNT_SHARED | MNT_WRITE_HOLD | MNT_INTERNAL | \ MNT_DOOMED | MNT_SYNC_UMOUNT | MNT_MARKED) #define MNT_INTERNAL 0x4000 +#define MNT_LOCK_ATIME 0x040000 +#define MNT_LOCK_NOEXEC 0x080000 +#define MNT_LOCK_NOSUID 0x100000 +#define MNT_LOCK_NODEV 0x200000 #define MNT_LOCK_READONLY 0x400000 #define MNT_LOCKED 0x800000 #define MNT_DOOMED 0x1000000 @@ -74,6 +81,9 @@ extern void mnt_unpin(struct vfsmount *mnt); extern int __mnt_is_readonly(struct vfsmount *mnt); +struct path; +extern struct vfsmount *clone_private_mount(struct path *path); + struct file_system_type; extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, int flags, const char *name, --- linux-lts-utopic-3.16.0.orig/include/linux/mtd/nand.h +++ linux-lts-utopic-3.16.0/include/linux/mtd/nand.h @@ -176,17 +176,17 @@ /* Chip may not exist, so silence any errors in scan */ #define NAND_SCAN_SILENT_NODEV 0x00040000 /* - * This option could be defined by controller drivers to protect against - * kmap'ed, vmalloc'ed highmem buffers being passed from upper layers - */ -#define NAND_USE_BOUNCE_BUFFER 0x00080000 -/* * Autodetect nand buswidth with readid/onfi. * This suppose the driver will configure the hardware in 8 bits mode * when calling nand_scan_ident, and update its configuration * before calling nand_scan_tail. */ #define NAND_BUSWIDTH_AUTO 0x00080000 +/* + * This option could be defined by controller drivers to protect against + * kmap'ed, vmalloc'ed highmem buffers being passed from upper layers + */ +#define NAND_USE_BOUNCE_BUFFER 0x00100000 /* Options set by nand scan */ /* Nand scan has allocated controller struct */ @@ -274,7 +274,7 @@ __le16 t_r; __le16 t_ccs; __le16 src_sync_timing_mode; - __le16 src_ssync_features; + u8 src_ssync_features; __le16 clk_pin_capacitance_typ; __le16 io_pin_capacitance_typ; __le16 input_pin_capacitance_typ; @@ -282,7 +282,7 @@ u8 driver_strength_support; __le16 t_int_r; __le16 t_ald; - u8 reserved4[7]; + u8 reserved4[8]; /* vendor */ __le16 vendor_revision; @@ -882,15 +882,6 @@ struct platform_nand_ctrl ctrl; }; -/* Some helpers to access the data structures */ -static inline -struct platform_nand_chip *get_platform_nandchip(struct mtd_info *mtd) -{ - struct nand_chip *chip = mtd->priv; - - return chip->priv; -} - /* return the supported features. */ static inline int onfi_feature(struct nand_chip *chip) { --- linux-lts-utopic-3.16.0.orig/include/linux/mtd/spi-nor.h +++ linux-lts-utopic-3.16.0/include/linux/mtd/spi-nor.h @@ -183,32 +183,17 @@ /** * spi_nor_scan() - scan the SPI NOR * @nor: the spi_nor structure - * @id: the spi_device_id provided by the driver + * @name: the chip type name * @mode: the read mode supported by the driver * * The drivers can use this fuction to scan the SPI NOR. * In the scanning, it will try to get all the necessary information to * fill the mtd_info{} and the spi_nor{}. * - * The board may assigns a spi_device_id with @id which be used to compared with - * the spi_device_id detected by the scanning. + * The chip type name can be provided through the @name parameter. * * Return: 0 for success, others for failure. */ -int spi_nor_scan(struct spi_nor *nor, const struct spi_device_id *id, - enum read_mode mode); -extern const struct spi_device_id spi_nor_ids[]; - -/** - * spi_nor_match_id() - find the spi_device_id by the name - * @name: the name of the spi_device_id - * - * The drivers use this function to find the spi_device_id - * specified by the @name. - * - * Return: returns the right spi_device_id pointer on success, - * and returns NULL on failure. - */ -const struct spi_device_id *spi_nor_match_id(char *name); +int spi_nor_scan(struct spi_nor *nor, const char *name, enum read_mode mode); #endif --- linux-lts-utopic-3.16.0.orig/include/linux/netdevice.h +++ linux-lts-utopic-3.16.0/include/linux/netdevice.h @@ -1977,6 +1977,12 @@ void synchronize_net(void); int init_dummy_netdev(struct net_device *dev); +DECLARE_PER_CPU(int, xmit_recursion); +static inline int dev_recursion_level(void) +{ + return this_cpu_read(xmit_recursion); +} + struct net_device *dev_get_by_index(struct net *net, int ifindex); struct net_device *__dev_get_by_index(struct net *net, int ifindex); struct net_device *dev_get_by_index_rcu(struct net *net, int ifindex); --- linux-lts-utopic-3.16.0.orig/include/linux/netfilter_ipv6.h +++ linux-lts-utopic-3.16.0/include/linux/netfilter_ipv6.h @@ -25,6 +25,7 @@ struct nf_ipv6_ops { int (*chk_addr)(struct net *net, const struct in6_addr *addr, const struct net_device *dev, int strict); + int (*fragment)(struct sk_buff *skb, int (*output)(struct sk_buff *)); }; extern const struct nf_ipv6_ops __rcu *nf_ipv6_ops; --- linux-lts-utopic-3.16.0.orig/include/linux/netlink.h +++ linux-lts-utopic-3.16.0/include/linux/netlink.h @@ -66,8 +66,17 @@ extern void __netlink_clear_multicast_users(struct sock *sk, unsigned int group); extern void netlink_ack(struct sk_buff *in_skb, struct nlmsghdr *nlh, int err); extern int netlink_has_listeners(struct sock *sk, unsigned int group); -extern struct sk_buff *netlink_alloc_skb(struct sock *ssk, unsigned int size, - u32 dst_portid, gfp_t gfp_mask); + +extern struct sk_buff *__netlink_alloc_skb(struct sock *ssk, unsigned int size, + unsigned int ldiff, u32 dst_portid, + gfp_t gfp_mask); +static inline struct sk_buff * +netlink_alloc_skb(struct sock *ssk, unsigned int size, u32 dst_portid, + gfp_t gfp_mask) +{ + return __netlink_alloc_skb(ssk, size, 0, dst_portid, gfp_mask); +} + extern int netlink_unicast(struct sock *ssk, struct sk_buff *skb, __u32 portid, int nonblock); extern int netlink_broadcast(struct sock *ssk, struct sk_buff *skb, __u32 portid, __u32 group, gfp_t allocation); --- linux-lts-utopic-3.16.0.orig/include/linux/nfs_fs.h +++ linux-lts-utopic-3.16.0/include/linux/nfs_fs.h @@ -577,9 +577,7 @@ static inline loff_t nfs_size_to_loff_t(__u64 size) { - if (size > (__u64) OFFSET_MAX - 1) - return OFFSET_MAX - 1; - return (loff_t) size; + return min_t(u64, size, OFFSET_MAX); } static inline ino_t --- linux-lts-utopic-3.16.0.orig/include/linux/nfs_page.h +++ linux-lts-utopic-3.16.0/include/linux/nfs_page.h @@ -62,12 +62,13 @@ struct nfs_rw_ops { const fmode_t rw_mode; - struct nfs_rw_header *(*rw_alloc_header)(void); - void (*rw_free_header)(struct nfs_rw_header *); - void (*rw_release)(struct nfs_pgio_data *); - int (*rw_done)(struct rpc_task *, struct nfs_pgio_data *, struct inode *); - void (*rw_result)(struct rpc_task *, struct nfs_pgio_data *); - void (*rw_initiate)(struct nfs_pgio_data *, struct rpc_message *, + struct nfs_pgio_header *(*rw_alloc_header)(void); + void (*rw_free_header)(struct nfs_pgio_header *); + void (*rw_release)(struct nfs_pgio_header *); + int (*rw_done)(struct rpc_task *, struct nfs_pgio_header *, + struct inode *); + void (*rw_result)(struct rpc_task *, struct nfs_pgio_header *); + void (*rw_initiate)(struct nfs_pgio_header *, struct rpc_message *, struct rpc_task_setup *, int); }; @@ -119,7 +120,8 @@ extern int nfs_wait_on_request(struct nfs_page *); extern void nfs_unlock_request(struct nfs_page *req); extern void nfs_unlock_and_release_request(struct nfs_page *); -extern void nfs_page_group_lock(struct nfs_page *); +extern int nfs_page_group_lock(struct nfs_page *, bool); +extern void nfs_page_group_lock_wait(struct nfs_page *); extern void nfs_page_group_unlock(struct nfs_page *); extern bool nfs_page_group_sync_on_bit(struct nfs_page *, unsigned int); --- linux-lts-utopic-3.16.0.orig/include/linux/nfs_xdr.h +++ linux-lts-utopic-3.16.0/include/linux/nfs_xdr.h @@ -1139,7 +1139,7 @@ struct nfs4_op_map allow; }; -#define NFS4_EXCHANGE_ID_LEN (48) +#define NFS4_EXCHANGE_ID_LEN (127) struct nfs41_exchange_id_args { struct nfs_client *client; nfs4_verifier *verifier; @@ -1231,11 +1231,22 @@ unsigned int status; }; +static inline void +nfs_free_pnfs_ds_cinfo(struct pnfs_ds_commit_info *cinfo) +{ + kfree(cinfo->buckets); +} + #else struct pnfs_ds_commit_info { }; +static inline void +nfs_free_pnfs_ds_cinfo(struct pnfs_ds_commit_info *cinfo) +{ +} + #endif /* CONFIG_NFS_V4_1 */ struct nfs_page; @@ -1257,14 +1268,10 @@ NFS_IOHDR_NEED_RESCHED, }; -struct nfs_pgio_data; - struct nfs_pgio_header { struct inode *inode; struct rpc_cred *cred; struct list_head pages; - struct nfs_pgio_data *data; - atomic_t refcnt; struct nfs_page *req; struct nfs_writeverf verf; /* Used for writes */ struct pnfs_layout_segment *lseg; @@ -1281,28 +1288,23 @@ int error; /* merge with pnfs_error */ unsigned long good_bytes; /* boundary of good data */ unsigned long flags; -}; -struct nfs_pgio_data { - struct nfs_pgio_header *header; + /* + * rpc data + */ struct rpc_task task; struct nfs_fattr fattr; - struct nfs_writeverf verf; /* Used for writes */ + struct nfs_writeverf writeverf; /* Used for writes */ struct nfs_pgio_args args; /* argument struct */ struct nfs_pgio_res res; /* result struct */ unsigned long timestamp; /* For lease renewal */ - int (*pgio_done_cb) (struct rpc_task *task, struct nfs_pgio_data *data); + int (*pgio_done_cb)(struct rpc_task *, struct nfs_pgio_header *); __u64 mds_offset; /* Filelayout dense stripe */ - struct nfs_page_array pages; + struct nfs_page_array page_array; struct nfs_client *ds_clp; /* pNFS data server */ int ds_idx; /* ds index if ds_clp is set */ }; -struct nfs_rw_header { - struct nfs_pgio_header header; - struct nfs_pgio_data rpc_data; -}; - struct nfs_mds_commit_info { atomic_t rpcs_out; unsigned long ncommit; @@ -1317,7 +1319,7 @@ }; struct nfs_commit_info { - spinlock_t *lock; + spinlock_t *lock; /* inode->i_lock */ struct nfs_mds_commit_info *mds; struct pnfs_ds_commit_info *ds; struct nfs_direct_req *dreq; /* O_DIRECT request */ @@ -1432,11 +1434,12 @@ struct nfs_pathconf *); int (*set_capabilities)(struct nfs_server *, struct nfs_fh *); int (*decode_dirent)(struct xdr_stream *, struct nfs_entry *, int); - int (*pgio_rpc_prepare)(struct rpc_task *, struct nfs_pgio_data *); - void (*read_setup) (struct nfs_pgio_data *, struct rpc_message *); - int (*read_done) (struct rpc_task *, struct nfs_pgio_data *); - void (*write_setup) (struct nfs_pgio_data *, struct rpc_message *); - int (*write_done) (struct rpc_task *, struct nfs_pgio_data *); + int (*pgio_rpc_prepare)(struct rpc_task *, + struct nfs_pgio_header *); + void (*read_setup)(struct nfs_pgio_header *, struct rpc_message *); + int (*read_done)(struct rpc_task *, struct nfs_pgio_header *); + void (*write_setup)(struct nfs_pgio_header *, struct rpc_message *); + int (*write_done)(struct rpc_task *, struct nfs_pgio_header *); void (*commit_setup) (struct nfs_commit_data *, struct rpc_message *); void (*commit_rpc_prepare)(struct rpc_task *, struct nfs_commit_data *); int (*commit_done) (struct rpc_task *, struct nfs_commit_data *); --- linux-lts-utopic-3.16.0.orig/include/linux/nilfs2_fs.h +++ linux-lts-utopic-3.16.0/include/linux/nilfs2_fs.h @@ -460,7 +460,7 @@ /* level */ #define NILFS_BTREE_LEVEL_DATA 0 #define NILFS_BTREE_LEVEL_NODE_MIN (NILFS_BTREE_LEVEL_DATA + 1) -#define NILFS_BTREE_LEVEL_MAX 14 +#define NILFS_BTREE_LEVEL_MAX 14 /* Max level (exclusive) */ /** * struct nilfs_palloc_group_desc - block group descriptor --- linux-lts-utopic-3.16.0.orig/include/linux/nsproxy.h +++ linux-lts-utopic-3.16.0/include/linux/nsproxy.h @@ -40,32 +40,28 @@ * the namespaces access rules are: * * 1. only current task is allowed to change tsk->nsproxy pointer or - * any pointer on the nsproxy itself + * any pointer on the nsproxy itself. Current must hold the task_lock + * when changing tsk->nsproxy. * * 2. when accessing (i.e. reading) current task's namespaces - no * precautions should be taken - just dereference the pointers * * 3. the access to other task namespaces is performed like this - * rcu_read_lock(); - * nsproxy = task_nsproxy(tsk); + * task_lock(task); + * nsproxy = task->nsproxy; * if (nsproxy != NULL) { * / * * * work with the namespaces here * * e.g. get the reference on one of them * * / * } / * - * * NULL task_nsproxy() means that this task is + * * NULL task->nsproxy means that this task is * * almost dead (zombie) * * / - * rcu_read_unlock(); + * task_unlock(task); * */ -static inline struct nsproxy *task_nsproxy(struct task_struct *tsk) -{ - return rcu_dereference(tsk->nsproxy); -} - int copy_namespaces(unsigned long flags, struct task_struct *tsk); void exit_task_namespaces(struct task_struct *tsk); void switch_task_namespaces(struct task_struct *tsk, struct nsproxy *new); --- linux-lts-utopic-3.16.0.orig/include/linux/of.h +++ linux-lts-utopic-3.16.0/include/linux/of.h @@ -228,7 +228,13 @@ const struct of_device_id *matches, const struct of_device_id **match); -extern struct device_node *of_find_node_by_path(const char *path); +extern struct device_node *of_find_node_opts_by_path(const char *path, + const char **opts); +static inline struct device_node *of_find_node_by_path(const char *path) +{ + return of_find_node_opts_by_path(path, NULL); +} + extern struct device_node *of_find_node_by_phandle(phandle handle); extern struct device_node *of_get_parent(const struct device_node *node); extern struct device_node *of_get_next_parent(struct device_node *node); @@ -267,14 +273,12 @@ extern int of_property_read_string(struct device_node *np, const char *propname, const char **out_string); -extern int of_property_read_string_index(struct device_node *np, - const char *propname, - int index, const char **output); extern int of_property_match_string(struct device_node *np, const char *propname, const char *string); -extern int of_property_count_strings(struct device_node *np, - const char *propname); +extern int of_property_read_string_helper(struct device_node *np, + const char *propname, + const char **out_strs, size_t sz, int index); extern int of_device_is_compatible(const struct device_node *device, const char *); extern int of_device_is_available(const struct device_node *device); @@ -352,7 +356,7 @@ */ const char *of_prop_next_string(struct property *prop, const char *cur); -int of_device_is_stdout_path(struct device_node *dn); +bool of_console_check(struct device_node *dn, char *name, int index); #else /* CONFIG_OF */ @@ -485,15 +489,9 @@ return -ENOSYS; } -static inline int of_property_read_string_index(struct device_node *np, - const char *propname, int index, - const char **out_string) -{ - return -ENOSYS; -} - -static inline int of_property_count_strings(struct device_node *np, - const char *propname) +static inline int of_property_read_string_helper(struct device_node *np, + const char *propname, + const char **out_strs, size_t sz, int index) { return -ENOSYS; } @@ -564,9 +562,9 @@ return 0; } -static inline int of_device_is_stdout_path(struct device_node *dn) +static inline bool of_console_check(const struct device_node *dn, const char *name, int index) { - return 0; + return false; } static inline const __be32 *of_prop_next_u32(struct property *prop, @@ -588,7 +586,10 @@ #if defined(CONFIG_OF) && defined(CONFIG_NUMA) extern int of_node_to_nid(struct device_node *np); #else -static inline int of_node_to_nid(struct device_node *device) { return 0; } +static inline int of_node_to_nid(struct device_node *device) +{ + return NUMA_NO_NODE; +} #endif static inline struct device_node *of_find_matching_node( @@ -667,6 +668,70 @@ } /** + * of_property_read_string_array() - Read an array of strings from a multiple + * strings property. + * @np: device node from which the property value is to be read. + * @propname: name of the property to be searched. + * @out_strs: output array of string pointers. + * @sz: number of array elements to read. + * + * Search for a property in a device tree node and retrieve a list of + * terminated string values (pointer to data, not a copy) in that property. + * + * If @out_strs is NULL, the number of strings in the property is returned. + */ +static inline int of_property_read_string_array(struct device_node *np, + const char *propname, const char **out_strs, + size_t sz) +{ + return of_property_read_string_helper(np, propname, out_strs, sz, 0); +} + +/** + * of_property_count_strings() - Find and return the number of strings from a + * multiple strings property. + * @np: device node from which the property value is to be read. + * @propname: name of the property to be searched. + * + * Search for a property in a device tree node and retrieve the number of null + * terminated string contain in it. Returns the number of strings on + * success, -EINVAL if the property does not exist, -ENODATA if property + * does not have a value, and -EILSEQ if the string is not null-terminated + * within the length of the property data. + */ +static inline int of_property_count_strings(struct device_node *np, + const char *propname) +{ + return of_property_read_string_helper(np, propname, NULL, 0, 0); +} + +/** + * of_property_read_string_index() - Find and read a string from a multiple + * strings property. + * @np: device node from which the property value is to be read. + * @propname: name of the property to be searched. + * @index: index of the string in the list of strings + * @out_string: pointer to null terminated return string, modified only if + * return value is 0. + * + * Search for a property in a device tree node and retrieve a null + * terminated string value (pointer to data, not a copy) in the list of strings + * contained in that property. + * Returns 0 on success, -EINVAL if the property does not exist, -ENODATA if + * property does not have a value, and -EILSEQ if the string is not + * null-terminated within the length of the property data. + * + * The out_string pointer is modified only if a valid string can be decoded. + */ +static inline int of_property_read_string_index(struct device_node *np, + const char *propname, + int index, const char **output) +{ + int rc = of_property_read_string_helper(np, propname, output, 1, index); + return rc < 0 ? rc : 0; +} + +/** * of_property_read_bool - Findfrom a property * @np: device node from which the property value is to be read. * @propname: name of the property to be searched. --- linux-lts-utopic-3.16.0.orig/include/linux/oom.h +++ linux-lts-utopic-3.16.0/include/linux/oom.h @@ -50,6 +50,9 @@ extern unsigned long oom_badness(struct task_struct *p, struct mem_cgroup *memcg, const nodemask_t *nodemask, unsigned long totalpages); + +extern int oom_kills_count(void); +extern void note_oom_kill(void); extern void oom_kill_process(struct task_struct *p, gfp_t gfp_mask, int order, unsigned int points, unsigned long totalpages, struct mem_cgroup *memcg, nodemask_t *nodemask, --- linux-lts-utopic-3.16.0.orig/include/linux/pagemap.h +++ linux-lts-utopic-3.16.0/include/linux/pagemap.h @@ -267,7 +267,7 @@ #define FGP_NOWAIT 0x00000020 struct page *pagecache_get_page(struct address_space *mapping, pgoff_t offset, - int fgp_flags, gfp_t cache_gfp_mask, gfp_t radix_gfp_mask); + int fgp_flags, gfp_t cache_gfp_mask); /** * find_get_page - find and get a page reference @@ -282,13 +282,13 @@ static inline struct page *find_get_page(struct address_space *mapping, pgoff_t offset) { - return pagecache_get_page(mapping, offset, 0, 0, 0); + return pagecache_get_page(mapping, offset, 0, 0); } static inline struct page *find_get_page_flags(struct address_space *mapping, pgoff_t offset, int fgp_flags) { - return pagecache_get_page(mapping, offset, fgp_flags, 0, 0); + return pagecache_get_page(mapping, offset, fgp_flags, 0); } /** @@ -308,7 +308,7 @@ static inline struct page *find_lock_page(struct address_space *mapping, pgoff_t offset) { - return pagecache_get_page(mapping, offset, FGP_LOCK, 0, 0); + return pagecache_get_page(mapping, offset, FGP_LOCK, 0); } /** @@ -335,7 +335,7 @@ { return pagecache_get_page(mapping, offset, FGP_LOCK|FGP_ACCESSED|FGP_CREAT, - gfp_mask, gfp_mask & GFP_RECLAIM_MASK); + gfp_mask); } /** @@ -356,8 +356,7 @@ { return pagecache_get_page(mapping, index, FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, - mapping_gfp_mask(mapping), - GFP_NOFS); + mapping_gfp_mask(mapping)); } struct page *find_get_entry(struct address_space *mapping, pgoff_t offset); --- linux-lts-utopic-3.16.0.orig/include/linux/pci-aspm.h +++ linux-lts-utopic-3.16.0/include/linux/pci-aspm.h @@ -29,7 +29,6 @@ void pcie_aspm_powersave_config_link(struct pci_dev *pdev); void pci_disable_link_state(struct pci_dev *pdev, int state); void pci_disable_link_state_locked(struct pci_dev *pdev, int state); -void pcie_clear_aspm(struct pci_bus *bus); void pcie_no_aspm(void); #else static inline void pcie_aspm_init_link_state(struct pci_dev *pdev) @@ -47,9 +46,6 @@ static inline void pci_disable_link_state(struct pci_dev *pdev, int state) { } -static inline void pcie_clear_aspm(struct pci_bus *bus) -{ -} static inline void pcie_no_aspm(void) { } --- linux-lts-utopic-3.16.0.orig/include/linux/pci.h +++ linux-lts-utopic-3.16.0/include/linux/pci.h @@ -175,6 +175,10 @@ PCI_DEV_FLAGS_DMA_ALIAS_DEVFN = (__force pci_dev_flags_t) (1 << 4), /* Use a PCIe-to-PCI bridge alias even if !pci_is_pcie */ PCI_DEV_FLAG_PCIE_BRIDGE_ALIAS = (__force pci_dev_flags_t) (1 << 5), + /* Do not use bus resets for device */ + PCI_DEV_FLAGS_NO_BUS_RESET = (__force pci_dev_flags_t) (1 << 6), + /* Get VPD from function 0 VPD */ + PCI_DEV_FLAGS_VPD_REF_F0 = (__force pci_dev_flags_t) (1 << 8), }; enum pci_irq_reroute_variant { @@ -303,6 +307,7 @@ D3cold, not set for devices powered on/off by the corresponding bridge */ + unsigned int ignore_hotplug:1; /* Ignore hotplug events */ unsigned int d3_delay; /* D3->D0 transition time in ms */ unsigned int d3cold_delay; /* D3cold->D0 transition time in ms */ @@ -330,6 +335,7 @@ unsigned int is_added:1; unsigned int is_busmaster:1; /* device is busmaster */ unsigned int no_msi:1; /* device may not use msi */ + unsigned int no_64bit_msi:1; /* device may only use 32-bit MSIs */ unsigned int block_cfg_access:1; /* config space access is blocked */ unsigned int broken_parity_status:1; /* Device generates false positive parity */ unsigned int irq_reroute_variant:2; /* device needs IRQ rerouting variant */ @@ -1019,6 +1025,11 @@ bool pci_check_pme_status(struct pci_dev *dev); void pci_pme_wakeup_bus(struct pci_bus *bus); +static inline void pci_ignore_hotplug(struct pci_dev *dev) +{ + dev->ignore_hotplug = 1; +} + static inline int pci_enable_wake(struct pci_dev *dev, pci_power_t state, bool enable) { @@ -1050,6 +1061,7 @@ void pci_bus_assign_resources(const struct pci_bus *bus); void pci_bus_size_bridges(struct pci_bus *bus); int pci_claim_resource(struct pci_dev *, int); +int pci_claim_bridge_resource(struct pci_dev *bridge, int i); void pci_assign_unassigned_resources(void); void pci_assign_unassigned_bridge_resources(struct pci_dev *bridge); void pci_assign_unassigned_bus_resources(struct pci_bus *bus); --- linux-lts-utopic-3.16.0.orig/include/linux/pci_ids.h +++ linux-lts-utopic-3.16.0/include/linux/pci_ids.h @@ -2555,6 +2555,7 @@ #define PCI_DEVICE_ID_INTEL_MFD_EMMC0 0x0823 #define PCI_DEVICE_ID_INTEL_MFD_EMMC1 0x0824 #define PCI_DEVICE_ID_INTEL_MRST_SD2 0x084F +#define PCI_DEVICE_ID_INTEL_QUARK_X1000_ILB 0x095E #define PCI_DEVICE_ID_INTEL_I960 0x0960 #define PCI_DEVICE_ID_INTEL_I960RM 0x0962 #define PCI_DEVICE_ID_INTEL_CENTERTON_ILB 0x0c60 --- linux-lts-utopic-3.16.0.orig/include/linux/perf_event.h +++ linux-lts-utopic-3.16.0/include/linux/perf_event.h @@ -453,11 +453,6 @@ #endif /* CONFIG_PERF_EVENTS */ }; -enum perf_event_context_type { - task_context, - cpu_context, -}; - /** * struct perf_event_context - event context structure * @@ -465,7 +460,6 @@ */ struct perf_event_context { struct pmu *pmu; - enum perf_event_context_type type; /* * Protect the states of the events in the list, * nr_active, and the list: --- linux-lts-utopic-3.16.0.orig/include/linux/pipe_fs_i.h +++ linux-lts-utopic-3.16.0/include/linux/pipe_fs_i.h @@ -42,6 +42,7 @@ * @fasync_readers: reader side fasync * @fasync_writers: writer side fasync * @bufs: the circular array of pipe buffers + * @user: the user who created this pipe **/ struct pipe_inode_info { struct mutex mutex; @@ -57,6 +58,7 @@ struct fasync_struct *fasync_readers; struct fasync_struct *fasync_writers; struct pipe_buffer *bufs; + struct user_struct *user; }; /* @@ -123,6 +125,8 @@ void pipe_double_lock(struct pipe_inode_info *, struct pipe_inode_info *); extern unsigned int pipe_max_size, pipe_min_size; +extern unsigned long pipe_user_pages_hard; +extern unsigned long pipe_user_pages_soft; int pipe_proc_fn(struct ctl_table *, int, void __user *, size_t *, loff_t *); --- linux-lts-utopic-3.16.0.orig/include/linux/poison.h +++ linux-lts-utopic-3.16.0/include/linux/poison.h @@ -19,8 +19,8 @@ * under normal circumstances, used to verify that nobody uses * non-initialized list entries. */ -#define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) -#define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) +#define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) +#define LIST_POISON2 ((void *) 0x200 + POISON_POINTER_DELTA) /********** include/linux/timer.h **********/ /* --- linux-lts-utopic-3.16.0.orig/include/linux/power/charger-manager.h +++ linux-lts-utopic-3.16.0/include/linux/power/charger-manager.h @@ -253,9 +253,6 @@ struct device *dev; struct charger_desc *desc; - struct power_supply *fuel_gauge; - struct power_supply **charger_stat; - #ifdef CONFIG_THERMAL struct thermal_zone_device *tzd_batt; #endif --- linux-lts-utopic-3.16.0.orig/include/linux/preempt.h +++ linux-lts-utopic-3.16.0/include/linux/preempt.h @@ -20,7 +20,8 @@ #if defined(CONFIG_DEBUG_PREEMPT) || defined(CONFIG_PREEMPT_TRACER) extern void preempt_count_add(int val); extern void preempt_count_sub(int val); -#define preempt_count_dec_and_test() ({ preempt_count_sub(1); should_resched(); }) +#define preempt_count_dec_and_test() \ + ({ preempt_count_sub(1); should_resched(0); }) #else #define preempt_count_add(val) __preempt_count_add(val) #define preempt_count_sub(val) __preempt_count_sub(val) @@ -59,7 +60,7 @@ #define preempt_check_resched() \ do { \ - if (should_resched()) \ + if (should_resched(0)) \ __preempt_schedule(); \ } while (0) --- linux-lts-utopic-3.16.0.orig/include/linux/preempt_mask.h +++ linux-lts-utopic-3.16.0/include/linux/preempt_mask.h @@ -71,13 +71,21 @@ */ #define in_nmi() (preempt_count() & NMI_MASK) +/* + * The preempt_count offset after preempt_disable(); + */ #if defined(CONFIG_PREEMPT_COUNT) -# define PREEMPT_CHECK_OFFSET 1 +# define PREEMPT_DISABLE_OFFSET PREEMPT_OFFSET #else -# define PREEMPT_CHECK_OFFSET 0 +# define PREEMPT_DISABLE_OFFSET 0 #endif /* + * The preempt_count offset after spin_lock() + */ +#define PREEMPT_LOCK_OFFSET PREEMPT_DISABLE_OFFSET + +/* * The preempt_count offset needed for things like: * * spin_lock_bh() @@ -90,7 +98,7 @@ * * Work as expected. */ -#define SOFTIRQ_LOCK_OFFSET (SOFTIRQ_DISABLE_OFFSET + PREEMPT_CHECK_OFFSET) +#define SOFTIRQ_LOCK_OFFSET (SOFTIRQ_DISABLE_OFFSET + PREEMPT_LOCK_OFFSET) /* * Are we running in atomic context? WARNING: this macro cannot @@ -106,7 +114,7 @@ * (used by the scheduler, *after* releasing the kernel lock) */ #define in_atomic_preempt_off() \ - ((preempt_count() & ~PREEMPT_ACTIVE) != PREEMPT_CHECK_OFFSET) + ((preempt_count() & ~PREEMPT_ACTIVE) != PREEMPT_DISABLE_OFFSET) #ifdef CONFIG_PREEMPT_COUNT # define preemptible() (preempt_count() == 0 && !irqs_disabled()) --- linux-lts-utopic-3.16.0.orig/include/linux/printk.h +++ linux-lts-utopic-3.16.0/include/linux/printk.h @@ -10,6 +10,9 @@ extern const char linux_banner[]; extern const char linux_proc_banner[]; +extern char *log_buf_addr_get(void); +extern u32 log_buf_len_get(void); + static inline int printk_get_level(const char *buffer) { if (buffer[0] == KERN_SOH_ASCII && buffer[1]) { @@ -104,13 +107,13 @@ /* * Dummy printk for disabled debugging statements to use whilst maintaining - * gcc's format and side-effect checking. + * gcc's format checking. */ -static inline __printf(1, 2) -int no_printk(const char *fmt, ...) -{ - return 0; -} +#define no_printk(fmt, ...) \ +do { \ + if (0) \ + printk(fmt, ##__VA_ARGS__); \ +} while (0) #ifdef CONFIG_EARLY_PRINTK extern asmlinkage __printf(1, 2) --- linux-lts-utopic-3.16.0.orig/include/linux/pstore_ram.h +++ linux-lts-utopic-3.16.0/include/linux/pstore_ram.h @@ -53,7 +53,8 @@ }; struct persistent_ram_zone *persistent_ram_new(phys_addr_t start, size_t size, - u32 sig, struct persistent_ram_ecc_info *ecc_info); + u32 sig, struct persistent_ram_ecc_info *ecc_info, + unsigned int memtype); void persistent_ram_free(struct persistent_ram_zone *prz); void persistent_ram_zap(struct persistent_ram_zone *prz); @@ -76,6 +77,7 @@ struct ramoops_platform_data { unsigned long mem_size; unsigned long mem_address; + unsigned int mem_type; unsigned long record_size; unsigned long console_size; unsigned long ftrace_size; --- linux-lts-utopic-3.16.0.orig/include/linux/quota.h +++ linux-lts-utopic-3.16.0/include/linux/quota.h @@ -211,8 +211,8 @@ unsigned long dqi_flags; unsigned int dqi_bgrace; unsigned int dqi_igrace; - qsize_t dqi_maxblimit; - qsize_t dqi_maxilimit; + qsize_t dqi_max_spc_limit; + qsize_t dqi_max_ino_limit; void *dqi_priv; }; @@ -316,6 +316,49 @@ struct path; +/* Structure for communicating via ->get_dqblk() & ->set_dqblk() */ +struct qc_dqblk { + int d_fieldmask; /* mask of fields to change in ->set_dqblk() */ + u64 d_spc_hardlimit; /* absolute limit on used space */ + u64 d_spc_softlimit; /* preferred limit on used space */ + u64 d_ino_hardlimit; /* maximum # allocated inodes */ + u64 d_ino_softlimit; /* preferred inode limit */ + u64 d_space; /* Space owned by the user */ + u64 d_ino_count; /* # inodes owned by the user */ + s64 d_ino_timer; /* zero if within inode limits */ + /* if not, we refuse service */ + s64 d_spc_timer; /* similar to above; for space */ + int d_ino_warns; /* # warnings issued wrt num inodes */ + int d_spc_warns; /* # warnings issued wrt used space */ + u64 d_rt_spc_hardlimit; /* absolute limit on realtime space */ + u64 d_rt_spc_softlimit; /* preferred limit on RT space */ + u64 d_rt_space; /* realtime space owned */ + s64 d_rt_spc_timer; /* similar to above; for RT space */ + int d_rt_spc_warns; /* # warnings issued wrt RT space */ +}; + +/* Field specifiers for ->set_dqblk() in struct qc_dqblk */ +#define QC_INO_SOFT (1<<0) +#define QC_INO_HARD (1<<1) +#define QC_SPC_SOFT (1<<2) +#define QC_SPC_HARD (1<<3) +#define QC_RT_SPC_SOFT (1<<4) +#define QC_RT_SPC_HARD (1<<5) +#define QC_LIMIT_MASK (QC_INO_SOFT | QC_INO_HARD | QC_SPC_SOFT | QC_SPC_HARD | \ + QC_RT_SPC_SOFT | QC_RT_SPC_HARD) +#define QC_SPC_TIMER (1<<6) +#define QC_INO_TIMER (1<<7) +#define QC_RT_SPC_TIMER (1<<8) +#define QC_TIMER_MASK (QC_SPC_TIMER | QC_INO_TIMER | QC_RT_SPC_TIMER) +#define QC_SPC_WARNS (1<<9) +#define QC_INO_WARNS (1<<10) +#define QC_RT_SPC_WARNS (1<<11) +#define QC_WARNS_MASK (QC_SPC_WARNS | QC_INO_WARNS | QC_RT_SPC_WARNS) +#define QC_SPACE (1<<12) +#define QC_INO_COUNT (1<<13) +#define QC_RT_SPACE (1<<14) +#define QC_ACCT_MASK (QC_SPACE | QC_INO_COUNT | QC_RT_SPACE) + /* Operations handling requests from userspace */ struct quotactl_ops { int (*quota_on)(struct super_block *, int, int, struct path *); @@ -324,8 +367,8 @@ int (*quota_sync)(struct super_block *, int); int (*get_info)(struct super_block *, int, struct if_dqinfo *); int (*set_info)(struct super_block *, int, struct if_dqinfo *); - int (*get_dqblk)(struct super_block *, struct kqid, struct fs_disk_quota *); - int (*set_dqblk)(struct super_block *, struct kqid, struct fs_disk_quota *); + int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); + int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); int (*get_xstate)(struct super_block *, struct fs_quota_stat *); int (*set_xstate)(struct super_block *, unsigned int, int); int (*get_xstatev)(struct super_block *, struct fs_quota_statv *); --- linux-lts-utopic-3.16.0.orig/include/linux/quotaops.h +++ linux-lts-utopic-3.16.0/include/linux/quotaops.h @@ -98,9 +98,9 @@ int dquot_get_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii); int dquot_set_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii); int dquot_get_dqblk(struct super_block *sb, struct kqid id, - struct fs_disk_quota *di); + struct qc_dqblk *di); int dquot_set_dqblk(struct super_block *sb, struct kqid id, - struct fs_disk_quota *di); + struct qc_dqblk *di); int __dquot_transfer(struct inode *inode, struct dquot **transfer_to); int dquot_transfer(struct inode *inode, struct iattr *iattr); --- linux-lts-utopic-3.16.0.orig/include/linux/radix-tree.h +++ linux-lts-utopic-3.16.0/include/linux/radix-tree.h @@ -370,12 +370,28 @@ struct radix_tree_iter *iter, unsigned flags); /** + * radix_tree_iter_retry - retry this chunk of the iteration + * @iter: iterator state + * + * If we iterate over a tree protected only by the RCU lock, a race + * against deletion or creation may result in seeing a slot for which + * radix_tree_deref_retry() returns true. If so, call this function + * and continue the iteration. + */ +static inline __must_check +void **radix_tree_iter_retry(struct radix_tree_iter *iter) +{ + iter->next_index = iter->index; + return NULL; +} + +/** * radix_tree_chunk_size - get current chunk size * * @iter: pointer to radix tree iterator * Returns: current chunk size */ -static __always_inline unsigned +static __always_inline long radix_tree_chunk_size(struct radix_tree_iter *iter) { return iter->next_index - iter->index; @@ -409,9 +425,9 @@ return slot + offset + 1; } } else { - unsigned size = radix_tree_chunk_size(iter) - 1; + long size = radix_tree_chunk_size(iter); - while (size--) { + while (--size > 0) { slot++; iter->index++; if (likely(*slot)) --- linux-lts-utopic-3.16.0.orig/include/linux/ring_buffer.h +++ linux-lts-utopic-3.16.0/include/linux/ring_buffer.h @@ -97,7 +97,7 @@ __ring_buffer_alloc((size), (flags), &__key); \ }) -int ring_buffer_wait(struct ring_buffer *buffer, int cpu); +int ring_buffer_wait(struct ring_buffer *buffer, int cpu, bool full); int ring_buffer_poll_wait(struct ring_buffer *buffer, int cpu, struct file *filp, poll_table *poll_table); --- linux-lts-utopic-3.16.0.orig/include/linux/rmap.h +++ linux-lts-utopic-3.16.0/include/linux/rmap.h @@ -37,6 +37,16 @@ atomic_t refcount; /* + * Count of child anon_vmas and VMAs which points to this anon_vma. + * + * This counter is used for making decision about reusing anon_vma + * instead of forking new one. See comments in function anon_vma_clone. + */ + unsigned degree; + + struct anon_vma *parent; /* Parent of this anon_vma */ + + /* * NOTE: the LSB of the rb_root.rb_node is set by * mm_take_all_locks() _after_ taking the above lock. So the * rb_root must only be read/written after taking the above lock @@ -103,20 +113,6 @@ return page_rmapping(page); } -static inline void vma_lock_anon_vma(struct vm_area_struct *vma) -{ - struct anon_vma *anon_vma = vma->anon_vma; - if (anon_vma) - down_write(&anon_vma->root->rwsem); -} - -static inline void vma_unlock_anon_vma(struct vm_area_struct *vma) -{ - struct anon_vma *anon_vma = vma->anon_vma; - if (anon_vma) - up_write(&anon_vma->root->rwsem); -} - static inline void anon_vma_lock_write(struct anon_vma *anon_vma) { down_write(&anon_vma->root->rwsem); --- linux-lts-utopic-3.16.0.orig/include/linux/sched.h +++ linux-lts-utopic-3.16.0/include/linux/sched.h @@ -174,6 +174,14 @@ extern void calc_global_load(unsigned long ticks); extern void update_cpu_load_nohz(void); +/* Notifier for when a task gets migrated to a new CPU */ +struct task_migration_notifier { + struct task_struct *task; + int from_cpu; + int to_cpu; +}; +extern void register_task_migration_notifier(struct notifier_block *n); + extern unsigned long get_parent_ip(unsigned long addr); extern void dump_cpu_task(int cpu); @@ -755,6 +763,8 @@ unsigned long mq_bytes; /* How many bytes can be allocated to mqueue? */ #endif unsigned long locked_shm; /* How many pages of mlocked shm ? */ + unsigned long unix_inflight; /* How many files in flight in unix sockets */ + atomic_long_t pipe_bufs; /* how many pages are allocated in pipe buffers */ #ifdef CONFIG_KEYS struct key *uid_keyring; /* UID specific keyring */ @@ -1307,13 +1317,12 @@ * execve */ unsigned in_iowait:1; - /* task may not gain privileges */ - unsigned no_new_privs:1; - /* Revert to default priority/policy when forking */ unsigned sched_reset_on_fork:1; unsigned sched_contributes_to_load:1; + unsigned long atomic_flags; /* Flags needing atomic access. */ + pid_t pid; pid_t tgid; @@ -1947,11 +1956,13 @@ #define tsk_used_math(p) ((p)->flags & PF_USED_MATH) #define used_math() tsk_used_math(current) -/* __GFP_IO isn't allowed if PF_MEMALLOC_NOIO is set in current->flags */ +/* __GFP_IO isn't allowed if PF_MEMALLOC_NOIO is set in current->flags + * __GFP_FS is also cleared as it implies __GFP_IO. + */ static inline gfp_t memalloc_noio_flags(gfp_t flags) { if (unlikely(current->flags & PF_MEMALLOC_NOIO)) - flags &= ~__GFP_IO; + flags &= ~(__GFP_IO | __GFP_FS); return flags; } @@ -1967,6 +1978,19 @@ current->flags = (current->flags & ~PF_MEMALLOC_NOIO) | flags; } +/* Per-process atomic flags. */ +#define PFA_NO_NEW_PRIVS 0x00000001 /* May not gain new privileges. */ + +static inline bool task_no_new_privs(struct task_struct *p) +{ + return test_bit(PFA_NO_NEW_PRIVS, &p->atomic_flags); +} + +static inline void task_set_no_new_privs(struct task_struct *p) +{ + set_bit(PFA_NO_NEW_PRIVS, &p->atomic_flags); +} + /* * task->jobctl flags */ @@ -2726,12 +2750,6 @@ extern int __cond_resched_lock(spinlock_t *lock); -#ifdef CONFIG_PREEMPT_COUNT -#define PREEMPT_LOCK_OFFSET PREEMPT_OFFSET -#else -#define PREEMPT_LOCK_OFFSET 0 -#endif - #define cond_resched_lock(lock) ({ \ __might_sleep(__FILE__, __LINE__, PREEMPT_LOCK_OFFSET); \ __cond_resched_lock(lock); \ --- linux-lts-utopic-3.16.0.orig/include/linux/sched/rt.h +++ linux-lts-utopic-3.16.0/include/linux/sched/rt.h @@ -18,7 +18,7 @@ #ifdef CONFIG_RT_MUTEXES extern int rt_mutex_getprio(struct task_struct *p); extern void rt_mutex_setprio(struct task_struct *p, int prio); -extern int rt_mutex_check_prio(struct task_struct *task, int newprio); +extern int rt_mutex_get_effective_prio(struct task_struct *task, int newprio); extern struct task_struct *rt_mutex_get_top_task(struct task_struct *task); extern void rt_mutex_adjust_pi(struct task_struct *p); static inline bool tsk_is_pi_blocked(struct task_struct *tsk) @@ -31,9 +31,10 @@ return p->normal_prio; } -static inline int rt_mutex_check_prio(struct task_struct *task, int newprio) +static inline int rt_mutex_get_effective_prio(struct task_struct *task, + int newprio) { - return 0; + return newprio; } static inline struct task_struct *rt_mutex_get_top_task(struct task_struct *task) --- linux-lts-utopic-3.16.0.orig/include/linux/seccomp.h +++ linux-lts-utopic-3.16.0/include/linux/seccomp.h @@ -3,6 +3,8 @@ #include +#define SECCOMP_FILTER_FLAG_MASK (SECCOMP_FILTER_FLAG_TSYNC) + #ifdef CONFIG_SECCOMP #include @@ -14,11 +16,11 @@ * * @mode: indicates one of the valid values above for controlled * system calls available to a process. - * @filter: The metadata and ruleset for determining what system calls - * are allowed for a task. + * @filter: must always point to a valid seccomp-filter or NULL as it is + * accessed without locking during system call entry. * * @filter must only be accessed from the context of current as there - * is no locking. + * is no read locking. */ struct seccomp { int mode; --- linux-lts-utopic-3.16.0.orig/include/linux/seq_file.h +++ linux-lts-utopic-3.16.0/include/linux/seq_file.h @@ -158,6 +158,41 @@ #endif } +/** + * seq_show_options - display mount options with appropriate escapes. + * @m: the seq_file handle + * @name: the mount option name + * @value: the mount option name's value, can be NULL + */ +static inline void seq_show_option(struct seq_file *m, const char *name, + const char *value) +{ + seq_putc(m, ','); + seq_escape(m, name, ",= \t\n\\"); + if (value) { + seq_putc(m, '='); + seq_escape(m, value, ", \t\n\\"); + } +} + +/** + * seq_show_option_n - display mount options with appropriate escapes + * where @value must be a specific length. + * @m: the seq_file handle + * @name: the mount option name + * @value: the mount option name's value, cannot be NULL + * @length: the length of @value to display + * + * This is a macro since this uses "length" to define the size of the + * stack buffer. + */ +#define seq_show_option_n(m, name, value, length) { \ + char val_buf[length + 1]; \ + strncpy(val_buf, value, length); \ + val_buf[length] = '\0'; \ + seq_show_option(m, name, val_buf); \ +} + #define SEQ_START_TOKEN ((void *)1) /* * Helpers for iteration over list_head-s in seq_files --- linux-lts-utopic-3.16.0.orig/include/linux/seqlock.h +++ linux-lts-utopic-3.16.0/include/linux/seqlock.h @@ -164,8 +164,6 @@ static inline unsigned raw_seqcount_begin(const seqcount_t *s) { unsigned ret = ACCESS_ONCE(s->sequence); - - seqcount_lockdep_reader_access(s); smp_rmb(); return ret & ~1; } --- linux-lts-utopic-3.16.0.orig/include/linux/signal.h +++ linux-lts-utopic-3.16.0/include/linux/signal.h @@ -242,7 +242,6 @@ extern void set_current_blocked(sigset_t *); extern void __set_current_blocked(const sigset_t *); extern int show_unhandled_signals; -extern int sigsuspend(sigset_t *); struct sigaction { #ifndef __ARCH_HAS_IRIX_SIGACTION --- linux-lts-utopic-3.16.0.orig/include/linux/skbuff.h +++ linux-lts-utopic-3.16.0/include/linux/skbuff.h @@ -140,6 +140,7 @@ struct nf_bridge_info { atomic_t use; unsigned int mask; + __u16 frag_max_size; struct net_device *physindev; struct net_device *physoutdev; unsigned long data[32 / sizeof(unsigned long)]; @@ -169,6 +170,7 @@ #else #define MAX_SKB_FRAGS (65536/PAGE_SIZE + 1) #endif +extern int sysctl_max_skb_frags; typedef struct skb_frag_struct skb_frag_t; @@ -724,6 +726,7 @@ struct sk_buff *__alloc_skb(unsigned int size, gfp_t priority, int flags, int node); +struct sk_buff *__build_skb(void *data, unsigned int frag_size); struct sk_buff *build_skb(void *data, unsigned int frag_size); static inline struct sk_buff *alloc_skb(unsigned int size, gfp_t priority) @@ -1669,6 +1672,30 @@ skb->tail += len; } +/** + * skb_tailroom_reserve - adjust reserved_tailroom + * @skb: buffer to alter + * @mtu: maximum amount of headlen permitted + * @needed_tailroom: minimum amount of reserved_tailroom + * + * Set reserved_tailroom so that headlen can be as large as possible but + * not larger than mtu and tailroom cannot be smaller than + * needed_tailroom. + * The required headroom should already have been reserved before using + * this function. + */ +static inline void skb_tailroom_reserve(struct sk_buff *skb, unsigned int mtu, + unsigned int needed_tailroom) +{ + SKB_LINEAR_ASSERT(skb); + if (mtu < skb_tailroom(skb) - needed_tailroom) + /* use at most mtu */ + skb->reserved_tailroom = skb_tailroom(skb) - mtu; + else + /* use up to all available space */ + skb->reserved_tailroom = needed_tailroom; +} + static inline void skb_reset_inner_headers(struct sk_buff *skb) { skb->inner_mac_header = skb->mac_header; @@ -2437,6 +2464,9 @@ { if (skb->ip_summed == CHECKSUM_COMPLETE) skb->csum = csum_sub(skb->csum, csum_partial(start, len, 0)); + else if (skb->ip_summed == CHECKSUM_PARTIAL && + skb_checksum_start_offset(skb) < 0) + skb->ip_summed = CHECKSUM_NONE; } unsigned char *skb_pull_rcsum(struct sk_buff *skb, unsigned int len); @@ -2549,6 +2579,7 @@ void skb_scrub_packet(struct sk_buff *skb, bool xnet); unsigned int skb_gso_transport_seglen(const struct sk_buff *skb); struct sk_buff *skb_segment(struct sk_buff *skb, netdev_features_t features); +struct sk_buff *skb_vlan_untag(struct sk_buff *skb); struct skb_checksum_ops { __wsum (*update)(const void *mem, int len, __wsum wsum); @@ -2797,6 +2828,18 @@ */ #define CHECKSUM_BREAK 76 +/* Unset checksum-complete + * + * Unset checksum complete can be done when packet is being modified + * (uncompressed for instance) and checksum-complete value is + * invalidated. + */ +static inline void skb_checksum_complete_unset(struct sk_buff *skb) +{ + if (skb->ip_summed == CHECKSUM_COMPLETE) + skb->ip_summed = CHECKSUM_NONE; +} + /* Validate (init) checksum based on checksum complete. * * Return values: --- linux-lts-utopic-3.16.0.orig/include/linux/splice.h +++ linux-lts-utopic-3.16.0/include/linux/splice.h @@ -83,4 +83,10 @@ extern void spd_release_page(struct splice_pipe_desc *, unsigned int); extern const struct pipe_buf_operations page_cache_pipe_buf_ops; + +extern long do_splice_from(struct pipe_inode_info *pipe, struct file *out, + loff_t *ppos, size_t len, unsigned int flags); +extern long do_splice_to(struct file *in, loff_t *ppos, + struct pipe_inode_info *pipe, size_t len, + unsigned int flags); #endif --- linux-lts-utopic-3.16.0.orig/include/linux/string.h +++ linux-lts-utopic-3.16.0/include/linux/string.h @@ -132,7 +132,7 @@ #endif extern ssize_t memory_read_from_buffer(void *to, size_t count, loff_t *ppos, - const void *from, size_t available); + const void *from, size_t available); /** * strstarts - does @str start with @prefix? @@ -144,7 +144,8 @@ return strncmp(str, prefix, strlen(prefix)) == 0; } -extern size_t memweight(const void *ptr, size_t bytes); +size_t memweight(const void *ptr, size_t bytes); +void memzero_explicit(void *s, size_t count); /** * kbasename - return the last part of a pathname. --- linux-lts-utopic-3.16.0.orig/include/linux/sunrpc/svc_xprt.h +++ linux-lts-utopic-3.16.0/include/linux/sunrpc/svc_xprt.h @@ -33,6 +33,7 @@ struct svc_xprt_ops *xcl_ops; struct list_head xcl_list; u32 xcl_max_payload; + int xcl_ident; }; /* --- linux-lts-utopic-3.16.0.orig/include/linux/sunrpc/xprt.h +++ linux-lts-utopic-3.16.0/include/linux/sunrpc/xprt.h @@ -357,6 +357,7 @@ #define XPRT_CONNECTION_ABORT (7) #define XPRT_CONNECTION_CLOSE (8) #define XPRT_CONGESTED (9) +#define XPRT_CONNECTION_REUSE (10) static inline void xprt_set_connected(struct rpc_xprt *xprt) { --- linux-lts-utopic-3.16.0.orig/include/linux/swapops.h +++ linux-lts-utopic-3.16.0/include/linux/swapops.h @@ -137,6 +137,8 @@ *entry = swp_entry(SWP_MIGRATION_READ, swp_offset(*entry)); } +extern void __migration_entry_wait(struct mm_struct *mm, pte_t *ptep, + spinlock_t *ptl); extern void migration_entry_wait(struct mm_struct *mm, pmd_t *pmd, unsigned long address); extern void migration_entry_wait_huge(struct vm_area_struct *vma, @@ -150,6 +152,8 @@ } #define migration_entry_to_page(swp) NULL static inline void make_migration_entry_read(swp_entry_t *entryp) { } +static inline void __migration_entry_wait(struct mm_struct *mm, pte_t *ptep, + spinlock_t *ptl) { } static inline void migration_entry_wait(struct mm_struct *mm, pmd_t *pmd, unsigned long address) { } static inline void migration_entry_wait_huge(struct vm_area_struct *vma, --- linux-lts-utopic-3.16.0.orig/include/linux/syscalls.h +++ linux-lts-utopic-3.16.0/include/linux/syscalls.h @@ -515,7 +515,7 @@ asmlinkage long sys_lchown(const char __user *filename, uid_t user, gid_t group); asmlinkage long sys_fchown(unsigned int fd, uid_t user, gid_t group); -#ifdef CONFIG_UID16 +#ifdef CONFIG_HAVE_UID16 asmlinkage long sys_chown16(const char __user *filename, old_uid_t user, old_gid_t group); asmlinkage long sys_lchown16(const char __user *filename, @@ -866,4 +866,6 @@ asmlinkage long sys_kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long idx2); asmlinkage long sys_finit_module(int fd, const char __user *uargs, int flags); +asmlinkage long sys_seccomp(unsigned int op, unsigned int flags, + const char __user *uargs); #endif --- linux-lts-utopic-3.16.0.orig/include/linux/sysctl.h +++ linux-lts-utopic-3.16.0/include/linux/sysctl.h @@ -190,6 +190,9 @@ void unregister_sysctl_table(struct ctl_table_header * table); extern int sysctl_init(void); + +extern struct ctl_table sysctl_mount_point[]; + #else /* CONFIG_SYSCTL */ static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table) { --- linux-lts-utopic-3.16.0.orig/include/linux/sysfs.h +++ linux-lts-utopic-3.16.0/include/linux/sysfs.h @@ -186,6 +186,10 @@ int __must_check sysfs_move_dir_ns(struct kobject *kobj, struct kobject *new_parent_kobj, const void *new_ns); +int __must_check sysfs_create_mount_point(struct kobject *parent_kobj, + const char *name); +void sysfs_remove_mount_point(struct kobject *parent_kobj, + const char *name); int __must_check sysfs_create_file_ns(struct kobject *kobj, const struct attribute *attr, @@ -274,6 +278,17 @@ return 0; } +static inline int sysfs_create_mount_point(struct kobject *parent_kobj, + const char *name) +{ + return 0; +} + +static inline void sysfs_remove_mount_point(struct kobject *parent_kobj, + const char *name) +{ +} + static inline int sysfs_create_file_ns(struct kobject *kobj, const struct attribute *attr, const void *ns) --- linux-lts-utopic-3.16.0.orig/include/linux/time.h +++ linux-lts-utopic-3.16.0/include/linux/time.h @@ -173,6 +173,19 @@ extern void monotonic_to_bootbased(struct timespec *ts); extern void get_monotonic_boottime(struct timespec *ts); +static inline bool timeval_valid(const struct timeval *tv) +{ + /* Dates before 1970 are bogus */ + if (tv->tv_sec < 0) + return false; + + /* Can't have more microseconds then a second */ + if (tv->tv_usec < 0 || tv->tv_usec >= USEC_PER_SEC) + return false; + + return true; +} + extern struct timespec timespec_trunc(struct timespec t, unsigned gran); extern int timekeeping_valid_for_hres(void); extern u64 timekeeping_max_deferment(void); --- linux-lts-utopic-3.16.0.orig/include/linux/tpm.h +++ linux-lts-utopic-3.16.0/include/linux/tpm.h @@ -39,6 +39,9 @@ int (*send) (struct tpm_chip *chip, u8 *buf, size_t len); void (*cancel) (struct tpm_chip *chip); u8 (*status) (struct tpm_chip *chip); + bool (*update_timeouts)(struct tpm_chip *chip, + unsigned long *timeout_cap); + }; #if defined(CONFIG_TCG_TPM) || defined(CONFIG_TCG_TPM_MODULE) --- linux-lts-utopic-3.16.0.orig/include/linux/tracepoint.h +++ linux-lts-utopic-3.16.0/include/linux/tracepoint.h @@ -14,8 +14,11 @@ * See the file COPYING for more details. */ +#include #include #include +#include +#include #include #include @@ -264,15 +267,19 @@ * "void *__data, proto" as the callback prototype. */ #define DECLARE_TRACE_NOARGS(name) \ - __DECLARE_TRACE(name, void, , 1, void *__data, __data) + __DECLARE_TRACE(name, void, , \ + cpu_online(raw_smp_processor_id()), \ + void *__data, __data) #define DECLARE_TRACE(name, proto, args) \ - __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), 1, \ - PARAMS(void *__data, proto), \ - PARAMS(__data, args)) + __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ + cpu_online(raw_smp_processor_id()), \ + PARAMS(void *__data, proto), \ + PARAMS(__data, args)) #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ - __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), PARAMS(cond), \ + __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ + cpu_online(raw_smp_processor_id()) && (PARAMS(cond)), \ PARAMS(void *__data, proto), \ PARAMS(__data, args)) --- linux-lts-utopic-3.16.0.orig/include/linux/types.h +++ linux-lts-utopic-3.16.0/include/linux/types.h @@ -35,7 +35,7 @@ typedef unsigned long uintptr_t; -#ifdef CONFIG_UID16 +#ifdef CONFIG_HAVE_UID16 /* This is defined by include/asm-{arch}/posix_types.h */ typedef __kernel_old_uid_t old_uid_t; typedef __kernel_old_gid_t old_gid_t; --- linux-lts-utopic-3.16.0.orig/include/linux/ucs2_string.h +++ linux-lts-utopic-3.16.0/include/linux/ucs2_string.h @@ -11,4 +11,8 @@ unsigned long ucs2_strsize(const ucs2_char_t *data, unsigned long maxlength); int ucs2_strncmp(const ucs2_char_t *a, const ucs2_char_t *b, size_t len); +unsigned long ucs2_utf8size(const ucs2_char_t *src); +unsigned long ucs2_as_utf8(u8 *dest, const ucs2_char_t *src, + unsigned long maxlength); + #endif /* _LINUX_UCS2_STRING_H_ */ --- linux-lts-utopic-3.16.0.orig/include/linux/uio.h +++ linux-lts-utopic-3.16.0/include/linux/uio.h @@ -84,7 +84,7 @@ void iov_iter_init(struct iov_iter *i, int direction, const struct iovec *iov, unsigned long nr_segs, size_t count); ssize_t iov_iter_get_pages(struct iov_iter *i, struct page **pages, - size_t maxsize, size_t *start); + size_t maxsize, unsigned maxpages, size_t *start); ssize_t iov_iter_get_pages_alloc(struct iov_iter *i, struct page ***pages, size_t maxsize, size_t *start); int iov_iter_npages(const struct iov_iter *i, int maxpages); --- linux-lts-utopic-3.16.0.orig/include/linux/usb.h +++ linux-lts-utopic-3.16.0/include/linux/usb.h @@ -210,6 +210,32 @@ #define USB_MAXINTERFACES 32 #define USB_MAXIADS (USB_MAXINTERFACES/2) +/* + * USB Resume Timer: Every Host controller driver should drive the resume + * signalling on the bus for the amount of time defined by this macro. + * + * That way we will have a 'stable' behavior among all HCDs supported by Linux. + * + * Note that the USB Specification states we should drive resume for *at least* + * 20 ms, but it doesn't give an upper bound. This creates two possible + * situations which we want to avoid: + * + * (a) sometimes an msleep(20) might expire slightly before 20 ms, which causes + * us to fail USB Electrical Tests, thus failing Certification + * + * (b) Some (many) devices actually need more than 20 ms of resume signalling, + * and while we can argue that's against the USB Specification, we don't have + * control over which devices a certification laboratory will be using for + * certification. If CertLab uses a device which was tested against Windows and + * that happens to have relaxed resume signalling rules, we might fall into + * situations where we fail interoperability and electrical tests. + * + * In order to avoid both conditions, we're using a 40 ms resume timeout, which + * should cope with both LPJ calibration errors and devices not following every + * detail of the USB Specification. + */ +#define USB_RESUME_TIMEOUT 40 /* ms */ + /** * struct usb_interface_cache - long-term representation of a device interface * @num_altsetting: number of altsettings defined. --- linux-lts-utopic-3.16.0.orig/include/linux/usb/hcd.h +++ linux-lts-utopic-3.16.0/include/linux/usb/hcd.h @@ -144,6 +144,8 @@ unsigned has_tt:1; /* Integrated TT in root hub */ unsigned amd_resume_bug:1; /* AMD remote wakeup quirk */ unsigned can_do_streams:1; /* HC supports streams */ + unsigned cant_recv_wakeups:1; + /* wakeup requests from downstream aren't received */ unsigned int irq; /* irq allocated */ void __iomem *regs; /* device memory/io */ @@ -448,6 +450,7 @@ #endif /* CONFIG_PCI */ /* pci-ish (pdev null is ok) buffer alloc/mapping support */ +void usb_init_pool_max(void); int hcd_buffer_create(struct usb_hcd *hcd); void hcd_buffer_destroy(struct usb_hcd *hcd); --- linux-lts-utopic-3.16.0.orig/include/linux/usb/quirks.h +++ linux-lts-utopic-3.16.0/include/linux/usb/quirks.h @@ -30,4 +30,24 @@ descriptor */ #define USB_QUIRK_DELAY_INIT 0x00000040 +/* + * For high speed and super speed interupt endpoints, the USB 2.0 and + * USB 3.0 spec require the interval in microframes + * (1 microframe = 125 microseconds) to be calculated as + * interval = 2 ^ (bInterval-1). + * + * Devices with this quirk report their bInterval as the result of this + * calculation instead of the exponent variable used in the calculation. + */ +#define USB_QUIRK_LINEAR_UFRAME_INTR_BINTERVAL 0x00000080 + +/* device generates spurious wakeup, ignore remote wakeup capability */ +#define USB_QUIRK_IGNORE_REMOTE_WAKEUP 0x00000200 + +/* device can't handle device_qualifier descriptor requests */ +#define USB_QUIRK_DEVICE_QUALIFIER 0x00000100 + +/* device can't handle Link Power Management */ +#define USB_QUIRK_NO_LPM BIT(10) + #endif /* __LINUX_USB_QUIRKS_H */ --- linux-lts-utopic-3.16.0.orig/include/linux/usb/serial.h +++ linux-lts-utopic-3.16.0/include/linux/usb/serial.h @@ -190,8 +190,7 @@ * @num_ports: the number of different ports this device will have. * @bulk_in_size: minimum number of bytes to allocate for bulk-in buffer * (0 = end-point size) - * @bulk_out_size: minimum number of bytes to allocate for bulk-out buffer - * (0 = end-point size) + * @bulk_out_size: bytes to allocate for bulk-out buffer (0 = end-point size) * @calc_num_ports: pointer to a function to determine how many ports this * device has dynamically. It will be called after the probe() * callback is called, but before attach() --- linux-lts-utopic-3.16.0.orig/include/linux/usb/usbnet.h +++ linux-lts-utopic-3.16.0/include/linux/usb/usbnet.h @@ -220,9 +220,23 @@ struct urb *urb; struct usbnet *dev; enum skb_state state; - size_t length; + long length; + unsigned long packets; }; +/* Drivers that set FLAG_MULTI_PACKET must call this in their + * tx_fixup method before returning an skb. + */ +static inline void +usbnet_set_skb_tx_stats(struct sk_buff *skb, + unsigned long packets, long bytes_delta) +{ + struct skb_data *entry = (struct skb_data *) skb->cb; + + entry->packets = packets; + entry->length = bytes_delta; +} + extern int usbnet_open(struct net_device *net); extern int usbnet_stop(struct net_device *net); extern netdev_tx_t usbnet_start_xmit(struct sk_buff *skb, --- linux-lts-utopic-3.16.0.orig/include/linux/usb_usual.h +++ linux-lts-utopic-3.16.0/include/linux/usb_usual.h @@ -73,6 +73,12 @@ /* Device advertises UAS but it is broken */ \ US_FLAG(BROKEN_FUA, 0x01000000) \ /* Cannot handle FUA in WRITE or READ CDBs */ \ + US_FLAG(NO_ATA_1X, 0x02000000) \ + /* Cannot handle ATA_12 or ATA_16 CDBs */ \ + US_FLAG(NO_REPORT_OPCODES, 0x04000000) \ + /* Cannot handle MI_REPORT_SUPPORTED_OPERATION_CODES */ \ + US_FLAG(MAX_SECTORS_240, 0x08000000) \ + /* Sets max_sectors to 240 */ \ #define US_FLAG(name, value) US_FL_##name = value , enum { US_DO_ALL_FLAGS }; --- linux-lts-utopic-3.16.0.orig/include/linux/user_namespace.h +++ linux-lts-utopic-3.16.0/include/linux/user_namespace.h @@ -17,6 +17,10 @@ } extent[UID_GID_MAP_MAX_EXTENTS]; }; +#define USERNS_SETGROUPS_ALLOWED 1UL + +#define USERNS_INIT_FLAGS USERNS_SETGROUPS_ALLOWED + struct user_namespace { struct uid_gid_map uid_map; struct uid_gid_map gid_map; @@ -27,6 +31,7 @@ kuid_t owner; kgid_t group; unsigned int proc_inum; + unsigned long flags; /* Register of per-UID persistent keyrings for this namespace */ #ifdef CONFIG_PERSISTENT_KEYRINGS @@ -63,6 +68,9 @@ extern ssize_t proc_uid_map_write(struct file *, const char __user *, size_t, loff_t *); extern ssize_t proc_gid_map_write(struct file *, const char __user *, size_t, loff_t *); extern ssize_t proc_projid_map_write(struct file *, const char __user *, size_t, loff_t *); +extern ssize_t proc_setgroups_write(struct file *, const char __user *, size_t, loff_t *); +extern int proc_setgroups_show(struct seq_file *m, void *v); +extern bool userns_may_setgroups(const struct user_namespace *ns); #else static inline struct user_namespace *get_user_ns(struct user_namespace *ns) @@ -87,6 +95,10 @@ { } +static inline bool userns_may_setgroups(const struct user_namespace *ns) +{ + return true; +} #endif #endif /* _LINUX_USER_H */ --- linux-lts-utopic-3.16.0.orig/include/linux/vga_switcheroo.h +++ linux-lts-utopic-3.16.0/include/linux/vga_switcheroo.h @@ -64,6 +64,7 @@ void vga_switcheroo_set_dynamic_switch(struct pci_dev *pdev, enum vga_switcheroo_state dynamic); int vga_switcheroo_init_domain_pm_ops(struct device *dev, struct dev_pm_domain *domain); +void vga_switcheroo_fini_domain_pm_ops(struct device *dev); int vga_switcheroo_init_domain_pm_optimus_hdmi_audio(struct device *dev, struct dev_pm_domain *domain); #else @@ -82,6 +83,7 @@ static inline void vga_switcheroo_set_dynamic_switch(struct pci_dev *pdev, enum vga_switcheroo_state dynamic) {} static inline int vga_switcheroo_init_domain_pm_ops(struct device *dev, struct dev_pm_domain *domain) { return -EINVAL; } +static inline void vga_switcheroo_fini_domain_pm_ops(struct device *dev) {} static inline int vga_switcheroo_init_domain_pm_optimus_hdmi_audio(struct device *dev, struct dev_pm_domain *domain) { return -EINVAL; } #endif --- linux-lts-utopic-3.16.0.orig/include/linux/vt_kern.h +++ linux-lts-utopic-3.16.0/include/linux/vt_kern.h @@ -130,7 +130,8 @@ void vt_event_post(unsigned int event, unsigned int old, unsigned int new); int vt_waitactive(int n); void change_console(struct vc_data *new_vc); -void reset_vc(struct vc_data *vc); +void reset_vc(struct vc_data *vc, int mode); + extern int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt); int vty_init(const struct file_operations *console_fops); --- linux-lts-utopic-3.16.0.orig/include/linux/workqueue.h +++ linux-lts-utopic-3.16.0/include/linux/workqueue.h @@ -70,7 +70,8 @@ /* data contains off-queue information when !WORK_STRUCT_PWQ */ WORK_OFFQ_FLAG_BASE = WORK_STRUCT_COLOR_SHIFT, - WORK_OFFQ_CANCELING = (1 << WORK_OFFQ_FLAG_BASE), + __WORK_OFFQ_CANCELING = WORK_OFFQ_FLAG_BASE, + WORK_OFFQ_CANCELING = (1 << __WORK_OFFQ_CANCELING), /* * When a work item is off queue, its high bits point to the last @@ -419,7 +420,7 @@ alloc_workqueue("%s", WQ_FREEZABLE | WQ_UNBOUND | WQ_MEM_RECLAIM, \ 1, (name)) #define create_singlethread_workqueue(name) \ - alloc_workqueue("%s", WQ_UNBOUND | WQ_MEM_RECLAIM, 1, (name)) + alloc_ordered_workqueue("%s", WQ_MEM_RECLAIM, name) extern void destroy_workqueue(struct workqueue_struct *wq); --- linux-lts-utopic-3.16.0.orig/include/linux/writeback.h +++ linux-lts-utopic-3.16.0/include/linux/writeback.h @@ -178,7 +178,6 @@ struct writeback_control *wbc, writepage_t writepage, void *data); int do_writepages(struct address_space *mapping, struct writeback_control *wbc); -void set_page_dirty_balance(struct page *page); void writeback_set_ratelimit(void); void tag_pages_for_writeback(struct address_space *mapping, pgoff_t start, pgoff_t end); --- linux-lts-utopic-3.16.0.orig/include/linux/zbud.h +++ linux-lts-utopic-3.16.0/include/linux/zbud.h @@ -11,7 +11,7 @@ struct zbud_pool *zbud_create_pool(gfp_t gfp, struct zbud_ops *ops); void zbud_destroy_pool(struct zbud_pool *pool); -int zbud_alloc(struct zbud_pool *pool, unsigned int size, gfp_t gfp, +int zbud_alloc(struct zbud_pool *pool, size_t size, gfp_t gfp, unsigned long *handle); void zbud_free(struct zbud_pool *pool, unsigned long handle); int zbud_reclaim_page(struct zbud_pool *pool, unsigned int retries); --- linux-lts-utopic-3.16.0.orig/include/linux/zpool.h +++ linux-lts-utopic-3.16.0/include/linux/zpool.h @@ -0,0 +1,106 @@ +/* + * zpool memory storage api + * + * Copyright (C) 2014 Dan Streetman + * + * This is a common frontend for the zbud and zsmalloc memory + * storage pool implementations. Typically, this is used to + * store compressed memory. + */ + +#ifndef _ZPOOL_H_ +#define _ZPOOL_H_ + +struct zpool; + +struct zpool_ops { + int (*evict)(struct zpool *pool, unsigned long handle); +}; + +/* + * Control how a handle is mapped. It will be ignored if the + * implementation does not support it. Its use is optional. + * Note that this does not refer to memory protection, it + * refers to how the memory will be copied in/out if copying + * is necessary during mapping; read-write is the safest as + * it copies the existing memory in on map, and copies the + * changed memory back out on unmap. Write-only does not copy + * in the memory and should only be used for initialization. + * If in doubt, use ZPOOL_MM_DEFAULT which is read-write. + */ +enum zpool_mapmode { + ZPOOL_MM_RW, /* normal read-write mapping */ + ZPOOL_MM_RO, /* read-only (no copy-out at unmap time) */ + ZPOOL_MM_WO, /* write-only (no copy-in at map time) */ + + ZPOOL_MM_DEFAULT = ZPOOL_MM_RW +}; + +struct zpool *zpool_create_pool(char *type, gfp_t gfp, struct zpool_ops *ops); + +char *zpool_get_type(struct zpool *pool); + +void zpool_destroy_pool(struct zpool *pool); + +int zpool_malloc(struct zpool *pool, size_t size, gfp_t gfp, + unsigned long *handle); + +void zpool_free(struct zpool *pool, unsigned long handle); + +int zpool_shrink(struct zpool *pool, unsigned int pages, + unsigned int *reclaimed); + +void *zpool_map_handle(struct zpool *pool, unsigned long handle, + enum zpool_mapmode mm); + +void zpool_unmap_handle(struct zpool *pool, unsigned long handle); + +u64 zpool_get_total_size(struct zpool *pool); + + +/** + * struct zpool_driver - driver implementation for zpool + * @type: name of the driver. + * @list: entry in the list of zpool drivers. + * @create: create a new pool. + * @destroy: destroy a pool. + * @malloc: allocate mem from a pool. + * @free: free mem from a pool. + * @shrink: shrink the pool. + * @map: map a handle. + * @unmap: unmap a handle. + * @total_size: get total size of a pool. + * + * This is created by a zpool implementation and registered + * with zpool. + */ +struct zpool_driver { + char *type; + struct module *owner; + atomic_t refcount; + struct list_head list; + + void *(*create)(gfp_t gfp, struct zpool_ops *ops); + void (*destroy)(void *pool); + + int (*malloc)(void *pool, size_t size, gfp_t gfp, + unsigned long *handle); + void (*free)(void *pool, unsigned long handle); + + int (*shrink)(void *pool, unsigned int pages, + unsigned int *reclaimed); + + void *(*map)(void *pool, unsigned long handle, + enum zpool_mapmode mm); + void (*unmap)(void *pool, unsigned long handle); + + u64 (*total_size)(void *pool); +}; + +void zpool_register_driver(struct zpool_driver *driver); + +int zpool_unregister_driver(struct zpool_driver *driver); + +int zpool_evict(void *pool, unsigned long handle); + +#endif --- linux-lts-utopic-3.16.0.orig/include/media/videobuf2-core.h +++ linux-lts-utopic-3.16.0/include/media/videobuf2-core.h @@ -375,6 +375,9 @@ * @streaming: current streaming state * @start_streaming_called: start_streaming() was called successfully and we * started streaming. + * @waiting_for_buffers: used in poll() to check if vb2 is still waiting for + * buffers. Only set for capture queues if qbuf has not yet been + * called since poll() needs to return POLLERR in that situation. * @fileio: file io emulator internal data, used only if emulator is active * @threadio: thread io internal data, used only if thread is active */ @@ -411,6 +414,7 @@ unsigned int streaming:1; unsigned int start_streaming_called:1; + unsigned int waiting_for_buffers:1; struct vb2_fileio_data *fileio; struct vb2_threadio_data *threadio; --- linux-lts-utopic-3.16.0.orig/include/misc/cxl.h +++ linux-lts-utopic-3.16.0/include/misc/cxl.h @@ -0,0 +1,48 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#ifndef _MISC_CXL_H +#define _MISC_CXL_H + +#ifdef CONFIG_CXL_BASE + +#define CXL_IRQ_RANGES 4 + +struct cxl_irq_ranges { + irq_hw_number_t offset[CXL_IRQ_RANGES]; + irq_hw_number_t range[CXL_IRQ_RANGES]; +}; + +extern atomic_t cxl_use_count; + +static inline bool cxl_ctx_in_use(void) +{ + return (atomic_read(&cxl_use_count) != 0); +} + +static inline void cxl_ctx_get(void) +{ + atomic_inc(&cxl_use_count); +} + +static inline void cxl_ctx_put(void) +{ + atomic_dec(&cxl_use_count); +} + +void cxl_slbia(struct mm_struct *mm); + +#else /* CONFIG_CXL_BASE */ + +static inline bool cxl_ctx_in_use(void) { return false; } +static inline void cxl_slbia(struct mm_struct *mm) {} + +#endif /* CONFIG_CXL_BASE */ + +#endif --- linux-lts-utopic-3.16.0.orig/include/net/act_api.h +++ linux-lts-utopic-3.16.0/include/net/act_api.h @@ -99,7 +99,6 @@ int tcf_hash_search(struct tc_action *a, u32 index); void tcf_hash_destroy(struct tc_action *a); -int tcf_hash_release(struct tc_action *a, int bind); u32 tcf_hash_new_index(struct tcf_hashinfo *hinfo); int tcf_hash_check(u32 index, struct tc_action *a, int bind); int tcf_hash_create(u32 index, struct nlattr *est, struct tc_action *a, @@ -107,6 +106,13 @@ void tcf_hash_cleanup(struct tc_action *a, struct nlattr *est); void tcf_hash_insert(struct tc_action *a); +int __tcf_hash_release(struct tc_action *a, bool bind, bool strict); + +static inline int tcf_hash_release(struct tc_action *a, bool bind) +{ + return __tcf_hash_release(a, bind, false); +} + int tcf_register_action(struct tc_action_ops *a, unsigned int mask); int tcf_unregister_action(struct tc_action_ops *a); int tcf_action_destroy(struct list_head *actions, int bind); --- linux-lts-utopic-3.16.0.orig/include/net/af_unix.h +++ linux-lts-utopic-3.16.0/include/net/af_unix.h @@ -6,8 +6,8 @@ #include #include -void unix_inflight(struct file *fp); -void unix_notinflight(struct file *fp); +void unix_inflight(struct user_struct *user, struct file *fp); +void unix_notinflight(struct user_struct *user, struct file *fp); void unix_gc(void); void wait_for_unix_gc(void); struct sock *unix_get_socket(struct file *filp); @@ -63,8 +63,13 @@ #define UNIX_GC_CANDIDATE 0 #define UNIX_GC_MAYBE_CYCLE 1 struct socket_wq peer_wq; + wait_queue_t peer_wake; }; -#define unix_sk(__sk) ((struct unix_sock *)__sk) + +static inline struct unix_sock *unix_sk(struct sock *sk) +{ + return (struct unix_sock *)sk; +} #define peer_wait peer_wq.wait --- linux-lts-utopic-3.16.0.orig/include/net/dst.h +++ linux-lts-utopic-3.16.0/include/net/dst.h @@ -480,6 +480,8 @@ /* Flags for xfrm_lookup flags argument. */ enum { XFRM_LOOKUP_ICMP = 1 << 0, + XFRM_LOOKUP_QUEUE = 1 << 1, + XFRM_LOOKUP_KEEP_DST_REF = 1 << 2, }; struct flowi; @@ -490,7 +492,16 @@ int flags) { return dst_orig; -} +} + +static inline struct dst_entry *xfrm_lookup_route(struct net *net, + struct dst_entry *dst_orig, + const struct flowi *fl, + struct sock *sk, + int flags) +{ + return dst_orig; +} static inline struct xfrm_state *dst_xfrm(const struct dst_entry *dst) { @@ -502,6 +513,10 @@ const struct flowi *fl, struct sock *sk, int flags); +struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig, + const struct flowi *fl, struct sock *sk, + int flags); + /* skb attached with this dst needs transformation if dst->xfrm is valid */ static inline struct xfrm_state *dst_xfrm(const struct dst_entry *dst) { --- linux-lts-utopic-3.16.0.orig/include/net/inet_common.h +++ linux-lts-utopic-3.16.0/include/net/inet_common.h @@ -40,7 +40,8 @@ static inline void inet_ctl_sock_destroy(struct sock *sk) { - sk_release_kernel(sk); + if (sk) + sk_release_kernel(sk); } #endif --- linux-lts-utopic-3.16.0.orig/include/net/inet_connection_sock.h +++ linux-lts-utopic-3.16.0/include/net/inet_connection_sock.h @@ -62,6 +62,7 @@ void (*addr2sockaddr)(struct sock *sk, struct sockaddr *); int (*bind_conflict)(const struct sock *sk, const struct inet_bind_bucket *tb, bool relax); + void (*mtu_reduced)(struct sock *sk); }; /** inet_connection_sock - INET connection oriented sock --- linux-lts-utopic-3.16.0.orig/include/net/inet_ecn.h +++ linux-lts-utopic-3.16.0/include/net/inet_ecn.h @@ -111,11 +111,24 @@ struct ipv6hdr; -static inline int IP6_ECN_set_ce(struct ipv6hdr *iph) +/* Note: + * IP_ECN_set_ce() has to tweak IPV4 checksum when setting CE, + * meaning both changes have no effect on skb->csum if/when CHECKSUM_COMPLETE + * In IPv6 case, no checksum compensates the change in IPv6 header, + * so we have to update skb->csum. + */ +static inline int IP6_ECN_set_ce(struct sk_buff *skb, struct ipv6hdr *iph) { + __be32 from, to; + if (INET_ECN_is_not_ect(ipv6_get_dsfield(iph))) return 0; - *(__be32*)iph |= htonl(INET_ECN_CE << 20); + + from = *(__be32 *)iph; + to = from | htonl(INET_ECN_CE << 20); + *(__be32 *)iph = to; + if (skb->ip_summed == CHECKSUM_COMPLETE) + skb->csum = csum_add(csum_sub(skb->csum, from), to); return 1; } @@ -142,7 +155,7 @@ case cpu_to_be16(ETH_P_IPV6): if (skb_network_header(skb) + sizeof(struct ipv6hdr) <= skb_tail_pointer(skb)) - return IP6_ECN_set_ce(ipv6_hdr(skb)); + return IP6_ECN_set_ce(skb, ipv6_hdr(skb)); break; } --- linux-lts-utopic-3.16.0.orig/include/net/ip.h +++ linux-lts-utopic-3.16.0/include/net/ip.h @@ -38,11 +38,12 @@ struct ip_options opt; /* Compiled IP options */ unsigned char flags; -#define IPSKB_FORWARDED 1 -#define IPSKB_XFRM_TUNNEL_SIZE 2 -#define IPSKB_XFRM_TRANSFORMED 4 -#define IPSKB_FRAG_COMPLETE 8 -#define IPSKB_REROUTED 16 +#define IPSKB_FORWARDED BIT(0) +#define IPSKB_XFRM_TUNNEL_SIZE BIT(1) +#define IPSKB_XFRM_TRANSFORMED BIT(2) +#define IPSKB_FRAG_COMPLETE BIT(3) +#define IPSKB_REROUTED BIT(4) +#define IPSKB_DOREDIRECT BIT(5) u16 frag_max_size; }; @@ -158,6 +159,7 @@ } /* datagram.c */ +int __ip4_datagram_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len); int ip4_datagram_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len); void ip4_datagram_release_cb(struct sock *sk); @@ -179,7 +181,7 @@ return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0; } -void ip_send_unicast_reply(struct net *net, struct sk_buff *skb, __be32 daddr, +void ip_send_unicast_reply(struct sock *sk, struct sk_buff *skb, __be32 daddr, __be32 saddr, const struct ip_reply_arg *arg, unsigned int len); @@ -424,22 +426,6 @@ #endif -static inline int sk_mc_loop(struct sock *sk) -{ - if (!sk) - return 1; - switch (sk->sk_family) { - case AF_INET: - return inet_sk(sk)->mc_loop; -#if IS_ENABLED(CONFIG_IPV6) - case AF_INET6: - return inet6_sk(sk)->mc_loop; -#endif - } - WARN_ON(1); - return 1; -} - bool ip_call_ra_chain(struct sk_buff *skb); /* --- linux-lts-utopic-3.16.0.orig/include/net/ip6_fib.h +++ linux-lts-utopic-3.16.0/include/net/ip6_fib.h @@ -114,16 +114,13 @@ u32 rt6i_flags; struct rt6key rt6i_src; struct rt6key rt6i_prefsrc; - u32 rt6i_metric; struct inet6_dev *rt6i_idev; unsigned long _rt6i_peer; - u32 rt6i_genid; - + u32 rt6i_metric; /* more non-fragment space at head required */ unsigned short rt6i_nfheader_len; - u8 rt6i_protocol; }; --- linux-lts-utopic-3.16.0.orig/include/net/ip6_route.h +++ linux-lts-utopic-3.16.0/include/net/ip6_route.h @@ -174,7 +174,8 @@ static inline int ip6_skb_dst_mtu(struct sk_buff *skb) { - struct ipv6_pinfo *np = skb->sk ? inet6_sk(skb->sk) : NULL; + struct ipv6_pinfo *np = skb->sk && !dev_recursion_level() ? + inet6_sk(skb->sk) : NULL; return (np && np->pmtudisc >= IPV6_PMTUDISC_PROBE) ? skb_dst(skb)->dev->mtu : dst_mtu(skb_dst(skb)); --- linux-lts-utopic-3.16.0.orig/include/net/ip6_tunnel.h +++ linux-lts-utopic-3.16.0/include/net/ip6_tunnel.h @@ -79,11 +79,12 @@ err = ip6_local_out(skb); if (net_xmit_eval(err) == 0) { - struct pcpu_sw_netstats *tstats = this_cpu_ptr(dev->tstats); + struct pcpu_sw_netstats *tstats = get_cpu_ptr(dev->tstats); u64_stats_update_begin(&tstats->syncp); tstats->tx_bytes += pkt_len; tstats->tx_packets++; u64_stats_update_end(&tstats->syncp); + put_cpu_ptr(tstats); } else { stats->tx_errors++; stats->tx_aborted_errors++; --- linux-lts-utopic-3.16.0.orig/include/net/ip_fib.h +++ linux-lts-utopic-3.16.0/include/net/ip_fib.h @@ -59,6 +59,7 @@ struct rtable __rcu *fnhe_rth_input; struct rtable __rcu *fnhe_rth_output; unsigned long fnhe_stamp; + struct rcu_head rcu; }; struct fnhe_hash_bucket { @@ -200,8 +201,8 @@ #ifndef CONFIG_IP_MULTIPLE_TABLES -#define TABLE_LOCAL_INDEX 0 -#define TABLE_MAIN_INDEX 1 +#define TABLE_LOCAL_INDEX (RT_TABLE_LOCAL & (FIB_TABLE_HASHSZ - 1)) +#define TABLE_MAIN_INDEX (RT_TABLE_MAIN & (FIB_TABLE_HASHSZ - 1)) static inline struct fib_table *fib_get_table(struct net *net, u32 id) { --- linux-lts-utopic-3.16.0.orig/include/net/ip_tunnels.h +++ linux-lts-utopic-3.16.0/include/net/ip_tunnels.h @@ -40,6 +40,7 @@ struct ip_tunnel_dst { struct dst_entry __rcu *dst; + __be32 saddr; }; struct ip_tunnel { @@ -165,12 +166,13 @@ struct pcpu_sw_netstats __percpu *stats) { if (err > 0) { - struct pcpu_sw_netstats *tstats = this_cpu_ptr(stats); + struct pcpu_sw_netstats *tstats = get_cpu_ptr(stats); u64_stats_update_begin(&tstats->syncp); tstats->tx_bytes += err; tstats->tx_packets++; u64_stats_update_end(&tstats->syncp); + put_cpu_ptr(tstats); } else if (err < 0) { err_stats->tx_errors++; err_stats->tx_aborted_errors++; --- linux-lts-utopic-3.16.0.orig/include/net/ipv6.h +++ linux-lts-utopic-3.16.0/include/net/ipv6.h @@ -205,6 +205,7 @@ */ struct ipv6_txoptions { + atomic_t refcnt; /* Length of this structure */ int tot_len; @@ -217,7 +218,7 @@ struct ipv6_opt_hdr *dst0opt; struct ipv6_rt_hdr *srcrt; /* Routing Header */ struct ipv6_opt_hdr *dst1opt; - + struct rcu_head rcu; /* Option buffer, as read by IPV6_PKTOPTIONS, starts here. */ }; @@ -250,6 +251,24 @@ struct rcu_head rcu; }; +static inline struct ipv6_txoptions *txopt_get(const struct ipv6_pinfo *np) +{ + struct ipv6_txoptions *opt; + + rcu_read_lock(); + opt = rcu_dereference(np->opt); + if (opt && !atomic_inc_not_zero(&opt->refcnt)) + opt = NULL; + rcu_read_unlock(); + return opt; +} + +static inline void txopt_put(struct ipv6_txoptions *opt) +{ + if (opt && atomic_dec_and_test(&opt->refcnt)) + kfree_rcu(opt, rcu); +} + struct ip6_flowlabel *fl6_sock_lookup(struct sock *sk, __be32 label); struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space, struct ip6_flowlabel *fl, @@ -492,6 +511,7 @@ u32 user; const struct in6_addr *src; const struct in6_addr *dst; + int iif; u8 ecn; }; @@ -668,6 +688,8 @@ return __ipv6_addr_diff(a1, a2, sizeof(struct in6_addr)); } +void ipv6_proxy_select_ident(struct sk_buff *skb); + int ip6_dst_hoplimit(struct dst_entry *dst); static inline int ip6_sk_dst_hoplimit(struct ipv6_pinfo *np, struct flowi6 *fl6, --- linux-lts-utopic-3.16.0.orig/include/net/iw_handler.h +++ linux-lts-utopic-3.16.0/include/net/iw_handler.h @@ -439,6 +439,12 @@ /* Send a single event to user space */ void wireless_send_event(struct net_device *dev, unsigned int cmd, union iwreq_data *wrqu, const char *extra); +#ifdef CONFIG_WEXT_CORE +/* flush all previous wext events - if work is done from netdev notifiers */ +void wireless_nlevent_flush(void); +#else +static inline void wireless_nlevent_flush(void) {} +#endif /* We may need a function to send a stream of events to user space. * More on that later... */ --- linux-lts-utopic-3.16.0.orig/include/net/net_namespace.h +++ linux-lts-utopic-3.16.0/include/net/net_namespace.h @@ -352,26 +352,12 @@ atomic_inc(&net->ipv4.rt_genid); } -#if IS_ENABLED(CONFIG_IPV6) -static inline int rt_genid_ipv6(struct net *net) -{ - return atomic_read(&net->ipv6.rt_genid); -} - -static inline void rt_genid_bump_ipv6(struct net *net) -{ - atomic_inc(&net->ipv6.rt_genid); -} -#else -static inline int rt_genid_ipv6(struct net *net) -{ - return 0; -} - +extern void (*__fib6_flush_trees)(struct net *net); static inline void rt_genid_bump_ipv6(struct net *net) { + if (__fib6_flush_trees) + __fib6_flush_trees(net); } -#endif #if IS_ENABLED(CONFIG_IEEE802154_6LOWPAN) static inline struct netns_ieee802154_lowpan * --- linux-lts-utopic-3.16.0.orig/include/net/netfilter/nf_conntrack.h +++ linux-lts-utopic-3.16.0/include/net/netfilter/nf_conntrack.h @@ -181,10 +181,6 @@ void nf_ct_free_hashtable(void *hash, unsigned int size); -struct nf_conntrack_tuple_hash * -__nf_conntrack_find(struct net *net, u16 zone, - const struct nf_conntrack_tuple *tuple); - int nf_conntrack_hash_check_insert(struct nf_conn *ct); bool nf_ct_delete(struct nf_conn *ct, u32 pid, int report); --- linux-lts-utopic-3.16.0.orig/include/net/netfilter/nf_queue.h +++ linux-lts-utopic-3.16.0/include/net/netfilter/nf_queue.h @@ -28,6 +28,8 @@ struct nf_queue_handler { int (*outfn)(struct nf_queue_entry *entry, unsigned int queuenum); + void (*nf_hook_drop)(struct net *net, + struct nf_hook_ops *ops); }; void nf_register_queue_handler(const struct nf_queue_handler *qh); --- linux-lts-utopic-3.16.0.orig/include/net/netns/ipv4.h +++ linux-lts-utopic-3.16.0/include/net/netns/ipv4.h @@ -52,6 +52,7 @@ struct inet_peer_base *peers; struct tcpm_hash_bucket *tcp_metrics_hash; unsigned int tcp_metrics_hash_log; + struct sock * __percpu *tcp_sk; struct netns_frags frags; #ifdef CONFIG_NETFILTER struct xt_table *iptable_filter; --- linux-lts-utopic-3.16.0.orig/include/net/netns/sctp.h +++ linux-lts-utopic-3.16.0/include/net/netns/sctp.h @@ -31,6 +31,7 @@ struct list_head addr_waitq; struct timer_list addr_wq_timer; struct list_head auto_asconf_splist; + /* Lock that protects both addr_waitq and auto_asconf_splist */ spinlock_t addr_wq_lock; /* Lock that protects the local_addr_list writers */ --- linux-lts-utopic-3.16.0.orig/include/net/regulatory.h +++ linux-lts-utopic-3.16.0/include/net/regulatory.h @@ -167,7 +167,7 @@ struct ieee80211_regdomain { struct rcu_head rcu_head; u32 n_reg_rules; - char alpha2[2]; + char alpha2[3]; enum nl80211_dfs_regions dfs_region; struct ieee80211_reg_rule reg_rules[]; }; --- linux-lts-utopic-3.16.0.orig/include/net/scm.h +++ linux-lts-utopic-3.16.0/include/net/scm.h @@ -21,6 +21,7 @@ struct scm_fp_list { short count; short max; + struct user_struct *user; struct file *fp[SCM_MAX_FD]; }; --- linux-lts-utopic-3.16.0.orig/include/net/sctp/command.h +++ linux-lts-utopic-3.16.0/include/net/sctp/command.h @@ -115,7 +115,7 @@ * analysis of the state functions, but in reality just taken from * thin air in the hopes othat we don't trigger a kernel panic. */ -#define SCTP_MAX_NUM_COMMANDS 14 +#define SCTP_MAX_NUM_COMMANDS 20 typedef union { __s32 i32; --- linux-lts-utopic-3.16.0.orig/include/net/sctp/sctp.h +++ linux-lts-utopic-3.16.0/include/net/sctp/sctp.h @@ -433,6 +433,11 @@ asoc->pmtu_pending = 0; } +static inline bool sctp_chunk_pending(const struct sctp_chunk *chunk) +{ + return !list_empty(&chunk->list); +} + /* Walk through a list of TLV parameters. Don't trust the * individual parameter lengths and instead depend on * the chunk length to indicate when to stop. Make sure --- linux-lts-utopic-3.16.0.orig/include/net/sctp/sm.h +++ linux-lts-utopic-3.16.0/include/net/sctp/sm.h @@ -248,9 +248,9 @@ int, __be16); struct sctp_chunk *sctp_make_asconf_set_prim(struct sctp_association *asoc, union sctp_addr *addr); -int sctp_verify_asconf(const struct sctp_association *asoc, - struct sctp_paramhdr *param_hdr, void *chunk_end, - struct sctp_paramhdr **errp); +bool sctp_verify_asconf(const struct sctp_association *asoc, + struct sctp_chunk *chunk, bool addr_param_needed, + struct sctp_paramhdr **errp); struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc, struct sctp_chunk *asconf); int sctp_process_asconf_ack(struct sctp_association *asoc, --- linux-lts-utopic-3.16.0.orig/include/net/sctp/structs.h +++ linux-lts-utopic-3.16.0/include/net/sctp/structs.h @@ -219,6 +219,10 @@ atomic_t pd_mode; /* Receive to here while partial delivery is in effect. */ struct sk_buff_head pd_lobby; + + /* These must be the last fields, as they will skipped on copies, + * like on accept and peeloff operations + */ struct list_head auto_asconf_list; int do_auto_asconf; }; @@ -769,10 +773,10 @@ hb_sent:1, /* Is the Path MTU update pending on this tranport */ - pmtu_pending:1; + pmtu_pending:1, - /* Has this transport moved the ctsn since we last sacked */ - __u32 sack_generation; + /* Has this transport moved the ctsn since we last sacked */ + sack_generation:1; u32 dst_cookie; struct flowi fl; @@ -1477,19 +1481,20 @@ prsctp_capable:1, /* Can peer do PR-SCTP? */ auth_capable:1; /* Is peer doing SCTP-AUTH? */ - /* Ack State : This flag indicates if the next received + /* sack_needed : This flag indicates if the next received * : packet is to be responded to with a - * : SACK. This is initializedto 0. When a packet - * : is received it is incremented. If this value + * : SACK. This is initialized to 0. When a packet + * : is received sack_cnt is incremented. If this value * : reaches 2 or more, a SACK is sent and the * : value is reset to 0. Note: This is used only * : when no DATA chunks are received out of * : order. When DATA chunks are out of order, * : SACK's are not delayed (see Section 6). */ - __u8 sack_needed; /* Do we need to sack the peer? */ + __u8 sack_needed:1, /* Do we need to sack the peer? */ + sack_generation:1, + zero_window_announced:1; __u32 sack_cnt; - __u32 sack_generation; __u32 adaptation_ind; /* Adaptation Code point. */ --- linux-lts-utopic-3.16.0.orig/include/net/sock.h +++ linux-lts-utopic-3.16.0/include/net/sock.h @@ -377,6 +377,7 @@ sk_userlocks : 4, sk_protocol : 8, sk_type : 16; +#define SK_PROTOCOL_MAX U8_MAX kmemcheck_bitfield_end(flags); int sk_wmem_queued; gfp_t sk_allocation; @@ -702,6 +703,8 @@ SOCK_SELECT_ERR_QUEUE, /* Wake select on error queue */ }; +#define SK_FLAGS_TIMESTAMP ((1UL << SOCK_TIMESTAMP) | (1UL << SOCK_TIMESTAMPING_RX_SOFTWARE)) + static inline void sock_copy_flags(struct sock *nsk, struct sock *osk) { nsk->sk_flags = osk->sk_flags; @@ -807,6 +810,14 @@ if (sk_rcvqueues_full(sk, skb, limit)) return -ENOBUFS; + /* + * If the skb was allocated from pfmemalloc reserves, only + * allow SOCK_MEMALLOC sockets to use it as this socket is + * helping free memory + */ + if (skb_pfmemalloc(skb) && !sock_flag(sk, SOCK_MEMALLOC)) + return -ENOMEM; + __sk_add_backlog(sk, skb); sk->sk_backlog.len += skb->truesize; return 0; @@ -899,7 +910,7 @@ void sk_set_memalloc(struct sock *sk); void sk_clear_memalloc(struct sock *sk); -int sk_wait_data(struct sock *sk, long *timeo); +int sk_wait_data(struct sock *sk, long *timeo, const struct sk_buff *skb); struct request_sock_ops; struct timewait_sock_ops; @@ -971,7 +982,6 @@ struct sk_buff *skb); void (*release_cb)(struct sock *sk); - void (*mtu_reduced)(struct sock *sk); /* Keeping track of sk's, looking them up, and port selection methods. */ void (*hash)(struct sock *sk); @@ -1791,6 +1801,8 @@ struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie); +bool sk_mc_loop(struct sock *sk); + static inline bool sk_can_gso(const struct sock *sk) { return net_gso_ok(sk->sk_route_caps, sk->sk_gso_type); --- linux-lts-utopic-3.16.0.orig/include/net/tcp.h +++ linux-lts-utopic-3.16.0/include/net/tcp.h @@ -448,6 +448,7 @@ */ void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb); +void tcp_v4_mtu_reduced(struct sock *sk); int tcp_v4_conn_request(struct sock *sk, struct sk_buff *skb); struct sock *tcp_create_openreq_child(struct sock *sk, struct request_sock *req, @@ -718,8 +719,10 @@ #define TCPCB_SACKED_RETRANS 0x02 /* SKB retransmitted */ #define TCPCB_LOST 0x04 /* SKB is lost */ #define TCPCB_TAGBITS 0x07 /* All tag bits */ +#define TCPCB_REPAIRED 0x10 /* SKB repaired (no skb_mstamp) */ #define TCPCB_EVER_RETRANS 0x80 /* Ever retransmitted frame */ -#define TCPCB_RETRANS (TCPCB_SACKED_RETRANS|TCPCB_EVER_RETRANS) +#define TCPCB_RETRANS (TCPCB_SACKED_RETRANS|TCPCB_EVER_RETRANS| \ + TCPCB_REPAIRED) __u8 ip_dsfield; /* IPv4 tos or IPv6 dsfield */ /* 1 byte hole */ --- linux-lts-utopic-3.16.0.orig/include/net/vxlan.h +++ linux-lts-utopic-3.16.0/include/net/vxlan.h @@ -34,6 +34,11 @@ #define VXLAN_F_UDP_ZERO_CSUM6_TX 0x80 #define VXLAN_F_UDP_ZERO_CSUM6_RX 0x100 +/* Flags that are used in the receive path. These flags must match in + * order for a socket to be shareable + */ +#define VXLAN_F_RCV_FLAGS VXLAN_F_UDP_ZERO_CSUM6_RX + struct vxlan_sock *vxlan_sock_add(struct net *net, __be16 port, vxlan_rcv_t *rcv, void *data, bool no_share, u32 flags); --- linux-lts-utopic-3.16.0.orig/include/scsi/scsi_device.h +++ linux-lts-utopic-3.16.0/include/scsi/scsi_device.h @@ -155,6 +155,7 @@ unsigned skip_ms_page_8:1; /* do not use MODE SENSE page 0x08 */ unsigned skip_ms_page_3f:1; /* do not use MODE SENSE page 0x3f */ unsigned skip_vpd_pages:1; /* do not read VPD pages */ + unsigned try_vpd_pages:1; /* attempt to read VPD pages */ unsigned use_192_bytes_for_3f:1; /* ask for 192 bytes from page 0x3f */ unsigned no_start_on_add:1; /* do not issue start on add */ unsigned allow_restart:1; /* issue START_UNIT in error handler */ --- linux-lts-utopic-3.16.0.orig/include/scsi/scsi_devinfo.h +++ linux-lts-utopic-3.16.0/include/scsi/scsi_devinfo.h @@ -32,4 +32,10 @@ #define BLIST_ATTACH_PQ3 0x1000000 /* Scan: Attach to PQ3 devices */ #define BLIST_NO_DIF 0x2000000 /* Disable T10 PI (DIF) */ #define BLIST_SKIP_VPD_PAGES 0x4000000 /* Ignore SBC-3 VPD pages */ +#define BLIST_SCSI3LUN 0x8000000 /* Scan more than 256 LUNs + for sequential scan */ +#define BLIST_TRY_VPD_PAGES 0x10000000 /* Attempt to read VPD pages */ +#define BLIST_NO_RSOC 0x20000000 /* don't try to issue RSOC */ +#define BLIST_MAX_1024 0x40000000 /* maximum 1024 sector cdb length */ + #endif --- linux-lts-utopic-3.16.0.orig/include/sound/ak4113.h +++ linux-lts-utopic-3.16.0/include/sound/ak4113.h @@ -286,7 +286,7 @@ ak4113_write_t *write; ak4113_read_t *read; void *private_data; - unsigned int init:1; + atomic_t wq_processing; spinlock_t lock; unsigned char regmap[AK4113_WRITABLE_REGS]; struct snd_kcontrol *kctls[AK4113_CONTROLS]; --- linux-lts-utopic-3.16.0.orig/include/sound/ak4114.h +++ linux-lts-utopic-3.16.0/include/sound/ak4114.h @@ -168,7 +168,7 @@ ak4114_write_t * write; ak4114_read_t * read; void * private_data; - unsigned int init: 1; + atomic_t wq_processing; spinlock_t lock; unsigned char regmap[6]; unsigned char txcsb[5]; --- linux-lts-utopic-3.16.0.orig/include/sound/emu10k1.h +++ linux-lts-utopic-3.16.0/include/sound/emu10k1.h @@ -41,7 +41,8 @@ #define EMUPAGESIZE 4096 #define MAXREQVOICES 8 -#define MAXPAGES 8192 +#define MAXPAGES0 4096 /* 32 bit mode */ +#define MAXPAGES1 8192 /* 31 bit mode */ #define RESERVED 0 #define NUM_MIDI 16 #define NUM_G 64 /* use all channels */ @@ -50,8 +51,7 @@ /* FIXME? - according to the OSS driver the EMU10K1 needs a 29 bit DMA mask */ #define EMU10K1_DMA_MASK 0x7fffffffUL /* 31bit */ -#define AUDIGY_DMA_MASK 0x7fffffffUL /* 31bit FIXME - 32 should work? */ - /* See ALSA bug #1276 - rlrevell */ +#define AUDIGY_DMA_MASK 0xffffffffUL /* 32bit mode */ #define TMEMSIZE 256*1024 #define TMEMSIZEREG 4 @@ -466,8 +466,11 @@ #define MAPB 0x0d /* Cache map B */ -#define MAP_PTE_MASK 0xffffe000 /* The 19 MSBs of the PTE indexed by the PTI */ -#define MAP_PTI_MASK 0x00001fff /* The 13 bit index to one of the 8192 PTE dwords */ +#define MAP_PTE_MASK0 0xfffff000 /* The 20 MSBs of the PTE indexed by the PTI */ +#define MAP_PTI_MASK0 0x00000fff /* The 12 bit index to one of the 4096 PTE dwords */ + +#define MAP_PTE_MASK1 0xffffe000 /* The 19 MSBs of the PTE indexed by the PTI */ +#define MAP_PTI_MASK1 0x00001fff /* The 13 bit index to one of the 8192 PTE dwords */ /* 0x0e, 0x0f: Not used */ @@ -1704,6 +1707,7 @@ unsigned short model; /* subsystem id */ unsigned int card_type; /* EMU10K1_CARD_* */ unsigned int ecard_ctrl; /* ecard control bits */ + unsigned int address_mode; /* address mode */ unsigned long dma_mask; /* PCI DMA mask */ unsigned int delay_pcm_irq; /* in samples */ int max_cache_pages; /* max memory size / PAGE_SIZE */ --- linux-lts-utopic-3.16.0.orig/include/sound/rawmidi.h +++ linux-lts-utopic-3.16.0/include/sound/rawmidi.h @@ -165,6 +165,10 @@ int snd_rawmidi_transmit_ack(struct snd_rawmidi_substream *substream, int count); int snd_rawmidi_transmit(struct snd_rawmidi_substream *substream, unsigned char *buffer, int count); +int __snd_rawmidi_transmit_peek(struct snd_rawmidi_substream *substream, + unsigned char *buffer, int count); +int __snd_rawmidi_transmit_ack(struct snd_rawmidi_substream *substream, + int count); /* main midi functions */ --- linux-lts-utopic-3.16.0.orig/include/sound/soc-dapm.h +++ linux-lts-utopic-3.16.0/include/sound/soc-dapm.h @@ -287,7 +287,7 @@ .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | SNDRV_CTL_ELEM_ACCESS_READWRITE,\ .tlv.p = (tlv_array), \ .get = snd_soc_dapm_get_volsw, .put = snd_soc_dapm_put_volsw, \ - .private_value = SOC_SINGLE_VALUE(reg, shift, max, invert, 0) } + .private_value = SOC_SINGLE_VALUE(reg, shift, max, invert, 1) } #define SOC_DAPM_SINGLE_TLV_VIRT(xname, max, tlv_array) \ SOC_DAPM_SINGLE(xname, SND_SOC_NOPM, 0, max, 0, tlv_array) #define SOC_DAPM_ENUM(xname, xenum) \ --- linux-lts-utopic-3.16.0.orig/include/sound/soc-dpcm.h +++ linux-lts-utopic-3.16.0/include/sound/soc-dpcm.h @@ -102,6 +102,8 @@ /* state and update */ enum snd_soc_dpcm_update runtime_update; enum snd_soc_dpcm_state state; + + int trigger_pending; /* trigger cmd + 1 if pending, 0 if not */ }; /* can this BE stop and free */ --- linux-lts-utopic-3.16.0.orig/include/sound/soc.h +++ linux-lts-utopic-3.16.0/include/sound/soc.h @@ -80,7 +80,7 @@ .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | \ SNDRV_CTL_ELEM_ACCESS_READWRITE, \ .tlv.p = (tlv_array),\ - .info = snd_soc_info_volsw, \ + .info = snd_soc_info_volsw_sx, \ .get = snd_soc_get_volsw_sx,\ .put = snd_soc_put_volsw_sx, \ .private_value = (unsigned long)&(struct soc_mixer_control) \ @@ -150,7 +150,7 @@ .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | \ SNDRV_CTL_ELEM_ACCESS_READWRITE, \ .tlv.p = (tlv_array), \ - .info = snd_soc_info_volsw, \ + .info = snd_soc_info_volsw_sx, \ .get = snd_soc_get_volsw_sx, \ .put = snd_soc_put_volsw_sx, \ .private_value = (unsigned long)&(struct soc_mixer_control) \ @@ -519,6 +519,8 @@ struct snd_ctl_elem_value *ucontrol); int snd_soc_info_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo); +int snd_soc_info_volsw_sx(struct snd_kcontrol *kcontrol, + struct snd_ctl_elem_info *uinfo); #define snd_soc_info_bool_ext snd_ctl_boolean_mono_info int snd_soc_get_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol); @@ -1388,7 +1390,7 @@ /* Helper functions */ static inline void snd_soc_dapm_mutex_lock(struct snd_soc_dapm_context *dapm) { - mutex_lock(&dapm->card->dapm_mutex); + mutex_lock_nested(&dapm->card->dapm_mutex, SND_SOC_DAPM_CLASS_RUNTIME); } static inline void snd_soc_dapm_mutex_unlock(struct snd_soc_dapm_context *dapm) --- linux-lts-utopic-3.16.0.orig/include/sound/wm8904.h +++ linux-lts-utopic-3.16.0/include/sound/wm8904.h @@ -119,7 +119,7 @@ #define WM8904_MIC_REGS 2 #define WM8904_GPIO_REGS 4 #define WM8904_DRC_REGS 4 -#define WM8904_EQ_REGS 25 +#define WM8904_EQ_REGS 24 /** * DRC configurations are specified with a label and a set of register --- linux-lts-utopic-3.16.0.orig/include/target/target_core_backend.h +++ linux-lts-utopic-3.16.0/include/target/target_core_backend.h @@ -95,5 +95,8 @@ struct scatterlist *, u32, struct scatterlist *, u32); void array_free(void *array, int n); +sector_t target_to_linux_sector(struct se_device *dev, sector_t lb); +bool target_configure_unmap_from_queue(struct se_dev_attrib *attrib, + struct request_queue *q, int block_size); #endif /* TARGET_CORE_BACKEND_H */ --- linux-lts-utopic-3.16.0.orig/include/target/target_core_base.h +++ linux-lts-utopic-3.16.0/include/target/target_core_base.h @@ -407,7 +407,7 @@ /* Activate Persistence across Target Power Loss enabled * for SCSI device */ int pr_aptpl_active; -#define PR_APTPL_BUF_LEN 8192 +#define PR_APTPL_BUF_LEN 262144 u32 pr_generation; spinlock_t registration_lock; spinlock_t aptpl_reg_lock; @@ -518,7 +518,7 @@ sense_reason_t (*execute_cmd)(struct se_cmd *); sense_reason_t (*execute_rw)(struct se_cmd *, struct scatterlist *, u32, enum dma_data_direction); - sense_reason_t (*transport_complete_callback)(struct se_cmd *); + sense_reason_t (*transport_complete_callback)(struct se_cmd *, bool, int *); unsigned char *t_task_cdb; unsigned char __t_task_cdb[TCM_MAX_COMMAND_SIZE]; @@ -533,6 +533,8 @@ #define CMD_T_DEV_ACTIVE (1 << 7) #define CMD_T_REQUEST_STOP (1 << 8) #define CMD_T_BUSY (1 << 9) +#define CMD_T_TAS (1 << 10) +#define CMD_T_FABRIC_STOP (1 << 11) spinlock_t t_state_lock; struct completion t_transport_stop_comp; --- linux-lts-utopic-3.16.0.orig/include/trace/events/fs.h +++ linux-lts-utopic-3.16.0/include/trace/events/fs.h @@ -0,0 +1,53 @@ +#undef TRACE_SYSTEM +#define TRACE_SYSTEM fs + +#if !defined(_TRACE_FS_H) || defined(TRACE_HEADER_MULTI_READ) +#define _TRACE_FS_H + +#include +#include + +TRACE_EVENT(do_sys_open, + + TP_PROTO(const char *filename, int flags, int mode), + + TP_ARGS(filename, flags, mode), + + TP_STRUCT__entry( + __string( filename, filename ) + __field( int, flags ) + __field( int, mode ) + ), + + TP_fast_assign( + __assign_str(filename, filename); + __entry->flags = flags; + __entry->mode = mode; + ), + + TP_printk("\"%s\" %x %o", + __get_str(filename), __entry->flags, __entry->mode) +); + +TRACE_EVENT(open_exec, + + TP_PROTO(const char *filename), + + TP_ARGS(filename), + + TP_STRUCT__entry( + __string( filename, filename ) + ), + + TP_fast_assign( + __assign_str(filename, filename); + ), + + TP_printk("\"%s\"", + __get_str(filename)) +); + +#endif /* _TRACE_FS_H */ + +/* This part must be outside protection */ +#include --- linux-lts-utopic-3.16.0.orig/include/trace/events/kmem.h +++ linux-lts-utopic-3.16.0/include/trace/events/kmem.h @@ -268,11 +268,11 @@ TP_PROTO(struct page *page, int alloc_order, int fallback_order, - int alloc_migratetype, int fallback_migratetype, int new_migratetype), + int alloc_migratetype, int fallback_migratetype), TP_ARGS(page, alloc_order, fallback_order, - alloc_migratetype, fallback_migratetype, new_migratetype), + alloc_migratetype, fallback_migratetype), TP_STRUCT__entry( __field( struct page *, page ) @@ -289,7 +289,8 @@ __entry->fallback_order = fallback_order; __entry->alloc_migratetype = alloc_migratetype; __entry->fallback_migratetype = fallback_migratetype; - __entry->change_ownership = (new_migratetype == alloc_migratetype); + __entry->change_ownership = (alloc_migratetype == + get_pageblock_migratetype(page)); ), TP_printk("page=%p pfn=%lu alloc_order=%d fallback_order=%d pageblock_order=%d alloc_migratetype=%d fallback_migratetype=%d fragmenting=%d change_ownership=%d", --- linux-lts-utopic-3.16.0.orig/include/trace/events/kvm.h +++ linux-lts-utopic-3.16.0/include/trace/events/kvm.h @@ -37,7 +37,7 @@ __entry->errno < 0 ? -__entry->errno : __entry->reason) ); -#if defined(CONFIG_HAVE_KVM_IRQCHIP) +#if defined(CONFIG_HAVE_KVM_IRQFD) TRACE_EVENT(kvm_set_irq, TP_PROTO(unsigned int gsi, int level, int irq_source_id), TP_ARGS(gsi, level, irq_source_id), @@ -57,7 +57,7 @@ TP_printk("gsi %u level %d source %d", __entry->gsi, __entry->level, __entry->irq_source_id) ); -#endif +#endif /* defined(CONFIG_HAVE_KVM_IRQFD) */ #if defined(__KVM_HAVE_IOAPIC) #define kvm_deliver_mode \ @@ -124,7 +124,7 @@ #endif /* defined(__KVM_HAVE_IOAPIC) */ -#if defined(CONFIG_HAVE_KVM_IRQCHIP) +#if defined(CONFIG_HAVE_KVM_IRQFD) TRACE_EVENT(kvm_ack_irq, TP_PROTO(unsigned int irqchip, unsigned int pin), @@ -149,7 +149,7 @@ #endif ); -#endif /* defined(CONFIG_HAVE_KVM_IRQCHIP) */ +#endif /* defined(CONFIG_HAVE_KVM_IRQFD) */ --- linux-lts-utopic-3.16.0.orig/include/trace/events/pagemap.h +++ linux-lts-utopic-3.16.0/include/trace/events/pagemap.h @@ -28,12 +28,10 @@ TP_PROTO( struct page *page, - unsigned long pfn, - int lru, - unsigned long flags + int lru ), - TP_ARGS(page, pfn, lru, flags), + TP_ARGS(page, lru), TP_STRUCT__entry( __field(struct page *, page ) @@ -44,9 +42,9 @@ TP_fast_assign( __entry->page = page; - __entry->pfn = pfn; + __entry->pfn = page_to_pfn(page); __entry->lru = lru; - __entry->flags = flags; + __entry->flags = trace_pagemap_flags(page); ), /* Flag format is based on page-types.c formatting for pagemap */ @@ -64,9 +62,9 @@ TRACE_EVENT(mm_lru_activate, - TP_PROTO(struct page *page, unsigned long pfn), + TP_PROTO(struct page *page), - TP_ARGS(page, pfn), + TP_ARGS(page), TP_STRUCT__entry( __field(struct page *, page ) @@ -75,7 +73,7 @@ TP_fast_assign( __entry->page = page; - __entry->pfn = pfn; + __entry->pfn = page_to_pfn(page); ), /* Flag format is based on page-types.c formatting for pagemap */ --- linux-lts-utopic-3.16.0.orig/include/trace/events/regmap.h +++ linux-lts-utopic-3.16.0/include/trace/events/regmap.h @@ -7,27 +7,26 @@ #include #include -struct device; -struct regmap; +#include "../../../drivers/base/regmap/internal.h" /* * Log register events */ DECLARE_EVENT_CLASS(regmap_reg, - TP_PROTO(struct device *dev, unsigned int reg, + TP_PROTO(struct regmap *map, unsigned int reg, unsigned int val), - TP_ARGS(dev, reg, val), + TP_ARGS(map, reg, val), TP_STRUCT__entry( - __string( name, dev_name(dev) ) - __field( unsigned int, reg ) - __field( unsigned int, val ) + __string( name, regmap_name(map) ) + __field( unsigned int, reg ) + __field( unsigned int, val ) ), TP_fast_assign( - __assign_str(name, dev_name(dev)); + __assign_str(name, regmap_name(map)); __entry->reg = reg; __entry->val = val; ), @@ -39,45 +38,45 @@ DEFINE_EVENT(regmap_reg, regmap_reg_write, - TP_PROTO(struct device *dev, unsigned int reg, + TP_PROTO(struct regmap *map, unsigned int reg, unsigned int val), - TP_ARGS(dev, reg, val) + TP_ARGS(map, reg, val) ); DEFINE_EVENT(regmap_reg, regmap_reg_read, - TP_PROTO(struct device *dev, unsigned int reg, + TP_PROTO(struct regmap *map, unsigned int reg, unsigned int val), - TP_ARGS(dev, reg, val) + TP_ARGS(map, reg, val) ); DEFINE_EVENT(regmap_reg, regmap_reg_read_cache, - TP_PROTO(struct device *dev, unsigned int reg, + TP_PROTO(struct regmap *map, unsigned int reg, unsigned int val), - TP_ARGS(dev, reg, val) + TP_ARGS(map, reg, val) ); DECLARE_EVENT_CLASS(regmap_block, - TP_PROTO(struct device *dev, unsigned int reg, int count), + TP_PROTO(struct regmap *map, unsigned int reg, int count), - TP_ARGS(dev, reg, count), + TP_ARGS(map, reg, count), TP_STRUCT__entry( - __string( name, dev_name(dev) ) - __field( unsigned int, reg ) - __field( int, count ) + __string( name, regmap_name(map) ) + __field( unsigned int, reg ) + __field( int, count ) ), TP_fast_assign( - __assign_str(name, dev_name(dev)); + __assign_str(name, regmap_name(map)); __entry->reg = reg; __entry->count = count; ), @@ -89,48 +88,48 @@ DEFINE_EVENT(regmap_block, regmap_hw_read_start, - TP_PROTO(struct device *dev, unsigned int reg, int count), + TP_PROTO(struct regmap *map, unsigned int reg, int count), - TP_ARGS(dev, reg, count) + TP_ARGS(map, reg, count) ); DEFINE_EVENT(regmap_block, regmap_hw_read_done, - TP_PROTO(struct device *dev, unsigned int reg, int count), + TP_PROTO(struct regmap *map, unsigned int reg, int count), - TP_ARGS(dev, reg, count) + TP_ARGS(map, reg, count) ); DEFINE_EVENT(regmap_block, regmap_hw_write_start, - TP_PROTO(struct device *dev, unsigned int reg, int count), + TP_PROTO(struct regmap *map, unsigned int reg, int count), - TP_ARGS(dev, reg, count) + TP_ARGS(map, reg, count) ); DEFINE_EVENT(regmap_block, regmap_hw_write_done, - TP_PROTO(struct device *dev, unsigned int reg, int count), + TP_PROTO(struct regmap *map, unsigned int reg, int count), - TP_ARGS(dev, reg, count) + TP_ARGS(map, reg, count) ); TRACE_EVENT(regcache_sync, - TP_PROTO(struct device *dev, const char *type, + TP_PROTO(struct regmap *map, const char *type, const char *status), - TP_ARGS(dev, type, status), + TP_ARGS(map, type, status), TP_STRUCT__entry( - __string( name, dev_name(dev) ) - __string( status, status ) - __string( type, type ) - __field( int, type ) + __string( name, regmap_name(map) ) + __string( status, status ) + __string( type, type ) + __field( int, type ) ), TP_fast_assign( - __assign_str(name, dev_name(dev)); + __assign_str(name, regmap_name(map)); __assign_str(status, status); __assign_str(type, type); ), @@ -141,17 +140,17 @@ DECLARE_EVENT_CLASS(regmap_bool, - TP_PROTO(struct device *dev, bool flag), + TP_PROTO(struct regmap *map, bool flag), - TP_ARGS(dev, flag), + TP_ARGS(map, flag), TP_STRUCT__entry( - __string( name, dev_name(dev) ) - __field( int, flag ) + __string( name, regmap_name(map) ) + __field( int, flag ) ), TP_fast_assign( - __assign_str(name, dev_name(dev)); + __assign_str(name, regmap_name(map)); __entry->flag = flag; ), @@ -161,32 +160,32 @@ DEFINE_EVENT(regmap_bool, regmap_cache_only, - TP_PROTO(struct device *dev, bool flag), + TP_PROTO(struct regmap *map, bool flag), - TP_ARGS(dev, flag) + TP_ARGS(map, flag) ); DEFINE_EVENT(regmap_bool, regmap_cache_bypass, - TP_PROTO(struct device *dev, bool flag), + TP_PROTO(struct regmap *map, bool flag), - TP_ARGS(dev, flag) + TP_ARGS(map, flag) ); DECLARE_EVENT_CLASS(regmap_async, - TP_PROTO(struct device *dev), + TP_PROTO(struct regmap *map), - TP_ARGS(dev), + TP_ARGS(map), TP_STRUCT__entry( - __string( name, dev_name(dev) ) + __string( name, regmap_name(map) ) ), TP_fast_assign( - __assign_str(name, dev_name(dev)); + __assign_str(name, regmap_name(map)); ), TP_printk("%s", __get_str(name)) @@ -194,50 +193,50 @@ DEFINE_EVENT(regmap_block, regmap_async_write_start, - TP_PROTO(struct device *dev, unsigned int reg, int count), + TP_PROTO(struct regmap *map, unsigned int reg, int count), - TP_ARGS(dev, reg, count) + TP_ARGS(map, reg, count) ); DEFINE_EVENT(regmap_async, regmap_async_io_complete, - TP_PROTO(struct device *dev), + TP_PROTO(struct regmap *map), - TP_ARGS(dev) + TP_ARGS(map) ); DEFINE_EVENT(regmap_async, regmap_async_complete_start, - TP_PROTO(struct device *dev), + TP_PROTO(struct regmap *map), - TP_ARGS(dev) + TP_ARGS(map) ); DEFINE_EVENT(regmap_async, regmap_async_complete_done, - TP_PROTO(struct device *dev), + TP_PROTO(struct regmap *map), - TP_ARGS(dev) + TP_ARGS(map) ); TRACE_EVENT(regcache_drop_region, - TP_PROTO(struct device *dev, unsigned int from, + TP_PROTO(struct regmap *map, unsigned int from, unsigned int to), - TP_ARGS(dev, from, to), + TP_ARGS(map, from, to), TP_STRUCT__entry( - __string( name, dev_name(dev) ) - __field( unsigned int, from ) - __field( unsigned int, to ) + __string( name, regmap_name(map) ) + __field( unsigned int, from ) + __field( unsigned int, to ) ), TP_fast_assign( - __assign_str(name, dev_name(dev)); + __assign_str(name, regmap_name(map)); __entry->from = from; __entry->to = to; ), --- linux-lts-utopic-3.16.0.orig/include/trace/events/sched.h +++ linux-lts-utopic-3.16.0/include/trace/events/sched.h @@ -100,7 +100,7 @@ /* * For all intents and purposes a preempted task is a running task. */ - if (task_preempt_count(p) & PREEMPT_ACTIVE) + if (preempt_count() & PREEMPT_ACTIVE) state = TASK_RUNNING | TASK_STATE_MAX; #endif --- linux-lts-utopic-3.16.0.orig/include/trace/events/thp.h +++ linux-lts-utopic-3.16.0/include/trace/events/thp.h @@ -0,0 +1,88 @@ +#undef TRACE_SYSTEM +#define TRACE_SYSTEM thp + +#if !defined(_TRACE_THP_H) || defined(TRACE_HEADER_MULTI_READ) +#define _TRACE_THP_H + +#include +#include + +TRACE_EVENT(hugepage_invalidate, + + TP_PROTO(unsigned long addr, unsigned long pte), + TP_ARGS(addr, pte), + TP_STRUCT__entry( + __field(unsigned long, addr) + __field(unsigned long, pte) + ), + + TP_fast_assign( + __entry->addr = addr; + __entry->pte = pte; + ), + + TP_printk("hugepage invalidate at addr 0x%lx and pte = 0x%lx", + __entry->addr, __entry->pte) +); + +TRACE_EVENT(hugepage_set_pmd, + + TP_PROTO(unsigned long addr, unsigned long pmd), + TP_ARGS(addr, pmd), + TP_STRUCT__entry( + __field(unsigned long, addr) + __field(unsigned long, pmd) + ), + + TP_fast_assign( + __entry->addr = addr; + __entry->pmd = pmd; + ), + + TP_printk("Set pmd with 0x%lx with 0x%lx", __entry->addr, __entry->pmd) +); + + +TRACE_EVENT(hugepage_update, + + TP_PROTO(unsigned long addr, unsigned long pte, unsigned long clr, unsigned long set), + TP_ARGS(addr, pte, clr, set), + TP_STRUCT__entry( + __field(unsigned long, addr) + __field(unsigned long, pte) + __field(unsigned long, clr) + __field(unsigned long, set) + ), + + TP_fast_assign( + __entry->addr = addr; + __entry->pte = pte; + __entry->clr = clr; + __entry->set = set; + + ), + + TP_printk("hugepage update at addr 0x%lx and pte = 0x%lx clr = 0x%lx, set = 0x%lx", __entry->addr, __entry->pte, __entry->clr, __entry->set) +); +TRACE_EVENT(hugepage_splitting, + + TP_PROTO(unsigned long addr, unsigned long pte), + TP_ARGS(addr, pte), + TP_STRUCT__entry( + __field(unsigned long, addr) + __field(unsigned long, pte) + ), + + TP_fast_assign( + __entry->addr = addr; + __entry->pte = pte; + ), + + TP_printk("hugepage splitting at addr 0x%lx and pte = 0x%lx", + __entry->addr, __entry->pte) +); + +#endif /* _TRACE_THP_H */ + +/* This part must be outside protection */ +#include --- linux-lts-utopic-3.16.0.orig/include/uapi/Kbuild +++ linux-lts-utopic-3.16.0/include/uapi/Kbuild @@ -12,3 +12,4 @@ header-y += drm/ header-y += xen/ header-y += scsi/ +header-y += misc/ --- linux-lts-utopic-3.16.0.orig/include/uapi/asm-generic/unistd.h +++ linux-lts-utopic-3.16.0/include/uapi/asm-generic/unistd.h @@ -699,9 +699,11 @@ __SYSCALL(__NR_sched_getattr, sys_sched_getattr) #define __NR_renameat2 276 __SYSCALL(__NR_renameat2, sys_renameat2) +#define __NR_seccomp 277 +__SYSCALL(__NR_seccomp, sys_seccomp) #undef __NR_syscalls -#define __NR_syscalls 277 +#define __NR_syscalls 278 /* * All syscalls below here should go away really, --- linux-lts-utopic-3.16.0.orig/include/uapi/drm/i915_drm.h +++ linux-lts-utopic-3.16.0/include/uapi/drm/i915_drm.h @@ -1035,6 +1035,14 @@ __u64 offset; __u64 val; /* Return value */ }; +/* Known registers: + * + * Render engine timestamp - 0x2358 + 64bit - gen7+ + * - Note this register returns an invalid value if using the default + * single instruction 8byte read, in order to workaround that use + * offset (0x2538 | 1) instead. + * + */ struct drm_i915_reset_stats { __u32 ctx_id; --- linux-lts-utopic-3.16.0.orig/include/uapi/drm/radeon_drm.h +++ linux-lts-utopic-3.16.0/include/uapi/drm/radeon_drm.h @@ -942,6 +942,7 @@ }; /* drm_radeon_cs_reloc.flags */ +#define RADEON_RELOC_PRIO_MASK (0xf << 0) struct drm_radeon_cs_reloc { uint32_t handle; --- linux-lts-utopic-3.16.0.orig/include/uapi/drm/vmwgfx_drm.h +++ linux-lts-utopic-3.16.0/include/uapi/drm/vmwgfx_drm.h @@ -29,7 +29,7 @@ #define __VMWGFX_DRM_H__ #ifndef __KERNEL__ -#include +#include #endif #define DRM_VMW_MAX_SURFACE_FACES 6 --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/audit.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/audit.h @@ -363,7 +363,9 @@ #define AUDIT_ARCH_PARISC (EM_PARISC) #define AUDIT_ARCH_PARISC64 (EM_PARISC|__AUDIT_ARCH_64BIT) #define AUDIT_ARCH_PPC (EM_PPC) +/* do not define AUDIT_ARCH_PPCLE since it is not supported by audit */ #define AUDIT_ARCH_PPC64 (EM_PPC64|__AUDIT_ARCH_64BIT) +#define AUDIT_ARCH_PPC64LE (EM_PPC64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE) #define AUDIT_ARCH_S390 (EM_S390) #define AUDIT_ARCH_S390X (EM_S390|__AUDIT_ARCH_64BIT) #define AUDIT_ARCH_SH (EM_SH) --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/ethtool.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/ethtool.h @@ -1184,6 +1184,10 @@ #define SUPPORTED_40000baseCR4_Full (1 << 24) #define SUPPORTED_40000baseSR4_Full (1 << 25) #define SUPPORTED_40000baseLR4_Full (1 << 26) +#define SUPPORTED_56000baseKR4_Full (1 << 27) +#define SUPPORTED_56000baseCR4_Full (1 << 28) +#define SUPPORTED_56000baseSR4_Full (1 << 29) +#define SUPPORTED_56000baseLR4_Full (1 << 30) #define ADVERTISED_10baseT_Half (1 << 0) #define ADVERTISED_10baseT_Full (1 << 1) @@ -1212,6 +1216,10 @@ #define ADVERTISED_40000baseCR4_Full (1 << 24) #define ADVERTISED_40000baseSR4_Full (1 << 25) #define ADVERTISED_40000baseLR4_Full (1 << 26) +#define ADVERTISED_56000baseKR4_Full (1 << 27) +#define ADVERTISED_56000baseCR4_Full (1 << 28) +#define ADVERTISED_56000baseSR4_Full (1 << 29) +#define ADVERTISED_56000baseLR4_Full (1 << 30) /* The following are all involved in forcing a particular link * mode for the device for setting things. When getting the @@ -1219,12 +1227,16 @@ * it was forced up into this mode or autonegotiated. */ -/* The forced speed, 10Mb, 100Mb, gigabit, 2.5Gb, 10GbE. */ +/* The forced speed, 10Mb, 100Mb, gigabit, [2.5|10|20|40|56]GbE. */ #define SPEED_10 10 #define SPEED_100 100 #define SPEED_1000 1000 #define SPEED_2500 2500 #define SPEED_10000 10000 +#define SPEED_20000 20000 +#define SPEED_40000 40000 +#define SPEED_56000 56000 + #define SPEED_UNKNOWN -1 /* Duplex, half or full. */ @@ -1314,6 +1326,10 @@ #define ETH_MODULE_SFF_8079_LEN 256 #define ETH_MODULE_SFF_8472 0x2 #define ETH_MODULE_SFF_8472_LEN 512 +#define ETH_MODULE_SFF_8636 0x3 +#define ETH_MODULE_SFF_8636_LEN 256 +#define ETH_MODULE_SFF_8436 0x4 +#define ETH_MODULE_SFF_8436_LEN 256 /* Reset flags */ /* The reset() operation must clear the flags for the components which --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/genwqe/genwqe_card.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/genwqe/genwqe_card.h @@ -8,7 +8,7 @@ * * Author: Frank Haverkamp * Author: Joerg-Stephan Vogt - * Author: Michael Jung + * Author: Michael Jung * Author: Michael Ruettger * * This program is free software; you can redistribute it and/or modify @@ -328,6 +328,7 @@ GENWQE_CARD_UNUSED = 0, GENWQE_CARD_USED = 1, GENWQE_CARD_FATAL_ERROR = 2, + GENWQE_CARD_RELOAD_BITSTREAM = 3, GENWQE_CARD_STATE_MAX, }; --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/hyperv.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/hyperv.h @@ -134,10 +134,11 @@ struct hv_do_fcopy { struct hv_fcopy_hdr hdr; + __u32 pad; __u64 offset; __u32 size; __u8 data[DATA_FRAGMENT]; -}; +} __attribute__((packed)); /* * An implementation of HyperV key value pair (KVP) functionality for Linux. --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/in6.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/in6.h @@ -149,7 +149,7 @@ /* * IPV6 socket options */ - +#if __UAPI_DEF_IPV6_OPTIONS #define IPV6_ADDRFORM 1 #define IPV6_2292PKTINFO 2 #define IPV6_2292HOPOPTS 3 @@ -196,6 +196,7 @@ #define IPV6_IPSEC_POLICY 34 #define IPV6_XFRM_POLICY 35 +#endif /* * Multicast: --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/input.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/input.h @@ -738,6 +738,13 @@ #define KEY_BRIGHTNESS_MIN 0x250 /* Set Brightness to Minimum */ #define KEY_BRIGHTNESS_MAX 0x251 /* Set Brightness to Maximum */ +#define KEY_KBDINPUTASSIST_PREV 0x260 +#define KEY_KBDINPUTASSIST_NEXT 0x261 +#define KEY_KBDINPUTASSIST_PREVGROUP 0x262 +#define KEY_KBDINPUTASSIST_NEXTGROUP 0x263 +#define KEY_KBDINPUTASSIST_ACCEPT 0x264 +#define KEY_KBDINPUTASSIST_CANCEL 0x265 + #define BTN_TRIGGER_HAPPY 0x2c0 #define BTN_TRIGGER_HAPPY1 0x2c0 #define BTN_TRIGGER_HAPPY2 0x2c1 --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/ipv6.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/ipv6.h @@ -163,6 +163,12 @@ DEVCONF_MLDV1_UNSOLICITED_REPORT_INTERVAL, DEVCONF_MLDV2_UNSOLICITED_REPORT_INTERVAL, DEVCONF_SUPPRESS_FRAG_NDISC, + DEVCONF_ACCEPT_RA_FROM_LOCAL, + DEVCONF_USE_OPTIMISTIC, + DEVCONF_ACCEPT_RA_MTU, + DEVCONF_STABLE_SECRET, + DEVCONF_USE_OIF_ADDRS_ONLY, + DEVCONF_ACCEPT_RA_MIN_HOP_LIMIT, DEVCONF_MAX }; --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/kd.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/kd.h @@ -45,6 +45,8 @@ #define KD_GRAPHICS 0x01 #define KD_TEXT0 0x02 /* obsolete */ #define KD_TEXT1 0x03 /* obsolete */ +#define KD_TRANSPARENT 0x04 + #define KDGETMODE 0x4B3B /* get current mode */ #define KDMAPDISP 0x4B3C /* map display into address space */ --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/kvm.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/kvm.h @@ -399,8 +399,9 @@ __u64 vapic_addr; }; -/* for KVM_SET_MPSTATE */ +/* for KVM_SET_MP_STATE */ +/* not all states are valid on all architectures */ #define KVM_MP_STATE_RUNNABLE 0 #define KVM_MP_STATE_UNINITIALIZED 1 #define KVM_MP_STATE_INIT_RECEIVED 2 @@ -758,6 +759,8 @@ #define KVM_CAP_VM_ATTRIBUTES 101 #define KVM_CAP_ARM_PSCI_0_2 102 #define KVM_CAP_PPC_FIXUP_HCALL 103 +#define KVM_CAP_PPC_ENABLE_HCALL 104 +#define KVM_CAP_CHECK_EXTENSION_VM 105 #ifdef KVM_CAP_IRQ_ROUTING --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/libc-compat.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/libc-compat.h @@ -69,6 +69,7 @@ #define __UAPI_DEF_SOCKADDR_IN6 0 #define __UAPI_DEF_IPV6_MREQ 0 #define __UAPI_DEF_IPPROTO_V6 0 +#define __UAPI_DEF_IPV6_OPTIONS 0 #else @@ -82,6 +83,7 @@ #define __UAPI_DEF_SOCKADDR_IN6 1 #define __UAPI_DEF_IPV6_MREQ 1 #define __UAPI_DEF_IPPROTO_V6 1 +#define __UAPI_DEF_IPV6_OPTIONS 1 #endif /* _NETINET_IN_H */ @@ -103,6 +105,7 @@ #define __UAPI_DEF_SOCKADDR_IN6 1 #define __UAPI_DEF_IPV6_MREQ 1 #define __UAPI_DEF_IPPROTO_V6 1 +#define __UAPI_DEF_IPV6_OPTIONS 1 /* Definitions for xattr.h */ #define __UAPI_DEF_XATTR 1 --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/netfilter/xt_bpf.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/netfilter/xt_bpf.h @@ -6,6 +6,8 @@ #define XT_BPF_MAX_NUM_INSTR 64 +struct sk_filter; + struct xt_bpf_info { __u16 bpf_program_num_elem; struct sock_filter bpf_program[XT_BPF_MAX_NUM_INSTR]; --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/pci_regs.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/pci_regs.h @@ -319,6 +319,7 @@ #define PCI_MSIX_PBA 8 /* Pending Bit Array offset */ #define PCI_MSIX_PBA_BIR 0x00000007 /* BAR index */ #define PCI_MSIX_PBA_OFFSET 0xfffffff8 /* Offset into specified BAR */ +#define PCI_MSIX_FLAGS_BIRMASK PCI_MSIX_PBA_BIR /* deprecated */ #define PCI_CAP_MSIX_SIZEOF 12 /* size of MSIX registers */ /* MSI-X Table entry format */ --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/seccomp.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/seccomp.h @@ -10,6 +10,13 @@ #define SECCOMP_MODE_STRICT 1 /* uses hard-coded filter. */ #define SECCOMP_MODE_FILTER 2 /* uses user-supplied filter. */ +/* Valid operations for seccomp syscall. */ +#define SECCOMP_SET_MODE_STRICT 0 +#define SECCOMP_SET_MODE_FILTER 1 + +/* Valid flags for SECCOMP_SET_MODE_FILTER */ +#define SECCOMP_FILTER_FLAG_TSYNC 1 + /* * All BPF programs must return a 32-bit value. * The bottom 16-bits are for optional return data. --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/usbdevice_fs.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/usbdevice_fs.h @@ -128,11 +128,12 @@ char port [127]; /* e.g. port 3 connects to device 27 */ }; -/* Device capability flags */ +/* System and bus capability flags */ #define USBDEVFS_CAP_ZERO_PACKET 0x01 #define USBDEVFS_CAP_BULK_CONTINUATION 0x02 #define USBDEVFS_CAP_NO_PACKET_SIZE_LIM 0x04 #define USBDEVFS_CAP_BULK_SCATTER_GATHER 0x08 +#define USBDEVFS_CAP_REAP_AFTER_DISCONNECT 0x10 /* USBDEVFS_DISCONNECT_CLAIM flags & struct */ --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/usbip.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/usbip.h @@ -0,0 +1,26 @@ +/* + * usbip.h + * + * USBIP uapi defines and function prototypes etc. +*/ + +#ifndef _UAPI_LINUX_USBIP_H +#define _UAPI_LINUX_USBIP_H + +/* usbip device status - exported in usbip device sysfs status */ +enum usbip_device_status { + /* sdev is available. */ + SDEV_ST_AVAILABLE = 0x01, + /* sdev is now used. */ + SDEV_ST_USED, + /* sdev is unusable because of a fatal error. */ + SDEV_ST_ERROR, + + /* vdev does not connect a remote device. */ + VDEV_ST_NULL, + /* vdev is used, but the USB address is not assigned yet */ + VDEV_ST_NOTASSIGNED, + VDEV_ST_USED, + VDEV_ST_ERROR +}; +#endif /* _UAPI_LINUX_USBIP_H */ --- linux-lts-utopic-3.16.0.orig/include/uapi/linux/xattr.h +++ linux-lts-utopic-3.16.0/include/uapi/linux/xattr.h @@ -13,7 +13,7 @@ #ifndef _UAPI_LINUX_XATTR_H #define _UAPI_LINUX_XATTR_H -#ifdef __UAPI_DEF_XATTR +#if __UAPI_DEF_XATTR #define __USE_KERNEL_XATTR_DEFS #define XATTR_CREATE 0x1 /* set value, fail if attr already exists */ --- linux-lts-utopic-3.16.0.orig/include/uapi/misc/Kbuild +++ linux-lts-utopic-3.16.0/include/uapi/misc/Kbuild @@ -0,0 +1,2 @@ +# misc Header export list +header-y += cxl.h --- linux-lts-utopic-3.16.0.orig/include/uapi/misc/cxl.h +++ linux-lts-utopic-3.16.0/include/uapi/misc/cxl.h @@ -0,0 +1,88 @@ +/* + * Copyright 2014 IBM Corp. + * + * 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; either version + * 2 of the License, or (at your option) any later version. + */ + +#ifndef _UAPI_MISC_CXL_H +#define _UAPI_MISC_CXL_H + +#include +#include + + +struct cxl_ioctl_start_work { + __u64 flags; + __u64 work_element_descriptor; + __u64 amr; + __s16 num_interrupts; + __s16 reserved1; + __s32 reserved2; + __u64 reserved3; + __u64 reserved4; + __u64 reserved5; + __u64 reserved6; +}; + +#define CXL_START_WORK_AMR 0x0000000000000001ULL +#define CXL_START_WORK_NUM_IRQS 0x0000000000000002ULL +#define CXL_START_WORK_ALL (CXL_START_WORK_AMR |\ + CXL_START_WORK_NUM_IRQS) + +/* ioctl numbers */ +#define CXL_MAGIC 0xCA +#define CXL_IOCTL_START_WORK _IOW(CXL_MAGIC, 0x00, struct cxl_ioctl_start_work) +#define CXL_IOCTL_GET_PROCESS_ELEMENT _IOR(CXL_MAGIC, 0x01, __u32) + +#define CXL_READ_MIN_SIZE 0x1000 /* 4K */ + +/* Events from read() */ +enum cxl_event_type { + CXL_EVENT_RESERVED = 0, + CXL_EVENT_AFU_INTERRUPT = 1, + CXL_EVENT_DATA_STORAGE = 2, + CXL_EVENT_AFU_ERROR = 3, +}; + +struct cxl_event_header { + __u16 type; + __u16 size; + __u16 process_element; + __u16 reserved1; +}; + +struct cxl_event_afu_interrupt { + __u16 flags; + __u16 irq; /* Raised AFU interrupt number */ + __u32 reserved1; +}; + +struct cxl_event_data_storage { + __u16 flags; + __u16 reserved1; + __u32 reserved2; + __u64 addr; + __u64 dsisr; + __u64 reserved3; +}; + +struct cxl_event_afu_error { + __u16 flags; + __u16 reserved1; + __u32 reserved2; + __u64 error; +}; + +struct cxl_event { + struct cxl_event_header header; + union { + struct cxl_event_afu_interrupt irq; + struct cxl_event_data_storage fault; + struct cxl_event_afu_error afu_error; + }; +}; + +#endif /* _UAPI_MISC_CXL_H */ --- linux-lts-utopic-3.16.0.orig/include/uapi/rdma/rdma_user_cm.h +++ linux-lts-utopic-3.16.0/include/uapi/rdma/rdma_user_cm.h @@ -34,6 +34,7 @@ #define RDMA_USER_CM_H #include +#include #include #include #include --- linux-lts-utopic-3.16.0.orig/include/xen/events.h +++ linux-lts-utopic-3.16.0/include/xen/events.h @@ -17,7 +17,7 @@ irq_handler_t handler, unsigned long irqflags, const char *devname, void *dev_id); -int bind_virq_to_irq(unsigned int virq, unsigned int cpu); +int bind_virq_to_irq(unsigned int virq, unsigned int cpu, bool percpu); int bind_virq_to_irqhandler(unsigned int virq, unsigned int cpu, irq_handler_t handler, unsigned long irqflags, const char *devname, --- linux-lts-utopic-3.16.0.orig/include/xen/interface/io/ring.h +++ linux-lts-utopic-3.16.0/include/xen/interface/io/ring.h @@ -181,6 +181,20 @@ #define RING_GET_REQUEST(_r, _idx) \ (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req)) +/* + * Get a local copy of a request. + * + * Use this in preference to RING_GET_REQUEST() so all processing is + * done on a local copy that cannot be modified by the other end. + * + * Note that https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145 may cause this + * to be ineffective where _req is a struct which consists of only bitfields. + */ +#define RING_COPY_REQUEST(_r, _idx, _req) do { \ + /* Use volatile to force the copy into _req. */ \ + *(_req) = *(volatile typeof(_req))RING_GET_REQUEST(_r, _idx); \ +} while (0) + #define RING_GET_RESPONSE(_r, _idx) \ (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp)) --- linux-lts-utopic-3.16.0.orig/include/xen/interface/sched.h +++ linux-lts-utopic-3.16.0/include/xen/interface/sched.h @@ -107,5 +107,13 @@ #define SHUTDOWN_suspend 2 /* Clean up, save suspend info, kill. */ #define SHUTDOWN_crash 3 /* Tell controller we've crashed. */ #define SHUTDOWN_watchdog 4 /* Restart because watchdog time expired. */ +/* + * Domain asked to perform 'soft reset' for it. The expected behavior is to + * reset internal Xen state for the domain returning it to the point where it + * was created but leaving the domain's memory contents and vCPU contexts + * intact. This will allow the domain to start over and set up all Xen specific + * interfaces again. + */ +#define SHUTDOWN_soft_reset 5 #endif /* __XEN_PUBLIC_SCHED_H__ */ --- linux-lts-utopic-3.16.0.orig/init/Kconfig +++ linux-lts-utopic-3.16.0/init/Kconfig @@ -208,6 +208,15 @@ but you may wish to use a different default here to make a minimal system more usable with less configuration. +config VERSION_SIGNATURE + string "Arbitrary version signature" + help + This string will be created in a file, /proc/version_signature. It + is useful in determining arbitrary data about your kernel. For instance, + if you have several kernels of the same version, but need to keep track + of a revision of the same kernel, but not affect it's ability to load + compatible modules, this is the easiest way to do that. + config SWAP bool "Support for paging of anonymous memory (swap)" depends on MMU && BLOCK @@ -806,6 +815,7 @@ int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" range 12 21 default 17 + depends on PRINTK help Select kernel log buffer size as a power of 2. Examples: @@ -1432,6 +1442,7 @@ config HAVE_FUTEX_CMPXCHG bool + depends on FUTEX help Architectures should select this if futex_atomic_cmpxchg_inatomic() is implemented and always working. This removes a couple of runtime --- linux-lts-utopic-3.16.0.orig/init/main.c +++ linux-lts-utopic-3.16.0/init/main.c @@ -396,6 +396,7 @@ int pid; rcu_scheduler_starting(); + smpboot_thread_init(); /* * We need to spawn init first so that it obtains pid 1, however * the init task will end up wanting to create kthreads, which, if @@ -544,7 +545,7 @@ static_command_line, __start___param, __stop___param - __start___param, -1, -1, &unknown_bootoption); - if (after_dashes) + if (!IS_ERR_OR_NULL(after_dashes)) parse_args("Setting init args", after_dashes, NULL, 0, -1, -1, set_init_arg); @@ -666,6 +667,7 @@ check_bugs(); + acpi_subsystem_init(); sfi_init_late(); if (efi_enabled(EFI_RUNTIME_SERVICES)) { --- linux-lts-utopic-3.16.0.orig/init/noinitramfs.c +++ linux-lts-utopic-3.16.0/init/noinitramfs.c @@ -22,6 +22,8 @@ #include #include +LIST_HEAD(populate_rootfs_domain); + /* * Create a simple rootfs that is similar to the default initramfs */ --- linux-lts-utopic-3.16.0.orig/init/version.c +++ linux-lts-utopic-3.16.0/init/version.c @@ -42,7 +42,11 @@ /* FIXED STRINGS! Don't touch! */ const char linux_banner[] = "Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@" - LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n"; + LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION +#ifdef CONFIG_VERSION_SIGNATURE + " (" CONFIG_VERSION_SIGNATURE ")" +#endif + "\n"; const char linux_proc_banner[] = "%s version %s" --- linux-lts-utopic-3.16.0.orig/ipc/ipc_sysctl.c +++ linux-lts-utopic-3.16.0/ipc/ipc_sysctl.c @@ -123,7 +123,6 @@ void __user *buffer, size_t *lenp, loff_t *ppos) { struct ctl_table ipc_table; - size_t lenp_bef = *lenp; int oldval; int rc; @@ -133,7 +132,7 @@ rc = proc_dointvec_minmax(&ipc_table, write, buffer, lenp, ppos); - if (write && !rc && lenp_bef == *lenp) { + if (write && !rc) { int newval = *((int *)(ipc_table.data)); /* * The file "auto_msgmni" has correctly been set. --- linux-lts-utopic-3.16.0.orig/ipc/mqueue.c +++ linux-lts-utopic-3.16.0/ipc/mqueue.c @@ -143,7 +143,6 @@ if (!leaf) return -ENOMEM; INIT_LIST_HEAD(&leaf->msg_list); - info->qsize += sizeof(*leaf); } leaf->priority = msg->m_type; rb_link_node(&leaf->rb_node, parent, p); @@ -188,7 +187,6 @@ "lazy leaf delete!\n"); rb_erase(&leaf->rb_node, &info->msg_tree); if (info->node_cache) { - info->qsize -= sizeof(*leaf); kfree(leaf); } else { info->node_cache = leaf; @@ -201,7 +199,6 @@ if (list_empty(&leaf->msg_list)) { rb_erase(&leaf->rb_node, &info->msg_tree); if (info->node_cache) { - info->qsize -= sizeof(*leaf); kfree(leaf); } else { info->node_cache = leaf; @@ -1026,7 +1023,6 @@ /* Save our speculative allocation into the cache */ INIT_LIST_HEAD(&new_leaf->msg_list); info->node_cache = new_leaf; - info->qsize += sizeof(*new_leaf); new_leaf = NULL; } else { kfree(new_leaf); @@ -1133,7 +1129,6 @@ /* Save our speculative allocation into the cache */ INIT_LIST_HEAD(&new_leaf->msg_list); info->node_cache = new_leaf; - info->qsize += sizeof(*new_leaf); } else { kfree(new_leaf); } --- linux-lts-utopic-3.16.0.orig/ipc/msg.c +++ linux-lts-utopic-3.16.0/ipc/msg.c @@ -137,13 +137,6 @@ return retval; } - /* ipc_addid() locks msq upon success. */ - id = ipc_addid(&msg_ids(ns), &msq->q_perm, ns->msg_ctlmni); - if (id < 0) { - ipc_rcu_putref(msq, msg_rcu_free); - return id; - } - msq->q_stime = msq->q_rtime = 0; msq->q_ctime = get_seconds(); msq->q_cbytes = msq->q_qnum = 0; @@ -153,6 +146,13 @@ INIT_LIST_HEAD(&msq->q_receivers); INIT_LIST_HEAD(&msq->q_senders); + /* ipc_addid() locks msq upon success. */ + id = ipc_addid(&msg_ids(ns), &msq->q_perm, ns->msg_ctlmni); + if (id < 0) { + ipc_rcu_putref(msq, msg_rcu_free); + return id; + } + ipc_unlock_object(&msq->q_perm); rcu_read_unlock(); --- linux-lts-utopic-3.16.0.orig/ipc/namespace.c +++ linux-lts-utopic-3.16.0/ipc/namespace.c @@ -154,11 +154,11 @@ struct ipc_namespace *ns = NULL; struct nsproxy *nsproxy; - rcu_read_lock(); - nsproxy = task_nsproxy(task); + task_lock(task); + nsproxy = task->nsproxy; if (nsproxy) ns = get_ipc_ns(nsproxy->ipc_ns); - rcu_read_unlock(); + task_unlock(task); return ns; } --- linux-lts-utopic-3.16.0.orig/ipc/sem.c +++ linux-lts-utopic-3.16.0/ipc/sem.c @@ -253,6 +253,16 @@ } /* + * spin_unlock_wait() and !spin_is_locked() are not memory barriers, they + * are only control barriers. + * The code must pair with spin_unlock(&sem->lock) or + * spin_unlock(&sem_perm.lock), thus just the control barrier is insufficient. + * + * smp_rmb() is sufficient, as writes cannot pass the control barrier. + */ +#define ipc_smp_acquire__after_spin_is_unlocked() smp_rmb() + +/* * Wait until all currently ongoing simple ops have completed. * Caller must own sem_perm.lock. * New simple ops cannot start, because simple ops first check @@ -275,6 +285,7 @@ sem = sma->sem_base + i; spin_unlock_wait(&sem->lock); } + ipc_smp_acquire__after_spin_is_unlocked(); } /* @@ -326,10 +337,16 @@ /* Then check that the global lock is free */ if (!spin_is_locked(&sma->sem_perm.lock)) { - /* spin_is_locked() is not a memory barrier */ - smp_mb(); + /* + * We need a memory barrier with acquire semantics, + * otherwise we can race with another thread that does: + * complex_count++; + * spin_unlock(sem_perm.lock); + */ + ipc_smp_acquire__after_spin_is_unlocked(); - /* Now repeat the test of complex_count: + /* + * Now repeat the test of complex_count: * It can't change anymore until we drop sem->lock. * Thus: if is now 0, then it will stay 0. */ @@ -507,13 +524,6 @@ return retval; } - id = ipc_addid(&sem_ids(ns), &sma->sem_perm, ns->sc_semmni); - if (id < 0) { - ipc_rcu_putref(sma, sem_rcu_free); - return id; - } - ns->used_sems += nsems; - sma->sem_base = (struct sem *) &sma[1]; for (i = 0; i < nsems; i++) { @@ -528,6 +538,14 @@ INIT_LIST_HEAD(&sma->list_id); sma->sem_nsems = nsems; sma->sem_ctime = get_seconds(); + + id = ipc_addid(&sem_ids(ns), &sma->sem_perm, ns->sc_semmni); + if (id < 0) { + ipc_rcu_putref(sma, sem_rcu_free); + return id; + } + ns->used_sems += nsems; + sem_unlock(sma, -1); rcu_read_unlock(); @@ -1966,6 +1984,14 @@ error = get_queue_result(&queue); /* + * wake_up_sem_queue_do operates on queue without locking, so we + * need a barrier here to order our read of queue.status and the + * subsequent reuse of queue (queue is on the stack so will be + * most likely reused in the next function call). + */ + smp_mb(); + + /* * Array removed? If yes, leave without sem_unlock(). */ if (IS_ERR(sma)) { @@ -2066,17 +2092,28 @@ rcu_read_lock(); un = list_entry_rcu(ulp->list_proc.next, struct sem_undo, list_proc); - if (&un->list_proc == &ulp->list_proc) - semid = -1; - else - semid = un->semid; + if (&un->list_proc == &ulp->list_proc) { + /* + * We must wait for freeary() before freeing this ulp, + * in case we raced with last sem_undo. There is a small + * possibility where we exit while freeary() didn't + * finish unlocking sem_undo_list. + */ + spin_unlock_wait(&ulp->lock); + rcu_read_unlock(); + break; + } + spin_lock(&ulp->lock); + semid = un->semid; + spin_unlock(&ulp->lock); + /* exit_sem raced with IPC_RMID, nothing to do */ if (semid == -1) { rcu_read_unlock(); - break; + continue; } - sma = sem_obtain_object_check(tsk->nsproxy->ipc_ns, un->semid); + sma = sem_obtain_object_check(tsk->nsproxy->ipc_ns, semid); /* exit_sem raced with IPC_RMID, nothing to do */ if (IS_ERR(sma)) { rcu_read_unlock(); --- linux-lts-utopic-3.16.0.orig/ipc/shm.c +++ linux-lts-utopic-3.16.0/ipc/shm.c @@ -547,12 +547,6 @@ if (IS_ERR(file)) goto no_file; - id = ipc_addid(&shm_ids(ns), &shp->shm_perm, ns->shm_ctlmni); - if (id < 0) { - error = id; - goto no_id; - } - shp->shm_cprid = task_tgid_vnr(current); shp->shm_lprid = 0; shp->shm_atim = shp->shm_dtim = 0; @@ -562,6 +556,12 @@ shp->shm_file = file; shp->shm_creator = current; + id = ipc_addid(&shm_ids(ns), &shp->shm_perm, ns->shm_ctlmni); + if (id < 0) { + error = id; + goto no_id; + } + /* * shmid gets reported as "inode#" in /proc/pid/maps. * proc-ps tools use this. Changing this will break them. --- linux-lts-utopic-3.16.0.orig/ipc/util.c +++ linux-lts-utopic-3.16.0/ipc/util.c @@ -277,6 +277,10 @@ rcu_read_lock(); spin_lock(&new->lock); + current_euid_egid(&euid, &egid); + new->cuid = new->uid = euid; + new->gid = new->cgid = egid; + id = idr_alloc(&ids->ipcs_idr, new, (next_id < 0) ? 0 : ipcid_to_idx(next_id), 0, GFP_NOWAIT); @@ -289,10 +293,6 @@ ids->in_use++; - current_euid_egid(&euid, &egid); - new->cuid = new->uid = euid; - new->gid = new->cgid = egid; - if (next_id < 0) { new->seq = ids->seq++; if (ids->seq > IPCID_SEQ_MAX) --- linux-lts-utopic-3.16.0.orig/kernel/audit.c +++ linux-lts-utopic-3.16.0/kernel/audit.c @@ -429,7 +429,7 @@ * This function doesn't consume an skb as might be expected since it has to * copy it anyways. */ -static void kauditd_send_multicast_skb(struct sk_buff *skb) +static void kauditd_send_multicast_skb(struct sk_buff *skb, gfp_t gfp_mask) { struct sk_buff *copy; struct audit_net *aunet = net_generic(&init_net, audit_net_id); @@ -448,11 +448,11 @@ * no reason for new multicast clients to continue with this * non-compliance. */ - copy = skb_copy(skb, GFP_KERNEL); + copy = skb_copy(skb, gfp_mask); if (!copy) return; - nlmsg_multicast(sock, copy, 0, AUDIT_NLGRP_READLOG, GFP_KERNEL); + nlmsg_multicast(sock, copy, 0, AUDIT_NLGRP_READLOG, gfp_mask); } /* @@ -724,7 +724,7 @@ seq = nlmsg_hdr(skb)->nlmsg_seq; - audit_send_reply(skb, seq, AUDIT_GET, 0, 0, &af, sizeof(af)); + audit_send_reply(skb, seq, AUDIT_GET_FEATURE, 0, 0, &af, sizeof(af)); return 0; } @@ -739,7 +739,7 @@ ab = audit_log_start(NULL, GFP_KERNEL, AUDIT_FEATURE_CHANGE); audit_log_task_info(ab, current); - audit_log_format(ab, "feature=%s old=%u new=%u old_lock=%u new_lock=%u res=%d", + audit_log_format(ab, " feature=%s old=%u new=%u old_lock=%u new_lock=%u res=%d", audit_feature_names[which], !!old_feature, !!new_feature, !!old_lock, !!new_lock, res); audit_log_end(ab); @@ -1677,7 +1677,7 @@ audit_log_format(ab, " %s=", prefix); CAP_FOR_EACH_U32(i) { audit_log_format(ab, "%08x", - cap->cap[(_KERNEL_CAPABILITY_U32S-1) - i]); + cap->cap[CAP_LAST_U32 - i]); } } @@ -1959,7 +1959,7 @@ } else { struct nlmsghdr *nlh = nlmsg_hdr(ab->skb); - kauditd_send_multicast_skb(ab->skb); + kauditd_send_multicast_skb(ab->skb, ab->gfp_mask); /* * The original kaudit unicast socket sends up messages with --- linux-lts-utopic-3.16.0.orig/kernel/audit_tree.c +++ linux-lts-utopic-3.16.0/kernel/audit_tree.c @@ -154,6 +154,7 @@ chunk->owners[i].index = i; } fsnotify_init_mark(&chunk->mark, audit_tree_destroy_watch); + chunk->mark.mask = FS_IN_IGNORED; return chunk; } --- linux-lts-utopic-3.16.0.orig/kernel/auditfilter.c +++ linux-lts-utopic-3.16.0/kernel/auditfilter.c @@ -431,19 +431,7 @@ if ((f->type == AUDIT_LOGINUID) && (f->val == AUDIT_UID_UNSET)) { f->type = AUDIT_LOGINUID_SET; f->val = 0; - } - - if ((f->type == AUDIT_PID) || (f->type == AUDIT_PPID)) { - struct pid *pid; - rcu_read_lock(); - pid = find_vpid(f->val); - if (!pid) { - rcu_read_unlock(); - err = -ESRCH; - goto exit_free; - } - f->val = pid_nr(pid); - rcu_read_unlock(); + entry->rule.pflags |= AUDIT_LOGINUID_LEGACY; } err = audit_field_valid(entry, f); @@ -619,6 +607,13 @@ data->buflen += data->values[i] = audit_pack_string(&bufp, krule->filterkey); break; + case AUDIT_LOGINUID_SET: + if (krule->pflags & AUDIT_LOGINUID_LEGACY && !f->val) { + data->fields[i] = AUDIT_LOGINUID; + data->values[i] = AUDIT_UID_UNSET; + break; + } + /* fallthrough if set */ default: data->values[i] = f->val; } @@ -635,6 +630,7 @@ int i; if (a->flags != b->flags || + a->pflags != b->pflags || a->listnr != b->listnr || a->action != b->action || a->field_count != b->field_count) @@ -753,6 +749,7 @@ new = &entry->rule; new->vers_ops = old->vers_ops; new->flags = old->flags; + new->pflags = old->pflags; new->listnr = old->listnr; new->action = old->action; for (i = 0; i < AUDIT_BITMASK_SIZE; i++) --- linux-lts-utopic-3.16.0.orig/kernel/auditsc.c +++ linux-lts-utopic-3.16.0/kernel/auditsc.c @@ -71,6 +71,8 @@ #include #include #include +#include +#include #include "audit.h" @@ -1870,8 +1872,7 @@ } list_for_each_entry_reverse(n, &context->names_list, list) { - /* does the name pointer match? */ - if (!n->name || n->name->name != name->name) + if (!n->name || strcmp(n->name->name, name->name)) continue; /* match the correct record type */ @@ -1886,12 +1887,48 @@ } out_alloc: - /* unable to find the name from a previous getname(). Allocate a new - * anonymous entry. - */ - n = audit_alloc_name(context, AUDIT_TYPE_NORMAL); + /* unable to find an entry with both a matching name and type */ + n = audit_alloc_name(context, AUDIT_TYPE_UNKNOWN); if (!n) return; + /* unfortunately, while we may have a path name to record with the + * inode, we can't always rely on the string lasting until the end of + * the syscall so we need to create our own copy, it may fail due to + * memory allocation issues, but we do our best */ + if (name) { + /* we can't use getname_kernel() due to size limits */ + size_t len = strlen(name->name) + 1; + struct filename *new = __getname(); + + if (unlikely(!new)) + goto out; + + if (len <= (PATH_MAX - sizeof(*new))) { + new->name = (char *)(new) + sizeof(*new); + new->separate = false; + } else if (len <= PATH_MAX) { + /* this looks odd, but is due to final_putname() */ + struct filename *new2; + + new2 = kmalloc(sizeof(*new2), GFP_KERNEL); + if (unlikely(!new2)) { + __putname(new); + goto out; + } + new2->name = (char *)new; + new2->separate = true; + new = new2; + } else { + /* we should never get here, but let's be safe */ + __putname(new); + goto out; + } + strlcpy((char *)new->name, name->name, len); + new->uptr = NULL; + new->aname = n; + n->name = new; + n->name_put = true; + } out: if (parent) { n->name_len = n->name ? parent_len(n->name->name) : AUDIT_NAME_FULL; --- linux-lts-utopic-3.16.0.orig/kernel/capability.c +++ linux-lts-utopic-3.16.0/kernel/capability.c @@ -258,6 +258,10 @@ i++; } + effective.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK; + permitted.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK; + inheritable.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK; + new = prepare_creds(); if (!new) return -ENOMEM; --- linux-lts-utopic-3.16.0.orig/kernel/cgroup.c +++ linux-lts-utopic-3.16.0/kernel/cgroup.c @@ -1031,6 +1031,11 @@ css_get(&cgrp->self); } +static bool cgroup_tryget(struct cgroup *cgrp) +{ + return css_tryget(&cgrp->self); +} + static void cgroup_put(struct cgroup *cgrp) { css_put(&cgrp->self); @@ -1091,7 +1096,8 @@ * protection against removal. Ensure @cgrp stays accessible and * break the active_ref protection. */ - cgroup_get(cgrp); + if (!cgroup_tryget(cgrp)) + return NULL; kernfs_break_active_protection(kn); mutex_lock(&cgroup_mutex); @@ -1242,13 +1248,14 @@ spin_lock(&release_agent_path_lock); if (strlen(root->release_agent_path)) - seq_printf(seq, ",release_agent=%s", root->release_agent_path); + seq_show_option(seq, "release_agent", + root->release_agent_path); spin_unlock(&release_agent_path_lock); if (test_bit(CGRP_CPUSET_CLONE_CHILDREN, &root->cgrp.flags)) seq_puts(seq, ",clone_children"); if (strlen(root->name)) - seq_printf(seq, ",name=%s", root->name); + seq_show_option(seq, "name", root->name); return 0; } @@ -1842,8 +1849,6 @@ .kill_sb = cgroup_kill_sb, }; -static struct kobject *cgroup_kobj; - /** * task_cgroup_path - cgroup path of a task in the first cgroup hierarchy * @task: target task @@ -3827,7 +3832,6 @@ l = cgroup_pidlist_find_create(cgrp, type); if (!l) { - mutex_unlock(&cgrp->pidlist_mutex); pidlist_free(array); return -ENOMEM; } @@ -4236,6 +4240,15 @@ /* cgroup release path */ cgroup_idr_remove(&cgrp->root->cgroup_idr, cgrp->id); cgrp->id = -1; + + /* + * There are two control paths which try to determine + * cgroup from dentry without going through kernfs - + * cgroupstats_build() and css_tryget_online_from_dir(). + * Those are supported by RCU protecting clearing of + * cgrp->kn->priv backpointer. + */ + RCU_INIT_POINTER(*(void __rcu __force **)&cgrp->kn->priv, NULL); } mutex_unlock(&cgroup_mutex); @@ -4265,6 +4278,7 @@ INIT_LIST_HEAD(&css->sibling); INIT_LIST_HEAD(&css->children); css->serial_nr = css_serial_nr_next++; + atomic_set(&css->online_cnt, 0); if (cgroup_parent(cgrp)) { css->parent = cgroup_css(cgroup_parent(cgrp), ss); @@ -4287,6 +4301,10 @@ if (!ret) { css->flags |= CSS_ONLINE; rcu_assign_pointer(css->cgroup->subsys[ss->id], css); + + atomic_inc(&css->online_cnt); + if (css->parent) + atomic_inc(&css->parent->online_cnt); } return ret; } @@ -4387,6 +4405,11 @@ struct kernfs_node *kn; int ssid, ret; + /* Do not accept '\n' to prevent making /proc//cgroup unparsable. + */ + if (strchr(name, '\n')) + return -EINVAL; + parent = cgroup_kn_lock_live(parent_kn); if (!parent) return -ENODEV; @@ -4506,10 +4529,15 @@ container_of(work, struct cgroup_subsys_state, destroy_work); mutex_lock(&cgroup_mutex); - offline_css(css); - mutex_unlock(&cgroup_mutex); - css_put(css); + do { + offline_css(css); + css_put(css); + /* @css can't go away while we're holding cgroup_mutex */ + css = css->parent; + } while (css && atomic_dec_and_test(&css->online_cnt)); + + mutex_unlock(&cgroup_mutex); } /* css kill confirmation processing requires process context, bounce */ @@ -4518,8 +4546,10 @@ struct cgroup_subsys_state *css = container_of(ref, struct cgroup_subsys_state, refcnt); - INIT_WORK(&css->destroy_work, css_killed_work_fn); - queue_work(cgroup_destroy_wq, &css->destroy_work); + if (atomic_dec_and_test(&css->online_cnt)) { + INIT_WORK(&css->destroy_work, css_killed_work_fn); + queue_work(cgroup_destroy_wq, &css->destroy_work); + } } /** @@ -4656,16 +4686,6 @@ cgroup_kn_unlock(kn); - /* - * There are two control paths which try to determine cgroup from - * dentry without going through kernfs - cgroupstats_build() and - * css_tryget_online_from_dir(). Those are supported by RCU - * protecting clearing of cgrp->kn->priv backpointer, which should - * happen after all files under it have been removed. - */ - if (!ret) - RCU_INIT_POINTER(*(void __rcu __force **)&kn->priv, NULL); - cgroup_put(cgrp); return ret; } @@ -4813,13 +4833,13 @@ } } - cgroup_kobj = kobject_create_and_add("cgroup", fs_kobj); - if (!cgroup_kobj) - return -ENOMEM; + err = sysfs_create_mount_point(fs_kobj, "cgroup"); + if (err) + return err; err = register_filesystem(&cgroup_fs_type); if (err < 0) { - kobject_put(cgroup_kobj); + sysfs_remove_mount_point(fs_kobj, "cgroup"); return err; } @@ -5231,7 +5251,7 @@ /* * This path doesn't originate from kernfs and @kn could already * have been or be removed at any point. @kn->priv is RCU - * protected for this access. See cgroup_rmdir() for details. + * protected for this access. See css_release_work_fn() for details. */ cgrp = rcu_dereference(kn->priv); if (cgrp) --- linux-lts-utopic-3.16.0.orig/kernel/cpu.c +++ linux-lts-utopic-3.16.0/kernel/cpu.c @@ -416,6 +416,37 @@ EXPORT_SYMBOL(cpu_down); #endif /*CONFIG_HOTPLUG_CPU*/ +/* + * Unpark per-CPU smpboot kthreads at CPU-online time. + */ +static int smpboot_thread_call(struct notifier_block *nfb, + unsigned long action, void *hcpu) +{ + int cpu = (long)hcpu; + + switch (action & ~CPU_TASKS_FROZEN) { + + case CPU_ONLINE: + smpboot_unpark_threads(cpu); + break; + + default: + break; + } + + return NOTIFY_OK; +} + +static struct notifier_block smpboot_thread_notifier = { + .notifier_call = smpboot_thread_call, + .priority = CPU_PRI_SMPBOOT, +}; + +void __cpuinit smpboot_thread_init(void) +{ + register_cpu_notifier(&smpboot_thread_notifier); +} + /* Requires cpu_add_remove_lock to be held */ static int _cpu_up(unsigned int cpu, int tasks_frozen) { @@ -455,9 +486,6 @@ goto out_notify; BUG_ON(!cpu_online(cpu)); - /* Wake the per cpu threads */ - smpboot_unpark_threads(cpu); - /* Now call notifier in preparation. */ cpu_notify(CPU_ONLINE | mod, hcpu); --- linux-lts-utopic-3.16.0.orig/kernel/cpuset.c +++ linux-lts-utopic-3.16.0/kernel/cpuset.c @@ -503,9 +503,6 @@ rcu_read_lock(); cpuset_for_each_descendant_pre(cp, pos_css, root_cs) { - if (cp == root_cs) - continue; - /* skip the whole subtree if @cp doesn't have any CPU */ if (cpumask_empty(cp->cpus_allowed)) { pos_css = css_rightmost_descendant(pos_css); --- linux-lts-utopic-3.16.0.orig/kernel/cred.c +++ linux-lts-utopic-3.16.0/kernel/cred.c @@ -566,38 +566,30 @@ } /** - * prepare_kernel_cred - Prepare a set of credentials for a kernel service - * @daemon: A userspace daemon to be used as a reference - * - * Prepare a set of credentials for a kernel service. This can then be used to - * override a task's own credentials so that work can be done on behalf of that - * task that requires a different subjective context. - * - * @daemon is used to provide a base for the security record, but can be NULL. - * If @daemon is supplied, then the security data will be derived from that; - * otherwise they'll be set to 0 and no groups, full capabilities and no keys. + * clone_cred - Create a new copy of a set of credentials + * @old: Credentials to be copied * - * The caller may change these controls afterwards if desired. + * Prepare a new set of credentials that is an exact copy of @old. This can + * optionally be modified and used to override a task's own credentials so + * that work can be done on behalf of that task that requires a different + * subjective context. * - * Returns the new credentials or NULL if out of memory. + * Returns the new credentials or NULL if @old is NULL or if out of memory. * * Does not take, and does not return holding current->cred_replace_mutex. */ -struct cred *prepare_kernel_cred(struct task_struct *daemon) +struct cred *clone_cred(const struct cred *old) { - const struct cred *old; struct cred *new; + if (!old) + return NULL; + new = kmem_cache_alloc(cred_jar, GFP_KERNEL); if (!new) return NULL; - kdebug("prepare_kernel_cred() alloc %p", new); - - if (daemon) - old = get_task_cred(daemon); - else - old = get_cred(&init_cred); + kdebug("clone_cred() alloc %p", new); validate_creds(old); @@ -622,15 +614,47 @@ if (security_prepare_creds(new, old, GFP_KERNEL) < 0) goto error; - put_cred(old); validate_creds(new); return new; error: put_cred(new); - put_cred(old); return NULL; } +EXPORT_SYMBOL(clone_cred); + +/** + * prepare_kernel_cred - Prepare a set of credentials for a kernel service + * @daemon: A userspace daemon to be used as a reference + * + * Prepare a set of credentials for a kernel service. This can then be used to + * override a task's own credentials so that work can be done on behalf of that + * task that requires a different subjective context. + * + * @daemon is used to provide a base for the security record, but can be NULL. + * If @daemon is supplied, then the security data will be derived from that; + * otherwise they'll be set to 0 and no groups, full capabilities and no keys. + * + * The caller may change these controls afterwards if desired. + * + * Returns the new credentials or NULL if out of memory. + * + * Does not take, and does not return holding current->cred_replace_mutex. + */ +struct cred *prepare_kernel_cred(struct task_struct *daemon) +{ + const struct cred *old; + struct cred *new; + + if (daemon) + old = get_task_cred(daemon); + else + old = get_cred(&init_cred); + + new = clone_cred(old); + put_cred(old); + return new; +} EXPORT_SYMBOL(prepare_kernel_cred); /** --- linux-lts-utopic-3.16.0.orig/kernel/debug/kdb/kdb_main.c +++ linux-lts-utopic-3.16.0/kernel/debug/kdb/kdb_main.c @@ -2535,7 +2535,7 @@ #define K(x) ((x) << (PAGE_SHIFT - 10)) kdb_printf("\nMemTotal: %8lu kB\nMemFree: %8lu kB\n" "Buffers: %8lu kB\n", - val.totalram, val.freeram, val.bufferram); + K(val.totalram), K(val.freeram), K(val.bufferram)); return 0; } --- linux-lts-utopic-3.16.0.orig/kernel/events/core.c +++ linux-lts-utopic-3.16.0/kernel/events/core.c @@ -41,6 +41,7 @@ #include #include #include +#include #include "internal.h" @@ -901,13 +902,23 @@ } } -static void unclone_ctx(struct perf_event_context *ctx) +/* + * This must be done under the ctx->lock, such as to serialize against + * context_equiv(), therefore we cannot call put_ctx() since that might end up + * calling scheduler related locks and ctx->lock nests inside those. + */ +static __must_check struct perf_event_context * +unclone_ctx(struct perf_event_context *ctx) { - if (ctx->parent_ctx) { - put_ctx(ctx->parent_ctx); + struct perf_event_context *parent_ctx = ctx->parent_ctx; + + lockdep_assert_held(&ctx->lock); + + if (parent_ctx) ctx->parent_ctx = NULL; - } ctx->generation++; + + return parent_ctx; } static u32 perf_event_pid(struct perf_event *event, struct task_struct *p) @@ -1523,6 +1534,11 @@ */ if (ctx->is_active) { raw_spin_unlock_irq(&ctx->lock); + /* + * Reload the task pointer, it might have been changed by + * a concurrent perf_event_context_sched_out(). + */ + task = ctx->task; goto retry; } @@ -1966,6 +1982,11 @@ */ if (ctx->is_active) { raw_spin_unlock_irq(&ctx->lock); + /* + * Reload the task pointer, it might have been changed by + * a concurrent perf_event_context_sched_out(). + */ + task = ctx->task; goto retry; } @@ -2199,6 +2220,9 @@ static int context_equiv(struct perf_event_context *ctx1, struct perf_event_context *ctx2) { + lockdep_assert_held(&ctx1->lock); + lockdep_assert_held(&ctx2->lock); + /* Pinning disables the swap optimization */ if (ctx1->pin_count || ctx2->pin_count) return 0; @@ -2932,6 +2956,7 @@ */ static void perf_event_enable_on_exec(struct perf_event_context *ctx) { + struct perf_event_context *clone_ctx = NULL; struct perf_event *event; unsigned long flags; int enabled = 0; @@ -2963,7 +2988,7 @@ * Unclone this context if we enabled any event. */ if (enabled) - unclone_ctx(ctx); + clone_ctx = unclone_ctx(ctx); raw_spin_unlock(&ctx->lock); @@ -2973,6 +2998,9 @@ perf_event_context_sched_in(ctx, ctx->task); out: local_irq_restore(flags); + + if (clone_ctx) + put_ctx(clone_ctx); } void perf_event_exec(void) @@ -3124,7 +3152,7 @@ static struct perf_event_context * find_get_context(struct pmu *pmu, struct task_struct *task, int cpu) { - struct perf_event_context *ctx; + struct perf_event_context *ctx, *clone_ctx = NULL; struct perf_cpu_context *cpuctx; unsigned long flags; int ctxn, err; @@ -3158,9 +3186,12 @@ retry: ctx = perf_lock_task_context(task, ctxn, &flags); if (ctx) { - unclone_ctx(ctx); + clone_ctx = unclone_ctx(ctx); ++ctx->pin_count; raw_spin_unlock_irqrestore(&ctx->lock, flags); + + if (clone_ctx) + put_ctx(clone_ctx); } else { ctx = alloc_perf_context(pmu, task); err = -ENOMEM; @@ -3585,28 +3616,21 @@ mutex_unlock(&ctx->mutex); } -static int perf_event_period(struct perf_event *event, u64 __user *arg) -{ - struct perf_event_context *ctx = event->ctx; - int ret = 0, active; +struct period_event { + struct perf_event *event; u64 value; +}; - if (!is_sampling_event(event)) - return -EINVAL; - - if (copy_from_user(&value, arg, sizeof(value))) - return -EFAULT; - - if (!value) - return -EINVAL; +static int __perf_event_period(void *info) +{ + struct period_event *pe = info; + struct perf_event *event = pe->event; + struct perf_event_context *ctx = event->ctx; + u64 value = pe->value; + bool active; - raw_spin_lock_irq(&ctx->lock); + raw_spin_lock(&ctx->lock); if (event->attr.freq) { - if (value > sysctl_perf_event_sample_rate) { - ret = -EINVAL; - goto unlock; - } - event->attr.sample_freq = value; } else { event->attr.sample_period = value; @@ -3625,11 +3649,60 @@ event->pmu->start(event, PERF_EF_RELOAD); perf_pmu_enable(ctx->pmu); } + raw_spin_unlock(&ctx->lock); -unlock: + return 0; +} + +static int perf_event_period(struct perf_event *event, u64 __user *arg) +{ + struct period_event pe = { .event = event, }; + struct perf_event_context *ctx = event->ctx; + struct task_struct *task; + u64 value; + + if (!is_sampling_event(event)) + return -EINVAL; + + if (copy_from_user(&value, arg, sizeof(value))) + return -EFAULT; + + if (!value) + return -EINVAL; + + if (event->attr.freq && value > sysctl_perf_event_sample_rate) + return -EINVAL; + + task = ctx->task; + pe.value = value; + + if (!task) { + cpu_function_call(event->cpu, __perf_event_period, &pe); + return 0; + } + +retry: + if (!task_function_call(task, __perf_event_period, &pe)) + return 0; + + raw_spin_lock_irq(&ctx->lock); + if (ctx->is_active) { + raw_spin_unlock_irq(&ctx->lock); + task = ctx->task; + goto retry; + } + + if (event->attr.freq) { + event->attr.sample_freq = value; + } else { + event->attr.sample_period = value; + event->hw.sample_period = value; + } + + local64_set(&event->hw.period_left, 0); raw_spin_unlock_irq(&ctx->lock); - return ret; + return 0; } static const struct file_operations perf_fops; @@ -3717,6 +3790,26 @@ return 0; } +#ifdef CONFIG_COMPAT +static long perf_compat_ioctl(struct file *file, unsigned int cmd, + unsigned long arg) +{ + switch (_IOC_NR(cmd)) { + case _IOC_NR(PERF_EVENT_IOC_SET_FILTER): + case _IOC_NR(PERF_EVENT_IOC_ID): + /* Fix up pointer size (usually 4 -> 8 in 32-on-64-bit case */ + if (_IOC_SIZE(cmd) == sizeof(compat_uptr_t)) { + cmd &= ~IOCSIZE_MASK; + cmd |= sizeof(void *) << IOCSIZE_SHIFT; + } + break; + } + return perf_ioctl(file, cmd, arg); +} +#else +# define perf_compat_ioctl NULL +#endif + int perf_event_task_enable(void) { struct perf_event *event; @@ -3893,20 +3986,20 @@ WARN_ON_ONCE(event->rcu_pending); old_rb = event->rb; - event->rcu_batches = get_state_synchronize_rcu(); - event->rcu_pending = 1; - spin_lock_irqsave(&old_rb->event_lock, flags); list_del_rcu(&event->rb_entry); spin_unlock_irqrestore(&old_rb->event_lock, flags); - } - if (event->rcu_pending && rb) { - cond_synchronize_rcu(event->rcu_batches); - event->rcu_pending = 0; + event->rcu_batches = get_state_synchronize_rcu(); + event->rcu_pending = 1; } if (rb) { + if (event->rcu_pending) { + cond_synchronize_rcu(event->rcu_batches); + event->rcu_pending = 0; + } + spin_lock_irqsave(&rb->event_lock, flags); list_add_rcu(&event->rb_entry, &rb->event_list); spin_unlock_irqrestore(&rb->event_lock, flags); @@ -4222,7 +4315,7 @@ .read = perf_read, .poll = perf_poll, .unlocked_ioctl = perf_ioctl, - .compat_ioctl = perf_ioctl, + .compat_ioctl = perf_compat_ioctl, .mmap = perf_mmap, .fasync = perf_fasync, }; @@ -4234,12 +4327,20 @@ * to user-space before waking everybody up. */ +static inline struct fasync_struct **perf_event_fasync(struct perf_event *event) +{ + /* only the parent has fasync state */ + if (event->parent) + event = event->parent; + return &event->fasync; +} + void perf_event_wakeup(struct perf_event *event) { ring_buffer_wakeup(event); if (event->pending_kill) { - kill_fasync(&event->fasync, SIGIO, event->pending_kill); + kill_fasync(perf_event_fasync(event), SIGIO, event->pending_kill); event->pending_kill = 0; } } @@ -4248,6 +4349,13 @@ { struct perf_event *event = container_of(entry, struct perf_event, pending); + int rctx; + + rctx = perf_swevent_get_recursion_context(); + /* + * If we 'fail' here, that's OK, it means recursion is already disabled + * and we won't recurse 'further'. + */ if (event->pending_disable) { event->pending_disable = 0; @@ -4258,6 +4366,9 @@ event->pending_wakeup = 0; perf_event_wakeup(event); } + + if (rctx >= 0) + perf_swevent_put_recursion_context(rctx); } /* @@ -5458,7 +5569,7 @@ else perf_event_output(event, data, regs); - if (event->fasync && event->pending_kill) { + if (*perf_event_fasync(event) && event->pending_kill) { event->pending_wakeup = 1; irq_work_queue(&event->pending); } @@ -5928,6 +6039,10 @@ { void *record = data->raw->data; + /* only top level events have filters set */ + if (event->parent) + event = event->parent; + if (likely(!event->filter) || filter_match_preds(event->filter, record)) return 1; return 0; @@ -6582,7 +6697,6 @@ __perf_event_init_context(&cpuctx->ctx); lockdep_set_class(&cpuctx->ctx.mutex, &cpuctx_mutex); lockdep_set_class(&cpuctx->ctx.lock, &cpuctx_lock); - cpuctx->ctx.type = cpu_context; cpuctx->ctx.pmu = pmu; __perf_cpu_hrtimer_init(cpuctx, cpu); @@ -7224,7 +7338,19 @@ * task or CPU context: */ if (move_group) { - if (group_leader->ctx->type != ctx->type) + /* + * Make sure we're both on the same task, or both + * per-cpu events. + */ + if (group_leader->ctx->task != ctx->task) + goto err_context; + + /* + * Make sure we're both events for the same CPU; + * grouping events for different CPUs is broken; since + * you can never concurrently schedule them anyhow. + */ + if (group_leader->cpu != event->cpu) goto err_context; } else { if (group_leader->ctx != ctx) @@ -7278,11 +7404,11 @@ if (move_group) { synchronize_rcu(); - perf_install_in_context(ctx, group_leader, event->cpu); + perf_install_in_context(ctx, group_leader, group_leader->cpu); get_ctx(ctx); list_for_each_entry(sibling, &group_leader->sibling_list, group_entry) { - perf_install_in_context(ctx, sibling, event->cpu); + perf_install_in_context(ctx, sibling, sibling->cpu); get_ctx(ctx); } } @@ -7486,7 +7612,7 @@ static void perf_event_exit_task_context(struct task_struct *child, int ctxn) { struct perf_event *child_event, *next; - struct perf_event_context *child_ctx, *parent_ctx; + struct perf_event_context *child_ctx, *clone_ctx = NULL; unsigned long flags; if (likely(!child->perf_event_ctxp[ctxn])) { @@ -7513,28 +7639,16 @@ child->perf_event_ctxp[ctxn] = NULL; /* - * In order to avoid freeing: child_ctx->parent_ctx->task - * under perf_event_context::lock, grab another reference. - */ - parent_ctx = child_ctx->parent_ctx; - if (parent_ctx) - get_ctx(parent_ctx); - - /* * If this context is a clone; unclone it so it can't get * swapped to another process while we're removing all * the events from it. */ - unclone_ctx(child_ctx); + clone_ctx = unclone_ctx(child_ctx); update_context_time(child_ctx); raw_spin_unlock_irqrestore(&child_ctx->lock, flags); - /* - * Now that we no longer hold perf_event_context::lock, drop - * our extra child_ctx->parent_ctx reference. - */ - if (parent_ctx) - put_ctx(parent_ctx); + if (clone_ctx) + put_ctx(clone_ctx); /* * Report the task dead after unscheduling the events so that we @@ -7911,8 +8025,10 @@ for_each_task_context_nr(ctxn) { ret = perf_event_init_context(child, ctxn); - if (ret) + if (ret) { + perf_event_free_task(child); return ret; + } } return 0; --- linux-lts-utopic-3.16.0.orig/kernel/events/uprobes.c +++ linux-lts-utopic-3.16.0/kernel/events/uprobes.c @@ -1639,7 +1639,6 @@ if (__fatal_signal_pending(t) || arch_uprobe_xol_was_trapped(t)) { utask->state = UTASK_SSTEP_TRAPPED; set_tsk_thread_flag(t, TIF_UPROBE); - set_tsk_thread_flag(t, TIF_NOTIFY_RESUME); } } --- linux-lts-utopic-3.16.0.orig/kernel/exit.c +++ linux-lts-utopic-3.16.0/kernel/exit.c @@ -1294,9 +1294,15 @@ static int wait_consider_task(struct wait_opts *wo, int ptrace, struct task_struct *p) { + /* + * We can race with wait_task_zombie() from another thread. + * Ensure that EXIT_ZOMBIE -> EXIT_DEAD/EXIT_TRACE transition + * can't confuse the checks below. + */ + int exit_state = ACCESS_ONCE(p->exit_state); int ret; - if (unlikely(p->exit_state == EXIT_DEAD)) + if (unlikely(exit_state == EXIT_DEAD)) return 0; ret = eligible_child(wo, p); @@ -1317,7 +1323,7 @@ return 0; } - if (unlikely(p->exit_state == EXIT_TRACE)) { + if (unlikely(exit_state == EXIT_TRACE)) { /* * ptrace == 0 means we are the natural parent. In this case * we should clear notask_error, debugger will notify us. @@ -1344,7 +1350,7 @@ } /* slay zombie? */ - if (p->exit_state == EXIT_ZOMBIE) { + if (exit_state == EXIT_ZOMBIE) { /* we don't reap group leaders with subthreads */ if (!delay_group_leader(p)) { /* --- linux-lts-utopic-3.16.0.orig/kernel/fork.c +++ linux-lts-utopic-3.16.0/kernel/fork.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include @@ -315,6 +316,15 @@ goto free_ti; tsk->stack = ti; +#ifdef CONFIG_SECCOMP + /* + * We must handle setting up seccomp filters once we're under + * the sighand lock in case orig has changed between now and + * then. Until then, filter must be NULL to avoid messing up + * the usage counts on the error path calling free_task. + */ + tsk->seccomp.filter = NULL; +#endif setup_thread_stack(tsk, orig); clear_user_return_notifier(tsk); @@ -416,7 +426,7 @@ struct inode *inode = file_inode(file); struct address_space *mapping = file->f_mapping; - get_file(file); + vma_get_file(tmp); if (tmp->vm_flags & VM_DENYWRITE) atomic_dec(&inode->i_writecount); mutex_lock(&mapping->i_mmap_mutex); @@ -1081,6 +1091,39 @@ return 0; } +static void copy_seccomp(struct task_struct *p) +{ +#ifdef CONFIG_SECCOMP + /* + * Must be called with sighand->lock held, which is common to + * all threads in the group. Holding cred_guard_mutex is not + * needed because this new task is not yet running and cannot + * be racing exec. + */ + assert_spin_locked(¤t->sighand->siglock); + + /* Ref-count the new filter user, and assign it. */ + get_seccomp_filter(current); + p->seccomp = current->seccomp; + + /* + * Explicitly enable no_new_privs here in case it got set + * between the task_struct being duplicated and holding the + * sighand lock. The seccomp state and nnp must be in sync. + */ + if (task_no_new_privs(current)) + task_set_no_new_privs(p); + + /* + * If the parent gained a seccomp mode after copying thread + * flags and between before we held the sighand lock, we have + * to manually enable the seccomp thread flag here. + */ + if (p->seccomp.mode != SECCOMP_MODE_DISABLED) + set_tsk_thread_flag(p, TIF_SECCOMP); +#endif +} + SYSCALL_DEFINE1(set_tid_address, int __user *, tidptr) { current->clear_child_tid = tidptr; @@ -1196,7 +1239,6 @@ goto fork_out; ftrace_graph_init_task(p); - get_seccomp_filter(p); rt_mutex_init_task(p); @@ -1326,7 +1368,7 @@ goto bad_fork_cleanup_policy; retval = audit_alloc(p); if (retval) - goto bad_fork_cleanup_policy; + goto bad_fork_cleanup_perf; /* copy all the process information */ retval = copy_semundo(clone_flags, p); if (retval) @@ -1437,6 +1479,12 @@ spin_lock(¤t->sighand->siglock); /* + * Copy seccomp details explicitly here, in case they were changed + * before holding sighand lock. + */ + copy_seccomp(p); + + /* * Process group and session signals need to be delivered to just the * parent before the fork or both the parent and the child after the * fork. Restart if a signal comes in before we add the new process to @@ -1525,8 +1573,9 @@ exit_sem(p); bad_fork_cleanup_audit: audit_free(p); -bad_fork_cleanup_policy: +bad_fork_cleanup_perf: perf_event_free_task(p); +bad_fork_cleanup_policy: #ifdef CONFIG_NUMA mpol_put(p->mempolicy); bad_fork_cleanup_threadgroup_lock: @@ -1752,13 +1801,21 @@ CLONE_NEWUSER|CLONE_NEWPID)) return -EINVAL; /* - * Not implemented, but pretend it works if there is nothing to - * unshare. Note that unsharing CLONE_THREAD or CLONE_SIGHAND - * needs to unshare vm. + * Not implemented, but pretend it works if there is nothing + * to unshare. Note that unsharing the address space or the + * signal handlers also need to unshare the signal queues (aka + * CLONE_THREAD). */ if (unshare_flags & (CLONE_THREAD | CLONE_SIGHAND | CLONE_VM)) { - /* FIXME: get_task_mm() increments ->mm_users */ - if (atomic_read(¤t->mm->mm_users) > 1) + if (!thread_group_empty(current)) + return -EINVAL; + } + if (unshare_flags & (CLONE_SIGHAND | CLONE_VM)) { + if (atomic_read(¤t->sighand->count) > 1) + return -EINVAL; + } + if (unshare_flags & CLONE_VM) { + if (!current_is_single_threaded()) return -EINVAL; } @@ -1827,16 +1884,16 @@ if (unshare_flags & CLONE_NEWUSER) unshare_flags |= CLONE_THREAD | CLONE_FS; /* - * If unsharing a thread from a thread group, must also unshare vm. - */ - if (unshare_flags & CLONE_THREAD) - unshare_flags |= CLONE_VM; - /* * If unsharing vm, must also unshare signal handlers. */ if (unshare_flags & CLONE_VM) unshare_flags |= CLONE_SIGHAND; /* + * If unsharing a signal handlers, must also unshare the signal queues. + */ + if (unshare_flags & CLONE_SIGHAND) + unshare_flags |= CLONE_THREAD; + /* * If unsharing namespace, must also unshare filesystem information. */ if (unshare_flags & CLONE_NEWNS) --- linux-lts-utopic-3.16.0.orig/kernel/freezer.c +++ linux-lts-utopic-3.16.0/kernel/freezer.c @@ -42,6 +42,9 @@ if (p->flags & (PF_NOFREEZE | PF_SUSPEND_TASK)) return false; + if (test_thread_flag(TIF_MEMDIE)) + return false; + if (pm_nosig_freezing || cgroup_freezing(p)) return true; --- linux-lts-utopic-3.16.0.orig/kernel/futex.c +++ linux-lts-utopic-3.16.0/kernel/futex.c @@ -343,6 +343,8 @@ case FUT_OFF_MMSHARED: futex_get_mm(key); /* implies MB (B) */ break; + default: + smp_mb(); /* explicit MB (B) */ } } @@ -639,8 +641,14 @@ return pi_state; } +/* + * Must be called with the hb lock held. + */ static void free_pi_state(struct futex_pi_state *pi_state) { + if (!pi_state) + return; + if (!atomic_dec_and_test(&pi_state->refcount)) return; @@ -1552,15 +1560,6 @@ } retry: - if (pi_state != NULL) { - /* - * We will have to lookup the pi_state again, so free this one - * to keep the accounting correct. - */ - free_pi_state(pi_state); - pi_state = NULL; - } - ret = get_futex_key(uaddr1, flags & FLAGS_SHARED, &key1, VERIFY_READ); if (unlikely(ret != 0)) goto out; @@ -1650,6 +1649,8 @@ case 0: break; case -EFAULT: + free_pi_state(pi_state); + pi_state = NULL; double_unlock_hb(hb1, hb2); hb_waiters_dec(hb2); put_futex_key(&key2); @@ -1660,6 +1661,8 @@ goto out; case -EAGAIN: /* The owner was exiting, try again. */ + free_pi_state(pi_state); + pi_state = NULL; double_unlock_hb(hb1, hb2); hb_waiters_dec(hb2); put_futex_key(&key2); @@ -1736,6 +1739,7 @@ } out_unlock: + free_pi_state(pi_state); double_unlock_hb(hb1, hb2); hb_waiters_dec(hb2); @@ -1753,8 +1757,6 @@ out_put_key1: put_futex_key(&key1); out: - if (pi_state != NULL) - free_pi_state(pi_state); return ret ? ret : task_count; } @@ -2628,6 +2630,7 @@ * shared futexes. We need to compare the keys: */ if (match_futex(&q.key, &key2)) { + queue_unlock(hb); ret = -EINVAL; goto out_put_keys; } @@ -2659,6 +2662,11 @@ if (q.pi_state && (q.pi_state->owner != current)) { spin_lock(q.lock_ptr); ret = fixup_pi_state_owner(uaddr2, &q, current); + /* + * Drop the reference to the pi state which + * the requeue_pi() code acquired for us. + */ + free_pi_state(q.pi_state); spin_unlock(q.lock_ptr); } } else { --- linux-lts-utopic-3.16.0.orig/kernel/groups.c +++ linux-lts-utopic-3.16.0/kernel/groups.c @@ -6,6 +6,7 @@ #include #include #include +#include #include /* init to 2 - one for init_task, one to ensure it is never freed */ @@ -213,6 +214,14 @@ return i; } +bool may_setgroups(void) +{ + struct user_namespace *user_ns = current_user_ns(); + + return ns_capable(user_ns, CAP_SETGID) && + userns_may_setgroups(user_ns); +} + /* * SMP: Our groups are copy-on-write. We can set them safely * without another task interfering. @@ -223,7 +232,7 @@ struct group_info *group_info; int retval; - if (!ns_capable(current_user_ns(), CAP_SETGID)) + if (!may_setgroups()) return -EPERM; if ((unsigned)gidsetsize > NGROUPS_MAX) return -EINVAL; --- linux-lts-utopic-3.16.0.orig/kernel/irq/Kconfig +++ linux-lts-utopic-3.16.0/kernel/irq/Kconfig @@ -69,6 +69,10 @@ config IRQ_FORCED_THREADING bool +config IRQ_FORCED_THREADING_DEFAULT + bool "Use IRQ threading by default" + depends on IRQ_FORCED_THREADING + config SPARSE_IRQ bool "Support sparse irq numbering" if MAY_HAVE_SPARSE_IRQ ---help--- --- linux-lts-utopic-3.16.0.orig/kernel/irq/devres.c +++ linux-lts-utopic-3.16.0/kernel/irq/devres.c @@ -104,7 +104,7 @@ return -ENOMEM; rc = request_any_context_irq(irq, handler, irqflags, devname, dev_id); - if (rc) { + if (rc < 0) { devres_free(dr); return rc; } @@ -113,7 +113,7 @@ dr->dev_id = dev_id; devres_add(dev, dr); - return 0; + return rc; } EXPORT_SYMBOL(devm_request_any_context_irq); --- linux-lts-utopic-3.16.0.orig/kernel/irq/internals.h +++ linux-lts-utopic-3.16.0/kernel/irq/internals.h @@ -78,8 +78,12 @@ #ifdef CONFIG_SPARSE_IRQ static inline void irq_mark_irq(unsigned int irq) { } +extern void irq_lock_sparse(void); +extern void irq_unlock_sparse(void); #else extern void irq_mark_irq(unsigned int irq); +static inline void irq_lock_sparse(void) { } +static inline void irq_unlock_sparse(void) { } #endif extern void init_kstat_irqs(struct irq_desc *desc, int node, int nr); --- linux-lts-utopic-3.16.0.orig/kernel/irq/irqdesc.c +++ linux-lts-utopic-3.16.0/kernel/irq/irqdesc.c @@ -131,6 +131,16 @@ static inline void free_masks(struct irq_desc *desc) { } #endif +void irq_lock_sparse(void) +{ + mutex_lock(&sparse_irq_lock); +} + +void irq_unlock_sparse(void) +{ + mutex_unlock(&sparse_irq_lock); +} + static struct irq_desc *alloc_desc(int irq, int node, struct module *owner) { struct irq_desc *desc; @@ -167,6 +177,12 @@ unregister_irq_proc(irq, desc); + /* + * sparse_irq_lock protects also show_interrupts() and + * kstat_irq_usr(). Once we deleted the descriptor from the + * sparse tree we can free it. Access in proc will fail to + * lookup the descriptor. + */ mutex_lock(&sparse_irq_lock); delete_irq_desc(irq); mutex_unlock(&sparse_irq_lock); @@ -532,6 +548,15 @@ kstat_incr_irqs_this_cpu(irq, irq_to_desc(irq)); } +/** + * kstat_irqs_cpu - Get the statistics for an interrupt on a cpu + * @irq: The interrupt number + * @cpu: The cpu number + * + * Returns the sum of interrupt counts on @cpu since boot for + * @irq. The caller must ensure that the interrupt is not removed + * concurrently. + */ unsigned int kstat_irqs_cpu(unsigned int irq, int cpu) { struct irq_desc *desc = irq_to_desc(irq); @@ -540,6 +565,14 @@ *per_cpu_ptr(desc->kstat_irqs, cpu) : 0; } +/** + * kstat_irqs - Get the statistics for an interrupt + * @irq: The interrupt number + * + * Returns the sum of interrupt counts on all cpus since boot for + * @irq. The caller must ensure that the interrupt is not removed + * concurrently. + */ unsigned int kstat_irqs(unsigned int irq) { struct irq_desc *desc = irq_to_desc(irq); @@ -552,3 +585,22 @@ sum += *per_cpu_ptr(desc->kstat_irqs, cpu); return sum; } + +/** + * kstat_irqs_usr - Get the statistics for an interrupt + * @irq: The interrupt number + * + * Returns the sum of interrupt counts on all cpus since boot for + * @irq. Contrary to kstat_irqs() this can be called from any + * preemptible context. It's protected against concurrent removal of + * an interrupt descriptor when sparse irqs are enabled. + */ +unsigned int kstat_irqs_usr(unsigned int irq) +{ + int sum; + + irq_lock_sparse(); + sum = kstat_irqs(irq); + irq_unlock_sparse(); + return sum; +} --- linux-lts-utopic-3.16.0.orig/kernel/irq/manage.c +++ linux-lts-utopic-3.16.0/kernel/irq/manage.c @@ -22,14 +22,20 @@ #include "internals.h" #ifdef CONFIG_IRQ_FORCED_THREADING -__read_mostly bool force_irqthreads; +__read_mostly bool force_irqthreads = IS_ENABLED(CONFIG_IRQ_FORCED_THREADING_DEFAULT); static int __init setup_forced_irqthreads(char *arg) { force_irqthreads = true; return 0; } +static int __init setup_no_irqthreads(char *arg) +{ + force_irqthreads = false; + return 0; +} early_param("threadirqs", setup_forced_irqthreads); +early_param("nothreadirqs", setup_no_irqthreads); #endif static void __synchronize_hardirq(struct irq_desc *desc) @@ -1311,6 +1317,7 @@ if (!desc) return NULL; + chip_bus_lock(desc); raw_spin_lock_irqsave(&desc->lock, flags); /* @@ -1324,7 +1331,7 @@ if (!action) { WARN(1, "Trying to free already-free IRQ %d\n", irq); raw_spin_unlock_irqrestore(&desc->lock, flags); - + chip_bus_sync_unlock(desc); return NULL; } @@ -1349,6 +1356,7 @@ #endif raw_spin_unlock_irqrestore(&desc->lock, flags); + chip_bus_sync_unlock(desc); unregister_handler_proc(irq, action); @@ -1422,9 +1430,7 @@ desc->affinity_notify = NULL; #endif - chip_bus_lock(desc); kfree(__free_irq(irq, dev_id)); - chip_bus_sync_unlock(desc); } EXPORT_SYMBOL(free_irq); --- linux-lts-utopic-3.16.0.orig/kernel/irq/proc.c +++ linux-lts-utopic-3.16.0/kernel/irq/proc.c @@ -12,9 +12,27 @@ #include #include #include +#include #include "internals.h" +/* + * Access rules: + * + * procfs protects read/write of /proc/irq/N/ files against a + * concurrent free of the interrupt descriptor. remove_proc_entry() + * immediately prevents new read/writes to happen and waits for + * already running read/write functions to complete. + * + * We remove the proc entries first and then delete the interrupt + * descriptor from the radix tree and free it. So it is guaranteed + * that irq_to_desc(N) is valid as long as the read/writes are + * permitted by procfs. + * + * The read from /proc/interrupts is a different problem because there + * is no protection. So the lookup and the access to irqdesc + * information must be protected by sparse_irq_lock. + */ static struct proc_dir_entry *root_irq_dir; #ifdef CONFIG_SMP @@ -309,18 +327,29 @@ void register_irq_proc(unsigned int irq, struct irq_desc *desc) { + static DEFINE_MUTEX(register_lock); char name [MAX_NAMELEN]; - if (!root_irq_dir || (desc->irq_data.chip == &no_irq_chip) || desc->dir) + if (!root_irq_dir || (desc->irq_data.chip == &no_irq_chip)) return; + /* + * irq directories are registered only when a handler is + * added, not when the descriptor is created, so multiple + * tasks might try to register at the same time. + */ + mutex_lock(®ister_lock); + + if (desc->dir) + goto out_unlock; + memset(name, 0, MAX_NAMELEN); sprintf(name, "%d", irq); /* create /proc/irq/1234 */ desc->dir = proc_mkdir(name, root_irq_dir); if (!desc->dir) - return; + goto out_unlock; #ifdef CONFIG_SMP /* create /proc/irq//smp_affinity */ @@ -341,6 +370,9 @@ proc_create_data("spurious", 0444, desc->dir, &irq_spurious_proc_fops, (void *)(long)irq); + +out_unlock: + mutex_unlock(®ister_lock); } void unregister_irq_proc(unsigned int irq, struct irq_desc *desc) @@ -437,9 +469,10 @@ seq_putc(p, '\n'); } + irq_lock_sparse(); desc = irq_to_desc(i); if (!desc) - return 0; + goto outsparse; raw_spin_lock_irqsave(&desc->lock, flags); for_each_online_cpu(j) @@ -479,6 +512,8 @@ seq_putc(p, '\n'); out: raw_spin_unlock_irqrestore(&desc->lock, flags); +outsparse: + irq_unlock_sparse(); return 0; } #endif --- linux-lts-utopic-3.16.0.orig/kernel/irq/resend.c +++ linux-lts-utopic-3.16.0/kernel/irq/resend.c @@ -75,13 +75,21 @@ !desc->irq_data.chip->irq_retrigger(&desc->irq_data)) { #ifdef CONFIG_HARDIRQS_SW_RESEND /* - * If the interrupt has a parent irq and runs - * in the thread context of the parent irq, - * retrigger the parent. + * If the interrupt is running in the thread + * context of the parent irq we need to be + * careful, because we cannot trigger it + * directly. */ - if (desc->parent_irq && - irq_settings_is_nested_thread(desc)) + if (irq_settings_is_nested_thread(desc)) { + /* + * If the parent_irq is valid, we + * retrigger the parent, otherwise we + * do nothing. + */ + if (!desc->parent_irq) + return; irq = desc->parent_irq; + } /* Set it pending and activate the softirq: */ set_bit(irq, irqs_resend); tasklet_schedule(&resend_tasklet); --- linux-lts-utopic-3.16.0.orig/kernel/kcmp.c +++ linux-lts-utopic-3.16.0/kernel/kcmp.c @@ -44,11 +44,12 @@ */ static int kcmp_ptr(void *v1, void *v2, enum kcmp_type type) { - long ret; + long t1, t2; - ret = kptr_obfuscate((long)v1, type) - kptr_obfuscate((long)v2, type); + t1 = kptr_obfuscate((long)v1, type); + t2 = kptr_obfuscate((long)v2, type); - return (ret < 0) | ((ret > 0) << 1); + return (t1 < t2) | ((t1 > t2) << 1); } /* The caller must have pinned the task */ --- linux-lts-utopic-3.16.0.orig/kernel/kthread.c +++ linux-lts-utopic-3.16.0/kernel/kthread.c @@ -292,6 +292,17 @@ * new kernel thread. */ if (unlikely(wait_for_completion_killable(&done))) { + int i = 0; + + /* + * I got SIGKILL, but wait for 10 more seconds for completion + * unless chosen by the OOM killer. This delay is there as a + * workaround for boot failure caused by SIGKILL upon device + * driver initialization timeout. + */ + while (i++ < 10 && !test_tsk_thread_flag(current, TIF_MEMDIE)) + if (wait_for_completion_timeout(&done, HZ)) + goto ready; /* * If I was SIGKILLed before kthreadd (or new kernel thread) * calls complete(), leave the cleanup of this structure to @@ -305,6 +316,7 @@ */ wait_for_completion(&done); } +ready: task = create->result; if (!IS_ERR(task)) { static const struct sched_param param = { .sched_priority = 0 }; --- linux-lts-utopic-3.16.0.orig/kernel/locking/rtmutex.c +++ linux-lts-utopic-3.16.0/kernel/locking/rtmutex.c @@ -265,15 +265,17 @@ } /* - * Called by sched_setscheduler() to check whether the priority change - * is overruled by a possible priority boosting. + * Called by sched_setscheduler() to get the priority which will be + * effective after the change. */ -int rt_mutex_check_prio(struct task_struct *task, int newprio) +int rt_mutex_get_effective_prio(struct task_struct *task, int newprio) { if (!task_has_pi_waiters(task)) - return 0; + return newprio; - return task_top_pi_waiter(task)->task->prio <= newprio; + if (task_top_pi_waiter(task)->task->prio <= newprio) + return task_top_pi_waiter(task)->task->prio; + return newprio; } /* @@ -936,7 +938,8 @@ set_current_state(TASK_RUNNING); if (unlikely(ret)) { - remove_waiter(lock, &waiter); + if (rt_mutex_has_waiters(lock)) + remove_waiter(lock, &waiter); rt_mutex_handle_deadlock(ret, detect_deadlock, &waiter); } --- linux-lts-utopic-3.16.0.orig/kernel/module.c +++ linux-lts-utopic-3.16.0/kernel/module.c @@ -915,11 +915,15 @@ if (core_kernel_text(a)) return; - /* module_text_address is safe here: we're supposed to have reference - * to module from symbol_get, so it can't go away. */ + /* + * Even though we hold a reference on the module; we still need to + * disable preemption in order to safely traverse the data structure. + */ + preempt_disable(); modaddr = __module_text_address(a); BUG_ON(!modaddr); module_put(modaddr); + preempt_enable(); } EXPORT_SYMBOL_GPL(symbol_put_addr); @@ -1843,7 +1847,9 @@ /* We leave it in list to prevent duplicate loads, but make sure * that noone uses it while it's being deconstructed. */ + mutex_lock(&module_mutex); mod->state = MODULE_STATE_UNFORMED; + mutex_unlock(&module_mutex); /* Remove dynamic debug info */ ddebug_remove_module(mod->name); @@ -3308,6 +3314,14 @@ mutex_lock(&module_mutex); module_bug_cleanup(mod); mutex_unlock(&module_mutex); + + blocking_notifier_call_chain(&module_notify_list, + MODULE_STATE_GOING, mod); + + /* we can't deallocate the module until we clear memory protection */ + unset_module_init_ro_nx(mod); + unset_module_core_ro_nx(mod); + ddebug_cleanup: dynamic_debug_remove(info->debug); synchronize_sched(); @@ -3325,6 +3339,12 @@ wake_up_all(&module_wq); mutex_unlock(&module_mutex); free_module: + /* + * Ftrace needs to clean up what it initialized. + * This does nothing if ftrace_module_init() wasn't called, + * but it must be called outside of module_mutex. + */ + ftrace_release_mod(mod); module_deallocate(mod, info); free_copy: free_copy(info); @@ -3389,6 +3409,11 @@ && (str[2] == '\0' || str[2] == '.'); } +static const char *symname(struct module *mod, unsigned int symnum) +{ + return mod->strtab + mod->symtab[symnum].st_name; +} + static const char *get_ksymbol(struct module *mod, unsigned long addr, unsigned long *size, @@ -3411,15 +3436,15 @@ /* We ignore unnamed symbols: they're uninformative * and inserted at a whim. */ + if (*symname(mod, i) == '\0' + || is_arm_mapping_symbol(symname(mod, i))) + continue; + if (mod->symtab[i].st_value <= addr - && mod->symtab[i].st_value > mod->symtab[best].st_value - && *(mod->strtab + mod->symtab[i].st_name) != '\0' - && !is_arm_mapping_symbol(mod->strtab + mod->symtab[i].st_name)) + && mod->symtab[i].st_value > mod->symtab[best].st_value) best = i; if (mod->symtab[i].st_value > addr - && mod->symtab[i].st_value < nextval - && *(mod->strtab + mod->symtab[i].st_name) != '\0' - && !is_arm_mapping_symbol(mod->strtab + mod->symtab[i].st_name)) + && mod->symtab[i].st_value < nextval) nextval = mod->symtab[i].st_value; } @@ -3430,7 +3455,7 @@ *size = nextval - mod->symtab[best].st_value; if (offset) *offset = addr - mod->symtab[best].st_value; - return mod->strtab + mod->symtab[best].st_name; + return symname(mod, best); } /* For kallsyms to ask for address resolution. NULL means not found. Careful @@ -3531,8 +3556,7 @@ if (symnum < mod->num_symtab) { *value = mod->symtab[symnum].st_value; *type = mod->symtab[symnum].st_info; - strlcpy(name, mod->strtab + mod->symtab[symnum].st_name, - KSYM_NAME_LEN); + strlcpy(name, symname(mod, symnum), KSYM_NAME_LEN); strlcpy(module_name, mod->name, MODULE_NAME_LEN); *exported = is_exported(name, *value, mod); preempt_enable(); @@ -3549,7 +3573,7 @@ unsigned int i; for (i = 0; i < mod->num_symtab; i++) - if (strcmp(name, mod->strtab+mod->symtab[i].st_name) == 0 && + if (strcmp(name, symname(mod, i)) == 0 && mod->symtab[i].st_info != 'U') return mod->symtab[i].st_value; return 0; @@ -3591,7 +3615,7 @@ if (mod->state == MODULE_STATE_UNFORMED) continue; for (i = 0; i < mod->num_symtab; i++) { - ret = fn(data, mod->strtab + mod->symtab[i].st_name, + ret = fn(data, symname(mod, i), mod, mod->symtab[i].st_value); if (ret != 0) return ret; --- linux-lts-utopic-3.16.0.orig/kernel/nsproxy.c +++ linux-lts-utopic-3.16.0/kernel/nsproxy.c @@ -204,20 +204,13 @@ might_sleep(); + task_lock(p); ns = p->nsproxy; + p->nsproxy = new; + task_unlock(p); - rcu_assign_pointer(p->nsproxy, new); - - if (ns && atomic_dec_and_test(&ns->count)) { - /* - * wait for others to get what they want from this nsproxy. - * - * cannot release this nsproxy via the call_rcu() since - * put_mnt_ns() will want to sleep - */ - synchronize_rcu(); + if (ns && atomic_dec_and_test(&ns->count)) free_nsproxy(ns); - } } void exit_task_namespaces(struct task_struct *p) --- linux-lts-utopic-3.16.0.orig/kernel/panic.c +++ linux-lts-utopic-3.16.0/kernel/panic.c @@ -23,6 +23,7 @@ #include #include #include +#include #define PANIC_TIMER_STEP 100 #define PANIC_BLINK_SPD 18 @@ -145,6 +146,17 @@ bust_spinlocks(0); + /* + * We may have ended up stopping the CPU holding the lock (in + * smp_send_stop()) while still having some valuable data in the console + * buffer. Try to acquire the lock then release it regardless of the + * result. The release will also print the buffers out. Locks debug + * should be disabled to avoid reporting bad unlock balance when + * panic() is not being callled from OOPS. + */ + debug_locks_off(); + console_flush_on_panic(); + if (!panic_blink) panic_blink = no_blink; --- linux-lts-utopic-3.16.0.orig/kernel/pid.c +++ linux-lts-utopic-3.16.0/kernel/pid.c @@ -341,6 +341,8 @@ out_unlock: spin_unlock_irq(&pidmap_lock); + put_pid_ns(ns); + out_free: while (++i <= ns->level) free_pidmap(pid->numbers + i); --- linux-lts-utopic-3.16.0.orig/kernel/posix-timers.c +++ linux-lts-utopic-3.16.0/kernel/posix-timers.c @@ -634,6 +634,7 @@ goto out; } } else { + memset(&event.sigev_value, 0, sizeof(event.sigev_value)); event.sigev_notify = SIGEV_SIGNAL; event.sigev_signo = SIGALRM; event.sigev_value.sival_int = new_timer->it_id; --- linux-lts-utopic-3.16.0.orig/kernel/power/Kconfig +++ linux-lts-utopic-3.16.0/kernel/power/Kconfig @@ -191,7 +191,7 @@ config DPM_WATCHDOG_TIMEOUT int "Watchdog timeout in seconds" range 1 120 - default 12 + default 60 depends on DPM_WATCHDOG config PM_TRACE --- linux-lts-utopic-3.16.0.orig/kernel/power/hibernate.c +++ linux-lts-utopic-3.16.0/kernel/power/hibernate.c @@ -505,8 +505,14 @@ error = dpm_suspend_start(PMSG_QUIESCE); if (!error) { error = resume_target_kernel(platform_mode); - dpm_resume_end(PMSG_RECOVER); + /* + * The above should either succeed and jump to the new kernel, + * or return with an error. Otherwise things are just + * undefined, so let's be paranoid. + */ + BUG_ON(!error); } + dpm_resume_end(PMSG_RECOVER); pm_restore_gfp_mask(); ftrace_start(); resume_console(); --- linux-lts-utopic-3.16.0.orig/kernel/power/process.c +++ linux-lts-utopic-3.16.0/kernel/power/process.c @@ -108,6 +108,28 @@ return todo ? -EBUSY : 0; } +/* + * Returns true if all freezable tasks (except for current) are frozen already + */ +static bool check_frozen_processes(void) +{ + struct task_struct *g, *p; + bool ret = true; + + read_lock(&tasklist_lock); + for_each_process_thread(g, p) { + if (p != current && !freezer_should_skip(p) && + !frozen(p)) { + ret = false; + goto done; + } + } +done: + read_unlock(&tasklist_lock); + + return ret; +} + /** * freeze_processes - Signal user space processes to enter the refrigerator. * The current thread will not be frozen. The same process that calls @@ -118,6 +140,7 @@ int freeze_processes(void) { int error; + int oom_kills_saved; error = __usermodehelper_disable(UMH_FREEZING); if (error) @@ -131,12 +154,27 @@ printk("Freezing user space processes ... "); pm_freezing = true; + oom_kills_saved = oom_kills_count(); error = try_to_freeze_tasks(true); if (!error) { - printk("done."); __usermodehelper_set_disable_depth(UMH_DISABLED); oom_killer_disable(); + + /* + * There might have been an OOM kill while we were + * freezing tasks and the killed task might be still + * on the way out so we have to double check for race. + */ + if (oom_kills_count() != oom_kills_saved && + !check_frozen_processes()) { + __usermodehelper_set_disable_depth(UMH_ENABLED); + printk("OOM in progress."); + error = -EBUSY; + goto done; + } + printk("done."); } +done: printk("\n"); BUG_ON(in_atomic()); --- linux-lts-utopic-3.16.0.orig/kernel/printk/console_cmdline.h +++ linux-lts-utopic-3.16.0/kernel/printk/console_cmdline.h @@ -3,7 +3,7 @@ struct console_cmdline { - char name[8]; /* Name of the driver */ + char name[16]; /* Name of the driver */ int index; /* Minor dev. to use */ char *options; /* Options for the driver */ #ifdef CONFIG_A11Y_BRAILLE_CONSOLE --- linux-lts-utopic-3.16.0.orig/kernel/printk/printk.c +++ linux-lts-utopic-3.16.0/kernel/printk/printk.c @@ -259,6 +259,9 @@ #define PREFIX_MAX 32 #define LOG_LINE_MAX 1024 - PREFIX_MAX +#define LOG_LEVEL(v) ((v) & 0x07) +#define LOG_FACILITY(v) ((v) >> 3 & 0xff) + /* record buffer */ #if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) #define LOG_ALIGN 4 @@ -270,6 +273,18 @@ static char *log_buf = __log_buf; static u32 log_buf_len = __LOG_BUF_LEN; +/* Return log buffer address */ +char *log_buf_addr_get(void) +{ + return log_buf; +} + +/* Return log buffer size */ +u32 log_buf_len_get(void) +{ + return log_buf_len; +} + /* human readable text of the record */ static char *log_text(const struct printk_log *msg) { @@ -478,11 +493,11 @@ * already done the capabilities checks at open time. */ if (from_file && type != SYSLOG_ACTION_OPEN) - return 0; + goto ok; if (syslog_action_restricted(type)) { if (capable(CAP_SYSLOG)) - return 0; + goto ok; /* * For historical reasons, accept CAP_SYS_ADMIN too, with * a warning. @@ -492,10 +507,11 @@ "CAP_SYS_ADMIN but no CAP_SYSLOG " "(deprecated).\n", current->comm, task_pid_nr(current)); - return 0; + goto ok; } return -EPERM; } +ok: return security_syslog(type); } @@ -546,12 +562,13 @@ line = buf; if (line[0] == '<') { char *endp = NULL; + unsigned int u; - i = simple_strtoul(line+1, &endp, 10); + u = simple_strtoul(line + 1, &endp, 10); if (endp && endp[0] == '>') { - level = i & 7; - if (i >> 3) - facility = i >> 3; + level = LOG_LEVEL(u); + if (LOG_FACILITY(u) != 0) + facility = LOG_FACILITY(u); endp++; len -= endp - line; line = endp; @@ -1221,10 +1238,6 @@ if (error) goto out; - error = security_syslog(type); - if (error) - return error; - switch (type) { case SYSLOG_ACTION_CLOSE: /* Close log */ break; @@ -1617,15 +1630,15 @@ raw_spin_lock(&logbuf_lock); logbuf_cpu = this_cpu; - if (recursion_bug) { + if (unlikely(recursion_bug)) { static const char recursion_msg[] = "BUG: recent printk recursion!"; recursion_bug = 0; - text_len = strlen(recursion_msg); /* emit KERN_CRIT message */ printed_len += log_store(0, 2, LOG_PREFIX|LOG_NEWLINE, 0, - NULL, 0, recursion_msg, text_len); + NULL, 0, recursion_msg, + strlen(recursion_msg)); } /* @@ -2118,13 +2131,24 @@ static u64 seen_seq; unsigned long flags; bool wake_klogd = false; - bool retry; + bool do_cond_resched, retry; if (console_suspended) { up_console_sem(); return; } + /* + * Console drivers are called under logbuf_lock, so + * @console_may_schedule should be cleared before; however, we may + * end up dumping a lot of lines, for example, if called from + * console registration path, and should invoke cond_resched() + * between lines if allowable. Not doing so can cause a very long + * scheduling stall on a slow console leading to RCU stall and + * softlockup warnings which exacerbate the issue with more + * messages practically incapacitating the system. + */ + do_cond_resched = console_may_schedule; console_may_schedule = 0; /* flush buffered message fragment immediately to console */ @@ -2186,6 +2210,9 @@ call_console_drivers(level, text, len); start_critical_timings(); local_irq_restore(flags); + + if (do_cond_resched) + cond_resched(); } console_locked = 0; @@ -2253,6 +2280,25 @@ console_unlock(); } +/** + * console_flush_on_panic - flush console content on panic + * + * Immediately output all pending messages no matter what. + */ +void console_flush_on_panic(void) +{ + /* + * If someone else is holding the console lock, trylock will fail + * and may_schedule may be set. Ignore and proceed to unlock so + * that messages are flushed out. As this can be called from any + * context and we don't want to get preempted while flushing, + * ensure may_schedule is cleared. + */ + console_trylock(); + console_may_schedule = 0; + console_unlock(); +} + /* * Return the console tty driver structure and its associated index */ @@ -2388,6 +2434,7 @@ for (i = 0, c = console_cmdline; i < MAX_CMDLINECONSOLES && c->name[0]; i++, c++) { + BUILD_BUG_ON(sizeof(c->name) != sizeof(newcon->name)); if (strcmp(c->name, newcon->name) != 0) continue; if (newcon->index >= 0 && --- linux-lts-utopic-3.16.0.orig/kernel/ptrace.c +++ linux-lts-utopic-3.16.0/kernel/ptrace.c @@ -213,12 +213,32 @@ return ret; } -static int ptrace_has_cap(struct user_namespace *ns, unsigned int mode) +static bool ptrace_has_cap(const struct cred *tcred, unsigned int mode) { + struct user_namespace *tns = tcred->user_ns; + struct user_namespace *curns = current_cred()->user_ns; + + /* When a root-owned process enters a user namespace created by a + * malicious user, the user shouldn't be able to execute code under + * uid 0 by attaching to the root-owned process via ptrace. + * Therefore, similar to the capable_wrt_inode_uidgid() check, + * verify that all the uids and gids of the target process are + * mapped into the current namespace. + * No fsuid/fsgid check because __ptrace_may_access doesn't do it + * either. + */ + if (!kuid_has_mapping(curns, tcred->euid) || + !kuid_has_mapping(curns, tcred->suid) || + !kuid_has_mapping(curns, tcred->uid) || + !kgid_has_mapping(curns, tcred->egid) || + !kgid_has_mapping(curns, tcred->sgid) || + !kgid_has_mapping(curns, tcred->gid)) + return false; + if (mode & PTRACE_MODE_NOAUDIT) - return has_ns_capability_noaudit(current, ns, CAP_SYS_PTRACE); + return has_ns_capability_noaudit(current, tns, CAP_SYS_PTRACE); else - return has_ns_capability(current, ns, CAP_SYS_PTRACE); + return has_ns_capability(current, tns, CAP_SYS_PTRACE); } /* Returns 0 on success, -errno on denial. */ @@ -247,7 +267,7 @@ gid_eq(cred->gid, tcred->sgid) && gid_eq(cred->gid, tcred->gid)) goto ok; - if (ptrace_has_cap(tcred->user_ns, mode)) + if (ptrace_has_cap(tcred, mode)) goto ok; rcu_read_unlock(); return -EPERM; @@ -258,7 +278,7 @@ dumpable = get_dumpable(task->mm); rcu_read_lock(); if (dumpable != SUID_DUMP_USER && - !ptrace_has_cap(__task_cred(task)->user_ns, mode)) { + !ptrace_has_cap(__task_cred(task), mode)) { rcu_read_unlock(); return -EPERM; } @@ -720,6 +740,8 @@ static int ptrace_resume(struct task_struct *child, long request, unsigned long data) { + bool need_siglock; + if (!valid_signal(data)) return -EIO; @@ -747,8 +769,26 @@ user_disable_single_step(child); } + /* + * Change ->exit_code and ->state under siglock to avoid the race + * with wait_task_stopped() in between; a non-zero ->exit_code will + * wrongly look like another report from tracee. + * + * Note that we need siglock even if ->exit_code == data and/or this + * status was not reported yet, the new status must not be cleared by + * wait_task_stopped() after resume. + * + * If data == 0 we do not care if wait_task_stopped() reports the old + * status and clears the code too; this can't race with the tracee, it + * takes siglock after resume. + */ + need_siglock = data && !thread_group_empty(current); + if (need_siglock) + spin_lock_irq(&child->sighand->siglock); child->exit_code = data; wake_up_state(child, __TASK_TRACED); + if (need_siglock) + spin_unlock_irq(&child->sighand->siglock); return 0; } --- linux-lts-utopic-3.16.0.orig/kernel/rcu/tiny.c +++ linux-lts-utopic-3.16.0/kernel/rcu/tiny.c @@ -280,6 +280,11 @@ /* Move the ready-to-invoke callbacks to a local list. */ local_irq_save(flags); + if (rcp->donetail == &rcp->rcucblist) { + /* No callbacks ready, so just leave. */ + local_irq_restore(flags); + return; + } RCU_TRACE(trace_rcu_batch_start(rcp->name, 0, rcp->qlen, -1)); list = rcp->rcucblist; rcp->rcucblist = *rcp->donetail; --- linux-lts-utopic-3.16.0.orig/kernel/rcu/tree.c +++ linux-lts-utopic-3.16.0/kernel/rcu/tree.c @@ -1931,7 +1931,7 @@ { WARN_ON_ONCE(!rcu_gp_in_progress(rsp)); raw_spin_unlock_irqrestore(&rcu_get_root(rsp)->lock, flags); - wake_up(&rsp->gp_wq); /* Memory barrier implied by wake_up() path. */ + rcu_gp_kthread_wake(rsp); } /* @@ -2510,7 +2510,7 @@ } ACCESS_ONCE(rsp->gp_flags) |= RCU_GP_FLAG_FQS; raw_spin_unlock_irqrestore(&rnp_old->lock, flags); - wake_up(&rsp->gp_wq); /* Memory barrier implied by wake_up() path. */ + rcu_gp_kthread_wake(rsp); } /* --- linux-lts-utopic-3.16.0.orig/kernel/resource.c +++ linux-lts-utopic-3.16.0/kernel/resource.c @@ -957,9 +957,10 @@ if (!conflict) break; if (conflict != parent) { - parent = conflict; - if (!(conflict->flags & IORESOURCE_BUSY)) + if (!(conflict->flags & IORESOURCE_BUSY)) { + parent = conflict; continue; + } } if (conflict->flags & flags & IORESOURCE_MUXED) { add_wait_queue(&muxed_resource_wait, &wait); --- linux-lts-utopic-3.16.0.orig/kernel/sched/auto_group.c +++ linux-lts-utopic-3.16.0/kernel/sched/auto_group.c @@ -87,8 +87,7 @@ * so we don't have to move tasks around upon policy change, * or flail around trying to allocate bandwidth on the fly. * A bandwidth exception in __sched_setscheduler() allows - * the policy change to proceed. Thereafter, task_group() - * returns &root_task_group, so zero bandwidth is required. + * the policy change to proceed. */ free_rt_sched_group(tg); tg->rt_se = root_task_group.rt_se; @@ -115,9 +114,6 @@ if (tg != &root_task_group) return false; - if (p->sched_class != &fair_sched_class) - return false; - /* * We can only assume the task group can't go away on us if * autogroup_move_group() can see us on ->thread_group list. --- linux-lts-utopic-3.16.0.orig/kernel/sched/core.c +++ linux-lts-utopic-3.16.0/kernel/sched/core.c @@ -1036,6 +1036,13 @@ rq->skip_clock_update = 1; } +static ATOMIC_NOTIFIER_HEAD(task_migration_notifier); + +void register_task_migration_notifier(struct notifier_block *n) +{ + atomic_notifier_chain_register(&task_migration_notifier, n); +} + #ifdef CONFIG_SMP void set_task_cpu(struct task_struct *p, unsigned int new_cpu) { @@ -1066,10 +1073,18 @@ trace_sched_migrate_task(p, new_cpu); if (task_cpu(p) != new_cpu) { + struct task_migration_notifier tmn; + if (p->sched_class->migrate_task_rq) p->sched_class->migrate_task_rq(p, new_cpu); p->se.nr_migrations++; perf_sw_event(PERF_COUNT_SW_CPU_MIGRATIONS, 1, NULL, 0); + + tmn.task = p; + tmn.from_cpu = task_cpu(p); + tmn.to_cpu = new_cpu; + + atomic_notifier_call_chain(&task_migration_notifier, 0, &tmn); } __set_task_cpu(p, new_cpu); @@ -1757,7 +1772,6 @@ */ int wake_up_process(struct task_struct *p) { - WARN_ON(task_is_stopped_or_traced(p)); return try_to_wake_up(p, TASK_NORMAL, 0); } EXPORT_SYMBOL(wake_up_process); @@ -1969,6 +1983,8 @@ #ifdef CONFIG_SMP inline struct dl_bw *dl_bw_of(int i) { + rcu_lockdep_assert(rcu_read_lock_sched_held(), + "sched RCU must be held"); return &cpu_rq(i)->rd->dl_bw; } @@ -1977,6 +1993,8 @@ struct root_domain *rd = cpu_rq(i)->rd; int cpus = 0; + rcu_lockdep_assert(rcu_read_lock_sched_held(), + "sched RCU must be held"); for_each_cpu_and(i, rd->span, cpu_active_mask) cpus++; @@ -2206,11 +2224,11 @@ * If a task dies, then it sets TASK_DEAD in tsk->state and calls * schedule one last time. The schedule call will never return, and * the scheduled task must drop that reference. - * The test for TASK_DEAD must occur while the runqueue locks are - * still held, otherwise prev could be scheduled on another cpu, die - * there before we look at prev->state, and then the reference would - * be dropped twice. - * Manfred Spraul + * + * We must observe prev->state before clearing prev->on_cpu (in + * finish_lock_switch), otherwise a concurrent wakeup can get prev + * running on another CPU and we could rave with its RUNNING -> DEAD + * transition, resulting in a double drop. */ prev_state = prev->state; vtime_task_switch(prev); @@ -3008,6 +3026,8 @@ } else { if (dl_prio(oldprio)) p->dl.dl_boosted = 0; + if (rt_prio(oldprio)) + p->rt.timeout = 0; p->sched_class = &fair_sched_class; } @@ -3230,15 +3250,18 @@ /* Actually do priority change: must hold pi & rq lock. */ static void __setscheduler(struct rq *rq, struct task_struct *p, - const struct sched_attr *attr) + const struct sched_attr *attr, bool keep_boost) { __setscheduler_params(p, attr); /* - * If we get here, there was no pi waiters boosting the - * task. It is safe to use the normal prio. + * Keep a potential priority boosting if called from + * sched_setscheduler(). */ - p->prio = normal_prio(p); + if (keep_boost) + p->prio = rt_mutex_get_effective_prio(p, normal_prio(p)); + else + p->prio = normal_prio(p); if (dl_prio(p->prio)) p->sched_class = &dl_sched_class; @@ -3324,7 +3347,7 @@ int newprio = dl_policy(attr->sched_policy) ? MAX_DL_PRIO - 1 : MAX_RT_PRIO - 1 - attr->sched_priority; int retval, oldprio, oldpolicy = -1, on_rq, running; - int policy = attr->sched_policy; + int new_effective_prio, policy = attr->sched_policy; unsigned long flags; const struct sched_class *prev_class; struct rq *rq; @@ -3506,15 +3529,14 @@ oldprio = p->prio; /* - * Special case for priority boosted tasks. - * - * If the new priority is lower or equal (user space view) - * than the current (boosted) priority, we just store the new + * Take priority boosted tasks into account. If the new + * effective priority is unchanged, we just store the new * normal parameters and do not touch the scheduler class and * the runqueue. This will be done when the task deboost * itself. */ - if (rt_mutex_check_prio(p, newprio)) { + new_effective_prio = rt_mutex_get_effective_prio(p, newprio); + if (new_effective_prio == oldprio) { __setscheduler_params(p, attr); task_rq_unlock(rq, p, &flags); return 0; @@ -3528,7 +3550,7 @@ p->sched_class->put_prev_task(rq, p); prev_class = p->sched_class; - __setscheduler(rq, p, attr); + __setscheduler(rq, p, attr, true); if (running) p->sched_class->set_curr_task(rq); @@ -3558,9 +3580,10 @@ }; /* - * Fixup the legacy SCHED_RESET_ON_FORK hack + * Fixup the legacy SCHED_RESET_ON_FORK hack, except if + * the policy=-1 was passed by sched_setparam(). */ - if (policy & SCHED_RESET_ON_FORK) { + if ((policy != -1) && (policy & SCHED_RESET_ON_FORK)) { attr.sched_flags |= SCHED_FLAG_RESET_ON_FORK; policy &= ~SCHED_RESET_ON_FORK; attr.sched_policy = policy; @@ -3978,13 +4001,14 @@ * root_domain. */ #ifdef CONFIG_SMP - if (task_has_dl_policy(p)) { - const struct cpumask *span = task_rq(p)->rd->span; - - if (dl_bandwidth_enabled() && !cpumask_subset(span, new_mask)) { + if (task_has_dl_policy(p) && dl_bandwidth_enabled()) { + rcu_read_lock(); + if (!cpumask_subset(task_rq(p)->rd->span, new_mask)) { retval = -EBUSY; + rcu_read_unlock(); goto out_unlock; } + rcu_read_unlock(); } #endif again: @@ -4147,7 +4171,7 @@ int __sched _cond_resched(void) { - if (should_resched()) { + if (should_resched(0)) { __cond_resched(); return 1; } @@ -4165,7 +4189,7 @@ */ int __cond_resched_lock(spinlock_t *lock) { - int resched = should_resched(); + int resched = should_resched(PREEMPT_LOCK_OFFSET); int ret = 0; lockdep_assert_held(lock); @@ -4187,7 +4211,7 @@ { BUG_ON(!in_softirq()); - if (should_resched()) { + if (should_resched(SOFTIRQ_DISABLE_OFFSET)) { local_bh_enable(); __cond_resched(); local_bh_disable(); @@ -5149,6 +5173,14 @@ case CPU_STARTING: set_cpu_rq_start_time(); return NOTIFY_OK; + case CPU_ONLINE: + /* + * At this point a starting CPU has marked itself as online via + * set_cpu_online(). But it might not yet have marked itself + * as active, which is essential from here on. + * + * Thus, fall-through and help the starting CPU along. + */ case CPU_DOWN_FAILED: set_cpu_active((long)hcpu, true); return NOTIFY_OK; @@ -5453,13 +5485,13 @@ { memset(rd, 0, sizeof(*rd)); - if (!alloc_cpumask_var(&rd->span, GFP_KERNEL)) + if (!zalloc_cpumask_var(&rd->span, GFP_KERNEL)) goto out; - if (!alloc_cpumask_var(&rd->online, GFP_KERNEL)) + if (!zalloc_cpumask_var(&rd->online, GFP_KERNEL)) goto free_span; - if (!alloc_cpumask_var(&rd->dlo_mask, GFP_KERNEL)) + if (!zalloc_cpumask_var(&rd->dlo_mask, GFP_KERNEL)) goto free_online; - if (!alloc_cpumask_var(&rd->rto_mask, GFP_KERNEL)) + if (!zalloc_cpumask_var(&rd->rto_mask, GFP_KERNEL)) goto free_dlo_mask; init_dl_bw(&rd->dl_bw); @@ -7089,7 +7121,7 @@ on_rq = p->on_rq; if (on_rq) dequeue_task(rq, p, 0); - __setscheduler(rq, p, &attr); + __setscheduler(rq, p, &attr, false); if (on_rq) { enqueue_task(rq, p, 0); resched_task(rq->curr); @@ -7325,6 +7357,12 @@ { struct task_struct *g, *p; + /* + * Autogroups do not have RT tasks; see autogroup_create(). + */ + if (task_group_is_autogroup(tg)) + return 0; + do_each_thread(g, p) { if (rt_task(p) && task_rq(p)->rt.tg == tg) return 1; @@ -7540,6 +7578,8 @@ int cpu, ret = 0; unsigned long flags; + rcu_read_lock(); + /* * Here we want to check the bandwidth not being set to some * value smaller than the currently allocated bandwidth in @@ -7561,6 +7601,8 @@ break; } + rcu_read_unlock(); + return ret; } @@ -7576,6 +7618,7 @@ if (global_rt_runtime() != RUNTIME_INF) new_bw = to_ratio(global_rt_period(), global_rt_runtime()); + rcu_read_lock(); /* * FIXME: As above... */ @@ -7586,6 +7629,7 @@ dl_b->bw = new_bw; raw_spin_unlock_irqrestore(&dl_b->lock, flags); } + rcu_read_unlock(); } static int sched_rt_global_validate(void) --- linux-lts-utopic-3.16.0.orig/kernel/sched/deadline.c +++ linux-lts-utopic-3.16.0/kernel/sched/deadline.c @@ -567,24 +567,7 @@ static int dl_runtime_exceeded(struct rq *rq, struct sched_dl_entity *dl_se) { - int dmiss = dl_time_before(dl_se->deadline, rq_clock(rq)); - int rorun = dl_se->runtime <= 0; - - if (!rorun && !dmiss) - return 0; - - /* - * If we are beyond our current deadline and we are still - * executing, then we have already used some of the runtime of - * the next instance. Thus, if we do not account that, we are - * stealing bandwidth from the system at each deadline miss! - */ - if (dmiss) { - dl_se->runtime = rorun ? dl_se->runtime : 0; - dl_se->runtime -= rq_clock(rq) - dl_se->deadline; - } - - return 1; + return (dl_se->runtime <= 0); } extern bool sched_rt_bandwidth_account(struct rt_rq *rt_rq); @@ -823,10 +806,10 @@ * parameters of the task might need updating. Otherwise, * we want a replenishment of its runtime. */ - if (!dl_se->dl_new && flags & ENQUEUE_REPLENISH) - replenish_dl_entity(dl_se, pi_se); - else + if (dl_se->dl_new || flags & ENQUEUE_WAKEUP) update_dl_entity(dl_se, pi_se); + else if (flags & ENQUEUE_REPLENISH) + replenish_dl_entity(dl_se, pi_se); __enqueue_dl_entity(dl_se); } --- linux-lts-utopic-3.16.0.orig/kernel/sched/fair.c +++ linux-lts-utopic-3.16.0/kernel/sched/fair.c @@ -1088,8 +1088,6 @@ { if (env->best_task) put_task_struct(env->best_task); - if (p) - get_task_struct(p); env->best_task = p; env->best_imp = imp; @@ -1140,11 +1138,31 @@ long orig_dst_load, dst_load; long load; long imp = (groupimp > 0) ? groupimp : taskimp; + bool assigned = false; rcu_read_lock(); - cur = ACCESS_ONCE(dst_rq->curr); - if (cur->pid == 0) /* idle */ + + raw_spin_lock_irq(&dst_rq->lock); + cur = dst_rq->curr; + /* + * No need to move the exiting task or idle task. + */ + if ((cur->flags & PF_EXITING) || is_idle_task(cur)) cur = NULL; + else { + /* + * The task_struct must be protected here to protect the + * p->numa_faults access in the task_weight since the + * numa_faults could already be freed in the following path: + * finish_task_switch() + * --> put_task_struct() + * --> __put_task_struct() + * --> task_numa_free() + */ + get_task_struct(cur); + } + + raw_spin_unlock_irq(&dst_rq->lock); /* * "imp" is the fault differential for the source task between the @@ -1230,9 +1248,16 @@ goto unlock; assign: + assigned = true; task_numa_assign(env, cur, imp); unlock: rcu_read_unlock(); + /* + * The dst_rq->curr isn't assigned. The protection for task_struct is + * finished. + */ + if (cur && !assigned) + put_task_struct(cur); } static void task_numa_find_cpu(struct task_numa_env *env, @@ -4773,18 +4798,21 @@ * entity, update_curr() will update its vruntime, otherwise * forget we've ever seen it. */ - if (curr && curr->on_rq) - update_curr(cfs_rq); - else - curr = NULL; + if (curr) { + if (curr->on_rq) + update_curr(cfs_rq); + else + curr = NULL; - /* - * This call to check_cfs_rq_runtime() will do the throttle and - * dequeue its entity in the parent(s). Therefore the 'simple' - * nr_running test will indeed be correct. - */ - if (unlikely(check_cfs_rq_runtime(cfs_rq))) - goto simple; + /* + * This call to check_cfs_rq_runtime() will do the + * throttle and dequeue its entity in the parent(s). + * Therefore the 'simple' nr_running test will indeed + * be correct. + */ + if (unlikely(check_cfs_rq_runtime(cfs_rq))) + goto simple; + } se = pick_next_entity(cfs_rq, curr); cfs_rq = group_cfs_rq(se); --- linux-lts-utopic-3.16.0.orig/kernel/sched/rt.c +++ linux-lts-utopic-3.16.0/kernel/sched/rt.c @@ -1336,7 +1336,12 @@ curr->prio <= p->prio)) { int target = find_lowest_rq(p); - if (target != -1) + /* + * Don't bother moving it if the destination CPU is + * not running a lower priority task. + */ + if (target != -1 && + p->prio < cpu_rq(target)->rt.highest_prio.curr) cpu = target; } rcu_read_unlock(); @@ -1608,6 +1613,16 @@ lowest_rq = cpu_rq(cpu); + if (lowest_rq->rt.highest_prio.curr <= task->prio) { + /* + * Target rq has tasks of equal or higher priority, + * retrying does not release any lock and is unlikely + * to yield a different result. + */ + lowest_rq = NULL; + break; + } + /* if the prio of this runqueue changed, try again */ if (double_lock_balance(rq, lowest_rq)) { /* --- linux-lts-utopic-3.16.0.orig/kernel/sched/sched.h +++ linux-lts-utopic-3.16.0/kernel/sched/sched.h @@ -980,9 +980,10 @@ * After ->on_cpu is cleared, the task can be moved to a different CPU. * We must ensure this doesn't happen until the switch is completely * finished. + * + * Pairs with the control dependency and rmb in try_to_wake_up(). */ - smp_wmb(); - prev->on_cpu = 0; + smp_store_release(&prev->on_cpu, 0); #endif #ifdef CONFIG_DEBUG_SPINLOCK /* this is a valid case when another task releases the spinlock */ --- linux-lts-utopic-3.16.0.orig/kernel/seccomp.c +++ linux-lts-utopic-3.16.0/kernel/seccomp.c @@ -18,15 +18,17 @@ #include #include #include +#include +#include /* #define SECCOMP_DEBUG 1 */ #ifdef CONFIG_SECCOMP_FILTER #include #include +#include #include #include -#include #include #include @@ -172,21 +174,24 @@ */ static u32 seccomp_run_filters(int syscall) { - struct seccomp_filter *f; + struct seccomp_filter *f = ACCESS_ONCE(current->seccomp.filter); struct seccomp_data sd; u32 ret = SECCOMP_RET_ALLOW; /* Ensure unexpected behavior doesn't result in failing open. */ - if (WARN_ON(current->seccomp.filter == NULL)) + if (unlikely(WARN_ON(f == NULL))) return SECCOMP_RET_KILL; + /* Make sure cross-thread synced filter points somewhere sane. */ + smp_read_barrier_depends(); + populate_seccomp_data(&sd); /* * All filters in the list are evaluated and the lowest BPF return * value always takes priority (ignoring the DATA). */ - for (f = current->seccomp.filter; f; f = f->prev) { + for (; f; f = f->prev) { u32 cur_ret = SK_RUN_FILTER(f->prog, (void *)&sd); if ((cur_ret & SECCOMP_RET_ACTION) < (ret & SECCOMP_RET_ACTION)) @@ -194,29 +199,159 @@ } return ret; } +#endif /* CONFIG_SECCOMP_FILTER */ + +static inline bool seccomp_may_assign_mode(unsigned long seccomp_mode) +{ + assert_spin_locked(¤t->sighand->siglock); + + if (current->seccomp.mode && current->seccomp.mode != seccomp_mode) + return false; + + return true; +} + +static inline void seccomp_assign_mode(struct task_struct *task, + unsigned long seccomp_mode) +{ + assert_spin_locked(&task->sighand->siglock); + + task->seccomp.mode = seccomp_mode; + /* + * Make sure TIF_SECCOMP cannot be set before the mode (and + * filter) is set. + */ + smp_mb__before_atomic(); + set_tsk_thread_flag(task, TIF_SECCOMP); +} + +#ifdef CONFIG_SECCOMP_FILTER +/* Returns 1 if the parent is an ancestor of the child. */ +static int is_ancestor(struct seccomp_filter *parent, + struct seccomp_filter *child) +{ + /* NULL is the root ancestor. */ + if (parent == NULL) + return 1; + for (; child; child = child->prev) + if (child == parent) + return 1; + return 0; +} + +/** + * seccomp_can_sync_threads: checks if all threads can be synchronized + * + * Expects sighand and cred_guard_mutex locks to be held. + * + * Returns 0 on success, -ve on error, or the pid of a thread which was + * either not in the correct seccomp mode or it did not have an ancestral + * seccomp filter. + */ +static inline pid_t seccomp_can_sync_threads(void) +{ + struct task_struct *thread, *caller; + + BUG_ON(!mutex_is_locked(¤t->signal->cred_guard_mutex)); + assert_spin_locked(¤t->sighand->siglock); + + /* Validate all threads being eligible for synchronization. */ + caller = current; + for_each_thread(caller, thread) { + pid_t failed; + + /* Skip current, since it is initiating the sync. */ + if (thread == caller) + continue; + + if (thread->seccomp.mode == SECCOMP_MODE_DISABLED || + (thread->seccomp.mode == SECCOMP_MODE_FILTER && + is_ancestor(thread->seccomp.filter, + caller->seccomp.filter))) + continue; + + /* Return the first thread that cannot be synchronized. */ + failed = task_pid_vnr(thread); + /* If the pid cannot be resolved, then return -ESRCH */ + if (unlikely(WARN_ON(failed == 0))) + failed = -ESRCH; + return failed; + } + + return 0; +} + +/** + * seccomp_sync_threads: sets all threads to use current's filter + * + * Expects sighand and cred_guard_mutex locks to be held, and for + * seccomp_can_sync_threads() to have returned success already + * without dropping the locks. + * + */ +static inline void seccomp_sync_threads(void) +{ + struct task_struct *thread, *caller; + + BUG_ON(!mutex_is_locked(¤t->signal->cred_guard_mutex)); + assert_spin_locked(¤t->sighand->siglock); + + /* Synchronize all threads. */ + caller = current; + for_each_thread(caller, thread) { + /* Skip current, since it needs no changes. */ + if (thread == caller) + continue; + + /* Get a task reference for the new leaf node. */ + get_seccomp_filter(caller); + /* + * Drop the task reference to the shared ancestor since + * current's path will hold a reference. (This also + * allows a put before the assignment.) + */ + put_seccomp_filter(thread); + smp_store_release(&thread->seccomp.filter, + caller->seccomp.filter); + /* + * Opt the other thread into seccomp if needed. + * As threads are considered to be trust-realm + * equivalent (see ptrace_may_access), it is safe to + * allow one thread to transition the other. + */ + if (thread->seccomp.mode == SECCOMP_MODE_DISABLED) { + /* + * Don't let an unprivileged task work around + * the no_new_privs restriction by creating + * a thread that sets it up, enters seccomp, + * then dies. + */ + if (task_no_new_privs(caller)) + task_set_no_new_privs(thread); + + seccomp_assign_mode(thread, SECCOMP_MODE_FILTER); + } + } +} /** - * seccomp_attach_filter: Attaches a seccomp filter to current. + * seccomp_prepare_filter: Prepares a seccomp filter for use. * @fprog: BPF program to install * - * Returns 0 on success or an errno on failure. + * Returns filter on success or an ERR_PTR on failure. */ -static long seccomp_attach_filter(struct sock_fprog *fprog) +static struct seccomp_filter *seccomp_prepare_filter(struct sock_fprog *fprog) { struct seccomp_filter *filter; - unsigned long fp_size = fprog->len * sizeof(struct sock_filter); - unsigned long total_insns = fprog->len; + unsigned long fp_size; struct sock_filter *fp; int new_len; long ret; if (fprog->len == 0 || fprog->len > BPF_MAXINSNS) - return -EINVAL; - - for (filter = current->seccomp.filter; filter; filter = filter->prev) - total_insns += filter->prog->len + 4; /* include a 4 instr penalty */ - if (total_insns > MAX_INSNS_PER_PATH) - return -ENOMEM; + return ERR_PTR(-EINVAL); + BUG_ON(INT_MAX / fprog->len < sizeof(struct sock_filter)); + fp_size = fprog->len * sizeof(struct sock_filter); /* * Installing a seccomp filter requires that the task has @@ -224,14 +359,14 @@ * This avoids scenarios where unprivileged tasks can affect the * behavior of privileged children. */ - if (!current->no_new_privs && + if (!task_no_new_privs(current) && security_capable_noaudit(current_cred(), current_user_ns(), CAP_SYS_ADMIN) != 0) - return -EACCES; + return ERR_PTR(-EACCES); fp = kzalloc(fp_size, GFP_KERNEL|__GFP_NOWARN); if (!fp) - return -ENOMEM; + return ERR_PTR(-ENOMEM); /* Copy the instructions from fprog. */ ret = -EFAULT; @@ -275,13 +410,7 @@ sk_filter_select_runtime(filter->prog); - /* - * If there is an existing filter, make it the prev and don't drop its - * task reference. - */ - filter->prev = current->seccomp.filter; - current->seccomp.filter = filter; - return 0; + return filter; free_filter_prog: kfree(filter->prog); @@ -289,19 +418,20 @@ kfree(filter); free_prog: kfree(fp); - return ret; + return ERR_PTR(ret); } /** - * seccomp_attach_user_filter - attaches a user-supplied sock_fprog + * seccomp_prepare_user_filter - prepares a user-supplied sock_fprog * @user_filter: pointer to the user data containing a sock_fprog. * * Returns 0 on success and non-zero otherwise. */ -static long seccomp_attach_user_filter(char __user *user_filter) +static struct seccomp_filter * +seccomp_prepare_user_filter(const char __user *user_filter) { struct sock_fprog fprog; - long ret = -EFAULT; + struct seccomp_filter *filter = ERR_PTR(-EFAULT); #ifdef CONFIG_COMPAT if (is_compat_task()) { @@ -314,9 +444,56 @@ #endif if (copy_from_user(&fprog, user_filter, sizeof(fprog))) goto out; - ret = seccomp_attach_filter(&fprog); + filter = seccomp_prepare_filter(&fprog); out: - return ret; + return filter; +} + +/** + * seccomp_attach_filter: validate and attach filter + * @flags: flags to change filter behavior + * @filter: seccomp filter to add to the current process + * + * Caller must be holding current->sighand->siglock lock. + * + * Returns 0 on success, -ve on error. + */ +static long seccomp_attach_filter(unsigned int flags, + struct seccomp_filter *filter) +{ + unsigned long total_insns; + struct seccomp_filter *walker; + + assert_spin_locked(¤t->sighand->siglock); + + /* Validate resulting filter length. */ + total_insns = filter->prog->len; + for (walker = current->seccomp.filter; walker; walker = walker->prev) + total_insns += walker->prog->len + 4; /* 4 instr penalty */ + if (total_insns > MAX_INSNS_PER_PATH) + return -ENOMEM; + + /* If thread sync has been requested, check that it is possible. */ + if (flags & SECCOMP_FILTER_FLAG_TSYNC) { + int ret; + + ret = seccomp_can_sync_threads(); + if (ret) + return ret; + } + + /* + * If there is an existing filter, make it the prev and don't drop its + * task reference. + */ + filter->prev = current->seccomp.filter; + current->seccomp.filter = filter; + + /* Now that the new filter is in place, synchronize to all threads. */ + if (flags & SECCOMP_FILTER_FLAG_TSYNC) + seccomp_sync_threads(); + + return 0; } /* get_seccomp_filter - increments the reference count of the filter on @tsk */ @@ -329,6 +506,14 @@ atomic_inc(&orig->usage); } +static inline void seccomp_filter_free(struct seccomp_filter *filter) +{ + if (filter) { + sk_filter_free(filter->prog); + kfree(filter); + } +} + /* put_seccomp_filter - decrements the ref count of tsk->seccomp.filter */ void put_seccomp_filter(struct task_struct *tsk) { @@ -337,8 +522,7 @@ while (orig && atomic_dec_and_test(&orig->usage)) { struct seccomp_filter *freeme = orig; orig = orig->prev; - sk_filter_free(freeme->prog); - kfree(freeme); + seccomp_filter_free(freeme); } } @@ -382,12 +566,17 @@ int __secure_computing(int this_syscall) { - int mode = current->seccomp.mode; int exit_sig = 0; int *syscall; u32 ret; - switch (mode) { + /* + * Make sure that any changes to mode from another thread have + * been seen after TIF_SECCOMP was seen. + */ + rmb(); + + switch (current->seccomp.mode) { case SECCOMP_MODE_STRICT: syscall = mode1_syscalls; #ifdef CONFIG_COMPAT @@ -410,7 +599,9 @@ ret &= SECCOMP_RET_ACTION; switch (ret) { case SECCOMP_RET_ERRNO: - /* Set the low-order 16-bits as a errno. */ + /* Set low-order bits as an errno, capped at MAX_ERRNO. */ + if (data > MAX_ERRNO) + data = MAX_ERRNO; syscall_set_return_value(current, regs, -data, 0); goto skip; @@ -473,47 +664,152 @@ } /** - * prctl_set_seccomp: configures current->seccomp.mode - * @seccomp_mode: requested mode to use - * @filter: optional struct sock_fprog for use with SECCOMP_MODE_FILTER + * seccomp_set_mode_strict: internal function for setting strict seccomp * - * This function may be called repeatedly with a @seccomp_mode of - * SECCOMP_MODE_FILTER to install additional filters. Every filter - * successfully installed will be evaluated (in reverse order) for each system - * call the task makes. + * Once current->seccomp.mode is non-zero, it may not be changed. + * + * Returns 0 on success or -EINVAL on failure. + */ +static long seccomp_set_mode_strict(void) +{ + const unsigned long seccomp_mode = SECCOMP_MODE_STRICT; + long ret = -EINVAL; + + spin_lock_irq(¤t->sighand->siglock); + + if (!seccomp_may_assign_mode(seccomp_mode)) + goto out; + +#ifdef TIF_NOTSC + disable_TSC(); +#endif + seccomp_assign_mode(current, seccomp_mode); + ret = 0; + +out: + spin_unlock_irq(¤t->sighand->siglock); + + return ret; +} + +#ifdef CONFIG_SECCOMP_FILTER +/** + * seccomp_set_mode_filter: internal function for setting seccomp filter + * @flags: flags to change filter behavior + * @filter: struct sock_fprog containing filter + * + * This function may be called repeatedly to install additional filters. + * Every filter successfully installed will be evaluated (in reverse order) + * for each system call the task makes. * * Once current->seccomp.mode is non-zero, it may not be changed. * * Returns 0 on success or -EINVAL on failure. */ -long prctl_set_seccomp(unsigned long seccomp_mode, char __user *filter) +static long seccomp_set_mode_filter(unsigned int flags, + const char __user *filter) { + const unsigned long seccomp_mode = SECCOMP_MODE_FILTER; + struct seccomp_filter *prepared = NULL; long ret = -EINVAL; - if (current->seccomp.mode && - current->seccomp.mode != seccomp_mode) + /* Validate flags. */ + if (flags & ~SECCOMP_FILTER_FLAG_MASK) + return -EINVAL; + + /* Prepare the new filter before holding any locks. */ + prepared = seccomp_prepare_user_filter(filter); + if (IS_ERR(prepared)) + return PTR_ERR(prepared); + + /* + * Make sure we cannot change seccomp or nnp state via TSYNC + * while another thread is in the middle of calling exec. + */ + if (flags & SECCOMP_FILTER_FLAG_TSYNC && + mutex_lock_killable(¤t->signal->cred_guard_mutex)) + goto out_free; + + spin_lock_irq(¤t->sighand->siglock); + + if (!seccomp_may_assign_mode(seccomp_mode)) + goto out; + + ret = seccomp_attach_filter(flags, prepared); + if (ret) goto out; + /* Do not free the successfully attached filter. */ + prepared = NULL; + + seccomp_assign_mode(current, seccomp_mode); +out: + spin_unlock_irq(¤t->sighand->siglock); + if (flags & SECCOMP_FILTER_FLAG_TSYNC) + mutex_unlock(¤t->signal->cred_guard_mutex); +out_free: + seccomp_filter_free(prepared); + return ret; +} +#else +static inline long seccomp_set_mode_filter(unsigned int flags, + const char __user *filter) +{ + return -EINVAL; +} +#endif + +/* Common entry point for both prctl and syscall. */ +static long do_seccomp(unsigned int op, unsigned int flags, + const char __user *uargs) +{ + switch (op) { + case SECCOMP_SET_MODE_STRICT: + if (flags != 0 || uargs != NULL) + return -EINVAL; + return seccomp_set_mode_strict(); + case SECCOMP_SET_MODE_FILTER: + return seccomp_set_mode_filter(flags, uargs); + default: + return -EINVAL; + } +} + +SYSCALL_DEFINE3(seccomp, unsigned int, op, unsigned int, flags, + const char __user *, uargs) +{ + return do_seccomp(op, flags, uargs); +} + +/** + * prctl_set_seccomp: configures current->seccomp.mode + * @seccomp_mode: requested mode to use + * @filter: optional struct sock_fprog for use with SECCOMP_MODE_FILTER + * + * Returns 0 on success or -EINVAL on failure. + */ +long prctl_set_seccomp(unsigned long seccomp_mode, char __user *filter) +{ + unsigned int op; + char __user *uargs; switch (seccomp_mode) { case SECCOMP_MODE_STRICT: - ret = 0; -#ifdef TIF_NOTSC - disable_TSC(); -#endif + op = SECCOMP_SET_MODE_STRICT; + /* + * Setting strict mode through prctl always ignored filter, + * so make sure it is always NULL here to pass the internal + * check in do_seccomp(). + */ + uargs = NULL; break; -#ifdef CONFIG_SECCOMP_FILTER case SECCOMP_MODE_FILTER: - ret = seccomp_attach_user_filter(filter); - if (ret) - goto out; + op = SECCOMP_SET_MODE_FILTER; + uargs = filter; break; -#endif default: - goto out; + return -EINVAL; } - current->seccomp.mode = seccomp_mode; - set_thread_flag(TIF_SECCOMP); -out: - return ret; + /* prctl interface doesn't have flags, so they are always zero. */ + return do_seccomp(op, 0, uargs); } --- linux-lts-utopic-3.16.0.orig/kernel/signal.c +++ linux-lts-utopic-3.16.0/kernel/signal.c @@ -2745,7 +2745,8 @@ * Other callers might not initialize the si_lsb field, * so check explicitly for the right codes here. */ - if (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO) + if (from->si_signo == SIGBUS && + (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO)) err |= __put_user(from->si_addr_lsb, &to->si_addr_lsb); #endif break; @@ -3012,7 +3013,7 @@ int, sig, struct compat_siginfo __user *, uinfo) { - siginfo_t info; + siginfo_t info = {}; int ret = copy_siginfo_from_user32(&info, uinfo); if (unlikely(ret)) return ret; @@ -3058,7 +3059,7 @@ int, sig, struct compat_siginfo __user *, uinfo) { - siginfo_t info; + siginfo_t info = {}; if (copy_siginfo_from_user32(&info, uinfo)) return -EFAULT; @@ -3546,7 +3547,7 @@ #endif -int sigsuspend(sigset_t *set) +static int sigsuspend(sigset_t *set) { current->saved_sigmask = current->blocked; set_current_blocked(set); --- linux-lts-utopic-3.16.0.orig/kernel/smp.c +++ linux-lts-utopic-3.16.0/kernel/smp.c @@ -661,7 +661,7 @@ if (cond_func(cpu, info)) { ret = smp_call_function_single(cpu, func, info, wait); - WARN_ON_ONCE(!ret); + WARN_ON_ONCE(ret); } preempt_enable(); } --- linux-lts-utopic-3.16.0.orig/kernel/smpboot.c +++ linux-lts-utopic-3.16.0/kernel/smpboot.c @@ -279,6 +279,7 @@ unsigned int cpu; int ret = 0; + get_online_cpus(); mutex_lock(&smpboot_threads_lock); for_each_online_cpu(cpu) { ret = __smpboot_create_thread(plug_thread, cpu); @@ -291,6 +292,7 @@ list_add(&plug_thread->list, &hotplug_threads); out: mutex_unlock(&smpboot_threads_lock); + put_online_cpus(); return ret; } EXPORT_SYMBOL_GPL(smpboot_register_percpu_thread); --- linux-lts-utopic-3.16.0.orig/kernel/softirq.c +++ linux-lts-utopic-3.16.0/kernel/softirq.c @@ -656,9 +656,13 @@ * in the task stack here. */ __do_softirq(); - rcu_note_context_switch(cpu); local_irq_enable(); cond_resched(); + + preempt_disable(); + rcu_note_context_switch(cpu); + preempt_enable(); + return; } local_irq_enable(); --- linux-lts-utopic-3.16.0.orig/kernel/sys.c +++ linux-lts-utopic-3.16.0/kernel/sys.c @@ -1990,12 +1990,12 @@ if (arg2 != 1 || arg3 || arg4 || arg5) return -EINVAL; - current->no_new_privs = 1; + task_set_no_new_privs(current); break; case PR_GET_NO_NEW_PRIVS: if (arg2 || arg3 || arg4 || arg5) return -EINVAL; - return current->no_new_privs ? 1 : 0; + return task_no_new_privs(current) ? 1 : 0; case PR_GET_THP_DISABLE: if (arg2 || arg3 || arg4 || arg5) return -EINVAL; --- linux-lts-utopic-3.16.0.orig/kernel/sys_ni.c +++ linux-lts-utopic-3.16.0/kernel/sys_ni.c @@ -213,3 +213,6 @@ /* compare kernel pointers */ cond_syscall(sys_kcmp); + +/* operate on Secure Computing state */ +cond_syscall(sys_seccomp); --- linux-lts-utopic-3.16.0.orig/kernel/sysctl.c +++ linux-lts-utopic-3.16.0/kernel/sysctl.c @@ -1507,12 +1507,6 @@ { } }; -#if defined(CONFIG_BINFMT_MISC) || defined(CONFIG_BINFMT_MISC_MODULE) -static struct ctl_table binfmt_misc_table[] = { - { } -}; -#endif - static struct ctl_table fs_table[] = { { .procname = "inode-nr", @@ -1666,7 +1660,7 @@ { .procname = "binfmt_misc", .mode = 0555, - .child = binfmt_misc_table, + .child = sysctl_mount_point, }, #endif { @@ -1677,6 +1671,20 @@ .proc_handler = &pipe_proc_fn, .extra1 = &pipe_min_size, }, + { + .procname = "pipe-user-pages-hard", + .data = &pipe_user_pages_hard, + .maxlen = sizeof(pipe_user_pages_hard), + .mode = 0644, + .proc_handler = proc_doulongvec_minmax, + }, + { + .procname = "pipe-user-pages-soft", + .data = &pipe_user_pages_soft, + .maxlen = sizeof(pipe_user_pages_soft), + .mode = 0644, + .proc_handler = proc_doulongvec_minmax, + }, { } }; --- linux-lts-utopic-3.16.0.orig/kernel/task_work.c +++ linux-lts-utopic-3.16.0/kernel/task_work.c @@ -18,6 +18,8 @@ * This is like the signal handler which runs in kernel mode, but it doesn't * try to wake up the @task. * + * Note: there is no ordering guarantee on works queued here. + * * RETURNS: * 0 if succeeds or -ESRCH. */ @@ -108,16 +110,6 @@ raw_spin_unlock_wait(&task->pi_lock); smp_mb(); - /* Reverse the list to run the works in fifo order */ - head = NULL; - do { - next = work->next; - work->next = head; - head = work; - work = next; - } while (work); - - work = head; do { next = work->next; work->func(work); --- linux-lts-utopic-3.16.0.orig/kernel/time.c +++ linux-lts-utopic-3.16.0/kernel/time.c @@ -195,6 +195,10 @@ if (tv) { if (copy_from_user(&user_tv, tv, sizeof(*tv))) return -EFAULT; + + if (!timeval_valid(&user_tv)) + return -EINVAL; + new_ts.tv_sec = user_tv.tv_sec; new_ts.tv_nsec = user_tv.tv_usec * NSEC_PER_USEC; } @@ -496,17 +500,20 @@ * that a remainder subtract here would not do the right thing as the * resolution values don't fall on second boundries. I.e. the line: * nsec -= nsec % TICK_NSEC; is NOT a correct resolution rounding. + * Note that due to the small error in the multiplier here, this + * rounding is incorrect for sufficiently large values of tv_nsec, but + * well formed timespecs should have tv_nsec < NSEC_PER_SEC, so we're + * OK. * * Rather, we just shift the bits off the right. * * The >> (NSEC_JIFFIE_SC - SEC_JIFFIE_SC) converts the scaled nsec * value to a scaled second value. */ -unsigned long -timespec_to_jiffies(const struct timespec *value) +static unsigned long +__timespec_to_jiffies(unsigned long sec, long nsec) { - unsigned long sec = value->tv_sec; - long nsec = value->tv_nsec + TICK_NSEC - 1; + nsec = nsec + TICK_NSEC - 1; if (sec >= MAX_SEC_IN_JIFFIES){ sec = MAX_SEC_IN_JIFFIES; @@ -517,6 +524,13 @@ (NSEC_JIFFIE_SC - SEC_JIFFIE_SC))) >> SEC_JIFFIE_SC; } + +unsigned long +timespec_to_jiffies(const struct timespec *value) +{ + return __timespec_to_jiffies(value->tv_sec, value->tv_nsec); +} + EXPORT_SYMBOL(timespec_to_jiffies); void @@ -533,31 +547,27 @@ } EXPORT_SYMBOL(jiffies_to_timespec); -/* Same for "timeval" +/* + * We could use a similar algorithm to timespec_to_jiffies (with a + * different multiplier for usec instead of nsec). But this has a + * problem with rounding: we can't exactly add TICK_NSEC - 1 to the + * usec value, since it's not necessarily integral. + * + * We could instead round in the intermediate scaled representation + * (i.e. in units of 1/2^(large scale) jiffies) but that's also + * perilous: the scaling introduces a small positive error, which + * combined with a division-rounding-upward (i.e. adding 2^(scale) - 1 + * units to the intermediate before shifting) leads to accidental + * overflow and overestimates. * - * Well, almost. The problem here is that the real system resolution is - * in nanoseconds and the value being converted is in micro seconds. - * Also for some machines (those that use HZ = 1024, in-particular), - * there is a LARGE error in the tick size in microseconds. - - * The solution we use is to do the rounding AFTER we convert the - * microsecond part. Thus the USEC_ROUND, the bits to be shifted off. - * Instruction wise, this should cost only an additional add with carry - * instruction above the way it was done above. + * At the cost of one additional multiplication by a constant, just + * use the timespec implementation. */ unsigned long timeval_to_jiffies(const struct timeval *value) { - unsigned long sec = value->tv_sec; - long usec = value->tv_usec; - - if (sec >= MAX_SEC_IN_JIFFIES){ - sec = MAX_SEC_IN_JIFFIES; - usec = 0; - } - return (((u64)sec * SEC_CONVERSION) + - (((u64)usec * USEC_CONVERSION + USEC_ROUND) >> - (USEC_JIFFIE_SC - SEC_JIFFIE_SC))) >> SEC_JIFFIE_SC; + return __timespec_to_jiffies(value->tv_sec, + value->tv_usec * NSEC_PER_USEC); } EXPORT_SYMBOL(timeval_to_jiffies); --- linux-lts-utopic-3.16.0.orig/kernel/time/alarmtimer.c +++ linux-lts-utopic-3.16.0/kernel/time/alarmtimer.c @@ -464,18 +464,26 @@ static enum alarmtimer_restart alarm_handle_timer(struct alarm *alarm, ktime_t now) { + unsigned long flags; struct k_itimer *ptr = container_of(alarm, struct k_itimer, it.alarm.alarmtimer); - if (posix_timer_event(ptr, 0) != 0) - ptr->it_overrun++; + enum alarmtimer_restart result = ALARMTIMER_NORESTART; + + spin_lock_irqsave(&ptr->it_lock, flags); + if ((ptr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) { + if (posix_timer_event(ptr, 0) != 0) + ptr->it_overrun++; + } /* Re-add periodic timers */ if (ptr->it.alarm.interval.tv64) { ptr->it_overrun += alarm_forward(alarm, now, ptr->it.alarm.interval); - return ALARMTIMER_RESTART; + result = ALARMTIMER_RESTART; } - return ALARMTIMER_NORESTART; + spin_unlock_irqrestore(&ptr->it_lock, flags); + + return result; } /** @@ -541,18 +549,22 @@ * @new_timer: k_itimer pointer * @cur_setting: itimerspec data to fill * - * Copies the itimerspec data out from the k_itimer + * Copies out the current itimerspec data */ static void alarm_timer_get(struct k_itimer *timr, struct itimerspec *cur_setting) { - memset(cur_setting, 0, sizeof(struct itimerspec)); + ktime_t relative_expiry_time = + alarm_expires_remaining(&(timr->it.alarm.alarmtimer)); + + if (ktime_to_ns(relative_expiry_time) > 0) { + cur_setting->it_value = ktime_to_timespec(relative_expiry_time); + } else { + cur_setting->it_value.tv_sec = 0; + cur_setting->it_value.tv_nsec = 0; + } - cur_setting->it_interval = - ktime_to_timespec(timr->it.alarm.interval); - cur_setting->it_value = - ktime_to_timespec(timr->it.alarm.alarmtimer.node.expires); - return; + cur_setting->it_interval = ktime_to_timespec(timr->it.alarm.interval); } /** --- linux-lts-utopic-3.16.0.orig/kernel/time/clocksource.c +++ linux-lts-utopic-3.16.0/kernel/time/clocksource.c @@ -294,7 +294,7 @@ continue; /* Check the deviation from the watchdog clocksource. */ - if ((abs(cs_nsec - wd_nsec) > WATCHDOG_THRESHOLD)) { + if (abs64(cs_nsec - wd_nsec) > WATCHDOG_THRESHOLD) { clocksource_unstable(cs, cs_nsec - wd_nsec); continue; } --- linux-lts-utopic-3.16.0.orig/kernel/time/ntp.c +++ linux-lts-utopic-3.16.0/kernel/time/ntp.c @@ -632,6 +632,17 @@ if ((txc->modes & ADJ_SETOFFSET) && (!capable(CAP_SYS_TIME))) return -EPERM; + /* + * Check for potential multiplication overflows that can + * only happen on 64-bit systems: + */ + if ((txc->modes & ADJ_FREQUENCY) && (BITS_PER_LONG == 64)) { + if (LLONG_MIN / PPM_SCALE > txc->freq) + return -EINVAL; + if (LLONG_MAX / PPM_SCALE < txc->freq) + return -EINVAL; + } + return 0; } --- linux-lts-utopic-3.16.0.orig/kernel/time/posix-clock.c +++ linux-lts-utopic-3.16.0/kernel/time/posix-clock.c @@ -69,10 +69,10 @@ static unsigned int posix_clock_poll(struct file *fp, poll_table *wait) { struct posix_clock *clk = get_posix_clock(fp); - int result = 0; + unsigned int result = 0; if (!clk) - return -ENODEV; + return POLLERR; if (clk->ops.poll) result = clk->ops.poll(clk, fp, wait); --- linux-lts-utopic-3.16.0.orig/kernel/time/tick-broadcast-hrtimer.c +++ linux-lts-utopic-3.16.0/kernel/time/tick-broadcast-hrtimer.c @@ -49,6 +49,7 @@ */ static int bc_set_next(ktime_t expires, struct clock_event_device *bc) { + int bc_moved; /* * We try to cancel the timer first. If the callback is on * flight on some other cpu then we let it handle it. If we @@ -60,9 +61,15 @@ * restart the timer because we are in the callback, but we * can set the expiry time and let the callback return * HRTIMER_RESTART. + * + * Since we are in the idle loop at this point and because + * hrtimer_{start/cancel} functions call into tracing, + * calls to these functions must be bound within RCU_NONIDLE. */ - if (hrtimer_try_to_cancel(&bctimer) >= 0) { - hrtimer_start(&bctimer, expires, HRTIMER_MODE_ABS_PINNED); + RCU_NONIDLE(bc_moved = (hrtimer_try_to_cancel(&bctimer) >= 0) ? + !hrtimer_start(&bctimer, expires, HRTIMER_MODE_ABS_PINNED) : + 0); + if (bc_moved) { /* Bind the "device" to the cpu */ bc->bound_on = smp_processor_id(); } else if (bc->bound_on == smp_processor_id()) { --- linux-lts-utopic-3.16.0.orig/kernel/time/tick-sched.c +++ linux-lts-utopic-3.16.0/kernel/time/tick-sched.c @@ -807,7 +807,6 @@ local_irq_enable(); } -EXPORT_SYMBOL_GPL(tick_nohz_idle_enter); /** * tick_nohz_irq_exit - update next tick event from interrupt exit @@ -934,7 +933,6 @@ local_irq_enable(); } -EXPORT_SYMBOL_GPL(tick_nohz_idle_exit); static int tick_nohz_reprogram(struct tick_sched *ts, ktime_t now) { --- linux-lts-utopic-3.16.0.orig/kernel/time/timekeeping.c +++ linux-lts-utopic-3.16.0/kernel/time/timekeeping.c @@ -178,8 +178,7 @@ /* calculate the delta since the last update_wall_time: */ cycle_delta = (cycle_now - clock->cycle_last) & clock->mask; - nsec = cycle_delta * tk->mult + tk->xtime_nsec; - nsec >>= tk->shift; + nsec = (cycle_delta * tk->mult + tk->xtime_nsec) >> tk->shift; /* If arch requires, add in get_arch_timeoffset() */ return nsec + get_arch_timeoffset(); --- linux-lts-utopic-3.16.0.orig/kernel/trace/ftrace.c +++ linux-lts-utopic-3.16.0/kernel/trace/ftrace.c @@ -65,15 +65,21 @@ #define FL_GLOBAL_CONTROL_MASK (FTRACE_OPS_FL_CONTROL) #ifdef CONFIG_DYNAMIC_FTRACE -#define INIT_REGEX_LOCK(opsname) \ - .regex_lock = __MUTEX_INITIALIZER(opsname.regex_lock), +#define INIT_OPS_HASH(opsname) \ + .func_hash = &opsname.local_hash, \ + .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock), +#define ASSIGN_OPS_HASH(opsname, val) \ + .func_hash = val, \ + .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock), #else -#define INIT_REGEX_LOCK(opsname) +#define INIT_OPS_HASH(opsname) +#define ASSIGN_OPS_HASH(opsname, val) #endif static struct ftrace_ops ftrace_list_end __read_mostly = { .func = ftrace_stub, .flags = FTRACE_OPS_FL_RECURSION_SAFE | FTRACE_OPS_FL_STUB, + INIT_OPS_HASH(ftrace_list_end) }; /* ftrace_enabled is a method to turn ftrace on or off */ @@ -108,6 +114,7 @@ ftrace_func_t ftrace_trace_function __read_mostly = ftrace_stub; ftrace_func_t ftrace_pid_function __read_mostly = ftrace_stub; static struct ftrace_ops global_ops; +static struct ftrace_ops graph_ops; static struct ftrace_ops control_ops; #if ARCH_SUPPORTS_FTRACE_OPS @@ -143,7 +150,8 @@ { #ifdef CONFIG_DYNAMIC_FTRACE if (!(ops->flags & FTRACE_OPS_FL_INITIALIZED)) { - mutex_init(&ops->regex_lock); + mutex_init(&ops->local_hash.regex_lock); + ops->func_hash = &ops->local_hash; ops->flags |= FTRACE_OPS_FL_INITIALIZED; } #endif @@ -902,7 +910,7 @@ static struct ftrace_ops ftrace_profile_ops __read_mostly = { .func = function_profile_call, .flags = FTRACE_OPS_FL_RECURSION_SAFE | FTRACE_OPS_FL_INITIALIZED, - INIT_REGEX_LOCK(ftrace_profile_ops) + INIT_OPS_HASH(ftrace_profile_ops) }; static int register_ftrace_profiler(void) @@ -1040,6 +1048,12 @@ static struct pid * const ftrace_swapper_pid = &init_struct_pid; +#ifdef CONFIG_FUNCTION_GRAPH_TRACER +static int ftrace_graph_active; +#else +# define ftrace_graph_active 0 +#endif + #ifdef CONFIG_DYNAMIC_FTRACE #ifndef CONFIG_FTRACE_MCOUNT_RECORD @@ -1082,11 +1096,12 @@ #define EMPTY_HASH ((struct ftrace_hash *)&empty_hash) static struct ftrace_ops global_ops = { - .func = ftrace_stub, - .notrace_hash = EMPTY_HASH, - .filter_hash = EMPTY_HASH, - .flags = FTRACE_OPS_FL_RECURSION_SAFE | FTRACE_OPS_FL_INITIALIZED, - INIT_REGEX_LOCK(global_ops) + .func = ftrace_stub, + .local_hash.notrace_hash = EMPTY_HASH, + .local_hash.filter_hash = EMPTY_HASH, + INIT_OPS_HASH(global_ops) + .flags = FTRACE_OPS_FL_RECURSION_SAFE | + FTRACE_OPS_FL_INITIALIZED, }; struct ftrace_page { @@ -1227,8 +1242,8 @@ void ftrace_free_filter(struct ftrace_ops *ops) { ftrace_ops_init(ops); - free_ftrace_hash(ops->filter_hash); - free_ftrace_hash(ops->notrace_hash); + free_ftrace_hash(ops->func_hash->filter_hash); + free_ftrace_hash(ops->func_hash->notrace_hash); } static struct ftrace_hash *alloc_ftrace_hash(int size_bits) @@ -1289,9 +1304,9 @@ } static void -ftrace_hash_rec_disable(struct ftrace_ops *ops, int filter_hash); +ftrace_hash_rec_disable_modify(struct ftrace_ops *ops, int filter_hash); static void -ftrace_hash_rec_enable(struct ftrace_ops *ops, int filter_hash); +ftrace_hash_rec_enable_modify(struct ftrace_ops *ops, int filter_hash); static int ftrace_hash_move(struct ftrace_ops *ops, int enable, @@ -1311,7 +1326,7 @@ * Remove the current set, update the hash and add * them back. */ - ftrace_hash_rec_disable(ops, enable); + ftrace_hash_rec_disable_modify(ops, enable); /* * If the new source is empty, just free dst and assign it @@ -1360,7 +1375,7 @@ * On success, we enable the new hash. * On failure, we re-enable the original hash. */ - ftrace_hash_rec_enable(ops, enable); + ftrace_hash_rec_enable_modify(ops, enable); return ret; } @@ -1394,8 +1409,8 @@ return 0; #endif - filter_hash = rcu_dereference_raw_notrace(ops->filter_hash); - notrace_hash = rcu_dereference_raw_notrace(ops->notrace_hash); + filter_hash = rcu_dereference_raw_notrace(ops->func_hash->filter_hash); + notrace_hash = rcu_dereference_raw_notrace(ops->func_hash->notrace_hash); if ((ftrace_hash_empty(filter_hash) || ftrace_lookup_ip(filter_hash, ip)) && @@ -1519,14 +1534,14 @@ * gets inversed. */ if (filter_hash) { - hash = ops->filter_hash; - other_hash = ops->notrace_hash; + hash = ops->func_hash->filter_hash; + other_hash = ops->func_hash->notrace_hash; if (ftrace_hash_empty(hash)) all = 1; } else { inc = !inc; - hash = ops->notrace_hash; - other_hash = ops->filter_hash; + hash = ops->func_hash->notrace_hash; + other_hash = ops->func_hash->filter_hash; /* * If the notrace hash has no items, * then there's nothing to do. @@ -1604,6 +1619,41 @@ __ftrace_hash_rec_update(ops, filter_hash, 1); } +static void ftrace_hash_rec_update_modify(struct ftrace_ops *ops, + int filter_hash, int inc) +{ + struct ftrace_ops *op; + + __ftrace_hash_rec_update(ops, filter_hash, inc); + + if (ops->func_hash != &global_ops.local_hash) + return; + + /* + * If the ops shares the global_ops hash, then we need to update + * all ops that are enabled and use this hash. + */ + do_for_each_ftrace_op(op, ftrace_ops_list) { + /* Already done */ + if (op == ops) + continue; + if (op->func_hash == &global_ops.local_hash) + __ftrace_hash_rec_update(op, filter_hash, inc); + } while_for_each_ftrace_op(op); +} + +static void ftrace_hash_rec_disable_modify(struct ftrace_ops *ops, + int filter_hash) +{ + ftrace_hash_rec_update_modify(ops, filter_hash, 0); +} + +static void ftrace_hash_rec_enable_modify(struct ftrace_ops *ops, + int filter_hash) +{ + ftrace_hash_rec_update_modify(ops, filter_hash, 1); +} + static void print_ip_ins(const char *fmt, unsigned char *p) { int i; @@ -1809,7 +1859,7 @@ return ftrace_make_call(rec, ftrace_addr); case FTRACE_UPDATE_MAKE_NOP: - return ftrace_make_nop(NULL, rec, ftrace_addr); + return ftrace_make_nop(NULL, rec, ftrace_old_addr); case FTRACE_UPDATE_MODIFY_CALL: return ftrace_modify_call(rec, ftrace_old_addr, ftrace_addr); @@ -2167,24 +2217,36 @@ static void ftrace_startup_sysctl(void) { + int command; + if (unlikely(ftrace_disabled)) return; /* Force update next time */ saved_ftrace_func = NULL; /* ftrace_start_up is true if we want ftrace running */ - if (ftrace_start_up) - ftrace_run_update_code(FTRACE_UPDATE_CALLS); + if (ftrace_start_up) { + command = FTRACE_UPDATE_CALLS; + if (ftrace_graph_active) + command |= FTRACE_START_FUNC_RET; + ftrace_startup_enable(command); + } } static void ftrace_shutdown_sysctl(void) { + int command; + if (unlikely(ftrace_disabled)) return; /* ftrace_start_up is true if ftrace is running */ - if (ftrace_start_up) - ftrace_run_update_code(FTRACE_DISABLE_CALLS); + if (ftrace_start_up) { + command = FTRACE_DISABLE_CALLS; + if (ftrace_graph_active) + command |= FTRACE_STOP_FUNC_RET; + ftrace_run_update_code(command); + } } static cycle_t ftrace_update_time; @@ -2196,8 +2258,8 @@ * Filter_hash being empty will default to trace module. * But notrace hash requires a test of individual module functions. */ - return ftrace_hash_empty(ops->filter_hash) && - ftrace_hash_empty(ops->notrace_hash); + return ftrace_hash_empty(ops->func_hash->filter_hash) && + ftrace_hash_empty(ops->func_hash->notrace_hash); } /* @@ -2219,12 +2281,12 @@ return 0; /* The function must be in the filter */ - if (!ftrace_hash_empty(ops->filter_hash) && - !ftrace_lookup_ip(ops->filter_hash, rec->ip)) + if (!ftrace_hash_empty(ops->func_hash->filter_hash) && + !ftrace_lookup_ip(ops->func_hash->filter_hash, rec->ip)) return 0; /* If in notrace hash, we ignore it too */ - if (ftrace_lookup_ip(ops->notrace_hash, rec->ip)) + if (ftrace_lookup_ip(ops->func_hash->notrace_hash, rec->ip)) return 0; return 1; @@ -2544,10 +2606,10 @@ } else { rec = &iter->pg->records[iter->idx++]; if (((iter->flags & FTRACE_ITER_FILTER) && - !(ftrace_lookup_ip(ops->filter_hash, rec->ip))) || + !(ftrace_lookup_ip(ops->func_hash->filter_hash, rec->ip))) || ((iter->flags & FTRACE_ITER_NOTRACE) && - !ftrace_lookup_ip(ops->notrace_hash, rec->ip)) || + !ftrace_lookup_ip(ops->func_hash->notrace_hash, rec->ip)) || ((iter->flags & FTRACE_ITER_ENABLED) && !(rec->flags & FTRACE_FL_ENABLED))) { @@ -2596,7 +2658,7 @@ * functions are enabled. */ if (iter->flags & FTRACE_ITER_FILTER && - ftrace_hash_empty(ops->filter_hash)) { + ftrace_hash_empty(ops->func_hash->filter_hash)) { if (*pos > 0) return t_hash_start(m, pos); iter->flags |= FTRACE_ITER_PRINTALL; @@ -2750,12 +2812,12 @@ iter->ops = ops; iter->flags = flag; - mutex_lock(&ops->regex_lock); + mutex_lock(&ops->func_hash->regex_lock); if (flag & FTRACE_ITER_NOTRACE) - hash = ops->notrace_hash; + hash = ops->func_hash->notrace_hash; else - hash = ops->filter_hash; + hash = ops->func_hash->filter_hash; if (file->f_mode & FMODE_WRITE) { iter->hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, hash); @@ -2788,7 +2850,7 @@ file->private_data = iter; out_unlock: - mutex_unlock(&ops->regex_lock); + mutex_unlock(&ops->func_hash->regex_lock); return ret; } @@ -3026,7 +3088,7 @@ { .func = function_trace_probe_call, .flags = FTRACE_OPS_FL_INITIALIZED, - INIT_REGEX_LOCK(trace_probe_ops) + INIT_OPS_HASH(trace_probe_ops) }; static int ftrace_probe_registered; @@ -3089,7 +3151,7 @@ void *data) { struct ftrace_func_probe *entry; - struct ftrace_hash **orig_hash = &trace_probe_ops.filter_hash; + struct ftrace_hash **orig_hash = &trace_probe_ops.func_hash->filter_hash; struct ftrace_hash *hash; struct ftrace_page *pg; struct dyn_ftrace *rec; @@ -3106,7 +3168,7 @@ if (WARN_ON(not)) return -EINVAL; - mutex_lock(&trace_probe_ops.regex_lock); + mutex_lock(&trace_probe_ops.func_hash->regex_lock); hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); if (!hash) { @@ -3175,7 +3237,7 @@ out_unlock: mutex_unlock(&ftrace_lock); out: - mutex_unlock(&trace_probe_ops.regex_lock); + mutex_unlock(&trace_probe_ops.func_hash->regex_lock); free_ftrace_hash(hash); return count; @@ -3193,7 +3255,7 @@ struct ftrace_func_entry *rec_entry; struct ftrace_func_probe *entry; struct ftrace_func_probe *p; - struct ftrace_hash **orig_hash = &trace_probe_ops.filter_hash; + struct ftrace_hash **orig_hash = &trace_probe_ops.func_hash->filter_hash; struct list_head free_list; struct ftrace_hash *hash; struct hlist_node *tmp; @@ -3215,7 +3277,7 @@ return; } - mutex_lock(&trace_probe_ops.regex_lock); + mutex_lock(&trace_probe_ops.func_hash->regex_lock); hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); if (!hash) @@ -3268,7 +3330,7 @@ mutex_unlock(&ftrace_lock); out_unlock: - mutex_unlock(&trace_probe_ops.regex_lock); + mutex_unlock(&trace_probe_ops.func_hash->regex_lock); free_ftrace_hash(hash); } @@ -3464,12 +3526,12 @@ if (unlikely(ftrace_disabled)) return -ENODEV; - mutex_lock(&ops->regex_lock); + mutex_lock(&ops->func_hash->regex_lock); if (enable) - orig_hash = &ops->filter_hash; + orig_hash = &ops->func_hash->filter_hash; else - orig_hash = &ops->notrace_hash; + orig_hash = &ops->func_hash->notrace_hash; hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); if (!hash) { @@ -3497,7 +3559,7 @@ mutex_unlock(&ftrace_lock); out_regex_unlock: - mutex_unlock(&ops->regex_lock); + mutex_unlock(&ops->func_hash->regex_lock); free_ftrace_hash(hash); return ret; @@ -3704,15 +3766,15 @@ trace_parser_put(parser); - mutex_lock(&iter->ops->regex_lock); + mutex_lock(&iter->ops->func_hash->regex_lock); if (file->f_mode & FMODE_WRITE) { filter_hash = !!(iter->flags & FTRACE_ITER_FILTER); if (filter_hash) - orig_hash = &iter->ops->filter_hash; + orig_hash = &iter->ops->func_hash->filter_hash; else - orig_hash = &iter->ops->notrace_hash; + orig_hash = &iter->ops->func_hash->notrace_hash; mutex_lock(&ftrace_lock); ret = ftrace_hash_move(iter->ops, filter_hash, @@ -3723,7 +3785,7 @@ mutex_unlock(&ftrace_lock); } - mutex_unlock(&iter->ops->regex_lock); + mutex_unlock(&iter->ops->func_hash->regex_lock); free_ftrace_hash(iter->hash); kfree(iter); @@ -4335,7 +4397,6 @@ static struct ftrace_ops global_ops = { .func = ftrace_stub, .flags = FTRACE_OPS_FL_RECURSION_SAFE | FTRACE_OPS_FL_INITIALIZED, - INIT_REGEX_LOCK(global_ops) }; static int __init ftrace_nodyn_init(void) @@ -4437,7 +4498,7 @@ static struct ftrace_ops control_ops = { .func = ftrace_ops_control_func, .flags = FTRACE_OPS_FL_RECURSION_SAFE | FTRACE_OPS_FL_INITIALIZED, - INIT_REGEX_LOCK(control_ops) + INIT_OPS_HASH(control_ops) }; static inline void @@ -4853,12 +4914,12 @@ if (ftrace_enabled) { - ftrace_startup_sysctl(); - /* we are starting ftrace again */ if (ftrace_ops_list != &ftrace_list_end) update_ftrace_function(); + ftrace_startup_sysctl(); + } else { /* stopping ftrace calls (just send to ftrace_stub) */ ftrace_trace_function = ftrace_stub; @@ -4873,7 +4934,13 @@ #ifdef CONFIG_FUNCTION_GRAPH_TRACER -static int ftrace_graph_active; +static struct ftrace_ops graph_ops = { + .func = ftrace_stub, + .flags = FTRACE_OPS_FL_RECURSION_SAFE | + FTRACE_OPS_FL_INITIALIZED | + FTRACE_OPS_FL_STUB, + ASSIGN_OPS_HASH(graph_ops, &global_ops.local_hash) +}; int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace) { @@ -5035,12 +5102,28 @@ */ static void update_function_graph_func(void) { - if (ftrace_ops_list == &ftrace_list_end || - (ftrace_ops_list == &global_ops && - global_ops.next == &ftrace_list_end)) - ftrace_graph_entry = __ftrace_graph_entry; - else + struct ftrace_ops *op; + bool do_test = false; + + /* + * The graph and global ops share the same set of functions + * to test. If any other ops is on the list, then + * the graph tracing needs to test if its the function + * it should call. + */ + do_for_each_ftrace_op(op, ftrace_ops_list) { + if (op != &global_ops && op != &graph_ops && + op != &ftrace_list_end) { + do_test = true; + /* in double loop, break out with goto */ + goto out; + } + } while_for_each_ftrace_op(op); + out: + if (do_test) ftrace_graph_entry = ftrace_graph_entry_test; + else + ftrace_graph_entry = __ftrace_graph_entry; } static struct notifier_block ftrace_suspend_notifier = { @@ -5081,11 +5164,7 @@ ftrace_graph_entry = ftrace_graph_entry_test; update_function_graph_func(); - /* Function graph doesn't use the .func field of global_ops */ - global_ops.flags |= FTRACE_OPS_FL_STUB; - - ret = ftrace_startup(&global_ops, FTRACE_START_FUNC_RET); - + ret = ftrace_startup(&graph_ops, FTRACE_START_FUNC_RET); out: mutex_unlock(&ftrace_lock); return ret; @@ -5102,8 +5181,7 @@ ftrace_graph_return = (trace_func_graph_ret_t)ftrace_stub; ftrace_graph_entry = ftrace_graph_entry_stub; __ftrace_graph_entry = ftrace_graph_entry_stub; - ftrace_shutdown(&global_ops, FTRACE_STOP_FUNC_RET); - global_ops.flags &= ~FTRACE_OPS_FL_STUB; + ftrace_shutdown(&graph_ops, FTRACE_STOP_FUNC_RET); unregister_pm_notifier(&ftrace_suspend_notifier); unregister_trace_sched_switch(ftrace_graph_probe_sched_switch, NULL); --- linux-lts-utopic-3.16.0.orig/kernel/trace/ring_buffer.c +++ linux-lts-utopic-3.16.0/kernel/trace/ring_buffer.c @@ -450,7 +450,10 @@ struct rb_irq_work { struct irq_work work; wait_queue_head_t waiters; + wait_queue_head_t full_waiters; bool waiters_pending; + bool full_waiters_pending; + bool wakeup_full; }; /* @@ -532,31 +535,39 @@ struct rb_irq_work *rbwork = container_of(work, struct rb_irq_work, work); wake_up_all(&rbwork->waiters); + if (rbwork->wakeup_full) { + rbwork->wakeup_full = false; + wake_up_all(&rbwork->full_waiters); + } } /** * ring_buffer_wait - wait for input to the ring buffer * @buffer: buffer to wait on * @cpu: the cpu buffer to wait on + * @full: wait until a full page is available, if @cpu != RING_BUFFER_ALL_CPUS * * If @cpu == RING_BUFFER_ALL_CPUS then the task will wake up as soon * as data is added to any of the @buffer's cpu buffers. Otherwise * it will wait for data to be added to a specific cpu buffer. */ -int ring_buffer_wait(struct ring_buffer *buffer, int cpu) +int ring_buffer_wait(struct ring_buffer *buffer, int cpu, bool full) { - struct ring_buffer_per_cpu *cpu_buffer; + struct ring_buffer_per_cpu *uninitialized_var(cpu_buffer); DEFINE_WAIT(wait); struct rb_irq_work *work; + int ret = 0; /* * Depending on what the caller is waiting for, either any * data in any cpu buffer, or a specific buffer, put the * caller on the appropriate wait queue. */ - if (cpu == RING_BUFFER_ALL_CPUS) + if (cpu == RING_BUFFER_ALL_CPUS) { work = &buffer->irq_work; - else { + /* Full only makes sense on per cpu reads */ + full = false; + } else { if (!cpumask_test_cpu(cpu, buffer->cpumask)) return -ENODEV; cpu_buffer = buffer->buffers[cpu]; @@ -564,36 +575,70 @@ } - prepare_to_wait(&work->waiters, &wait, TASK_INTERRUPTIBLE); + while (true) { + if (full) + prepare_to_wait(&work->full_waiters, &wait, TASK_INTERRUPTIBLE); + else + prepare_to_wait(&work->waiters, &wait, TASK_INTERRUPTIBLE); - /* - * The events can happen in critical sections where - * checking a work queue can cause deadlocks. - * After adding a task to the queue, this flag is set - * only to notify events to try to wake up the queue - * using irq_work. - * - * We don't clear it even if the buffer is no longer - * empty. The flag only causes the next event to run - * irq_work to do the work queue wake up. The worse - * that can happen if we race with !trace_empty() is that - * an event will cause an irq_work to try to wake up - * an empty queue. - * - * There's no reason to protect this flag either, as - * the work queue and irq_work logic will do the necessary - * synchronization for the wake ups. The only thing - * that is necessary is that the wake up happens after - * a task has been queued. It's OK for spurious wake ups. - */ - work->waiters_pending = true; + /* + * The events can happen in critical sections where + * checking a work queue can cause deadlocks. + * After adding a task to the queue, this flag is set + * only to notify events to try to wake up the queue + * using irq_work. + * + * We don't clear it even if the buffer is no longer + * empty. The flag only causes the next event to run + * irq_work to do the work queue wake up. The worse + * that can happen if we race with !trace_empty() is that + * an event will cause an irq_work to try to wake up + * an empty queue. + * + * There's no reason to protect this flag either, as + * the work queue and irq_work logic will do the necessary + * synchronization for the wake ups. The only thing + * that is necessary is that the wake up happens after + * a task has been queued. It's OK for spurious wake ups. + */ + if (full) + work->full_waiters_pending = true; + else + work->waiters_pending = true; + + if (signal_pending(current)) { + ret = -EINTR; + break; + } + + if (cpu == RING_BUFFER_ALL_CPUS && !ring_buffer_empty(buffer)) + break; + + if (cpu != RING_BUFFER_ALL_CPUS && + !ring_buffer_empty_cpu(buffer, cpu)) { + unsigned long flags; + bool pagebusy; + + if (!full) + break; + + raw_spin_lock_irqsave(&cpu_buffer->reader_lock, flags); + pagebusy = cpu_buffer->reader_page == cpu_buffer->commit_page; + raw_spin_unlock_irqrestore(&cpu_buffer->reader_lock, flags); + + if (!pagebusy) + break; + } - if ((cpu == RING_BUFFER_ALL_CPUS && ring_buffer_empty(buffer)) || - (cpu != RING_BUFFER_ALL_CPUS && ring_buffer_empty_cpu(buffer, cpu))) schedule(); + } - finish_wait(&work->waiters, &wait); - return 0; + if (full) + finish_wait(&work->full_waiters, &wait); + else + finish_wait(&work->waiters, &wait); + + return ret; } /** @@ -626,8 +671,22 @@ work = &cpu_buffer->irq_work; } - work->waiters_pending = true; poll_wait(filp, &work->waiters, poll_table); + work->waiters_pending = true; + /* + * There's a tight race between setting the waiters_pending and + * checking if the ring buffer is empty. Once the waiters_pending bit + * is set, the next event will wake the task up, but we can get stuck + * if there's only a single event in. + * + * FIXME: Ideally, we need a memory barrier on the writer side as well, + * but adding a memory barrier to all events will cause too much of a + * performance hit in the fast path. We only need a memory barrier when + * the buffer goes from empty to having content. But as this race is + * extremely small, and it's not a problem if another event comes in, we + * will fix it later. + */ + smp_mb(); if ((cpu == RING_BUFFER_ALL_CPUS && !ring_buffer_empty(buffer)) || (cpu != RING_BUFFER_ALL_CPUS && !ring_buffer_empty_cpu(buffer, cpu))) @@ -1192,6 +1251,7 @@ init_completion(&cpu_buffer->update_done); init_irq_work(&cpu_buffer->irq_work.work, rb_wake_up_waiters); init_waitqueue_head(&cpu_buffer->irq_work.waiters); + init_waitqueue_head(&cpu_buffer->irq_work.full_waiters); bpage = kzalloc_node(ALIGN(sizeof(*bpage), cache_line_size()), GFP_KERNEL, cpu_to_node(cpu)); @@ -1938,12 +1998,6 @@ goto again; } -static void rb_reset_reader_page(struct ring_buffer_per_cpu *cpu_buffer) -{ - cpu_buffer->read_stamp = cpu_buffer->reader_page->page->time_stamp; - cpu_buffer->reader_page->read = 0; -} - static void rb_inc_iter(struct ring_buffer_iter *iter) { struct ring_buffer_per_cpu *cpu_buffer = iter->cpu_buffer; @@ -1984,7 +2038,7 @@ /** * rb_update_event - update event type and data - * @event: the even to update + * @event: the event to update * @type: the type of event * @length: the size of the event field in the ring buffer * @@ -2640,7 +2694,7 @@ static __always_inline int trace_recursive_lock(void) { - unsigned int val = this_cpu_read(current_context); + unsigned int val = __this_cpu_read(current_context); int bit; if (in_interrupt()) { @@ -2657,18 +2711,17 @@ return 1; val |= (1 << bit); - this_cpu_write(current_context, val); + __this_cpu_write(current_context, val); return 0; } static __always_inline void trace_recursive_unlock(void) { - unsigned int val = this_cpu_read(current_context); + unsigned int val = __this_cpu_read(current_context); - val--; - val &= this_cpu_read(current_context); - this_cpu_write(current_context, val); + val &= val & (val - 1); + __this_cpu_write(current_context, val); } #else @@ -2779,6 +2832,8 @@ static __always_inline void rb_wakeups(struct ring_buffer *buffer, struct ring_buffer_per_cpu *cpu_buffer) { + bool pagebusy; + if (buffer->irq_work.waiters_pending) { buffer->irq_work.waiters_pending = false; /* irq_work_queue() supplies it's own memory barriers */ @@ -2790,6 +2845,15 @@ /* irq_work_queue() supplies it's own memory barriers */ irq_work_queue(&cpu_buffer->irq_work.work); } + + pagebusy = cpu_buffer->reader_page == cpu_buffer->commit_page; + + if (!pagebusy && cpu_buffer->irq_work.full_waiters_pending) { + cpu_buffer->irq_work.wakeup_full = true; + cpu_buffer->irq_work.full_waiters_pending = false; + /* irq_work_queue() supplies it's own memory barriers */ + irq_work_queue(&cpu_buffer->irq_work.work); + } } /** @@ -3357,21 +3421,16 @@ struct ring_buffer_per_cpu *cpu_buffer = iter->cpu_buffer; /* Iterator usage is expected to have record disabled */ - if (list_empty(&cpu_buffer->reader_page->list)) { - iter->head_page = rb_set_head_page(cpu_buffer); - if (unlikely(!iter->head_page)) - return; - iter->head = iter->head_page->read; - } else { - iter->head_page = cpu_buffer->reader_page; - iter->head = cpu_buffer->reader_page->read; - } + iter->head_page = cpu_buffer->reader_page; + iter->head = cpu_buffer->reader_page->read; + + iter->cache_reader_page = iter->head_page; + iter->cache_read = cpu_buffer->read; + if (iter->head) iter->read_stamp = cpu_buffer->read_stamp; else iter->read_stamp = iter->head_page->page->time_stamp; - iter->cache_reader_page = cpu_buffer->reader_page; - iter->cache_read = cpu_buffer->read; } /** @@ -3587,7 +3646,7 @@ /* Finally update the reader page to the new head */ cpu_buffer->reader_page = reader; - rb_reset_reader_page(cpu_buffer); + cpu_buffer->reader_page->read = 0; if (overwrite != cpu_buffer->last_overrun) { cpu_buffer->lost_events = overwrite - cpu_buffer->last_overrun; @@ -3597,6 +3656,10 @@ goto again; out: + /* Update the read_stamp on the first event */ + if (reader && reader->read == 0) + cpu_buffer->read_stamp = reader->page->time_stamp; + arch_spin_unlock(&cpu_buffer->lock); local_irq_restore(flags); @@ -3764,12 +3827,14 @@ return NULL; /* - * We repeat when a time extend is encountered. - * Since the time extend is always attached to a data event, - * we should never loop more than once. - * (We never hit the following condition more than twice). + * We repeat when a time extend is encountered or we hit + * the end of the page. Since the time extend is always attached + * to a data event, we should never loop more than three times. + * Once for going to next page, once on time extend, and + * finally once to get the event. + * (We never hit the following condition more than thrice). */ - if (RB_WARN_ON(cpu_buffer, ++nr_loops > 2)) + if (RB_WARN_ON(cpu_buffer, ++nr_loops > 3)) return NULL; if (rb_per_cpu_empty(cpu_buffer)) --- linux-lts-utopic-3.16.0.orig/kernel/trace/ring_buffer_benchmark.c +++ linux-lts-utopic-3.16.0/kernel/trace/ring_buffer_benchmark.c @@ -455,7 +455,7 @@ if (producer_fifo >= 0) { struct sched_param param = { - .sched_priority = consumer_fifo + .sched_priority = producer_fifo }; sched_setscheduler(producer, SCHED_FIFO, ¶m); } else --- linux-lts-utopic-3.16.0.orig/kernel/trace/trace.c +++ linux-lts-utopic-3.16.0/kernel/trace/trace.c @@ -1099,13 +1099,14 @@ } #endif /* CONFIG_TRACER_MAX_TRACE */ -static int wait_on_pipe(struct trace_iterator *iter) +static int wait_on_pipe(struct trace_iterator *iter, bool full) { /* Iterators are static, they should be filled or empty */ if (trace_buffer_iter(iter, iter->cpu_file)) return 0; - return ring_buffer_wait(iter->trace_buffer->buffer, iter->cpu_file); + return ring_buffer_wait(iter->trace_buffer->buffer, iter->cpu_file, + full); } #ifdef CONFIG_FTRACE_STARTUP_TEST @@ -4412,15 +4413,12 @@ mutex_unlock(&iter->mutex); - ret = wait_on_pipe(iter); + ret = wait_on_pipe(iter, false); mutex_lock(&iter->mutex); if (ret) return ret; - - if (signal_pending(current)) - return -EINTR; } return 1; @@ -4896,7 +4894,7 @@ *fpos += written; out_unlock: - for (i = 0; i < nr_pages; i++){ + for (i = nr_pages - 1; i >= 0; i--) { kunmap_atomic(map_page[i]); put_page(pages[i]); } @@ -5343,16 +5341,12 @@ goto out_unlock; } mutex_unlock(&trace_types_lock); - ret = wait_on_pipe(iter); + ret = wait_on_pipe(iter, false); mutex_lock(&trace_types_lock); if (ret) { size = ret; goto out_unlock; } - if (signal_pending(current)) { - size = -EINTR; - goto out_unlock; - } goto again; } size = 0; @@ -5558,14 +5552,11 @@ goto out; } mutex_unlock(&trace_types_lock); - ret = wait_on_pipe(iter); + ret = wait_on_pipe(iter, true); mutex_lock(&trace_types_lock); if (ret) goto out; - if (signal_pending(current)) { - ret = -EINTR; - goto out; - } + goto again; } @@ -6393,7 +6384,7 @@ int ret; /* Paranoid: Make sure the parent is the "instances" directory */ - parent = hlist_entry(inode->i_dentry.first, struct dentry, d_alias); + parent = hlist_entry(inode->i_dentry.first, struct dentry, d_u.d_alias); if (WARN_ON_ONCE(parent != trace_instance_dir)) return -ENOENT; @@ -6420,7 +6411,7 @@ int ret; /* Paranoid: Make sure the parent is the "instances" directory */ - parent = hlist_entry(inode->i_dentry.first, struct dentry, d_alias); + parent = hlist_entry(inode->i_dentry.first, struct dentry, d_u.d_alias); if (WARN_ON_ONCE(parent != trace_instance_dir)) return -ENOENT; --- linux-lts-utopic-3.16.0.orig/kernel/trace/trace.h +++ linux-lts-utopic-3.16.0/kernel/trace/trace.h @@ -440,6 +440,7 @@ TRACE_CONTROL_BIT, + TRACE_BRANCH_BIT, /* * Abuse of the trace_recursion. * As we need a way to maintain state if we are tracing the function --- linux-lts-utopic-3.16.0.orig/kernel/trace/trace_branch.c +++ linux-lts-utopic-3.16.0/kernel/trace/trace_branch.c @@ -37,9 +37,12 @@ struct trace_branch *entry; struct ring_buffer *buffer; unsigned long flags; - int cpu, pc; + int pc; const char *p; + if (current->trace_recursion & TRACE_BRANCH_BIT) + return; + /* * I would love to save just the ftrace_likely_data pointer, but * this code can also be used by modules. Ugly things can happen @@ -50,10 +53,10 @@ if (unlikely(!tr)) return; - local_irq_save(flags); - cpu = raw_smp_processor_id(); - data = per_cpu_ptr(tr->trace_buffer.data, cpu); - if (atomic_inc_return(&data->disabled) != 1) + raw_local_irq_save(flags); + current->trace_recursion |= TRACE_BRANCH_BIT; + data = this_cpu_ptr(tr->trace_buffer.data); + if (atomic_read(&data->disabled)) goto out; pc = preempt_count(); @@ -82,8 +85,8 @@ __buffer_unlock_commit(buffer, event); out: - atomic_dec(&data->disabled); - local_irq_restore(flags); + current->trace_recursion &= ~TRACE_BRANCH_BIT; + raw_local_irq_restore(flags); } static inline --- linux-lts-utopic-3.16.0.orig/kernel/trace/trace_events.c +++ linux-lts-utopic-3.16.0/kernel/trace/trace_events.c @@ -459,7 +459,7 @@ if (dir) { spin_lock(&dir->d_lock); /* probably unneeded */ - list_for_each_entry(child, &dir->d_subdirs, d_u.d_child) { + list_for_each_entry(child, &dir->d_subdirs, d_child) { if (child->d_inode) /* probably unneeded */ child->d_inode->i_private = NULL; } @@ -642,7 +642,8 @@ * The ftrace subsystem is for showing formats only. * They can not be enabled or disabled via the event files. */ - if (call->class && call->class->reg) + if (call->class && call->class->reg && + !(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) return file; } --- linux-lts-utopic-3.16.0.orig/kernel/trace/trace_events_filter.c +++ linux-lts-utopic-3.16.0/kernel/trace/trace_events_filter.c @@ -1086,6 +1086,9 @@ static char infix_next(struct filter_parse_state *ps) { + if (!ps->infix.cnt) + return 0; + ps->infix.cnt--; return ps->infix.string[ps->infix.tail++]; @@ -1101,6 +1104,9 @@ static void infix_advance(struct filter_parse_state *ps) { + if (!ps->infix.cnt) + return; + ps->infix.cnt--; ps->infix.tail++; } @@ -1399,19 +1405,26 @@ { int n_normal_preds = 0, n_logical_preds = 0; struct postfix_elt *elt; + int cnt = 0; list_for_each_entry(elt, &ps->postfix, list) { - if (elt->op == OP_NONE) + if (elt->op == OP_NONE) { + cnt++; continue; + } + cnt--; if (elt->op == OP_AND || elt->op == OP_OR) { n_logical_preds++; continue; } n_normal_preds++; + /* all ops should have operands */ + if (cnt < 0) + break; } - if (!n_normal_preds || n_logical_preds >= n_normal_preds) { + if (cnt != 1 || !n_normal_preds || n_logical_preds >= n_normal_preds) { parse_error(ps, FILT_ERR_INVALID_FILTER, 0); return -EINVAL; } --- linux-lts-utopic-3.16.0.orig/kernel/trace/trace_printk.c +++ linux-lts-utopic-3.16.0/kernel/trace/trace_printk.c @@ -269,6 +269,7 @@ if (*pos < last_index + start_index) return __start___tracepoint_str + (*pos - last_index); + start_index += last_index; return find_next_mod_format(start_index, v, fmt, pos); } --- linux-lts-utopic-3.16.0.orig/kernel/trace/trace_syscalls.c +++ linux-lts-utopic-3.16.0/kernel/trace/trace_syscalls.c @@ -313,7 +313,7 @@ int size; syscall_nr = trace_get_syscall_nr(current, regs); - if (syscall_nr < 0) + if (syscall_nr < 0 || syscall_nr >= NR_syscalls) return; /* Here we're inside tp handler's rcu_read_lock_sched (__DO_TRACE) */ @@ -360,7 +360,7 @@ int syscall_nr; syscall_nr = trace_get_syscall_nr(current, regs); - if (syscall_nr < 0) + if (syscall_nr < 0 || syscall_nr >= NR_syscalls) return; /* Here we're inside tp handler's rcu_read_lock_sched (__DO_TRACE()) */ @@ -567,7 +567,7 @@ int size; syscall_nr = trace_get_syscall_nr(current, regs); - if (syscall_nr < 0) + if (syscall_nr < 0 || syscall_nr >= NR_syscalls) return; if (!test_bit(syscall_nr, enabled_perf_enter_syscalls)) return; @@ -641,7 +641,7 @@ int size; syscall_nr = trace_get_syscall_nr(current, regs); - if (syscall_nr < 0) + if (syscall_nr < 0 || syscall_nr >= NR_syscalls) return; if (!test_bit(syscall_nr, enabled_perf_exit_syscalls)) return; --- linux-lts-utopic-3.16.0.orig/kernel/uid16.c +++ linux-lts-utopic-3.16.0/kernel/uid16.c @@ -176,7 +176,7 @@ struct group_info *group_info; int retval; - if (!ns_capable(current_user_ns(), CAP_SETGID)) + if (!may_setgroups()) return -EPERM; if ((unsigned)gidsetsize > NGROUPS_MAX) return -EINVAL; --- linux-lts-utopic-3.16.0.orig/kernel/user.c +++ linux-lts-utopic-3.16.0/kernel/user.c @@ -51,6 +51,7 @@ .owner = GLOBAL_ROOT_UID, .group = GLOBAL_ROOT_GID, .proc_inum = PROC_USER_INIT_INO, + .flags = USERNS_INIT_FLAGS, #ifdef CONFIG_PERSISTENT_KEYRINGS .persistent_keyring_register_sem = __RWSEM_INITIALIZER(init_user_ns.persistent_keyring_register_sem), --- linux-lts-utopic-3.16.0.orig/kernel/user_namespace.c +++ linux-lts-utopic-3.16.0/kernel/user_namespace.c @@ -24,6 +24,7 @@ #include static struct kmem_cache *user_ns_cachep __read_mostly; +static DEFINE_MUTEX(userns_state_mutex); static bool new_idmap_permitted(const struct file *file, struct user_namespace *ns, int cap_setid, @@ -99,6 +100,11 @@ ns->owner = owner; ns->group = group; + /* Inherit USERNS_SETGROUPS_ALLOWED from our parent */ + mutex_lock(&userns_state_mutex); + ns->flags = parent_ns->flags; + mutex_unlock(&userns_state_mutex); + set_cred_user_ns(new, ns); #ifdef CONFIG_PERSISTENT_KEYRINGS @@ -583,9 +589,6 @@ return false; } - -static DEFINE_MUTEX(id_map_mutex); - static ssize_t map_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos, int cap_setid, @@ -602,7 +605,7 @@ ssize_t ret = -EINVAL; /* - * The id_map_mutex serializes all writes to any given map. + * The userns_state_mutex serializes all writes to any given map. * * Any map is only ever written once. * @@ -620,7 +623,7 @@ * order and smp_rmb() is guaranteed that we don't have crazy * architectures returning stale data. */ - mutex_lock(&id_map_mutex); + mutex_lock(&userns_state_mutex); ret = -EPERM; /* Only allow one successful write to the map */ @@ -750,7 +753,7 @@ *ppos = count; ret = count; out: - mutex_unlock(&id_map_mutex); + mutex_unlock(&userns_state_mutex); if (page) free_page(page); return ret; @@ -812,16 +815,21 @@ struct user_namespace *ns, int cap_setid, struct uid_gid_map *new_map) { - /* Allow mapping to your own filesystem ids */ - if ((new_map->nr_extents == 1) && (new_map->extent[0].count == 1)) { + const struct cred *cred = file->f_cred; + /* Don't allow mappings that would allow anything that wouldn't + * be allowed without the establishment of unprivileged mappings. + */ + if ((new_map->nr_extents == 1) && (new_map->extent[0].count == 1) && + uid_eq(ns->owner, cred->euid)) { u32 id = new_map->extent[0].lower_first; if (cap_setid == CAP_SETUID) { kuid_t uid = make_kuid(ns->parent, id); - if (uid_eq(uid, file->f_cred->fsuid)) + if (uid_eq(uid, cred->euid)) return true; } else if (cap_setid == CAP_SETGID) { kgid_t gid = make_kgid(ns->parent, id); - if (gid_eq(gid, file->f_cred->fsgid)) + if (!(ns->flags & USERNS_SETGROUPS_ALLOWED) && + gid_eq(gid, cred->egid)) return true; } } @@ -841,6 +849,100 @@ return false; } +int proc_setgroups_show(struct seq_file *seq, void *v) +{ + struct user_namespace *ns = seq->private; + unsigned long userns_flags = ACCESS_ONCE(ns->flags); + + seq_printf(seq, "%s\n", + (userns_flags & USERNS_SETGROUPS_ALLOWED) ? + "allow" : "deny"); + return 0; +} + +ssize_t proc_setgroups_write(struct file *file, const char __user *buf, + size_t count, loff_t *ppos) +{ + struct seq_file *seq = file->private_data; + struct user_namespace *ns = seq->private; + char kbuf[8], *pos; + bool setgroups_allowed; + ssize_t ret; + + /* Only allow a very narrow range of strings to be written */ + ret = -EINVAL; + if ((*ppos != 0) || (count >= sizeof(kbuf))) + goto out; + + /* What was written? */ + ret = -EFAULT; + if (copy_from_user(kbuf, buf, count)) + goto out; + kbuf[count] = '\0'; + pos = kbuf; + + /* What is being requested? */ + ret = -EINVAL; + if (strncmp(pos, "allow", 5) == 0) { + pos += 5; + setgroups_allowed = true; + } + else if (strncmp(pos, "deny", 4) == 0) { + pos += 4; + setgroups_allowed = false; + } + else + goto out; + + /* Verify there is not trailing junk on the line */ + pos = skip_spaces(pos); + if (*pos != '\0') + goto out; + + ret = -EPERM; + mutex_lock(&userns_state_mutex); + if (setgroups_allowed) { + /* Enabling setgroups after setgroups has been disabled + * is not allowed. + */ + if (!(ns->flags & USERNS_SETGROUPS_ALLOWED)) + goto out_unlock; + } else { + /* Permanently disabling setgroups after setgroups has + * been enabled by writing the gid_map is not allowed. + */ + if (ns->gid_map.nr_extents != 0) + goto out_unlock; + ns->flags &= ~USERNS_SETGROUPS_ALLOWED; + } + mutex_unlock(&userns_state_mutex); + + /* Report a successful write */ + *ppos = count; + ret = count; +out: + return ret; +out_unlock: + mutex_unlock(&userns_state_mutex); + goto out; +} + +bool userns_may_setgroups(const struct user_namespace *ns) +{ + bool allowed; + + mutex_lock(&userns_state_mutex); + /* It is not safe to use setgroups until a gid mapping in + * the user namespace has been established. + */ + allowed = ns->gid_map.nr_extents != 0; + /* Is setgroups allowed? */ + allowed = allowed && (ns->flags & USERNS_SETGROUPS_ALLOWED); + mutex_unlock(&userns_state_mutex); + + return allowed; +} + static void *userns_get(struct task_struct *task) { struct user_namespace *user_ns; --- linux-lts-utopic-3.16.0.orig/kernel/utsname.c +++ linux-lts-utopic-3.16.0/kernel/utsname.c @@ -93,13 +93,13 @@ struct uts_namespace *ns = NULL; struct nsproxy *nsproxy; - rcu_read_lock(); - nsproxy = task_nsproxy(task); + task_lock(task); + nsproxy = task->nsproxy; if (nsproxy) { ns = nsproxy->uts_ns; get_uts_ns(ns); } - rcu_read_unlock(); + task_unlock(task); return ns; } --- linux-lts-utopic-3.16.0.orig/kernel/workqueue.c +++ linux-lts-utopic-3.16.0/kernel/workqueue.c @@ -553,6 +553,16 @@ int node) { assert_rcu_or_wq_mutex(wq); + + /* + * XXX: @node can be NUMA_NO_NODE if CPU goes offline while a + * delayed item is pending. The plan is to keep CPU -> NODE + * mapping valid and stable across CPU on/offlines. Once that + * happens, this workaround can be removed. + */ + if (unlikely(node == NUMA_NO_NODE)) + return wq->dfl_pwq; + return rcu_dereference_raw(wq->numa_pwq_tbl[node]); } @@ -1891,17 +1901,11 @@ * spin_lock_irq(pool->lock) which may be released and regrabbed * multiple times. Does GFP_KERNEL allocations. Called only from * manager. - * - * Return: - * %false if no action was taken and pool->lock stayed locked, %true - * otherwise. */ -static bool maybe_create_worker(struct worker_pool *pool) +static void maybe_create_worker(struct worker_pool *pool) __releases(&pool->lock) __acquires(&pool->lock) { - if (!need_to_create_worker(pool)) - return false; restart: spin_unlock_irq(&pool->lock); @@ -1918,7 +1922,7 @@ start_worker(worker); if (WARN_ON_ONCE(need_to_create_worker(pool))) goto restart; - return true; + return; } if (!need_to_create_worker(pool)) @@ -1935,7 +1939,6 @@ spin_lock_irq(&pool->lock); if (need_to_create_worker(pool)) goto restart; - return true; } /** @@ -1955,16 +1958,14 @@ * multiple times. Does GFP_KERNEL allocations. * * Return: - * %false if the pool don't need management and the caller can safely start - * processing works, %true indicates that the function released pool->lock - * and reacquired it to perform some management function and that the - * conditions that the caller verified while holding the lock before - * calling the function might no longer be true. + * %false if the pool doesn't need management and the caller can safely + * start processing works, %true if management function was performed and + * the conditions that the caller verified before calling the function may + * no longer be true. */ static bool manage_workers(struct worker *worker) { struct worker_pool *pool = worker->pool; - bool ret = false; /* * Anyone who successfully grabs manager_arb wins the arbitration @@ -1977,12 +1978,12 @@ * actual management, the pool may stall indefinitely. */ if (!mutex_trylock(&pool->manager_arb)) - return ret; + return false; - ret |= maybe_create_worker(pool); + maybe_create_worker(pool); mutex_unlock(&pool->manager_arb); - return ret; + return true; } /** @@ -2778,19 +2779,57 @@ } EXPORT_SYMBOL_GPL(flush_work); +struct cwt_wait { + wait_queue_t wait; + struct work_struct *work; +}; + +static int cwt_wakefn(wait_queue_t *wait, unsigned mode, int sync, void *key) +{ + struct cwt_wait *cwait = container_of(wait, struct cwt_wait, wait); + + if (cwait->work != key) + return 0; + return autoremove_wake_function(wait, mode, sync, key); +} + static bool __cancel_work_timer(struct work_struct *work, bool is_dwork) { + static DECLARE_WAIT_QUEUE_HEAD(cancel_waitq); unsigned long flags; int ret; do { ret = try_to_grab_pending(work, is_dwork, &flags); /* - * If someone else is canceling, wait for the same event it - * would be waiting for before retrying. + * If someone else is already canceling, wait for it to + * finish. flush_work() doesn't work for PREEMPT_NONE + * because we may get scheduled between @work's completion + * and the other canceling task resuming and clearing + * CANCELING - flush_work() will return false immediately + * as @work is no longer busy, try_to_grab_pending() will + * return -ENOENT as @work is still being canceled and the + * other canceling task won't be able to clear CANCELING as + * we're hogging the CPU. + * + * Let's wait for completion using a waitqueue. As this + * may lead to the thundering herd problem, use a custom + * wake function which matches @work along with exclusive + * wait and wakeup. */ - if (unlikely(ret == -ENOENT)) - flush_work(work); + if (unlikely(ret == -ENOENT)) { + struct cwt_wait cwait; + + init_wait(&cwait.wait); + cwait.wait.func = cwt_wakefn; + cwait.work = work; + + prepare_to_wait_exclusive(&cancel_waitq, &cwait.wait, + TASK_UNINTERRUPTIBLE); + if (work_is_canceling(work)) + schedule(); + finish_wait(&cancel_waitq, &cwait.wait); + } } while (unlikely(ret < 0)); /* tell other tasks trying to grab @work to back off */ @@ -2799,6 +2838,16 @@ flush_work(work); clear_work_data(work); + + /* + * Paired with prepare_to_wait() above so that either + * waitqueue_active() is visible here or !work_is_canceling() is + * visible there. + */ + smp_mb(); + if (waitqueue_active(&cancel_waitq)) + __wake_up(&cancel_waitq, TASK_NORMAL, 1, work); + return ret; } --- linux-lts-utopic-3.16.0.orig/lib/asn1_decoder.c +++ linux-lts-utopic-3.16.0/lib/asn1_decoder.c @@ -69,7 +69,7 @@ /* Extract a tag from the data */ tag = data[dp++]; - if (tag == 0) { + if (tag == ASN1_EOC) { /* It appears to be an EOC. */ if (data[dp++] != 0) goto invalid_eoc; @@ -91,10 +91,8 @@ /* Extract the length */ len = data[dp++]; - if (len <= 0x7f) { - dp += len; - goto next_tag; - } + if (len <= 0x7f) + goto check_length; if (unlikely(len == ASN1_INDEFINITE_LENGTH)) { /* Indefinite length */ @@ -105,14 +103,18 @@ } n = len - 0x80; - if (unlikely(n > sizeof(size_t) - 1)) + if (unlikely(n > sizeof(len) - 1)) goto length_too_long; if (unlikely(n > datalen - dp)) goto data_overrun_error; - for (len = 0; n > 0; n--) { + len = 0; + for (; n > 0; n--) { len <<= 8; len |= data[dp++]; } +check_length: + if (len > datalen - dp) + goto data_overrun_error; dp += len; goto next_tag; @@ -208,9 +210,8 @@ unsigned char tmp; /* Skip conditional matches if possible */ - if ((op & ASN1_OP_MATCH__COND && - flags & FLAG_MATCHED) || - dp == datalen) { + if ((op & ASN1_OP_MATCH__COND && flags & FLAG_MATCHED) || + (op & ASN1_OP_MATCH__SKIP && dp == datalen)) { pc += asn1_op_lengths[op]; goto next_op; } --- linux-lts-utopic-3.16.0.orig/lib/assoc_array.c +++ linux-lts-utopic-3.16.0/lib/assoc_array.c @@ -1723,11 +1723,13 @@ shortcut = assoc_array_ptr_to_shortcut(ptr); slot = shortcut->parent_slot; cursor = shortcut->back_pointer; + if (!cursor) + goto gc_complete; } else { slot = node->parent_slot; cursor = ptr; } - BUG_ON(!ptr); + BUG_ON(!cursor); node = assoc_array_ptr_to_node(cursor); slot++; goto continue_node; @@ -1735,7 +1737,7 @@ gc_complete: edit->set[0].to = new_root; assoc_array_apply_edit(edit); - edit->array->nr_leaves_on_tree = nr_leaves_on_tree; + array->nr_leaves_on_tree = nr_leaves_on_tree; return 0; enomem: --- linux-lts-utopic-3.16.0.orig/lib/bitmap.c +++ linux-lts-utopic-3.16.0/lib/bitmap.c @@ -131,7 +131,9 @@ lower = src[off + k]; if (left && off + k == lim - 1) lower &= mask; - dst[k] = upper << (BITS_PER_LONG - rem) | lower >> rem; + dst[k] = lower >> rem; + if (rem) + dst[k] |= upper << (BITS_PER_LONG - rem); if (left && k == lim - 1) dst[k] &= mask; } @@ -172,7 +174,9 @@ upper = src[k]; if (left && k == lim - 1) upper &= (1UL << left) - 1; - dst[k + off] = lower >> (BITS_PER_LONG - rem) | upper << rem; + dst[k + off] = upper << rem; + if (rem) + dst[k + off] |= lower >> (BITS_PER_LONG - rem); if (left && k + off == lim - 1) dst[k + off] &= (1UL << left) - 1; } @@ -599,12 +603,12 @@ unsigned a, b; int c, old_c, totaldigits; const char __user __force *ubuf = (const char __user __force *)buf; - int exp_digit, in_range; + int at_start, in_range; totaldigits = c = 0; bitmap_zero(maskp, nmaskbits); do { - exp_digit = 1; + at_start = 1; in_range = 0; a = b = 0; @@ -633,11 +637,10 @@ break; if (c == '-') { - if (exp_digit || in_range) + if (at_start || in_range) return -EINVAL; b = 0; in_range = 1; - exp_digit = 1; continue; } @@ -647,16 +650,18 @@ b = b * 10 + (c - '0'); if (!in_range) a = b; - exp_digit = 0; + at_start = 0; totaldigits++; } if (!(a <= b)) return -EINVAL; if (b >= nmaskbits) return -ERANGE; - while (a <= b) { - set_bit(a, maskp); - a++; + if (!at_start) { + while (a <= b) { + set_bit(a, maskp); + a++; + } } } while (buflen && c == ','); return 0; --- linux-lts-utopic-3.16.0.orig/lib/checksum.c +++ linux-lts-utopic-3.16.0/lib/checksum.c @@ -181,6 +181,15 @@ EXPORT_SYMBOL(csum_partial_copy); #ifndef csum_tcpudp_nofold +static inline u32 from64to32(u64 x) +{ + /* add up 32-bit and 32-bit for 32+c bit */ + x = (x & 0xffffffff) + (x >> 32); + /* add up carry.. */ + x = (x & 0xffffffff) + (x >> 32); + return (u32)x; +} + __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, unsigned short len, unsigned short proto, @@ -195,8 +204,7 @@ #else s += (proto + len) << 8; #endif - s += (s >> 32); - return (__force __wsum)s; + return (__force __wsum)from64to32(s); } EXPORT_SYMBOL(csum_tcpudp_nofold); #endif --- linux-lts-utopic-3.16.0.orig/lib/decompress_bunzip2.c +++ linux-lts-utopic-3.16.0/lib/decompress_bunzip2.c @@ -184,7 +184,7 @@ if (get_bits(bd, 1)) return RETVAL_OBSOLETE_INPUT; origPtr = get_bits(bd, 24); - if (origPtr > dbufSize) + if (origPtr >= dbufSize) return RETVAL_DATA_ERROR; /* mapping table: if some byte values are never used (encoding things like ascii text), the compression code removes the gaps to have fewer --- linux-lts-utopic-3.16.0.orig/lib/devres.c +++ linux-lts-utopic-3.16.0/lib/devres.c @@ -425,7 +425,7 @@ if (!iomap) return; - for (i = 0; i < DEVICE_COUNT_RESOURCE; i++) { + for (i = 0; i < PCIM_IOMAP_MAX; i++) { if (!(mask & (1 << i))) continue; --- linux-lts-utopic-3.16.0.orig/lib/dma-debug.c +++ linux-lts-utopic-3.16.0/lib/dma-debug.c @@ -1165,7 +1165,7 @@ static void check_for_illegal_area(struct device *dev, void *addr, unsigned long len) { - if (overlap(addr, len, _text, _etext) || + if (overlap(addr, len, _stext, _etext) || overlap(addr, len, __start_rodata, __end_rodata)) err_printk(dev, NULL, "DMA-API: device driver maps memory from kernel text or rodata [addr=%p] [len=%lu]\n", addr, len); } @@ -1440,7 +1440,7 @@ entry->type = dma_debug_coherent; entry->dev = dev; entry->pfn = page_to_pfn(virt_to_page(virt)); - entry->offset = (size_t) virt & PAGE_MASK; + entry->offset = (size_t) virt & ~PAGE_MASK; entry->size = size; entry->dev_addr = dma_addr; entry->direction = DMA_BIDIRECTIONAL; @@ -1456,7 +1456,7 @@ .type = dma_debug_coherent, .dev = dev, .pfn = page_to_pfn(virt_to_page(virt)), - .offset = (size_t) virt & PAGE_MASK, + .offset = (size_t) virt & ~PAGE_MASK, .dev_addr = addr, .size = size, .direction = DMA_BIDIRECTIONAL, --- linux-lts-utopic-3.16.0.orig/lib/dump_stack.c +++ linux-lts-utopic-3.16.0/lib/dump_stack.c @@ -25,6 +25,7 @@ asmlinkage __visible void dump_stack(void) { + unsigned long flags; int was_locked; int old; int cpu; @@ -33,9 +34,8 @@ * Permit this cpu to perform nested stack dumps while serialising * against other CPUs */ - preempt_disable(); - retry: + local_irq_save(flags); cpu = smp_processor_id(); old = atomic_cmpxchg(&dump_lock, -1, cpu); if (old == -1) { @@ -43,6 +43,7 @@ } else if (old == cpu) { was_locked = 1; } else { + local_irq_restore(flags); cpu_relax(); goto retry; } @@ -52,7 +53,7 @@ if (!was_locked) atomic_set(&dump_lock, -1); - preempt_enable(); + local_irq_restore(flags); } #else asmlinkage __visible void dump_stack(void) --- linux-lts-utopic-3.16.0.orig/lib/iovec.c +++ linux-lts-utopic-3.16.0/lib/iovec.c @@ -85,6 +85,10 @@ int memcpy_fromiovecend(unsigned char *kdata, const struct iovec *iov, int offset, int len) { + /* No data? Done! */ + if (len == 0) + return 0; + /* Skip over the finished iovecs */ while (offset >= iov->iov_len) { offset -= iov->iov_len; --- linux-lts-utopic-3.16.0.orig/lib/klist.c +++ linux-lts-utopic-3.16.0/lib/klist.c @@ -282,9 +282,9 @@ struct klist_node *n) { i->i_klist = k; - i->i_cur = n; - if (n) - kref_get(&n->n_ref); + i->i_cur = NULL; + if (n && kref_get_unless_zero(&n->n_ref)) + i->i_cur = n; } EXPORT_SYMBOL_GPL(klist_iter_init_node); --- linux-lts-utopic-3.16.0.orig/lib/libcrc32c.c +++ linux-lts-utopic-3.16.0/lib/libcrc32c.c @@ -76,3 +76,4 @@ MODULE_AUTHOR("Clay Haapala "); MODULE_DESCRIPTION("CRC32c (Castagnoli) calculations"); MODULE_LICENSE("GPL"); +MODULE_SOFTDEP("pre: crc32c"); --- linux-lts-utopic-3.16.0.orig/lib/lz4/lz4_decompress.c +++ linux-lts-utopic-3.16.0/lib/lz4/lz4_decompress.c @@ -139,6 +139,13 @@ /* Error: request to write beyond destination buffer */ if (cpy > oend) goto _output_error; +#if LZ4_ARCH64 + if ((ref + COPYLENGTH) > oend) +#else + if ((ref + COPYLENGTH) > oend || + (op + COPYLENGTH) > oend) +#endif + goto _output_error; LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); while (op < cpy) *op++ = *ref++; @@ -267,7 +274,13 @@ if (cpy > oend - COPYLENGTH) { if (cpy > oend) goto _output_error; /* write outside of buf */ - +#if LZ4_ARCH64 + if ((ref + COPYLENGTH) > oend) +#else + if ((ref + COPYLENGTH) > oend || + (op + COPYLENGTH) > oend) +#endif + goto _output_error; LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); while (op < cpy) *op++ = *ref++; --- linux-lts-utopic-3.16.0.orig/lib/lzo/lzo1x_decompress_safe.c +++ linux-lts-utopic-3.16.0/lib/lzo/lzo1x_decompress_safe.c @@ -19,31 +19,21 @@ #include #include "lzodefs.h" -#define HAVE_IP(t, x) \ - (((size_t)(ip_end - ip) >= (size_t)(t + x)) && \ - (((t + x) >= t) && ((t + x) >= x))) - -#define HAVE_OP(t, x) \ - (((size_t)(op_end - op) >= (size_t)(t + x)) && \ - (((t + x) >= t) && ((t + x) >= x))) - -#define NEED_IP(t, x) \ - do { \ - if (!HAVE_IP(t, x)) \ - goto input_overrun; \ - } while (0) - -#define NEED_OP(t, x) \ - do { \ - if (!HAVE_OP(t, x)) \ - goto output_overrun; \ - } while (0) - -#define TEST_LB(m_pos) \ - do { \ - if ((m_pos) < out) \ - goto lookbehind_overrun; \ - } while (0) +#define HAVE_IP(x) ((size_t)(ip_end - ip) >= (size_t)(x)) +#define HAVE_OP(x) ((size_t)(op_end - op) >= (size_t)(x)) +#define NEED_IP(x) if (!HAVE_IP(x)) goto input_overrun +#define NEED_OP(x) if (!HAVE_OP(x)) goto output_overrun +#define TEST_LB(m_pos) if ((m_pos) < out) goto lookbehind_overrun + +/* This MAX_255_COUNT is the maximum number of times we can add 255 to a base + * count without overflowing an integer. The multiply will overflow when + * multiplying 255 by more than MAXINT/255. The sum will overflow earlier + * depending on the base count. Since the base count is taken from a u8 + * and a few bits, it is safe to assume that it will always be lower than + * or equal to 2*255, thus we can always prevent any overflow by accepting + * two less 255 steps. See Documentation/lzo.txt for more information. + */ +#define MAX_255_COUNT ((((size_t)~0) / 255) - 2) int lzo1x_decompress_safe(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len) @@ -75,17 +65,24 @@ if (t < 16) { if (likely(state == 0)) { if (unlikely(t == 0)) { + size_t offset; + const unsigned char *ip_last = ip; + while (unlikely(*ip == 0)) { - t += 255; ip++; - NEED_IP(1, 0); + NEED_IP(1); } - t += 15 + *ip++; + offset = ip - ip_last; + if (unlikely(offset > MAX_255_COUNT)) + return LZO_E_ERROR; + + offset = (offset << 8) - offset; + t += offset + 15 + *ip++; } t += 3; copy_literal_run: #if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) - if (likely(HAVE_IP(t, 15) && HAVE_OP(t, 15))) { + if (likely(HAVE_IP(t + 15) && HAVE_OP(t + 15))) { const unsigned char *ie = ip + t; unsigned char *oe = op + t; do { @@ -101,8 +98,8 @@ } else #endif { - NEED_OP(t, 0); - NEED_IP(t, 3); + NEED_OP(t); + NEED_IP(t + 3); do { *op++ = *ip++; } while (--t > 0); @@ -115,7 +112,7 @@ m_pos -= t >> 2; m_pos -= *ip++ << 2; TEST_LB(m_pos); - NEED_OP(2, 0); + NEED_OP(2); op[0] = m_pos[0]; op[1] = m_pos[1]; op += 2; @@ -136,13 +133,20 @@ } else if (t >= 32) { t = (t & 31) + (3 - 1); if (unlikely(t == 2)) { + size_t offset; + const unsigned char *ip_last = ip; + while (unlikely(*ip == 0)) { - t += 255; ip++; - NEED_IP(1, 0); + NEED_IP(1); } - t += 31 + *ip++; - NEED_IP(2, 0); + offset = ip - ip_last; + if (unlikely(offset > MAX_255_COUNT)) + return LZO_E_ERROR; + + offset = (offset << 8) - offset; + t += offset + 31 + *ip++; + NEED_IP(2); } m_pos = op - 1; next = get_unaligned_le16(ip); @@ -154,13 +158,20 @@ m_pos -= (t & 8) << 11; t = (t & 7) + (3 - 1); if (unlikely(t == 2)) { + size_t offset; + const unsigned char *ip_last = ip; + while (unlikely(*ip == 0)) { - t += 255; ip++; - NEED_IP(1, 0); + NEED_IP(1); } - t += 7 + *ip++; - NEED_IP(2, 0); + offset = ip - ip_last; + if (unlikely(offset > MAX_255_COUNT)) + return LZO_E_ERROR; + + offset = (offset << 8) - offset; + t += offset + 7 + *ip++; + NEED_IP(2); } next = get_unaligned_le16(ip); ip += 2; @@ -174,7 +185,7 @@ #if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) if (op - m_pos >= 8) { unsigned char *oe = op + t; - if (likely(HAVE_OP(t, 15))) { + if (likely(HAVE_OP(t + 15))) { do { COPY8(op, m_pos); op += 8; @@ -184,7 +195,7 @@ m_pos += 8; } while (op < oe); op = oe; - if (HAVE_IP(6, 0)) { + if (HAVE_IP(6)) { state = next; COPY4(op, ip); op += next; @@ -192,7 +203,7 @@ continue; } } else { - NEED_OP(t, 0); + NEED_OP(t); do { *op++ = *m_pos++; } while (op < oe); @@ -201,7 +212,7 @@ #endif { unsigned char *oe = op + t; - NEED_OP(t, 0); + NEED_OP(t); op[0] = m_pos[0]; op[1] = m_pos[1]; op += 2; @@ -214,15 +225,15 @@ state = next; t = next; #if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) - if (likely(HAVE_IP(6, 0) && HAVE_OP(4, 0))) { + if (likely(HAVE_IP(6) && HAVE_OP(4))) { COPY4(op, ip); op += t; ip += t; } else #endif { - NEED_IP(t, 3); - NEED_OP(t, 0); + NEED_IP(t + 3); + NEED_OP(t); while (t > 0) { *op++ = *ip++; t--; --- linux-lts-utopic-3.16.0.orig/lib/radix-tree.c +++ linux-lts-utopic-3.16.0/lib/radix-tree.c @@ -1014,9 +1014,13 @@ return 0; radix_tree_for_each_slot(slot, root, &iter, first_index) { - results[ret] = indirect_to_ptr(rcu_dereference_raw(*slot)); + results[ret] = rcu_dereference_raw(*slot); if (!results[ret]) continue; + if (radix_tree_is_indirect_ptr(results[ret])) { + slot = radix_tree_iter_retry(&iter); + continue; + } if (++ret == max_items) break; } @@ -1093,9 +1097,13 @@ return 0; radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { - results[ret] = indirect_to_ptr(rcu_dereference_raw(*slot)); + results[ret] = rcu_dereference_raw(*slot); if (!results[ret]) continue; + if (radix_tree_is_indirect_ptr(results[ret])) { + slot = radix_tree_iter_retry(&iter); + continue; + } if (++ret == max_items) break; } --- linux-lts-utopic-3.16.0.orig/lib/string.c +++ linux-lts-utopic-3.16.0/lib/string.c @@ -604,6 +604,22 @@ EXPORT_SYMBOL(memset); #endif +/** + * memzero_explicit - Fill a region of memory (e.g. sensitive + * keying data) with 0s. + * @s: Pointer to the start of the area. + * @count: The size of the area. + * + * memzero_explicit() doesn't need an arch-specific version as + * it just invokes the one of memset() implicitly. + */ +void memzero_explicit(void *s, size_t count) +{ + memset(s, 0, count); + barrier(); +} +EXPORT_SYMBOL(memzero_explicit); + #ifndef __HAVE_ARCH_MEMCPY /** * memcpy - Copy one area of memory to another --- linux-lts-utopic-3.16.0.orig/lib/strnlen_user.c +++ linux-lts-utopic-3.16.0/lib/strnlen_user.c @@ -57,7 +57,8 @@ return res + find_zero(data) + 1 - align; } res += sizeof(unsigned long); - if (unlikely(max < sizeof(unsigned long))) + /* We already handled 'unsigned long' bytes. Did we do it all ? */ + if (unlikely(max <= sizeof(unsigned long))) break; max -= sizeof(unsigned long); if (unlikely(__get_user(c,(unsigned long __user *)(src+res)))) --- linux-lts-utopic-3.16.0.orig/lib/ucs2_string.c +++ linux-lts-utopic-3.16.0/lib/ucs2_string.c @@ -49,3 +49,65 @@ } } EXPORT_SYMBOL(ucs2_strncmp); + +unsigned long +ucs2_utf8size(const ucs2_char_t *src) +{ + unsigned long i; + unsigned long j = 0; + + for (i = 0; i < ucs2_strlen(src); i++) { + u16 c = src[i]; + + if (c >= 0x800) + j += 3; + else if (c >= 0x80) + j += 2; + else + j += 1; + } + + return j; +} +EXPORT_SYMBOL(ucs2_utf8size); + +/* + * copy at most maxlength bytes of whole utf8 characters to dest from the + * ucs2 string src. + * + * The return value is the number of characters copied, not including the + * final NUL character. + */ +unsigned long +ucs2_as_utf8(u8 *dest, const ucs2_char_t *src, unsigned long maxlength) +{ + unsigned int i; + unsigned long j = 0; + unsigned long limit = ucs2_strnlen(src, maxlength); + + for (i = 0; maxlength && i < limit; i++) { + u16 c = src[i]; + + if (c >= 0x800) { + if (maxlength < 3) + break; + maxlength -= 3; + dest[j++] = 0xe0 | (c & 0xf000) >> 12; + dest[j++] = 0x80 | (c & 0x0fc0) >> 6; + dest[j++] = 0x80 | (c & 0x003f); + } else if (c >= 0x80) { + if (maxlength < 2) + break; + maxlength -= 2; + dest[j++] = 0xc0 | (c & 0x7c0) >> 6; + dest[j++] = 0x80 | (c & 0x03f); + } else { + maxlength -= 1; + dest[j++] = c & 0x7f; + } + } + if (maxlength) + dest[j] = '\0'; + return j; +} +EXPORT_SYMBOL(ucs2_as_utf8); --- linux-lts-utopic-3.16.0.orig/mm/Kconfig +++ linux-lts-utopic-3.16.0/mm/Kconfig @@ -137,6 +137,9 @@ config HAVE_MEMBLOCK_PHYS_MAP boolean +config HAVE_GENERIC_RCU_GUP + boolean + config ARCH_DISCARD_MEMBLOCK boolean @@ -508,21 +511,34 @@ processing calls such as dma_alloc_from_contiguous(). This option does not affect warning and error messages. -config ZBUD - tristate - default n +config CMA_AREAS + int "Maximum count of the CMA areas" + depends on CMA + default 7 + help + CMA allows to create CMA areas for particular purpose, mainly, + used as device private area. This parameter sets the maximum + number of CMA area in the system. + + If unsure, leave the default value "7". + +config MEM_SOFT_DIRTY + bool "Track memory changes" + depends on CHECKPOINT_RESTORE && HAVE_ARCH_SOFT_DIRTY && PROC_FS + select PROC_PAGE_MONITOR help - A special purpose allocator for storing compressed pages. - It is designed to store up to two compressed pages per physical - page. While this design limits storage density, it has simple and - deterministic reclaim properties that make it preferable to a higher - density approach when reclaim will be used. + This option enables memory changes tracking by introducing a + soft-dirty bit on pte-s. This bit it set when someone writes + into a page just as regular dirty bit, but unlike the latter + it can be cleared by hands. + + See Documentation/vm/soft-dirty.txt for more details. config ZSWAP bool "Compressed cache for swap pages (EXPERIMENTAL)" depends on FRONTSWAP && CRYPTO=y select CRYPTO_LZO - select ZBUD + select ZPOOL default n help A lightweight compressed cache for swap pages. It takes @@ -538,17 +554,22 @@ they have not be fully explored on the large set of potential configurations and workloads that exist. -config MEM_SOFT_DIRTY - bool "Track memory changes" - depends on CHECKPOINT_RESTORE && HAVE_ARCH_SOFT_DIRTY && PROC_FS - select PROC_PAGE_MONITOR +config ZPOOL + tristate "Common API for compressed memory storage" + default n help - This option enables memory changes tracking by introducing a - soft-dirty bit on pte-s. This bit it set when someone writes - into a page just as regular dirty bit, but unlike the latter - it can be cleared by hands. + Compressed memory storage API. This allows using either zbud or + zsmalloc. - See Documentation/vm/soft-dirty.txt for more details. +config ZBUD + tristate "Low density storage for compressed pages" + default n + help + A special purpose allocator for storing compressed pages. + It is designed to store up to two compressed pages per physical + page. While this design limits storage density, it has simple and + deterministic reclaim properties that make it preferable to a higher + density approach when reclaim will be used. config ZSMALLOC tristate "Memory allocator for compressed pages" --- linux-lts-utopic-3.16.0.orig/mm/Makefile +++ linux-lts-utopic-3.16.0/mm/Makefile @@ -59,6 +59,7 @@ obj-$(CONFIG_DEBUG_KMEMLEAK_TEST) += kmemleak-test.o obj-$(CONFIG_CLEANCACHE) += cleancache.o obj-$(CONFIG_MEMORY_ISOLATION) += page_isolation.o +obj-$(CONFIG_ZPOOL) += zpool.o obj-$(CONFIG_ZBUD) += zbud.o obj-$(CONFIG_ZSMALLOC) += zsmalloc.o obj-$(CONFIG_GENERIC_EARLY_IOREMAP) += early_ioremap.o --- linux-lts-utopic-3.16.0.orig/mm/backing-dev.c +++ linux-lts-utopic-3.16.0/mm/backing-dev.c @@ -611,8 +611,9 @@ * jiffies for either a BDI to exit congestion of the given @sync queue * or a write to complete. * - * In the absence of zone congestion, cond_resched() is called to yield - * the processor if necessary but otherwise does not sleep. + * In the absence of zone congestion, a short sleep or a cond_resched is + * performed to yield the processor and to allow other subsystems to make + * a forward progress. * * The return value is 0 if the sleep is for the full timeout. Otherwise, * it is the number of jiffies that were still remaining when the function @@ -632,7 +633,19 @@ */ if (atomic_read(&nr_bdi_congested[sync]) == 0 || !zone_is_reclaim_congested(zone)) { - cond_resched(); + + /* + * Memory allocation/reclaim might be called from a WQ + * context and the current implementation of the WQ + * concurrency control doesn't recognize that a particular + * WQ is congested if the worker thread is looping without + * ever sleeping. Therefore we have to do a short sleep + * here rather than calling cond_resched(). + */ + if (current->flags & PF_WQ_WORKER) + schedule_timeout_uninterruptible(1); + else + cond_resched(); /* In case we scheduled, work out time remaining */ ret = timeout - (jiffies - start); --- linux-lts-utopic-3.16.0.orig/mm/balloon_compaction.c +++ linux-lts-utopic-3.16.0/mm/balloon_compaction.c @@ -86,6 +86,7 @@ bool dequeued_page; dequeued_page = false; + spin_lock_irqsave(&b_dev_info->pages_lock, flags); list_for_each_entry_safe(page, tmp, &b_dev_info->pages, lru) { /* * Block others from accessing the 'page' while we get around @@ -93,7 +94,6 @@ * to be released by the balloon driver. */ if (trylock_page(page)) { - spin_lock_irqsave(&b_dev_info->pages_lock, flags); /* * Raise the page refcount here to prevent any wrong * attempt to isolate this page, in case of coliding @@ -105,12 +105,12 @@ */ get_page(page); balloon_page_delete(page); - spin_unlock_irqrestore(&b_dev_info->pages_lock, flags); unlock_page(page); dequeued_page = true; break; } } + spin_unlock_irqrestore(&b_dev_info->pages_lock, flags); if (!dequeued_page) { /* --- linux-lts-utopic-3.16.0.orig/mm/bootmem.c +++ linux-lts-utopic-3.16.0/mm/bootmem.c @@ -243,13 +243,10 @@ static int reset_managed_pages_done __initdata; -static inline void __init reset_node_managed_pages(pg_data_t *pgdat) +void reset_node_managed_pages(pg_data_t *pgdat) { struct zone *z; - if (reset_managed_pages_done) - return; - for (z = pgdat->node_zones; z < pgdat->node_zones + MAX_NR_ZONES; z++) z->managed_pages = 0; } @@ -258,8 +255,12 @@ { struct pglist_data *pgdat; + if (reset_managed_pages_done) + return; + for_each_online_pgdat(pgdat) reset_node_managed_pages(pgdat); + reset_managed_pages_done = 1; } --- linux-lts-utopic-3.16.0.orig/mm/compaction.c +++ linux-lts-utopic-3.16.0/mm/compaction.c @@ -937,7 +937,7 @@ return COMPACT_PARTIAL; /* Job done if allocation would set block type */ - if (cc->order >= pageblock_order && area->nr_free) + if (order >= pageblock_order && area->nr_free) return COMPACT_PARTIAL; } --- linux-lts-utopic-3.16.0.orig/mm/dmapool.c +++ linux-lts-utopic-3.16.0/mm/dmapool.c @@ -176,7 +176,7 @@ if (list_empty(&dev->dma_pools) && device_create_file(dev, &dev_attr_pools)) { kfree(retval); - return NULL; + retval = NULL; } else list_add(&retval->pools, &dev->dma_pools); mutex_unlock(&pools_lock); --- linux-lts-utopic-3.16.0.orig/mm/filemap.c +++ linux-lts-utopic-3.16.0/mm/filemap.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include @@ -1031,8 +1032,7 @@ * @mapping: the address_space to search * @offset: the page index * @fgp_flags: PCG flags - * @cache_gfp_mask: gfp mask to use for the page cache data page allocation - * @radix_gfp_mask: gfp mask to use for radix tree node allocation + * @gfp_mask: gfp mask to use for the page cache data page allocation * * Looks up the page cache slot at @mapping & @offset. * @@ -1041,11 +1041,9 @@ * FGP_ACCESSED: the page will be marked accessed * FGP_LOCK: Page is return locked * FGP_CREAT: If page is not present then a new page is allocated using - * @cache_gfp_mask and added to the page cache and the VM's LRU - * list. If radix tree nodes are allocated during page cache - * insertion then @radix_gfp_mask is used. The page is returned - * locked and with an increased refcount. Otherwise, %NULL is - * returned. + * @gfp_mask and added to the page cache and the VM's LRU + * list. The page is returned locked and with an increased + * refcount. Otherwise, %NULL is returned. * * If FGP_LOCK or FGP_CREAT are specified then the function may sleep even * if the GFP flags specified for FGP_CREAT are atomic. @@ -1053,7 +1051,7 @@ * If there is a page cache page, it is returned with an increased refcount. */ struct page *pagecache_get_page(struct address_space *mapping, pgoff_t offset, - int fgp_flags, gfp_t cache_gfp_mask, gfp_t radix_gfp_mask) + int fgp_flags, gfp_t gfp_mask) { struct page *page; @@ -1090,13 +1088,11 @@ if (!page && (fgp_flags & FGP_CREAT)) { int err; if ((fgp_flags & FGP_WRITE) && mapping_cap_account_dirty(mapping)) - cache_gfp_mask |= __GFP_WRITE; - if (fgp_flags & FGP_NOFS) { - cache_gfp_mask &= ~__GFP_FS; - radix_gfp_mask &= ~__GFP_FS; - } + gfp_mask |= __GFP_WRITE; + if (fgp_flags & FGP_NOFS) + gfp_mask &= ~__GFP_FS; - page = __page_cache_alloc(cache_gfp_mask); + page = __page_cache_alloc(gfp_mask); if (!page) return NULL; @@ -1107,7 +1103,8 @@ if (fgp_flags & FGP_ACCESSED) init_page_accessed(page); - err = add_to_page_cache_lru(page, mapping, offset, radix_gfp_mask); + err = add_to_page_cache_lru(page, mapping, offset, + gfp_mask & GFP_RECLAIM_MASK); if (unlikely(err)) { page_cache_release(page); page = NULL; @@ -2040,7 +2037,7 @@ int ret = VM_FAULT_LOCKED; sb_start_pagefault(inode->i_sb); - file_update_time(vma->vm_file); + vma_file_update_time(vma); lock_page(page); if (page->mapping != inode->i_mapping) { unlock_page(page); @@ -2416,8 +2413,7 @@ fgp_flags |= FGP_NOFS; page = pagecache_get_page(mapping, index, fgp_flags, - mapping_gfp_mask(mapping), - GFP_KERNEL); + mapping_gfp_mask(mapping)); if (page) wait_for_stable_page(page); @@ -2467,6 +2463,11 @@ break; } + if (fatal_signal_pending(current)) { + status = -EINTR; + break; + } + status = a_ops->write_begin(file, mapping, pos, bytes, flags, &page, &fsdata); if (unlikely(status < 0)) @@ -2504,10 +2505,6 @@ written += copied; balance_dirty_pages_ratelimited(mapping); - if (fatal_signal_pending(current)) { - status = -EINTR; - break; - } } while (iov_iter_count(i)); return written ? written : status; @@ -2584,7 +2581,7 @@ * that this differs from normal direct-io semantics, which * will return -EFOO even if some bytes were written. */ - if (unlikely(status < 0) && !written) { + if (unlikely(status < 0)) { err = status; goto out; } --- linux-lts-utopic-3.16.0.orig/mm/fremap.c +++ linux-lts-utopic-3.16.0/mm/fremap.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include @@ -224,16 +225,28 @@ */ if (mapping_cap_account_dirty(mapping)) { unsigned long addr; - struct file *file = get_file(vma->vm_file); + struct file *file = vma->vm_file, + *prfile = vma->vm_prfile; + /* mmap_region may free vma; grab the info now */ vm_flags = vma->vm_flags; + vma_get_file(vma); addr = mmap_region(file, start, size, vm_flags, pgoff); - fput(file); + vma_fput(vma); if (IS_ERR_VALUE(addr)) { err = addr; } else { BUG_ON(addr != start); + if (prfile) { + struct vm_area_struct *new_vma; + + new_vma = find_vma(mm, addr); + if (!new_vma->vm_prfile) + new_vma->vm_prfile = prfile; + if (new_vma != vma) + get_file(prfile); + } err = 0; } goto out_freed; --- linux-lts-utopic-3.16.0.orig/mm/frontswap.c +++ linux-lts-utopic-3.16.0/mm/frontswap.c @@ -244,8 +244,10 @@ the (older) page from frontswap */ inc_frontswap_failed_stores(); - if (dup) + if (dup) { __frontswap_clear(sis, offset); + frontswap_ops->invalidate_page(type, offset); + } } if (frontswap_writethrough_enabled) /* report failure so swap also writes to swap device */ --- linux-lts-utopic-3.16.0.orig/mm/gup.c +++ linux-lts-utopic-3.16.0/mm/gup.c @@ -10,6 +10,10 @@ #include #include +#include +#include +#include + #include "internal.h" static struct page *no_page_table(struct vm_area_struct *vma, @@ -163,10 +167,10 @@ if (pud_none(*pud)) return no_page_table(vma, flags); if (pud_huge(*pud) && vma->vm_flags & VM_HUGETLB) { - if (flags & FOLL_GET) - return NULL; - page = follow_huge_pud(mm, address, pud, flags & FOLL_WRITE); - return page; + page = follow_huge_pud(mm, address, pud, flags); + if (page) + return page; + return no_page_table(vma, flags); } if (unlikely(pud_bad(*pud))) return no_page_table(vma, flags); @@ -175,19 +179,10 @@ if (pmd_none(*pmd)) return no_page_table(vma, flags); if (pmd_huge(*pmd) && vma->vm_flags & VM_HUGETLB) { - page = follow_huge_pmd(mm, address, pmd, flags & FOLL_WRITE); - if (flags & FOLL_GET) { - /* - * Refcount on tail pages are not well-defined and - * shouldn't be taken. The caller should handle a NULL - * return when trying to follow tail pages. - */ - if (PageHead(page)) - get_page(page); - else - page = NULL; - } - return page; + page = follow_huge_pmd(mm, address, pmd, flags); + if (page) + return page; + return no_page_table(vma, flags); } if ((flags & FOLL_NUMA) && pmd_numa(*pmd)) return no_page_table(vma, flags); @@ -283,7 +278,7 @@ return -ENOMEM; if (ret & (VM_FAULT_HWPOISON | VM_FAULT_HWPOISON_LARGE)) return *flags & FOLL_HWPOISON ? -EHWPOISON : -EFAULT; - if (ret & VM_FAULT_SIGBUS) + if (ret & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) return -EFAULT; BUG(); } @@ -551,7 +546,7 @@ return -ENOMEM; if (ret & (VM_FAULT_HWPOISON | VM_FAULT_HWPOISON_LARGE)) return -EHWPOISON; - if (ret & VM_FAULT_SIGBUS) + if (ret & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) return -EFAULT; BUG(); } @@ -660,3 +655,353 @@ return page; } #endif /* CONFIG_ELF_CORE */ + +/* + * Generic RCU Fast GUP + * + * get_user_pages_fast attempts to pin user pages by walking the page + * tables directly and avoids taking locks. Thus the walker needs to be + * protected from page table pages being freed from under it, and should + * block any THP splits. + * + * One way to achieve this is to have the walker disable interrupts, and + * rely on IPIs from the TLB flushing code blocking before the page table + * pages are freed. This is unsuitable for architectures that do not need + * to broadcast an IPI when invalidating TLBs. + * + * Another way to achieve this is to batch up page table containing pages + * belonging to more than one mm_user, then rcu_sched a callback to free those + * pages. Disabling interrupts will allow the fast_gup walker to both block + * the rcu_sched callback, and an IPI that we broadcast for splitting THPs + * (which is a relatively rare event). The code below adopts this strategy. + * + * Before activating this code, please be aware that the following assumptions + * are currently made: + * + * *) HAVE_RCU_TABLE_FREE is enabled, and tlb_remove_table is used to free + * pages containing page tables. + * + * *) THP splits will broadcast an IPI, this can be achieved by overriding + * pmdp_splitting_flush. + * + * *) ptes can be read atomically by the architecture. + * + * *) access_ok is sufficient to validate userspace address ranges. + * + * The last two assumptions can be relaxed by the addition of helper functions. + * + * This code is based heavily on the PowerPC implementation by Nick Piggin. + */ +#ifdef CONFIG_HAVE_GENERIC_RCU_GUP + +#ifdef __HAVE_ARCH_PTE_SPECIAL +static int gup_pte_range(pmd_t pmd, unsigned long addr, unsigned long end, + int write, struct page **pages, int *nr) +{ + pte_t *ptep, *ptem; + int ret = 0; + + ptem = ptep = pte_offset_map(&pmd, addr); + do { + /* + * In the line below we are assuming that the pte can be read + * atomically. If this is not the case for your architecture, + * please wrap this in a helper function! + * + * for an example see gup_get_pte in arch/x86/mm/gup.c + */ + pte_t pte = ACCESS_ONCE(*ptep); + struct page *page; + + /* + * Similar to the PMD case below, NUMA hinting must take slow + * path + */ + if (!pte_present(pte) || pte_special(pte) || + pte_numa(pte) || (write && !pte_write(pte))) + goto pte_unmap; + + VM_BUG_ON(!pfn_valid(pte_pfn(pte))); + page = pte_page(pte); + + if (!page_cache_get_speculative(page)) + goto pte_unmap; + + if (unlikely(pte_val(pte) != pte_val(*ptep))) { + put_page(page); + goto pte_unmap; + } + + pages[*nr] = page; + (*nr)++; + + } while (ptep++, addr += PAGE_SIZE, addr != end); + + ret = 1; + +pte_unmap: + pte_unmap(ptem); + return ret; +} +#else + +/* + * If we can't determine whether or not a pte is special, then fail immediately + * for ptes. Note, we can still pin HugeTLB and THP as these are guaranteed not + * to be special. + * + * For a futex to be placed on a THP tail page, get_futex_key requires a + * __get_user_pages_fast implementation that can pin pages. Thus it's still + * useful to have gup_huge_pmd even if we can't operate on ptes. + */ +static int gup_pte_range(pmd_t pmd, unsigned long addr, unsigned long end, + int write, struct page **pages, int *nr) +{ + return 0; +} +#endif /* __HAVE_ARCH_PTE_SPECIAL */ + +static int gup_huge_pmd(pmd_t orig, pmd_t *pmdp, unsigned long addr, + unsigned long end, int write, struct page **pages, int *nr) +{ + struct page *head, *page, *tail; + int refs; + + if (write && !pmd_write(orig)) + return 0; + + refs = 0; + head = pmd_page(orig); + page = head + ((addr & ~PMD_MASK) >> PAGE_SHIFT); + tail = page; + do { + VM_BUG_ON_PAGE(compound_head(page) != head, page); + pages[*nr] = page; + (*nr)++; + page++; + refs++; + } while (addr += PAGE_SIZE, addr != end); + + if (!page_cache_add_speculative(head, refs)) { + *nr -= refs; + return 0; + } + + if (unlikely(pmd_val(orig) != pmd_val(*pmdp))) { + *nr -= refs; + while (refs--) + put_page(head); + return 0; + } + + /* + * Any tail pages need their mapcount reference taken before we + * return. (This allows the THP code to bump their ref count when + * they are split into base pages). + */ + while (refs--) { + if (PageTail(tail)) + get_huge_page_tail(tail); + tail++; + } + + return 1; +} + +static int gup_huge_pud(pud_t orig, pud_t *pudp, unsigned long addr, + unsigned long end, int write, struct page **pages, int *nr) +{ + struct page *head, *page, *tail; + int refs; + + if (write && !pud_write(orig)) + return 0; + + refs = 0; + head = pud_page(orig); + page = head + ((addr & ~PUD_MASK) >> PAGE_SHIFT); + tail = page; + do { + VM_BUG_ON_PAGE(compound_head(page) != head, page); + pages[*nr] = page; + (*nr)++; + page++; + refs++; + } while (addr += PAGE_SIZE, addr != end); + + if (!page_cache_add_speculative(head, refs)) { + *nr -= refs; + return 0; + } + + if (unlikely(pud_val(orig) != pud_val(*pudp))) { + *nr -= refs; + while (refs--) + put_page(head); + return 0; + } + + while (refs--) { + if (PageTail(tail)) + get_huge_page_tail(tail); + tail++; + } + + return 1; +} + +static int gup_pmd_range(pud_t pud, unsigned long addr, unsigned long end, + int write, struct page **pages, int *nr) +{ + unsigned long next; + pmd_t *pmdp; + + pmdp = pmd_offset(&pud, addr); + do { + pmd_t pmd = ACCESS_ONCE(*pmdp); + + next = pmd_addr_end(addr, end); + if (pmd_none(pmd) || pmd_trans_splitting(pmd)) + return 0; + + if (unlikely(pmd_trans_huge(pmd) || pmd_huge(pmd))) { + /* + * NUMA hinting faults need to be handled in the GUP + * slowpath for accounting purposes and so that they + * can be serialised against THP migration. + */ + if (pmd_numa(pmd)) + return 0; + + if (!gup_huge_pmd(pmd, pmdp, addr, next, write, + pages, nr)) + return 0; + + } else if (!gup_pte_range(pmd, addr, next, write, pages, nr)) + return 0; + } while (pmdp++, addr = next, addr != end); + + return 1; +} + +static int gup_pud_range(pgd_t *pgdp, unsigned long addr, unsigned long end, + int write, struct page **pages, int *nr) +{ + unsigned long next; + pud_t *pudp; + + pudp = pud_offset(pgdp, addr); + do { + pud_t pud = ACCESS_ONCE(*pudp); + + next = pud_addr_end(addr, end); + if (pud_none(pud)) + return 0; + if (pud_huge(pud)) { + if (!gup_huge_pud(pud, pudp, addr, next, write, + pages, nr)) + return 0; + } else if (!gup_pmd_range(pud, addr, next, write, pages, nr)) + return 0; + } while (pudp++, addr = next, addr != end); + + return 1; +} + +/* + * Like get_user_pages_fast() except it's IRQ-safe in that it won't fall back to + * the regular GUP. It will only return non-negative values. + */ +int __get_user_pages_fast(unsigned long start, int nr_pages, int write, + struct page **pages) +{ + struct mm_struct *mm = current->mm; + unsigned long addr, len, end; + unsigned long next, flags; + pgd_t *pgdp; + int nr = 0; + + start &= PAGE_MASK; + addr = start; + len = (unsigned long) nr_pages << PAGE_SHIFT; + end = start + len; + + if (unlikely(!access_ok(write ? VERIFY_WRITE : VERIFY_READ, + start, len))) + return 0; + + /* + * Disable interrupts. We use the nested form as we can already have + * interrupts disabled by get_futex_key. + * + * With interrupts disabled, we block page table pages from being + * freed from under us. See mmu_gather_tlb in asm-generic/tlb.h + * for more details. + * + * We do not adopt an rcu_read_lock(.) here as we also want to + * block IPIs that come from THPs splitting. + */ + + local_irq_save(flags); + pgdp = pgd_offset(mm, addr); + do { + next = pgd_addr_end(addr, end); + if (pgd_none(*pgdp)) + break; + else if (!gup_pud_range(pgdp, addr, next, write, pages, &nr)) + break; + } while (pgdp++, addr = next, addr != end); + local_irq_restore(flags); + + return nr; +} + +/** + * get_user_pages_fast() - pin user pages in memory + * @start: starting user address + * @nr_pages: number of pages from start to pin + * @write: whether pages will be written to + * @pages: array that receives pointers to the pages pinned. + * Should be at least nr_pages long. + * + * Attempt to pin user pages in memory without taking mm->mmap_sem. + * If not successful, it will fall back to taking the lock and + * calling get_user_pages(). + * + * Returns number of pages pinned. This may be fewer than the number + * requested. If nr_pages is 0 or negative, returns 0. If no pages + * were pinned, returns -errno. + */ +int get_user_pages_fast(unsigned long start, int nr_pages, int write, + struct page **pages) +{ + struct mm_struct *mm = current->mm; + int nr, ret; + + start &= PAGE_MASK; + nr = __get_user_pages_fast(start, nr_pages, write, pages); + ret = nr; + + if (nr < nr_pages) { + /* Try to get the remaining pages with get_user_pages */ + start += nr << PAGE_SHIFT; + pages += nr; + + down_read(&mm->mmap_sem); + ret = get_user_pages(current, mm, start, + nr_pages - nr, write, 0, pages, NULL); + up_read(&mm->mmap_sem); + + /* Have to be a bit careful with return values */ + if (nr > 0) { + if (ret < 0) + ret = nr; + else + ret += nr; + } + } + + return ret; +} + +#endif /* CONFIG_HAVE_GENERIC_RCU_GUP */ --- linux-lts-utopic-3.16.0.orig/mm/huge_memory.c +++ linux-lts-utopic-3.16.0/mm/huge_memory.c @@ -200,7 +200,7 @@ preempt_disable(); if (cmpxchg(&huge_zero_page, NULL, zero_page)) { preempt_enable(); - __free_page(zero_page); + __free_pages(zero_page, compound_order(zero_page)); goto retry; } @@ -232,7 +232,7 @@ if (atomic_cmpxchg(&huge_zero_refcount, 1, 0) == 1) { struct page *zero_page = xchg(&huge_zero_page, NULL); BUG_ON(zero_page == NULL); - __free_page(zero_page); + __free_pages(zero_page, compound_order(zero_page)); return HPAGE_PMD_NR; } @@ -794,7 +794,7 @@ return VM_FAULT_FALLBACK; if (unlikely(anon_vma_prepare(vma))) return VM_FAULT_OOM; - if (unlikely(khugepaged_enter(vma))) + if (unlikely(khugepaged_enter(vma, vma->vm_flags))) return VM_FAULT_OOM; if (!(flags & FAULT_FLAG_WRITE) && transparent_hugepage_use_zero_page()) { @@ -1775,21 +1775,24 @@ if (pmd) { pgtable = pgtable_trans_huge_withdraw(mm, pmd); pmd_populate(mm, &_pmd, pgtable); + if (pmd_write(*pmd)) + BUG_ON(page_mapcount(page) != 1); haddr = address; for (i = 0; i < HPAGE_PMD_NR; i++, haddr += PAGE_SIZE) { pte_t *pte, entry; BUG_ON(PageCompound(page+i)); + /* + * Note that pmd_numa is not transferred deliberately + * to avoid any possibility that pte_numa leaks to + * a PROT_NONE VMA by accident. + */ entry = mk_pte(page + i, vma->vm_page_prot); entry = maybe_mkwrite(pte_mkdirty(entry), vma); if (!pmd_write(*pmd)) entry = pte_wrprotect(entry); - else - BUG_ON(page_mapcount(page) != 1); if (!pmd_young(*pmd)) entry = pte_mkold(entry); - if (pmd_numa(*pmd)) - entry = pte_mknuma(entry); pte = pte_offset_map(&_pmd, haddr); BUG_ON(!pte_none(*pte)); set_pte_at(mm, haddr, pte, entry); @@ -1954,7 +1957,7 @@ * register it here without waiting a page fault that * may not happen any time soon. */ - if (unlikely(khugepaged_enter_vma_merge(vma))) + if (unlikely(khugepaged_enter_vma_merge(vma, *vm_flags))) return -ENOMEM; break; case MADV_NOHUGEPAGE: @@ -2055,7 +2058,8 @@ return 0; } -int khugepaged_enter_vma_merge(struct vm_area_struct *vma) +int khugepaged_enter_vma_merge(struct vm_area_struct *vma, + unsigned long vm_flags) { unsigned long hstart, hend; if (!vma->anon_vma) @@ -2067,11 +2071,11 @@ if (vma->vm_ops) /* khugepaged not yet working on file or special mappings */ return 0; - VM_BUG_ON(vma->vm_flags & VM_NO_THP); + VM_BUG_ON(vm_flags & VM_NO_THP); hstart = (vma->vm_start + ~HPAGE_PMD_MASK) & HPAGE_PMD_MASK; hend = vma->vm_end & HPAGE_PMD_MASK; if (hstart < hend) - return khugepaged_enter(vma); + return khugepaged_enter(vma, vm_flags); return 0; } @@ -2233,6 +2237,30 @@ static int khugepaged_node_load[MAX_NUMNODES]; +static bool khugepaged_scan_abort(int nid) +{ + int i; + + /* + * If zone_reclaim_mode is disabled, then no extra effort is made to + * allocate memory locally. + */ + if (!zone_reclaim_mode) + return false; + + /* If there is a count for this node already, it must be acceptable */ + if (khugepaged_node_load[nid]) + return false; + + for (i = 0; i < MAX_NUMNODES; i++) { + if (!khugepaged_node_load[i]) + continue; + if (node_distance(nid, i) > RECLAIM_DISTANCE) + return true; + } + return false; +} + #ifdef CONFIG_NUMA static int khugepaged_find_target_node(void) { @@ -2545,6 +2573,8 @@ * hit record. */ node = page_to_nid(page); + if (khugepaged_scan_abort(node)) + goto out_unmap; khugepaged_node_load[node]++; VM_BUG_ON_PAGE(PageCompound(page), page); if (!PageLRU(page) || PageLocked(page) || !PageAnon(page)) --- linux-lts-utopic-3.16.0.orig/mm/hugetlb.c +++ linux-lts-utopic-3.16.0/mm/hugetlb.c @@ -41,6 +41,11 @@ int hugetlb_max_hstate __read_mostly; unsigned int default_hstate_idx; struct hstate hstates[HUGE_MAX_HSTATE]; +/* + * Minimum page order among possible hugepage sizes, set to a proper value + * at boot time. + */ +static unsigned int minimum_order __read_mostly = UINT_MAX; __initdata LIST_HEAD(huge_boot_pages); @@ -1085,16 +1090,13 @@ */ void dissolve_free_huge_pages(unsigned long start_pfn, unsigned long end_pfn) { - unsigned int order = 8 * sizeof(void *); unsigned long pfn; - struct hstate *h; - /* Set scan step to minimum hugepage size */ - for_each_hstate(h) - if (order > huge_page_order(h)) - order = huge_page_order(h); - VM_BUG_ON(!IS_ALIGNED(start_pfn, 1 << order)); - for (pfn = start_pfn; pfn < end_pfn; pfn += 1 << order) + if (!hugepages_supported()) + return; + + VM_BUG_ON(!IS_ALIGNED(start_pfn, 1 << minimum_order)); + for (pfn = start_pfn; pfn < end_pfn; pfn += 1 << minimum_order) dissolve_free_huge_page(pfn_to_page(pfn)); } @@ -1396,7 +1398,10 @@ page = alloc_buddy_huge_page(h, NUMA_NO_NODE); if (!page) goto out_uncharge_cgroup; - + if (!avoid_reserve && vma_has_reserves(vma, chg)) { + SetPagePrivate(page); + h->resv_huge_pages--; + } spin_lock(&hugetlb_lock); list_move(&page->lru, &h->hugepage_activelist); /* Fall through */ @@ -1521,10 +1526,14 @@ struct hstate *h; for_each_hstate(h) { + if (minimum_order > huge_page_order(h)) + minimum_order = huge_page_order(h); + /* oversize hugepages were init'ed in early boot */ if (!hstate_is_gigantic(h)) hugetlb_hstate_alloc_pages(h); } + VM_BUG_ON(minimum_order == UINT_MAX); } static char * __init memfmt(char *buf, unsigned long n) @@ -2657,9 +2666,10 @@ goto unlock; /* - * HWPoisoned hugepage is already unmapped and dropped reference + * Migrating hugepage or HWPoisoned hugepage is already + * unmapped and its refcount is dropped, so just clear pte here. */ - if (unlikely(is_hugetlb_entry_hwpoisoned(pte))) { + if (unlikely(!pte_present(pte))) { huge_pte_clear(mm, address, ptep); goto unlock; } @@ -2783,6 +2793,14 @@ continue; /* + * Shared VMAs have their own reserves and do not affect + * MAP_PRIVATE accounting but it is possible that a shared + * VMA is using the same page so check and skip such VMAs. + */ + if (iter_vma->vm_flags & VM_MAYSHARE) + continue; + + /* * Unmap the page from other VMAs without their own reserves. * They get marked to be SIGKILLed if they fault in these * areas. This is because a future no-page fault on this VMA @@ -3139,6 +3157,7 @@ struct page *pagecache_page = NULL; struct hstate *h = hstate_vma(vma); struct address_space *mapping; + int need_wait_lock = 0; address &= huge_page_mask(h); @@ -3151,12 +3170,12 @@ } else if (unlikely(is_hugetlb_entry_hwpoisoned(entry))) return VM_FAULT_HWPOISON_LARGE | VM_FAULT_SET_HINDEX(hstate_index(h)); + } else { + ptep = huge_pte_alloc(mm, address, huge_page_size(h)); + if (!ptep) + return VM_FAULT_OOM; } - ptep = huge_pte_alloc(mm, address, huge_page_size(h)); - if (!ptep) - return VM_FAULT_OOM; - mapping = vma->vm_file->f_mapping; idx = vma_hugecache_offset(h, vma, address); @@ -3177,6 +3196,16 @@ ret = 0; /* + * entry could be a migration/hwpoison entry at this point, so this + * check prevents the kernel from going below assuming that we have + * a active hugepage in pagecache. This goto expects the 2nd page fault, + * and is_hugetlb_entry_(migration|hwpoisoned) check will properly + * handle it. + */ + if (!pte_present(entry)) + goto out_mutex; + + /* * If we are going to COW the mapping later, we examine the pending * reservations for this page now. This will ensure that any * allocations necessary to record that reservation occur outside the @@ -3195,30 +3224,31 @@ vma, address); } + ptl = huge_pte_lock(h, mm, ptep); + + /* Check for a racing update before calling hugetlb_cow */ + if (unlikely(!pte_same(entry, huge_ptep_get(ptep)))) + goto out_ptl; + /* * hugetlb_cow() requires page locks of pte_page(entry) and * pagecache_page, so here we need take the former one * when page != pagecache_page or !pagecache_page. - * Note that locking order is always pagecache_page -> page, - * so no worry about deadlock. */ page = pte_page(entry); - get_page(page); if (page != pagecache_page) - lock_page(page); - - ptl = huge_pte_lockptr(h, mm, ptep); - spin_lock(ptl); - /* Check for a racing update before calling hugetlb_cow */ - if (unlikely(!pte_same(entry, huge_ptep_get(ptep)))) - goto out_ptl; + if (!trylock_page(page)) { + need_wait_lock = 1; + goto out_ptl; + } + get_page(page); if (flags & FAULT_FLAG_WRITE) { if (!huge_pte_write(entry)) { ret = hugetlb_cow(mm, vma, address, ptep, entry, pagecache_page, ptl); - goto out_ptl; + goto out_put_page; } entry = huge_pte_mkdirty(entry); } @@ -3226,7 +3256,10 @@ if (huge_ptep_set_access_flags(vma, address, ptep, entry, flags & FAULT_FLAG_WRITE)) update_mmu_cache(vma, address, ptep); - +out_put_page: + if (page != pagecache_page) + unlock_page(page); + put_page(page); out_ptl: spin_unlock(ptl); @@ -3234,12 +3267,17 @@ unlock_page(pagecache_page); put_page(pagecache_page); } - if (page != pagecache_page) - unlock_page(page); - put_page(page); - out_mutex: mutex_unlock(&htlb_fault_mutex_table[hash]); + /* + * Generally it's safe to hold refcount during waiting page lock. But + * here we just wait to defer the next page fault to avoid busy loop and + * the page is not used after unlocked before returning from the current + * page fault. So we are safe from accessing freed page, even if we wait + * here without taking refcount. + */ + if (need_wait_lock) + wait_on_page_locked(page); return ret; } @@ -3369,7 +3407,26 @@ spin_unlock(ptl); continue; } - if (!huge_pte_none(huge_ptep_get(ptep))) { + pte = huge_ptep_get(ptep); + if (unlikely(is_hugetlb_entry_hwpoisoned(pte))) { + spin_unlock(ptl); + continue; + } + if (unlikely(is_hugetlb_entry_migration(pte))) { + swp_entry_t entry = pte_to_swp_entry(pte); + + if (is_write_migration_entry(entry)) { + pte_t newpte; + + make_migration_entry_read(&entry); + newpte = swp_entry_to_pte(entry); + set_huge_pte_at(mm, address, ptep, newpte); + pages++; + } + spin_unlock(ptl); + continue; + } + if (!huge_pte_none(pte)) { pte = huge_ptep_get_and_clear(mm, address, ptep); pte = pte_mkhuge(huge_pte_modify(pte, newprot)); pte = arch_make_huge_pte(pte, vma, NULL, 0); @@ -3666,26 +3723,48 @@ struct page * follow_huge_pmd(struct mm_struct *mm, unsigned long address, - pmd_t *pmd, int write) + pmd_t *pmd, int flags) { - struct page *page; - - page = pte_page(*(pte_t *)pmd); - if (page) - page += ((address & ~PMD_MASK) >> PAGE_SHIFT); + struct page *page = NULL; + spinlock_t *ptl; +retry: + ptl = pmd_lockptr(mm, pmd); + spin_lock(ptl); + /* + * make sure that the address range covered by this pmd is not + * unmapped from other threads. + */ + if (!pmd_huge(*pmd)) + goto out; + if (pmd_present(*pmd)) { + page = pte_page(*(pte_t *)pmd) + + ((address & ~PMD_MASK) >> PAGE_SHIFT); + if (flags & FOLL_GET) + get_page(page); + } else { + if (is_hugetlb_entry_migration(huge_ptep_get((pte_t *)pmd))) { + spin_unlock(ptl); + __migration_entry_wait(mm, (pte_t *)pmd, ptl); + goto retry; + } + /* + * hwpoisoned entry is treated as no_page_table in + * follow_page_mask(). + */ + } +out: + spin_unlock(ptl); return page; } struct page * follow_huge_pud(struct mm_struct *mm, unsigned long address, - pud_t *pud, int write) + pud_t *pud, int flags) { - struct page *page; + if (flags & FOLL_GET) + return NULL; - page = pte_page(*(pte_t *)pud); - if (page) - page += ((address & ~PUD_MASK) >> PAGE_SHIFT); - return page; + return pte_page(*(pte_t *)pud) + ((address & ~PUD_MASK) >> PAGE_SHIFT); } #else /* !CONFIG_ARCH_WANT_GENERAL_HUGETLB */ --- linux-lts-utopic-3.16.0.orig/mm/iov_iter.c +++ linux-lts-utopic-3.16.0/mm/iov_iter.c @@ -310,7 +310,7 @@ EXPORT_SYMBOL(iov_iter_init); static ssize_t get_pages_iovec(struct iov_iter *i, - struct page **pages, size_t maxsize, + struct page **pages, size_t maxsize, unsigned maxpages, size_t *start) { size_t offset = i->iov_offset; @@ -327,6 +327,8 @@ len = maxsize; addr = (unsigned long)iov->iov_base + offset; len += *start = addr & (PAGE_SIZE - 1); + if (len > maxpages * PAGE_SIZE) + len = maxpages * PAGE_SIZE; addr &= ~(PAGE_SIZE - 1); n = (len + PAGE_SIZE - 1) / PAGE_SIZE; res = get_user_pages_fast(addr, n, (i->type & WRITE) != WRITE, pages); @@ -588,7 +590,7 @@ } static ssize_t get_pages_bvec(struct iov_iter *i, - struct page **pages, size_t maxsize, + struct page **pages, size_t maxsize, unsigned maxpages, size_t *start) { const struct bio_vec *bvec = i->bvec; @@ -597,6 +599,7 @@ len = i->count; if (len > maxsize) len = maxsize; + /* can't be more than PAGE_SIZE */ *start = bvec->bv_offset + i->iov_offset; get_page(*pages = bvec->bv_page); @@ -696,9 +699,9 @@ if (i->nr_segs == 1) return i->count; else if (i->type & ITER_BVEC) - return min(i->count, i->iov->iov_len - i->iov_offset); - else return min(i->count, i->bvec->bv_len - i->iov_offset); + else + return min(i->count, i->iov->iov_len - i->iov_offset); } EXPORT_SYMBOL(iov_iter_single_seg_count); @@ -712,13 +715,13 @@ EXPORT_SYMBOL(iov_iter_alignment); ssize_t iov_iter_get_pages(struct iov_iter *i, - struct page **pages, size_t maxsize, + struct page **pages, size_t maxsize, unsigned maxpages, size_t *start) { if (i->type & ITER_BVEC) - return get_pages_bvec(i, pages, maxsize, start); + return get_pages_bvec(i, pages, maxsize, maxpages, start); else - return get_pages_iovec(i, pages, maxsize, start); + return get_pages_iovec(i, pages, maxsize, maxpages, start); } EXPORT_SYMBOL(iov_iter_get_pages); --- linux-lts-utopic-3.16.0.orig/mm/kmemleak.c +++ linux-lts-utopic-3.16.0/mm/kmemleak.c @@ -193,6 +193,8 @@ /* set if tracing memory operations is enabled */ static int kmemleak_enabled; +/* same as above but only for the kmemleak_free() callback */ +static int kmemleak_free_enabled; /* set in the late_initcall if there were no errors */ static int kmemleak_initialized; /* enables or disables early logging of the memory operations */ @@ -940,7 +942,7 @@ { pr_debug("%s(0x%p)\n", __func__, ptr); - if (kmemleak_enabled && ptr && !IS_ERR(ptr)) + if (kmemleak_free_enabled && ptr && !IS_ERR(ptr)) delete_object_full((unsigned long)ptr); else if (kmemleak_early_log) log_early(KMEMLEAK_FREE, ptr, 0, 0); @@ -980,7 +982,7 @@ pr_debug("%s(0x%p)\n", __func__, ptr); - if (kmemleak_enabled && ptr && !IS_ERR(ptr)) + if (kmemleak_free_enabled && ptr && !IS_ERR(ptr)) for_each_possible_cpu(cpu) delete_object_full((unsigned long)per_cpu_ptr(ptr, cpu)); @@ -1743,6 +1745,13 @@ mutex_lock(&scan_mutex); stop_scan_thread(); + /* + * Once the scan thread has stopped, it is safe to no longer track + * object freeing. Ordering of the scan thread stopping and the memory + * accesses below is guaranteed by the kthread_stop() function. + */ + kmemleak_free_enabled = 0; + if (!kmemleak_found_leaks) __kmemleak_do_cleanup(); else @@ -1769,6 +1778,8 @@ /* check whether it is too early for a kernel thread */ if (kmemleak_initialized) schedule_work(&cleanup_work); + else + kmemleak_free_enabled = 0; pr_info("Kernel memory leak detector disabled\n"); } @@ -1833,8 +1844,10 @@ if (kmemleak_error) { local_irq_restore(flags); return; - } else + } else { kmemleak_enabled = 1; + kmemleak_free_enabled = 1; + } local_irq_restore(flags); /* --- linux-lts-utopic-3.16.0.orig/mm/ksm.c +++ linux-lts-utopic-3.16.0/mm/ksm.c @@ -376,7 +376,7 @@ else ret = VM_FAULT_WRITE; put_page(page); - } while (!(ret & (VM_FAULT_WRITE | VM_FAULT_SIGBUS | VM_FAULT_OOM))); + } while (!(ret & (VM_FAULT_WRITE | VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV | VM_FAULT_OOM))); /* * We must loop because handle_mm_fault() may back out if there's * any difficulty e.g. if pte accessed bit gets updated concurrently. --- linux-lts-utopic-3.16.0.orig/mm/madvise.c +++ linux-lts-utopic-3.16.0/mm/madvise.c @@ -19,6 +19,7 @@ #include #include #include +#include /* * Any behaviour which results in changes to the vma->vm_flags needs to --- linux-lts-utopic-3.16.0.orig/mm/memblock.c +++ linux-lts-utopic-3.16.0/mm/memblock.c @@ -192,8 +192,7 @@ phys_addr_t align, phys_addr_t start, phys_addr_t end, int nid) { - int ret; - phys_addr_t kernel_end; + phys_addr_t kernel_end, ret; /* pump up @end */ if (end == MEMBLOCK_ALLOC_ACCESSIBLE) --- linux-lts-utopic-3.16.0.orig/mm/memcontrol.c +++ linux-lts-utopic-3.16.0/mm/memcontrol.c @@ -292,6 +292,9 @@ /* vmpressure notifications */ struct vmpressure vmpressure; + /* css_online() has been completed */ + int initialized; + /* * the counter to account for mem+swap usage. */ @@ -1106,10 +1109,21 @@ * skipping css reference should be safe. */ if (next_css) { - if ((next_css == &root->css) || - ((next_css->flags & CSS_ONLINE) && - css_tryget_online(next_css))) - return mem_cgroup_from_css(next_css); + struct mem_cgroup *memcg = mem_cgroup_from_css(next_css); + + if (next_css == &root->css) + return memcg; + + if (css_tryget_online(next_css)) { + /* + * Make sure the memcg is initialized: + * mem_cgroup_css_online() orders the the + * initialization against setting the flag. + */ + if (smp_load_acquire(&memcg->initialized)) + return memcg; + css_put(next_css); + } prev_css = next_css; goto skip_node; @@ -1660,9 +1674,9 @@ pr_info("Task in "); pr_cont_cgroup_path(task_cgroup(p, memory_cgrp_id)); - pr_info(" killed as a result of limit of "); + pr_cont(" killed as a result of limit of "); pr_cont_cgroup_path(memcg->css.cgroup); - pr_info("\n"); + pr_cont("\n"); rcu_read_unlock(); @@ -5588,16 +5602,17 @@ swap_buffers: /* Swap primary and spare array */ thresholds->spare = thresholds->primary; - /* If all events are unregistered, free the spare array */ - if (!new) { - kfree(thresholds->spare); - thresholds->spare = NULL; - } rcu_assign_pointer(thresholds->primary, new); /* To be sure that nobody uses thresholds */ synchronize_rcu(); + + /* If all events are unregistered, free the spare array */ + if (!new) { + kfree(thresholds->spare); + thresholds->spare = NULL; + } unlock: mutex_unlock(&memcg->thresholds_lock); } @@ -6277,6 +6292,7 @@ { struct mem_cgroup *memcg = mem_cgroup_from_css(css); struct mem_cgroup *parent = mem_cgroup_from_css(css->parent); + int ret; if (css->id > MEM_CGROUP_ID_MAX) return -ENOSPC; @@ -6313,7 +6329,18 @@ } mutex_unlock(&memcg_create_mutex); - return memcg_init_kmem(memcg, &memory_cgrp_subsys); + ret = memcg_init_kmem(memcg, &memory_cgrp_subsys); + if (ret) + return ret; + + /* + * Make sure the memcg is initialized: mem_cgroup_iter() + * orders reading memcg->initialized against its callers + * reading the memcg members. + */ + smp_store_release(&memcg->initialized, 1); + + return 0; } /* --- linux-lts-utopic-3.16.0.orig/mm/memory-failure.c +++ linux-lts-utopic-3.16.0/mm/memory-failure.c @@ -1153,10 +1153,10 @@ * The check (unnecessarily) ignores LRU pages being isolated and * walked by the page reclaim code, however that's not a big loss. */ - if (!PageHuge(p) && !PageTransTail(p)) { - if (!PageLRU(p)) - shake_page(p, 0); - if (!PageLRU(p)) { + if (!PageHuge(p)) { + if (!PageLRU(hpage)) + shake_page(hpage, 0); + if (!PageLRU(hpage)) { /* * shake_page could have turned it free. */ @@ -1513,7 +1513,9 @@ * Did it turn free? */ ret = __get_any_page(page, pfn, 0); - if (!PageLRU(page)) { + if (ret == 1 && !PageLRU(page)) { + /* Drop page reference which is from __get_any_page() */ + put_page(page); pr_info("soft_offline: %#lx: unknown non LRU page type %lx\n", pfn, page->flags); return -EIO; @@ -1649,8 +1651,6 @@ * setting PG_hwpoison. */ if (!is_free_buddy_page(page)) - lru_add_drain_all(); - if (!is_free_buddy_page(page)) drain_all_pages(); SetPageHWPoison(page); if (!is_free_buddy_page(page)) @@ -1725,12 +1725,12 @@ } else if (ret == 0) { /* for free pages */ if (PageHuge(page)) { set_page_hwpoison_huge_page(hpage); - dequeue_hwpoisoned_huge_page(hpage); - atomic_long_add(1 << compound_order(hpage), + if (!dequeue_hwpoisoned_huge_page(hpage)) + atomic_long_add(1 << compound_order(hpage), &num_poisoned_pages); } else { - SetPageHWPoison(page); - atomic_long_inc(&num_poisoned_pages); + if (!TestSetPageHWPoison(page)) + atomic_long_inc(&num_poisoned_pages); } } unset_migratetype_isolate(page, MIGRATE_MOVABLE); --- linux-lts-utopic-3.16.0.orig/mm/memory.c +++ linux-lts-utopic-3.16.0/mm/memory.c @@ -40,6 +40,7 @@ #include #include +#include #include #include #include @@ -751,7 +752,7 @@ unsigned long pfn = pte_pfn(pte); if (HAVE_PTE_SPECIAL) { - if (likely(!pte_special(pte) || pte_numa(pte))) + if (likely(!pte_special(pte))) goto check_pfn; if (vma->vm_flags & (VM_PFNMAP | VM_MIXEDMAP)) return NULL; @@ -777,15 +778,14 @@ } } + if (is_zero_pfn(pfn)) + return NULL; check_pfn: if (unlikely(pfn > highest_memmap_pfn)) { print_bad_pte(vma, addr, pte, NULL); return NULL; } - if (is_zero_pfn(pfn)) - return NULL; - /* * NOTE! We still have PageReserved() pages in the page tables. * eg. VDSO mappings can cause them to exist. @@ -814,20 +814,20 @@ if (!pte_file(pte)) { swp_entry_t entry = pte_to_swp_entry(pte); - if (swap_duplicate(entry) < 0) - return entry.val; - - /* make sure dst_mm is on swapoff's mmlist. */ - if (unlikely(list_empty(&dst_mm->mmlist))) { - spin_lock(&mmlist_lock); - if (list_empty(&dst_mm->mmlist)) - list_add(&dst_mm->mmlist, - &src_mm->mmlist); - spin_unlock(&mmlist_lock); - } - if (likely(!non_swap_entry(entry))) + if (likely(!non_swap_entry(entry))) { + if (swap_duplicate(entry) < 0) + return entry.val; + + /* make sure dst_mm is on swapoff's mmlist. */ + if (unlikely(list_empty(&dst_mm->mmlist))) { + spin_lock(&mmlist_lock); + if (list_empty(&dst_mm->mmlist)) + list_add(&dst_mm->mmlist, + &src_mm->mmlist); + spin_unlock(&mmlist_lock); + } rss[MM_SWAPENTS]++; - else if (is_migration_entry(entry)) { + } else if (is_migration_entry(entry)) { page = migration_entry_to_page(entry); if (PageAnon(page)) @@ -884,7 +884,7 @@ return 0; } -int copy_pte_range(struct mm_struct *dst_mm, struct mm_struct *src_mm, +static int copy_pte_range(struct mm_struct *dst_mm, struct mm_struct *src_mm, pmd_t *dst_pmd, pmd_t *src_pmd, struct vm_area_struct *vma, unsigned long addr, unsigned long end) { @@ -1126,7 +1126,7 @@ addr) != page->index) { pte_t ptfile = pgoff_to_pte(page->index); if (pte_soft_dirty(ptent)) - pte_file_mksoft_dirty(ptfile); + ptfile = pte_file_mksoft_dirty(ptfile); set_pte_at(mm, addr, pte, ptfile); } if (PageAnon(page)) @@ -1146,6 +1146,7 @@ print_bad_pte(vma, addr, ptent, page); if (unlikely(!__tlb_remove_page(tlb, page))) { force_flush = 1; + addr += PAGE_SIZE; break; } continue; @@ -2148,20 +2149,27 @@ if (!dirty_page) return ret; - /* - * Yes, Virginia, this is actually required to prevent a race - * with clear_page_dirty_for_io() from clearing the page dirty - * bit after it clear all dirty ptes, but before a racing - * do_wp_page installs a dirty pte. - * - * do_shared_fault is protected similarly. - */ if (!page_mkwrite) { - wait_on_page_locked(dirty_page); - set_page_dirty_balance(dirty_page); + struct address_space *mapping; + int dirtied; + + lock_page(dirty_page); + dirtied = set_page_dirty(dirty_page); + VM_BUG_ON_PAGE(PageAnon(dirty_page), dirty_page); + mapping = dirty_page->mapping; + unlock_page(dirty_page); + + if (dirtied && mapping) { + /* + * Some device drivers do not set page.mapping + * but still dirty their pages + */ + balance_dirty_pages_ratelimited(mapping); + } + /* file_update_time outside page_lock */ if (vma->vm_file) - file_update_time(vma->vm_file); + vma_file_update_time(vma); } put_page(dirty_page); if (page_mkwrite) { @@ -2601,7 +2609,7 @@ if (prev && prev->vm_end == address) return prev->vm_flags & VM_GROWSDOWN ? 0 : -ENOMEM; - expand_downwards(vma, address - PAGE_SIZE); + return expand_downwards(vma, address - PAGE_SIZE); } if ((vma->vm_flags & VM_GROWSUP) && address + PAGE_SIZE == vma->vm_end) { struct vm_area_struct *next = vma->vm_next; @@ -2610,7 +2618,7 @@ if (next && next->vm_start == address + PAGE_SIZE) return next->vm_flags & VM_GROWSUP ? 0 : -ENOMEM; - expand_upwards(vma, address + PAGE_SIZE); + return expand_upwards(vma, address + PAGE_SIZE); } return 0; } @@ -2630,9 +2638,13 @@ pte_unmap(page_table); + /* File mapping without ->vm_ops ? */ + if (vma->vm_flags & VM_SHARED) + return VM_FAULT_SIGBUS; + /* Check if we need to add a guard page to the stack */ if (check_stack_guard_page(vma, address) < 0) - return VM_FAULT_SIGBUS; + return VM_FAULT_SIGSEGV; /* Use the zero-page for reads */ if (!(flags & FAULT_FLAG_WRITE)) { @@ -3024,6 +3036,9 @@ - vma->vm_start) >> PAGE_SHIFT) + vma->vm_pgoff; pte_unmap(page_table); + /* The VMA was not fully populated on mmap() or missing VM_DONTEXPAND */ + if (!vma->vm_ops->fault) + return VM_FAULT_SIGBUS; if (!(flags & FAULT_FLAG_WRITE)) return do_read_fault(mm, vma, address, pmd, pgoff, flags, orig_pte); @@ -3181,14 +3196,13 @@ pte_t entry; spinlock_t *ptl; - entry = *pte; + entry = ACCESS_ONCE(*pte); if (!pte_present(entry)) { if (pte_none(entry)) { - if (vma->vm_ops) { - if (likely(vma->vm_ops->fault)) - return do_linear_fault(mm, vma, address, + if (vma->vm_ops) + return do_linear_fault(mm, vma, address, pte, pmd, flags, entry); - } + return do_anonymous_page(mm, vma, address, pte, pmd, flags); } @@ -3559,7 +3573,7 @@ if (follow_phys(vma, addr, write, &prot, &phys_addr)) return -EINVAL; - maddr = ioremap_prot(phys_addr, PAGE_SIZE, prot); + maddr = ioremap_prot(phys_addr, PAGE_ALIGN(len + offset), prot); if (write) memcpy_toio(maddr + offset, buf, len); else --- linux-lts-utopic-3.16.0.orig/mm/memory_hotplug.c +++ linux-lts-utopic-3.16.0/mm/memory_hotplug.c @@ -31,6 +31,7 @@ #include #include #include +#include #include @@ -1063,6 +1064,16 @@ } #endif /* CONFIG_MEMORY_HOTPLUG_SPARSE */ +static void reset_node_present_pages(pg_data_t *pgdat) +{ + struct zone *z; + + for (z = pgdat->node_zones; z < pgdat->node_zones + MAX_NR_ZONES; z++) + z->present_pages = 0; + + pgdat->node_present_pages = 0; +} + /* we are OK calling __meminit stuff here - we have CONFIG_MEMORY_HOTPLUG */ static pg_data_t __ref *hotadd_new_pgdat(int nid, u64 start) { @@ -1078,6 +1089,10 @@ return NULL; arch_refresh_nodedata(nid, pgdat); + } else { + /* Reset the nr_zones and classzone_idx to 0 before reuse */ + pgdat->nr_zones = 0; + pgdat->classzone_idx = 0; } /* we can use NODE_DATA(nid) from here */ @@ -1093,6 +1108,21 @@ build_all_zonelists(pgdat, NULL); mutex_unlock(&zonelists_mutex); + /* + * zone->managed_pages is set to an approximate value in + * free_area_init_core(), which will cause + * /sys/device/system/node/nodeX/meminfo has wrong data. + * So reset it to 0 before any memory is onlined. + */ + reset_node_managed_pages(pgdat); + + /* + * When memory is hot-added, all the memory is in offline state. So + * clear all zones' present_pages because they will be updated in + * online_pages() and offline_pages(). + */ + reset_node_present_pages(pgdat); + return pgdat; } @@ -1278,23 +1308,30 @@ */ static int test_pages_in_a_zone(unsigned long start_pfn, unsigned long end_pfn) { - unsigned long pfn; + unsigned long pfn, sec_end_pfn; struct zone *zone = NULL; struct page *page; int i; - for (pfn = start_pfn; + for (pfn = start_pfn, sec_end_pfn = SECTION_ALIGN_UP(start_pfn); pfn < end_pfn; - pfn += MAX_ORDER_NR_PAGES) { - i = 0; - /* This is just a CONFIG_HOLES_IN_ZONE check.*/ - while ((i < MAX_ORDER_NR_PAGES) && !pfn_valid_within(pfn + i)) - i++; - if (i == MAX_ORDER_NR_PAGES) + pfn = sec_end_pfn + 1, sec_end_pfn += PAGES_PER_SECTION) { + /* Make sure the memory section is present first */ + if (!present_section_nr(pfn_to_section_nr(pfn))) continue; - page = pfn_to_page(pfn + i); - if (zone && page_zone(page) != zone) - return 0; - zone = page_zone(page); + for (; pfn < sec_end_pfn && pfn < end_pfn; + pfn += MAX_ORDER_NR_PAGES) { + i = 0; + /* This is just a CONFIG_HOLES_IN_ZONE check.*/ + while ((i < MAX_ORDER_NR_PAGES) && + !pfn_valid_within(pfn + i)) + i++; + if (i == MAX_ORDER_NR_PAGES) + continue; + page = pfn_to_page(pfn + i); + if (zone && page_zone(page) != zone) + return 0; + zone = page_zone(page); + } } return 1; } @@ -1922,18 +1959,11 @@ * wait_table may be allocated from boot memory, * here only free if it's allocated by vmalloc. */ - if (is_vmalloc_addr(zone->wait_table)) + if (is_vmalloc_addr(zone->wait_table)) { vfree(zone->wait_table); + zone->wait_table = NULL; + } } - - /* - * Since there is no way to guarentee the address of pgdat/zone is not - * on stack of any kernel threads or used by other kernel objects - * without reference counting or other symchronizing method, do not - * reset node_data and free pgdat here. Just reset it to 0 and reuse - * the memory when the node is online again. - */ - memset(pgdat, 0, sizeof(*pgdat)); } EXPORT_SYMBOL(try_offline_node); --- linux-lts-utopic-3.16.0.orig/mm/mempolicy.c +++ linux-lts-utopic-3.16.0/mm/mempolicy.c @@ -2560,7 +2560,7 @@ if (numabalancing_override) set_numabalancing_state(numabalancing_override == 1); - if (nr_node_ids > 1 && !numabalancing_override) { + if (num_online_nodes() > 1 && !numabalancing_override) { pr_info("%s automatic NUMA balancing. " "Configure with numa_balancing= or the " "kernel.numa_balancing sysctl", --- linux-lts-utopic-3.16.0.orig/mm/migrate.c +++ linux-lts-utopic-3.16.0/mm/migrate.c @@ -146,8 +146,11 @@ pte = pte_mkold(mk_pte(new, vma->vm_page_prot)); if (pte_swp_soft_dirty(*ptep)) pte = pte_mksoft_dirty(pte); + + /* Recheck VMA as permissions can change since migration started */ if (is_write_migration_entry(entry)) - pte = pte_mkwrite(pte); + pte = maybe_mkwrite(pte, vma); + #ifdef CONFIG_HUGETLB_PAGE if (PageHuge(new)) { pte = pte_mkhuge(pte); @@ -226,7 +229,7 @@ * get to the page and wait until migration is finished. * When we return from this function the fault will be retried. */ -static void __migration_entry_wait(struct mm_struct *mm, pte_t *ptep, +void __migration_entry_wait(struct mm_struct *mm, pte_t *ptep, spinlock_t *ptl) { pte_t pte; @@ -1271,7 +1274,8 @@ goto put_and_set; if (PageHuge(page)) { - isolate_huge_page(page, &pagelist); + if (PageHead(page)) + isolate_huge_page(page, &pagelist); goto put_and_set; } --- linux-lts-utopic-3.16.0.orig/mm/mmap.c +++ linux-lts-utopic-3.16.0/mm/mmap.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -132,7 +133,7 @@ */ int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin) { - unsigned long free, allowed, reserve; + long free, allowed, reserve; vm_acct_memory(pages); @@ -196,7 +197,7 @@ */ if (mm) { reserve = sysctl_user_reserve_kbytes >> (PAGE_SHIFT - 10); - allowed -= min(mm->total_vm / 32, reserve); + allowed -= min_t(long, mm->total_vm / 32, reserve); } if (percpu_counter_read_positive(&vm_committed_as) < allowed) @@ -253,7 +254,7 @@ if (vma->vm_ops && vma->vm_ops->close) vma->vm_ops->close(vma); if (vma->vm_file) - fput(vma->vm_file); + vma_fput(vma); mpol_put(vma_policy(vma)); kmem_cache_free(vm_area_cachep, vma); return next; @@ -416,11 +417,16 @@ unsigned long highest_address = 0; struct vm_area_struct *vma = mm->mmap; while (vma) { + struct anon_vma *anon_vma = vma->anon_vma; struct anon_vma_chain *avc; - vma_lock_anon_vma(vma); - list_for_each_entry(avc, &vma->anon_vma_chain, same_vma) - anon_vma_interval_tree_verify(avc); - vma_unlock_anon_vma(vma); + + if (anon_vma) { + anon_vma_lock_read(anon_vma); + list_for_each_entry(avc, &vma->anon_vma_chain, same_vma) + anon_vma_interval_tree_verify(avc); + anon_vma_unlock_read(anon_vma); + } + highest_address = vma->vm_end; vma = vma->vm_next; i++; @@ -747,9 +753,12 @@ * shrinking vma had, to cover any anon pages imported. */ if (exporter && exporter->anon_vma && !importer->anon_vma) { - if (anon_vma_clone(importer, exporter)) - return -ENOMEM; + int error; + importer->anon_vma = exporter->anon_vma; + error = anon_vma_clone(importer, exporter); + if (error) + return error; } } @@ -863,7 +872,7 @@ if (remove_next) { if (file) { uprobe_munmap(next, next->vm_start, next->vm_end); - fput(file); + vma_fput(vma); } if (next->anon_vma) anon_vma_merge(vma, next); @@ -1051,7 +1060,7 @@ end, prev->vm_pgoff, NULL); if (err) return NULL; - khugepaged_enter_vma_merge(prev); + khugepaged_enter_vma_merge(prev, vm_flags); return prev; } @@ -1070,7 +1079,7 @@ next->vm_pgoff - pglen, NULL); if (err) return NULL; - khugepaged_enter_vma_merge(area); + khugepaged_enter_vma_merge(area, vm_flags); return area; } @@ -1643,8 +1652,8 @@ unmap_and_free_vma: if (vm_flags & VM_DENYWRITE) allow_write_access(file); + vma_fput(vma); vma->vm_file = NULL; - fput(file); /* Undo any partial mapping done by a device driver. */ unmap_region(mm, vma, prev, vma->vm_start, vma->vm_end); @@ -2057,14 +2066,17 @@ { struct mm_struct *mm = vma->vm_mm; struct rlimit *rlim = current->signal->rlim; - unsigned long new_start; + unsigned long new_start, actual_size; /* address space limit tests */ if (!may_expand_vm(mm, grow)) return -ENOMEM; /* Stack limit test */ - if (size > ACCESS_ONCE(rlim[RLIMIT_STACK].rlim_cur)) + actual_size = size; + if (size && (vma->vm_flags & (VM_GROWSUP | VM_GROWSDOWN))) + actual_size -= PAGE_SIZE; + if (actual_size > ACCESS_ONCE(rlim[RLIMIT_STACK].rlim_cur)) return -ENOMEM; /* mlock limit tests */ @@ -2105,32 +2117,27 @@ */ int expand_upwards(struct vm_area_struct *vma, unsigned long address) { - int error; + int error = 0; if (!(vma->vm_flags & VM_GROWSUP)) return -EFAULT; - /* - * We must make sure the anon_vma is allocated - * so that the anon_vma locking is not a noop. - */ + /* Guard against wrapping around to address 0. */ + if (address < PAGE_ALIGN(address+4)) + address = PAGE_ALIGN(address+4); + else + return -ENOMEM; + + /* We must make sure the anon_vma is allocated. */ if (unlikely(anon_vma_prepare(vma))) return -ENOMEM; - vma_lock_anon_vma(vma); /* * vma->vm_start/vm_end cannot change under us because the caller * is required to hold the mmap_sem in read mode. We need the * anon_vma lock to serialize against concurrent expand_stacks. - * Also guard against wrapping around to address 0. */ - if (address < PAGE_ALIGN(address+4)) - address = PAGE_ALIGN(address+4); - else { - vma_unlock_anon_vma(vma); - return -ENOMEM; - } - error = 0; + anon_vma_lock_write(vma->anon_vma); /* Somebody else might have raced and expanded it already */ if (address > vma->vm_end) { @@ -2148,7 +2155,7 @@ * updates, but we only hold a shared mmap_sem * lock here, so we need to protect against * concurrent vma expansions. - * vma_lock_anon_vma() doesn't help here, as + * anon_vma_lock_write() doesn't help here, as * we don't guarantee that all growable vmas * in a mm share the same root anon vma. * So, we reuse mm->page_table_lock to guard @@ -2168,8 +2175,8 @@ } } } - vma_unlock_anon_vma(vma); - khugepaged_enter_vma_merge(vma); + anon_vma_unlock_write(vma->anon_vma); + khugepaged_enter_vma_merge(vma, vma->vm_flags); validate_mm(vma->vm_mm); return error; } @@ -2183,25 +2190,21 @@ { int error; - /* - * We must make sure the anon_vma is allocated - * so that the anon_vma locking is not a noop. - */ - if (unlikely(anon_vma_prepare(vma))) - return -ENOMEM; - address &= PAGE_MASK; error = security_mmap_addr(address); if (error) return error; - vma_lock_anon_vma(vma); + /* We must make sure the anon_vma is allocated. */ + if (unlikely(anon_vma_prepare(vma))) + return -ENOMEM; /* * vma->vm_start/vm_end cannot change under us because the caller * is required to hold the mmap_sem in read mode. We need the * anon_vma lock to serialize against concurrent expand_stacks. */ + anon_vma_lock_write(vma->anon_vma); /* Somebody else might have raced and expanded it already */ if (address < vma->vm_start) { @@ -2219,7 +2222,7 @@ * updates, but we only hold a shared mmap_sem * lock here, so we need to protect against * concurrent vma expansions. - * vma_lock_anon_vma() doesn't help here, as + * anon_vma_lock_write() doesn't help here, as * we don't guarantee that all growable vmas * in a mm share the same root anon vma. * So, we reuse mm->page_table_lock to guard @@ -2237,8 +2240,8 @@ } } } - vma_unlock_anon_vma(vma); - khugepaged_enter_vma_merge(vma); + anon_vma_unlock_write(vma->anon_vma); + khugepaged_enter_vma_merge(vma, vma->vm_flags); validate_mm(vma->vm_mm); return error; } @@ -2430,11 +2433,12 @@ if (err) goto out_free_vma; - if (anon_vma_clone(new, vma)) + err = anon_vma_clone(new, vma); + if (err) goto out_free_mpol; if (new->vm_file) - get_file(new->vm_file); + vma_get_file(new); if (new->vm_ops && new->vm_ops->open) new->vm_ops->open(new); @@ -2453,7 +2457,7 @@ if (new->vm_ops && new->vm_ops->close) new->vm_ops->close(new); if (new->vm_file) - fput(new->vm_file); + vma_fput(new); unlink_anon_vmas(new); out_free_mpol: mpol_put(vma_policy(new)); @@ -2842,7 +2846,7 @@ if (anon_vma_clone(new_vma, vma)) goto out_free_mempol; if (new_vma->vm_file) - get_file(new_vma->vm_file); + vma_get_file(new_vma); if (new_vma->vm_ops && new_vma->vm_ops->open) new_vma->vm_ops->open(new_vma); vma_link(mm, new_vma, prev, rb_link, rb_parent); --- linux-lts-utopic-3.16.0.orig/mm/mmu_notifier.c +++ linux-lts-utopic-3.16.0/mm/mmu_notifier.c @@ -23,6 +23,25 @@ static struct srcu_struct srcu; /* + * This function allows mmu_notifier::release callback to delay a call to + * a function that will free appropriate resources. The function must be + * quick and must not block. + */ +void mmu_notifier_call_srcu(struct rcu_head *rcu, + void (*func)(struct rcu_head *rcu)) +{ + call_srcu(&srcu, rcu, func); +} +EXPORT_SYMBOL_GPL(mmu_notifier_call_srcu); + +void mmu_notifier_synchronize(void) +{ + /* Wait for any running method to finish. */ + srcu_barrier(&srcu); +} +EXPORT_SYMBOL_GPL(mmu_notifier_synchronize); + +/* * This function can't run concurrently against mmu_notifier_register * because mm->mm_users > 0 during mmu_notifier_register and exit_mmap * runs with mm_users == 0. Other tasks may still invoke mmu notifiers @@ -53,7 +72,6 @@ */ if (mn->ops->release) mn->ops->release(mn, mm); - srcu_read_unlock(&srcu, id); spin_lock(&mm->mmu_notifier_mm->lock); while (unlikely(!hlist_empty(&mm->mmu_notifier_mm->list))) { @@ -69,6 +87,7 @@ hlist_del_init_rcu(&mn->hlist); } spin_unlock(&mm->mmu_notifier_mm->lock); + srcu_read_unlock(&srcu, id); /* * synchronize_srcu here prevents mmu_notifier_release from returning to @@ -325,6 +344,25 @@ } EXPORT_SYMBOL_GPL(mmu_notifier_unregister); +/* + * Same as mmu_notifier_unregister but no callback and no srcu synchronization. + */ +void mmu_notifier_unregister_no_release(struct mmu_notifier *mn, + struct mm_struct *mm) +{ + spin_lock(&mm->mmu_notifier_mm->lock); + /* + * Can not use list_del_rcu() since __mmu_notifier_release + * can delete it before we hold the lock. + */ + hlist_del_init_rcu(&mn->hlist); + spin_unlock(&mm->mmu_notifier_mm->lock); + + BUG_ON(atomic_read(&mm->mm_count) <= 0); + mmdrop(mm); +} +EXPORT_SYMBOL_GPL(mmu_notifier_unregister_no_release); + static int __init mmu_notifier_init(void) { return init_srcu_struct(&srcu); --- linux-lts-utopic-3.16.0.orig/mm/msync.c +++ linux-lts-utopic-3.16.0/mm/msync.c @@ -9,6 +9,7 @@ */ #include #include +#include #include #include #include --- linux-lts-utopic-3.16.0.orig/mm/nobootmem.c +++ linux-lts-utopic-3.16.0/mm/nobootmem.c @@ -143,12 +143,10 @@ static int reset_managed_pages_done __initdata; -static inline void __init reset_node_managed_pages(pg_data_t *pgdat) +void reset_node_managed_pages(pg_data_t *pgdat) { struct zone *z; - if (reset_managed_pages_done) - return; for (z = pgdat->node_zones; z < pgdat->node_zones + MAX_NR_ZONES; z++) z->managed_pages = 0; } @@ -157,8 +155,12 @@ { struct pglist_data *pgdat; + if (reset_managed_pages_done) + return; + for_each_online_pgdat(pgdat) reset_node_managed_pages(pgdat); + reset_managed_pages_done = 1; } --- linux-lts-utopic-3.16.0.orig/mm/nommu.c +++ linux-lts-utopic-3.16.0/mm/nommu.c @@ -658,7 +658,7 @@ up_write(&nommu_region_sem); if (region->vm_file) - fput(region->vm_file); + vmr_fput(region); /* IO memory and memory shared directly out of the pagecache * from ramfs/tmpfs mustn't be released here */ @@ -823,7 +823,7 @@ if (vma->vm_ops && vma->vm_ops->close) vma->vm_ops->close(vma); if (vma->vm_file) - fput(vma->vm_file); + vma_fput(vma); put_nommu_region(vma->vm_region); kmem_cache_free(vm_area_cachep, vma); } @@ -1385,7 +1385,7 @@ goto error_just_free; } } - fput(region->vm_file); + vmr_fput(region); kmem_cache_free(vm_region_jar, region); region = pregion; result = start; @@ -1461,10 +1461,10 @@ up_write(&nommu_region_sem); error: if (region->vm_file) - fput(region->vm_file); + vmr_fput(region); kmem_cache_free(vm_region_jar, region); if (vma->vm_file) - fput(vma->vm_file); + vma_fput(vma); kmem_cache_free(vm_area_cachep, vma); kleave(" = %d", ret); return ret; @@ -1905,7 +1905,7 @@ */ int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin) { - unsigned long free, allowed, reserve; + long free, allowed, reserve; vm_acct_memory(pages); @@ -1969,7 +1969,7 @@ */ if (mm) { reserve = sysctl_user_reserve_kbytes >> (PAGE_SHIFT - 10); - allowed -= min(mm->total_vm / 32, reserve); + allowed -= min_t(long, mm->total_vm / 32, reserve); } if (percpu_counter_read_positive(&vm_committed_as) < allowed) --- linux-lts-utopic-3.16.0.orig/mm/oom_kill.c +++ linux-lts-utopic-3.16.0/mm/oom_kill.c @@ -406,6 +406,23 @@ dump_tasks(memcg, nodemask); } +/* + * Number of OOM killer invocations (including memcg OOM killer). + * Primarily used by PM freezer to check for potential races with + * OOM killed frozen task. + */ +static atomic_t oom_kills = ATOMIC_INIT(0); + +int oom_kills_count(void) +{ + return atomic_read(&oom_kills); +} + +void note_oom_kill(void) +{ + atomic_inc(&oom_kills); +} + #define K(x) ((x) << (PAGE_SHIFT-10)) /* * Must be called while holding a reference to p, which will be released upon --- linux-lts-utopic-3.16.0.orig/mm/page-writeback.c +++ linux-lts-utopic-3.16.0/mm/page-writeback.c @@ -583,7 +583,7 @@ long x; x = div64_s64(((s64)setpoint - (s64)dirty) << RATELIMIT_CALC_SHIFT, - limit - setpoint + 1); + (limit - setpoint) | 1); pos_ratio = x; pos_ratio = pos_ratio * x >> RATELIMIT_CALC_SHIFT; pos_ratio = pos_ratio * x >> RATELIMIT_CALC_SHIFT; @@ -810,7 +810,7 @@ * scale global setpoint to bdi's: * bdi_setpoint = setpoint * bdi_thresh / thresh */ - x = div_u64((u64)bdi_thresh << 16, thresh + 1); + x = div_u64((u64)bdi_thresh << 16, thresh | 1); bdi_setpoint = setpoint * (u64)x >> 16; /* * Use span=(8*write_bw) in single bdi case as indicated by @@ -825,7 +825,7 @@ if (bdi_dirty < x_intercept - span / 4) { pos_ratio = div64_u64(pos_ratio * (x_intercept - bdi_dirty), - x_intercept - bdi_setpoint + 1); + (x_intercept - bdi_setpoint) | 1); } else pos_ratio /= 4; @@ -860,8 +860,11 @@ * bw * elapsed + write_bandwidth * (period - elapsed) * write_bandwidth = --------------------------------------------------- * period + * + * @written may have decreased due to account_page_redirty(). + * Avoid underflowing @bw calculation. */ - bw = written - bdi->written_stamp; + bw = written - min(written, bdi->written_stamp); bw *= HZ; if (unlikely(elapsed > period)) { do_div(bw, elapsed); @@ -925,7 +928,7 @@ unsigned long now) { static DEFINE_SPINLOCK(dirty_lock); - static unsigned long update_time; + static unsigned long update_time = INITIAL_JIFFIES; /* * check locklessly first to optimize away locking for the most time @@ -1544,16 +1547,6 @@ bdi_start_background_writeback(bdi); } -void set_page_dirty_balance(struct page *page) -{ - if (set_page_dirty(page)) { - struct address_space *mapping = page_mapping(page); - - if (mapping) - balance_dirty_pages_ratelimited(mapping); - } -} - static DEFINE_PER_CPU(int, bdp_ratelimits); /* @@ -2143,32 +2136,25 @@ * page dirty in that case, but not all the buffers. This is a "bottom-up" * dirtying, whereas __set_page_dirty_buffers() is a "top-down" dirtying. * - * Most callers have locked the page, which pins the address_space in memory. - * But zap_pte_range() does not lock the page, however in that case the - * mapping is pinned by the vma's ->vm_file reference. - * - * We take care to handle the case where the page was truncated from the - * mapping by re-checking page_mapping() inside tree_lock. + * The caller must ensure this doesn't race with truncation. Most will simply + * hold the page lock, but e.g. zap_pte_range() calls with the page mapped and + * the pte lock held, which also locks out truncation. */ int __set_page_dirty_nobuffers(struct page *page) { if (!TestSetPageDirty(page)) { struct address_space *mapping = page_mapping(page); - struct address_space *mapping2; unsigned long flags; if (!mapping) return 1; spin_lock_irqsave(&mapping->tree_lock, flags); - mapping2 = page_mapping(page); - if (mapping2) { /* Race with truncate? */ - BUG_ON(mapping2 != mapping); - WARN_ON_ONCE(!PagePrivate(page) && !PageUptodate(page)); - account_page_dirtied(page, mapping); - radix_tree_tag_set(&mapping->page_tree, - page_index(page), PAGECACHE_TAG_DIRTY); - } + BUG_ON(page_mapping(page) != mapping); + WARN_ON_ONCE(!PagePrivate(page) && !PageUptodate(page)); + account_page_dirtied(page, mapping); + radix_tree_tag_set(&mapping->page_tree, page_index(page), + PAGECACHE_TAG_DIRTY); spin_unlock_irqrestore(&mapping->tree_lock, flags); if (mapping->host) { /* !PageAnon && !swapper_space */ @@ -2325,12 +2311,10 @@ /* * We carefully synchronise fault handlers against * installing a dirty pte and marking the page dirty - * at this point. We do this by having them hold the - * page lock at some point after installing their - * pte, but before marking the page dirty. - * Pages are always locked coming in here, so we get - * the desired exclusion. See mm/memory.c:do_wp_page() - * for more comments. + * at this point. We do this by having them hold the + * page lock while dirtying the page, and pages are + * always locked coming in here, so we get the desired + * exclusion. */ if (TestClearPageDirty(page)) { dec_zone_page_state(page, NR_FILE_DIRTY); --- linux-lts-utopic-3.16.0.orig/mm/page_alloc.c +++ linux-lts-utopic-3.16.0/mm/page_alloc.c @@ -680,9 +680,12 @@ int migratetype = 0; int batch_free = 0; int to_free = count; + unsigned long nr_scanned; spin_lock(&zone->lock); - zone->pages_scanned = 0; + nr_scanned = zone_page_state(zone, NR_PAGES_SCANNED); + if (nr_scanned) + __mod_zone_page_state(zone, NR_PAGES_SCANNED, -nr_scanned); while (to_free) { struct page *page; @@ -731,8 +734,11 @@ unsigned int order, int migratetype) { + unsigned long nr_scanned; spin_lock(&zone->lock); - zone->pages_scanned = 0; + nr_scanned = zone_page_state(zone, NR_PAGES_SCANNED); + if (nr_scanned) + __mod_zone_page_state(zone, NR_PAGES_SCANNED, -nr_scanned); __free_one_page(page, pfn, zone, order, migratetype); if (unlikely(!is_migrate_isolate(migratetype))) @@ -1077,8 +1083,8 @@ * nor move CMA pages to different free lists. We don't want unmovable pages * to be allocated from MIGRATE_CMA areas. * - * Returns the new migratetype of the pageblock (or the same old migratetype - * if it was unchanged). + * Returns the allocation migratetype if free pages were stolen, or the + * fallback migratetype if it was decided not to steal. */ static int try_to_steal_freepages(struct zone *zone, struct page *page, int start_type, int fallback_type) @@ -1109,12 +1115,10 @@ /* Claim the whole block if over half of it is free */ if (pages >= (1 << (pageblock_order-1)) || - page_group_by_mobility_disabled) { - + page_group_by_mobility_disabled) set_pageblock_migratetype(page, start_type); - return start_type; - } + return start_type; } return fallback_type; @@ -1166,7 +1170,7 @@ set_freepage_migratetype(page, new_type); trace_mm_page_alloc_extfrag(page, order, current_order, - start_migratetype, migratetype, new_type); + start_migratetype, migratetype); return page; } @@ -1610,6 +1614,9 @@ } __mod_zone_page_state(zone, NR_ALLOC_BATCH, -(1 << order)); + if (zone_page_state(zone, NR_ALLOC_BATCH) == 0 && + !zone_is_fair_depleted(zone)) + zone_set_flag(zone, ZONE_FAIR_DEPLETED); __count_zone_vm_events(PGALLOC, zone, 1 << order); zone_statistics(preferred_zone, zone, gfp_flags); @@ -1712,7 +1719,6 @@ { /* free_pages my go negative - that's OK */ long min = mark; - long lowmem_reserve = z->lowmem_reserve[classzone_idx]; int o; long free_cma = 0; @@ -1727,7 +1733,7 @@ free_cma = zone_page_state(z, NR_FREE_CMA_PAGES); #endif - if (free_pages - free_cma <= min + lowmem_reserve) + if (free_pages - free_cma <= min + z->lowmem_reserve[classzone_idx]) return false; for (o = 0; o < order; o++) { /* At the next order, this order's pages become unavailable */ @@ -1922,6 +1928,18 @@ #endif /* CONFIG_NUMA */ +static void reset_alloc_batches(struct zone *preferred_zone) +{ + struct zone *zone = preferred_zone->zone_pgdat->node_zones; + + do { + mod_zone_page_state(zone, NR_ALLOC_BATCH, + high_wmark_pages(zone) - low_wmark_pages(zone) - + atomic_long_read(&zone->vm_stat[NR_ALLOC_BATCH])); + zone_clear_flag(zone, ZONE_FAIR_DEPLETED); + } while (zone++ != preferred_zone); +} + /* * get_page_from_freelist goes through the zonelist trying to allocate * a page. @@ -1939,8 +1957,12 @@ int did_zlc_setup = 0; /* just call zlc_setup() one time */ bool consider_zone_dirty = (alloc_flags & ALLOC_WMARK_LOW) && (gfp_mask & __GFP_WRITE); + int nr_fair_skipped = 0; + bool zonelist_rescan; zonelist_scan: + zonelist_rescan = false; + /* * Scan zonelist, looking for a zone with enough free. * See also __cpuset_node_allowed_softwall() comment in kernel/cpuset.c. @@ -1964,9 +1986,11 @@ */ if (alloc_flags & ALLOC_FAIR) { if (!zone_local(preferred_zone, zone)) + break; + if (zone_is_fair_depleted(zone)) { + nr_fair_skipped++; continue; - if (zone_page_state(zone, NR_ALLOC_BATCH) <= 0) - continue; + } } /* * When allocating a page cache page for writing, we @@ -2072,13 +2096,7 @@ zlc_mark_zone_full(zonelist, z); } - if (unlikely(IS_ENABLED(CONFIG_NUMA) && page == NULL && zlc_active)) { - /* Disable zlc cache for second zonelist scan */ - zlc_active = 0; - goto zonelist_scan; - } - - if (page) + if (page) { /* * page->pfmemalloc is set when ALLOC_NO_WATERMARKS was * necessary to allocate the page. The expectation is @@ -2087,8 +2105,37 @@ * for !PFMEMALLOC purposes. */ page->pfmemalloc = !!(alloc_flags & ALLOC_NO_WATERMARKS); + return page; + } - return page; + /* + * The first pass makes sure allocations are spread fairly within the + * local node. However, the local node might have free pages left + * after the fairness batches are exhausted, and remote zones haven't + * even been considered yet. Try once more without fairness, and + * include remote zones now, before entering the slowpath and waking + * kswapd: prefer spilling to a remote zone over swapping locally. + */ + if (alloc_flags & ALLOC_FAIR) { + alloc_flags &= ~ALLOC_FAIR; + if (nr_fair_skipped) { + zonelist_rescan = true; + reset_alloc_batches(preferred_zone); + } + if (nr_online_nodes > 1) + zonelist_rescan = true; + } + + if (unlikely(IS_ENABLED(CONFIG_NUMA) && zlc_active)) { + /* Disable zlc cache for second zonelist scan */ + zlc_active = 0; + zonelist_rescan = true; + } + + if (zonelist_rescan) + goto zonelist_scan; + + return NULL; } /* @@ -2208,6 +2255,14 @@ } /* + * PM-freezer should be notified that there might be an OOM killer on + * its way to kill and wake somebody up. This is too early and we might + * end up not killing anything but false positives are acceptable. + * See freeze_processes. + */ + note_oom_kill(); + + /* * Go through the zonelist yet one more time, keep very high watermark * here, this is only to catch a parallel oom killing, we must fail if * we're still under heavy pressure. @@ -2409,28 +2464,6 @@ return page; } -static void reset_alloc_batches(struct zonelist *zonelist, - enum zone_type high_zoneidx, - struct zone *preferred_zone) -{ - struct zoneref *z; - struct zone *zone; - - for_each_zone_zonelist(zone, z, zonelist, high_zoneidx) { - /* - * Only reset the batches of zones that were actually - * considered in the fairness pass, we don't want to - * trash fairness information for zones that are not - * actually part of this zonelist's round-robin cycle. - */ - if (!zone_local(preferred_zone, zone)) - continue; - mod_zone_page_state(zone, NR_ALLOC_BATCH, - high_wmark_pages(zone) - low_wmark_pages(zone) - - atomic_long_read(&zone->vm_stat[NR_ALLOC_BATCH])); - } -} - static void wake_all_kswapds(unsigned int order, struct zonelist *zonelist, enum zone_type high_zoneidx, @@ -2766,29 +2799,12 @@ if (allocflags_to_migratetype(gfp_mask) == MIGRATE_MOVABLE) alloc_flags |= ALLOC_CMA; #endif -retry: /* First allocation attempt */ page = get_page_from_freelist(gfp_mask|__GFP_HARDWALL, nodemask, order, zonelist, high_zoneidx, alloc_flags, preferred_zone, classzone_idx, migratetype); if (unlikely(!page)) { /* - * The first pass makes sure allocations are spread - * fairly within the local node. However, the local - * node might have free pages left after the fairness - * batches are exhausted, and remote zones haven't - * even been considered yet. Try once more without - * fairness, and include remote zones now, before - * entering the slowpath and waking kswapd: prefer - * spilling to a remote zone over swapping locally. - */ - if (alloc_flags & ALLOC_FAIR) { - reset_alloc_batches(zonelist, high_zoneidx, - preferred_zone); - alloc_flags &= ~ALLOC_FAIR; - goto retry; - } - /* * Runtime PM, block IO and its error handling path * can deadlock because I/O on the device might not * complete. @@ -3253,12 +3269,12 @@ K(zone_page_state(zone, NR_BOUNCE)), K(zone_page_state(zone, NR_FREE_CMA_PAGES)), K(zone_page_state(zone, NR_WRITEBACK_TEMP)), - zone->pages_scanned, + K(zone_page_state(zone, NR_PAGES_SCANNED)), (!zone_reclaimable(zone) ? "yes" : "no") ); printk("lowmem_reserve[]:"); for (i = 0; i < MAX_NR_ZONES; i++) - printk(" %lu", zone->lowmem_reserve[i]); + printk(" %ld", zone->lowmem_reserve[i]); printk("\n"); } @@ -5579,7 +5595,7 @@ for_each_online_pgdat(pgdat) { for (i = 0; i < MAX_NR_ZONES; i++) { struct zone *zone = pgdat->node_zones + i; - unsigned long max = 0; + long max = 0; /* Find valid and maximum lowmem_reserve in the zone */ for (j = i; j < MAX_NR_ZONES; j++) { --- linux-lts-utopic-3.16.0.orig/mm/page_cgroup.c +++ linux-lts-utopic-3.16.0/mm/page_cgroup.c @@ -171,6 +171,7 @@ sizeof(struct page_cgroup) * PAGES_PER_SECTION; BUG_ON(PageReserved(page)); + kmemleak_free(addr); free_pages_exact(addr, table_size); } } --- linux-lts-utopic-3.16.0.orig/mm/pagewalk.c +++ linux-lts-utopic-3.16.0/mm/pagewalk.c @@ -199,7 +199,10 @@ */ if ((vma->vm_start <= addr) && (vma->vm_flags & VM_PFNMAP)) { - next = vma->vm_end; + if (walk->pte_hole) + err = walk->pte_hole(addr, next, walk); + if (err) + break; pgd = pgd_offset(walk->mm, next); continue; } --- linux-lts-utopic-3.16.0.orig/mm/percpu-vm.c +++ linux-lts-utopic-3.16.0/mm/percpu-vm.c @@ -108,7 +108,7 @@ int page_start, int page_end) { const gfp_t gfp = GFP_KERNEL | __GFP_HIGHMEM | __GFP_COLD; - unsigned int cpu; + unsigned int cpu, tcpu; int i; for_each_possible_cpu(cpu) { @@ -116,14 +116,23 @@ struct page **pagep = &pages[pcpu_page_idx(cpu, i)]; *pagep = alloc_pages_node(cpu_to_node(cpu), gfp, 0); - if (!*pagep) { - pcpu_free_pages(chunk, pages, populated, - page_start, page_end); - return -ENOMEM; - } + if (!*pagep) + goto err; } } return 0; + +err: + while (--i >= page_start) + __free_page(pages[pcpu_page_idx(cpu, i)]); + + for_each_possible_cpu(tcpu) { + if (tcpu == cpu) + break; + for (i = page_start; i < page_end; i++) + __free_page(pages[pcpu_page_idx(tcpu, i)]); + } + return -ENOMEM; } /** @@ -263,6 +272,7 @@ __pcpu_unmap_pages(pcpu_chunk_addr(chunk, tcpu, page_start), page_end - page_start); } + pcpu_post_unmap_tlb_flush(chunk, page_start, page_end); return err; } --- linux-lts-utopic-3.16.0.orig/mm/rmap.c +++ linux-lts-utopic-3.16.0/mm/rmap.c @@ -72,6 +72,8 @@ anon_vma = kmem_cache_alloc(anon_vma_cachep, GFP_KERNEL); if (anon_vma) { atomic_set(&anon_vma->refcount, 1); + anon_vma->degree = 1; /* Reference for first vma */ + anon_vma->parent = anon_vma; /* * Initialise the anon_vma root to point to itself. If called * from fork, the root will be reset to the parents anon_vma. @@ -188,6 +190,8 @@ if (likely(!vma->anon_vma)) { vma->anon_vma = anon_vma; anon_vma_chain_link(vma, avc, anon_vma); + /* vma reference or self-parent link for new root */ + anon_vma->degree++; allocated = NULL; avc = NULL; } @@ -236,6 +240,14 @@ /* * Attach the anon_vmas from src to dst. * Returns 0 on success, -ENOMEM on failure. + * + * If dst->anon_vma is NULL this function tries to find and reuse existing + * anon_vma which has no vmas and only one child anon_vma. This prevents + * degradation of anon_vma hierarchy to endless linear chain in case of + * constantly forking task. On the other hand, an anon_vma with more than one + * child isn't reused even if there was no alive vma, thus rmap walker has a + * good chance of avoiding scanning the whole hierarchy when it searches where + * page is mapped. */ int anon_vma_clone(struct vm_area_struct *dst, struct vm_area_struct *src) { @@ -256,11 +268,32 @@ anon_vma = pavc->anon_vma; root = lock_anon_vma_root(root, anon_vma); anon_vma_chain_link(dst, avc, anon_vma); + + /* + * Reuse existing anon_vma if its degree lower than two, + * that means it has no vma and only one anon_vma child. + * + * Do not chose parent anon_vma, otherwise first child + * will always reuse it. Root anon_vma is never reused: + * it has self-parent reference and at least one child. + */ + if (!dst->anon_vma && anon_vma != src->anon_vma && + anon_vma->degree < 2) + dst->anon_vma = anon_vma; } + if (dst->anon_vma) + dst->anon_vma->degree++; unlock_anon_vma_root(root); return 0; enomem_failure: + /* + * dst->anon_vma is dropped here otherwise its degree can be incorrectly + * decremented in unlink_anon_vmas(). + * We can safely do this because callers of anon_vma_clone() don't care + * about dst->anon_vma if anon_vma_clone() failed. + */ + dst->anon_vma = NULL; unlink_anon_vmas(dst); return -ENOMEM; } @@ -274,17 +307,26 @@ { struct anon_vma_chain *avc; struct anon_vma *anon_vma; + int error; /* Don't bother if the parent process has no anon_vma here. */ if (!pvma->anon_vma) return 0; + /* Drop inherited anon_vma, we'll reuse existing or allocate new. */ + vma->anon_vma = NULL; + /* * First, attach the new VMA to the parent VMA's anon_vmas, * so rmap can find non-COWed pages in child processes. */ - if (anon_vma_clone(vma, pvma)) - return -ENOMEM; + error = anon_vma_clone(vma, pvma); + if (error) + return error; + + /* An existing anon_vma has been reused, all done then. */ + if (vma->anon_vma) + return 0; /* Then add our own anon_vma. */ anon_vma = anon_vma_alloc(); @@ -299,6 +341,7 @@ * lock any of the anon_vmas in this anon_vma tree. */ anon_vma->root = pvma->anon_vma->root; + anon_vma->parent = pvma->anon_vma; /* * With refcounts, an anon_vma can stay around longer than the * process it belongs to. The root anon_vma needs to be pinned until @@ -309,6 +352,7 @@ vma->anon_vma = anon_vma; anon_vma_lock_write(anon_vma); anon_vma_chain_link(vma, avc, anon_vma); + anon_vma->parent->degree++; anon_vma_unlock_write(anon_vma); return 0; @@ -339,12 +383,16 @@ * Leave empty anon_vmas on the list - we'll need * to free them outside the lock. */ - if (RB_EMPTY_ROOT(&anon_vma->rb_root)) + if (RB_EMPTY_ROOT(&anon_vma->rb_root)) { + anon_vma->parent->degree--; continue; + } list_del(&avc->same_vma); anon_vma_chain_free(avc); } + if (vma->anon_vma) + vma->anon_vma->degree--; unlock_anon_vma_root(root); /* @@ -355,6 +403,7 @@ list_for_each_entry_safe(avc, next, &vma->anon_vma_chain, same_vma) { struct anon_vma *anon_vma = avc->anon_vma; + BUG_ON(anon_vma->degree); put_anon_vma(anon_vma); list_del(&avc->same_vma); --- linux-lts-utopic-3.16.0.orig/mm/shmem.c +++ linux-lts-utopic-3.16.0/mm/shmem.c @@ -2064,8 +2064,10 @@ if (new_dentry->d_inode) { (void) shmem_unlink(new_dir, new_dentry); - if (they_are_dirs) + if (they_are_dirs) { + drop_nlink(new_dentry->d_inode); drop_nlink(old_dir); + } } else if (they_are_dirs) { drop_nlink(old_dir); inc_nlink(new_dir); --- linux-lts-utopic-3.16.0.orig/mm/slab.c +++ linux-lts-utopic-3.16.0/mm/slab.c @@ -279,6 +279,7 @@ #define CFLGS_OFF_SLAB (0x80000000UL) #define OFF_SLAB(x) ((x)->flags & CFLGS_OFF_SLAB) +#define OFF_SLAB_MIN_SIZE (max_t(size_t, PAGE_SIZE >> 5, KMALLOC_MIN_SIZE + 1)) #define BATCHREFILL_LIMIT 16 /* @@ -2224,7 +2225,8 @@ int __kmem_cache_create (struct kmem_cache *cachep, unsigned long flags) { - size_t left_over, freelist_size, ralign; + size_t left_over, freelist_size; + size_t ralign = BYTES_PER_WORD; gfp_t gfp; int err; size_t size = cachep->size; @@ -2257,14 +2259,6 @@ size &= ~(BYTES_PER_WORD - 1); } - /* - * Redzoning and user store require word alignment or possibly larger. - * Note this will be overridden by architecture or caller mandated - * alignment if either is greater than BYTES_PER_WORD. - */ - if (flags & SLAB_STORE_USER) - ralign = BYTES_PER_WORD; - if (flags & SLAB_RED_ZONE) { ralign = REDZONE_ALIGN; /* If redzoning, ensure that the second redzone is suitably @@ -2313,9 +2307,16 @@ size += BYTES_PER_WORD; } #if FORCED_DEBUG && defined(CONFIG_DEBUG_PAGEALLOC) - if (size >= kmalloc_size(INDEX_NODE + 1) - && cachep->object_size > cache_line_size() - && ALIGN(size, cachep->align) < PAGE_SIZE) { + /* + * To activate debug pagealloc, off-slab management is necessary + * requirement. In early phase of initialization, small sized slab + * doesn't get initialized so it would not be possible. So, we need + * to check size >= 256. It guarantees that all necessary small + * sized slab is initialized in current slab initialization sequence. + */ + if (!slab_early_init && size >= kmalloc_size(INDEX_NODE) && + size >= 256 && cachep->object_size > cache_line_size() && + ALIGN(size, cachep->align) < PAGE_SIZE) { cachep->obj_offset += PAGE_SIZE - ALIGN(size, cachep->align); size = PAGE_SIZE; } @@ -2328,7 +2329,7 @@ * it too early on. Always use on-slab management when * SLAB_NOLEAKTRACE to avoid recursive calls into kmemleak) */ - if ((size >= (PAGE_SIZE >> 5)) && !slab_early_init && + if (size >= OFF_SLAB_MIN_SIZE && !slab_early_init && !(flags & SLAB_NOLEAKTRACE)) /* * Size is large, assume best to place the slab management obj @@ -2392,7 +2393,7 @@ /* * This is a possibility for one of the kmalloc_{dma,}_caches. * But since we go off slab only for object size greater than - * PAGE_SIZE/8, and kmalloc_{dma,}_caches get created + * OFF_SLAB_MIN_SIZE, and kmalloc_{dma,}_caches get created * in ascending order,this should not happen at all. * But leave a BUG_ON for some lucky dude. */ @@ -3232,7 +3233,7 @@ void *obj; int x; - VM_BUG_ON(nodeid > num_online_nodes()); + VM_BUG_ON(nodeid < 0 || nodeid >= MAX_NUMNODES); n = cachep->node[nodeid]; BUG_ON(!n); --- linux-lts-utopic-3.16.0.orig/mm/slab_common.c +++ linux-lts-utopic-3.16.0/mm/slab_common.c @@ -509,6 +509,37 @@ } /* + * kmalloc_info[] is to make slub_debug=,kmalloc-xx option work at boot time. + * kmalloc_index() supports up to 2^26=64MB, so the final entry of the table is + * kmalloc-67108864. + */ +static struct { + const char *name; + unsigned long size; +} const kmalloc_info[] __initconst = { + {NULL, 0}, {"kmalloc-96", 96}, + {"kmalloc-192", 192}, {"kmalloc-8", 8}, + {"kmalloc-16", 16}, {"kmalloc-32", 32}, + {"kmalloc-64", 64}, {"kmalloc-128", 128}, + {"kmalloc-256", 256}, {"kmalloc-512", 512}, + {"kmalloc-1024", 1024}, {"kmalloc-2048", 2048}, + {"kmalloc-4096", 4096}, {"kmalloc-8192", 8192}, + {"kmalloc-16384", 16384}, {"kmalloc-32768", 32768}, + {"kmalloc-65536", 65536}, {"kmalloc-131072", 131072}, + {"kmalloc-262144", 262144}, {"kmalloc-524288", 524288}, + {"kmalloc-1048576", 1048576}, {"kmalloc-2097152", 2097152}, + {"kmalloc-4194304", 4194304}, {"kmalloc-8388608", 8388608}, + {"kmalloc-16777216", 16777216}, {"kmalloc-33554432", 33554432}, + {"kmalloc-67108864", 67108864} +}; + +static void new_kmalloc_cache(int idx, unsigned long flags) +{ + kmalloc_caches[idx] = create_kmalloc_cache(kmalloc_info[idx].name, + kmalloc_info[idx].size, flags); +} + +/* * Create the kmalloc array. Some of the regular kmalloc arrays * may already have been created because they were needed to * enable allocations for slab creation. @@ -558,11 +589,10 @@ for (i = 128 + 8; i <= 192; i += 8) size_index[size_index_elem(i)] = 8; } + for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) { - if (!kmalloc_caches[i]) { - kmalloc_caches[i] = create_kmalloc_cache(NULL, - 1 << i, flags); - } + if (!kmalloc_caches[i]) + new_kmalloc_cache(i, flags); /* * Caches that are not of the two-to-the-power-of size. @@ -570,27 +600,14 @@ * earlier power of two caches */ if (KMALLOC_MIN_SIZE <= 32 && !kmalloc_caches[1] && i == 6) - kmalloc_caches[1] = create_kmalloc_cache(NULL, 96, flags); - + new_kmalloc_cache(1, flags); if (KMALLOC_MIN_SIZE <= 64 && !kmalloc_caches[2] && i == 7) - kmalloc_caches[2] = create_kmalloc_cache(NULL, 192, flags); + new_kmalloc_cache(2, flags); } /* Kmalloc array is now usable */ slab_state = UP; - for (i = 0; i <= KMALLOC_SHIFT_HIGH; i++) { - struct kmem_cache *s = kmalloc_caches[i]; - char *n; - - if (s) { - n = kasprintf(GFP_NOWAIT, "kmalloc-%d", kmalloc_size(i)); - - BUG_ON(!n); - s->name = n; - } - } - #ifdef CONFIG_ZONE_DMA for (i = 0; i <= KMALLOC_SHIFT_HIGH; i++) { struct kmem_cache *s = kmalloc_caches[i]; --- linux-lts-utopic-3.16.0.orig/mm/swap.c +++ linux-lts-utopic-3.16.0/mm/swap.c @@ -501,7 +501,7 @@ SetPageActive(page); lru += LRU_ACTIVE; add_page_to_lru_list(page, lruvec, lru); - trace_mm_lru_activate(page, page_to_pfn(page)); + trace_mm_lru_activate(page); __count_vm_event(PGACTIVATE); update_page_reclaim_stat(lruvec, file, 1); @@ -996,7 +996,7 @@ SetPageLRU(page); add_page_to_lru_list(page, lruvec, lru); update_page_reclaim_stat(lruvec, file, active); - trace_mm_lru_insertion(page, page_to_pfn(page), lru, trace_pagemap_flags(page)); + trace_mm_lru_insertion(page, lru); } /* --- linux-lts-utopic-3.16.0.orig/mm/truncate.c +++ linux-lts-utopic-3.16.0/mm/truncate.c @@ -20,6 +20,7 @@ #include /* grr. try_to_release_page, do_invalidatepage */ #include +#include #include "internal.h" static void clear_exceptional_entry(struct address_space *mapping, @@ -728,12 +729,67 @@ */ void truncate_setsize(struct inode *inode, loff_t newsize) { + loff_t oldsize = inode->i_size; + i_size_write(inode, newsize); + if (newsize > oldsize) + pagecache_isize_extended(inode, oldsize, newsize); truncate_pagecache(inode, newsize); } EXPORT_SYMBOL(truncate_setsize); /** + * pagecache_isize_extended - update pagecache after extension of i_size + * @inode: inode for which i_size was extended + * @from: original inode size + * @to: new inode size + * + * Handle extension of inode size either caused by extending truncate or by + * write starting after current i_size. We mark the page straddling current + * i_size RO so that page_mkwrite() is called on the nearest write access to + * the page. This way filesystem can be sure that page_mkwrite() is called on + * the page before user writes to the page via mmap after the i_size has been + * changed. + * + * The function must be called after i_size is updated so that page fault + * coming after we unlock the page will already see the new i_size. + * The function must be called while we still hold i_mutex - this not only + * makes sure i_size is stable but also that userspace cannot observe new + * i_size value before we are prepared to store mmap writes at new inode size. + */ +void pagecache_isize_extended(struct inode *inode, loff_t from, loff_t to) +{ + int bsize = 1 << inode->i_blkbits; + loff_t rounded_from; + struct page *page; + pgoff_t index; + + WARN_ON(to > inode->i_size); + + if (from >= to || bsize == PAGE_CACHE_SIZE) + return; + /* Page straddling @from will not have any hole block created? */ + rounded_from = round_up(from, bsize); + if (to <= rounded_from || !(rounded_from & (PAGE_CACHE_SIZE - 1))) + return; + + index = from >> PAGE_CACHE_SHIFT; + page = find_lock_page(inode->i_mapping, index); + /* Page not cached? Nothing to do */ + if (!page) + return; + /* + * See clear_page_dirty_for_io() for details why set_page_dirty() + * is needed. + */ + if (page_mkclean(page)) + set_page_dirty(page); + unlock_page(page); + page_cache_release(page); +} +EXPORT_SYMBOL(pagecache_isize_extended); + +/** * truncate_pagecache_range - unmap and remove pagecache that is hole-punched * @inode: inode * @lstart: offset of beginning of hole --- linux-lts-utopic-3.16.0.orig/mm/util.c +++ linux-lts-utopic-3.16.0/mm/util.c @@ -277,17 +277,14 @@ if (in_group) { struct task_struct *t; - rcu_read_lock(); - if (!pid_alive(task)) - goto done; - t = task; - do { + rcu_read_lock(); + for_each_thread(task, t) { if (vm_is_stack_for_task(t, vma)) { ret = t->pid; goto done; } - } while_each_thread(task, t); + } done: rcu_read_unlock(); } --- linux-lts-utopic-3.16.0.orig/mm/vmalloc.c +++ linux-lts-utopic-3.16.0/mm/vmalloc.c @@ -2690,14 +2690,14 @@ prev_end = VMALLOC_START; - spin_lock(&vmap_area_lock); + rcu_read_lock(); if (list_empty(&vmap_area_list)) { vmi->largest_chunk = VMALLOC_TOTAL; goto out; } - list_for_each_entry(va, &vmap_area_list, list) { + list_for_each_entry_rcu(va, &vmap_area_list, list) { unsigned long addr = va->va_start; /* @@ -2724,7 +2724,7 @@ vmi->largest_chunk = VMALLOC_END - prev_end; out: - spin_unlock(&vmap_area_lock); + rcu_read_unlock(); } #endif --- linux-lts-utopic-3.16.0.orig/mm/vmpressure.c +++ linux-lts-utopic-3.16.0/mm/vmpressure.c @@ -165,6 +165,7 @@ unsigned long scanned; unsigned long reclaimed; + spin_lock(&vmpr->sr_lock); /* * Several contexts might be calling vmpressure(), so it is * possible that the work was rescheduled again before the old @@ -173,11 +174,12 @@ * here. No need for any locks here since we don't care if * vmpr->reclaimed is in sync. */ - if (!vmpr->scanned) + scanned = vmpr->scanned; + if (!scanned) { + spin_unlock(&vmpr->sr_lock); return; + } - spin_lock(&vmpr->sr_lock); - scanned = vmpr->scanned; reclaimed = vmpr->reclaimed; vmpr->scanned = 0; vmpr->reclaimed = 0; --- linux-lts-utopic-3.16.0.orig/mm/vmscan.c +++ linux-lts-utopic-3.16.0/mm/vmscan.c @@ -169,7 +169,8 @@ bool zone_reclaimable(struct zone *zone) { - return zone->pages_scanned < zone_reclaimable_pages(zone) * 6; + return zone_page_state(zone, NR_PAGES_SCANNED) < + zone_reclaimable_pages(zone) * 6; } static unsigned long get_lru_size(struct lruvec *lruvec, enum lru_list lru) @@ -890,21 +891,17 @@ * * 2) Global reclaim encounters a page, memcg encounters a * page that is not marked for immediate reclaim or - * the caller does not have __GFP_IO. In this case mark + * the caller does not have __GFP_FS (or __GFP_IO if it's + * simply going to swap, not to fs). In this case mark * the page for immediate reclaim and continue scanning. * - * __GFP_IO is checked because a loop driver thread might + * Require may_enter_fs because we would wait on fs, which + * may not have submitted IO yet. And the loop driver might * enter reclaim, and deadlock if it waits on a page for * which it is needed to do the write (loop masks off * __GFP_IO|__GFP_FS for this reason); but more thought * would probably show more reasons. * - * Don't require __GFP_FS, since we're not going into the - * FS, just waiting on its writeback completion. Worryingly, - * ext4 gfs2 and xfs allocate pages with - * grab_cache_page_write_begin(,,AOP_FLAG_NOFS), so testing - * may_enter_fs here is liable to OOM on them. - * * 3) memcg encounters a page that is not already marked * PageReclaim. memcg does not have any dirty pages * throttling so we could easily OOM just because too many @@ -921,7 +918,7 @@ /* Case 2 above */ } else if (global_reclaim(sc) || - !PageReclaim(page) || !(sc->gfp_mask & __GFP_IO)) { + !PageReclaim(page) || !may_enter_fs) { /* * This is slightly racy - end_page_writeback() * might have just cleared PageReclaim, then @@ -1110,7 +1107,7 @@ if (PageSwapCache(page)) try_to_free_swap(page); unlock_page(page); - putback_lru_page(page); + list_add(&page->lru, &ret_pages); continue; activate_locked: @@ -1503,7 +1500,7 @@ __mod_zone_page_state(zone, NR_ISOLATED_ANON + file, nr_taken); if (global_reclaim(sc)) { - zone->pages_scanned += nr_scanned; + __mod_zone_page_state(zone, NR_PAGES_SCANNED, nr_scanned); if (current_is_kswapd()) __count_zone_vm_events(PGSCAN_KSWAPD, zone, nr_scanned); else @@ -1693,7 +1690,7 @@ nr_taken = isolate_lru_pages(nr_to_scan, lruvec, &l_hold, &nr_scanned, sc, isolate_mode, lru); if (global_reclaim(sc)) - zone->pages_scanned += nr_scanned; + __mod_zone_page_state(zone, NR_PAGES_SCANNED, nr_scanned); reclaim_stat->recent_scanned[file] += nr_taken; @@ -1924,11 +1921,6 @@ goto out; } - anon = get_lru_size(lruvec, LRU_ACTIVE_ANON) + - get_lru_size(lruvec, LRU_INACTIVE_ANON); - file = get_lru_size(lruvec, LRU_ACTIVE_FILE) + - get_lru_size(lruvec, LRU_INACTIVE_FILE); - /* * Prevent the reclaimer from falling into the cache trap: as * cache pages start out inactive, every cache fault will tip @@ -1939,9 +1931,14 @@ * anon pages. Try to detect this based on file LRU size. */ if (global_reclaim(sc)) { - unsigned long free = zone_page_state(zone, NR_FREE_PAGES); + unsigned long zonefile; + unsigned long zonefree; + + zonefree = zone_page_state(zone, NR_FREE_PAGES); + zonefile = zone_page_state(zone, NR_ACTIVE_FILE) + + zone_page_state(zone, NR_INACTIVE_FILE); - if (unlikely(file + free <= high_wmark_pages(zone))) { + if (unlikely(zonefile + zonefree <= high_wmark_pages(zone))) { scan_balance = SCAN_ANON; goto out; } @@ -1976,6 +1973,12 @@ * * anon in [0], file in [1] */ + + anon = get_lru_size(lruvec, LRU_ACTIVE_ANON) + + get_lru_size(lruvec, LRU_INACTIVE_ANON); + file = get_lru_size(lruvec, LRU_ACTIVE_FILE) + + get_lru_size(lruvec, LRU_INACTIVE_FILE); + spin_lock_irq(&zone->lru_lock); if (unlikely(reclaim_stat->recent_scanned[0] > anon / 4)) { reclaim_stat->recent_scanned[0] /= 2; @@ -2903,18 +2906,20 @@ return false; /* - * There is a potential race between when kswapd checks its watermarks - * and a process gets throttled. There is also a potential race if - * processes get throttled, kswapd wakes, a large process exits therby - * balancing the zones that causes kswapd to miss a wakeup. If kswapd - * is going to sleep, no process should be sleeping on pfmemalloc_wait - * so wake them now if necessary. If necessary, processes will wake - * kswapd and get throttled again + * The throttled processes are normally woken up in balance_pgdat() as + * soon as pfmemalloc_watermark_ok() is true. But there is a potential + * race between when kswapd checks the watermarks and a process gets + * throttled. There is also a potential race if processes get + * throttled, kswapd wakes, a large process exits thereby balancing the + * zones, which causes kswapd to exit balance_pgdat() before reaching + * the wake up checks. If kswapd is going to sleep, no process should + * be sleeping on pfmemalloc_wait, so wake them now if necessary. If + * the wake up is premature, processes will wake kswapd and get + * throttled again. The difference from wake ups in balance_pgdat() is + * that here we are under prepare_to_wait(). */ - if (waitqueue_active(&pgdat->pfmemalloc_wait)) { - wake_up(&pgdat->pfmemalloc_wait); - return false; - } + if (waitqueue_active(&pgdat->pfmemalloc_wait)) + wake_up_all(&pgdat->pfmemalloc_wait); return pgdat_balanced(pgdat, order, classzone_idx); } --- linux-lts-utopic-3.16.0.orig/mm/vmstat.c +++ linux-lts-utopic-3.16.0/mm/vmstat.c @@ -200,7 +200,7 @@ continue; threshold = (*calculate_pressure)(zone); - for_each_possible_cpu(cpu) + for_each_online_cpu(cpu) per_cpu_ptr(zone->pageset, cpu)->stat_threshold = threshold; } @@ -763,6 +763,7 @@ "nr_shmem", "nr_dirtied", "nr_written", + "nr_pages_scanned", #ifdef CONFIG_NUMA "numa_hit", @@ -1067,7 +1068,7 @@ min_wmark_pages(zone), low_wmark_pages(zone), high_wmark_pages(zone), - zone->pages_scanned, + zone_page_state(zone, NR_PAGES_SCANNED), zone->spanned_pages, zone->present_pages, zone->managed_pages); @@ -1077,10 +1078,10 @@ zone_page_state(zone, i)); seq_printf(m, - "\n protection: (%lu", + "\n protection: (%ld", zone->lowmem_reserve[0]); for (i = 1; i < ARRAY_SIZE(zone->lowmem_reserve); i++) - seq_printf(m, ", %lu", zone->lowmem_reserve[i]); + seq_printf(m, ", %ld", zone->lowmem_reserve[i]); seq_printf(m, ")" "\n pagesets"); @@ -1226,13 +1227,15 @@ #endif /* CONFIG_PROC_FS */ #ifdef CONFIG_SMP +static struct workqueue_struct *vmstat_wq; static DEFINE_PER_CPU(struct delayed_work, vmstat_work); int sysctl_stat_interval __read_mostly = HZ; static void vmstat_update(struct work_struct *w) { refresh_cpu_vm_stats(); - schedule_delayed_work(this_cpu_ptr(&vmstat_work), + queue_delayed_work_on(smp_processor_id(), vmstat_wq, + this_cpu_ptr(&vmstat_work), round_jiffies_relative(sysctl_stat_interval)); } @@ -1241,7 +1244,7 @@ struct delayed_work *work = &per_cpu(vmstat_work, cpu); INIT_DEFERRABLE_WORK(work, vmstat_update); - schedule_delayed_work_on(cpu, work, __round_jiffies_relative(HZ, cpu)); + queue_delayed_work_on(cpu, vmstat_wq, work, __round_jiffies_relative(HZ, cpu)); } static void vmstat_cpu_dead(int node) @@ -1304,6 +1307,8 @@ #ifdef CONFIG_SMP int cpu; + vmstat_wq = alloc_workqueue("vmstat", WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); + cpu_notifier_register_begin(); __register_cpu_notifier(&vmstat_notifier); --- linux-lts-utopic-3.16.0.orig/mm/zbud.c +++ linux-lts-utopic-3.16.0/mm/zbud.c @@ -51,6 +51,7 @@ #include #include #include +#include /***************** * Structures @@ -113,6 +114,90 @@ }; /***************** + * zpool + ****************/ + +#ifdef CONFIG_ZPOOL + +static int zbud_zpool_evict(struct zbud_pool *pool, unsigned long handle) +{ + return zpool_evict(pool, handle); +} + +static struct zbud_ops zbud_zpool_ops = { + .evict = zbud_zpool_evict +}; + +static void *zbud_zpool_create(gfp_t gfp, struct zpool_ops *zpool_ops) +{ + return zbud_create_pool(gfp, &zbud_zpool_ops); +} + +static void zbud_zpool_destroy(void *pool) +{ + zbud_destroy_pool(pool); +} + +static int zbud_zpool_malloc(void *pool, size_t size, gfp_t gfp, + unsigned long *handle) +{ + return zbud_alloc(pool, size, gfp, handle); +} +static void zbud_zpool_free(void *pool, unsigned long handle) +{ + zbud_free(pool, handle); +} + +static int zbud_zpool_shrink(void *pool, unsigned int pages, + unsigned int *reclaimed) +{ + unsigned int total = 0; + int ret = -EINVAL; + + while (total < pages) { + ret = zbud_reclaim_page(pool, 8); + if (ret < 0) + break; + total++; + } + + if (reclaimed) + *reclaimed = total; + + return ret; +} + +static void *zbud_zpool_map(void *pool, unsigned long handle, + enum zpool_mapmode mm) +{ + return zbud_map(pool, handle); +} +static void zbud_zpool_unmap(void *pool, unsigned long handle) +{ + zbud_unmap(pool, handle); +} + +static u64 zbud_zpool_total_size(void *pool) +{ + return zbud_get_pool_size(pool) * PAGE_SIZE; +} + +static struct zpool_driver zbud_zpool_driver = { + .type = "zbud", + .owner = THIS_MODULE, + .create = zbud_zpool_create, + .destroy = zbud_zpool_destroy, + .malloc = zbud_zpool_malloc, + .free = zbud_zpool_free, + .shrink = zbud_zpool_shrink, + .map = zbud_zpool_map, + .unmap = zbud_zpool_unmap, + .total_size = zbud_zpool_total_size, +}; + +#endif /* CONFIG_ZPOOL */ + +/***************** * Helpers *****************/ /* Just to make the code easier to read */ @@ -122,7 +207,7 @@ }; /* Converts an allocation size in bytes to size in zbud chunks */ -static int size_to_chunks(int size) +static int size_to_chunks(size_t size) { return (size + CHUNK_SIZE - 1) >> CHUNK_SHIFT; } @@ -247,7 +332,7 @@ * gfp arguments are invalid or -ENOMEM if the pool was unable to allocate * a new page. */ -int zbud_alloc(struct zbud_pool *pool, unsigned int size, gfp_t gfp, +int zbud_alloc(struct zbud_pool *pool, size_t size, gfp_t gfp, unsigned long *handle) { int chunks, i, freechunks; @@ -511,11 +596,20 @@ /* Make sure the zbud header will fit in one chunk */ BUILD_BUG_ON(sizeof(struct zbud_header) > ZHDR_SIZE_ALIGNED); pr_info("loaded\n"); + +#ifdef CONFIG_ZPOOL + zpool_register_driver(&zbud_zpool_driver); +#endif + return 0; } static void __exit exit_zbud(void) { +#ifdef CONFIG_ZPOOL + zpool_unregister_driver(&zbud_zpool_driver); +#endif + pr_info("unloaded\n"); } --- linux-lts-utopic-3.16.0.orig/mm/zpool.c +++ linux-lts-utopic-3.16.0/mm/zpool.c @@ -0,0 +1,364 @@ +/* + * zpool memory storage api + * + * Copyright (C) 2014 Dan Streetman + * + * This is a common frontend for memory storage pool implementations. + * Typically, this is used to store compressed memory. + */ + +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + +#include +#include +#include +#include +#include +#include +#include + +struct zpool { + char *type; + + struct zpool_driver *driver; + void *pool; + struct zpool_ops *ops; + + struct list_head list; +}; + +static LIST_HEAD(drivers_head); +static DEFINE_SPINLOCK(drivers_lock); + +static LIST_HEAD(pools_head); +static DEFINE_SPINLOCK(pools_lock); + +/** + * zpool_register_driver() - register a zpool implementation. + * @driver: driver to register + */ +void zpool_register_driver(struct zpool_driver *driver) +{ + spin_lock(&drivers_lock); + atomic_set(&driver->refcount, 0); + list_add(&driver->list, &drivers_head); + spin_unlock(&drivers_lock); +} +EXPORT_SYMBOL(zpool_register_driver); + +/** + * zpool_unregister_driver() - unregister a zpool implementation. + * @driver: driver to unregister. + * + * Module usage counting is used to prevent using a driver + * while/after unloading, so if this is called from module + * exit function, this should never fail; if called from + * other than the module exit function, and this returns + * failure, the driver is in use and must remain available. + */ +int zpool_unregister_driver(struct zpool_driver *driver) +{ + int ret = 0, refcount; + + spin_lock(&drivers_lock); + refcount = atomic_read(&driver->refcount); + WARN_ON(refcount < 0); + if (refcount > 0) + ret = -EBUSY; + else + list_del(&driver->list); + spin_unlock(&drivers_lock); + + return ret; +} +EXPORT_SYMBOL(zpool_unregister_driver); + +/** + * zpool_evict() - evict callback from a zpool implementation. + * @pool: pool to evict from. + * @handle: handle to evict. + * + * This can be used by zpool implementations to call the + * user's evict zpool_ops struct evict callback. + */ +int zpool_evict(void *pool, unsigned long handle) +{ + struct zpool *zpool; + + spin_lock(&pools_lock); + list_for_each_entry(zpool, &pools_head, list) { + if (zpool->pool == pool) { + spin_unlock(&pools_lock); + if (!zpool->ops || !zpool->ops->evict) + return -EINVAL; + return zpool->ops->evict(zpool, handle); + } + } + spin_unlock(&pools_lock); + + return -ENOENT; +} +EXPORT_SYMBOL(zpool_evict); + +static struct zpool_driver *zpool_get_driver(char *type) +{ + struct zpool_driver *driver; + + spin_lock(&drivers_lock); + list_for_each_entry(driver, &drivers_head, list) { + if (!strcmp(driver->type, type)) { + bool got = try_module_get(driver->owner); + + if (got) + atomic_inc(&driver->refcount); + spin_unlock(&drivers_lock); + return got ? driver : NULL; + } + } + + spin_unlock(&drivers_lock); + return NULL; +} + +static void zpool_put_driver(struct zpool_driver *driver) +{ + atomic_dec(&driver->refcount); + module_put(driver->owner); +} + +/** + * zpool_create_pool() - Create a new zpool + * @type The type of the zpool to create (e.g. zbud, zsmalloc) + * @gfp The GFP flags to use when allocating the pool. + * @ops The optional ops callback. + * + * This creates a new zpool of the specified type. The gfp flags will be + * used when allocating memory, if the implementation supports it. If the + * ops param is NULL, then the created zpool will not be shrinkable. + * + * Implementations must guarantee this to be thread-safe. + * + * Returns: New zpool on success, NULL on failure. + */ +struct zpool *zpool_create_pool(char *type, gfp_t gfp, struct zpool_ops *ops) +{ + struct zpool_driver *driver; + struct zpool *zpool; + + pr_info("creating pool type %s\n", type); + + driver = zpool_get_driver(type); + + if (!driver) { + request_module(type); + driver = zpool_get_driver(type); + } + + if (!driver) { + pr_err("no driver for type %s\n", type); + return NULL; + } + + zpool = kmalloc(sizeof(*zpool), gfp); + if (!zpool) { + pr_err("couldn't create zpool - out of memory\n"); + zpool_put_driver(driver); + return NULL; + } + + zpool->type = driver->type; + zpool->driver = driver; + zpool->pool = driver->create(gfp, ops); + zpool->ops = ops; + + if (!zpool->pool) { + pr_err("couldn't create %s pool\n", type); + zpool_put_driver(driver); + kfree(zpool); + return NULL; + } + + pr_info("created %s pool\n", type); + + spin_lock(&pools_lock); + list_add(&zpool->list, &pools_head); + spin_unlock(&pools_lock); + + return zpool; +} + +/** + * zpool_destroy_pool() - Destroy a zpool + * @pool The zpool to destroy. + * + * Implementations must guarantee this to be thread-safe, + * however only when destroying different pools. The same + * pool should only be destroyed once, and should not be used + * after it is destroyed. + * + * This destroys an existing zpool. The zpool should not be in use. + */ +void zpool_destroy_pool(struct zpool *zpool) +{ + pr_info("destroying pool type %s\n", zpool->type); + + spin_lock(&pools_lock); + list_del(&zpool->list); + spin_unlock(&pools_lock); + zpool->driver->destroy(zpool->pool); + zpool_put_driver(zpool->driver); + kfree(zpool); +} + +/** + * zpool_get_type() - Get the type of the zpool + * @pool The zpool to check + * + * This returns the type of the pool. + * + * Implementations must guarantee this to be thread-safe. + * + * Returns: The type of zpool. + */ +char *zpool_get_type(struct zpool *zpool) +{ + return zpool->type; +} + +/** + * zpool_malloc() - Allocate memory + * @pool The zpool to allocate from. + * @size The amount of memory to allocate. + * @gfp The GFP flags to use when allocating memory. + * @handle Pointer to the handle to set + * + * This allocates the requested amount of memory from the pool. + * The gfp flags will be used when allocating memory, if the + * implementation supports it. The provided @handle will be + * set to the allocated object handle. + * + * Implementations must guarantee this to be thread-safe. + * + * Returns: 0 on success, negative value on error. + */ +int zpool_malloc(struct zpool *zpool, size_t size, gfp_t gfp, + unsigned long *handle) +{ + return zpool->driver->malloc(zpool->pool, size, gfp, handle); +} + +/** + * zpool_free() - Free previously allocated memory + * @pool The zpool that allocated the memory. + * @handle The handle to the memory to free. + * + * This frees previously allocated memory. This does not guarantee + * that the pool will actually free memory, only that the memory + * in the pool will become available for use by the pool. + * + * Implementations must guarantee this to be thread-safe, + * however only when freeing different handles. The same + * handle should only be freed once, and should not be used + * after freeing. + */ +void zpool_free(struct zpool *zpool, unsigned long handle) +{ + zpool->driver->free(zpool->pool, handle); +} + +/** + * zpool_shrink() - Shrink the pool size + * @pool The zpool to shrink. + * @pages The number of pages to shrink the pool. + * @reclaimed The number of pages successfully evicted. + * + * This attempts to shrink the actual memory size of the pool + * by evicting currently used handle(s). If the pool was + * created with no zpool_ops, or the evict call fails for any + * of the handles, this will fail. If non-NULL, the @reclaimed + * parameter will be set to the number of pages reclaimed, + * which may be more than the number of pages requested. + * + * Implementations must guarantee this to be thread-safe. + * + * Returns: 0 on success, negative value on error/failure. + */ +int zpool_shrink(struct zpool *zpool, unsigned int pages, + unsigned int *reclaimed) +{ + return zpool->driver->shrink(zpool->pool, pages, reclaimed); +} + +/** + * zpool_map_handle() - Map a previously allocated handle into memory + * @pool The zpool that the handle was allocated from + * @handle The handle to map + * @mm How the memory should be mapped + * + * This maps a previously allocated handle into memory. The @mm + * param indicates to the implementation how the memory will be + * used, i.e. read-only, write-only, read-write. If the + * implementation does not support it, the memory will be treated + * as read-write. + * + * This may hold locks, disable interrupts, and/or preemption, + * and the zpool_unmap_handle() must be called to undo those + * actions. The code that uses the mapped handle should complete + * its operatons on the mapped handle memory quickly and unmap + * as soon as possible. As the implementation may use per-cpu + * data, multiple handles should not be mapped concurrently on + * any cpu. + * + * Returns: A pointer to the handle's mapped memory area. + */ +void *zpool_map_handle(struct zpool *zpool, unsigned long handle, + enum zpool_mapmode mapmode) +{ + return zpool->driver->map(zpool->pool, handle, mapmode); +} + +/** + * zpool_unmap_handle() - Unmap a previously mapped handle + * @pool The zpool that the handle was allocated from + * @handle The handle to unmap + * + * This unmaps a previously mapped handle. Any locks or other + * actions that the implementation took in zpool_map_handle() + * will be undone here. The memory area returned from + * zpool_map_handle() should no longer be used after this. + */ +void zpool_unmap_handle(struct zpool *zpool, unsigned long handle) +{ + zpool->driver->unmap(zpool->pool, handle); +} + +/** + * zpool_get_total_size() - The total size of the pool + * @pool The zpool to check + * + * This returns the total size in bytes of the pool. + * + * Returns: Total size of the zpool in bytes. + */ +u64 zpool_get_total_size(struct zpool *zpool) +{ + return zpool->driver->total_size(zpool->pool); +} + +static int __init init_zpool(void) +{ + pr_info("loaded\n"); + return 0; +} + +static void __exit exit_zpool(void) +{ + pr_info("unloaded\n"); +} + +module_init(init_zpool); +module_exit(exit_zpool); + +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Dan Streetman "); +MODULE_DESCRIPTION("Common API for compressed memory storage"); --- linux-lts-utopic-3.16.0.orig/mm/zsmalloc.c +++ linux-lts-utopic-3.16.0/mm/zsmalloc.c @@ -92,6 +92,7 @@ #include #include #include +#include /* * This must be power of 2 and greater than of equal to sizeof(link_free). @@ -240,6 +241,81 @@ enum zs_mapmode vm_mm; /* mapping mode */ }; +/* zpool driver */ + +#ifdef CONFIG_ZPOOL + +static void *zs_zpool_create(gfp_t gfp, struct zpool_ops *zpool_ops) +{ + return zs_create_pool(gfp); +} + +static void zs_zpool_destroy(void *pool) +{ + zs_destroy_pool(pool); +} + +static int zs_zpool_malloc(void *pool, size_t size, gfp_t gfp, + unsigned long *handle) +{ + *handle = zs_malloc(pool, size); + return *handle ? 0 : -1; +} +static void zs_zpool_free(void *pool, unsigned long handle) +{ + zs_free(pool, handle); +} + +static int zs_zpool_shrink(void *pool, unsigned int pages, + unsigned int *reclaimed) +{ + return -EINVAL; +} + +static void *zs_zpool_map(void *pool, unsigned long handle, + enum zpool_mapmode mm) +{ + enum zs_mapmode zs_mm; + + switch (mm) { + case ZPOOL_MM_RO: + zs_mm = ZS_MM_RO; + break; + case ZPOOL_MM_WO: + zs_mm = ZS_MM_WO; + break; + case ZPOOL_MM_RW: /* fallthru */ + default: + zs_mm = ZS_MM_RW; + break; + } + + return zs_map_object(pool, handle, zs_mm); +} +static void zs_zpool_unmap(void *pool, unsigned long handle) +{ + zs_unmap_object(pool, handle); +} + +static u64 zs_zpool_total_size(void *pool) +{ + return zs_get_total_size_bytes(pool); +} + +static struct zpool_driver zs_zpool_driver = { + .type = "zsmalloc", + .owner = THIS_MODULE, + .create = zs_zpool_create, + .destroy = zs_zpool_destroy, + .malloc = zs_zpool_malloc, + .free = zs_zpool_free, + .shrink = zs_zpool_shrink, + .map = zs_zpool_map, + .unmap = zs_zpool_unmap, + .total_size = zs_zpool_total_size, +}; + +#endif /* CONFIG_ZPOOL */ /* per-cpu VM mapping areas for zspage accesses that cross page boundaries */ static DEFINE_PER_CPU(struct mapping_area, zs_map_area); @@ -814,6 +890,10 @@ { int cpu; +#ifdef CONFIG_ZPOOL + zpool_unregister_driver(&zs_zpool_driver); +#endif + cpu_notifier_register_begin(); for_each_online_cpu(cpu) @@ -840,6 +920,10 @@ cpu_notifier_register_done(); +#ifdef CONFIG_ZPOOL + zpool_register_driver(&zs_zpool_driver); +#endif + return 0; fail: zs_exit(); --- linux-lts-utopic-3.16.0.orig/mm/zswap.c +++ linux-lts-utopic-3.16.0/mm/zswap.c @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include @@ -45,8 +45,8 @@ /********************************* * statistics **********************************/ -/* Number of memory pages used by the compressed pool */ -static u64 zswap_pool_pages; +/* Total bytes used by the compressed storage */ +static u64 zswap_pool_total_size; /* The number of compressed pages currently stored in zswap */ static atomic_t zswap_stored_pages = ATOMIC_INIT(0); @@ -89,8 +89,13 @@ module_param_named(max_pool_percent, zswap_max_pool_percent, uint, 0644); -/* zbud_pool is shared by all of zswap backend */ -static struct zbud_pool *zswap_pool; +/* Compressed storage to use */ +#define ZSWAP_ZPOOL_DEFAULT "zbud" +static char *zswap_zpool_type = ZSWAP_ZPOOL_DEFAULT; +module_param_named(zpool, zswap_zpool_type, charp, 0444); + +/* zpool is shared by all of zswap backend */ +static struct zpool *zswap_pool; /********************************* * compression functions @@ -168,7 +173,7 @@ * be held while changing the refcount. Since the lock must * be held, there is no reason to also make refcount atomic. * offset - the swap offset for the entry. Index into the red-black tree. - * handle - zbud allocation handle that stores the compressed page data + * handle - zpool allocation handle that stores the compressed page data * length - the length in bytes of the compressed page data. Needed during * decompression */ @@ -284,15 +289,15 @@ } /* - * Carries out the common pattern of freeing and entry's zbud allocation, + * Carries out the common pattern of freeing and entry's zpool allocation, * freeing the entry itself, and decrementing the number of stored pages. */ static void zswap_free_entry(struct zswap_entry *entry) { - zbud_free(zswap_pool, entry->handle); + zpool_free(zswap_pool, entry->handle); zswap_entry_cache_free(entry); atomic_dec(&zswap_stored_pages); - zswap_pool_pages = zbud_get_pool_size(zswap_pool); + zswap_pool_total_size = zpool_get_total_size(zswap_pool); } /* caller must hold the tree lock */ @@ -409,7 +414,7 @@ static bool zswap_is_full(void) { return totalram_pages * zswap_max_pool_percent / 100 < - zswap_pool_pages; + DIV_ROUND_UP(zswap_pool_total_size, PAGE_SIZE); } /********************************* @@ -525,7 +530,7 @@ * the swap cache, the compressed version stored by zswap can be * freed. */ -static int zswap_writeback_entry(struct zbud_pool *pool, unsigned long handle) +static int zswap_writeback_entry(struct zpool *pool, unsigned long handle) { struct zswap_header *zhdr; swp_entry_t swpentry; @@ -541,9 +546,9 @@ }; /* extract swpentry from data */ - zhdr = zbud_map(pool, handle); + zhdr = zpool_map_handle(pool, handle, ZPOOL_MM_RO); swpentry = zhdr->swpentry; /* here */ - zbud_unmap(pool, handle); + zpool_unmap_handle(pool, handle); tree = zswap_trees[swp_type(swpentry)]; offset = swp_offset(swpentry); @@ -573,13 +578,13 @@ case ZSWAP_SWAPCACHE_NEW: /* page is locked */ /* decompress */ dlen = PAGE_SIZE; - src = (u8 *)zbud_map(zswap_pool, entry->handle) + - sizeof(struct zswap_header); + src = (u8 *)zpool_map_handle(zswap_pool, entry->handle, + ZPOOL_MM_RO) + sizeof(struct zswap_header); dst = kmap_atomic(page); ret = zswap_comp_op(ZSWAP_COMPOP_DECOMPRESS, src, entry->length, dst, &dlen); kunmap_atomic(dst); - zbud_unmap(zswap_pool, entry->handle); + zpool_unmap_handle(zswap_pool, entry->handle); BUG_ON(ret); BUG_ON(dlen != PAGE_SIZE); @@ -652,7 +657,7 @@ /* reclaim space if needed */ if (zswap_is_full()) { zswap_pool_limit_hit++; - if (zbud_reclaim_page(zswap_pool, 8)) { + if (zpool_shrink(zswap_pool, 1, NULL)) { zswap_reject_reclaim_fail++; ret = -ENOMEM; goto reject; @@ -679,7 +684,7 @@ /* store */ len = dlen + sizeof(struct zswap_header); - ret = zbud_alloc(zswap_pool, len, __GFP_NORETRY | __GFP_NOWARN, + ret = zpool_malloc(zswap_pool, len, __GFP_NORETRY | __GFP_NOWARN, &handle); if (ret == -ENOSPC) { zswap_reject_compress_poor++; @@ -689,11 +694,11 @@ zswap_reject_alloc_fail++; goto freepage; } - zhdr = zbud_map(zswap_pool, handle); + zhdr = zpool_map_handle(zswap_pool, handle, ZPOOL_MM_RW); zhdr->swpentry = swp_entry(type, offset); buf = (u8 *)(zhdr + 1); memcpy(buf, dst, dlen); - zbud_unmap(zswap_pool, handle); + zpool_unmap_handle(zswap_pool, handle); put_cpu_var(zswap_dstmem); /* populate entry */ @@ -716,7 +721,7 @@ /* update stats */ atomic_inc(&zswap_stored_pages); - zswap_pool_pages = zbud_get_pool_size(zswap_pool); + zswap_pool_total_size = zpool_get_total_size(zswap_pool); return 0; @@ -752,13 +757,13 @@ /* decompress */ dlen = PAGE_SIZE; - src = (u8 *)zbud_map(zswap_pool, entry->handle) + - sizeof(struct zswap_header); + src = (u8 *)zpool_map_handle(zswap_pool, entry->handle, + ZPOOL_MM_RO) + sizeof(struct zswap_header); dst = kmap_atomic(page); ret = zswap_comp_op(ZSWAP_COMPOP_DECOMPRESS, src, entry->length, dst, &dlen); kunmap_atomic(dst); - zbud_unmap(zswap_pool, entry->handle); + zpool_unmap_handle(zswap_pool, entry->handle); BUG_ON(ret); spin_lock(&tree->lock); @@ -811,7 +816,7 @@ zswap_trees[type] = NULL; } -static struct zbud_ops zswap_zbud_ops = { +static struct zpool_ops zswap_zpool_ops = { .evict = zswap_writeback_entry }; @@ -869,8 +874,8 @@ zswap_debugfs_root, &zswap_written_back_pages); debugfs_create_u64("duplicate_entry", S_IRUGO, zswap_debugfs_root, &zswap_duplicate_entry); - debugfs_create_u64("pool_pages", S_IRUGO, - zswap_debugfs_root, &zswap_pool_pages); + debugfs_create_u64("pool_total_size", S_IRUGO, + zswap_debugfs_root, &zswap_pool_total_size); debugfs_create_atomic_t("stored_pages", S_IRUGO, zswap_debugfs_root, &zswap_stored_pages); @@ -895,16 +900,26 @@ **********************************/ static int __init init_zswap(void) { + gfp_t gfp = __GFP_NORETRY | __GFP_NOWARN; + if (!zswap_enabled) return 0; pr_info("loading zswap\n"); - zswap_pool = zbud_create_pool(GFP_KERNEL, &zswap_zbud_ops); + zswap_pool = zpool_create_pool(zswap_zpool_type, gfp, &zswap_zpool_ops); + if (!zswap_pool && strcmp(zswap_zpool_type, ZSWAP_ZPOOL_DEFAULT)) { + pr_info("%s zpool not available\n", zswap_zpool_type); + zswap_zpool_type = ZSWAP_ZPOOL_DEFAULT; + zswap_pool = zpool_create_pool(zswap_zpool_type, gfp, + &zswap_zpool_ops); + } if (!zswap_pool) { - pr_err("zbud pool creation failed\n"); + pr_err("%s zpool not available\n", zswap_zpool_type); + pr_err("zpool creation failed\n"); goto error; } + pr_info("using %s pool\n", zswap_zpool_type); if (zswap_entry_cache_create()) { pr_err("entry cache creation failed\n"); @@ -928,7 +943,7 @@ compfail: zswap_entry_cache_destory(); cachefail: - zbud_destroy_pool(zswap_pool); + zpool_destroy_pool(zswap_pool); error: return -ENOMEM; } --- linux-lts-utopic-3.16.0.orig/net/8021q/vlan_core.c +++ linux-lts-utopic-3.16.0/net/8021q/vlan_core.c @@ -112,59 +112,6 @@ } EXPORT_SYMBOL(vlan_dev_vlan_proto); -static struct sk_buff *vlan_reorder_header(struct sk_buff *skb) -{ - if (skb_cow(skb, skb_headroom(skb)) < 0) { - kfree_skb(skb); - return NULL; - } - - memmove(skb->data - ETH_HLEN, skb->data - VLAN_ETH_HLEN, 2 * ETH_ALEN); - skb->mac_header += VLAN_HLEN; - return skb; -} - -struct sk_buff *vlan_untag(struct sk_buff *skb) -{ - struct vlan_hdr *vhdr; - u16 vlan_tci; - - if (unlikely(vlan_tx_tag_present(skb))) { - /* vlan_tci is already set-up so leave this for another time */ - return skb; - } - - skb = skb_share_check(skb, GFP_ATOMIC); - if (unlikely(!skb)) - goto err_free; - - if (unlikely(!pskb_may_pull(skb, VLAN_HLEN))) - goto err_free; - - vhdr = (struct vlan_hdr *) skb->data; - vlan_tci = ntohs(vhdr->h_vlan_TCI); - __vlan_hwaccel_put_tag(skb, skb->protocol, vlan_tci); - - skb_pull_rcsum(skb, VLAN_HLEN); - vlan_set_encap_proto(skb, vhdr); - - skb = vlan_reorder_header(skb); - if (unlikely(!skb)) - goto err_free; - - skb_reset_network_header(skb); - skb_reset_transport_header(skb); - skb_reset_mac_len(skb); - - return skb; - -err_free: - kfree_skb(skb); - return NULL; -} -EXPORT_SYMBOL(vlan_untag); - - /* * vlan info and vid list */ --- linux-lts-utopic-3.16.0.orig/net/9p/client.c +++ linux-lts-utopic-3.16.0/net/9p/client.c @@ -850,7 +850,8 @@ if (err < 0) { if (err == -EIO) c->status = Disconnected; - goto reterr; + if (err != -ERESTARTSYS) + goto reterr; } if (req->status == REQ_STATUS_ERROR) { p9_debug(P9_DEBUG_ERROR, "req_status error %d\n", req->t_err); --- linux-lts-utopic-3.16.0.orig/net/ax25/af_ax25.c +++ linux-lts-utopic-3.16.0/net/ax25/af_ax25.c @@ -806,6 +806,9 @@ struct sock *sk; ax25_cb *ax25; + if (protocol < 0 || protocol > SK_PROTOCOL_MAX) + return -EINVAL; + if (!net_eq(net, &init_net)) return -EAFNOSUPPORT; --- linux-lts-utopic-3.16.0.orig/net/batman-adv/bridge_loop_avoidance.c +++ linux-lts-utopic-3.16.0/net/batman-adv/bridge_loop_avoidance.c @@ -113,21 +113,17 @@ } /* finally deinitialize the claim */ -static void batadv_claim_free_rcu(struct rcu_head *rcu) +static void batadv_claim_release(struct batadv_bla_claim *claim) { - struct batadv_bla_claim *claim; - - claim = container_of(rcu, struct batadv_bla_claim, rcu); - batadv_backbone_gw_free_ref(claim->backbone_gw); - kfree(claim); + kfree_rcu(claim, rcu); } /* free a claim, call claim_free_rcu if its the last reference */ static void batadv_claim_free_ref(struct batadv_bla_claim *claim) { if (atomic_dec_and_test(&claim->refcount)) - call_rcu(&claim->rcu, batadv_claim_free_rcu); + batadv_claim_release(claim); } /** --- linux-lts-utopic-3.16.0.orig/net/batman-adv/distributed-arp-table.c +++ linux-lts-utopic-3.16.0/net/batman-adv/distributed-arp-table.c @@ -15,6 +15,7 @@ * along with this program; if not, see . */ +#include #include #include #include @@ -422,7 +423,7 @@ int j; /* check if orig node candidate is running DAT */ - if (!(candidate->capabilities & BATADV_ORIG_CAPA_HAS_DAT)) + if (!test_bit(BATADV_ORIG_CAPA_HAS_DAT, &candidate->capabilities)) goto out; /* Check if this node has already been selected... */ @@ -681,9 +682,9 @@ uint16_t tvlv_value_len) { if (flags & BATADV_TVLV_HANDLER_OGM_CIFNOTFND) - orig->capabilities &= ~BATADV_ORIG_CAPA_HAS_DAT; + clear_bit(BATADV_ORIG_CAPA_HAS_DAT, &orig->capabilities); else - orig->capabilities |= BATADV_ORIG_CAPA_HAS_DAT; + set_bit(BATADV_ORIG_CAPA_HAS_DAT, &orig->capabilities); } /** --- linux-lts-utopic-3.16.0.orig/net/batman-adv/fragmentation.c +++ linux-lts-utopic-3.16.0/net/batman-adv/fragmentation.c @@ -128,6 +128,7 @@ { struct batadv_frag_table_entry *chain; struct batadv_frag_list_entry *frag_entry_new = NULL, *frag_entry_curr; + struct batadv_frag_list_entry *frag_entry_last = NULL; struct batadv_frag_packet *frag_packet; uint8_t bucket; uint16_t seqno, hdr_size = sizeof(struct batadv_frag_packet); @@ -180,11 +181,14 @@ ret = true; goto out; } + + /* store current entry because it could be the last in list */ + frag_entry_last = frag_entry_curr; } - /* Reached the end of the list, so insert after 'frag_entry_curr'. */ - if (likely(frag_entry_curr)) { - hlist_add_after(&frag_entry_curr->list, &frag_entry_new->list); + /* Reached the end of the list, so insert after 'frag_entry_last'. */ + if (likely(frag_entry_last)) { + hlist_add_after(&frag_entry_last->list, &frag_entry_new->list); chain->size += skb->len - hdr_size; chain->timestamp = jiffies; ret = true; @@ -247,7 +251,7 @@ kfree(entry); /* Make room for the rest of the fragments. */ - if (pskb_expand_head(skb_out, 0, size - skb->len, GFP_ATOMIC) < 0) { + if (pskb_expand_head(skb_out, 0, size - skb_out->len, GFP_ATOMIC) < 0) { kfree_skb(skb_out); skb_out = NULL; goto free; @@ -430,7 +434,7 @@ * fragments larger than BATADV_FRAG_MAX_FRAG_SIZE */ mtu = min_t(unsigned, mtu, BATADV_FRAG_MAX_FRAG_SIZE); - max_fragment_size = (mtu - header_size - ETH_HLEN); + max_fragment_size = mtu - header_size; max_packet_size = max_fragment_size * BATADV_FRAG_MAX_FRAGMENTS; /* Don't even try to fragment, if we need more than 16 fragments */ --- linux-lts-utopic-3.16.0.orig/net/batman-adv/gateway_client.c +++ linux-lts-utopic-3.16.0/net/batman-adv/gateway_client.c @@ -810,7 +810,7 @@ goto out; gw_node = batadv_gw_node_get(bat_priv, orig_dst_node); - if (!gw_node->bandwidth_down == 0) + if (!gw_node) goto out; switch (atomic_read(&bat_priv->gw_mode)) { --- linux-lts-utopic-3.16.0.orig/net/batman-adv/hard-interface.h +++ linux-lts-utopic-3.16.0/net/batman-adv/hard-interface.h @@ -64,18 +64,6 @@ call_rcu(&hard_iface->rcu, batadv_hardif_free_rcu); } -/** - * batadv_hardif_free_ref_now - decrement the hard interface refcounter and - * possibly free it (without rcu callback) - * @hard_iface: the hard interface to free - */ -static inline void -batadv_hardif_free_ref_now(struct batadv_hard_iface *hard_iface) -{ - if (atomic_dec_and_test(&hard_iface->refcount)) - batadv_hardif_free_rcu(&hard_iface->rcu); -} - static inline struct batadv_hard_iface * batadv_primary_if_get_selected(struct batadv_priv *bat_priv) { --- linux-lts-utopic-3.16.0.orig/net/batman-adv/multicast.c +++ linux-lts-utopic-3.16.0/net/batman-adv/multicast.c @@ -22,6 +22,9 @@ #include "translation-table.h" #include "multicast.h" +#include +#include + /** * batadv_mcast_mla_softif_get - get softif multicast listeners * @dev: the device to collect multicast addresses from @@ -566,19 +569,26 @@ * * If the BATADV_MCAST_WANT_ALL_UNSNOOPABLES flag of this originator, * orig, has toggled then this method updates counter and list accordingly. + * + * Caller needs to hold orig->mcast_handler_lock. */ static void batadv_mcast_want_unsnoop_update(struct batadv_priv *bat_priv, struct batadv_orig_node *orig, uint8_t mcast_flags) { + struct hlist_node *node = &orig->mcast_want_all_unsnoopables_node; + struct hlist_head *head = &bat_priv->mcast.want_all_unsnoopables_list; + /* switched from flag unset to set */ if (mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES && !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES)) { atomic_inc(&bat_priv->mcast.num_want_all_unsnoopables); spin_lock_bh(&bat_priv->mcast.want_lists_lock); - hlist_add_head_rcu(&orig->mcast_want_all_unsnoopables_node, - &bat_priv->mcast.want_all_unsnoopables_list); + /* flag checks above + mcast_handler_lock prevents this */ + WARN_ON(!hlist_unhashed(node)); + + hlist_add_head_rcu(node, head); spin_unlock_bh(&bat_priv->mcast.want_lists_lock); /* switched from flag set to unset */ } else if (!(mcast_flags & BATADV_MCAST_WANT_ALL_UNSNOOPABLES) && @@ -586,7 +596,10 @@ atomic_dec(&bat_priv->mcast.num_want_all_unsnoopables); spin_lock_bh(&bat_priv->mcast.want_lists_lock); - hlist_del_rcu(&orig->mcast_want_all_unsnoopables_node); + /* flag checks above + mcast_handler_lock prevents this */ + WARN_ON(hlist_unhashed(node)); + + hlist_del_init_rcu(node); spin_unlock_bh(&bat_priv->mcast.want_lists_lock); } } @@ -599,19 +612,26 @@ * * If the BATADV_MCAST_WANT_ALL_IPV4 flag of this originator, orig, has * toggled then this method updates counter and list accordingly. + * + * Caller needs to hold orig->mcast_handler_lock. */ static void batadv_mcast_want_ipv4_update(struct batadv_priv *bat_priv, struct batadv_orig_node *orig, uint8_t mcast_flags) { + struct hlist_node *node = &orig->mcast_want_all_ipv4_node; + struct hlist_head *head = &bat_priv->mcast.want_all_ipv4_list; + /* switched from flag unset to set */ if (mcast_flags & BATADV_MCAST_WANT_ALL_IPV4 && !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV4)) { atomic_inc(&bat_priv->mcast.num_want_all_ipv4); spin_lock_bh(&bat_priv->mcast.want_lists_lock); - hlist_add_head_rcu(&orig->mcast_want_all_ipv4_node, - &bat_priv->mcast.want_all_ipv4_list); + /* flag checks above + mcast_handler_lock prevents this */ + WARN_ON(!hlist_unhashed(node)); + + hlist_add_head_rcu(node, head); spin_unlock_bh(&bat_priv->mcast.want_lists_lock); /* switched from flag set to unset */ } else if (!(mcast_flags & BATADV_MCAST_WANT_ALL_IPV4) && @@ -619,7 +639,10 @@ atomic_dec(&bat_priv->mcast.num_want_all_ipv4); spin_lock_bh(&bat_priv->mcast.want_lists_lock); - hlist_del_rcu(&orig->mcast_want_all_ipv4_node); + /* flag checks above + mcast_handler_lock prevents this */ + WARN_ON(hlist_unhashed(node)); + + hlist_del_init_rcu(node); spin_unlock_bh(&bat_priv->mcast.want_lists_lock); } } @@ -632,19 +655,26 @@ * * If the BATADV_MCAST_WANT_ALL_IPV6 flag of this originator, orig, has * toggled then this method updates counter and list accordingly. + * + * Caller needs to hold orig->mcast_handler_lock. */ static void batadv_mcast_want_ipv6_update(struct batadv_priv *bat_priv, struct batadv_orig_node *orig, uint8_t mcast_flags) { + struct hlist_node *node = &orig->mcast_want_all_ipv6_node; + struct hlist_head *head = &bat_priv->mcast.want_all_ipv6_list; + /* switched from flag unset to set */ if (mcast_flags & BATADV_MCAST_WANT_ALL_IPV6 && !(orig->mcast_flags & BATADV_MCAST_WANT_ALL_IPV6)) { atomic_inc(&bat_priv->mcast.num_want_all_ipv6); spin_lock_bh(&bat_priv->mcast.want_lists_lock); - hlist_add_head_rcu(&orig->mcast_want_all_ipv6_node, - &bat_priv->mcast.want_all_ipv6_list); + /* flag checks above + mcast_handler_lock prevents this */ + WARN_ON(!hlist_unhashed(node)); + + hlist_add_head_rcu(node, head); spin_unlock_bh(&bat_priv->mcast.want_lists_lock); /* switched from flag set to unset */ } else if (!(mcast_flags & BATADV_MCAST_WANT_ALL_IPV6) && @@ -652,7 +682,10 @@ atomic_dec(&bat_priv->mcast.num_want_all_ipv6); spin_lock_bh(&bat_priv->mcast.want_lists_lock); - hlist_del_rcu(&orig->mcast_want_all_ipv6_node); + /* flag checks above + mcast_handler_lock prevents this */ + WARN_ON(hlist_unhashed(node)); + + hlist_del_init_rcu(node); spin_unlock_bh(&bat_priv->mcast.want_lists_lock); } } @@ -675,37 +708,42 @@ uint8_t mcast_flags = BATADV_NO_FLAGS; bool orig_initialized; - orig_initialized = orig->capa_initialized & BATADV_ORIG_CAPA_HAS_MCAST; + if (orig_mcast_enabled && tvlv_value && + (tvlv_value_len >= sizeof(mcast_flags))) + mcast_flags = *(uint8_t *)tvlv_value; + + spin_lock_bh(&orig->mcast_handler_lock); + orig_initialized = test_bit(BATADV_ORIG_CAPA_HAS_MCAST, + &orig->capa_initialized); /* If mcast support is turned on decrease the disabled mcast node * counter only if we had increased it for this node before. If this * is a completely new orig_node no need to decrease the counter. */ if (orig_mcast_enabled && - !(orig->capabilities & BATADV_ORIG_CAPA_HAS_MCAST)) { + !test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities)) { if (orig_initialized) atomic_dec(&bat_priv->mcast.num_disabled); - orig->capabilities |= BATADV_ORIG_CAPA_HAS_MCAST; - /* If mcast support is being switched off increase the disabled - * mcast node counter. + set_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities); + /* If mcast support is being switched off or if this is an initial + * OGM without mcast support then increase the disabled mcast + * node counter. */ } else if (!orig_mcast_enabled && - orig->capabilities & BATADV_ORIG_CAPA_HAS_MCAST) { + (test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities) || + !orig_initialized)) { atomic_inc(&bat_priv->mcast.num_disabled); - orig->capabilities &= ~BATADV_ORIG_CAPA_HAS_MCAST; + clear_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities); } - orig->capa_initialized |= BATADV_ORIG_CAPA_HAS_MCAST; - - if (orig_mcast_enabled && tvlv_value && - (tvlv_value_len >= sizeof(mcast_flags))) - mcast_flags = *(uint8_t *)tvlv_value; + set_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capa_initialized); batadv_mcast_want_unsnoop_update(bat_priv, orig, mcast_flags); batadv_mcast_want_ipv4_update(bat_priv, orig, mcast_flags); batadv_mcast_want_ipv6_update(bat_priv, orig, mcast_flags); orig->mcast_flags = mcast_flags; + spin_unlock_bh(&orig->mcast_handler_lock); } /** @@ -739,10 +777,15 @@ { struct batadv_priv *bat_priv = orig->bat_priv; - if (!(orig->capabilities & BATADV_ORIG_CAPA_HAS_MCAST)) + spin_lock_bh(&orig->mcast_handler_lock); + + if (!test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capabilities) && + test_bit(BATADV_ORIG_CAPA_HAS_MCAST, &orig->capa_initialized)) atomic_dec(&bat_priv->mcast.num_disabled); batadv_mcast_want_unsnoop_update(bat_priv, orig, BATADV_NO_FLAGS); batadv_mcast_want_ipv4_update(bat_priv, orig, BATADV_NO_FLAGS); batadv_mcast_want_ipv6_update(bat_priv, orig, BATADV_NO_FLAGS); + + spin_unlock_bh(&orig->mcast_handler_lock); } --- linux-lts-utopic-3.16.0.orig/net/batman-adv/network-coding.c +++ linux-lts-utopic-3.16.0/net/batman-adv/network-coding.c @@ -15,6 +15,7 @@ * along with this program; if not, see . */ +#include #include #include "main.h" @@ -105,9 +106,9 @@ uint16_t tvlv_value_len) { if (flags & BATADV_TVLV_HANDLER_OGM_CIFNOTFND) - orig->capabilities &= ~BATADV_ORIG_CAPA_HAS_NC; + clear_bit(BATADV_ORIG_CAPA_HAS_NC, &orig->capabilities); else - orig->capabilities |= BATADV_ORIG_CAPA_HAS_NC; + set_bit(BATADV_ORIG_CAPA_HAS_NC, &orig->capabilities); } /** @@ -174,28 +175,25 @@ } /** - * batadv_nc_node_free_rcu - rcu callback to free an nc node and remove - * its refcount on the orig_node - * @rcu: rcu pointer of the nc node + * batadv_nc_node_release - release nc_node from lists and queue for free after + * rcu grace period + * @nc_node: the nc node to free */ -static void batadv_nc_node_free_rcu(struct rcu_head *rcu) +static void batadv_nc_node_release(struct batadv_nc_node *nc_node) { - struct batadv_nc_node *nc_node; - - nc_node = container_of(rcu, struct batadv_nc_node, rcu); batadv_orig_node_free_ref(nc_node->orig_node); - kfree(nc_node); + kfree_rcu(nc_node, rcu); } /** - * batadv_nc_node_free_ref - decrements the nc node refcounter and possibly - * frees it + * batadv_nc_node_free_ref - decrement the nc node refcounter and possibly + * release it * @nc_node: the nc node to free */ static void batadv_nc_node_free_ref(struct batadv_nc_node *nc_node) { if (atomic_dec_and_test(&nc_node->refcount)) - call_rcu(&nc_node->rcu, batadv_nc_node_free_rcu); + batadv_nc_node_release(nc_node); } /** @@ -871,7 +869,7 @@ goto out; /* check if orig node is network coding enabled */ - if (!(orig_node->capabilities & BATADV_ORIG_CAPA_HAS_NC)) + if (!test_bit(BATADV_ORIG_CAPA_HAS_NC, &orig_node->capabilities)) goto out; /* accept ogms from 'good' neighbors and single hop neighbors */ --- linux-lts-utopic-3.16.0.orig/net/batman-adv/originator.c +++ linux-lts-utopic-3.16.0/net/batman-adv/originator.c @@ -150,86 +150,59 @@ } /** - * batadv_neigh_ifinfo_free_rcu - free the neigh_ifinfo object - * @rcu: rcu pointer of the neigh_ifinfo object - */ -static void batadv_neigh_ifinfo_free_rcu(struct rcu_head *rcu) -{ - struct batadv_neigh_ifinfo *neigh_ifinfo; - - neigh_ifinfo = container_of(rcu, struct batadv_neigh_ifinfo, rcu); - - if (neigh_ifinfo->if_outgoing != BATADV_IF_DEFAULT) - batadv_hardif_free_ref_now(neigh_ifinfo->if_outgoing); - - kfree(neigh_ifinfo); -} - -/** - * batadv_neigh_ifinfo_free_now - decrement the refcounter and possibly free - * the neigh_ifinfo (without rcu callback) + * batadv_neigh_ifinfo_release - release neigh_ifinfo from lists and queue for + * free after rcu grace period * @neigh_ifinfo: the neigh_ifinfo object to release */ static void -batadv_neigh_ifinfo_free_ref_now(struct batadv_neigh_ifinfo *neigh_ifinfo) +batadv_neigh_ifinfo_release(struct batadv_neigh_ifinfo *neigh_ifinfo) { - if (atomic_dec_and_test(&neigh_ifinfo->refcount)) - batadv_neigh_ifinfo_free_rcu(&neigh_ifinfo->rcu); + if (neigh_ifinfo->if_outgoing != BATADV_IF_DEFAULT) + batadv_hardif_free_ref(neigh_ifinfo->if_outgoing); + + kfree_rcu(neigh_ifinfo, rcu); } /** - * batadv_neigh_ifinfo_free_ref - decrement the refcounter and possibly free + * batadv_neigh_ifinfo_free_ref - decrement the refcounter and possibly release * the neigh_ifinfo * @neigh_ifinfo: the neigh_ifinfo object to release */ void batadv_neigh_ifinfo_free_ref(struct batadv_neigh_ifinfo *neigh_ifinfo) { if (atomic_dec_and_test(&neigh_ifinfo->refcount)) - call_rcu(&neigh_ifinfo->rcu, batadv_neigh_ifinfo_free_rcu); + batadv_neigh_ifinfo_release(neigh_ifinfo); } /** - * batadv_neigh_node_free_rcu - free the neigh_node - * @rcu: rcu pointer of the neigh_node + * batadv_neigh_node_release - release neigh_node from lists and queue for + * free after rcu grace period + * @neigh_node: neigh neighbor to free */ -static void batadv_neigh_node_free_rcu(struct rcu_head *rcu) +static void batadv_neigh_node_release(struct batadv_neigh_node *neigh_node) { struct hlist_node *node_tmp; - struct batadv_neigh_node *neigh_node; struct batadv_neigh_ifinfo *neigh_ifinfo; - neigh_node = container_of(rcu, struct batadv_neigh_node, rcu); hlist_for_each_entry_safe(neigh_ifinfo, node_tmp, &neigh_node->ifinfo_list, list) { - batadv_neigh_ifinfo_free_ref_now(neigh_ifinfo); + batadv_neigh_ifinfo_free_ref(neigh_ifinfo); } - batadv_hardif_free_ref_now(neigh_node->if_incoming); - - kfree(neigh_node); -} + batadv_hardif_free_ref(neigh_node->if_incoming); -/** - * batadv_neigh_node_free_ref_now - decrement the neighbors refcounter - * and possibly free it (without rcu callback) - * @neigh_node: neigh neighbor to free - */ -static void -batadv_neigh_node_free_ref_now(struct batadv_neigh_node *neigh_node) -{ - if (atomic_dec_and_test(&neigh_node->refcount)) - batadv_neigh_node_free_rcu(&neigh_node->rcu); + kfree_rcu(neigh_node, rcu); } /** * batadv_neigh_node_free_ref - decrement the neighbors refcounter - * and possibly free it + * and possibly release it * @neigh_node: neigh neighbor to free */ void batadv_neigh_node_free_ref(struct batadv_neigh_node *neigh_node) { if (atomic_dec_and_test(&neigh_node->refcount)) - call_rcu(&neigh_node->rcu, batadv_neigh_node_free_rcu); + batadv_neigh_node_release(neigh_node); } /** @@ -495,111 +468,99 @@ } /** - * batadv_orig_ifinfo_free_rcu - free the orig_ifinfo object - * @rcu: rcu pointer of the orig_ifinfo object + * batadv_orig_ifinfo_release - release orig_ifinfo from lists and queue for + * free after rcu grace period + * @orig_ifinfo: the orig_ifinfo object to release */ -static void batadv_orig_ifinfo_free_rcu(struct rcu_head *rcu) +static void batadv_orig_ifinfo_release(struct batadv_orig_ifinfo *orig_ifinfo) { - struct batadv_orig_ifinfo *orig_ifinfo; struct batadv_neigh_node *router; - orig_ifinfo = container_of(rcu, struct batadv_orig_ifinfo, rcu); - if (orig_ifinfo->if_outgoing != BATADV_IF_DEFAULT) - batadv_hardif_free_ref_now(orig_ifinfo->if_outgoing); + batadv_hardif_free_ref(orig_ifinfo->if_outgoing); /* this is the last reference to this object */ router = rcu_dereference_protected(orig_ifinfo->router, true); if (router) - batadv_neigh_node_free_ref_now(router); - kfree(orig_ifinfo); + batadv_neigh_node_free_ref(router); + + kfree_rcu(orig_ifinfo, rcu); } /** - * batadv_orig_ifinfo_free_ref - decrement the refcounter and possibly free - * the orig_ifinfo (without rcu callback) + * batadv_orig_ifinfo_free_ref - decrement the refcounter and possibly release + * the orig_ifinfo * @orig_ifinfo: the orig_ifinfo object to release */ -static void -batadv_orig_ifinfo_free_ref_now(struct batadv_orig_ifinfo *orig_ifinfo) +void batadv_orig_ifinfo_free_ref(struct batadv_orig_ifinfo *orig_ifinfo) { if (atomic_dec_and_test(&orig_ifinfo->refcount)) - batadv_orig_ifinfo_free_rcu(&orig_ifinfo->rcu); + batadv_orig_ifinfo_release(orig_ifinfo); } /** - * batadv_orig_ifinfo_free_ref - decrement the refcounter and possibly free - * the orig_ifinfo - * @orig_ifinfo: the orig_ifinfo object to release + * batadv_orig_node_free_rcu - free the orig_node + * @rcu: rcu pointer of the orig_node */ -void batadv_orig_ifinfo_free_ref(struct batadv_orig_ifinfo *orig_ifinfo) +static void batadv_orig_node_free_rcu(struct rcu_head *rcu) { - if (atomic_dec_and_test(&orig_ifinfo->refcount)) - call_rcu(&orig_ifinfo->rcu, batadv_orig_ifinfo_free_rcu); + struct batadv_orig_node *orig_node; + + orig_node = container_of(rcu, struct batadv_orig_node, rcu); + + batadv_mcast_purge_orig(orig_node); + + batadv_frag_purge_orig(orig_node, NULL); + + if (orig_node->bat_priv->bat_algo_ops->bat_orig_free) + orig_node->bat_priv->bat_algo_ops->bat_orig_free(orig_node); + + kfree(orig_node->tt_buff); + kfree(orig_node); } -static void batadv_orig_node_free_rcu(struct rcu_head *rcu) +/** + * batadv_orig_node_release - release orig_node from lists and queue for + * free after rcu grace period + * @orig_node: the orig node to free + */ +static void batadv_orig_node_release(struct batadv_orig_node *orig_node) { struct hlist_node *node_tmp; struct batadv_neigh_node *neigh_node; - struct batadv_orig_node *orig_node; struct batadv_orig_ifinfo *orig_ifinfo; - orig_node = container_of(rcu, struct batadv_orig_node, rcu); - spin_lock_bh(&orig_node->neigh_list_lock); /* for all neighbors towards this originator ... */ hlist_for_each_entry_safe(neigh_node, node_tmp, &orig_node->neigh_list, list) { hlist_del_rcu(&neigh_node->list); - batadv_neigh_node_free_ref_now(neigh_node); + batadv_neigh_node_free_ref(neigh_node); } hlist_for_each_entry_safe(orig_ifinfo, node_tmp, &orig_node->ifinfo_list, list) { hlist_del_rcu(&orig_ifinfo->list); - batadv_orig_ifinfo_free_ref_now(orig_ifinfo); + batadv_orig_ifinfo_free_ref(orig_ifinfo); } spin_unlock_bh(&orig_node->neigh_list_lock); - batadv_mcast_purge_orig(orig_node); - /* Free nc_nodes */ batadv_nc_purge_orig(orig_node->bat_priv, orig_node, NULL); - batadv_frag_purge_orig(orig_node, NULL); - - batadv_tt_global_del_orig(orig_node->bat_priv, orig_node, -1, - "originator timed out"); - - if (orig_node->bat_priv->bat_algo_ops->bat_orig_free) - orig_node->bat_priv->bat_algo_ops->bat_orig_free(orig_node); - - kfree(orig_node->tt_buff); - kfree(orig_node); + call_rcu(&orig_node->rcu, batadv_orig_node_free_rcu); } /** * batadv_orig_node_free_ref - decrement the orig node refcounter and possibly - * schedule an rcu callback for freeing it + * release it * @orig_node: the orig node to free */ void batadv_orig_node_free_ref(struct batadv_orig_node *orig_node) { if (atomic_dec_and_test(&orig_node->refcount)) - call_rcu(&orig_node->rcu, batadv_orig_node_free_rcu); -} - -/** - * batadv_orig_node_free_ref_now - decrement the orig node refcounter and - * possibly free it (without rcu callback) - * @orig_node: the orig node to free - */ -void batadv_orig_node_free_ref_now(struct batadv_orig_node *orig_node) -{ - if (atomic_dec_and_test(&orig_node->refcount)) - batadv_orig_node_free_rcu(&orig_node->rcu); + batadv_orig_node_release(orig_node); } void batadv_originator_free(struct batadv_priv *bat_priv) @@ -680,8 +641,13 @@ orig_node->tt_buff_len = 0; reset_time = jiffies - 1 - msecs_to_jiffies(BATADV_RESET_PROTECTION_MS); orig_node->bcast_seqno_reset = reset_time; + #ifdef CONFIG_BATMAN_ADV_MCAST orig_node->mcast_flags = BATADV_NO_FLAGS; + INIT_HLIST_NODE(&orig_node->mcast_want_all_unsnoopables_node); + INIT_HLIST_NODE(&orig_node->mcast_want_all_ipv4_node); + INIT_HLIST_NODE(&orig_node->mcast_want_all_ipv6_node); + spin_lock_init(&orig_node->mcast_handler_lock); #endif /* create a vlan object for the "untagged" LAN */ @@ -977,6 +943,9 @@ if (batadv_purge_orig_node(bat_priv, orig_node)) { batadv_gw_node_delete(bat_priv, orig_node); hlist_del_rcu(&orig_node->hash_entry); + batadv_tt_global_del_orig(orig_node->bat_priv, + orig_node, -1, + "originator timed out"); batadv_orig_node_free_ref(orig_node); continue; } --- linux-lts-utopic-3.16.0.orig/net/batman-adv/originator.h +++ linux-lts-utopic-3.16.0/net/batman-adv/originator.h @@ -25,7 +25,6 @@ void batadv_originator_free(struct batadv_priv *bat_priv); void batadv_purge_orig_ref(struct batadv_priv *bat_priv); void batadv_orig_node_free_ref(struct batadv_orig_node *orig_node); -void batadv_orig_node_free_ref_now(struct batadv_orig_node *orig_node); struct batadv_orig_node *batadv_orig_node_new(struct batadv_priv *bat_priv, const uint8_t *addr); struct batadv_neigh_node * --- linux-lts-utopic-3.16.0.orig/net/batman-adv/soft-interface.c +++ linux-lts-utopic-3.16.0/net/batman-adv/soft-interface.c @@ -173,6 +173,7 @@ int gw_mode; enum batadv_forw_mode forw_mode; struct batadv_orig_node *mcast_single_orig = NULL; + int network_offset = ETH_HLEN; if (atomic_read(&bat_priv->mesh_state) != BATADV_MESH_ACTIVE) goto dropped; @@ -185,14 +186,18 @@ case ETH_P_8021Q: vhdr = vlan_eth_hdr(skb); - if (vhdr->h_vlan_encapsulated_proto != ethertype) + if (vhdr->h_vlan_encapsulated_proto != ethertype) { + network_offset += VLAN_HLEN; break; + } /* fall through */ case ETH_P_BATMAN: goto dropped; } + skb_set_network_header(skb, network_offset); + if (batadv_bla_tx(bat_priv, skb, vid)) goto dropped; @@ -450,6 +455,9 @@ */ void batadv_softif_vlan_free_ref(struct batadv_softif_vlan *vlan) { + if (!vlan) + return; + if (atomic_dec_and_test(&vlan->refcount)) { spin_lock_bh(&vlan->bat_priv->softif_vlan_list_lock); hlist_del_rcu(&vlan->list); --- linux-lts-utopic-3.16.0.orig/net/batman-adv/translation-table.c +++ linux-lts-utopic-3.16.0/net/batman-adv/translation-table.c @@ -26,6 +26,7 @@ #include "bridge_loop_avoidance.h" #include "multicast.h" +#include #include /* hash class keys */ @@ -218,20 +219,6 @@ return count; } -static void batadv_tt_orig_list_entry_free_rcu(struct rcu_head *rcu) -{ - struct batadv_tt_orig_list_entry *orig_entry; - - orig_entry = container_of(rcu, struct batadv_tt_orig_list_entry, rcu); - - /* We are in an rcu callback here, therefore we cannot use - * batadv_orig_node_free_ref() and its call_rcu(): - * An rcu_barrier() wouldn't wait for that to finish - */ - batadv_orig_node_free_ref_now(orig_entry->orig_node); - kfree(orig_entry); -} - /** * batadv_tt_local_size_mod - change the size by v of the local table identified * by vid @@ -327,13 +314,25 @@ batadv_tt_global_size_mod(orig_node, vid, -1); } +/** + * batadv_tt_orig_list_entry_release - release tt orig entry from lists and + * queue for free after rcu grace period + * @orig_entry: tt orig entry to be free'd + */ +static void +batadv_tt_orig_list_entry_release(struct batadv_tt_orig_list_entry *orig_entry) +{ + batadv_orig_node_free_ref(orig_entry->orig_node); + kfree_rcu(orig_entry, rcu); +} + static void batadv_tt_orig_list_entry_free_ref(struct batadv_tt_orig_list_entry *orig_entry) { if (!atomic_dec_and_test(&orig_entry->refcount)) return; - call_rcu(&orig_entry->rcu, batadv_tt_orig_list_entry_free_rcu); + batadv_tt_orig_list_entry_release(orig_entry); } /** @@ -575,6 +574,9 @@ /* increase the refcounter of the related vlan */ vlan = batadv_softif_vlan_get(bat_priv, vid); + if (WARN(!vlan, "adding TT local entry %pM to non-existent VLAN %d", + addr, BATADV_PRINT_VID(vid))) + goto out; batadv_dbg(BATADV_DBG_TT, bat_priv, "Creating new local tt entry: %pM (vid: %d, ttvn: %d)\n", @@ -1015,6 +1017,7 @@ struct batadv_tt_local_entry *tt_local_entry; uint16_t flags, curr_flags = BATADV_NO_FLAGS; struct batadv_softif_vlan *vlan; + void *tt_entry_exists; tt_local_entry = batadv_tt_local_hash_find(bat_priv, addr, vid); if (!tt_local_entry) @@ -1042,11 +1045,22 @@ * immediately purge it */ batadv_tt_local_event(bat_priv, tt_local_entry, BATADV_TT_CLIENT_DEL); - hlist_del_rcu(&tt_local_entry->common.hash_entry); + + tt_entry_exists = batadv_hash_remove(bat_priv->tt.local_hash, + batadv_compare_tt, + batadv_choose_tt, + &tt_local_entry->common); + if (!tt_entry_exists) + goto out; + + /* extra call to free the local tt entry */ batadv_tt_local_entry_free_ref(tt_local_entry); /* decrease the reference held for this vlan */ vlan = batadv_softif_vlan_get(bat_priv, vid); + if (!vlan) + goto out; + batadv_softif_vlan_free_ref(vlan); batadv_softif_vlan_free_ref(vlan); @@ -1147,8 +1161,10 @@ /* decrease the reference held for this vlan */ vlan = batadv_softif_vlan_get(bat_priv, tt_common_entry->vid); - batadv_softif_vlan_free_ref(vlan); - batadv_softif_vlan_free_ref(vlan); + if (vlan) { + batadv_softif_vlan_free_ref(vlan); + batadv_softif_vlan_free_ref(vlan); + } batadv_tt_local_entry_free_ref(tt_local); } @@ -1844,7 +1860,7 @@ } spin_unlock_bh(list_lock); } - orig_node->capa_initialized &= ~BATADV_ORIG_CAPA_HAS_TT; + clear_bit(BATADV_ORIG_CAPA_HAS_TT, &orig_node->capa_initialized); } static bool batadv_tt_global_to_purge(struct batadv_tt_global_entry *tt_global, @@ -2804,7 +2820,7 @@ return; } } - orig_node->capa_initialized |= BATADV_ORIG_CAPA_HAS_TT; + set_bit(BATADV_ORIG_CAPA_HAS_TT, &orig_node->capa_initialized); } static void batadv_tt_fill_gtable(struct batadv_priv *bat_priv, @@ -3190,8 +3206,10 @@ /* decrease the reference held for this vlan */ vlan = batadv_softif_vlan_get(bat_priv, tt_common->vid); - batadv_softif_vlan_free_ref(vlan); - batadv_softif_vlan_free_ref(vlan); + if (vlan) { + batadv_softif_vlan_free_ref(vlan); + batadv_softif_vlan_free_ref(vlan); + } batadv_tt_local_entry_free_ref(tt_local); } @@ -3304,7 +3322,8 @@ bool has_tt_init; tt_vlan = (struct batadv_tvlv_tt_vlan_data *)tt_buff; - has_tt_init = orig_node->capa_initialized & BATADV_ORIG_CAPA_HAS_TT; + has_tt_init = test_bit(BATADV_ORIG_CAPA_HAS_TT, + &orig_node->capa_initialized); /* orig table not initialised AND first diff is in the OGM OR the ttvn * increased by one -> we can apply the attached changes --- linux-lts-utopic-3.16.0.orig/net/batman-adv/types.h +++ linux-lts-utopic-3.16.0/net/batman-adv/types.h @@ -205,6 +205,7 @@ * @batadv_dat_addr_t: address of the orig node in the distributed hash * @last_seen: time when last packet from this node was received * @bcast_seqno_reset: time when the broadcast seqno window was reset + * @mcast_handler_lock: synchronizes mcast-capability and -flag changes * @mcast_flags: multicast flags announced by the orig node * @mcast_want_all_unsnoop_node: a list node for the * mcast.want_all_unsnoopables list @@ -253,13 +254,15 @@ unsigned long last_seen; unsigned long bcast_seqno_reset; #ifdef CONFIG_BATMAN_ADV_MCAST + /* synchronizes mcast tvlv specific orig changes */ + spinlock_t mcast_handler_lock; uint8_t mcast_flags; struct hlist_node mcast_want_all_unsnoopables_node; struct hlist_node mcast_want_all_ipv4_node; struct hlist_node mcast_want_all_ipv6_node; #endif - uint8_t capabilities; - uint8_t capa_initialized; + unsigned long capabilities; + unsigned long capa_initialized; atomic_t last_ttvn; unsigned char *tt_buff; int16_t tt_buff_len; @@ -298,10 +301,10 @@ * (= orig node announces a tvlv of type BATADV_TVLV_MCAST) */ enum batadv_orig_capabilities { - BATADV_ORIG_CAPA_HAS_DAT = BIT(0), - BATADV_ORIG_CAPA_HAS_NC = BIT(1), - BATADV_ORIG_CAPA_HAS_TT = BIT(2), - BATADV_ORIG_CAPA_HAS_MCAST = BIT(3), + BATADV_ORIG_CAPA_HAS_DAT, + BATADV_ORIG_CAPA_HAS_NC, + BATADV_ORIG_CAPA_HAS_TT, + BATADV_ORIG_CAPA_HAS_MCAST, }; /** --- linux-lts-utopic-3.16.0.orig/net/bluetooth/hci_conn.c +++ linux-lts-utopic-3.16.0/net/bluetooth/hci_conn.c @@ -484,7 +484,7 @@ /* Unacked frames */ hdev->acl_cnt += conn->sent; } else if (conn->type == LE_LINK) { - cancel_delayed_work_sync(&conn->le_conn_timeout); + cancel_delayed_work(&conn->le_conn_timeout); if (hdev->le_pkts) hdev->le_cnt += conn->sent; --- linux-lts-utopic-3.16.0.orig/net/bluetooth/hci_event.c +++ linux-lts-utopic-3.16.0/net/bluetooth/hci_event.c @@ -3538,18 +3538,14 @@ /* If we are initiators, there is no remote information yet */ if (conn->remote_auth == 0xff) { - cp.authentication = conn->auth_type; - /* Request MITM protection if our IO caps allow it * except for the no-bonding case. - * conn->auth_type is not updated here since - * that might cause the user confirmation to be - * rejected in case the remote doesn't have the - * IO capabilities for MITM. */ if (conn->io_capability != HCI_IO_NO_INPUT_OUTPUT && - cp.authentication != HCI_AT_NO_BONDING) - cp.authentication |= 0x01; + conn->auth_type != HCI_AT_NO_BONDING) + conn->auth_type |= 0x01; + + cp.authentication = conn->auth_type; } else { conn->auth_type = hci_get_auth_req(conn); cp.authentication = conn->auth_type; @@ -3621,9 +3617,12 @@ rem_mitm = (conn->remote_auth & 0x01); /* If we require MITM but the remote device can't provide that - * (it has NoInputNoOutput) then reject the confirmation request + * (it has NoInputNoOutput) then reject the confirmation + * request. We check the security level here since it doesn't + * necessarily match conn->auth_type. */ - if (loc_mitm && conn->remote_cap == HCI_IO_NO_INPUT_OUTPUT) { + if (conn->pending_sec_level > BT_SECURITY_MEDIUM && + conn->remote_cap == HCI_IO_NO_INPUT_OUTPUT) { BT_DBG("Rejecting request: remote device can't provide MITM"); hci_send_cmd(hdev, HCI_OP_USER_CONFIRM_NEG_REPLY, sizeof(ev->bdaddr), &ev->bdaddr); @@ -4177,8 +4176,8 @@ * sending a merged device found event. */ mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK, - d->last_adv_addr_type, NULL, rssi, 0, 1, data, len, - d->last_adv_data, d->last_adv_data_len); + d->last_adv_addr_type, NULL, rssi, 0, 1, + d->last_adv_data, d->last_adv_data_len, data, len); clear_pending_adv_report(hdev); } --- linux-lts-utopic-3.16.0.orig/net/bluetooth/hidp/core.c +++ linux-lts-utopic-3.16.0/net/bluetooth/hidp/core.c @@ -400,6 +400,20 @@ { struct hidp_session *session = (struct hidp_session *) arg; + /* The HIDP user-space API only contains calls to add and remove + * devices. There is no way to forward events of any kind. Therefore, + * we have to forcefully disconnect a device on idle-timeouts. This is + * unfortunate and weird API design, but it is spec-compliant and + * required for backwards-compatibility. Hence, on idle-timeout, we + * signal driver-detach events, so poll() will be woken up with an + * error-condition on both sockets. + */ + + session->intr_sock->sk->sk_err = EUNATCH; + session->ctrl_sock->sk->sk_err = EUNATCH; + wake_up_interruptible(sk_sleep(session->intr_sock->sk)); + wake_up_interruptible(sk_sleep(session->ctrl_sock->sk)); + hidp_session_terminate(session); } --- linux-lts-utopic-3.16.0.orig/net/bluetooth/l2cap_core.c +++ linux-lts-utopic-3.16.0/net/bluetooth/l2cap_core.c @@ -2400,12 +2400,8 @@ BT_DBG("chan %p, msg %p, len %zu", chan, msg, len); - pdu_len = chan->conn->mtu - L2CAP_HDR_SIZE; - - pdu_len = min_t(size_t, pdu_len, chan->remote_mps); - sdu_len = len; - pdu_len -= L2CAP_SDULEN_SIZE; + pdu_len = chan->remote_mps - L2CAP_SDULEN_SIZE; while (len > 0) { if (len <= pdu_len) --- linux-lts-utopic-3.16.0.orig/net/bluetooth/l2cap_sock.c +++ linux-lts-utopic-3.16.0/net/bluetooth/l2cap_sock.c @@ -1111,7 +1111,8 @@ l2cap_chan_close(chan, 0); lock_sock(sk); - if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime) + if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && + !(current->flags & PF_EXITING)) err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); } --- linux-lts-utopic-3.16.0.orig/net/bluetooth/rfcomm/core.c +++ linux-lts-utopic-3.16.0/net/bluetooth/rfcomm/core.c @@ -1909,10 +1909,13 @@ /* Get data directly from socket receive queue without copying it. */ while ((skb = skb_dequeue(&sk->sk_receive_queue))) { skb_orphan(skb); - if (!skb_linearize(skb)) + if (!skb_linearize(skb)) { s = rfcomm_recv_frame(s, skb); - else + if (!s) + break; + } else { kfree_skb(skb); + } } if (s && (sk->sk_state == BT_CLOSED)) --- linux-lts-utopic-3.16.0.orig/net/bluetooth/rfcomm/sock.c +++ linux-lts-utopic-3.16.0/net/bluetooth/rfcomm/sock.c @@ -918,7 +918,8 @@ sk->sk_shutdown = SHUTDOWN_MASK; __rfcomm_sock_close(sk); - if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime) + if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && + !(current->flags & PF_EXITING)) err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); } release_sock(sk); --- linux-lts-utopic-3.16.0.orig/net/bluetooth/sco.c +++ linux-lts-utopic-3.16.0/net/bluetooth/sco.c @@ -459,6 +459,9 @@ if (!addr || addr->sa_family != AF_BLUETOOTH) return -EINVAL; + if (addr_len < sizeof(struct sockaddr_sco)) + return -EINVAL; + lock_sock(sk); if (sk->sk_state != BT_OPEN) { @@ -909,7 +912,8 @@ sco_sock_clear_timer(sk); __sco_sock_close(sk); - if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime) + if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && + !(current->flags & PF_EXITING)) err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); } @@ -929,7 +933,8 @@ sco_sock_close(sk); - if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime) { + if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && + !(current->flags & PF_EXITING)) { lock_sock(sk); err = bt_sock_wait_state(sk, BT_CLOSED, sk->sk_lingertime); release_sock(sk); --- linux-lts-utopic-3.16.0.orig/net/bluetooth/smp.c +++ linux-lts-utopic-3.16.0/net/bluetooth/smp.c @@ -432,8 +432,11 @@ } /* Not Just Works/Confirm results in MITM Authentication */ - if (method != JUST_CFM) + if (method != JUST_CFM) { set_bit(SMP_FLAG_MITM_AUTH, &smp->flags); + if (hcon->pending_sec_level < BT_SECURITY_HIGH) + hcon->pending_sec_level = BT_SECURITY_HIGH; + } /* If both devices have Keyoard-Display I/O, the master * Confirms and the slave Enters the passkey. --- linux-lts-utopic-3.16.0.orig/net/bridge/br_device.c +++ linux-lts-utopic-3.16.0/net/bridge/br_device.c @@ -25,6 +25,8 @@ #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \ NETIF_F_GSO_MASK | NETIF_F_HW_CSUM) +static struct lock_class_key bridge_netdev_addr_lock_key; + /* net device transmit always called with BH disabled */ netdev_tx_t br_dev_xmit(struct sk_buff *skb, struct net_device *dev) { @@ -85,6 +87,11 @@ return NETDEV_TX_OK; } +static void br_set_lockdep_class(struct net_device *dev) +{ + lockdep_set_class(&dev->addr_list_lock, &bridge_netdev_addr_lock_key); +} + static int br_dev_init(struct net_device *dev) { struct net_bridge *br = netdev_priv(dev); @@ -92,6 +99,7 @@ br->stats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats); if (!br->stats) return -ENOMEM; + br_set_lockdep_class(dev); return 0; } --- linux-lts-utopic-3.16.0.orig/net/bridge/br_fdb.c +++ linux-lts-utopic-3.16.0/net/bridge/br_fdb.c @@ -777,9 +777,11 @@ int err = 0; if (ndm->ndm_flags & NTF_USE) { + local_bh_disable(); rcu_read_lock(); br_fdb_update(p->br, p, addr, vid, true); rcu_read_unlock(); + local_bh_enable(); } else { spin_lock_bh(&p->br->hash_lock); err = fdb_add_entry(p, addr, ndm->ndm_state, --- linux-lts-utopic-3.16.0.orig/net/bridge/br_ioctl.c +++ linux-lts-utopic-3.16.0/net/bridge/br_ioctl.c @@ -247,9 +247,7 @@ if (!ns_capable(dev_net(dev)->user_ns, CAP_NET_ADMIN)) return -EPERM; - spin_lock_bh(&br->lock); br_stp_set_bridge_priority(br, args[1]); - spin_unlock_bh(&br->lock); return 0; case BRCTL_SET_PORT_PRIORITY: --- linux-lts-utopic-3.16.0.orig/net/bridge/br_mdb.c +++ linux-lts-utopic-3.16.0/net/bridge/br_mdb.c @@ -170,7 +170,7 @@ struct br_port_msg *bpm; struct nlattr *nest, *nest2; - nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), NLM_F_MULTI); + nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), 0); if (!nlh) return -EMSGSIZE; @@ -322,6 +322,7 @@ struct net_bridge_port_group *p; struct net_bridge_port_group __rcu **pp; struct net_bridge_mdb_htable *mdb; + unsigned long now = jiffies; int err; mdb = mlock_dereference(br->mdb, br); @@ -346,8 +347,9 @@ if (unlikely(!p)) return -ENOMEM; rcu_assign_pointer(*pp, p); + if (state == MDB_TEMPORARY) + mod_timer(&p->timer, now + br->multicast_membership_interval); - br_mdb_notify(br->dev, port, group, RTM_NEWMDB); return 0; } @@ -370,6 +372,7 @@ if (!p || p->br != br || p->state == BR_STATE_DISABLED) return -EINVAL; + memset(&ip, 0, sizeof(ip)); ip.proto = entry->addr.proto; if (ip.proto == htons(ETH_P_IP)) ip.u.ip4 = entry->addr.u.ip4; @@ -416,6 +419,7 @@ if (!netif_running(br->dev) || br->multicast_disabled) return -EINVAL; + memset(&ip, 0, sizeof(ip)); ip.proto = entry->addr.proto; if (ip.proto == htons(ETH_P_IP)) { if (timer_pending(&br->ip4_other_query.timer)) @@ -447,6 +451,7 @@ if (p->port->state == BR_STATE_DISABLED) goto unlock; + entry->state = p->state; rcu_assign_pointer(*pp, p->next); hlist_del_init(&p->mglist); del_timer(&p->timer); --- linux-lts-utopic-3.16.0.orig/net/bridge/br_multicast.c +++ linux-lts-utopic-3.16.0/net/bridge/br_multicast.c @@ -37,6 +37,8 @@ static void br_multicast_start_querier(struct net_bridge *br, struct bridge_mcast_own_query *query); +static void br_multicast_add_router(struct net_bridge *br, + struct net_bridge_port *port); unsigned int br_mdb_rehash_seq; static inline int br_ip_equal(const struct br_ip *a, const struct br_ip *b) @@ -813,10 +815,9 @@ return; if (port) { - __skb_push(skb, sizeof(struct ethhdr)); skb->dev = port->dev; NF_HOOK(NFPROTO_BRIDGE, NF_BR_LOCAL_OUT, skb, NULL, skb->dev, - dev_queue_xmit); + br_dev_queue_push_xmit); } else { br_multicast_select_own_querier(br, ip, skb); netif_rx(skb); @@ -936,6 +937,8 @@ #if IS_ENABLED(CONFIG_IPV6) br_multicast_enable(&port->ip6_own_query); #endif + if (port->multicast_router == 2 && hlist_unhashed(&port->rlist)) + br_multicast_add_router(br, port); out: spin_unlock(&br->multicast_lock); @@ -1072,7 +1075,7 @@ err = br_ip6_multicast_add_group(br, port, &grec->grec_mca, vid); - if (!err) + if (err) break; } @@ -1167,6 +1170,9 @@ struct net_bridge_port *p; struct hlist_node *slot = NULL; + if (!hlist_unhashed(&port->rlist)) + return; + hlist_for_each_entry(p, &br->router_list, rlist) { if ((unsigned long) port >= (unsigned long) p) break; @@ -1194,12 +1200,8 @@ if (port->multicast_router != 1) return; - if (!hlist_unhashed(&port->rlist)) - goto timer; - br_multicast_add_router(br, port); -timer: mod_timer(&port->multicast_router_timer, now + br->multicast_querier_interval); } --- linux-lts-utopic-3.16.0.orig/net/bridge/br_netfilter.c +++ linux-lts-utopic-3.16.0/net/bridge/br_netfilter.c @@ -34,6 +34,7 @@ #include #include +#include #include #include @@ -171,6 +172,21 @@ rt->dst.ops = &fake_dst_ops; } +/* largest possible L2 header, see br_nf_dev_queue_xmit() */ +#define NF_BRIDGE_MAX_MAC_HEADER_LENGTH (PPPOE_SES_HLEN + ETH_HLEN) + +#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV4) || IS_ENABLED(CONFIG_NF_DEFRAG_IPV6) +struct brnf_frag_data { + char mac[NF_BRIDGE_MAX_MAC_HEADER_LENGTH]; + u8 encap_size; + u8 size; + u16 vlan_tci; + __be16 vlan_proto; +}; + +static DEFINE_PER_CPU(struct brnf_frag_data, brnf_frag_data_storage); +#endif + static inline struct rtable *bridge_parent_rtable(const struct net_device *dev) { struct net_bridge_port *port; @@ -348,6 +364,8 @@ struct nf_bridge_info *nf_bridge = skb->nf_bridge; struct rtable *rt; + nf_bridge->frag_max_size = IP6CB(skb)->frag_max_size; + if (nf_bridge->mask & BRNF_PKT_TYPE) { skb->pkt_type = PACKET_OTHERHOST; nf_bridge->mask ^= BRNF_PKT_TYPE; @@ -619,37 +637,65 @@ } -/* Replicate the checks that IPv6 does on packet reception and pass the packet - * to ip6tables, which doesn't support NAT, so things are fairly simple. */ -static unsigned int br_nf_pre_routing_ipv6(const struct nf_hook_ops *ops, - struct sk_buff *skb, - const struct net_device *in, - const struct net_device *out, - int (*okfn)(struct sk_buff *)) +/* Equivalent to br_validate_ipv4 for IPv6 */ +static int br_validate_ipv6(struct sk_buff *skb) { const struct ipv6hdr *hdr; + struct net_device *dev = skb->dev; + struct inet6_dev *idev = __in6_dev_get(skb->dev); u32 pkt_len; + u8 ip6h_len = sizeof(struct ipv6hdr); - if (skb->len < sizeof(struct ipv6hdr)) - return NF_DROP; + if (!pskb_may_pull(skb, ip6h_len)) + goto inhdr_error; - if (!pskb_may_pull(skb, sizeof(struct ipv6hdr))) - return NF_DROP; + if (skb->len < ip6h_len) + goto drop; hdr = ipv6_hdr(skb); if (hdr->version != 6) - return NF_DROP; + goto inhdr_error; pkt_len = ntohs(hdr->payload_len); if (pkt_len || hdr->nexthdr != NEXTHDR_HOP) { - if (pkt_len + sizeof(struct ipv6hdr) > skb->len) - return NF_DROP; - if (pskb_trim_rcsum(skb, pkt_len + sizeof(struct ipv6hdr))) - return NF_DROP; + if (pkt_len + ip6h_len > skb->len) { + IP6_INC_STATS_BH(dev_net(dev), idev, + IPSTATS_MIB_INTRUNCATEDPKTS); + goto drop; + } + if (pskb_trim_rcsum(skb, pkt_len + ip6h_len)) { + IP6_INC_STATS_BH(dev_net(dev), idev, + IPSTATS_MIB_INDISCARDS); + goto drop; + } } if (hdr->nexthdr == NEXTHDR_HOP && check_hbh_len(skb)) + goto drop; + + memset(IP6CB(skb), 0, sizeof(struct inet6_skb_parm)); + /* No IP options in IPv6 header; however it should be + * checked if some next headers need special treatment + */ + return 0; + +inhdr_error: + IP6_INC_STATS_BH(dev_net(dev), idev, IPSTATS_MIB_INHDRERRORS); +drop: + return -1; +} + + +/* Replicate the checks that IPv6 does on packet reception and pass the packet + * to ip6tables, which doesn't support NAT, so things are fairly simple. */ +static unsigned int br_nf_pre_routing_ipv6(const struct nf_hook_ops *ops, + struct sk_buff *skb, + const struct net_device *in, + const struct net_device *out, + int (*okfn)(struct sk_buff *)) +{ + if (br_validate_ipv6(skb)) return NF_DROP; nf_bridge_put(skb->nf_bridge); @@ -747,6 +793,9 @@ struct net_device *in; if (!IS_ARP(skb) && !IS_VLAN_ARP(skb)) { + if (skb->protocol == htons(ETH_P_IPV6)) + nf_bridge->frag_max_size = IP6CB(skb)->frag_max_size; + in = nf_bridge->physindev; if (nf_bridge->mask & BRNF_PKT_TYPE) { skb->pkt_type = PACKET_OTHERHOST; @@ -811,6 +860,13 @@ /* The physdev module checks on this */ nf_bridge->mask |= BRNF_BRIDGED; + + if (pf == NFPROTO_IPV6) { + if (br_validate_ipv6(skb)) + return NF_DROP; + IP6CB(skb)->frag_max_size = nf_bridge->frag_max_size; + } + nf_bridge->physoutdev = skb->dev; if (pf == NFPROTO_IPV4) skb->protocol = htons(ETH_P_IP); @@ -859,29 +915,92 @@ return NF_STOLEN; } -#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV4) +#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV4) || IS_ENABLED(CONFIG_NF_DEFRAG_IPV6) +static int br_nf_push_frag_xmit(struct sk_buff *skb) +{ + struct brnf_frag_data *data; + int err; + + data = this_cpu_ptr(&brnf_frag_data_storage); + err = skb_cow_head(skb, data->size); + + if (err) { + kfree_skb(skb); + return 0; + } + + if (data->vlan_tci) { + skb->vlan_tci = data->vlan_tci; + skb->vlan_proto = data->vlan_proto; + } + + skb_copy_to_linear_data_offset(skb, -data->size, data->mac, data->size); + __skb_push(skb, data->encap_size); + + return br_dev_queue_push_xmit(skb); +} +#endif + static int br_nf_dev_queue_xmit(struct sk_buff *skb) { - int ret; + unsigned int mtu_reserved; + + mtu_reserved = nf_bridge_mtu_reduction(skb); + + if (skb_is_gso(skb) || skb->len + mtu_reserved <= skb->dev->mtu) { + return br_dev_queue_push_xmit(skb); + } + +#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV4) + if (skb->protocol == htons(ETH_P_IP)) { + struct brnf_frag_data *data; - if (skb->protocol == htons(ETH_P_IP) && - skb->len + nf_bridge_mtu_reduction(skb) > skb->dev->mtu && - !skb_is_gso(skb)) { if (br_parse_ip_options(skb)) /* Drop invalid packet */ return NF_DROP; - ret = ip_fragment(skb, br_dev_queue_push_xmit); - } else - ret = br_dev_queue_push_xmit(skb); - return ret; -} -#else -static int br_nf_dev_queue_xmit(struct sk_buff *skb) -{ + nf_bridge_update_protocol(skb); + + data = this_cpu_ptr(&brnf_frag_data_storage); + + data->vlan_tci = skb->vlan_tci; + data->vlan_proto = skb->vlan_proto; + data->encap_size = nf_bridge_encap_header_len(skb); + data->size = ETH_HLEN + data->encap_size; + + skb_copy_from_linear_data_offset(skb, -data->size, data->mac, + data->size); + + return ip_fragment(skb, br_nf_push_frag_xmit); + } +#endif +#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6) + if (skb->protocol == htons(ETH_P_IPV6)) { + const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); + struct brnf_frag_data *data; + + if (br_validate_ipv6(skb)) + return NF_DROP; + + IP6CB(skb)->frag_max_size = skb->nf_bridge->frag_max_size; + + nf_bridge_update_protocol(skb); + + data = this_cpu_ptr(&brnf_frag_data_storage); + data->encap_size = nf_bridge_encap_header_len(skb); + data->size = ETH_HLEN + data->encap_size; + + skb_copy_from_linear_data_offset(skb, -data->size, data->mac, + data->size); + + if (v6ops) + return v6ops->fragment(skb, br_nf_push_frag_xmit); + else + return -EMSGSIZE; + } +#endif return br_dev_queue_push_xmit(skb); } -#endif /* PF_BRIDGE/POST_ROUTING ********************************************/ static unsigned int br_nf_post_routing(const struct nf_hook_ops *ops, --- linux-lts-utopic-3.16.0.orig/net/bridge/br_private.h +++ linux-lts-utopic-3.16.0/net/bridge/br_private.h @@ -18,6 +18,7 @@ #include #include #include +#include #include #define BR_HASH_BITS 8 @@ -222,7 +223,10 @@ spinlock_t hash_lock; struct hlist_head hash[BR_HASH_SIZE]; #ifdef CONFIG_BRIDGE_NETFILTER - struct rtable fake_rtable; + union { + struct rtable fake_rtable; + struct rt6_info fake_rt6_info; + }; bool nf_call_iptables; bool nf_call_ip6tables; bool nf_call_arptables; @@ -309,6 +313,9 @@ int igmp; int mrouters_only; #endif +#ifdef CONFIG_BRIDGE_VLAN_FILTERING + bool vlan_filtered; +#endif }; #define BR_INPUT_SKB_CB(__skb) ((struct br_input_skb_cb *)(__skb)->cb) --- linux-lts-utopic-3.16.0.orig/net/bridge/br_stp_if.c +++ linux-lts-utopic-3.16.0/net/bridge/br_stp_if.c @@ -128,7 +128,10 @@ char *argv[] = { BR_STP_PROG, br->dev->name, "start", NULL }; char *envp[] = { NULL }; - r = call_usermodehelper(BR_STP_PROG, argv, envp, UMH_WAIT_PROC); + if (net_eq(dev_net(br->dev), &init_net)) + r = call_usermodehelper(BR_STP_PROG, argv, envp, UMH_WAIT_PROC); + else + r = -ENOENT; spin_lock_bh(&br->lock); @@ -243,12 +246,13 @@ return true; } -/* called under bridge lock */ +/* Acquires and releases bridge lock */ void br_stp_set_bridge_priority(struct net_bridge *br, u16 newprio) { struct net_bridge_port *p; int wasroot; + spin_lock_bh(&br->lock); wasroot = br_is_root_bridge(br); list_for_each_entry(p, &br->port_list, list) { @@ -266,6 +270,7 @@ br_port_state_selection(br); if (br_is_root_bridge(br) && !wasroot) br_become_root_bridge(br); + spin_unlock_bh(&br->lock); } /* called under bridge lock */ --- linux-lts-utopic-3.16.0.orig/net/bridge/br_vlan.c +++ linux-lts-utopic-3.16.0/net/bridge/br_vlan.c @@ -127,7 +127,8 @@ { u16 vid; - if (!br->vlan_enabled) + /* If this packet was not filtered at input, let it pass */ + if (!BR_INPUT_SKB_CB(skb)->vlan_filtered) goto out; /* Vlan filter table must be configured at this point. The @@ -166,8 +167,10 @@ /* If VLAN filtering is disabled on the bridge, all packets are * permitted. */ - if (!br->vlan_enabled) + if (!br->vlan_enabled) { + BR_INPUT_SKB_CB(skb)->vlan_filtered = false; return true; + } /* If there are no vlan in the permitted list, all packets are * rejected. @@ -175,6 +178,7 @@ if (!v) goto drop; + BR_INPUT_SKB_CB(skb)->vlan_filtered = true; proto = br->vlan_proto; /* If vlan tx offload is disabled on bridge device and frame was @@ -183,7 +187,7 @@ */ if (unlikely(!vlan_tx_tag_present(skb) && skb->protocol == proto)) { - skb = vlan_untag(skb); + skb = skb_vlan_untag(skb); if (unlikely(!skb)) return false; } @@ -253,7 +257,8 @@ { u16 vid; - if (!br->vlan_enabled) + /* If this packet was not filtered at input, let it pass */ + if (!BR_INPUT_SKB_CB(skb)->vlan_filtered) return true; if (!v) @@ -272,6 +277,7 @@ struct net_bridge *br = p->br; struct net_port_vlans *v; + /* If filtering was disabled at input, let it pass. */ if (!br->vlan_enabled) return true; --- linux-lts-utopic-3.16.0.orig/net/caif/caif_socket.c +++ linux-lts-utopic-3.16.0/net/caif/caif_socket.c @@ -281,7 +281,7 @@ int copylen; ret = -EOPNOTSUPP; - if (m->msg_flags&MSG_OOB) + if (flags & MSG_OOB) goto read_error; skb = skb_recv_datagram(sk, flags, 0 , &ret); @@ -330,6 +330,10 @@ release_sock(sk); timeo = schedule_timeout(timeo); lock_sock(sk); + + if (sock_flag(sk, SOCK_DEAD)) + break; + clear_bit(SOCK_ASYNC_WAITDATA, &sk->sk_socket->flags); } @@ -374,6 +378,10 @@ struct sk_buff *skb; lock_sock(sk); + if (sock_flag(sk, SOCK_DEAD)) { + err = -ECONNRESET; + goto unlock; + } skb = skb_dequeue(&sk->sk_receive_queue); caif_check_flow_release(sk); --- linux-lts-utopic-3.16.0.orig/net/caif/chnl_net.c +++ linux-lts-utopic-3.16.0/net/caif/chnl_net.c @@ -470,7 +470,6 @@ ASSERT_RTNL(); caifdev = netdev_priv(dev); caif_netlink_parms(data, &caifdev->conn_req); - dev_net_set(caifdev->netdev, src_net); ret = register_netdevice(dev); if (ret) --- linux-lts-utopic-3.16.0.orig/net/can/af_can.c +++ linux-lts-utopic-3.16.0/net/can/af_can.c @@ -262,6 +262,9 @@ goto inval_skb; } + skb->ip_summed = CHECKSUM_UNNECESSARY; + + skb_reset_mac_header(skb); skb_reset_network_header(skb); skb_reset_transport_header(skb); --- linux-lts-utopic-3.16.0.orig/net/ceph/auth_x.c +++ linux-lts-utopic-3.16.0/net/ceph/auth_x.c @@ -13,8 +13,6 @@ #include "auth_x.h" #include "auth_x_protocol.h" -#define TEMP_TICKET_BUF_LEN 256 - static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed); static int ceph_x_is_authenticated(struct ceph_auth_client *ac) @@ -64,7 +62,7 @@ } static int ceph_x_decrypt(struct ceph_crypto_key *secret, - void **p, void *end, void *obuf, size_t olen) + void **p, void *end, void **obuf, size_t olen) { struct ceph_x_encrypt_header head; size_t head_len = sizeof(head); @@ -75,8 +73,14 @@ return -EINVAL; dout("ceph_x_decrypt len %d\n", len); - ret = ceph_decrypt2(secret, &head, &head_len, obuf, &olen, - *p, len); + if (*obuf == NULL) { + *obuf = kmalloc(len, GFP_NOFS); + if (!*obuf) + return -ENOMEM; + olen = len; + } + + ret = ceph_decrypt2(secret, &head, &head_len, *obuf, &olen, *p, len); if (ret) return ret; if (head.struct_v != 1 || le64_to_cpu(head.magic) != CEPHX_ENC_MAGIC) @@ -129,139 +133,120 @@ kfree(th); } -static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac, - struct ceph_crypto_key *secret, - void *buf, void *end) +static int process_one_ticket(struct ceph_auth_client *ac, + struct ceph_crypto_key *secret, + void **p, void *end) { struct ceph_x_info *xi = ac->private; - int num; - void *p = buf; + int type; + u8 tkt_struct_v, blob_struct_v; + struct ceph_x_ticket_handler *th; + void *dbuf = NULL; + void *dp, *dend; + int dlen; + char is_enc; + struct timespec validity; + struct ceph_crypto_key old_key; + void *ticket_buf = NULL; + void *tp, *tpend; + struct ceph_timespec new_validity; + struct ceph_crypto_key new_session_key; + struct ceph_buffer *new_ticket_blob; + unsigned long new_expires, new_renew_after; + u64 new_secret_id; int ret; - char *dbuf; - char *ticket_buf; - u8 reply_struct_v; - dbuf = kmalloc(TEMP_TICKET_BUF_LEN, GFP_NOFS); - if (!dbuf) - return -ENOMEM; + ceph_decode_need(p, end, sizeof(u32) + 1, bad); - ret = -ENOMEM; - ticket_buf = kmalloc(TEMP_TICKET_BUF_LEN, GFP_NOFS); - if (!ticket_buf) - goto out_dbuf; + type = ceph_decode_32(p); + dout(" ticket type %d %s\n", type, ceph_entity_type_name(type)); - ceph_decode_need(&p, end, 1 + sizeof(u32), bad); - reply_struct_v = ceph_decode_8(&p); - if (reply_struct_v != 1) + tkt_struct_v = ceph_decode_8(p); + if (tkt_struct_v != 1) goto bad; - num = ceph_decode_32(&p); - dout("%d tickets\n", num); - while (num--) { - int type; - u8 tkt_struct_v, blob_struct_v; - struct ceph_x_ticket_handler *th; - void *dp, *dend; - int dlen; - char is_enc; - struct timespec validity; - struct ceph_crypto_key old_key; - void *tp, *tpend; - struct ceph_timespec new_validity; - struct ceph_crypto_key new_session_key; - struct ceph_buffer *new_ticket_blob; - unsigned long new_expires, new_renew_after; - u64 new_secret_id; - - ceph_decode_need(&p, end, sizeof(u32) + 1, bad); - - type = ceph_decode_32(&p); - dout(" ticket type %d %s\n", type, ceph_entity_type_name(type)); - - tkt_struct_v = ceph_decode_8(&p); - if (tkt_struct_v != 1) - goto bad; - th = get_ticket_handler(ac, type); - if (IS_ERR(th)) { - ret = PTR_ERR(th); - goto out; - } + th = get_ticket_handler(ac, type); + if (IS_ERR(th)) { + ret = PTR_ERR(th); + goto out; + } + + /* blob for me */ + dlen = ceph_x_decrypt(secret, p, end, &dbuf, 0); + if (dlen <= 0) { + ret = dlen; + goto out; + } + dout(" decrypted %d bytes\n", dlen); + dp = dbuf; + dend = dp + dlen; + + tkt_struct_v = ceph_decode_8(&dp); + if (tkt_struct_v != 1) + goto bad; - /* blob for me */ - dlen = ceph_x_decrypt(secret, &p, end, dbuf, - TEMP_TICKET_BUF_LEN); - if (dlen <= 0) { + memcpy(&old_key, &th->session_key, sizeof(old_key)); + ret = ceph_crypto_key_decode(&new_session_key, &dp, dend); + if (ret) + goto out; + + ceph_decode_copy(&dp, &new_validity, sizeof(new_validity)); + ceph_decode_timespec(&validity, &new_validity); + new_expires = get_seconds() + validity.tv_sec; + new_renew_after = new_expires - (validity.tv_sec / 4); + dout(" expires=%lu renew_after=%lu\n", new_expires, + new_renew_after); + + /* ticket blob for service */ + ceph_decode_8_safe(p, end, is_enc, bad); + if (is_enc) { + /* encrypted */ + dout(" encrypted ticket\n"); + dlen = ceph_x_decrypt(&old_key, p, end, &ticket_buf, 0); + if (dlen < 0) { ret = dlen; goto out; } - dout(" decrypted %d bytes\n", dlen); - dend = dbuf + dlen; - dp = dbuf; - - tkt_struct_v = ceph_decode_8(&dp); - if (tkt_struct_v != 1) - goto bad; - - memcpy(&old_key, &th->session_key, sizeof(old_key)); - ret = ceph_crypto_key_decode(&new_session_key, &dp, dend); - if (ret) - goto out; - - ceph_decode_copy(&dp, &new_validity, sizeof(new_validity)); - ceph_decode_timespec(&validity, &new_validity); - new_expires = get_seconds() + validity.tv_sec; - new_renew_after = new_expires - (validity.tv_sec / 4); - dout(" expires=%lu renew_after=%lu\n", new_expires, - new_renew_after); - - /* ticket blob for service */ - ceph_decode_8_safe(&p, end, is_enc, bad); tp = ticket_buf; - if (is_enc) { - /* encrypted */ - dout(" encrypted ticket\n"); - dlen = ceph_x_decrypt(&old_key, &p, end, ticket_buf, - TEMP_TICKET_BUF_LEN); - if (dlen < 0) { - ret = dlen; - goto out; - } - dlen = ceph_decode_32(&tp); - } else { - /* unencrypted */ - ceph_decode_32_safe(&p, end, dlen, bad); - ceph_decode_need(&p, end, dlen, bad); - ceph_decode_copy(&p, ticket_buf, dlen); - } - tpend = tp + dlen; - dout(" ticket blob is %d bytes\n", dlen); - ceph_decode_need(&tp, tpend, 1 + sizeof(u64), bad); - blob_struct_v = ceph_decode_8(&tp); - new_secret_id = ceph_decode_64(&tp); - ret = ceph_decode_buffer(&new_ticket_blob, &tp, tpend); - if (ret) + dlen = ceph_decode_32(&tp); + } else { + /* unencrypted */ + ceph_decode_32_safe(p, end, dlen, bad); + ticket_buf = kmalloc(dlen, GFP_NOFS); + if (!ticket_buf) { + ret = -ENOMEM; goto out; - - /* all is well, update our ticket */ - ceph_crypto_key_destroy(&th->session_key); - if (th->ticket_blob) - ceph_buffer_put(th->ticket_blob); - th->session_key = new_session_key; - th->ticket_blob = new_ticket_blob; - th->validity = new_validity; - th->secret_id = new_secret_id; - th->expires = new_expires; - th->renew_after = new_renew_after; - dout(" got ticket service %d (%s) secret_id %lld len %d\n", - type, ceph_entity_type_name(type), th->secret_id, - (int)th->ticket_blob->vec.iov_len); - xi->have_keys |= th->service; + } + tp = ticket_buf; + ceph_decode_need(p, end, dlen, bad); + ceph_decode_copy(p, ticket_buf, dlen); } + tpend = tp + dlen; + dout(" ticket blob is %d bytes\n", dlen); + ceph_decode_need(&tp, tpend, 1 + sizeof(u64), bad); + blob_struct_v = ceph_decode_8(&tp); + new_secret_id = ceph_decode_64(&tp); + ret = ceph_decode_buffer(&new_ticket_blob, &tp, tpend); + if (ret) + goto out; + + /* all is well, update our ticket */ + ceph_crypto_key_destroy(&th->session_key); + if (th->ticket_blob) + ceph_buffer_put(th->ticket_blob); + th->session_key = new_session_key; + th->ticket_blob = new_ticket_blob; + th->validity = new_validity; + th->secret_id = new_secret_id; + th->expires = new_expires; + th->renew_after = new_renew_after; + dout(" got ticket service %d (%s) secret_id %lld len %d\n", + type, ceph_entity_type_name(type), th->secret_id, + (int)th->ticket_blob->vec.iov_len); + xi->have_keys |= th->service; - ret = 0; out: kfree(ticket_buf); -out_dbuf: kfree(dbuf); return ret; @@ -270,6 +255,34 @@ goto out; } +static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac, + struct ceph_crypto_key *secret, + void *buf, void *end) +{ + void *p = buf; + u8 reply_struct_v; + u32 num; + int ret; + + ceph_decode_8_safe(&p, end, reply_struct_v, bad); + if (reply_struct_v != 1) + return -EINVAL; + + ceph_decode_32_safe(&p, end, num, bad); + dout("%d tickets\n", num); + + while (num--) { + ret = process_one_ticket(ac, secret, &p, end); + if (ret) + return ret; + } + + return 0; + +bad: + return -EINVAL; +} + static int ceph_x_build_authorizer(struct ceph_auth_client *ac, struct ceph_x_ticket_handler *th, struct ceph_x_authorizer *au) @@ -583,13 +596,14 @@ struct ceph_x_ticket_handler *th; int ret = 0; struct ceph_x_authorize_reply reply; + void *preply = &reply; void *p = au->reply_buf; void *end = p + sizeof(au->reply_buf); th = get_ticket_handler(ac, au->service); if (IS_ERR(th)) return PTR_ERR(th); - ret = ceph_x_decrypt(&th->session_key, &p, end, &reply, sizeof(reply)); + ret = ceph_x_decrypt(&th->session_key, &p, end, &preply, sizeof(reply)); if (ret < 0) return ret; if (ret != sizeof(reply)) --- linux-lts-utopic-3.16.0.orig/net/ceph/crush/mapper.c +++ linux-lts-utopic-3.16.0/net/ceph/crush/mapper.c @@ -290,6 +290,7 @@ * @type: the type of item to choose * @out: pointer to output vector * @outpos: our position in that vector + * @out_size: size of the out vector * @tries: number of attempts to make * @recurse_tries: number of attempts to have recursive chooseleaf make * @local_retries: localized retries @@ -304,6 +305,7 @@ const __u32 *weight, int weight_max, int x, int numrep, int type, int *out, int outpos, + int out_size, unsigned int tries, unsigned int recurse_tries, unsigned int local_retries, @@ -322,6 +324,7 @@ int item = 0; int itemtype; int collide, reject; + int count = out_size; dprintk("CHOOSE%s bucket %d x %d outpos %d numrep %d tries %d recurse_tries %d local_retries %d local_fallback_retries %d parent_r %d\n", recurse_to_leaf ? "_LEAF" : "", @@ -329,7 +332,7 @@ tries, recurse_tries, local_retries, local_fallback_retries, parent_r); - for (rep = outpos; rep < numrep; rep++) { + for (rep = outpos; rep < numrep && count > 0 ; rep++) { /* keep trying until we get a non-out, non-colliding item */ ftotal = 0; skip_rep = 0; @@ -403,7 +406,7 @@ map->buckets[-1-item], weight, weight_max, x, outpos+1, 0, - out2, outpos, + out2, outpos, count, recurse_tries, 0, local_retries, local_fallback_retries, @@ -463,6 +466,7 @@ dprintk("CHOOSE got %d\n", item); out[outpos] = item; outpos++; + count--; } dprintk("CHOOSE returns %d\n", outpos); @@ -654,6 +658,7 @@ __u32 step; int i, j; int numrep; + int out_size; /* * the original choose_total_tries value was off by one (it * counted "retries" and not "tries"). add one. @@ -761,6 +766,7 @@ x, numrep, curstep->arg2, o+osize, j, + result_max-osize, choose_tries, recurse_tries, choose_local_retries, @@ -770,11 +776,13 @@ c+osize, 0); } else { + out_size = ((numrep < (result_max-osize)) ? + numrep : (result_max-osize)); crush_choose_indep( map, map->buckets[-1-w[i]], weight, weight_max, - x, numrep, numrep, + x, out_size, numrep, curstep->arg2, o+osize, j, choose_tries, @@ -783,7 +791,7 @@ recurse_to_leaf, c+osize, 0); - osize += numrep; + osize += out_size; } } --- linux-lts-utopic-3.16.0.orig/net/ceph/crypto.c +++ linux-lts-utopic-3.16.0/net/ceph/crypto.c @@ -89,11 +89,82 @@ static const u8 *aes_iv = (u8 *)CEPH_AES_IV; +/* + * Should be used for buffers allocated with ceph_kvmalloc(). + * Currently these are encrypt out-buffer (ceph_buffer) and decrypt + * in-buffer (msg front). + * + * Dispose of @sgt with teardown_sgtable(). + * + * @prealloc_sg is to avoid memory allocation inside sg_alloc_table() + * in cases where a single sg is sufficient. No attempt to reduce the + * number of sgs by squeezing physically contiguous pages together is + * made though, for simplicity. + */ +static int setup_sgtable(struct sg_table *sgt, struct scatterlist *prealloc_sg, + const void *buf, unsigned int buf_len) +{ + struct scatterlist *sg; + const bool is_vmalloc = is_vmalloc_addr(buf); + unsigned int off = offset_in_page(buf); + unsigned int chunk_cnt = 1; + unsigned int chunk_len = PAGE_ALIGN(off + buf_len); + int i; + int ret; + + if (buf_len == 0) { + memset(sgt, 0, sizeof(*sgt)); + return -EINVAL; + } + + if (is_vmalloc) { + chunk_cnt = chunk_len >> PAGE_SHIFT; + chunk_len = PAGE_SIZE; + } + + if (chunk_cnt > 1) { + ret = sg_alloc_table(sgt, chunk_cnt, GFP_NOFS); + if (ret) + return ret; + } else { + WARN_ON(chunk_cnt != 1); + sg_init_table(prealloc_sg, 1); + sgt->sgl = prealloc_sg; + sgt->nents = sgt->orig_nents = 1; + } + + for_each_sg(sgt->sgl, sg, sgt->orig_nents, i) { + struct page *page; + unsigned int len = min(chunk_len - off, buf_len); + + if (is_vmalloc) + page = vmalloc_to_page(buf); + else + page = virt_to_page(buf); + + sg_set_page(sg, page, len, off); + + off = 0; + buf += len; + buf_len -= len; + } + WARN_ON(buf_len != 0); + + return 0; +} + +static void teardown_sgtable(struct sg_table *sgt) +{ + if (sgt->orig_nents > 1) + sg_free_table(sgt); +} + static int ceph_aes_encrypt(const void *key, int key_len, void *dst, size_t *dst_len, const void *src, size_t src_len) { - struct scatterlist sg_in[2], sg_out[1]; + struct scatterlist sg_in[2], prealloc_sg; + struct sg_table sg_out; struct crypto_blkcipher *tfm = ceph_crypto_alloc_cipher(); struct blkcipher_desc desc = { .tfm = tfm, .flags = 0 }; int ret; @@ -109,16 +180,18 @@ *dst_len = src_len + zero_padding; - crypto_blkcipher_setkey((void *)tfm, key, key_len); sg_init_table(sg_in, 2); sg_set_buf(&sg_in[0], src, src_len); sg_set_buf(&sg_in[1], pad, zero_padding); - sg_init_table(sg_out, 1); - sg_set_buf(sg_out, dst, *dst_len); + ret = setup_sgtable(&sg_out, &prealloc_sg, dst, *dst_len); + if (ret) + goto out_tfm; + + crypto_blkcipher_setkey((void *)tfm, key, key_len); iv = crypto_blkcipher_crt(tfm)->iv; ivsize = crypto_blkcipher_ivsize(tfm); - memcpy(iv, aes_iv, ivsize); + /* print_hex_dump(KERN_ERR, "enc key: ", DUMP_PREFIX_NONE, 16, 1, key, key_len, 1); @@ -127,16 +200,22 @@ print_hex_dump(KERN_ERR, "enc pad: ", DUMP_PREFIX_NONE, 16, 1, pad, zero_padding, 1); */ - ret = crypto_blkcipher_encrypt(&desc, sg_out, sg_in, + ret = crypto_blkcipher_encrypt(&desc, sg_out.sgl, sg_in, src_len + zero_padding); - crypto_free_blkcipher(tfm); - if (ret < 0) + if (ret < 0) { pr_err("ceph_aes_crypt failed %d\n", ret); + goto out_sg; + } /* print_hex_dump(KERN_ERR, "enc out: ", DUMP_PREFIX_NONE, 16, 1, dst, *dst_len, 1); */ - return 0; + +out_sg: + teardown_sgtable(&sg_out); +out_tfm: + crypto_free_blkcipher(tfm); + return ret; } static int ceph_aes_encrypt2(const void *key, int key_len, void *dst, @@ -144,7 +223,8 @@ const void *src1, size_t src1_len, const void *src2, size_t src2_len) { - struct scatterlist sg_in[3], sg_out[1]; + struct scatterlist sg_in[3], prealloc_sg; + struct sg_table sg_out; struct crypto_blkcipher *tfm = ceph_crypto_alloc_cipher(); struct blkcipher_desc desc = { .tfm = tfm, .flags = 0 }; int ret; @@ -160,17 +240,19 @@ *dst_len = src1_len + src2_len + zero_padding; - crypto_blkcipher_setkey((void *)tfm, key, key_len); sg_init_table(sg_in, 3); sg_set_buf(&sg_in[0], src1, src1_len); sg_set_buf(&sg_in[1], src2, src2_len); sg_set_buf(&sg_in[2], pad, zero_padding); - sg_init_table(sg_out, 1); - sg_set_buf(sg_out, dst, *dst_len); + ret = setup_sgtable(&sg_out, &prealloc_sg, dst, *dst_len); + if (ret) + goto out_tfm; + + crypto_blkcipher_setkey((void *)tfm, key, key_len); iv = crypto_blkcipher_crt(tfm)->iv; ivsize = crypto_blkcipher_ivsize(tfm); - memcpy(iv, aes_iv, ivsize); + /* print_hex_dump(KERN_ERR, "enc key: ", DUMP_PREFIX_NONE, 16, 1, key, key_len, 1); @@ -181,23 +263,30 @@ print_hex_dump(KERN_ERR, "enc pad: ", DUMP_PREFIX_NONE, 16, 1, pad, zero_padding, 1); */ - ret = crypto_blkcipher_encrypt(&desc, sg_out, sg_in, + ret = crypto_blkcipher_encrypt(&desc, sg_out.sgl, sg_in, src1_len + src2_len + zero_padding); - crypto_free_blkcipher(tfm); - if (ret < 0) + if (ret < 0) { pr_err("ceph_aes_crypt2 failed %d\n", ret); + goto out_sg; + } /* print_hex_dump(KERN_ERR, "enc out: ", DUMP_PREFIX_NONE, 16, 1, dst, *dst_len, 1); */ - return 0; + +out_sg: + teardown_sgtable(&sg_out); +out_tfm: + crypto_free_blkcipher(tfm); + return ret; } static int ceph_aes_decrypt(const void *key, int key_len, void *dst, size_t *dst_len, const void *src, size_t src_len) { - struct scatterlist sg_in[1], sg_out[2]; + struct sg_table sg_in; + struct scatterlist sg_out[2], prealloc_sg; struct crypto_blkcipher *tfm = ceph_crypto_alloc_cipher(); struct blkcipher_desc desc = { .tfm = tfm }; char pad[16]; @@ -209,16 +298,16 @@ if (IS_ERR(tfm)) return PTR_ERR(tfm); - crypto_blkcipher_setkey((void *)tfm, key, key_len); - sg_init_table(sg_in, 1); sg_init_table(sg_out, 2); - sg_set_buf(sg_in, src, src_len); sg_set_buf(&sg_out[0], dst, *dst_len); sg_set_buf(&sg_out[1], pad, sizeof(pad)); + ret = setup_sgtable(&sg_in, &prealloc_sg, src, src_len); + if (ret) + goto out_tfm; + crypto_blkcipher_setkey((void *)tfm, key, key_len); iv = crypto_blkcipher_crt(tfm)->iv; ivsize = crypto_blkcipher_ivsize(tfm); - memcpy(iv, aes_iv, ivsize); /* @@ -227,12 +316,10 @@ print_hex_dump(KERN_ERR, "dec in: ", DUMP_PREFIX_NONE, 16, 1, src, src_len, 1); */ - - ret = crypto_blkcipher_decrypt(&desc, sg_out, sg_in, src_len); - crypto_free_blkcipher(tfm); + ret = crypto_blkcipher_decrypt(&desc, sg_out, sg_in.sgl, src_len); if (ret < 0) { pr_err("ceph_aes_decrypt failed %d\n", ret); - return ret; + goto out_sg; } if (src_len <= *dst_len) @@ -250,7 +337,12 @@ print_hex_dump(KERN_ERR, "dec out: ", DUMP_PREFIX_NONE, 16, 1, dst, *dst_len, 1); */ - return 0; + +out_sg: + teardown_sgtable(&sg_in); +out_tfm: + crypto_free_blkcipher(tfm); + return ret; } static int ceph_aes_decrypt2(const void *key, int key_len, @@ -258,7 +350,8 @@ void *dst2, size_t *dst2_len, const void *src, size_t src_len) { - struct scatterlist sg_in[1], sg_out[3]; + struct sg_table sg_in; + struct scatterlist sg_out[3], prealloc_sg; struct crypto_blkcipher *tfm = ceph_crypto_alloc_cipher(); struct blkcipher_desc desc = { .tfm = tfm }; char pad[16]; @@ -270,17 +363,17 @@ if (IS_ERR(tfm)) return PTR_ERR(tfm); - sg_init_table(sg_in, 1); - sg_set_buf(sg_in, src, src_len); sg_init_table(sg_out, 3); sg_set_buf(&sg_out[0], dst1, *dst1_len); sg_set_buf(&sg_out[1], dst2, *dst2_len); sg_set_buf(&sg_out[2], pad, sizeof(pad)); + ret = setup_sgtable(&sg_in, &prealloc_sg, src, src_len); + if (ret) + goto out_tfm; crypto_blkcipher_setkey((void *)tfm, key, key_len); iv = crypto_blkcipher_crt(tfm)->iv; ivsize = crypto_blkcipher_ivsize(tfm); - memcpy(iv, aes_iv, ivsize); /* @@ -289,12 +382,10 @@ print_hex_dump(KERN_ERR, "dec in: ", DUMP_PREFIX_NONE, 16, 1, src, src_len, 1); */ - - ret = crypto_blkcipher_decrypt(&desc, sg_out, sg_in, src_len); - crypto_free_blkcipher(tfm); + ret = crypto_blkcipher_decrypt(&desc, sg_out, sg_in.sgl, src_len); if (ret < 0) { pr_err("ceph_aes_decrypt failed %d\n", ret); - return ret; + goto out_sg; } if (src_len <= *dst1_len) @@ -324,7 +415,11 @@ dst2, *dst2_len, 1); */ - return 0; +out_sg: + teardown_sgtable(&sg_in); +out_tfm: + crypto_free_blkcipher(tfm); + return ret; } --- linux-lts-utopic-3.16.0.orig/net/ceph/messenger.c +++ linux-lts-utopic-3.16.0/net/ceph/messenger.c @@ -291,7 +291,11 @@ if (ceph_msgr_slab_init()) return -ENOMEM; - ceph_msgr_wq = alloc_workqueue("ceph-msgr", 0, 0); + /* + * The number of active work items is limited by the number of + * connections, so leave @max_active at default. + */ + ceph_msgr_wq = alloc_workqueue("ceph-msgr", WQ_MEM_RECLAIM, 0); if (ceph_msgr_wq) return 0; @@ -900,7 +904,7 @@ BUG_ON(page_count > (int)USHRT_MAX); cursor->page_count = (unsigned short)page_count; BUG_ON(length > SIZE_MAX - cursor->page_offset); - cursor->last_piece = (size_t)cursor->page_offset + length <= PAGE_SIZE; + cursor->last_piece = cursor->page_offset + cursor->resid <= PAGE_SIZE; } static struct page * @@ -2281,7 +2285,7 @@ con->in_base_pos = -front_len - middle_len - data_len - sizeof(m->footer); con->in_tag = CEPH_MSGR_TAG_READY; - return 0; + return 1; } else if ((s64)seq - (s64)con->in_seq > 1) { pr_err("read_partial_message bad seq %lld expected %lld\n", seq, con->in_seq + 1); @@ -2314,7 +2318,7 @@ sizeof(m->footer); con->in_tag = CEPH_MSGR_TAG_READY; con->in_seq++; - return 0; + return 1; } BUG_ON(!con->in_msg); --- linux-lts-utopic-3.16.0.orig/net/ceph/mon_client.c +++ linux-lts-utopic-3.16.0/net/ceph/mon_client.c @@ -1181,7 +1181,15 @@ if (!m) { pr_info("alloc_msg unknown type %d\n", type); *skip = 1; + } else if (front_len > m->front_alloc_len) { + pr_warning("mon_alloc_msg front %d > prealloc %d (%u#%llu)\n", + front_len, m->front_alloc_len, + (unsigned int)con->peer_name.type, + le64_to_cpu(con->peer_name.num)); + ceph_msg_put(m); + m = ceph_msg_new(type, front_len, GFP_NOFS, false); } + return m; } --- linux-lts-utopic-3.16.0.orig/net/ceph/osd_client.c +++ linux-lts-utopic-3.16.0/net/ceph/osd_client.c @@ -1006,12 +1006,24 @@ */ static void __remove_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd) { - dout("__remove_osd %p\n", osd); - BUG_ON(!list_empty(&osd->o_requests)); - rb_erase(&osd->o_node, &osdc->osds); + dout("%s %p osd%d\n", __func__, osd, osd->o_osd); + WARN_ON(!list_empty(&osd->o_requests)); + WARN_ON(!list_empty(&osd->o_linger_requests)); + list_del_init(&osd->o_osd_lru); - ceph_con_close(&osd->o_con); - put_osd(osd); + rb_erase(&osd->o_node, &osdc->osds); + RB_CLEAR_NODE(&osd->o_node); +} + +static void remove_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd) +{ + dout("%s %p osd%d\n", __func__, osd, osd->o_osd); + + if (!RB_EMPTY_NODE(&osd->o_node)) { + ceph_con_close(&osd->o_con); + __remove_osd(osdc, osd); + put_osd(osd); + } } static void remove_all_osds(struct ceph_osd_client *osdc) @@ -1021,7 +1033,7 @@ while (!RB_EMPTY_ROOT(&osdc->osds)) { struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds), struct ceph_osd, o_node); - __remove_osd(osdc, osd); + remove_osd(osdc, osd); } mutex_unlock(&osdc->request_mutex); } @@ -1051,7 +1063,7 @@ list_for_each_entry_safe(osd, nosd, &osdc->osd_lru, o_osd_lru) { if (time_before(jiffies, osd->lru_ttl)) break; - __remove_osd(osdc, osd); + remove_osd(osdc, osd); } mutex_unlock(&osdc->request_mutex); } @@ -1066,8 +1078,7 @@ dout("__reset_osd %p osd%d\n", osd, osd->o_osd); if (list_empty(&osd->o_requests) && list_empty(&osd->o_linger_requests)) { - __remove_osd(osdc, osd); - + remove_osd(osdc, osd); return -ENODEV; } @@ -1867,6 +1878,7 @@ { struct rb_node *p, *n; + dout("%s %p\n", __func__, osdc); for (p = rb_first(&osdc->osds); p; p = n) { struct ceph_osd *osd = rb_entry(p, struct ceph_osd, o_node); @@ -1947,20 +1959,29 @@ err = __map_request(osdc, req, force_resend || force_resend_writes); dout("__map_request returned %d\n", err); - if (err == 0) - continue; /* no change and no osd was specified */ if (err < 0) continue; /* hrm! */ - if (req->r_osd == NULL) { - dout("tid %llu maps to no valid osd\n", req->r_tid); - needmap++; /* request a newer map */ - continue; - } + if (req->r_osd == NULL || err > 0) { + if (req->r_osd == NULL) { + dout("lingering %p tid %llu maps to no osd\n", + req, req->r_tid); + /* + * A homeless lingering request makes + * no sense, as it's job is to keep + * a particular OSD connection open. + * Request a newer map and kick the + * request, knowing that it won't be + * resent until we actually get a map + * that can tell us where to send it. + */ + needmap++; + } - dout("kicking lingering %p tid %llu osd%d\n", req, req->r_tid, - req->r_osd ? req->r_osd->o_osd : -1); - __register_request(osdc, req); - __unregister_linger_request(osdc, req); + dout("kicking lingering %p tid %llu osd%d\n", req, + req->r_tid, req->r_osd ? req->r_osd->o_osd : -1); + __register_request(osdc, req); + __unregister_linger_request(osdc, req); + } } reset_changed_osds(osdc); mutex_unlock(&osdc->request_mutex); --- linux-lts-utopic-3.16.0.orig/net/ceph/osdmap.c +++ linux-lts-utopic-3.16.0/net/ceph/osdmap.c @@ -89,7 +89,7 @@ { int j; dout("crush_decode_tree_bucket %p to %p\n", *p, end); - ceph_decode_32_safe(p, end, b->num_nodes, bad); + ceph_decode_8_safe(p, end, b->num_nodes, bad); b->node_weights = kcalloc(b->num_nodes, sizeof(u32), GFP_NOFS); if (b->node_weights == NULL) return -ENOMEM; --- linux-lts-utopic-3.16.0.orig/net/compat.c +++ linux-lts-utopic-3.16.0/net/compat.c @@ -71,6 +71,13 @@ __get_user(kmsg->msg_controllen, &umsg->msg_controllen) || __get_user(kmsg->msg_flags, &umsg->msg_flags)) return -EFAULT; + + if (!tmp1) + kmsg->msg_namelen = 0; + + if (kmsg->msg_namelen < 0) + return -EINVAL; + if (kmsg->msg_namelen > sizeof(struct sockaddr_storage)) kmsg->msg_namelen = sizeof(struct sockaddr_storage); kmsg->msg_name = compat_ptr(tmp1); @@ -738,24 +745,18 @@ COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, unsigned int, flags) { - if (flags & MSG_CMSG_COMPAT) - return -EINVAL; return __sys_sendmsg(fd, (struct msghdr __user *)msg, flags | MSG_CMSG_COMPAT); } COMPAT_SYSCALL_DEFINE4(sendmmsg, int, fd, struct compat_mmsghdr __user *, mmsg, unsigned int, vlen, unsigned int, flags) { - if (flags & MSG_CMSG_COMPAT) - return -EINVAL; return __sys_sendmmsg(fd, (struct mmsghdr __user *)mmsg, vlen, flags | MSG_CMSG_COMPAT); } COMPAT_SYSCALL_DEFINE3(recvmsg, int, fd, struct compat_msghdr __user *, msg, unsigned int, flags) { - if (flags & MSG_CMSG_COMPAT) - return -EINVAL; return __sys_recvmsg(fd, (struct msghdr __user *)msg, flags | MSG_CMSG_COMPAT); } @@ -778,9 +779,6 @@ int datagrams; struct timespec ktspec; - if (flags & MSG_CMSG_COMPAT) - return -EINVAL; - if (timeout == NULL) return __sys_recvmmsg(fd, (struct mmsghdr __user *)mmsg, vlen, flags | MSG_CMSG_COMPAT, NULL); --- linux-lts-utopic-3.16.0.orig/net/core/datagram.c +++ linux-lts-utopic-3.16.0/net/core/datagram.c @@ -130,6 +130,35 @@ goto out; } +static struct sk_buff *skb_set_peeked(struct sk_buff *skb) +{ + struct sk_buff *nskb; + + if (skb->peeked) + return skb; + + /* We have to unshare an skb before modifying it. */ + if (!skb_shared(skb)) + goto done; + + nskb = skb_clone(skb, GFP_ATOMIC); + if (!nskb) + return ERR_PTR(-ENOMEM); + + skb->prev->next = nskb; + skb->next->prev = nskb; + nskb->prev = skb->prev; + nskb->next = skb->next; + + consume_skb(skb); + skb = nskb; + +done: + skb->peeked = 1; + + return skb; +} + /** * __skb_recv_datagram - Receive a datagram skbuff * @sk: socket @@ -164,7 +193,9 @@ struct sk_buff *__skb_recv_datagram(struct sock *sk, unsigned int flags, int *peeked, int *off, int *err) { + struct sk_buff_head *queue = &sk->sk_receive_queue; struct sk_buff *skb, *last; + unsigned long cpu_flags; long timeo; /* * Caller is allowed not to check sk->sk_err before skb_recv_datagram() @@ -183,8 +214,6 @@ * Look at current nfs client by the way... * However, this function was correct in any case. 8) */ - unsigned long cpu_flags; - struct sk_buff_head *queue = &sk->sk_receive_queue; int _off = *off; last = (struct sk_buff *)queue; @@ -198,7 +227,12 @@ _off -= skb->len; continue; } - skb->peeked = 1; + + skb = skb_set_peeked(skb); + error = PTR_ERR(skb); + if (IS_ERR(skb)) + goto unlock_err; + atomic_inc(&skb->users); } else __skb_unlink(skb, queue); @@ -222,6 +256,8 @@ return NULL; +unlock_err: + spin_unlock_irqrestore(&queue->lock, cpu_flags); no_packet: *err = error; return NULL; @@ -744,7 +780,8 @@ !skb->csum_complete_sw) netdev_rx_csum_fault(skb->dev); } - skb->csum_valid = !sum; + if (!skb_shared(skb)) + skb->csum_valid = !sum; return sum; } EXPORT_SYMBOL(__skb_checksum_complete_head); @@ -764,11 +801,13 @@ netdev_rx_csum_fault(skb->dev); } - /* Save full packet checksum */ - skb->csum = csum; - skb->ip_summed = CHECKSUM_COMPLETE; - skb->csum_complete_sw = 1; - skb->csum_valid = !sum; + if (!skb_shared(skb)) { + /* Save full packet checksum */ + skb->csum = csum; + skb->ip_summed = CHECKSUM_COMPLETE; + skb->csum_complete_sw = 1; + skb->csum_valid = !sum; + } return sum; } --- linux-lts-utopic-3.16.0.orig/net/core/dev.c +++ linux-lts-utopic-3.16.0/net/core/dev.c @@ -940,7 +940,7 @@ return false; while (*name) { - if (*name == '/' || isspace(*name)) + if (*name == '/' || *name == ':' || isspace(*name)) return false; name++; } @@ -1424,22 +1424,17 @@ */ void dev_disable_lro(struct net_device *dev) { - /* - * If we're trying to disable lro on a vlan device - * use the underlying physical device instead - */ - if (is_vlan_dev(dev)) - dev = vlan_dev_real_dev(dev); - - /* the same for macvlan devices */ - if (netif_is_macvlan(dev)) - dev = macvlan_dev_real_dev(dev); + struct net_device *lower_dev; + struct list_head *iter; dev->wanted_features &= ~NETIF_F_LRO; netdev_update_features(dev); if (unlikely(dev->features & NETIF_F_LRO)) netdev_WARN(dev, "failed to disable LRO!\n"); + + netdev_for_each_lower_dev(dev, lower_dev, iter) + dev_disable_lro(lower_dev); } EXPORT_SYMBOL(dev_disable_lro); @@ -1686,6 +1681,7 @@ skb_scrub_packet(skb, true); skb->protocol = eth_type_trans(skb, dev); + skb_postpull_rcsum(skb, eth_hdr(skb), ETH_HLEN); return 0; } @@ -2569,20 +2565,29 @@ if (skb_shinfo(skb)->gso_segs > skb->dev->gso_max_segs) features &= ~NETIF_F_GSO_MASK; - if (protocol == htons(ETH_P_8021Q) || protocol == htons(ETH_P_8021AD)) { - struct vlan_ethhdr *veh = (struct vlan_ethhdr *)skb->data; - protocol = veh->h_vlan_encapsulated_proto; - } else if (!vlan_tx_tag_present(skb)) { - return harmonize_features(skb, features); + if (!vlan_tx_tag_present(skb)) { + if (unlikely(protocol == htons(ETH_P_8021Q) || + protocol == htons(ETH_P_8021AD))) { + struct vlan_ethhdr *veh = (struct vlan_ethhdr *)skb->data; + protocol = veh->h_vlan_encapsulated_proto; + } else { + return harmonize_features(skb, features); + } } - features &= (skb->dev->vlan_features | NETIF_F_HW_VLAN_CTAG_TX | - NETIF_F_HW_VLAN_STAG_TX); + features = netdev_intersect_features(features, + skb->dev->vlan_features | + NETIF_F_HW_VLAN_CTAG_TX | + NETIF_F_HW_VLAN_STAG_TX); if (protocol == htons(ETH_P_8021Q) || protocol == htons(ETH_P_8021AD)) - features &= NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | - NETIF_F_GEN_CSUM | NETIF_F_HW_VLAN_CTAG_TX | - NETIF_F_HW_VLAN_STAG_TX; + features = netdev_intersect_features(features, + NETIF_F_SG | + NETIF_F_HIGHDMA | + NETIF_F_FRAGLIST | + NETIF_F_GEN_CSUM | + NETIF_F_HW_VLAN_CTAG_TX | + NETIF_F_HW_VLAN_STAG_TX); return harmonize_features(skb, features); } @@ -2811,7 +2816,9 @@ #define skb_update_prio(skb) #endif -static DEFINE_PER_CPU(int, xmit_recursion); +DEFINE_PER_CPU(int, xmit_recursion); +EXPORT_SYMBOL(xmit_recursion); + #define RECURSION_LIMIT 10 /** @@ -3250,6 +3257,8 @@ local_irq_save(flags); rps_lock(sd); + if (!netif_running(skb->dev)) + goto drop; qlen = skb_queue_len(&sd->input_pkt_queue); if (qlen <= netdev_max_backlog && !skb_flow_limit(skb, qlen)) { if (skb_queue_len(&sd->input_pkt_queue)) { @@ -3271,6 +3280,7 @@ goto enqueue; } +drop: sd->dropped++; rps_unlock(sd); @@ -3579,8 +3589,6 @@ pt_prev = NULL; - rcu_read_lock(); - another_round: skb->skb_iif = skb->dev->ifindex; @@ -3588,9 +3596,9 @@ if (skb->protocol == cpu_to_be16(ETH_P_8021Q) || skb->protocol == cpu_to_be16(ETH_P_8021AD)) { - skb = vlan_untag(skb); + skb = skb_vlan_untag(skb); if (unlikely(!skb)) - goto unlock; + goto out; } #ifdef CONFIG_NET_CLS_ACT @@ -3615,7 +3623,7 @@ #ifdef CONFIG_NET_CLS_ACT skb = handle_ing(skb, &pt_prev, &ret, orig_dev); if (!skb) - goto unlock; + goto out; ncls: #endif @@ -3630,7 +3638,7 @@ if (vlan_do_receive(&skb)) goto another_round; else if (unlikely(!skb)) - goto unlock; + goto out; } rx_handler = rcu_dereference(skb->dev->rx_handler); @@ -3642,7 +3650,7 @@ switch (rx_handler(&skb)) { case RX_HANDLER_CONSUMED: ret = NET_RX_SUCCESS; - goto unlock; + goto out; case RX_HANDLER_ANOTHER: goto another_round; case RX_HANDLER_EXACT: @@ -3694,8 +3702,7 @@ ret = NET_RX_DROP; } -unlock: - rcu_read_unlock(); +out: return ret; } @@ -3726,29 +3733,30 @@ static int netif_receive_skb_internal(struct sk_buff *skb) { + int ret; + net_timestamp_check(netdev_tstamp_prequeue, skb); if (skb_defer_rx_timestamp(skb)) return NET_RX_SUCCESS; + rcu_read_lock(); + #ifdef CONFIG_RPS if (static_key_false(&rps_needed)) { struct rps_dev_flow voidflow, *rflow = &voidflow; - int cpu, ret; - - rcu_read_lock(); - - cpu = get_rps_cpu(skb->dev, skb, &rflow); + int cpu = get_rps_cpu(skb->dev, skb, &rflow); if (cpu >= 0) { ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail); rcu_read_unlock(); return ret; } - rcu_read_unlock(); } #endif - return __netif_receive_skb(skb); + ret = __netif_receive_skb(skb); + rcu_read_unlock(); + return ret; } /** @@ -4240,8 +4248,10 @@ struct sk_buff *skb; while ((skb = __skb_dequeue(&sd->process_queue))) { + rcu_read_lock(); local_irq_enable(); __netif_receive_skb(skb); + rcu_read_unlock(); local_irq_disable(); input_queue_head_incr(sd); if (++work >= quota) { @@ -4789,9 +4799,14 @@ sysfs_remove_link(&(dev->dev.kobj), linkname); } -#define netdev_adjacent_is_neigh_list(dev, dev_list) \ - (dev_list == &dev->adj_list.upper || \ - dev_list == &dev->adj_list.lower) +static inline bool netdev_adjacent_is_neigh_list(struct net_device *dev, + struct net_device *adj_dev, + struct list_head *dev_list) +{ + return (dev_list == &dev->adj_list.upper || + dev_list == &dev->adj_list.lower) && + net_eq(dev_net(dev), dev_net(adj_dev)); +} static int __netdev_adjacent_dev_insert(struct net_device *dev, struct net_device *adj_dev, @@ -4821,7 +4836,7 @@ pr_debug("dev_hold for %s, because of link added from %s to %s\n", adj_dev->name, dev->name, adj_dev->name); - if (netdev_adjacent_is_neigh_list(dev, dev_list)) { + if (netdev_adjacent_is_neigh_list(dev, adj_dev, dev_list)) { ret = netdev_adjacent_sysfs_add(dev, adj_dev, dev_list); if (ret) goto free_adj; @@ -4842,7 +4857,7 @@ return 0; remove_symlinks: - if (netdev_adjacent_is_neigh_list(dev, dev_list)) + if (netdev_adjacent_is_neigh_list(dev, adj_dev, dev_list)) netdev_adjacent_sysfs_del(dev, adj_dev->name, dev_list); free_adj: kfree(adj); @@ -4875,7 +4890,7 @@ if (adj->master) sysfs_remove_link(&(dev->dev.kobj), "master"); - if (netdev_adjacent_is_neigh_list(dev, dev_list)) + if (netdev_adjacent_is_neigh_list(dev, adj_dev, dev_list)) netdev_adjacent_sysfs_del(dev, adj_dev->name, dev_list); list_del_rcu(&adj->list); @@ -4980,7 +4995,7 @@ if (__netdev_find_adj(upper_dev, dev, &upper_dev->all_adj_list.upper)) return -EBUSY; - if (__netdev_find_adj(dev, upper_dev, &dev->all_adj_list.upper)) + if (__netdev_find_adj(dev, upper_dev, &dev->adj_list.upper)) return -EEXIST; if (master && netdev_master_upper_dev_get(dev)) @@ -5145,11 +5160,65 @@ } EXPORT_SYMBOL(netdev_upper_dev_unlink); +void netdev_adjacent_add_links(struct net_device *dev) +{ + struct netdev_adjacent *iter; + + struct net *net = dev_net(dev); + + list_for_each_entry(iter, &dev->adj_list.upper, list) { + if (!net_eq(net,dev_net(iter->dev))) + continue; + netdev_adjacent_sysfs_add(iter->dev, dev, + &iter->dev->adj_list.lower); + netdev_adjacent_sysfs_add(dev, iter->dev, + &dev->adj_list.upper); + } + + list_for_each_entry(iter, &dev->adj_list.lower, list) { + if (!net_eq(net,dev_net(iter->dev))) + continue; + netdev_adjacent_sysfs_add(iter->dev, dev, + &iter->dev->adj_list.upper); + netdev_adjacent_sysfs_add(dev, iter->dev, + &dev->adj_list.lower); + } +} + +void netdev_adjacent_del_links(struct net_device *dev) +{ + struct netdev_adjacent *iter; + + struct net *net = dev_net(dev); + + list_for_each_entry(iter, &dev->adj_list.upper, list) { + if (!net_eq(net,dev_net(iter->dev))) + continue; + netdev_adjacent_sysfs_del(iter->dev, dev->name, + &iter->dev->adj_list.lower); + netdev_adjacent_sysfs_del(dev, iter->dev->name, + &dev->adj_list.upper); + } + + list_for_each_entry(iter, &dev->adj_list.lower, list) { + if (!net_eq(net,dev_net(iter->dev))) + continue; + netdev_adjacent_sysfs_del(iter->dev, dev->name, + &iter->dev->adj_list.upper); + netdev_adjacent_sysfs_del(dev, iter->dev->name, + &dev->adj_list.lower); + } +} + void netdev_adjacent_rename_links(struct net_device *dev, char *oldname) { struct netdev_adjacent *iter; + struct net *net = dev_net(dev); + list_for_each_entry(iter, &dev->adj_list.upper, list) { + if (!net_eq(net,dev_net(iter->dev))) + continue; netdev_adjacent_sysfs_del(iter->dev, oldname, &iter->dev->adj_list.lower); netdev_adjacent_sysfs_add(iter->dev, dev, @@ -5157,6 +5226,8 @@ } list_for_each_entry(iter, &dev->adj_list.lower, list) { + if (!net_eq(net,dev_net(iter->dev))) + continue; netdev_adjacent_sysfs_del(iter->dev, oldname, &iter->dev->adj_list.upper); netdev_adjacent_sysfs_add(iter->dev, dev, @@ -5715,6 +5786,7 @@ unlist_netdevice(dev); dev->reg_state = NETREG_UNREGISTERING; + on_each_cpu(flush_backlog, dev, 1); } synchronize_net(); @@ -5976,7 +6048,8 @@ struct netdev_queue *tx; size_t sz = count * sizeof(*tx); - BUG_ON(count < 1 || count > 0xffff); + if (count < 1 || count > 0xffff) + return -EINVAL; tx = kzalloc(sz, GFP_KERNEL | __GFP_NOWARN | __GFP_REPEAT); if (!tx) { @@ -6334,8 +6407,6 @@ dev->reg_state = NETREG_UNREGISTERED; - on_each_cpu(flush_backlog, dev, 1); - netdev_wait_allrefs(dev); /* paranoia */ @@ -6760,6 +6831,7 @@ /* Send a netdev-removed uevent to the old namespace */ kobject_uevent(&dev->dev.kobj, KOBJ_REMOVE); + netdev_adjacent_del_links(dev); /* Actually switch the network namespace */ dev_net_set(dev, net); @@ -6774,6 +6846,7 @@ /* Send a netdev-add uevent to the new namespace */ kobject_uevent(&dev->dev.kobj, KOBJ_ADD); + netdev_adjacent_add_links(dev); /* Fixup kobjects */ err = device_rename(&dev->dev, dev->name); @@ -6830,10 +6903,20 @@ oldsd->output_queue = NULL; oldsd->output_queue_tailp = &oldsd->output_queue; } - /* Append NAPI poll list from offline CPU. */ - if (!list_empty(&oldsd->poll_list)) { - list_splice_init(&oldsd->poll_list, &sd->poll_list); - raise_softirq_irqoff(NET_RX_SOFTIRQ); + /* Append NAPI poll list from offline CPU, with one exception : + * process_backlog() must be called by cpu owning percpu backlog. + * We properly handle process_queue & input_pkt_queue later. + */ + while (!list_empty(&oldsd->poll_list)) { + struct napi_struct *napi = list_first_entry(&oldsd->poll_list, + struct napi_struct, + poll_list); + + list_del_init(&napi->poll_list); + if (napi->poll == process_backlog) + napi->state = 0; + else + ____napi_schedule(sd, napi); } raise_softirq_irqoff(NET_TX_SOFTIRQ); @@ -6844,7 +6927,7 @@ netif_rx_internal(skb); input_queue_head_incr(oldsd); } - while ((skb = __skb_dequeue(&oldsd->input_pkt_queue))) { + while ((skb = skb_dequeue(&oldsd->input_pkt_queue))) { netif_rx_internal(skb); input_queue_head_incr(oldsd); } --- linux-lts-utopic-3.16.0.orig/net/core/dst.c +++ linux-lts-utopic-3.16.0/net/core/dst.c @@ -282,10 +282,11 @@ { if (dst) { int newrefcnt; + unsigned short nocache = dst->flags & DST_NOCACHE; newrefcnt = atomic_dec_return(&dst->__refcnt); WARN_ON(newrefcnt < 0); - if (unlikely(dst->flags & DST_NOCACHE) && !newrefcnt) + if (!newrefcnt && unlikely(nocache)) call_rcu(&dst->rcu_head, dst_destroy_rcu); } } --- linux-lts-utopic-3.16.0.orig/net/core/ethtool.c +++ linux-lts-utopic-3.16.0/net/core/ethtool.c @@ -1255,7 +1255,7 @@ gstrings.len = ret; - data = kmalloc(gstrings.len * ETH_GSTRING_LEN, GFP_USER); + data = kcalloc(gstrings.len, ETH_GSTRING_LEN, GFP_USER); if (!data) return -ENOMEM; --- linux-lts-utopic-3.16.0.orig/net/core/fib_rules.c +++ linux-lts-utopic-3.16.0/net/core/fib_rules.c @@ -621,15 +621,17 @@ { int idx = 0; struct fib_rule *rule; + int err = 0; rcu_read_lock(); list_for_each_entry_rcu(rule, &ops->rules_list, list) { if (idx < cb->args[1]) goto skip; - if (fib_nl_fill_rule(skb, rule, NETLINK_CB(cb->skb).portid, - cb->nlh->nlmsg_seq, RTM_NEWRULE, - NLM_F_MULTI, ops) < 0) + err = fib_nl_fill_rule(skb, rule, NETLINK_CB(cb->skb).portid, + cb->nlh->nlmsg_seq, RTM_NEWRULE, + NLM_F_MULTI, ops); + if (err < 0) break; skip: idx++; @@ -638,7 +640,7 @@ cb->args[1] = idx; rules_ops_put(ops); - return skb->len; + return err; } static int fib_nl_dumprule(struct sk_buff *skb, struct netlink_callback *cb) @@ -654,7 +656,9 @@ if (ops == NULL) return -EAFNOSUPPORT; - return dump_rules(skb, cb, ops); + dump_rules(skb, cb, ops); + + return skb->len; } rcu_read_lock(); --- linux-lts-utopic-3.16.0.orig/net/core/filter.c +++ linux-lts-utopic-3.16.0/net/core/filter.c @@ -1251,6 +1251,11 @@ if (ftest->k == 0) return -EINVAL; break; + case BPF_ALU | BPF_LSH | BPF_K: + case BPF_ALU | BPF_RSH | BPF_K: + if (ftest->k >= 32) + return -EINVAL; + break; case BPF_LD | BPF_MEM: case BPF_LDX | BPF_MEM: case BPF_ST: @@ -1318,6 +1323,7 @@ fkprog->filter = kmemdup(fp->insns, fsize, GFP_KERNEL); if (!fkprog->filter) { kfree(fp->orig_prog); + fp->orig_prog = NULL; return -ENOMEM; } --- linux-lts-utopic-3.16.0.orig/net/core/flow.c +++ linux-lts-utopic-3.16.0/net/core/flow.c @@ -379,7 +379,7 @@ static void flow_cache_flush_task(struct work_struct *work) { struct netns_xfrm *xfrm = container_of(work, struct netns_xfrm, - flow_cache_gc_work); + flow_cache_flush_work); struct net *net = container_of(xfrm, struct net, xfrm); flow_cache_flush(net); --- linux-lts-utopic-3.16.0.orig/net/core/gen_stats.c +++ linux-lts-utopic-3.16.0/net/core/gen_stats.c @@ -32,6 +32,9 @@ return 0; nla_put_failure: + kfree(d->xstats); + d->xstats = NULL; + d->xstats_len = 0; spin_unlock_bh(d->lock); return -1; } @@ -217,7 +220,9 @@ gnet_stats_copy_app(struct gnet_dump *d, void *st, int len) { if (d->compat_xstats) { - d->xstats = st; + d->xstats = kmemdup(st, len, GFP_ATOMIC); + if (!d->xstats) + goto err_out; d->xstats_len = len; } @@ -225,6 +230,11 @@ return gnet_stats_copy(d, TCA_STATS_APP, st, len); return 0; + +err_out: + d->xstats_len = 0; + spin_unlock_bh(d->lock); + return -1; } EXPORT_SYMBOL(gnet_stats_copy_app); @@ -257,6 +267,9 @@ return -1; } + kfree(d->xstats); + d->xstats = NULL; + d->xstats_len = 0; spin_unlock_bh(d->lock); return 0; } --- linux-lts-utopic-3.16.0.orig/net/core/neighbour.c +++ linux-lts-utopic-3.16.0/net/core/neighbour.c @@ -977,6 +977,8 @@ rc = 0; if (neigh->nud_state & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE)) goto out_unlock_bh; + if (neigh->dead) + goto out_dead; if (!(neigh->nud_state & (NUD_STALE | NUD_INCOMPLETE))) { if (NEIGH_VAR(neigh->parms, MCAST_PROBES) + @@ -1033,6 +1035,13 @@ write_unlock(&neigh->lock); local_bh_enable(); return rc; + +out_dead: + if (neigh->nud_state & NUD_STALE) + goto out_unlock_bh; + write_unlock_bh(&neigh->lock); + kfree_skb(skb); + return 1; } EXPORT_SYMBOL(__neigh_event_send); @@ -1096,6 +1105,8 @@ if (!(flags & NEIGH_UPDATE_F_ADMIN) && (old & (NUD_NOARP | NUD_PERMANENT))) goto out; + if (neigh->dead) + goto out; if (!(new & NUD_VALID)) { neigh_del_timer(neigh); @@ -1245,6 +1256,8 @@ */ void __neigh_set_probe_once(struct neighbour *neigh) { + if (neigh->dead) + return; neigh->updated = jiffies; if (!(neigh->nud_state & NUD_FAILED)) return; @@ -2250,7 +2263,7 @@ ndm->ndm_pad2 = 0; ndm->ndm_flags = pn->flags | NTF_PROXY; ndm->ndm_type = RTN_UNICAST; - ndm->ndm_ifindex = pn->dev->ifindex; + ndm->ndm_ifindex = pn->dev ? pn->dev->ifindex : 0; ndm->ndm_state = NUD_NONE; if (nla_put(skb, NDA_DST, tbl->key_len, pn->key)) @@ -2324,7 +2337,7 @@ if (h > s_h) s_idx = 0; for (n = tbl->phash_buckets[h], idx = 0; n; n = n->next) { - if (dev_net(n->dev) != net) + if (pneigh_net(n) != net) continue; if (idx < s_idx) goto next; --- linux-lts-utopic-3.16.0.orig/net/core/net_namespace.c +++ linux-lts-utopic-3.16.0/net/core/net_namespace.c @@ -373,9 +373,11 @@ tsk = find_task_by_vpid(pid); if (tsk) { struct nsproxy *nsproxy; - nsproxy = task_nsproxy(tsk); + task_lock(tsk); + nsproxy = tsk->nsproxy; if (nsproxy) net = get_net(nsproxy->net_ns); + task_unlock(tsk); } rcu_read_unlock(); return net; @@ -632,11 +634,11 @@ struct net *net = NULL; struct nsproxy *nsproxy; - rcu_read_lock(); - nsproxy = task_nsproxy(task); + task_lock(task); + nsproxy = task->nsproxy; if (nsproxy) net = get_net(nsproxy->net_ns); - rcu_read_unlock(); + task_unlock(task); return net; } --- linux-lts-utopic-3.16.0.orig/net/core/pktgen.c +++ linux-lts-utopic-3.16.0/net/core/pktgen.c @@ -563,7 +563,7 @@ " dst_min: %s dst_max: %s\n", pkt_dev->dst_min, pkt_dev->dst_max); seq_printf(seq, - " src_min: %s src_max: %s\n", + " src_min: %s src_max: %s\n", pkt_dev->src_min, pkt_dev->src_max); } @@ -2814,25 +2814,25 @@ skb->dev = odev; skb->pkt_type = PACKET_HOST; + pktgen_finalize_skb(pkt_dev, skb, datalen); + if (!(pkt_dev->flags & F_UDPCSUM)) { skb->ip_summed = CHECKSUM_NONE; } else if (odev->features & NETIF_F_V4_CSUM) { skb->ip_summed = CHECKSUM_PARTIAL; skb->csum = 0; - udp4_hwcsum(skb, udph->source, udph->dest); + udp4_hwcsum(skb, iph->saddr, iph->daddr); } else { - __wsum csum = udp_csum(skb); + __wsum csum = skb_checksum(skb, skb_transport_offset(skb), datalen + 8, 0); /* add protocol-dependent pseudo-header */ - udph->check = csum_tcpudp_magic(udph->source, udph->dest, + udph->check = csum_tcpudp_magic(iph->saddr, iph->daddr, datalen + 8, IPPROTO_UDP, csum); if (udph->check == 0) udph->check = CSUM_MANGLED_0; } - pktgen_finalize_skb(pkt_dev, skb, datalen); - #ifdef CONFIG_XFRM if (!process_ipsec(pkt_dev, skb, protocol)) return NULL; @@ -2948,6 +2948,8 @@ skb->dev = odev; skb->pkt_type = PACKET_HOST; + pktgen_finalize_skb(pkt_dev, skb, datalen); + if (!(pkt_dev->flags & F_UDPCSUM)) { skb->ip_summed = CHECKSUM_NONE; } else if (odev->features & NETIF_F_V6_CSUM) { @@ -2956,7 +2958,7 @@ skb->csum_offset = offsetof(struct udphdr, check); udph->check = ~csum_ipv6_magic(&iph->saddr, &iph->daddr, udplen, IPPROTO_UDP, 0); } else { - __wsum csum = udp_csum(skb); + __wsum csum = skb_checksum(skb, skb_transport_offset(skb), udplen, 0); /* add protocol-dependent pseudo-header */ udph->check = csum_ipv6_magic(&iph->saddr, &iph->daddr, udplen, IPPROTO_UDP, csum); @@ -2965,8 +2967,6 @@ udph->check = CSUM_MANGLED_0; } - pktgen_finalize_skb(pkt_dev, skb, datalen); - return skb; } @@ -3470,8 +3470,10 @@ pktgen_rem_thread(t); /* Wait for kthread_stop */ - while (!kthread_should_stop()) { + for (;;) { set_current_state(TASK_INTERRUPTIBLE); + if (kthread_should_stop()) + break; schedule(); } __set_current_state(TASK_RUNNING); --- linux-lts-utopic-3.16.0.orig/net/core/rtnetlink.c +++ linux-lts-utopic-3.16.0/net/core/rtnetlink.c @@ -799,7 +799,8 @@ (nla_total_size(sizeof(struct ifla_vf_mac)) + nla_total_size(sizeof(struct ifla_vf_vlan)) + nla_total_size(sizeof(struct ifla_vf_spoofchk)) + - nla_total_size(sizeof(struct ifla_vf_rate))); + nla_total_size(sizeof(struct ifla_vf_rate)) + + nla_total_size(sizeof(struct ifla_vf_link_state))); return size; } else return 0; @@ -1012,14 +1013,16 @@ goto nla_put_failure; if (1) { - struct rtnl_link_ifmap map = { - .mem_start = dev->mem_start, - .mem_end = dev->mem_end, - .base_addr = dev->base_addr, - .irq = dev->irq, - .dma = dev->dma, - .port = dev->if_port, - }; + struct rtnl_link_ifmap map; + + memset(&map, 0, sizeof(map)); + map.mem_start = dev->mem_start; + map.mem_end = dev->mem_end; + map.base_addr = dev->base_addr; + map.irq = dev->irq; + map.dma = dev->dma; + map.port = dev->if_port; + if (nla_put(skb, IFLA_MAP, sizeof(map), &map)) goto nla_put_failure; } @@ -1201,23 +1204,13 @@ [IFLA_INFO_SLAVE_DATA] = { .type = NLA_NESTED }, }; -static const struct nla_policy ifla_vfinfo_policy[IFLA_VF_INFO_MAX+1] = { - [IFLA_VF_INFO] = { .type = NLA_NESTED }, -}; - static const struct nla_policy ifla_vf_policy[IFLA_VF_MAX+1] = { - [IFLA_VF_MAC] = { .type = NLA_BINARY, - .len = sizeof(struct ifla_vf_mac) }, - [IFLA_VF_VLAN] = { .type = NLA_BINARY, - .len = sizeof(struct ifla_vf_vlan) }, - [IFLA_VF_TX_RATE] = { .type = NLA_BINARY, - .len = sizeof(struct ifla_vf_tx_rate) }, - [IFLA_VF_SPOOFCHK] = { .type = NLA_BINARY, - .len = sizeof(struct ifla_vf_spoofchk) }, - [IFLA_VF_RATE] = { .type = NLA_BINARY, - .len = sizeof(struct ifla_vf_rate) }, - [IFLA_VF_LINK_STATE] = { .type = NLA_BINARY, - .len = sizeof(struct ifla_vf_link_state) }, + [IFLA_VF_MAC] = { .len = sizeof(struct ifla_vf_mac) }, + [IFLA_VF_VLAN] = { .len = sizeof(struct ifla_vf_vlan) }, + [IFLA_VF_TX_RATE] = { .len = sizeof(struct ifla_vf_tx_rate) }, + [IFLA_VF_SPOOFCHK] = { .len = sizeof(struct ifla_vf_spoofchk) }, + [IFLA_VF_RATE] = { .len = sizeof(struct ifla_vf_rate) }, + [IFLA_VF_LINK_STATE] = { .len = sizeof(struct ifla_vf_link_state) }, }; static const struct nla_policy ifla_port_policy[IFLA_PORT_MAX+1] = { @@ -1358,85 +1351,86 @@ return 0; } -static int do_setvfinfo(struct net_device *dev, struct nlattr *attr) +static int do_setvfinfo(struct net_device *dev, struct nlattr **tb) { - int rem, err = -EINVAL; - struct nlattr *vf; const struct net_device_ops *ops = dev->netdev_ops; + int err = -EINVAL; - nla_for_each_nested(vf, attr, rem) { - switch (nla_type(vf)) { - case IFLA_VF_MAC: { - struct ifla_vf_mac *ivm; - ivm = nla_data(vf); - err = -EOPNOTSUPP; - if (ops->ndo_set_vf_mac) - err = ops->ndo_set_vf_mac(dev, ivm->vf, - ivm->mac); - break; - } - case IFLA_VF_VLAN: { - struct ifla_vf_vlan *ivv; - ivv = nla_data(vf); - err = -EOPNOTSUPP; - if (ops->ndo_set_vf_vlan) - err = ops->ndo_set_vf_vlan(dev, ivv->vf, - ivv->vlan, - ivv->qos); - break; - } - case IFLA_VF_TX_RATE: { - struct ifla_vf_tx_rate *ivt; - struct ifla_vf_info ivf; - ivt = nla_data(vf); - err = -EOPNOTSUPP; - if (ops->ndo_get_vf_config) - err = ops->ndo_get_vf_config(dev, ivt->vf, - &ivf); - if (err) - break; - err = -EOPNOTSUPP; - if (ops->ndo_set_vf_rate) - err = ops->ndo_set_vf_rate(dev, ivt->vf, - ivf.min_tx_rate, - ivt->rate); - break; - } - case IFLA_VF_RATE: { - struct ifla_vf_rate *ivt; - ivt = nla_data(vf); - err = -EOPNOTSUPP; - if (ops->ndo_set_vf_rate) - err = ops->ndo_set_vf_rate(dev, ivt->vf, - ivt->min_tx_rate, - ivt->max_tx_rate); - break; - } - case IFLA_VF_SPOOFCHK: { - struct ifla_vf_spoofchk *ivs; - ivs = nla_data(vf); - err = -EOPNOTSUPP; - if (ops->ndo_set_vf_spoofchk) - err = ops->ndo_set_vf_spoofchk(dev, ivs->vf, - ivs->setting); - break; - } - case IFLA_VF_LINK_STATE: { - struct ifla_vf_link_state *ivl; - ivl = nla_data(vf); - err = -EOPNOTSUPP; - if (ops->ndo_set_vf_link_state) - err = ops->ndo_set_vf_link_state(dev, ivl->vf, - ivl->link_state); - break; - } - default: - err = -EINVAL; - break; - } - if (err) - break; + if (tb[IFLA_VF_MAC]) { + struct ifla_vf_mac *ivm = nla_data(tb[IFLA_VF_MAC]); + + err = -EOPNOTSUPP; + if (ops->ndo_set_vf_mac) + err = ops->ndo_set_vf_mac(dev, ivm->vf, + ivm->mac); + if (err < 0) + return err; + } + + if (tb[IFLA_VF_VLAN]) { + struct ifla_vf_vlan *ivv = nla_data(tb[IFLA_VF_VLAN]); + + err = -EOPNOTSUPP; + if (ops->ndo_set_vf_vlan) + err = ops->ndo_set_vf_vlan(dev, ivv->vf, ivv->vlan, + ivv->qos); + if (err < 0) + return err; } + + if (tb[IFLA_VF_TX_RATE]) { + struct ifla_vf_tx_rate *ivt = nla_data(tb[IFLA_VF_TX_RATE]); + struct ifla_vf_info ivf; + + err = -EOPNOTSUPP; + if (ops->ndo_get_vf_config) + err = ops->ndo_get_vf_config(dev, ivt->vf, &ivf); + if (err < 0) + return err; + + err = -EOPNOTSUPP; + if (ops->ndo_set_vf_rate) + err = ops->ndo_set_vf_rate(dev, ivt->vf, + ivf.min_tx_rate, + ivt->rate); + if (err < 0) + return err; + } + + if (tb[IFLA_VF_RATE]) { + struct ifla_vf_rate *ivt = nla_data(tb[IFLA_VF_RATE]); + + err = -EOPNOTSUPP; + if (ops->ndo_set_vf_rate) + err = ops->ndo_set_vf_rate(dev, ivt->vf, + ivt->min_tx_rate, + ivt->max_tx_rate); + if (err < 0) + return err; + } + + if (tb[IFLA_VF_SPOOFCHK]) { + struct ifla_vf_spoofchk *ivs = nla_data(tb[IFLA_VF_SPOOFCHK]); + + err = -EOPNOTSUPP; + if (ops->ndo_set_vf_spoofchk) + err = ops->ndo_set_vf_spoofchk(dev, ivs->vf, + ivs->setting); + if (err < 0) + return err; + } + + if (tb[IFLA_VF_LINK_STATE]) { + struct ifla_vf_link_state *ivl = nla_data(tb[IFLA_VF_LINK_STATE]); + + err = -EOPNOTSUPP; + if (ops->ndo_set_vf_link_state) + err = ops->ndo_set_vf_link_state(dev, ivl->vf, + ivl->link_state); + if (err < 0) + return err; + } + return err; } @@ -1489,6 +1483,7 @@ goto errout; } if (!netlink_ns_capable(skb, net->user_ns, CAP_NET_ADMIN)) { + put_net(net); err = -EPERM; goto errout; } @@ -1618,14 +1613,21 @@ } if (tb[IFLA_VFINFO_LIST]) { + struct nlattr *vfinfo[IFLA_VF_MAX + 1]; struct nlattr *attr; int rem; + nla_for_each_nested(attr, tb[IFLA_VFINFO_LIST], rem) { - if (nla_type(attr) != IFLA_VF_INFO) { + if (nla_type(attr) != IFLA_VF_INFO || + nla_len(attr) < NLA_HDRLEN) { err = -EINVAL; goto errout; } - err = do_setvfinfo(dev, attr); + err = nla_parse_nested(vfinfo, IFLA_VF_MAX, attr, + ifla_vf_policy); + if (err < 0) + goto errout; + err = do_setvfinfo(dev, vfinfo); if (err < 0) goto errout; modified = 1; @@ -1863,10 +1865,10 @@ struct ifinfomsg *ifm, struct nlattr **tb) { - struct net_device *dev; + struct net_device *dev, *aux; int err; - for_each_netdev(net, dev) { + for_each_netdev_safe(net, dev, aux) { if (dev->group == group) { err = do_setlink(skb, dev, ifm, tb, NULL, 0); if (err < 0) @@ -2073,8 +2075,16 @@ } } err = rtnl_configure_link(dev, ifm); - if (err < 0) - unregister_netdevice(dev); + if (err < 0) { + if (ops->newlink) { + LIST_HEAD(list_kill); + + ops->dellink(dev, &list_kill); + unregister_netdevice_many(&list_kill); + } else { + unregister_netdevice(dev); + } + } out: put_net(dest_net); return err; @@ -2688,12 +2698,16 @@ goto errout; } + if (!skb->len) + goto errout; + rtnl_notify(skb, net, 0, RTNLGRP_LINK, NULL, GFP_ATOMIC); return 0; errout: WARN_ON(err == -EMSGSIZE); kfree_skb(skb); - rtnl_set_sk_err(net, RTNLGRP_LINK, err); + if (err) + rtnl_set_sk_err(net, RTNLGRP_LINK, err); return err; } --- linux-lts-utopic-3.16.0.orig/net/core/scm.c +++ linux-lts-utopic-3.16.0/net/core/scm.c @@ -87,6 +87,7 @@ *fplp = fpl; fpl->count = 0; fpl->max = SCM_MAX_FD; + fpl->user = NULL; } fpp = &fpl->fp[fpl->count]; @@ -107,6 +108,10 @@ *fpp++ = file; fpl->count++; } + + if (!fpl->user) + fpl->user = get_uid(current_user()); + return num; } @@ -119,6 +124,7 @@ scm->fp = NULL; for (i=fpl->count-1; i>=0; i--) fput(fpl->fp[i]); + free_uid(fpl->user); kfree(fpl); } } @@ -306,6 +312,8 @@ err = put_user(cmlen, &cm->cmsg_len); if (!err) { cmlen = CMSG_SPACE(i*sizeof(int)); + if (msg->msg_controllen < cmlen) + cmlen = msg->msg_controllen; msg->msg_control += cmlen; msg->msg_controllen -= cmlen; } @@ -335,6 +343,7 @@ for (i = 0; i < fpl->count; i++) get_file(fpl->fp[i]); new_fpl->max = new_fpl->count; + new_fpl->user = get_uid(fpl->user); } return new_fpl; } --- linux-lts-utopic-3.16.0.orig/net/core/skbuff.c +++ linux-lts-utopic-3.16.0/net/core/skbuff.c @@ -62,6 +62,7 @@ #include #include #include +#include #include #include @@ -76,6 +77,8 @@ struct kmem_cache *skbuff_head_cache __read_mostly; static struct kmem_cache *skbuff_fclone_cache __read_mostly; +int sysctl_max_skb_frags __read_mostly = MAX_SKB_FRAGS; +EXPORT_SYMBOL(sysctl_max_skb_frags); /** * skb_panic - private function for out-of-line support @@ -277,13 +280,14 @@ EXPORT_SYMBOL(__alloc_skb); /** - * build_skb - build a network buffer + * __build_skb - build a network buffer * @data: data buffer provided by caller - * @frag_size: size of fragment, or 0 if head was kmalloced + * @frag_size: size of data, or 0 if head was kmalloced * * Allocate a new &sk_buff. Caller provides space holding head and * skb_shared_info. @data must have been allocated by kmalloc() only if - * @frag_size is 0, otherwise data should come from the page allocator. + * @frag_size is 0, otherwise data should come from the page allocator + * or vmalloc() * The return is the new skb buffer. * On a failure the return is %NULL, and @data is not freed. * Notes : @@ -294,7 +298,7 @@ * before giving packet to stack. * RX rings only contains data buffers, not full skbs. */ -struct sk_buff *build_skb(void *data, unsigned int frag_size) +struct sk_buff *__build_skb(void *data, unsigned int frag_size) { struct skb_shared_info *shinfo; struct sk_buff *skb; @@ -308,7 +312,6 @@ memset(skb, 0, offsetof(struct sk_buff, tail)); skb->truesize = SKB_TRUESIZE(size); - skb->head_frag = frag_size != 0; atomic_set(&skb->users, 1); skb->head = data; skb->data = data; @@ -325,6 +328,23 @@ return skb; } + +/* build_skb() is wrapper over __build_skb(), that specifically + * takes care of skb->head and skb->pfmemalloc + * This means that if @frag_size is not zero, then @data must be backed + * by a page fragment, not kmalloc() or vmalloc() + */ +struct sk_buff *build_skb(void *data, unsigned int frag_size) +{ + struct sk_buff *skb = __build_skb(data, frag_size); + + if (skb && frag_size) { + skb->head_frag = 1; + if (virt_to_head_page(data)->pfmemalloc) + skb->pfmemalloc = 1; + } + return skb; +} EXPORT_SYMBOL(build_skb); struct netdev_alloc_cache { @@ -350,8 +370,11 @@ for (order = NETDEV_FRAG_PAGE_MAX_ORDER; ;) { gfp_t gfp = gfp_mask; - if (order) - gfp |= __GFP_COMP | __GFP_NOWARN; + if (order) { + gfp |= __GFP_COMP | __GFP_NOWARN | + __GFP_NOMEMALLOC; + gfp &= ~__GFP_WAIT; + } nc->frag.page = alloc_pages(gfp, order); if (likely(nc->frag.page)) break; @@ -2848,11 +2871,12 @@ */ unsigned char *skb_pull_rcsum(struct sk_buff *skb, unsigned int len) { + unsigned char *data = skb->data; + BUG_ON(len > skb->len); - skb->len -= len; - BUG_ON(skb->len < skb->data_len); - skb_postpull_rcsum(skb, skb->data, len); - return skb->data += len; + __skb_pull(skb, len); + skb_postpull_rcsum(skb, data, len); + return skb->data; } EXPORT_SYMBOL_GPL(skb_pull_rcsum); @@ -2976,9 +3000,9 @@ tail = nskb; __copy_skb_header(nskb, head_skb); - nskb->mac_len = head_skb->mac_len; skb_headers_offset_update(nskb, skb_headroom(nskb) - headroom); + skb_reset_mac_len(nskb); skb_copy_from_linear_data_offset(head_skb, -tnl_hlen, nskb->data - tnl_hlen, @@ -3151,6 +3175,9 @@ NAPI_GRO_CB(skb)->free = NAPI_GRO_FREE_STOLEN_HEAD; goto done; } + /* switch back to head shinfo */ + pinfo = skb_shinfo(p); + if (pinfo->frag_list) goto merge; if (skb_gro_len(p) != pinfo->gso_size) @@ -3921,17 +3948,21 @@ */ void skb_scrub_packet(struct sk_buff *skb, bool xnet) { - if (xnet) - skb_orphan(skb); skb->tstamp.tv64 = 0; skb->pkt_type = PACKET_HOST; skb->skb_iif = 0; skb->ignore_df = 0; skb_dst_drop(skb); - skb->mark = 0; + skb_init_secmark(skb); secpath_reset(skb); nf_reset(skb); nf_reset_trace(skb); + + if (!xnet) + return; + + skb_orphan(skb); + skb->mark = 0; } EXPORT_SYMBOL_GPL(skb_scrub_packet); @@ -3959,3 +3990,56 @@ return shinfo->gso_size; } EXPORT_SYMBOL_GPL(skb_gso_transport_seglen); + +static struct sk_buff *skb_reorder_vlan_header(struct sk_buff *skb) +{ + if (skb_cow(skb, skb_headroom(skb)) < 0) { + kfree_skb(skb); + return NULL; + } + + memmove(skb->data - ETH_HLEN, skb->data - skb->mac_len - VLAN_HLEN, + 2 * ETH_ALEN); + skb->mac_header += VLAN_HLEN; + return skb; +} + +struct sk_buff *skb_vlan_untag(struct sk_buff *skb) +{ + struct vlan_hdr *vhdr; + u16 vlan_tci; + + if (unlikely(vlan_tx_tag_present(skb))) { + /* vlan_tci is already set-up so leave this for another time */ + return skb; + } + + skb = skb_share_check(skb, GFP_ATOMIC); + if (unlikely(!skb)) + goto err_free; + + if (unlikely(!pskb_may_pull(skb, VLAN_HLEN))) + goto err_free; + + vhdr = (struct vlan_hdr *)skb->data; + vlan_tci = ntohs(vhdr->h_vlan_TCI); + __vlan_hwaccel_put_tag(skb, skb->protocol, vlan_tci); + + skb_pull_rcsum(skb, VLAN_HLEN); + vlan_set_encap_proto(skb, vhdr); + + skb = skb_reorder_vlan_header(skb); + if (unlikely(!skb)) + goto err_free; + + skb_reset_network_header(skb); + skb_reset_transport_header(skb); + skb_reset_mac_len(skb); + + return skb; + +err_free: + kfree_skb(skb); + return NULL; +} +EXPORT_SYMBOL(skb_vlan_untag); --- linux-lts-utopic-3.16.0.orig/net/core/sock.c +++ linux-lts-utopic-3.16.0/net/core/sock.c @@ -422,8 +422,6 @@ } } -#define SK_FLAGS_TIMESTAMP ((1UL << SOCK_TIMESTAMP) | (1UL << SOCK_TIMESTAMPING_RX_SOFTWARE)) - static void sock_disable_timestamp(struct sock *sk, unsigned long flags) { if (sk->sk_flags & flags) { @@ -659,6 +657,25 @@ sock_reset_flag(sk, bit); } +bool sk_mc_loop(struct sock *sk) +{ + if (dev_recursion_level()) + return false; + if (!sk) + return true; + switch (sk->sk_family) { + case AF_INET: + return inet_sk(sk)->mc_loop; +#if IS_ENABLED(CONFIG_IPV6) + case AF_INET6: + return inet6_sk(sk)->mc_loop; +#endif + } + WARN_ON(1); + return true; +} +EXPORT_SYMBOL(sk_mc_loop); + /* * This is meant for all protocols to use and covers goings on * at the socket level. Everything here is generic. @@ -1895,8 +1912,10 @@ do { gfp_t gfp = prio; - if (order) + if (order) { gfp |= __GFP_COMP | __GFP_NOWARN | __GFP_NORETRY; + gfp &= ~__GFP_WAIT; + } pfrag->page = alloc_pages(gfp, order); if (likely(pfrag->page)) { pfrag->offset = 0; @@ -1981,20 +2000,21 @@ * sk_wait_data - wait for data to arrive at sk_receive_queue * @sk: sock to wait on * @timeo: for how long + * @skb: last skb seen on sk_receive_queue * * Now socket state including sk->sk_err is changed only under lock, * hence we may omit checks after joining wait queue. * We check receive queue before schedule() only as optimization; * it is very likely that release_sock() added new data. */ -int sk_wait_data(struct sock *sk, long *timeo) +int sk_wait_data(struct sock *sk, long *timeo, const struct sk_buff *skb) { int rc; DEFINE_WAIT(wait); prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); set_bit(SOCK_ASYNC_WAITDATA, &sk->sk_socket->flags); - rc = sk_wait_event(sk, timeo, !skb_queue_empty(&sk->sk_receive_queue)); + rc = sk_wait_event(sk, timeo, skb_peek_tail(&sk->sk_receive_queue) != skb); clear_bit(SOCK_ASYNC_WAITDATA, &sk->sk_socket->flags); finish_wait(sk_sleep(sk), &wait); return rc; --- linux-lts-utopic-3.16.0.orig/net/core/sysctl_net_core.c +++ linux-lts-utopic-3.16.0/net/core/sysctl_net_core.c @@ -25,6 +25,9 @@ static int zero = 0; static int one = 1; static int ushort_max = USHRT_MAX; +static int min_sndbuf = SOCK_MIN_SNDBUF; +static int min_rcvbuf = SOCK_MIN_RCVBUF; +static int max_skb_frags = MAX_SKB_FRAGS; #ifdef CONFIG_RPS static int rps_sock_flow_sysctl(struct ctl_table *table, int write, @@ -223,7 +226,7 @@ .maxlen = sizeof(int), .mode = 0644, .proc_handler = proc_dointvec_minmax, - .extra1 = &one, + .extra1 = &min_sndbuf, }, { .procname = "rmem_max", @@ -231,7 +234,7 @@ .maxlen = sizeof(int), .mode = 0644, .proc_handler = proc_dointvec_minmax, - .extra1 = &one, + .extra1 = &min_rcvbuf, }, { .procname = "wmem_default", @@ -239,7 +242,7 @@ .maxlen = sizeof(int), .mode = 0644, .proc_handler = proc_dointvec_minmax, - .extra1 = &one, + .extra1 = &min_sndbuf, }, { .procname = "rmem_default", @@ -247,7 +250,7 @@ .maxlen = sizeof(int), .mode = 0644, .proc_handler = proc_dointvec_minmax, - .extra1 = &one, + .extra1 = &min_rcvbuf, }, { .procname = "dev_weight", @@ -361,6 +364,15 @@ .mode = 0644, .proc_handler = proc_dointvec }, + { + .procname = "max_skb_frags", + .data = &sysctl_max_skb_frags, + .maxlen = sizeof(int), + .mode = 0644, + .proc_handler = proc_dointvec_minmax, + .extra1 = &one, + .extra2 = &max_skb_frags, + }, { } }; --- linux-lts-utopic-3.16.0.orig/net/core/tso.c +++ linux-lts-utopic-3.16.0/net/core/tso.c @@ -1,6 +1,7 @@ #include #include #include +#include /* Calculate expected number of TX descriptors */ int tso_count_descs(struct sk_buff *skb) @@ -23,7 +24,7 @@ iph->id = htons(tso->ip_id); iph->tot_len = htons(size + hdr_len - mac_hdr_len); tcph = (struct tcphdr *)(hdr + skb_transport_offset(skb)); - tcph->seq = htonl(tso->tcp_seq); + put_unaligned_be32(tso->tcp_seq, &tcph->seq); tso->ip_id++; if (!is_last) { --- linux-lts-utopic-3.16.0.orig/net/dccp/ipv6.c +++ linux-lts-utopic-3.16.0/net/dccp/ipv6.c @@ -238,7 +238,9 @@ security_req_classify_flow(req, flowi6_to_flowi(&fl6)); - final_p = fl6_update_dst(&fl6, np->opt, &final); + rcu_read_lock(); + final_p = fl6_update_dst(&fl6, rcu_dereference(np->opt), &final); + rcu_read_unlock(); dst = ip6_dst_lookup_flow(sk, &fl6, final_p); if (IS_ERR(dst)) { @@ -255,7 +257,10 @@ &ireq->ir_v6_loc_addr, &ireq->ir_v6_rmt_addr); fl6.daddr = ireq->ir_v6_rmt_addr; - err = ip6_xmit(sk, skb, &fl6, np->opt, np->tclass); + rcu_read_lock(); + err = ip6_xmit(sk, skb, &fl6, rcu_dereference(np->opt), + np->tclass); + rcu_read_unlock(); err = net_xmit_eval(err); } @@ -450,6 +455,7 @@ { struct inet_request_sock *ireq = inet_rsk(req); struct ipv6_pinfo *newnp, *np = inet6_sk(sk); + struct ipv6_txoptions *opt; struct inet_sock *newinet; struct dccp6_sock *newdp6; struct sock *newsk; @@ -573,13 +579,15 @@ * Yes, keeping reference count would be much more clever, but we make * one more one thing there: reattach optmem to newsk. */ - if (np->opt != NULL) - newnp->opt = ipv6_dup_options(newsk, np->opt); - + opt = rcu_dereference(np->opt); + if (opt) { + opt = ipv6_dup_options(newsk, opt); + RCU_INIT_POINTER(newnp->opt, opt); + } inet_csk(newsk)->icsk_ext_hdr_len = 0; - if (newnp->opt != NULL) - inet_csk(newsk)->icsk_ext_hdr_len = (newnp->opt->opt_nflen + - newnp->opt->opt_flen); + if (opt) + inet_csk(newsk)->icsk_ext_hdr_len = opt->opt_nflen + + opt->opt_flen; dccp_sync_mss(newsk, dst_mtu(dst)); @@ -831,6 +839,7 @@ struct ipv6_pinfo *np = inet6_sk(sk); struct dccp_sock *dp = dccp_sk(sk); struct in6_addr *saddr = NULL, *final_p, final; + struct ipv6_txoptions *opt; struct flowi6 fl6; struct dst_entry *dst; int addr_type; @@ -932,7 +941,8 @@ fl6.fl6_sport = inet->inet_sport; security_sk_classify_flow(sk, flowi6_to_flowi(&fl6)); - final_p = fl6_update_dst(&fl6, np->opt, &final); + opt = rcu_dereference_protected(np->opt, sock_owned_by_user(sk)); + final_p = fl6_update_dst(&fl6, opt, &final); dst = ip6_dst_lookup_flow(sk, &fl6, final_p); if (IS_ERR(dst)) { @@ -952,9 +962,8 @@ __ip6_dst_store(sk, dst, NULL, NULL); icsk->icsk_ext_hdr_len = 0; - if (np->opt != NULL) - icsk->icsk_ext_hdr_len = (np->opt->opt_flen + - np->opt->opt_nflen); + if (opt) + icsk->icsk_ext_hdr_len = opt->opt_flen + opt->opt_nflen; inet->inet_dport = usin->sin6_port; --- linux-lts-utopic-3.16.0.orig/net/dccp/proto.c +++ linux-lts-utopic-3.16.0/net/dccp/proto.c @@ -888,7 +888,7 @@ break; } - sk_wait_data(sk, &timeo); + sk_wait_data(sk, &timeo, NULL); continue; found_ok_skb: if (len > skb->len) --- linux-lts-utopic-3.16.0.orig/net/decnet/af_decnet.c +++ linux-lts-utopic-3.16.0/net/decnet/af_decnet.c @@ -677,6 +677,9 @@ { struct sock *sk; + if (protocol < 0 || protocol > SK_PROTOCOL_MAX) + return -EINVAL; + if (!net_eq(net, &init_net)) return -EAFNOSUPPORT; --- linux-lts-utopic-3.16.0.orig/net/dsa/dsa.c +++ linux-lts-utopic-3.16.0/net/dsa/dsa.c @@ -418,7 +418,7 @@ continue; cd->sw_addr = be32_to_cpup(sw_addr); - if (cd->sw_addr > PHY_MAX_ADDR) + if (cd->sw_addr >= PHY_MAX_ADDR) continue; for_each_available_child_of_node(child, port) { @@ -427,6 +427,8 @@ continue; port_index = be32_to_cpup(port_reg); + if (port_index >= DSA_MAX_PORTS) + break; port_name = of_get_property(port, "label", NULL); if (!port_name) @@ -449,8 +451,6 @@ goto out_free_chip; } - if (port_index == DSA_MAX_PORTS) - break; } } --- linux-lts-utopic-3.16.0.orig/net/ieee802154/dgram.c +++ linux-lts-utopic-3.16.0/net/ieee802154/dgram.c @@ -330,6 +330,12 @@ sock_recv_ts_and_drops(msg, sk, skb); if (saddr) { + /* Clear the implicit padding in struct sockaddr_ieee802154 + * (16 bits between 'family' and 'addr') and in struct + * ieee802154_addr_sa (16 bits at the end of the structure). + */ + memset(saddr, 0, sizeof(*saddr)); + saddr->family = AF_IEEE802154; ieee802154_addr_to_sa(&saddr->addr, &mac_cb(skb)->source); *addr_len = sizeof(*saddr); --- linux-lts-utopic-3.16.0.orig/net/ipv4/af_inet.c +++ linux-lts-utopic-3.16.0/net/ipv4/af_inet.c @@ -228,6 +228,8 @@ err = 0; if (err) goto out; + + tcp_fastopen_init_key_once(true); } err = inet_csk_listen_start(sk, backlog); if (err) @@ -257,6 +259,9 @@ int try_loading_module = 0; int err; + if (protocol < 0 || protocol >= IPPROTO_MAX) + return -EINVAL; + sock->state = SS_UNCONNECTED; /* Look for the requested type/protocol pair. */ @@ -1284,7 +1289,7 @@ encap = SKB_GSO_CB(skb)->encap_level > 0; if (encap) - features = skb->dev->hw_enc_features & netif_skb_features(skb); + features &= skb->dev->hw_enc_features; SKB_GSO_CB(skb)->encap_level += ihl; skb_reset_transport_header(skb); --- linux-lts-utopic-3.16.0.orig/net/ipv4/datagram.c +++ linux-lts-utopic-3.16.0/net/ipv4/datagram.c @@ -20,7 +20,7 @@ #include #include -int ip4_datagram_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len) +int __ip4_datagram_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len) { struct inet_sock *inet = inet_sk(sk); struct sockaddr_in *usin = (struct sockaddr_in *) uaddr; @@ -39,8 +39,6 @@ sk_dst_reset(sk); - lock_sock(sk); - oif = sk->sk_bound_dev_if; saddr = inet->inet_saddr; if (ipv4_is_multicast(usin->sin_addr.s_addr)) { @@ -81,9 +79,19 @@ sk_dst_set(sk, &rt->dst); err = 0; out: - release_sock(sk); return err; } +EXPORT_SYMBOL(__ip4_datagram_connect); + +int ip4_datagram_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len) +{ + int res; + + lock_sock(sk); + res = __ip4_datagram_connect(sk, uaddr, addr_len); + release_sock(sk); + return res; +} EXPORT_SYMBOL(ip4_datagram_connect); /* Because UDP xmit path can manipulate sk_dst_cache without holding --- linux-lts-utopic-3.16.0.orig/net/ipv4/devinet.c +++ linux-lts-utopic-3.16.0/net/ipv4/devinet.c @@ -326,6 +326,9 @@ ASSERT_RTNL(); + if (in_dev->dead) + goto no_promotions; + /* 1. Deleting primary ifaddr forces deletion all secondaries * unless alias promotion is set **/ @@ -372,6 +375,7 @@ fib_del_ifaddr(ifa, ifa1); } +no_promotions: /* 2. Unlink it */ *ifap = ifa1->ifa_next; @@ -1798,7 +1802,7 @@ if (err < 0) goto errout; - err = EINVAL; + err = -EINVAL; if (!tb[NETCONFA_IFINDEX]) goto errout; --- linux-lts-utopic-3.16.0.orig/net/ipv4/fib_frontend.c +++ linux-lts-utopic-3.16.0/net/ipv4/fib_frontend.c @@ -812,6 +812,9 @@ subnet = 1; } + if (in_dev->dead) + goto no_promotions; + /* Deletion is more complicated than add. * We should take care of not to delete too much :-) * @@ -887,6 +890,7 @@ } } +no_promotions: if (!(ok & BRD_OK)) fib_magic(RTM_DELROUTE, RTN_BROADCAST, ifa->ifa_broadcast, 32, prim); if (subnet && ifa->ifa_prefixlen < 31) { --- linux-lts-utopic-3.16.0.orig/net/ipv4/fib_rules.c +++ linux-lts-utopic-3.16.0/net/ipv4/fib_rules.c @@ -62,6 +62,10 @@ else res->tclassid = 0; #endif + + if (err == -ESRCH) + err = -ENETUNREACH; + return err; } EXPORT_SYMBOL_GPL(__fib_lookup); --- linux-lts-utopic-3.16.0.orig/net/ipv4/fib_semantics.c +++ linux-lts-utopic-3.16.0/net/ipv4/fib_semantics.c @@ -535,7 +535,7 @@ return 1; attrlen = rtnh_attrlen(rtnh); - if (attrlen < 0) { + if (attrlen > 0) { struct nlattr *nla, *attrs = rtnh_attrs(rtnh); nla = nla_find(attrs, attrlen, RTA_GATEWAY); --- linux-lts-utopic-3.16.0.orig/net/ipv4/gre_offload.c +++ linux-lts-utopic-3.16.0/net/ipv4/gre_offload.c @@ -43,7 +43,8 @@ SKB_GSO_TCP_ECN | SKB_GSO_GRE | SKB_GSO_GRE_CSUM | - SKB_GSO_IPIP))) + SKB_GSO_IPIP | + SKB_GSO_SIT))) goto out; if (unlikely(!pskb_may_pull(skb, sizeof(*greh)))) @@ -51,7 +52,7 @@ greh = (struct gre_base_hdr *)skb_transport_header(skb); - ghl = skb_inner_network_header(skb) - skb_transport_header(skb); + ghl = skb_inner_mac_header(skb) - skb_transport_header(skb); if (unlikely(ghl < sizeof(*greh))) goto out; @@ -72,7 +73,7 @@ skb->mac_len = skb_inner_network_offset(skb); /* segment inner packet. */ - enc_features = skb->dev->hw_enc_features & netif_skb_features(skb); + enc_features = skb->dev->hw_enc_features & features; segs = skb_mac_gso_segment(skb, enc_features); if (!segs || IS_ERR(segs)) { skb_gso_error_unwind(skb, protocol, ghl, mac_offset, mac_len); @@ -279,6 +280,9 @@ err = ptype->callbacks.gro_complete(skb, nhoff + grehlen); rcu_read_unlock(); + + skb_set_inner_mac_header(skb, nhoff + grehlen); + return err; } --- linux-lts-utopic-3.16.0.orig/net/ipv4/igmp.c +++ linux-lts-utopic-3.16.0/net/ipv4/igmp.c @@ -318,9 +318,7 @@ return scount; } -#define igmp_skb_size(skb) (*(unsigned int *)((skb)->cb)) - -static struct sk_buff *igmpv3_newpack(struct net_device *dev, int size) +static struct sk_buff *igmpv3_newpack(struct net_device *dev, unsigned int mtu) { struct sk_buff *skb; struct rtable *rt; @@ -330,6 +328,7 @@ struct flowi4 fl4; int hlen = LL_RESERVED_SPACE(dev); int tlen = dev->needed_tailroom; + unsigned int size = mtu; while (1) { skb = alloc_skb(size + hlen + tlen, @@ -341,7 +340,6 @@ return NULL; } skb->priority = TC_PRIO_CONTROL; - igmp_skb_size(skb) = size; rt = ip_route_output_ports(net, &fl4, NULL, IGMPV3_ALL_MCR, 0, 0, 0, @@ -355,6 +353,7 @@ skb->dev = dev; skb_reserve(skb, hlen); + skb_tailroom_reserve(skb, mtu, tlen); skb_reset_network_header(skb); pip = ip_hdr(skb); @@ -423,8 +422,7 @@ return skb; } -#define AVAILABLE(skb) ((skb) ? ((skb)->dev ? igmp_skb_size(skb) - (skb)->len : \ - skb_tailroom(skb)) : 0) +#define AVAILABLE(skb) ((skb) ? skb_availroom(skb) : 0) static struct sk_buff *add_grec(struct sk_buff *skb, struct ip_mc_list *pmc, int type, int gdeleted, int sdeleted) @@ -1944,7 +1942,7 @@ rtnl_lock(); in_dev = ip_mc_find_dev(net, imr); - if (!in_dev) { + if (!imr->imr_ifindex && !imr->imr_address.s_addr && !in_dev) { ret = -ENODEV; goto out; } @@ -1965,7 +1963,8 @@ *imlp = iml->next_rcu; - ip_mc_dec_group(in_dev, group); + if (in_dev) + ip_mc_dec_group(in_dev, group); rtnl_unlock(); /* decrease mem now to avoid the memleak warning */ atomic_sub(sizeof(*iml), &sk->sk_omem_alloc); --- linux-lts-utopic-3.16.0.orig/net/ipv4/inet_diag.c +++ linux-lts-utopic-3.16.0/net/ipv4/inet_diag.c @@ -71,6 +71,20 @@ mutex_unlock(&inet_diag_table_mutex); } +static size_t inet_sk_attr_size(void) +{ + return nla_total_size(sizeof(struct tcp_info)) + + nla_total_size(1) /* INET_DIAG_SHUTDOWN */ + + nla_total_size(1) /* INET_DIAG_TOS */ + + nla_total_size(1) /* INET_DIAG_TCLASS */ + + nla_total_size(sizeof(struct inet_diag_meminfo)) + + nla_total_size(sizeof(struct inet_diag_msg)) + + nla_total_size(SK_MEMINFO_VARS * sizeof(u32)) + + nla_total_size(TCP_CA_NAME_MAX) + + nla_total_size(sizeof(struct tcpvegas_info)) + + 64; +} + int inet_sk_diag_fill(struct sock *sk, struct inet_connection_sock *icsk, struct sk_buff *skb, struct inet_diag_req_v2 *req, struct user_namespace *user_ns, @@ -324,9 +338,7 @@ if (err) goto out; - rep = nlmsg_new(sizeof(struct inet_diag_msg) + - sizeof(struct inet_diag_meminfo) + - sizeof(struct tcp_info) + 64, GFP_KERNEL); + rep = nlmsg_new(inet_sk_attr_size(), GFP_KERNEL); if (!rep) { err = -ENOMEM; goto out; --- linux-lts-utopic-3.16.0.orig/net/ipv4/ip_forward.c +++ linux-lts-utopic-3.16.0/net/ipv4/ip_forward.c @@ -81,6 +81,9 @@ if (skb->pkt_type != PACKET_HOST) goto drop; + if (unlikely(skb->sk)) + goto drop; + if (skb_warn_if_lro(skb)) goto drop; @@ -129,7 +132,8 @@ * We now generate an ICMP HOST REDIRECT giving the route * we calculated. */ - if (rt->rt_flags&RTCF_DOREDIRECT && !opt->srr && !skb_sec_path(skb)) + if (IPCB(skb)->flags & IPSKB_DOREDIRECT && !opt->srr && + !skb_sec_path(skb)) ip_rt_send_redirect(skb); skb->priority = rt_tos2priority(iph->tos); --- linux-lts-utopic-3.16.0.orig/net/ipv4/ip_fragment.c +++ linux-lts-utopic-3.16.0/net/ipv4/ip_fragment.c @@ -358,7 +358,7 @@ ihl = ip_hdrlen(skb); /* Determine the position of this fragment. */ - end = offset + skb->len - ihl; + end = offset + skb->len - skb_network_offset(skb) - ihl; err = -EINVAL; /* Is this the final fragment? */ @@ -388,7 +388,7 @@ goto err; err = -ENOMEM; - if (pskb_pull(skb, ihl) == NULL) + if (!pskb_pull(skb, skb_network_offset(skb) + ihl)) goto err; err = pskb_trim_rcsum(skb, end - offset); @@ -629,6 +629,9 @@ iph->frag_off = qp->q.max_size ? htons(IP_DF) : 0; iph->tot_len = htons(len); iph->tos |= ecn; + + ip_send_check(iph); + IP_INC_STATS_BH(net, IPSTATS_MIB_REASMOKS); qp->q.fragments = NULL; qp->q.fragments_tail = NULL; @@ -680,27 +683,30 @@ struct sk_buff *ip_check_defrag(struct sk_buff *skb, u32 user) { struct iphdr iph; + int netoff; u32 len; if (skb->protocol != htons(ETH_P_IP)) return skb; - if (!skb_copy_bits(skb, 0, &iph, sizeof(iph))) + netoff = skb_network_offset(skb); + + if (skb_copy_bits(skb, netoff, &iph, sizeof(iph)) < 0) return skb; if (iph.ihl < 5 || iph.version != 4) return skb; len = ntohs(iph.tot_len); - if (skb->len < len || len < (iph.ihl * 4)) + if (skb->len < netoff + len || len < (iph.ihl * 4)) return skb; if (ip_is_fragment(&iph)) { skb = skb_share_check(skb, GFP_ATOMIC); if (skb) { - if (!pskb_may_pull(skb, iph.ihl*4)) + if (!pskb_may_pull(skb, netoff + iph.ihl * 4)) return skb; - if (pskb_trim_rcsum(skb, len)) + if (pskb_trim_rcsum(skb, netoff + len)) return skb; memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); if (ip_defrag(skb, user)) --- linux-lts-utopic-3.16.0.orig/net/ipv4/ip_gre.c +++ linux-lts-utopic-3.16.0/net/ipv4/ip_gre.c @@ -250,10 +250,6 @@ struct ip_tunnel *tunnel = netdev_priv(dev); const struct iphdr *tnl_params; - skb = gre_handle_offloads(skb, !!(tunnel->parms.o_flags&TUNNEL_CSUM)); - if (IS_ERR(skb)) - goto out; - if (dev->header_ops) { /* Need space for new headers */ if (skb_cow_head(skb, dev->needed_headroom - @@ -266,6 +262,7 @@ * to gre header. */ skb_pull(skb, tunnel->hlen + sizeof(struct iphdr)); + skb_reset_mac_header(skb); } else { if (skb_cow_head(skb, dev->needed_headroom)) goto free_skb; @@ -273,6 +270,10 @@ tnl_params = &tunnel->parms.iph; } + skb = gre_handle_offloads(skb, !!(tunnel->parms.o_flags&TUNNEL_CSUM)); + if (IS_ERR(skb)) + goto out; + __gre_xmit(skb, dev, tnl_params, skb->protocol); return NETDEV_TX_OK; --- linux-lts-utopic-3.16.0.orig/net/ipv4/ip_output.c +++ linux-lts-utopic-3.16.0/net/ipv4/ip_output.c @@ -231,7 +231,7 @@ */ features = netif_skb_features(skb); segs = skb_gso_segment(skb, features & ~NETIF_F_GSO_MASK); - if (IS_ERR(segs)) { + if (IS_ERR_OR_NULL(segs)) { kfree_skb(skb); return -ENOMEM; } @@ -436,7 +436,7 @@ skb->priority = sk->sk_priority; skb->mark = sk->sk_mark; - res = ip_local_out(skb); + res = ip_local_out_sk(sk, skb); rcu_read_unlock(); return res; @@ -886,7 +886,8 @@ cork->length += length; if (((length > mtu) || (skb && skb_is_gso(skb))) && (sk->sk_protocol == IPPROTO_UDP) && - (rt->dst.dev->features & NETIF_F_UFO) && !rt->dst.header_len) { + (rt->dst.dev->features & NETIF_F_UFO) && !rt->dst.header_len && + (sk->sk_type == SOCK_DGRAM)) { err = ip_ufo_append_data(sk, queue, getfrag, from, length, hh_len, fragheaderlen, transhdrlen, maxfraglen, flags); @@ -1501,23 +1502,8 @@ /* * Generic function to send a packet as reply to another packet. * Used to send some TCP resets/acks so far. - * - * Use a fake percpu inet socket to avoid false sharing and contention. */ -static DEFINE_PER_CPU(struct inet_sock, unicast_sock) = { - .sk = { - .__sk_common = { - .skc_refcnt = ATOMIC_INIT(1), - }, - .sk_wmem_alloc = ATOMIC_INIT(1), - .sk_allocation = GFP_ATOMIC, - .sk_flags = (1UL << SOCK_USE_WRITE_QUEUE), - }, - .pmtudisc = IP_PMTUDISC_WANT, - .uc_ttl = -1, -}; - -void ip_send_unicast_reply(struct net *net, struct sk_buff *skb, __be32 daddr, +void ip_send_unicast_reply(struct sock *sk, struct sk_buff *skb, __be32 daddr, __be32 saddr, const struct ip_reply_arg *arg, unsigned int len) { @@ -1525,9 +1511,9 @@ struct ipcm_cookie ipc; struct flowi4 fl4; struct rtable *rt = skb_rtable(skb); + struct net *net = sock_net(sk); struct sk_buff *nskb; - struct sock *sk; - struct inet_sock *inet; + int err; if (ip_options_echo(&replyopts.opt.opt, skb)) return; @@ -1557,18 +1543,19 @@ if (IS_ERR(rt)) return; - inet = &get_cpu_var(unicast_sock); + inet_sk(sk)->tos = arg->tos; - inet->tos = arg->tos; - sk = &inet->sk; sk->sk_priority = skb->priority; sk->sk_protocol = ip_hdr(skb)->protocol; sk->sk_bound_dev_if = arg->bound_dev_if; - sock_net_set(sk, net); - __skb_queue_head_init(&sk->sk_write_queue); sk->sk_sndbuf = sysctl_wmem_default; - ip_append_data(sk, &fl4, ip_reply_glue_bits, arg->iov->iov_base, len, 0, - &ipc, &rt, MSG_DONTWAIT); + err = ip_append_data(sk, &fl4, ip_reply_glue_bits, arg->iov->iov_base, + len, 0, &ipc, &rt, MSG_DONTWAIT); + if (unlikely(err)) { + ip_flush_pending_frames(sk); + goto out; + } + nskb = skb_peek(&sk->sk_write_queue); if (nskb) { if (arg->csumoffset >= 0) @@ -1576,13 +1563,10 @@ arg->csumoffset) = csum_fold(csum_add(nskb->csum, arg->csum)); nskb->ip_summed = CHECKSUM_NONE; - skb_orphan(nskb); skb_set_queue_mapping(nskb, skb_get_queue_mapping(skb)); ip_push_pending_frames(sk, &fl4); } - - put_cpu_var(unicast_sock); - +out: ip_rt_put(rt); } --- linux-lts-utopic-3.16.0.orig/net/ipv4/ip_sockglue.c +++ linux-lts-utopic-3.16.0/net/ipv4/ip_sockglue.c @@ -195,7 +195,7 @@ for (cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) { if (!CMSG_OK(msg, cmsg)) return -EINVAL; -#if defined(CONFIG_IPV6) +#if IS_ENABLED(CONFIG_IPV6) if (allow_ipv6 && cmsg->cmsg_level == SOL_IPV6 && cmsg->cmsg_type == IPV6_PKTINFO) { @@ -216,6 +216,8 @@ switch (cmsg->cmsg_type) { case IP_RETOPTS: err = cmsg->cmsg_len - CMSG_ALIGN(sizeof(struct cmsghdr)); + + /* Our caller is responsible for freeing ipc->opt */ err = ip_options_get(net, &ipc->opt, CMSG_DATA(cmsg), err < 40 ? err : 40); if (err) @@ -443,15 +445,11 @@ memcpy(&errhdr.ee, &serr->ee, sizeof(struct sock_extended_err)); sin = &errhdr.offender; - sin->sin_family = AF_UNSPEC; + memset(sin, 0, sizeof(*sin)); if (serr->ee.ee_origin == SO_EE_ORIGIN_ICMP) { - struct inet_sock *inet = inet_sk(sk); - sin->sin_family = AF_INET; sin->sin_addr.s_addr = ip_hdr(skb)->saddr; - sin->sin_port = 0; - memset(&sin->sin_zero, 0, sizeof(sin->sin_zero)); - if (inet->cmsg_flags) + if (inet_sk(sk)->cmsg_flags) ip_cmsg_recv(msg, skb); } --- linux-lts-utopic-3.16.0.orig/net/ipv4/ip_tunnel.c +++ linux-lts-utopic-3.16.0/net/ipv4/ip_tunnel.c @@ -69,23 +69,25 @@ } static void __tunnel_dst_set(struct ip_tunnel_dst *idst, - struct dst_entry *dst) + struct dst_entry *dst, __be32 saddr) { struct dst_entry *old_dst; dst_clone(dst); old_dst = xchg((__force struct dst_entry **)&idst->dst, dst); dst_release(old_dst); + idst->saddr = saddr; } -static void tunnel_dst_set(struct ip_tunnel *t, struct dst_entry *dst) +static void tunnel_dst_set(struct ip_tunnel *t, + struct dst_entry *dst, __be32 saddr) { - __tunnel_dst_set(this_cpu_ptr(t->dst_cache), dst); + __tunnel_dst_set(this_cpu_ptr(t->dst_cache), dst, saddr); } static void tunnel_dst_reset(struct ip_tunnel *t) { - tunnel_dst_set(t, NULL); + tunnel_dst_set(t, NULL, 0); } void ip_tunnel_dst_reset_all(struct ip_tunnel *t) @@ -93,20 +95,25 @@ int i; for_each_possible_cpu(i) - __tunnel_dst_set(per_cpu_ptr(t->dst_cache, i), NULL); + __tunnel_dst_set(per_cpu_ptr(t->dst_cache, i), NULL, 0); } EXPORT_SYMBOL(ip_tunnel_dst_reset_all); -static struct rtable *tunnel_rtable_get(struct ip_tunnel *t, u32 cookie) +static struct rtable *tunnel_rtable_get(struct ip_tunnel *t, + u32 cookie, __be32 *saddr) { + struct ip_tunnel_dst *idst; struct dst_entry *dst; rcu_read_lock(); - dst = rcu_dereference(this_cpu_ptr(t->dst_cache)->dst); + idst = this_cpu_ptr(t->dst_cache); + dst = rcu_dereference(idst->dst); if (dst && !atomic_inc_not_zero(&dst->__refcnt)) dst = NULL; if (dst) { - if (dst->obsolete && dst->ops->check(dst, cookie) == NULL) { + if (!dst->obsolete || dst->ops->check(dst, cookie)) { + *saddr = idst->saddr; + } else { tunnel_dst_reset(t); dst_release(dst); dst = NULL; @@ -367,7 +374,7 @@ if (!IS_ERR(rt)) { tdev = rt->dst.dev; - tunnel_dst_set(tunnel, &rt->dst); + tunnel_dst_set(tunnel, &rt->dst, fl4.saddr); ip_rt_put(rt); } if (dev->type != ARPHRD_ETHER) @@ -481,7 +488,8 @@ EXPORT_SYMBOL_GPL(ip_tunnel_rcv); static int tnl_update_pmtu(struct net_device *dev, struct sk_buff *skb, - struct rtable *rt, __be16 df) + struct rtable *rt, __be16 df, + const struct iphdr *inner_iph) { struct ip_tunnel *tunnel = netdev_priv(dev); int pkt_size = skb->len - tunnel->hlen - dev->hard_header_len; @@ -498,7 +506,8 @@ if (skb->protocol == htons(ETH_P_IP)) { if (!skb_is_gso(skb) && - (df & htons(IP_DF)) && mtu < pkt_size) { + (inner_iph->frag_off & htons(IP_DF)) && + mtu < pkt_size) { memset(IPCB(skb), 0, sizeof(*IPCB(skb))); icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); return -E2BIG; @@ -610,7 +619,7 @@ init_tunnel_flow(&fl4, protocol, dst, tnl_params->saddr, tunnel->parms.o_key, RT_TOS(tos), tunnel->parms.link); - rt = connected ? tunnel_rtable_get(tunnel, 0) : NULL; + rt = connected ? tunnel_rtable_get(tunnel, 0, &fl4.saddr) : NULL; if (!rt) { rt = ip_route_output_key(tunnel->net, &fl4); @@ -620,7 +629,7 @@ goto tx_error; } if (connected) - tunnel_dst_set(tunnel, &rt->dst); + tunnel_dst_set(tunnel, &rt->dst, fl4.saddr); } if (rt->dst.dev == dev) { @@ -629,7 +638,7 @@ goto tx_error; } - if (tnl_update_pmtu(dev, skb, rt, tnl_params->frag_off)) { + if (tnl_update_pmtu(dev, skb, rt, tnl_params->frag_off, inner_iph)) { ip_rt_put(rt); goto tx_error; } @@ -757,9 +766,14 @@ t = ip_tunnel_find(itn, p, itn->fb_tunnel_dev->type); - if (!t && (cmd == SIOCADDTUNNEL)) { - t = ip_tunnel_create(net, itn, p); - err = PTR_ERR_OR_ZERO(t); + if (cmd == SIOCADDTUNNEL) { + if (!t) { + t = ip_tunnel_create(net, itn, p); + err = PTR_ERR_OR_ZERO(t); + break; + } + + err = -EEXIST; break; } if (dev != itn->fb_tunnel_dev && cmd == SIOCCHGTUNNEL) { --- linux-lts-utopic-3.16.0.orig/net/ipv4/ip_tunnel_core.c +++ linux-lts-utopic-3.16.0/net/ipv4/ip_tunnel_core.c @@ -91,11 +91,12 @@ skb_pull_rcsum(skb, hdr_len); if (inner_proto == htons(ETH_P_TEB)) { - struct ethhdr *eh = (struct ethhdr *)skb->data; + struct ethhdr *eh; if (unlikely(!pskb_may_pull(skb, ETH_HLEN))) return -ENOMEM; + eh = (struct ethhdr *)skb->data; if (likely(ntohs(eh->h_proto) >= ETH_P_802_3_MIN)) skb->protocol = eh->h_proto; else --- linux-lts-utopic-3.16.0.orig/net/ipv4/ip_vti.c +++ linux-lts-utopic-3.16.0/net/ipv4/ip_vti.c @@ -528,6 +528,7 @@ .validate = vti_tunnel_validate, .newlink = vti_newlink, .changelink = vti_changelink, + .dellink = ip_tunnel_dellink, .get_size = vti_get_size, .fill_info = vti_fill_info, }; --- linux-lts-utopic-3.16.0.orig/net/ipv4/ipip.c +++ linux-lts-utopic-3.16.0/net/ipv4/ipip.c @@ -249,7 +249,8 @@ return -EINVAL; } - p.i_key = p.o_key = p.i_flags = p.o_flags = 0; + p.i_key = p.o_key = 0; + p.i_flags = p.o_flags = 0; if (p.iph.ttl) p.iph.frag_off |= htons(IP_DF); --- linux-lts-utopic-3.16.0.orig/net/ipv4/ipmr.c +++ linux-lts-utopic-3.16.0/net/ipv4/ipmr.c @@ -136,7 +136,7 @@ struct mfc_cache *c, struct rtmsg *rtm); static void mroute_netlink_event(struct mr_table *mrt, struct mfc_cache *mfc, int cmd); -static void mroute_clean_tables(struct mr_table *mrt); +static void mroute_clean_tables(struct mr_table *mrt, bool all); static void ipmr_expire_process(unsigned long arg); #ifdef CONFIG_IP_MROUTE_MULTIPLE_TABLES @@ -348,7 +348,7 @@ static void ipmr_free_table(struct mr_table *mrt) { del_timer_sync(&mrt->ipmr_expire_timer); - mroute_clean_tables(mrt); + mroute_clean_tables(mrt, true); kfree(mrt); } @@ -1201,7 +1201,7 @@ * Close the multicast socket, and clear the vif tables etc */ -static void mroute_clean_tables(struct mr_table *mrt) +static void mroute_clean_tables(struct mr_table *mrt, bool all) { int i; LIST_HEAD(list); @@ -1210,8 +1210,9 @@ /* Shut down all active vif entries */ for (i = 0; i < mrt->maxvif; i++) { - if (!(mrt->vif_table[i].flags & VIFF_STATIC)) - vif_delete(mrt, i, 0, &list); + if (!all && (mrt->vif_table[i].flags & VIFF_STATIC)) + continue; + vif_delete(mrt, i, 0, &list); } unregister_netdevice_many(&list); @@ -1219,7 +1220,7 @@ for (i = 0; i < MFC_LINES; i++) { list_for_each_entry_safe(c, next, &mrt->mfc_cache_array[i], list) { - if (c->mfc_flags & MFC_STATIC) + if (!all && (c->mfc_flags & MFC_STATIC)) continue; list_del_rcu(&c->list); mroute_netlink_event(mrt, c, RTM_DELROUTE); @@ -1254,7 +1255,7 @@ NETCONFA_IFINDEX_ALL, net->ipv4.devconf_all); RCU_INIT_POINTER(mrt->mroute_sk, NULL); - mroute_clean_tables(mrt); + mroute_clean_tables(mrt, false); } } rtnl_unlock(); @@ -1674,8 +1675,8 @@ { struct ip_options *opt = &(IPCB(skb)->opt); - IP_INC_STATS_BH(dev_net(skb_dst(skb)->dev), IPSTATS_MIB_OUTFORWDATAGRAMS); - IP_ADD_STATS_BH(dev_net(skb_dst(skb)->dev), IPSTATS_MIB_OUTOCTETS, skb->len); + IP_INC_STATS(dev_net(skb_dst(skb)->dev), IPSTATS_MIB_OUTFORWDATAGRAMS); + IP_ADD_STATS(dev_net(skb_dst(skb)->dev), IPSTATS_MIB_OUTOCTETS, skb->len); if (unlikely(opt->optlen)) ip_forward_options(skb); @@ -1737,7 +1738,7 @@ * to blackhole. */ - IP_INC_STATS_BH(dev_net(dev), IPSTATS_MIB_FRAGFAILS); + IP_INC_STATS(dev_net(dev), IPSTATS_MIB_FRAGFAILS); ip_rt_put(rt); goto out_free; } --- linux-lts-utopic-3.16.0.orig/net/ipv4/netfilter/arp_tables.c +++ linux-lts-utopic-3.16.0/net/ipv4/netfilter/arp_tables.c @@ -362,6 +362,17 @@ return memcmp(arp, &uncond, sizeof(uncond)) == 0; } +static bool next_offset_ok(const struct xt_table_info *t, unsigned int newpos) +{ + if (newpos > t->size - sizeof(struct arpt_entry)) + return false; + + if (newpos % __alignof__(struct arpt_entry) != 0) + return false; + + return true; +} + /* Figures out from what hook each rule can be called: returns 0 if * there are loops. Puts hook bitmask in comefrom. */ @@ -433,6 +444,8 @@ /* Move along one */ size = e->next_offset; + if (!next_offset_ok(newinfo, pos + size)) + return 0; e = (struct arpt_entry *) (entry0 + pos + size); e->counters.pcnt = pos; @@ -443,14 +456,6 @@ if (strcmp(t->target.u.user.name, XT_STANDARD_TARGET) == 0 && newpos >= 0) { - if (newpos > newinfo->size - - sizeof(struct arpt_entry)) { - duprintf("mark_source_chains: " - "bad verdict (%i)\n", - newpos); - return 0; - } - /* This a jump; chase it. */ duprintf("Jump rule %u -> %u\n", pos, newpos); @@ -458,6 +463,10 @@ /* ... this is a fallthru */ newpos = pos + e->next_offset; } + + if (!next_offset_ok(newinfo, newpos)) + return 0; + e = (struct arpt_entry *) (entry0 + newpos); e->counters.pcnt = pos; --- linux-lts-utopic-3.16.0.orig/net/ipv4/netfilter/ip_tables.c +++ linux-lts-utopic-3.16.0/net/ipv4/netfilter/ip_tables.c @@ -439,6 +439,17 @@ #endif } +static bool next_offset_ok(const struct xt_table_info *t, unsigned int newpos) +{ + if (newpos > t->size - sizeof(struct ipt_entry)) + return false; + + if (newpos % __alignof__(struct ipt_entry) != 0) + return false; + + return true; +} + /* Figures out from what hook each rule can be called: returns 0 if there are loops. Puts hook bitmask in comefrom. */ static int @@ -515,6 +526,8 @@ /* Move along one */ size = e->next_offset; + if (!next_offset_ok(newinfo, pos + size)) + return 0; e = (struct ipt_entry *) (entry0 + pos + size); e->counters.pcnt = pos; @@ -525,13 +538,6 @@ if (strcmp(t->target.u.user.name, XT_STANDARD_TARGET) == 0 && newpos >= 0) { - if (newpos > newinfo->size - - sizeof(struct ipt_entry)) { - duprintf("mark_source_chains: " - "bad verdict (%i)\n", - newpos); - return 0; - } /* This a jump; chase it. */ duprintf("Jump rule %u -> %u\n", pos, newpos); @@ -539,6 +545,10 @@ /* ... this is a fallthru */ newpos = pos + e->next_offset; } + + if (!next_offset_ok(newinfo, newpos)) + return 0; + e = (struct ipt_entry *) (entry0 + newpos); e->counters.pcnt = pos; --- linux-lts-utopic-3.16.0.orig/net/ipv4/netfilter/ipt_MASQUERADE.c +++ linux-lts-utopic-3.16.0/net/ipv4/netfilter/ipt_MASQUERADE.c @@ -128,10 +128,18 @@ unsigned long event, void *ptr) { - struct net_device *dev = ((struct in_ifaddr *)ptr)->ifa_dev->dev; + struct in_device *idev = ((struct in_ifaddr *)ptr)->ifa_dev; struct netdev_notifier_info info; - netdev_notifier_info_init(&info, dev); + /* The masq_dev_notifier will catch the case of the device going + * down. So if the inetdev is dead and being destroyed we have + * no work to do. Otherwise this is an individual address removal + * and we have to perform the flush. + */ + if (idev->dead) + return NOTIFY_DONE; + + netdev_notifier_info_init(&info, idev->dev); return masq_device_event(this, event, &info); } --- linux-lts-utopic-3.16.0.orig/net/ipv4/netfilter/ipt_rpfilter.c +++ linux-lts-utopic-3.16.0/net/ipv4/netfilter/ipt_rpfilter.c @@ -61,9 +61,7 @@ if (FIB_RES_DEV(res) == dev) dev_match = true; #endif - if (dev_match || flags & XT_RPFILTER_LOOSE) - return FIB_RES_NH(res).nh_scope <= RT_SCOPE_HOST; - return dev_match; + return dev_match || flags & XT_RPFILTER_LOOSE; } static bool rpfilter_is_local(const struct sk_buff *skb) --- linux-lts-utopic-3.16.0.orig/net/ipv4/ping.c +++ linux-lts-utopic-3.16.0/net/ipv4/ping.c @@ -158,6 +158,7 @@ if (sk_hashed(sk)) { write_lock_bh(&ping_table.lock); hlist_nulls_del(&sk->sk_nulls_node); + sk_nulls_node_init(&sk->sk_nulls_node); sock_put(sk); isk->inet_num = 0; isk->inet_sport = 0; @@ -217,6 +218,8 @@ &ipv6_hdr(skb)->daddr)) continue; #endif + } else { + continue; } if (sk->sk_bound_dev_if && sk->sk_bound_dev_if != dif) @@ -257,6 +260,11 @@ kgid_t low, high; int ret = 0; +#if IS_ENABLED(CONFIG_IPV6) + if (sk->sk_family == AF_INET6) + inet6_sk(sk)->ipv6only = 1; +#endif + inet_get_ping_group_range_net(net, &low, &high); if (gid_lte(low, group) && gid_lte(group, high)) return 0; @@ -303,6 +311,11 @@ if (addr_len < sizeof(*addr)) return -EINVAL; + if (addr->sin_family != AF_INET && + !(addr->sin_family == AF_UNSPEC && + addr->sin_addr.s_addr == htonl(INADDR_ANY))) + return -EAFNOSUPPORT; + pr_debug("ping_check_bind_addr(sk=%p,addr=%pI4,port=%d)\n", sk, &addr->sin_addr.s_addr, ntohs(addr->sin_port)); @@ -328,7 +341,7 @@ return -EINVAL; if (addr->sin6_family != AF_INET6) - return -EINVAL; + return -EAFNOSUPPORT; pr_debug("ping_check_bind_addr(sk=%p,addr=%pI6c,port=%d)\n", sk, addr->sin6_addr.s6_addr, ntohs(addr->sin6_port)); @@ -714,7 +727,7 @@ if (msg->msg_namelen < sizeof(*usin)) return -EINVAL; if (usin->sin_family != AF_INET) - return -EINVAL; + return -EAFNOSUPPORT; daddr = usin->sin_addr.s_addr; /* no remote port */ } else { @@ -735,8 +748,10 @@ if (msg->msg_controllen) { err = ip_cmsg_send(sock_net(sk), msg, &ipc, false); - if (err) + if (unlikely(err)) { + kfree(ipc.opt); return err; + } if (ipc.opt) free = 1; } @@ -971,8 +986,11 @@ sk = ping_lookup(net, skb, ntohs(icmph->un.echo.id)); if (sk != NULL) { + struct sk_buff *skb2 = skb_clone(skb, GFP_ATOMIC); + pr_debug("rcv on socket %p\n", sk); - ping_queue_rcv_skb(sk, skb_get(skb)); + if (skb2) + ping_queue_rcv_skb(sk, skb2); sock_put(sk); return; } --- linux-lts-utopic-3.16.0.orig/net/ipv4/raw.c +++ linux-lts-utopic-3.16.0/net/ipv4/raw.c @@ -525,8 +525,10 @@ if (msg->msg_controllen) { err = ip_cmsg_send(sock_net(sk), msg, &ipc, false); - if (err) + if (unlikely(err)) { + kfree(ipc.opt); goto out; + } if (ipc.opt) free = 1; } --- linux-lts-utopic-3.16.0.orig/net/ipv4/route.c +++ linux-lts-utopic-3.16.0/net/ipv4/route.c @@ -125,6 +125,7 @@ static int ip_rt_min_pmtu __read_mostly = 512 + 20 + 20; static int ip_rt_min_advmss __read_mostly = 256; +static int ip_rt_gc_timeout __read_mostly = RT_GC_TIMEOUT; /* * Interface to generic destination cache. */ @@ -754,7 +755,7 @@ struct fib_nh *nh = &FIB_RES_NH(res); update_or_create_fnhe(nh, fl4->daddr, new_gw, - 0, 0); + 0, jiffies + ip_rt_gc_timeout); } if (kill_route) rt->dst.obsolete = DST_OBSOLETE_KILL; @@ -903,6 +904,10 @@ bool send; int code; + /* IP on this device is disabled. */ + if (!in_dev) + goto out; + net = dev_net(rt->dst.dev); if (!IN_DEV_FORWARD(in_dev)) { switch (rt->dst.error) { @@ -1522,6 +1527,36 @@ #endif } +static void ip_del_fnhe(struct fib_nh *nh, __be32 daddr) +{ + struct fnhe_hash_bucket *hash; + struct fib_nh_exception *fnhe, __rcu **fnhe_p; + u32 hval = fnhe_hashfun(daddr); + + spin_lock_bh(&fnhe_lock); + + hash = rcu_dereference_protected(nh->nh_exceptions, + lockdep_is_held(&fnhe_lock)); + hash += hval; + + fnhe_p = &hash->chain; + fnhe = rcu_dereference_protected(*fnhe_p, lockdep_is_held(&fnhe_lock)); + while (fnhe) { + if (fnhe->fnhe_daddr == daddr) { + rcu_assign_pointer(*fnhe_p, rcu_dereference_protected( + fnhe->fnhe_next, lockdep_is_held(&fnhe_lock))); + fnhe_flush_routes(fnhe); + kfree_rcu(fnhe, rcu); + break; + } + fnhe_p = &fnhe->fnhe_next; + fnhe = rcu_dereference_protected(fnhe->fnhe_next, + lockdep_is_held(&fnhe_lock)); + } + + spin_unlock_bh(&fnhe_lock); +} + /* called in rcu_read_lock() section */ static int __mkroute_input(struct sk_buff *skb, const struct fib_result *res, @@ -1554,11 +1589,10 @@ do_cache = res->fi && !itag; if (out_dev == in_dev && err && IN_DEV_TX_REDIRECTS(out_dev) && + skb->protocol == htons(ETH_P_IP) && (IN_DEV_SHARED_MEDIA(out_dev) || - inet_addr_onlink(out_dev, saddr, FIB_RES_GW(*res)))) { - flags |= RTCF_DOREDIRECT; - do_cache = false; - } + inet_addr_onlink(out_dev, saddr, FIB_RES_GW(*res)))) + IPCB(skb)->flags |= IPSKB_DOREDIRECT; if (skb->protocol != htons(ETH_P_IP)) { /* Not IP (i.e. ARP). Do not create route, if it is @@ -1577,11 +1611,20 @@ fnhe = find_exception(&FIB_RES_NH(*res), daddr); if (do_cache) { - if (fnhe != NULL) + if (fnhe) { rth = rcu_dereference(fnhe->fnhe_rth_input); - else - rth = rcu_dereference(FIB_RES_NH(*res).nh_rth_input); + if (rth && rth->dst.expires && + time_after(jiffies, rth->dst.expires)) { + ip_del_fnhe(&FIB_RES_NH(*res), daddr); + fnhe = NULL; + } else { + goto rt_cache; + } + } + rth = rcu_dereference(FIB_RES_NH(*res).nh_rth_input); + +rt_cache: if (rt_cache_valid(rth)) { skb_dst_set_noref(skb, &rth->dst); goto out; @@ -1798,6 +1841,7 @@ no_route: RT_CACHE_STAT_INC(in_no_route); res.type = RTN_UNREACHABLE; + res.fi = NULL; if (err == -ESRCH) err = -ENETUNREACH; goto local_input; @@ -1931,19 +1975,29 @@ struct fib_nh *nh = &FIB_RES_NH(*res); fnhe = find_exception(nh, fl4->daddr); - if (fnhe) + if (fnhe) { prth = &fnhe->fnhe_rth_output; - else { - if (unlikely(fl4->flowi4_flags & - FLOWI_FLAG_KNOWN_NH && - !(nh->nh_gw && - nh->nh_scope == RT_SCOPE_LINK))) { - do_cache = false; - goto add; + rth = rcu_dereference(*prth); + if (rth && rth->dst.expires && + time_after(jiffies, rth->dst.expires)) { + ip_del_fnhe(nh, fl4->daddr); + fnhe = NULL; + } else { + goto rt_cache; } - prth = __this_cpu_ptr(nh->nh_pcpu_rth_output); } + + if (unlikely(fl4->flowi4_flags & + FLOWI_FLAG_KNOWN_NH && + !(nh->nh_gw && + nh->nh_scope == RT_SCOPE_LINK))) { + do_cache = false; + goto add; + } + prth = raw_cpu_ptr(nh->nh_pcpu_rth_output); rth = rcu_dereference(*prth); + +rt_cache: if (rt_cache_valid(rth)) { dst_hold(&rth->dst); return rth; @@ -2267,9 +2321,9 @@ return rt; if (flp4->flowi4_proto) - rt = (struct rtable *) xfrm_lookup(net, &rt->dst, - flowi4_to_flowi(flp4), - sk, 0); + rt = (struct rtable *)xfrm_lookup_route(net, &rt->dst, + flowi4_to_flowi(flp4), + sk, 0); return rt; } @@ -2304,6 +2358,8 @@ r->rtm_flags = (rt->rt_flags & ~0xFFFF) | RTM_F_CLONED; if (rt->rt_flags & RTCF_NOTIFY) r->rtm_flags |= RTM_F_NOTIFY; + if (IPCB(skb)->flags & IPSKB_DOREDIRECT) + r->rtm_flags |= RTCF_DOREDIRECT; if (nla_put_be32(skb, RTA_DST, dst)) goto nla_put_failure; @@ -2488,7 +2544,6 @@ } #ifdef CONFIG_SYSCTL -static int ip_rt_gc_timeout __read_mostly = RT_GC_TIMEOUT; static int ip_rt_gc_interval __read_mostly = 60 * HZ; static int ip_rt_gc_min_interval __read_mostly = HZ / 2; static int ip_rt_gc_elasticity __read_mostly = 8; --- linux-lts-utopic-3.16.0.orig/net/ipv4/tcp.c +++ linux-lts-utopic-3.16.0/net/ipv4/tcp.c @@ -765,7 +765,7 @@ ret = -EAGAIN; break; } - sk_wait_data(sk, &timeo); + sk_wait_data(sk, &timeo, NULL); if (signal_pending(current)) { ret = sock_intr_errno(timeo); break; @@ -929,7 +929,7 @@ i = skb_shinfo(skb)->nr_frags; can_coalesce = skb_can_coalesce(skb, i, page, offset); - if (!can_coalesce && i >= MAX_SKB_FRAGS) { + if (!can_coalesce && i >= sysctl_max_skb_frags) { tcp_mark_push(tp, skb); goto new_segment; } @@ -1175,13 +1175,6 @@ goto wait_for_memory; /* - * All packets are restored as if they have - * already been sent. - */ - if (tp->repair) - TCP_SKB_CB(skb)->when = tcp_time_stamp; - - /* * Check whether we can use HW checksum. */ if (sk->sk_route_caps & NETIF_F_ALL_CSUM) @@ -1190,6 +1183,13 @@ skb_entail(sk, skb); copy = size_goal; max = size_goal; + + /* All packets are restored as if they have + * already been sent. skb_mstamp isn't set to + * avoid wrong rtt estimation. + */ + if (tp->repair) + TCP_SKB_CB(skb)->sacked |= TCPCB_REPAIRED; } /* Try to append data to the end of skb. */ @@ -1213,7 +1213,7 @@ if (!skb_can_coalesce(skb, i, pfrag->page, pfrag->offset)) { - if (i == MAX_SKB_FRAGS || !sg) { + if (i == sysctl_max_skb_frags || !sg) { tcp_mark_push(tp, skb); goto new_segment; } @@ -1614,7 +1614,7 @@ long timeo; struct task_struct *user_recv = NULL; bool copied_early = false; - struct sk_buff *skb; + struct sk_buff *skb, *last; u32 urg_hole = 0; if (sk_can_busy_loop(sk) && skb_queue_empty(&sk->sk_receive_queue) && @@ -1693,7 +1693,9 @@ /* Next get a buffer. */ + last = skb_peek_tail(&sk->sk_receive_queue); skb_queue_walk(&sk->sk_receive_queue, skb) { + last = skb; /* Now that we have two receive queues this * shouldn't happen. */ @@ -1822,8 +1824,9 @@ /* Do not sleep, just process backlog. */ release_sock(sk); lock_sock(sk); - } else - sk_wait_data(sk, &timeo); + } else { + sk_wait_data(sk, &timeo, last); + } #ifdef CONFIG_NET_DMA tcp_service_net_dma(sk, false); /* Don't block */ @@ -2684,10 +2687,13 @@ case TCP_FASTOPEN: if (val >= 0 && ((1 << sk->sk_state) & (TCPF_CLOSE | - TCPF_LISTEN))) + TCPF_LISTEN))) { + tcp_fastopen_init_key_once(true); + err = fastopen_init_queue(sk, val); - else + } else { err = -EINVAL; + } break; case TCP_TIMESTAMP: if (!tp->repair) @@ -2967,61 +2973,42 @@ #endif #ifdef CONFIG_TCP_MD5SIG -static struct tcp_md5sig_pool __percpu *tcp_md5sig_pool __read_mostly; +static DEFINE_PER_CPU(struct tcp_md5sig_pool, tcp_md5sig_pool); static DEFINE_MUTEX(tcp_md5sig_mutex); - -static void __tcp_free_md5sig_pool(struct tcp_md5sig_pool __percpu *pool) -{ - int cpu; - - for_each_possible_cpu(cpu) { - struct tcp_md5sig_pool *p = per_cpu_ptr(pool, cpu); - - if (p->md5_desc.tfm) - crypto_free_hash(p->md5_desc.tfm); - } - free_percpu(pool); -} +static bool tcp_md5sig_pool_populated = false; static void __tcp_alloc_md5sig_pool(void) { int cpu; - struct tcp_md5sig_pool __percpu *pool; - - pool = alloc_percpu(struct tcp_md5sig_pool); - if (!pool) - return; for_each_possible_cpu(cpu) { - struct crypto_hash *hash; - - hash = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC); - if (IS_ERR_OR_NULL(hash)) - goto out_free; + if (!per_cpu(tcp_md5sig_pool, cpu).md5_desc.tfm) { + struct crypto_hash *hash; - per_cpu_ptr(pool, cpu)->md5_desc.tfm = hash; + hash = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC); + if (IS_ERR_OR_NULL(hash)) + return; + per_cpu(tcp_md5sig_pool, cpu).md5_desc.tfm = hash; + } } - /* before setting tcp_md5sig_pool, we must commit all writes - * to memory. See ACCESS_ONCE() in tcp_get_md5sig_pool() + /* before setting tcp_md5sig_pool_populated, we must commit all writes + * to memory. See smp_rmb() in tcp_get_md5sig_pool() */ smp_wmb(); - tcp_md5sig_pool = pool; - return; -out_free: - __tcp_free_md5sig_pool(pool); + tcp_md5sig_pool_populated = true; } bool tcp_alloc_md5sig_pool(void) { - if (unlikely(!tcp_md5sig_pool)) { + if (unlikely(!tcp_md5sig_pool_populated)) { mutex_lock(&tcp_md5sig_mutex); - if (!tcp_md5sig_pool) + if (!tcp_md5sig_pool_populated) __tcp_alloc_md5sig_pool(); mutex_unlock(&tcp_md5sig_mutex); } - return tcp_md5sig_pool != NULL; + return tcp_md5sig_pool_populated; } EXPORT_SYMBOL(tcp_alloc_md5sig_pool); @@ -3035,13 +3022,13 @@ */ struct tcp_md5sig_pool *tcp_get_md5sig_pool(void) { - struct tcp_md5sig_pool __percpu *p; - local_bh_disable(); - p = ACCESS_ONCE(tcp_md5sig_pool); - if (p) - return __this_cpu_ptr(p); + if (tcp_md5sig_pool_populated) { + /* coupled with smp_wmb() in __tcp_alloc_md5sig_pool() */ + smp_rmb(); + return this_cpu_ptr(&tcp_md5sig_pool); + } local_bh_enable(); return NULL; } --- linux-lts-utopic-3.16.0.orig/net/ipv4/tcp_fastopen.c +++ linux-lts-utopic-3.16.0/net/ipv4/tcp_fastopen.c @@ -78,8 +78,6 @@ struct tcp_fastopen_context *ctx; bool ok = false; - tcp_fastopen_init_key_once(true); - rcu_read_lock(); ctx = rcu_dereference(tcp_fastopen_ctx); if (ctx) { @@ -134,6 +132,7 @@ struct tcp_sock *tp; struct request_sock_queue *queue = &inet_csk(sk)->icsk_accept_queue; struct sock *child; + u32 end_seq; req->num_retrans = 0; req->num_timeout = 0; @@ -185,20 +184,35 @@ /* Queue the data carried in the SYN packet. We need to first * bump skb's refcnt because the caller will attempt to free it. + * Note that IPv6 might also have used skb_get() trick + * in tcp_v6_conn_request() to keep this SYN around (treq->pktopts) + * So we need to eventually get a clone of the packet, + * before inserting it in sk_receive_queue. * * XXX (TFO) - we honor a zero-payload TFO request for now, * (any reason not to?) but no need to queue the skb since * there is no data. How about SYN+FIN? */ - if (TCP_SKB_CB(skb)->end_seq != TCP_SKB_CB(skb)->seq + 1) { - skb = skb_get(skb); - skb_dst_drop(skb); - __skb_pull(skb, tcp_hdr(skb)->doff * 4); - skb_set_owner_r(skb, child); - __skb_queue_tail(&child->sk_receive_queue, skb); - tp->syn_data_acked = 1; + end_seq = TCP_SKB_CB(skb)->end_seq; + if (end_seq != TCP_SKB_CB(skb)->seq + 1) { + struct sk_buff *skb2; + + if (unlikely(skb_shared(skb))) + skb2 = skb_clone(skb, GFP_ATOMIC); + else + skb2 = skb_get(skb); + + if (likely(skb2)) { + skb_dst_drop(skb2); + __skb_pull(skb2, tcp_hdrlen(skb)); + skb_set_owner_r(skb2, child); + __skb_queue_tail(&child->sk_receive_queue, skb2); + tp->syn_data_acked = 1; + } else { + end_seq = TCP_SKB_CB(skb)->seq + 1; + } } - tcp_rsk(req)->rcv_nxt = tp->rcv_nxt = TCP_SKB_CB(skb)->end_seq; + tcp_rsk(req)->rcv_nxt = tp->rcv_nxt = end_seq; sk->sk_data_ready(sk); bh_unlock_sock(child); sock_put(child); --- linux-lts-utopic-3.16.0.orig/net/ipv4/tcp_input.c +++ linux-lts-utopic-3.16.0/net/ipv4/tcp_input.c @@ -2680,7 +2680,6 @@ */ static void tcp_process_loss(struct sock *sk, int flag, bool is_dupack) { - struct inet_connection_sock *icsk = inet_csk(sk); struct tcp_sock *tp = tcp_sk(sk); bool recovered = !before(tp->snd_una, tp->high_seq); @@ -2706,12 +2705,9 @@ if (recovered) { /* F-RTO RFC5682 sec 3.1 step 2.a and 1st part of step 3.a */ - icsk->icsk_retransmits = 0; tcp_try_undo_recovery(sk); return; } - if (flag & FLAG_DATA_ACKED) - icsk->icsk_retransmits = 0; if (tcp_is_reno(tp)) { /* A Reno DUPACK means new data in F-RTO step 2.b above are * delivered. Lower inflight to clock out (re)tranmissions. @@ -2895,9 +2891,6 @@ * Karn's algorithm forbids taking RTT if some retransmitted data * is acked (RFC6298). */ - if (flag & FLAG_RETRANS_DATA_ACKED) - seq_rtt_us = -1L; - if (seq_rtt_us < 0) seq_rtt_us = sack_rtt_us; @@ -3072,10 +3065,11 @@ if (!first_ackt.v64) first_ackt = last_ackt; - if (!(sacked & TCPCB_SACKED_ACKED)) + if (!(sacked & TCPCB_SACKED_ACKED)) { reord = min(pkts_acked, reord); - if (!after(scb->end_seq, tp->high_seq)) - flag |= FLAG_ORIG_SACK_ACKED; + if (!after(scb->end_seq, tp->high_seq)) + flag |= FLAG_ORIG_SACK_ACKED; + } } if (sacked & TCPCB_SACKED_ACKED) @@ -3118,7 +3112,7 @@ flag |= FLAG_SACK_RENEGING; skb_mstamp_get(&now); - if (first_ackt.v64) { + if (first_ackt.v64 && !(flag & FLAG_RETRANS_DATA_ACKED)) { seq_rtt_us = skb_mstamp_us_delta(&now, &first_ackt); ca_seq_rtt_us = skb_mstamp_us_delta(&now, &last_ackt); } @@ -3393,8 +3387,10 @@ icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) tcp_rearm_rto(sk); - if (after(ack, prior_snd_una)) + if (after(ack, prior_snd_una)) { flag |= FLAG_SND_UNA_ADVANCED; + icsk->icsk_retransmits = 0; + } prior_fackets = tp->fackets_out; @@ -5553,6 +5549,7 @@ } tp->rcv_nxt = TCP_SKB_CB(skb)->seq + 1; + tp->copied_seq = tp->rcv_nxt; tp->rcv_wup = TCP_SKB_CB(skb)->seq + 1; /* RFC1323: The window in SYN & SYN/ACK segments is --- linux-lts-utopic-3.16.0.orig/net/ipv4/tcp_ipv4.c +++ linux-lts-utopic-3.16.0/net/ipv4/tcp_ipv4.c @@ -269,7 +269,7 @@ * It can be called through tcp_release_cb() if socket was owned by user * at the time tcp_v4_err() was called to handle ICMP message. */ -static void tcp_v4_mtu_reduced(struct sock *sk) +void tcp_v4_mtu_reduced(struct sock *sk) { struct dst_entry *dst; struct inet_sock *inet = inet_sk(sk); @@ -300,6 +300,7 @@ tcp_simple_retransmit(sk); } /* else let the usual retransmit timer handle it */ } +EXPORT_SYMBOL(tcp_v4_mtu_reduced); static void do_redirect(struct sk_buff *skb, struct sock *sk) { @@ -683,7 +684,8 @@ net = dev_net(skb_dst(skb)->dev); arg.tos = ip_hdr(skb)->tos; - ip_send_unicast_reply(net, skb, ip_hdr(skb)->saddr, + ip_send_unicast_reply(*this_cpu_ptr(net->ipv4.tcp_sk), + skb, ip_hdr(skb)->saddr, ip_hdr(skb)->daddr, &arg, arg.iov[0].iov_len); TCP_INC_STATS_BH(net, TCP_MIB_OUTSEGS); @@ -702,7 +704,8 @@ outside socket context is ugly, certainly. What can I do? */ -static void tcp_v4_send_ack(struct sk_buff *skb, u32 seq, u32 ack, +static void tcp_v4_send_ack(struct net *net, + struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, struct tcp_md5sig_key *key, int reply_flags, u8 tos) @@ -717,7 +720,6 @@ ]; } rep; struct ip_reply_arg arg; - struct net *net = dev_net(skb_dst(skb)->dev); memset(&rep.th, 0, sizeof(struct tcphdr)); memset(&arg, 0, sizeof(arg)); @@ -766,7 +768,8 @@ if (oif) arg.bound_dev_if = oif; arg.tos = tos; - ip_send_unicast_reply(net, skb, ip_hdr(skb)->saddr, + ip_send_unicast_reply(*this_cpu_ptr(net->ipv4.tcp_sk), + skb, ip_hdr(skb)->saddr, ip_hdr(skb)->daddr, &arg, arg.iov[0].iov_len); TCP_INC_STATS_BH(net, TCP_MIB_OUTSEGS); @@ -777,7 +780,8 @@ struct inet_timewait_sock *tw = inet_twsk(sk); struct tcp_timewait_sock *tcptw = tcp_twsk(sk); - tcp_v4_send_ack(skb, tcptw->tw_snd_nxt, tcptw->tw_rcv_nxt, + tcp_v4_send_ack(sock_net(sk), skb, + tcptw->tw_snd_nxt, tcptw->tw_rcv_nxt, tcptw->tw_rcv_wnd >> tw->tw_rcv_wscale, tcp_time_stamp + tcptw->tw_ts_offset, tcptw->tw_ts_recent, @@ -796,8 +800,10 @@ /* sk->sk_state == TCP_LISTEN -> for regular TCP_SYN_RECV * sk->sk_state == TCP_SYN_RECV -> for Fast Open. */ - tcp_v4_send_ack(skb, (sk->sk_state == TCP_LISTEN) ? - tcp_rsk(req)->snt_isn + 1 : tcp_sk(sk)->snd_nxt, + u32 seq = (sk->sk_state == TCP_LISTEN) ? tcp_rsk(req)->snt_isn + 1 : + tcp_sk(sk)->snd_nxt; + + tcp_v4_send_ack(sock_net(sk), skb, seq, tcp_rsk(req)->rcv_nxt, req->rcv_wnd, tcp_time_stamp, req->ts_recent, @@ -989,7 +995,8 @@ } md5sig = rcu_dereference_protected(tp->md5sig_info, - sock_owned_by_user(sk)); + sock_owned_by_user(sk) || + lockdep_is_held(&sk->sk_lock.slock)); if (!md5sig) { md5sig = kmalloc(sizeof(*md5sig), gfp); if (!md5sig) @@ -1634,7 +1641,7 @@ skb->sk = sk; skb->destructor = sock_edemux; if (sk->sk_state != TCP_TIME_WAIT) { - struct dst_entry *dst = sk->sk_rx_dst; + struct dst_entry *dst = ACCESS_ONCE(sk->sk_rx_dst); if (dst) dst = dst_check(dst, 0); @@ -1880,6 +1887,7 @@ .compat_setsockopt = compat_ip_setsockopt, .compat_getsockopt = compat_ip_getsockopt, #endif + .mtu_reduced = tcp_v4_mtu_reduced, }; EXPORT_SYMBOL(ipv4_specific); @@ -2499,7 +2507,6 @@ .sendpage = tcp_sendpage, .backlog_rcv = tcp_v4_do_rcv, .release_cb = tcp_release_cb, - .mtu_reduced = tcp_v4_mtu_reduced, .hash = inet_hash, .unhash = inet_unhash, .get_port = inet_csk_get_port, @@ -2531,14 +2538,39 @@ }; EXPORT_SYMBOL(tcp_prot); +static void __net_exit tcp_sk_exit(struct net *net) +{ + int cpu; + + for_each_possible_cpu(cpu) + inet_ctl_sock_destroy(*per_cpu_ptr(net->ipv4.tcp_sk, cpu)); + free_percpu(net->ipv4.tcp_sk); +} + static int __net_init tcp_sk_init(struct net *net) { + int res, cpu; + + net->ipv4.tcp_sk = alloc_percpu(struct sock *); + if (!net->ipv4.tcp_sk) + return -ENOMEM; + + for_each_possible_cpu(cpu) { + struct sock *sk; + + res = inet_ctl_sock_create(&sk, PF_INET, SOCK_RAW, + IPPROTO_TCP, net); + if (res) + goto fail; + *per_cpu_ptr(net->ipv4.tcp_sk, cpu) = sk; + } net->ipv4.sysctl_tcp_ecn = 2; return 0; -} -static void __net_exit tcp_sk_exit(struct net *net) -{ +fail: + tcp_sk_exit(net); + + return res; } static void __net_exit tcp_sk_exit_batch(struct list_head *net_exit_list) --- linux-lts-utopic-3.16.0.orig/net/ipv4/tcp_metrics.c +++ linux-lts-utopic-3.16.0/net/ipv4/tcp_metrics.c @@ -550,7 +550,7 @@ */ if (crtt > tp->srtt_us) { /* Set RTO like tcp_rtt_estimator(), but from cached RTT. */ - crtt /= 8 * USEC_PER_MSEC; + crtt /= 8 * USEC_PER_SEC / HZ; inet_csk(sk)->icsk_rto = crtt + max(2 * crtt, tcp_rto_min(sk)); } else if (tp->srtt_us == 0) { /* RFC6298: 5.7 We've failed to get a valid RTT sample from --- linux-lts-utopic-3.16.0.orig/net/ipv4/tcp_minisocks.c +++ linux-lts-utopic-3.16.0/net/ipv4/tcp_minisocks.c @@ -297,7 +297,7 @@ tw->tw_v6_daddr = sk->sk_v6_daddr; tw->tw_v6_rcv_saddr = sk->sk_v6_rcv_saddr; tw->tw_tclass = np->tclass; - tw->tw_flowlabel = np->flow_label >> 12; + tw->tw_flowlabel = be32_to_cpu(np->flow_label & IPV6_FLOWLABEL_MASK); tw->tw_ipv6only = np->ipv6only; } #endif --- linux-lts-utopic-3.16.0.orig/net/ipv4/tcp_output.c +++ linux-lts-utopic-3.16.0/net/ipv4/tcp_output.c @@ -800,7 +800,7 @@ __sock_put(sk); } if (flags & (1UL << TCP_MTU_REDUCED_DEFERRED)) { - sk->sk_prot->mtu_reduced(sk); + inet_csk(sk)->icsk_af_ops->mtu_reduced(sk); __sock_put(sk); } } @@ -1916,8 +1916,11 @@ tso_segs = tcp_init_tso_segs(sk, skb, mss_now); BUG_ON(!tso_segs); - if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) + if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { + /* "when" is used as a start point for the retransmit timer */ + TCP_SKB_CB(skb)->when = tcp_time_stamp; goto repair; /* Skip network transmission */ + } cwnd_quota = tcp_cwnd_test(tp, skb); if (!cwnd_quota) { @@ -1932,7 +1935,7 @@ if (unlikely(!tcp_snd_wnd_test(tp, skb, mss_now))) break; - if (tso_segs == 1) { + if (tso_segs == 1 || !sk->sk_gso_max_segs) { if (unlikely(!tcp_nagle_test(tp, skb, mss_now, (tcp_skb_is_last(sk, skb) ? nonagle : TCP_NAGLE_PUSH)))) @@ -1968,7 +1971,7 @@ } limit = mss_now; - if (tso_segs > 1 && !tcp_urg_mode(tp)) + if (tso_segs > 1 && sk->sk_gso_max_segs && !tcp_urg_mode(tp)) limit = tcp_mss_split_point(sk, skb, mss_now, min_t(unsigned int, cwnd_quota, @@ -2079,7 +2082,8 @@ const struct sk_buff *fclone = skb + 1; if (unlikely(skb->fclone == SKB_FCLONE_ORIG && - fclone->fclone == SKB_FCLONE_CLONE)) { + fclone->fclone == SKB_FCLONE_CLONE && + fclone->sk == sk)) { NET_INC_STATS_BH(sock_net(sk), LINUX_MIB_TCPSPURIOUS_RTX_HOSTQUEUES); return true; @@ -2671,43 +2675,65 @@ } } -/* Send a fin. The caller locks the socket for us. This cannot be - * allowed to fail queueing a FIN frame under any circumstances. +/* We allow to exceed memory limits for FIN packets to expedite + * connection tear down and (memory) recovery. + * Otherwise tcp_send_fin() could be tempted to either delay FIN + * or even be forced to close flow without any FIN. + */ +static void sk_forced_wmem_schedule(struct sock *sk, int size) +{ + int amt, status; + + if (size <= sk->sk_forward_alloc) + return; + amt = sk_mem_pages(size); + sk->sk_forward_alloc += amt * SK_MEM_QUANTUM; + sk_memory_allocated_add(sk, amt, &status); +} + +/* Send a FIN. The caller locks the socket for us. + * We should try to send a FIN packet really hard, but eventually give up. */ void tcp_send_fin(struct sock *sk) { + struct sk_buff *skb, *tskb = tcp_write_queue_tail(sk); struct tcp_sock *tp = tcp_sk(sk); - struct sk_buff *skb = tcp_write_queue_tail(sk); - int mss_now; - - /* Optimization, tack on the FIN if we have a queue of - * unsent frames. But be careful about outgoing SACKS - * and IP options. - */ - mss_now = tcp_current_mss(sk); - if (tcp_send_head(sk) != NULL) { - TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_FIN; - TCP_SKB_CB(skb)->end_seq++; + /* Optimization, tack on the FIN if we have one skb in write queue and + * this skb was not yet sent, or we are under memory pressure. + * Note: in the latter case, FIN packet will be sent after a timeout, + * as TCP stack thinks it has already been transmitted. + */ + if (tskb && (tcp_send_head(sk) || sk_under_memory_pressure(sk))) { +coalesce: + TCP_SKB_CB(tskb)->tcp_flags |= TCPHDR_FIN; + TCP_SKB_CB(tskb)->end_seq++; tp->write_seq++; + if (!tcp_send_head(sk)) { + /* This means tskb was already sent. + * Pretend we included the FIN on previous transmit. + * We need to set tp->snd_nxt to the value it would have + * if FIN had been sent. This is because retransmit path + * does not change tp->snd_nxt. + */ + tp->snd_nxt++; + return; + } } else { - /* Socket is locked, keep trying until memory is available. */ - for (;;) { - skb = alloc_skb_fclone(MAX_TCP_HEADER, - sk->sk_allocation); - if (skb) - break; - yield(); + skb = alloc_skb_fclone(MAX_TCP_HEADER, sk->sk_allocation); + if (unlikely(!skb)) { + if (tskb) + goto coalesce; + return; } - - /* Reserve space for headers and prepare control bits. */ skb_reserve(skb, MAX_TCP_HEADER); + sk_forced_wmem_schedule(sk, skb->truesize); /* FIN eats a sequence byte, write_seq advanced by tcp_queue_skb(). */ tcp_init_nondata_skb(skb, tp->write_seq, TCPHDR_ACK | TCPHDR_FIN); tcp_queue_skb(sk, skb); } - __tcp_push_pending_frames(sk, mss_now, TCP_NAGLE_OFF); + __tcp_push_pending_frames(sk, tcp_current_mss(sk), TCP_NAGLE_OFF); } /* We get here when a process closes a file descriptor (either due to @@ -2855,6 +2881,8 @@ } #endif + /* Do not fool tcpdump (if any), clean our debris */ + skb->tstamp.tv64 = 0; return skb; } EXPORT_SYMBOL(tcp_make_synack); @@ -2954,9 +2982,9 @@ { struct tcp_sock *tp = tcp_sk(sk); struct tcp_fastopen_request *fo = tp->fastopen_req; - int syn_loss = 0, space, i, err = 0, iovlen = fo->data->msg_iovlen; - struct sk_buff *syn_data = NULL, *data; + int syn_loss = 0, space, err = 0; unsigned long last_syn_loss = 0; + struct sk_buff *syn_data; tp->rx_opt.mss_clamp = tp->advmss; /* If MSS is not cached */ tcp_fastopen_cache_get(sk, &tp->rx_opt.mss_clamp, &fo->cookie, @@ -2987,48 +3015,41 @@ /* limit to order-0 allocations */ space = min_t(size_t, space, SKB_MAX_HEAD(MAX_TCP_HEADER)); - syn_data = skb_copy_expand(syn, MAX_TCP_HEADER, space, - sk->sk_allocation); - if (syn_data == NULL) + syn_data = sk_stream_alloc_skb(sk, space, sk->sk_allocation); + if (!syn_data) goto fallback; - - for (i = 0; i < iovlen && syn_data->len < space; ++i) { - struct iovec *iov = &fo->data->msg_iov[i]; - unsigned char __user *from = iov->iov_base; - int len = iov->iov_len; - - if (syn_data->len + len > space) - len = space - syn_data->len; - else if (i + 1 == iovlen) - /* No more data pending in inet_wait_for_connect() */ - fo->data = NULL; - - if (skb_add_data(syn_data, from, len)) - goto fallback; - } - - /* Queue a data-only packet after the regular SYN for retransmission */ - data = pskb_copy(syn_data, sk->sk_allocation); - if (data == NULL) + syn_data->ip_summed = CHECKSUM_PARTIAL; + memcpy(syn_data->cb, syn->cb, sizeof(syn->cb)); + skb_shinfo(syn_data)->gso_segs = 1; + if (unlikely(memcpy_fromiovecend(skb_put(syn_data, space), + fo->data->msg_iov, 0, space))) { + kfree_skb(syn_data); goto fallback; - TCP_SKB_CB(data)->seq++; - TCP_SKB_CB(data)->tcp_flags &= ~TCPHDR_SYN; - TCP_SKB_CB(data)->tcp_flags = (TCPHDR_ACK|TCPHDR_PSH); - tcp_connect_queue_skb(sk, data); - fo->copied = data->len; + } - /* syn_data is about to be sent, we need to take current time stamps - * for the packets that are in write queue : SYN packet and DATA - */ - skb_mstamp_get(&syn->skb_mstamp); - data->skb_mstamp = syn->skb_mstamp; + /* No more data pending in inet_wait_for_connect() */ + if (space == fo->size) + fo->data = NULL; + fo->copied = space; - if (tcp_transmit_skb(sk, syn_data, 0, sk->sk_allocation) == 0) { + tcp_connect_queue_skb(sk, syn_data); + + err = tcp_transmit_skb(sk, syn_data, 1, sk->sk_allocation); + + syn->skb_mstamp = syn_data->skb_mstamp; + + /* Now full SYN+DATA was cloned and sent (or not), + * remove the SYN from the original skb (syn_data) + * we keep in write queue in case of a retransmit, as we + * also have the SYN packet (with no data) in the same queue. + */ + TCP_SKB_CB(syn_data)->seq++; + TCP_SKB_CB(syn_data)->tcp_flags = TCPHDR_ACK | TCPHDR_PSH; + if (!err) { tp->syn_data = (fo->copied > 0); NET_INC_STATS(sock_net(sk), LINUX_MIB_TCPORIGDATASENT); goto done; } - syn_data = NULL; fallback: /* Send a regular SYN with Fast Open cookie request option */ @@ -3037,7 +3058,6 @@ err = tcp_transmit_skb(sk, syn, 1, sk->sk_allocation); if (err) tp->syn_fastopen = 0; - kfree_skb(syn_data); done: fo->cookie.len = -1; /* Exclude Fast Open option for SYN retries */ return err; @@ -3057,13 +3077,10 @@ return 0; } - buff = alloc_skb_fclone(MAX_TCP_HEADER + 15, sk->sk_allocation); - if (unlikely(buff == NULL)) + buff = sk_stream_alloc_skb(sk, 0, sk->sk_allocation); + if (unlikely(!buff)) return -ENOBUFS; - /* Reserve space for headers. */ - skb_reserve(buff, MAX_TCP_HEADER); - tcp_init_nondata_skb(buff, tp->write_seq++, TCPHDR_SYN); tp->retrans_stamp = TCP_SKB_CB(buff)->when = tcp_time_stamp; tcp_connect_queue_skb(sk, buff); --- linux-lts-utopic-3.16.0.orig/net/ipv4/tcp_vegas.c +++ linux-lts-utopic-3.16.0/net/ipv4/tcp_vegas.c @@ -218,7 +218,8 @@ * This is: * (actual rate in segments) * baseRTT */ - target_cwnd = tp->snd_cwnd * vegas->baseRTT / rtt; + target_cwnd = (u64)tp->snd_cwnd * vegas->baseRTT; + do_div(target_cwnd, rtt); /* Calculate the difference between the window we had, * and the window we would like to have. This quantity --- linux-lts-utopic-3.16.0.orig/net/ipv4/tcp_veno.c +++ linux-lts-utopic-3.16.0/net/ipv4/tcp_veno.c @@ -144,7 +144,7 @@ rtt = veno->minrtt; - target_cwnd = (tp->snd_cwnd * veno->basertt); + target_cwnd = (u64)tp->snd_cwnd * veno->basertt; target_cwnd <<= V_PARAM_SHIFT; do_div(target_cwnd, rtt); --- linux-lts-utopic-3.16.0.orig/net/ipv4/tcp_yeah.c +++ linux-lts-utopic-3.16.0/net/ipv4/tcp_yeah.c @@ -222,7 +222,7 @@ yeah->fast_count = 0; yeah->reno_count = max(yeah->reno_count>>1, 2U); - return tp->snd_cwnd - reduction; + return max_t(int, tp->snd_cwnd - reduction, 2); } static struct tcp_congestion_ops tcp_yeah __read_mostly = { --- linux-lts-utopic-3.16.0.orig/net/ipv4/udp.c +++ linux-lts-utopic-3.16.0/net/ipv4/udp.c @@ -90,6 +90,7 @@ #include #include #include +#include #include #include #include @@ -971,8 +972,10 @@ if (msg->msg_controllen) { err = ip_cmsg_send(sock_net(sk), msg, &ipc, sk->sk_family == AF_INET6); - if (err) + if (unlikely(err)) { + kfree(ipc.opt); return err; + } if (ipc.opt) free = 1; connected = 0; @@ -1271,6 +1274,7 @@ int peeked, off = 0; int err; int is_udplite = IS_UDPLITE(sk); + bool checksum_valid = false; bool slow; if (flags & MSG_ERRQUEUE) @@ -1296,11 +1300,12 @@ */ if (copied < ulen || UDP_SKB_CB(skb)->partial_cov) { - if (udp_lib_checksum_complete(skb)) + checksum_valid = !udp_lib_checksum_complete(skb); + if (!checksum_valid) goto csum_copy_err; } - if (skb_csum_unnecessary(skb)) + if (checksum_valid || skb_csum_unnecessary(skb)) err = skb_copy_datagram_iovec(skb, sizeof(struct udphdr), msg->msg_iov, copied); else { @@ -1356,10 +1361,8 @@ } unlock_sock_fast(sk, slow); - if (noblock) - return -EAGAIN; - - /* starting over for a new packet */ + /* starting over for a new packet, but check if we need to yield */ + cond_resched(); msg->msg_flags &= ~MSG_TRUNC; goto try_again; } @@ -1955,6 +1958,7 @@ struct sock *sk; struct dst_entry *dst; int dif = skb->dev->ifindex; + int ours; /* validate the packet */ if (!pskb_may_pull(skb, skb_transport_offset(skb) + sizeof(struct udphdr))) @@ -1964,26 +1968,43 @@ uh = udp_hdr(skb); if (skb->pkt_type == PACKET_BROADCAST || - skb->pkt_type == PACKET_MULTICAST) + skb->pkt_type == PACKET_MULTICAST) { + struct in_device *in_dev = __in_dev_get_rcu(skb->dev); + + if (!in_dev) + return; + + ours = ip_check_mc_rcu(in_dev, iph->daddr, iph->saddr, + iph->protocol); + if (!ours) + return; sk = __udp4_lib_mcast_demux_lookup(net, uh->dest, iph->daddr, uh->source, iph->saddr, dif); - else if (skb->pkt_type == PACKET_HOST) + } else if (skb->pkt_type == PACKET_HOST) { sk = __udp4_lib_demux_lookup(net, uh->dest, iph->daddr, uh->source, iph->saddr, dif); - else + } else { return; + } if (!sk) return; skb->sk = sk; skb->destructor = sock_edemux; - dst = sk->sk_rx_dst; + dst = ACCESS_ONCE(sk->sk_rx_dst); if (dst) dst = dst_check(dst, 0); - if (dst) - skb_dst_set_noref(skb, dst); + if (dst) { + /* DST_NOCACHE can not be used without taking a reference */ + if (dst->flags & DST_NOCACHE) { + if (likely(atomic_inc_not_zero(&dst->__refcnt))) + skb_dst_set(skb, dst); + } else { + skb_dst_set_noref(skb, dst); + } + } } int udp_rcv(struct sk_buff *skb) @@ -2557,7 +2578,7 @@ skb->encap_hdr_csum = 1; /* segment inner packet. */ - enc_features = skb->dev->hw_enc_features & netif_skb_features(skb); + enc_features = skb->dev->hw_enc_features & features; segs = skb_mac_gso_segment(skb, enc_features); if (!segs || IS_ERR(segs)) { skb_gso_error_unwind(skb, protocol, tnl_hlen, mac_offset, --- linux-lts-utopic-3.16.0.orig/net/ipv4/udp_diag.c +++ linux-lts-utopic-3.16.0/net/ipv4/udp_diag.c @@ -99,11 +99,13 @@ s_slot = cb->args[0]; num = s_num = cb->args[1]; - for (slot = s_slot; slot <= table->mask; num = s_num = 0, slot++) { + for (slot = s_slot; slot <= table->mask; s_num = 0, slot++) { struct sock *sk; struct hlist_nulls_node *node; struct udp_hslot *hslot = &table->hash[slot]; + num = 0; + if (hlist_nulls_empty(&hslot->head)) continue; --- linux-lts-utopic-3.16.0.orig/net/ipv4/xfrm4_policy.c +++ linux-lts-utopic-3.16.0/net/ipv4/xfrm4_policy.c @@ -230,7 +230,7 @@ xfrm_dst_ifdown(dst, dev); } -static struct dst_ops xfrm4_dst_ops = { +static struct dst_ops xfrm4_dst_ops_template = { .family = AF_INET, .protocol = cpu_to_be16(ETH_P_IP), .gc = xfrm4_garbage_collect, @@ -245,7 +245,7 @@ static struct xfrm_policy_afinfo xfrm4_policy_afinfo = { .family = AF_INET, - .dst_ops = &xfrm4_dst_ops, + .dst_ops = &xfrm4_dst_ops_template, .dst_lookup = xfrm4_dst_lookup, .get_saddr = xfrm4_get_saddr, .decode_session = _decode_session4, @@ -267,7 +267,7 @@ { } }; -static int __net_init xfrm4_net_init(struct net *net) +static int __net_init xfrm4_net_sysctl_init(struct net *net) { struct ctl_table *table; struct ctl_table_header *hdr; @@ -295,7 +295,7 @@ return -ENOMEM; } -static void __net_exit xfrm4_net_exit(struct net *net) +static void __net_exit xfrm4_net_sysctl_exit(struct net *net) { struct ctl_table *table; @@ -307,12 +307,44 @@ if (!net_eq(net, &init_net)) kfree(table); } +#else /* CONFIG_SYSCTL */ +static int inline xfrm4_net_sysctl_init(struct net *net) +{ + return 0; +} + +static void inline xfrm4_net_sysctl_exit(struct net *net) +{ +} +#endif + +static int __net_init xfrm4_net_init(struct net *net) +{ + int ret; + + memcpy(&net->xfrm.xfrm4_dst_ops, &xfrm4_dst_ops_template, + sizeof(xfrm4_dst_ops_template)); + ret = dst_entries_init(&net->xfrm.xfrm4_dst_ops); + if (ret) + return ret; + + ret = xfrm4_net_sysctl_init(net); + if (ret) + dst_entries_destroy(&net->xfrm.xfrm4_dst_ops); + + return ret; +} + +static void __net_exit xfrm4_net_exit(struct net *net) +{ + xfrm4_net_sysctl_exit(net); + dst_entries_destroy(&net->xfrm.xfrm4_dst_ops); +} static struct pernet_operations __net_initdata xfrm4_net_ops = { .init = xfrm4_net_init, .exit = xfrm4_net_exit, }; -#endif static void __init xfrm4_policy_init(void) { @@ -321,13 +353,9 @@ void __init xfrm4_init(void) { - dst_entries_init(&xfrm4_dst_ops); - xfrm4_state_init(); xfrm4_policy_init(); xfrm4_protocol_init(); -#ifdef CONFIG_SYSCTL register_pernet_subsys(&xfrm4_net_ops); -#endif } --- linux-lts-utopic-3.16.0.orig/net/ipv6/addrconf.c +++ linux-lts-utopic-3.16.0/net/ipv6/addrconf.c @@ -186,6 +186,7 @@ .max_desync_factor = MAX_DESYNC_FACTOR, .max_addresses = IPV6_MAX_ADDRESSES, .accept_ra_defrtr = 1, + .accept_ra_min_hop_limit= 1, .accept_ra_pinfo = 1, #ifdef CONFIG_IPV6_ROUTER_PREF .accept_ra_rtr_pref = 1, @@ -222,6 +223,7 @@ .max_desync_factor = MAX_DESYNC_FACTOR, .max_addresses = IPV6_MAX_ADDRESSES, .accept_ra_defrtr = 1, + .accept_ra_min_hop_limit= 1, .accept_ra_pinfo = 1, #ifdef CONFIG_IPV6_ROUTER_PREF .accept_ra_rtr_pref = 1, @@ -533,7 +535,7 @@ if (err < 0) goto errout; - err = EINVAL; + err = -EINVAL; if (!tb[NETCONFA_IFINDEX]) goto errout; @@ -1679,14 +1681,12 @@ addrconf_mod_dad_work(ifp, 0); } -/* Join to solicited addr multicast group. */ - +/* Join to solicited addr multicast group. + * caller must hold RTNL */ void addrconf_join_solict(struct net_device *dev, const struct in6_addr *addr) { struct in6_addr maddr; - ASSERT_RTNL(); - if (dev->flags&(IFF_LOOPBACK|IFF_NOARP)) return; @@ -1694,12 +1694,11 @@ ipv6_dev_mc_inc(dev, &maddr); } +/* caller must hold RTNL */ void addrconf_leave_solict(struct inet6_dev *idev, const struct in6_addr *addr) { struct in6_addr maddr; - ASSERT_RTNL(); - if (idev->dev->flags&(IFF_LOOPBACK|IFF_NOARP)) return; @@ -1707,12 +1706,11 @@ __ipv6_dev_mc_dec(idev, &maddr); } +/* caller must hold RTNL */ static void addrconf_join_anycast(struct inet6_ifaddr *ifp) { struct in6_addr addr; - ASSERT_RTNL(); - if (ifp->prefix_len >= 127) /* RFC 6164 */ return; ipv6_addr_prefix(&addr, &ifp->addr, ifp->prefix_len); @@ -1721,12 +1719,11 @@ ipv6_dev_ac_inc(ifp->idev->dev, &addr); } +/* caller must hold RTNL */ static void addrconf_leave_anycast(struct inet6_ifaddr *ifp) { struct in6_addr addr; - ASSERT_RTNL(); - if (ifp->prefix_len >= 127) /* RFC 6164 */ return; ipv6_addr_prefix(&addr, &ifp->addr, ifp->prefix_len); @@ -4299,6 +4296,7 @@ array[DEVCONF_MAX_DESYNC_FACTOR] = cnf->max_desync_factor; array[DEVCONF_MAX_ADDRESSES] = cnf->max_addresses; array[DEVCONF_ACCEPT_RA_DEFRTR] = cnf->accept_ra_defrtr; + array[DEVCONF_ACCEPT_RA_MIN_HOP_LIMIT] = cnf->accept_ra_min_hop_limit; array[DEVCONF_ACCEPT_RA_PINFO] = cnf->accept_ra_pinfo; #ifdef CONFIG_IPV6_ROUTER_PREF array[DEVCONF_ACCEPT_RA_RTR_PREF] = cnf->accept_ra_rtr_pref; @@ -4751,10 +4749,11 @@ if (ip6_del_rt(ifp->rt)) dst_free(&ifp->rt->dst); + + rt_genid_bump_ipv6(net); break; } atomic_inc(&net->ipv6.dev_addr_genid); - rt_genid_bump_ipv6(net); } static void ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp) @@ -4793,6 +4792,21 @@ return ret; } +static +int addrconf_sysctl_mtu(struct ctl_table *ctl, int write, + void __user *buffer, size_t *lenp, loff_t *ppos) +{ + struct inet6_dev *idev = ctl->extra1; + int min_mtu = IPV6_MIN_MTU; + struct ctl_table lctl; + + lctl = *ctl; + lctl.extra1 = &min_mtu; + lctl.extra2 = idev ? &idev->dev->mtu : NULL; + + return proc_dointvec_minmax(&lctl, write, buffer, lenp, ppos); +} + static void dev_disable_change(struct inet6_dev *idev) { struct netdev_notifier_info info; @@ -4944,7 +4958,7 @@ .data = &ipv6_devconf.mtu6, .maxlen = sizeof(int), .mode = 0644, - .proc_handler = proc_dointvec, + .proc_handler = addrconf_sysctl_mtu, }, { .procname = "accept_ra", @@ -5066,6 +5080,13 @@ .maxlen = sizeof(int), .mode = 0644, .proc_handler = proc_dointvec, + }, + { + .procname = "accept_ra_min_hop_limit", + .data = &ipv6_devconf.accept_ra_min_hop_limit, + .maxlen = sizeof(int), + .mode = 0644, + .proc_handler = proc_dointvec, }, { .procname = "accept_ra_pinfo", --- linux-lts-utopic-3.16.0.orig/net/ipv6/addrconf_core.c +++ linux-lts-utopic-3.16.0/net/ipv6/addrconf_core.c @@ -8,6 +8,13 @@ #include #include +/* if ipv6 module registers this function is used by xfrm to force all + * sockets to relookup their nodes - this is fairly expensive, be + * careful + */ +void (*__fib6_flush_trees)(struct net *); +EXPORT_SYMBOL(__fib6_flush_trees); + #define IPV6_ADDR_SCOPE_TYPE(scope) ((scope) << 16) static inline unsigned int ipv6_addr_scope2type(unsigned int scope) --- linux-lts-utopic-3.16.0.orig/net/ipv6/addrlabel.c +++ linux-lts-utopic-3.16.0/net/ipv6/addrlabel.c @@ -558,7 +558,7 @@ rcu_read_lock(); p = __ipv6_addr_label(net, addr, ipv6_addr_type(addr), ifal->ifal_index); - if (p && ip6addrlbl_hold(p)) + if (p && !ip6addrlbl_hold(p)) p = NULL; lseq = ip6addrlbl_table.seq; rcu_read_unlock(); --- linux-lts-utopic-3.16.0.orig/net/ipv6/af_inet6.c +++ linux-lts-utopic-3.16.0/net/ipv6/af_inet6.c @@ -109,6 +109,9 @@ int try_loading_module = 0; int err; + if (protocol < 0 || protocol >= IPPROTO_MAX) + return -EINVAL; + /* Look for the requested type/protocol pair. */ lookup_protocol: err = -ESOCKTNOSUPPORT; @@ -425,9 +428,11 @@ /* Free tx options */ - opt = xchg(&np->opt, NULL); - if (opt != NULL) - sock_kfree_s(sk, opt, opt->tot_len); + opt = xchg((__force struct ipv6_txoptions **)&np->opt, NULL); + if (opt) { + atomic_sub(opt->tot_len, &sk->sk_omem_alloc); + txopt_put(opt); + } } EXPORT_SYMBOL_GPL(inet6_destroy_sock); @@ -656,7 +661,10 @@ fl6.fl6_sport = inet->inet_sport; security_sk_classify_flow(sk, flowi6_to_flowi(&fl6)); - final_p = fl6_update_dst(&fl6, np->opt, &final); + rcu_read_lock(); + final_p = fl6_update_dst(&fl6, rcu_dereference(np->opt), + &final); + rcu_read_unlock(); dst = ip6_dst_lookup_flow(sk, &fl6, final_p); if (IS_ERR(dst)) { --- linux-lts-utopic-3.16.0.orig/net/ipv6/anycast.c +++ linux-lts-utopic-3.16.0/net/ipv6/anycast.c @@ -77,6 +77,7 @@ pac->acl_next = NULL; pac->acl_addr = *addr; + rtnl_lock(); rcu_read_lock(); if (ifindex == 0) { struct rt6_info *rt; @@ -137,6 +138,7 @@ error: rcu_read_unlock(); + rtnl_unlock(); if (pac) sock_kfree_s(sk, pac, sizeof(*pac)); return err; @@ -171,11 +173,13 @@ spin_unlock_bh(&ipv6_sk_ac_lock); + rtnl_lock(); rcu_read_lock(); dev = dev_get_by_index_rcu(net, pac->acl_ifindex); if (dev) ipv6_dev_ac_dec(dev, &pac->acl_addr); rcu_read_unlock(); + rtnl_unlock(); sock_kfree_s(sk, pac, sizeof(*pac)); return 0; @@ -198,6 +202,7 @@ spin_unlock_bh(&ipv6_sk_ac_lock); prev_index = 0; + rtnl_lock(); rcu_read_lock(); while (pac) { struct ipv6_ac_socklist *next = pac->acl_next; @@ -212,6 +217,7 @@ pac = next; } rcu_read_unlock(); + rtnl_unlock(); } static void aca_put(struct ifacaddr6 *ac) @@ -233,6 +239,8 @@ struct rt6_info *rt; int err; + ASSERT_RTNL(); + idev = in6_dev_get(dev); if (idev == NULL) @@ -302,6 +310,8 @@ { struct ifacaddr6 *aca, *prev_aca; + ASSERT_RTNL(); + write_lock_bh(&idev->lock); prev_aca = NULL; for (aca = idev->ac_list; aca; aca = aca->aca_next) { --- linux-lts-utopic-3.16.0.orig/net/ipv6/datagram.c +++ linux-lts-utopic-3.16.0/net/ipv6/datagram.c @@ -40,7 +40,7 @@ return ipv6_addr_v4mapped(a) && (a->s6_addr32[3] == 0); } -int ip6_datagram_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len) +static int __ip6_datagram_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len) { struct sockaddr_in6 *usin = (struct sockaddr_in6 *) uaddr; struct inet_sock *inet = inet_sk(sk); @@ -56,7 +56,7 @@ if (usin->sin6_family == AF_INET) { if (__ipv6_only_sock(sk)) return -EAFNOSUPPORT; - err = ip4_datagram_connect(sk, uaddr, addr_len); + err = __ip4_datagram_connect(sk, uaddr, addr_len); goto ipv4_connected; } @@ -98,9 +98,9 @@ sin.sin_addr.s_addr = daddr->s6_addr32[3]; sin.sin_port = usin->sin6_port; - err = ip4_datagram_connect(sk, - (struct sockaddr *) &sin, - sizeof(sin)); + err = __ip4_datagram_connect(sk, + (struct sockaddr *) &sin, + sizeof(sin)); ipv4_connected: if (err) @@ -162,13 +162,18 @@ fl6.fl6_dport = inet->inet_dport; fl6.fl6_sport = inet->inet_sport; + if (!fl6.flowi6_oif) + fl6.flowi6_oif = np->sticky_pktinfo.ipi6_ifindex; + if (!fl6.flowi6_oif && (addr_type&IPV6_ADDR_MULTICAST)) fl6.flowi6_oif = np->mcast_oif; security_sk_classify_flow(sk, flowi6_to_flowi(&fl6)); - opt = flowlabel ? flowlabel->opt : np->opt; + rcu_read_lock(); + opt = flowlabel ? flowlabel->opt : rcu_dereference(np->opt); final_p = fl6_update_dst(&fl6, opt, &final); + rcu_read_unlock(); dst = ip6_dst_lookup_flow(sk, &fl6, final_p); err = 0; @@ -203,6 +208,16 @@ fl6_sock_release(flowlabel); return err; } + +int ip6_datagram_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len) +{ + int res; + + lock_sock(sk); + res = __ip6_datagram_connect(sk, uaddr, addr_len); + release_sock(sk); + return res; +} EXPORT_SYMBOL_GPL(ip6_datagram_connect); int ip6_datagram_connect_v6_only(struct sock *sk, struct sockaddr *uaddr, @@ -382,11 +397,10 @@ memcpy(&errhdr.ee, &serr->ee, sizeof(struct sock_extended_err)); sin = &errhdr.offender; - sin->sin6_family = AF_UNSPEC; + memset(sin, 0, sizeof(*sin)); + if (serr->ee.ee_origin != SO_EE_ORIGIN_LOCAL) { sin->sin6_family = AF_INET6; - sin->sin6_flowinfo = 0; - sin->sin6_port = 0; if (np->rxopt.all) ip6_datagram_recv_common_ctl(sk, msg, skb); if (skb->protocol == htons(ETH_P_IPV6)) { @@ -397,12 +411,9 @@ ipv6_iface_scope_id(&sin->sin6_addr, IP6CB(skb)->iif); } else { - struct inet_sock *inet = inet_sk(sk); - ipv6_addr_set_v4mapped(ip_hdr(skb)->saddr, &sin->sin6_addr); - sin->sin6_scope_id = 0; - if (inet->cmsg_flags) + if (inet_sk(sk)->cmsg_flags) ip_cmsg_recv(msg, skb); } } --- linux-lts-utopic-3.16.0.orig/net/ipv6/exthdrs.c +++ linux-lts-utopic-3.16.0/net/ipv6/exthdrs.c @@ -727,6 +727,7 @@ *((char **)&opt2->dst1opt) += dif; if (opt2->srcrt) *((char **)&opt2->srcrt) += dif; + atomic_set(&opt2->refcnt, 1); } return opt2; } @@ -790,7 +791,7 @@ return ERR_PTR(-ENOBUFS); memset(opt2, 0, tot_len); - + atomic_set(&opt2->refcnt, 1); opt2->tot_len = tot_len; p = (char *)(opt2 + 1); --- linux-lts-utopic-3.16.0.orig/net/ipv6/exthdrs_core.c +++ linux-lts-utopic-3.16.0/net/ipv6/exthdrs_core.c @@ -257,7 +257,11 @@ *fragoff = _frag_off; return hp->nexthdr; } - return -ENOENT; + if (!found) + return -ENOENT; + if (fragoff) + *fragoff = _frag_off; + break; } hdrlen = 8; } else if (nexthdr == NEXTHDR_AUTH) { --- linux-lts-utopic-3.16.0.orig/net/ipv6/exthdrs_offload.c +++ linux-lts-utopic-3.16.0/net/ipv6/exthdrs_offload.c @@ -36,6 +36,6 @@ return ret; out_rt: - inet_del_offload(&rthdr_offload, IPPROTO_ROUTING); + inet6_del_offload(&rthdr_offload, IPPROTO_ROUTING); goto out; } --- linux-lts-utopic-3.16.0.orig/net/ipv6/fib6_rules.c +++ linux-lts-utopic-3.16.0/net/ipv6/fib6_rules.c @@ -104,6 +104,7 @@ goto again; flp6->saddr = saddr; } + err = rt->dst.error; goto out; } again: --- linux-lts-utopic-3.16.0.orig/net/ipv6/inet6_connection_sock.c +++ linux-lts-utopic-3.16.0/net/ipv6/inet6_connection_sock.c @@ -78,7 +78,9 @@ memset(fl6, 0, sizeof(*fl6)); fl6->flowi6_proto = IPPROTO_TCP; fl6->daddr = ireq->ir_v6_rmt_addr; - final_p = fl6_update_dst(fl6, np->opt, &final); + rcu_read_lock(); + final_p = fl6_update_dst(fl6, rcu_dereference(np->opt), &final); + rcu_read_unlock(); fl6->saddr = ireq->ir_v6_loc_addr; fl6->flowi6_oif = ireq->ir_iif; fl6->flowi6_mark = ireq->ir_mark; @@ -212,7 +214,9 @@ fl6->fl6_dport = inet->inet_dport; security_sk_classify_flow(sk, flowi6_to_flowi(fl6)); - final_p = fl6_update_dst(fl6, np->opt, &final); + rcu_read_lock(); + final_p = fl6_update_dst(fl6, rcu_dereference(np->opt), &final); + rcu_read_unlock(); dst = __inet6_csk_dst_check(sk, np->dst_cookie); if (!dst) { @@ -245,7 +249,8 @@ /* Restore final destination back after routing done */ fl6.daddr = sk->sk_v6_daddr; - res = ip6_xmit(sk, skb, &fl6, np->opt, np->tclass); + res = ip6_xmit(sk, skb, &fl6, rcu_dereference(np->opt), + np->tclass); rcu_read_unlock(); return res; } --- linux-lts-utopic-3.16.0.orig/net/ipv6/ip6_fib.c +++ linux-lts-utopic-3.16.0/net/ipv6/ip6_fib.c @@ -643,7 +643,7 @@ if (dst->flags & DST_HOST) { mp = dst_metrics_write_ptr(dst); } else { - mp = kzalloc(sizeof(u32) * RTAX_MAX, GFP_KERNEL); + mp = kzalloc(sizeof(u32) * RTAX_MAX, GFP_ATOMIC); if (!mp) return -ENOMEM; dst_init_metrics(dst, mp, 0); @@ -662,6 +662,29 @@ return 0; } +static void fib6_purge_rt(struct rt6_info *rt, struct fib6_node *fn, + struct net *net) +{ + if (atomic_read(&rt->rt6i_ref) != 1) { + /* This route is used as dummy address holder in some split + * nodes. It is not leaked, but it still holds other resources, + * which must be released in time. So, scan ascendant nodes + * and replace dummy references to this route with references + * to still alive ones. + */ + while (fn) { + if (!(fn->fn_flags & RTN_RTINFO) && fn->leaf == rt) { + fn->leaf = fib6_find_prefix(net, fn); + atomic_inc(&fn->leaf->rt6i_ref); + rt6_release(rt); + } + fn = fn->parent; + } + /* No more references are possible at this point. */ + BUG_ON(atomic_read(&rt->rt6i_ref) != 1); + } +} + /* * Insert routing information in a node. */ @@ -671,6 +694,7 @@ { struct rt6_info *iter = NULL; struct rt6_info **ins; + struct rt6_info **fallback_ins = NULL; int replace = (info->nlh && (info->nlh->nlmsg_flags & NLM_F_REPLACE)); int add = (!info->nlh || @@ -694,8 +718,13 @@ (info->nlh->nlmsg_flags & NLM_F_EXCL)) return -EEXIST; if (replace) { - found++; - break; + if (rt_can_ecmp == rt6_qualify_for_ecmp(iter)) { + found++; + break; + } + if (rt_can_ecmp) + fallback_ins = fallback_ins ?: ins; + goto next_iter; } if (iter->dst.dev == rt->dst.dev && @@ -731,9 +760,17 @@ if (iter->rt6i_metric > rt->rt6i_metric) break; +next_iter: ins = &iter->dst.rt6_next; } + if (fallback_ins && !found) { + /* No ECMP-able route found, replace first non-ECMP one */ + ins = fallback_ins; + iter = *ins; + found++; + } + /* Reset round-robin state, if necessary */ if (ins == &fn->leaf) fn->rr_ptr = NULL; @@ -794,6 +831,8 @@ } } else { + int nsiblings; + if (!found) { if (add) goto add; @@ -810,11 +849,31 @@ rt->dst.rt6_next = iter->dst.rt6_next; atomic_inc(&rt->rt6i_ref); inet6_rt_notify(RTM_NEWROUTE, rt, info); - rt6_release(iter); if (!(fn->fn_flags & RTN_RTINFO)) { info->nl_net->ipv6.rt6_stats->fib_route_nodes++; fn->fn_flags |= RTN_RTINFO; } + nsiblings = iter->rt6i_nsiblings; + fib6_purge_rt(iter, fn, info->nl_net); + rt6_release(iter); + + if (nsiblings) { + /* Replacing an ECMP route, remove all siblings */ + ins = &rt->dst.rt6_next; + iter = *ins; + while (iter) { + if (rt6_qualify_for_ecmp(iter)) { + *ins = iter->dst.rt6_next; + fib6_purge_rt(iter, fn, info->nl_net); + rt6_release(iter); + nsiblings--; + } else { + ins = &iter->dst.rt6_next; + } + iter = *ins; + } + WARN_ON(nsiblings != 0); + } } return 0; @@ -1324,24 +1383,7 @@ fn = fib6_repair_tree(net, fn); } - if (atomic_read(&rt->rt6i_ref) != 1) { - /* This route is used as dummy address holder in some split - * nodes. It is not leaked, but it still holds other resources, - * which must be released in time. So, scan ascendant nodes - * and replace dummy references to this route with references - * to still alive ones. - */ - while (fn) { - if (!(fn->fn_flags & RTN_RTINFO) && fn->leaf == rt) { - fn->leaf = fib6_find_prefix(net, fn); - atomic_inc(&fn->leaf->rt6i_ref); - rt6_release(rt); - } - fn = fn->parent; - } - /* No more references are possible at this point. */ - BUG_ON(atomic_read(&rt->rt6i_ref) != 1); - } + fib6_purge_rt(rt, fn, net); inet6_rt_notify(RTM_DELROUTE, rt, info); rt6_release(rt); @@ -1605,6 +1647,24 @@ fib6_clean_tree(net, fn, fib6_prune_clone, 1, NULL); } +static int fib6_update_sernum(struct rt6_info *rt, void *arg) +{ + __u32 sernum = *(__u32 *)arg; + + if (rt->rt6i_node && + rt->rt6i_node->fn_sernum != sernum) + rt->rt6i_node->fn_sernum = sernum; + + return 0; +} + +static void fib6_flush_trees(struct net *net) +{ + __u32 new_sernum = fib6_new_sernum(); + + fib6_clean_all(net, fib6_update_sernum, &new_sernum); +} + /* * Garbage collection */ @@ -1788,6 +1848,8 @@ NULL); if (ret) goto out_unregister_subsys; + + __fib6_flush_trees = fib6_flush_trees; out: return ret; --- linux-lts-utopic-3.16.0.orig/net/ipv6/ip6_flowlabel.c +++ linux-lts-utopic-3.16.0/net/ipv6/ip6_flowlabel.c @@ -542,12 +542,13 @@ } spin_lock_bh(&ip6_sk_fl_lock); for (sflp = &np->ipv6_fl_list; - (sfl = rcu_dereference(*sflp))!=NULL; + (sfl = rcu_dereference_protected(*sflp, + lockdep_is_held(&ip6_sk_fl_lock))) != NULL; sflp = &sfl->next) { if (sfl->fl->label == freq.flr_label) { if (freq.flr_label == (np->flow_label&IPV6_FLOWLABEL_MASK)) np->flow_label &= ~IPV6_FLOWLABEL_MASK; - *sflp = rcu_dereference(sfl->next); + *sflp = sfl->next; spin_unlock_bh(&ip6_sk_fl_lock); fl_release(sfl->fl); kfree_rcu(sfl, rcu); --- linux-lts-utopic-3.16.0.orig/net/ipv6/ip6_gre.c +++ linux-lts-utopic-3.16.0/net/ipv6/ip6_gre.c @@ -358,6 +358,7 @@ struct ip6gre_net *ign = net_generic(t->net, ip6gre_net_id); ip6gre_tunnel_unlink(ign, t); + ip6_tnl_dst_reset(t); dev_put(dev); } @@ -414,7 +415,7 @@ if (code == ICMPV6_HDR_FIELD) teli = ip6_tnl_parse_tlv_enc_lim(skb, skb->data); - if (teli && teli == info - 2) { + if (teli && teli == be32_to_cpu(info) - 2) { tel = (struct ipv6_tlv_tnl_enc_lim *) &skb->data[teli]; if (tel->encap_limit == 0) { net_warn_ratelimited("%s: Too small encapsulation limit or routing loop in tunnel!\n", @@ -426,7 +427,7 @@ } break; case ICMPV6_PKT_TOOBIG: - mtu = info - offset; + mtu = be32_to_cpu(info) - offset; if (mtu < IPV6_MIN_MTU) mtu = IPV6_MIN_MTU; t->dev->mtu = mtu; @@ -499,11 +500,11 @@ skb->protocol = gre_proto; /* WCCP version 1 and 2 protocol decoding. - * - Change protocol to IP + * - Change protocol to IPv6 * - When dealing with WCCPv2, Skip extra 4 bytes in GRE header */ if (flags == 0 && gre_proto == htons(ETH_P_WCCP)) { - skb->protocol = htons(ETH_P_IP); + skb->protocol = htons(ETH_P_IPV6); if ((*(h + offset) & 0xF0) != 0x40) offset += 4; } @@ -778,7 +779,7 @@ encap_limit = t->parms.encap_limit; memcpy(&fl6, &t->fl.u.ip6, sizeof(fl6)); - fl6.flowi6_proto = IPPROTO_IPIP; + fl6.flowi6_proto = IPPROTO_GRE; dsfield = ipv4_get_dsfield(iph); @@ -828,7 +829,7 @@ encap_limit = t->parms.encap_limit; memcpy(&fl6, &t->fl.u.ip6, sizeof(fl6)); - fl6.flowi6_proto = IPPROTO_IPV6; + fl6.flowi6_proto = IPPROTO_GRE; dsfield = ipv6_get_dsfield(ipv6h); if (t->parms.flags & IP6_TNL_F_USE_ORIG_TCLASS) @@ -953,8 +954,6 @@ else dev->flags &= ~IFF_POINTOPOINT; - dev->iflink = p->link; - /* Precalculate GRE options length */ if (t->parms.o_flags&(GRE_CSUM|GRE_KEY|GRE_SEQ)) { if (t->parms.o_flags&GRE_CSUM) @@ -1262,6 +1261,7 @@ u64_stats_init(&ip6gre_tunnel_stats->syncp); } + dev->iflink = tunnel->parms.link; return 0; } @@ -1470,6 +1470,8 @@ if (!dev->tstats) return -ENOMEM; + dev->iflink = tunnel->parms.link; + return 0; } @@ -1551,13 +1553,11 @@ return -EEXIST; } else { t = nt; - - ip6gre_tunnel_unlink(ign, t); - ip6gre_tnl_change(t, &p, !tb[IFLA_MTU]); - ip6gre_tunnel_link(ign, t); - netdev_state_change(dev); } + ip6gre_tunnel_unlink(ign, t); + ip6gre_tnl_change(t, &p, !tb[IFLA_MTU]); + ip6gre_tunnel_link(ign, t); return 0; } --- linux-lts-utopic-3.16.0.orig/net/ipv6/ip6_input.c +++ linux-lts-utopic-3.16.0/net/ipv6/ip6_input.c @@ -329,10 +329,10 @@ if (offset < 0) goto out; - if (!ipv6_is_mld(skb, nexthdr, offset)) - goto out; + if (ipv6_is_mld(skb, nexthdr, offset)) + deliver = true; - deliver = true; + goto out; } /* unknown RA - process it normally */ } --- linux-lts-utopic-3.16.0.orig/net/ipv6/ip6_offload.c +++ linux-lts-utopic-3.16.0/net/ipv6/ip6_offload.c @@ -114,7 +114,7 @@ encap = SKB_GSO_CB(skb)->encap_level > 0; if (encap) - features = skb->dev->hw_enc_features & netif_skb_features(skb); + features &= skb->dev->hw_enc_features; SKB_GSO_CB(skb)->encap_level += sizeof(*ipv6h); ipv6h = ipv6_hdr(skb); --- linux-lts-utopic-3.16.0.orig/net/ipv6/ip6_output.c +++ linux-lts-utopic-3.16.0/net/ipv6/ip6_output.c @@ -555,7 +555,8 @@ { struct sk_buff *frag; struct rt6_info *rt = (struct rt6_info*)skb_dst(skb); - struct ipv6_pinfo *np = skb->sk ? inet6_sk(skb->sk) : NULL; + struct ipv6_pinfo *np = skb->sk && !dev_recursion_level() ? + inet6_sk(skb->sk) : NULL; struct ipv6hdr *tmp_hdr; struct frag_hdr *fh; unsigned int mtu, hlen, left, len; @@ -1008,7 +1009,7 @@ if (final_dst) fl6->daddr = *final_dst; - return xfrm_lookup(sock_net(sk), dst, flowi6_to_flowi(fl6), sk, 0); + return xfrm_lookup_route(sock_net(sk), dst, flowi6_to_flowi(fl6), sk, 0); } EXPORT_SYMBOL_GPL(ip6_dst_lookup_flow); @@ -1040,7 +1041,7 @@ if (final_dst) fl6->daddr = *final_dst; - return xfrm_lookup(sock_net(sk), dst, flowi6_to_flowi(fl6), sk, 0); + return xfrm_lookup_route(sock_net(sk), dst, flowi6_to_flowi(fl6), sk, 0); } EXPORT_SYMBOL_GPL(ip6_sk_dst_lookup_flow); @@ -1296,7 +1297,8 @@ if (((length > mtu) || (skb && skb_is_gso(skb))) && (sk->sk_protocol == IPPROTO_UDP) && - (rt->dst.dev->features & NETIF_F_UFO)) { + (rt->dst.dev->features & NETIF_F_UFO) && + (sk->sk_type == SOCK_DGRAM)) { err = ip6_ufo_append_data(sk, getfrag, from, length, hh_len, fragheaderlen, transhdrlen, mtu, flags, rt); --- linux-lts-utopic-3.16.0.orig/net/ipv6/ip6_tunnel.c +++ linux-lts-utopic-3.16.0/net/ipv6/ip6_tunnel.c @@ -272,9 +272,6 @@ int err; t = netdev_priv(dev); - err = ip6_tnl_dev_init(dev); - if (err < 0) - goto out; err = register_netdevice(dev); if (err < 0) @@ -1456,6 +1453,7 @@ static const struct net_device_ops ip6_tnl_netdev_ops = { + .ndo_init = ip6_tnl_dev_init, .ndo_uninit = ip6_tnl_dev_uninit, .ndo_start_xmit = ip6_tnl_xmit, .ndo_do_ioctl = ip6_tnl_ioctl, @@ -1540,16 +1538,10 @@ struct ip6_tnl *t = netdev_priv(dev); struct net *net = dev_net(dev); struct ip6_tnl_net *ip6n = net_generic(net, ip6_tnl_net_id); - int err = ip6_tnl_dev_init_gen(dev); - - if (err) - return err; t->parms.proto = IPPROTO_IPV6; dev_hold(dev); - ip6_tnl_link_config(t); - rcu_assign_pointer(ip6n->tnls_wc[0], t); return 0; } --- linux-lts-utopic-3.16.0.orig/net/ipv6/ip6_vti.c +++ linux-lts-utopic-3.16.0/net/ipv6/ip6_vti.c @@ -172,10 +172,6 @@ struct vti6_net *ip6n = net_generic(net, vti6_net_id); int err; - err = vti6_dev_init(dev); - if (err < 0) - goto out; - err = register_netdevice(dev); if (err < 0) goto out; @@ -271,8 +267,7 @@ static void vti6_dev_uninit(struct net_device *dev) { struct ip6_tnl *t = netdev_priv(dev); - struct net *net = dev_net(dev); - struct vti6_net *ip6n = net_generic(net, vti6_net_id); + struct vti6_net *ip6n = net_generic(t->net, vti6_net_id); if (dev == ip6n->fb_tnl_dev) RCU_INIT_POINTER(ip6n->tnls_wc[0], NULL); @@ -779,6 +774,7 @@ } static const struct net_device_ops vti6_netdev_ops = { + .ndo_init = vti6_dev_init, .ndo_uninit = vti6_dev_uninit, .ndo_start_xmit = vti6_tnl_xmit, .ndo_do_ioctl = vti6_ioctl, @@ -848,16 +844,10 @@ struct ip6_tnl *t = netdev_priv(dev); struct net *net = dev_net(dev); struct vti6_net *ip6n = net_generic(net, vti6_net_id); - int err = vti6_dev_init_gen(dev); - - if (err) - return err; t->parms.proto = IPPROTO_IPV6; dev_hold(dev); - vti6_link_config(t); - rcu_assign_pointer(ip6n->tnls_wc[0], t); return 0; } @@ -910,6 +900,15 @@ return vti6_tnl_create2(dev); } +static void vti6_dellink(struct net_device *dev, struct list_head *head) +{ + struct net *net = dev_net(dev); + struct vti6_net *ip6n = net_generic(net, vti6_net_id); + + if (dev != ip6n->fb_tnl_dev) + unregister_netdevice_queue(dev, head); +} + static int vti6_changelink(struct net_device *dev, struct nlattr *tb[], struct nlattr *data[]) { @@ -985,6 +984,7 @@ .setup = vti6_dev_setup, .validate = vti6_validate, .newlink = vti6_newlink, + .dellink = vti6_dellink, .changelink = vti6_changelink, .get_size = vti6_get_size, .fill_info = vti6_fill_info, @@ -1025,6 +1025,7 @@ if (!ip6n->fb_tnl_dev) goto err_alloc_dev; dev_net_set(ip6n->fb_tnl_dev, net); + ip6n->fb_tnl_dev->rtnl_link_ops = &vti6_link_ops; err = vti6_fb_tnl_dev_init(ip6n->fb_tnl_dev); if (err < 0) --- linux-lts-utopic-3.16.0.orig/net/ipv6/ip6mr.c +++ linux-lts-utopic-3.16.0/net/ipv6/ip6mr.c @@ -120,7 +120,7 @@ int cmd); static int ip6mr_rtm_dumproute(struct sk_buff *skb, struct netlink_callback *cb); -static void mroute_clean_tables(struct mr6_table *mrt); +static void mroute_clean_tables(struct mr6_table *mrt, bool all); static void ipmr_expire_process(unsigned long arg); #ifdef CONFIG_IPV6_MROUTE_MULTIPLE_TABLES @@ -336,8 +336,8 @@ static void ip6mr_free_table(struct mr6_table *mrt) { - del_timer(&mrt->ipmr_expire_timer); - mroute_clean_tables(mrt); + del_timer_sync(&mrt->ipmr_expire_timer); + mroute_clean_tables(mrt, true); kfree(mrt); } @@ -552,7 +552,7 @@ if (it->cache == &mrt->mfc6_unres_queue) spin_unlock_bh(&mfc_unres_lock); - else if (it->cache == mrt->mfc6_cache_array) + else if (it->cache == &mrt->mfc6_cache_array[it->ct]) read_unlock(&mrt_lock); } @@ -1536,7 +1536,7 @@ * Close the multicast socket, and clear the vif tables etc */ -static void mroute_clean_tables(struct mr6_table *mrt) +static void mroute_clean_tables(struct mr6_table *mrt, bool all) { int i; LIST_HEAD(list); @@ -1546,8 +1546,9 @@ * Shut down all active vif entries */ for (i = 0; i < mrt->maxvif; i++) { - if (!(mrt->vif6_table[i].flags & VIFF_STATIC)) - mif6_delete(mrt, i, &list); + if (!all && (mrt->vif6_table[i].flags & VIFF_STATIC)) + continue; + mif6_delete(mrt, i, &list); } unregister_netdevice_many(&list); @@ -1556,7 +1557,7 @@ */ for (i = 0; i < MFC6_LINES; i++) { list_for_each_entry_safe(c, next, &mrt->mfc6_cache_array[i], list) { - if (c->mfc_flags & MFC_STATIC) + if (!all && (c->mfc_flags & MFC_STATIC)) continue; write_lock_bh(&mrt_lock); list_del(&c->list); @@ -1619,7 +1620,7 @@ net->ipv6.devconf_all); write_unlock_bh(&mrt_lock); - mroute_clean_tables(mrt); + mroute_clean_tables(mrt, false); err = 0; break; } --- linux-lts-utopic-3.16.0.orig/net/ipv6/ipv6_sockglue.c +++ linux-lts-utopic-3.16.0/net/ipv6/ipv6_sockglue.c @@ -110,10 +110,12 @@ icsk->icsk_ext_hdr_len = opt->opt_flen + opt->opt_nflen; icsk->icsk_sync_mss(sk, icsk->icsk_pmtu_cookie); } - opt = xchg(&inet6_sk(sk)->opt, opt); + opt = xchg((__force struct ipv6_txoptions **)&inet6_sk(sk)->opt, + opt); } else { spin_lock(&sk->sk_dst_lock); - opt = xchg(&inet6_sk(sk)->opt, opt); + opt = xchg((__force struct ipv6_txoptions **)&inet6_sk(sk)->opt, + opt); spin_unlock(&sk->sk_dst_lock); } sk_dst_reset(sk); @@ -213,9 +215,12 @@ sk->sk_socket->ops = &inet_dgram_ops; sk->sk_family = PF_INET; } - opt = xchg(&np->opt, NULL); - if (opt) - sock_kfree_s(sk, opt, opt->tot_len); + opt = xchg((__force struct ipv6_txoptions **)&np->opt, + NULL); + if (opt) { + atomic_sub(opt->tot_len, &sk->sk_omem_alloc); + txopt_put(opt); + } pktopt = xchg(&np->pktoptions, NULL); kfree_skb(pktopt); @@ -385,7 +390,8 @@ if (optname != IPV6_RTHDR && !ns_capable(net->user_ns, CAP_NET_RAW)) break; - opt = ipv6_renew_options(sk, np->opt, optname, + opt = rcu_dereference_protected(np->opt, sock_owned_by_user(sk)); + opt = ipv6_renew_options(sk, opt, optname, (struct ipv6_opt_hdr __user *)optval, optlen); if (IS_ERR(opt)) { @@ -414,8 +420,10 @@ retv = 0; opt = ipv6_update_options(sk, opt); sticky_done: - if (opt) - sock_kfree_s(sk, opt, opt->tot_len); + if (opt) { + atomic_sub(opt->tot_len, &sk->sk_omem_alloc); + txopt_put(opt); + } break; } @@ -468,6 +476,7 @@ break; memset(opt, 0, sizeof(*opt)); + atomic_set(&opt->refcnt, 1); opt->tot_len = sizeof(*opt) + optlen; retv = -EFAULT; if (copy_from_user(opt+1, optval, optlen)) @@ -484,8 +493,10 @@ retv = 0; opt = ipv6_update_options(sk, opt); done: - if (opt) - sock_kfree_s(sk, opt, opt->tot_len); + if (opt) { + atomic_sub(opt->tot_len, &sk->sk_omem_alloc); + txopt_put(opt); + } break; } case IPV6_UNICAST_HOPS: @@ -1090,10 +1101,11 @@ case IPV6_RTHDR: case IPV6_DSTOPTS: { + struct ipv6_txoptions *opt; lock_sock(sk); - len = ipv6_getsockopt_sticky(sk, np->opt, - optname, optval, len); + opt = rcu_dereference_protected(np->opt, sock_owned_by_user(sk)); + len = ipv6_getsockopt_sticky(sk, opt, optname, optval, len); release_sock(sk); /* check if ipv6_getsockopt_sticky() returns err code */ if (len < 0) --- linux-lts-utopic-3.16.0.orig/net/ipv6/mcast.c +++ linux-lts-utopic-3.16.0/net/ipv6/mcast.c @@ -172,6 +172,7 @@ mc_lst->next = NULL; mc_lst->addr = *addr; + rtnl_lock(); rcu_read_lock(); if (ifindex == 0) { struct rt6_info *rt; @@ -185,6 +186,7 @@ if (dev == NULL) { rcu_read_unlock(); + rtnl_unlock(); sock_kfree_s(sk, mc_lst, sizeof(*mc_lst)); return -ENODEV; } @@ -202,6 +204,7 @@ if (err) { rcu_read_unlock(); + rtnl_unlock(); sock_kfree_s(sk, mc_lst, sizeof(*mc_lst)); return err; } @@ -212,6 +215,7 @@ spin_unlock(&ipv6_sk_mc_lock); rcu_read_unlock(); + rtnl_unlock(); return 0; } @@ -229,6 +233,7 @@ if (!ipv6_addr_is_multicast(addr)) return -EINVAL; + rtnl_lock(); spin_lock(&ipv6_sk_mc_lock); for (lnk = &np->ipv6_mc_list; (mc_lst = rcu_dereference_protected(*lnk, @@ -252,12 +257,15 @@ } else (void) ip6_mc_leave_src(sk, mc_lst, NULL); rcu_read_unlock(); + rtnl_unlock(); + atomic_sub(sizeof(*mc_lst), &sk->sk_omem_alloc); kfree_rcu(mc_lst, rcu); return 0; } } spin_unlock(&ipv6_sk_mc_lock); + rtnl_unlock(); return -EADDRNOTAVAIL; } @@ -302,6 +310,7 @@ if (!rcu_access_pointer(np->ipv6_mc_list)) return; + rtnl_lock(); spin_lock(&ipv6_sk_mc_lock); while ((mc_lst = rcu_dereference_protected(np->ipv6_mc_list, lockdep_is_held(&ipv6_sk_mc_lock))) != NULL) { @@ -328,6 +337,7 @@ spin_lock(&ipv6_sk_mc_lock); } spin_unlock(&ipv6_sk_mc_lock); + rtnl_unlock(); } int ip6_mc_source(int add, int omode, struct sock *sk, @@ -845,6 +855,8 @@ struct ifmcaddr6 *mc; struct inet6_dev *idev; + ASSERT_RTNL(); + /* we need to take a reference on idev */ idev = in6_dev_get(dev); @@ -916,6 +928,8 @@ { struct ifmcaddr6 *ma, **map; + ASSERT_RTNL(); + write_lock_bh(&idev->lock); for (map = &idev->mc_list; (ma=*map) != NULL; map = &ma->next) { if (ipv6_addr_equal(&ma->mca_addr, addr)) { @@ -1531,7 +1545,7 @@ hdr->daddr = *daddr; } -static struct sk_buff *mld_newpack(struct inet6_dev *idev, int size) +static struct sk_buff *mld_newpack(struct inet6_dev *idev, unsigned int mtu) { struct net_device *dev = idev->dev; struct net *net = dev_net(dev); @@ -1542,13 +1556,13 @@ const struct in6_addr *saddr; int hlen = LL_RESERVED_SPACE(dev); int tlen = dev->needed_tailroom; + unsigned int size = mtu + hlen + tlen; int err; u8 ra[8] = { IPPROTO_ICMPV6, 0, IPV6_TLV_ROUTERALERT, 2, 0, 0, IPV6_TLV_PADN, 0 }; /* we assume size > sizeof(ra) here */ - size += hlen + tlen; /* limit our allocations to order-0 page */ size = min_t(int, size, SKB_MAX_ORDER(0, 0)); skb = sock_alloc_send_skb(sk, size, 1, &err); @@ -1558,6 +1572,7 @@ skb->priority = TC_PRIO_CONTROL; skb_reserve(skb, hlen); + skb_tailroom_reserve(skb, mtu, tlen); if (__ipv6_get_lladdr(idev, &addr_buf, IFA_F_TENTATIVE)) { /* : @@ -1631,7 +1646,6 @@ if (!err) { ICMP6MSGOUT_INC_STATS(net, idev, ICMPV6_MLD2_REPORT); ICMP6_INC_STATS(net, idev, ICMP6_MIB_OUTMSGS); - IP6_UPD_PO_STATS(net, idev, IPSTATS_MIB_OUTMCAST, payload_len); } else { IP6_INC_STATS(net, idev, IPSTATS_MIB_OUTDISCARDS); } @@ -1671,8 +1685,7 @@ return skb; } -#define AVAILABLE(skb) ((skb) ? ((skb)->dev ? (skb)->dev->mtu - (skb)->len : \ - skb_tailroom(skb)) : 0) +#define AVAILABLE(skb) ((skb) ? skb_availroom(skb) : 0) static struct sk_buff *add_grec(struct sk_buff *skb, struct ifmcaddr6 *pmc, int type, int gdeleted, int sdeleted, int crsend) @@ -1995,7 +2008,6 @@ if (!err) { ICMP6MSGOUT_INC_STATS(net, idev, type); ICMP6_INC_STATS(net, idev, ICMP6_MIB_OUTMSGS); - IP6_UPD_PO_STATS(net, idev, IPSTATS_MIB_OUTMCAST, full_len); } else IP6_INC_STATS(net, idev, IPSTATS_MIB_OUTDISCARDS); --- linux-lts-utopic-3.16.0.orig/net/ipv6/ndisc.c +++ linux-lts-utopic-3.16.0/net/ipv6/ndisc.c @@ -1189,11 +1189,16 @@ if (rt) rt6_set_expires(rt, jiffies + (HZ * lifetime)); - if (ra_msg->icmph.icmp6_hop_limit) { - in6_dev->cnf.hop_limit = ra_msg->icmph.icmp6_hop_limit; - if (rt) - dst_metric_set(&rt->dst, RTAX_HOPLIMIT, - ra_msg->icmph.icmp6_hop_limit); + if (in6_dev->cnf.accept_ra_min_hop_limit < 256 && + ra_msg->icmph.icmp6_hop_limit) { + if (in6_dev->cnf.accept_ra_min_hop_limit <= ra_msg->icmph.icmp6_hop_limit) { + in6_dev->cnf.hop_limit = ra_msg->icmph.icmp6_hop_limit; + if (rt) + dst_metric_set(&rt->dst, RTAX_HOPLIMIT, + ra_msg->icmph.icmp6_hop_limit); + } else { + ND_PRINTK(2, warn, "RA: Got route advertisement with lower hop_limit than minimum\n"); + } } skip_defrtr: --- linux-lts-utopic-3.16.0.orig/net/ipv6/netfilter.c +++ linux-lts-utopic-3.16.0/net/ipv6/netfilter.c @@ -191,6 +191,7 @@ static const struct nf_ipv6_ops ipv6ops = { .chk_addr = ipv6_chk_addr, + .fragment = ip6_fragment }; static const struct nf_afinfo nf_ip6_afinfo = { --- linux-lts-utopic-3.16.0.orig/net/ipv6/netfilter/ip6_tables.c +++ linux-lts-utopic-3.16.0/net/ipv6/netfilter/ip6_tables.c @@ -449,6 +449,17 @@ #endif } +static bool next_offset_ok(const struct xt_table_info *t, unsigned int newpos) +{ + if (newpos > t->size - sizeof(struct ip6t_entry)) + return false; + + if (newpos % __alignof__(struct ip6t_entry) != 0) + return false; + + return true; +} + /* Figures out from what hook each rule can be called: returns 0 if there are loops. Puts hook bitmask in comefrom. */ static int @@ -525,6 +536,8 @@ /* Move along one */ size = e->next_offset; + if (!next_offset_ok(newinfo, pos + size)) + return 0; e = (struct ip6t_entry *) (entry0 + pos + size); e->counters.pcnt = pos; @@ -535,13 +548,6 @@ if (strcmp(t->target.u.user.name, XT_STANDARD_TARGET) == 0 && newpos >= 0) { - if (newpos > newinfo->size - - sizeof(struct ip6t_entry)) { - duprintf("mark_source_chains: " - "bad verdict (%i)\n", - newpos); - return 0; - } /* This a jump; chase it. */ duprintf("Jump rule %u -> %u\n", pos, newpos); @@ -549,6 +555,10 @@ /* ... this is a fallthru */ newpos = pos + e->next_offset; } + + if (!next_offset_ok(newinfo, newpos)) + return 0; + e = (struct ip6t_entry *) (entry0 + newpos); e->counters.pcnt = pos; --- linux-lts-utopic-3.16.0.orig/net/ipv6/netfilter/ip6t_SYNPROXY.c +++ linux-lts-utopic-3.16.0/net/ipv6/netfilter/ip6t_SYNPROXY.c @@ -37,12 +37,13 @@ } static void -synproxy_send_tcp(const struct sk_buff *skb, struct sk_buff *nskb, +synproxy_send_tcp(const struct synproxy_net *snet, + const struct sk_buff *skb, struct sk_buff *nskb, struct nf_conntrack *nfct, enum ip_conntrack_info ctinfo, struct ipv6hdr *niph, struct tcphdr *nth, unsigned int tcp_hdr_size) { - struct net *net = nf_ct_net((struct nf_conn *)nfct); + struct net *net = nf_ct_net(snet->tmpl); struct dst_entry *dst; struct flowi6 fl6; @@ -83,7 +84,8 @@ } static void -synproxy_send_client_synack(const struct sk_buff *skb, const struct tcphdr *th, +synproxy_send_client_synack(const struct synproxy_net *snet, + const struct sk_buff *skb, const struct tcphdr *th, const struct synproxy_options *opts) { struct sk_buff *nskb; @@ -119,7 +121,7 @@ synproxy_build_options(nth, opts); - synproxy_send_tcp(skb, nskb, skb->nfct, IP_CT_ESTABLISHED_REPLY, + synproxy_send_tcp(snet, skb, nskb, skb->nfct, IP_CT_ESTABLISHED_REPLY, niph, nth, tcp_hdr_size); } @@ -163,7 +165,7 @@ synproxy_build_options(nth, opts); - synproxy_send_tcp(skb, nskb, &snet->tmpl->ct_general, IP_CT_NEW, + synproxy_send_tcp(snet, skb, nskb, &snet->tmpl->ct_general, IP_CT_NEW, niph, nth, tcp_hdr_size); } @@ -203,7 +205,7 @@ synproxy_build_options(nth, opts); - synproxy_send_tcp(skb, nskb, NULL, 0, niph, nth, tcp_hdr_size); + synproxy_send_tcp(snet, skb, nskb, NULL, 0, niph, nth, tcp_hdr_size); } static void @@ -241,7 +243,7 @@ synproxy_build_options(nth, opts); - synproxy_send_tcp(skb, nskb, NULL, 0, niph, nth, tcp_hdr_size); + synproxy_send_tcp(snet, skb, nskb, NULL, 0, niph, nth, tcp_hdr_size); } static bool @@ -301,7 +303,7 @@ XT_SYNPROXY_OPT_SACK_PERM | XT_SYNPROXY_OPT_ECN); - synproxy_send_client_synack(skb, th, &opts); + synproxy_send_client_synack(snet, skb, th, &opts); return NF_DROP; } else if (th->ack && !(th->fin || th->rst || th->syn)) { --- linux-lts-utopic-3.16.0.orig/net/ipv6/netfilter/nf_conntrack_reasm.c +++ linux-lts-utopic-3.16.0/net/ipv6/netfilter/nf_conntrack_reasm.c @@ -184,7 +184,7 @@ /* Creation primitives. */ static inline struct frag_queue *fq_find(struct net *net, __be32 id, u32 user, struct in6_addr *src, - struct in6_addr *dst, u8 ecn) + struct in6_addr *dst, int iif, u8 ecn) { struct inet_frag_queue *q; struct ip6_create_arg arg; @@ -194,6 +194,7 @@ arg.user = user; arg.src = src; arg.dst = dst; + arg.iif = iif; arg.ecn = ecn; read_lock_bh(&nf_frags.lock); @@ -602,7 +603,7 @@ local_bh_enable(); fq = fq_find(net, fhdr->identification, user, &hdr->saddr, &hdr->daddr, - ip6_frag_ecn(hdr)); + skb->dev ? skb->dev->ifindex : 0, ip6_frag_ecn(hdr)); if (fq == NULL) { pr_debug("Can't find and can't create new queue\n"); goto ret_orig; --- linux-lts-utopic-3.16.0.orig/net/ipv6/output_core.c +++ linux-lts-utopic-3.16.0/net/ipv6/output_core.c @@ -3,11 +3,45 @@ * not configured or static. These functions are needed by GSO/GRO implementation. */ #include +#include #include #include #include #include +/* This function exists only for tap drivers that must support broken + * clients requesting UFO without specifying an IPv6 fragment ID. + * + * This is similar to ipv6_select_ident() but we use an independent hash + * seed to limit information leakage. + * + * The network header must be set before calling this. + */ +void ipv6_proxy_select_ident(struct sk_buff *skb) +{ + static u32 ip6_proxy_idents_hashrnd __read_mostly; + struct in6_addr buf[2]; + struct in6_addr *addrs; + u32 hash, id; + + addrs = skb_header_pointer(skb, + skb_network_offset(skb) + + offsetof(struct ipv6hdr, saddr), + sizeof(buf), buf); + if (!addrs) + return; + + net_get_random_once(&ip6_proxy_idents_hashrnd, + sizeof(ip6_proxy_idents_hashrnd)); + + hash = __ipv6_addr_jhash(&addrs[1], ip6_proxy_idents_hashrnd); + hash = __ipv6_addr_jhash(&addrs[0], hash); + + id = ip_idents_reserve(hash, 1); + skb_shinfo(skb)->ip6_frag_id = htonl(id); +} +EXPORT_SYMBOL_GPL(ipv6_proxy_select_ident); + int ip6_find_1stfragopt(struct sk_buff *skb, u8 **nexthdr) { u16 offset = sizeof(struct ipv6hdr); --- linux-lts-utopic-3.16.0.orig/net/ipv6/ping.c +++ linux-lts-utopic-3.16.0/net/ipv6/ping.c @@ -102,9 +102,10 @@ if (msg->msg_name) { DECLARE_SOCKADDR(struct sockaddr_in6 *, u, msg->msg_name); - if (msg->msg_namelen < sizeof(struct sockaddr_in6) || - u->sin6_family != AF_INET6) { + if (msg->msg_namelen < sizeof(*u)) return -EINVAL; + if (u->sin6_family != AF_INET6) { + return -EAFNOSUPPORT; } if (sk->sk_bound_dev_if && sk->sk_bound_dev_if != u->sin6_scope_id) { --- linux-lts-utopic-3.16.0.orig/net/ipv6/raw.c +++ linux-lts-utopic-3.16.0/net/ipv6/raw.c @@ -737,6 +737,7 @@ static int rawv6_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, size_t len) { + struct ipv6_txoptions *opt_to_free = NULL; struct ipv6_txoptions opt_space; DECLARE_SOCKADDR(struct sockaddr_in6 *, sin6, msg->msg_name); struct in6_addr *daddr, *final_p, final; @@ -842,8 +843,10 @@ if (!(opt->opt_nflen|opt->opt_flen)) opt = NULL; } - if (opt == NULL) - opt = np->opt; + if (!opt) { + opt = txopt_get(np); + opt_to_free = opt; + } if (flowlabel) opt = fl6_merge_options(&opt_space, flowlabel, opt); opt = ipv6_fixup_options(&opt_space, opt); @@ -904,6 +907,7 @@ dst_release(dst); out: fl6_sock_release(flowlabel); + txopt_put(opt_to_free); return err<0?err:len; do_confirm: dst_confirm(dst); --- linux-lts-utopic-3.16.0.orig/net/ipv6/reassembly.c +++ linux-lts-utopic-3.16.0/net/ipv6/reassembly.c @@ -111,7 +111,10 @@ return fq->id == arg->id && fq->user == arg->user && ipv6_addr_equal(&fq->saddr, arg->src) && - ipv6_addr_equal(&fq->daddr, arg->dst); + ipv6_addr_equal(&fq->daddr, arg->dst) && + (arg->iif == fq->iif || + !(ipv6_addr_type(arg->dst) & (IPV6_ADDR_MULTICAST | + IPV6_ADDR_LINKLOCAL))); } EXPORT_SYMBOL(ip6_frag_match); @@ -180,7 +183,7 @@ static __inline__ struct frag_queue * fq_find(struct net *net, __be32 id, const struct in6_addr *src, - const struct in6_addr *dst, u8 ecn) + const struct in6_addr *dst, int iif, u8 ecn) { struct inet_frag_queue *q; struct ip6_create_arg arg; @@ -190,6 +193,7 @@ arg.user = IP6_DEFRAG_LOCAL_DELIVER; arg.src = src; arg.dst = dst; + arg.iif = iif; arg.ecn = ecn; read_lock(&ip6_frags.lock); @@ -558,7 +562,7 @@ IPSTATS_MIB_REASMFAILS, evicted); fq = fq_find(net, fhdr->identification, &hdr->saddr, &hdr->daddr, - ip6_frag_ecn(hdr)); + skb->dev ? skb->dev->ifindex : 0, ip6_frag_ecn(hdr)); if (fq != NULL) { int ret; --- linux-lts-utopic-3.16.0.orig/net/ipv6/route.c +++ linux-lts-utopic-3.16.0/net/ipv6/route.c @@ -141,7 +141,7 @@ u32 *p = NULL; if (!(rt->dst.flags & DST_HOST)) - return NULL; + return dst_cow_metrics_generic(dst, old); peer = rt6_get_peer_create(rt); if (peer) { @@ -314,7 +314,6 @@ memset(dst + 1, 0, sizeof(*rt) - sizeof(*dst)); rt6_init_peer(rt, table ? &table->tb6_peers : net->ipv6.peers); - rt->rt6i_genid = rt_genid_ipv6(net); INIT_LIST_HEAD(&rt->rt6i_siblings); } return rt; @@ -1098,9 +1097,6 @@ * DST_OBSOLETE_FORCE_CHK which forces validation calls down * into this function always. */ - if (rt->rt6i_genid != rt_genid_ipv6(dev_net(rt->dst.dev))) - return NULL; - if (!rt->rt6i_node || (rt->rt6i_node->fn_sernum != cookie)) return NULL; @@ -1156,12 +1152,9 @@ struct net *net = dev_net(dst->dev); rt6->rt6i_flags |= RTF_MODIFIED; - if (mtu < IPV6_MIN_MTU) { - u32 features = dst_metric(dst, RTAX_FEATURES); + if (mtu < IPV6_MIN_MTU) mtu = IPV6_MIN_MTU; - features |= RTAX_FEATURE_ALLFRAG; - dst_metric_set(dst, RTAX_FEATURES, features); - } + dst_metric_set(dst, RTAX_MTU, mtu); rt6_update_expires(rt6, net->ipv6.sysctl.ip6_rt_mtu_expires); } @@ -2439,9 +2432,9 @@ int attrlen; int err = 0, last_err = 0; + remaining = cfg->fc_mp_len; beginning: rtnh = (struct rtnexthop *)cfg->fc_mp; - remaining = cfg->fc_mp_len; /* Parse a Multipath Entry */ while (rtnh_ok(rtnh, remaining)) { @@ -2471,15 +2464,19 @@ * next hops that have been already added. */ add = 0; + remaining = cfg->fc_mp_len - remaining; goto beginning; } } /* Because each route is added like a single route we remove - * this flag after the first nexthop (if there is a collision, - * we have already fail to add the first nexthop: - * fib6_add_rt2node() has reject it). + * these flags after the first nexthop: if there is a collision, + * we have already failed to add the first nexthop: + * fib6_add_rt2node() has rejected it; when replacing, old + * nexthops have been replaced by first new, the rest should + * be added to it. */ - cfg->fc_nlinfo.nlh->nlmsg_flags &= ~NLM_F_EXCL; + cfg->fc_nlinfo.nlh->nlmsg_flags &= ~(NLM_F_EXCL | + NLM_F_REPLACE); rtnh = rtnh_next(rtnh, &remaining); } --- linux-lts-utopic-3.16.0.orig/net/ipv6/sit.c +++ linux-lts-utopic-3.16.0/net/ipv6/sit.c @@ -101,19 +101,19 @@ for_each_ip_tunnel_rcu(t, sitn->tunnels_r_l[h0 ^ h1]) { if (local == t->parms.iph.saddr && remote == t->parms.iph.daddr && - (!dev || !t->parms.link || dev->iflink == t->parms.link) && + (!dev || !t->parms.link || dev->ifindex == t->parms.link) && (t->dev->flags & IFF_UP)) return t; } for_each_ip_tunnel_rcu(t, sitn->tunnels_r[h0]) { if (remote == t->parms.iph.daddr && - (!dev || !t->parms.link || dev->iflink == t->parms.link) && + (!dev || !t->parms.link || dev->ifindex == t->parms.link) && (t->dev->flags & IFF_UP)) return t; } for_each_ip_tunnel_rcu(t, sitn->tunnels_l[h1]) { if (local == t->parms.iph.saddr && - (!dev || !t->parms.link || dev->iflink == t->parms.link) && + (!dev || !t->parms.link || dev->ifindex == t->parms.link) && (t->dev->flags & IFF_UP)) return t; } @@ -195,10 +195,8 @@ struct sit_net *sitn = net_generic(net, sit_net_id); int err; - err = ipip6_tunnel_init(dev); - if (err < 0) - goto out; - ipip6_tunnel_clone_6rd(dev, sitn); + memcpy(dev->dev_addr, &t->parms.iph.saddr, 4); + memcpy(dev->broadcast, &t->parms.iph.daddr, 4); if ((__force u16)t->parms.i_flags & SIT_ISATAP) dev->priv_flags |= IFF_ISATAP; @@ -207,7 +205,8 @@ if (err < 0) goto out; - strcpy(t->parms.name, dev->name); + ipip6_tunnel_clone_6rd(dev, sitn); + dev->rtnl_link_ops = &sit_link_ops; dev_hold(dev); @@ -1313,6 +1312,7 @@ } static const struct net_device_ops ipip6_netdev_ops = { + .ndo_init = ipip6_tunnel_init, .ndo_uninit = ipip6_tunnel_uninit, .ndo_start_xmit = sit_tunnel_xmit, .ndo_do_ioctl = ipip6_tunnel_ioctl, @@ -1358,9 +1358,7 @@ tunnel->dev = dev; tunnel->net = dev_net(dev); - - memcpy(dev->dev_addr, &tunnel->parms.iph.saddr, 4); - memcpy(dev->broadcast, &tunnel->parms.iph.daddr, 4); + strcpy(tunnel->parms.name, dev->name); ipip6_tunnel_bind_dev(dev); dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats); @@ -1376,35 +1374,20 @@ return 0; } -static int __net_init ipip6_fb_tunnel_init(struct net_device *dev) +static void __net_init ipip6_fb_tunnel_init(struct net_device *dev) { struct ip_tunnel *tunnel = netdev_priv(dev); struct iphdr *iph = &tunnel->parms.iph; struct net *net = dev_net(dev); struct sit_net *sitn = net_generic(net, sit_net_id); - tunnel->dev = dev; - tunnel->net = dev_net(dev); - strcpy(tunnel->parms.name, dev->name); - iph->version = 4; iph->protocol = IPPROTO_IPV6; iph->ihl = 5; iph->ttl = 64; - dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats); - if (!dev->tstats) - return -ENOMEM; - - tunnel->dst_cache = alloc_percpu(struct ip_tunnel_dst); - if (!tunnel->dst_cache) { - free_percpu(dev->tstats); - return -ENOMEM; - } - dev_hold(dev); rcu_assign_pointer(sitn->tunnels_wc[0], tunnel); - return 0; } static int ipip6_validate(struct nlattr *tb[], struct nlattr *data[]) @@ -1741,23 +1724,18 @@ */ sitn->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL; - err = ipip6_fb_tunnel_init(sitn->fb_tunnel_dev); - if (err) - goto err_dev_free; - - ipip6_tunnel_clone_6rd(sitn->fb_tunnel_dev, sitn); - if ((err = register_netdev(sitn->fb_tunnel_dev))) goto err_reg_dev; + ipip6_tunnel_clone_6rd(sitn->fb_tunnel_dev, sitn); + ipip6_fb_tunnel_init(sitn->fb_tunnel_dev); + t = netdev_priv(sitn->fb_tunnel_dev); strcpy(t->parms.name, sitn->fb_tunnel_dev->name); return 0; err_reg_dev: - dev_put(sitn->fb_tunnel_dev); -err_dev_free: ipip6_dev_free(sitn->fb_tunnel_dev); err_alloc_dev: return err; --- linux-lts-utopic-3.16.0.orig/net/ipv6/syncookies.c +++ linux-lts-utopic-3.16.0/net/ipv6/syncookies.c @@ -241,7 +241,7 @@ memset(&fl6, 0, sizeof(fl6)); fl6.flowi6_proto = IPPROTO_TCP; fl6.daddr = ireq->ir_v6_rmt_addr; - final_p = fl6_update_dst(&fl6, np->opt, &final); + final_p = fl6_update_dst(&fl6, rcu_dereference(np->opt), &final); fl6.saddr = ireq->ir_v6_loc_addr; fl6.flowi6_oif = sk->sk_bound_dev_if; fl6.flowi6_mark = ireq->ir_mark; --- linux-lts-utopic-3.16.0.orig/net/ipv6/tcp_ipv6.c +++ linux-lts-utopic-3.16.0/net/ipv6/tcp_ipv6.c @@ -132,6 +132,7 @@ struct ipv6_pinfo *np = inet6_sk(sk); struct tcp_sock *tp = tcp_sk(sk); struct in6_addr *saddr = NULL, *final_p, final; + struct ipv6_txoptions *opt; struct rt6_info *rt; struct flowi6 fl6; struct dst_entry *dst; @@ -251,7 +252,8 @@ fl6.fl6_dport = usin->sin6_port; fl6.fl6_sport = inet->inet_sport; - final_p = fl6_update_dst(&fl6, np->opt, &final); + opt = rcu_dereference_protected(np->opt, sock_owned_by_user(sk)); + final_p = fl6_update_dst(&fl6, opt, &final); security_sk_classify_flow(sk, flowi6_to_flowi(&fl6)); @@ -280,9 +282,9 @@ tcp_fetch_timewait_stamp(sk, dst); icsk->icsk_ext_hdr_len = 0; - if (np->opt) - icsk->icsk_ext_hdr_len = (np->opt->opt_flen + - np->opt->opt_nflen); + if (opt) + icsk->icsk_ext_hdr_len = opt->opt_flen + + opt->opt_nflen; tp->rx_opt.mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) - sizeof(struct ipv6hdr); @@ -495,7 +497,10 @@ fl6->flowlabel = ip6_flowlabel(ipv6_hdr(ireq->pktopts)); skb_set_queue_mapping(skb, queue_mapping); - err = ip6_xmit(sk, skb, fl6, np->opt, np->tclass); + rcu_read_lock(); + err = ip6_xmit(sk, skb, fl6, rcu_dereference(np->opt), + np->tclass); + rcu_read_unlock(); err = net_xmit_eval(err); } @@ -920,7 +925,7 @@ tcptw->tw_rcv_wnd >> tw->tw_rcv_wscale, tcp_time_stamp + tcptw->tw_ts_offset, tcptw->tw_ts_recent, tw->tw_bound_dev_if, tcp_twsk_md5_key(tcptw), - tw->tw_tclass, (tw->tw_flowlabel << 12)); + tw->tw_tclass, cpu_to_be32(tw->tw_flowlabel)); inet_twsk_put(tw); } @@ -1131,6 +1136,7 @@ { struct inet_request_sock *ireq; struct ipv6_pinfo *newnp, *np = inet6_sk(sk); + struct ipv6_txoptions *opt; struct tcp6_sock *newtcp6sk; struct inet_sock *newinet; struct tcp_sock *newtp; @@ -1269,13 +1275,15 @@ but we make one more one thing there: reattach optmem to newsk. */ - if (np->opt) - newnp->opt = ipv6_dup_options(newsk, np->opt); - + opt = rcu_dereference(np->opt); + if (opt) { + opt = ipv6_dup_options(newsk, opt); + RCU_INIT_POINTER(newnp->opt, opt); + } inet_csk(newsk)->icsk_ext_hdr_len = 0; - if (newnp->opt) - inet_csk(newsk)->icsk_ext_hdr_len = (newnp->opt->opt_nflen + - newnp->opt->opt_flen); + if (opt) + inet_csk(newsk)->icsk_ext_hdr_len = opt->opt_nflen + + opt->opt_flen; tcp_sync_mss(newsk, dst_mtu(dst)); newtp->advmss = dst_metric_advmss(dst); @@ -1646,7 +1654,7 @@ skb->sk = sk; skb->destructor = sock_edemux; if (sk->sk_state != TCP_TIME_WAIT) { - struct dst_entry *dst = sk->sk_rx_dst; + struct dst_entry *dst = ACCESS_ONCE(sk->sk_rx_dst); if (dst) dst = dst_check(dst, inet6_sk(sk)->rx_dst_cookie); @@ -1681,6 +1689,7 @@ .compat_setsockopt = compat_ipv6_setsockopt, .compat_getsockopt = compat_ipv6_getsockopt, #endif + .mtu_reduced = tcp_v6_mtu_reduced, }; #ifdef CONFIG_TCP_MD5SIG @@ -1711,6 +1720,7 @@ .compat_setsockopt = compat_ipv6_setsockopt, .compat_getsockopt = compat_ipv6_getsockopt, #endif + .mtu_reduced = tcp_v4_mtu_reduced, }; #ifdef CONFIG_TCP_MD5SIG @@ -1950,7 +1960,6 @@ .sendpage = tcp_sendpage, .backlog_rcv = tcp_v6_do_rcv, .release_cb = tcp_release_cb, - .mtu_reduced = tcp_v6_mtu_reduced, .hash = tcp_v6_hash, .unhash = inet_unhash, .get_port = inet_csk_get_port, --- linux-lts-utopic-3.16.0.orig/net/ipv6/tunnel6.c +++ linux-lts-utopic-3.16.0/net/ipv6/tunnel6.c @@ -146,6 +146,16 @@ break; } +static void tunnel46_err(struct sk_buff *skb, struct inet6_skb_parm *opt, + u8 type, u8 code, int offset, __be32 info) +{ + struct xfrm6_tunnel *handler; + + for_each_tunnel_rcu(tunnel46_handlers, handler) + if (!handler->err_handler(skb, opt, type, code, offset, info)) + break; +} + static const struct inet6_protocol tunnel6_protocol = { .handler = tunnel6_rcv, .err_handler = tunnel6_err, @@ -154,7 +164,7 @@ static const struct inet6_protocol tunnel46_protocol = { .handler = tunnel46_rcv, - .err_handler = tunnel6_err, + .err_handler = tunnel46_err, .flags = INET6_PROTO_NOPOLICY|INET6_PROTO_FINAL, }; --- linux-lts-utopic-3.16.0.orig/net/ipv6/udp.c +++ linux-lts-utopic-3.16.0/net/ipv6/udp.c @@ -389,6 +389,7 @@ int peeked, off = 0; int err; int is_udplite = IS_UDPLITE(sk); + bool checksum_valid = false; int is_udp4; bool slow; @@ -420,11 +421,12 @@ */ if (copied < ulen || UDP_SKB_CB(skb)->partial_cov) { - if (udp_lib_checksum_complete(skb)) + checksum_valid = !udp_lib_checksum_complete(skb); + if (!checksum_valid) goto csum_copy_err; } - if (skb_csum_unnecessary(skb)) + if (checksum_valid || skb_csum_unnecessary(skb)) err = skb_copy_datagram_iovec(skb, sizeof(struct udphdr), msg->msg_iov, copied); else { @@ -515,10 +517,8 @@ } unlock_sock_fast(sk, slow); - if (noblock) - return -EAGAIN; - - /* starting over for a new packet */ + /* starting over for a new packet, but check if we need to yield */ + cond_resched(); msg->msg_flags &= ~MSG_TRUNC; goto try_again; } @@ -1083,6 +1083,7 @@ DECLARE_SOCKADDR(struct sockaddr_in6 *, sin6, msg->msg_name); struct in6_addr *daddr, *final_p, final; struct ipv6_txoptions *opt = NULL; + struct ipv6_txoptions *opt_to_free = NULL; struct ip6_flowlabel *flowlabel = NULL; struct flowi6 fl6; struct dst_entry *dst; @@ -1235,8 +1236,10 @@ opt = NULL; connected = 0; } - if (opt == NULL) - opt = np->opt; + if (!opt) { + opt = txopt_get(np); + opt_to_free = opt; + } if (flowlabel) opt = fl6_merge_options(&opt_space, flowlabel, opt); opt = ipv6_fixup_options(&opt_space, opt); @@ -1330,6 +1333,7 @@ out: dst_release(dst); fl6_sock_release(flowlabel); + txopt_put(opt_to_free); if (!err) return len; /* --- linux-lts-utopic-3.16.0.orig/net/ipv6/xfrm6_mode_tunnel.c +++ linux-lts-utopic-3.16.0/net/ipv6/xfrm6_mode_tunnel.c @@ -24,7 +24,7 @@ struct ipv6hdr *inner_iph = ipipv6_hdr(skb); if (INET_ECN_is_ce(ipv6_get_dsfield(outer_iph))) - IP6_ECN_set_ce(inner_iph); + IP6_ECN_set_ce(skb, inner_iph); } /* Add encapsulation header. --- linux-lts-utopic-3.16.0.orig/net/ipv6/xfrm6_output.c +++ linux-lts-utopic-3.16.0/net/ipv6/xfrm6_output.c @@ -137,6 +137,7 @@ struct dst_entry *dst = skb_dst(skb); struct xfrm_state *x = dst->xfrm; int mtu; + bool toobig; #ifdef CONFIG_NETFILTER if (!x) { @@ -145,24 +146,28 @@ } #endif + if (x->props.mode != XFRM_MODE_TUNNEL) + goto skip_frag; + if (skb->protocol == htons(ETH_P_IPV6)) mtu = ip6_skb_dst_mtu(skb); else mtu = dst_mtu(skb_dst(skb)); - if (skb->len > mtu && xfrm6_local_dontfrag(skb)) { + toobig = skb->len > mtu && !skb_is_gso(skb); + + if (toobig && xfrm6_local_dontfrag(skb)) { xfrm6_local_rxpmtu(skb, mtu); return -EMSGSIZE; - } else if (!skb->ignore_df && skb->len > mtu && skb->sk) { + } else if (!skb->ignore_df && toobig && skb->sk) { xfrm_local_error(skb, mtu); return -EMSGSIZE; } - if (x->props.mode == XFRM_MODE_TUNNEL && - ((skb->len > mtu && !skb_is_gso(skb)) || - dst_allfrag(skb_dst(skb)))) { + if (toobig || dst_allfrag(skb_dst(skb))) return ip6_fragment(skb, x->outer_mode->afinfo->output_finish); - } + +skip_frag: return x->outer_mode->afinfo->output_finish(skb); } --- linux-lts-utopic-3.16.0.orig/net/ipv6/xfrm6_policy.c +++ linux-lts-utopic-3.16.0/net/ipv6/xfrm6_policy.c @@ -279,7 +279,7 @@ xfrm_dst_ifdown(dst, dev); } -static struct dst_ops xfrm6_dst_ops = { +static struct dst_ops xfrm6_dst_ops_template = { .family = AF_INET6, .protocol = cpu_to_be16(ETH_P_IPV6), .gc = xfrm6_garbage_collect, @@ -294,7 +294,7 @@ static struct xfrm_policy_afinfo xfrm6_policy_afinfo = { .family = AF_INET6, - .dst_ops = &xfrm6_dst_ops, + .dst_ops = &xfrm6_dst_ops_template, .dst_lookup = xfrm6_dst_lookup, .get_saddr = xfrm6_get_saddr, .decode_session = _decode_session6, @@ -327,7 +327,7 @@ { } }; -static int __net_init xfrm6_net_init(struct net *net) +static int __net_init xfrm6_net_sysctl_init(struct net *net) { struct ctl_table *table; struct ctl_table_header *hdr; @@ -355,7 +355,7 @@ return -ENOMEM; } -static void __net_exit xfrm6_net_exit(struct net *net) +static void __net_exit xfrm6_net_sysctl_exit(struct net *net) { struct ctl_table *table; @@ -367,24 +367,52 @@ if (!net_eq(net, &init_net)) kfree(table); } +#else /* CONFIG_SYSCTL */ +static int inline xfrm6_net_sysctl_init(struct net *net) +{ + return 0; +} + +static void inline xfrm6_net_sysctl_exit(struct net *net) +{ +} +#endif + +static int __net_init xfrm6_net_init(struct net *net) +{ + int ret; + + memcpy(&net->xfrm.xfrm6_dst_ops, &xfrm6_dst_ops_template, + sizeof(xfrm6_dst_ops_template)); + ret = dst_entries_init(&net->xfrm.xfrm6_dst_ops); + if (ret) + return ret; + + ret = xfrm6_net_sysctl_init(net); + if (ret) + dst_entries_destroy(&net->xfrm.xfrm6_dst_ops); + + return ret; +} + +static void __net_exit xfrm6_net_exit(struct net *net) +{ + xfrm6_net_sysctl_exit(net); + dst_entries_destroy(&net->xfrm.xfrm6_dst_ops); +} static struct pernet_operations xfrm6_net_ops = { .init = xfrm6_net_init, .exit = xfrm6_net_exit, }; -#endif int __init xfrm6_init(void) { int ret; - dst_entries_init(&xfrm6_dst_ops); - ret = xfrm6_policy_init(); - if (ret) { - dst_entries_destroy(&xfrm6_dst_ops); + if (ret) goto out; - } ret = xfrm6_state_init(); if (ret) goto out_policy; @@ -393,9 +421,7 @@ if (ret) goto out_state; -#ifdef CONFIG_SYSCTL register_pernet_subsys(&xfrm6_net_ops); -#endif out: return ret; out_state: @@ -407,11 +433,8 @@ void xfrm6_fini(void) { -#ifdef CONFIG_SYSCTL unregister_pernet_subsys(&xfrm6_net_ops); -#endif xfrm6_protocol_fini(); xfrm6_policy_fini(); xfrm6_state_fini(); - dst_entries_destroy(&xfrm6_dst_ops); } --- linux-lts-utopic-3.16.0.orig/net/ipx/af_ipx.c +++ linux-lts-utopic-3.16.0/net/ipx/af_ipx.c @@ -1764,6 +1764,7 @@ struct ipxhdr *ipx = NULL; struct sk_buff *skb; int copied, rc; + bool locked = true; lock_sock(sk); /* put the autobinding in */ @@ -1790,6 +1791,8 @@ if (sock_flag(sk, SOCK_ZAPPED)) goto out; + release_sock(sk); + locked = false; skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT, flags & MSG_DONTWAIT, &rc); if (!skb) { @@ -1826,7 +1829,8 @@ out_free: skb_free_datagram(sk, skb); out: - release_sock(sk); + if (locked) + release_sock(sk); return rc; } --- linux-lts-utopic-3.16.0.orig/net/irda/af_irda.c +++ linux-lts-utopic-3.16.0/net/irda/af_irda.c @@ -1103,6 +1103,9 @@ IRDA_DEBUG(2, "%s()\n", __func__); + if (protocol < 0 || protocol > SK_PROTOCOL_MAX) + return -EINVAL; + if (net != &init_net) return -EAFNOSUPPORT; --- linux-lts-utopic-3.16.0.orig/net/irda/ircomm/ircomm_tty.c +++ linux-lts-utopic-3.16.0/net/irda/ircomm/ircomm_tty.c @@ -818,7 +818,9 @@ orig_jiffies = jiffies; /* Set poll time to 200 ms */ - poll_time = IRDA_MIN(timeout, msecs_to_jiffies(200)); + poll_time = msecs_to_jiffies(200); + if (timeout) + poll_time = min_t(unsigned long, timeout, poll_time); spin_lock_irqsave(&self->spinlock, flags); while (self->tx_skb && self->tx_skb->len) { --- linux-lts-utopic-3.16.0.orig/net/irda/irlmp.c +++ linux-lts-utopic-3.16.0/net/irda/irlmp.c @@ -1876,7 +1876,7 @@ for (element = hashbin_get_first(iter->hashbin); element != NULL; element = hashbin_get_next(iter->hashbin)) { - if (!off || *off-- == 0) { + if (!off || (*off)-- == 0) { /* NB: hashbin left locked */ return element; } --- linux-lts-utopic-3.16.0.orig/net/iucv/af_iucv.c +++ linux-lts-utopic-3.16.0/net/iucv/af_iucv.c @@ -709,6 +709,9 @@ if (!addr || addr->sa_family != AF_IUCV) return -EINVAL; + if (addr_len < sizeof(struct sockaddr_iucv)) + return -EINVAL; + lock_sock(sk); if (sk->sk_state != IUCV_OPEN) { err = -EBADFD; --- linux-lts-utopic-3.16.0.orig/net/key/af_key.c +++ linux-lts-utopic-3.16.0/net/key/af_key.c @@ -219,7 +219,7 @@ #define BROADCAST_ONE 1 #define BROADCAST_REGISTERED 2 #define BROADCAST_PROMISC_ONLY 4 -static int pfkey_broadcast(struct sk_buff *skb, gfp_t allocation, +static int pfkey_broadcast(struct sk_buff *skb, int broadcast_flags, struct sock *one_sk, struct net *net) { @@ -244,7 +244,7 @@ * socket. */ if (pfk->promisc) - pfkey_broadcast_one(skb, &skb2, allocation, sk); + pfkey_broadcast_one(skb, &skb2, GFP_ATOMIC, sk); /* the exact target will be processed later */ if (sk == one_sk) @@ -259,7 +259,7 @@ continue; } - err2 = pfkey_broadcast_one(skb, &skb2, allocation, sk); + err2 = pfkey_broadcast_one(skb, &skb2, GFP_ATOMIC, sk); /* Error is cleare after succecful sending to at least one * registered KM */ @@ -269,7 +269,7 @@ rcu_read_unlock(); if (one_sk != NULL) - err = pfkey_broadcast_one(skb, &skb2, allocation, one_sk); + err = pfkey_broadcast_one(skb, &skb2, GFP_KERNEL, one_sk); kfree_skb(skb2); kfree_skb(skb); @@ -292,7 +292,7 @@ hdr = (struct sadb_msg *) pfk->dump.skb->data; hdr->sadb_msg_seq = 0; hdr->sadb_msg_errno = rc; - pfkey_broadcast(pfk->dump.skb, GFP_ATOMIC, BROADCAST_ONE, + pfkey_broadcast(pfk->dump.skb, BROADCAST_ONE, &pfk->sk, sock_net(&pfk->sk)); pfk->dump.skb = NULL; } @@ -333,7 +333,7 @@ hdr->sadb_msg_len = (sizeof(struct sadb_msg) / sizeof(uint64_t)); - pfkey_broadcast(skb, GFP_KERNEL, BROADCAST_ONE, sk, sock_net(sk)); + pfkey_broadcast(skb, BROADCAST_ONE, sk, sock_net(sk)); return 0; } @@ -1367,7 +1367,7 @@ xfrm_state_put(x); - pfkey_broadcast(resp_skb, GFP_KERNEL, BROADCAST_ONE, sk, net); + pfkey_broadcast(resp_skb, BROADCAST_ONE, sk, net); return 0; } @@ -1454,7 +1454,7 @@ hdr->sadb_msg_seq = c->seq; hdr->sadb_msg_pid = c->portid; - pfkey_broadcast(skb, GFP_ATOMIC, BROADCAST_ALL, NULL, xs_net(x)); + pfkey_broadcast(skb, BROADCAST_ALL, NULL, xs_net(x)); return 0; } @@ -1567,7 +1567,7 @@ out_hdr->sadb_msg_reserved = 0; out_hdr->sadb_msg_seq = hdr->sadb_msg_seq; out_hdr->sadb_msg_pid = hdr->sadb_msg_pid; - pfkey_broadcast(out_skb, GFP_ATOMIC, BROADCAST_ONE, sk, sock_net(sk)); + pfkey_broadcast(out_skb, BROADCAST_ONE, sk, sock_net(sk)); return 0; } @@ -1672,7 +1672,7 @@ return -ENOBUFS; } - pfkey_broadcast(supp_skb, GFP_KERNEL, BROADCAST_REGISTERED, sk, sock_net(sk)); + pfkey_broadcast(supp_skb, BROADCAST_REGISTERED, sk, sock_net(sk)); return 0; } @@ -1691,7 +1691,7 @@ hdr->sadb_msg_errno = (uint8_t) 0; hdr->sadb_msg_len = (sizeof(struct sadb_msg) / sizeof(uint64_t)); - return pfkey_broadcast(skb, GFP_ATOMIC, BROADCAST_ONE, sk, sock_net(sk)); + return pfkey_broadcast(skb, BROADCAST_ONE, sk, sock_net(sk)); } static int key_notify_sa_flush(const struct km_event *c) @@ -1712,7 +1712,7 @@ hdr->sadb_msg_len = (sizeof(struct sadb_msg) / sizeof(uint64_t)); hdr->sadb_msg_reserved = 0; - pfkey_broadcast(skb, GFP_ATOMIC, BROADCAST_ALL, NULL, c->net); + pfkey_broadcast(skb, BROADCAST_ALL, NULL, c->net); return 0; } @@ -1769,7 +1769,7 @@ out_hdr->sadb_msg_pid = pfk->dump.msg_portid; if (pfk->dump.skb) - pfkey_broadcast(pfk->dump.skb, GFP_ATOMIC, BROADCAST_ONE, + pfkey_broadcast(pfk->dump.skb, BROADCAST_ONE, &pfk->sk, sock_net(&pfk->sk)); pfk->dump.skb = out_skb; @@ -1849,7 +1849,7 @@ new_hdr->sadb_msg_errno = 0; } - pfkey_broadcast(skb, GFP_KERNEL, BROADCAST_ALL, NULL, sock_net(sk)); + pfkey_broadcast(skb, BROADCAST_ALL, NULL, sock_net(sk)); return 0; } @@ -2183,7 +2183,7 @@ out_hdr->sadb_msg_errno = 0; out_hdr->sadb_msg_seq = c->seq; out_hdr->sadb_msg_pid = c->portid; - pfkey_broadcast(out_skb, GFP_ATOMIC, BROADCAST_ALL, NULL, xp_net(xp)); + pfkey_broadcast(out_skb, BROADCAST_ALL, NULL, xp_net(xp)); return 0; } @@ -2403,7 +2403,7 @@ out_hdr->sadb_msg_errno = 0; out_hdr->sadb_msg_seq = hdr->sadb_msg_seq; out_hdr->sadb_msg_pid = hdr->sadb_msg_pid; - pfkey_broadcast(out_skb, GFP_ATOMIC, BROADCAST_ONE, sk, xp_net(xp)); + pfkey_broadcast(out_skb, BROADCAST_ONE, sk, xp_net(xp)); err = 0; out: @@ -2657,7 +2657,7 @@ out_hdr->sadb_msg_pid = pfk->dump.msg_portid; if (pfk->dump.skb) - pfkey_broadcast(pfk->dump.skb, GFP_ATOMIC, BROADCAST_ONE, + pfkey_broadcast(pfk->dump.skb, BROADCAST_ONE, &pfk->sk, sock_net(&pfk->sk)); pfk->dump.skb = out_skb; @@ -2710,7 +2710,7 @@ hdr->sadb_msg_satype = SADB_SATYPE_UNSPEC; hdr->sadb_msg_len = (sizeof(struct sadb_msg) / sizeof(uint64_t)); hdr->sadb_msg_reserved = 0; - pfkey_broadcast(skb_out, GFP_ATOMIC, BROADCAST_ALL, NULL, c->net); + pfkey_broadcast(skb_out, BROADCAST_ALL, NULL, c->net); return 0; } @@ -2772,7 +2772,7 @@ void *ext_hdrs[SADB_EXT_MAX]; int err; - pfkey_broadcast(skb_clone(skb, GFP_KERNEL), GFP_KERNEL, + pfkey_broadcast(skb_clone(skb, GFP_KERNEL), BROADCAST_PROMISC_ONLY, NULL, sock_net(sk)); memset(ext_hdrs, 0, sizeof(ext_hdrs)); @@ -2994,7 +2994,7 @@ out_hdr->sadb_msg_seq = 0; out_hdr->sadb_msg_pid = 0; - pfkey_broadcast(out_skb, GFP_ATOMIC, BROADCAST_REGISTERED, NULL, xs_net(x)); + pfkey_broadcast(out_skb, BROADCAST_REGISTERED, NULL, xs_net(x)); return 0; } @@ -3184,7 +3184,7 @@ xfrm_ctx->ctx_len); } - return pfkey_broadcast(skb, GFP_ATOMIC, BROADCAST_REGISTERED, NULL, xs_net(x)); + return pfkey_broadcast(skb, BROADCAST_REGISTERED, NULL, xs_net(x)); } static struct xfrm_policy *pfkey_compile_policy(struct sock *sk, int opt, @@ -3382,7 +3382,7 @@ n_port->sadb_x_nat_t_port_port = sport; n_port->sadb_x_nat_t_port_reserved = 0; - return pfkey_broadcast(skb, GFP_ATOMIC, BROADCAST_REGISTERED, NULL, xs_net(x)); + return pfkey_broadcast(skb, BROADCAST_REGISTERED, NULL, xs_net(x)); } #ifdef CONFIG_NET_KEY_MIGRATE @@ -3574,7 +3574,7 @@ } /* broadcast migrate message to sockets */ - pfkey_broadcast(skb, GFP_ATOMIC, BROADCAST_ALL, NULL, &init_net); + pfkey_broadcast(skb, BROADCAST_ALL, NULL, &init_net); return 0; --- linux-lts-utopic-3.16.0.orig/net/l2tp/l2tp_core.c +++ linux-lts-utopic-3.16.0/net/l2tp/l2tp_core.c @@ -1318,7 +1318,7 @@ tunnel = container_of(work, struct l2tp_tunnel, del_work); sk = l2tp_tunnel_sock_lookup(tunnel); if (!sk) - return; + goto out; sock = sk->sk_socket; @@ -1339,6 +1339,8 @@ } l2tp_tunnel_sock_put(sk); +out: + l2tp_tunnel_dec_refcount(tunnel); } /* Create a socket for the tunnel, if one isn't set up by @@ -1673,8 +1675,13 @@ */ int l2tp_tunnel_delete(struct l2tp_tunnel *tunnel) { + l2tp_tunnel_inc_refcount(tunnel); l2tp_tunnel_closeall(tunnel); - return (false == queue_work(l2tp_wq, &tunnel->del_work)); + if (false == queue_work(l2tp_wq, &tunnel->del_work)) { + l2tp_tunnel_dec_refcount(tunnel); + return 1; + } + return 0; } EXPORT_SYMBOL_GPL(l2tp_tunnel_delete); --- linux-lts-utopic-3.16.0.orig/net/l2tp/l2tp_ip6.c +++ linux-lts-utopic-3.16.0/net/l2tp/l2tp_ip6.c @@ -487,6 +487,7 @@ DECLARE_SOCKADDR(struct sockaddr_l2tpip6 *, lsa, msg->msg_name); struct in6_addr *daddr, *final_p, final; struct ipv6_pinfo *np = inet6_sk(sk); + struct ipv6_txoptions *opt_to_free = NULL; struct ipv6_txoptions *opt = NULL; struct ip6_flowlabel *flowlabel = NULL; struct dst_entry *dst = NULL; @@ -576,8 +577,10 @@ opt = NULL; } - if (opt == NULL) - opt = np->opt; + if (!opt) { + opt = txopt_get(np); + opt_to_free = opt; + } if (flowlabel) opt = fl6_merge_options(&opt_space, flowlabel, opt); opt = ipv6_fixup_options(&opt_space, opt); @@ -632,6 +635,7 @@ dst_release(dst); out: fl6_sock_release(flowlabel); + txopt_put(opt_to_free); return err < 0 ? err : len; --- linux-lts-utopic-3.16.0.orig/net/l2tp/l2tp_ppp.c +++ linux-lts-utopic-3.16.0/net/l2tp/l2tp_ppp.c @@ -755,7 +755,8 @@ /* If PMTU discovery was enabled, use the MTU that was discovered */ dst = sk_dst_get(tunnel->sock); if (dst != NULL) { - u32 pmtu = dst_mtu(__sk_dst_get(tunnel->sock)); + u32 pmtu = dst_mtu(dst); + if (pmtu != 0) session->mtu = session->mru = pmtu - PPPOL2TP_HEADER_OVERHEAD; --- linux-lts-utopic-3.16.0.orig/net/llc/af_llc.c +++ linux-lts-utopic-3.16.0/net/llc/af_llc.c @@ -613,7 +613,7 @@ if (signal_pending(current)) break; rc = 0; - if (sk_wait_data(sk, &timeo)) + if (sk_wait_data(sk, &timeo, NULL)) break; } return rc; @@ -626,6 +626,7 @@ if (llc->cmsg_flags & LLC_CMSG_PKTINFO) { struct llc_pktinfo info; + memset(&info, 0, sizeof(info)); info.lpi_ifindex = llc_sk(skb->sk)->dev->ifindex; llc_pdu_decode_dsap(skb, &info.lpi_sap); llc_pdu_decode_da(skb, info.lpi_mac); @@ -802,7 +803,7 @@ release_sock(sk); lock_sock(sk); } else - sk_wait_data(sk, &timeo); + sk_wait_data(sk, &timeo, NULL); if ((flags & MSG_PEEK) && peek_seq != llc->copied_seq) { net_dbg_ratelimited("LLC(%s:%d): Application bug, race in MSG_PEEK\n", --- linux-lts-utopic-3.16.0.orig/net/llc/sysctl_net_llc.c +++ linux-lts-utopic-3.16.0/net/llc/sysctl_net_llc.c @@ -18,28 +18,28 @@ { .procname = "ack", .data = &sysctl_llc2_ack_timeout, - .maxlen = sizeof(long), + .maxlen = sizeof(sysctl_llc2_ack_timeout), .mode = 0644, .proc_handler = proc_dointvec_jiffies, }, { .procname = "busy", .data = &sysctl_llc2_busy_timeout, - .maxlen = sizeof(long), + .maxlen = sizeof(sysctl_llc2_busy_timeout), .mode = 0644, .proc_handler = proc_dointvec_jiffies, }, { .procname = "p", .data = &sysctl_llc2_p_timeout, - .maxlen = sizeof(long), + .maxlen = sizeof(sysctl_llc2_p_timeout), .mode = 0644, .proc_handler = proc_dointvec_jiffies, }, { .procname = "rej", .data = &sysctl_llc2_rej_timeout, - .maxlen = sizeof(long), + .maxlen = sizeof(sysctl_llc2_rej_timeout), .mode = 0644, .proc_handler = proc_dointvec_jiffies, }, --- linux-lts-utopic-3.16.0.orig/net/mac80211/aes_ccm.c +++ linux-lts-utopic-3.16.0/net/mac80211/aes_ccm.c @@ -53,6 +53,9 @@ __aligned(__alignof__(struct aead_request)); struct aead_request *aead_req = (void *) aead_req_data; + if (data_len == 0) + return -EINVAL; + memset(aead_req, 0, sizeof(aead_req_data)); sg_init_one(&pt, data, data_len); --- linux-lts-utopic-3.16.0.orig/net/mac80211/agg-rx.c +++ linux-lts-utopic-3.16.0/net/mac80211/agg-rx.c @@ -49,8 +49,6 @@ container_of(h, struct tid_ampdu_rx, rcu_head); int i; - del_timer_sync(&tid_rx->reorder_timer); - for (i = 0; i < tid_rx->buf_size; i++) dev_kfree_skb(tid_rx->reorder_buf[i]); kfree(tid_rx->reorder_buf); @@ -93,6 +91,12 @@ del_timer_sync(&tid_rx->session_timer); + /* make sure ieee80211_sta_reorder_release() doesn't re-arm the timer */ + spin_lock_bh(&tid_rx->reorder_lock); + tid_rx->removed = true; + spin_unlock_bh(&tid_rx->reorder_lock); + del_timer_sync(&tid_rx->reorder_timer); + call_rcu(&tid_rx->rcu_head, ieee80211_free_tid_rx); } @@ -290,7 +294,7 @@ } /* prepare A-MPDU MLME for Rx aggregation */ - tid_agg_rx = kmalloc(sizeof(struct tid_ampdu_rx), GFP_KERNEL); + tid_agg_rx = kzalloc(sizeof(*tid_agg_rx), GFP_KERNEL); if (!tid_agg_rx) goto end; --- linux-lts-utopic-3.16.0.orig/net/mac80211/debugfs_netdev.c +++ linux-lts-utopic-3.16.0/net/mac80211/debugfs_netdev.c @@ -725,6 +725,7 @@ debugfs_remove_recursive(sdata->vif.debugfs_dir); sdata->vif.debugfs_dir = NULL; + sdata->debugfs.subdir_stations = NULL; } void ieee80211_debugfs_rename_netdev(struct ieee80211_sub_if_data *sdata) --- linux-lts-utopic-3.16.0.orig/net/mac80211/ibss.c +++ linux-lts-utopic-3.16.0/net/mac80211/ibss.c @@ -813,7 +813,7 @@ memset(¶ms, 0, sizeof(params)); memset(&csa_ie, 0, sizeof(csa_ie)); - err = ieee80211_parse_ch_switch_ie(sdata, elems, beacon, + err = ieee80211_parse_ch_switch_ie(sdata, elems, ifibss->chandef.chan->band, sta_flags, ifibss->bssid, &csa_ie); /* can't switch to destination channel, fail */ @@ -1628,7 +1628,6 @@ if (sdata->vif.type != NL80211_IFTYPE_ADHOC) continue; sdata->u.ibss.last_scan_completed = jiffies; - ieee80211_queue_work(&local->hw, &sdata->work); } mutex_unlock(&local->iflist_mtx); } --- linux-lts-utopic-3.16.0.orig/net/mac80211/ieee80211_i.h +++ linux-lts-utopic-3.16.0/net/mac80211/ieee80211_i.h @@ -57,13 +57,24 @@ #define IEEE80211_UNSET_POWER_LEVEL INT_MIN /* - * Some APs experience problems when working with U-APSD. Decrease the - * probability of that happening by using legacy mode for all ACs but VO. - * The AP that caused us trouble was a Cisco 4410N. It ignores our - * setting, and always treats non-VO ACs as legacy. + * Some APs experience problems when working with U-APSD. Decreasing the + * probability of that happening by using legacy mode for all ACs but VO isn't + * enough. + * + * Cisco 4410N originally forced us to enable VO by default only because it + * treated non-VO ACs as legacy. + * + * However some APs (notably Netgear R7000) silently reclassify packets to + * different ACs. Since u-APSD ACs require trigger frames for frame retrieval + * clients would never see some frames (e.g. ARP responses) or would fetch them + * accidentally after a long time. + * + * It makes little sense to enable u-APSD queues by default because it needs + * userspace applications to be aware of it to actually take advantage of the + * possible additional powersavings. Implicitly depending on driver autotrigger + * frame support doesn't make much sense. */ -#define IEEE80211_DEFAULT_UAPSD_QUEUES \ - IEEE80211_WMM_IE_STA_QOSINFO_AC_VO +#define IEEE80211_DEFAULT_UAPSD_QUEUES 0 #define IEEE80211_DEFAULT_MAX_SP_LEN \ IEEE80211_WMM_IE_STA_QOSINFO_SP_ALL @@ -192,6 +203,8 @@ * @IEEE80211_RX_CMNTR: received on cooked monitor already * @IEEE80211_RX_BEACON_REPORTED: This frame was already reported * to cfg80211_report_obss_beacon(). + * @IEEE80211_RX_REORDER_TIMER: this frame is released by the + * reorder buffer timeout timer, not the normal RX path * * These flags are used across handling multiple interfaces * for a single frame. @@ -199,6 +212,7 @@ enum ieee80211_rx_flags { IEEE80211_RX_CMNTR = BIT(0), IEEE80211_RX_BEACON_REPORTED = BIT(1), + IEEE80211_RX_REORDER_TIMER = BIT(2), }; struct ieee80211_rx_data { @@ -1591,7 +1605,6 @@ * ieee80211_parse_ch_switch_ie - parses channel switch IEs * @sdata: the sdata of the interface which has received the frame * @elems: parsed 802.11 elements received with the frame - * @beacon: indicates if the frame was a beacon or probe response * @current_band: indicates the current band * @sta_flags: contains information about own capabilities and restrictions * to decide which channel switch announcements can be accepted. Only the @@ -1605,7 +1618,7 @@ * Return: 0 on success, <0 on error and >0 if there is nothing to parse. */ int ieee80211_parse_ch_switch_ie(struct ieee80211_sub_if_data *sdata, - struct ieee802_11_elems *elems, bool beacon, + struct ieee802_11_elems *elems, enum ieee80211_band current_band, u32 sta_flags, u8 *bssid, struct ieee80211_csa_ie *csa_ie); --- linux-lts-utopic-3.16.0.orig/net/mac80211/iface.c +++ linux-lts-utopic-3.16.0/net/mac80211/iface.c @@ -74,7 +74,8 @@ void ieee80211_recalc_txpower(struct ieee80211_sub_if_data *sdata) { - if (__ieee80211_recalc_txpower(sdata)) + if (__ieee80211_recalc_txpower(sdata) || + ieee80211_sdata_running(sdata)) ieee80211_bss_info_change_notify(sdata, BSS_CHANGED_TXPOWER); } @@ -765,10 +766,12 @@ int i, flushed; struct ps_data *ps; struct cfg80211_chan_def chandef; + bool cancel_scan; clear_bit(SDATA_STATE_RUNNING, &sdata->state); - if (rcu_access_pointer(local->scan_sdata) == sdata) + cancel_scan = rcu_access_pointer(local->scan_sdata) == sdata; + if (cancel_scan) ieee80211_scan_cancel(local); /* @@ -989,6 +992,9 @@ ieee80211_recalc_ps(local, -1); + if (cancel_scan) + flush_delayed_work(&local->scan_work); + if (local->open_count == 0) { ieee80211_stop_device(local); --- linux-lts-utopic-3.16.0.orig/net/mac80211/key.c +++ linux-lts-utopic-3.16.0/net/mac80211/key.c @@ -653,7 +653,7 @@ int i; mutex_lock(&local->key_mtx); - for (i = 0; i < NUM_DEFAULT_KEYS; i++) { + for (i = 0; i < ARRAY_SIZE(sta->gtk); i++) { key = key_mtx_dereference(local, sta->gtk[i]); if (!key) continue; --- linux-lts-utopic-3.16.0.orig/net/mac80211/main.c +++ linux-lts-utopic-3.16.0/net/mac80211/main.c @@ -248,6 +248,7 @@ { struct ieee80211_local *local = container_of(work, struct ieee80211_local, restart_work); + struct ieee80211_sub_if_data *sdata; /* wait for scan work complete */ flush_workqueue(local->workqueue); @@ -256,6 +257,8 @@ "%s called with hardware scan in progress\n", __func__); rtnl_lock(); + list_for_each_entry(sdata, &local->interfaces, list) + flush_delayed_work(&sdata->dec_tailroom_needed_wk); ieee80211_scan_cancel(local); ieee80211_reconfig(local); rtnl_unlock(); --- linux-lts-utopic-3.16.0.orig/net/mac80211/mesh.c +++ linux-lts-utopic-3.16.0/net/mac80211/mesh.c @@ -874,7 +874,7 @@ memset(¶ms, 0, sizeof(params)); memset(&csa_ie, 0, sizeof(csa_ie)); - err = ieee80211_parse_ch_switch_ie(sdata, elems, beacon, band, + err = ieee80211_parse_ch_switch_ie(sdata, elems, band, sta_flags, sdata->vif.addr, &csa_ie); if (err < 0) @@ -1297,17 +1297,6 @@ sdata_unlock(sdata); } -void ieee80211_mesh_notify_scan_completed(struct ieee80211_local *local) -{ - struct ieee80211_sub_if_data *sdata; - - rcu_read_lock(); - list_for_each_entry_rcu(sdata, &local->interfaces, list) - if (ieee80211_vif_is_mesh(&sdata->vif) && - ieee80211_sdata_running(sdata)) - ieee80211_queue_work(&local->hw, &sdata->work); - rcu_read_unlock(); -} void ieee80211_mesh_init_sdata(struct ieee80211_sub_if_data *sdata) { --- linux-lts-utopic-3.16.0.orig/net/mac80211/mesh.h +++ linux-lts-utopic-3.16.0/net/mac80211/mesh.h @@ -355,14 +355,10 @@ return sdata->u.mesh.mesh_pp_id == IEEE80211_PATH_PROTOCOL_HWMP; } -void ieee80211_mesh_notify_scan_completed(struct ieee80211_local *local); - void mesh_path_flush_by_iface(struct ieee80211_sub_if_data *sdata); void mesh_sync_adjust_tbtt(struct ieee80211_sub_if_data *sdata); void ieee80211s_stop(void); #else -static inline void -ieee80211_mesh_notify_scan_completed(struct ieee80211_local *local) {} static inline bool mesh_path_sel_is_hwmp(struct ieee80211_sub_if_data *sdata) { return false; } static inline void mesh_path_flush_by_iface(struct ieee80211_sub_if_data *sdata) --- linux-lts-utopic-3.16.0.orig/net/mac80211/mesh_pathtbl.c +++ linux-lts-utopic-3.16.0/net/mac80211/mesh_pathtbl.c @@ -748,10 +748,8 @@ static void mesh_path_node_reclaim(struct rcu_head *rp) { struct mpath_node *node = container_of(rp, struct mpath_node, rcu); - struct ieee80211_sub_if_data *sdata = node->mpath->sdata; del_timer_sync(&node->mpath->timer); - atomic_dec(&sdata->u.mesh.mpaths); kfree(node->mpath); kfree(node); } @@ -759,8 +757,9 @@ /* needs to be called with the corresponding hashwlock taken */ static void __mesh_path_del(struct mesh_table *tbl, struct mpath_node *node) { - struct mesh_path *mpath; - mpath = node->mpath; + struct mesh_path *mpath = node->mpath; + struct ieee80211_sub_if_data *sdata = node->mpath->sdata; + spin_lock(&mpath->state_lock); mpath->flags |= MESH_PATH_RESOLVING; if (mpath->is_gate) @@ -768,6 +767,7 @@ hlist_del_rcu(&node->list); call_rcu(&node->rcu, mesh_path_node_reclaim); spin_unlock(&mpath->state_lock); + atomic_dec(&sdata->u.mesh.mpaths); atomic_dec(&tbl->entries); } --- linux-lts-utopic-3.16.0.orig/net/mac80211/mlme.c +++ linux-lts-utopic-3.16.0/net/mac80211/mlme.c @@ -1047,7 +1047,7 @@ current_band = cbss->channel->band; memset(&csa_ie, 0, sizeof(csa_ie)); - res = ieee80211_parse_ch_switch_ie(sdata, elems, beacon, current_band, + res = ieee80211_parse_ch_switch_ie(sdata, elems, current_band, ifmgd->flags, ifmgd->associated->bssid, &csa_ie); if (res < 0) @@ -1136,7 +1136,8 @@ ieee80211_queue_work(&local->hw, &ifmgd->chswitch_work); else mod_timer(&ifmgd->chswitch_timer, - TU_TO_EXP_TIME(csa_ie.count * cbss->beacon_interval)); + TU_TO_EXP_TIME((csa_ie.count - 1) * + cbss->beacon_interval)); } static u32 ieee80211_handle_pwr_constr(struct ieee80211_sub_if_data *sdata, @@ -2977,7 +2978,7 @@ if (ifmgd->rssi_min_thold != ifmgd->rssi_max_thold && ifmgd->count_beacon_signal >= IEEE80211_SIGNAL_AVE_MIN_COUNT) { - int sig = ifmgd->ave_beacon_signal; + int sig = ifmgd->ave_beacon_signal / 16; int last_sig = ifmgd->last_ave_beacon_signal; /* @@ -3613,8 +3614,6 @@ if (!(flags & IEEE80211_HW_CONNECTION_MONITOR)) ieee80211_queue_work(&sdata->local->hw, &sdata->u.mgd.monitor_work); - /* and do all the other regular work too */ - ieee80211_queue_work(&sdata->local->hw, &sdata->work); } } @@ -4355,8 +4354,7 @@ rcu_read_unlock(); if (bss->wmm_used && bss->uapsd_supported && - (sdata->local->hw.flags & IEEE80211_HW_SUPPORTS_UAPSD) && - sdata->wmm_acm != 0xff) { + (sdata->local->hw.flags & IEEE80211_HW_SUPPORTS_UAPSD)) { assoc_data->uapsd = true; ifmgd->flags |= IEEE80211_STA_UAPSD_ENABLED; } else { --- linux-lts-utopic-3.16.0.orig/net/mac80211/pm.c +++ linux-lts-utopic-3.16.0/net/mac80211/pm.c @@ -84,20 +84,6 @@ } } - /* tear down aggregation sessions and remove STAs */ - mutex_lock(&local->sta_mtx); - list_for_each_entry(sta, &local->sta_list, list) { - if (sta->uploaded) { - enum ieee80211_sta_state state; - - state = sta->sta_state; - for (; state > IEEE80211_STA_NOTEXIST; state--) - WARN_ON(drv_sta_state(local, sta->sdata, sta, - state, state - 1)); - } - } - mutex_unlock(&local->sta_mtx); - /* remove all interfaces that were created in the driver */ list_for_each_entry(sdata, &local->interfaces, list) { if (!ieee80211_sdata_running(sdata)) @@ -109,6 +95,21 @@ case NL80211_IFTYPE_STATION: ieee80211_mgd_quiesce(sdata); break; + case NL80211_IFTYPE_WDS: + /* tear down aggregation sessions and remove STAs */ + mutex_lock(&local->sta_mtx); + sta = sdata->u.wds.sta; + if (sta && sta->uploaded) { + enum ieee80211_sta_state state; + + state = sta->sta_state; + for (; state > IEEE80211_STA_NOTEXIST; state--) + WARN_ON(drv_sta_state(local, sta->sdata, + sta, state, + state - 1)); + } + mutex_unlock(&local->sta_mtx); + break; default: break; } --- linux-lts-utopic-3.16.0.orig/net/mac80211/rate.c +++ linux-lts-utopic-3.16.0/net/mac80211/rate.c @@ -448,7 +448,7 @@ */ if (!(rates[0].flags & IEEE80211_TX_RC_MCS)) { u32 basic_rates = vif->bss_conf.basic_rates; - s8 baserate = basic_rates ? ffs(basic_rates - 1) : 0; + s8 baserate = basic_rates ? ffs(basic_rates) - 1 : 0; rate = &sband->bitrates[rates[0].idx]; --- linux-lts-utopic-3.16.0.orig/net/mac80211/rc80211_minstrel_ht.c +++ linux-lts-utopic-3.16.0/net/mac80211/rc80211_minstrel_ht.c @@ -464,7 +464,7 @@ if (skb_get_queue_mapping(skb) == IEEE80211_AC_VO) return; - ieee80211_start_tx_ba_session(pubsta, tid, 5000); + ieee80211_start_tx_ba_session(pubsta, tid, 0); } static void --- linux-lts-utopic-3.16.0.orig/net/mac80211/rx.c +++ linux-lts-utopic-3.16.0/net/mac80211/rx.c @@ -234,7 +234,7 @@ else if (rate && rate->flags & IEEE80211_RATE_ERP_G) channel_flags |= IEEE80211_CHAN_OFDM | IEEE80211_CHAN_2GHZ; else if (rate) - channel_flags |= IEEE80211_CHAN_OFDM | IEEE80211_CHAN_2GHZ; + channel_flags |= IEEE80211_CHAN_CCK | IEEE80211_CHAN_2GHZ; else channel_flags |= IEEE80211_CHAN_2GHZ; put_unaligned_le16(channel_flags, pos); @@ -792,9 +792,10 @@ set_release_timer: - mod_timer(&tid_agg_rx->reorder_timer, - tid_agg_rx->reorder_time[j] + 1 + - HT_RX_REORDER_BUF_TIMEOUT); + if (!tid_agg_rx->removed) + mod_timer(&tid_agg_rx->reorder_timer, + tid_agg_rx->reorder_time[j] + 1 + + HT_RX_REORDER_BUF_TIMEOUT); } else { del_timer(&tid_agg_rx->reorder_timer); } @@ -1646,11 +1647,14 @@ sc = le16_to_cpu(hdr->seq_ctrl); frag = sc & IEEE80211_SCTL_FRAG; - if (likely((!ieee80211_has_morefrags(fc) && frag == 0) || - is_multicast_ether_addr(hdr->addr1))) { - /* not fragmented */ - goto out; + if (is_multicast_ether_addr(hdr->addr1)) { + rx->local->dot11MulticastReceivedFrameCount++; + goto out_no_led; } + + if (likely(!ieee80211_has_morefrags(fc) && frag == 0)) + goto out; + I802_DEBUG_INC(rx->local->rx_handlers_fragments); if (skb_linearize(rx->skb)) @@ -1741,12 +1745,10 @@ status->rx_flags |= IEEE80211_RX_FRAGMENTED; out: + ieee80211_led_rx(rx->local); + out_no_led: if (rx->sta) rx->sta->rx_packets++; - if (is_multicast_ether_addr(hdr->addr1)) - rx->local->dot11MulticastReceivedFrameCount++; - else - ieee80211_led_rx(rx->local); return RX_CONTINUE; } @@ -1966,7 +1968,8 @@ /* deliver to local stack */ skb->protocol = eth_type_trans(skb, dev); memset(skb->cb, 0, sizeof(skb->cb)); - if (rx->local->napi) + if (!(rx->flags & IEEE80211_RX_REORDER_TIMER) && + rx->local->napi) napi_gro_receive(rx->local->napi, skb); else netif_receive_skb(skb); @@ -2075,6 +2078,9 @@ hdr = (struct ieee80211_hdr *) skb->data; mesh_hdr = (struct ieee80211s_hdr *) (skb->data + hdrlen); + if (ieee80211_drop_unencrypted(rx, hdr->frame_control)) + return RX_DROP_MONITOR; + /* frame is in RMC, don't forward */ if (ieee80211_is_data(hdr->frame_control) && is_multicast_ether_addr(hdr->addr1) && @@ -3033,7 +3039,7 @@ /* This is OK -- must be QoS data frame */ .security_idx = tid, .seqno_idx = tid, - .flags = 0, + .flags = IEEE80211_RX_REORDER_TIMER, }; struct tid_ampdu_rx *tid_agg_rx; --- linux-lts-utopic-3.16.0.orig/net/mac80211/scan.c +++ linux-lts-utopic-3.16.0/net/mac80211/scan.c @@ -276,6 +276,7 @@ struct ieee80211_local *local = hw_to_local(hw); bool hw_scan = local->ops->hw_scan; bool was_scanning = local->scanning; + struct ieee80211_sub_if_data *sdata; lockdep_assert_held(&local->mtx); @@ -327,7 +328,16 @@ ieee80211_mlme_notify_scan_completed(local); ieee80211_ibss_notify_scan_completed(local); - ieee80211_mesh_notify_scan_completed(local); + + /* Requeue all the work that might have been ignored while + * the scan was in progress; if there was none this will + * just be a no-op for the particular interface. + */ + list_for_each_entry_rcu(sdata, &local->interfaces, list) { + if (ieee80211_sdata_running(sdata)) + ieee80211_queue_work(&sdata->local->hw, &sdata->work); + } + if (was_scanning) ieee80211_start_next_roc(local); } @@ -525,8 +535,8 @@ /* We need to ensure power level is at max for scanning. */ ieee80211_hw_config(local, 0); - if ((req->channels[0]->flags & - IEEE80211_CHAN_NO_IR) || + if ((req->channels[0]->flags & (IEEE80211_CHAN_NO_IR | + IEEE80211_CHAN_RADAR)) || !local->scan_req->n_ssids) { next_delay = IEEE80211_PASSIVE_CHANNEL_TIME; } else { @@ -572,7 +582,7 @@ * TODO: channel switching also consumes quite some time, * add that delay as well to get a better estimation */ - if (chan->flags & IEEE80211_CHAN_NO_IR) + if (chan->flags & (IEEE80211_CHAN_NO_IR | IEEE80211_CHAN_RADAR)) return IEEE80211_PASSIVE_CHANNEL_TIME; return IEEE80211_PROBE_DELAY + IEEE80211_CHANNEL_TIME; } @@ -696,7 +706,7 @@ * * In any case, it is not necessary for a passive scan. */ - if (chan->flags & IEEE80211_CHAN_NO_IR || + if ((chan->flags & (IEEE80211_CHAN_NO_IR | IEEE80211_CHAN_RADAR)) || !local->scan_req->n_ssids) { *next_delay = IEEE80211_PASSIVE_CHANNEL_TIME; local->next_scan_state = SCAN_DECISION; --- linux-lts-utopic-3.16.0.orig/net/mac80211/spectmgmt.c +++ linux-lts-utopic-3.16.0/net/mac80211/spectmgmt.c @@ -22,7 +22,7 @@ #include "wme.h" int ieee80211_parse_ch_switch_ie(struct ieee80211_sub_if_data *sdata, - struct ieee802_11_elems *elems, bool beacon, + struct ieee802_11_elems *elems, enum ieee80211_band current_band, u32 sta_flags, u8 *bssid, struct ieee80211_csa_ie *csa_ie) @@ -91,19 +91,13 @@ return -EINVAL; } - if (!beacon && sec_chan_offs) { + if (sec_chan_offs) { secondary_channel_offset = sec_chan_offs->sec_chan_offs; - } else if (beacon && ht_oper) { - secondary_channel_offset = - ht_oper->ht_param & IEEE80211_HT_PARAM_CHA_SEC_OFFSET; } else if (!(sta_flags & IEEE80211_STA_DISABLE_HT)) { - /* If it's not a beacon, HT is enabled and the IE not present, - * it's 20 MHz, 802.11-2012 8.5.2.6: - * This element [the Secondary Channel Offset Element] is - * present when switching to a 40 MHz channel. It may be - * present when switching to a 20 MHz channel (in which - * case the secondary channel offset is set to SCN). - */ + /* If the secondary channel offset IE is not present, + * we can't know what's the post-CSA offset, so the + * best we can do is use 20MHz. + */ secondary_channel_offset = IEEE80211_HT_PARAM_CHA_SEC_NONE; } --- linux-lts-utopic-3.16.0.orig/net/mac80211/sta_info.h +++ linux-lts-utopic-3.16.0/net/mac80211/sta_info.h @@ -162,6 +162,7 @@ * @dialog_token: dialog token for aggregation session * @rcu_head: RCU head used for freeing this struct * @reorder_lock: serializes access to reorder buffer, see below. + * @removed: this session is removed (but might have been found due to RCU) * * This structure's lifetime is managed by RCU, assignments to * the array holding it must hold the aggregation mutex. @@ -185,6 +186,7 @@ u16 buf_size; u16 timeout; u8 dialog_token; + bool removed; }; /** --- linux-lts-utopic-3.16.0.orig/net/mac80211/trace.h +++ linux-lts-utopic-3.16.0/net/mac80211/trace.h @@ -32,11 +32,11 @@ __field(u32, chan_width) \ __field(u32, center_freq1) \ __field(u32, center_freq2) -#define CHANDEF_ASSIGN(c) \ - __entry->control_freq = (c)->chan ? (c)->chan->center_freq : 0; \ - __entry->chan_width = (c)->width; \ - __entry->center_freq1 = (c)->center_freq1; \ - __entry->center_freq2 = (c)->center_freq2; +#define CHANDEF_ASSIGN(c) \ + __entry->control_freq = (c) ? ((c)->chan ? (c)->chan->center_freq : 0) : 0; \ + __entry->chan_width = (c) ? (c)->width : 0; \ + __entry->center_freq1 = (c) ? (c)->center_freq1 : 0; \ + __entry->center_freq2 = (c) ? (c)->center_freq2 : 0; #define CHANDEF_PR_FMT " control:%d MHz width:%d center: %d/%d MHz" #define CHANDEF_PR_ARG __entry->control_freq, __entry->chan_width, \ __entry->center_freq1, __entry->center_freq2 --- linux-lts-utopic-3.16.0.orig/net/mac80211/tx.c +++ linux-lts-utopic-3.16.0/net/mac80211/tx.c @@ -297,9 +297,6 @@ if (tx->sdata->vif.type == NL80211_IFTYPE_WDS) return TX_CONTINUE; - if (tx->sdata->vif.type == NL80211_IFTYPE_MESH_POINT) - return TX_CONTINUE; - if (tx->flags & IEEE80211_TX_PS_BUFFERED) return TX_CONTINUE; @@ -559,6 +556,7 @@ if (tx->sdata->control_port_no_encrypt) info->flags |= IEEE80211_TX_INTFL_DONT_ENCRYPT; info->control.flags |= IEEE80211_TX_CTRL_PORT_CTRL_PROTO; + info->flags |= IEEE80211_TX_CTL_USE_MINRATE; } return TX_CONTINUE; --- linux-lts-utopic-3.16.0.orig/net/mac80211/util.c +++ linux-lts-utopic-3.16.0/net/mac80211/util.c @@ -2664,6 +2664,13 @@ if (end > 0) return false; + /* One shot NOA */ + if (data->count[i] == 1) + return false; + + if (data->desc[i].interval == 0) + return false; + /* End time is in the past, check for repetitions */ skip = DIV_ROUND_UP(-end, data->desc[i].interval); if (data->count[i] < 255) { @@ -2896,7 +2903,7 @@ wdev_iter = &sdata_iter->wdev; if (sdata_iter == sdata || - rcu_access_pointer(sdata_iter->vif.chanctx_conf) == NULL || + !ieee80211_sdata_running(sdata_iter) || local->hw.wiphy->software_iftypes & BIT(wdev_iter->iftype)) continue; --- linux-lts-utopic-3.16.0.orig/net/mac80211/wep.c +++ linux-lts-utopic-3.16.0/net/mac80211/wep.c @@ -98,8 +98,7 @@ hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); - if (WARN_ON(skb_tailroom(skb) < IEEE80211_WEP_ICV_LEN || - skb_headroom(skb) < IEEE80211_WEP_IV_LEN)) + if (WARN_ON(skb_headroom(skb) < IEEE80211_WEP_IV_LEN)) return NULL; hdrlen = ieee80211_hdrlen(hdr->frame_control); @@ -169,6 +168,9 @@ size_t len; u8 rc4key[3 + WLAN_KEY_LEN_WEP104]; + if (WARN_ON(skb_tailroom(skb) < IEEE80211_WEP_ICV_LEN)) + return -1; + iv = ieee80211_wep_add_iv(local, skb, keylen, keyidx); if (!iv) return -1; --- linux-lts-utopic-3.16.0.orig/net/mpls/mpls_gso.c +++ linux-lts-utopic-3.16.0/net/mpls/mpls_gso.c @@ -48,7 +48,7 @@ __skb_push(skb, skb->mac_len); /* Segment inner packet. */ - mpls_features = skb->dev->mpls_features & netif_skb_features(skb); + mpls_features = skb->dev->mpls_features & features; segs = skb_mac_gso_segment(skb, mpls_features); --- linux-lts-utopic-3.16.0.orig/net/netfilter/core.c +++ linux-lts-utopic-3.16.0/net/netfilter/core.c @@ -95,6 +95,7 @@ static_key_slow_dec(&nf_hooks_needed[reg->pf][reg->hooknum]); #endif synchronize_net(); + nf_queue_nf_hook_drop(reg); } EXPORT_SYMBOL(nf_unregister_hook); --- linux-lts-utopic-3.16.0.orig/net/netfilter/ipset/ip_set_core.c +++ linux-lts-utopic-3.16.0/net/netfilter/ipset/ip_set_core.c @@ -635,7 +635,7 @@ struct ip_set *set; struct ip_set_net *inst = ip_set_pernet(net); - if (index > inst->ip_set_max) + if (index >= inst->ip_set_max) return IPSET_INVALID_ID; nfnl_lock(NFNL_SUBSYS_IPSET); @@ -1838,6 +1838,12 @@ if (*op < IP_SET_OP_VERSION) { /* Check the version at the beginning of operations */ struct ip_set_req_version *req_version = data; + + if (*len < sizeof(struct ip_set_req_version)) { + ret = -EINVAL; + goto done; + } + if (req_version->version != IPSET_PROTOCOL) { ret = -EPROTO; goto done; --- linux-lts-utopic-3.16.0.orig/net/netfilter/ipvs/ip_vs_core.c +++ linux-lts-utopic-3.16.0/net/netfilter/ipvs/ip_vs_core.c @@ -313,7 +313,13 @@ * return *ignored=0 i.e. ICMP and NF_DROP */ sched = rcu_dereference(svc->scheduler); - dest = sched->schedule(svc, skb, iph); + if (sched) { + /* read svc->sched_data after svc->scheduler */ + smp_rmb(); + dest = sched->schedule(svc, skb, iph); + } else { + dest = NULL; + } if (!dest) { IP_VS_DBG(1, "p-schedule: no dest found.\n"); kfree(param.pe_data); @@ -460,7 +466,13 @@ } sched = rcu_dereference(svc->scheduler); - dest = sched->schedule(svc, skb, iph); + if (sched) { + /* read svc->sched_data after svc->scheduler */ + smp_rmb(); + dest = sched->schedule(svc, skb, iph); + } else { + dest = NULL; + } if (dest == NULL) { IP_VS_DBG(1, "Schedule: no dest found.\n"); return NULL; @@ -658,16 +670,24 @@ return err; } -static int ip_vs_route_me_harder(int af, struct sk_buff *skb) +static int ip_vs_route_me_harder(int af, struct sk_buff *skb, + unsigned int hooknum) { + if (!sysctl_snat_reroute(skb)) + return 0; + /* Reroute replies only to remote clients (FORWARD and LOCAL_OUT) */ + if (NF_INET_LOCAL_IN == hooknum) + return 0; #ifdef CONFIG_IP_VS_IPV6 if (af == AF_INET6) { - if (sysctl_snat_reroute(skb) && ip6_route_me_harder(skb) != 0) + struct dst_entry *dst = skb_dst(skb); + + if (dst->dev && !(dst->dev->flags & IFF_LOOPBACK) && + ip6_route_me_harder(skb) != 0) return 1; } else #endif - if ((sysctl_snat_reroute(skb) || - skb_rtable(skb)->rt_flags & RTCF_LOCAL) && + if (!(skb_rtable(skb)->rt_flags & RTCF_LOCAL) && ip_route_me_harder(skb, RTN_LOCAL) != 0) return 1; @@ -790,7 +810,8 @@ union nf_inet_addr *snet, __u8 protocol, struct ip_vs_conn *cp, struct ip_vs_protocol *pp, - unsigned int offset, unsigned int ihl) + unsigned int offset, unsigned int ihl, + unsigned int hooknum) { unsigned int verdict = NF_DROP; @@ -820,7 +841,7 @@ #endif ip_vs_nat_icmp(skb, pp, cp, 1); - if (ip_vs_route_me_harder(af, skb)) + if (ip_vs_route_me_harder(af, skb, hooknum)) goto out; /* do the statistics and put it back */ @@ -915,7 +936,7 @@ snet.ip = iph->saddr; return handle_response_icmp(AF_INET, skb, &snet, cih->protocol, cp, - pp, ciph.len, ihl); + pp, ciph.len, ihl, hooknum); } #ifdef CONFIG_IP_VS_IPV6 @@ -980,7 +1001,8 @@ snet.in6 = ciph.saddr.in6; writable = ciph.len; return handle_response_icmp(AF_INET6, skb, &snet, ciph.protocol, cp, - pp, writable, sizeof(struct ipv6hdr)); + pp, writable, sizeof(struct ipv6hdr), + hooknum); } #endif @@ -1039,7 +1061,8 @@ */ static unsigned int handle_response(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, - struct ip_vs_conn *cp, struct ip_vs_iphdr *iph) + struct ip_vs_conn *cp, struct ip_vs_iphdr *iph, + unsigned int hooknum) { struct ip_vs_protocol *pp = pd->pp; @@ -1077,7 +1100,7 @@ * if it came from this machine itself. So re-compute * the routing information. */ - if (ip_vs_route_me_harder(af, skb)) + if (ip_vs_route_me_harder(af, skb, hooknum)) goto drop; IP_VS_DBG_PKT(10, af, pp, skb, 0, "After SNAT"); @@ -1180,7 +1203,7 @@ cp = pp->conn_out_get(af, skb, &iph, 0); if (likely(cp)) - return handle_response(af, skb, pd, cp, &iph); + return handle_response(af, skb, pd, cp, &iph, hooknum); if (sysctl_nat_icmp_send(net) && (pp->protocol == IPPROTO_TCP || pp->protocol == IPPROTO_UDP || @@ -1906,7 +1929,7 @@ { .hook = ip_vs_local_reply6, .owner = THIS_MODULE, - .pf = NFPROTO_IPV4, + .pf = NFPROTO_IPV6, .hooknum = NF_INET_LOCAL_OUT, .priority = NF_IP6_PRI_NAT_DST + 1, }, --- linux-lts-utopic-3.16.0.orig/net/netfilter/ipvs/ip_vs_ctl.c +++ linux-lts-utopic-3.16.0/net/netfilter/ipvs/ip_vs_ctl.c @@ -820,15 +820,16 @@ __ip_vs_dst_cache_reset(dest); spin_unlock_bh(&dest->dst_lock); - sched = rcu_dereference_protected(svc->scheduler, 1); if (add) { ip_vs_start_estimator(svc->net, &dest->stats); list_add_rcu(&dest->n_list, &svc->destinations); svc->num_dests++; - if (sched->add_dest) + sched = rcu_dereference_protected(svc->scheduler, 1); + if (sched && sched->add_dest) sched->add_dest(svc, dest); } else { - if (sched->upd_dest) + sched = rcu_dereference_protected(svc->scheduler, 1); + if (sched && sched->upd_dest) sched->upd_dest(svc, dest); } } @@ -1059,7 +1060,7 @@ struct ip_vs_scheduler *sched; sched = rcu_dereference_protected(svc->scheduler, 1); - if (sched->del_dest) + if (sched && sched->del_dest) sched->del_dest(svc, dest); } } @@ -1150,11 +1151,14 @@ ip_vs_use_count_inc(); /* Lookup the scheduler by 'u->sched_name' */ - sched = ip_vs_scheduler_get(u->sched_name); - if (sched == NULL) { - pr_info("Scheduler module ip_vs_%s not found\n", u->sched_name); - ret = -ENOENT; - goto out_err; + if (strcmp(u->sched_name, "none")) { + sched = ip_vs_scheduler_get(u->sched_name); + if (!sched) { + pr_info("Scheduler module ip_vs_%s not found\n", + u->sched_name); + ret = -ENOENT; + goto out_err; + } } if (u->pe_name && *u->pe_name) { @@ -1215,10 +1219,12 @@ spin_lock_init(&svc->stats.lock); /* Bind the scheduler */ - ret = ip_vs_bind_scheduler(svc, sched); - if (ret) - goto out_err; - sched = NULL; + if (sched) { + ret = ip_vs_bind_scheduler(svc, sched); + if (ret) + goto out_err; + sched = NULL; + } /* Bind the ct retriever */ RCU_INIT_POINTER(svc->pe, pe); @@ -1266,17 +1272,20 @@ static int ip_vs_edit_service(struct ip_vs_service *svc, struct ip_vs_service_user_kern *u) { - struct ip_vs_scheduler *sched, *old_sched; + struct ip_vs_scheduler *sched = NULL, *old_sched; struct ip_vs_pe *pe = NULL, *old_pe = NULL; int ret = 0; /* * Lookup the scheduler, by 'u->sched_name' */ - sched = ip_vs_scheduler_get(u->sched_name); - if (sched == NULL) { - pr_info("Scheduler module ip_vs_%s not found\n", u->sched_name); - return -ENOENT; + if (strcmp(u->sched_name, "none")) { + sched = ip_vs_scheduler_get(u->sched_name); + if (!sched) { + pr_info("Scheduler module ip_vs_%s not found\n", + u->sched_name); + return -ENOENT; + } } old_sched = sched; @@ -1304,14 +1313,20 @@ old_sched = rcu_dereference_protected(svc->scheduler, 1); if (sched != old_sched) { + if (old_sched) { + ip_vs_unbind_scheduler(svc, old_sched); + RCU_INIT_POINTER(svc->scheduler, NULL); + /* Wait all svc->sched_data users */ + synchronize_rcu(); + } /* Bind the new scheduler */ - ret = ip_vs_bind_scheduler(svc, sched); - if (ret) { - old_sched = sched; - goto out; + if (sched) { + ret = ip_vs_bind_scheduler(svc, sched); + if (ret) { + ip_vs_scheduler_put(sched); + goto out; + } } - /* Unbind the old scheduler on success */ - ip_vs_unbind_scheduler(svc, old_sched); } /* @@ -2037,6 +2052,7 @@ const struct ip_vs_iter *iter = seq->private; const struct ip_vs_dest *dest; struct ip_vs_scheduler *sched = rcu_dereference(svc->scheduler); + char *sched_name = sched ? sched->name : "none"; if (iter->table == ip_vs_svc_table) { #ifdef CONFIG_IP_VS_IPV6 @@ -2045,18 +2061,18 @@ ip_vs_proto_name(svc->protocol), &svc->addr.in6, ntohs(svc->port), - sched->name); + sched_name); else #endif seq_printf(seq, "%s %08X:%04X %s %s ", ip_vs_proto_name(svc->protocol), ntohl(svc->addr.ip), ntohs(svc->port), - sched->name, + sched_name, (svc->flags & IP_VS_SVC_F_ONEPACKET)?"ops ":""); } else { seq_printf(seq, "FWM %08X %s %s", - svc->fwmark, sched->name, + svc->fwmark, sched_name, (svc->flags & IP_VS_SVC_F_ONEPACKET)?"ops ":""); } @@ -2471,13 +2487,15 @@ ip_vs_copy_service(struct ip_vs_service_entry *dst, struct ip_vs_service *src) { struct ip_vs_scheduler *sched; + char *sched_name; sched = rcu_dereference_protected(src->scheduler, 1); + sched_name = sched ? sched->name : "none"; dst->protocol = src->protocol; dst->addr = src->addr.ip; dst->port = src->port; dst->fwmark = src->fwmark; - strlcpy(dst->sched_name, sched->name, sizeof(dst->sched_name)); + strlcpy(dst->sched_name, sched_name, sizeof(dst->sched_name)); dst->flags = src->flags; dst->timeout = src->timeout / HZ; dst->netmask = src->netmask; @@ -2903,6 +2921,7 @@ struct nlattr *nl_service; struct ip_vs_flags flags = { .flags = svc->flags, .mask = ~0 }; + char *sched_name; nl_service = nla_nest_start(skb, IPVS_CMD_ATTR_SERVICE); if (!nl_service) @@ -2921,8 +2940,9 @@ } sched = rcu_dereference_protected(svc->scheduler, 1); + sched_name = sched ? sched->name : "none"; pe = rcu_dereference_protected(svc->pe, 1); - if (nla_put_string(skb, IPVS_SVC_ATTR_SCHED_NAME, sched->name) || + if (nla_put_string(skb, IPVS_SVC_ATTR_SCHED_NAME, sched_name) || (pe && nla_put_string(skb, IPVS_SVC_ATTR_PE_NAME, pe->name)) || nla_put(skb, IPVS_SVC_ATTR_FLAGS, sizeof(flags), &flags) || nla_put_u32(skb, IPVS_SVC_ATTR_TIMEOUT, svc->timeout / HZ) || @@ -3779,6 +3799,9 @@ cancel_work_sync(&ipvs->defense_work.work); unregister_net_sysctl_table(ipvs->sysctl_hdr); ip_vs_stop_estimator(net, &ipvs->tot_stats); + + if (!net_eq(net, &init_net)) + kfree(ipvs->sysctl_tbl); } #else --- linux-lts-utopic-3.16.0.orig/net/netfilter/ipvs/ip_vs_ftp.c +++ linux-lts-utopic-3.16.0/net/netfilter/ipvs/ip_vs_ftp.c @@ -183,6 +183,8 @@ struct nf_conn *ct; struct net *net; + *diff = 0; + #ifdef CONFIG_IP_VS_IPV6 /* This application helper doesn't work with IPv6 yet, * so turn this into a no-op for IPv6 packets @@ -191,8 +193,6 @@ return 1; #endif - *diff = 0; - /* Only useful for established sessions */ if (cp->state != IP_VS_TCP_S_ESTABLISHED) return 1; @@ -321,6 +321,9 @@ struct ip_vs_conn *n_cp; struct net *net; + /* no diff required for incoming packets */ + *diff = 0; + #ifdef CONFIG_IP_VS_IPV6 /* This application helper doesn't work with IPv6 yet, * so turn this into a no-op for IPv6 packets @@ -329,9 +332,6 @@ return 1; #endif - /* no diff required for incoming packets */ - *diff = 0; - /* Only useful for established sessions */ if (cp->state != IP_VS_TCP_S_ESTABLISHED) return 1; --- linux-lts-utopic-3.16.0.orig/net/netfilter/ipvs/ip_vs_sched.c +++ linux-lts-utopic-3.16.0/net/netfilter/ipvs/ip_vs_sched.c @@ -74,7 +74,7 @@ if (sched->done_service) sched->done_service(svc); - /* svc->scheduler can not be set to NULL */ + /* svc->scheduler can be set to NULL only by caller */ } @@ -148,21 +148,21 @@ void ip_vs_scheduler_err(struct ip_vs_service *svc, const char *msg) { - struct ip_vs_scheduler *sched; + struct ip_vs_scheduler *sched = rcu_dereference(svc->scheduler); + char *sched_name = sched ? sched->name : "none"; - sched = rcu_dereference(svc->scheduler); if (svc->fwmark) { IP_VS_ERR_RL("%s: FWM %u 0x%08X - %s\n", - sched->name, svc->fwmark, svc->fwmark, msg); + sched_name, svc->fwmark, svc->fwmark, msg); #ifdef CONFIG_IP_VS_IPV6 } else if (svc->af == AF_INET6) { IP_VS_ERR_RL("%s: %s [%pI6c]:%d - %s\n", - sched->name, ip_vs_proto_name(svc->protocol), + sched_name, ip_vs_proto_name(svc->protocol), &svc->addr.in6, ntohs(svc->port), msg); #endif } else { IP_VS_ERR_RL("%s: %s %pI4:%d - %s\n", - sched->name, ip_vs_proto_name(svc->protocol), + sched_name, ip_vs_proto_name(svc->protocol), &svc->addr.ip, ntohs(svc->port), msg); } } --- linux-lts-utopic-3.16.0.orig/net/netfilter/ipvs/ip_vs_sync.c +++ linux-lts-utopic-3.16.0/net/netfilter/ipvs/ip_vs_sync.c @@ -612,7 +612,7 @@ pkts = atomic_add_return(1, &cp->in_pkts); else pkts = sysctl_sync_threshold(ipvs); - ip_vs_sync_conn(net, cp->control, pkts); + ip_vs_sync_conn(net, cp, pkts); } } @@ -891,6 +891,8 @@ IP_VS_DBG(2, "BACKUP, add new conn. failed\n"); return; } + if (!(flags & IP_VS_CONN_F_TEMPLATE)) + kfree(param->pe_data); } if (opt) @@ -1164,6 +1166,7 @@ (opt_flags & IPVS_OPT_F_SEQ_DATA ? &opt : NULL) ); #endif + ip_vs_pe_put(param.pe); return 0; /* Error exit */ out: --- linux-lts-utopic-3.16.0.orig/net/netfilter/ipvs/ip_vs_xmit.c +++ linux-lts-utopic-3.16.0/net/netfilter/ipvs/ip_vs_xmit.c @@ -129,7 +129,6 @@ memset(&fl4, 0, sizeof(fl4)); fl4.daddr = daddr; - fl4.saddr = (rt_mode & IP_VS_RT_MODE_CONNECT) ? *saddr : 0; fl4.flowi4_flags = (rt_mode & IP_VS_RT_MODE_KNOWN_NH) ? FLOWI_FLAG_KNOWN_NH : 0; @@ -967,8 +966,8 @@ iph->nexthdr = IPPROTO_IPV6; iph->payload_len = old_iph->payload_len; be16_add_cpu(&iph->payload_len, sizeof(*old_iph)); - iph->priority = old_iph->priority; memset(&iph->flow_lbl, 0, sizeof(iph->flow_lbl)); + ipv6_change_dsfield(iph, 0, ipv6_get_dsfield(old_iph)); iph->daddr = cp->daddr.in6; iph->saddr = saddr; iph->hop_limit = old_iph->hop_limit; --- linux-lts-utopic-3.16.0.orig/net/netfilter/nf_conntrack_expect.c +++ linux-lts-utopic-3.16.0/net/netfilter/nf_conntrack_expect.c @@ -218,7 +218,8 @@ a->mask.src.u3.all[count] & b->mask.src.u3.all[count]; } - return nf_ct_tuple_mask_cmp(&a->tuple, &b->tuple, &intersect_mask); + return nf_ct_tuple_mask_cmp(&a->tuple, &b->tuple, &intersect_mask) && + nf_ct_zone(a->master) == nf_ct_zone(b->master); } static inline int expect_matches(const struct nf_conntrack_expect *a, --- linux-lts-utopic-3.16.0.orig/net/netfilter/nf_conntrack_netlink.c +++ linux-lts-utopic-3.16.0/net/netfilter/nf_conntrack_netlink.c @@ -2957,11 +2957,6 @@ } err = nf_ct_expect_related_report(exp, portid, report); - if (err < 0) - goto err_exp; - - return 0; -err_exp: nf_ct_expect_put(exp); err_ct: nf_ct_put(ct); --- linux-lts-utopic-3.16.0.orig/net/netfilter/nf_conntrack_proto_generic.c +++ linux-lts-utopic-3.16.0/net/netfilter/nf_conntrack_proto_generic.c @@ -14,6 +14,30 @@ static unsigned int nf_ct_generic_timeout __read_mostly = 600*HZ; +static bool nf_generic_should_process(u8 proto) +{ + switch (proto) { +#ifdef CONFIG_NF_CT_PROTO_SCTP_MODULE + case IPPROTO_SCTP: + return false; +#endif +#ifdef CONFIG_NF_CT_PROTO_DCCP_MODULE + case IPPROTO_DCCP: + return false; +#endif +#ifdef CONFIG_NF_CT_PROTO_GRE_MODULE + case IPPROTO_GRE: + return false; +#endif +#ifdef CONFIG_NF_CT_PROTO_UDPLITE_MODULE + case IPPROTO_UDPLITE: + return false; +#endif + default: + return true; + } +} + static inline struct nf_generic_net *generic_pernet(struct net *net) { return &net->ct.nf_ct_proto.generic; @@ -67,7 +91,7 @@ static bool generic_new(struct nf_conn *ct, const struct sk_buff *skb, unsigned int dataoff, unsigned int *timeouts) { - return true; + return nf_generic_should_process(nf_ct_protonum(ct)); } #if IS_ENABLED(CONFIG_NF_CT_NETLINK_TIMEOUT) --- linux-lts-utopic-3.16.0.orig/net/netfilter/nf_internals.h +++ linux-lts-utopic-3.16.0/net/netfilter/nf_internals.h @@ -24,6 +24,7 @@ unsigned int hook, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), unsigned int queuenum); +void nf_queue_nf_hook_drop(struct nf_hook_ops *ops); int __init netfilter_queue_init(void); /* nf_log.c */ --- linux-lts-utopic-3.16.0.orig/net/netfilter/nf_queue.c +++ linux-lts-utopic-3.16.0/net/netfilter/nf_queue.c @@ -95,6 +95,23 @@ } EXPORT_SYMBOL_GPL(nf_queue_entry_get_refs); +void nf_queue_nf_hook_drop(struct nf_hook_ops *ops) +{ + const struct nf_queue_handler *qh; + struct net *net; + + rtnl_lock(); + rcu_read_lock(); + qh = rcu_dereference(queue_handler); + if (qh) { + for_each_net(net) { + qh->nf_hook_drop(net, ops); + } + } + rcu_read_unlock(); + rtnl_unlock(); +} + /* * Any packet that leaves via this function must come back * through nf_reinject(). --- linux-lts-utopic-3.16.0.orig/net/netfilter/nf_tables_api.c +++ linux-lts-utopic-3.16.0/net/netfilter/nf_tables_api.c @@ -889,9 +889,11 @@ /* Restore old counters on this cpu, no problem. Per-cpu statistics * are not exposed to userspace. */ + preempt_disable(); stats = this_cpu_ptr(newstats); stats->bytes = be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_BYTES])); stats->pkts = be64_to_cpu(nla_get_be64(tb[NFTA_COUNTER_PACKETS])); + preempt_enable(); return newstats; } @@ -899,6 +901,9 @@ static void nft_chain_stats_replace(struct nft_base_chain *chain, struct nft_stats __percpu *newstats) { + if (newstats == NULL) + return; + if (chain->stats) { struct nft_stats __percpu *oldstats = nft_dereference(chain->stats); @@ -988,7 +993,10 @@ if (nla[NFTA_CHAIN_POLICY]) { if ((chain != NULL && - !(chain->flags & NFT_BASE_CHAIN)) || + !(chain->flags & NFT_BASE_CHAIN))) + return -EOPNOTSUPP; + + if (chain == NULL && nla[NFTA_CHAIN_HOOK] == NULL) return -EOPNOTSUPP; @@ -1029,8 +1037,10 @@ nft_ctx_init(&ctx, skb, nlh, afi, table, chain, nla); trans = nft_trans_alloc(&ctx, NFT_MSG_NEWCHAIN, sizeof(struct nft_trans_chain)); - if (trans == NULL) + if (trans == NULL) { + free_percpu(stats); return -ENOMEM; + } nft_trans_chain_stats(trans) = stats; nft_trans_chain_update(trans) = true; @@ -1086,8 +1096,10 @@ hookfn = type->hooks[hooknum]; basechain = kzalloc(sizeof(*basechain), GFP_KERNEL); - if (basechain == NULL) + if (basechain == NULL) { + module_put(type->owner); return -ENOMEM; + } if (nla[NFTA_CHAIN_COUNTERS]) { stats = nft_stats_alloc(nla[NFTA_CHAIN_COUNTERS]); @@ -1099,10 +1111,10 @@ basechain->stats = stats; } else { stats = netdev_alloc_pcpu_stats(struct nft_stats); - if (IS_ERR(stats)) { + if (stats == NULL) { module_put(type->owner); kfree(basechain); - return PTR_ERR(stats); + return -ENOMEM; } rcu_assign_pointer(basechain->stats, stats); } @@ -1785,6 +1797,10 @@ n++; } } + /* Check for overflow of dlen field */ + err = -EFBIG; + if (size >= 1 << 12) + goto err1; if (nla[NFTA_RULE_USERDATA]) ulen = nla_len(nla[NFTA_RULE_USERDATA]); @@ -1848,12 +1864,6 @@ err3: list_del_rcu(&rule->list); - if (trans) { - list_del_rcu(&nft_trans_rule(trans)->list); - nft_rule_clear(net, nft_trans_rule(trans)); - nft_trans_destroy(trans); - chain->use++; - } err2: nf_tables_rule_destroy(&ctx, rule); err1: @@ -3946,9 +3956,9 @@ */ void nft_data_uninit(const struct nft_data *data, enum nft_data_types type) { - switch (type) { - case NFT_DATA_VALUE: + if (type < NFT_DATA_VERDICT) return; + switch (type) { case NFT_DATA_VERDICT: return nft_verdict_uninit(data); default: --- linux-lts-utopic-3.16.0.orig/net/netfilter/nfnetlink.c +++ linux-lts-utopic-3.16.0/net/netfilter/nfnetlink.c @@ -273,7 +273,8 @@ nlh = nlmsg_hdr(skb); err = 0; - if (nlh->nlmsg_len < NLMSG_HDRLEN) { + if (nlmsg_len(nlh) < sizeof(struct nfgenmsg) || + skb->len < nlh->nlmsg_len) { err = -EINVAL; goto ack; } @@ -405,7 +406,7 @@ int type = nfnl_group2type[group]; rcu_read_lock(); - ss = nfnetlink_get_subsys(type); + ss = nfnetlink_get_subsys(type << 8); rcu_read_unlock(); if (!ss) request_module("nfnetlink-subsys-%d", type); --- linux-lts-utopic-3.16.0.orig/net/netfilter/nfnetlink_cthelper.c +++ linux-lts-utopic-3.16.0/net/netfilter/nfnetlink_cthelper.c @@ -77,6 +77,9 @@ if (!tb[NFCTH_TUPLE_L3PROTONUM] || !tb[NFCTH_TUPLE_L4PROTONUM]) return -EINVAL; + /* Not all fields are initialized so first zero the tuple */ + memset(tuple, 0, sizeof(struct nf_conntrack_tuple)); + tuple->src.l3num = ntohs(nla_get_be16(tb[NFCTH_TUPLE_L3PROTONUM])); tuple->dst.protonum = nla_get_u8(tb[NFCTH_TUPLE_L4PROTONUM]); @@ -86,7 +89,7 @@ static int nfnl_cthelper_from_nlattr(struct nlattr *attr, struct nf_conn *ct) { - const struct nf_conn_help *help = nfct_help(ct); + struct nf_conn_help *help = nfct_help(ct); if (attr == NULL) return -EINVAL; @@ -94,7 +97,7 @@ if (help->helper->data_len == 0) return -EINVAL; - memcpy(&help->data, nla_data(attr), help->helper->data_len); + memcpy(help->data, nla_data(attr), help->helper->data_len); return 0; } --- linux-lts-utopic-3.16.0.orig/net/netfilter/nfnetlink_log.c +++ linux-lts-utopic-3.16.0/net/netfilter/nfnetlink_log.c @@ -43,7 +43,8 @@ #define NFULNL_NLBUFSIZ_DEFAULT NLMSG_GOODSIZE #define NFULNL_TIMEOUT_DEFAULT 100 /* every second */ #define NFULNL_QTHRESH_DEFAULT 100 /* 100 packets */ -#define NFULNL_COPY_RANGE_MAX 0xFFFF /* max packet size is limited by 16-bit struct nfattr nfa_len field */ +/* max packet size is limited by 16-bit struct nfattr nfa_len field */ +#define NFULNL_COPY_RANGE_MAX (0xFFFF - NLA_HDRLEN) #define PRINTR(x, args...) do { if (net_ratelimit()) \ printk(x, ## args); } while (0); @@ -252,6 +253,8 @@ case NFULNL_COPY_PACKET: inst->copy_mode = mode; + if (range == 0) + range = NFULNL_COPY_RANGE_MAX; inst->copy_range = min_t(unsigned int, range, NFULNL_COPY_RANGE_MAX); break; @@ -343,26 +346,25 @@ return skb; } -static int +static void __nfulnl_send(struct nfulnl_instance *inst) { - int status = -1; - if (inst->qlen > 1) { struct nlmsghdr *nlh = nlmsg_put(inst->skb, 0, 0, NLMSG_DONE, sizeof(struct nfgenmsg), 0); - if (!nlh) + if (WARN_ONCE(!nlh, "bad nlskb size: %u, tailroom %d\n", + inst->skb->len, skb_tailroom(inst->skb))) { + kfree_skb(inst->skb); goto out; + } } - status = nfnetlink_unicast(inst->skb, inst->net, inst->peer_portid, - MSG_DONTWAIT); - + nfnetlink_unicast(inst->skb, inst->net, inst->peer_portid, + MSG_DONTWAIT); +out: inst->qlen = 0; inst->skb = NULL; -out: - return status; } static void @@ -649,7 +651,8 @@ + nla_total_size(sizeof(u_int32_t)) /* gid */ + nla_total_size(plen) /* prefix */ + nla_total_size(sizeof(struct nfulnl_msg_packet_hw)) - + nla_total_size(sizeof(struct nfulnl_msg_packet_timestamp)); + + nla_total_size(sizeof(struct nfulnl_msg_packet_timestamp)) + + nla_total_size(sizeof(struct nfgenmsg)); /* NLMSG_DONE */ if (in && skb_mac_header_was_set(skb)) { size += nla_total_size(skb->dev->hard_header_len) @@ -678,8 +681,7 @@ break; case NFULNL_COPY_PACKET: - if (inst->copy_range == 0 - || inst->copy_range > skb->len) + if (inst->copy_range > skb->len) data_len = skb->len; else data_len = inst->copy_range; @@ -692,8 +694,7 @@ goto unlock_and_release; } - if (inst->skb && - size > skb_tailroom(inst->skb) - sizeof(struct nfgenmsg)) { + if (inst->skb && size > skb_tailroom(inst->skb)) { /* either the queue len is too high or we don't have * enough room in the skb left. flush to userspace. */ __nfulnl_flush(inst); --- linux-lts-utopic-3.16.0.orig/net/netfilter/nfnetlink_queue_core.c +++ linux-lts-utopic-3.16.0/net/netfilter/nfnetlink_queue_core.c @@ -284,7 +284,7 @@ __be32 **packet_id_ptr) { size_t size; - size_t data_len = 0, cap_len = 0; + size_t data_len = 0, cap_len = 0, rem_len = 0; unsigned int hlen = 0; struct sk_buff *skb; struct nlattr *nla; @@ -341,6 +341,7 @@ hlen = min_t(unsigned int, hlen, data_len); size += sizeof(struct nlattr) + hlen; cap_len = entskb->len; + rem_len = data_len - hlen; break; } @@ -352,7 +353,7 @@ + nla_total_size(sizeof(u_int32_t))); /* gid */ } - skb = nfnetlink_alloc_skb(net, size, queue->peer_portid, + skb = __netlink_alloc_skb(net->nfnl, size, rem_len, queue->peer_portid, GFP_ATOMIC); if (!skb) { skb_tx_error(entskb); @@ -665,7 +666,7 @@ * returned by nf_queue. For instance, callers rely on -ECANCELED to * mean 'ignore this hook'. */ - if (IS_ERR(segs)) + if (IS_ERR_OR_NULL(segs)) goto out_err; queued = 0; err = 0; @@ -815,6 +816,27 @@ .notifier_call = nfqnl_rcv_dev_event, }; +static int nf_hook_cmp(struct nf_queue_entry *entry, unsigned long ops_ptr) +{ + return entry->elem == (struct nf_hook_ops *)ops_ptr; +} + +static void nfqnl_nf_hook_drop(struct net *net, struct nf_hook_ops *hook) +{ + struct nfnl_queue_net *q = nfnl_queue_pernet(net); + int i; + + rcu_read_lock(); + for (i = 0; i < INSTANCE_BUCKETS; i++) { + struct nfqnl_instance *inst; + struct hlist_head *head = &q->instance_table[i]; + + hlist_for_each_entry_rcu(inst, head, hlist) + nfqnl_flush(inst, nf_hook_cmp, (unsigned long)hook); + } + rcu_read_unlock(); +} + static int nfqnl_rcv_nl_event(struct notifier_block *this, unsigned long event, void *ptr) @@ -1022,7 +1044,8 @@ }; static const struct nf_queue_handler nfqh = { - .outfn = &nfqnl_enqueue_packet, + .outfn = &nfqnl_enqueue_packet, + .nf_hook_drop = &nfqnl_nf_hook_drop, }; static int --- linux-lts-utopic-3.16.0.orig/net/netfilter/nft_compat.c +++ linux-lts-utopic-3.16.0/net/netfilter/nft_compat.c @@ -82,6 +82,9 @@ entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; break; case AF_INET6: + if (proto) + entry->e6.ipv6.flags |= IP6T_F_PROTO; + entry->e6.ipv6.proto = proto; entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; break; @@ -322,6 +325,9 @@ entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; break; case AF_INET6: + if (proto) + entry->e6.ipv6.flags |= IP6T_F_PROTO; + entry->e6.ipv6.proto = proto; entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; break; @@ -606,6 +612,13 @@ static struct nft_expr_type nft_match_type; +static bool nft_match_cmp(const struct xt_match *match, + const char *name, u32 rev, u32 family) +{ + return strcmp(match->name, name) == 0 && match->revision == rev && + (match->family == NFPROTO_UNSPEC || match->family == family); +} + static const struct nft_expr_ops * nft_match_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[]) @@ -613,7 +626,7 @@ struct nft_xt *nft_match; struct xt_match *match; char *mt_name; - __u32 rev, family; + u32 rev, family; if (tb[NFTA_MATCH_NAME] == NULL || tb[NFTA_MATCH_REV] == NULL || @@ -628,9 +641,12 @@ list_for_each_entry(nft_match, &nft_match_list, head) { struct xt_match *match = nft_match->ops.data; - if (strcmp(match->name, mt_name) == 0 && - match->revision == rev && match->family == family) + if (nft_match_cmp(match, mt_name, rev, family)) { + if (!try_module_get(match->me)) + return ERR_PTR(-ENOENT); + return &nft_match->ops; + } } match = xt_request_find_match(family, mt_name, rev); @@ -677,6 +693,13 @@ static struct nft_expr_type nft_target_type; +static bool nft_target_cmp(const struct xt_target *tg, + const char *name, u32 rev, u32 family) +{ + return strcmp(tg->name, name) == 0 && tg->revision == rev && + (tg->family == NFPROTO_UNSPEC || tg->family == family); +} + static const struct nft_expr_ops * nft_target_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[]) @@ -684,7 +707,7 @@ struct nft_xt *nft_target; struct xt_target *target; char *tg_name; - __u32 rev, family; + u32 rev, family; if (tb[NFTA_TARGET_NAME] == NULL || tb[NFTA_TARGET_REV] == NULL || @@ -696,12 +719,15 @@ family = ctx->afi->family; /* Re-use the existing target if it's already loaded. */ - list_for_each_entry(nft_target, &nft_match_list, head) { + list_for_each_entry(nft_target, &nft_target_list, head) { struct xt_target *target = nft_target->ops.data; - if (strcmp(target->name, tg_name) == 0 && - target->revision == rev && target->family == family) + if (nft_target_cmp(target, tg_name, rev, family)) { + if (!try_module_get(target->me)) + return ERR_PTR(-ENOENT); + return &nft_target->ops; + } } target = xt_request_find_target(family, tg_name, rev); --- linux-lts-utopic-3.16.0.orig/net/netfilter/nft_rbtree.c +++ linux-lts-utopic-3.16.0/net/netfilter/nft_rbtree.c @@ -37,10 +37,11 @@ { const struct nft_rbtree *priv = nft_set_priv(set); const struct nft_rbtree_elem *rbe, *interval = NULL; - const struct rb_node *parent = priv->root.rb_node; + const struct rb_node *parent; int d; spin_lock_bh(&nft_rbtree_lock); + parent = priv->root.rb_node; while (parent != NULL) { rbe = rb_entry(parent, struct nft_rbtree_elem, node); @@ -158,7 +159,6 @@ struct nft_rbtree_elem *rbe; int d; - spin_lock_bh(&nft_rbtree_lock); while (parent != NULL) { rbe = rb_entry(parent, struct nft_rbtree_elem, node); @@ -173,11 +173,9 @@ !(rbe->flags & NFT_SET_ELEM_INTERVAL_END)) nft_data_copy(&elem->data, rbe->data); elem->flags = rbe->flags; - spin_unlock_bh(&nft_rbtree_lock); return 0; } } - spin_unlock_bh(&nft_rbtree_lock); return -ENOENT; } --- linux-lts-utopic-3.16.0.orig/net/netfilter/xt_cgroup.c +++ linux-lts-utopic-3.16.0/net/netfilter/xt_cgroup.c @@ -31,7 +31,7 @@ if (info->invert & ~1) return -EINVAL; - return info->id ? 0 : -EINVAL; + return 0; } static bool --- linux-lts-utopic-3.16.0.orig/net/netfilter/xt_hashlimit.c +++ linux-lts-utopic-3.16.0/net/netfilter/xt_hashlimit.c @@ -104,7 +104,7 @@ spinlock_t lock; /* lock for list_head */ u_int32_t rnd; /* random seed for hash */ unsigned int count; /* number entries in table */ - struct timer_list timer; /* timer for gc */ + struct delayed_work gc_work; /* seq_file stuff */ struct proc_dir_entry *pde; @@ -213,7 +213,7 @@ call_rcu_bh(&ent->rcu, dsthash_free_rcu); ht->count--; } -static void htable_gc(unsigned long htlong); +static void htable_gc(struct work_struct *work); static int htable_create(struct net *net, struct xt_hashlimit_mtinfo1 *minfo, u_int8_t family) @@ -273,9 +273,9 @@ } hinfo->net = net; - setup_timer(&hinfo->timer, htable_gc, (unsigned long)hinfo); - hinfo->timer.expires = jiffies + msecs_to_jiffies(hinfo->cfg.gc_interval); - add_timer(&hinfo->timer); + INIT_DEFERRABLE_WORK(&hinfo->gc_work, htable_gc); + queue_delayed_work(system_power_efficient_wq, &hinfo->gc_work, + msecs_to_jiffies(hinfo->cfg.gc_interval)); hlist_add_head(&hinfo->node, &hashlimit_net->htables); @@ -300,29 +300,30 @@ { unsigned int i; - /* lock hash table and iterate over it */ - spin_lock_bh(&ht->lock); for (i = 0; i < ht->cfg.size; i++) { struct dsthash_ent *dh; struct hlist_node *n; + + spin_lock_bh(&ht->lock); hlist_for_each_entry_safe(dh, n, &ht->hash[i], node) { if ((*select)(ht, dh)) dsthash_free(ht, dh); } + spin_unlock_bh(&ht->lock); + cond_resched(); } - spin_unlock_bh(&ht->lock); } -/* hash table garbage collector, run by timer */ -static void htable_gc(unsigned long htlong) +static void htable_gc(struct work_struct *work) { - struct xt_hashlimit_htable *ht = (struct xt_hashlimit_htable *)htlong; + struct xt_hashlimit_htable *ht; + + ht = container_of(work, struct xt_hashlimit_htable, gc_work.work); htable_selective_cleanup(ht, select_gc); - /* re-add the timer accordingly */ - ht->timer.expires = jiffies + msecs_to_jiffies(ht->cfg.gc_interval); - add_timer(&ht->timer); + queue_delayed_work(system_power_efficient_wq, + &ht->gc_work, msecs_to_jiffies(ht->cfg.gc_interval)); } static void htable_remove_proc_entry(struct xt_hashlimit_htable *hinfo) @@ -341,7 +342,7 @@ static void htable_destroy(struct xt_hashlimit_htable *hinfo) { - del_timer_sync(&hinfo->timer); + cancel_delayed_work_sync(&hinfo->gc_work); htable_remove_proc_entry(hinfo); htable_selective_cleanup(hinfo, select_all); kfree(hinfo->name); --- linux-lts-utopic-3.16.0.orig/net/netfilter/xt_socket.c +++ linux-lts-utopic-3.16.0/net/netfilter/xt_socket.c @@ -243,12 +243,13 @@ extract_icmp6_fields(const struct sk_buff *skb, unsigned int outside_hdrlen, int *protocol, - struct in6_addr **raddr, - struct in6_addr **laddr, + const struct in6_addr **raddr, + const struct in6_addr **laddr, __be16 *rport, - __be16 *lport) + __be16 *lport, + struct ipv6hdr *ipv6_var) { - struct ipv6hdr *inside_iph, _inside_iph; + const struct ipv6hdr *inside_iph; struct icmp6hdr *icmph, _icmph; __be16 *ports, _ports[2]; u8 inside_nexthdr; @@ -263,12 +264,14 @@ if (icmph->icmp6_type & ICMPV6_INFOMSG_MASK) return 1; - inside_iph = skb_header_pointer(skb, outside_hdrlen + sizeof(_icmph), sizeof(_inside_iph), &_inside_iph); + inside_iph = skb_header_pointer(skb, outside_hdrlen + sizeof(_icmph), + sizeof(*ipv6_var), ipv6_var); if (inside_iph == NULL) return 1; inside_nexthdr = inside_iph->nexthdr; - inside_hdrlen = ipv6_skip_exthdr(skb, outside_hdrlen + sizeof(_icmph) + sizeof(_inside_iph), + inside_hdrlen = ipv6_skip_exthdr(skb, outside_hdrlen + sizeof(_icmph) + + sizeof(*ipv6_var), &inside_nexthdr, &inside_fragoff); if (inside_hdrlen < 0) return 1; /* hjm: Packet has no/incomplete transport layer headers. */ @@ -315,10 +318,10 @@ static bool socket_mt6_v1_v2(const struct sk_buff *skb, struct xt_action_param *par) { - struct ipv6hdr *iph = ipv6_hdr(skb); + struct ipv6hdr ipv6_var, *iph = ipv6_hdr(skb); struct udphdr _hdr, *hp = NULL; struct sock *sk = skb->sk; - struct in6_addr *daddr = NULL, *saddr = NULL; + const struct in6_addr *daddr = NULL, *saddr = NULL; __be16 uninitialized_var(dport), uninitialized_var(sport); int thoff = 0, uninitialized_var(tproto); const struct xt_socket_mtinfo1 *info = (struct xt_socket_mtinfo1 *) par->matchinfo; @@ -342,7 +345,7 @@ } else if (tproto == IPPROTO_ICMPV6) { if (extract_icmp6_fields(skb, thoff, &tproto, &saddr, &daddr, - &sport, &dport)) + &sport, &dport, &ipv6_var)) return false; } else { return false; --- linux-lts-utopic-3.16.0.orig/net/netlink/af_netlink.c +++ linux-lts-utopic-3.16.0/net/netlink/af_netlink.c @@ -115,6 +115,24 @@ return &hash->table[jhash_1word(portid, hash->rnd) & hash->mask]; } +static struct sk_buff *netlink_to_full_skb(const struct sk_buff *skb, + gfp_t gfp_mask) +{ + unsigned int len = skb_end_offset(skb); + struct sk_buff *new; + + new = alloc_skb(len, gfp_mask); + if (new == NULL) + return NULL; + + NETLINK_CB(new).portid = NETLINK_CB(skb).portid; + NETLINK_CB(new).dst_group = NETLINK_CB(skb).dst_group; + NETLINK_CB(new).creds = NETLINK_CB(skb).creds; + + memcpy(skb_put(new, len), skb->data, len); + return new; +} + int netlink_add_tap(struct netlink_tap *nt) { if (unlikely(nt->dev->type != ARPHRD_NETLINK)) @@ -199,13 +217,17 @@ int ret = -ENOMEM; dev_hold(dev); - nskb = skb_clone(skb, GFP_ATOMIC); + + if (netlink_skb_is_mmaped(skb) || is_vmalloc_addr(skb->head)) + nskb = netlink_to_full_skb(skb, GFP_ATOMIC); + else + nskb = skb_clone(skb, GFP_ATOMIC); if (nskb) { nskb->dev = dev; nskb->protocol = htons((u16) sk->sk_protocol); nskb->pkt_type = netlink_is_kernel(sk) ? PACKET_KERNEL : PACKET_USER; - + skb_reset_network_header(nskb); ret = dev_queue_xmit(nskb); if (unlikely(ret > 0)) ret = net_xmit_errno(ret); @@ -271,11 +293,6 @@ } #ifdef CONFIG_NETLINK_MMAP -static bool netlink_skb_is_mmaped(const struct sk_buff *skb) -{ - return NETLINK_CB(skb).flags & NETLINK_SKB_MMAPED; -} - static bool netlink_rx_is_mmaped(struct sock *sk) { return nlk_sk(sk)->rx_ring.pg_vec != NULL; @@ -350,25 +367,52 @@ return NULL; } + +static void +__netlink_set_ring(struct sock *sk, struct nl_mmap_req *req, bool tx_ring, void **pg_vec, + unsigned int order) +{ + struct netlink_sock *nlk = nlk_sk(sk); + struct sk_buff_head *queue; + struct netlink_ring *ring; + + queue = tx_ring ? &sk->sk_write_queue : &sk->sk_receive_queue; + ring = tx_ring ? &nlk->tx_ring : &nlk->rx_ring; + + spin_lock_bh(&queue->lock); + + ring->frame_max = req->nm_frame_nr - 1; + ring->head = 0; + ring->frame_size = req->nm_frame_size; + ring->pg_vec_pages = req->nm_block_size / PAGE_SIZE; + + swap(ring->pg_vec_len, req->nm_block_nr); + swap(ring->pg_vec_order, order); + swap(ring->pg_vec, pg_vec); + + __skb_queue_purge(queue); + spin_unlock_bh(&queue->lock); + + WARN_ON(atomic_read(&nlk->mapped)); + + if (pg_vec) + free_pg_vec(pg_vec, order, req->nm_block_nr); +} + static int netlink_set_ring(struct sock *sk, struct nl_mmap_req *req, - bool closing, bool tx_ring) + bool tx_ring) { struct netlink_sock *nlk = nlk_sk(sk); struct netlink_ring *ring; - struct sk_buff_head *queue; void **pg_vec = NULL; unsigned int order = 0; - int err; ring = tx_ring ? &nlk->tx_ring : &nlk->rx_ring; - queue = tx_ring ? &sk->sk_write_queue : &sk->sk_receive_queue; - if (!closing) { - if (atomic_read(&nlk->mapped)) - return -EBUSY; - if (atomic_read(&ring->pending)) - return -EBUSY; - } + if (atomic_read(&nlk->mapped)) + return -EBUSY; + if (atomic_read(&ring->pending)) + return -EBUSY; if (req->nm_block_nr) { if (ring->pg_vec != NULL) @@ -400,31 +444,19 @@ return -EINVAL; } - err = -EBUSY; mutex_lock(&nlk->pg_vec_lock); - if (closing || atomic_read(&nlk->mapped) == 0) { - err = 0; - spin_lock_bh(&queue->lock); - - ring->frame_max = req->nm_frame_nr - 1; - ring->head = 0; - ring->frame_size = req->nm_frame_size; - ring->pg_vec_pages = req->nm_block_size / PAGE_SIZE; - - swap(ring->pg_vec_len, req->nm_block_nr); - swap(ring->pg_vec_order, order); - swap(ring->pg_vec, pg_vec); - - __skb_queue_purge(queue); - spin_unlock_bh(&queue->lock); - - WARN_ON(atomic_read(&nlk->mapped)); + if (atomic_read(&nlk->mapped) == 0) { + __netlink_set_ring(sk, req, tx_ring, pg_vec, order); + mutex_unlock(&nlk->pg_vec_lock); + return 0; } + mutex_unlock(&nlk->pg_vec_lock); if (pg_vec) free_pg_vec(pg_vec, order, req->nm_block_nr); - return err; + + return -EBUSY; } static void netlink_mm_open(struct vm_area_struct *vma) @@ -510,14 +542,14 @@ return err; } -static void netlink_frame_flush_dcache(const struct nl_mmap_hdr *hdr) +static void netlink_frame_flush_dcache(const struct nl_mmap_hdr *hdr, unsigned int nm_len) { #if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE == 1 struct page *p_start, *p_end; /* First page is flushed through netlink_{get,set}_status */ p_start = pgvec_to_page(hdr + PAGE_SIZE); - p_end = pgvec_to_page((void *)hdr + NL_MMAP_HDRLEN + hdr->nm_len - 1); + p_end = pgvec_to_page((void *)hdr + NL_MMAP_HDRLEN + nm_len - 1); while (p_start <= p_end) { flush_dcache_page(p_start); p_start++; @@ -535,9 +567,9 @@ static void netlink_set_status(struct nl_mmap_hdr *hdr, enum nl_mmap_status status) { + smp_mb(); hdr->nm_status = status; flush_dcache_page(pgvec_to_page(hdr)); - smp_wmb(); } static struct nl_mmap_hdr * @@ -699,24 +731,16 @@ struct nl_mmap_hdr *hdr; struct sk_buff *skb; unsigned int maxlen; - bool excl = true; int err = 0, len = 0; - /* Netlink messages are validated by the receiver before processing. - * In order to avoid userspace changing the contents of the message - * after validation, the socket and the ring may only be used by a - * single process, otherwise we fall back to copying. - */ - if (atomic_long_read(&sk->sk_socket->file->f_count) > 2 || - atomic_read(&nlk->mapped) > 1) - excl = false; - mutex_lock(&nlk->pg_vec_lock); ring = &nlk->tx_ring; maxlen = ring->frame_size - NL_MMAP_HDRLEN; do { + unsigned int nm_len; + hdr = netlink_current_frame(ring, NL_MMAP_STATUS_VALID); if (hdr == NULL) { if (!(msg->msg_flags & MSG_DONTWAIT) && @@ -724,35 +748,23 @@ schedule(); continue; } - if (hdr->nm_len > maxlen) { + + nm_len = ACCESS_ONCE(hdr->nm_len); + if (nm_len > maxlen) { err = -EINVAL; goto out; } - netlink_frame_flush_dcache(hdr); + netlink_frame_flush_dcache(hdr, nm_len); - if (likely(dst_portid == 0 && dst_group == 0 && excl)) { - skb = alloc_skb_head(GFP_KERNEL); - if (skb == NULL) { - err = -ENOBUFS; - goto out; - } - sock_hold(sk); - netlink_ring_setup_skb(skb, sk, ring, hdr); - NETLINK_CB(skb).flags |= NETLINK_SKB_TX; - __skb_put(skb, hdr->nm_len); - netlink_set_status(hdr, NL_MMAP_STATUS_RESERVED); - atomic_inc(&ring->pending); - } else { - skb = alloc_skb(hdr->nm_len, GFP_KERNEL); - if (skb == NULL) { - err = -ENOBUFS; - goto out; - } - __skb_put(skb, hdr->nm_len); - memcpy(skb->data, (void *)hdr + NL_MMAP_HDRLEN, hdr->nm_len); - netlink_set_status(hdr, NL_MMAP_STATUS_UNUSED); + skb = alloc_skb(nm_len, GFP_KERNEL); + if (skb == NULL) { + err = -ENOBUFS; + goto out; } + __skb_put(skb, nm_len); + memcpy(skb->data, (void *)hdr + NL_MMAP_HDRLEN, nm_len); + netlink_set_status(hdr, NL_MMAP_STATUS_UNUSED); netlink_increment_head(ring); @@ -798,7 +810,7 @@ hdr->nm_pid = NETLINK_CB(skb).creds.pid; hdr->nm_uid = from_kuid(sk_user_ns(sk), NETLINK_CB(skb).creds.uid); hdr->nm_gid = from_kgid(sk_user_ns(sk), NETLINK_CB(skb).creds.gid); - netlink_frame_flush_dcache(hdr); + netlink_frame_flush_dcache(hdr, hdr->nm_len); netlink_set_status(hdr, NL_MMAP_STATUS_VALID); NETLINK_CB(skb).flags |= NETLINK_SKB_DELIVERED; @@ -832,7 +844,6 @@ } #else /* CONFIG_NETLINK_MMAP */ -#define netlink_skb_is_mmaped(skb) false #define netlink_rx_is_mmaped(sk) false #define netlink_tx_is_mmaped(sk) false #define netlink_mmap sock_no_mmap @@ -913,10 +924,10 @@ memset(&req, 0, sizeof(req)); if (nlk->rx_ring.pg_vec) - netlink_set_ring(sk, &req, true, false); + __netlink_set_ring(sk, &req, false, NULL, 0); memset(&req, 0, sizeof(req)); if (nlk->tx_ring.pg_vec) - netlink_set_ring(sk, &req, true, true); + __netlink_set_ring(sk, &req, true, NULL, 0); } #endif /* CONFIG_NETLINK_MMAP */ @@ -1491,7 +1502,7 @@ return; for (undo = 0; undo < group; undo++) - if (test_bit(group, &groups)) + if (test_bit(undo, &groups)) nlk->netlink_unbind(undo); } @@ -1543,7 +1554,7 @@ netlink_insert(sk, net, nladdr->nl_pid) : netlink_autobind(sock); if (err) { - netlink_unbind(nlk->ngroups - 1, groups, nlk); + netlink_unbind(nlk->ngroups, groups, nlk); return err; } } @@ -1670,13 +1681,11 @@ if (data == NULL) return NULL; - skb = build_skb(data, size); + skb = __build_skb(data, size); if (skb == NULL) vfree(data); - else { - skb->head_frag = 0; + else skb->destructor = netlink_skb_destructor; - } return skb; } @@ -1847,15 +1856,16 @@ } EXPORT_SYMBOL(netlink_unicast); -struct sk_buff *netlink_alloc_skb(struct sock *ssk, unsigned int size, - u32 dst_portid, gfp_t gfp_mask) +struct sk_buff *__netlink_alloc_skb(struct sock *ssk, unsigned int size, + unsigned int ldiff, u32 dst_portid, + gfp_t gfp_mask) { #ifdef CONFIG_NETLINK_MMAP + unsigned int maxlen, linear_size; struct sock *sk = NULL; struct sk_buff *skb; struct netlink_ring *ring; struct nl_mmap_hdr *hdr; - unsigned int maxlen; sk = netlink_getsockbyportid(ssk, dst_portid); if (IS_ERR(sk)) @@ -1866,7 +1876,11 @@ if (ring->pg_vec == NULL) goto out_put; - if (ring->frame_size - NL_MMAP_HDRLEN < size) + /* We need to account the full linear size needed as a ring + * slot cannot have non-linear parts. + */ + linear_size = size + ldiff; + if (ring->frame_size - NL_MMAP_HDRLEN < linear_size) goto out_put; skb = alloc_skb_head(gfp_mask); @@ -1880,13 +1894,14 @@ /* check again under lock */ maxlen = ring->frame_size - NL_MMAP_HDRLEN; - if (maxlen < size) + if (maxlen < linear_size) goto out_free; netlink_forward_ring(ring); hdr = netlink_current_frame(ring, NL_MMAP_STATUS_UNUSED); if (hdr == NULL) goto err2; + netlink_ring_setup_skb(skb, sk, ring, hdr); netlink_set_status(hdr, NL_MMAP_STATUS_RESERVED); atomic_inc(&ring->pending); @@ -1912,7 +1927,7 @@ #endif return alloc_skb(size, gfp_mask); } -EXPORT_SYMBOL_GPL(netlink_alloc_skb); +EXPORT_SYMBOL_GPL(__netlink_alloc_skb); int netlink_has_listeners(struct sock *sk, unsigned int group) { @@ -2242,7 +2257,7 @@ return -EINVAL; if (copy_from_user(&req, optval, sizeof(req))) return -EFAULT; - err = netlink_set_ring(sk, &req, false, + err = netlink_set_ring(sk, &req, optname == NETLINK_TX_RING); break; } @@ -2563,6 +2578,7 @@ nl_table[unit].module = module; if (cfg) { nl_table[unit].bind = cfg->bind; + nl_table[unit].unbind = cfg->unbind; nl_table[unit].flags = cfg->flags; if (cfg->compare) nl_table[unit].compare = cfg->compare; @@ -2678,6 +2694,7 @@ struct sk_buff *skb = NULL; struct nlmsghdr *nlh; int len, err = -ENOBUFS; + int alloc_min_size; int alloc_size; mutex_lock(nlk->cb_mutex); @@ -2686,9 +2703,6 @@ goto errout_skb; } - cb = &nlk->cb; - alloc_size = max_t(int, cb->min_dump_alloc, NLMSG_GOODSIZE); - if (!netlink_rx_is_mmaped(sk) && atomic_read(&sk->sk_rmem_alloc) >= sk->sk_rcvbuf) goto errout_skb; @@ -2698,23 +2712,36 @@ * to reduce number of system calls on dump operations, if user * ever provided a big enough buffer. */ - if (alloc_size < nlk->max_recvmsg_len) { - skb = netlink_alloc_skb(sk, - nlk->max_recvmsg_len, - nlk->portid, + cb = &nlk->cb; + alloc_min_size = max_t(int, cb->min_dump_alloc, NLMSG_GOODSIZE); + + if (alloc_min_size < nlk->max_recvmsg_len) { + alloc_size = nlk->max_recvmsg_len; + skb = netlink_alloc_skb(sk, alloc_size, nlk->portid, GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); - /* available room should be exact amount to avoid MSG_TRUNC */ - if (skb) - skb_reserve(skb, skb_tailroom(skb) - - nlk->max_recvmsg_len); } - if (!skb) + if (!skb) { + alloc_size = alloc_min_size; skb = netlink_alloc_skb(sk, alloc_size, nlk->portid, GFP_KERNEL); + } if (!skb) goto errout_skb; + + /* Trim skb to allocated size. User is expected to provide buffer as + * large as max(min_dump_alloc, 16KiB (mac_recvmsg_len capped at + * netlink_recvmsg())). dump will pack as many smaller messages as + * could fit within the allocated skb. skb is typically allocated + * with larger space than required (could be as much as near 2x the + * requested size with align to next power of 2 approach). Allowing + * dump to use the excess space makes it difficult for a user to have a + * reasonable static buffer based on the expected largest dump of a + * single netdev. The outcome is MSG_TRUNC error. + */ + if (!netlink_rx_is_mmaped(sk)) + skb_reserve(skb, skb_tailroom(skb) - alloc_size); netlink_skb_set_owner_r(skb, sk); len = cb->dump(skb, cb); --- linux-lts-utopic-3.16.0.orig/net/netlink/af_netlink.h +++ linux-lts-utopic-3.16.0/net/netlink/af_netlink.h @@ -67,6 +67,15 @@ u32 rnd; }; +static inline bool netlink_skb_is_mmaped(const struct sk_buff *skb) +{ +#ifdef CONFIG_NETLINK_MMAP + return NETLINK_CB(skb).flags & NETLINK_SKB_MMAPED; +#else + return false; +#endif /* CONFIG_NETLINK_MMAP */ +} + struct netlink_table { struct nl_portid_hash hash; struct hlist_head mc_list; --- linux-lts-utopic-3.16.0.orig/net/openvswitch/actions.c +++ linux-lts-utopic-3.16.0/net/openvswitch/actions.c @@ -42,6 +42,9 @@ static int make_writable(struct sk_buff *skb, int write_len) { + if (!pskb_may_pull(skb, write_len)) + return -ENOMEM; + if (!skb_cloned(skb) || skb_clone_writable(skb, write_len)) return 0; @@ -70,6 +73,8 @@ vlan_set_encap_proto(skb, vhdr); skb->mac_header += VLAN_HLEN; + if (skb_network_offset(skb) < ETH_HLEN) + skb_set_network_header(skb, ETH_HLEN); skb_reset_mac_len(skb); return 0; --- linux-lts-utopic-3.16.0.orig/net/openvswitch/datapath.c +++ linux-lts-utopic-3.16.0/net/openvswitch/datapath.c @@ -330,6 +330,8 @@ segs = __skb_gso_segment(skb, NETIF_F_SG, false); if (IS_ERR(segs)) return PTR_ERR(segs); + if (segs == NULL) + return -EINVAL; /* Queue all of the segments. */ skb = segs; @@ -825,7 +827,7 @@ if (error) goto err_kfree_flow; - ovs_flow_mask_key(&new_flow->key, &new_flow->unmasked_key, &mask); + ovs_flow_mask_key(&new_flow->key, &new_flow->unmasked_key, true, &mask); /* Validate actions. */ acts = ovs_nla_alloc_flow_actions(nla_len(a[OVS_FLOW_ATTR_ACTIONS])); @@ -959,7 +961,7 @@ if (IS_ERR(acts)) goto error; - ovs_flow_mask_key(&masked_key, &key, &mask); + ovs_flow_mask_key(&masked_key, &key, true, &mask); error = ovs_nla_copy_actions(a[OVS_FLOW_ATTR_ACTIONS], &masked_key, 0, &acts); if (error) { @@ -2025,14 +2027,55 @@ return 0; } -static void __net_exit ovs_exit_net(struct net *net) +static void __net_exit list_vports_from_net(struct net *net, struct net *dnet, + struct list_head *head) { - struct datapath *dp, *dp_next; struct ovs_net *ovs_net = net_generic(net, ovs_net_id); + struct datapath *dp; + + list_for_each_entry(dp, &ovs_net->dps, list_node) { + int i; + + for (i = 0; i < DP_VPORT_HASH_BUCKETS; i++) { + struct vport *vport; + + hlist_for_each_entry(vport, &dp->ports[i], dp_hash_node) { + struct netdev_vport *netdev_vport; + + if (vport->ops->type != OVS_VPORT_TYPE_INTERNAL) + continue; + + netdev_vport = netdev_vport_priv(vport); + if (dev_net(netdev_vport->dev) == dnet) + list_add(&vport->detach_list, head); + } + } + } +} + +static void __net_exit ovs_exit_net(struct net *dnet) +{ + struct datapath *dp, *dp_next; + struct ovs_net *ovs_net = net_generic(dnet, ovs_net_id); + struct vport *vport, *vport_next; + struct net *net; + LIST_HEAD(head); ovs_lock(); list_for_each_entry_safe(dp, dp_next, &ovs_net->dps, list_node) __dp_destroy(dp); + + rtnl_lock(); + for_each_net(net) + list_vports_from_net(net, dnet, &head); + rtnl_unlock(); + + /* Detach all vports from given namespace. */ + list_for_each_entry_safe(vport, vport_next, &head, detach_list) { + list_del(&vport->detach_list); + ovs_dp_detach_port(vport); + } + ovs_unlock(); cancel_work_sync(&ovs_net->dp_notify_work); --- linux-lts-utopic-3.16.0.orig/net/openvswitch/flow_table.c +++ linux-lts-utopic-3.16.0/net/openvswitch/flow_table.c @@ -56,20 +56,21 @@ } void ovs_flow_mask_key(struct sw_flow_key *dst, const struct sw_flow_key *src, - const struct sw_flow_mask *mask) + bool full, const struct sw_flow_mask *mask) { - const long *m = (const long *)((const u8 *)&mask->key + - mask->range.start); - const long *s = (const long *)((const u8 *)src + - mask->range.start); - long *d = (long *)((u8 *)dst + mask->range.start); + int start = full ? 0 : mask->range.start; + int len = full ? sizeof *dst : range_n_bytes(&mask->range); + const long *m = (const long *)((const u8 *)&mask->key + start); + const long *s = (const long *)((const u8 *)src + start); + long *d = (long *)((u8 *)dst + start); int i; - /* The memory outside of the 'mask->range' are not set since - * further operations on 'dst' only uses contents within - * 'mask->range'. + /* If 'full' is true then all of 'dst' is fully initialized. Otherwise, + * if 'full' is false the memory outside of the 'mask->range' is left + * uninitialized. This can be used as an optimization when further + * operations on 'dst' only use contents within 'mask->range'. */ - for (i = 0; i < range_n_bytes(&mask->range); i += sizeof(long)) + for (i = 0; i < len; i += sizeof(long)) *d++ = *s++ & *m++; } @@ -89,7 +90,8 @@ /* Initialize the default stat node. */ stats = kmem_cache_alloc_node(flow_stats_cache, - GFP_KERNEL | __GFP_ZERO, 0); + GFP_KERNEL | __GFP_ZERO, + node_online(0) ? 0 : NUMA_NO_NODE); if (!stats) goto err; @@ -418,7 +420,7 @@ u32 hash; struct sw_flow_key masked_key; - ovs_flow_mask_key(&masked_key, unmasked, mask); + ovs_flow_mask_key(&masked_key, unmasked, false, mask); hash = flow_hash(&masked_key, key_start, key_end); head = find_bucket(ti, hash); hlist_for_each_entry_rcu(flow, head, hash_node[ti->node_ver]) { --- linux-lts-utopic-3.16.0.orig/net/openvswitch/flow_table.h +++ linux-lts-utopic-3.16.0/net/openvswitch/flow_table.h @@ -82,5 +82,5 @@ struct sw_flow_match *match); void ovs_flow_mask_key(struct sw_flow_key *dst, const struct sw_flow_key *src, - const struct sw_flow_mask *mask); + bool full, const struct sw_flow_mask *mask); #endif /* flow_table.h */ --- linux-lts-utopic-3.16.0.orig/net/openvswitch/vport.h +++ linux-lts-utopic-3.16.0/net/openvswitch/vport.h @@ -76,6 +76,7 @@ * @percpu_stats: Points to per-CPU statistics used and maintained by vport * @stats_lock: Protects @err_stats; * @err_stats: Points to error statistics used and maintained by vport + * @detach_list: list used for detaching vport in net-exit call. */ struct vport { struct rcu_head rcu; @@ -91,6 +92,7 @@ spinlock_t stats_lock; struct vport_err_stats err_stats; + struct list_head detach_list; }; /** --- linux-lts-utopic-3.16.0.orig/net/packet/af_packet.c +++ linux-lts-utopic-3.16.0/net/packet/af_packet.c @@ -636,6 +636,7 @@ p1->tov_in_jiffies = msecs_to_jiffies(p1->retire_blk_tov); p1->blk_sizeof_priv = req_u->req3.tp_sizeof_priv; + p1->max_frame_len = p1->kblk_size - BLK_PLUS_PRIV(p1->blk_sizeof_priv); prb_init_ft_ops(p1, req_u); prb_setup_retire_blk_timer(po, tx_ring); prb_open_block(p1, pbd); @@ -1264,16 +1265,6 @@ sk_refcnt_debug_dec(sk); } -static int fanout_rr_next(struct packet_fanout *f, unsigned int num) -{ - int x = atomic_read(&f->rr_cur) + 1; - - if (x >= num) - x = 0; - - return x; -} - static unsigned int fanout_demux_hash(struct packet_fanout *f, struct sk_buff *skb, unsigned int num) @@ -1285,13 +1276,9 @@ struct sk_buff *skb, unsigned int num) { - int cur, old; + unsigned int val = atomic_inc_return(&f->rr_cur); - cur = atomic_read(&f->rr_cur); - while ((old = atomic_cmpxchg(&f->rr_cur, cur, - fanout_rr_next(f, num))) != cur) - cur = old; - return cur; + return val % num; } static unsigned int fanout_demux_cpu(struct packet_fanout *f, @@ -1345,7 +1332,7 @@ struct packet_type *pt, struct net_device *orig_dev) { struct packet_fanout *f = pt->af_packet_priv; - unsigned int num = f->num_members; + unsigned int num = ACCESS_ONCE(f->num_members); struct packet_sock *po; unsigned int idx; @@ -1425,10 +1412,10 @@ static bool match_fanout_group(struct packet_type *ptype, struct sock *sk) { - if (ptype->af_packet_priv == (void *)((struct packet_sock *)sk)->fanout) - return true; + if (sk->sk_family != PF_PACKET) + return false; - return false; + return ptype->af_packet_priv == pkt_sk(sk)->fanout; } static int fanout_add(struct sock *sk, u16 id, u16 type_flags) @@ -1530,6 +1517,20 @@ mutex_unlock(&fanout_mutex); } +static bool packet_extra_vlan_len_allowed(const struct net_device *dev, + struct sk_buff *skb) +{ + /* Earlier code assumed this would be a VLAN pkt, double-check + * this now that we have the actual packet in hand. We can only + * do this check on Ethernet devices. + */ + if (unlikely(dev->type != ARPHRD_ETHER)) + return false; + + skb_reset_mac_header(skb); + return likely(eth_hdr(skb)->h_proto == htons(ETH_P_8021Q)); +} + static const struct proto_ops packet_ops; static const struct proto_ops packet_ops_spkt; @@ -1691,18 +1692,10 @@ goto retry; } - if (len > (dev->mtu + dev->hard_header_len + extra_len)) { - /* Earlier code assumed this would be a VLAN pkt, - * double-check this now that we have the actual - * packet in hand. - */ - struct ethhdr *ehdr; - skb_reset_mac_header(skb); - ehdr = eth_hdr(skb); - if (ehdr->h_proto != htons(ETH_P_8021Q)) { - err = -EMSGSIZE; - goto out_unlock; - } + if (len > (dev->mtu + dev->hard_header_len + extra_len) && + !packet_extra_vlan_len_allowed(dev, skb)) { + err = -EMSGSIZE; + goto out_unlock; } skb->protocol = proto; @@ -1946,6 +1939,18 @@ if ((int)snaplen < 0) snaplen = 0; } + } else if (unlikely(macoff + snaplen > + GET_PBDQC_FROM_RB(&po->rx_ring)->max_frame_len)) { + u32 nval; + + nval = GET_PBDQC_FROM_RB(&po->rx_ring)->max_frame_len - macoff; + pr_err_once("tpacket_rcv: packet too big, clamped from %u to %u. macoff=%u\n", + snaplen, nval, macoff); + snaplen = nval; + if (unlikely((int)snaplen < 0)) { + snaplen = 0; + macoff = GET_PBDQC_FROM_RB(&po->rx_ring)->max_frame_len; + } } spin_lock(&sk->sk_receive_queue.lock); h.raw = packet_current_rx_frame(po, skb, @@ -2092,6 +2097,15 @@ sock_wfree(skb); } +static void tpacket_set_protocol(const struct net_device *dev, + struct sk_buff *skb) +{ + if (dev->type == ARPHRD_ETHER) { + skb_reset_mac_header(skb); + skb->protocol = eth_hdr(skb)->h_proto; + } +} + static int tpacket_fill_skb(struct packet_sock *po, struct sk_buff *skb, void *frame, struct net_device *dev, int size_max, __be16 proto, unsigned char *addr, int hlen) @@ -2128,8 +2142,6 @@ skb_reserve(skb, hlen); skb_reset_network_header(skb); - if (!packet_use_direct_xmit(po)) - skb_probe_transport_header(skb, 0); if (unlikely(po->tp_tx_has_off)) { int off_min, off_max, off; off_min = po->tp_hdrlen - sizeof(struct sockaddr_ll); @@ -2179,6 +2191,8 @@ dev->hard_header_len); if (unlikely(err)) return err; + if (!skb->protocol) + tpacket_set_protocol(dev, skb); data += dev->hard_header_len; to_write -= dev->hard_header_len; @@ -2213,6 +2227,8 @@ len = ((to_write > len_max) ? len_max : to_write); } + skb_probe_transport_header(skb, 0); + return tp_len; } @@ -2257,12 +2273,13 @@ if (unlikely(!(dev->flags & IFF_UP))) goto out_put; - reserve = dev->hard_header_len + VLAN_HLEN; + if (po->sk.sk_socket->type == SOCK_RAW) + reserve = dev->hard_header_len; size_max = po->tx_ring.frame_size - (po->tp_hdrlen - sizeof(struct sockaddr_ll)); - if (size_max > dev->mtu + reserve) - size_max = dev->mtu + reserve; + if (size_max > dev->mtu + reserve + VLAN_HLEN) + size_max = dev->mtu + reserve + VLAN_HLEN; do { ph = packet_current_frame(po, &po->tx_ring, @@ -2285,18 +2302,11 @@ tp_len = tpacket_fill_skb(po, skb, ph, dev, size_max, proto, addr, hlen); - if (tp_len > dev->mtu + dev->hard_header_len) { - struct ethhdr *ehdr; - /* Earlier code assumed this would be a VLAN pkt, - * double-check this now that we have the actual - * packet in hand. - */ + if (likely(tp_len >= 0) && + tp_len > dev->mtu + reserve && + !packet_extra_vlan_len_allowed(dev, skb)) + tp_len = -EMSGSIZE; - skb_reset_mac_header(skb); - ehdr = eth_hdr(skb); - if (ehdr->h_proto != htons(ETH_P_8021Q)) - tp_len = -EMSGSIZE; - } if (unlikely(tp_len < 0)) { if (po->tp_loss) { __packet_set_status(po, ph, @@ -2508,18 +2518,10 @@ sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); - if (!gso_type && (len > dev->mtu + reserve + extra_len)) { - /* Earlier code assumed this would be a VLAN pkt, - * double-check this now that we have the actual - * packet in hand. - */ - struct ethhdr *ehdr; - skb_reset_mac_header(skb); - ehdr = eth_hdr(skb); - if (ehdr->h_proto != htons(ETH_P_8021Q)) { - err = -EMSGSIZE; - goto out_free; - } + if (!gso_type && (len > dev->mtu + reserve + extra_len) && + !packet_extra_vlan_len_allowed(dev, skb)) { + err = -EMSGSIZE; + goto out_free; } skb->protocol = proto; @@ -2548,8 +2550,8 @@ len += vnet_hdr_len; } - if (!packet_use_direct_xmit(po)) - skb_probe_transport_header(skb, reserve); + skb_probe_transport_header(skb, reserve); + if (unlikely(extra_len == 4)) skb->no_fcs = 1; @@ -2653,22 +2655,40 @@ * Attach a packet hook. */ -static int packet_do_bind(struct sock *sk, struct net_device *dev, __be16 proto) +static int packet_do_bind(struct sock *sk, const char *name, int ifindex, + __be16 proto) { struct packet_sock *po = pkt_sk(sk); - const struct net_device *dev_curr; + struct net_device *dev_curr; __be16 proto_curr; bool need_rehook; + struct net_device *dev = NULL; + int ret = 0; + bool unlisted = false; - if (po->fanout) { - if (dev) - dev_put(dev); - + if (po->fanout) return -EINVAL; - } lock_sock(sk); spin_lock(&po->bind_lock); + rcu_read_lock(); + + if (name) { + dev = dev_get_by_name_rcu(sock_net(sk), name); + if (!dev) { + ret = -ENODEV; + goto out_unlock; + } + } else if (ifindex) { + dev = dev_get_by_index_rcu(sock_net(sk), ifindex); + if (!dev) { + ret = -ENODEV; + goto out_unlock; + } + } + + if (dev) + dev_hold(dev); proto_curr = po->prot_hook.type; dev_curr = po->prot_hook.dev; @@ -2676,24 +2696,37 @@ need_rehook = proto_curr != proto || dev_curr != dev; if (need_rehook) { - unregister_prot_hook(sk, true); + if (po->running) { + rcu_read_unlock(); + __unregister_prot_hook(sk, true); + rcu_read_lock(); + dev_curr = po->prot_hook.dev; + if (dev) + unlisted = !dev_get_by_index_rcu(sock_net(sk), + dev->ifindex); + } po->num = proto; po->prot_hook.type = proto; - if (po->prot_hook.dev) - dev_put(po->prot_hook.dev); - - po->prot_hook.dev = dev; - - po->ifindex = dev ? dev->ifindex : 0; - packet_cached_dev_assign(po, dev); + if (unlikely(unlisted)) { + dev_put(dev); + po->prot_hook.dev = NULL; + po->ifindex = -1; + packet_cached_dev_reset(po); + } else { + po->prot_hook.dev = dev; + po->ifindex = dev ? dev->ifindex : 0; + packet_cached_dev_assign(po, dev); + } } + if (dev_curr) + dev_put(dev_curr); if (proto == 0 || !need_rehook) goto out_unlock; - if (!dev || (dev->flags & IFF_UP)) { + if (!unlisted && (!dev || (dev->flags & IFF_UP))) { register_prot_hook(sk); } else { sk->sk_err = ENETDOWN; @@ -2702,9 +2735,10 @@ } out_unlock: + rcu_read_unlock(); spin_unlock(&po->bind_lock); release_sock(sk); - return 0; + return ret; } /* @@ -2716,8 +2750,6 @@ { struct sock *sk = sock->sk; char name[15]; - struct net_device *dev; - int err = -ENODEV; /* * Check legality @@ -2727,19 +2759,13 @@ return -EINVAL; strlcpy(name, uaddr->sa_data, sizeof(name)); - dev = dev_get_by_name(sock_net(sk), name); - if (dev) - err = packet_do_bind(sk, dev, pkt_sk(sk)->num); - return err; + return packet_do_bind(sk, name, 0, pkt_sk(sk)->num); } static int packet_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) { struct sockaddr_ll *sll = (struct sockaddr_ll *)uaddr; struct sock *sk = sock->sk; - struct net_device *dev = NULL; - int err; - /* * Check legality @@ -2750,16 +2776,8 @@ if (sll->sll_family != AF_PACKET) return -EINVAL; - if (sll->sll_ifindex) { - err = -ENODEV; - dev = dev_get_by_index(sock_net(sk), sll->sll_ifindex); - if (dev == NULL) - goto out; - } - err = packet_do_bind(sk, dev, sll->sll_protocol ? : pkt_sk(sk)->num); - -out: - return err; + return packet_do_bind(sk, NULL, sll->sll_ifindex, + sll->sll_protocol ? : pkt_sk(sk)->num); } static struct proto packet_proto = { @@ -3789,6 +3807,10 @@ goto out; if (unlikely(req->tp_block_size & (PAGE_SIZE - 1))) goto out; + if (po->tp_version >= TPACKET_V3 && + (int)(req->tp_block_size - + BLK_PLUS_PRIV(req_u->req3.tp_sizeof_priv)) <= 0) + goto out; if (unlikely(req->tp_frame_size < po->tp_hdrlen + po->tp_reserve)) goto out; --- linux-lts-utopic-3.16.0.orig/net/packet/internal.h +++ linux-lts-utopic-3.16.0/net/packet/internal.h @@ -29,6 +29,7 @@ char *pkblk_start; char *pkblk_end; int kblk_size; + unsigned int max_frame_len; unsigned int knum_blocks; uint64_t knxt_seq_num; char *prev; --- linux-lts-utopic-3.16.0.orig/net/phonet/af_phonet.c +++ linux-lts-utopic-3.16.0/net/phonet/af_phonet.c @@ -377,6 +377,10 @@ struct sockaddr_pn sa; u16 len; + skb = skb_share_check(skb, GFP_ATOMIC); + if (!skb) + return NET_RX_DROP; + /* check we have at least a full Phonet header */ if (!pskb_pull(skb, sizeof(struct phonethdr))) goto out; --- linux-lts-utopic-3.16.0.orig/net/rds/ib_rdma.c +++ linux-lts-utopic-3.16.0/net/rds/ib_rdma.c @@ -759,8 +759,10 @@ } ibmr = rds_ib_alloc_fmr(rds_ibdev); - if (IS_ERR(ibmr)) + if (IS_ERR(ibmr)) { + rds_ib_dev_put(rds_ibdev); return ibmr; + } ret = rds_ib_map_fmr(rds_ibdev, ibmr, sg, nents); if (ret == 0) --- linux-lts-utopic-3.16.0.orig/net/rds/ib_send.c +++ linux-lts-utopic-3.16.0/net/rds/ib_send.c @@ -544,7 +544,7 @@ int flow_controlled = 0; int nr_sig = 0; - BUG_ON(off % RDS_FRAG_SIZE); + BUG_ON(!conn->c_loopback && off % RDS_FRAG_SIZE); BUG_ON(hdr_off != 0 && hdr_off != sizeof(struct rds_header)); /* Do not send cong updates to IB loopback */ --- linux-lts-utopic-3.16.0.orig/net/rds/info.c +++ linux-lts-utopic-3.16.0/net/rds/info.c @@ -176,7 +176,7 @@ /* check for all kinds of wrapping and the like */ start = (unsigned long)optval; - if (len < 0 || len + PAGE_SIZE - 1 < len || start + len < start) { + if (len < 0 || len > INT_MAX - PAGE_SIZE + 1 || start + len < start) { ret = -EINVAL; goto out; } --- linux-lts-utopic-3.16.0.orig/net/rds/iw_rdma.c +++ linux-lts-utopic-3.16.0/net/rds/iw_rdma.c @@ -88,7 +88,9 @@ int *unpinned); static void rds_iw_destroy_fastreg(struct rds_iw_mr_pool *pool, struct rds_iw_mr *ibmr); -static int rds_iw_get_device(struct rds_sock *rs, struct rds_iw_device **rds_iwdev, struct rdma_cm_id **cm_id) +static int rds_iw_get_device(struct sockaddr_in *src, struct sockaddr_in *dst, + struct rds_iw_device **rds_iwdev, + struct rdma_cm_id **cm_id) { struct rds_iw_device *iwdev; struct rds_iw_cm_id *i_cm_id; @@ -112,15 +114,15 @@ src_addr->sin_port, dst_addr->sin_addr.s_addr, dst_addr->sin_port, - rs->rs_bound_addr, - rs->rs_bound_port, - rs->rs_conn_addr, - rs->rs_conn_port); + src->sin_addr.s_addr, + src->sin_port, + dst->sin_addr.s_addr, + dst->sin_port); #ifdef WORKING_TUPLE_DETECTION - if (src_addr->sin_addr.s_addr == rs->rs_bound_addr && - src_addr->sin_port == rs->rs_bound_port && - dst_addr->sin_addr.s_addr == rs->rs_conn_addr && - dst_addr->sin_port == rs->rs_conn_port) { + if (src_addr->sin_addr.s_addr == src->sin_addr.s_addr && + src_addr->sin_port == src->sin_port && + dst_addr->sin_addr.s_addr == dst->sin_addr.s_addr && + dst_addr->sin_port == dst->sin_port) { #else /* FIXME - needs to compare the local and remote * ipaddr/port tuple, but the ipaddr is the only @@ -128,7 +130,7 @@ * zero'ed. It doesn't appear to be properly populated * during connection setup... */ - if (src_addr->sin_addr.s_addr == rs->rs_bound_addr) { + if (src_addr->sin_addr.s_addr == src->sin_addr.s_addr) { #endif spin_unlock_irq(&iwdev->spinlock); *rds_iwdev = iwdev; @@ -180,19 +182,13 @@ { struct sockaddr_in *src_addr, *dst_addr; struct rds_iw_device *rds_iwdev_old; - struct rds_sock rs; struct rdma_cm_id *pcm_id; int rc; src_addr = (struct sockaddr_in *)&cm_id->route.addr.src_addr; dst_addr = (struct sockaddr_in *)&cm_id->route.addr.dst_addr; - rs.rs_bound_addr = src_addr->sin_addr.s_addr; - rs.rs_bound_port = src_addr->sin_port; - rs.rs_conn_addr = dst_addr->sin_addr.s_addr; - rs.rs_conn_port = dst_addr->sin_port; - - rc = rds_iw_get_device(&rs, &rds_iwdev_old, &pcm_id); + rc = rds_iw_get_device(src_addr, dst_addr, &rds_iwdev_old, &pcm_id); if (rc) rds_iw_remove_cm_id(rds_iwdev, cm_id); @@ -598,9 +594,17 @@ struct rds_iw_device *rds_iwdev; struct rds_iw_mr *ibmr = NULL; struct rdma_cm_id *cm_id; + struct sockaddr_in src = { + .sin_addr.s_addr = rs->rs_bound_addr, + .sin_port = rs->rs_bound_port, + }; + struct sockaddr_in dst = { + .sin_addr.s_addr = rs->rs_conn_addr, + .sin_port = rs->rs_conn_port, + }; int ret; - ret = rds_iw_get_device(rs, &rds_iwdev, &cm_id); + ret = rds_iw_get_device(&src, &dst, &rds_iwdev, &cm_id); if (ret || !cm_id) { ret = -ENODEV; goto out; --- linux-lts-utopic-3.16.0.orig/net/rds/send.c +++ linux-lts-utopic-3.16.0/net/rds/send.c @@ -955,11 +955,13 @@ release_sock(sk); } - /* racing with another thread binding seems ok here */ + lock_sock(sk); if (daddr == 0 || rs->rs_bound_addr == 0) { + release_sock(sk); ret = -ENOTCONN; /* XXX not a great errno */ goto out; } + release_sock(sk); /* size of rm including all sgs */ ret = rds_rm_size(msg, payload_len); --- linux-lts-utopic-3.16.0.orig/net/rds/sysctl.c +++ linux-lts-utopic-3.16.0/net/rds/sysctl.c @@ -71,14 +71,14 @@ { .procname = "max_unacked_packets", .data = &rds_sysctl_max_unacked_packets, - .maxlen = sizeof(unsigned long), + .maxlen = sizeof(int), .mode = 0644, .proc_handler = proc_dointvec, }, { .procname = "max_unacked_bytes", .data = &rds_sysctl_max_unacked_bytes, - .maxlen = sizeof(unsigned long), + .maxlen = sizeof(int), .mode = 0644, .proc_handler = proc_dointvec, }, --- linux-lts-utopic-3.16.0.orig/net/rds/tcp_recv.c +++ linux-lts-utopic-3.16.0/net/rds/tcp_recv.c @@ -234,8 +234,15 @@ } to_copy = min(tc->t_tinc_data_rem, left); - pskb_pull(clone, offset); - pskb_trim(clone, to_copy); + if (!pskb_pull(clone, offset) || + pskb_trim(clone, to_copy)) { + pr_warn("rds_tcp_data_recv: pull/trim failed " + "left %zu data_rem %zu skb_len %d\n", + left, tc->t_tinc_data_rem, skb->len); + kfree_skb(clone); + desc->error = -ENOMEM; + goto out; + } skb_queue_tail(&tinc->ti_skb_list, clone); rdsdebug("skb %p data %p len %d off %u to_copy %zu -> " --- linux-lts-utopic-3.16.0.orig/net/rfkill/core.c +++ linux-lts-utopic-3.16.0/net/rfkill/core.c @@ -49,7 +49,6 @@ struct rfkill { spinlock_t lock; - const char *name; enum rfkill_type type; unsigned long state; @@ -73,6 +72,7 @@ struct delayed_work poll_work; struct work_struct uevent_work; struct work_struct sync_work; + char name[]; }; #define to_rfkill(d) container_of(d, struct rfkill, dev) @@ -862,14 +862,14 @@ if (WARN_ON(type == RFKILL_TYPE_ALL || type >= NUM_RFKILL_TYPES)) return NULL; - rfkill = kzalloc(sizeof(*rfkill), GFP_KERNEL); + rfkill = kzalloc(sizeof(*rfkill) + strlen(name) + 1, GFP_KERNEL); if (!rfkill) return NULL; spin_lock_init(&rfkill->lock); INIT_LIST_HEAD(&rfkill->node); rfkill->type = type; - rfkill->name = name; + strcpy(rfkill->name, name); rfkill->ops = ops; rfkill->data = ops_data; @@ -1081,17 +1081,6 @@ return res; } -static bool rfkill_readable(struct rfkill_data *data) -{ - bool r; - - mutex_lock(&data->mtx); - r = !list_empty(&data->events); - mutex_unlock(&data->mtx); - - return r; -} - static ssize_t rfkill_fop_read(struct file *file, char __user *buf, size_t count, loff_t *pos) { @@ -1108,8 +1097,11 @@ goto out; } mutex_unlock(&data->mtx); + /* since we re-check and it just compares pointers, + * using !list_empty() without locking isn't a problem + */ ret = wait_event_interruptible(data->read_wait, - rfkill_readable(data)); + !list_empty(&data->events)); mutex_lock(&data->mtx); if (ret) --- linux-lts-utopic-3.16.0.orig/net/rose/af_rose.c +++ linux-lts-utopic-3.16.0/net/rose/af_rose.c @@ -192,7 +192,8 @@ if (rose->device == dev) { rose_disconnect(s, ENETUNREACH, ROSE_OUT_OF_ORDER, 0); - rose->neighbour->use--; + if (rose->neighbour) + rose->neighbour->use--; rose->device = NULL; } } --- linux-lts-utopic-3.16.0.orig/net/rxrpc/ar-recvmsg.c +++ linux-lts-utopic-3.16.0/net/rxrpc/ar-recvmsg.c @@ -87,7 +87,7 @@ if (!skb) { /* nothing remains on the queue */ if (copied && - (msg->msg_flags & MSG_PEEK || timeo == 0)) + (flags & MSG_PEEK || timeo == 0)) goto out; /* wait for a message to turn up */ --- linux-lts-utopic-3.16.0.orig/net/sched/act_api.c +++ linux-lts-utopic-3.16.0/net/sched/act_api.c @@ -45,7 +45,7 @@ } EXPORT_SYMBOL(tcf_hash_destroy); -int tcf_hash_release(struct tc_action *a, int bind) +int __tcf_hash_release(struct tc_action *a, bool bind, bool strict) { struct tcf_common *p = a->priv; int ret = 0; @@ -53,7 +53,7 @@ if (p) { if (bind) p->tcfc_bindcnt--; - else if (p->tcfc_bindcnt > 0) + else if (strict && p->tcfc_bindcnt > 0) return -EPERM; p->tcfc_refcnt--; @@ -64,9 +64,10 @@ ret = 1; } } + return ret; } -EXPORT_SYMBOL(tcf_hash_release); +EXPORT_SYMBOL(__tcf_hash_release); static int tcf_dump_walker(struct sk_buff *skb, struct netlink_callback *cb, struct tc_action *a) @@ -136,7 +137,7 @@ head = &hinfo->htab[tcf_hash(i, hinfo->hmask)]; hlist_for_each_entry_safe(p, n, head, tcfc_head) { a->priv = p; - ret = tcf_hash_release(a, 0); + ret = __tcf_hash_release(a, false, true); if (ret == ACT_P_DELETED) { module_put(a->ops->owner); n_i++; @@ -412,7 +413,7 @@ int ret = 0; list_for_each_entry_safe(a, tmp, actions, list) { - ret = tcf_hash_release(a, bind); + ret = __tcf_hash_release(a, bind, true); if (ret == ACT_P_DELETED) module_put(a->ops->owner); else if (ret < 0) --- linux-lts-utopic-3.16.0.orig/net/sched/act_pedit.c +++ linux-lts-utopic-3.16.0/net/sched/act_pedit.c @@ -68,13 +68,12 @@ } ret = ACT_P_CREATED; } else { - p = to_pedit(a); - tcf_hash_release(a, bind); if (bind) return 0; + tcf_hash_release(a, bind); if (!ovr) return -EEXIST; - + p = to_pedit(a); if (p->tcfp_nkeys && p->tcfp_nkeys != parm->nkeys) { keys = kmalloc(ksize, GFP_KERNEL); if (keys == NULL) --- linux-lts-utopic-3.16.0.orig/net/sched/cls_api.c +++ linux-lts-utopic-3.16.0/net/sched/cls_api.c @@ -549,6 +549,7 @@ tcf_tree_lock(tp); list_splice_init(&dst->actions, &tmp); list_splice(&src->actions, &dst->actions); + dst->type = src->type; tcf_tree_unlock(tp); tcf_action_destroy(&tmp, TCA_ACT_UNBIND); #endif --- linux-lts-utopic-3.16.0.orig/net/sched/cls_bpf.c +++ linux-lts-utopic-3.16.0/net/sched/cls_bpf.c @@ -182,6 +182,11 @@ } bpf_size = bpf_len * sizeof(*bpf_ops); + if (bpf_size != nla_len(tb[TCA_BPF_OPS])) { + ret = -EINVAL; + goto errout; + } + bpf_ops = kzalloc(bpf_size, GFP_KERNEL); if (bpf_ops == NULL) { ret = -ENOMEM; @@ -228,15 +233,21 @@ struct cls_bpf_head *head) { unsigned int i = 0x80000000; + u32 handle; do { if (++head->hgen == 0x7FFFFFFF) head->hgen = 1; } while (--i > 0 && cls_bpf_get(tp, head->hgen)); - if (i == 0) + + if (unlikely(i == 0)) { pr_err("Insufficient number of handles\n"); + handle = 0; + } else { + handle = head->hgen; + } - return i; + return handle; } static int cls_bpf_change(struct net *net, struct sk_buff *in_skb, --- linux-lts-utopic-3.16.0.orig/net/sched/ematch.c +++ linux-lts-utopic-3.16.0/net/sched/ematch.c @@ -227,6 +227,7 @@ * to replay the request. */ module_put(em->ops->owner); + em->ops = NULL; err = -EAGAIN; } #endif --- linux-lts-utopic-3.16.0.orig/net/sched/sch_api.c +++ linux-lts-utopic-3.16.0/net/sched/sch_api.c @@ -812,10 +812,8 @@ if (dev->flags & IFF_UP) dev_deactivate(dev); - if (new && new->ops->attach) { - new->ops->attach(new); - num_q = 0; - } + if (new && new->ops->attach) + goto skip; for (i = 0; i < num_q; i++) { struct netdev_queue *dev_queue = dev_ingress_queue(dev); @@ -831,12 +829,16 @@ qdisc_destroy(old); } +skip: if (!ingress) { notify_and_destroy(net, skb, n, classid, dev->qdisc, new); if (new && !new->ops->attach) atomic_inc(&new->refcnt); dev->qdisc = new ? : &noop_qdisc; + + if (new && new->ops->attach) + new->ops->attach(new); } else { notify_and_destroy(net, skb, n, classid, old, new); } --- linux-lts-utopic-3.16.0.orig/net/sctp/associola.c +++ linux-lts-utopic-3.16.0/net/sctp/associola.c @@ -1181,7 +1181,6 @@ asoc->peer.peer_hmacs = new->peer.peer_hmacs; new->peer.peer_hmacs = NULL; - sctp_auth_key_put(asoc->asoc_shared_key); sctp_auth_asoc_init_active_key(asoc, GFP_ATOMIC); } @@ -1670,6 +1669,8 @@ * ack chunk whose serial number matches that of the request. */ list_for_each_entry(ack, &asoc->asconf_ack_list, transmitted_list) { + if (sctp_chunk_pending(ack)) + continue; if (ack->subh.addip_hdr->serial == serial) { sctp_chunk_hold(ack); return ack; --- linux-lts-utopic-3.16.0.orig/net/sctp/auth.c +++ linux-lts-utopic-3.16.0/net/sctp/auth.c @@ -800,8 +800,8 @@ if (!has_sha1) return -EINVAL; - memcpy(ep->auth_hmacs_list->hmac_ids, &hmacs->shmac_idents[0], - hmacs->shmac_num_idents * sizeof(__u16)); + for (i = 0; i < hmacs->shmac_num_idents; i++) + ep->auth_hmacs_list->hmac_ids[i] = htons(hmacs->shmac_idents[i]); ep->auth_hmacs_list->param_hdr.length = htons(sizeof(sctp_paramhdr_t) + hmacs->shmac_num_idents * sizeof(__u16)); return 0; @@ -862,8 +862,6 @@ list_add(&cur_key->key_list, sh_keys); cur_key->key = key; - sctp_auth_key_hold(key); - return 0; nomem: if (!replace) --- linux-lts-utopic-3.16.0.orig/net/sctp/inqueue.c +++ linux-lts-utopic-3.16.0/net/sctp/inqueue.c @@ -140,18 +140,9 @@ } else { /* Nothing to do. Next chunk in the packet, please. */ ch = (sctp_chunkhdr_t *) chunk->chunk_end; - /* Force chunk->skb->data to chunk->chunk_end. */ - skb_pull(chunk->skb, - chunk->chunk_end - chunk->skb->data); - - /* Verify that we have at least chunk headers - * worth of buffer left. - */ - if (skb_headlen(chunk->skb) < sizeof(sctp_chunkhdr_t)) { - sctp_chunk_free(chunk); - chunk = queue->in_progress = NULL; - } + skb_pull(chunk->skb, chunk->chunk_end - chunk->skb->data); + /* We are guaranteed to pull a SCTP header. */ } } @@ -187,24 +178,14 @@ skb_pull(chunk->skb, sizeof(sctp_chunkhdr_t)); chunk->subh.v = NULL; /* Subheader is no longer valid. */ - if (chunk->chunk_end < skb_tail_pointer(chunk->skb)) { + if (chunk->chunk_end + sizeof(sctp_chunkhdr_t) < + skb_tail_pointer(chunk->skb)) { /* This is not a singleton */ chunk->singleton = 0; } else if (chunk->chunk_end > skb_tail_pointer(chunk->skb)) { - /* RFC 2960, Section 6.10 Bundling - * - * Partial chunks MUST NOT be placed in an SCTP packet. - * If the receiver detects a partial chunk, it MUST drop - * the chunk. - * - * Since the end of the chunk is past the end of our buffer - * (which contains the whole packet, we can freely discard - * the whole packet. - */ - sctp_chunk_free(chunk); - chunk = queue->in_progress = NULL; - - return NULL; + /* Discard inside state machine. */ + chunk->pdiscard = 1; + chunk->chunk_end = skb_tail_pointer(chunk->skb); } else { /* We are at the end of the packet, so mark the chunk * in case we need to send a SACK. --- linux-lts-utopic-3.16.0.orig/net/sctp/ipv6.c +++ linux-lts-utopic-3.16.0/net/sctp/ipv6.c @@ -638,6 +638,7 @@ struct sock *newsk; struct ipv6_pinfo *newnp, *np = inet6_sk(sk); struct sctp6_sock *newsctp6sk; + struct ipv6_txoptions *opt; newsk = sk_alloc(sock_net(sk), PF_INET6, GFP_KERNEL, sk->sk_prot); if (!newsk) @@ -657,6 +658,13 @@ memcpy(newnp, np, sizeof(struct ipv6_pinfo)); + rcu_read_lock(); + opt = rcu_dereference(np->opt); + if (opt) + opt = ipv6_dup_options(newsk, opt); + RCU_INIT_POINTER(newnp->opt, opt); + rcu_read_unlock(); + /* Initialize sk's sport, dport, rcv_saddr and daddr for getsockname() * and getpeername(). */ --- linux-lts-utopic-3.16.0.orig/net/sctp/output.c +++ linux-lts-utopic-3.16.0/net/sctp/output.c @@ -401,12 +401,12 @@ sk = chunk->skb->sk; /* Allocate the new skb. */ - nskb = alloc_skb(packet->size + LL_MAX_HEADER, GFP_ATOMIC); + nskb = alloc_skb(packet->size + MAX_HEADER, GFP_ATOMIC); if (!nskb) goto nomem; /* Make sure the outbound skb has enough header room reserved. */ - skb_reserve(nskb, packet->overhead + LL_MAX_HEADER); + skb_reserve(nskb, packet->overhead + MAX_HEADER); /* Set the owning socket so that we know where to get the * destination IP address. @@ -599,7 +599,9 @@ return err; no_route: kfree_skb(nskb); - IP_INC_STATS_BH(sock_net(asoc->base.sk), IPSTATS_MIB_OUTNOROUTES); + + if (asoc) + IP_INC_STATS(sock_net(asoc->base.sk), IPSTATS_MIB_OUTNOROUTES); /* FIXME: Returning the 'err' will effect all the associations * associated with a socket, although only one of the paths of the --- linux-lts-utopic-3.16.0.orig/net/sctp/outqueue.c +++ linux-lts-utopic-3.16.0/net/sctp/outqueue.c @@ -1252,6 +1252,7 @@ */ sack_a_rwnd = ntohl(sack->a_rwnd); + asoc->peer.zero_window_announced = !sack_a_rwnd; outstanding = q->outstanding_bytes; if (outstanding < sack_a_rwnd) --- linux-lts-utopic-3.16.0.orig/net/sctp/protocol.c +++ linux-lts-utopic-3.16.0/net/sctp/protocol.c @@ -60,6 +60,8 @@ #include #include +#define MAX_SCTP_PORT_HASH_ENTRIES (64 * 1024) + /* Global data structures. */ struct sctp_globals sctp_globals __read_mostly; @@ -1166,7 +1168,7 @@ unregister_inetaddr_notifier(&sctp_inetaddr_notifier); } -static int __net_init sctp_net_init(struct net *net) +static int __net_init sctp_defaults_init(struct net *net) { int status; @@ -1259,12 +1261,6 @@ sctp_dbg_objcnt_init(net); - /* Initialize the control inode/socket for handling OOTB packets. */ - if ((status = sctp_ctl_sock_init(net))) { - pr_err("Failed to initialize the SCTP control sock\n"); - goto err_ctl_sock_init; - } - /* Initialize the local address list. */ INIT_LIST_HEAD(&net->sctp.local_addr_list); spin_lock_init(&net->sctp.local_addr_lock); @@ -1280,9 +1276,6 @@ return 0; -err_ctl_sock_init: - sctp_dbg_objcnt_exit(net); - sctp_proc_exit(net); err_init_proc: cleanup_sctp_mibs(net); err_init_mibs: @@ -1291,15 +1284,12 @@ return status; } -static void __net_exit sctp_net_exit(struct net *net) +static void __net_exit sctp_defaults_exit(struct net *net) { /* Free the local address list */ sctp_free_addr_wq(net); sctp_free_local_addr_list(net); - /* Free the control endpoint. */ - inet_ctl_sock_destroy(net->sctp.ctl_sock); - sctp_dbg_objcnt_exit(net); sctp_proc_exit(net); @@ -1307,9 +1297,32 @@ sctp_sysctl_net_unregister(net); } -static struct pernet_operations sctp_net_ops = { - .init = sctp_net_init, - .exit = sctp_net_exit, +static struct pernet_operations sctp_defaults_ops = { + .init = sctp_defaults_init, + .exit = sctp_defaults_exit, +}; + +static int __net_init sctp_ctrlsock_init(struct net *net) +{ + int status; + + /* Initialize the control inode/socket for handling OOTB packets. */ + status = sctp_ctl_sock_init(net); + if (status) + pr_err("Failed to initialize the SCTP control sock\n"); + + return status; +} + +static void __net_init sctp_ctrlsock_exit(struct net *net) +{ + /* Free the control endpoint. */ + inet_ctl_sock_destroy(net->sctp.ctl_sock); +} + +static struct pernet_operations sctp_ctrlsock_ops = { + .init = sctp_ctrlsock_init, + .exit = sctp_ctrlsock_exit, }; /* Initialize the universe into something sensible. */ @@ -1321,6 +1334,8 @@ unsigned long limit; int max_share; int order; + int num_entries; + int max_entry_order; BUILD_BUG_ON(sizeof(struct sctp_ulpevent) > sizeof(((struct sk_buff *) 0)->cb)); @@ -1374,14 +1389,24 @@ /* Size and allocate the association hash table. * The methodology is similar to that of the tcp hash tables. + * Though not identical. Start by getting a goal size */ if (totalram_pages >= (128 * 1024)) goal = totalram_pages >> (22 - PAGE_SHIFT); else goal = totalram_pages >> (24 - PAGE_SHIFT); - for (order = 0; (1UL << order) < goal; order++) - ; + /* Then compute the page order for said goal */ + order = get_order(goal); + + /* Now compute the required page order for the maximum sized table we + * want to create + */ + max_entry_order = get_order(MAX_SCTP_PORT_HASH_ENTRIES * + sizeof(struct sctp_bind_hashbucket)); + + /* Limit the page order by that maximum hash table size */ + order = min(order, max_entry_order); do { sctp_assoc_hashsize = (1UL << order) * PAGE_SIZE / @@ -1415,27 +1440,42 @@ INIT_HLIST_HEAD(&sctp_ep_hashtable[i].chain); } - /* Allocate and initialize the SCTP port hash table. */ + /* Allocate and initialize the SCTP port hash table. + * Note that order is initalized to start at the max sized + * table we want to support. If we can't get that many pages + * reduce the order and try again + */ do { - sctp_port_hashsize = (1UL << order) * PAGE_SIZE / - sizeof(struct sctp_bind_hashbucket); - if ((sctp_port_hashsize > (64 * 1024)) && order > 0) - continue; sctp_port_hashtable = (struct sctp_bind_hashbucket *) __get_free_pages(GFP_ATOMIC|__GFP_NOWARN, order); } while (!sctp_port_hashtable && --order > 0); + if (!sctp_port_hashtable) { pr_err("Failed bind hash alloc\n"); status = -ENOMEM; goto err_bhash_alloc; } + + /* Now compute the number of entries that will fit in the + * port hash space we allocated + */ + num_entries = (1UL << order) * PAGE_SIZE / + sizeof(struct sctp_bind_hashbucket); + + /* And finish by rounding it down to the nearest power of two + * this wastes some memory of course, but its needed because + * the hash function operates based on the assumption that + * that the number of entries is a power of two + */ + sctp_port_hashsize = rounddown_pow_of_two(num_entries); + for (i = 0; i < sctp_port_hashsize; i++) { spin_lock_init(&sctp_port_hashtable[i].lock); INIT_HLIST_HEAD(&sctp_port_hashtable[i].chain); } - pr_info("Hash tables configured (established %d bind %d)\n", - sctp_assoc_hashsize, sctp_port_hashsize); + pr_info("Hash tables configured (established %d bind %d/%d)\n", + sctp_assoc_hashsize, sctp_port_hashsize, num_entries); sctp_sysctl_register(); @@ -1443,8 +1483,11 @@ sctp_v4_pf_init(); sctp_v6_pf_init(); - status = sctp_v4_protosw_init(); + status = register_pernet_subsys(&sctp_defaults_ops); + if (status) + goto err_register_defaults; + status = sctp_v4_protosw_init(); if (status) goto err_protosw_init; @@ -1452,9 +1495,9 @@ if (status) goto err_v6_protosw_init; - status = register_pernet_subsys(&sctp_net_ops); + status = register_pernet_subsys(&sctp_ctrlsock_ops); if (status) - goto err_register_pernet_subsys; + goto err_register_ctrlsock; status = sctp_v4_add_protocol(); if (status) @@ -1470,12 +1513,14 @@ err_v6_add_protocol: sctp_v4_del_protocol(); err_add_protocol: - unregister_pernet_subsys(&sctp_net_ops); -err_register_pernet_subsys: + unregister_pernet_subsys(&sctp_ctrlsock_ops); +err_register_ctrlsock: sctp_v6_protosw_exit(); err_v6_protosw_init: sctp_v4_protosw_exit(); err_protosw_init: + unregister_pernet_subsys(&sctp_defaults_ops); +err_register_defaults: sctp_v4_pf_exit(); sctp_v6_pf_exit(); sctp_sysctl_unregister(); @@ -1508,12 +1553,14 @@ sctp_v6_del_protocol(); sctp_v4_del_protocol(); - unregister_pernet_subsys(&sctp_net_ops); + unregister_pernet_subsys(&sctp_ctrlsock_ops); /* Free protosw registrations */ sctp_v6_protosw_exit(); sctp_v4_protosw_exit(); + unregister_pernet_subsys(&sctp_defaults_ops); + /* Unregister with socket layer. */ sctp_v6_pf_exit(); sctp_v4_pf_exit(); --- linux-lts-utopic-3.16.0.orig/net/sctp/sm_make_chunk.c +++ linux-lts-utopic-3.16.0/net/sctp/sm_make_chunk.c @@ -1652,7 +1652,7 @@ /* Set an expiration time for the cookie. */ cookie->c.expiration = ktime_add(asoc->cookie_life, - ktime_get()); + ktime_get_real()); /* Copy the peer's init packet. */ memcpy(&cookie->c.peer_init[0], init_chunk->chunk_hdr, @@ -1780,7 +1780,7 @@ if (sock_flag(ep->base.sk, SOCK_TIMESTAMP)) kt = skb_get_ktime(skb); else - kt = ktime_get(); + kt = ktime_get_real(); if (!asoc && ktime_before(bear_cookie->expiration, kt)) { /* @@ -2608,7 +2608,10 @@ addr_param = param.v + sizeof(sctp_addip_param_t); - af = sctp_get_af_specific(param_type2af(param.p->type)); + af = sctp_get_af_specific(param_type2af(addr_param->p.type)); + if (af == NULL) + break; + af->from_addr_param(&addr, addr_param, htons(asoc->peer.port), 0); @@ -3110,50 +3113,63 @@ return SCTP_ERROR_NO_ERROR; } -/* Verify the ASCONF packet before we process it. */ -int sctp_verify_asconf(const struct sctp_association *asoc, - struct sctp_paramhdr *param_hdr, void *chunk_end, - struct sctp_paramhdr **errp) { - sctp_addip_param_t *asconf_param; +/* Verify the ASCONF packet before we process it. */ +bool sctp_verify_asconf(const struct sctp_association *asoc, + struct sctp_chunk *chunk, bool addr_param_needed, + struct sctp_paramhdr **errp) +{ + sctp_addip_chunk_t *addip = (sctp_addip_chunk_t *) chunk->chunk_hdr; union sctp_params param; - int length, plen; - - param.v = (sctp_paramhdr_t *) param_hdr; - while (param.v <= chunk_end - sizeof(sctp_paramhdr_t)) { - length = ntohs(param.p->length); - *errp = param.p; + bool addr_param_seen = false; - if (param.v > chunk_end - length || - length < sizeof(sctp_paramhdr_t)) - return 0; + sctp_walk_params(param, addip, addip_hdr.params) { + size_t length = ntohs(param.p->length); + *errp = param.p; switch (param.p->type) { + case SCTP_PARAM_ERR_CAUSE: + break; + case SCTP_PARAM_IPV4_ADDRESS: + if (length != sizeof(sctp_ipv4addr_param_t)) + return false; + addr_param_seen = true; + break; + case SCTP_PARAM_IPV6_ADDRESS: + if (length != sizeof(sctp_ipv6addr_param_t)) + return false; + addr_param_seen = true; + break; case SCTP_PARAM_ADD_IP: case SCTP_PARAM_DEL_IP: case SCTP_PARAM_SET_PRIMARY: - asconf_param = (sctp_addip_param_t *)param.v; - plen = ntohs(asconf_param->param_hdr.length); - if (plen < sizeof(sctp_addip_param_t) + - sizeof(sctp_paramhdr_t)) - return 0; + /* In ASCONF chunks, these need to be first. */ + if (addr_param_needed && !addr_param_seen) + return false; + length = ntohs(param.addip->param_hdr.length); + if (length < sizeof(sctp_addip_param_t) + + sizeof(sctp_paramhdr_t)) + return false; break; case SCTP_PARAM_SUCCESS_REPORT: case SCTP_PARAM_ADAPTATION_LAYER_IND: if (length != sizeof(sctp_addip_param_t)) - return 0; - + return false; break; default: - break; + /* This is unkown to us, reject! */ + return false; } - - param.v += WORD_ROUND(length); } - if (param.v != chunk_end) - return 0; + /* Remaining sanity checks. */ + if (addr_param_needed && !addr_param_seen) + return false; + if (!addr_param_needed && addr_param_seen) + return false; + if (param.v != chunk->chunk_end) + return false; - return 1; + return true; } /* Process an incoming ASCONF chunk with the next expected serial no. and @@ -3162,16 +3178,17 @@ struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc, struct sctp_chunk *asconf) { + sctp_addip_chunk_t *addip = (sctp_addip_chunk_t *) asconf->chunk_hdr; + bool all_param_pass = true; + union sctp_params param; sctp_addiphdr_t *hdr; union sctp_addr_param *addr_param; sctp_addip_param_t *asconf_param; struct sctp_chunk *asconf_ack; - __be16 err_code; int length = 0; int chunk_len; __u32 serial; - int all_param_pass = 1; chunk_len = ntohs(asconf->chunk_hdr->length) - sizeof(sctp_chunkhdr_t); hdr = (sctp_addiphdr_t *)asconf->skb->data; @@ -3199,9 +3216,14 @@ goto done; /* Process the TLVs contained within the ASCONF chunk. */ - while (chunk_len > 0) { + sctp_walk_params(param, addip, addip_hdr.params) { + /* Skip preceeding address parameters. */ + if (param.p->type == SCTP_PARAM_IPV4_ADDRESS || + param.p->type == SCTP_PARAM_IPV6_ADDRESS) + continue; + err_code = sctp_process_asconf_param(asoc, asconf, - asconf_param); + param.addip); /* ADDIP 4.1 A7) * If an error response is received for a TLV parameter, * all TLVs with no response before the failed TLV are @@ -3209,28 +3231,20 @@ * the failed response are considered unsuccessful unless * a specific success indication is present for the parameter. */ - if (SCTP_ERROR_NO_ERROR != err_code) - all_param_pass = 0; - + if (err_code != SCTP_ERROR_NO_ERROR) + all_param_pass = false; if (!all_param_pass) - sctp_add_asconf_response(asconf_ack, - asconf_param->crr_id, err_code, - asconf_param); + sctp_add_asconf_response(asconf_ack, param.addip->crr_id, + err_code, param.addip); /* ADDIP 4.3 D11) When an endpoint receiving an ASCONF to add * an IP address sends an 'Out of Resource' in its response, it * MUST also fail any subsequent add or delete requests bundled * in the ASCONF. */ - if (SCTP_ERROR_RSRC_LOW == err_code) + if (err_code == SCTP_ERROR_RSRC_LOW) goto done; - - /* Move to the next ASCONF param. */ - length = ntohs(asconf_param->param_hdr.length); - asconf_param = (void *)asconf_param + length; - chunk_len -= length; } - done: asoc->peer.addip_serial++; --- linux-lts-utopic-3.16.0.orig/net/sctp/sm_sideeffect.c +++ linux-lts-utopic-3.16.0/net/sctp/sm_sideeffect.c @@ -244,12 +244,13 @@ int error; struct sctp_transport *transport = (struct sctp_transport *) peer; struct sctp_association *asoc = transport->asoc; - struct net *net = sock_net(asoc->base.sk); + struct sock *sk = asoc->base.sk; + struct net *net = sock_net(sk); /* Check whether a task is in the sock. */ - bh_lock_sock(asoc->base.sk); - if (sock_owned_by_user(asoc->base.sk)) { + bh_lock_sock(sk); + if (sock_owned_by_user(sk)) { pr_debug("%s: sock is busy\n", __func__); /* Try again later. */ @@ -272,10 +273,10 @@ transport, GFP_ATOMIC); if (error) - asoc->base.sk->sk_err = -error; + sk->sk_err = -error; out_unlock: - bh_unlock_sock(asoc->base.sk); + bh_unlock_sock(sk); sctp_transport_put(transport); } @@ -285,11 +286,12 @@ static void sctp_generate_timeout_event(struct sctp_association *asoc, sctp_event_timeout_t timeout_type) { - struct net *net = sock_net(asoc->base.sk); + struct sock *sk = asoc->base.sk; + struct net *net = sock_net(sk); int error = 0; - bh_lock_sock(asoc->base.sk); - if (sock_owned_by_user(asoc->base.sk)) { + bh_lock_sock(sk); + if (sock_owned_by_user(sk)) { pr_debug("%s: sock is busy: timer %d\n", __func__, timeout_type); @@ -312,10 +314,10 @@ (void *)timeout_type, GFP_ATOMIC); if (error) - asoc->base.sk->sk_err = -error; + sk->sk_err = -error; out_unlock: - bh_unlock_sock(asoc->base.sk); + bh_unlock_sock(sk); sctp_association_put(asoc); } @@ -365,10 +367,11 @@ int error = 0; struct sctp_transport *transport = (struct sctp_transport *) data; struct sctp_association *asoc = transport->asoc; - struct net *net = sock_net(asoc->base.sk); + struct sock *sk = asoc->base.sk; + struct net *net = sock_net(sk); - bh_lock_sock(asoc->base.sk); - if (sock_owned_by_user(asoc->base.sk)) { + bh_lock_sock(sk); + if (sock_owned_by_user(sk)) { pr_debug("%s: sock is busy\n", __func__); /* Try again later. */ @@ -389,10 +392,10 @@ transport, GFP_ATOMIC); if (error) - asoc->base.sk->sk_err = -error; + sk->sk_err = -error; out_unlock: - bh_unlock_sock(asoc->base.sk); + bh_unlock_sock(sk); sctp_transport_put(transport); } @@ -403,10 +406,11 @@ { struct sctp_transport *transport = (struct sctp_transport *) data; struct sctp_association *asoc = transport->asoc; - struct net *net = sock_net(asoc->base.sk); + struct sock *sk = asoc->base.sk; + struct net *net = sock_net(sk); - bh_lock_sock(asoc->base.sk); - if (sock_owned_by_user(asoc->base.sk)) { + bh_lock_sock(sk); + if (sock_owned_by_user(sk)) { pr_debug("%s: sock is busy\n", __func__); /* Try again later. */ @@ -427,7 +431,7 @@ asoc->state, asoc->ep, asoc, transport, GFP_ATOMIC); out_unlock: - bh_unlock_sock(asoc->base.sk); + bh_unlock_sock(sk); sctp_association_put(asoc); } @@ -702,7 +706,7 @@ * outstanding data and rely on the retransmission limit be reached * to shutdown the association. */ - if (t->asoc->state != SCTP_STATE_SHUTDOWN_PENDING) + if (t->asoc->state < SCTP_STATE_SHUTDOWN_PENDING) t->asoc->overall_error_count = 0; /* Clear the hb_sent flag to signal that we had a good --- linux-lts-utopic-3.16.0.orig/net/sctp/sm_statefuns.c +++ linux-lts-utopic-3.16.0/net/sctp/sm_statefuns.c @@ -170,6 +170,9 @@ { __u16 chunk_length = ntohs(chunk->chunk_hdr->length); + /* Previously already marked? */ + if (unlikely(chunk->pdiscard)) + return 0; if (unlikely(chunk_length < required_length)) return 0; @@ -1775,9 +1778,22 @@ /* Update the content of current association. */ sctp_add_cmd_sf(commands, SCTP_CMD_UPDATE_ASSOC, SCTP_ASOC(new_asoc)); sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev)); - sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE, - SCTP_STATE(SCTP_STATE_ESTABLISHED)); - sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); + if (sctp_state(asoc, SHUTDOWN_PENDING) && + (sctp_sstate(asoc->base.sk, CLOSING) || + sock_flag(asoc->base.sk, SOCK_DEAD))) { + /* if were currently in SHUTDOWN_PENDING, but the socket + * has been closed by user, don't transition to ESTABLISHED. + * Instead trigger SHUTDOWN bundled with COOKIE_ACK. + */ + sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); + return sctp_sf_do_9_2_start_shutdown(net, ep, asoc, + SCTP_ST_CHUNK(0), NULL, + commands); + } else { + sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE, + SCTP_STATE(SCTP_STATE_ESTABLISHED)); + sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl)); + } return SCTP_DISPOSITION_CONSUME; nomem_ev: @@ -3578,9 +3594,7 @@ struct sctp_chunk *asconf_ack = NULL; struct sctp_paramhdr *err_param = NULL; sctp_addiphdr_t *hdr; - union sctp_addr_param *addr_param; __u32 serial; - int length; if (!sctp_vtag_verify(chunk, asoc)) { sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG, @@ -3605,17 +3619,8 @@ hdr = (sctp_addiphdr_t *)chunk->skb->data; serial = ntohl(hdr->serial); - addr_param = (union sctp_addr_param *)hdr->params; - length = ntohs(addr_param->p.length); - if (length < sizeof(sctp_paramhdr_t)) - return sctp_sf_violation_paramlen(net, ep, asoc, type, arg, - (void *)addr_param, commands); - /* Verify the ASCONF chunk before processing it. */ - if (!sctp_verify_asconf(asoc, - (sctp_paramhdr_t *)((void *)addr_param + length), - (void *)chunk->chunk_end, - &err_param)) + if (!sctp_verify_asconf(asoc, chunk, true, &err_param)) return sctp_sf_violation_paramlen(net, ep, asoc, type, arg, (void *)err_param, commands); @@ -3732,10 +3737,7 @@ rcvd_serial = ntohl(addip_hdr->serial); /* Verify the ASCONF-ACK chunk before processing it. */ - if (!sctp_verify_asconf(asoc, - (sctp_paramhdr_t *)addip_hdr->params, - (void *)asconf_ack->chunk_end, - &err_param)) + if (!sctp_verify_asconf(asoc, asconf_ack, false, &err_param)) return sctp_sf_violation_paramlen(net, ep, asoc, type, arg, (void *)err_param, commands); @@ -4831,7 +4833,8 @@ retval = SCTP_DISPOSITION_CONSUME; - sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort)); + if (abort) + sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort)); /* Even if we can't send the ABORT due to low memory delete the * TCB. This is a departure from our typical NOMEM handling. @@ -4968,7 +4971,8 @@ SCTP_TO(SCTP_EVENT_TIMEOUT_T1_INIT)); retval = SCTP_DISPOSITION_CONSUME; - sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort)); + if (abort) + sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort)); sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE, SCTP_STATE(SCTP_STATE_CLOSED)); @@ -5414,7 +5418,8 @@ SCTP_INC_STATS(net, SCTP_MIB_T3_RTX_EXPIREDS); if (asoc->overall_error_count >= asoc->max_retrans) { - if (asoc->state == SCTP_STATE_SHUTDOWN_PENDING) { + if (asoc->peer.zero_window_announced && + asoc->state == SCTP_STATE_SHUTDOWN_PENDING) { /* * We are here likely because the receiver had its rwnd * closed for a while and we have not been able to --- linux-lts-utopic-3.16.0.orig/net/sctp/socket.c +++ linux-lts-utopic-3.16.0/net/sctp/socket.c @@ -1518,8 +1518,7 @@ struct sctp_chunk *chunk; chunk = sctp_make_abort_user(asoc, NULL, 0); - if (chunk) - sctp_primitive_ABORT(net, asoc, chunk); + sctp_primitive_ABORT(net, asoc, chunk); } else sctp_primitive_SHUTDOWN(net, asoc, NULL); } @@ -1533,8 +1532,10 @@ /* Supposedly, no process has access to the socket, but * the net layers still may. + * Also, sctp_destroy_sock() needs to be called with addr_wq_lock + * held and that should be grabbed before socket lock. */ - local_bh_disable(); + spin_lock_bh(&net->sctp.addr_wq_lock); bh_lock_sock(sk); /* Hold the sock, since sk_common_release() will put sock_put() @@ -1544,7 +1545,7 @@ sk_common_release(sk); bh_unlock_sock(sk); - local_bh_enable(); + spin_unlock_bh(&net->sctp.addr_wq_lock); sock_put(sk); @@ -1606,6 +1607,7 @@ sctp_scope_t scope; long timeo; __u16 sinfo_flags = 0; + bool wait_connect = false; struct sctp_datamsg *datamsg; int msg_flags = msg->msg_flags; @@ -1925,6 +1927,7 @@ if (err < 0) goto out_free; + wait_connect = true; pr_debug("%s: we associated primitively\n", __func__); } @@ -1962,6 +1965,11 @@ sctp_datamsg_put(datamsg); err = msg_len; + if (unlikely(wait_connect)) { + timeo = sock_sndtimeo(sk, msg_flags & MSG_DONTWAIT); + sctp_wait_for_connect(asoc, &timeo); + } + /* If we are already past ASSOCIATE, the lower * layers are responsible for association cleanup. */ @@ -3512,6 +3520,7 @@ if ((val && sp->do_auto_asconf) || (!val && !sp->do_auto_asconf)) return 0; + spin_lock_bh(&sock_net(sk)->sctp.addr_wq_lock); if (val == 0 && sp->do_auto_asconf) { list_del(&sp->auto_asconf_list); sp->do_auto_asconf = 0; @@ -3520,6 +3529,7 @@ &sock_net(sk)->sctp.auto_asconf_splist); sp->do_auto_asconf = 1; } + spin_unlock_bh(&sock_net(sk)->sctp.addr_wq_lock); return 0; } @@ -4010,18 +4020,28 @@ local_bh_disable(); percpu_counter_inc(&sctp_sockets_allocated); sock_prot_inuse_add(net, sk->sk_prot, 1); + + /* Nothing can fail after this block, otherwise + * sctp_destroy_sock() will be called without addr_wq_lock held + */ if (net->sctp.default_auto_asconf) { + spin_lock(&sock_net(sk)->sctp.addr_wq_lock); list_add_tail(&sp->auto_asconf_list, &net->sctp.auto_asconf_splist); sp->do_auto_asconf = 1; - } else + spin_unlock(&sock_net(sk)->sctp.addr_wq_lock); + } else { sp->do_auto_asconf = 0; + } + local_bh_enable(); return 0; } -/* Cleanup any SCTP per socket resources. */ +/* Cleanup any SCTP per socket resources. Must be called with + * sock_net(sk)->sctp.addr_wq_lock held if sp->do_auto_asconf is true + */ static void sctp_destroy_sock(struct sock *sk) { struct sctp_sock *sp; @@ -5391,6 +5411,7 @@ struct sctp_hmac_algo_param *hmacs; __u16 data_len = 0; u32 num_idents; + int i; if (!ep->auth_enable) return -EACCES; @@ -5408,8 +5429,12 @@ return -EFAULT; if (put_user(num_idents, &p->shmac_num_idents)) return -EFAULT; - if (copy_to_user(p->shmac_idents, hmacs->hmac_ids, data_len)) - return -EFAULT; + for (i = 0; i < num_idents; i++) { + __u16 hmacid = ntohs(hmacs->hmac_ids[i]); + + if (copy_to_user(&p->shmac_idents[i], &hmacid, sizeof(__u16))) + return -EFAULT; + } return 0; } @@ -6444,6 +6469,7 @@ /* Minimally, validate the sinfo_flags. */ if (cmsgs->info->sinfo_flags & ~(SCTP_UNORDERED | SCTP_ADDR_OVER | + SCTP_SACK_IMMEDIATELY | SCTP_ABORT | SCTP_EOF)) return -EINVAL; break; @@ -6978,6 +7004,22 @@ newinet->mc_ttl = 1; newinet->mc_index = 0; newinet->mc_list = NULL; + + if (newsk->sk_flags & SK_FLAGS_TIMESTAMP) + net_enable_timestamp(); +} + +static inline void sctp_copy_descendant(struct sock *sk_to, + const struct sock *sk_from) +{ + int ancestor_size = sizeof(struct inet_sock) + + sizeof(struct sctp_sock) - + offsetof(struct sctp_sock, auto_asconf_list); + + if (sk_from->sk_family == PF_INET6) + ancestor_size += sizeof(struct ipv6_pinfo); + + __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); } /* Populate the fields of the newsk from the oldsk and migrate the assoc @@ -6994,7 +7036,6 @@ struct sk_buff *skb, *tmp; struct sctp_ulpevent *event; struct sctp_bind_hashbucket *head; - struct list_head tmplist; /* Migrate socket buffer sizes and all the socket level options to the * new socket. @@ -7002,12 +7043,7 @@ newsk->sk_sndbuf = oldsk->sk_sndbuf; newsk->sk_rcvbuf = oldsk->sk_rcvbuf; /* Brute force copy old sctp opt. */ - if (oldsp->do_auto_asconf) { - memcpy(&tmplist, &newsp->auto_asconf_list, sizeof(tmplist)); - inet_sk_copy_descendant(newsk, oldsk); - memcpy(&newsp->auto_asconf_list, &tmplist, sizeof(tmplist)); - } else - inet_sk_copy_descendant(newsk, oldsk); + sctp_copy_descendant(newsk, oldsk); /* Restore the ep value that was overwritten with the above structure * copy. @@ -7151,6 +7187,13 @@ #if IS_ENABLED(CONFIG_IPV6) +#include +static void sctp_v6_destroy_sock(struct sock *sk) +{ + sctp_destroy_sock(sk); + inet6_destroy_sock(sk); +} + struct proto sctpv6_prot = { .name = "SCTPv6", .owner = THIS_MODULE, @@ -7160,7 +7203,7 @@ .accept = sctp_accept, .ioctl = sctp_ioctl, .init = sctp_init_sock, - .destroy = sctp_destroy_sock, + .destroy = sctp_v6_destroy_sock, .shutdown = sctp_shutdown, .setsockopt = sctp_setsockopt, .getsockopt = sctp_getsockopt, --- linux-lts-utopic-3.16.0.orig/net/sctp/sysctl.c +++ linux-lts-utopic-3.16.0/net/sctp/sysctl.c @@ -324,7 +324,7 @@ struct ctl_table tbl; bool changed = false; char *none = "none"; - char tmp[8]; + char tmp[8] = {0}; int ret; memset(&tbl, 0, sizeof(struct ctl_table)); --- linux-lts-utopic-3.16.0.orig/net/socket.c +++ linux-lts-utopic-3.16.0/net/socket.c @@ -887,9 +887,6 @@ static struct sock_iocb *alloc_sock_iocb(struct kiocb *iocb, struct sock_iocb *siocb) { - if (!is_sync_kiocb(iocb)) - BUG(); - siocb->kiocb = iocb; iocb->private = siocb; return siocb; @@ -1988,6 +1985,9 @@ if (copy_from_user(kmsg, umsg, sizeof(struct msghdr))) return -EFAULT; + if (kmsg->msg_name == NULL) + kmsg->msg_namelen = 0; + if (kmsg->msg_namelen < 0) return -EINVAL; @@ -2011,14 +2011,12 @@ int err, ctl_len, total_len; err = -EFAULT; - if (MSG_CMSG_COMPAT & flags) { - if (get_compat_msghdr(msg_sys, msg_compat)) - return -EFAULT; - } else { + if (MSG_CMSG_COMPAT & flags) + err = get_compat_msghdr(msg_sys, msg_compat); + else err = copy_msghdr_from_user(msg_sys, msg); - if (err) - return err; - } + if (err) + return err; if (msg_sys->msg_iovlen > UIO_FASTIOV) { err = -EMSGSIZE; @@ -2223,14 +2221,12 @@ struct sockaddr __user *uaddr; int __user *uaddr_len; - if (MSG_CMSG_COMPAT & flags) { - if (get_compat_msghdr(msg_sys, msg_compat)) - return -EFAULT; - } else { + if (MSG_CMSG_COMPAT & flags) + err = get_compat_msghdr(msg_sys, msg_compat); + else err = copy_msghdr_from_user(msg_sys, msg); - if (err) - return err; - } + if (err) + return err; if (msg_sys->msg_iovlen > UIO_FASTIOV) { err = -EMSGSIZE; --- linux-lts-utopic-3.16.0.orig/net/sunrpc/auth_gss/gss_rpc_upcall.c +++ linux-lts-utopic-3.16.0/net/sunrpc/auth_gss/gss_rpc_upcall.c @@ -217,6 +217,8 @@ for (i = 0; i < arg->npages && arg->pages[i]; i++) __free_page(arg->pages[i]); + + kfree(arg->pages); } static int gssp_alloc_receive_pages(struct gssx_arg_accept_sec_context *arg) --- linux-lts-utopic-3.16.0.orig/net/sunrpc/auth_gss/gss_rpc_xdr.c +++ linux-lts-utopic-3.16.0/net/sunrpc/auth_gss/gss_rpc_xdr.c @@ -793,20 +793,26 @@ { u32 value_follows; int err; + struct page *scratch; + + scratch = alloc_page(GFP_KERNEL); + if (!scratch) + return -ENOMEM; + xdr_set_scratch_buffer(xdr, page_address(scratch), PAGE_SIZE); /* res->status */ err = gssx_dec_status(xdr, &res->status); if (err) - return err; + goto out_free; /* res->context_handle */ err = gssx_dec_bool(xdr, &value_follows); if (err) - return err; + goto out_free; if (value_follows) { err = gssx_dec_ctx(xdr, res->context_handle); if (err) - return err; + goto out_free; } else { res->context_handle = NULL; } @@ -814,11 +820,11 @@ /* res->output_token */ err = gssx_dec_bool(xdr, &value_follows); if (err) - return err; + goto out_free; if (value_follows) { err = gssx_dec_buffer(xdr, res->output_token); if (err) - return err; + goto out_free; } else { res->output_token = NULL; } @@ -826,14 +832,17 @@ /* res->delegated_cred_handle */ err = gssx_dec_bool(xdr, &value_follows); if (err) - return err; + goto out_free; if (value_follows) { /* we do not support upcall servers sending this data. */ - return -EINVAL; + err = -EINVAL; + goto out_free; } /* res->options */ err = gssx_dec_option_array(xdr, &res->options); +out_free: + __free_page(scratch); return err; } --- linux-lts-utopic-3.16.0.orig/net/sunrpc/backchannel_rqst.c +++ linux-lts-utopic-3.16.0/net/sunrpc/backchannel_rqst.c @@ -60,7 +60,7 @@ dprintk("RPC: free allocations for req= %p\n", req); WARN_ON_ONCE(test_bit(RPC_BC_PA_IN_USE, &req->rq_bc_pa_state)); - xbufp = &req->rq_private_buf; + xbufp = &req->rq_rcv_buf; free_page((unsigned long)xbufp->head[0].iov_base); xbufp = &req->rq_snd_buf; free_page((unsigned long)xbufp->head[0].iov_base); @@ -309,12 +309,15 @@ struct rpc_xprt *xprt = req->rq_xprt; struct svc_serv *bc_serv = xprt->bc_serv; + spin_lock(&xprt->bc_pa_lock); + list_del(&req->rq_bc_pa_list); + spin_unlock(&xprt->bc_pa_lock); + req->rq_private_buf.len = copied; set_bit(RPC_BC_PA_IN_USE, &req->rq_bc_pa_state); dprintk("RPC: add callback request to list\n"); spin_lock(&bc_serv->sv_cb_lock); - list_del(&req->rq_bc_pa_list); list_add(&req->rq_bc_list, &bc_serv->sv_cb_list); wake_up(&bc_serv->sv_cb_waitq); spin_unlock(&bc_serv->sv_cb_lock); --- linux-lts-utopic-3.16.0.orig/net/sunrpc/cache.c +++ linux-lts-utopic-3.16.0/net/sunrpc/cache.c @@ -920,7 +920,7 @@ poll_wait(filp, &queue_wait, wait); /* alway allow write */ - mask = POLL_OUT | POLLWRNORM; + mask = POLLOUT | POLLWRNORM; if (!rp) return mask; @@ -1230,7 +1230,7 @@ if (bp[0] == '\\' && bp[1] == 'x') { /* HEX STRING */ bp += 2; - while (len < bufsize) { + while (len < bufsize - 1) { int h, l; h = hex_to_bin(bp[0]); --- linux-lts-utopic-3.16.0.orig/net/sunrpc/clnt.c +++ linux-lts-utopic-3.16.0/net/sunrpc/clnt.c @@ -461,6 +461,8 @@ if (args->flags & RPC_CLNT_CREATE_AUTOBIND) clnt->cl_autobind = 1; + if (args->flags & RPC_CLNT_CREATE_NO_RETRANS_TIMEOUT) + clnt->cl_noretranstimeo = 1; if (args->flags & RPC_CLNT_CREATE_DISCRTRY) clnt->cl_discrtry = 1; if (!(args->flags & RPC_CLNT_CREATE_QUIET)) @@ -579,6 +581,7 @@ /* Turn off autobind on clones */ new->cl_autobind = 0; new->cl_softrtry = clnt->cl_softrtry; + new->cl_noretranstimeo = clnt->cl_noretranstimeo; new->cl_discrtry = clnt->cl_discrtry; new->cl_chatty = clnt->cl_chatty; return new; --- linux-lts-utopic-3.16.0.orig/net/sunrpc/svc.c +++ linux-lts-utopic-3.16.0/net/sunrpc/svc.c @@ -1359,6 +1359,19 @@ memcpy(&rqstp->rq_arg, &req->rq_rcv_buf, sizeof(rqstp->rq_arg)); memcpy(&rqstp->rq_res, &req->rq_snd_buf, sizeof(rqstp->rq_res)); + /* Adjust the argument buffer length */ + rqstp->rq_arg.len = req->rq_private_buf.len; + if (rqstp->rq_arg.len <= rqstp->rq_arg.head[0].iov_len) { + rqstp->rq_arg.head[0].iov_len = rqstp->rq_arg.len; + rqstp->rq_arg.page_len = 0; + } else if (rqstp->rq_arg.len <= rqstp->rq_arg.head[0].iov_len + + rqstp->rq_arg.page_len) + rqstp->rq_arg.page_len = rqstp->rq_arg.len - + rqstp->rq_arg.head[0].iov_len; + else + rqstp->rq_arg.len = rqstp->rq_arg.head[0].iov_len + + rqstp->rq_arg.page_len; + /* reset result send buffer "put" position */ resv->iov_len = 0; --- linux-lts-utopic-3.16.0.orig/net/sunrpc/svcsock.c +++ linux-lts-utopic-3.16.0/net/sunrpc/svcsock.c @@ -692,6 +692,7 @@ .xcl_owner = THIS_MODULE, .xcl_ops = &svc_udp_ops, .xcl_max_payload = RPCSVC_MAXPAYLOAD_UDP, + .xcl_ident = XPRT_TRANSPORT_UDP, }; static void svc_udp_init(struct svc_sock *svsk, struct svc_serv *serv) @@ -999,17 +1000,12 @@ xid = *p++; calldir = *p; - if (bc_xprt) - req = xprt_lookup_rqst(bc_xprt, xid); - - if (!req) { - printk(KERN_NOTICE - "%s: Got unrecognized reply: " - "calldir 0x%x xpt_bc_xprt %p xid %08x\n", - __func__, ntohl(calldir), - bc_xprt, xid); + if (!bc_xprt) return -EAGAIN; - } + spin_lock_bh(&bc_xprt->transport_lock); + req = xprt_lookup_rqst(bc_xprt, xid); + if (!req) + goto unlock_notfound; memcpy(&req->rq_private_buf, &req->rq_rcv_buf, sizeof(struct xdr_buf)); /* @@ -1020,11 +1016,21 @@ dst = &req->rq_private_buf.head[0]; src = &rqstp->rq_arg.head[0]; if (dst->iov_len < src->iov_len) - return -EAGAIN; /* whatever; just giving up. */ + goto unlock_eagain; /* whatever; just giving up. */ memcpy(dst->iov_base, src->iov_base, src->iov_len); xprt_complete_rqst(req->rq_task, rqstp->rq_arg.len); rqstp->rq_arg.len = 0; + spin_unlock_bh(&bc_xprt->transport_lock); return 0; +unlock_notfound: + printk(KERN_NOTICE + "%s: Got unrecognized reply: " + "calldir 0x%x xpt_bc_xprt %p xid %08x\n", + __func__, ntohl(calldir), + bc_xprt, ntohl(xid)); +unlock_eagain: + spin_unlock_bh(&bc_xprt->transport_lock); + return -EAGAIN; } static int copy_pages_to_kvecs(struct kvec *vec, struct page **pages, int len) @@ -1292,6 +1298,7 @@ .xcl_owner = THIS_MODULE, .xcl_ops = &svc_tcp_ops, .xcl_max_payload = RPCSVC_MAXPAYLOAD_TCP, + .xcl_ident = XPRT_TRANSPORT_TCP, }; void svc_init_xprt_sock(void) --- linux-lts-utopic-3.16.0.orig/net/sunrpc/xdr.c +++ linux-lts-utopic-3.16.0/net/sunrpc/xdr.c @@ -605,7 +605,7 @@ struct kvec *head = buf->head; struct kvec *tail = buf->tail; int fraglen; - int new, old; + int new; if (len > buf->len) { WARN_ON_ONCE(1); @@ -627,8 +627,8 @@ buf->len -= fraglen; new = buf->page_base + buf->page_len; - old = new + fraglen; - xdr->page_ptr -= (old >> PAGE_SHIFT) - (new >> PAGE_SHIFT); + + xdr->page_ptr = buf->pages + (new >> PAGE_SHIFT); if (buf->page_len && buf->len == len) { xdr->p = page_address(*xdr->page_ptr); --- linux-lts-utopic-3.16.0.orig/net/sunrpc/xprt.c +++ linux-lts-utopic-3.16.0/net/sunrpc/xprt.c @@ -1306,7 +1306,7 @@ } } spin_unlock(&xprt_list_lock); - printk(KERN_ERR "RPC: transport (%d) not supported\n", args->ident); + dprintk("RPC: transport (%d) not supported\n", args->ident); return ERR_PTR(-EIO); found: --- linux-lts-utopic-3.16.0.orig/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c +++ linux-lts-utopic-3.16.0/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c @@ -156,7 +156,8 @@ ctxt->read_hdr = head; pages_needed = min_t(int, pages_needed, rdma_read_max_sge(xprt, pages_needed)); - read = min_t(int, pages_needed << PAGE_SHIFT, rs_length); + read = min_t(int, (pages_needed << PAGE_SHIFT) - *page_offset, + rs_length); for (pno = 0; pno < pages_needed; pno++) { int len = min_t(int, rs_length, PAGE_SIZE - pg_off); @@ -255,7 +256,8 @@ ctxt->direction = DMA_FROM_DEVICE; ctxt->frmr = frmr; pages_needed = min_t(int, pages_needed, xprt->sc_frmr_pg_list_len); - read = min_t(int, pages_needed << PAGE_SHIFT, rs_length); + read = min_t(int, (pages_needed << PAGE_SHIFT) - *page_offset, + rs_length); frmr->kva = page_address(rqstp->rq_arg.pages[pg_no]); frmr->direction = DMA_FROM_DEVICE; --- linux-lts-utopic-3.16.0.orig/net/sunrpc/xprtrdma/svc_rdma_sendto.c +++ linux-lts-utopic-3.16.0/net/sunrpc/xprtrdma/svc_rdma_sendto.c @@ -381,6 +381,7 @@ int byte_count) { struct ib_send_wr send_wr; + u32 xdr_off; int sge_no; int sge_bytes; int page_no; @@ -415,8 +416,8 @@ ctxt->direction = DMA_TO_DEVICE; /* Map the payload indicated by 'byte_count' */ + xdr_off = 0; for (sge_no = 1; byte_count && sge_no < vec->count; sge_no++) { - int xdr_off = 0; sge_bytes = min_t(size_t, vec->sge[sge_no].iov_len, byte_count); byte_count -= sge_bytes; ctxt->sge[sge_no].addr = @@ -451,6 +452,13 @@ } rqstp->rq_next_page = rqstp->rq_respages + 1; + /* The loop above bumps sc_dma_used for each sge. The + * xdr_buf.tail gets a separate sge, but resides in the + * same page as xdr_buf.head. Don't count it twice. + */ + if (sge_no > ctxt->count) + atomic_dec(&rdma->sc_dma_used); + BUG_ON(sge_no > rdma->sc_max_sge); memset(&send_wr, 0, sizeof send_wr); ctxt->wr_op = IB_WR_SEND; --- linux-lts-utopic-3.16.0.orig/net/sunrpc/xprtrdma/svc_rdma_transport.c +++ linux-lts-utopic-3.16.0/net/sunrpc/xprtrdma/svc_rdma_transport.c @@ -92,6 +92,7 @@ .xcl_owner = THIS_MODULE, .xcl_ops = &svc_rdma_ops, .xcl_max_payload = RPCSVC_MAXPAYLOAD_TCP, + .xcl_ident = XPRT_TRANSPORT_RDMA, }; struct svc_rdma_op_ctxt *svc_rdma_get_context(struct svcxprt_rdma *xprt) --- linux-lts-utopic-3.16.0.orig/net/sunrpc/xprtrdma/verbs.c +++ linux-lts-utopic-3.16.0/net/sunrpc/xprtrdma/verbs.c @@ -182,38 +182,17 @@ return 0; } -/* - * Handle send, fast_reg_mr, and local_inv completions. - * - * Send events are typically suppressed and thus do not result - * in an upcall. Occasionally one is signaled, however. This - * prevents the provider's completion queue from wrapping and - * losing a completion. +/* Handle provider send completion upcalls. */ static void rpcrdma_sendcq_upcall(struct ib_cq *cq, void *cq_context) { struct rpcrdma_ep *ep = (struct rpcrdma_ep *)cq_context; - int rc; - - rc = rpcrdma_sendcq_poll(cq, ep); - if (rc) { - dprintk("RPC: %s: ib_poll_cq failed: %i\n", - __func__, rc); - return; - } - rc = ib_req_notify_cq(cq, - IB_CQ_NEXT_COMP | IB_CQ_REPORT_MISSED_EVENTS); - if (rc == 0) - return; - if (rc < 0) { - dprintk("RPC: %s: ib_req_notify_cq failed: %i\n", - __func__, rc); - return; - } - - rpcrdma_sendcq_poll(cq, ep); + do { + rpcrdma_sendcq_poll(cq, ep); + } while (ib_req_notify_cq(cq, IB_CQ_NEXT_COMP | + IB_CQ_REPORT_MISSED_EVENTS) > 0); } static void @@ -272,42 +251,17 @@ return 0; } -/* - * Handle receive completions. - * - * It is reentrant but processes single events in order to maintain - * ordering of receives to keep server credits. - * - * It is the responsibility of the scheduled tasklet to return - * recv buffers to the pool. NOTE: this affects synchronization of - * connection shutdown. That is, the structures required for - * the completion of the reply handler must remain intact until - * all memory has been reclaimed. +/* Handle provider receive completion upcalls. */ static void rpcrdma_recvcq_upcall(struct ib_cq *cq, void *cq_context) { struct rpcrdma_ep *ep = (struct rpcrdma_ep *)cq_context; - int rc; - rc = rpcrdma_recvcq_poll(cq, ep); - if (rc) { - dprintk("RPC: %s: ib_poll_cq failed: %i\n", - __func__, rc); - return; - } - - rc = ib_req_notify_cq(cq, - IB_CQ_NEXT_COMP | IB_CQ_REPORT_MISSED_EVENTS); - if (rc == 0) - return; - if (rc < 0) { - dprintk("RPC: %s: ib_req_notify_cq failed: %i\n", - __func__, rc); - return; - } - - rpcrdma_recvcq_poll(cq, ep); + do { + rpcrdma_recvcq_poll(cq, ep); + } while (ib_req_notify_cq(cq, IB_CQ_NEXT_COMP | + IB_CQ_REPORT_MISSED_EVENTS) > 0); } #ifdef RPC_DEBUG @@ -531,7 +485,7 @@ if (rc) { dprintk("RPC: %s: ib_query_device failed %d\n", __func__, rc); - goto out2; + goto out3; } if (devattr.device_cap_flags & IB_DEVICE_LOCAL_DMA_LKEY) { @@ -541,9 +495,10 @@ if (memreg == RPCRDMA_FRMR) { /* Requires both frmr reg and local dma lkey */ - if ((devattr.device_cap_flags & + if (((devattr.device_cap_flags & (IB_DEVICE_MEM_MGT_EXTENSIONS|IB_DEVICE_LOCAL_DMA_LKEY)) != - (IB_DEVICE_MEM_MGT_EXTENSIONS|IB_DEVICE_LOCAL_DMA_LKEY)) { + (IB_DEVICE_MEM_MGT_EXTENSIONS|IB_DEVICE_LOCAL_DMA_LKEY)) || + (devattr.max_fast_reg_page_list_len == 0)) { dprintk("RPC: %s: FRMR registration " "not supported by HCA\n", __func__); memreg = RPCRDMA_MTHCAFMR; @@ -598,14 +553,14 @@ "phys register failed with %lX\n", __func__, PTR_ERR(ia->ri_bind_mem)); rc = -ENOMEM; - goto out2; + goto out3; } break; default: printk(KERN_ERR "RPC: Unsupported memory " "registration mode: %d\n", memreg); rc = -ENOMEM; - goto out2; + goto out3; } dprintk("RPC: %s: memory registration strategy is %d\n", __func__, memreg); @@ -614,6 +569,10 @@ ia->ri_memreg_strategy = memreg; return 0; + +out3: + ib_dealloc_pd(ia->ri_pd); + ia->ri_pd = NULL; out2: rdma_destroy_id(ia->ri_id); ia->ri_id = NULL; --- linux-lts-utopic-3.16.0.orig/net/sunrpc/xprtsock.c +++ linux-lts-utopic-3.16.0/net/sunrpc/xprtsock.c @@ -842,6 +842,8 @@ dprintk("RPC: xs_error_report client %p, error=%d...\n", xprt, -err); trace_rpc_socket_error(xprt, sk->sk_socket, err); + if (test_bit(XPRT_CONNECTION_REUSE, &xprt->state)) + goto out; xprt_wake_pending_tasks(xprt, err); out: read_unlock_bh(&sk->sk_callback_lock); @@ -2069,8 +2071,6 @@ current->flags |= PF_FSTRANS; - /* Start by resetting any existing state */ - xs_reset_transport(transport); sock = xs_create_sock(xprt, transport, xs_addr(xprt)->sa_family, SOCK_DGRAM, IPPROTO_UDP); if (IS_ERR(sock)) @@ -2241,7 +2241,9 @@ abort_and_exit = test_and_clear_bit(XPRT_CONNECTION_ABORT, &xprt->state); /* "close" the socket, preserving the local port */ + set_bit(XPRT_CONNECTION_REUSE, &xprt->state); xs_tcp_reuse_connection(transport); + clear_bit(XPRT_CONNECTION_REUSE, &xprt->state); if (abort_and_exit) goto out_eagain; @@ -2310,6 +2312,9 @@ { struct sock_xprt *transport = container_of(xprt, struct sock_xprt, xprt); + /* Start by resetting any existing state */ + xs_reset_transport(transport); + if (transport->sock != NULL && !RPC_IS_SOFTCONN(task)) { dprintk("RPC: xs_connect delayed xprt %p for %lu " "seconds\n", --- linux-lts-utopic-3.16.0.orig/net/tipc/port.h +++ linux-lts-utopic-3.16.0/net/tipc/port.h @@ -229,9 +229,12 @@ return msg_importance(&port->phdr); } -static inline void tipc_port_set_importance(struct tipc_port *port, int imp) +static inline int tipc_port_set_importance(struct tipc_port *port, int imp) { + if (imp > TIPC_CRITICAL_IMPORTANCE) + return -EINVAL; msg_set_importance(&port->phdr, (u32)imp); + return 0; } #endif --- linux-lts-utopic-3.16.0.orig/net/tipc/socket.c +++ linux-lts-utopic-3.16.0/net/tipc/socket.c @@ -1696,6 +1696,7 @@ res = tipc_sk_create(sock_net(sock->sk), new_sock, 0, 1); if (res) goto exit; + security_sk_clone(sock->sk, new_sock->sk); new_sk = new_sock->sk; new_port = &tipc_sk(new_sk)->port; @@ -1841,7 +1842,7 @@ switch (opt) { case TIPC_IMPORTANCE: - tipc_port_set_importance(port, value); + res = tipc_port_set_importance(port, value); break; case TIPC_SRC_DROPPABLE: if (sock->type != SOCK_STREAM) --- linux-lts-utopic-3.16.0.orig/net/unix/af_unix.c +++ linux-lts-utopic-3.16.0/net/unix/af_unix.c @@ -316,6 +316,118 @@ return s; } +/* Support code for asymmetrically connected dgram sockets + * + * If a datagram socket is connected to a socket not itself connected + * to the first socket (eg, /dev/log), clients may only enqueue more + * messages if the present receive queue of the server socket is not + * "too large". This means there's a second writeability condition + * poll and sendmsg need to test. The dgram recv code will do a wake + * up on the peer_wait wait queue of a socket upon reception of a + * datagram which needs to be propagated to sleeping would-be writers + * since these might not have sent anything so far. This can't be + * accomplished via poll_wait because the lifetime of the server + * socket might be less than that of its clients if these break their + * association with it or if the server socket is closed while clients + * are still connected to it and there's no way to inform "a polling + * implementation" that it should let go of a certain wait queue + * + * In order to propagate a wake up, a wait_queue_t of the client + * socket is enqueued on the peer_wait queue of the server socket + * whose wake function does a wake_up on the ordinary client socket + * wait queue. This connection is established whenever a write (or + * poll for write) hit the flow control condition and broken when the + * association to the server socket is dissolved or after a wake up + * was relayed. + */ + +static int unix_dgram_peer_wake_relay(wait_queue_t *q, unsigned mode, int flags, + void *key) +{ + struct unix_sock *u; + wait_queue_head_t *u_sleep; + + u = container_of(q, struct unix_sock, peer_wake); + + __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait, + q); + u->peer_wake.private = NULL; + + /* relaying can only happen while the wq still exists */ + u_sleep = sk_sleep(&u->sk); + if (u_sleep) + wake_up_interruptible_poll(u_sleep, key); + + return 0; +} + +static int unix_dgram_peer_wake_connect(struct sock *sk, struct sock *other) +{ + struct unix_sock *u, *u_other; + int rc; + + u = unix_sk(sk); + u_other = unix_sk(other); + rc = 0; + spin_lock(&u_other->peer_wait.lock); + + if (!u->peer_wake.private) { + u->peer_wake.private = other; + __add_wait_queue(&u_other->peer_wait, &u->peer_wake); + + rc = 1; + } + + spin_unlock(&u_other->peer_wait.lock); + return rc; +} + +static void unix_dgram_peer_wake_disconnect(struct sock *sk, + struct sock *other) +{ + struct unix_sock *u, *u_other; + + u = unix_sk(sk); + u_other = unix_sk(other); + spin_lock(&u_other->peer_wait.lock); + + if (u->peer_wake.private == other) { + __remove_wait_queue(&u_other->peer_wait, &u->peer_wake); + u->peer_wake.private = NULL; + } + + spin_unlock(&u_other->peer_wait.lock); +} + +static void unix_dgram_peer_wake_disconnect_wakeup(struct sock *sk, + struct sock *other) +{ + unix_dgram_peer_wake_disconnect(sk, other); + wake_up_interruptible_poll(sk_sleep(sk), + POLLOUT | + POLLWRNORM | + POLLWRBAND); +} + +/* preconditions: + * - unix_peer(sk) == other + * - association is stable + */ +static int unix_dgram_peer_wake_me(struct sock *sk, struct sock *other) +{ + int connected; + + connected = unix_dgram_peer_wake_connect(sk, other); + + if (unix_recvq_full(other)) + return 1; + + if (connected) + unix_dgram_peer_wake_disconnect(sk, other); + + return 0; +} + static inline int unix_writable(struct sock *sk) { return (atomic_read(&sk->sk_wmem_alloc) << 2) <= sk->sk_sndbuf; @@ -420,6 +532,8 @@ skpair->sk_state_change(skpair); sk_wake_async(skpair, SOCK_WAKE_WAITD, POLL_HUP); } + + unix_dgram_peer_wake_disconnect(sk, skpair); sock_put(skpair); /* It may now die */ unix_peer(sk) = NULL; } @@ -653,6 +767,7 @@ INIT_LIST_HEAD(&u->link); mutex_init(&u->readlock); /* single task reading lock */ init_waitqueue_head(&u->peer_wait); + init_waitqueue_func_entry(&u->peer_wake, unix_dgram_peer_wake_relay); unix_insert_socket(unix_sockets_unbound(sk), sk); out: if (sk == NULL) @@ -1020,6 +1135,8 @@ if (unix_peer(sk)) { struct sock *old_peer = unix_peer(sk); unix_peer(sk) = other; + unix_dgram_peer_wake_disconnect_wakeup(sk, old_peer); + unix_state_double_unlock(sk, other); if (other != old_peer) @@ -1352,7 +1469,7 @@ UNIXCB(skb).fp = NULL; for (i = scm->fp->count-1; i >= 0; i--) - unix_notinflight(scm->fp->fp[i]); + unix_notinflight(scm->fp->user, scm->fp->fp[i]); } static void unix_destruct_scm(struct sk_buff *skb) @@ -1369,6 +1486,21 @@ sock_wfree(skb); } +/* + * The "user->unix_inflight" variable is protected by the garbage + * collection lock, and we just read it locklessly here. If you go + * over the limit, there might be a tiny race in actually noticing + * it across threads. Tough. + */ +static inline bool too_many_unix_fds(struct task_struct *p) +{ + struct user_struct *user = current_user(); + + if (unlikely(user->unix_inflight > task_rlimit(p, RLIMIT_NOFILE))) + return !capable(CAP_SYS_RESOURCE) && !capable(CAP_SYS_ADMIN); + return false; +} + #define MAX_RECURSION_LEVEL 4 static int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb) @@ -1377,6 +1509,9 @@ unsigned char max_level = 0; int unix_sock_count = 0; + if (too_many_unix_fds(current)) + return -ETOOMANYREFS; + for (i = scm->fp->count - 1; i >= 0; i--) { struct sock *sk = unix_get_socket(scm->fp->fp[i]); @@ -1398,10 +1533,8 @@ if (!UNIXCB(skb).fp) return -ENOMEM; - if (unix_sock_count) { - for (i = scm->fp->count - 1; i >= 0; i--) - unix_inflight(scm->fp->fp[i]); - } + for (i = scm->fp->count - 1; i >= 0; i--) + unix_inflight(scm->fp->user, scm->fp->fp[i]); return max_level; } @@ -1459,6 +1592,7 @@ struct scm_cookie tmp_scm; int max_level; int data_len = 0; + int sk_locked; if (NULL == siocb->scm) siocb->scm = &tmp_scm; @@ -1540,12 +1674,14 @@ goto out_free; } + sk_locked = 0; unix_state_lock(other); +restart_locked: err = -EPERM; if (!unix_may_send(sk, other)) goto out_unlock; - if (sock_flag(other, SOCK_DEAD)) { + if (unlikely(sock_flag(other, SOCK_DEAD))) { /* * Check with 1003.1g - what should * datagram error @@ -1553,10 +1689,14 @@ unix_state_unlock(other); sock_put(other); + if (!sk_locked) + unix_state_lock(sk); + err = 0; - unix_state_lock(sk); if (unix_peer(sk) == other) { unix_peer(sk) = NULL; + unix_dgram_peer_wake_disconnect_wakeup(sk, other); + unix_state_unlock(sk); unix_dgram_disconnected(sk, other); @@ -1582,21 +1722,43 @@ goto out_unlock; } - if (unix_peer(other) != sk && unix_recvq_full(other)) { - if (!timeo) { - err = -EAGAIN; - goto out_unlock; + /* other == sk && unix_peer(other) != sk if + * - unix_peer(sk) == NULL, destination address bound to sk + * - unix_peer(sk) == sk by time of get but disconnected before lock + */ + if (other != sk && + unlikely(unix_peer(other) != sk && unix_recvq_full(other))) { + if (timeo) { + timeo = unix_wait_for_peer(other, timeo); + + err = sock_intr_errno(timeo); + if (signal_pending(current)) + goto out_free; + + goto restart; } - timeo = unix_wait_for_peer(other, timeo); + if (!sk_locked) { + unix_state_unlock(other); + unix_state_double_lock(sk, other); + } - err = sock_intr_errno(timeo); - if (signal_pending(current)) - goto out_free; + if (unix_peer(sk) != other || + unix_dgram_peer_wake_me(sk, other)) { + err = -EAGAIN; + sk_locked = 1; + goto out_unlock; + } - goto restart; + if (!sk_locked) { + sk_locked = 1; + goto restart_locked; + } } + if (unlikely(sk_locked)) + unix_state_unlock(sk); + if (sock_flag(other, SOCK_RCVTSTAMP)) __net_timestamp(skb); maybe_add_creds(skb, sock, other); @@ -1610,6 +1772,8 @@ return len; out_unlock: + if (sk_locked) + unix_state_unlock(sk); unix_state_unlock(other); out_free: kfree_skb(skb); @@ -1899,6 +2063,10 @@ unix_state_unlock(sk); timeo = freezable_schedule_timeout(timeo); unix_state_lock(sk); + + if (sock_flag(sk, SOCK_DEAD)) + break; + clear_bit(SOCK_ASYNC_WAITDATA, &sk->sk_socket->flags); } @@ -1929,13 +2097,15 @@ long timeo; int skip; - err = -EINVAL; - if (sk->sk_state != TCP_ESTABLISHED) + if (unlikely(sk->sk_state != TCP_ESTABLISHED)) { + err = -EINVAL; goto out; + } - err = -EOPNOTSUPP; - if (flags&MSG_OOB) + if (unlikely(flags & MSG_OOB)) { + err = -EOPNOTSUPP; goto out; + } target = sock_rcvlowat(sk, flags&MSG_WAITALL, size); timeo = sock_rcvtimeo(sk, noblock); @@ -1949,20 +2119,22 @@ memset(&tmp_scm, 0, sizeof(tmp_scm)); } - err = mutex_lock_interruptible(&u->readlock); - if (unlikely(err)) { - /* recvmsg() in non blocking mode is supposed to return -EAGAIN - * sk_rcvtimeo is not honored by mutex_lock_interruptible() - */ - err = noblock ? -EAGAIN : -ERESTARTSYS; - goto out; - } + mutex_lock(&u->readlock); + + if (flags & MSG_PEEK) + skip = sk_peek_offset(sk, flags); + else + skip = 0; do { int chunk; struct sk_buff *skb, *last; unix_state_lock(sk); + if (sock_flag(sk, SOCK_DEAD)) { + err = -ECONNRESET; + goto unlock; + } last = skb = skb_peek(&sk->sk_receive_queue); again: if (skb == NULL) { @@ -1981,26 +2153,28 @@ goto unlock; unix_state_unlock(sk); - err = -EAGAIN; - if (!timeo) + if (!timeo) { + err = -EAGAIN; break; + } + mutex_unlock(&u->readlock); timeo = unix_stream_data_wait(sk, timeo, last); - if (signal_pending(current) - || mutex_lock_interruptible(&u->readlock)) { + if (signal_pending(current)) { err = sock_intr_errno(timeo); + scm_destroy(siocb->scm); goto out; } + mutex_lock(&u->readlock); continue; unlock: unix_state_unlock(sk); break; } - skip = sk_peek_offset(sk, flags); while (skip >= unix_skb_len(skb)) { skip -= unix_skb_len(skb); last = skb; @@ -2064,6 +2238,16 @@ sk_peek_offset_fwd(sk, chunk); + if (UNIXCB(skb).fp) + break; + + skip = 0; + last = skb; + unix_state_lock(sk); + skb = skb_peek_next(skb, &sk->sk_receive_queue); + if (skb) + goto again; + unix_state_unlock(sk); break; } } while (size); @@ -2247,14 +2431,16 @@ return mask; writable = unix_writable(sk); - other = unix_peer_get(sk); - if (other) { - if (unix_peer(other) != sk) { - sock_poll_wait(file, &unix_sk(other)->peer_wait, wait); - if (unix_recvq_full(other)) - writable = 0; - } - sock_put(other); + if (writable) { + unix_state_lock(sk); + + other = unix_peer(sk); + if (other && unix_peer(other) != sk && + unix_recvq_full(other) && + unix_dgram_peer_wake_me(sk, other)) + writable = 0; + + unix_state_unlock(sk); } if (writable) --- linux-lts-utopic-3.16.0.orig/net/unix/diag.c +++ linux-lts-utopic-3.16.0/net/unix/diag.c @@ -219,7 +219,7 @@ return skb->len; } -static struct sock *unix_lookup_by_ino(int ino) +static struct sock *unix_lookup_by_ino(unsigned int ino) { int i; struct sock *sk; --- linux-lts-utopic-3.16.0.orig/net/unix/garbage.c +++ linux-lts-utopic-3.16.0/net/unix/garbage.c @@ -122,12 +122,15 @@ * descriptor if it is for an AF_UNIX socket. */ -void unix_inflight(struct file *fp) +void unix_inflight(struct user_struct *user, struct file *fp) { struct sock *s = unix_get_socket(fp); + + spin_lock(&unix_gc_lock); + if (s) { struct unix_sock *u = unix_sk(s); - spin_lock(&unix_gc_lock); + if (atomic_long_inc_return(&u->inflight) == 1) { BUG_ON(!list_empty(&u->link)); list_add_tail(&u->link, &gc_inflight_list); @@ -135,22 +138,27 @@ BUG_ON(list_empty(&u->link)); } unix_tot_inflight++; - spin_unlock(&unix_gc_lock); } + user->unix_inflight++; + spin_unlock(&unix_gc_lock); } -void unix_notinflight(struct file *fp) +void unix_notinflight(struct user_struct *user, struct file *fp) { struct sock *s = unix_get_socket(fp); + + spin_lock(&unix_gc_lock); + if (s) { struct unix_sock *u = unix_sk(s); - spin_lock(&unix_gc_lock); + BUG_ON(list_empty(&u->link)); if (atomic_long_dec_and_test(&u->inflight)) list_del_init(&u->link); unix_tot_inflight--; - spin_unlock(&unix_gc_lock); } + user->unix_inflight--; + spin_unlock(&unix_gc_lock); } static void scan_inflight(struct sock *x, void (*func)(struct unix_sock *), --- linux-lts-utopic-3.16.0.orig/net/wireless/chan.c +++ linux-lts-utopic-3.16.0/net/wireless/chan.c @@ -601,7 +601,7 @@ { struct ieee80211_sta_ht_cap *ht_cap; struct ieee80211_sta_vht_cap *vht_cap; - u32 width, control_freq; + u32 width, control_freq, cap; if (WARN_ON(!cfg80211_chandef_valid(chandef))) return false; @@ -641,7 +641,8 @@ return false; break; case NL80211_CHAN_WIDTH_80P80: - if (!(vht_cap->cap & IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ)) + cap = vht_cap->cap & IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_MASK; + if (cap != IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ) return false; case NL80211_CHAN_WIDTH_80: if (!vht_cap->vht_supported) @@ -652,7 +653,9 @@ case NL80211_CHAN_WIDTH_160: if (!vht_cap->vht_supported) return false; - if (!(vht_cap->cap & IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160MHZ)) + cap = vht_cap->cap & IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_MASK; + if (cap != IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160MHZ && + cap != IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ) return false; prohibited_flags |= IEEE80211_CHAN_NO_160MHZ; width = 160; --- linux-lts-utopic-3.16.0.orig/net/wireless/core.c +++ linux-lts-utopic-3.16.0/net/wireless/core.c @@ -1048,6 +1048,8 @@ return NOTIFY_DONE; } + wireless_nlevent_flush(); + return NOTIFY_OK; } --- linux-lts-utopic-3.16.0.orig/net/wireless/nl80211.c +++ linux-lts-utopic-3.16.0/net/wireless/nl80211.c @@ -2784,6 +2784,9 @@ if (!rdev->ops->get_key) return -EOPNOTSUPP; + if (!pairwise && mac_addr && !(rdev->wiphy.flags & WIPHY_FLAG_IBSS_RSN)) + return -ENOENT; + msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_KERNEL); if (!msg) return -ENOMEM; @@ -2803,10 +2806,6 @@ nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, mac_addr)) goto nla_put_failure; - if (pairwise && mac_addr && - !(rdev->wiphy.flags & WIPHY_FLAG_IBSS_RSN)) - return -ENOENT; - err = rdev_get_key(rdev, dev, key_idx, pairwise, mac_addr, &cookie, get_key_callback); @@ -2977,7 +2976,7 @@ wdev_lock(dev->ieee80211_ptr); err = nl80211_key_allowed(dev->ieee80211_ptr); - if (key.type == NL80211_KEYTYPE_PAIRWISE && mac_addr && + if (key.type == NL80211_KEYTYPE_GROUP && mac_addr && !(rdev->wiphy.flags & WIPHY_FLAG_IBSS_RSN)) err = -ENOENT; @@ -4267,6 +4266,16 @@ if (parse_station_flags(info, dev->ieee80211_ptr->iftype, ¶ms)) return -EINVAL; + /* HT/VHT requires QoS, but if we don't have that just ignore HT/VHT + * as userspace might just pass through the capabilities from the IEs + * directly, rather than enforcing this restriction and returning an + * error in this case. + */ + if (!(params.sta_flags_set & BIT(NL80211_STA_FLAG_WME))) { + params.ht_capa = NULL; + params.vht_capa = NULL; + } + /* When you run into this, adjust the code below for the new flag */ BUILD_BUG_ON(NL80211_STA_FLAG_MAX != 7); @@ -5754,7 +5763,7 @@ } /* there was no other matchset, so the RSSI one is alone */ - if (i == 0) + if (i == 0 && n_match_sets) request->match_sets[0].rssi_thold = default_match_rssi; request->min_rssi_thold = INT_MAX; @@ -6978,6 +6987,9 @@ struct nlattr *data = ((void **)skb->cb)[2]; enum nl80211_multicast_groups mcgrp = NL80211_MCGRP_TESTMODE; + /* clear CB data for netlink core to own from now on */ + memset(skb->cb, 0, sizeof(skb->cb)); + nla_nest_end(skb, data); genlmsg_end(skb, hdr); @@ -9300,6 +9312,9 @@ void *hdr = ((void **)skb->cb)[1]; struct nlattr *data = ((void **)skb->cb)[2]; + /* clear CB data for netlink core to own from now on */ + memset(skb->cb, 0, sizeof(skb->cb)); + if (WARN_ON(!rdev->cur_cmd_info)) { kfree_skb(skb); return -EINVAL; --- linux-lts-utopic-3.16.0.orig/net/wireless/reg.c +++ linux-lts-utopic-3.16.0/net/wireless/reg.c @@ -1720,7 +1720,7 @@ reg_process_hint_driver(struct wiphy *wiphy, struct regulatory_request *driver_request) { - const struct ieee80211_regdomain *regd; + const struct ieee80211_regdomain *regd, *tmp; enum reg_request_treatment treatment; treatment = __reg_process_hint_driver(driver_request); @@ -1740,7 +1740,10 @@ reg_free_request(driver_request); return REG_REQ_IGNORE; } + + tmp = get_wiphy_regdom(wiphy); rcu_assign_pointer(wiphy->regd, regd); + rcu_free_regdom(tmp); } @@ -1799,11 +1802,8 @@ return REG_REQ_IGNORE; return REG_REQ_ALREADY_SET; } - /* - * Two consecutive Country IE hints on the same wiphy. - * This should be picked up early by the driver/stack - */ - if (WARN_ON(regdom_changes(country_ie_request->alpha2))) + + if (regdom_changes(country_ie_request->alpha2)) return REG_REQ_OK; return REG_REQ_ALREADY_SET; } --- linux-lts-utopic-3.16.0.orig/net/wireless/util.c +++ linux-lts-utopic-3.16.0/net/wireless/util.c @@ -891,7 +891,7 @@ ntype == NL80211_IFTYPE_P2P_CLIENT)) return -EBUSY; - if (ntype != otype && netif_running(dev)) { + if (ntype != otype) { dev->ieee80211_ptr->use_4addr = false; dev->ieee80211_ptr->mesh_id_up_len = 0; wdev_lock(dev->ieee80211_ptr); --- linux-lts-utopic-3.16.0.orig/net/wireless/wext-compat.c +++ linux-lts-utopic-3.16.0/net/wireless/wext-compat.c @@ -1331,6 +1331,8 @@ memcpy(bssid, wdev->current_bss->pub.bssid, ETH_ALEN); wdev_unlock(wdev); + memset(&sinfo, 0, sizeof(sinfo)); + if (rdev_get_station(rdev, dev, bssid, &sinfo)) return NULL; --- linux-lts-utopic-3.16.0.orig/net/wireless/wext-core.c +++ linux-lts-utopic-3.16.0/net/wireless/wext-core.c @@ -342,6 +342,40 @@ /* IW event code */ +void wireless_nlevent_flush(void) +{ + struct sk_buff *skb; + struct net *net; + + ASSERT_RTNL(); + + for_each_net(net) { + while ((skb = skb_dequeue(&net->wext_nlevents))) + rtnl_notify(skb, net, 0, RTNLGRP_LINK, NULL, + GFP_KERNEL); + } +} +EXPORT_SYMBOL_GPL(wireless_nlevent_flush); + +static int wext_netdev_notifier_call(struct notifier_block *nb, + unsigned long state, void *ptr) +{ + /* + * When a netdev changes state in any way, flush all pending messages + * to avoid them going out in a strange order, e.g. RTM_NEWLINK after + * RTM_DELLINK, or with IFF_UP after without IFF_UP during dev_close() + * or similar - all of which could otherwise happen due to delays from + * schedule_work(). + */ + wireless_nlevent_flush(); + + return NOTIFY_OK; +} + +static struct notifier_block wext_netdev_notifier = { + .notifier_call = wext_netdev_notifier_call, +}; + static int __net_init wext_pernet_init(struct net *net) { skb_queue_head_init(&net->wext_nlevents); @@ -360,7 +394,12 @@ static int __init wireless_nlevent_init(void) { - return register_pernet_subsys(&wext_pernet_ops); + int err = register_pernet_subsys(&wext_pernet_ops); + + if (err) + return err; + + return register_netdevice_notifier(&wext_netdev_notifier); } subsys_initcall(wireless_nlevent_init); @@ -368,17 +407,8 @@ /* Process events generated by the wireless layer or the driver. */ static void wireless_nlevent_process(struct work_struct *work) { - struct sk_buff *skb; - struct net *net; - rtnl_lock(); - - for_each_net(net) { - while ((skb = skb_dequeue(&net->wext_nlevents))) - rtnl_notify(skb, net, 0, RTNLGRP_LINK, NULL, - GFP_KERNEL); - } - + wireless_nlevent_flush(); rtnl_unlock(); } --- linux-lts-utopic-3.16.0.orig/net/xfrm/xfrm_output.c +++ linux-lts-utopic-3.16.0/net/xfrm/xfrm_output.c @@ -157,6 +157,8 @@ kfree_skb(skb); if (IS_ERR(segs)) return PTR_ERR(segs); + if (segs == NULL) + return -EINVAL; do { struct sk_buff *nskb = segs->next; --- linux-lts-utopic-3.16.0.orig/net/xfrm/xfrm_policy.c +++ linux-lts-utopic-3.16.0/net/xfrm/xfrm_policy.c @@ -39,6 +39,11 @@ #define XFRM_QUEUE_TMO_MAX ((unsigned)(60*HZ)) #define XFRM_MAX_QUEUE_LEN 100 +struct xfrm_flo { + struct dst_entry *dst_orig; + u8 flags; +}; + static DEFINE_SPINLOCK(xfrm_policy_afinfo_lock); static struct xfrm_policy_afinfo __rcu *xfrm_policy_afinfo[NPROTO] __read_mostly; @@ -1877,13 +1882,14 @@ } static struct xfrm_dst *xfrm_create_dummy_bundle(struct net *net, - struct dst_entry *dst, + struct xfrm_flo *xflo, const struct flowi *fl, int num_xfrms, u16 family) { int err; struct net_device *dev; + struct dst_entry *dst; struct dst_entry *dst1; struct xfrm_dst *xdst; @@ -1891,9 +1897,12 @@ if (IS_ERR(xdst)) return xdst; - if (net->xfrm.sysctl_larval_drop || num_xfrms <= 0) + if (!(xflo->flags & XFRM_LOOKUP_QUEUE) || + net->xfrm.sysctl_larval_drop || + num_xfrms <= 0) return xdst; + dst = xflo->dst_orig; dst1 = &xdst->u.dst; dst_hold(dst); xdst->route = dst; @@ -1935,7 +1944,7 @@ xfrm_bundle_lookup(struct net *net, const struct flowi *fl, u16 family, u8 dir, struct flow_cache_object *oldflo, void *ctx) { - struct dst_entry *dst_orig = (struct dst_entry *)ctx; + struct xfrm_flo *xflo = (struct xfrm_flo *)ctx; struct xfrm_policy *pols[XFRM_POLICY_TYPE_MAX]; struct xfrm_dst *xdst, *new_xdst; int num_pols = 0, num_xfrms = 0, i, err, pol_dead; @@ -1976,7 +1985,8 @@ goto make_dummy_bundle; } - new_xdst = xfrm_resolve_and_create_bundle(pols, num_pols, fl, family, dst_orig); + new_xdst = xfrm_resolve_and_create_bundle(pols, num_pols, fl, family, + xflo->dst_orig); if (IS_ERR(new_xdst)) { err = PTR_ERR(new_xdst); if (err != -EAGAIN) @@ -2010,7 +2020,7 @@ /* We found policies, but there's no bundles to instantiate: * either because the policy blocks, has no transformations or * we could not build template (no xfrm_states).*/ - xdst = xfrm_create_dummy_bundle(net, dst_orig, fl, num_xfrms, family); + xdst = xfrm_create_dummy_bundle(net, xflo, fl, num_xfrms, family); if (IS_ERR(xdst)) { xfrm_pols_put(pols, num_pols); return ERR_CAST(xdst); @@ -2104,13 +2114,18 @@ } if (xdst == NULL) { + struct xfrm_flo xflo; + + xflo.dst_orig = dst_orig; + xflo.flags = flags; + /* To accelerate a bit... */ if ((dst_orig->flags & DST_NOXFRM) || !net->xfrm.policy_count[XFRM_POLICY_OUT]) goto nopol; flo = flow_cache_lookup(net, fl, family, dir, - xfrm_bundle_lookup, dst_orig); + xfrm_bundle_lookup, &xflo); if (flo == NULL) goto nopol; if (IS_ERR(flo)) { @@ -2134,11 +2149,9 @@ * have the xfrm_state's. We need to wait for KM to * negotiate new SA's or bail out with error.*/ if (net->xfrm.sysctl_larval_drop) { - dst_release(dst); - xfrm_pols_put(pols, drop_pols); XFRM_INC_STATS(net, LINUX_MIB_XFRMOUTNOSTATES); - - return make_blackhole(net, family, dst_orig); + err = -EREMOTE; + goto error; } err = -EAGAIN; @@ -2189,12 +2202,31 @@ error: dst_release(dst); dropdst: - dst_release(dst_orig); + if (!(flags & XFRM_LOOKUP_KEEP_DST_REF)) + dst_release(dst_orig); xfrm_pols_put(pols, drop_pols); return ERR_PTR(err); } EXPORT_SYMBOL(xfrm_lookup); +/* Callers of xfrm_lookup_route() must ensure a call to dst_output(). + * Otherwise we may send out blackholed packets. + */ +struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig, + const struct flowi *fl, + struct sock *sk, int flags) +{ + struct dst_entry *dst = xfrm_lookup(net, dst_orig, fl, sk, + flags | XFRM_LOOKUP_QUEUE | + XFRM_LOOKUP_KEEP_DST_REF); + + if (IS_ERR(dst) && PTR_ERR(dst) == -EREMOTE) + return make_blackhole(net, dst_orig->ops->family, dst_orig); + + return dst; +} +EXPORT_SYMBOL(xfrm_lookup_route); + static inline int xfrm_secpath_reject(int idx, struct sk_buff *skb, const struct flowi *fl) { @@ -2460,7 +2492,7 @@ skb_dst_force(skb); - dst = xfrm_lookup(net, skb_dst(skb), &fl, NULL, 0); + dst = xfrm_lookup(net, skb_dst(skb), &fl, NULL, XFRM_LOOKUP_QUEUE); if (IS_ERR(dst)) { res = 0; dst = NULL; @@ -2654,7 +2686,6 @@ int xfrm_policy_register_afinfo(struct xfrm_policy_afinfo *afinfo) { - struct net *net; int err = 0; if (unlikely(afinfo == NULL)) return -EINVAL; @@ -2685,26 +2716,6 @@ } spin_unlock(&xfrm_policy_afinfo_lock); - rtnl_lock(); - for_each_net(net) { - struct dst_ops *xfrm_dst_ops; - - switch (afinfo->family) { - case AF_INET: - xfrm_dst_ops = &net->xfrm.xfrm4_dst_ops; - break; -#if IS_ENABLED(CONFIG_IPV6) - case AF_INET6: - xfrm_dst_ops = &net->xfrm.xfrm6_dst_ops; - break; -#endif - default: - BUG(); - } - *xfrm_dst_ops = *afinfo->dst_ops; - } - rtnl_unlock(); - return err; } EXPORT_SYMBOL(xfrm_policy_register_afinfo); @@ -2740,22 +2751,6 @@ } EXPORT_SYMBOL(xfrm_policy_unregister_afinfo); -static void __net_init xfrm_dst_ops_init(struct net *net) -{ - struct xfrm_policy_afinfo *afinfo; - - rcu_read_lock(); - afinfo = rcu_dereference(xfrm_policy_afinfo[AF_INET]); - if (afinfo) - net->xfrm.xfrm4_dst_ops = *afinfo->dst_ops; -#if IS_ENABLED(CONFIG_IPV6) - afinfo = rcu_dereference(xfrm_policy_afinfo[AF_INET6]); - if (afinfo) - net->xfrm.xfrm6_dst_ops = *afinfo->dst_ops; -#endif - rcu_read_unlock(); -} - static int xfrm_dev_event(struct notifier_block *this, unsigned long event, void *ptr) { struct net_device *dev = netdev_notifier_info_to_dev(ptr); @@ -2892,7 +2887,6 @@ rv = xfrm_policy_init(net); if (rv < 0) goto out_policy; - xfrm_dst_ops_init(net); rv = xfrm_sysctl_init(net); if (rv < 0) goto out_sysctl; --- linux-lts-utopic-3.16.0.orig/net/xfrm/xfrm_state.c +++ linux-lts-utopic-3.16.0/net/xfrm/xfrm_state.c @@ -934,8 +934,8 @@ x->id.spi != spi) continue; - spin_unlock_bh(&net->xfrm.xfrm_state_lock); xfrm_state_hold(x); + spin_unlock_bh(&net->xfrm.xfrm_state_lock); return x; } spin_unlock_bh(&net->xfrm.xfrm_state_lock); --- linux-lts-utopic-3.16.0.orig/scripts/Makefile.clean +++ linux-lts-utopic-3.16.0/scripts/Makefile.clean @@ -47,19 +47,19 @@ __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) -# as clean-files is given relative to the current directory, this adds -# a $(obj) prefix, except for absolute paths +# clean-files is given relative to the current directory, unless it +# starts with $(objtree)/ (which means "./", so do not add "./" unless +# you want to delete a file from the toplevel object directory). __clean-files := $(wildcard \ - $(addprefix $(obj)/, $(filter-out /%, $(__clean-files))) \ - $(filter /%, $(__clean-files))) + $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \ + $(filter $(objtree)/%, $(__clean-files))) -# as clean-dirs is given relative to the current directory, this adds -# a $(obj) prefix, except for absolute paths +# same as clean-files __clean-dirs := $(wildcard \ - $(addprefix $(obj)/, $(filter-out /%, $(clean-dirs))) \ - $(filter /%, $(clean-dirs))) + $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(clean-dirs))) \ + $(filter $(objtree)/%, $(clean-dirs))) # ========================================================================== --- linux-lts-utopic-3.16.0.orig/scripts/bloat-o-meter +++ linux-lts-utopic-3.16.0/scripts/bloat-o-meter @@ -56,8 +56,8 @@ delta.sort() delta.reverse() -print "add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s (%s)" % \ - (add, remove, grow, shrink, up, -down, up-down) -print "%-40s %7s %7s %+7s" % ("function", "old", "new", "delta") +print("add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s (%s)" % \ + (add, remove, grow, shrink, up, -down, up-down)) +print("%-40s %7s %7s %+7s" % ("function", "old", "new", "delta")) for d, n in delta: - if d: print "%-40s %7s %7s %+7d" % (n, old.get(n,"-"), new.get(n,"-"), d) + if d: print("%-40s %7s %7s %+7d" % (n, old.get(n,"-"), new.get(n,"-"), d)) --- linux-lts-utopic-3.16.0.orig/scripts/kconfig/lkc.h +++ linux-lts-utopic-3.16.0/scripts/kconfig/lkc.h @@ -98,7 +98,9 @@ /* confdata.c and expr.c */ static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) { - assert(len != 0); + //assert(len != 0); + if (len == 0) + return; if (fwrite(str, len, count, out) != count) fprintf(stderr, "Error in writing or end of file.\n"); --- linux-lts-utopic-3.16.0.orig/scripts/kconfig/menu.c +++ linux-lts-utopic-3.16.0/scripts/kconfig/menu.c @@ -477,7 +477,7 @@ if (menu->visibility) { if (expr_calc_value(menu->visibility) == no) - return no; + return false; } sym = menu->sym; @@ -548,7 +548,7 @@ { int i, j; struct menu *submenu[8], *menu, *location = NULL; - struct jump_key *jump; + struct jump_key *jump = NULL; str_printf(r, _("Prompt: %s\n"), _(prop->text)); menu = prop->menu->parent; @@ -586,7 +586,7 @@ str_printf(r, _(" Location:\n")); for (j = 4; --i >= 0; j += 2) { menu = submenu[i]; - if (head && location && menu == location) + if (jump && menu == location) jump->offset = strlen(r->s); str_printf(r, "%*c-> %s", j, ' ', _(menu_get_prompt(menu))); --- linux-lts-utopic-3.16.0.orig/scripts/kconfig/streamline_config.pl +++ linux-lts-utopic-3.16.0/scripts/kconfig/streamline_config.pl @@ -137,7 +137,7 @@ my $kconfig = $ARGV[1]; my $lsmod_file = $ENV{'LSMOD'}; -my @makefiles = `find $ksource -name Makefile 2>/dev/null`; +my @makefiles = `find $ksource -name Makefile -or -name Kbuild 2>/dev/null`; chomp @makefiles; my %depends; --- linux-lts-utopic-3.16.0.orig/scripts/kernel-doc +++ linux-lts-utopic-3.16.0/scripts/kernel-doc @@ -1753,7 +1753,7 @@ # strip kmemcheck_bitfield_{begin,end}.*; $members =~ s/kmemcheck_bitfield_.*?;//gos; # strip attributes - $members =~ s/__aligned\s*\(.+\)//gos; + $members =~ s/__aligned\s*\([^;]*\)//gos; create_parameterlist($members, ';', $file); check_sections($file, $declaration_name, "struct", $sectcheck, $struct_actual, $nested); --- linux-lts-utopic-3.16.0.orig/scripts/package/builddeb +++ linux-lts-utopic-3.16.0/scripts/package/builddeb @@ -37,7 +37,7 @@ s390*) debarch=s390$(grep -q CONFIG_64BIT=y $KCONFIG_CONFIG && echo x || true) ;; ppc*) - debarch=powerpc ;; + debarch=$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo ppc64el || echo powerpc) ;; parisc*) debarch=hppa ;; mips*) @@ -152,18 +152,16 @@ rmdir "$tmpdir/lib/modules/$version" fi if [ -n "$BUILD_DEBUG" ] ; then - ( - cd $tmpdir - for module in $(find lib/modules/ -name *.ko); do - mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module) - # only keep debug symbols in the debug file - $OBJCOPY --only-keep-debug $module $dbg_dir/usr/lib/debug/$module - # strip original module from debug symbols - $OBJCOPY --strip-debug $module - # then add a link to those - $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $module - done - ) + for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do + module=lib/modules/$module + mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module) + # only keep debug symbols in the debug file + $OBJCOPY --only-keep-debug $tmpdir/$module $dbg_dir/usr/lib/debug/$module + # strip original module from debug symbols + $OBJCOPY --strip-debug $tmpdir/$module + # then add a link to those + $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $tmpdir/$module + done fi fi --- linux-lts-utopic-3.16.0.orig/scripts/recordmcount.c +++ linux-lts-utopic-3.16.0/scripts/recordmcount.c @@ -47,12 +47,17 @@ static int fd_map; /* File descriptor for file being modified. */ static int mmap_failed; /* Boolean flag. */ -static void *ehdr_curr; /* current ElfXX_Ehdr * for resource cleanup */ static char gpfx; /* prefix for global symbol name (sometimes '_') */ static struct stat sb; /* Remember .st_size, etc. */ static jmp_buf jmpenv; /* setjmp/longjmp per-file error escape */ static const char *altmcount; /* alternate mcount symbol name */ static int warn_on_notrace_sect; /* warn when section has mcount not being recorded */ +static void *file_map; /* pointer of the mapped file */ +static void *file_end; /* pointer to the end of the mapped file */ +static int file_updated; /* flag to state file was changed */ +static void *file_ptr; /* current file pointer location */ +static void *file_append; /* added to the end of the file */ +static size_t file_append_size; /* how much is added to end of file */ /* setjmp() return values */ enum { @@ -66,10 +71,14 @@ cleanup(void) { if (!mmap_failed) - munmap(ehdr_curr, sb.st_size); + munmap(file_map, sb.st_size); else - free(ehdr_curr); - close(fd_map); + free(file_map); + file_map = NULL; + free(file_append); + file_append = NULL; + file_append_size = 0; + file_updated = 0; } static void __attribute__((noreturn)) @@ -91,12 +100,22 @@ static off_t ulseek(int const fd, off_t const offset, int const whence) { - off_t const w = lseek(fd, offset, whence); - if (w == (off_t)-1) { - perror("lseek"); + switch (whence) { + case SEEK_SET: + file_ptr = file_map + offset; + break; + case SEEK_CUR: + file_ptr += offset; + break; + case SEEK_END: + file_ptr = file_map + (sb.st_size - offset); + break; + } + if (file_ptr < file_map) { + fprintf(stderr, "lseek: seek before file\n"); fail_file(); } - return w; + return file_ptr - file_map; } static size_t @@ -113,12 +132,38 @@ static size_t uwrite(int const fd, void const *const buf, size_t const count) { - size_t const n = write(fd, buf, count); - if (n != count) { - perror("write"); - fail_file(); + size_t cnt = count; + off_t idx = 0; + + file_updated = 1; + + if (file_ptr + count >= file_end) { + off_t aoffset = (file_ptr + count) - file_end; + + if (aoffset > file_append_size) { + file_append = realloc(file_append, aoffset); + file_append_size = aoffset; + } + if (!file_append) { + perror("write"); + fail_file(); + } + if (file_ptr < file_end) { + cnt = file_end - file_ptr; + } else { + cnt = 0; + idx = aoffset - count; + } } - return n; + + if (cnt) + memcpy(file_ptr, buf, cnt); + + if (cnt < count) + memcpy(file_append + idx, buf + cnt, count - cnt); + + file_ptr += count; + return count; } static void * @@ -175,9 +220,7 @@ */ static void *mmap_file(char const *fname) { - void *addr; - - fd_map = open(fname, O_RDWR); + fd_map = open(fname, O_RDONLY); if (fd_map < 0 || fstat(fd_map, &sb) < 0) { perror(fname); fail_file(); @@ -186,15 +229,58 @@ fprintf(stderr, "not a regular file: %s\n", fname); fail_file(); } - addr = mmap(0, sb.st_size, PROT_READ|PROT_WRITE, MAP_PRIVATE, - fd_map, 0); + file_map = mmap(0, sb.st_size, PROT_READ|PROT_WRITE, MAP_PRIVATE, + fd_map, 0); mmap_failed = 0; - if (addr == MAP_FAILED) { + if (file_map == MAP_FAILED) { mmap_failed = 1; - addr = umalloc(sb.st_size); - uread(fd_map, addr, sb.st_size); + file_map = umalloc(sb.st_size); + uread(fd_map, file_map, sb.st_size); + } + close(fd_map); + + file_end = file_map + sb.st_size; + + return file_map; +} + +static void write_file(const char *fname) +{ + char tmp_file[strlen(fname) + 4]; + size_t n; + + if (!file_updated) + return; + + sprintf(tmp_file, "%s.rc", fname); + + /* + * After reading the entire file into memory, delete it + * and write it back, to prevent weird side effects of modifying + * an object file in place. + */ + fd_map = open(tmp_file, O_WRONLY | O_TRUNC | O_CREAT, sb.st_mode); + if (fd_map < 0) { + perror(fname); + fail_file(); + } + n = write(fd_map, file_map, sb.st_size); + if (n != sb.st_size) { + perror("write"); + fail_file(); + } + if (file_append_size) { + n = write(fd_map, file_append, file_append_size); + if (n != file_append_size) { + perror("write"); + fail_file(); + } + } + close(fd_map); + if (rename(tmp_file, fname) < 0) { + perror(fname); + fail_file(); } - return addr; } /* w8rev, w8nat, ...: Handle endianness. */ @@ -301,7 +387,6 @@ Elf32_Ehdr *const ehdr = mmap_file(fname); unsigned int reltype = 0; - ehdr_curr = ehdr; w = w4nat; w2 = w2nat; w8 = w8nat; @@ -421,6 +506,7 @@ } } /* end switch */ + write_file(fname); cleanup(); } @@ -473,11 +559,14 @@ case SJ_SETJMP: /* normal sequence */ /* Avoid problems if early cleanup() */ fd_map = -1; - ehdr_curr = NULL; mmap_failed = 1; + file_map = NULL; + file_ptr = NULL; + file_updated = 0; do_file(file); break; case SJ_FAIL: /* error in do_file or below */ + fprintf(stderr, "%s: failed\n", file); ++n_error; break; case SJ_SUCCEED: /* premature success */ --- linux-lts-utopic-3.16.0.orig/scripts/recordmcount.h +++ linux-lts-utopic-3.16.0/scripts/recordmcount.h @@ -377,7 +377,7 @@ if (mcountsym == Elf_r_sym(relp) && !is_fake_mcount(relp)) { if (make_nop) - ret = make_nop((void *)ehdr, shdr->sh_offset + relp->r_offset); + ret = make_nop((void *)ehdr, _w(shdr->sh_offset) + _w(relp->r_offset)); if (warn_on_notrace_sect && !once) { printf("Section %s has mcount callers being ignored\n", txtname); --- linux-lts-utopic-3.16.0.orig/scripts/recordmcount.pl +++ linux-lts-utopic-3.16.0/scripts/recordmcount.pl @@ -262,11 +262,11 @@ # force flags for this arch $ld .= " -m shlelf_linux"; $objcopy .= " -O elf32-sh-linux"; - $cc .= " -m32"; } elsif ($arch eq "powerpc") { $local_regex = "^[0-9a-fA-F]+\\s+t\\s+(\\.?\\S+)"; - $function_regex = "^([0-9a-fA-F]+)\\s+<(\\.?.*?)>:"; + # See comment in the sparc64 section for why we use '\w'. + $function_regex = "^([0-9a-fA-F]+)\\s+<(\\.?\\w*?)>:"; $mcount_regex = "^\\s*([0-9a-fA-F]+):.*\\s\\.?_mcount\$"; if ($bits == 64) { --- linux-lts-utopic-3.16.0.orig/scripts/sortextable.h +++ linux-lts-utopic-3.16.0/scripts/sortextable.h @@ -103,7 +103,7 @@ Elf_Sym *sort_needed_sym; Elf_Shdr *sort_needed_sec; Elf_Rel *relocs = NULL; - int relocs_size; + int relocs_size = 0; uint32_t *sort_done_location; const char *secstrtab; const char *strtab; --- linux-lts-utopic-3.16.0.orig/security/apparmor/Kconfig +++ linux-lts-utopic-3.16.0/security/apparmor/Kconfig @@ -30,6 +30,41 @@ If you are unsure how to answer this question, answer 1. +config SECURITY_APPARMOR_STATS + bool "enable debug statistics" + depends on SECURITY_APPARMOR + select APPARMOR_LABEL_STATS + default n + help + This enables keeping statistics on various internal structures + and functions in apparmor. + + If you are unsure how to answer this question, answer N. + +config SECURITY_APPARMOR_UNCONFINED_INIT + bool "Set init to unconfined on boot" + depends on SECURITY_APPARMOR + default y + help + This option determines policy behavior during early boot by + placing the init process in the unconfined state, or the + 'default' profile. + + This option determines policy behavior during early boot by + placing the init process in the unconfined state, or the + 'default' profile. + + 'Y' means init and its children are not confined, unless the + init process is re-execed after a policy load; loaded policy + will only apply to processes started after the load. + + 'N' means init and its children are confined in a profile + named 'default', which can be replaced later and thus + provide for confinement for processes started early at boot, + though not confined during early boot. + + If you are unsure how to answer this question, answer Y. + config SECURITY_APPARMOR_HASH bool "SHA1 hash of loaded profiles" depends on SECURITY_APPARMOR --- linux-lts-utopic-3.16.0.orig/security/apparmor/Makefile +++ linux-lts-utopic-3.16.0/security/apparmor/Makefile @@ -4,11 +4,44 @@ apparmor-y := apparmorfs.o audit.o capability.o context.o ipc.o lib.o match.o \ path.o domain.o policy.o policy_unpack.o procattr.o lsm.o \ - resource.o sid.o file.o + resource.o sid.o file.o label.o mount.o net.o af_unix.o apparmor-$(CONFIG_SECURITY_APPARMOR_HASH) += crypto.o -clean-files := capability_names.h rlim_names.h +clean-files := capability_names.h rlim_names.h net_names.h +# Build a lower case string table of address family names +# Transform lines from +# define AF_LOCAL 1 /* POSIX name for AF_UNIX */ +# #define AF_INET 2 /* Internet IP Protocol */ +# to +# [1] = "local", +# [2] = "inet", +# +# and build the securityfs entries for the mapping. +# Transforms lines from +# #define AF_INET 2 /* Internet IP Protocol */ +# to +# #define AA_FS_AF_MASK "local inet" +quiet_cmd_make-af = GEN $@ +cmd_make-af = echo "static const char *address_family_names[] = {" > $@ ;\ + sed $< >>$@ -r -n -e "/AF_MAX/d" -e "/AF_LOCAL/d" -e "/AF_ROUTE/d" -e \ + 's/^\#define[ \t]+AF_([A-Z0-9_]+)[ \t]+([0-9]+)(.*)/[\2] = "\L\1",/p';\ + echo "};" >> $@ ;\ + echo -n '\#define AA_FS_AF_MASK "' >> $@ ;\ + sed -r -n -e "/AF_MAX/d" -e "/AF_LOCAL/d" -e "/AF_ROUTE/d" -e \ + 's/^\#define[ \t]+AF_([A-Z0-9_]+)[ \t]+([0-9]+)(.*)/\L\1/p'\ + $< | tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@ + +# Build a lower case string table of sock type names +# Transform lines from +# SOCK_STREAM = 1, +# to +# [1] = "stream", +quiet_cmd_make-sock = GEN $@ +cmd_make-sock = echo "static const char *sock_type_names[] = {" >> $@ ;\ + sed $^ >>$@ -r -n \ + -e 's/^\tSOCK_([A-Z0-9_]+)[\t]+=[ \t]+([0-9]+)(.*)/[\2] = "\L\1",/p';\ + echo "};" >> $@ # Build a lower case string table of capability names # Transforms lines from @@ -61,6 +94,7 @@ tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@ $(obj)/capability.o : $(obj)/capability_names.h +$(obj)/net.o : $(obj)/net_names.h $(obj)/resource.o : $(obj)/rlim_names.h $(obj)/capability_names.h : $(srctree)/include/uapi/linux/capability.h \ $(src)/Makefile @@ -68,3 +102,8 @@ $(obj)/rlim_names.h : $(srctree)/include/uapi/asm-generic/resource.h \ $(src)/Makefile $(call cmd,make-rlim) +$(obj)/net_names.h : $(srctree)/include/linux/socket.h \ + $(srctree)/include/linux/net.h \ + $(src)/Makefile + $(call cmd,make-af) + $(call cmd,make-sock) --- linux-lts-utopic-3.16.0.orig/security/apparmor/af_unix.c +++ linux-lts-utopic-3.16.0/security/apparmor/af_unix.c @@ -0,0 +1,631 @@ +/* + * AppArmor security module + * + * This file contains AppArmor af_unix fine grained mediation + * + * Copyright 2014 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ + +#include + +#include "include/af_unix.h" +#include "include/apparmor.h" +#include "include/context.h" +#include "include/file.h" +#include "include/label.h" +#include "include/path.h" +#include "include/policy.h" + +static inline int unix_fs_perm(int op, u32 mask, struct aa_label *label, + struct unix_sock *u, int flags) +{ + AA_BUG(!label); + AA_BUG(!u); + AA_BUG(!UNIX_FS(u)); + + if (unconfined(label) || !LABEL_MEDIATES(label, AA_CLASS_FILE)) + return 0; + + mask &= NET_FS_PERMS; + if (!u->path.dentry) { + struct path_cond cond = { }; + struct file_perms perms = { }; + struct aa_profile *profile; + + /* socket path has been cleared because it is being shutdown + * can only fall back to original sun_path request + */ + return fn_for_each_confined(label, profile, + ((flags | profile->path_flags) & PATH_MEDIATE_DELETED) ? + __aa_path_perm(op, profile, + u->addr->name->sun_path, mask, + &cond, flags, &perms) : + aa_audit_file(profile, &nullperms, op, mask, + u->addr->name->sun_path, NULL, + cond.uid, "Failed name lookup - " + "deleted entry", -EACCES)); + } else { + /* the sunpath may not be valid for this ns so use the path */ + struct path_cond cond = { u->path.dentry->d_inode->i_uid, + u->path.dentry->d_inode->i_mode + }; + + return aa_path_perm(op, label, &u->path, flags, mask, &cond); + } + + return 0; +} + +/* passing in state returned by PROFILE_MEDIATES_AF */ +static unsigned int match_to_prot(struct aa_profile *profile, + unsigned int state, int type, int protocol, + const char **info) +{ + u16 buffer[2]; + buffer[0] = cpu_to_be16(type); + buffer[1] = cpu_to_be16(protocol); + state = aa_dfa_match_len(profile->policy.dfa, state, (char *) &buffer, + 4); + if (!state) + *info = "failed type and protocol match"; + return state; +} + +static unsigned int match_addr(struct aa_profile *profile, unsigned int state, + struct sockaddr_un *addr, int addrlen) +{ + if (addr) + /* include leading \0 */ + state = aa_dfa_match_len(profile->policy.dfa, state, + addr->sun_path, + unix_addr_len(addrlen)); + else + /* anonymous end point */ + state = aa_dfa_match_len(profile->policy.dfa, state, "\x01", + 1); + /* todo change to out of band */ + state = aa_dfa_null_transition(profile->policy.dfa, state); + return state; +} + +static unsigned int match_to_local(struct aa_profile *profile, + unsigned int state, int type, int protocol, + struct sockaddr_un *addr, int addrlen, + const char **info) +{ + state = match_to_prot(profile, state, type, protocol, info); + if (state) { + state = match_addr(profile, state, addr, addrlen); + if (state) { + /* todo: local label matching */ + state = aa_dfa_null_transition(profile->policy.dfa, + state); + if (!state) + *info = "failed local label match"; + } else + *info = "failed local address match"; + } + + return state; +} + +static unsigned int match_to_sk(struct aa_profile *profile, + unsigned int state, struct unix_sock *u, + const char **info) +{ + struct sockaddr_un *addr = NULL; + int addrlen = 0; + + if (u->addr) { + addr = u->addr->name; + addrlen = u->addr->len; + } + + return match_to_local(profile, state, u->sk.sk_type, u->sk.sk_protocol, + addr, addrlen, info); +} + +#define CMD_ADDR 1 +#define CMD_LISTEN 2 +#define CMD_OPT 4 + +static inline unsigned int match_to_cmd(struct aa_profile *profile, + unsigned int state, struct unix_sock *u, + char cmd, const char **info) +{ + state = match_to_sk(profile, state, u, info); + if (state) { + state = aa_dfa_match_len(profile->policy.dfa, state, &cmd, 1); + if (!state) + *info = "failed cmd selection match"; + } + + return state; +} + +static inline unsigned int match_to_peer(struct aa_profile *profile, + unsigned int state, + struct unix_sock *u, + struct sockaddr_un *peer_addr, + int peer_addrlen, + const char **info) +{ + state = match_to_cmd(profile, state, u, CMD_ADDR, info); + if (state) { + state = match_addr(profile, state, peer_addr, peer_addrlen); + if (!state) + *info = "failed peer address match"; + } + return state; +} + +static int do_perms(struct aa_profile *profile, unsigned int state, u32 request, + struct common_audit_data *sa) +{ + struct aa_perms perms; + + AA_BUG(!profile); + + aa_compute_perms(profile->policy.dfa, state, &perms); + aa_apply_modes_to_perms(profile, &perms); + return aa_check_perms(profile, &perms, request, sa, + audit_net_cb); +} + +static int match_label(struct aa_profile *profile, struct aa_profile *peer, + unsigned int state, u32 request, + struct common_audit_data *sa) +{ + AA_BUG(!profile); + AA_BUG(!peer); + + aad(sa)->target = aa_peer_name(peer); + + if (state) { + state = aa_dfa_match(profile->policy.dfa, state, aa_peer_name(peer)); + if (!state) + aad(sa)->info = "failed peer label match"; + } + return do_perms(profile, state, request, sa); +} + + +/* unix sock creation comes before we know if the socket will be an fs + * socket + * v6 - semantics are handled by mapping in profile load + * v7 - semantics require sock create for tasks creating an fs socket. + */ +static int profile_create_perm(struct aa_profile *profile, int family, + int type, int protocol) +{ + unsigned int state; + + AA_BUG(!profile); + AA_BUG(profile_unconfined(profile)); + + if ((state = PROFILE_MEDIATES_AF(profile, AF_UNIX))) { + DEFINE_AUDIT_UNIX(sa, OP_CREATE, NULL, type, protocol); + + state = match_to_prot(profile, state, type, protocol, + &aad(&sa)->info); + return do_perms(profile, state, AA_MAY_CREATE, &sa); + } + + return aa_profile_af_perm(profile, OP_CREATE, family, type, protocol, + NULL); +} + +int aa_unix_create_perm(struct aa_label *label, int family, int type, + int protocol) +{ + struct aa_profile *profile; + + if (unconfined(label)) + return 0; + + return fn_for_each_confined(label, profile, + profile_create_perm(profile, family, type, protocol)); +} + + +static inline int profile_sk_perm(struct aa_profile *profile, int op, + u32 request, struct sock *sk) +{ + unsigned int state; + + AA_BUG(!profile); + AA_BUG(!sk); + AA_BUG(UNIX_FS(sk)); + AA_BUG(profile_unconfined(profile)); + + state = PROFILE_MEDIATES_AF(profile, AF_UNIX); + if (state) { + DEFINE_AUDIT_UNIX(sa, op, sk, sk->sk_type, sk->sk_protocol); + + state = match_to_sk(profile, state, unix_sk(sk), + &aad(&sa)->info); + return do_perms(profile, state, request, &sa); + } + + return aa_profile_af_perm(profile, op, sk->sk_family, sk->sk_type, + sk->sk_protocol, sk); +} + +int aa_unix_label_sk_perm(struct aa_label *label, int op, u32 request, + struct sock *sk) +{ + struct aa_profile *profile; + + return fn_for_each_confined(label, profile, + profile_sk_perm(profile, op, request, sk)); +} + +static int unix_label_sock_perm(struct aa_label *label, int op, u32 request, + struct socket *sock) +{ + if (unconfined(label)) + return 0; + if (UNIX_FS(sock->sk)) + return unix_fs_perm(op, request, label, unix_sk(sock->sk), 0); + + return aa_unix_label_sk_perm(label, op, request, sock->sk); +} + +/* revaliation, get/set attr */ +int aa_unix_sock_perm(int op, u32 request, struct socket *sock) +{ + return unix_label_sock_perm(aa_current_label(), op, request, sock); +} + +static int profile_bind_perm(struct aa_profile *profile, struct sock *sk, + struct sockaddr *addr, int addrlen) +{ + unsigned int state; + + AA_BUG(!profile); + AA_BUG(!sk); + AA_BUG(addr->sa_family != AF_UNIX); + AA_BUG(profile_unconfined(profile)); + AA_BUG(unix_addr_fs(addr, addrlen)); + + state = PROFILE_MEDIATES_AF(profile, AF_UNIX); + if (state) { + /* bind for abstract socket */ + DEFINE_AUDIT_UNIX(sa, OP_BIND, sk, sk->sk_type, + sk->sk_protocol); + aad(&sa)->net.addr = unix_addr(addr); + aad(&sa)->net.addrlen = addrlen; + + state = match_to_local(profile, state, + sk->sk_type, sk->sk_protocol, + unix_addr(addr), addrlen, + &aad(&sa)->info); + return do_perms(profile, state, AA_MAY_BIND, &sa); + } + + return aa_profile_af_perm(profile, OP_BIND, sk->sk_family, sk->sk_type, + sk->sk_protocol, sk); +} + +int aa_unix_bind_perm(struct socket *sock, struct sockaddr *address, + int addrlen) +{ + struct aa_profile *profile; + struct aa_label *label = aa_current_label(); + + /* fs bind is handled by mknod */ + if (unconfined(label) || unix_addr_fs(address, addrlen)) + return 0; + + return fn_for_each_confined(label, profile, + profile_bind_perm(profile, sock->sk, address, addrlen)); +} + +int aa_unix_connect_perm(struct socket *sock, struct sockaddr *address, + int addrlen) +{ + /* unix connections are covered by the + * - unix_stream_connect (stream) and unix_may_send hooks (dgram) + * - fs connect is handled by open + */ + return 0; +} + +static int profile_listen_perm(struct aa_profile *profile, struct sock *sk, + int backlog) +{ + unsigned int state; + + AA_BUG(!profile); + AA_BUG(!sk); + AA_BUG(UNIX_FS(sk)); + AA_BUG(profile_unconfined(profile)); + + state = PROFILE_MEDIATES_AF(profile, AF_UNIX); + if (state) { + u16 b = cpu_to_be16(backlog); + DEFINE_AUDIT_UNIX(sa, OP_LISTEN, sk, sk->sk_type, + sk->sk_protocol); + + state = match_to_cmd(profile, state, unix_sk(sk), CMD_LISTEN, + &aad(&sa)->info); + if (state) { + state = aa_dfa_match_len(profile->policy.dfa, state, + (char *) &b, 2); + if (!state) + aad(&sa)->info = "failed listen backlog match"; + } + return do_perms(profile, state, AA_MAY_LISTEN, &sa); + } + + return aa_profile_af_perm(profile, OP_LISTEN, sk->sk_family, + sk->sk_type, sk->sk_protocol, sk); +} + +int aa_unix_listen_perm(struct socket *sock, int backlog) +{ + struct aa_profile *profile; + struct aa_label *label = aa_current_label(); + + if (unconfined(label) || UNIX_FS(sock->sk)) + return 0; + + return fn_for_each_confined(label, profile, + profile_listen_perm(profile, sock->sk, backlog)); +} + + +static inline int profile_accept_perm(struct aa_profile *profile, + struct sock *sk, + struct sock *newsk) +{ + unsigned int state; + + AA_BUG(!profile); + AA_BUG(!sk); + AA_BUG(UNIX_FS(sk)); + AA_BUG(profile_unconfined(profile)); + + state = PROFILE_MEDIATES_AF(profile, AF_UNIX); + if (state) { + DEFINE_AUDIT_UNIX(sa, OP_ACCEPT, sk, sk->sk_type, + sk->sk_protocol); + + state = match_to_sk(profile, state, unix_sk(sk), + &aad(&sa)->info); + return do_perms(profile, state, AA_MAY_ACCEPT, &sa); + } + + return aa_profile_af_perm(profile, OP_ACCEPT, sk->sk_family, + sk->sk_type, sk->sk_protocol, sk); +} + +/* ability of sock to connect, not peer address binding */ +int aa_unix_accept_perm(struct socket *sock, struct socket *newsock) +{ + struct aa_profile *profile; + struct aa_label *label = aa_current_label(); + + if (unconfined(label) || UNIX_FS(sock->sk)) + return 0; + + return fn_for_each_confined(label, profile, + profile_accept_perm(profile, sock->sk, newsock->sk)); +} + + +/* dgram handled by unix_may_sendmsg, right to send on stream done at connect + * could do per msg unix_stream here + */ +/* sendmsg, recvmsg */ +int aa_unix_msg_perm(int op, u32 request, struct socket *sock, + struct msghdr *msg, int size) +{ + return 0; +} + + +static int profile_opt_perm(struct aa_profile *profile, int op, u32 request, + struct sock *sk, int level, int optname) +{ + unsigned int state; + + AA_BUG(!profile); + AA_BUG(!sk); + AA_BUG(UNIX_FS(sk)); + AA_BUG(profile_unconfined(profile)); + + state = PROFILE_MEDIATES_AF(profile, AF_UNIX); + if (state) { + u16 b = cpu_to_be16(optname); + DEFINE_AUDIT_UNIX(sa, op, sk, sk->sk_type, sk->sk_protocol); + + state = match_to_cmd(profile, state, unix_sk(sk), CMD_OPT, + &aad(&sa)->info); + if (state) { + state = aa_dfa_match_len(profile->policy.dfa, state, + (char *) &b, 2); + if (!state) + aad(&sa)->info = "failed sockopt match"; + } + return do_perms(profile, state, request, &sa); + } + + return aa_profile_af_perm(profile, op, sk->sk_family, + sk->sk_type, sk->sk_protocol, sk); +} + +int aa_unix_opt_perm(int op, u32 request, struct socket *sock, int level, + int optname) +{ + struct aa_profile *profile; + struct aa_label *label = aa_current_label(); + + if (unconfined(label) || UNIX_FS(sock->sk)) + return 0; + + return fn_for_each_confined(label, profile, + profile_opt_perm(profile, op, request, sock->sk, + level, optname)); +} + +/* null peer_label is allowed, in which case the peer_sk label is used */ +static int profile_peer_perm(struct aa_profile *profile, int op, u32 request, + struct sock *sk, struct sock *peer_sk, + struct aa_label *peer_label, + struct common_audit_data *sa) +{ + unsigned int state; + + AA_BUG(!profile); + AA_BUG(profile_unconfined(profile)); + AA_BUG(!sk); + AA_BUG(!peer_sk); + AA_BUG(UNIX_FS(peer_sk)); + + state = PROFILE_MEDIATES_AF(profile, AF_UNIX); + if (state) { + struct aa_sk_cxt *peer_cxt = SK_CXT(peer_sk); + struct aa_profile *peerp; + struct sockaddr_un *addr = NULL; + int len = 0; + if (unix_sk(peer_sk)->addr) { + addr = unix_sk(peer_sk)->addr->name; + len = unix_sk(peer_sk)->addr->len; + } + state = match_to_peer(profile, state, unix_sk(sk), + addr, len, &aad(sa)->info); + if (!peer_label) + peer_label = peer_cxt->label; + return fn_for_each(peer_label, peerp, + match_label(profile, peerp, state, request, + sa)); + } + + return aa_profile_af_perm(profile, op, sk->sk_family, sk->sk_type, + sk->sk_protocol, sk); +} + +/** + * + * Requires: lock held on both @sk and @peer_sk + */ +int aa_unix_peer_perm(struct aa_label *label, int op, u32 request, + struct sock *sk, struct sock *peer_sk, + struct aa_label *peer_label) +{ + struct unix_sock *peeru = unix_sk(peer_sk); + struct unix_sock *u = unix_sk(sk); + + AA_BUG(!label); + AA_BUG(!sk); + AA_BUG(!peer_sk); + + if (UNIX_FS(peeru)) + return unix_fs_perm(op, request, label, peeru, 0); + else if (UNIX_FS(u)) + return unix_fs_perm(op, request, label, u, 0); + else { + struct aa_profile *profile; + DEFINE_AUDIT_UNIX(sa, op, sk, sk->sk_type, sk->sk_protocol); + aad(&sa)->net.peer_sk = peer_sk; + + /* TODO: ns!!! */ + if (!net_eq(sock_net(sk), sock_net(peer_sk))) { + ; + } + + if (unconfined(label)) + return 0; + + return fn_for_each_confined(label, profile, + profile_peer_perm(profile, op, request, sk, + peer_sk, peer_label, &sa)); + } +} + + +/* from net/unix/af_unix.c */ +static void unix_state_double_lock(struct sock *sk1, struct sock *sk2) +{ + if (unlikely(sk1 == sk2) || !sk2) { + unix_state_lock(sk1); + return; + } + if (sk1 < sk2) { + unix_state_lock(sk1); + unix_state_lock_nested(sk2); + } else { + unix_state_lock(sk2); + unix_state_lock_nested(sk1); + } +} + +static void unix_state_double_unlock(struct sock *sk1, struct sock *sk2) +{ + if (unlikely(sk1 == sk2) || !sk2) { + unix_state_unlock(sk1); + return; + } + unix_state_unlock(sk1); + unix_state_unlock(sk2); +} + +int aa_unix_file_perm(struct aa_label *label, int op, u32 request, + struct socket *sock) +{ + struct sock *peer_sk = NULL; + u32 sk_req = request & ~NET_PEER_MASK; + int error = 0; + + AA_BUG(!label); + AA_BUG(!sock); + AA_BUG(!sock->sk); + AA_BUG(sock->sk->sk_family != AF_UNIX); + + /* TODO: update sock label with new task label */ + unix_state_lock(sock->sk); + peer_sk = unix_peer(sock->sk); + if (peer_sk) + sock_hold(peer_sk); + if (!unix_connected(sock) && sk_req) { + error = unix_label_sock_perm(label, op, sk_req, sock); + if (!error) { + // update label + } + } + unix_state_unlock(sock->sk); + if (!peer_sk) + return error; + + unix_state_double_lock(sock->sk, peer_sk); + if (UNIX_FS(sock->sk)) { + error = unix_fs_perm(op, request, label, unix_sk(sock->sk), + PATH_SOCK_COND); + } else if (UNIX_FS(peer_sk)) { + error = unix_fs_perm(op, request, label, unix_sk(peer_sk), + PATH_SOCK_COND); + } else { + struct aa_sk_cxt *pcxt = SK_CXT(peer_sk); + if (sk_req) + error = aa_unix_label_sk_perm(label, op, sk_req, + sock->sk); + last_error(error, + xcheck(aa_unix_peer_perm(label, op, + MAY_READ | MAY_WRITE, + sock->sk, peer_sk, NULL), + aa_unix_peer_perm(pcxt->label, op, + MAY_READ | MAY_WRITE, + peer_sk, sock->sk, label))); + } + + unix_state_double_unlock(sock->sk, peer_sk); + sock_put(peer_sk); + + return error; +} --- linux-lts-utopic-3.16.0.orig/security/apparmor/apparmorfs.c +++ linux-lts-utopic-3.16.0/security/apparmor/apparmorfs.c @@ -18,15 +18,18 @@ #include #include #include +#include #include #include #include +#include #include "include/apparmor.h" #include "include/apparmorfs.h" #include "include/audit.h" #include "include/context.h" #include "include/crypto.h" +#include "include/ipc.h" #include "include/policy.h" #include "include/resource.h" @@ -37,7 +40,7 @@ * * Returns: length of mangled name */ -static int mangle_name(char *name, char *target) +static int mangle_name(const char *name, char *target) { char *t = target; @@ -186,6 +189,147 @@ .llseek = default_llseek, }; +/** + * query_label - queries a label and writes permissions to buf + * @buf: the resulting permissions string is stored here (NOT NULL) + * @buf_len: size of buf + * @query: binary query string to match against the dfa + * @query_len: size of query + * + * The buffers pointed to by buf and query may overlap. The query buffer is + * parsed before buf is written to. + * + * The query should look like "LABEL_NAME\0DFA_STRING" where LABEL_NAME is + * the name of the label, in the current namespace, that is to be queried and + * DFA_STRING is a binary string to match against the label(s)'s DFA. + * + * LABEL_NAME must be NUL terminated. DFA_STRING may contain NUL characters + * but must *not* be NUL terminated. + * + * Returns: number of characters written to buf or -errno on failure + */ +static ssize_t query_label(char *buf, size_t buf_len, + char *query, size_t query_len) +{ + struct aa_profile *profile; + struct aa_label *label; + char *label_name, *match_str; + size_t label_name_len, match_len; + struct aa_perms perms; + unsigned int state = 0; + struct label_it i; + + if (!query_len) + return -EINVAL; + + label_name = query; + label_name_len = strnlen(query, query_len); + if (!label_name_len || label_name_len == query_len) + return -EINVAL; + + /** + * The extra byte is to account for the null byte between the + * profile name and dfa string. profile_name_len is greater + * than zero and less than query_len, so a byte can be safely + * added or subtracted. + */ + match_str = label_name + label_name_len + 1; + match_len = query_len - label_name_len - 1; + + label = aa_label_parse(aa_current_label(), label_name, GFP_KERNEL, + false); + if (IS_ERR(label)) + return PTR_ERR(label); + + aa_perms_all(&perms); + label_for_each_confined(i, label, profile) { + struct aa_perms tmp; + struct aa_dfa *dfa; + if (profile->file.dfa && *match_str == AA_CLASS_FILE) { + dfa = profile->file.dfa; + state = aa_dfa_match_len(dfa, profile->file.start, + match_str + 1, match_len - 1); + } else if (profile->policy.dfa) { + if (!PROFILE_MEDIATES_SAFE(profile, *match_str)) + continue; /* no change to current perms */ + dfa = profile->policy.dfa; + state = aa_dfa_match_len(dfa, profile->policy.start[0], + match_str, match_len); + } + if (state) + aa_compute_perms(dfa, state, &tmp); + else + aa_perms_clear(&tmp); + aa_apply_modes_to_perms(profile, &tmp); + aa_perms_accum_raw(&perms, &tmp); + } + aa_put_label(label); + + return scnprintf(buf, buf_len, + "allow 0x%08x\ndeny 0x%08x\naudit 0x%08x\nquiet 0x%08x\n", + perms.allow, perms.deny, perms.audit, perms.quiet); +} + +#define QUERY_CMD_LABEL "label\0" +#define QUERY_CMD_LABEL_LEN 6 +#define QUERY_CMD_PROFILE "profile\0" +#define QUERY_CMD_PROFILE_LEN 8 + +/** + * aa_write_access - generic permissions query + * @file: pointer to open apparmorfs/access file + * @ubuf: user buffer containing the complete query string (NOT NULL) + * @count: size of ubuf + * @ppos: position in the file (MUST BE ZERO) + * + * Allows for one permission query per open(), write(), and read() sequence. + * The only query currently supported is a label-based query. For this query + * ubuf must begin with "label\0", followed by the profile query specific + * format described in the query_label() function documentation. + * + * Returns: number of bytes written or -errno on failure + */ +static ssize_t aa_write_access(struct file *file, const char __user *ubuf, + size_t count, loff_t *ppos) +{ + char *buf; + ssize_t len; + + if (*ppos) + return -ESPIPE; + + buf = simple_transaction_get(file, ubuf, count); + if (IS_ERR(buf)) + return PTR_ERR(buf); + + if (count > QUERY_CMD_PROFILE_LEN && + !memcmp(buf, QUERY_CMD_PROFILE, QUERY_CMD_PROFILE_LEN)) { + len = query_label(buf, SIMPLE_TRANSACTION_LIMIT, + buf + QUERY_CMD_PROFILE_LEN, + count - QUERY_CMD_PROFILE_LEN); + } else if (count > QUERY_CMD_LABEL_LEN && + !memcmp(buf, QUERY_CMD_LABEL, QUERY_CMD_LABEL_LEN)) { + len = query_label(buf, SIMPLE_TRANSACTION_LIMIT, + buf + QUERY_CMD_LABEL_LEN, + count - QUERY_CMD_LABEL_LEN); + } else + len = -EINVAL; + + if (len < 0) + return len; + + simple_transaction_set(file, len); + + return count; +} + +static const struct file_operations aa_fs_access = { + .write = aa_write_access, + .read = simple_transaction_read, + .release = simple_transaction_release, + .llseek = generic_file_llseek, +}; + static int aa_fs_seq_show(struct seq_file *seq, void *v) { struct aa_fs_entry *fs_file = seq->private; @@ -249,9 +393,10 @@ static int aa_fs_seq_profname_show(struct seq_file *seq, void *v) { struct aa_replacedby *r = seq->private; - struct aa_profile *profile = aa_get_profile_rcu(&r->profile); + struct aa_label *label = aa_get_label_rcu(&r->label); + struct aa_profile *profile = labels_profile(label); seq_printf(seq, "%s\n", profile->base.name); - aa_put_profile(profile); + aa_put_label(label); return 0; } @@ -272,9 +417,10 @@ static int aa_fs_seq_profmode_show(struct seq_file *seq, void *v) { struct aa_replacedby *r = seq->private; - struct aa_profile *profile = aa_get_profile_rcu(&r->profile); + struct aa_label *label = aa_get_label_rcu(&r->label); + struct aa_profile *profile = labels_profile(label); seq_printf(seq, "%s\n", aa_profile_mode_names[profile->mode]); - aa_put_profile(profile); + aa_put_label(label); return 0; } @@ -295,14 +441,15 @@ static int aa_fs_seq_profattach_show(struct seq_file *seq, void *v) { struct aa_replacedby *r = seq->private; - struct aa_profile *profile = aa_get_profile_rcu(&r->profile); + struct aa_label *label = aa_get_label_rcu(&r->label); + struct aa_profile *profile = labels_profile(label); if (profile->attach) seq_printf(seq, "%s\n", profile->attach); else if (profile->xmatch) seq_puts(seq, "\n"); else seq_printf(seq, "%s\n", profile->base.name); - aa_put_profile(profile); + aa_put_label(label); return 0; } @@ -323,7 +470,8 @@ static int aa_fs_seq_hash_show(struct seq_file *seq, void *v) { struct aa_replacedby *r = seq->private; - struct aa_profile *profile = aa_get_profile_rcu(&r->profile); + struct aa_label *label = aa_get_label_rcu(&r->label); + struct aa_profile *profile = labels_profile(label); unsigned int i, size = aa_hash_size(); if (profile->hash) { @@ -349,6 +497,11 @@ }; /** fns to setup dynamic per profile/namespace files **/ + +/** + * + * Requires: @profile->ns->lock held + */ void __aa_fs_profile_rmdir(struct aa_profile *profile) { struct aa_profile *child; @@ -356,6 +509,7 @@ if (!profile) return; + AA_BUG(!mutex_is_locked(&profiles_ns(profile)->lock)); list_for_each_entry(child, &profile->base.profiles, base.list) __aa_fs_profile_rmdir(child); @@ -372,13 +526,23 @@ } } +/** + * + * Requires: @old->ns->lock held + */ void __aa_fs_profile_migrate_dents(struct aa_profile *old, struct aa_profile *new) { int i; + AA_BUG(!old); + AA_BUG(!new); + AA_BUG(!mutex_is_locked(&profiles_ns(old)->lock)); + for (i = 0; i < AAFS_PROF_SIZEOF; i++) { new->dents[i] = old->dents[i]; + if (new->dents[i]) + new->dents[i]->d_inode->i_mtime = CURRENT_TIME; old->dents[i] = NULL; } } @@ -387,7 +551,7 @@ struct aa_profile *profile, const struct file_operations *fops) { - struct aa_replacedby *r = aa_get_replacedby(profile->replacedby); + struct aa_replacedby *r = aa_get_replacedby(profile->label.replacedby); struct dentry *dent; dent = securityfs_create_file(name, S_IFREG | 0444, dir, r, fops); @@ -397,13 +561,19 @@ return dent; } -/* requires lock be held */ +/** + * + * Requires: @profile->ns->lock held + */ int __aa_fs_profile_mkdir(struct aa_profile *profile, struct dentry *parent) { struct aa_profile *child; struct dentry *dent = NULL, *dir; int error; + AA_BUG(!profile); + AA_BUG(!mutex_is_locked(&profiles_ns(profile)->lock)); + if (!parent) { struct aa_profile *p; p = aa_deref_parent(profile); @@ -474,6 +644,10 @@ return error; } +/** + * + * Requires: @ns->lock held + */ void __aa_fs_namespace_rmdir(struct aa_namespace *ns) { struct aa_namespace *sub; @@ -482,6 +656,7 @@ if (!ns) return; + AA_BUG(!mutex_is_locked(&ns->lock)); list_for_each_entry(child, &ns->base.profiles, base.list) __aa_fs_profile_rmdir(child); @@ -498,6 +673,10 @@ } } +/** + * + * Requires: @ns->lock held + */ int __aa_fs_namespace_mkdir(struct aa_namespace *ns, struct dentry *parent, const char *name) { @@ -506,6 +685,10 @@ struct dentry *dent, *dir; int error; + AA_BUG(!ns); + AA_BUG(!parent); + AA_BUG(!mutex_is_locked(&ns->lock)); + if (!name) name = ns->base.name; @@ -571,6 +754,10 @@ { struct aa_namespace *parent, *next; + AA_BUG(!root); + AA_BUG(!ns); + AA_BUG(ns != root && !mutex_is_locked(&ns->parent->lock)); + /* is next namespace a child */ if (!list_empty(&ns->sub_ns)) { next = list_first_entry(&ns->sub_ns, typeof(*ns), base.list); @@ -597,14 +784,17 @@ /** * __first_profile - find the first profile in a namespace * @root: namespace that is root of profiles being displayed (NOT NULL) - * @ns: namespace to start in (NOT NULL) + * @ns: namespace to start in (MAY BE NULL) * * Returns: unrefcounted profile or NULL if no profile - * Requires: profile->ns.lock to be held + * Requires: ns.lock to be held */ static struct aa_profile *__first_profile(struct aa_namespace *root, struct aa_namespace *ns) { + AA_BUG(!root); + AA_BUG(ns && !mutex_is_locked(&ns->lock)); + for (; ns; ns = __next_namespace(root, ns)) { if (!list_empty(&ns->base.profiles)) return list_first_entry(&ns->base.profiles, @@ -627,6 +817,8 @@ struct aa_profile *parent; struct aa_namespace *ns = p->ns; + AA_BUG(!mutex_is_locked(&profiles_ns(p)->lock)); + /* is next profile a child */ if (!list_empty(&p->base.profiles)) return list_first_entry(&p->base.profiles, typeof(*p), @@ -682,7 +874,7 @@ static void *p_start(struct seq_file *f, loff_t *pos) { struct aa_profile *profile = NULL; - struct aa_namespace *root = aa_current_profile()->ns; + struct aa_namespace *root = labels_ns(aa_current_label()); loff_t l = *pos; f->private = aa_get_namespace(root); @@ -789,6 +981,16 @@ { } }; +static struct aa_fs_entry aa_fs_entry_ptrace[] = { + AA_FS_FILE_STRING("mask", "read trace"), + { } +}; + +static struct aa_fs_entry aa_fs_entry_signal[] = { + AA_FS_FILE_STRING("mask", AA_FS_SIG_MASK), + { } +}; + static struct aa_fs_entry aa_fs_entry_domain[] = { AA_FS_FILE_BOOLEAN("change_hat", 1), AA_FS_FILE_BOOLEAN("change_hatv", 1), @@ -797,18 +999,48 @@ { } }; +static struct aa_fs_entry aa_fs_entry_versions[] = { + AA_FS_FILE_BOOLEAN("v5", 1), + AA_FS_FILE_BOOLEAN("v6", 1), + AA_FS_FILE_BOOLEAN("v7", 1), + { } +}; + static struct aa_fs_entry aa_fs_entry_policy[] = { - AA_FS_FILE_BOOLEAN("set_load", 1), - {} + AA_FS_DIR("versions", aa_fs_entry_versions), + AA_FS_FILE_BOOLEAN("set_load", 1), + { } +}; + +static struct aa_fs_entry aa_fs_entry_mount[] = { + AA_FS_FILE_STRING("mask", "mount umount"), + { } +}; + +static struct aa_fs_entry aa_fs_entry_namespaces[] = { + AA_FS_FILE_BOOLEAN("profile", 1), + AA_FS_FILE_BOOLEAN("pivot_root", 1), + { } +}; + +static struct aa_fs_entry aa_fs_entry_dbus[] = { + AA_FS_FILE_STRING("mask", "acquire send receive"), + { } }; static struct aa_fs_entry aa_fs_entry_features[] = { AA_FS_DIR("policy", aa_fs_entry_policy), AA_FS_DIR("domain", aa_fs_entry_domain), AA_FS_DIR("file", aa_fs_entry_file), + AA_FS_DIR("network", aa_fs_entry_network), + AA_FS_DIR("mount", aa_fs_entry_mount), + AA_FS_DIR("namespaces", aa_fs_entry_namespaces), AA_FS_FILE_U64("capability", VFS_CAP_FLAGS_MASK), AA_FS_DIR("rlimit", aa_fs_entry_rlimit), AA_FS_DIR("caps", aa_fs_entry_caps), + AA_FS_DIR("ptrace", aa_fs_entry_ptrace), + AA_FS_DIR("signal", aa_fs_entry_signal), + AA_FS_DIR("dbus", aa_fs_entry_dbus), { } }; @@ -816,6 +1048,7 @@ AA_FS_FILE_FOPS(".load", 0640, &aa_fs_profile_load), AA_FS_FILE_FOPS(".replace", 0640, &aa_fs_profile_replace), AA_FS_FILE_FOPS(".remove", 0640, &aa_fs_profile_remove), + AA_FS_FILE_FOPS(".access", 0666, &aa_fs_access), AA_FS_FILE_FOPS("profiles", 0640, &aa_fs_profiles_fops), AA_FS_DIR("features", aa_fs_entry_features), { } @@ -925,6 +1158,51 @@ aafs_remove_dir(&aa_fs_entry); } + +#define NULL_FILE_NAME ".null" +struct path aa_null; + +static int aa_mk_null_file(struct dentry *parent) +{ + struct vfsmount *mount = NULL; + struct dentry *dentry; + struct inode *inode; + int count = 0; + int error = simple_pin_fs(parent->d_sb->s_type, &mount, &count); + if (error) + return error; + + mutex_lock(&parent->d_inode->i_mutex); + dentry = lookup_one_len(NULL_FILE_NAME, parent, strlen(NULL_FILE_NAME)); + if (IS_ERR(dentry)) { + error = PTR_ERR(dentry); + goto out; + } + inode = new_inode(parent->d_inode->i_sb); + if (!inode) { + error = -ENOMEM; + goto out1; + } + + inode->i_ino = get_next_ino(); + inode->i_mode = S_IFCHR | S_IRUGO | S_IWUGO; + inode->i_atime = inode->i_mtime = inode->i_ctime = CURRENT_TIME; + init_special_inode(inode, S_IFCHR | S_IRUGO | S_IWUGO, + MKDEV(MEM_MAJOR, 3)); + d_instantiate(dentry, inode); + aa_null.dentry = dget(dentry); + aa_null.mnt = mntget(mount); + + error = 0; + +out1: + dput(dentry); +out: + mutex_unlock(&parent->d_inode->i_mutex); + simple_release_fs(&mount, &count); + return error; +} + /** * aa_create_aafs - create the apparmor security filesystem * @@ -949,12 +1227,21 @@ if (error) goto error; + mutex_lock(&root_ns->lock); error = __aa_fs_namespace_mkdir(root_ns, aa_fs_entry.dentry, "policy"); + mutex_unlock(&root_ns->lock); + if (error) goto error; - /* TODO: add support for apparmorfs_null and apparmorfs_mnt */ + error = aa_mk_null_file(aa_fs_entry.dentry); + if (error) + goto error; + + if (!aa_g_unconfined_init) { + /* TODO: add default profile to apparmorfs */ + } /* Report that AppArmor fs is enabled */ aa_info_message("AppArmor Filesystem Enabled"); --- linux-lts-utopic-3.16.0.orig/security/apparmor/audit.c +++ linux-lts-utopic-3.16.0/security/apparmor/audit.c @@ -39,10 +39,16 @@ "getattr", "open", + "file_receive", "file_perm", "file_lock", "file_mmap", "file_mprotect", + "file_inherit", + + "pivotroot", + "mount", + "umount", "create", "post_create", @@ -59,6 +65,7 @@ "socket_shutdown", "ptrace", + "signal", "exec", "change_hat", @@ -114,34 +121,41 @@ if (aa_g_audit_header) { audit_log_format(ab, "apparmor="); - audit_log_string(ab, aa_audit_type[sa->aad->type]); + audit_log_string(ab, aa_audit_type[aad(sa)->type]); } - if (sa->aad->op) { + if (aad(sa)->op) { audit_log_format(ab, " operation="); - audit_log_string(ab, op_table[sa->aad->op]); + audit_log_string(ab, op_table[aad(sa)->op]); } - if (sa->aad->info) { + if (aad(sa)->info) { audit_log_format(ab, " info="); - audit_log_string(ab, sa->aad->info); - if (sa->aad->error) - audit_log_format(ab, " error=%d", sa->aad->error); - } - - if (sa->aad->profile) { - struct aa_profile *profile = sa->aad->profile; - if (profile->ns != root_ns) { - audit_log_format(ab, " namespace="); - audit_log_untrustedstring(ab, profile->ns->base.hname); + audit_log_string(ab, aad(sa)->info); + if (aad(sa)->error) + audit_log_format(ab, " error=%d", aad(sa)->error); + } + + if (aad(sa)->label) { + struct aa_label *label = aad(sa)->label; + if (label_isprofile(label)) { + struct aa_profile *profile = labels_profile(label); + if (profile->ns != root_ns) { + audit_log_format(ab, " namespace="); + audit_log_untrustedstring(ab, + profile->ns->base.hname); + } + audit_log_format(ab, " profile="); + audit_log_untrustedstring(ab, profile->base.hname); + } else { + audit_log_format(ab, " label="); + aa_label_audit(ab, root_ns, label, false, GFP_ATOMIC); } - audit_log_format(ab, " profile="); - audit_log_untrustedstring(ab, profile->base.hname); } - if (sa->aad->name) { + if (aad(sa)->name) { audit_log_format(ab, " name="); - audit_log_untrustedstring(ab, sa->aad->name); + audit_log_untrustedstring(ab, aad(sa)->name); } } @@ -153,7 +167,12 @@ void aa_audit_msg(int type, struct common_audit_data *sa, void (*cb) (struct audit_buffer *, void *)) { - sa->aad->type = type; + /* TODO: redirect messages for profile to the correct ns + * rejects from subns should goto the audit associated + * with it, and audits from parent ns should got ns + * associated with it + */ + aad(sa)->type = type; common_lsm_audit(sa, audit_pre, cb); } @@ -161,7 +180,6 @@ * aa_audit - Log a profile based audit event to the audit subsystem * @type: audit type for the message * @profile: profile to check against (NOT NULL) - * @gfp: allocation flags to use * @sa: audit event (NOT NULL) * @cb: optional callback fn for type specific fields (MAYBE NULL) * @@ -169,14 +187,13 @@ * * Returns: error on failure */ -int aa_audit(int type, struct aa_profile *profile, gfp_t gfp, - struct common_audit_data *sa, +int aa_audit(int type, struct aa_profile *profile, struct common_audit_data *sa, void (*cb) (struct audit_buffer *, void *)) { BUG_ON(!profile); if (type == AUDIT_APPARMOR_AUTO) { - if (likely(!sa->aad->error)) { + if (likely(!aad(sa)->error)) { if (AUDIT_MODE(profile) != AUDIT_ALL) return 0; type = AUDIT_APPARMOR_AUDIT; @@ -188,22 +205,22 @@ if (AUDIT_MODE(profile) == AUDIT_QUIET || (type == AUDIT_APPARMOR_DENIED && AUDIT_MODE(profile) == AUDIT_QUIET)) - return sa->aad->error; + return aad(sa)->error; if (KILL_MODE(profile) && type == AUDIT_APPARMOR_DENIED) type = AUDIT_APPARMOR_KILL; - if (!unconfined(profile)) - sa->aad->profile = profile; + aad(sa)->label = &profile->label; aa_audit_msg(type, sa, cb); - if (sa->aad->type == AUDIT_APPARMOR_KILL) + if (aad(sa)->type == AUDIT_APPARMOR_KILL) (void)send_sig_info(SIGKILL, NULL, - sa->u.tsk ? sa->u.tsk : current); + sa->type == LSM_AUDIT_DATA_TASK && sa->u.tsk ? + sa->u.tsk : current); - if (sa->aad->type == AUDIT_APPARMOR_ALLOWED) - return complain_error(sa->aad->error); + if (aad(sa)->type == AUDIT_APPARMOR_ALLOWED) + return complain_error(aad(sa)->error); - return sa->aad->error; + return aad(sa)->error; } --- linux-lts-utopic-3.16.0.orig/security/apparmor/capability.c +++ linux-lts-utopic-3.16.0/security/apparmor/capability.c @@ -53,6 +53,7 @@ /** * audit_caps - audit a capability + * @sa: audit data * @profile: profile being tested for confinement (NOT NULL) * @cap: capability tested * @error: error code returned by test @@ -62,17 +63,12 @@ * * Returns: 0 or sa->error on success, error code on failure */ -static int audit_caps(struct aa_profile *profile, int cap, int error) +static int audit_caps(struct common_audit_data *sa, struct aa_profile *profile, + int cap, int error) { struct audit_cache *ent; int type = AUDIT_APPARMOR_AUTO; - struct common_audit_data sa; - struct apparmor_audit_data aad = {0,}; - sa.type = LSM_AUDIT_DATA_CAP; - sa.aad = &aad; - sa.u.cap = cap; - sa.aad->op = OP_CAPABLE; - sa.aad->error = error; + aad(sa)->error = error; if (likely(!error)) { /* test if auditing is being forced */ @@ -104,24 +100,40 @@ } put_cpu_var(audit_cache); - return aa_audit(type, profile, GFP_ATOMIC, &sa, audit_cb); + return aa_audit(type, profile, sa, audit_cb); } /** * profile_capable - test if profile allows use of capability @cap * @profile: profile being enforced (NOT NULL, NOT unconfined) * @cap: capability to test if allowed + * @sa: audit data (MAY BE NULL indicating no auditing) * * Returns: 0 if allowed else -EPERM */ -static int profile_capable(struct aa_profile *profile, int cap) +static int profile_capable(struct aa_profile *profile, int cap, + struct common_audit_data *sa) { - return cap_raised(profile->caps.allow, cap) ? 0 : -EPERM; + int error; + + if (cap_raised(profile->caps.allow, cap) && + !cap_raised(profile->caps.denied, cap)) + error = 0; + else + error = -EPERM; + + if (!sa) { + if (COMPLAIN_MODE(profile)) + return complain_error(error); + return error; + } + + return audit_caps(sa, profile, cap, error); } /** * aa_capable - test permission to use capability - * @profile: profile being tested against (NOT NULL) + * @label: label being tested for capability (NOT NULL) * @cap: capability to be tested * @audit: whether an audit record should be generated * @@ -129,15 +141,15 @@ * * Returns: 0 on success, or else an error code. */ -int aa_capable(struct aa_profile *profile, int cap, int audit) +int aa_capable(struct aa_label *label, int cap, int audit) { - int error = profile_capable(profile, cap); + struct aa_profile *profile; + int error = 0; + DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_CAP, OP_CAPABLE); + sa.u.cap = cap; - if (!audit) { - if (COMPLAIN_MODE(profile)) - return complain_error(error); - return error; - } + error = fn_for_each_confined(label, profile, + profile_capable(profile, cap, audit ? &sa : NULL)); - return audit_caps(profile, cap, error); + return error; } --- linux-lts-utopic-3.16.0.orig/security/apparmor/context.c +++ linux-lts-utopic-3.16.0/security/apparmor/context.c @@ -14,9 +14,9 @@ * * * AppArmor sets confinement on every task, via the the aa_task_cxt and - * the aa_task_cxt.profile, both of which are required and are not allowed + * the aa_task_cxt.label, both of which are required and are not allowed * to be NULL. The aa_task_cxt is not reference counted and is unique - * to each cred (which is reference count). The profile pointed to by + * to each cred (which is reference count). The label pointed to by * the task_cxt is reference counted. * * TODO @@ -47,9 +47,9 @@ void aa_free_task_context(struct aa_task_cxt *cxt) { if (cxt) { - aa_put_profile(cxt->profile); - aa_put_profile(cxt->previous); - aa_put_profile(cxt->onexec); + aa_put_label(cxt->label); + aa_put_label(cxt->previous); + aa_put_label(cxt->onexec); kzfree(cxt); } @@ -63,41 +63,41 @@ void aa_dup_task_context(struct aa_task_cxt *new, const struct aa_task_cxt *old) { *new = *old; - aa_get_profile(new->profile); - aa_get_profile(new->previous); - aa_get_profile(new->onexec); + aa_get_label(new->label); + aa_get_label(new->previous); + aa_get_label(new->onexec); } /** - * aa_get_task_profile - Get another task's profile + * aa_get_task_label - Get another task's label * @task: task to query (NOT NULL) * - * Returns: counted reference to @task's profile + * Returns: counted reference to @task's label */ -struct aa_profile *aa_get_task_profile(struct task_struct *task) +struct aa_label *aa_get_task_label(struct task_struct *task) { - struct aa_profile *p; + struct aa_label *p; rcu_read_lock(); - p = aa_get_profile(__aa_task_profile(task)); + p = aa_get_newest_label(__aa_task_raw_label(task)); rcu_read_unlock(); return p; } /** - * aa_replace_current_profile - replace the current tasks profiles - * @profile: new profile (NOT NULL) + * aa_replace_current_label - replace the current tasks label + * @label: new label (NOT NULL) * * Returns: 0 or error on failure */ -int aa_replace_current_profile(struct aa_profile *profile) +int aa_replace_current_label(struct aa_label *label) { struct aa_task_cxt *cxt = current_cxt(); struct cred *new; - BUG_ON(!profile); + BUG_ON(!label); - if (cxt->profile == profile) + if (cxt->label == label) return 0; new = prepare_creds(); @@ -105,19 +105,15 @@ return -ENOMEM; cxt = cred_cxt(new); - if (unconfined(profile) || (cxt->profile->ns != profile->ns)) - /* if switching to unconfined or a different profile namespace + if (unconfined(label) || (labels_ns(cxt->label) != labels_ns(label))) + /* if switching to unconfined or a different label namespace * clear out context state */ aa_clear_task_cxt_trans(cxt); - /* be careful switching cxt->profile, when racing replacement it - * is possible that cxt->profile->replacedby->profile is the reference - * keeping @profile valid, so make sure to get its reference before - * dropping the reference on cxt->profile */ - aa_get_profile(profile); - aa_put_profile(cxt->profile); - cxt->profile = profile; + aa_get_label(label); + aa_put_label(cxt->label); + cxt->label = label; commit_creds(new); return 0; @@ -125,11 +121,11 @@ /** * aa_set_current_onexec - set the tasks change_profile to happen onexec - * @profile: system profile to set at exec (MAYBE NULL to clear value) + * @label: system label to set at exec (MAYBE NULL to clear value) * * Returns: 0 or error on failure */ -int aa_set_current_onexec(struct aa_profile *profile) +int aa_set_current_onexec(struct aa_label *label) { struct aa_task_cxt *cxt; struct cred *new = prepare_creds(); @@ -137,9 +133,9 @@ return -ENOMEM; cxt = cred_cxt(new); - aa_get_profile(profile); - aa_put_profile(cxt->onexec); - cxt->onexec = profile; + aa_get_label(label); + aa_put_label(cxt->onexec); + cxt->onexec = label; commit_creds(new); return 0; @@ -147,7 +143,7 @@ /** * aa_set_current_hat - set the current tasks hat - * @profile: profile to set as the current hat (NOT NULL) + * @label: label to set as the current hat (NOT NULL) * @token: token value that must be specified to change from the hat * * Do switch of tasks hat. If the task is currently in a hat @@ -155,29 +151,29 @@ * * Returns: 0 or error on failure */ -int aa_set_current_hat(struct aa_profile *profile, u64 token) +int aa_set_current_hat(struct aa_label *label, u64 token) { struct aa_task_cxt *cxt; struct cred *new = prepare_creds(); if (!new) return -ENOMEM; - BUG_ON(!profile); + BUG_ON(!label); cxt = cred_cxt(new); if (!cxt->previous) { /* transfer refcount */ - cxt->previous = cxt->profile; + cxt->previous = cxt->label; cxt->token = token; } else if (cxt->token == token) { - aa_put_profile(cxt->profile); + aa_put_label(cxt->label); } else { /* previous_profile && cxt->token != token */ abort_creds(new); return -EACCES; } - cxt->profile = aa_get_newest_profile(profile); + cxt->label = aa_get_newest_label(label); /* clear exec on switching context */ - aa_put_profile(cxt->onexec); + aa_put_label(cxt->onexec); cxt->onexec = NULL; commit_creds(new); @@ -185,15 +181,15 @@ } /** - * aa_restore_previous_profile - exit from hat context restoring the profile + * aa_restore_previous_label - exit from hat context restoring previous label * @token: the token that must be matched to exit hat context * - * Attempt to return out of a hat to the previous profile. The token + * Attempt to return out of a hat to the previous label. The token * must match the stored token value. * * Returns: 0 or error of failure */ -int aa_restore_previous_profile(u64 token) +int aa_restore_previous_label(u64 token) { struct aa_task_cxt *cxt; struct cred *new = prepare_creds(); @@ -205,15 +201,15 @@ abort_creds(new); return -EACCES; } - /* ignore restores when there is no saved profile */ + /* ignore restores when there is no saved label */ if (!cxt->previous) { abort_creds(new); return 0; } - aa_put_profile(cxt->profile); - cxt->profile = aa_get_newest_profile(cxt->previous); - BUG_ON(!cxt->profile); + aa_put_label(cxt->label); + cxt->label = aa_get_newest_label(cxt->previous); + BUG_ON(!cxt->label); /* clear exec && prev information when restoring to previous context */ aa_clear_task_cxt_trans(cxt); --- linux-lts-utopic-3.16.0.orig/security/apparmor/domain.c +++ linux-lts-utopic-3.16.0/security/apparmor/domain.c @@ -51,34 +51,38 @@ /** * may_change_ptraced_domain - check if can change profile on ptraced task * @to_profile: profile to change to (NOT NULL) + * @info: message if there is an error * * Check if current is ptraced and if so if the tracing task is allowed * to trace the new domain * * Returns: %0 or error if change not allowed */ -static int may_change_ptraced_domain(struct aa_profile *to_profile) +static int may_change_ptraced_domain(struct aa_profile *to_profile, + const char **info) { struct task_struct *tracer; - struct aa_profile *tracerp = NULL; + struct aa_label *tracerl = NULL; int error = 0; rcu_read_lock(); tracer = ptrace_parent(current); if (tracer) /* released below */ - tracerp = aa_get_task_profile(tracer); + tracerl = aa_get_task_label(tracer); /* not ptraced */ - if (!tracer || unconfined(tracerp)) + if (!tracer || unconfined(tracerl)) goto out; - error = aa_may_ptrace(tracerp, to_profile, PTRACE_MODE_ATTACH); + error = aa_may_ptrace(tracerl, &to_profile->label, PTRACE_MODE_ATTACH); out: rcu_read_unlock(); - aa_put_profile(tracerp); + aa_put_label(tracerl); + if (error) + *info = "ptrace prevents transition"; return error; } @@ -101,7 +105,7 @@ struct path_cond cond = { }; unsigned int state; - if (unconfined(profile)) { + if (profile_unconfined(profile)) { perms.allow = AA_MAY_CHANGE_PROFILE | AA_MAY_ONEXEC; perms.audit = perms.quiet = perms.kill = 0; return perms; @@ -143,7 +147,7 @@ struct aa_profile *profile, *candidate = NULL; list_for_each_entry_rcu(profile, head, base.list) { - if (profile->flags & PFLAG_NULL) + if (profile->label.flags & FLAG_NULL) continue; if (profile->xmatch && profile->xmatch_len > len) { unsigned int state = aa_dfa_match(profile->xmatch, @@ -236,7 +240,7 @@ * * Returns: refcounted profile, or NULL on failure (MAYBE NULL) */ -static struct aa_profile *x_table_lookup(struct aa_profile *profile, u32 xindex) +struct aa_profile *x_table_lookup(struct aa_profile *profile, u32 xindex) { struct aa_profile *new_profile = NULL; struct aa_namespace *ns = profile->ns; @@ -337,6 +341,7 @@ int apparmor_bprm_set_creds(struct linux_binprm *bprm) { struct aa_task_cxt *cxt; + struct aa_label *label; struct aa_profile *profile, *new_profile = NULL; struct aa_namespace *ns; char *buffer = NULL; @@ -357,7 +362,8 @@ cxt = cred_cxt(bprm->cred); BUG_ON(!cxt); - profile = aa_get_newest_profile(cxt->profile); + label = aa_get_newest_label(cxt->label); + profile = labels_profile(label); /* * get the namespace from the replacement profile as replacement * can change the namespace @@ -366,11 +372,12 @@ state = profile->file.start; /* buffer freed below, name is pointer into buffer */ - error = aa_path_name(&bprm->file->f_path, profile->path_flags, &buffer, - &name, &info); + get_buffers(buffer); + error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, + &name, &info, profile->disconnected); if (error) { - if (unconfined(profile) || - (profile->flags & PFLAG_IX_ON_NAME_ERROR)) + if (profile_unconfined(profile) || + (profile->label.flags & FLAG_IX_ON_NAME_ERROR)) error = 0; name = bprm->filename; goto audit; @@ -379,11 +386,11 @@ /* Test for onexec first as onexec directives override other * x transitions. */ - if (unconfined(profile)) { + if (profile_unconfined(profile)) { /* unconfined task */ if (cxt->onexec) /* change_profile on exec already been granted */ - new_profile = aa_get_profile(cxt->onexec); + new_profile = labels_profile(aa_get_label(cxt->onexec)); else new_profile = find_attach(ns, &ns->base.profiles, name); if (!new_profile) @@ -409,13 +416,13 @@ * exec\0change_profile */ state = aa_dfa_null_transition(profile->file.dfa, state); - cp = change_profile_perms(profile, cxt->onexec->ns, - cxt->onexec->base.name, + cp = change_profile_perms(profile, labels_profile(cxt->onexec)->ns, + labels_profile(cxt->onexec)->base.name, AA_MAY_ONEXEC, state); if (!(cp.allow & AA_MAY_ONEXEC)) goto audit; - new_profile = aa_get_newest_profile(cxt->onexec); + new_profile = labels_profile(aa_get_newest_label(cxt->onexec)); goto apply; } @@ -432,17 +439,19 @@ new_profile = aa_get_profile(profile); goto x_clear; } else if (perms.xindex & AA_X_UNCONFINED) { - new_profile = aa_get_newest_profile(ns->unconfined); + new_profile = labels_profile(aa_get_newest_label(&ns->unconfined->label)); info = "ux fallback"; } else { - error = -ENOENT; + error = -EACCES; info = "profile not found"; /* remove MAY_EXEC to audit as failure */ perms.allow &= ~MAY_EXEC; } } } else if (COMPLAIN_MODE(profile)) { - /* no exec permission - are we in learning mode */ + /* no exec permission - learning mode. break rcu lock */ + put_buffers(buffer); + name = NULL; new_profile = aa_new_null_profile(profile, 0); if (!new_profile) { error = -ENOMEM; @@ -452,6 +461,12 @@ target = new_profile->base.hname; } perms.xindex |= AA_X_UNSAFE; + /* re-aquire buffer and rcu readlock and re-get name */ + get_buffers(buffer); + if (!error) + error = aa_path_name(&bprm->file->f_path, + profile->path_flags, buffer, + &name, &info, profile->disconnected); } else /* fail exec */ error = -EACCES; @@ -475,7 +490,7 @@ } if (bprm->unsafe & (LSM_UNSAFE_PTRACE | LSM_UNSAFE_PTRACE_CAP)) { - error = may_change_ptraced_domain(new_profile); + error = may_change_ptraced_domain(new_profile, &info); if (error) { aa_put_profile(new_profile); goto audit; @@ -505,20 +520,20 @@ bprm->per_clear |= PER_CLEAR_ON_SETID; x_clear: - aa_put_profile(cxt->profile); + aa_put_label(cxt->label); /* transfer new profile reference will be released when cxt is freed */ - cxt->profile = new_profile; + cxt->label = &new_profile->label; /* clear out all temporary/transitional state from the context */ aa_clear_task_cxt_trans(cxt); audit: - error = aa_audit_file(profile, &perms, GFP_KERNEL, OP_EXEC, MAY_EXEC, - name, target, cond.uid, info, error); + error = aa_audit_file(profile, &perms, OP_EXEC, MAY_EXEC, name, target, + cond.uid, info, error); cleanup: - aa_put_profile(profile); - kfree(buffer); + aa_put_label(label); + put_buffers(buffer); return error; } @@ -542,36 +557,6 @@ return ret; } -/** - * apparmor_bprm_committing_creds - do task cleanup on committing new creds - * @bprm: binprm for the exec (NOT NULL) - */ -void apparmor_bprm_committing_creds(struct linux_binprm *bprm) -{ - struct aa_profile *profile = __aa_current_profile(); - struct aa_task_cxt *new_cxt = cred_cxt(bprm->cred); - - /* bail out if unconfined or not changing profile */ - if ((new_cxt->profile == profile) || - (unconfined(new_cxt->profile))) - return; - - current->pdeath_signal = 0; - - /* reset soft limits and set hard limits for the new profile */ - __aa_transition_rlimits(profile, new_cxt->profile); -} - -/** - * apparmor_bprm_commited_cred - do cleanup after new creds committed - * @bprm: binprm for the exec (NOT NULL) - */ -void apparmor_bprm_committed_creds(struct linux_binprm *bprm) -{ - /* TODO: cleanup signals - ipc mediation */ - return; -} - /* * Functions for self directed profile change */ @@ -609,7 +594,8 @@ { const struct cred *cred; struct aa_task_cxt *cxt; - struct aa_profile *profile, *previous_profile, *hat = NULL; + struct aa_label *label, *previous; + struct aa_profile *profile, *hat = NULL; char *name = NULL; int i; struct file_perms perms = {}; @@ -621,16 +607,18 @@ * There is no exception for unconfined as change_hat is not * available. */ - if (current->no_new_privs) + if (task_no_new_privs(current)) return -EPERM; /* released below */ cred = get_current_cred(); cxt = cred_cxt(cred); - profile = aa_cred_profile(cred); - previous_profile = cxt->previous; + label = aa_get_newest_cred_label(cred); + previous = cxt->previous; + + profile = labels_profile(label); - if (unconfined(profile)) { + if (unconfined(label)) { info = "unconfined"; error = -EPERM; goto audit; @@ -642,7 +630,7 @@ if (PROFILE_IS_HAT(profile)) root = aa_get_profile_rcu(&profile->parent); else - root = aa_get_profile(profile); + root = aa_get_profile(labels_profile(label)); /* find first matching hat */ for (i = 0; i < count && !hat; i++) @@ -688,15 +676,14 @@ } } - error = may_change_ptraced_domain(hat); + error = may_change_ptraced_domain(hat, &info); if (error) { - info = "ptraced"; error = -EPERM; goto audit; } if (!permtest) { - error = aa_set_current_hat(hat, token); + error = aa_set_current_hat(&hat->label, token); if (error == -EACCES) /* kill task in case of brute force attacks */ perms.kill = AA_MAY_CHANGEHAT; @@ -704,12 +691,12 @@ /* reset error for learning of new hats */ error = -ENOENT; } - } else if (previous_profile) { - /* Return to saved profile. Kill task if restore fails + } else if (previous) { + /* Return to saved label. Kill task if restore fails * to avoid brute force attacks */ - target = previous_profile->base.hname; - error = aa_restore_previous_profile(token); + target = previous->hname; + error = aa_restore_previous_label(token); perms.kill = AA_MAY_CHANGEHAT; } else /* ignore restores when there is no saved profile */ @@ -717,12 +704,13 @@ audit: if (!permtest) - error = aa_audit_file(profile, &perms, GFP_KERNEL, - OP_CHANGE_HAT, AA_MAY_CHANGEHAT, NULL, - target, GLOBAL_ROOT_UID, info, error); + error = aa_audit_file(profile, &perms, OP_CHANGE_HAT, + AA_MAY_CHANGEHAT, NULL, target, + GLOBAL_ROOT_UID, info, error); out: aa_put_profile(hat); + aa_put_label(label); kfree(name); put_cred(cred); @@ -748,6 +736,7 @@ bool permtest) { const struct cred *cred; + struct aa_label *label; struct aa_profile *profile, *target = NULL; struct aa_namespace *ns = NULL; struct file_perms perms = {}; @@ -767,7 +756,8 @@ } cred = get_current_cred(); - profile = aa_cred_profile(cred); + label = aa_get_newest_cred_label(cred); + profile = labels_profile(label); /* * Fail explicitly requested domain transitions if no_new_privs @@ -776,7 +766,8 @@ * no_new_privs is set because this aways results in a reduction * of permissions. */ - if (current->no_new_privs && !unconfined(profile)) { + if (task_no_new_privs(current) && !unconfined(label)) { + aa_put_label(label); put_cred(cred); return -EPERM; } @@ -797,7 +788,7 @@ /* if the name was not specified, use the name of the current profile */ if (!hname) { - if (unconfined(profile)) + if (profile_unconfined(profile)) hname = ns->unconfined->base.hname; else hname = profile->base.hname; @@ -827,27 +818,26 @@ } /* check if tracing task is allowed to trace target domain */ - error = may_change_ptraced_domain(target); - if (error) { - info = "ptrace prevents transition"; + error = may_change_ptraced_domain(target, &info); + if (error) goto audit; - } if (permtest) goto audit; if (onexec) - error = aa_set_current_onexec(target); + error = aa_set_current_onexec(&target->label); else - error = aa_replace_current_profile(target); + error = aa_replace_current_label(&target->label); audit: if (!permtest) - error = aa_audit_file(profile, &perms, GFP_KERNEL, op, request, - name, hname, GLOBAL_ROOT_UID, info, error); + error = aa_audit_file(profile, &perms, op, request, name, + hname, GLOBAL_ROOT_UID, info, error); aa_put_namespace(ns); aa_put_profile(target); + aa_put_label(label); put_cred(cred); return error; --- linux-lts-utopic-3.16.0.orig/security/apparmor/file.c +++ linux-lts-utopic-3.16.0/security/apparmor/file.c @@ -12,8 +12,14 @@ * License. */ +#include +#include +#include + +#include "include/af_unix.h" #include "include/apparmor.h" #include "include/audit.h" +#include "include/context.h" #include "include/file.h" #include "include/match.h" #include "include/path.h" @@ -22,6 +28,17 @@ struct file_perms nullperms; +static u32 map_mask_to_chr_mask(u32 mask) +{ + u32 m = mask & PERMS_CHRS_MASK; + if (mask & AA_MAY_GETATTR) + m |= MAY_READ; + if (mask & (AA_MAY_SETATTR | AA_MAY_CHMOD | AA_MAY_CHOWN)) + m |= MAY_WRITE; + + return m; +} + /** * audit_file_mask - convert mask to permission string * @buffer: buffer to write string to (NOT NULL) @@ -31,29 +48,7 @@ { char str[10]; - char *m = str; - - if (mask & AA_EXEC_MMAP) - *m++ = 'm'; - if (mask & (MAY_READ | AA_MAY_META_READ)) - *m++ = 'r'; - if (mask & (MAY_WRITE | AA_MAY_META_WRITE | AA_MAY_CHMOD | - AA_MAY_CHOWN)) - *m++ = 'w'; - else if (mask & MAY_APPEND) - *m++ = 'a'; - if (mask & AA_MAY_CREATE) - *m++ = 'c'; - if (mask & AA_MAY_DELETE) - *m++ = 'd'; - if (mask & AA_MAY_LINK) - *m++ = 'l'; - if (mask & AA_MAY_LOCK) - *m++ = 'k'; - if (mask & MAY_EXEC) - *m++ = 'x'; - *m = '\0'; - + aa_perm_mask_to_str(str, aa_file_perm_chrs, map_mask_to_chr_mask(mask)); audit_log_string(ab, str); } @@ -67,24 +62,24 @@ struct common_audit_data *sa = va; kuid_t fsuid = current_fsuid(); - if (sa->aad->fs.request & AA_AUDIT_FILE_MASK) { + if (aad(sa)->request & AA_AUDIT_FILE_MASK) { audit_log_format(ab, " requested_mask="); - audit_file_mask(ab, sa->aad->fs.request); + audit_file_mask(ab, aad(sa)->request); } - if (sa->aad->fs.denied & AA_AUDIT_FILE_MASK) { + if (aad(sa)->denied & AA_AUDIT_FILE_MASK) { audit_log_format(ab, " denied_mask="); - audit_file_mask(ab, sa->aad->fs.denied); + audit_file_mask(ab, aad(sa)->denied); } - if (sa->aad->fs.request & AA_AUDIT_FILE_MASK) { + if (aad(sa)->request & AA_AUDIT_FILE_MASK) { audit_log_format(ab, " fsuid=%d", from_kuid(&init_user_ns, fsuid)); audit_log_format(ab, " ouid=%d", - from_kuid(&init_user_ns, sa->aad->fs.ouid)); + from_kuid(&init_user_ns, aad(sa)->fs.ouid)); } - if (sa->aad->fs.target) { + if (aad(sa)->target) { audit_log_format(ab, " target="); - audit_log_untrustedstring(ab, sa->aad->fs.target); + audit_log_untrustedstring(ab, aad(sa)->target); } } @@ -92,7 +87,6 @@ * aa_audit_file - handle the auditing of file operations * @profile: the profile being enforced (NOT NULL) * @perms: the permissions computed for the request (NOT NULL) - * @gfp: allocation flags * @op: operation being mediated * @request: permissions requested * @name: name of object being mediated (MAYBE NULL) @@ -104,53 +98,85 @@ * Returns: %0 or error on failure */ int aa_audit_file(struct aa_profile *profile, struct file_perms *perms, - gfp_t gfp, int op, u32 request, const char *name, - const char *target, kuid_t ouid, const char *info, int error) + int op, u32 request, const char *name, const char *target, + kuid_t ouid, const char *info, int error) { int type = AUDIT_APPARMOR_AUTO; - struct common_audit_data sa; - struct apparmor_audit_data aad = {0,}; - sa.type = LSM_AUDIT_DATA_NONE; - sa.aad = &aad; - aad.op = op, - aad.fs.request = request; - aad.name = name; - aad.fs.target = target; - aad.fs.ouid = ouid; - aad.info = info; - aad.error = error; - if (likely(!sa.aad->error)) { + DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, op); + aad(&sa)->request = request; + aad(&sa)->name = name; + aad(&sa)->target = target; + aad(&sa)->fs.ouid = ouid; + aad(&sa)->info = info; + aad(&sa)->error = error; + sa.u.tsk = NULL; + + if (likely(!aad(&sa)->error)) { u32 mask = perms->audit; if (unlikely(AUDIT_MODE(profile) == AUDIT_ALL)) mask = 0xffff; /* mask off perms that are not being force audited */ - sa.aad->fs.request &= mask; + aad(&sa)->request &= mask; - if (likely(!sa.aad->fs.request)) + if (likely(!aad(&sa)->request)) return 0; type = AUDIT_APPARMOR_AUDIT; } else { /* only report permissions that were denied */ - sa.aad->fs.request = sa.aad->fs.request & ~perms->allow; + aad(&sa)->request = aad(&sa)->request & ~perms->allow; - if (sa.aad->fs.request & perms->kill) + if (aad(&sa)->request & perms->kill) type = AUDIT_APPARMOR_KILL; /* quiet known rejects, assumes quiet and kill do not overlap */ - if ((sa.aad->fs.request & perms->quiet) && + if ((aad(&sa)->request & perms->quiet) && AUDIT_MODE(profile) != AUDIT_NOQUIET && AUDIT_MODE(profile) != AUDIT_ALL) - sa.aad->fs.request &= ~perms->quiet; + aad(&sa)->request &= ~perms->quiet; - if (!sa.aad->fs.request) - return COMPLAIN_MODE(profile) ? 0 : sa.aad->error; + if (!aad(&sa)->request) + return COMPLAIN_MODE(profile) ? 0 : aad(&sa)->error; } - sa.aad->fs.denied = sa.aad->fs.request & ~perms->allow; - return aa_audit(type, profile, gfp, &sa, file_audit_cb); + aad(&sa)->denied = aad(&sa)->request & ~perms->allow; + return aa_audit(type, profile, &sa, file_audit_cb); +} + +/** + * is_deleted - test if a file has been completely unlinked + * @dentry: dentry of file to test for deletion (NOT NULL) + * + * Returns: %1 if deleted else %0 + */ +static inline bool is_deleted(struct dentry *dentry) +{ + if (d_unlinked(dentry) && dentry->d_inode->i_nlink == 0) + return 1; + return 0; +} + +static int path_name(int op, struct aa_label *label, struct path *path, + int flags, char *buffer, const char**name, + struct path_cond *cond, u32 request, bool delegate_deleted) +{ + struct aa_profile *profile; + const char *info = NULL; + int error = aa_path_name(path, flags, buffer, name, &info, + labels_profile(label)->disconnected); + if (error) { + if (error == -ENOENT && is_deleted(path->dentry) && + delegate_deleted) + return 0; + fn_for_each_confined(label, profile, + aa_audit_file(profile, &nullperms, op, request, *name, + NULL, cond->uid, info, error)); + return error; + } + + return 0; } /** @@ -163,10 +189,11 @@ { u32 new = old & 0xf; if (old & MAY_READ) - new |= AA_MAY_META_READ; + new |= AA_MAY_GETATTR | AA_MAY_OPEN; if (old & MAY_WRITE) - new |= AA_MAY_META_WRITE | AA_MAY_CREATE | AA_MAY_DELETE | - AA_MAY_CHMOD | AA_MAY_CHOWN; + new |= AA_MAY_SETATTR | AA_MAY_CREATE | AA_MAY_DELETE | + AA_MAY_CHMOD | AA_MAY_CHOWN | AA_MAY_OPEN | + AA_MAY_DELETE; if (old & 0x10) new |= AA_MAY_LINK; /* the old mapping lock and link_subset flags where overlaid @@ -214,7 +241,7 @@ perms.quiet = map_old_perms(dfa_other_quiet(dfa, state)); perms.xindex = dfa_other_xindex(dfa, state); } - perms.allow |= AA_MAY_META_READ; + perms.allow |= AA_MAY_GETATTR; /* change_profile wasn't determined by ownership in old mapping */ if (ACCEPT_TABLE(dfa)[state] & 0x80000000) @@ -251,23 +278,25 @@ return state; } -/** - * is_deleted - test if a file has been completely unlinked - * @dentry: dentry of file to test for deletion (NOT NULL) - * - * Returns: %1 if deleted else %0 - */ -static inline bool is_deleted(struct dentry *dentry) -{ - if (d_unlinked(dentry) && dentry->d_inode->i_nlink == 0) - return 1; - return 0; +int __aa_path_perm(int op, struct aa_profile *profile, const char *name, + u32 request, struct path_cond *cond, int flags, + struct file_perms *perms) +{ + int e = 0; + if (profile_unconfined(profile) || + ((flags & PATH_SOCK_COND) && !PROFILE_MEDIATES_AF(profile, AF_UNIX))) + return 0; + aa_str_perms(profile->file.dfa, profile->file.start, name, cond, perms); + if (request & ~perms->allow) + e = -EACCES; + return aa_audit_file(profile, perms, op, request, name, NULL, + cond->uid, NULL, e); } /** * aa_path_perm - do permissions check & audit for @path * @op: operation being checked - * @profile: profile being enforced (NOT NULL) + * @label: profile being enforced (NOT NULL) * @path: path to check permissions of (NOT NULL) * @flags: any additional path flags beyond what the profile specifies * @request: requested permissions @@ -275,35 +304,28 @@ * * Returns: %0 else error if access denied or other error */ -int aa_path_perm(int op, struct aa_profile *profile, struct path *path, +int aa_path_perm(int op, struct aa_label *label, struct path *path, int flags, u32 request, struct path_cond *cond) { - char *buffer = NULL; struct file_perms perms = {}; - const char *name, *info = NULL; + char *buffer = NULL; + const char *name; + struct aa_profile *profile; int error; - flags |= profile->path_flags | (S_ISDIR(cond->mode) ? PATH_IS_DIR : 0); - error = aa_path_name(path, flags, &buffer, &name, &info); - if (error) { - if (error == -ENOENT && is_deleted(path->dentry)) { - /* Access to open files that are deleted are - * give a pass (implicit delegation) - */ - error = 0; - info = NULL; - perms.allow = request; - } - } else { - aa_str_perms(profile->file.dfa, profile->file.start, name, cond, - &perms); - if (request & ~perms.allow) - error = -EACCES; - } - error = aa_audit_file(profile, &perms, GFP_KERNEL, op, request, name, - NULL, cond->uid, info, error); - kfree(buffer); + /* TODO: fix path lookup flags */ + flags |= labels_profile(label)->path_flags | + (S_ISDIR(cond->mode) ? PATH_IS_DIR : 0); + get_buffers(buffer); + + error = path_name(op, label, path, flags, buffer, &name, cond, + request, true); + if (!error) + error = fn_for_each_confined(label, profile, + __aa_path_perm(op, profile, name, request, cond, + flags, &perms)); + put_buffers(buffer); return error; } @@ -327,65 +349,25 @@ return 1; } -/** - * aa_path_link - Handle hard link permission check - * @profile: the profile being enforced (NOT NULL) - * @old_dentry: the target dentry (NOT NULL) - * @new_dir: directory the new link will be created in (NOT NULL) - * @new_dentry: the link being created (NOT NULL) - * - * Handle the permission test for a link & target pair. Permission - * is encoded as a pair where the link permission is determined - * first, and if allowed, the target is tested. The target test - * is done from the point of the link match (not start of DFA) - * making the target permission dependent on the link permission match. - * - * The subset test if required forces that permissions granted - * on link are a subset of the permission granted to target. - * - * Returns: %0 if allowed else error - */ -int aa_path_link(struct aa_profile *profile, struct dentry *old_dentry, - struct path *new_dir, struct dentry *new_dentry) +static int profile_path_link(struct aa_profile *profile, const char *lname, + const char *tname, struct path_cond *cond) { - struct path link = { new_dir->mnt, new_dentry }; - struct path target = { new_dir->mnt, old_dentry }; - struct path_cond cond = { - old_dentry->d_inode->i_uid, - old_dentry->d_inode->i_mode - }; - char *buffer = NULL, *buffer2 = NULL; - const char *lname, *tname = NULL, *info = NULL; struct file_perms lperms, perms; + const char *info = NULL; u32 request = AA_MAY_LINK; unsigned int state; - int error; - - lperms = nullperms; - - /* buffer freed below, lname is pointer in buffer */ - error = aa_path_name(&link, profile->path_flags, &buffer, &lname, - &info); - if (error) - goto audit; + int e = -EACCES; - /* buffer2 freed below, tname is pointer in buffer2 */ - error = aa_path_name(&target, profile->path_flags, &buffer2, &tname, - &info); - if (error) - goto audit; - - error = -EACCES; /* aa_str_perms - handles the case of the dfa being NULL */ state = aa_str_perms(profile->file.dfa, profile->file.start, lname, - &cond, &lperms); + cond, &lperms); if (!(lperms.allow & AA_MAY_LINK)) goto audit; /* test to see if target can be paired with link */ state = aa_dfa_null_transition(profile->file.dfa, state); - aa_str_perms(profile->file.dfa, state, tname, &cond, &perms); + aa_str_perms(profile->file.dfa, state, tname, cond, &perms); /* force audit/quiet masks for link are stored in the second entry * in the link pair. @@ -403,10 +385,10 @@ if (!(perms.allow & AA_LINK_SUBSET)) goto done_tests; - /* Do link perm subset test requiring allowed permission on link are a - * subset of the allowed permissions on target. + /* Do link perm subset test requiring allowed permission on link are + * a subset of the allowed permissions on target. */ - aa_str_perms(profile->file.dfa, profile->file.start, tname, &cond, + aa_str_perms(profile->file.dfa, profile->file.start, tname, cond, &perms); /* AA_MAY_LINK is not considered in the subset test */ @@ -425,13 +407,175 @@ } done_tests: - error = 0; + e = 0; audit: - error = aa_audit_file(profile, &lperms, GFP_KERNEL, OP_LINK, request, - lname, tname, cond.uid, info, error); - kfree(buffer); - kfree(buffer2); + return aa_audit_file(profile, &lperms, OP_LINK, request, lname, tname, + cond->uid, info, e); +} + +/** + * aa_path_link - Handle hard link permission check + * @label: the label being enforced (NOT NULL) + * @old_dentry: the target dentry (NOT NULL) + * @new_dir: directory the new link will be created in (NOT NULL) + * @new_dentry: the link being created (NOT NULL) + * + * Handle the permission test for a link & target pair. Permission + * is encoded as a pair where the link permission is determined + * first, and if allowed, the target is tested. The target test + * is done from the point of the link match (not start of DFA) + * making the target permission dependent on the link permission match. + * + * The subset test if required forces that permissions granted + * on link are a subset of the permission granted to target. + * + * Returns: %0 if allowed else error + */ +int aa_path_link(struct aa_label *label, struct dentry *old_dentry, + struct path *new_dir, struct dentry *new_dentry) +{ + struct path link = { new_dir->mnt, new_dentry }; + struct path target = { new_dir->mnt, old_dentry }; + struct path_cond cond = { + old_dentry->d_inode->i_uid, + old_dentry->d_inode->i_mode + }; + char *buffer = NULL, *buffer2 = NULL; + const char *lname, *tname = NULL; + struct aa_profile *profile; + int error; + + /* TODO: fix path lookup flags, auditing of failed path for profile */ + profile = labels_profile(label); + /* buffer freed below, lname is pointer in buffer */ + get_buffers(buffer, buffer2); + error = path_name(OP_LINK, label, &link, + labels_profile(label)->path_flags, buffer, + &lname, &cond, AA_MAY_LINK, false); + if (error) + goto out; + + /* buffer2 freed below, tname is pointer in buffer2 */ + error = path_name(OP_LINK, label, &target, + labels_profile(label)->path_flags, buffer2, &tname, + &cond, AA_MAY_LINK, false); + if (error) + goto out; + + error = fn_for_each_confined(label, profile, + profile_path_link(profile, lname, tname, &cond)); + +out: + put_buffers(buffer, buffer2); + + return error; +} + +static void update_file_cxt(struct aa_file_cxt *fcxt, struct aa_label *label, + u32 request) +{ + struct aa_label *l, *old; + + /* update caching of label on file_cxt */ + spin_lock(&fcxt->lock); + old = rcu_dereference_protected(fcxt->label, + spin_is_locked(&fcxt->lock)); + l = aa_label_merge(old, label, GFP_ATOMIC); + if (l) { + if (l != old) { + rcu_assign_pointer(fcxt->label, l); + aa_put_label(old); + } else + aa_put_label(l); + fcxt->allow |= request; + } + spin_unlock(&fcxt->lock); +} + +static int __file_path_perm(int op, struct aa_label *label, + struct aa_label *flabel, struct file *file, + u32 request, u32 denied) +{ + struct aa_profile *profile; + struct file_perms perms = {}; + struct path_cond cond = { + .uid = file_inode(file)->i_uid, + .mode = file_inode(file)->i_mode + }; + const char *name; + char *buffer; + int flags, error; + + /* revalidation due to label out of date. No revocation at this time */ + if (!denied && aa_label_is_subset(flabel, label)) + /* TODO: check for revocation on stale profiles */ + return 0; + + /* TODO: fix path lookup flags */ + flags = PATH_DELEGATE_DELETED | labels_profile(label)->path_flags | + (S_ISDIR(cond.mode) ? PATH_IS_DIR : 0); + get_buffers(buffer); + + error = path_name(op, label, &file->f_path, flags, buffer, &name, &cond, + request, true); + if (error) { + if (error == 1) + /* Access to open files that are deleted are + * given a pass (implicit delegation) + */ + /* TODO not needed when full perms cached */ + error = 0; + goto out; + } + + /* check every profile in task label not in current cache */ + error = fn_for_each_not_in_set(flabel, label, profile, + __aa_path_perm(op, profile, name, request, &cond, 0, + &perms)); + if (denied) { + /* check every profile in file label that was not tested + * in the initial check above. + */ + /* TODO: cache full perms so this only happens because of + * conditionals */ + /* TODO: don't audit here */ + last_error(error, + fn_for_each_not_in_set(label, flabel, profile, + __aa_path_perm(op, profile, name, request, + &cond, 0, &perms))); + } + if (!error) + update_file_cxt(file_cxt(file), label, request); + +out: + put_buffers(buffer); + + return error; +} + +static int __file_sock_perm(int op, struct aa_label *label, + struct aa_label *flabel, struct file *file, + u32 request, u32 denied) +{ + struct socket *sock = (struct socket *) file->private_data; + int error; + + AA_BUG(!sock); + + /* revalidation due to label out of date. No revocation at this time */ + if (!denied && aa_label_is_subset(flabel, label)) + return 0; + + /* TODO: improve to skip profiles cached in flabel */ + error = aa_sock_file_perm(label, op, request, sock); + if (denied) { + /* TODO: improve to skip profiles checked above */ + /* check every profile in file label to is cached */ + last_error(error, aa_sock_file_perm(flabel, op, request, sock)); + } + if (!error) + update_file_cxt(file_cxt(file), label, request); return error; } @@ -439,20 +583,117 @@ /** * aa_file_perm - do permission revalidation check & audit for @file * @op: operation being checked - * @profile: profile being enforced (NOT NULL) + * @label: label being enforced (NOT NULL) * @file: file to revalidate access permissions on (NOT NULL) * @request: requested permissions * * Returns: %0 if access allowed else error */ -int aa_file_perm(int op, struct aa_profile *profile, struct file *file, +int aa_file_perm(int op, struct aa_label *label, struct file *file, u32 request) { - struct path_cond cond = { - .uid = file_inode(file)->i_uid, - .mode = file_inode(file)->i_mode - }; + struct aa_file_cxt *fcxt; + struct aa_label *flabel; + u32 denied; + int error = 0; + + AA_BUG(!label); + AA_BUG(!file); + + fcxt = file_cxt(file); + + rcu_read_lock(); + flabel = rcu_dereference(fcxt->label); + AA_BUG(!flabel); + + /* revalidate access, if task is unconfined, or the cached cred + * doesn't match or if the request is for more permissions than + * was granted. + * + * Note: the test for !unconfined(flabel) is to handle file + * delegation from unconfined tasks + */ + denied = request & ~fcxt->allow; + if (unconfined(label) || unconfined(flabel) || + (!denied && aa_label_is_subset(flabel, label))) + goto done; + + /* TODO: label cross check */ + + if (file->f_path.mnt && path_mediated_fs(file_inode(file))) { + error = __file_path_perm(op, label, flabel, file, request, + denied); + + } else if (S_ISSOCK(file_inode(file)->i_mode)) { + error = __file_sock_perm(op, label, flabel, file, request, + denied); + } +done: + rcu_read_unlock(); + + return error; +} + +static void revalidate_tty(struct aa_label *label) +{ + struct tty_struct *tty; + int drop_tty = 0; - return aa_path_perm(op, profile, &file->f_path, PATH_DELEGATE_DELETED, - request, &cond); + tty = get_current_tty(); + if (!tty) + return; + + spin_lock(&tty_files_lock); + if (!list_empty(&tty->tty_files)) { + struct tty_file_private *file_priv; + struct file *file; + /* TODO: Revalidate access to controlling tty. */ + file_priv = list_first_entry(&tty->tty_files, + struct tty_file_private, list); + file = file_priv->file; + + if (aa_file_perm(OP_INHERIT, label, file, MAY_READ | MAY_WRITE)) + drop_tty = 1; + } + spin_unlock(&tty_files_lock); + tty_kref_put(tty); + + if (drop_tty) + no_tty(); +} + +static int match_file(const void *p, struct file *file, unsigned fd) +{ + struct aa_label *label = (struct aa_label *)p; + if (aa_file_perm(OP_INHERIT, label, file, aa_map_file_to_perms(file))) + return fd + 1; + return 0; +} + + +/* based on selinux's flush_unauthorized_files */ +void aa_inherit_files(const struct cred *cred, struct files_struct *files) +{ + struct aa_label *label = aa_get_newest_cred_label(cred); + struct file *devnull = NULL; + unsigned n; + + revalidate_tty(label); + + /* Revalidate access to inherited open files. */ + n = iterate_fd(files, 0, match_file, label); + if (!n) /* none found? */ + goto out; + + devnull = dentry_open(&aa_null, O_RDWR, cred); + if (IS_ERR(devnull)) + devnull = NULL; + /* replace all the matching ones with this */ + do { + replace_fd(n - 1, devnull, 0); + } while ((n = iterate_fd(files, n, match_file, label)) != 0); + if (devnull) + fput(devnull); +out: + aa_put_label(label); } --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/af_unix.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/af_unix.h @@ -0,0 +1,121 @@ +/* + * AppArmor security module + * + * This file contains AppArmor af_unix fine grained mediation + * + * Copyright 2014 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ +#ifndef __AA_AF_UNIX_H + +#include + +#include "label.h" +//#include "include/net.h" + +#define unix_addr_len(L) ((L) - sizeof(sa_family_t)) +#define unix_abstract_name_len(L) (unix_addr_len(L) - 1) +#define unix_abstract_len(U) (unix_abstract_name_len((U)->addr->len)) +#define addr_unix_abstract_name(B) ((B)[0] == 0) +#define addr_unix_anonymous(U) (addr_unix_len(U) <= 0) +#define addr_unix_abstract(U) (!addr_unix_anonymous(U) && addr_unix_abstract_name((U)->addr)) +//#define unix_addr_fs(U) (!unix_addr_anonymous(U) && !unix_addr_abstract_name((U)->addr)) + +#define unix_addr(A) ((struct sockaddr_un *)(A)) +#define unix_addr_anon(A, L) ((A) && unix_addr_len(L) <= 0) +#define unix_addr_fs(A, L) (!unix_addr_anon(A, L) && unix_addr(A)->sun_path[0] == '/') + +#define UNIX_ANONYMOUS(U) (!unix_sk(U)->addr) +/* from net/unix/af_unix.c */ +#define UNIX_ABSTRACT(U) (!UNIX_ANONYMOUS(U) && \ + unix_sk(U)->addr->hash < UNIX_HASH_SIZE) +#define UNIX_FS(U) (!UNIX_ANONYMOUS(U) && unix_sk(U)->addr->name->sun_path[0]) +#define unix_peer(sk) (unix_sk(sk)->peer) +#define unix_connected(S) ((S)->state == SS_CONNECTED) + +static inline void print_unix_addr(struct sockaddr_un *A, int L) +{ + char *buf = (A) ? (char *) &(A)->sun_path : NULL; + int len = unix_addr_len(L); + if (!buf || len <= 0) + printk(" "); + else if (buf[0]) + printk(" %s", buf); + else + /* abstract name len includes leading \0 */ + printk(" %d @%.*s", len - 1, len - 1, buf+1); +}; + +/* + printk("%s: %s: f %d, t %d, p %d", __FUNCTION__, \ + #SK , \ +*/ +#define print_unix_sk(SK) \ +do { \ + struct unix_sock *u = unix_sk(SK); \ + printk("%s: f %d, t %d, p %d", #SK , \ + (SK)->sk_family, (SK)->sk_type, (SK)->sk_protocol); \ + if (u->addr) \ + print_unix_addr(u->addr->name, u->addr->len); \ + else \ + print_unix_addr(NULL, sizeof(sa_family_t)); \ + /* printk("\n");*/ \ +} while (0) + +#define print_sk(SK) \ +do { \ + if (!(SK)) { \ + printk("%s: %s is null\n", __FUNCTION__, #SK); \ + } else if ((SK)->sk_family == PF_UNIX) { \ + print_unix_sk(SK); \ + printk("\n"); \ + } else { \ + printk("%s: %s: family %d\n", __FUNCTION__, #SK , \ + (SK)->sk_family); \ + } \ +} while (0) + +#define print_sock_addr(U) \ +do { \ + printk("%s:\n", __FUNCTION__); \ + printk(" sock %s:", sock_cxt && sock_cxt->label && sock_cxt->label->hname ? sock_cxt->label->hname : ""); print_sk(sock); \ + printk(" other %s:", other_cxt && other_cxt->label && other_cxt->label->hname ? other_cxt->label->hname : ""); print_sk(other); \ + printk(" new %s", new_cxt && new_cxt->label && new_cxt->label->hname ? new_cxt->label->hname : ""); print_sk(newsk); \ +} while (0) + + +#define DEFINE_AUDIT_UNIX(NAME, OP, SK, T, P) \ + struct lsm_network_audit NAME ## _net = { .sk = (SK), \ + .family = (AF_UNIX)}; \ + DEFINE_AUDIT_DATA(NAME, LSM_AUDIT_DATA_NONE, OP); \ + NAME.u.net = &(NAME ## _net); \ + aad(&NAME)->net.type = (T); \ + aad(&NAME)->net.protocol = (P) + + +int aa_unix_peer_perm(struct aa_label *label, int op, u32 request, + struct sock *sk, struct sock *peer_sk, + struct aa_label *peer_label); +int aa_unix_label_sk_perm(struct aa_label *label, int op, u32 request, + struct sock *sk); +int aa_unix_sock_perm(int op, u32 request, struct socket *sock); +int aa_unix_create_perm(struct aa_label *label, int family, int type, + int protocol); +int aa_unix_bind_perm(struct socket *sock, struct sockaddr *address, + int addrlen); +int aa_unix_connect_perm(struct socket *sock, struct sockaddr *address, + int addrlen); +int aa_unix_listen_perm(struct socket *sock, int backlog); +int aa_unix_accept_perm(struct socket *sock, struct socket *newsock); +int aa_unix_msg_perm(int op, u32 request, struct socket *sock, + struct msghdr *msg, int size); +int aa_unix_opt_perm(int op, u32 request, struct socket *sock, int level, + int optname); +int aa_unix_file_perm(struct aa_label *label, int op, u32 request, + struct socket *sock); + +#endif /* __AA_AF_UNIX_H */ --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/apparmor.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/apparmor.h @@ -4,7 +4,7 @@ * This file contains AppArmor basic global and lib definitions * * Copyright (C) 1998-2008 Novell/SUSE - * Copyright 2009-2010 Canonical Ltd. + * Copyright 2009-2013 Canonical Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -20,6 +20,17 @@ #include "match.h" +/* Provide our own test for whether a write lock is held for asserts + * this is because on none SMP systems write_can_lock will always + * resolve to true, which is what you want for code making decisions + * based on it, but wrong for asserts checking that the lock is held + */ +#ifdef CONFIG_SMP +#define write_is_locked(X) !write_can_lock(X) +#else +#define write_is_locked(X) (1) +#endif /* CONFIG_SMP */ + /* * Class of mediation types in the AppArmor policy db */ @@ -30,8 +41,12 @@ #define AA_CLASS_NET 4 #define AA_CLASS_RLIMITS 5 #define AA_CLASS_DOMAIN 6 +#define AA_CLASS_MOUNT 7 +#define AA_CLASS_PTRACE 9 +#define AA_CLASS_SIGNAL 10 +#define AA_CLASS_LABEL 16 -#define AA_CLASS_LAST AA_CLASS_DOMAIN +#define AA_CLASS_LAST AA_CLASS_LABEL /* Control parameters settable through module/boot flags */ extern enum audit_mode aa_g_audit; @@ -41,6 +56,7 @@ extern bool aa_g_logsyscall; extern bool aa_g_paranoid_load; extern unsigned int aa_g_path_max; +extern bool aa_g_unconfined_init; /* * DEBUG remains global (no per profile flag) since it is mostly used in sysctl @@ -53,6 +69,12 @@ printk(KERN_DEBUG "AppArmor: " fmt, ##args); \ } while (0) +#define AA_WARN(X) WARN((X), "APPARMOR WARN %s: %s\n", __FUNCTION__, #X) + +#define AA_BUG(X, args...) AA_BUG_FMT((X), "" args ) +#define AA_BUG_FMT(X, fmt, args...) \ + WARN((X), "AppArmor WARN %s: (" #X "): " fmt, __FUNCTION__ , ##args ) + #define AA_ERROR(fmt, args...) \ do { \ if (printk_ratelimit()) \ @@ -64,6 +86,7 @@ /* fn's in lib */ char *aa_split_fqname(char *args, char **ns_name); +char *aa_splitn_fqname(char *fqname, size_t n, char **ns_name, size_t *ns_len); void aa_info_message(const char *str); void *__aa_kvmalloc(size_t size, gfp_t flags); @@ -112,9 +135,40 @@ return aa_dfa_next(dfa, start, 0); } -static inline bool mediated_filesystem(struct inode *inode) +static inline bool path_mediated_fs(struct inode *inode) { return !(inode->i_sb->s_flags & MS_NOUSER); } + +struct counted_str { + struct kref count; + char name[]; +}; + +#define str_to_counted(str) \ + ((struct counted_str *)(str - offsetof(struct counted_str,name))) + +#define __counted /* atm just a notation */ + +void aa_str_kref(struct kref *kref); +char *aa_str_alloc(int size, gfp_t gfp); + + +static inline __counted char *aa_get_str(__counted char *str) +{ + if (str) + kref_get(&(str_to_counted(str)->count)); + + return str; +} + +static inline void aa_put_str(__counted char *str) +{ + if (str) + kref_put(&str_to_counted(str)->count, aa_str_kref); +} + +const char *aa_imode_name(umode_t mode); + #endif /* __APPARMOR_H */ --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/apparmorfs.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/apparmorfs.h @@ -15,6 +15,8 @@ #ifndef __AA_APPARMORFS_H #define __AA_APPARMORFS_H +extern struct path aa_null; + enum aa_fs_type { AA_FS_TYPE_BOOLEAN, AA_FS_TYPE_STRING, --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/audit.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/audit.h @@ -22,8 +22,7 @@ #include #include "file.h" - -struct aa_profile; +#include "label.h" extern const char *const audit_mode_names[]; #define AUDIT_MAX_INDEX 5 @@ -67,10 +66,16 @@ OP_GETATTR, OP_OPEN, + OP_FRECEIVE, OP_FPERM, OP_FLOCK, OP_FMMAP, OP_FMPROT, + OP_INHERIT, + + OP_PIVOTROOT, + OP_MOUNT, + OP_UMOUNT, OP_CREATE, OP_POST_CREATE, @@ -84,9 +89,10 @@ OP_GETPEERNAME, OP_GETSOCKOPT, OP_SETSOCKOPT, - OP_SOCK_SHUTDOWN, + OP_SHUTDOWN, OP_PTRACE, + OP_SIGNAL, OP_EXEC, OP_CHANGE_HAT, @@ -106,37 +112,69 @@ int error; int op; int type; - void *profile; + struct aa_label *label; const char *name; const char *info; + u32 request; + u32 denied; union { - void *target; struct { - long pos; - void *target; - } iface; + const void *target; + union { + struct { + long pos; + } iface; + struct { + kuid_t ouid; + } fs; + struct { + int type, protocol; + struct sock *peer_sk; + void *addr; + int addrlen; + } net; + int signal; + }; + }; struct { int rlim; unsigned long max; } rlim; struct { - const char *target; - u32 request; - u32 denied; - kuid_t ouid; - } fs; + const char *src_name; + const char *type; + const char *trans; + const char *data; + unsigned long flags; + } mnt; }; }; -/* define a short hand for apparmor_audit_data structure */ -#define aad apparmor_audit_data +/* macros for dealing with apparmor_audit_data structure */ +#define aad(SA) (SA)->apparmor_audit_data +#define DEFINE_AUDIT_DATA(NAME, T, X) \ + /* TODO: cleanup audit init so we don't need _aad = {0,} */ \ + struct apparmor_audit_data NAME ## _aad = { .op = (X), }; \ + struct common_audit_data NAME = \ + { \ + .type = (T), \ + .u.tsk = NULL, \ + }; \ + NAME.apparmor_audit_data = &(NAME ## _aad) void aa_audit_msg(int type, struct common_audit_data *sa, void (*cb) (struct audit_buffer *, void *)); -int aa_audit(int type, struct aa_profile *profile, gfp_t gfp, - struct common_audit_data *sa, +int aa_audit(int type, struct aa_profile *profile, struct common_audit_data *sa, void (*cb) (struct audit_buffer *, void *)); +#define aa_audit_error(ERROR, SA, CB) \ +({ \ + aad((SA))->error = (ERROR); \ + aa_audit_msg(AUDIT_APPARMOR_ERROR, (SA), (CB)); \ + aad((SA))->error; \ +}) + + static inline int complain_error(int error) { if (error == -EPERM || error == -EACCES) --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/capability.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/capability.h @@ -19,11 +19,12 @@ #include "apparmorfs.h" -struct aa_profile; +struct aa_label; /* aa_caps - confinement data for capabilities * @allowed: capabilities mask * @audit: caps that are to be audited + * @denied: caps that are explicitly denied * @quiet: caps that should not be audited * @kill: caps that when requested will result in the task being killed * @extended: caps that are subject finer grained mediation @@ -31,6 +32,7 @@ struct aa_caps { kernel_cap_t allow; kernel_cap_t audit; + kernel_cap_t denied; kernel_cap_t quiet; kernel_cap_t kill; kernel_cap_t extended; @@ -38,7 +40,7 @@ extern struct aa_fs_entry aa_fs_entry_caps[]; -int aa_capable(struct aa_profile *profile, int cap, int audit); +int aa_capable(struct aa_label *label, int cap, int audit); static inline void aa_free_cap_rules(struct aa_caps *caps) { --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/context.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/context.h @@ -19,59 +19,29 @@ #include #include +#include "label.h" #include "policy.h" #define cred_cxt(X) (X)->security #define current_cxt() cred_cxt(current_cred()) - -/* struct aa_file_cxt - the AppArmor context the file was opened in - * @perms: the permission the file was opened with - * - * The file_cxt could currently be directly stored in file->f_security - * as the profile reference is now stored in the f_cred. However the - * cxt struct will expand in the future so we keep the struct. - */ -struct aa_file_cxt { - u16 allow; -}; - -/** - * aa_alloc_file_context - allocate file_cxt - * @gfp: gfp flags for allocation - * - * Returns: file_cxt or NULL on failure - */ -static inline struct aa_file_cxt *aa_alloc_file_context(gfp_t gfp) -{ - return kzalloc(sizeof(struct aa_file_cxt), gfp); -} - -/** - * aa_free_file_context - free a file_cxt - * @cxt: file_cxt to free (MAYBE_NULL) - */ -static inline void aa_free_file_context(struct aa_file_cxt *cxt) -{ - if (cxt) - kzfree(cxt); -} +#define current_ns() labels_ns(aa_current_raw_label()) /** * struct aa_task_cxt - primary label for confined tasks - * @profile: the current profile (NOT NULL) - * @exec: profile to transition to on next exec (MAYBE NULL) - * @previous: profile the task may return to (MAYBE NULL) - * @token: magic value the task must know for returning to @previous_profile + * @label: the current label (NOT NULL) + * @exec: label to transition to on next exec (MAYBE NULL) + * @previous: label the task may return to (MAYBE NULL) + * @token: magic value the task must know for returning to @previous * - * Contains the task's current profile (which could change due to + * Contains the task's current label (which could change due to * change_hat). Plus the hat_magic needed during change_hat. * * TODO: make so a task can be confined by a stack of contexts */ struct aa_task_cxt { - struct aa_profile *profile; - struct aa_profile *onexec; - struct aa_profile *previous; + struct aa_label *label; + struct aa_label *onexec; + struct aa_label *previous; u64 token; }; @@ -79,39 +49,50 @@ void aa_free_task_context(struct aa_task_cxt *cxt); void aa_dup_task_context(struct aa_task_cxt *new, const struct aa_task_cxt *old); -int aa_replace_current_profile(struct aa_profile *profile); -int aa_set_current_onexec(struct aa_profile *profile); -int aa_set_current_hat(struct aa_profile *profile, u64 token); -int aa_restore_previous_profile(u64 cookie); -struct aa_profile *aa_get_task_profile(struct task_struct *task); +int aa_replace_current_label(struct aa_label *label); +int aa_set_current_onexec(struct aa_label *label); +int aa_set_current_hat(struct aa_label *label, u64 token); +int aa_restore_previous_label(u64 cookie); +struct aa_label *aa_get_task_label(struct task_struct *task); /** - * aa_cred_profile - obtain cred's profiles - * @cred: cred to obtain profiles from (NOT NULL) + * aa_cred_raw_label - obtain cred's label + * @cred: cred to obtain label from (NOT NULL) * - * Returns: confining profile + * Returns: confining label * * does NOT increment reference count */ -static inline struct aa_profile *aa_cred_profile(const struct cred *cred) +static inline struct aa_label *aa_cred_raw_label(const struct cred *cred) { struct aa_task_cxt *cxt = cred_cxt(cred); - BUG_ON(!cxt || !cxt->profile); - return cxt->profile; + BUG_ON(!cxt || !cxt->label); + return cxt->label; } /** - * __aa_task_profile - retrieve another task's profile + * aa_get_newest_cred_label - obtain the newest version of the label on a cred + * @cred: cred to obtain label from (NOT NULL) + * + * Returns: newest version of confining label + */ +static inline struct aa_label *aa_get_newest_cred_label(const struct cred *cred) +{ + return aa_get_newest_label(aa_cred_raw_label(cred)); +} + +/** + * __aa_task_raw_label - retrieve another task's label * @task: task to query (NOT NULL) * - * Returns: @task's profile without incrementing its ref count + * Returns: @task's label without incrementing its ref count * * If @task != current needs to be called in RCU safe critical section */ -static inline struct aa_profile *__aa_task_profile(struct task_struct *task) +static inline struct aa_label *__aa_task_raw_label(struct task_struct *task) { - return aa_cred_profile(__task_cred(task)); + return aa_cred_raw_label(__task_cred(task)); } /** @@ -122,44 +103,93 @@ */ static inline bool __aa_task_is_confined(struct task_struct *task) { - return !unconfined(__aa_task_profile(task)); + return !unconfined(__aa_task_raw_label(task)); } /** - * __aa_current_profile - find the current tasks confining profile + * aa_current_raw_label - find the current tasks confining label * - * Returns: up to date confining profile or the ns unconfined profile (NOT NULL) + * Returns: up to date confining label or the ns unconfined label (NOT NULL) * * This fn will not update the tasks cred to the most up to date version - * of the profile so it is safe to call when inside of locks. + * of the label so it is safe to call when inside of locks. + */ +static inline struct aa_label *aa_current_raw_label(void) +{ + return aa_cred_raw_label(current_cred()); +} + +/** + * aa_get_current_label - get the newest version of the current tasks label + * + * Returns: newest version of confining label (NOT NULL) + * + * This fn will not update the tasks cred, so it is safe inside of locks + * + * The returned reference must be put with aa_put_label() + */ +static inline struct aa_label *aa_get_current_label(void) +{ + struct aa_label *l = aa_current_raw_label(); + + if (label_invalid(l)) + return aa_get_newest_label(l); + return aa_get_label(l); +} + +/** + * aa_begin_current_label - find newest version of the current tasks label + * + * Returns: newest version of confining label (NOT NULL) + * + * This fn will not update the tasks cred, so it is safe inside of locks + * + * The returned reference must be put with aa_end_current_label() + */ +static inline struct aa_label *aa_begin_current_label(void) +{ + struct aa_label *l = aa_current_raw_label(); + + if (label_invalid(l)) + l = aa_get_newest_label(l); + return l; +} + +/** + * aa_end_current_label - put a reference found with aa_begin_current_label + * @label: label reference to put + * + * Should only be used with a reference obtained with aa_begin_current_label + * and never used in situations where the task cred may be updated */ -static inline struct aa_profile *__aa_current_profile(void) +static inline void aa_end_current_label(struct aa_label *label) { - return aa_cred_profile(current_cred()); + if (label != aa_current_raw_label()) + aa_put_label(label); } /** - * aa_current_profile - find the current tasks confining profile and do updates + * aa_current_label - find the current tasks confining label and update it * - * Returns: up to date confining profile or the ns unconfined profile (NOT NULL) + * Returns: up to date confining label or the ns unconfined label (NOT NULL) * - * This fn will update the tasks cred structure if the profile has been + * This fn will update the tasks cred structure if the label has been * replaced. Not safe to call inside locks */ -static inline struct aa_profile *aa_current_profile(void) +static inline struct aa_label *aa_current_label(void) { const struct aa_task_cxt *cxt = current_cxt(); - struct aa_profile *profile; - BUG_ON(!cxt || !cxt->profile); + struct aa_label *label; + BUG_ON(!cxt || !cxt->label); - if (PROFILE_INVALID(cxt->profile)) { - profile = aa_get_newest_profile(cxt->profile); - aa_replace_current_profile(profile); - aa_put_profile(profile); + if (label_invalid(cxt->label)) { + label = aa_get_newest_label(cxt->label); + aa_replace_current_label(label); + aa_put_label(label); cxt = current_cxt(); } - return cxt->profile; + return cxt->label; } /** @@ -168,8 +198,8 @@ */ static inline void aa_clear_task_cxt_trans(struct aa_task_cxt *cxt) { - aa_put_profile(cxt->previous); - aa_put_profile(cxt->onexec); + aa_put_label(cxt->previous); + aa_put_label(cxt->onexec); cxt->previous = NULL; cxt->onexec = NULL; cxt->token = 0; --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/domain.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/domain.h @@ -23,6 +23,8 @@ char **table; }; +struct aa_profile *x_table_lookup(struct aa_profile *profile, u32 xindex); + int apparmor_bprm_set_creds(struct linux_binprm *bprm); int apparmor_bprm_secureexec(struct linux_binprm *bprm); void apparmor_bprm_committing_creds(struct linux_binprm *bprm); --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/file.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/file.h @@ -15,38 +15,75 @@ #ifndef __AA_FILE_H #define __AA_FILE_H +#include + #include "domain.h" #include "match.h" +#include "label.h" +#include "perms.h" struct aa_profile; struct path; -/* - * We use MAY_EXEC, MAY_WRITE, MAY_READ, MAY_APPEND and the following flags - * for profile permissions - */ -#define AA_MAY_CREATE 0x0010 -#define AA_MAY_DELETE 0x0020 -#define AA_MAY_META_WRITE 0x0040 -#define AA_MAY_META_READ 0x0080 - -#define AA_MAY_CHMOD 0x0100 -#define AA_MAY_CHOWN 0x0200 -#define AA_MAY_LOCK 0x0400 -#define AA_EXEC_MMAP 0x0800 - -#define AA_MAY_LINK 0x1000 -#define AA_LINK_SUBSET AA_MAY_LOCK /* overlaid */ -#define AA_MAY_ONEXEC 0x40000000 /* exec allows onexec */ -#define AA_MAY_CHANGE_PROFILE 0x80000000 -#define AA_MAY_CHANGEHAT 0x80000000 /* ctrl auditing only */ +#define mask_mode_t(X) (X & (MAY_EXEC | MAY_WRITE | MAY_READ | MAY_APPEND)) #define AA_AUDIT_FILE_MASK (MAY_READ | MAY_WRITE | MAY_EXEC | MAY_APPEND |\ AA_MAY_CREATE | AA_MAY_DELETE | \ - AA_MAY_META_READ | AA_MAY_META_WRITE | \ + AA_MAY_GETATTR | AA_MAY_SETATTR | \ AA_MAY_CHMOD | AA_MAY_CHOWN | AA_MAY_LOCK | \ AA_EXEC_MMAP | AA_MAY_LINK) +#define file_cxt(X) ((struct aa_file_cxt *)(X)->f_security) + +/* struct aa_file_cxt - the AppArmor context the file was opened in + * @lock: lock to update the cxt + * @label: label currently cached on the cxt + * @perms: the permission the file was opened with + */ +struct aa_file_cxt { + spinlock_t lock; + struct aa_label __rcu *label; + u32 allow; +}; + +/** + * aa_alloc_file_cxt - allocate file_cxt + * @label: initial label of task creating the file + * @gfp: gfp flags for allocation + * + * Returns: file_cxt or NULL on failure + */ +static inline struct aa_file_cxt *aa_alloc_file_cxt(struct aa_label *label, gfp_t gfp) +{ + struct aa_file_cxt *cxt; + + cxt = kzalloc(sizeof(struct aa_file_cxt), gfp); + if (cxt) { + spin_lock_init(&cxt->lock); + rcu_assign_pointer(cxt->label, aa_get_label(label)); + } + return cxt; +} + +/** + * aa_free_file_cxt - free a file_cxt + * @cxt: file_cxt to free (MAYBE_NULL) + */ +static inline void aa_free_file_cxt(struct aa_file_cxt *cxt) +{ + if (cxt) { + aa_put_label(rcu_access_pointer(cxt->label)); + kzfree(cxt); + } +} + +static inline struct aa_label *aa_get_file_label(struct aa_file_cxt *cxt) +{ + return aa_get_label_rcu(&cxt->label); +} + +#define inode_cxt(X) (X)->i_security + /* * The xindex is broken into 3 parts * - index - an index into either the exec name table or the variable table @@ -145,8 +182,8 @@ dfa_map_xindex((ACCEPT_TABLE(dfa)[state] >> 14) & 0x3fff) int aa_audit_file(struct aa_profile *profile, struct file_perms *perms, - gfp_t gfp, int op, u32 request, const char *name, - const char *target, kuid_t ouid, const char *info, int error); + int op, u32 request, const char *name, const char *target, + kuid_t ouid, const char *info, int error); /** * struct aa_file_rules - components used for file rule permissions @@ -171,15 +208,20 @@ const char *name, struct path_cond *cond, struct file_perms *perms); -int aa_path_perm(int op, struct aa_profile *profile, struct path *path, +int __aa_path_perm(int op, struct aa_profile *profile, const char *name, + u32 request, struct path_cond *cond, int flags, + struct file_perms *perms); +int aa_path_perm(int op, struct aa_label *label, struct path *path, int flags, u32 request, struct path_cond *cond); -int aa_path_link(struct aa_profile *profile, struct dentry *old_dentry, +int aa_path_link(struct aa_label *label, struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry); -int aa_file_perm(int op, struct aa_profile *profile, struct file *file, +int aa_file_perm(int op, struct aa_label *label, struct file *file, u32 request); +void aa_inherit_files(const struct cred *cred, struct files_struct *files); + static inline void aa_free_file_rules(struct aa_file_rules *rules) { aa_put_dfa(rules->dfa); --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/ipc.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/ipc.h @@ -4,7 +4,7 @@ * This file contains AppArmor ipc mediation function definitions. * * Copyright (C) 1998-2008 Novell/SUSE - * Copyright 2009-2010 Canonical Ltd. + * Copyright 2009-2013 Canonical Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -19,10 +19,22 @@ struct aa_profile; -int aa_may_ptrace(struct aa_profile *tracer, struct aa_profile *tracee, - unsigned int mode); - -int aa_ptrace(struct task_struct *tracer, struct task_struct *tracee, - unsigned int mode); +#define AA_PTRACE_TRACE MAY_WRITE +#define AA_PTRACE_READ MAY_READ +#define AA_MAY_BE_TRACED AA_MAY_APPEND +#define AA_MAY_BE_READ AA_MAY_CREATE +#define PTRACE_PERM_SHIFT 2 + +#define AA_PTRACE_PERM_MASK (AA_PTRACE_READ | AA_PTRACE_TRACE | \ + AA_MAY_BE_READ | AA_MAY_BE_TRACED) +#define AA_SIGNAL_PERM_MASK (MAY_READ | MAY_WRITE) + +#define AA_FS_SIG_MASK "hup int quit ill trap abrt bus fpe kill usr1 " \ + "segv usr2 pipe alrm term stkflt chld cont stop stp ttin ttou urg " \ + "xcpu xfsz vtalrm prof winch io pwr sys emt lost" + +int aa_may_ptrace(struct aa_label *tracer, struct aa_label *tracee, + u32 request); +int aa_may_signal(struct aa_label *sender, struct aa_label *target, int sig); #endif /* __AA_IPC_H */ --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/label.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/label.h @@ -0,0 +1,419 @@ +/* + * AppArmor security module + * + * This file contains AppArmor label definitions + * + * Copyright 2013 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ + +#ifndef __AA_LABEL_H +#define __AA_LABEL_H + +#include +#include +#include +#include + +#include "apparmor.h" + +struct aa_namespace; + +struct labelset_stats { + atomic_t sread; + atomic_t fread; + atomic_t msread; + atomic_t mfread; + + atomic_t insert; + atomic_t existing; + atomic_t minsert; + atomic_t mexisting; + + atomic_t invalid; /* outstanding invalid */ +}; + +struct label_stats { + struct labelset_stats set_stats; + + atomic_t allocated; + atomic_t failed; + atomic_t freed; + + atomic_t printk_name_alloc; + atomic_t printk_name_fail; + atomic_t seq_print_name_alloc; + atomic_t seq_print_name_fail; + atomic_t audit_name_alloc; + atomic_t audit_name_fail; +}; + + +#ifdef AA_LABEL_STATS +#define labelstats_inc(X) atomic_inc(stats.(X)) +#define labelstats_dec(X) atomic_dec(stats.(X)) +#define labelsetstats_inc(LS, X) \ + do { \ + labelstats_inc(set_stats.##X); \ + atomic_inc((LS)->stats.(X)); \ + } while (0) +#define labelsetstats_dec(LS, X) \ + do { \ + labelstats_dec(set_stats.##X); \ + atomic_dec((LS)->stats.(X)); \ + } while (0) +#else +#define labelstats_inc(X) +#define labelstats_dec(X) +#define labelsetstats_inc(LS, X) +#define labelsetstats_dec(LS, X) +#endif +#define labelstats_init(X) + +/* struct aa_labelset - set of labels for a namespace + * + * Labels are reference counted; aa_labelset does not contribute to label + * reference counts. Once a label's last refcount is put it is removed from + * the set. + */ +struct aa_labelset { + rwlock_t lock; + + struct rb_root root; + + /* stats */ +#ifdef APPARMOR_LABEL_STATS + struct labelset_stats stats; +#endif + +}; + +#define __labelset_for_each(LS, N) \ + for((N) = rb_first(&(LS)->root); (N); (N) = rb_next(N)) + +void aa_labelset_destroy(struct aa_labelset *ls); +void aa_labelset_init(struct aa_labelset *ls); + + +enum label_flags { + FLAG_HAT = 1, /* profile is a hat */ + FLAG_UNCONFINED = 2, /* label unconfined only if all + * constituant profiles unconfined */ + FLAG_NULL = 4, /* profile is null learning profile */ + FLAG_IX_ON_NAME_ERROR = 8, /* fallback to ix on name lookup fail */ + FLAG_IMMUTIBLE = 0x10, /* don't allow changes/replacement */ + FLAG_USER_DEFINED = 0x20, /* user based profile - lower privs */ + FLAG_NO_LIST_REF = 0x40, /* list doesn't keep profile ref */ + FLAG_NS_COUNT = 0x80, /* carries NS ref count */ + FLAG_IN_TREE = 0x100, /* label is in tree */ + FLAG_PROFILE = 0x200, /* label is a profile */ + FALG_EXPLICIT = 0x400, /* explict static label */ + FLAG_INVALID = 0x800, /* replaced/removed */ + FLAG_RENAMED = 0x1000, /* label has renaming in it */ + FLAG_REVOKED = 0x2000, /* label has revocation in it */ + + /* These flags must correspond with PATH_flags */ + /* TODO: add new path flags */ +}; + +struct aa_label; +struct aa_replacedby { + struct kref count; + struct aa_label __rcu *label; +}; + +struct label_it { + int i, j; +}; + +/* struct aa_label - lazy labeling struct + * @count: ref count of active users + * @node: rbtree position + * @rcu: rcu callback struct + * @replacedby: is set to the label that replaced this label + * @hname: text representation of the label (MAYBE_NULL) + * @flags: invalid and other flags - values may change under label set lock + * @sid: sid that references this label + * @size: number of entries in @ent[] + * @ent: set of profiles for label, actual size determined by @size + */ +struct aa_label { + struct kref count; + struct rb_node node; + struct rcu_head rcu; + struct aa_replacedby *replacedby; + __counted char *hname; + long flags; + u32 sid; + int size; + struct aa_profile *ent[2]; +}; + +#define last_error(E, FN) \ +do { \ + int __subE = (FN); \ + if (__subE) \ + (E) = __subE; \ +} while (0) + +#define label_isprofile(X) ((X)->flags & FLAG_PROFILE) +#define label_unconfined(X) ((X)->flags & FLAG_UNCONFINED) +#define unconfined(X) label_unconfined(X) +#define label_invalid(X) ((X)->flags & FLAG_INVALID) +#define __label_invalidate(X) do { \ + labelsetstats_inc(labels_set(X), invalid); \ + ((X)->flags |= FLAG_INVALID); \ +} while (0) +#define labels_last(X) ((X)->ent[(X)->size - 1]) +#define labels_ns(X) (labels_last(X)->ns) +#define labels_set(X) (&labels_ns(X)->labels) +#define labels_profile(X) ({ \ + AA_BUG(!label_isprofile(X)); \ + container_of((X), struct aa_profile, label); \ +}) + +int aa_label_next_confined(struct aa_label *l, int i); + +/* for each profile in a label */ +#define label_for_each(I, L, P) \ + for ((I).i = 0; ((P) = (L)->ent[(I).i]); ++((I).i)) + +#define label_for_each_at(I, L, P) \ + for (; ((P) = (L)->ent[(I).i]); ++((I).i)) + +#define next_comb(I, L1, L2) \ +do { \ + (I).j++; \ + if ((I).j >= (L2)->size) { \ + (I).i++; \ + (I).j = 0; \ + } \ +} while (0) + +/* TODO: label_for_each_ns_comb */ + +/* for each combination of P1 in L1, and P2 in L2 */ +#define label_for_each_comb(I, L1, L2, P1, P2) \ +for ((I).i = (I).j = 0; \ + ((P1) = (L1)->ent[(I).i]) && ((P2) = (L2)->ent[(I).j]); \ + (I) = next_comb(I, L1, L2)) + +#define fn_for_each_comb(L1, L2, P1, P2, FN) \ +({ \ + struct label_it i; \ + int __E = 0; \ + label_for_each_comb(i, (L1), (L2), (P1), (P2)) { \ + last_error(__E, (FN)); \ + } \ + __E; \ +}) + +/* internal cross check */ +//fn_for_each_comb(L1, L2, P1, P2, xcheck(...)); + +/* external cross check */ +// xcheck(fn_for_each_comb(L1, L2, ...), +// fn_for_each_comb(L2, L1, ...)); + +/* for each profile that is enforcing confinement in a label */ +#define label_for_each_confined(I, L, P) \ + for ((I).i = aa_label_next_confined((L), 0); \ + ((P) = (L)->ent[(I).i]); \ + (I).i = aa_label_next_confined((L), (I).i + 1)) + +#define label_for_each_in_merge(I, A, B, P) \ + for ((I).i = (I).j = 0; \ + ((P) = aa_label_next_in_merge(&(I), (A), (B))); \ + ) + +#define label_for_each_not_in_set(I, SET, SUB, P) \ + for ((I).i = (I).j = 0; \ + ((P) = aa_label_next_not_in_set(&(I), (SET), (SUB))); \ + ) + +#define fn_for_each_XXX(L, P, FN, ...) \ +({ \ + struct label_it i; \ + int __E = 0; \ + label_for_each ## __VA_ARGS__ (i, (L), (P)) { \ + last_error(__E, (FN)); \ + } \ + __E; \ +}) + +#define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) +#define fn_for_each_confined(L, P, FN) fn_for_each_XXX(L, P, FN, _confined) + +#define fn_for_each2_XXX(L1, L2, P, FN, ...) \ +({ \ + struct label_it i; \ + int __E = 0; \ + label_for_each ## __VA_ARGS__(i, (L1), (L2), (P)) { \ + last_error(__E, (FN)); \ + } \ + __E; \ +}) + +#define fn_for_each_in_merge(L1, L2, P, FN) \ + fn_for_each2_XXX((L1), (L2), P, FN, _in_merge) +#define fn_for_each_not_in_set(L1, L2, P, FN) \ + fn_for_each2_XXX((L1), (L2), P, FN, _not_in_set) + +#define LABEL_MEDIATES(L, C) \ +({ \ + struct aa_profile *profile; \ + struct label_it i; \ + int ret = 0; \ + label_for_each(i, (L), profile) { \ + if (PROFILE_MEDIATES(profile, (C))) { \ + ret = 1; \ + break; \ + } \ + } \ + ret; \ +}) + +void aa_labelset_destroy(struct aa_labelset *ls); +void aa_labelset_init(struct aa_labelset *ls); +void __aa_labelset_update_all(struct aa_namespace *ns); + +void aa_label_destroy(struct aa_label *label); +void aa_label_free(struct aa_label *label); +void aa_label_kref(struct kref *kref); +bool aa_label_init(struct aa_label *label, int size); +struct aa_label *aa_label_alloc(int size, gfp_t gfp); + +bool aa_label_is_subset(struct aa_label *set, struct aa_label *sub); +struct aa_profile * aa_label_next_not_in_set(struct label_it *I, + struct aa_label *set, + struct aa_label *sub); +bool aa_label_remove(struct aa_labelset *ls, struct aa_label *label); +struct aa_label *aa_label_insert(struct aa_labelset *ls, struct aa_label *l); +struct aa_label *aa_label_remove_and_insert(struct aa_labelset *ls, + struct aa_label *remove, + struct aa_label *insert); +bool aa_label_replace(struct aa_labelset *ls, struct aa_label *old, + struct aa_label *new); +bool aa_label_make_newest(struct aa_labelset *ls, struct aa_label *old, + struct aa_label *new); + +struct aa_label *aa_label_find(struct aa_labelset *ls, struct aa_label *l); +struct aa_label *aa_label_vec_find(struct aa_labelset *ls, + struct aa_profile **vec, + int n); +struct aa_label *aa_label_vec_merge(struct aa_profile **vec, int len, + gfp_t gfp); + +struct aa_profile *aa_label_next_in_merge(struct label_it *I, + struct aa_label *a, + struct aa_label *b); +struct aa_label *aa_label_find_merge(struct aa_label *a, struct aa_label *b); +struct aa_label *aa_label_merge(struct aa_label *a, struct aa_label *b, + gfp_t gfp); + +bool aa_update_label_name(struct aa_namespace *ns, struct aa_label *label, + gfp_t gfp); + +int aa_profile_snprint(char *str, size_t size, struct aa_namespace *ns, + struct aa_profile *profile, bool mode); +int aa_label_snprint(char *str, size_t size, struct aa_namespace *ns, + struct aa_label *label, bool mode); +int aa_label_asprint(char **strp, struct aa_namespace *ns, + struct aa_label *label, bool mode, gfp_t gfp); +int aa_label_acntsprint(char __counted **strp, struct aa_namespace *ns, + struct aa_label *label, bool mode, gfp_t gfp); +void aa_label_audit(struct audit_buffer *ab, struct aa_namespace *ns, + struct aa_label *label, bool mode, gfp_t gfp); +void aa_label_seq_print(struct seq_file *f, struct aa_namespace *ns, + struct aa_label *label, bool mode, gfp_t gfp); +void aa_label_printk(struct aa_namespace *ns, struct aa_label *label, + bool mode, gfp_t gfp); +struct aa_label *aa_label_parse(struct aa_label *base, char *str, + gfp_t gfp, bool create); + +static inline struct aa_label *aa_get_label(struct aa_label *l) +{ + if (l) + kref_get(&(l->count)); + + return l; +} + +static inline struct aa_label *aa_get_label_not0(struct aa_label *l) +{ + if (l && kref_get_not0(&l->count)) + return l; + + return NULL; +} + +/** + * aa_get_label_rcu - increment refcount on a label that can be replaced + * @l: pointer to label that can be replaced (NOT NULL) + * + * Returns: pointer to a refcounted label. + * else NULL if no label + */ +static inline struct aa_label *aa_get_label_rcu(struct aa_label __rcu **l) +{ + struct aa_label *c; + + rcu_read_lock(); + do { + c = rcu_dereference(*l); + } while (c && !kref_get_not0(&c->count)); + rcu_read_unlock(); + + return c; +} + +/** + * aa_get_newest_label - find the newest version of @l + * @l: the label to check for newer versions of + * + * Returns: refcounted newest version of @l taking into account + * replacement, renames and removals + * return @l. + */ +static inline struct aa_label *aa_get_newest_label(struct aa_label *l) +{ + if (!l) + return NULL; + + if (label_invalid(l)) + return aa_get_label_rcu(&l->replacedby->label); + + return aa_get_label(l); +} + +static inline void aa_put_label(struct aa_label *l) +{ + if (l) + kref_put(&l->count, aa_label_kref); +} + + +struct aa_replacedby *aa_alloc_replacedby(struct aa_label *l); +void aa_free_replacedby_kref(struct kref *kref); + +static inline struct aa_replacedby *aa_get_replacedby(struct aa_replacedby *r) +{ + if (r) + kref_get(&(r->count)); + + return r; +} + +static inline void aa_put_replacedby(struct aa_replacedby *r) +{ + if (r) + kref_put(&r->count, aa_free_replacedby_kref); +} + +void __aa_update_replacedby(struct aa_label *orig, struct aa_label *new); + +#endif /* __AA_LABEL_H */ --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/match.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/match.h @@ -127,6 +127,21 @@ void aa_dfa_free_kref(struct kref *kref); /** + * aa_get_dfa - increment refcount on dfa @p + * @dfa: dfa (MAYBE NULL) + * + * Returns: pointer to @dfa if @dfa is NULL will return NULL + * Requires: @dfa must be held with valid refcount when called + */ +static inline struct aa_dfa *aa_get_dfa(struct aa_dfa *dfa) +{ + if (dfa) + kref_get(&(dfa->count)); + + return dfa; +} + +/** * aa_put_dfa - put a dfa refcount * @dfa: dfa to put refcount (MAYBE NULL) * --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/mount.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/mount.h @@ -0,0 +1,54 @@ +/* + * AppArmor security module + * + * This file contains AppArmor file mediation function definitions. + * + * Copyright 2012 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ + +#ifndef __AA_MOUNT_H +#define __AA_MOUNT_H + +#include +#include + +#include "domain.h" +#include "policy.h" + +/* mount perms */ +#define AA_MAY_PIVOTROOT 0x01 +#define AA_MAY_MOUNT 0x02 +#define AA_MAY_UMOUNT 0x04 +#define AA_AUDIT_DATA 0x40 +#define AA_MNT_CONT_MATCH 0x40 + +#define AA_MS_IGNORE_MASK (MS_KERNMOUNT | MS_NOSEC | MS_ACTIVE | MS_BORN) + +int aa_remount(struct aa_label *label, struct path *path, unsigned long flags, + void *data); + +int aa_bind_mount(struct aa_label *label, struct path *path, + const char *old_name, unsigned long flags); + + +int aa_mount_change_type(struct aa_label *label, struct path *path, + unsigned long flags); + +int aa_move_mount(struct aa_label *label, struct path *path, + const char *old_name); + +int aa_new_mount(struct aa_label *label, const char *dev_name, + struct path *path, const char *type, unsigned long flags, + void *data); + +int aa_umount(struct aa_label *label, struct vfsmount *mnt, int flags); + +int aa_pivotroot(struct aa_label *label, struct path *old_path, + struct path *new_path); + +#endif /* __AA_MOUNT_H */ --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/net.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/net.h @@ -0,0 +1,110 @@ +/* + * AppArmor security module + * + * This file contains AppArmor network mediation definitions. + * + * Copyright (C) 1998-2008 Novell/SUSE + * Copyright 2009-2014 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ + +#ifndef __AA_NET_H +#define __AA_NET_H + +#include + +#include "apparmorfs.h" +#include "label.h" +#include "perms.h" +#include "policy.h" + +#define AA_MAY_SEND AA_MAY_WRITE +#define AA_MAY_RECEIVE AA_MAY_READ + +#define AA_MAY_SHUTDOWN AA_MAY_DELETE + +#define AA_MAY_CONNECT AA_MAY_OPEN +#define AA_MAY_ACCEPT 0x00100000 + +#define AA_MAY_BIND 0x00200000 +#define AA_MAY_LISTEN 0x00400000 + +#define AA_MAY_SETOPT 0x01000000 +#define AA_MAY_GETOPT 0x02000000 + +#define NET_PERMS_MASK (AA_MAY_SEND | AA_MAY_RECEIVE | AA_MAY_CREATE | \ + AA_MAY_SHUTDOWN | AA_MAY_BIND | AA_MAY_LISTEN | \ + AA_MAY_CONNECT | AA_MAY_ACCEPT | AA_MAY_SETATTR | \ + AA_MAY_GETATTR | AA_MAY_SETOPT | AA_MAY_GETOPT) + +#define NET_FS_PERMS (AA_MAY_SEND | AA_MAY_RECEIVE | AA_MAY_CREATE | \ + AA_MAY_SHUTDOWN | AA_MAY_CONNECT | AA_MAY_RENAME |\ + AA_MAY_SETATTR | AA_MAY_GETATTR | AA_MAY_CHMOD | \ + AA_MAY_CHOWN | AA_MAY_CHGRP | AA_MAY_LOCK | \ + AA_MAY_MPROT) + +#define NET_PEER_MASK (AA_MAY_SEND | AA_MAY_RECEIVE | AA_MAY_CONNECT | \ + AA_MAY_ACCEPT) +struct aa_sk_cxt { + struct aa_label *label; + struct aa_label *peer; +}; + +#define SK_CXT(X) (X)->sk_security +#define SOCK_CXT(X) SOCK_INODE(X)->i_security +#define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ + struct lsm_network_audit NAME ## _net = { .sk = (SK), \ + .family = (F)}; \ + DEFINE_AUDIT_DATA(NAME, \ + (SK) ? LSM_AUDIT_DATA_NET : LSM_AUDIT_DATA_NONE,\ + OP); \ + NAME.u.net = &(NAME ## _net); \ + aad(&NAME)->net.type = (T); \ + aad(&NAME)->net.protocol = (P) + +/* struct aa_net - network confinement data + * @allowed: basic network families permissions + * @audit_network: which network permissions to force audit + * @quiet_network: which network permissions to quiet rejects + */ +struct aa_net { + u16 allow[AF_MAX]; + u16 audit[AF_MAX]; + u16 quiet[AF_MAX]; +}; + + +extern struct aa_fs_entry aa_fs_entry_network[]; + +void audit_net_cb(struct audit_buffer *ab, void *va); +int aa_profile_af_perm(struct aa_profile *profile, int op, u16 family, + int type, int protocol, struct sock *sk); +int aa_af_perm(struct aa_label *label, int op, u32 request, u16 family, + int type, int protocol, struct sock *sk); +int aa_sock_perm(int op, u32 request, struct socket *sock); +int aa_sock_create_perm(struct aa_label *label, int family, int type, + int protocol); +int aa_sock_bind_perm(struct socket *sock, struct sockaddr *address, + int addrlen); +int aa_sock_connect_perm(struct socket *sock, struct sockaddr *address, + int addrlen); +int aa_sock_listen_perm(struct socket *sock, int backlog); +int aa_sock_accept_perm(struct socket *sock, struct socket *newsock); +int aa_sock_msg_perm(int op, u32 request, struct socket *sock, + struct msghdr *msg, int size); +int aa_sock_opt_perm(int op, u32 request, struct socket *sock, int level, + int optname); +int aa_sock_file_perm(struct aa_label *label, int op, u32 request, + struct socket *sock); + + +static inline void aa_free_net_rules(struct aa_net *new) +{ + /* NOP */ +} + +#endif /* __AA_NET_H */ --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/path.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/path.h @@ -18,15 +18,72 @@ enum path_flags { PATH_IS_DIR = 0x1, /* path is a directory */ + PATH_SOCK_COND = 0x2, PATH_CONNECT_PATH = 0x4, /* connect disconnected paths to / */ PATH_CHROOT_REL = 0x8, /* do path lookup relative to chroot */ PATH_CHROOT_NSCONNECT = 0x10, /* connect paths that are at ns root */ PATH_DELEGATE_DELETED = 0x08000, /* delegate deleted files */ - PATH_MEDIATE_DELETED = 0x10000, /* mediate deleted paths */ + PATH_MEDIATE_DELETED = 0x10000, /* mediate deleted paths */ }; -int aa_path_name(struct path *path, int flags, char **buffer, - const char **name, const char **info); +int aa_path_name(struct path *path, int flags, char *buffer, + const char **name, const char **info, const char *disconnect); + +#define MAX_PATH_BUFFERS 2 + +/* Per cpu buffers used during mediation */ +/* preallocated buffers to use during path lookups */ +struct aa_buffers { + char *buf[MAX_PATH_BUFFERS]; +}; + +#include +#include + +DECLARE_PER_CPU(struct aa_buffers, aa_buffers); + +#define COUNT_ARGS(X...) COUNT_ARGS_HELPER ( , ##X ,9,8,7,6,5,4,3,2,1,0) +#define COUNT_ARGS_HELPER(_0,_1,_2,_3,_4,_5,_6,_7,_8,_9,n,X...) n +#define CONCAT(X, Y) X ## Y +#define CONCAT_AFTER(X, Y) CONCAT(X, Y) + +#define ASSIGN(FN, X, N) do { (X) = FN(N); } while (0) +#define EVAL1(FN, X) ASSIGN(FN, X, 0) /*X = FN(0)*/ +#define EVAL2(FN, X, Y...) ASSIGN(FN, X, 1); /*X = FN(1);*/ EVAL1(FN, Y) +#define EVAL(FN, X...) CONCAT_AFTER(EVAL, COUNT_ARGS(X))(FN, X) + +#define for_each_cpu_buffer(I) for ((I) = 0; (I) < MAX_PATH_BUFFERS; (I)++) + +#ifdef CONFIG_DEBUG_PREEMPT +#define AA_BUG_PREEMPT_ENABLED(X) AA_BUG(preempt_count() <= 0, X) +#else +#define AA_BUG_PREEMPT_ENABLED(X) /* nop */ +#endif + +#define __get_buffer(N) ({ \ + struct aa_buffers *__cpu_var; \ + AA_BUG_PREEMPT_ENABLED("__get_buffer without preempt disabled"); \ + __cpu_var = &__get_cpu_var(aa_buffers); \ + __cpu_var->buf[(N)]; }) + +#define __get_buffers(X...) \ +do { \ + EVAL(__get_buffer, X); \ +} while (0) + +#define __put_buffers(X, Y...) (void)&(X) + +#define get_buffers(X...) \ +do { \ + preempt_disable(); \ + __get_buffers(X); \ +} while (0) + +#define put_buffers(X, Y...) \ +do { \ + __put_buffers(X, Y); \ + preempt_enable(); \ +} while (0) #endif /* __AA_PATH_H */ --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/perms.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/perms.h @@ -0,0 +1,174 @@ +/* + * AppArmor security module + * + * This file contains AppArmor basic permission sets definitions. + * + * Copyright 2013 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ + +#ifndef __AA_PERM_H +#define __AA_PERM_H + +#include +#include "label.h" + +#define AA_MAY_EXEC MAY_EXEC +#define AA_MAY_WRITE MAY_WRITE +#define AA_MAY_READ MAY_READ +#define AA_MAY_APPEND MAY_APPEND + +#define AA_MAY_CREATE 0x0010 +#define AA_MAY_DELETE 0x0020 +#define AA_MAY_OPEN 0x0040 +#define AA_MAY_RENAME 0x0080 /* pair */ + +#define AA_MAY_SETATTR 0x0100 /* meta write */ +#define AA_MAY_GETATTR 0x0200 /* meta read */ +#define AA_MAY_SETCRED 0x0400 /* security cred/attr */ +#define AA_MAY_GETCRED 0x0800 + +#define AA_MAY_CHMOD 0x1000 /* pair */ +#define AA_MAY_CHOWN 0x2000 /* pair */ +#define AA_MAY_CHGRP 0x4000 /* pair */ +#define AA_MAY_LOCK 0x8000 /* LINK_SUBSET overlaid */ + +#define AA_EXEC_MMAP 0x00010000 +#define AA_MAY_MPROT 0x00020000 /* extend conditions */ +#define AA_MAY_LINK 0x00040000 /* pair */ +#define AA_MAY_SNAPSHOT 0x00080000 /* pair */ + +#define AA_MAY_DELEGATE +#define AA_CONT_MATCH 0x08000000 + +#define AA_MAY_STACK 0x10000000 +#define AA_MAY_ONEXEC 0x20000000 /* either stack or change_profile */ +#define AA_MAY_CHANGE_PROFILE 0x40000000 +#define AA_MAY_CHANGEHAT 0x80000000 + +#define AA_LINK_SUBSET AA_MAY_LOCK /* overlaid */ + + +#define PERMS_CHRS_MASK (MAY_READ | MAY_WRITE | AA_MAY_CREATE | \ + AA_MAY_DELETE | AA_MAY_LINK | AA_MAY_LOCK | \ + AA_MAY_EXEC | AA_EXEC_MMAP | AA_MAY_APPEND) + +#define PERMS_NAMES_MASK (PERMS_CHRS_MASK | AA_MAY_OPEN | AA_MAY_RENAME | \ + AA_MAY_SETATTR | AA_MAY_GETATTR | AA_MAY_SETCRED | \ + AA_MAY_GETCRED | AA_MAY_CHMOD | AA_MAY_CHOWN | \ + AA_MAY_CHGRP | AA_MAY_MPROT | AA_MAY_SNAPSHOT | \ + AA_MAY_STACK | AA_MAY_ONEXEC | \ + AA_MAY_CHANGE_PROFILE | AA_MAY_CHANGEHAT) + +extern const char aa_file_perm_chrs[]; +extern const char *aa_file_perm_names[]; + + +struct aa_perms { + u32 allow; + u32 audit; /* set only when allow is set */ + + u32 deny; /* explicit deny, or conflict if allow also set */ + u32 quiet; /* set only when ~allow | deny */ + u32 kill; /* set only when ~allow | deny */ + u32 stop; /* set only when ~allow | deny */ + + u32 complain; /* accumulates only used when ~allow & ~deny */ + u32 cond; /* set only when ~allow and ~deny */ + + u32 hide; /* set only when ~allow | deny */ + u32 prompt; /* accumulates only used when ~allow & ~deny */ + + /* Reserved: + * u32 subtree; / * set only when allow is set * / + */ +}; + +#define ALL_PERMS_MASK 0xffffffff + +#define aa_perms_clear(X) memset((X), 0, sizeof(*(X))); +#define aa_perms_all(X) \ + do { \ + aa_perms_clear(X); \ + (X)->allow = ALL_PERMS_MASK; \ + /* the following are only used for denials */ \ + (X)->quiet = ALL_PERMS_MASK; \ + (X)->hide = ALL_PERMS_MASK; \ + } while (0) + +#define xcheck(FN1, FN2) \ +({ \ + int e, error = FN1; \ + e = FN2; \ + if (e) \ + error = e; \ + error; \ +}) + + +/* TODO: update for labels pointing to labels instead of profiles +* Note: this only works for profiles from a single namespace +*/ + +#define xcheck_profile_label(P, L, FN, args...) \ +({ \ + struct aa_profile *__p2; \ + fn_for_each((L), __p2, FN((P), __p2, args)); \ +}) + +#define xcheck_ns_labels(L1, L2, FN, args...) \ +({ \ + struct aa_profile *__p1; \ + fn_for_each((L1), __p1, FN(__p1, (L2), args)); \ +}) + +/* todo: fix to handle multiple namespaces */ +#define xcheck_labels(L1, L2, FN, args...) \ + xcheck_ns_labels((L1), (L2), FN, args) + +/* Do the cross check but applying FN at the profiles level */ +#define xcheck_labels_profiles(L1, L2, FN, args...) \ + xcheck_ns_labels((L1), (L2), xcheck_profile_label, (FN), args) + + +#define FINAL_CHECK true + +void aa_perm_mask_to_str(char *str, const char *chrs, u32 mask); +void aa_audit_perm_names(struct audit_buffer *ab, const char **names, u32 mask); +void aa_audit_perm_mask(struct audit_buffer *ab, u32 mask, const char *chrs, + u32 chrsmask, const char **names, u32 namesmask); +void aa_apply_modes_to_perms(struct aa_profile *profile, + struct aa_perms *perms); +void aa_compute_perms(struct aa_dfa *dfa, unsigned int state, + struct aa_perms *perms); +void aa_perms_accum(struct aa_perms *accum, struct aa_perms *addend); +void aa_perms_accum_raw(struct aa_perms *accum, struct aa_perms *addend); +void aa_profile_match_label(struct aa_profile *profile, const char *label, + int type, struct aa_perms *perms); +int aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target, + u32 request, int type, u32 *deny, + struct common_audit_data *sa); +int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, + u32 request, struct common_audit_data *sa, + void (*cb) (struct audit_buffer *, void *)); +const char *aa_peer_name(struct aa_profile *peer); + + +static inline int aa_xlabel_perm(struct aa_profile *profile, + struct aa_profile *target, + int type, u32 request, u32 reverse, + u32 * deny, struct common_audit_data *sa) +{ + /* TODO: ??? 2nd aa_profile_label_perm needs to reverse perms */ + return xcheck(aa_profile_label_perm(profile, target, request, type, + deny, sa), + aa_profile_label_perm(target, profile, request /*??*/, type, + deny, sa)); +} + + +#endif /* __AA_PERM_H */ --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/policy.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/policy.h @@ -27,8 +27,11 @@ #include "capability.h" #include "domain.h" #include "file.h" +#include "label.h" +#include "net.h" #include "resource.h" +extern const char *aa_hidden_ns_name; extern const char *const aa_profile_mode_names[]; #define APPARMOR_MODE_NAMES_MAX_INDEX 4 @@ -40,9 +43,9 @@ #define KILL_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_KILL) -#define PROFILE_IS_HAT(_profile) ((_profile)->flags & PFLAG_HAT) +#define PROFILE_IS_HAT(_profile) ((_profile)->label.flags & FLAG_HAT) -#define PROFILE_INVALID(_profile) ((_profile)->flags & PFLAG_INVALID) +#define PROFILE_INVALID(_profile) ((_profile)->label.flags & FLAG_INVALID) #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2) @@ -59,32 +62,18 @@ APPARMOR_UNCONFINED, /* profile set to unconfined */ }; -enum profile_flags { - PFLAG_HAT = 1, /* profile is a hat */ - PFLAG_NULL = 4, /* profile is null learning profile */ - PFLAG_IX_ON_NAME_ERROR = 8, /* fallback to ix on name lookup fail */ - PFLAG_IMMUTABLE = 0x10, /* don't allow changes/replacement */ - PFLAG_USER_DEFINED = 0x20, /* user based profile - lower privs */ - PFLAG_NO_LIST_REF = 0x40, /* list doesn't keep profile ref */ - PFLAG_OLD_NULL_TRANS = 0x100, /* use // as the null transition */ - PFLAG_INVALID = 0x200, /* profile replaced/removed */ - PFLAG_NS_COUNT = 0x400, /* carries NS ref count */ - - /* These flags must correspond with PATH_flags */ - PFLAG_MEDIATE_DELETED = 0x10000, /* mediate instead delegate deleted */ -}; struct aa_profile; /* struct aa_policy - common part of both namespaces and profiles * @name: name of the object - * @hname - The hierarchical name + * @hname - The hierarchical name, NOTE: is .name of struct counted_str * @list: list policy object is on * @profiles: head of the profiles list contained in the object */ struct aa_policy { - char *name; - char *hname; + const char *name; + __counted char *hname; struct list_head list; struct list_head profiles; }; @@ -136,6 +125,8 @@ struct list_head sub_ns; atomic_t uniq_null; long uniq_id; + int level; + struct aa_labelset labels; struct dentry *dents[AAFS_NS_SIZEOF]; }; @@ -151,31 +142,24 @@ }; -struct aa_replacedby { - struct kref count; - struct aa_profile __rcu *profile; -}; - - /* struct aa_profile - basic confinement data * @base - base components of the profile (name, refcount, lists, lock ...) - * @count: reference count of the obj - * @rcu: rcu head used when removing from @list + * @label - label this profile is an extension of * @parent: parent of profile * @ns: namespace the profile is in - * @replacedby: is set to the profile that replaced this profile * @rename: optional profile name that this profile renamed * @attach: human readable attachment string * @xmatch: optional extended matching for unconfined executables names * @xmatch_len: xmatch prefix len, used to determine xmatch priority * @audit: the auditing mode of the profile * @mode: the enforcement mode of the profile - * @flags: flags controlling profile behavior * @path_flags: flags controlling path generation behavior + * @disconnected: what to prepend if attach_disconnected is specified * @size: the memory consumed by this profiles rules * @policy: general match rules governing policy * @file: The set of rules governing basic file access and domain transitions * @caps: capabilities for the profile + * @net: network controls for the profile * @rlimits: rlimits for the profile * * @dents: dentries for the profiles file entries in apparmorfs @@ -197,12 +181,10 @@ */ struct aa_profile { struct aa_policy base; - struct kref count; - struct rcu_head rcu; + struct aa_label label; struct aa_profile __rcu *parent; struct aa_namespace *ns; - struct aa_replacedby *replacedby; const char *rename; const char *attach; @@ -210,13 +192,14 @@ int xmatch_len; enum audit_mode audit; long mode; - long flags; u32 path_flags; + const char *disconnected; int size; struct aa_policydb policy; struct aa_file_rules file; struct aa_caps caps; + struct aa_net net; struct aa_rlimit rlimits; unsigned char *hash; @@ -227,25 +210,33 @@ extern struct aa_namespace *root_ns; extern enum profile_mode aa_g_profile_mode; +#define profiles_ns(P) ((P)->ns) void aa_add_profile(struct aa_policy *common, struct aa_profile *profile); bool aa_ns_visible(struct aa_namespace *curr, struct aa_namespace *view); const char *aa_ns_name(struct aa_namespace *parent, struct aa_namespace *child); +void aa_free_namespace(struct aa_namespace *ns); int aa_alloc_root_ns(void); void aa_free_root_ns(void); void aa_free_namespace_kref(struct kref *kref); struct aa_namespace *aa_find_namespace(struct aa_namespace *root, const char *name); +struct aa_namespace *aa_findn_namespace(struct aa_namespace *root, + const char *name, size_t n); +struct aa_label *aa_setup_default_label(void); -void aa_free_replacedby_kref(struct kref *kref); struct aa_profile *aa_alloc_profile(const char *name); struct aa_profile *aa_new_null_profile(struct aa_profile *parent, int hat); void aa_free_profile(struct aa_profile *profile); void aa_free_profile_kref(struct kref *kref); struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name); +struct aa_profile *aa_lookupn_profile(struct aa_namespace *ns, + const char *hname, size_t n); struct aa_profile *aa_lookup_profile(struct aa_namespace *ns, const char *name); +struct aa_profile *aa_fqlookupn_profile(struct aa_label *base, char *fqname, + size_t n); struct aa_profile *aa_match_profile(struct aa_namespace *ns, const char *name); ssize_t aa_replace_profiles(void *udata, size_t size, bool noreplace); @@ -254,7 +245,40 @@ #define PROF_ADD 1 #define PROF_REPLACE 0 -#define unconfined(X) ((X)->mode == APPARMOR_UNCONFINED) +#define profile_unconfined(X) ((X)->mode == APPARMOR_UNCONFINED) + +/** + * aa_get_newest_profile - simple wrapper fn to wrap the label version + * @p: profile (NOT NULL) + * + * Returns refcount to newest version of the profile (maybe @p) + * + * Requires: @p must be held with a valid refcount + */ +static inline struct aa_profile *aa_get_newest_profile(struct aa_profile *p) +{ + return labels_profile(aa_get_newest_label(&p->label)); +} + +#define PROFILE_MEDIATES(P, T) ((P)->policy.start[(T)]) +/* safe version of POLICY_MEDIATES for full range input */ +static inline unsigned int PROFILE_MEDIATES_SAFE(struct aa_profile *profile, + unsigned char class) +{ + if (profile->policy.dfa) + return aa_dfa_match_len(profile->policy.dfa, + profile->policy.start[0], &class, 1); + return 0; +} + +static inline unsigned int PROFILE_MEDIATES_AF(struct aa_profile *profile, + u16 AF) { + unsigned int state = PROFILE_MEDIATES(profile, AA_CLASS_NET); + u16 be_af = cpu_to_be16(AF); + if (!state) + return 0; + return aa_dfa_match_len(profile->policy.dfa, state, (char *) &be_af, 2); +} static inline struct aa_profile *aa_deref_parent(struct aa_profile *p) @@ -273,7 +297,7 @@ static inline struct aa_profile *aa_get_profile(struct aa_profile *p) { if (p) - kref_get(&(p->count)); + kref_get(&(p->label.count)); return p; } @@ -287,7 +311,7 @@ */ static inline struct aa_profile *aa_get_profile_not0(struct aa_profile *p) { - if (p && kref_get_not0(&p->count)) + if (p && kref_get_not0(&p->label.count)) return p; return NULL; @@ -307,65 +331,20 @@ rcu_read_lock(); do { c = rcu_dereference(*p); - } while (c && !kref_get_not0(&c->count)); + } while (c && !kref_get_not0(&c->label.count)); rcu_read_unlock(); return c; } /** - * aa_get_newest_profile - find the newest version of @profile - * @profile: the profile to check for newer versions of - * - * Returns: refcounted newest version of @profile taking into account - * replacement, renames and removals - * return @profile. - */ -static inline struct aa_profile *aa_get_newest_profile(struct aa_profile *p) -{ - if (!p) - return NULL; - - if (PROFILE_INVALID(p)) - return aa_get_profile_rcu(&p->replacedby->profile); - - return aa_get_profile(p); -} - -/** * aa_put_profile - decrement refcount on profile @p * @p: profile (MAYBE NULL) */ static inline void aa_put_profile(struct aa_profile *p) { if (p) - kref_put(&p->count, aa_free_profile_kref); -} - -static inline struct aa_replacedby *aa_get_replacedby(struct aa_replacedby *p) -{ - if (p) - kref_get(&(p->count)); - - return p; -} - -static inline void aa_put_replacedby(struct aa_replacedby *p) -{ - if (p) - kref_put(&p->count, aa_free_replacedby_kref); -} - -/* requires profile list write lock held */ -static inline void __aa_update_replacedby(struct aa_profile *orig, - struct aa_profile *new) -{ - struct aa_profile *tmp; - tmp = rcu_dereference_protected(orig->replacedby->profile, - mutex_is_locked(&orig->ns->lock)); - rcu_assign_pointer(orig->replacedby->profile, aa_get_profile(new)); - orig->flags |= PFLAG_INVALID; - aa_put_profile(tmp); + kref_put(&p->label.count, aa_label_kref); } /** @@ -405,4 +384,30 @@ bool aa_may_manage_policy(int op); + +#define LOCAL_VEC_ENTRIES 8 +#define DEFINE_PROFILE_VEC(V, T) \ + struct aa_profile *(T)[LOCAL_VEC_ENTRIES]; \ + struct aa_profile **(V) + +#define aa_setup_profile_vec(V, T, L) \ +({ \ + if ((L) > LOCAL_VEC_ENTRIES) \ + (V) = kmalloc(sizeof(struct aa_profile *) * (L), GFP_KERNEL);\ + else \ + (V) = (T); \ + (V) ? 0 : -ENOMEM; \ +}) + +static inline void aa_cleanup_profile_vec(struct aa_profile **vec, \ + struct aa_profile **tmp, int len) \ +{ \ + int i; \ + for (i = 0; i < len; i++) \ + aa_put_profile(vec[i]); \ + if (vec != tmp) \ + kfree(vec); \ +} + + #endif /* __AA_POLICY_H */ --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/procattr.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/procattr.h @@ -18,7 +18,7 @@ #define AA_DO_TEST 1 #define AA_ONEXEC 1 -int aa_getprocattr(struct aa_profile *profile, char **string); +int aa_getprocattr(struct aa_label *label, char **string); int aa_setprocattr_changehat(char *args, size_t size, int test); int aa_setprocattr_changeprofile(char *fqname, bool onexec, int test); --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/resource.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/resource.h @@ -37,10 +37,10 @@ extern struct aa_fs_entry aa_fs_entry_rlimit[]; int aa_map_resource(int resource); -int aa_task_setrlimit(struct aa_profile *profile, struct task_struct *, +int aa_task_setrlimit(struct aa_label *label, struct task_struct *, unsigned int resource, struct rlimit *new_rlim); -void __aa_transition_rlimits(struct aa_profile *old, struct aa_profile *new); +void __aa_transition_rlimits(struct aa_label *old, struct aa_label *new); static inline void aa_free_rlimit_rules(struct aa_rlimit *rlims) { --- linux-lts-utopic-3.16.0.orig/security/apparmor/include/sig_names.h +++ linux-lts-utopic-3.16.0/security/apparmor/include/sig_names.h @@ -0,0 +1,95 @@ +#include + +#define SIGUNKNOWN 0 +#define MAXMAPPED_SIG 35 +/* provide a mapping of arch signal to internal signal # for mediation + * those that are always an alias SIGCLD for SIGCLHD and SIGPOLL for SIGIO + * map to the same entry those that may/or may not get a separate entry + */ +static const int sig_map[MAXMAPPED_SIG] = { + [0] = MAXMAPPED_SIG, /* existance test */ + [SIGHUP] = 1, + [SIGINT] = 2, + [SIGQUIT] = 3, + [SIGILL] = 4, + [SIGTRAP] = 5, /* -, 5, - */ + [SIGABRT] = 6, /* SIGIOT: -, 6, - */ + [SIGBUS] = 7, /* 10, 7, 10 */ + [SIGFPE] = 8, + [SIGKILL] = 9, + [SIGUSR1] = 10, /* 30, 10, 16 */ + [SIGSEGV] = 11, + [SIGUSR2] = 12, /* 31, 12, 17 */ + [SIGPIPE] = 13, + [SIGALRM] = 14, + [SIGTERM] = 15, + [SIGSTKFLT] = 16, /* -, 16, - */ + [SIGCHLD] = 17, /* 20, 17, 18. SIGCHLD -, -, 18 */ + [SIGCONT] = 18, /* 19, 18, 25 */ + [SIGSTOP] = 19, /* 17, 19, 23 */ + [SIGTSTP] = 20, /* 18, 20, 24 */ + [SIGTTIN] = 21, /* 21, 21, 26 */ + [SIGTTOU] = 22, /* 22, 22, 27 */ + [SIGURG] = 23, /* 16, 23, 21 */ + [SIGXCPU] = 24, /* 24, 24, 30 */ + [SIGXFSZ] = 25, /* 25, 25, 31 */ + [SIGVTALRM] = 26, /* 26, 26, 28 */ + [SIGPROF] = 27, /* 27, 27, 29 */ + [SIGWINCH] = 28, /* 28, 28, 20 */ + [SIGIO] = 29, /* SIGPOLL: 23, 29, 22 */ + [SIGPWR] = 30, /* 29, 30, 19. SIGINFO 29, -, - */ +#ifdef SIGSYS + [SIGSYS] = 31, /* 12, 31, 12. often SIG LOST/UNUSED */ +#endif +#ifdef SIGEMT + [SIGEMT] = 32, /* 7, - , 7 */ +#endif +#if defined(SIGLOST) && SIGPWR != SIGLOST /* sparc */ + [SIGLOST] = 33, /* unused on Linux */ +#endif +#if defined(SIGLOST) && defined(SIGSYS) && SIGLOST != SIGSYS + [SIGUNUSED] = 34, /* -, 31, - */ +#endif +}; + +/* this table is ordered post sig_map[sig] mapping */ +static const char *const sig_names[MAXMAPPED_SIG + 1] = { + "unknown", + "hup", + "int", + "quit", + "ill", + "trap", + "abrt", + "bus", + "fpe", + "kill", + "usr1", + "segv", + "usr2", + "pipe", + "alrm", + "term", + "stkflt", + "chld", + "cont", + "stop", + "stp", + "ttin", + "ttou", + "urg", + "xcpu", + "xfsz", + "vtalrm", + "prof", + "winch", + "io", + "pwr", + "sys", + "emt", + "lost", + "unused", + + "exists", /* always last existance test mapped to MAXMAPPED_SIG */ +}; + --- linux-lts-utopic-3.16.0.orig/security/apparmor/ipc.c +++ linux-lts-utopic-3.16.0/security/apparmor/ipc.c @@ -4,7 +4,7 @@ * This file contains AppArmor ipc mediation * * Copyright (C) 1998-2008 Novell/SUSE - * Copyright 2009-2010 Canonical Ltd. + * Copyright 2009-2013 Canonical Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -20,92 +20,201 @@ #include "include/context.h" #include "include/policy.h" #include "include/ipc.h" +#include "include/sig_names.h" + +/** + * audit_ptrace_mask - convert mask to permission string + * @buffer: buffer to write string to (NOT NULL) + * @mask: permission mask to convert + */ +static void audit_ptrace_mask(struct audit_buffer *ab, u32 mask) +{ + switch (mask) { + case MAY_READ: + audit_log_string(ab, "read"); + break; + case MAY_WRITE: + audit_log_string(ab, "trace"); + break; + case AA_MAY_BE_READ: + audit_log_string(ab, "readby"); + break; + case AA_MAY_BE_TRACED: + audit_log_string(ab, "tracedby"); + break; + } +} /* call back to audit ptrace fields */ -static void audit_cb(struct audit_buffer *ab, void *va) +static void audit_ptrace_cb(struct audit_buffer *ab, void *va) { struct common_audit_data *sa = va; - audit_log_format(ab, " target="); - audit_log_untrustedstring(ab, sa->aad->target); + + if (aad(sa)->request & AA_PTRACE_PERM_MASK) { + audit_log_format(ab, " requested_mask="); + audit_ptrace_mask(ab, aad(sa)->request); + + if (aad(sa)->denied & AA_PTRACE_PERM_MASK) { + audit_log_format(ab, " denied_mask="); + audit_ptrace_mask(ab, aad(sa)->denied); + } + } + audit_log_format(ab, " peer="); + audit_log_untrustedstring(ab, aad(sa)->target); } -/** - * aa_audit_ptrace - do auditing for ptrace - * @profile: profile being enforced (NOT NULL) - * @target: profile being traced (NOT NULL) - * @error: error condition - * - * Returns: %0 or error code - */ -static int aa_audit_ptrace(struct aa_profile *profile, - struct aa_profile *target, int error) +/* TODO: conditionals */ +static int profile_ptrace_perm(struct aa_profile *profile, + struct aa_profile *peer, u32 request, + struct common_audit_data *sa) { - struct common_audit_data sa; - struct apparmor_audit_data aad = {0,}; - sa.type = LSM_AUDIT_DATA_NONE; - sa.aad = &aad; - aad.op = OP_PTRACE; - aad.target = target; - aad.error = error; + struct aa_perms perms; - return aa_audit(AUDIT_APPARMOR_AUTO, profile, GFP_ATOMIC, &sa, - audit_cb); + /* need because of peer in cross check */ + if (profile_unconfined(profile) || + !PROFILE_MEDIATES(profile, AA_CLASS_PTRACE)) + return 0; + + aad(sa)->target = peer->base.hname; + aa_profile_match_label(profile, aa_peer_name(peer), AA_CLASS_PTRACE, + &perms); + aa_apply_modes_to_perms(profile, &perms); + return aa_check_perms(profile, &perms, request, sa, audit_ptrace_cb); +} + +static int cross_ptrace_perm(struct aa_profile *tracer, + struct aa_profile *tracee, u32 request, + struct common_audit_data *sa) +{ + if (PROFILE_MEDIATES(tracer, AA_CLASS_PTRACE)) + return xcheck(profile_ptrace_perm(tracer, tracee, request, sa), + profile_ptrace_perm(tracee, tracer, + request << PTRACE_PERM_SHIFT, + sa)); + /* policy uses the old style capability check for ptrace */ + if (profile_unconfined(tracer) || tracer == tracee) + return 0; + + aad(sa)->label = &tracer->label; + aad(sa)->target = tracee->base.hname; + aad(sa)->request = 0; + aad(sa)->error = aa_capable(&tracer->label, CAP_SYS_PTRACE, 1); + return aa_audit(AUDIT_APPARMOR_AUTO, tracer, sa, audit_ptrace_cb); } /** * aa_may_ptrace - test if tracer task can trace the tracee - * @tracer: profile of the task doing the tracing (NOT NULL) - * @tracee: task to be traced - * @mode: whether PTRACE_MODE_READ || PTRACE_MODE_ATTACH + * @tracer: label of the task doing the tracing (NOT NULL) + * @tracee: task label to be traced + * @request: permission request * * Returns: %0 else error code if permission denied or error */ -int aa_may_ptrace(struct aa_profile *tracer, struct aa_profile *tracee, - unsigned int mode) +int aa_may_ptrace(struct aa_label *tracer, struct aa_label *tracee, + u32 request) { - /* TODO: currently only based on capability, not extended ptrace - * rules, - * Test mode for PTRACE_MODE_READ || PTRACE_MODE_ATTACH - */ + DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, OP_PTRACE); - if (unconfined(tracer) || tracer == tracee) - return 0; - /* log this capability request */ - return aa_capable(tracer, CAP_SYS_PTRACE, 1); + return xcheck_labels_profiles(tracer, tracee, cross_ptrace_perm, + request, &sa); +} + + +static inline int map_signal_num(int sig) +{ + if (sig > SIGRTMAX) + return SIGUNKNOWN; + else if (sig >= SIGRTMIN) + return sig - SIGRTMIN + 128; /* rt sigs mapped to 128 */ + else if (sig <= MAXMAPPED_SIG) + return sig_map[sig]; + return SIGUNKNOWN; } /** - * aa_ptrace - do ptrace permission check and auditing - * @tracer: task doing the tracing (NOT NULL) - * @tracee: task being traced (NOT NULL) - * @mode: ptrace mode either PTRACE_MODE_READ || PTRACE_MODE_ATTACH - * - * Returns: %0 else error code if permission denied or error + * audit_file_mask - convert mask to permission string + * @buffer: buffer to write string to (NOT NULL) + * @mask: permission mask to convert */ -int aa_ptrace(struct task_struct *tracer, struct task_struct *tracee, - unsigned int mode) +static void audit_signal_mask(struct audit_buffer *ab, u32 mask) { - /* - * tracer can ptrace tracee when - * - tracer is unconfined || - * - tracer is in complain mode - * - tracer has rules allowing it to trace tracee currently this is: - * - confined by the same profile || - * - tracer profile has CAP_SYS_PTRACE - */ - - struct aa_profile *tracer_p = aa_get_task_profile(tracer); - int error = 0; - - if (!unconfined(tracer_p)) { - struct aa_profile *tracee_p = aa_get_task_profile(tracee); + if (mask & MAY_READ) + audit_log_string(ab, "receive"); + if (mask & MAY_WRITE) + audit_log_string(ab, "send"); +} - error = aa_may_ptrace(tracer_p, tracee_p, mode); - error = aa_audit_ptrace(tracer_p, tracee_p, error); +/** + * audit_cb - call back for signal specific audit fields + * @ab: audit_buffer (NOT NULL) + * @va: audit struct to audit values of (NOT NULL) + */ +static void audit_signal_cb(struct audit_buffer *ab, void *va) +{ + struct common_audit_data *sa = va; - aa_put_profile(tracee_p); + if (aad(sa)->request & AA_SIGNAL_PERM_MASK) { + audit_log_format(ab, " requested_mask="); + audit_signal_mask(ab, aad(sa)->request); + if (aad(sa)->denied & AA_SIGNAL_PERM_MASK) { + audit_log_format(ab, " denied_mask="); + audit_signal_mask(ab, aad(sa)->denied); + } } - aa_put_profile(tracer_p); + if (aad(sa)->signal <= MAXMAPPED_SIG) + audit_log_format(ab, " signal=%s", sig_names[aad(sa)->signal]); + else + audit_log_format(ab, " signal=rtmin+%d", + aad(sa)->signal - 128); + audit_log_format(ab, " peer="); + audit_log_untrustedstring(ab, aad(sa)->target); +} + +/* TODO: update to handle compound name&name2, conditionals */ +static void profile_match_signal(struct aa_profile *profile, const char *label, + int signal, struct aa_perms *perms) +{ + unsigned int state; + if (profile->policy.dfa) { + /* TODO: secondary cache check */ + state = aa_dfa_next(profile->policy.dfa, + profile->policy.start[AA_CLASS_SIGNAL], + signal); + state = aa_dfa_match(profile->policy.dfa, state, label); + aa_compute_perms(profile->policy.dfa, state, perms); + } else + memset(perms, 0, sizeof(*perms)); +} - return error; +static int profile_signal_perm(struct aa_profile *profile, + struct aa_profile *peer, u32 request, + struct common_audit_data *sa) +{ + struct aa_perms perms; + + if (profile_unconfined(profile) || + !PROFILE_MEDIATES(profile, AA_CLASS_SIGNAL)) + return 0; + + aad(sa)->target = peer->base.hname; + profile_match_signal(profile, aa_peer_name(peer), aad(sa)->signal, + &perms); + aa_apply_modes_to_perms(profile, &perms); + return aa_check_perms(profile, &perms, request, sa, audit_signal_cb); +} + +static int aa_signal_cross_perm(struct aa_profile *sender, + struct aa_profile *target, + struct common_audit_data *sa) +{ + return xcheck(profile_signal_perm(sender, target, MAY_WRITE, sa), + profile_signal_perm(target, sender, MAY_READ, sa)); +} + +int aa_may_signal(struct aa_label *sender, struct aa_label *target, int sig) +{ + DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, OP_SIGNAL); + aad(&sa)->signal = map_signal_num(sig); + return xcheck_labels_profiles(sender, target, aa_signal_cross_perm, + &sa); } --- linux-lts-utopic-3.16.0.orig/security/apparmor/label.c +++ linux-lts-utopic-3.16.0/security/apparmor/label.c @@ -0,0 +1,1844 @@ +/* + * AppArmor security module + * + * This file contains AppArmor label definitions + * + * Copyright 2013 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ + +#include +#include + +#include "include/apparmor.h" +#include "include/label.h" +#include "include/policy.h" +#include "include/sid.h" + + +/* + * the aa_label represents the set of profiles confining an object + * + * Labels maintain a reference count to the set of pointers they reference + * Labels are ref counted by + * tasks and object via the security field/security context off the field + * code - will take a ref count on a label if it needs the label + * beyond what is possible with an rcu_read_lock. + * profiles - each profile is a label + * sids - a pinned sid will keep a refcount of the label it is + * referencing + * objects - inode, files, sockets, ... + * + * Labels are not ref counted by the label set, so they maybe removed and + * freed when no longer in use. + * + */ + +static void free_replacedby(struct aa_replacedby *r) +{ + if (r) { + /* r->label will not updated any more as r is dead */ + aa_put_label(rcu_dereference_protected(r->label, true)); + kzfree(r); + } +} + +void aa_free_replacedby_kref(struct kref *kref) +{ + struct aa_replacedby *r = container_of(kref, struct aa_replacedby, + count); + free_replacedby(r); +} + +struct aa_replacedby *aa_alloc_replacedby(struct aa_label *l) +{ + struct aa_replacedby *r; + + r = kzalloc(sizeof(struct aa_replacedby), GFP_KERNEL); + if (r) { + kref_init(&r->count); + rcu_assign_pointer(r->label, aa_get_label(l)); + } + return r; +} + +/* requires profile list write lock held */ +void __aa_update_replacedby(struct aa_label *orig, struct aa_label *new) +{ + struct aa_label *tmp; + + AA_BUG(!orig); + AA_BUG(!new); + AA_BUG(!mutex_is_locked(&labels_ns(orig)->lock)); + + tmp = rcu_dereference_protected(orig->replacedby->label, + &labels_ns(orig)->lock); + rcu_assign_pointer(orig->replacedby->label, aa_get_label(new)); + orig->flags |= FLAG_INVALID; + aa_put_label(tmp); +} + +/* helper fn for label_for_each_confined */ +int aa_label_next_confined(struct aa_label *l, int i) +{ + AA_BUG(!l); + AA_BUG(i < 0); + + for (; i < l->size; i++) { + if (!profile_unconfined(l->ent[i])) + return i; + } + + return i; +} + +#if 0 +static int label_profile_pos(struct aa_label *l, struct aa_profile *profile) +{ + struct aa_profile *p; + struct label_it i; + + AA_BUG(!profile); + AA_BUG(!l); + + label_for_each(i, l, p) { + if (p == profile) + return i.i; + } + + return -1; +} +#endif + +#if 0 +static bool profile_in_label(struct aa_profile *profile, struct aa_label *l) +{ + return label_profile_pos(l, profile) != -1; +} +#endif + +static bool label_profiles_unconfined(struct aa_label *label) +{ + struct aa_profile *profile; + struct label_it i; + + AA_BUG(!label); + + label_for_each(i, label, profile) { + if (!profile_unconfined(profile)) + return false; + } + + return true; +} + +static int profile_cmp(struct aa_profile *a, struct aa_profile *b); +/** + * aa_label_next_not_in_set - return the next profile of @sub not in @set + * @I: label iterator + * @set: label to test against + * @sub: label to if is subset of @set + * + * Returns: profile in @sub that is not in @set, with iterator set pos after + * else NULL if @sub is a subset of @set + */ +struct aa_profile * aa_label_next_not_in_set(struct label_it *I, + struct aa_label *set, + struct aa_label *sub) +{ + AA_BUG(!set); + AA_BUG(!I); + AA_BUG(I->i < 0); + AA_BUG(I->i > set->size); + AA_BUG(!sub); + AA_BUG(I->j < 0); + AA_BUG(I->j > sub->size); + + while (I->j < sub->size && I->i < set->size) { + int res = profile_cmp(sub->ent[I->j], set->ent[I->i]); + if (res == 0) { + (I->j)++; + (I->i)++; + } else if (res > 0) + (I->i)++; + else + return sub->ent[(I->j)++]; + } + + if (I->j < sub->size) + return sub->ent[(I->j)++]; + + return NULL; +} + +/** + * aa_label_is_subset - test if @sub is a subset of @set + * @set: label to test against + * @sub: label to test if is subset of @set + * + * Returns: true if @sub is subset of @set + * else false + */ +bool aa_label_is_subset(struct aa_label *set, struct aa_label *sub) +{ + struct label_it i = { }; + + AA_BUG(!set); + AA_BUG(!sub); + + if (sub == set) + return true; + + return aa_label_next_not_in_set(&i, set, sub) == NULL; +} + +void aa_label_destroy(struct aa_label *label) +{ + AA_BUG(!label); + + if (label_invalid(label)) + labelsetstats_dec(labels_set(label), invalid); + + if (!label_isprofile(label)) { + struct aa_profile *profile; + struct label_it i; + + aa_put_str(label->hname); + + label_for_each(i, label, profile) + aa_put_profile(profile); + } + + aa_free_sid(label->sid); + aa_put_replacedby(label->replacedby); +} + +void aa_label_free(struct aa_label *label) +{ + if (!label) + return; + + aa_label_destroy(label); + labelstats_inc(freed); + kzfree(label); +} + +static void label_free_rcu(struct rcu_head *head) +{ + struct aa_label *l = container_of(head, struct aa_label, rcu); + + if (l->flags & FLAG_NS_COUNT) + aa_free_namespace(labels_ns(l)); + else if (label_isprofile(l)) + aa_free_profile(labels_profile(l)); + else + aa_label_free(l); +} + +bool aa_label_remove(struct aa_labelset *ls, struct aa_label *label); +void aa_label_kref(struct kref *kref) +{ + struct aa_label *l = container_of(kref, struct aa_label, count); + struct aa_namespace *ns = labels_ns(l); + + if (!ns) { + /* never live, no rcu callback needed, just using the fn */ + label_free_rcu(&l->rcu); + return; + } + + (void) aa_label_remove(&ns->labels, l); + + /* TODO: if compound label and not invalid add to reclaim cache */ + call_rcu(&l->rcu, label_free_rcu); +} + +bool aa_label_init(struct aa_label *label, int size) +{ + AA_BUG(!label); + AA_BUG(size < 1); + + label->sid = aa_alloc_sid(); + if (label->sid == AA_SID_INVALID) + return false; + + label->size = size; /* doesn't include null */ + label->ent[size] = NULL; /* null terminate */ + kref_init(&label->count); + RB_CLEAR_NODE(&label->node); + + return true; +} + +/** + * aa_label_alloc - allocate a label with a profile vector of @size length + * @size: size of profile vector in the label + * @gfp: memory allocation type + * + * Returns: new label + * else NULL if failed + */ +struct aa_label *aa_label_alloc(int size, gfp_t gfp) +{ + struct aa_label *label; + + AA_BUG(size < 1); + + /* vector: size - 2 (size of array in label struct) + 1 for null */ + label = kzalloc(sizeof(*label) + sizeof(struct aa_label *) * (size - 1), + gfp); + AA_DEBUG("%s (%p)\n", __func__, label); + if (!label) + goto fail; + + if (!aa_label_init(label, size)) + goto fail; + + labelstats_inc(allocated); + + return label; + +fail: + kfree(label); + labelstats_inc(failed); + + return NULL; +} + +static bool __aa_label_remove(struct aa_labelset *ls, struct aa_label *label) +{ + AA_BUG(!ls); + AA_BUG(!label); + AA_BUG(!write_is_locked(&ls->lock)); + AA_BUG(labels_set(label) != ls); + + if (label_invalid(label)) + labelstats_dec(invalid_intree); + else + __label_invalidate(label); + + if (label->flags & FLAG_IN_TREE) { + labelsetstats_dec(ls, intree); + rb_erase(&label->node, &ls->root); + label->flags &= ~FLAG_IN_TREE; + return true; + } + + return false; +} + +/** + * aa_label_remove - remove a label from the labelset + * @ls: set to remove the label from + * @l: label to remove + * + * Returns: true if @l was removed from the tree + * else @l was not in tree so it could not be removed + */ +bool aa_label_remove(struct aa_labelset *ls, struct aa_label *l) +{ + unsigned long flags; + bool res; + + write_lock_irqsave(&ls->lock, flags); + res = __aa_label_remove(ls, l); + write_unlock_irqrestore(&ls->lock, flags); + + return res; +} + +#if 0 +/* don't use when using ptr comparisons because nodes should never be + * the same + */ +static bool __aa_label_replace(struct aa_labelset *ls, struct aa_label *old, + struct aa_label *new) +{ + AA_BUG(!ls); + AA_BUG(!old); + AA_BUG(!new); + AA_BUG(!write_is_locked(&ls->lock)); + AA_BUG(labels_set(old) != ls); + AA_BUG(new->flags & FLAG_IN_TREE); + + if (label_invalid(old)) + labelstats_dec(invalid_intree); + else + __label_invalidate(old); + + if (old->flags & FLAG_IN_TREE) { + rb_replace_node(&old->node, &new->node, &ls->root); + old->flags &= ~FLAG_IN_TREE; + new->flags |= FLAG_IN_TREE; + return true; + } + + return false; +} +#endif + +static struct aa_label *__aa_label_insert(struct aa_labelset *ls, + struct aa_label *l); + +static struct aa_label *__aa_label_remove_and_insert(struct aa_labelset *ls, + struct aa_label *remove, + struct aa_label *insert) +{ + AA_BUG(!ls); + AA_BUG(!remove); + AA_BUG(!insert); + AA_BUG(!write_is_locked(&ls->lock)); + AA_BUG(labels_set(remove) != ls); + AA_BUG(insert->flags & FLAG_IN_TREE); + + __aa_label_remove(ls, remove); + return __aa_label_insert(ls, insert); +} + +struct aa_label *aa_label_remove_and_insert(struct aa_labelset *ls, + struct aa_label *remove, + struct aa_label *insert) +{ + unsigned long flags; + struct aa_label *l; + + write_lock_irqsave(&ls->lock, flags); + l = aa_get_label(__aa_label_remove_and_insert(ls, remove, insert)); + write_unlock_irqrestore(&ls->lock, flags); + + return l; +} + +/** + * aa_label_replace - replace a label @old with a new version @new + * @ls: labelset being manipulated + * @old: label to replace + * @new: label replacing @old + * + * Returns: true if @old was in tree and replaced + * else @old was not in tree, and @new was not inserted + */ +bool aa_label_replace(struct aa_labelset *ls, struct aa_label *old, + struct aa_label *new) +{ + struct aa_label *l; + unsigned long flags; + bool res; + + write_lock_irqsave(&ls->lock, flags); + if (!(old->flags & FLAG_IN_TREE)) + l = __aa_label_insert(ls, new); + else + l = __aa_label_remove_and_insert(ls, old, new); + res = (l == new); + write_unlock_irqrestore(&ls->lock, flags); + + return res; +} + +static int ns_cmp(struct aa_namespace *a, struct aa_namespace *b) +{ + int res; + + AA_BUG(!a); + AA_BUG(!b); + AA_BUG(!a->base.name); + AA_BUG(!b->base.name); + + if (a == b) + return 0; + + res = a->level - b->level; + if (res) + return res; + + return strcmp(a->base.name, b->base.name); +} + +/** + * profile_cmp - profile comparision for set ordering + * @a: profile to compare (NOT NULL) + * @b: profile to compare (NOT NULL) + * + * Returns: <0 if a < b + * ==0 if a == b + * >0 if a > b + */ +static int profile_cmp(struct aa_profile *a, struct aa_profile *b) +{ + int res; + + AA_BUG(!a); + AA_BUG(!b); + AA_BUG(!a->ns); + AA_BUG(!b->ns); + AA_BUG(!a->base.hname); + AA_BUG(!b->base.hname); + + if (a == b || a->base.hname == b->base.hname) + return 0; + res = ns_cmp(a->ns, b->ns); + if (res) + return res; + + return strcmp(a->base.hname, b->base.hname); +} + +/** + * label_vec_cmp - label comparision for set ordering + * @a: label to compare (NOT NULL) + * @vec: vector of profiles to compare (NOT NULL) + * @n: length of @vec + * + * Returns: <0 if a < vec + * ==0 if a == vec + * >0 if a > vec + */ +static int label_vec_cmp(struct aa_label *a, struct aa_profile **vec, int n) +{ + int i; + + AA_BUG(!a); + AA_BUG(!vec); + AA_BUG(!*vec); + AA_BUG(n <= 0); + + for (i = 0; i < a->size && i < n; i++) { + int res = profile_cmp(a->ent[i], vec[i]); + if (res != 0) + return res; + } + + return a->size - n; +} + +/** + * label_cmp - label comparision for set ordering + * @a: label to compare (NOT NULL) + * @b: label to compare (NOT NULL) + * + * Returns: <0 if a < b + * ==0 if a == b + * >0 if a > b + */ +static int label_cmp(struct aa_label *a, struct aa_label *b) +{ + AA_BUG(!b); + + if (a == b) + return 0; + + return label_vec_cmp(a, b->ent, b->size); +} + +/** + * __aa_label_vec_find - find label that matches @vec in label set + * @ls: set of labels to search (NOT NULL) + * @vec: vec of profiles to find matching label for (NOT NULL) + * @n: length of @vec + * + * Requires: @ls lock held + * caller to hold a valid ref on l + * + * Returns: unref counted @label if matching label is in tree + * else NULL if @vec equiv is not in tree + */ +static struct aa_label *__aa_label_vec_find(struct aa_labelset *ls, + struct aa_profile **vec, int n) +{ + struct rb_node *node; + + AA_BUG(!ls); + AA_BUG(!vec); + AA_BUG(!*vec); + AA_BUG(n <= 0); + + node = ls->root.rb_node; + while (node) { + struct aa_label *this = rb_entry(node, struct aa_label, node); + int result = label_vec_cmp(this, vec, n); + + if (result > 0) + node = node->rb_left; + else if (result < 0) + node = node->rb_right; + else + return this; + } + + return NULL; +} + +/** + * __aa_label_find - find label @l in label set + * @ls: set of labels to search (NOT NULL) + * @l: label to find (NOT NULL) + * + * Requires: @ls lock held + * caller to hold a valid ref on l + * + * Returns: unref counted @l if @l is in tree + * unref counted label that is equiv to @l in tree + * else NULL if @l or equiv is not in tree + */ +static struct aa_label *__aa_label_find(struct aa_labelset *ls, + struct aa_label *l) +{ + AA_BUG(!l); + + return __aa_label_vec_find(ls, l->ent, l->size); +} + +/** + * aa_label_vec_find - find label @l in label set + * @ls: set of labels to search (NOT NULL) + * @vec: array of profiles to find equiv label for (NOT NULL) + * @n: length of @vec + * + * Returns: refcounted label if @vec equiv is in tree + * else NULL if @vec equiv is not in tree + */ +struct aa_label *aa_label_vec_find(struct aa_labelset *ls, + struct aa_profile **vec, + int n) +{ + struct aa_label *label; + unsigned long flags; + + AA_BUG(!ls); + AA_BUG(!vec); + AA_BUG(!*vec); + AA_BUG(n <= 0); + + read_lock_irqsave(&ls->lock, flags); + label = aa_get_label(__aa_label_vec_find(ls, vec, n)); + labelstats_inc(sread); + read_unlock_irqrestore(&ls->lock, flags); + + return label; +} + +/** + * aa_label_find - find label @l in label set + * @ls: set of labels to search (NOT NULL) + * @l: label to find (NOT NULL) + * + * Requires: caller to hold a valid ref on l + * + * Returns: refcounted @l if @l is in tree + * refcounted label that is equiv to @l in tree + * else NULL if @l or equiv is not in tree + */ +struct aa_label *aa_label_find(struct aa_labelset *ls, struct aa_label *l) +{ + AA_BUG(!l); + + return aa_label_vec_find(ls, l->ent, l->size); +} + +/** + * __aa_label_insert - attempt to insert @l into a label set + * @ls: set of labels to insert @l into (NOT NULL) + * @l: new label to insert (NOT NULL) + * + * Requires: @ls->lock + * caller to hold a valid ref on l + * + * Returns: @l if successful in inserting @l + * else ref counted equivalent label that is already in the set. + */ +static struct aa_label *__aa_label_insert(struct aa_labelset *ls, + struct aa_label *l) +{ + struct rb_node **new, *parent = NULL; + + AA_BUG(!ls); + AA_BUG(!l); + AA_BUG(!write_is_locked(&ls->lock)); + AA_BUG(l->flags & FLAG_IN_TREE); + + /* Figure out where to put new node */ + new = &ls->root.rb_node; + while (*new) { + struct aa_label *this = rb_entry(*new, struct aa_label, node); + int result = label_cmp(l, this); + + parent = *new; + if (result == 0) { + labelsetstats_inc(ls, existing); + return this; + } else if (result < 0) + new = &((*new)->rb_left); + else /* (result > 0) */ + new = &((*new)->rb_right); + } + + /* Add new node and rebalance tree. */ + rb_link_node(&l->node, parent, new); + rb_insert_color(&l->node, &ls->root); + l->flags |= FLAG_IN_TREE; + labelsetstats_inc(ls, insert); + labelsetstats_inc(ls, intree); + + return l; +} + +/** + * aa_label_insert - insert label @l into @ls or return existing label + * @ls - labelset to insert @l into + * @l - label to insert + * + * Requires: caller to hold a valid ref on l + * + * Returns: ref counted @l if successful in inserting @l + * else ref counted equivalent label that is already in the set + */ +struct aa_label *aa_label_insert(struct aa_labelset *ls, struct aa_label *l) +{ + struct aa_label *label; + unsigned long flags; + + AA_BUG(!ls); + AA_BUG(!l); + + /* check if label exists before taking lock */ + if (!label_invalid(l)) { + read_lock_irqsave(&ls->lock, flags); + label = aa_get_label(__aa_label_find(ls, l)); + read_unlock_irqrestore(&ls->lock, flags); + labelstats_inc(fread); + if (label) + return label; + } + + write_lock_irqsave(&ls->lock, flags); + label = aa_get_label(__aa_label_insert(ls, l)); + write_unlock_irqrestore(&ls->lock, flags); + + return label; +} + +struct aa_label *aa_label_vec_find_or_create(struct aa_labelset *ls, + struct aa_profile **vec, int len) +{ + struct aa_label *label = aa_label_vec_find(ls, vec, len); + if (label) + return label; + + return aa_label_vec_merge(vec, len, GFP_KERNEL); +} + +/** + * aa_label_next_in_merge - find the next profile when merging @a and @b + * @I: label iterator + * @a: label to merge + * @b: label to merge + * + * Returns: next profile + * else null if no more profiles + */ +struct aa_profile *aa_label_next_in_merge(struct label_it *I, + struct aa_label *a, + struct aa_label *b) +{ + AA_BUG(!a); + AA_BUG(!b); + AA_BUG(!I); + AA_BUG(I->i < 0); + AA_BUG(I->i > a->size); + AA_BUG(I->j < 0); + AA_BUG(I->j > b->size); + + if (I->i < a->size) { + if (I->j < b->size) { + int res = profile_cmp(a->ent[I->i], b->ent[I->j]); + if (res > 0) + return b->ent[(I->j)++]; + if (res == 0) + (I->j)++; + } + + return a->ent[(I->i)++]; + } + + if (I->j < b->size) + return b->ent[(I->j)++]; + + return NULL; +} + +/** + * label_merge_cmp - cmp of @a merging with @b against @z for set ordering + * @a: label to merge then compare (NOT NULL) + * @b: label to merge then compare (NOT NULL) + * @z: label to compare merge against (NOT NULL) + * + * Assumes: using the most recent versions of @a, @b, and @z + * + * Returns: <0 if a < b + * ==0 if a == b + * >0 if a > b + */ +static int label_merge_cmp(struct aa_label *a, struct aa_label *b, + struct aa_label *z) +{ + struct aa_profile *p = NULL; + struct label_it i = { }; + int k; + + AA_BUG(!a); + AA_BUG(!b); + AA_BUG(!z); + + for (k = 0; + k < z->size && (p = aa_label_next_in_merge(&i, a, b)); + k++) { + int res = profile_cmp(p, z->ent[k]); + + if (res != 0) + return res; + } + + if (p) + return 1; + else if (k < z->size) + return -1; + return 0; +} + +#if 0 +/** + * label_merge_len - find the length of the merge of @a and @b + * @a: label to merge (NOT NULL) + * @b: label to merge (NOT NULL) + * + * Assumes: using newest versions of labels @a and @b + * + * Returns: length of a label vector for merge of @a and @b + */ +static int label_merge_len(struct aa_label *a, struct aa_label *b) +{ + int len = a->size + b->size; + int i, j; + + AA_BUG(!a); + AA_BUG(!b); + + /* find entries in common and remove from count */ + for (i = j = 0; i < a->size && j < b->size; ) { + int res = profile_cmp(a->ent[i], b->ent[j]); + if (res == 0) { + len--; + i++; + j++; + } else if (res < 0) + i++; + else + j++; + } + + return len; +} +#endif + +/** + * aa_sort_and_merge_profiles - canonical sort and merge a list of profiles + * @n: number of refcounted profiles in the list (@n > 0) + * @ps: list of profiles to sort and merge + * + * Returns: the number of duplicates eliminated == references put + */ +static int aa_sort_and_merge_profiles(int n, struct aa_profile **ps) +{ + int i, dups = 0; + + AA_BUG(n < 1); + AA_BUG(!ps); + + /* label lists are usually small so just use insertion sort */ + for (i = 1; i < n; i++) { + struct aa_profile *tmp = ps[i]; + int pos, j; + + for (pos = i - 1 - dups; pos >= 0; pos--) { + int res = profile_cmp(ps[pos], tmp); + if (res == 0) { + aa_put_profile(tmp); + dups++; + goto continue_outer; + } else if (res < 0) + break; + } + pos++; + + for (j = i - dups; j > pos; j--) + ps[j] = ps[j - 1]; + ps[pos] = tmp; + continue_outer: + ; /* sigh empty statement required after the label */ + } + + return dups; +} + +/** + * __label_merge - create a new label by merging @a and @b + * @l: preallocated label to merge into (NOT NULL) + * @a: label to merge with @b (NOT NULL) + * @b: label to merge with @a (NOT NULL) + * + * Returns: ref counted label either l if merge is unique + * a if b is a subset of a + * b if a is a subset of b + * + * NOTE: will not use l if the merge results in l == a or b + * + * Must be used within labelset write lock to avoid racing with + * label invalidation. + */ +static struct aa_label *__label_merge(struct aa_label *l, struct aa_label *a, + struct aa_label *b) +{ + struct aa_profile *next; + struct label_it i; + int k = 0, invcount = 0; + + AA_BUG(!a); + AA_BUG(a->size < 0); + AA_BUG(!b); + AA_BUG(b->size < 0); + AA_BUG(!l); + AA_BUG(l->size < a->size + b->size); + + if (a == b) + return aa_get_label(a); + + label_for_each_in_merge(i, a, b, next) { + if (PROFILE_INVALID(next)) { + l->ent[k] = aa_get_newest_profile(next); + if (next->label.replacedby != + l->ent[k]->label.replacedby) + invcount++; + k++; + } else + l->ent[k++] = aa_get_profile(next); + } + /* set to actual size which is <= allocated len */ + l->size = k; + l->ent[k] = NULL; + + if (invcount) { + l->size -= aa_sort_and_merge_profiles(l->size, &l->ent[0]); + if (label_profiles_unconfined(l)) + l->flags |= FLAG_UNCONFINED; + } else { + /* merge is same as at least one of the labels */ + if (k == a->size) + return aa_get_label(a); + else if (k == b->size) + return aa_get_label(b); + + l->flags |= a->flags & b->flags & FLAG_UNCONFINED; + } + + return aa_get_label(l); +} + +/** + * labelset_of_merge - find into which labelset a merged label should be inserted + * @a: label to merge and insert + * @b: label to merge and insert + * + * Returns: labelset that the merged label should be inserted into + */ +static struct aa_labelset *labelset_of_merge(struct aa_label *a, struct aa_label *b) +{ + struct aa_namespace *nsa = labels_ns(a); + struct aa_namespace *nsb = labels_ns(b); + + if (ns_cmp(nsa, nsb) <= 0) + return &nsa->labels; + return &nsb->labels; +} + +/** + * __aa_label_find_merge - find label that is equiv to merge of @a and @b + * @ls: set of labels to search (NOT NULL) + * @a: label to merge with @b (NOT NULL) + * @b: label to merge with @a (NOT NULL) + * + * Requires: read_lock held + * + * Returns: unref counted label that is equiv to merge of @a and @b + * else NULL if merge of @a and @b is not in set + */ +static struct aa_label *__aa_label_find_merge(struct aa_labelset *ls, + struct aa_label *a, + struct aa_label *b) +{ + struct rb_node *node; + + AA_BUG(!ls); + AA_BUG(!a); + AA_BUG(!b); + + if (a == b) + return __aa_label_find(ls, a); + + node = ls->root.rb_node; + while (node) { + struct aa_label *this = container_of(node, struct aa_label, + node); + int result = label_merge_cmp(a, b, this); + + if (result < 0) + node = node->rb_left; + else if (result > 0) + node = node->rb_right; + else + return this; + } + + return NULL; +} + + +/** + * __aa_label_find_merge - find label that is equiv to merge of @a and @b + * @a: label to merge with @b (NOT NULL) + * @b: label to merge with @a (NOT NULL) + * + * Requires: labels be fully constructed with a valid ns + * + * Returns: ref counted label that is equiv to merge of @a and @b + * else NULL if merge of @a and @b is not in set + */ +struct aa_label *aa_label_find_merge(struct aa_label *a, struct aa_label *b) +{ + struct aa_labelset *ls; + struct aa_label *label, *ar = NULL, *br = NULL; + unsigned long flags; + + AA_BUG(!a); + AA_BUG(!b); + + ls = labelset_of_merge(a, b); + read_lock_irqsave(&ls->lock, flags); + if (label_invalid(a)) + a = ar = aa_get_newest_label(a); + if (label_invalid(b)) + b = br = aa_get_newest_label(b); + label = aa_get_label(__aa_label_find_merge(ls, a, b)); + read_unlock_irqrestore(&ls->lock, flags); + aa_put_label(ar); + aa_put_label(br); + labelsetstats_inc(ls, msread); + + return label; +} + +/** + * aa_label_merge - attempt to insert new merged label of @a and @b + * @ls: set of labels to insert label into (NOT NULL) + * @a: label to merge with @b (NOT NULL) + * @b: label to merge with @a (NOT NULL) + * @gfp: memory allocation type + * + * Requires: caller to hold valid refs on @a and @b + * labels be fully constructed with a valid ns + * + * Returns: ref counted new label if successful in inserting merge of a & b + * else ref counted equivalent label that is already in the set. + * else NULL if could not create label (-ENOMEM) + */ +struct aa_label *aa_label_merge(struct aa_label *a, struct aa_label *b, + gfp_t gfp) +{ + struct aa_label *label = NULL; + struct aa_labelset *ls; + unsigned long flags; + + AA_BUG(!a); + AA_BUG(!b); + + if (a == b) + return aa_get_newest_label(a); + + ls = labelset_of_merge(a, b); + + /* TODO: enable when read side is lockless + * check if label exists before taking locks + if (!label_invalid(a) && !label_invalid(b)) + label = aa_label_find_merge(a, b); + */ + + if (!label) { + struct aa_label *new, *l; + + a = aa_get_newest_label(a); + b = aa_get_newest_label(b); + + /* could use label_merge_len(a, b), but requires double + * comparison for small savings + */ + new = aa_label_alloc(a->size + b->size, gfp); + if (!new) + return NULL; + + write_lock_irqsave(&ls->lock, flags); + l = __label_merge(new, a, b); + if (l != new) { + /* new may not be fully setup so no put_label */ + aa_label_free(new); + new = NULL; + } + if (!(l->flags & FLAG_IN_TREE)) + label = aa_get_label(__aa_label_insert(ls, l)); + write_unlock_irqrestore(&ls->lock, flags); + aa_put_label(new); + aa_put_label(l); + aa_put_label(a); + aa_put_label(b); + } + + return label; +} + +/* requires sort and merge done first */ +struct aa_label *aa_label_vec_merge(struct aa_profile **vec, int len, + gfp_t gfp) +{ + struct aa_label *label = NULL; + struct aa_labelset *ls; + unsigned long flags; + struct aa_label *new; + int i; + + AA_BUG(!vec); + + if (len == 1) + return aa_get_label(&vec[0]->label); + + ls = labels_set(&vec[len - 1]->label); + + /* TODO: enable when read side is lockless + * check if label exists before taking locks + */ + new = aa_label_alloc(len, gfp); + if (!new) + return NULL; + + write_lock_irqsave(&ls->lock, flags); + for (i = 0; i < len; i++) { + new->ent[i] = aa_get_profile(vec[i]); + label = __aa_label_insert(ls, new); + if (label != new) { + aa_get_label(label); + /* not fully constructed don't put */ + aa_label_free(new); + } + } + write_unlock_irqrestore(&ls->lock, flags); + + return label; +} + +/** + * aa_update_label_name - update a label to have a stored name + * @ns: ns being viewed from (NOT NULL) + * @label: label to update (NOT NULL) + * @gfp: type of memory allocation + * + * Requires: labels_set(label) not locked in caller + * + * note: only updates the label name if it does not have a name already + * and if it is in the labelset + */ +bool aa_update_label_name(struct aa_namespace *ns, struct aa_label *label, + gfp_t gfp) +{ + struct aa_labelset *ls; + unsigned long flags; + char __counted *name; + bool res = false; + + AA_BUG(!ns); + AA_BUG(!label); + + if (label->hname || labels_ns(label) != ns) + return res; + + if (aa_label_acntsprint(&name, ns, label, false, gfp) == -1) + return res; + + ls = labels_set(label); + write_lock_irqsave(&ls->lock, flags); + if (!label->hname && label->flags & FLAG_IN_TREE) { + label->hname = name; + res = true; + } else + aa_put_str(name); + write_unlock_irqrestore(&ls->lock, flags); + + return res; +} + +/* cached label name is present and visible + * @label->hname only exists if label is namespace hierachical */ +static inline bool label_name_visible(struct aa_namespace *ns, + struct aa_label *label) +{ + if (label->hname && labels_ns(label) == ns) + return true; + + return false; +} + +/* helper macro for snprint routines */ +#define update_for_len(total, len, size, str) \ +do { \ + AA_BUG(len < 0); \ + total += len; \ + len = min(len, size); \ + size -= len; \ + str += len; \ +} while (0) + +/** + * aa_modename_snprint - print the mode name of a profile or label to a buffer + * @str: buffer to write to (MAY BE NULL if @size == 0) + * @size: size of buffer + * @ns: namespace profile is being viewed from (NOT NULL) + * @label: label to print the mode of (NOT NULL) + * + * Returns: size of name written or would be written if larger than + * available buffer + * + * Note: will print every mode name visible (mode1)(mode2)(mode3) + * this is likely not what is desired for most interfaces + * use aa_mode_snprint to get the standard mode format + */ +static int aa_modename_snprint(char *str, size_t size, struct aa_namespace *ns, + struct aa_label *label) +{ + struct aa_profile *profile; + struct label_it i; + int total = 0; + size_t len; + + label_for_each(i, label, profile) { + const char *modestr; + if (!aa_ns_visible(ns, profile->ns)) + continue; + /* no mode for 'unconfined' */ + if (profile_unconfined(profile) && + profile == profile->ns->unconfined) + break; + modestr = aa_profile_mode_names[profile->mode]; + len = snprintf(str, size, "(%s)", modestr); + update_for_len(total, len, size, str); + } + + return total; +} + +/** + * aa_modechr_snprint - print the mode chr of a profile or labels to a buffer + * @str: buffer to write to (MAY BE NULL if @size == 0) + * @size: size of buffer + * @ns: namespace profile is being viewed from (NOT NULL) + * @label: label to print the mode chr of (NOT NULL) + * + * Returns: size of mode string written or would be written if larger than + * available buffer + * + * Note: will print the chr of every visible profile (123) + * this is likely not what is desired for most interfaces + * use aa_mode_snprint to get the standard mode format + */ +static int aa_modechr_snprint(char *str, size_t size, struct aa_namespace *ns, + struct aa_label *label) +{ + struct aa_profile *profile; + struct label_it i; + int total = 0; + size_t len; + + len = snprintf(str, size, "("); + update_for_len(total, len, size, str); + label_for_each(i, label, profile) { + const char *modestr; + if (!aa_ns_visible(ns, profile->ns)) + continue; + modestr = aa_profile_mode_names[profile->mode]; + /* just the first char of the modestr */ + len = snprintf(str, size, "%c", *modestr); + update_for_len(total, len, size, str); + } + len = snprintf(str, size, ")"); + update_for_len(total, len, size, str); + + return total; +} + +/** + * aa_mode_snprint - print the mode of a profile or label to a buffer + * @str: buffer to write to (MAY BE NULL if @size == 0) + * @size: size of buffer + * @ns: namespace profile is being viewed from (NOT NULL) + * @label: label to print the mode of (NOT NULL) + * @count: number of label entries to be printed (<= 0 if unknown) + * + * Returns: size of name written or would be written if larger than + * available buffer + * + * Note: dynamically switches between mode name, and mode char format as + * appropriate + * will not print anything if the label is not visible + */ +static int aa_mode_snprint(char *str, size_t size, struct aa_namespace *ns, + struct aa_label *label, int count) +{ + struct aa_profile *profile; + struct label_it i; + + if (count <= 0) { + count = 0; + label_for_each(i, label, profile) { + if (aa_ns_visible(ns, profile->ns)) + count++; + } + } + + if (count == 0) + return 0; + + if (count == 1) + return aa_modename_snprint(str, size, ns, label); + + return aa_modechr_snprint(str, size, ns, label); +} + +/** + * aa_snprint_profile - print a profile name to a buffer + * @str: buffer to write to. (MAY BE NULL if @size == 0) + * @size: size of buffer + * @ns: namespace profile is being viewed from (NOT NULL) + * @profile: profile to view (NOT NULL) + * @mode: whether to include the mode string + * + * Returns: size of name written or would be written if larger than + * available buffer + * + * Note: will not print anything if the profile is not visible + */ +int aa_profile_snprint(char *str, size_t size, struct aa_namespace *ns, + struct aa_profile *profile, bool mode) +{ + const char *ns_name = aa_ns_name(ns, profile->ns); + + AA_BUG(!str && size != 0); + AA_BUG(!ns); + AA_BUG(!profile); + + if (!ns_name) + return 0; + + if (mode && profile != profile->ns->unconfined) { + const char *modestr = aa_profile_mode_names[profile->mode]; + if (strlen(ns_name)) + return snprintf(str, size, ":%s://%s (%s)", ns_name, + profile->base.hname, modestr); + return snprintf(str, size, "%s (%s)", profile->base.hname, + modestr); + } + + if (strlen(ns_name)) + return snprintf(str, size, ":%s://%s", ns_name, + profile->base.hname); + return snprintf(str, size, "%s", profile->base.hname); +} + +/** + * aa_label_snprint - print a label name to a string buffer + * @str: buffer to write to. (MAY BE NULL if @size == 0) + * @size: size of buffer + * @ns: namespace profile is being viewed from (NOT NULL) + * @label: label to view (NOT NULL) + * @mode: whether to include the mode string + * + * Returns: size of name written or would be written if larger than + * available buffer + * + * Note: labels do not have to be strictly hierarchical to the ns as + * objects may be shared across different namespaces and thus + * pickup labeling from each ns. If a particular part of the + * label is not visible it will just be excluded. And if none + * of the label is visible "---" will be used. + */ +int aa_label_snprint(char *str, size_t size, struct aa_namespace *ns, + struct aa_label *label, bool mode) +{ + struct aa_profile *profile; + struct label_it i; + int count = 0, total = 0; + size_t len; + + AA_BUG(!str && size != 0); + AA_BUG(!ns); + AA_BUG(!label); + + label_for_each(i, label, profile) { + if (aa_ns_visible(ns, profile->ns)) { + if (count > 0) { + len = snprintf(str, size, "//&"); + update_for_len(total, len, size, str); + } + len = aa_profile_snprint(str, size, ns, profile, false); + update_for_len(total, len, size, str); + count++; + } + } + + if (count == 0) + return snprintf(str, size, aa_hidden_ns_name); + + /* count == 1 && ... is for backwards compat where the mode + * is not displayed for 'unconfined' in the current ns + */ + if (mode && + !(count == 1 && labels_ns(label) == ns && + labels_profile(label) == ns->unconfined)) { + len = snprintf(str, size, " "); + update_for_len(total, len, size, str); + len = aa_mode_snprint(str, size, ns, label, count); + update_for_len(total, len, size, str); + } + + return total; +} +#undef update_for_len + +/** + * aa_label_asprint - allocate a string buffer and print label into it + * @strp: Returns - the allocated buffer with the label name. (NOT NULL) + * @ns: namespace profile is being viewed from (NOT NULL) + * @label: label to view (NOT NULL) + * @mode: whether to include the mode string + * @gfp: kernel memory allocation type + * + * Returns: size of name written or would be written if larger than + * available buffer + */ +int aa_label_asprint(char **strp, struct aa_namespace *ns, + struct aa_label *label, bool mode, gfp_t gfp) +{ + int size; + + AA_BUG(!strp); + AA_BUG(!ns); + AA_BUG(!label); + + size = aa_label_snprint(NULL, 0, ns, label, mode); + if (size < 0) + return size; + + *strp = kmalloc(size + 1, gfp); + if (!*strp) + return -ENOMEM; + return aa_label_snprint(*strp, size + 1, ns, label, mode); +} + +/** + * aa_label_acntsprint - allocate a __counted string buffer and print label + * @strp: buffer to write to. (MAY BE NULL if @size == 0) + * @ns: namespace profile is being viewed from (NOT NULL) + * @label: label to view (NOT NULL) + * @mode: whether to include the mode string + * @gfp: kernel memory allocation type + * + * Returns: size of name written or would be written if larger than + * available buffer + */ +int aa_label_acntsprint(char __counted **strp, struct aa_namespace *ns, + struct aa_label *label, bool mode, gfp_t gfp) +{ + int size; + + AA_BUG(!strp); + AA_BUG(!ns); + AA_BUG(!label); + + size = aa_label_snprint(NULL, 0, ns, label, mode); + if (size < 0) + return size; + + *strp = aa_str_alloc(size + 1, gfp); + if (!*strp) + return -ENOMEM; + return aa_label_snprint(*strp, size + 1, ns, label, mode); +} + + +void aa_label_audit(struct audit_buffer *ab, struct aa_namespace *ns, + struct aa_label *label, bool mode, gfp_t gfp) +{ + const char *str; + char *name = NULL; + int len; + + AA_BUG(!ab); + AA_BUG(!ns); + AA_BUG(!label); + + if (label_name_visible(ns, label)) { + str = (char *) label->hname; + len = strlen(str); + } else { + labelstats_inc(audit_name_alloc); + len = aa_label_asprint(&name, ns, label, mode, gfp); + if (len == -1) { + labelstats_inc(audit_name_fail); + AA_DEBUG("label print error"); + return; + } + str = name; + } + + if (audit_string_contains_control(str, len)) + audit_log_n_hex(ab, str, len); + else + audit_log_n_string(ab, str, len); + + kfree(name); +} + +void aa_label_seq_print(struct seq_file *f, struct aa_namespace *ns, + struct aa_label *label, bool mode, gfp_t gfp) +{ + AA_BUG(!f); + AA_BUG(!ns); + AA_BUG(!label); + + if (!label_name_visible(ns, label)) { + char *str; + int len; + + labelstats_inc(seq_print_name_alloc); + len = aa_label_asprint(&str, ns, label, mode, gfp); + if (len == -1) { + labelstats_inc(seq_print_name_fail); + AA_DEBUG("label print error"); + return; + } + seq_printf(f, "%s", str); + kfree(str); + } else + seq_printf(f, "%s", label->hname); +} + +void aa_label_printk(struct aa_namespace *ns, struct aa_label *label, bool mode, + gfp_t gfp) +{ + char *str; + int len; + + AA_BUG(!ns); + AA_BUG(!label); + + if (!label_name_visible(ns, label)) { + labelstats_inc(printk_name_alloc); + len = aa_label_asprint(&str, ns, label, mode, gfp); + if (len == -1) { + labelstats_inc(printk_name_fail); + AA_DEBUG("label print error"); + return; + } + printk("%s", str); + kfree(str); + } else + printk("%s", label->hname); +} + +static int label_count_str_entries(const char *str) +{ + const char *split; + int count = 1; + + AA_BUG(!str); + + for (split = strstr(str, "//&"); split; split = strstr(str, "//&")) { + count++; + str = split + 3; + } + + return count; +} + +/** + * aa_label_parse - parse, validate and convert a text string to a label + * @base: base label to use for lookups (NOT NULL) + * @str: null terminated text string (NOT NULL) + * @gfp: allocation type + * @create: true if should create compound labels if they don't exist + * + * Returns: the matching refcounted label if present + * else ERRPTR + */ +struct aa_label *aa_label_parse(struct aa_label *base, char *str, gfp_t gfp, + bool create) +{ + DEFINE_PROFILE_VEC(vec, tmp); + struct aa_label *l; + int i, len, error; + char *split; + + AA_BUG(!base); + AA_BUG(!str); + + len = label_count_str_entries(str); + error = aa_setup_profile_vec(vec, tmp, len); + if (error) + return ERR_PTR(error); + + for (split = strstr(str, "//&"), i = 0; split && i < len; i++) { + vec[i] = aa_fqlookupn_profile(base, str, split - str); + if (!vec[i]) + goto fail; + str = split + 3; + split = strstr(str, "//&"); + } + vec[i] = aa_fqlookupn_profile(base, str, strlen(str)); + if (!vec[i]) + goto fail; + if (len == 1) + /* no need to free vec as len < LOCAL_VEC_ENTRIES */ + return &vec[0]->label; + + i = aa_sort_and_merge_profiles(len, vec); + len -= i; + + if (create) + l = aa_label_vec_find_or_create(labels_set(base), vec, len); + else + l = aa_label_vec_find(labels_set(base), vec, len); + if (!l) + l = ERR_PTR(-ENOENT); + +out: + /* use adjusted len from after sort_and_merge, not original */ + aa_cleanup_profile_vec(vec, tmp, len); + return l; + +fail: + l = ERR_PTR(-ENOENT); + goto out; +} + + +/** + * aa_labelset_destroy - remove all labels from the label set + * @ls: label set to cleanup (NOT NULL) + * + * Labels that are removed from the set may still exist beyond the set + * being destroyed depending on their reference counting + */ +void aa_labelset_destroy(struct aa_labelset *ls) +{ + struct rb_node *node; + unsigned long flags; + + AA_BUG(!ls); + + write_lock_irqsave(&ls->lock, flags); + for (node = rb_first(&ls->root); node; node = rb_first(&ls->root)) { + struct aa_label *this = rb_entry(node, struct aa_label, node); + __aa_label_remove(ls, this); + } + write_unlock_irqrestore(&ls->lock, flags); +} + +/* + * @ls: labelset to init (NOT NULL) + */ +void aa_labelset_init(struct aa_labelset *ls) +{ + AA_BUG(!ls); + + rwlock_init(&ls->lock); + ls->root = RB_ROOT; + labelstats_init(&ls); +} + +static struct aa_label *labelset_next_invalid(struct aa_labelset *ls) +{ + struct aa_label *label; + struct rb_node *node; + unsigned long flags; + + AA_BUG(!ls); + + read_lock_irqsave(&ls->lock, flags); + + __labelset_for_each(ls, node) { + struct aa_profile *p; + struct label_it i; + + label = rb_entry(node, struct aa_label, node); + if (label_invalid(label)) + goto out; + + label_for_each(i, label, p) { + if (PROFILE_INVALID(p)) + goto out; + } + } + label = NULL; + +out: + aa_get_label(label); + read_unlock_irqrestore(&ls->lock, flags); + + return label; +} + +/** + * __label_update - insert updated version of @label into labelset + * @label - the label to update/repace + * + * Returns: new label that is up to date + * else NULL on failure + * + * Requires: @ns lock be held + * + * Note: worst case is the stale @label does not get updated and has + * to be updated at a later time. + */ +static struct aa_label *__label_update(struct aa_label *label) +{ + struct aa_label *l, *tmp; + struct aa_labelset *ls; + struct aa_profile *p; + struct label_it i; + unsigned long flags; + int invcount = 0; + + AA_BUG(!label); + AA_BUG(!mutex_is_locked(&labels_ns(label)->lock)); + + l = aa_label_alloc(label->size, GFP_KERNEL); + if (!l) + return NULL; + + if (!label->replacedby) { + struct aa_replacedby *r = aa_alloc_replacedby(l); + if (!r) { + aa_put_label(l); + return NULL; + } + /* only label update will set replacedby so ns lock is enough */ + label->replacedby = r; + } + + /* while holding the ns_lock will stop profile replacement, removal, + * and label updates, label merging and removal can be occuring + */ + + ls = labels_set(label); + write_lock_irqsave(&ls->lock, flags); + /* circular ref only broken by replace or remove */ + l->replacedby = aa_get_replacedby(label->replacedby); + __aa_update_replacedby(label, l); + + label_for_each(i, label, p) { + l->ent[i.i] = aa_get_newest_profile(p); + if (&l->ent[i.i]->label.replacedby != &p->label.replacedby) + invcount++; + } + + /* updated label invalidated by being removed/renamed from labelset */ + if (invcount) { + l->size -= aa_sort_and_merge_profiles(l->size, &l->ent[0]); + if (labels_set(label) == labels_set(l)) { + AA_BUG(__aa_label_remove_and_insert(labels_set(label), label, l) != l); + } else { + aa_label_remove(labels_set(label), label); + goto other_ls_insert; + } + } else { + AA_BUG(labels_ns(label) != labels_ns(l)); + AA_BUG(__aa_label_remove_and_insert(labels_set(label), label, l) != l); + } + write_unlock_irqrestore(&ls->lock, flags); + + return l; + +other_ls_insert: + write_unlock_irqrestore(&ls->lock, flags); + tmp = aa_label_insert(labels_set(l), l); + if (tmp != l) { + aa_put_label(l); + l = tmp; + } + + return l; +} + +/** + * __labelset_update - invalidate and update labels in @ns + * @ns: namespace to update and invalidate labels in (NOT NULL) + * + * Requires: @ns lock be held + * + * Walk the labelset ensuring that all labels are up to date and valid + * Any label that is outdated is replaced and by an updated version + * invalidated and removed from the tree. + * + * If failures happen due to memory pressures then stale labels will + * be left in place until the next pass. + */ +static void __labelset_update(struct aa_namespace *ns) +{ + struct aa_label *label; + + AA_BUG(!ns); + AA_BUG(!mutex_is_locked(&ns->lock)); + + do { + label = labelset_next_invalid(&ns->labels); + if (label) { + struct aa_label *l; + l = __label_update(label); + aa_put_label(l); + aa_put_label(label); + } + } while (label); +} + +/** + * __aa_labelset_invalidate_all - invalidate labels in @ns and below + * @ns: ns to start invalidation at (NOT NULL) + * + * Requires: @ns lock be held + * + * Invalidates labels based on @p in @ns and any children namespaces. +*/ +void __aa_labelset_update_all(struct aa_namespace *ns) +{ + struct aa_namespace *child; + + AA_BUG(!ns); + AA_BUG(!mutex_is_locked(&ns->lock)); + + __labelset_update(ns); + + list_for_each_entry(child, &ns->sub_ns, base.list) { + mutex_lock(&child->lock); + __aa_labelset_update_all(child); + mutex_unlock(&child->lock); + } +} --- linux-lts-utopic-3.16.0.orig/security/apparmor/lib.c +++ linux-lts-utopic-3.16.0/security/apparmor/lib.c @@ -4,7 +4,7 @@ * This file contains basic common functions used in AppArmor * * Copyright (C) 1998-2008 Novell/SUSE - * Copyright 2009-2010 Canonical Ltd. + * Copyright 2009-2013 Canonical Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -12,14 +12,17 @@ * License. */ +#include #include #include #include #include -#include "include/audit.h" #include "include/apparmor.h" - +#include "include/audit.h" +#include "include/label.h" +#include "include/perms.h" +#include "include/policy.h" /** * aa_split_fqname - split a fqname into a profile and namespace name @@ -60,17 +63,64 @@ } /** + * skipn_spaces - Removes leading whitespace from @str. + * @str: The string to be stripped. + * + * Returns a pointer to the first non-whitespace character in @str. + * if all whitespace will return NULL + */ + +static char *skipn_spaces(const char *str, size_t n) +{ + for (;n && isspace(*str); --n) + ++str; + if (n) + return (char *)str; + return NULL; +} + +char *aa_splitn_fqname(char *fqname, size_t n, char **ns_name, size_t *ns_len) +{ + char *end = fqname + n; + char *name = skipn_spaces(fqname, n); + if (!name) + return NULL; + *ns_name = NULL; + *ns_len = 0; + if (name[0] == ':') { + char *split = strnchr(name + 1, end - name - 1, ':'); + *ns_name = skipn_spaces(&name[1], end - &name[1]); + if (!*ns_name) + return NULL; + if (split) { + *ns_len = split - *ns_name - 1; + if (*ns_len == 0) + *ns_name = NULL; + split++; + if (end - split > 1 && strncmp(split, "//", 2) == 0) + split += 2; + name = skipn_spaces(split, end - split); + } else { + /* a ns name without a following profile is allowed */ + name = NULL; + *ns_len = end - *ns_name; + } + } + if (name && *name == 0) + name = NULL; + + return name; +} + +/** * aa_info_message - log a none profile related status message * @str: message to log */ void aa_info_message(const char *str) { if (audit_enabled) { - struct common_audit_data sa; - struct apparmor_audit_data aad = {0,}; - sa.type = LSM_AUDIT_DATA_NONE; - sa.aad = &aad; - aad.info = str; + DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, 0); + aad(&sa)->info = str; aa_audit_msg(AUDIT_APPARMOR_STATUS, &sa, NULL); } printk(KERN_INFO "AppArmor: %s\n", str); @@ -104,3 +154,371 @@ } return buffer; } + + +__counted char *aa_str_alloc(int size, gfp_t gfp) +{ + struct counted_str *str; + str = kmalloc(sizeof(struct counted_str) + size, gfp); + if (!str) + return NULL; + + kref_init(&str->count); + return str->name; +} + +void aa_str_kref(struct kref *kref) +{ + kfree(container_of(kref, struct counted_str, count)); +} + + +const char aa_file_perm_chrs[] = "xwracd km l "; +const char *aa_file_perm_names[] = { + "exec", + "write", + "read", + "append", + + "create", + "delete", + "open", + "rename", + + "setattr", + "getattr", + "setcred", + "getcred", + + "chmod", + "chown", + "chgrp", + "lock", + + "mmap", + "mprot", + "link", + "snapshot", + + "unknown", + "unknown", + "unknown", + "unknown", + + "unknown", + "unknown", + "unknown", + "unknown", + + "stack", + "change_onexec", + "change_profile", + "change_hat", +}; + +/** + * aa_perm_mask_to_str - convert a perm mask to its short string + * @str: character buffer to store string in (at least 10 characters) + * @mask: permission mask to convert + */ +void aa_perm_mask_to_str(char *str, const char *chrs, u32 mask) +{ + unsigned int i, perm = 1; + for (i = 0; i < 32; perm <<= 1, i++) { + if (mask & perm) + *str++ = chrs[i]; + } + *str = '\0'; +} + +void aa_audit_perm_names(struct audit_buffer *ab, const char **names, u32 mask) +{ + const char *fmt = "%s"; + unsigned int i, perm = 1; + bool prev = false; + for (i = 0; i < 32; perm <<= 1, i++) { + if (mask & perm) { + audit_log_format(ab, fmt, names[i]); + if (!prev) { + prev = true; + fmt = " %s"; + } + } + } +} + +void aa_audit_perm_mask(struct audit_buffer *ab, u32 mask, const char *chrs, + u32 chrsmask, const char **names, u32 namesmask) +{ + char str[33]; + + audit_log_format(ab, "\""); + if ((mask & chrsmask) && chrs) { + aa_perm_mask_to_str(str, chrs, mask & chrsmask); + mask &= ~chrsmask; + audit_log_format(ab, "%s", str); + if (mask & namesmask) + audit_log_format(ab, " "); + } + if ((mask & namesmask) && names) + aa_audit_perm_names(ab, names, mask & namesmask); + audit_log_format(ab, "\""); +} + +/** + * aa_audit_perms_cb - generic callback fn for auditing perms + * @ab: audit buffer (NOT NULL) + * @va: audit struct to audit values of (NOT NULL) + */ +static void aa_audit_perms_cb(struct audit_buffer *ab, void *va) +{ + struct common_audit_data *sa = va; + + if (aad(sa)->request) { + audit_log_format(ab, " requested_mask="); + aa_audit_perm_mask(ab, aad(sa)->request, aa_file_perm_chrs, + PERMS_CHRS_MASK, aa_file_perm_names, + PERMS_NAMES_MASK); + } + if (aad(sa)->denied) { + audit_log_format(ab, "denied_mask="); + aa_audit_perm_mask(ab, aad(sa)->denied, aa_file_perm_chrs, + PERMS_CHRS_MASK, aa_file_perm_names, + PERMS_NAMES_MASK); + } + audit_log_format(ab, " target="); + audit_log_untrustedstring(ab, aad(sa)->target); +} + +void map_old_policy_perms(struct aa_dfa *dfa, unsigned int state, + struct aa_perms *perms) +{ + +} + +/** + * aa_apply_modes_to_perms - apply namespace and profile flags to perms + * @profile: that perms where computed from + * @perms: perms to apply mode modifiers to + * + * TODO: split into profile and ns based flags for when accumulating perms + */ +void aa_apply_modes_to_perms(struct aa_profile *profile, struct aa_perms *perms) +{ + switch (AUDIT_MODE(profile)) { + case AUDIT_ALL: + perms->audit = ALL_PERMS_MASK; + /* fall through */ + case AUDIT_NOQUIET: + perms->quiet = 0; + break; + case AUDIT_QUIET: + perms->audit = 0; + /* fall through */ + case AUDIT_QUIET_DENIED: + perms->quiet = ALL_PERMS_MASK; + break; + } + + if (KILL_MODE(profile)) + perms->kill = ALL_PERMS_MASK; + else if (COMPLAIN_MODE(profile)) + perms->complain = ALL_PERMS_MASK; +/* TODO: + else if (PROMPT_MODE(profile)) + perms->prompt = ALL_PERMS_MASK; +*/ +} + +static u32 map_other(u32 x) +{ + return ((x & 0x3) << 8) | /* SETATTR/GETATTR */ + ((x & 0x1c) << 18) | /* ACCEPT/BIND/LISTEN */ + ((x & 0x60) << 19); /* SETOPT/GETOPT */ +} + +void aa_compute_perms(struct aa_dfa *dfa, unsigned int state, + struct aa_perms *perms) +{ + perms->deny = 0; + perms->kill = perms->stop = 0; + perms->complain = perms->cond = 0; + perms->hide = 0; + perms->prompt = 0; + perms->allow = dfa_user_allow(dfa, state); + perms->audit = dfa_user_audit(dfa, state); + perms->quiet = dfa_user_quiet(dfa, state); + + /* for v5 perm mapping in the policydb, the other set is used + * to extend the general perm set + */ + perms->allow |= map_other(dfa_other_allow(dfa, state)); + perms->audit |= map_other(dfa_other_audit(dfa, state)); + perms->quiet |= map_other(dfa_other_quiet(dfa, state)); +// perms->xindex = dfa_user_xindex(dfa, state); +} + +/** + * aa_perms_accum_raw - accumulate perms with out masking off overlapping perms + * @accum - perms struct to accumulate into + * @addend - perms struct to add to @accum + */ +void aa_perms_accum_raw(struct aa_perms *accum, struct aa_perms *addend) +{ + accum->deny |= addend->deny; + accum->allow &= addend->allow & ~addend->deny; + accum->audit |= addend->audit & addend->allow; + accum->quiet &= addend->quiet & ~addend->allow; + accum->kill |= addend->kill & ~addend->allow; + accum->stop |= addend->stop & ~addend->allow; + accum->complain |= addend->complain & ~addend->allow & ~addend->deny; + accum->cond |= addend->cond & ~addend->allow & ~addend->deny; + accum->hide &= addend->hide & ~addend->allow; + accum->prompt |= addend->prompt & ~addend->allow & ~addend->deny; +} + +/** + * aa_perms_accum - accumulate perms, masking off overlapping perms + * @accum - perms struct to accumulate into + * @addend - perms struct to add to @accum + */ +void aa_perms_accum(struct aa_perms *accum, struct aa_perms *addend) +{ + accum->deny |= addend->deny; + accum->allow &= addend->allow & ~accum->deny; + accum->audit |= addend->audit & accum->allow; + accum->quiet &= addend->quiet & ~accum->allow; + accum->kill |= addend->kill & ~accum->allow; + accum->stop |= addend->stop & ~accum->allow; + accum->complain |= addend->complain & ~accum->allow & ~accum->deny; + accum->cond |= addend->cond & ~accum->allow & ~accum->deny; + accum->hide &= addend->hide & ~accum->allow; + accum->prompt |= addend->prompt & ~accum->allow & ~accum->deny; +} + +void aa_profile_match_label(struct aa_profile *profile, const char *label, + int type, struct aa_perms *perms) +{ + /* TODO: doesn't yet handle extended types */ + unsigned int state; + if (profile->policy.dfa) { + state = aa_dfa_next(profile->policy.dfa, + profile->policy.start[AA_CLASS_LABEL], + type); + state = aa_dfa_match(profile->policy.dfa, state, label); + aa_compute_perms(profile->policy.dfa, state, perms); + } else + memset(perms, 0, sizeof(*perms)); +} + + +int aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target, + u32 request, int type, u32 *deny, + struct common_audit_data *sa) +{ + struct aa_perms perms; + aad(sa)->label = &profile->label; + aad(sa)->target = target; + aad(sa)->request = request; + + aa_profile_match_label(profile, target->base.hname, type, &perms); + aa_apply_modes_to_perms(profile, &perms); + *deny |= request & perms.deny; + return aa_check_perms(profile, &perms, request, sa, aa_audit_perms_cb); +} + +/** + * aa_check_perms - do audit mode selection based on perms set + * @profile: profile being checked + * @perms: perms computed for the request + * @request: requested perms + * @deny: Returns: explicit deny set + * @sa: initialized audit structure (MAY BE NULL if not auditing) + * @cb: callback fn for tpye specific fields (MAY BE NULL) + * + * Returns: 0 if permission else error code + * + * Note: profile audit modes need to be set before calling by setting the + * perm masks appropriately. + * + * If not auditing then complain mode is not enabled and the + * error code will indicate whether there was an explicit deny + * with a positive value. + */ +int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, + u32 request, struct common_audit_data *sa, + void (*cb) (struct audit_buffer *, void *)) +{ + int type, error; + bool stop = false; + u32 denied = request & (~perms->allow | perms->deny); + if (likely(!denied)) { + /* mask off perms that are not being force audited */ + request &= perms->audit; + if (!request || !sa) + return 0; + + type = AUDIT_APPARMOR_AUDIT; + error = 0; + } else { + error = -EACCES; + + if (denied & perms->kill) + type = AUDIT_APPARMOR_KILL; + else if (denied == (denied & perms->complain)) + type = AUDIT_APPARMOR_ALLOWED; + else + type = AUDIT_APPARMOR_DENIED; + + if (denied & perms->stop) + stop = true; + if (denied == (denied & perms->hide)) + error = -ENOENT; + + denied &= ~perms->quiet; + if (type != AUDIT_APPARMOR_ALLOWED && (!sa || !denied)) + return error; + } + + if (sa) { + aad(sa)->label = &profile->label; + aad(sa)->request = request; + aad(sa)->denied = denied; + aad(sa)->error = error; + aa_audit_msg(type, sa, cb); + } + + if (type == AUDIT_APPARMOR_ALLOWED) + error = 0; + + return error; +} + +const char *aa_imode_name(umode_t mode) +{ + switch(mode & S_IFMT) { + case S_IFSOCK: + return "sock"; + case S_IFLNK: + return "link"; + case S_IFREG: + return "reg"; + case S_IFBLK: + return "blkdev"; + case S_IFDIR: + return "dir"; + case S_IFCHR: + return "chrdev"; + case S_IFIFO: + return "fifo"; + } + return "unknown"; +} + +const char *aa_peer_name(struct aa_profile *peer) +{ + if (profile_unconfined(peer)) + return "unconfined"; + + return peer->base.hname; +} --- linux-lts-utopic-3.16.0.orig/security/apparmor/lsm.c +++ linux-lts-utopic-3.16.0/security/apparmor/lsm.c @@ -25,6 +25,7 @@ #include #include +#include "include/af_unix.h" #include "include/apparmor.h" #include "include/apparmorfs.h" #include "include/audit.h" @@ -32,19 +33,24 @@ #include "include/context.h" #include "include/file.h" #include "include/ipc.h" +#include "include/net.h" #include "include/path.h" #include "include/policy.h" #include "include/procattr.h" +#include "include/mount.h" /* Flag indicating whether initialization completed */ int apparmor_initialized __initdata; +DEFINE_PER_CPU(struct aa_buffers, aa_buffers); + + /* * LSM hook functions */ /* - * free the associated aa_task_cxt and put its profiles + * free the associated aa_task_cxt and put its labels */ static void apparmor_cred_free(struct cred *cred) { @@ -96,42 +102,62 @@ static int apparmor_ptrace_access_check(struct task_struct *child, unsigned int mode) { + struct aa_label *tracer, *tracee; int error = cap_ptrace_access_check(child, mode); if (error) return error; - return aa_ptrace(current, child, mode); + tracer = aa_current_label(); + tracee = aa_get_task_label(child); + error = aa_may_ptrace(tracer, tracee, + mode == PTRACE_MODE_READ ? AA_PTRACE_READ : AA_PTRACE_TRACE); + aa_put_label(tracee); + return error; } static int apparmor_ptrace_traceme(struct task_struct *parent) { + struct aa_label *tracer, *tracee; int error = cap_ptrace_traceme(parent); if (error) return error; - return aa_ptrace(parent, current, PTRACE_MODE_ATTACH); + tracee = aa_current_label(); + tracer = aa_get_task_label(parent); + error = aa_may_ptrace(tracer, tracee, AA_PTRACE_TRACE); + aa_put_label(tracer); + return error; } /* Derived from security/commoncap.c:cap_capget */ static int apparmor_capget(struct task_struct *target, kernel_cap_t *effective, kernel_cap_t *inheritable, kernel_cap_t *permitted) { - struct aa_profile *profile; + struct aa_label *label; const struct cred *cred; rcu_read_lock(); cred = __task_cred(target); - profile = aa_cred_profile(cred); + label = aa_get_newest_cred_label(cred); *effective = cred->cap_effective; *inheritable = cred->cap_inheritable; *permitted = cred->cap_permitted; - if (!unconfined(profile) && !COMPLAIN_MODE(profile)) { - *effective = cap_intersect(*effective, profile->caps.allow); - *permitted = cap_intersect(*permitted, profile->caps.allow); + if (!unconfined(label)) { + struct aa_profile *profile; + struct label_it i; + label_for_each_confined(i, label, profile) { + if (COMPLAIN_MODE(profile)) + continue; + *effective = cap_intersect(*effective, + profile->caps.allow); + *permitted = cap_intersect(*permitted, + profile->caps.allow); + } } rcu_read_unlock(); + aa_put_label(label); return 0; } @@ -139,14 +165,17 @@ static int apparmor_capable(const struct cred *cred, struct user_namespace *ns, int cap, int audit) { - struct aa_profile *profile; + struct aa_label *label; /* cap_capable returns 0 on success, else -EPERM */ int error = cap_capable(cred, ns, cap, audit); - if (!error) { - profile = aa_cred_profile(cred); - if (!unconfined(profile)) - error = aa_capable(profile, cap, audit); - } + if (error) + return error; + + label = aa_get_newest_cred_label(cred); + if (!unconfined(label)) + error = aa_capable(label, cap, audit); + aa_put_label(label); + return error; } @@ -162,16 +191,36 @@ static int common_perm(int op, struct path *path, u32 mask, struct path_cond *cond) { - struct aa_profile *profile; + struct aa_label *label; int error = 0; - profile = __aa_current_profile(); - if (!unconfined(profile)) - error = aa_path_perm(op, profile, path, 0, mask, cond); + label = aa_begin_current_label(); + if (!unconfined(label)) + error = aa_path_perm(op, label, path, 0, mask, cond); + aa_end_current_label(label); return error; } +static int common_perm_cond(int op, struct path *path, u32 mask) +{ + struct path_cond cond = { path->dentry->d_inode->i_uid, + path->dentry->d_inode->i_mode + }; + + return common_perm(op, path, mask, &cond); +} + +static void apparmor_inode_free_security(struct inode *inode) +{ + struct aa_label *cxt = inode_cxt(inode); + + if (cxt) { + inode_cxt(inode) = NULL; + aa_put_label(cxt); + } +} + /** * common_perm_dir_dentry - common permission wrapper when path is dir, dentry * @op: operation being checked @@ -204,11 +253,8 @@ struct dentry *dentry, u32 mask) { struct path path = { mnt, dentry }; - struct path_cond cond = { dentry->d_inode->i_uid, - dentry->d_inode->i_mode - }; - return common_perm(op, &path, mask, &cond); + return common_perm_cond(op, &path, mask); } /** @@ -226,7 +272,7 @@ struct inode *inode = dentry->d_inode; struct path_cond cond = { }; - if (!inode || !dir->mnt || !mediated_filesystem(inode)) + if (!inode || !dir->mnt || !path_mediated_fs(inode)) return 0; cond.uid = inode->i_uid; @@ -250,7 +296,7 @@ { struct path_cond cond = { current_fsuid(), mode }; - if (!dir->mnt || !mediated_filesystem(dir->dentry->d_inode)) + if (!dir->mnt || !path_mediated_fs(dir->dentry->d_inode)) return 0; return common_perm_dir_dentry(op, dir, dentry, mask, &cond); @@ -281,15 +327,10 @@ static int apparmor_path_truncate(struct path *path) { - struct path_cond cond = { path->dentry->d_inode->i_uid, - path->dentry->d_inode->i_mode - }; - - if (!path->mnt || !mediated_filesystem(path->dentry->d_inode)) + if (!path->mnt || !path_mediated_fs(path->dentry->d_inode)) return 0; - return common_perm(OP_TRUNC, path, MAY_WRITE | AA_MAY_META_WRITE, - &cond); + return common_perm_cond(OP_TRUNC, path, MAY_WRITE | AA_MAY_SETATTR); } static int apparmor_path_symlink(struct path *dir, struct dentry *dentry, @@ -302,42 +343,42 @@ static int apparmor_path_link(struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry) { - struct aa_profile *profile; + struct aa_label *label; int error = 0; - if (!mediated_filesystem(old_dentry->d_inode)) + if (!path_mediated_fs(old_dentry->d_inode)) return 0; - profile = aa_current_profile(); - if (!unconfined(profile)) - error = aa_path_link(profile, old_dentry, new_dir, new_dentry); + label = aa_current_label(); + if (!unconfined(label)) + error = aa_path_link(label, old_dentry, new_dir, new_dentry); return error; } static int apparmor_path_rename(struct path *old_dir, struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry) { - struct aa_profile *profile; + struct aa_label *label; int error = 0; - if (!mediated_filesystem(old_dentry->d_inode)) + if (!path_mediated_fs(old_dentry->d_inode)) return 0; - profile = aa_current_profile(); - if (!unconfined(profile)) { + label = aa_current_label(); + if (!unconfined(label)) { struct path old_path = { old_dir->mnt, old_dentry }; struct path new_path = { new_dir->mnt, new_dentry }; struct path_cond cond = { old_dentry->d_inode->i_uid, old_dentry->d_inode->i_mode }; - error = aa_path_perm(OP_RENAME_SRC, profile, &old_path, 0, - MAY_READ | AA_MAY_META_READ | MAY_WRITE | - AA_MAY_META_WRITE | AA_MAY_DELETE, + error = aa_path_perm(OP_RENAME_SRC, label, &old_path, 0, + MAY_READ | AA_MAY_GETATTR | MAY_WRITE | + AA_MAY_SETATTR | AA_MAY_DELETE, &cond); if (!error) - error = aa_path_perm(OP_RENAME_DEST, profile, &new_path, - 0, MAY_WRITE | AA_MAY_META_WRITE | + error = aa_path_perm(OP_RENAME_DEST, label, &new_path, + 0, MAY_WRITE | AA_MAY_SETATTR | AA_MAY_CREATE, &cond); } @@ -346,40 +387,36 @@ static int apparmor_path_chmod(struct path *path, umode_t mode) { - if (!mediated_filesystem(path->dentry->d_inode)) + if (!path_mediated_fs(path->dentry->d_inode)) return 0; - return common_perm_mnt_dentry(OP_CHMOD, path->mnt, path->dentry, AA_MAY_CHMOD); + return common_perm_cond(OP_CHMOD, path, AA_MAY_CHMOD); } static int apparmor_path_chown(struct path *path, kuid_t uid, kgid_t gid) { - struct path_cond cond = { path->dentry->d_inode->i_uid, - path->dentry->d_inode->i_mode - }; - - if (!mediated_filesystem(path->dentry->d_inode)) + if (!path_mediated_fs(path->dentry->d_inode)) return 0; - return common_perm(OP_CHOWN, path, AA_MAY_CHOWN, &cond); + return common_perm_cond(OP_CHOWN, path, AA_MAY_CHOWN); } static int apparmor_inode_getattr(struct vfsmount *mnt, struct dentry *dentry) { - if (!mediated_filesystem(dentry->d_inode)) + if (!path_mediated_fs(dentry->d_inode)) return 0; return common_perm_mnt_dentry(OP_GETATTR, mnt, dentry, - AA_MAY_META_READ); + AA_MAY_GETATTR); } static int apparmor_file_open(struct file *file, const struct cred *cred) { - struct aa_file_cxt *fcxt = file->f_security; - struct aa_profile *profile; + struct aa_file_cxt *fcxt = file_cxt(file); + struct aa_label *label; int error = 0; - if (!mediated_filesystem(file_inode(file))) + if (!path_mediated_fs(file_inode(file))) return 0; /* If in exec, permission is handled by bprm hooks. @@ -392,16 +429,17 @@ return 0; } - profile = aa_cred_profile(cred); - if (!unconfined(profile)) { + label = aa_get_newest_cred_label(cred); + if (!unconfined(label)) { struct inode *inode = file_inode(file); struct path_cond cond = { inode->i_uid, inode->i_mode }; - error = aa_path_perm(OP_OPEN, profile, &file->f_path, 0, + error = aa_path_perm(OP_OPEN, label, &file->f_path, 0, aa_map_file_to_perms(file), &cond); /* todo cache full allowed permissions set and state */ fcxt->allow = aa_map_file_to_perms(file); } + aa_put_label(label); return error; } @@ -409,8 +447,8 @@ static int apparmor_file_alloc_security(struct file *file) { /* freed by apparmor_file_free_security */ - file->f_security = aa_alloc_file_context(GFP_KERNEL); - if (!file->f_security) + file->f_security = aa_alloc_file_cxt(aa_current_label(), GFP_KERNEL); + if (!file_cxt(file)) return -ENOMEM; return 0; @@ -418,39 +456,26 @@ static void apparmor_file_free_security(struct file *file) { - struct aa_file_cxt *cxt = file->f_security; - - aa_free_file_context(cxt); + aa_free_file_cxt(file_cxt(file)); } static int common_file_perm(int op, struct file *file, u32 mask) { - struct aa_file_cxt *fcxt = file->f_security; - struct aa_profile *profile, *fprofile = aa_cred_profile(file->f_cred); + struct aa_label *label; int error = 0; - BUG_ON(!fprofile); - - if (!file->f_path.mnt || - !mediated_filesystem(file_inode(file))) - return 0; - - profile = __aa_current_profile(); - - /* revalidate access, if task is unconfined, or the cached cred - * doesn't match or if the request is for more permissions than - * was granted. - * - * Note: the test for !unconfined(fprofile) is to handle file - * delegation from unconfined tasks - */ - if (!unconfined(profile) && !unconfined(fprofile) && - ((fprofile != profile) || (mask & ~fcxt->allow))) - error = aa_file_perm(op, profile, file, mask); + label = aa_begin_current_label(); + error = aa_file_perm(op, label, file, mask); + aa_end_current_label(label); return error; } +static int apparmor_file_receive(struct file *file) +{ + return common_file_perm(OP_FRECEIVE, file, aa_map_file_to_perms(file)); +} + static int apparmor_file_permission(struct file *file, int mask) { return common_file_perm(OP_FPERM, file, mask); @@ -471,7 +496,7 @@ { int mask = 0; - if (!file || !file->f_security) + if (!file || !file_cxt(file)) return 0; if (prot & PROT_READ) @@ -501,6 +526,64 @@ !(vma->vm_flags & VM_SHARED) ? MAP_PRIVATE : 0); } +static int apparmor_sb_mount(const char *dev_name, struct path *path, + const char *type, unsigned long flags, void *data) +{ + struct aa_label *label; + int error = 0; + + /* Discard magic */ + if ((flags & MS_MGC_MSK) == MS_MGC_VAL) + flags &= ~MS_MGC_MSK; + + flags &= ~AA_MS_IGNORE_MASK; + + label = aa_begin_current_label(); + if (!unconfined(label)) { + if (flags & MS_REMOUNT) + error = aa_remount(label, path, flags, data); + else if (flags & MS_BIND) + error = aa_bind_mount(label, path, dev_name, flags); + else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | + MS_UNBINDABLE)) + error = aa_mount_change_type(label, path, flags); + else if (flags & MS_MOVE) + error = aa_move_mount(label, path, dev_name); + else + error = aa_new_mount(label, dev_name, path, type, + flags, data); + } + aa_end_current_label(label); + + return error; +} + +static int apparmor_sb_umount(struct vfsmount *mnt, int flags) +{ + struct aa_label *label; + int error = 0; + + label = aa_begin_current_label(); + if (!unconfined(label)) + error = aa_umount(label, mnt, flags); + aa_end_current_label(label); + + return error; +} + +static int apparmor_sb_pivotroot(struct path *old_path, struct path *new_path) +{ + struct aa_label *label; + int error = 0; + + label = aa_begin_current_label(); + if (!unconfined(label)) + error = aa_pivotroot(label, old_path, new_path); + aa_end_current_label(label); + + return error; +} + static int apparmor_getprocattr(struct task_struct *task, char *name, char **value) { @@ -508,21 +591,21 @@ /* released below */ const struct cred *cred = get_task_cred(task); struct aa_task_cxt *cxt = cred_cxt(cred); - struct aa_profile *profile = NULL; + struct aa_label *label = NULL; if (strcmp(name, "current") == 0) - profile = aa_get_newest_profile(cxt->profile); + label = aa_get_newest_label(cxt->label); else if (strcmp(name, "prev") == 0 && cxt->previous) - profile = aa_get_newest_profile(cxt->previous); + label = aa_get_newest_label(cxt->previous); else if (strcmp(name, "exec") == 0 && cxt->onexec) - profile = aa_get_newest_profile(cxt->onexec); + label = aa_get_newest_label(cxt->onexec); else error = -EINVAL; - if (profile) - error = aa_getprocattr(profile, value); + if (label) + error = aa_getprocattr(label, value); - aa_put_profile(profile); + aa_put_label(label); put_cred(cred); return error; @@ -531,11 +614,10 @@ static int apparmor_setprocattr(struct task_struct *task, char *name, void *value, size_t size) { - struct common_audit_data sa; - struct apparmor_audit_data aad = {0,}; char *command, *args = value; size_t arg_size; int error; + DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, OP_SETPROCATTR); if (size == 0) return -EINVAL; @@ -593,28 +675,456 @@ return error; fail: - sa.type = LSM_AUDIT_DATA_NONE; - sa.aad = &aad; - aad.profile = aa_current_profile(); - aad.op = OP_SETPROCATTR; - aad.info = name; - aad.error = -EINVAL; + aad(&sa)->label = aa_current_label(); + aad(&sa)->info = name; + aad(&sa)->error = -EINVAL; aa_audit_msg(AUDIT_APPARMOR_DENIED, &sa, NULL); return -EINVAL; } +/** + * apparmor_bprm_committing_creds - do task cleanup on committing new creds + * @bprm: binprm for the exec (NOT NULL) + */ +void apparmor_bprm_committing_creds(struct linux_binprm *bprm) +{ + struct aa_label *label = aa_current_raw_label(); + struct aa_task_cxt *new_cxt = cred_cxt(bprm->cred); + + /* bail out if unconfined or not changing profile */ + if ((new_cxt->label->replacedby == label->replacedby) || + (unconfined(new_cxt->label))) + return; + + aa_inherit_files(bprm->cred, current->files); + + current->pdeath_signal = 0; + + /* reset soft limits and set hard limits for the new label */ + __aa_transition_rlimits(label, new_cxt->label); +} + +/** + * apparmor_bprm_commited_cred - do cleanup after new creds committed + * @bprm: binprm for the exec (NOT NULL) + */ +void apparmor_bprm_committed_creds(struct linux_binprm *bprm) +{ + /* TODO: cleanup signals - ipc mediation */ + return; +} + static int apparmor_task_setrlimit(struct task_struct *task, unsigned int resource, struct rlimit *new_rlim) { - struct aa_profile *profile = __aa_current_profile(); + struct aa_label *label = aa_begin_current_label(); int error = 0; - if (!unconfined(profile)) - error = aa_task_setrlimit(profile, task, resource, new_rlim); + if (!unconfined(label)) + error = aa_task_setrlimit(label, task, resource, new_rlim); + aa_end_current_label(label); + + return error; +} + +/** + * apparmor_sk_alloc_security - allocate and attach the sk_security field + */ +static int apparmor_sk_alloc_security(struct sock *sk, int family, gfp_t flags) +{ + struct aa_sk_cxt *cxt; + + cxt = kzalloc(sizeof(*cxt), flags); + if (!cxt) + return -ENOMEM; + + SK_CXT(sk) = cxt; + //??? set local too current??? + + return 0; +} + +/** + * apparmor_sk_free_security - free the sk_security field + */ +static void apparmor_sk_free_security(struct sock *sk) +{ + struct aa_sk_cxt *cxt = SK_CXT(sk); + + SK_CXT(sk) = NULL; + aa_put_label(cxt->label); + aa_put_label(cxt->peer); + kfree(cxt); +} + +/** + * apparmor_clone_security - clone the sk_security field + */ +static void apparmor_sk_clone_security(const struct sock *sk, + struct sock *newsk) +{ + struct aa_sk_cxt *cxt = SK_CXT(sk); + struct aa_sk_cxt *new = SK_CXT(newsk); + + new->label = aa_get_label(cxt->label); + new->peer = aa_get_label(cxt->peer); +} + +/** + * apparmor_unix_stream_connect - check perms before making unix domain conn + * + * peer is locked when this hook is called + */ +static int apparmor_unix_stream_connect(struct sock *sk, struct sock *peer_sk, + struct sock *newsk) +{ + struct aa_sk_cxt *sk_cxt = SK_CXT(sk); + struct aa_sk_cxt *peer_cxt = SK_CXT(peer_sk); + struct aa_sk_cxt *new_cxt = SK_CXT(newsk); + struct aa_label *label; + int error; + + label = aa_begin_current_label(); + error = aa_unix_peer_perm(label, OP_CONNECT, + (AA_MAY_CONNECT | AA_MAY_SEND | AA_MAY_RECEIVE), + sk, peer_sk, NULL); + if (!UNIX_FS(peer_sk)) { + last_error(error, + aa_unix_peer_perm(peer_cxt->label, OP_CONNECT, + (AA_MAY_ACCEPT | AA_MAY_SEND | AA_MAY_RECEIVE), + peer_sk, sk, label)); + } + aa_end_current_label(label); + + if (error) + return error; + + /* label newsk if it wasn't labeled in post_create. Normally this + * would be done in sock_graft, but because we are directly looking + * at the peer_sk to obtain peer_labeling for unix socks this + * does not work + */ + if (!new_cxt->label) + new_cxt->label = aa_get_label(peer_cxt->label); + + /* Cross reference the peer labels for SO_PEERSEC */ + if (new_cxt->peer) + aa_put_label(new_cxt->peer); + + if (sk_cxt->peer) + aa_put_label(sk_cxt->peer); + + new_cxt->peer = aa_get_label(sk_cxt->label); + sk_cxt->peer = aa_get_label(peer_cxt->label); + + return 0; +} + +/** + * apparmor_unix_may_send - check perms before conn or sending unix dgrams + * + * other is locked when this hook is called + * + * dgram connect calls may_send, peer setup but path not copied????? + */ +static int apparmor_unix_may_send(struct socket *sock, struct socket *peer) +{ + struct aa_sk_cxt *peer_cxt = SK_CXT(peer->sk); + struct aa_label *label = aa_begin_current_label(); + int error; + + error = xcheck(aa_unix_peer_perm(label, OP_SENDMSG, AA_MAY_SEND, + sock->sk, peer->sk, NULL), + aa_unix_peer_perm(peer_cxt->label, OP_SENDMSG, AA_MAY_RECEIVE, + peer->sk, sock->sk, label)); + aa_end_current_label(label); + + return error; +} + +/** + * apparmor_socket_create - check perms before creating a new socket + */ +static int apparmor_socket_create(int family, int type, int protocol, int kern) +{ + struct aa_label *label; + + label = aa_current_label(); + if (kern || unconfined(label)) + return 0; + + return aa_sock_create_perm(label, family, type, protocol); +} + +/** + * apparmor_socket_post_create - setup the per-socket security struct + * + * Note: + * - kernel sockets currently labeled unconfined but we may want to + * move to a special kernel label + * - socket may not have sk here if created with sock_create_lite or + * sock_alloc. These should be accept cases which will be handled in + * sock_graft. + */ +static int apparmor_socket_post_create(struct socket *sock, int family, + int type, int protocol, int kern) +{ + struct aa_label *label; + + if (kern) + label = aa_get_label(¤t_ns()->unconfined->label); + else + label = aa_get_label(aa_current_label()); + + if (sock->sk) { + struct aa_sk_cxt *cxt = SK_CXT(sock->sk); + aa_put_label(cxt->label); + cxt->label = aa_get_label(label); + } + aa_put_label(label); + + return 0; +} + +/** + * apparmor_socket_bind - check perms before bind addr to socket + */ +static int apparmor_socket_bind(struct socket *sock, + struct sockaddr *address, int addrlen) +{ + return aa_sock_bind_perm(sock, address, addrlen); +} + +/** + * apparmor_socket_connect - check perms before connecting @sock to @address + */ +static int apparmor_socket_connect(struct socket *sock, + struct sockaddr *address, int addrlen) +{ + return aa_sock_connect_perm(sock, address, addrlen); +} + +/** + * apparmor_socket_list - check perms before allowing listen + */ +static int apparmor_socket_listen(struct socket *sock, int backlog) +{ + return aa_sock_listen_perm(sock, backlog); +} + +/** + * apparmor_socket_accept - check perms before accepting a new connection. + * + * Note: while @newsock is created and has some information, the accept + * has not been done. + */ +static int apparmor_socket_accept(struct socket *sock, struct socket *newsock) +{ + return aa_sock_accept_perm(sock, newsock); +} + +/** + * apparmor_socket_sendmsg - check perms before sending msg to another socket + */ +static int apparmor_socket_sendmsg(struct socket *sock, + struct msghdr *msg, int size) +{ + int error = aa_sock_msg_perm(OP_SENDMSG, AA_MAY_SEND, sock, msg, size); + if (!error) { + /* TODO: setup delegation on scm rights + see smack for AF_INET, AF_INET6 */ + ; + } return error; } +/** + * apparmor_socket_recvmsg - check perms before receiving a message + */ +static int apparmor_socket_recvmsg(struct socket *sock, + struct msghdr *msg, int size, int flags) +{ + return aa_sock_msg_perm(OP_RECVMSG, AA_MAY_RECEIVE, sock, msg, size); +} + +/** + * apparmor_socket_getsockname - check perms before getting the local address + */ +static int apparmor_socket_getsockname(struct socket *sock) +{ + return aa_sock_perm(OP_GETSOCKNAME, AA_MAY_GETATTR, sock); +} + +/** + * apparmor_socket_getpeername - check perms before getting remote address + */ +static int apparmor_socket_getpeername(struct socket *sock) +{ + return aa_sock_perm(OP_GETPEERNAME, AA_MAY_GETATTR, sock); +} + +/** + * apparmor_getsockopt - check perms before getting socket options + */ +static int apparmor_socket_getsockopt(struct socket *sock, int level, + int optname) +{ + return aa_sock_opt_perm(OP_GETSOCKOPT, AA_MAY_GETOPT, sock, + level, optname); +} + +/** + * apparmor_setsockopt - check perms before setting socket options + */ +static int apparmor_socket_setsockopt(struct socket *sock, int level, + int optname) +{ + return aa_sock_opt_perm(OP_SETSOCKOPT, AA_MAY_SETOPT, sock, + level, optname); +} + +/** + * apparmor_socket_shutdown - check perms before shutting down @sock conn + */ +static int apparmor_socket_shutdown(struct socket *sock, int how) +{ + return aa_sock_perm(OP_SHUTDOWN, AA_MAY_SHUTDOWN, sock); +} + +/** + * apparmor_socket_sock_recv_skb - check perms before associating skb to sk + * + * Note: can not sleep maybe called with locks held + +dont want protocol specific in __skb_recv_datagram() +to deny an incoming connection socket_sock_rcv_skb() + + */ +static int apparmor_socket_sock_rcv_skb(struct sock *sk, struct sk_buff *skb) +{ + /* TODO: */ + return 0; +} + + +static struct aa_label *sk_peer_label(struct sock *sk) +{ + struct sock *peer_sk; + struct aa_sk_cxt *cxt = SK_CXT(sk); + + if (cxt->peer) + return cxt->peer; + + if (sk->sk_family != PF_UNIX) + return ERR_PTR(-ENOPROTOOPT); + + /* check for sockpair peering which does not go through + * security_unix_stream_connect + */ + peer_sk = unix_peer(sk); + if (peer_sk) { + cxt = SK_CXT(peer_sk); + if (cxt->label) + return cxt->label; + } + + return ERR_PTR(-ENOPROTOOPT); +} + +/** + * apparmor_socket_getpeersec_stream - get security context of peer + * + * Note: for tcp only valid if using ipsec or cipso on lan + */ +static int apparmor_socket_getpeersec_stream(struct socket *sock, + char __user *optval, + int __user *optlen, unsigned len) +{ + char *name; + int slen, error = 0; + struct aa_label *label = aa_current_label(); + struct aa_label *peer = sk_peer_label(sock->sk); + + if (IS_ERR(peer)) + return PTR_ERR(peer); + + slen = aa_label_asprint(&name, labels_ns(label), peer, true, GFP_KERNEL); + /* don't include terminating \0 in slen, it breaks some apps */ + if (slen < 0) { + error = -ENOMEM; + } else { + if (slen > len) { + error = -ERANGE; + } else if (copy_to_user(optval, name, slen)) { + error = -EFAULT; + goto out; + } + if (put_user(slen, optlen)) + error = -EFAULT; + out: + kfree(name); + + } + + return error; +} + +/** + * apparmor_socket_getpeersec_dgram - get security label of packet + * @sock: the peer socket + * @skb: packet data + * @secid: pointer to where to put the secid of the packet + * + * Sets the netlabel socket state on sk from parent + */ +static int apparmor_socket_getpeersec_dgram(struct socket *sock, + struct sk_buff *skb, u32 *secid) + +{ + /* TODO: requires secid support, and netlabel */ + return -ENOPROTOOPT; +} + +/** + * apparmor_sock_graft - Initialize newly created socket + * @sk: child sock + * @parent: parent socket + * + * Note: could set off of SOCK_CXT(parent) but need to track inode and we can + * just set sk security information off of current creating process label + * Labeling of sk for accept case - probably should be sock based + * instead of task, because of the case where an implicitly labeled + * socket is shared by different tasks. + */ +static void apparmor_sock_graft(struct sock *sk, struct socket *parent) +{ + struct aa_sk_cxt *cxt = SK_CXT(sk); + if (!cxt->label) + cxt->label = aa_get_current_label(); +} + +static int apparmor_task_kill(struct task_struct *target, struct siginfo *info, + int sig, u32 secid) +{ + struct aa_label *cl, *tl; + int error; + + if (secid) + /* TODO: after secid to label mapping is done. + * Dealing with USB IO specific behavior + */ + return 0; + cl = aa_begin_current_label(); + tl = aa_get_task_label(target); + error = aa_may_signal(cl, tl, sig); + aa_put_label(tl); + aa_end_current_label(cl); + + return error; +} + + static struct security_operations apparmor_ops = { .name = "apparmor", @@ -623,6 +1133,12 @@ .capget = apparmor_capget, .capable = apparmor_capable, + .inode_free_security = apparmor_inode_free_security, + + .sb_mount = apparmor_sb_mount, + .sb_umount = apparmor_sb_umount, + .sb_pivotroot = apparmor_sb_pivotroot, + .path_link = apparmor_path_link, .path_unlink = apparmor_path_unlink, .path_symlink = apparmor_path_symlink, @@ -636,6 +1152,7 @@ .inode_getattr = apparmor_inode_getattr, .file_open = apparmor_file_open, + .file_receive = apparmor_file_receive, .file_permission = apparmor_file_permission, .file_alloc_security = apparmor_file_alloc_security, .file_free_security = apparmor_file_free_security, @@ -647,6 +1164,31 @@ .getprocattr = apparmor_getprocattr, .setprocattr = apparmor_setprocattr, + .sk_alloc_security = apparmor_sk_alloc_security, + .sk_free_security = apparmor_sk_free_security, + .sk_clone_security = apparmor_sk_clone_security, + + .unix_stream_connect = apparmor_unix_stream_connect, + .unix_may_send = apparmor_unix_may_send, + + .socket_create = apparmor_socket_create, + .socket_post_create = apparmor_socket_post_create, + .socket_bind = apparmor_socket_bind, + .socket_connect = apparmor_socket_connect, + .socket_listen = apparmor_socket_listen, + .socket_accept = apparmor_socket_accept, + .socket_sendmsg = apparmor_socket_sendmsg, + .socket_recvmsg = apparmor_socket_recvmsg, + .socket_getsockname = apparmor_socket_getsockname, + .socket_getpeername = apparmor_socket_getpeername, + .socket_getsockopt = apparmor_socket_getsockopt, + .socket_setsockopt = apparmor_socket_setsockopt, + .socket_shutdown = apparmor_socket_shutdown, + .socket_sock_rcv_skb = apparmor_socket_sock_rcv_skb, + .socket_getpeersec_stream = apparmor_socket_getpeersec_stream, + .socket_getpeersec_dgram = apparmor_socket_getpeersec_dgram, + .sock_graft = apparmor_sock_graft, + .cred_alloc_blank = apparmor_cred_alloc_blank, .cred_free = apparmor_cred_free, .cred_prepare = apparmor_cred_prepare, @@ -658,6 +1200,7 @@ .bprm_secureexec = apparmor_bprm_secureexec, .task_setrlimit = apparmor_task_setrlimit, + .task_kill = apparmor_task_kill, }; /* @@ -748,6 +1291,11 @@ static bool apparmor_enabled = CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE; module_param_named(enabled, apparmor_enabled, bool, S_IRUGO); +/* Boot time to set use of default or unconfined as initial profile */ +bool aa_g_unconfined_init = CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT; +module_param_named(unconfined, aa_g_unconfined_init, bool, S_IRUSR); + + static int __init apparmor_enabled_setup(char *str) { unsigned long enabled; @@ -876,8 +1424,6 @@ /** * set_init_cxt - set a task context and profile on the first task. - * - * TODO: allow setting an alternate profile than unconfined */ static int __init set_init_cxt(void) { @@ -888,12 +1434,56 @@ if (!cxt) return -ENOMEM; - cxt->profile = aa_get_profile(root_ns->unconfined); + if (!aa_g_unconfined_init) { + cxt->label = aa_setup_default_label(); + if (!cxt->label) { + aa_free_task_context(cxt); + return -ENOMEM; + } + /* fs setup of default is done in aa_create_aafs() */ + } else + cxt->label = aa_get_label(&root_ns->unconfined->label); cred_cxt(cred) = cxt; return 0; } +static void destroy_buffers(void) +{ + u32 i, j; + + for_each_possible_cpu(i) { + for_each_cpu_buffer(j) { + kfree(per_cpu(aa_buffers, i).buf[j]); + per_cpu(aa_buffers, i).buf[j] = NULL; + } + } +} + +static int __init alloc_buffers(void) +{ + u32 i, j; + + for_each_possible_cpu(i) { + for_each_cpu_buffer(j) { + char *buffer; + if (cpu_to_node(i) > num_online_nodes()) + /* fallback to kmalloc for offline nodes */ + buffer = kmalloc(aa_g_path_max, GFP_KERNEL); + else + buffer = kmalloc_node(aa_g_path_max, GFP_KERNEL, + cpu_to_node(i)); + if (!buffer) { + destroy_buffers(); + return -ENOMEM; + } + per_cpu(aa_buffers, i).buf[j] = buffer; + } + } + + return 0; +} + static int __init apparmor_init(void) { int error; @@ -910,6 +1500,12 @@ goto alloc_out; } + error = alloc_buffers(); + if (error) { + AA_ERROR("Unable to allocate work buffers\n"); + goto buffers_out; + } + error = set_init_cxt(); if (error) { AA_ERROR("Failed to set context on init task\n"); @@ -939,6 +1535,9 @@ register_security_out: aa_free_root_ns(); +buffers_out: + destroy_buffers(); + alloc_out: aa_destroy_aafs(); --- linux-lts-utopic-3.16.0.orig/security/apparmor/mount.c +++ linux-lts-utopic-3.16.0/security/apparmor/mount.c @@ -0,0 +1,703 @@ +/* + * AppArmor security module + * + * This file contains AppArmor mediation of files + * + * Copyright (C) 1998-2008 Novell/SUSE + * Copyright 2009-2012 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ + +#include +#include +#include + +#include "include/apparmor.h" +#include "include/audit.h" +#include "include/context.h" +#include "include/domain.h" +#include "include/file.h" +#include "include/match.h" +#include "include/mount.h" +#include "include/path.h" +#include "include/policy.h" + + +static void audit_mnt_flags(struct audit_buffer *ab, unsigned long flags) +{ + if (flags & MS_RDONLY) + audit_log_format(ab, "ro"); + else + audit_log_format(ab, "rw"); + if (flags & MS_NOSUID) + audit_log_format(ab, ", nosuid"); + if (flags & MS_NODEV) + audit_log_format(ab, ", nodev"); + if (flags & MS_NOEXEC) + audit_log_format(ab, ", noexec"); + if (flags & MS_SYNCHRONOUS) + audit_log_format(ab, ", sync"); + if (flags & MS_REMOUNT) + audit_log_format(ab, ", remount"); + if (flags & MS_MANDLOCK) + audit_log_format(ab, ", mand"); + if (flags & MS_DIRSYNC) + audit_log_format(ab, ", dirsync"); + if (flags & MS_NOATIME) + audit_log_format(ab, ", noatime"); + if (flags & MS_NODIRATIME) + audit_log_format(ab, ", nodiratime"); + if (flags & MS_BIND) + audit_log_format(ab, flags & MS_REC ? ", rbind" : ", bind"); + if (flags & MS_MOVE) + audit_log_format(ab, ", move"); + if (flags & MS_SILENT) + audit_log_format(ab, ", silent"); + if (flags & MS_POSIXACL) + audit_log_format(ab, ", acl"); + if (flags & MS_UNBINDABLE) + audit_log_format(ab, flags & MS_REC ? ", runbindable" : + ", unbindable"); + if (flags & MS_PRIVATE) + audit_log_format(ab, flags & MS_REC ? ", rprivate" : + ", private"); + if (flags & MS_SLAVE) + audit_log_format(ab, flags & MS_REC ? ", rslave" : + ", slave"); + if (flags & MS_SHARED) + audit_log_format(ab, flags & MS_REC ? ", rshared" : + ", shared"); + if (flags & MS_RELATIME) + audit_log_format(ab, ", relatime"); + if (flags & MS_I_VERSION) + audit_log_format(ab, ", iversion"); + if (flags & MS_STRICTATIME) + audit_log_format(ab, ", strictatime"); + if (flags & MS_NOUSER) + audit_log_format(ab, ", nouser"); +} + +/** + * audit_cb - call back for mount specific audit fields + * @ab: audit_buffer (NOT NULL) + * @va: audit struct to audit values of (NOT NULL) + */ +static void audit_cb(struct audit_buffer *ab, void *va) +{ + struct common_audit_data *sa = va; + + if (aad(sa)->mnt.type) { + audit_log_format(ab, " fstype="); + audit_log_untrustedstring(ab, aad(sa)->mnt.type); + } + if (aad(sa)->mnt.src_name) { + audit_log_format(ab, " srcname="); + audit_log_untrustedstring(ab, aad(sa)->mnt.src_name); + } + if (aad(sa)->mnt.trans) { + audit_log_format(ab, " trans="); + audit_log_untrustedstring(ab, aad(sa)->mnt.trans); + } + if (aad(sa)->mnt.flags || aad(sa)->op == OP_MOUNT) { + audit_log_format(ab, " flags=\""); + audit_mnt_flags(ab, aad(sa)->mnt.flags); + audit_log_format(ab, "\""); + } + if (aad(sa)->mnt.data) { + audit_log_format(ab, " options="); + audit_log_untrustedstring(ab, aad(sa)->mnt.data); + } +} + +/** + * audit_mount - handle the auditing of mount operations + * @profile: the profile being enforced (NOT NULL) + * @op: operation being mediated (NOT NULL) + * @name: name of object being mediated (MAYBE NULL) + * @src_name: src_name of object being mediated (MAYBE_NULL) + * @type: type of filesystem (MAYBE_NULL) + * @trans: name of trans (MAYBE NULL) + * @flags: filesystem idependent mount flags + * @data: filesystem mount flags + * @request: permissions requested + * @perms: the permissions computed for the request (NOT NULL) + * @info: extra information message (MAYBE NULL) + * @error: 0 if operation allowed else failure error code + * + * Returns: %0 or error on failure + */ +static int audit_mount(struct aa_profile *profile, int op, const char *name, + const char *src_name, const char *type, + const char *trans, unsigned long flags, + const void *data, u32 request, struct file_perms *perms, + const char *info, int error) +{ + int audit_type = AUDIT_APPARMOR_AUTO; + DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, op); + + if (likely(!error)) { + u32 mask = perms->audit; + + if (unlikely(AUDIT_MODE(profile) == AUDIT_ALL)) + mask = 0xffff; + + /* mask off perms that are not being force audited */ + request &= mask; + + if (likely(!request)) + return 0; + audit_type = AUDIT_APPARMOR_AUDIT; + } else { + /* only report permissions that were denied */ + request = request & ~perms->allow; + + if (request & perms->kill) + audit_type = AUDIT_APPARMOR_KILL; + + /* quiet known rejects, assumes quiet and kill do not overlap */ + if ((request & perms->quiet) && + AUDIT_MODE(profile) != AUDIT_NOQUIET && + AUDIT_MODE(profile) != AUDIT_ALL) + request &= ~perms->quiet; + + if (!request) + return COMPLAIN_MODE(profile) ? + complain_error(error) : error; + } + + aad(&sa)->name = name; + aad(&sa)->mnt.src_name = src_name; + aad(&sa)->mnt.type = type; + aad(&sa)->mnt.trans = trans; + aad(&sa)->mnt.flags = flags; + if (data && (perms->audit & AA_AUDIT_DATA)) + aad(&sa)->mnt.data = data; + aad(&sa)->info = info; + aad(&sa)->error = error; + + return aa_audit(audit_type, profile, &sa, audit_cb); +} + +/** + * match_mnt_flags - Do an ordered match on mount flags + * @dfa: dfa to match against + * @state: state to start in + * @flags: mount flags to match against + * + * Mount flags are encoded as an ordered match. This is done instead of + * checking against a simple bitmask, to allow for logical operations + * on the flags. + * + * Returns: next state after flags match + */ +static unsigned int match_mnt_flags(struct aa_dfa *dfa, unsigned int state, + unsigned long flags) +{ + unsigned int i; + + for (i = 0; i <= 31 ; ++i) { + if ((1 << i) & flags) + state = aa_dfa_next(dfa, state, i + 1); + } + + return state; +} + +/** + * compute_mnt_perms - compute mount permission associated with @state + * @dfa: dfa to match against (NOT NULL) + * @state: state match finished in + * + * Returns: mount permissions + */ +static struct file_perms compute_mnt_perms(struct aa_dfa *dfa, + unsigned int state) +{ + struct file_perms perms; + + perms.kill = 0; + perms.allow = dfa_user_allow(dfa, state); + perms.audit = dfa_user_audit(dfa, state); + perms.quiet = dfa_user_quiet(dfa, state); + perms.xindex = dfa_user_xindex(dfa, state); + + return perms; +} + +static const char *mnt_info_table[] = { + "match succeeded", + "failed mntpnt match", + "failed srcname match", + "failed type match", + "failed flags match", + "failed data match" +}; + +/* + * Returns 0 on success else element that match failed in, this is the + * index into the mnt_info_table above + */ +static int do_match_mnt(struct aa_dfa *dfa, unsigned int start, + const char *mntpnt, const char *devname, + const char *type, unsigned long flags, + void *data, bool binary, struct file_perms *perms) +{ + unsigned int state; + + state = aa_dfa_match(dfa, start, mntpnt); + state = aa_dfa_null_transition(dfa, state); + if (!state) + return 1; + + if (devname) + state = aa_dfa_match(dfa, state, devname); + state = aa_dfa_null_transition(dfa, state); + if (!state) + return 2; + + if (type) + state = aa_dfa_match(dfa, state, type); + state = aa_dfa_null_transition(dfa, state); + if (!state) + return 3; + + state = match_mnt_flags(dfa, state, flags); + if (!state) + return 4; + *perms = compute_mnt_perms(dfa, state); + if (perms->allow & AA_MAY_MOUNT) + return 0; + + /* only match data if not binary and the DFA flags data is expected */ + if (data && !binary && (perms->allow & AA_MNT_CONT_MATCH)) { + state = aa_dfa_null_transition(dfa, state); + if (!state) + return 4; + + state = aa_dfa_match(dfa, state, data); + if (!state) + return 5; + *perms = compute_mnt_perms(dfa, state); + if (perms->allow & AA_MAY_MOUNT) + return 0; + } + + /* failed at end of flags match */ + return 4; +} + +/** + * match_mnt - handle path matching for mount + * @profile: the confining profile + * @mntpnt: string for the mntpnt (NOT NULL) + * @devname: string for the devname/src_name (MAYBE NULL) + * @type: string for the dev type (MAYBE NULL) + * @flags: mount flags to match + * @data: fs mount data (MAYBE NULL) + * @binary: whether @data is binary + * @perms: Returns: permission found by the match + * @info: Returns: infomation string about the match for logging + * + * Returns: 0 on success else error + */ +static int match_mnt(struct aa_profile *profile, const char *mntpnt, + const char *devname, const char *type, + unsigned long flags, void *data, bool binary) +{ + struct file_perms perms = { }; + const char *info = NULL; + int pos, error = -EACCES; + + if (!profile->policy.dfa) + goto audit; + + pos = do_match_mnt(profile->policy.dfa, + profile->policy.start[AA_CLASS_MOUNT], + mntpnt, devname, type, flags, data, binary, &perms); + if (pos) { + info = mnt_info_table[pos]; + goto audit; + } + error = 0; + +audit: + return audit_mount(profile, OP_MOUNT, mntpnt, devname, type, NULL, + flags, data, AA_MAY_MOUNT, &perms, info, error); +} + +static int path_flags(struct aa_profile *profile, struct path *path) +{ + return profile->path_flags | + (S_ISDIR(path->dentry->d_inode->i_mode) ? PATH_IS_DIR : 0); +} + +int aa_remount(struct aa_label *label, struct path *path, unsigned long flags, + void *data) +{ + struct aa_profile *profile; + const char *name, *info = NULL; + char *buffer = NULL; + bool binary; + int error; + + binary = path->dentry->d_sb->s_type->fs_flags & FS_BINARY_MOUNTDATA; + + get_buffers(buffer); + error = aa_path_name(path, path_flags(labels_profile(label), path), + buffer, &name, &info, + labels_profile(label)->disconnected); + if (error) { + error = audit_mount(labels_profile(label), OP_MOUNT, name, NULL, + NULL, NULL, flags, data, AA_MAY_MOUNT, + &nullperms, info, error); + goto out; + } + + error = fn_for_each_confined(label, profile, + match_mnt(profile, name, NULL, NULL, flags, data, + binary)); + +out: + put_buffers(buffer); + + return error; +} + +int aa_bind_mount(struct aa_label *label, struct path *path, + const char *dev_name, unsigned long flags) +{ + struct aa_profile *profile; + char *buffer = NULL, *old_buffer = NULL; + const char *name, *old_name = NULL, *info = NULL; + struct path old_path; + int error; + + if (!dev_name || !*dev_name) + return -EINVAL; + + flags &= MS_REC | MS_BIND; + + get_buffers(buffer, old_buffer); + error = aa_path_name(path, path_flags(labels_profile(label), path), buffer, &name, + &info, labels_profile(label)->disconnected); + if (error) + goto error; + + error = kern_path(dev_name, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &old_path); + if (error) + goto error; + + error = aa_path_name(&old_path, path_flags(labels_profile(label), + &old_path), + old_buffer, &old_name, &info, + labels_profile(label)->disconnected); + path_put(&old_path); + if (error) + goto error; + + error = fn_for_each_confined(label, profile, + match_mnt(profile, name, old_name, NULL, flags, NULL, + false)); + +out: + put_buffers(buffer, old_buffer); + + return error; + +error: + error = fn_for_each(label, profile, + audit_mount(profile, OP_MOUNT, name, old_name, NULL, + NULL, flags, NULL, AA_MAY_MOUNT, &nullperms, + info, error)); + goto out; +} + +int aa_mount_change_type(struct aa_label *label, struct path *path, + unsigned long flags) +{ + struct aa_profile *profile; + char *buffer = NULL; + const char *name, *info = NULL; + int error; + + /* These are the flags allowed by do_change_type() */ + flags &= (MS_REC | MS_SILENT | MS_SHARED | MS_PRIVATE | MS_SLAVE | + MS_UNBINDABLE); + + get_buffers(buffer); + error = aa_path_name(path, path_flags(labels_profile(label), path), + buffer, &name, &info, + labels_profile(label)->disconnected); + if (error) { + error = fn_for_each(label, profile, + audit_mount(profile, OP_MOUNT, name, NULL, + NULL, NULL, flags, NULL, + AA_MAY_MOUNT, &nullperms, info, + error)); + goto out; + } + + error = fn_for_each_confined(label, profile, + match_mnt(profile, name, NULL, NULL, flags, NULL, + false)); + +out: + put_buffers(buffer); + + return error; +} + +int aa_move_mount(struct aa_label *label, struct path *path, + const char *orig_name) +{ + struct aa_profile *profile; + char *buffer = NULL, *old_buffer = NULL; + const char *name, *old_name = NULL, *info = NULL; + struct path old_path; + int error; + + if (!orig_name || !*orig_name) + return -EINVAL; + + get_buffers(buffer, old_buffer); + error = aa_path_name(path, path_flags(labels_profile(label), path), + buffer, &name, &info, + labels_profile(label)->disconnected); + if (error) + goto error; + + error = kern_path(orig_name, LOOKUP_FOLLOW, &old_path); + if (error) + goto error; + + error = aa_path_name(&old_path, path_flags(labels_profile(label), + &old_path), + old_buffer, &old_name, &info, + labels_profile(label)->disconnected); + path_put(&old_path); + if (error) + goto error; + + error = fn_for_each_confined(label, profile, + match_mnt(profile, name, old_name, NULL, MS_MOVE, NULL, + false)); + +out: + put_buffers(buffer, old_buffer); + + return error; + +error: + error = fn_for_each(label, profile, + audit_mount(profile, OP_MOUNT, name, old_name, NULL, + NULL, MS_MOVE, NULL, AA_MAY_MOUNT, + &nullperms, info, error)); + goto out; +} + +int aa_new_mount(struct aa_label *label, const char *orig_dev_name, + struct path *path, const char *type, unsigned long flags, + void *data) +{ + struct aa_profile *profile; + char *buffer = NULL, *dev_buffer = NULL; + const char *name = NULL, *dev_name = NULL, *info = NULL; + bool binary = true; + int error; + + dev_name = orig_dev_name; + get_buffers(buffer, dev_buffer); + if (type) { + int requires_dev; + struct file_system_type *fstype = get_fs_type(type); + if (!fstype) + return -ENODEV; + + binary = fstype->fs_flags & FS_BINARY_MOUNTDATA; + requires_dev = fstype->fs_flags & FS_REQUIRES_DEV; + put_filesystem(fstype); + + if (requires_dev) { + struct path dev_path; + + if (!dev_name || !*dev_name) { + error = -ENOENT; + goto out; + } + + error = kern_path(dev_name, LOOKUP_FOLLOW, &dev_path); + if (error) + goto error; + + error = aa_path_name(&dev_path, + path_flags(labels_profile(label), + &dev_path), + dev_buffer, &dev_name, &info, + labels_profile(label)->disconnected); + path_put(&dev_path); + if (error) + goto error; + } + } + + error = aa_path_name(path, path_flags(labels_profile(label), path), + buffer, &name, &info, + labels_profile(label)->disconnected); + if (error) + goto error; + + error = fn_for_each_confined(label, profile, + match_mnt(profile, name, dev_name, type, flags, data, + binary)); + +cleanup: + put_buffers(buffer, dev_buffer); + +out: + return error; + +error: + error = fn_for_each(label, profile, + audit_mount(labels_profile(label), OP_MOUNT, name, + dev_name, type, NULL, flags, data, + AA_MAY_MOUNT, &nullperms, info, error)); + goto cleanup; +} + +static int profile_umount(struct aa_profile *profile, const char *name) +{ + struct file_perms perms = { }; + const char *info = NULL; + int e = 0; + + if (profile->policy.dfa) { + unsigned int state; + state = aa_dfa_match(profile->policy.dfa, + profile->policy.start[AA_CLASS_MOUNT], + name); + perms = compute_mnt_perms(profile->policy.dfa, state); + if (AA_MAY_UMOUNT & ~perms.allow) + e = -EACCES; + } else + e = -EACCES; + return audit_mount(profile, OP_UMOUNT, name, NULL, NULL, NULL, 0, NULL, + AA_MAY_UMOUNT, &perms, info, e); +} + +int aa_umount(struct aa_label *label, struct vfsmount *mnt, int flags) +{ + struct aa_profile *profile; + char *buffer = NULL; + const char *name, *info = NULL; + int error; + + struct path path = { mnt, mnt->mnt_root }; + get_buffers(buffer); + error = aa_path_name(&path, path_flags(labels_profile(label), &path), + buffer, &name, &info, + labels_profile(label)->disconnected); + if (error) { + error = fn_for_each(label, profile, + audit_mount(profile, OP_UMOUNT, name, NULL, + NULL, NULL, 0, NULL, AA_MAY_UMOUNT, + &nullperms, info, error)); + goto out; + } + + error = fn_for_each_confined(label, profile, + profile_umount(profile, name)); + +out: + put_buffers(buffer); + + return error; +} + +static int profile_pivotroot(struct aa_profile *profile, const char *new_name, + const char *old_name, struct aa_profile **trans) +{ + struct aa_profile *target = NULL; + struct file_perms perms = { }; + const char *info = NULL; + int error = -EACCES; + + /* TODO: actual domain transition computation for multiple + * profiles + */ + if (profile->policy.dfa) { + unsigned int state; + state = aa_dfa_match(profile->policy.dfa, + profile->policy.start[AA_CLASS_MOUNT], + new_name); + state = aa_dfa_null_transition(profile->policy.dfa, state); + state = aa_dfa_match(profile->policy.dfa, state, old_name); + perms = compute_mnt_perms(profile->policy.dfa, state); + + if (AA_MAY_PIVOTROOT & perms.allow) { + if ((perms.xindex & AA_X_TYPE_MASK) == AA_X_TABLE) { + target = x_table_lookup(profile, perms.xindex); + if (!target) + error = -ENOENT; + else + *trans = target; + } else + error = 0; + } + } + + error = audit_mount(profile, OP_PIVOTROOT, new_name, old_name, + NULL, target ? target->base.name : NULL, + 0, NULL, AA_MAY_PIVOTROOT, &perms, info, + error); + if (!*trans) + aa_put_profile(target); + + return error; +} + +int aa_pivotroot(struct aa_label *label, struct path *old_path, + struct path *new_path) +{ + struct aa_profile *profile, *target = NULL; + char *old_buffer = NULL, *new_buffer = NULL; + const char *old_name, *new_name = NULL, *info = NULL; + int error; + + get_buffers(old_buffer, new_buffer); + error = aa_path_name(old_path, path_flags(labels_profile(label), + old_path), + old_buffer, &old_name, &info, + labels_profile(label)->disconnected); + if (error) + goto error; + + error = aa_path_name(new_path, path_flags(labels_profile(label), + new_path), + new_buffer, &new_name, &info, + labels_profile(label)->disconnected); + if (error) + goto error; + + error = fn_for_each(label, profile, + profile_pivotroot(profile, new_name, old_name, + &target)); +out: + put_buffers(old_buffer, new_buffer); + + if (target) + error = aa_replace_current_label(&target->label); + + return error; + +error: + error = fn_for_each(label, profile, + audit_mount(profile, OP_PIVOTROOT, new_name, old_name, + NULL, NULL, + 0, NULL, AA_MAY_PIVOTROOT, &nullperms, info, + error)); + goto out; +} --- linux-lts-utopic-3.16.0.orig/security/apparmor/net.c +++ linux-lts-utopic-3.16.0/security/apparmor/net.c @@ -0,0 +1,397 @@ +/* + * AppArmor security module + * + * This file contains AppArmor network mediation + * + * Copyright (C) 1998-2008 Novell/SUSE + * Copyright 2009-2014 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ + +#include "include/af_unix.h" +#include "include/apparmor.h" +#include "include/audit.h" +#include "include/context.h" +#include "include/label.h" +#include "include/net.h" +#include "include/policy.h" + +#include "net_names.h" + + +struct aa_fs_entry aa_fs_entry_network[] = { + AA_FS_FILE_STRING("af_mask", AA_FS_AF_MASK), + AA_FS_FILE_BOOLEAN("af_unix", 1), + { } +}; + +static const char *net_mask_names[] = { + "unknown", + "send", + "receive", + "unknown", + + "create", + "shutdown", + "connect", + "unknown", + + "setattr", + "getattr", + "setcred", + "getcred", + + "chmod", + "chown", + "chgrp", + "lock", + + "mmap", + "mprot", + "unknown", + "unknown", + + "accept", + "bind", + "listen", + "unknown", + + "setopt", + "getopt", + "unknown", + "unknown", + + "unknown", + "unknown", + "unknown", + "unknown", +}; + +static void audit_unix_addr(struct audit_buffer *ab, const char *str, + struct sockaddr_un *addr, int addrlen) +{ + int len = unix_addr_len(addrlen); + + if (!addr || len <= 0) { + audit_log_format(ab, " %s=none", str); + } else if (addr->sun_path[0]) { + audit_log_format(ab, " %s=", str); + audit_log_untrustedstring(ab, addr->sun_path); + } else { + audit_log_format(ab, " %s=\"@", str); + if (audit_string_contains_control(&addr->sun_path[1], len - 1)) + audit_log_n_hex(ab, &addr->sun_path[1], len - 1); + else + audit_log_format(ab, "%.*s", len - 1, + &addr->sun_path[1]); + audit_log_format(ab, "\""); + } +} + +static void audit_unix_sk_addr(struct audit_buffer *ab, const char *str, + struct sock *sk) +{ + struct unix_sock *u = unix_sk(sk); + if (u && u->addr) + audit_unix_addr(ab, str, u->addr->name, u->addr->len); + else + audit_unix_addr(ab, str, NULL, 0); +} + +/* audit callback for net specific fields */ +void audit_net_cb(struct audit_buffer *ab, void *va) +{ + struct common_audit_data *sa = va; + + audit_log_format(ab, " family="); + if (address_family_names[sa->u.net->family]) { + audit_log_string(ab, address_family_names[sa->u.net->family]); + } else { + audit_log_format(ab, "\"unknown(%d)\"", sa->u.net->family); + } + audit_log_format(ab, " sock_type="); + if (sock_type_names[aad(sa)->net.type]) { + audit_log_string(ab, sock_type_names[aad(sa)->net.type]); + } else { + audit_log_format(ab, "\"unknown(%d)\"", aad(sa)->net.type); + } + audit_log_format(ab, " protocol=%d", aad(sa)->net.protocol); + + if (aad(sa)->request & NET_PERMS_MASK) { + audit_log_format(ab, " requested_mask="); + aa_audit_perm_mask(ab, aad(sa)->request, NULL, 0, + net_mask_names, NET_PERMS_MASK); + + if (aad(sa)->denied & NET_PERMS_MASK) { + audit_log_format(ab, " denied_mask="); + aa_audit_perm_mask(ab, aad(sa)->denied, NULL, 0, + net_mask_names, NET_PERMS_MASK); + } + } + if (sa->u.net->family == AF_UNIX) { + if ((aad(sa)->request & ~NET_PEER_MASK) && aad(sa)->net.addr) + audit_unix_addr(ab, "addr", + unix_addr(aad(sa)->net.addr), + aad(sa)->net.addrlen); + else + audit_unix_sk_addr(ab, "addr", sa->u.net->sk); + if (aad(sa)->request & NET_PEER_MASK) { + if (aad(sa)->net.addr) + audit_unix_addr(ab, "peer_addr", + unix_addr(aad(sa)->net.addr), + aad(sa)->net.addrlen); + else + audit_unix_sk_addr(ab, "peer_addr", + aad(sa)->net.peer_sk); + } + } + if (aad(sa)->target) { + audit_log_format(ab, " peer="); + audit_log_untrustedstring(ab, aad(sa)->target); + } +} + +/** + * audit_net - audit network access + * @profile: profile being enforced (NOT NULL) + * @op: operation being checked + * @family: network family + * @type: network type + * @protocol: network protocol + * @sk: socket auditing is being applied to + * @error: error code for failure else 0 + * + * Returns: %0 or sa->error else other errorcode on failure + */ +static int audit_net(struct aa_profile *profile, int op, u16 family, int type, + int protocol, struct sock *sk, int error) +{ + int audit_type = AUDIT_APPARMOR_AUTO; + DEFINE_AUDIT_NET(sa, op, sk, family, type, protocol); + aad(&sa)->error = error; + + if (likely(!aad(&sa)->error)) { + u16 audit_mask = profile->net.audit[sa.u.net->family]; + if (likely((AUDIT_MODE(profile) != AUDIT_ALL) && + !(1 << aad(&sa)->net.type & audit_mask))) + return 0; + audit_type = AUDIT_APPARMOR_AUDIT; + } else { + u16 quiet_mask = profile->net.quiet[sa.u.net->family]; + u16 kill_mask = 0; + u16 denied = (1 << aad(&sa)->net.type); + + if (denied & kill_mask) + audit_type = AUDIT_APPARMOR_KILL; + + if ((denied & quiet_mask) && + AUDIT_MODE(profile) != AUDIT_NOQUIET && + AUDIT_MODE(profile) != AUDIT_ALL) + return COMPLAIN_MODE(profile) ? 0 : aad(&sa)->error; + } + + return aa_audit(audit_type, profile, &sa, audit_net_cb); +} + +static inline int aa_af_mask_perm(struct aa_profile *profile, u16 family, + int type) +{ + u16 family_mask; + + AA_BUG(family >= AF_MAX); + AA_BUG(type < 0 && type >= SOCK_MAX); + + if (profile_unconfined(profile)) + return 0; + + family_mask = profile->net.allow[family]; + return (family_mask & (1 << type)) ? 0 : -EACCES; + +} + +/* Generic af perm */ +int aa_profile_af_perm(struct aa_profile *profile, int op, u16 family, + int type, int protocol, struct sock *sk) +{ + int error = aa_af_mask_perm(profile, family, type); + + return audit_net(profile, op, family, type, protocol, sk, error); +} + +int aa_af_perm(struct aa_label *label, int op, u32 request, u16 family, + int type, int protocol, struct sock *sk) +{ + struct aa_profile *profile; + + return fn_for_each_confined(label, profile, + aa_profile_af_perm(profile, op, family, type, protocol, + sk)); +} + +static int aa_label_sk_perm(struct aa_label *label, int op, u32 request, + struct sock *sk) +{ + struct aa_profile *profile; + + AA_BUG(!label); + AA_BUG(!sk); + + if (unconfined(label)) + return 0; + + return fn_for_each_confined(label, profile, + aa_profile_af_perm(profile, op, sk->sk_family, + sk->sk_type, sk->sk_protocol, + sk)); + +} + +static int aa_sk_perm(int op, u32 request, struct sock *sk) +{ + struct aa_label *label; + + AA_BUG(!sk); + AA_BUG(in_interrupt()); + + /* TODO: switch to begin_current_label ???? */ + label = aa_current_label(); + return aa_label_sk_perm(label, op, request, sk); +} + +#define af_select(FAMILY, FN, DEF_FN) \ +({ \ + int __e; \ + switch ((FAMILY)) { \ + case AF_UNIX: \ + __e = aa_unix_ ## FN; \ + break; \ + default: \ + __e = DEF_FN; \ + } \ + __e; \ +}) + +/* TODO: push into lsm.c ???? */ + +/* revaliation, get/set attr, shutdown */ +int aa_sock_perm(int op, u32 request, struct socket *sock) +{ + AA_BUG(!sock); + AA_BUG(!sock->sk); + AA_BUG(in_interrupt()); + + return af_select(sock->sk->sk_family, + sock_perm(op, request, sock), + aa_sk_perm(op, request, sock->sk)); +} + +int aa_sock_create_perm(struct aa_label *label, int family, int type, + int protocol) +{ + AA_BUG(!label); + /* TODO: .... */ + AA_BUG(in_interrupt()); + + return af_select(family, + create_perm(label, family, type, protocol), + aa_af_perm(label, OP_CREATE, AA_MAY_CREATE, family, + type, protocol, NULL)); +} + +int aa_sock_bind_perm(struct socket *sock, struct sockaddr *address, + int addrlen) +{ + AA_BUG(!sock); + AA_BUG(!sock->sk); + AA_BUG(!address); + /* TODO: .... */ + AA_BUG(in_interrupt()); + + return af_select(sock->sk->sk_family, + bind_perm(sock, address, addrlen), + aa_sk_perm(OP_BIND, AA_MAY_BIND, sock->sk)); +} + +int aa_sock_connect_perm(struct socket *sock, struct sockaddr *address, + int addrlen) +{ + AA_BUG(!sock); + AA_BUG(!sock->sk); + AA_BUG(!address); + /* TODO: .... */ + AA_BUG(in_interrupt()); + + return af_select(sock->sk->sk_family, + connect_perm(sock, address, addrlen), + aa_sk_perm(OP_CONNECT, AA_MAY_CONNECT, sock->sk)); +} + +int aa_sock_listen_perm(struct socket *sock, int backlog) +{ + AA_BUG(!sock); + AA_BUG(!sock->sk); + /* TODO: .... */ + AA_BUG(in_interrupt()); + + return af_select(sock->sk->sk_family, + listen_perm(sock, backlog), + aa_sk_perm(OP_LISTEN, AA_MAY_LISTEN, sock->sk)); +} + +/* ability of sock to connect, not peer address binding */ +int aa_sock_accept_perm(struct socket *sock, struct socket *newsock) +{ + AA_BUG(!sock); + AA_BUG(!sock->sk); + AA_BUG(!newsock); + /* TODO: .... */ + AA_BUG(in_interrupt()); + + return af_select(sock->sk->sk_family, + accept_perm(sock, newsock), + aa_sk_perm(OP_ACCEPT, AA_MAY_ACCEPT, sock->sk)); +} + +/* sendmsg, recvmsg */ +int aa_sock_msg_perm(int op, u32 request, struct socket *sock, + struct msghdr *msg, int size) +{ + AA_BUG(!sock); + AA_BUG(!sock->sk); + AA_BUG(!msg); + /* TODO: .... */ + AA_BUG(in_interrupt()); + + return af_select(sock->sk->sk_family, + msg_perm(op, request, sock, msg, size), + aa_sk_perm(op, request, sock->sk)); +} + +/* revaliation, get/set attr, opt */ +int aa_sock_opt_perm(int op, u32 request, struct socket *sock, int level, + int optname) +{ + AA_BUG(!sock); + AA_BUG(!sock->sk); + AA_BUG(in_interrupt()); + + return af_select(sock->sk->sk_family, + opt_perm(op, request, sock, level, optname), + aa_sk_perm(op, request, sock->sk)); +} + +int aa_sock_file_perm(struct aa_label *label, int op, u32 request, + struct socket *sock) +{ + AA_BUG(!label); + AA_BUG(!sock); + AA_BUG(!sock->sk); + + return af_select(sock->sk->sk_family, + file_perm(label, op, request, sock), + aa_label_sk_perm(label, op, request, sock->sk)); +} --- linux-lts-utopic-3.16.0.orig/security/apparmor/path.c +++ linux-lts-utopic-3.16.0/security/apparmor/path.c @@ -25,7 +25,6 @@ #include "include/path.h" #include "include/policy.h" - /* modified from dcache.c */ static int prepend(char **buffer, int buflen, const char *str, int namelen) { @@ -39,13 +38,50 @@ #define CHROOT_NSCONNECT (PATH_CHROOT_REL | PATH_CHROOT_NSCONNECT) +/* If the path is not connected to the expected root, + * check if it is a sysctl and handle specially else remove any + * leading / that __d_path may have returned. + * Unless + * specifically directed to connect the path, + * OR + * if in a chroot and doing chroot relative paths and the path + * resolves to the namespace root (would be connected outside + * of chroot) and specifically directed to connect paths to + * namespace root. + */ +static int disconnect(struct path *path, char *buf, char **name, int flags, + const char *disconnected) +{ + int error = 0; + + if (!(flags & PATH_CONNECT_PATH) && + !(((flags & CHROOT_NSCONNECT) == CHROOT_NSCONNECT) && + our_mnt(path->mnt))) { + /* disconnected path, don't return pathname starting + * with '/' + */ + error = -EACCES; + if (**name == '/') + *name = *name + 1; + } else { + if (**name != '/') + /* CONNECT_PATH with missing root */ + error = prepend(name, *name - buf, "/", 1); + if (!error && disconnected) + error = prepend(name, *name - buf, disconnected, + strlen(disconnected)); + } + + return error; +} + /** * d_namespace_path - lookup a name associated with a given path * @path: path to lookup (NOT NULL) * @buf: buffer to store path to (NOT NULL) - * @buflen: length of @buf * @name: Returns - pointer for start of path name with in @buf (NOT NULL) * @flags: flags controlling path lookup + * @disconnected: string to prefix to disconnected paths * * Handle path name lookup. * @@ -53,12 +89,14 @@ * When no error the path name is returned in @name which points to * to a position in @buf */ -static int d_namespace_path(struct path *path, char *buf, int buflen, - char **name, int flags) +static int d_namespace_path(struct path *path, char *buf, char **name, + int flags, const char *disconnected) { char *res; int error = 0; int connected = 1; + int isdir = (flags & PATH_IS_DIR) ? 1 : 0; + int buflen = aa_g_path_max - isdir; if (path->mnt->mnt_flags & MNT_INTERNAL) { /* it's not mounted anywhere */ @@ -73,9 +111,12 @@ /* TODO: convert over to using a per namespace * control instead of hard coded /proc */ - return prepend(name, *name - buf, "/proc", 5); - } - return 0; + error = prepend(name, *name - buf, "/proc", 5); + goto out; + } else + error = disconnect(path, buf, name, flags, + disconnected); + goto out; } /* resolve paths relative to chroot?*/ @@ -94,8 +135,11 @@ * be returned. */ if (!res || IS_ERR(res)) { - if (PTR_ERR(res) == -ENAMETOOLONG) - return -ENAMETOOLONG; + if (PTR_ERR(res) == -ENAMETOOLONG) { + error = -ENAMETOOLONG; + *name = buf; + goto out; + } connected = 0; res = dentry_path_raw(path->dentry, buf, buflen); if (IS_ERR(res)) { @@ -120,78 +164,28 @@ goto out; } - /* If the path is not connected to the expected root, - * check if it is a sysctl and handle specially else remove any - * leading / that __d_path may have returned. - * Unless - * specifically directed to connect the path, - * OR - * if in a chroot and doing chroot relative paths and the path - * resolves to the namespace root (would be connected outside - * of chroot) and specifically directed to connect paths to - * namespace root. - */ - if (!connected) { - if (!(flags & PATH_CONNECT_PATH) && - !(((flags & CHROOT_NSCONNECT) == CHROOT_NSCONNECT) && - our_mnt(path->mnt))) { - /* disconnected path, don't return pathname starting - * with '/' - */ - error = -EACCES; - if (*res == '/') - *name = res + 1; - } - } + if (!connected) + error = disconnect(path, buf, name, flags, disconnected); out: - return error; -} - -/** - * get_name_to_buffer - get the pathname to a buffer ensure dir / is appended - * @path: path to get name for (NOT NULL) - * @flags: flags controlling path lookup - * @buffer: buffer to put name in (NOT NULL) - * @size: size of buffer - * @name: Returns - contains position of path name in @buffer (NOT NULL) - * - * Returns: %0 else error on failure - */ -static int get_name_to_buffer(struct path *path, int flags, char *buffer, - int size, char **name, const char **info) -{ - int adjust = (flags & PATH_IS_DIR) ? 1 : 0; - int error = d_namespace_path(path, buffer, size - adjust, name, flags); - - if (!error && (flags & PATH_IS_DIR) && (*name)[1] != '\0') - /* - * Append "/" to the pathname. The root directory is a special - * case; it already ends in slash. - */ - strcpy(&buffer[size - 2], "/"); - - if (info && error) { - if (error == -ENOENT) - *info = "Failed name lookup - deleted entry"; - else if (error == -EACCES) - *info = "Failed name lookup - disconnected path"; - else if (error == -ENAMETOOLONG) - *info = "Failed name lookup - name too long"; - else - *info = "Failed name lookup"; - } + /* + * Append "/" to the pathname. The root directory is a special + * case; it already ends in slash. + */ + if (!error && isdir && ((*name)[1] != '\0' || (*name)[0] != '/')) + strcpy(&buf[aa_g_path_max - 2], "/"); return error; } /** - * aa_path_name - compute the pathname of a file + * aa_path_name - get the pathname to a buffer ensure dir / is appended * @path: path the file (NOT NULL) * @flags: flags controlling path name generation - * @buffer: buffer that aa_get_name() allocated (NOT NULL) + * @buffer: buffer to put name in (NOT NULL) * @name: Returns - the generated path name if !error (NOT NULL) * @info: Returns - information on why the path lookup failed (MAYBE NULL) + * @disconnected: string to prepend to disconnected paths * * @name is a pointer to the beginning of the pathname (which usually differs * from the beginning of the buffer), or NULL. If there is an error @name @@ -204,33 +198,24 @@ * * Returns: %0 else error code if could retrieve name */ -int aa_path_name(struct path *path, int flags, char **buffer, const char **name, - const char **info) +int aa_path_name(struct path *path, int flags, char *buffer, const char **name, + const char **info, const char *disconnected) { - char *buf, *str = NULL; - int size = 256; - int error; - - *name = NULL; - *buffer = NULL; - for (;;) { - /* freed by caller */ - buf = kmalloc(size, GFP_KERNEL); - if (!buf) - return -ENOMEM; - - error = get_name_to_buffer(path, flags, buf, size, &str, info); - if (error != -ENAMETOOLONG) - break; - - kfree(buf); - size <<= 1; - if (size > aa_g_path_max) - return -ENAMETOOLONG; - *info = NULL; + char *str = NULL; + int error = d_namespace_path(path, buffer, &str, flags, disconnected); + + + if (info && error) { + if (error == -ENOENT) + *info = "Failed name lookup - deleted entry"; + else if (error == -EACCES) + *info = "Failed name lookup - disconnected path"; + else if (error == -ENAMETOOLONG) + *info = "Failed name lookup - name too long"; + else + *info = "Failed name lookup"; } - *buffer = buf; - *name = str; + *name = str; return error; } --- linux-lts-utopic-3.16.0.orig/security/apparmor/policy.c +++ linux-lts-utopic-3.16.0/security/apparmor/policy.c @@ -82,6 +82,7 @@ #include "include/context.h" #include "include/file.h" #include "include/ipc.h" +#include "include/label.h" #include "include/match.h" #include "include/path.h" #include "include/policy.h" @@ -92,6 +93,9 @@ /* root profile namespace */ struct aa_namespace *root_ns; +/* Note: mode names must be unique in the first character because of + * modechrs used to print modes on compound labels on some interfaces + */ const char *const aa_profile_mode_names[] = { "enforce", "complain", @@ -128,16 +132,22 @@ static bool policy_init(struct aa_policy *policy, const char *prefix, const char *name) { + char *hname; + /* freed by policy_free */ if (prefix) { - policy->hname = kmalloc(strlen(prefix) + strlen(name) + 3, - GFP_KERNEL); - if (policy->hname) - sprintf(policy->hname, "%s//%s", prefix, name); - } else - policy->hname = kstrdup(name, GFP_KERNEL); - if (!policy->hname) + hname = aa_str_alloc(strlen(prefix) + strlen(name) + 3, + GFP_KERNEL); + if (hname) + sprintf(hname, "%s//%s", prefix, name); + } else { + hname = aa_str_alloc(strlen(name) + 1, GFP_KERNEL); + if (hname) + strcpy(hname, name); + } + if (!hname) return 0; + policy->hname = hname; /* base.name is a substring of fqname */ policy->name = (char *)hname_tail(policy->hname); INIT_LIST_HEAD(&policy->list); @@ -166,7 +176,7 @@ } /* don't free name as its a subset of hname */ - kzfree(policy->hname); + aa_put_str(policy->hname); } /** @@ -219,7 +229,7 @@ * Routines for AppArmor namespaces */ -static const char *hidden_ns_name = "---"; +const char *aa_hidden_ns_name = "---"; /** * aa_ns_visible - test if @view is visible from @curr * @curr: namespace to treat as the parent (NOT NULL) @@ -261,7 +271,7 @@ */ return view->base.hname + strlen(curr->base.hname) + 2; } else - return hidden_ns_name; + return aa_hidden_ns_name; } /** @@ -290,9 +300,12 @@ ns->unconfined = aa_alloc_profile("unconfined"); if (!ns->unconfined) goto fail_unconfined; + ns->unconfined->label.replacedby = aa_alloc_replacedby(NULL); + if (!ns->unconfined->label.replacedby) + goto fail_replacedby; - ns->unconfined->flags = PFLAG_IX_ON_NAME_ERROR | - PFLAG_IMMUTABLE | PFLAG_NS_COUNT; + ns->unconfined->label.flags |= FLAG_IX_ON_NAME_ERROR | + FLAG_IMMUTIBLE | FLAG_NS_COUNT | FLAG_UNCONFINED; ns->unconfined->mode = APPARMOR_UNCONFINED; /* ns and ns->unconfined share ns->unconfined refcount */ @@ -300,8 +313,13 @@ atomic_set(&ns->uniq_null, 0); + aa_labelset_init(&ns->labels); + return ns; +fail_replacedby: + aa_free_profile(ns->unconfined); + fail_unconfined: kzfree(ns->base.hname); fail_ns: @@ -310,18 +328,19 @@ } /** - * free_namespace - free a profile namespace + * aa_free_namespace - free a profile namespace * @ns: the namespace to free (MAYBE NULL) * * Requires: All references to the namespace must have been put, if the * namespace was referenced by a profile confining a task, */ -static void free_namespace(struct aa_namespace *ns) +void aa_free_namespace(struct aa_namespace *ns) { if (!ns) return; policy_destroy(&ns->base); + aa_labelset_destroy(&ns->labels); aa_put_namespace(ns->parent); ns->unconfined->ns = NULL; @@ -330,43 +349,60 @@ } /** - * __aa_find_namespace - find a namespace on a list by @name + * __aa_findn_namespace - find a namespace on a list by @name * @head: list to search for namespace on (NOT NULL) * @name: name of namespace to look for (NOT NULL) - * + * @n: length of @name * Returns: unrefcounted namespace * * Requires: rcu_read_lock be held */ -static struct aa_namespace *__aa_find_namespace(struct list_head *head, - const char *name) +static struct aa_namespace *__aa_findn_namespace(struct list_head *head, + const char *name, size_t n) { - return (struct aa_namespace *)__policy_find(head, name); + return (struct aa_namespace *)__policy_strn_find(head, name, n); } /** * aa_find_namespace - look up a profile namespace on the namespace list * @root: namespace to search in (NOT NULL) * @name: name of namespace to find (NOT NULL) + * @n: length of @name * * Returns: a refcounted namespace on the list, or NULL if no namespace * called @name exists. * * refcount released by caller */ -struct aa_namespace *aa_find_namespace(struct aa_namespace *root, - const char *name) +struct aa_namespace *aa_findn_namespace(struct aa_namespace *root, + const char *name, size_t n) { struct aa_namespace *ns = NULL; rcu_read_lock(); - ns = aa_get_namespace(__aa_find_namespace(&root->sub_ns, name)); + ns = aa_get_namespace(__aa_findn_namespace(&root->sub_ns, name, n)); rcu_read_unlock(); return ns; } /** + * aa_find_namespace - look up a profile namespace on the namespace list + * @root: namespace to search in (NOT NULL) + * @name: name of namespace to find (NOT NULL) + * + * Returns: a refcounted namespace on the list, or NULL if no namespace + * called @name exists. + * + * refcount released by caller + */ +struct aa_namespace *aa_find_namespace(struct aa_namespace *root, + const char *name) +{ + return aa_findn_namespace(root, name, strlen(name)); +} + +/** * aa_prepare_namespace - find an existing or create a new namespace of @name * @name: the namespace to find or add (MAYBE NULL) * @@ -376,7 +412,7 @@ { struct aa_namespace *ns, *root; - root = aa_current_profile()->ns; + root = labels_ns(aa_current_label()); mutex_lock(&root->lock); @@ -389,7 +425,8 @@ /* try and find the specified ns and if it doesn't exist create it */ /* released by caller */ - ns = aa_get_namespace(__aa_find_namespace(&root->sub_ns, name)); + ns = aa_get_namespace(__aa_findn_namespace(&root->sub_ns, name, + strlen(name))); if (!ns) { ns = alloc_namespace(root->base.hname, name); if (!ns) @@ -397,11 +434,12 @@ if (__aa_fs_namespace_mkdir(ns, ns_subns_dir(root), name)) { AA_ERROR("Failed to create interface for ns %s\n", ns->base.name); - free_namespace(ns); + aa_free_namespace(ns); ns = NULL; goto out; } ns->parent = aa_get_namespace(root); + ns->level = root->level + 1; list_add_rcu(&ns->base.list, &root->sub_ns); /* add list ref */ aa_get_namespace(ns); @@ -414,7 +452,7 @@ } /** - * __list_add_profile - add a profile to a list + * __add_profile - add a profiles to list and label tree * @list: list to add it to (NOT NULL) * @profile: the profile to add (NOT NULL) * @@ -422,12 +460,21 @@ * * Requires: namespace lock be held, or list not be shared */ -static void __list_add_profile(struct list_head *list, - struct aa_profile *profile) +static void __add_profile(struct list_head *list, struct aa_profile *profile) { + struct aa_label *l; + + AA_BUG(!list); + AA_BUG(!profile); + AA_BUG(!profile->ns); + AA_BUG(!mutex_is_locked(&profile->ns->lock)); + list_add_rcu(&profile->base.list, list); /* get list reference */ aa_get_profile(profile); + l = aa_label_insert(&profile->ns->labels, &profile->label); + AA_BUG(l != &profile->label); + aa_put_label(l); } /** @@ -444,6 +491,10 @@ */ static void __list_remove_profile(struct aa_profile *profile) { + AA_BUG(!profile); + AA_BUG(!profile->ns); + AA_BUG(!mutex_is_locked(&profile->ns->lock)); + list_del_rcu(&profile->base.list); aa_put_profile(profile); } @@ -458,10 +509,16 @@ */ static void __remove_profile(struct aa_profile *profile) { + AA_BUG(!profile); + AA_BUG(!profile->ns); + AA_BUG(!mutex_is_locked(&profile->ns->lock)); + /* release any children lists first */ __profile_list_release(&profile->base.profiles); /* released by free_profile */ - __aa_update_replacedby(profile, profile->ns->unconfined); + aa_label_remove(&profile->ns->labels, &profile->label); + __aa_update_replacedby(&profile->label, + &profile->ns->unconfined->label); __aa_fs_profile_rmdir(profile); __list_remove_profile(profile); } @@ -498,7 +555,8 @@ __ns_list_release(&ns->sub_ns); if (ns->parent) - __aa_update_replacedby(ns->unconfined, ns->parent->unconfined); + __aa_update_replacedby(&ns->unconfined->label, + &ns->parent->unconfined->label); __aa_fs_namespace_rmdir(ns); mutex_unlock(&ns->lock); } @@ -560,23 +618,6 @@ } -static void free_replacedby(struct aa_replacedby *r) -{ - if (r) { - /* r->profile will not be updated any more as r is dead */ - aa_put_profile(rcu_dereference_protected(r->profile, true)); - kzfree(r); - } -} - - -void aa_free_replacedby_kref(struct kref *kref) -{ - struct aa_replacedby *r = container_of(kref, struct aa_replacedby, - count); - free_replacedby(r); -} - /** * aa_free_profile - free a profile * @profile: the profile to free (MAYBE NULL) @@ -603,41 +644,18 @@ aa_free_file_rules(&profile->file); aa_free_cap_rules(&profile->caps); + aa_free_net_rules(&profile->net); aa_free_rlimit_rules(&profile->rlimits); kzfree(profile->dirname); aa_put_dfa(profile->xmatch); aa_put_dfa(profile->policy.dfa); - aa_put_replacedby(profile->replacedby); kzfree(profile->hash); kzfree(profile); } /** - * aa_free_profile_rcu - free aa_profile by rcu (called by aa_free_profile_kref) - * @head: rcu_head callback for freeing of a profile (NOT NULL) - */ -static void aa_free_profile_rcu(struct rcu_head *head) -{ - struct aa_profile *p = container_of(head, struct aa_profile, rcu); - if (p->flags & PFLAG_NS_COUNT) - free_namespace(p->ns); - else - aa_free_profile(p); -} - -/** - * aa_free_profile_kref - free aa_profile by kref (called by aa_put_profile) - * @kr: kref callback for freeing of a profile (NOT NULL) - */ -void aa_free_profile_kref(struct kref *kref) -{ - struct aa_profile *p = container_of(kref, struct aa_profile, count); - call_rcu(&p->rcu, aa_free_profile_rcu); -} - -/** * aa_alloc_profile - allocate, initialize and return a new profile * @hname: name of the profile (NOT NULL) * @@ -652,20 +670,18 @@ if (!profile) return NULL; - profile->replacedby = kzalloc(sizeof(struct aa_replacedby), GFP_KERNEL); - if (!profile->replacedby) - goto fail; - kref_init(&profile->replacedby->count); - if (!policy_init(&profile->base, NULL, hname)) goto fail; - kref_init(&profile->count); + if (!aa_label_init(&profile->label, 1)) + goto fail; + profile->label.hname = profile->base.hname; + profile->label.flags |= FLAG_PROFILE; + profile->label.ent[0] = profile; /* refcount released by caller */ return profile; fail: - kzfree(profile->replacedby); kzfree(profile); return NULL; @@ -702,26 +718,57 @@ if (!profile) goto fail; + profile->label.replacedby = aa_alloc_replacedby(NULL); + if (!profile->label.replacedby) + goto fail; + profile->mode = APPARMOR_COMPLAIN; - profile->flags = PFLAG_NULL; + profile->label.flags |= FLAG_NULL; if (hat) - profile->flags |= PFLAG_HAT; + profile->label.flags |= FLAG_HAT; /* released on free_profile */ rcu_assign_pointer(profile->parent, aa_get_profile(parent)); profile->ns = aa_get_namespace(parent->ns); mutex_lock(&profile->ns->lock); - __list_add_profile(&parent->base.profiles, profile); + __add_profile(&parent->base.profiles, profile); mutex_unlock(&profile->ns->lock); /* refcount released by caller */ return profile; fail: + aa_free_profile(profile); return NULL; } +/** + * aa_setup_default_label - create the initial default label + */ +struct aa_label *aa_setup_default_label(void) +{ + struct aa_profile *profile = aa_alloc_profile("default"); + if (!profile) + return NULL; + + /* the default profile pretends to be unconfined until it is replaced */ + profile->label.flags |= FLAG_IX_ON_NAME_ERROR | FLAG_UNCONFINED; + profile->mode = APPARMOR_UNCONFINED; + + profile->ns = aa_get_namespace(root_ns); + + /* replacedby being set needed by fs interface */ + profile->label.replacedby = aa_alloc_replacedby(&profile->label); + if (!profile->label.replacedby) { + aa_free_profile(profile); + return NULL; + } + __add_profile(&root_ns->base.profiles, profile); + + return &profile->label; +} + /* TODO: profile accounting - setup in remove */ /** @@ -810,9 +857,10 @@ } /** - * __lookup_profile - lookup the profile matching @hname + * __lookupn_profile - lookup the profile matching @hname * @base: base list to start looking up profile name from (NOT NULL) * @hname: hierarchical profile name (NOT NULL) + * @n: length of @hname * * Requires: rcu_read_lock be held * @@ -820,53 +868,88 @@ * * Do a relative name lookup, recursing through profile tree. */ -static struct aa_profile *__lookup_profile(struct aa_policy *base, - const char *hname) +static struct aa_profile *__lookupn_profile(struct aa_policy *base, + const char *hname, size_t n) { struct aa_profile *profile = NULL; - char *split; + const char *split, *name = hname; - for (split = strstr(hname, "//"); split;) { - profile = __strn_find_child(&base->profiles, hname, - split - hname); + for (split = strstr(hname, "//"); split && (split - hname <= n);) { + profile = __strn_find_child(&base->profiles, name, + split - name); if (!profile) return NULL; base = &profile->base; - hname = split + 2; - split = strstr(hname, "//"); + name = split + 2; + split = strstr(name, "//"); } - profile = __find_child(&base->profiles, hname); + if (name - hname <= n) + return __strn_find_child(&base->profiles, name, + n - (name - hname)); + return NULL; +} - return profile; +static struct aa_profile *__lookup_profile(struct aa_policy *base, + const char *hname) +{ + return __lookupn_profile(base, hname, strlen(hname)); } /** * aa_lookup_profile - find a profile by its full or partial name * @ns: the namespace to start from (NOT NULL) * @hname: name to do lookup on. Does not contain namespace prefix (NOT NULL) + * @n: size of @hname * * Returns: refcounted profile or NULL if not found */ -struct aa_profile *aa_lookup_profile(struct aa_namespace *ns, const char *hname) +struct aa_profile *aa_lookupn_profile(struct aa_namespace *ns, + const char *hname, size_t n) { struct aa_profile *profile; rcu_read_lock(); do { - profile = __lookup_profile(&ns->base, hname); + profile = __lookupn_profile(&ns->base, hname, n); } while (profile && !aa_get_profile_not0(profile)); rcu_read_unlock(); /* the unconfined profile is not in the regular profile list */ - if (!profile && strcmp(hname, "unconfined") == 0) + if (!profile && strncmp(hname, "unconfined", n) == 0) profile = aa_get_newest_profile(ns->unconfined); /* refcount released by caller */ return profile; } +struct aa_profile *aa_lookup_profile(struct aa_namespace *ns, const char *hname) +{ + return aa_lookupn_profile(ns, hname, strlen(hname)); +} + +struct aa_profile *aa_fqlookupn_profile(struct aa_label *base, char *fqname, + size_t n) +{ + struct aa_profile *profile; + struct aa_namespace *ns; + char *name, *ns_name; + size_t ns_len; + + name = aa_splitn_fqname(fqname, n, &ns_name, &ns_len); + if (ns_name) { + ns = aa_findn_namespace(labels_ns(base), ns_name, ns_len); + if (!ns) + return NULL; + } else + ns = aa_get_namespace(labels_ns(base)); + profile = aa_lookupn_profile(ns, name, n - (name - fqname)); + aa_put_namespace(ns); + + return profile; +} + /** * replacement_allowed - test to see if replacement is allowed * @profile: profile to test if it can be replaced (MAYBE NULL) @@ -879,7 +962,7 @@ const char **info) { if (profile) { - if (profile->flags & PFLAG_IMMUTABLE) { + if (profile->label.flags & FLAG_IMMUTIBLE) { *info = "cannot replace immutible profile"; return -EPERM; } else if (noreplace) { @@ -893,27 +976,23 @@ /** * aa_audit_policy - Do auditing of policy changes * @op: policy operation being performed - * @gfp: memory allocation flags * @name: name of profile being manipulated (NOT NULL) * @info: any extra information to be audited (MAYBE NULL) * @error: error code * * Returns: the error to be returned after audit is done */ -static int audit_policy(int op, gfp_t gfp, const char *name, const char *info, +static int audit_policy(int op, const char *name, const char *info, int error) { - struct common_audit_data sa; - struct apparmor_audit_data aad = {0,}; - sa.type = LSM_AUDIT_DATA_NONE; - sa.aad = &aad; - aad.op = op; - aad.name = name; - aad.info = info; - aad.error = error; + DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, op); + // aad(&sa)->op = op; + aad(&sa)->name = name; + aad(&sa)->info = info; + aad(&sa)->error = error; - return aa_audit(AUDIT_APPARMOR_STATUS, __aa_current_profile(), gfp, - &sa, NULL); + return aa_audit(AUDIT_APPARMOR_STATUS, + labels_profile(aa_current_raw_label()), &sa, NULL); } /** @@ -926,12 +1005,12 @@ { /* check if loading policy is locked out */ if (aa_g_lock_policy) { - audit_policy(op, GFP_KERNEL, NULL, "policy_locked", -EACCES); + audit_policy(op, NULL, "policy_locked", -EACCES); return 0; } if (!capable(CAP_MAC_ADMIN)) { - audit_policy(op, GFP_KERNEL, NULL, "not policy admin", -EACCES); + audit_policy(op, NULL, "not policy admin", -EACCES); return 0; } @@ -1008,14 +1087,13 @@ struct aa_profile *parent = aa_deref_parent(old); rcu_assign_pointer(new->parent, aa_get_profile(parent)); } - __aa_update_replacedby(old, new); - if (share_replacedby) { - aa_put_replacedby(new->replacedby); - new->replacedby = aa_get_replacedby(old->replacedby); - } else if (!rcu_access_pointer(new->replacedby->profile)) + __aa_update_replacedby(&old->label, &new->label); + if (share_replacedby) + new->label.replacedby = aa_get_replacedby(old->label.replacedby); + else if (!rcu_access_pointer(new->label.replacedby->label)) /* aafs interface uses replacedby */ - rcu_assign_pointer(new->replacedby->profile, - aa_get_profile(new)); + rcu_assign_pointer(new->label.replacedby->label, + aa_get_label(&new->label)); __aa_fs_profile_migrate_dents(old, new); if (list_empty(&new->base.list)) { @@ -1053,6 +1131,35 @@ return 0; } +static void share_name(struct aa_profile *old, struct aa_profile *new) +{ + aa_put_str(new->base.hname); + aa_get_str(old->base.hname); + new->base.hname = old->base.hname; + new->base.name = old->base.name; + new->label.hname = old->label.hname; +} + +/* Update to newest version of parent after previous replacements + * Returns: unrefcount newest version of parent + */ +static struct aa_profile *update_to_newest_parent(struct aa_profile *new) +{ + struct aa_profile *parent, *newest; + parent = rcu_dereference_protected(new->parent, + mutex_is_locked(&new->ns->lock)); + newest = aa_get_newest_profile(parent); + + /* parent replaced in this atomic set? */ + if (newest != parent) { + aa_put_profile(parent); + rcu_assign_pointer(new->parent, newest); + } else + aa_put_profile(newest); + + return newest; +} + /** * aa_replace_profiles - replace profile(s) on the profile list * @udata: serialized data stream (NOT NULL) @@ -1134,6 +1241,7 @@ /* create new fs entries for introspection if needed */ list_for_each_entry(ent, &lh, list) { + struct aa_replacedby *r; if (ent->old) { /* inherit old interface files */ @@ -1143,6 +1251,14 @@ TODO: support rename */ } else { struct dentry *parent; + r = aa_alloc_replacedby(NULL); + if (!r) { + info = "failed to create"; + error = -ENOMEM; + goto fail_lock; + } + ent->new->label.replacedby = r; + if (rcu_access_pointer(ent->new->parent)) { struct aa_profile *p; p = aa_deref_parent(ent->new); @@ -1153,7 +1269,7 @@ } if (error) { - info = "failed to create "; + info = "failed to create"; goto fail_lock; } } @@ -1163,46 +1279,40 @@ list_del_init(&ent->list); op = (!ent->old && !ent->rename) ? OP_PROF_LOAD : OP_PROF_REPL; - audit_policy(op, GFP_ATOMIC, ent->new->base.name, NULL, error); + audit_policy(op, ent->new->base.name, NULL, error); if (ent->old) { + share_name(ent->old, ent->new); __replace_profile(ent->old, ent->new, 1); + aa_label_replace(&ns->labels, &ent->old->label, + &ent->new->label); if (ent->rename) { /* aafs interface uses replacedby */ - struct aa_replacedby *r = ent->new->replacedby; - rcu_assign_pointer(r->profile, - aa_get_profile(ent->new)); + rcu_assign_pointer(ent->new->label.replacedby->label, + aa_get_label(&ent->new->label)); __replace_profile(ent->rename, ent->new, 0); } } else if (ent->rename) { /* aafs interface uses replacedby */ - rcu_assign_pointer(ent->new->replacedby->profile, - aa_get_profile(ent->new)); - __replace_profile(ent->rename, ent->new, 0); - } else if (ent->new->parent) { - struct aa_profile *parent, *newest; - parent = aa_deref_parent(ent->new); - newest = aa_get_newest_profile(parent); - - /* parent replaced in this atomic set? */ - if (newest != parent) { - aa_get_profile(newest); - aa_put_profile(parent); - rcu_assign_pointer(ent->new->parent, newest); - } else - aa_put_profile(newest); - /* aafs interface uses replacedby */ - rcu_assign_pointer(ent->new->replacedby->profile, - aa_get_profile(ent->new)); - __list_add_profile(&parent->base.profiles, ent->new); + rcu_assign_pointer(ent->new->label.replacedby->label, + aa_get_label(&ent->new->label)); } else { + struct list_head *lh; + if (rcu_access_pointer(ent->new->parent)) { + struct aa_profile *parent; + parent = update_to_newest_parent(ent->new); + lh = &parent->base.profiles; + } else + lh = &ns->base.profiles; + /* aafs interface uses replacedby */ - rcu_assign_pointer(ent->new->replacedby->profile, - aa_get_profile(ent->new)); - __list_add_profile(&ns->base.profiles, ent->new); + rcu_assign_pointer(ent->new->label.replacedby->label, + aa_get_label(&ent->new->label)); + __add_profile(lh, ent->new); } aa_load_ent_free(ent); } + __aa_labelset_update_all(ns); mutex_unlock(&ns->lock); out: @@ -1215,7 +1325,7 @@ fail_lock: mutex_unlock(&ns->lock); fail: - error = audit_policy(op, GFP_KERNEL, name, info, error); + error = audit_policy(op, name, info, error); list_for_each_entry_safe(ent, tmp, &lh, list) { list_del_init(&ent->list); @@ -1250,7 +1360,7 @@ goto fail; } - root = aa_current_profile()->ns; + root = labels_ns(aa_current_label()); if (fqname[0] == ':') { char *ns_name; @@ -1282,11 +1392,12 @@ } name = profile->base.hname; __remove_profile(profile); + __aa_labelset_update_all(ns); mutex_unlock(&ns->lock); } /* don't fail removal if audit fails */ - (void) audit_policy(OP_PROF_RM, GFP_KERNEL, name, info, error); + (void) audit_policy(OP_PROF_RM, name, info, error); aa_put_namespace(ns); aa_put_profile(profile); return size; @@ -1296,6 +1407,6 @@ aa_put_namespace(ns); fail: - (void) audit_policy(OP_PROF_RM, GFP_KERNEL, name, info, error); + (void) audit_policy(OP_PROF_RM, name, info, error); return error; } --- linux-lts-utopic-3.16.0.orig/security/apparmor/policy_unpack.c +++ linux-lts-utopic-3.16.0/security/apparmor/policy_unpack.c @@ -26,9 +26,18 @@ #include "include/context.h" #include "include/crypto.h" #include "include/match.h" +#include "include/path.h" #include "include/policy.h" #include "include/policy_unpack.h" +#define K_ABI_MASK 0x3ff +#define FORCE_COMPLAIN_FLAG 0x800 +#define VERSION_CMP(OP, X, Y) (((X) & K_ABI_MASK) OP ((Y) & K_ABI_MASK)) + +#define v5 5 /* base version */ +#define v6 6 /* per entry policydb mediation check */ +#define v7 7 /* full network masking */ + /* * The AppArmor interface treats data as a type byte followed by the * actual data. The interface has the notion of a a named entry @@ -70,13 +79,13 @@ static void audit_cb(struct audit_buffer *ab, void *va) { struct common_audit_data *sa = va; - if (sa->aad->iface.target) { - struct aa_profile *name = sa->aad->iface.target; + if (aad(sa)->target) { + const struct aa_profile *name = aad(sa)->target; audit_log_format(ab, " name="); audit_log_untrustedstring(ab, name->base.hname); } - if (sa->aad->iface.pos) - audit_log_format(ab, " offset=%ld", sa->aad->iface.pos); + if (aad(sa)->iface.pos) + audit_log_format(ab, " offset=%ld", aad(sa)->iface.pos); } /** @@ -92,20 +101,16 @@ static int audit_iface(struct aa_profile *new, const char *name, const char *info, struct aa_ext *e, int error) { - struct aa_profile *profile = __aa_current_profile(); - struct common_audit_data sa; - struct apparmor_audit_data aad = {0,}; - sa.type = LSM_AUDIT_DATA_NONE; - sa.aad = &aad; + struct aa_profile *profile = labels_profile(aa_current_raw_label()); + DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, 0); if (e) - aad.iface.pos = e->pos - e->start; - aad.iface.target = new; - aad.name = name; - aad.info = info; - aad.error = error; + aad(&sa)->iface.pos = e->pos - e->start; + aad(&sa)->target = new; + aad(&sa)->name = name; + aad(&sa)->info = info; + aad(&sa)->error = error; - return aa_audit(AUDIT_APPARMOR_STATUS, profile, GFP_KERNEL, &sa, - audit_cb); + return aa_audit(AUDIT_APPARMOR_STATUS, profile, &sa, audit_cb); } /* test if read will be in packed data bounds */ @@ -193,6 +198,19 @@ return 0; } +static bool unpack_u16(struct aa_ext *e, u16 *data, const char *name) +{ + if (unpack_nameX(e, AA_U16, name)) { + if (!inbounds(e, sizeof(u16))) + return 0; + if (data) + *data = le16_to_cpu(get_unaligned((u16 *) e->pos)); + e->pos += sizeof(u16); + return 1; + } + return 0; +} + static bool unpack_u32(struct aa_ext *e, u32 *data, const char *name) { if (unpack_nameX(e, AA_U32, name)) { @@ -476,6 +494,7 @@ { struct aa_profile *profile = NULL; const char *name = NULL; + size_t size = 0; int i, error = -EPROTO; kernel_cap_t tmpcap; u32 tmp; @@ -510,16 +529,19 @@ profile->xmatch_len = tmp; } + /* disconnected attachment string is optional */ + (void) unpack_str(e, &profile->disconnected, "disconnected"); + /* per profile debug flags (complain, audit) */ if (!unpack_nameX(e, AA_STRUCT, "flags")) goto fail; if (!unpack_u32(e, &tmp, NULL)) goto fail; if (tmp & PACKED_FLAG_HAT) - profile->flags |= PFLAG_HAT; + profile->label.flags |= FLAG_HAT; if (!unpack_u32(e, &tmp, NULL)) goto fail; - if (tmp == PACKED_MODE_COMPLAIN) + if (tmp == PACKED_MODE_COMPLAIN || (e->version & FORCE_COMPLAIN_FLAG)) profile->mode = APPARMOR_COMPLAIN; else if (tmp == PACKED_MODE_KILL) profile->mode = APPARMOR_KILL; @@ -534,11 +556,9 @@ goto fail; /* path_flags is optional */ - if (unpack_u32(e, &profile->path_flags, "path_flags")) - profile->path_flags |= profile->flags & PFLAG_MEDIATE_DELETED; - else + if (!unpack_u32(e, &profile->path_flags, "path_flags")) /* set a default value if path_flags field is not present */ - profile->path_flags = PFLAG_MEDIATE_DELETED; + profile->path_flags = PATH_MEDIATE_DELETED; if (!unpack_u32(e, &(profile->caps.allow.cap[0]), NULL)) goto fail; @@ -576,6 +596,37 @@ if (!unpack_rlimits(e, profile)) goto fail; + size = unpack_array(e, "net_allowed_af"); + if (size) { + + for (i = 0; i < size; i++) { + /* discard extraneous rules that this kernel will + * never request + */ + if (i >= AF_MAX) { + u16 tmp; + if (!unpack_u16(e, &tmp, NULL) || + !unpack_u16(e, &tmp, NULL) || + !unpack_u16(e, &tmp, NULL)) + goto fail; + continue; + } + if (!unpack_u16(e, &profile->net.allow[i], NULL)) + goto fail; + if (!unpack_u16(e, &profile->net.audit[i], NULL)) + goto fail; + if (!unpack_u16(e, &profile->net.quiet[i], NULL)) + goto fail; + } + if (!unpack_nameX(e, AA_ARRAYEND, NULL)) + goto fail; + } + if (VERSION_CMP(<, e->version, v7)) { + /* old policy always allowed these too */ + profile->net.allow[AF_UNIX] = 0xffff; + profile->net.allow[AF_NETLINK] = 0xffff; + } + if (unpack_nameX(e, AA_STRUCT, "policydb")) { /* generic policy dfa - optional and may be NULL */ profile->policy.dfa = unpack_dfa(e); @@ -604,12 +655,16 @@ error = PTR_ERR(profile->file.dfa); profile->file.dfa = NULL; goto fail; + } else if (profile->file.dfa) { + if (!unpack_u32(e, &profile->file.start, "dfa_start")) + /* default start state */ + profile->file.start = DFA_START; + } else if (profile->policy.dfa && + profile->policy.start[AA_CLASS_FILE]) { + profile->file.dfa = aa_get_dfa(profile->policy.dfa); + profile->file.start = profile->policy.start[AA_CLASS_FILE]; } - if (!unpack_u32(e, &profile->file.start, "dfa_start")) - /* default start state */ - profile->file.start = DFA_START; - if (!unpack_trans_table(e, profile)) goto fail; @@ -650,15 +705,17 @@ error); return error; } - - /* check that the interface version is currently supported */ - if (e->version != 5) { - audit_iface(NULL, NULL, "unsupported interface version", - e, error); - return error; - } } + /* Check that the interface version is currently supported. + * if not specified use previous version + * Mask off everything that is not kernel abi version + */ + if (VERSION_CMP(<, e->version, v5) && VERSION_CMP(>, e->version, v7)) { + audit_iface(NULL, NULL, "unsupported interface version", + e, error); + return error; + } /* read the namespace if present */ if (unpack_str(e, &name, "namespace")) { --- linux-lts-utopic-3.16.0.orig/security/apparmor/procattr.c +++ linux-lts-utopic-3.16.0/security/apparmor/procattr.c @@ -33,50 +33,29 @@ * * Returns: size of string placed in @string else error code on failure */ -int aa_getprocattr(struct aa_profile *profile, char **string) +int aa_getprocattr(struct aa_label *label, char **string) { - char *str; - int len = 0, mode_len = 0, ns_len = 0, name_len; - const char *mode_str = aa_profile_mode_names[profile->mode]; - const char *ns_name = NULL; - struct aa_namespace *ns = profile->ns; - struct aa_namespace *current_ns = __aa_current_profile()->ns; - char *s; + struct aa_namespace *ns = labels_ns(label); + struct aa_namespace *current_ns = labels_ns(aa_current_label()); + int len; if (!aa_ns_visible(current_ns, ns)) return -EACCES; - ns_name = aa_ns_name(current_ns, ns); - ns_len = strlen(ns_name); + len = aa_label_snprint(NULL, 0, current_ns, label, true); + AA_BUG(len < 0); - /* if the visible ns_name is > 0 increase size for : :// seperator */ - if (ns_len) - ns_len += 4; - - /* unconfined profiles don't have a mode string appended */ - if (!unconfined(profile)) - mode_len = strlen(mode_str) + 3; /* + 3 for _() */ - - name_len = strlen(profile->base.hname); - len = mode_len + ns_len + name_len + 1; /* + 1 for \n */ - s = str = kmalloc(len + 1, GFP_KERNEL); /* + 1 \0 */ - if (!str) + *string = kmalloc(len + 2, GFP_KERNEL); + if (!*string) return -ENOMEM; - if (ns_len) { - /* skip over prefix current_ns->base.hname and separating // */ - sprintf(s, ":%s://", ns_name); - s += ns_len; - } - if (unconfined(profile)) - /* mode string not being appended */ - sprintf(s, "%s\n", profile->base.hname); - else - sprintf(s, "%s (%s)\n", profile->base.hname, mode_str); - *string = str; + len = aa_label_snprint(*string, len + 2, current_ns, label, true); + if (len < 0) + return len; + (*string)[len] = '\n'; + (*string)[len + 1] = 0; - /* NOTE: len does not include \0 of string, not saved as part of file */ - return len; + return len + 1; } /** @@ -138,12 +117,13 @@ for (count = 0; (hat < end) && count < 16; ++count) { char *next = hat + strlen(hat) + 1; hats[count] = hat; + AA_DEBUG("%s: (pid %d) Magic 0x%llx count %d hat '%s'\n" + , __func__, current->pid, token, count, hat); hat = next; } - } - - AA_DEBUG("%s: Magic 0x%llx Hat '%s'\n", - __func__, token, hat ? hat : NULL); + } else + AA_DEBUG("%s: (pid %d) Magic 0x%llx count %d Hat '%s'\n", + __func__, current->pid, token, count, ""); return aa_change_hat(hats, count, token, test); } --- linux-lts-utopic-3.16.0.orig/security/apparmor/resource.c +++ linux-lts-utopic-3.16.0/security/apparmor/resource.c @@ -35,7 +35,7 @@ struct common_audit_data *sa = va; audit_log_format(ab, " rlimit=%s value=%lu", - rlim_names[sa->aad->rlim.rlim], sa->aad->rlim.max); + rlim_names[aad(sa)->rlim.rlim], aad(sa)->rlim.max); } /** @@ -50,17 +50,11 @@ static int audit_resource(struct aa_profile *profile, unsigned int resource, unsigned long value, int error) { - struct common_audit_data sa; - struct apparmor_audit_data aad = {0,}; - - sa.type = LSM_AUDIT_DATA_NONE; - sa.aad = &aad; - aad.op = OP_SETRLIMIT, - aad.rlim.rlim = resource; - aad.rlim.max = value; - aad.error = error; - return aa_audit(AUDIT_APPARMOR_AUTO, profile, GFP_KERNEL, &sa, - audit_cb); + DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, OP_SETRLIMIT); + aad(&sa)->rlim.rlim = resource; + aad(&sa)->rlim.max = value; + aad(&sa)->error = error; + return aa_audit(AUDIT_APPARMOR_AUTO, profile, &sa, audit_cb); } /** @@ -77,9 +71,19 @@ return rlim_map[resource]; } +static int profile_setrlimit(struct aa_profile *profile, unsigned int resource, + struct rlimit *new_rlim) +{ + int e = 0; + if (profile->rlimits.mask & (1 << resource) && new_rlim->rlim_max > + profile->rlimits.limits[resource].rlim_max) + e = -EACCES; + return audit_resource(profile, resource, new_rlim->rlim_max, e); +} + /** * aa_task_setrlimit - test permission to set an rlimit - * @profile - profile confining the task (NOT NULL) + * @label - label confining the task (NOT NULL) * @task - task the resource is being set on * @resource - the resource being set * @new_rlim - the new resource limit (NOT NULL) @@ -88,14 +92,15 @@ * * Returns: 0 or error code if setting resource failed */ -int aa_task_setrlimit(struct aa_profile *profile, struct task_struct *task, +int aa_task_setrlimit(struct aa_label *label, struct task_struct *task, unsigned int resource, struct rlimit *new_rlim) { - struct aa_profile *task_profile; + struct aa_profile *profile; + struct aa_label *task_label; int error = 0; rcu_read_lock(); - task_profile = aa_get_profile(aa_cred_profile(__task_cred(task))); + task_label = aa_get_newest_cred_label(__task_cred(task)); rcu_read_unlock(); /* TODO: extend resource control to handle other (non current) @@ -103,52 +108,65 @@ * that the task is setting the resource of a task confined with * the same profile. */ - if (profile != task_profile || - (profile->rlimits.mask & (1 << resource) && - new_rlim->rlim_max > profile->rlimits.limits[resource].rlim_max)) - error = -EACCES; + if (label != task_label) + error = fn_for_each(label, profile, + audit_resource(profile, resource, + new_rlim->rlim_max, EACCES)); + else + error = fn_for_each_confined(label, profile, + profile_setrlimit(profile, resource, new_rlim)); + aa_put_label(task_label); - aa_put_profile(task_profile); - - return audit_resource(profile, resource, new_rlim->rlim_max, error); + return error; } /** * __aa_transition_rlimits - apply new profile rlimits - * @old: old profile on task (NOT NULL) - * @new: new profile with rlimits to apply (NOT NULL) + * @old_l: old label on task (NOT NULL) + * @new_l: new label with rlimits to apply (NOT NULL) */ -void __aa_transition_rlimits(struct aa_profile *old, struct aa_profile *new) +void __aa_transition_rlimits(struct aa_label *old_l, struct aa_label *new_l) { unsigned int mask = 0; struct rlimit *rlim, *initrlim; - int i; + struct aa_profile *old, *new; + struct label_it i; + + old = labels_profile(old_l); + new = labels_profile(new_l); - /* for any rlimits the profile controlled reset the soft limit - * to the less of the tasks hard limit and the init tasks soft limit + /* for any rlimits the profile controlled, reset the soft limit + * to the lesser of the tasks hard limit and the init tasks soft limit */ - if (old->rlimits.mask) { - for (i = 0, mask = 1; i < RLIM_NLIMITS; i++, mask <<= 1) { - if (old->rlimits.mask & mask) { - rlim = current->signal->rlim + i; - initrlim = init_task.signal->rlim + i; - rlim->rlim_cur = min(rlim->rlim_max, - initrlim->rlim_cur); + label_for_each_confined(i, old_l, old) { + if (old->rlimits.mask) { + int j; + for (j = 0, mask = 1; j < RLIM_NLIMITS; j++, + mask <<= 1) { + if (old->rlimits.mask & mask) { + rlim = current->signal->rlim + j; + initrlim = init_task.signal->rlim + j; + rlim->rlim_cur = min(rlim->rlim_max, + initrlim->rlim_cur); + } } } } /* set any new hard limits as dictated by the new profile */ - if (!new->rlimits.mask) - return; - for (i = 0, mask = 1; i < RLIM_NLIMITS; i++, mask <<= 1) { - if (!(new->rlimits.mask & mask)) + label_for_each_confined(i, new_l, new) { + int j; + if (!new->rlimits.mask) continue; - - rlim = current->signal->rlim + i; - rlim->rlim_max = min(rlim->rlim_max, - new->rlimits.limits[i].rlim_max); - /* soft limit should not exceed hard limit */ - rlim->rlim_cur = min(rlim->rlim_cur, rlim->rlim_max); + for (j = 0, mask = 1; j < RLIM_NLIMITS; j++, mask <<= 1) { + if (!(new->rlimits.mask & mask)) + continue; + + rlim = current->signal->rlim + j; + rlim->rlim_max = min(rlim->rlim_max, + new->rlimits.limits[j].rlim_max); + /* soft limit should not exceed hard limit */ + rlim->rlim_cur = min(rlim->rlim_cur, rlim->rlim_max); + } } } --- linux-lts-utopic-3.16.0.orig/security/commoncap.c +++ linux-lts-utopic-3.16.0/security/commoncap.c @@ -421,6 +421,9 @@ cpu_caps->inheritable.cap[i] = le32_to_cpu(caps.data[i].inheritable); } + cpu_caps->permitted.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK; + cpu_caps->inheritable.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK; + return 0; } @@ -440,7 +443,7 @@ if (!file_caps_enabled) return 0; - if (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID) + if (path_nosuid(&bprm->file->f_path)) return 0; dentry = dget(bprm->file->f_dentry); @@ -988,9 +991,11 @@ } return ret; } +EXPORT_SYMBOL(cap_mmap_addr); int cap_mmap_file(struct file *file, unsigned long reqprot, unsigned long prot, unsigned long flags) { return 0; } +EXPORT_SYMBOL(cap_mmap_file); --- linux-lts-utopic-3.16.0.orig/security/device_cgroup.c +++ linux-lts-utopic-3.16.0/security/device_cgroup.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include @@ -849,6 +850,7 @@ return __devcgroup_check_permission(type, imajor(inode), iminor(inode), access); } +EXPORT_SYMBOL(__devcgroup_inode_permission); int devcgroup_inode_mknod(int mode, dev_t dev) { --- linux-lts-utopic-3.16.0.orig/security/inode.c +++ linux-lts-utopic-3.16.0/security/inode.c @@ -215,19 +215,17 @@ } EXPORT_SYMBOL_GPL(securityfs_remove); -static struct kobject *security_kobj; - static int __init securityfs_init(void) { int retval; - security_kobj = kobject_create_and_add("security", kernel_kobj); - if (!security_kobj) - return -EINVAL; + retval = sysfs_create_mount_point(kernel_kobj, "security"); + if (retval) + return retval; retval = register_filesystem(&fs_type); if (retval) - kobject_put(security_kobj); + sysfs_remove_mount_point(kernel_kobj, "security"); return retval; } --- linux-lts-utopic-3.16.0.orig/security/integrity/evm/evm_main.c +++ linux-lts-utopic-3.16.0/security/integrity/evm/evm_main.c @@ -22,7 +22,9 @@ #include #include #include +#include #include +#include #include "evm.h" int evm_initialized; @@ -147,7 +149,7 @@ xattr_value_len, calc.digest); if (rc) break; - rc = memcmp(xattr_data->digest, calc.digest, + rc = crypto_memneq(xattr_data->digest, calc.digest, sizeof(calc.digest)); if (rc) rc = -EINVAL; @@ -284,6 +286,24 @@ goto out; } evm_status = evm_verify_current_integrity(dentry); + if (evm_status == INTEGRITY_NOXATTRS) { + struct integrity_iint_cache *iint; + + iint = integrity_iint_find(dentry->d_inode); + if (iint && (iint->flags & IMA_NEW_FILE)) + return 0; + + /* exception for pseudo filesystems */ + if (dentry->d_inode->i_sb->s_magic == TMPFS_MAGIC + || dentry->d_inode->i_sb->s_magic == SYSFS_MAGIC) + return 0; + + integrity_audit_msg(AUDIT_INTEGRITY_METADATA, + dentry->d_inode, dentry->d_name.name, + "update_metadata", + integrity_status_msg[evm_status], + -EPERM, 0); + } out: if (evm_status != INTEGRITY_PASS) integrity_audit_msg(AUDIT_INTEGRITY_METADATA, dentry->d_inode, @@ -311,9 +331,12 @@ { const struct evm_ima_xattr_data *xattr_data = xattr_value; - if ((strcmp(xattr_name, XATTR_NAME_EVM) == 0) - && (xattr_data->type == EVM_XATTR_HMAC)) - return -EPERM; + if (strcmp(xattr_name, XATTR_NAME_EVM) == 0) { + if (!xattr_value_len) + return -EINVAL; + if (xattr_data->type != EVM_IMA_XATTR_DIGSIG) + return -EPERM; + } return evm_protect_xattr(dentry, xattr_name, xattr_value, xattr_value_len); } --- linux-lts-utopic-3.16.0.orig/security/integrity/ima/ima.h +++ linux-lts-utopic-3.16.0/security/integrity/ima/ima.h @@ -106,7 +106,7 @@ const char *op, const char *cause); int ima_init_crypto(void); void ima_putc(struct seq_file *m, void *data, int datalen); -void ima_print_digest(struct seq_file *m, u8 *digest, int size); +void ima_print_digest(struct seq_file *m, u8 *digest, u32 size); struct ima_template_desc *ima_template_desc_current(void); int ima_init_template(void); --- linux-lts-utopic-3.16.0.orig/security/integrity/ima/ima_appraise.c +++ linux-lts-utopic-3.16.0/security/integrity/ima/ima_appraise.c @@ -194,8 +194,11 @@ goto out; cause = "missing-hash"; - status = - (inode->i_size == 0) ? INTEGRITY_PASS : INTEGRITY_NOLABEL; + status = INTEGRITY_NOLABEL; + if (inode->i_size == 0) { + iint->flags |= IMA_NEW_FILE; + status = INTEGRITY_PASS; + } goto out; } @@ -367,6 +370,8 @@ result = ima_protect_xattr(dentry, xattr_name, xattr_value, xattr_value_len); if (result == 1) { + if (!xattr_value_len || (xvalue->type >= IMA_XATTR_LAST)) + return -EINVAL; ima_reset_appraise_flags(dentry->d_inode, (xvalue->type == EVM_IMA_XATTR_DIGSIG) ? 1 : 0); result = 0; --- linux-lts-utopic-3.16.0.orig/security/integrity/ima/ima_crypto.c +++ linux-lts-utopic-3.16.0/security/integrity/ima/ima_crypto.c @@ -40,19 +40,19 @@ { mm_segment_t old_fs; char __user *buf = addr; - ssize_t ret; + ssize_t ret = -EINVAL; if (!(file->f_mode & FMODE_READ)) return -EBADF; - if (!file->f_op->read && !file->f_op->aio_read) - return -EINVAL; old_fs = get_fs(); set_fs(get_ds()); if (file->f_op->read) ret = file->f_op->read(file, buf, count, &offset); - else + else if (file->f_op->aio_read) ret = do_sync_read(file, buf, count, &offset); + else if (file->f_op->read_iter) + ret = new_sync_read(file, buf, count, &offset); set_fs(old_fs); return ret; } --- linux-lts-utopic-3.16.0.orig/security/integrity/ima/ima_fs.c +++ linux-lts-utopic-3.16.0/security/integrity/ima/ima_fs.c @@ -186,9 +186,9 @@ .release = seq_release, }; -void ima_print_digest(struct seq_file *m, u8 *digest, int size) +void ima_print_digest(struct seq_file *m, u8 *digest, u32 size) { - int i; + u32 i; for (i = 0; i < size; i++) seq_printf(m, "%02x", *(digest + i)); --- linux-lts-utopic-3.16.0.orig/security/integrity/ima/ima_main.c +++ linux-lts-utopic-3.16.0/security/integrity/ima/ima_main.c @@ -128,11 +128,13 @@ return; mutex_lock(&inode->i_mutex); - if (atomic_read(&inode->i_writecount) == 1 && - iint->version != inode->i_version) { - iint->flags &= ~IMA_DONE_MASK; - if (iint->flags & IMA_APPRAISE) - ima_update_xattr(iint, file); + if (atomic_read(&inode->i_writecount) == 1) { + if ((iint->version != inode->i_version) || + (iint->flags & IMA_NEW_FILE)) { + iint->flags &= ~(IMA_DONE_MASK | IMA_NEW_FILE); + if (iint->flags & IMA_APPRAISE) + ima_update_xattr(iint, file); + } } mutex_unlock(&inode->i_mutex); } --- linux-lts-utopic-3.16.0.orig/security/integrity/ima/ima_policy.c +++ linux-lts-utopic-3.16.0/security/integrity/ima/ima_policy.c @@ -27,6 +27,8 @@ #define IMA_UID 0x0008 #define IMA_FOWNER 0x0010 #define IMA_FSUUID 0x0020 +#define IMA_INMASK 0x0040 +#define IMA_EUID 0x0080 #define UNKNOWN 0 #define MEASURE 0x0001 /* same as IMA_MEASURE */ @@ -173,6 +175,9 @@ if ((rule->flags & IMA_MASK) && (rule->mask != mask && func != POST_SETATTR)) return false; + if ((rule->flags & IMA_INMASK) && + (!(rule->mask & mask) && func != POST_SETATTR)) + return false; if ((rule->flags & IMA_FSMAGIC) && rule->fsmagic != inode->i_sb->s_magic) return false; @@ -181,6 +186,16 @@ return false; if ((rule->flags & IMA_UID) && !uid_eq(rule->uid, cred->uid)) return false; + if (rule->flags & IMA_EUID) { + if (has_capability_noaudit(current, CAP_SETUID)) { + if (!uid_eq(rule->uid, cred->euid) + && !uid_eq(rule->uid, cred->suid) + && !uid_eq(rule->uid, cred->uid)) + return false; + } else if (!uid_eq(rule->uid, cred->euid)) + return false; + } + if ((rule->flags & IMA_FOWNER) && !uid_eq(rule->fowner, inode->i_uid)) return false; for (i = 0; i < MAX_LSM_RULES; i++) { @@ -352,7 +367,8 @@ Opt_audit, Opt_obj_user, Opt_obj_role, Opt_obj_type, Opt_subj_user, Opt_subj_role, Opt_subj_type, - Opt_func, Opt_mask, Opt_fsmagic, Opt_uid, Opt_fowner, + Opt_func, Opt_mask, Opt_fsmagic, + Opt_uid, Opt_euid, Opt_fowner, Opt_appraise_type, Opt_fsuuid, Opt_permit_directio }; @@ -373,6 +389,7 @@ {Opt_fsmagic, "fsmagic=%s"}, {Opt_fsuuid, "fsuuid=%s"}, {Opt_uid, "uid=%s"}, + {Opt_euid, "euid=%s"}, {Opt_fowner, "fowner=%s"}, {Opt_appraise_type, "appraise_type=%s"}, {Opt_permit_directio, "permit_directio"}, @@ -414,6 +431,7 @@ static int ima_parse_rule(char *rule, struct ima_rule_entry *entry) { struct audit_buffer *ab; + char *from; char *p; int result = 0; @@ -502,18 +520,23 @@ if (entry->mask) result = -EINVAL; - if ((strcmp(args[0].from, "MAY_EXEC")) == 0) + from = args[0].from; + if (*from == '^') + from++; + + if ((strcmp(from, "MAY_EXEC")) == 0) entry->mask = MAY_EXEC; - else if (strcmp(args[0].from, "MAY_WRITE") == 0) + else if (strcmp(from, "MAY_WRITE") == 0) entry->mask = MAY_WRITE; - else if (strcmp(args[0].from, "MAY_READ") == 0) + else if (strcmp(from, "MAY_READ") == 0) entry->mask = MAY_READ; - else if (strcmp(args[0].from, "MAY_APPEND") == 0) + else if (strcmp(from, "MAY_APPEND") == 0) entry->mask = MAY_APPEND; else result = -EINVAL; if (!result) - entry->flags |= IMA_MASK; + entry->flags |= (*args[0].from == '^') + ? IMA_INMASK : IMA_MASK; break; case Opt_fsmagic: ima_log_string(ab, "fsmagic", args[0].from); @@ -543,6 +566,9 @@ break; case Opt_uid: ima_log_string(ab, "uid", args[0].from); + case Opt_euid: + if (token == Opt_euid) + ima_log_string(ab, "euid", args[0].from); if (uid_valid(entry->uid)) { result = -EINVAL; @@ -551,11 +577,14 @@ result = kstrtoul(args[0].from, 10, &lnum); if (!result) { - entry->uid = make_kuid(current_user_ns(), (uid_t)lnum); - if (!uid_valid(entry->uid) || (((uid_t)lnum) != lnum)) + entry->uid = make_kuid(current_user_ns(), + (uid_t) lnum); + if (!uid_valid(entry->uid) || + (uid_t)lnum != lnum) result = -EINVAL; else - entry->flags |= IMA_UID; + entry->flags |= (token == Opt_uid) + ? IMA_UID : IMA_EUID; } break; case Opt_fowner: --- linux-lts-utopic-3.16.0.orig/security/integrity/ima/ima_template_lib.c +++ linux-lts-utopic-3.16.0/security/integrity/ima/ima_template_lib.c @@ -70,7 +70,8 @@ enum data_formats datafmt, struct ima_field_data *field_data) { - u8 *buf_ptr = field_data->data, buflen = field_data->len; + u8 *buf_ptr = field_data->data; + u32 buflen = field_data->len; switch (datafmt) { case DATA_FMT_DIGEST_WITH_ALGO: --- linux-lts-utopic-3.16.0.orig/security/integrity/integrity.h +++ linux-lts-utopic-3.16.0/security/integrity/integrity.h @@ -31,6 +31,7 @@ #define IMA_DIGSIG 0x01000000 #define IMA_DIGSIG_REQUIRED 0x02000000 #define IMA_PERMIT_DIRECTIO 0x04000000 +#define IMA_NEW_FILE 0x08000000 #define IMA_DO_MASK (IMA_MEASURE | IMA_APPRAISE | IMA_AUDIT | \ IMA_APPRAISE_SUBMASK) @@ -56,6 +57,7 @@ EVM_XATTR_HMAC, EVM_IMA_XATTR_DIGSIG, IMA_XATTR_DIGEST_NG, + IMA_XATTR_LAST }; struct evm_ima_xattr_data { --- linux-lts-utopic-3.16.0.orig/security/keys/encrypted-keys/encrypted.c +++ linux-lts-utopic-3.16.0/security/keys/encrypted-keys/encrypted.c @@ -1018,10 +1018,13 @@ ret = encrypted_shash_alloc(); if (ret < 0) return ret; + ret = aes_get_sizes(); + if (ret < 0) + goto out; ret = register_key_type(&key_type_encrypted); if (ret < 0) goto out; - return aes_get_sizes(); + return 0; out: encrypted_shash_release(); return ret; --- linux-lts-utopic-3.16.0.orig/security/keys/gc.c +++ linux-lts-utopic-3.16.0/security/keys/gc.c @@ -143,6 +143,12 @@ kdebug("- %u", key->serial); key_check(key); + /* Throw away the key data if the key is instantiated */ + if (test_bit(KEY_FLAG_INSTANTIATED, &key->flags) && + !test_bit(KEY_FLAG_NEGATIVE, &key->flags) && + key->type->destroy) + key->type->destroy(key); + security_key_free(key); /* deal with the user's key tracking and quota */ @@ -159,10 +165,6 @@ key_user_put(key->user); - /* now throw away the key memory */ - if (key->type->destroy) - key->type->destroy(key); - kfree(key->description); #ifdef KEY_DEBUGGING --- linux-lts-utopic-3.16.0.orig/security/keys/internal.h +++ linux-lts-utopic-3.16.0/security/keys/internal.h @@ -121,6 +121,7 @@ #define KEYRING_SEARCH_NO_UPDATE_TIME 0x0008 /* Don't update times */ #define KEYRING_SEARCH_NO_CHECK_PERM 0x0010 /* Don't check permissions */ #define KEYRING_SEARCH_DETECT_TOO_DEEP 0x0020 /* Give an error on excessive depth */ +#define KEYRING_SEARCH_SKIP_EXPIRED 0x0040 /* Ignore expired keys (intention to replace) */ int (*iterator)(const void *object, void *iterator_data); --- linux-lts-utopic-3.16.0.orig/security/keys/keyctl.c +++ linux-lts-utopic-3.16.0/security/keys/keyctl.c @@ -744,16 +744,16 @@ /* the key is probably readable - now try to read it */ can_read_key: - ret = key_validate(key); - if (ret == 0) { - ret = -EOPNOTSUPP; - if (key->type->read) { - /* read the data with the semaphore held (since we - * might sleep) */ - down_read(&key->sem); + ret = -EOPNOTSUPP; + if (key->type->read) { + /* Read the data with the semaphore held (since we might sleep) + * to protect against the key being updated or revoked. + */ + down_read(&key->sem); + ret = key_validate(key); + if (ret == 0) ret = key->type->read(key, buffer, buflen); - up_read(&key->sem); - } + up_read(&key->sem); } error2: --- linux-lts-utopic-3.16.0.orig/security/keys/keyring.c +++ linux-lts-utopic-3.16.0/security/keys/keyring.c @@ -526,7 +526,8 @@ } if (key->expiry && ctx->now.tv_sec >= key->expiry) { - ctx->result = ERR_PTR(-EKEYEXPIRED); + if (!(ctx->flags & KEYRING_SEARCH_SKIP_EXPIRED)) + ctx->result = ERR_PTR(-EKEYEXPIRED); kleave(" = %d [expire]", ctx->skipped_ret); goto skipped; } @@ -1151,9 +1152,11 @@ if (index_key->type == &key_type_keyring) up_write(&keyring_serialise_link_sem); - if (edit && !edit->dead_leaf) { - key_payload_reserve(keyring, - keyring->datalen - KEYQUOTA_LINK_BYTES); + if (edit) { + if (!edit->dead_leaf) { + key_payload_reserve(keyring, + keyring->datalen - KEYQUOTA_LINK_BYTES); + } assoc_array_cancel_edit(edit); } up_write(&keyring->sem); --- linux-lts-utopic-3.16.0.orig/security/keys/process_keys.c +++ linux-lts-utopic-3.16.0/security/keys/process_keys.c @@ -793,6 +793,7 @@ ret = PTR_ERR(keyring); goto error2; } else if (keyring == new->session_keyring) { + key_put(keyring); ret = 0; goto error2; } --- linux-lts-utopic-3.16.0.orig/security/keys/request_key.c +++ linux-lts-utopic-3.16.0/security/keys/request_key.c @@ -457,6 +457,9 @@ kenter(""); + if (ctx->index_key.type == &key_type_keyring) + return ERR_PTR(-EPERM); + user = key_user_lookup(current_fsuid()); if (!user) return ERR_PTR(-ENOMEM); @@ -533,7 +536,8 @@ .cred = current_cred(), .match = type->match, .match_data = description, - .flags = KEYRING_SEARCH_LOOKUP_DIRECT, + .flags = (KEYRING_SEARCH_LOOKUP_DIRECT | + KEYRING_SEARCH_SKIP_EXPIRED), }; struct key *key; key_ref_t key_ref; --- linux-lts-utopic-3.16.0.orig/security/security.c +++ linux-lts-utopic-3.16.0/security/security.c @@ -407,6 +407,7 @@ return 0; return security_ops->path_rmdir(dir, dentry); } +EXPORT_SYMBOL(security_path_rmdir); int security_path_unlink(struct path *dir, struct dentry *dentry) { @@ -423,6 +424,7 @@ return 0; return security_ops->path_symlink(dir, dentry, old_name); } +EXPORT_SYMBOL(security_path_symlink); int security_path_link(struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry) @@ -431,6 +433,7 @@ return 0; return security_ops->path_link(old_dentry, new_dir, new_dentry); } +EXPORT_SYMBOL(security_path_link); int security_path_rename(struct path *old_dir, struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry, @@ -458,6 +461,7 @@ return 0; return security_ops->path_truncate(path); } +EXPORT_SYMBOL(security_path_truncate); int security_path_chmod(struct path *path, umode_t mode) { @@ -465,6 +469,7 @@ return 0; return security_ops->path_chmod(path, mode); } +EXPORT_SYMBOL(security_path_chmod); int security_path_chown(struct path *path, kuid_t uid, kgid_t gid) { @@ -472,6 +477,7 @@ return 0; return security_ops->path_chown(path, uid, gid); } +EXPORT_SYMBOL(security_path_chown); int security_path_chroot(struct path *path) { @@ -557,6 +563,7 @@ return 0; return security_ops->inode_readlink(dentry); } +EXPORT_SYMBOL(security_inode_readlink); int security_inode_follow_link(struct dentry *dentry, struct nameidata *nd) { @@ -571,6 +578,7 @@ return 0; return security_ops->inode_permission(inode, mask); } +EXPORT_SYMBOL(security_inode_permission); int security_inode_setattr(struct dentry *dentry, struct iattr *attr) { @@ -693,6 +701,7 @@ return fsnotify_perm(file, mask); } +EXPORT_SYMBOL(security_file_permission); int security_file_alloc(struct file *file) { @@ -753,6 +762,7 @@ return ret; return ima_file_mmap(file, prot); } +EXPORT_SYMBOL(security_mmap_file); int security_mmap_addr(unsigned long addr) { --- linux-lts-utopic-3.16.0.orig/security/selinux/hooks.c +++ linux-lts-utopic-3.16.0/security/selinux/hooks.c @@ -394,7 +394,8 @@ if (sbsec->behavior == SECURITY_FS_USE_XATTR || sbsec->behavior == SECURITY_FS_USE_TRANS || - sbsec->behavior == SECURITY_FS_USE_TASK) + sbsec->behavior == SECURITY_FS_USE_TASK || + sbsec->behavior == SECURITY_FS_USE_NATIVE) return 1; /* Special handling for sysfs. Is genfs but also has setxattr handler*/ @@ -470,6 +471,7 @@ list_entry(sbsec->isec_head.next, struct inode_security_struct, list); struct inode *inode = isec->inode; + list_del_init(&isec->list); spin_unlock(&sbsec->isec_lock); inode = igrab(inode); if (inode) { @@ -478,7 +480,6 @@ iput(inode); } spin_lock(&sbsec->isec_lock); - list_del_init(&isec->list); goto next_inode; } spin_unlock(&sbsec->isec_lock); @@ -1099,7 +1100,7 @@ seq_puts(m, prefix); if (has_comma) seq_putc(m, '\"'); - seq_puts(m, opts->mnt_opts[i]); + seq_escape(m, opts->mnt_opts[i], "\"\n\\"); if (has_comma) seq_putc(m, '\"'); } @@ -2128,7 +2129,7 @@ */ if (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) return -EPERM; - if (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID) + if (path_nosuid(&bprm->file->f_path)) return -EACCES; } else { /* Check for a default transition on this program. */ @@ -2142,7 +2143,7 @@ ad.type = LSM_AUDIT_DATA_PATH; ad.u.path = bprm->file->f_path; - if ((bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID) || + if (path_nosuid(&bprm->file->f_path) || (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS)) new_tsec->sid = old_tsec->sid; --- linux-lts-utopic-3.16.0.orig/security/selinux/selinuxfs.c +++ linux-lts-utopic-3.16.0/security/selinux/selinuxfs.c @@ -152,7 +152,7 @@ goto out; /* No partial writes. */ - length = EINVAL; + length = -EINVAL; if (*ppos != 0) goto out; @@ -1200,7 +1200,7 @@ spin_lock(&de->d_lock); node = de->d_subdirs.next; while (node != &de->d_subdirs) { - struct dentry *d = list_entry(node, struct dentry, d_u.d_child); + struct dentry *d = list_entry(node, struct dentry, d_child); spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); list_del_init(node); @@ -1674,12 +1674,12 @@ list_for_each(class_node, &class_dir->d_subdirs) { struct dentry *class_subdir = list_entry(class_node, - struct dentry, d_u.d_child); + struct dentry, d_child); struct list_head *class_subdir_node; list_for_each(class_subdir_node, &class_subdir->d_subdirs) { struct dentry *d = list_entry(class_subdir_node, - struct dentry, d_u.d_child); + struct dentry, d_child); if (d->d_inode) if (d->d_inode->i_mode & S_IFDIR) @@ -1899,7 +1899,6 @@ }; struct vfsmount *selinuxfs_mount; -static struct kobject *selinuxfs_kobj; static int __init init_sel_fs(void) { @@ -1908,13 +1907,13 @@ if (!selinux_enabled) return 0; - selinuxfs_kobj = kobject_create_and_add("selinux", fs_kobj); - if (!selinuxfs_kobj) - return -ENOMEM; + err = sysfs_create_mount_point(fs_kobj, "selinux"); + if (err) + return err; err = register_filesystem(&sel_fs_type); if (err) { - kobject_put(selinuxfs_kobj); + sysfs_remove_mount_point(fs_kobj, "selinux"); return err; } @@ -1933,7 +1932,7 @@ #ifdef CONFIG_SECURITY_SELINUX_DISABLE void exit_sel_fs(void) { - kobject_put(selinuxfs_kobj); + sysfs_remove_mount_point(fs_kobj, "selinux"); kern_unmount(selinuxfs_mount); unregister_filesystem(&sel_fs_type); } --- linux-lts-utopic-3.16.0.orig/security/smack/smack.h +++ linux-lts-utopic-3.16.0/security/smack/smack.h @@ -297,6 +297,16 @@ return tsp->smk_task; } +static inline struct smack_known *smk_of_task_struct(const struct task_struct *t) +{ + struct smack_known *skp; + + rcu_read_lock(); + skp = smk_of_task(__task_cred(t)->security); + rcu_read_unlock(); + return skp; +} + /* * Present a pointer to the forked smack label entry in an task blob. */ --- linux-lts-utopic-3.16.0.orig/security/smack/smack_lsm.c +++ linux-lts-utopic-3.16.0/security/smack/smack_lsm.c @@ -43,8 +43,6 @@ #include #include "smack.h" -#define task_security(task) (task_cred_xxx((task), security)) - #define TRANS_TRUE "TRUE" #define TRANS_TRUE_SIZE 4 @@ -199,7 +197,8 @@ saip = &ad; } - tsp = task_security(tracer); + rcu_read_lock(); + tsp = __task_cred(tracer)->security; skp = smk_of_task(tsp); if ((mode & PTRACE_MODE_ATTACH) && @@ -217,11 +216,14 @@ if (saip) smack_log(skp->smk_known, tracee_label, 0, rc, saip); + rcu_read_unlock(); return rc; } /* In case of rule==SMACK_PTRACE_DEFAULT or mode==PTRACE_MODE_READ */ rc = smk_tskacc(tsp, tracee_label, smk_ptrace_mode(mode), saip); + + rcu_read_unlock(); return rc; } @@ -248,7 +250,7 @@ if (rc != 0) return rc; - skp = smk_of_task(task_security(ctp)); + skp = smk_of_task_struct(ctp); rc = smk_ptrace_rule_check(current, skp->smk_known, mode, __func__); return rc; @@ -1639,7 +1641,7 @@ const char *caller) { struct smk_audit_info ad; - struct smack_known *skp = smk_of_task(task_security(p)); + struct smack_known *skp = smk_of_task_struct(p); smk_ad_init(&ad, caller, LSM_AUDIT_DATA_TASK); smk_ad_setfield_u_tsk(&ad, p); @@ -1689,7 +1691,7 @@ */ static void smack_task_getsecid(struct task_struct *p, u32 *secid) { - struct smack_known *skp = smk_of_task(task_security(p)); + struct smack_known *skp = smk_of_task_struct(p); *secid = skp->smk_secid; } @@ -1796,7 +1798,7 @@ { struct smk_audit_info ad; struct smack_known *skp; - struct smack_known *tkp = smk_of_task(task_security(p)); + struct smack_known *tkp = smk_of_task_struct(p); smk_ad_init(&ad, __func__, LSM_AUDIT_DATA_TASK); smk_ad_setfield_u_tsk(&ad, p); @@ -1844,7 +1846,7 @@ static void smack_task_to_inode(struct task_struct *p, struct inode *inode) { struct inode_smack *isp = inode->i_security; - struct smack_known *skp = smk_of_task(task_security(p)); + struct smack_known *skp = smk_of_task_struct(p); isp->smk_inode = skp->smk_known; } @@ -2988,7 +2990,7 @@ */ static int smack_getprocattr(struct task_struct *p, char *name, char **value) { - struct smack_known *skp = smk_of_task(task_security(p)); + struct smack_known *skp = smk_of_task_struct(p); char *cp; int slen; --- linux-lts-utopic-3.16.0.orig/security/smack/smackfs.c +++ linux-lts-utopic-3.16.0/security/smack/smackfs.c @@ -2136,16 +2136,16 @@ .llseek = generic_file_llseek, }; -static struct kset *smackfs_kset; /** * smk_init_sysfs - initialize /sys/fs/smackfs * */ static int smk_init_sysfs(void) { - smackfs_kset = kset_create_and_add("smackfs", NULL, fs_kobj); - if (!smackfs_kset) - return -ENOMEM; + int err; + err = sysfs_create_mount_point(fs_kobj, "smackfs"); + if (err) + return err; return 0; } --- linux-lts-utopic-3.16.0.orig/sound/arm/Kconfig +++ linux-lts-utopic-3.16.0/sound/arm/Kconfig @@ -9,6 +9,14 @@ Drivers that are implemented on ASoC can be found in "ALSA for SoC audio support" section. +config SND_PXA2XX_LIB + tristate + select SND_AC97_CODEC if SND_PXA2XX_LIB_AC97 + select SND_DMAENGINE_PCM + +config SND_PXA2XX_LIB_AC97 + bool + if SND_ARM config SND_ARMAACI @@ -21,13 +29,6 @@ tristate select SND_PCM -config SND_PXA2XX_LIB - tristate - select SND_AC97_CODEC if SND_PXA2XX_LIB_AC97 - -config SND_PXA2XX_LIB_AC97 - bool - config SND_PXA2XX_AC97 tristate "AC97 driver for the Intel PXA2xx chip" depends on ARCH_PXA --- linux-lts-utopic-3.16.0.orig/sound/core/compress_offload.c +++ linux-lts-utopic-3.16.0/sound/core/compress_offload.c @@ -44,6 +44,13 @@ #include #include +/* struct snd_compr_codec_caps overflows the ioctl bit size for some + * architectures, so we need to disable the relevant ioctls. + */ +#if _IOC_SIZEBITS < 14 +#define COMPR_CODEC_CAPS_OVERFLOW +#endif + /* TODO: * - add substream support for multiple devices in case of * SND_DYNAMIC_MINORS is not used @@ -438,6 +445,7 @@ return retval; } +#ifndef COMPR_CODEC_CAPS_OVERFLOW static int snd_compr_get_codec_caps(struct snd_compr_stream *stream, unsigned long arg) { @@ -461,6 +469,7 @@ kfree(caps); return retval; } +#endif /* !COMPR_CODEC_CAPS_OVERFLOW */ /* revisit this with snd_pcm_preallocate_xxx */ static int snd_compr_allocate_buffer(struct snd_compr_stream *stream, @@ -799,9 +808,11 @@ case _IOC_NR(SNDRV_COMPRESS_GET_CAPS): retval = snd_compr_get_caps(stream, arg); break; +#ifndef COMPR_CODEC_CAPS_OVERFLOW case _IOC_NR(SNDRV_COMPRESS_GET_CODEC_CAPS): retval = snd_compr_get_codec_caps(stream, arg); break; +#endif case _IOC_NR(SNDRV_COMPRESS_SET_PARAMS): retval = snd_compr_set_params(stream, arg); break; --- linux-lts-utopic-3.16.0.orig/sound/core/control.c +++ linux-lts-utopic-3.16.0/sound/core/control.c @@ -1167,6 +1167,10 @@ if (info->count < 1) return -EINVAL; + if (!*info->id.name) + return -EINVAL; + if (strnlen(info->id.name, sizeof(info->id.name)) >= sizeof(info->id.name)) + return -EINVAL; access = info->access == 0 ? SNDRV_CTL_ELEM_ACCESS_READWRITE : (info->access & (SNDRV_CTL_ELEM_ACCESS_READWRITE| SNDRV_CTL_ELEM_ACCESS_INACTIVE| @@ -1320,6 +1324,8 @@ return -EFAULT; if (tlv.length < sizeof(unsigned int) * 2) return -EINVAL; + if (!tlv.numid) + return -EINVAL; down_read(&card->controls_rwsem); kctl = snd_ctl_find_numid(card, tlv.numid); if (kctl == NULL) { --- linux-lts-utopic-3.16.0.orig/sound/core/control_compat.c +++ linux-lts-utopic-3.16.0/sound/core/control_compat.c @@ -170,6 +170,19 @@ unsigned char reserved[128]; }; +#ifdef CONFIG_X86_X32 +/* x32 has a different alignment for 64bit values from ia32 */ +struct snd_ctl_elem_value_x32 { + struct snd_ctl_elem_id id; + unsigned int indirect; /* bit-field causes misalignment */ + union { + s32 integer[128]; + unsigned char data[512]; + s64 integer64[64]; + } value; + unsigned char reserved[128]; +}; +#endif /* CONFIG_X86_X32 */ /* get the value type and count of the control */ static int get_ctl_type(struct snd_card *card, struct snd_ctl_elem_id *id, @@ -219,9 +232,11 @@ static int copy_ctl_value_from_user(struct snd_card *card, struct snd_ctl_elem_value *data, - struct snd_ctl_elem_value32 __user *data32, + void __user *userdata, + void __user *valuep, int *typep, int *countp) { + struct snd_ctl_elem_value32 __user *data32 = userdata; int i, type, size; int uninitialized_var(count); unsigned int indirect; @@ -239,8 +254,9 @@ if (type == SNDRV_CTL_ELEM_TYPE_BOOLEAN || type == SNDRV_CTL_ELEM_TYPE_INTEGER) { for (i = 0; i < count; i++) { + s32 __user *intp = valuep; int val; - if (get_user(val, &data32->value.integer[i])) + if (get_user(val, &intp[i])) return -EFAULT; data->value.integer.value[i] = val; } @@ -250,8 +266,7 @@ dev_err(card->dev, "snd_ioctl32_ctl_elem_value: unknown type %d\n", type); return -EINVAL; } - if (copy_from_user(data->value.bytes.data, - data32->value.data, size)) + if (copy_from_user(data->value.bytes.data, valuep, size)) return -EFAULT; } @@ -261,7 +276,8 @@ } /* restore the value to 32bit */ -static int copy_ctl_value_to_user(struct snd_ctl_elem_value32 __user *data32, +static int copy_ctl_value_to_user(void __user *userdata, + void __user *valuep, struct snd_ctl_elem_value *data, int type, int count) { @@ -270,22 +286,22 @@ if (type == SNDRV_CTL_ELEM_TYPE_BOOLEAN || type == SNDRV_CTL_ELEM_TYPE_INTEGER) { for (i = 0; i < count; i++) { + s32 __user *intp = valuep; int val; val = data->value.integer.value[i]; - if (put_user(val, &data32->value.integer[i])) + if (put_user(val, &intp[i])) return -EFAULT; } } else { size = get_elem_size(type, count); - if (copy_to_user(data32->value.data, - data->value.bytes.data, size)) + if (copy_to_user(valuep, data->value.bytes.data, size)) return -EFAULT; } return 0; } -static int snd_ctl_elem_read_user_compat(struct snd_card *card, - struct snd_ctl_elem_value32 __user *data32) +static int ctl_elem_read_user(struct snd_card *card, + void __user *userdata, void __user *valuep) { struct snd_ctl_elem_value *data; int err, type, count; @@ -294,7 +310,9 @@ if (data == NULL) return -ENOMEM; - if ((err = copy_ctl_value_from_user(card, data, data32, &type, &count)) < 0) + err = copy_ctl_value_from_user(card, data, userdata, valuep, + &type, &count); + if (err < 0) goto error; snd_power_lock(card); @@ -303,14 +321,15 @@ err = snd_ctl_elem_read(card, data); snd_power_unlock(card); if (err >= 0) - err = copy_ctl_value_to_user(data32, data, type, count); + err = copy_ctl_value_to_user(userdata, valuep, data, + type, count); error: kfree(data); return err; } -static int snd_ctl_elem_write_user_compat(struct snd_ctl_file *file, - struct snd_ctl_elem_value32 __user *data32) +static int ctl_elem_write_user(struct snd_ctl_file *file, + void __user *userdata, void __user *valuep) { struct snd_ctl_elem_value *data; struct snd_card *card = file->card; @@ -320,7 +339,9 @@ if (data == NULL) return -ENOMEM; - if ((err = copy_ctl_value_from_user(card, data, data32, &type, &count)) < 0) + err = copy_ctl_value_from_user(card, data, userdata, valuep, + &type, &count); + if (err < 0) goto error; snd_power_lock(card); @@ -329,12 +350,39 @@ err = snd_ctl_elem_write(card, file, data); snd_power_unlock(card); if (err >= 0) - err = copy_ctl_value_to_user(data32, data, type, count); + err = copy_ctl_value_to_user(userdata, valuep, data, + type, count); error: kfree(data); return err; } +static int snd_ctl_elem_read_user_compat(struct snd_card *card, + struct snd_ctl_elem_value32 __user *data32) +{ + return ctl_elem_read_user(card, data32, &data32->value); +} + +static int snd_ctl_elem_write_user_compat(struct snd_ctl_file *file, + struct snd_ctl_elem_value32 __user *data32) +{ + return ctl_elem_write_user(file, data32, &data32->value); +} + +#ifdef CONFIG_X86_X32 +static int snd_ctl_elem_read_user_x32(struct snd_card *card, + struct snd_ctl_elem_value_x32 __user *data32) +{ + return ctl_elem_read_user(card, data32, &data32->value); +} + +static int snd_ctl_elem_write_user_x32(struct snd_ctl_file *file, + struct snd_ctl_elem_value_x32 __user *data32) +{ + return ctl_elem_write_user(file, data32, &data32->value); +} +#endif /* CONFIG_X86_X32 */ + /* add or replace a user control */ static int snd_ctl_elem_add_compat(struct snd_ctl_file *file, struct snd_ctl_elem_info32 __user *data32, @@ -393,6 +441,10 @@ SNDRV_CTL_IOCTL_ELEM_WRITE32 = _IOWR('U', 0x13, struct snd_ctl_elem_value32), SNDRV_CTL_IOCTL_ELEM_ADD32 = _IOWR('U', 0x17, struct snd_ctl_elem_info32), SNDRV_CTL_IOCTL_ELEM_REPLACE32 = _IOWR('U', 0x18, struct snd_ctl_elem_info32), +#ifdef CONFIG_X86_X32 + SNDRV_CTL_IOCTL_ELEM_READ_X32 = _IOWR('U', 0x12, struct snd_ctl_elem_value_x32), + SNDRV_CTL_IOCTL_ELEM_WRITE_X32 = _IOWR('U', 0x13, struct snd_ctl_elem_value_x32), +#endif /* CONFIG_X86_X32 */ }; static inline long snd_ctl_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) @@ -431,6 +483,12 @@ return snd_ctl_elem_add_compat(ctl, argp, 0); case SNDRV_CTL_IOCTL_ELEM_REPLACE32: return snd_ctl_elem_add_compat(ctl, argp, 1); +#ifdef CONFIG_X86_X32 + case SNDRV_CTL_IOCTL_ELEM_READ_X32: + return snd_ctl_elem_read_user_x32(ctl->card, argp); + case SNDRV_CTL_IOCTL_ELEM_WRITE_X32: + return snd_ctl_elem_write_user_x32(ctl, argp); +#endif /* CONFIG_X86_X32 */ } down_read(&snd_ioctl_rwsem); --- linux-lts-utopic-3.16.0.orig/sound/core/hrtimer.c +++ linux-lts-utopic-3.16.0/sound/core/hrtimer.c @@ -90,7 +90,7 @@ struct snd_hrtimer *stime = t->private_data; atomic_set(&stime->running, 0); - hrtimer_cancel(&stime->hrt); + hrtimer_try_to_cancel(&stime->hrt); hrtimer_start(&stime->hrt, ns_to_ktime(t->sticks * resolution), HRTIMER_MODE_REL); atomic_set(&stime->running, 1); @@ -101,6 +101,7 @@ { struct snd_hrtimer *stime = t->private_data; atomic_set(&stime->running, 0); + hrtimer_try_to_cancel(&stime->hrt); return 0; } --- linux-lts-utopic-3.16.0.orig/sound/core/info.c +++ linux-lts-utopic-3.16.0/sound/core/info.c @@ -684,7 +684,7 @@ * snd_info_get_line - read one line from the procfs buffer * @buffer: the procfs buffer * @line: the buffer to store - * @len: the max. buffer size - 1 + * @len: the max. buffer size * * Reads one line from the buffer and stores the string. * @@ -704,7 +704,7 @@ buffer->stop = 1; if (c == '\n') break; - if (len) { + if (len > 1) { len--; *line++ = c; } --- linux-lts-utopic-3.16.0.orig/sound/core/oss/pcm_oss.c +++ linux-lts-utopic-3.16.0/sound/core/oss/pcm_oss.c @@ -834,7 +834,8 @@ return snd_pcm_hw_param_near(substream, params, SNDRV_PCM_HW_PARAM_RATE, best_rate, NULL); } -static int snd_pcm_oss_change_params(struct snd_pcm_substream *substream) +static int snd_pcm_oss_change_params(struct snd_pcm_substream *substream, + bool trylock) { struct snd_pcm_runtime *runtime = substream->runtime; struct snd_pcm_hw_params *params, *sparams; @@ -848,7 +849,10 @@ struct snd_mask sformat_mask; struct snd_mask mask; - if (mutex_lock_interruptible(&runtime->oss.params_lock)) + if (trylock) { + if (!(mutex_trylock(&runtime->oss.params_lock))) + return -EAGAIN; + } else if (mutex_lock_interruptible(&runtime->oss.params_lock)) return -EINTR; sw_params = kmalloc(sizeof(*sw_params), GFP_KERNEL); params = kmalloc(sizeof(*params), GFP_KERNEL); @@ -1093,7 +1097,7 @@ if (asubstream == NULL) asubstream = substream; if (substream->runtime->oss.params) { - err = snd_pcm_oss_change_params(substream); + err = snd_pcm_oss_change_params(substream, false); if (err < 0) return err; } @@ -1133,7 +1137,7 @@ return 0; runtime = substream->runtime; if (runtime->oss.params) { - err = snd_pcm_oss_change_params(substream); + err = snd_pcm_oss_change_params(substream, false); if (err < 0) return err; } @@ -2164,7 +2168,7 @@ runtime = substream->runtime; if (runtime->oss.params && - (err = snd_pcm_oss_change_params(substream)) < 0) + (err = snd_pcm_oss_change_params(substream, false)) < 0) return err; info.fragsize = runtime->oss.period_bytes; @@ -2801,7 +2805,12 @@ return -EIO; if (runtime->oss.params) { - if ((err = snd_pcm_oss_change_params(substream)) < 0) + /* use mutex_trylock() for params_lock for avoiding a deadlock + * between mmap_sem and params_lock taken by + * copy_from/to_user() in snd_pcm_oss_write/read() + */ + err = snd_pcm_oss_change_params(substream, true); + if (err < 0) return err; } #ifdef CONFIG_SND_PCM_OSS_PLUGINS --- linux-lts-utopic-3.16.0.orig/sound/core/pcm_compat.c +++ linux-lts-utopic-3.16.0/sound/core/pcm_compat.c @@ -206,6 +206,8 @@ if (err < 0) return err; + if (clear_user(src, sizeof(*src))) + return -EFAULT; if (put_user(status.state, &src->state) || compat_put_timespec(&status.trigger_tstamp, &src->trigger_tstamp) || compat_put_timespec(&status.tstamp, &src->tstamp) || @@ -234,10 +236,15 @@ if (! (runtime = substream->runtime)) return -ENOTTY; - /* only fifo_size is different, so just copy all */ - data = memdup_user(data32, sizeof(*data32)); - if (IS_ERR(data)) - return PTR_ERR(data); + data = kmalloc(sizeof(*data), GFP_KERNEL); + if (!data) + return -ENOMEM; + + /* only fifo_size (RO from userspace) is different, so just copy all */ + if (copy_from_user(data, data32, sizeof(*data32))) { + err = -EFAULT; + goto error; + } if (refine) err = snd_pcm_hw_refine(substream, data); --- linux-lts-utopic-3.16.0.orig/sound/core/pcm_lib.c +++ linux-lts-utopic-3.16.0/sound/core/pcm_lib.c @@ -1782,14 +1782,16 @@ { struct snd_pcm_hw_params *params = arg; snd_pcm_format_t format; - int channels, width; + int channels; + ssize_t frame_size; params->fifo_size = substream->runtime->hw.fifo_size; if (!(substream->runtime->hw.info & SNDRV_PCM_INFO_FIFO_IN_FRAMES)) { format = params_format(params); channels = params_channels(params); - width = snd_pcm_format_physical_width(format); - params->fifo_size /= width * channels; + frame_size = snd_pcm_format_size(format, channels); + if (frame_size > 0) + params->fifo_size /= (unsigned)frame_size; } return 0; } --- linux-lts-utopic-3.16.0.orig/sound/core/pcm_native.c +++ linux-lts-utopic-3.16.0/sound/core/pcm_native.c @@ -1404,6 +1404,8 @@ if (! snd_pcm_playback_empty(substream)) { snd_pcm_do_start(substream, SNDRV_PCM_STATE_DRAINING); snd_pcm_post_start(substream, SNDRV_PCM_STATE_DRAINING); + } else { + runtime->status->state = SNDRV_PCM_STATE_SETUP; } break; case SNDRV_PCM_STATE_RUNNING: @@ -3190,7 +3192,7 @@ #ifndef ARCH_HAS_DMA_MMAP_COHERENT /* This should be defined / handled globally! */ -#ifdef CONFIG_ARM +#if defined(CONFIG_ARM) || defined(CONFIG_ARM64) #define ARCH_HAS_DMA_MMAP_COHERENT #endif #endif --- linux-lts-utopic-3.16.0.orig/sound/core/rawmidi.c +++ linux-lts-utopic-3.16.0/sound/core/rawmidi.c @@ -952,31 +952,36 @@ unsigned long flags; long result = 0, count1; struct snd_rawmidi_runtime *runtime = substream->runtime; + unsigned long appl_ptr; + spin_lock_irqsave(&runtime->lock, flags); while (count > 0 && runtime->avail) { count1 = runtime->buffer_size - runtime->appl_ptr; if (count1 > count) count1 = count; - spin_lock_irqsave(&runtime->lock, flags); if (count1 > (int)runtime->avail) count1 = runtime->avail; + + /* update runtime->appl_ptr before unlocking for userbuf */ + appl_ptr = runtime->appl_ptr; + runtime->appl_ptr += count1; + runtime->appl_ptr %= runtime->buffer_size; + runtime->avail -= count1; + if (kernelbuf) - memcpy(kernelbuf + result, runtime->buffer + runtime->appl_ptr, count1); + memcpy(kernelbuf + result, runtime->buffer + appl_ptr, count1); if (userbuf) { spin_unlock_irqrestore(&runtime->lock, flags); if (copy_to_user(userbuf + result, - runtime->buffer + runtime->appl_ptr, count1)) { + runtime->buffer + appl_ptr, count1)) { return result > 0 ? result : -EFAULT; } spin_lock_irqsave(&runtime->lock, flags); } - runtime->appl_ptr += count1; - runtime->appl_ptr %= runtime->buffer_size; - runtime->avail -= count1; - spin_unlock_irqrestore(&runtime->lock, flags); result += count1; count -= count1; } + spin_unlock_irqrestore(&runtime->lock, flags); return result; } @@ -1065,23 +1070,16 @@ EXPORT_SYMBOL(snd_rawmidi_transmit_empty); /** - * snd_rawmidi_transmit_peek - copy data from the internal buffer + * __snd_rawmidi_transmit_peek - copy data from the internal buffer * @substream: the rawmidi substream * @buffer: the buffer pointer * @count: data size to transfer * - * Copies data from the internal output buffer to the given buffer. - * - * Call this in the interrupt handler when the midi output is ready, - * and call snd_rawmidi_transmit_ack() after the transmission is - * finished. - * - * Return: The size of copied data, or a negative error code on failure. + * This is a variant of snd_rawmidi_transmit_peek() without spinlock. */ -int snd_rawmidi_transmit_peek(struct snd_rawmidi_substream *substream, +int __snd_rawmidi_transmit_peek(struct snd_rawmidi_substream *substream, unsigned char *buffer, int count) { - unsigned long flags; int result, count1; struct snd_rawmidi_runtime *runtime = substream->runtime; @@ -1091,7 +1089,6 @@ return -EINVAL; } result = 0; - spin_lock_irqsave(&runtime->lock, flags); if (runtime->avail >= runtime->buffer_size) { /* warning: lowlevel layer MUST trigger down the hardware */ goto __skip; @@ -1116,25 +1113,47 @@ } } __skip: + return result; +} +EXPORT_SYMBOL(__snd_rawmidi_transmit_peek); + +/** + * snd_rawmidi_transmit_peek - copy data from the internal buffer + * @substream: the rawmidi substream + * @buffer: the buffer pointer + * @count: data size to transfer + * + * Copies data from the internal output buffer to the given buffer. + * + * Call this in the interrupt handler when the midi output is ready, + * and call snd_rawmidi_transmit_ack() after the transmission is + * finished. + * + * Return: The size of copied data, or a negative error code on failure. + */ +int snd_rawmidi_transmit_peek(struct snd_rawmidi_substream *substream, + unsigned char *buffer, int count) +{ + struct snd_rawmidi_runtime *runtime = substream->runtime; + int result; + unsigned long flags; + + spin_lock_irqsave(&runtime->lock, flags); + result = __snd_rawmidi_transmit_peek(substream, buffer, count); spin_unlock_irqrestore(&runtime->lock, flags); return result; } EXPORT_SYMBOL(snd_rawmidi_transmit_peek); /** - * snd_rawmidi_transmit_ack - acknowledge the transmission + * __snd_rawmidi_transmit_ack - acknowledge the transmission * @substream: the rawmidi substream * @count: the transferred count * - * Advances the hardware pointer for the internal output buffer with - * the given size and updates the condition. - * Call after the transmission is finished. - * - * Return: The advanced size if successful, or a negative error code on failure. + * This is a variant of __snd_rawmidi_transmit_ack() without spinlock. */ -int snd_rawmidi_transmit_ack(struct snd_rawmidi_substream *substream, int count) +int __snd_rawmidi_transmit_ack(struct snd_rawmidi_substream *substream, int count) { - unsigned long flags; struct snd_rawmidi_runtime *runtime = substream->runtime; if (runtime->buffer == NULL) { @@ -1142,7 +1161,6 @@ "snd_rawmidi_transmit_ack: output is not active!!!\n"); return -EINVAL; } - spin_lock_irqsave(&runtime->lock, flags); snd_BUG_ON(runtime->avail + count > runtime->buffer_size); runtime->hw_ptr += count; runtime->hw_ptr %= runtime->buffer_size; @@ -1152,9 +1170,32 @@ if (runtime->drain || snd_rawmidi_ready(substream)) wake_up(&runtime->sleep); } - spin_unlock_irqrestore(&runtime->lock, flags); return count; } +EXPORT_SYMBOL(__snd_rawmidi_transmit_ack); + +/** + * snd_rawmidi_transmit_ack - acknowledge the transmission + * @substream: the rawmidi substream + * @count: the transferred count + * + * Advances the hardware pointer for the internal output buffer with + * the given size and updates the condition. + * Call after the transmission is finished. + * + * Return: The advanced size if successful, or a negative error code on failure. + */ +int snd_rawmidi_transmit_ack(struct snd_rawmidi_substream *substream, int count) +{ + struct snd_rawmidi_runtime *runtime = substream->runtime; + int result; + unsigned long flags; + + spin_lock_irqsave(&runtime->lock, flags); + result = __snd_rawmidi_transmit_ack(substream, count); + spin_unlock_irqrestore(&runtime->lock, flags); + return result; +} EXPORT_SYMBOL(snd_rawmidi_transmit_ack); /** @@ -1170,12 +1211,22 @@ int snd_rawmidi_transmit(struct snd_rawmidi_substream *substream, unsigned char *buffer, int count) { + struct snd_rawmidi_runtime *runtime = substream->runtime; + int result; + unsigned long flags; + + spin_lock_irqsave(&runtime->lock, flags); if (!substream->opened) - return -EBADFD; - count = snd_rawmidi_transmit_peek(substream, buffer, count); - if (count < 0) - return count; - return snd_rawmidi_transmit_ack(substream, count); + result = -EBADFD; + else { + count = __snd_rawmidi_transmit_peek(substream, buffer, count); + if (count <= 0) + result = count; + else + result = __snd_rawmidi_transmit_ack(substream, count); + } + spin_unlock_irqrestore(&runtime->lock, flags); + return result; } EXPORT_SYMBOL(snd_rawmidi_transmit); @@ -1187,8 +1238,9 @@ unsigned long flags; long count1, result; struct snd_rawmidi_runtime *runtime = substream->runtime; + unsigned long appl_ptr; - if (snd_BUG_ON(!kernelbuf && !userbuf)) + if (!kernelbuf && !userbuf) return -EINVAL; if (snd_BUG_ON(!runtime->buffer)) return -EINVAL; @@ -1207,12 +1259,19 @@ count1 = count; if (count1 > (long)runtime->avail) count1 = runtime->avail; + + /* update runtime->appl_ptr before unlocking for userbuf */ + appl_ptr = runtime->appl_ptr; + runtime->appl_ptr += count1; + runtime->appl_ptr %= runtime->buffer_size; + runtime->avail -= count1; + if (kernelbuf) - memcpy(runtime->buffer + runtime->appl_ptr, + memcpy(runtime->buffer + appl_ptr, kernelbuf + result, count1); else if (userbuf) { spin_unlock_irqrestore(&runtime->lock, flags); - if (copy_from_user(runtime->buffer + runtime->appl_ptr, + if (copy_from_user(runtime->buffer + appl_ptr, userbuf + result, count1)) { spin_lock_irqsave(&runtime->lock, flags); result = result > 0 ? result : -EFAULT; @@ -1220,9 +1279,6 @@ } spin_lock_irqsave(&runtime->lock, flags); } - runtime->appl_ptr += count1; - runtime->appl_ptr %= runtime->buffer_size; - runtime->avail -= count1; result += count1; count -= count1; } --- linux-lts-utopic-3.16.0.orig/sound/core/rawmidi_compat.c +++ linux-lts-utopic-3.16.0/sound/core/rawmidi_compat.c @@ -94,9 +94,58 @@ return 0; } +#ifdef CONFIG_X86_X32 +/* X32 ABI has 64bit timespec and 64bit alignment */ +struct snd_rawmidi_status_x32 { + s32 stream; + u32 rsvd; /* alignment */ + struct timespec tstamp; + u32 avail; + u32 xruns; + unsigned char reserved[16]; +} __attribute__((packed)); + +#define put_timespec(src, dst) copy_to_user(dst, src, sizeof(*dst)) + +static int snd_rawmidi_ioctl_status_x32(struct snd_rawmidi_file *rfile, + struct snd_rawmidi_status_x32 __user *src) +{ + int err; + struct snd_rawmidi_status status; + + if (rfile->output == NULL) + return -EINVAL; + if (get_user(status.stream, &src->stream)) + return -EFAULT; + + switch (status.stream) { + case SNDRV_RAWMIDI_STREAM_OUTPUT: + err = snd_rawmidi_output_status(rfile->output, &status); + break; + case SNDRV_RAWMIDI_STREAM_INPUT: + err = snd_rawmidi_input_status(rfile->input, &status); + break; + default: + return -EINVAL; + } + if (err < 0) + return err; + + if (put_timespec(&status.tstamp, &src->tstamp) || + put_user(status.avail, &src->avail) || + put_user(status.xruns, &src->xruns)) + return -EFAULT; + + return 0; +} +#endif /* CONFIG_X86_X32 */ + enum { SNDRV_RAWMIDI_IOCTL_PARAMS32 = _IOWR('W', 0x10, struct snd_rawmidi_params32), SNDRV_RAWMIDI_IOCTL_STATUS32 = _IOWR('W', 0x20, struct snd_rawmidi_status32), +#ifdef CONFIG_X86_X32 + SNDRV_RAWMIDI_IOCTL_STATUS_X32 = _IOWR('W', 0x20, struct snd_rawmidi_status_x32), +#endif /* CONFIG_X86_X32 */ }; static long snd_rawmidi_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) @@ -115,6 +164,10 @@ return snd_rawmidi_ioctl_params_compat(rfile, argp); case SNDRV_RAWMIDI_IOCTL_STATUS32: return snd_rawmidi_ioctl_status_compat(rfile, argp); +#ifdef CONFIG_X86_X32 + case SNDRV_RAWMIDI_IOCTL_STATUS_X32: + return snd_rawmidi_ioctl_status_x32(rfile, argp); +#endif /* CONFIG_X86_X32 */ } return -ENOIOCTLCMD; } --- linux-lts-utopic-3.16.0.orig/sound/core/seq/oss/seq_oss.c +++ linux-lts-utopic-3.16.0/sound/core/seq/oss/seq_oss.c @@ -144,8 +144,6 @@ if ((dp = file->private_data) == NULL) return 0; - snd_seq_oss_drain_write(dp); - mutex_lock(®ister_mutex); snd_seq_oss_release(dp); mutex_unlock(®ister_mutex); --- linux-lts-utopic-3.16.0.orig/sound/core/seq/oss/seq_oss_device.h +++ linux-lts-utopic-3.16.0/sound/core/seq/oss/seq_oss_device.h @@ -127,7 +127,6 @@ unsigned int snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait); void snd_seq_oss_reset(struct seq_oss_devinfo *dp); -void snd_seq_oss_drain_write(struct seq_oss_devinfo *dp); /* */ void snd_seq_oss_process_queue(struct seq_oss_devinfo *dp, abstime_t time); --- linux-lts-utopic-3.16.0.orig/sound/core/seq/oss/seq_oss_init.c +++ linux-lts-utopic-3.16.0/sound/core/seq/oss/seq_oss_init.c @@ -204,7 +204,7 @@ dp->index = i; if (i >= SNDRV_SEQ_OSS_MAX_CLIENTS) { - pr_err("ALSA: seq_oss: too many applications\n"); + pr_debug("ALSA: seq_oss: too many applications\n"); rc = -ENOMEM; goto _error; } @@ -440,22 +440,6 @@ } -/* - * Wait until the queue is empty (if we don't have nonblock) - */ -void -snd_seq_oss_drain_write(struct seq_oss_devinfo *dp) -{ - if (! dp->timer->running) - return; - if (is_write_mode(dp->file_mode) && !is_nonblock_mode(dp->file_mode) && - dp->writeq) { - while (snd_seq_oss_writeq_sync(dp->writeq)) - ; - } -} - - /* * reset sequencer devices */ --- linux-lts-utopic-3.16.0.orig/sound/core/seq/oss/seq_oss_synth.c +++ linux-lts-utopic-3.16.0/sound/core/seq/oss/seq_oss_synth.c @@ -308,7 +308,7 @@ struct seq_oss_synth *rec; struct seq_oss_synthinfo *info; - if (snd_BUG_ON(dp->max_synthdev >= SNDRV_SEQ_OSS_MAX_SYNTH_DEVS)) + if (snd_BUG_ON(dp->max_synthdev > SNDRV_SEQ_OSS_MAX_SYNTH_DEVS)) return; for (i = 0; i < dp->max_synthdev; i++) { info = &dp->synths[i]; --- linux-lts-utopic-3.16.0.orig/sound/core/seq/seq_clientmgr.c +++ linux-lts-utopic-3.16.0/sound/core/seq/seq_clientmgr.c @@ -678,6 +678,9 @@ else down_read(&grp->list_mutex); list_for_each_entry(subs, &grp->list_head, src_list) { + /* both ports ready? */ + if (atomic_read(&subs->ref_count) != 2) + continue; event->dest = subs->info.dest; if (subs->info.flags & SNDRV_SEQ_PORT_SUBS_TIMESTAMP) /* convert time according to flag with subscription */ @@ -1962,7 +1965,7 @@ * No restrictions so for a user client we can clear * the whole fifo */ - if (client->type == USER_CLIENT) + if (client->type == USER_CLIENT && client->data.user.fifo) snd_seq_fifo_clear(client->data.user.fifo); } --- linux-lts-utopic-3.16.0.orig/sound/core/seq/seq_compat.c +++ linux-lts-utopic-3.16.0/sound/core/seq/seq_compat.c @@ -49,11 +49,12 @@ struct snd_seq_port_info *data; mm_segment_t fs; - data = memdup_user(data32, sizeof(*data32)); - if (IS_ERR(data)) - return PTR_ERR(data); + data = kmalloc(sizeof(*data), GFP_KERNEL); + if (!data) + return -ENOMEM; - if (get_user(data->flags, &data32->flags) || + if (copy_from_user(data, data32, sizeof(*data32)) || + get_user(data->flags, &data32->flags) || get_user(data->time_queue, &data32->time_queue)) goto error; data->kernel = NULL; --- linux-lts-utopic-3.16.0.orig/sound/core/seq/seq_dummy.c +++ linux-lts-utopic-3.16.0/sound/core/seq/seq_dummy.c @@ -82,36 +82,6 @@ static int my_client = -1; /* - * unuse callback - send ALL_SOUNDS_OFF and RESET_CONTROLLERS events - * to subscribers. - * Note: this callback is called only after all subscribers are removed. - */ -static int -dummy_unuse(void *private_data, struct snd_seq_port_subscribe *info) -{ - struct snd_seq_dummy_port *p; - int i; - struct snd_seq_event ev; - - p = private_data; - memset(&ev, 0, sizeof(ev)); - if (p->duplex) - ev.source.port = p->connect; - else - ev.source.port = p->port; - ev.dest.client = SNDRV_SEQ_ADDRESS_SUBSCRIBERS; - ev.type = SNDRV_SEQ_EVENT_CONTROLLER; - for (i = 0; i < 16; i++) { - ev.data.control.channel = i; - ev.data.control.param = MIDI_CTL_ALL_SOUNDS_OFF; - snd_seq_kernel_client_dispatch(p->client, &ev, 0, 0); - ev.data.control.param = MIDI_CTL_RESET_CONTROLLERS; - snd_seq_kernel_client_dispatch(p->client, &ev, 0, 0); - } - return 0; -} - -/* * event input callback - just redirect events to subscribers */ static int @@ -175,7 +145,6 @@ | SNDRV_SEQ_PORT_TYPE_PORT; memset(&pcb, 0, sizeof(pcb)); pcb.owner = THIS_MODULE; - pcb.unuse = dummy_unuse; pcb.event_input = dummy_input; pcb.private_free = dummy_free; pcb.private_data = rec; --- linux-lts-utopic-3.16.0.orig/sound/core/seq/seq_fifo.c +++ linux-lts-utopic-3.16.0/sound/core/seq/seq_fifo.c @@ -33,10 +33,8 @@ struct snd_seq_fifo *f; f = kzalloc(sizeof(*f), GFP_KERNEL); - if (f == NULL) { - pr_debug("ALSA: seq: malloc failed for snd_seq_fifo_new() \n"); + if (!f) return NULL; - } f->pool = snd_seq_pool_new(poolsize); if (f->pool == NULL) { --- linux-lts-utopic-3.16.0.orig/sound/core/seq/seq_memory.c +++ linux-lts-utopic-3.16.0/sound/core/seq/seq_memory.c @@ -383,17 +383,20 @@ if (snd_BUG_ON(!pool)) return -EINVAL; - if (pool->ptr) /* should be atomic? */ - return 0; - pool->ptr = vmalloc(sizeof(struct snd_seq_event_cell) * pool->size); - if (pool->ptr == NULL) { - pr_debug("ALSA: seq: malloc for sequencer events failed\n"); + cellptr = vmalloc(sizeof(struct snd_seq_event_cell) * pool->size); + if (!cellptr) return -ENOMEM; - } /* add new cells to the free cell list */ spin_lock_irqsave(&pool->lock, flags); + if (pool->ptr) { + spin_unlock_irqrestore(&pool->lock, flags); + vfree(cellptr); + return 0; + } + + pool->ptr = cellptr; pool->free = NULL; for (cell = 0; cell < pool->size; cell++) { @@ -463,10 +466,8 @@ /* create pool block */ pool = kzalloc(sizeof(*pool), GFP_KERNEL); - if (pool == NULL) { - pr_debug("ALSA: seq: malloc failed for pool\n"); + if (!pool) return NULL; - } spin_lock_init(&pool->lock); pool->ptr = NULL; pool->free = NULL; --- linux-lts-utopic-3.16.0.orig/sound/core/seq/seq_ports.c +++ linux-lts-utopic-3.16.0/sound/core/seq/seq_ports.c @@ -141,10 +141,8 @@ /* create a new port */ new_port = kzalloc(sizeof(*new_port), GFP_KERNEL); - if (! new_port) { - pr_debug("ALSA: seq: malloc failed for registering client port\n"); + if (!new_port) return NULL; /* failure, out of memory */ - } /* init port data */ new_port->addr.client = client->number; new_port->addr.port = -1; @@ -175,10 +173,6 @@ } /* */ -enum group_type { - SRC_LIST, DEST_LIST -}; - static int subscribe_port(struct snd_seq_client *client, struct snd_seq_client_port *port, struct snd_seq_port_subs_info *grp, @@ -205,6 +199,20 @@ return NULL; } +static void delete_and_unsubscribe_port(struct snd_seq_client *client, + struct snd_seq_client_port *port, + struct snd_seq_subscribers *subs, + bool is_src, bool ack); + +static inline struct snd_seq_subscribers * +get_subscriber(struct list_head *p, bool is_src) +{ + if (is_src) + return list_entry(p, struct snd_seq_subscribers, src_list); + else + return list_entry(p, struct snd_seq_subscribers, dest_list); +} + /* * remove all subscribers on the list * this is called from port_delete, for each src and dest list. @@ -212,7 +220,7 @@ static void clear_subscriber_list(struct snd_seq_client *client, struct snd_seq_client_port *port, struct snd_seq_port_subs_info *grp, - int grptype) + int is_src) { struct list_head *p, *n; @@ -221,15 +229,13 @@ struct snd_seq_client *c; struct snd_seq_client_port *aport; - if (grptype == SRC_LIST) { - subs = list_entry(p, struct snd_seq_subscribers, src_list); + subs = get_subscriber(p, is_src); + if (is_src) aport = get_client_port(&subs->info.dest, &c); - } else { - subs = list_entry(p, struct snd_seq_subscribers, dest_list); + else aport = get_client_port(&subs->info.sender, &c); - } - list_del(p); - unsubscribe_port(client, port, grp, &subs->info, 0); + delete_and_unsubscribe_port(client, port, subs, is_src, false); + if (!aport) { /* looks like the connected port is being deleted. * we decrease the counter, and when both ports are deleted @@ -237,21 +243,14 @@ */ if (atomic_dec_and_test(&subs->ref_count)) kfree(subs); - } else { - /* ok we got the connected port */ - struct snd_seq_port_subs_info *agrp; - agrp = (grptype == SRC_LIST) ? &aport->c_dest : &aport->c_src; - down_write(&agrp->list_mutex); - if (grptype == SRC_LIST) - list_del(&subs->dest_list); - else - list_del(&subs->src_list); - up_write(&agrp->list_mutex); - unsubscribe_port(c, aport, agrp, &subs->info, 1); - kfree(subs); - snd_seq_port_unlock(aport); - snd_seq_client_unlock(c); + continue; } + + /* ok we got the connected port */ + delete_and_unsubscribe_port(c, aport, subs, !is_src, true); + kfree(subs); + snd_seq_port_unlock(aport); + snd_seq_client_unlock(c); } } @@ -264,8 +263,8 @@ snd_use_lock_sync(&port->use_lock); /* clear subscribers info */ - clear_subscriber_list(client, port, &port->c_src, SRC_LIST); - clear_subscriber_list(client, port, &port->c_dest, DEST_LIST); + clear_subscriber_list(client, port, &port->c_src, true); + clear_subscriber_list(client, port, &port->c_dest, false); if (port->private_free) port->private_free(port->private_data); @@ -484,85 +483,123 @@ return 0; } +static int check_and_subscribe_port(struct snd_seq_client *client, + struct snd_seq_client_port *port, + struct snd_seq_subscribers *subs, + bool is_src, bool exclusive, bool ack) +{ + struct snd_seq_port_subs_info *grp; + struct list_head *p; + struct snd_seq_subscribers *s; + int err; -/* connect two ports */ -int snd_seq_port_connect(struct snd_seq_client *connector, - struct snd_seq_client *src_client, - struct snd_seq_client_port *src_port, - struct snd_seq_client *dest_client, - struct snd_seq_client_port *dest_port, - struct snd_seq_port_subscribe *info) -{ - struct snd_seq_port_subs_info *src = &src_port->c_src; - struct snd_seq_port_subs_info *dest = &dest_port->c_dest; - struct snd_seq_subscribers *subs, *s; - int err, src_called = 0; - unsigned long flags; - int exclusive; - - subs = kzalloc(sizeof(*subs), GFP_KERNEL); - if (! subs) - return -ENOMEM; - - subs->info = *info; - atomic_set(&subs->ref_count, 2); - - down_write(&src->list_mutex); - down_write_nested(&dest->list_mutex, SINGLE_DEPTH_NESTING); - - exclusive = info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE ? 1 : 0; + grp = is_src ? &port->c_src : &port->c_dest; err = -EBUSY; + down_write(&grp->list_mutex); if (exclusive) { - if (! list_empty(&src->list_head) || ! list_empty(&dest->list_head)) + if (!list_empty(&grp->list_head)) goto __error; } else { - if (src->exclusive || dest->exclusive) + if (grp->exclusive) goto __error; /* check whether already exists */ - list_for_each_entry(s, &src->list_head, src_list) { - if (match_subs_info(info, &s->info)) - goto __error; - } - list_for_each_entry(s, &dest->list_head, dest_list) { - if (match_subs_info(info, &s->info)) + list_for_each(p, &grp->list_head) { + s = get_subscriber(p, is_src); + if (match_subs_info(&subs->info, &s->info)) goto __error; } } - if ((err = subscribe_port(src_client, src_port, src, info, - connector->number != src_client->number)) < 0) - goto __error; - src_called = 1; - - if ((err = subscribe_port(dest_client, dest_port, dest, info, - connector->number != dest_client->number)) < 0) + err = subscribe_port(client, port, grp, &subs->info, ack); + if (err < 0) { + grp->exclusive = 0; goto __error; + } /* add to list */ - write_lock_irqsave(&src->list_lock, flags); - // write_lock(&dest->list_lock); // no other lock yet - list_add_tail(&subs->src_list, &src->list_head); - list_add_tail(&subs->dest_list, &dest->list_head); - // write_unlock(&dest->list_lock); // no other lock yet - write_unlock_irqrestore(&src->list_lock, flags); + write_lock_irq(&grp->list_lock); + if (is_src) + list_add_tail(&subs->src_list, &grp->list_head); + else + list_add_tail(&subs->dest_list, &grp->list_head); + grp->exclusive = exclusive; + atomic_inc(&subs->ref_count); + write_unlock_irq(&grp->list_lock); + err = 0; - src->exclusive = dest->exclusive = exclusive; + __error: + up_write(&grp->list_mutex); + return err; +} + +static void delete_and_unsubscribe_port(struct snd_seq_client *client, + struct snd_seq_client_port *port, + struct snd_seq_subscribers *subs, + bool is_src, bool ack) +{ + struct snd_seq_port_subs_info *grp; + struct list_head *list; + bool empty; + + grp = is_src ? &port->c_src : &port->c_dest; + list = is_src ? &subs->src_list : &subs->dest_list; + down_write(&grp->list_mutex); + write_lock_irq(&grp->list_lock); + empty = list_empty(list); + if (!empty) + list_del_init(list); + grp->exclusive = 0; + write_unlock_irq(&grp->list_lock); + up_write(&grp->list_mutex); + + if (!empty) + unsubscribe_port(client, port, grp, &subs->info, ack); +} + +/* connect two ports */ +int snd_seq_port_connect(struct snd_seq_client *connector, + struct snd_seq_client *src_client, + struct snd_seq_client_port *src_port, + struct snd_seq_client *dest_client, + struct snd_seq_client_port *dest_port, + struct snd_seq_port_subscribe *info) +{ + struct snd_seq_subscribers *subs; + bool exclusive; + int err; + + subs = kzalloc(sizeof(*subs), GFP_KERNEL); + if (!subs) + return -ENOMEM; + + subs->info = *info; + atomic_set(&subs->ref_count, 0); + INIT_LIST_HEAD(&subs->src_list); + INIT_LIST_HEAD(&subs->dest_list); + + exclusive = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); + + err = check_and_subscribe_port(src_client, src_port, subs, true, + exclusive, + connector->number != src_client->number); + if (err < 0) + goto error; + err = check_and_subscribe_port(dest_client, dest_port, subs, false, + exclusive, + connector->number != dest_client->number); + if (err < 0) + goto error_dest; - up_write(&dest->list_mutex); - up_write(&src->list_mutex); return 0; - __error: - if (src_called) - unsubscribe_port(src_client, src_port, src, info, - connector->number != src_client->number); + error_dest: + delete_and_unsubscribe_port(src_client, src_port, subs, true, + connector->number != src_client->number); + error: kfree(subs); - up_write(&dest->list_mutex); - up_write(&src->list_mutex); return err; } - /* remove the connection */ int snd_seq_port_disconnect(struct snd_seq_client *connector, struct snd_seq_client *src_client, @@ -572,37 +609,28 @@ struct snd_seq_port_subscribe *info) { struct snd_seq_port_subs_info *src = &src_port->c_src; - struct snd_seq_port_subs_info *dest = &dest_port->c_dest; struct snd_seq_subscribers *subs; int err = -ENOENT; - unsigned long flags; down_write(&src->list_mutex); - down_write_nested(&dest->list_mutex, SINGLE_DEPTH_NESTING); - /* look for the connection */ list_for_each_entry(subs, &src->list_head, src_list) { if (match_subs_info(info, &subs->info)) { - write_lock_irqsave(&src->list_lock, flags); - // write_lock(&dest->list_lock); // no lock yet - list_del(&subs->src_list); - list_del(&subs->dest_list); - // write_unlock(&dest->list_lock); - write_unlock_irqrestore(&src->list_lock, flags); - src->exclusive = dest->exclusive = 0; - unsubscribe_port(src_client, src_port, src, info, - connector->number != src_client->number); - unsubscribe_port(dest_client, dest_port, dest, info, - connector->number != dest_client->number); - kfree(subs); + atomic_dec(&subs->ref_count); /* mark as not ready */ err = 0; break; } } - - up_write(&dest->list_mutex); up_write(&src->list_mutex); - return err; + if (err < 0) + return err; + + delete_and_unsubscribe_port(src_client, src_port, subs, true, + connector->number != src_client->number); + delete_and_unsubscribe_port(dest_client, dest_port, subs, false, + connector->number != dest_client->number); + kfree(subs); + return 0; } --- linux-lts-utopic-3.16.0.orig/sound/core/seq/seq_prioq.c +++ linux-lts-utopic-3.16.0/sound/core/seq/seq_prioq.c @@ -59,10 +59,8 @@ struct snd_seq_prioq *f; f = kzalloc(sizeof(*f), GFP_KERNEL); - if (f == NULL) { - pr_debug("ALSA: seq: malloc failed for snd_seq_prioq_new()\n"); + if (!f) return NULL; - } spin_lock_init(&f->lock); f->head = NULL; --- linux-lts-utopic-3.16.0.orig/sound/core/seq/seq_queue.c +++ linux-lts-utopic-3.16.0/sound/core/seq/seq_queue.c @@ -111,10 +111,8 @@ struct snd_seq_queue *q; q = kzalloc(sizeof(*q), GFP_KERNEL); - if (q == NULL) { - pr_debug("ALSA: seq: malloc failed for snd_seq_queue_new()\n"); + if (!q) return NULL; - } spin_lock_init(&q->owner_lock); spin_lock_init(&q->check_lock); @@ -144,8 +142,10 @@ static void queue_delete(struct snd_seq_queue *q) { /* stop and release the timer */ + mutex_lock(&q->timer_mutex); snd_seq_timer_stop(q->timer); snd_seq_timer_close(q); + mutex_unlock(&q->timer_mutex); /* wait until access free */ snd_use_lock_sync(&q->use_lock); /* release resources... */ --- linux-lts-utopic-3.16.0.orig/sound/core/seq/seq_timer.c +++ linux-lts-utopic-3.16.0/sound/core/seq/seq_timer.c @@ -56,10 +56,8 @@ struct snd_seq_timer *tmr; tmr = kzalloc(sizeof(*tmr), GFP_KERNEL); - if (tmr == NULL) { - pr_debug("ALSA: seq: malloc failed for snd_seq_timer_new() \n"); + if (!tmr) return NULL; - } spin_lock_init(&tmr->lock); /* reset setup to defaults */ @@ -92,6 +90,9 @@ void snd_seq_timer_defaults(struct snd_seq_timer * tmr) { + unsigned long flags; + + spin_lock_irqsave(&tmr->lock, flags); /* setup defaults */ tmr->ppq = 96; /* 96 PPQ */ tmr->tempo = 500000; /* 120 BPM */ @@ -107,21 +108,25 @@ tmr->preferred_resolution = seq_default_timer_resolution; tmr->skew = tmr->skew_base = SKEW_BASE; + spin_unlock_irqrestore(&tmr->lock, flags); } -void snd_seq_timer_reset(struct snd_seq_timer * tmr) +static void seq_timer_reset(struct snd_seq_timer *tmr) { - unsigned long flags; - - spin_lock_irqsave(&tmr->lock, flags); - /* reset time & songposition */ tmr->cur_time.tv_sec = 0; tmr->cur_time.tv_nsec = 0; tmr->tick.cur_tick = 0; tmr->tick.fraction = 0; +} + +void snd_seq_timer_reset(struct snd_seq_timer *tmr) +{ + unsigned long flags; + spin_lock_irqsave(&tmr->lock, flags); + seq_timer_reset(tmr); spin_unlock_irqrestore(&tmr->lock, flags); } @@ -140,8 +145,11 @@ tmr = q->timer; if (tmr == NULL) return; - if (!tmr->running) + spin_lock_irqsave(&tmr->lock, flags); + if (!tmr->running) { + spin_unlock_irqrestore(&tmr->lock, flags); return; + } resolution *= ticks; if (tmr->skew != tmr->skew_base) { @@ -150,8 +158,6 @@ (((resolution & 0xffff) * tmr->skew) >> 16); } - spin_lock_irqsave(&tmr->lock, flags); - /* update timer */ snd_seq_inc_time_nsec(&tmr->cur_time, resolution); @@ -298,26 +304,30 @@ t->callback = snd_seq_timer_interrupt; t->callback_data = q; t->flags |= SNDRV_TIMER_IFLG_AUTO; + spin_lock_irq(&tmr->lock); tmr->timeri = t; + spin_unlock_irq(&tmr->lock); return 0; } int snd_seq_timer_close(struct snd_seq_queue *q) { struct snd_seq_timer *tmr; + struct snd_timer_instance *t; tmr = q->timer; if (snd_BUG_ON(!tmr)) return -EINVAL; - if (tmr->timeri) { - snd_timer_stop(tmr->timeri); - snd_timer_close(tmr->timeri); - tmr->timeri = NULL; - } + spin_lock_irq(&tmr->lock); + t = tmr->timeri; + tmr->timeri = NULL; + spin_unlock_irq(&tmr->lock); + if (t) + snd_timer_close(t); return 0; } -int snd_seq_timer_stop(struct snd_seq_timer * tmr) +static int seq_timer_stop(struct snd_seq_timer *tmr) { if (! tmr->timeri) return -EINVAL; @@ -328,6 +338,17 @@ return 0; } +int snd_seq_timer_stop(struct snd_seq_timer *tmr) +{ + unsigned long flags; + int err; + + spin_lock_irqsave(&tmr->lock, flags); + err = seq_timer_stop(tmr); + spin_unlock_irqrestore(&tmr->lock, flags); + return err; +} + static int initialize_timer(struct snd_seq_timer *tmr) { struct snd_timer *t; @@ -360,13 +381,13 @@ return 0; } -int snd_seq_timer_start(struct snd_seq_timer * tmr) +static int seq_timer_start(struct snd_seq_timer *tmr) { if (! tmr->timeri) return -EINVAL; if (tmr->running) - snd_seq_timer_stop(tmr); - snd_seq_timer_reset(tmr); + seq_timer_stop(tmr); + seq_timer_reset(tmr); if (initialize_timer(tmr) < 0) return -EINVAL; snd_timer_start(tmr->timeri, tmr->ticks); @@ -375,14 +396,25 @@ return 0; } -int snd_seq_timer_continue(struct snd_seq_timer * tmr) +int snd_seq_timer_start(struct snd_seq_timer *tmr) +{ + unsigned long flags; + int err; + + spin_lock_irqsave(&tmr->lock, flags); + err = seq_timer_start(tmr); + spin_unlock_irqrestore(&tmr->lock, flags); + return err; +} + +static int seq_timer_continue(struct snd_seq_timer *tmr) { if (! tmr->timeri) return -EINVAL; if (tmr->running) return -EBUSY; if (! tmr->initialized) { - snd_seq_timer_reset(tmr); + seq_timer_reset(tmr); if (initialize_timer(tmr) < 0) return -EINVAL; } @@ -392,11 +424,24 @@ return 0; } +int snd_seq_timer_continue(struct snd_seq_timer *tmr) +{ + unsigned long flags; + int err; + + spin_lock_irqsave(&tmr->lock, flags); + err = seq_timer_continue(tmr); + spin_unlock_irqrestore(&tmr->lock, flags); + return err; +} + /* return current 'real' time. use timeofday() to get better granularity. */ snd_seq_real_time_t snd_seq_timer_get_cur_time(struct snd_seq_timer *tmr) { snd_seq_real_time_t cur_time; + unsigned long flags; + spin_lock_irqsave(&tmr->lock, flags); cur_time = tmr->cur_time; if (tmr->running) { struct timeval tm; @@ -412,7 +457,7 @@ } snd_seq_sanity_real_time(&cur_time); } - + spin_unlock_irqrestore(&tmr->lock, flags); return cur_time; } --- linux-lts-utopic-3.16.0.orig/sound/core/seq/seq_virmidi.c +++ linux-lts-utopic-3.16.0/sound/core/seq/seq_virmidi.c @@ -155,21 +155,26 @@ struct snd_virmidi *vmidi = substream->runtime->private_data; int count, res; unsigned char buf[32], *pbuf; + unsigned long flags; if (up) { vmidi->trigger = 1; if (vmidi->seq_mode == SNDRV_VIRMIDI_SEQ_DISPATCH && !(vmidi->rdev->flags & SNDRV_VIRMIDI_SUBSCRIBE)) { - snd_rawmidi_transmit_ack(substream, substream->runtime->buffer_size - substream->runtime->avail); - return; /* ignored */ + while (snd_rawmidi_transmit(substream, buf, + sizeof(buf)) > 0) { + /* ignored */ + } + return; } if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) { if (snd_seq_kernel_client_dispatch(vmidi->client, &vmidi->event, in_atomic(), 0) < 0) return; vmidi->event.type = SNDRV_SEQ_EVENT_NONE; } + spin_lock_irqsave(&substream->runtime->lock, flags); while (1) { - count = snd_rawmidi_transmit_peek(substream, buf, sizeof(buf)); + count = __snd_rawmidi_transmit_peek(substream, buf, sizeof(buf)); if (count <= 0) break; pbuf = buf; @@ -179,16 +184,18 @@ snd_midi_event_reset_encode(vmidi->parser); continue; } - snd_rawmidi_transmit_ack(substream, res); + __snd_rawmidi_transmit_ack(substream, res); pbuf += res; count -= res; if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) { if (snd_seq_kernel_client_dispatch(vmidi->client, &vmidi->event, in_atomic(), 0) < 0) - return; + goto out; vmidi->event.type = SNDRV_SEQ_EVENT_NONE; } } } + out: + spin_unlock_irqrestore(&substream->runtime->lock, flags); } else { vmidi->trigger = 0; } @@ -254,9 +261,13 @@ */ static int snd_virmidi_input_close(struct snd_rawmidi_substream *substream) { + struct snd_virmidi_dev *rdev = substream->rmidi->private_data; struct snd_virmidi *vmidi = substream->runtime->private_data; - snd_midi_event_free(vmidi->parser); + + write_lock_irq(&rdev->filelist_lock); list_del(&vmidi->list); + write_unlock_irq(&rdev->filelist_lock); + snd_midi_event_free(vmidi->parser); substream->runtime->private_data = NULL; kfree(vmidi); return 0; --- linux-lts-utopic-3.16.0.orig/sound/core/timer.c +++ linux-lts-utopic-3.16.0/sound/core/timer.c @@ -65,6 +65,7 @@ int qtail; int qused; int queue_size; + bool disconnected; struct snd_timer_read *queue; struct snd_timer_tread *tqueue; spinlock_t qlock; @@ -73,7 +74,7 @@ struct timespec tstamp; /* trigger tstamp */ wait_queue_head_t qchange_sleep; struct fasync_struct *fasync; - struct mutex tread_sem; + struct mutex ioctl_lock; }; /* list of timers */ @@ -215,11 +216,13 @@ slave->slave_id == master->slave_id) { list_move_tail(&slave->open_list, &master->slave_list_head); spin_lock_irq(&slave_active_lock); + spin_lock(&master->timer->lock); slave->master = master; slave->timer = master->timer; if (slave->flags & SNDRV_TIMER_IFLG_RUNNING) list_add_tail(&slave->active_list, &master->slave_active_head); + spin_unlock(&master->timer->lock); spin_unlock_irq(&slave_active_lock); } } @@ -288,6 +291,9 @@ mutex_unlock(®ister_mutex); return -ENOMEM; } + /* take a card refcount for safe disconnection */ + if (timer->card) + get_device(&timer->card->card_dev); timeri->slave_class = tid->dev_sclass; timeri->slave_id = slave_id; if (list_empty(&timer->open_list_head) && timer->hw.open) @@ -299,8 +305,7 @@ return 0; } -static int _snd_timer_stop(struct snd_timer_instance *timeri, - int keep_flag, int event); +static int _snd_timer_stop(struct snd_timer_instance *timeri, int event); /* * close a timer instance @@ -342,19 +347,25 @@ spin_unlock_irq(&timer->lock); mutex_lock(®ister_mutex); list_del(&timeri->open_list); - if (timer && list_empty(&timer->open_list_head) && + if (list_empty(&timer->open_list_head) && timer->hw.close) timer->hw.close(timer); /* remove slave links */ + spin_lock_irq(&slave_active_lock); + spin_lock(&timer->lock); list_for_each_entry_safe(slave, tmp, &timeri->slave_list_head, open_list) { - spin_lock_irq(&slave_active_lock); - _snd_timer_stop(slave, 1, SNDRV_TIMER_EVENT_RESOLUTION); list_move_tail(&slave->open_list, &snd_timer_slave_list); slave->master = NULL; slave->timer = NULL; - spin_unlock_irq(&slave_active_lock); + list_del_init(&slave->ack_list); + list_del_init(&slave->active_list); } + spin_unlock(&timer->lock); + spin_unlock_irq(&slave_active_lock); + /* release a card refcount for safe disconnection */ + if (timer->card) + put_device(&timer->card->card_dev); mutex_unlock(®ister_mutex); } out: @@ -411,7 +422,7 @@ spin_lock_irqsave(&timer->lock, flags); list_for_each_entry(ts, &ti->slave_active_head, active_list) if (ts->ccallback) - ts->ccallback(ti, event + 100, &tstamp, resolution); + ts->ccallback(ts, event + 100, &tstamp, resolution); spin_unlock_irqrestore(&timer->lock, flags); } @@ -440,10 +451,17 @@ unsigned long flags; spin_lock_irqsave(&slave_active_lock, flags); + if (timeri->flags & SNDRV_TIMER_IFLG_RUNNING) { + spin_unlock_irqrestore(&slave_active_lock, flags); + return -EBUSY; + } timeri->flags |= SNDRV_TIMER_IFLG_RUNNING; - if (timeri->master) + if (timeri->master && timeri->timer) { + spin_lock(&timeri->timer->lock); list_add_tail(&timeri->active_list, &timeri->master->slave_active_head); + spin_unlock(&timeri->timer->lock); + } spin_unlock_irqrestore(&slave_active_lock, flags); return 1; /* delayed start */ } @@ -461,23 +479,32 @@ return -EINVAL; if (timeri->flags & SNDRV_TIMER_IFLG_SLAVE) { result = snd_timer_start_slave(timeri); - snd_timer_notify1(timeri, SNDRV_TIMER_EVENT_START); + if (result >= 0) + snd_timer_notify1(timeri, SNDRV_TIMER_EVENT_START); return result; } timer = timeri->timer; if (timer == NULL) return -EINVAL; + if (timer->card && timer->card->shutdown) + return -ENODEV; spin_lock_irqsave(&timer->lock, flags); + if (timeri->flags & (SNDRV_TIMER_IFLG_RUNNING | + SNDRV_TIMER_IFLG_START)) { + result = -EBUSY; + goto unlock; + } timeri->ticks = timeri->cticks = ticks; timeri->pticks = 0; result = snd_timer_start1(timer, timeri, ticks); + unlock: spin_unlock_irqrestore(&timer->lock, flags); - snd_timer_notify1(timeri, SNDRV_TIMER_EVENT_START); + if (result >= 0) + snd_timer_notify1(timeri, SNDRV_TIMER_EVENT_START); return result; } -static int _snd_timer_stop(struct snd_timer_instance * timeri, - int keep_flag, int event) +static int _snd_timer_stop(struct snd_timer_instance *timeri, int event) { struct snd_timer *timer; unsigned long flags; @@ -486,19 +513,36 @@ return -ENXIO; if (timeri->flags & SNDRV_TIMER_IFLG_SLAVE) { - if (!keep_flag) { - spin_lock_irqsave(&slave_active_lock, flags); - timeri->flags &= ~SNDRV_TIMER_IFLG_RUNNING; + spin_lock_irqsave(&slave_active_lock, flags); + if (!(timeri->flags & SNDRV_TIMER_IFLG_RUNNING)) { spin_unlock_irqrestore(&slave_active_lock, flags); + return -EBUSY; } + if (timeri->timer) + spin_lock(&timeri->timer->lock); + timeri->flags &= ~SNDRV_TIMER_IFLG_RUNNING; + list_del_init(&timeri->ack_list); + list_del_init(&timeri->active_list); + if (timeri->timer) + spin_unlock(&timeri->timer->lock); + spin_unlock_irqrestore(&slave_active_lock, flags); goto __end; } timer = timeri->timer; if (!timer) return -EINVAL; spin_lock_irqsave(&timer->lock, flags); + if (!(timeri->flags & (SNDRV_TIMER_IFLG_RUNNING | + SNDRV_TIMER_IFLG_START))) { + spin_unlock_irqrestore(&timer->lock, flags); + return -EBUSY; + } list_del_init(&timeri->ack_list); list_del_init(&timeri->active_list); + if (timer->card && timer->card->shutdown) { + spin_unlock_irqrestore(&timer->lock, flags); + return 0; + } if ((timeri->flags & SNDRV_TIMER_IFLG_RUNNING) && !(--timer->running)) { timer->hw.stop(timer); @@ -511,9 +555,7 @@ } } } - if (!keep_flag) - timeri->flags &= - ~(SNDRV_TIMER_IFLG_RUNNING | SNDRV_TIMER_IFLG_START); + timeri->flags &= ~(SNDRV_TIMER_IFLG_RUNNING | SNDRV_TIMER_IFLG_START); spin_unlock_irqrestore(&timer->lock, flags); __end: if (event != SNDRV_TIMER_EVENT_RESOLUTION) @@ -532,7 +574,7 @@ unsigned long flags; int err; - err = _snd_timer_stop(timeri, 0, SNDRV_TIMER_EVENT_STOP); + err = _snd_timer_stop(timeri, SNDRV_TIMER_EVENT_STOP); if (err < 0) return err; timer = timeri->timer; @@ -561,11 +603,18 @@ timer = timeri->timer; if (! timer) return -EINVAL; + if (timer->card && timer->card->shutdown) + return -ENODEV; spin_lock_irqsave(&timer->lock, flags); + if (timeri->flags & SNDRV_TIMER_IFLG_RUNNING) { + result = -EBUSY; + goto unlock; + } if (!timeri->cticks) timeri->cticks = 1; timeri->pticks = 0; result = snd_timer_start1(timer, timeri, timer->sticks); + unlock: spin_unlock_irqrestore(&timer->lock, flags); snd_timer_notify1(timeri, SNDRV_TIMER_EVENT_CONTINUE); return result; @@ -576,7 +625,7 @@ */ int snd_timer_pause(struct snd_timer_instance * timeri) { - return _snd_timer_stop(timeri, 0, SNDRV_TIMER_EVENT_PAUSE); + return _snd_timer_stop(timeri, SNDRV_TIMER_EVENT_PAUSE); } /* @@ -624,6 +673,9 @@ unsigned long resolution, ticks; unsigned long flags; + if (timer->card && timer->card->shutdown) + return; + spin_lock_irqsave(&timer->lock, flags); /* now process all callbacks */ while (!list_empty(&timer->sack_list_head)) { @@ -664,6 +716,9 @@ if (timer == NULL) return; + if (timer->card && timer->card->shutdown) + return; + spin_lock_irqsave(&timer->lock, flags); /* remember the current resolution */ @@ -693,8 +748,8 @@ ti->cticks = ti->ticks; } else { ti->flags &= ~SNDRV_TIMER_IFLG_RUNNING; - if (--timer->running) - list_del(&ti->active_list); + --timer->running; + list_del_init(&ti->active_list); } if ((timer->hw.flags & SNDRV_TIMER_HW_TASKLET) || (ti->flags & SNDRV_TIMER_IFLG_FAST)) @@ -876,11 +931,28 @@ return 0; } +/* just for reference in snd_timer_dev_disconnect() below */ +static void snd_timer_user_ccallback(struct snd_timer_instance *timeri, + int event, struct timespec *tstamp, + unsigned long resolution); + static int snd_timer_dev_disconnect(struct snd_device *device) { struct snd_timer *timer = device->device_data; + struct snd_timer_instance *ti; + mutex_lock(®ister_mutex); list_del_init(&timer->device_list); + /* wake up pending sleepers */ + list_for_each_entry(ti, &timer->open_list_head, open_list) { + /* FIXME: better to have a ti.disconnect() op */ + if (ti->ccallback == snd_timer_user_ccallback) { + struct snd_timer_user *tu = ti->callback_data; + + tu->disconnected = true; + wake_up(&tu->qchange_sleep); + } + } mutex_unlock(®ister_mutex); return 0; } @@ -891,6 +963,8 @@ unsigned long resolution = 0; struct snd_timer_instance *ti, *ts; + if (timer->card && timer->card->shutdown) + return; if (! (timer->hw.flags & SNDRV_TIMER_HW_SLAVE)) return; if (snd_BUG_ON(event < SNDRV_TIMER_EVENT_MSTART || @@ -1051,6 +1125,8 @@ mutex_lock(®ister_mutex); list_for_each_entry(timer, &snd_timer_list, device_list) { + if (timer->card && timer->card->shutdown) + continue; switch (timer->tmr_class) { case SNDRV_TIMER_CLASS_GLOBAL: snd_iprintf(buffer, "G%i: ", timer->tmr_device); @@ -1257,7 +1333,7 @@ return -ENOMEM; spin_lock_init(&tu->qlock); init_waitqueue_head(&tu->qchange_sleep); - mutex_init(&tu->tread_sem); + mutex_init(&tu->ioctl_lock); tu->ticks = 1; tu->queue_size = 128; tu->queue = kmalloc(tu->queue_size * sizeof(struct snd_timer_read), @@ -1277,8 +1353,10 @@ if (file->private_data) { tu = file->private_data; file->private_data = NULL; + mutex_lock(&tu->ioctl_lock); if (tu->timeri) snd_timer_close(tu->timeri); + mutex_unlock(&tu->ioctl_lock); kfree(tu->queue); kfree(tu->tqueue); kfree(tu); @@ -1516,7 +1594,6 @@ int err = 0; tu = file->private_data; - mutex_lock(&tu->tread_sem); if (tu->timeri) { snd_timer_close(tu->timeri); tu->timeri = NULL; @@ -1560,7 +1637,6 @@ } __err: - mutex_unlock(&tu->tread_sem); return err; } @@ -1773,7 +1849,7 @@ SNDRV_TIMER_IOCTL_PAUSE_OLD = _IO('T', 0x23), }; -static long snd_timer_user_ioctl(struct file *file, unsigned int cmd, +static long __snd_timer_user_ioctl(struct file *file, unsigned int cmd, unsigned long arg) { struct snd_timer_user *tu; @@ -1790,17 +1866,11 @@ { int xarg; - mutex_lock(&tu->tread_sem); - if (tu->timeri) { /* too late */ - mutex_unlock(&tu->tread_sem); + if (tu->timeri) /* too late */ return -EBUSY; - } - if (get_user(xarg, p)) { - mutex_unlock(&tu->tread_sem); + if (get_user(xarg, p)) return -EFAULT; - } tu->tread = xarg ? 1 : 0; - mutex_unlock(&tu->tread_sem); return 0; } case SNDRV_TIMER_IOCTL_GINFO: @@ -1833,6 +1903,18 @@ return -ENOTTY; } +static long snd_timer_user_ioctl(struct file *file, unsigned int cmd, + unsigned long arg) +{ + struct snd_timer_user *tu = file->private_data; + long ret; + + mutex_lock(&tu->ioctl_lock); + ret = __snd_timer_user_ioctl(file, cmd, arg); + mutex_unlock(&tu->ioctl_lock); + return ret; +} + static int snd_timer_user_fasync(int fd, struct file * file, int on) { struct snd_timer_user *tu; @@ -1846,6 +1928,7 @@ { struct snd_timer_user *tu; long result = 0, unit; + int qhead; int err = 0; tu = file->private_data; @@ -1857,7 +1940,7 @@ if ((file->f_flags & O_NONBLOCK) != 0 || result > 0) { err = -EAGAIN; - break; + goto _error; } set_current_state(TASK_INTERRUPTIBLE); @@ -1870,40 +1953,39 @@ remove_wait_queue(&tu->qchange_sleep, &wait); + if (tu->disconnected) { + err = -ENODEV; + goto _error; + } if (signal_pending(current)) { err = -ERESTARTSYS; - break; + goto _error; } } + qhead = tu->qhead++; + tu->qhead %= tu->queue_size; spin_unlock_irq(&tu->qlock); - if (err < 0) - goto _error; if (tu->tread) { - if (copy_to_user(buffer, &tu->tqueue[tu->qhead++], - sizeof(struct snd_timer_tread))) { + if (copy_to_user(buffer, &tu->tqueue[qhead], + sizeof(struct snd_timer_tread))) err = -EFAULT; - goto _error; - } } else { - if (copy_to_user(buffer, &tu->queue[tu->qhead++], - sizeof(struct snd_timer_read))) { + if (copy_to_user(buffer, &tu->queue[qhead], + sizeof(struct snd_timer_read))) err = -EFAULT; - goto _error; - } } - tu->qhead %= tu->queue_size; - - result += unit; - buffer += unit; - spin_lock_irq(&tu->qlock); tu->qused--; + if (err < 0) + goto _error; + result += unit; + buffer += unit; } - spin_unlock_irq(&tu->qlock); _error: + spin_unlock_irq(&tu->qlock); return result > 0 ? result : err; } @@ -1919,6 +2001,8 @@ mask = 0; if (tu->qused) mask |= POLLIN | POLLRDNORM; + if (tu->disconnected) + mask |= POLLERR; return mask; } --- linux-lts-utopic-3.16.0.orig/sound/core/timer_compat.c +++ linux-lts-utopic-3.16.0/sound/core/timer_compat.c @@ -70,13 +70,14 @@ struct snd_timer_status32 __user *_status) { struct snd_timer_user *tu; - struct snd_timer_status status; + struct snd_timer_status32 status; tu = file->private_data; if (snd_BUG_ON(!tu->timeri)) return -ENXIO; memset(&status, 0, sizeof(status)); - status.tstamp = tu->tstamp; + status.tstamp.tv_sec = tu->tstamp.tv_sec; + status.tstamp.tv_nsec = tu->tstamp.tv_nsec; status.resolution = snd_timer_resolution(tu->timeri); status.lost = tu->timeri->lost; status.overrun = tu->overrun; @@ -88,12 +89,21 @@ return 0; } +#ifdef CONFIG_X86_X32 +/* X32 ABI has the same struct as x86-64 */ +#define snd_timer_user_status_x32(file, s) \ + snd_timer_user_status(file, s) +#endif /* CONFIG_X86_X32 */ + /* */ enum { SNDRV_TIMER_IOCTL_INFO32 = _IOR('T', 0x11, struct snd_timer_info32), SNDRV_TIMER_IOCTL_STATUS32 = _IOW('T', 0x14, struct snd_timer_status32), +#ifdef CONFIG_X86_X32 + SNDRV_TIMER_IOCTL_STATUS_X32 = _IOW('T', 0x14, struct snd_timer_status), +#endif /* CONFIG_X86_X32 */ }; static long snd_timer_user_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) @@ -122,6 +132,10 @@ return snd_timer_user_info_compat(file, argp); case SNDRV_TIMER_IOCTL_STATUS32: return snd_timer_user_status_compat(file, argp); +#ifdef CONFIG_X86_X32 + case SNDRV_TIMER_IOCTL_STATUS_X32: + return snd_timer_user_status_x32(file, argp); +#endif /* CONFIG_X86_X32 */ } return -ENOIOCTLCMD; } --- linux-lts-utopic-3.16.0.orig/sound/drivers/dummy.c +++ linux-lts-utopic-3.16.0/sound/drivers/dummy.c @@ -109,6 +109,9 @@ snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *); }; +#define get_dummy_ops(substream) \ + (*(const struct dummy_timer_ops **)(substream)->runtime->private_data) + struct dummy_model { const char *name; int (*playback_constraints)(struct snd_pcm_runtime *runtime); @@ -137,7 +140,6 @@ int iobox; struct snd_kcontrol *cd_volume_ctl; struct snd_kcontrol *cd_switch_ctl; - const struct dummy_timer_ops *timer_ops; }; /* @@ -231,6 +233,8 @@ */ struct dummy_systimer_pcm { + /* ops must be the first item */ + const struct dummy_timer_ops *timer_ops; spinlock_t lock; struct timer_list timer; unsigned long base_time; @@ -368,6 +372,8 @@ */ struct dummy_hrtimer_pcm { + /* ops must be the first item */ + const struct dummy_timer_ops *timer_ops; ktime_t base_time; ktime_t period_time; atomic_t running; @@ -494,31 +500,25 @@ static int dummy_pcm_trigger(struct snd_pcm_substream *substream, int cmd) { - struct snd_dummy *dummy = snd_pcm_substream_chip(substream); - switch (cmd) { case SNDRV_PCM_TRIGGER_START: case SNDRV_PCM_TRIGGER_RESUME: - return dummy->timer_ops->start(substream); + return get_dummy_ops(substream)->start(substream); case SNDRV_PCM_TRIGGER_STOP: case SNDRV_PCM_TRIGGER_SUSPEND: - return dummy->timer_ops->stop(substream); + return get_dummy_ops(substream)->stop(substream); } return -EINVAL; } static int dummy_pcm_prepare(struct snd_pcm_substream *substream) { - struct snd_dummy *dummy = snd_pcm_substream_chip(substream); - - return dummy->timer_ops->prepare(substream); + return get_dummy_ops(substream)->prepare(substream); } static snd_pcm_uframes_t dummy_pcm_pointer(struct snd_pcm_substream *substream) { - struct snd_dummy *dummy = snd_pcm_substream_chip(substream); - - return dummy->timer_ops->pointer(substream); + return get_dummy_ops(substream)->pointer(substream); } static struct snd_pcm_hardware dummy_pcm_hardware = { @@ -564,17 +564,19 @@ struct snd_dummy *dummy = snd_pcm_substream_chip(substream); struct dummy_model *model = dummy->model; struct snd_pcm_runtime *runtime = substream->runtime; + const struct dummy_timer_ops *ops; int err; - dummy->timer_ops = &dummy_systimer_ops; + ops = &dummy_systimer_ops; #ifdef CONFIG_HIGH_RES_TIMERS if (hrtimer) - dummy->timer_ops = &dummy_hrtimer_ops; + ops = &dummy_hrtimer_ops; #endif - err = dummy->timer_ops->create(substream); + err = ops->create(substream); if (err < 0) return err; + get_dummy_ops(substream) = ops; runtime->hw = dummy->pcm_hw; if (substream->pcm->device & 1) { @@ -596,7 +598,7 @@ err = model->capture_constraints(substream->runtime); } if (err < 0) { - dummy->timer_ops->free(substream); + get_dummy_ops(substream)->free(substream); return err; } return 0; @@ -604,8 +606,7 @@ static int dummy_pcm_close(struct snd_pcm_substream *substream) { - struct snd_dummy *dummy = snd_pcm_substream_chip(substream); - dummy->timer_ops->free(substream); + get_dummy_ops(substream)->free(substream); return 0; } --- linux-lts-utopic-3.16.0.orig/sound/firewire/amdtp.c +++ linux-lts-utopic-3.16.0/sound/firewire/amdtp.c @@ -507,7 +507,16 @@ static void update_pcm_pointers(struct amdtp_stream *s, struct snd_pcm_substream *pcm, unsigned int frames) -{ unsigned int ptr; +{ + unsigned int ptr; + + /* + * In IEC 61883-6, one data block represents one event. In ALSA, one + * event equals to one PCM frame. But Dice has a quirk to transfer + * two PCM frames in one data block. + */ + if (s->double_pcm_frames) + frames *= 2; ptr = s->pcm_buffer_pointer + frames; if (ptr >= pcm->runtime->buffer_size) @@ -669,8 +678,9 @@ s->data_block_counter != UINT_MAX) data_block_counter = s->data_block_counter; - if (((s->flags & CIP_SKIP_DBC_ZERO_CHECK) && data_block_counter == 0) || - (s->data_block_counter == UINT_MAX)) { + if (((s->flags & CIP_SKIP_DBC_ZERO_CHECK) && + data_block_counter == s->tx_first_dbc) || + s->data_block_counter == UINT_MAX) { lost = false; } else if (!(s->flags & CIP_DBC_IS_END_EVENT)) { lost = data_block_counter != s->data_block_counter; --- linux-lts-utopic-3.16.0.orig/sound/firewire/amdtp.h +++ linux-lts-utopic-3.16.0/sound/firewire/amdtp.h @@ -125,11 +125,14 @@ unsigned int pcm_buffer_pointer; unsigned int pcm_period_pointer; bool pointer_flush; + bool double_pcm_frames; struct snd_rawmidi_substream *midi[AMDTP_MAX_CHANNELS_FOR_MIDI * 8]; /* quirk: fixed interval of dbc between previos/current packets. */ unsigned int tx_dbc_interval; + /* quirk: indicate the value of dbc field in a first packet. */ + unsigned int tx_first_dbc; /* quirk: the first count of data blocks in an rx packet for MIDI */ unsigned int rx_blocks_for_midi; --- linux-lts-utopic-3.16.0.orig/sound/firewire/bebob/Makefile +++ linux-lts-utopic-3.16.0/sound/firewire/bebob/Makefile @@ -1,4 +1,4 @@ snd-bebob-objs := bebob_command.o bebob_stream.o bebob_proc.o bebob_midi.o \ bebob_pcm.o bebob_hwdep.o bebob_terratec.o bebob_yamaha.o \ bebob_focusrite.o bebob_maudio.o bebob.o -obj-m += snd-bebob.o +obj-$(CONFIG_SND_BEBOB) += snd-bebob.o --- linux-lts-utopic-3.16.0.orig/sound/firewire/bebob/bebob_focusrite.c +++ linux-lts-utopic-3.16.0/sound/firewire/bebob/bebob_focusrite.c @@ -27,12 +27,14 @@ #define SAFFIRE_CLOCK_SOURCE_INTERNAL 0 #define SAFFIRE_CLOCK_SOURCE_SPDIF 1 -/* '1' is absent, why... */ +/* clock sources as returned from register of Saffire Pro 10 and 26 */ #define SAFFIREPRO_CLOCK_SOURCE_INTERNAL 0 +#define SAFFIREPRO_CLOCK_SOURCE_SKIP 1 /* never used on hardware */ #define SAFFIREPRO_CLOCK_SOURCE_SPDIF 2 -#define SAFFIREPRO_CLOCK_SOURCE_ADAT1 3 -#define SAFFIREPRO_CLOCK_SOURCE_ADAT2 4 +#define SAFFIREPRO_CLOCK_SOURCE_ADAT1 3 /* not used on s.pro. 10 */ +#define SAFFIREPRO_CLOCK_SOURCE_ADAT2 4 /* not used on s.pro. 10 */ #define SAFFIREPRO_CLOCK_SOURCE_WORDCLOCK 5 +#define SAFFIREPRO_CLOCK_SOURCE_COUNT 6 /* S/PDIF, ADAT1, ADAT2 is enabled or not. three quadlets */ #define SAFFIREPRO_ENABLE_DIG_IFACES 0x01a4 @@ -101,13 +103,34 @@ &data, sizeof(__be32), 0); } +static char *const saffirepro_10_clk_src_labels[] = { + SND_BEBOB_CLOCK_INTERNAL, "S/PDIF", "Word Clock" +}; static char *const saffirepro_26_clk_src_labels[] = { SND_BEBOB_CLOCK_INTERNAL, "S/PDIF", "ADAT1", "ADAT2", "Word Clock" }; - -static char *const saffirepro_10_clk_src_labels[] = { - SND_BEBOB_CLOCK_INTERNAL, "S/PDIF", "Word Clock" +/* Value maps between registers and labels for SaffirePro 10/26. */ +static const signed char saffirepro_clk_maps[][SAFFIREPRO_CLOCK_SOURCE_COUNT] = { + /* SaffirePro 10 */ + [0] = { + [SAFFIREPRO_CLOCK_SOURCE_INTERNAL] = 0, + [SAFFIREPRO_CLOCK_SOURCE_SKIP] = -1, /* not supported */ + [SAFFIREPRO_CLOCK_SOURCE_SPDIF] = 1, + [SAFFIREPRO_CLOCK_SOURCE_ADAT1] = -1, /* not supported */ + [SAFFIREPRO_CLOCK_SOURCE_ADAT2] = -1, /* not supported */ + [SAFFIREPRO_CLOCK_SOURCE_WORDCLOCK] = 2, + }, + /* SaffirePro 26 */ + [1] = { + [SAFFIREPRO_CLOCK_SOURCE_INTERNAL] = 0, + [SAFFIREPRO_CLOCK_SOURCE_SKIP] = -1, /* not supported */ + [SAFFIREPRO_CLOCK_SOURCE_SPDIF] = 1, + [SAFFIREPRO_CLOCK_SOURCE_ADAT1] = 2, + [SAFFIREPRO_CLOCK_SOURCE_ADAT2] = 3, + [SAFFIREPRO_CLOCK_SOURCE_WORDCLOCK] = 4, + } }; + static int saffirepro_both_clk_freq_get(struct snd_bebob *bebob, unsigned int *rate) { @@ -138,24 +161,35 @@ return saffire_write_quad(bebob, SAFFIREPRO_RATE_NOREBOOT, id); } + +/* + * query hardware for current clock source, return our internally + * used clock index in *id, depending on hardware. + */ static int saffirepro_both_clk_src_get(struct snd_bebob *bebob, unsigned int *id) { int err; - u32 value; + u32 value; /* clock source read from hw register */ + const signed char *map; err = saffire_read_quad(bebob, SAFFIREPRO_OFFSET_CLOCK_SOURCE, &value); if (err < 0) goto end; - if (bebob->spec->clock->labels == saffirepro_10_clk_src_labels) { - if (value == SAFFIREPRO_CLOCK_SOURCE_WORDCLOCK) - *id = 2; - else if (value == SAFFIREPRO_CLOCK_SOURCE_SPDIF) - *id = 1; - } else if (value > 1) { - *id = value - 1; + /* depending on hardware, use a different mapping */ + if (bebob->spec->clock->labels == saffirepro_10_clk_src_labels) + map = saffirepro_clk_maps[0]; + else + map = saffirepro_clk_maps[1]; + + /* In a case that this driver cannot handle the value of register. */ + if (value >= SAFFIREPRO_CLOCK_SOURCE_COUNT || map[value] < 0) { + err = -EIO; + goto end; } + + *id = (unsigned int)map[value]; end: return err; } --- linux-lts-utopic-3.16.0.orig/sound/firewire/bebob/bebob_maudio.c +++ linux-lts-utopic-3.16.0/sound/firewire/bebob/bebob_maudio.c @@ -96,10 +96,10 @@ struct fw_device *device = fw_parent_device(unit); int err, rcode; u64 date; - __be32 cues[3] = { - MAUDIO_BOOTLOADER_CUE1, - MAUDIO_BOOTLOADER_CUE2, - MAUDIO_BOOTLOADER_CUE3 + __le32 cues[3] = { + cpu_to_le32(MAUDIO_BOOTLOADER_CUE1), + cpu_to_le32(MAUDIO_BOOTLOADER_CUE2), + cpu_to_le32(MAUDIO_BOOTLOADER_CUE3) }; /* check date of software used to build */ @@ -644,7 +644,7 @@ static int special_meter_get(struct snd_bebob *bebob, u32 *target, unsigned int size) { - u16 *buf; + __be16 *buf; unsigned int i, c, channels; int err; --- linux-lts-utopic-3.16.0.orig/sound/firewire/bebob/bebob_stream.c +++ linux-lts-utopic-3.16.0/sound/firewire/bebob/bebob_stream.c @@ -47,14 +47,16 @@ [6] = 0x07, }; -static unsigned int -get_formation_index(unsigned int rate) +static int +get_formation_index(unsigned int rate, unsigned int *index) { unsigned int i; for (i = 0; i < ARRAY_SIZE(snd_bebob_rate_table); i++) { - if (snd_bebob_rate_table[i] == rate) - return i; + if (snd_bebob_rate_table[i] == rate) { + *index = i; + return 0; + } } return -EINVAL; } @@ -129,12 +131,24 @@ /* 1.The device has its own operation to switch source of clock */ if (clk_spec) { err = clk_spec->get(bebob, &id); - if (err < 0) + if (err < 0) { dev_err(&bebob->unit->device, "fail to get clock source: %d\n", err); - else if (strncmp(clk_spec->labels[id], SND_BEBOB_CLOCK_INTERNAL, - strlen(SND_BEBOB_CLOCK_INTERNAL)) == 0) + goto end; + } + + if (id >= clk_spec->num) { + dev_err(&bebob->unit->device, + "clock source %d out of range 0..%d\n", + id, clk_spec->num - 1); + err = -EIO; + goto end; + } + + if (strncmp(clk_spec->labels[id], SND_BEBOB_CLOCK_INTERNAL, + strlen(SND_BEBOB_CLOCK_INTERNAL)) == 0) *internal = true; + goto end; } @@ -355,7 +369,9 @@ goto end; /* confirm params for both streams */ - index = get_formation_index(rate); + err = get_formation_index(rate, &index); + if (err < 0) + goto end; pcm_channels = bebob->tx_stream_formations[index].pcm; midi_channels = bebob->tx_stream_formations[index].midi; amdtp_stream_set_parameters(&bebob->tx_stream, --- linux-lts-utopic-3.16.0.orig/sound/firewire/bebob/bebob_terratec.c +++ linux-lts-utopic-3.16.0/sound/firewire/bebob/bebob_terratec.c @@ -17,10 +17,10 @@ unsigned int enable_ext, enable_word; int err; - err = avc_audio_get_selector(bebob->unit, 0, 0, &enable_ext); + err = avc_audio_get_selector(bebob->unit, 0, 9, &enable_ext); if (err < 0) goto end; - err = avc_audio_get_selector(bebob->unit, 0, 0, &enable_word); + err = avc_audio_get_selector(bebob->unit, 0, 8, &enable_word); if (err < 0) goto end; --- linux-lts-utopic-3.16.0.orig/sound/firewire/dice.c +++ linux-lts-utopic-3.16.0/sound/firewire/dice.c @@ -567,10 +567,14 @@ return err; /* - * At rates above 96 kHz, pretend that the stream runs at half the - * actual sample rate with twice the number of channels; two samples - * of a channel are stored consecutively in the packet. Requires - * blocking mode and PCM buffer size should be aligned to SYT_INTERVAL. + * At 176.4/192.0 kHz, Dice has a quirk to transfer two PCM frames in + * one data block of AMDTP packet. Thus sampling transfer frequency is + * a half of PCM sampling frequency, i.e. PCM frames at 192.0 kHz are + * transferred on AMDTP packets at 96 kHz. Two successive samples of a + * channel are stored consecutively in the packet. This quirk is called + * as 'Dual Wire'. + * For this quirk, blocking mode is required and PCM buffer size should + * be aligned to SYT_INTERVAL. */ channels = params_channels(hw_params); if (rate_index > 4) { @@ -579,18 +583,25 @@ return err; } - for (i = 0; i < channels; i++) { - dice->stream.pcm_positions[i * 2] = i; - dice->stream.pcm_positions[i * 2 + 1] = i + channels; - } - rate /= 2; channels *= 2; + dice->stream.double_pcm_frames = true; + } else { + dice->stream.double_pcm_frames = false; } mode = rate_index_to_mode(rate_index); amdtp_stream_set_parameters(&dice->stream, rate, channels, dice->rx_midi_ports[mode]); + if (rate_index > 4) { + channels /= 2; + + for (i = 0; i < channels; i++) { + dice->stream.pcm_positions[i] = i * 2; + dice->stream.pcm_positions[i + channels] = i * 2 + 1; + } + } + amdtp_stream_set_pcm_format(&dice->stream, params_format(hw_params)); --- linux-lts-utopic-3.16.0.orig/sound/firewire/fireworks/Makefile +++ linux-lts-utopic-3.16.0/sound/firewire/fireworks/Makefile @@ -1,4 +1,4 @@ snd-fireworks-objs := fireworks_transaction.o fireworks_command.o \ fireworks_stream.o fireworks_proc.o fireworks_midi.o \ fireworks_pcm.o fireworks_hwdep.o fireworks.o -obj-m += snd-fireworks.o +obj-$(CONFIG_SND_FIREWORKS) += snd-fireworks.o --- linux-lts-utopic-3.16.0.orig/sound/firewire/fireworks/fireworks.c +++ linux-lts-utopic-3.16.0/sound/firewire/fireworks/fireworks.c @@ -237,8 +237,16 @@ err = get_hardware_info(efw); if (err < 0) goto error; + /* AudioFire8 (since 2009) and AudioFirePre8 */ if (entry->model_id == MODEL_ECHO_AUDIOFIRE_9) efw->is_af9 = true; + /* These models uses the same firmware. */ + if (entry->model_id == MODEL_ECHO_AUDIOFIRE_2 || + entry->model_id == MODEL_ECHO_AUDIOFIRE_4 || + entry->model_id == MODEL_ECHO_AUDIOFIRE_9 || + entry->model_id == MODEL_GIBSON_RIP || + entry->model_id == MODEL_GIBSON_GOLDTOP) + efw->is_fireworks3 = true; snd_efw_proc_init(efw); --- linux-lts-utopic-3.16.0.orig/sound/firewire/fireworks/fireworks.h +++ linux-lts-utopic-3.16.0/sound/firewire/fireworks/fireworks.h @@ -71,6 +71,7 @@ /* for quirks */ bool is_af9; + bool is_fireworks3; u32 firmware_version; unsigned int midi_in_ports; --- linux-lts-utopic-3.16.0.orig/sound/firewire/fireworks/fireworks_command.c +++ linux-lts-utopic-3.16.0/sound/firewire/fireworks/fireworks_command.c @@ -257,7 +257,7 @@ struct snd_efw_phys_meters *meters, unsigned int len) { - __be32 *buf = (__be32 *)meters; + u32 *buf = (u32 *)meters; unsigned int i; int err; --- linux-lts-utopic-3.16.0.orig/sound/firewire/fireworks/fireworks_stream.c +++ linux-lts-utopic-3.16.0/sound/firewire/fireworks/fireworks_stream.c @@ -167,6 +167,15 @@ efw->tx_stream.flags |= CIP_DBC_IS_END_EVENT; /* Fireworks reset dbc at bus reset. */ efw->tx_stream.flags |= CIP_SKIP_DBC_ZERO_CHECK; + /* + * But Recent firmwares starts packets with non-zero dbc. + * Driver version 5.7.6 installs firmware version 5.7.3. + */ + if (efw->is_fireworks3 && + (efw->firmware_version == 0x5070000 || + efw->firmware_version == 0x5070300 || + efw->firmware_version == 0x5080000)) + efw->tx_stream.tx_first_dbc = 0x02; /* AudioFire9 always reports wrong dbs. */ if (efw->is_af9) efw->tx_stream.flags |= CIP_WRONG_DBS; --- linux-lts-utopic-3.16.0.orig/sound/firewire/fireworks/fireworks_transaction.c +++ linux-lts-utopic-3.16.0/sound/firewire/fireworks/fireworks_transaction.c @@ -124,7 +124,7 @@ spin_lock_irq(&efw->lock); t = (struct snd_efw_transaction *)data; - length = min_t(size_t, t->length * sizeof(t->length), length); + length = min_t(size_t, be32_to_cpu(t->length) * sizeof(u32), length); if (efw->push_ptr < efw->pull_ptr) capacity = (unsigned int)(efw->pull_ptr - efw->push_ptr); --- linux-lts-utopic-3.16.0.orig/sound/i2c/other/ak4113.c +++ linux-lts-utopic-3.16.0/sound/i2c/other/ak4113.c @@ -56,8 +56,7 @@ static void snd_ak4113_free(struct ak4113 *chip) { - chip->init = 1; /* don't schedule new work */ - mb(); + atomic_inc(&chip->wq_processing); /* don't schedule new work */ cancel_delayed_work_sync(&chip->work); kfree(chip); } @@ -89,6 +88,7 @@ chip->write = write; chip->private_data = private_data; INIT_DELAYED_WORK(&chip->work, ak4113_stats); + atomic_set(&chip->wq_processing, 0); for (reg = 0; reg < AK4113_WRITABLE_REGS ; reg++) chip->regmap[reg] = pgm[reg]; @@ -139,13 +139,11 @@ void snd_ak4113_reinit(struct ak4113 *chip) { - chip->init = 1; - mb(); - flush_delayed_work(&chip->work); + if (atomic_inc_return(&chip->wq_processing) == 1) + cancel_delayed_work_sync(&chip->work); ak4113_init_regs(chip); /* bring up statistics / event queing */ - chip->init = 0; - if (chip->kctls[0]) + if (atomic_dec_and_test(&chip->wq_processing)) schedule_delayed_work(&chip->work, HZ / 10); } EXPORT_SYMBOL_GPL(snd_ak4113_reinit); @@ -632,8 +630,9 @@ { struct ak4113 *chip = container_of(work, struct ak4113, work.work); - if (!chip->init) + if (atomic_inc_return(&chip->wq_processing) == 1) snd_ak4113_check_rate_and_errors(chip, chip->check_flags); - schedule_delayed_work(&chip->work, HZ / 10); + if (atomic_dec_and_test(&chip->wq_processing)) + schedule_delayed_work(&chip->work, HZ / 10); } --- linux-lts-utopic-3.16.0.orig/sound/i2c/other/ak4114.c +++ linux-lts-utopic-3.16.0/sound/i2c/other/ak4114.c @@ -66,8 +66,7 @@ static void snd_ak4114_free(struct ak4114 *chip) { - chip->init = 1; /* don't schedule new work */ - mb(); + atomic_inc(&chip->wq_processing); /* don't schedule new work */ cancel_delayed_work_sync(&chip->work); kfree(chip); } @@ -100,6 +99,7 @@ chip->write = write; chip->private_data = private_data; INIT_DELAYED_WORK(&chip->work, ak4114_stats); + atomic_set(&chip->wq_processing, 0); for (reg = 0; reg < 6; reg++) chip->regmap[reg] = pgm[reg]; @@ -152,13 +152,11 @@ void snd_ak4114_reinit(struct ak4114 *chip) { - chip->init = 1; - mb(); - flush_delayed_work(&chip->work); + if (atomic_inc_return(&chip->wq_processing) == 1) + cancel_delayed_work_sync(&chip->work); ak4114_init_regs(chip); /* bring up statistics / event queing */ - chip->init = 0; - if (chip->kctls[0]) + if (atomic_dec_and_test(&chip->wq_processing)) schedule_delayed_work(&chip->work, HZ / 10); } @@ -612,10 +610,10 @@ { struct ak4114 *chip = container_of(work, struct ak4114, work.work); - if (!chip->init) + if (atomic_inc_return(&chip->wq_processing) == 1) snd_ak4114_check_rate_and_errors(chip, chip->check_flags); - - schedule_delayed_work(&chip->work, HZ / 10); + if (atomic_dec_and_test(&chip->wq_processing)) + schedule_delayed_work(&chip->work, HZ / 10); } EXPORT_SYMBOL(snd_ak4114_create); --- linux-lts-utopic-3.16.0.orig/sound/oss/sequencer.c +++ linux-lts-utopic-3.16.0/sound/oss/sequencer.c @@ -681,13 +681,8 @@ break; case TMR_ECHO: - if (seq_mode == SEQ_2) - seq_copy_to_input(event_rec, 8); - else - { - parm = (parm << 8 | SEQ_ECHO); - seq_copy_to_input((unsigned char *) &parm, 4); - } + parm = (parm << 8 | SEQ_ECHO); + seq_copy_to_input((unsigned char *) &parm, 4); break; default:; @@ -1324,7 +1319,6 @@ int mode = translate_mode(file); struct synth_info inf; struct seq_event_rec event_rec; - unsigned long flags; int __user *p = arg; orig_dev = dev = dev >> 4; @@ -1479,9 +1473,7 @@ case SNDCTL_SEQ_OUTOFBAND: if (copy_from_user(&event_rec, arg, sizeof(event_rec))) return -EFAULT; - spin_lock_irqsave(&lock,flags); play_event(event_rec.arr); - spin_unlock_irqrestore(&lock,flags); return 0; case SNDCTL_MIDI_INFO: --- linux-lts-utopic-3.16.0.orig/sound/pci/Kconfig +++ linux-lts-utopic-3.16.0/sound/pci/Kconfig @@ -858,8 +858,8 @@ select SND_JACK if INPUT=y || INPUT=SND help Say Y here to include support for sound cards based on the - Asus AV66/AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, DS, - Essence ST (Deluxe), and Essence STX. + Asus AV66/AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, DS, DSX, + Essence ST (Deluxe), and Essence STX (II). Support for the HDAV1.3 (Deluxe) and HDAV1.3 Slim is experimental; for the Xense, missing. --- linux-lts-utopic-3.16.0.orig/sound/pci/emu10k1/emu10k1.c +++ linux-lts-utopic-3.16.0/sound/pci/emu10k1/emu10k1.c @@ -183,8 +183,10 @@ } #endif - strcpy(card->driver, emu->card_capabilities->driver); - strcpy(card->shortname, emu->card_capabilities->name); + strlcpy(card->driver, emu->card_capabilities->driver, + sizeof(card->driver)); + strlcpy(card->shortname, emu->card_capabilities->name, + sizeof(card->shortname)); snprintf(card->longname, sizeof(card->longname), "%s (rev.%d, serial:0x%x) at 0x%lx, irq %i", card->shortname, emu->revision, emu->serial, emu->port, emu->irq); --- linux-lts-utopic-3.16.0.orig/sound/pci/emu10k1/emu10k1_callback.c +++ linux-lts-utopic-3.16.0/sound/pci/emu10k1/emu10k1_callback.c @@ -85,6 +85,8 @@ * get more voice for pcm * * terminate most inactive voice and give it as a pcm voice. + * + * voice_lock is already held. */ int snd_emu10k1_synth_get_voice(struct snd_emu10k1 *hw) @@ -92,12 +94,10 @@ struct snd_emux *emu; struct snd_emux_voice *vp; struct best_voice best[V_END]; - unsigned long flags; int i; emu = hw->synth; - spin_lock_irqsave(&emu->voice_lock, flags); lookup_voices(emu, hw, best, 1); /* no OFF voices */ for (i = 0; i < V_END; i++) { if (best[i].voice >= 0) { @@ -113,11 +113,9 @@ vp->emu->num_voices--; vp->ch = -1; vp->state = SNDRV_EMUX_ST_OFF; - spin_unlock_irqrestore(&emu->voice_lock, flags); return ch; } } - spin_unlock_irqrestore(&emu->voice_lock, flags); /* not found */ return -ENOMEM; @@ -417,7 +415,7 @@ snd_emu10k1_ptr_write(hw, Z2, ch, 0); /* invalidate maps */ - temp = (hw->silent_page.addr << 1) | MAP_PTI_MASK; + temp = (hw->silent_page.addr << hw->address_mode) | (hw->address_mode ? MAP_PTI_MASK1 : MAP_PTI_MASK0); snd_emu10k1_ptr_write(hw, MAPA, ch, temp); snd_emu10k1_ptr_write(hw, MAPB, ch, temp); #if 0 @@ -438,7 +436,7 @@ snd_emu10k1_ptr_write(hw, CDF, ch, sample); /* invalidate maps */ - temp = ((unsigned int)hw->silent_page.addr << 1) | MAP_PTI_MASK; + temp = ((unsigned int)hw->silent_page.addr << hw_address_mode) | (hw->address_mode ? MAP_PTI_MASK1 : MAP_PTI_MASK0); snd_emu10k1_ptr_write(hw, MAPA, ch, temp); snd_emu10k1_ptr_write(hw, MAPB, ch, temp); --- linux-lts-utopic-3.16.0.orig/sound/pci/emu10k1/emu10k1_main.c +++ linux-lts-utopic-3.16.0/sound/pci/emu10k1/emu10k1_main.c @@ -282,7 +282,7 @@ snd_emu10k1_ptr_write(emu, TCB, 0, 0); /* taken from original driver */ snd_emu10k1_ptr_write(emu, TCBS, 0, 4); /* taken from original driver */ - silent_page = (emu->silent_page.addr << 1) | MAP_PTI_MASK; + silent_page = (emu->silent_page.addr << emu->address_mode) | (emu->address_mode ? MAP_PTI_MASK1 : MAP_PTI_MASK0); for (ch = 0; ch < NUM_G; ch++) { snd_emu10k1_ptr_write(emu, MAPA, ch, silent_page); snd_emu10k1_ptr_write(emu, MAPB, ch, silent_page); @@ -348,6 +348,11 @@ outl(reg | A_IOCFG_GPOUT0, emu->port + A_IOCFG); } + if (emu->address_mode == 0) { + /* use 16M in 4G */ + outl(inl(emu->port + HCFG) | HCFG_EXPANDED_MEM, emu->port + HCFG); + } + return 0; } @@ -1424,7 +1429,7 @@ * */ {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x20011102, - .driver = "Audigy2", .name = "SB Audigy 2 ZS Notebook [SB0530]", + .driver = "Audigy2", .name = "Audigy 2 ZS Notebook [SB0530]", .id = "Audigy2", .emu10k2_chip = 1, .ca0108_chip = 1, @@ -1574,7 +1579,7 @@ .adc_1361t = 1, /* 24 bit capture instead of 16bit */ .ac97_chip = 1} , {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x10051102, - .driver = "Audigy2", .name = "SB Audigy 2 Platinum EX [SB0280]", + .driver = "Audigy2", .name = "Audigy 2 Platinum EX [SB0280]", .id = "Audigy2", .emu10k2_chip = 1, .ca0102_chip = 1, @@ -1880,8 +1885,10 @@ is_audigy = emu->audigy = c->emu10k2_chip; + /* set addressing mode */ + emu->address_mode = is_audigy ? 0 : 1; /* set the DMA transfer mask */ - emu->dma_mask = is_audigy ? AUDIGY_DMA_MASK : EMU10K1_DMA_MASK; + emu->dma_mask = emu->address_mode ? EMU10K1_DMA_MASK : AUDIGY_DMA_MASK; if (pci_set_dma_mask(pci, emu->dma_mask) < 0 || pci_set_consistent_dma_mask(pci, emu->dma_mask) < 0) { dev_err(card->dev, @@ -1906,7 +1913,7 @@ emu->max_cache_pages = max_cache_bytes >> PAGE_SHIFT; if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(pci), - 32 * 1024, &emu->ptb_pages) < 0) { + (emu->address_mode ? 32 : 16) * 1024, &emu->ptb_pages) < 0) { err = -ENOMEM; goto error; } @@ -2005,8 +2012,8 @@ /* Clear silent pages and set up pointers */ memset(emu->silent_page.area, 0, PAGE_SIZE); - silent_page = emu->silent_page.addr << 1; - for (idx = 0; idx < MAXPAGES; idx++) + silent_page = emu->silent_page.addr << emu->address_mode; + for (idx = 0; idx < (emu->address_mode ? MAXPAGES1 : MAXPAGES0); idx++) ((u32 *)emu->ptb_pages.area)[idx] = cpu_to_le32(silent_page | idx); /* set up voice indices */ --- linux-lts-utopic-3.16.0.orig/sound/pci/emu10k1/emupcm.c +++ linux-lts-utopic-3.16.0/sound/pci/emu10k1/emupcm.c @@ -380,7 +380,7 @@ snd_emu10k1_ptr_write(emu, Z1, voice, 0); snd_emu10k1_ptr_write(emu, Z2, voice, 0); /* invalidate maps */ - silent_page = ((unsigned int)emu->silent_page.addr << 1) | MAP_PTI_MASK; + silent_page = ((unsigned int)emu->silent_page.addr << emu->address_mode) | (emu->address_mode ? MAP_PTI_MASK1 : MAP_PTI_MASK0); snd_emu10k1_ptr_write(emu, MAPA, voice, silent_page); snd_emu10k1_ptr_write(emu, MAPB, voice, silent_page); /* modulation envelope */ --- linux-lts-utopic-3.16.0.orig/sound/pci/emu10k1/emuproc.c +++ linux-lts-utopic-3.16.0/sound/pci/emu10k1/emuproc.c @@ -241,31 +241,22 @@ struct snd_emu10k1 *emu = entry->private_data; u32 value; u32 value2; - unsigned long flags; u32 rate; if (emu->card_capabilities->emu_model) { - spin_lock_irqsave(&emu->emu_lock, flags); snd_emu1010_fpga_read(emu, 0x38, &value); - spin_unlock_irqrestore(&emu->emu_lock, flags); if ((value & 0x1) == 0) { - spin_lock_irqsave(&emu->emu_lock, flags); snd_emu1010_fpga_read(emu, 0x2a, &value); snd_emu1010_fpga_read(emu, 0x2b, &value2); - spin_unlock_irqrestore(&emu->emu_lock, flags); rate = 0x1770000 / (((value << 5) | value2)+1); snd_iprintf(buffer, "ADAT Locked : %u\n", rate); } else { snd_iprintf(buffer, "ADAT Unlocked\n"); } - spin_lock_irqsave(&emu->emu_lock, flags); snd_emu1010_fpga_read(emu, 0x20, &value); - spin_unlock_irqrestore(&emu->emu_lock, flags); if ((value & 0x4) == 0) { - spin_lock_irqsave(&emu->emu_lock, flags); snd_emu1010_fpga_read(emu, 0x28, &value); snd_emu1010_fpga_read(emu, 0x29, &value2); - spin_unlock_irqrestore(&emu->emu_lock, flags); rate = 0x1770000 / (((value << 5) | value2)+1); snd_iprintf(buffer, "SPDIF Locked : %d\n", rate); } else { @@ -410,14 +401,11 @@ { struct snd_emu10k1 *emu = entry->private_data; u32 value; - unsigned long flags; int i; snd_iprintf(buffer, "EMU1010 Registers:\n\n"); for(i = 0; i < 0x40; i+=1) { - spin_lock_irqsave(&emu->emu_lock, flags); snd_emu1010_fpga_read(emu, i, &value); - spin_unlock_irqrestore(&emu->emu_lock, flags); snd_iprintf(buffer, "%02X: %08X, %02X\n", i, value, (value >> 8) & 0x7f); } } --- linux-lts-utopic-3.16.0.orig/sound/pci/emu10k1/memory.c +++ linux-lts-utopic-3.16.0/sound/pci/emu10k1/memory.c @@ -34,10 +34,11 @@ * aligned pages in others */ #define __set_ptb_entry(emu,page,addr) \ - (((u32 *)(emu)->ptb_pages.area)[page] = cpu_to_le32(((addr) << 1) | (page))) + (((u32 *)(emu)->ptb_pages.area)[page] = cpu_to_le32(((addr) << (emu->address_mode)) | (page))) #define UNIT_PAGES (PAGE_SIZE / EMUPAGESIZE) -#define MAX_ALIGN_PAGES (MAXPAGES / UNIT_PAGES) +#define MAX_ALIGN_PAGES0 (MAXPAGES0 / UNIT_PAGES) +#define MAX_ALIGN_PAGES1 (MAXPAGES1 / UNIT_PAGES) /* get aligned page from offset address */ #define get_aligned_page(offset) ((offset) >> PAGE_SHIFT) /* get offset address from aligned page */ @@ -124,7 +125,7 @@ } page = blk->mapped_page + blk->pages; } - size = MAX_ALIGN_PAGES - page; + size = (emu->address_mode ? MAX_ALIGN_PAGES1 : MAX_ALIGN_PAGES0) - page; if (size >= max_size) { *nextp = pos; return page; @@ -181,7 +182,7 @@ q = get_emu10k1_memblk(p, mapped_link); end_page = q->mapped_page; } else - end_page = MAX_ALIGN_PAGES; + end_page = (emu->address_mode ? MAX_ALIGN_PAGES1 : MAX_ALIGN_PAGES0); /* remove links */ list_del(&blk->mapped_link); @@ -307,7 +308,7 @@ if (snd_BUG_ON(!emu)) return NULL; if (snd_BUG_ON(runtime->dma_bytes <= 0 || - runtime->dma_bytes >= MAXPAGES * EMUPAGESIZE)) + runtime->dma_bytes >= (emu->address_mode ? MAXPAGES1 : MAXPAGES0) * EMUPAGESIZE)) return NULL; hdr = emu->memhdr; if (snd_BUG_ON(!hdr)) --- linux-lts-utopic-3.16.0.orig/sound/pci/fm801.c +++ linux-lts-utopic-3.16.0/sound/pci/fm801.c @@ -1286,6 +1286,8 @@ return -ENODEV; } } else if ((tea575x_tuner & TUNER_TYPE_MASK) == 0) { + unsigned int tuner_only = tea575x_tuner & TUNER_ONLY; + /* autodetect tuner connection */ for (tea575x_tuner = 1; tea575x_tuner <= 3; tea575x_tuner++) { chip->tea575x_tuner = tea575x_tuner; @@ -1300,6 +1302,8 @@ dev_err(card->dev, "TEA575x radio not found\n"); chip->tea575x_tuner = TUNER_DISABLED; } + + chip->tea575x_tuner |= tuner_only; } if (!(chip->tea575x_tuner & TUNER_DISABLED)) { strlcpy(chip->tea.card, get_tea575x_gpio(chip)->name, --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/dell_wmi_helper.c +++ linux-lts-utopic-3.16.0/sound/pci/hda/dell_wmi_helper.c @@ -0,0 +1,76 @@ +/* Helper functions for Dell Mic Mute LED control; + * to be included from codec driver + */ + +#if IS_ENABLED(CONFIG_LEDS_DELL_NETBOOKS) +#include + +static int dell_led_value; +static int (*dell_led_set_func)(int, int); +static void (*dell_old_cap_hook)(struct hda_codec *, + struct snd_kcontrol *, + struct snd_ctl_elem_value *); + +static void update_dell_wmi_micmute_led(struct hda_codec *codec, + struct snd_kcontrol *kcontrol, + struct snd_ctl_elem_value *ucontrol) +{ + if (dell_old_cap_hook) + dell_old_cap_hook(codec, kcontrol, ucontrol); + + if (!ucontrol || !dell_led_set_func) + return; + if (strcmp("Capture Switch", ucontrol->id.name) == 0 && ucontrol->id.index == 0) { + /* TODO: How do I verify if it's a mono or stereo here? */ + int val = (ucontrol->value.integer.value[0] || ucontrol->value.integer.value[1]) ? 0 : 1; + if (val == dell_led_value) + return; + dell_led_value = val; + if (dell_led_set_func) + dell_led_set_func(DELL_LED_MICMUTE, dell_led_value); + } +} + + +static void alc_fixup_dell_wmi(struct hda_codec *codec, + const struct hda_fixup *fix, int action) +{ + struct alc_spec *spec = codec->spec; + bool removefunc = false; + + if (action == HDA_FIXUP_ACT_PROBE) { + if (!dell_led_set_func) + dell_led_set_func = symbol_request(dell_app_wmi_led_set); + if (!dell_led_set_func) { + codec_warn(codec, "Failed to find dell wmi symbol dell_app_wmi_led_set\n"); + return; + } + + removefunc = true; + if (dell_led_set_func(DELL_LED_MICMUTE, false) >= 0) { + dell_led_value = 0; + if (spec->gen.num_adc_nids > 1) + codec_dbg(codec, "Skipping micmute LED control due to several ADCs"); + else { + dell_old_cap_hook = spec->gen.cap_sync_hook; + spec->gen.cap_sync_hook = update_dell_wmi_micmute_led; + removefunc = false; + } + } + + } + + if (dell_led_set_func && (action == HDA_FIXUP_ACT_FREE || removefunc)) { + symbol_put(dell_app_wmi_led_set); + dell_led_set_func = NULL; + dell_old_cap_hook = NULL; + } +} + +#else /* CONFIG_LEDS_DELL_NETBOOKS */ +static void alc_fixup_dell_wmi(struct hda_codec *codec, + const struct hda_fixup *fix, int action) +{ +} + +#endif /* CONFIG_LEDS_DELL_NETBOOKS */ --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/hda_codec.c +++ linux-lts-utopic-3.16.0/sound/pci/hda/hda_codec.c @@ -338,8 +338,10 @@ unsigned int parm; parm = snd_hda_param_read(codec, nid, AC_PAR_NODE_COUNT); - if (parm == -1) + if (parm == -1) { + *start_id = 0; return 0; + } *start_id = (parm >> 16) & 0x7fff; return (int)(parm & 0x7fff); } @@ -2940,6 +2942,16 @@ .put = vmaster_mute_mode_put, }; +/* meta hook to call each driver's vmaster hook */ +static void vmaster_hook(void *private_data, int enabled) +{ + struct hda_vmaster_mute_hook *hook = private_data; + + if (hook->mute_mode != HDA_VMUTE_FOLLOW_MASTER) + enabled = hook->mute_mode; + hook->hook(hook->codec, enabled); +} + /* * Add a mute-LED hook with the given vmaster switch kctl * "Mute-LED Mode" control is automatically created and associated with @@ -2953,9 +2965,9 @@ if (!hook->hook || !hook->sw_kctl) return 0; - snd_ctl_add_vmaster_hook(hook->sw_kctl, hook->hook, codec); hook->codec = codec; hook->mute_mode = HDA_VMUTE_FOLLOW_MASTER; + snd_ctl_add_vmaster_hook(hook->sw_kctl, vmaster_hook, hook); if (!expose_enum_ctl) return 0; kctl = snd_ctl_new1(&vmaster_mute_mode, hook); @@ -2978,14 +2990,7 @@ */ if (hook->codec->bus->shutdown) return; - switch (hook->mute_mode) { - case HDA_VMUTE_FOLLOW_MASTER: - snd_ctl_sync_vmaster_hook(hook->sw_kctl); - break; - default: - hook->hook(hook->codec, hook->mute_mode); - break; - } + snd_ctl_sync_vmaster_hook(hook->sw_kctl); } EXPORT_SYMBOL_GPL(snd_hda_sync_vmaster_hook); --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/hda_controller.c +++ linux-lts-utopic-3.16.0/sound/pci/hda/hda_controller.c @@ -1040,7 +1040,6 @@ dev_err(chip->card->dev, "cannot allocate CORB/RIRB\n"); return err; } -EXPORT_SYMBOL_GPL(azx_alloc_cmd_io); static void azx_init_cmd_io(struct azx *chip) { @@ -1105,7 +1104,6 @@ azx_writeb(chip, RIRBCTL, ICH6_RBCTL_DMA_EN | ICH6_RBCTL_IRQ_EN); spin_unlock_irq(&chip->reg_lock); } -EXPORT_SYMBOL_GPL(azx_init_cmd_io); static void azx_free_cmd_io(struct azx *chip) { @@ -1115,7 +1113,6 @@ azx_writeb(chip, CORBCTL, 0); spin_unlock_irq(&chip->reg_lock); } -EXPORT_SYMBOL_GPL(azx_free_cmd_io); static unsigned int azx_command_addr(u32 cmd) { @@ -1247,7 +1244,7 @@ } } - if (!bus->no_response_fallback) + if (bus->no_response_fallback) return -1; if (!chip->polling_mode && chip->poll_count < 2) { @@ -1396,7 +1393,6 @@ else return azx_corb_send_cmd(bus, val); } -EXPORT_SYMBOL_GPL(azx_send_cmd); /* get a response */ static unsigned int azx_get_response(struct hda_bus *bus, @@ -1410,7 +1406,6 @@ else return azx_rirb_get_response(bus, addr); } -EXPORT_SYMBOL_GPL(azx_get_response); #ifdef CONFIG_SND_HDA_DSP_LOADER /* --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/hda_generic.c +++ linux-lts-utopic-3.16.0/sound/pci/hda/hda_generic.c @@ -653,12 +653,45 @@ return val; } +/* is this a stereo widget or a stereo-to-mono mix? */ +static bool is_stereo_amps(struct hda_codec *codec, hda_nid_t nid, int dir) +{ + unsigned int wcaps = get_wcaps(codec, nid); + hda_nid_t conn; + + if (wcaps & AC_WCAP_STEREO) + return true; + if (dir != HDA_INPUT || get_wcaps_type(wcaps) != AC_WID_AUD_MIX) + return false; + if (snd_hda_get_num_conns(codec, nid) != 1) + return false; + if (snd_hda_get_connections(codec, nid, &conn, 1) < 0) + return false; + return !!(get_wcaps(codec, conn) & AC_WCAP_STEREO); +} + /* initialize the amp value (only at the first time) */ static void init_amp(struct hda_codec *codec, hda_nid_t nid, int dir, int idx) { unsigned int caps = query_amp_caps(codec, nid, dir); int val = get_amp_val_to_activate(codec, nid, dir, caps, false); - snd_hda_codec_amp_init_stereo(codec, nid, dir, idx, 0xff, val); + + if (is_stereo_amps(codec, nid, dir)) + snd_hda_codec_amp_init_stereo(codec, nid, dir, idx, 0xff, val); + else + snd_hda_codec_amp_init(codec, nid, 0, dir, idx, 0xff, val); +} + +/* update the amp, doing in stereo or mono depending on NID */ +static int update_amp(struct hda_codec *codec, hda_nid_t nid, int dir, int idx, + unsigned int mask, unsigned int val) +{ + if (is_stereo_amps(codec, nid, dir)) + return snd_hda_codec_amp_stereo(codec, nid, dir, idx, + mask, val); + else + return snd_hda_codec_amp_update(codec, nid, 0, dir, idx, + mask, val); } /* calculate amp value mask we can modify; @@ -698,7 +731,7 @@ return; val &= mask; - snd_hda_codec_amp_stereo(codec, nid, dir, idx, mask, val); + update_amp(codec, nid, dir, idx, mask, val); } static void activate_amp_out(struct hda_codec *codec, struct nid_path *path, @@ -4336,13 +4369,11 @@ has_amp = nid_has_mute(codec, mix, HDA_INPUT); for (i = 0; i < nums; i++) { if (has_amp) - snd_hda_codec_amp_stereo(codec, mix, - HDA_INPUT, i, - 0xff, HDA_AMP_MUTE); + update_amp(codec, mix, HDA_INPUT, i, + 0xff, HDA_AMP_MUTE); else if (nid_has_volume(codec, conn[i], HDA_OUTPUT)) - snd_hda_codec_amp_stereo(codec, conn[i], - HDA_OUTPUT, 0, - 0xff, HDA_AMP_MUTE); + update_amp(codec, conn[i], HDA_OUTPUT, 0, + 0xff, HDA_AMP_MUTE); } } --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/hda_intel.c +++ linux-lts-utopic-3.16.0/sound/pci/hda/hda_intel.c @@ -173,6 +173,8 @@ "{Intel, LPT}," "{Intel, LPT_LP}," "{Intel, WPT_LP}," + "{Intel, SPT}," + "{Intel, SPT_LP}," "{Intel, HPT}," "{Intel, PBG}," "{Intel, SCH}," @@ -250,7 +252,8 @@ /* quirks for ATI/AMD HDMI */ #define AZX_DCAPS_PRESET_ATI_HDMI \ - (AZX_DCAPS_NO_TCSEL | AZX_DCAPS_SYNC_WRITE | AZX_DCAPS_POSFIX_LPIB) + (AZX_DCAPS_NO_TCSEL | AZX_DCAPS_SYNC_WRITE | AZX_DCAPS_POSFIX_LPIB|\ + AZX_DCAPS_NO_MSI64) /* quirks for Nvidia */ #define AZX_DCAPS_PRESET_NVIDIA \ @@ -259,7 +262,8 @@ AZX_DCAPS_CORBRP_SELF_CLEAR) #define AZX_DCAPS_PRESET_CTHDA \ - (AZX_DCAPS_NO_MSI | AZX_DCAPS_POSFIX_LPIB | AZX_DCAPS_4K_BDLE_BOUNDARY) + (AZX_DCAPS_NO_MSI | AZX_DCAPS_POSFIX_LPIB | AZX_DCAPS_4K_BDLE_BOUNDARY |\ + AZX_DCAPS_NO_64BIT) /* * VGA-switcher support @@ -659,6 +663,36 @@ } #endif /* CONFIG_PM_SLEEP || SUPPORT_VGA_SWITCHEROO */ +#ifdef CONFIG_PM_SLEEP +/* put codec down to D3 at hibernation for Intel SKL+; + * otherwise BIOS may still access the codec and screw up the driver + */ +#define IS_SKL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa170) +#define IS_SKL_LP(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x9d70) +#define IS_BXT(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x5a98) +#define IS_SKL_PLUS(pci) (IS_SKL(pci) || IS_SKL_LP(pci) || IS_BXT(pci)) + +static int azx_freeze_noirq(struct device *dev) +{ + struct pci_dev *pci = to_pci_dev(dev); + + if (IS_SKL_PLUS(pci)) + pci_set_power_state(pci, PCI_D3hot); + + return 0; +} + +static int azx_thaw_noirq(struct device *dev) +{ + struct pci_dev *pci = to_pci_dev(dev); + + if (IS_SKL_PLUS(pci)) + pci_set_power_state(pci, PCI_D0); + + return 0; +} +#endif /* CONFIG_PM_SLEEP */ + #ifdef CONFIG_PM_RUNTIME static int azx_runtime_suspend(struct device *dev) { @@ -744,6 +778,10 @@ #ifdef CONFIG_PM static const struct dev_pm_ops azx_pm = { SET_SYSTEM_SLEEP_PM_OPS(azx_suspend, azx_resume) +#ifdef CONFIG_PM_SLEEP + .freeze_noirq = azx_freeze_noirq, + .thaw_noirq = azx_thaw_noirq, +#endif SET_RUNTIME_PM_OPS(azx_runtime_suspend, azx_runtime_resume, azx_runtime_idle) }; @@ -1271,6 +1309,7 @@ struct snd_card *card = chip->card; int err; unsigned short gcap; + unsigned int dma_bits = 64; #if BITS_PER_LONG != 64 /* Fix up base address on ULI M5461 */ @@ -1294,9 +1333,14 @@ return -ENXIO; } - if (chip->msi) + if (chip->msi) { + if (chip->driver_caps & AZX_DCAPS_NO_MSI64) { + dev_dbg(card->dev, "Disabling 64bit MSI\n"); + pci->no_64bit_msi = true; + } if (pci_enable_msi(pci) < 0) chip->msi = 0; + } if (azx_acquire_irq(chip, 0) < 0) return -EBUSY; @@ -1307,9 +1351,14 @@ gcap = azx_readw(chip, GCAP); dev_dbg(card->dev, "chipset global capabilities = 0x%x\n", gcap); + /* AMD devices support 40 or 48bit DMA, take the safe one */ + if (chip->pci->vendor == PCI_VENDOR_ID_AMD) + dma_bits = 40; + /* disable SB600 64bit support for safety */ if (chip->pci->vendor == PCI_VENDOR_ID_ATI) { struct pci_dev *p_smbus; + dma_bits = 40; p_smbus = pci_get_device(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_SBX00_SMBUS, NULL); @@ -1339,9 +1388,11 @@ } /* allow 64bit DMA address if supported by H/W */ - if ((gcap & ICH6_GCAP_64OK) && !pci_set_dma_mask(pci, DMA_BIT_MASK(64))) - pci_set_consistent_dma_mask(pci, DMA_BIT_MASK(64)); - else { + if (!(gcap & ICH6_GCAP_64OK)) + dma_bits = 32; + if (!pci_set_dma_mask(pci, DMA_BIT_MASK(dma_bits))) { + pci_set_consistent_dma_mask(pci, DMA_BIT_MASK(dma_bits)); + } else { pci_set_dma_mask(pci, DMA_BIT_MASK(32)); pci_set_consistent_dma_mask(pci, DMA_BIT_MASK(32)); } @@ -1763,7 +1814,7 @@ .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM }, /* Panther Point */ { PCI_DEVICE(0x8086, 0x1e20), - .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM }, /* Lynx Point */ { PCI_DEVICE(0x8086, 0x8c20), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, @@ -1775,6 +1826,11 @@ .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, { PCI_DEVICE(0x8086, 0x8d21), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, + /* Lewisburg */ + { PCI_DEVICE(0x8086, 0xa1f0), + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, + { PCI_DEVICE(0x8086, 0xa270), + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, /* Lynx Point-LP */ { PCI_DEVICE(0x8086, 0x9c20), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, @@ -1784,6 +1840,12 @@ /* Wildcat Point-LP */ { PCI_DEVICE(0x8086, 0x9ca0), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, + /* Sunrise Point */ + { PCI_DEVICE(0x8086, 0xa170), + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, + /* Sunrise Point-LP */ + { PCI_DEVICE(0x8086, 0x9d70), + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, /* Haswell */ { PCI_DEVICE(0x8086, 0x0a0c), .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL }, @@ -1806,6 +1868,9 @@ /* BayTrail */ { PCI_DEVICE(0x8086, 0x0f04), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM }, + /* Braswell */ + { PCI_DEVICE(0x8086, 0x2284), + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, /* ICH */ { PCI_DEVICE(0x8086, 0x2668), .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC | @@ -1933,11 +1998,13 @@ .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8, .class_mask = 0xffffff, .driver_data = AZX_DRIVER_CTX | AZX_DCAPS_CTX_WORKAROUND | + AZX_DCAPS_NO_64BIT | AZX_DCAPS_RIRB_PRE_DELAY | AZX_DCAPS_POSFIX_LPIB }, #else /* this entry seems still valid -- i.e. without emu20kx chip */ { PCI_DEVICE(0x1102, 0x0009), .driver_data = AZX_DRIVER_CTX | AZX_DCAPS_CTX_WORKAROUND | + AZX_DCAPS_NO_64BIT | AZX_DCAPS_RIRB_PRE_DELAY | AZX_DCAPS_POSFIX_LPIB }, #endif /* Vortex86MX */ --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/hda_local.h +++ linux-lts-utopic-3.16.0/sound/pci/hda/hda_local.h @@ -424,7 +424,7 @@ .subvendor = _subvendor,\ .name = _name,\ .value = _value,\ - .pins = (const struct hda_pintbl[]) { _pins } \ + .pins = (const struct hda_pintbl[]) { _pins, {0, 0}} \ } #else @@ -432,7 +432,7 @@ { .codec = _codec,\ .subvendor = _subvendor,\ .value = _value,\ - .pins = (const struct hda_pintbl[]) { _pins } \ + .pins = (const struct hda_pintbl[]) { _pins, {0, 0}} \ } #endif --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/hda_priv.h +++ linux-lts-utopic-3.16.0/sound/pci/hda/hda_priv.h @@ -191,6 +191,7 @@ #define AZX_DCAPS_PM_RUNTIME (1 << 26) /* runtime PM support */ #define AZX_DCAPS_I915_POWERWELL (1 << 27) /* HSW i915 powerwell support */ #define AZX_DCAPS_CORBRP_SELF_CLEAR (1 << 28) /* CORBRP clears itself after reset */ +#define AZX_DCAPS_NO_MSI64 (1 << 29) /* Stick to 32-bit MSIs */ /* position fix mode */ enum { --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/hda_proc.c +++ linux-lts-utopic-3.16.0/sound/pci/hda/hda_proc.c @@ -134,13 +134,38 @@ (caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT); } +/* is this a stereo widget or a stereo-to-mono mix? */ +static bool is_stereo_amps(struct hda_codec *codec, hda_nid_t nid, + int dir, unsigned int wcaps, int indices) +{ + hda_nid_t conn; + + if (wcaps & AC_WCAP_STEREO) + return true; + /* check for a stereo-to-mono mix; it must be: + * only a single connection, only for input, and only a mixer widget + */ + if (indices != 1 || dir != HDA_INPUT || + get_wcaps_type(wcaps) != AC_WID_AUD_MIX) + return false; + + if (snd_hda_get_raw_connections(codec, nid, &conn, 1) < 0) + return false; + /* the connection source is a stereo? */ + wcaps = snd_hda_param_read(codec, conn, AC_PAR_AUDIO_WIDGET_CAP); + return !!(wcaps & AC_WCAP_STEREO); +} + static void print_amp_vals(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid, - int dir, int stereo, int indices) + int dir, unsigned int wcaps, int indices) { unsigned int val; + bool stereo; int i; + stereo = is_stereo_amps(codec, nid, dir, wcaps, indices); + dir = dir == HDA_OUTPUT ? AC_AMP_GET_OUTPUT : AC_AMP_GET_INPUT; for (i = 0; i < indices; i++) { snd_iprintf(buffer, " ["); @@ -757,12 +782,10 @@ (codec->single_adc_amp && wid_type == AC_WID_AUD_IN)) print_amp_vals(buffer, codec, nid, HDA_INPUT, - wid_caps & AC_WCAP_STEREO, - 1); + wid_caps, 1); else print_amp_vals(buffer, codec, nid, HDA_INPUT, - wid_caps & AC_WCAP_STEREO, - conn_len); + wid_caps, conn_len); } if (wid_caps & AC_WCAP_OUT_AMP) { snd_iprintf(buffer, " Amp-Out caps: "); @@ -771,11 +794,10 @@ if (wid_type == AC_WID_PIN && codec->pin_amp_workaround) print_amp_vals(buffer, codec, nid, HDA_OUTPUT, - wid_caps & AC_WCAP_STEREO, - conn_len); + wid_caps, conn_len); else print_amp_vals(buffer, codec, nid, HDA_OUTPUT, - wid_caps & AC_WCAP_STEREO, 1); + wid_caps, 1); } switch (wid_type) { --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/patch_analog.c +++ linux-lts-utopic-3.16.0/sound/pci/hda/patch_analog.c @@ -332,6 +332,7 @@ static const struct snd_pci_quirk ad1986a_fixup_tbl[] = { SND_PCI_QUIRK(0x103c, 0x30af, "HP B2800", AD1986A_FIXUP_LAPTOP_IMIC), + SND_PCI_QUIRK(0x1043, 0x1443, "ASUS Z99He", AD1986A_FIXUP_EAPD), SND_PCI_QUIRK(0x1043, 0x1447, "ASUS A8JN", AD1986A_FIXUP_EAPD), SND_PCI_QUIRK_MASK(0x1043, 0xff00, 0x8100, "ASUS P5", AD1986A_FIXUP_3STACK), SND_PCI_QUIRK_MASK(0x1043, 0xff00, 0x8200, "ASUS M2", AD1986A_FIXUP_3STACK), --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/patch_ca0132.c +++ linux-lts-utopic-3.16.0/sound/pci/hda/patch_ca0132.c @@ -4376,6 +4376,9 @@ return; /* NOP */ #endif + if (spec->dsp_state == DSP_DOWNLOAD_FAILED) + return; /* don't retry failures */ + chipio_enable_clocks(codec); spec->dsp_state = DSP_DOWNLOADING; if (!ca0132_download_dsp_images(codec)) @@ -4552,7 +4555,8 @@ struct auto_pin_cfg *cfg = &spec->autocfg; int i; - spec->dsp_state = DSP_DOWNLOAD_INIT; + if (spec->dsp_state != DSP_DOWNLOAD_FAILED) + spec->dsp_state = DSP_DOWNLOAD_INIT; spec->curr_chip_addx = INVALID_CHIP_ADDRESS; snd_hda_power_up(codec); @@ -4663,6 +4667,7 @@ codec->spec = spec; spec->codec = codec; + spec->dsp_state = DSP_DOWNLOAD_INIT; spec->num_mixers = 1; spec->mixers[0] = ca0132_mixer; --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/patch_cirrus.c +++ linux-lts-utopic-3.16.0/sound/pci/hda/patch_cirrus.c @@ -395,6 +395,7 @@ SND_PCI_QUIRK(0x106b, 0x1c00, "MacBookPro 8,1", CS420X_MBP81), SND_PCI_QUIRK(0x106b, 0x2000, "iMac 12,2", CS420X_IMAC27_122), SND_PCI_QUIRK(0x106b, 0x2800, "MacBookPro 10,1", CS420X_MBP101), + SND_PCI_QUIRK(0x106b, 0x5600, "MacBookAir 5,2", CS420X_MBP81), SND_PCI_QUIRK(0x106b, 0x5b00, "MacBookAir 4,2", CS420X_MBA42), SND_PCI_QUIRK_VENDOR(0x106b, "Apple", CS420X_APPLE), {} /* terminator */ @@ -586,6 +587,7 @@ return -ENOMEM; spec->gen.automute_hook = cs_automute; + codec->single_adc_amp = 1; snd_hda_pick_fixup(codec, cs420x_models, cs420x_fixup_tbl, cs420x_fixups); @@ -614,6 +616,7 @@ CS4208_MAC_AUTO, CS4208_MBA6, CS4208_MBP11, + CS4208_MACMINI, CS4208_GPIO0, }; @@ -621,6 +624,7 @@ { .id = CS4208_GPIO0, .name = "gpio0" }, { .id = CS4208_MBA6, .name = "mba6" }, { .id = CS4208_MBP11, .name = "mbp11" }, + { .id = CS4208_MACMINI, .name = "macmini" }, {} }; @@ -632,8 +636,10 @@ /* codec SSID matching */ static const struct snd_pci_quirk cs4208_mac_fixup_tbl[] = { SND_PCI_QUIRK(0x106b, 0x5e00, "MacBookPro 11,2", CS4208_MBP11), + SND_PCI_QUIRK(0x106b, 0x6c00, "MacMini 7,1", CS4208_MACMINI), SND_PCI_QUIRK(0x106b, 0x7100, "MacBookAir 6,1", CS4208_MBA6), SND_PCI_QUIRK(0x106b, 0x7200, "MacBookAir 6,2", CS4208_MBA6), + SND_PCI_QUIRK(0x106b, 0x7b00, "MacBookPro 12,1", CS4208_MBP11), {} /* terminator */ }; @@ -663,6 +669,24 @@ snd_hda_apply_fixup(codec, action); } +/* MacMini 7,1 has the inverted jack detection */ +static void cs4208_fixup_macmini(struct hda_codec *codec, + const struct hda_fixup *fix, int action) +{ + static const struct hda_pintbl pincfgs[] = { + { 0x18, 0x00ab9150 }, /* mic (audio-in) jack: disable detect */ + { 0x21, 0x004be140 }, /* SPDIF: disable detect */ + { } + }; + + if (action == HDA_FIXUP_ACT_PRE_PROBE) { + /* HP pin (0x10) has an inverted detection */ + codec->inv_jack_detect = 1; + /* disable the bogus Mic and SPDIF jack detections */ + snd_hda_apply_pincfgs(codec, pincfgs); + } +} + static int cs4208_spdif_sw_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) { @@ -706,6 +730,12 @@ .chained = true, .chain_id = CS4208_GPIO0, }, + [CS4208_MACMINI] = { + .type = HDA_FIXUP_FUNC, + .v.func = cs4208_fixup_macmini, + .chained = true, + .chain_id = CS4208_GPIO0, + }, [CS4208_GPIO0] = { .type = HDA_FIXUP_FUNC, .v.func = cs4208_fixup_gpio0, @@ -999,9 +1029,7 @@ spec->spdif_present = spdif_present; /* SPDIF TX on/off */ - if (spdif_present) - snd_hda_set_pin_ctl(codec, spdif_pin, - spdif_present ? PIN_OUT : 0); + snd_hda_set_pin_ctl(codec, spdif_pin, spdif_present ? PIN_OUT : 0); cs_automute(codec); } --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/patch_conexant.c +++ linux-lts-utopic-3.16.0/sound/pci/hda/patch_conexant.c @@ -64,6 +64,7 @@ unsigned int num_eapds; hda_nid_t eapds[4]; bool dynamic_eapd; + hda_nid_t mute_led_eapd; unsigned int parse_flags; /* flag for snd_hda_parse_pin_defcfg() */ @@ -2769,6 +2770,17 @@ cx_auto_turn_eapd(codec, spec->num_eapds, spec->eapds, enabled); } +/* turn on/off EAPD according to Master switch (inversely!) for mute LED */ +static void cx_auto_vmaster_hook_mute_led(void *private_data, int enabled) +{ + struct hda_codec *codec = private_data; + struct conexant_spec *spec = codec->spec; + + snd_hda_codec_write(codec, spec->mute_led_eapd, 0, + AC_VERB_SET_EAPD_BTLENABLE, + enabled ? 0x00 : 0x02); +} + static int cx_auto_build_controls(struct hda_codec *codec) { int err; @@ -2817,17 +2829,20 @@ CXT_PINCFG_LENOVO_TP410, CXT_PINCFG_LEMOTE_A1004, CXT_PINCFG_LEMOTE_A1205, + CXT_PINCFG_COMPAQ_CQ60, CXT_FIXUP_STEREO_DMIC, CXT_FIXUP_INC_MIC_BOOST, CXT_FIXUP_HEADPHONE_MIC_PIN, CXT_FIXUP_HEADPHONE_MIC, CXT_FIXUP_GPIO1, + CXT_FIXUP_ASPIRE_DMIC, CXT_FIXUP_THINKPAD_ACPI, CXT_FIXUP_OLPC_XO, CXT_FIXUP_CAP_MIX_AMP, CXT_FIXUP_TOSHIBA_P105, CXT_FIXUP_HP_530, CXT_FIXUP_CAP_MIX_AMP_5047, + CXT_FIXUP_MUTE_LED_EAPD, }; /* for hda_fixup_thinkpad_acpi() */ @@ -3161,6 +3176,18 @@ } } +static void cxt_fixup_mute_led_eapd(struct hda_codec *codec, + const struct hda_fixup *fix, int action) +{ + struct conexant_spec *spec = codec->spec; + + if (action == HDA_FIXUP_ACT_PRE_PROBE) { + spec->mute_led_eapd = 0x1b; + spec->dynamic_eapd = 1; + spec->gen.vmaster_mute.hook = cx_auto_vmaster_hook_mute_led; + } +} + /* * Fix max input level on mixer widget to 0dB * (originally it has 0x2b steps with 0dB offset 0x14) @@ -3239,6 +3266,15 @@ .type = HDA_FIXUP_PINS, .v.pins = cxt_pincfg_lemote, }, + [CXT_PINCFG_COMPAQ_CQ60] = { + .type = HDA_FIXUP_PINS, + .v.pins = (const struct hda_pintbl[]) { + /* 0x17 was falsely set up as a mic, it should 0x1d */ + { 0x17, 0x400001f0 }, + { 0x1d, 0x97a70120 }, + { } + } + }, [CXT_FIXUP_STEREO_DMIC] = { .type = HDA_FIXUP_FUNC, .v.func = cxt_fixup_stereo_dmic, @@ -3269,6 +3305,12 @@ { } }, }, + [CXT_FIXUP_ASPIRE_DMIC] = { + .type = HDA_FIXUP_FUNC, + .v.func = cxt_fixup_stereo_dmic, + .chained = true, + .chain_id = CXT_FIXUP_GPIO1, + }, [CXT_FIXUP_THINKPAD_ACPI] = { .type = HDA_FIXUP_FUNC, .v.func = hda_fixup_thinkpad_acpi, @@ -3303,6 +3345,10 @@ .type = HDA_FIXUP_FUNC, .v.func = cxt_fixup_cap_mix_amp_5047, }, + [CXT_FIXUP_MUTE_LED_EAPD] = { + .type = HDA_FIXUP_FUNC, + .v.func = cxt_fixup_mute_led_eapd, + }, }; static const struct snd_pci_quirk cxt5045_fixups[] = { @@ -3338,6 +3384,7 @@ }; static const struct snd_pci_quirk cxt5051_fixups[] = { + SND_PCI_QUIRK(0x103c, 0x360b, "Compaq CQ60", CXT_PINCFG_COMPAQ_CQ60), SND_PCI_QUIRK(0x17aa, 0x20f2, "Lenovo X200", CXT_PINCFG_LENOVO_X200), {} }; @@ -3349,7 +3396,7 @@ static const struct snd_pci_quirk cxt5066_fixups[] = { SND_PCI_QUIRK(0x1025, 0x0543, "Acer Aspire One 522", CXT_FIXUP_STEREO_DMIC), - SND_PCI_QUIRK(0x1025, 0x054c, "Acer Aspire 3830TG", CXT_FIXUP_GPIO1), + SND_PCI_QUIRK(0x1025, 0x054c, "Acer Aspire 3830TG", CXT_FIXUP_ASPIRE_DMIC), SND_PCI_QUIRK(0x1043, 0x138d, "Asus", CXT_FIXUP_HEADPHONE_MIC_PIN), SND_PCI_QUIRK(0x152d, 0x0833, "OLPC XO-1.5", CXT_FIXUP_OLPC_XO), SND_PCI_QUIRK(0x17aa, 0x20f2, "Lenovo T400", CXT_PINCFG_LENOVO_TP410), @@ -3359,6 +3406,8 @@ SND_PCI_QUIRK(0x17aa, 0x21cf, "Lenovo T520", CXT_PINCFG_LENOVO_TP410), SND_PCI_QUIRK(0x17aa, 0x21da, "Lenovo X220", CXT_PINCFG_LENOVO_TP410), SND_PCI_QUIRK(0x17aa, 0x21db, "Lenovo X220-tablet", CXT_PINCFG_LENOVO_TP410), + SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo IdeaPad Z560", CXT_FIXUP_MUTE_LED_EAPD), + SND_PCI_QUIRK(0x17aa, 0x390b, "Lenovo G50-80", CXT_FIXUP_STEREO_DMIC), SND_PCI_QUIRK(0x17aa, 0x3975, "Lenovo U300s", CXT_FIXUP_STEREO_DMIC), SND_PCI_QUIRK(0x17aa, 0x3977, "Lenovo IdeaPad U310", CXT_FIXUP_STEREO_DMIC), SND_PCI_QUIRK(0x17aa, 0x397b, "Lenovo S205", CXT_FIXUP_STEREO_DMIC), @@ -3375,7 +3424,9 @@ { .id = CXT_PINCFG_LENOVO_TP410, .name = "tp410" }, { .id = CXT_FIXUP_THINKPAD_ACPI, .name = "thinkpad" }, { .id = CXT_PINCFG_LEMOTE_A1004, .name = "lemote-a1004" }, + { .id = CXT_PINCFG_LEMOTE_A1205, .name = "lemote-a1205" }, { .id = CXT_FIXUP_OLPC_XO, .name = "olpc-xo" }, + { .id = CXT_FIXUP_MUTE_LED_EAPD, .name = "mute-led-eapd" }, {} }; @@ -3532,6 +3583,14 @@ .patch = patch_conexant_auto }, { .id = 0x14f150b9, .name = "CX20665", .patch = patch_conexant_auto }, + { .id = 0x14f150f1, .name = "CX20721", + .patch = patch_conexant_auto }, + { .id = 0x14f150f2, .name = "CX20722", + .patch = patch_conexant_auto }, + { .id = 0x14f150f3, .name = "CX20723", + .patch = patch_conexant_auto }, + { .id = 0x14f150f4, .name = "CX20724", + .patch = patch_conexant_auto }, { .id = 0x14f1510f, .name = "CX20751/2", .patch = patch_conexant_auto }, { .id = 0x14f15110, .name = "CX20751/2", @@ -3566,6 +3625,10 @@ MODULE_ALIAS("snd-hda-codec-id:14f150ac"); MODULE_ALIAS("snd-hda-codec-id:14f150b8"); MODULE_ALIAS("snd-hda-codec-id:14f150b9"); +MODULE_ALIAS("snd-hda-codec-id:14f150f1"); +MODULE_ALIAS("snd-hda-codec-id:14f150f2"); +MODULE_ALIAS("snd-hda-codec-id:14f150f3"); +MODULE_ALIAS("snd-hda-codec-id:14f150f4"); MODULE_ALIAS("snd-hda-codec-id:14f1510f"); MODULE_ALIAS("snd-hda-codec-id:14f15110"); MODULE_ALIAS("snd-hda-codec-id:14f15111"); --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/patch_hdmi.c +++ linux-lts-utopic-3.16.0/sound/pci/hda/patch_hdmi.c @@ -430,7 +430,8 @@ eld = &per_pin->sink_eld; mutex_lock(&per_pin->lock); - if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data)) { + if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) || + eld->eld_size > ELD_MAX_SIZE) { mutex_unlock(&per_pin->lock); snd_BUG(); return -EINVAL; @@ -1574,19 +1575,22 @@ } } - if (pin_eld->eld_valid && !eld->eld_valid) { - update_eld = true; + if (pin_eld->eld_valid != eld->eld_valid) eld_changed = true; - } + + if (pin_eld->eld_valid && !eld->eld_valid) + update_eld = true; + if (update_eld) { bool old_eld_valid = pin_eld->eld_valid; pin_eld->eld_valid = eld->eld_valid; - eld_changed = pin_eld->eld_size != eld->eld_size || + if (pin_eld->eld_size != eld->eld_size || memcmp(pin_eld->eld_buffer, eld->eld_buffer, - eld->eld_size) != 0; - if (eld_changed) + eld->eld_size) != 0) { memcpy(pin_eld->eld_buffer, eld->eld_buffer, eld->eld_size); + eld_changed = true; + } pin_eld->eld_size = eld->eld_size; pin_eld->info = eld->info; @@ -3339,6 +3343,8 @@ { .id = 0x10de0067, .name = "MCP67 HDMI", .patch = patch_nvhdmi_2ch }, { .id = 0x10de0070, .name = "GPU 70 HDMI/DP", .patch = patch_nvhdmi }, { .id = 0x10de0071, .name = "GPU 71 HDMI/DP", .patch = patch_nvhdmi }, +{ .id = 0x10de0072, .name = "GPU 72 HDMI/DP", .patch = patch_nvhdmi }, +{ .id = 0x10de007d, .name = "GPU 7d HDMI/DP", .patch = patch_nvhdmi }, { .id = 0x10de8001, .name = "MCP73 HDMI", .patch = patch_nvhdmi_2ch }, { .id = 0x11069f80, .name = "VX900 HDMI/DP", .patch = patch_via_hdmi }, { .id = 0x11069f81, .name = "VX900 HDMI/DP", .patch = patch_via_hdmi }, @@ -3355,6 +3361,7 @@ { .id = 0x80862808, .name = "Broadwell HDMI", .patch = patch_generic_hdmi }, { .id = 0x80862880, .name = "CedarTrail HDMI", .patch = patch_generic_hdmi }, { .id = 0x80862882, .name = "Valleyview2 HDMI", .patch = patch_generic_hdmi }, +{ .id = 0x80862883, .name = "Braswell HDMI", .patch = patch_generic_hdmi }, { .id = 0x808629fb, .name = "Crestline HDMI", .patch = patch_generic_hdmi }, {} /* terminator */ }; @@ -3397,6 +3404,8 @@ MODULE_ALIAS("snd-hda-codec-id:10de0067"); MODULE_ALIAS("snd-hda-codec-id:10de0070"); MODULE_ALIAS("snd-hda-codec-id:10de0071"); +MODULE_ALIAS("snd-hda-codec-id:10de0072"); +MODULE_ALIAS("snd-hda-codec-id:10de007d"); MODULE_ALIAS("snd-hda-codec-id:10de8001"); MODULE_ALIAS("snd-hda-codec-id:11069f80"); MODULE_ALIAS("snd-hda-codec-id:11069f81"); @@ -3414,6 +3423,7 @@ MODULE_ALIAS("snd-hda-codec-id:80862808"); MODULE_ALIAS("snd-hda-codec-id:80862880"); MODULE_ALIAS("snd-hda-codec-id:80862882"); +MODULE_ALIAS("snd-hda-codec-id:80862883"); MODULE_ALIAS("snd-hda-codec-id:808629fb"); MODULE_LICENSE("GPL"); --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/patch_realtek.c +++ linux-lts-utopic-3.16.0/sound/pci/hda/patch_realtek.c @@ -180,6 +180,8 @@ spec->pll_coef_idx); val = snd_hda_codec_read(codec, spec->pll_nid, 0, AC_VERB_GET_PROC_COEF, 0); + if (val == -1) + return; snd_hda_codec_write(codec, spec->pll_nid, 0, AC_VERB_SET_COEF_INDEX, spec->pll_coef_idx); snd_hda_codec_write(codec, spec->pll_nid, 0, AC_VERB_SET_PROC_COEF, @@ -269,7 +271,7 @@ { /* We currently only handle front, HP */ static hda_nid_t pins[] = { - 0x0f, 0x10, 0x14, 0x15, 0 + 0x0f, 0x10, 0x14, 0x15, 0x17, 0 }; hda_nid_t *p; for (p = pins; *p; p++) @@ -325,6 +327,7 @@ case 0x10ec0885: case 0x10ec0887: /*case 0x10ec0889:*/ /* this causes an SPDIF problem */ + case 0x10ec0900: alc889_coef_init(codec); break; case 0x10ec0888: @@ -1208,7 +1211,7 @@ /* override all pins as BIOS on old Amilo is broken */ .type = HDA_FIXUP_PINS, .v.pins = (const struct hda_pintbl[]) { - { 0x14, 0x0121411f }, /* HP */ + { 0x14, 0x0121401f }, /* HP */ { 0x15, 0x99030120 }, /* speaker */ { 0x16, 0x99030130 }, /* bass speaker */ { 0x17, 0x411111f0 }, /* N/A */ @@ -1228,7 +1231,7 @@ /* almost compatible with FUJITSU, but no bass and SPDIF */ .type = HDA_FIXUP_PINS, .v.pins = (const struct hda_pintbl[]) { - { 0x14, 0x0121411f }, /* HP */ + { 0x14, 0x0121401f }, /* HP */ { 0x15, 0x99030120 }, /* speaker */ { 0x16, 0x411111f0 }, /* N/A */ { 0x17, 0x411111f0 }, /* N/A */ @@ -1437,7 +1440,7 @@ SND_PCI_QUIRK(0x161f, 0x203d, "W810", ALC880_FIXUP_W810), SND_PCI_QUIRK(0x161f, 0x205d, "Medion Rim 2150", ALC880_FIXUP_MEDION_RIM), SND_PCI_QUIRK(0x1631, 0xe011, "PB 13201056", ALC880_FIXUP_6ST_AUTOMUTE), - SND_PCI_QUIRK(0x1734, 0x107c, "FSC F1734", ALC880_FIXUP_F1734), + SND_PCI_QUIRK(0x1734, 0x107c, "FSC Amilo M1437", ALC880_FIXUP_FUJITSU), SND_PCI_QUIRK(0x1734, 0x1094, "FSC Amilo M1451G", ALC880_FIXUP_FUJITSU), SND_PCI_QUIRK(0x1734, 0x10ac, "FSC AMILO Xi 1526", ALC880_FIXUP_F1734), SND_PCI_QUIRK(0x1734, 0x10b0, "FSC Amilo Pi1556", ALC880_FIXUP_FUJITSU), @@ -1841,6 +1844,7 @@ ALC889_FIXUP_MBA11_VREF, ALC889_FIXUP_MBA21_VREF, ALC889_FIXUP_MP11_VREF, + ALC889_FIXUP_MP41_VREF, ALC882_FIXUP_INV_DMIC, ALC882_FIXUP_NO_PRIMARY_HP, ALC887_FIXUP_ASUS_BASS, @@ -1928,7 +1932,7 @@ const struct hda_fixup *fix, int action) { struct alc_spec *spec = codec->spec; - static hda_nid_t nids[2] = { 0x14, 0x15 }; + static hda_nid_t nids[3] = { 0x14, 0x15, 0x19 }; int i; if (action != HDA_FIXUP_ACT_INIT) @@ -2216,6 +2220,12 @@ .chained = true, .chain_id = ALC885_FIXUP_MACPRO_GPIO, }, + [ALC889_FIXUP_MP41_VREF] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc889_fixup_mbp_vref, + .chained = true, + .chain_id = ALC885_FIXUP_MACPRO_GPIO, + }, [ALC882_FIXUP_INV_DMIC] = { .type = HDA_FIXUP_FUNC, .v.func = alc_fixup_inv_dmic_0x12, @@ -2242,6 +2252,7 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = { SND_PCI_QUIRK(0x1025, 0x006c, "Acer Aspire 9810", ALC883_FIXUP_ACER_EAPD), SND_PCI_QUIRK(0x1025, 0x0090, "Acer Aspire", ALC883_FIXUP_ACER_EAPD), + SND_PCI_QUIRK(0x1025, 0x0107, "Acer Aspire", ALC883_FIXUP_ACER_EAPD), SND_PCI_QUIRK(0x1025, 0x010a, "Acer Ferrari 5000", ALC883_FIXUP_ACER_EAPD), SND_PCI_QUIRK(0x1025, 0x0110, "Acer Aspire", ALC883_FIXUP_ACER_EAPD), SND_PCI_QUIRK(0x1025, 0x0112, "Acer Aspire 9303", ALC883_FIXUP_ACER_EAPD), @@ -2274,6 +2285,7 @@ SND_PCI_QUIRK(0x104d, 0x9047, "Sony Vaio TT", ALC889_FIXUP_VAIO_TT), SND_PCI_QUIRK(0x104d, 0x905a, "Sony Vaio Z", ALC882_FIXUP_NO_PRIMARY_HP), SND_PCI_QUIRK(0x104d, 0x9043, "Sony Vaio VGC-LN51JGB", ALC882_FIXUP_NO_PRIMARY_HP), + SND_PCI_QUIRK(0x104d, 0x9044, "Sony VAIO AiO", ALC882_FIXUP_NO_PRIMARY_HP), /* All Apple entries are in codec SSIDs */ SND_PCI_QUIRK(0x106b, 0x00a0, "MacBookPro 3,1", ALC889_FIXUP_MBP_VREF), @@ -2293,11 +2305,11 @@ SND_PCI_QUIRK(0x106b, 0x3f00, "Macbook 5,1", ALC889_FIXUP_IMAC91_VREF), SND_PCI_QUIRK(0x106b, 0x4000, "MacbookPro 5,1", ALC889_FIXUP_IMAC91_VREF), SND_PCI_QUIRK(0x106b, 0x4100, "Macmini 3,1", ALC889_FIXUP_IMAC91_VREF), - SND_PCI_QUIRK(0x106b, 0x4200, "Mac Pro 5,1", ALC885_FIXUP_MACPRO_GPIO), + SND_PCI_QUIRK(0x106b, 0x4200, "Mac Pro 4,1/5,1", ALC889_FIXUP_MP41_VREF), SND_PCI_QUIRK(0x106b, 0x4300, "iMac 9,1", ALC889_FIXUP_IMAC91_VREF), SND_PCI_QUIRK(0x106b, 0x4600, "MacbookPro 5,2", ALC889_FIXUP_IMAC91_VREF), SND_PCI_QUIRK(0x106b, 0x4900, "iMac 9,1 Aluminum", ALC889_FIXUP_IMAC91_VREF), - SND_PCI_QUIRK(0x106b, 0x4a00, "Macbook 5,2", ALC889_FIXUP_IMAC91_VREF), + SND_PCI_QUIRK(0x106b, 0x4a00, "Macbook 5,2", ALC889_FIXUP_MBA11_VREF), SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC882_FIXUP_EAPD), SND_PCI_QUIRK(0x1462, 0x7350, "MSI-7350", ALC889_FIXUP_CD), @@ -2347,6 +2359,7 @@ switch (codec->vendor_id) { case 0x10ec0882: case 0x10ec0885: + case 0x10ec0900: break; default: /* ALC883 and variants */ @@ -2784,6 +2797,8 @@ static void alc269vb_toggle_power_output(struct hda_codec *codec, int power_up) { int val = alc_read_coef_idx(codec, 0x04); + if (val == -1) + return; if (power_up) val |= 1 << 11; else @@ -3051,6 +3066,8 @@ if (!hp_pin) return; + + msleep(30); hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); /* Index 0x43 Direct Drive HP AMP LPM Control 1 */ @@ -3097,6 +3114,9 @@ alc_write_coef_idx(codec, 0x43, 0x9004); + /*depop hp during suspend*/ + alc_write_coef_idx(codec, 0x06, 0x2100); + snd_hda_codec_write(codec, hp_pin, 0, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE); @@ -3242,6 +3262,15 @@ snd_hda_codec_resume_cache(codec); alc_inv_dmic_sync(codec, true); hda_call_check_power_status(codec, 0x01); + + /* on some machine, the BIOS will clear the codec gpio data when enter + * suspend, and won't restore the data after resume, so we restore it + * in the driver. + */ + if (spec->gpio_led) + snd_hda_codec_write(codec, codec->afg, 0, AC_VERB_SET_GPIO_DATA, + spec->gpio_led); + if (spec->has_alc5505_dsp) alc5505_dsp_resume(codec); @@ -4000,6 +4029,18 @@ } } +/* additional fixup for Thinkpad T440s noise problem */ +static void alc_fixup_tpt440(struct hda_codec *codec, + const struct hda_fixup *fix, int action) +{ + struct alc_spec *spec = codec->spec; + + if (action == HDA_FIXUP_ACT_PRE_PROBE) { + spec->shutup = alc_no_shutup; /* reduce click noise */ + spec->gen.mixer_nid = 0; /* reduce background noise */ + } +} + static unsigned int alc_power_filter_xps13(struct hda_codec *codec, hda_nid_t nid, unsigned int power_state) @@ -4231,6 +4272,9 @@ /* for hda_fixup_thinkpad_acpi() */ #include "thinkpad_helper.c" +/* for dell wmi mic mute led */ +#include "dell_wmi_helper.c" + enum { ALC269_FIXUP_SONY_VAIO, ALC275_FIXUP_SONY_VAIO_GPIO2, @@ -4247,6 +4291,8 @@ ALC269_FIXUP_QUANTA_MUTE, ALC269_FIXUP_LIFEBOOK, ALC269_FIXUP_LIFEBOOK_EXTMIC, + ALC269_FIXUP_LIFEBOOK_HP_PIN, + ALC269_FIXUP_LIFEBOOK_NO_HP_TO_LINEOUT, ALC269_FIXUP_AMIC, ALC269_FIXUP_DMIC, ALC269VB_FIXUP_AMIC, @@ -4265,6 +4311,7 @@ ALC269_FIXUP_DELL3_MIC_NO_PRESENCE, ALC269_FIXUP_HEADSET_MODE, ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC, + ALC269_FIXUP_ASPIRE_HEADSET_MIC, ALC269_FIXUP_ASUS_X101_FUNC, ALC269_FIXUP_ASUS_X101_VERB, ALC269_FIXUP_ASUS_X101, @@ -4292,6 +4339,16 @@ ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC, ALC293_FIXUP_DELL1_MIC_NO_PRESENCE, ALC292_FIXUP_TPT440_DOCK, + ALC292_FIXUP_TPT440_DOCK2, + ALC255_FIXUP_DELL_WMI_MIC_MUTE_LED, + ALC292_FIXUP_DELL_E7X, + ALC292_FIXUP_DISABLE_AAMIX, + ALC292_FIXUP_TPT440, + ALC275_FIXUP_DELL_XPS, + ALC256_FIXUP_DELL_XPS_13_HEADPHONE_NOISE, + ALC293_FIXUP_LENOVO_SPK_NOISE, + ALC255_FIXUP_DELL_SPK_NOISE, + ALC280_FIXUP_HP_HEADSET_MIC, }; static const struct hda_fixup alc269_fixups[] = { @@ -4391,6 +4448,17 @@ { } }, }, + [ALC269_FIXUP_LIFEBOOK_HP_PIN] = { + .type = HDA_FIXUP_PINS, + .v.pins = (const struct hda_pintbl[]) { + { 0x21, 0x0221102f }, /* HP out */ + { } + }, + }, + [ALC269_FIXUP_LIFEBOOK_NO_HP_TO_LINEOUT] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc269_fixup_pincfg_no_hp_to_lineout, + }, [ALC269_FIXUP_AMIC] = { .type = HDA_FIXUP_PINS, .v.pins = (const struct hda_pintbl[]) { @@ -4504,11 +4572,22 @@ [ALC269_FIXUP_HEADSET_MODE] = { .type = HDA_FIXUP_FUNC, .v.func = alc_fixup_headset_mode, + .chained = true, + .chain_id = ALC255_FIXUP_DELL_WMI_MIC_MUTE_LED }, [ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC] = { .type = HDA_FIXUP_FUNC, .v.func = alc_fixup_headset_mode_no_hp_mic, }, + [ALC269_FIXUP_ASPIRE_HEADSET_MIC] = { + .type = HDA_FIXUP_PINS, + .v.pins = (const struct hda_pintbl[]) { + { 0x19, 0x01a1913c }, /* headset mic w/o jack detect */ + { } + }, + .chained = true, + .chain_id = ALC269_FIXUP_HEADSET_MODE, + }, [ALC286_FIXUP_SONY_MIC_NO_PRESENCE] = { .type = HDA_FIXUP_PINS, .v.pins = (const struct hda_pintbl[]) { @@ -4693,6 +4772,8 @@ [ALC255_FIXUP_HEADSET_MODE] = { .type = HDA_FIXUP_FUNC, .v.func = alc_fixup_headset_mode_alc255, + .chained = true, + .chain_id = ALC255_FIXUP_DELL_WMI_MIC_MUTE_LED }, [ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC] = { .type = HDA_FIXUP_FUNC, @@ -4709,6 +4790,12 @@ .chain_id = ALC269_FIXUP_HEADSET_MODE }, [ALC292_FIXUP_TPT440_DOCK] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc269_fixup_pincfg_no_hp_to_lineout, + .chained = true, + .chain_id = ALC292_FIXUP_TPT440_DOCK2 + }, + [ALC292_FIXUP_TPT440_DOCK2] = { .type = HDA_FIXUP_PINS, .v.pins = (const struct hda_pintbl[]) { { 0x16, 0x21211010 }, /* dock headphone */ @@ -4718,6 +4805,66 @@ .chained = true, .chain_id = ALC269_FIXUP_LIMIT_INT_MIC_BOOST }, + [ALC255_FIXUP_DELL_WMI_MIC_MUTE_LED] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc_fixup_dell_wmi, + }, + [ALC292_FIXUP_DISABLE_AAMIX] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc_fixup_disable_aamix, + }, + [ALC292_FIXUP_DELL_E7X] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc_fixup_dell_xps13, + .chained = true, + .chain_id = ALC292_FIXUP_DISABLE_AAMIX + }, + [ALC292_FIXUP_TPT440] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc_fixup_tpt440, + .chained = true, + .chain_id = ALC292_FIXUP_TPT440_DOCK, + }, + [ALC275_FIXUP_DELL_XPS] = { + .type = HDA_FIXUP_VERBS, + .v.verbs = (const struct hda_verb[]) { + /* Enables internal speaker */ + {0x20, AC_VERB_SET_COEF_INDEX, 0x1f}, + {0x20, AC_VERB_SET_PROC_COEF, 0x00c0}, + {0x20, AC_VERB_SET_COEF_INDEX, 0x30}, + {0x20, AC_VERB_SET_PROC_COEF, 0x00b1}, + {} + } + }, + [ALC256_FIXUP_DELL_XPS_13_HEADPHONE_NOISE] = { + .type = HDA_FIXUP_VERBS, + .v.verbs = (const struct hda_verb[]) { + /* Disable pass-through path for FRONT 14h */ + {0x20, AC_VERB_SET_COEF_INDEX, 0x36}, + {0x20, AC_VERB_SET_PROC_COEF, 0x1737}, + {} + }, + .chained = true, + .chain_id = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE + }, + [ALC293_FIXUP_LENOVO_SPK_NOISE] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc_fixup_disable_aamix, + .chained = true, + .chain_id = ALC269_FIXUP_THINKPAD_ACPI + }, + [ALC255_FIXUP_DELL_SPK_NOISE] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc_fixup_disable_aamix, + .chained = true, + .chain_id = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE + }, + [ALC280_FIXUP_HP_HEADSET_MIC] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc_fixup_disable_aamix, + .chained = true, + .chain_id = ALC269_FIXUP_HEADSET_MIC, + }, }; static const struct snd_pci_quirk alc269_fixup_tbl[] = { @@ -4725,11 +4872,16 @@ SND_PCI_QUIRK(0x1025, 0x029b, "Acer 1810TZ", ALC269_FIXUP_INV_DMIC), SND_PCI_QUIRK(0x1025, 0x0349, "Acer AOD260", ALC269_FIXUP_INV_DMIC), SND_PCI_QUIRK(0x1025, 0x047c, "Acer AC700", ALC269_FIXUP_ACER_AC700), + SND_PCI_QUIRK(0x1025, 0x072d, "Acer Aspire V5-571G", ALC269_FIXUP_ASPIRE_HEADSET_MIC), + SND_PCI_QUIRK(0x1025, 0x080d, "Acer Aspire V5-122P", ALC269_FIXUP_ASPIRE_HEADSET_MIC), SND_PCI_QUIRK(0x1025, 0x0740, "Acer AO725", ALC271_FIXUP_HP_GATE_MIC_JACK), SND_PCI_QUIRK(0x1025, 0x0742, "Acer AO756", ALC271_FIXUP_HP_GATE_MIC_JACK), SND_PCI_QUIRK_VENDOR(0x1025, "Acer Aspire", ALC271_FIXUP_DMIC), + SND_PCI_QUIRK(0x1025, 0x0762, "Acer Aspire E1-472", ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572), SND_PCI_QUIRK(0x1025, 0x0775, "Acer Aspire E1-572", ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572), + SND_PCI_QUIRK(0x1025, 0x106d, "Acer Cloudbook 14", ALC283_FIXUP_CHROME_BOOK), SND_PCI_QUIRK(0x1028, 0x0470, "Dell M101z", ALC269_FIXUP_DELL_M101Z), + SND_PCI_QUIRK(0x1028, 0x054b, "Dell XPS one 2710", ALC275_FIXUP_DELL_XPS), SND_PCI_QUIRK(0x1028, 0x05bd, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x05be, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x05c4, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE), @@ -4769,51 +4921,39 @@ SND_PCI_QUIRK(0x1028, 0x063f, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x064a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x064b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0x1028, 0x069a, "Dell Vostro 5480", ALC290_FIXUP_SUBWOOFER_HSJACK), + SND_PCI_QUIRK(0x1028, 0x0665, "Dell XPS 13", ALC292_FIXUP_DELL_E7X), + SND_PCI_QUIRK(0x1028, 0x06c7, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x0668, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x0669, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x0684, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x15cc, "Dell X5 Precision", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x15cd, "Dell X5 Precision", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0x1028, 0x06d9, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0x1028, 0x06da, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0x1028, 0x0704, "Dell XPS 13", ALC256_FIXUP_DELL_XPS_13_HEADPHONE_NOISE), + SND_PCI_QUIRK(0x1028, 0x0725, "Dell Inspiron 3162", ALC255_FIXUP_DELL_SPK_NOISE), SND_PCI_QUIRK(0x1028, 0x164a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x164b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x103c, 0x1586, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC2), SND_PCI_QUIRK(0x103c, 0x18e6, "HP", ALC269_FIXUP_HP_GPIO_LED), - SND_PCI_QUIRK(0x103c, 0x1973, "HP Pavilion", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x1983, "HP Pavilion", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x218b, "HP", ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED), /* ALC282 */ - SND_PCI_QUIRK(0x103c, 0x220d, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x220e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x220f, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), + SND_PCI_QUIRK(0x103c, 0x21f9, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), + SND_PCI_QUIRK(0x103c, 0x2191, "HP Touchsmart 14", ALC269_FIXUP_HP_MUTE_LED_MIC1), + SND_PCI_QUIRK(0x103c, 0x2192, "HP Touchsmart 15", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x2210, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x2211, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x2212, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x2213, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x2214, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x2266, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x2267, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x2268, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x2269, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x226a, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x226b, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x226c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x226d, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x226e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x226f, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x227a, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x227b, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x229e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x22a0, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x22b2, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x22b7, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x22bf, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x22c0, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x22c1, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x22c2, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x22cd, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x22ce, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x22cf, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), - SND_PCI_QUIRK(0x103c, 0x22d0, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), /* ALC290 */ SND_PCI_QUIRK(0x103c, 0x2260, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x2261, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), @@ -4844,6 +4984,7 @@ SND_PCI_QUIRK(0x103c, 0x2336, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK(0x103c, 0x2337, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1), SND_PCI_QUIRK_VENDOR(0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED), + SND_PCI_QUIRK(0x103c, 0x221c, "HP EliteBook 755 G2", ALC280_FIXUP_HP_HEADSET_MIC), SND_PCI_QUIRK(0x1043, 0x103f, "ASUS TX300", ALC282_FIXUP_ASUS_TX300), SND_PCI_QUIRK(0x1043, 0x106d, "Asus K53BE", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x1043, 0x115d, "Asus 1015E", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), @@ -4866,6 +5007,9 @@ SND_PCI_QUIRK(0x104d, 0x9099, "Sony VAIO S13", ALC275_FIXUP_SONY_DISABLE_AAMIX), SND_PCI_QUIRK_VENDOR(0x104d, "Sony VAIO", ALC269_FIXUP_SONY_VAIO), SND_PCI_QUIRK(0x10cf, 0x1475, "Lifebook", ALC269_FIXUP_LIFEBOOK), + SND_PCI_QUIRK(0x10cf, 0x159f, "Lifebook E780", ALC269_FIXUP_LIFEBOOK_NO_HP_TO_LINEOUT), + SND_PCI_QUIRK(0x10cf, 0x15dc, "Lifebook T731", ALC269_FIXUP_LIFEBOOK_HP_PIN), + SND_PCI_QUIRK(0x10cf, 0x1757, "Lifebook E752", ALC269_FIXUP_LIFEBOOK_HP_PIN), SND_PCI_QUIRK(0x10cf, 0x1845, "Lifebook U904", ALC269_FIXUP_LIFEBOOK_EXTMIC), SND_PCI_QUIRK(0x17aa, 0x20f2, "Thinkpad SL410/510", ALC269_FIXUP_SKU_IGNORE), SND_PCI_QUIRK(0x17aa, 0x215e, "Thinkpad L512", ALC269_FIXUP_SKU_IGNORE), @@ -4878,16 +5022,25 @@ SND_PCI_QUIRK(0x17aa, 0x21fb, "Thinkpad T430s", ALC269_FIXUP_LENOVO_DOCK), SND_PCI_QUIRK(0x17aa, 0x2203, "Thinkpad X230 Tablet", ALC269_FIXUP_LENOVO_DOCK), SND_PCI_QUIRK(0x17aa, 0x2208, "Thinkpad T431s", ALC269_FIXUP_LENOVO_DOCK), - SND_PCI_QUIRK(0x17aa, 0x220c, "Thinkpad T440s", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x220c, "Thinkpad T440s", ALC292_FIXUP_TPT440), SND_PCI_QUIRK(0x17aa, 0x220e, "Thinkpad T440p", ALC292_FIXUP_TPT440_DOCK), SND_PCI_QUIRK(0x17aa, 0x2210, "Thinkpad T540p", ALC292_FIXUP_TPT440_DOCK), - SND_PCI_QUIRK(0x17aa, 0x2212, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), - SND_PCI_QUIRK(0x17aa, 0x2214, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), + SND_PCI_QUIRK(0x17aa, 0x2212, "Thinkpad T440", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x2214, "Thinkpad X240", ALC292_FIXUP_TPT440_DOCK), SND_PCI_QUIRK(0x17aa, 0x2215, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), + SND_PCI_QUIRK(0x17aa, 0x2218, "Thinkpad X1 Carbon 2nd", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x2223, "ThinkPad T550", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x2226, "ThinkPad X250", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x2233, "Thinkpad", ALC293_FIXUP_LENOVO_SPK_NOISE), + SND_PCI_QUIRK(0x17aa, 0x3977, "IdeaPad S210", ALC283_FIXUP_INT_MIC), SND_PCI_QUIRK(0x17aa, 0x3978, "IdeaPad Y410P", ALC269_FIXUP_NO_SHUTUP), SND_PCI_QUIRK(0x17aa, 0x5013, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x17aa, 0x501a, "Thinkpad", ALC283_FIXUP_INT_MIC), SND_PCI_QUIRK(0x17aa, 0x5026, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), + SND_PCI_QUIRK(0x17aa, 0x5034, "Thinkpad T450", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x5036, "Thinkpad T450s", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x503c, "Thinkpad L450", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x504b, "Thinkpad", ALC293_FIXUP_LENOVO_SPK_NOISE), SND_PCI_QUIRK(0x17aa, 0x5109, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_PCM_44K), SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", ALC269_FIXUP_LENOVO_EAPD), @@ -4959,6 +5112,7 @@ {.id = ALC283_FIXUP_CHROME_BOOK, .name = "alc283-dac-wcaps"}, {.id = ALC283_FIXUP_SENSE_COMBO_JACK, .name = "alc283-sense-combo"}, {.id = ALC292_FIXUP_TPT440_DOCK, .name = "tpt440-dock"}, + {.id = ALC292_FIXUP_TPT440, .name = "tpt440"}, {} }; @@ -5040,6 +5194,72 @@ {0x1d, 0x40700001}, {0x1e, 0x411111f0}, {0x21, 0x02211040}), + SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP 15 Touchsmart", ALC269_FIXUP_HP_MUTE_LED_MIC1, + {0x12, 0x99a30130}, + {0x14, 0x90170110}, + {0x17, 0x40000000}, + {0x18, 0x411111f0}, + {0x19, 0x03a11020}, + {0x1a, 0x411111f0}, + {0x1b, 0x411111f0}, + {0x1d, 0x40f41905}, + {0x1e, 0x411111f0}, + {0x21, 0x0321101f}), + SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1, + {0x12, 0x99a30130}, + {0x14, 0x90170110}, + {0x17, 0x40020008}, + {0x18, 0x411111f0}, + {0x19, 0x03a11020}, + {0x1a, 0x411111f0}, + {0x1b, 0x411111f0}, + {0x1d, 0x40e00001}, + {0x1e, 0x411111f0}, + {0x21, 0x03211040}), + SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1, + {0x12, 0x99a30130}, + {0x14, 0x90170110}, + {0x17, 0x40000000}, + {0x18, 0x411111f0}, + {0x19, 0x03a11030}, + {0x1a, 0x411111f0}, + {0x1b, 0x411111f0}, + {0x1d, 0x40e00001}, + {0x1e, 0x411111f0}, + {0x21, 0x03211020}), + SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1, + {0x12, 0x99a30130}, + {0x14, 0x90170110}, + {0x17, 0x40000000}, + {0x18, 0x411111f0}, + {0x19, 0x03a11030}, + {0x1a, 0x411111f0}, + {0x1b, 0x411111f0}, + {0x1d, 0x40f00001}, + {0x1e, 0x411111f0}, + {0x21, 0x03211020}), + SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1, + {0x12, 0x99a30130}, + {0x14, 0x90170110}, + {0x17, 0x40000000}, + {0x18, 0x411111f0}, + {0x19, 0x04a11020}, + {0x1a, 0x411111f0}, + {0x1b, 0x411111f0}, + {0x1d, 0x40f00001}, + {0x1e, 0x411111f0}, + {0x21, 0x0421101f}), + SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1, + {0x12, 0x99a30130}, + {0x14, 0x90170110}, + {0x17, 0x40000000}, + {0x18, 0x411111f0}, + {0x19, 0x03a11030}, + {0x1a, 0x411111f0}, + {0x1b, 0x411111f0}, + {0x1d, 0x40f00001}, + {0x1e, 0x411111f0}, + {0x21, 0x04211020}), SND_HDA_PIN_QUIRK(0x10ec0283, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, {0x12, 0x90a60130}, {0x14, 0x90170110}, @@ -5122,27 +5342,30 @@ if ((alc_get_coef0(codec) & 0x00ff) == 0x017) { val = alc_read_coef_idx(codec, 0x04); /* Power up output pin */ - alc_write_coef_idx(codec, 0x04, val | (1<<11)); + if (val != -1) + alc_write_coef_idx(codec, 0x04, val | (1<<11)); } if ((alc_get_coef0(codec) & 0x00ff) == 0x018) { val = alc_read_coef_idx(codec, 0xd); - if ((val & 0x0c00) >> 10 != 0x1) { + if (val != -1 && (val & 0x0c00) >> 10 != 0x1) { /* Capless ramp up clock control */ alc_write_coef_idx(codec, 0xd, val | (1<<10)); } val = alc_read_coef_idx(codec, 0x17); - if ((val & 0x01c0) >> 6 != 0x4) { + if (val != -1 && (val & 0x01c0) >> 6 != 0x4) { /* Class D power on reset */ alc_write_coef_idx(codec, 0x17, val | (1<<7)); } } val = alc_read_coef_idx(codec, 0xd); /* Class D */ - alc_write_coef_idx(codec, 0xd, val | (1<<14)); + if (val != -1) + alc_write_coef_idx(codec, 0xd, val | (1<<14)); val = alc_read_coef_idx(codec, 0x4); /* HP */ - alc_write_coef_idx(codec, 0x4, val | (1<<11)); + if (val != -1) + alc_write_coef_idx(codec, 0x4, val | (1<<11)); } /* @@ -5555,9 +5778,9 @@ unsigned int oldval = spec->gpio_led; if (enabled) - spec->gpio_led &= ~0x01; - else spec->gpio_led |= 0x01; + else + spec->gpio_led &= ~0x01; if (spec->gpio_led != oldval) snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, spec->gpio_led); @@ -5851,6 +6074,7 @@ static const struct snd_pci_quirk alc662_fixup_tbl[] = { SND_PCI_QUIRK(0x1019, 0x9087, "ECS", ALC662_FIXUP_ASUS_MODE2), SND_PCI_QUIRK(0x1025, 0x022f, "Acer Aspire One", ALC662_FIXUP_INV_DMIC), + SND_PCI_QUIRK(0x1025, 0x0241, "Packard Bell DOTS", ALC662_FIXUP_INV_DMIC), SND_PCI_QUIRK(0x1025, 0x0308, "Acer Aspire 8942G", ALC662_FIXUP_ASPIRE), SND_PCI_QUIRK(0x1025, 0x031c, "Gateway NV79", ALC662_FIXUP_SKU_IGNORE), SND_PCI_QUIRK(0x1025, 0x0349, "eMachines eM250", ALC662_FIXUP_INV_DMIC), @@ -5865,6 +6089,7 @@ SND_PCI_QUIRK(0x1028, 0x0698, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x103c, 0x1632, "HP RP5800", ALC662_FIXUP_HP_RP5800), SND_PCI_QUIRK(0x1043, 0x11cd, "Asus N550", ALC662_FIXUP_BASS_1A), + SND_PCI_QUIRK(0x1043, 0x13df, "Asus N550JX", ALC662_FIXUP_BASS_1A), SND_PCI_QUIRK(0x1043, 0x1477, "ASUS N56VZ", ALC662_FIXUP_BASS_MODE4_CHMAP), SND_PCI_QUIRK(0x1043, 0x15a7, "ASUS UX51VZH", ALC662_FIXUP_BASS_16), SND_PCI_QUIRK(0x1043, 0x1b73, "ASUS N55SF", ALC662_FIXUP_BASS_16), --- linux-lts-utopic-3.16.0.orig/sound/pci/hda/patch_sigmatel.c +++ linux-lts-utopic-3.16.0/sound/pci/hda/patch_sigmatel.c @@ -84,6 +84,8 @@ STAC_DELL_EQ, STAC_ALIENWARE_M17X, STAC_92HD89XX_HP_FRONT_JACK, + STAC_92HD89XX_HP_Z1_G2_RIGHT_MIC_JACK, + STAC_92HD73XX_ASUS_MOBO, STAC_92HD73XX_MODELS }; @@ -103,6 +105,9 @@ STAC_92HD83XXX_HP, STAC_HP_ENVY_BASS, STAC_HP_BNB13_EQ, + STAC_HP_ENVY_TS_BASS, + STAC_HP_ENVY_TS_DAC_BIND, + STAC_92HD83XXX_GPIO10_EAPD, STAC_92HD83XXX_MODELS }; @@ -564,8 +569,8 @@ if (snd_hda_jack_tbl_get(codec, nid)) continue; if (def_conf == AC_JACK_PORT_COMPLEX && - !(spec->vref_mute_led_nid == nid || - is_jack_detectable(codec, nid))) { + spec->vref_mute_led_nid != nid && + is_jack_detectable(codec, nid)) { snd_hda_jack_detect_enable_callback(codec, nid, STAC_PWR_EVENT, jack_update_power); @@ -598,9 +603,9 @@ spec->gpio_mask; } if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir)) - spec->gpio_mask &= spec->gpio_mask; - if (get_int_hint(codec, "gpio_data", &spec->gpio_data)) spec->gpio_dir &= spec->gpio_mask; + if (get_int_hint(codec, "gpio_data", &spec->gpio_data)) + spec->gpio_data &= spec->gpio_mask; if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask)) spec->eapd_mask &= spec->gpio_mask; if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute)) @@ -727,6 +732,7 @@ static bool hp_blike_system(u32 subsystem_id) { switch (subsystem_id) { + case 0x103c1473: /* HP ProBook 6550b */ case 0x103c1520: case 0x103c1521: case 0x103c1523: @@ -1809,6 +1815,11 @@ {} }; +static const struct hda_pintbl stac92hd89xx_hp_z1_g2_right_mic_jack_pin_configs[] = { + { 0x0e, 0x400000f0 }, + {} +}; + static void stac92hd73xx_fixup_ref(struct hda_codec *codec, const struct hda_fixup *fix, int action) { @@ -1931,7 +1942,22 @@ [STAC_92HD89XX_HP_FRONT_JACK] = { .type = HDA_FIXUP_PINS, .v.pins = stac92hd89xx_hp_front_jack_pin_configs, - } + }, + [STAC_92HD89XX_HP_Z1_G2_RIGHT_MIC_JACK] = { + .type = HDA_FIXUP_PINS, + .v.pins = stac92hd89xx_hp_z1_g2_right_mic_jack_pin_configs, + }, + [STAC_92HD73XX_ASUS_MOBO] = { + .type = HDA_FIXUP_PINS, + .v.pins = (const struct hda_pintbl[]) { + /* enable 5.1 and SPDIF out */ + { 0x0c, 0x01014411 }, + { 0x0d, 0x01014410 }, + { 0x0e, 0x01014412 }, + { 0x22, 0x014b1180 }, + { } + } + }, }; static const struct hda_model_fixup stac92hd73xx_models[] = { @@ -1943,6 +1969,7 @@ { .id = STAC_DELL_M6_BOTH, .name = "dell-m6" }, { .id = STAC_DELL_EQ, .name = "dell-eq" }, { .id = STAC_ALIENWARE_M17X, .name = "alienware" }, + { .id = STAC_92HD73XX_ASUS_MOBO, .name = "asus-mobo" }, {} }; @@ -1991,8 +2018,12 @@ "Alienware M17x", STAC_ALIENWARE_M17X), SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490, "Alienware M17x R3", STAC_DELL_EQ), + SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1927, + "HP Z1 G2", STAC_92HD89XX_HP_Z1_G2_RIGHT_MIC_JACK), SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2b17, "unknown HP", STAC_92HD89XX_HP_FRONT_JACK), + SND_PCI_QUIRK(PCI_VENDOR_ID_ASUSTEK, 0x83f8, "ASUS AT4NM10", + STAC_92HD73XX_ASUS_MOBO), {} /* terminator */ }; @@ -2160,6 +2191,35 @@ spec->headset_jack = 1; } +static void stac92hd83xxx_fixup_gpio10_eapd(struct hda_codec *codec, + const struct hda_fixup *fix, + int action) +{ + struct sigmatel_spec *spec = codec->spec; + + if (action != HDA_FIXUP_ACT_PRE_PROBE) + return; + spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = + spec->gpio_data = 0x10; + spec->eapd_switch = 0; +} + +static void hp_envy_ts_fixup_dac_bind(struct hda_codec *codec, + const struct hda_fixup *fix, + int action) +{ + struct sigmatel_spec *spec = codec->spec; + static hda_nid_t preferred_pairs[] = { + 0xd, 0x13, + 0 + }; + + if (action != HDA_FIXUP_ACT_PRE_PROBE) + return; + + spec->gen.preferred_dacs = preferred_pairs; +} + static const struct hda_verb hp_bnb13_eq_verbs[] = { /* 44.1KHz base */ { 0x22, 0x7A6, 0x3E }, @@ -2668,6 +2728,23 @@ .chained = true, .chain_id = STAC_92HD83XXX_HP_MIC_LED, }, + [STAC_HP_ENVY_TS_BASS] = { + .type = HDA_FIXUP_PINS, + .v.pins = (const struct hda_pintbl[]) { + { 0x10, 0x92170111 }, + {} + }, + }, + [STAC_HP_ENVY_TS_DAC_BIND] = { + .type = HDA_FIXUP_FUNC, + .v.func = hp_envy_ts_fixup_dac_bind, + .chained = true, + .chain_id = STAC_HP_ENVY_TS_BASS, + }, + [STAC_92HD83XXX_GPIO10_EAPD] = { + .type = HDA_FIXUP_FUNC, + .v.func = stac92hd83xxx_fixup_gpio10_eapd, + }, }; static const struct hda_model_fixup stac92hd83xxx_models[] = { @@ -2684,6 +2761,7 @@ { .id = STAC_92HD83XXX_HEADSET_JACK, .name = "headset-jack" }, { .id = STAC_HP_ENVY_BASS, .name = "hp-envy-bass" }, { .id = STAC_HP_BNB13_EQ, .name = "hp-bnb13-eq" }, + { .id = STAC_HP_ENVY_TS_BASS, .name = "hp-envy-ts-bass" }, {} }; @@ -2739,6 +2817,10 @@ "HP bNB13", STAC_HP_BNB13_EQ), SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x190A, "HP bNB13", STAC_HP_BNB13_EQ), + SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x190e, + "HP ENVY TS", STAC_HP_ENVY_TS_BASS), + SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1967, + "HP ENVY TS", STAC_HP_ENVY_TS_DAC_BIND), SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1940, "HP bNB13", STAC_HP_BNB13_EQ), SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1941, @@ -2870,6 +2952,9 @@ SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x148a, "HP Mini", STAC_92HD83XXX_HP_LED), SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD83XXX_HP), + /* match both for 0xfa91 and 0xfa93 */ + SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_TOSHIBA, 0xfffd, 0xfa91, + "Toshiba Satellite S50D", STAC_92HD83XXX_GPIO10_EAPD), {} /* terminator */ }; @@ -3058,6 +3143,29 @@ spec->gpio_led = 0x08; } +static bool is_hp_output(struct hda_codec *codec, hda_nid_t pin) +{ + unsigned int pin_cfg = snd_hda_codec_get_pincfg(codec, pin); + + /* count line-out, too, as BIOS sets often so */ + return get_defcfg_connect(pin_cfg) != AC_JACK_PORT_NONE && + (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT || + get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT); +} + +static void fixup_hp_headphone(struct hda_codec *codec, hda_nid_t pin) +{ + unsigned int pin_cfg = snd_hda_codec_get_pincfg(codec, pin); + + /* It was changed in the BIOS to just satisfy MS DTM. + * Lets turn it back into slaved HP + */ + pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE)) | + (AC_JACK_HP_OUT << AC_DEFCFG_DEVICE_SHIFT); + pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC | AC_DEFCFG_SEQUENCE))) | + 0x1f; + snd_hda_codec_set_pincfg(codec, pin, pin_cfg); +} static void stac92hd71bxx_fixup_hp(struct hda_codec *codec, const struct hda_fixup *fix, int action) @@ -3067,22 +3175,12 @@ if (action != HDA_FIXUP_ACT_PRE_PROBE) return; - if (hp_blike_system(codec->subsystem_id)) { - unsigned int pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f); - if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT || - get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER || - get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) { - /* It was changed in the BIOS to just satisfy MS DTM. - * Lets turn it back into slaved HP - */ - pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE)) - | (AC_JACK_HP_OUT << - AC_DEFCFG_DEVICE_SHIFT); - pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC - | AC_DEFCFG_SEQUENCE))) - | 0x1f; - snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg); - } + /* when both output A and F are assigned, these are supposedly + * dock and built-in headphones; fix both pin configs + */ + if (is_hp_output(codec, 0x0a) && is_hp_output(codec, 0x0f)) { + fixup_hp_headphone(codec, 0x0a); + fixup_hp_headphone(codec, 0x0f); } if (find_mute_led_cfg(codec, 1)) @@ -4251,11 +4349,18 @@ return err; } - stac_init_power_map(codec); - return 0; } +static int stac_build_controls(struct hda_codec *codec) +{ + int err = snd_hda_gen_build_controls(codec); + + if (err < 0) + return err; + stac_init_power_map(codec); + return 0; +} static int stac_init(struct hda_codec *codec) { @@ -4367,7 +4472,7 @@ #endif /* CONFIG_PM */ static const struct hda_codec_ops stac_patch_ops = { - .build_controls = snd_hda_gen_build_controls, + .build_controls = stac_build_controls, .build_pcms = snd_hda_gen_build_pcms, .init = stac_init, .free = stac_free, --- linux-lts-utopic-3.16.0.orig/sound/pci/oxygen/virtuoso.c +++ linux-lts-utopic-3.16.0/sound/pci/oxygen/virtuoso.c @@ -53,6 +53,7 @@ { OXYGEN_PCI_SUBID(0x1043, 0x835e) }, { OXYGEN_PCI_SUBID(0x1043, 0x838e) }, { OXYGEN_PCI_SUBID(0x1043, 0x8522) }, + { OXYGEN_PCI_SUBID(0x1043, 0x85f4) }, { OXYGEN_PCI_SUBID_BROKEN_EEPROM }, { } }; --- linux-lts-utopic-3.16.0.orig/sound/pci/oxygen/xonar_pcm179x.c +++ linux-lts-utopic-3.16.0/sound/pci/oxygen/xonar_pcm179x.c @@ -100,8 +100,8 @@ */ /* - * Xonar Essence ST (Deluxe)/STX - * ----------------------------- + * Xonar Essence ST (Deluxe)/STX (II) + * ---------------------------------- * * CMI8788: * @@ -1137,6 +1137,14 @@ chip->model.init = xonar_stx_init; chip->model.resume = xonar_stx_resume; chip->model.set_dac_params = set_pcm1796_params; + break; + case 0x85f4: + chip->model = model_xonar_st; + /* TODO: daughterboard support */ + chip->model.shortname = "Xonar STX II"; + chip->model.init = xonar_stx_init; + chip->model.resume = xonar_stx_resume; + chip->model.set_dac_params = set_pcm1796_params; break; default: return -EINVAL; --- linux-lts-utopic-3.16.0.orig/sound/pci/riptide/riptide.c +++ linux-lts-utopic-3.16.0/sound/pci/riptide/riptide.c @@ -2030,32 +2030,43 @@ { static int dev; struct gameport *gameport; + int ret; if (dev >= SNDRV_CARDS) return -ENODEV; + if (!enable[dev]) { - dev++; - return -ENOENT; + ret = -ENOENT; + goto inc_dev; } - if (!joystick_port[dev++]) - return 0; + if (!joystick_port[dev]) { + ret = 0; + goto inc_dev; + } gameport = gameport_allocate_port(); - if (!gameport) - return -ENOMEM; + if (!gameport) { + ret = -ENOMEM; + goto inc_dev; + } if (!request_region(joystick_port[dev], 8, "Riptide gameport")) { snd_printk(KERN_WARNING "Riptide: cannot grab gameport 0x%x\n", joystick_port[dev]); gameport_free_port(gameport); - return -EBUSY; + ret = -EBUSY; + goto inc_dev; } gameport->io = joystick_port[dev]; gameport_register_port(gameport); pci_set_drvdata(pci, gameport); - return 0; + + ret = 0; +inc_dev: + dev++; + return ret; } static void snd_riptide_joystick_remove(struct pci_dev *pci) --- linux-lts-utopic-3.16.0.orig/sound/pci/rme96.c +++ linux-lts-utopic-3.16.0/sound/pci/rme96.c @@ -742,10 +742,11 @@ { /* change to/from double-speed: reset the DAC (if available) */ snd_rme96_reset_dac(rme96); + return 1; /* need to restore volume */ } else { writel(rme96->wcreg, rme96->iobase + RME96_IO_CONTROL_REGISTER); + return 0; } - return 0; } static int @@ -983,6 +984,7 @@ struct rme96 *rme96 = snd_pcm_substream_chip(substream); struct snd_pcm_runtime *runtime = substream->runtime; int err, rate, dummy; + bool apply_dac_volume = false; runtime->dma_area = (void __force *)(rme96->iobase + RME96_IO_PLAY_BUFFER); @@ -996,24 +998,26 @@ { /* slave clock */ if ((int)params_rate(params) != rate) { - spin_unlock_irq(&rme96->lock); - return -EIO; - } - } else if ((err = snd_rme96_playback_setrate(rme96, params_rate(params))) < 0) { - spin_unlock_irq(&rme96->lock); - return err; - } - if ((err = snd_rme96_playback_setformat(rme96, params_format(params))) < 0) { - spin_unlock_irq(&rme96->lock); - return err; + err = -EIO; + goto error; + } + } else { + err = snd_rme96_playback_setrate(rme96, params_rate(params)); + if (err < 0) + goto error; + apply_dac_volume = err > 0; /* need to restore volume later? */ } + + err = snd_rme96_playback_setformat(rme96, params_format(params)); + if (err < 0) + goto error; snd_rme96_setframelog(rme96, params_channels(params), 1); if (rme96->capture_periodsize != 0) { if (params_period_size(params) << rme96->playback_frlog != rme96->capture_periodsize) { - spin_unlock_irq(&rme96->lock); - return -EBUSY; + err = -EBUSY; + goto error; } } rme96->playback_periodsize = @@ -1024,9 +1028,16 @@ rme96->wcreg &= ~(RME96_WCR_PRO | RME96_WCR_DOLBY | RME96_WCR_EMP); writel(rme96->wcreg |= rme96->wcreg_spdif_stream, rme96->iobase + RME96_IO_CONTROL_REGISTER); } + + err = 0; + error: spin_unlock_irq(&rme96->lock); - - return 0; + if (apply_dac_volume) { + usleep_range(3000, 10000); + snd_rme96_apply_dac_volume(rme96); + } + + return err; } static int --- linux-lts-utopic-3.16.0.orig/sound/pci/rme9652/hdsp.c +++ linux-lts-utopic-3.16.0/sound/pci/rme9652/hdsp.c @@ -2927,7 +2927,7 @@ { struct hdsp *hdsp = snd_kcontrol_chip(kcontrol); - ucontrol->value.enumerated.item[0] = hdsp_dds_offset(hdsp); + ucontrol->value.integer.value[0] = hdsp_dds_offset(hdsp); return 0; } @@ -2939,7 +2939,7 @@ if (!snd_hdsp_use_is_exclusive(hdsp)) return -EBUSY; - val = ucontrol->value.enumerated.item[0]; + val = ucontrol->value.integer.value[0]; spin_lock_irq(&hdsp->lock); if (val != hdsp_dds_offset(hdsp)) change = (hdsp_set_dds_offset(hdsp, val) == 0) ? 1 : 0; --- linux-lts-utopic-3.16.0.orig/sound/pci/rme9652/hdspm.c +++ linux-lts-utopic-3.16.0/sound/pci/rme9652/hdspm.c @@ -1602,6 +1602,9 @@ { u64 n; + if (snd_BUG_ON(rate <= 0)) + return; + if (rate >= 112000) rate /= 4; else if (rate >= 56000) @@ -2220,6 +2223,8 @@ } else { /* slave mode, return external sample rate */ rate = hdspm_external_sample_rate(hdspm); + if (!rate) + rate = hdspm->system_sample_rate; } } @@ -2265,8 +2270,11 @@ ucontrol) { struct hdspm *hdspm = snd_kcontrol_chip(kcontrol); + int rate = ucontrol->value.integer.value[0]; - hdspm_set_dds_value(hdspm, ucontrol->value.enumerated.item[0]); + if (rate < 27000 || rate > 207000) + return -EINVAL; + hdspm_set_dds_value(hdspm, ucontrol->value.integer.value[0]); return 0; } @@ -4465,7 +4473,7 @@ { struct hdspm *hdspm = snd_kcontrol_chip(kcontrol); - ucontrol->value.enumerated.item[0] = hdspm->tco->term; + ucontrol->value.integer.value[0] = hdspm->tco->term; return 0; } @@ -4476,8 +4484,8 @@ { struct hdspm *hdspm = snd_kcontrol_chip(kcontrol); - if (hdspm->tco->term != ucontrol->value.enumerated.item[0]) { - hdspm->tco->term = ucontrol->value.enumerated.item[0]; + if (hdspm->tco->term != ucontrol->value.integer.value[0]) { + hdspm->tco->term = ucontrol->value.integer.value[0]; hdspm_tco_write(hdspm); @@ -6114,6 +6122,9 @@ snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, 64, 8192); + snd_pcm_hw_constraint_minmax(runtime, + SNDRV_PCM_HW_PARAM_PERIODS, + 2, 2); break; } @@ -6188,6 +6199,9 @@ snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, 64, 8192); + snd_pcm_hw_constraint_minmax(runtime, + SNDRV_PCM_HW_PARAM_PERIODS, + 2, 2); break; } --- linux-lts-utopic-3.16.0.orig/sound/soc/atmel/atmel_ssc_dai.c +++ linux-lts-utopic-3.16.0/sound/soc/atmel/atmel_ssc_dai.c @@ -345,7 +345,6 @@ struct atmel_pcm_dma_params *dma_params; int dir, channels, bits; u32 tfmr, rfmr, tcmr, rcmr; - int start_event; int ret; /* @@ -452,19 +451,10 @@ * The SSC transmit clock is obtained from the BCLK signal on * on the TK line, and the SSC receive clock is * generated from the transmit clock. - * - * For single channel data, one sample is transferred - * on the falling edge of the LRC clock. - * For two channel data, one sample is - * transferred on both edges of the LRC clock. */ - start_event = ((channels == 1) - ? SSC_START_FALLING_RF - : SSC_START_EDGE_RF); - rcmr = SSC_BF(RCMR_PERIOD, 0) | SSC_BF(RCMR_STTDLY, START_DELAY) - | SSC_BF(RCMR_START, start_event) + | SSC_BF(RCMR_START, SSC_START_FALLING_RF) | SSC_BF(RCMR_CKI, SSC_CKI_RISING) | SSC_BF(RCMR_CKO, SSC_CKO_NONE) | SSC_BF(RCMR_CKS, ssc->clk_from_rk_pin ? @@ -473,14 +463,14 @@ rfmr = SSC_BF(RFMR_FSEDGE, SSC_FSEDGE_POSITIVE) | SSC_BF(RFMR_FSOS, SSC_FSOS_NONE) | SSC_BF(RFMR_FSLEN, 0) - | SSC_BF(RFMR_DATNB, 0) + | SSC_BF(RFMR_DATNB, (channels - 1)) | SSC_BIT(RFMR_MSBF) | SSC_BF(RFMR_LOOP, 0) | SSC_BF(RFMR_DATLEN, (bits - 1)); tcmr = SSC_BF(TCMR_PERIOD, 0) | SSC_BF(TCMR_STTDLY, START_DELAY) - | SSC_BF(TCMR_START, start_event) + | SSC_BF(TCMR_START, SSC_START_FALLING_RF) | SSC_BF(TCMR_CKI, SSC_CKI_FALLING) | SSC_BF(TCMR_CKO, SSC_CKO_NONE) | SSC_BF(TCMR_CKS, ssc->clk_from_rk_pin ? @@ -490,7 +480,7 @@ | SSC_BF(TFMR_FSDEN, 0) | SSC_BF(TFMR_FSOS, SSC_FSOS_NONE) | SSC_BF(TFMR_FSLEN, 0) - | SSC_BF(TFMR_DATNB, 0) + | SSC_BF(TFMR_DATNB, (channels - 1)) | SSC_BIT(TFMR_MSBF) | SSC_BF(TFMR_DATDEF, 0) | SSC_BF(TFMR_DATLEN, (bits - 1)); --- linux-lts-utopic-3.16.0.orig/sound/soc/blackfin/bf5xx-i2s-pcm.c +++ linux-lts-utopic-3.16.0/sound/soc/blackfin/bf5xx-i2s-pcm.c @@ -290,19 +290,19 @@ unsigned int sample_size = runtime->sample_bits / 8; void *buf = runtime->dma_area; struct bf5xx_i2s_pcm_data *dma_data; - unsigned int offset, size; + unsigned int offset, samples; dma_data = snd_soc_dai_get_dma_data(rtd->cpu_dai, substream); if (dma_data->tdm_mode) { offset = pos * 8 * sample_size; - size = count * 8 * sample_size; + samples = count * 8; } else { offset = frames_to_bytes(runtime, pos); - size = frames_to_bytes(runtime, count); + samples = count * runtime->channels; } - snd_pcm_format_set_silence(runtime->format, buf + offset, size); + snd_pcm_format_set_silence(runtime->format, buf + offset, samples); return 0; } --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/adau1701.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/adau1701.c @@ -230,8 +230,10 @@ *value = 0; - for (i = 0; i < size; i++) - *value |= recv_buf[i] << (i * 8); + for (i = 0; i < size; i++) { + *value <<= 8; + *value |= recv_buf[i]; + } return 0; } --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/adau1761.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/adau1761.c @@ -405,6 +405,7 @@ 2, 0, NULL, 0), SND_SOC_DAPM_SUPPLY("Slew Clock", ADAU1761_CLK_ENABLE0, 6, 0, NULL, 0), + SND_SOC_DAPM_SUPPLY("ALC Clock", ADAU1761_CLK_ENABLE0, 5, 0, NULL, 0), SND_SOC_DAPM_SUPPLY_S("Digital Clock 0", 1, ADAU1761_CLK_ENABLE1, 0, 0, NULL, 0), @@ -436,6 +437,9 @@ { "Right Playback Mixer", NULL, "Slew Clock" }, { "Left Playback Mixer", NULL, "Slew Clock" }, + { "Left Input Mixer", NULL, "ALC Clock" }, + { "Right Input Mixer", NULL, "ALC Clock" }, + { "Digital Clock 0", NULL, "SYSCLK" }, { "Digital Clock 1", NULL, "SYSCLK" }, }; --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/adav80x.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/adav80x.c @@ -317,7 +317,7 @@ { struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct adav80x *adav80x = snd_soc_codec_get_drvdata(codec); - unsigned int deemph = ucontrol->value.enumerated.item[0]; + unsigned int deemph = ucontrol->value.integer.value[0]; if (deemph > 1) return -EINVAL; @@ -333,7 +333,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct adav80x *adav80x = snd_soc_codec_get_drvdata(codec); - ucontrol->value.enumerated.item[0] = adav80x->deemph; + ucontrol->value.integer.value[0] = adav80x->deemph; return 0; }; @@ -883,7 +883,6 @@ .val_bits = 8, .pad_bits = 1, .reg_bits = 7, - .read_flag_mask = 0x01, .max_register = ADAV80X_PLL_OUTE, --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/ak4641.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/ak4641.c @@ -76,7 +76,7 @@ { struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct ak4641_priv *ak4641 = snd_soc_codec_get_drvdata(codec); - int deemph = ucontrol->value.enumerated.item[0]; + int deemph = ucontrol->value.integer.value[0]; if (deemph > 1) return -EINVAL; @@ -92,7 +92,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct ak4641_priv *ak4641 = snd_soc_codec_get_drvdata(codec); - ucontrol->value.enumerated.item[0] = ak4641->deemph; + ucontrol->value.integer.value[0] = ak4641->deemph; return 0; }; --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/ak4671.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/ak4671.c @@ -343,25 +343,25 @@ }; static const struct snd_soc_dapm_route ak4671_intercon[] = { - {"DAC Left", "NULL", "PMPLL"}, - {"DAC Right", "NULL", "PMPLL"}, - {"ADC Left", "NULL", "PMPLL"}, - {"ADC Right", "NULL", "PMPLL"}, + {"DAC Left", NULL, "PMPLL"}, + {"DAC Right", NULL, "PMPLL"}, + {"ADC Left", NULL, "PMPLL"}, + {"ADC Right", NULL, "PMPLL"}, /* Outputs */ - {"LOUT1", "NULL", "LOUT1 Mixer"}, - {"ROUT1", "NULL", "ROUT1 Mixer"}, - {"LOUT2", "NULL", "LOUT2 Mix Amp"}, - {"ROUT2", "NULL", "ROUT2 Mix Amp"}, - {"LOUT3", "NULL", "LOUT3 Mixer"}, - {"ROUT3", "NULL", "ROUT3 Mixer"}, + {"LOUT1", NULL, "LOUT1 Mixer"}, + {"ROUT1", NULL, "ROUT1 Mixer"}, + {"LOUT2", NULL, "LOUT2 Mix Amp"}, + {"ROUT2", NULL, "ROUT2 Mix Amp"}, + {"LOUT3", NULL, "LOUT3 Mixer"}, + {"ROUT3", NULL, "ROUT3 Mixer"}, {"LOUT1 Mixer", "DACL", "DAC Left"}, {"ROUT1 Mixer", "DACR", "DAC Right"}, {"LOUT2 Mixer", "DACHL", "DAC Left"}, {"ROUT2 Mixer", "DACHR", "DAC Right"}, - {"LOUT2 Mix Amp", "NULL", "LOUT2 Mixer"}, - {"ROUT2 Mix Amp", "NULL", "ROUT2 Mixer"}, + {"LOUT2 Mix Amp", NULL, "LOUT2 Mixer"}, + {"ROUT2 Mix Amp", NULL, "ROUT2 Mixer"}, {"LOUT3 Mixer", "DACSL", "DAC Left"}, {"ROUT3 Mixer", "DACSR", "DAC Right"}, @@ -381,18 +381,18 @@ {"LIN2", NULL, "Mic Bias"}, {"RIN2", NULL, "Mic Bias"}, - {"ADC Left", "NULL", "LIN MUX"}, - {"ADC Right", "NULL", "RIN MUX"}, + {"ADC Left", NULL, "LIN MUX"}, + {"ADC Right", NULL, "RIN MUX"}, /* Analog Loops */ - {"LIN1 Mixing Circuit", "NULL", "LIN1"}, - {"RIN1 Mixing Circuit", "NULL", "RIN1"}, - {"LIN2 Mixing Circuit", "NULL", "LIN2"}, - {"RIN2 Mixing Circuit", "NULL", "RIN2"}, - {"LIN3 Mixing Circuit", "NULL", "LIN3"}, - {"RIN3 Mixing Circuit", "NULL", "RIN3"}, - {"LIN4 Mixing Circuit", "NULL", "LIN4"}, - {"RIN4 Mixing Circuit", "NULL", "RIN4"}, + {"LIN1 Mixing Circuit", NULL, "LIN1"}, + {"RIN1 Mixing Circuit", NULL, "RIN1"}, + {"LIN2 Mixing Circuit", NULL, "LIN2"}, + {"RIN2 Mixing Circuit", NULL, "RIN2"}, + {"LIN3 Mixing Circuit", NULL, "LIN3"}, + {"RIN3 Mixing Circuit", NULL, "RIN3"}, + {"LIN4 Mixing Circuit", NULL, "LIN4"}, + {"RIN4 Mixing Circuit", NULL, "RIN4"}, {"LOUT1 Mixer", "LINL1", "LIN1 Mixing Circuit"}, {"ROUT1 Mixer", "RINR1", "RIN1 Mixing Circuit"}, --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/arizona.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/arizona.c @@ -1188,7 +1188,7 @@ int chan_limit = arizona->pdata.max_channels_clocked[dai->id - 1]; int bclk, lrclk, wl, frame, bclk_target; - if (params_rate(params) % 8000) + if (params_rate(params) % 4000) rates = &arizona_44k1_bclk_rates[0]; else rates = &arizona_48k_bclk_rates[0]; --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/cs4271.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/cs4271.c @@ -287,7 +287,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct cs4271_private *cs4271 = snd_soc_codec_get_drvdata(codec); - ucontrol->value.enumerated.item[0] = cs4271->deemph; + ucontrol->value.integer.value[0] = cs4271->deemph; return 0; } @@ -297,7 +297,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct cs4271_private *cs4271 = snd_soc_codec_get_drvdata(codec); - cs4271->deemph = ucontrol->value.enumerated.item[0]; + cs4271->deemph = ucontrol->value.integer.value[0]; return cs4271_set_deemph(codec); } @@ -561,10 +561,10 @@ if (gpio_is_valid(cs4271->gpio_nreset)) { /* Reset codec */ gpio_direction_output(cs4271->gpio_nreset, 0); - udelay(1); + mdelay(1); gpio_set_value(cs4271->gpio_nreset, 1); /* Give the codec time to wake up */ - udelay(1); + mdelay(1); } ret = regmap_update_bits(cs4271->regmap, CS4271_MODE2, --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/cs42l51-i2c.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/cs42l51-i2c.c @@ -46,6 +46,7 @@ .driver = { .name = "cs42l51", .owner = THIS_MODULE, + .of_match_table = cs42l51_of_match, }, .probe = cs42l51_i2c_probe, .remove = cs42l51_i2c_remove, --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/cs42l51.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/cs42l51.c @@ -558,11 +558,13 @@ } EXPORT_SYMBOL_GPL(cs42l51_probe); -static const struct of_device_id cs42l51_of_match[] = { +const struct of_device_id cs42l51_of_match[] = { { .compatible = "cirrus,cs42l51", }, { } }; MODULE_DEVICE_TABLE(of, cs42l51_of_match); +EXPORT_SYMBOL_GPL(cs42l51_of_match); + MODULE_AUTHOR("Arnaud Patard "); MODULE_DESCRIPTION("Cirrus Logic CS42L51 ALSA SoC Codec Driver"); MODULE_LICENSE("GPL"); --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/cs42l51.h +++ linux-lts-utopic-3.16.0/sound/soc/codecs/cs42l51.h @@ -22,6 +22,7 @@ extern const struct regmap_config cs42l51_regmap; int cs42l51_probe(struct device *dev, struct regmap *regmap); +extern const struct of_device_id cs42l51_of_match[]; #define CS42L51_CHIP_ID 0x1B #define CS42L51_CHIP_REV_A 0x00 --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/da732x.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/da732x.c @@ -877,11 +877,11 @@ static const struct snd_soc_dapm_route da732x_dapm_routes[] = { /* Inputs */ - {"AUX1L PGA", "NULL", "AUX1L"}, - {"AUX1R PGA", "NULL", "AUX1R"}, + {"AUX1L PGA", NULL, "AUX1L"}, + {"AUX1R PGA", NULL, "AUX1R"}, {"MIC1 PGA", NULL, "MIC1"}, - {"MIC2 PGA", "NULL", "MIC2"}, - {"MIC3 PGA", "NULL", "MIC3"}, + {"MIC2 PGA", NULL, "MIC2"}, + {"MIC3 PGA", NULL, "MIC3"}, /* Capture Path */ {"ADC1 Left MUX", "MIC1", "MIC1 PGA"}, --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/max98090.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/max98090.c @@ -1403,8 +1403,8 @@ {"STENL Mux", "Sidetone Left", "DMICL"}, {"STENR Mux", "Sidetone Right", "ADCR"}, {"STENR Mux", "Sidetone Right", "DMICR"}, - {"DACL", "NULL", "STENL Mux"}, - {"DACR", "NULL", "STENL Mux"}, + {"DACL", NULL, "STENL Mux"}, + {"DACR", NULL, "STENL Mux"}, {"AIFINL", NULL, "SHDN"}, {"AIFINR", NULL, "SHDN"}, @@ -2284,7 +2284,7 @@ /* Register for interrupts */ dev_dbg(codec->dev, "irq = %d\n", max98090->irq); - ret = request_threaded_irq(max98090->irq, NULL, + ret = devm_request_threaded_irq(codec->dev, max98090->irq, NULL, max98090_interrupt, IRQF_TRIGGER_FALLING | IRQF_ONESHOT, "max98090_interrupt", codec); if (ret < 0) { --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/mc13783.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/mc13783.c @@ -623,14 +623,14 @@ AUDIO_SSI_SEL, 0); else mc13xxx_reg_rmw(priv->mc13xxx, MC13783_AUDIO_CODEC, - 0, AUDIO_SSI_SEL); + AUDIO_SSI_SEL, AUDIO_SSI_SEL); if (priv->dac_ssi_port == MC13783_SSI1_PORT) mc13xxx_reg_rmw(priv->mc13xxx, MC13783_AUDIO_DAC, AUDIO_SSI_SEL, 0); else mc13xxx_reg_rmw(priv->mc13xxx, MC13783_AUDIO_DAC, - 0, AUDIO_SSI_SEL); + AUDIO_SSI_SEL, AUDIO_SSI_SEL); return 0; } --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/pcm1681.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/pcm1681.c @@ -102,7 +102,7 @@ if (val != -1) { regmap_update_bits(priv->regmap, PCM1681_DEEMPH_CONTROL, - PCM1681_DEEMPH_RATE_MASK, val); + PCM1681_DEEMPH_RATE_MASK, val << 3); enable = 1; } else enable = 0; @@ -118,7 +118,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct pcm1681_private *priv = snd_soc_codec_get_drvdata(codec); - ucontrol->value.enumerated.item[0] = priv->deemph; + ucontrol->value.integer.value[0] = priv->deemph; return 0; } @@ -129,7 +129,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct pcm1681_private *priv = snd_soc_codec_get_drvdata(codec); - priv->deemph = ucontrol->value.enumerated.item[0]; + priv->deemph = ucontrol->value.integer.value[0]; return pcm1681_set_deemph(codec); } --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/pcm512x-i2c.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/pcm512x-i2c.c @@ -24,8 +24,13 @@ const struct i2c_device_id *id) { struct regmap *regmap; + struct regmap_config config = pcm512x_regmap; - regmap = devm_regmap_init_i2c(i2c, &pcm512x_regmap); + /* msb needs to be set to enable auto-increment of addresses */ + config.read_flag_mask = 0x80; + config.write_flag_mask = 0x80; + + regmap = devm_regmap_init_i2c(i2c, &config); if (IS_ERR(regmap)) return PTR_ERR(regmap); --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/pcm512x.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/pcm512x.c @@ -188,8 +188,8 @@ static const char * const pcm512x_dsp_program_texts[] = { "FIR interpolation with de-emphasis", "Low latency IIR with de-emphasis", - "Fixed process flow", "High attenuation with de-emphasis", + "Fixed process flow", "Ringing-less low latency FIR", }; @@ -261,9 +261,9 @@ static const struct snd_kcontrol_new pcm512x_controls[] = { SOC_DOUBLE_R_TLV("Playback Digital Volume", PCM512x_DIGITAL_VOLUME_2, PCM512x_DIGITAL_VOLUME_3, 0, 255, 1, digital_tlv), -SOC_DOUBLE_TLV("Playback Volume", PCM512x_ANALOG_GAIN_CTRL, +SOC_DOUBLE_TLV("Analogue Playback Volume", PCM512x_ANALOG_GAIN_CTRL, PCM512x_LAGN_SHIFT, PCM512x_RAGN_SHIFT, 1, 1, analog_tlv), -SOC_DOUBLE_TLV("Playback Boost Volume", PCM512x_ANALOG_GAIN_BOOST, +SOC_DOUBLE_TLV("Analogue Playback Boost Volume", PCM512x_ANALOG_GAIN_BOOST, PCM512x_AGBL_SHIFT, PCM512x_AGBR_SHIFT, 1, 0, boost_tlv), SOC_DOUBLE("Playback Digital Switch", PCM512x_MUTE, PCM512x_RQML_SHIFT, PCM512x_RQMR_SHIFT, 1, 1), --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/rt5640.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/rt5640.c @@ -984,6 +984,35 @@ return 0; } +static int rt5640_lout_event(struct snd_soc_dapm_widget *w, + struct snd_kcontrol *kcontrol, int event) +{ + struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); + + switch (event) { + case SND_SOC_DAPM_POST_PMU: + hp_amp_power_on(codec); + snd_soc_update_bits(codec, RT5640_PWR_ANLG1, + RT5640_PWR_LM, RT5640_PWR_LM); + snd_soc_update_bits(codec, RT5640_OUTPUT, + RT5640_L_MUTE | RT5640_R_MUTE, 0); + break; + + case SND_SOC_DAPM_PRE_PMD: + snd_soc_update_bits(codec, RT5640_OUTPUT, + RT5640_L_MUTE | RT5640_R_MUTE, + RT5640_L_MUTE | RT5640_R_MUTE); + snd_soc_update_bits(codec, RT5640_PWR_ANLG1, + RT5640_PWR_LM, 0); + break; + + default: + return 0; + } + + return 0; +} + static int rt5640_hp_power_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, int event) { @@ -1179,13 +1208,16 @@ 0, rt5640_spo_l_mix, ARRAY_SIZE(rt5640_spo_l_mix)), SND_SOC_DAPM_MIXER("SPOR MIX", SND_SOC_NOPM, 0, 0, rt5640_spo_r_mix, ARRAY_SIZE(rt5640_spo_r_mix)), - SND_SOC_DAPM_MIXER("LOUT MIX", RT5640_PWR_ANLG1, RT5640_PWR_LM_BIT, 0, + SND_SOC_DAPM_MIXER("LOUT MIX", SND_SOC_NOPM, 0, 0, rt5640_lout_mix, ARRAY_SIZE(rt5640_lout_mix)), SND_SOC_DAPM_SUPPLY_S("Improve HP Amp Drv", 1, SND_SOC_NOPM, 0, 0, rt5640_hp_power_event, SND_SOC_DAPM_POST_PMU), SND_SOC_DAPM_PGA_S("HP Amp", 1, SND_SOC_NOPM, 0, 0, rt5640_hp_event, SND_SOC_DAPM_PRE_PMD | SND_SOC_DAPM_POST_PMU), + SND_SOC_DAPM_PGA_S("LOUT amp", 1, SND_SOC_NOPM, 0, 0, + rt5640_lout_event, + SND_SOC_DAPM_PRE_PMD | SND_SOC_DAPM_POST_PMU), SND_SOC_DAPM_SUPPLY("HP L Amp", RT5640_PWR_ANLG1, RT5640_PWR_HP_L_BIT, 0, NULL, 0), SND_SOC_DAPM_SUPPLY("HP R Amp", RT5640_PWR_ANLG1, @@ -1500,8 +1532,10 @@ {"HP R Playback", "Switch", "HP Amp"}, {"HPOL", NULL, "HP L Playback"}, {"HPOR", NULL, "HP R Playback"}, - {"LOUTL", NULL, "LOUT MIX"}, - {"LOUTR", NULL, "LOUT MIX"}, + + {"LOUT amp", NULL, "LOUT MIX"}, + {"LOUTL", NULL, "LOUT amp"}, + {"LOUTR", NULL, "LOUT amp"}, }; static const struct snd_soc_dapm_route rt5640_specific_dapm_routes[] = { @@ -2059,6 +2093,7 @@ static const struct regmap_config rt5640_regmap = { .reg_bits = 8, .val_bits = 16, + .use_single_rw = true, .max_register = RT5640_VENDOR_ID2 + 1 + (ARRAY_SIZE(rt5640_ranges) * RT5640_PR_SPACING), --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/rt5645.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/rt5645.c @@ -471,7 +471,7 @@ /* IN1/IN2 Control */ SOC_SINGLE_TLV("IN1 Boost", RT5645_IN1_CTRL1, - RT5645_BST_SFT1, 8, 0, bst_tlv), + RT5645_BST_SFT1, 12, 0, bst_tlv), SOC_SINGLE_TLV("IN2 Boost", RT5645_IN2_CTRL, RT5645_BST_SFT2, 8, 0, bst_tlv), --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/rt5677.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/rt5677.c @@ -56,6 +56,9 @@ {RT5677_PR_BASE + 0x1e, 0x0000}, {RT5677_PR_BASE + 0x12, 0x0eaa}, {RT5677_PR_BASE + 0x14, 0x018a}, + {RT5677_PR_BASE + 0x15, 0x0490}, + {RT5677_PR_BASE + 0x38, 0x0f71}, + {RT5677_PR_BASE + 0x39, 0x0f71}, }; #define RT5677_INIT_REG_LEN ARRAY_SIZE(init_list) --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/sgtl5000.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/sgtl5000.c @@ -1155,13 +1155,7 @@ /* Enable VDDC charge pump */ ana_pwr |= SGTL5000_VDDC_CHRGPMP_POWERUP; } else if (vddio >= 3100 && vdda >= 3100) { - /* - * if vddio and vddd > 3.1v, - * charge pump should be clean before set ana_pwr - */ - snd_soc_update_bits(codec, SGTL5000_CHIP_ANA_POWER, - SGTL5000_VDDC_CHRGPMP_POWERUP, 0); - + ana_pwr &= ~SGTL5000_VDDC_CHRGPMP_POWERUP; /* VDDC use VDDIO rail */ lreg_ctrl |= SGTL5000_VDDC_ASSN_OVRD; lreg_ctrl |= SGTL5000_VDDC_MAN_ASSN_VDDIO << @@ -1315,8 +1309,7 @@ /* enable small pop, introduce 400ms delay in turning off */ snd_soc_update_bits(codec, SGTL5000_CHIP_REF_CTRL, - SGTL5000_SMALL_POP, - SGTL5000_SMALL_POP); + SGTL5000_SMALL_POP, 1); /* disable short cut detector */ snd_soc_write(codec, SGTL5000_CHIP_SHORT_CTRL, 0); @@ -1464,6 +1457,9 @@ if (ret) return ret; + /* Need 8 clocks before I2C accesses */ + udelay(1); + /* read chip information */ ret = regmap_read(sgtl5000->regmap, SGTL5000_CHIP_ID, ®); if (ret) --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/sgtl5000.h +++ linux-lts-utopic-3.16.0/sound/soc/codecs/sgtl5000.h @@ -275,7 +275,7 @@ #define SGTL5000_BIAS_CTRL_MASK 0x000e #define SGTL5000_BIAS_CTRL_SHIFT 1 #define SGTL5000_BIAS_CTRL_WIDTH 3 -#define SGTL5000_SMALL_POP 0x0001 +#define SGTL5000_SMALL_POP 0 /* * SGTL5000_CHIP_MIC_CTRL --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/sigmadsp.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/sigmadsp.c @@ -159,6 +159,13 @@ goto done; } + if (ssfw_head->version != 1) { + dev_err(dev, + "Failed to load firmware: Invalid version %d. Supported firmware versions: 1\n", + ssfw_head->version); + goto done; + } + crc = crc32(0, fw->data + sizeof(*ssfw_head), fw->size - sizeof(*ssfw_head)); pr_debug("%s: crc=%x\n", __func__, crc); --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/sn95031.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/sn95031.c @@ -531,8 +531,8 @@ /* speaker map */ { "IHFOUTL", NULL, "Speaker Rail"}, { "IHFOUTR", NULL, "Speaker Rail"}, - { "IHFOUTL", "NULL", "Speaker Left Playback"}, - { "IHFOUTR", "NULL", "Speaker Right Playback"}, + { "IHFOUTL", NULL, "Speaker Left Playback"}, + { "IHFOUTR", NULL, "Speaker Right Playback"}, { "Speaker Left Playback", NULL, "Speaker Left Filter"}, { "Speaker Right Playback", NULL, "Speaker Right Filter"}, { "Speaker Left Filter", NULL, "IHFDAC Left"}, --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/ssm2602.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/ssm2602.c @@ -647,7 +647,7 @@ return -ENOMEM; dev_set_drvdata(dev, ssm2602); - ssm2602->type = SSM2602; + ssm2602->type = type; ssm2602->regmap = regmap; return snd_soc_register_codec(dev, &soc_codec_dev_ssm2602, --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/tas5086.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/tas5086.c @@ -275,7 +275,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct tas5086_private *priv = snd_soc_codec_get_drvdata(codec); - ucontrol->value.enumerated.item[0] = priv->deemph; + ucontrol->value.integer.value[0] = priv->deemph; return 0; } @@ -286,7 +286,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct tas5086_private *priv = snd_soc_codec_get_drvdata(codec); - priv->deemph = ucontrol->value.enumerated.item[0]; + priv->deemph = ucontrol->value.integer.value[0]; return tas5086_set_deemph(codec); } --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/tlv320aic31xx.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/tlv320aic31xx.c @@ -1178,7 +1178,7 @@ } #endif /* CONFIG_OF */ -static void aic31xx_device_init(struct aic31xx_priv *aic31xx) +static int aic31xx_device_init(struct aic31xx_priv *aic31xx) { int ret, i; @@ -1197,7 +1197,7 @@ "aic31xx-reset-pin"); if (ret < 0) { dev_err(aic31xx->dev, "not able to acquire gpio\n"); - return; + return ret; } } @@ -1210,6 +1210,7 @@ if (ret != 0) dev_err(aic31xx->dev, "Failed to request supplies: %d\n", ret); + return ret; } static int aic31xx_i2c_probe(struct i2c_client *i2c, @@ -1239,7 +1240,9 @@ aic31xx->pdata.codec_type = id->driver_data; - aic31xx_device_init(aic31xx); + ret = aic31xx_device_init(aic31xx); + if (ret) + return ret; return snd_soc_register_codec(&i2c->dev, &soc_codec_driver_aic31xx, aic31xx_dai_driver, --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/tlv320aic3x.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/tlv320aic3x.c @@ -1121,6 +1121,7 @@ static int aic3x_set_power(struct snd_soc_codec *codec, int power) { struct aic3x_priv *aic3x = snd_soc_codec_get_drvdata(codec); + unsigned int pll_c, pll_d; int ret; if (power) { @@ -1138,6 +1139,18 @@ /* Sync reg_cache with the hardware */ regcache_cache_only(aic3x->regmap, false); regcache_sync(aic3x->regmap); + + /* Rewrite paired PLL D registers in case cached sync skipped + * writing one of them and thus caused other one also not + * being written + */ + pll_c = snd_soc_read(codec, AIC3X_PLL_PROGC_REG); + pll_d = snd_soc_read(codec, AIC3X_PLL_PROGD_REG); + if (pll_c == aic3x_reg[AIC3X_PLL_PROGC_REG].def || + pll_d == aic3x_reg[AIC3X_PLL_PROGD_REG].def) { + snd_soc_write(codec, AIC3X_PLL_PROGC_REG, pll_c); + snd_soc_write(codec, AIC3X_PLL_PROGD_REG, pll_d); + } } else { /* * Do soft reset to this codec instance in order to clear --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm2000.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm2000.c @@ -610,7 +610,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm2000_priv *wm2000 = dev_get_drvdata(codec->dev); - ucontrol->value.enumerated.item[0] = wm2000->anc_active; + ucontrol->value.integer.value[0] = wm2000->anc_active; return 0; } @@ -620,7 +620,7 @@ { struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm2000_priv *wm2000 = dev_get_drvdata(codec->dev); - int anc_active = ucontrol->value.enumerated.item[0]; + int anc_active = ucontrol->value.integer.value[0]; int ret; if (anc_active > 1) @@ -643,7 +643,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm2000_priv *wm2000 = dev_get_drvdata(codec->dev); - ucontrol->value.enumerated.item[0] = wm2000->spk_ena; + ucontrol->value.integer.value[0] = wm2000->spk_ena; return 0; } @@ -653,7 +653,7 @@ { struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm2000_priv *wm2000 = dev_get_drvdata(codec->dev); - int val = ucontrol->value.enumerated.item[0]; + int val = ucontrol->value.integer.value[0]; int ret; if (val > 1) --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm5102.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm5102.c @@ -41,7 +41,7 @@ static DECLARE_TLV_DB_SCALE(ana_tlv, 0, 100, 0); static DECLARE_TLV_DB_SCALE(eq_tlv, -1200, 100, 0); static DECLARE_TLV_DB_SCALE(digital_tlv, -6400, 50, 0); -static DECLARE_TLV_DB_SCALE(noise_tlv, 0, 600, 0); +static DECLARE_TLV_DB_SCALE(noise_tlv, -13200, 600, 0); static DECLARE_TLV_DB_SCALE(ng_tlv, -10200, 600, 0); static const struct wm_adsp_region wm5102_dsp1_regions[] = { --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm5110.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm5110.c @@ -167,7 +167,7 @@ static DECLARE_TLV_DB_SCALE(ana_tlv, 0, 100, 0); static DECLARE_TLV_DB_SCALE(eq_tlv, -1200, 100, 0); static DECLARE_TLV_DB_SCALE(digital_tlv, -6400, 50, 0); -static DECLARE_TLV_DB_SCALE(noise_tlv, 0, 600, 0); +static DECLARE_TLV_DB_SCALE(noise_tlv, -13200, 600, 0); static DECLARE_TLV_DB_SCALE(ng_tlv, -10200, 600, 0); #define WM5110_NG_SRC(name, base) \ --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm8731.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm8731.c @@ -122,7 +122,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm8731_priv *wm8731 = snd_soc_codec_get_drvdata(codec); - ucontrol->value.enumerated.item[0] = wm8731->deemph; + ucontrol->value.integer.value[0] = wm8731->deemph; return 0; } @@ -132,7 +132,7 @@ { struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm8731_priv *wm8731 = snd_soc_codec_get_drvdata(codec); - int deemph = ucontrol->value.enumerated.item[0]; + int deemph = ucontrol->value.integer.value[0]; int ret = 0; if (deemph > 1) --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm8737.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm8737.c @@ -494,7 +494,8 @@ /* Fast VMID ramp at 2*2.5k */ snd_soc_update_bits(codec, WM8737_MISC_BIAS_CONTROL, - WM8737_VMIDSEL_MASK, 0x4); + WM8737_VMIDSEL_MASK, + 2 << WM8737_VMIDSEL_SHIFT); /* Bring VMID up */ snd_soc_update_bits(codec, WM8737_POWER_MANAGEMENT, @@ -508,7 +509,8 @@ /* VMID at 2*300k */ snd_soc_update_bits(codec, WM8737_MISC_BIAS_CONTROL, - WM8737_VMIDSEL_MASK, 2); + WM8737_VMIDSEL_MASK, + 1 << WM8737_VMIDSEL_SHIFT); break; --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm8741.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm8741.c @@ -123,7 +123,7 @@ }; static const unsigned int rates_11289[] = { - 44100, 88235, + 44100, 88200, }; static const struct snd_pcm_hw_constraint_list constraints_11289 = { @@ -150,7 +150,7 @@ }; static const unsigned int rates_16934[] = { - 44100, 88235, + 44100, 88200, }; static const struct snd_pcm_hw_constraint_list constraints_16934 = { @@ -168,7 +168,7 @@ }; static const unsigned int rates_22579[] = { - 44100, 88235, 1764000 + 44100, 88200, 176400 }; static const struct snd_pcm_hw_constraint_list constraints_22579 = { @@ -186,7 +186,7 @@ }; static const unsigned int rates_36864[] = { - 48000, 96000, 19200 + 48000, 96000, 192000 }; static const struct snd_pcm_hw_constraint_list constraints_36864 = { --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm8903.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm8903.c @@ -442,7 +442,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); - ucontrol->value.enumerated.item[0] = wm8903->deemph; + ucontrol->value.integer.value[0] = wm8903->deemph; return 0; } @@ -452,7 +452,7 @@ { struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); - int deemph = ucontrol->value.enumerated.item[0]; + int deemph = ucontrol->value.integer.value[0]; int ret = 0; if (deemph > 1) --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm8903.h +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm8903.h @@ -172,7 +172,7 @@ #define WM8903_VMID_BUF_ENA_WIDTH 1 /* VMID_BUF_ENA */ #define WM8903_VMID_RES_50K 2 -#define WM8903_VMID_RES_250K 3 +#define WM8903_VMID_RES_250K 4 #define WM8903_VMID_RES_5K 6 /* --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm8904.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm8904.c @@ -523,7 +523,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm8904_priv *wm8904 = snd_soc_codec_get_drvdata(codec); - ucontrol->value.enumerated.item[0] = wm8904->deemph; + ucontrol->value.integer.value[0] = wm8904->deemph; return 0; } @@ -532,7 +532,7 @@ { struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm8904_priv *wm8904 = snd_soc_codec_get_drvdata(codec); - int deemph = ucontrol->value.enumerated.item[0]; + int deemph = ucontrol->value.integer.value[0]; if (deemph > 1) return -EINVAL; --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm8955.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm8955.c @@ -298,7 +298,7 @@ snd_soc_update_bits(codec, WM8955_PLL_CONTROL_2, WM8955_K_17_9_MASK, (pll.k >> 9) & WM8955_K_17_9_MASK); - snd_soc_update_bits(codec, WM8955_PLL_CONTROL_2, + snd_soc_update_bits(codec, WM8955_PLL_CONTROL_3, WM8955_K_8_0_MASK, pll.k & WM8955_K_8_0_MASK); if (pll.k) @@ -393,7 +393,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm8955_priv *wm8955 = snd_soc_codec_get_drvdata(codec); - ucontrol->value.enumerated.item[0] = wm8955->deemph; + ucontrol->value.integer.value[0] = wm8955->deemph; return 0; } @@ -402,7 +402,7 @@ { struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm8955_priv *wm8955 = snd_soc_codec_get_drvdata(codec); - int deemph = ucontrol->value.enumerated.item[0]; + int deemph = ucontrol->value.integer.value[0]; if (deemph > 1) return -EINVAL; --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm8958-dsp2.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm8958-dsp2.c @@ -459,7 +459,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm8994_priv *wm8994 = snd_soc_codec_get_drvdata(codec); struct wm8994 *control = wm8994->wm8994; - int value = ucontrol->value.integer.value[0]; + int value = ucontrol->value.enumerated.item[0]; int reg; /* Don't allow on the fly reconfiguration */ @@ -549,7 +549,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm8994_priv *wm8994 = snd_soc_codec_get_drvdata(codec); struct wm8994 *control = wm8994->wm8994; - int value = ucontrol->value.integer.value[0]; + int value = ucontrol->value.enumerated.item[0]; int reg; /* Don't allow on the fly reconfiguration */ @@ -582,7 +582,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm8994_priv *wm8994 = snd_soc_codec_get_drvdata(codec); struct wm8994 *control = wm8994->wm8994; - int value = ucontrol->value.integer.value[0]; + int value = ucontrol->value.enumerated.item[0]; int reg; /* Don't allow on the fly reconfiguration */ @@ -749,7 +749,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm8994_priv *wm8994 = snd_soc_codec_get_drvdata(codec); struct wm8994 *control = wm8994->wm8994; - int value = ucontrol->value.integer.value[0]; + int value = ucontrol->value.enumerated.item[0]; int reg; /* Don't allow on the fly reconfiguration */ --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm8960.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm8960.c @@ -181,7 +181,7 @@ struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm8960_priv *wm8960 = snd_soc_codec_get_drvdata(codec); - ucontrol->value.enumerated.item[0] = wm8960->deemph; + ucontrol->value.integer.value[0] = wm8960->deemph; return 0; } @@ -190,7 +190,7 @@ { struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); struct wm8960_priv *wm8960 = snd_soc_codec_get_drvdata(codec); - int deemph = ucontrol->value.enumerated.item[0]; + int deemph = ucontrol->value.integer.value[0]; if (deemph > 1) return -EINVAL; @@ -242,7 +242,7 @@ SOC_ENUM("ADC Polarity", wm8960_enum[0]), SOC_SINGLE("ADC High Pass Filter Switch", WM8960_DACCTL1, 0, 1, 0), -SOC_ENUM("DAC Polarity", wm8960_enum[2]), +SOC_ENUM("DAC Polarity", wm8960_enum[1]), SOC_SINGLE_BOOL_EXT("DAC Deemphasis Switch", 0, wm8960_get_deemph, wm8960_put_deemph), @@ -392,7 +392,7 @@ { "Right Input Mixer", "Boost Switch", "Right Boost Mixer", }, { "Right Input Mixer", NULL, "RINPUT1", }, /* Really Boost Switch */ { "Right Input Mixer", NULL, "RINPUT2" }, - { "Right Input Mixer", NULL, "LINPUT3" }, + { "Right Input Mixer", NULL, "RINPUT3" }, { "Left ADC", NULL, "Left Input Mixer" }, { "Right ADC", NULL, "Right Input Mixer" }, @@ -555,7 +555,7 @@ { 22050, 2 }, { 24000, 2 }, { 16000, 3 }, - { 11250, 4 }, + { 11025, 4 }, { 12000, 4 }, { 8000, 5 }, }; --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm8962.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm8962.c @@ -362,8 +362,8 @@ { 16924, 0x0059 }, /* R16924 - HDBASS_PG_1 */ { 16925, 0x999A }, /* R16925 - HDBASS_PG_0 */ - { 17048, 0x0083 }, /* R17408 - HPF_C_1 */ - { 17049, 0x98AD }, /* R17409 - HPF_C_0 */ + { 17408, 0x0083 }, /* R17408 - HPF_C_1 */ + { 17409, 0x98AD }, /* R17409 - HPF_C_0 */ { 17920, 0x007F }, /* R17920 - ADCL_RETUNE_C1_1 */ { 17921, 0xFFFF }, /* R17921 - ADCL_RETUNE_C1_0 */ --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm8974.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm8974.c @@ -587,6 +587,7 @@ .max_register = WM8974_MONOMIX, .reg_defaults = wm8974_reg_defaults, .num_reg_defaults = ARRAY_SIZE(wm8974_reg_defaults), + .cache_type = REGCACHE_FLAT, }; static int wm8974_probe(struct snd_soc_codec *codec) --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm8994.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm8994.c @@ -360,7 +360,7 @@ struct wm8994 *control = wm8994->wm8994; struct wm8994_pdata *pdata = &control->pdata; int drc = wm8994_get_drc(kcontrol->id.name); - int value = ucontrol->value.integer.value[0]; + int value = ucontrol->value.enumerated.item[0]; if (drc < 0) return drc; @@ -467,7 +467,7 @@ struct wm8994 *control = wm8994->wm8994; struct wm8994_pdata *pdata = &control->pdata; int block = wm8994_get_retune_mobile_block(kcontrol->id.name); - int value = ucontrol->value.integer.value[0]; + int value = ucontrol->value.enumerated.item[0]; if (block < 0) return block; @@ -2753,7 +2753,7 @@ }; static int fs_ratios[] = { - 64, 128, 192, 256, 348, 512, 768, 1024, 1408, 1536 + 64, 128, 192, 256, 384, 512, 768, 1024, 1408, 1536 }; static int bclk_divs[] = { @@ -3505,6 +3505,7 @@ return IRQ_HANDLED; } +/* Should be called with accdet_lock held */ static void wm1811_micd_stop(struct snd_soc_codec *codec) { struct wm8994_priv *wm8994 = snd_soc_codec_get_drvdata(codec); @@ -3512,14 +3513,10 @@ if (!wm8994->jackdet) return; - mutex_lock(&wm8994->accdet_lock); - snd_soc_update_bits(codec, WM8958_MIC_DETECT_1, WM8958_MICD_ENA, 0); wm1811_jackdet_set_mode(codec, WM1811_JACKDET_MODE_JACK); - mutex_unlock(&wm8994->accdet_lock); - if (wm8994->wm8994->pdata.jd_ext_cap) snd_soc_dapm_disable_pin(&codec->dapm, "MICBIAS2"); @@ -3560,10 +3557,10 @@ open_circuit_work.work); struct device *dev = wm8994->wm8994->dev; - wm1811_micd_stop(wm8994->hubs.codec); - mutex_lock(&wm8994->accdet_lock); + wm1811_micd_stop(wm8994->hubs.codec); + dev_dbg(dev, "Reporting open circuit\n"); wm8994->jack_mic = false; --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm8997.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm8997.c @@ -40,7 +40,7 @@ static DECLARE_TLV_DB_SCALE(ana_tlv, 0, 100, 0); static DECLARE_TLV_DB_SCALE(eq_tlv, -1200, 100, 0); static DECLARE_TLV_DB_SCALE(digital_tlv, -6400, 50, 0); -static DECLARE_TLV_DB_SCALE(noise_tlv, 0, 600, 0); +static DECLARE_TLV_DB_SCALE(noise_tlv, -13200, 600, 0); static DECLARE_TLV_DB_SCALE(ng_tlv, -10200, 600, 0); static const struct reg_default wm8997_sysclk_reva_patch[] = { --- linux-lts-utopic-3.16.0.orig/sound/soc/codecs/wm_adsp.c +++ linux-lts-utopic-3.16.0/sound/soc/codecs/wm_adsp.c @@ -246,7 +246,7 @@ struct soc_enum *e = (struct soc_enum *)kcontrol->private_value; struct wm_adsp *adsp = snd_soc_codec_get_drvdata(codec); - ucontrol->value.integer.value[0] = adsp[e->shift_l].fw; + ucontrol->value.enumerated.item[0] = adsp[e->shift_l].fw; return 0; } @@ -258,16 +258,16 @@ struct soc_enum *e = (struct soc_enum *)kcontrol->private_value; struct wm_adsp *adsp = snd_soc_codec_get_drvdata(codec); - if (ucontrol->value.integer.value[0] == adsp[e->shift_l].fw) + if (ucontrol->value.enumerated.item[0] == adsp[e->shift_l].fw) return 0; - if (ucontrol->value.integer.value[0] >= WM_ADSP_NUM_FW) + if (ucontrol->value.enumerated.item[0] >= WM_ADSP_NUM_FW) return -EINVAL; if (adsp[e->shift_l].running) return -EBUSY; - adsp[e->shift_l].fw = ucontrol->value.integer.value[0]; + adsp[e->shift_l].fw = ucontrol->value.enumerated.item[0]; return 0; } @@ -1355,6 +1355,7 @@ file, blocks, pos - firmware->size); out_fw: + regmap_async_complete(regmap); release_firmware(firmware); wm_adsp_buf_free(&buf_list); out: @@ -1758,3 +1759,5 @@ return 0; } EXPORT_SYMBOL_GPL(wm_adsp2_init); + +MODULE_LICENSE("GPL v2"); --- linux-lts-utopic-3.16.0.orig/sound/soc/davinci/davinci-evm.c +++ linux-lts-utopic-3.16.0/sound/soc/davinci/davinci-evm.c @@ -431,18 +431,8 @@ return ret; } -static int davinci_evm_remove(struct platform_device *pdev) -{ - struct snd_soc_card *card = platform_get_drvdata(pdev); - - snd_soc_unregister_card(card); - - return 0; -} - static struct platform_driver davinci_evm_driver = { .probe = davinci_evm_probe, - .remove = davinci_evm_remove, .driver = { .name = "davinci_evm", .owner = THIS_MODULE, --- linux-lts-utopic-3.16.0.orig/sound/soc/davinci/davinci-mcasp.c +++ linux-lts-utopic-3.16.0/sound/soc/davinci/davinci-mcasp.c @@ -455,8 +455,17 @@ { u32 fmt; u32 tx_rotate = (word_length / 4) & 0x7; - u32 rx_rotate = (32 - word_length) / 4; u32 mask = (1ULL << word_length) - 1; + /* + * For captured data we should not rotate, inversion and masking is + * enoguh to get the data to the right position: + * Format data from bus after reverse (XRBUF) + * S16_LE: |LSB|MSB|xxx|xxx| |xxx|xxx|MSB|LSB| + * S24_3LE: |LSB|DAT|MSB|xxx| |xxx|MSB|DAT|LSB| + * S24_LE: |LSB|DAT|MSB|xxx| |xxx|MSB|DAT|LSB| + * S32_LE: |LSB|DAT|DAT|MSB| |MSB|DAT|DAT|LSB| + */ + u32 rx_rotate = 0; /* * if s BCLK-to-LRCLK ratio has been configured via the set_clkdiv() --- linux-lts-utopic-3.16.0.orig/sound/soc/dwc/designware_i2s.c +++ linux-lts-utopic-3.16.0/sound/soc/dwc/designware_i2s.c @@ -100,10 +100,10 @@ if (stream == SNDRV_PCM_STREAM_PLAYBACK) { for (i = 0; i < 4; i++) - i2s_write_reg(dev->i2s_base, TOR(i), 0); + i2s_read_reg(dev->i2s_base, TOR(i)); } else { for (i = 0; i < 4; i++) - i2s_write_reg(dev->i2s_base, ROR(i), 0); + i2s_read_reg(dev->i2s_base, ROR(i)); } } @@ -263,6 +263,19 @@ snd_soc_dai_set_dma_data(dai, substream, NULL); } +static int dw_i2s_prepare(struct snd_pcm_substream *substream, + struct snd_soc_dai *dai) +{ + struct dw_i2s_dev *dev = snd_soc_dai_get_drvdata(dai); + + if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) + i2s_write_reg(dev->i2s_base, TXFFR, 1); + else + i2s_write_reg(dev->i2s_base, RXFFR, 1); + + return 0; +} + static int dw_i2s_trigger(struct snd_pcm_substream *substream, int cmd, struct snd_soc_dai *dai) { @@ -294,6 +307,7 @@ .startup = dw_i2s_startup, .shutdown = dw_i2s_shutdown, .hw_params = dw_i2s_hw_params, + .prepare = dw_i2s_prepare, .trigger = dw_i2s_trigger, }; --- linux-lts-utopic-3.16.0.orig/sound/soc/fsl/eukrea-tlv320.c +++ linux-lts-utopic-3.16.0/sound/soc/fsl/eukrea-tlv320.c @@ -105,7 +105,7 @@ int ret; int int_port = 0, ext_port; struct device_node *np = pdev->dev.of_node; - struct device_node *ssi_np, *codec_np; + struct device_node *ssi_np = NULL, *codec_np = NULL; eukrea_tlv320.dev = &pdev->dev; if (np) { --- linux-lts-utopic-3.16.0.orig/sound/soc/fsl/fsl_esai.h +++ linux-lts-utopic-3.16.0/sound/soc/fsl/fsl_esai.h @@ -302,7 +302,7 @@ #define ESAI_xCCR_xFP_MASK (((1 << ESAI_xCCR_xFP_WIDTH) - 1) << ESAI_xCCR_xFP_SHIFT) #define ESAI_xCCR_xFP(v) ((((v) - 1) << ESAI_xCCR_xFP_SHIFT) & ESAI_xCCR_xFP_MASK) #define ESAI_xCCR_xDC_SHIFT 9 -#define ESAI_xCCR_xDC_WIDTH 4 +#define ESAI_xCCR_xDC_WIDTH 5 #define ESAI_xCCR_xDC_MASK (((1 << ESAI_xCCR_xDC_WIDTH) - 1) << ESAI_xCCR_xDC_SHIFT) #define ESAI_xCCR_xDC(v) ((((v) - 1) << ESAI_xCCR_xDC_SHIFT) & ESAI_xCCR_xDC_MASK) #define ESAI_xCCR_xPSR_SHIFT 8 --- linux-lts-utopic-3.16.0.orig/sound/soc/fsl/imx-wm8962.c +++ linux-lts-utopic-3.16.0/sound/soc/fsl/imx-wm8962.c @@ -190,7 +190,7 @@ dev_err(&pdev->dev, "audmux internal port setup failed\n"); return ret; } - imx_audmux_v2_configure_port(ext_port, + ret = imx_audmux_v2_configure_port(ext_port, IMX_AUDMUX_V2_PTCR_SYN, IMX_AUDMUX_V2_PDCR_RXDSEL(int_port)); if (ret) { --- linux-lts-utopic-3.16.0.orig/sound/soc/generic/simple-card.c +++ linux-lts-utopic-3.16.0/sound/soc/generic/simple-card.c @@ -357,9 +357,8 @@ } /* update the reference count of the devices nodes at end of probe */ -static int asoc_simple_card_unref(struct platform_device *pdev) +static int asoc_simple_card_unref(struct snd_soc_card *card) { - struct snd_soc_card *card = platform_get_drvdata(pdev); struct snd_soc_dai_link *dai_link; struct device_node *np; int num_links; @@ -482,7 +481,7 @@ ret = devm_snd_soc_register_card(&pdev->dev, &priv->snd_card); err: - asoc_simple_card_unref(pdev); + asoc_simple_card_unref(&priv->snd_card); return ret; } --- linux-lts-utopic-3.16.0.orig/sound/soc/intel/sst-baytrail-pcm.c +++ linux-lts-utopic-3.16.0/sound/soc/intel/sst-baytrail-pcm.c @@ -32,7 +32,7 @@ SNDRV_PCM_INFO_PAUSE | SNDRV_PCM_INFO_RESUME, .formats = SNDRV_PCM_FMTBIT_S16_LE | - SNDRV_PCM_FORMAT_S24_LE, + SNDRV_PCM_FMTBIT_S24_LE, .period_bytes_min = 384, .period_bytes_max = 48000, .periods_min = 2, --- linux-lts-utopic-3.16.0.orig/sound/soc/intel/sst-haswell-pcm.c +++ linux-lts-utopic-3.16.0/sound/soc/intel/sst-haswell-pcm.c @@ -80,7 +80,7 @@ SNDRV_PCM_INFO_PAUSE | SNDRV_PCM_INFO_RESUME | SNDRV_PCM_INFO_NO_PERIOD_WAKEUP, - .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FORMAT_S24_LE | + .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE, .period_bytes_min = PAGE_SIZE, .period_bytes_max = (HSW_PCM_PERIODS_MAX / HSW_PCM_PERIODS_MIN) * PAGE_SIZE, @@ -400,7 +400,15 @@ sst_hsw_stream_set_valid(hsw, pcm_data->stream, 16); break; case SNDRV_PCM_FORMAT_S24_LE: - bits = SST_HSW_DEPTH_24BIT; + bits = SST_HSW_DEPTH_32BIT; + sst_hsw_stream_set_valid(hsw, pcm_data->stream, 24); + break; + case SNDRV_PCM_FORMAT_S8: + bits = SST_HSW_DEPTH_8BIT; + sst_hsw_stream_set_valid(hsw, pcm_data->stream, 8); + break; + case SNDRV_PCM_FORMAT_S32_LE: + bits = SST_HSW_DEPTH_32BIT; sst_hsw_stream_set_valid(hsw, pcm_data->stream, 32); break; default: @@ -685,8 +693,7 @@ } #define HSW_FORMATS \ - (SNDRV_PCM_FMTBIT_S20_3LE | SNDRV_PCM_FMTBIT_S16_LE |\ - SNDRV_PCM_FMTBIT_S32_LE) + (SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S16_LE) static struct snd_soc_dai_driver hsw_dais[] = { { @@ -696,7 +703,7 @@ .channels_min = 2, .channels_max = 2, .rates = SNDRV_PCM_RATE_48000, - .formats = SNDRV_PCM_FMTBIT_S16_LE, + .formats = SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S16_LE, }, }, { @@ -727,8 +734,8 @@ .stream_name = "Loopback Capture", .channels_min = 2, .channels_max = 2, - .rates = SNDRV_PCM_RATE_8000_192000, - .formats = HSW_FORMATS, + .rates = SNDRV_PCM_RATE_48000, + .formats = SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S16_LE, }, }, { @@ -737,8 +744,8 @@ .stream_name = "Analog Capture", .channels_min = 2, .channels_max = 2, - .rates = SNDRV_PCM_RATE_8000_192000, - .formats = HSW_FORMATS, + .rates = SNDRV_PCM_RATE_48000, + .formats = SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S16_LE, }, }, }; --- linux-lts-utopic-3.16.0.orig/sound/soc/omap/omap-mcbsp.c +++ linux-lts-utopic-3.16.0/sound/soc/omap/omap-mcbsp.c @@ -434,7 +434,7 @@ case SND_SOC_DAIFMT_CBM_CFS: /* McBSP slave. FS clock as output */ regs->srgr2 |= FSGM; - regs->pcr0 |= FSXM; + regs->pcr0 |= FSXM | FSRM; break; case SND_SOC_DAIFMT_CBM_CFM: /* McBSP slave */ --- linux-lts-utopic-3.16.0.orig/sound/soc/omap/omap-pcm.c +++ linux-lts-utopic-3.16.0/sound/soc/omap/omap-pcm.c @@ -200,7 +200,7 @@ struct snd_pcm *pcm = rtd->pcm; int ret; - ret = dma_coerce_mask_and_coherent(card->dev, DMA_BIT_MASK(64)); + ret = dma_coerce_mask_and_coherent(card->dev, DMA_BIT_MASK(32)); if (ret) return ret; --- linux-lts-utopic-3.16.0.orig/sound/soc/omap/omap-twl4030.c +++ linux-lts-utopic-3.16.0/sound/soc/omap/omap-twl4030.c @@ -260,7 +260,7 @@ .stream_name = "TWL4030 Voice", .cpu_dai_name = "omap-mcbsp.3", .codec_dai_name = "twl4030-voice", - .platform_name = "omap-mcbsp.2", + .platform_name = "omap-mcbsp.3", .codec_name = "twl4030-codec", .dai_fmt = SND_SOC_DAIFMT_DSP_A | SND_SOC_DAIFMT_IB_NF | SND_SOC_DAIFMT_CBM_CFM, --- linux-lts-utopic-3.16.0.orig/sound/soc/pxa/Kconfig +++ linux-lts-utopic-3.16.0/sound/soc/pxa/Kconfig @@ -1,7 +1,6 @@ config SND_PXA2XX_SOC tristate "SoC Audio for the Intel PXA2xx chip" depends on ARCH_PXA - select SND_ARM select SND_PXA2XX_LIB help Say Y or M if you want to add support for codecs attached to @@ -25,7 +24,6 @@ config SND_PXA2XX_SOC_AC97 tristate select AC97_BUS - select SND_ARM select SND_PXA2XX_LIB_AC97 select SND_SOC_AC97_BUS --- linux-lts-utopic-3.16.0.orig/sound/soc/pxa/mioa701_wm9713.c +++ linux-lts-utopic-3.16.0/sound/soc/pxa/mioa701_wm9713.c @@ -81,7 +81,7 @@ static int rear_amp_event(struct snd_soc_dapm_widget *widget, struct snd_kcontrol *kctl, int event) { - struct snd_soc_codec *codec = widget->codec; + struct snd_soc_codec *codec = widget->dapm->card->rtd[0].codec; return rear_amp_power(codec, SND_SOC_DAPM_EVENT_ON(event)); } --- linux-lts-utopic-3.16.0.orig/sound/soc/pxa/pxa-ssp.c +++ linux-lts-utopic-3.16.0/sound/soc/pxa/pxa-ssp.c @@ -723,7 +723,8 @@ ssp_handle = of_parse_phandle(dev->of_node, "port", 0); if (!ssp_handle) { dev_err(dev, "unable to get 'port' phandle\n"); - return -ENODEV; + ret = -ENODEV; + goto err_priv; } priv->ssp = pxa_ssp_request_of(ssp_handle, "SoC audio"); @@ -764,9 +765,7 @@ SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_64000 | \ SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000) -#define PXA_SSP_FORMATS (SNDRV_PCM_FMTBIT_S16_LE |\ - SNDRV_PCM_FMTBIT_S24_LE | \ - SNDRV_PCM_FMTBIT_S32_LE) +#define PXA_SSP_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S32_LE) static const struct snd_soc_dai_ops pxa_ssp_dai_ops = { .startup = pxa_ssp_startup, --- linux-lts-utopic-3.16.0.orig/sound/soc/pxa/pxa2xx-ac97.c +++ linux-lts-utopic-3.16.0/sound/soc/pxa/pxa2xx-ac97.c @@ -49,7 +49,7 @@ .reset = pxa2xx_ac97_cold_reset, }; -static unsigned long pxa2xx_ac97_pcm_stereo_in_req = 12; +static unsigned long pxa2xx_ac97_pcm_stereo_in_req = 11; static struct snd_dmaengine_dai_dma_data pxa2xx_ac97_pcm_stereo_in = { .addr = __PREG(PCDR), .addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES, @@ -57,7 +57,7 @@ .filter_data = &pxa2xx_ac97_pcm_stereo_in_req, }; -static unsigned long pxa2xx_ac97_pcm_stereo_out_req = 11; +static unsigned long pxa2xx_ac97_pcm_stereo_out_req = 12; static struct snd_dmaengine_dai_dma_data pxa2xx_ac97_pcm_stereo_out = { .addr = __PREG(PCDR), .addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES, --- linux-lts-utopic-3.16.0.orig/sound/soc/samsung/i2s.c +++ linux-lts-utopic-3.16.0/sound/soc/samsung/i2s.c @@ -920,11 +920,9 @@ { struct i2s_dai *i2s = to_info(dai); - if (dai->active) { - i2s->suspend_i2smod = readl(i2s->addr + I2SMOD); - i2s->suspend_i2scon = readl(i2s->addr + I2SCON); - i2s->suspend_i2spsr = readl(i2s->addr + I2SPSR); - } + i2s->suspend_i2smod = readl(i2s->addr + I2SMOD); + i2s->suspend_i2scon = readl(i2s->addr + I2SCON); + i2s->suspend_i2spsr = readl(i2s->addr + I2SPSR); return 0; } @@ -933,11 +931,9 @@ { struct i2s_dai *i2s = to_info(dai); - if (dai->active) { - writel(i2s->suspend_i2scon, i2s->addr + I2SCON); - writel(i2s->suspend_i2smod, i2s->addr + I2SMOD); - writel(i2s->suspend_i2spsr, i2s->addr + I2SPSR); - } + writel(i2s->suspend_i2scon, i2s->addr + I2SCON); + writel(i2s->suspend_i2smod, i2s->addr + I2SMOD); + writel(i2s->suspend_i2spsr, i2s->addr + I2SPSR); return 0; } --- linux-lts-utopic-3.16.0.orig/sound/soc/samsung/snow.c +++ linux-lts-utopic-3.16.0/sound/soc/samsung/snow.c @@ -106,6 +106,7 @@ { .compatible = "google,snow-audio-max98095", }, {}, }; +MODULE_DEVICE_TABLE(of, snow_of_match); static struct platform_driver snow_driver = { .driver = { --- linux-lts-utopic-3.16.0.orig/sound/soc/sh/fsi.c +++ linux-lts-utopic-3.16.0/sound/soc/sh/fsi.c @@ -1785,8 +1785,7 @@ static struct snd_pcm_hardware fsi_pcm_hardware = { .info = SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_MMAP | - SNDRV_PCM_INFO_MMAP_VALID | - SNDRV_PCM_INFO_PAUSE, + SNDRV_PCM_INFO_MMAP_VALID, .buffer_bytes_max = 64 * 1024, .period_bytes_min = 32, .period_bytes_max = 8192, --- linux-lts-utopic-3.16.0.orig/sound/soc/sh/rcar/core.c +++ linux-lts-utopic-3.16.0/sound/soc/sh/rcar/core.c @@ -891,8 +891,7 @@ static struct snd_pcm_hardware rsnd_pcm_hardware = { .info = SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_MMAP | - SNDRV_PCM_INFO_MMAP_VALID | - SNDRV_PCM_INFO_PAUSE, + SNDRV_PCM_INFO_MMAP_VALID, .buffer_bytes_max = 64 * 1024, .period_bytes_min = 32, .period_bytes_max = 8192, --- linux-lts-utopic-3.16.0.orig/sound/soc/soc-compress.c +++ linux-lts-utopic-3.16.0/sound/soc/soc-compress.c @@ -626,17 +626,34 @@ struct snd_pcm *be_pcm; char new_name[64]; int ret = 0, direction = 0; + int playback = 0, capture = 0; /* check client and interface hw capabilities */ snprintf(new_name, sizeof(new_name), "%s %s-%d", rtd->dai_link->stream_name, codec_dai->name, num); if (codec_dai->driver->playback.channels_min) + playback = 1; + if (codec_dai->driver->capture.channels_min) + capture = 1; + + capture = capture && cpu_dai->driver->capture.channels_min; + playback = playback && cpu_dai->driver->playback.channels_min; + + /* + * Compress devices are unidirectional so only one of the directions + * should be set, check for that (xor) + */ + if (playback + capture != 1) { + dev_err(rtd->card->dev, "Invalid direction for compress P %d, C %d\n", + playback, capture); + return -EINVAL; + } + + if(playback) direction = SND_COMPRESS_PLAYBACK; - else if (codec_dai->driver->capture.channels_min) - direction = SND_COMPRESS_CAPTURE; else - return -EINVAL; + direction = SND_COMPRESS_CAPTURE; compr = kzalloc(sizeof(*compr), GFP_KERNEL); if (compr == NULL) { @@ -657,7 +674,8 @@ rtd->dai_link->stream_name); ret = snd_pcm_new_internal(rtd->card->snd_card, new_name, num, - 1, 0, &be_pcm); + rtd->dai_link->dpcm_playback, + rtd->dai_link->dpcm_capture, &be_pcm); if (ret < 0) { dev_err(rtd->card->dev, "ASoC: can't create compressed for %s\n", rtd->dai_link->name); @@ -666,8 +684,10 @@ rtd->pcm = be_pcm; rtd->fe_compr = 1; - be_pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream->private_data = rtd; - be_pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream->private_data = rtd; + if (rtd->dai_link->dpcm_playback) + be_pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream->private_data = rtd; + else if (rtd->dai_link->dpcm_capture) + be_pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream->private_data = rtd; memcpy(compr->ops, &soc_compr_dyn_ops, sizeof(soc_compr_dyn_ops)); } else memcpy(compr->ops, &soc_compr_ops, sizeof(soc_compr_ops)); --- linux-lts-utopic-3.16.0.orig/sound/soc/soc-core.c +++ linux-lts-utopic-3.16.0/sound/soc/soc-core.c @@ -2650,6 +2650,34 @@ EXPORT_SYMBOL_GPL(snd_soc_info_volsw); /** + * snd_soc_info_volsw_sx - Mixer info callback for SX TLV controls + * @kcontrol: mixer control + * @uinfo: control element information + * + * Callback to provide information about a single mixer control, or a double + * mixer control that spans 2 registers of the SX TLV type. SX TLV controls + * have a range that represents both positive and negative values either side + * of zero but without a sign bit. + * + * Returns 0 for success. + */ +int snd_soc_info_volsw_sx(struct snd_kcontrol *kcontrol, + struct snd_ctl_elem_info *uinfo) +{ + struct soc_mixer_control *mc = + (struct soc_mixer_control *)kcontrol->private_value; + + snd_soc_info_volsw(kcontrol, uinfo); + /* Max represents the number of levels in an SX control not the + * maximum value, so add the minimum value back on + */ + uinfo->value.integer.max += mc->min; + + return 0; +} +EXPORT_SYMBOL_GPL(snd_soc_info_volsw_sx); + +/** * snd_soc_get_volsw - single mixer get callback * @kcontrol: mixer control * @ucontrol: control element information @@ -3181,7 +3209,7 @@ unsigned int val, mask; void *data; - if (!component->regmap) + if (!component->regmap || !params->num_regs) return -EINVAL; len = params->num_regs * component->val_bytes; --- linux-lts-utopic-3.16.0.orig/sound/soc/soc-dapm.c +++ linux-lts-utopic-3.16.0/sound/soc/soc-dapm.c @@ -566,9 +566,9 @@ int shared; struct snd_kcontrol *kcontrol; bool wname_in_long_name, kcname_in_long_name; - char *long_name; + char *long_name = NULL; const char *name; - int ret; + int ret = 0; if (dapm->codec) prefix = dapm->codec->name_prefix; @@ -631,15 +631,17 @@ kcontrol = snd_soc_cnew(&w->kcontrol_news[kci], NULL, name, prefix); - kfree(long_name); - if (!kcontrol) - return -ENOMEM; + if (!kcontrol) { + ret = -ENOMEM; + goto exit_free; + } + kcontrol->private_free = dapm_kcontrol_free; ret = dapm_kcontrol_data_alloc(w, kcontrol); if (ret) { snd_ctl_free_one(kcontrol); - return ret; + goto exit_free; } ret = snd_ctl_add(card, kcontrol); @@ -647,17 +649,18 @@ dev_err(dapm->dev, "ASoC: failed to add widget %s dapm kcontrol %s: %d\n", w->name, name, ret); - return ret; + goto exit_free; } } ret = dapm_kcontrol_add_widget(kcontrol, w); - if (ret) - return ret; + if (ret == 0) + w->kcontrols[kci] = kcontrol; - w->kcontrols[kci] = kcontrol; +exit_free: + kfree(long_name); - return 0; + return ret; } /* create new dapm mixer control */ --- linux-lts-utopic-3.16.0.orig/sound/soc/soc-pcm.c +++ linux-lts-utopic-3.16.0/sound/soc/soc-pcm.c @@ -1316,13 +1316,36 @@ dpcm_init_runtime_hw(runtime, &cpu_dai_drv->capture); } +static int dpcm_fe_dai_do_trigger(struct snd_pcm_substream *substream, int cmd); + +/* Set FE's runtime_update state; the state is protected via PCM stream lock + * for avoiding the race with trigger callback. + * If the state is unset and a trigger is pending while the previous operation, + * process the pending trigger action here. + */ +static void dpcm_set_fe_update_state(struct snd_soc_pcm_runtime *fe, + int stream, enum snd_soc_dpcm_update state) +{ + struct snd_pcm_substream *substream = + snd_soc_dpcm_get_substream(fe, stream); + + snd_pcm_stream_lock_irq(substream); + if (state == SND_SOC_DPCM_UPDATE_NO && fe->dpcm[stream].trigger_pending) { + dpcm_fe_dai_do_trigger(substream, + fe->dpcm[stream].trigger_pending - 1); + fe->dpcm[stream].trigger_pending = 0; + } + fe->dpcm[stream].runtime_update = state; + snd_pcm_stream_unlock_irq(substream); +} + static int dpcm_fe_dai_startup(struct snd_pcm_substream *fe_substream) { struct snd_soc_pcm_runtime *fe = fe_substream->private_data; struct snd_pcm_runtime *runtime = fe_substream->runtime; int stream = fe_substream->stream, ret = 0; - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_FE; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_FE); ret = dpcm_be_dai_startup(fe, fe_substream->stream); if (ret < 0) { @@ -1344,13 +1367,13 @@ dpcm_set_fe_runtime(fe_substream); snd_pcm_limit_hw_rates(runtime); - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_NO); return 0; unwind: dpcm_be_dai_startup_unwind(fe, fe_substream->stream); be_err: - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_NO); return ret; } @@ -1397,7 +1420,7 @@ struct snd_soc_pcm_runtime *fe = substream->private_data; int stream = substream->stream; - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_FE; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_FE); /* shutdown the BEs */ dpcm_be_dai_shutdown(fe, substream->stream); @@ -1411,7 +1434,7 @@ dpcm_dapm_stream_event(fe, stream, SND_SOC_DAPM_STREAM_STOP); fe->dpcm[stream].state = SND_SOC_DPCM_STATE_CLOSE; - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_NO); return 0; } @@ -1439,7 +1462,8 @@ (be->dpcm[stream].state != SND_SOC_DPCM_STATE_PREPARE) && (be->dpcm[stream].state != SND_SOC_DPCM_STATE_HW_FREE) && (be->dpcm[stream].state != SND_SOC_DPCM_STATE_PAUSED) && - (be->dpcm[stream].state != SND_SOC_DPCM_STATE_STOP)) + (be->dpcm[stream].state != SND_SOC_DPCM_STATE_STOP) && + (be->dpcm[stream].state != SND_SOC_DPCM_STATE_SUSPEND)) continue; dev_dbg(be->dev, "ASoC: hw_free BE %s\n", @@ -1459,7 +1483,7 @@ int err, stream = substream->stream; mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_FE; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_FE); dev_dbg(fe->dev, "ASoC: hw_free FE %s\n", fe->dai_link->name); @@ -1474,7 +1498,7 @@ err = dpcm_be_dai_hw_free(fe, stream); fe->dpcm[stream].state = SND_SOC_DPCM_STATE_HW_FREE; - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_NO); mutex_unlock(&fe->card->mutex); return 0; @@ -1567,7 +1591,7 @@ int ret, stream = substream->stream; mutex_lock_nested(&fe->card->mutex, SND_SOC_CARD_CLASS_RUNTIME); - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_FE; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_FE); memcpy(&fe->dpcm[substream->stream].hw_params, params, sizeof(struct snd_pcm_hw_params)); @@ -1590,7 +1614,7 @@ fe->dpcm[stream].state = SND_SOC_DPCM_STATE_HW_PARAMS; out: - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_NO); mutex_unlock(&fe->card->mutex); return ret; } @@ -1704,7 +1728,7 @@ } EXPORT_SYMBOL_GPL(dpcm_be_dai_trigger); -static int dpcm_fe_dai_trigger(struct snd_pcm_substream *substream, int cmd) +static int dpcm_fe_dai_do_trigger(struct snd_pcm_substream *substream, int cmd) { struct snd_soc_pcm_runtime *fe = substream->private_data; int stream = substream->stream, ret; @@ -1778,6 +1802,23 @@ return ret; } +static int dpcm_fe_dai_trigger(struct snd_pcm_substream *substream, int cmd) +{ + struct snd_soc_pcm_runtime *fe = substream->private_data; + int stream = substream->stream; + + /* if FE's runtime_update is already set, we're in race; + * process this trigger later at exit + */ + if (fe->dpcm[stream].runtime_update != SND_SOC_DPCM_UPDATE_NO) { + fe->dpcm[stream].trigger_pending = cmd + 1; + return 0; /* delayed, assuming it's successful */ + } + + /* we're alone, let's trigger */ + return dpcm_fe_dai_do_trigger(substream, cmd); +} + int dpcm_be_dai_prepare(struct snd_soc_pcm_runtime *fe, int stream) { struct snd_soc_dpcm *dpcm; @@ -1821,7 +1862,7 @@ dev_dbg(fe->dev, "ASoC: prepare FE %s\n", fe->dai_link->name); - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_FE; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_FE); /* there is no point preparing this FE if there are no BEs */ if (list_empty(&fe->dpcm[stream].be_clients)) { @@ -1848,7 +1889,7 @@ fe->dpcm[stream].state = SND_SOC_DPCM_STATE_PREPARE; out: - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_NO); mutex_unlock(&fe->card->mutex); return ret; @@ -1995,11 +2036,11 @@ { int ret; - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_BE; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_BE); ret = dpcm_run_update_startup(fe, stream); if (ret < 0) dev_err(fe->dev, "ASoC: failed to startup some BEs\n"); - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_NO); return ret; } @@ -2008,11 +2049,11 @@ { int ret; - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_BE; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_BE); ret = dpcm_run_update_shutdown(fe, stream); if (ret < 0) dev_err(fe->dev, "ASoC: failed to shutdown some BEs\n"); - fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; + dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_NO); return ret; } @@ -2069,6 +2110,7 @@ dpcm_be_disconnect(fe, SNDRV_PCM_STREAM_PLAYBACK); } + dpcm_path_put(&list); capture: /* skip if FE doesn't have capture capability */ if (!fe->cpu_dai->driver->capture.channels_min) --- linux-lts-utopic-3.16.0.orig/sound/soc/spear/spear_pcm.c +++ linux-lts-utopic-3.16.0/sound/soc/spear/spear_pcm.c @@ -44,7 +44,7 @@ *config = spear_dmaengine_pcm_config; config->compat_filter_fn = filter; - return snd_dmaengine_pcm_register(dev, config, + return devm_snd_dmaengine_pcm_register(dev, config, SND_DMAENGINE_PCM_FLAG_NO_DT | SND_DMAENGINE_PCM_FLAG_COMPAT); } --- linux-lts-utopic-3.16.0.orig/sound/synth/emux/emux_oss.c +++ linux-lts-utopic-3.16.0/sound/synth/emux/emux_oss.c @@ -69,7 +69,8 @@ struct snd_seq_oss_reg *arg; struct snd_seq_device *dev; - if (snd_seq_device_new(emu->card, 0, SNDRV_SEQ_DEV_ID_OSS, + /* using device#1 here for avoiding conflicts with OPL3 */ + if (snd_seq_device_new(emu->card, 1, SNDRV_SEQ_DEV_ID_OSS, sizeof(struct snd_seq_oss_reg), &dev) < 0) return; @@ -118,12 +119,8 @@ if (snd_BUG_ON(!arg || !emu)) return -ENXIO; - mutex_lock(&emu->register_mutex); - - if (!snd_emux_inc_count(emu)) { - mutex_unlock(&emu->register_mutex); + if (!snd_emux_inc_count(emu)) return -EFAULT; - } memset(&callback, 0, sizeof(callback)); callback.owner = THIS_MODULE; @@ -135,7 +132,6 @@ if (p == NULL) { snd_printk(KERN_ERR "can't create port\n"); snd_emux_dec_count(emu); - mutex_unlock(&emu->register_mutex); return -ENOMEM; } @@ -148,8 +144,6 @@ reset_port_mode(p, arg->seq_mode); snd_emux_reset_port(p); - - mutex_unlock(&emu->register_mutex); return 0; } @@ -195,13 +189,11 @@ if (snd_BUG_ON(!emu)) return -ENXIO; - mutex_lock(&emu->register_mutex); snd_emux_sounds_off_all(p); snd_soundfont_close_check(emu->sflist, SF_CLIENT_NO(p->chset.port)); snd_seq_event_port_detach(p->chset.client, p->chset.port); snd_emux_dec_count(emu); - mutex_unlock(&emu->register_mutex); return 0; } --- linux-lts-utopic-3.16.0.orig/sound/synth/emux/emux_seq.c +++ linux-lts-utopic-3.16.0/sound/synth/emux/emux_seq.c @@ -124,12 +124,10 @@ if (emu->voices) snd_emux_terminate_all(emu); - mutex_lock(&emu->register_mutex); if (emu->client >= 0) { snd_seq_delete_kernel_client(emu->client); emu->client = -1; } - mutex_unlock(&emu->register_mutex); } @@ -269,8 +267,8 @@ /* * increment usage count */ -int -snd_emux_inc_count(struct snd_emux *emu) +static int +__snd_emux_inc_count(struct snd_emux *emu) { emu->used++; if (!try_module_get(emu->ops.owner)) @@ -284,12 +282,21 @@ return 1; } +int snd_emux_inc_count(struct snd_emux *emu) +{ + int ret; + + mutex_lock(&emu->register_mutex); + ret = __snd_emux_inc_count(emu); + mutex_unlock(&emu->register_mutex); + return ret; +} /* * decrease usage count */ -void -snd_emux_dec_count(struct snd_emux *emu) +static void +__snd_emux_dec_count(struct snd_emux *emu) { module_put(emu->card->module); emu->used--; @@ -298,6 +305,12 @@ module_put(emu->ops.owner); } +void snd_emux_dec_count(struct snd_emux *emu) +{ + mutex_lock(&emu->register_mutex); + __snd_emux_dec_count(emu); + mutex_unlock(&emu->register_mutex); +} /* * Routine that is called upon a first use of a particular port @@ -317,7 +330,7 @@ mutex_lock(&emu->register_mutex); snd_emux_init_port(p); - snd_emux_inc_count(emu); + __snd_emux_inc_count(emu); mutex_unlock(&emu->register_mutex); return 0; } @@ -340,7 +353,7 @@ mutex_lock(&emu->register_mutex); snd_emux_sounds_off_all(p); - snd_emux_dec_count(emu); + __snd_emux_dec_count(emu); mutex_unlock(&emu->register_mutex); return 0; } --- linux-lts-utopic-3.16.0.orig/sound/usb/card.c +++ linux-lts-utopic-3.16.0/sound/usb/card.c @@ -591,18 +591,19 @@ { struct snd_card *card; struct list_head *p; + bool was_shutdown; if (chip == (void *)-1L) return; card = chip->card; down_write(&chip->shutdown_rwsem); + was_shutdown = chip->shutdown; chip->shutdown = 1; up_write(&chip->shutdown_rwsem); mutex_lock(®ister_mutex); - chip->num_interfaces--; - if (chip->num_interfaces <= 0) { + if (!was_shutdown) { struct snd_usb_endpoint *ep; snd_card_disconnect(card); @@ -622,6 +623,10 @@ list_for_each(p, &chip->mixer_list) { snd_usb_mixer_disconnect(p); } + } + + chip->num_interfaces--; + if (chip->num_interfaces <= 0) { usb_chip[chip->index] = NULL; mutex_unlock(®ister_mutex); snd_card_free_when_closed(card); @@ -658,7 +663,7 @@ int err = -ENODEV; down_read(&chip->shutdown_rwsem); - if (chip->probing && chip->in_pm) + if (chip->probing || chip->in_pm) err = 0; else if (!chip->shutdown) err = usb_autopm_get_interface(chip->pm_intf); --- linux-lts-utopic-3.16.0.orig/sound/usb/clock.c +++ linux-lts-utopic-3.16.0/sound/usb/clock.c @@ -285,6 +285,8 @@ unsigned char data[3]; int err, crate; + if (get_iface_desc(alts)->bNumEndpoints < 1) + return -EINVAL; ep = get_endpoint(alts, 0)->bEndpointAddress; /* if endpoint doesn't have sampling rate control, bail out */ --- linux-lts-utopic-3.16.0.orig/sound/usb/endpoint.c +++ linux-lts-utopic-3.16.0/sound/usb/endpoint.c @@ -410,6 +410,9 @@ * * New endpoints will be added to chip->ep_list and must be freed by * calling snd_usb_endpoint_free(). + * + * For SND_USB_ENDPOINT_TYPE_SYNC, the caller needs to guarantee that + * bNumEndpoints > 1 beforehand. */ struct snd_usb_endpoint *snd_usb_add_endpoint(struct snd_usb_audio *chip, struct usb_host_interface *alts, --- linux-lts-utopic-3.16.0.orig/sound/usb/midi.c +++ linux-lts-utopic-3.16.0/sound/usb/midi.c @@ -174,6 +174,8 @@ u8 running_status_length; } ports[0x10]; u8 seen_f5; + bool in_sysex; + u8 last_cin; u8 error_resubmit; int current_port; }; @@ -364,6 +366,8 @@ if (in && in->error_resubmit) { in->error_resubmit = 0; for (j = 0; j < INPUT_URBS; ++j) { + if (atomic_read(&in->urbs[j]->use_count)) + continue; in->urbs[j]->dev = umidi->dev; snd_usbmidi_submit_urb(in->urbs[j], GFP_ATOMIC); } @@ -463,6 +467,39 @@ } /* + * QinHeng CH345 is buggy: every second packet inside a SysEx has not CIN 4 + * but the previously seen CIN, but still with three data bytes. + */ +static void ch345_broken_sysex_input(struct snd_usb_midi_in_endpoint *ep, + uint8_t *buffer, int buffer_length) +{ + unsigned int i, cin, length; + + for (i = 0; i + 3 < buffer_length; i += 4) { + if (buffer[i] == 0 && i > 0) + break; + cin = buffer[i] & 0x0f; + if (ep->in_sysex && + cin == ep->last_cin && + (buffer[i + 1 + (cin == 0x6)] & 0x80) == 0) + cin = 0x4; +#if 0 + if (buffer[i + 1] == 0x90) { + /* + * Either a corrupted running status or a real note-on + * message; impossible to detect reliably. + */ + } +#endif + length = snd_usbmidi_cin_length[cin]; + snd_usbmidi_input_data(ep, 0, &buffer[i + 1], length); + ep->in_sysex = cin == 0x4; + if (!ep->in_sysex) + ep->last_cin = cin; + } +} + +/* * CME protocol: like the standard protocol, but SysEx commands are sent as a * single USB packet preceded by a 0x0F byte. */ @@ -648,6 +685,12 @@ .output_packet = snd_usbmidi_output_standard_packet, }; +static struct usb_protocol_ops snd_usbmidi_ch345_broken_sysex_ops = { + .input = ch345_broken_sysex_input, + .output = snd_usbmidi_standard_output, + .output_packet = snd_usbmidi_output_standard_packet, +}; + /* * AKAI MPD16 protocol: * @@ -1324,6 +1367,7 @@ * Various chips declare a packet size larger than 4 bytes, but * do not actually work with larger packets: */ + case USB_ID(0x0a67, 0x5011): /* Medeli DD305 */ case USB_ID(0x0a92, 0x1020): /* ESI M4U */ case USB_ID(0x1430, 0x474b): /* RedOctane GH MIDI INTERFACE */ case USB_ID(0x15ca, 0x0101): /* Textech USB Midi Cable */ @@ -2291,6 +2335,10 @@ err = snd_usbmidi_detect_per_port_endpoints(umidi, endpoints); break; + case QUIRK_MIDI_CH345: + umidi->usb_protocol_ops = &snd_usbmidi_ch345_broken_sysex_ops; + err = snd_usbmidi_detect_per_port_endpoints(umidi, endpoints); + break; default: dev_err(&umidi->dev->dev, "invalid quirk type %d\n", quirk->type); err = -ENXIO; @@ -2320,7 +2368,6 @@ else err = snd_usbmidi_create_endpoints(umidi, endpoints); if (err < 0) { - snd_usbmidi_free(umidi); return err; } --- linux-lts-utopic-3.16.0.orig/sound/usb/mixer.c +++ linux-lts-utopic-3.16.0/sound/usb/mixer.c @@ -909,10 +909,12 @@ case USB_ID(0x046d, 0x0807): /* Logitech Webcam C500 */ case USB_ID(0x046d, 0x0808): case USB_ID(0x046d, 0x0809): + case USB_ID(0x046d, 0x0819): /* Logitech Webcam C210 */ case USB_ID(0x046d, 0x081b): /* HD Webcam c310 */ case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */ case USB_ID(0x046d, 0x0825): /* HD Webcam c270 */ case USB_ID(0x046d, 0x0826): /* HD Webcam c525 */ + case USB_ID(0x046d, 0x08ca): /* Logitech Quickcam Fusion */ case USB_ID(0x046d, 0x0991): /* Most audio usb devices lie about volume resolution. * Most Logitech webcams have res = 384. @@ -1332,6 +1334,8 @@ } } + snd_usb_mixer_fu_apply_quirk(state->mixer, cval, unitid, kctl); + range = (cval->max - cval->min) / cval->res; /* * Are there devices with volume range more than 255? I use a bit more @@ -1581,12 +1585,6 @@ unitid); return -EINVAL; } - /* no bmControls field (e.g. Maya44) -> ignore */ - if (desc->bLength <= 10 + input_pins) { - usb_audio_dbg(state->chip, "MU %d has no bmControls field\n", - unitid); - return 0; - } num_ins = 0; ich = 0; @@ -1594,6 +1592,9 @@ err = parse_audio_unit(state, desc->baSourceID[pin]); if (err < 0) continue; + /* no bmControls field (e.g. Maya44) -> ignore */ + if (desc->bLength <= 10 + input_pins) + continue; err = check_input_term(state, desc->baSourceID[pin], &iterm); if (err < 0) return err; @@ -2530,7 +2531,7 @@ for (c = 0; c < MAX_CHANNELS; c++) { if (!(cval->cmask & (1 << c))) continue; - if (cval->cached & (1 << c)) { + if (cval->cached & (1 << (c + 1))) { err = set_cur_mix_value(cval, c + 1, idx, cval->cache_val[idx]); if (err < 0) --- linux-lts-utopic-3.16.0.orig/sound/usb/mixer_maps.c +++ linux-lts-utopic-3.16.0/sound/usb/mixer_maps.c @@ -328,8 +328,28 @@ {} }; -static const struct usbmix_name_map kef_x300a_map[] = { - { 10, NULL }, /* firmware locks up (?) when we try to access this FU */ +/* some (all?) SCMS USB3318 devices are affected by a firmware lock up + * when anything attempts to access FU 10 (control) + */ +static const struct usbmix_name_map scms_usb3318_map[] = { + { 10, NULL }, + { 0 } +}; + +/* Bose companion 5, the dB conversion factor is 16 instead of 256 */ +static struct usbmix_dB_map bose_companion5_dB = {-5006, -6}; +static struct usbmix_name_map bose_companion5_map[] = { + { 3, NULL, .dB = &bose_companion5_dB }, + { 0 } /* terminator */ +}; + +/* + * Dell usb dock with ALC4020 codec had a firmware problem where it got + * screwed up when zero volume is passed; just skip it as a workaround + */ +static const struct usbmix_name_map dell_alc4020_map[] = { + { 16, NULL }, + { 19, NULL }, { 0 } }; @@ -416,6 +436,10 @@ .map = aureon_51_2_map, }, { + .id = USB_ID(0x0bda, 0x4014), + .map = dell_alc4020_map, + }, + { .id = USB_ID(0x13e5, 0x0001), .map = scratch_live_map, .ignore_ctl_error = 1, @@ -425,8 +449,24 @@ .map = ebox44_map, }, { + /* MAYA44 USB+ */ + .id = USB_ID(0x2573, 0x0008), + .map = maya44_map, + }, + { + /* KEF X300A */ .id = USB_ID(0x27ac, 0x1000), - .map = kef_x300a_map, + .map = scms_usb3318_map, + }, + { + /* Arcam rPAC */ + .id = USB_ID(0x25c4, 0x0003), + .map = scms_usb3318_map, + }, + { + /* Bose Companion 5 */ + .id = USB_ID(0x05a7, 0x1020), + .map = bose_companion5_map, }, { 0 } /* terminator */ }; --- linux-lts-utopic-3.16.0.orig/sound/usb/mixer_quirks.c +++ linux-lts-utopic-3.16.0/sound/usb/mixer_quirks.c @@ -37,6 +37,7 @@ #include #include #include +#include #include "usbaudio.h" #include "mixer.h" @@ -178,6 +179,7 @@ { USB_ID(0x041e, 0x3040), 2, 2, 6, 6, 2, 0x6e91 }, /* Live! 24-bit */ { USB_ID(0x041e, 0x3042), 0, 1, 1, 1, 1, 0x000d }, /* Usb X-Fi S51 */ { USB_ID(0x041e, 0x30df), 0, 1, 1, 1, 1, 0x000d }, /* Usb X-Fi S51 Pro */ + { USB_ID(0x041e, 0x3237), 0, 1, 1, 1, 1, 0x000d }, /* Usb X-Fi S51 Pro */ { USB_ID(0x041e, 0x3048), 2, 2, 6, 6, 2, 0x6e91 }, /* Toshiba SB0500 */ }; @@ -885,6 +887,11 @@ return changed; } +static void kctl_private_value_free(struct snd_kcontrol *kctl) +{ + kfree((void *)kctl->private_value); +} + static int snd_ftu_create_effect_switch(struct usb_mixer_interface *mixer, int validx, int bUnitID) { @@ -919,6 +926,7 @@ return -ENOMEM; } + kctl->private_free = kctl_private_value_free; err = snd_ctl_add(mixer->chip->card, kctl); if (err < 0) return err; @@ -1448,7 +1456,11 @@ /* use known values for that card: interface#1 altsetting#1 */ iface = usb_ifnum_to_if(mixer->chip->dev, 1); + if (!iface || iface->num_altsetting < 2) + return -EINVAL; alts = &iface->altsetting[1]; + if (get_iface_desc(alts)->bNumEndpoints < 1) + return -EINVAL; ep = get_endpoint(alts, 0)->bEndpointAddress; err = snd_usb_ctl_msg(mixer->chip->dev, @@ -1703,4 +1715,40 @@ break; } } + +static void snd_dragonfly_quirk_db_scale(struct usb_mixer_interface *mixer, + struct snd_kcontrol *kctl) +{ + /* Approximation using 10 ranges based on output measurement on hw v1.2. + * This seems close to the cubic mapping e.g. alsamixer uses. */ + static const DECLARE_TLV_DB_RANGE(scale, + 0, 1, TLV_DB_MINMAX_ITEM(-5300, -4970), + 2, 5, TLV_DB_MINMAX_ITEM(-4710, -4160), + 6, 7, TLV_DB_MINMAX_ITEM(-3884, -3710), + 8, 14, TLV_DB_MINMAX_ITEM(-3443, -2560), + 15, 16, TLV_DB_MINMAX_ITEM(-2475, -2324), + 17, 19, TLV_DB_MINMAX_ITEM(-2228, -2031), + 20, 26, TLV_DB_MINMAX_ITEM(-1910, -1393), + 27, 31, TLV_DB_MINMAX_ITEM(-1322, -1032), + 32, 40, TLV_DB_MINMAX_ITEM(-968, -490), + 41, 50, TLV_DB_MINMAX_ITEM(-441, 0), + ); + + usb_audio_info(mixer->chip, "applying DragonFly dB scale quirk\n"); + kctl->tlv.p = scale; + kctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_TLV_READ; + kctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK; +} + +void snd_usb_mixer_fu_apply_quirk(struct usb_mixer_interface *mixer, + struct usb_mixer_elem_info *cval, int unitid, + struct snd_kcontrol *kctl) +{ + switch (mixer->chip->usb_id) { + case USB_ID(0x21b4, 0x0081): /* AudioQuest DragonFly */ + if (unitid == 7 && cval->min == 0 && cval->max == 50) + snd_dragonfly_quirk_db_scale(mixer, kctl); + break; + } +} --- linux-lts-utopic-3.16.0.orig/sound/usb/mixer_quirks.h +++ linux-lts-utopic-3.16.0/sound/usb/mixer_quirks.h @@ -9,5 +9,9 @@ void snd_usb_mixer_rc_memory_change(struct usb_mixer_interface *mixer, int unitid); +void snd_usb_mixer_fu_apply_quirk(struct usb_mixer_interface *mixer, + struct usb_mixer_elem_info *cval, int unitid, + struct snd_kcontrol *kctl); + #endif /* SND_USB_MIXER_QUIRKS_H */ --- linux-lts-utopic-3.16.0.orig/sound/usb/pcm.c +++ linux-lts-utopic-3.16.0/sound/usb/pcm.c @@ -159,6 +159,8 @@ unsigned char data[1]; int err; + if (get_iface_desc(alts)->bNumEndpoints < 1) + return -EINVAL; ep = get_endpoint(alts, 0)->bEndpointAddress; data[0] = 1; --- linux-lts-utopic-3.16.0.orig/sound/usb/quirks-table.h +++ linux-lts-utopic-3.16.0/sound/usb/quirks-table.h @@ -385,6 +385,36 @@ } }, { + USB_DEVICE(0x0499, 0x1509), + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { + /* .vendor_name = "Yamaha", */ + /* .product_name = "Steinberg UR22", */ + .ifnum = QUIRK_ANY_INTERFACE, + .type = QUIRK_COMPOSITE, + .data = (const struct snd_usb_audio_quirk[]) { + { + .ifnum = 1, + .type = QUIRK_AUDIO_STANDARD_INTERFACE + }, + { + .ifnum = 2, + .type = QUIRK_AUDIO_STANDARD_INTERFACE + }, + { + .ifnum = 3, + .type = QUIRK_MIDI_YAMAHA + }, + { + .ifnum = 4, + .type = QUIRK_IGNORE_INTERFACE + }, + { + .ifnum = -1 + } + } + } +}, +{ USB_DEVICE(0x0499, 0x150a), .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { /* .vendor_name = "Yamaha", */ @@ -1581,6 +1611,35 @@ } }, { + /* BOSS ME-25 */ + USB_DEVICE(0x0582, 0x0113), + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { + .ifnum = QUIRK_ANY_INTERFACE, + .type = QUIRK_COMPOSITE, + .data = (const struct snd_usb_audio_quirk[]) { + { + .ifnum = 0, + .type = QUIRK_AUDIO_STANDARD_INTERFACE + }, + { + .ifnum = 1, + .type = QUIRK_AUDIO_STANDARD_INTERFACE + }, + { + .ifnum = 2, + .type = QUIRK_MIDI_FIXED_ENDPOINT, + .data = & (const struct snd_usb_midi_endpoint_info) { + .out_cables = 0x0001, + .in_cables = 0x0001 + } + }, + { + .ifnum = -1 + } + } + } +}, +{ /* only 44.1 kHz works at the moment */ USB_DEVICE(0x0582, 0x0120), .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { @@ -1714,6 +1773,36 @@ } } }, +{ + USB_DEVICE(0x0582, 0x0159), + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { + /* .vendor_name = "Roland", */ + /* .product_name = "UA-22", */ + .ifnum = QUIRK_ANY_INTERFACE, + .type = QUIRK_COMPOSITE, + .data = (const struct snd_usb_audio_quirk[]) { + { + .ifnum = 0, + .type = QUIRK_AUDIO_STANDARD_INTERFACE + }, + { + .ifnum = 1, + .type = QUIRK_AUDIO_STANDARD_INTERFACE + }, + { + .ifnum = 2, + .type = QUIRK_MIDI_FIXED_ENDPOINT, + .data = & (const struct snd_usb_midi_endpoint_info) { + .out_cables = 0x0001, + .in_cables = 0x0001 + } + }, + { + .ifnum = -1 + } + } + } +}, /* this catches most recent vendor-specific Roland devices */ { .match_flags = USB_DEVICE_ID_MATCH_VENDOR | @@ -2427,6 +2516,74 @@ } }, +/* Steinberg devices */ +{ + /* Steinberg MI2 */ + USB_DEVICE_VENDOR_SPEC(0x0a4e, 0x2040), + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { + .ifnum = QUIRK_ANY_INTERFACE, + .type = QUIRK_COMPOSITE, + .data = & (const struct snd_usb_audio_quirk[]) { + { + .ifnum = 0, + .type = QUIRK_AUDIO_STANDARD_INTERFACE + }, + { + .ifnum = 1, + .type = QUIRK_AUDIO_STANDARD_INTERFACE + }, + { + .ifnum = 2, + .type = QUIRK_AUDIO_STANDARD_INTERFACE + }, + { + .ifnum = 3, + .type = QUIRK_MIDI_FIXED_ENDPOINT, + .data = &(const struct snd_usb_midi_endpoint_info) { + .out_cables = 0x0001, + .in_cables = 0x0001 + } + }, + { + .ifnum = -1 + } + } + } +}, +{ + /* Steinberg MI4 */ + USB_DEVICE_VENDOR_SPEC(0x0a4e, 0x4040), + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { + .ifnum = QUIRK_ANY_INTERFACE, + .type = QUIRK_COMPOSITE, + .data = & (const struct snd_usb_audio_quirk[]) { + { + .ifnum = 0, + .type = QUIRK_AUDIO_STANDARD_INTERFACE + }, + { + .ifnum = 1, + .type = QUIRK_AUDIO_STANDARD_INTERFACE + }, + { + .ifnum = 2, + .type = QUIRK_AUDIO_STANDARD_INTERFACE + }, + { + .ifnum = 3, + .type = QUIRK_MIDI_FIXED_ENDPOINT, + .data = &(const struct snd_usb_midi_endpoint_info) { + .out_cables = 0x0001, + .in_cables = 0x0001 + } + }, + { + .ifnum = -1 + } + } + } +}, + /* TerraTec devices */ { USB_DEVICE_VENDOR_SPEC(0x0ccd, 0x0012), @@ -2718,6 +2875,17 @@ .idProduct = 0x1020, }, +/* QinHeng devices */ +{ + USB_DEVICE(0x1a86, 0x752d), + .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { + .vendor_name = "QinHeng", + .product_name = "CH345", + .ifnum = 1, + .type = QUIRK_MIDI_CH345 + } +}, + /* KeithMcMillen Stringport */ { USB_DEVICE(0x1f38, 0x0001), @@ -2745,133 +2913,45 @@ } }, -/* Hauppauge HVR-950Q and HVR-850 */ -{ - USB_DEVICE_VENDOR_SPEC(0x2040, 0x7200), - .match_flags = USB_DEVICE_ID_MATCH_DEVICE | - USB_DEVICE_ID_MATCH_INT_CLASS | - USB_DEVICE_ID_MATCH_INT_SUBCLASS, - .bInterfaceClass = USB_CLASS_AUDIO, - .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, - .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { - .vendor_name = "Hauppauge", - .product_name = "HVR-950Q", - .ifnum = QUIRK_ANY_INTERFACE, - .type = QUIRK_AUDIO_ALIGN_TRANSFER, - } -}, -{ - USB_DEVICE_VENDOR_SPEC(0x2040, 0x7210), - .match_flags = USB_DEVICE_ID_MATCH_DEVICE | - USB_DEVICE_ID_MATCH_INT_CLASS | - USB_DEVICE_ID_MATCH_INT_SUBCLASS, - .bInterfaceClass = USB_CLASS_AUDIO, - .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, - .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { - .vendor_name = "Hauppauge", - .product_name = "HVR-950Q", - .ifnum = QUIRK_ANY_INTERFACE, - .type = QUIRK_AUDIO_ALIGN_TRANSFER, - } -}, -{ - USB_DEVICE_VENDOR_SPEC(0x2040, 0x7217), - .match_flags = USB_DEVICE_ID_MATCH_DEVICE | - USB_DEVICE_ID_MATCH_INT_CLASS | - USB_DEVICE_ID_MATCH_INT_SUBCLASS, - .bInterfaceClass = USB_CLASS_AUDIO, - .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, - .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { - .vendor_name = "Hauppauge", - .product_name = "HVR-950Q", - .ifnum = QUIRK_ANY_INTERFACE, - .type = QUIRK_AUDIO_ALIGN_TRANSFER, - } -}, -{ - USB_DEVICE_VENDOR_SPEC(0x2040, 0x721b), - .match_flags = USB_DEVICE_ID_MATCH_DEVICE | - USB_DEVICE_ID_MATCH_INT_CLASS | - USB_DEVICE_ID_MATCH_INT_SUBCLASS, - .bInterfaceClass = USB_CLASS_AUDIO, - .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, - .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { - .vendor_name = "Hauppauge", - .product_name = "HVR-950Q", - .ifnum = QUIRK_ANY_INTERFACE, - .type = QUIRK_AUDIO_ALIGN_TRANSFER, - } -}, -{ - USB_DEVICE_VENDOR_SPEC(0x2040, 0x721e), - .match_flags = USB_DEVICE_ID_MATCH_DEVICE | - USB_DEVICE_ID_MATCH_INT_CLASS | - USB_DEVICE_ID_MATCH_INT_SUBCLASS, - .bInterfaceClass = USB_CLASS_AUDIO, - .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, - .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { - .vendor_name = "Hauppauge", - .product_name = "HVR-950Q", - .ifnum = QUIRK_ANY_INTERFACE, - .type = QUIRK_AUDIO_ALIGN_TRANSFER, - } -}, -{ - USB_DEVICE_VENDOR_SPEC(0x2040, 0x721f), - .match_flags = USB_DEVICE_ID_MATCH_DEVICE | - USB_DEVICE_ID_MATCH_INT_CLASS | - USB_DEVICE_ID_MATCH_INT_SUBCLASS, - .bInterfaceClass = USB_CLASS_AUDIO, - .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, - .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { - .vendor_name = "Hauppauge", - .product_name = "HVR-950Q", - .ifnum = QUIRK_ANY_INTERFACE, - .type = QUIRK_AUDIO_ALIGN_TRANSFER, - } -}, -{ - USB_DEVICE_VENDOR_SPEC(0x2040, 0x7240), - .match_flags = USB_DEVICE_ID_MATCH_DEVICE | - USB_DEVICE_ID_MATCH_INT_CLASS | - USB_DEVICE_ID_MATCH_INT_SUBCLASS, - .bInterfaceClass = USB_CLASS_AUDIO, - .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, - .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { - .vendor_name = "Hauppauge", - .product_name = "HVR-850", - .ifnum = QUIRK_ANY_INTERFACE, - .type = QUIRK_AUDIO_ALIGN_TRANSFER, - } -}, -{ - USB_DEVICE_VENDOR_SPEC(0x2040, 0x7280), - .match_flags = USB_DEVICE_ID_MATCH_DEVICE | - USB_DEVICE_ID_MATCH_INT_CLASS | - USB_DEVICE_ID_MATCH_INT_SUBCLASS, - .bInterfaceClass = USB_CLASS_AUDIO, - .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, - .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { - .vendor_name = "Hauppauge", - .product_name = "HVR-950Q", - .ifnum = QUIRK_ANY_INTERFACE, - .type = QUIRK_AUDIO_ALIGN_TRANSFER, - } -}, -{ - USB_DEVICE_VENDOR_SPEC(0x0fd9, 0x0008), - .match_flags = USB_DEVICE_ID_MATCH_DEVICE | - USB_DEVICE_ID_MATCH_INT_CLASS | - USB_DEVICE_ID_MATCH_INT_SUBCLASS, - .bInterfaceClass = USB_CLASS_AUDIO, - .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, - .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { - .vendor_name = "Hauppauge", - .product_name = "HVR-950Q", - .ifnum = QUIRK_ANY_INTERFACE, - .type = QUIRK_AUDIO_ALIGN_TRANSFER, - } -}, +/* + * Auvitek au0828 devices with audio interface. + * This should be kept in sync with drivers/media/usb/au0828/au0828-cards.c + * Please notice that some drivers are DVB only, and don't need to be + * here. That's the case, for example, of DVICO_FUSIONHDTV7. + */ + +#define AU0828_DEVICE(vid, pid, vname, pname) { \ + USB_DEVICE_VENDOR_SPEC(vid, pid), \ + .match_flags = USB_DEVICE_ID_MATCH_DEVICE | \ + USB_DEVICE_ID_MATCH_INT_CLASS | \ + USB_DEVICE_ID_MATCH_INT_SUBCLASS, \ + .bInterfaceClass = USB_CLASS_AUDIO, \ + .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL, \ + .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { \ + .vendor_name = vname, \ + .product_name = pname, \ + .ifnum = QUIRK_ANY_INTERFACE, \ + .type = QUIRK_AUDIO_ALIGN_TRANSFER, \ + } \ +} + +AU0828_DEVICE(0x2040, 0x7200, "Hauppauge", "HVR-950Q"), +AU0828_DEVICE(0x2040, 0x7240, "Hauppauge", "HVR-850"), +AU0828_DEVICE(0x2040, 0x7210, "Hauppauge", "HVR-950Q"), +AU0828_DEVICE(0x2040, 0x7217, "Hauppauge", "HVR-950Q"), +AU0828_DEVICE(0x2040, 0x721b, "Hauppauge", "HVR-950Q"), +AU0828_DEVICE(0x2040, 0x721e, "Hauppauge", "HVR-950Q"), +AU0828_DEVICE(0x2040, 0x721f, "Hauppauge", "HVR-950Q"), +AU0828_DEVICE(0x2040, 0x7280, "Hauppauge", "HVR-950Q"), +AU0828_DEVICE(0x0fd9, 0x0008, "Hauppauge", "HVR-950Q"), +AU0828_DEVICE(0x2040, 0x7201, "Hauppauge", "HVR-950Q-MXL"), +AU0828_DEVICE(0x2040, 0x7211, "Hauppauge", "HVR-950Q-MXL"), +AU0828_DEVICE(0x2040, 0x7281, "Hauppauge", "HVR-950Q-MXL"), +AU0828_DEVICE(0x05e1, 0x0480, "Hauppauge", "Woodbury"), +AU0828_DEVICE(0x2040, 0x8200, "Hauppauge", "Woodbury"), +AU0828_DEVICE(0x2040, 0x7260, "Hauppauge", "HVR-950Q"), +AU0828_DEVICE(0x2040, 0x7213, "Hauppauge", "HVR-950Q"), +AU0828_DEVICE(0x2040, 0x7270, "Hauppauge", "HVR-950Q"), /* Digidesign Mbox */ { --- linux-lts-utopic-3.16.0.orig/sound/usb/quirks.c +++ linux-lts-utopic-3.16.0/sound/usb/quirks.c @@ -168,6 +168,12 @@ } alts = &iface->altsetting[fp->altset_idx]; altsd = get_iface_desc(alts); + if (altsd->bNumEndpoints < 1) { + kfree(fp); + kfree(rate_table); + return -EINVAL; + } + fp->protocol = altsd->bInterfaceProtocol; if (fp->datainterval == 0) @@ -526,6 +532,7 @@ [QUIRK_MIDI_CME] = create_any_midi_quirk, [QUIRK_MIDI_AKAI] = create_any_midi_quirk, [QUIRK_MIDI_FTDI] = create_any_midi_quirk, + [QUIRK_MIDI_CH345] = create_any_midi_quirk, [QUIRK_AUDIO_STANDARD_INTERFACE] = create_standard_audio_quirk, [QUIRK_AUDIO_FIXED_ENDPOINT] = create_fixed_stream_quirk, [QUIRK_AUDIO_EDIROL_UAXX] = create_uaxx_quirk, @@ -670,7 +677,7 @@ /* set the initial volume and don't change; other values are either * too loud or silent due to firmware bug (bko#65251) */ - u8 buf[2] = { 0x74, 0xdc }; + u8 buf[2] = { 0x74, 0xe3 }; return snd_usb_ctl_msg(dev, usb_sndctrlpipe(dev, 0), UAC_SET_CUR, USB_RECIP_INTERFACE | USB_TYPE_CLASS | USB_DIR_OUT, UAC_FU_VOLUME << 8, 9 << 8, buf, 2); @@ -1131,8 +1138,12 @@ * "Playback Design" products need a 50ms delay after setting the * USB interface. */ - if (le16_to_cpu(dev->descriptor.idVendor) == 0x23ba) + switch (le16_to_cpu(dev->descriptor.idVendor)) { + case 0x23ba: /* Playback Design */ + case 0x0644: /* TEAC Corp. */ mdelay(50); + break; + } } void snd_usb_ctl_msg_quirk(struct usb_device *dev, unsigned int pipe, @@ -1146,6 +1157,28 @@ if ((le16_to_cpu(dev->descriptor.idVendor) == 0x23ba) && (requesttype & USB_TYPE_MASK) == USB_TYPE_CLASS) mdelay(20); + + /* + * "TEAC Corp." products need a 20ms delay after each + * class compliant request + */ + if ((le16_to_cpu(dev->descriptor.idVendor) == 0x0644) && + (requesttype & USB_TYPE_MASK) == USB_TYPE_CLASS) + mdelay(20); + + /* Marantz/Denon devices with USB DAC functionality need a delay + * after each class compliant request + */ + if ((le16_to_cpu(dev->descriptor.idVendor) == 0x154e) && + (requesttype & USB_TYPE_MASK) == USB_TYPE_CLASS) { + + switch (le16_to_cpu(dev->descriptor.idProduct)) { + case 0x3005: /* Marantz HD-DAC1 */ + case 0x3006: /* Marantz SA-14S1 */ + mdelay(20); + break; + } + } } /* --- linux-lts-utopic-3.16.0.orig/sound/usb/usbaudio.h +++ linux-lts-utopic-3.16.0/sound/usb/usbaudio.h @@ -94,6 +94,7 @@ QUIRK_MIDI_AKAI, QUIRK_MIDI_US122L, QUIRK_MIDI_FTDI, + QUIRK_MIDI_CH345, QUIRK_AUDIO_STANDARD_INTERFACE, QUIRK_AUDIO_FIXED_ENDPOINT, QUIRK_AUDIO_EDIROL_UAXX, --- linux-lts-utopic-3.16.0.orig/tools/Makefile +++ linux-lts-utopic-3.16.0/tools/Makefile @@ -25,6 +25,10 @@ @echo ' from the kernel command line to build and install one of' @echo ' the tools above' @echo '' + @echo ' $$ make tools/all' + @echo '' + @echo ' builds all tools.' + @echo '' @echo ' $$ make tools/install' @echo '' @echo ' installs all tools.' @@ -62,6 +66,11 @@ tmon: FORCE $(call descend,thermal/$@) +all: acpi cgroup cpupower hv firewire lguest \ + perf selftests turbostat usb \ + virtio vm net x86_energy_perf_policy \ + tmon + acpi_install: $(call descend,power/$(@:_install=),install) --- linux-lts-utopic-3.16.0.orig/tools/hv/hv_kvp_daemon.8 +++ linux-lts-utopic-3.16.0/tools/hv/hv_kvp_daemon.8 @@ -0,0 +1,26 @@ +.\" This page Copyright (C) 2012 Andy Whitcroft +.\" Distributed under the GPL v2 or later. +.TH HV_KVP_DAEMON 8 +.SH NAME +hv_kvp_daemon \- Hyper-V Key Value Pair daemon +.SH SYNOPSIS +.ft B +.B hv_kvp_daemon +.br +.SH DESCRIPTION +\fBhv_kvp_daemon\fP +is the userspace component of the Hyper-V key value pair functionality, +communicating via a netlink socket with the kernel HV-KVP driver. +This pairing allows the Hyper-V host to pass configuration information +(such as IP addresses) to the guest and allows the host to obtain guest +version information. + +.SH FILES +.ta +.nf +/var/opt/hyperv/.kvp_pool_* +.fi + +.SH AUTHORS +.nf +Written by K. Y. Srinivasan --- linux-lts-utopic-3.16.0.orig/tools/hv/hv_vss_daemon.c +++ linux-lts-utopic-3.16.0/tools/hv/hv_vss_daemon.c @@ -144,8 +144,10 @@ char *vss_recv_buffer; size_t vss_recv_buffer_len; +#if 0 /* It's much easier to manage from upstart if we don't fork */ if (daemon(1, 0)) return 1; +#endif openlog("Hyper-V VSS", 0, LOG_USER); syslog(LOG_INFO, "VSS starting; pid is:%d", getpid()); --- linux-lts-utopic-3.16.0.orig/tools/lib/traceevent/event-parse.c +++ linux-lts-utopic-3.16.0/tools/lib/traceevent/event-parse.c @@ -3658,7 +3658,7 @@ struct format_field *field; struct printk_map *printk; unsigned long long val, fval; - unsigned long addr; + unsigned long long addr; char *str; unsigned char *hex; int print; @@ -3691,13 +3691,30 @@ */ if (!(field->flags & FIELD_IS_ARRAY) && field->size == pevent->long_size) { - addr = *(unsigned long *)(data + field->offset); + + /* Handle heterogeneous recording and processing + * architectures + * + * CASE I: + * Traces recorded on 32-bit devices (32-bit + * addressing) and processed on 64-bit devices: + * In this case, only 32 bits should be read. + * + * CASE II: + * Traces recorded on 64 bit devices and processed + * on 32-bit devices: + * In this case, 64 bits must be read. + */ + addr = (pevent->long_size == 8) ? + *(unsigned long long *)(data + field->offset) : + (unsigned long long)*(unsigned int *)(data + field->offset); + /* Check if it matches a print format */ printk = find_printk(pevent, addr); if (printk) trace_seq_puts(s, printk->printk); else - trace_seq_printf(s, "%lx", addr); + trace_seq_printf(s, "%llx", addr); break; } str = malloc(len + 1); @@ -4382,13 +4399,12 @@ sizeof(long) != 8) { char *p; - ls = 2; /* make %l into %ll */ - p = strchr(format, 'l'); - if (p) + if (ls == 1 && (p = strchr(format, 'l'))) memmove(p+1, p, strlen(p)+1); else if (strcmp(format, "%p") == 0) strcpy(format, "0x%llx"); + ls = 2; } switch (ls) { case -2: --- linux-lts-utopic-3.16.0.orig/tools/lib/traceevent/kbuffer-parse.c +++ linux-lts-utopic-3.16.0/tools/lib/traceevent/kbuffer-parse.c @@ -372,7 +372,6 @@ switch (type_len) { case KBUFFER_TYPE_PADDING: *length = read_4(kbuf, data); - data += *length; break; case KBUFFER_TYPE_TIME_EXTEND: --- linux-lts-utopic-3.16.0.orig/tools/net/Makefile +++ linux-lts-utopic-3.16.0/tools/net/Makefile @@ -4,6 +4,9 @@ LEX = flex YACC = bison +CFLAGS += -Wall -O2 +CFLAGS += -D__EXPORTED_HEADERS__ -I../../include/uapi -I../../include + %.yacc.c: %.y $(YACC) -o $@ -d $< @@ -12,15 +15,13 @@ all : bpf_jit_disasm bpf_dbg bpf_asm -bpf_jit_disasm : CFLAGS = -Wall -O2 -DPACKAGE='bpf_jit_disasm' +bpf_jit_disasm : CFLAGS += -DPACKAGE='bpf_jit_disasm' bpf_jit_disasm : LDLIBS = -lopcodes -lbfd -ldl bpf_jit_disasm : bpf_jit_disasm.o -bpf_dbg : CFLAGS = -Wall -O2 bpf_dbg : LDLIBS = -lreadline bpf_dbg : bpf_dbg.o -bpf_asm : CFLAGS = -Wall -O2 -I. bpf_asm : LDLIBS = bpf_asm : bpf_asm.o bpf_exp.yacc.o bpf_exp.lex.o bpf_exp.lex.o : bpf_exp.yacc.c --- linux-lts-utopic-3.16.0.orig/tools/perf/Documentation/perf-trace.txt +++ linux-lts-utopic-3.16.0/tools/perf/Documentation/perf-trace.txt @@ -59,7 +59,6 @@ --verbose=:: Verbosity level. --i:: --no-inherit:: Child tasks do not inherit counters. --- linux-lts-utopic-3.16.0.orig/tools/perf/arch/arm64/include/perf_regs.h +++ linux-lts-utopic-3.16.0/tools/perf/arch/arm64/include/perf_regs.h @@ -6,6 +6,7 @@ #include #define PERF_REGS_MASK ((1ULL << PERF_REG_ARM64_MAX) - 1) +#define PERF_REGS_MAX PERF_REG_ARM64_MAX #define PERF_REG_IP PERF_REG_ARM64_PC #define PERF_REG_SP PERF_REG_ARM64_SP --- linux-lts-utopic-3.16.0.orig/tools/perf/builtin-stat.c +++ linux-lts-utopic-3.16.0/tools/perf/builtin-stat.c @@ -1115,7 +1115,7 @@ static void print_aggr(char *prefix) { struct perf_evsel *counter; - int cpu, cpu2, s, s2, id, nr; + int cpu, s, s2, id, nr; double uval; u64 ena, run, val; @@ -1128,8 +1128,7 @@ val = ena = run = 0; nr = 0; for (cpu = 0; cpu < perf_evsel__nr_cpus(counter); cpu++) { - cpu2 = perf_evsel__cpus(counter)->map[cpu]; - s2 = aggr_get_id(evsel_list->cpus, cpu2); + s2 = aggr_get_id(perf_evsel__cpus(counter), cpu); if (s2 != id) continue; val += counter->counts->cpu[cpu].val; --- linux-lts-utopic-3.16.0.orig/tools/perf/ui/browsers/annotate.c +++ linux-lts-utopic-3.16.0/tools/perf/ui/browsers/annotate.c @@ -711,11 +711,11 @@ nd = browser->curr_hot; break; case K_UNTAB: - if (nd != NULL) + if (nd != NULL) { nd = rb_next(nd); if (nd == NULL) nd = rb_first(&browser->entries); - else + } else nd = browser->curr_hot; break; case K_F1: --- linux-lts-utopic-3.16.0.orig/tools/perf/ui/browsers/hists.c +++ linux-lts-utopic-3.16.0/tools/perf/ui/browsers/hists.c @@ -42,7 +42,7 @@ static bool hist_browser__has_filter(struct hist_browser *hb) { - return hists__has_filter(hb->hists) || hb->min_pcnt; + return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter; } static u32 hist_browser__nr_entries(struct hist_browser *hb) --- linux-lts-utopic-3.16.0.orig/tools/perf/util/event.c +++ linux-lts-utopic-3.16.0/tools/perf/util/event.c @@ -558,13 +558,17 @@ struct map *map; struct kmap *kmap; int err; + union perf_event *event; + + if (machine->vmlinux_maps[0] == NULL) + return -1; + /* * We should get this from /sys/kernel/sections/.text, but till that is * available use this, and after it is use this as a fallback for older * kernels. */ - union perf_event *event = zalloc((sizeof(event->mmap) + - machine->id_hdr_size)); + event = zalloc((sizeof(event->mmap) + machine->id_hdr_size)); if (event == NULL) { pr_debug("Not enough memory synthesizing mmap event " "for kernel modules\n"); --- linux-lts-utopic-3.16.0.orig/tools/perf/util/header.c +++ linux-lts-utopic-3.16.0/tools/perf/util/header.c @@ -1715,7 +1715,7 @@ if (ph->needs_swap) nr = bswap_32(nr); - ph->env.nr_cpus_online = nr; + ph->env.nr_cpus_avail = nr; ret = readn(fd, &nr, sizeof(nr)); if (ret != sizeof(nr)) @@ -1724,7 +1724,7 @@ if (ph->needs_swap) nr = bswap_32(nr); - ph->env.nr_cpus_avail = nr; + ph->env.nr_cpus_online = nr; return 0; } --- linux-lts-utopic-3.16.0.orig/tools/perf/util/hist.c +++ linux-lts-utopic-3.16.0/tools/perf/util/hist.c @@ -134,6 +134,8 @@ symlen = unresolved_col_width + 4 + 2; hists__new_col_len(hists, HISTC_MEM_DADDR_SYMBOL, symlen); + hists__new_col_len(hists, HISTC_MEM_DCACHELINE, + symlen); } if (h->mem_info->daddr.map) { symlen = dso__name_len(h->mem_info->daddr.map->dso); @@ -156,6 +158,9 @@ hists__new_col_len(hists, HISTC_LOCAL_WEIGHT, 12); hists__new_col_len(hists, HISTC_GLOBAL_WEIGHT, 12); + if (h->srcline) + hists__new_col_len(hists, HISTC_SRCLINE, strlen(h->srcline)); + if (h->transaction) hists__new_col_len(hists, HISTC_TRANSACTION, hist_entry__transaction_len()); --- linux-lts-utopic-3.16.0.orig/tools/perf/util/hist.h +++ linux-lts-utopic-3.16.0/tools/perf/util/hist.h @@ -47,6 +47,7 @@ u32 nr_invalid_chains; u32 nr_unknown_id; u32 nr_unprocessable_samples; + u32 nr_unordered_events; }; enum hist_column { --- linux-lts-utopic-3.16.0.orig/tools/perf/util/session.c +++ linux-lts-utopic-3.16.0/tools/perf/util/session.c @@ -101,7 +101,7 @@ * kernel MMAP event, in perf_event__process_mmap(). */ if (perf_session__create_kernel_maps(session) < 0) - goto out_delete; + pr_warning("Cannot read kernel map\n"); } if (tool && tool->ordering_requires_timestamps && @@ -638,8 +638,7 @@ return -ETIME; if (timestamp < s->ordered_samples.last_flush) { - printf("Warning: Timestamp below last timeslice flush\n"); - return -EINVAL; + s->stats.nr_unordered_events++; } if (!list_empty(sc)) { @@ -1136,6 +1135,9 @@ "Do you have a KVM guest running and not using 'perf kvm'?\n", session->stats.nr_unprocessable_samples); } + + if (session->stats.nr_unordered_events != 0) + ui__warning("%u out of order events recorded.\n", session->stats.nr_unordered_events); } volatile int session_done; --- linux-lts-utopic-3.16.0.orig/tools/perf/util/symbol-elf.c +++ linux-lts-utopic-3.16.0/tools/perf/util/symbol-elf.c @@ -1104,8 +1104,6 @@ static int kcore__init(struct kcore *kcore, char *filename, int elfclass, bool temp) { - GElf_Ehdr *ehdr; - kcore->elfclass = elfclass; if (temp) @@ -1122,9 +1120,7 @@ if (!gelf_newehdr(kcore->elf, elfclass)) goto out_end; - ehdr = gelf_getehdr(kcore->elf, &kcore->ehdr); - if (!ehdr) - goto out_end; + memset(&kcore->ehdr, 0, sizeof(GElf_Ehdr)); return 0; @@ -1181,23 +1177,18 @@ static int kcore__add_phdr(struct kcore *kcore, int idx, off_t offset, u64 addr, u64 len) { - GElf_Phdr gphdr; - GElf_Phdr *phdr; - - phdr = gelf_getphdr(kcore->elf, idx, &gphdr); - if (!phdr) - return -1; - - phdr->p_type = PT_LOAD; - phdr->p_flags = PF_R | PF_W | PF_X; - phdr->p_offset = offset; - phdr->p_vaddr = addr; - phdr->p_paddr = 0; - phdr->p_filesz = len; - phdr->p_memsz = len; - phdr->p_align = page_size; + GElf_Phdr phdr = { + .p_type = PT_LOAD, + .p_flags = PF_R | PF_W | PF_X, + .p_offset = offset, + .p_vaddr = addr, + .p_paddr = 0, + .p_filesz = len, + .p_memsz = len, + .p_align = page_size, + }; - if (!gelf_update_phdr(kcore->elf, idx, phdr)) + if (!gelf_update_phdr(kcore->elf, idx, &phdr)) return -1; return 0; --- linux-lts-utopic-3.16.0.orig/tools/perf/util/symbol.c +++ linux-lts-utopic-3.16.0/tools/perf/util/symbol.c @@ -1786,6 +1786,8 @@ pr_err("problems parsing %s list\n", list_name); return -1; } + + symbol_conf.has_filter = true; return 0; } --- linux-lts-utopic-3.16.0.orig/tools/perf/util/symbol.h +++ linux-lts-utopic-3.16.0/tools/perf/util/symbol.h @@ -118,7 +118,8 @@ annotate_src, event_group, demangle, - filter_relative; + filter_relative, + has_filter; const char *vmlinux_name, *kallsyms_name, *source_prefix, --- linux-lts-utopic-3.16.0.orig/tools/power/x86/turbostat/Makefile +++ linux-lts-utopic-3.16.0/tools/power/x86/turbostat/Makefile @@ -1,8 +1,12 @@ CC = $(CROSS_COMPILE)gcc -BUILD_OUTPUT := $(PWD) +BUILD_OUTPUT := $(CURDIR) PREFIX := /usr DESTDIR := +ifeq ("$(origin O)", "command line") + BUILD_OUTPUT := $(O) +endif + turbostat : turbostat.c CFLAGS += -Wall CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/uapi/asm/msr-index.h"' --- linux-lts-utopic-3.16.0.orig/tools/testing/selftests/Makefile +++ linux-lts-utopic-3.16.0/tools/testing/selftests/Makefile @@ -4,6 +4,7 @@ TARGETS += kcmp TARGETS += memory-hotplug TARGETS += mqueue +TARGETS += mount TARGETS += net TARGETS += ptrace TARGETS += timers --- linux-lts-utopic-3.16.0.orig/tools/testing/selftests/efivarfs/efivarfs.sh +++ linux-lts-utopic-3.16.0/tools/testing/selftests/efivarfs/efivarfs.sh @@ -88,7 +88,11 @@ exit 1 fi - rm $file + rm $file 2>/dev/null + if [ $? -ne 0 ]; then + chattr -i $file + rm $file + fi if [ -e $file ]; then echo "$file couldn't be deleted" >&2 @@ -111,6 +115,7 @@ exit 1 fi + chattr -i $file printf "$attrs" > $file if [ -e $file ]; then @@ -141,7 +146,11 @@ echo "$file could not be created" >&2 ret=1 else - rm $file + rm $file 2>/dev/null + if [ $? -ne 0 ]; then + chattr -i $file + rm $file + fi fi done @@ -174,7 +183,11 @@ if [ -e $file ]; then echo "Creating $file should have failed" >&2 - rm $file + rm $file 2>/dev/null + if [ $? -ne 0 ]; then + chattr -i $file + rm $file + fi ret=1 fi done --- linux-lts-utopic-3.16.0.orig/tools/testing/selftests/efivarfs/open-unlink.c +++ linux-lts-utopic-3.16.0/tools/testing/selftests/efivarfs/open-unlink.c @@ -1,10 +1,68 @@ +#include #include #include #include #include +#include #include #include #include +#include + +static int set_immutable(const char *path, int immutable) +{ + unsigned int flags; + int fd; + int rc; + int error; + + fd = open(path, O_RDONLY); + if (fd < 0) + return fd; + + rc = ioctl(fd, FS_IOC_GETFLAGS, &flags); + if (rc < 0) { + error = errno; + close(fd); + errno = error; + return rc; + } + + if (immutable) + flags |= FS_IMMUTABLE_FL; + else + flags &= ~FS_IMMUTABLE_FL; + + rc = ioctl(fd, FS_IOC_SETFLAGS, &flags); + error = errno; + close(fd); + errno = error; + return rc; +} + +static int get_immutable(const char *path) +{ + unsigned int flags; + int fd; + int rc; + int error; + + fd = open(path, O_RDONLY); + if (fd < 0) + return fd; + + rc = ioctl(fd, FS_IOC_GETFLAGS, &flags); + if (rc < 0) { + error = errno; + close(fd); + errno = error; + return rc; + } + close(fd); + if (flags & FS_IMMUTABLE_FL) + return 1; + return 0; +} int main(int argc, char **argv) { @@ -27,7 +85,7 @@ buf[4] = 0; /* create a test variable */ - fd = open(path, O_WRONLY | O_CREAT); + fd = open(path, O_WRONLY | O_CREAT, 0600); if (fd < 0) { perror("open(O_WRONLY)"); return EXIT_FAILURE; @@ -41,6 +99,18 @@ close(fd); + rc = get_immutable(path); + if (rc < 0) { + perror("ioctl(FS_IOC_GETFLAGS)"); + return EXIT_FAILURE; + } else if (rc) { + rc = set_immutable(path, 0); + if (rc < 0) { + perror("ioctl(FS_IOC_SETFLAGS)"); + return EXIT_FAILURE; + } + } + fd = open(path, O_RDONLY); if (fd < 0) { perror("open"); --- linux-lts-utopic-3.16.0.orig/tools/testing/selftests/mount/Makefile +++ linux-lts-utopic-3.16.0/tools/testing/selftests/mount/Makefile @@ -0,0 +1,17 @@ +# Makefile for mount selftests. + +all: unprivileged-remount-test + +unprivileged-remount-test: unprivileged-remount-test.c + gcc -Wall -O2 unprivileged-remount-test.c -o unprivileged-remount-test + +# Allow specific tests to be selected. +test_unprivileged_remount: unprivileged-remount-test + @if [ -f /proc/self/uid_map ] ; then ./unprivileged-remount-test ; fi + +run_tests: all test_unprivileged_remount + +clean: + rm -f unprivileged-remount-test + +.PHONY: all test_unprivileged_remount --- linux-lts-utopic-3.16.0.orig/tools/testing/selftests/mount/unprivileged-remount-test.c +++ linux-lts-utopic-3.16.0/tools/testing/selftests/mount/unprivileged-remount-test.c @@ -0,0 +1,370 @@ +#define _GNU_SOURCE +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifndef CLONE_NEWNS +# define CLONE_NEWNS 0x00020000 +#endif +#ifndef CLONE_NEWUTS +# define CLONE_NEWUTS 0x04000000 +#endif +#ifndef CLONE_NEWIPC +# define CLONE_NEWIPC 0x08000000 +#endif +#ifndef CLONE_NEWNET +# define CLONE_NEWNET 0x40000000 +#endif +#ifndef CLONE_NEWUSER +# define CLONE_NEWUSER 0x10000000 +#endif +#ifndef CLONE_NEWPID +# define CLONE_NEWPID 0x20000000 +#endif + +#ifndef MS_REC +# define MS_REC 16384 +#endif +#ifndef MS_RELATIME +# define MS_RELATIME (1 << 21) +#endif +#ifndef MS_STRICTATIME +# define MS_STRICTATIME (1 << 24) +#endif + +static void die(char *fmt, ...) +{ + va_list ap; + va_start(ap, fmt); + vfprintf(stderr, fmt, ap); + va_end(ap); + exit(EXIT_FAILURE); +} + +static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) +{ + char buf[4096]; + int fd; + ssize_t written; + int buf_len; + + buf_len = vsnprintf(buf, sizeof(buf), fmt, ap); + if (buf_len < 0) { + die("vsnprintf failed: %s\n", + strerror(errno)); + } + if (buf_len >= sizeof(buf)) { + die("vsnprintf output truncated\n"); + } + + fd = open(filename, O_WRONLY); + if (fd < 0) { + if ((errno == ENOENT) && enoent_ok) + return; + die("open of %s failed: %s\n", + filename, strerror(errno)); + } + written = write(fd, buf, buf_len); + if (written != buf_len) { + if (written >= 0) { + die("short write to %s\n", filename); + } else { + die("write to %s failed: %s\n", + filename, strerror(errno)); + } + } + if (close(fd) != 0) { + die("close of %s failed: %s\n", + filename, strerror(errno)); + } +} + +static void maybe_write_file(char *filename, char *fmt, ...) +{ + va_list ap; + + va_start(ap, fmt); + vmaybe_write_file(true, filename, fmt, ap); + va_end(ap); + +} + +static void write_file(char *filename, char *fmt, ...) +{ + va_list ap; + + va_start(ap, fmt); + vmaybe_write_file(false, filename, fmt, ap); + va_end(ap); + +} + +static int read_mnt_flags(const char *path) +{ + int ret; + struct statvfs stat; + int mnt_flags; + + ret = statvfs(path, &stat); + if (ret != 0) { + die("statvfs of %s failed: %s\n", + path, strerror(errno)); + } + if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \ + ST_NOEXEC | ST_NOATIME | ST_NODIRATIME | ST_RELATIME | \ + ST_SYNCHRONOUS | ST_MANDLOCK)) { + die("Unrecognized mount flags\n"); + } + mnt_flags = 0; + if (stat.f_flag & ST_RDONLY) + mnt_flags |= MS_RDONLY; + if (stat.f_flag & ST_NOSUID) + mnt_flags |= MS_NOSUID; + if (stat.f_flag & ST_NODEV) + mnt_flags |= MS_NODEV; + if (stat.f_flag & ST_NOEXEC) + mnt_flags |= MS_NOEXEC; + if (stat.f_flag & ST_NOATIME) + mnt_flags |= MS_NOATIME; + if (stat.f_flag & ST_NODIRATIME) + mnt_flags |= MS_NODIRATIME; + if (stat.f_flag & ST_RELATIME) + mnt_flags |= MS_RELATIME; + if (stat.f_flag & ST_SYNCHRONOUS) + mnt_flags |= MS_SYNCHRONOUS; + if (stat.f_flag & ST_MANDLOCK) + mnt_flags |= ST_MANDLOCK; + + return mnt_flags; +} + +static void create_and_enter_userns(void) +{ + uid_t uid; + gid_t gid; + + uid = getuid(); + gid = getgid(); + + if (unshare(CLONE_NEWUSER) !=0) { + die("unshare(CLONE_NEWUSER) failed: %s\n", + strerror(errno)); + } + + maybe_write_file("/proc/self/setgroups", "deny"); + write_file("/proc/self/uid_map", "0 %d 1", uid); + write_file("/proc/self/gid_map", "0 %d 1", gid); + + if (setgid(0) != 0) { + die ("setgid(0) failed %s\n", + strerror(errno)); + } + if (setuid(0) != 0) { + die("setuid(0) failed %s\n", + strerror(errno)); + } +} + +static +bool test_unpriv_remount(const char *fstype, const char *mount_options, + int mount_flags, int remount_flags, int invalid_flags) +{ + pid_t child; + + child = fork(); + if (child == -1) { + die("fork failed: %s\n", + strerror(errno)); + } + if (child != 0) { /* parent */ + pid_t pid; + int status; + pid = waitpid(child, &status, 0); + if (pid == -1) { + die("waitpid failed: %s\n", + strerror(errno)); + } + if (pid != child) { + die("waited for %d got %d\n", + child, pid); + } + if (!WIFEXITED(status)) { + die("child did not terminate cleanly\n"); + } + return WEXITSTATUS(status) == EXIT_SUCCESS ? true : false; + } + + create_and_enter_userns(); + if (unshare(CLONE_NEWNS) != 0) { + die("unshare(CLONE_NEWNS) failed: %s\n", + strerror(errno)); + } + + if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) { + die("mount of %s with options '%s' on /tmp failed: %s\n", + fstype, + mount_options? mount_options : "", + strerror(errno)); + } + + create_and_enter_userns(); + + if (unshare(CLONE_NEWNS) != 0) { + die("unshare(CLONE_NEWNS) failed: %s\n", + strerror(errno)); + } + + if (mount("/tmp", "/tmp", "none", + MS_REMOUNT | MS_BIND | remount_flags, NULL) != 0) { + /* system("cat /proc/self/mounts"); */ + die("remount of /tmp failed: %s\n", + strerror(errno)); + } + + if (mount("/tmp", "/tmp", "none", + MS_REMOUNT | MS_BIND | invalid_flags, NULL) == 0) { + /* system("cat /proc/self/mounts"); */ + die("remount of /tmp with invalid flags " + "succeeded unexpectedly\n"); + } + exit(EXIT_SUCCESS); +} + +static bool test_unpriv_remount_simple(int mount_flags) +{ + return test_unpriv_remount("ramfs", NULL, mount_flags, mount_flags, 0); +} + +static bool test_unpriv_remount_atime(int mount_flags, int invalid_flags) +{ + return test_unpriv_remount("ramfs", NULL, mount_flags, mount_flags, + invalid_flags); +} + +static bool test_priv_mount_unpriv_remount(void) +{ + pid_t child; + int ret; + const char *orig_path = "/dev"; + const char *dest_path = "/tmp"; + int orig_mnt_flags, remount_mnt_flags; + + child = fork(); + if (child == -1) { + die("fork failed: %s\n", + strerror(errno)); + } + if (child != 0) { /* parent */ + pid_t pid; + int status; + pid = waitpid(child, &status, 0); + if (pid == -1) { + die("waitpid failed: %s\n", + strerror(errno)); + } + if (pid != child) { + die("waited for %d got %d\n", + child, pid); + } + if (!WIFEXITED(status)) { + die("child did not terminate cleanly\n"); + } + return WEXITSTATUS(status) == EXIT_SUCCESS ? true : false; + } + + orig_mnt_flags = read_mnt_flags(orig_path); + + create_and_enter_userns(); + ret = unshare(CLONE_NEWNS); + if (ret != 0) { + die("unshare(CLONE_NEWNS) failed: %s\n", + strerror(errno)); + } + + ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); + if (ret != 0) { + die("recursive bind mount of %s onto %s failed: %s\n", + orig_path, dest_path, strerror(errno)); + } + + ret = mount(dest_path, dest_path, "none", + MS_REMOUNT | MS_BIND | orig_mnt_flags , NULL); + if (ret != 0) { + /* system("cat /proc/self/mounts"); */ + die("remount of /tmp failed: %s\n", + strerror(errno)); + } + + remount_mnt_flags = read_mnt_flags(dest_path); + if (orig_mnt_flags != remount_mnt_flags) { + die("Mount flags unexpectedly changed during remount of %s originally mounted on %s\n", + dest_path, orig_path); + } + exit(EXIT_SUCCESS); +} + +int main(int argc, char **argv) +{ + if (!test_unpriv_remount_simple(MS_RDONLY)) { + die("MS_RDONLY malfunctions\n"); + } + if (!test_unpriv_remount("devpts", "newinstance", MS_NODEV, MS_NODEV, 0)) { + die("MS_NODEV malfunctions\n"); + } + if (!test_unpriv_remount_simple(MS_NOSUID)) { + die("MS_NOSUID malfunctions\n"); + } + if (!test_unpriv_remount_simple(MS_NOEXEC)) { + die("MS_NOEXEC malfunctions\n"); + } + if (!test_unpriv_remount_atime(MS_RELATIME, + MS_NOATIME)) + { + die("MS_RELATIME malfunctions\n"); + } + if (!test_unpriv_remount_atime(MS_STRICTATIME, + MS_NOATIME)) + { + die("MS_STRICTATIME malfunctions\n"); + } + if (!test_unpriv_remount_atime(MS_NOATIME, + MS_STRICTATIME)) + { + die("MS_NOATIME malfunctions\n"); + } + if (!test_unpriv_remount_atime(MS_RELATIME|MS_NODIRATIME, + MS_NOATIME)) + { + die("MS_RELATIME|MS_NODIRATIME malfunctions\n"); + } + if (!test_unpriv_remount_atime(MS_STRICTATIME|MS_NODIRATIME, + MS_NOATIME)) + { + die("MS_STRICTATIME|MS_NODIRATIME malfunctions\n"); + } + if (!test_unpriv_remount_atime(MS_NOATIME|MS_NODIRATIME, + MS_STRICTATIME)) + { + die("MS_NOATIME|MS_DIRATIME malfunctions\n"); + } + if (!test_unpriv_remount("ramfs", NULL, MS_STRICTATIME, 0, MS_NOATIME)) + { + die("Default atime malfunctions\n"); + } + if (!test_priv_mount_unpriv_remount()) { + die("Mount flags unexpectedly changed after remount\n"); + } + return EXIT_SUCCESS; +} --- linux-lts-utopic-3.16.0.orig/tools/testing/selftests/ptrace/peeksiginfo.c +++ linux-lts-utopic-3.16.0/tools/testing/selftests/ptrace/peeksiginfo.c @@ -31,6 +31,10 @@ #define TEST_SICODE_PRIV -1 #define TEST_SICODE_SHARE -2 +#ifndef PAGE_SIZE +#define PAGE_SIZE sysconf(_SC_PAGESIZE) +#endif + #define err(fmt, ...) \ fprintf(stderr, \ "Error (%s:%d): " fmt, \ --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/AUTHORS +++ linux-lts-utopic-3.16.0/tools/usb/usbip/AUTHORS @@ -0,0 +1,3 @@ +Takahiro Hirofuchi +Robert Leibl +matt mooney --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/COPYING +++ linux-lts-utopic-3.16.0/tools/usb/usbip/COPYING @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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; either version 2 of the License, or + (at your option) any later version. + + 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 Street, Fifth Floor, Boston, MA 02110-1301 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/INSTALL +++ linux-lts-utopic-3.16.0/tools/usb/usbip/INSTALL @@ -0,0 +1,237 @@ +Installation Instructions +************************* + +Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, +2006, 2007 Free Software Foundation, Inc. + +This file is free documentation; the Free Software Foundation gives +unlimited permission to copy, distribute and modify it. + +Basic Installation +================== + +Briefly, the shell commands `./configure; make; make install' should +configure, build, and install this package. The following +more-detailed instructions are generic; see the `README' file for +instructions specific to this package. + + The `configure' shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a `Makefile' in each directory of the package. +It may also create one or more `.h' files containing system-dependent +definitions. Finally, it creates a shell script `config.status' that +you can run in the future to recreate the current configuration, and a +file `config.log' containing compiler output (useful mainly for +debugging `configure'). + + It can also use an optional file (typically called `config.cache' +and enabled with `--cache-file=config.cache' or simply `-C') that saves +the results of its tests to speed up reconfiguring. Caching is +disabled by default to prevent problems with accidental use of stale +cache files. + + If you need to do unusual things to compile the package, please try +to figure out how `configure' could check whether to do them, and mail +diffs or instructions to the address given in the `README' so they can +be considered for the next release. If you are using the cache, and at +some point `config.cache' contains results you don't want to keep, you +may remove or edit it. + + The file `configure.ac' (or `configure.in') is used to create +`configure' by a program called `autoconf'. You need `configure.ac' if +you want to change it or regenerate `configure' using a newer version +of `autoconf'. + +The simplest way to compile this package is: + + 1. `cd' to the directory containing the package's source code and type + `./configure' to configure the package for your system. + + Running `configure' might take a while. While running, it prints + some messages telling which features it is checking for. + + 2. Type `make' to compile the package. + + 3. Optionally, type `make check' to run any self-tests that come with + the package. + + 4. Type `make install' to install the programs and any data files and + documentation. + + 5. You can remove the program binaries and object files from the + source code directory by typing `make clean'. To also remove the + files that `configure' created (so you can compile the package for + a different kind of computer), type `make distclean'. There is + also a `make maintainer-clean' target, but that is intended mainly + for the package's developers. If you use it, you may have to get + all sorts of other programs in order to regenerate files that came + with the distribution. + + 6. Often, you can also type `make uninstall' to remove the installed + files again. + +Compilers and Options +===================== + +Some systems require unusual options for compilation or linking that the +`configure' script does not know about. Run `./configure --help' for +details on some of the pertinent environment variables. + + You can give `configure' initial values for configuration parameters +by setting variables in the command line or in the environment. Here +is an example: + + ./configure CC=c99 CFLAGS=-g LIBS=-lposix + + *Note Defining Variables::, for more details. + +Compiling For Multiple Architectures +==================================== + +You can compile the package for more than one kind of computer at the +same time, by placing the object files for each architecture in their +own directory. To do this, you can use GNU `make'. `cd' to the +directory where you want the object files and executables to go and run +the `configure' script. `configure' automatically checks for the +source code in the directory that `configure' is in and in `..'. + + With a non-GNU `make', it is safer to compile the package for one +architecture at a time in the source code directory. After you have +installed the package for one architecture, use `make distclean' before +reconfiguring for another architecture. + +Installation Names +================== + +By default, `make install' installs the package's commands under +`/usr/local/bin', include files under `/usr/local/include', etc. You +can specify an installation prefix other than `/usr/local' by giving +`configure' the option `--prefix=PREFIX'. + + You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +pass the option `--exec-prefix=PREFIX' to `configure', the package uses +PREFIX as the prefix for installing programs and libraries. +Documentation and other data files still use the regular prefix. + + In addition, if you use an unusual directory layout you can give +options like `--bindir=DIR' to specify different values for particular +kinds of files. Run `configure --help' for a list of the directories +you can set and what kinds of files go in them. + + If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving `configure' the +option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. + +Optional Features +================= + +Some packages pay attention to `--enable-FEATURE' options to +`configure', where FEATURE indicates an optional part of the package. +They may also pay attention to `--with-PACKAGE' options, where PACKAGE +is something like `gnu-as' or `x' (for the X Window System). The +`README' should mention any `--enable-' and `--with-' options that the +package recognizes. + + For packages that use the X Window System, `configure' can usually +find the X include and library files automatically, but if it doesn't, +you can use the `configure' options `--x-includes=DIR' and +`--x-libraries=DIR' to specify their locations. + +Specifying the System Type +========================== + +There may be some features `configure' cannot figure out automatically, +but needs to determine by the type of machine the package will run on. +Usually, assuming the package is built to be run on the _same_ +architectures, `configure' can figure that out, but if it prints a +message saying it cannot guess the machine type, give it the +`--build=TYPE' option. TYPE can either be a short name for the system +type, such as `sun4', or a canonical name which has the form: + + CPU-COMPANY-SYSTEM + +where SYSTEM can have one of these forms: + + OS KERNEL-OS + + See the file `config.sub' for the possible values of each field. If +`config.sub' isn't included in this package, then this package doesn't +need to know the machine type. + + If you are _building_ compiler tools for cross-compiling, you should +use the option `--target=TYPE' to select the type of system they will +produce code for. + + If you want to _use_ a cross compiler, that generates code for a +platform different from the build platform, you should specify the +"host" platform (i.e., that on which the generated programs will +eventually be run) with `--host=TYPE'. + +Sharing Defaults +================ + +If you want to set default values for `configure' scripts to share, you +can create a site shell script called `config.site' that gives default +values for variables like `CC', `cache_file', and `prefix'. +`configure' looks for `PREFIX/share/config.site' if it exists, then +`PREFIX/etc/config.site' if it exists. Or, you can set the +`CONFIG_SITE' environment variable to the location of the site script. +A warning: not all `configure' scripts look for a site script. + +Defining Variables +================== + +Variables not defined in a site shell script can be set in the +environment passed to `configure'. However, some packages may run +configure again during the build, and the customized values of these +variables may be lost. In order to avoid this problem, you should set +them in the `configure' command line, using `VAR=value'. For example: + + ./configure CC=/usr/local2/bin/gcc + +causes the specified `gcc' to be used as the C compiler (unless it is +overridden in the site shell script). + +Unfortunately, this technique does not work for `CONFIG_SHELL' due to +an Autoconf bug. Until the bug is fixed you can use this workaround: + + CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash + +`configure' Invocation +====================== + +`configure' recognizes the following options to control how it operates. + +`--help' +`-h' + Print a summary of the options to `configure', and exit. + +`--version' +`-V' + Print the version of Autoconf used to generate the `configure' + script, and exit. + +`--cache-file=FILE' + Enable the cache: use and save the results of the tests in FILE, + traditionally `config.cache'. FILE defaults to `/dev/null' to + disable caching. + +`--config-cache' +`-C' + Alias for `--cache-file=config.cache'. + +`--quiet' +`--silent' +`-q' + Do not print messages saying which checks are being made. To + suppress all normal output, redirect it to `/dev/null' (any error + messages will still be shown). + +`--srcdir=DIR' + Look for the package's source code in directory DIR. Usually + `configure' can determine that directory automatically. + +`configure' also accepts some other, not widely useful, options. Run +`configure --help' for more details. + --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/Makefile.am +++ linux-lts-utopic-3.16.0/tools/usb/usbip/Makefile.am @@ -0,0 +1,6 @@ +SUBDIRS := libsrc src +includedir = @includedir@/usbip +include_HEADERS := $(addprefix libsrc/, \ + usbip_common.h vhci_driver.h usbip_host_driver.h) + +dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8) --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/README +++ linux-lts-utopic-3.16.0/tools/usb/usbip/README @@ -0,0 +1,202 @@ +# +# README for usbip-utils +# +# Copyright (C) 2011 matt mooney +# 2005-2008 Takahiro Hirofuchi + + +[Requirements] + - USB/IP device drivers + Found in the staging directory of the Linux kernel. + + - libudev >= 2.0 + libudev library + + - libwrap0-dev + tcp wrapper library + + - gcc >= 4.0 + + - libtool, automake >= 1.9, autoconf >= 2.5.0, pkg-config + +[Optional] + - hwdata + Contains USB device identification data. + + +[Install] + 0. Generate configuration scripts. + $ ./autogen.sh + + 1. Compile & install the userspace utilities. + $ ./configure [--with-tcp-wrappers=no] [--with-usbids-dir=] + $ make install + + 2. Compile & install USB/IP drivers. + + +[Usage] + server:# (Physically attach your USB device.) + + server:# insmod usbip-core.ko + server:# insmod usbip-host.ko + + server:# usbipd -D + - Start usbip daemon. + + server:# usbip list -l + - List driver assignments for USB devices. + + server:# usbip bind --busid 1-2 + - Bind usbip-host.ko to the device with busid 1-2. + - The USB device 1-2 is now exportable to other hosts! + - Use `usbip unbind --busid 1-2' to stop exporting the device. + + client:# insmod usbip-core.ko + client:# insmod vhci-hcd.ko + + client:# usbip list --remote + - List exported USB devices on the . + + client:# usbip attach --remote --busid 1-2 + - Connect the remote USB device. + + client:# usbip port + - Show virtual port status. + + client:# usbip detach --port + - Detach the USB device. + + +[Example] +--------------------------- + SERVER SIDE +--------------------------- +Physically attach your USB devices to this host. + + trois:# insmod path/to/usbip-core.ko + trois:# insmod path/to/usbip-host.ko + trois:# usbipd -D + +In another terminal, let's look up what USB devices are physically +attached to this host. + + trois:# usbip list -l + Local USB devices + ================= + - busid 1-1 (05a9:a511) + 1-1:1.0 -> ov511 + + - busid 3-2 (0711:0902) + 3-2:1.0 -> none + + - busid 3-3.1 (08bb:2702) + 3-3.1:1.0 -> snd-usb-audio + 3-3.1:1.1 -> snd-usb-audio + + - busid 3-3.2 (04bb:0206) + 3-3.2:1.0 -> usb-storage + + - busid 3-3 (0409:0058) + 3-3:1.0 -> hub + + - busid 4-1 (046d:08b2) + 4-1:1.0 -> none + 4-1:1.1 -> none + 4-1:1.2 -> none + + - busid 5-2 (058f:9254) + 5-2:1.0 -> hub + +A USB storage device of busid 3-3.2 is now bound to the usb-storage +driver. To export this device, we first mark the device as +"exportable"; the device is bound to the usbip-host driver. Please +remember you can not export a USB hub. + +Mark the device of busid 3-3.2 as exportable: + + trois:# usbip --debug bind --busid 3-3.2 + ... + usbip debug: usbip_bind.c:162:[unbind_other] 3-3.2:1.0 -> usb-storage + ... + bind device on busid 3-3.2: complete + + trois:# usbip list -l + Local USB devices + ================= + ... + + - busid 3-3.2 (04bb:0206) + 3-3.2:1.0 -> usbip-host + ... + +--------------------------- + CLIENT SIDE +--------------------------- +First, let's list available remote devices that are marked as +exportable on the host. + + deux:# insmod path/to/usbip-core.ko + deux:# insmod path/to/vhci-hcd.ko + + deux:# usbip list --remote 10.0.0.3 + Exportable USB devices + ====================== + - 10.0.0.3 + 1-1: Prolific Technology, Inc. : unknown product (067b:3507) + : /sys/devices/pci0000:00/0000:00:1f.2/usb1/1-1 + : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) + : 0 - Mass Storage / SCSI / Bulk (Zip) (08/06/50) + + 1-2.2.1: Apple Computer, Inc. : unknown product (05ac:0203) + : /sys/devices/pci0000:00/0000:00:1f.2/usb1/1-2/1-2.2/1-2.2.1 + : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) + : 0 - Human Interface Devices / Boot Interface Subclass / Keyboard (03/01/01) + + 1-2.2.3: OmniVision Technologies, Inc. : OV511+ WebCam (05a9:a511) + : /sys/devices/pci0000:00/0000:00:1f.2/usb1/1-2/1-2.2/1-2.2.3 + : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) + : 0 - Vendor Specific Class / unknown subclass / unknown protocol (ff/00/00) + + 3-1: Logitech, Inc. : QuickCam Pro 4000 (046d:08b2) + : /sys/devices/pci0000:00/0000:00:1e.0/0000:02:0a.0/usb3/3-1 + : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) + : 0 - Data / unknown subclass / unknown protocol (0a/ff/00) + : 1 - Audio / Control Device / unknown protocol (01/01/00) + : 2 - Audio / Streaming / unknown protocol (01/02/00) + +Attach a remote USB device: + + deux:# usbip attach --remote 10.0.0.3 --busid 1-1 + port 0 attached + +Show the devices attached to this client: + + deux:# usbip port + Port 00: at Full Speed(12Mbps) + Prolific Technology, Inc. : unknown product (067b:3507) + 6-1 -> usbip://10.0.0.3:3240/1-1 (remote bus/dev 001/004) + 6-1:1.0 used by usb-storage + /sys/class/scsi_device/0:0:0:0/device + /sys/class/scsi_host/host0/device + /sys/block/sda/device + +Detach the imported device: + + deux:# usbip detach --port 0 + port 0 detached + + +[Checklist] + - See 'Debug Tips' on the project wiki. + - http://usbip.wiki.sourceforge.net/how-to-debug-usbip + - usbip-host.ko must be bound to the target device. + - See /proc/bus/usb/devices and find "Driver=..." lines of the device. + - Shutdown firewall. + - usbip now uses TCP port 3240. + - Disable SELinux. + - Check the kernel and daemon messages. + + +[Contact] + Mailing List: linux-usb@vger.kernel.org --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/autogen.sh +++ linux-lts-utopic-3.16.0/tools/usb/usbip/autogen.sh @@ -0,0 +1,9 @@ +#!/bin/sh -x + +#aclocal +#autoheader +#libtoolize --copy --force +#automake-1.9 -acf +#autoconf + +autoreconf -i -f -v --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/cleanup.sh +++ linux-lts-utopic-3.16.0/tools/usb/usbip/cleanup.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +if [ -r Makefile ]; then + make distclean +fi + +FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \ + config.status config.sub configure cscope.out depcomp install-sh \ + libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile \ + Makefile.in missing src/Makefile src/Makefile.in" + +rm -vRf $FILES --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/configure.ac +++ linux-lts-utopic-3.16.0/tools/usb/usbip/configure.ac @@ -0,0 +1,111 @@ +dnl Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.59) +AC_INIT([usbip-utils], [2.0], [linux-usb@vger.kernel.org]) +AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number]) + +CURRENT=0 +REVISION=1 +AGE=0 +AC_SUBST([LIBUSBIP_VERSION], [$CURRENT:$REVISION:$AGE], [library version]) + +AC_CONFIG_SRCDIR([src/usbipd.c]) +AC_CONFIG_HEADERS([config.h]) + +AM_INIT_AUTOMAKE([foreign]) +LT_INIT + +# Silent build for automake >= 1.11 +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + +AC_SUBST([EXTRA_CFLAGS], ["-Wall -Werror -Wextra -std=gnu99"]) + +# Checks for programs. +AC_PROG_CC +AC_PROG_INSTALL +AC_PROG_MAKE_SET + +# Checks for header files. +AC_HEADER_DIRENT +AC_HEADER_STDC +AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdint.h stdlib.h dnl + string.h sys/socket.h syslog.h unistd.h]) + +# Checks for typedefs, structures, and compiler characteristics. +AC_TYPE_INT32_T +AC_TYPE_SIZE_T +AC_TYPE_SSIZE_T +AC_TYPE_UINT16_T +AC_TYPE_UINT32_T +AC_TYPE_UINT8_T + +# Checks for library functions. +AC_FUNC_REALLOC +AC_CHECK_FUNCS([memset mkdir regcomp socket strchr strerror strstr dnl + strtoul]) + +AC_CHECK_HEADER([libudev.h], + [AC_CHECK_LIB([udev], [udev_new], + [LIBS="$LIBS -ludev"], + [AC_MSG_ERROR([Missing udev library!])])], + [AC_MSG_ERROR([Missing /usr/include/libudev.h])]) + +# Checks for libwrap library. +AC_MSG_CHECKING([whether to use the libwrap (TCP wrappers) library]) +AC_ARG_WITH([tcp-wrappers], + [AS_HELP_STRING([--with-tcp-wrappers], + [use the libwrap (TCP wrappers) library])], + dnl [ACTION-IF-GIVEN] + [if test "$withval" = "yes"; then + AC_MSG_RESULT([yes]) + AC_MSG_CHECKING([for hosts_access in -lwrap]) + saved_LIBS="$LIBS" + LIBS="-lwrap $saved_LIBS" + AC_TRY_LINK( + [int hosts_access(); int allow_severity, deny_severity;], + [hosts_access()], + [AC_MSG_RESULT([yes]); + AC_DEFINE([HAVE_LIBWRAP], [1], + [use tcp wrapper]) wrap_LIB="-lwrap"], + [AC_MSG_RESULT([not found]); exit 1]) + else + AC_MSG_RESULT([no]); + fi], + dnl [ACTION-IF-NOT-GIVEN] + [AC_MSG_RESULT([(default)]) + AC_MSG_CHECKING([for hosts_access in -lwrap]) + saved_LIBS="$LIBS" + LIBS="-lwrap $saved_LIBS" + AC_TRY_LINK( + [int hosts_access(); int allow_severity, deny_severity;], + [hosts_access()], + [AC_MSG_RESULT([yes]); + AC_DEFINE([HAVE_LIBWRAP], [1], [use tcp wrapper])], + [AC_MSG_RESULT([no]); LIBS="$saved_LIBS"])]) + +# Sets directory containing usb.ids. +AC_ARG_WITH([usbids-dir], + [AS_HELP_STRING([--with-usbids-dir=DIR], + [where usb.ids is found (default /usr/share/hwdata/)])], + [USBIDS_DIR=$withval], [USBIDS_DIR="/usr/share/hwdata/"]) +AC_SUBST([USBIDS_DIR]) + +# use _FORTIFY_SOURCE +AC_MSG_CHECKING([whether to use fortify]) +AC_ARG_WITH([fortify], + [AS_HELP_STRING([--with-fortify], + [use _FORTIFY_SROUCE option when compiling)])], + dnl [ACTION-IF-GIVEN] + [if test "$withval" = "yes"; then + AC_MSG_RESULT([yes]) + CFLAGS="$CFLAGS -D_FORTIFY_SOURCE -O" + else + AC_MSG_RESULT([no]) + CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" + fi + ], + dnl [ACTION-IF-NOT-GIVEN] + [AC_MSG_RESULT([default])]) + +AC_CONFIG_FILES([Makefile libsrc/Makefile src/Makefile]) +AC_OUTPUT --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/doc/usbip.8 +++ linux-lts-utopic-3.16.0/tools/usb/usbip/doc/usbip.8 @@ -0,0 +1,95 @@ +.TH USBIP "8" "February 2009" "usbip" "System Administration Utilities" +.SH NAME +usbip \- manage USB/IP devices +.SH SYNOPSIS +.B usbip +[\fIoptions\fR] <\fIcommand\fR> <\fIargs\fR> + +.SH DESCRIPTION +On a USB/IP server, devices can be listed, bound, and unbound using +this program. On a USB/IP client, devices exported by USB/IP servers +can be listed, attached and detached. + +.SH OPTIONS +.HP +\fB\-\-debug\fR +.IP +Print debugging information. +.PP + +.HP +\fB\-\-log\fR +.IP +Log to syslog. +.PP + +.HP +\fB\-\-tcp-port PORT\fR +.IP +Connect to PORT on remote host (used for attach and list --remote). +.PP + +.SH COMMANDS +.HP +\fBversion\fR +.IP +Show version and exit. +.PP + +.HP +\fBhelp\fR [\fIcommand\fR] +.IP +Print the program help message, or help on a specific command, and +then exit. +.PP + +.HP +\fBattach\fR \-\-remote=<\fIhost\fR> \-\-busid=<\fIbus_id\fR> +.IP +Attach a remote USB device. +.PP + +.HP +\fBdetach\fR \-\-port=<\fIport\fR> +.IP +Detach an imported USB device. +.PP + +.HP +\fBbind\fR \-\-busid=<\fIbusid\fR> +.IP +Make a device exportable. +.PP + +.HP +\fBunbind\fR \-\-busid=<\fIbusid\fR> +.IP +Stop exporting a device so it can be used by a local driver. +.PP + +.HP +\fBlist\fR \-\-remote=<\fIhost\fR> +.IP +List USB devices exported by a remote host. +.PP + +.HP +\fBlist\fR \-\-local +.IP +List local USB devices. +.PP + + +.SH EXAMPLES + + client:# usbip list --remote=server + - List exportable usb devices on the server. + + client:# usbip attach --remote=server --busid=1-2 + - Connect the remote USB device. + + client:# usbip detach --port=0 + - Detach the usb device. + +.SH "SEE ALSO" +\fBusbipd\fP\fB(8)\fB\fP --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/doc/usbipd.8 +++ linux-lts-utopic-3.16.0/tools/usb/usbip/doc/usbipd.8 @@ -0,0 +1,91 @@ +.TH USBIP "8" "February 2009" "usbip" "System Administration Utilities" +.SH NAME +usbipd \- USB/IP server daemon +.SH SYNOPSIS +.B usbipd +[\fIoptions\fR] + +.SH DESCRIPTION +.B usbipd +provides USB/IP clients access to exported USB devices. + +Devices have to explicitly be exported using +.B usbip bind +before usbipd makes them available to other hosts. + +The daemon accepts connections from USB/IP clients +on TCP port 3240 by default. + +.SH OPTIONS +.HP +\fB\-4\fR, \fB\-\-ipv4\fR +.IP +Bind to IPv4. Default is both. +.PP + +.HP +\fB\-6\fR, \fB\-\-ipv6\fR +.IP +Bind to IPv6. Default is both. +.PP + +.HP +\fB\-D\fR, \fB\-\-daemon\fR +.IP +Run as a daemon process. +.PP + +.HP +\fB\-d\fR, \fB\-\-debug\fR +.IP +Print debugging information. +.PP + +.HP +\fB\-PFILE\fR, \fB\-\-pid FILE\fR +.IP +Write process id to FILE. +.br +If no FILE specified, use /var/run/usbipd.pid +.PP + +\fB\-tPORT\fR, \fB\-\-tcp\-port PORT\fR +.IP +Listen on TCP/IP port PORT. +.PP + +\fB\-h\fR, \fB\-\-help\fR +.IP +Print the program help message and exit. +.PP + +.HP +\fB\-v\fR, \fB\-\-version\fR +.IP +Show version. +.PP + +.SH LIMITATIONS + +.B usbipd +offers no authentication or authorization for USB/IP. Any +USB/IP client can connect and use exported devices. + +.SH EXAMPLES + + server:# modprobe usbip + + server:# usbipd -D + - Start usbip daemon. + + server:# usbip list --local + - List driver assignments for usb devices. + + server:# usbip bind --busid=1-2 + - Bind usbip-host.ko to the device of busid 1-2. + - A usb device 1-2 is now exportable to other hosts! + - Use 'usbip unbind --busid=1-2' when you want to shutdown exporting and use the device locally. + +.SH "SEE ALSO" +\fBusbip\fP\fB(8)\fB\fP + --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/libsrc/Makefile.am +++ linux-lts-utopic-3.16.0/tools/usb/usbip/libsrc/Makefile.am @@ -0,0 +1,8 @@ +libusbip_la_CPPFLAGS = -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"' +libusbip_la_CFLAGS = @EXTRA_CFLAGS@ +libusbip_la_LDFLAGS = -version-info @LIBUSBIP_VERSION@ + +lib_LTLIBRARIES := libusbip.la +libusbip_la_SOURCES := names.c names.h usbip_host_driver.c usbip_host_driver.h \ + usbip_common.c usbip_common.h vhci_driver.c vhci_driver.h \ + sysfs_utils.c sysfs_utils.h --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/libsrc/list.h +++ linux-lts-utopic-3.16.0/tools/usb/usbip/libsrc/list.h @@ -0,0 +1,136 @@ +#ifndef _LIST_H +#define _LIST_H + +/* Stripped down implementation of linked list taken + * from the Linux Kernel. + */ + +/* + * Simple doubly linked list implementation. + * + * Some of the internal functions ("__xxx") are useful when + * manipulating whole lists rather than single entries, as + * sometimes we already know the next/prev entries and we can + * generate better code by using them directly rather than + * using the generic single-entry routines. + */ + +struct list_head { + struct list_head *next, *prev; +}; + +#define LIST_HEAD_INIT(name) { &(name), &(name) } + +#define LIST_HEAD(name) \ + struct list_head name = LIST_HEAD_INIT(name) + +static inline void INIT_LIST_HEAD(struct list_head *list) +{ + list->next = list; + list->prev = list; +} + +/* + * Insert a new entry between two known consecutive entries. + * + * This is only for internal list manipulation where we know + * the prev/next entries already! + */ +static inline void __list_add(struct list_head *new, + struct list_head *prev, + struct list_head *next) +{ + next->prev = new; + new->next = next; + new->prev = prev; + prev->next = new; +} + +/** + * list_add - add a new entry + * @new: new entry to be added + * @head: list head to add it after + * + * Insert a new entry after the specified head. + * This is good for implementing stacks. + */ +static inline void list_add(struct list_head *new, struct list_head *head) +{ + __list_add(new, head, head->next); +} + +/* + * Delete a list entry by making the prev/next entries + * point to each other. + * + * This is only for internal list manipulation where we know + * the prev/next entries already! + */ +static inline void __list_del(struct list_head * prev, struct list_head * next) +{ + next->prev = prev; + prev->next = next; +} + +#define POISON_POINTER_DELTA 0 +#define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) +#define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) + +/** + * list_del - deletes entry from list. + * @entry: the element to delete from the list. + * Note: list_empty() on entry does not return true after this, the entry is + * in an undefined state. + */ +static inline void __list_del_entry(struct list_head *entry) +{ + __list_del(entry->prev, entry->next); +} + +static inline void list_del(struct list_head *entry) +{ + __list_del(entry->prev, entry->next); + entry->next = LIST_POISON1; + entry->prev = LIST_POISON2; +} + +/** + * list_entry - get the struct for this entry + * @ptr: the &struct list_head pointer. + * @type: the type of the struct this is embedded in. + * @member: the name of the list_struct within the struct. + */ +#define list_entry(ptr, type, member) \ + container_of(ptr, type, member) +/** + * list_for_each - iterate over a list + * @pos: the &struct list_head to use as a loop cursor. + * @head: the head for your list. + */ +#define list_for_each(pos, head) \ + for (pos = (head)->next; pos != (head); pos = pos->next) + +/** + * list_for_each_safe - iterate over a list safe against removal of list entry + * @pos: the &struct list_head to use as a loop cursor. + * @n: another &struct list_head to use as temporary storage + * @head: the head for your list. + */ +#define list_for_each_safe(pos, n, head) \ + for (pos = (head)->next, n = pos->next; pos != (head); \ + pos = n, n = pos->next) + +#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) + +/** + * container_of - cast a member of a structure out to the containing structure + * @ptr: the pointer to the member. + * @type: the type of the container struct this is embedded in. + * @member: the name of the member within the struct. + * + */ +#define container_of(ptr, type, member) ({ \ + const typeof( ((type *)0)->member ) *__mptr = (ptr); \ + (type *)( (char *)__mptr - offsetof(type,member) );}) + +#endif --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/libsrc/names.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/libsrc/names.c @@ -0,0 +1,504 @@ +/* + * names.c -- USB name database manipulation routines + * + * Copyright (C) 1999, 2000 Thomas Sailer (sailer@ife.ee.ethz.ch) + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * + * + * + * + * Copyright (C) 2005 Takahiro Hirofuchi + * - names_deinit() is added. + * + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "names.h" +#include "usbip_common.h" + +struct vendor { + struct vendor *next; + u_int16_t vendorid; + char name[1]; +}; + +struct product { + struct product *next; + u_int16_t vendorid, productid; + char name[1]; +}; + +struct class { + struct class *next; + u_int8_t classid; + char name[1]; +}; + +struct subclass { + struct subclass *next; + u_int8_t classid, subclassid; + char name[1]; +}; + +struct protocol { + struct protocol *next; + u_int8_t classid, subclassid, protocolid; + char name[1]; +}; + +struct genericstrtable { + struct genericstrtable *next; + unsigned int num; + char name[1]; +}; + + +#define HASH1 0x10 +#define HASH2 0x02 +#define HASHSZ 16 + +static unsigned int hashnum(unsigned int num) +{ + unsigned int mask1 = HASH1 << 27, mask2 = HASH2 << 27; + + for (; mask1 >= HASH1; mask1 >>= 1, mask2 >>= 1) + if (num & mask1) + num ^= mask2; + return num & (HASHSZ-1); +} + + +static struct vendor *vendors[HASHSZ] = { NULL, }; +static struct product *products[HASHSZ] = { NULL, }; +static struct class *classes[HASHSZ] = { NULL, }; +static struct subclass *subclasses[HASHSZ] = { NULL, }; +static struct protocol *protocols[HASHSZ] = { NULL, }; + +const char *names_vendor(u_int16_t vendorid) +{ + struct vendor *v; + + v = vendors[hashnum(vendorid)]; + for (; v; v = v->next) + if (v->vendorid == vendorid) + return v->name; + return NULL; +} + +const char *names_product(u_int16_t vendorid, u_int16_t productid) +{ + struct product *p; + + p = products[hashnum((vendorid << 16) | productid)]; + for (; p; p = p->next) + if (p->vendorid == vendorid && p->productid == productid) + return p->name; + return NULL; +} + +const char *names_class(u_int8_t classid) +{ + struct class *c; + + c = classes[hashnum(classid)]; + for (; c; c = c->next) + if (c->classid == classid) + return c->name; + return NULL; +} + +const char *names_subclass(u_int8_t classid, u_int8_t subclassid) +{ + struct subclass *s; + + s = subclasses[hashnum((classid << 8) | subclassid)]; + for (; s; s = s->next) + if (s->classid == classid && s->subclassid == subclassid) + return s->name; + return NULL; +} + +const char *names_protocol(u_int8_t classid, u_int8_t subclassid, + u_int8_t protocolid) +{ + struct protocol *p; + + p = protocols[hashnum((classid << 16) | (subclassid << 8) + | protocolid)]; + for (; p; p = p->next) + if (p->classid == classid && p->subclassid == subclassid && + p->protocolid == protocolid) + return p->name; + return NULL; +} + +/* add a cleanup function by takahiro */ +struct pool { + struct pool *next; + void *mem; +}; + +static struct pool *pool_head; + +static void *my_malloc(size_t size) +{ + struct pool *p; + + p = calloc(1, sizeof(struct pool)); + if (!p) + return NULL; + + p->mem = calloc(1, size); + if (!p->mem) { + free(p); + return NULL; + } + + p->next = pool_head; + pool_head = p; + + return p->mem; +} + +void names_free(void) +{ + struct pool *pool; + + if (!pool_head) + return; + + for (pool = pool_head; pool != NULL; ) { + struct pool *tmp; + + if (pool->mem) + free(pool->mem); + + tmp = pool; + pool = pool->next; + free(tmp); + } +} + +static int new_vendor(const char *name, u_int16_t vendorid) +{ + struct vendor *v; + unsigned int h = hashnum(vendorid); + + v = vendors[h]; + for (; v; v = v->next) + if (v->vendorid == vendorid) + return -1; + v = my_malloc(sizeof(struct vendor) + strlen(name)); + if (!v) + return -1; + strcpy(v->name, name); + v->vendorid = vendorid; + v->next = vendors[h]; + vendors[h] = v; + return 0; +} + +static int new_product(const char *name, u_int16_t vendorid, + u_int16_t productid) +{ + struct product *p; + unsigned int h = hashnum((vendorid << 16) | productid); + + p = products[h]; + for (; p; p = p->next) + if (p->vendorid == vendorid && p->productid == productid) + return -1; + p = my_malloc(sizeof(struct product) + strlen(name)); + if (!p) + return -1; + strcpy(p->name, name); + p->vendorid = vendorid; + p->productid = productid; + p->next = products[h]; + products[h] = p; + return 0; +} + +static int new_class(const char *name, u_int8_t classid) +{ + struct class *c; + unsigned int h = hashnum(classid); + + c = classes[h]; + for (; c; c = c->next) + if (c->classid == classid) + return -1; + c = my_malloc(sizeof(struct class) + strlen(name)); + if (!c) + return -1; + strcpy(c->name, name); + c->classid = classid; + c->next = classes[h]; + classes[h] = c; + return 0; +} + +static int new_subclass(const char *name, u_int8_t classid, u_int8_t subclassid) +{ + struct subclass *s; + unsigned int h = hashnum((classid << 8) | subclassid); + + s = subclasses[h]; + for (; s; s = s->next) + if (s->classid == classid && s->subclassid == subclassid) + return -1; + s = my_malloc(sizeof(struct subclass) + strlen(name)); + if (!s) + return -1; + strcpy(s->name, name); + s->classid = classid; + s->subclassid = subclassid; + s->next = subclasses[h]; + subclasses[h] = s; + return 0; +} + +static int new_protocol(const char *name, u_int8_t classid, u_int8_t subclassid, + u_int8_t protocolid) +{ + struct protocol *p; + unsigned int h = hashnum((classid << 16) | (subclassid << 8) + | protocolid); + + p = protocols[h]; + for (; p; p = p->next) + if (p->classid == classid && p->subclassid == subclassid + && p->protocolid == protocolid) + return -1; + p = my_malloc(sizeof(struct protocol) + strlen(name)); + if (!p) + return -1; + strcpy(p->name, name); + p->classid = classid; + p->subclassid = subclassid; + p->protocolid = protocolid; + p->next = protocols[h]; + protocols[h] = p; + return 0; +} + +static void parse(FILE *f) +{ + char buf[512], *cp; + unsigned int linectr = 0; + int lastvendor = -1; + int lastclass = -1; + int lastsubclass = -1; + int lasthut = -1; + int lastlang = -1; + unsigned int u; + + while (fgets(buf, sizeof(buf), f)) { + linectr++; + /* remove line ends */ + cp = strchr(buf, '\r'); + if (cp) + *cp = 0; + cp = strchr(buf, '\n'); + if (cp) + *cp = 0; + if (buf[0] == '#' || !buf[0]) + continue; + cp = buf; + if (buf[0] == 'P' && buf[1] == 'H' && buf[2] == 'Y' && + buf[3] == 'S' && buf[4] == 'D' && + buf[5] == 'E' && buf[6] == 'S' && /*isspace(buf[7])*/ + buf[7] == ' ') { + continue; + } + if (buf[0] == 'P' && buf[1] == 'H' && + buf[2] == 'Y' && /*isspace(buf[3])*/ buf[3] == ' ') { + continue; + } + if (buf[0] == 'B' && buf[1] == 'I' && buf[2] == 'A' && + buf[3] == 'S' && /*isspace(buf[4])*/ buf[4] == ' ') { + continue; + } + if (buf[0] == 'L' && /*isspace(buf[1])*/ buf[1] == ' ') { + lasthut = lastclass = lastvendor = lastsubclass = -1; + /* + * set 1 as pseudo-id to indicate that the parser is + * in a `L' section. + */ + lastlang = 1; + continue; + } + if (buf[0] == 'C' && /*isspace(buf[1])*/ buf[1] == ' ') { + /* class spec */ + cp = buf+2; + while (isspace(*cp)) + cp++; + if (!isxdigit(*cp)) { + err("Invalid class spec at line %u", linectr); + continue; + } + u = strtoul(cp, &cp, 16); + while (isspace(*cp)) + cp++; + if (!*cp) { + err("Invalid class spec at line %u", linectr); + continue; + } + if (new_class(cp, u)) + err("Duplicate class spec at line %u class %04x %s", + linectr, u, cp); + dbg("line %5u class %02x %s", linectr, u, cp); + lasthut = lastlang = lastvendor = lastsubclass = -1; + lastclass = u; + continue; + } + if (buf[0] == 'A' && buf[1] == 'T' && isspace(buf[2])) { + /* audio terminal type spec */ + continue; + } + if (buf[0] == 'H' && buf[1] == 'C' && buf[2] == 'C' + && isspace(buf[3])) { + /* HID Descriptor bCountryCode */ + continue; + } + if (isxdigit(*cp)) { + /* vendor */ + u = strtoul(cp, &cp, 16); + while (isspace(*cp)) + cp++; + if (!*cp) { + err("Invalid vendor spec at line %u", linectr); + continue; + } + if (new_vendor(cp, u)) + err("Duplicate vendor spec at line %u vendor %04x %s", + linectr, u, cp); + dbg("line %5u vendor %04x %s", linectr, u, cp); + lastvendor = u; + lasthut = lastlang = lastclass = lastsubclass = -1; + continue; + } + if (buf[0] == '\t' && isxdigit(buf[1])) { + /* product or subclass spec */ + u = strtoul(buf+1, &cp, 16); + while (isspace(*cp)) + cp++; + if (!*cp) { + err("Invalid product/subclass spec at line %u", + linectr); + continue; + } + if (lastvendor != -1) { + if (new_product(cp, lastvendor, u)) + err("Duplicate product spec at line %u product %04x:%04x %s", + linectr, lastvendor, u, cp); + dbg("line %5u product %04x:%04x %s", linectr, + lastvendor, u, cp); + continue; + } + if (lastclass != -1) { + if (new_subclass(cp, lastclass, u)) + err("Duplicate subclass spec at line %u class %02x:%02x %s", + linectr, lastclass, u, cp); + dbg("line %5u subclass %02x:%02x %s", linectr, + lastclass, u, cp); + lastsubclass = u; + continue; + } + if (lasthut != -1) { + /* do not store hut */ + continue; + } + if (lastlang != -1) { + /* do not store langid */ + continue; + } + err("Product/Subclass spec without prior Vendor/Class spec at line %u", + linectr); + continue; + } + if (buf[0] == '\t' && buf[1] == '\t' && isxdigit(buf[2])) { + /* protocol spec */ + u = strtoul(buf+2, &cp, 16); + while (isspace(*cp)) + cp++; + if (!*cp) { + err("Invalid protocol spec at line %u", + linectr); + continue; + } + if (lastclass != -1 && lastsubclass != -1) { + if (new_protocol(cp, lastclass, lastsubclass, + u)) + err("Duplicate protocol spec at line %u class %02x:%02x:%02x %s", + linectr, lastclass, lastsubclass, + u, cp); + dbg("line %5u protocol %02x:%02x:%02x %s", + linectr, lastclass, lastsubclass, u, cp); + continue; + } + err("Protocol spec without prior Class and Subclass spec at line %u", + linectr); + continue; + } + if (buf[0] == 'H' && buf[1] == 'I' && + buf[2] == 'D' && /*isspace(buf[3])*/ buf[3] == ' ') { + continue; + } + if (buf[0] == 'H' && buf[1] == 'U' && + buf[2] == 'T' && /*isspace(buf[3])*/ buf[3] == ' ') { + lastlang = lastclass = lastvendor = lastsubclass = -1; + /* + * set 1 as pseudo-id to indicate that the parser is + * in a `HUT' section. + */ + lasthut = 1; + continue; + } + if (buf[0] == 'R' && buf[1] == ' ') + continue; + + if (buf[0] == 'V' && buf[1] == 'T') + continue; + + err("Unknown line at line %u", linectr); + } +} + + +int names_init(char *n) +{ + FILE *f; + + f = fopen(n, "r"); + if (!f) + return errno; + + parse(f); + fclose(f); + return 0; +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/libsrc/names.h +++ linux-lts-utopic-3.16.0/tools/usb/usbip/libsrc/names.h @@ -0,0 +1,41 @@ +/* + * names.h -- USB name database manipulation routines + * + * Copyright (C) 1999, 2000 Thomas Sailer (sailer@ife.ee.ethz.ch) + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * + * + * Copyright (C) 2005 Takahiro Hirofuchi + * - names_free() is added. + */ + +#ifndef _NAMES_H +#define _NAMES_H + +#include + +/* used by usbip_common.c */ +extern const char *names_vendor(u_int16_t vendorid); +extern const char *names_product(u_int16_t vendorid, u_int16_t productid); +extern const char *names_class(u_int8_t classid); +extern const char *names_subclass(u_int8_t classid, u_int8_t subclassid); +extern const char *names_protocol(u_int8_t classid, u_int8_t subclassid, + u_int8_t protocolid); +extern int names_init(char *n); +extern void names_free(void); + +#endif /* _NAMES_H */ --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/libsrc/sysfs_utils.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/libsrc/sysfs_utils.c @@ -0,0 +1,31 @@ +#include +#include +#include +#include + +#include "sysfs_utils.h" +#include "usbip_common.h" + +int write_sysfs_attribute(const char *attr_path, const char *new_value, + size_t len) +{ + int fd; + int length; + + fd = open(attr_path, O_WRONLY); + if (fd < 0) { + dbg("error opening attribute %s", attr_path); + return -1; + } + + length = write(fd, new_value, len); + if (length < 0) { + dbg("error writing to attribute %s", attr_path); + close(fd); + return -1; + } + + close(fd); + + return 0; +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/libsrc/sysfs_utils.h +++ linux-lts-utopic-3.16.0/tools/usb/usbip/libsrc/sysfs_utils.h @@ -0,0 +1,8 @@ + +#ifndef __SYSFS_UTILS_H +#define __SYSFS_UTILS_H + +int write_sysfs_attribute(const char *attr_path, const char *new_value, + size_t len); + +#endif --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/libsrc/usbip_common.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/libsrc/usbip_common.c @@ -0,0 +1,285 @@ +/* + * Copyright (C) 2005-2007 Takahiro Hirofuchi + */ + +#include +#include "usbip_common.h" +#include "names.h" + +#undef PROGNAME +#define PROGNAME "libusbip" + +int usbip_use_syslog; +int usbip_use_stderr; +int usbip_use_debug; + +extern struct udev *udev_context; + +struct speed_string { + int num; + char *speed; + char *desc; +}; + +static const struct speed_string speed_strings[] = { + { USB_SPEED_UNKNOWN, "unknown", "Unknown Speed"}, + { USB_SPEED_LOW, "1.5", "Low Speed(1.5Mbps)" }, + { USB_SPEED_FULL, "12", "Full Speed(12Mbps)" }, + { USB_SPEED_HIGH, "480", "High Speed(480Mbps)" }, + { USB_SPEED_WIRELESS, "53.3-480", "Wireless"}, + { USB_SPEED_SUPER, "5000", "Super Speed(5000Mbps)" }, + { 0, NULL, NULL } +}; + +struct portst_string { + int num; + char *desc; +}; + +static struct portst_string portst_strings[] = { + { SDEV_ST_AVAILABLE, "Device Available" }, + { SDEV_ST_USED, "Device in Use" }, + { SDEV_ST_ERROR, "Device Error"}, + { VDEV_ST_NULL, "Port Available"}, + { VDEV_ST_NOTASSIGNED, "Port Initializing"}, + { VDEV_ST_USED, "Port in Use"}, + { VDEV_ST_ERROR, "Port Error"}, + { 0, NULL} +}; + +const char *usbip_status_string(int32_t status) +{ + for (int i = 0; portst_strings[i].desc != NULL; i++) + if (portst_strings[i].num == status) + return portst_strings[i].desc; + + return "Unknown Status"; +} + +const char *usbip_speed_string(int num) +{ + for (int i = 0; speed_strings[i].speed != NULL; i++) + if (speed_strings[i].num == num) + return speed_strings[i].desc; + + return "Unknown Speed"; +} + + +#define DBG_UDEV_INTEGER(name)\ + dbg("%-20s = %x", to_string(name), (int) udev->name) + +#define DBG_UINF_INTEGER(name)\ + dbg("%-20s = %x", to_string(name), (int) uinf->name) + +void dump_usb_interface(struct usbip_usb_interface *uinf) +{ + char buff[100]; + + usbip_names_get_class(buff, sizeof(buff), + uinf->bInterfaceClass, + uinf->bInterfaceSubClass, + uinf->bInterfaceProtocol); + dbg("%-20s = %s", "Interface(C/SC/P)", buff); +} + +void dump_usb_device(struct usbip_usb_device *udev) +{ + char buff[100]; + + dbg("%-20s = %s", "path", udev->path); + dbg("%-20s = %s", "busid", udev->busid); + + usbip_names_get_class(buff, sizeof(buff), + udev->bDeviceClass, + udev->bDeviceSubClass, + udev->bDeviceProtocol); + dbg("%-20s = %s", "Device(C/SC/P)", buff); + + DBG_UDEV_INTEGER(bcdDevice); + + usbip_names_get_product(buff, sizeof(buff), + udev->idVendor, + udev->idProduct); + dbg("%-20s = %s", "Vendor/Product", buff); + + DBG_UDEV_INTEGER(bNumConfigurations); + DBG_UDEV_INTEGER(bNumInterfaces); + + dbg("%-20s = %s", "speed", + usbip_speed_string(udev->speed)); + + DBG_UDEV_INTEGER(busnum); + DBG_UDEV_INTEGER(devnum); +} + + +int read_attr_value(struct udev_device *dev, const char *name, + const char *format) +{ + const char *attr; + int num = 0; + int ret; + + attr = udev_device_get_sysattr_value(dev, name); + if (!attr) { + err("udev_device_get_sysattr_value failed"); + goto err; + } + + /* The client chooses the device configuration + * when attaching it so right after being bound + * to usbip-host on the server the device will + * have no configuration. + * Therefore, attributes such as bConfigurationValue + * and bNumInterfaces will not exist and sscanf will + * fail. Check for these cases and don't treat them + * as errors. + */ + + ret = sscanf(attr, format, &num); + if (ret < 1) { + if (strcmp(name, "bConfigurationValue") && + strcmp(name, "bNumInterfaces")) { + err("sscanf failed for attribute %s", name); + goto err; + } + } + +err: + + return num; +} + + +int read_attr_speed(struct udev_device *dev) +{ + const char *speed; + + speed = udev_device_get_sysattr_value(dev, "speed"); + if (!speed) { + err("udev_device_get_sysattr_value failed"); + goto err; + } + + for (int i = 0; speed_strings[i].speed != NULL; i++) { + if (!strcmp(speed, speed_strings[i].speed)) + return speed_strings[i].num; + } + +err: + + return USB_SPEED_UNKNOWN; +} + +#define READ_ATTR(object, type, dev, name, format) \ + do { \ + (object)->name = (type) read_attr_value(dev, to_string(name), \ + format); \ + } while (0) + + +int read_usb_device(struct udev_device *sdev, struct usbip_usb_device *udev) +{ + uint32_t busnum, devnum; + const char *path, *name; + + READ_ATTR(udev, uint8_t, sdev, bDeviceClass, "%02x\n"); + READ_ATTR(udev, uint8_t, sdev, bDeviceSubClass, "%02x\n"); + READ_ATTR(udev, uint8_t, sdev, bDeviceProtocol, "%02x\n"); + + READ_ATTR(udev, uint16_t, sdev, idVendor, "%04x\n"); + READ_ATTR(udev, uint16_t, sdev, idProduct, "%04x\n"); + READ_ATTR(udev, uint16_t, sdev, bcdDevice, "%04x\n"); + + READ_ATTR(udev, uint8_t, sdev, bConfigurationValue, "%02x\n"); + READ_ATTR(udev, uint8_t, sdev, bNumConfigurations, "%02x\n"); + READ_ATTR(udev, uint8_t, sdev, bNumInterfaces, "%02x\n"); + + READ_ATTR(udev, uint8_t, sdev, devnum, "%d\n"); + udev->speed = read_attr_speed(sdev); + + path = udev_device_get_syspath(sdev); + name = udev_device_get_sysname(sdev); + + strncpy(udev->path, path, SYSFS_PATH_MAX); + strncpy(udev->busid, name, SYSFS_BUS_ID_SIZE); + + sscanf(name, "%u-%u", &busnum, &devnum); + udev->busnum = busnum; + + return 0; +} + +int read_usb_interface(struct usbip_usb_device *udev, int i, + struct usbip_usb_interface *uinf) +{ + char busid[SYSFS_BUS_ID_SIZE]; + struct udev_device *sif; + + sprintf(busid, "%s:%d.%d", udev->busid, udev->bConfigurationValue, i); + + sif = udev_device_new_from_subsystem_sysname(udev_context, "usb", busid); + if (!sif) { + err("udev_device_new_from_subsystem_sysname %s failed", busid); + return -1; + } + + READ_ATTR(uinf, uint8_t, sif, bInterfaceClass, "%02x\n"); + READ_ATTR(uinf, uint8_t, sif, bInterfaceSubClass, "%02x\n"); + READ_ATTR(uinf, uint8_t, sif, bInterfaceProtocol, "%02x\n"); + + return 0; +} + +int usbip_names_init(char *f) +{ + return names_init(f); +} + +void usbip_names_free(void) +{ + names_free(); +} + +void usbip_names_get_product(char *buff, size_t size, uint16_t vendor, + uint16_t product) +{ + const char *prod, *vend; + + prod = names_product(vendor, product); + if (!prod) + prod = "unknown product"; + + + vend = names_vendor(vendor); + if (!vend) + vend = "unknown vendor"; + + snprintf(buff, size, "%s : %s (%04x:%04x)", vend, prod, vendor, product); +} + +void usbip_names_get_class(char *buff, size_t size, uint8_t class, + uint8_t subclass, uint8_t protocol) +{ + const char *c, *s, *p; + + if (class == 0 && subclass == 0 && protocol == 0) { + snprintf(buff, size, "(Defined at Interface level) (%02x/%02x/%02x)", class, subclass, protocol); + return; + } + + p = names_protocol(class, subclass, protocol); + if (!p) + p = "unknown protocol"; + + s = names_subclass(class, subclass); + if (!s) + s = "unknown subclass"; + + c = names_class(class); + if (!c) + c = "unknown class"; + + snprintf(buff, size, "%s / %s / %s (%02x/%02x/%02x)", c, s, p, class, subclass, protocol); +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/libsrc/usbip_common.h +++ linux-lts-utopic-3.16.0/tools/usb/usbip/libsrc/usbip_common.h @@ -0,0 +1,137 @@ +/* + * Copyright (C) 2005-2007 Takahiro Hirofuchi + */ + +#ifndef __USBIP_COMMON_H +#define __USBIP_COMMON_H + +#include + +#include +#include +#include +#include + +#include +#include +#include +#include "../../../../include/uapi/linux/usbip.h" + +#ifndef USBIDS_FILE +#define USBIDS_FILE "/usr/share/hwdata/usb.ids" +#endif + +#ifndef VHCI_STATE_PATH +#define VHCI_STATE_PATH "/var/run/vhci_hcd" +#endif + +/* kernel module names */ +#define USBIP_CORE_MOD_NAME "usbip-core" +#define USBIP_HOST_DRV_NAME "usbip-host" +#define USBIP_VHCI_DRV_NAME "vhci_hcd" + +/* sysfs constants */ +#define SYSFS_MNT_PATH "/sys" +#define SYSFS_BUS_NAME "bus" +#define SYSFS_BUS_TYPE "usb" +#define SYSFS_DRIVERS_NAME "drivers" + +#define SYSFS_PATH_MAX 256 +#define SYSFS_BUS_ID_SIZE 32 + +extern int usbip_use_syslog; +extern int usbip_use_stderr; +extern int usbip_use_debug ; + +#define PROGNAME "usbip" + +#define pr_fmt(fmt) "%s: %s: " fmt "\n", PROGNAME +#define dbg_fmt(fmt) pr_fmt("%s:%d:[%s] " fmt), "debug", \ + __FILE__, __LINE__, __func__ + +#define err(fmt, args...) \ + do { \ + if (usbip_use_syslog) { \ + syslog(LOG_ERR, pr_fmt(fmt), "error", ##args); \ + } \ + if (usbip_use_stderr) { \ + fprintf(stderr, pr_fmt(fmt), "error", ##args); \ + } \ + } while (0) + +#define info(fmt, args...) \ + do { \ + if (usbip_use_syslog) { \ + syslog(LOG_INFO, pr_fmt(fmt), "info", ##args); \ + } \ + if (usbip_use_stderr) { \ + fprintf(stderr, pr_fmt(fmt), "info", ##args); \ + } \ + } while (0) + +#define dbg(fmt, args...) \ + do { \ + if (usbip_use_debug) { \ + if (usbip_use_syslog) { \ + syslog(LOG_DEBUG, dbg_fmt(fmt), ##args); \ + } \ + if (usbip_use_stderr) { \ + fprintf(stderr, dbg_fmt(fmt), ##args); \ + } \ + } \ + } while (0) + +#define BUG() \ + do { \ + err("sorry, it's a bug!"); \ + abort(); \ + } while (0) + +struct usbip_usb_interface { + uint8_t bInterfaceClass; + uint8_t bInterfaceSubClass; + uint8_t bInterfaceProtocol; + uint8_t padding; /* alignment */ +} __attribute__((packed)); + +struct usbip_usb_device { + char path[SYSFS_PATH_MAX]; + char busid[SYSFS_BUS_ID_SIZE]; + + uint32_t busnum; + uint32_t devnum; + uint32_t speed; + + uint16_t idVendor; + uint16_t idProduct; + uint16_t bcdDevice; + + uint8_t bDeviceClass; + uint8_t bDeviceSubClass; + uint8_t bDeviceProtocol; + uint8_t bConfigurationValue; + uint8_t bNumConfigurations; + uint8_t bNumInterfaces; +} __attribute__((packed)); + +#define to_string(s) #s + +void dump_usb_interface(struct usbip_usb_interface *); +void dump_usb_device(struct usbip_usb_device *); +int read_usb_device(struct udev_device *sdev, struct usbip_usb_device *udev); +int read_attr_value(struct udev_device *dev, const char *name, + const char *format); +int read_usb_interface(struct usbip_usb_device *udev, int i, + struct usbip_usb_interface *uinf); + +const char *usbip_speed_string(int num); +const char *usbip_status_string(int32_t status); + +int usbip_names_init(char *); +void usbip_names_free(void); +void usbip_names_get_product(char *buff, size_t size, uint16_t vendor, + uint16_t product); +void usbip_names_get_class(char *buff, size_t size, uint8_t class, + uint8_t subclass, uint8_t protocol); + +#endif /* __USBIP_COMMON_H */ --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/libsrc/usbip_host_driver.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/libsrc/usbip_host_driver.c @@ -0,0 +1,280 @@ +/* + * Copyright (C) 2011 matt mooney + * 2005-2007 Takahiro Hirofuchi + * + * 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, either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +#include +#include +#include + +#include +#include + +#include + +#include "usbip_common.h" +#include "usbip_host_driver.h" +#include "list.h" +#include "sysfs_utils.h" + +#undef PROGNAME +#define PROGNAME "libusbip" + +struct usbip_host_driver *host_driver; +struct udev *udev_context; + +static int32_t read_attr_usbip_status(struct usbip_usb_device *udev) +{ + char status_attr_path[SYSFS_PATH_MAX]; + int fd; + int length; + char status; + int value = 0; + + snprintf(status_attr_path, SYSFS_PATH_MAX, "%s/usbip_status", + udev->path); + + fd = open(status_attr_path, O_RDONLY); + if (fd < 0) { + err("error opening attribute %s", status_attr_path); + return -1; + } + + length = read(fd, &status, 1); + if (length < 0) { + err("error reading attribute %s", status_attr_path); + close(fd); + return -1; + } + + value = atoi(&status); + + return value; +} + +static +struct usbip_exported_device *usbip_exported_device_new(const char *sdevpath) +{ + struct usbip_exported_device *edev = NULL; + struct usbip_exported_device *edev_old; + size_t size; + int i; + + edev = calloc(1, sizeof(struct usbip_exported_device)); + + edev->sudev = udev_device_new_from_syspath(udev_context, sdevpath); + if (!edev->sudev) { + err("udev_device_new_from_syspath: %s", sdevpath); + goto err; + } + + read_usb_device(edev->sudev, &edev->udev); + + edev->status = read_attr_usbip_status(&edev->udev); + if (edev->status < 0) + goto err; + + /* reallocate buffer to include usb interface data */ + size = sizeof(struct usbip_exported_device) + + edev->udev.bNumInterfaces * sizeof(struct usbip_usb_interface); + + edev_old = edev; + edev = realloc(edev, size); + if (!edev) { + edev = edev_old; + dbg("realloc failed"); + goto err; + } + + for (i = 0; i < edev->udev.bNumInterfaces; i++) + read_usb_interface(&edev->udev, i, &edev->uinf[i]); + + return edev; +err: + if (edev->sudev) + udev_device_unref(edev->sudev); + if (edev) + free(edev); + + return NULL; +} + +static int refresh_exported_devices(void) +{ + struct usbip_exported_device *edev; + struct udev_enumerate *enumerate; + struct udev_list_entry *devices, *dev_list_entry; + struct udev_device *dev; + const char *path; + const char *driver; + + enumerate = udev_enumerate_new(udev_context); + udev_enumerate_add_match_subsystem(enumerate, "usb"); + udev_enumerate_scan_devices(enumerate); + + devices = udev_enumerate_get_list_entry(enumerate); + + udev_list_entry_foreach(dev_list_entry, devices) { + path = udev_list_entry_get_name(dev_list_entry); + dev = udev_device_new_from_syspath(udev_context, path); + if (dev == NULL) + continue; + + /* Check whether device uses usbip-host driver. */ + driver = udev_device_get_driver(dev); + if (driver != NULL && !strcmp(driver, USBIP_HOST_DRV_NAME)) { + edev = usbip_exported_device_new(path); + if (!edev) { + dbg("usbip_exported_device_new failed"); + continue; + } + + list_add(&edev->node, &host_driver->edev_list); + host_driver->ndevs++; + } + } + + return 0; +} + +static void usbip_exported_device_destroy(void) +{ + struct list_head *i, *tmp; + struct usbip_exported_device *edev; + + list_for_each_safe(i, tmp, &host_driver->edev_list) { + edev = list_entry(i, struct usbip_exported_device, node); + list_del(i); + free(edev); + } +} + +int usbip_host_driver_open(void) +{ + int rc; + + udev_context = udev_new(); + if (!udev_context) { + err("udev_new failed"); + return -1; + } + + host_driver = calloc(1, sizeof(*host_driver)); + + host_driver->ndevs = 0; + INIT_LIST_HEAD(&host_driver->edev_list); + + rc = refresh_exported_devices(); + if (rc < 0) + goto err_free_host_driver; + + return 0; + +err_free_host_driver: + free(host_driver); + host_driver = NULL; + + udev_unref(udev_context); + + return -1; +} + +void usbip_host_driver_close(void) +{ + if (!host_driver) + return; + + usbip_exported_device_destroy(); + + free(host_driver); + host_driver = NULL; + + udev_unref(udev_context); +} + +int usbip_host_refresh_device_list(void) +{ + int rc; + + usbip_exported_device_destroy(); + + host_driver->ndevs = 0; + INIT_LIST_HEAD(&host_driver->edev_list); + + rc = refresh_exported_devices(); + if (rc < 0) + return -1; + + return 0; +} + +int usbip_host_export_device(struct usbip_exported_device *edev, int sockfd) +{ + char attr_name[] = "usbip_sockfd"; + char sockfd_attr_path[SYSFS_PATH_MAX]; + char sockfd_buff[30]; + int ret; + + if (edev->status != SDEV_ST_AVAILABLE) { + dbg("device not available: %s", edev->udev.busid); + switch (edev->status) { + case SDEV_ST_ERROR: + dbg("status SDEV_ST_ERROR"); + break; + case SDEV_ST_USED: + dbg("status SDEV_ST_USED"); + break; + default: + dbg("status unknown: 0x%x", edev->status); + } + return -1; + } + + /* only the first interface is true */ + snprintf(sockfd_attr_path, sizeof(sockfd_attr_path), "%s/%s", + edev->udev.path, attr_name); + + snprintf(sockfd_buff, sizeof(sockfd_buff), "%d\n", sockfd); + + ret = write_sysfs_attribute(sockfd_attr_path, sockfd_buff, + strlen(sockfd_buff)); + if (ret < 0) { + err("write_sysfs_attribute failed: sockfd %s to %s", + sockfd_buff, sockfd_attr_path); + return ret; + } + + info("connect: %s", edev->udev.busid); + + return ret; +} + +struct usbip_exported_device *usbip_host_get_device(int num) +{ + struct list_head *i; + struct usbip_exported_device *edev; + int cnt = 0; + + list_for_each(i, &host_driver->edev_list) { + edev = list_entry(i, struct usbip_exported_device, node); + if (num == cnt) + return edev; + else + cnt++; + } + + return NULL; +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/libsrc/usbip_host_driver.h +++ linux-lts-utopic-3.16.0/tools/usb/usbip/libsrc/usbip_host_driver.h @@ -0,0 +1,49 @@ +/* + * Copyright (C) 2011 matt mooney + * 2005-2007 Takahiro Hirofuchi + * + * 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, either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +#ifndef __USBIP_HOST_DRIVER_H +#define __USBIP_HOST_DRIVER_H + +#include +#include "usbip_common.h" +#include "list.h" + +struct usbip_host_driver { + int ndevs; + /* list of exported device */ + struct list_head edev_list; +}; + +struct usbip_exported_device { + struct udev_device *sudev; + int32_t status; + struct usbip_usb_device udev; + struct list_head node; + struct usbip_usb_interface uinf[]; +}; + +extern struct usbip_host_driver *host_driver; + +int usbip_host_driver_open(void); +void usbip_host_driver_close(void); + +int usbip_host_refresh_device_list(void); +int usbip_host_export_device(struct usbip_exported_device *edev, int sockfd); +struct usbip_exported_device *usbip_host_get_device(int num); + +#endif /* __USBIP_HOST_DRIVER_H */ --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/libsrc/vhci_driver.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/libsrc/vhci_driver.c @@ -0,0 +1,411 @@ +/* + * Copyright (C) 2005-2007 Takahiro Hirofuchi + */ + +#include "usbip_common.h" +#include "vhci_driver.h" +#include +#include +#include +#include "sysfs_utils.h" + +#undef PROGNAME +#define PROGNAME "libusbip" + +struct usbip_vhci_driver *vhci_driver; +struct udev *udev_context; + +static struct usbip_imported_device * +imported_device_init(struct usbip_imported_device *idev, char *busid) +{ + struct udev_device *sudev; + + sudev = udev_device_new_from_subsystem_sysname(udev_context, + "usb", busid); + if (!sudev) { + dbg("udev_device_new_from_subsystem_sysname failed: %s", busid); + goto err; + } + read_usb_device(sudev, &idev->udev); + udev_device_unref(sudev); + + return idev; + +err: + return NULL; +} + + + +static int parse_status(const char *value) +{ + int ret = 0; + char *c; + + + for (int i = 0; i < vhci_driver->nports; i++) + memset(&vhci_driver->idev[i], 0, sizeof(vhci_driver->idev[i])); + + + /* skip a header line */ + c = strchr(value, '\n'); + if (!c) + return -1; + c++; + + while (*c != '\0') { + int port, status, speed, devid; + unsigned long socket; + char lbusid[SYSFS_BUS_ID_SIZE]; + + ret = sscanf(c, "%d %d %d %x %lx %31s\n", + &port, &status, &speed, + &devid, &socket, lbusid); + + if (ret < 5) { + dbg("sscanf failed: %d", ret); + BUG(); + } + + dbg("port %d status %d speed %d devid %x", + port, status, speed, devid); + dbg("socket %lx lbusid %s", socket, lbusid); + + + /* if a device is connected, look at it */ + { + struct usbip_imported_device *idev = &vhci_driver->idev[port]; + + idev->port = port; + idev->status = status; + + idev->devid = devid; + + idev->busnum = (devid >> 16); + idev->devnum = (devid & 0x0000ffff); + + if (idev->status != VDEV_ST_NULL + && idev->status != VDEV_ST_NOTASSIGNED) { + idev = imported_device_init(idev, lbusid); + if (!idev) { + dbg("imported_device_init failed"); + return -1; + } + } + } + + + /* go to the next line */ + c = strchr(c, '\n'); + if (!c) + break; + c++; + } + + dbg("exit"); + + return 0; +} + +static int refresh_imported_device_list(void) +{ + const char *attr_status; + + attr_status = udev_device_get_sysattr_value(vhci_driver->hc_device, + "status"); + if (!attr_status) { + err("udev_device_get_sysattr_value failed"); + return -1; + } + + return parse_status(attr_status); +} + +static int get_nports(void) +{ + char *c; + int nports = 0; + const char *attr_status; + + attr_status = udev_device_get_sysattr_value(vhci_driver->hc_device, + "status"); + if (!attr_status) { + err("udev_device_get_sysattr_value failed"); + return -1; + } + + /* skip a header line */ + c = strchr(attr_status, '\n'); + if (!c) + return 0; + c++; + + while (*c != '\0') { + /* go to the next line */ + c = strchr(c, '\n'); + if (!c) + return nports; + c++; + nports += 1; + } + + return nports; +} + +/* + * Read the given port's record. + * + * To avoid buffer overflow we will read the entire line and + * validate each part's size. The initial buffer is padded by 4 to + * accommodate the 2 spaces, 1 newline and an additional character + * which is needed to properly validate the 3rd part without it being + * truncated to an acceptable length. + */ +static int read_record(int rhport, char *host, unsigned long host_len, + char *port, unsigned long port_len, char *busid) +{ + int part; + FILE *file; + char path[PATH_MAX+1]; + char *buffer, *start, *end; + char delim[] = {' ', ' ', '\n'}; + int max_len[] = {(int)host_len, (int)port_len, SYSFS_BUS_ID_SIZE}; + size_t buffer_len = host_len + port_len + SYSFS_BUS_ID_SIZE + 4; + + buffer = malloc(buffer_len); + if (!buffer) + return -1; + + snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); + + file = fopen(path, "r"); + if (!file) { + err("fopen"); + free(buffer); + return -1; + } + + if (fgets(buffer, buffer_len, file) == NULL) { + err("fgets"); + free(buffer); + fclose(file); + return -1; + } + fclose(file); + + /* validate the length of each of the 3 parts */ + start = buffer; + for (part = 0; part < 3; part++) { + end = strchr(start, delim[part]); + if (end == NULL || (end - start) > max_len[part]) { + free(buffer); + return -1; + } + start = end + 1; + } + + if (sscanf(buffer, "%s %s %s\n", host, port, busid) != 3) { + err("sscanf"); + free(buffer); + return -1; + } + + free(buffer); + + return 0; +} + +/* ---------------------------------------------------------------------- */ + +int usbip_vhci_driver_open(void) +{ + udev_context = udev_new(); + if (!udev_context) { + err("udev_new failed"); + return -1; + } + + vhci_driver = calloc(1, sizeof(struct usbip_vhci_driver)); + + /* will be freed in usbip_driver_close() */ + vhci_driver->hc_device = + udev_device_new_from_subsystem_sysname(udev_context, + USBIP_VHCI_BUS_TYPE, + USBIP_VHCI_DRV_NAME); + if (!vhci_driver->hc_device) { + err("udev_device_new_from_subsystem_sysname failed"); + goto err; + } + + vhci_driver->nports = get_nports(); + + dbg("available ports: %d", vhci_driver->nports); + + if (refresh_imported_device_list()) + goto err; + + return 0; + +err: + udev_device_unref(vhci_driver->hc_device); + + if (vhci_driver) + free(vhci_driver); + + vhci_driver = NULL; + + udev_unref(udev_context); + + return -1; +} + + +void usbip_vhci_driver_close(void) +{ + if (!vhci_driver) + return; + + udev_device_unref(vhci_driver->hc_device); + + free(vhci_driver); + + vhci_driver = NULL; + + udev_unref(udev_context); +} + + +int usbip_vhci_refresh_device_list(void) +{ + + if (refresh_imported_device_list()) + goto err; + + return 0; +err: + dbg("failed to refresh device list"); + return -1; +} + + +int usbip_vhci_get_free_port(void) +{ + for (int i = 0; i < vhci_driver->nports; i++) { + if (vhci_driver->idev[i].status == VDEV_ST_NULL) + return i; + } + + return -1; +} + +int usbip_vhci_attach_device2(uint8_t port, int sockfd, uint32_t devid, + uint32_t speed) { + char buff[200]; /* what size should be ? */ + char attach_attr_path[SYSFS_PATH_MAX]; + char attr_attach[] = "attach"; + const char *path; + int ret; + + snprintf(buff, sizeof(buff), "%u %d %u %u", + port, sockfd, devid, speed); + dbg("writing: %s", buff); + + path = udev_device_get_syspath(vhci_driver->hc_device); + snprintf(attach_attr_path, sizeof(attach_attr_path), "%s/%s", + path, attr_attach); + dbg("attach attribute path: %s", attach_attr_path); + + ret = write_sysfs_attribute(attach_attr_path, buff, strlen(buff)); + if (ret < 0) { + dbg("write_sysfs_attribute failed"); + return -1; + } + + dbg("attached port: %d", port); + + return 0; +} + +static unsigned long get_devid(uint8_t busnum, uint8_t devnum) +{ + return (busnum << 16) | devnum; +} + +/* will be removed */ +int usbip_vhci_attach_device(uint8_t port, int sockfd, uint8_t busnum, + uint8_t devnum, uint32_t speed) +{ + int devid = get_devid(busnum, devnum); + + return usbip_vhci_attach_device2(port, sockfd, devid, speed); +} + +int usbip_vhci_detach_device(uint8_t port) +{ + char detach_attr_path[SYSFS_PATH_MAX]; + char attr_detach[] = "detach"; + char buff[200]; /* what size should be ? */ + const char *path; + int ret; + + snprintf(buff, sizeof(buff), "%u", port); + dbg("writing: %s", buff); + + path = udev_device_get_syspath(vhci_driver->hc_device); + snprintf(detach_attr_path, sizeof(detach_attr_path), "%s/%s", + path, attr_detach); + dbg("detach attribute path: %s", detach_attr_path); + + ret = write_sysfs_attribute(detach_attr_path, buff, strlen(buff)); + if (ret < 0) { + dbg("write_sysfs_attribute failed"); + return -1; + } + + dbg("detached port: %d", port); + + return 0; +} + +int usbip_vhci_imported_device_dump(struct usbip_imported_device *idev) +{ + char product_name[100]; + char host[NI_MAXHOST] = "unknown host"; + char serv[NI_MAXSERV] = "unknown port"; + char remote_busid[SYSFS_BUS_ID_SIZE]; + int ret; + int read_record_error = 0; + + if (idev->status == VDEV_ST_NULL || idev->status == VDEV_ST_NOTASSIGNED) + return 0; + + ret = read_record(idev->port, host, sizeof(host), serv, sizeof(serv), + remote_busid); + if (ret) { + err("read_record"); + read_record_error = 1; + } + + printf("Port %02d: <%s> at %s\n", idev->port, + usbip_status_string(idev->status), + usbip_speed_string(idev->udev.speed)); + + usbip_names_get_product(product_name, sizeof(product_name), + idev->udev.idVendor, idev->udev.idProduct); + + printf(" %s\n", product_name); + + if (!read_record_error) { + printf("%10s -> usbip://%s:%s/%s\n", idev->udev.busid, + host, serv, remote_busid); + printf("%10s -> remote bus/dev %03d/%03d\n", " ", + idev->busnum, idev->devnum); + } else { + printf("%10s -> unknown host, remote port and remote busid\n", + idev->udev.busid); + printf("%10s -> remote bus/dev %03d/%03d\n", " ", + idev->busnum, idev->devnum); + } + + return 0; +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/libsrc/vhci_driver.h +++ linux-lts-utopic-3.16.0/tools/usb/usbip/libsrc/vhci_driver.h @@ -0,0 +1,59 @@ +/* + * Copyright (C) 2005-2007 Takahiro Hirofuchi + */ + +#ifndef __VHCI_DRIVER_H +#define __VHCI_DRIVER_H + +#include +#include + +#include "usbip_common.h" + +#define USBIP_VHCI_BUS_TYPE "platform" +#define MAXNPORT 128 + +struct usbip_imported_device { + uint8_t port; + uint32_t status; + + uint32_t devid; + + uint8_t busnum; + uint8_t devnum; + + /* usbip_class_device list */ + struct usbip_usb_device udev; +}; + +struct usbip_vhci_driver { + + /* /sys/devices/platform/vhci_hcd */ + struct udev_device *hc_device; + + int nports; + struct usbip_imported_device idev[MAXNPORT]; +}; + + +extern struct usbip_vhci_driver *vhci_driver; + +int usbip_vhci_driver_open(void); +void usbip_vhci_driver_close(void); + +int usbip_vhci_refresh_device_list(void); + + +int usbip_vhci_get_free_port(void); +int usbip_vhci_attach_device2(uint8_t port, int sockfd, uint32_t devid, + uint32_t speed); + +/* will be removed */ +int usbip_vhci_attach_device(uint8_t port, int sockfd, uint8_t busnum, + uint8_t devnum, uint32_t speed); + +int usbip_vhci_detach_device(uint8_t port); + +int usbip_vhci_imported_device_dump(struct usbip_imported_device *idev); + +#endif /* __VHCI_DRIVER_H */ --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/src/Makefile.am +++ linux-lts-utopic-3.16.0/tools/usb/usbip/src/Makefile.am @@ -0,0 +1,11 @@ +AM_CPPFLAGS = -I$(top_srcdir)/libsrc -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"' +AM_CFLAGS = @EXTRA_CFLAGS@ +LDADD = $(top_builddir)/libsrc/libusbip.la + +sbin_PROGRAMS := usbip usbipd + +usbip_SOURCES := usbip.h utils.h usbip.c utils.c usbip_network.c \ + usbip_attach.c usbip_detach.c usbip_list.c \ + usbip_bind.c usbip_unbind.c usbip_port.c + +usbipd_SOURCES := usbip_network.h usbipd.c usbip_network.c --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/src/usbip.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/src/usbip.c @@ -0,0 +1,201 @@ +/* + * command structure borrowed from udev + * (git://git.kernel.org/pub/scm/linux/hotplug/udev.git) + * + * Copyright (C) 2011 matt mooney + * 2005-2007 Takahiro Hirofuchi + * + * 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, either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +#include +#include + +#include +#include + +#include "usbip_common.h" +#include "usbip_network.h" +#include "usbip.h" + +static int usbip_help(int argc, char *argv[]); +static int usbip_version(int argc, char *argv[]); + +static const char usbip_version_string[] = PACKAGE_STRING; + +static const char usbip_usage_string[] = + "usbip [--debug] [--log] [--tcp-port PORT] [version]\n" + " [help] \n"; + +static void usbip_usage(void) +{ + printf("usage: %s", usbip_usage_string); +} + +struct command { + const char *name; + int (*fn)(int argc, char *argv[]); + const char *help; + void (*usage)(void); +}; + +static const struct command cmds[] = { + { + .name = "help", + .fn = usbip_help, + .help = NULL, + .usage = NULL + }, + { + .name = "version", + .fn = usbip_version, + .help = NULL, + .usage = NULL + }, + { + .name = "attach", + .fn = usbip_attach, + .help = "Attach a remote USB device", + .usage = usbip_attach_usage + }, + { + .name = "detach", + .fn = usbip_detach, + .help = "Detach a remote USB device", + .usage = usbip_detach_usage + }, + { + .name = "list", + .fn = usbip_list, + .help = "List exportable or local USB devices", + .usage = usbip_list_usage + }, + { + .name = "bind", + .fn = usbip_bind, + .help = "Bind device to " USBIP_HOST_DRV_NAME ".ko", + .usage = usbip_bind_usage + }, + { + .name = "unbind", + .fn = usbip_unbind, + .help = "Unbind device from " USBIP_HOST_DRV_NAME ".ko", + .usage = usbip_unbind_usage + }, + { + .name = "port", + .fn = usbip_port_show, + .help = "Show imported USB devices", + .usage = NULL + }, + { NULL, NULL, NULL, NULL } +}; + +static int usbip_help(int argc, char *argv[]) +{ + const struct command *cmd; + int i; + int ret = 0; + + if (argc > 1 && argv++) { + for (i = 0; cmds[i].name != NULL; i++) + if (!strcmp(cmds[i].name, argv[0]) && cmds[i].usage) { + cmds[i].usage(); + goto done; + } + ret = -1; + } + + usbip_usage(); + printf("\n"); + for (cmd = cmds; cmd->name != NULL; cmd++) + if (cmd->help != NULL) + printf(" %-10s %s\n", cmd->name, cmd->help); + printf("\n"); +done: + return ret; +} + +static int usbip_version(int argc, char *argv[]) +{ + (void) argc; + (void) argv; + + printf(PROGNAME " (%s)\n", usbip_version_string); + return 0; +} + +static int run_command(const struct command *cmd, int argc, char *argv[]) +{ + dbg("running command: `%s'", cmd->name); + return cmd->fn(argc, argv); +} + +int main(int argc, char *argv[]) +{ + static const struct option opts[] = { + { "debug", no_argument, NULL, 'd' }, + { "log", no_argument, NULL, 'l' }, + { "tcp-port", required_argument, NULL, 't' }, + { NULL, 0, NULL, 0 } + }; + + char *cmd; + int opt; + int i, rc = -1; + + usbip_use_stderr = 1; + opterr = 0; + for (;;) { + opt = getopt_long(argc, argv, "+dlt:", opts, NULL); + + if (opt == -1) + break; + + switch (opt) { + case 'd': + usbip_use_debug = 1; + break; + case 'l': + usbip_use_syslog = 1; + openlog("", LOG_PID, LOG_USER); + break; + case 't': + usbip_setup_port_number(optarg); + break; + case '?': + printf("usbip: invalid option\n"); + default: + usbip_usage(); + goto out; + } + } + + cmd = argv[optind]; + if (cmd) { + for (i = 0; cmds[i].name != NULL; i++) + if (!strcmp(cmds[i].name, cmd)) { + argc -= optind; + argv += optind; + optind = 0; + rc = run_command(&cmds[i], argc, argv); + goto out; + } + } + + /* invalid command */ + usbip_help(0, NULL); +out: + return (rc > -1 ? EXIT_SUCCESS : EXIT_FAILURE); +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/src/usbip.h +++ linux-lts-utopic-3.16.0/tools/usb/usbip/src/usbip.h @@ -0,0 +1,40 @@ +/* + * Copyright (C) 2011 matt mooney + * 2005-2007 Takahiro Hirofuchi + * + * 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, either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +#ifndef __USBIP_H +#define __USBIP_H + +#ifdef HAVE_CONFIG_H +#include "../config.h" +#endif + +/* usbip commands */ +int usbip_attach(int argc, char *argv[]); +int usbip_detach(int argc, char *argv[]); +int usbip_list(int argc, char *argv[]); +int usbip_bind(int argc, char *argv[]); +int usbip_unbind(int argc, char *argv[]); +int usbip_port_show(int argc, char *argv[]); + +void usbip_attach_usage(void); +void usbip_detach_usage(void); +void usbip_list_usage(void); +void usbip_bind_usage(void); +void usbip_unbind_usage(void); + +#endif /* __USBIP_H */ --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/src/usbip_attach.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/src/usbip_attach.c @@ -0,0 +1,241 @@ +/* + * Copyright (C) 2011 matt mooney + * 2005-2007 Takahiro Hirofuchi + * + * 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, either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +#include + +#include +#include +#include +#include + +#include +#include +#include +#include + +#include "vhci_driver.h" +#include "usbip_common.h" +#include "usbip_network.h" +#include "usbip.h" + +static const char usbip_attach_usage_string[] = + "usbip attach \n" + " -r, --remote= The machine with exported USB devices\n" + " -b, --busid= Busid of the device on \n"; + +void usbip_attach_usage(void) +{ + printf("usage: %s", usbip_attach_usage_string); +} + +#define MAX_BUFF 100 +static int record_connection(char *host, char *port, char *busid, int rhport) +{ + int fd; + char path[PATH_MAX+1]; + char buff[MAX_BUFF+1]; + int ret; + + ret = mkdir(VHCI_STATE_PATH, 0700); + if (ret < 0) { + /* if VHCI_STATE_PATH exists, then it better be a directory */ + if (errno == EEXIST) { + struct stat s; + + ret = stat(VHCI_STATE_PATH, &s); + if (ret < 0) + return -1; + if (!(s.st_mode & S_IFDIR)) + return -1; + } else + return -1; + } + + snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", rhport); + + fd = open(path, O_WRONLY|O_CREAT|O_TRUNC, S_IRWXU); + if (fd < 0) + return -1; + + snprintf(buff, MAX_BUFF, "%s %s %s\n", + host, port, busid); + + ret = write(fd, buff, strlen(buff)); + if (ret != (ssize_t) strlen(buff)) { + close(fd); + return -1; + } + + close(fd); + + return 0; +} + +static int import_device(int sockfd, struct usbip_usb_device *udev) +{ + int rc; + int port; + + rc = usbip_vhci_driver_open(); + if (rc < 0) { + err("open vhci_driver"); + return -1; + } + + port = usbip_vhci_get_free_port(); + if (port < 0) { + err("no free port"); + usbip_vhci_driver_close(); + return -1; + } + + rc = usbip_vhci_attach_device(port, sockfd, udev->busnum, + udev->devnum, udev->speed); + if (rc < 0) { + err("import device"); + usbip_vhci_driver_close(); + return -1; + } + + usbip_vhci_driver_close(); + + return port; +} + +static int query_import_device(int sockfd, char *busid) +{ + int rc; + struct op_import_request request; + struct op_import_reply reply; + uint16_t code = OP_REP_IMPORT; + + memset(&request, 0, sizeof(request)); + memset(&reply, 0, sizeof(reply)); + + /* send a request */ + rc = usbip_net_send_op_common(sockfd, OP_REQ_IMPORT, 0); + if (rc < 0) { + err("send op_common"); + return -1; + } + + strncpy(request.busid, busid, SYSFS_BUS_ID_SIZE-1); + + PACK_OP_IMPORT_REQUEST(0, &request); + + rc = usbip_net_send(sockfd, (void *) &request, sizeof(request)); + if (rc < 0) { + err("send op_import_request"); + return -1; + } + + /* receive a reply */ + rc = usbip_net_recv_op_common(sockfd, &code); + if (rc < 0) { + err("recv op_common"); + return -1; + } + + rc = usbip_net_recv(sockfd, (void *) &reply, sizeof(reply)); + if (rc < 0) { + err("recv op_import_reply"); + return -1; + } + + PACK_OP_IMPORT_REPLY(0, &reply); + + /* check the reply */ + if (strncmp(reply.udev.busid, busid, SYSFS_BUS_ID_SIZE)) { + err("recv different busid %s", reply.udev.busid); + return -1; + } + + /* import a device */ + return import_device(sockfd, &reply.udev); +} + +static int attach_device(char *host, char *busid) +{ + int sockfd; + int rc; + int rhport; + + sockfd = usbip_net_tcp_connect(host, usbip_port_string); + if (sockfd < 0) { + err("tcp connect"); + return -1; + } + + rhport = query_import_device(sockfd, busid); + if (rhport < 0) { + err("query"); + return -1; + } + + close(sockfd); + + rc = record_connection(host, usbip_port_string, busid, rhport); + if (rc < 0) { + err("record connection"); + return -1; + } + + return 0; +} + +int usbip_attach(int argc, char *argv[]) +{ + static const struct option opts[] = { + { "remote", required_argument, NULL, 'r' }, + { "busid", required_argument, NULL, 'b' }, + { NULL, 0, NULL, 0 } + }; + char *host = NULL; + char *busid = NULL; + int opt; + int ret = -1; + + for (;;) { + opt = getopt_long(argc, argv, "r:b:", opts, NULL); + + if (opt == -1) + break; + + switch (opt) { + case 'r': + host = optarg; + break; + case 'b': + busid = optarg; + break; + default: + goto err_out; + } + } + + if (!host || !busid) + goto err_out; + + ret = attach_device(host, busid); + goto out; + +err_out: + usbip_attach_usage(); +out: + return ret; +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/src/usbip_bind.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/src/usbip_bind.c @@ -0,0 +1,214 @@ +/* + * Copyright (C) 2011 matt mooney + * 2005-2007 Takahiro Hirofuchi + * + * 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, either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +#include + +#include +#include +#include +#include + +#include + +#include "usbip_common.h" +#include "utils.h" +#include "usbip.h" +#include "sysfs_utils.h" + +enum unbind_status { + UNBIND_ST_OK, + UNBIND_ST_USBIP_HOST, + UNBIND_ST_FAILED +}; + +static const char usbip_bind_usage_string[] = + "usbip bind \n" + " -b, --busid= Bind " USBIP_HOST_DRV_NAME ".ko to device " + "on \n"; + +void usbip_bind_usage(void) +{ + printf("usage: %s", usbip_bind_usage_string); +} + +/* call at unbound state */ +static int bind_usbip(char *busid) +{ + char attr_name[] = "bind"; + char bind_attr_path[SYSFS_PATH_MAX]; + int rc = -1; + + snprintf(bind_attr_path, sizeof(bind_attr_path), "%s/%s/%s/%s/%s/%s", + SYSFS_MNT_PATH, SYSFS_BUS_NAME, SYSFS_BUS_TYPE, + SYSFS_DRIVERS_NAME, USBIP_HOST_DRV_NAME, attr_name); + + rc = write_sysfs_attribute(bind_attr_path, busid, strlen(busid)); + if (rc < 0) { + err("error binding device %s to driver: %s", busid, + strerror(errno)); + return -1; + } + + return 0; +} + +/* buggy driver may cause dead lock */ +static int unbind_other(char *busid) +{ + enum unbind_status status = UNBIND_ST_OK; + + char attr_name[] = "unbind"; + char unbind_attr_path[SYSFS_PATH_MAX]; + int rc = -1; + + struct udev *udev; + struct udev_device *dev; + const char *driver; + const char *bDevClass; + + /* Create libudev context. */ + udev = udev_new(); + + /* Get the device. */ + dev = udev_device_new_from_subsystem_sysname(udev, "usb", busid); + if (!dev) { + dbg("unable to find device with bus ID %s", busid); + goto err_close_busid_dev; + } + + /* Check what kind of device it is. */ + bDevClass = udev_device_get_sysattr_value(dev, "bDeviceClass"); + if (!bDevClass) { + dbg("unable to get bDevClass device attribute"); + goto err_close_busid_dev; + } + + if (!strncmp(bDevClass, "09", strlen(bDevClass))) { + dbg("skip unbinding of hub"); + goto err_close_busid_dev; + } + + /* Get the device driver. */ + driver = udev_device_get_driver(dev); + if (!driver) { + /* No driver bound to this device. */ + goto out; + } + + if (!strncmp(USBIP_HOST_DRV_NAME, driver, + strlen(USBIP_HOST_DRV_NAME))) { + /* Already bound to usbip-host. */ + status = UNBIND_ST_USBIP_HOST; + goto out; + } + + /* Unbind device from driver. */ + snprintf(unbind_attr_path, sizeof(unbind_attr_path), "%s/%s/%s/%s/%s/%s", + SYSFS_MNT_PATH, SYSFS_BUS_NAME, SYSFS_BUS_TYPE, + SYSFS_DRIVERS_NAME, driver, attr_name); + + rc = write_sysfs_attribute(unbind_attr_path, busid, strlen(busid)); + if (rc < 0) { + err("error unbinding device %s from driver", busid); + goto err_close_busid_dev; + } + + goto out; + +err_close_busid_dev: + status = UNBIND_ST_FAILED; +out: + udev_device_unref(dev); + udev_unref(udev); + + return status; +} + +static int bind_device(char *busid) +{ + int rc; + struct udev *udev; + struct udev_device *dev; + + /* Check whether the device with this bus ID exists. */ + udev = udev_new(); + dev = udev_device_new_from_subsystem_sysname(udev, "usb", busid); + if (!dev) { + err("device with the specified bus ID does not exist"); + return -1; + } + udev_unref(udev); + + rc = unbind_other(busid); + if (rc == UNBIND_ST_FAILED) { + err("could not unbind driver from device on busid %s", busid); + return -1; + } else if (rc == UNBIND_ST_USBIP_HOST) { + err("device on busid %s is already bound to %s", busid, + USBIP_HOST_DRV_NAME); + return -1; + } + + rc = modify_match_busid(busid, 1); + if (rc < 0) { + err("unable to bind device on %s", busid); + return -1; + } + + rc = bind_usbip(busid); + if (rc < 0) { + err("could not bind device to %s", USBIP_HOST_DRV_NAME); + modify_match_busid(busid, 0); + return -1; + } + + info("bind device on busid %s: complete", busid); + + return 0; +} + +int usbip_bind(int argc, char *argv[]) +{ + static const struct option opts[] = { + { "busid", required_argument, NULL, 'b' }, + { NULL, 0, NULL, 0 } + }; + + int opt; + int ret = -1; + + for (;;) { + opt = getopt_long(argc, argv, "b:", opts, NULL); + + if (opt == -1) + break; + + switch (opt) { + case 'b': + ret = bind_device(optarg); + goto out; + default: + goto err_out; + } + } + +err_out: + usbip_bind_usage(); +out: + return ret; +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/src/usbip_detach.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/src/usbip_detach.c @@ -0,0 +1,110 @@ +/* + * Copyright (C) 2011 matt mooney + * 2005-2007 Takahiro Hirofuchi + * + * 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, either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +#include +#include +#include +#include +#include +#include + +#include +#include + +#include "vhci_driver.h" +#include "usbip_common.h" +#include "usbip_network.h" +#include "usbip.h" + +static const char usbip_detach_usage_string[] = + "usbip detach \n" + " -p, --port= " USBIP_VHCI_DRV_NAME + " port the device is on\n"; + +void usbip_detach_usage(void) +{ + printf("usage: %s", usbip_detach_usage_string); +} + +static int detach_port(char *port) +{ + int ret; + uint8_t portnum; + char path[PATH_MAX+1]; + + for (unsigned int i = 0; i < strlen(port); i++) + if (!isdigit(port[i])) { + err("invalid port %s", port); + return -1; + } + + /* check max port */ + + portnum = atoi(port); + + /* remove the port state file */ + + snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", portnum); + + remove(path); + rmdir(VHCI_STATE_PATH); + + ret = usbip_vhci_driver_open(); + if (ret < 0) { + err("open vhci_driver"); + return -1; + } + + ret = usbip_vhci_detach_device(portnum); + if (ret < 0) + return -1; + + usbip_vhci_driver_close(); + + return ret; +} + +int usbip_detach(int argc, char *argv[]) +{ + static const struct option opts[] = { + { "port", required_argument, NULL, 'p' }, + { NULL, 0, NULL, 0 } + }; + int opt; + int ret = -1; + + for (;;) { + opt = getopt_long(argc, argv, "p:", opts, NULL); + + if (opt == -1) + break; + + switch (opt) { + case 'p': + ret = detach_port(optarg); + goto out; + default: + goto err_out; + } + } + +err_out: + usbip_detach_usage(); +out: + return ret; +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/src/usbip_list.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/src/usbip_list.c @@ -0,0 +1,283 @@ +/* + * Copyright (C) 2011 matt mooney + * 2005-2007 Takahiro Hirofuchi + * + * 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, either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +#include +#include + +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +#include "usbip_common.h" +#include "usbip_network.h" +#include "usbip.h" + +static const char usbip_list_usage_string[] = + "usbip list [-p|--parsable] \n" + " -p, --parsable Parsable list format\n" + " -r, --remote= List the exportable USB devices on \n" + " -l, --local List the local USB devices\n"; + +void usbip_list_usage(void) +{ + printf("usage: %s", usbip_list_usage_string); +} + +static int get_exported_devices(char *host, int sockfd) +{ + char product_name[100]; + char class_name[100]; + struct op_devlist_reply reply; + uint16_t code = OP_REP_DEVLIST; + struct usbip_usb_device udev; + struct usbip_usb_interface uintf; + unsigned int i; + int rc, j; + + rc = usbip_net_send_op_common(sockfd, OP_REQ_DEVLIST, 0); + if (rc < 0) { + dbg("usbip_net_send_op_common failed"); + return -1; + } + + rc = usbip_net_recv_op_common(sockfd, &code); + if (rc < 0) { + dbg("usbip_net_recv_op_common failed"); + return -1; + } + + memset(&reply, 0, sizeof(reply)); + rc = usbip_net_recv(sockfd, &reply, sizeof(reply)); + if (rc < 0) { + dbg("usbip_net_recv_op_devlist failed"); + return -1; + } + PACK_OP_DEVLIST_REPLY(0, &reply); + dbg("exportable devices: %d\n", reply.ndev); + + if (reply.ndev == 0) { + info("no exportable devices found on %s", host); + return 0; + } + + printf("Exportable USB devices\n"); + printf("======================\n"); + printf(" - %s\n", host); + + for (i = 0; i < reply.ndev; i++) { + memset(&udev, 0, sizeof(udev)); + rc = usbip_net_recv(sockfd, &udev, sizeof(udev)); + if (rc < 0) { + dbg("usbip_net_recv failed: usbip_usb_device[%d]", i); + return -1; + } + usbip_net_pack_usb_device(0, &udev); + + usbip_names_get_product(product_name, sizeof(product_name), + udev.idVendor, udev.idProduct); + usbip_names_get_class(class_name, sizeof(class_name), + udev.bDeviceClass, udev.bDeviceSubClass, + udev.bDeviceProtocol); + printf("%11s: %s\n", udev.busid, product_name); + printf("%11s: %s\n", "", udev.path); + printf("%11s: %s\n", "", class_name); + + for (j = 0; j < udev.bNumInterfaces; j++) { + rc = usbip_net_recv(sockfd, &uintf, sizeof(uintf)); + if (rc < 0) { + err("usbip_net_recv failed: usbip_usb_intf[%d]", + j); + + return -1; + } + usbip_net_pack_usb_interface(0, &uintf); + + usbip_names_get_class(class_name, sizeof(class_name), + uintf.bInterfaceClass, + uintf.bInterfaceSubClass, + uintf.bInterfaceProtocol); + printf("%11s: %2d - %s\n", "", j, class_name); + } + + printf("\n"); + } + + return 0; +} + +static int list_exported_devices(char *host) +{ + int rc; + int sockfd; + + sockfd = usbip_net_tcp_connect(host, usbip_port_string); + if (sockfd < 0) { + err("could not connect to %s:%s: %s", host, + usbip_port_string, gai_strerror(sockfd)); + return -1; + } + dbg("connected to %s:%s", host, usbip_port_string); + + rc = get_exported_devices(host, sockfd); + if (rc < 0) { + err("failed to get device list from %s", host); + return -1; + } + + close(sockfd); + + return 0; +} + +static void print_device(const char *busid, const char *vendor, + const char *product, bool parsable) +{ + if (parsable) + printf("busid=%s#usbid=%.4s:%.4s#", busid, vendor, product); + else + printf(" - busid %s (%.4s:%.4s)\n", busid, vendor, product); +} + +static void print_product_name(char *product_name, bool parsable) +{ + if (!parsable) + printf(" %s\n", product_name); +} + +static int list_devices(bool parsable) +{ + struct udev *udev; + struct udev_enumerate *enumerate; + struct udev_list_entry *devices, *dev_list_entry; + struct udev_device *dev; + const char *path; + const char *idVendor; + const char *idProduct; + const char *bConfValue; + const char *bNumIntfs; + const char *busid; + char product_name[128]; + int ret = -1; + + /* Create libudev context. */ + udev = udev_new(); + + /* Create libudev device enumeration. */ + enumerate = udev_enumerate_new(udev); + + /* Take only USB devices that are not hubs and do not have + * the bInterfaceNumber attribute, i.e. are not interfaces. + */ + udev_enumerate_add_match_subsystem(enumerate, "usb"); + udev_enumerate_add_nomatch_sysattr(enumerate, "bDeviceClass", "09"); + udev_enumerate_add_nomatch_sysattr(enumerate, "bInterfaceNumber", NULL); + udev_enumerate_scan_devices(enumerate); + + devices = udev_enumerate_get_list_entry(enumerate); + + /* Show information about each device. */ + udev_list_entry_foreach(dev_list_entry, devices) { + path = udev_list_entry_get_name(dev_list_entry); + dev = udev_device_new_from_syspath(udev, path); + + /* Get device information. */ + idVendor = udev_device_get_sysattr_value(dev, "idVendor"); + idProduct = udev_device_get_sysattr_value(dev, "idProduct"); + bConfValue = udev_device_get_sysattr_value(dev, "bConfigurationValue"); + bNumIntfs = udev_device_get_sysattr_value(dev, "bNumInterfaces"); + busid = udev_device_get_sysname(dev); + if (!idVendor || !idProduct || !bConfValue || !bNumIntfs) { + err("problem getting device attributes: %s", + strerror(errno)); + goto err_out; + } + + /* Get product name. */ + usbip_names_get_product(product_name, sizeof(product_name), + strtol(idVendor, NULL, 16), + strtol(idProduct, NULL, 16)); + + /* Print information. */ + print_device(busid, idVendor, idProduct, parsable); + print_product_name(product_name, parsable); + + printf("\n"); + + udev_device_unref(dev); + } + + ret = 0; + +err_out: + udev_enumerate_unref(enumerate); + udev_unref(udev); + + return ret; +} + +int usbip_list(int argc, char *argv[]) +{ + static const struct option opts[] = { + { "parsable", no_argument, NULL, 'p' }, + { "remote", required_argument, NULL, 'r' }, + { "local", no_argument, NULL, 'l' }, + { NULL, 0, NULL, 0 } + }; + + bool parsable = false; + int opt; + int ret = -1; + + if (usbip_names_init(USBIDS_FILE)) + err("failed to open %s", USBIDS_FILE); + + for (;;) { + opt = getopt_long(argc, argv, "pr:l", opts, NULL); + + if (opt == -1) + break; + + switch (opt) { + case 'p': + parsable = true; + break; + case 'r': + ret = list_exported_devices(optarg); + goto out; + case 'l': + ret = list_devices(parsable); + goto out; + default: + goto err_out; + } + } + +err_out: + usbip_list_usage(); +out: + usbip_names_free(); + + return ret; +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/src/usbip_network.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/src/usbip_network.c @@ -0,0 +1,303 @@ +/* + * Copyright (C) 2011 matt mooney + * 2005-2007 Takahiro Hirofuchi + * + * 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, either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +#include + +#include + +#include +#include +#include +#include + +#ifdef HAVE_LIBWRAP +#include +#endif + +#include "usbip_common.h" +#include "usbip_network.h" + +int usbip_port = 3240; +char *usbip_port_string = "3240"; + +void usbip_setup_port_number(char *arg) +{ + dbg("parsing port arg '%s'", arg); + char *end; + unsigned long int port = strtoul(arg, &end, 10); + + if (end == arg) { + err("port: could not parse '%s' as a decimal integer", arg); + return; + } + + if (*end != '\0') { + err("port: garbage at end of '%s'", arg); + return; + } + + if (port > UINT16_MAX) { + err("port: %s too high (max=%d)", + arg, UINT16_MAX); + return; + } + + usbip_port = port; + usbip_port_string = arg; + info("using port %d (\"%s\")", usbip_port, usbip_port_string); +} + +void usbip_net_pack_uint32_t(int pack, uint32_t *num) +{ + uint32_t i; + + if (pack) + i = htonl(*num); + else + i = ntohl(*num); + + *num = i; +} + +void usbip_net_pack_uint16_t(int pack, uint16_t *num) +{ + uint16_t i; + + if (pack) + i = htons(*num); + else + i = ntohs(*num); + + *num = i; +} + +void usbip_net_pack_usb_device(int pack, struct usbip_usb_device *udev) +{ + usbip_net_pack_uint32_t(pack, &udev->busnum); + usbip_net_pack_uint32_t(pack, &udev->devnum); + usbip_net_pack_uint32_t(pack, &udev->speed); + + usbip_net_pack_uint16_t(pack, &udev->idVendor); + usbip_net_pack_uint16_t(pack, &udev->idProduct); + usbip_net_pack_uint16_t(pack, &udev->bcdDevice); +} + +void usbip_net_pack_usb_interface(int pack __attribute__((unused)), + struct usbip_usb_interface *udev + __attribute__((unused))) +{ + /* uint8_t members need nothing */ +} + +static ssize_t usbip_net_xmit(int sockfd, void *buff, size_t bufflen, + int sending) +{ + ssize_t nbytes; + ssize_t total = 0; + + if (!bufflen) + return 0; + + do { + if (sending) + nbytes = send(sockfd, buff, bufflen, 0); + else + nbytes = recv(sockfd, buff, bufflen, MSG_WAITALL); + + if (nbytes <= 0) + return -1; + + buff = (void *)((intptr_t) buff + nbytes); + bufflen -= nbytes; + total += nbytes; + + } while (bufflen > 0); + + return total; +} + +ssize_t usbip_net_recv(int sockfd, void *buff, size_t bufflen) +{ + return usbip_net_xmit(sockfd, buff, bufflen, 0); +} + +ssize_t usbip_net_send(int sockfd, void *buff, size_t bufflen) +{ + return usbip_net_xmit(sockfd, buff, bufflen, 1); +} + +int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status) +{ + struct op_common op_common; + int rc; + + memset(&op_common, 0, sizeof(op_common)); + + op_common.version = USBIP_VERSION; + op_common.code = code; + op_common.status = status; + + PACK_OP_COMMON(1, &op_common); + + rc = usbip_net_send(sockfd, &op_common, sizeof(op_common)); + if (rc < 0) { + dbg("usbip_net_send failed: %d", rc); + return -1; + } + + return 0; +} + +int usbip_net_recv_op_common(int sockfd, uint16_t *code) +{ + struct op_common op_common; + int rc; + + memset(&op_common, 0, sizeof(op_common)); + + rc = usbip_net_recv(sockfd, &op_common, sizeof(op_common)); + if (rc < 0) { + dbg("usbip_net_recv failed: %d", rc); + goto err; + } + + PACK_OP_COMMON(0, &op_common); + + if (op_common.version != USBIP_VERSION) { + dbg("version mismatch: %d %d", op_common.version, + USBIP_VERSION); + goto err; + } + + switch (*code) { + case OP_UNSPEC: + break; + default: + if (op_common.code != *code) { + dbg("unexpected pdu %#0x for %#0x", op_common.code, + *code); + goto err; + } + } + + if (op_common.status != ST_OK) { + dbg("request failed at peer: %d", op_common.status); + goto err; + } + + *code = op_common.code; + + return 0; +err: + return -1; +} + +int usbip_net_set_reuseaddr(int sockfd) +{ + const int val = 1; + int ret; + + ret = setsockopt(sockfd, SOL_SOCKET, SO_REUSEADDR, &val, sizeof(val)); + if (ret < 0) + dbg("setsockopt: SO_REUSEADDR"); + + return ret; +} + +int usbip_net_set_nodelay(int sockfd) +{ + const int val = 1; + int ret; + + ret = setsockopt(sockfd, IPPROTO_TCP, TCP_NODELAY, &val, sizeof(val)); + if (ret < 0) + dbg("setsockopt: TCP_NODELAY"); + + return ret; +} + +int usbip_net_set_keepalive(int sockfd) +{ + const int val = 1; + int ret; + + ret = setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &val, sizeof(val)); + if (ret < 0) + dbg("setsockopt: SO_KEEPALIVE"); + + return ret; +} + +int usbip_net_set_v6only(int sockfd) +{ + const int val = 1; + int ret; + + ret = setsockopt(sockfd, IPPROTO_IPV6, IPV6_V6ONLY, &val, sizeof(val)); + if (ret < 0) + dbg("setsockopt: IPV6_V6ONLY"); + + return ret; +} + +/* + * IPv6 Ready + */ +int usbip_net_tcp_connect(char *hostname, char *service) +{ + struct addrinfo hints, *res, *rp; + int sockfd; + int ret; + + memset(&hints, 0, sizeof(hints)); + hints.ai_family = AF_UNSPEC; + hints.ai_socktype = SOCK_STREAM; + + /* get all possible addresses */ + ret = getaddrinfo(hostname, service, &hints, &res); + if (ret < 0) { + dbg("getaddrinfo: %s service %s: %s", hostname, service, + gai_strerror(ret)); + return ret; + } + + /* try the addresses */ + for (rp = res; rp; rp = rp->ai_next) { + sockfd = socket(rp->ai_family, rp->ai_socktype, + rp->ai_protocol); + if (sockfd < 0) + continue; + + /* should set TCP_NODELAY for usbip */ + usbip_net_set_nodelay(sockfd); + /* TODO: write code for heartbeat */ + usbip_net_set_keepalive(sockfd); + + if (connect(sockfd, rp->ai_addr, rp->ai_addrlen) == 0) + break; + + close(sockfd); + } + + freeaddrinfo(res); + + if (!rp) + return EAI_SYSTEM; + + return sockfd; +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/src/usbip_network.h +++ linux-lts-utopic-3.16.0/tools/usb/usbip/src/usbip_network.h @@ -0,0 +1,185 @@ +/* + * Copyright (C) 2005-2007 Takahiro Hirofuchi + */ + +#ifndef __USBIP_NETWORK_H +#define __USBIP_NETWORK_H + +#ifdef HAVE_CONFIG_H +#include "../config.h" +#endif + +#include + +#include + +extern int usbip_port; +extern char *usbip_port_string; +void usbip_setup_port_number(char *arg); + +/* ---------------------------------------------------------------------- */ +/* Common header for all the kinds of PDUs. */ +struct op_common { + uint16_t version; + +#define OP_REQUEST (0x80 << 8) +#define OP_REPLY (0x00 << 8) + uint16_t code; + + /* add more error code */ +#define ST_OK 0x00 +#define ST_NA 0x01 + uint32_t status; /* op_code status (for reply) */ + +} __attribute__((packed)); + +#define PACK_OP_COMMON(pack, op_common) do {\ + usbip_net_pack_uint16_t(pack, &(op_common)->version);\ + usbip_net_pack_uint16_t(pack, &(op_common)->code);\ + usbip_net_pack_uint32_t(pack, &(op_common)->status);\ +} while (0) + +/* ---------------------------------------------------------------------- */ +/* Dummy Code */ +#define OP_UNSPEC 0x00 +#define OP_REQ_UNSPEC OP_UNSPEC +#define OP_REP_UNSPEC OP_UNSPEC + +/* ---------------------------------------------------------------------- */ +/* Retrieve USB device information. (still not used) */ +#define OP_DEVINFO 0x02 +#define OP_REQ_DEVINFO (OP_REQUEST | OP_DEVINFO) +#define OP_REP_DEVINFO (OP_REPLY | OP_DEVINFO) + +struct op_devinfo_request { + char busid[SYSFS_BUS_ID_SIZE]; +} __attribute__((packed)); + +struct op_devinfo_reply { + struct usbip_usb_device udev; + struct usbip_usb_interface uinf[]; +} __attribute__((packed)); + +/* ---------------------------------------------------------------------- */ +/* Import a remote USB device. */ +#define OP_IMPORT 0x03 +#define OP_REQ_IMPORT (OP_REQUEST | OP_IMPORT) +#define OP_REP_IMPORT (OP_REPLY | OP_IMPORT) + +struct op_import_request { + char busid[SYSFS_BUS_ID_SIZE]; +} __attribute__((packed)); + +struct op_import_reply { + struct usbip_usb_device udev; +// struct usbip_usb_interface uinf[]; +} __attribute__((packed)); + +#define PACK_OP_IMPORT_REQUEST(pack, request) do {\ +} while (0) + +#define PACK_OP_IMPORT_REPLY(pack, reply) do {\ + usbip_net_pack_usb_device(pack, &(reply)->udev);\ +} while (0) + +/* ---------------------------------------------------------------------- */ +/* Export a USB device to a remote host. */ +#define OP_EXPORT 0x06 +#define OP_REQ_EXPORT (OP_REQUEST | OP_EXPORT) +#define OP_REP_EXPORT (OP_REPLY | OP_EXPORT) + +struct op_export_request { + struct usbip_usb_device udev; +} __attribute__((packed)); + +struct op_export_reply { + int returncode; +} __attribute__((packed)); + + +#define PACK_OP_EXPORT_REQUEST(pack, request) do {\ + usbip_net_pack_usb_device(pack, &(request)->udev);\ +} while (0) + +#define PACK_OP_EXPORT_REPLY(pack, reply) do {\ +} while (0) + +/* ---------------------------------------------------------------------- */ +/* un-Export a USB device from a remote host. */ +#define OP_UNEXPORT 0x07 +#define OP_REQ_UNEXPORT (OP_REQUEST | OP_UNEXPORT) +#define OP_REP_UNEXPORT (OP_REPLY | OP_UNEXPORT) + +struct op_unexport_request { + struct usbip_usb_device udev; +} __attribute__((packed)); + +struct op_unexport_reply { + int returncode; +} __attribute__((packed)); + +#define PACK_OP_UNEXPORT_REQUEST(pack, request) do {\ + usbip_net_pack_usb_device(pack, &(request)->udev);\ +} while (0) + +#define PACK_OP_UNEXPORT_REPLY(pack, reply) do {\ +} while (0) + +/* ---------------------------------------------------------------------- */ +/* Negotiate IPSec encryption key. (still not used) */ +#define OP_CRYPKEY 0x04 +#define OP_REQ_CRYPKEY (OP_REQUEST | OP_CRYPKEY) +#define OP_REP_CRYPKEY (OP_REPLY | OP_CRYPKEY) + +struct op_crypkey_request { + /* 128bit key */ + uint32_t key[4]; +} __attribute__((packed)); + +struct op_crypkey_reply { + uint32_t __reserved; +} __attribute__((packed)); + + +/* ---------------------------------------------------------------------- */ +/* Retrieve the list of exported USB devices. */ +#define OP_DEVLIST 0x05 +#define OP_REQ_DEVLIST (OP_REQUEST | OP_DEVLIST) +#define OP_REP_DEVLIST (OP_REPLY | OP_DEVLIST) + +struct op_devlist_request { +} __attribute__((packed)); + +struct op_devlist_reply { + uint32_t ndev; + /* followed by reply_extra[] */ +} __attribute__((packed)); + +struct op_devlist_reply_extra { + struct usbip_usb_device udev; + struct usbip_usb_interface uinf[]; +} __attribute__((packed)); + +#define PACK_OP_DEVLIST_REQUEST(pack, request) do {\ +} while (0) + +#define PACK_OP_DEVLIST_REPLY(pack, reply) do {\ + usbip_net_pack_uint32_t(pack, &(reply)->ndev);\ +} while (0) + +void usbip_net_pack_uint32_t(int pack, uint32_t *num); +void usbip_net_pack_uint16_t(int pack, uint16_t *num); +void usbip_net_pack_usb_device(int pack, struct usbip_usb_device *udev); +void usbip_net_pack_usb_interface(int pack, struct usbip_usb_interface *uinf); + +ssize_t usbip_net_recv(int sockfd, void *buff, size_t bufflen); +ssize_t usbip_net_send(int sockfd, void *buff, size_t bufflen); +int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status); +int usbip_net_recv_op_common(int sockfd, uint16_t *code); +int usbip_net_set_reuseaddr(int sockfd); +int usbip_net_set_nodelay(int sockfd); +int usbip_net_set_keepalive(int sockfd); +int usbip_net_set_v6only(int sockfd); +int usbip_net_tcp_connect(char *hostname, char *port); + +#endif /* __USBIP_NETWORK_H */ --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/src/usbip_port.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/src/usbip_port.c @@ -0,0 +1,57 @@ +/* + * Copyright (C) 2011 matt mooney + * 2005-2007 Takahiro Hirofuchi + * + * 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, either version 2 of the License, or + * (at your option) any later version. + * + * 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. + */ + +#include "vhci_driver.h" +#include "usbip_common.h" + +static int list_imported_devices(void) +{ + int i; + struct usbip_imported_device *idev; + int ret; + + ret = usbip_vhci_driver_open(); + if (ret < 0) { + err("open vhci_driver"); + return -1; + } + + printf("Imported USB devices\n"); + printf("====================\n"); + + for (i = 0; i < vhci_driver->nports; i++) { + idev = &vhci_driver->idev[i]; + + if (usbip_vhci_imported_device_dump(idev) < 0) + ret = -1; + } + + usbip_vhci_driver_close(); + + return ret; + +} + +int usbip_port_show(__attribute__((unused)) int argc, + __attribute__((unused)) char *argv[]) +{ + int ret; + + ret = list_imported_devices(); + if (ret < 0) + err("list imported devices"); + + return ret; +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/src/usbip_unbind.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/src/usbip_unbind.c @@ -0,0 +1,141 @@ +/* + * Copyright (C) 2011 matt mooney + * 2005-2007 Takahiro Hirofuchi + * + * 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, either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +#include + +#include +#include +#include + +#include + +#include "usbip_common.h" +#include "utils.h" +#include "usbip.h" +#include "sysfs_utils.h" + +static const char usbip_unbind_usage_string[] = + "usbip unbind \n" + " -b, --busid= Unbind " USBIP_HOST_DRV_NAME ".ko from " + "device on \n"; + +void usbip_unbind_usage(void) +{ + printf("usage: %s", usbip_unbind_usage_string); +} + +static int unbind_device(char *busid) +{ + char bus_type[] = "usb"; + int rc, ret = -1; + + char unbind_attr_name[] = "unbind"; + char unbind_attr_path[SYSFS_PATH_MAX]; + char rebind_attr_name[] = "rebind"; + char rebind_attr_path[SYSFS_PATH_MAX]; + + struct udev *udev; + struct udev_device *dev; + const char *driver; + + /* Create libudev context. */ + udev = udev_new(); + + /* Check whether the device with this bus ID exists. */ + dev = udev_device_new_from_subsystem_sysname(udev, "usb", busid); + if (!dev) { + err("device with the specified bus ID does not exist"); + goto err_close_udev; + } + + /* Check whether the device is using usbip-host driver. */ + driver = udev_device_get_driver(dev); + if (!driver || strcmp(driver, "usbip-host")) { + err("device is not bound to usbip-host driver"); + goto err_close_udev; + } + + /* Unbind device from driver. */ + snprintf(unbind_attr_path, sizeof(unbind_attr_path), "%s/%s/%s/%s/%s/%s", + SYSFS_MNT_PATH, SYSFS_BUS_NAME, bus_type, SYSFS_DRIVERS_NAME, + USBIP_HOST_DRV_NAME, unbind_attr_name); + + rc = write_sysfs_attribute(unbind_attr_path, busid, strlen(busid)); + if (rc < 0) { + err("error unbinding device %s from driver", busid); + goto err_close_udev; + } + + /* Notify driver of unbind. */ + rc = modify_match_busid(busid, 0); + if (rc < 0) { + err("unable to unbind device on %s", busid); + goto err_close_udev; + } + + /* Trigger new probing. */ + snprintf(rebind_attr_path, sizeof(unbind_attr_path), "%s/%s/%s/%s/%s/%s", + SYSFS_MNT_PATH, SYSFS_BUS_NAME, bus_type, SYSFS_DRIVERS_NAME, + USBIP_HOST_DRV_NAME, rebind_attr_name); + + rc = write_sysfs_attribute(rebind_attr_path, busid, strlen(busid)); + if (rc < 0) { + err("error rebinding"); + goto err_close_udev; + } + + ret = 0; + info("unbind device on busid %s: complete", busid); + +err_close_udev: + udev_device_unref(dev); + udev_unref(udev); + + return ret; +} + +int usbip_unbind(int argc, char *argv[]) +{ + static const struct option opts[] = { + { "busid", required_argument, NULL, 'b' }, + { NULL, 0, NULL, 0 } + }; + + int opt; + int ret = -1; + + for (;;) { + opt = getopt_long(argc, argv, "b:", opts, NULL); + + if (opt == -1) + break; + + switch (opt) { + case 'b': + ret = unbind_device(optarg); + goto out; + default: + goto err_out; + } + } + +err_out: + usbip_unbind_usage(); +out: + return ret; +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/src/usbipd.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/src/usbipd.c @@ -0,0 +1,679 @@ +/* + * Copyright (C) 2011 matt mooney + * 2005-2007 Takahiro Hirofuchi + * + * 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, either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +#ifdef HAVE_CONFIG_H +#include "../config.h" +#endif + +#define _GNU_SOURCE +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifdef HAVE_LIBWRAP +#include +#endif + +#include +#include +#include + +#include "usbip_host_driver.h" +#include "usbip_common.h" +#include "usbip_network.h" +#include "list.h" + +#undef PROGNAME +#define PROGNAME "usbipd" +#define MAXSOCKFD 20 + +#define MAIN_LOOP_TIMEOUT 10 + +#define DEFAULT_PID_FILE "/var/run/" PROGNAME ".pid" + +static const char usbip_version_string[] = PACKAGE_STRING; + +static const char usbipd_help_string[] = + "usage: usbipd [options]\n" + "\n" + " -4, --ipv4\n" + " Bind to IPv4. Default is both.\n" + "\n" + " -6, --ipv6\n" + " Bind to IPv6. Default is both.\n" + "\n" + " -D, --daemon\n" + " Run as a daemon process.\n" + "\n" + " -d, --debug\n" + " Print debugging information.\n" + "\n" + " -PFILE, --pid FILE\n" + " Write process id to FILE.\n" + " If no FILE specified, use " DEFAULT_PID_FILE "\n" + "\n" + " -tPORT, --tcp-port PORT\n" + " Listen on TCP/IP port PORT.\n" + "\n" + " -h, --help\n" + " Print this help.\n" + "\n" + " -v, --version\n" + " Show version.\n"; + +static void usbipd_help(void) +{ + printf("%s\n", usbipd_help_string); +} + +static int recv_request_import(int sockfd) +{ + struct op_import_request req; + struct op_common reply; + struct usbip_exported_device *edev; + struct usbip_usb_device pdu_udev; + struct list_head *i; + int found = 0; + int error = 0; + int rc; + + memset(&req, 0, sizeof(req)); + memset(&reply, 0, sizeof(reply)); + + rc = usbip_net_recv(sockfd, &req, sizeof(req)); + if (rc < 0) { + dbg("usbip_net_recv failed: import request"); + return -1; + } + PACK_OP_IMPORT_REQUEST(0, &req); + + list_for_each(i, &host_driver->edev_list) { + edev = list_entry(i, struct usbip_exported_device, node); + if (!strncmp(req.busid, edev->udev.busid, SYSFS_BUS_ID_SIZE)) { + info("found requested device: %s", req.busid); + found = 1; + break; + } + } + + if (found) { + /* should set TCP_NODELAY for usbip */ + usbip_net_set_nodelay(sockfd); + + /* export device needs a TCP/IP socket descriptor */ + rc = usbip_host_export_device(edev, sockfd); + if (rc < 0) + error = 1; + } else { + info("requested device not found: %s", req.busid); + error = 1; + } + + rc = usbip_net_send_op_common(sockfd, OP_REP_IMPORT, + (!error ? ST_OK : ST_NA)); + if (rc < 0) { + dbg("usbip_net_send_op_common failed: %#0x", OP_REP_IMPORT); + return -1; + } + + if (error) { + dbg("import request busid %s: failed", req.busid); + return -1; + } + + memcpy(&pdu_udev, &edev->udev, sizeof(pdu_udev)); + usbip_net_pack_usb_device(1, &pdu_udev); + + rc = usbip_net_send(sockfd, &pdu_udev, sizeof(pdu_udev)); + if (rc < 0) { + dbg("usbip_net_send failed: devinfo"); + return -1; + } + + dbg("import request busid %s: complete", req.busid); + + return 0; +} + +static int send_reply_devlist(int connfd) +{ + struct usbip_exported_device *edev; + struct usbip_usb_device pdu_udev; + struct usbip_usb_interface pdu_uinf; + struct op_devlist_reply reply; + struct list_head *j; + int rc, i; + + reply.ndev = 0; + /* number of exported devices */ + list_for_each(j, &host_driver->edev_list) { + reply.ndev += 1; + } + info("exportable devices: %d", reply.ndev); + + rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK); + if (rc < 0) { + dbg("usbip_net_send_op_common failed: %#0x", OP_REP_DEVLIST); + return -1; + } + PACK_OP_DEVLIST_REPLY(1, &reply); + + rc = usbip_net_send(connfd, &reply, sizeof(reply)); + if (rc < 0) { + dbg("usbip_net_send failed: %#0x", OP_REP_DEVLIST); + return -1; + } + + list_for_each(j, &host_driver->edev_list) { + edev = list_entry(j, struct usbip_exported_device, node); + dump_usb_device(&edev->udev); + memcpy(&pdu_udev, &edev->udev, sizeof(pdu_udev)); + usbip_net_pack_usb_device(1, &pdu_udev); + + rc = usbip_net_send(connfd, &pdu_udev, sizeof(pdu_udev)); + if (rc < 0) { + dbg("usbip_net_send failed: pdu_udev"); + return -1; + } + + for (i = 0; i < edev->udev.bNumInterfaces; i++) { + dump_usb_interface(&edev->uinf[i]); + memcpy(&pdu_uinf, &edev->uinf[i], sizeof(pdu_uinf)); + usbip_net_pack_usb_interface(1, &pdu_uinf); + + rc = usbip_net_send(connfd, &pdu_uinf, + sizeof(pdu_uinf)); + if (rc < 0) { + err("usbip_net_send failed: pdu_uinf"); + return -1; + } + } + } + + return 0; +} + +static int recv_request_devlist(int connfd) +{ + struct op_devlist_request req; + int rc; + + memset(&req, 0, sizeof(req)); + + rc = usbip_net_recv(connfd, &req, sizeof(req)); + if (rc < 0) { + dbg("usbip_net_recv failed: devlist request"); + return -1; + } + + rc = send_reply_devlist(connfd); + if (rc < 0) { + dbg("send_reply_devlist failed"); + return -1; + } + + return 0; +} + +static int recv_pdu(int connfd) +{ + uint16_t code = OP_UNSPEC; + int ret; + + ret = usbip_net_recv_op_common(connfd, &code); + if (ret < 0) { + dbg("could not receive opcode: %#0x", code); + return -1; + } + + ret = usbip_host_refresh_device_list(); + if (ret < 0) { + dbg("could not refresh device list: %d", ret); + return -1; + } + + info("received request: %#0x(%d)", code, connfd); + switch (code) { + case OP_REQ_DEVLIST: + ret = recv_request_devlist(connfd); + break; + case OP_REQ_IMPORT: + ret = recv_request_import(connfd); + break; + case OP_REQ_DEVINFO: + case OP_REQ_CRYPKEY: + default: + err("received an unknown opcode: %#0x", code); + ret = -1; + } + + if (ret == 0) + info("request %#0x(%d): complete", code, connfd); + else + info("request %#0x(%d): failed", code, connfd); + + return ret; +} + +#ifdef HAVE_LIBWRAP +static int tcpd_auth(int connfd) +{ + struct request_info request; + int rc; + + request_init(&request, RQ_DAEMON, PROGNAME, RQ_FILE, connfd, 0); + fromhost(&request); + rc = hosts_access(&request); + if (rc == 0) + return -1; + + return 0; +} +#endif + +static int do_accept(int listenfd) +{ + int connfd; + struct sockaddr_storage ss; + socklen_t len = sizeof(ss); + char host[NI_MAXHOST], port[NI_MAXSERV]; + int rc; + + memset(&ss, 0, sizeof(ss)); + + connfd = accept(listenfd, (struct sockaddr *)&ss, &len); + if (connfd < 0) { + err("failed to accept connection"); + return -1; + } + + rc = getnameinfo((struct sockaddr *)&ss, len, host, sizeof(host), + port, sizeof(port), NI_NUMERICHOST | NI_NUMERICSERV); + if (rc) + err("getnameinfo: %s", gai_strerror(rc)); + +#ifdef HAVE_LIBWRAP + rc = tcpd_auth(connfd); + if (rc < 0) { + info("denied access from %s", host); + close(connfd); + return -1; + } +#endif + info("connection from %s:%s", host, port); + + return connfd; +} + +int process_request(int listenfd) +{ + pid_t childpid; + int connfd; + + connfd = do_accept(listenfd); + if (connfd < 0) + return -1; + childpid = fork(); + if (childpid == 0) { + close(listenfd); + recv_pdu(connfd); + exit(0); + } + close(connfd); + return 0; +} + +static void addrinfo_to_text(struct addrinfo *ai, char buf[], + const size_t buf_size) +{ + char hbuf[NI_MAXHOST]; + char sbuf[NI_MAXSERV]; + int rc; + + buf[0] = '\0'; + + rc = getnameinfo(ai->ai_addr, ai->ai_addrlen, hbuf, sizeof(hbuf), + sbuf, sizeof(sbuf), NI_NUMERICHOST | NI_NUMERICSERV); + if (rc) + err("getnameinfo: %s", gai_strerror(rc)); + + snprintf(buf, buf_size, "%s:%s", hbuf, sbuf); +} + +static int listen_all_addrinfo(struct addrinfo *ai_head, int sockfdlist[], + int maxsockfd) +{ + struct addrinfo *ai; + int ret, nsockfd = 0; + const size_t ai_buf_size = NI_MAXHOST + NI_MAXSERV + 2; + char ai_buf[ai_buf_size]; + + for (ai = ai_head; ai && nsockfd < maxsockfd; ai = ai->ai_next) { + int sock; + + addrinfo_to_text(ai, ai_buf, ai_buf_size); + dbg("opening %s", ai_buf); + sock = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol); + if (sock < 0) { + err("socket: %s: %d (%s)", + ai_buf, errno, strerror(errno)); + continue; + } + + usbip_net_set_reuseaddr(sock); + usbip_net_set_nodelay(sock); + /* We use seperate sockets for IPv4 and IPv6 + * (see do_standalone_mode()) */ + usbip_net_set_v6only(sock); + + if (sock >= FD_SETSIZE) { + err("FD_SETSIZE: %s: sock=%d, max=%d", + ai_buf, sock, FD_SETSIZE); + close(sock); + continue; + } + + ret = bind(sock, ai->ai_addr, ai->ai_addrlen); + if (ret < 0) { + err("bind: %s: %d (%s)", + ai_buf, errno, strerror(errno)); + close(sock); + continue; + } + + ret = listen(sock, SOMAXCONN); + if (ret < 0) { + err("listen: %s: %d (%s)", + ai_buf, errno, strerror(errno)); + close(sock); + continue; + } + + info("listening on %s", ai_buf); + sockfdlist[nsockfd++] = sock; + } + + return nsockfd; +} + +static struct addrinfo *do_getaddrinfo(char *host, int ai_family) +{ + struct addrinfo hints, *ai_head; + int rc; + + memset(&hints, 0, sizeof(hints)); + hints.ai_family = ai_family; + hints.ai_socktype = SOCK_STREAM; + hints.ai_flags = AI_PASSIVE; + + rc = getaddrinfo(host, usbip_port_string, &hints, &ai_head); + if (rc) { + err("failed to get a network address %s: %s", usbip_port_string, + gai_strerror(rc)); + return NULL; + } + + return ai_head; +} + +static void signal_handler(int i) +{ + dbg("received '%s' signal", strsignal(i)); +} + +static void set_signal(void) +{ + struct sigaction act; + + memset(&act, 0, sizeof(act)); + act.sa_handler = signal_handler; + sigemptyset(&act.sa_mask); + sigaction(SIGTERM, &act, NULL); + sigaction(SIGINT, &act, NULL); + act.sa_handler = SIG_IGN; + sigaction(SIGCLD, &act, NULL); +} + +static const char *pid_file; + +static void write_pid_file(void) +{ + if (pid_file) { + dbg("creating pid file %s", pid_file); + FILE *fp; + + fp = fopen(pid_file, "w"); + if (!fp) { + err("pid_file: %s: %d (%s)", + pid_file, errno, strerror(errno)); + return; + } + fprintf(fp, "%d\n", getpid()); + fclose(fp); + } +} + +static void remove_pid_file(void) +{ + if (pid_file) { + dbg("removing pid file %s", pid_file); + unlink(pid_file); + } +} + +static int do_standalone_mode(int daemonize, int ipv4, int ipv6) +{ + struct addrinfo *ai_head; + int sockfdlist[MAXSOCKFD]; + int nsockfd, family; + int i, terminate; + struct pollfd *fds; + struct timespec timeout; + sigset_t sigmask; + + if (usbip_host_driver_open()) { + err("please load " USBIP_CORE_MOD_NAME ".ko and " + USBIP_HOST_DRV_NAME ".ko!"); + return -1; + } + + if (daemonize) { + if (daemon(0, 0) < 0) { + err("daemonizing failed: %s", strerror(errno)); + usbip_host_driver_close(); + return -1; + } + umask(0); + usbip_use_syslog = 1; + } + set_signal(); + write_pid_file(); + + info("starting " PROGNAME " (%s)", usbip_version_string); + + /* + * To suppress warnings on systems with bindv6only disabled + * (default), we use seperate sockets for IPv6 and IPv4 and set + * IPV6_V6ONLY on the IPv6 sockets. + */ + if (ipv4 && ipv6) + family = AF_UNSPEC; + else if (ipv4) + family = AF_INET; + else + family = AF_INET6; + + ai_head = do_getaddrinfo(NULL, family); + if (!ai_head) { + usbip_host_driver_close(); + return -1; + } + nsockfd = listen_all_addrinfo(ai_head, sockfdlist, + sizeof(sockfdlist) / sizeof(*sockfdlist)); + freeaddrinfo(ai_head); + if (nsockfd <= 0) { + err("failed to open a listening socket"); + usbip_host_driver_close(); + return -1; + } + + dbg("listening on %d address%s", nsockfd, (nsockfd == 1) ? "" : "es"); + + fds = calloc(nsockfd, sizeof(struct pollfd)); + for (i = 0; i < nsockfd; i++) { + fds[i].fd = sockfdlist[i]; + fds[i].events = POLLIN; + } + timeout.tv_sec = MAIN_LOOP_TIMEOUT; + timeout.tv_nsec = 0; + + sigfillset(&sigmask); + sigdelset(&sigmask, SIGTERM); + sigdelset(&sigmask, SIGINT); + + terminate = 0; + while (!terminate) { + int r; + + r = ppoll(fds, nsockfd, &timeout, &sigmask); + if (r < 0) { + dbg("%s", strerror(errno)); + terminate = 1; + } else if (r) { + for (i = 0; i < nsockfd; i++) { + if (fds[i].revents & POLLIN) { + dbg("read event on fd[%d]=%d", + i, sockfdlist[i]); + process_request(sockfdlist[i]); + } + } + } else { + dbg("heartbeat timeout on ppoll()"); + } + } + + info("shutting down " PROGNAME); + free(fds); + usbip_host_driver_close(); + + return 0; +} + +int main(int argc, char *argv[]) +{ + static const struct option longopts[] = { + { "ipv4", no_argument, NULL, '4' }, + { "ipv6", no_argument, NULL, '6' }, + { "daemon", no_argument, NULL, 'D' }, + { "daemon", no_argument, NULL, 'D' }, + { "debug", no_argument, NULL, 'd' }, + { "pid", optional_argument, NULL, 'P' }, + { "tcp-port", required_argument, NULL, 't' }, + { "help", no_argument, NULL, 'h' }, + { "version", no_argument, NULL, 'v' }, + { NULL, 0, NULL, 0 } + }; + + enum { + cmd_standalone_mode = 1, + cmd_help, + cmd_version + } cmd; + + int daemonize = 0; + int ipv4 = 0, ipv6 = 0; + int opt, rc = -1; + + pid_file = NULL; + + usbip_use_stderr = 1; + usbip_use_syslog = 0; + + if (geteuid() != 0) + err("not running as root?"); + + cmd = cmd_standalone_mode; + for (;;) { + opt = getopt_long(argc, argv, "46DdP::t:hv", longopts, NULL); + + if (opt == -1) + break; + + switch (opt) { + case '4': + ipv4 = 1; + break; + case '6': + ipv6 = 1; + break; + case 'D': + daemonize = 1; + break; + case 'd': + usbip_use_debug = 1; + break; + case 'h': + cmd = cmd_help; + break; + case 'P': + pid_file = optarg ? optarg : DEFAULT_PID_FILE; + break; + case 't': + usbip_setup_port_number(optarg); + break; + case 'v': + cmd = cmd_version; + break; + case '?': + usbipd_help(); + default: + goto err_out; + } + } + + if (!ipv4 && !ipv6) + ipv4 = ipv6 = 1; + + switch (cmd) { + case cmd_standalone_mode: + rc = do_standalone_mode(daemonize, ipv4, ipv6); + remove_pid_file(); + break; + case cmd_version: + printf(PROGNAME " (%s)\n", usbip_version_string); + rc = 0; + break; + case cmd_help: + usbipd_help(); + rc = 0; + break; + default: + usbipd_help(); + goto err_out; + } + +err_out: + return (rc > -1 ? EXIT_SUCCESS : EXIT_FAILURE); +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/src/utils.c +++ linux-lts-utopic-3.16.0/tools/usb/usbip/src/utils.c @@ -0,0 +1,52 @@ +/* + * Copyright (C) 2011 matt mooney + * 2005-2007 Takahiro Hirofuchi + * + * 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, either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +#include +#include +#include + +#include "usbip_common.h" +#include "utils.h" +#include "sysfs_utils.h" + +int modify_match_busid(char *busid, int add) +{ + char attr_name[] = "match_busid"; + char command[SYSFS_BUS_ID_SIZE + 4]; + char match_busid_attr_path[SYSFS_PATH_MAX]; + int rc; + + snprintf(match_busid_attr_path, sizeof(match_busid_attr_path), + "%s/%s/%s/%s/%s/%s", SYSFS_MNT_PATH, SYSFS_BUS_NAME, + SYSFS_BUS_TYPE, SYSFS_DRIVERS_NAME, USBIP_HOST_DRV_NAME, + attr_name); + + if (add) + snprintf(command, SYSFS_BUS_ID_SIZE + 4, "add %s", busid); + else + snprintf(command, SYSFS_BUS_ID_SIZE + 4, "del %s", busid); + + rc = write_sysfs_attribute(match_busid_attr_path, command, + sizeof(command)); + if (rc < 0) { + dbg("failed to write match_busid: %s", strerror(errno)); + return -1; + } + + return 0; +} --- linux-lts-utopic-3.16.0.orig/tools/usb/usbip/src/utils.h +++ linux-lts-utopic-3.16.0/tools/usb/usbip/src/utils.h @@ -0,0 +1,25 @@ +/* + * Copyright (C) 2011 matt mooney + * 2005-2007 Takahiro Hirofuchi + * + * 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, either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +#ifndef __UTILS_H +#define __UTILS_H + +int modify_match_busid(char *busid, int add); + +#endif /* __UTILS_H */ + --- linux-lts-utopic-3.16.0.orig/ubuntu/Kconfig +++ linux-lts-utopic-3.16.0/ubuntu/Kconfig @@ -0,0 +1,21 @@ +menu "Ubuntu Supplied Third-Party Device Drivers" + +# +# NOTE: to allow drivers to be added and removed without causing merge +# collisions you should add new entries in the middle of the six lines +# of ## at the bottom of the list. Always add three lines of ## above +# your new entry and maintain the six lines below. +# + +## +## +## +## +## +## +source "ubuntu/aufs/Kconfig" +## +## +## + +endmenu --- linux-lts-utopic-3.16.0.orig/ubuntu/Makefile +++ linux-lts-utopic-3.16.0/ubuntu/Makefile @@ -0,0 +1,21 @@ +# +# Makefile for the Linux kernel ubuntu supplied third-party device drivers. +# + +# +# NOTE: to allow drivers to be added and removed without causing merge +# collisions you should add new entries in the middle of the six lines +# of ## at the bottom of the list. Always add three lines of ## above +# your new entry and maintain the six lines below. +# + +## +## +## +obj-$(CONFIG_AUFS_FS) += aufs/ +## +## +## + +# This is a stupid trick to get kbuild to create ubuntu/built-in.o +obj- += foo.o --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs-update +++ linux-lts-utopic-3.16.0/ubuntu/aufs-update @@ -0,0 +1,52 @@ +#!/bin/bash +# +# NOTE: See aufs/BOM.UPDATING for instructions on how to use this updater. +# + +if [ "$#" -ne 1 ]; then + echo "Usage: $0 " 1>&2 + exit 1 +fi +aufs="$1" + +# Get the current tip name +{ + read x url + read x o_log_sha1 + read x o_tip_sha1 +} . + */ + +/* + * all header files + */ + +#ifndef __AUFS_H__ +#define __AUFS_H__ + +#ifdef __KERNEL__ + +#define AuStub(type, name, body, ...) \ + static inline type name(__VA_ARGS__) { body; } + +#define AuStubVoid(name, ...) \ + AuStub(void, name, , __VA_ARGS__) +#define AuStubInt0(name, ...) \ + AuStub(int, name, return 0, __VA_ARGS__) + +#include "debug.h" + +#include "branch.h" +#include "cpup.h" +#include "dcsub.h" +#include "dbgaufs.h" +#include "dentry.h" +#include "dir.h" +#include "dynop.h" +#include "file.h" +#include "fstype.h" +#include "inode.h" +#include "loop.h" +#include "module.h" +#include "opts.h" +#include "rwsem.h" +#include "spl.h" +#include "super.h" +#include "sysaufs.h" +#include "vfsub.h" +#include "whout.h" +#include "wkq.h" + +#endif /* __KERNEL__ */ +#endif /* __AUFS_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/branch.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/branch.c @@ -0,0 +1,1220 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * branch management + */ + +#include +#include +#include "aufs.h" + +/* + * free a single branch + */ + +/* prohibit rmdir to the root of the branch */ +/* todo: another new flag? */ +static void au_br_dflags_force(struct au_branch *br) +{ + struct dentry *h_dentry; + + h_dentry = au_br_dentry(br); + spin_lock(&h_dentry->d_lock); + br->br_dflags = h_dentry->d_flags & DCACHE_MOUNTED; + h_dentry->d_flags |= DCACHE_MOUNTED; + spin_unlock(&h_dentry->d_lock); +} + +/* restore its d_flags */ +static void au_br_dflags_restore(struct au_branch *br) +{ + struct dentry *h_dentry; + + if (br->br_dflags) + return; + + h_dentry = au_br_dentry(br); + spin_lock(&h_dentry->d_lock); + h_dentry->d_flags &= ~DCACHE_MOUNTED; + spin_unlock(&h_dentry->d_lock); +} + +static void au_br_do_free(struct au_branch *br) +{ + int i; + struct au_wbr *wbr; + struct au_dykey **key; + + au_hnotify_fin_br(br); + + if (br->br_xino.xi_file) + fput(br->br_xino.xi_file); + mutex_destroy(&br->br_xino.xi_nondir_mtx); + + AuDebugOn(atomic_read(&br->br_count)); + + wbr = br->br_wbr; + if (wbr) { + for (i = 0; i < AuBrWh_Last; i++) + dput(wbr->wbr_wh[i]); + AuDebugOn(atomic_read(&wbr->wbr_wh_running)); + AuRwDestroy(&wbr->wbr_wh_rwsem); + } + + key = br->br_dykey; + for (i = 0; i < AuBrDynOp; i++, key++) + if (*key) + au_dy_put(*key); + else + break; + + au_br_dflags_restore(br); + + /* recursive lock, s_umount of branch's */ + lockdep_off(); + path_put(&br->br_path); + lockdep_on(); + kfree(wbr); + kfree(br); +} + +/* + * frees all branches + */ +void au_br_free(struct au_sbinfo *sbinfo) +{ + aufs_bindex_t bmax; + struct au_branch **br; + + AuRwMustWriteLock(&sbinfo->si_rwsem); + + bmax = sbinfo->si_bend + 1; + br = sbinfo->si_branch; + while (bmax--) + au_br_do_free(*br++); +} + +/* + * find the index of a branch which is specified by @br_id. + */ +int au_br_index(struct super_block *sb, aufs_bindex_t br_id) +{ + aufs_bindex_t bindex, bend; + + bend = au_sbend(sb); + for (bindex = 0; bindex <= bend; bindex++) + if (au_sbr_id(sb, bindex) == br_id) + return bindex; + return -1; +} + +/* ---------------------------------------------------------------------- */ + +/* + * add a branch + */ + +static int test_overlap(struct super_block *sb, struct dentry *h_adding, + struct dentry *h_root) +{ + if (unlikely(h_adding == h_root + || au_test_loopback_overlap(sb, h_adding))) + return 1; + if (h_adding->d_sb != h_root->d_sb) + return 0; + return au_test_subdir(h_adding, h_root) + || au_test_subdir(h_root, h_adding); +} + +/* + * returns a newly allocated branch. @new_nbranch is a number of branches + * after adding a branch. + */ +static struct au_branch *au_br_alloc(struct super_block *sb, int new_nbranch, + int perm) +{ + struct au_branch *add_branch; + struct dentry *root; + int err; + + err = -ENOMEM; + root = sb->s_root; + add_branch = kmalloc(sizeof(*add_branch), GFP_NOFS); + if (unlikely(!add_branch)) + goto out; + + err = au_hnotify_init_br(add_branch, perm); + if (unlikely(err)) + goto out_br; + + add_branch->br_wbr = NULL; + if (au_br_writable(perm)) { + /* may be freed separately at changing the branch permission */ + add_branch->br_wbr = kmalloc(sizeof(*add_branch->br_wbr), + GFP_NOFS); + if (unlikely(!add_branch->br_wbr)) + goto out_hnotify; + } + + err = au_sbr_realloc(au_sbi(sb), new_nbranch); + if (!err) + err = au_di_realloc(au_di(root), new_nbranch); + if (!err) + err = au_ii_realloc(au_ii(root->d_inode), new_nbranch); + if (!err) + return add_branch; /* success */ + + kfree(add_branch->br_wbr); + +out_hnotify: + au_hnotify_fin_br(add_branch); +out_br: + kfree(add_branch); +out: + return ERR_PTR(err); +} + +/* + * test if the branch permission is legal or not. + */ +static int test_br(struct inode *inode, int brperm, char *path) +{ + int err; + + err = (au_br_writable(brperm) && IS_RDONLY(inode)); + if (!err) + goto out; + + err = -EINVAL; + pr_err("write permission for readonly mount or inode, %s\n", path); + +out: + return err; +} + +/* + * returns: + * 0: success, the caller will add it + * plus: success, it is already unified, the caller should ignore it + * minus: error + */ +static int test_add(struct super_block *sb, struct au_opt_add *add, int remount) +{ + int err; + aufs_bindex_t bend, bindex; + struct dentry *root; + struct inode *inode, *h_inode; + + root = sb->s_root; + bend = au_sbend(sb); + if (unlikely(bend >= 0 + && au_find_dbindex(root, add->path.dentry) >= 0)) { + err = 1; + if (!remount) { + err = -EINVAL; + pr_err("%s duplicated\n", add->pathname); + } + goto out; + } + + err = -ENOSPC; /* -E2BIG; */ + if (unlikely(AUFS_BRANCH_MAX <= add->bindex + || AUFS_BRANCH_MAX - 1 <= bend)) { + pr_err("number of branches exceeded %s\n", add->pathname); + goto out; + } + + err = -EDOM; + if (unlikely(add->bindex < 0 || bend + 1 < add->bindex)) { + pr_err("bad index %d\n", add->bindex); + goto out; + } + + inode = add->path.dentry->d_inode; + err = -ENOENT; + if (unlikely(!inode->i_nlink)) { + pr_err("no existence %s\n", add->pathname); + goto out; + } + + err = -EINVAL; + if (unlikely(inode->i_sb == sb)) { + pr_err("%s must be outside\n", add->pathname); + goto out; + } + + if (unlikely(au_test_fs_unsuppoted(inode->i_sb))) { + pr_err("unsupported filesystem, %s (%s)\n", + add->pathname, au_sbtype(inode->i_sb)); + goto out; + } + + err = test_br(add->path.dentry->d_inode, add->perm, add->pathname); + if (unlikely(err)) + goto out; + + if (bend < 0) + return 0; /* success */ + + err = -EINVAL; + for (bindex = 0; bindex <= bend; bindex++) + if (unlikely(test_overlap(sb, add->path.dentry, + au_h_dptr(root, bindex)))) { + pr_err("%s is overlapped\n", add->pathname); + goto out; + } + + err = 0; + if (au_opt_test(au_mntflags(sb), WARN_PERM)) { + h_inode = au_h_dptr(root, 0)->d_inode; + if ((h_inode->i_mode & S_IALLUGO) != (inode->i_mode & S_IALLUGO) + || !uid_eq(h_inode->i_uid, inode->i_uid) + || !gid_eq(h_inode->i_gid, inode->i_gid)) + pr_warn("uid/gid/perm %s %u/%u/0%o, %u/%u/0%o\n", + add->pathname, + i_uid_read(inode), i_gid_read(inode), + (inode->i_mode & S_IALLUGO), + i_uid_read(h_inode), i_gid_read(h_inode), + (h_inode->i_mode & S_IALLUGO)); + } + +out: + return err; +} + +/* + * initialize or clean the whiteouts for an adding branch + */ +static int au_br_init_wh(struct super_block *sb, struct au_branch *br, + int new_perm) +{ + int err, old_perm; + aufs_bindex_t bindex; + struct mutex *h_mtx; + struct au_wbr *wbr; + struct au_hinode *hdir; + + err = vfsub_mnt_want_write(au_br_mnt(br)); + if (unlikely(err)) + goto out; + + wbr = br->br_wbr; + old_perm = br->br_perm; + br->br_perm = new_perm; + hdir = NULL; + h_mtx = NULL; + bindex = au_br_index(sb, br->br_id); + if (0 <= bindex) { + hdir = au_hi(sb->s_root->d_inode, bindex); + au_hn_imtx_lock_nested(hdir, AuLsc_I_PARENT); + } else { + h_mtx = &au_br_dentry(br)->d_inode->i_mutex; + mutex_lock_nested(h_mtx, AuLsc_I_PARENT); + } + if (!wbr) + err = au_wh_init(br, sb); + else { + wbr_wh_write_lock(wbr); + err = au_wh_init(br, sb); + wbr_wh_write_unlock(wbr); + } + if (hdir) + au_hn_imtx_unlock(hdir); + else + mutex_unlock(h_mtx); + vfsub_mnt_drop_write(au_br_mnt(br)); + br->br_perm = old_perm; + + if (!err && wbr && !au_br_writable(new_perm)) { + kfree(wbr); + br->br_wbr = NULL; + } + +out: + return err; +} + +static int au_wbr_init(struct au_branch *br, struct super_block *sb, + int perm) +{ + int err; + struct kstatfs kst; + struct au_wbr *wbr; + + wbr = br->br_wbr; + au_rw_init(&wbr->wbr_wh_rwsem); + memset(wbr->wbr_wh, 0, sizeof(wbr->wbr_wh)); + atomic_set(&wbr->wbr_wh_running, 0); + wbr->wbr_bytes = 0; + + /* + * a limit for rmdir/rename a dir + * cf. AUFS_MAX_NAMELEN in include/uapi/linux/aufs_type.h + */ + err = vfs_statfs(&br->br_path, &kst); + if (unlikely(err)) + goto out; + err = -EINVAL; + if (kst.f_namelen >= NAME_MAX) + err = au_br_init_wh(sb, br, perm); + else + pr_err("%pd(%s), unsupported namelen %ld\n", + au_br_dentry(br), + au_sbtype(au_br_dentry(br)->d_sb), kst.f_namelen); + +out: + return err; +} + +/* intialize a new branch */ +static int au_br_init(struct au_branch *br, struct super_block *sb, + struct au_opt_add *add) +{ + int err; + + err = 0; + memset(&br->br_xino, 0, sizeof(br->br_xino)); + mutex_init(&br->br_xino.xi_nondir_mtx); + br->br_perm = add->perm; + BUILD_BUG_ON(sizeof(br->br_dflags) + != sizeof(br->br_path.dentry->d_flags)); + br->br_dflags = DCACHE_MOUNTED; + br->br_path = add->path; /* set first, path_get() later */ + spin_lock_init(&br->br_dykey_lock); + memset(br->br_dykey, 0, sizeof(br->br_dykey)); + atomic_set(&br->br_count, 0); + atomic_set(&br->br_xino_running, 0); + br->br_id = au_new_br_id(sb); + AuDebugOn(br->br_id < 0); + + if (au_br_writable(add->perm)) { + err = au_wbr_init(br, sb, add->perm); + if (unlikely(err)) + goto out_err; + } + + if (au_opt_test(au_mntflags(sb), XINO)) { + err = au_xino_br(sb, br, add->path.dentry->d_inode->i_ino, + au_sbr(sb, 0)->br_xino.xi_file, /*do_test*/1); + if (unlikely(err)) { + AuDebugOn(br->br_xino.xi_file); + goto out_err; + } + } + + sysaufs_br_init(br); + path_get(&br->br_path); + goto out; /* success */ + +out_err: + memset(&br->br_path, 0, sizeof(br->br_path)); +out: + return err; +} + +static void au_br_do_add_brp(struct au_sbinfo *sbinfo, aufs_bindex_t bindex, + struct au_branch *br, aufs_bindex_t bend, + aufs_bindex_t amount) +{ + struct au_branch **brp; + + AuRwMustWriteLock(&sbinfo->si_rwsem); + + brp = sbinfo->si_branch + bindex; + memmove(brp + 1, brp, sizeof(*brp) * amount); + *brp = br; + sbinfo->si_bend++; + if (unlikely(bend < 0)) + sbinfo->si_bend = 0; +} + +static void au_br_do_add_hdp(struct au_dinfo *dinfo, aufs_bindex_t bindex, + aufs_bindex_t bend, aufs_bindex_t amount) +{ + struct au_hdentry *hdp; + + AuRwMustWriteLock(&dinfo->di_rwsem); + + hdp = dinfo->di_hdentry + bindex; + memmove(hdp + 1, hdp, sizeof(*hdp) * amount); + au_h_dentry_init(hdp); + dinfo->di_bend++; + if (unlikely(bend < 0)) + dinfo->di_bstart = 0; +} + +static void au_br_do_add_hip(struct au_iinfo *iinfo, aufs_bindex_t bindex, + aufs_bindex_t bend, aufs_bindex_t amount) +{ + struct au_hinode *hip; + + AuRwMustWriteLock(&iinfo->ii_rwsem); + + hip = iinfo->ii_hinode + bindex; + memmove(hip + 1, hip, sizeof(*hip) * amount); + hip->hi_inode = NULL; + au_hn_init(hip); + iinfo->ii_bend++; + if (unlikely(bend < 0)) + iinfo->ii_bstart = 0; +} + +static void au_br_do_add(struct super_block *sb, struct au_branch *br, + aufs_bindex_t bindex) +{ + struct dentry *root, *h_dentry; + struct inode *root_inode; + aufs_bindex_t bend, amount; + + au_br_dflags_force(br); + + root = sb->s_root; + root_inode = root->d_inode; + bend = au_sbend(sb); + amount = bend + 1 - bindex; + h_dentry = au_br_dentry(br); + au_sbilist_lock(); + au_br_do_add_brp(au_sbi(sb), bindex, br, bend, amount); + au_br_do_add_hdp(au_di(root), bindex, bend, amount); + au_br_do_add_hip(au_ii(root_inode), bindex, bend, amount); + au_set_h_dptr(root, bindex, dget(h_dentry)); + au_set_h_iptr(root_inode, bindex, au_igrab(h_dentry->d_inode), + /*flags*/0); + au_sbilist_unlock(); +} + +int au_br_add(struct super_block *sb, struct au_opt_add *add, int remount) +{ + int err; + aufs_bindex_t bend, add_bindex; + struct dentry *root, *h_dentry; + struct inode *root_inode; + struct au_branch *add_branch; + + root = sb->s_root; + root_inode = root->d_inode; + IMustLock(root_inode); + err = test_add(sb, add, remount); + if (unlikely(err < 0)) + goto out; + if (err) { + err = 0; + goto out; /* success */ + } + + bend = au_sbend(sb); + add_branch = au_br_alloc(sb, bend + 2, add->perm); + err = PTR_ERR(add_branch); + if (IS_ERR(add_branch)) + goto out; + + err = au_br_init(add_branch, sb, add); + if (unlikely(err)) { + au_br_do_free(add_branch); + goto out; + } + + add_bindex = add->bindex; + if (!remount) + au_br_do_add(sb, add_branch, add_bindex); + else { + sysaufs_brs_del(sb, add_bindex); + au_br_do_add(sb, add_branch, add_bindex); + sysaufs_brs_add(sb, add_bindex); + } + + h_dentry = add->path.dentry; + if (!add_bindex) { + au_cpup_attr_all(root_inode, /*force*/1); + sb->s_maxbytes = h_dentry->d_sb->s_maxbytes; + } else + au_add_nlink(root_inode, h_dentry->d_inode); + + /* + * this test/set prevents aufs from handling unnecesary notify events + * of xino files, in case of re-adding a writable branch which was + * once detached from aufs. + */ + if (au_xino_brid(sb) < 0 + && au_br_writable(add_branch->br_perm) + && !au_test_fs_bad_xino(h_dentry->d_sb) + && add_branch->br_xino.xi_file + && add_branch->br_xino.xi_file->f_dentry->d_parent == h_dentry) + au_xino_brid_set(sb, add_branch->br_id); + +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* + * delete a branch + */ + +/* to show the line number, do not make it inlined function */ +#define AuVerbose(do_info, fmt, ...) do { \ + if (do_info) \ + pr_info(fmt, ##__VA_ARGS__); \ +} while (0) + +static int au_test_ibusy(struct inode *inode, aufs_bindex_t bstart, + aufs_bindex_t bend) +{ + return (inode && !S_ISDIR(inode->i_mode)) || bstart == bend; +} + +static int au_test_dbusy(struct dentry *dentry, aufs_bindex_t bstart, + aufs_bindex_t bend) +{ + return au_test_ibusy(dentry->d_inode, bstart, bend); +} + +/* + * test if the branch is deletable or not. + */ +static int test_dentry_busy(struct dentry *root, aufs_bindex_t bindex, + unsigned int sigen, const unsigned int verbose) +{ + int err, i, j, ndentry; + aufs_bindex_t bstart, bend; + struct au_dcsub_pages dpages; + struct au_dpage *dpage; + struct dentry *d; + + err = au_dpages_init(&dpages, GFP_NOFS); + if (unlikely(err)) + goto out; + err = au_dcsub_pages(&dpages, root, NULL, NULL); + if (unlikely(err)) + goto out_dpages; + + for (i = 0; !err && i < dpages.ndpage; i++) { + dpage = dpages.dpages + i; + ndentry = dpage->ndentry; + for (j = 0; !err && j < ndentry; j++) { + d = dpage->dentries[j]; + AuDebugOn(!d_count(d)); + if (!au_digen_test(d, sigen)) { + di_read_lock_child(d, AuLock_IR); + if (unlikely(au_dbrange_test(d))) { + di_read_unlock(d, AuLock_IR); + continue; + } + } else { + di_write_lock_child(d); + if (unlikely(au_dbrange_test(d))) { + di_write_unlock(d); + continue; + } + err = au_reval_dpath(d, sigen); + if (!err) + di_downgrade_lock(d, AuLock_IR); + else { + di_write_unlock(d); + break; + } + } + + /* AuDbgDentry(d); */ + bstart = au_dbstart(d); + bend = au_dbend(d); + if (bstart <= bindex + && bindex <= bend + && au_h_dptr(d, bindex) + && au_test_dbusy(d, bstart, bend)) { + err = -EBUSY; + AuVerbose(verbose, "busy %pd\n", d); + AuDbgDentry(d); + } + di_read_unlock(d, AuLock_IR); + } + } + +out_dpages: + au_dpages_free(&dpages); +out: + return err; +} + +static int test_inode_busy(struct super_block *sb, aufs_bindex_t bindex, + unsigned int sigen, const unsigned int verbose) +{ + int err; + unsigned long long max, ull; + struct inode *i, **array; + aufs_bindex_t bstart, bend; + + array = au_iarray_alloc(sb, &max); + err = PTR_ERR(array); + if (IS_ERR(array)) + goto out; + + err = 0; + AuDbg("b%d\n", bindex); + for (ull = 0; !err && ull < max; ull++) { + i = array[ull]; + if (i->i_ino == AUFS_ROOT_INO) + continue; + + /* AuDbgInode(i); */ + if (au_iigen(i, NULL) == sigen) + ii_read_lock_child(i); + else { + ii_write_lock_child(i); + err = au_refresh_hinode_self(i); + au_iigen_dec(i); + if (!err) + ii_downgrade_lock(i); + else { + ii_write_unlock(i); + break; + } + } + + bstart = au_ibstart(i); + bend = au_ibend(i); + if (bstart <= bindex + && bindex <= bend + && au_h_iptr(i, bindex) + && au_test_ibusy(i, bstart, bend)) { + err = -EBUSY; + AuVerbose(verbose, "busy i%lu\n", i->i_ino); + AuDbgInode(i); + } + ii_read_unlock(i); + } + au_iarray_free(array, max); + +out: + return err; +} + +static int test_children_busy(struct dentry *root, aufs_bindex_t bindex, + const unsigned int verbose) +{ + int err; + unsigned int sigen; + + sigen = au_sigen(root->d_sb); + DiMustNoWaiters(root); + IiMustNoWaiters(root->d_inode); + di_write_unlock(root); + err = test_dentry_busy(root, bindex, sigen, verbose); + if (!err) + err = test_inode_busy(root->d_sb, bindex, sigen, verbose); + di_write_lock_child(root); /* aufs_write_lock() calls ..._child() */ + + return err; +} + +static void au_br_do_del_brp(struct au_sbinfo *sbinfo, + const aufs_bindex_t bindex, + const aufs_bindex_t bend) +{ + struct au_branch **brp, **p; + + AuRwMustWriteLock(&sbinfo->si_rwsem); + + brp = sbinfo->si_branch + bindex; + if (bindex < bend) + memmove(brp, brp + 1, sizeof(*brp) * (bend - bindex)); + sbinfo->si_branch[0 + bend] = NULL; + sbinfo->si_bend--; + + p = krealloc(sbinfo->si_branch, sizeof(*p) * bend, AuGFP_SBILIST); + if (p) + sbinfo->si_branch = p; + /* harmless error */ +} + +static void au_br_do_del_hdp(struct au_dinfo *dinfo, const aufs_bindex_t bindex, + const aufs_bindex_t bend) +{ + struct au_hdentry *hdp, *p; + + AuRwMustWriteLock(&dinfo->di_rwsem); + + hdp = dinfo->di_hdentry; + if (bindex < bend) + memmove(hdp + bindex, hdp + bindex + 1, + sizeof(*hdp) * (bend - bindex)); + hdp[0 + bend].hd_dentry = NULL; + dinfo->di_bend--; + + p = krealloc(hdp, sizeof(*p) * bend, AuGFP_SBILIST); + if (p) + dinfo->di_hdentry = p; + /* harmless error */ +} + +static void au_br_do_del_hip(struct au_iinfo *iinfo, const aufs_bindex_t bindex, + const aufs_bindex_t bend) +{ + struct au_hinode *hip, *p; + + AuRwMustWriteLock(&iinfo->ii_rwsem); + + hip = iinfo->ii_hinode + bindex; + if (bindex < bend) + memmove(hip, hip + 1, sizeof(*hip) * (bend - bindex)); + iinfo->ii_hinode[0 + bend].hi_inode = NULL; + au_hn_init(iinfo->ii_hinode + bend); + iinfo->ii_bend--; + + p = krealloc(iinfo->ii_hinode, sizeof(*p) * bend, AuGFP_SBILIST); + if (p) + iinfo->ii_hinode = p; + /* harmless error */ +} + +static void au_br_do_del(struct super_block *sb, aufs_bindex_t bindex, + struct au_branch *br) +{ + aufs_bindex_t bend; + struct au_sbinfo *sbinfo; + struct dentry *root, *h_root; + struct inode *inode, *h_inode; + struct au_hinode *hinode; + + SiMustWriteLock(sb); + + root = sb->s_root; + inode = root->d_inode; + sbinfo = au_sbi(sb); + bend = sbinfo->si_bend; + + h_root = au_h_dptr(root, bindex); + hinode = au_hi(inode, bindex); + h_inode = au_igrab(hinode->hi_inode); + au_hiput(hinode); + + au_sbilist_lock(); + au_br_do_del_brp(sbinfo, bindex, bend); + au_br_do_del_hdp(au_di(root), bindex, bend); + au_br_do_del_hip(au_ii(inode), bindex, bend); + au_sbilist_unlock(); + + dput(h_root); + iput(h_inode); + au_br_do_free(br); +} + +int au_br_del(struct super_block *sb, struct au_opt_del *del, int remount) +{ + int err, rerr, i; + unsigned int mnt_flags; + aufs_bindex_t bindex, bend, br_id; + unsigned char do_wh, verbose; + struct au_branch *br; + struct au_wbr *wbr; + + err = 0; + bindex = au_find_dbindex(sb->s_root, del->h_path.dentry); + if (bindex < 0) { + if (remount) + goto out; /* success */ + err = -ENOENT; + pr_err("%s no such branch\n", del->pathname); + goto out; + } + AuDbg("bindex b%d\n", bindex); + + err = -EBUSY; + mnt_flags = au_mntflags(sb); + verbose = !!au_opt_test(mnt_flags, VERBOSE); + bend = au_sbend(sb); + if (unlikely(!bend)) { + AuVerbose(verbose, "no more branches left\n"); + goto out; + } + br = au_sbr(sb, bindex); + AuDebugOn(!path_equal(&br->br_path, &del->h_path)); + i = atomic_read(&br->br_count); + if (unlikely(i)) { + AuVerbose(verbose, "%d file(s) opened\n", i); + goto out; + } + + wbr = br->br_wbr; + do_wh = wbr && (wbr->wbr_whbase || wbr->wbr_plink || wbr->wbr_orph); + if (do_wh) { + /* instead of WbrWhMustWriteLock(wbr) */ + SiMustWriteLock(sb); + for (i = 0; i < AuBrWh_Last; i++) { + dput(wbr->wbr_wh[i]); + wbr->wbr_wh[i] = NULL; + } + } + + err = test_children_busy(sb->s_root, bindex, verbose); + if (unlikely(err)) { + if (do_wh) + goto out_wh; + goto out; + } + + err = 0; + br_id = br->br_id; + if (!remount) + au_br_do_del(sb, bindex, br); + else { + sysaufs_brs_del(sb, bindex); + au_br_do_del(sb, bindex, br); + sysaufs_brs_add(sb, bindex); + } + + if (!bindex) { + au_cpup_attr_all(sb->s_root->d_inode, /*force*/1); + sb->s_maxbytes = au_sbr_sb(sb, 0)->s_maxbytes; + } else + au_sub_nlink(sb->s_root->d_inode, del->h_path.dentry->d_inode); + if (au_opt_test(mnt_flags, PLINK)) + au_plink_half_refresh(sb, br_id); + + if (au_xino_brid(sb) == br_id) + au_xino_brid_set(sb, -1); + goto out; /* success */ + +out_wh: + /* revert */ + rerr = au_br_init_wh(sb, br, br->br_perm); + if (rerr) + pr_warn("failed re-creating base whiteout, %s. (%d)\n", + del->pathname, rerr); +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +static int au_ibusy(struct super_block *sb, struct aufs_ibusy __user *arg) +{ + int err; + aufs_bindex_t bstart, bend; + struct aufs_ibusy ibusy; + struct inode *inode, *h_inode; + + err = -EPERM; + if (unlikely(!capable(CAP_SYS_ADMIN))) + goto out; + + err = copy_from_user(&ibusy, arg, sizeof(ibusy)); + if (!err) + err = !access_ok(VERIFY_WRITE, &arg->h_ino, sizeof(arg->h_ino)); + if (unlikely(err)) { + err = -EFAULT; + AuTraceErr(err); + goto out; + } + + err = -EINVAL; + si_read_lock(sb, AuLock_FLUSH); + if (unlikely(ibusy.bindex < 0 || ibusy.bindex > au_sbend(sb))) + goto out_unlock; + + err = 0; + ibusy.h_ino = 0; /* invalid */ + inode = ilookup(sb, ibusy.ino); + if (!inode + || inode->i_ino == AUFS_ROOT_INO + || is_bad_inode(inode)) + goto out_unlock; + + ii_read_lock_child(inode); + bstart = au_ibstart(inode); + bend = au_ibend(inode); + if (bstart <= ibusy.bindex && ibusy.bindex <= bend) { + h_inode = au_h_iptr(inode, ibusy.bindex); + if (h_inode && au_test_ibusy(inode, bstart, bend)) + ibusy.h_ino = h_inode->i_ino; + } + ii_read_unlock(inode); + iput(inode); + +out_unlock: + si_read_unlock(sb); + if (!err) { + err = __put_user(ibusy.h_ino, &arg->h_ino); + if (unlikely(err)) { + err = -EFAULT; + AuTraceErr(err); + } + } +out: + return err; +} + +long au_ibusy_ioctl(struct file *file, unsigned long arg) +{ + return au_ibusy(file->f_dentry->d_sb, (void __user *)arg); +} + +#ifdef CONFIG_COMPAT +long au_ibusy_compat_ioctl(struct file *file, unsigned long arg) +{ + return au_ibusy(file->f_dentry->d_sb, compat_ptr(arg)); +} +#endif + +/* ---------------------------------------------------------------------- */ + +/* + * change a branch permission + */ + +static void au_warn_ima(void) +{ +#ifdef CONFIG_IMA + /* since it doesn't support mark_files_ro() */ + AuWarn1("RW -> RO makes IMA to produce wrong message\n"); +#endif +} + +static int do_need_sigen_inc(int a, int b) +{ + return au_br_whable(a) && !au_br_whable(b); +} + +static int need_sigen_inc(int old, int new) +{ + return do_need_sigen_inc(old, new) + || do_need_sigen_inc(new, old); +} + +static unsigned long long au_farray_cb(void *a, + unsigned long long max __maybe_unused, + void *arg) +{ + unsigned long long n; + struct file **p, *f; + struct au_sphlhead *files; + struct au_finfo *finfo; + struct super_block *sb = arg; + + n = 0; + p = a; + files = &au_sbi(sb)->si_files; + spin_lock(&files->spin); + hlist_for_each_entry(finfo, &files->head, fi_hlist) { + f = finfo->fi_file; + if (file_count(f) + && !special_file(file_inode(f)->i_mode)) { + get_file(f); + *p++ = f; + n++; + AuDebugOn(n > max); + } + } + spin_unlock(&files->spin); + + return n; +} + +static struct file **au_farray_alloc(struct super_block *sb, + unsigned long long *max) +{ + *max = atomic_long_read(&au_sbi(sb)->si_nfiles); + return au_array_alloc(max, au_farray_cb, sb); +} + +static void au_farray_free(struct file **a, unsigned long long max) +{ + unsigned long long ull; + + for (ull = 0; ull < max; ull++) + if (a[ull]) + fput(a[ull]); + au_array_free(a); +} + +static int au_br_mod_files_ro(struct super_block *sb, aufs_bindex_t bindex) +{ + int err, do_warn; + unsigned int mnt_flags; + unsigned long long ull, max; + aufs_bindex_t br_id; + unsigned char verbose, writer; + struct file *file, *hf, **array; + struct inode *inode; + struct au_hfile *hfile; + + mnt_flags = au_mntflags(sb); + verbose = !!au_opt_test(mnt_flags, VERBOSE); + + array = au_farray_alloc(sb, &max); + err = PTR_ERR(array); + if (IS_ERR(array)) + goto out; + + do_warn = 0; + br_id = au_sbr_id(sb, bindex); + for (ull = 0; ull < max; ull++) { + file = array[ull]; + + /* AuDbg("%pD\n", file); */ + fi_read_lock(file); + if (unlikely(au_test_mmapped(file))) { + err = -EBUSY; + AuVerbose(verbose, "mmapped %pD\n", file); + AuDbgFile(file); + FiMustNoWaiters(file); + fi_read_unlock(file); + goto out_array; + } + + inode = file_inode(file); + hfile = &au_fi(file)->fi_htop; + hf = hfile->hf_file; + if (!S_ISREG(inode->i_mode) + || !(file->f_mode & FMODE_WRITE) + || hfile->hf_br->br_id != br_id + || !(hf->f_mode & FMODE_WRITE)) + array[ull] = NULL; + else { + do_warn = 1; + get_file(file); + } + + FiMustNoWaiters(file); + fi_read_unlock(file); + fput(file); + } + + err = 0; + if (do_warn) + au_warn_ima(); + + for (ull = 0; ull < max; ull++) { + file = array[ull]; + if (!file) + continue; + + /* todo: already flushed? */ + /* + * fs/super.c:mark_files_ro() is gone, but aufs keeps its + * approach which resets f_mode and calls mnt_drop_write() and + * file_release_write() for each file, because the branch + * attribute in aufs world is totally different from the native + * fs rw/ro mode. + */ + /* fi_read_lock(file); */ + hfile = &au_fi(file)->fi_htop; + hf = hfile->hf_file; + /* fi_read_unlock(file); */ + spin_lock(&hf->f_lock); + writer = !!(hf->f_mode & FMODE_WRITER); + hf->f_mode &= ~(FMODE_WRITE | FMODE_WRITER); + spin_unlock(&hf->f_lock); + if (writer) { + put_write_access(file_inode(hf)); + __mnt_drop_write(hf->f_path.mnt); + } + } + +out_array: + au_farray_free(array, max); +out: + AuTraceErr(err); + return err; +} + +int au_br_mod(struct super_block *sb, struct au_opt_mod *mod, int remount, + int *do_refresh) +{ + int err, rerr; + aufs_bindex_t bindex; + struct dentry *root; + struct au_branch *br; + + root = sb->s_root; + bindex = au_find_dbindex(root, mod->h_root); + if (bindex < 0) { + if (remount) + return 0; /* success */ + err = -ENOENT; + pr_err("%s no such branch\n", mod->path); + goto out; + } + AuDbg("bindex b%d\n", bindex); + + err = test_br(mod->h_root->d_inode, mod->perm, mod->path); + if (unlikely(err)) + goto out; + + br = au_sbr(sb, bindex); + AuDebugOn(mod->h_root != au_br_dentry(br)); + if (br->br_perm == mod->perm) + return 0; /* success */ + + if (au_br_writable(br->br_perm)) { + /* remove whiteout base */ + err = au_br_init_wh(sb, br, mod->perm); + if (unlikely(err)) + goto out; + + if (!au_br_writable(mod->perm)) { + /* rw --> ro, file might be mmapped */ + DiMustNoWaiters(root); + IiMustNoWaiters(root->d_inode); + di_write_unlock(root); + err = au_br_mod_files_ro(sb, bindex); + /* aufs_write_lock() calls ..._child() */ + di_write_lock_child(root); + + if (unlikely(err)) { + rerr = -ENOMEM; + br->br_wbr = kmalloc(sizeof(*br->br_wbr), + GFP_NOFS); + if (br->br_wbr) + rerr = au_wbr_init(br, sb, br->br_perm); + if (unlikely(rerr)) { + AuIOErr("nested error %d (%d)\n", + rerr, err); + br->br_perm = mod->perm; + } + } + } + } else if (au_br_writable(mod->perm)) { + /* ro --> rw */ + err = -ENOMEM; + br->br_wbr = kmalloc(sizeof(*br->br_wbr), GFP_NOFS); + if (br->br_wbr) { + err = au_wbr_init(br, sb, mod->perm); + if (unlikely(err)) { + kfree(br->br_wbr); + br->br_wbr = NULL; + } + } + } + + if (!err) { + if ((br->br_perm & AuBrAttr_UNPIN) + && !(mod->perm & AuBrAttr_UNPIN)) + au_br_dflags_force(br); + else if (!(br->br_perm & AuBrAttr_UNPIN) + && (mod->perm & AuBrAttr_UNPIN)) + au_br_dflags_restore(br); + *do_refresh |= need_sigen_inc(br->br_perm, mod->perm); + br->br_perm = mod->perm; + } + +out: + AuTraceErr(err); + return err; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/branch.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/branch.h @@ -0,0 +1,288 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * branch filesystems and xino for them + */ + +#ifndef __AUFS_BRANCH_H__ +#define __AUFS_BRANCH_H__ + +#ifdef __KERNEL__ + +#include +#include "dynop.h" +#include "rwsem.h" +#include "super.h" + +/* ---------------------------------------------------------------------- */ + +/* a xino file */ +struct au_xino_file { + struct file *xi_file; + struct mutex xi_nondir_mtx; + + /* todo: make xino files an array to support huge inode number */ + +#ifdef CONFIG_DEBUG_FS + struct dentry *xi_dbgaufs; +#endif +}; + +/* members for writable branch only */ +enum {AuBrWh_BASE, AuBrWh_PLINK, AuBrWh_ORPH, AuBrWh_Last}; +struct au_wbr { + struct au_rwsem wbr_wh_rwsem; + struct dentry *wbr_wh[AuBrWh_Last]; + atomic_t wbr_wh_running; +#define wbr_whbase wbr_wh[AuBrWh_BASE] /* whiteout base */ +#define wbr_plink wbr_wh[AuBrWh_PLINK] /* pseudo-link dir */ +#define wbr_orph wbr_wh[AuBrWh_ORPH] /* dir for orphans */ + + /* mfs mode */ + unsigned long long wbr_bytes; +}; + +/* ext2 has 3 types of operations at least, ext3 has 4 */ +#define AuBrDynOp (AuDyLast * 4) + +#ifdef CONFIG_AUFS_HFSNOTIFY +/* support for asynchronous destruction */ +struct au_br_hfsnotify { + struct fsnotify_group *hfsn_group; +}; +#endif + +/* sysfs entries */ +struct au_brsysfs { + char name[16]; + struct attribute attr; +}; + +enum { + AuBrSysfs_BR, + AuBrSysfs_BRID, + AuBrSysfs_Last +}; + +/* protected by superblock rwsem */ +struct au_branch { + struct au_xino_file br_xino; + + aufs_bindex_t br_id; + + int br_perm; + unsigned int br_dflags; + struct path br_path; + spinlock_t br_dykey_lock; + struct au_dykey *br_dykey[AuBrDynOp]; + atomic_t br_count; + + struct au_wbr *br_wbr; + + /* xino truncation */ + atomic_t br_xino_running; + +#ifdef CONFIG_AUFS_HFSNOTIFY + struct au_br_hfsnotify *br_hfsn; +#endif + +#ifdef CONFIG_SYSFS + /* entries under sysfs per mount-point */ + struct au_brsysfs br_sysfs[AuBrSysfs_Last]; +#endif +}; + +/* ---------------------------------------------------------------------- */ + +static inline struct vfsmount *au_br_mnt(struct au_branch *br) +{ + return br->br_path.mnt; +} + +static inline struct dentry *au_br_dentry(struct au_branch *br) +{ + return br->br_path.dentry; +} + +static inline struct super_block *au_br_sb(struct au_branch *br) +{ + return au_br_mnt(br)->mnt_sb; +} + +/* branch permissions and attributes */ +#define AuBrPerm_RW 1 /* writable, hardlinkable wh */ +#define AuBrPerm_RO (1 << 1) /* readonly */ +#define AuBrPerm_RR (1 << 2) /* natively readonly */ +#define AuBrPerm_Mask (AuBrPerm_RW | AuBrPerm_RO | AuBrPerm_RR) + +#define AuBrAttr_COO_REG (1 << 3) /* copy-up on open */ +#define AuBrAttr_COO_ALL (1 << 4) +#define AuBrAttr_COO_Mask (AuBrAttr_COO_REG | AuBrAttr_COO_ALL) + +#define AuBrAttr_UNPIN (1 << 5) /* rename-able top dir of + branch */ + +#define AuBrRAttr_WH (1 << 6) /* whiteout-able */ +#define AuBrRAttr_Mask AuBrRAttr_WH + +#define AuBrWAttr_NoLinkWH (1 << 7) /* un-hardlinkable whiteouts */ +#define AuBrWAttr_MOO (1 << 8) /* move-up on open */ +#define AuBrWAttr_Mask (AuBrWAttr_NoLinkWH | AuBrWAttr_MOO) + +#define AuBrAttr_CMOO_Mask (AuBrAttr_COO_Mask | AuBrWAttr_MOO) + +/* the longest combination */ +#define AuBrPermStrSz sizeof(AUFS_BRPERM_RW \ + "+" AUFS_BRATTR_COO_REG \ + "+" AUFS_BRATTR_UNPIN \ + "+" AUFS_BRWATTR_NLWH) + +typedef struct { + char a[AuBrPermStrSz]; +} au_br_perm_str_t; + +static inline int au_br_writable(int brperm) +{ + return brperm & AuBrPerm_RW; +} + +static inline int au_br_whable(int brperm) +{ + return brperm & (AuBrPerm_RW | AuBrRAttr_WH); +} + +static inline int au_br_wh_linkable(int brperm) +{ + return !(brperm & AuBrWAttr_NoLinkWH); +} + +static inline int au_br_rdonly(struct au_branch *br) +{ + return ((au_br_sb(br)->s_flags & MS_RDONLY) + || !au_br_writable(br->br_perm)) + ? -EROFS : 0; +} + +static inline int au_br_cmoo(int brperm) +{ + return brperm & AuBrAttr_CMOO_Mask; +} + +static inline int au_br_hnotifyable(int brperm __maybe_unused) +{ +#ifdef CONFIG_AUFS_HNOTIFY + return !(brperm & AuBrPerm_RR); +#else + return 0; +#endif +} + +/* ---------------------------------------------------------------------- */ + +/* branch.c */ +struct au_sbinfo; +void au_br_free(struct au_sbinfo *sinfo); +int au_br_index(struct super_block *sb, aufs_bindex_t br_id); +struct au_opt_add; +int au_br_add(struct super_block *sb, struct au_opt_add *add, int remount); +struct au_opt_del; +int au_br_del(struct super_block *sb, struct au_opt_del *del, int remount); +long au_ibusy_ioctl(struct file *file, unsigned long arg); +#ifdef CONFIG_COMPAT +long au_ibusy_compat_ioctl(struct file *file, unsigned long arg); +#endif +struct au_opt_mod; +int au_br_mod(struct super_block *sb, struct au_opt_mod *mod, int remount, + int *do_refresh); + +/* xino.c */ +static const loff_t au_loff_max = LLONG_MAX; + +int au_xib_trunc(struct super_block *sb); +ssize_t xino_fread(au_readf_t func, struct file *file, void *buf, size_t size, + loff_t *pos); +ssize_t xino_fwrite(au_writef_t func, struct file *file, void *buf, size_t size, + loff_t *pos); +struct file *au_xino_create2(struct file *base_file, struct file *copy_src); +struct file *au_xino_create(struct super_block *sb, char *fname, int silent); +ino_t au_xino_new_ino(struct super_block *sb); +void au_xino_delete_inode(struct inode *inode, const int unlinked); +int au_xino_write(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, + ino_t ino); +int au_xino_read(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, + ino_t *ino); +int au_xino_br(struct super_block *sb, struct au_branch *br, ino_t hino, + struct file *base_file, int do_test); +int au_xino_trunc(struct super_block *sb, aufs_bindex_t bindex); + +struct au_opt_xino; +int au_xino_set(struct super_block *sb, struct au_opt_xino *xino, int remount); +void au_xino_clr(struct super_block *sb); +struct file *au_xino_def(struct super_block *sb); +int au_xino_path(struct seq_file *seq, struct file *file); + +/* ---------------------------------------------------------------------- */ + +/* Superblock to branch */ +static inline +aufs_bindex_t au_sbr_id(struct super_block *sb, aufs_bindex_t bindex) +{ + return au_sbr(sb, bindex)->br_id; +} + +static inline +struct vfsmount *au_sbr_mnt(struct super_block *sb, aufs_bindex_t bindex) +{ + return au_br_mnt(au_sbr(sb, bindex)); +} + +static inline +struct super_block *au_sbr_sb(struct super_block *sb, aufs_bindex_t bindex) +{ + return au_br_sb(au_sbr(sb, bindex)); +} + +static inline void au_sbr_put(struct super_block *sb, aufs_bindex_t bindex) +{ + atomic_dec(&au_sbr(sb, bindex)->br_count); +} + +static inline int au_sbr_perm(struct super_block *sb, aufs_bindex_t bindex) +{ + return au_sbr(sb, bindex)->br_perm; +} + +static inline int au_sbr_whable(struct super_block *sb, aufs_bindex_t bindex) +{ + return au_br_whable(au_sbr_perm(sb, bindex)); +} + +/* ---------------------------------------------------------------------- */ + +/* + * wbr_wh_read_lock, wbr_wh_write_lock + * wbr_wh_read_unlock, wbr_wh_write_unlock, wbr_wh_downgrade_lock + */ +AuSimpleRwsemFuncs(wbr_wh, struct au_wbr *wbr, &wbr->wbr_wh_rwsem); + +#define WbrWhMustNoWaiters(wbr) AuRwMustNoWaiters(&wbr->wbr_wh_rwsem) +#define WbrWhMustAnyLock(wbr) AuRwMustAnyLock(&wbr->wbr_wh_rwsem) +#define WbrWhMustWriteLock(wbr) AuRwMustWriteLock(&wbr->wbr_wh_rwsem) + +#endif /* __KERNEL__ */ +#endif /* __AUFS_BRANCH_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/conf.mk +++ linux-lts-utopic-3.16.0/ubuntu/aufs/conf.mk @@ -0,0 +1,36 @@ + +AuConfStr = CONFIG_AUFS_FS=${CONFIG_AUFS_FS} + +define AuConf +ifdef ${1} +AuConfStr += ${1}=${${1}} +endif +endef + +AuConfAll = BRANCH_MAX_127 BRANCH_MAX_511 BRANCH_MAX_1023 BRANCH_MAX_32767 \ + SBILIST \ + HNOTIFY HFSNOTIFY \ + EXPORT INO_T_64 \ + RDU \ + SHWH \ + BR_RAMFS \ + BR_FUSE POLL \ + BR_HFSPLUS \ + BDEV_LOOP \ + DEBUG MAGIC_SYSRQ +$(foreach i, ${AuConfAll}, \ + $(eval $(call AuConf,CONFIG_AUFS_${i}))) + +AuConfName = ${obj}/conf.str +${AuConfName}.tmp: FORCE + @echo ${AuConfStr} | tr ' ' '\n' | sed -e 's/^/"/' -e 's/$$/\\n"/' > $@ +${AuConfName}: ${AuConfName}.tmp + @diff -q $< $@ > /dev/null 2>&1 || { \ + echo ' GEN ' $@; \ + cp -p $< $@; \ + } +FORCE: +clean-files += ${AuConfName} ${AuConfName}.tmp +${obj}/sysfs.o: ${AuConfName} + +-include ${srctree}/${src}/conf_priv.mk --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/cpup.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/cpup.c @@ -0,0 +1,1289 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * copy-up functions, see wbr_policy.c for copy-down + */ + +#include +#include +#include "aufs.h" + +void au_cpup_attr_flags(struct inode *dst, unsigned int iflags) +{ + const unsigned int mask = S_DEAD | S_SWAPFILE | S_PRIVATE + | S_NOATIME | S_NOCMTIME | S_AUTOMOUNT; + + BUILD_BUG_ON(sizeof(iflags) != sizeof(dst->i_flags)); + + dst->i_flags |= iflags & ~mask; + if (au_test_fs_notime(dst->i_sb)) + dst->i_flags |= S_NOATIME | S_NOCMTIME; +} + +void au_cpup_attr_timesizes(struct inode *inode) +{ + struct inode *h_inode; + + h_inode = au_h_iptr(inode, au_ibstart(inode)); + fsstack_copy_attr_times(inode, h_inode); + fsstack_copy_inode_size(inode, h_inode); +} + +void au_cpup_attr_nlink(struct inode *inode, int force) +{ + struct inode *h_inode; + struct super_block *sb; + aufs_bindex_t bindex, bend; + + sb = inode->i_sb; + bindex = au_ibstart(inode); + h_inode = au_h_iptr(inode, bindex); + if (!force + && !S_ISDIR(h_inode->i_mode) + && au_opt_test(au_mntflags(sb), PLINK) + && au_plink_test(inode)) + return; + + /* + * 0 can happen in revalidating. + * h_inode->i_mutex may not be held here, but it is harmless since once + * i_nlink reaches 0, it will never become positive except O_TMPFILE + * case. + * todo: O_TMPFILE+linkat(AT_SYMLINK_FOLLOW) bypassing aufs may cause + * the incorrect link count. + */ + set_nlink(inode, h_inode->i_nlink); + + /* + * fewer nlink makes find(1) noisy, but larger nlink doesn't. + * it may includes whplink directory. + */ + if (S_ISDIR(h_inode->i_mode)) { + bend = au_ibend(inode); + for (bindex++; bindex <= bend; bindex++) { + h_inode = au_h_iptr(inode, bindex); + if (h_inode) + au_add_nlink(inode, h_inode); + } + } +} + +void au_cpup_attr_changeable(struct inode *inode) +{ + struct inode *h_inode; + + h_inode = au_h_iptr(inode, au_ibstart(inode)); + inode->i_mode = h_inode->i_mode; + inode->i_uid = h_inode->i_uid; + inode->i_gid = h_inode->i_gid; + au_cpup_attr_timesizes(inode); + au_cpup_attr_flags(inode, h_inode->i_flags); +} + +void au_cpup_igen(struct inode *inode, struct inode *h_inode) +{ + struct au_iinfo *iinfo = au_ii(inode); + + IiMustWriteLock(inode); + + iinfo->ii_higen = h_inode->i_generation; + iinfo->ii_hsb1 = h_inode->i_sb; +} + +void au_cpup_attr_all(struct inode *inode, int force) +{ + struct inode *h_inode; + + h_inode = au_h_iptr(inode, au_ibstart(inode)); + au_cpup_attr_changeable(inode); + if (inode->i_nlink > 0) + au_cpup_attr_nlink(inode, force); + inode->i_rdev = h_inode->i_rdev; + inode->i_blkbits = h_inode->i_blkbits; + au_cpup_igen(inode, h_inode); +} + +/* ---------------------------------------------------------------------- */ + +/* Note: dt_dentry and dt_h_dentry are not dget/dput-ed */ + +/* keep the timestamps of the parent dir when cpup */ +void au_dtime_store(struct au_dtime *dt, struct dentry *dentry, + struct path *h_path) +{ + struct inode *h_inode; + + dt->dt_dentry = dentry; + dt->dt_h_path = *h_path; + h_inode = h_path->dentry->d_inode; + dt->dt_atime = h_inode->i_atime; + dt->dt_mtime = h_inode->i_mtime; + /* smp_mb(); */ +} + +void au_dtime_revert(struct au_dtime *dt) +{ + struct iattr attr; + int err; + + attr.ia_atime = dt->dt_atime; + attr.ia_mtime = dt->dt_mtime; + attr.ia_valid = ATTR_FORCE | ATTR_MTIME | ATTR_MTIME_SET + | ATTR_ATIME | ATTR_ATIME_SET; + + /* no delegation since this is a directory */ + err = vfsub_notify_change(&dt->dt_h_path, &attr, /*delegated*/NULL); + if (unlikely(err)) + pr_warn("restoring timestamps failed(%d). ignored\n", err); +} + +/* ---------------------------------------------------------------------- */ + +/* internal use only */ +struct au_cpup_reg_attr { + int valid; + struct kstat st; + unsigned int iflags; /* inode->i_flags */ +}; + +static noinline_for_stack +int cpup_iattr(struct dentry *dst, aufs_bindex_t bindex, struct dentry *h_src, + struct au_cpup_reg_attr *h_src_attr) +{ + int err, sbits; + struct iattr ia; + struct path h_path; + struct inode *h_isrc, *h_idst; + struct kstat *h_st; + + h_path.dentry = au_h_dptr(dst, bindex); + h_idst = h_path.dentry->d_inode; + h_path.mnt = au_sbr_mnt(dst->d_sb, bindex); + h_isrc = h_src->d_inode; + ia.ia_valid = ATTR_FORCE | ATTR_UID | ATTR_GID + | ATTR_ATIME | ATTR_MTIME + | ATTR_ATIME_SET | ATTR_MTIME_SET; + if (h_src_attr && h_src_attr->valid) { + h_st = &h_src_attr->st; + ia.ia_uid = h_st->uid; + ia.ia_gid = h_st->gid; + ia.ia_atime = h_st->atime; + ia.ia_mtime = h_st->mtime; + if (h_idst->i_mode != h_st->mode + && !S_ISLNK(h_idst->i_mode)) { + ia.ia_valid |= ATTR_MODE; + ia.ia_mode = h_st->mode; + } + sbits = !!(h_st->mode & (S_ISUID | S_ISGID)); + au_cpup_attr_flags(h_idst, h_src_attr->iflags); + } else { + ia.ia_uid = h_isrc->i_uid; + ia.ia_gid = h_isrc->i_gid; + ia.ia_atime = h_isrc->i_atime; + ia.ia_mtime = h_isrc->i_mtime; + if (h_idst->i_mode != h_isrc->i_mode + && !S_ISLNK(h_idst->i_mode)) { + ia.ia_valid |= ATTR_MODE; + ia.ia_mode = h_isrc->i_mode; + } + sbits = !!(h_isrc->i_mode & (S_ISUID | S_ISGID)); + au_cpup_attr_flags(h_idst, h_isrc->i_flags); + } + /* no delegation since it is just created */ + err = vfsub_notify_change(&h_path, &ia, /*delegated*/NULL); + + /* is this nfs only? */ + if (!err && sbits && au_test_nfs(h_path.dentry->d_sb)) { + ia.ia_valid = ATTR_FORCE | ATTR_MODE; + ia.ia_mode = h_isrc->i_mode; + err = vfsub_notify_change(&h_path, &ia, /*delegated*/NULL); + } + + return err; +} + +/* ---------------------------------------------------------------------- */ + +static int au_do_copy_file(struct file *dst, struct file *src, loff_t len, + char *buf, unsigned long blksize) +{ + int err; + size_t sz, rbytes, wbytes; + unsigned char all_zero; + char *p, *zp; + struct mutex *h_mtx; + /* reduce stack usage */ + struct iattr *ia; + + zp = page_address(ZERO_PAGE(0)); + if (unlikely(!zp)) + return -ENOMEM; /* possible? */ + + err = 0; + all_zero = 0; + while (len) { + AuDbg("len %lld\n", len); + sz = blksize; + if (len < blksize) + sz = len; + + rbytes = 0; + /* todo: signal_pending? */ + while (!rbytes || err == -EAGAIN || err == -EINTR) { + rbytes = vfsub_read_k(src, buf, sz, &src->f_pos); + err = rbytes; + } + if (unlikely(err < 0)) + break; + + all_zero = 0; + if (len >= rbytes && rbytes == blksize) + all_zero = !memcmp(buf, zp, rbytes); + if (!all_zero) { + wbytes = rbytes; + p = buf; + while (wbytes) { + size_t b; + + b = vfsub_write_k(dst, p, wbytes, &dst->f_pos); + err = b; + /* todo: signal_pending? */ + if (unlikely(err == -EAGAIN || err == -EINTR)) + continue; + if (unlikely(err < 0)) + break; + wbytes -= b; + p += b; + } + if (unlikely(err < 0)) + break; + } else { + loff_t res; + + AuLabel(hole); + res = vfsub_llseek(dst, rbytes, SEEK_CUR); + err = res; + if (unlikely(res < 0)) + break; + } + len -= rbytes; + err = 0; + } + + /* the last block may be a hole */ + if (!err && all_zero) { + AuLabel(last hole); + + err = 1; + if (au_test_nfs(dst->f_dentry->d_sb)) { + /* nfs requires this step to make last hole */ + /* is this only nfs? */ + do { + /* todo: signal_pending? */ + err = vfsub_write_k(dst, "\0", 1, &dst->f_pos); + } while (err == -EAGAIN || err == -EINTR); + if (err == 1) + dst->f_pos--; + } + + if (err == 1) { + ia = (void *)buf; + ia->ia_size = dst->f_pos; + ia->ia_valid = ATTR_SIZE | ATTR_FILE; + ia->ia_file = dst; + h_mtx = &file_inode(dst)->i_mutex; + mutex_lock_nested(h_mtx, AuLsc_I_CHILD2); + /* no delegation since it is just created */ + err = vfsub_notify_change(&dst->f_path, ia, + /*delegated*/NULL); + mutex_unlock(h_mtx); + } + } + + return err; +} + +int au_copy_file(struct file *dst, struct file *src, loff_t len) +{ + int err; + unsigned long blksize; + unsigned char do_kfree; + char *buf; + + err = -ENOMEM; + blksize = dst->f_dentry->d_sb->s_blocksize; + if (!blksize || PAGE_SIZE < blksize) + blksize = PAGE_SIZE; + AuDbg("blksize %lu\n", blksize); + do_kfree = (blksize != PAGE_SIZE && blksize >= sizeof(struct iattr *)); + if (do_kfree) + buf = kmalloc(blksize, GFP_NOFS); + else + buf = (void *)__get_free_page(GFP_NOFS); + if (unlikely(!buf)) + goto out; + + if (len > (1 << 22)) + AuDbg("copying a large file %lld\n", (long long)len); + + src->f_pos = 0; + dst->f_pos = 0; + err = au_do_copy_file(dst, src, len, buf, blksize); + if (do_kfree) + kfree(buf); + else + free_page((unsigned long)buf); + +out: + return err; +} + +/* + * to support a sparse file which is opened with O_APPEND, + * we need to close the file. + */ +static int au_cp_regular(struct au_cp_generic *cpg) +{ + int err, i; + enum { SRC, DST }; + struct { + aufs_bindex_t bindex; + unsigned int flags; + struct dentry *dentry; + int force_wr; + struct file *file; + void *label; + } *f, file[] = { + { + .bindex = cpg->bsrc, + .flags = O_RDONLY | O_NOATIME | O_LARGEFILE, + .label = &&out + }, + { + .bindex = cpg->bdst, + .flags = O_WRONLY | O_NOATIME | O_LARGEFILE, + .force_wr = !!au_ftest_cpup(cpg->flags, RWDST), + .label = &&out_src + } + }; + struct super_block *sb; + + /* bsrc branch can be ro/rw. */ + sb = cpg->dentry->d_sb; + f = file; + for (i = 0; i < 2; i++, f++) { + f->dentry = au_h_dptr(cpg->dentry, f->bindex); + f->file = au_h_open(cpg->dentry, f->bindex, f->flags, + /*file*/NULL, f->force_wr); + err = PTR_ERR(f->file); + if (IS_ERR(f->file)) + goto *f->label; + } + + /* try stopping to update while we copyup */ + IMustLock(file[SRC].dentry->d_inode); + err = au_copy_file(file[DST].file, file[SRC].file, cpg->len); + + fput(file[DST].file); + au_sbr_put(sb, file[DST].bindex); + +out_src: + fput(file[SRC].file); + au_sbr_put(sb, file[SRC].bindex); +out: + return err; +} + +static int au_do_cpup_regular(struct au_cp_generic *cpg, + struct au_cpup_reg_attr *h_src_attr) +{ + int err, rerr; + loff_t l; + struct path h_path; + struct inode *h_src_inode, *h_dst_inode; + + err = 0; + h_src_inode = au_h_iptr(cpg->dentry->d_inode, cpg->bsrc); + l = i_size_read(h_src_inode); + if (cpg->len == -1 || l < cpg->len) + cpg->len = l; + if (cpg->len) { + /* try stopping to update while we are referencing */ + mutex_lock_nested(&h_src_inode->i_mutex, AuLsc_I_CHILD); + au_pin_hdir_unlock(cpg->pin); + + h_path.dentry = au_h_dptr(cpg->dentry, cpg->bsrc); + h_path.mnt = au_sbr_mnt(cpg->dentry->d_sb, cpg->bsrc); + h_src_attr->iflags = h_src_inode->i_flags; + err = vfs_getattr(&h_path, &h_src_attr->st); + if (unlikely(err)) { + mutex_unlock(&h_src_inode->i_mutex); + goto out; + } + h_src_attr->valid = 1; + err = au_cp_regular(cpg); + mutex_unlock(&h_src_inode->i_mutex); + rerr = au_pin_hdir_relock(cpg->pin); + if (!err && rerr) + err = rerr; + } + if (!err && (h_src_inode->i_state & I_LINKABLE)) { + h_path.dentry = au_h_dptr(cpg->dentry, cpg->bdst); + h_dst_inode = h_path.dentry->d_inode; + spin_lock(&h_dst_inode->i_lock); + h_dst_inode->i_state |= I_LINKABLE; + spin_unlock(&h_dst_inode->i_lock); + } + +out: + return err; +} + +static int au_do_cpup_symlink(struct path *h_path, struct dentry *h_src, + struct inode *h_dir) +{ + int err, symlen; + mm_segment_t old_fs; + union { + char *k; + char __user *u; + } sym; + + err = -ENOSYS; + if (unlikely(!h_src->d_inode->i_op->readlink)) + goto out; + + err = -ENOMEM; + sym.k = (void *)__get_free_page(GFP_NOFS); + if (unlikely(!sym.k)) + goto out; + + /* unnecessary to support mmap_sem since symlink is not mmap-able */ + old_fs = get_fs(); + set_fs(KERNEL_DS); + symlen = h_src->d_inode->i_op->readlink(h_src, sym.u, PATH_MAX); + err = symlen; + set_fs(old_fs); + + if (symlen > 0) { + sym.k[symlen] = 0; + err = vfsub_symlink(h_dir, h_path, sym.k); + } + free_page((unsigned long)sym.k); + +out: + return err; +} + +static noinline_for_stack +int cpup_entry(struct au_cp_generic *cpg, struct dentry *dst_parent, + struct au_cpup_reg_attr *h_src_attr) +{ + int err; + umode_t mode; + unsigned int mnt_flags; + unsigned char isdir; + const unsigned char do_dt = !!au_ftest_cpup(cpg->flags, DTIME); + struct au_dtime dt; + struct path h_path; + struct dentry *h_src, *h_dst, *h_parent; + struct inode *h_inode, *h_dir; + struct super_block *sb; + + /* bsrc branch can be ro/rw. */ + h_src = au_h_dptr(cpg->dentry, cpg->bsrc); + h_inode = h_src->d_inode; + AuDebugOn(h_inode != au_h_iptr(cpg->dentry->d_inode, cpg->bsrc)); + + /* try stopping to be referenced while we are creating */ + h_dst = au_h_dptr(cpg->dentry, cpg->bdst); + if (au_ftest_cpup(cpg->flags, RENAME)) + AuDebugOn(strncmp(h_dst->d_name.name, AUFS_WH_PFX, + AUFS_WH_PFX_LEN)); + h_parent = h_dst->d_parent; /* dir inode is locked */ + h_dir = h_parent->d_inode; + IMustLock(h_dir); + AuDebugOn(h_parent != h_dst->d_parent); + + sb = cpg->dentry->d_sb; + h_path.mnt = au_sbr_mnt(sb, cpg->bdst); + if (do_dt) { + h_path.dentry = h_parent; + au_dtime_store(&dt, dst_parent, &h_path); + } + h_path.dentry = h_dst; + + isdir = 0; + mode = h_inode->i_mode; + switch (mode & S_IFMT) { + case S_IFREG: + err = vfsub_create(h_dir, &h_path, mode | S_IWUSR, + /*want_excl*/true); + if (!err) + err = au_do_cpup_regular(cpg, h_src_attr); + break; + case S_IFDIR: + isdir = 1; + err = vfsub_mkdir(h_dir, &h_path, mode); + if (!err) { + /* + * strange behaviour from the users view, + * particularry setattr case + */ + if (au_ibstart(dst_parent->d_inode) == cpg->bdst) + au_cpup_attr_nlink(dst_parent->d_inode, + /*force*/1); + au_cpup_attr_nlink(cpg->dentry->d_inode, /*force*/1); + } + break; + case S_IFLNK: + err = au_do_cpup_symlink(&h_path, h_src, h_dir); + break; + case S_IFCHR: + case S_IFBLK: + AuDebugOn(!capable(CAP_MKNOD)); + /*FALLTHROUGH*/ + case S_IFIFO: + case S_IFSOCK: + err = vfsub_mknod(h_dir, &h_path, mode, h_inode->i_rdev); + break; + default: + AuIOErr("Unknown inode type 0%o\n", mode); + err = -EIO; + } + + mnt_flags = au_mntflags(sb); + if (!au_opt_test(mnt_flags, UDBA_NONE) + && !isdir + && au_opt_test(mnt_flags, XINO) + && (h_inode->i_nlink == 1 + || (h_inode->i_state & I_LINKABLE)) + /* todo: unnecessary? */ + /* && cpg->dentry->d_inode->i_nlink == 1 */ + && cpg->bdst < cpg->bsrc + && !au_ftest_cpup(cpg->flags, KEEPLINO)) + au_xino_write(sb, cpg->bsrc, h_inode->i_ino, /*ino*/0); + /* ignore this error */ + + if (do_dt) + au_dtime_revert(&dt); + return err; +} + +static int au_do_ren_after_cpup(struct au_cp_generic *cpg, struct path *h_path) +{ + int err; + struct dentry *dentry, *h_dentry, *h_parent, *parent; + struct inode *h_dir; + aufs_bindex_t bdst; + + dentry = cpg->dentry; + bdst = cpg->bdst; + h_dentry = au_h_dptr(dentry, bdst); + if (!au_ftest_cpup(cpg->flags, OVERWRITE)) { + dget(h_dentry); + au_set_h_dptr(dentry, bdst, NULL); + err = au_lkup_neg(dentry, bdst, /*wh*/0); + if (!err) + h_path->dentry = dget(au_h_dptr(dentry, bdst)); + au_set_h_dptr(dentry, bdst, h_dentry); + } else { + err = 0; + parent = dget_parent(dentry); + h_parent = au_h_dptr(parent, bdst); + dput(parent); + h_path->dentry = vfsub_lkup_one(&dentry->d_name, h_parent); + if (IS_ERR(h_path->dentry)) + err = PTR_ERR(h_path->dentry); + } + if (unlikely(err)) + goto out; + + h_parent = h_dentry->d_parent; /* dir inode is locked */ + h_dir = h_parent->d_inode; + IMustLock(h_dir); + AuDbg("%pd %pd\n", h_dentry, h_path->dentry); + /* no delegation since it is just created */ + err = vfsub_rename(h_dir, h_dentry, h_dir, h_path, /*delegated*/NULL); + dput(h_path->dentry); + +out: + return err; +} + +/* + * copyup the @dentry from @bsrc to @bdst. + * the caller must set the both of lower dentries. + * @len is for truncating when it is -1 copyup the entire file. + * in link/rename cases, @dst_parent may be different from the real one. + * basic->bsrc can be larger than basic->bdst. + */ +static int au_cpup_single(struct au_cp_generic *cpg, struct dentry *dst_parent) +{ + int err, rerr; + aufs_bindex_t old_ibstart; + unsigned char isdir, plink; + struct dentry *h_src, *h_dst, *h_parent; + struct inode *dst_inode, *h_dir, *inode, *delegated; + struct super_block *sb; + struct au_branch *br; + /* to reuduce stack size */ + struct { + struct au_dtime dt; + struct path h_path; + struct au_cpup_reg_attr h_src_attr; + } *a; + + err = -ENOMEM; + a = kmalloc(sizeof(*a), GFP_NOFS); + if (unlikely(!a)) + goto out; + a->h_src_attr.valid = 0; + + sb = cpg->dentry->d_sb; + br = au_sbr(sb, cpg->bdst); + a->h_path.mnt = au_br_mnt(br); + h_dst = au_h_dptr(cpg->dentry, cpg->bdst); + h_parent = h_dst->d_parent; /* dir inode is locked */ + h_dir = h_parent->d_inode; + IMustLock(h_dir); + + h_src = au_h_dptr(cpg->dentry, cpg->bsrc); + inode = cpg->dentry->d_inode; + + if (!dst_parent) + dst_parent = dget_parent(cpg->dentry); + else + dget(dst_parent); + + plink = !!au_opt_test(au_mntflags(sb), PLINK); + dst_inode = au_h_iptr(inode, cpg->bdst); + if (dst_inode) { + if (unlikely(!plink)) { + err = -EIO; + AuIOErr("hi%lu(i%lu) exists on b%d " + "but plink is disabled\n", + dst_inode->i_ino, inode->i_ino, cpg->bdst); + goto out_parent; + } + + if (dst_inode->i_nlink) { + const int do_dt = au_ftest_cpup(cpg->flags, DTIME); + + h_src = au_plink_lkup(inode, cpg->bdst); + err = PTR_ERR(h_src); + if (IS_ERR(h_src)) + goto out_parent; + if (unlikely(!h_src->d_inode)) { + err = -EIO; + AuIOErr("i%lu exists on a upper branch " + "but not pseudo-linked\n", + inode->i_ino); + dput(h_src); + goto out_parent; + } + + if (do_dt) { + a->h_path.dentry = h_parent; + au_dtime_store(&a->dt, dst_parent, &a->h_path); + } + + a->h_path.dentry = h_dst; + delegated = NULL; + err = vfsub_link(h_src, h_dir, &a->h_path, &delegated); + if (!err && au_ftest_cpup(cpg->flags, RENAME)) + err = au_do_ren_after_cpup(cpg, &a->h_path); + if (do_dt) + au_dtime_revert(&a->dt); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal link\n"); + iput(delegated); + } + dput(h_src); + goto out_parent; + } else + /* todo: cpup_wh_file? */ + /* udba work */ + au_update_ibrange(inode, /*do_put_zero*/1); + } + + isdir = S_ISDIR(inode->i_mode); + old_ibstart = au_ibstart(inode); + err = cpup_entry(cpg, dst_parent, &a->h_src_attr); + if (unlikely(err)) + goto out_rev; + dst_inode = h_dst->d_inode; + mutex_lock_nested(&dst_inode->i_mutex, AuLsc_I_CHILD2); + /* todo: necessary? */ + /* au_pin_hdir_unlock(cpg->pin); */ + + err = cpup_iattr(cpg->dentry, cpg->bdst, h_src, &a->h_src_attr); + if (unlikely(err)) { + /* todo: necessary? */ + /* au_pin_hdir_relock(cpg->pin); */ /* ignore an error */ + mutex_unlock(&dst_inode->i_mutex); + goto out_rev; + } + + if (cpg->bdst < old_ibstart) { + if (S_ISREG(inode->i_mode)) { + err = au_dy_iaop(inode, cpg->bdst, dst_inode); + if (unlikely(err)) { + /* ignore an error */ + /* au_pin_hdir_relock(cpg->pin); */ + mutex_unlock(&dst_inode->i_mutex); + goto out_rev; + } + } + au_set_ibstart(inode, cpg->bdst); + } else + au_set_ibend(inode, cpg->bdst); + au_set_h_iptr(inode, cpg->bdst, au_igrab(dst_inode), + au_hi_flags(inode, isdir)); + + /* todo: necessary? */ + /* err = au_pin_hdir_relock(cpg->pin); */ + mutex_unlock(&dst_inode->i_mutex); + if (unlikely(err)) + goto out_rev; + + if (!isdir + && (h_src->d_inode->i_nlink > 1 + || h_src->d_inode->i_state & I_LINKABLE) + && plink) + au_plink_append(inode, cpg->bdst, h_dst); + + if (au_ftest_cpup(cpg->flags, RENAME)) { + a->h_path.dentry = h_dst; + err = au_do_ren_after_cpup(cpg, &a->h_path); + } + if (!err) + goto out_parent; /* success */ + + /* revert */ +out_rev: + a->h_path.dentry = h_parent; + au_dtime_store(&a->dt, dst_parent, &a->h_path); + a->h_path.dentry = h_dst; + rerr = 0; + if (h_dst->d_inode) { + if (!isdir) { + /* no delegation since it is just created */ + rerr = vfsub_unlink(h_dir, &a->h_path, + /*delegated*/NULL, /*force*/0); + } else + rerr = vfsub_rmdir(h_dir, &a->h_path); + } + au_dtime_revert(&a->dt); + if (rerr) { + AuIOErr("failed removing broken entry(%d, %d)\n", err, rerr); + err = -EIO; + } +out_parent: + dput(dst_parent); + kfree(a); +out: + return err; +} + +#if 0 /* unused */ +struct au_cpup_single_args { + int *errp; + struct au_cp_generic *cpg; + struct dentry *dst_parent; +}; + +static void au_call_cpup_single(void *args) +{ + struct au_cpup_single_args *a = args; + + au_pin_hdir_acquire_nest(a->cpg->pin); + *a->errp = au_cpup_single(a->cpg, a->dst_parent); + au_pin_hdir_release(a->cpg->pin); +} +#endif + +/* + * prevent SIGXFSZ in copy-up. + * testing CAP_MKNOD is for generic fs, + * but CAP_FSETID is for xfs only, currently. + */ +static int au_cpup_sio_test(struct au_pin *pin, umode_t mode) +{ + int do_sio; + struct super_block *sb; + struct inode *h_dir; + + do_sio = 0; + sb = au_pinned_parent(pin)->d_sb; + if (!au_wkq_test() + && (!au_sbi(sb)->si_plink_maint_pid + || au_plink_maint(sb, AuLock_NOPLM))) { + switch (mode & S_IFMT) { + case S_IFREG: + /* no condition about RLIMIT_FSIZE and the file size */ + do_sio = 1; + break; + case S_IFCHR: + case S_IFBLK: + do_sio = !capable(CAP_MKNOD); + break; + } + if (!do_sio) + do_sio = ((mode & (S_ISUID | S_ISGID)) + && !capable(CAP_FSETID)); + /* this workaround may be removed in the future */ + if (!do_sio) { + h_dir = au_pinned_h_dir(pin); + do_sio = h_dir->i_mode & S_ISVTX; + } + } + + return do_sio; +} + +#if 0 /* unused */ +int au_sio_cpup_single(struct au_cp_generic *cpg, struct dentry *dst_parent) +{ + int err, wkq_err; + struct dentry *h_dentry; + + h_dentry = au_h_dptr(cpg->dentry, cpg->bsrc); + if (!au_cpup_sio_test(pin, h_dentry->d_inode->i_mode)) + err = au_cpup_single(cpg, dst_parent); + else { + struct au_cpup_single_args args = { + .errp = &err, + .cpg = cpg, + .dst_parent = dst_parent + }; + wkq_err = au_wkq_wait(au_call_cpup_single, &args); + if (unlikely(wkq_err)) + err = wkq_err; + } + + return err; +} +#endif + +/* + * copyup the @dentry from the first active lower branch to @bdst, + * using au_cpup_single(). + */ +static int au_cpup_simple(struct au_cp_generic *cpg) +{ + int err; + unsigned int flags_orig; + struct dentry *dentry; + + AuDebugOn(cpg->bsrc < 0); + + dentry = cpg->dentry; + DiMustWriteLock(dentry); + + err = au_lkup_neg(dentry, cpg->bdst, /*wh*/1); + if (!err) { + flags_orig = cpg->flags; + au_fset_cpup(cpg->flags, RENAME); + err = au_cpup_single(cpg, NULL); + cpg->flags = flags_orig; + if (!err) + return 0; /* success */ + + /* revert */ + au_set_h_dptr(dentry, cpg->bdst, NULL); + au_set_dbstart(dentry, cpg->bsrc); + } + + return err; +} + +struct au_cpup_simple_args { + int *errp; + struct au_cp_generic *cpg; +}; + +static void au_call_cpup_simple(void *args) +{ + struct au_cpup_simple_args *a = args; + + au_pin_hdir_acquire_nest(a->cpg->pin); + *a->errp = au_cpup_simple(a->cpg); + au_pin_hdir_release(a->cpg->pin); +} + +static int au_do_sio_cpup_simple(struct au_cp_generic *cpg) +{ + int err, wkq_err; + struct dentry *dentry, *parent; + struct file *h_file; + struct inode *h_dir; + + dentry = cpg->dentry; + h_file = NULL; + if (au_ftest_cpup(cpg->flags, HOPEN)) { + AuDebugOn(cpg->bsrc < 0); + h_file = au_h_open_pre(dentry, cpg->bsrc, /*force_wr*/0); + err = PTR_ERR(h_file); + if (IS_ERR(h_file)) + goto out; + } + + parent = dget_parent(dentry); + h_dir = au_h_iptr(parent->d_inode, cpg->bdst); + if (!au_test_h_perm_sio(h_dir, MAY_EXEC | MAY_WRITE) + && !au_cpup_sio_test(cpg->pin, dentry->d_inode->i_mode)) + err = au_cpup_simple(cpg); + else { + struct au_cpup_simple_args args = { + .errp = &err, + .cpg = cpg + }; + wkq_err = au_wkq_wait(au_call_cpup_simple, &args); + if (unlikely(wkq_err)) + err = wkq_err; + } + + dput(parent); + if (h_file) + au_h_open_post(dentry, cpg->bsrc, h_file); + +out: + return err; +} + +int au_sio_cpup_simple(struct au_cp_generic *cpg) +{ + aufs_bindex_t bsrc, bend; + struct dentry *dentry, *h_dentry; + + if (cpg->bsrc < 0) { + dentry = cpg->dentry; + bend = au_dbend(dentry); + for (bsrc = cpg->bdst + 1; bsrc <= bend; bsrc++) { + h_dentry = au_h_dptr(dentry, bsrc); + if (h_dentry) { + AuDebugOn(!h_dentry->d_inode); + break; + } + } + AuDebugOn(bsrc > bend); + cpg->bsrc = bsrc; + } + AuDebugOn(cpg->bsrc <= cpg->bdst); + return au_do_sio_cpup_simple(cpg); +} + +int au_sio_cpdown_simple(struct au_cp_generic *cpg) +{ + AuDebugOn(cpg->bdst <= cpg->bsrc); + return au_do_sio_cpup_simple(cpg); +} + +/* ---------------------------------------------------------------------- */ + +/* + * copyup the deleted file for writing. + */ +static int au_do_cpup_wh(struct au_cp_generic *cpg, struct dentry *wh_dentry, + struct file *file) +{ + int err; + unsigned int flags_orig; + aufs_bindex_t bsrc_orig; + struct dentry *h_d_dst, *h_d_start; + struct au_dinfo *dinfo; + struct au_hdentry *hdp; + + dinfo = au_di(cpg->dentry); + AuRwMustWriteLock(&dinfo->di_rwsem); + + bsrc_orig = cpg->bsrc; + cpg->bsrc = dinfo->di_bstart; + hdp = dinfo->di_hdentry; + h_d_dst = hdp[0 + cpg->bdst].hd_dentry; + dinfo->di_bstart = cpg->bdst; + hdp[0 + cpg->bdst].hd_dentry = wh_dentry; + h_d_start = NULL; + if (file) { + h_d_start = hdp[0 + cpg->bsrc].hd_dentry; + hdp[0 + cpg->bsrc].hd_dentry = au_hf_top(file)->f_dentry; + } + flags_orig = cpg->flags; + cpg->flags = !AuCpup_DTIME; + err = au_cpup_single(cpg, /*h_parent*/NULL); + cpg->flags = flags_orig; + if (file) { + if (!err) + err = au_reopen_nondir(file); + hdp[0 + cpg->bsrc].hd_dentry = h_d_start; + } + hdp[0 + cpg->bdst].hd_dentry = h_d_dst; + dinfo->di_bstart = cpg->bsrc; + cpg->bsrc = bsrc_orig; + + return err; +} + +static int au_cpup_wh(struct au_cp_generic *cpg, struct file *file) +{ + int err; + aufs_bindex_t bdst; + struct au_dtime dt; + struct dentry *dentry, *parent, *h_parent, *wh_dentry; + struct au_branch *br; + struct path h_path; + + dentry = cpg->dentry; + bdst = cpg->bdst; + br = au_sbr(dentry->d_sb, bdst); + parent = dget_parent(dentry); + h_parent = au_h_dptr(parent, bdst); + wh_dentry = au_whtmp_lkup(h_parent, br, &dentry->d_name); + err = PTR_ERR(wh_dentry); + if (IS_ERR(wh_dentry)) + goto out; + + h_path.dentry = h_parent; + h_path.mnt = au_br_mnt(br); + au_dtime_store(&dt, parent, &h_path); + err = au_do_cpup_wh(cpg, wh_dentry, file); + if (unlikely(err)) + goto out_wh; + + dget(wh_dentry); + h_path.dentry = wh_dentry; + if (!S_ISDIR(wh_dentry->d_inode->i_mode)) { + /* no delegation since it is just created */ + err = vfsub_unlink(h_parent->d_inode, &h_path, + /*delegated*/NULL, /*force*/0); + } else + err = vfsub_rmdir(h_parent->d_inode, &h_path); + if (unlikely(err)) { + AuIOErr("failed remove copied-up tmp file %pd(%d)\n", + wh_dentry, err); + err = -EIO; + } + au_dtime_revert(&dt); + au_set_hi_wh(dentry->d_inode, bdst, wh_dentry); + +out_wh: + dput(wh_dentry); +out: + dput(parent); + return err; +} + +struct au_cpup_wh_args { + int *errp; + struct au_cp_generic *cpg; + struct file *file; +}; + +static void au_call_cpup_wh(void *args) +{ + struct au_cpup_wh_args *a = args; + + au_pin_hdir_acquire_nest(a->cpg->pin); + *a->errp = au_cpup_wh(a->cpg, a->file); + au_pin_hdir_release(a->cpg->pin); +} + +int au_sio_cpup_wh(struct au_cp_generic *cpg, struct file *file) +{ + int err, wkq_err; + aufs_bindex_t bdst; + struct dentry *dentry, *parent, *h_orph, *h_parent, *h_dentry; + struct inode *dir, *h_dir, *h_tmpdir; + struct au_wbr *wbr; + struct au_pin wh_pin, *pin_orig; + + dentry = cpg->dentry; + bdst = cpg->bdst; + parent = dget_parent(dentry); + dir = parent->d_inode; + h_orph = NULL; + h_parent = NULL; + h_dir = au_igrab(au_h_iptr(dir, bdst)); + h_tmpdir = h_dir; + pin_orig = NULL; + if (!h_dir->i_nlink) { + wbr = au_sbr(dentry->d_sb, bdst)->br_wbr; + h_orph = wbr->wbr_orph; + + h_parent = dget(au_h_dptr(parent, bdst)); + au_set_h_dptr(parent, bdst, dget(h_orph)); + h_tmpdir = h_orph->d_inode; + au_set_h_iptr(dir, bdst, au_igrab(h_tmpdir), /*flags*/0); + + if (file) + h_dentry = au_hf_top(file)->f_dentry; + else + h_dentry = au_h_dptr(dentry, au_dbstart(dentry)); + mutex_lock_nested(&h_tmpdir->i_mutex, AuLsc_I_PARENT3); + /* todo: au_h_open_pre()? */ + + pin_orig = cpg->pin; + au_pin_init(&wh_pin, dentry, bdst, AuLsc_DI_PARENT, + AuLsc_I_PARENT3, cpg->pin->udba, AuPin_DI_LOCKED); + cpg->pin = &wh_pin; + } + + if (!au_test_h_perm_sio(h_tmpdir, MAY_EXEC | MAY_WRITE) + && !au_cpup_sio_test(cpg->pin, dentry->d_inode->i_mode)) + err = au_cpup_wh(cpg, file); + else { + struct au_cpup_wh_args args = { + .errp = &err, + .cpg = cpg, + .file = file + }; + wkq_err = au_wkq_wait(au_call_cpup_wh, &args); + if (unlikely(wkq_err)) + err = wkq_err; + } + + if (h_orph) { + mutex_unlock(&h_tmpdir->i_mutex); + /* todo: au_h_open_post()? */ + au_set_h_iptr(dir, bdst, au_igrab(h_dir), /*flags*/0); + au_set_h_dptr(parent, bdst, h_parent); + AuDebugOn(!pin_orig); + cpg->pin = pin_orig; + } + iput(h_dir); + dput(parent); + + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* + * generic routine for both of copy-up and copy-down. + */ +/* cf. revalidate function in file.c */ +int au_cp_dirs(struct dentry *dentry, aufs_bindex_t bdst, + int (*cp)(struct dentry *dentry, aufs_bindex_t bdst, + struct au_pin *pin, + struct dentry *h_parent, void *arg), + void *arg) +{ + int err; + struct au_pin pin; + struct dentry *d, *parent, *h_parent, *real_parent; + + err = 0; + parent = dget_parent(dentry); + if (IS_ROOT(parent)) + goto out; + + au_pin_init(&pin, dentry, bdst, AuLsc_DI_PARENT2, AuLsc_I_PARENT2, + au_opt_udba(dentry->d_sb), AuPin_MNT_WRITE); + + /* do not use au_dpage */ + real_parent = parent; + while (1) { + dput(parent); + parent = dget_parent(dentry); + h_parent = au_h_dptr(parent, bdst); + if (h_parent) + goto out; /* success */ + + /* find top dir which is necessary to cpup */ + do { + d = parent; + dput(parent); + parent = dget_parent(d); + di_read_lock_parent3(parent, !AuLock_IR); + h_parent = au_h_dptr(parent, bdst); + di_read_unlock(parent, !AuLock_IR); + } while (!h_parent); + + if (d != real_parent) + di_write_lock_child3(d); + + /* somebody else might create while we were sleeping */ + if (!au_h_dptr(d, bdst) || !au_h_dptr(d, bdst)->d_inode) { + if (au_h_dptr(d, bdst)) + au_update_dbstart(d); + + au_pin_set_dentry(&pin, d); + err = au_do_pin(&pin); + if (!err) { + err = cp(d, bdst, &pin, h_parent, arg); + au_unpin(&pin); + } + } + + if (d != real_parent) + di_write_unlock(d); + if (unlikely(err)) + break; + } + +out: + dput(parent); + return err; +} + +static int au_cpup_dir(struct dentry *dentry, aufs_bindex_t bdst, + struct au_pin *pin, + struct dentry *h_parent __maybe_unused , + void *arg __maybe_unused) +{ + struct au_cp_generic cpg = { + .dentry = dentry, + .bdst = bdst, + .bsrc = -1, + .len = 0, + .pin = pin, + .flags = AuCpup_DTIME + }; + return au_sio_cpup_simple(&cpg); +} + +int au_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst) +{ + return au_cp_dirs(dentry, bdst, au_cpup_dir, NULL); +} + +int au_test_and_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst) +{ + int err; + struct dentry *parent; + struct inode *dir; + + parent = dget_parent(dentry); + dir = parent->d_inode; + err = 0; + if (au_h_iptr(dir, bdst)) + goto out; + + di_read_unlock(parent, AuLock_IR); + di_write_lock_parent(parent); + /* someone else might change our inode while we were sleeping */ + if (!au_h_iptr(dir, bdst)) + err = au_cpup_dirs(dentry, bdst); + di_downgrade_lock(parent, AuLock_IR); + +out: + dput(parent); + return err; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/cpup.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/cpup.h @@ -0,0 +1,94 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * copy-up/down functions + */ + +#ifndef __AUFS_CPUP_H__ +#define __AUFS_CPUP_H__ + +#ifdef __KERNEL__ + +#include + +struct inode; +struct file; +struct au_pin; + +void au_cpup_attr_flags(struct inode *dst, unsigned int iflags); +void au_cpup_attr_timesizes(struct inode *inode); +void au_cpup_attr_nlink(struct inode *inode, int force); +void au_cpup_attr_changeable(struct inode *inode); +void au_cpup_igen(struct inode *inode, struct inode *h_inode); +void au_cpup_attr_all(struct inode *inode, int force); + +/* ---------------------------------------------------------------------- */ + +struct au_cp_generic { + struct dentry *dentry; + aufs_bindex_t bdst, bsrc; + loff_t len; + struct au_pin *pin; + unsigned int flags; +}; + +/* cpup flags */ +#define AuCpup_DTIME 1 /* do dtime_store/revert */ +#define AuCpup_KEEPLINO (1 << 1) /* do not clear the lower xino, + for link(2) */ +#define AuCpup_RENAME (1 << 2) /* rename after cpup */ +#define AuCpup_HOPEN (1 << 3) /* call h_open_pre/post() in + cpup */ +#define AuCpup_OVERWRITE (1 << 4) /* allow overwriting the + existing entry */ +#define AuCpup_RWDST (1 << 5) /* force write target even if + the branch is marked as RO */ + +#define au_ftest_cpup(flags, name) ((flags) & AuCpup_##name) +#define au_fset_cpup(flags, name) \ + do { (flags) |= AuCpup_##name; } while (0) +#define au_fclr_cpup(flags, name) \ + do { (flags) &= ~AuCpup_##name; } while (0) + +int au_copy_file(struct file *dst, struct file *src, loff_t len); +int au_sio_cpup_simple(struct au_cp_generic *cpg); +int au_sio_cpdown_simple(struct au_cp_generic *cpg); +int au_sio_cpup_wh(struct au_cp_generic *cpg, struct file *file); + +int au_cp_dirs(struct dentry *dentry, aufs_bindex_t bdst, + int (*cp)(struct dentry *dentry, aufs_bindex_t bdst, + struct au_pin *pin, + struct dentry *h_parent, void *arg), + void *arg); +int au_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst); +int au_test_and_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst); + +/* ---------------------------------------------------------------------- */ + +/* keep timestamps when copyup */ +struct au_dtime { + struct dentry *dt_dentry; + struct path dt_h_path; + struct timespec dt_atime, dt_mtime; +}; +void au_dtime_store(struct au_dtime *dt, struct dentry *dentry, + struct path *h_path); +void au_dtime_revert(struct au_dtime *dt); + +#endif /* __KERNEL__ */ +#endif /* __AUFS_CPUP_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/dbgaufs.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/dbgaufs.c @@ -0,0 +1,432 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * debugfs interface + */ + +#include +#include "aufs.h" + +#ifndef CONFIG_SYSFS +#error DEBUG_FS depends upon SYSFS +#endif + +static struct dentry *dbgaufs; +static const mode_t dbgaufs_mode = S_IRUSR | S_IRGRP | S_IROTH; + +/* 20 is max digits length of ulong 64 */ +struct dbgaufs_arg { + int n; + char a[20 * 4]; +}; + +/* + * common function for all XINO files + */ +static int dbgaufs_xi_release(struct inode *inode __maybe_unused, + struct file *file) +{ + kfree(file->private_data); + return 0; +} + +static int dbgaufs_xi_open(struct file *xf, struct file *file, int do_fcnt) +{ + int err; + struct kstat st; + struct dbgaufs_arg *p; + + err = -ENOMEM; + p = kmalloc(sizeof(*p), GFP_NOFS); + if (unlikely(!p)) + goto out; + + err = 0; + p->n = 0; + file->private_data = p; + if (!xf) + goto out; + + err = vfs_getattr(&xf->f_path, &st); + if (!err) { + if (do_fcnt) + p->n = snprintf + (p->a, sizeof(p->a), "%ld, %llux%lu %lld\n", + (long)file_count(xf), st.blocks, st.blksize, + (long long)st.size); + else + p->n = snprintf(p->a, sizeof(p->a), "%llux%lu %lld\n", + st.blocks, st.blksize, + (long long)st.size); + AuDebugOn(p->n >= sizeof(p->a)); + } else { + p->n = snprintf(p->a, sizeof(p->a), "err %d\n", err); + err = 0; + } + +out: + return err; + +} + +static ssize_t dbgaufs_xi_read(struct file *file, char __user *buf, + size_t count, loff_t *ppos) +{ + struct dbgaufs_arg *p; + + p = file->private_data; + return simple_read_from_buffer(buf, count, ppos, p->a, p->n); +} + +/* ---------------------------------------------------------------------- */ + +struct dbgaufs_plink_arg { + int n; + char a[]; +}; + +static int dbgaufs_plink_release(struct inode *inode __maybe_unused, + struct file *file) +{ + free_page((unsigned long)file->private_data); + return 0; +} + +static int dbgaufs_plink_open(struct inode *inode, struct file *file) +{ + int err, i, limit; + unsigned long n, sum; + struct dbgaufs_plink_arg *p; + struct au_sbinfo *sbinfo; + struct super_block *sb; + struct au_sphlhead *sphl; + + err = -ENOMEM; + p = (void *)get_zeroed_page(GFP_NOFS); + if (unlikely(!p)) + goto out; + + err = -EFBIG; + sbinfo = inode->i_private; + sb = sbinfo->si_sb; + si_noflush_read_lock(sb); + if (au_opt_test(au_mntflags(sb), PLINK)) { + limit = PAGE_SIZE - sizeof(p->n); + + /* the number of buckets */ + n = snprintf(p->a + p->n, limit, "%d\n", AuPlink_NHASH); + p->n += n; + limit -= n; + + sum = 0; + for (i = 0, sphl = sbinfo->si_plink; + i < AuPlink_NHASH; + i++, sphl++) { + n = au_sphl_count(sphl); + sum += n; + + n = snprintf(p->a + p->n, limit, "%lu ", n); + p->n += n; + limit -= n; + if (unlikely(limit <= 0)) + goto out_free; + } + p->a[p->n - 1] = '\n'; + + /* the sum of plinks */ + n = snprintf(p->a + p->n, limit, "%lu\n", sum); + p->n += n; + limit -= n; + if (unlikely(limit <= 0)) + goto out_free; + } else { +#define str "1\n0\n0\n" + p->n = sizeof(str) - 1; + strcpy(p->a, str); +#undef str + } + si_read_unlock(sb); + + err = 0; + file->private_data = p; + goto out; /* success */ + +out_free: + free_page((unsigned long)p); +out: + return err; +} + +static ssize_t dbgaufs_plink_read(struct file *file, char __user *buf, + size_t count, loff_t *ppos) +{ + struct dbgaufs_plink_arg *p; + + p = file->private_data; + return simple_read_from_buffer(buf, count, ppos, p->a, p->n); +} + +static const struct file_operations dbgaufs_plink_fop = { + .owner = THIS_MODULE, + .open = dbgaufs_plink_open, + .release = dbgaufs_plink_release, + .read = dbgaufs_plink_read +}; + +/* ---------------------------------------------------------------------- */ + +static int dbgaufs_xib_open(struct inode *inode, struct file *file) +{ + int err; + struct au_sbinfo *sbinfo; + struct super_block *sb; + + sbinfo = inode->i_private; + sb = sbinfo->si_sb; + si_noflush_read_lock(sb); + err = dbgaufs_xi_open(sbinfo->si_xib, file, /*do_fcnt*/0); + si_read_unlock(sb); + return err; +} + +static const struct file_operations dbgaufs_xib_fop = { + .owner = THIS_MODULE, + .open = dbgaufs_xib_open, + .release = dbgaufs_xi_release, + .read = dbgaufs_xi_read +}; + +/* ---------------------------------------------------------------------- */ + +#define DbgaufsXi_PREFIX "xi" + +static int dbgaufs_xino_open(struct inode *inode, struct file *file) +{ + int err; + long l; + struct au_sbinfo *sbinfo; + struct super_block *sb; + struct file *xf; + struct qstr *name; + + err = -ENOENT; + xf = NULL; + name = &file->f_dentry->d_name; + if (unlikely(name->len < sizeof(DbgaufsXi_PREFIX) + || memcmp(name->name, DbgaufsXi_PREFIX, + sizeof(DbgaufsXi_PREFIX) - 1))) + goto out; + err = kstrtol(name->name + sizeof(DbgaufsXi_PREFIX) - 1, 10, &l); + if (unlikely(err)) + goto out; + + sbinfo = inode->i_private; + sb = sbinfo->si_sb; + si_noflush_read_lock(sb); + if (l <= au_sbend(sb)) { + xf = au_sbr(sb, (aufs_bindex_t)l)->br_xino.xi_file; + err = dbgaufs_xi_open(xf, file, /*do_fcnt*/1); + } else + err = -ENOENT; + si_read_unlock(sb); + +out: + return err; +} + +static const struct file_operations dbgaufs_xino_fop = { + .owner = THIS_MODULE, + .open = dbgaufs_xino_open, + .release = dbgaufs_xi_release, + .read = dbgaufs_xi_read +}; + +void dbgaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex) +{ + aufs_bindex_t bend; + struct au_branch *br; + struct au_xino_file *xi; + + if (!au_sbi(sb)->si_dbgaufs) + return; + + bend = au_sbend(sb); + for (; bindex <= bend; bindex++) { + br = au_sbr(sb, bindex); + xi = &br->br_xino; + debugfs_remove(xi->xi_dbgaufs); + xi->xi_dbgaufs = NULL; + } +} + +void dbgaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex) +{ + struct au_sbinfo *sbinfo; + struct dentry *parent; + struct au_branch *br; + struct au_xino_file *xi; + aufs_bindex_t bend; + char name[sizeof(DbgaufsXi_PREFIX) + 5]; /* "xi" bindex NULL */ + + sbinfo = au_sbi(sb); + parent = sbinfo->si_dbgaufs; + if (!parent) + return; + + bend = au_sbend(sb); + for (; bindex <= bend; bindex++) { + snprintf(name, sizeof(name), DbgaufsXi_PREFIX "%d", bindex); + br = au_sbr(sb, bindex); + xi = &br->br_xino; + AuDebugOn(xi->xi_dbgaufs); + xi->xi_dbgaufs = debugfs_create_file(name, dbgaufs_mode, parent, + sbinfo, &dbgaufs_xino_fop); + /* ignore an error */ + if (unlikely(!xi->xi_dbgaufs)) + AuWarn1("failed %s under debugfs\n", name); + } +} + +/* ---------------------------------------------------------------------- */ + +#ifdef CONFIG_AUFS_EXPORT +static int dbgaufs_xigen_open(struct inode *inode, struct file *file) +{ + int err; + struct au_sbinfo *sbinfo; + struct super_block *sb; + + sbinfo = inode->i_private; + sb = sbinfo->si_sb; + si_noflush_read_lock(sb); + err = dbgaufs_xi_open(sbinfo->si_xigen, file, /*do_fcnt*/0); + si_read_unlock(sb); + return err; +} + +static const struct file_operations dbgaufs_xigen_fop = { + .owner = THIS_MODULE, + .open = dbgaufs_xigen_open, + .release = dbgaufs_xi_release, + .read = dbgaufs_xi_read +}; + +static int dbgaufs_xigen_init(struct au_sbinfo *sbinfo) +{ + int err; + + /* + * This function is a dynamic '__init' fucntion actually, + * so the tiny check for si_rwsem is unnecessary. + */ + /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ + + err = -EIO; + sbinfo->si_dbgaufs_xigen = debugfs_create_file + ("xigen", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo, + &dbgaufs_xigen_fop); + if (sbinfo->si_dbgaufs_xigen) + err = 0; + + return err; +} +#else +static int dbgaufs_xigen_init(struct au_sbinfo *sbinfo) +{ + return 0; +} +#endif /* CONFIG_AUFS_EXPORT */ + +/* ---------------------------------------------------------------------- */ + +void dbgaufs_si_fin(struct au_sbinfo *sbinfo) +{ + /* + * This function is a dynamic '__init' fucntion actually, + * so the tiny check for si_rwsem is unnecessary. + */ + /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ + + debugfs_remove_recursive(sbinfo->si_dbgaufs); + sbinfo->si_dbgaufs = NULL; + kobject_put(&sbinfo->si_kobj); +} + +int dbgaufs_si_init(struct au_sbinfo *sbinfo) +{ + int err; + char name[SysaufsSiNameLen]; + + /* + * This function is a dynamic '__init' fucntion actually, + * so the tiny check for si_rwsem is unnecessary. + */ + /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ + + err = -ENOENT; + if (!dbgaufs) { + AuErr1("/debug/aufs is uninitialized\n"); + goto out; + } + + err = -EIO; + sysaufs_name(sbinfo, name); + sbinfo->si_dbgaufs = debugfs_create_dir(name, dbgaufs); + if (unlikely(!sbinfo->si_dbgaufs)) + goto out; + kobject_get(&sbinfo->si_kobj); + + sbinfo->si_dbgaufs_xib = debugfs_create_file + ("xib", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo, + &dbgaufs_xib_fop); + if (unlikely(!sbinfo->si_dbgaufs_xib)) + goto out_dir; + + sbinfo->si_dbgaufs_plink = debugfs_create_file + ("plink", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo, + &dbgaufs_plink_fop); + if (unlikely(!sbinfo->si_dbgaufs_plink)) + goto out_dir; + + err = dbgaufs_xigen_init(sbinfo); + if (!err) + goto out; /* success */ + +out_dir: + dbgaufs_si_fin(sbinfo); +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +void dbgaufs_fin(void) +{ + debugfs_remove(dbgaufs); +} + +int __init dbgaufs_init(void) +{ + int err; + + err = -EIO; + dbgaufs = debugfs_create_dir(AUFS_NAME, NULL); + if (dbgaufs) + err = 0; + return err; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/dbgaufs.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/dbgaufs.h @@ -0,0 +1,48 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * debugfs interface + */ + +#ifndef __DBGAUFS_H__ +#define __DBGAUFS_H__ + +#ifdef __KERNEL__ + +struct super_block; +struct au_sbinfo; + +#ifdef CONFIG_DEBUG_FS +/* dbgaufs.c */ +void dbgaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex); +void dbgaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex); +void dbgaufs_si_fin(struct au_sbinfo *sbinfo); +int dbgaufs_si_init(struct au_sbinfo *sbinfo); +void dbgaufs_fin(void); +int __init dbgaufs_init(void); +#else +AuStubVoid(dbgaufs_brs_del, struct super_block *sb, aufs_bindex_t bindex) +AuStubVoid(dbgaufs_brs_add, struct super_block *sb, aufs_bindex_t bindex) +AuStubVoid(dbgaufs_si_fin, struct au_sbinfo *sbinfo) +AuStubInt0(dbgaufs_si_init, struct au_sbinfo *sbinfo) +AuStubVoid(dbgaufs_fin, void) +AuStubInt0(__init dbgaufs_init, void) +#endif /* CONFIG_DEBUG_FS */ + +#endif /* __KERNEL__ */ +#endif /* __DBGAUFS_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/dcsub.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/dcsub.c @@ -0,0 +1,243 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * sub-routines for dentry cache + */ + +#include "aufs.h" + +static void au_dpage_free(struct au_dpage *dpage) +{ + int i; + struct dentry **p; + + p = dpage->dentries; + for (i = 0; i < dpage->ndentry; i++) + dput(*p++); + free_page((unsigned long)dpage->dentries); +} + +int au_dpages_init(struct au_dcsub_pages *dpages, gfp_t gfp) +{ + int err; + void *p; + + err = -ENOMEM; + dpages->dpages = kmalloc(sizeof(*dpages->dpages), gfp); + if (unlikely(!dpages->dpages)) + goto out; + + p = (void *)__get_free_page(gfp); + if (unlikely(!p)) + goto out_dpages; + + dpages->dpages[0].ndentry = 0; + dpages->dpages[0].dentries = p; + dpages->ndpage = 1; + return 0; /* success */ + +out_dpages: + kfree(dpages->dpages); +out: + return err; +} + +void au_dpages_free(struct au_dcsub_pages *dpages) +{ + int i; + struct au_dpage *p; + + p = dpages->dpages; + for (i = 0; i < dpages->ndpage; i++) + au_dpage_free(p++); + kfree(dpages->dpages); +} + +static int au_dpages_append(struct au_dcsub_pages *dpages, + struct dentry *dentry, gfp_t gfp) +{ + int err, sz; + struct au_dpage *dpage; + void *p; + + dpage = dpages->dpages + dpages->ndpage - 1; + sz = PAGE_SIZE / sizeof(dentry); + if (unlikely(dpage->ndentry >= sz)) { + AuLabel(new dpage); + err = -ENOMEM; + sz = dpages->ndpage * sizeof(*dpages->dpages); + p = au_kzrealloc(dpages->dpages, sz, + sz + sizeof(*dpages->dpages), gfp); + if (unlikely(!p)) + goto out; + + dpages->dpages = p; + dpage = dpages->dpages + dpages->ndpage; + p = (void *)__get_free_page(gfp); + if (unlikely(!p)) + goto out; + + dpage->ndentry = 0; + dpage->dentries = p; + dpages->ndpage++; + } + + AuDebugOn(!d_count(dentry)); + dpage->dentries[dpage->ndentry++] = dget_dlock(dentry); + return 0; /* success */ + +out: + return err; +} + +/* try d_walk() in linux/fs/dcache.c */ +int au_dcsub_pages(struct au_dcsub_pages *dpages, struct dentry *root, + au_dpages_test test, void *arg) +{ + int err; + struct dentry *this_parent; + struct list_head *next; + struct super_block *sb = root->d_sb; + + err = 0; + write_seqlock(&rename_lock); + this_parent = root; + spin_lock(&this_parent->d_lock); +repeat: + next = this_parent->d_subdirs.next; +resume: + if (this_parent->d_sb == sb + && !IS_ROOT(this_parent) + && au_di(this_parent) + && d_count(this_parent) + && (!test || test(this_parent, arg))) { + err = au_dpages_append(dpages, this_parent, GFP_ATOMIC); + if (unlikely(err)) + goto out; + } + + while (next != &this_parent->d_subdirs) { + struct list_head *tmp = next; + struct dentry *dentry = list_entry(tmp, struct dentry, + d_child); + + next = tmp->next; + spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); + if (d_count(dentry)) { + if (!list_empty(&dentry->d_subdirs)) { + spin_unlock(&this_parent->d_lock); + spin_release(&dentry->d_lock.dep_map, 1, + _RET_IP_); + this_parent = dentry; + spin_acquire(&this_parent->d_lock.dep_map, 0, 1, + _RET_IP_); + goto repeat; + } + if (dentry->d_sb == sb + && au_di(dentry) + && (!test || test(dentry, arg))) + err = au_dpages_append(dpages, dentry, + GFP_ATOMIC); + } + spin_unlock(&dentry->d_lock); + if (unlikely(err)) + goto out; + } + + if (this_parent != root) { + struct dentry *tmp; + struct dentry *child; + + tmp = this_parent->d_parent; + rcu_read_lock(); + spin_unlock(&this_parent->d_lock); + child = this_parent; + this_parent = tmp; + spin_lock(&this_parent->d_lock); + rcu_read_unlock(); + next = child->d_child.next; + goto resume; + } + +out: + spin_unlock(&this_parent->d_lock); + write_sequnlock(&rename_lock); + return err; +} + +int au_dcsub_pages_rev(struct au_dcsub_pages *dpages, struct dentry *dentry, + int do_include, au_dpages_test test, void *arg) +{ + int err; + + err = 0; + write_seqlock(&rename_lock); + spin_lock(&dentry->d_lock); + if (do_include + && d_count(dentry) + && (!test || test(dentry, arg))) + err = au_dpages_append(dpages, dentry, GFP_ATOMIC); + spin_unlock(&dentry->d_lock); + if (unlikely(err)) + goto out; + + /* + * RCU for vfsmount is unnecessary since this is a traverse in a single + * mount + */ + while (!IS_ROOT(dentry)) { + dentry = dentry->d_parent; /* rename_lock is locked */ + spin_lock(&dentry->d_lock); + if (d_count(dentry) + && (!test || test(dentry, arg))) + err = au_dpages_append(dpages, dentry, GFP_ATOMIC); + spin_unlock(&dentry->d_lock); + if (unlikely(err)) + break; + } + +out: + write_sequnlock(&rename_lock); + return err; +} + +static inline int au_dcsub_dpages_aufs(struct dentry *dentry, void *arg) +{ + return au_di(dentry) && dentry->d_sb == arg; +} + +int au_dcsub_pages_rev_aufs(struct au_dcsub_pages *dpages, + struct dentry *dentry, int do_include) +{ + return au_dcsub_pages_rev(dpages, dentry, do_include, + au_dcsub_dpages_aufs, dentry->d_sb); +} + +int au_test_subdir(struct dentry *d1, struct dentry *d2) +{ + struct path path[2] = { + { + .dentry = d1 + }, + { + .dentry = d2 + } + }; + + return path_is_under(path + 0, path + 1); +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/dcsub.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/dcsub.h @@ -0,0 +1,120 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * sub-routines for dentry cache + */ + +#ifndef __AUFS_DCSUB_H__ +#define __AUFS_DCSUB_H__ + +#ifdef __KERNEL__ + +#include +#include + +struct dentry; + +struct au_dpage { + int ndentry; + struct dentry **dentries; +}; + +struct au_dcsub_pages { + int ndpage; + struct au_dpage *dpages; +}; + +/* ---------------------------------------------------------------------- */ + +/* dcsub.c */ +int au_dpages_init(struct au_dcsub_pages *dpages, gfp_t gfp); +void au_dpages_free(struct au_dcsub_pages *dpages); +typedef int (*au_dpages_test)(struct dentry *dentry, void *arg); +int au_dcsub_pages(struct au_dcsub_pages *dpages, struct dentry *root, + au_dpages_test test, void *arg); +int au_dcsub_pages_rev(struct au_dcsub_pages *dpages, struct dentry *dentry, + int do_include, au_dpages_test test, void *arg); +int au_dcsub_pages_rev_aufs(struct au_dcsub_pages *dpages, + struct dentry *dentry, int do_include); +int au_test_subdir(struct dentry *d1, struct dentry *d2); + +/* ---------------------------------------------------------------------- */ + +/* + * todo: in linux-3.13, several similar (but faster) helpers are added to + * include/linux/dcache.h. Try them (in the future). + */ + +static inline int au_d_hashed_positive(struct dentry *d) +{ + int err; + struct inode *inode = d->d_inode; + + err = 0; + if (unlikely(d_unhashed(d) || !inode || !inode->i_nlink)) + err = -ENOENT; + return err; +} + +static inline int au_d_linkable(struct dentry *d) +{ + int err; + struct inode *inode = d->d_inode; + + err = au_d_hashed_positive(d); + if (err + && inode + && (inode->i_state & I_LINKABLE)) + err = 0; + return err; +} + +static inline int au_d_alive(struct dentry *d) +{ + int err; + struct inode *inode; + + err = 0; + if (!IS_ROOT(d)) + err = au_d_hashed_positive(d); + else { + inode = d->d_inode; + if (unlikely(d_unlinked(d) || !inode || !inode->i_nlink)) + err = -ENOENT; + } + return err; +} + +static inline int au_alive_dir(struct dentry *d) +{ + int err; + + err = au_d_alive(d); + if (unlikely(err || IS_DEADDIR(d->d_inode))) + err = -ENOENT; + return err; +} + +static inline int au_qstreq(struct qstr *a, struct qstr *b) +{ + return a->len == b->len + && !memcmp(a->name, b->name, a->len); +} + +#endif /* __KERNEL__ */ +#endif /* __AUFS_DCSUB_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/debug.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/debug.c @@ -0,0 +1,519 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * debug print functions + */ + +#include +#include "aufs.h" + +/* Returns 0, or -errno. arg is in kp->arg. */ +static int param_atomic_t_set(const char *val, const struct kernel_param *kp) +{ + int err, n; + + err = kstrtoint(val, 0, &n); + if (!err) { + if (n > 0) + au_debug_on(); + else + au_debug_off(); + } + return err; +} + +/* Returns length written or -errno. Buffer is 4k (ie. be short!) */ +static int param_atomic_t_get(char *buffer, const struct kernel_param *kp) +{ + atomic_t *a; + + a = kp->arg; + return sprintf(buffer, "%d", atomic_read(a)); +} + +static struct kernel_param_ops param_ops_atomic_t = { + .set = param_atomic_t_set, + .get = param_atomic_t_get + /* void (*free)(void *arg) */ +}; + +atomic_t aufs_debug = ATOMIC_INIT(0); +MODULE_PARM_DESC(debug, "debug print"); +module_param_named(debug, aufs_debug, atomic_t, S_IRUGO | S_IWUSR | S_IWGRP); + +char *au_plevel = KERN_DEBUG; +#define dpri(fmt, ...) do { \ + if ((au_plevel \ + && strcmp(au_plevel, KERN_DEBUG)) \ + || au_debug_test()) \ + printk("%s" fmt, au_plevel, ##__VA_ARGS__); \ +} while (0) + +/* ---------------------------------------------------------------------- */ + +void au_dpri_whlist(struct au_nhash *whlist) +{ + unsigned long ul, n; + struct hlist_head *head; + struct au_vdir_wh *pos; + + n = whlist->nh_num; + head = whlist->nh_head; + for (ul = 0; ul < n; ul++) { + hlist_for_each_entry(pos, head, wh_hash) + dpri("b%d, %.*s, %d\n", + pos->wh_bindex, + pos->wh_str.len, pos->wh_str.name, + pos->wh_str.len); + head++; + } +} + +void au_dpri_vdir(struct au_vdir *vdir) +{ + unsigned long ul; + union au_vdir_deblk_p p; + unsigned char *o; + + if (!vdir || IS_ERR(vdir)) { + dpri("err %ld\n", PTR_ERR(vdir)); + return; + } + + dpri("deblk %u, nblk %lu, deblk %p, last{%lu, %p}, ver %lu\n", + vdir->vd_deblk_sz, vdir->vd_nblk, vdir->vd_deblk, + vdir->vd_last.ul, vdir->vd_last.p.deblk, vdir->vd_version); + for (ul = 0; ul < vdir->vd_nblk; ul++) { + p.deblk = vdir->vd_deblk[ul]; + o = p.deblk; + dpri("[%lu]: %p\n", ul, o); + } +} + +static int do_pri_inode(aufs_bindex_t bindex, struct inode *inode, int hn, + struct dentry *wh) +{ + char *n = NULL; + int l = 0; + + if (!inode || IS_ERR(inode)) { + dpri("i%d: err %ld\n", bindex, PTR_ERR(inode)); + return -1; + } + + /* the type of i_blocks depends upon CONFIG_LBDAF */ + BUILD_BUG_ON(sizeof(inode->i_blocks) != sizeof(unsigned long) + && sizeof(inode->i_blocks) != sizeof(u64)); + if (wh) { + n = (void *)wh->d_name.name; + l = wh->d_name.len; + } + + dpri("i%d: %p, i%lu, %s, cnt %d, nl %u, 0%o, sz %llu, blk %llu," + " hn %d, ct %lld, np %lu, st 0x%lx, f 0x%x, v %llu, g %x%s%.*s\n", + bindex, inode, + inode->i_ino, inode->i_sb ? au_sbtype(inode->i_sb) : "??", + atomic_read(&inode->i_count), inode->i_nlink, inode->i_mode, + i_size_read(inode), (unsigned long long)inode->i_blocks, + hn, (long long)timespec_to_ns(&inode->i_ctime) & 0x0ffff, + inode->i_mapping ? inode->i_mapping->nrpages : 0, + inode->i_state, inode->i_flags, inode->i_version, + inode->i_generation, + l ? ", wh " : "", l, n); + return 0; +} + +void au_dpri_inode(struct inode *inode) +{ + struct au_iinfo *iinfo; + aufs_bindex_t bindex; + int err, hn; + + err = do_pri_inode(-1, inode, -1, NULL); + if (err || !au_test_aufs(inode->i_sb)) + return; + + iinfo = au_ii(inode); + if (!iinfo) + return; + dpri("i-1: bstart %d, bend %d, gen %d\n", + iinfo->ii_bstart, iinfo->ii_bend, au_iigen(inode, NULL)); + if (iinfo->ii_bstart < 0) + return; + hn = 0; + for (bindex = iinfo->ii_bstart; bindex <= iinfo->ii_bend; bindex++) { + hn = !!au_hn(iinfo->ii_hinode + bindex); + do_pri_inode(bindex, iinfo->ii_hinode[0 + bindex].hi_inode, hn, + iinfo->ii_hinode[0 + bindex].hi_whdentry); + } +} + +void au_dpri_dalias(struct inode *inode) +{ + struct dentry *d; + + spin_lock(&inode->i_lock); + hlist_for_each_entry(d, &inode->i_dentry, d_u.d_alias) + au_dpri_dentry(d); + spin_unlock(&inode->i_lock); +} + +static int do_pri_dentry(aufs_bindex_t bindex, struct dentry *dentry) +{ + struct dentry *wh = NULL; + int hn; + struct au_iinfo *iinfo; + + if (!dentry || IS_ERR(dentry)) { + dpri("d%d: err %ld\n", bindex, PTR_ERR(dentry)); + return -1; + } + /* do not call dget_parent() here */ + /* note: access d_xxx without d_lock */ + dpri("d%d: %p, %pd2?, %s, cnt %d, flags 0x%x, %shashed\n", + bindex, dentry, dentry, + dentry->d_sb ? au_sbtype(dentry->d_sb) : "??", + d_count(dentry), dentry->d_flags, + d_unhashed(dentry) ? "un" : ""); + hn = -1; + if (bindex >= 0 && dentry->d_inode && au_test_aufs(dentry->d_sb)) { + iinfo = au_ii(dentry->d_inode); + if (iinfo) { + hn = !!au_hn(iinfo->ii_hinode + bindex); + wh = iinfo->ii_hinode[0 + bindex].hi_whdentry; + } + } + do_pri_inode(bindex, dentry->d_inode, hn, wh); + return 0; +} + +void au_dpri_dentry(struct dentry *dentry) +{ + struct au_dinfo *dinfo; + aufs_bindex_t bindex; + int err; + struct au_hdentry *hdp; + + err = do_pri_dentry(-1, dentry); + if (err || !au_test_aufs(dentry->d_sb)) + return; + + dinfo = au_di(dentry); + if (!dinfo) + return; + dpri("d-1: bstart %d, bend %d, bwh %d, bdiropq %d, gen %d, tmp %d\n", + dinfo->di_bstart, dinfo->di_bend, + dinfo->di_bwh, dinfo->di_bdiropq, au_digen(dentry), + dinfo->di_tmpfile); + if (dinfo->di_bstart < 0) + return; + hdp = dinfo->di_hdentry; + for (bindex = dinfo->di_bstart; bindex <= dinfo->di_bend; bindex++) + do_pri_dentry(bindex, hdp[0 + bindex].hd_dentry); +} + +static int do_pri_file(aufs_bindex_t bindex, struct file *file) +{ + char a[32]; + + if (!file || IS_ERR(file)) { + dpri("f%d: err %ld\n", bindex, PTR_ERR(file)); + return -1; + } + a[0] = 0; + if (bindex < 0 + && file->f_dentry + && au_test_aufs(file->f_dentry->d_sb) + && au_fi(file)) + snprintf(a, sizeof(a), ", gen %d, mmapped %d", + au_figen(file), atomic_read(&au_fi(file)->fi_mmapped)); + dpri("f%d: mode 0x%x, flags 0%o, cnt %ld, v %llu, pos %llu%s\n", + bindex, file->f_mode, file->f_flags, (long)file_count(file), + file->f_version, file->f_pos, a); + if (file->f_dentry) + do_pri_dentry(bindex, file->f_dentry); + return 0; +} + +void au_dpri_file(struct file *file) +{ + struct au_finfo *finfo; + struct au_fidir *fidir; + struct au_hfile *hfile; + aufs_bindex_t bindex; + int err; + + err = do_pri_file(-1, file); + if (err || !file->f_dentry || !au_test_aufs(file->f_dentry->d_sb)) + return; + + finfo = au_fi(file); + if (!finfo) + return; + if (finfo->fi_btop < 0) + return; + fidir = finfo->fi_hdir; + if (!fidir) + do_pri_file(finfo->fi_btop, finfo->fi_htop.hf_file); + else + for (bindex = finfo->fi_btop; + bindex >= 0 && bindex <= fidir->fd_bbot; + bindex++) { + hfile = fidir->fd_hfile + bindex; + do_pri_file(bindex, hfile ? hfile->hf_file : NULL); + } +} + +static int do_pri_br(aufs_bindex_t bindex, struct au_branch *br) +{ + struct vfsmount *mnt; + struct super_block *sb; + + if (!br || IS_ERR(br)) + goto out; + mnt = au_br_mnt(br); + if (!mnt || IS_ERR(mnt)) + goto out; + sb = mnt->mnt_sb; + if (!sb || IS_ERR(sb)) + goto out; + + dpri("s%d: {perm 0x%x, id %d, cnt %d, wbr %p}, " + "%s, dev 0x%02x%02x, flags 0x%lx, cnt %d, active %d, " + "xino %d\n", + bindex, br->br_perm, br->br_id, atomic_read(&br->br_count), + br->br_wbr, au_sbtype(sb), MAJOR(sb->s_dev), MINOR(sb->s_dev), + sb->s_flags, sb->s_count, + atomic_read(&sb->s_active), !!br->br_xino.xi_file); + return 0; + +out: + dpri("s%d: err %ld\n", bindex, PTR_ERR(br)); + return -1; +} + +void au_dpri_sb(struct super_block *sb) +{ + struct au_sbinfo *sbinfo; + aufs_bindex_t bindex; + int err; + /* to reuduce stack size */ + struct { + struct vfsmount mnt; + struct au_branch fake; + } *a; + + /* this function can be called from magic sysrq */ + a = kzalloc(sizeof(*a), GFP_ATOMIC); + if (unlikely(!a)) { + dpri("no memory\n"); + return; + } + + a->mnt.mnt_sb = sb; + a->fake.br_perm = 0; + a->fake.br_path.mnt = &a->mnt; + a->fake.br_xino.xi_file = NULL; + atomic_set(&a->fake.br_count, 0); + smp_mb(); /* atomic_set */ + err = do_pri_br(-1, &a->fake); + kfree(a); + dpri("dev 0x%x\n", sb->s_dev); + if (err || !au_test_aufs(sb)) + return; + + sbinfo = au_sbi(sb); + if (!sbinfo) + return; + dpri("nw %d, gen %u, kobj %d\n", + atomic_read(&sbinfo->si_nowait.nw_len), sbinfo->si_generation, + atomic_read(&sbinfo->si_kobj.kref.refcount)); + for (bindex = 0; bindex <= sbinfo->si_bend; bindex++) + do_pri_br(bindex, sbinfo->si_branch[0 + bindex]); +} + +/* ---------------------------------------------------------------------- */ + +void au_dbg_sleep_jiffy(int jiffy) +{ + while (jiffy) + jiffy = schedule_timeout_uninterruptible(jiffy); +} + +void au_dbg_iattr(struct iattr *ia) +{ +#define AuBit(name) \ + do { \ + if (ia->ia_valid & ATTR_ ## name) \ + dpri(#name "\n"); \ + } while (0) + AuBit(MODE); + AuBit(UID); + AuBit(GID); + AuBit(SIZE); + AuBit(ATIME); + AuBit(MTIME); + AuBit(CTIME); + AuBit(ATIME_SET); + AuBit(MTIME_SET); + AuBit(FORCE); + AuBit(ATTR_FLAG); + AuBit(KILL_SUID); + AuBit(KILL_SGID); + AuBit(FILE); + AuBit(KILL_PRIV); + AuBit(OPEN); + AuBit(TIMES_SET); +#undef AuBit + dpri("ia_file %p\n", ia->ia_file); +} + +/* ---------------------------------------------------------------------- */ + +void __au_dbg_verify_dinode(struct dentry *dentry, const char *func, int line) +{ + struct inode *h_inode, *inode = dentry->d_inode; + struct dentry *h_dentry; + aufs_bindex_t bindex, bend, bi; + + if (!inode /* || au_di(dentry)->di_lsc == AuLsc_DI_TMP */) + return; + + bend = au_dbend(dentry); + bi = au_ibend(inode); + if (bi < bend) + bend = bi; + bindex = au_dbstart(dentry); + bi = au_ibstart(inode); + if (bi > bindex) + bindex = bi; + + for (; bindex <= bend; bindex++) { + h_dentry = au_h_dptr(dentry, bindex); + if (!h_dentry) + continue; + h_inode = au_h_iptr(inode, bindex); + if (unlikely(h_inode != h_dentry->d_inode)) { + au_debug_on(); + AuDbg("b%d, %s:%d\n", bindex, func, line); + AuDbgDentry(dentry); + AuDbgInode(inode); + au_debug_off(); + BUG(); + } + } +} + +void au_dbg_verify_dir_parent(struct dentry *dentry, unsigned int sigen) +{ + struct dentry *parent; + + parent = dget_parent(dentry); + AuDebugOn(!S_ISDIR(dentry->d_inode->i_mode)); + AuDebugOn(IS_ROOT(dentry)); + AuDebugOn(au_digen_test(parent, sigen)); + dput(parent); +} + +void au_dbg_verify_nondir_parent(struct dentry *dentry, unsigned int sigen) +{ + struct dentry *parent; + struct inode *inode; + + parent = dget_parent(dentry); + inode = dentry->d_inode; + AuDebugOn(inode && S_ISDIR(dentry->d_inode->i_mode)); + AuDebugOn(au_digen_test(parent, sigen)); + dput(parent); +} + +void au_dbg_verify_gen(struct dentry *parent, unsigned int sigen) +{ + int err, i, j; + struct au_dcsub_pages dpages; + struct au_dpage *dpage; + struct dentry **dentries; + + err = au_dpages_init(&dpages, GFP_NOFS); + AuDebugOn(err); + err = au_dcsub_pages_rev_aufs(&dpages, parent, /*do_include*/1); + AuDebugOn(err); + for (i = dpages.ndpage - 1; !err && i >= 0; i--) { + dpage = dpages.dpages + i; + dentries = dpage->dentries; + for (j = dpage->ndentry - 1; !err && j >= 0; j--) + AuDebugOn(au_digen_test(dentries[j], sigen)); + } + au_dpages_free(&dpages); +} + +void au_dbg_verify_kthread(void) +{ + if (au_wkq_test()) { + au_dbg_blocked(); + /* + * It may be recursive, but udba=notify between two aufs mounts, + * where a single ro branch is shared, is not a problem. + */ + /* WARN_ON(1); */ + } +} + +/* ---------------------------------------------------------------------- */ + +void au_debug_sbinfo_init(struct au_sbinfo *sbinfo __maybe_unused) +{ +#ifdef AuForceNoPlink + au_opt_clr(sbinfo->si_mntflags, PLINK); +#endif +#ifdef AuForceNoXino + au_opt_clr(sbinfo->si_mntflags, XINO); +#endif +#ifdef AuForceNoRefrof + au_opt_clr(sbinfo->si_mntflags, REFROF); +#endif +#ifdef AuForceHnotify + au_opt_set_udba(sbinfo->si_mntflags, UDBA_HNOTIFY); +#endif +#ifdef AuForceRd0 + sbinfo->si_rdblk = 0; + sbinfo->si_rdhash = 0; +#endif +} + +int __init au_debug_init(void) +{ + aufs_bindex_t bindex; + struct au_vdir_destr destr; + + bindex = -1; + AuDebugOn(bindex >= 0); + + destr.len = -1; + AuDebugOn(destr.len < NAME_MAX); + +#ifdef CONFIG_4KSTACKS + pr_warn("CONFIG_4KSTACKS is defined.\n"); +#endif + +#ifdef AuForceNoBrs + sysaufs_brs = 0; +#endif + + return 0; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/debug.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/debug.h @@ -0,0 +1,247 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * debug print functions + */ + +#ifndef __AUFS_DEBUG_H__ +#define __AUFS_DEBUG_H__ + +#ifdef __KERNEL__ + +#include +#include +#include +#include + +#ifdef CONFIG_AUFS_DEBUG +#define AuDebugOn(a) BUG_ON(a) + +/* module parameter */ +extern atomic_t aufs_debug; +static inline void au_debug_on(void) +{ + atomic_inc(&aufs_debug); +} +static inline void au_debug_off(void) +{ + atomic_dec_if_positive(&aufs_debug); +} + +static inline int au_debug_test(void) +{ + return atomic_read(&aufs_debug) > 0; +} +#else +#define AuDebugOn(a) do {} while (0) +AuStubVoid(au_debug_on, void) +AuStubVoid(au_debug_off, void) +AuStubInt0(au_debug_test, void) +#endif /* CONFIG_AUFS_DEBUG */ + +#define param_check_atomic_t(name, p) __param_check(name, p, atomic_t) + +/* ---------------------------------------------------------------------- */ + +/* debug print */ + +#define AuDbg(fmt, ...) do { \ + if (au_debug_test()) \ + pr_debug("DEBUG: " fmt, ##__VA_ARGS__); \ +} while (0) +#define AuLabel(l) AuDbg(#l "\n") +#define AuIOErr(fmt, ...) pr_err("I/O Error, " fmt, ##__VA_ARGS__) +#define AuWarn1(fmt, ...) do { \ + static unsigned char _c; \ + if (!_c++) \ + pr_warn(fmt, ##__VA_ARGS__); \ +} while (0) + +#define AuErr1(fmt, ...) do { \ + static unsigned char _c; \ + if (!_c++) \ + pr_err(fmt, ##__VA_ARGS__); \ +} while (0) + +#define AuIOErr1(fmt, ...) do { \ + static unsigned char _c; \ + if (!_c++) \ + AuIOErr(fmt, ##__VA_ARGS__); \ +} while (0) + +#define AuUnsupportMsg "This operation is not supported." \ + " Please report this application to aufs-users ML." +#define AuUnsupport(fmt, ...) do { \ + pr_err(AuUnsupportMsg "\n" fmt, ##__VA_ARGS__); \ + dump_stack(); \ +} while (0) + +#define AuTraceErr(e) do { \ + if (unlikely((e) < 0)) \ + AuDbg("err %d\n", (int)(e)); \ +} while (0) + +#define AuTraceErrPtr(p) do { \ + if (IS_ERR(p)) \ + AuDbg("err %ld\n", PTR_ERR(p)); \ +} while (0) + +/* dirty macros for debug print, use with "%.*s" and caution */ +#define AuLNPair(qstr) (qstr)->len, (qstr)->name + +/* ---------------------------------------------------------------------- */ + +struct au_sbinfo; +struct au_finfo; +struct dentry; +#ifdef CONFIG_AUFS_DEBUG +extern char *au_plevel; +struct au_nhash; +void au_dpri_whlist(struct au_nhash *whlist); +struct au_vdir; +void au_dpri_vdir(struct au_vdir *vdir); +struct inode; +void au_dpri_inode(struct inode *inode); +void au_dpri_dalias(struct inode *inode); +void au_dpri_dentry(struct dentry *dentry); +struct file; +void au_dpri_file(struct file *filp); +struct super_block; +void au_dpri_sb(struct super_block *sb); + +void au_dbg_sleep_jiffy(int jiffy); +struct iattr; +void au_dbg_iattr(struct iattr *ia); + +#define au_dbg_verify_dinode(d) __au_dbg_verify_dinode(d, __func__, __LINE__) +void __au_dbg_verify_dinode(struct dentry *dentry, const char *func, int line); +void au_dbg_verify_dir_parent(struct dentry *dentry, unsigned int sigen); +void au_dbg_verify_nondir_parent(struct dentry *dentry, unsigned int sigen); +void au_dbg_verify_gen(struct dentry *parent, unsigned int sigen); +void au_dbg_verify_kthread(void); + +int __init au_debug_init(void); +void au_debug_sbinfo_init(struct au_sbinfo *sbinfo); +#define AuDbgWhlist(w) do { \ + AuDbg(#w "\n"); \ + au_dpri_whlist(w); \ +} while (0) + +#define AuDbgVdir(v) do { \ + AuDbg(#v "\n"); \ + au_dpri_vdir(v); \ +} while (0) + +#define AuDbgInode(i) do { \ + AuDbg(#i "\n"); \ + au_dpri_inode(i); \ +} while (0) + +#define AuDbgDAlias(i) do { \ + AuDbg(#i "\n"); \ + au_dpri_dalias(i); \ +} while (0) + +#define AuDbgDentry(d) do { \ + AuDbg(#d "\n"); \ + au_dpri_dentry(d); \ +} while (0) + +#define AuDbgFile(f) do { \ + AuDbg(#f "\n"); \ + au_dpri_file(f); \ +} while (0) + +#define AuDbgSb(sb) do { \ + AuDbg(#sb "\n"); \ + au_dpri_sb(sb); \ +} while (0) + +#define AuDbgSleep(sec) do { \ + AuDbg("sleep %d sec\n", sec); \ + ssleep(sec); \ +} while (0) + +#define AuDbgSleepJiffy(jiffy) do { \ + AuDbg("sleep %d jiffies\n", jiffy); \ + au_dbg_sleep_jiffy(jiffy); \ +} while (0) + +#define AuDbgIAttr(ia) do { \ + AuDbg("ia_valid 0x%x\n", (ia)->ia_valid); \ + au_dbg_iattr(ia); \ +} while (0) + +#define AuDbgSym(addr) do { \ + char sym[KSYM_SYMBOL_LEN]; \ + sprint_symbol(sym, (unsigned long)addr); \ + AuDbg("%s\n", sym); \ +} while (0) + +#define AuInfoSym(addr) do { \ + char sym[KSYM_SYMBOL_LEN]; \ + sprint_symbol(sym, (unsigned long)addr); \ + AuInfo("%s\n", sym); \ +} while (0) +#else +AuStubVoid(au_dbg_verify_dinode, struct dentry *dentry) +AuStubVoid(au_dbg_verify_dir_parent, struct dentry *dentry, unsigned int sigen) +AuStubVoid(au_dbg_verify_nondir_parent, struct dentry *dentry, + unsigned int sigen) +AuStubVoid(au_dbg_verify_gen, struct dentry *parent, unsigned int sigen) +AuStubVoid(au_dbg_verify_kthread, void) +AuStubInt0(__init au_debug_init, void) +AuStubVoid(au_debug_sbinfo_init, struct au_sbinfo *sbinfo) + +#define AuDbgWhlist(w) do {} while (0) +#define AuDbgVdir(v) do {} while (0) +#define AuDbgInode(i) do {} while (0) +#define AuDbgDAlias(i) do {} while (0) +#define AuDbgDentry(d) do {} while (0) +#define AuDbgFile(f) do {} while (0) +#define AuDbgSb(sb) do {} while (0) +#define AuDbgSleep(sec) do {} while (0) +#define AuDbgSleepJiffy(jiffy) do {} while (0) +#define AuDbgIAttr(ia) do {} while (0) +#define AuDbgSym(addr) do {} while (0) +#define AuInfoSym(addr) do {} while (0) +#endif /* CONFIG_AUFS_DEBUG */ + +/* ---------------------------------------------------------------------- */ + +#ifdef CONFIG_AUFS_MAGIC_SYSRQ +int __init au_sysrq_init(void); +void au_sysrq_fin(void); + +#ifdef CONFIG_HW_CONSOLE +#define au_dbg_blocked() do { \ + WARN_ON(1); \ + handle_sysrq('w'); \ +} while (0) +#else +AuStubVoid(au_dbg_blocked, void) +#endif + +#else +AuStubInt0(__init au_sysrq_init, void) +AuStubVoid(au_sysrq_fin, void) +AuStubVoid(au_dbg_blocked, void) +#endif /* CONFIG_AUFS_MAGIC_SYSRQ */ + +#endif /* __KERNEL__ */ +#endif /* __AUFS_DEBUG_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/dentry.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/dentry.c @@ -0,0 +1,1094 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * lookup and dentry operations + */ + +#include +#include "aufs.h" + +#define AuLkup_ALLOW_NEG 1 +#define AuLkup_IGNORE_PERM (1 << 1) +#define au_ftest_lkup(flags, name) ((flags) & AuLkup_##name) +#define au_fset_lkup(flags, name) \ + do { (flags) |= AuLkup_##name; } while (0) +#define au_fclr_lkup(flags, name) \ + do { (flags) &= ~AuLkup_##name; } while (0) + +struct au_do_lookup_args { + unsigned int flags; + mode_t type; +}; + +/* + * returns positive/negative dentry, NULL or an error. + * NULL means whiteout-ed or not-found. + */ +static struct dentry* +au_do_lookup(struct dentry *h_parent, struct dentry *dentry, + aufs_bindex_t bindex, struct qstr *wh_name, + struct au_do_lookup_args *args) +{ + struct dentry *h_dentry; + struct inode *h_inode, *inode; + struct au_branch *br; + int wh_found, opq; + unsigned char wh_able; + const unsigned char allow_neg = !!au_ftest_lkup(args->flags, ALLOW_NEG); + const unsigned char ignore_perm = !!au_ftest_lkup(args->flags, + IGNORE_PERM); + + wh_found = 0; + br = au_sbr(dentry->d_sb, bindex); + wh_able = !!au_br_whable(br->br_perm); + if (wh_able) + wh_found = au_wh_test(h_parent, wh_name, /*try_sio*/0); + h_dentry = ERR_PTR(wh_found); + if (!wh_found) + goto real_lookup; + if (unlikely(wh_found < 0)) + goto out; + + /* We found a whiteout */ + /* au_set_dbend(dentry, bindex); */ + au_set_dbwh(dentry, bindex); + if (!allow_neg) + return NULL; /* success */ + +real_lookup: + if (!ignore_perm) + h_dentry = vfsub_lkup_one(&dentry->d_name, h_parent); + else + h_dentry = au_sio_lkup_one(&dentry->d_name, h_parent); + if (IS_ERR(h_dentry)) + goto out; + + h_inode = h_dentry->d_inode; + if (!h_inode) { + if (!allow_neg) + goto out_neg; + } else if (wh_found + || (args->type && args->type != (h_inode->i_mode & S_IFMT))) + goto out_neg; + + if (au_dbend(dentry) <= bindex) + au_set_dbend(dentry, bindex); + if (au_dbstart(dentry) < 0 || bindex < au_dbstart(dentry)) + au_set_dbstart(dentry, bindex); + au_set_h_dptr(dentry, bindex, h_dentry); + + inode = dentry->d_inode; + if (!h_inode || !S_ISDIR(h_inode->i_mode) || !wh_able + || (inode && !S_ISDIR(inode->i_mode))) + goto out; /* success */ + + mutex_lock_nested(&h_inode->i_mutex, AuLsc_I_CHILD); + opq = au_diropq_test(h_dentry); + mutex_unlock(&h_inode->i_mutex); + if (opq > 0) + au_set_dbdiropq(dentry, bindex); + else if (unlikely(opq < 0)) { + au_set_h_dptr(dentry, bindex, NULL); + h_dentry = ERR_PTR(opq); + } + goto out; + +out_neg: + dput(h_dentry); + h_dentry = NULL; +out: + return h_dentry; +} + +static int au_test_shwh(struct super_block *sb, const struct qstr *name) +{ + if (unlikely(!au_opt_test(au_mntflags(sb), SHWH) + && !strncmp(name->name, AUFS_WH_PFX, AUFS_WH_PFX_LEN))) + return -EPERM; + return 0; +} + +/* + * returns the number of lower positive dentries, + * otherwise an error. + * can be called at unlinking with @type is zero. + */ +int au_lkup_dentry(struct dentry *dentry, aufs_bindex_t bstart, mode_t type) +{ + int npositive, err; + aufs_bindex_t bindex, btail, bdiropq; + unsigned char isdir, dirperm1; + struct qstr whname; + struct au_do_lookup_args args = { + .flags = 0, + .type = type + }; + const struct qstr *name = &dentry->d_name; + struct dentry *parent; + struct inode *inode; + struct super_block *sb; + + sb = dentry->d_sb; + err = au_test_shwh(sb, name); + if (unlikely(err)) + goto out; + + err = au_wh_name_alloc(&whname, name); + if (unlikely(err)) + goto out; + + inode = dentry->d_inode; + isdir = !!(inode && S_ISDIR(inode->i_mode)); + if (!type) + au_fset_lkup(args.flags, ALLOW_NEG); + dirperm1 = !!au_opt_test(au_mntflags(sb), DIRPERM1); + + npositive = 0; + parent = dget_parent(dentry); + btail = au_dbtaildir(parent); + for (bindex = bstart; bindex <= btail; bindex++) { + struct dentry *h_parent, *h_dentry; + struct inode *h_inode, *h_dir; + + h_dentry = au_h_dptr(dentry, bindex); + if (h_dentry) { + if (h_dentry->d_inode) + npositive++; + if (type != S_IFDIR) + break; + continue; + } + h_parent = au_h_dptr(parent, bindex); + if (!h_parent) + continue; + h_dir = h_parent->d_inode; + if (!h_dir || !S_ISDIR(h_dir->i_mode)) + continue; + + mutex_lock_nested(&h_dir->i_mutex, AuLsc_I_PARENT); + h_dentry = au_do_lookup(h_parent, dentry, bindex, &whname, + &args); + mutex_unlock(&h_dir->i_mutex); + err = PTR_ERR(h_dentry); + if (IS_ERR(h_dentry)) + goto out_parent; + au_fclr_lkup(args.flags, ALLOW_NEG); + if (dirperm1) + au_fset_lkup(args.flags, IGNORE_PERM); + + if (au_dbwh(dentry) >= 0) + break; + if (!h_dentry) + continue; + h_inode = h_dentry->d_inode; + if (!h_inode) + continue; + npositive++; + if (!args.type) + args.type = h_inode->i_mode & S_IFMT; + if (args.type != S_IFDIR) + break; + else if (isdir) { + /* the type of lower may be different */ + bdiropq = au_dbdiropq(dentry); + if (bdiropq >= 0 && bdiropq <= bindex) + break; + } + } + + if (npositive) { + AuLabel(positive); + au_update_dbstart(dentry); + } + err = npositive; + if (unlikely(!au_opt_test(au_mntflags(sb), UDBA_NONE) + && au_dbstart(dentry) < 0)) { + err = -EIO; + AuIOErr("both of real entry and whiteout found, %pd, err %d\n", + dentry, err); + } + +out_parent: + dput(parent); + kfree(whname.name); +out: + return err; +} + +struct dentry *au_sio_lkup_one(struct qstr *name, struct dentry *parent) +{ + struct dentry *dentry; + int wkq_err; + + if (!au_test_h_perm_sio(parent->d_inode, MAY_EXEC)) + dentry = vfsub_lkup_one(name, parent); + else { + struct vfsub_lkup_one_args args = { + .errp = &dentry, + .name = name, + .parent = parent + }; + + wkq_err = au_wkq_wait(vfsub_call_lkup_one, &args); + if (unlikely(wkq_err)) + dentry = ERR_PTR(wkq_err); + } + + return dentry; +} + +/* + * lookup @dentry on @bindex which should be negative. + */ +int au_lkup_neg(struct dentry *dentry, aufs_bindex_t bindex, int wh) +{ + int err; + struct dentry *parent, *h_parent, *h_dentry; + struct au_branch *br; + + parent = dget_parent(dentry); + h_parent = au_h_dptr(parent, bindex); + br = au_sbr(dentry->d_sb, bindex); + if (wh) + h_dentry = au_whtmp_lkup(h_parent, br, &dentry->d_name); + else + h_dentry = au_sio_lkup_one(&dentry->d_name, h_parent); + err = PTR_ERR(h_dentry); + if (IS_ERR(h_dentry)) + goto out; + if (unlikely(h_dentry->d_inode)) { + err = -EIO; + AuIOErr("%pd should be negative on b%d.\n", h_dentry, bindex); + dput(h_dentry); + goto out; + } + + err = 0; + if (bindex < au_dbstart(dentry)) + au_set_dbstart(dentry, bindex); + if (au_dbend(dentry) < bindex) + au_set_dbend(dentry, bindex); + au_set_h_dptr(dentry, bindex, h_dentry); + +out: + dput(parent); + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* subset of struct inode */ +struct au_iattr { + unsigned long i_ino; + /* unsigned int i_nlink; */ + kuid_t i_uid; + kgid_t i_gid; + u64 i_version; +/* + loff_t i_size; + blkcnt_t i_blocks; +*/ + umode_t i_mode; +}; + +static void au_iattr_save(struct au_iattr *ia, struct inode *h_inode) +{ + ia->i_ino = h_inode->i_ino; + /* ia->i_nlink = h_inode->i_nlink; */ + ia->i_uid = h_inode->i_uid; + ia->i_gid = h_inode->i_gid; + ia->i_version = h_inode->i_version; +/* + ia->i_size = h_inode->i_size; + ia->i_blocks = h_inode->i_blocks; +*/ + ia->i_mode = (h_inode->i_mode & S_IFMT); +} + +static int au_iattr_test(struct au_iattr *ia, struct inode *h_inode) +{ + return ia->i_ino != h_inode->i_ino + /* || ia->i_nlink != h_inode->i_nlink */ + || !uid_eq(ia->i_uid, h_inode->i_uid) + || !gid_eq(ia->i_gid, h_inode->i_gid) + || ia->i_version != h_inode->i_version +/* + || ia->i_size != h_inode->i_size + || ia->i_blocks != h_inode->i_blocks +*/ + || ia->i_mode != (h_inode->i_mode & S_IFMT); +} + +static int au_h_verify_dentry(struct dentry *h_dentry, struct dentry *h_parent, + struct au_branch *br) +{ + int err; + struct au_iattr ia; + struct inode *h_inode; + struct dentry *h_d; + struct super_block *h_sb; + + err = 0; + memset(&ia, -1, sizeof(ia)); + h_sb = h_dentry->d_sb; + h_inode = h_dentry->d_inode; + if (h_inode) + au_iattr_save(&ia, h_inode); + else if (au_test_nfs(h_sb) || au_test_fuse(h_sb)) + /* nfs d_revalidate may return 0 for negative dentry */ + /* fuse d_revalidate always return 0 for negative dentry */ + goto out; + + /* main purpose is namei.c:cached_lookup() and d_revalidate */ + h_d = vfsub_lkup_one(&h_dentry->d_name, h_parent); + err = PTR_ERR(h_d); + if (IS_ERR(h_d)) + goto out; + + err = 0; + if (unlikely(h_d != h_dentry + || h_d->d_inode != h_inode + || (h_inode && au_iattr_test(&ia, h_inode)))) + err = au_busy_or_stale(); + dput(h_d); + +out: + AuTraceErr(err); + return err; +} + +int au_h_verify(struct dentry *h_dentry, unsigned int udba, struct inode *h_dir, + struct dentry *h_parent, struct au_branch *br) +{ + int err; + + err = 0; + if (udba == AuOpt_UDBA_REVAL + && !au_test_fs_remote(h_dentry->d_sb)) { + IMustLock(h_dir); + err = (h_dentry->d_parent->d_inode != h_dir); + } else if (udba != AuOpt_UDBA_NONE) + err = au_h_verify_dentry(h_dentry, h_parent, br); + + return err; +} + +/* ---------------------------------------------------------------------- */ + +static int au_do_refresh_hdentry(struct dentry *dentry, struct dentry *parent) +{ + int err; + aufs_bindex_t new_bindex, bindex, bend, bwh, bdiropq; + struct au_hdentry tmp, *p, *q; + struct au_dinfo *dinfo; + struct super_block *sb; + + DiMustWriteLock(dentry); + + sb = dentry->d_sb; + dinfo = au_di(dentry); + bend = dinfo->di_bend; + bwh = dinfo->di_bwh; + bdiropq = dinfo->di_bdiropq; + p = dinfo->di_hdentry + dinfo->di_bstart; + for (bindex = dinfo->di_bstart; bindex <= bend; bindex++, p++) { + if (!p->hd_dentry) + continue; + + new_bindex = au_br_index(sb, p->hd_id); + if (new_bindex == bindex) + continue; + + if (dinfo->di_bwh == bindex) + bwh = new_bindex; + if (dinfo->di_bdiropq == bindex) + bdiropq = new_bindex; + if (new_bindex < 0) { + au_hdput(p); + p->hd_dentry = NULL; + continue; + } + + /* swap two lower dentries, and loop again */ + q = dinfo->di_hdentry + new_bindex; + tmp = *q; + *q = *p; + *p = tmp; + if (tmp.hd_dentry) { + bindex--; + p--; + } + } + + dinfo->di_bwh = -1; + if (bwh >= 0 && bwh <= au_sbend(sb) && au_sbr_whable(sb, bwh)) + dinfo->di_bwh = bwh; + + dinfo->di_bdiropq = -1; + if (bdiropq >= 0 + && bdiropq <= au_sbend(sb) + && au_sbr_whable(sb, bdiropq)) + dinfo->di_bdiropq = bdiropq; + + err = -EIO; + dinfo->di_bstart = -1; + dinfo->di_bend = -1; + bend = au_dbend(parent); + p = dinfo->di_hdentry; + for (bindex = 0; bindex <= bend; bindex++, p++) + if (p->hd_dentry) { + dinfo->di_bstart = bindex; + break; + } + + if (dinfo->di_bstart >= 0) { + p = dinfo->di_hdentry + bend; + for (bindex = bend; bindex >= 0; bindex--, p--) + if (p->hd_dentry) { + dinfo->di_bend = bindex; + err = 0; + break; + } + } + + return err; +} + +static void au_do_hide(struct dentry *dentry) +{ + struct inode *inode; + + inode = dentry->d_inode; + if (inode) { + if (!S_ISDIR(inode->i_mode)) { + if (inode->i_nlink && !d_unhashed(dentry)) + drop_nlink(inode); + } else { + clear_nlink(inode); + /* stop next lookup */ + inode->i_flags |= S_DEAD; + } + smp_mb(); /* necessary? */ + } + d_drop(dentry); +} + +static int au_hide_children(struct dentry *parent) +{ + int err, i, j, ndentry; + struct au_dcsub_pages dpages; + struct au_dpage *dpage; + struct dentry *dentry; + + err = au_dpages_init(&dpages, GFP_NOFS); + if (unlikely(err)) + goto out; + err = au_dcsub_pages(&dpages, parent, NULL, NULL); + if (unlikely(err)) + goto out_dpages; + + /* in reverse order */ + for (i = dpages.ndpage - 1; i >= 0; i--) { + dpage = dpages.dpages + i; + ndentry = dpage->ndentry; + for (j = ndentry - 1; j >= 0; j--) { + dentry = dpage->dentries[j]; + if (dentry != parent) + au_do_hide(dentry); + } + } + +out_dpages: + au_dpages_free(&dpages); +out: + return err; +} + +static void au_hide(struct dentry *dentry) +{ + int err; + struct inode *inode; + + AuDbgDentry(dentry); + inode = dentry->d_inode; + if (inode && S_ISDIR(inode->i_mode)) { + /* shrink_dcache_parent(dentry); */ + err = au_hide_children(dentry); + if (unlikely(err)) + AuIOErr("%pd, failed hiding children, ignored %d\n", + dentry, err); + } + au_do_hide(dentry); +} + +/* + * By adding a dirty branch, a cached dentry may be affected in various ways. + * + * a dirty branch is added + * - on the top of layers + * - in the middle of layers + * - to the bottom of layers + * + * on the added branch there exists + * - a whiteout + * - a diropq + * - a same named entry + * + exist + * * negative --> positive + * * positive --> positive + * - type is unchanged + * - type is changed + * + doesn't exist + * * negative --> negative + * * positive --> negative (rejected by au_br_del() for non-dir case) + * - none + */ +static int au_refresh_by_dinfo(struct dentry *dentry, struct au_dinfo *dinfo, + struct au_dinfo *tmp) +{ + int err; + aufs_bindex_t bindex, bend; + struct { + struct dentry *dentry; + struct inode *inode; + mode_t mode; + } orig_h, tmp_h; + struct au_hdentry *hd; + struct inode *inode, *h_inode; + struct dentry *h_dentry; + + err = 0; + AuDebugOn(dinfo->di_bstart < 0); + orig_h.dentry = dinfo->di_hdentry[dinfo->di_bstart].hd_dentry; + orig_h.inode = orig_h.dentry->d_inode; + orig_h.mode = 0; + if (orig_h.inode) + orig_h.mode = orig_h.inode->i_mode & S_IFMT; + memset(&tmp_h, 0, sizeof(tmp_h)); + if (tmp->di_bstart >= 0) { + tmp_h.dentry = tmp->di_hdentry[tmp->di_bstart].hd_dentry; + tmp_h.inode = tmp_h.dentry->d_inode; + if (tmp_h.inode) + tmp_h.mode = tmp_h.inode->i_mode & S_IFMT; + } + + inode = dentry->d_inode; + if (!orig_h.inode) { + AuDbg("nagative originally\n"); + if (inode) { + au_hide(dentry); + goto out; + } + AuDebugOn(inode); + AuDebugOn(dinfo->di_bstart != dinfo->di_bend); + AuDebugOn(dinfo->di_bdiropq != -1); + + if (!tmp_h.inode) { + AuDbg("negative --> negative\n"); + /* should have only one negative lower */ + if (tmp->di_bstart >= 0 + && tmp->di_bstart < dinfo->di_bstart) { + AuDebugOn(tmp->di_bstart != tmp->di_bend); + AuDebugOn(dinfo->di_bstart != dinfo->di_bend); + au_set_h_dptr(dentry, dinfo->di_bstart, NULL); + au_di_cp(dinfo, tmp); + hd = tmp->di_hdentry + tmp->di_bstart; + au_set_h_dptr(dentry, tmp->di_bstart, + dget(hd->hd_dentry)); + } + au_dbg_verify_dinode(dentry); + } else { + AuDbg("negative --> positive\n"); + /* + * similar to the behaviour of creating with bypassing + * aufs. + * unhash it in order to force an error in the + * succeeding create operation. + * we should not set S_DEAD here. + */ + d_drop(dentry); + /* au_di_swap(tmp, dinfo); */ + au_dbg_verify_dinode(dentry); + } + } else { + AuDbg("positive originally\n"); + /* inode may be NULL */ + AuDebugOn(inode && (inode->i_mode & S_IFMT) != orig_h.mode); + if (!tmp_h.inode) { + AuDbg("positive --> negative\n"); + /* or bypassing aufs */ + au_hide(dentry); + if (tmp->di_bwh >= 0 && tmp->di_bwh <= dinfo->di_bstart) + dinfo->di_bwh = tmp->di_bwh; + if (inode) + err = au_refresh_hinode_self(inode); + au_dbg_verify_dinode(dentry); + } else if (orig_h.mode == tmp_h.mode) { + AuDbg("positive --> positive, same type\n"); + if (!S_ISDIR(orig_h.mode) + && dinfo->di_bstart > tmp->di_bstart) { + /* + * similar to the behaviour of removing and + * creating. + */ + au_hide(dentry); + if (inode) + err = au_refresh_hinode_self(inode); + au_dbg_verify_dinode(dentry); + } else { + /* fill empty slots */ + if (dinfo->di_bstart > tmp->di_bstart) + dinfo->di_bstart = tmp->di_bstart; + if (dinfo->di_bend < tmp->di_bend) + dinfo->di_bend = tmp->di_bend; + dinfo->di_bwh = tmp->di_bwh; + dinfo->di_bdiropq = tmp->di_bdiropq; + hd = tmp->di_hdentry; + bend = dinfo->di_bend; + for (bindex = tmp->di_bstart; bindex <= bend; + bindex++) { + if (au_h_dptr(dentry, bindex)) + continue; + h_dentry = hd[bindex].hd_dentry; + if (!h_dentry) + continue; + h_inode = h_dentry->d_inode; + AuDebugOn(!h_inode); + AuDebugOn(orig_h.mode + != (h_inode->i_mode + & S_IFMT)); + au_set_h_dptr(dentry, bindex, + dget(h_dentry)); + } + err = au_refresh_hinode(inode, dentry); + au_dbg_verify_dinode(dentry); + } + } else { + AuDbg("positive --> positive, different type\n"); + /* similar to the behaviour of removing and creating */ + au_hide(dentry); + if (inode) + err = au_refresh_hinode_self(inode); + au_dbg_verify_dinode(dentry); + } + } + +out: + return err; +} + +int au_refresh_dentry(struct dentry *dentry, struct dentry *parent) +{ + int err, ebrange; + unsigned int sigen; + struct au_dinfo *dinfo, *tmp; + struct super_block *sb; + struct inode *inode; + + DiMustWriteLock(dentry); + AuDebugOn(IS_ROOT(dentry)); + AuDebugOn(!parent->d_inode); + + sb = dentry->d_sb; + inode = dentry->d_inode; + sigen = au_sigen(sb); + err = au_digen_test(parent, sigen); + if (unlikely(err)) + goto out; + + dinfo = au_di(dentry); + err = au_di_realloc(dinfo, au_sbend(sb) + 1); + if (unlikely(err)) + goto out; + ebrange = au_dbrange_test(dentry); + if (!ebrange) + ebrange = au_do_refresh_hdentry(dentry, parent); + + if (d_unhashed(dentry) || ebrange /* || dinfo->di_tmpfile */) { + AuDebugOn(au_dbstart(dentry) < 0 && au_dbend(dentry) >= 0); + if (inode) + err = au_refresh_hinode_self(inode); + au_dbg_verify_dinode(dentry); + if (!err) + goto out_dgen; /* success */ + goto out; + } + + /* temporary dinfo */ + AuDbgDentry(dentry); + err = -ENOMEM; + tmp = au_di_alloc(sb, AuLsc_DI_TMP); + if (unlikely(!tmp)) + goto out; + au_di_swap(tmp, dinfo); + /* returns the number of positive dentries */ + /* + * if current working dir is removed, it returns an error. + * but the dentry is legal. + */ + err = au_lkup_dentry(dentry, /*bstart*/0, /*type*/0); + AuDbgDentry(dentry); + au_di_swap(tmp, dinfo); + if (err == -ENOENT) + err = 0; + if (err >= 0) { + /* compare/refresh by dinfo */ + AuDbgDentry(dentry); + err = au_refresh_by_dinfo(dentry, dinfo, tmp); + au_dbg_verify_dinode(dentry); + AuTraceErr(err); + } + au_rw_write_unlock(&tmp->di_rwsem); + au_di_free(tmp); + if (unlikely(err)) + goto out; + +out_dgen: + au_update_digen(dentry); +out: + if (unlikely(err && !(dentry->d_flags & DCACHE_NFSFS_RENAMED))) { + AuIOErr("failed refreshing %pd, %d\n", dentry, err); + AuDbgDentry(dentry); + } + AuTraceErr(err); + return err; +} + +static int au_do_h_d_reval(struct dentry *h_dentry, unsigned int flags, + struct dentry *dentry, aufs_bindex_t bindex) +{ + int err, valid; + + err = 0; + if (!(h_dentry->d_flags & DCACHE_OP_REVALIDATE)) + goto out; + + AuDbg("b%d\n", bindex); + /* + * gave up supporting LOOKUP_CREATE/OPEN for lower fs, + * due to whiteout and branch permission. + */ + flags &= ~(/*LOOKUP_PARENT |*/ LOOKUP_OPEN | LOOKUP_CREATE + | LOOKUP_FOLLOW | LOOKUP_EXCL); + /* it may return tri-state */ + valid = h_dentry->d_op->d_revalidate(h_dentry, flags); + + if (unlikely(valid < 0)) + err = valid; + else if (!valid) + err = -EINVAL; + +out: + AuTraceErr(err); + return err; +} + +/* todo: remove this */ +static int h_d_revalidate(struct dentry *dentry, struct inode *inode, + unsigned int flags, int do_udba) +{ + int err; + umode_t mode, h_mode; + aufs_bindex_t bindex, btail, bstart, ibs, ibe; + unsigned char plus, unhashed, is_root, h_plus, h_nfs, tmpfile; + struct inode *h_inode, *h_cached_inode; + struct dentry *h_dentry; + struct qstr *name, *h_name; + + err = 0; + plus = 0; + mode = 0; + ibs = -1; + ibe = -1; + unhashed = !!d_unhashed(dentry); + is_root = !!IS_ROOT(dentry); + name = &dentry->d_name; + tmpfile = au_di(dentry)->di_tmpfile; + + /* + * Theoretically, REVAL test should be unnecessary in case of + * {FS,I}NOTIFY. + * But {fs,i}notify doesn't fire some necessary events, + * IN_ATTRIB for atime/nlink/pageio + * Let's do REVAL test too. + */ + if (do_udba && inode) { + mode = (inode->i_mode & S_IFMT); + plus = (inode->i_nlink > 0); + ibs = au_ibstart(inode); + ibe = au_ibend(inode); + } + + bstart = au_dbstart(dentry); + btail = bstart; + if (inode && S_ISDIR(inode->i_mode)) + btail = au_dbtaildir(dentry); + for (bindex = bstart; bindex <= btail; bindex++) { + h_dentry = au_h_dptr(dentry, bindex); + if (!h_dentry) + continue; + + AuDbg("b%d, %pd\n", bindex, h_dentry); + h_nfs = !!au_test_nfs(h_dentry->d_sb); + spin_lock(&h_dentry->d_lock); + h_name = &h_dentry->d_name; + if (unlikely(do_udba + && !is_root + && ((!h_nfs + && (unhashed != !!d_unhashed(h_dentry) + || (!tmpfile + && !au_qstreq(name, h_name)) + )) + || (h_nfs + && !(flags & LOOKUP_OPEN) + && (h_dentry->d_flags + & DCACHE_NFSFS_RENAMED))) + )) { + int h_unhashed; + + h_unhashed = d_unhashed(h_dentry); + spin_unlock(&h_dentry->d_lock); + AuDbg("unhash 0x%x 0x%x, %pd %pd\n", + unhashed, h_unhashed, dentry, h_dentry); + goto err; + } + spin_unlock(&h_dentry->d_lock); + + err = au_do_h_d_reval(h_dentry, flags, dentry, bindex); + if (unlikely(err)) + /* do not goto err, to keep the errno */ + break; + + /* todo: plink too? */ + if (!do_udba) + continue; + + /* UDBA tests */ + h_inode = h_dentry->d_inode; + if (unlikely(!!inode != !!h_inode)) + goto err; + + h_plus = plus; + h_mode = mode; + h_cached_inode = h_inode; + if (h_inode) { + h_mode = (h_inode->i_mode & S_IFMT); + h_plus = (h_inode->i_nlink > 0); + } + if (inode && ibs <= bindex && bindex <= ibe) + h_cached_inode = au_h_iptr(inode, bindex); + + if (!h_nfs) { + if (unlikely(plus != h_plus && !tmpfile)) + goto err; + } else { + if (unlikely(!(h_dentry->d_flags & DCACHE_NFSFS_RENAMED) + && !is_root + && !IS_ROOT(h_dentry) + && unhashed != d_unhashed(h_dentry))) + goto err; + } + if (unlikely(mode != h_mode + || h_cached_inode != h_inode)) + goto err; + continue; + +err: + err = -EINVAL; + break; + } + + AuTraceErr(err); + return err; +} + +/* todo: consolidate with do_refresh() and au_reval_for_attr() */ +static int simple_reval_dpath(struct dentry *dentry, unsigned int sigen) +{ + int err; + struct dentry *parent; + + if (!au_digen_test(dentry, sigen)) + return 0; + + parent = dget_parent(dentry); + di_read_lock_parent(parent, AuLock_IR); + AuDebugOn(au_digen_test(parent, sigen)); + au_dbg_verify_gen(parent, sigen); + err = au_refresh_dentry(dentry, parent); + di_read_unlock(parent, AuLock_IR); + dput(parent); + AuTraceErr(err); + return err; +} + +int au_reval_dpath(struct dentry *dentry, unsigned int sigen) +{ + int err; + struct dentry *d, *parent; + struct inode *inode; + + if (!au_ftest_si(au_sbi(dentry->d_sb), FAILED_REFRESH_DIR)) + return simple_reval_dpath(dentry, sigen); + + /* slow loop, keep it simple and stupid */ + /* cf: au_cpup_dirs() */ + err = 0; + parent = NULL; + while (au_digen_test(dentry, sigen)) { + d = dentry; + while (1) { + dput(parent); + parent = dget_parent(d); + if (!au_digen_test(parent, sigen)) + break; + d = parent; + } + + inode = d->d_inode; + if (d != dentry) + di_write_lock_child2(d); + + /* someone might update our dentry while we were sleeping */ + if (au_digen_test(d, sigen)) { + /* + * todo: consolidate with simple_reval_dpath(), + * do_refresh() and au_reval_for_attr(). + */ + di_read_lock_parent(parent, AuLock_IR); + err = au_refresh_dentry(d, parent); + di_read_unlock(parent, AuLock_IR); + } + + if (d != dentry) + di_write_unlock(d); + dput(parent); + if (unlikely(err)) + break; + } + + return err; +} + +/* + * if valid returns 1, otherwise 0. + */ +static int aufs_d_revalidate(struct dentry *dentry, unsigned int flags) +{ + int valid, err; + unsigned int sigen; + unsigned char do_udba; + struct super_block *sb; + struct inode *inode; + + /* todo: support rcu-walk? */ + if (flags & LOOKUP_RCU) + return -ECHILD; + + valid = 0; + if (unlikely(!au_di(dentry))) + goto out; + + inode = dentry->d_inode; + if (inode && is_bad_inode(inode)) + goto out; + + valid = 1; + sb = dentry->d_sb; + /* + * todo: very ugly + * i_mutex of parent dir may be held, + * but we should not return 'invalid' due to busy. + */ + err = aufs_read_lock(dentry, AuLock_FLUSH | AuLock_DW | AuLock_NOPLM); + if (unlikely(err)) { + valid = err; + AuTraceErr(err); + goto out; + } + if (unlikely(au_dbrange_test(dentry))) { + err = -EINVAL; + AuTraceErr(err); + goto out_dgrade; + } + + sigen = au_sigen(sb); + if (au_digen_test(dentry, sigen)) { + AuDebugOn(IS_ROOT(dentry)); + err = au_reval_dpath(dentry, sigen); + if (unlikely(err)) { + AuTraceErr(err); + goto out_dgrade; + } + } + di_downgrade_lock(dentry, AuLock_IR); + + err = -EINVAL; + if (!(flags & LOOKUP_OPEN) + && inode + && !(inode->i_state && I_LINKABLE) + && (IS_DEADDIR(inode) || !inode->i_nlink)) + goto out_inval; + + do_udba = !au_opt_test(au_mntflags(sb), UDBA_NONE); + if (do_udba && inode) { + aufs_bindex_t bstart = au_ibstart(inode); + struct inode *h_inode; + + if (bstart >= 0) { + h_inode = au_h_iptr(inode, bstart); + if (h_inode && au_test_higen(inode, h_inode)) + goto out_inval; + } + } + + err = h_d_revalidate(dentry, inode, flags, do_udba); + if (unlikely(!err && do_udba && au_dbstart(dentry) < 0)) { + err = -EIO; + AuDbg("both of real entry and whiteout found, %p, err %d\n", + dentry, err); + } + goto out_inval; + +out_dgrade: + di_downgrade_lock(dentry, AuLock_IR); +out_inval: + aufs_read_unlock(dentry, AuLock_IR); + AuTraceErr(err); + valid = !err; +out: + if (!valid) { + AuDbg("%pd invalid, %d\n", dentry, valid); + d_drop(dentry); + } + return valid; +} + +static void aufs_d_release(struct dentry *dentry) +{ + if (au_di(dentry)) { + au_di_fin(dentry); + au_hn_di_reinit(dentry); + } +} + +const struct dentry_operations aufs_dop = { + .d_revalidate = aufs_d_revalidate, + .d_weak_revalidate = aufs_d_revalidate, + .d_release = aufs_d_release +}; --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/dentry.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/dentry.h @@ -0,0 +1,233 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * lookup and dentry operations + */ + +#ifndef __AUFS_DENTRY_H__ +#define __AUFS_DENTRY_H__ + +#ifdef __KERNEL__ + +#include +#include "rwsem.h" + +struct au_hdentry { + struct dentry *hd_dentry; + aufs_bindex_t hd_id; +}; + +struct au_dinfo { + atomic_t di_generation; + + struct au_rwsem di_rwsem; + aufs_bindex_t di_bstart, di_bend, di_bwh, di_bdiropq; + unsigned char di_tmpfile; /* to allow the different name */ + struct au_hdentry *di_hdentry; +} ____cacheline_aligned_in_smp; + +/* ---------------------------------------------------------------------- */ + +/* dentry.c */ +extern const struct dentry_operations aufs_dop; +struct au_branch; +struct dentry *au_sio_lkup_one(struct qstr *name, struct dentry *parent); +int au_h_verify(struct dentry *h_dentry, unsigned int udba, struct inode *h_dir, + struct dentry *h_parent, struct au_branch *br); + +int au_lkup_dentry(struct dentry *dentry, aufs_bindex_t bstart, mode_t type); +int au_lkup_neg(struct dentry *dentry, aufs_bindex_t bindex, int wh); +int au_refresh_dentry(struct dentry *dentry, struct dentry *parent); +int au_reval_dpath(struct dentry *dentry, unsigned int sigen); + +/* dinfo.c */ +void au_di_init_once(void *_di); +struct au_dinfo *au_di_alloc(struct super_block *sb, unsigned int lsc); +void au_di_free(struct au_dinfo *dinfo); +void au_di_swap(struct au_dinfo *a, struct au_dinfo *b); +void au_di_cp(struct au_dinfo *dst, struct au_dinfo *src); +int au_di_init(struct dentry *dentry); +void au_di_fin(struct dentry *dentry); +int au_di_realloc(struct au_dinfo *dinfo, int nbr); + +void di_read_lock(struct dentry *d, int flags, unsigned int lsc); +void di_read_unlock(struct dentry *d, int flags); +void di_downgrade_lock(struct dentry *d, int flags); +void di_write_lock(struct dentry *d, unsigned int lsc); +void di_write_unlock(struct dentry *d); +void di_write_lock2_child(struct dentry *d1, struct dentry *d2, int isdir); +void di_write_lock2_parent(struct dentry *d1, struct dentry *d2, int isdir); +void di_write_unlock2(struct dentry *d1, struct dentry *d2); + +struct dentry *au_h_dptr(struct dentry *dentry, aufs_bindex_t bindex); +struct dentry *au_h_d_alias(struct dentry *dentry, aufs_bindex_t bindex); +aufs_bindex_t au_dbtail(struct dentry *dentry); +aufs_bindex_t au_dbtaildir(struct dentry *dentry); + +void au_set_h_dptr(struct dentry *dentry, aufs_bindex_t bindex, + struct dentry *h_dentry); +int au_digen_test(struct dentry *dentry, unsigned int sigen); +int au_dbrange_test(struct dentry *dentry); +void au_update_digen(struct dentry *dentry); +void au_update_dbrange(struct dentry *dentry, int do_put_zero); +void au_update_dbstart(struct dentry *dentry); +void au_update_dbend(struct dentry *dentry); +int au_find_dbindex(struct dentry *dentry, struct dentry *h_dentry); + +/* ---------------------------------------------------------------------- */ + +static inline struct au_dinfo *au_di(struct dentry *dentry) +{ + return dentry->d_fsdata; +} + +/* ---------------------------------------------------------------------- */ + +/* lock subclass for dinfo */ +enum { + AuLsc_DI_CHILD, /* child first */ + AuLsc_DI_CHILD2, /* rename(2), link(2), and cpup at hnotify */ + AuLsc_DI_CHILD3, /* copyup dirs */ + AuLsc_DI_PARENT, + AuLsc_DI_PARENT2, + AuLsc_DI_PARENT3, + AuLsc_DI_TMP /* temp for replacing dinfo */ +}; + +/* + * di_read_lock_child, di_write_lock_child, + * di_read_lock_child2, di_write_lock_child2, + * di_read_lock_child3, di_write_lock_child3, + * di_read_lock_parent, di_write_lock_parent, + * di_read_lock_parent2, di_write_lock_parent2, + * di_read_lock_parent3, di_write_lock_parent3, + */ +#define AuReadLockFunc(name, lsc) \ +static inline void di_read_lock_##name(struct dentry *d, int flags) \ +{ di_read_lock(d, flags, AuLsc_DI_##lsc); } + +#define AuWriteLockFunc(name, lsc) \ +static inline void di_write_lock_##name(struct dentry *d) \ +{ di_write_lock(d, AuLsc_DI_##lsc); } + +#define AuRWLockFuncs(name, lsc) \ + AuReadLockFunc(name, lsc) \ + AuWriteLockFunc(name, lsc) + +AuRWLockFuncs(child, CHILD); +AuRWLockFuncs(child2, CHILD2); +AuRWLockFuncs(child3, CHILD3); +AuRWLockFuncs(parent, PARENT); +AuRWLockFuncs(parent2, PARENT2); +AuRWLockFuncs(parent3, PARENT3); + +#undef AuReadLockFunc +#undef AuWriteLockFunc +#undef AuRWLockFuncs + +#define DiMustNoWaiters(d) AuRwMustNoWaiters(&au_di(d)->di_rwsem) +#define DiMustAnyLock(d) AuRwMustAnyLock(&au_di(d)->di_rwsem) +#define DiMustWriteLock(d) AuRwMustWriteLock(&au_di(d)->di_rwsem) + +/* ---------------------------------------------------------------------- */ + +/* todo: memory barrier? */ +static inline unsigned int au_digen(struct dentry *d) +{ + return atomic_read(&au_di(d)->di_generation); +} + +static inline void au_h_dentry_init(struct au_hdentry *hdentry) +{ + hdentry->hd_dentry = NULL; +} + +static inline void au_hdput(struct au_hdentry *hd) +{ + if (hd) + dput(hd->hd_dentry); +} + +static inline aufs_bindex_t au_dbstart(struct dentry *dentry) +{ + DiMustAnyLock(dentry); + return au_di(dentry)->di_bstart; +} + +static inline aufs_bindex_t au_dbend(struct dentry *dentry) +{ + DiMustAnyLock(dentry); + return au_di(dentry)->di_bend; +} + +static inline aufs_bindex_t au_dbwh(struct dentry *dentry) +{ + DiMustAnyLock(dentry); + return au_di(dentry)->di_bwh; +} + +static inline aufs_bindex_t au_dbdiropq(struct dentry *dentry) +{ + DiMustAnyLock(dentry); + return au_di(dentry)->di_bdiropq; +} + +/* todo: hard/soft set? */ +static inline void au_set_dbstart(struct dentry *dentry, aufs_bindex_t bindex) +{ + DiMustWriteLock(dentry); + au_di(dentry)->di_bstart = bindex; +} + +static inline void au_set_dbend(struct dentry *dentry, aufs_bindex_t bindex) +{ + DiMustWriteLock(dentry); + au_di(dentry)->di_bend = bindex; +} + +static inline void au_set_dbwh(struct dentry *dentry, aufs_bindex_t bindex) +{ + DiMustWriteLock(dentry); + /* dbwh can be outside of bstart - bend range */ + au_di(dentry)->di_bwh = bindex; +} + +static inline void au_set_dbdiropq(struct dentry *dentry, aufs_bindex_t bindex) +{ + DiMustWriteLock(dentry); + au_di(dentry)->di_bdiropq = bindex; +} + +/* ---------------------------------------------------------------------- */ + +#ifdef CONFIG_AUFS_HNOTIFY +static inline void au_digen_dec(struct dentry *d) +{ + atomic_dec(&au_di(d)->di_generation); +} + +static inline void au_hn_di_reinit(struct dentry *dentry) +{ + dentry->d_fsdata = NULL; +} +#else +AuStubVoid(au_hn_di_reinit, struct dentry *dentry __maybe_unused) +#endif /* CONFIG_AUFS_HNOTIFY */ + +#endif /* __KERNEL__ */ +#endif /* __AUFS_DENTRY_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/dinfo.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/dinfo.c @@ -0,0 +1,544 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * dentry private data + */ + +#include "aufs.h" + +void au_di_init_once(void *_dinfo) +{ + struct au_dinfo *dinfo = _dinfo; + static struct lock_class_key aufs_di; + + au_rw_init(&dinfo->di_rwsem); + au_rw_class(&dinfo->di_rwsem, &aufs_di); +} + +struct au_dinfo *au_di_alloc(struct super_block *sb, unsigned int lsc) +{ + struct au_dinfo *dinfo; + int nbr, i; + + dinfo = au_cache_alloc_dinfo(); + if (unlikely(!dinfo)) + goto out; + + nbr = au_sbend(sb) + 1; + if (nbr <= 0) + nbr = 1; + dinfo->di_hdentry = kcalloc(nbr, sizeof(*dinfo->di_hdentry), GFP_NOFS); + if (dinfo->di_hdentry) { + au_rw_write_lock_nested(&dinfo->di_rwsem, lsc); + dinfo->di_bstart = -1; + dinfo->di_bend = -1; + dinfo->di_bwh = -1; + dinfo->di_bdiropq = -1; + dinfo->di_tmpfile = 0; + for (i = 0; i < nbr; i++) + dinfo->di_hdentry[i].hd_id = -1; + goto out; + } + + au_cache_free_dinfo(dinfo); + dinfo = NULL; + +out: + return dinfo; +} + +void au_di_free(struct au_dinfo *dinfo) +{ + struct au_hdentry *p; + aufs_bindex_t bend, bindex; + + /* dentry may not be revalidated */ + bindex = dinfo->di_bstart; + if (bindex >= 0) { + bend = dinfo->di_bend; + p = dinfo->di_hdentry + bindex; + while (bindex++ <= bend) + au_hdput(p++); + } + kfree(dinfo->di_hdentry); + au_cache_free_dinfo(dinfo); +} + +void au_di_swap(struct au_dinfo *a, struct au_dinfo *b) +{ + struct au_hdentry *p; + aufs_bindex_t bi; + + AuRwMustWriteLock(&a->di_rwsem); + AuRwMustWriteLock(&b->di_rwsem); + +#define DiSwap(v, name) \ + do { \ + v = a->di_##name; \ + a->di_##name = b->di_##name; \ + b->di_##name = v; \ + } while (0) + + DiSwap(p, hdentry); + DiSwap(bi, bstart); + DiSwap(bi, bend); + DiSwap(bi, bwh); + DiSwap(bi, bdiropq); + /* smp_mb(); */ + +#undef DiSwap +} + +void au_di_cp(struct au_dinfo *dst, struct au_dinfo *src) +{ + AuRwMustWriteLock(&dst->di_rwsem); + AuRwMustWriteLock(&src->di_rwsem); + + dst->di_bstart = src->di_bstart; + dst->di_bend = src->di_bend; + dst->di_bwh = src->di_bwh; + dst->di_bdiropq = src->di_bdiropq; + /* smp_mb(); */ +} + +int au_di_init(struct dentry *dentry) +{ + int err; + struct super_block *sb; + struct au_dinfo *dinfo; + + err = 0; + sb = dentry->d_sb; + dinfo = au_di_alloc(sb, AuLsc_DI_CHILD); + if (dinfo) { + atomic_set(&dinfo->di_generation, au_sigen(sb)); + /* smp_mb(); */ /* atomic_set */ + dentry->d_fsdata = dinfo; + } else + err = -ENOMEM; + + return err; +} + +void au_di_fin(struct dentry *dentry) +{ + struct au_dinfo *dinfo; + + dinfo = au_di(dentry); + AuRwDestroy(&dinfo->di_rwsem); + au_di_free(dinfo); +} + +int au_di_realloc(struct au_dinfo *dinfo, int nbr) +{ + int err, sz; + struct au_hdentry *hdp; + + AuRwMustWriteLock(&dinfo->di_rwsem); + + err = -ENOMEM; + sz = sizeof(*hdp) * (dinfo->di_bend + 1); + if (!sz) + sz = sizeof(*hdp); + hdp = au_kzrealloc(dinfo->di_hdentry, sz, sizeof(*hdp) * nbr, GFP_NOFS); + if (hdp) { + dinfo->di_hdentry = hdp; + err = 0; + } + + return err; +} + +/* ---------------------------------------------------------------------- */ + +static void do_ii_write_lock(struct inode *inode, unsigned int lsc) +{ + switch (lsc) { + case AuLsc_DI_CHILD: + ii_write_lock_child(inode); + break; + case AuLsc_DI_CHILD2: + ii_write_lock_child2(inode); + break; + case AuLsc_DI_CHILD3: + ii_write_lock_child3(inode); + break; + case AuLsc_DI_PARENT: + ii_write_lock_parent(inode); + break; + case AuLsc_DI_PARENT2: + ii_write_lock_parent2(inode); + break; + case AuLsc_DI_PARENT3: + ii_write_lock_parent3(inode); + break; + default: + BUG(); + } +} + +static void do_ii_read_lock(struct inode *inode, unsigned int lsc) +{ + switch (lsc) { + case AuLsc_DI_CHILD: + ii_read_lock_child(inode); + break; + case AuLsc_DI_CHILD2: + ii_read_lock_child2(inode); + break; + case AuLsc_DI_CHILD3: + ii_read_lock_child3(inode); + break; + case AuLsc_DI_PARENT: + ii_read_lock_parent(inode); + break; + case AuLsc_DI_PARENT2: + ii_read_lock_parent2(inode); + break; + case AuLsc_DI_PARENT3: + ii_read_lock_parent3(inode); + break; + default: + BUG(); + } +} + +void di_read_lock(struct dentry *d, int flags, unsigned int lsc) +{ + au_rw_read_lock_nested(&au_di(d)->di_rwsem, lsc); + if (d->d_inode) { + if (au_ftest_lock(flags, IW)) + do_ii_write_lock(d->d_inode, lsc); + else if (au_ftest_lock(flags, IR)) + do_ii_read_lock(d->d_inode, lsc); + } +} + +void di_read_unlock(struct dentry *d, int flags) +{ + if (d->d_inode) { + if (au_ftest_lock(flags, IW)) { + au_dbg_verify_dinode(d); + ii_write_unlock(d->d_inode); + } else if (au_ftest_lock(flags, IR)) { + au_dbg_verify_dinode(d); + ii_read_unlock(d->d_inode); + } + } + au_rw_read_unlock(&au_di(d)->di_rwsem); +} + +void di_downgrade_lock(struct dentry *d, int flags) +{ + if (d->d_inode && au_ftest_lock(flags, IR)) + ii_downgrade_lock(d->d_inode); + au_rw_dgrade_lock(&au_di(d)->di_rwsem); +} + +void di_write_lock(struct dentry *d, unsigned int lsc) +{ + au_rw_write_lock_nested(&au_di(d)->di_rwsem, lsc); + if (d->d_inode) + do_ii_write_lock(d->d_inode, lsc); +} + +void di_write_unlock(struct dentry *d) +{ + au_dbg_verify_dinode(d); + if (d->d_inode) + ii_write_unlock(d->d_inode); + au_rw_write_unlock(&au_di(d)->di_rwsem); +} + +void di_write_lock2_child(struct dentry *d1, struct dentry *d2, int isdir) +{ + AuDebugOn(d1 == d2 + || d1->d_inode == d2->d_inode + || d1->d_sb != d2->d_sb); + + if (isdir && au_test_subdir(d1, d2)) { + di_write_lock_child(d1); + di_write_lock_child2(d2); + } else { + /* there should be no races */ + di_write_lock_child(d2); + di_write_lock_child2(d1); + } +} + +void di_write_lock2_parent(struct dentry *d1, struct dentry *d2, int isdir) +{ + AuDebugOn(d1 == d2 + || d1->d_inode == d2->d_inode + || d1->d_sb != d2->d_sb); + + if (isdir && au_test_subdir(d1, d2)) { + di_write_lock_parent(d1); + di_write_lock_parent2(d2); + } else { + /* there should be no races */ + di_write_lock_parent(d2); + di_write_lock_parent2(d1); + } +} + +void di_write_unlock2(struct dentry *d1, struct dentry *d2) +{ + di_write_unlock(d1); + if (d1->d_inode == d2->d_inode) + au_rw_write_unlock(&au_di(d2)->di_rwsem); + else + di_write_unlock(d2); +} + +/* ---------------------------------------------------------------------- */ + +struct dentry *au_h_dptr(struct dentry *dentry, aufs_bindex_t bindex) +{ + struct dentry *d; + + DiMustAnyLock(dentry); + + if (au_dbstart(dentry) < 0 || bindex < au_dbstart(dentry)) + return NULL; + AuDebugOn(bindex < 0); + d = au_di(dentry)->di_hdentry[0 + bindex].hd_dentry; + AuDebugOn(d && d_count(d) <= 0); + return d; +} + +/* + * extended version of au_h_dptr(). + * returns a hashed and positive (or linkable) h_dentry in bindex, NULL, or + * error. + */ +struct dentry *au_h_d_alias(struct dentry *dentry, aufs_bindex_t bindex) +{ + struct dentry *h_dentry; + struct inode *inode, *h_inode; + + inode = dentry->d_inode; + AuDebugOn(!inode); + + h_dentry = NULL; + if (au_dbstart(dentry) <= bindex + && bindex <= au_dbend(dentry)) + h_dentry = au_h_dptr(dentry, bindex); + if (h_dentry && !au_d_linkable(h_dentry)) { + dget(h_dentry); + goto out; /* success */ + } + + AuDebugOn(bindex < au_ibstart(inode)); + AuDebugOn(au_ibend(inode) < bindex); + h_inode = au_h_iptr(inode, bindex); + h_dentry = d_find_alias(h_inode); + if (h_dentry) { + if (!IS_ERR(h_dentry)) { + if (!au_d_linkable(h_dentry)) + goto out; /* success */ + dput(h_dentry); + } else + goto out; + } + + if (au_opt_test(au_mntflags(dentry->d_sb), PLINK)) { + h_dentry = au_plink_lkup(inode, bindex); + AuDebugOn(!h_dentry); + if (!IS_ERR(h_dentry)) { + if (!au_d_hashed_positive(h_dentry)) + goto out; /* success */ + dput(h_dentry); + h_dentry = NULL; + } + } + +out: + AuDbgDentry(h_dentry); + return h_dentry; +} + +aufs_bindex_t au_dbtail(struct dentry *dentry) +{ + aufs_bindex_t bend, bwh; + + bend = au_dbend(dentry); + if (0 <= bend) { + bwh = au_dbwh(dentry); + if (!bwh) + return bwh; + if (0 < bwh && bwh < bend) + return bwh - 1; + } + return bend; +} + +aufs_bindex_t au_dbtaildir(struct dentry *dentry) +{ + aufs_bindex_t bend, bopq; + + bend = au_dbtail(dentry); + if (0 <= bend) { + bopq = au_dbdiropq(dentry); + if (0 <= bopq && bopq < bend) + bend = bopq; + } + return bend; +} + +/* ---------------------------------------------------------------------- */ + +void au_set_h_dptr(struct dentry *dentry, aufs_bindex_t bindex, + struct dentry *h_dentry) +{ + struct au_hdentry *hd = au_di(dentry)->di_hdentry + bindex; + struct au_branch *br; + + DiMustWriteLock(dentry); + + au_hdput(hd); + hd->hd_dentry = h_dentry; + if (h_dentry) { + br = au_sbr(dentry->d_sb, bindex); + hd->hd_id = br->br_id; + } +} + +int au_dbrange_test(struct dentry *dentry) +{ + int err; + aufs_bindex_t bstart, bend; + + err = 0; + bstart = au_dbstart(dentry); + bend = au_dbend(dentry); + if (bstart >= 0) + AuDebugOn(bend < 0 && bstart > bend); + else { + err = -EIO; + AuDebugOn(bend >= 0); + } + + return err; +} + +int au_digen_test(struct dentry *dentry, unsigned int sigen) +{ + int err; + + err = 0; + if (unlikely(au_digen(dentry) != sigen + || au_iigen_test(dentry->d_inode, sigen))) + err = -EIO; + + return err; +} + +void au_update_digen(struct dentry *dentry) +{ + atomic_set(&au_di(dentry)->di_generation, au_sigen(dentry->d_sb)); + /* smp_mb(); */ /* atomic_set */ +} + +void au_update_dbrange(struct dentry *dentry, int do_put_zero) +{ + struct au_dinfo *dinfo; + struct dentry *h_d; + struct au_hdentry *hdp; + + DiMustWriteLock(dentry); + + dinfo = au_di(dentry); + if (!dinfo || dinfo->di_bstart < 0) + return; + + hdp = dinfo->di_hdentry; + if (do_put_zero) { + aufs_bindex_t bindex, bend; + + bend = dinfo->di_bend; + for (bindex = dinfo->di_bstart; bindex <= bend; bindex++) { + h_d = hdp[0 + bindex].hd_dentry; + if (h_d && !h_d->d_inode) + au_set_h_dptr(dentry, bindex, NULL); + } + } + + dinfo->di_bstart = -1; + while (++dinfo->di_bstart <= dinfo->di_bend) + if (hdp[0 + dinfo->di_bstart].hd_dentry) + break; + if (dinfo->di_bstart > dinfo->di_bend) { + dinfo->di_bstart = -1; + dinfo->di_bend = -1; + return; + } + + dinfo->di_bend++; + while (0 <= --dinfo->di_bend) + if (hdp[0 + dinfo->di_bend].hd_dentry) + break; + AuDebugOn(dinfo->di_bstart > dinfo->di_bend || dinfo->di_bend < 0); +} + +void au_update_dbstart(struct dentry *dentry) +{ + aufs_bindex_t bindex, bend; + struct dentry *h_dentry; + + bend = au_dbend(dentry); + for (bindex = au_dbstart(dentry); bindex <= bend; bindex++) { + h_dentry = au_h_dptr(dentry, bindex); + if (!h_dentry) + continue; + if (h_dentry->d_inode) { + au_set_dbstart(dentry, bindex); + return; + } + au_set_h_dptr(dentry, bindex, NULL); + } +} + +void au_update_dbend(struct dentry *dentry) +{ + aufs_bindex_t bindex, bstart; + struct dentry *h_dentry; + + bstart = au_dbstart(dentry); + for (bindex = au_dbend(dentry); bindex >= bstart; bindex--) { + h_dentry = au_h_dptr(dentry, bindex); + if (!h_dentry) + continue; + if (h_dentry->d_inode) { + au_set_dbend(dentry, bindex); + return; + } + au_set_h_dptr(dentry, bindex, NULL); + } +} + +int au_find_dbindex(struct dentry *dentry, struct dentry *h_dentry) +{ + aufs_bindex_t bindex, bend; + + bend = au_dbend(dentry); + for (bindex = au_dbstart(dentry); bindex <= bend; bindex++) + if (au_h_dptr(dentry, bindex) == h_dentry) + return bindex; + return -1; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/dir.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/dir.c @@ -0,0 +1,643 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * directory operations + */ + +#include +#include "aufs.h" + +void au_add_nlink(struct inode *dir, struct inode *h_dir) +{ + unsigned int nlink; + + AuDebugOn(!S_ISDIR(dir->i_mode) || !S_ISDIR(h_dir->i_mode)); + + nlink = dir->i_nlink; + nlink += h_dir->i_nlink - 2; + if (h_dir->i_nlink < 2) + nlink += 2; + smp_mb(); /* for i_nlink */ + /* 0 can happen in revaliding */ + set_nlink(dir, nlink); +} + +void au_sub_nlink(struct inode *dir, struct inode *h_dir) +{ + unsigned int nlink; + + AuDebugOn(!S_ISDIR(dir->i_mode) || !S_ISDIR(h_dir->i_mode)); + + nlink = dir->i_nlink; + nlink -= h_dir->i_nlink - 2; + if (h_dir->i_nlink < 2) + nlink -= 2; + smp_mb(); /* for i_nlink */ + /* nlink == 0 means the branch-fs is broken */ + set_nlink(dir, nlink); +} + +loff_t au_dir_size(struct file *file, struct dentry *dentry) +{ + loff_t sz; + aufs_bindex_t bindex, bend; + struct file *h_file; + struct dentry *h_dentry; + + sz = 0; + if (file) { + AuDebugOn(!file_inode(file)); + AuDebugOn(!S_ISDIR(file_inode(file)->i_mode)); + + bend = au_fbend_dir(file); + for (bindex = au_fbstart(file); + bindex <= bend && sz < KMALLOC_MAX_SIZE; + bindex++) { + h_file = au_hf_dir(file, bindex); + if (h_file && file_inode(h_file)) + sz += vfsub_f_size_read(h_file); + } + } else { + AuDebugOn(!dentry); + AuDebugOn(!dentry->d_inode); + AuDebugOn(!S_ISDIR(dentry->d_inode->i_mode)); + + bend = au_dbtaildir(dentry); + for (bindex = au_dbstart(dentry); + bindex <= bend && sz < KMALLOC_MAX_SIZE; + bindex++) { + h_dentry = au_h_dptr(dentry, bindex); + if (h_dentry && h_dentry->d_inode) + sz += i_size_read(h_dentry->d_inode); + } + } + if (sz < KMALLOC_MAX_SIZE) + sz = roundup_pow_of_two(sz); + if (sz > KMALLOC_MAX_SIZE) + sz = KMALLOC_MAX_SIZE; + else if (sz < NAME_MAX) { + BUILD_BUG_ON(AUFS_RDBLK_DEF < NAME_MAX); + sz = AUFS_RDBLK_DEF; + } + return sz; +} + +/* ---------------------------------------------------------------------- */ + +static int reopen_dir(struct file *file) +{ + int err; + unsigned int flags; + aufs_bindex_t bindex, btail, bstart; + struct dentry *dentry, *h_dentry; + struct file *h_file; + + /* open all lower dirs */ + dentry = file->f_dentry; + bstart = au_dbstart(dentry); + for (bindex = au_fbstart(file); bindex < bstart; bindex++) + au_set_h_fptr(file, bindex, NULL); + au_set_fbstart(file, bstart); + + btail = au_dbtaildir(dentry); + for (bindex = au_fbend_dir(file); btail < bindex; bindex--) + au_set_h_fptr(file, bindex, NULL); + au_set_fbend_dir(file, btail); + + flags = vfsub_file_flags(file); + for (bindex = bstart; bindex <= btail; bindex++) { + h_dentry = au_h_dptr(dentry, bindex); + if (!h_dentry) + continue; + h_file = au_hf_dir(file, bindex); + if (h_file) + continue; + + h_file = au_h_open(dentry, bindex, flags, file, /*force_wr*/0); + err = PTR_ERR(h_file); + if (IS_ERR(h_file)) + goto out; /* close all? */ + au_set_h_fptr(file, bindex, h_file); + } + au_update_figen(file); + /* todo: necessary? */ + /* file->f_ra = h_file->f_ra; */ + err = 0; + +out: + return err; +} + +static int do_open_dir(struct file *file, int flags) +{ + int err; + aufs_bindex_t bindex, btail; + struct dentry *dentry, *h_dentry; + struct file *h_file; + + FiMustWriteLock(file); + + err = 0; + dentry = file->f_dentry; + file->f_version = dentry->d_inode->i_version; + bindex = au_dbstart(dentry); + au_set_fbstart(file, bindex); + btail = au_dbtaildir(dentry); + au_set_fbend_dir(file, btail); + for (; !err && bindex <= btail; bindex++) { + h_dentry = au_h_dptr(dentry, bindex); + if (!h_dentry) + continue; + + h_file = au_h_open(dentry, bindex, flags, file, /*force_wr*/0); + if (IS_ERR(h_file)) { + err = PTR_ERR(h_file); + break; + } + au_set_h_fptr(file, bindex, h_file); + } + au_update_figen(file); + /* todo: necessary? */ + /* file->f_ra = h_file->f_ra; */ + if (!err) + return 0; /* success */ + + /* close all */ + for (bindex = au_fbstart(file); bindex <= btail; bindex++) + au_set_h_fptr(file, bindex, NULL); + au_set_fbstart(file, -1); + au_set_fbend_dir(file, -1); + + return err; +} + +static int aufs_open_dir(struct inode *inode __maybe_unused, + struct file *file) +{ + int err; + struct super_block *sb; + struct au_fidir *fidir; + + err = -ENOMEM; + sb = file->f_dentry->d_sb; + si_read_lock(sb, AuLock_FLUSH); + fidir = au_fidir_alloc(sb); + if (fidir) { + err = au_do_open(file, do_open_dir, fidir); + if (unlikely(err)) + kfree(fidir); + } + si_read_unlock(sb); + return err; +} + +static int aufs_release_dir(struct inode *inode __maybe_unused, + struct file *file) +{ + struct au_vdir *vdir_cache; + struct au_finfo *finfo; + struct au_fidir *fidir; + aufs_bindex_t bindex, bend; + + finfo = au_fi(file); + fidir = finfo->fi_hdir; + if (fidir) { + vdir_cache = fidir->fd_vdir_cache; /* lock-free */ + if (vdir_cache) + au_vdir_free(vdir_cache); + + bindex = finfo->fi_btop; + if (bindex >= 0) { + /* + * calls fput() instead of filp_close(), + * since no dnotify or lock for the lower file. + */ + bend = fidir->fd_bbot; + for (; bindex <= bend; bindex++) + au_set_h_fptr(file, bindex, NULL); + } + kfree(fidir); + finfo->fi_hdir = NULL; + } + au_finfo_fin(file); + return 0; +} + +/* ---------------------------------------------------------------------- */ + +static int au_do_flush_dir(struct file *file, fl_owner_t id) +{ + int err; + aufs_bindex_t bindex, bend; + struct file *h_file; + + err = 0; + bend = au_fbend_dir(file); + for (bindex = au_fbstart(file); !err && bindex <= bend; bindex++) { + h_file = au_hf_dir(file, bindex); + if (h_file) + err = vfsub_flush(h_file, id); + } + return err; +} + +static int aufs_flush_dir(struct file *file, fl_owner_t id) +{ + return au_do_flush(file, id, au_do_flush_dir); +} + +/* ---------------------------------------------------------------------- */ + +static int au_do_fsync_dir_no_file(struct dentry *dentry, int datasync) +{ + int err; + aufs_bindex_t bend, bindex; + struct inode *inode; + struct super_block *sb; + + err = 0; + sb = dentry->d_sb; + inode = dentry->d_inode; + IMustLock(inode); + bend = au_dbend(dentry); + for (bindex = au_dbstart(dentry); !err && bindex <= bend; bindex++) { + struct path h_path; + + if (au_test_ro(sb, bindex, inode)) + continue; + h_path.dentry = au_h_dptr(dentry, bindex); + if (!h_path.dentry) + continue; + + h_path.mnt = au_sbr_mnt(sb, bindex); + err = vfsub_fsync(NULL, &h_path, datasync); + } + + return err; +} + +static int au_do_fsync_dir(struct file *file, int datasync) +{ + int err; + aufs_bindex_t bend, bindex; + struct file *h_file; + struct super_block *sb; + struct inode *inode; + + err = au_reval_and_lock_fdi(file, reopen_dir, /*wlock*/1); + if (unlikely(err)) + goto out; + + sb = file->f_dentry->d_sb; + inode = file_inode(file); + bend = au_fbend_dir(file); + for (bindex = au_fbstart(file); !err && bindex <= bend; bindex++) { + h_file = au_hf_dir(file, bindex); + if (!h_file || au_test_ro(sb, bindex, inode)) + continue; + + err = vfsub_fsync(h_file, &h_file->f_path, datasync); + } + +out: + return err; +} + +/* + * @file may be NULL + */ +static int aufs_fsync_dir(struct file *file, loff_t start, loff_t end, + int datasync) +{ + int err; + struct dentry *dentry; + struct super_block *sb; + struct mutex *mtx; + + err = 0; + dentry = file->f_dentry; + mtx = &dentry->d_inode->i_mutex; + mutex_lock(mtx); + sb = dentry->d_sb; + si_noflush_read_lock(sb); + if (file) + err = au_do_fsync_dir(file, datasync); + else { + di_write_lock_child(dentry); + err = au_do_fsync_dir_no_file(dentry, datasync); + } + au_cpup_attr_timesizes(dentry->d_inode); + di_write_unlock(dentry); + if (file) + fi_write_unlock(file); + + si_read_unlock(sb); + mutex_unlock(mtx); + return err; +} + +/* ---------------------------------------------------------------------- */ + +static int aufs_iterate(struct file *file, struct dir_context *ctx) +{ + int err; + struct dentry *dentry; + struct inode *inode, *h_inode; + struct super_block *sb; + + AuDbg("%pD, ctx{%pf, %llu}\n", file, ctx->actor, ctx->pos); + + dentry = file->f_dentry; + inode = dentry->d_inode; + IMustLock(inode); + + sb = dentry->d_sb; + si_read_lock(sb, AuLock_FLUSH); + err = au_reval_and_lock_fdi(file, reopen_dir, /*wlock*/1); + if (unlikely(err)) + goto out; + err = au_alive_dir(dentry); + if (!err) + err = au_vdir_init(file); + di_downgrade_lock(dentry, AuLock_IR); + if (unlikely(err)) + goto out_unlock; + + h_inode = au_h_iptr(inode, au_ibstart(inode)); + if (!au_test_nfsd()) { + err = au_vdir_fill_de(file, ctx); + fsstack_copy_attr_atime(inode, h_inode); + } else { + /* + * nfsd filldir may call lookup_one_len(), vfs_getattr(), + * encode_fh() and others. + */ + atomic_inc(&h_inode->i_count); + di_read_unlock(dentry, AuLock_IR); + si_read_unlock(sb); + err = au_vdir_fill_de(file, ctx); + fsstack_copy_attr_atime(inode, h_inode); + fi_write_unlock(file); + iput(h_inode); + + AuTraceErr(err); + return err; + } + +out_unlock: + di_read_unlock(dentry, AuLock_IR); + fi_write_unlock(file); +out: + si_read_unlock(sb); + return err; +} + +/* ---------------------------------------------------------------------- */ + +#define AuTestEmpty_WHONLY 1 +#define AuTestEmpty_CALLED (1 << 1) +#define AuTestEmpty_SHWH (1 << 2) +#define au_ftest_testempty(flags, name) ((flags) & AuTestEmpty_##name) +#define au_fset_testempty(flags, name) \ + do { (flags) |= AuTestEmpty_##name; } while (0) +#define au_fclr_testempty(flags, name) \ + do { (flags) &= ~AuTestEmpty_##name; } while (0) + +#ifndef CONFIG_AUFS_SHWH +#undef AuTestEmpty_SHWH +#define AuTestEmpty_SHWH 0 +#endif + +struct test_empty_arg { + struct dir_context ctx; + struct au_nhash *whlist; + unsigned int flags; + int err; + aufs_bindex_t bindex; +}; + +static int test_empty_cb(struct dir_context *ctx, const char *__name, + int namelen, loff_t offset __maybe_unused, u64 ino, + unsigned int d_type) +{ + struct test_empty_arg *arg = container_of(ctx, struct test_empty_arg, + ctx); + char *name = (void *)__name; + + arg->err = 0; + au_fset_testempty(arg->flags, CALLED); + /* smp_mb(); */ + if (name[0] == '.' + && (namelen == 1 || (name[1] == '.' && namelen == 2))) + goto out; /* success */ + + if (namelen <= AUFS_WH_PFX_LEN + || memcmp(name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) { + if (au_ftest_testempty(arg->flags, WHONLY) + && !au_nhash_test_known_wh(arg->whlist, name, namelen)) + arg->err = -ENOTEMPTY; + goto out; + } + + name += AUFS_WH_PFX_LEN; + namelen -= AUFS_WH_PFX_LEN; + if (!au_nhash_test_known_wh(arg->whlist, name, namelen)) + arg->err = au_nhash_append_wh + (arg->whlist, name, namelen, ino, d_type, arg->bindex, + au_ftest_testempty(arg->flags, SHWH)); + +out: + /* smp_mb(); */ + AuTraceErr(arg->err); + return arg->err; +} + +static int do_test_empty(struct dentry *dentry, struct test_empty_arg *arg) +{ + int err; + struct file *h_file; + + h_file = au_h_open(dentry, arg->bindex, + O_RDONLY | O_NONBLOCK | O_DIRECTORY | O_LARGEFILE, + /*file*/NULL, /*force_wr*/0); + err = PTR_ERR(h_file); + if (IS_ERR(h_file)) + goto out; + + err = 0; + if (!au_opt_test(au_mntflags(dentry->d_sb), UDBA_NONE) + && !file_inode(h_file)->i_nlink) + goto out_put; + + do { + arg->err = 0; + au_fclr_testempty(arg->flags, CALLED); + /* smp_mb(); */ + err = vfsub_iterate_dir(h_file, &arg->ctx); + if (err >= 0) + err = arg->err; + } while (!err && au_ftest_testempty(arg->flags, CALLED)); + +out_put: + fput(h_file); + au_sbr_put(dentry->d_sb, arg->bindex); +out: + return err; +} + +struct do_test_empty_args { + int *errp; + struct dentry *dentry; + struct test_empty_arg *arg; +}; + +static void call_do_test_empty(void *args) +{ + struct do_test_empty_args *a = args; + *a->errp = do_test_empty(a->dentry, a->arg); +} + +static int sio_test_empty(struct dentry *dentry, struct test_empty_arg *arg) +{ + int err, wkq_err; + struct dentry *h_dentry; + struct inode *h_inode; + + h_dentry = au_h_dptr(dentry, arg->bindex); + h_inode = h_dentry->d_inode; + /* todo: i_mode changes anytime? */ + mutex_lock_nested(&h_inode->i_mutex, AuLsc_I_CHILD); + err = au_test_h_perm_sio(h_inode, MAY_EXEC | MAY_READ); + mutex_unlock(&h_inode->i_mutex); + if (!err) + err = do_test_empty(dentry, arg); + else { + struct do_test_empty_args args = { + .errp = &err, + .dentry = dentry, + .arg = arg + }; + unsigned int flags = arg->flags; + + wkq_err = au_wkq_wait(call_do_test_empty, &args); + if (unlikely(wkq_err)) + err = wkq_err; + arg->flags = flags; + } + + return err; +} + +int au_test_empty_lower(struct dentry *dentry) +{ + int err; + unsigned int rdhash; + aufs_bindex_t bindex, bstart, btail; + struct au_nhash whlist; + struct test_empty_arg arg = { + .ctx = { + .actor = au_diractor(test_empty_cb) + } + }; + int (*test_empty)(struct dentry *dentry, struct test_empty_arg *arg); + + SiMustAnyLock(dentry->d_sb); + + rdhash = au_sbi(dentry->d_sb)->si_rdhash; + if (!rdhash) + rdhash = au_rdhash_est(au_dir_size(/*file*/NULL, dentry)); + err = au_nhash_alloc(&whlist, rdhash, GFP_NOFS); + if (unlikely(err)) + goto out; + + arg.flags = 0; + arg.whlist = &whlist; + bstart = au_dbstart(dentry); + if (au_opt_test(au_mntflags(dentry->d_sb), SHWH)) + au_fset_testempty(arg.flags, SHWH); + test_empty = do_test_empty; + if (au_opt_test(au_mntflags(dentry->d_sb), DIRPERM1)) + test_empty = sio_test_empty; + arg.bindex = bstart; + err = test_empty(dentry, &arg); + if (unlikely(err)) + goto out_whlist; + + au_fset_testempty(arg.flags, WHONLY); + btail = au_dbtaildir(dentry); + for (bindex = bstart + 1; !err && bindex <= btail; bindex++) { + struct dentry *h_dentry; + + h_dentry = au_h_dptr(dentry, bindex); + if (h_dentry && h_dentry->d_inode) { + arg.bindex = bindex; + err = test_empty(dentry, &arg); + } + } + +out_whlist: + au_nhash_wh_free(&whlist); +out: + return err; +} + +int au_test_empty(struct dentry *dentry, struct au_nhash *whlist) +{ + int err; + struct test_empty_arg arg = { + .ctx = { + .actor = au_diractor(test_empty_cb) + } + }; + aufs_bindex_t bindex, btail; + + err = 0; + arg.whlist = whlist; + arg.flags = AuTestEmpty_WHONLY; + if (au_opt_test(au_mntflags(dentry->d_sb), SHWH)) + au_fset_testempty(arg.flags, SHWH); + btail = au_dbtaildir(dentry); + for (bindex = au_dbstart(dentry); !err && bindex <= btail; bindex++) { + struct dentry *h_dentry; + + h_dentry = au_h_dptr(dentry, bindex); + if (h_dentry && h_dentry->d_inode) { + arg.bindex = bindex; + err = sio_test_empty(dentry, &arg); + } + } + + return err; +} + +/* ---------------------------------------------------------------------- */ + +const struct file_operations aufs_dir_fop = { + .owner = THIS_MODULE, + .llseek = default_llseek, + .read = generic_read_dir, + .iterate = aufs_iterate, + .unlocked_ioctl = aufs_ioctl_dir, +#ifdef CONFIG_COMPAT + .compat_ioctl = aufs_compat_ioctl_dir, +#endif + .open = aufs_open_dir, + .release = aufs_release_dir, + .flush = aufs_flush_dir, + .fsync = aufs_fsync_dir +}; --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/dir.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/dir.h @@ -0,0 +1,136 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * directory operations + */ + +#ifndef __AUFS_DIR_H__ +#define __AUFS_DIR_H__ + +#ifdef __KERNEL__ + +#include + +/* ---------------------------------------------------------------------- */ + +/* need to be faster and smaller */ + +struct au_nhash { + unsigned int nh_num; + struct hlist_head *nh_head; +}; + +struct au_vdir_destr { + unsigned char len; + unsigned char name[0]; +} __packed; + +struct au_vdir_dehstr { + struct hlist_node hash; + struct au_vdir_destr *str; +} ____cacheline_aligned_in_smp; + +struct au_vdir_de { + ino_t de_ino; + unsigned char de_type; + /* caution: packed */ + struct au_vdir_destr de_str; +} __packed; + +struct au_vdir_wh { + struct hlist_node wh_hash; +#ifdef CONFIG_AUFS_SHWH + ino_t wh_ino; + aufs_bindex_t wh_bindex; + unsigned char wh_type; +#else + aufs_bindex_t wh_bindex; +#endif + /* caution: packed */ + struct au_vdir_destr wh_str; +} __packed; + +union au_vdir_deblk_p { + unsigned char *deblk; + struct au_vdir_de *de; +}; + +struct au_vdir { + unsigned char **vd_deblk; + unsigned long vd_nblk; + struct { + unsigned long ul; + union au_vdir_deblk_p p; + } vd_last; + + unsigned long vd_version; + unsigned int vd_deblk_sz; + unsigned long vd_jiffy; +} ____cacheline_aligned_in_smp; + +/* ---------------------------------------------------------------------- */ + +/* dir.c */ +extern const struct file_operations aufs_dir_fop; +void au_add_nlink(struct inode *dir, struct inode *h_dir); +void au_sub_nlink(struct inode *dir, struct inode *h_dir); +loff_t au_dir_size(struct file *file, struct dentry *dentry); +int au_test_empty_lower(struct dentry *dentry); +int au_test_empty(struct dentry *dentry, struct au_nhash *whlist); + +/* vdir.c */ +unsigned int au_rdhash_est(loff_t sz); +int au_nhash_alloc(struct au_nhash *nhash, unsigned int num_hash, gfp_t gfp); +void au_nhash_wh_free(struct au_nhash *whlist); +int au_nhash_test_longer_wh(struct au_nhash *whlist, aufs_bindex_t btgt, + int limit); +int au_nhash_test_known_wh(struct au_nhash *whlist, char *name, int nlen); +int au_nhash_append_wh(struct au_nhash *whlist, char *name, int nlen, ino_t ino, + unsigned int d_type, aufs_bindex_t bindex, + unsigned char shwh); +void au_vdir_free(struct au_vdir *vdir); +int au_vdir_init(struct file *file); +int au_vdir_fill_de(struct file *file, struct dir_context *ctx); + +/* ioctl.c */ +long aufs_ioctl_dir(struct file *file, unsigned int cmd, unsigned long arg); + +#ifdef CONFIG_AUFS_RDU +/* rdu.c */ +long au_rdu_ioctl(struct file *file, unsigned int cmd, unsigned long arg); +#ifdef CONFIG_COMPAT +long au_rdu_compat_ioctl(struct file *file, unsigned int cmd, + unsigned long arg); +#endif +#else +static inline long au_rdu_ioctl(struct file *file, unsigned int cmd, + unsigned long arg) +{ + return -EINVAL; +} +#ifdef CONFIG_COMPAT +static inline long au_rdu_compat_ioctl(struct file *file, unsigned int cmd, + unsigned long arg) +{ + return -EINVAL; +} +#endif +#endif + +#endif /* __KERNEL__ */ +#endif /* __AUFS_DIR_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/dynop.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/dynop.c @@ -0,0 +1,379 @@ +/* + * Copyright (C) 2010-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * dynamically customizable operations for regular files + */ + +#include "aufs.h" + +#define DyPrSym(key) AuDbgSym(key->dk_op.dy_hop) + +/* + * How large will these lists be? + * Usually just a few elements, 20-30 at most for each, I guess. + */ +static struct au_splhead dynop[AuDyLast]; + +static struct au_dykey *dy_gfind_get(struct au_splhead *spl, const void *h_op) +{ + struct au_dykey *key, *tmp; + struct list_head *head; + + key = NULL; + head = &spl->head; + rcu_read_lock(); + list_for_each_entry_rcu(tmp, head, dk_list) + if (tmp->dk_op.dy_hop == h_op) { + key = tmp; + kref_get(&key->dk_kref); + break; + } + rcu_read_unlock(); + + return key; +} + +static struct au_dykey *dy_bradd(struct au_branch *br, struct au_dykey *key) +{ + struct au_dykey **k, *found; + const void *h_op = key->dk_op.dy_hop; + int i; + + found = NULL; + k = br->br_dykey; + for (i = 0; i < AuBrDynOp; i++) + if (k[i]) { + if (k[i]->dk_op.dy_hop == h_op) { + found = k[i]; + break; + } + } else + break; + if (!found) { + spin_lock(&br->br_dykey_lock); + for (; i < AuBrDynOp; i++) + if (k[i]) { + if (k[i]->dk_op.dy_hop == h_op) { + found = k[i]; + break; + } + } else { + k[i] = key; + break; + } + spin_unlock(&br->br_dykey_lock); + BUG_ON(i == AuBrDynOp); /* expand the array */ + } + + return found; +} + +/* kref_get() if @key is already added */ +static struct au_dykey *dy_gadd(struct au_splhead *spl, struct au_dykey *key) +{ + struct au_dykey *tmp, *found; + struct list_head *head; + const void *h_op = key->dk_op.dy_hop; + + found = NULL; + head = &spl->head; + spin_lock(&spl->spin); + list_for_each_entry(tmp, head, dk_list) + if (tmp->dk_op.dy_hop == h_op) { + kref_get(&tmp->dk_kref); + found = tmp; + break; + } + if (!found) + list_add_rcu(&key->dk_list, head); + spin_unlock(&spl->spin); + + if (!found) + DyPrSym(key); + return found; +} + +static void dy_free_rcu(struct rcu_head *rcu) +{ + struct au_dykey *key; + + key = container_of(rcu, struct au_dykey, dk_rcu); + DyPrSym(key); + kfree(key); +} + +static void dy_free(struct kref *kref) +{ + struct au_dykey *key; + struct au_splhead *spl; + + key = container_of(kref, struct au_dykey, dk_kref); + spl = dynop + key->dk_op.dy_type; + au_spl_del_rcu(&key->dk_list, spl); + call_rcu(&key->dk_rcu, dy_free_rcu); +} + +void au_dy_put(struct au_dykey *key) +{ + kref_put(&key->dk_kref, dy_free); +} + +/* ---------------------------------------------------------------------- */ + +#define DyDbgSize(cnt, op) AuDebugOn(cnt != sizeof(op)/sizeof(void *)) + +#ifdef CONFIG_AUFS_DEBUG +#define DyDbgDeclare(cnt) unsigned int cnt = 0 +#define DyDbgInc(cnt) do { cnt++; } while (0) +#else +#define DyDbgDeclare(cnt) do {} while (0) +#define DyDbgInc(cnt) do {} while (0) +#endif + +#define DySet(func, dst, src, h_op, h_sb) do { \ + DyDbgInc(cnt); \ + if (h_op->func) { \ + if (src.func) \ + dst.func = src.func; \ + else \ + AuDbg("%s %s\n", au_sbtype(h_sb), #func); \ + } \ +} while (0) + +#define DySetForce(func, dst, src) do { \ + AuDebugOn(!src.func); \ + DyDbgInc(cnt); \ + dst.func = src.func; \ +} while (0) + +#define DySetAop(func) \ + DySet(func, dyaop->da_op, aufs_aop, h_aop, h_sb) +#define DySetAopForce(func) \ + DySetForce(func, dyaop->da_op, aufs_aop) + +static void dy_aop(struct au_dykey *key, const void *h_op, + struct super_block *h_sb __maybe_unused) +{ + struct au_dyaop *dyaop = (void *)key; + const struct address_space_operations *h_aop = h_op; + DyDbgDeclare(cnt); + + AuDbg("%s\n", au_sbtype(h_sb)); + + DySetAop(writepage); + DySetAopForce(readpage); /* force */ + DySetAop(writepages); + DySetAop(set_page_dirty); + DySetAop(readpages); + DySetAop(write_begin); + DySetAop(write_end); + DySetAop(bmap); + DySetAop(invalidatepage); + DySetAop(releasepage); + DySetAop(freepage); + /* these two will be changed according to an aufs mount option */ + DySetAop(direct_IO); + DySetAop(get_xip_mem); + DySetAop(migratepage); + DySetAop(launder_page); + DySetAop(is_partially_uptodate); + DySetAop(is_dirty_writeback); + DySetAop(error_remove_page); + DySetAop(swap_activate); + DySetAop(swap_deactivate); + + DyDbgSize(cnt, *h_aop); + dyaop->da_get_xip_mem = h_aop->get_xip_mem; +} + +/* ---------------------------------------------------------------------- */ + +static void dy_bug(struct kref *kref) +{ + BUG(); +} + +static struct au_dykey *dy_get(struct au_dynop *op, struct au_branch *br) +{ + struct au_dykey *key, *old; + struct au_splhead *spl; + struct op { + unsigned int sz; + void (*set)(struct au_dykey *key, const void *h_op, + struct super_block *h_sb __maybe_unused); + }; + static const struct op a[] = { + [AuDy_AOP] = { + .sz = sizeof(struct au_dyaop), + .set = dy_aop + } + }; + const struct op *p; + + spl = dynop + op->dy_type; + key = dy_gfind_get(spl, op->dy_hop); + if (key) + goto out_add; /* success */ + + p = a + op->dy_type; + key = kzalloc(p->sz, GFP_NOFS); + if (unlikely(!key)) { + key = ERR_PTR(-ENOMEM); + goto out; + } + + key->dk_op.dy_hop = op->dy_hop; + kref_init(&key->dk_kref); + p->set(key, op->dy_hop, au_br_sb(br)); + old = dy_gadd(spl, key); + if (old) { + kfree(key); + key = old; + } + +out_add: + old = dy_bradd(br, key); + if (old) + /* its ref-count should never be zero here */ + kref_put(&key->dk_kref, dy_bug); +out: + return key; +} + +/* ---------------------------------------------------------------------- */ +/* + * Aufs prohibits O_DIRECT by defaut even if the branch supports it. + * This behaviour is neccessary to return an error from open(O_DIRECT) instead + * of the succeeding I/O. The dio mount option enables O_DIRECT and makes + * open(O_DIRECT) always succeed, but the succeeding I/O may return an error. + * See the aufs manual in detail. + * + * To keep this behaviour, aufs has to set NULL to ->get_xip_mem too, and the + * performance of fadvise() and madvise() may be affected. + */ +static void dy_adx(struct au_dyaop *dyaop, int do_dx) +{ + if (!do_dx) { + dyaop->da_op.direct_IO = NULL; + dyaop->da_op.get_xip_mem = NULL; + } else { + dyaop->da_op.direct_IO = aufs_aop.direct_IO; + dyaop->da_op.get_xip_mem = aufs_aop.get_xip_mem; + if (!dyaop->da_get_xip_mem) + dyaop->da_op.get_xip_mem = NULL; + } +} + +static struct au_dyaop *dy_aget(struct au_branch *br, + const struct address_space_operations *h_aop, + int do_dx) +{ + struct au_dyaop *dyaop; + struct au_dynop op; + + op.dy_type = AuDy_AOP; + op.dy_haop = h_aop; + dyaop = (void *)dy_get(&op, br); + if (IS_ERR(dyaop)) + goto out; + dy_adx(dyaop, do_dx); + +out: + return dyaop; +} + +int au_dy_iaop(struct inode *inode, aufs_bindex_t bindex, + struct inode *h_inode) +{ + int err, do_dx; + struct super_block *sb; + struct au_branch *br; + struct au_dyaop *dyaop; + + AuDebugOn(!S_ISREG(h_inode->i_mode)); + IiMustWriteLock(inode); + + sb = inode->i_sb; + br = au_sbr(sb, bindex); + do_dx = !!au_opt_test(au_mntflags(sb), DIO); + dyaop = dy_aget(br, h_inode->i_mapping->a_ops, do_dx); + err = PTR_ERR(dyaop); + if (IS_ERR(dyaop)) + /* unnecessary to call dy_fput() */ + goto out; + + err = 0; + inode->i_mapping->a_ops = &dyaop->da_op; + +out: + return err; +} + +/* + * Is it safe to replace a_ops during the inode/file is in operation? + * Yes, I hope so. + */ +int au_dy_irefresh(struct inode *inode) +{ + int err; + aufs_bindex_t bstart; + struct inode *h_inode; + + err = 0; + if (S_ISREG(inode->i_mode)) { + bstart = au_ibstart(inode); + h_inode = au_h_iptr(inode, bstart); + err = au_dy_iaop(inode, bstart, h_inode); + } + return err; +} + +void au_dy_arefresh(int do_dx) +{ + struct au_splhead *spl; + struct list_head *head; + struct au_dykey *key; + + spl = dynop + AuDy_AOP; + head = &spl->head; + spin_lock(&spl->spin); + list_for_each_entry(key, head, dk_list) + dy_adx((void *)key, do_dx); + spin_unlock(&spl->spin); +} + +/* ---------------------------------------------------------------------- */ + +void __init au_dy_init(void) +{ + int i; + + /* make sure that 'struct au_dykey *' can be any type */ + BUILD_BUG_ON(offsetof(struct au_dyaop, da_key)); + + for (i = 0; i < AuDyLast; i++) + au_spl_init(dynop + i); +} + +void au_dy_fin(void) +{ + int i; + + for (i = 0; i < AuDyLast; i++) + WARN_ON(!list_empty(&dynop[i].head)); +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/dynop.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/dynop.h @@ -0,0 +1,75 @@ +/* + * Copyright (C) 2010-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * dynamically customizable operations (for regular files only) + */ + +#ifndef __AUFS_DYNOP_H__ +#define __AUFS_DYNOP_H__ + +#ifdef __KERNEL__ + +#include "inode.h" + +enum {AuDy_AOP, AuDyLast}; + +struct au_dynop { + int dy_type; + union { + const void *dy_hop; + const struct address_space_operations *dy_haop; + }; +}; + +struct au_dykey { + union { + struct list_head dk_list; + struct rcu_head dk_rcu; + }; + struct au_dynop dk_op; + + /* + * during I am in the branch local array, kref is gotten. when the + * branch is removed, kref is put. + */ + struct kref dk_kref; +}; + +/* stop unioning since their sizes are very different from each other */ +struct au_dyaop { + struct au_dykey da_key; + struct address_space_operations da_op; /* not const */ + int (*da_get_xip_mem)(struct address_space *, pgoff_t, int, + void **, unsigned long *); +}; + +/* ---------------------------------------------------------------------- */ + +/* dynop.c */ +struct au_branch; +void au_dy_put(struct au_dykey *key); +int au_dy_iaop(struct inode *inode, aufs_bindex_t bindex, + struct inode *h_inode); +int au_dy_irefresh(struct inode *inode); +void au_dy_arefresh(int do_dio); + +void __init au_dy_init(void); +void au_dy_fin(void); + +#endif /* __KERNEL__ */ +#endif /* __AUFS_DYNOP_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/export.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/export.c @@ -0,0 +1,831 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * export via nfs + */ + +#include +#include +#include +#include +#include +#include +#include "../fs/mount.h" +#include "aufs.h" + +union conv { +#ifdef CONFIG_AUFS_INO_T_64 + __u32 a[2]; +#else + __u32 a[1]; +#endif + ino_t ino; +}; + +static ino_t decode_ino(__u32 *a) +{ + union conv u; + + BUILD_BUG_ON(sizeof(u.ino) != sizeof(u.a)); + u.a[0] = a[0]; +#ifdef CONFIG_AUFS_INO_T_64 + u.a[1] = a[1]; +#endif + return u.ino; +} + +static void encode_ino(__u32 *a, ino_t ino) +{ + union conv u; + + u.ino = ino; + a[0] = u.a[0]; +#ifdef CONFIG_AUFS_INO_T_64 + a[1] = u.a[1]; +#endif +} + +/* NFS file handle */ +enum { + Fh_br_id, + Fh_sigen, +#ifdef CONFIG_AUFS_INO_T_64 + /* support 64bit inode number */ + Fh_ino1, + Fh_ino2, + Fh_dir_ino1, + Fh_dir_ino2, +#else + Fh_ino1, + Fh_dir_ino1, +#endif + Fh_igen, + Fh_h_type, + Fh_tail, + + Fh_ino = Fh_ino1, + Fh_dir_ino = Fh_dir_ino1 +}; + +static int au_test_anon(struct dentry *dentry) +{ + /* note: read d_flags without d_lock */ + return !!(dentry->d_flags & DCACHE_DISCONNECTED); +} + +int au_test_nfsd(void) +{ + int ret; + struct task_struct *tsk = current; + char comm[sizeof(tsk->comm)]; + + ret = 0; + if (tsk->flags & PF_KTHREAD) { + get_task_comm(comm, tsk); + ret = !strcmp(comm, "nfsd"); + } + + return ret; +} + +/* ---------------------------------------------------------------------- */ +/* inode generation external table */ + +void au_xigen_inc(struct inode *inode) +{ + loff_t pos; + ssize_t sz; + __u32 igen; + struct super_block *sb; + struct au_sbinfo *sbinfo; + + sb = inode->i_sb; + AuDebugOn(!au_opt_test(au_mntflags(sb), XINO)); + + sbinfo = au_sbi(sb); + pos = inode->i_ino; + pos *= sizeof(igen); + igen = inode->i_generation + 1; + sz = xino_fwrite(sbinfo->si_xwrite, sbinfo->si_xigen, &igen, + sizeof(igen), &pos); + if (sz == sizeof(igen)) + return; /* success */ + + if (unlikely(sz >= 0)) + AuIOErr("xigen error (%zd)\n", sz); +} + +int au_xigen_new(struct inode *inode) +{ + int err; + loff_t pos; + ssize_t sz; + struct super_block *sb; + struct au_sbinfo *sbinfo; + struct file *file; + + err = 0; + /* todo: dirty, at mount time */ + if (inode->i_ino == AUFS_ROOT_INO) + goto out; + sb = inode->i_sb; + SiMustAnyLock(sb); + if (unlikely(!au_opt_test(au_mntflags(sb), XINO))) + goto out; + + err = -EFBIG; + pos = inode->i_ino; + if (unlikely(au_loff_max / sizeof(inode->i_generation) - 1 < pos)) { + AuIOErr1("too large i%lld\n", pos); + goto out; + } + pos *= sizeof(inode->i_generation); + + err = 0; + sbinfo = au_sbi(sb); + file = sbinfo->si_xigen; + BUG_ON(!file); + + if (vfsub_f_size_read(file) + < pos + sizeof(inode->i_generation)) { + inode->i_generation = atomic_inc_return(&sbinfo->si_xigen_next); + sz = xino_fwrite(sbinfo->si_xwrite, file, &inode->i_generation, + sizeof(inode->i_generation), &pos); + } else + sz = xino_fread(sbinfo->si_xread, file, &inode->i_generation, + sizeof(inode->i_generation), &pos); + if (sz == sizeof(inode->i_generation)) + goto out; /* success */ + + err = sz; + if (unlikely(sz >= 0)) { + err = -EIO; + AuIOErr("xigen error (%zd)\n", sz); + } + +out: + return err; +} + +int au_xigen_set(struct super_block *sb, struct file *base) +{ + int err; + struct au_sbinfo *sbinfo; + struct file *file; + + SiMustWriteLock(sb); + + sbinfo = au_sbi(sb); + file = au_xino_create2(base, sbinfo->si_xigen); + err = PTR_ERR(file); + if (IS_ERR(file)) + goto out; + err = 0; + if (sbinfo->si_xigen) + fput(sbinfo->si_xigen); + sbinfo->si_xigen = file; + +out: + return err; +} + +void au_xigen_clr(struct super_block *sb) +{ + struct au_sbinfo *sbinfo; + + SiMustWriteLock(sb); + + sbinfo = au_sbi(sb); + if (sbinfo->si_xigen) { + fput(sbinfo->si_xigen); + sbinfo->si_xigen = NULL; + } +} + +/* ---------------------------------------------------------------------- */ + +static struct dentry *decode_by_ino(struct super_block *sb, ino_t ino, + ino_t dir_ino) +{ + struct dentry *dentry, *d; + struct inode *inode; + unsigned int sigen; + + dentry = NULL; + inode = ilookup(sb, ino); + if (!inode) + goto out; + + dentry = ERR_PTR(-ESTALE); + sigen = au_sigen(sb); + if (unlikely(is_bad_inode(inode) + || IS_DEADDIR(inode) + || sigen != au_iigen(inode, NULL))) + goto out_iput; + + dentry = NULL; + if (!dir_ino || S_ISDIR(inode->i_mode)) + dentry = d_find_alias(inode); + else { + spin_lock(&inode->i_lock); + hlist_for_each_entry(d, &inode->i_dentry, d_u.d_alias) { + spin_lock(&d->d_lock); + if (!au_test_anon(d) + && d->d_parent->d_inode->i_ino == dir_ino) { + dentry = dget_dlock(d); + spin_unlock(&d->d_lock); + break; + } + spin_unlock(&d->d_lock); + } + spin_unlock(&inode->i_lock); + } + if (unlikely(dentry && au_digen_test(dentry, sigen))) { + /* need to refresh */ + dput(dentry); + dentry = NULL; + } + +out_iput: + iput(inode); +out: + AuTraceErrPtr(dentry); + return dentry; +} + +/* ---------------------------------------------------------------------- */ + +/* todo: dirty? */ +/* if exportfs_decode_fh() passed vfsmount*, we could be happy */ + +struct au_compare_mnt_args { + /* input */ + struct super_block *sb; + + /* output */ + struct vfsmount *mnt; +}; + +static int au_compare_mnt(struct vfsmount *mnt, void *arg) +{ + struct au_compare_mnt_args *a = arg; + + if (mnt->mnt_sb != a->sb) + return 0; + a->mnt = mntget(mnt); + return 1; +} + +static struct vfsmount *au_mnt_get(struct super_block *sb) +{ + int err; + struct path root; + struct au_compare_mnt_args args = { + .sb = sb + }; + + get_fs_root(current->fs, &root); + rcu_read_lock(); + err = iterate_mounts(au_compare_mnt, &args, root.mnt); + rcu_read_unlock(); + path_put(&root); + AuDebugOn(!err); + AuDebugOn(!args.mnt); + return args.mnt; +} + +struct au_nfsd_si_lock { + unsigned int sigen; + aufs_bindex_t bindex, br_id; + unsigned char force_lock; +}; + +static int si_nfsd_read_lock(struct super_block *sb, + struct au_nfsd_si_lock *nsi_lock) +{ + int err; + aufs_bindex_t bindex; + + si_read_lock(sb, AuLock_FLUSH); + + /* branch id may be wrapped around */ + err = 0; + bindex = au_br_index(sb, nsi_lock->br_id); + if (bindex >= 0 && nsi_lock->sigen + AUFS_BRANCH_MAX > au_sigen(sb)) + goto out; /* success */ + + err = -ESTALE; + bindex = -1; + if (!nsi_lock->force_lock) + si_read_unlock(sb); + +out: + nsi_lock->bindex = bindex; + return err; +} + +struct find_name_by_ino { + struct dir_context ctx; + int called, found; + ino_t ino; + char *name; + int namelen; +}; + +static int +find_name_by_ino(struct dir_context *ctx, const char *name, int namelen, + loff_t offset, u64 ino, unsigned int d_type) +{ + struct find_name_by_ino *a = container_of(ctx, struct find_name_by_ino, + ctx); + + a->called++; + if (a->ino != ino) + return 0; + + memcpy(a->name, name, namelen); + a->namelen = namelen; + a->found = 1; + return 1; +} + +static struct dentry *au_lkup_by_ino(struct path *path, ino_t ino, + struct au_nfsd_si_lock *nsi_lock) +{ + struct dentry *dentry, *parent; + struct file *file; + struct inode *dir; + struct find_name_by_ino arg = { + .ctx = { + .actor = au_diractor(find_name_by_ino) + } + }; + int err; + + parent = path->dentry; + if (nsi_lock) + si_read_unlock(parent->d_sb); + file = vfsub_dentry_open(path, au_dir_roflags); + dentry = (void *)file; + if (IS_ERR(file)) + goto out; + + dentry = ERR_PTR(-ENOMEM); + arg.name = (void *)__get_free_page(GFP_NOFS); + if (unlikely(!arg.name)) + goto out_file; + arg.ino = ino; + arg.found = 0; + do { + arg.called = 0; + /* smp_mb(); */ + err = vfsub_iterate_dir(file, &arg.ctx); + } while (!err && !arg.found && arg.called); + dentry = ERR_PTR(err); + if (unlikely(err)) + goto out_name; + /* instead of ENOENT */ + dentry = ERR_PTR(-ESTALE); + if (!arg.found) + goto out_name; + + /* do not call vfsub_lkup_one() */ + dir = parent->d_inode; + mutex_lock(&dir->i_mutex); + dentry = vfsub_lookup_one_len(arg.name, parent, arg.namelen); + mutex_unlock(&dir->i_mutex); + AuTraceErrPtr(dentry); + if (IS_ERR(dentry)) + goto out_name; + AuDebugOn(au_test_anon(dentry)); + if (unlikely(!dentry->d_inode)) { + dput(dentry); + dentry = ERR_PTR(-ENOENT); + } + +out_name: + free_page((unsigned long)arg.name); +out_file: + fput(file); +out: + if (unlikely(nsi_lock + && si_nfsd_read_lock(parent->d_sb, nsi_lock) < 0)) + if (!IS_ERR(dentry)) { + dput(dentry); + dentry = ERR_PTR(-ESTALE); + } + AuTraceErrPtr(dentry); + return dentry; +} + +static struct dentry *decode_by_dir_ino(struct super_block *sb, ino_t ino, + ino_t dir_ino, + struct au_nfsd_si_lock *nsi_lock) +{ + struct dentry *dentry; + struct path path; + + if (dir_ino != AUFS_ROOT_INO) { + path.dentry = decode_by_ino(sb, dir_ino, 0); + dentry = path.dentry; + if (!path.dentry || IS_ERR(path.dentry)) + goto out; + AuDebugOn(au_test_anon(path.dentry)); + } else + path.dentry = dget(sb->s_root); + + path.mnt = au_mnt_get(sb); + dentry = au_lkup_by_ino(&path, ino, nsi_lock); + path_put(&path); + +out: + AuTraceErrPtr(dentry); + return dentry; +} + +/* ---------------------------------------------------------------------- */ + +static int h_acceptable(void *expv, struct dentry *dentry) +{ + return 1; +} + +static char *au_build_path(struct dentry *h_parent, struct path *h_rootpath, + char *buf, int len, struct super_block *sb) +{ + char *p; + int n; + struct path path; + + p = d_path(h_rootpath, buf, len); + if (IS_ERR(p)) + goto out; + n = strlen(p); + + path.mnt = h_rootpath->mnt; + path.dentry = h_parent; + p = d_path(&path, buf, len); + if (IS_ERR(p)) + goto out; + if (n != 1) + p += n; + + path.mnt = au_mnt_get(sb); + path.dentry = sb->s_root; + p = d_path(&path, buf, len - strlen(p)); + mntput(path.mnt); + if (IS_ERR(p)) + goto out; + if (n != 1) + p[strlen(p)] = '/'; + +out: + AuTraceErrPtr(p); + return p; +} + +static +struct dentry *decode_by_path(struct super_block *sb, ino_t ino, __u32 *fh, + int fh_len, struct au_nfsd_si_lock *nsi_lock) +{ + struct dentry *dentry, *h_parent, *root; + struct super_block *h_sb; + char *pathname, *p; + struct vfsmount *h_mnt; + struct au_branch *br; + int err; + struct path path; + + br = au_sbr(sb, nsi_lock->bindex); + h_mnt = au_br_mnt(br); + h_sb = h_mnt->mnt_sb; + /* todo: call lower fh_to_dentry()? fh_to_parent()? */ + h_parent = exportfs_decode_fh(h_mnt, (void *)(fh + Fh_tail), + fh_len - Fh_tail, fh[Fh_h_type], + h_acceptable, /*context*/NULL); + dentry = h_parent; + if (unlikely(!h_parent || IS_ERR(h_parent))) { + AuWarn1("%s decode_fh failed, %ld\n", + au_sbtype(h_sb), PTR_ERR(h_parent)); + goto out; + } + dentry = NULL; + if (unlikely(au_test_anon(h_parent))) { + AuWarn1("%s decode_fh returned a disconnected dentry\n", + au_sbtype(h_sb)); + goto out_h_parent; + } + + dentry = ERR_PTR(-ENOMEM); + pathname = (void *)__get_free_page(GFP_NOFS); + if (unlikely(!pathname)) + goto out_h_parent; + + root = sb->s_root; + path.mnt = h_mnt; + di_read_lock_parent(root, !AuLock_IR); + path.dentry = au_h_dptr(root, nsi_lock->bindex); + di_read_unlock(root, !AuLock_IR); + p = au_build_path(h_parent, &path, pathname, PAGE_SIZE, sb); + dentry = (void *)p; + if (IS_ERR(p)) + goto out_pathname; + + si_read_unlock(sb); + err = vfsub_kern_path(p, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, &path); + dentry = ERR_PTR(err); + if (unlikely(err)) + goto out_relock; + + dentry = ERR_PTR(-ENOENT); + AuDebugOn(au_test_anon(path.dentry)); + if (unlikely(!path.dentry->d_inode)) + goto out_path; + + if (ino != path.dentry->d_inode->i_ino) + dentry = au_lkup_by_ino(&path, ino, /*nsi_lock*/NULL); + else + dentry = dget(path.dentry); + +out_path: + path_put(&path); +out_relock: + if (unlikely(si_nfsd_read_lock(sb, nsi_lock) < 0)) + if (!IS_ERR(dentry)) { + dput(dentry); + dentry = ERR_PTR(-ESTALE); + } +out_pathname: + free_page((unsigned long)pathname); +out_h_parent: + dput(h_parent); +out: + AuTraceErrPtr(dentry); + return dentry; +} + +/* ---------------------------------------------------------------------- */ + +static struct dentry * +aufs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, + int fh_type) +{ + struct dentry *dentry; + __u32 *fh = fid->raw; + struct au_branch *br; + ino_t ino, dir_ino; + struct au_nfsd_si_lock nsi_lock = { + .force_lock = 0 + }; + + dentry = ERR_PTR(-ESTALE); + /* it should never happen, but the file handle is unreliable */ + if (unlikely(fh_len < Fh_tail)) + goto out; + nsi_lock.sigen = fh[Fh_sigen]; + nsi_lock.br_id = fh[Fh_br_id]; + + /* branch id may be wrapped around */ + br = NULL; + if (unlikely(si_nfsd_read_lock(sb, &nsi_lock))) + goto out; + nsi_lock.force_lock = 1; + + /* is this inode still cached? */ + ino = decode_ino(fh + Fh_ino); + /* it should never happen */ + if (unlikely(ino == AUFS_ROOT_INO)) + goto out; + + dir_ino = decode_ino(fh + Fh_dir_ino); + dentry = decode_by_ino(sb, ino, dir_ino); + if (IS_ERR(dentry)) + goto out_unlock; + if (dentry) + goto accept; + + /* is the parent dir cached? */ + br = au_sbr(sb, nsi_lock.bindex); + atomic_inc(&br->br_count); + dentry = decode_by_dir_ino(sb, ino, dir_ino, &nsi_lock); + if (IS_ERR(dentry)) + goto out_unlock; + if (dentry) + goto accept; + + /* lookup path */ + dentry = decode_by_path(sb, ino, fh, fh_len, &nsi_lock); + if (IS_ERR(dentry)) + goto out_unlock; + if (unlikely(!dentry)) + /* todo?: make it ESTALE */ + goto out_unlock; + +accept: + if (!au_digen_test(dentry, au_sigen(sb)) + && dentry->d_inode->i_generation == fh[Fh_igen]) + goto out_unlock; /* success */ + + dput(dentry); + dentry = ERR_PTR(-ESTALE); +out_unlock: + if (br) + atomic_dec(&br->br_count); + si_read_unlock(sb); +out: + AuTraceErrPtr(dentry); + return dentry; +} + +#if 0 /* reserved for future use */ +/* support subtreecheck option */ +static struct dentry *aufs_fh_to_parent(struct super_block *sb, struct fid *fid, + int fh_len, int fh_type) +{ + struct dentry *parent; + __u32 *fh = fid->raw; + ino_t dir_ino; + + dir_ino = decode_ino(fh + Fh_dir_ino); + parent = decode_by_ino(sb, dir_ino, 0); + if (IS_ERR(parent)) + goto out; + if (!parent) + parent = decode_by_path(sb, au_br_index(sb, fh[Fh_br_id]), + dir_ino, fh, fh_len); + +out: + AuTraceErrPtr(parent); + return parent; +} +#endif + +/* ---------------------------------------------------------------------- */ + +static int aufs_encode_fh(struct inode *inode, __u32 *fh, int *max_len, + struct inode *dir) +{ + int err; + aufs_bindex_t bindex; + struct super_block *sb, *h_sb; + struct dentry *dentry, *parent, *h_parent; + struct inode *h_dir; + struct au_branch *br; + + err = -ENOSPC; + if (unlikely(*max_len <= Fh_tail)) { + AuWarn1("NFSv2 client (max_len %d)?\n", *max_len); + goto out; + } + + err = FILEID_ROOT; + if (inode->i_ino == AUFS_ROOT_INO) { + AuDebugOn(inode->i_ino != AUFS_ROOT_INO); + goto out; + } + + h_parent = NULL; + sb = inode->i_sb; + err = si_read_lock(sb, AuLock_FLUSH); + if (unlikely(err)) + goto out; + +#ifdef CONFIG_AUFS_DEBUG + if (unlikely(!au_opt_test(au_mntflags(sb), XINO))) + AuWarn1("NFS-exporting requires xino\n"); +#endif + err = -EIO; + parent = NULL; + ii_read_lock_child(inode); + bindex = au_ibstart(inode); + if (!dir) { + dentry = d_find_alias(inode); + if (unlikely(!dentry)) + goto out_unlock; + AuDebugOn(au_test_anon(dentry)); + parent = dget_parent(dentry); + dput(dentry); + if (unlikely(!parent)) + goto out_unlock; + dir = parent->d_inode; + } + + ii_read_lock_parent(dir); + h_dir = au_h_iptr(dir, bindex); + ii_read_unlock(dir); + if (unlikely(!h_dir)) + goto out_parent; + h_parent = d_find_alias(h_dir); + if (unlikely(!h_parent)) + goto out_hparent; + + err = -EPERM; + br = au_sbr(sb, bindex); + h_sb = au_br_sb(br); + if (unlikely(!h_sb->s_export_op)) { + AuErr1("%s branch is not exportable\n", au_sbtype(h_sb)); + goto out_hparent; + } + + fh[Fh_br_id] = br->br_id; + fh[Fh_sigen] = au_sigen(sb); + encode_ino(fh + Fh_ino, inode->i_ino); + encode_ino(fh + Fh_dir_ino, dir->i_ino); + fh[Fh_igen] = inode->i_generation; + + *max_len -= Fh_tail; + fh[Fh_h_type] = exportfs_encode_fh(h_parent, (void *)(fh + Fh_tail), + max_len, + /*connectable or subtreecheck*/0); + err = fh[Fh_h_type]; + *max_len += Fh_tail; + /* todo: macros? */ + if (err != FILEID_INVALID) + err = 99; + else + AuWarn1("%s encode_fh failed\n", au_sbtype(h_sb)); + +out_hparent: + dput(h_parent); +out_parent: + dput(parent); +out_unlock: + ii_read_unlock(inode); + si_read_unlock(sb); +out: + if (unlikely(err < 0)) + err = FILEID_INVALID; + return err; +} + +/* ---------------------------------------------------------------------- */ + +static int aufs_commit_metadata(struct inode *inode) +{ + int err; + aufs_bindex_t bindex; + struct super_block *sb; + struct inode *h_inode; + int (*f)(struct inode *inode); + + sb = inode->i_sb; + si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); + ii_write_lock_child(inode); + bindex = au_ibstart(inode); + AuDebugOn(bindex < 0); + h_inode = au_h_iptr(inode, bindex); + + f = h_inode->i_sb->s_export_op->commit_metadata; + if (f) + err = f(h_inode); + else { + struct writeback_control wbc = { + .sync_mode = WB_SYNC_ALL, + .nr_to_write = 0 /* metadata only */ + }; + + err = sync_inode(h_inode, &wbc); + } + + au_cpup_attr_timesizes(inode); + ii_write_unlock(inode); + si_read_unlock(sb); + return err; +} + +/* ---------------------------------------------------------------------- */ + +static struct export_operations aufs_export_op = { + .fh_to_dentry = aufs_fh_to_dentry, + /* .fh_to_parent = aufs_fh_to_parent, */ + .encode_fh = aufs_encode_fh, + .commit_metadata = aufs_commit_metadata +}; + +void au_export_init(struct super_block *sb) +{ + struct au_sbinfo *sbinfo; + __u32 u; + + sb->s_export_op = &aufs_export_op; + sbinfo = au_sbi(sb); + sbinfo->si_xigen = NULL; + get_random_bytes(&u, sizeof(u)); + BUILD_BUG_ON(sizeof(u) != sizeof(int)); + atomic_set(&sbinfo->si_xigen_next, u); +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/f_op.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/f_op.c @@ -0,0 +1,791 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * file and vm operations + */ + +#include +#include +#include +#include +#include "aufs.h" + +int au_do_open_nondir(struct file *file, int flags) +{ + int err; + aufs_bindex_t bindex; + struct file *h_file; + struct dentry *dentry; + struct au_finfo *finfo; + struct inode *h_inode; + + FiMustWriteLock(file); + + err = 0; + dentry = file->f_dentry; + finfo = au_fi(file); + memset(&finfo->fi_htop, 0, sizeof(finfo->fi_htop)); + atomic_set(&finfo->fi_mmapped, 0); + bindex = au_dbstart(dentry); + h_file = au_h_open(dentry, bindex, flags, file, /*force_wr*/0); + if (IS_ERR(h_file)) + err = PTR_ERR(h_file); + else { + if ((flags & __O_TMPFILE) + && !(flags & O_EXCL)) { + h_inode = file_inode(h_file); + spin_lock(&h_inode->i_lock); + h_inode->i_state |= I_LINKABLE; + spin_unlock(&h_inode->i_lock); + } + au_set_fbstart(file, bindex); + au_set_h_fptr(file, bindex, h_file); + au_update_figen(file); + finfo->fi_file = file; + au_sphl_add(&finfo->fi_hlist, &au_sbi(dentry->d_sb)->si_files); + /* todo: necessary? */ + /* file->f_ra = h_file->f_ra; */ + } + + return err; +} + +static int aufs_open_nondir(struct inode *inode __maybe_unused, + struct file *file) +{ + int err; + struct super_block *sb; + + AuDbg("%pD, f_flags 0x%x, f_mode 0x%x\n", + file, vfsub_file_flags(file), file->f_mode); + + sb = file->f_dentry->d_sb; + si_read_lock(sb, AuLock_FLUSH); + err = au_do_open(file, au_do_open_nondir, /*fidir*/NULL); + si_read_unlock(sb); + return err; +} + +int aufs_release_nondir(struct inode *inode __maybe_unused, struct file *file) +{ + struct au_finfo *finfo; + aufs_bindex_t bindex; + + finfo = au_fi(file); + au_sphl_del(&finfo->fi_hlist, &au_sbi(file->f_dentry->d_sb)->si_files); + bindex = finfo->fi_btop; + if (bindex >= 0) + au_set_h_fptr(file, bindex, NULL); + + au_finfo_fin(file); + return 0; +} + +/* ---------------------------------------------------------------------- */ + +static int au_do_flush_nondir(struct file *file, fl_owner_t id) +{ + int err; + struct file *h_file; + + err = 0; + h_file = au_hf_top(file); + if (h_file) + err = vfsub_flush(h_file, id); + return err; +} + +static int aufs_flush_nondir(struct file *file, fl_owner_t id) +{ + return au_do_flush(file, id, au_do_flush_nondir); +} + +/* ---------------------------------------------------------------------- */ +/* + * read and write functions acquire [fdi]_rwsem once, but release before + * mmap_sem. This is because to stop a race condition between mmap(2). + * Releasing these aufs-rwsem should be safe, no branch-mamagement (by keeping + * si_rwsem), no harmful copy-up should happen. Actually copy-up may happen in + * read functions after [fdi]_rwsem are released, but it should be harmless. + */ + +static ssize_t aufs_read(struct file *file, char __user *buf, size_t count, + loff_t *ppos) +{ + ssize_t err; + struct dentry *dentry; + struct file *h_file; + struct super_block *sb; + + dentry = file->f_dentry; + sb = dentry->d_sb; + si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); + err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/0); + if (unlikely(err)) + goto out; + + h_file = au_hf_top(file); + get_file(h_file); + di_read_unlock(dentry, AuLock_IR); + fi_read_unlock(file); + + /* filedata may be obsoleted by concurrent copyup, but no problem */ + err = vfsub_read_u(h_file, buf, count, ppos); + /* todo: necessary? */ + /* file->f_ra = h_file->f_ra; */ + /* update without lock, I don't think it a problem */ + fsstack_copy_attr_atime(dentry->d_inode, file_inode(h_file)); + fput(h_file); + +out: + si_read_unlock(sb); + return err; +} + +/* + * todo: very ugly + * it locks both of i_mutex and si_rwsem for read in safe. + * if the plink maintenance mode continues forever (that is the problem), + * may loop forever. + */ +static void au_mtx_and_read_lock(struct inode *inode) +{ + int err; + struct super_block *sb = inode->i_sb; + + while (1) { + mutex_lock(&inode->i_mutex); + err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); + if (!err) + break; + mutex_unlock(&inode->i_mutex); + si_read_lock(sb, AuLock_NOPLMW); + si_read_unlock(sb); + } +} + +static ssize_t aufs_write(struct file *file, const char __user *ubuf, + size_t count, loff_t *ppos) +{ + ssize_t err; + struct au_pin pin; + struct dentry *dentry; + struct super_block *sb; + struct inode *inode; + struct file *h_file; + char __user *buf = (char __user *)ubuf; + + dentry = file->f_dentry; + sb = dentry->d_sb; + inode = dentry->d_inode; + au_mtx_and_read_lock(inode); + + err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/1); + if (unlikely(err)) + goto out; + + err = au_ready_to_write(file, -1, &pin); + di_downgrade_lock(dentry, AuLock_IR); + if (unlikely(err)) { + di_read_unlock(dentry, AuLock_IR); + fi_write_unlock(file); + goto out; + } + + h_file = au_hf_top(file); + get_file(h_file); + au_unpin(&pin); + di_read_unlock(dentry, AuLock_IR); + fi_write_unlock(file); + + err = vfsub_write_u(h_file, buf, count, ppos); + ii_write_lock_child(inode); + au_cpup_attr_timesizes(inode); + inode->i_mode = file_inode(h_file)->i_mode; + ii_write_unlock(inode); + fput(h_file); + +out: + si_read_unlock(sb); + mutex_unlock(&inode->i_mutex); + return err; +} + +static ssize_t au_do_iter(struct file *h_file, int rw, struct kiocb *kio, + struct iov_iter *iov_iter) +{ + ssize_t err; + struct file *file; + ssize_t (*iter)(struct kiocb *, struct iov_iter *); + ssize_t (*aio)(struct kiocb *, const struct iovec *, unsigned long, + loff_t); + + err = security_file_permission(h_file, rw); + if (unlikely(err)) + goto out; + + err = -ENOSYS; + iter = NULL; + aio = NULL; + if (rw == MAY_READ) { + iter = h_file->f_op->read_iter; + aio = h_file->f_op->aio_read; + } else if (rw == MAY_WRITE) { + iter = h_file->f_op->write_iter; + aio = h_file->f_op->aio_write; + } + + file = kio->ki_filp; + kio->ki_filp = h_file; + if (iter) { + lockdep_off(); + err = iter(kio, iov_iter); + lockdep_on(); + } else if (aio) { + lockdep_off(); + err = aio(kio, iov_iter->iov, iov_iter->nr_segs, kio->ki_pos); + lockdep_on(); + } else + /* currently there is no such fs */ + WARN_ON_ONCE(1); + kio->ki_filp = file; + +out: + return err; +} + +static ssize_t aufs_read_iter(struct kiocb *kio, struct iov_iter *iov_iter) +{ + ssize_t err; + struct file *file, *h_file; + struct dentry *dentry; + struct super_block *sb; + + file = kio->ki_filp; + dentry = file->f_dentry; + sb = dentry->d_sb; + si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); + err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/0); + if (unlikely(err)) + goto out; + + h_file = au_hf_top(file); + get_file(h_file); + di_read_unlock(dentry, AuLock_IR); + fi_read_unlock(file); + + err = au_do_iter(h_file, MAY_READ, kio, iov_iter); + /* todo: necessary? */ + /* file->f_ra = h_file->f_ra; */ + /* update without lock, I don't think it a problem */ + fsstack_copy_attr_atime(dentry->d_inode, file_inode(h_file)); + fput(h_file); + +out: + si_read_unlock(sb); + return err; +} + +static ssize_t aufs_write_iter(struct kiocb *kio, struct iov_iter *iov_iter) +{ + ssize_t err; + struct au_pin pin; + struct dentry *dentry; + struct inode *inode; + struct file *file, *h_file; + struct super_block *sb; + + file = kio->ki_filp; + dentry = file->f_dentry; + sb = dentry->d_sb; + inode = dentry->d_inode; + au_mtx_and_read_lock(inode); + + err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/1); + if (unlikely(err)) + goto out; + + err = au_ready_to_write(file, -1, &pin); + di_downgrade_lock(dentry, AuLock_IR); + if (unlikely(err)) { + di_read_unlock(dentry, AuLock_IR); + fi_write_unlock(file); + goto out; + } + + h_file = au_hf_top(file); + get_file(h_file); + au_unpin(&pin); + di_read_unlock(dentry, AuLock_IR); + fi_write_unlock(file); + + err = au_do_iter(h_file, MAY_WRITE, kio, iov_iter); + ii_write_lock_child(inode); + au_cpup_attr_timesizes(inode); + inode->i_mode = file_inode(h_file)->i_mode; + ii_write_unlock(inode); + fput(h_file); + +out: + si_read_unlock(sb); + mutex_unlock(&inode->i_mutex); + return err; +} + +static ssize_t aufs_splice_read(struct file *file, loff_t *ppos, + struct pipe_inode_info *pipe, size_t len, + unsigned int flags) +{ + ssize_t err; + struct file *h_file; + struct dentry *dentry; + struct super_block *sb; + + dentry = file->f_dentry; + sb = dentry->d_sb; + si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); + err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/0); + if (unlikely(err)) + goto out; + + err = -EINVAL; + h_file = au_hf_top(file); + get_file(h_file); + if (au_test_loopback_kthread()) { + au_warn_loopback(h_file->f_dentry->d_sb); + if (file->f_mapping != h_file->f_mapping) { + file->f_mapping = h_file->f_mapping; + smp_mb(); /* unnecessary? */ + } + } + di_read_unlock(dentry, AuLock_IR); + fi_read_unlock(file); + + err = vfsub_splice_to(h_file, ppos, pipe, len, flags); + /* todo: necessasry? */ + /* file->f_ra = h_file->f_ra; */ + /* update without lock, I don't think it a problem */ + fsstack_copy_attr_atime(dentry->d_inode, file_inode(h_file)); + fput(h_file); + +out: + si_read_unlock(sb); + return err; +} + +static ssize_t +aufs_splice_write(struct pipe_inode_info *pipe, struct file *file, loff_t *ppos, + size_t len, unsigned int flags) +{ + ssize_t err; + struct au_pin pin; + struct dentry *dentry; + struct inode *inode; + struct file *h_file; + struct super_block *sb; + + dentry = file->f_dentry; + sb = dentry->d_sb; + inode = dentry->d_inode; + au_mtx_and_read_lock(inode); + + err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/1); + if (unlikely(err)) + goto out; + + err = au_ready_to_write(file, -1, &pin); + di_downgrade_lock(dentry, AuLock_IR); + if (unlikely(err)) { + di_read_unlock(dentry, AuLock_IR); + fi_write_unlock(file); + goto out; + } + + h_file = au_hf_top(file); + get_file(h_file); + au_unpin(&pin); + di_read_unlock(dentry, AuLock_IR); + fi_write_unlock(file); + + err = vfsub_splice_from(pipe, h_file, ppos, len, flags); + ii_write_lock_child(inode); + au_cpup_attr_timesizes(inode); + inode->i_mode = file_inode(h_file)->i_mode; + ii_write_unlock(inode); + fput(h_file); + +out: + si_read_unlock(sb); + mutex_unlock(&inode->i_mutex); + return err; +} + +static long aufs_fallocate(struct file *file, int mode, loff_t offset, + loff_t len) +{ + long err; + struct au_pin pin; + struct dentry *dentry; + struct super_block *sb; + struct inode *inode; + struct file *h_file; + + dentry = file->f_dentry; + sb = dentry->d_sb; + inode = dentry->d_inode; + au_mtx_and_read_lock(inode); + + err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/1); + if (unlikely(err)) + goto out; + + err = au_ready_to_write(file, -1, &pin); + di_downgrade_lock(dentry, AuLock_IR); + if (unlikely(err)) { + di_read_unlock(dentry, AuLock_IR); + fi_write_unlock(file); + goto out; + } + + h_file = au_hf_top(file); + get_file(h_file); + au_unpin(&pin); + di_read_unlock(dentry, AuLock_IR); + fi_write_unlock(file); + + lockdep_off(); + err = do_fallocate(h_file, mode, offset, len); + lockdep_on(); + ii_write_lock_child(inode); + au_cpup_attr_timesizes(inode); + inode->i_mode = file_inode(h_file)->i_mode; + ii_write_unlock(inode); + fput(h_file); + +out: + si_read_unlock(sb); + mutex_unlock(&inode->i_mutex); + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* + * The locking order around current->mmap_sem. + * - in most and regular cases + * file I/O syscall -- aufs_read() or something + * -- si_rwsem for read -- mmap_sem + * (Note that [fdi]i_rwsem are released before mmap_sem). + * - in mmap case + * mmap(2) -- mmap_sem -- aufs_mmap() -- si_rwsem for read -- [fdi]i_rwsem + * This AB-BA order is definitly bad, but is not a problem since "si_rwsem for + * read" allows muliple processes to acquire it and [fdi]i_rwsem are not held in + * file I/O. Aufs needs to stop lockdep in aufs_mmap() though. + * It means that when aufs acquires si_rwsem for write, the process should never + * acquire mmap_sem. + * + * Actually aufs_iterate() holds [fdi]i_rwsem before mmap_sem, but this is not a + * problem either since any directory is not able to be mmap-ed. + * The similar scenario is applied to aufs_readlink() too. + */ + +#if 0 /* stop calling security_file_mmap() */ +/* cf. linux/include/linux/mman.h: calc_vm_prot_bits() */ +#define AuConv_VM_PROT(f, b) _calc_vm_trans(f, VM_##b, PROT_##b) + +static unsigned long au_arch_prot_conv(unsigned long flags) +{ + /* currently ppc64 only */ +#ifdef CONFIG_PPC64 + /* cf. linux/arch/powerpc/include/asm/mman.h */ + AuDebugOn(arch_calc_vm_prot_bits(-1) != VM_SAO); + return AuConv_VM_PROT(flags, SAO); +#else + AuDebugOn(arch_calc_vm_prot_bits(-1)); + return 0; +#endif +} + +static unsigned long au_prot_conv(unsigned long flags) +{ + return AuConv_VM_PROT(flags, READ) + | AuConv_VM_PROT(flags, WRITE) + | AuConv_VM_PROT(flags, EXEC) + | au_arch_prot_conv(flags); +} + +/* cf. linux/include/linux/mman.h: calc_vm_flag_bits() */ +#define AuConv_VM_MAP(f, b) _calc_vm_trans(f, VM_##b, MAP_##b) + +static unsigned long au_flag_conv(unsigned long flags) +{ + return AuConv_VM_MAP(flags, GROWSDOWN) + | AuConv_VM_MAP(flags, DENYWRITE) + | AuConv_VM_MAP(flags, LOCKED); +} +#endif + +static int aufs_mmap(struct file *file, struct vm_area_struct *vma) +{ + int err; + aufs_bindex_t bstart; + const unsigned char wlock + = (file->f_mode & FMODE_WRITE) && (vma->vm_flags & VM_SHARED); + struct dentry *dentry; + struct super_block *sb; + struct file *h_file; + struct au_branch *br; + struct au_pin pin; + + AuDbgVmRegion(file, vma); + + dentry = file->f_dentry; + sb = dentry->d_sb; + lockdep_off(); + si_read_lock(sb, AuLock_NOPLMW); + err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/1); + if (unlikely(err)) + goto out; + + if (wlock) { + err = au_ready_to_write(file, -1, &pin); + di_write_unlock(dentry); + if (unlikely(err)) { + fi_write_unlock(file); + goto out; + } + au_unpin(&pin); + } else + di_write_unlock(dentry); + + bstart = au_fbstart(file); + br = au_sbr(sb, bstart); + h_file = au_hf_top(file); + get_file(h_file); + au_set_mmapped(file); + fi_write_unlock(file); + lockdep_on(); + + au_vm_file_reset(vma, h_file); + /* + * we cannot call security_mmap_file() here since it may acquire + * mmap_sem or i_mutex. + * + * err = security_mmap_file(h_file, au_prot_conv(vma->vm_flags), + * au_flag_conv(vma->vm_flags)); + */ + if (!err) + err = h_file->f_op->mmap(h_file, vma); + if (unlikely(err)) + goto out_reset; + + au_vm_prfile_set(vma, file); + /* update without lock, I don't think it a problem */ + fsstack_copy_attr_atime(file_inode(file), file_inode(h_file)); + goto out_fput; /* success */ + +out_reset: + au_unset_mmapped(file); + au_vm_file_reset(vma, file); +out_fput: + fput(h_file); + lockdep_off(); +out: + si_read_unlock(sb); + lockdep_on(); + AuTraceErr(err); + return err; +} + +/* ---------------------------------------------------------------------- */ + +static int aufs_fsync_nondir(struct file *file, loff_t start, loff_t end, + int datasync) +{ + int err; + struct au_pin pin; + struct dentry *dentry; + struct inode *inode; + struct file *h_file; + struct super_block *sb; + + dentry = file->f_dentry; + inode = dentry->d_inode; + sb = dentry->d_sb; + mutex_lock(&inode->i_mutex); + err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); + if (unlikely(err)) + goto out; + + err = 0; /* -EBADF; */ /* posix? */ + if (unlikely(!(file->f_mode & FMODE_WRITE))) + goto out_si; + err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/1); + if (unlikely(err)) + goto out_si; + + err = au_ready_to_write(file, -1, &pin); + di_downgrade_lock(dentry, AuLock_IR); + if (unlikely(err)) + goto out_unlock; + au_unpin(&pin); + + err = -EINVAL; + h_file = au_hf_top(file); + err = vfsub_fsync(h_file, &h_file->f_path, datasync); + au_cpup_attr_timesizes(inode); + +out_unlock: + di_read_unlock(dentry, AuLock_IR); + fi_write_unlock(file); +out_si: + si_read_unlock(sb); +out: + mutex_unlock(&inode->i_mutex); + return err; +} + +/* no one supports this operation, currently */ +#if 0 +static int aufs_aio_fsync_nondir(struct kiocb *kio, int datasync) +{ + int err; + struct au_pin pin; + struct dentry *dentry; + struct inode *inode; + struct file *file, *h_file; + + file = kio->ki_filp; + dentry = file->f_dentry; + inode = dentry->d_inode; + au_mtx_and_read_lock(inode); + + err = 0; /* -EBADF; */ /* posix? */ + if (unlikely(!(file->f_mode & FMODE_WRITE))) + goto out; + err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/1); + if (unlikely(err)) + goto out; + + err = au_ready_to_write(file, -1, &pin); + di_downgrade_lock(dentry, AuLock_IR); + if (unlikely(err)) + goto out_unlock; + au_unpin(&pin); + + err = -ENOSYS; + h_file = au_hf_top(file); + if (h_file->f_op->aio_fsync) { + struct mutex *h_mtx; + + h_mtx = &file_inode(h_file)->i_mutex; + if (!is_sync_kiocb(kio)) { + get_file(h_file); + fput(file); + } + kio->ki_filp = h_file; + err = h_file->f_op->aio_fsync(kio, datasync); + mutex_lock_nested(h_mtx, AuLsc_I_CHILD); + if (!err) + vfsub_update_h_iattr(&h_file->f_path, /*did*/NULL); + /*ignore*/ + au_cpup_attr_timesizes(inode); + mutex_unlock(h_mtx); + } + +out_unlock: + di_read_unlock(dentry, AuLock_IR); + fi_write_unlock(file); +out: + si_read_unlock(inode->sb); + mutex_unlock(&inode->i_mutex); + return err; +} +#endif + +static int aufs_fasync(int fd, struct file *file, int flag) +{ + int err; + struct file *h_file; + struct dentry *dentry; + struct super_block *sb; + + dentry = file->f_dentry; + sb = dentry->d_sb; + si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); + err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/0); + if (unlikely(err)) + goto out; + + h_file = au_hf_top(file); + if (h_file->f_op->fasync) + err = h_file->f_op->fasync(fd, h_file, flag); + + di_read_unlock(dentry, AuLock_IR); + fi_read_unlock(file); + +out: + si_read_unlock(sb); + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* no one supports this operation, currently */ +#if 0 +static ssize_t aufs_sendpage(struct file *file, struct page *page, int offset, + size_t len, loff_t *pos , int more) +{ +} +#endif + +/* ---------------------------------------------------------------------- */ + +const struct file_operations aufs_file_fop = { + .owner = THIS_MODULE, + + .llseek = default_llseek, + + .read = aufs_read, + .write = aufs_write, + .read_iter = aufs_read_iter, + .write_iter = aufs_write_iter, + +#ifdef CONFIG_AUFS_POLL + .poll = aufs_poll, +#endif + .unlocked_ioctl = aufs_ioctl_nondir, +#ifdef CONFIG_COMPAT + .compat_ioctl = aufs_compat_ioctl_nondir, +#endif + .mmap = aufs_mmap, + .open = aufs_open_nondir, + .flush = aufs_flush_nondir, + .release = aufs_release_nondir, + .fsync = aufs_fsync_nondir, + /* .aio_fsync = aufs_aio_fsync_nondir, */ + .fasync = aufs_fasync, + /* .sendpage = aufs_sendpage, */ + .splice_write = aufs_splice_write, + .splice_read = aufs_splice_read, +#if 0 + .aio_splice_write = aufs_aio_splice_write, + .aio_splice_read = aufs_aio_splice_read, +#endif + .fallocate = aufs_fallocate +}; --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/file.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/file.c @@ -0,0 +1,808 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * handling file/dir, and address_space operation + */ + +#ifdef CONFIG_AUFS_DEBUG +#include +#endif +#include +#include "aufs.h" + +/* drop flags for writing */ +unsigned int au_file_roflags(unsigned int flags) +{ + flags &= ~(O_WRONLY | O_RDWR | O_APPEND | O_CREAT | O_TRUNC); + flags |= O_RDONLY | O_NOATIME; + return flags; +} + +/* common functions to regular file and dir */ +struct file *au_h_open(struct dentry *dentry, aufs_bindex_t bindex, int flags, + struct file *file, int force_wr) +{ + struct file *h_file; + struct dentry *h_dentry; + struct inode *h_inode; + struct super_block *sb; + struct au_branch *br; + struct path h_path; + int err, exec_flag; + + /* a race condition can happen between open and unlink/rmdir */ + h_file = ERR_PTR(-ENOENT); + h_dentry = au_h_dptr(dentry, bindex); + if (au_test_nfsd() && !h_dentry) + goto out; + h_inode = h_dentry->d_inode; + if (au_test_nfsd() && !h_inode) + goto out; + spin_lock(&h_dentry->d_lock); + err = (!d_unhashed(dentry) && d_unlinked(h_dentry)) + || !h_inode + /* || !dentry->d_inode->i_nlink */ + ; + spin_unlock(&h_dentry->d_lock); + if (unlikely(err)) + goto out; + + sb = dentry->d_sb; + br = au_sbr(sb, bindex); + h_file = ERR_PTR(-EACCES); + exec_flag = flags & __FMODE_EXEC; + if (exec_flag && (au_br_mnt(br)->mnt_flags & MNT_NOEXEC)) + goto out; + + /* drop flags for writing */ + if (au_test_ro(sb, bindex, dentry->d_inode)) { + if (force_wr && !(flags & O_WRONLY)) + force_wr = 0; + flags = au_file_roflags(flags); + if (force_wr) { + h_file = ERR_PTR(-EROFS); + flags = au_file_roflags(flags); + if (unlikely(vfsub_native_ro(h_inode) + || IS_APPEND(h_inode))) + goto out; + flags &= ~O_ACCMODE; + flags |= O_WRONLY; + } + } + flags &= ~O_CREAT; + atomic_inc(&br->br_count); + h_path.dentry = h_dentry; + h_path.mnt = au_br_mnt(br); + h_file = vfsub_dentry_open(&h_path, flags); + if (IS_ERR(h_file)) + goto out_br; + + if (exec_flag) { + err = deny_write_access(h_file); + if (unlikely(err)) { + fput(h_file); + h_file = ERR_PTR(err); + goto out_br; + } + } + fsnotify_open(h_file); + goto out; /* success */ + +out_br: + atomic_dec(&br->br_count); +out: + return h_file; +} + +static int au_cmoo(struct dentry *dentry) +{ + int err, cmoo; + struct path h_path; + struct au_pin pin; + struct au_cp_generic cpg = { + .dentry = dentry, + .bdst = -1, + .bsrc = -1, + .len = -1, + .pin = &pin, + .flags = AuCpup_DTIME | AuCpup_HOPEN + }; + struct inode *inode, *delegated; + struct super_block *sb; + struct au_branch *br; + struct dentry *parent; + struct au_hinode *hdir; + + DiMustWriteLock(dentry); + inode = dentry->d_inode; + IiMustWriteLock(inode); + + err = 0; + if (IS_ROOT(dentry)) + goto out; + cpg.bsrc = au_dbstart(dentry); + if (!cpg.bsrc) + goto out; + + sb = dentry->d_sb; + br = au_sbr(sb, cpg.bsrc); + cmoo = au_br_cmoo(br->br_perm); + if (!cmoo) + goto out; + if (!S_ISREG(inode->i_mode)) + cmoo &= AuBrAttr_COO_ALL; + if (!cmoo) + goto out; + + parent = dget_parent(dentry); + di_write_lock_parent(parent); + err = au_wbr_do_copyup_bu(dentry, cpg.bsrc - 1); + cpg.bdst = err; + if (unlikely(err < 0)) { + err = 0; /* there is no upper writable branch */ + goto out_dgrade; + } + AuDbg("bsrc %d, bdst %d\n", cpg.bsrc, cpg.bdst); + + /* do not respect the coo attrib for the target branch */ + err = au_cpup_dirs(dentry, cpg.bdst); + if (unlikely(err)) + goto out_dgrade; + + di_downgrade_lock(parent, AuLock_IR); + err = au_pin(&pin, dentry, cpg.bdst, au_opt_udba(sb), + AuPin_DI_LOCKED | AuPin_MNT_WRITE); + if (!err) { + err = au_sio_cpup_simple(&cpg); + au_unpin(&pin); + } + if (!err && (cmoo & AuBrWAttr_MOO)) { + /* todo: keep h_dentry? */ + h_path.mnt = au_br_mnt(br); + h_path.dentry = au_h_dptr(dentry, cpg.bsrc); + hdir = au_hi(parent->d_inode, cpg.bsrc); + delegated = NULL; + au_hn_imtx_lock_nested(hdir, AuLsc_I_PARENT2); + err = vfsub_unlink(hdir->hi_inode, &h_path, &delegated, + /*force*/1); + au_hn_imtx_unlock(hdir); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal unlink\n"); + iput(delegated); + } + if (unlikely(err)) { + pr_err("unlink %pd after coo failed (%d), ignored\n", + dentry, err); + err = 0; + } + } + goto out_parent; + +out_dgrade: + di_downgrade_lock(parent, AuLock_IR); +out_parent: + di_read_unlock(parent, AuLock_IR); + dput(parent); +out: + AuTraceErr(err); + return err; +} + +int au_do_open(struct file *file, int (*open)(struct file *file, int flags), + struct au_fidir *fidir) +{ + int err; + struct dentry *dentry; + + err = au_finfo_init(file, fidir); + if (unlikely(err)) + goto out; + + dentry = file->f_dentry; + di_write_lock_child(dentry); + err = au_cmoo(dentry); + di_downgrade_lock(dentry, AuLock_IR); + if (!err) + err = open(file, vfsub_file_flags(file)); + di_read_unlock(dentry, AuLock_IR); + + fi_write_unlock(file); + if (unlikely(err)) { + au_fi(file)->fi_hdir = NULL; + au_finfo_fin(file); + } + +out: + return err; +} + +int au_reopen_nondir(struct file *file) +{ + int err; + aufs_bindex_t bstart; + struct dentry *dentry; + struct file *h_file, *h_file_tmp; + + dentry = file->f_dentry; + bstart = au_dbstart(dentry); + h_file_tmp = NULL; + if (au_fbstart(file) == bstart) { + h_file = au_hf_top(file); + if (file->f_mode == h_file->f_mode) + return 0; /* success */ + h_file_tmp = h_file; + get_file(h_file_tmp); + au_set_h_fptr(file, bstart, NULL); + } + AuDebugOn(au_fi(file)->fi_hdir); + /* + * it can happen + * file exists on both of rw and ro + * open --> dbstart and fbstart are both 0 + * prepend a branch as rw, "rw" become ro + * remove rw/file + * delete the top branch, "rw" becomes rw again + * --> dbstart is 1, fbstart is still 0 + * write --> fbstart is 0 but dbstart is 1 + */ + /* AuDebugOn(au_fbstart(file) < bstart); */ + + h_file = au_h_open(dentry, bstart, vfsub_file_flags(file) & ~O_TRUNC, + file, /*force_wr*/0); + err = PTR_ERR(h_file); + if (IS_ERR(h_file)) { + if (h_file_tmp) { + atomic_inc(&au_sbr(dentry->d_sb, bstart)->br_count); + au_set_h_fptr(file, bstart, h_file_tmp); + h_file_tmp = NULL; + } + goto out; /* todo: close all? */ + } + + err = 0; + au_set_fbstart(file, bstart); + au_set_h_fptr(file, bstart, h_file); + au_update_figen(file); + /* todo: necessary? */ + /* file->f_ra = h_file->f_ra; */ + +out: + if (h_file_tmp) + fput(h_file_tmp); + return err; +} + +/* ---------------------------------------------------------------------- */ + +static int au_reopen_wh(struct file *file, aufs_bindex_t btgt, + struct dentry *hi_wh) +{ + int err; + aufs_bindex_t bstart; + struct au_dinfo *dinfo; + struct dentry *h_dentry; + struct au_hdentry *hdp; + + dinfo = au_di(file->f_dentry); + AuRwMustWriteLock(&dinfo->di_rwsem); + + bstart = dinfo->di_bstart; + dinfo->di_bstart = btgt; + hdp = dinfo->di_hdentry; + h_dentry = hdp[0 + btgt].hd_dentry; + hdp[0 + btgt].hd_dentry = hi_wh; + err = au_reopen_nondir(file); + hdp[0 + btgt].hd_dentry = h_dentry; + dinfo->di_bstart = bstart; + + return err; +} + +static int au_ready_to_write_wh(struct file *file, loff_t len, + aufs_bindex_t bcpup, struct au_pin *pin) +{ + int err; + struct inode *inode, *h_inode; + struct dentry *h_dentry, *hi_wh; + struct au_cp_generic cpg = { + .dentry = file->f_dentry, + .bdst = bcpup, + .bsrc = -1, + .len = len, + .pin = pin + }; + + au_update_dbstart(cpg.dentry); + inode = cpg.dentry->d_inode; + h_inode = NULL; + if (au_dbstart(cpg.dentry) <= bcpup + && au_dbend(cpg.dentry) >= bcpup) { + h_dentry = au_h_dptr(cpg.dentry, bcpup); + if (h_dentry) + h_inode = h_dentry->d_inode; + } + hi_wh = au_hi_wh(inode, bcpup); + if (!hi_wh && !h_inode) + err = au_sio_cpup_wh(&cpg, file); + else + /* already copied-up after unlink */ + err = au_reopen_wh(file, bcpup, hi_wh); + + if (!err + && (inode->i_nlink > 1 + || (inode->i_state & I_LINKABLE)) + && au_opt_test(au_mntflags(cpg.dentry->d_sb), PLINK)) + au_plink_append(inode, bcpup, au_h_dptr(cpg.dentry, bcpup)); + + return err; +} + +/* + * prepare the @file for writing. + */ +int au_ready_to_write(struct file *file, loff_t len, struct au_pin *pin) +{ + int err; + aufs_bindex_t dbstart; + struct dentry *parent, *h_dentry; + struct inode *inode; + struct super_block *sb; + struct file *h_file; + struct au_cp_generic cpg = { + .dentry = file->f_dentry, + .bdst = -1, + .bsrc = -1, + .len = len, + .pin = pin, + .flags = AuCpup_DTIME + }; + + sb = cpg.dentry->d_sb; + inode = cpg.dentry->d_inode; + cpg.bsrc = au_fbstart(file); + err = au_test_ro(sb, cpg.bsrc, inode); + if (!err && (au_hf_top(file)->f_mode & FMODE_WRITE)) { + err = au_pin(pin, cpg.dentry, cpg.bsrc, AuOpt_UDBA_NONE, + /*flags*/0); + goto out; + } + + /* need to cpup or reopen */ + parent = dget_parent(cpg.dentry); + di_write_lock_parent(parent); + err = AuWbrCopyup(au_sbi(sb), cpg.dentry); + cpg.bdst = err; + if (unlikely(err < 0)) + goto out_dgrade; + err = 0; + + if (!d_unhashed(cpg.dentry) && !au_h_dptr(parent, cpg.bdst)) { + err = au_cpup_dirs(cpg.dentry, cpg.bdst); + if (unlikely(err)) + goto out_dgrade; + } + + err = au_pin(pin, cpg.dentry, cpg.bdst, AuOpt_UDBA_NONE, + AuPin_DI_LOCKED | AuPin_MNT_WRITE); + if (unlikely(err)) + goto out_dgrade; + + h_dentry = au_hf_top(file)->f_dentry; + dbstart = au_dbstart(cpg.dentry); + if (dbstart <= cpg.bdst) { + h_dentry = au_h_dptr(cpg.dentry, cpg.bdst); + AuDebugOn(!h_dentry); + cpg.bsrc = cpg.bdst; + } + + if (dbstart <= cpg.bdst /* just reopen */ + || !d_unhashed(cpg.dentry) /* copyup and reopen */ + ) { + h_file = au_h_open_pre(cpg.dentry, cpg.bsrc, /*force_wr*/0); + if (IS_ERR(h_file)) + err = PTR_ERR(h_file); + else { + di_downgrade_lock(parent, AuLock_IR); + if (dbstart > cpg.bdst) + err = au_sio_cpup_simple(&cpg); + if (!err) + err = au_reopen_nondir(file); + au_h_open_post(cpg.dentry, cpg.bsrc, h_file); + } + } else { /* copyup as wh and reopen */ + /* + * since writable hfsplus branch is not supported, + * h_open_pre/post() are unnecessary. + */ + err = au_ready_to_write_wh(file, len, cpg.bdst, pin); + di_downgrade_lock(parent, AuLock_IR); + } + + if (!err) { + au_pin_set_parent_lflag(pin, /*lflag*/0); + goto out_dput; /* success */ + } + au_unpin(pin); + goto out_unlock; + +out_dgrade: + di_downgrade_lock(parent, AuLock_IR); +out_unlock: + di_read_unlock(parent, AuLock_IR); +out_dput: + dput(parent); +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +int au_do_flush(struct file *file, fl_owner_t id, + int (*flush)(struct file *file, fl_owner_t id)) +{ + int err; + struct super_block *sb; + struct inode *inode; + + inode = file_inode(file); + sb = inode->i_sb; + si_noflush_read_lock(sb); + fi_read_lock(file); + ii_read_lock_child(inode); + + err = flush(file, id); + au_cpup_attr_timesizes(inode); + + ii_read_unlock(inode); + fi_read_unlock(file); + si_read_unlock(sb); + return err; +} + +/* ---------------------------------------------------------------------- */ + +static int au_file_refresh_by_inode(struct file *file, int *need_reopen) +{ + int err; + struct au_pin pin; + struct au_finfo *finfo; + struct dentry *parent, *hi_wh; + struct inode *inode; + struct super_block *sb; + struct au_cp_generic cpg = { + .dentry = file->f_dentry, + .bdst = -1, + .bsrc = -1, + .len = -1, + .pin = &pin, + .flags = AuCpup_DTIME + }; + + FiMustWriteLock(file); + + err = 0; + finfo = au_fi(file); + sb = cpg.dentry->d_sb; + inode = cpg.dentry->d_inode; + cpg.bdst = au_ibstart(inode); + if (cpg.bdst == finfo->fi_btop || IS_ROOT(cpg.dentry)) + goto out; + + parent = dget_parent(cpg.dentry); + if (au_test_ro(sb, cpg.bdst, inode)) { + di_read_lock_parent(parent, !AuLock_IR); + err = AuWbrCopyup(au_sbi(sb), cpg.dentry); + cpg.bdst = err; + di_read_unlock(parent, !AuLock_IR); + if (unlikely(err < 0)) + goto out_parent; + err = 0; + } + + di_read_lock_parent(parent, AuLock_IR); + hi_wh = au_hi_wh(inode, cpg.bdst); + if (!S_ISDIR(inode->i_mode) + && au_opt_test(au_mntflags(sb), PLINK) + && au_plink_test(inode) + && !d_unhashed(cpg.dentry) + && cpg.bdst < au_dbstart(cpg.dentry)) { + err = au_test_and_cpup_dirs(cpg.dentry, cpg.bdst); + if (unlikely(err)) + goto out_unlock; + + /* always superio. */ + err = au_pin(&pin, cpg.dentry, cpg.bdst, AuOpt_UDBA_NONE, + AuPin_DI_LOCKED | AuPin_MNT_WRITE); + if (!err) { + err = au_sio_cpup_simple(&cpg); + au_unpin(&pin); + } + } else if (hi_wh) { + /* already copied-up after unlink */ + err = au_reopen_wh(file, cpg.bdst, hi_wh); + *need_reopen = 0; + } + +out_unlock: + di_read_unlock(parent, AuLock_IR); +out_parent: + dput(parent); +out: + return err; +} + +static void au_do_refresh_dir(struct file *file) +{ + aufs_bindex_t bindex, bend, new_bindex, brid; + struct au_hfile *p, tmp, *q; + struct au_finfo *finfo; + struct super_block *sb; + struct au_fidir *fidir; + + FiMustWriteLock(file); + + sb = file->f_dentry->d_sb; + finfo = au_fi(file); + fidir = finfo->fi_hdir; + AuDebugOn(!fidir); + p = fidir->fd_hfile + finfo->fi_btop; + brid = p->hf_br->br_id; + bend = fidir->fd_bbot; + for (bindex = finfo->fi_btop; bindex <= bend; bindex++, p++) { + if (!p->hf_file) + continue; + + new_bindex = au_br_index(sb, p->hf_br->br_id); + if (new_bindex == bindex) + continue; + if (new_bindex < 0) { + au_set_h_fptr(file, bindex, NULL); + continue; + } + + /* swap two lower inode, and loop again */ + q = fidir->fd_hfile + new_bindex; + tmp = *q; + *q = *p; + *p = tmp; + if (tmp.hf_file) { + bindex--; + p--; + } + } + + p = fidir->fd_hfile; + if (!au_test_mmapped(file) && !d_unlinked(file->f_dentry)) { + bend = au_sbend(sb); + for (finfo->fi_btop = 0; finfo->fi_btop <= bend; + finfo->fi_btop++, p++) + if (p->hf_file) { + if (file_inode(p->hf_file)) + break; + else + au_hfput(p, file); + } + } else { + bend = au_br_index(sb, brid); + for (finfo->fi_btop = 0; finfo->fi_btop < bend; + finfo->fi_btop++, p++) + if (p->hf_file) + au_hfput(p, file); + bend = au_sbend(sb); + } + + p = fidir->fd_hfile + bend; + for (fidir->fd_bbot = bend; fidir->fd_bbot >= finfo->fi_btop; + fidir->fd_bbot--, p--) + if (p->hf_file) { + if (file_inode(p->hf_file)) + break; + else + au_hfput(p, file); + } + AuDebugOn(fidir->fd_bbot < finfo->fi_btop); +} + +/* + * after branch manipulating, refresh the file. + */ +static int refresh_file(struct file *file, int (*reopen)(struct file *file)) +{ + int err, need_reopen; + aufs_bindex_t bend, bindex; + struct dentry *dentry; + struct au_finfo *finfo; + struct au_hfile *hfile; + + dentry = file->f_dentry; + finfo = au_fi(file); + if (!finfo->fi_hdir) { + hfile = &finfo->fi_htop; + AuDebugOn(!hfile->hf_file); + bindex = au_br_index(dentry->d_sb, hfile->hf_br->br_id); + AuDebugOn(bindex < 0); + if (bindex != finfo->fi_btop) + au_set_fbstart(file, bindex); + } else { + err = au_fidir_realloc(finfo, au_sbend(dentry->d_sb) + 1); + if (unlikely(err)) + goto out; + au_do_refresh_dir(file); + } + + err = 0; + need_reopen = 1; + if (!au_test_mmapped(file)) + err = au_file_refresh_by_inode(file, &need_reopen); + if (!err && need_reopen && !d_unlinked(dentry)) + err = reopen(file); + if (!err) { + au_update_figen(file); + goto out; /* success */ + } + + /* error, close all lower files */ + if (finfo->fi_hdir) { + bend = au_fbend_dir(file); + for (bindex = au_fbstart(file); bindex <= bend; bindex++) + au_set_h_fptr(file, bindex, NULL); + } + +out: + return err; +} + +/* common function to regular file and dir */ +int au_reval_and_lock_fdi(struct file *file, int (*reopen)(struct file *file), + int wlock) +{ + int err; + unsigned int sigen, figen; + aufs_bindex_t bstart; + unsigned char pseudo_link; + struct dentry *dentry; + struct inode *inode; + + err = 0; + dentry = file->f_dentry; + inode = dentry->d_inode; + sigen = au_sigen(dentry->d_sb); + fi_write_lock(file); + figen = au_figen(file); + di_write_lock_child(dentry); + bstart = au_dbstart(dentry); + pseudo_link = (bstart != au_ibstart(inode)); + if (sigen == figen && !pseudo_link && au_fbstart(file) == bstart) { + if (!wlock) { + di_downgrade_lock(dentry, AuLock_IR); + fi_downgrade_lock(file); + } + goto out; /* success */ + } + + AuDbg("sigen %d, figen %d\n", sigen, figen); + if (au_digen_test(dentry, sigen)) { + err = au_reval_dpath(dentry, sigen); + AuDebugOn(!err && au_digen_test(dentry, sigen)); + } + + if (!err) + err = refresh_file(file, reopen); + if (!err) { + if (!wlock) { + di_downgrade_lock(dentry, AuLock_IR); + fi_downgrade_lock(file); + } + } else { + di_write_unlock(dentry); + fi_write_unlock(file); + } + +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* cf. aufs_nopage() */ +/* for madvise(2) */ +static int aufs_readpage(struct file *file __maybe_unused, struct page *page) +{ + unlock_page(page); + return 0; +} + +/* it will never be called, but necessary to support O_DIRECT */ +static ssize_t aufs_direct_IO(int rw, struct kiocb *iocb, + struct iov_iter *iter, loff_t offset) +{ BUG(); return 0; } + +/* + * it will never be called, but madvise and fadvise behaves differently + * when get_xip_mem is defined + */ +static int aufs_get_xip_mem(struct address_space *mapping, pgoff_t pgoff, + int create, void **kmem, unsigned long *pfn) +{ BUG(); return 0; } + +/* they will never be called. */ +#ifdef CONFIG_AUFS_DEBUG +static int aufs_write_begin(struct file *file, struct address_space *mapping, + loff_t pos, unsigned len, unsigned flags, + struct page **pagep, void **fsdata) +{ AuUnsupport(); return 0; } +static int aufs_write_end(struct file *file, struct address_space *mapping, + loff_t pos, unsigned len, unsigned copied, + struct page *page, void *fsdata) +{ AuUnsupport(); return 0; } +static int aufs_writepage(struct page *page, struct writeback_control *wbc) +{ AuUnsupport(); return 0; } + +static int aufs_set_page_dirty(struct page *page) +{ AuUnsupport(); return 0; } +static void aufs_invalidatepage(struct page *page, unsigned int offset, + unsigned int length) +{ AuUnsupport(); } +static int aufs_releasepage(struct page *page, gfp_t gfp) +{ AuUnsupport(); return 0; } +static int aufs_migratepage(struct address_space *mapping, struct page *newpage, + struct page *page, enum migrate_mode mode) +{ AuUnsupport(); return 0; } +static int aufs_launder_page(struct page *page) +{ AuUnsupport(); return 0; } +static int aufs_is_partially_uptodate(struct page *page, + unsigned long from, + unsigned long count) +{ AuUnsupport(); return 0; } +static void aufs_is_dirty_writeback(struct page *page, bool *dirty, + bool *writeback) +{ AuUnsupport(); } +static int aufs_error_remove_page(struct address_space *mapping, + struct page *page) +{ AuUnsupport(); return 0; } +static int aufs_swap_activate(struct swap_info_struct *sis, struct file *file, + sector_t *span) +{ AuUnsupport(); return 0; } +static void aufs_swap_deactivate(struct file *file) +{ AuUnsupport(); } +#endif /* CONFIG_AUFS_DEBUG */ + +const struct address_space_operations aufs_aop = { + .readpage = aufs_readpage, + .direct_IO = aufs_direct_IO, + .get_xip_mem = aufs_get_xip_mem, +#ifdef CONFIG_AUFS_DEBUG + .writepage = aufs_writepage, + /* no writepages, because of writepage */ + .set_page_dirty = aufs_set_page_dirty, + /* no readpages, because of readpage */ + .write_begin = aufs_write_begin, + .write_end = aufs_write_end, + /* no bmap, no block device */ + .invalidatepage = aufs_invalidatepage, + .releasepage = aufs_releasepage, + .migratepage = aufs_migratepage, + .launder_page = aufs_launder_page, + .is_partially_uptodate = aufs_is_partially_uptodate, + .is_dirty_writeback = aufs_is_dirty_writeback, + .error_remove_page = aufs_error_remove_page, + .swap_activate = aufs_swap_activate, + .swap_deactivate = aufs_swap_deactivate +#endif /* CONFIG_AUFS_DEBUG */ +}; --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/file.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/file.h @@ -0,0 +1,289 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * file operations + */ + +#ifndef __AUFS_FILE_H__ +#define __AUFS_FILE_H__ + +#ifdef __KERNEL__ + +#include +#include +#include +#include "rwsem.h" + +struct au_branch; +struct au_hfile { + struct file *hf_file; + struct au_branch *hf_br; +}; + +struct au_vdir; +struct au_fidir { + aufs_bindex_t fd_bbot; + aufs_bindex_t fd_nent; + struct au_vdir *fd_vdir_cache; + struct au_hfile fd_hfile[]; +}; + +static inline int au_fidir_sz(int nent) +{ + AuDebugOn(nent < 0); + return sizeof(struct au_fidir) + sizeof(struct au_hfile) * nent; +} + +struct au_finfo { + atomic_t fi_generation; + + struct au_rwsem fi_rwsem; + aufs_bindex_t fi_btop; + + /* do not union them */ + struct { /* for non-dir */ + struct au_hfile fi_htop; + atomic_t fi_mmapped; + }; + struct au_fidir *fi_hdir; /* for dir only */ + + struct hlist_node fi_hlist; + struct file *fi_file; /* very ugly */ +} ____cacheline_aligned_in_smp; + +/* ---------------------------------------------------------------------- */ + +/* file.c */ +extern const struct address_space_operations aufs_aop; +unsigned int au_file_roflags(unsigned int flags); +struct file *au_h_open(struct dentry *dentry, aufs_bindex_t bindex, int flags, + struct file *file, int force_wr); +int au_do_open(struct file *file, int (*open)(struct file *file, int flags), + struct au_fidir *fidir); +int au_reopen_nondir(struct file *file); +struct au_pin; +int au_ready_to_write(struct file *file, loff_t len, struct au_pin *pin); +int au_reval_and_lock_fdi(struct file *file, int (*reopen)(struct file *file), + int wlock); +int au_do_flush(struct file *file, fl_owner_t id, + int (*flush)(struct file *file, fl_owner_t id)); + +/* poll.c */ +#ifdef CONFIG_AUFS_POLL +unsigned int aufs_poll(struct file *file, poll_table *wait); +#endif + +#ifdef CONFIG_AUFS_BR_HFSPLUS +/* hfsplus.c */ +struct file *au_h_open_pre(struct dentry *dentry, aufs_bindex_t bindex, + int force_wr); +void au_h_open_post(struct dentry *dentry, aufs_bindex_t bindex, + struct file *h_file); +#else +static inline +struct file *au_h_open_pre(struct dentry *dentry, aufs_bindex_t bindex, + int force_wr) +{ + return NULL; +} + +AuStubVoid(au_h_open_post, struct dentry *dentry, aufs_bindex_t bindex, + struct file *h_file); +#endif + +/* f_op.c */ +extern const struct file_operations aufs_file_fop; +int au_do_open_nondir(struct file *file, int flags); +int aufs_release_nondir(struct inode *inode __maybe_unused, struct file *file); + +/* finfo.c */ +void au_hfput(struct au_hfile *hf, struct file *file); +void au_set_h_fptr(struct file *file, aufs_bindex_t bindex, + struct file *h_file); + +void au_update_figen(struct file *file); +struct au_fidir *au_fidir_alloc(struct super_block *sb); +int au_fidir_realloc(struct au_finfo *finfo, int nbr); + +void au_fi_init_once(void *_fi); +void au_finfo_fin(struct file *file); +int au_finfo_init(struct file *file, struct au_fidir *fidir); + +/* ioctl.c */ +long aufs_ioctl_nondir(struct file *file, unsigned int cmd, unsigned long arg); +#ifdef CONFIG_COMPAT +long aufs_compat_ioctl_dir(struct file *file, unsigned int cmd, + unsigned long arg); +long aufs_compat_ioctl_nondir(struct file *file, unsigned int cmd, + unsigned long arg); +#endif + +/* ---------------------------------------------------------------------- */ + +static inline struct au_finfo *au_fi(struct file *file) +{ + return file->private_data; +} + +/* ---------------------------------------------------------------------- */ + +/* + * fi_read_lock, fi_write_lock, + * fi_read_unlock, fi_write_unlock, fi_downgrade_lock + */ +AuSimpleRwsemFuncs(fi, struct file *f, &au_fi(f)->fi_rwsem); + +#define FiMustNoWaiters(f) AuRwMustNoWaiters(&au_fi(f)->fi_rwsem) +#define FiMustAnyLock(f) AuRwMustAnyLock(&au_fi(f)->fi_rwsem) +#define FiMustWriteLock(f) AuRwMustWriteLock(&au_fi(f)->fi_rwsem) + +/* ---------------------------------------------------------------------- */ + +/* todo: hard/soft set? */ +static inline aufs_bindex_t au_fbstart(struct file *file) +{ + FiMustAnyLock(file); + return au_fi(file)->fi_btop; +} + +static inline aufs_bindex_t au_fbend_dir(struct file *file) +{ + FiMustAnyLock(file); + AuDebugOn(!au_fi(file)->fi_hdir); + return au_fi(file)->fi_hdir->fd_bbot; +} + +static inline struct au_vdir *au_fvdir_cache(struct file *file) +{ + FiMustAnyLock(file); + AuDebugOn(!au_fi(file)->fi_hdir); + return au_fi(file)->fi_hdir->fd_vdir_cache; +} + +static inline void au_set_fbstart(struct file *file, aufs_bindex_t bindex) +{ + FiMustWriteLock(file); + au_fi(file)->fi_btop = bindex; +} + +static inline void au_set_fbend_dir(struct file *file, aufs_bindex_t bindex) +{ + FiMustWriteLock(file); + AuDebugOn(!au_fi(file)->fi_hdir); + au_fi(file)->fi_hdir->fd_bbot = bindex; +} + +static inline void au_set_fvdir_cache(struct file *file, + struct au_vdir *vdir_cache) +{ + FiMustWriteLock(file); + AuDebugOn(!au_fi(file)->fi_hdir); + au_fi(file)->fi_hdir->fd_vdir_cache = vdir_cache; +} + +static inline struct file *au_hf_top(struct file *file) +{ + FiMustAnyLock(file); + AuDebugOn(au_fi(file)->fi_hdir); + return au_fi(file)->fi_htop.hf_file; +} + +static inline struct file *au_hf_dir(struct file *file, aufs_bindex_t bindex) +{ + FiMustAnyLock(file); + AuDebugOn(!au_fi(file)->fi_hdir); + return au_fi(file)->fi_hdir->fd_hfile[0 + bindex].hf_file; +} + +/* todo: memory barrier? */ +static inline unsigned int au_figen(struct file *f) +{ + return atomic_read(&au_fi(f)->fi_generation); +} + +static inline void au_set_mmapped(struct file *f) +{ + if (atomic_inc_return(&au_fi(f)->fi_mmapped)) + return; + pr_warn("fi_mmapped wrapped around\n"); + while (!atomic_inc_return(&au_fi(f)->fi_mmapped)) + ; +} + +static inline void au_unset_mmapped(struct file *f) +{ + atomic_dec(&au_fi(f)->fi_mmapped); +} + +static inline int au_test_mmapped(struct file *f) +{ + return atomic_read(&au_fi(f)->fi_mmapped); +} + +/* customize vma->vm_file */ + +static inline void au_do_vm_file_reset(struct vm_area_struct *vma, + struct file *file) +{ + struct file *f; + + f = vma->vm_file; + get_file(file); + vma->vm_file = file; + fput(f); +} + +#ifdef CONFIG_MMU +#define AuDbgVmRegion(file, vma) do {} while (0) + +static inline void au_vm_file_reset(struct vm_area_struct *vma, + struct file *file) +{ + au_do_vm_file_reset(vma, file); +} +#else +#define AuDbgVmRegion(file, vma) \ + AuDebugOn((vma)->vm_region && (vma)->vm_region->vm_file != (file)) + +static inline void au_vm_file_reset(struct vm_area_struct *vma, + struct file *file) +{ + struct file *f; + + au_do_vm_file_reset(vma, file); + f = vma->vm_region->vm_file; + get_file(file); + vma->vm_region->vm_file = file; + fput(f); +} +#endif /* CONFIG_MMU */ + +/* handle vma->vm_prfile */ +static inline void au_vm_prfile_set(struct vm_area_struct *vma, + struct file *file) +{ + get_file(file); + vma->vm_prfile = file; +#ifndef CONFIG_MMU + get_file(file); + vma->vm_region->vm_prfile = file; +#endif +} + +#endif /* __KERNEL__ */ +#endif /* __AUFS_FILE_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/finfo.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/finfo.c @@ -0,0 +1,156 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * file private data + */ + +#include "aufs.h" + +void au_hfput(struct au_hfile *hf, struct file *file) +{ + /* todo: direct access f_flags */ + if (vfsub_file_flags(file) & __FMODE_EXEC) + allow_write_access(hf->hf_file); + fput(hf->hf_file); + hf->hf_file = NULL; + atomic_dec(&hf->hf_br->br_count); + hf->hf_br = NULL; +} + +void au_set_h_fptr(struct file *file, aufs_bindex_t bindex, struct file *val) +{ + struct au_finfo *finfo = au_fi(file); + struct au_hfile *hf; + struct au_fidir *fidir; + + fidir = finfo->fi_hdir; + if (!fidir) { + AuDebugOn(finfo->fi_btop != bindex); + hf = &finfo->fi_htop; + } else + hf = fidir->fd_hfile + bindex; + + if (hf && hf->hf_file) + au_hfput(hf, file); + if (val) { + FiMustWriteLock(file); + hf->hf_file = val; + hf->hf_br = au_sbr(file->f_dentry->d_sb, bindex); + } +} + +void au_update_figen(struct file *file) +{ + atomic_set(&au_fi(file)->fi_generation, au_digen(file->f_dentry)); + /* smp_mb(); */ /* atomic_set */ +} + +/* ---------------------------------------------------------------------- */ + +struct au_fidir *au_fidir_alloc(struct super_block *sb) +{ + struct au_fidir *fidir; + int nbr; + + nbr = au_sbend(sb) + 1; + if (nbr < 2) + nbr = 2; /* initial allocate for 2 branches */ + fidir = kzalloc(au_fidir_sz(nbr), GFP_NOFS); + if (fidir) { + fidir->fd_bbot = -1; + fidir->fd_nent = nbr; + fidir->fd_vdir_cache = NULL; + } + + return fidir; +} + +int au_fidir_realloc(struct au_finfo *finfo, int nbr) +{ + int err; + struct au_fidir *fidir, *p; + + AuRwMustWriteLock(&finfo->fi_rwsem); + fidir = finfo->fi_hdir; + AuDebugOn(!fidir); + + err = -ENOMEM; + p = au_kzrealloc(fidir, au_fidir_sz(fidir->fd_nent), au_fidir_sz(nbr), + GFP_NOFS); + if (p) { + p->fd_nent = nbr; + finfo->fi_hdir = p; + err = 0; + } + + return err; +} + +/* ---------------------------------------------------------------------- */ + +void au_finfo_fin(struct file *file) +{ + struct au_finfo *finfo; + + au_nfiles_dec(file->f_dentry->d_sb); + + finfo = au_fi(file); + AuDebugOn(finfo->fi_hdir); + AuRwDestroy(&finfo->fi_rwsem); + au_cache_free_finfo(finfo); +} + +void au_fi_init_once(void *_finfo) +{ + struct au_finfo *finfo = _finfo; + static struct lock_class_key aufs_fi; + + au_rw_init(&finfo->fi_rwsem); + au_rw_class(&finfo->fi_rwsem, &aufs_fi); +} + +int au_finfo_init(struct file *file, struct au_fidir *fidir) +{ + int err; + struct au_finfo *finfo; + struct dentry *dentry; + + err = -ENOMEM; + dentry = file->f_dentry; + finfo = au_cache_alloc_finfo(); + if (unlikely(!finfo)) + goto out; + + err = 0; + au_nfiles_inc(dentry->d_sb); + /* verbose coding for lock class name */ + if (!fidir) + au_rw_class(&finfo->fi_rwsem, au_lc_key + AuLcNonDir_FIINFO); + else + au_rw_class(&finfo->fi_rwsem, au_lc_key + AuLcDir_FIINFO); + au_rw_write_lock(&finfo->fi_rwsem); + finfo->fi_btop = -1; + finfo->fi_hdir = fidir; + atomic_set(&finfo->fi_generation, au_digen(dentry)); + /* smp_mb(); */ /* atomic_set */ + + file->private_data = finfo; + +out: + return err; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/fstype.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/fstype.h @@ -0,0 +1,469 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * judging filesystem type + */ + +#ifndef __AUFS_FSTYPE_H__ +#define __AUFS_FSTYPE_H__ + +#ifdef __KERNEL__ + +#include +#include +#include + +static inline int au_test_aufs(struct super_block *sb) +{ + return sb->s_magic == AUFS_SUPER_MAGIC; +} + +static inline const char *au_sbtype(struct super_block *sb) +{ + return sb->s_type->name; +} + +static inline int au_test_iso9660(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_ROMFS_FS) || defined(CONFIG_ROMFS_FS_MODULE) + return sb->s_magic == ROMFS_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_romfs(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_ISO9660_FS) || defined(CONFIG_ISO9660_FS_MODULE) + return sb->s_magic == ISOFS_SUPER_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_cramfs(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_CRAMFS) || defined(CONFIG_CRAMFS_MODULE) + return sb->s_magic == CRAMFS_MAGIC; +#endif + return 0; +} + +static inline int au_test_nfs(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_NFS_FS) || defined(CONFIG_NFS_FS_MODULE) + return sb->s_magic == NFS_SUPER_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_fuse(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_FUSE_FS) || defined(CONFIG_FUSE_FS_MODULE) + return sb->s_magic == FUSE_SUPER_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_xfs(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_XFS_FS) || defined(CONFIG_XFS_FS_MODULE) + return sb->s_magic == XFS_SB_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_tmpfs(struct super_block *sb __maybe_unused) +{ +#ifdef CONFIG_TMPFS + return sb->s_magic == TMPFS_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_ecryptfs(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_ECRYPT_FS) || defined(CONFIG_ECRYPT_FS_MODULE) + return !strcmp(au_sbtype(sb), "ecryptfs"); +#else + return 0; +#endif +} + +static inline int au_test_ocfs2(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_OCFS2_FS) || defined(CONFIG_OCFS2_FS_MODULE) + return sb->s_magic == OCFS2_SUPER_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_ocfs2_dlmfs(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_OCFS2_FS_O2CB) || defined(CONFIG_OCFS2_FS_O2CB_MODULE) + return sb->s_magic == DLMFS_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_coda(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_CODA_FS) || defined(CONFIG_CODA_FS_MODULE) + return sb->s_magic == CODA_SUPER_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_v9fs(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_9P_FS) || defined(CONFIG_9P_FS_MODULE) + return sb->s_magic == V9FS_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_ext4(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_EXT4_FS) || defined(CONFIG_EXT4_FS_MODULE) + return sb->s_magic == EXT4_SUPER_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_sysv(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_SYSV_FS) || defined(CONFIG_SYSV_FS_MODULE) + return !strcmp(au_sbtype(sb), "sysv"); +#else + return 0; +#endif +} + +static inline int au_test_ramfs(struct super_block *sb) +{ + return sb->s_magic == RAMFS_MAGIC; +} + +static inline int au_test_ubifs(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_UBIFS_FS) || defined(CONFIG_UBIFS_FS_MODULE) + return sb->s_magic == UBIFS_SUPER_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_procfs(struct super_block *sb __maybe_unused) +{ +#ifdef CONFIG_PROC_FS + return sb->s_magic == PROC_SUPER_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_sysfs(struct super_block *sb __maybe_unused) +{ +#ifdef CONFIG_SYSFS + return sb->s_magic == SYSFS_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_configfs(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_CONFIGFS_FS) || defined(CONFIG_CONFIGFS_FS_MODULE) + return sb->s_magic == CONFIGFS_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_minix(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_MINIX_FS) || defined(CONFIG_MINIX_FS_MODULE) + return sb->s_magic == MINIX3_SUPER_MAGIC + || sb->s_magic == MINIX2_SUPER_MAGIC + || sb->s_magic == MINIX2_SUPER_MAGIC2 + || sb->s_magic == MINIX_SUPER_MAGIC + || sb->s_magic == MINIX_SUPER_MAGIC2; +#else + return 0; +#endif +} + +static inline int au_test_cifs(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_CIFS_FS) || defined(CONFIGCIFS_FS_MODULE) + return sb->s_magic == CIFS_MAGIC_NUMBER; +#else + return 0; +#endif +} + +static inline int au_test_fat(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_FAT_FS) || defined(CONFIG_FAT_FS_MODULE) + return sb->s_magic == MSDOS_SUPER_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_msdos(struct super_block *sb) +{ + return au_test_fat(sb); +} + +static inline int au_test_vfat(struct super_block *sb) +{ + return au_test_fat(sb); +} + +static inline int au_test_securityfs(struct super_block *sb __maybe_unused) +{ +#ifdef CONFIG_SECURITYFS + return sb->s_magic == SECURITYFS_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_squashfs(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_SQUASHFS) || defined(CONFIG_SQUASHFS_MODULE) + return sb->s_magic == SQUASHFS_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_btrfs(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_BTRFS_FS) || defined(CONFIG_BTRFS_FS_MODULE) + return sb->s_magic == BTRFS_SUPER_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_xenfs(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_XENFS) || defined(CONFIG_XENFS_MODULE) + return sb->s_magic == XENFS_SUPER_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_debugfs(struct super_block *sb __maybe_unused) +{ +#ifdef CONFIG_DEBUG_FS + return sb->s_magic == DEBUGFS_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_nilfs(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_NILFS) || defined(CONFIG_NILFS_MODULE) + return sb->s_magic == NILFS_SUPER_MAGIC; +#else + return 0; +#endif +} + +static inline int au_test_hfsplus(struct super_block *sb __maybe_unused) +{ +#if defined(CONFIG_HFSPLUS_FS) || defined(CONFIG_HFSPLUS_FS_MODULE) + return sb->s_magic == HFSPLUS_SUPER_MAGIC; +#else + return 0; +#endif +} + +/* ---------------------------------------------------------------------- */ +/* + * they can't be an aufs branch. + */ +static inline int au_test_fs_unsuppoted(struct super_block *sb) +{ + return +#ifndef CONFIG_AUFS_BR_RAMFS + au_test_ramfs(sb) || +#endif + au_test_procfs(sb) + || au_test_sysfs(sb) + || au_test_configfs(sb) + || au_test_debugfs(sb) + || au_test_securityfs(sb) + || au_test_xenfs(sb) + || au_test_ecryptfs(sb) + /* || !strcmp(au_sbtype(sb), "unionfs") */ + || au_test_aufs(sb); /* will be supported in next version */ +} + +static inline int au_test_fs_remote(struct super_block *sb) +{ + return !au_test_tmpfs(sb) +#ifdef CONFIG_AUFS_BR_RAMFS + && !au_test_ramfs(sb) +#endif + && !(sb->s_type->fs_flags & FS_REQUIRES_DEV); +} + +/* ---------------------------------------------------------------------- */ + +/* + * Note: these functions (below) are created after reading ->getattr() in all + * filesystems under linux/fs. it means we have to do so in every update... + */ + +/* + * some filesystems require getattr to refresh the inode attributes before + * referencing. + * in most cases, we can rely on the inode attribute in NFS (or every remote fs) + * and leave the work for d_revalidate() + */ +static inline int au_test_fs_refresh_iattr(struct super_block *sb) +{ + return au_test_nfs(sb) + || au_test_fuse(sb) + /* || au_test_ocfs2(sb) */ /* untested */ + /* || au_test_btrfs(sb) */ /* untested */ + /* || au_test_coda(sb) */ /* untested */ + /* || au_test_v9fs(sb) */ /* untested */ + ; +} + +/* + * filesystems which don't maintain i_size or i_blocks. + */ +static inline int au_test_fs_bad_iattr_size(struct super_block *sb) +{ + return au_test_xfs(sb) + || au_test_btrfs(sb) + || au_test_ubifs(sb) + || au_test_hfsplus(sb) /* maintained, but incorrect */ + /* || au_test_ext4(sb) */ /* untested */ + /* || au_test_ocfs2(sb) */ /* untested */ + /* || au_test_ocfs2_dlmfs(sb) */ /* untested */ + /* || au_test_sysv(sb) */ /* untested */ + /* || au_test_minix(sb) */ /* untested */ + ; +} + +/* + * filesystems which don't store the correct value in some of their inode + * attributes. + */ +static inline int au_test_fs_bad_iattr(struct super_block *sb) +{ + return au_test_fs_bad_iattr_size(sb) + /* || au_test_cifs(sb) */ /* untested */ + || au_test_fat(sb) + || au_test_msdos(sb) + || au_test_vfat(sb); +} + +/* they don't check i_nlink in link(2) */ +static inline int au_test_fs_no_limit_nlink(struct super_block *sb) +{ + return au_test_tmpfs(sb) +#ifdef CONFIG_AUFS_BR_RAMFS + || au_test_ramfs(sb) +#endif + || au_test_ubifs(sb) + || au_test_hfsplus(sb); +} + +/* + * filesystems which sets S_NOATIME and S_NOCMTIME. + */ +static inline int au_test_fs_notime(struct super_block *sb) +{ + return au_test_nfs(sb) + || au_test_fuse(sb) + || au_test_ubifs(sb) + /* || au_test_cifs(sb) */ /* untested */ + ; +} + +/* + * filesystems which requires replacing i_mapping. + */ +static inline int au_test_fs_bad_mapping(struct super_block *sb) +{ + return au_test_fuse(sb) + || au_test_ubifs(sb); +} + +/* temporary support for i#1 in cramfs */ +static inline int au_test_fs_unique_ino(struct inode *inode) +{ + if (au_test_cramfs(inode->i_sb)) + return inode->i_ino != 1; + return 1; +} + +/* ---------------------------------------------------------------------- */ + +/* + * the filesystem where the xino files placed must support i/o after unlink and + * maintain i_size and i_blocks. + */ +static inline int au_test_fs_bad_xino(struct super_block *sb) +{ + return au_test_fs_remote(sb) + || au_test_fs_bad_iattr_size(sb) + /* don't want unnecessary work for xino */ + || au_test_aufs(sb) + || au_test_ecryptfs(sb) + || au_test_nilfs(sb); +} + +static inline int au_test_fs_trunc_xino(struct super_block *sb) +{ + return au_test_tmpfs(sb) + || au_test_ramfs(sb); +} + +/* + * test if the @sb is real-readonly. + */ +static inline int au_test_fs_rr(struct super_block *sb) +{ + return au_test_squashfs(sb) + || au_test_iso9660(sb) + || au_test_cramfs(sb) + || au_test_romfs(sb); +} + +#endif /* __KERNEL__ */ +#endif /* __AUFS_FSTYPE_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/hfsnotify.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/hfsnotify.c @@ -0,0 +1,281 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * fsnotify for the lower directories + */ + +#include "aufs.h" + +/* FS_IN_IGNORED is unnecessary */ +static const __u32 AuHfsnMask = (FS_MOVED_TO | FS_MOVED_FROM | FS_DELETE + | FS_CREATE | FS_EVENT_ON_CHILD); +static DECLARE_WAIT_QUEUE_HEAD(au_hfsn_wq); +static __cacheline_aligned_in_smp atomic64_t au_hfsn_ifree = ATOMIC64_INIT(0); + +static void au_hfsn_free_mark(struct fsnotify_mark *mark) +{ + struct au_hnotify *hn = container_of(mark, struct au_hnotify, + hn_mark); + AuDbg("here\n"); + au_cache_free_hnotify(hn); + smp_mb__before_atomic(); + if (atomic64_dec_and_test(&au_hfsn_ifree)) + wake_up(&au_hfsn_wq); +} + +static int au_hfsn_alloc(struct au_hinode *hinode) +{ + int err; + struct au_hnotify *hn; + struct super_block *sb; + struct au_branch *br; + struct fsnotify_mark *mark; + aufs_bindex_t bindex; + + hn = hinode->hi_notify; + sb = hn->hn_aufs_inode->i_sb; + bindex = au_br_index(sb, hinode->hi_id); + br = au_sbr(sb, bindex); + AuDebugOn(!br->br_hfsn); + + mark = &hn->hn_mark; + fsnotify_init_mark(mark, au_hfsn_free_mark); + mark->mask = AuHfsnMask; + /* + * by udba rename or rmdir, aufs assign a new inode to the known + * h_inode, so specify 1 to allow dups. + */ + err = fsnotify_add_mark(mark, br->br_hfsn->hfsn_group, hinode->hi_inode, + /*mnt*/NULL, /*allow_dups*/1); + /* even if err */ + fsnotify_put_mark(mark); + + return err; +} + +static int au_hfsn_free(struct au_hinode *hinode, struct au_hnotify *hn) +{ + struct fsnotify_mark *mark; + unsigned long long ull; + struct fsnotify_group *group; + + ull = atomic64_inc_return(&au_hfsn_ifree); + BUG_ON(!ull); + + mark = &hn->hn_mark; + spin_lock(&mark->lock); + group = mark->group; + fsnotify_get_group(group); + spin_unlock(&mark->lock); + fsnotify_destroy_mark(mark, group); + fsnotify_put_group(group); + + /* free hn by myself */ + return 0; +} + +/* ---------------------------------------------------------------------- */ + +static void au_hfsn_ctl(struct au_hinode *hinode, int do_set) +{ + struct fsnotify_mark *mark; + + mark = &hinode->hi_notify->hn_mark; + spin_lock(&mark->lock); + if (do_set) { + AuDebugOn(mark->mask & AuHfsnMask); + mark->mask |= AuHfsnMask; + } else { + AuDebugOn(!(mark->mask & AuHfsnMask)); + mark->mask &= ~AuHfsnMask; + } + spin_unlock(&mark->lock); + /* fsnotify_recalc_inode_mask(hinode->hi_inode); */ +} + +/* ---------------------------------------------------------------------- */ + +/* #define AuDbgHnotify */ +#ifdef AuDbgHnotify +static char *au_hfsn_name(u32 mask) +{ +#ifdef CONFIG_AUFS_DEBUG +#define test_ret(flag) \ + do { \ + if (mask & flag) \ + return #flag; \ + } while (0) + test_ret(FS_ACCESS); + test_ret(FS_MODIFY); + test_ret(FS_ATTRIB); + test_ret(FS_CLOSE_WRITE); + test_ret(FS_CLOSE_NOWRITE); + test_ret(FS_OPEN); + test_ret(FS_MOVED_FROM); + test_ret(FS_MOVED_TO); + test_ret(FS_CREATE); + test_ret(FS_DELETE); + test_ret(FS_DELETE_SELF); + test_ret(FS_MOVE_SELF); + test_ret(FS_UNMOUNT); + test_ret(FS_Q_OVERFLOW); + test_ret(FS_IN_IGNORED); + test_ret(FS_IN_ISDIR); + test_ret(FS_IN_ONESHOT); + test_ret(FS_EVENT_ON_CHILD); + return ""; +#undef test_ret +#else + return "??"; +#endif +} +#endif + +/* ---------------------------------------------------------------------- */ + +static void au_hfsn_free_group(struct fsnotify_group *group) +{ + struct au_br_hfsnotify *hfsn = group->private; + + AuDbg("here\n"); + kfree(hfsn); +} + +static int au_hfsn_handle_event(struct fsnotify_group *group, + struct inode *inode, + struct fsnotify_mark *inode_mark, + struct fsnotify_mark *vfsmount_mark, + u32 mask, void *data, int data_type, + const unsigned char *file_name, u32 cookie) +{ + int err; + struct au_hnotify *hnotify; + struct inode *h_dir, *h_inode; + struct qstr h_child_qstr = QSTR_INIT(file_name, strlen(file_name)); + + AuDebugOn(data_type != FSNOTIFY_EVENT_INODE); + + err = 0; + /* if FS_UNMOUNT happens, there must be another bug */ + AuDebugOn(mask & FS_UNMOUNT); + if (mask & (FS_IN_IGNORED | FS_UNMOUNT)) + goto out; + + h_dir = inode; + h_inode = NULL; +#ifdef AuDbgHnotify + au_debug_on(); + if (1 || h_child_qstr.len != sizeof(AUFS_XINO_FNAME) - 1 + || strncmp(h_child_qstr.name, AUFS_XINO_FNAME, h_child_qstr.len)) { + AuDbg("i%lu, mask 0x%x %s, hcname %.*s, hi%lu\n", + h_dir->i_ino, mask, au_hfsn_name(mask), + AuLNPair(&h_child_qstr), h_inode ? h_inode->i_ino : 0); + /* WARN_ON(1); */ + } + au_debug_off(); +#endif + + AuDebugOn(!inode_mark); + hnotify = container_of(inode_mark, struct au_hnotify, hn_mark); + err = au_hnotify(h_dir, hnotify, mask, &h_child_qstr, h_inode); + +out: + return err; +} + +static struct fsnotify_ops au_hfsn_ops = { + .handle_event = au_hfsn_handle_event, + .free_group_priv = au_hfsn_free_group +}; + +/* ---------------------------------------------------------------------- */ + +static void au_hfsn_fin_br(struct au_branch *br) +{ + struct au_br_hfsnotify *hfsn; + + hfsn = br->br_hfsn; + if (hfsn) + fsnotify_put_group(hfsn->hfsn_group); +} + +static int au_hfsn_init_br(struct au_branch *br, int perm) +{ + int err; + struct fsnotify_group *group; + struct au_br_hfsnotify *hfsn; + + err = 0; + br->br_hfsn = NULL; + if (!au_br_hnotifyable(perm)) + goto out; + + err = -ENOMEM; + hfsn = kmalloc(sizeof(*hfsn), GFP_NOFS); + if (unlikely(!hfsn)) + goto out; + + err = 0; + group = fsnotify_alloc_group(&au_hfsn_ops); + if (IS_ERR(group)) { + err = PTR_ERR(group); + pr_err("fsnotify_alloc_group() failed, %d\n", err); + goto out_hfsn; + } + + group->private = hfsn; + hfsn->hfsn_group = group; + br->br_hfsn = hfsn; + goto out; /* success */ + +out_hfsn: + kfree(hfsn); +out: + return err; +} + +static int au_hfsn_reset_br(unsigned int udba, struct au_branch *br, int perm) +{ + int err; + + err = 0; + if (!br->br_hfsn) + err = au_hfsn_init_br(br, perm); + + return err; +} + +/* ---------------------------------------------------------------------- */ + +static void au_hfsn_fin(void) +{ + AuDbg("au_hfsn_ifree %lld\n", (long long)atomic64_read(&au_hfsn_ifree)); + wait_event(au_hfsn_wq, !atomic64_read(&au_hfsn_ifree)); +} + +const struct au_hnotify_op au_hnotify_op = { + .ctl = au_hfsn_ctl, + .alloc = au_hfsn_alloc, + .free = au_hfsn_free, + + .fin = au_hfsn_fin, + + .reset_br = au_hfsn_reset_br, + .fin_br = au_hfsn_fin_br, + .init_br = au_hfsn_init_br +}; --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/hfsplus.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/hfsplus.c @@ -0,0 +1,56 @@ +/* + * Copyright (C) 2010-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * special support for filesystems which aqucires an inode mutex + * at final closing a file, eg, hfsplus. + * + * This trick is very simple and stupid, just to open the file before really + * neceeary open to tell hfsplus that this is not the final closing. + * The caller should call au_h_open_pre() after acquiring the inode mutex, + * and au_h_open_post() after releasing it. + */ + +#include "aufs.h" + +struct file *au_h_open_pre(struct dentry *dentry, aufs_bindex_t bindex, + int force_wr) +{ + struct file *h_file; + struct dentry *h_dentry; + + h_dentry = au_h_dptr(dentry, bindex); + AuDebugOn(!h_dentry); + AuDebugOn(!h_dentry->d_inode); + + h_file = NULL; + if (au_test_hfsplus(h_dentry->d_sb) + && S_ISREG(h_dentry->d_inode->i_mode)) + h_file = au_h_open(dentry, bindex, + O_RDONLY | O_NOATIME | O_LARGEFILE, + /*file*/NULL, force_wr); + return h_file; +} + +void au_h_open_post(struct dentry *dentry, aufs_bindex_t bindex, + struct file *h_file) +{ + if (h_file) { + fput(h_file); + au_sbr_put(dentry->d_sb, bindex); + } +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/hnotify.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/hnotify.c @@ -0,0 +1,714 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * abstraction to notify the direct changes on lower directories + */ + +#include "aufs.h" + +int au_hn_alloc(struct au_hinode *hinode, struct inode *inode) +{ + int err; + struct au_hnotify *hn; + + err = -ENOMEM; + hn = au_cache_alloc_hnotify(); + if (hn) { + hn->hn_aufs_inode = inode; + hinode->hi_notify = hn; + err = au_hnotify_op.alloc(hinode); + AuTraceErr(err); + if (unlikely(err)) { + hinode->hi_notify = NULL; + au_cache_free_hnotify(hn); + /* + * The upper dir was removed by udba, but the same named + * dir left. In this case, aufs assignes a new inode + * number and set the monitor again. + * For the lower dir, the old monitnor is still left. + */ + if (err == -EEXIST) + err = 0; + } + } + + AuTraceErr(err); + return err; +} + +void au_hn_free(struct au_hinode *hinode) +{ + struct au_hnotify *hn; + + hn = hinode->hi_notify; + if (hn) { + hinode->hi_notify = NULL; + if (au_hnotify_op.free(hinode, hn)) + au_cache_free_hnotify(hn); + } +} + +/* ---------------------------------------------------------------------- */ + +void au_hn_ctl(struct au_hinode *hinode, int do_set) +{ + if (hinode->hi_notify) + au_hnotify_op.ctl(hinode, do_set); +} + +void au_hn_reset(struct inode *inode, unsigned int flags) +{ + aufs_bindex_t bindex, bend; + struct inode *hi; + struct dentry *iwhdentry; + + bend = au_ibend(inode); + for (bindex = au_ibstart(inode); bindex <= bend; bindex++) { + hi = au_h_iptr(inode, bindex); + if (!hi) + continue; + + /* mutex_lock_nested(&hi->i_mutex, AuLsc_I_CHILD); */ + iwhdentry = au_hi_wh(inode, bindex); + if (iwhdentry) + dget(iwhdentry); + au_igrab(hi); + au_set_h_iptr(inode, bindex, NULL, 0); + au_set_h_iptr(inode, bindex, au_igrab(hi), + flags & ~AuHi_XINO); + iput(hi); + dput(iwhdentry); + /* mutex_unlock(&hi->i_mutex); */ + } +} + +/* ---------------------------------------------------------------------- */ + +static int hn_xino(struct inode *inode, struct inode *h_inode) +{ + int err; + aufs_bindex_t bindex, bend, bfound, bstart; + struct inode *h_i; + + err = 0; + if (unlikely(inode->i_ino == AUFS_ROOT_INO)) { + pr_warn("branch root dir was changed\n"); + goto out; + } + + bfound = -1; + bend = au_ibend(inode); + bstart = au_ibstart(inode); +#if 0 /* reserved for future use */ + if (bindex == bend) { + /* keep this ino in rename case */ + goto out; + } +#endif + for (bindex = bstart; bindex <= bend; bindex++) + if (au_h_iptr(inode, bindex) == h_inode) { + bfound = bindex; + break; + } + if (bfound < 0) + goto out; + + for (bindex = bstart; bindex <= bend; bindex++) { + h_i = au_h_iptr(inode, bindex); + if (!h_i) + continue; + + err = au_xino_write(inode->i_sb, bindex, h_i->i_ino, /*ino*/0); + /* ignore this error */ + /* bad action? */ + } + + /* children inode number will be broken */ + +out: + AuTraceErr(err); + return err; +} + +static int hn_gen_tree(struct dentry *dentry) +{ + int err, i, j, ndentry; + struct au_dcsub_pages dpages; + struct au_dpage *dpage; + struct dentry **dentries; + + err = au_dpages_init(&dpages, GFP_NOFS); + if (unlikely(err)) + goto out; + err = au_dcsub_pages(&dpages, dentry, NULL, NULL); + if (unlikely(err)) + goto out_dpages; + + for (i = 0; i < dpages.ndpage; i++) { + dpage = dpages.dpages + i; + dentries = dpage->dentries; + ndentry = dpage->ndentry; + for (j = 0; j < ndentry; j++) { + struct dentry *d; + + d = dentries[j]; + if (IS_ROOT(d)) + continue; + + au_digen_dec(d); + if (d->d_inode) + /* todo: reset children xino? + cached children only? */ + au_iigen_dec(d->d_inode); + } + } + +out_dpages: + au_dpages_free(&dpages); + +#if 0 + /* discard children */ + dentry_unhash(dentry); + dput(dentry); +#endif +out: + return err; +} + +/* + * return 0 if processed. + */ +static int hn_gen_by_inode(char *name, unsigned int nlen, struct inode *inode, + const unsigned int isdir) +{ + int err; + struct dentry *d; + struct qstr *dname; + + err = 1; + if (unlikely(inode->i_ino == AUFS_ROOT_INO)) { + pr_warn("branch root dir was changed\n"); + err = 0; + goto out; + } + + if (!isdir) { + AuDebugOn(!name); + au_iigen_dec(inode); + spin_lock(&inode->i_lock); + hlist_for_each_entry(d, &inode->i_dentry, d_u.d_alias) { + spin_lock(&d->d_lock); + dname = &d->d_name; + if (dname->len != nlen + && memcmp(dname->name, name, nlen)) { + spin_unlock(&d->d_lock); + continue; + } + err = 0; + au_digen_dec(d); + spin_unlock(&d->d_lock); + break; + } + spin_unlock(&inode->i_lock); + } else { + au_fset_si(au_sbi(inode->i_sb), FAILED_REFRESH_DIR); + d = d_find_alias(inode); + if (!d) { + au_iigen_dec(inode); + goto out; + } + + spin_lock(&d->d_lock); + dname = &d->d_name; + if (dname->len == nlen && !memcmp(dname->name, name, nlen)) { + spin_unlock(&d->d_lock); + err = hn_gen_tree(d); + spin_lock(&d->d_lock); + } + spin_unlock(&d->d_lock); + dput(d); + } + +out: + AuTraceErr(err); + return err; +} + +static int hn_gen_by_name(struct dentry *dentry, const unsigned int isdir) +{ + int err; + struct inode *inode; + + inode = dentry->d_inode; + if (IS_ROOT(dentry) + /* || (inode && inode->i_ino == AUFS_ROOT_INO) */ + ) { + pr_warn("branch root dir was changed\n"); + return 0; + } + + err = 0; + if (!isdir) { + au_digen_dec(dentry); + if (inode) + au_iigen_dec(inode); + } else { + au_fset_si(au_sbi(dentry->d_sb), FAILED_REFRESH_DIR); + if (inode) + err = hn_gen_tree(dentry); + } + + AuTraceErr(err); + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* hnotify job flags */ +#define AuHnJob_XINO0 1 +#define AuHnJob_GEN (1 << 1) +#define AuHnJob_DIRENT (1 << 2) +#define AuHnJob_ISDIR (1 << 3) +#define AuHnJob_TRYXINO0 (1 << 4) +#define AuHnJob_MNTPNT (1 << 5) +#define au_ftest_hnjob(flags, name) ((flags) & AuHnJob_##name) +#define au_fset_hnjob(flags, name) \ + do { (flags) |= AuHnJob_##name; } while (0) +#define au_fclr_hnjob(flags, name) \ + do { (flags) &= ~AuHnJob_##name; } while (0) + +enum { + AuHn_CHILD, + AuHn_PARENT, + AuHnLast +}; + +struct au_hnotify_args { + struct inode *h_dir, *dir, *h_child_inode; + u32 mask; + unsigned int flags[AuHnLast]; + unsigned int h_child_nlen; + char h_child_name[]; +}; + +struct hn_job_args { + unsigned int flags; + struct inode *inode, *h_inode, *dir, *h_dir; + struct dentry *dentry; + char *h_name; + int h_nlen; +}; + +static int hn_job(struct hn_job_args *a) +{ + const unsigned int isdir = au_ftest_hnjob(a->flags, ISDIR); + int e; + + /* reset xino */ + if (au_ftest_hnjob(a->flags, XINO0) && a->inode) + hn_xino(a->inode, a->h_inode); /* ignore this error */ + + if (au_ftest_hnjob(a->flags, TRYXINO0) + && a->inode + && a->h_inode) { + mutex_lock_nested(&a->h_inode->i_mutex, AuLsc_I_CHILD); + if (!a->h_inode->i_nlink + && !(a->h_inode->i_state & I_LINKABLE)) + hn_xino(a->inode, a->h_inode); /* ignore this error */ + mutex_unlock(&a->h_inode->i_mutex); + } + + /* make the generation obsolete */ + if (au_ftest_hnjob(a->flags, GEN)) { + e = -1; + if (a->inode) + e = hn_gen_by_inode(a->h_name, a->h_nlen, a->inode, + isdir); + if (e && a->dentry) + hn_gen_by_name(a->dentry, isdir); + /* ignore this error */ + } + + /* make dir entries obsolete */ + if (au_ftest_hnjob(a->flags, DIRENT) && a->inode) { + struct au_vdir *vdir; + + vdir = au_ivdir(a->inode); + if (vdir) + vdir->vd_jiffy = 0; + /* IMustLock(a->inode); */ + /* a->inode->i_version++; */ + } + + /* can do nothing but warn */ + if (au_ftest_hnjob(a->flags, MNTPNT) + && a->dentry + && d_mountpoint(a->dentry)) + pr_warn("mount-point %pd is removed or renamed\n", a->dentry); + + return 0; +} + +/* ---------------------------------------------------------------------- */ + +static struct dentry *lookup_wlock_by_name(char *name, unsigned int nlen, + struct inode *dir) +{ + struct dentry *dentry, *d, *parent; + struct qstr *dname; + + parent = d_find_alias(dir); + if (!parent) + return NULL; + + dentry = NULL; + spin_lock(&parent->d_lock); + list_for_each_entry(d, &parent->d_subdirs, d_child) { + /* AuDbg("%pd\n", d); */ + spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); + dname = &d->d_name; + if (dname->len != nlen || memcmp(dname->name, name, nlen)) + goto cont_unlock; + if (au_di(d)) + au_digen_dec(d); + else + goto cont_unlock; + if (d_count(d)) { + dentry = dget_dlock(d); + spin_unlock(&d->d_lock); + break; + } + +cont_unlock: + spin_unlock(&d->d_lock); + } + spin_unlock(&parent->d_lock); + dput(parent); + + if (dentry) + di_write_lock_child(dentry); + + return dentry; +} + +static struct inode *lookup_wlock_by_ino(struct super_block *sb, + aufs_bindex_t bindex, ino_t h_ino) +{ + struct inode *inode; + ino_t ino; + int err; + + inode = NULL; + err = au_xino_read(sb, bindex, h_ino, &ino); + if (!err && ino) + inode = ilookup(sb, ino); + if (!inode) + goto out; + + if (unlikely(inode->i_ino == AUFS_ROOT_INO)) { + pr_warn("wrong root branch\n"); + iput(inode); + inode = NULL; + goto out; + } + + ii_write_lock_child(inode); + +out: + return inode; +} + +static void au_hn_bh(void *_args) +{ + struct au_hnotify_args *a = _args; + struct super_block *sb; + aufs_bindex_t bindex, bend, bfound; + unsigned char xino, try_iput; + int err; + struct inode *inode; + ino_t h_ino; + struct hn_job_args args; + struct dentry *dentry; + struct au_sbinfo *sbinfo; + + AuDebugOn(!_args); + AuDebugOn(!a->h_dir); + AuDebugOn(!a->dir); + AuDebugOn(!a->mask); + AuDbg("mask 0x%x, i%lu, hi%lu, hci%lu\n", + a->mask, a->dir->i_ino, a->h_dir->i_ino, + a->h_child_inode ? a->h_child_inode->i_ino : 0); + + inode = NULL; + dentry = NULL; + /* + * do not lock a->dir->i_mutex here + * because of d_revalidate() may cause a deadlock. + */ + sb = a->dir->i_sb; + AuDebugOn(!sb); + sbinfo = au_sbi(sb); + AuDebugOn(!sbinfo); + si_write_lock(sb, AuLock_NOPLMW); + + ii_read_lock_parent(a->dir); + bfound = -1; + bend = au_ibend(a->dir); + for (bindex = au_ibstart(a->dir); bindex <= bend; bindex++) + if (au_h_iptr(a->dir, bindex) == a->h_dir) { + bfound = bindex; + break; + } + ii_read_unlock(a->dir); + if (unlikely(bfound < 0)) + goto out; + + xino = !!au_opt_test(au_mntflags(sb), XINO); + h_ino = 0; + if (a->h_child_inode) + h_ino = a->h_child_inode->i_ino; + + if (a->h_child_nlen + && (au_ftest_hnjob(a->flags[AuHn_CHILD], GEN) + || au_ftest_hnjob(a->flags[AuHn_CHILD], MNTPNT))) + dentry = lookup_wlock_by_name(a->h_child_name, a->h_child_nlen, + a->dir); + try_iput = 0; + if (dentry) + inode = dentry->d_inode; + if (xino && !inode && h_ino + && (au_ftest_hnjob(a->flags[AuHn_CHILD], XINO0) + || au_ftest_hnjob(a->flags[AuHn_CHILD], TRYXINO0) + || au_ftest_hnjob(a->flags[AuHn_CHILD], GEN))) { + inode = lookup_wlock_by_ino(sb, bfound, h_ino); + try_iput = 1; + } + + args.flags = a->flags[AuHn_CHILD]; + args.dentry = dentry; + args.inode = inode; + args.h_inode = a->h_child_inode; + args.dir = a->dir; + args.h_dir = a->h_dir; + args.h_name = a->h_child_name; + args.h_nlen = a->h_child_nlen; + err = hn_job(&args); + if (dentry) { + if (au_di(dentry)) + di_write_unlock(dentry); + dput(dentry); + } + if (inode && try_iput) { + ii_write_unlock(inode); + iput(inode); + } + + ii_write_lock_parent(a->dir); + args.flags = a->flags[AuHn_PARENT]; + args.dentry = NULL; + args.inode = a->dir; + args.h_inode = a->h_dir; + args.dir = NULL; + args.h_dir = NULL; + args.h_name = NULL; + args.h_nlen = 0; + err = hn_job(&args); + ii_write_unlock(a->dir); + +out: + iput(a->h_child_inode); + iput(a->h_dir); + iput(a->dir); + si_write_unlock(sb); + au_nwt_done(&sbinfo->si_nowait); + kfree(a); +} + +/* ---------------------------------------------------------------------- */ + +int au_hnotify(struct inode *h_dir, struct au_hnotify *hnotify, u32 mask, + struct qstr *h_child_qstr, struct inode *h_child_inode) +{ + int err, len; + unsigned int flags[AuHnLast], f; + unsigned char isdir, isroot, wh; + struct inode *dir; + struct au_hnotify_args *args; + char *p, *h_child_name; + + err = 0; + AuDebugOn(!hnotify || !hnotify->hn_aufs_inode); + dir = igrab(hnotify->hn_aufs_inode); + if (!dir) + goto out; + + isroot = (dir->i_ino == AUFS_ROOT_INO); + wh = 0; + h_child_name = (void *)h_child_qstr->name; + len = h_child_qstr->len; + if (h_child_name) { + if (len > AUFS_WH_PFX_LEN + && !memcmp(h_child_name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) { + h_child_name += AUFS_WH_PFX_LEN; + len -= AUFS_WH_PFX_LEN; + wh = 1; + } + } + + isdir = 0; + if (h_child_inode) + isdir = !!S_ISDIR(h_child_inode->i_mode); + flags[AuHn_PARENT] = AuHnJob_ISDIR; + flags[AuHn_CHILD] = 0; + if (isdir) + flags[AuHn_CHILD] = AuHnJob_ISDIR; + au_fset_hnjob(flags[AuHn_PARENT], DIRENT); + au_fset_hnjob(flags[AuHn_CHILD], GEN); + switch (mask & FS_EVENTS_POSS_ON_CHILD) { + case FS_MOVED_FROM: + case FS_MOVED_TO: + au_fset_hnjob(flags[AuHn_CHILD], XINO0); + au_fset_hnjob(flags[AuHn_CHILD], MNTPNT); + /*FALLTHROUGH*/ + case FS_CREATE: + AuDebugOn(!h_child_name); + break; + + case FS_DELETE: + /* + * aufs never be able to get this child inode. + * revalidation should be in d_revalidate() + * by checking i_nlink, i_generation or d_unhashed(). + */ + AuDebugOn(!h_child_name); + au_fset_hnjob(flags[AuHn_CHILD], TRYXINO0); + au_fset_hnjob(flags[AuHn_CHILD], MNTPNT); + break; + + default: + AuDebugOn(1); + } + + if (wh) + h_child_inode = NULL; + + err = -ENOMEM; + /* iput() and kfree() will be called in au_hnotify() */ + args = kmalloc(sizeof(*args) + len + 1, GFP_NOFS); + if (unlikely(!args)) { + AuErr1("no memory\n"); + iput(dir); + goto out; + } + args->flags[AuHn_PARENT] = flags[AuHn_PARENT]; + args->flags[AuHn_CHILD] = flags[AuHn_CHILD]; + args->mask = mask; + args->dir = dir; + args->h_dir = igrab(h_dir); + if (h_child_inode) + h_child_inode = igrab(h_child_inode); /* can be NULL */ + args->h_child_inode = h_child_inode; + args->h_child_nlen = len; + if (len) { + p = (void *)args; + p += sizeof(*args); + memcpy(p, h_child_name, len); + p[len] = 0; + } + + /* NFS fires the event for silly-renamed one from kworker */ + f = 0; + if (!dir->i_nlink + || (au_test_nfs(h_dir->i_sb) && (mask & FS_DELETE))) + f = AuWkq_NEST; + err = au_wkq_nowait(au_hn_bh, args, dir->i_sb, f); + if (unlikely(err)) { + pr_err("wkq %d\n", err); + iput(args->h_child_inode); + iput(args->h_dir); + iput(args->dir); + kfree(args); + } + +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +int au_hnotify_reset_br(unsigned int udba, struct au_branch *br, int perm) +{ + int err; + + AuDebugOn(!(udba & AuOptMask_UDBA)); + + err = 0; + if (au_hnotify_op.reset_br) + err = au_hnotify_op.reset_br(udba, br, perm); + + return err; +} + +int au_hnotify_init_br(struct au_branch *br, int perm) +{ + int err; + + err = 0; + if (au_hnotify_op.init_br) + err = au_hnotify_op.init_br(br, perm); + + return err; +} + +void au_hnotify_fin_br(struct au_branch *br) +{ + if (au_hnotify_op.fin_br) + au_hnotify_op.fin_br(br); +} + +static void au_hn_destroy_cache(void) +{ + kmem_cache_destroy(au_cachep[AuCache_HNOTIFY]); + au_cachep[AuCache_HNOTIFY] = NULL; +} + +int __init au_hnotify_init(void) +{ + int err; + + err = -ENOMEM; + au_cachep[AuCache_HNOTIFY] = AuCache(au_hnotify); + if (au_cachep[AuCache_HNOTIFY]) { + err = 0; + if (au_hnotify_op.init) + err = au_hnotify_op.init(); + if (unlikely(err)) + au_hn_destroy_cache(); + } + AuTraceErr(err); + return err; +} + +void au_hnotify_fin(void) +{ + if (au_hnotify_op.fin) + au_hnotify_op.fin(); + /* cf. au_cache_fin() */ + if (au_cachep[AuCache_HNOTIFY]) + au_hn_destroy_cache(); +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/i_op.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/i_op.c @@ -0,0 +1,1140 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * inode operations (except add/del/rename) + */ + +#include +#include +#include +#include +#include +#include "aufs.h" + +static int h_permission(struct inode *h_inode, int mask, + struct vfsmount *h_mnt, int brperm) +{ + int err; + const unsigned char write_mask = !!(mask & (MAY_WRITE | MAY_APPEND)); + + err = -EACCES; + if ((write_mask && IS_IMMUTABLE(h_inode)) + || ((mask & MAY_EXEC) + && S_ISREG(h_inode->i_mode) + && ((h_mnt->mnt_flags & MNT_NOEXEC) + || !(h_inode->i_mode & S_IXUGO)))) + goto out; + + /* + * - skip the lower fs test in the case of write to ro branch. + * - nfs dir permission write check is optimized, but a policy for + * link/rename requires a real check. + */ + if ((write_mask && !au_br_writable(brperm)) + || (au_test_nfs(h_inode->i_sb) && S_ISDIR(h_inode->i_mode) + && write_mask && !(mask & MAY_READ)) + || !h_inode->i_op->permission) { + /* AuLabel(generic_permission); */ + err = generic_permission(h_inode, mask); + } else { + /* AuLabel(h_inode->permission); */ + err = h_inode->i_op->permission(h_inode, mask); + AuTraceErr(err); + } + + if (!err) + err = devcgroup_inode_permission(h_inode, mask); + if (!err) + err = security_inode_permission(h_inode, mask); + +#if 0 + if (!err) { + /* todo: do we need to call ima_path_check()? */ + struct path h_path = { + .dentry = + .mnt = h_mnt + }; + err = ima_path_check(&h_path, + mask & (MAY_READ | MAY_WRITE | MAY_EXEC), + IMA_COUNT_LEAVE); + } +#endif + +out: + return err; +} + +static int aufs_permission(struct inode *inode, int mask) +{ + int err; + aufs_bindex_t bindex, bend; + const unsigned char isdir = !!S_ISDIR(inode->i_mode), + write_mask = !!(mask & (MAY_WRITE | MAY_APPEND)); + struct inode *h_inode; + struct super_block *sb; + struct au_branch *br; + + /* todo: support rcu-walk? */ + if (mask & MAY_NOT_BLOCK) + return -ECHILD; + + sb = inode->i_sb; + si_read_lock(sb, AuLock_FLUSH); + ii_read_lock_child(inode); +#if 0 + err = au_iigen_test(inode, au_sigen(sb)); + if (unlikely(err)) + goto out; +#endif + + if (!isdir + || write_mask + || au_opt_test(au_mntflags(sb), DIRPERM1)) { + err = au_busy_or_stale(); + h_inode = au_h_iptr(inode, au_ibstart(inode)); + if (unlikely(!h_inode + || (h_inode->i_mode & S_IFMT) + != (inode->i_mode & S_IFMT))) + goto out; + + err = 0; + bindex = au_ibstart(inode); + br = au_sbr(sb, bindex); + err = h_permission(h_inode, mask, au_br_mnt(br), br->br_perm); + if (write_mask + && !err + && !special_file(h_inode->i_mode)) { + /* test whether the upper writable branch exists */ + err = -EROFS; + for (; bindex >= 0; bindex--) + if (!au_br_rdonly(au_sbr(sb, bindex))) { + err = 0; + break; + } + } + goto out; + } + + /* non-write to dir */ + err = 0; + bend = au_ibend(inode); + for (bindex = au_ibstart(inode); !err && bindex <= bend; bindex++) { + h_inode = au_h_iptr(inode, bindex); + if (h_inode) { + err = au_busy_or_stale(); + if (unlikely(!S_ISDIR(h_inode->i_mode))) + break; + + br = au_sbr(sb, bindex); + err = h_permission(h_inode, mask, au_br_mnt(br), + br->br_perm); + } + } + +out: + ii_read_unlock(inode); + si_read_unlock(sb); + return err; +} + +/* ---------------------------------------------------------------------- */ + +static struct dentry *aufs_lookup(struct inode *dir, struct dentry *dentry, + unsigned int flags) +{ + struct dentry *ret, *parent; + struct inode *inode; + struct super_block *sb; + int err, npositive; + + IMustLock(dir); + + /* todo: support rcu-walk? */ + ret = ERR_PTR(-ECHILD); + if (flags & LOOKUP_RCU) + goto out; + + ret = ERR_PTR(-ENAMETOOLONG); + if (unlikely(dentry->d_name.len > AUFS_MAX_NAMELEN)) + goto out; + + sb = dir->i_sb; + err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); + ret = ERR_PTR(err); + if (unlikely(err)) + goto out; + + err = au_di_init(dentry); + ret = ERR_PTR(err); + if (unlikely(err)) + goto out_si; + + inode = NULL; + npositive = 0; /* suppress a warning */ + parent = dentry->d_parent; /* dir inode is locked */ + di_read_lock_parent(parent, AuLock_IR); + err = au_alive_dir(parent); + if (!err) + err = au_digen_test(parent, au_sigen(sb)); + if (!err) { + npositive = au_lkup_dentry(dentry, au_dbstart(parent), + /*type*/0); + err = npositive; + } + di_read_unlock(parent, AuLock_IR); + ret = ERR_PTR(err); + if (unlikely(err < 0)) + goto out_unlock; + + if (npositive) { + inode = au_new_inode(dentry, /*must_new*/0); + ret = (void *)inode; + } + if (IS_ERR(inode)) { + inode = NULL; + goto out_unlock; + } + + ret = d_splice_alias(inode, dentry); +#if 0 + if (unlikely(d_need_lookup(dentry))) { + spin_lock(&dentry->d_lock); + dentry->d_flags &= ~DCACHE_NEED_LOOKUP; + spin_unlock(&dentry->d_lock); + } else +#endif + if (unlikely(IS_ERR(ret) && inode)) { + ii_write_unlock(inode); + iput(inode); + inode = NULL; + } + +out_unlock: + di_write_unlock(dentry); + if (inode) { + /* verbose coding for lock class name */ + if (unlikely(S_ISLNK(inode->i_mode))) + au_rw_class(&au_di(dentry)->di_rwsem, + au_lc_key + AuLcSymlink_DIINFO); + else if (unlikely(S_ISDIR(inode->i_mode))) + au_rw_class(&au_di(dentry)->di_rwsem, + au_lc_key + AuLcDir_DIINFO); + else /* likely */ + au_rw_class(&au_di(dentry)->di_rwsem, + au_lc_key + AuLcNonDir_DIINFO); + } +out_si: + si_read_unlock(sb); +out: + return ret; +} + +/* ---------------------------------------------------------------------- */ + +static int au_wr_dir_cpup(struct dentry *dentry, struct dentry *parent, + const unsigned char add_entry, aufs_bindex_t bcpup, + aufs_bindex_t bstart) +{ + int err; + struct dentry *h_parent; + struct inode *h_dir; + + if (add_entry) + IMustLock(parent->d_inode); + else + di_write_lock_parent(parent); + + err = 0; + if (!au_h_dptr(parent, bcpup)) { + if (bstart > bcpup) + err = au_cpup_dirs(dentry, bcpup); + else if (bstart < bcpup) + err = au_cpdown_dirs(dentry, bcpup); + else + BUG(); + } + if (!err && add_entry && !au_ftest_wrdir(add_entry, TMPFILE)) { + h_parent = au_h_dptr(parent, bcpup); + h_dir = h_parent->d_inode; + mutex_lock_nested(&h_dir->i_mutex, AuLsc_I_PARENT); + err = au_lkup_neg(dentry, bcpup, + au_ftest_wrdir(add_entry, TMP_WHENTRY)); + /* todo: no unlock here */ + mutex_unlock(&h_dir->i_mutex); + + AuDbg("bcpup %d\n", bcpup); + if (!err) { + if (!dentry->d_inode) + au_set_h_dptr(dentry, bstart, NULL); + au_update_dbrange(dentry, /*do_put_zero*/0); + } + } + + if (!add_entry) + di_write_unlock(parent); + if (!err) + err = bcpup; /* success */ + + AuTraceErr(err); + return err; +} + +/* + * decide the branch and the parent dir where we will create a new entry. + * returns new bindex or an error. + * copyup the parent dir if needed. + */ +int au_wr_dir(struct dentry *dentry, struct dentry *src_dentry, + struct au_wr_dir_args *args) +{ + int err; + unsigned int flags; + aufs_bindex_t bcpup, bstart, src_bstart; + const unsigned char add_entry + = au_ftest_wrdir(args->flags, ADD_ENTRY) + | au_ftest_wrdir(args->flags, TMP_WHENTRY) + | au_ftest_wrdir(args->flags, TMPFILE); + struct super_block *sb; + struct dentry *parent; + struct au_sbinfo *sbinfo; + + sb = dentry->d_sb; + sbinfo = au_sbi(sb); + parent = dget_parent(dentry); + bstart = au_dbstart(dentry); + bcpup = bstart; + if (args->force_btgt < 0) { + if (src_dentry) { + src_bstart = au_dbstart(src_dentry); + if (src_bstart < bstart) + bcpup = src_bstart; + } else if (add_entry) { + flags = 0; + if (au_ftest_wrdir(args->flags, ISDIR)) + au_fset_wbr(flags, DIR); + err = AuWbrCreate(sbinfo, dentry, flags); + bcpup = err; + } + + if (bcpup < 0 || au_test_ro(sb, bcpup, dentry->d_inode)) { + if (add_entry) + err = AuWbrCopyup(sbinfo, dentry); + else { + if (!IS_ROOT(dentry)) { + di_read_lock_parent(parent, !AuLock_IR); + err = AuWbrCopyup(sbinfo, dentry); + di_read_unlock(parent, !AuLock_IR); + } else + err = AuWbrCopyup(sbinfo, dentry); + } + bcpup = err; + if (unlikely(err < 0)) + goto out; + } + } else { + bcpup = args->force_btgt; + AuDebugOn(au_test_ro(sb, bcpup, dentry->d_inode)); + } + + AuDbg("bstart %d, bcpup %d\n", bstart, bcpup); + err = bcpup; + if (bcpup == bstart) + goto out; /* success */ + + /* copyup the new parent into the branch we process */ + err = au_wr_dir_cpup(dentry, parent, add_entry, bcpup, bstart); + if (err >= 0) { + if (!dentry->d_inode) { + au_set_h_dptr(dentry, bstart, NULL); + au_set_dbstart(dentry, bcpup); + au_set_dbend(dentry, bcpup); + } + AuDebugOn(add_entry + && !au_ftest_wrdir(args->flags, TMPFILE) + && !au_h_dptr(dentry, bcpup)); + } + +out: + dput(parent); + return err; +} + +/* ---------------------------------------------------------------------- */ + +void au_pin_hdir_unlock(struct au_pin *p) +{ + if (p->hdir) + au_hn_imtx_unlock(p->hdir); +} + +static int au_pin_hdir_lock(struct au_pin *p) +{ + int err; + + err = 0; + if (!p->hdir) + goto out; + + /* even if an error happens later, keep this lock */ + au_hn_imtx_lock_nested(p->hdir, p->lsc_hi); + + err = -EBUSY; + if (unlikely(p->hdir->hi_inode != p->h_parent->d_inode)) + goto out; + + err = 0; + if (p->h_dentry) + err = au_h_verify(p->h_dentry, p->udba, p->hdir->hi_inode, + p->h_parent, p->br); + +out: + return err; +} + +int au_pin_hdir_relock(struct au_pin *p) +{ + int err, i; + struct inode *h_i; + struct dentry *h_d[] = { + p->h_dentry, + p->h_parent + }; + + err = au_pin_hdir_lock(p); + if (unlikely(err)) + goto out; + + for (i = 0; !err && i < sizeof(h_d)/sizeof(*h_d); i++) { + if (!h_d[i]) + continue; + h_i = h_d[i]->d_inode; + if (h_i) + err = !h_i->i_nlink; + } + +out: + return err; +} + +void au_pin_hdir_set_owner(struct au_pin *p, struct task_struct *task) +{ +#if defined(CONFIG_DEBUG_MUTEXES) || defined(CONFIG_SMP) + p->hdir->hi_inode->i_mutex.owner = task; +#endif +} + +void au_pin_hdir_acquire_nest(struct au_pin *p) +{ + if (p->hdir) { + mutex_acquire_nest(&p->hdir->hi_inode->i_mutex.dep_map, + p->lsc_hi, 0, NULL, _RET_IP_); + au_pin_hdir_set_owner(p, current); + } +} + +void au_pin_hdir_release(struct au_pin *p) +{ + if (p->hdir) { + au_pin_hdir_set_owner(p, p->task); + mutex_release(&p->hdir->hi_inode->i_mutex.dep_map, 1, _RET_IP_); + } +} + +struct dentry *au_pinned_h_parent(struct au_pin *pin) +{ + if (pin && pin->parent) + return au_h_dptr(pin->parent, pin->bindex); + return NULL; +} + +void au_unpin(struct au_pin *p) +{ + if (p->hdir) + au_pin_hdir_unlock(p); + if (p->h_mnt && au_ftest_pin(p->flags, MNT_WRITE)) + vfsub_mnt_drop_write(p->h_mnt); + if (!p->hdir) + return; + + if (!au_ftest_pin(p->flags, DI_LOCKED)) + di_read_unlock(p->parent, AuLock_IR); + iput(p->hdir->hi_inode); + dput(p->parent); + p->parent = NULL; + p->hdir = NULL; + p->h_mnt = NULL; + /* do not clear p->task */ +} + +int au_do_pin(struct au_pin *p) +{ + int err; + struct super_block *sb; + struct inode *h_dir; + + err = 0; + sb = p->dentry->d_sb; + p->br = au_sbr(sb, p->bindex); + if (IS_ROOT(p->dentry)) { + if (au_ftest_pin(p->flags, MNT_WRITE)) { + p->h_mnt = au_br_mnt(p->br); + err = vfsub_mnt_want_write(p->h_mnt); + if (unlikely(err)) { + au_fclr_pin(p->flags, MNT_WRITE); + goto out_err; + } + } + goto out; + } + + p->h_dentry = NULL; + if (p->bindex <= au_dbend(p->dentry)) + p->h_dentry = au_h_dptr(p->dentry, p->bindex); + + p->parent = dget_parent(p->dentry); + if (!au_ftest_pin(p->flags, DI_LOCKED)) + di_read_lock(p->parent, AuLock_IR, p->lsc_di); + + h_dir = NULL; + p->h_parent = au_h_dptr(p->parent, p->bindex); + p->hdir = au_hi(p->parent->d_inode, p->bindex); + if (p->hdir) + h_dir = p->hdir->hi_inode; + + /* + * udba case, or + * if DI_LOCKED is not set, then p->parent may be different + * and h_parent can be NULL. + */ + if (unlikely(!p->hdir || !h_dir || !p->h_parent)) { + err = -EBUSY; + if (!au_ftest_pin(p->flags, DI_LOCKED)) + di_read_unlock(p->parent, AuLock_IR); + dput(p->parent); + p->parent = NULL; + goto out_err; + } + + if (au_ftest_pin(p->flags, MNT_WRITE)) { + p->h_mnt = au_br_mnt(p->br); + err = vfsub_mnt_want_write(p->h_mnt); + if (unlikely(err)) { + au_fclr_pin(p->flags, MNT_WRITE); + if (!au_ftest_pin(p->flags, DI_LOCKED)) + di_read_unlock(p->parent, AuLock_IR); + dput(p->parent); + p->parent = NULL; + goto out_err; + } + } + + au_igrab(h_dir); + err = au_pin_hdir_lock(p); + if (!err) + goto out; /* success */ + +out_err: + pr_err("err %d\n", err); + err = au_busy_or_stale(); +out: + return err; +} + +void au_pin_init(struct au_pin *p, struct dentry *dentry, + aufs_bindex_t bindex, int lsc_di, int lsc_hi, + unsigned int udba, unsigned char flags) +{ + p->dentry = dentry; + p->udba = udba; + p->lsc_di = lsc_di; + p->lsc_hi = lsc_hi; + p->flags = flags; + p->bindex = bindex; + + p->parent = NULL; + p->hdir = NULL; + p->h_mnt = NULL; + + p->h_dentry = NULL; + p->h_parent = NULL; + p->br = NULL; + p->task = current; +} + +int au_pin(struct au_pin *pin, struct dentry *dentry, aufs_bindex_t bindex, + unsigned int udba, unsigned char flags) +{ + au_pin_init(pin, dentry, bindex, AuLsc_DI_PARENT, AuLsc_I_PARENT2, + udba, flags); + return au_do_pin(pin); +} + +/* ---------------------------------------------------------------------- */ + +/* + * ->setattr() and ->getattr() are called in various cases. + * chmod, stat: dentry is revalidated. + * fchmod, fstat: file and dentry are not revalidated, additionally they may be + * unhashed. + * for ->setattr(), ia->ia_file is passed from ftruncate only. + */ +/* todo: consolidate with do_refresh() and simple_reval_dpath() */ +static int au_reval_for_attr(struct dentry *dentry, unsigned int sigen) +{ + int err; + struct inode *inode; + struct dentry *parent; + + err = 0; + inode = dentry->d_inode; + if (au_digen_test(dentry, sigen)) { + parent = dget_parent(dentry); + di_read_lock_parent(parent, AuLock_IR); + err = au_refresh_dentry(dentry, parent); + di_read_unlock(parent, AuLock_IR); + dput(parent); + } + + AuTraceErr(err); + return err; +} + +#define AuIcpup_DID_CPUP 1 +#define au_ftest_icpup(flags, name) ((flags) & AuIcpup_##name) +#define au_fset_icpup(flags, name) \ + do { (flags) |= AuIcpup_##name; } while (0) +#define au_fclr_icpup(flags, name) \ + do { (flags) &= ~AuIcpup_##name; } while (0) + +struct au_icpup_args { + unsigned char flags; + unsigned char pin_flags; + aufs_bindex_t btgt; + unsigned int udba; + struct au_pin pin; + struct path h_path; + struct inode *h_inode; +}; + +static int au_pin_and_icpup(struct dentry *dentry, struct iattr *ia, + struct au_icpup_args *a) +{ + int err; + loff_t sz; + aufs_bindex_t bstart, ibstart; + struct dentry *hi_wh, *parent; + struct inode *inode; + struct au_wr_dir_args wr_dir_args = { + .force_btgt = -1, + .flags = 0 + }; + + bstart = au_dbstart(dentry); + inode = dentry->d_inode; + if (S_ISDIR(inode->i_mode)) + au_fset_wrdir(wr_dir_args.flags, ISDIR); + /* plink or hi_wh() case */ + ibstart = au_ibstart(inode); + if (bstart != ibstart && !au_test_ro(inode->i_sb, ibstart, inode)) + wr_dir_args.force_btgt = ibstart; + err = au_wr_dir(dentry, /*src_dentry*/NULL, &wr_dir_args); + if (unlikely(err < 0)) + goto out; + a->btgt = err; + if (err != bstart) + au_fset_icpup(a->flags, DID_CPUP); + + err = 0; + a->pin_flags = AuPin_MNT_WRITE; + parent = NULL; + if (!IS_ROOT(dentry)) { + au_fset_pin(a->pin_flags, DI_LOCKED); + parent = dget_parent(dentry); + di_write_lock_parent(parent); + } + + err = au_pin(&a->pin, dentry, a->btgt, a->udba, a->pin_flags); + if (unlikely(err)) + goto out_parent; + + a->h_path.dentry = au_h_dptr(dentry, bstart); + a->h_inode = a->h_path.dentry->d_inode; + mutex_lock_nested(&a->h_inode->i_mutex, AuLsc_I_CHILD); + sz = -1; + if ((ia->ia_valid & ATTR_SIZE) && ia->ia_size < i_size_read(a->h_inode)) + sz = ia->ia_size; + mutex_unlock(&a->h_inode->i_mutex); + + hi_wh = NULL; + if (au_ftest_icpup(a->flags, DID_CPUP) && d_unlinked(dentry)) { + hi_wh = au_hi_wh(inode, a->btgt); + if (!hi_wh) { + struct au_cp_generic cpg = { + .dentry = dentry, + .bdst = a->btgt, + .bsrc = -1, + .len = sz, + .pin = &a->pin + }; + err = au_sio_cpup_wh(&cpg, /*file*/NULL); + if (unlikely(err)) + goto out_unlock; + hi_wh = au_hi_wh(inode, a->btgt); + /* todo: revalidate hi_wh? */ + } + } + + if (parent) { + au_pin_set_parent_lflag(&a->pin, /*lflag*/0); + di_downgrade_lock(parent, AuLock_IR); + dput(parent); + parent = NULL; + } + if (!au_ftest_icpup(a->flags, DID_CPUP)) + goto out; /* success */ + + if (!d_unhashed(dentry)) { + struct au_cp_generic cpg = { + .dentry = dentry, + .bdst = a->btgt, + .bsrc = bstart, + .len = sz, + .pin = &a->pin, + .flags = AuCpup_DTIME | AuCpup_HOPEN + }; + err = au_sio_cpup_simple(&cpg); + if (!err) + a->h_path.dentry = au_h_dptr(dentry, a->btgt); + } else if (!hi_wh) + a->h_path.dentry = au_h_dptr(dentry, a->btgt); + else + a->h_path.dentry = hi_wh; /* do not dget here */ + +out_unlock: + a->h_inode = a->h_path.dentry->d_inode; + if (!err) + goto out; /* success */ + au_unpin(&a->pin); +out_parent: + if (parent) { + di_write_unlock(parent); + dput(parent); + } +out: + if (!err) + mutex_lock_nested(&a->h_inode->i_mutex, AuLsc_I_CHILD); + return err; +} + +static int aufs_setattr(struct dentry *dentry, struct iattr *ia) +{ + int err; + struct inode *inode, *delegated; + struct super_block *sb; + struct file *file; + struct au_icpup_args *a; + + inode = dentry->d_inode; + IMustLock(inode); + + err = -ENOMEM; + a = kzalloc(sizeof(*a), GFP_NOFS); + if (unlikely(!a)) + goto out; + + if (ia->ia_valid & (ATTR_KILL_SUID | ATTR_KILL_SGID)) + ia->ia_valid &= ~ATTR_MODE; + + file = NULL; + sb = dentry->d_sb; + err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); + if (unlikely(err)) + goto out_kfree; + + if (ia->ia_valid & ATTR_FILE) { + /* currently ftruncate(2) only */ + AuDebugOn(!S_ISREG(inode->i_mode)); + file = ia->ia_file; + err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/1); + if (unlikely(err)) + goto out_si; + ia->ia_file = au_hf_top(file); + a->udba = AuOpt_UDBA_NONE; + } else { + /* fchmod() doesn't pass ia_file */ + a->udba = au_opt_udba(sb); + di_write_lock_child(dentry); + /* no d_unlinked(), to set UDBA_NONE for root */ + if (d_unhashed(dentry)) + a->udba = AuOpt_UDBA_NONE; + if (a->udba != AuOpt_UDBA_NONE) { + AuDebugOn(IS_ROOT(dentry)); + err = au_reval_for_attr(dentry, au_sigen(sb)); + if (unlikely(err)) + goto out_dentry; + } + } + + err = au_pin_and_icpup(dentry, ia, a); + if (unlikely(err < 0)) + goto out_dentry; + if (au_ftest_icpup(a->flags, DID_CPUP)) { + ia->ia_file = NULL; + ia->ia_valid &= ~ATTR_FILE; + } + + a->h_path.mnt = au_sbr_mnt(sb, a->btgt); + if ((ia->ia_valid & (ATTR_MODE | ATTR_CTIME)) + == (ATTR_MODE | ATTR_CTIME)) { + err = security_path_chmod(&a->h_path, ia->ia_mode); + if (unlikely(err)) + goto out_unlock; + } else if ((ia->ia_valid & (ATTR_UID | ATTR_GID)) + && (ia->ia_valid & ATTR_CTIME)) { + err = security_path_chown(&a->h_path, ia->ia_uid, ia->ia_gid); + if (unlikely(err)) + goto out_unlock; + } + + if (ia->ia_valid & ATTR_SIZE) { + struct file *f; + + if (ia->ia_size < i_size_read(inode)) + /* unmap only */ + truncate_setsize(inode, ia->ia_size); + + f = NULL; + if (ia->ia_valid & ATTR_FILE) + f = ia->ia_file; + mutex_unlock(&a->h_inode->i_mutex); + err = vfsub_trunc(&a->h_path, ia->ia_size, ia->ia_valid, f); + mutex_lock_nested(&a->h_inode->i_mutex, AuLsc_I_CHILD); + } else { + delegated = NULL; + while (1) { + err = vfsub_notify_change(&a->h_path, ia, &delegated); + if (delegated) { + err = break_deleg_wait(&delegated); + if (!err) + continue; + } + break; + } + } + if (!err) + au_cpup_attr_changeable(inode); + +out_unlock: + mutex_unlock(&a->h_inode->i_mutex); + au_unpin(&a->pin); + if (unlikely(err)) + au_update_dbstart(dentry); +out_dentry: + di_write_unlock(dentry); + if (file) { + fi_write_unlock(file); + ia->ia_file = file; + ia->ia_valid |= ATTR_FILE; + } +out_si: + si_read_unlock(sb); +out_kfree: + kfree(a); +out: + AuTraceErr(err); + return err; +} + +static void au_refresh_iattr(struct inode *inode, struct kstat *st, + unsigned int nlink) +{ + unsigned int n; + + inode->i_mode = st->mode; + /* don't i_[ug]id_write() here */ + inode->i_uid = st->uid; + inode->i_gid = st->gid; + inode->i_atime = st->atime; + inode->i_mtime = st->mtime; + inode->i_ctime = st->ctime; + + au_cpup_attr_nlink(inode, /*force*/0); + if (S_ISDIR(inode->i_mode)) { + n = inode->i_nlink; + n -= nlink; + n += st->nlink; + smp_mb(); /* for i_nlink */ + /* 0 can happen */ + set_nlink(inode, n); + } + + spin_lock(&inode->i_lock); + inode->i_blocks = st->blocks; + i_size_write(inode, st->size); + spin_unlock(&inode->i_lock); +} + +static int aufs_getattr(struct vfsmount *mnt __maybe_unused, + struct dentry *dentry, struct kstat *st) +{ + int err; + unsigned int mnt_flags, sigen; + aufs_bindex_t bindex; + unsigned char udba_none, positive; + struct super_block *sb, *h_sb; + struct inode *inode; + struct path h_path; + + sb = dentry->d_sb; + inode = dentry->d_inode; + err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); + if (unlikely(err)) + goto out; + mnt_flags = au_mntflags(sb); + udba_none = !!au_opt_test(mnt_flags, UDBA_NONE); + + /* support fstat(2) */ + if (!d_unlinked(dentry) && !udba_none) { + sigen = au_sigen(sb); + err = au_digen_test(dentry, sigen); + if (!err) { + di_read_lock_child(dentry, AuLock_IR); + err = au_dbrange_test(dentry); + if (unlikely(err)) + goto out_unlock; + } else { + AuDebugOn(IS_ROOT(dentry)); + di_write_lock_child(dentry); + err = au_dbrange_test(dentry); + if (!err) + err = au_reval_for_attr(dentry, sigen); + di_downgrade_lock(dentry, AuLock_IR); + if (unlikely(err)) + goto out_unlock; + } + } else + di_read_lock_child(dentry, AuLock_IR); + + bindex = au_ibstart(inode); + h_path.mnt = au_sbr_mnt(sb, bindex); + h_sb = h_path.mnt->mnt_sb; + if (!au_test_fs_bad_iattr(h_sb) && udba_none) + goto out_fill; /* success */ + + h_path.dentry = NULL; + if (au_dbstart(dentry) == bindex) + h_path.dentry = dget(au_h_dptr(dentry, bindex)); + else if (au_opt_test(mnt_flags, PLINK) && au_plink_test(inode)) { + h_path.dentry = au_plink_lkup(inode, bindex); + if (IS_ERR(h_path.dentry)) + goto out_fill; /* pretending success */ + } + /* illegally overlapped or something */ + if (unlikely(!h_path.dentry)) + goto out_fill; /* pretending success */ + + positive = !!h_path.dentry->d_inode; + if (positive) + err = vfs_getattr(&h_path, st); + dput(h_path.dentry); + if (!err) { + if (positive) + au_refresh_iattr(inode, st, + h_path.dentry->d_inode->i_nlink); + goto out_fill; /* success */ + } + AuTraceErr(err); + goto out_unlock; + +out_fill: + generic_fillattr(inode, st); +out_unlock: + di_read_unlock(dentry, AuLock_IR); + si_read_unlock(sb); +out: + AuTraceErr(err); + return err; +} + +/* ---------------------------------------------------------------------- */ + +static int h_readlink(struct dentry *dentry, int bindex, char __user *buf, + int bufsiz) +{ + int err; + struct super_block *sb; + struct dentry *h_dentry; + + err = -EINVAL; + h_dentry = au_h_dptr(dentry, bindex); + if (unlikely(!h_dentry->d_inode->i_op->readlink)) + goto out; + + err = security_inode_readlink(h_dentry); + if (unlikely(err)) + goto out; + + sb = dentry->d_sb; + if (!au_test_ro(sb, bindex, dentry->d_inode)) { + vfsub_touch_atime(au_sbr_mnt(sb, bindex), h_dentry); + fsstack_copy_attr_atime(dentry->d_inode, h_dentry->d_inode); + } + err = h_dentry->d_inode->i_op->readlink(h_dentry, buf, bufsiz); + +out: + return err; +} + +static int aufs_readlink(struct dentry *dentry, char __user *buf, int bufsiz) +{ + int err; + + err = aufs_read_lock(dentry, AuLock_IR | AuLock_GEN); + if (unlikely(err)) + goto out; + err = au_d_hashed_positive(dentry); + if (!err) + err = h_readlink(dentry, au_dbstart(dentry), buf, bufsiz); + aufs_read_unlock(dentry, AuLock_IR); + +out: + return err; +} + +static void *aufs_follow_link(struct dentry *dentry, struct nameidata *nd) +{ + int err; + mm_segment_t old_fs; + union { + char *k; + char __user *u; + } buf; + + err = -ENOMEM; + buf.k = (void *)__get_free_page(GFP_NOFS); + if (unlikely(!buf.k)) + goto out; + + err = aufs_read_lock(dentry, AuLock_IR | AuLock_GEN); + if (unlikely(err)) + goto out_name; + + err = au_d_hashed_positive(dentry); + if (!err) { + old_fs = get_fs(); + set_fs(KERNEL_DS); + err = h_readlink(dentry, au_dbstart(dentry), buf.u, PATH_MAX); + set_fs(old_fs); + } + aufs_read_unlock(dentry, AuLock_IR); + + if (err >= 0) { + buf.k[err] = 0; + /* will be freed by put_link */ + nd_set_link(nd, buf.k); + return NULL; /* success */ + } + +out_name: + free_page((unsigned long)buf.k); +out: + AuTraceErr(err); + return ERR_PTR(err); +} + +static void aufs_put_link(struct dentry *dentry __maybe_unused, + struct nameidata *nd, void *cookie __maybe_unused) +{ + char *p; + + p = nd_get_link(nd); + if (!IS_ERR_OR_NULL(p)) + free_page((unsigned long)p); +} + +/* ---------------------------------------------------------------------- */ + +static int aufs_update_time(struct inode *inode, struct timespec *ts, int flags) +{ + int err; + struct super_block *sb; + struct inode *h_inode; + + sb = inode->i_sb; + /* mmap_sem might be acquired already, cf. aufs_mmap() */ + lockdep_off(); + si_read_lock(sb, AuLock_FLUSH); + ii_write_lock_child(inode); + lockdep_on(); + h_inode = au_h_iptr(inode, au_ibstart(inode)); + err = vfsub_update_time(h_inode, ts, flags); + lockdep_off(); + if (!err) + au_cpup_attr_timesizes(inode); + ii_write_unlock(inode); + si_read_unlock(sb); + lockdep_on(); + + if (!err && (flags & S_VERSION)) + inode_inc_iversion(inode); + + return err; +} + +/* ---------------------------------------------------------------------- */ + +struct inode_operations aufs_symlink_iop = { + .permission = aufs_permission, + .setattr = aufs_setattr, + .getattr = aufs_getattr, + + .readlink = aufs_readlink, + .follow_link = aufs_follow_link, + .put_link = aufs_put_link, + + /* .update_time = aufs_update_time */ +}; + +struct inode_operations aufs_dir_iop = { + .create = aufs_create, + .lookup = aufs_lookup, + .link = aufs_link, + .unlink = aufs_unlink, + .symlink = aufs_symlink, + .mkdir = aufs_mkdir, + .rmdir = aufs_rmdir, + .mknod = aufs_mknod, + .rename = aufs_rename, + + .permission = aufs_permission, + .setattr = aufs_setattr, + .getattr = aufs_getattr, + + .update_time = aufs_update_time, + /* no support for atomic_open() */ + + .tmpfile = aufs_tmpfile +}; + +struct inode_operations aufs_iop = { + .permission = aufs_permission, + .setattr = aufs_setattr, + .getattr = aufs_getattr, + + .update_time = aufs_update_time +}; --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/i_op_add.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/i_op_add.c @@ -0,0 +1,880 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * inode operations (add entry) + */ + +#include "aufs.h" + +/* + * final procedure of adding a new entry, except link(2). + * remove whiteout, instantiate, copyup the parent dir's times and size + * and update version. + * if it failed, re-create the removed whiteout. + */ +static int epilog(struct inode *dir, aufs_bindex_t bindex, + struct dentry *wh_dentry, struct dentry *dentry) +{ + int err, rerr; + aufs_bindex_t bwh; + struct path h_path; + struct inode *inode, *h_dir; + struct dentry *wh; + + bwh = -1; + if (wh_dentry) { + h_dir = wh_dentry->d_parent->d_inode; /* dir inode is locked */ + IMustLock(h_dir); + AuDebugOn(au_h_iptr(dir, bindex) != h_dir); + bwh = au_dbwh(dentry); + h_path.dentry = wh_dentry; + h_path.mnt = au_sbr_mnt(dir->i_sb, bindex); + err = au_wh_unlink_dentry(au_h_iptr(dir, bindex), &h_path, + dentry); + if (unlikely(err)) + goto out; + } + + inode = au_new_inode(dentry, /*must_new*/1); + if (!IS_ERR(inode)) { + d_instantiate(dentry, inode); + dir = dentry->d_parent->d_inode; /* dir inode is locked */ + IMustLock(dir); + if (au_ibstart(dir) == au_dbstart(dentry)) + au_cpup_attr_timesizes(dir); + dir->i_version++; + return 0; /* success */ + } + + err = PTR_ERR(inode); + if (!wh_dentry) + goto out; + + /* revert */ + /* dir inode is locked */ + wh = au_wh_create(dentry, bwh, wh_dentry->d_parent); + rerr = PTR_ERR(wh); + if (IS_ERR(wh)) { + AuIOErr("%pd reverting whiteout failed(%d, %d)\n", + dentry, err, rerr); + err = -EIO; + } else + dput(wh); + +out: + return err; +} + +static int au_d_may_add(struct dentry *dentry) +{ + int err; + + err = 0; + if (unlikely(d_unhashed(dentry))) + err = -ENOENT; + if (unlikely(dentry->d_inode)) + err = -EEXIST; + return err; +} + +/* + * simple tests for the adding inode operations. + * following the checks in vfs, plus the parent-child relationship. + */ +int au_may_add(struct dentry *dentry, aufs_bindex_t bindex, + struct dentry *h_parent, int isdir) +{ + int err; + umode_t h_mode; + struct dentry *h_dentry; + struct inode *h_inode; + + err = -ENAMETOOLONG; + if (unlikely(dentry->d_name.len > AUFS_MAX_NAMELEN)) + goto out; + + h_dentry = au_h_dptr(dentry, bindex); + h_inode = h_dentry->d_inode; + if (!dentry->d_inode) { + err = -EEXIST; + if (unlikely(h_inode)) + goto out; + } else { + /* rename(2) case */ + err = -EIO; + if (unlikely(!h_inode || !h_inode->i_nlink)) + goto out; + + h_mode = h_inode->i_mode; + if (!isdir) { + err = -EISDIR; + if (unlikely(S_ISDIR(h_mode))) + goto out; + } else if (unlikely(!S_ISDIR(h_mode))) { + err = -ENOTDIR; + goto out; + } + } + + err = 0; + /* expected parent dir is locked */ + if (unlikely(h_parent != h_dentry->d_parent)) + err = -EIO; + +out: + AuTraceErr(err); + return err; +} + +/* + * initial procedure of adding a new entry. + * prepare writable branch and the parent dir, lock it, + * and lookup whiteout for the new entry. + */ +static struct dentry* +lock_hdir_lkup_wh(struct dentry *dentry, struct au_dtime *dt, + struct dentry *src_dentry, struct au_pin *pin, + struct au_wr_dir_args *wr_dir_args) +{ + struct dentry *wh_dentry, *h_parent; + struct super_block *sb; + struct au_branch *br; + int err; + unsigned int udba; + aufs_bindex_t bcpup; + + AuDbg("%pd\n", dentry); + + err = au_wr_dir(dentry, src_dentry, wr_dir_args); + bcpup = err; + wh_dentry = ERR_PTR(err); + if (unlikely(err < 0)) + goto out; + + sb = dentry->d_sb; + udba = au_opt_udba(sb); + err = au_pin(pin, dentry, bcpup, udba, + AuPin_DI_LOCKED | AuPin_MNT_WRITE); + wh_dentry = ERR_PTR(err); + if (unlikely(err)) + goto out; + + h_parent = au_pinned_h_parent(pin); + if (udba != AuOpt_UDBA_NONE + && au_dbstart(dentry) == bcpup) + err = au_may_add(dentry, bcpup, h_parent, + au_ftest_wrdir(wr_dir_args->flags, ISDIR)); + else if (unlikely(dentry->d_name.len > AUFS_MAX_NAMELEN)) + err = -ENAMETOOLONG; + wh_dentry = ERR_PTR(err); + if (unlikely(err)) + goto out_unpin; + + br = au_sbr(sb, bcpup); + if (dt) { + struct path tmp = { + .dentry = h_parent, + .mnt = au_br_mnt(br) + }; + au_dtime_store(dt, au_pinned_parent(pin), &tmp); + } + + wh_dentry = NULL; + if (bcpup != au_dbwh(dentry)) + goto out; /* success */ + + wh_dentry = au_wh_lkup(h_parent, &dentry->d_name, br); + +out_unpin: + if (IS_ERR(wh_dentry)) + au_unpin(pin); +out: + return wh_dentry; +} + +/* ---------------------------------------------------------------------- */ + +enum { Mknod, Symlink, Creat }; +struct simple_arg { + int type; + union { + struct { + umode_t mode; + bool want_excl; + } c; + struct { + const char *symname; + } s; + struct { + umode_t mode; + dev_t dev; + } m; + } u; +}; + +static int add_simple(struct inode *dir, struct dentry *dentry, + struct simple_arg *arg) +{ + int err, rerr; + aufs_bindex_t bstart; + unsigned char created; + struct dentry *wh_dentry, *parent; + struct inode *h_dir; + /* to reuduce stack size */ + struct { + struct au_dtime dt; + struct au_pin pin; + struct path h_path; + struct au_wr_dir_args wr_dir_args; + } *a; + + AuDbg("%pd\n", dentry); + IMustLock(dir); + + err = -ENOMEM; + a = kmalloc(sizeof(*a), GFP_NOFS); + if (unlikely(!a)) + goto out; + a->wr_dir_args.force_btgt = -1; + a->wr_dir_args.flags = AuWrDir_ADD_ENTRY; + + parent = dentry->d_parent; /* dir inode is locked */ + err = aufs_read_lock(dentry, AuLock_DW | AuLock_GEN); + if (unlikely(err)) + goto out_free; + err = au_d_may_add(dentry); + if (unlikely(err)) + goto out_unlock; + di_write_lock_parent(parent); + wh_dentry = lock_hdir_lkup_wh(dentry, &a->dt, /*src_dentry*/NULL, + &a->pin, &a->wr_dir_args); + err = PTR_ERR(wh_dentry); + if (IS_ERR(wh_dentry)) + goto out_parent; + + bstart = au_dbstart(dentry); + a->h_path.dentry = au_h_dptr(dentry, bstart); + a->h_path.mnt = au_sbr_mnt(dentry->d_sb, bstart); + h_dir = au_pinned_h_dir(&a->pin); + switch (arg->type) { + case Creat: + err = vfsub_create(h_dir, &a->h_path, arg->u.c.mode, + arg->u.c.want_excl); + break; + case Symlink: + err = vfsub_symlink(h_dir, &a->h_path, arg->u.s.symname); + break; + case Mknod: + err = vfsub_mknod(h_dir, &a->h_path, arg->u.m.mode, + arg->u.m.dev); + break; + default: + BUG(); + } + created = !err; + if (!err) + err = epilog(dir, bstart, wh_dentry, dentry); + + /* revert */ + if (unlikely(created && err && a->h_path.dentry->d_inode)) { + /* no delegation since it is just created */ + rerr = vfsub_unlink(h_dir, &a->h_path, /*delegated*/NULL, + /*force*/0); + if (rerr) { + AuIOErr("%pd revert failure(%d, %d)\n", + dentry, err, rerr); + err = -EIO; + } + au_dtime_revert(&a->dt); + } + + au_unpin(&a->pin); + dput(wh_dentry); + +out_parent: + di_write_unlock(parent); +out_unlock: + if (unlikely(err)) { + au_update_dbstart(dentry); + d_drop(dentry); + } + aufs_read_unlock(dentry, AuLock_DW); +out_free: + kfree(a); +out: + return err; +} + +int aufs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, + dev_t dev) +{ + struct simple_arg arg = { + .type = Mknod, + .u.m = { + .mode = mode, + .dev = dev + } + }; + return add_simple(dir, dentry, &arg); +} + +int aufs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) +{ + struct simple_arg arg = { + .type = Symlink, + .u.s.symname = symname + }; + return add_simple(dir, dentry, &arg); +} + +int aufs_create(struct inode *dir, struct dentry *dentry, umode_t mode, + bool want_excl) +{ + struct simple_arg arg = { + .type = Creat, + .u.c = { + .mode = mode, + .want_excl = want_excl + } + }; + return add_simple(dir, dentry, &arg); +} + +int aufs_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) +{ + int err; + aufs_bindex_t bindex; + struct super_block *sb; + struct dentry *parent, *h_parent, *h_dentry; + struct inode *h_dir, *inode; + struct vfsmount *h_mnt; + struct au_wr_dir_args wr_dir_args = { + .force_btgt = -1, + .flags = AuWrDir_TMPFILE + }; + + /* copy-up may happen */ + mutex_lock(&dir->i_mutex); + + sb = dir->i_sb; + err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); + if (unlikely(err)) + goto out; + + err = au_di_init(dentry); + if (unlikely(err)) + goto out_si; + + err = -EBUSY; + parent = d_find_any_alias(dir); + AuDebugOn(!parent); + di_write_lock_parent(parent); + if (unlikely(parent->d_inode != dir)) + goto out_parent; + + err = au_digen_test(parent, au_sigen(sb)); + if (unlikely(err)) + goto out_parent; + + bindex = au_dbstart(parent); + au_set_dbstart(dentry, bindex); + au_set_dbend(dentry, bindex); + err = au_wr_dir(dentry, /*src_dentry*/NULL, &wr_dir_args); + bindex = err; + if (unlikely(err < 0)) + goto out_parent; + + err = -EOPNOTSUPP; + h_dir = au_h_iptr(dir, bindex); + if (unlikely(!h_dir->i_op->tmpfile)) + goto out_parent; + + h_mnt = au_sbr_mnt(sb, bindex); + err = vfsub_mnt_want_write(h_mnt); + if (unlikely(err)) + goto out_parent; + + h_parent = au_h_dptr(parent, bindex); + err = inode_permission(h_parent->d_inode, MAY_WRITE | MAY_EXEC); + if (unlikely(err)) + goto out_mnt; + + err = -ENOMEM; + h_dentry = d_alloc(h_parent, &dentry->d_name); + if (unlikely(!h_dentry)) + goto out_mnt; + + err = h_dir->i_op->tmpfile(h_dir, h_dentry, mode); + if (unlikely(err)) + goto out_dentry; + + au_set_dbstart(dentry, bindex); + au_set_dbend(dentry, bindex); + au_set_h_dptr(dentry, bindex, dget(h_dentry)); + inode = au_new_inode(dentry, /*must_new*/1); + if (IS_ERR(inode)) { + err = PTR_ERR(inode); + au_set_h_dptr(dentry, bindex, NULL); + au_set_dbstart(dentry, -1); + au_set_dbend(dentry, -1); + } else { + if (!inode->i_nlink) + set_nlink(inode, 1); + d_tmpfile(dentry, inode); + au_di(dentry)->di_tmpfile = 1; + + /* update without i_mutex */ + if (au_ibstart(dir) == au_dbstart(dentry)) + au_cpup_attr_timesizes(dir); + } + +out_dentry: + dput(h_dentry); +out_mnt: + vfsub_mnt_drop_write(h_mnt); +out_parent: + di_write_unlock(parent); + dput(parent); + di_write_unlock(dentry); + if (!err) +#if 0 + /* verbose coding for lock class name */ + au_rw_class(&au_di(dentry)->di_rwsem, + au_lc_key + AuLcNonDir_DIINFO); +#else + ; +#endif + else { + au_di_fin(dentry); + dentry->d_fsdata = NULL; + } +out_si: + si_read_unlock(sb); +out: + mutex_unlock(&dir->i_mutex); + return err; +} + +/* ---------------------------------------------------------------------- */ + +struct au_link_args { + aufs_bindex_t bdst, bsrc; + struct au_pin pin; + struct path h_path; + struct dentry *src_parent, *parent; +}; + +static int au_cpup_before_link(struct dentry *src_dentry, + struct au_link_args *a) +{ + int err; + struct dentry *h_src_dentry; + struct au_cp_generic cpg = { + .dentry = src_dentry, + .bdst = a->bdst, + .bsrc = a->bsrc, + .len = -1, + .pin = &a->pin, + .flags = AuCpup_DTIME | AuCpup_HOPEN /* | AuCpup_KEEPLINO */ + }; + + di_read_lock_parent(a->src_parent, AuLock_IR); + err = au_test_and_cpup_dirs(src_dentry, a->bdst); + if (unlikely(err)) + goto out; + + h_src_dentry = au_h_dptr(src_dentry, a->bsrc); + err = au_pin(&a->pin, src_dentry, a->bdst, + au_opt_udba(src_dentry->d_sb), + AuPin_DI_LOCKED | AuPin_MNT_WRITE); + if (unlikely(err)) + goto out; + + err = au_sio_cpup_simple(&cpg); + au_unpin(&a->pin); + +out: + di_read_unlock(a->src_parent, AuLock_IR); + return err; +} + +static int au_cpup_or_link(struct dentry *src_dentry, struct dentry *dentry, + struct au_link_args *a) +{ + int err; + unsigned char plink; + aufs_bindex_t bend; + struct dentry *h_src_dentry; + struct inode *h_inode, *inode, *delegated; + struct super_block *sb; + struct file *h_file; + + plink = 0; + h_inode = NULL; + sb = src_dentry->d_sb; + inode = src_dentry->d_inode; + if (au_ibstart(inode) <= a->bdst) + h_inode = au_h_iptr(inode, a->bdst); + if (!h_inode || !h_inode->i_nlink) { + /* copyup src_dentry as the name of dentry. */ + bend = au_dbend(dentry); + if (bend < a->bsrc) + au_set_dbend(dentry, a->bsrc); + au_set_h_dptr(dentry, a->bsrc, + dget(au_h_dptr(src_dentry, a->bsrc))); + dget(a->h_path.dentry); + au_set_h_dptr(dentry, a->bdst, NULL); + dentry->d_inode = src_dentry->d_inode; /* tmp */ + h_file = au_h_open_pre(dentry, a->bsrc, /*force_wr*/0); + if (IS_ERR(h_file)) + err = PTR_ERR(h_file); + else { + struct au_cp_generic cpg = { + .dentry = dentry, + .bdst = a->bdst, + .bsrc = -1, + .len = -1, + .pin = &a->pin, + .flags = AuCpup_KEEPLINO + }; + err = au_sio_cpup_simple(&cpg); + au_h_open_post(dentry, a->bsrc, h_file); + if (!err) { + dput(a->h_path.dentry); + a->h_path.dentry = au_h_dptr(dentry, a->bdst); + } else + au_set_h_dptr(dentry, a->bdst, + a->h_path.dentry); + } + dentry->d_inode = NULL; /* restore */ + au_set_h_dptr(dentry, a->bsrc, NULL); + au_set_dbend(dentry, bend); + } else { + /* the inode of src_dentry already exists on a.bdst branch */ + h_src_dentry = d_find_alias(h_inode); + if (!h_src_dentry && au_plink_test(inode)) { + plink = 1; + h_src_dentry = au_plink_lkup(inode, a->bdst); + err = PTR_ERR(h_src_dentry); + if (IS_ERR(h_src_dentry)) + goto out; + + if (unlikely(!h_src_dentry->d_inode)) { + dput(h_src_dentry); + h_src_dentry = NULL; + } + + } + if (h_src_dentry) { + delegated = NULL; + err = vfsub_link(h_src_dentry, au_pinned_h_dir(&a->pin), + &a->h_path, &delegated); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal link\n"); + iput(delegated); + } + dput(h_src_dentry); + } else { + AuIOErr("no dentry found for hi%lu on b%d\n", + h_inode->i_ino, a->bdst); + err = -EIO; + } + } + + if (!err && !plink) + au_plink_append(inode, a->bdst, a->h_path.dentry); + +out: + AuTraceErr(err); + return err; +} + +int aufs_link(struct dentry *src_dentry, struct inode *dir, + struct dentry *dentry) +{ + int err, rerr; + struct au_dtime dt; + struct au_link_args *a; + struct dentry *wh_dentry, *h_src_dentry; + struct inode *inode, *delegated; + struct super_block *sb; + struct au_wr_dir_args wr_dir_args = { + /* .force_btgt = -1, */ + .flags = AuWrDir_ADD_ENTRY + }; + + IMustLock(dir); + inode = src_dentry->d_inode; + IMustLock(inode); + + err = -ENOMEM; + a = kzalloc(sizeof(*a), GFP_NOFS); + if (unlikely(!a)) + goto out; + + a->parent = dentry->d_parent; /* dir inode is locked */ + err = aufs_read_and_write_lock2(dentry, src_dentry, + AuLock_NOPLM | AuLock_GEN); + if (unlikely(err)) + goto out_kfree; + err = au_d_linkable(src_dentry); + if (unlikely(err)) + goto out_unlock; + err = au_d_may_add(dentry); + if (unlikely(err)) + goto out_unlock; + + a->src_parent = dget_parent(src_dentry); + wr_dir_args.force_btgt = au_ibstart(inode); + + di_write_lock_parent(a->parent); + wr_dir_args.force_btgt = au_wbr(dentry, wr_dir_args.force_btgt); + wh_dentry = lock_hdir_lkup_wh(dentry, &dt, src_dentry, &a->pin, + &wr_dir_args); + err = PTR_ERR(wh_dentry); + if (IS_ERR(wh_dentry)) + goto out_parent; + + err = 0; + sb = dentry->d_sb; + a->bdst = au_dbstart(dentry); + a->h_path.dentry = au_h_dptr(dentry, a->bdst); + a->h_path.mnt = au_sbr_mnt(sb, a->bdst); + a->bsrc = au_ibstart(inode); + h_src_dentry = au_h_d_alias(src_dentry, a->bsrc); + if (!h_src_dentry && au_di(src_dentry)->di_tmpfile) + h_src_dentry = dget(au_hi_wh(inode, a->bsrc)); + if (!h_src_dentry) { + a->bsrc = au_dbstart(src_dentry); + h_src_dentry = au_h_d_alias(src_dentry, a->bsrc); + AuDebugOn(!h_src_dentry); + } else if (IS_ERR(h_src_dentry)) { + err = PTR_ERR(h_src_dentry); + goto out_parent; + } + + if (au_opt_test(au_mntflags(sb), PLINK)) { + if (a->bdst < a->bsrc + /* && h_src_dentry->d_sb != a->h_path.dentry->d_sb */) + err = au_cpup_or_link(src_dentry, dentry, a); + else { + delegated = NULL; + err = vfsub_link(h_src_dentry, au_pinned_h_dir(&a->pin), + &a->h_path, &delegated); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal link\n"); + iput(delegated); + } + } + dput(h_src_dentry); + } else { + /* + * copyup src_dentry to the branch we process, + * and then link(2) to it. + */ + dput(h_src_dentry); + if (a->bdst < a->bsrc + /* && h_src_dentry->d_sb != a->h_path.dentry->d_sb */) { + au_unpin(&a->pin); + di_write_unlock(a->parent); + err = au_cpup_before_link(src_dentry, a); + di_write_lock_parent(a->parent); + if (!err) + err = au_pin(&a->pin, dentry, a->bdst, + au_opt_udba(sb), + AuPin_DI_LOCKED | AuPin_MNT_WRITE); + if (unlikely(err)) + goto out_wh; + } + if (!err) { + h_src_dentry = au_h_dptr(src_dentry, a->bdst); + err = -ENOENT; + if (h_src_dentry && h_src_dentry->d_inode) { + delegated = NULL; + err = vfsub_link(h_src_dentry, + au_pinned_h_dir(&a->pin), + &a->h_path, &delegated); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry" + " for NFSv4 delegation" + " for an internal link\n"); + iput(delegated); + } + } + } + } + if (unlikely(err)) + goto out_unpin; + + if (wh_dentry) { + a->h_path.dentry = wh_dentry; + err = au_wh_unlink_dentry(au_pinned_h_dir(&a->pin), &a->h_path, + dentry); + if (unlikely(err)) + goto out_revert; + } + + dir->i_version++; + if (au_ibstart(dir) == au_dbstart(dentry)) + au_cpup_attr_timesizes(dir); + inc_nlink(inode); + inode->i_ctime = dir->i_ctime; + d_instantiate(dentry, au_igrab(inode)); + if (d_unhashed(a->h_path.dentry)) + /* some filesystem calls d_drop() */ + d_drop(dentry); + goto out_unpin; /* success */ + +out_revert: + /* no delegation since it is just created */ + rerr = vfsub_unlink(au_pinned_h_dir(&a->pin), &a->h_path, + /*delegated*/NULL, /*force*/0); + if (unlikely(rerr)) { + AuIOErr("%pd reverting failed(%d, %d)\n", dentry, err, rerr); + err = -EIO; + } + au_dtime_revert(&dt); +out_unpin: + au_unpin(&a->pin); +out_wh: + dput(wh_dentry); +out_parent: + di_write_unlock(a->parent); + dput(a->src_parent); +out_unlock: + if (unlikely(err)) { + au_update_dbstart(dentry); + d_drop(dentry); + } + aufs_read_and_write_unlock2(dentry, src_dentry); +out_kfree: + kfree(a); +out: + AuTraceErr(err); + return err; +} + +int aufs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) +{ + int err, rerr; + aufs_bindex_t bindex; + unsigned char diropq; + struct path h_path; + struct dentry *wh_dentry, *parent, *opq_dentry; + struct mutex *h_mtx; + struct super_block *sb; + struct { + struct au_pin pin; + struct au_dtime dt; + } *a; /* reduce the stack usage */ + struct au_wr_dir_args wr_dir_args = { + .force_btgt = -1, + .flags = AuWrDir_ADD_ENTRY | AuWrDir_ISDIR + }; + + IMustLock(dir); + + err = -ENOMEM; + a = kmalloc(sizeof(*a), GFP_NOFS); + if (unlikely(!a)) + goto out; + + err = aufs_read_lock(dentry, AuLock_DW | AuLock_GEN); + if (unlikely(err)) + goto out_free; + err = au_d_may_add(dentry); + if (unlikely(err)) + goto out_unlock; + + parent = dentry->d_parent; /* dir inode is locked */ + di_write_lock_parent(parent); + wh_dentry = lock_hdir_lkup_wh(dentry, &a->dt, /*src_dentry*/NULL, + &a->pin, &wr_dir_args); + err = PTR_ERR(wh_dentry); + if (IS_ERR(wh_dentry)) + goto out_parent; + + sb = dentry->d_sb; + bindex = au_dbstart(dentry); + h_path.dentry = au_h_dptr(dentry, bindex); + h_path.mnt = au_sbr_mnt(sb, bindex); + err = vfsub_mkdir(au_pinned_h_dir(&a->pin), &h_path, mode); + if (unlikely(err)) + goto out_unpin; + + /* make the dir opaque */ + diropq = 0; + h_mtx = &h_path.dentry->d_inode->i_mutex; + if (wh_dentry + || au_opt_test(au_mntflags(sb), ALWAYS_DIROPQ)) { + mutex_lock_nested(h_mtx, AuLsc_I_CHILD); + opq_dentry = au_diropq_create(dentry, bindex); + mutex_unlock(h_mtx); + err = PTR_ERR(opq_dentry); + if (IS_ERR(opq_dentry)) + goto out_dir; + dput(opq_dentry); + diropq = 1; + } + + err = epilog(dir, bindex, wh_dentry, dentry); + if (!err) { + inc_nlink(dir); + goto out_unpin; /* success */ + } + + /* revert */ + if (diropq) { + AuLabel(revert opq); + mutex_lock_nested(h_mtx, AuLsc_I_CHILD); + rerr = au_diropq_remove(dentry, bindex); + mutex_unlock(h_mtx); + if (rerr) { + AuIOErr("%pd reverting diropq failed(%d, %d)\n", + dentry, err, rerr); + err = -EIO; + } + } + +out_dir: + AuLabel(revert dir); + rerr = vfsub_rmdir(au_pinned_h_dir(&a->pin), &h_path); + if (rerr) { + AuIOErr("%pd reverting dir failed(%d, %d)\n", + dentry, err, rerr); + err = -EIO; + } + au_dtime_revert(&a->dt); +out_unpin: + au_unpin(&a->pin); + dput(wh_dentry); +out_parent: + di_write_unlock(parent); +out_unlock: + if (unlikely(err)) { + au_update_dbstart(dentry); + d_drop(dentry); + } + aufs_read_unlock(dentry, AuLock_DW); +out_free: + kfree(a); +out: + return err; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/i_op_del.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/i_op_del.c @@ -0,0 +1,507 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * inode operations (del entry) + */ + +#include "aufs.h" + +/* + * decide if a new whiteout for @dentry is necessary or not. + * when it is necessary, prepare the parent dir for the upper branch whose + * branch index is @bcpup for creation. the actual creation of the whiteout will + * be done by caller. + * return value: + * 0: wh is unnecessary + * plus: wh is necessary + * minus: error + */ +int au_wr_dir_need_wh(struct dentry *dentry, int isdir, aufs_bindex_t *bcpup) +{ + int need_wh, err; + aufs_bindex_t bstart; + struct super_block *sb; + + sb = dentry->d_sb; + bstart = au_dbstart(dentry); + if (*bcpup < 0) { + *bcpup = bstart; + if (au_test_ro(sb, bstart, dentry->d_inode)) { + err = AuWbrCopyup(au_sbi(sb), dentry); + *bcpup = err; + if (unlikely(err < 0)) + goto out; + } + } else + AuDebugOn(bstart < *bcpup + || au_test_ro(sb, *bcpup, dentry->d_inode)); + AuDbg("bcpup %d, bstart %d\n", *bcpup, bstart); + + if (*bcpup != bstart) { + err = au_cpup_dirs(dentry, *bcpup); + if (unlikely(err)) + goto out; + need_wh = 1; + } else { + struct au_dinfo *dinfo, *tmp; + + need_wh = -ENOMEM; + dinfo = au_di(dentry); + tmp = au_di_alloc(sb, AuLsc_DI_TMP); + if (tmp) { + au_di_cp(tmp, dinfo); + au_di_swap(tmp, dinfo); + /* returns the number of positive dentries */ + need_wh = au_lkup_dentry(dentry, bstart + 1, /*type*/0); + au_di_swap(tmp, dinfo); + au_rw_write_unlock(&tmp->di_rwsem); + au_di_free(tmp); + } + } + AuDbg("need_wh %d\n", need_wh); + err = need_wh; + +out: + return err; +} + +/* + * simple tests for the del-entry operations. + * following the checks in vfs, plus the parent-child relationship. + */ +int au_may_del(struct dentry *dentry, aufs_bindex_t bindex, + struct dentry *h_parent, int isdir) +{ + int err; + umode_t h_mode; + struct dentry *h_dentry, *h_latest; + struct inode *h_inode; + + h_dentry = au_h_dptr(dentry, bindex); + h_inode = h_dentry->d_inode; + if (dentry->d_inode) { + err = -ENOENT; + if (unlikely(!h_inode || !h_inode->i_nlink)) + goto out; + + h_mode = h_inode->i_mode; + if (!isdir) { + err = -EISDIR; + if (unlikely(S_ISDIR(h_mode))) + goto out; + } else if (unlikely(!S_ISDIR(h_mode))) { + err = -ENOTDIR; + goto out; + } + } else { + /* rename(2) case */ + err = -EIO; + if (unlikely(h_inode)) + goto out; + } + + err = -ENOENT; + /* expected parent dir is locked */ + if (unlikely(h_parent != h_dentry->d_parent)) + goto out; + err = 0; + + /* + * rmdir a dir may break the consistency on some filesystem. + * let's try heavy test. + */ + err = -EACCES; + if (unlikely(!au_opt_test(au_mntflags(dentry->d_sb), DIRPERM1) + && au_test_h_perm(h_parent->d_inode, + MAY_EXEC | MAY_WRITE))) + goto out; + + h_latest = au_sio_lkup_one(&dentry->d_name, h_parent); + err = -EIO; + if (IS_ERR(h_latest)) + goto out; + if (h_latest == h_dentry) + err = 0; + dput(h_latest); + +out: + return err; +} + +/* + * decide the branch where we operate for @dentry. the branch index will be set + * @rbcpup. after diciding it, 'pin' it and store the timestamps of the parent + * dir for reverting. + * when a new whiteout is necessary, create it. + */ +static struct dentry* +lock_hdir_create_wh(struct dentry *dentry, int isdir, aufs_bindex_t *rbcpup, + struct au_dtime *dt, struct au_pin *pin) +{ + struct dentry *wh_dentry; + struct super_block *sb; + struct path h_path; + int err, need_wh; + unsigned int udba; + aufs_bindex_t bcpup; + + need_wh = au_wr_dir_need_wh(dentry, isdir, rbcpup); + wh_dentry = ERR_PTR(need_wh); + if (unlikely(need_wh < 0)) + goto out; + + sb = dentry->d_sb; + udba = au_opt_udba(sb); + bcpup = *rbcpup; + err = au_pin(pin, dentry, bcpup, udba, + AuPin_DI_LOCKED | AuPin_MNT_WRITE); + wh_dentry = ERR_PTR(err); + if (unlikely(err)) + goto out; + + h_path.dentry = au_pinned_h_parent(pin); + if (udba != AuOpt_UDBA_NONE + && au_dbstart(dentry) == bcpup) { + err = au_may_del(dentry, bcpup, h_path.dentry, isdir); + wh_dentry = ERR_PTR(err); + if (unlikely(err)) + goto out_unpin; + } + + h_path.mnt = au_sbr_mnt(sb, bcpup); + au_dtime_store(dt, au_pinned_parent(pin), &h_path); + wh_dentry = NULL; + if (!need_wh) + goto out; /* success, no need to create whiteout */ + + wh_dentry = au_wh_create(dentry, bcpup, h_path.dentry); + if (IS_ERR(wh_dentry)) + goto out_unpin; + + /* returns with the parent is locked and wh_dentry is dget-ed */ + goto out; /* success */ + +out_unpin: + au_unpin(pin); +out: + return wh_dentry; +} + +/* + * when removing a dir, rename it to a unique temporary whiteout-ed name first + * in order to be revertible and save time for removing many child whiteouts + * under the dir. + * returns 1 when there are too many child whiteout and caller should remove + * them asynchronously. returns 0 when the number of children is enough small to + * remove now or the branch fs is a remote fs. + * otherwise return an error. + */ +static int renwh_and_rmdir(struct dentry *dentry, aufs_bindex_t bindex, + struct au_nhash *whlist, struct inode *dir) +{ + int rmdir_later, err, dirwh; + struct dentry *h_dentry; + struct super_block *sb; + + sb = dentry->d_sb; + SiMustAnyLock(sb); + h_dentry = au_h_dptr(dentry, bindex); + err = au_whtmp_ren(h_dentry, au_sbr(sb, bindex)); + if (unlikely(err)) + goto out; + + /* stop monitoring */ + au_hn_free(au_hi(dentry->d_inode, bindex)); + + if (!au_test_fs_remote(h_dentry->d_sb)) { + dirwh = au_sbi(sb)->si_dirwh; + rmdir_later = (dirwh <= 1); + if (!rmdir_later) + rmdir_later = au_nhash_test_longer_wh(whlist, bindex, + dirwh); + if (rmdir_later) + return rmdir_later; + } + + err = au_whtmp_rmdir(dir, bindex, h_dentry, whlist); + if (unlikely(err)) { + AuIOErr("rmdir %pd, b%d failed, %d. ignored\n", + h_dentry, bindex, err); + err = 0; + } + +out: + AuTraceErr(err); + return err; +} + +/* + * final procedure for deleting a entry. + * maintain dentry and iattr. + */ +static void epilog(struct inode *dir, struct dentry *dentry, + aufs_bindex_t bindex) +{ + struct inode *inode; + + inode = dentry->d_inode; + d_drop(dentry); + inode->i_ctime = dir->i_ctime; + + if (au_ibstart(dir) == bindex) + au_cpup_attr_timesizes(dir); + dir->i_version++; +} + +/* + * when an error happened, remove the created whiteout and revert everything. + */ +static int do_revert(int err, struct inode *dir, aufs_bindex_t bindex, + aufs_bindex_t bwh, struct dentry *wh_dentry, + struct dentry *dentry, struct au_dtime *dt) +{ + int rerr; + struct path h_path = { + .dentry = wh_dentry, + .mnt = au_sbr_mnt(dir->i_sb, bindex) + }; + + rerr = au_wh_unlink_dentry(au_h_iptr(dir, bindex), &h_path, dentry); + if (!rerr) { + au_set_dbwh(dentry, bwh); + au_dtime_revert(dt); + return 0; + } + + AuIOErr("%pd reverting whiteout failed(%d, %d)\n", dentry, err, rerr); + return -EIO; +} + +/* ---------------------------------------------------------------------- */ + +int aufs_unlink(struct inode *dir, struct dentry *dentry) +{ + int err; + aufs_bindex_t bwh, bindex, bstart; + struct inode *inode, *h_dir, *delegated; + struct dentry *parent, *wh_dentry; + /* to reuduce stack size */ + struct { + struct au_dtime dt; + struct au_pin pin; + struct path h_path; + } *a; + + IMustLock(dir); + + err = -ENOMEM; + a = kmalloc(sizeof(*a), GFP_NOFS); + if (unlikely(!a)) + goto out; + + err = aufs_read_lock(dentry, AuLock_DW | AuLock_GEN); + if (unlikely(err)) + goto out_free; + err = au_d_hashed_positive(dentry); + if (unlikely(err)) + goto out_unlock; + inode = dentry->d_inode; + IMustLock(inode); + err = -EISDIR; + if (unlikely(S_ISDIR(inode->i_mode))) + goto out_unlock; /* possible? */ + + bstart = au_dbstart(dentry); + bwh = au_dbwh(dentry); + bindex = -1; + parent = dentry->d_parent; /* dir inode is locked */ + di_write_lock_parent(parent); + wh_dentry = lock_hdir_create_wh(dentry, /*isdir*/0, &bindex, &a->dt, + &a->pin); + err = PTR_ERR(wh_dentry); + if (IS_ERR(wh_dentry)) + goto out_parent; + + a->h_path.mnt = au_sbr_mnt(dentry->d_sb, bstart); + a->h_path.dentry = au_h_dptr(dentry, bstart); + dget(a->h_path.dentry); + if (bindex == bstart) { + h_dir = au_pinned_h_dir(&a->pin); + delegated = NULL; + err = vfsub_unlink(h_dir, &a->h_path, &delegated, /*force*/0); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal unlink\n"); + iput(delegated); + } + } else { + /* dir inode is locked */ + h_dir = wh_dentry->d_parent->d_inode; + IMustLock(h_dir); + err = 0; + } + + if (!err) { + vfsub_drop_nlink(inode); + epilog(dir, dentry, bindex); + + /* update target timestamps */ + if (bindex == bstart) { + vfsub_update_h_iattr(&a->h_path, /*did*/NULL); + /*ignore*/ + inode->i_ctime = a->h_path.dentry->d_inode->i_ctime; + } else + /* todo: this timestamp may be reverted later */ + inode->i_ctime = h_dir->i_ctime; + goto out_unpin; /* success */ + } + + /* revert */ + if (wh_dentry) { + int rerr; + + rerr = do_revert(err, dir, bindex, bwh, wh_dentry, dentry, + &a->dt); + if (rerr) + err = rerr; + } + +out_unpin: + au_unpin(&a->pin); + dput(wh_dentry); + dput(a->h_path.dentry); +out_parent: + di_write_unlock(parent); +out_unlock: + aufs_read_unlock(dentry, AuLock_DW); +out_free: + kfree(a); +out: + return err; +} + +int aufs_rmdir(struct inode *dir, struct dentry *dentry) +{ + int err, rmdir_later; + aufs_bindex_t bwh, bindex, bstart; + struct inode *inode; + struct dentry *parent, *wh_dentry, *h_dentry; + struct au_whtmp_rmdir *args; + /* to reuduce stack size */ + struct { + struct au_dtime dt; + struct au_pin pin; + } *a; + + IMustLock(dir); + + err = -ENOMEM; + a = kmalloc(sizeof(*a), GFP_NOFS); + if (unlikely(!a)) + goto out; + + err = aufs_read_lock(dentry, AuLock_DW | AuLock_FLUSH | AuLock_GEN); + if (unlikely(err)) + goto out_free; + err = au_alive_dir(dentry); + if (unlikely(err)) + goto out_unlock; + inode = dentry->d_inode; + IMustLock(inode); + err = -ENOTDIR; + if (unlikely(!S_ISDIR(inode->i_mode))) + goto out_unlock; /* possible? */ + + err = -ENOMEM; + args = au_whtmp_rmdir_alloc(dir->i_sb, GFP_NOFS); + if (unlikely(!args)) + goto out_unlock; + + parent = dentry->d_parent; /* dir inode is locked */ + di_write_lock_parent(parent); + err = au_test_empty(dentry, &args->whlist); + if (unlikely(err)) + goto out_parent; + + bstart = au_dbstart(dentry); + bwh = au_dbwh(dentry); + bindex = -1; + wh_dentry = lock_hdir_create_wh(dentry, /*isdir*/1, &bindex, &a->dt, + &a->pin); + err = PTR_ERR(wh_dentry); + if (IS_ERR(wh_dentry)) + goto out_parent; + + h_dentry = au_h_dptr(dentry, bstart); + dget(h_dentry); + rmdir_later = 0; + if (bindex == bstart) { + err = renwh_and_rmdir(dentry, bstart, &args->whlist, dir); + if (err > 0) { + rmdir_later = err; + err = 0; + } + } else { + /* stop monitoring */ + au_hn_free(au_hi(inode, bstart)); + + /* dir inode is locked */ + IMustLock(wh_dentry->d_parent->d_inode); + err = 0; + } + + if (!err) { + vfsub_dead_dir(inode); + au_set_dbdiropq(dentry, -1); + epilog(dir, dentry, bindex); + + if (rmdir_later) { + au_whtmp_kick_rmdir(dir, bstart, h_dentry, args); + args = NULL; + } + + goto out_unpin; /* success */ + } + + /* revert */ + AuLabel(revert); + if (wh_dentry) { + int rerr; + + rerr = do_revert(err, dir, bindex, bwh, wh_dentry, dentry, + &a->dt); + if (rerr) + err = rerr; + } + +out_unpin: + au_unpin(&a->pin); + dput(wh_dentry); + dput(h_dentry); +out_parent: + di_write_unlock(parent); + if (args) + au_whtmp_rmdir_free(args); +out_unlock: + aufs_read_unlock(dentry, AuLock_DW); +out_free: + kfree(a); +out: + AuTraceErr(err); + return err; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/i_op_ren.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/i_op_ren.c @@ -0,0 +1,1032 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * inode operation (rename entry) + * todo: this is crazy monster + */ + +#include "aufs.h" + +enum { AuSRC, AuDST, AuSrcDst }; +enum { AuPARENT, AuCHILD, AuParentChild }; + +#define AuRen_ISDIR 1 +#define AuRen_ISSAMEDIR (1 << 1) +#define AuRen_WHSRC (1 << 2) +#define AuRen_WHDST (1 << 3) +#define AuRen_MNT_WRITE (1 << 4) +#define AuRen_DT_DSTDIR (1 << 5) +#define AuRen_DIROPQ (1 << 6) +#define AuRen_CPUP (1 << 7) +#define au_ftest_ren(flags, name) ((flags) & AuRen_##name) +#define au_fset_ren(flags, name) \ + do { (flags) |= AuRen_##name; } while (0) +#define au_fclr_ren(flags, name) \ + do { (flags) &= ~AuRen_##name; } while (0) + +struct au_ren_args { + struct { + struct dentry *dentry, *h_dentry, *parent, *h_parent, + *wh_dentry; + struct inode *dir, *inode; + struct au_hinode *hdir; + struct au_dtime dt[AuParentChild]; + aufs_bindex_t bstart; + } sd[AuSrcDst]; + +#define src_dentry sd[AuSRC].dentry +#define src_dir sd[AuSRC].dir +#define src_inode sd[AuSRC].inode +#define src_h_dentry sd[AuSRC].h_dentry +#define src_parent sd[AuSRC].parent +#define src_h_parent sd[AuSRC].h_parent +#define src_wh_dentry sd[AuSRC].wh_dentry +#define src_hdir sd[AuSRC].hdir +#define src_h_dir sd[AuSRC].hdir->hi_inode +#define src_dt sd[AuSRC].dt +#define src_bstart sd[AuSRC].bstart + +#define dst_dentry sd[AuDST].dentry +#define dst_dir sd[AuDST].dir +#define dst_inode sd[AuDST].inode +#define dst_h_dentry sd[AuDST].h_dentry +#define dst_parent sd[AuDST].parent +#define dst_h_parent sd[AuDST].h_parent +#define dst_wh_dentry sd[AuDST].wh_dentry +#define dst_hdir sd[AuDST].hdir +#define dst_h_dir sd[AuDST].hdir->hi_inode +#define dst_dt sd[AuDST].dt +#define dst_bstart sd[AuDST].bstart + + struct dentry *h_trap; + struct au_branch *br; + struct au_hinode *src_hinode; + struct path h_path; + struct au_nhash whlist; + aufs_bindex_t btgt, src_bwh, src_bdiropq; + + unsigned int flags; + + struct au_whtmp_rmdir *thargs; + struct dentry *h_dst; +}; + +/* ---------------------------------------------------------------------- */ + +/* + * functions for reverting. + * when an error happened in a single rename systemcall, we should revert + * everything as if nothing happend. + * we don't need to revert the copied-up/down the parent dir since they are + * harmless. + */ + +#define RevertFailure(fmt, ...) do { \ + AuIOErr("revert failure: " fmt " (%d, %d)\n", \ + ##__VA_ARGS__, err, rerr); \ + err = -EIO; \ +} while (0) + +static void au_ren_rev_diropq(int err, struct au_ren_args *a) +{ + int rerr; + + au_hn_imtx_lock_nested(a->src_hinode, AuLsc_I_CHILD); + rerr = au_diropq_remove(a->src_dentry, a->btgt); + au_hn_imtx_unlock(a->src_hinode); + au_set_dbdiropq(a->src_dentry, a->src_bdiropq); + if (rerr) + RevertFailure("remove diropq %pd", a->src_dentry); +} + +static void au_ren_rev_rename(int err, struct au_ren_args *a) +{ + int rerr; + struct inode *delegated; + + a->h_path.dentry = vfsub_lkup_one(&a->src_dentry->d_name, + a->src_h_parent); + rerr = PTR_ERR(a->h_path.dentry); + if (IS_ERR(a->h_path.dentry)) { + RevertFailure("lkup one %pd", a->src_dentry); + return; + } + + delegated = NULL; + rerr = vfsub_rename(a->dst_h_dir, + au_h_dptr(a->src_dentry, a->btgt), + a->src_h_dir, &a->h_path, &delegated); + if (unlikely(rerr == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal rename\n"); + iput(delegated); + } + d_drop(a->h_path.dentry); + dput(a->h_path.dentry); + /* au_set_h_dptr(a->src_dentry, a->btgt, NULL); */ + if (rerr) + RevertFailure("rename %pd", a->src_dentry); +} + +static void au_ren_rev_cpup(int err, struct au_ren_args *a) +{ + int rerr; + + a->h_path.dentry = a->dst_h_dentry; + /* no delegation since it is just created */ + rerr = vfsub_unlink(a->dst_h_dir, &a->h_path, /*delegated*/NULL, + /*force*/0); + au_set_h_dptr(a->src_dentry, a->btgt, NULL); + au_set_dbstart(a->src_dentry, a->src_bstart); + if (rerr) + RevertFailure("unlink %pd", a->dst_h_dentry); +} + +static void au_ren_rev_whtmp(int err, struct au_ren_args *a) +{ + int rerr; + struct inode *delegated; + + a->h_path.dentry = vfsub_lkup_one(&a->dst_dentry->d_name, + a->dst_h_parent); + rerr = PTR_ERR(a->h_path.dentry); + if (IS_ERR(a->h_path.dentry)) { + RevertFailure("lkup one %pd", a->dst_dentry); + return; + } + if (a->h_path.dentry->d_inode) { + d_drop(a->h_path.dentry); + dput(a->h_path.dentry); + return; + } + + delegated = NULL; + rerr = vfsub_rename(a->dst_h_dir, a->h_dst, a->dst_h_dir, &a->h_path, + &delegated); + if (unlikely(rerr == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal rename\n"); + iput(delegated); + } + d_drop(a->h_path.dentry); + dput(a->h_path.dentry); + if (!rerr) + au_set_h_dptr(a->dst_dentry, a->btgt, dget(a->h_dst)); + else + RevertFailure("rename %pd", a->h_dst); +} + +static void au_ren_rev_whsrc(int err, struct au_ren_args *a) +{ + int rerr; + + a->h_path.dentry = a->src_wh_dentry; + rerr = au_wh_unlink_dentry(a->src_h_dir, &a->h_path, a->src_dentry); + au_set_dbwh(a->src_dentry, a->src_bwh); + if (rerr) + RevertFailure("unlink %pd", a->src_wh_dentry); +} +#undef RevertFailure + +/* ---------------------------------------------------------------------- */ + +/* + * when we have to copyup the renaming entry, do it with the rename-target name + * in order to minimize the cost (the later actual rename is unnecessary). + * otherwise rename it on the target branch. + */ +static int au_ren_or_cpup(struct au_ren_args *a) +{ + int err; + struct dentry *d; + struct inode *delegated; + + d = a->src_dentry; + if (au_dbstart(d) == a->btgt) { + a->h_path.dentry = a->dst_h_dentry; + if (au_ftest_ren(a->flags, DIROPQ) + && au_dbdiropq(d) == a->btgt) + au_fclr_ren(a->flags, DIROPQ); + AuDebugOn(au_dbstart(d) != a->btgt); + delegated = NULL; + err = vfsub_rename(a->src_h_dir, au_h_dptr(d, a->btgt), + a->dst_h_dir, &a->h_path, &delegated); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal rename\n"); + iput(delegated); + } + } else + BUG(); + + if (!err && a->h_dst) + /* it will be set to dinfo later */ + dget(a->h_dst); + + return err; +} + +/* cf. aufs_rmdir() */ +static int au_ren_del_whtmp(struct au_ren_args *a) +{ + int err; + struct inode *dir; + + dir = a->dst_dir; + SiMustAnyLock(dir->i_sb); + if (!au_nhash_test_longer_wh(&a->whlist, a->btgt, + au_sbi(dir->i_sb)->si_dirwh) + || au_test_fs_remote(a->h_dst->d_sb)) { + err = au_whtmp_rmdir(dir, a->btgt, a->h_dst, &a->whlist); + if (unlikely(err)) + pr_warn("failed removing whtmp dir %pd (%d), " + "ignored.\n", a->h_dst, err); + } else { + au_nhash_wh_free(&a->thargs->whlist); + a->thargs->whlist = a->whlist; + a->whlist.nh_num = 0; + au_whtmp_kick_rmdir(dir, a->btgt, a->h_dst, a->thargs); + dput(a->h_dst); + a->thargs = NULL; + } + + return 0; +} + +/* make it 'opaque' dir. */ +static int au_ren_diropq(struct au_ren_args *a) +{ + int err; + struct dentry *diropq; + + err = 0; + a->src_bdiropq = au_dbdiropq(a->src_dentry); + a->src_hinode = au_hi(a->src_inode, a->btgt); + au_hn_imtx_lock_nested(a->src_hinode, AuLsc_I_CHILD); + diropq = au_diropq_create(a->src_dentry, a->btgt); + au_hn_imtx_unlock(a->src_hinode); + if (IS_ERR(diropq)) + err = PTR_ERR(diropq); + dput(diropq); + + return err; +} + +static int do_rename(struct au_ren_args *a) +{ + int err; + struct dentry *d, *h_d; + + /* prepare workqueue args for asynchronous rmdir */ + h_d = a->dst_h_dentry; + if (au_ftest_ren(a->flags, ISDIR) && h_d->d_inode) { + err = -ENOMEM; + a->thargs = au_whtmp_rmdir_alloc(a->src_dentry->d_sb, GFP_NOFS); + if (unlikely(!a->thargs)) + goto out; + a->h_dst = dget(h_d); + } + + /* create whiteout for src_dentry */ + if (au_ftest_ren(a->flags, WHSRC)) { + a->src_bwh = au_dbwh(a->src_dentry); + AuDebugOn(a->src_bwh >= 0); + a->src_wh_dentry + = au_wh_create(a->src_dentry, a->btgt, a->src_h_parent); + err = PTR_ERR(a->src_wh_dentry); + if (IS_ERR(a->src_wh_dentry)) + goto out_thargs; + } + + /* lookup whiteout for dentry */ + if (au_ftest_ren(a->flags, WHDST)) { + h_d = au_wh_lkup(a->dst_h_parent, &a->dst_dentry->d_name, + a->br); + err = PTR_ERR(h_d); + if (IS_ERR(h_d)) + goto out_whsrc; + if (!h_d->d_inode) + dput(h_d); + else + a->dst_wh_dentry = h_d; + } + + /* rename dentry to tmpwh */ + if (a->thargs) { + err = au_whtmp_ren(a->dst_h_dentry, a->br); + if (unlikely(err)) + goto out_whdst; + + d = a->dst_dentry; + au_set_h_dptr(d, a->btgt, NULL); + err = au_lkup_neg(d, a->btgt, /*wh*/0); + if (unlikely(err)) + goto out_whtmp; + a->dst_h_dentry = au_h_dptr(d, a->btgt); + } + + BUG_ON(a->dst_h_dentry->d_inode && a->src_bstart != a->btgt); + + /* rename by vfs_rename or cpup */ + d = a->dst_dentry; + if (au_ftest_ren(a->flags, ISDIR) + && (a->dst_wh_dentry + || au_dbdiropq(d) == a->btgt + /* hide the lower to keep xino */ + || a->btgt < au_dbend(d) + || au_opt_test(au_mntflags(d->d_sb), ALWAYS_DIROPQ))) + au_fset_ren(a->flags, DIROPQ); + err = au_ren_or_cpup(a); + if (unlikely(err)) + /* leave the copied-up one */ + goto out_whtmp; + + /* make dir opaque */ + if (au_ftest_ren(a->flags, DIROPQ)) { + err = au_ren_diropq(a); + if (unlikely(err)) + goto out_rename; + } + + /* update target timestamps */ + AuDebugOn(au_dbstart(a->src_dentry) != a->btgt); + a->h_path.dentry = au_h_dptr(a->src_dentry, a->btgt); + vfsub_update_h_iattr(&a->h_path, /*did*/NULL); /*ignore*/ + a->src_inode->i_ctime = a->h_path.dentry->d_inode->i_ctime; + + /* remove whiteout for dentry */ + if (a->dst_wh_dentry) { + a->h_path.dentry = a->dst_wh_dentry; + err = au_wh_unlink_dentry(a->dst_h_dir, &a->h_path, + a->dst_dentry); + if (unlikely(err)) + goto out_diropq; + } + + /* remove whtmp */ + if (a->thargs) + au_ren_del_whtmp(a); /* ignore this error */ + + err = 0; + goto out_success; + +out_diropq: + if (au_ftest_ren(a->flags, DIROPQ)) + au_ren_rev_diropq(err, a); +out_rename: + if (!au_ftest_ren(a->flags, CPUP)) + au_ren_rev_rename(err, a); + else + au_ren_rev_cpup(err, a); + dput(a->h_dst); +out_whtmp: + if (a->thargs) + au_ren_rev_whtmp(err, a); +out_whdst: + dput(a->dst_wh_dentry); + a->dst_wh_dentry = NULL; +out_whsrc: + if (a->src_wh_dentry) + au_ren_rev_whsrc(err, a); +out_success: + dput(a->src_wh_dentry); + dput(a->dst_wh_dentry); +out_thargs: + if (a->thargs) { + dput(a->h_dst); + au_whtmp_rmdir_free(a->thargs); + a->thargs = NULL; + } +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* + * test if @dentry dir can be rename destination or not. + * success means, it is a logically empty dir. + */ +static int may_rename_dstdir(struct dentry *dentry, struct au_nhash *whlist) +{ + return au_test_empty(dentry, whlist); +} + +/* + * test if @dentry dir can be rename source or not. + * if it can, return 0 and @children is filled. + * success means, + * - it is a logically empty dir. + * - or, it exists on writable branch and has no children including whiteouts + * on the lower branch. + */ +static int may_rename_srcdir(struct dentry *dentry, aufs_bindex_t btgt) +{ + int err; + unsigned int rdhash; + aufs_bindex_t bstart; + + bstart = au_dbstart(dentry); + if (bstart != btgt) { + struct au_nhash whlist; + + SiMustAnyLock(dentry->d_sb); + rdhash = au_sbi(dentry->d_sb)->si_rdhash; + if (!rdhash) + rdhash = au_rdhash_est(au_dir_size(/*file*/NULL, + dentry)); + err = au_nhash_alloc(&whlist, rdhash, GFP_NOFS); + if (unlikely(err)) + goto out; + err = au_test_empty(dentry, &whlist); + au_nhash_wh_free(&whlist); + goto out; + } + + if (bstart == au_dbtaildir(dentry)) + return 0; /* success */ + + err = au_test_empty_lower(dentry); + +out: + if (err == -ENOTEMPTY) { + AuWarn1("renaming dir who has child(ren) on multiple branches," + " is not supported\n"); + err = -EXDEV; + } + return err; +} + +/* side effect: sets whlist and h_dentry */ +static int au_ren_may_dir(struct au_ren_args *a) +{ + int err; + unsigned int rdhash; + struct dentry *d; + + d = a->dst_dentry; + SiMustAnyLock(d->d_sb); + + err = 0; + if (au_ftest_ren(a->flags, ISDIR) && a->dst_inode) { + rdhash = au_sbi(d->d_sb)->si_rdhash; + if (!rdhash) + rdhash = au_rdhash_est(au_dir_size(/*file*/NULL, d)); + err = au_nhash_alloc(&a->whlist, rdhash, GFP_NOFS); + if (unlikely(err)) + goto out; + + au_set_dbstart(d, a->dst_bstart); + err = may_rename_dstdir(d, &a->whlist); + au_set_dbstart(d, a->btgt); + } + a->dst_h_dentry = au_h_dptr(d, au_dbstart(d)); + if (unlikely(err)) + goto out; + + d = a->src_dentry; + a->src_h_dentry = au_h_dptr(d, au_dbstart(d)); + if (au_ftest_ren(a->flags, ISDIR)) { + err = may_rename_srcdir(d, a->btgt); + if (unlikely(err)) { + au_nhash_wh_free(&a->whlist); + a->whlist.nh_num = 0; + } + } +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* + * simple tests for rename. + * following the checks in vfs, plus the parent-child relationship. + */ +static int au_may_ren(struct au_ren_args *a) +{ + int err, isdir; + struct inode *h_inode; + + if (a->src_bstart == a->btgt) { + err = au_may_del(a->src_dentry, a->btgt, a->src_h_parent, + au_ftest_ren(a->flags, ISDIR)); + if (unlikely(err)) + goto out; + err = -EINVAL; + if (unlikely(a->src_h_dentry == a->h_trap)) + goto out; + } + + err = 0; + if (a->dst_bstart != a->btgt) + goto out; + + err = -ENOTEMPTY; + if (unlikely(a->dst_h_dentry == a->h_trap)) + goto out; + + err = -EIO; + h_inode = a->dst_h_dentry->d_inode; + isdir = !!au_ftest_ren(a->flags, ISDIR); + if (!a->dst_dentry->d_inode) { + if (unlikely(h_inode)) + goto out; + err = au_may_add(a->dst_dentry, a->btgt, a->dst_h_parent, + isdir); + } else { + if (unlikely(!h_inode || !h_inode->i_nlink)) + goto out; + err = au_may_del(a->dst_dentry, a->btgt, a->dst_h_parent, + isdir); + if (unlikely(err)) + goto out; + } + +out: + if (unlikely(err == -ENOENT || err == -EEXIST)) + err = -EIO; + AuTraceErr(err); + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* + * locking order + * (VFS) + * - src_dir and dir by lock_rename() + * - inode if exitsts + * (aufs) + * - lock all + * + src_dentry and dentry by aufs_read_and_write_lock2() which calls, + * + si_read_lock + * + di_write_lock2_child() + * + di_write_lock_child() + * + ii_write_lock_child() + * + di_write_lock_child2() + * + ii_write_lock_child2() + * + src_parent and parent + * + di_write_lock_parent() + * + ii_write_lock_parent() + * + di_write_lock_parent2() + * + ii_write_lock_parent2() + * + lower src_dir and dir by vfsub_lock_rename() + * + verify the every relationships between child and parent. if any + * of them failed, unlock all and return -EBUSY. + */ +static void au_ren_unlock(struct au_ren_args *a) +{ + vfsub_unlock_rename(a->src_h_parent, a->src_hdir, + a->dst_h_parent, a->dst_hdir); + if (au_ftest_ren(a->flags, MNT_WRITE)) + vfsub_mnt_drop_write(au_br_mnt(a->br)); +} + +static int au_ren_lock(struct au_ren_args *a) +{ + int err; + unsigned int udba; + + err = 0; + a->src_h_parent = au_h_dptr(a->src_parent, a->btgt); + a->src_hdir = au_hi(a->src_dir, a->btgt); + a->dst_h_parent = au_h_dptr(a->dst_parent, a->btgt); + a->dst_hdir = au_hi(a->dst_dir, a->btgt); + + err = vfsub_mnt_want_write(au_br_mnt(a->br)); + if (unlikely(err)) + goto out; + au_fset_ren(a->flags, MNT_WRITE); + a->h_trap = vfsub_lock_rename(a->src_h_parent, a->src_hdir, + a->dst_h_parent, a->dst_hdir); + udba = au_opt_udba(a->src_dentry->d_sb); + if (unlikely(a->src_hdir->hi_inode != a->src_h_parent->d_inode + || a->dst_hdir->hi_inode != a->dst_h_parent->d_inode)) + err = au_busy_or_stale(); + if (!err && au_dbstart(a->src_dentry) == a->btgt) + err = au_h_verify(a->src_h_dentry, udba, + a->src_h_parent->d_inode, a->src_h_parent, + a->br); + if (!err && au_dbstart(a->dst_dentry) == a->btgt) + err = au_h_verify(a->dst_h_dentry, udba, + a->dst_h_parent->d_inode, a->dst_h_parent, + a->br); + if (!err) + goto out; /* success */ + + err = au_busy_or_stale(); + au_ren_unlock(a); + +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +static void au_ren_refresh_dir(struct au_ren_args *a) +{ + struct inode *dir; + + dir = a->dst_dir; + dir->i_version++; + if (au_ftest_ren(a->flags, ISDIR)) { + /* is this updating defined in POSIX? */ + au_cpup_attr_timesizes(a->src_inode); + au_cpup_attr_nlink(dir, /*force*/1); + } + + if (au_ibstart(dir) == a->btgt) + au_cpup_attr_timesizes(dir); + + if (au_ftest_ren(a->flags, ISSAMEDIR)) + return; + + dir = a->src_dir; + dir->i_version++; + if (au_ftest_ren(a->flags, ISDIR)) + au_cpup_attr_nlink(dir, /*force*/1); + if (au_ibstart(dir) == a->btgt) + au_cpup_attr_timesizes(dir); +} + +static void au_ren_refresh(struct au_ren_args *a) +{ + aufs_bindex_t bend, bindex; + struct dentry *d, *h_d; + struct inode *i, *h_i; + struct super_block *sb; + + d = a->dst_dentry; + d_drop(d); + if (a->h_dst) + /* already dget-ed by au_ren_or_cpup() */ + au_set_h_dptr(d, a->btgt, a->h_dst); + + i = a->dst_inode; + if (i) { + if (!au_ftest_ren(a->flags, ISDIR)) + vfsub_drop_nlink(i); + else { + vfsub_dead_dir(i); + au_cpup_attr_timesizes(i); + } + au_update_dbrange(d, /*do_put_zero*/1); + } else { + bend = a->btgt; + for (bindex = au_dbstart(d); bindex < bend; bindex++) + au_set_h_dptr(d, bindex, NULL); + bend = au_dbend(d); + for (bindex = a->btgt + 1; bindex <= bend; bindex++) + au_set_h_dptr(d, bindex, NULL); + au_update_dbrange(d, /*do_put_zero*/0); + } + + d = a->src_dentry; + au_set_dbwh(d, -1); + bend = au_dbend(d); + for (bindex = a->btgt + 1; bindex <= bend; bindex++) { + h_d = au_h_dptr(d, bindex); + if (h_d) + au_set_h_dptr(d, bindex, NULL); + } + au_set_dbend(d, a->btgt); + + sb = d->d_sb; + i = a->src_inode; + if (au_opt_test(au_mntflags(sb), PLINK) && au_plink_test(i)) + return; /* success */ + + bend = au_ibend(i); + for (bindex = a->btgt + 1; bindex <= bend; bindex++) { + h_i = au_h_iptr(i, bindex); + if (h_i) { + au_xino_write(sb, bindex, h_i->i_ino, /*ino*/0); + /* ignore this error */ + au_set_h_iptr(i, bindex, NULL, 0); + } + } + au_set_ibend(i, a->btgt); +} + +/* ---------------------------------------------------------------------- */ + +/* mainly for link(2) and rename(2) */ +int au_wbr(struct dentry *dentry, aufs_bindex_t btgt) +{ + aufs_bindex_t bdiropq, bwh; + struct dentry *parent; + struct au_branch *br; + + parent = dentry->d_parent; + IMustLock(parent->d_inode); /* dir is locked */ + + bdiropq = au_dbdiropq(parent); + bwh = au_dbwh(dentry); + br = au_sbr(dentry->d_sb, btgt); + if (au_br_rdonly(br) + || (0 <= bdiropq && bdiropq < btgt) + || (0 <= bwh && bwh < btgt)) + btgt = -1; + + AuDbg("btgt %d\n", btgt); + return btgt; +} + +/* sets src_bstart, dst_bstart and btgt */ +static int au_ren_wbr(struct au_ren_args *a) +{ + int err; + struct au_wr_dir_args wr_dir_args = { + /* .force_btgt = -1, */ + .flags = AuWrDir_ADD_ENTRY + }; + + a->src_bstart = au_dbstart(a->src_dentry); + a->dst_bstart = au_dbstart(a->dst_dentry); + if (au_ftest_ren(a->flags, ISDIR)) + au_fset_wrdir(wr_dir_args.flags, ISDIR); + wr_dir_args.force_btgt = a->src_bstart; + if (a->dst_inode && a->dst_bstart < a->src_bstart) + wr_dir_args.force_btgt = a->dst_bstart; + wr_dir_args.force_btgt = au_wbr(a->dst_dentry, wr_dir_args.force_btgt); + err = au_wr_dir(a->dst_dentry, a->src_dentry, &wr_dir_args); + a->btgt = err; + + return err; +} + +static void au_ren_dt(struct au_ren_args *a) +{ + a->h_path.dentry = a->src_h_parent; + au_dtime_store(a->src_dt + AuPARENT, a->src_parent, &a->h_path); + if (!au_ftest_ren(a->flags, ISSAMEDIR)) { + a->h_path.dentry = a->dst_h_parent; + au_dtime_store(a->dst_dt + AuPARENT, a->dst_parent, &a->h_path); + } + + au_fclr_ren(a->flags, DT_DSTDIR); + if (!au_ftest_ren(a->flags, ISDIR)) + return; + + a->h_path.dentry = a->src_h_dentry; + au_dtime_store(a->src_dt + AuCHILD, a->src_dentry, &a->h_path); + if (a->dst_h_dentry->d_inode) { + au_fset_ren(a->flags, DT_DSTDIR); + a->h_path.dentry = a->dst_h_dentry; + au_dtime_store(a->dst_dt + AuCHILD, a->dst_dentry, &a->h_path); + } +} + +static void au_ren_rev_dt(int err, struct au_ren_args *a) +{ + struct dentry *h_d; + struct mutex *h_mtx; + + au_dtime_revert(a->src_dt + AuPARENT); + if (!au_ftest_ren(a->flags, ISSAMEDIR)) + au_dtime_revert(a->dst_dt + AuPARENT); + + if (au_ftest_ren(a->flags, ISDIR) && err != -EIO) { + h_d = a->src_dt[AuCHILD].dt_h_path.dentry; + h_mtx = &h_d->d_inode->i_mutex; + mutex_lock_nested(h_mtx, AuLsc_I_CHILD); + au_dtime_revert(a->src_dt + AuCHILD); + mutex_unlock(h_mtx); + + if (au_ftest_ren(a->flags, DT_DSTDIR)) { + h_d = a->dst_dt[AuCHILD].dt_h_path.dentry; + h_mtx = &h_d->d_inode->i_mutex; + mutex_lock_nested(h_mtx, AuLsc_I_CHILD); + au_dtime_revert(a->dst_dt + AuCHILD); + mutex_unlock(h_mtx); + } + } +} + +/* ---------------------------------------------------------------------- */ + +int aufs_rename(struct inode *_src_dir, struct dentry *_src_dentry, + struct inode *_dst_dir, struct dentry *_dst_dentry) +{ + int err, flags; + /* reduce stack space */ + struct au_ren_args *a; + + AuDbg("%pd, %pd\n", _src_dentry, _dst_dentry); + IMustLock(_src_dir); + IMustLock(_dst_dir); + + err = -ENOMEM; + BUILD_BUG_ON(sizeof(*a) > PAGE_SIZE); + a = kzalloc(sizeof(*a), GFP_NOFS); + if (unlikely(!a)) + goto out; + + a->src_dir = _src_dir; + a->src_dentry = _src_dentry; + a->src_inode = a->src_dentry->d_inode; + a->src_parent = a->src_dentry->d_parent; /* dir inode is locked */ + a->dst_dir = _dst_dir; + a->dst_dentry = _dst_dentry; + a->dst_inode = a->dst_dentry->d_inode; + a->dst_parent = a->dst_dentry->d_parent; /* dir inode is locked */ + if (a->dst_inode) { + IMustLock(a->dst_inode); + au_igrab(a->dst_inode); + } + + err = -ENOTDIR; + flags = AuLock_FLUSH | AuLock_NOPLM | AuLock_GEN; + if (S_ISDIR(a->src_inode->i_mode)) { + au_fset_ren(a->flags, ISDIR); + if (unlikely(a->dst_inode && !S_ISDIR(a->dst_inode->i_mode))) + goto out_free; + err = aufs_read_and_write_lock2(a->dst_dentry, a->src_dentry, + AuLock_DIR | flags); + } else + err = aufs_read_and_write_lock2(a->dst_dentry, a->src_dentry, + flags); + if (unlikely(err)) + goto out_free; + + err = au_d_hashed_positive(a->src_dentry); + if (unlikely(err)) + goto out_unlock; + err = -ENOENT; + if (a->dst_inode) { + /* + * If it is a dir, VFS unhash dst_dentry before this + * function. It means we cannot rely upon d_unhashed(). + */ + if (unlikely(!a->dst_inode->i_nlink)) + goto out_unlock; + if (!S_ISDIR(a->dst_inode->i_mode)) { + err = au_d_hashed_positive(a->dst_dentry); + if (unlikely(err)) + goto out_unlock; + } else if (unlikely(IS_DEADDIR(a->dst_inode))) + goto out_unlock; + } else if (unlikely(d_unhashed(a->dst_dentry))) + goto out_unlock; + + /* + * is it possible? + * yes, it happend (in linux-3.3-rcN) but I don't know why. + * there may exist a problem somewhere else. + */ + err = -EINVAL; + if (unlikely(a->dst_parent->d_inode == a->src_dentry->d_inode)) + goto out_unlock; + + au_fset_ren(a->flags, ISSAMEDIR); /* temporary */ + di_write_lock_parent(a->dst_parent); + + /* which branch we process */ + err = au_ren_wbr(a); + if (unlikely(err < 0)) + goto out_parent; + a->br = au_sbr(a->dst_dentry->d_sb, a->btgt); + a->h_path.mnt = au_br_mnt(a->br); + + /* are they available to be renamed */ + err = au_ren_may_dir(a); + if (unlikely(err)) + goto out_children; + + /* prepare the writable parent dir on the same branch */ + if (a->dst_bstart == a->btgt) { + au_fset_ren(a->flags, WHDST); + } else { + err = au_cpup_dirs(a->dst_dentry, a->btgt); + if (unlikely(err)) + goto out_children; + } + + if (a->src_dir != a->dst_dir) { + /* + * this temporary unlock is safe, + * because both dir->i_mutex are locked. + */ + di_write_unlock(a->dst_parent); + di_write_lock_parent(a->src_parent); + err = au_wr_dir_need_wh(a->src_dentry, + au_ftest_ren(a->flags, ISDIR), + &a->btgt); + di_write_unlock(a->src_parent); + di_write_lock2_parent(a->src_parent, a->dst_parent, /*isdir*/1); + au_fclr_ren(a->flags, ISSAMEDIR); + } else + err = au_wr_dir_need_wh(a->src_dentry, + au_ftest_ren(a->flags, ISDIR), + &a->btgt); + if (unlikely(err < 0)) + goto out_children; + if (err) + au_fset_ren(a->flags, WHSRC); + + /* cpup src */ + if (a->src_bstart != a->btgt) { + struct au_pin pin; + + err = au_pin(&pin, a->src_dentry, a->btgt, + au_opt_udba(a->src_dentry->d_sb), + AuPin_DI_LOCKED | AuPin_MNT_WRITE); + if (!err) { + struct au_cp_generic cpg = { + .dentry = a->src_dentry, + .bdst = a->btgt, + .bsrc = a->src_bstart, + .len = -1, + .pin = &pin, + .flags = AuCpup_DTIME | AuCpup_HOPEN + }; + AuDebugOn(au_dbstart(a->src_dentry) != a->src_bstart); + err = au_sio_cpup_simple(&cpg); + au_unpin(&pin); + } + if (unlikely(err)) + goto out_children; + a->src_bstart = a->btgt; + a->src_h_dentry = au_h_dptr(a->src_dentry, a->btgt); + au_fset_ren(a->flags, WHSRC); + } + + /* lock them all */ + err = au_ren_lock(a); + if (unlikely(err)) + /* leave the copied-up one */ + goto out_children; + + if (!au_opt_test(au_mntflags(a->dst_dir->i_sb), UDBA_NONE)) + err = au_may_ren(a); + else if (unlikely(a->dst_dentry->d_name.len > AUFS_MAX_NAMELEN)) + err = -ENAMETOOLONG; + if (unlikely(err)) + goto out_hdir; + + /* store timestamps to be revertible */ + au_ren_dt(a); + + /* here we go */ + err = do_rename(a); + if (unlikely(err)) + goto out_dt; + + /* update dir attributes */ + au_ren_refresh_dir(a); + + /* dput/iput all lower dentries */ + au_ren_refresh(a); + + goto out_hdir; /* success */ + +out_dt: + au_ren_rev_dt(err, a); +out_hdir: + au_ren_unlock(a); +out_children: + au_nhash_wh_free(&a->whlist); + if (err && a->dst_inode && a->dst_bstart != a->btgt) { + AuDbg("bstart %d, btgt %d\n", a->dst_bstart, a->btgt); + au_set_h_dptr(a->dst_dentry, a->btgt, NULL); + au_set_dbstart(a->dst_dentry, a->dst_bstart); + } +out_parent: + if (!err) + d_move(a->src_dentry, a->dst_dentry); + else { + au_update_dbstart(a->dst_dentry); + if (!a->dst_inode) + d_drop(a->dst_dentry); + } + if (au_ftest_ren(a->flags, ISSAMEDIR)) + di_write_unlock(a->dst_parent); + else + di_write_unlock2(a->src_parent, a->dst_parent); +out_unlock: + aufs_read_and_write_unlock2(a->dst_dentry, a->src_dentry); +out_free: + iput(a->dst_inode); + if (a->thargs) + au_whtmp_rmdir_free(a->thargs); + kfree(a); +out: + AuTraceErr(err); + return err; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/iinfo.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/iinfo.c @@ -0,0 +1,277 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * inode private data + */ + +#include "aufs.h" + +struct inode *au_h_iptr(struct inode *inode, aufs_bindex_t bindex) +{ + struct inode *h_inode; + + IiMustAnyLock(inode); + + h_inode = au_ii(inode)->ii_hinode[0 + bindex].hi_inode; + AuDebugOn(h_inode && atomic_read(&h_inode->i_count) <= 0); + return h_inode; +} + +/* todo: hard/soft set? */ +void au_hiput(struct au_hinode *hinode) +{ + au_hn_free(hinode); + dput(hinode->hi_whdentry); + iput(hinode->hi_inode); +} + +unsigned int au_hi_flags(struct inode *inode, int isdir) +{ + unsigned int flags; + const unsigned int mnt_flags = au_mntflags(inode->i_sb); + + flags = 0; + if (au_opt_test(mnt_flags, XINO)) + au_fset_hi(flags, XINO); + if (isdir && au_opt_test(mnt_flags, UDBA_HNOTIFY)) + au_fset_hi(flags, HNOTIFY); + return flags; +} + +void au_set_h_iptr(struct inode *inode, aufs_bindex_t bindex, + struct inode *h_inode, unsigned int flags) +{ + struct au_hinode *hinode; + struct inode *hi; + struct au_iinfo *iinfo = au_ii(inode); + + IiMustWriteLock(inode); + + hinode = iinfo->ii_hinode + bindex; + hi = hinode->hi_inode; + AuDebugOn(h_inode && atomic_read(&h_inode->i_count) <= 0); + + if (hi) + au_hiput(hinode); + hinode->hi_inode = h_inode; + if (h_inode) { + int err; + struct super_block *sb = inode->i_sb; + struct au_branch *br; + + AuDebugOn(inode->i_mode + && (h_inode->i_mode & S_IFMT) + != (inode->i_mode & S_IFMT)); + if (bindex == iinfo->ii_bstart) + au_cpup_igen(inode, h_inode); + br = au_sbr(sb, bindex); + hinode->hi_id = br->br_id; + if (au_ftest_hi(flags, XINO)) { + err = au_xino_write(sb, bindex, h_inode->i_ino, + inode->i_ino); + if (unlikely(err)) + AuIOErr1("failed au_xino_write() %d\n", err); + } + + if (au_ftest_hi(flags, HNOTIFY) + && au_br_hnotifyable(br->br_perm)) { + err = au_hn_alloc(hinode, inode); + if (unlikely(err)) + AuIOErr1("au_hn_alloc() %d\n", err); + } + } +} + +void au_set_hi_wh(struct inode *inode, aufs_bindex_t bindex, + struct dentry *h_wh) +{ + struct au_hinode *hinode; + + IiMustWriteLock(inode); + + hinode = au_ii(inode)->ii_hinode + bindex; + AuDebugOn(hinode->hi_whdentry); + hinode->hi_whdentry = h_wh; +} + +void au_update_iigen(struct inode *inode, int half) +{ + struct au_iinfo *iinfo; + struct au_iigen *iigen; + unsigned int sigen; + + sigen = au_sigen(inode->i_sb); + iinfo = au_ii(inode); + iigen = &iinfo->ii_generation; + spin_lock(&iinfo->ii_genspin); + iigen->ig_generation = sigen; + if (half) + au_ig_fset(iigen->ig_flags, HALF_REFRESHED); + else + au_ig_fclr(iigen->ig_flags, HALF_REFRESHED); + spin_unlock(&iinfo->ii_genspin); +} + +/* it may be called at remount time, too */ +void au_update_ibrange(struct inode *inode, int do_put_zero) +{ + struct au_iinfo *iinfo; + aufs_bindex_t bindex, bend; + + iinfo = au_ii(inode); + if (!iinfo) + return; + + IiMustWriteLock(inode); + + if (do_put_zero && iinfo->ii_bstart >= 0) { + for (bindex = iinfo->ii_bstart; bindex <= iinfo->ii_bend; + bindex++) { + struct inode *h_i; + + h_i = iinfo->ii_hinode[0 + bindex].hi_inode; + if (h_i + && !h_i->i_nlink + && !(h_i->i_state & I_LINKABLE)) + au_set_h_iptr(inode, bindex, NULL, 0); + } + } + + iinfo->ii_bstart = -1; + iinfo->ii_bend = -1; + bend = au_sbend(inode->i_sb); + for (bindex = 0; bindex <= bend; bindex++) + if (iinfo->ii_hinode[0 + bindex].hi_inode) { + iinfo->ii_bstart = bindex; + break; + } + if (iinfo->ii_bstart >= 0) + for (bindex = bend; bindex >= iinfo->ii_bstart; bindex--) + if (iinfo->ii_hinode[0 + bindex].hi_inode) { + iinfo->ii_bend = bindex; + break; + } + AuDebugOn(iinfo->ii_bstart > iinfo->ii_bend); +} + +/* ---------------------------------------------------------------------- */ + +void au_icntnr_init_once(void *_c) +{ + struct au_icntnr *c = _c; + struct au_iinfo *iinfo = &c->iinfo; + static struct lock_class_key aufs_ii; + + spin_lock_init(&iinfo->ii_genspin); + au_rw_init(&iinfo->ii_rwsem); + au_rw_class(&iinfo->ii_rwsem, &aufs_ii); + inode_init_once(&c->vfs_inode); +} + +int au_iinfo_init(struct inode *inode) +{ + struct au_iinfo *iinfo; + struct super_block *sb; + int nbr, i; + + sb = inode->i_sb; + iinfo = &(container_of(inode, struct au_icntnr, vfs_inode)->iinfo); + nbr = au_sbend(sb) + 1; + if (unlikely(nbr <= 0)) + nbr = 1; + iinfo->ii_hinode = kcalloc(nbr, sizeof(*iinfo->ii_hinode), GFP_NOFS); + if (iinfo->ii_hinode) { + au_ninodes_inc(sb); + for (i = 0; i < nbr; i++) + iinfo->ii_hinode[i].hi_id = -1; + + iinfo->ii_generation.ig_generation = au_sigen(sb); + iinfo->ii_bstart = -1; + iinfo->ii_bend = -1; + iinfo->ii_vdir = NULL; + return 0; + } + return -ENOMEM; +} + +int au_ii_realloc(struct au_iinfo *iinfo, int nbr) +{ + int err, sz; + struct au_hinode *hip; + + AuRwMustWriteLock(&iinfo->ii_rwsem); + + err = -ENOMEM; + sz = sizeof(*hip) * (iinfo->ii_bend + 1); + if (!sz) + sz = sizeof(*hip); + hip = au_kzrealloc(iinfo->ii_hinode, sz, sizeof(*hip) * nbr, GFP_NOFS); + if (hip) { + iinfo->ii_hinode = hip; + err = 0; + } + + return err; +} + +void au_iinfo_fin(struct inode *inode) +{ + struct au_iinfo *iinfo; + struct au_hinode *hi; + struct super_block *sb; + aufs_bindex_t bindex, bend; + const unsigned char unlinked = !inode->i_nlink; + + iinfo = au_ii(inode); + /* bad_inode case */ + if (!iinfo) + return; + + sb = inode->i_sb; + au_ninodes_dec(sb); + if (si_pid_test(sb)) + au_xino_delete_inode(inode, unlinked); + else { + /* + * it is safe to hide the dependency between sbinfo and + * sb->s_umount. + */ + lockdep_off(); + si_noflush_read_lock(sb); + au_xino_delete_inode(inode, unlinked); + si_read_unlock(sb); + lockdep_on(); + } + + if (iinfo->ii_vdir) + au_vdir_free(iinfo->ii_vdir); + + bindex = iinfo->ii_bstart; + if (bindex >= 0) { + hi = iinfo->ii_hinode + bindex; + bend = iinfo->ii_bend; + while (bindex++ <= bend) { + if (hi->hi_inode) + au_hiput(hi); + hi++; + } + } + kfree(iinfo->ii_hinode); + iinfo->ii_hinode = NULL; + AuRwDestroy(&iinfo->ii_rwsem); +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/inode.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/inode.c @@ -0,0 +1,492 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * inode functions + */ + +#include "aufs.h" + +struct inode *au_igrab(struct inode *inode) +{ + if (inode) { + AuDebugOn(!atomic_read(&inode->i_count)); + ihold(inode); + } + return inode; +} + +static void au_refresh_hinode_attr(struct inode *inode, int do_version) +{ + au_cpup_attr_all(inode, /*force*/0); + au_update_iigen(inode, /*half*/1); + if (do_version) + inode->i_version++; +} + +static int au_ii_refresh(struct inode *inode, int *update) +{ + int err, e; + umode_t type; + aufs_bindex_t bindex, new_bindex; + struct super_block *sb; + struct au_iinfo *iinfo; + struct au_hinode *p, *q, tmp; + + IiMustWriteLock(inode); + + *update = 0; + sb = inode->i_sb; + type = inode->i_mode & S_IFMT; + iinfo = au_ii(inode); + err = au_ii_realloc(iinfo, au_sbend(sb) + 1); + if (unlikely(err)) + goto out; + + AuDebugOn(iinfo->ii_bstart < 0); + p = iinfo->ii_hinode + iinfo->ii_bstart; + for (bindex = iinfo->ii_bstart; bindex <= iinfo->ii_bend; + bindex++, p++) { + if (!p->hi_inode) + continue; + + AuDebugOn(type != (p->hi_inode->i_mode & S_IFMT)); + new_bindex = au_br_index(sb, p->hi_id); + if (new_bindex == bindex) + continue; + + if (new_bindex < 0) { + *update = 1; + au_hiput(p); + p->hi_inode = NULL; + continue; + } + + if (new_bindex < iinfo->ii_bstart) + iinfo->ii_bstart = new_bindex; + if (iinfo->ii_bend < new_bindex) + iinfo->ii_bend = new_bindex; + /* swap two lower inode, and loop again */ + q = iinfo->ii_hinode + new_bindex; + tmp = *q; + *q = *p; + *p = tmp; + if (tmp.hi_inode) { + bindex--; + p--; + } + } + au_update_ibrange(inode, /*do_put_zero*/0); + e = au_dy_irefresh(inode); + if (unlikely(e && !err)) + err = e; + +out: + AuTraceErr(err); + return err; +} + +int au_refresh_hinode_self(struct inode *inode) +{ + int err, update; + + err = au_ii_refresh(inode, &update); + if (!err) + au_refresh_hinode_attr(inode, update && S_ISDIR(inode->i_mode)); + + AuTraceErr(err); + return err; +} + +int au_refresh_hinode(struct inode *inode, struct dentry *dentry) +{ + int err, e, update; + unsigned int flags; + umode_t mode; + aufs_bindex_t bindex, bend; + unsigned char isdir; + struct au_hinode *p; + struct au_iinfo *iinfo; + + err = au_ii_refresh(inode, &update); + if (unlikely(err)) + goto out; + + update = 0; + iinfo = au_ii(inode); + p = iinfo->ii_hinode + iinfo->ii_bstart; + mode = (inode->i_mode & S_IFMT); + isdir = S_ISDIR(mode); + flags = au_hi_flags(inode, isdir); + bend = au_dbend(dentry); + for (bindex = au_dbstart(dentry); bindex <= bend; bindex++) { + struct inode *h_i; + struct dentry *h_d; + + h_d = au_h_dptr(dentry, bindex); + if (!h_d || !h_d->d_inode) + continue; + + AuDebugOn(mode != (h_d->d_inode->i_mode & S_IFMT)); + if (iinfo->ii_bstart <= bindex && bindex <= iinfo->ii_bend) { + h_i = au_h_iptr(inode, bindex); + if (h_i) { + if (h_i == h_d->d_inode) + continue; + err = -EIO; + break; + } + } + if (bindex < iinfo->ii_bstart) + iinfo->ii_bstart = bindex; + if (iinfo->ii_bend < bindex) + iinfo->ii_bend = bindex; + au_set_h_iptr(inode, bindex, au_igrab(h_d->d_inode), flags); + update = 1; + } + au_update_ibrange(inode, /*do_put_zero*/0); + e = au_dy_irefresh(inode); + if (unlikely(e && !err)) + err = e; + if (!err) + au_refresh_hinode_attr(inode, update && isdir); + +out: + AuTraceErr(err); + return err; +} + +static int set_inode(struct inode *inode, struct dentry *dentry) +{ + int err; + unsigned int flags; + umode_t mode; + aufs_bindex_t bindex, bstart, btail; + unsigned char isdir; + struct dentry *h_dentry; + struct inode *h_inode; + struct au_iinfo *iinfo; + + IiMustWriteLock(inode); + + err = 0; + isdir = 0; + bstart = au_dbstart(dentry); + h_inode = au_h_dptr(dentry, bstart)->d_inode; + mode = h_inode->i_mode; + switch (mode & S_IFMT) { + case S_IFREG: + btail = au_dbtail(dentry); + inode->i_op = &aufs_iop; + inode->i_fop = &aufs_file_fop; + err = au_dy_iaop(inode, bstart, h_inode); + if (unlikely(err)) + goto out; + break; + case S_IFDIR: + isdir = 1; + btail = au_dbtaildir(dentry); + inode->i_op = &aufs_dir_iop; + inode->i_fop = &aufs_dir_fop; + break; + case S_IFLNK: + btail = au_dbtail(dentry); + inode->i_op = &aufs_symlink_iop; + break; + case S_IFBLK: + case S_IFCHR: + case S_IFIFO: + case S_IFSOCK: + btail = au_dbtail(dentry); + inode->i_op = &aufs_iop; + init_special_inode(inode, mode, h_inode->i_rdev); + break; + default: + AuIOErr("Unknown file type 0%o\n", mode); + err = -EIO; + goto out; + } + + /* do not set hnotify for whiteouted dirs (SHWH mode) */ + flags = au_hi_flags(inode, isdir); + if (au_opt_test(au_mntflags(dentry->d_sb), SHWH) + && au_ftest_hi(flags, HNOTIFY) + && dentry->d_name.len > AUFS_WH_PFX_LEN + && !memcmp(dentry->d_name.name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) + au_fclr_hi(flags, HNOTIFY); + iinfo = au_ii(inode); + iinfo->ii_bstart = bstart; + iinfo->ii_bend = btail; + for (bindex = bstart; bindex <= btail; bindex++) { + h_dentry = au_h_dptr(dentry, bindex); + if (h_dentry) + au_set_h_iptr(inode, bindex, + au_igrab(h_dentry->d_inode), flags); + } + au_cpup_attr_all(inode, /*force*/1); + +out: + return err; +} + +/* + * successful returns with iinfo write_locked + * minus: errno + * zero: success, matched + * plus: no error, but unmatched + */ +static int reval_inode(struct inode *inode, struct dentry *dentry) +{ + int err; + unsigned int gen; + struct au_iigen iigen; + aufs_bindex_t bindex, bend; + struct inode *h_inode, *h_dinode; + + /* + * before this function, if aufs got any iinfo lock, it must be only + * one, the parent dir. + * it can happen by UDBA and the obsoleted inode number. + */ + err = -EIO; + if (unlikely(inode->i_ino == parent_ino(dentry))) + goto out; + + err = 1; + ii_write_lock_new_child(inode); + h_dinode = au_h_dptr(dentry, au_dbstart(dentry))->d_inode; + bend = au_ibend(inode); + for (bindex = au_ibstart(inode); bindex <= bend; bindex++) { + h_inode = au_h_iptr(inode, bindex); + if (!h_inode || h_inode != h_dinode) + continue; + + err = 0; + gen = au_iigen(inode, &iigen); + if (gen == au_digen(dentry) + && !au_ig_ftest(iigen.ig_flags, HALF_REFRESHED)) + break; + + /* fully refresh inode using dentry */ + err = au_refresh_hinode(inode, dentry); + if (!err) + au_update_iigen(inode, /*half*/0); + break; + } + + if (unlikely(err)) + ii_write_unlock(inode); +out: + return err; +} + +int au_ino(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, + unsigned int d_type, ino_t *ino) +{ + int err; + struct mutex *mtx; + + /* prevent hardlinked inode number from race condition */ + mtx = NULL; + if (d_type != DT_DIR) { + mtx = &au_sbr(sb, bindex)->br_xino.xi_nondir_mtx; + mutex_lock(mtx); + } + err = au_xino_read(sb, bindex, h_ino, ino); + if (unlikely(err)) + goto out; + + if (!*ino) { + err = -EIO; + *ino = au_xino_new_ino(sb); + if (unlikely(!*ino)) + goto out; + err = au_xino_write(sb, bindex, h_ino, *ino); + if (unlikely(err)) + goto out; + } + +out: + if (mtx) + mutex_unlock(mtx); + return err; +} + +/* successful returns with iinfo write_locked */ +/* todo: return with unlocked? */ +struct inode *au_new_inode(struct dentry *dentry, int must_new) +{ + struct inode *inode, *h_inode; + struct dentry *h_dentry; + struct super_block *sb; + struct mutex *mtx; + ino_t h_ino, ino; + int err; + aufs_bindex_t bstart; + + sb = dentry->d_sb; + bstart = au_dbstart(dentry); + h_dentry = au_h_dptr(dentry, bstart); + h_inode = h_dentry->d_inode; + h_ino = h_inode->i_ino; + + /* + * stop 'race'-ing between hardlinks under different + * parents. + */ + mtx = NULL; + if (!S_ISDIR(h_inode->i_mode)) + mtx = &au_sbr(sb, bstart)->br_xino.xi_nondir_mtx; + +new_ino: + if (mtx) + mutex_lock(mtx); + err = au_xino_read(sb, bstart, h_ino, &ino); + inode = ERR_PTR(err); + if (unlikely(err)) + goto out; + + if (!ino) { + ino = au_xino_new_ino(sb); + if (unlikely(!ino)) { + inode = ERR_PTR(-EIO); + goto out; + } + } + + AuDbg("i%lu\n", (unsigned long)ino); + inode = au_iget_locked(sb, ino); + err = PTR_ERR(inode); + if (IS_ERR(inode)) + goto out; + + AuDbg("%lx, new %d\n", inode->i_state, !!(inode->i_state & I_NEW)); + if (inode->i_state & I_NEW) { + /* verbose coding for lock class name */ + if (unlikely(S_ISLNK(h_inode->i_mode))) + au_rw_class(&au_ii(inode)->ii_rwsem, + au_lc_key + AuLcSymlink_IIINFO); + else if (unlikely(S_ISDIR(h_inode->i_mode))) + au_rw_class(&au_ii(inode)->ii_rwsem, + au_lc_key + AuLcDir_IIINFO); + else /* likely */ + au_rw_class(&au_ii(inode)->ii_rwsem, + au_lc_key + AuLcNonDir_IIINFO); + + ii_write_lock_new_child(inode); + err = set_inode(inode, dentry); + if (!err) { + unlock_new_inode(inode); + goto out; /* success */ + } + + /* + * iget_failed() calls iput(), but we need to call + * ii_write_unlock() after iget_failed(). so dirty hack for + * i_count. + */ + atomic_inc(&inode->i_count); + iget_failed(inode); + ii_write_unlock(inode); + au_xino_write(sb, bstart, h_ino, /*ino*/0); + /* ignore this error */ + goto out_iput; + } else if (!must_new && !IS_DEADDIR(inode) && inode->i_nlink) { + /* + * horrible race condition between lookup, readdir and copyup + * (or something). + */ + if (mtx) + mutex_unlock(mtx); + err = reval_inode(inode, dentry); + if (unlikely(err < 0)) { + mtx = NULL; + goto out_iput; + } + + if (!err) { + mtx = NULL; + goto out; /* success */ + } else if (mtx) + mutex_lock(mtx); + } + + if (unlikely(au_test_fs_unique_ino(h_dentry->d_inode))) + AuWarn1("Warning: Un-notified UDBA or repeatedly renamed dir," + " b%d, %s, %pd, hi%lu, i%lu.\n", + bstart, au_sbtype(h_dentry->d_sb), dentry, + (unsigned long)h_ino, (unsigned long)ino); + ino = 0; + err = au_xino_write(sb, bstart, h_ino, /*ino*/0); + if (!err) { + iput(inode); + if (mtx) + mutex_unlock(mtx); + goto new_ino; + } + +out_iput: + iput(inode); + inode = ERR_PTR(err); +out: + if (mtx) + mutex_unlock(mtx); + return inode; +} + +/* ---------------------------------------------------------------------- */ + +int au_test_ro(struct super_block *sb, aufs_bindex_t bindex, + struct inode *inode) +{ + int err; + struct inode *hi; + + err = au_br_rdonly(au_sbr(sb, bindex)); + + /* pseudo-link after flushed may happen out of bounds */ + if (!err + && inode + && au_ibstart(inode) <= bindex + && bindex <= au_ibend(inode)) { + /* + * permission check is unnecessary since vfsub routine + * will be called later + */ + hi = au_h_iptr(inode, bindex); + if (hi) + err = IS_IMMUTABLE(hi) ? -EROFS : 0; + } + + return err; +} + +int au_test_h_perm(struct inode *h_inode, int mask) +{ + if (uid_eq(current_fsuid(), GLOBAL_ROOT_UID)) + return 0; + return inode_permission(h_inode, mask); +} + +int au_test_h_perm_sio(struct inode *h_inode, int mask) +{ + if (au_test_nfs(h_inode->i_sb) + && (mask & MAY_WRITE) + && S_ISDIR(h_inode->i_mode)) + mask |= MAY_READ; /* force permission check */ + return au_test_h_perm(h_inode, mask); +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/inode.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/inode.h @@ -0,0 +1,601 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * inode operations + */ + +#ifndef __AUFS_INODE_H__ +#define __AUFS_INODE_H__ + +#ifdef __KERNEL__ + +#include +#include "rwsem.h" + +struct vfsmount; + +struct au_hnotify { +#ifdef CONFIG_AUFS_HNOTIFY +#ifdef CONFIG_AUFS_HFSNOTIFY + /* never use fsnotify_add_vfsmount_mark() */ + struct fsnotify_mark hn_mark; +#endif + struct inode *hn_aufs_inode; /* no get/put */ +#endif +} ____cacheline_aligned_in_smp; + +struct au_hinode { + struct inode *hi_inode; + aufs_bindex_t hi_id; +#ifdef CONFIG_AUFS_HNOTIFY + struct au_hnotify *hi_notify; +#endif + + /* reference to the copied-up whiteout with get/put */ + struct dentry *hi_whdentry; +}; + +/* ig_flags */ +#define AuIG_HALF_REFRESHED 1 +#define au_ig_ftest(flags, name) ((flags) & AuIG_##name) +#define au_ig_fset(flags, name) \ + do { (flags) |= AuIG_##name; } while (0) +#define au_ig_fclr(flags, name) \ + do { (flags) &= ~AuIG_##name; } while (0) + +struct au_iigen { + __u32 ig_generation, ig_flags; +}; + +struct au_vdir; +struct au_iinfo { + spinlock_t ii_genspin; + struct au_iigen ii_generation; + struct super_block *ii_hsb1; /* no get/put */ + + struct au_rwsem ii_rwsem; + aufs_bindex_t ii_bstart, ii_bend; + __u32 ii_higen; + struct au_hinode *ii_hinode; + struct au_vdir *ii_vdir; +}; + +struct au_icntnr { + struct au_iinfo iinfo; + struct inode vfs_inode; +} ____cacheline_aligned_in_smp; + +/* au_pin flags */ +#define AuPin_DI_LOCKED 1 +#define AuPin_MNT_WRITE (1 << 1) +#define au_ftest_pin(flags, name) ((flags) & AuPin_##name) +#define au_fset_pin(flags, name) \ + do { (flags) |= AuPin_##name; } while (0) +#define au_fclr_pin(flags, name) \ + do { (flags) &= ~AuPin_##name; } while (0) + +struct au_pin { + /* input */ + struct dentry *dentry; + unsigned int udba; + unsigned char lsc_di, lsc_hi, flags; + aufs_bindex_t bindex; + + /* output */ + struct dentry *parent; + struct au_hinode *hdir; + struct vfsmount *h_mnt; + + /* temporary unlock/relock for copyup */ + struct dentry *h_dentry, *h_parent; + struct au_branch *br; + struct task_struct *task; +}; + +void au_pin_hdir_unlock(struct au_pin *p); +int au_pin_hdir_relock(struct au_pin *p); +void au_pin_hdir_set_owner(struct au_pin *p, struct task_struct *task); +void au_pin_hdir_acquire_nest(struct au_pin *p); +void au_pin_hdir_release(struct au_pin *p); + +/* ---------------------------------------------------------------------- */ + +static inline struct au_iinfo *au_ii(struct inode *inode) +{ + struct au_iinfo *iinfo; + + iinfo = &(container_of(inode, struct au_icntnr, vfs_inode)->iinfo); + if (iinfo->ii_hinode) + return iinfo; + return NULL; /* debugging bad_inode case */ +} + +/* ---------------------------------------------------------------------- */ + +/* inode.c */ +struct inode *au_igrab(struct inode *inode); +int au_refresh_hinode_self(struct inode *inode); +int au_refresh_hinode(struct inode *inode, struct dentry *dentry); +int au_ino(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, + unsigned int d_type, ino_t *ino); +struct inode *au_new_inode(struct dentry *dentry, int must_new); +int au_test_ro(struct super_block *sb, aufs_bindex_t bindex, + struct inode *inode); +int au_test_h_perm(struct inode *h_inode, int mask); +int au_test_h_perm_sio(struct inode *h_inode, int mask); + +static inline int au_wh_ino(struct super_block *sb, aufs_bindex_t bindex, + ino_t h_ino, unsigned int d_type, ino_t *ino) +{ +#ifdef CONFIG_AUFS_SHWH + return au_ino(sb, bindex, h_ino, d_type, ino); +#else + return 0; +#endif +} + +/* i_op.c */ +extern struct inode_operations aufs_iop, aufs_symlink_iop, aufs_dir_iop; + +/* au_wr_dir flags */ +#define AuWrDir_ADD_ENTRY 1 +#define AuWrDir_TMP_WHENTRY (1 << 1) +#define AuWrDir_ISDIR (1 << 2) +#define AuWrDir_TMPFILE (1 << 3) +#define au_ftest_wrdir(flags, name) ((flags) & AuWrDir_##name) +#define au_fset_wrdir(flags, name) \ + do { (flags) |= AuWrDir_##name; } while (0) +#define au_fclr_wrdir(flags, name) \ + do { (flags) &= ~AuWrDir_##name; } while (0) + +struct au_wr_dir_args { + aufs_bindex_t force_btgt; + unsigned char flags; +}; +int au_wr_dir(struct dentry *dentry, struct dentry *src_dentry, + struct au_wr_dir_args *args); + +struct dentry *au_pinned_h_parent(struct au_pin *pin); +void au_pin_init(struct au_pin *pin, struct dentry *dentry, + aufs_bindex_t bindex, int lsc_di, int lsc_hi, + unsigned int udba, unsigned char flags); +int au_pin(struct au_pin *pin, struct dentry *dentry, aufs_bindex_t bindex, + unsigned int udba, unsigned char flags) __must_check; +int au_do_pin(struct au_pin *pin) __must_check; +void au_unpin(struct au_pin *pin); + +/* i_op_add.c */ +int au_may_add(struct dentry *dentry, aufs_bindex_t bindex, + struct dentry *h_parent, int isdir); +int aufs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, + dev_t dev); +int aufs_symlink(struct inode *dir, struct dentry *dentry, const char *symname); +int aufs_create(struct inode *dir, struct dentry *dentry, umode_t mode, + bool want_excl); +int aufs_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode); +int aufs_link(struct dentry *src_dentry, struct inode *dir, + struct dentry *dentry); +int aufs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode); + +/* i_op_del.c */ +int au_wr_dir_need_wh(struct dentry *dentry, int isdir, aufs_bindex_t *bcpup); +int au_may_del(struct dentry *dentry, aufs_bindex_t bindex, + struct dentry *h_parent, int isdir); +int aufs_unlink(struct inode *dir, struct dentry *dentry); +int aufs_rmdir(struct inode *dir, struct dentry *dentry); + +/* i_op_ren.c */ +int au_wbr(struct dentry *dentry, aufs_bindex_t btgt); +int aufs_rename(struct inode *src_dir, struct dentry *src_dentry, + struct inode *dir, struct dentry *dentry); + +/* iinfo.c */ +struct inode *au_h_iptr(struct inode *inode, aufs_bindex_t bindex); +void au_hiput(struct au_hinode *hinode); +void au_set_hi_wh(struct inode *inode, aufs_bindex_t bindex, + struct dentry *h_wh); +unsigned int au_hi_flags(struct inode *inode, int isdir); + +/* hinode flags */ +#define AuHi_XINO 1 +#define AuHi_HNOTIFY (1 << 1) +#define au_ftest_hi(flags, name) ((flags) & AuHi_##name) +#define au_fset_hi(flags, name) \ + do { (flags) |= AuHi_##name; } while (0) +#define au_fclr_hi(flags, name) \ + do { (flags) &= ~AuHi_##name; } while (0) + +#ifndef CONFIG_AUFS_HNOTIFY +#undef AuHi_HNOTIFY +#define AuHi_HNOTIFY 0 +#endif + +void au_set_h_iptr(struct inode *inode, aufs_bindex_t bindex, + struct inode *h_inode, unsigned int flags); + +void au_update_iigen(struct inode *inode, int half); +void au_update_ibrange(struct inode *inode, int do_put_zero); + +void au_icntnr_init_once(void *_c); +int au_iinfo_init(struct inode *inode); +void au_iinfo_fin(struct inode *inode); +int au_ii_realloc(struct au_iinfo *iinfo, int nbr); + +#ifdef CONFIG_PROC_FS +/* plink.c */ +int au_plink_maint(struct super_block *sb, int flags); +void au_plink_maint_leave(struct au_sbinfo *sbinfo); +int au_plink_maint_enter(struct super_block *sb); +#ifdef CONFIG_AUFS_DEBUG +void au_plink_list(struct super_block *sb); +#else +AuStubVoid(au_plink_list, struct super_block *sb) +#endif +int au_plink_test(struct inode *inode); +struct dentry *au_plink_lkup(struct inode *inode, aufs_bindex_t bindex); +void au_plink_append(struct inode *inode, aufs_bindex_t bindex, + struct dentry *h_dentry); +void au_plink_put(struct super_block *sb, int verbose); +void au_plink_clean(struct super_block *sb, int verbose); +void au_plink_half_refresh(struct super_block *sb, aufs_bindex_t br_id); +#else +AuStubInt0(au_plink_maint, struct super_block *sb, int flags); +AuStubVoid(au_plink_maint_leave, struct au_sbinfo *sbinfo); +AuStubInt0(au_plink_maint_enter, struct super_block *sb); +AuStubVoid(au_plink_list, struct super_block *sb); +AuStubInt0(au_plink_test, struct inode *inode); +AuStub(struct dentry *, au_plink_lkup, return NULL, + struct inode *inode, aufs_bindex_t bindex); +AuStubVoid(au_plink_append, struct inode *inode, aufs_bindex_t bindex, + struct dentry *h_dentry); +AuStubVoid(au_plink_put, struct super_block *sb, int verbose); +AuStubVoid(au_plink_clean, struct super_block *sb, int verbose); +AuStubVoid(au_plink_half_refresh, struct super_block *sb, aufs_bindex_t br_id); +#endif /* CONFIG_PROC_FS */ + +/* ---------------------------------------------------------------------- */ + +/* lock subclass for iinfo */ +enum { + AuLsc_II_CHILD, /* child first */ + AuLsc_II_CHILD2, /* rename(2), link(2), and cpup at hnotify */ + AuLsc_II_CHILD3, /* copyup dirs */ + AuLsc_II_PARENT, /* see AuLsc_I_PARENT in vfsub.h */ + AuLsc_II_PARENT2, + AuLsc_II_PARENT3, /* copyup dirs */ + AuLsc_II_NEW_CHILD +}; + +/* + * ii_read_lock_child, ii_write_lock_child, + * ii_read_lock_child2, ii_write_lock_child2, + * ii_read_lock_child3, ii_write_lock_child3, + * ii_read_lock_parent, ii_write_lock_parent, + * ii_read_lock_parent2, ii_write_lock_parent2, + * ii_read_lock_parent3, ii_write_lock_parent3, + * ii_read_lock_new_child, ii_write_lock_new_child, + */ +#define AuReadLockFunc(name, lsc) \ +static inline void ii_read_lock_##name(struct inode *i) \ +{ \ + au_rw_read_lock_nested(&au_ii(i)->ii_rwsem, AuLsc_II_##lsc); \ +} + +#define AuWriteLockFunc(name, lsc) \ +static inline void ii_write_lock_##name(struct inode *i) \ +{ \ + au_rw_write_lock_nested(&au_ii(i)->ii_rwsem, AuLsc_II_##lsc); \ +} + +#define AuRWLockFuncs(name, lsc) \ + AuReadLockFunc(name, lsc) \ + AuWriteLockFunc(name, lsc) + +AuRWLockFuncs(child, CHILD); +AuRWLockFuncs(child2, CHILD2); +AuRWLockFuncs(child3, CHILD3); +AuRWLockFuncs(parent, PARENT); +AuRWLockFuncs(parent2, PARENT2); +AuRWLockFuncs(parent3, PARENT3); +AuRWLockFuncs(new_child, NEW_CHILD); + +#undef AuReadLockFunc +#undef AuWriteLockFunc +#undef AuRWLockFuncs + +/* + * ii_read_unlock, ii_write_unlock, ii_downgrade_lock + */ +AuSimpleUnlockRwsemFuncs(ii, struct inode *i, &au_ii(i)->ii_rwsem); + +#define IiMustNoWaiters(i) AuRwMustNoWaiters(&au_ii(i)->ii_rwsem) +#define IiMustAnyLock(i) AuRwMustAnyLock(&au_ii(i)->ii_rwsem) +#define IiMustWriteLock(i) AuRwMustWriteLock(&au_ii(i)->ii_rwsem) + +/* ---------------------------------------------------------------------- */ + +static inline void au_icntnr_init(struct au_icntnr *c) +{ +#ifdef CONFIG_AUFS_DEBUG + c->vfs_inode.i_mode = 0; +#endif +} + +static inline unsigned int au_iigen(struct inode *inode, struct au_iigen *iigen) +{ + unsigned int gen; + struct au_iinfo *iinfo; + + iinfo = au_ii(inode); + spin_lock(&iinfo->ii_genspin); + if (iigen) + *iigen = iinfo->ii_generation; + gen = iinfo->ii_generation.ig_generation; + spin_unlock(&iinfo->ii_genspin); + + return gen; +} + +/* tiny test for inode number */ +/* tmpfs generation is too rough */ +static inline int au_test_higen(struct inode *inode, struct inode *h_inode) +{ + struct au_iinfo *iinfo; + + iinfo = au_ii(inode); + AuRwMustAnyLock(&iinfo->ii_rwsem); + return !(iinfo->ii_hsb1 == h_inode->i_sb + && iinfo->ii_higen == h_inode->i_generation); +} + +static inline void au_iigen_dec(struct inode *inode) +{ + struct au_iinfo *iinfo; + + iinfo = au_ii(inode); + spin_lock(&iinfo->ii_genspin); + iinfo->ii_generation.ig_generation--; + spin_unlock(&iinfo->ii_genspin); +} + +static inline int au_iigen_test(struct inode *inode, unsigned int sigen) +{ + int err; + + err = 0; + if (unlikely(inode && au_iigen(inode, NULL) != sigen)) + err = -EIO; + + return err; +} + +/* ---------------------------------------------------------------------- */ + +static inline aufs_bindex_t au_ii_br_id(struct inode *inode, + aufs_bindex_t bindex) +{ + IiMustAnyLock(inode); + return au_ii(inode)->ii_hinode[0 + bindex].hi_id; +} + +static inline aufs_bindex_t au_ibstart(struct inode *inode) +{ + IiMustAnyLock(inode); + return au_ii(inode)->ii_bstart; +} + +static inline aufs_bindex_t au_ibend(struct inode *inode) +{ + IiMustAnyLock(inode); + return au_ii(inode)->ii_bend; +} + +static inline struct au_vdir *au_ivdir(struct inode *inode) +{ + IiMustAnyLock(inode); + return au_ii(inode)->ii_vdir; +} + +static inline struct dentry *au_hi_wh(struct inode *inode, aufs_bindex_t bindex) +{ + IiMustAnyLock(inode); + return au_ii(inode)->ii_hinode[0 + bindex].hi_whdentry; +} + +static inline void au_set_ibstart(struct inode *inode, aufs_bindex_t bindex) +{ + IiMustWriteLock(inode); + au_ii(inode)->ii_bstart = bindex; +} + +static inline void au_set_ibend(struct inode *inode, aufs_bindex_t bindex) +{ + IiMustWriteLock(inode); + au_ii(inode)->ii_bend = bindex; +} + +static inline void au_set_ivdir(struct inode *inode, struct au_vdir *vdir) +{ + IiMustWriteLock(inode); + au_ii(inode)->ii_vdir = vdir; +} + +static inline struct au_hinode *au_hi(struct inode *inode, aufs_bindex_t bindex) +{ + IiMustAnyLock(inode); + return au_ii(inode)->ii_hinode + bindex; +} + +/* ---------------------------------------------------------------------- */ + +static inline struct dentry *au_pinned_parent(struct au_pin *pin) +{ + if (pin) + return pin->parent; + return NULL; +} + +static inline struct inode *au_pinned_h_dir(struct au_pin *pin) +{ + if (pin && pin->hdir) + return pin->hdir->hi_inode; + return NULL; +} + +static inline struct au_hinode *au_pinned_hdir(struct au_pin *pin) +{ + if (pin) + return pin->hdir; + return NULL; +} + +static inline void au_pin_set_dentry(struct au_pin *pin, struct dentry *dentry) +{ + if (pin) + pin->dentry = dentry; +} + +static inline void au_pin_set_parent_lflag(struct au_pin *pin, + unsigned char lflag) +{ + if (pin) { + if (lflag) + au_fset_pin(pin->flags, DI_LOCKED); + else + au_fclr_pin(pin->flags, DI_LOCKED); + } +} + +static inline void au_pin_set_parent(struct au_pin *pin, struct dentry *parent) +{ + if (pin) { + dput(pin->parent); + pin->parent = dget(parent); + } +} + +/* ---------------------------------------------------------------------- */ + +struct au_branch; +#ifdef CONFIG_AUFS_HNOTIFY +struct au_hnotify_op { + void (*ctl)(struct au_hinode *hinode, int do_set); + int (*alloc)(struct au_hinode *hinode); + + /* + * if it returns true, the the caller should free hinode->hi_notify, + * otherwise ->free() frees it. + */ + int (*free)(struct au_hinode *hinode, + struct au_hnotify *hn) __must_check; + + void (*fin)(void); + int (*init)(void); + + int (*reset_br)(unsigned int udba, struct au_branch *br, int perm); + void (*fin_br)(struct au_branch *br); + int (*init_br)(struct au_branch *br, int perm); +}; + +/* hnotify.c */ +int au_hn_alloc(struct au_hinode *hinode, struct inode *inode); +void au_hn_free(struct au_hinode *hinode); +void au_hn_ctl(struct au_hinode *hinode, int do_set); +void au_hn_reset(struct inode *inode, unsigned int flags); +int au_hnotify(struct inode *h_dir, struct au_hnotify *hnotify, u32 mask, + struct qstr *h_child_qstr, struct inode *h_child_inode); +int au_hnotify_reset_br(unsigned int udba, struct au_branch *br, int perm); +int au_hnotify_init_br(struct au_branch *br, int perm); +void au_hnotify_fin_br(struct au_branch *br); +int __init au_hnotify_init(void); +void au_hnotify_fin(void); + +/* hfsnotify.c */ +extern const struct au_hnotify_op au_hnotify_op; + +static inline +void au_hn_init(struct au_hinode *hinode) +{ + hinode->hi_notify = NULL; +} + +static inline struct au_hnotify *au_hn(struct au_hinode *hinode) +{ + return hinode->hi_notify; +} + +#else +static inline +int au_hn_alloc(struct au_hinode *hinode __maybe_unused, + struct inode *inode __maybe_unused) +{ + return -EOPNOTSUPP; +} + +static inline struct au_hnotify *au_hn(struct au_hinode *hinode) +{ + return NULL; +} + +AuStubVoid(au_hn_free, struct au_hinode *hinode __maybe_unused) +AuStubVoid(au_hn_ctl, struct au_hinode *hinode __maybe_unused, + int do_set __maybe_unused) +AuStubVoid(au_hn_reset, struct inode *inode __maybe_unused, + unsigned int flags __maybe_unused) +AuStubInt0(au_hnotify_reset_br, unsigned int udba __maybe_unused, + struct au_branch *br __maybe_unused, + int perm __maybe_unused) +AuStubInt0(au_hnotify_init_br, struct au_branch *br __maybe_unused, + int perm __maybe_unused) +AuStubVoid(au_hnotify_fin_br, struct au_branch *br __maybe_unused) +AuStubInt0(__init au_hnotify_init, void) +AuStubVoid(au_hnotify_fin, void) +AuStubVoid(au_hn_init, struct au_hinode *hinode __maybe_unused) +#endif /* CONFIG_AUFS_HNOTIFY */ + +static inline void au_hn_suspend(struct au_hinode *hdir) +{ + au_hn_ctl(hdir, /*do_set*/0); +} + +static inline void au_hn_resume(struct au_hinode *hdir) +{ + au_hn_ctl(hdir, /*do_set*/1); +} + +static inline void au_hn_imtx_lock(struct au_hinode *hdir) +{ + mutex_lock(&hdir->hi_inode->i_mutex); + au_hn_suspend(hdir); +} + +static inline void au_hn_imtx_lock_nested(struct au_hinode *hdir, + unsigned int sc __maybe_unused) +{ + mutex_lock_nested(&hdir->hi_inode->i_mutex, sc); + au_hn_suspend(hdir); +} + +static inline void au_hn_imtx_unlock(struct au_hinode *hdir) +{ + au_hn_resume(hdir); + mutex_unlock(&hdir->hi_inode->i_mutex); +} + +#endif /* __KERNEL__ */ +#endif /* __AUFS_INODE_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/ioctl.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/ioctl.c @@ -0,0 +1,201 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * ioctl + * plink-management and readdir in userspace. + * assist the pathconf(3) wrapper library. + * move-down + */ + +#include +#include +#include "aufs.h" + +static int au_wbr_fd(struct path *path, struct aufs_wbr_fd __user *arg) +{ + int err, fd; + aufs_bindex_t wbi, bindex, bend; + struct file *h_file; + struct super_block *sb; + struct dentry *root; + struct au_branch *br; + struct aufs_wbr_fd wbrfd = { + .oflags = au_dir_roflags, + .brid = -1 + }; + const int valid = O_RDONLY | O_NONBLOCK | O_LARGEFILE | O_DIRECTORY + | O_NOATIME | O_CLOEXEC; + + AuDebugOn(wbrfd.oflags & ~valid); + + if (arg) { + err = copy_from_user(&wbrfd, arg, sizeof(wbrfd)); + if (unlikely(err)) { + err = -EFAULT; + goto out; + } + + err = -EINVAL; + AuDbg("wbrfd{0%o, %d}\n", wbrfd.oflags, wbrfd.brid); + wbrfd.oflags |= au_dir_roflags; + AuDbg("0%o\n", wbrfd.oflags); + if (unlikely(wbrfd.oflags & ~valid)) + goto out; + } + + fd = get_unused_fd(); + err = fd; + if (unlikely(fd < 0)) + goto out; + + h_file = ERR_PTR(-EINVAL); + wbi = 0; + br = NULL; + sb = path->dentry->d_sb; + root = sb->s_root; + aufs_read_lock(root, AuLock_IR); + bend = au_sbend(sb); + if (wbrfd.brid >= 0) { + wbi = au_br_index(sb, wbrfd.brid); + if (unlikely(wbi < 0 || wbi > bend)) + goto out_unlock; + } + + h_file = ERR_PTR(-ENOENT); + br = au_sbr(sb, wbi); + if (!au_br_writable(br->br_perm)) { + if (arg) + goto out_unlock; + + bindex = wbi + 1; + wbi = -1; + for (; bindex <= bend; bindex++) { + br = au_sbr(sb, bindex); + if (au_br_writable(br->br_perm)) { + wbi = bindex; + br = au_sbr(sb, wbi); + break; + } + } + } + AuDbg("wbi %d\n", wbi); + if (wbi >= 0) + h_file = au_h_open(root, wbi, wbrfd.oflags, NULL, + /*force_wr*/0); + +out_unlock: + aufs_read_unlock(root, AuLock_IR); + err = PTR_ERR(h_file); + if (IS_ERR(h_file)) + goto out_fd; + + atomic_dec(&br->br_count); /* cf. au_h_open() */ + fd_install(fd, h_file); + err = fd; + goto out; /* success */ + +out_fd: + put_unused_fd(fd); +out: + AuTraceErr(err); + return err; +} + +/* ---------------------------------------------------------------------- */ + +long aufs_ioctl_dir(struct file *file, unsigned int cmd, unsigned long arg) +{ + long err; + + switch (cmd) { + case AUFS_CTL_RDU: + case AUFS_CTL_RDU_INO: + err = au_rdu_ioctl(file, cmd, arg); + break; + + case AUFS_CTL_WBR_FD: + err = au_wbr_fd(&file->f_path, (void __user *)arg); + break; + + case AUFS_CTL_IBUSY: + err = au_ibusy_ioctl(file, arg); + break; + + default: + /* do not call the lower */ + AuDbg("0x%x\n", cmd); + err = -ENOTTY; + } + + AuTraceErr(err); + return err; +} + +long aufs_ioctl_nondir(struct file *file, unsigned int cmd, unsigned long arg) +{ + long err; + + switch (cmd) { + case AUFS_CTL_MVDOWN: + err = au_mvdown(file->f_dentry, (void __user *)arg); + break; + + case AUFS_CTL_WBR_FD: + err = au_wbr_fd(&file->f_path, (void __user *)arg); + break; + + default: + /* do not call the lower */ + AuDbg("0x%x\n", cmd); + err = -ENOTTY; + } + + AuTraceErr(err); + return err; +} + +#ifdef CONFIG_COMPAT +long aufs_compat_ioctl_dir(struct file *file, unsigned int cmd, + unsigned long arg) +{ + long err; + + switch (cmd) { + case AUFS_CTL_RDU: + case AUFS_CTL_RDU_INO: + err = au_rdu_compat_ioctl(file, cmd, arg); + break; + + case AUFS_CTL_IBUSY: + err = au_ibusy_compat_ioctl(file, arg); + break; + + default: + err = aufs_ioctl_dir(file, cmd, arg); + } + + AuTraceErr(err); + return err; +} + +long aufs_compat_ioctl_nondir(struct file *file, unsigned int cmd, + unsigned long arg) +{ + return aufs_ioctl_nondir(file, cmd, (unsigned long)compat_ptr(arg)); +} +#endif --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/loop.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/loop.c @@ -0,0 +1,145 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * support for loopback block device as a branch + */ + +#include "aufs.h" + +/* added into drivers/block/loop.c */ +static struct file *(*backing_file_func)(struct super_block *sb); + +/* + * test if two lower dentries have overlapping branches. + */ +int au_test_loopback_overlap(struct super_block *sb, struct dentry *h_adding) +{ + struct super_block *h_sb; + struct file *backing_file; + + if (unlikely(!backing_file_func)) { + /* don't load "loop" module here */ + backing_file_func = symbol_get(loop_backing_file); + if (unlikely(!backing_file_func)) + /* "loop" module is not loaded */ + return 0; + } + + h_sb = h_adding->d_sb; + backing_file = backing_file_func(h_sb); + if (!backing_file) + return 0; + + h_adding = backing_file->f_dentry; + /* + * h_adding can be local NFS. + * in this case aufs cannot detect the loop. + */ + if (unlikely(h_adding->d_sb == sb)) + return 1; + return !!au_test_subdir(h_adding, sb->s_root); +} + +/* true if a kernel thread named 'loop[0-9].*' accesses a file */ +int au_test_loopback_kthread(void) +{ + int ret; + struct task_struct *tsk = current; + char c, comm[sizeof(tsk->comm)]; + + ret = 0; + if (tsk->flags & PF_KTHREAD) { + get_task_comm(comm, tsk); + c = comm[4]; + ret = ('0' <= c && c <= '9' + && !strncmp(comm, "loop", 4)); + } + + return ret; +} + +/* ---------------------------------------------------------------------- */ + +#define au_warn_loopback_step 16 +static int au_warn_loopback_nelem = au_warn_loopback_step; +static unsigned long *au_warn_loopback_array; + +void au_warn_loopback(struct super_block *h_sb) +{ + int i, new_nelem; + unsigned long *a, magic; + static DEFINE_SPINLOCK(spin); + + magic = h_sb->s_magic; + spin_lock(&spin); + a = au_warn_loopback_array; + for (i = 0; i < au_warn_loopback_nelem && *a; i++) + if (a[i] == magic) { + spin_unlock(&spin); + return; + } + + /* h_sb is new to us, print it */ + if (i < au_warn_loopback_nelem) { + a[i] = magic; + goto pr; + } + + /* expand the array */ + new_nelem = au_warn_loopback_nelem + au_warn_loopback_step; + a = au_kzrealloc(au_warn_loopback_array, + au_warn_loopback_nelem * sizeof(unsigned long), + new_nelem * sizeof(unsigned long), GFP_ATOMIC); + if (a) { + au_warn_loopback_nelem = new_nelem; + au_warn_loopback_array = a; + a[i] = magic; + goto pr; + } + + spin_unlock(&spin); + AuWarn1("realloc failed, ignored\n"); + return; + +pr: + spin_unlock(&spin); + pr_warn("you may want to try another patch for loopback file " + "on %s(0x%lx) branch\n", au_sbtype(h_sb), magic); +} + +int au_loopback_init(void) +{ + int err; + struct super_block *sb __maybe_unused; + + AuDebugOn(sizeof(sb->s_magic) != sizeof(unsigned long)); + + err = 0; + au_warn_loopback_array = kcalloc(au_warn_loopback_step, + sizeof(unsigned long), GFP_NOFS); + if (unlikely(!au_warn_loopback_array)) + err = -ENOMEM; + + return err; +} + +void au_loopback_fin(void) +{ + symbol_put(loop_backing_file); + kfree(au_warn_loopback_array); +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/loop.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/loop.h @@ -0,0 +1,52 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * support for loopback mount as a branch + */ + +#ifndef __AUFS_LOOP_H__ +#define __AUFS_LOOP_H__ + +#ifdef __KERNEL__ + +struct dentry; +struct super_block; + +#ifdef CONFIG_AUFS_BDEV_LOOP +/* drivers/block/loop.c */ +struct file *loop_backing_file(struct super_block *sb); + +/* loop.c */ +int au_test_loopback_overlap(struct super_block *sb, struct dentry *h_adding); +int au_test_loopback_kthread(void); +void au_warn_loopback(struct super_block *h_sb); + +int au_loopback_init(void); +void au_loopback_fin(void); +#else +AuStubInt0(au_test_loopback_overlap, struct super_block *sb, + struct dentry *h_adding) +AuStubInt0(au_test_loopback_kthread, void) +AuStubVoid(au_warn_loopback, struct super_block *h_sb) + +AuStubInt0(au_loopback_init, void) +AuStubVoid(au_loopback_fin, void) +#endif /* BLK_DEV_LOOP */ + +#endif /* __KERNEL__ */ +#endif /* __AUFS_LOOP_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/magic.mk +++ linux-lts-utopic-3.16.0/ubuntu/aufs/magic.mk @@ -0,0 +1,54 @@ + +# defined in ${srctree}/fs/fuse/inode.c +# tristate +ifdef CONFIG_FUSE_FS +ccflags-y += -DFUSE_SUPER_MAGIC=0x65735546 +endif + +# defined in ${srctree}/fs/ocfs2/ocfs2_fs.h +# tristate +ifdef CONFIG_OCFS2_FS +ccflags-y += -DOCFS2_SUPER_MAGIC=0x7461636f +endif + +# defined in ${srctree}/fs/ocfs2/dlm/userdlm.h +# tristate +ifdef CONFIG_OCFS2_FS_O2CB +ccflags-y += -DDLMFS_MAGIC=0x76a9f425 +endif + +# defined in ${srctree}/fs/cifs/cifsfs.c +# tristate +ifdef CONFIG_CIFS_FS +ccflags-y += -DCIFS_MAGIC_NUMBER=0xFF534D42 +endif + +# defined in ${srctree}/fs/xfs/xfs_sb.h +# tristate +ifdef CONFIG_XFS_FS +ccflags-y += -DXFS_SB_MAGIC=0x58465342 +endif + +# defined in ${srctree}/fs/configfs/mount.c +# tristate +ifdef CONFIG_CONFIGFS_FS +ccflags-y += -DCONFIGFS_MAGIC=0x62656570 +endif + +# defined in ${srctree}/fs/9p/v9fs.h +# tristate +ifdef CONFIG_9P_FS +ccflags-y += -DV9FS_MAGIC=0x01021997 +endif + +# defined in ${srctree}/fs/ubifs/ubifs.h +# tristate +ifdef CONFIG_UBIFS_FS +ccflags-y += -DUBIFS_SUPER_MAGIC=0x24051905 +endif + +# defined in ${srctree}/fs/hfsplus/hfsplus_raw.h +# tristate +ifdef CONFIG_HFSPLUS_FS +ccflags-y += -DHFSPLUS_SUPER_MAGIC=0x482b +endif --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/module.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/module.c @@ -0,0 +1,210 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * module global variables and operations + */ + +#include +#include +#include "aufs.h" + +void *au_kzrealloc(void *p, unsigned int nused, unsigned int new_sz, gfp_t gfp) +{ + if (new_sz <= nused) + return p; + + p = krealloc(p, new_sz, gfp); + if (p) + memset(p + nused, 0, new_sz - nused); + return p; +} + +/* ---------------------------------------------------------------------- */ + +/* + * aufs caches + */ +struct kmem_cache *au_cachep[AuCache_Last]; +static int __init au_cache_init(void) +{ + au_cachep[AuCache_DINFO] = AuCacheCtor(au_dinfo, au_di_init_once); + if (au_cachep[AuCache_DINFO]) + /* SLAB_DESTROY_BY_RCU */ + au_cachep[AuCache_ICNTNR] = AuCacheCtor(au_icntnr, + au_icntnr_init_once); + if (au_cachep[AuCache_ICNTNR]) + au_cachep[AuCache_FINFO] = AuCacheCtor(au_finfo, + au_fi_init_once); + if (au_cachep[AuCache_FINFO]) + au_cachep[AuCache_VDIR] = AuCache(au_vdir); + if (au_cachep[AuCache_VDIR]) + au_cachep[AuCache_DEHSTR] = AuCache(au_vdir_dehstr); + if (au_cachep[AuCache_DEHSTR]) + return 0; + + return -ENOMEM; +} + +static void au_cache_fin(void) +{ + int i; + + /* + * Make sure all delayed rcu free inodes are flushed before we + * destroy cache. + */ + rcu_barrier(); + + /* excluding AuCache_HNOTIFY */ + BUILD_BUG_ON(AuCache_HNOTIFY + 1 != AuCache_Last); + for (i = 0; i < AuCache_HNOTIFY; i++) + if (au_cachep[i]) { + kmem_cache_destroy(au_cachep[i]); + au_cachep[i] = NULL; + } +} + +/* ---------------------------------------------------------------------- */ + +int au_dir_roflags; + +#ifdef CONFIG_AUFS_SBILIST +/* + * iterate_supers_type() doesn't protect us from + * remounting (branch management) + */ +struct au_splhead au_sbilist; +#endif + +struct lock_class_key au_lc_key[AuLcKey_Last]; + +/* + * functions for module interface. + */ +MODULE_LICENSE("GPL"); +/* MODULE_LICENSE("GPL v2"); */ +MODULE_AUTHOR("Junjiro R. Okajima "); +MODULE_DESCRIPTION(AUFS_NAME + " -- Advanced multi layered unification filesystem"); +MODULE_VERSION(AUFS_VERSION); +MODULE_ALIAS_FS(AUFS_NAME); + +/* this module parameter has no meaning when SYSFS is disabled */ +int sysaufs_brs = 1; +MODULE_PARM_DESC(brs, "use /fs/aufs/si_*/brN"); +module_param_named(brs, sysaufs_brs, int, S_IRUGO); + +/* this module parameter has no meaning when USER_NS is disabled */ +static bool au_userns; +MODULE_PARM_DESC(allow_userns, "allow unprivileged to mount under userns"); +module_param_named(allow_userns, au_userns, bool, S_IRUGO); + +/* ---------------------------------------------------------------------- */ + +static char au_esc_chars[0x20 + 3]; /* 0x01-0x20, backslash, del, and NULL */ + +int au_seq_path(struct seq_file *seq, struct path *path) +{ + return seq_path(seq, path, au_esc_chars); +} + +/* ---------------------------------------------------------------------- */ + +static int __init aufs_init(void) +{ + int err, i; + char *p; + + p = au_esc_chars; + for (i = 1; i <= ' '; i++) + *p++ = i; + *p++ = '\\'; + *p++ = '\x7f'; + *p = 0; + + au_dir_roflags = au_file_roflags(O_DIRECTORY | O_LARGEFILE); + + au_sbilist_init(); + sysaufs_brs_init(); + au_debug_init(); + au_dy_init(); + err = sysaufs_init(); + if (unlikely(err)) + goto out; + err = au_procfs_init(); + if (unlikely(err)) + goto out_sysaufs; + err = au_wkq_init(); + if (unlikely(err)) + goto out_procfs; + err = au_loopback_init(); + if (unlikely(err)) + goto out_wkq; + err = au_hnotify_init(); + if (unlikely(err)) + goto out_loopback; + err = au_sysrq_init(); + if (unlikely(err)) + goto out_hin; + err = au_cache_init(); + if (unlikely(err)) + goto out_sysrq; + + aufs_fs_type.fs_flags |= au_userns ? FS_USERNS_MOUNT : 0; + err = register_filesystem(&aufs_fs_type); + if (unlikely(err)) + goto out_cache; + + /* since we define pr_fmt, call printk directly */ + printk(KERN_INFO AUFS_NAME " " AUFS_VERSION "\n"); + goto out; /* success */ + +out_cache: + au_cache_fin(); +out_sysrq: + au_sysrq_fin(); +out_hin: + au_hnotify_fin(); +out_loopback: + au_loopback_fin(); +out_wkq: + au_wkq_fin(); +out_procfs: + au_procfs_fin(); +out_sysaufs: + sysaufs_fin(); + au_dy_fin(); +out: + return err; +} + +static void __exit aufs_exit(void) +{ + unregister_filesystem(&aufs_fs_type); + au_cache_fin(); + au_sysrq_fin(); + au_hnotify_fin(); + au_loopback_fin(); + au_wkq_fin(); + au_procfs_fin(); + sysaufs_fin(); + au_dy_fin(); +} + +module_init(aufs_init); +module_exit(aufs_exit); --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/module.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/module.h @@ -0,0 +1,104 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * module initialization and module-global + */ + +#ifndef __AUFS_MODULE_H__ +#define __AUFS_MODULE_H__ + +#ifdef __KERNEL__ + +#include + +struct path; +struct seq_file; + +/* module parameters */ +extern int sysaufs_brs; + +/* ---------------------------------------------------------------------- */ + +extern int au_dir_roflags; + +enum { + AuLcNonDir_FIINFO, + AuLcNonDir_DIINFO, + AuLcNonDir_IIINFO, + + AuLcDir_FIINFO, + AuLcDir_DIINFO, + AuLcDir_IIINFO, + + AuLcSymlink_DIINFO, + AuLcSymlink_IIINFO, + + AuLcKey_Last +}; +extern struct lock_class_key au_lc_key[AuLcKey_Last]; + +void *au_kzrealloc(void *p, unsigned int nused, unsigned int new_sz, gfp_t gfp); +int au_seq_path(struct seq_file *seq, struct path *path); + +#ifdef CONFIG_PROC_FS +/* procfs.c */ +int __init au_procfs_init(void); +void au_procfs_fin(void); +#else +AuStubInt0(au_procfs_init, void); +AuStubVoid(au_procfs_fin, void); +#endif + +/* ---------------------------------------------------------------------- */ + +/* kmem cache */ +enum { + AuCache_DINFO, + AuCache_ICNTNR, + AuCache_FINFO, + AuCache_VDIR, + AuCache_DEHSTR, + AuCache_HNOTIFY, /* must be last */ + AuCache_Last +}; + +#define AuCacheFlags (SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD) +#define AuCache(type) KMEM_CACHE(type, AuCacheFlags) +#define AuCacheCtor(type, ctor) \ + kmem_cache_create(#type, sizeof(struct type), \ + __alignof__(struct type), AuCacheFlags, ctor) + +extern struct kmem_cache *au_cachep[]; + +#define AuCacheFuncs(name, index) \ +static inline struct au_##name *au_cache_alloc_##name(void) \ +{ return kmem_cache_alloc(au_cachep[AuCache_##index], GFP_NOFS); } \ +static inline void au_cache_free_##name(struct au_##name *p) \ +{ kmem_cache_free(au_cachep[AuCache_##index], p); } + +AuCacheFuncs(dinfo, DINFO); +AuCacheFuncs(icntnr, ICNTNR); +AuCacheFuncs(finfo, FINFO); +AuCacheFuncs(vdir, VDIR); +AuCacheFuncs(vdir_dehstr, DEHSTR); +#ifdef CONFIG_AUFS_HNOTIFY +AuCacheFuncs(hnotify, HNOTIFY); +#endif + +#endif /* __KERNEL__ */ +#endif /* __AUFS_MODULE_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/mvdown.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/mvdown.c @@ -0,0 +1,627 @@ +/* + * Copyright (C) 2011-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * move-down, opposite of copy-up + */ + +#include "aufs.h" + +struct au_mvd_args { + struct { + struct super_block *h_sb; + struct dentry *h_parent; + struct au_hinode *hdir; + struct inode *h_dir, *h_inode; + } info[AUFS_MVDOWN_NARRAY]; + + struct aufs_mvdown mvdown; + struct dentry *dentry, *parent; + struct inode *inode, *dir; + struct super_block *sb; + aufs_bindex_t bopq, bwh, bfound; + unsigned char rename_lock; + struct au_pin pin; +}; + +#define mvd_errno mvdown.au_errno +#define mvd_bsrc mvdown.a[AUFS_MVDOWN_UPPER].bindex +#define mvd_src_brid mvdown.a[AUFS_MVDOWN_UPPER].brid +#define mvd_bdst mvdown.a[AUFS_MVDOWN_LOWER].bindex +#define mvd_dst_brid mvdown.a[AUFS_MVDOWN_LOWER].brid + +#define mvd_h_src_sb info[AUFS_MVDOWN_UPPER].h_sb +#define mvd_h_src_parent info[AUFS_MVDOWN_UPPER].h_parent +#define mvd_hdir_src info[AUFS_MVDOWN_UPPER].hdir +#define mvd_h_src_dir info[AUFS_MVDOWN_UPPER].h_dir +#define mvd_h_src_inode info[AUFS_MVDOWN_UPPER].h_inode + +#define mvd_h_dst_sb info[AUFS_MVDOWN_LOWER].h_sb +#define mvd_h_dst_parent info[AUFS_MVDOWN_LOWER].h_parent +#define mvd_hdir_dst info[AUFS_MVDOWN_LOWER].hdir +#define mvd_h_dst_dir info[AUFS_MVDOWN_LOWER].h_dir +#define mvd_h_dst_inode info[AUFS_MVDOWN_LOWER].h_inode + +#define AU_MVD_PR(flag, ...) do { \ + if (flag) \ + pr_err(__VA_ARGS__); \ + } while (0) + +/* make the parent dir on bdst */ +static int au_do_mkdir(const unsigned char dmsg, struct au_mvd_args *a) +{ + int err; + + err = 0; + a->mvd_hdir_src = au_hi(a->dir, a->mvd_bsrc); + a->mvd_hdir_dst = au_hi(a->dir, a->mvd_bdst); + a->mvd_h_src_parent = au_h_dptr(a->parent, a->mvd_bsrc); + a->mvd_h_dst_parent = NULL; + if (au_dbend(a->parent) >= a->mvd_bdst) + a->mvd_h_dst_parent = au_h_dptr(a->parent, a->mvd_bdst); + if (!a->mvd_h_dst_parent) { + err = au_cpdown_dirs(a->dentry, a->mvd_bdst); + if (unlikely(err)) { + AU_MVD_PR(dmsg, "cpdown_dirs failed\n"); + goto out; + } + a->mvd_h_dst_parent = au_h_dptr(a->parent, a->mvd_bdst); + } + +out: + AuTraceErr(err); + return err; +} + +/* lock them all */ +static int au_do_lock(const unsigned char dmsg, struct au_mvd_args *a) +{ + int err; + struct dentry *h_trap; + + a->mvd_h_src_sb = au_sbr_sb(a->sb, a->mvd_bsrc); + a->mvd_h_dst_sb = au_sbr_sb(a->sb, a->mvd_bdst); + if (a->mvd_h_src_sb != a->mvd_h_dst_sb) { + a->rename_lock = 0; + err = au_pin(&a->pin, a->dentry, a->mvd_bdst, + au_opt_udba(a->sb), + AuPin_MNT_WRITE | AuPin_DI_LOCKED); + if (!err) { + a->mvd_h_src_dir = a->mvd_h_src_parent->d_inode; + mutex_lock_nested(&a->mvd_h_src_dir->i_mutex, + AuLsc_I_PARENT3); + } else + AU_MVD_PR(dmsg, "pin failed\n"); + goto out; + } + + err = 0; + a->rename_lock = 1; + h_trap = vfsub_lock_rename(a->mvd_h_src_parent, a->mvd_hdir_src, + a->mvd_h_dst_parent, a->mvd_hdir_dst); + if (h_trap) { + err = (h_trap != a->mvd_h_src_parent); + if (err) + err = (h_trap != a->mvd_h_dst_parent); + } + BUG_ON(err); /* it should never happen */ + +out: + AuTraceErr(err); + return err; +} + +static void au_do_unlock(const unsigned char dmsg, struct au_mvd_args *a) +{ + if (!a->rename_lock) { + mutex_unlock(&a->mvd_h_src_dir->i_mutex); + au_unpin(&a->pin); + } else + vfsub_unlock_rename(a->mvd_h_src_parent, a->mvd_hdir_src, + a->mvd_h_dst_parent, a->mvd_hdir_dst); +} + +/* copy-down the file */ +static int au_do_cpdown(const unsigned char dmsg, struct au_mvd_args *a) +{ + int err; + struct au_cp_generic cpg = { + .dentry = a->dentry, + .bdst = a->mvd_bdst, + .bsrc = a->mvd_bsrc, + .len = -1, + .pin = &a->pin, + .flags = AuCpup_DTIME | AuCpup_HOPEN + }; + + AuDbg("b%d, b%d\n", cpg.bsrc, cpg.bdst); + if (a->mvdown.flags & AUFS_MVDOWN_OWLOWER) + au_fset_cpup(cpg.flags, OVERWRITE); + if (a->mvdown.flags & AUFS_MVDOWN_ROLOWER) + au_fset_cpup(cpg.flags, RWDST); + err = au_sio_cpdown_simple(&cpg); + if (unlikely(err)) + AU_MVD_PR(dmsg, "cpdown failed\n"); + + AuTraceErr(err); + return err; +} + +/* + * unlink the whiteout on bdst if exist which may be created by UDBA while we + * were sleeping + */ +static int au_do_unlink_wh(const unsigned char dmsg, struct au_mvd_args *a) +{ + int err; + struct path h_path; + struct au_branch *br; + struct inode *delegated; + + br = au_sbr(a->sb, a->mvd_bdst); + h_path.dentry = au_wh_lkup(a->mvd_h_dst_parent, &a->dentry->d_name, br); + err = PTR_ERR(h_path.dentry); + if (IS_ERR(h_path.dentry)) { + AU_MVD_PR(dmsg, "wh_lkup failed\n"); + goto out; + } + + err = 0; + if (h_path.dentry->d_inode) { + h_path.mnt = au_br_mnt(br); + delegated = NULL; + err = vfsub_unlink(a->mvd_h_dst_parent->d_inode, &h_path, + &delegated, /*force*/0); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal unlink\n"); + iput(delegated); + } + if (unlikely(err)) + AU_MVD_PR(dmsg, "wh_unlink failed\n"); + } + dput(h_path.dentry); + +out: + AuTraceErr(err); + return err; +} + +/* + * unlink the topmost h_dentry + * Note: the target file MAY be modified by UDBA between this mutex_unlock() and + * mutex_lock() in vfs_unlink(). in this case, such changes may be lost. + */ +static int au_do_unlink(const unsigned char dmsg, struct au_mvd_args *a) +{ + int err; + struct path h_path; + struct inode *delegated; + + h_path.mnt = au_sbr_mnt(a->sb, a->mvd_bsrc); + h_path.dentry = au_h_dptr(a->dentry, a->mvd_bsrc); + delegated = NULL; + err = vfsub_unlink(a->mvd_h_src_dir, &h_path, &delegated, /*force*/0); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal unlink\n"); + iput(delegated); + } + if (unlikely(err)) + AU_MVD_PR(dmsg, "unlink failed\n"); + + AuTraceErr(err); + return err; +} + +/* + * copy-down the file and unlink the bsrc file. + * - unlink the bdst whout if exist + * - copy-down the file (with whtmp name and rename) + * - unlink the bsrc file + */ +static int au_do_mvdown(const unsigned char dmsg, struct au_mvd_args *a) +{ + int err; + + err = au_do_mkdir(dmsg, a); + if (!err) + err = au_do_lock(dmsg, a); + if (unlikely(err)) + goto out; + + /* + * do not revert the activities we made on bdst since they should be + * harmless in aufs. + */ + + err = au_do_cpdown(dmsg, a); + if (!err) + err = au_do_unlink_wh(dmsg, a); + if (!err && !(a->mvdown.flags & AUFS_MVDOWN_KUPPER)) + err = au_do_unlink(dmsg, a); + if (unlikely(err)) + goto out_unlock; + + /* maintain internal array */ + if (!(a->mvdown.flags & AUFS_MVDOWN_KUPPER)) { + au_set_h_dptr(a->dentry, a->mvd_bsrc, NULL); + au_set_dbstart(a->dentry, a->mvd_bdst); + au_set_h_iptr(a->inode, a->mvd_bsrc, NULL, /*flags*/0); + au_set_ibstart(a->inode, a->mvd_bdst); + } + if (au_dbend(a->dentry) < a->mvd_bdst) + au_set_dbend(a->dentry, a->mvd_bdst); + if (au_ibend(a->inode) < a->mvd_bdst) + au_set_ibend(a->inode, a->mvd_bdst); + +out_unlock: + au_do_unlock(dmsg, a); +out: + AuTraceErr(err); + return err; +} + +/* ---------------------------------------------------------------------- */ + +static int find_lower_writable(struct au_mvd_args *a) +{ + struct super_block *sb; + aufs_bindex_t bindex, bend; + struct au_branch *br; + + sb = a->sb; + bindex = a->mvd_bsrc; + bend = au_sbend(sb); + if (!(a->mvdown.flags & AUFS_MVDOWN_ROLOWER)) { + for (bindex++; bindex <= bend; bindex++) { + br = au_sbr(sb, bindex); + if (!au_br_rdonly(br)) + return bindex; + } + } else { + for (bindex++; bindex <= bend; bindex++) { + br = au_sbr(sb, bindex); + if (!(au_br_sb(br)->s_flags & MS_RDONLY)) { + if (au_br_rdonly(br)) + a->mvdown.flags + |= AUFS_MVDOWN_ROLOWER_R; + return bindex; + } + } + } + + return -1; +} + +/* make sure the file is idle */ +static int au_mvd_args_busy(const unsigned char dmsg, struct au_mvd_args *a) +{ + int err, plinked; + + err = 0; + plinked = !!au_opt_test(au_mntflags(a->sb), PLINK); + if (au_dbstart(a->dentry) == a->mvd_bsrc + && d_count(a->dentry) == 1 + && atomic_read(&a->inode->i_count) == 1 + /* && a->mvd_h_src_inode->i_nlink == 1 */ + && (!plinked || !au_plink_test(a->inode)) + && a->inode->i_nlink == 1) + goto out; + + err = -EBUSY; + AU_MVD_PR(dmsg, + "b%d, d{b%d, c%u?}, i{c%d?, l%u}, hi{l%u}, p{%d, %d}\n", + a->mvd_bsrc, au_dbstart(a->dentry), d_count(a->dentry), + atomic_read(&a->inode->i_count), a->inode->i_nlink, + a->mvd_h_src_inode->i_nlink, + plinked, plinked ? au_plink_test(a->inode) : 0); + +out: + AuTraceErr(err); + return err; +} + +/* make sure the parent dir is fine */ +static int au_mvd_args_parent(const unsigned char dmsg, + struct au_mvd_args *a) +{ + int err; + aufs_bindex_t bindex; + + err = 0; + if (unlikely(au_alive_dir(a->parent))) { + err = -ENOENT; + AU_MVD_PR(dmsg, "parent dir is dead\n"); + goto out; + } + + a->bopq = au_dbdiropq(a->parent); + bindex = au_wbr_nonopq(a->dentry, a->mvd_bdst); + AuDbg("b%d\n", bindex); + if (unlikely((bindex >= 0 && bindex < a->mvd_bdst) + || (a->bopq != -1 && a->bopq < a->mvd_bdst))) { + err = -EINVAL; + a->mvd_errno = EAU_MVDOWN_OPAQUE; + AU_MVD_PR(dmsg, "ancestor is opaque b%d, b%d\n", + a->bopq, a->mvd_bdst); + } + +out: + AuTraceErr(err); + return err; +} + +static int au_mvd_args_intermediate(const unsigned char dmsg, + struct au_mvd_args *a) +{ + int err; + struct au_dinfo *dinfo, *tmp; + + /* lookup the next lower positive entry */ + err = -ENOMEM; + tmp = au_di_alloc(a->sb, AuLsc_DI_TMP); + if (unlikely(!tmp)) + goto out; + + a->bfound = -1; + a->bwh = -1; + dinfo = au_di(a->dentry); + au_di_cp(tmp, dinfo); + au_di_swap(tmp, dinfo); + + /* returns the number of positive dentries */ + err = au_lkup_dentry(a->dentry, a->mvd_bsrc + 1, /*type*/0); + if (!err) + a->bwh = au_dbwh(a->dentry); + else if (err > 0) + a->bfound = au_dbstart(a->dentry); + + au_di_swap(tmp, dinfo); + au_rw_write_unlock(&tmp->di_rwsem); + au_di_free(tmp); + if (unlikely(err < 0)) + AU_MVD_PR(dmsg, "failed look-up lower\n"); + + /* + * here, we have these cases. + * bfound == -1 + * no positive dentry under bsrc. there are more sub-cases. + * bwh < 0 + * there no whiteout, we can safely move-down. + * bwh <= bsrc + * impossible + * bsrc < bwh && bwh < bdst + * there is a whiteout on RO branch. cannot proceed. + * bwh == bdst + * there is a whiteout on the RW target branch. it should + * be removed. + * bdst < bwh + * there is a whiteout somewhere unrelated branch. + * -1 < bfound && bfound <= bsrc + * impossible. + * bfound < bdst + * found, but it is on RO branch between bsrc and bdst. cannot + * proceed. + * bfound == bdst + * found, replace it if AUFS_MVDOWN_FORCE is set. otherwise return + * error. + * bdst < bfound + * found, after we create the file on bdst, it will be hidden. + */ + + AuDebugOn(a->bfound == -1 + && a->bwh != -1 + && a->bwh <= a->mvd_bsrc); + AuDebugOn(-1 < a->bfound + && a->bfound <= a->mvd_bsrc); + + err = -EINVAL; + if (a->bfound == -1 + && a->mvd_bsrc < a->bwh + && a->bwh != -1 + && a->bwh < a->mvd_bdst) { + a->mvd_errno = EAU_MVDOWN_WHITEOUT; + AU_MVD_PR(dmsg, "bsrc %d, bdst %d, bfound %d, bwh %d\n", + a->mvd_bsrc, a->mvd_bdst, a->bfound, a->bwh); + goto out; + } else if (a->bfound != -1 && a->bfound < a->mvd_bdst) { + a->mvd_errno = EAU_MVDOWN_UPPER; + AU_MVD_PR(dmsg, "bdst %d, bfound %d\n", + a->mvd_bdst, a->bfound); + goto out; + } + + err = 0; /* success */ + +out: + AuTraceErr(err); + return err; +} + +static int au_mvd_args_exist(const unsigned char dmsg, struct au_mvd_args *a) +{ + int err; + + err = 0; + if (!(a->mvdown.flags & AUFS_MVDOWN_OWLOWER) + && a->bfound == a->mvd_bdst) + err = -EEXIST; + AuTraceErr(err); + return err; +} + +static int au_mvd_args(const unsigned char dmsg, struct au_mvd_args *a) +{ + int err; + struct au_branch *br; + + err = -EISDIR; + if (unlikely(S_ISDIR(a->inode->i_mode))) + goto out; + + err = -EINVAL; + if (!(a->mvdown.flags & AUFS_MVDOWN_BRID_UPPER)) + a->mvd_bsrc = au_ibstart(a->inode); + else { + a->mvd_bsrc = au_br_index(a->sb, a->mvd_src_brid); + if (unlikely(a->mvd_bsrc < 0 + || (a->mvd_bsrc < au_dbstart(a->dentry) + || au_dbend(a->dentry) < a->mvd_bsrc + || !au_h_dptr(a->dentry, a->mvd_bsrc)) + || (a->mvd_bsrc < au_ibstart(a->inode) + || au_ibend(a->inode) < a->mvd_bsrc + || !au_h_iptr(a->inode, a->mvd_bsrc)))) { + a->mvd_errno = EAU_MVDOWN_NOUPPER; + AU_MVD_PR(dmsg, "no upper\n"); + goto out; + } + } + if (unlikely(a->mvd_bsrc == au_sbend(a->sb))) { + a->mvd_errno = EAU_MVDOWN_BOTTOM; + AU_MVD_PR(dmsg, "on the bottom\n"); + goto out; + } + a->mvd_h_src_inode = au_h_iptr(a->inode, a->mvd_bsrc); + br = au_sbr(a->sb, a->mvd_bsrc); + err = au_br_rdonly(br); + if (!(a->mvdown.flags & AUFS_MVDOWN_ROUPPER)) { + if (unlikely(err)) + goto out; + } else if (!(vfsub_native_ro(a->mvd_h_src_inode) + || IS_APPEND(a->mvd_h_src_inode))) { + if (err) + a->mvdown.flags |= AUFS_MVDOWN_ROUPPER_R; + /* go on */ + } else + goto out; + + err = -EINVAL; + if (!(a->mvdown.flags & AUFS_MVDOWN_BRID_LOWER)) { + a->mvd_bdst = find_lower_writable(a); + if (unlikely(a->mvd_bdst < 0)) { + a->mvd_errno = EAU_MVDOWN_BOTTOM; + AU_MVD_PR(dmsg, "no writable lower branch\n"); + goto out; + } + } else { + a->mvd_bdst = au_br_index(a->sb, a->mvd_dst_brid); + if (unlikely(a->mvd_bdst < 0 + || au_sbend(a->sb) < a->mvd_bdst)) { + a->mvd_errno = EAU_MVDOWN_NOLOWERBR; + AU_MVD_PR(dmsg, "no lower brid\n"); + goto out; + } + } + + err = au_mvd_args_busy(dmsg, a); + if (!err) + err = au_mvd_args_parent(dmsg, a); + if (!err) + err = au_mvd_args_intermediate(dmsg, a); + if (!err) + err = au_mvd_args_exist(dmsg, a); + if (!err) + AuDbg("b%d, b%d\n", a->mvd_bsrc, a->mvd_bdst); + +out: + AuTraceErr(err); + return err; +} + +int au_mvdown(struct dentry *dentry, struct aufs_mvdown __user *uarg) +{ + int err, e; + unsigned char dmsg; + struct au_mvd_args *args; + + err = -EPERM; + if (unlikely(!capable(CAP_SYS_ADMIN))) + goto out; + + WARN_ONCE(1, "move-down is still testing...\n"); + + err = -ENOMEM; + args = kmalloc(sizeof(*args), GFP_NOFS); + if (unlikely(!args)) + goto out; + + err = copy_from_user(&args->mvdown, uarg, sizeof(args->mvdown)); + if (!err) + err = !access_ok(VERIFY_WRITE, uarg, sizeof(*uarg)); + if (unlikely(err)) { + err = -EFAULT; + AuTraceErr(err); + goto out_free; + } + AuDbg("flags 0x%x\n", args->mvdown.flags); + args->mvdown.flags &= ~(AUFS_MVDOWN_ROLOWER_R | AUFS_MVDOWN_ROUPPER_R); + args->mvdown.au_errno = 0; + args->dentry = dentry; + args->inode = dentry->d_inode; + args->sb = dentry->d_sb; + + err = -ENOENT; + dmsg = !!(args->mvdown.flags & AUFS_MVDOWN_DMSG); + args->parent = dget_parent(dentry); + args->dir = args->parent->d_inode; + mutex_lock_nested(&args->dir->i_mutex, I_MUTEX_PARENT); + dput(args->parent); + if (unlikely(args->parent != dentry->d_parent)) { + AU_MVD_PR(dmsg, "parent dir is moved\n"); + goto out_dir; + } + + mutex_lock_nested(&args->inode->i_mutex, I_MUTEX_CHILD); + err = aufs_read_lock(dentry, AuLock_DW | AuLock_FLUSH); + if (unlikely(err)) + goto out_inode; + + di_write_lock_parent(args->parent); + err = au_mvd_args(dmsg, args); + if (unlikely(err)) + goto out_parent; + + AuDbgDentry(dentry); + AuDbgInode(args->inode); + err = au_do_mvdown(dmsg, args); + if (unlikely(err)) + goto out_parent; + AuDbgDentry(dentry); + AuDbgInode(args->inode); + + au_cpup_attr_timesizes(args->dir); + au_cpup_attr_timesizes(args->inode); + au_cpup_igen(args->inode, au_h_iptr(args->inode, args->mvd_bdst)); + /* au_digen_dec(dentry); */ + +out_parent: + di_write_unlock(args->parent); + aufs_read_unlock(dentry, AuLock_DW); +out_inode: + mutex_unlock(&args->inode->i_mutex); +out_dir: + mutex_unlock(&args->dir->i_mutex); +out_free: + e = copy_to_user(uarg, &args->mvdown, sizeof(args->mvdown)); + if (unlikely(e)) + err = -EFAULT; + kfree(args); +out: + AuTraceErr(err); + return err; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/opts.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/opts.c @@ -0,0 +1,1750 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * mount options/flags + */ + +#include +#include /* a distribution requires */ +#include +#include "aufs.h" + +/* ---------------------------------------------------------------------- */ + +enum { + Opt_br, + Opt_add, Opt_del, Opt_mod, Opt_reorder, Opt_append, Opt_prepend, + Opt_idel, Opt_imod, Opt_ireorder, + Opt_dirwh, Opt_rdcache, Opt_rdblk, Opt_rdhash, Opt_rendir, + Opt_rdblk_def, Opt_rdhash_def, + Opt_xino, Opt_zxino, Opt_noxino, + Opt_trunc_xino, Opt_trunc_xino_v, Opt_notrunc_xino, + Opt_trunc_xino_path, Opt_itrunc_xino, + Opt_trunc_xib, Opt_notrunc_xib, + Opt_shwh, Opt_noshwh, + Opt_plink, Opt_noplink, Opt_list_plink, + Opt_udba, + Opt_dio, Opt_nodio, + /* Opt_lock, Opt_unlock, */ + Opt_cmd, Opt_cmd_args, + Opt_diropq_a, Opt_diropq_w, + Opt_warn_perm, Opt_nowarn_perm, + Opt_wbr_copyup, Opt_wbr_create, + Opt_refrof, Opt_norefrof, + Opt_verbose, Opt_noverbose, + Opt_sum, Opt_nosum, Opt_wsum, + Opt_dirperm1, Opt_nodirperm1, + Opt_tail, Opt_ignore, Opt_ignore_silent, Opt_err +}; + +static match_table_t options = { + {Opt_br, "br=%s"}, + {Opt_br, "br:%s"}, + + {Opt_add, "add=%d:%s"}, + {Opt_add, "add:%d:%s"}, + {Opt_add, "ins=%d:%s"}, + {Opt_add, "ins:%d:%s"}, + {Opt_append, "append=%s"}, + {Opt_append, "append:%s"}, + {Opt_prepend, "prepend=%s"}, + {Opt_prepend, "prepend:%s"}, + + {Opt_del, "del=%s"}, + {Opt_del, "del:%s"}, + /* {Opt_idel, "idel:%d"}, */ + {Opt_mod, "mod=%s"}, + {Opt_mod, "mod:%s"}, + /* {Opt_imod, "imod:%d:%s"}, */ + + {Opt_dirwh, "dirwh=%d"}, + + {Opt_xino, "xino=%s"}, + {Opt_noxino, "noxino"}, + {Opt_trunc_xino, "trunc_xino"}, + {Opt_trunc_xino_v, "trunc_xino_v=%d:%d"}, + {Opt_notrunc_xino, "notrunc_xino"}, + {Opt_trunc_xino_path, "trunc_xino=%s"}, + {Opt_itrunc_xino, "itrunc_xino=%d"}, + /* {Opt_zxino, "zxino=%s"}, */ + {Opt_trunc_xib, "trunc_xib"}, + {Opt_notrunc_xib, "notrunc_xib"}, + +#ifdef CONFIG_PROC_FS + {Opt_plink, "plink"}, +#else + {Opt_ignore_silent, "plink"}, +#endif + + {Opt_noplink, "noplink"}, + +#ifdef CONFIG_AUFS_DEBUG + {Opt_list_plink, "list_plink"}, +#endif + + {Opt_udba, "udba=%s"}, + + {Opt_dio, "dio"}, + {Opt_nodio, "nodio"}, + + {Opt_diropq_a, "diropq=always"}, + {Opt_diropq_a, "diropq=a"}, + {Opt_diropq_w, "diropq=whiteouted"}, + {Opt_diropq_w, "diropq=w"}, + + {Opt_warn_perm, "warn_perm"}, + {Opt_nowarn_perm, "nowarn_perm"}, + + /* keep them temporary */ + {Opt_ignore_silent, "nodlgt"}, + {Opt_ignore_silent, "clean_plink"}, + +#ifdef CONFIG_AUFS_SHWH + {Opt_shwh, "shwh"}, +#endif + {Opt_noshwh, "noshwh"}, + + {Opt_dirperm1, "dirperm1"}, + {Opt_nodirperm1, "nodirperm1"}, + + {Opt_rendir, "rendir=%d"}, + + {Opt_refrof, "refrof"}, + {Opt_norefrof, "norefrof"}, + + {Opt_verbose, "verbose"}, + {Opt_verbose, "v"}, + {Opt_noverbose, "noverbose"}, + {Opt_noverbose, "quiet"}, + {Opt_noverbose, "q"}, + {Opt_noverbose, "silent"}, + + {Opt_sum, "sum"}, + {Opt_nosum, "nosum"}, + {Opt_wsum, "wsum"}, + + {Opt_rdcache, "rdcache=%d"}, + {Opt_rdblk, "rdblk=%d"}, + {Opt_rdblk_def, "rdblk=def"}, + {Opt_rdhash, "rdhash=%d"}, + {Opt_rdhash_def, "rdhash=def"}, + + {Opt_wbr_create, "create=%s"}, + {Opt_wbr_create, "create_policy=%s"}, + {Opt_wbr_copyup, "cpup=%s"}, + {Opt_wbr_copyup, "copyup=%s"}, + {Opt_wbr_copyup, "copyup_policy=%s"}, + + /* internal use for the scripts */ + {Opt_ignore_silent, "si=%s"}, + + {Opt_br, "dirs=%s"}, + {Opt_ignore, "debug=%d"}, + {Opt_ignore, "delete=whiteout"}, + {Opt_ignore, "delete=all"}, + {Opt_ignore, "imap=%s"}, + + /* temporary workaround, due to old mount(8)? */ + {Opt_ignore_silent, "relatime"}, + + {Opt_err, NULL} +}; + +/* ---------------------------------------------------------------------- */ + +static const char *au_parser_pattern(int val, match_table_t tbl) +{ + struct match_token *p; + + p = tbl; + while (p->pattern) { + if (p->token == val) + return p->pattern; + p++; + } + BUG(); + return "??"; +} + +static const char *au_optstr(int *val, match_table_t tbl) +{ + struct match_token *p; + int v; + + v = *val; + p = tbl; + while (p->token) { + if ((v & p->token) == p->token) { + *val &= ~p->token; + return p->pattern; + } + p++; + } + return NULL; +} + +/* ---------------------------------------------------------------------- */ + +static match_table_t brperm = { + {AuBrPerm_RO, AUFS_BRPERM_RO}, + {AuBrPerm_RR, AUFS_BRPERM_RR}, + {AuBrPerm_RW, AUFS_BRPERM_RW}, + {0, NULL} +}; + +static match_table_t brattr = { + /* general */ + {AuBrAttr_COO_REG, AUFS_BRATTR_COO_REG}, + {AuBrAttr_COO_ALL, AUFS_BRATTR_COO_ALL}, + {AuBrAttr_UNPIN, AUFS_BRATTR_UNPIN}, + + /* ro/rr branch */ + {AuBrRAttr_WH, AUFS_BRRATTR_WH}, + + /* rw branch */ + {AuBrWAttr_MOO, AUFS_BRWATTR_MOO}, + {AuBrWAttr_NoLinkWH, AUFS_BRWATTR_NLWH}, + + {0, NULL} +}; + +static int br_attr_val(char *str, match_table_t table, substring_t args[]) +{ + int attr, v; + char *p; + + attr = 0; + do { + p = strchr(str, '+'); + if (p) + *p = 0; + v = match_token(str, table, args); + if (v) { + if (v & AuBrAttr_CMOO_Mask) + attr &= ~AuBrAttr_CMOO_Mask; + attr |= v; + } else { + if (p) + *p = '+'; + pr_warn("ignored branch attribute %s\n", str); + break; + } + if (p) + str = p + 1; + } while (p); + + return attr; +} + +static int au_do_optstr_br_attr(au_br_perm_str_t *str, int perm) +{ + int sz; + const char *p; + char *q; + + sz = 0; + q = str->a; + *q = 0; + p = au_optstr(&perm, brattr); + if (p) { + sz = strlen(p); + memcpy(q, p, sz + 1); + q += sz; + } else + goto out; + + do { + p = au_optstr(&perm, brattr); + if (p) { + *q++ = '+'; + sz = strlen(p); + memcpy(q, p, sz + 1); + q += sz; + } + } while (p); + +out: + return sz; +} + +static int noinline_for_stack br_perm_val(char *perm) +{ + int val, bad, sz; + char *p; + substring_t args[MAX_OPT_ARGS]; + au_br_perm_str_t attr; + + p = strchr(perm, '+'); + if (p) + *p = 0; + val = match_token(perm, brperm, args); + if (!val) { + if (p) + *p = '+'; + pr_warn("ignored branch permission %s\n", perm); + val = AuBrPerm_RO; + goto out; + } + if (!p) + goto out; + + val |= br_attr_val(p + 1, brattr, args); + + bad = 0; + switch (val & AuBrPerm_Mask) { + case AuBrPerm_RO: + case AuBrPerm_RR: + bad = val & AuBrWAttr_Mask; + val &= ~AuBrWAttr_Mask; + break; + case AuBrPerm_RW: + bad = val & AuBrRAttr_Mask; + val &= ~AuBrRAttr_Mask; + break; + } + if (unlikely(bad)) { + sz = au_do_optstr_br_attr(&attr, bad); + AuDebugOn(!sz); + pr_warn("ignored branch attribute %s\n", attr.a); + } + +out: + return val; +} + +void au_optstr_br_perm(au_br_perm_str_t *str, int perm) +{ + au_br_perm_str_t attr; + const char *p; + char *q; + int sz; + + q = str->a; + p = au_optstr(&perm, brperm); + AuDebugOn(!p || !*p); + sz = strlen(p); + memcpy(q, p, sz + 1); + q += sz; + + sz = au_do_optstr_br_attr(&attr, perm); + if (sz) { + *q++ = '+'; + memcpy(q, attr.a, sz + 1); + } + + AuDebugOn(strlen(str->a) >= sizeof(str->a)); +} + +/* ---------------------------------------------------------------------- */ + +static match_table_t udbalevel = { + {AuOpt_UDBA_REVAL, "reval"}, + {AuOpt_UDBA_NONE, "none"}, +#ifdef CONFIG_AUFS_HNOTIFY + {AuOpt_UDBA_HNOTIFY, "notify"}, /* abstraction */ +#ifdef CONFIG_AUFS_HFSNOTIFY + {AuOpt_UDBA_HNOTIFY, "fsnotify"}, +#endif +#endif + {-1, NULL} +}; + +static int noinline_for_stack udba_val(char *str) +{ + substring_t args[MAX_OPT_ARGS]; + + return match_token(str, udbalevel, args); +} + +const char *au_optstr_udba(int udba) +{ + return au_parser_pattern(udba, udbalevel); +} + +/* ---------------------------------------------------------------------- */ + +static match_table_t au_wbr_create_policy = { + {AuWbrCreate_TDP, "tdp"}, + {AuWbrCreate_TDP, "top-down-parent"}, + {AuWbrCreate_RR, "rr"}, + {AuWbrCreate_RR, "round-robin"}, + {AuWbrCreate_MFS, "mfs"}, + {AuWbrCreate_MFS, "most-free-space"}, + {AuWbrCreate_MFSV, "mfs:%d"}, + {AuWbrCreate_MFSV, "most-free-space:%d"}, + + {AuWbrCreate_MFSRR, "mfsrr:%d"}, + {AuWbrCreate_MFSRRV, "mfsrr:%d:%d"}, + {AuWbrCreate_PMFS, "pmfs"}, + {AuWbrCreate_PMFSV, "pmfs:%d"}, + {AuWbrCreate_PMFSRR, "pmfsrr:%d"}, + {AuWbrCreate_PMFSRRV, "pmfsrr:%d:%d"}, + + {-1, NULL} +}; + +/* + * cf. linux/lib/parser.c and cmdline.c + * gave up calling memparse() since it uses simple_strtoull() instead of + * kstrto...(). + */ +static int noinline_for_stack +au_match_ull(substring_t *s, unsigned long long *result) +{ + int err; + unsigned int len; + char a[32]; + + err = -ERANGE; + len = s->to - s->from; + if (len + 1 <= sizeof(a)) { + memcpy(a, s->from, len); + a[len] = '\0'; + err = kstrtoull(a, 0, result); + } + return err; +} + +static int au_wbr_mfs_wmark(substring_t *arg, char *str, + struct au_opt_wbr_create *create) +{ + int err; + unsigned long long ull; + + err = 0; + if (!au_match_ull(arg, &ull)) + create->mfsrr_watermark = ull; + else { + pr_err("bad integer in %s\n", str); + err = -EINVAL; + } + + return err; +} + +static int au_wbr_mfs_sec(substring_t *arg, char *str, + struct au_opt_wbr_create *create) +{ + int n, err; + + err = 0; + if (!match_int(arg, &n) && 0 <= n && n <= AUFS_MFS_MAX_SEC) + create->mfs_second = n; + else { + pr_err("bad integer in %s\n", str); + err = -EINVAL; + } + + return err; +} + +static int noinline_for_stack +au_wbr_create_val(char *str, struct au_opt_wbr_create *create) +{ + int err, e; + substring_t args[MAX_OPT_ARGS]; + + err = match_token(str, au_wbr_create_policy, args); + create->wbr_create = err; + switch (err) { + case AuWbrCreate_MFSRRV: + case AuWbrCreate_PMFSRRV: + e = au_wbr_mfs_wmark(&args[0], str, create); + if (!e) + e = au_wbr_mfs_sec(&args[1], str, create); + if (unlikely(e)) + err = e; + break; + case AuWbrCreate_MFSRR: + case AuWbrCreate_PMFSRR: + e = au_wbr_mfs_wmark(&args[0], str, create); + if (unlikely(e)) { + err = e; + break; + } + /*FALLTHROUGH*/ + case AuWbrCreate_MFS: + case AuWbrCreate_PMFS: + create->mfs_second = AUFS_MFS_DEF_SEC; + break; + case AuWbrCreate_MFSV: + case AuWbrCreate_PMFSV: + e = au_wbr_mfs_sec(&args[0], str, create); + if (unlikely(e)) + err = e; + break; + } + + return err; +} + +const char *au_optstr_wbr_create(int wbr_create) +{ + return au_parser_pattern(wbr_create, au_wbr_create_policy); +} + +static match_table_t au_wbr_copyup_policy = { + {AuWbrCopyup_TDP, "tdp"}, + {AuWbrCopyup_TDP, "top-down-parent"}, + {AuWbrCopyup_BUP, "bup"}, + {AuWbrCopyup_BUP, "bottom-up-parent"}, + {AuWbrCopyup_BU, "bu"}, + {AuWbrCopyup_BU, "bottom-up"}, + {-1, NULL} +}; + +static int noinline_for_stack au_wbr_copyup_val(char *str) +{ + substring_t args[MAX_OPT_ARGS]; + + return match_token(str, au_wbr_copyup_policy, args); +} + +const char *au_optstr_wbr_copyup(int wbr_copyup) +{ + return au_parser_pattern(wbr_copyup, au_wbr_copyup_policy); +} + +/* ---------------------------------------------------------------------- */ + +static const int lkup_dirflags = LOOKUP_FOLLOW | LOOKUP_DIRECTORY; + +static void dump_opts(struct au_opts *opts) +{ +#ifdef CONFIG_AUFS_DEBUG + /* reduce stack space */ + union { + struct au_opt_add *add; + struct au_opt_del *del; + struct au_opt_mod *mod; + struct au_opt_xino *xino; + struct au_opt_xino_itrunc *xino_itrunc; + struct au_opt_wbr_create *create; + } u; + struct au_opt *opt; + + opt = opts->opt; + while (opt->type != Opt_tail) { + switch (opt->type) { + case Opt_add: + u.add = &opt->add; + AuDbg("add {b%d, %s, 0x%x, %p}\n", + u.add->bindex, u.add->pathname, u.add->perm, + u.add->path.dentry); + break; + case Opt_del: + case Opt_idel: + u.del = &opt->del; + AuDbg("del {%s, %p}\n", + u.del->pathname, u.del->h_path.dentry); + break; + case Opt_mod: + case Opt_imod: + u.mod = &opt->mod; + AuDbg("mod {%s, 0x%x, %p}\n", + u.mod->path, u.mod->perm, u.mod->h_root); + break; + case Opt_append: + u.add = &opt->add; + AuDbg("append {b%d, %s, 0x%x, %p}\n", + u.add->bindex, u.add->pathname, u.add->perm, + u.add->path.dentry); + break; + case Opt_prepend: + u.add = &opt->add; + AuDbg("prepend {b%d, %s, 0x%x, %p}\n", + u.add->bindex, u.add->pathname, u.add->perm, + u.add->path.dentry); + break; + case Opt_dirwh: + AuDbg("dirwh %d\n", opt->dirwh); + break; + case Opt_rdcache: + AuDbg("rdcache %d\n", opt->rdcache); + break; + case Opt_rdblk: + AuDbg("rdblk %u\n", opt->rdblk); + break; + case Opt_rdblk_def: + AuDbg("rdblk_def\n"); + break; + case Opt_rdhash: + AuDbg("rdhash %u\n", opt->rdhash); + break; + case Opt_rdhash_def: + AuDbg("rdhash_def\n"); + break; + case Opt_xino: + u.xino = &opt->xino; + AuDbg("xino {%s %pD}\n", u.xino->path, u.xino->file); + break; + case Opt_trunc_xino: + AuLabel(trunc_xino); + break; + case Opt_notrunc_xino: + AuLabel(notrunc_xino); + break; + case Opt_trunc_xino_path: + case Opt_itrunc_xino: + u.xino_itrunc = &opt->xino_itrunc; + AuDbg("trunc_xino %d\n", u.xino_itrunc->bindex); + break; + + case Opt_noxino: + AuLabel(noxino); + break; + case Opt_trunc_xib: + AuLabel(trunc_xib); + break; + case Opt_notrunc_xib: + AuLabel(notrunc_xib); + break; + case Opt_shwh: + AuLabel(shwh); + break; + case Opt_noshwh: + AuLabel(noshwh); + break; + case Opt_dirperm1: + AuLabel(dirperm1); + break; + case Opt_nodirperm1: + AuLabel(nodirperm1); + break; + case Opt_plink: + AuLabel(plink); + break; + case Opt_noplink: + AuLabel(noplink); + break; + case Opt_list_plink: + AuLabel(list_plink); + break; + case Opt_udba: + AuDbg("udba %d, %s\n", + opt->udba, au_optstr_udba(opt->udba)); + break; + case Opt_dio: + AuLabel(dio); + break; + case Opt_nodio: + AuLabel(nodio); + break; + case Opt_diropq_a: + AuLabel(diropq_a); + break; + case Opt_diropq_w: + AuLabel(diropq_w); + break; + case Opt_warn_perm: + AuLabel(warn_perm); + break; + case Opt_nowarn_perm: + AuLabel(nowarn_perm); + break; + case Opt_refrof: + AuLabel(refrof); + break; + case Opt_norefrof: + AuLabel(norefrof); + break; + case Opt_verbose: + AuLabel(verbose); + break; + case Opt_noverbose: + AuLabel(noverbose); + break; + case Opt_sum: + AuLabel(sum); + break; + case Opt_nosum: + AuLabel(nosum); + break; + case Opt_wsum: + AuLabel(wsum); + break; + case Opt_wbr_create: + u.create = &opt->wbr_create; + AuDbg("create %d, %s\n", u.create->wbr_create, + au_optstr_wbr_create(u.create->wbr_create)); + switch (u.create->wbr_create) { + case AuWbrCreate_MFSV: + case AuWbrCreate_PMFSV: + AuDbg("%d sec\n", u.create->mfs_second); + break; + case AuWbrCreate_MFSRR: + AuDbg("%llu watermark\n", + u.create->mfsrr_watermark); + break; + case AuWbrCreate_MFSRRV: + case AuWbrCreate_PMFSRRV: + AuDbg("%llu watermark, %d sec\n", + u.create->mfsrr_watermark, + u.create->mfs_second); + break; + } + break; + case Opt_wbr_copyup: + AuDbg("copyup %d, %s\n", opt->wbr_copyup, + au_optstr_wbr_copyup(opt->wbr_copyup)); + break; + default: + BUG(); + } + opt++; + } +#endif +} + +void au_opts_free(struct au_opts *opts) +{ + struct au_opt *opt; + + opt = opts->opt; + while (opt->type != Opt_tail) { + switch (opt->type) { + case Opt_add: + case Opt_append: + case Opt_prepend: + path_put(&opt->add.path); + break; + case Opt_del: + case Opt_idel: + path_put(&opt->del.h_path); + break; + case Opt_mod: + case Opt_imod: + dput(opt->mod.h_root); + break; + case Opt_xino: + fput(opt->xino.file); + break; + } + opt++; + } +} + +static int opt_add(struct au_opt *opt, char *opt_str, unsigned long sb_flags, + aufs_bindex_t bindex) +{ + int err; + struct au_opt_add *add = &opt->add; + char *p; + + add->bindex = bindex; + add->perm = AuBrPerm_RO; + add->pathname = opt_str; + p = strchr(opt_str, '='); + if (p) { + *p++ = 0; + if (*p) + add->perm = br_perm_val(p); + } + + err = vfsub_kern_path(add->pathname, lkup_dirflags, &add->path); + if (!err) { + if (!p) { + add->perm = AuBrPerm_RO; + if (au_test_fs_rr(add->path.dentry->d_sb)) + add->perm = AuBrPerm_RR; + else if (!bindex && !(sb_flags & MS_RDONLY)) + add->perm = AuBrPerm_RW; + } + opt->type = Opt_add; + goto out; + } + pr_err("lookup failed %s (%d)\n", add->pathname, err); + err = -EINVAL; + +out: + return err; +} + +static int au_opts_parse_del(struct au_opt_del *del, substring_t args[]) +{ + int err; + + del->pathname = args[0].from; + AuDbg("del path %s\n", del->pathname); + + err = vfsub_kern_path(del->pathname, lkup_dirflags, &del->h_path); + if (unlikely(err)) + pr_err("lookup failed %s (%d)\n", del->pathname, err); + + return err; +} + +#if 0 /* reserved for future use */ +static int au_opts_parse_idel(struct super_block *sb, aufs_bindex_t bindex, + struct au_opt_del *del, substring_t args[]) +{ + int err; + struct dentry *root; + + err = -EINVAL; + root = sb->s_root; + aufs_read_lock(root, AuLock_FLUSH); + if (bindex < 0 || au_sbend(sb) < bindex) { + pr_err("out of bounds, %d\n", bindex); + goto out; + } + + err = 0; + del->h_path.dentry = dget(au_h_dptr(root, bindex)); + del->h_path.mnt = mntget(au_sbr_mnt(sb, bindex)); + +out: + aufs_read_unlock(root, !AuLock_IR); + return err; +} +#endif + +static int noinline_for_stack +au_opts_parse_mod(struct au_opt_mod *mod, substring_t args[]) +{ + int err; + struct path path; + char *p; + + err = -EINVAL; + mod->path = args[0].from; + p = strchr(mod->path, '='); + if (unlikely(!p)) { + pr_err("no permssion %s\n", args[0].from); + goto out; + } + + *p++ = 0; + err = vfsub_kern_path(mod->path, lkup_dirflags, &path); + if (unlikely(err)) { + pr_err("lookup failed %s (%d)\n", mod->path, err); + goto out; + } + + mod->perm = br_perm_val(p); + AuDbg("mod path %s, perm 0x%x, %s\n", mod->path, mod->perm, p); + mod->h_root = dget(path.dentry); + path_put(&path); + +out: + return err; +} + +#if 0 /* reserved for future use */ +static int au_opts_parse_imod(struct super_block *sb, aufs_bindex_t bindex, + struct au_opt_mod *mod, substring_t args[]) +{ + int err; + struct dentry *root; + + err = -EINVAL; + root = sb->s_root; + aufs_read_lock(root, AuLock_FLUSH); + if (bindex < 0 || au_sbend(sb) < bindex) { + pr_err("out of bounds, %d\n", bindex); + goto out; + } + + err = 0; + mod->perm = br_perm_val(args[1].from); + AuDbg("mod path %s, perm 0x%x, %s\n", + mod->path, mod->perm, args[1].from); + mod->h_root = dget(au_h_dptr(root, bindex)); + +out: + aufs_read_unlock(root, !AuLock_IR); + return err; +} +#endif + +static int au_opts_parse_xino(struct super_block *sb, struct au_opt_xino *xino, + substring_t args[]) +{ + int err; + struct file *file; + + file = au_xino_create(sb, args[0].from, /*silent*/0); + err = PTR_ERR(file); + if (IS_ERR(file)) + goto out; + + err = -EINVAL; + if (unlikely(file->f_dentry->d_sb == sb)) { + fput(file); + pr_err("%s must be outside\n", args[0].from); + goto out; + } + + err = 0; + xino->file = file; + xino->path = args[0].from; + +out: + return err; +} + +static int noinline_for_stack +au_opts_parse_xino_itrunc_path(struct super_block *sb, + struct au_opt_xino_itrunc *xino_itrunc, + substring_t args[]) +{ + int err; + aufs_bindex_t bend, bindex; + struct path path; + struct dentry *root; + + err = vfsub_kern_path(args[0].from, lkup_dirflags, &path); + if (unlikely(err)) { + pr_err("lookup failed %s (%d)\n", args[0].from, err); + goto out; + } + + xino_itrunc->bindex = -1; + root = sb->s_root; + aufs_read_lock(root, AuLock_FLUSH); + bend = au_sbend(sb); + for (bindex = 0; bindex <= bend; bindex++) { + if (au_h_dptr(root, bindex) == path.dentry) { + xino_itrunc->bindex = bindex; + break; + } + } + aufs_read_unlock(root, !AuLock_IR); + path_put(&path); + + if (unlikely(xino_itrunc->bindex < 0)) { + pr_err("no such branch %s\n", args[0].from); + err = -EINVAL; + } + +out: + return err; +} + +/* called without aufs lock */ +int au_opts_parse(struct super_block *sb, char *str, struct au_opts *opts) +{ + int err, n, token; + aufs_bindex_t bindex; + unsigned char skipped; + struct dentry *root; + struct au_opt *opt, *opt_tail; + char *opt_str; + /* reduce the stack space */ + union { + struct au_opt_xino_itrunc *xino_itrunc; + struct au_opt_wbr_create *create; + } u; + struct { + substring_t args[MAX_OPT_ARGS]; + } *a; + + err = -ENOMEM; + a = kmalloc(sizeof(*a), GFP_NOFS); + if (unlikely(!a)) + goto out; + + root = sb->s_root; + err = 0; + bindex = 0; + opt = opts->opt; + opt_tail = opt + opts->max_opt - 1; + opt->type = Opt_tail; + while (!err && (opt_str = strsep(&str, ",")) && *opt_str) { + err = -EINVAL; + skipped = 0; + token = match_token(opt_str, options, a->args); + switch (token) { + case Opt_br: + err = 0; + while (!err && (opt_str = strsep(&a->args[0].from, ":")) + && *opt_str) { + err = opt_add(opt, opt_str, opts->sb_flags, + bindex++); + if (unlikely(!err && ++opt > opt_tail)) { + err = -E2BIG; + break; + } + opt->type = Opt_tail; + skipped = 1; + } + break; + case Opt_add: + if (unlikely(match_int(&a->args[0], &n))) { + pr_err("bad integer in %s\n", opt_str); + break; + } + bindex = n; + err = opt_add(opt, a->args[1].from, opts->sb_flags, + bindex); + if (!err) + opt->type = token; + break; + case Opt_append: + err = opt_add(opt, a->args[0].from, opts->sb_flags, + /*dummy bindex*/1); + if (!err) + opt->type = token; + break; + case Opt_prepend: + err = opt_add(opt, a->args[0].from, opts->sb_flags, + /*bindex*/0); + if (!err) + opt->type = token; + break; + case Opt_del: + err = au_opts_parse_del(&opt->del, a->args); + if (!err) + opt->type = token; + break; +#if 0 /* reserved for future use */ + case Opt_idel: + del->pathname = "(indexed)"; + if (unlikely(match_int(&args[0], &n))) { + pr_err("bad integer in %s\n", opt_str); + break; + } + err = au_opts_parse_idel(sb, n, &opt->del, a->args); + if (!err) + opt->type = token; + break; +#endif + case Opt_mod: + err = au_opts_parse_mod(&opt->mod, a->args); + if (!err) + opt->type = token; + break; +#ifdef IMOD /* reserved for future use */ + case Opt_imod: + u.mod->path = "(indexed)"; + if (unlikely(match_int(&a->args[0], &n))) { + pr_err("bad integer in %s\n", opt_str); + break; + } + err = au_opts_parse_imod(sb, n, &opt->mod, a->args); + if (!err) + opt->type = token; + break; +#endif + case Opt_xino: + err = au_opts_parse_xino(sb, &opt->xino, a->args); + if (!err) + opt->type = token; + break; + + case Opt_trunc_xino_path: + err = au_opts_parse_xino_itrunc_path + (sb, &opt->xino_itrunc, a->args); + if (!err) + opt->type = token; + break; + + case Opt_itrunc_xino: + u.xino_itrunc = &opt->xino_itrunc; + if (unlikely(match_int(&a->args[0], &n))) { + pr_err("bad integer in %s\n", opt_str); + break; + } + u.xino_itrunc->bindex = n; + aufs_read_lock(root, AuLock_FLUSH); + if (n < 0 || au_sbend(sb) < n) { + pr_err("out of bounds, %d\n", n); + aufs_read_unlock(root, !AuLock_IR); + break; + } + aufs_read_unlock(root, !AuLock_IR); + err = 0; + opt->type = token; + break; + + case Opt_dirwh: + if (unlikely(match_int(&a->args[0], &opt->dirwh))) + break; + err = 0; + opt->type = token; + break; + + case Opt_rdcache: + if (unlikely(match_int(&a->args[0], &n))) { + pr_err("bad integer in %s\n", opt_str); + break; + } + if (unlikely(n > AUFS_RDCACHE_MAX)) { + pr_err("rdcache must be smaller than %d\n", + AUFS_RDCACHE_MAX); + break; + } + opt->rdcache = n; + err = 0; + opt->type = token; + break; + case Opt_rdblk: + if (unlikely(match_int(&a->args[0], &n) + || n < 0 + || n > KMALLOC_MAX_SIZE)) { + pr_err("bad integer in %s\n", opt_str); + break; + } + if (unlikely(n && n < NAME_MAX)) { + pr_err("rdblk must be larger than %d\n", + NAME_MAX); + break; + } + opt->rdblk = n; + err = 0; + opt->type = token; + break; + case Opt_rdhash: + if (unlikely(match_int(&a->args[0], &n) + || n < 0 + || n * sizeof(struct hlist_head) + > KMALLOC_MAX_SIZE)) { + pr_err("bad integer in %s\n", opt_str); + break; + } + opt->rdhash = n; + err = 0; + opt->type = token; + break; + + case Opt_trunc_xino: + case Opt_notrunc_xino: + case Opt_noxino: + case Opt_trunc_xib: + case Opt_notrunc_xib: + case Opt_shwh: + case Opt_noshwh: + case Opt_dirperm1: + case Opt_nodirperm1: + case Opt_plink: + case Opt_noplink: + case Opt_list_plink: + case Opt_dio: + case Opt_nodio: + case Opt_diropq_a: + case Opt_diropq_w: + case Opt_warn_perm: + case Opt_nowarn_perm: + case Opt_refrof: + case Opt_norefrof: + case Opt_verbose: + case Opt_noverbose: + case Opt_sum: + case Opt_nosum: + case Opt_wsum: + case Opt_rdblk_def: + case Opt_rdhash_def: + err = 0; + opt->type = token; + break; + + case Opt_udba: + opt->udba = udba_val(a->args[0].from); + if (opt->udba >= 0) { + err = 0; + opt->type = token; + } else + pr_err("wrong value, %s\n", opt_str); + break; + + case Opt_wbr_create: + u.create = &opt->wbr_create; + u.create->wbr_create + = au_wbr_create_val(a->args[0].from, u.create); + if (u.create->wbr_create >= 0) { + err = 0; + opt->type = token; + } else + pr_err("wrong value, %s\n", opt_str); + break; + case Opt_wbr_copyup: + opt->wbr_copyup = au_wbr_copyup_val(a->args[0].from); + if (opt->wbr_copyup >= 0) { + err = 0; + opt->type = token; + } else + pr_err("wrong value, %s\n", opt_str); + break; + + case Opt_ignore: + pr_warn("ignored %s\n", opt_str); + /*FALLTHROUGH*/ + case Opt_ignore_silent: + skipped = 1; + err = 0; + break; + case Opt_err: + pr_err("unknown option %s\n", opt_str); + break; + } + + if (!err && !skipped) { + if (unlikely(++opt > opt_tail)) { + err = -E2BIG; + opt--; + opt->type = Opt_tail; + break; + } + opt->type = Opt_tail; + } + } + + kfree(a); + dump_opts(opts); + if (unlikely(err)) + au_opts_free(opts); + +out: + return err; +} + +static int au_opt_wbr_create(struct super_block *sb, + struct au_opt_wbr_create *create) +{ + int err; + struct au_sbinfo *sbinfo; + + SiMustWriteLock(sb); + + err = 1; /* handled */ + sbinfo = au_sbi(sb); + if (sbinfo->si_wbr_create_ops->fin) { + err = sbinfo->si_wbr_create_ops->fin(sb); + if (!err) + err = 1; + } + + sbinfo->si_wbr_create = create->wbr_create; + sbinfo->si_wbr_create_ops = au_wbr_create_ops + create->wbr_create; + switch (create->wbr_create) { + case AuWbrCreate_MFSRRV: + case AuWbrCreate_MFSRR: + case AuWbrCreate_PMFSRR: + case AuWbrCreate_PMFSRRV: + sbinfo->si_wbr_mfs.mfsrr_watermark = create->mfsrr_watermark; + /*FALLTHROUGH*/ + case AuWbrCreate_MFS: + case AuWbrCreate_MFSV: + case AuWbrCreate_PMFS: + case AuWbrCreate_PMFSV: + sbinfo->si_wbr_mfs.mfs_expire + = msecs_to_jiffies(create->mfs_second * MSEC_PER_SEC); + break; + } + + if (sbinfo->si_wbr_create_ops->init) + sbinfo->si_wbr_create_ops->init(sb); /* ignore */ + + return err; +} + +/* + * returns, + * plus: processed without an error + * zero: unprocessed + */ +static int au_opt_simple(struct super_block *sb, struct au_opt *opt, + struct au_opts *opts) +{ + int err; + struct au_sbinfo *sbinfo; + + SiMustWriteLock(sb); + + err = 1; /* handled */ + sbinfo = au_sbi(sb); + switch (opt->type) { + case Opt_udba: + sbinfo->si_mntflags &= ~AuOptMask_UDBA; + sbinfo->si_mntflags |= opt->udba; + opts->given_udba |= opt->udba; + break; + + case Opt_plink: + au_opt_set(sbinfo->si_mntflags, PLINK); + break; + case Opt_noplink: + if (au_opt_test(sbinfo->si_mntflags, PLINK)) + au_plink_put(sb, /*verbose*/1); + au_opt_clr(sbinfo->si_mntflags, PLINK); + break; + case Opt_list_plink: + if (au_opt_test(sbinfo->si_mntflags, PLINK)) + au_plink_list(sb); + break; + + case Opt_dio: + au_opt_set(sbinfo->si_mntflags, DIO); + au_fset_opts(opts->flags, REFRESH_DYAOP); + break; + case Opt_nodio: + au_opt_clr(sbinfo->si_mntflags, DIO); + au_fset_opts(opts->flags, REFRESH_DYAOP); + break; + + case Opt_diropq_a: + au_opt_set(sbinfo->si_mntflags, ALWAYS_DIROPQ); + break; + case Opt_diropq_w: + au_opt_clr(sbinfo->si_mntflags, ALWAYS_DIROPQ); + break; + + case Opt_warn_perm: + au_opt_set(sbinfo->si_mntflags, WARN_PERM); + break; + case Opt_nowarn_perm: + au_opt_clr(sbinfo->si_mntflags, WARN_PERM); + break; + + case Opt_refrof: + au_opt_set(sbinfo->si_mntflags, REFROF); + break; + case Opt_norefrof: + au_opt_clr(sbinfo->si_mntflags, REFROF); + break; + + case Opt_verbose: + au_opt_set(sbinfo->si_mntflags, VERBOSE); + break; + case Opt_noverbose: + au_opt_clr(sbinfo->si_mntflags, VERBOSE); + break; + + case Opt_sum: + au_opt_set(sbinfo->si_mntflags, SUM); + break; + case Opt_wsum: + au_opt_clr(sbinfo->si_mntflags, SUM); + au_opt_set(sbinfo->si_mntflags, SUM_W); + case Opt_nosum: + au_opt_clr(sbinfo->si_mntflags, SUM); + au_opt_clr(sbinfo->si_mntflags, SUM_W); + break; + + case Opt_wbr_create: + err = au_opt_wbr_create(sb, &opt->wbr_create); + break; + case Opt_wbr_copyup: + sbinfo->si_wbr_copyup = opt->wbr_copyup; + sbinfo->si_wbr_copyup_ops = au_wbr_copyup_ops + opt->wbr_copyup; + break; + + case Opt_dirwh: + sbinfo->si_dirwh = opt->dirwh; + break; + + case Opt_rdcache: + sbinfo->si_rdcache + = msecs_to_jiffies(opt->rdcache * MSEC_PER_SEC); + break; + case Opt_rdblk: + sbinfo->si_rdblk = opt->rdblk; + break; + case Opt_rdblk_def: + sbinfo->si_rdblk = AUFS_RDBLK_DEF; + break; + case Opt_rdhash: + sbinfo->si_rdhash = opt->rdhash; + break; + case Opt_rdhash_def: + sbinfo->si_rdhash = AUFS_RDHASH_DEF; + break; + + case Opt_shwh: + au_opt_set(sbinfo->si_mntflags, SHWH); + break; + case Opt_noshwh: + au_opt_clr(sbinfo->si_mntflags, SHWH); + break; + + case Opt_dirperm1: + au_opt_set(sbinfo->si_mntflags, DIRPERM1); + break; + case Opt_nodirperm1: + au_opt_clr(sbinfo->si_mntflags, DIRPERM1); + break; + + case Opt_trunc_xino: + au_opt_set(sbinfo->si_mntflags, TRUNC_XINO); + break; + case Opt_notrunc_xino: + au_opt_clr(sbinfo->si_mntflags, TRUNC_XINO); + break; + + case Opt_trunc_xino_path: + case Opt_itrunc_xino: + err = au_xino_trunc(sb, opt->xino_itrunc.bindex); + if (!err) + err = 1; + break; + + case Opt_trunc_xib: + au_fset_opts(opts->flags, TRUNC_XIB); + break; + case Opt_notrunc_xib: + au_fclr_opts(opts->flags, TRUNC_XIB); + break; + + default: + err = 0; + break; + } + + return err; +} + +/* + * returns tri-state. + * plus: processed without an error + * zero: unprocessed + * minus: error + */ +static int au_opt_br(struct super_block *sb, struct au_opt *opt, + struct au_opts *opts) +{ + int err, do_refresh; + + err = 0; + switch (opt->type) { + case Opt_append: + opt->add.bindex = au_sbend(sb) + 1; + if (opt->add.bindex < 0) + opt->add.bindex = 0; + goto add; + case Opt_prepend: + opt->add.bindex = 0; + add: /* indented label */ + case Opt_add: + err = au_br_add(sb, &opt->add, + au_ftest_opts(opts->flags, REMOUNT)); + if (!err) { + err = 1; + au_fset_opts(opts->flags, REFRESH); + } + break; + + case Opt_del: + case Opt_idel: + err = au_br_del(sb, &opt->del, + au_ftest_opts(opts->flags, REMOUNT)); + if (!err) { + err = 1; + au_fset_opts(opts->flags, TRUNC_XIB); + au_fset_opts(opts->flags, REFRESH); + } + break; + + case Opt_mod: + case Opt_imod: + err = au_br_mod(sb, &opt->mod, + au_ftest_opts(opts->flags, REMOUNT), + &do_refresh); + if (!err) { + err = 1; + if (do_refresh) + au_fset_opts(opts->flags, REFRESH); + } + break; + } + + return err; +} + +static int au_opt_xino(struct super_block *sb, struct au_opt *opt, + struct au_opt_xino **opt_xino, + struct au_opts *opts) +{ + int err; + aufs_bindex_t bend, bindex; + struct dentry *root, *parent, *h_root; + + err = 0; + switch (opt->type) { + case Opt_xino: + err = au_xino_set(sb, &opt->xino, + !!au_ftest_opts(opts->flags, REMOUNT)); + if (unlikely(err)) + break; + + *opt_xino = &opt->xino; + au_xino_brid_set(sb, -1); + + /* safe d_parent access */ + parent = opt->xino.file->f_dentry->d_parent; + root = sb->s_root; + bend = au_sbend(sb); + for (bindex = 0; bindex <= bend; bindex++) { + h_root = au_h_dptr(root, bindex); + if (h_root == parent) { + au_xino_brid_set(sb, au_sbr_id(sb, bindex)); + break; + } + } + break; + + case Opt_noxino: + au_xino_clr(sb); + au_xino_brid_set(sb, -1); + *opt_xino = (void *)-1; + break; + } + + return err; +} + +int au_opts_verify(struct super_block *sb, unsigned long sb_flags, + unsigned int pending) +{ + int err; + aufs_bindex_t bindex, bend; + unsigned char do_plink, skip, do_free; + struct au_branch *br; + struct au_wbr *wbr; + struct dentry *root; + struct inode *dir, *h_dir; + struct au_sbinfo *sbinfo; + struct au_hinode *hdir; + + SiMustAnyLock(sb); + + sbinfo = au_sbi(sb); + AuDebugOn(!(sbinfo->si_mntflags & AuOptMask_UDBA)); + + if (!(sb_flags & MS_RDONLY)) { + if (unlikely(!au_br_writable(au_sbr_perm(sb, 0)))) + pr_warn("first branch should be rw\n"); + if (unlikely(au_opt_test(sbinfo->si_mntflags, SHWH))) + pr_warn("shwh should be used with ro\n"); + } + + if (au_opt_test((sbinfo->si_mntflags | pending), UDBA_HNOTIFY) + && !au_opt_test(sbinfo->si_mntflags, XINO)) + pr_warn("udba=*notify requires xino\n"); + + if (au_opt_test(sbinfo->si_mntflags, DIRPERM1)) + pr_warn("dirperm1 breaks the protection" + " by the permission bits on the lower branch\n"); + + err = 0; + root = sb->s_root; + dir = root->d_inode; + do_plink = !!au_opt_test(sbinfo->si_mntflags, PLINK); + bend = au_sbend(sb); + for (bindex = 0; !err && bindex <= bend; bindex++) { + skip = 0; + h_dir = au_h_iptr(dir, bindex); + br = au_sbr(sb, bindex); + do_free = 0; + + wbr = br->br_wbr; + if (wbr) + wbr_wh_read_lock(wbr); + + if (!au_br_writable(br->br_perm)) { + do_free = !!wbr; + skip = (!wbr + || (!wbr->wbr_whbase + && !wbr->wbr_plink + && !wbr->wbr_orph)); + } else if (!au_br_wh_linkable(br->br_perm)) { + /* skip = (!br->br_whbase && !br->br_orph); */ + skip = (!wbr || !wbr->wbr_whbase); + if (skip && wbr) { + if (do_plink) + skip = !!wbr->wbr_plink; + else + skip = !wbr->wbr_plink; + } + } else { + /* skip = (br->br_whbase && br->br_ohph); */ + skip = (wbr && wbr->wbr_whbase); + if (skip) { + if (do_plink) + skip = !!wbr->wbr_plink; + else + skip = !wbr->wbr_plink; + } + } + if (wbr) + wbr_wh_read_unlock(wbr); + + if (skip) + continue; + + hdir = au_hi(dir, bindex); + au_hn_imtx_lock_nested(hdir, AuLsc_I_PARENT); + if (wbr) + wbr_wh_write_lock(wbr); + err = au_wh_init(br, sb); + if (wbr) + wbr_wh_write_unlock(wbr); + au_hn_imtx_unlock(hdir); + + if (!err && do_free) { + kfree(wbr); + br->br_wbr = NULL; + } + } + + return err; +} + +int au_opts_mount(struct super_block *sb, struct au_opts *opts) +{ + int err; + unsigned int tmp; + aufs_bindex_t bindex, bend; + struct au_opt *opt; + struct au_opt_xino *opt_xino, xino; + struct au_sbinfo *sbinfo; + struct au_branch *br; + struct inode *dir; + + SiMustWriteLock(sb); + + err = 0; + opt_xino = NULL; + opt = opts->opt; + while (err >= 0 && opt->type != Opt_tail) + err = au_opt_simple(sb, opt++, opts); + if (err > 0) + err = 0; + else if (unlikely(err < 0)) + goto out; + + /* disable xino and udba temporary */ + sbinfo = au_sbi(sb); + tmp = sbinfo->si_mntflags; + au_opt_clr(sbinfo->si_mntflags, XINO); + au_opt_set_udba(sbinfo->si_mntflags, UDBA_REVAL); + + opt = opts->opt; + while (err >= 0 && opt->type != Opt_tail) + err = au_opt_br(sb, opt++, opts); + if (err > 0) + err = 0; + else if (unlikely(err < 0)) + goto out; + + bend = au_sbend(sb); + if (unlikely(bend < 0)) { + err = -EINVAL; + pr_err("no branches\n"); + goto out; + } + + if (au_opt_test(tmp, XINO)) + au_opt_set(sbinfo->si_mntflags, XINO); + opt = opts->opt; + while (!err && opt->type != Opt_tail) + err = au_opt_xino(sb, opt++, &opt_xino, opts); + if (unlikely(err)) + goto out; + + err = au_opts_verify(sb, sb->s_flags, tmp); + if (unlikely(err)) + goto out; + + /* restore xino */ + if (au_opt_test(tmp, XINO) && !opt_xino) { + xino.file = au_xino_def(sb); + err = PTR_ERR(xino.file); + if (IS_ERR(xino.file)) + goto out; + + err = au_xino_set(sb, &xino, /*remount*/0); + fput(xino.file); + if (unlikely(err)) + goto out; + } + + /* restore udba */ + tmp &= AuOptMask_UDBA; + sbinfo->si_mntflags &= ~AuOptMask_UDBA; + sbinfo->si_mntflags |= tmp; + bend = au_sbend(sb); + for (bindex = 0; bindex <= bend; bindex++) { + br = au_sbr(sb, bindex); + err = au_hnotify_reset_br(tmp, br, br->br_perm); + if (unlikely(err)) + AuIOErr("hnotify failed on br %d, %d, ignored\n", + bindex, err); + /* go on even if err */ + } + if (au_opt_test(tmp, UDBA_HNOTIFY)) { + dir = sb->s_root->d_inode; + au_hn_reset(dir, au_hi_flags(dir, /*isdir*/1) & ~AuHi_XINO); + } + +out: + return err; +} + +int au_opts_remount(struct super_block *sb, struct au_opts *opts) +{ + int err, rerr; + struct inode *dir; + struct au_opt_xino *opt_xino; + struct au_opt *opt; + struct au_sbinfo *sbinfo; + + SiMustWriteLock(sb); + + dir = sb->s_root->d_inode; + sbinfo = au_sbi(sb); + err = 0; + opt_xino = NULL; + opt = opts->opt; + while (err >= 0 && opt->type != Opt_tail) { + err = au_opt_simple(sb, opt, opts); + if (!err) + err = au_opt_br(sb, opt, opts); + if (!err) + err = au_opt_xino(sb, opt, &opt_xino, opts); + opt++; + } + if (err > 0) + err = 0; + AuTraceErr(err); + /* go on even err */ + + rerr = au_opts_verify(sb, opts->sb_flags, /*pending*/0); + if (unlikely(rerr && !err)) + err = rerr; + + if (au_ftest_opts(opts->flags, TRUNC_XIB)) { + rerr = au_xib_trunc(sb); + if (unlikely(rerr && !err)) + err = rerr; + } + + /* will be handled by the caller */ + if (!au_ftest_opts(opts->flags, REFRESH) + && (opts->given_udba || au_opt_test(sbinfo->si_mntflags, XINO))) + au_fset_opts(opts->flags, REFRESH); + + AuDbg("status 0x%x\n", opts->flags); + return err; +} + +/* ---------------------------------------------------------------------- */ + +unsigned int au_opt_udba(struct super_block *sb) +{ + return au_mntflags(sb) & AuOptMask_UDBA; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/opts.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/opts.h @@ -0,0 +1,212 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * mount options/flags + */ + +#ifndef __AUFS_OPTS_H__ +#define __AUFS_OPTS_H__ + +#ifdef __KERNEL__ + +#include +#include "branch.h" + +struct file; +struct super_block; + +/* ---------------------------------------------------------------------- */ + +/* mount flags */ +#define AuOpt_XINO 1 /* external inode number bitmap + and translation table */ +#define AuOpt_TRUNC_XINO (1 << 1) /* truncate xino files */ +#define AuOpt_UDBA_NONE (1 << 2) /* users direct branch access */ +#define AuOpt_UDBA_REVAL (1 << 3) +#define AuOpt_UDBA_HNOTIFY (1 << 4) +#define AuOpt_SHWH (1 << 5) /* show whiteout */ +#define AuOpt_PLINK (1 << 6) /* pseudo-link */ +#define AuOpt_DIRPERM1 (1 << 7) /* ignore the lower dir's perm + bits */ +#define AuOpt_REFROF (1 << 8) /* unimplemented */ +#define AuOpt_ALWAYS_DIROPQ (1 << 9) /* policy to creating diropq */ +#define AuOpt_SUM (1 << 10) /* summation for statfs(2) */ +#define AuOpt_SUM_W (1 << 11) /* unimplemented */ +#define AuOpt_WARN_PERM (1 << 12) /* warn when add-branch */ +#define AuOpt_VERBOSE (1 << 13) /* busy inode when del-branch */ +#define AuOpt_DIO (1 << 14) /* direct io */ + +#ifndef CONFIG_AUFS_HNOTIFY +#undef AuOpt_UDBA_HNOTIFY +#define AuOpt_UDBA_HNOTIFY 0 +#endif +#ifndef CONFIG_AUFS_SHWH +#undef AuOpt_SHWH +#define AuOpt_SHWH 0 +#endif + +#define AuOpt_Def (AuOpt_XINO \ + | AuOpt_UDBA_REVAL \ + | AuOpt_PLINK \ + /* | AuOpt_DIRPERM1 */ \ + | AuOpt_WARN_PERM) +#define AuOptMask_UDBA (AuOpt_UDBA_NONE \ + | AuOpt_UDBA_REVAL \ + | AuOpt_UDBA_HNOTIFY) + +#define au_opt_test(flags, name) (flags & AuOpt_##name) +#define au_opt_set(flags, name) do { \ + BUILD_BUG_ON(AuOpt_##name & AuOptMask_UDBA); \ + ((flags) |= AuOpt_##name); \ +} while (0) +#define au_opt_set_udba(flags, name) do { \ + (flags) &= ~AuOptMask_UDBA; \ + ((flags) |= AuOpt_##name); \ +} while (0) +#define au_opt_clr(flags, name) do { \ + ((flags) &= ~AuOpt_##name); \ +} while (0) + +static inline unsigned int au_opts_plink(unsigned int mntflags) +{ +#ifdef CONFIG_PROC_FS + return mntflags; +#else + return mntflags & ~AuOpt_PLINK; +#endif +} + +/* ---------------------------------------------------------------------- */ + +/* policies to select one among multiple writable branches */ +enum { + AuWbrCreate_TDP, /* top down parent */ + AuWbrCreate_RR, /* round robin */ + AuWbrCreate_MFS, /* most free space */ + AuWbrCreate_MFSV, /* mfs with seconds */ + AuWbrCreate_MFSRR, /* mfs then rr */ + AuWbrCreate_MFSRRV, /* mfs then rr with seconds */ + AuWbrCreate_PMFS, /* parent and mfs */ + AuWbrCreate_PMFSV, /* parent and mfs with seconds */ + AuWbrCreate_PMFSRR, /* parent, mfs and round-robin */ + AuWbrCreate_PMFSRRV, /* plus seconds */ + + AuWbrCreate_Def = AuWbrCreate_TDP +}; + +enum { + AuWbrCopyup_TDP, /* top down parent */ + AuWbrCopyup_BUP, /* bottom up parent */ + AuWbrCopyup_BU, /* bottom up */ + + AuWbrCopyup_Def = AuWbrCopyup_TDP +}; + +/* ---------------------------------------------------------------------- */ + +struct au_opt_add { + aufs_bindex_t bindex; + char *pathname; + int perm; + struct path path; +}; + +struct au_opt_del { + char *pathname; + struct path h_path; +}; + +struct au_opt_mod { + char *path; + int perm; + struct dentry *h_root; +}; + +struct au_opt_xino { + char *path; + struct file *file; +}; + +struct au_opt_xino_itrunc { + aufs_bindex_t bindex; +}; + +struct au_opt_wbr_create { + int wbr_create; + int mfs_second; + unsigned long long mfsrr_watermark; +}; + +struct au_opt { + int type; + union { + struct au_opt_xino xino; + struct au_opt_xino_itrunc xino_itrunc; + struct au_opt_add add; + struct au_opt_del del; + struct au_opt_mod mod; + int dirwh; + int rdcache; + unsigned int rdblk; + unsigned int rdhash; + int udba; + struct au_opt_wbr_create wbr_create; + int wbr_copyup; + }; +}; + +/* opts flags */ +#define AuOpts_REMOUNT 1 +#define AuOpts_REFRESH (1 << 1) +#define AuOpts_TRUNC_XIB (1 << 2) +#define AuOpts_REFRESH_DYAOP (1 << 3) +#define au_ftest_opts(flags, name) ((flags) & AuOpts_##name) +#define au_fset_opts(flags, name) \ + do { (flags) |= AuOpts_##name; } while (0) +#define au_fclr_opts(flags, name) \ + do { (flags) &= ~AuOpts_##name; } while (0) + +struct au_opts { + struct au_opt *opt; + int max_opt; + + unsigned int given_udba; + unsigned int flags; + unsigned long sb_flags; +}; + +/* ---------------------------------------------------------------------- */ + +void au_optstr_br_perm(au_br_perm_str_t *str, int perm); +const char *au_optstr_udba(int udba); +const char *au_optstr_wbr_copyup(int wbr_copyup); +const char *au_optstr_wbr_create(int wbr_create); + +void au_opts_free(struct au_opts *opts); +int au_opts_parse(struct super_block *sb, char *str, struct au_opts *opts); +int au_opts_verify(struct super_block *sb, unsigned long sb_flags, + unsigned int pending); +int au_opts_mount(struct super_block *sb, struct au_opts *opts); +int au_opts_remount(struct super_block *sb, struct au_opts *opts); + +unsigned int au_opt_udba(struct super_block *sb); + +/* ---------------------------------------------------------------------- */ + +#endif /* __KERNEL__ */ +#endif /* __AUFS_OPTS_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/plink.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/plink.c @@ -0,0 +1,532 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * pseudo-link + */ + +#include "aufs.h" + +/* + * the pseudo-link maintenance mode. + * during a user process maintains the pseudo-links, + * prohibit adding a new plink and branch manipulation. + * + * Flags + * NOPLM: + * For entry functions which will handle plink, and i_mutex is already held + * in VFS. + * They cannot wait and should return an error at once. + * Callers has to check the error. + * NOPLMW: + * For entry functions which will handle plink, but i_mutex is not held + * in VFS. + * They can wait the plink maintenance mode to finish. + * + * They behave like F_SETLK and F_SETLKW. + * If the caller never handle plink, then both flags are unnecessary. + */ + +int au_plink_maint(struct super_block *sb, int flags) +{ + int err; + pid_t pid, ppid; + struct au_sbinfo *sbi; + + SiMustAnyLock(sb); + + err = 0; + if (!au_opt_test(au_mntflags(sb), PLINK)) + goto out; + + sbi = au_sbi(sb); + pid = sbi->si_plink_maint_pid; + if (!pid || pid == current->pid) + goto out; + + /* todo: it highly depends upon /sbin/mount.aufs */ + rcu_read_lock(); + ppid = task_pid_vnr(rcu_dereference(current->real_parent)); + rcu_read_unlock(); + if (pid == ppid) + goto out; + + if (au_ftest_lock(flags, NOPLMW)) { + /* if there is no i_mutex lock in VFS, we don't need to wait */ + /* AuDebugOn(!lockdep_depth(current)); */ + while (sbi->si_plink_maint_pid) { + si_read_unlock(sb); + /* gave up wake_up_bit() */ + wait_event(sbi->si_plink_wq, !sbi->si_plink_maint_pid); + + if (au_ftest_lock(flags, FLUSH)) + au_nwt_flush(&sbi->si_nowait); + si_noflush_read_lock(sb); + } + } else if (au_ftest_lock(flags, NOPLM)) { + AuDbg("ppid %d, pid %d\n", ppid, pid); + err = -EAGAIN; + } + +out: + return err; +} + +void au_plink_maint_leave(struct au_sbinfo *sbinfo) +{ + spin_lock(&sbinfo->si_plink_maint_lock); + sbinfo->si_plink_maint_pid = 0; + spin_unlock(&sbinfo->si_plink_maint_lock); + wake_up_all(&sbinfo->si_plink_wq); +} + +int au_plink_maint_enter(struct super_block *sb) +{ + int err; + struct au_sbinfo *sbinfo; + + err = 0; + sbinfo = au_sbi(sb); + /* make sure i am the only one in this fs */ + si_write_lock(sb, AuLock_FLUSH); + if (au_opt_test(au_mntflags(sb), PLINK)) { + spin_lock(&sbinfo->si_plink_maint_lock); + if (!sbinfo->si_plink_maint_pid) + sbinfo->si_plink_maint_pid = current->pid; + else + err = -EBUSY; + spin_unlock(&sbinfo->si_plink_maint_lock); + } + si_write_unlock(sb); + + return err; +} + +/* ---------------------------------------------------------------------- */ + +#ifdef CONFIG_AUFS_DEBUG +void au_plink_list(struct super_block *sb) +{ + int i; + struct au_sbinfo *sbinfo; + struct hlist_head *plink_hlist; + struct pseudo_link *plink; + + SiMustAnyLock(sb); + + sbinfo = au_sbi(sb); + AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); + AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); + + for (i = 0; i < AuPlink_NHASH; i++) { + plink_hlist = &sbinfo->si_plink[i].head; + rcu_read_lock(); + hlist_for_each_entry_rcu(plink, plink_hlist, hlist) + AuDbg("%lu\n", plink->inode->i_ino); + rcu_read_unlock(); + } +} +#endif + +/* is the inode pseudo-linked? */ +int au_plink_test(struct inode *inode) +{ + int found, i; + struct au_sbinfo *sbinfo; + struct hlist_head *plink_hlist; + struct pseudo_link *plink; + + sbinfo = au_sbi(inode->i_sb); + AuRwMustAnyLock(&sbinfo->si_rwsem); + AuDebugOn(!au_opt_test(au_mntflags(inode->i_sb), PLINK)); + AuDebugOn(au_plink_maint(inode->i_sb, AuLock_NOPLM)); + + found = 0; + i = au_plink_hash(inode->i_ino); + plink_hlist = &sbinfo->si_plink[i].head; + rcu_read_lock(); + hlist_for_each_entry_rcu(plink, plink_hlist, hlist) + if (plink->inode == inode) { + found = 1; + break; + } + rcu_read_unlock(); + return found; +} + +/* ---------------------------------------------------------------------- */ + +/* + * generate a name for plink. + * the file will be stored under AUFS_WH_PLINKDIR. + */ +/* 20 is max digits length of ulong 64 */ +#define PLINK_NAME_LEN ((20 + 1) * 2) + +static int plink_name(char *name, int len, struct inode *inode, + aufs_bindex_t bindex) +{ + int rlen; + struct inode *h_inode; + + h_inode = au_h_iptr(inode, bindex); + rlen = snprintf(name, len, "%lu.%lu", inode->i_ino, h_inode->i_ino); + return rlen; +} + +struct au_do_plink_lkup_args { + struct dentry **errp; + struct qstr *tgtname; + struct dentry *h_parent; + struct au_branch *br; +}; + +static struct dentry *au_do_plink_lkup(struct qstr *tgtname, + struct dentry *h_parent, + struct au_branch *br) +{ + struct dentry *h_dentry; + struct mutex *h_mtx; + + h_mtx = &h_parent->d_inode->i_mutex; + mutex_lock_nested(h_mtx, AuLsc_I_CHILD2); + h_dentry = vfsub_lkup_one(tgtname, h_parent); + mutex_unlock(h_mtx); + return h_dentry; +} + +static void au_call_do_plink_lkup(void *args) +{ + struct au_do_plink_lkup_args *a = args; + *a->errp = au_do_plink_lkup(a->tgtname, a->h_parent, a->br); +} + +/* lookup the plink-ed @inode under the branch at @bindex */ +struct dentry *au_plink_lkup(struct inode *inode, aufs_bindex_t bindex) +{ + struct dentry *h_dentry, *h_parent; + struct au_branch *br; + struct inode *h_dir; + int wkq_err; + char a[PLINK_NAME_LEN]; + struct qstr tgtname = QSTR_INIT(a, 0); + + AuDebugOn(au_plink_maint(inode->i_sb, AuLock_NOPLM)); + + br = au_sbr(inode->i_sb, bindex); + h_parent = br->br_wbr->wbr_plink; + h_dir = h_parent->d_inode; + tgtname.len = plink_name(a, sizeof(a), inode, bindex); + + if (!uid_eq(current_fsuid(), GLOBAL_ROOT_UID)) { + struct au_do_plink_lkup_args args = { + .errp = &h_dentry, + .tgtname = &tgtname, + .h_parent = h_parent, + .br = br + }; + + wkq_err = au_wkq_wait(au_call_do_plink_lkup, &args); + if (unlikely(wkq_err)) + h_dentry = ERR_PTR(wkq_err); + } else + h_dentry = au_do_plink_lkup(&tgtname, h_parent, br); + + return h_dentry; +} + +/* create a pseudo-link */ +static int do_whplink(struct qstr *tgt, struct dentry *h_parent, + struct dentry *h_dentry, struct au_branch *br) +{ + int err; + struct path h_path = { + .mnt = au_br_mnt(br) + }; + struct inode *h_dir, *delegated; + + h_dir = h_parent->d_inode; + mutex_lock_nested(&h_dir->i_mutex, AuLsc_I_CHILD2); +again: + h_path.dentry = vfsub_lkup_one(tgt, h_parent); + err = PTR_ERR(h_path.dentry); + if (IS_ERR(h_path.dentry)) + goto out; + + err = 0; + /* wh.plink dir is not monitored */ + /* todo: is it really safe? */ + if (h_path.dentry->d_inode + && h_path.dentry->d_inode != h_dentry->d_inode) { + delegated = NULL; + err = vfsub_unlink(h_dir, &h_path, &delegated, /*force*/0); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal unlink\n"); + iput(delegated); + } + dput(h_path.dentry); + h_path.dentry = NULL; + if (!err) + goto again; + } + if (!err && !h_path.dentry->d_inode) { + delegated = NULL; + err = vfsub_link(h_dentry, h_dir, &h_path, &delegated); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal link\n"); + iput(delegated); + } + } + dput(h_path.dentry); + +out: + mutex_unlock(&h_dir->i_mutex); + return err; +} + +struct do_whplink_args { + int *errp; + struct qstr *tgt; + struct dentry *h_parent; + struct dentry *h_dentry; + struct au_branch *br; +}; + +static void call_do_whplink(void *args) +{ + struct do_whplink_args *a = args; + *a->errp = do_whplink(a->tgt, a->h_parent, a->h_dentry, a->br); +} + +static int whplink(struct dentry *h_dentry, struct inode *inode, + aufs_bindex_t bindex, struct au_branch *br) +{ + int err, wkq_err; + struct au_wbr *wbr; + struct dentry *h_parent; + struct inode *h_dir; + char a[PLINK_NAME_LEN]; + struct qstr tgtname = QSTR_INIT(a, 0); + + wbr = au_sbr(inode->i_sb, bindex)->br_wbr; + h_parent = wbr->wbr_plink; + h_dir = h_parent->d_inode; + tgtname.len = plink_name(a, sizeof(a), inode, bindex); + + /* always superio. */ + if (!uid_eq(current_fsuid(), GLOBAL_ROOT_UID)) { + struct do_whplink_args args = { + .errp = &err, + .tgt = &tgtname, + .h_parent = h_parent, + .h_dentry = h_dentry, + .br = br + }; + wkq_err = au_wkq_wait(call_do_whplink, &args); + if (unlikely(wkq_err)) + err = wkq_err; + } else + err = do_whplink(&tgtname, h_parent, h_dentry, br); + + return err; +} + +/* free a single plink */ +static void do_put_plink(struct pseudo_link *plink, int do_del) +{ + if (do_del) + hlist_del(&plink->hlist); + iput(plink->inode); + kfree(plink); +} + +static void do_put_plink_rcu(struct rcu_head *rcu) +{ + struct pseudo_link *plink; + + plink = container_of(rcu, struct pseudo_link, rcu); + iput(plink->inode); + kfree(plink); +} + +/* + * create a new pseudo-link for @h_dentry on @bindex. + * the linked inode is held in aufs @inode. + */ +void au_plink_append(struct inode *inode, aufs_bindex_t bindex, + struct dentry *h_dentry) +{ + struct super_block *sb; + struct au_sbinfo *sbinfo; + struct hlist_head *plink_hlist; + struct pseudo_link *plink, *tmp; + struct au_sphlhead *sphl; + int found, err, cnt, i; + + sb = inode->i_sb; + sbinfo = au_sbi(sb); + AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); + AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); + + found = au_plink_test(inode); + if (found) + return; + + i = au_plink_hash(inode->i_ino); + sphl = sbinfo->si_plink + i; + plink_hlist = &sphl->head; + tmp = kmalloc(sizeof(*plink), GFP_NOFS); + if (tmp) + tmp->inode = au_igrab(inode); + else { + err = -ENOMEM; + goto out; + } + + spin_lock(&sphl->spin); + hlist_for_each_entry(plink, plink_hlist, hlist) { + if (plink->inode == inode) { + found = 1; + break; + } + } + if (!found) + hlist_add_head_rcu(&tmp->hlist, plink_hlist); + spin_unlock(&sphl->spin); + if (!found) { + cnt = au_sphl_count(sphl); +#define msg "unexpectedly unblanced or too many pseudo-links" + if (cnt > AUFS_PLINK_WARN) + AuWarn1(msg ", %d\n", cnt); +#undef msg + err = whplink(h_dentry, inode, bindex, au_sbr(sb, bindex)); + } else { + do_put_plink(tmp, 0); + return; + } + +out: + if (unlikely(err)) { + pr_warn("err %d, damaged pseudo link.\n", err); + if (tmp) { + au_sphl_del_rcu(&tmp->hlist, sphl); + call_rcu(&tmp->rcu, do_put_plink_rcu); + } + } +} + +/* free all plinks */ +void au_plink_put(struct super_block *sb, int verbose) +{ + int i, warned; + struct au_sbinfo *sbinfo; + struct hlist_head *plink_hlist; + struct hlist_node *tmp; + struct pseudo_link *plink; + + SiMustWriteLock(sb); + + sbinfo = au_sbi(sb); + AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); + AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); + + /* no spin_lock since sbinfo is write-locked */ + warned = 0; + for (i = 0; i < AuPlink_NHASH; i++) { + plink_hlist = &sbinfo->si_plink[i].head; + if (!warned && verbose && !hlist_empty(plink_hlist)) { + pr_warn("pseudo-link is not flushed"); + warned = 1; + } + hlist_for_each_entry_safe(plink, tmp, plink_hlist, hlist) + do_put_plink(plink, 0); + INIT_HLIST_HEAD(plink_hlist); + } +} + +void au_plink_clean(struct super_block *sb, int verbose) +{ + struct dentry *root; + + root = sb->s_root; + aufs_write_lock(root); + if (au_opt_test(au_mntflags(sb), PLINK)) + au_plink_put(sb, verbose); + aufs_write_unlock(root); +} + +static int au_plink_do_half_refresh(struct inode *inode, aufs_bindex_t br_id) +{ + int do_put; + aufs_bindex_t bstart, bend, bindex; + + do_put = 0; + bstart = au_ibstart(inode); + bend = au_ibend(inode); + if (bstart >= 0) { + for (bindex = bstart; bindex <= bend; bindex++) { + if (!au_h_iptr(inode, bindex) + || au_ii_br_id(inode, bindex) != br_id) + continue; + au_set_h_iptr(inode, bindex, NULL, 0); + do_put = 1; + break; + } + if (do_put) + for (bindex = bstart; bindex <= bend; bindex++) + if (au_h_iptr(inode, bindex)) { + do_put = 0; + break; + } + } else + do_put = 1; + + return do_put; +} + +/* free the plinks on a branch specified by @br_id */ +void au_plink_half_refresh(struct super_block *sb, aufs_bindex_t br_id) +{ + struct au_sbinfo *sbinfo; + struct hlist_head *plink_hlist; + struct hlist_node *tmp; + struct pseudo_link *plink; + struct inode *inode; + int i, do_put; + + SiMustWriteLock(sb); + + sbinfo = au_sbi(sb); + AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); + AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); + + /* no spin_lock since sbinfo is write-locked */ + for (i = 0; i < AuPlink_NHASH; i++) { + plink_hlist = &sbinfo->si_plink[i].head; + hlist_for_each_entry_safe(plink, tmp, plink_hlist, hlist) { + inode = au_igrab(plink->inode); + ii_write_lock_child(inode); + do_put = au_plink_do_half_refresh(inode, br_id); + if (do_put) + do_put_plink(plink, 1); + ii_write_unlock(inode); + iput(inode); + } + } +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/poll.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/poll.c @@ -0,0 +1,55 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * poll operation + * There is only one filesystem which implements ->poll operation, currently. + */ + +#include "aufs.h" + +unsigned int aufs_poll(struct file *file, poll_table *wait) +{ + unsigned int mask; + int err; + struct file *h_file; + struct dentry *dentry; + struct super_block *sb; + + /* We should pretend an error happened. */ + mask = POLLERR /* | POLLIN | POLLOUT */; + dentry = file->f_dentry; + sb = dentry->d_sb; + si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); + err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/0); + if (unlikely(err)) + goto out; + + /* it is not an error if h_file has no operation */ + mask = DEFAULT_POLLMASK; + h_file = au_hf_top(file); + if (h_file->f_op->poll) + mask = h_file->f_op->poll(h_file, wait); + + di_read_unlock(dentry, AuLock_IR); + fi_read_unlock(file); + +out: + si_read_unlock(sb); + AuTraceErr((int)mask); + return mask; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/procfs.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/procfs.c @@ -0,0 +1,169 @@ +/* + * Copyright (C) 2010-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * procfs interfaces + */ + +#include +#include "aufs.h" + +static int au_procfs_plm_release(struct inode *inode, struct file *file) +{ + struct au_sbinfo *sbinfo; + + sbinfo = file->private_data; + if (sbinfo) { + au_plink_maint_leave(sbinfo); + kobject_put(&sbinfo->si_kobj); + } + + return 0; +} + +static void au_procfs_plm_write_clean(struct file *file) +{ + struct au_sbinfo *sbinfo; + + sbinfo = file->private_data; + if (sbinfo) + au_plink_clean(sbinfo->si_sb, /*verbose*/0); +} + +static int au_procfs_plm_write_si(struct file *file, unsigned long id) +{ + int err; + struct super_block *sb; + struct au_sbinfo *sbinfo; + + err = -EBUSY; + if (unlikely(file->private_data)) + goto out; + + sb = NULL; + /* don't use au_sbilist_lock() here */ + spin_lock(&au_sbilist.spin); + list_for_each_entry(sbinfo, &au_sbilist.head, si_list) + if (id == sysaufs_si_id(sbinfo)) { + kobject_get(&sbinfo->si_kobj); + sb = sbinfo->si_sb; + break; + } + spin_unlock(&au_sbilist.spin); + + err = -EINVAL; + if (unlikely(!sb)) + goto out; + + err = au_plink_maint_enter(sb); + if (!err) + /* keep kobject_get() */ + file->private_data = sbinfo; + else + kobject_put(&sbinfo->si_kobj); +out: + return err; +} + +/* + * Accept a valid "si=xxxx" only. + * Once it is accepted successfully, accept "clean" too. + */ +static ssize_t au_procfs_plm_write(struct file *file, const char __user *ubuf, + size_t count, loff_t *ppos) +{ + ssize_t err; + unsigned long id; + /* last newline is allowed */ + char buf[3 + sizeof(unsigned long) * 2 + 1]; + + err = -EACCES; + if (unlikely(!capable(CAP_SYS_ADMIN))) + goto out; + + err = -EINVAL; + if (unlikely(count > sizeof(buf))) + goto out; + + err = copy_from_user(buf, ubuf, count); + if (unlikely(err)) { + err = -EFAULT; + goto out; + } + buf[count] = 0; + + err = -EINVAL; + if (!strcmp("clean", buf)) { + au_procfs_plm_write_clean(file); + goto out_success; + } else if (unlikely(strncmp("si=", buf, 3))) + goto out; + + err = kstrtoul(buf + 3, 16, &id); + if (unlikely(err)) + goto out; + + err = au_procfs_plm_write_si(file, id); + if (unlikely(err)) + goto out; + +out_success: + err = count; /* success */ +out: + return err; +} + +static const struct file_operations au_procfs_plm_fop = { + .write = au_procfs_plm_write, + .release = au_procfs_plm_release, + .owner = THIS_MODULE +}; + +/* ---------------------------------------------------------------------- */ + +static struct proc_dir_entry *au_procfs_dir; + +void au_procfs_fin(void) +{ + remove_proc_entry(AUFS_PLINK_MAINT_NAME, au_procfs_dir); + remove_proc_entry(AUFS_PLINK_MAINT_DIR, NULL); +} + +int __init au_procfs_init(void) +{ + int err; + struct proc_dir_entry *entry; + + err = -ENOMEM; + au_procfs_dir = proc_mkdir(AUFS_PLINK_MAINT_DIR, NULL); + if (unlikely(!au_procfs_dir)) + goto out; + + entry = proc_create(AUFS_PLINK_MAINT_NAME, S_IFREG | S_IWUSR, + au_procfs_dir, &au_procfs_plm_fop); + if (unlikely(!entry)) + goto out_dir; + + err = 0; + goto out; /* success */ + + +out_dir: + remove_proc_entry(AUFS_PLINK_MAINT_DIR, NULL); +out: + return err; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/rdu.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/rdu.c @@ -0,0 +1,388 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * readdir in userspace. + */ + +#include +#include +#include +#include "aufs.h" + +/* bits for struct aufs_rdu.flags */ +#define AuRdu_CALLED 1 +#define AuRdu_CONT (1 << 1) +#define AuRdu_FULL (1 << 2) +#define au_ftest_rdu(flags, name) ((flags) & AuRdu_##name) +#define au_fset_rdu(flags, name) \ + do { (flags) |= AuRdu_##name; } while (0) +#define au_fclr_rdu(flags, name) \ + do { (flags) &= ~AuRdu_##name; } while (0) + +struct au_rdu_arg { + struct dir_context ctx; + struct aufs_rdu *rdu; + union au_rdu_ent_ul ent; + unsigned long end; + + struct super_block *sb; + int err; +}; + +static int au_rdu_fill(struct dir_context *ctx, const char *name, int nlen, + loff_t offset, u64 h_ino, unsigned int d_type) +{ + int err, len; + struct au_rdu_arg *arg = container_of(ctx, struct au_rdu_arg, ctx); + struct aufs_rdu *rdu = arg->rdu; + struct au_rdu_ent ent; + + err = 0; + arg->err = 0; + au_fset_rdu(rdu->cookie.flags, CALLED); + len = au_rdu_len(nlen); + if (arg->ent.ul + len < arg->end) { + ent.ino = h_ino; + ent.bindex = rdu->cookie.bindex; + ent.type = d_type; + ent.nlen = nlen; + if (unlikely(nlen > AUFS_MAX_NAMELEN)) + ent.type = DT_UNKNOWN; + + /* unnecessary to support mmap_sem since this is a dir */ + err = -EFAULT; + if (copy_to_user(arg->ent.e, &ent, sizeof(ent))) + goto out; + if (copy_to_user(arg->ent.e->name, name, nlen)) + goto out; + /* the terminating NULL */ + if (__put_user(0, arg->ent.e->name + nlen)) + goto out; + err = 0; + /* AuDbg("%p, %.*s\n", arg->ent.p, nlen, name); */ + arg->ent.ul += len; + rdu->rent++; + } else { + err = -EFAULT; + au_fset_rdu(rdu->cookie.flags, FULL); + rdu->full = 1; + rdu->tail = arg->ent; + } + +out: + /* AuTraceErr(err); */ + return err; +} + +static int au_rdu_do(struct file *h_file, struct au_rdu_arg *arg) +{ + int err; + loff_t offset; + struct au_rdu_cookie *cookie = &arg->rdu->cookie; + + /* we don't have to care (FMODE_32BITHASH | FMODE_64BITHASH) for ext4 */ + offset = vfsub_llseek(h_file, cookie->h_pos, SEEK_SET); + err = offset; + if (unlikely(offset != cookie->h_pos)) + goto out; + + err = 0; + do { + arg->err = 0; + au_fclr_rdu(cookie->flags, CALLED); + /* smp_mb(); */ + err = vfsub_iterate_dir(h_file, &arg->ctx); + if (err >= 0) + err = arg->err; + } while (!err + && au_ftest_rdu(cookie->flags, CALLED) + && !au_ftest_rdu(cookie->flags, FULL)); + cookie->h_pos = h_file->f_pos; + +out: + AuTraceErr(err); + return err; +} + +static int au_rdu(struct file *file, struct aufs_rdu *rdu) +{ + int err; + aufs_bindex_t bend; + struct au_rdu_arg arg = { + .ctx = { + .actor = au_diractor(au_rdu_fill) + } + }; + struct dentry *dentry; + struct inode *inode; + struct file *h_file; + struct au_rdu_cookie *cookie = &rdu->cookie; + + err = !access_ok(VERIFY_WRITE, rdu->ent.e, rdu->sz); + if (unlikely(err)) { + err = -EFAULT; + AuTraceErr(err); + goto out; + } + rdu->rent = 0; + rdu->tail = rdu->ent; + rdu->full = 0; + arg.rdu = rdu; + arg.ent = rdu->ent; + arg.end = arg.ent.ul; + arg.end += rdu->sz; + + err = -ENOTDIR; + if (unlikely(!file->f_op->iterate)) + goto out; + + err = security_file_permission(file, MAY_READ); + AuTraceErr(err); + if (unlikely(err)) + goto out; + + dentry = file->f_dentry; + inode = dentry->d_inode; +#if 1 + mutex_lock(&inode->i_mutex); +#else + err = mutex_lock_killable(&inode->i_mutex); + AuTraceErr(err); + if (unlikely(err)) + goto out; +#endif + + arg.sb = inode->i_sb; + err = si_read_lock(arg.sb, AuLock_FLUSH | AuLock_NOPLM); + if (unlikely(err)) + goto out_mtx; + err = au_alive_dir(dentry); + if (unlikely(err)) + goto out_si; + /* todo: reval? */ + fi_read_lock(file); + + err = -EAGAIN; + if (unlikely(au_ftest_rdu(cookie->flags, CONT) + && cookie->generation != au_figen(file))) + goto out_unlock; + + err = 0; + if (!rdu->blk) { + rdu->blk = au_sbi(arg.sb)->si_rdblk; + if (!rdu->blk) + rdu->blk = au_dir_size(file, /*dentry*/NULL); + } + bend = au_fbstart(file); + if (cookie->bindex < bend) + cookie->bindex = bend; + bend = au_fbend_dir(file); + /* AuDbg("b%d, b%d\n", cookie->bindex, bend); */ + for (; !err && cookie->bindex <= bend; + cookie->bindex++, cookie->h_pos = 0) { + h_file = au_hf_dir(file, cookie->bindex); + if (!h_file) + continue; + + au_fclr_rdu(cookie->flags, FULL); + err = au_rdu_do(h_file, &arg); + AuTraceErr(err); + if (unlikely(au_ftest_rdu(cookie->flags, FULL) || err)) + break; + } + AuDbg("rent %llu\n", rdu->rent); + + if (!err && !au_ftest_rdu(cookie->flags, CONT)) { + rdu->shwh = !!au_opt_test(au_sbi(arg.sb)->si_mntflags, SHWH); + au_fset_rdu(cookie->flags, CONT); + cookie->generation = au_figen(file); + } + + ii_read_lock_child(inode); + fsstack_copy_attr_atime(inode, au_h_iptr(inode, au_ibstart(inode))); + ii_read_unlock(inode); + +out_unlock: + fi_read_unlock(file); +out_si: + si_read_unlock(arg.sb); +out_mtx: + mutex_unlock(&inode->i_mutex); +out: + AuTraceErr(err); + return err; +} + +static int au_rdu_ino(struct file *file, struct aufs_rdu *rdu) +{ + int err; + ino_t ino; + unsigned long long nent; + union au_rdu_ent_ul *u; + struct au_rdu_ent ent; + struct super_block *sb; + + err = 0; + nent = rdu->nent; + u = &rdu->ent; + sb = file->f_dentry->d_sb; + si_read_lock(sb, AuLock_FLUSH); + while (nent-- > 0) { + /* unnecessary to support mmap_sem since this is a dir */ + err = copy_from_user(&ent, u->e, sizeof(ent)); + if (!err) + err = !access_ok(VERIFY_WRITE, &u->e->ino, sizeof(ino)); + if (unlikely(err)) { + err = -EFAULT; + AuTraceErr(err); + break; + } + + /* AuDbg("b%d, i%llu\n", ent.bindex, ent.ino); */ + if (!ent.wh) + err = au_ino(sb, ent.bindex, ent.ino, ent.type, &ino); + else + err = au_wh_ino(sb, ent.bindex, ent.ino, ent.type, + &ino); + if (unlikely(err)) { + AuTraceErr(err); + break; + } + + err = __put_user(ino, &u->e->ino); + if (unlikely(err)) { + err = -EFAULT; + AuTraceErr(err); + break; + } + u->ul += au_rdu_len(ent.nlen); + } + si_read_unlock(sb); + + return err; +} + +/* ---------------------------------------------------------------------- */ + +static int au_rdu_verify(struct aufs_rdu *rdu) +{ + AuDbg("rdu{%llu, %p, %u | %u | %llu, %u, %u | " + "%llu, b%d, 0x%x, g%u}\n", + rdu->sz, rdu->ent.e, rdu->verify[AufsCtlRduV_SZ], + rdu->blk, + rdu->rent, rdu->shwh, rdu->full, + rdu->cookie.h_pos, rdu->cookie.bindex, rdu->cookie.flags, + rdu->cookie.generation); + + if (rdu->verify[AufsCtlRduV_SZ] == sizeof(*rdu)) + return 0; + + AuDbg("%u:%u\n", + rdu->verify[AufsCtlRduV_SZ], (unsigned int)sizeof(*rdu)); + return -EINVAL; +} + +long au_rdu_ioctl(struct file *file, unsigned int cmd, unsigned long arg) +{ + long err, e; + struct aufs_rdu rdu; + void __user *p = (void __user *)arg; + + err = copy_from_user(&rdu, p, sizeof(rdu)); + if (unlikely(err)) { + err = -EFAULT; + AuTraceErr(err); + goto out; + } + err = au_rdu_verify(&rdu); + if (unlikely(err)) + goto out; + + switch (cmd) { + case AUFS_CTL_RDU: + err = au_rdu(file, &rdu); + if (unlikely(err)) + break; + + e = copy_to_user(p, &rdu, sizeof(rdu)); + if (unlikely(e)) { + err = -EFAULT; + AuTraceErr(err); + } + break; + case AUFS_CTL_RDU_INO: + err = au_rdu_ino(file, &rdu); + break; + + default: + /* err = -ENOTTY; */ + err = -EINVAL; + } + +out: + AuTraceErr(err); + return err; +} + +#ifdef CONFIG_COMPAT +long au_rdu_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) +{ + long err, e; + struct aufs_rdu rdu; + void __user *p = compat_ptr(arg); + + /* todo: get_user()? */ + err = copy_from_user(&rdu, p, sizeof(rdu)); + if (unlikely(err)) { + err = -EFAULT; + AuTraceErr(err); + goto out; + } + rdu.ent.e = compat_ptr(rdu.ent.ul); + err = au_rdu_verify(&rdu); + if (unlikely(err)) + goto out; + + switch (cmd) { + case AUFS_CTL_RDU: + err = au_rdu(file, &rdu); + if (unlikely(err)) + break; + + rdu.ent.ul = ptr_to_compat(rdu.ent.e); + rdu.tail.ul = ptr_to_compat(rdu.tail.e); + e = copy_to_user(p, &rdu, sizeof(rdu)); + if (unlikely(e)) { + err = -EFAULT; + AuTraceErr(err); + } + break; + case AUFS_CTL_RDU_INO: + err = au_rdu_ino(file, &rdu); + break; + + default: + /* err = -ENOTTY; */ + err = -EINVAL; + } + +out: + AuTraceErr(err); + return err; +} +#endif --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/rwsem.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/rwsem.h @@ -0,0 +1,191 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * simple read-write semaphore wrappers + */ + +#ifndef __AUFS_RWSEM_H__ +#define __AUFS_RWSEM_H__ + +#ifdef __KERNEL__ + +#include "debug.h" + +struct au_rwsem { + struct rw_semaphore rwsem; +#ifdef CONFIG_AUFS_DEBUG + /* just for debugging, not almighty counter */ + atomic_t rcnt, wcnt; +#endif +}; + +#ifdef CONFIG_AUFS_DEBUG +#define AuDbgCntInit(rw) do { \ + atomic_set(&(rw)->rcnt, 0); \ + atomic_set(&(rw)->wcnt, 0); \ + smp_mb(); /* atomic set */ \ +} while (0) + +#define AuDbgRcntInc(rw) atomic_inc(&(rw)->rcnt) +#define AuDbgRcntDec(rw) WARN_ON(atomic_dec_return(&(rw)->rcnt) < 0) +#define AuDbgWcntInc(rw) atomic_inc(&(rw)->wcnt) +#define AuDbgWcntDec(rw) WARN_ON(atomic_dec_return(&(rw)->wcnt) < 0) +#else +#define AuDbgCntInit(rw) do {} while (0) +#define AuDbgRcntInc(rw) do {} while (0) +#define AuDbgRcntDec(rw) do {} while (0) +#define AuDbgWcntInc(rw) do {} while (0) +#define AuDbgWcntDec(rw) do {} while (0) +#endif /* CONFIG_AUFS_DEBUG */ + +/* to debug easier, do not make them inlined functions */ +#define AuRwMustNoWaiters(rw) AuDebugOn(!list_empty(&(rw)->rwsem.wait_list)) +/* rwsem_is_locked() is unusable */ +#define AuRwMustReadLock(rw) AuDebugOn(atomic_read(&(rw)->rcnt) <= 0) +#define AuRwMustWriteLock(rw) AuDebugOn(atomic_read(&(rw)->wcnt) <= 0) +#define AuRwMustAnyLock(rw) AuDebugOn(atomic_read(&(rw)->rcnt) <= 0 \ + && atomic_read(&(rw)->wcnt) <= 0) +#define AuRwDestroy(rw) AuDebugOn(atomic_read(&(rw)->rcnt) \ + || atomic_read(&(rw)->wcnt)) + +#define au_rw_class(rw, key) lockdep_set_class(&(rw)->rwsem, key) + +static inline void au_rw_init(struct au_rwsem *rw) +{ + AuDbgCntInit(rw); + init_rwsem(&rw->rwsem); +} + +static inline void au_rw_init_wlock(struct au_rwsem *rw) +{ + au_rw_init(rw); + down_write(&rw->rwsem); + AuDbgWcntInc(rw); +} + +static inline void au_rw_init_wlock_nested(struct au_rwsem *rw, + unsigned int lsc) +{ + au_rw_init(rw); + down_write_nested(&rw->rwsem, lsc); + AuDbgWcntInc(rw); +} + +static inline void au_rw_read_lock(struct au_rwsem *rw) +{ + down_read(&rw->rwsem); + AuDbgRcntInc(rw); +} + +static inline void au_rw_read_lock_nested(struct au_rwsem *rw, unsigned int lsc) +{ + down_read_nested(&rw->rwsem, lsc); + AuDbgRcntInc(rw); +} + +static inline void au_rw_read_unlock(struct au_rwsem *rw) +{ + AuRwMustReadLock(rw); + AuDbgRcntDec(rw); + up_read(&rw->rwsem); +} + +static inline void au_rw_dgrade_lock(struct au_rwsem *rw) +{ + AuRwMustWriteLock(rw); + AuDbgRcntInc(rw); + AuDbgWcntDec(rw); + downgrade_write(&rw->rwsem); +} + +static inline void au_rw_write_lock(struct au_rwsem *rw) +{ + down_write(&rw->rwsem); + AuDbgWcntInc(rw); +} + +static inline void au_rw_write_lock_nested(struct au_rwsem *rw, + unsigned int lsc) +{ + down_write_nested(&rw->rwsem, lsc); + AuDbgWcntInc(rw); +} + +static inline void au_rw_write_unlock(struct au_rwsem *rw) +{ + AuRwMustWriteLock(rw); + AuDbgWcntDec(rw); + up_write(&rw->rwsem); +} + +/* why is not _nested version defined */ +static inline int au_rw_read_trylock(struct au_rwsem *rw) +{ + int ret; + + ret = down_read_trylock(&rw->rwsem); + if (ret) + AuDbgRcntInc(rw); + return ret; +} + +static inline int au_rw_write_trylock(struct au_rwsem *rw) +{ + int ret; + + ret = down_write_trylock(&rw->rwsem); + if (ret) + AuDbgWcntInc(rw); + return ret; +} + +#undef AuDbgCntInit +#undef AuDbgRcntInc +#undef AuDbgRcntDec +#undef AuDbgWcntInc +#undef AuDbgWcntDec + +#define AuSimpleLockRwsemFuncs(prefix, param, rwsem) \ +static inline void prefix##_read_lock(param) \ +{ au_rw_read_lock(rwsem); } \ +static inline void prefix##_write_lock(param) \ +{ au_rw_write_lock(rwsem); } \ +static inline int prefix##_read_trylock(param) \ +{ return au_rw_read_trylock(rwsem); } \ +static inline int prefix##_write_trylock(param) \ +{ return au_rw_write_trylock(rwsem); } +/* why is not _nested version defined */ +/* static inline void prefix##_read_trylock_nested(param, lsc) +{ au_rw_read_trylock_nested(rwsem, lsc)); } +static inline void prefix##_write_trylock_nestd(param, lsc) +{ au_rw_write_trylock_nested(rwsem, lsc); } */ + +#define AuSimpleUnlockRwsemFuncs(prefix, param, rwsem) \ +static inline void prefix##_read_unlock(param) \ +{ au_rw_read_unlock(rwsem); } \ +static inline void prefix##_write_unlock(param) \ +{ au_rw_write_unlock(rwsem); } \ +static inline void prefix##_downgrade_lock(param) \ +{ au_rw_dgrade_lock(rwsem); } + +#define AuSimpleRwsemFuncs(prefix, param, rwsem) \ + AuSimpleLockRwsemFuncs(prefix, param, rwsem) \ + AuSimpleUnlockRwsemFuncs(prefix, param, rwsem) + +#endif /* __KERNEL__ */ +#endif /* __AUFS_RWSEM_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/sbinfo.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/sbinfo.c @@ -0,0 +1,351 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * superblock private data + */ + +#include "aufs.h" + +/* + * they are necessary regardless sysfs is disabled. + */ +void au_si_free(struct kobject *kobj) +{ + int i; + struct au_sbinfo *sbinfo; + char *locked __maybe_unused; /* debug only */ + + sbinfo = container_of(kobj, struct au_sbinfo, si_kobj); + for (i = 0; i < AuPlink_NHASH; i++) + AuDebugOn(!hlist_empty(&sbinfo->si_plink[i].head)); + AuDebugOn(atomic_read(&sbinfo->si_nowait.nw_len)); + + au_rw_write_lock(&sbinfo->si_rwsem); + au_br_free(sbinfo); + au_rw_write_unlock(&sbinfo->si_rwsem); + + AuDebugOn(radix_tree_gang_lookup + (&sbinfo->au_si_pid.tree, (void **)&locked, + /*first_index*/PID_MAX_DEFAULT - 1, + /*max_items*/sizeof(locked)/sizeof(*locked))); + + kfree(sbinfo->si_branch); + kfree(sbinfo->au_si_pid.bitmap); + mutex_destroy(&sbinfo->si_xib_mtx); + AuRwDestroy(&sbinfo->si_rwsem); + + kfree(sbinfo); +} + +int au_si_alloc(struct super_block *sb) +{ + int err, i; + struct au_sbinfo *sbinfo; + static struct lock_class_key aufs_si; + + err = -ENOMEM; + sbinfo = kzalloc(sizeof(*sbinfo), GFP_NOFS); + if (unlikely(!sbinfo)) + goto out; + + BUILD_BUG_ON(sizeof(unsigned long) != + sizeof(*sbinfo->au_si_pid.bitmap)); + sbinfo->au_si_pid.bitmap = kcalloc(BITS_TO_LONGS(PID_MAX_DEFAULT), + sizeof(*sbinfo->au_si_pid.bitmap), + GFP_NOFS); + if (unlikely(!sbinfo->au_si_pid.bitmap)) + goto out_sbinfo; + + /* will be reallocated separately */ + sbinfo->si_branch = kzalloc(sizeof(*sbinfo->si_branch), GFP_NOFS); + if (unlikely(!sbinfo->si_branch)) + goto out_pidmap; + + err = sysaufs_si_init(sbinfo); + if (unlikely(err)) + goto out_br; + + au_nwt_init(&sbinfo->si_nowait); + au_rw_init_wlock(&sbinfo->si_rwsem); + au_rw_class(&sbinfo->si_rwsem, &aufs_si); + spin_lock_init(&sbinfo->au_si_pid.tree_lock); + INIT_RADIX_TREE(&sbinfo->au_si_pid.tree, GFP_ATOMIC | __GFP_NOFAIL); + + atomic_long_set(&sbinfo->si_ninodes, 0); + atomic_long_set(&sbinfo->si_nfiles, 0); + + sbinfo->si_bend = -1; + sbinfo->si_last_br_id = AUFS_BRANCH_MAX / 2; + + sbinfo->si_wbr_copyup = AuWbrCopyup_Def; + sbinfo->si_wbr_create = AuWbrCreate_Def; + sbinfo->si_wbr_copyup_ops = au_wbr_copyup_ops + sbinfo->si_wbr_copyup; + sbinfo->si_wbr_create_ops = au_wbr_create_ops + sbinfo->si_wbr_create; + + sbinfo->si_mntflags = au_opts_plink(AuOpt_Def); + + sbinfo->si_xino_jiffy = jiffies; + sbinfo->si_xino_expire + = msecs_to_jiffies(AUFS_XINO_DEF_SEC * MSEC_PER_SEC); + mutex_init(&sbinfo->si_xib_mtx); + sbinfo->si_xino_brid = -1; + /* leave si_xib_last_pindex and si_xib_next_bit */ + + sbinfo->si_rdcache = msecs_to_jiffies(AUFS_RDCACHE_DEF * MSEC_PER_SEC); + sbinfo->si_rdblk = AUFS_RDBLK_DEF; + sbinfo->si_rdhash = AUFS_RDHASH_DEF; + sbinfo->si_dirwh = AUFS_DIRWH_DEF; + + for (i = 0; i < AuPlink_NHASH; i++) + au_sphl_init(sbinfo->si_plink + i); + init_waitqueue_head(&sbinfo->si_plink_wq); + spin_lock_init(&sbinfo->si_plink_maint_lock); + + au_sphl_init(&sbinfo->si_files); + + /* leave other members for sysaufs and si_mnt. */ + sbinfo->si_sb = sb; + sb->s_fs_info = sbinfo; + si_pid_set(sb); + au_debug_sbinfo_init(sbinfo); + return 0; /* success */ + +out_br: + kfree(sbinfo->si_branch); +out_pidmap: + kfree(sbinfo->au_si_pid.bitmap); +out_sbinfo: + kfree(sbinfo); +out: + return err; +} + +int au_sbr_realloc(struct au_sbinfo *sbinfo, int nbr) +{ + int err, sz; + struct au_branch **brp; + + AuRwMustWriteLock(&sbinfo->si_rwsem); + + err = -ENOMEM; + sz = sizeof(*brp) * (sbinfo->si_bend + 1); + if (unlikely(!sz)) + sz = sizeof(*brp); + brp = au_kzrealloc(sbinfo->si_branch, sz, sizeof(*brp) * nbr, GFP_NOFS); + if (brp) { + sbinfo->si_branch = brp; + err = 0; + } + + return err; +} + +/* ---------------------------------------------------------------------- */ + +unsigned int au_sigen_inc(struct super_block *sb) +{ + unsigned int gen; + + SiMustWriteLock(sb); + + gen = ++au_sbi(sb)->si_generation; + au_update_digen(sb->s_root); + au_update_iigen(sb->s_root->d_inode, /*half*/0); + sb->s_root->d_inode->i_version++; + return gen; +} + +aufs_bindex_t au_new_br_id(struct super_block *sb) +{ + aufs_bindex_t br_id; + int i; + struct au_sbinfo *sbinfo; + + SiMustWriteLock(sb); + + sbinfo = au_sbi(sb); + for (i = 0; i <= AUFS_BRANCH_MAX; i++) { + br_id = ++sbinfo->si_last_br_id; + AuDebugOn(br_id < 0); + if (br_id && au_br_index(sb, br_id) < 0) + return br_id; + } + + return -1; +} + +/* ---------------------------------------------------------------------- */ + +/* it is ok that new 'nwt' tasks are appended while we are sleeping */ +int si_read_lock(struct super_block *sb, int flags) +{ + int err; + + err = 0; + if (au_ftest_lock(flags, FLUSH)) + au_nwt_flush(&au_sbi(sb)->si_nowait); + + si_noflush_read_lock(sb); + err = au_plink_maint(sb, flags); + if (unlikely(err)) + si_read_unlock(sb); + + return err; +} + +int si_write_lock(struct super_block *sb, int flags) +{ + int err; + + if (au_ftest_lock(flags, FLUSH)) + au_nwt_flush(&au_sbi(sb)->si_nowait); + + si_noflush_write_lock(sb); + err = au_plink_maint(sb, flags); + if (unlikely(err)) + si_write_unlock(sb); + + return err; +} + +/* dentry and super_block lock. call at entry point */ +int aufs_read_lock(struct dentry *dentry, int flags) +{ + int err; + struct super_block *sb; + + sb = dentry->d_sb; + err = si_read_lock(sb, flags); + if (unlikely(err)) + goto out; + + if (au_ftest_lock(flags, DW)) + di_write_lock_child(dentry); + else + di_read_lock_child(dentry, flags); + + if (au_ftest_lock(flags, GEN)) { + err = au_digen_test(dentry, au_sigen(sb)); + AuDebugOn(!err && au_dbrange_test(dentry)); + if (unlikely(err)) + aufs_read_unlock(dentry, flags); + } + +out: + return err; +} + +void aufs_read_unlock(struct dentry *dentry, int flags) +{ + if (au_ftest_lock(flags, DW)) + di_write_unlock(dentry); + else + di_read_unlock(dentry, flags); + si_read_unlock(dentry->d_sb); +} + +void aufs_write_lock(struct dentry *dentry) +{ + si_write_lock(dentry->d_sb, AuLock_FLUSH | AuLock_NOPLMW); + di_write_lock_child(dentry); +} + +void aufs_write_unlock(struct dentry *dentry) +{ + di_write_unlock(dentry); + si_write_unlock(dentry->d_sb); +} + +int aufs_read_and_write_lock2(struct dentry *d1, struct dentry *d2, int flags) +{ + int err; + unsigned int sigen; + struct super_block *sb; + + sb = d1->d_sb; + err = si_read_lock(sb, flags); + if (unlikely(err)) + goto out; + + di_write_lock2_child(d1, d2, au_ftest_lock(flags, DIR)); + + if (au_ftest_lock(flags, GEN)) { + sigen = au_sigen(sb); + err = au_digen_test(d1, sigen); + AuDebugOn(!err && au_dbrange_test(d1)); + if (!err) { + err = au_digen_test(d2, sigen); + AuDebugOn(!err && au_dbrange_test(d2)); + } + if (unlikely(err)) + aufs_read_and_write_unlock2(d1, d2); + } + +out: + return err; +} + +void aufs_read_and_write_unlock2(struct dentry *d1, struct dentry *d2) +{ + di_write_unlock2(d1, d2); + si_read_unlock(d1->d_sb); +} + +/* ---------------------------------------------------------------------- */ + +int si_pid_test_slow(struct super_block *sb) +{ + void *p; + + rcu_read_lock(); + p = radix_tree_lookup(&au_sbi(sb)->au_si_pid.tree, current->pid); + rcu_read_unlock(); + + return (long)!!p; +} + +void si_pid_set_slow(struct super_block *sb) +{ + int err; + struct au_sbinfo *sbinfo; + + AuDebugOn(si_pid_test_slow(sb)); + + sbinfo = au_sbi(sb); + err = radix_tree_preload(GFP_NOFS | __GFP_NOFAIL); + AuDebugOn(err); + spin_lock(&sbinfo->au_si_pid.tree_lock); + err = radix_tree_insert(&sbinfo->au_si_pid.tree, current->pid, + /*any valid ptr*/sb); + spin_unlock(&sbinfo->au_si_pid.tree_lock); + AuDebugOn(err); + radix_tree_preload_end(); +} + +void si_pid_clr_slow(struct super_block *sb) +{ + void *p; + struct au_sbinfo *sbinfo; + + AuDebugOn(!si_pid_test_slow(sb)); + + sbinfo = au_sbi(sb); + spin_lock(&sbinfo->au_si_pid.tree_lock); + p = radix_tree_delete(&sbinfo->au_si_pid.tree, current->pid); + spin_unlock(&sbinfo->au_si_pid.tree_lock); +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/spl.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/spl.h @@ -0,0 +1,111 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * simple list protected by a spinlock + */ + +#ifndef __AUFS_SPL_H__ +#define __AUFS_SPL_H__ + +#ifdef __KERNEL__ + +struct au_splhead { + spinlock_t spin; + struct list_head head; +}; + +static inline void au_spl_init(struct au_splhead *spl) +{ + spin_lock_init(&spl->spin); + INIT_LIST_HEAD(&spl->head); +} + +static inline void au_spl_add(struct list_head *list, struct au_splhead *spl) +{ + spin_lock(&spl->spin); + list_add(list, &spl->head); + spin_unlock(&spl->spin); +} + +static inline void au_spl_del(struct list_head *list, struct au_splhead *spl) +{ + spin_lock(&spl->spin); + list_del(list); + spin_unlock(&spl->spin); +} + +static inline void au_spl_del_rcu(struct list_head *list, + struct au_splhead *spl) +{ + spin_lock(&spl->spin); + list_del_rcu(list); + spin_unlock(&spl->spin); +} + +/* ---------------------------------------------------------------------- */ + +struct au_sphlhead { + spinlock_t spin; + struct hlist_head head; +}; + +static inline void au_sphl_init(struct au_sphlhead *sphl) +{ + spin_lock_init(&sphl->spin); + INIT_HLIST_HEAD(&sphl->head); +} + +static inline void au_sphl_add(struct hlist_node *hlist, + struct au_sphlhead *sphl) +{ + spin_lock(&sphl->spin); + hlist_add_head(hlist, &sphl->head); + spin_unlock(&sphl->spin); +} + +static inline void au_sphl_del(struct hlist_node *hlist, + struct au_sphlhead *sphl) +{ + spin_lock(&sphl->spin); + hlist_del(hlist); + spin_unlock(&sphl->spin); +} + +static inline void au_sphl_del_rcu(struct hlist_node *hlist, + struct au_sphlhead *sphl) +{ + spin_lock(&sphl->spin); + hlist_del_rcu(hlist); + spin_unlock(&sphl->spin); +} + +static inline unsigned long au_sphl_count(struct au_sphlhead *sphl) +{ + unsigned long cnt; + struct hlist_node *pos; + + cnt = 0; + spin_lock(&sphl->spin); + hlist_for_each(pos, &sphl->head) + cnt++; + spin_unlock(&sphl->spin); + return cnt; +} + +#endif /* __KERNEL__ */ +#endif /* __AUFS_SPL_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/super.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/super.c @@ -0,0 +1,998 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * mount and super_block operations + */ + +#include +#include +#include +#include +#include +#include +#include "aufs.h" + +/* + * super_operations + */ +static struct inode *aufs_alloc_inode(struct super_block *sb __maybe_unused) +{ + struct au_icntnr *c; + + c = au_cache_alloc_icntnr(); + if (c) { + au_icntnr_init(c); + c->vfs_inode.i_version = 1; /* sigen(sb); */ + c->iinfo.ii_hinode = NULL; + return &c->vfs_inode; + } + return NULL; +} + +static void aufs_destroy_inode_cb(struct rcu_head *head) +{ + struct inode *inode = container_of(head, struct inode, i_rcu); + + INIT_HLIST_HEAD(&inode->i_dentry); + au_cache_free_icntnr(container_of(inode, struct au_icntnr, vfs_inode)); +} + +static void aufs_destroy_inode(struct inode *inode) +{ + au_iinfo_fin(inode); + call_rcu(&inode->i_rcu, aufs_destroy_inode_cb); +} + +struct inode *au_iget_locked(struct super_block *sb, ino_t ino) +{ + struct inode *inode; + int err; + + inode = iget_locked(sb, ino); + if (unlikely(!inode)) { + inode = ERR_PTR(-ENOMEM); + goto out; + } + if (!(inode->i_state & I_NEW)) + goto out; + + err = au_xigen_new(inode); + if (!err) + err = au_iinfo_init(inode); + if (!err) + inode->i_version++; + else { + iget_failed(inode); + inode = ERR_PTR(err); + } + +out: + /* never return NULL */ + AuDebugOn(!inode); + AuTraceErrPtr(inode); + return inode; +} + +/* lock free root dinfo */ +static int au_show_brs(struct seq_file *seq, struct super_block *sb) +{ + int err; + aufs_bindex_t bindex, bend; + struct path path; + struct au_hdentry *hdp; + struct au_branch *br; + au_br_perm_str_t perm; + + err = 0; + bend = au_sbend(sb); + hdp = au_di(sb->s_root)->di_hdentry; + for (bindex = 0; !err && bindex <= bend; bindex++) { + br = au_sbr(sb, bindex); + path.mnt = au_br_mnt(br); + path.dentry = hdp[bindex].hd_dentry; + err = au_seq_path(seq, &path); + if (err > 0) { + au_optstr_br_perm(&perm, br->br_perm); + err = seq_printf(seq, "=%s", perm.a); + if (err == -1) + err = -E2BIG; + } + if (!err && bindex != bend) + err = seq_putc(seq, ':'); + } + + return err; +} + +static void au_show_wbr_create(struct seq_file *m, int v, + struct au_sbinfo *sbinfo) +{ + const char *pat; + + AuRwMustAnyLock(&sbinfo->si_rwsem); + + seq_puts(m, ",create="); + pat = au_optstr_wbr_create(v); + switch (v) { + case AuWbrCreate_TDP: + case AuWbrCreate_RR: + case AuWbrCreate_MFS: + case AuWbrCreate_PMFS: + seq_puts(m, pat); + break; + case AuWbrCreate_MFSV: + seq_printf(m, /*pat*/"mfs:%lu", + jiffies_to_msecs(sbinfo->si_wbr_mfs.mfs_expire) + / MSEC_PER_SEC); + break; + case AuWbrCreate_PMFSV: + seq_printf(m, /*pat*/"pmfs:%lu", + jiffies_to_msecs(sbinfo->si_wbr_mfs.mfs_expire) + / MSEC_PER_SEC); + break; + case AuWbrCreate_MFSRR: + seq_printf(m, /*pat*/"mfsrr:%llu", + sbinfo->si_wbr_mfs.mfsrr_watermark); + break; + case AuWbrCreate_MFSRRV: + seq_printf(m, /*pat*/"mfsrr:%llu:%lu", + sbinfo->si_wbr_mfs.mfsrr_watermark, + jiffies_to_msecs(sbinfo->si_wbr_mfs.mfs_expire) + / MSEC_PER_SEC); + break; + case AuWbrCreate_PMFSRR: + seq_printf(m, /*pat*/"pmfsrr:%llu", + sbinfo->si_wbr_mfs.mfsrr_watermark); + break; + case AuWbrCreate_PMFSRRV: + seq_printf(m, /*pat*/"pmfsrr:%llu:%lu", + sbinfo->si_wbr_mfs.mfsrr_watermark, + jiffies_to_msecs(sbinfo->si_wbr_mfs.mfs_expire) + / MSEC_PER_SEC); + break; + } +} + +static int au_show_xino(struct seq_file *seq, struct super_block *sb) +{ +#ifdef CONFIG_SYSFS + return 0; +#else + int err; + const int len = sizeof(AUFS_XINO_FNAME) - 1; + aufs_bindex_t bindex, brid; + struct qstr *name; + struct file *f; + struct dentry *d, *h_root; + struct au_hdentry *hdp; + + AuRwMustAnyLock(&sbinfo->si_rwsem); + + err = 0; + f = au_sbi(sb)->si_xib; + if (!f) + goto out; + + /* stop printing the default xino path on the first writable branch */ + h_root = NULL; + brid = au_xino_brid(sb); + if (brid >= 0) { + bindex = au_br_index(sb, brid); + hdp = au_di(sb->s_root)->di_hdentry; + h_root = hdp[0 + bindex].hd_dentry; + } + d = f->f_dentry; + name = &d->d_name; + /* safe ->d_parent because the file is unlinked */ + if (d->d_parent == h_root + && name->len == len + && !memcmp(name->name, AUFS_XINO_FNAME, len)) + goto out; + + seq_puts(seq, ",xino="); + err = au_xino_path(seq, f); + +out: + return err; +#endif +} + +/* seq_file will re-call me in case of too long string */ +static int aufs_show_options(struct seq_file *m, struct dentry *dentry) +{ + int err; + unsigned int mnt_flags, v; + struct super_block *sb; + struct au_sbinfo *sbinfo; + +#define AuBool(name, str) do { \ + v = au_opt_test(mnt_flags, name); \ + if (v != au_opt_test(AuOpt_Def, name)) \ + seq_printf(m, ",%s" #str, v ? "" : "no"); \ +} while (0) + +#define AuStr(name, str) do { \ + v = mnt_flags & AuOptMask_##name; \ + if (v != (AuOpt_Def & AuOptMask_##name)) \ + seq_printf(m, "," #str "=%s", au_optstr_##str(v)); \ +} while (0) + +#define AuUInt(name, str, val) do { \ + if (val != AUFS_##name##_DEF) \ + seq_printf(m, "," #str "=%u", val); \ +} while (0) + + /* lock free root dinfo */ + sb = dentry->d_sb; + si_noflush_read_lock(sb); + sbinfo = au_sbi(sb); + seq_printf(m, ",si=%lx", sysaufs_si_id(sbinfo)); + + mnt_flags = au_mntflags(sb); + if (au_opt_test(mnt_flags, XINO)) { + err = au_show_xino(m, sb); + if (unlikely(err)) + goto out; + } else + seq_puts(m, ",noxino"); + + AuBool(TRUNC_XINO, trunc_xino); + AuStr(UDBA, udba); + AuBool(SHWH, shwh); + AuBool(PLINK, plink); + AuBool(DIO, dio); + AuBool(DIRPERM1, dirperm1); + /* AuBool(REFROF, refrof); */ + + v = sbinfo->si_wbr_create; + if (v != AuWbrCreate_Def) + au_show_wbr_create(m, v, sbinfo); + + v = sbinfo->si_wbr_copyup; + if (v != AuWbrCopyup_Def) + seq_printf(m, ",cpup=%s", au_optstr_wbr_copyup(v)); + + v = au_opt_test(mnt_flags, ALWAYS_DIROPQ); + if (v != au_opt_test(AuOpt_Def, ALWAYS_DIROPQ)) + seq_printf(m, ",diropq=%c", v ? 'a' : 'w'); + + AuUInt(DIRWH, dirwh, sbinfo->si_dirwh); + + v = jiffies_to_msecs(sbinfo->si_rdcache) / MSEC_PER_SEC; + AuUInt(RDCACHE, rdcache, v); + + AuUInt(RDBLK, rdblk, sbinfo->si_rdblk); + AuUInt(RDHASH, rdhash, sbinfo->si_rdhash); + + AuBool(SUM, sum); + /* AuBool(SUM_W, wsum); */ + AuBool(WARN_PERM, warn_perm); + AuBool(VERBOSE, verbose); + +out: + /* be sure to print "br:" last */ + if (!sysaufs_brs) { + seq_puts(m, ",br:"); + au_show_brs(m, sb); + } + si_read_unlock(sb); + return 0; + +#undef AuBool +#undef AuStr +#undef AuUInt +} + +/* ---------------------------------------------------------------------- */ + +/* sum mode which returns the summation for statfs(2) */ + +static u64 au_add_till_max(u64 a, u64 b) +{ + u64 old; + + old = a; + a += b; + if (old <= a) + return a; + return ULLONG_MAX; +} + +static u64 au_mul_till_max(u64 a, long mul) +{ + u64 old; + + old = a; + a *= mul; + if (old <= a) + return a; + return ULLONG_MAX; +} + +static int au_statfs_sum(struct super_block *sb, struct kstatfs *buf) +{ + int err; + long bsize, factor; + u64 blocks, bfree, bavail, files, ffree; + aufs_bindex_t bend, bindex, i; + unsigned char shared; + struct path h_path; + struct super_block *h_sb; + + err = 0; + bsize = LONG_MAX; + files = 0; + ffree = 0; + blocks = 0; + bfree = 0; + bavail = 0; + bend = au_sbend(sb); + for (bindex = 0; bindex <= bend; bindex++) { + h_path.mnt = au_sbr_mnt(sb, bindex); + h_sb = h_path.mnt->mnt_sb; + shared = 0; + for (i = 0; !shared && i < bindex; i++) + shared = (au_sbr_sb(sb, i) == h_sb); + if (shared) + continue; + + /* sb->s_root for NFS is unreliable */ + h_path.dentry = h_path.mnt->mnt_root; + err = vfs_statfs(&h_path, buf); + if (unlikely(err)) + goto out; + + if (bsize > buf->f_bsize) { + /* + * we will reduce bsize, so we have to expand blocks + * etc. to match them again + */ + factor = (bsize / buf->f_bsize); + blocks = au_mul_till_max(blocks, factor); + bfree = au_mul_till_max(bfree, factor); + bavail = au_mul_till_max(bavail, factor); + bsize = buf->f_bsize; + } + + factor = (buf->f_bsize / bsize); + blocks = au_add_till_max(blocks, + au_mul_till_max(buf->f_blocks, factor)); + bfree = au_add_till_max(bfree, + au_mul_till_max(buf->f_bfree, factor)); + bavail = au_add_till_max(bavail, + au_mul_till_max(buf->f_bavail, factor)); + files = au_add_till_max(files, buf->f_files); + ffree = au_add_till_max(ffree, buf->f_ffree); + } + + buf->f_bsize = bsize; + buf->f_blocks = blocks; + buf->f_bfree = bfree; + buf->f_bavail = bavail; + buf->f_files = files; + buf->f_ffree = ffree; + buf->f_frsize = 0; + +out: + return err; +} + +static int aufs_statfs(struct dentry *dentry, struct kstatfs *buf) +{ + int err; + struct path h_path; + struct super_block *sb; + + /* lock free root dinfo */ + sb = dentry->d_sb; + si_noflush_read_lock(sb); + if (!au_opt_test(au_mntflags(sb), SUM)) { + /* sb->s_root for NFS is unreliable */ + h_path.mnt = au_sbr_mnt(sb, 0); + h_path.dentry = h_path.mnt->mnt_root; + err = vfs_statfs(&h_path, buf); + } else + err = au_statfs_sum(sb, buf); + si_read_unlock(sb); + + if (!err) { + buf->f_type = AUFS_SUPER_MAGIC; + buf->f_namelen = AUFS_MAX_NAMELEN; + memset(&buf->f_fsid, 0, sizeof(buf->f_fsid)); + } + /* buf->f_bsize = buf->f_blocks = buf->f_bfree = buf->f_bavail = -1; */ + + return err; +} + +/* ---------------------------------------------------------------------- */ + +static int aufs_sync_fs(struct super_block *sb, int wait) +{ + int err, e; + aufs_bindex_t bend, bindex; + struct au_branch *br; + struct super_block *h_sb; + + err = 0; + si_noflush_read_lock(sb); + bend = au_sbend(sb); + for (bindex = 0; bindex <= bend; bindex++) { + br = au_sbr(sb, bindex); + if (!au_br_writable(br->br_perm)) + continue; + + h_sb = au_sbr_sb(sb, bindex); + if (h_sb->s_op->sync_fs) { + e = h_sb->s_op->sync_fs(h_sb, wait); + if (unlikely(e && !err)) + err = e; + /* go on even if an error happens */ + } + } + si_read_unlock(sb); + + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* final actions when unmounting a file system */ +static void aufs_put_super(struct super_block *sb) +{ + struct au_sbinfo *sbinfo; + + sbinfo = au_sbi(sb); + if (!sbinfo) + return; + + dbgaufs_si_fin(sbinfo); + kobject_put(&sbinfo->si_kobj); +} + +/* ---------------------------------------------------------------------- */ + +void au_array_free(void *array) +{ + if (array) { + if (!is_vmalloc_addr(array)) + kfree(array); + else + vfree(array); + } +} + +void *au_array_alloc(unsigned long long *hint, au_arraycb_t cb, void *arg) +{ + void *array; + unsigned long long n, sz; + + array = NULL; + n = 0; + if (!*hint) + goto out; + + if (*hint > ULLONG_MAX / sizeof(array)) { + array = ERR_PTR(-EMFILE); + pr_err("hint %llu\n", *hint); + goto out; + } + + sz = sizeof(array) * *hint; + array = kmalloc(sz, GFP_NOFS); + if (unlikely(!array)) + array = vmalloc(sz); + if (unlikely(!array)) { + array = ERR_PTR(-ENOMEM); + goto out; + } + + n = cb(array, *hint, arg); + AuDebugOn(n > *hint); + +out: + *hint = n; + return array; +} + +static unsigned long long au_iarray_cb(void *a, + unsigned long long max __maybe_unused, + void *arg) +{ + unsigned long long n; + struct inode **p, *inode; + struct list_head *head; + + n = 0; + p = a; + head = arg; + spin_lock(&inode_sb_list_lock); + list_for_each_entry(inode, head, i_sb_list) { + if (!is_bad_inode(inode) + && au_ii(inode)->ii_bstart >= 0) { + spin_lock(&inode->i_lock); + if (atomic_read(&inode->i_count)) { + au_igrab(inode); + *p++ = inode; + n++; + AuDebugOn(n > max); + } + spin_unlock(&inode->i_lock); + } + } + spin_unlock(&inode_sb_list_lock); + + return n; +} + +struct inode **au_iarray_alloc(struct super_block *sb, unsigned long long *max) +{ + *max = atomic_long_read(&au_sbi(sb)->si_ninodes); + return au_array_alloc(max, au_iarray_cb, &sb->s_inodes); +} + +void au_iarray_free(struct inode **a, unsigned long long max) +{ + unsigned long long ull; + + for (ull = 0; ull < max; ull++) + iput(a[ull]); + au_array_free(a); +} + +/* ---------------------------------------------------------------------- */ + +/* + * refresh dentry and inode at remount time. + */ +/* todo: consolidate with simple_reval_dpath() and au_reval_for_attr() */ +static int au_do_refresh(struct dentry *dentry, unsigned int dir_flags, + struct dentry *parent) +{ + int err; + + di_write_lock_child(dentry); + di_read_lock_parent(parent, AuLock_IR); + err = au_refresh_dentry(dentry, parent); + if (!err && dir_flags) + au_hn_reset(dentry->d_inode, dir_flags); + di_read_unlock(parent, AuLock_IR); + di_write_unlock(dentry); + + return err; +} + +static int au_do_refresh_d(struct dentry *dentry, unsigned int sigen, + struct au_sbinfo *sbinfo, + const unsigned int dir_flags) +{ + int err; + struct dentry *parent; + struct inode *inode; + + err = 0; + parent = dget_parent(dentry); + if (!au_digen_test(parent, sigen) && au_digen_test(dentry, sigen)) { + inode = dentry->d_inode; + if (inode) { + if (!S_ISDIR(inode->i_mode)) + err = au_do_refresh(dentry, /*dir_flags*/0, + parent); + else { + err = au_do_refresh(dentry, dir_flags, parent); + if (unlikely(err)) + au_fset_si(sbinfo, FAILED_REFRESH_DIR); + } + } else + err = au_do_refresh(dentry, /*dir_flags*/0, parent); + AuDbgDentry(dentry); + } + dput(parent); + + AuTraceErr(err); + return err; +} + +static int au_refresh_d(struct super_block *sb) +{ + int err, i, j, ndentry, e; + unsigned int sigen; + struct au_dcsub_pages dpages; + struct au_dpage *dpage; + struct dentry **dentries, *d; + struct au_sbinfo *sbinfo; + struct dentry *root = sb->s_root; + const unsigned int dir_flags = au_hi_flags(root->d_inode, /*isdir*/1); + + err = au_dpages_init(&dpages, GFP_NOFS); + if (unlikely(err)) + goto out; + err = au_dcsub_pages(&dpages, root, NULL, NULL); + if (unlikely(err)) + goto out_dpages; + + sigen = au_sigen(sb); + sbinfo = au_sbi(sb); + for (i = 0; i < dpages.ndpage; i++) { + dpage = dpages.dpages + i; + dentries = dpage->dentries; + ndentry = dpage->ndentry; + for (j = 0; j < ndentry; j++) { + d = dentries[j]; + e = au_do_refresh_d(d, sigen, sbinfo, dir_flags); + if (unlikely(e && !err)) + err = e; + /* go on even err */ + } + } + +out_dpages: + au_dpages_free(&dpages); +out: + return err; +} + +static int au_refresh_i(struct super_block *sb) +{ + int err, e; + unsigned int sigen; + unsigned long long max, ull; + struct inode *inode, **array; + + array = au_iarray_alloc(sb, &max); + err = PTR_ERR(array); + if (IS_ERR(array)) + goto out; + + err = 0; + sigen = au_sigen(sb); + for (ull = 0; ull < max; ull++) { + inode = array[ull]; + if (au_iigen(inode, NULL) != sigen) { + ii_write_lock_child(inode); + e = au_refresh_hinode_self(inode); + ii_write_unlock(inode); + if (unlikely(e)) { + pr_err("error %d, i%lu\n", e, inode->i_ino); + if (!err) + err = e; + /* go on even if err */ + } + } + } + + au_iarray_free(array, max); + +out: + return err; +} + +static void au_remount_refresh(struct super_block *sb) +{ + int err, e; + unsigned int udba; + aufs_bindex_t bindex, bend; + struct dentry *root; + struct inode *inode; + struct au_branch *br; + + au_sigen_inc(sb); + au_fclr_si(au_sbi(sb), FAILED_REFRESH_DIR); + + root = sb->s_root; + DiMustNoWaiters(root); + inode = root->d_inode; + IiMustNoWaiters(inode); + + udba = au_opt_udba(sb); + bend = au_sbend(sb); + for (bindex = 0; bindex <= bend; bindex++) { + br = au_sbr(sb, bindex); + err = au_hnotify_reset_br(udba, br, br->br_perm); + if (unlikely(err)) + AuIOErr("hnotify failed on br %d, %d, ignored\n", + bindex, err); + /* go on even if err */ + } + au_hn_reset(inode, au_hi_flags(inode, /*isdir*/1)); + + di_write_unlock(root); + err = au_refresh_d(sb); + e = au_refresh_i(sb); + if (unlikely(e && !err)) + err = e; + /* aufs_write_lock() calls ..._child() */ + di_write_lock_child(root); + + au_cpup_attr_all(inode, /*force*/1); + + if (unlikely(err)) + AuIOErr("refresh failed, ignored, %d\n", err); +} + +/* stop extra interpretation of errno in mount(8), and strange error messages */ +static int cvt_err(int err) +{ + AuTraceErr(err); + + switch (err) { + case -ENOENT: + case -ENOTDIR: + case -EEXIST: + case -EIO: + err = -EINVAL; + } + return err; +} + +static int aufs_remount_fs(struct super_block *sb, int *flags, char *data) +{ + int err, do_dx; + unsigned int mntflags; + struct au_opts opts; + struct dentry *root; + struct inode *inode; + struct au_sbinfo *sbinfo; + + err = 0; + root = sb->s_root; + if (!data || !*data) { + err = si_write_lock(sb, AuLock_FLUSH | AuLock_NOPLM); + if (!err) { + di_write_lock_child(root); + err = au_opts_verify(sb, *flags, /*pending*/0); + aufs_write_unlock(root); + } + goto out; + } + + err = -ENOMEM; + memset(&opts, 0, sizeof(opts)); + opts.opt = (void *)__get_free_page(GFP_NOFS); + if (unlikely(!opts.opt)) + goto out; + opts.max_opt = PAGE_SIZE / sizeof(*opts.opt); + opts.flags = AuOpts_REMOUNT; + opts.sb_flags = *flags; + + /* parse it before aufs lock */ + err = au_opts_parse(sb, data, &opts); + if (unlikely(err)) + goto out_opts; + + sbinfo = au_sbi(sb); + inode = root->d_inode; + mutex_lock(&inode->i_mutex); + err = si_write_lock(sb, AuLock_FLUSH | AuLock_NOPLM); + if (unlikely(err)) + goto out_mtx; + di_write_lock_child(root); + + /* au_opts_remount() may return an error */ + err = au_opts_remount(sb, &opts); + au_opts_free(&opts); + + if (au_ftest_opts(opts.flags, REFRESH)) + au_remount_refresh(sb); + + if (au_ftest_opts(opts.flags, REFRESH_DYAOP)) { + mntflags = au_mntflags(sb); + do_dx = !!au_opt_test(mntflags, DIO); + au_dy_arefresh(do_dx); + } + + aufs_write_unlock(root); + +out_mtx: + mutex_unlock(&inode->i_mutex); +out_opts: + free_page((unsigned long)opts.opt); +out: + err = cvt_err(err); + AuTraceErr(err); + return err; +} + +static const struct super_operations aufs_sop = { + .alloc_inode = aufs_alloc_inode, + .destroy_inode = aufs_destroy_inode, + /* always deleting, no clearing */ + .drop_inode = generic_delete_inode, + .show_options = aufs_show_options, + .statfs = aufs_statfs, + .put_super = aufs_put_super, + .sync_fs = aufs_sync_fs, + .remount_fs = aufs_remount_fs +}; + +/* ---------------------------------------------------------------------- */ + +static int alloc_root(struct super_block *sb) +{ + int err; + struct inode *inode; + struct dentry *root; + + err = -ENOMEM; + inode = au_iget_locked(sb, AUFS_ROOT_INO); + err = PTR_ERR(inode); + if (IS_ERR(inode)) + goto out; + + inode->i_op = &aufs_dir_iop; + inode->i_fop = &aufs_dir_fop; + inode->i_mode = S_IFDIR; + set_nlink(inode, 2); + unlock_new_inode(inode); + + root = d_make_root(inode); + if (unlikely(!root)) + goto out; + err = PTR_ERR(root); + if (IS_ERR(root)) + goto out; + + err = au_di_init(root); + if (!err) { + sb->s_root = root; + return 0; /* success */ + } + dput(root); + +out: + return err; +} + +static int aufs_fill_super(struct super_block *sb, void *raw_data, + int silent __maybe_unused) +{ + int err; + struct au_opts opts; + struct dentry *root; + struct inode *inode; + char *arg = raw_data; + + if (unlikely(!arg || !*arg)) { + err = -EINVAL; + pr_err("no arg\n"); + goto out; + } + + err = -ENOMEM; + memset(&opts, 0, sizeof(opts)); + opts.opt = (void *)__get_free_page(GFP_NOFS); + if (unlikely(!opts.opt)) + goto out; + opts.max_opt = PAGE_SIZE / sizeof(*opts.opt); + opts.sb_flags = sb->s_flags; + + err = au_si_alloc(sb); + if (unlikely(err)) + goto out_opts; + + /* all timestamps always follow the ones on the branch */ + sb->s_flags |= MS_NOATIME | MS_NODIRATIME; + sb->s_op = &aufs_sop; + sb->s_d_op = &aufs_dop; + sb->s_magic = AUFS_SUPER_MAGIC; + sb->s_maxbytes = 0; + au_export_init(sb); + + err = alloc_root(sb); + if (unlikely(err)) { + si_write_unlock(sb); + goto out_info; + } + root = sb->s_root; + inode = root->d_inode; + + /* + * actually we can parse options regardless aufs lock here. + * but at remount time, parsing must be done before aufs lock. + * so we follow the same rule. + */ + ii_write_lock_parent(inode); + aufs_write_unlock(root); + err = au_opts_parse(sb, arg, &opts); + if (unlikely(err)) + goto out_root; + + /* lock vfs_inode first, then aufs. */ + mutex_lock(&inode->i_mutex); + aufs_write_lock(root); + err = au_opts_mount(sb, &opts); + au_opts_free(&opts); + aufs_write_unlock(root); + mutex_unlock(&inode->i_mutex); + if (!err) + goto out_opts; /* success */ + +out_root: + dput(root); + sb->s_root = NULL; +out_info: + dbgaufs_si_fin(au_sbi(sb)); + kobject_put(&au_sbi(sb)->si_kobj); + sb->s_fs_info = NULL; +out_opts: + free_page((unsigned long)opts.opt); +out: + AuTraceErr(err); + err = cvt_err(err); + AuTraceErr(err); + return err; +} + +/* ---------------------------------------------------------------------- */ + +static struct dentry *aufs_mount(struct file_system_type *fs_type, int flags, + const char *dev_name __maybe_unused, + void *raw_data) +{ + struct dentry *root; + struct super_block *sb; + + /* all timestamps always follow the ones on the branch */ + /* mnt->mnt_flags |= MNT_NOATIME | MNT_NODIRATIME; */ + root = mount_nodev(fs_type, flags, raw_data, aufs_fill_super); + if (IS_ERR(root)) + goto out; + + sb = root->d_sb; + si_write_lock(sb, !AuLock_FLUSH); + sysaufs_brs_add(sb, 0); + si_write_unlock(sb); + au_sbilist_add(sb); + +out: + return root; +} + +static void aufs_kill_sb(struct super_block *sb) +{ + struct au_sbinfo *sbinfo; + + sbinfo = au_sbi(sb); + if (sbinfo) { + au_sbilist_del(sb); + aufs_write_lock(sb->s_root); + if (sbinfo->si_wbr_create_ops->fin) + sbinfo->si_wbr_create_ops->fin(sb); + if (au_opt_test(sbinfo->si_mntflags, UDBA_HNOTIFY)) { + au_opt_set_udba(sbinfo->si_mntflags, UDBA_NONE); + au_remount_refresh(sb); + } + if (au_opt_test(sbinfo->si_mntflags, PLINK)) + au_plink_put(sb, /*verbose*/1); + au_xino_clr(sb); + sbinfo->si_sb = NULL; + aufs_write_unlock(sb->s_root); + au_nwt_flush(&sbinfo->si_nowait); + } + kill_anon_super(sb); +} + +struct file_system_type aufs_fs_type = { + .name = AUFS_FSTYPE, + /* a race between rename and others */ + .fs_flags = FS_RENAME_DOES_D_MOVE, + .mount = aufs_mount, + .kill_sb = aufs_kill_sb, + /* no need to __module_get() and module_put(). */ + .owner = THIS_MODULE, +}; --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/super.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/super.h @@ -0,0 +1,582 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * super_block operations + */ + +#ifndef __AUFS_SUPER_H__ +#define __AUFS_SUPER_H__ + +#ifdef __KERNEL__ + +#include +#include "rwsem.h" +#include "spl.h" +#include "wkq.h" + +typedef ssize_t (*au_readf_t)(struct file *, char __user *, size_t, loff_t *); +typedef ssize_t (*au_writef_t)(struct file *, const char __user *, size_t, + loff_t *); + +/* policies to select one among multiple writable branches */ +struct au_wbr_copyup_operations { + int (*copyup)(struct dentry *dentry); +}; + +#define AuWbr_DIR 1 /* target is a dir */ +#define AuWbr_PARENT (1 << 1) /* always require a parent */ + +#define au_ftest_wbr(flags, name) ((flags) & AuWbr_##name) +#define au_fset_wbr(flags, name) { (flags) |= AuWbr_##name; } +#define au_fclr_wbr(flags, name) { (flags) &= ~AuWbr_##name; } + +struct au_wbr_create_operations { + int (*create)(struct dentry *dentry, unsigned int flags); + int (*init)(struct super_block *sb); + int (*fin)(struct super_block *sb); +}; + +struct au_wbr_mfs { + struct mutex mfs_lock; /* protect this structure */ + unsigned long mfs_jiffy; + unsigned long mfs_expire; + aufs_bindex_t mfs_bindex; + + unsigned long long mfsrr_bytes; + unsigned long long mfsrr_watermark; +}; + +struct pseudo_link { + union { + struct hlist_node hlist; + struct rcu_head rcu; + }; + struct inode *inode; +}; + +#define AuPlink_NHASH 100 +static inline int au_plink_hash(ino_t ino) +{ + return ino % AuPlink_NHASH; +} + +struct au_branch; +struct au_sbinfo { + /* nowait tasks in the system-wide workqueue */ + struct au_nowait_tasks si_nowait; + + /* + * tried sb->s_umount, but failed due to the dependecy between i_mutex. + * rwsem for au_sbinfo is necessary. + */ + struct au_rwsem si_rwsem; + + /* prevent recursive locking in deleting inode */ + struct { + unsigned long *bitmap; + spinlock_t tree_lock; + struct radix_tree_root tree; + } au_si_pid; + + /* + * dirty approach to protect sb->sb_inodes and ->s_files (gone) from + * remount. + */ + atomic_long_t si_ninodes, si_nfiles; + + /* branch management */ + unsigned int si_generation; + + /* see above flags */ + unsigned char au_si_status; + + aufs_bindex_t si_bend; + + /* dirty trick to keep br_id plus */ + unsigned int si_last_br_id : + sizeof(aufs_bindex_t) * BITS_PER_BYTE - 1; + struct au_branch **si_branch; + + /* policy to select a writable branch */ + unsigned char si_wbr_copyup; + unsigned char si_wbr_create; + struct au_wbr_copyup_operations *si_wbr_copyup_ops; + struct au_wbr_create_operations *si_wbr_create_ops; + + /* round robin */ + atomic_t si_wbr_rr_next; + + /* most free space */ + struct au_wbr_mfs si_wbr_mfs; + + /* mount flags */ + /* include/asm-ia64/siginfo.h defines a macro named si_flags */ + unsigned int si_mntflags; + + /* external inode number (bitmap and translation table) */ + au_readf_t si_xread; + au_writef_t si_xwrite; + struct file *si_xib; + struct mutex si_xib_mtx; /* protect xib members */ + unsigned long *si_xib_buf; + unsigned long si_xib_last_pindex; + int si_xib_next_bit; + aufs_bindex_t si_xino_brid; + unsigned long si_xino_jiffy; + unsigned long si_xino_expire; + /* reserved for future use */ + /* unsigned long long si_xib_limit; */ /* Max xib file size */ + +#ifdef CONFIG_AUFS_EXPORT + /* i_generation */ + struct file *si_xigen; + atomic_t si_xigen_next; +#endif + + /* vdir parameters */ + unsigned long si_rdcache; /* max cache time in jiffies */ + unsigned int si_rdblk; /* deblk size */ + unsigned int si_rdhash; /* hash size */ + + /* + * If the number of whiteouts are larger than si_dirwh, leave all of + * them after au_whtmp_ren to reduce the cost of rmdir(2). + * future fsck.aufs or kernel thread will remove them later. + * Otherwise, remove all whiteouts and the dir in rmdir(2). + */ + unsigned int si_dirwh; + + /* + * rename(2) a directory with all children. + */ + /* reserved for future use */ + /* int si_rendir; */ + + /* pseudo_link list */ + struct au_sphlhead si_plink[AuPlink_NHASH]; + wait_queue_head_t si_plink_wq; + spinlock_t si_plink_maint_lock; + pid_t si_plink_maint_pid; + + /* file list */ + struct au_sphlhead si_files; + + /* + * sysfs and lifetime management. + * this is not a small structure and it may be a waste of memory in case + * of sysfs is disabled, particulary when many aufs-es are mounted. + * but using sysfs is majority. + */ + struct kobject si_kobj; +#ifdef CONFIG_DEBUG_FS + struct dentry *si_dbgaufs; + struct dentry *si_dbgaufs_plink; + struct dentry *si_dbgaufs_xib; +#ifdef CONFIG_AUFS_EXPORT + struct dentry *si_dbgaufs_xigen; +#endif +#endif + +#ifdef CONFIG_AUFS_SBILIST + struct list_head si_list; +#endif + + /* dirty, necessary for unmounting, sysfs and sysrq */ + struct super_block *si_sb; +}; + +/* sbinfo status flags */ +/* + * set true when refresh_dirs() failed at remount time. + * then try refreshing dirs at access time again. + * if it is false, refreshing dirs at access time is unnecesary + */ +#define AuSi_FAILED_REFRESH_DIR 1 +static inline unsigned char au_do_ftest_si(struct au_sbinfo *sbi, + unsigned int flag) +{ + AuRwMustAnyLock(&sbi->si_rwsem); + return sbi->au_si_status & flag; +} +#define au_ftest_si(sbinfo, name) au_do_ftest_si(sbinfo, AuSi_##name) +#define au_fset_si(sbinfo, name) do { \ + AuRwMustWriteLock(&(sbinfo)->si_rwsem); \ + (sbinfo)->au_si_status |= AuSi_##name; \ +} while (0) +#define au_fclr_si(sbinfo, name) do { \ + AuRwMustWriteLock(&(sbinfo)->si_rwsem); \ + (sbinfo)->au_si_status &= ~AuSi_##name; \ +} while (0) + +/* ---------------------------------------------------------------------- */ + +/* policy to select one among writable branches */ +#define AuWbrCopyup(sbinfo, ...) \ + ((sbinfo)->si_wbr_copyup_ops->copyup(__VA_ARGS__)) +#define AuWbrCreate(sbinfo, ...) \ + ((sbinfo)->si_wbr_create_ops->create(__VA_ARGS__)) + +/* flags for si_read_lock()/aufs_read_lock()/di_read_lock() */ +#define AuLock_DW 1 /* write-lock dentry */ +#define AuLock_IR (1 << 1) /* read-lock inode */ +#define AuLock_IW (1 << 2) /* write-lock inode */ +#define AuLock_FLUSH (1 << 3) /* wait for 'nowait' tasks */ +#define AuLock_DIR (1 << 4) /* target is a dir */ +#define AuLock_NOPLM (1 << 5) /* return err in plm mode */ +#define AuLock_NOPLMW (1 << 6) /* wait for plm mode ends */ +#define AuLock_GEN (1 << 7) /* test digen/iigen */ +#define au_ftest_lock(flags, name) ((flags) & AuLock_##name) +#define au_fset_lock(flags, name) \ + do { (flags) |= AuLock_##name; } while (0) +#define au_fclr_lock(flags, name) \ + do { (flags) &= ~AuLock_##name; } while (0) + +/* ---------------------------------------------------------------------- */ + +/* super.c */ +extern struct file_system_type aufs_fs_type; +struct inode *au_iget_locked(struct super_block *sb, ino_t ino); +typedef unsigned long long (*au_arraycb_t)(void *array, unsigned long long max, + void *arg); +void au_array_free(void *array); +void *au_array_alloc(unsigned long long *hint, au_arraycb_t cb, void *arg); +struct inode **au_iarray_alloc(struct super_block *sb, unsigned long long *max); +void au_iarray_free(struct inode **a, unsigned long long max); + +/* sbinfo.c */ +void au_si_free(struct kobject *kobj); +int au_si_alloc(struct super_block *sb); +int au_sbr_realloc(struct au_sbinfo *sbinfo, int nbr); + +unsigned int au_sigen_inc(struct super_block *sb); +aufs_bindex_t au_new_br_id(struct super_block *sb); + +int si_read_lock(struct super_block *sb, int flags); +int si_write_lock(struct super_block *sb, int flags); +int aufs_read_lock(struct dentry *dentry, int flags); +void aufs_read_unlock(struct dentry *dentry, int flags); +void aufs_write_lock(struct dentry *dentry); +void aufs_write_unlock(struct dentry *dentry); +int aufs_read_and_write_lock2(struct dentry *d1, struct dentry *d2, int flags); +void aufs_read_and_write_unlock2(struct dentry *d1, struct dentry *d2); + +int si_pid_test_slow(struct super_block *sb); +void si_pid_set_slow(struct super_block *sb); +void si_pid_clr_slow(struct super_block *sb); + +/* wbr_policy.c */ +extern struct au_wbr_copyup_operations au_wbr_copyup_ops[]; +extern struct au_wbr_create_operations au_wbr_create_ops[]; +int au_cpdown_dirs(struct dentry *dentry, aufs_bindex_t bdst); +int au_wbr_nonopq(struct dentry *dentry, aufs_bindex_t bindex); +int au_wbr_do_copyup_bu(struct dentry *dentry, aufs_bindex_t bstart); + +/* mvdown.c */ +int au_mvdown(struct dentry *dentry, struct aufs_mvdown __user *arg); + +/* ---------------------------------------------------------------------- */ + +static inline struct au_sbinfo *au_sbi(struct super_block *sb) +{ + return sb->s_fs_info; +} + +/* ---------------------------------------------------------------------- */ + +#ifdef CONFIG_AUFS_EXPORT +int au_test_nfsd(void); +void au_export_init(struct super_block *sb); +void au_xigen_inc(struct inode *inode); +int au_xigen_new(struct inode *inode); +int au_xigen_set(struct super_block *sb, struct file *base); +void au_xigen_clr(struct super_block *sb); + +static inline int au_busy_or_stale(void) +{ + if (!au_test_nfsd()) + return -EBUSY; + return -ESTALE; +} +#else +AuStubInt0(au_test_nfsd, void) +AuStubVoid(au_export_init, struct super_block *sb) +AuStubVoid(au_xigen_inc, struct inode *inode) +AuStubInt0(au_xigen_new, struct inode *inode) +AuStubInt0(au_xigen_set, struct super_block *sb, struct file *base) +AuStubVoid(au_xigen_clr, struct super_block *sb) +static inline int au_busy_or_stale(void) +{ + return -EBUSY; +} +#endif /* CONFIG_AUFS_EXPORT */ + +/* ---------------------------------------------------------------------- */ + +#ifdef CONFIG_AUFS_SBILIST +/* module.c */ +extern struct au_splhead au_sbilist; + +static inline void au_sbilist_init(void) +{ + au_spl_init(&au_sbilist); +} + +static inline void au_sbilist_add(struct super_block *sb) +{ + au_spl_add(&au_sbi(sb)->si_list, &au_sbilist); +} + +static inline void au_sbilist_del(struct super_block *sb) +{ + au_spl_del(&au_sbi(sb)->si_list, &au_sbilist); +} + +#ifdef CONFIG_AUFS_MAGIC_SYSRQ +static inline void au_sbilist_lock(void) +{ + spin_lock(&au_sbilist.spin); +} + +static inline void au_sbilist_unlock(void) +{ + spin_unlock(&au_sbilist.spin); +} +#define AuGFP_SBILIST GFP_ATOMIC +#else +AuStubVoid(au_sbilist_lock, void) +AuStubVoid(au_sbilist_unlock, void) +#define AuGFP_SBILIST GFP_NOFS +#endif /* CONFIG_AUFS_MAGIC_SYSRQ */ +#else +AuStubVoid(au_sbilist_init, void) +AuStubVoid(au_sbilist_add, struct super_block*) +AuStubVoid(au_sbilist_del, struct super_block*) +AuStubVoid(au_sbilist_lock, void) +AuStubVoid(au_sbilist_unlock, void) +#define AuGFP_SBILIST GFP_NOFS +#endif + +/* ---------------------------------------------------------------------- */ + +static inline void dbgaufs_si_null(struct au_sbinfo *sbinfo) +{ + /* + * This function is a dynamic '__init' fucntion actually, + * so the tiny check for si_rwsem is unnecessary. + */ + /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ +#ifdef CONFIG_DEBUG_FS + sbinfo->si_dbgaufs = NULL; + sbinfo->si_dbgaufs_plink = NULL; + sbinfo->si_dbgaufs_xib = NULL; +#ifdef CONFIG_AUFS_EXPORT + sbinfo->si_dbgaufs_xigen = NULL; +#endif +#endif +} + +/* ---------------------------------------------------------------------- */ + +static inline pid_t si_pid_bit(void) +{ + /* the origin of pid is 1, but the bitmap's is 0 */ + return current->pid - 1; +} + +static inline int si_pid_test(struct super_block *sb) +{ + pid_t bit; + + bit = si_pid_bit(); + if (bit < PID_MAX_DEFAULT) + return test_bit(bit, au_sbi(sb)->au_si_pid.bitmap); + else + return si_pid_test_slow(sb); +} + +static inline void si_pid_set(struct super_block *sb) +{ + pid_t bit; + + bit = si_pid_bit(); + if (bit < PID_MAX_DEFAULT) { + AuDebugOn(test_bit(bit, au_sbi(sb)->au_si_pid.bitmap)); + set_bit(bit, au_sbi(sb)->au_si_pid.bitmap); + /* smp_mb(); */ + } else + si_pid_set_slow(sb); +} + +static inline void si_pid_clr(struct super_block *sb) +{ + pid_t bit; + + bit = si_pid_bit(); + if (bit < PID_MAX_DEFAULT) { + AuDebugOn(!test_bit(bit, au_sbi(sb)->au_si_pid.bitmap)); + clear_bit(bit, au_sbi(sb)->au_si_pid.bitmap); + /* smp_mb(); */ + } else + si_pid_clr_slow(sb); +} + +/* ---------------------------------------------------------------------- */ + +/* lock superblock. mainly for entry point functions */ +/* + * __si_read_lock, __si_write_lock, + * __si_read_unlock, __si_write_unlock, __si_downgrade_lock + */ +AuSimpleRwsemFuncs(__si, struct super_block *sb, &au_sbi(sb)->si_rwsem); + +#define SiMustNoWaiters(sb) AuRwMustNoWaiters(&au_sbi(sb)->si_rwsem) +#define SiMustAnyLock(sb) AuRwMustAnyLock(&au_sbi(sb)->si_rwsem) +#define SiMustWriteLock(sb) AuRwMustWriteLock(&au_sbi(sb)->si_rwsem) + +static inline void si_noflush_read_lock(struct super_block *sb) +{ + __si_read_lock(sb); + si_pid_set(sb); +} + +static inline int si_noflush_read_trylock(struct super_block *sb) +{ + int locked; + + locked = __si_read_trylock(sb); + if (locked) + si_pid_set(sb); + return locked; +} + +static inline void si_noflush_write_lock(struct super_block *sb) +{ + __si_write_lock(sb); + si_pid_set(sb); +} + +static inline int si_noflush_write_trylock(struct super_block *sb) +{ + int locked; + + locked = __si_write_trylock(sb); + if (locked) + si_pid_set(sb); + return locked; +} + +#if 0 /* unused */ +static inline int si_read_trylock(struct super_block *sb, int flags) +{ + if (au_ftest_lock(flags, FLUSH)) + au_nwt_flush(&au_sbi(sb)->si_nowait); + return si_noflush_read_trylock(sb); +} +#endif + +static inline void si_read_unlock(struct super_block *sb) +{ + si_pid_clr(sb); + __si_read_unlock(sb); +} + +#if 0 /* unused */ +static inline int si_write_trylock(struct super_block *sb, int flags) +{ + if (au_ftest_lock(flags, FLUSH)) + au_nwt_flush(&au_sbi(sb)->si_nowait); + return si_noflush_write_trylock(sb); +} +#endif + +static inline void si_write_unlock(struct super_block *sb) +{ + si_pid_clr(sb); + __si_write_unlock(sb); +} + +#if 0 /* unused */ +static inline void si_downgrade_lock(struct super_block *sb) +{ + __si_downgrade_lock(sb); +} +#endif + +/* ---------------------------------------------------------------------- */ + +static inline aufs_bindex_t au_sbend(struct super_block *sb) +{ + SiMustAnyLock(sb); + return au_sbi(sb)->si_bend; +} + +static inline unsigned int au_mntflags(struct super_block *sb) +{ + SiMustAnyLock(sb); + return au_sbi(sb)->si_mntflags; +} + +static inline unsigned int au_sigen(struct super_block *sb) +{ + SiMustAnyLock(sb); + return au_sbi(sb)->si_generation; +} + +static inline void au_ninodes_inc(struct super_block *sb) +{ + atomic_long_inc(&au_sbi(sb)->si_ninodes); +} + +static inline void au_ninodes_dec(struct super_block *sb) +{ + AuDebugOn(!atomic_long_read(&au_sbi(sb)->si_ninodes)); + atomic_long_dec(&au_sbi(sb)->si_ninodes); +} + +static inline void au_nfiles_inc(struct super_block *sb) +{ + atomic_long_inc(&au_sbi(sb)->si_nfiles); +} + +static inline void au_nfiles_dec(struct super_block *sb) +{ + AuDebugOn(!atomic_long_read(&au_sbi(sb)->si_nfiles)); + atomic_long_dec(&au_sbi(sb)->si_nfiles); +} + +static inline struct au_branch *au_sbr(struct super_block *sb, + aufs_bindex_t bindex) +{ + SiMustAnyLock(sb); + return au_sbi(sb)->si_branch[0 + bindex]; +} + +static inline void au_xino_brid_set(struct super_block *sb, aufs_bindex_t brid) +{ + SiMustWriteLock(sb); + au_sbi(sb)->si_xino_brid = brid; +} + +static inline aufs_bindex_t au_xino_brid(struct super_block *sb) +{ + SiMustAnyLock(sb); + return au_sbi(sb)->si_xino_brid; +} + +#endif /* __KERNEL__ */ +#endif /* __AUFS_SUPER_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/sysaufs.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/sysaufs.c @@ -0,0 +1,104 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * sysfs interface and lifetime management + * they are necessary regardless sysfs is disabled. + */ + +#include +#include "aufs.h" + +unsigned long sysaufs_si_mask; +struct kset *sysaufs_kset; + +#define AuSiAttr(_name) { \ + .attr = { .name = __stringify(_name), .mode = 0444 }, \ + .show = sysaufs_si_##_name, \ +} + +static struct sysaufs_si_attr sysaufs_si_attr_xi_path = AuSiAttr(xi_path); +struct attribute *sysaufs_si_attrs[] = { + &sysaufs_si_attr_xi_path.attr, + NULL, +}; + +static const struct sysfs_ops au_sbi_ops = { + .show = sysaufs_si_show +}; + +static struct kobj_type au_sbi_ktype = { + .release = au_si_free, + .sysfs_ops = &au_sbi_ops, + .default_attrs = sysaufs_si_attrs +}; + +/* ---------------------------------------------------------------------- */ + +int sysaufs_si_init(struct au_sbinfo *sbinfo) +{ + int err; + + sbinfo->si_kobj.kset = sysaufs_kset; + /* cf. sysaufs_name() */ + err = kobject_init_and_add + (&sbinfo->si_kobj, &au_sbi_ktype, /*&sysaufs_kset->kobj*/NULL, + SysaufsSiNamePrefix "%lx", sysaufs_si_id(sbinfo)); + + dbgaufs_si_null(sbinfo); + if (!err) { + err = dbgaufs_si_init(sbinfo); + if (unlikely(err)) + kobject_put(&sbinfo->si_kobj); + } + return err; +} + +void sysaufs_fin(void) +{ + dbgaufs_fin(); + sysfs_remove_group(&sysaufs_kset->kobj, sysaufs_attr_group); + kset_unregister(sysaufs_kset); +} + +int __init sysaufs_init(void) +{ + int err; + + do { + get_random_bytes(&sysaufs_si_mask, sizeof(sysaufs_si_mask)); + } while (!sysaufs_si_mask); + + err = -EINVAL; + sysaufs_kset = kset_create_and_add(AUFS_NAME, NULL, fs_kobj); + if (unlikely(!sysaufs_kset)) + goto out; + err = PTR_ERR(sysaufs_kset); + if (IS_ERR(sysaufs_kset)) + goto out; + err = sysfs_create_group(&sysaufs_kset->kobj, sysaufs_attr_group); + if (unlikely(err)) { + kset_unregister(sysaufs_kset); + goto out; + } + + err = dbgaufs_init(); + if (unlikely(err)) + sysaufs_fin(); +out: + return err; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/sysaufs.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/sysaufs.h @@ -0,0 +1,103 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * sysfs interface and mount lifetime management + */ + +#ifndef __SYSAUFS_H__ +#define __SYSAUFS_H__ + +#ifdef __KERNEL__ + +#include +#include "module.h" + +struct super_block; +struct au_sbinfo; + +struct sysaufs_si_attr { + struct attribute attr; + int (*show)(struct seq_file *seq, struct super_block *sb); +}; + +/* ---------------------------------------------------------------------- */ + +/* sysaufs.c */ +extern unsigned long sysaufs_si_mask; +extern struct kset *sysaufs_kset; +extern struct attribute *sysaufs_si_attrs[]; +int sysaufs_si_init(struct au_sbinfo *sbinfo); +int __init sysaufs_init(void); +void sysaufs_fin(void); + +/* ---------------------------------------------------------------------- */ + +/* some people doesn't like to show a pointer in kernel */ +static inline unsigned long sysaufs_si_id(struct au_sbinfo *sbinfo) +{ + return sysaufs_si_mask ^ (unsigned long)sbinfo; +} + +#define SysaufsSiNamePrefix "si_" +#define SysaufsSiNameLen (sizeof(SysaufsSiNamePrefix) + 16) +static inline void sysaufs_name(struct au_sbinfo *sbinfo, char *name) +{ + snprintf(name, SysaufsSiNameLen, SysaufsSiNamePrefix "%lx", + sysaufs_si_id(sbinfo)); +} + +struct au_branch; +#ifdef CONFIG_SYSFS +/* sysfs.c */ +extern struct attribute_group *sysaufs_attr_group; + +int sysaufs_si_xi_path(struct seq_file *seq, struct super_block *sb); +ssize_t sysaufs_si_show(struct kobject *kobj, struct attribute *attr, + char *buf); + +void sysaufs_br_init(struct au_branch *br); +void sysaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex); +void sysaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex); + +#define sysaufs_brs_init() do {} while (0) + +#else +#define sysaufs_attr_group NULL + +AuStubInt0(sysaufs_si_xi_path, struct seq_file *seq, struct super_block *sb) + +static inline +ssize_t sysaufs_si_show(struct kobject *kobj, struct attribute *attr, + char *buf) +{ + return 0; +} + +AuStubVoid(sysaufs_br_init, struct au_branch *br) +AuStubVoid(sysaufs_brs_add, struct super_block *sb, aufs_bindex_t bindex) +AuStubVoid(sysaufs_brs_del, struct super_block *sb, aufs_bindex_t bindex) + +static inline void sysaufs_brs_init(void) +{ + sysaufs_brs = 0; +} + +#endif /* CONFIG_SYSFS */ + +#endif /* __KERNEL__ */ +#endif /* __SYSAUFS_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/sysfs.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/sysfs.c @@ -0,0 +1,292 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * sysfs interface + */ + +#include +#include "aufs.h" + +#ifdef CONFIG_AUFS_FS_MODULE +/* this entry violates the "one line per file" policy of sysfs */ +static ssize_t config_show(struct kobject *kobj, struct kobj_attribute *attr, + char *buf) +{ + ssize_t err; + static char *conf = +/* this file is generated at compiling */ +#include "conf.str" + ; + + err = snprintf(buf, PAGE_SIZE, conf); + if (unlikely(err >= PAGE_SIZE)) + err = -EFBIG; + return err; +} + +static struct kobj_attribute au_config_attr = __ATTR_RO(config); +#endif + +static struct attribute *au_attr[] = { +#ifdef CONFIG_AUFS_FS_MODULE + &au_config_attr.attr, +#endif + NULL, /* need to NULL terminate the list of attributes */ +}; + +static struct attribute_group sysaufs_attr_group_body = { + .attrs = au_attr +}; + +struct attribute_group *sysaufs_attr_group = &sysaufs_attr_group_body; + +/* ---------------------------------------------------------------------- */ + +int sysaufs_si_xi_path(struct seq_file *seq, struct super_block *sb) +{ + int err; + + SiMustAnyLock(sb); + + err = 0; + if (au_opt_test(au_mntflags(sb), XINO)) { + err = au_xino_path(seq, au_sbi(sb)->si_xib); + seq_putc(seq, '\n'); + } + return err; +} + +/* + * the lifetime of branch is independent from the entry under sysfs. + * sysfs handles the lifetime of the entry, and never call ->show() after it is + * unlinked. + */ +static int sysaufs_si_br(struct seq_file *seq, struct super_block *sb, + aufs_bindex_t bindex, int idx) +{ + int err; + struct path path; + struct dentry *root; + struct au_branch *br; + au_br_perm_str_t perm; + + AuDbg("b%d\n", bindex); + + err = 0; + root = sb->s_root; + di_read_lock_parent(root, !AuLock_IR); + br = au_sbr(sb, bindex); + + switch (idx) { + case AuBrSysfs_BR: + path.mnt = au_br_mnt(br); + path.dentry = au_h_dptr(root, bindex); + au_seq_path(seq, &path); + di_read_unlock(root, !AuLock_IR); + au_optstr_br_perm(&perm, br->br_perm); + err = seq_printf(seq, "=%s\n", perm.a); + if (err == -1) + err = -E2BIG; + break; + case AuBrSysfs_BRID: + err = seq_printf(seq, "%d\n", br->br_id); + di_read_unlock(root, !AuLock_IR); + if (err == -1) + err = -E2BIG; + break; + } + + return err; +} + +/* ---------------------------------------------------------------------- */ + +static struct seq_file *au_seq(char *p, ssize_t len) +{ + struct seq_file *seq; + + seq = kzalloc(sizeof(*seq), GFP_NOFS); + if (seq) { + /* mutex_init(&seq.lock); */ + seq->buf = p; + seq->size = len; + return seq; /* success */ + } + + seq = ERR_PTR(-ENOMEM); + return seq; +} + +#define SysaufsBr_PREFIX "br" +#define SysaufsBrid_PREFIX "brid" + +/* todo: file size may exceed PAGE_SIZE */ +ssize_t sysaufs_si_show(struct kobject *kobj, struct attribute *attr, + char *buf) +{ + ssize_t err; + int idx; + long l; + aufs_bindex_t bend; + struct au_sbinfo *sbinfo; + struct super_block *sb; + struct seq_file *seq; + char *name; + struct attribute **cattr; + + sbinfo = container_of(kobj, struct au_sbinfo, si_kobj); + sb = sbinfo->si_sb; + + /* + * prevent a race condition between sysfs and aufs. + * for instance, sysfs_file_read() calls sysfs_get_active_two() which + * prohibits maintaining the sysfs entries. + * hew we acquire read lock after sysfs_get_active_two(). + * on the other hand, the remount process may maintain the sysfs/aufs + * entries after acquiring write lock. + * it can cause a deadlock. + * simply we gave up processing read here. + */ + err = -EBUSY; + if (unlikely(!si_noflush_read_trylock(sb))) + goto out; + + seq = au_seq(buf, PAGE_SIZE); + err = PTR_ERR(seq); + if (IS_ERR(seq)) + goto out_unlock; + + name = (void *)attr->name; + cattr = sysaufs_si_attrs; + while (*cattr) { + if (!strcmp(name, (*cattr)->name)) { + err = container_of(*cattr, struct sysaufs_si_attr, attr) + ->show(seq, sb); + goto out_seq; + } + cattr++; + } + + if (!strncmp(name, SysaufsBrid_PREFIX, + sizeof(SysaufsBrid_PREFIX) - 1)) { + idx = AuBrSysfs_BRID; + name += sizeof(SysaufsBrid_PREFIX) - 1; + } else if (!strncmp(name, SysaufsBr_PREFIX, + sizeof(SysaufsBr_PREFIX) - 1)) { + idx = AuBrSysfs_BR; + name += sizeof(SysaufsBr_PREFIX) - 1; + } else + BUG(); + + err = kstrtol(name, 10, &l); + if (!err) { + bend = au_sbend(sb); + if (l <= bend) + err = sysaufs_si_br(seq, sb, (aufs_bindex_t)l, idx); + else + err = -ENOENT; + } + +out_seq: + if (!err) { + err = seq->count; + /* sysfs limit */ + if (unlikely(err == PAGE_SIZE)) + err = -EFBIG; + } + kfree(seq); +out_unlock: + si_read_unlock(sb); +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +void sysaufs_br_init(struct au_branch *br) +{ + int i; + struct au_brsysfs *br_sysfs; + struct attribute *attr; + + br_sysfs = br->br_sysfs; + for (i = 0; i < ARRAY_SIZE(br->br_sysfs); i++) { + attr = &br_sysfs->attr; + sysfs_attr_init(attr); + attr->name = br_sysfs->name; + attr->mode = S_IRUGO; + br_sysfs++; + } +} + +void sysaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex) +{ + struct au_branch *br; + struct kobject *kobj; + struct au_brsysfs *br_sysfs; + int i; + aufs_bindex_t bend; + + dbgaufs_brs_del(sb, bindex); + + if (!sysaufs_brs) + return; + + kobj = &au_sbi(sb)->si_kobj; + bend = au_sbend(sb); + for (; bindex <= bend; bindex++) { + br = au_sbr(sb, bindex); + br_sysfs = br->br_sysfs; + for (i = 0; i < ARRAY_SIZE(br->br_sysfs); i++) { + sysfs_remove_file(kobj, &br_sysfs->attr); + br_sysfs++; + } + } +} + +void sysaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex) +{ + int err, i; + aufs_bindex_t bend; + struct kobject *kobj; + struct au_branch *br; + struct au_brsysfs *br_sysfs; + + dbgaufs_brs_add(sb, bindex); + + if (!sysaufs_brs) + return; + + kobj = &au_sbi(sb)->si_kobj; + bend = au_sbend(sb); + for (; bindex <= bend; bindex++) { + br = au_sbr(sb, bindex); + br_sysfs = br->br_sysfs; + snprintf(br_sysfs[AuBrSysfs_BR].name, sizeof(br_sysfs->name), + SysaufsBr_PREFIX "%d", bindex); + snprintf(br_sysfs[AuBrSysfs_BRID].name, sizeof(br_sysfs->name), + SysaufsBrid_PREFIX "%d", bindex); + for (i = 0; i < ARRAY_SIZE(br->br_sysfs); i++) { + err = sysfs_create_file(kobj, &br_sysfs->attr); + if (unlikely(err)) + pr_warn("failed %s under sysfs(%d)\n", + br_sysfs->name, err); + br_sysfs++; + } + } +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/sysrq.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/sysrq.c @@ -0,0 +1,157 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * magic sysrq hanlder + */ + +/* #include */ +#include +#include "aufs.h" + +/* ---------------------------------------------------------------------- */ + +static void sysrq_sb(struct super_block *sb) +{ + char *plevel; + struct au_sbinfo *sbinfo; + struct file *file; + struct au_sphlhead *files; + struct au_finfo *finfo; + + plevel = au_plevel; + au_plevel = KERN_WARNING; + + /* since we define pr_fmt, call printk directly */ +#define pr(str) printk(KERN_WARNING AUFS_NAME ": " str) + + sbinfo = au_sbi(sb); + printk(KERN_WARNING "si=%lx\n", sysaufs_si_id(sbinfo)); + pr("superblock\n"); + au_dpri_sb(sb); + +#if 0 + pr("root dentry\n"); + au_dpri_dentry(sb->s_root); + pr("root inode\n"); + au_dpri_inode(sb->s_root->d_inode); +#endif + +#if 0 + do { + int err, i, j, ndentry; + struct au_dcsub_pages dpages; + struct au_dpage *dpage; + + err = au_dpages_init(&dpages, GFP_ATOMIC); + if (unlikely(err)) + break; + err = au_dcsub_pages(&dpages, sb->s_root, NULL, NULL); + if (!err) + for (i = 0; i < dpages.ndpage; i++) { + dpage = dpages.dpages + i; + ndentry = dpage->ndentry; + for (j = 0; j < ndentry; j++) + au_dpri_dentry(dpage->dentries[j]); + } + au_dpages_free(&dpages); + } while (0); +#endif + +#if 1 + { + struct inode *i; + + pr("isolated inode\n"); + spin_lock(&inode_sb_list_lock); + list_for_each_entry(i, &sb->s_inodes, i_sb_list) { + spin_lock(&i->i_lock); + if (1 || hlist_empty(&i->i_dentry)) + au_dpri_inode(i); + spin_unlock(&i->i_lock); + } + spin_unlock(&inode_sb_list_lock); + } +#endif + pr("files\n"); + files = &au_sbi(sb)->si_files; + spin_lock(&files->spin); + hlist_for_each_entry(finfo, &files->head, fi_hlist) { + umode_t mode; + + file = finfo->fi_file; + mode = file_inode(file)->i_mode; + if (!special_file(mode)) + au_dpri_file(file); + } + spin_unlock(&files->spin); + pr("done\n"); + +#undef pr + au_plevel = plevel; +} + +/* ---------------------------------------------------------------------- */ + +/* module parameter */ +static char *aufs_sysrq_key = "a"; +module_param_named(sysrq, aufs_sysrq_key, charp, S_IRUGO); +MODULE_PARM_DESC(sysrq, "MagicSysRq key for " AUFS_NAME); + +static void au_sysrq(int key __maybe_unused) +{ + struct au_sbinfo *sbinfo; + + lockdep_off(); + au_sbilist_lock(); + list_for_each_entry(sbinfo, &au_sbilist.head, si_list) + sysrq_sb(sbinfo->si_sb); + au_sbilist_unlock(); + lockdep_on(); +} + +static struct sysrq_key_op au_sysrq_op = { + .handler = au_sysrq, + .help_msg = "Aufs", + .action_msg = "Aufs", + .enable_mask = SYSRQ_ENABLE_DUMP +}; + +/* ---------------------------------------------------------------------- */ + +int __init au_sysrq_init(void) +{ + int err; + char key; + + err = -1; + key = *aufs_sysrq_key; + if ('a' <= key && key <= 'z') + err = register_sysrq_key(key, &au_sysrq_op); + if (unlikely(err)) + pr_err("err %d, sysrq=%c\n", err, key); + return err; +} + +void au_sysrq_fin(void) +{ + int err; + + err = unregister_sysrq_key(*aufs_sysrq_key, &au_sysrq_op); + if (unlikely(err)) + pr_err("err %d (ignored)\n", err); +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/vdir.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/vdir.c @@ -0,0 +1,889 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * virtual or vertical directory + */ + +#include "aufs.h" + +static unsigned int calc_size(int nlen) +{ + return ALIGN(sizeof(struct au_vdir_de) + nlen, sizeof(ino_t)); +} + +static int set_deblk_end(union au_vdir_deblk_p *p, + union au_vdir_deblk_p *deblk_end) +{ + if (calc_size(0) <= deblk_end->deblk - p->deblk) { + p->de->de_str.len = 0; + /* smp_mb(); */ + return 0; + } + return -1; /* error */ +} + +/* returns true or false */ +static int is_deblk_end(union au_vdir_deblk_p *p, + union au_vdir_deblk_p *deblk_end) +{ + if (calc_size(0) <= deblk_end->deblk - p->deblk) + return !p->de->de_str.len; + return 1; +} + +static unsigned char *last_deblk(struct au_vdir *vdir) +{ + return vdir->vd_deblk[vdir->vd_nblk - 1]; +} + +/* ---------------------------------------------------------------------- */ + +/* estimate the apropriate size for name hash table */ +unsigned int au_rdhash_est(loff_t sz) +{ + unsigned int n; + + n = UINT_MAX; + sz >>= 10; + if (sz < n) + n = sz; + if (sz < AUFS_RDHASH_DEF) + n = AUFS_RDHASH_DEF; + /* pr_info("n %u\n", n); */ + return n; +} + +/* + * the allocated memory has to be freed by + * au_nhash_wh_free() or au_nhash_de_free(). + */ +int au_nhash_alloc(struct au_nhash *nhash, unsigned int num_hash, gfp_t gfp) +{ + struct hlist_head *head; + unsigned int u; + size_t sz; + + sz = sizeof(*nhash->nh_head) * num_hash; + head = kmalloc(sz, gfp); + if (head) { + nhash->nh_num = num_hash; + nhash->nh_head = head; + for (u = 0; u < num_hash; u++) + INIT_HLIST_HEAD(head++); + return 0; /* success */ + } + + return -ENOMEM; +} + +static void nhash_count(struct hlist_head *head) +{ +#if 0 + unsigned long n; + struct hlist_node *pos; + + n = 0; + hlist_for_each(pos, head) + n++; + pr_info("%lu\n", n); +#endif +} + +static void au_nhash_wh_do_free(struct hlist_head *head) +{ + struct au_vdir_wh *pos; + struct hlist_node *node; + + hlist_for_each_entry_safe(pos, node, head, wh_hash) + kfree(pos); +} + +static void au_nhash_de_do_free(struct hlist_head *head) +{ + struct au_vdir_dehstr *pos; + struct hlist_node *node; + + hlist_for_each_entry_safe(pos, node, head, hash) + au_cache_free_vdir_dehstr(pos); +} + +static void au_nhash_do_free(struct au_nhash *nhash, + void (*free)(struct hlist_head *head)) +{ + unsigned int n; + struct hlist_head *head; + + n = nhash->nh_num; + if (!n) + return; + + head = nhash->nh_head; + while (n-- > 0) { + nhash_count(head); + free(head++); + } + kfree(nhash->nh_head); +} + +void au_nhash_wh_free(struct au_nhash *whlist) +{ + au_nhash_do_free(whlist, au_nhash_wh_do_free); +} + +static void au_nhash_de_free(struct au_nhash *delist) +{ + au_nhash_do_free(delist, au_nhash_de_do_free); +} + +/* ---------------------------------------------------------------------- */ + +int au_nhash_test_longer_wh(struct au_nhash *whlist, aufs_bindex_t btgt, + int limit) +{ + int num; + unsigned int u, n; + struct hlist_head *head; + struct au_vdir_wh *pos; + + num = 0; + n = whlist->nh_num; + head = whlist->nh_head; + for (u = 0; u < n; u++, head++) + hlist_for_each_entry(pos, head, wh_hash) + if (pos->wh_bindex == btgt && ++num > limit) + return 1; + return 0; +} + +static struct hlist_head *au_name_hash(struct au_nhash *nhash, + unsigned char *name, + unsigned int len) +{ + unsigned int v; + /* const unsigned int magic_bit = 12; */ + + AuDebugOn(!nhash->nh_num || !nhash->nh_head); + + v = 0; + while (len--) + v += *name++; + /* v = hash_long(v, magic_bit); */ + v %= nhash->nh_num; + return nhash->nh_head + v; +} + +static int au_nhash_test_name(struct au_vdir_destr *str, const char *name, + int nlen) +{ + return str->len == nlen && !memcmp(str->name, name, nlen); +} + +/* returns found or not */ +int au_nhash_test_known_wh(struct au_nhash *whlist, char *name, int nlen) +{ + struct hlist_head *head; + struct au_vdir_wh *pos; + struct au_vdir_destr *str; + + head = au_name_hash(whlist, name, nlen); + hlist_for_each_entry(pos, head, wh_hash) { + str = &pos->wh_str; + AuDbg("%.*s\n", str->len, str->name); + if (au_nhash_test_name(str, name, nlen)) + return 1; + } + return 0; +} + +/* returns found(true) or not */ +static int test_known(struct au_nhash *delist, char *name, int nlen) +{ + struct hlist_head *head; + struct au_vdir_dehstr *pos; + struct au_vdir_destr *str; + + head = au_name_hash(delist, name, nlen); + hlist_for_each_entry(pos, head, hash) { + str = pos->str; + AuDbg("%.*s\n", str->len, str->name); + if (au_nhash_test_name(str, name, nlen)) + return 1; + } + return 0; +} + +static void au_shwh_init_wh(struct au_vdir_wh *wh, ino_t ino, + unsigned char d_type) +{ +#ifdef CONFIG_AUFS_SHWH + wh->wh_ino = ino; + wh->wh_type = d_type; +#endif +} + +/* ---------------------------------------------------------------------- */ + +int au_nhash_append_wh(struct au_nhash *whlist, char *name, int nlen, ino_t ino, + unsigned int d_type, aufs_bindex_t bindex, + unsigned char shwh) +{ + int err; + struct au_vdir_destr *str; + struct au_vdir_wh *wh; + + AuDbg("%.*s\n", nlen, name); + AuDebugOn(!whlist->nh_num || !whlist->nh_head); + + err = -ENOMEM; + wh = kmalloc(sizeof(*wh) + nlen, GFP_NOFS); + if (unlikely(!wh)) + goto out; + + err = 0; + wh->wh_bindex = bindex; + if (shwh) + au_shwh_init_wh(wh, ino, d_type); + str = &wh->wh_str; + str->len = nlen; + memcpy(str->name, name, nlen); + hlist_add_head(&wh->wh_hash, au_name_hash(whlist, name, nlen)); + /* smp_mb(); */ + +out: + return err; +} + +static int append_deblk(struct au_vdir *vdir) +{ + int err; + unsigned long ul; + const unsigned int deblk_sz = vdir->vd_deblk_sz; + union au_vdir_deblk_p p, deblk_end; + unsigned char **o; + + err = -ENOMEM; + o = krealloc(vdir->vd_deblk, sizeof(*o) * (vdir->vd_nblk + 1), + GFP_NOFS); + if (unlikely(!o)) + goto out; + + vdir->vd_deblk = o; + p.deblk = kmalloc(deblk_sz, GFP_NOFS); + if (p.deblk) { + ul = vdir->vd_nblk++; + vdir->vd_deblk[ul] = p.deblk; + vdir->vd_last.ul = ul; + vdir->vd_last.p.deblk = p.deblk; + deblk_end.deblk = p.deblk + deblk_sz; + err = set_deblk_end(&p, &deblk_end); + } + +out: + return err; +} + +static int append_de(struct au_vdir *vdir, char *name, int nlen, ino_t ino, + unsigned int d_type, struct au_nhash *delist) +{ + int err; + unsigned int sz; + const unsigned int deblk_sz = vdir->vd_deblk_sz; + union au_vdir_deblk_p p, *room, deblk_end; + struct au_vdir_dehstr *dehstr; + + p.deblk = last_deblk(vdir); + deblk_end.deblk = p.deblk + deblk_sz; + room = &vdir->vd_last.p; + AuDebugOn(room->deblk < p.deblk || deblk_end.deblk <= room->deblk + || !is_deblk_end(room, &deblk_end)); + + sz = calc_size(nlen); + if (unlikely(sz > deblk_end.deblk - room->deblk)) { + err = append_deblk(vdir); + if (unlikely(err)) + goto out; + + p.deblk = last_deblk(vdir); + deblk_end.deblk = p.deblk + deblk_sz; + /* smp_mb(); */ + AuDebugOn(room->deblk != p.deblk); + } + + err = -ENOMEM; + dehstr = au_cache_alloc_vdir_dehstr(); + if (unlikely(!dehstr)) + goto out; + + dehstr->str = &room->de->de_str; + hlist_add_head(&dehstr->hash, au_name_hash(delist, name, nlen)); + room->de->de_ino = ino; + room->de->de_type = d_type; + room->de->de_str.len = nlen; + memcpy(room->de->de_str.name, name, nlen); + + err = 0; + room->deblk += sz; + if (unlikely(set_deblk_end(room, &deblk_end))) + err = append_deblk(vdir); + /* smp_mb(); */ + +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +void au_vdir_free(struct au_vdir *vdir) +{ + unsigned char **deblk; + + deblk = vdir->vd_deblk; + while (vdir->vd_nblk--) + kfree(*deblk++); + kfree(vdir->vd_deblk); + au_cache_free_vdir(vdir); +} + +static struct au_vdir *alloc_vdir(struct file *file) +{ + struct au_vdir *vdir; + struct super_block *sb; + int err; + + sb = file->f_dentry->d_sb; + SiMustAnyLock(sb); + + err = -ENOMEM; + vdir = au_cache_alloc_vdir(); + if (unlikely(!vdir)) + goto out; + + vdir->vd_deblk = kzalloc(sizeof(*vdir->vd_deblk), GFP_NOFS); + if (unlikely(!vdir->vd_deblk)) + goto out_free; + + vdir->vd_deblk_sz = au_sbi(sb)->si_rdblk; + if (!vdir->vd_deblk_sz) { + /* estimate the apropriate size for deblk */ + vdir->vd_deblk_sz = au_dir_size(file, /*dentry*/NULL); + /* pr_info("vd_deblk_sz %u\n", vdir->vd_deblk_sz); */ + } + vdir->vd_nblk = 0; + vdir->vd_version = 0; + vdir->vd_jiffy = 0; + err = append_deblk(vdir); + if (!err) + return vdir; /* success */ + + kfree(vdir->vd_deblk); + +out_free: + au_cache_free_vdir(vdir); +out: + vdir = ERR_PTR(err); + return vdir; +} + +static int reinit_vdir(struct au_vdir *vdir) +{ + int err; + union au_vdir_deblk_p p, deblk_end; + + while (vdir->vd_nblk > 1) { + kfree(vdir->vd_deblk[vdir->vd_nblk - 1]); + /* vdir->vd_deblk[vdir->vd_nblk - 1] = NULL; */ + vdir->vd_nblk--; + } + p.deblk = vdir->vd_deblk[0]; + deblk_end.deblk = p.deblk + vdir->vd_deblk_sz; + err = set_deblk_end(&p, &deblk_end); + /* keep vd_dblk_sz */ + vdir->vd_last.ul = 0; + vdir->vd_last.p.deblk = vdir->vd_deblk[0]; + vdir->vd_version = 0; + vdir->vd_jiffy = 0; + /* smp_mb(); */ + return err; +} + +/* ---------------------------------------------------------------------- */ + +#define AuFillVdir_CALLED 1 +#define AuFillVdir_WHABLE (1 << 1) +#define AuFillVdir_SHWH (1 << 2) +#define au_ftest_fillvdir(flags, name) ((flags) & AuFillVdir_##name) +#define au_fset_fillvdir(flags, name) \ + do { (flags) |= AuFillVdir_##name; } while (0) +#define au_fclr_fillvdir(flags, name) \ + do { (flags) &= ~AuFillVdir_##name; } while (0) + +#ifndef CONFIG_AUFS_SHWH +#undef AuFillVdir_SHWH +#define AuFillVdir_SHWH 0 +#endif + +struct fillvdir_arg { + struct dir_context ctx; + struct file *file; + struct au_vdir *vdir; + struct au_nhash delist; + struct au_nhash whlist; + aufs_bindex_t bindex; + unsigned int flags; + int err; +}; + +static int fillvdir(struct dir_context *ctx, const char *__name, int nlen, + loff_t offset __maybe_unused, u64 h_ino, + unsigned int d_type) +{ + struct fillvdir_arg *arg = container_of(ctx, struct fillvdir_arg, ctx); + char *name = (void *)__name; + struct super_block *sb; + ino_t ino; + const unsigned char shwh = !!au_ftest_fillvdir(arg->flags, SHWH); + + arg->err = 0; + sb = arg->file->f_dentry->d_sb; + au_fset_fillvdir(arg->flags, CALLED); + /* smp_mb(); */ + if (nlen <= AUFS_WH_PFX_LEN + || memcmp(name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) { + if (test_known(&arg->delist, name, nlen) + || au_nhash_test_known_wh(&arg->whlist, name, nlen)) + goto out; /* already exists or whiteouted */ + + sb = arg->file->f_dentry->d_sb; + arg->err = au_ino(sb, arg->bindex, h_ino, d_type, &ino); + if (!arg->err) { + if (unlikely(nlen > AUFS_MAX_NAMELEN)) + d_type = DT_UNKNOWN; + arg->err = append_de(arg->vdir, name, nlen, ino, + d_type, &arg->delist); + } + } else if (au_ftest_fillvdir(arg->flags, WHABLE)) { + name += AUFS_WH_PFX_LEN; + nlen -= AUFS_WH_PFX_LEN; + if (au_nhash_test_known_wh(&arg->whlist, name, nlen)) + goto out; /* already whiteouted */ + + if (shwh) + arg->err = au_wh_ino(sb, arg->bindex, h_ino, d_type, + &ino); + if (!arg->err) { + if (nlen <= AUFS_MAX_NAMELEN + AUFS_WH_PFX_LEN) + d_type = DT_UNKNOWN; + arg->err = au_nhash_append_wh + (&arg->whlist, name, nlen, ino, d_type, + arg->bindex, shwh); + } + } + +out: + if (!arg->err) + arg->vdir->vd_jiffy = jiffies; + /* smp_mb(); */ + AuTraceErr(arg->err); + return arg->err; +} + +static int au_handle_shwh(struct super_block *sb, struct au_vdir *vdir, + struct au_nhash *whlist, struct au_nhash *delist) +{ +#ifdef CONFIG_AUFS_SHWH + int err; + unsigned int nh, u; + struct hlist_head *head; + struct au_vdir_wh *pos; + struct hlist_node *n; + char *p, *o; + struct au_vdir_destr *destr; + + AuDebugOn(!au_opt_test(au_mntflags(sb), SHWH)); + + err = -ENOMEM; + o = p = (void *)__get_free_page(GFP_NOFS); + if (unlikely(!p)) + goto out; + + err = 0; + nh = whlist->nh_num; + memcpy(p, AUFS_WH_PFX, AUFS_WH_PFX_LEN); + p += AUFS_WH_PFX_LEN; + for (u = 0; u < nh; u++) { + head = whlist->nh_head + u; + hlist_for_each_entry_safe(pos, n, head, wh_hash) { + destr = &pos->wh_str; + memcpy(p, destr->name, destr->len); + err = append_de(vdir, o, destr->len + AUFS_WH_PFX_LEN, + pos->wh_ino, pos->wh_type, delist); + if (unlikely(err)) + break; + } + } + + free_page((unsigned long)o); + +out: + AuTraceErr(err); + return err; +#else + return 0; +#endif +} + +static int au_do_read_vdir(struct fillvdir_arg *arg) +{ + int err; + unsigned int rdhash; + loff_t offset; + aufs_bindex_t bend, bindex, bstart; + unsigned char shwh; + struct file *hf, *file; + struct super_block *sb; + + file = arg->file; + sb = file->f_dentry->d_sb; + SiMustAnyLock(sb); + + rdhash = au_sbi(sb)->si_rdhash; + if (!rdhash) + rdhash = au_rdhash_est(au_dir_size(file, /*dentry*/NULL)); + err = au_nhash_alloc(&arg->delist, rdhash, GFP_NOFS); + if (unlikely(err)) + goto out; + err = au_nhash_alloc(&arg->whlist, rdhash, GFP_NOFS); + if (unlikely(err)) + goto out_delist; + + err = 0; + arg->flags = 0; + shwh = 0; + if (au_opt_test(au_mntflags(sb), SHWH)) { + shwh = 1; + au_fset_fillvdir(arg->flags, SHWH); + } + bstart = au_fbstart(file); + bend = au_fbend_dir(file); + for (bindex = bstart; !err && bindex <= bend; bindex++) { + hf = au_hf_dir(file, bindex); + if (!hf) + continue; + + offset = vfsub_llseek(hf, 0, SEEK_SET); + err = offset; + if (unlikely(offset)) + break; + + arg->bindex = bindex; + au_fclr_fillvdir(arg->flags, WHABLE); + if (shwh + || (bindex != bend + && au_br_whable(au_sbr_perm(sb, bindex)))) + au_fset_fillvdir(arg->flags, WHABLE); + do { + arg->err = 0; + au_fclr_fillvdir(arg->flags, CALLED); + /* smp_mb(); */ + err = vfsub_iterate_dir(hf, &arg->ctx); + if (err >= 0) + err = arg->err; + } while (!err && au_ftest_fillvdir(arg->flags, CALLED)); + + /* + * dir_relax() may be good for concurrency, but aufs should not + * use it since it will cause a lockdep problem. + */ + } + + if (!err && shwh) + err = au_handle_shwh(sb, arg->vdir, &arg->whlist, &arg->delist); + + au_nhash_wh_free(&arg->whlist); + +out_delist: + au_nhash_de_free(&arg->delist); +out: + return err; +} + +static int read_vdir(struct file *file, int may_read) +{ + int err; + unsigned long expire; + unsigned char do_read; + struct fillvdir_arg arg = { + .ctx = { + .actor = au_diractor(fillvdir) + } + }; + struct inode *inode; + struct au_vdir *vdir, *allocated; + + err = 0; + inode = file_inode(file); + IMustLock(inode); + SiMustAnyLock(inode->i_sb); + + allocated = NULL; + do_read = 0; + expire = au_sbi(inode->i_sb)->si_rdcache; + vdir = au_ivdir(inode); + if (!vdir) { + do_read = 1; + vdir = alloc_vdir(file); + err = PTR_ERR(vdir); + if (IS_ERR(vdir)) + goto out; + err = 0; + allocated = vdir; + } else if (may_read + && (inode->i_version != vdir->vd_version + || time_after(jiffies, vdir->vd_jiffy + expire))) { + do_read = 1; + err = reinit_vdir(vdir); + if (unlikely(err)) + goto out; + } + + if (!do_read) + return 0; /* success */ + + arg.file = file; + arg.vdir = vdir; + err = au_do_read_vdir(&arg); + if (!err) { + /* file->f_pos = 0; */ /* todo: ctx->pos? */ + vdir->vd_version = inode->i_version; + vdir->vd_last.ul = 0; + vdir->vd_last.p.deblk = vdir->vd_deblk[0]; + if (allocated) + au_set_ivdir(inode, allocated); + } else if (allocated) + au_vdir_free(allocated); + +out: + return err; +} + +static int copy_vdir(struct au_vdir *tgt, struct au_vdir *src) +{ + int err, rerr; + unsigned long ul, n; + const unsigned int deblk_sz = src->vd_deblk_sz; + + AuDebugOn(tgt->vd_nblk != 1); + + err = -ENOMEM; + if (tgt->vd_nblk < src->vd_nblk) { + unsigned char **p; + + p = krealloc(tgt->vd_deblk, sizeof(*p) * src->vd_nblk, + GFP_NOFS); + if (unlikely(!p)) + goto out; + tgt->vd_deblk = p; + } + + if (tgt->vd_deblk_sz != deblk_sz) { + unsigned char *p; + + tgt->vd_deblk_sz = deblk_sz; + p = krealloc(tgt->vd_deblk[0], deblk_sz, GFP_NOFS); + if (unlikely(!p)) + goto out; + tgt->vd_deblk[0] = p; + } + memcpy(tgt->vd_deblk[0], src->vd_deblk[0], deblk_sz); + tgt->vd_version = src->vd_version; + tgt->vd_jiffy = src->vd_jiffy; + + n = src->vd_nblk; + for (ul = 1; ul < n; ul++) { + tgt->vd_deblk[ul] = kmemdup(src->vd_deblk[ul], deblk_sz, + GFP_NOFS); + if (unlikely(!tgt->vd_deblk[ul])) + goto out; + tgt->vd_nblk++; + } + tgt->vd_nblk = n; + tgt->vd_last.ul = tgt->vd_last.ul; + tgt->vd_last.p.deblk = tgt->vd_deblk[tgt->vd_last.ul]; + tgt->vd_last.p.deblk += src->vd_last.p.deblk + - src->vd_deblk[src->vd_last.ul]; + /* smp_mb(); */ + return 0; /* success */ + +out: + rerr = reinit_vdir(tgt); + BUG_ON(rerr); + return err; +} + +int au_vdir_init(struct file *file) +{ + int err; + struct inode *inode; + struct au_vdir *vdir_cache, *allocated; + + /* test file->f_pos here instead of ctx->pos */ + err = read_vdir(file, !file->f_pos); + if (unlikely(err)) + goto out; + + allocated = NULL; + vdir_cache = au_fvdir_cache(file); + if (!vdir_cache) { + vdir_cache = alloc_vdir(file); + err = PTR_ERR(vdir_cache); + if (IS_ERR(vdir_cache)) + goto out; + allocated = vdir_cache; + } else if (!file->f_pos && vdir_cache->vd_version != file->f_version) { + /* test file->f_pos here instead of ctx->pos */ + err = reinit_vdir(vdir_cache); + if (unlikely(err)) + goto out; + } else + return 0; /* success */ + + inode = file_inode(file); + err = copy_vdir(vdir_cache, au_ivdir(inode)); + if (!err) { + file->f_version = inode->i_version; + if (allocated) + au_set_fvdir_cache(file, allocated); + } else if (allocated) + au_vdir_free(allocated); + +out: + return err; +} + +static loff_t calc_offset(struct au_vdir *vdir) +{ + loff_t offset; + union au_vdir_deblk_p p; + + p.deblk = vdir->vd_deblk[vdir->vd_last.ul]; + offset = vdir->vd_last.p.deblk - p.deblk; + offset += vdir->vd_deblk_sz * vdir->vd_last.ul; + return offset; +} + +/* returns true or false */ +static int seek_vdir(struct file *file, struct dir_context *ctx) +{ + int valid; + unsigned int deblk_sz; + unsigned long ul, n; + loff_t offset; + union au_vdir_deblk_p p, deblk_end; + struct au_vdir *vdir_cache; + + valid = 1; + vdir_cache = au_fvdir_cache(file); + offset = calc_offset(vdir_cache); + AuDbg("offset %lld\n", offset); + if (ctx->pos == offset) + goto out; + + vdir_cache->vd_last.ul = 0; + vdir_cache->vd_last.p.deblk = vdir_cache->vd_deblk[0]; + if (!ctx->pos) + goto out; + + valid = 0; + deblk_sz = vdir_cache->vd_deblk_sz; + ul = div64_u64(ctx->pos, deblk_sz); + AuDbg("ul %lu\n", ul); + if (ul >= vdir_cache->vd_nblk) + goto out; + + n = vdir_cache->vd_nblk; + for (; ul < n; ul++) { + p.deblk = vdir_cache->vd_deblk[ul]; + deblk_end.deblk = p.deblk + deblk_sz; + offset = ul; + offset *= deblk_sz; + while (!is_deblk_end(&p, &deblk_end) && offset < ctx->pos) { + unsigned int l; + + l = calc_size(p.de->de_str.len); + offset += l; + p.deblk += l; + } + if (!is_deblk_end(&p, &deblk_end)) { + valid = 1; + vdir_cache->vd_last.ul = ul; + vdir_cache->vd_last.p = p; + break; + } + } + +out: + /* smp_mb(); */ + AuTraceErr(!valid); + return valid; +} + +int au_vdir_fill_de(struct file *file, struct dir_context *ctx) +{ + unsigned int l, deblk_sz; + union au_vdir_deblk_p deblk_end; + struct au_vdir *vdir_cache; + struct au_vdir_de *de; + + vdir_cache = au_fvdir_cache(file); + if (!seek_vdir(file, ctx)) + return 0; + + deblk_sz = vdir_cache->vd_deblk_sz; + while (1) { + deblk_end.deblk = vdir_cache->vd_deblk[vdir_cache->vd_last.ul]; + deblk_end.deblk += deblk_sz; + while (!is_deblk_end(&vdir_cache->vd_last.p, &deblk_end)) { + de = vdir_cache->vd_last.p.de; + AuDbg("%.*s, off%lld, i%lu, dt%d\n", + de->de_str.len, de->de_str.name, ctx->pos, + (unsigned long)de->de_ino, de->de_type); + if (unlikely(!dir_emit(ctx, de->de_str.name, + de->de_str.len, de->de_ino, + de->de_type))) { + /* todo: ignore the error caused by udba? */ + /* return err; */ + return 0; + } + + l = calc_size(de->de_str.len); + vdir_cache->vd_last.p.deblk += l; + ctx->pos += l; + } + if (vdir_cache->vd_last.ul < vdir_cache->vd_nblk - 1) { + vdir_cache->vd_last.ul++; + vdir_cache->vd_last.p.deblk + = vdir_cache->vd_deblk[vdir_cache->vd_last.ul]; + ctx->pos = deblk_sz * vdir_cache->vd_last.ul; + continue; + } + break; + } + + /* smp_mb(); */ + return 0; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/vfsub.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/vfsub.c @@ -0,0 +1,782 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * sub-routines for VFS + */ + +#include +#include +#include +#include +#include "aufs.h" + +int vfsub_update_h_iattr(struct path *h_path, int *did) +{ + int err; + struct kstat st; + struct super_block *h_sb; + + /* for remote fs, leave work for its getattr or d_revalidate */ + /* for bad i_attr fs, handle them in aufs_getattr() */ + /* still some fs may acquire i_mutex. we need to skip them */ + err = 0; + if (!did) + did = &err; + h_sb = h_path->dentry->d_sb; + *did = (!au_test_fs_remote(h_sb) && au_test_fs_refresh_iattr(h_sb)); + if (*did) + err = vfs_getattr(h_path, &st); + + return err; +} + +/* ---------------------------------------------------------------------- */ + +struct file *vfsub_dentry_open(struct path *path, int flags) +{ + struct file *file; + + file = dentry_open(path, flags /* | __FMODE_NONOTIFY */, + current_cred()); + if (!IS_ERR_OR_NULL(file) + && (file->f_mode & (FMODE_READ | FMODE_WRITE)) == FMODE_READ) + i_readcount_inc(path->dentry->d_inode); + + return file; +} + +struct file *vfsub_filp_open(const char *path, int oflags, int mode) +{ + struct file *file; + + lockdep_off(); + file = filp_open(path, + oflags /* | __FMODE_NONOTIFY */, + mode); + lockdep_on(); + if (IS_ERR(file)) + goto out; + vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ + +out: + return file; +} + +int vfsub_kern_path(const char *name, unsigned int flags, struct path *path) +{ + int err; + + err = kern_path(name, flags, path); + if (!err && path->dentry->d_inode) + vfsub_update_h_iattr(path, /*did*/NULL); /*ignore*/ + return err; +} + +struct dentry *vfsub_lookup_one_len(const char *name, struct dentry *parent, + int len) +{ + struct path path = { + .mnt = NULL + }; + + /* VFS checks it too, but by WARN_ON_ONCE() */ + IMustLock(parent->d_inode); + + path.dentry = lookup_one_len(name, parent, len); + if (IS_ERR(path.dentry)) + goto out; + if (path.dentry->d_inode) + vfsub_update_h_iattr(&path, /*did*/NULL); /*ignore*/ + +out: + AuTraceErrPtr(path.dentry); + return path.dentry; +} + +void vfsub_call_lkup_one(void *args) +{ + struct vfsub_lkup_one_args *a = args; + *a->errp = vfsub_lkup_one(a->name, a->parent); +} + +/* ---------------------------------------------------------------------- */ + +struct dentry *vfsub_lock_rename(struct dentry *d1, struct au_hinode *hdir1, + struct dentry *d2, struct au_hinode *hdir2) +{ + struct dentry *d; + + lockdep_off(); + d = lock_rename(d1, d2); + lockdep_on(); + au_hn_suspend(hdir1); + if (hdir1 != hdir2) + au_hn_suspend(hdir2); + + return d; +} + +void vfsub_unlock_rename(struct dentry *d1, struct au_hinode *hdir1, + struct dentry *d2, struct au_hinode *hdir2) +{ + au_hn_resume(hdir1); + if (hdir1 != hdir2) + au_hn_resume(hdir2); + lockdep_off(); + unlock_rename(d1, d2); + lockdep_on(); +} + +/* ---------------------------------------------------------------------- */ + +int vfsub_create(struct inode *dir, struct path *path, int mode, bool want_excl) +{ + int err; + struct dentry *d; + + IMustLock(dir); + + d = path->dentry; + path->dentry = d->d_parent; + err = security_path_mknod(path, d, mode, 0); + path->dentry = d; + if (unlikely(err)) + goto out; + + err = vfs_create(dir, path->dentry, mode, want_excl); + if (!err) { + struct path tmp = *path; + int did; + + vfsub_update_h_iattr(&tmp, &did); + if (did) { + tmp.dentry = path->dentry->d_parent; + vfsub_update_h_iattr(&tmp, /*did*/NULL); + } + /*ignore*/ + } + +out: + return err; +} + +int vfsub_symlink(struct inode *dir, struct path *path, const char *symname) +{ + int err; + struct dentry *d; + + IMustLock(dir); + + d = path->dentry; + path->dentry = d->d_parent; + err = security_path_symlink(path, d, symname); + path->dentry = d; + if (unlikely(err)) + goto out; + + err = vfs_symlink(dir, path->dentry, symname); + if (!err) { + struct path tmp = *path; + int did; + + vfsub_update_h_iattr(&tmp, &did); + if (did) { + tmp.dentry = path->dentry->d_parent; + vfsub_update_h_iattr(&tmp, /*did*/NULL); + } + /*ignore*/ + } + +out: + return err; +} + +int vfsub_mknod(struct inode *dir, struct path *path, int mode, dev_t dev) +{ + int err; + struct dentry *d; + + IMustLock(dir); + + d = path->dentry; + path->dentry = d->d_parent; + err = security_path_mknod(path, d, mode, new_encode_dev(dev)); + path->dentry = d; + if (unlikely(err)) + goto out; + + err = vfs_mknod(dir, path->dentry, mode, dev); + if (!err) { + struct path tmp = *path; + int did; + + vfsub_update_h_iattr(&tmp, &did); + if (did) { + tmp.dentry = path->dentry->d_parent; + vfsub_update_h_iattr(&tmp, /*did*/NULL); + } + /*ignore*/ + } + +out: + return err; +} + +static int au_test_nlink(struct inode *inode) +{ + const unsigned int link_max = UINT_MAX >> 1; /* rough margin */ + + if (!au_test_fs_no_limit_nlink(inode->i_sb) + || inode->i_nlink < link_max) + return 0; + return -EMLINK; +} + +int vfsub_link(struct dentry *src_dentry, struct inode *dir, struct path *path, + struct inode **delegated_inode) +{ + int err; + struct dentry *d; + + IMustLock(dir); + + err = au_test_nlink(src_dentry->d_inode); + if (unlikely(err)) + return err; + + /* we don't call may_linkat() */ + d = path->dentry; + path->dentry = d->d_parent; + err = security_path_link(src_dentry, path, d); + path->dentry = d; + if (unlikely(err)) + goto out; + + lockdep_off(); + err = vfs_link(src_dentry, dir, path->dentry, delegated_inode); + lockdep_on(); + if (!err) { + struct path tmp = *path; + int did; + + /* fuse has different memory inode for the same inumber */ + vfsub_update_h_iattr(&tmp, &did); + if (did) { + tmp.dentry = path->dentry->d_parent; + vfsub_update_h_iattr(&tmp, /*did*/NULL); + tmp.dentry = src_dentry; + vfsub_update_h_iattr(&tmp, /*did*/NULL); + } + /*ignore*/ + } + +out: + return err; +} + +int vfsub_rename(struct inode *src_dir, struct dentry *src_dentry, + struct inode *dir, struct path *path, + struct inode **delegated_inode) +{ + int err; + struct path tmp = { + .mnt = path->mnt + }; + struct dentry *d; + + IMustLock(dir); + IMustLock(src_dir); + + d = path->dentry; + path->dentry = d->d_parent; + tmp.dentry = src_dentry->d_parent; + err = security_path_rename(&tmp, src_dentry, path, d, /*flags*/0); + path->dentry = d; + if (unlikely(err)) + goto out; + + lockdep_off(); + err = vfs_rename(src_dir, src_dentry, dir, path->dentry, + delegated_inode, /*flags*/0); + lockdep_on(); + if (!err) { + int did; + + tmp.dentry = d->d_parent; + vfsub_update_h_iattr(&tmp, &did); + if (did) { + tmp.dentry = src_dentry; + vfsub_update_h_iattr(&tmp, /*did*/NULL); + tmp.dentry = src_dentry->d_parent; + vfsub_update_h_iattr(&tmp, /*did*/NULL); + } + /*ignore*/ + } + +out: + return err; +} + +int vfsub_mkdir(struct inode *dir, struct path *path, int mode) +{ + int err; + struct dentry *d; + + IMustLock(dir); + + d = path->dentry; + path->dentry = d->d_parent; + err = security_path_mkdir(path, d, mode); + path->dentry = d; + if (unlikely(err)) + goto out; + + err = vfs_mkdir(dir, path->dentry, mode); + if (!err) { + struct path tmp = *path; + int did; + + vfsub_update_h_iattr(&tmp, &did); + if (did) { + tmp.dentry = path->dentry->d_parent; + vfsub_update_h_iattr(&tmp, /*did*/NULL); + } + /*ignore*/ + } + +out: + return err; +} + +int vfsub_rmdir(struct inode *dir, struct path *path) +{ + int err; + struct dentry *d; + + IMustLock(dir); + + d = path->dentry; + path->dentry = d->d_parent; + err = security_path_rmdir(path, d); + path->dentry = d; + if (unlikely(err)) + goto out; + + lockdep_off(); + err = vfs_rmdir(dir, path->dentry); + lockdep_on(); + if (!err) { + struct path tmp = { + .dentry = path->dentry->d_parent, + .mnt = path->mnt + }; + + vfsub_update_h_iattr(&tmp, /*did*/NULL); /*ignore*/ + } + +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* todo: support mmap_sem? */ +ssize_t vfsub_read_u(struct file *file, char __user *ubuf, size_t count, + loff_t *ppos) +{ + ssize_t err; + + lockdep_off(); + err = vfs_read(file, ubuf, count, ppos); + lockdep_on(); + if (err >= 0) + vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ + return err; +} + +/* todo: kernel_read()? */ +ssize_t vfsub_read_k(struct file *file, void *kbuf, size_t count, + loff_t *ppos) +{ + ssize_t err; + mm_segment_t oldfs; + union { + void *k; + char __user *u; + } buf; + + buf.k = kbuf; + oldfs = get_fs(); + set_fs(KERNEL_DS); + err = vfsub_read_u(file, buf.u, count, ppos); + set_fs(oldfs); + return err; +} + +ssize_t vfsub_write_u(struct file *file, const char __user *ubuf, size_t count, + loff_t *ppos) +{ + ssize_t err; + + lockdep_off(); + err = vfs_write(file, ubuf, count, ppos); + lockdep_on(); + if (err >= 0) + vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ + return err; +} + +ssize_t vfsub_write_k(struct file *file, void *kbuf, size_t count, loff_t *ppos) +{ + ssize_t err; + mm_segment_t oldfs; + union { + void *k; + const char __user *u; + } buf; + + buf.k = kbuf; + oldfs = get_fs(); + set_fs(KERNEL_DS); + err = vfsub_write_u(file, buf.u, count, ppos); + set_fs(oldfs); + return err; +} + +int vfsub_flush(struct file *file, fl_owner_t id) +{ + int err; + + err = 0; + if (file->f_op->flush) { + if (!au_test_nfs(file->f_dentry->d_sb)) + err = file->f_op->flush(file, id); + else { + lockdep_off(); + err = file->f_op->flush(file, id); + lockdep_on(); + } + if (!err) + vfsub_update_h_iattr(&file->f_path, /*did*/NULL); + /*ignore*/ + } + return err; +} + +int vfsub_iterate_dir(struct file *file, struct dir_context *ctx) +{ + int err; + + AuDbg("%pD, ctx{%pf, %llu}\n", file, ctx->actor, ctx->pos); + + lockdep_off(); + err = iterate_dir(file, ctx); + lockdep_on(); + if (err >= 0) + vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ + return err; +} + +long vfsub_splice_to(struct file *in, loff_t *ppos, + struct pipe_inode_info *pipe, size_t len, + unsigned int flags) +{ + long err; + + lockdep_off(); + err = do_splice_to(in, ppos, pipe, len, flags); + lockdep_on(); + file_accessed(in); + if (err >= 0) + vfsub_update_h_iattr(&in->f_path, /*did*/NULL); /*ignore*/ + return err; +} + +long vfsub_splice_from(struct pipe_inode_info *pipe, struct file *out, + loff_t *ppos, size_t len, unsigned int flags) +{ + long err; + + lockdep_off(); + err = do_splice_from(pipe, out, ppos, len, flags); + lockdep_on(); + if (err >= 0) + vfsub_update_h_iattr(&out->f_path, /*did*/NULL); /*ignore*/ + return err; +} + +int vfsub_fsync(struct file *file, struct path *path, int datasync) +{ + int err; + + /* file can be NULL */ + lockdep_off(); + err = vfs_fsync(file, datasync); + lockdep_on(); + if (!err) { + if (!path) { + AuDebugOn(!file); + path = &file->f_path; + } + vfsub_update_h_iattr(path, /*did*/NULL); /*ignore*/ + } + return err; +} + +/* cf. open.c:do_sys_truncate() and do_sys_ftruncate() */ +int vfsub_trunc(struct path *h_path, loff_t length, unsigned int attr, + struct file *h_file) +{ + int err; + struct inode *h_inode; + struct super_block *h_sb; + + if (!h_file) { + err = vfsub_truncate(h_path, length); + goto out; + } + + h_inode = h_path->dentry->d_inode; + h_sb = h_inode->i_sb; + lockdep_off(); + sb_start_write(h_sb); + lockdep_on(); + err = locks_verify_truncate(h_inode, h_file, length); + if (!err) + err = security_path_truncate(h_path); + if (!err) { + lockdep_off(); + err = do_truncate(h_path->dentry, length, attr, h_file); + lockdep_on(); + } + lockdep_off(); + sb_end_write(h_sb); + lockdep_on(); + +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +struct au_vfsub_mkdir_args { + int *errp; + struct inode *dir; + struct path *path; + int mode; +}; + +static void au_call_vfsub_mkdir(void *args) +{ + struct au_vfsub_mkdir_args *a = args; + *a->errp = vfsub_mkdir(a->dir, a->path, a->mode); +} + +int vfsub_sio_mkdir(struct inode *dir, struct path *path, int mode) +{ + int err, do_sio, wkq_err; + + do_sio = au_test_h_perm_sio(dir, MAY_EXEC | MAY_WRITE); + if (!do_sio) + err = vfsub_mkdir(dir, path, mode); + else { + struct au_vfsub_mkdir_args args = { + .errp = &err, + .dir = dir, + .path = path, + .mode = mode + }; + wkq_err = au_wkq_wait(au_call_vfsub_mkdir, &args); + if (unlikely(wkq_err)) + err = wkq_err; + } + + return err; +} + +struct au_vfsub_rmdir_args { + int *errp; + struct inode *dir; + struct path *path; +}; + +static void au_call_vfsub_rmdir(void *args) +{ + struct au_vfsub_rmdir_args *a = args; + *a->errp = vfsub_rmdir(a->dir, a->path); +} + +int vfsub_sio_rmdir(struct inode *dir, struct path *path) +{ + int err, do_sio, wkq_err; + + do_sio = au_test_h_perm_sio(dir, MAY_EXEC | MAY_WRITE); + if (!do_sio) + err = vfsub_rmdir(dir, path); + else { + struct au_vfsub_rmdir_args args = { + .errp = &err, + .dir = dir, + .path = path + }; + wkq_err = au_wkq_wait(au_call_vfsub_rmdir, &args); + if (unlikely(wkq_err)) + err = wkq_err; + } + + return err; +} + +/* ---------------------------------------------------------------------- */ + +struct notify_change_args { + int *errp; + struct path *path; + struct iattr *ia; + struct inode **delegated_inode; +}; + +static void call_notify_change(void *args) +{ + struct notify_change_args *a = args; + struct inode *h_inode; + + h_inode = a->path->dentry->d_inode; + IMustLock(h_inode); + + *a->errp = -EPERM; + if (!IS_IMMUTABLE(h_inode) && !IS_APPEND(h_inode)) { + *a->errp = notify_change(a->path->dentry, a->ia, + a->delegated_inode); + if (!*a->errp) + vfsub_update_h_iattr(a->path, /*did*/NULL); /*ignore*/ + } + AuTraceErr(*a->errp); +} + +int vfsub_notify_change(struct path *path, struct iattr *ia, + struct inode **delegated_inode) +{ + int err; + struct notify_change_args args = { + .errp = &err, + .path = path, + .ia = ia, + .delegated_inode = delegated_inode + }; + + call_notify_change(&args); + + return err; +} + +int vfsub_sio_notify_change(struct path *path, struct iattr *ia, + struct inode **delegated_inode) +{ + int err, wkq_err; + struct notify_change_args args = { + .errp = &err, + .path = path, + .ia = ia, + .delegated_inode = delegated_inode + }; + + wkq_err = au_wkq_wait(call_notify_change, &args); + if (unlikely(wkq_err)) + err = wkq_err; + + return err; +} + +/* ---------------------------------------------------------------------- */ + +struct unlink_args { + int *errp; + struct inode *dir; + struct path *path; + struct inode **delegated_inode; +}; + +static void call_unlink(void *args) +{ + struct unlink_args *a = args; + struct dentry *d = a->path->dentry; + struct inode *h_inode; + const int stop_sillyrename = (au_test_nfs(d->d_sb) + && d_count(d) == 1); + + IMustLock(a->dir); + + a->path->dentry = d->d_parent; + *a->errp = security_path_unlink(a->path, d); + a->path->dentry = d; + if (unlikely(*a->errp)) + return; + + if (!stop_sillyrename) + dget(d); + h_inode = d->d_inode; + if (h_inode) + ihold(h_inode); + + lockdep_off(); + *a->errp = vfs_unlink(a->dir, d, a->delegated_inode); + lockdep_on(); + if (!*a->errp) { + struct path tmp = { + .dentry = d->d_parent, + .mnt = a->path->mnt + }; + vfsub_update_h_iattr(&tmp, /*did*/NULL); /*ignore*/ + } + + if (!stop_sillyrename) + dput(d); + if (h_inode) + iput(h_inode); + + AuTraceErr(*a->errp); +} + +/* + * @dir: must be locked. + * @dentry: target dentry. + */ +int vfsub_unlink(struct inode *dir, struct path *path, + struct inode **delegated_inode, int force) +{ + int err; + struct unlink_args args = { + .errp = &err, + .dir = dir, + .path = path, + .delegated_inode = delegated_inode + }; + + if (!force) + call_unlink(&args); + else { + int wkq_err; + + wkq_err = au_wkq_wait(call_unlink, &args); + if (unlikely(wkq_err)) + err = wkq_err; + } + + return err; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/vfsub.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/vfsub.h @@ -0,0 +1,284 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * sub-routines for VFS + */ + +#ifndef __AUFS_VFSUB_H__ +#define __AUFS_VFSUB_H__ + +#ifdef __KERNEL__ + +#include +#include +#include +#include "debug.h" + +/* copied from linux/fs/internal.h */ +/* todo: BAD approach!! */ +extern void __mnt_drop_write(struct vfsmount *); +extern spinlock_t inode_sb_list_lock; + +/* ---------------------------------------------------------------------- */ + +/* lock subclass for lower inode */ +/* default MAX_LOCKDEP_SUBCLASSES(8) is not enough */ +/* reduce? gave up. */ +enum { + AuLsc_I_Begin = I_MUTEX_NONDIR2, /* 4 */ + AuLsc_I_PARENT, /* lower inode, parent first */ + AuLsc_I_PARENT2, /* copyup dirs */ + AuLsc_I_PARENT3, /* copyup wh */ + AuLsc_I_CHILD, + AuLsc_I_CHILD2, + AuLsc_I_End +}; + +/* to debug easier, do not make them inlined functions */ +#define MtxMustLock(mtx) AuDebugOn(!mutex_is_locked(mtx)) +#define IMustLock(i) MtxMustLock(&(i)->i_mutex) + +/* ---------------------------------------------------------------------- */ + +static inline void vfsub_drop_nlink(struct inode *inode) +{ + AuDebugOn(!inode->i_nlink); + drop_nlink(inode); +} + +static inline void vfsub_dead_dir(struct inode *inode) +{ + AuDebugOn(!S_ISDIR(inode->i_mode)); + inode->i_flags |= S_DEAD; + clear_nlink(inode); +} + +static inline int vfsub_native_ro(struct inode *inode) +{ + return (inode->i_sb->s_flags & MS_RDONLY) + || IS_RDONLY(inode) + /* || IS_APPEND(inode) */ + || IS_IMMUTABLE(inode); +} + +/* ---------------------------------------------------------------------- */ + +int vfsub_update_h_iattr(struct path *h_path, int *did); +struct file *vfsub_dentry_open(struct path *path, int flags); +struct file *vfsub_filp_open(const char *path, int oflags, int mode); +int vfsub_kern_path(const char *name, unsigned int flags, struct path *path); + +struct dentry *vfsub_lookup_one_len(const char *name, struct dentry *parent, + int len); + +struct vfsub_lkup_one_args { + struct dentry **errp; + struct qstr *name; + struct dentry *parent; +}; + +static inline struct dentry *vfsub_lkup_one(struct qstr *name, + struct dentry *parent) +{ + return vfsub_lookup_one_len(name->name, parent, name->len); +} + +void vfsub_call_lkup_one(void *args); + +/* ---------------------------------------------------------------------- */ + +static inline int vfsub_mnt_want_write(struct vfsmount *mnt) +{ + int err; + + lockdep_off(); + err = mnt_want_write(mnt); + lockdep_on(); + return err; +} + +static inline void vfsub_mnt_drop_write(struct vfsmount *mnt) +{ + lockdep_off(); + mnt_drop_write(mnt); + lockdep_on(); +} + +static inline void vfsub_mnt_drop_write_file(struct file *file) +{ + lockdep_off(); + mnt_drop_write_file(file); + lockdep_on(); +} + +/* ---------------------------------------------------------------------- */ + +struct au_hinode; +struct dentry *vfsub_lock_rename(struct dentry *d1, struct au_hinode *hdir1, + struct dentry *d2, struct au_hinode *hdir2); +void vfsub_unlock_rename(struct dentry *d1, struct au_hinode *hdir1, + struct dentry *d2, struct au_hinode *hdir2); + +int vfsub_create(struct inode *dir, struct path *path, int mode, + bool want_excl); +int vfsub_symlink(struct inode *dir, struct path *path, + const char *symname); +int vfsub_mknod(struct inode *dir, struct path *path, int mode, dev_t dev); +int vfsub_link(struct dentry *src_dentry, struct inode *dir, + struct path *path, struct inode **delegated_inode); +int vfsub_rename(struct inode *src_hdir, struct dentry *src_dentry, + struct inode *hdir, struct path *path, + struct inode **delegated_inode); +int vfsub_mkdir(struct inode *dir, struct path *path, int mode); +int vfsub_rmdir(struct inode *dir, struct path *path); + +/* ---------------------------------------------------------------------- */ + +ssize_t vfsub_read_u(struct file *file, char __user *ubuf, size_t count, + loff_t *ppos); +ssize_t vfsub_read_k(struct file *file, void *kbuf, size_t count, + loff_t *ppos); +ssize_t vfsub_write_u(struct file *file, const char __user *ubuf, size_t count, + loff_t *ppos); +ssize_t vfsub_write_k(struct file *file, void *kbuf, size_t count, + loff_t *ppos); +int vfsub_flush(struct file *file, fl_owner_t id); +int vfsub_iterate_dir(struct file *file, struct dir_context *ctx); + +/* just for type-check */ +static inline filldir_t au_diractor(int (*func)(struct dir_context *, + const char *, int, loff_t, u64, + unsigned)) +{ + return (filldir_t)func; +} + + +static inline loff_t vfsub_f_size_read(struct file *file) +{ + return i_size_read(file_inode(file)); +} + +static inline unsigned int vfsub_file_flags(struct file *file) +{ + unsigned int flags; + + spin_lock(&file->f_lock); + flags = file->f_flags; + spin_unlock(&file->f_lock); + + return flags; +} + +static inline void vfsub_file_accessed(struct file *h_file) +{ + file_accessed(h_file); + vfsub_update_h_iattr(&h_file->f_path, /*did*/NULL); /*ignore*/ +} + +static inline void vfsub_touch_atime(struct vfsmount *h_mnt, + struct dentry *h_dentry) +{ + struct path h_path = { + .dentry = h_dentry, + .mnt = h_mnt + }; + touch_atime(&h_path); + vfsub_update_h_iattr(&h_path, /*did*/NULL); /*ignore*/ +} + +static inline int vfsub_update_time(struct inode *h_inode, struct timespec *ts, + int flags) +{ + return update_time(h_inode, ts, flags); + /* no vfsub_update_h_iattr() since we don't have struct path */ +} + +long vfsub_splice_to(struct file *in, loff_t *ppos, + struct pipe_inode_info *pipe, size_t len, + unsigned int flags); +long vfsub_splice_from(struct pipe_inode_info *pipe, struct file *out, + loff_t *ppos, size_t len, unsigned int flags); + +static inline long vfsub_truncate(struct path *path, loff_t length) +{ + long err; + + lockdep_off(); + err = vfs_truncate(path, length); + lockdep_on(); + return err; +} + +int vfsub_trunc(struct path *h_path, loff_t length, unsigned int attr, + struct file *h_file); +int vfsub_fsync(struct file *file, struct path *path, int datasync); + +/* ---------------------------------------------------------------------- */ + +static inline loff_t vfsub_llseek(struct file *file, loff_t offset, int origin) +{ + loff_t err; + + lockdep_off(); + err = vfs_llseek(file, offset, origin); + lockdep_on(); + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* dirty workaround for strict type of fmode_t */ +union vfsub_fmu { + fmode_t fm; + unsigned int ui; +}; + +static inline unsigned int vfsub_fmode_to_uint(fmode_t fm) +{ + union vfsub_fmu u = { + .fm = fm + }; + + BUILD_BUG_ON(sizeof(u.fm) != sizeof(u.ui)); + + return u.ui; +} + +static inline fmode_t vfsub_uint_to_fmode(unsigned int ui) +{ + union vfsub_fmu u = { + .ui = ui + }; + + return u.fm; +} + +/* ---------------------------------------------------------------------- */ + +int vfsub_sio_mkdir(struct inode *dir, struct path *path, int mode); +int vfsub_sio_rmdir(struct inode *dir, struct path *path); +int vfsub_sio_notify_change(struct path *path, struct iattr *ia, + struct inode **delegated_inode); +int vfsub_notify_change(struct path *path, struct iattr *ia, + struct inode **delegated_inode); +int vfsub_unlink(struct inode *dir, struct path *path, + struct inode **delegated_inode, int force); + +#endif /* __KERNEL__ */ +#endif /* __AUFS_VFSUB_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/wbr_policy.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/wbr_policy.c @@ -0,0 +1,764 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * policies for selecting one among multiple writable branches + */ + +#include +#include "aufs.h" + +/* subset of cpup_attr() */ +static noinline_for_stack +int au_cpdown_attr(struct path *h_path, struct dentry *h_src) +{ + int err, sbits; + struct iattr ia; + struct inode *h_isrc; + + h_isrc = h_src->d_inode; + ia.ia_valid = ATTR_FORCE | ATTR_MODE | ATTR_UID | ATTR_GID; + ia.ia_mode = h_isrc->i_mode; + ia.ia_uid = h_isrc->i_uid; + ia.ia_gid = h_isrc->i_gid; + sbits = !!(ia.ia_mode & (S_ISUID | S_ISGID)); + au_cpup_attr_flags(h_path->dentry->d_inode, h_isrc->i_flags); + /* no delegation since it is just created */ + err = vfsub_sio_notify_change(h_path, &ia, /*delegated*/NULL); + + /* is this nfs only? */ + if (!err && sbits && au_test_nfs(h_path->dentry->d_sb)) { + ia.ia_valid = ATTR_FORCE | ATTR_MODE; + ia.ia_mode = h_isrc->i_mode; + err = vfsub_sio_notify_change(h_path, &ia, /*delegated*/NULL); + } + + return err; +} + +#define AuCpdown_PARENT_OPQ 1 +#define AuCpdown_WHED (1 << 1) +#define AuCpdown_MADE_DIR (1 << 2) +#define AuCpdown_DIROPQ (1 << 3) +#define au_ftest_cpdown(flags, name) ((flags) & AuCpdown_##name) +#define au_fset_cpdown(flags, name) \ + do { (flags) |= AuCpdown_##name; } while (0) +#define au_fclr_cpdown(flags, name) \ + do { (flags) &= ~AuCpdown_##name; } while (0) + +static int au_cpdown_dir_opq(struct dentry *dentry, aufs_bindex_t bdst, + unsigned int *flags) +{ + int err; + struct dentry *opq_dentry; + + opq_dentry = au_diropq_create(dentry, bdst); + err = PTR_ERR(opq_dentry); + if (IS_ERR(opq_dentry)) + goto out; + dput(opq_dentry); + au_fset_cpdown(*flags, DIROPQ); + +out: + return err; +} + +static int au_cpdown_dir_wh(struct dentry *dentry, struct dentry *h_parent, + struct inode *dir, aufs_bindex_t bdst) +{ + int err; + struct path h_path; + struct au_branch *br; + + br = au_sbr(dentry->d_sb, bdst); + h_path.dentry = au_wh_lkup(h_parent, &dentry->d_name, br); + err = PTR_ERR(h_path.dentry); + if (IS_ERR(h_path.dentry)) + goto out; + + err = 0; + if (h_path.dentry->d_inode) { + h_path.mnt = au_br_mnt(br); + err = au_wh_unlink_dentry(au_h_iptr(dir, bdst), &h_path, + dentry); + } + dput(h_path.dentry); + +out: + return err; +} + +static int au_cpdown_dir(struct dentry *dentry, aufs_bindex_t bdst, + struct au_pin *pin, + struct dentry *h_parent, void *arg) +{ + int err, rerr; + aufs_bindex_t bopq, bstart; + struct path h_path; + struct dentry *parent; + struct inode *h_dir, *h_inode, *inode, *dir; + unsigned int *flags = arg; + + bstart = au_dbstart(dentry); + /* dentry is di-locked */ + parent = dget_parent(dentry); + dir = parent->d_inode; + h_dir = h_parent->d_inode; + AuDebugOn(h_dir != au_h_iptr(dir, bdst)); + IMustLock(h_dir); + + err = au_lkup_neg(dentry, bdst, /*wh*/0); + if (unlikely(err < 0)) + goto out; + h_path.dentry = au_h_dptr(dentry, bdst); + h_path.mnt = au_sbr_mnt(dentry->d_sb, bdst); + err = vfsub_sio_mkdir(au_h_iptr(dir, bdst), &h_path, + S_IRWXU | S_IRUGO | S_IXUGO); + if (unlikely(err)) + goto out_put; + au_fset_cpdown(*flags, MADE_DIR); + + bopq = au_dbdiropq(dentry); + au_fclr_cpdown(*flags, WHED); + au_fclr_cpdown(*flags, DIROPQ); + if (au_dbwh(dentry) == bdst) + au_fset_cpdown(*flags, WHED); + if (!au_ftest_cpdown(*flags, PARENT_OPQ) && bopq <= bdst) + au_fset_cpdown(*flags, PARENT_OPQ); + h_inode = h_path.dentry->d_inode; + mutex_lock_nested(&h_inode->i_mutex, AuLsc_I_CHILD); + if (au_ftest_cpdown(*flags, WHED)) { + err = au_cpdown_dir_opq(dentry, bdst, flags); + if (unlikely(err)) { + mutex_unlock(&h_inode->i_mutex); + goto out_dir; + } + } + + err = au_cpdown_attr(&h_path, au_h_dptr(dentry, bstart)); + mutex_unlock(&h_inode->i_mutex); + if (unlikely(err)) + goto out_opq; + + if (au_ftest_cpdown(*flags, WHED)) { + err = au_cpdown_dir_wh(dentry, h_parent, dir, bdst); + if (unlikely(err)) + goto out_opq; + } + + inode = dentry->d_inode; + if (au_ibend(inode) < bdst) + au_set_ibend(inode, bdst); + au_set_h_iptr(inode, bdst, au_igrab(h_inode), + au_hi_flags(inode, /*isdir*/1)); + goto out; /* success */ + + /* revert */ +out_opq: + if (au_ftest_cpdown(*flags, DIROPQ)) { + mutex_lock_nested(&h_inode->i_mutex, AuLsc_I_CHILD); + rerr = au_diropq_remove(dentry, bdst); + mutex_unlock(&h_inode->i_mutex); + if (unlikely(rerr)) { + AuIOErr("failed removing diropq for %pd b%d (%d)\n", + dentry, bdst, rerr); + err = -EIO; + goto out; + } + } +out_dir: + if (au_ftest_cpdown(*flags, MADE_DIR)) { + rerr = vfsub_sio_rmdir(au_h_iptr(dir, bdst), &h_path); + if (unlikely(rerr)) { + AuIOErr("failed removing %pd b%d (%d)\n", + dentry, bdst, rerr); + err = -EIO; + } + } +out_put: + au_set_h_dptr(dentry, bdst, NULL); + if (au_dbend(dentry) == bdst) + au_update_dbend(dentry); +out: + dput(parent); + return err; +} + +int au_cpdown_dirs(struct dentry *dentry, aufs_bindex_t bdst) +{ + int err; + unsigned int flags; + + flags = 0; + err = au_cp_dirs(dentry, bdst, au_cpdown_dir, &flags); + + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* policies for create */ + +int au_wbr_nonopq(struct dentry *dentry, aufs_bindex_t bindex) +{ + int err, i, j, ndentry; + aufs_bindex_t bopq; + struct au_dcsub_pages dpages; + struct au_dpage *dpage; + struct dentry **dentries, *parent, *d; + + err = au_dpages_init(&dpages, GFP_NOFS); + if (unlikely(err)) + goto out; + parent = dget_parent(dentry); + err = au_dcsub_pages_rev_aufs(&dpages, parent, /*do_include*/0); + if (unlikely(err)) + goto out_free; + + err = bindex; + for (i = 0; i < dpages.ndpage; i++) { + dpage = dpages.dpages + i; + dentries = dpage->dentries; + ndentry = dpage->ndentry; + for (j = 0; j < ndentry; j++) { + d = dentries[j]; + di_read_lock_parent2(d, !AuLock_IR); + bopq = au_dbdiropq(d); + di_read_unlock(d, !AuLock_IR); + if (bopq >= 0 && bopq < err) + err = bopq; + } + } + +out_free: + dput(parent); + au_dpages_free(&dpages); +out: + return err; +} + +static int au_wbr_bu(struct super_block *sb, aufs_bindex_t bindex) +{ + for (; bindex >= 0; bindex--) + if (!au_br_rdonly(au_sbr(sb, bindex))) + return bindex; + return -EROFS; +} + +/* top down parent */ +static int au_wbr_create_tdp(struct dentry *dentry, + unsigned int flags __maybe_unused) +{ + int err; + aufs_bindex_t bstart, bindex; + struct super_block *sb; + struct dentry *parent, *h_parent; + + sb = dentry->d_sb; + bstart = au_dbstart(dentry); + err = bstart; + if (!au_br_rdonly(au_sbr(sb, bstart))) + goto out; + + err = -EROFS; + parent = dget_parent(dentry); + for (bindex = au_dbstart(parent); bindex < bstart; bindex++) { + h_parent = au_h_dptr(parent, bindex); + if (!h_parent || !h_parent->d_inode) + continue; + + if (!au_br_rdonly(au_sbr(sb, bindex))) { + err = bindex; + break; + } + } + dput(parent); + + /* bottom up here */ + if (unlikely(err < 0)) { + err = au_wbr_bu(sb, bstart - 1); + if (err >= 0) + err = au_wbr_nonopq(dentry, err); + } + +out: + AuDbg("b%d\n", err); + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* an exception for the policy other than tdp */ +static int au_wbr_create_exp(struct dentry *dentry) +{ + int err; + aufs_bindex_t bwh, bdiropq; + struct dentry *parent; + + err = -1; + bwh = au_dbwh(dentry); + parent = dget_parent(dentry); + bdiropq = au_dbdiropq(parent); + if (bwh >= 0) { + if (bdiropq >= 0) + err = min(bdiropq, bwh); + else + err = bwh; + AuDbg("%d\n", err); + } else if (bdiropq >= 0) { + err = bdiropq; + AuDbg("%d\n", err); + } + dput(parent); + + if (err >= 0) + err = au_wbr_nonopq(dentry, err); + + if (err >= 0 && au_br_rdonly(au_sbr(dentry->d_sb, err))) + err = -1; + + AuDbg("%d\n", err); + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* round robin */ +static int au_wbr_create_init_rr(struct super_block *sb) +{ + int err; + + err = au_wbr_bu(sb, au_sbend(sb)); + atomic_set(&au_sbi(sb)->si_wbr_rr_next, -err); /* less important */ + /* smp_mb(); */ + + AuDbg("b%d\n", err); + return err; +} + +static int au_wbr_create_rr(struct dentry *dentry, unsigned int flags) +{ + int err, nbr; + unsigned int u; + aufs_bindex_t bindex, bend; + struct super_block *sb; + atomic_t *next; + + err = au_wbr_create_exp(dentry); + if (err >= 0) + goto out; + + sb = dentry->d_sb; + next = &au_sbi(sb)->si_wbr_rr_next; + bend = au_sbend(sb); + nbr = bend + 1; + for (bindex = 0; bindex <= bend; bindex++) { + if (!au_ftest_wbr(flags, DIR)) { + err = atomic_dec_return(next) + 1; + /* modulo for 0 is meaningless */ + if (unlikely(!err)) + err = atomic_dec_return(next) + 1; + } else + err = atomic_read(next); + AuDbg("%d\n", err); + u = err; + err = u % nbr; + AuDbg("%d\n", err); + if (!au_br_rdonly(au_sbr(sb, err))) + break; + err = -EROFS; + } + + if (err >= 0) + err = au_wbr_nonopq(dentry, err); + +out: + AuDbg("%d\n", err); + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* most free space */ +static void au_mfs(struct dentry *dentry, struct dentry *parent) +{ + struct super_block *sb; + struct au_branch *br; + struct au_wbr_mfs *mfs; + struct dentry *h_parent; + aufs_bindex_t bindex, bend; + int err; + unsigned long long b, bavail; + struct path h_path; + /* reduce the stack usage */ + struct kstatfs *st; + + st = kmalloc(sizeof(*st), GFP_NOFS); + if (unlikely(!st)) { + AuWarn1("failed updating mfs(%d), ignored\n", -ENOMEM); + return; + } + + bavail = 0; + sb = dentry->d_sb; + mfs = &au_sbi(sb)->si_wbr_mfs; + MtxMustLock(&mfs->mfs_lock); + mfs->mfs_bindex = -EROFS; + mfs->mfsrr_bytes = 0; + if (!parent) { + bindex = 0; + bend = au_sbend(sb); + } else { + bindex = au_dbstart(parent); + bend = au_dbtaildir(parent); + } + + for (; bindex <= bend; bindex++) { + if (parent) { + h_parent = au_h_dptr(parent, bindex); + if (!h_parent || !h_parent->d_inode) + continue; + } + br = au_sbr(sb, bindex); + if (au_br_rdonly(br)) + continue; + + /* sb->s_root for NFS is unreliable */ + h_path.mnt = au_br_mnt(br); + h_path.dentry = h_path.mnt->mnt_root; + err = vfs_statfs(&h_path, st); + if (unlikely(err)) { + AuWarn1("failed statfs, b%d, %d\n", bindex, err); + continue; + } + + /* when the available size is equal, select the lower one */ + BUILD_BUG_ON(sizeof(b) < sizeof(st->f_bavail) + || sizeof(b) < sizeof(st->f_bsize)); + b = st->f_bavail * st->f_bsize; + br->br_wbr->wbr_bytes = b; + if (b >= bavail) { + bavail = b; + mfs->mfs_bindex = bindex; + mfs->mfs_jiffy = jiffies; + } + } + + mfs->mfsrr_bytes = bavail; + AuDbg("b%d\n", mfs->mfs_bindex); + kfree(st); +} + +static int au_wbr_create_mfs(struct dentry *dentry, unsigned int flags) +{ + int err; + struct dentry *parent; + struct super_block *sb; + struct au_wbr_mfs *mfs; + + err = au_wbr_create_exp(dentry); + if (err >= 0) + goto out; + + sb = dentry->d_sb; + parent = NULL; + if (au_ftest_wbr(flags, PARENT)) + parent = dget_parent(dentry); + mfs = &au_sbi(sb)->si_wbr_mfs; + mutex_lock(&mfs->mfs_lock); + if (time_after(jiffies, mfs->mfs_jiffy + mfs->mfs_expire) + || mfs->mfs_bindex < 0 + || au_br_rdonly(au_sbr(sb, mfs->mfs_bindex))) + au_mfs(dentry, parent); + mutex_unlock(&mfs->mfs_lock); + err = mfs->mfs_bindex; + dput(parent); + + if (err >= 0) + err = au_wbr_nonopq(dentry, err); + +out: + AuDbg("b%d\n", err); + return err; +} + +static int au_wbr_create_init_mfs(struct super_block *sb) +{ + struct au_wbr_mfs *mfs; + + mfs = &au_sbi(sb)->si_wbr_mfs; + mutex_init(&mfs->mfs_lock); + mfs->mfs_jiffy = 0; + mfs->mfs_bindex = -EROFS; + + return 0; +} + +static int au_wbr_create_fin_mfs(struct super_block *sb __maybe_unused) +{ + mutex_destroy(&au_sbi(sb)->si_wbr_mfs.mfs_lock); + return 0; +} + +/* ---------------------------------------------------------------------- */ + +/* most free space and then round robin */ +static int au_wbr_create_mfsrr(struct dentry *dentry, unsigned int flags) +{ + int err; + struct au_wbr_mfs *mfs; + + err = au_wbr_create_mfs(dentry, flags); + if (err >= 0) { + mfs = &au_sbi(dentry->d_sb)->si_wbr_mfs; + mutex_lock(&mfs->mfs_lock); + if (mfs->mfsrr_bytes < mfs->mfsrr_watermark) + err = au_wbr_create_rr(dentry, flags); + mutex_unlock(&mfs->mfs_lock); + } + + AuDbg("b%d\n", err); + return err; +} + +static int au_wbr_create_init_mfsrr(struct super_block *sb) +{ + int err; + + au_wbr_create_init_mfs(sb); /* ignore */ + err = au_wbr_create_init_rr(sb); + + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* top down parent and most free space */ +static int au_wbr_create_pmfs(struct dentry *dentry, unsigned int flags) +{ + int err, e2; + unsigned long long b; + aufs_bindex_t bindex, bstart, bend; + struct super_block *sb; + struct dentry *parent, *h_parent; + struct au_branch *br; + + err = au_wbr_create_tdp(dentry, flags); + if (unlikely(err < 0)) + goto out; + parent = dget_parent(dentry); + bstart = au_dbstart(parent); + bend = au_dbtaildir(parent); + if (bstart == bend) + goto out_parent; /* success */ + + e2 = au_wbr_create_mfs(dentry, flags); + if (e2 < 0) + goto out_parent; /* success */ + + /* when the available size is equal, select upper one */ + sb = dentry->d_sb; + br = au_sbr(sb, err); + b = br->br_wbr->wbr_bytes; + AuDbg("b%d, %llu\n", err, b); + + for (bindex = bstart; bindex <= bend; bindex++) { + h_parent = au_h_dptr(parent, bindex); + if (!h_parent || !h_parent->d_inode) + continue; + + br = au_sbr(sb, bindex); + if (!au_br_rdonly(br) && br->br_wbr->wbr_bytes > b) { + b = br->br_wbr->wbr_bytes; + err = bindex; + AuDbg("b%d, %llu\n", err, b); + } + } + + if (err >= 0) + err = au_wbr_nonopq(dentry, err); + +out_parent: + dput(parent); +out: + AuDbg("b%d\n", err); + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* + * - top down parent + * - most free space with parent + * - most free space round-robin regardless parent + */ +static int au_wbr_create_pmfsrr(struct dentry *dentry, unsigned int flags) +{ + int err; + unsigned long long watermark; + struct super_block *sb; + struct au_branch *br; + struct au_wbr_mfs *mfs; + + err = au_wbr_create_pmfs(dentry, flags | AuWbr_PARENT); + if (unlikely(err < 0)) + goto out; + + sb = dentry->d_sb; + br = au_sbr(sb, err); + mfs = &au_sbi(sb)->si_wbr_mfs; + mutex_lock(&mfs->mfs_lock); + watermark = mfs->mfsrr_watermark; + mutex_unlock(&mfs->mfs_lock); + if (br->br_wbr->wbr_bytes < watermark) + /* regardless the parent dir */ + err = au_wbr_create_mfsrr(dentry, flags); + +out: + AuDbg("b%d\n", err); + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* policies for copyup */ + +/* top down parent */ +static int au_wbr_copyup_tdp(struct dentry *dentry) +{ + return au_wbr_create_tdp(dentry, /*flags, anything is ok*/0); +} + +/* bottom up parent */ +static int au_wbr_copyup_bup(struct dentry *dentry) +{ + int err; + aufs_bindex_t bindex, bstart; + struct dentry *parent, *h_parent; + struct super_block *sb; + + err = -EROFS; + sb = dentry->d_sb; + parent = dget_parent(dentry); + bstart = au_dbstart(parent); + for (bindex = au_dbstart(dentry); bindex >= bstart; bindex--) { + h_parent = au_h_dptr(parent, bindex); + if (!h_parent || !h_parent->d_inode) + continue; + + if (!au_br_rdonly(au_sbr(sb, bindex))) { + err = bindex; + break; + } + } + dput(parent); + + /* bottom up here */ + if (unlikely(err < 0)) + err = au_wbr_bu(sb, bstart - 1); + + AuDbg("b%d\n", err); + return err; +} + +/* bottom up */ +int au_wbr_do_copyup_bu(struct dentry *dentry, aufs_bindex_t bstart) +{ + int err; + + err = au_wbr_bu(dentry->d_sb, bstart); + AuDbg("b%d\n", err); + if (err > bstart) + err = au_wbr_nonopq(dentry, err); + + AuDbg("b%d\n", err); + return err; +} + +static int au_wbr_copyup_bu(struct dentry *dentry) +{ + int err; + aufs_bindex_t bstart; + + bstart = au_dbstart(dentry); + err = au_wbr_do_copyup_bu(dentry, bstart); + return err; +} + +/* ---------------------------------------------------------------------- */ + +struct au_wbr_copyup_operations au_wbr_copyup_ops[] = { + [AuWbrCopyup_TDP] = { + .copyup = au_wbr_copyup_tdp + }, + [AuWbrCopyup_BUP] = { + .copyup = au_wbr_copyup_bup + }, + [AuWbrCopyup_BU] = { + .copyup = au_wbr_copyup_bu + } +}; + +struct au_wbr_create_operations au_wbr_create_ops[] = { + [AuWbrCreate_TDP] = { + .create = au_wbr_create_tdp + }, + [AuWbrCreate_RR] = { + .create = au_wbr_create_rr, + .init = au_wbr_create_init_rr + }, + [AuWbrCreate_MFS] = { + .create = au_wbr_create_mfs, + .init = au_wbr_create_init_mfs, + .fin = au_wbr_create_fin_mfs + }, + [AuWbrCreate_MFSV] = { + .create = au_wbr_create_mfs, + .init = au_wbr_create_init_mfs, + .fin = au_wbr_create_fin_mfs + }, + [AuWbrCreate_MFSRR] = { + .create = au_wbr_create_mfsrr, + .init = au_wbr_create_init_mfsrr, + .fin = au_wbr_create_fin_mfs + }, + [AuWbrCreate_MFSRRV] = { + .create = au_wbr_create_mfsrr, + .init = au_wbr_create_init_mfsrr, + .fin = au_wbr_create_fin_mfs + }, + [AuWbrCreate_PMFS] = { + .create = au_wbr_create_pmfs, + .init = au_wbr_create_init_mfs, + .fin = au_wbr_create_fin_mfs + }, + [AuWbrCreate_PMFSV] = { + .create = au_wbr_create_pmfs, + .init = au_wbr_create_init_mfs, + .fin = au_wbr_create_fin_mfs + }, + [AuWbrCreate_PMFSRR] = { + .create = au_wbr_create_pmfsrr, + .init = au_wbr_create_init_mfsrr, + .fin = au_wbr_create_fin_mfs + }, + [AuWbrCreate_PMFSRRV] = { + .create = au_wbr_create_pmfsrr, + .init = au_wbr_create_init_mfsrr, + .fin = au_wbr_create_fin_mfs + } +}; --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/whout.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/whout.c @@ -0,0 +1,1051 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * whiteout for logical deletion and opaque directory + */ + +#include "aufs.h" + +#define WH_MASK S_IRUGO + +/* + * If a directory contains this file, then it is opaque. We start with the + * .wh. flag so that it is blocked by lookup. + */ +static struct qstr diropq_name = QSTR_INIT(AUFS_WH_DIROPQ, + sizeof(AUFS_WH_DIROPQ) - 1); + +/* + * generate whiteout name, which is NOT terminated by NULL. + * @name: original d_name.name + * @len: original d_name.len + * @wh: whiteout qstr + * returns zero when succeeds, otherwise error. + * succeeded value as wh->name should be freed by kfree(). + */ +int au_wh_name_alloc(struct qstr *wh, const struct qstr *name) +{ + char *p; + + if (unlikely(name->len > PATH_MAX - AUFS_WH_PFX_LEN)) + return -ENAMETOOLONG; + + wh->len = name->len + AUFS_WH_PFX_LEN; + p = kmalloc(wh->len, GFP_NOFS); + wh->name = p; + if (p) { + memcpy(p, AUFS_WH_PFX, AUFS_WH_PFX_LEN); + memcpy(p + AUFS_WH_PFX_LEN, name->name, name->len); + /* smp_mb(); */ + return 0; + } + return -ENOMEM; +} + +/* ---------------------------------------------------------------------- */ + +/* + * test if the @wh_name exists under @h_parent. + * @try_sio specifies the necessary of super-io. + */ +int au_wh_test(struct dentry *h_parent, struct qstr *wh_name, int try_sio) +{ + int err; + struct dentry *wh_dentry; + + if (!try_sio) + wh_dentry = vfsub_lkup_one(wh_name, h_parent); + else + wh_dentry = au_sio_lkup_one(wh_name, h_parent); + err = PTR_ERR(wh_dentry); + if (IS_ERR(wh_dentry)) + goto out; + + err = 0; + if (!wh_dentry->d_inode) + goto out_wh; /* success */ + + err = 1; + if (S_ISREG(wh_dentry->d_inode->i_mode)) + goto out_wh; /* success */ + + err = -EIO; + AuIOErr("%pd Invalid whiteout entry type 0%o.\n", + wh_dentry, wh_dentry->d_inode->i_mode); + +out_wh: + dput(wh_dentry); +out: + return err; +} + +/* + * test if the @h_dentry sets opaque or not. + */ +int au_diropq_test(struct dentry *h_dentry) +{ + int err; + struct inode *h_dir; + + h_dir = h_dentry->d_inode; + err = au_wh_test(h_dentry, &diropq_name, + au_test_h_perm_sio(h_dir, MAY_EXEC)); + return err; +} + +/* + * returns a negative dentry whose name is unique and temporary. + */ +struct dentry *au_whtmp_lkup(struct dentry *h_parent, struct au_branch *br, + struct qstr *prefix) +{ + struct dentry *dentry; + int i; + char defname[NAME_MAX - AUFS_MAX_NAMELEN + DNAME_INLINE_LEN + 1], + *name, *p; + /* strict atomic_t is unnecessary here */ + static unsigned short cnt; + struct qstr qs; + + BUILD_BUG_ON(sizeof(cnt) * 2 > AUFS_WH_TMP_LEN); + + name = defname; + qs.len = sizeof(defname) - DNAME_INLINE_LEN + prefix->len - 1; + if (unlikely(prefix->len > DNAME_INLINE_LEN)) { + dentry = ERR_PTR(-ENAMETOOLONG); + if (unlikely(qs.len > NAME_MAX)) + goto out; + dentry = ERR_PTR(-ENOMEM); + name = kmalloc(qs.len + 1, GFP_NOFS); + if (unlikely(!name)) + goto out; + } + + /* doubly whiteout-ed */ + memcpy(name, AUFS_WH_PFX AUFS_WH_PFX, AUFS_WH_PFX_LEN * 2); + p = name + AUFS_WH_PFX_LEN * 2; + memcpy(p, prefix->name, prefix->len); + p += prefix->len; + *p++ = '.'; + AuDebugOn(name + qs.len + 1 - p <= AUFS_WH_TMP_LEN); + + qs.name = name; + for (i = 0; i < 3; i++) { + sprintf(p, "%.*x", AUFS_WH_TMP_LEN, cnt++); + dentry = au_sio_lkup_one(&qs, h_parent); + if (IS_ERR(dentry) || !dentry->d_inode) + goto out_name; + dput(dentry); + } + /* pr_warn("could not get random name\n"); */ + dentry = ERR_PTR(-EEXIST); + AuDbg("%.*s\n", AuLNPair(&qs)); + BUG(); + +out_name: + if (name != defname) + kfree(name); +out: + AuTraceErrPtr(dentry); + return dentry; +} + +/* + * rename the @h_dentry on @br to the whiteouted temporary name. + */ +int au_whtmp_ren(struct dentry *h_dentry, struct au_branch *br) +{ + int err; + struct path h_path = { + .mnt = au_br_mnt(br) + }; + struct inode *h_dir, *delegated; + struct dentry *h_parent; + + h_parent = h_dentry->d_parent; /* dir inode is locked */ + h_dir = h_parent->d_inode; + IMustLock(h_dir); + + h_path.dentry = au_whtmp_lkup(h_parent, br, &h_dentry->d_name); + err = PTR_ERR(h_path.dentry); + if (IS_ERR(h_path.dentry)) + goto out; + + /* under the same dir, no need to lock_rename() */ + delegated = NULL; + err = vfsub_rename(h_dir, h_dentry, h_dir, &h_path, &delegated); + AuTraceErr(err); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal rename\n"); + iput(delegated); + } + dput(h_path.dentry); + +out: + AuTraceErr(err); + return err; +} + +/* ---------------------------------------------------------------------- */ +/* + * functions for removing a whiteout + */ + +static int do_unlink_wh(struct inode *h_dir, struct path *h_path) +{ + int err, force; + struct inode *delegated; + + /* + * forces superio when the dir has a sticky bit. + * this may be a violation of unix fs semantics. + */ + force = (h_dir->i_mode & S_ISVTX) + && !uid_eq(current_fsuid(), h_path->dentry->d_inode->i_uid); + delegated = NULL; + err = vfsub_unlink(h_dir, h_path, &delegated, force); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal unlink\n"); + iput(delegated); + } + return err; +} + +int au_wh_unlink_dentry(struct inode *h_dir, struct path *h_path, + struct dentry *dentry) +{ + int err; + + err = do_unlink_wh(h_dir, h_path); + if (!err && dentry) + au_set_dbwh(dentry, -1); + + return err; +} + +static int unlink_wh_name(struct dentry *h_parent, struct qstr *wh, + struct au_branch *br) +{ + int err; + struct path h_path = { + .mnt = au_br_mnt(br) + }; + + err = 0; + h_path.dentry = vfsub_lkup_one(wh, h_parent); + if (IS_ERR(h_path.dentry)) + err = PTR_ERR(h_path.dentry); + else { + if (h_path.dentry->d_inode + && S_ISREG(h_path.dentry->d_inode->i_mode)) + err = do_unlink_wh(h_parent->d_inode, &h_path); + dput(h_path.dentry); + } + + return err; +} + +/* ---------------------------------------------------------------------- */ +/* + * initialize/clean whiteout for a branch + */ + +static void au_wh_clean(struct inode *h_dir, struct path *whpath, + const int isdir) +{ + int err; + struct inode *delegated; + + if (!whpath->dentry->d_inode) + return; + + if (isdir) + err = vfsub_rmdir(h_dir, whpath); + else { + delegated = NULL; + err = vfsub_unlink(h_dir, whpath, &delegated, /*force*/0); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal unlink\n"); + iput(delegated); + } + } + if (unlikely(err)) + pr_warn("failed removing %pd (%d), ignored.\n", + whpath->dentry, err); +} + +static int test_linkable(struct dentry *h_root) +{ + struct inode *h_dir = h_root->d_inode; + + if (h_dir->i_op->link) + return 0; + + pr_err("%pd (%s) doesn't support link(2), use noplink and rw+nolwh\n", + h_root, au_sbtype(h_root->d_sb)); + return -ENOSYS; +} + +/* todo: should this mkdir be done in /sbin/mount.aufs helper? */ +static int au_whdir(struct inode *h_dir, struct path *path) +{ + int err; + + err = -EEXIST; + if (!path->dentry->d_inode) { + int mode = S_IRWXU; + + if (au_test_nfs(path->dentry->d_sb)) + mode |= S_IXUGO; + err = vfsub_mkdir(h_dir, path, mode); + } else if (S_ISDIR(path->dentry->d_inode->i_mode)) + err = 0; + else + pr_err("unknown %pd exists\n", path->dentry); + + return err; +} + +struct au_wh_base { + const struct qstr *name; + struct dentry *dentry; +}; + +static void au_wh_init_ro(struct inode *h_dir, struct au_wh_base base[], + struct path *h_path) +{ + h_path->dentry = base[AuBrWh_BASE].dentry; + au_wh_clean(h_dir, h_path, /*isdir*/0); + h_path->dentry = base[AuBrWh_PLINK].dentry; + au_wh_clean(h_dir, h_path, /*isdir*/1); + h_path->dentry = base[AuBrWh_ORPH].dentry; + au_wh_clean(h_dir, h_path, /*isdir*/1); +} + +/* + * returns tri-state, + * minus: error, caller should print the mesage + * zero: succuess + * plus: error, caller should NOT print the mesage + */ +static int au_wh_init_rw_nolink(struct dentry *h_root, struct au_wbr *wbr, + int do_plink, struct au_wh_base base[], + struct path *h_path) +{ + int err; + struct inode *h_dir; + + h_dir = h_root->d_inode; + h_path->dentry = base[AuBrWh_BASE].dentry; + au_wh_clean(h_dir, h_path, /*isdir*/0); + h_path->dentry = base[AuBrWh_PLINK].dentry; + if (do_plink) { + err = test_linkable(h_root); + if (unlikely(err)) { + err = 1; + goto out; + } + + err = au_whdir(h_dir, h_path); + if (unlikely(err)) + goto out; + wbr->wbr_plink = dget(base[AuBrWh_PLINK].dentry); + } else + au_wh_clean(h_dir, h_path, /*isdir*/1); + h_path->dentry = base[AuBrWh_ORPH].dentry; + err = au_whdir(h_dir, h_path); + if (unlikely(err)) + goto out; + wbr->wbr_orph = dget(base[AuBrWh_ORPH].dentry); + +out: + return err; +} + +/* + * for the moment, aufs supports the branch filesystem which does not support + * link(2). testing on FAT which does not support i_op->setattr() fully either, + * copyup failed. finally, such filesystem will not be used as the writable + * branch. + * + * returns tri-state, see above. + */ +static int au_wh_init_rw(struct dentry *h_root, struct au_wbr *wbr, + int do_plink, struct au_wh_base base[], + struct path *h_path) +{ + int err; + struct inode *h_dir; + + WbrWhMustWriteLock(wbr); + + err = test_linkable(h_root); + if (unlikely(err)) { + err = 1; + goto out; + } + + /* + * todo: should this create be done in /sbin/mount.aufs helper? + */ + err = -EEXIST; + h_dir = h_root->d_inode; + if (!base[AuBrWh_BASE].dentry->d_inode) { + h_path->dentry = base[AuBrWh_BASE].dentry; + err = vfsub_create(h_dir, h_path, WH_MASK, /*want_excl*/true); + } else if (S_ISREG(base[AuBrWh_BASE].dentry->d_inode->i_mode)) + err = 0; + else + pr_err("unknown %pd2 exists\n", base[AuBrWh_BASE].dentry); + if (unlikely(err)) + goto out; + + h_path->dentry = base[AuBrWh_PLINK].dentry; + if (do_plink) { + err = au_whdir(h_dir, h_path); + if (unlikely(err)) + goto out; + wbr->wbr_plink = dget(base[AuBrWh_PLINK].dentry); + } else + au_wh_clean(h_dir, h_path, /*isdir*/1); + wbr->wbr_whbase = dget(base[AuBrWh_BASE].dentry); + + h_path->dentry = base[AuBrWh_ORPH].dentry; + err = au_whdir(h_dir, h_path); + if (unlikely(err)) + goto out; + wbr->wbr_orph = dget(base[AuBrWh_ORPH].dentry); + +out: + return err; +} + +/* + * initialize the whiteout base file/dir for @br. + */ +int au_wh_init(struct au_branch *br, struct super_block *sb) +{ + int err, i; + const unsigned char do_plink + = !!au_opt_test(au_mntflags(sb), PLINK); + struct inode *h_dir; + struct path path = br->br_path; + struct dentry *h_root = path.dentry; + struct au_wbr *wbr = br->br_wbr; + static const struct qstr base_name[] = { + [AuBrWh_BASE] = QSTR_INIT(AUFS_BASE_NAME, + sizeof(AUFS_BASE_NAME) - 1), + [AuBrWh_PLINK] = QSTR_INIT(AUFS_PLINKDIR_NAME, + sizeof(AUFS_PLINKDIR_NAME) - 1), + [AuBrWh_ORPH] = QSTR_INIT(AUFS_ORPHDIR_NAME, + sizeof(AUFS_ORPHDIR_NAME) - 1) + }; + struct au_wh_base base[] = { + [AuBrWh_BASE] = { + .name = base_name + AuBrWh_BASE, + .dentry = NULL + }, + [AuBrWh_PLINK] = { + .name = base_name + AuBrWh_PLINK, + .dentry = NULL + }, + [AuBrWh_ORPH] = { + .name = base_name + AuBrWh_ORPH, + .dentry = NULL + } + }; + + if (wbr) + WbrWhMustWriteLock(wbr); + + for (i = 0; i < AuBrWh_Last; i++) { + /* doubly whiteouted */ + struct dentry *d; + + d = au_wh_lkup(h_root, (void *)base[i].name, br); + err = PTR_ERR(d); + if (IS_ERR(d)) + goto out; + + base[i].dentry = d; + AuDebugOn(wbr + && wbr->wbr_wh[i] + && wbr->wbr_wh[i] != base[i].dentry); + } + + if (wbr) + for (i = 0; i < AuBrWh_Last; i++) { + dput(wbr->wbr_wh[i]); + wbr->wbr_wh[i] = NULL; + } + + err = 0; + if (!au_br_writable(br->br_perm)) { + h_dir = h_root->d_inode; + au_wh_init_ro(h_dir, base, &path); + } else if (!au_br_wh_linkable(br->br_perm)) { + err = au_wh_init_rw_nolink(h_root, wbr, do_plink, base, &path); + if (err > 0) + goto out; + else if (err) + goto out_err; + } else { + err = au_wh_init_rw(h_root, wbr, do_plink, base, &path); + if (err > 0) + goto out; + else if (err) + goto out_err; + } + goto out; /* success */ + +out_err: + pr_err("an error(%d) on the writable branch %pd(%s)\n", + err, h_root, au_sbtype(h_root->d_sb)); +out: + for (i = 0; i < AuBrWh_Last; i++) + dput(base[i].dentry); + return err; +} + +/* ---------------------------------------------------------------------- */ +/* + * whiteouts are all hard-linked usually. + * when its link count reaches a ceiling, we create a new whiteout base + * asynchronously. + */ + +struct reinit_br_wh { + struct super_block *sb; + struct au_branch *br; +}; + +static void reinit_br_wh(void *arg) +{ + int err; + aufs_bindex_t bindex; + struct path h_path; + struct reinit_br_wh *a = arg; + struct au_wbr *wbr; + struct inode *dir, *delegated; + struct dentry *h_root; + struct au_hinode *hdir; + + err = 0; + wbr = a->br->br_wbr; + /* big aufs lock */ + si_noflush_write_lock(a->sb); + if (!au_br_writable(a->br->br_perm)) + goto out; + bindex = au_br_index(a->sb, a->br->br_id); + if (unlikely(bindex < 0)) + goto out; + + di_read_lock_parent(a->sb->s_root, AuLock_IR); + dir = a->sb->s_root->d_inode; + hdir = au_hi(dir, bindex); + h_root = au_h_dptr(a->sb->s_root, bindex); + AuDebugOn(h_root != au_br_dentry(a->br)); + + au_hn_imtx_lock_nested(hdir, AuLsc_I_PARENT); + wbr_wh_write_lock(wbr); + err = au_h_verify(wbr->wbr_whbase, au_opt_udba(a->sb), hdir->hi_inode, + h_root, a->br); + if (!err) { + h_path.dentry = wbr->wbr_whbase; + h_path.mnt = au_br_mnt(a->br); + delegated = NULL; + err = vfsub_unlink(hdir->hi_inode, &h_path, &delegated, + /*force*/0); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal unlink\n"); + iput(delegated); + } + } else { + pr_warn("%pd is moved, ignored\n", wbr->wbr_whbase); + err = 0; + } + dput(wbr->wbr_whbase); + wbr->wbr_whbase = NULL; + if (!err) + err = au_wh_init(a->br, a->sb); + wbr_wh_write_unlock(wbr); + au_hn_imtx_unlock(hdir); + di_read_unlock(a->sb->s_root, AuLock_IR); + +out: + if (wbr) + atomic_dec(&wbr->wbr_wh_running); + atomic_dec(&a->br->br_count); + si_write_unlock(a->sb); + au_nwt_done(&au_sbi(a->sb)->si_nowait); + kfree(arg); + if (unlikely(err)) + AuIOErr("err %d\n", err); +} + +static void kick_reinit_br_wh(struct super_block *sb, struct au_branch *br) +{ + int do_dec, wkq_err; + struct reinit_br_wh *arg; + + do_dec = 1; + if (atomic_inc_return(&br->br_wbr->wbr_wh_running) != 1) + goto out; + + /* ignore ENOMEM */ + arg = kmalloc(sizeof(*arg), GFP_NOFS); + if (arg) { + /* + * dec(wh_running), kfree(arg) and dec(br_count) + * in reinit function + */ + arg->sb = sb; + arg->br = br; + atomic_inc(&br->br_count); + wkq_err = au_wkq_nowait(reinit_br_wh, arg, sb, /*flags*/0); + if (unlikely(wkq_err)) { + atomic_dec(&br->br_wbr->wbr_wh_running); + atomic_dec(&br->br_count); + kfree(arg); + } + do_dec = 0; + } + +out: + if (do_dec) + atomic_dec(&br->br_wbr->wbr_wh_running); +} + +/* ---------------------------------------------------------------------- */ + +/* + * create the whiteout @wh. + */ +static int link_or_create_wh(struct super_block *sb, aufs_bindex_t bindex, + struct dentry *wh) +{ + int err; + struct path h_path = { + .dentry = wh + }; + struct au_branch *br; + struct au_wbr *wbr; + struct dentry *h_parent; + struct inode *h_dir, *delegated; + + h_parent = wh->d_parent; /* dir inode is locked */ + h_dir = h_parent->d_inode; + IMustLock(h_dir); + + br = au_sbr(sb, bindex); + h_path.mnt = au_br_mnt(br); + wbr = br->br_wbr; + wbr_wh_read_lock(wbr); + if (wbr->wbr_whbase) { + delegated = NULL; + err = vfsub_link(wbr->wbr_whbase, h_dir, &h_path, &delegated); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal link\n"); + iput(delegated); + } + if (!err || err != -EMLINK) + goto out; + + /* link count full. re-initialize br_whbase. */ + kick_reinit_br_wh(sb, br); + } + + /* return this error in this context */ + err = vfsub_create(h_dir, &h_path, WH_MASK, /*want_excl*/true); + +out: + wbr_wh_read_unlock(wbr); + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* + * create or remove the diropq. + */ +static struct dentry *do_diropq(struct dentry *dentry, aufs_bindex_t bindex, + unsigned int flags) +{ + struct dentry *opq_dentry, *h_dentry; + struct super_block *sb; + struct au_branch *br; + int err; + + sb = dentry->d_sb; + br = au_sbr(sb, bindex); + h_dentry = au_h_dptr(dentry, bindex); + opq_dentry = vfsub_lkup_one(&diropq_name, h_dentry); + if (IS_ERR(opq_dentry)) + goto out; + + if (au_ftest_diropq(flags, CREATE)) { + err = link_or_create_wh(sb, bindex, opq_dentry); + if (!err) { + au_set_dbdiropq(dentry, bindex); + goto out; /* success */ + } + } else { + struct path tmp = { + .dentry = opq_dentry, + .mnt = au_br_mnt(br) + }; + err = do_unlink_wh(au_h_iptr(dentry->d_inode, bindex), &tmp); + if (!err) + au_set_dbdiropq(dentry, -1); + } + dput(opq_dentry); + opq_dentry = ERR_PTR(err); + +out: + return opq_dentry; +} + +struct do_diropq_args { + struct dentry **errp; + struct dentry *dentry; + aufs_bindex_t bindex; + unsigned int flags; +}; + +static void call_do_diropq(void *args) +{ + struct do_diropq_args *a = args; + *a->errp = do_diropq(a->dentry, a->bindex, a->flags); +} + +struct dentry *au_diropq_sio(struct dentry *dentry, aufs_bindex_t bindex, + unsigned int flags) +{ + struct dentry *diropq, *h_dentry; + + h_dentry = au_h_dptr(dentry, bindex); + if (!au_test_h_perm_sio(h_dentry->d_inode, MAY_EXEC | MAY_WRITE)) + diropq = do_diropq(dentry, bindex, flags); + else { + int wkq_err; + struct do_diropq_args args = { + .errp = &diropq, + .dentry = dentry, + .bindex = bindex, + .flags = flags + }; + + wkq_err = au_wkq_wait(call_do_diropq, &args); + if (unlikely(wkq_err)) + diropq = ERR_PTR(wkq_err); + } + + return diropq; +} + +/* ---------------------------------------------------------------------- */ + +/* + * lookup whiteout dentry. + * @h_parent: lower parent dentry which must exist and be locked + * @base_name: name of dentry which will be whiteouted + * returns dentry for whiteout. + */ +struct dentry *au_wh_lkup(struct dentry *h_parent, struct qstr *base_name, + struct au_branch *br) +{ + int err; + struct qstr wh_name; + struct dentry *wh_dentry; + + err = au_wh_name_alloc(&wh_name, base_name); + wh_dentry = ERR_PTR(err); + if (!err) { + wh_dentry = vfsub_lkup_one(&wh_name, h_parent); + kfree(wh_name.name); + } + return wh_dentry; +} + +/* + * link/create a whiteout for @dentry on @bindex. + */ +struct dentry *au_wh_create(struct dentry *dentry, aufs_bindex_t bindex, + struct dentry *h_parent) +{ + struct dentry *wh_dentry; + struct super_block *sb; + int err; + + sb = dentry->d_sb; + wh_dentry = au_wh_lkup(h_parent, &dentry->d_name, au_sbr(sb, bindex)); + if (!IS_ERR(wh_dentry) && !wh_dentry->d_inode) { + err = link_or_create_wh(sb, bindex, wh_dentry); + if (!err) + au_set_dbwh(dentry, bindex); + else { + dput(wh_dentry); + wh_dentry = ERR_PTR(err); + } + } + + return wh_dentry; +} + +/* ---------------------------------------------------------------------- */ + +/* Delete all whiteouts in this directory on branch bindex. */ +static int del_wh_children(struct dentry *h_dentry, struct au_nhash *whlist, + aufs_bindex_t bindex, struct au_branch *br) +{ + int err; + unsigned long ul, n; + struct qstr wh_name; + char *p; + struct hlist_head *head; + struct au_vdir_wh *pos; + struct au_vdir_destr *str; + + err = -ENOMEM; + p = (void *)__get_free_page(GFP_NOFS); + wh_name.name = p; + if (unlikely(!wh_name.name)) + goto out; + + err = 0; + memcpy(p, AUFS_WH_PFX, AUFS_WH_PFX_LEN); + p += AUFS_WH_PFX_LEN; + n = whlist->nh_num; + head = whlist->nh_head; + for (ul = 0; !err && ul < n; ul++, head++) { + hlist_for_each_entry(pos, head, wh_hash) { + if (pos->wh_bindex != bindex) + continue; + + str = &pos->wh_str; + if (str->len + AUFS_WH_PFX_LEN <= PATH_MAX) { + memcpy(p, str->name, str->len); + wh_name.len = AUFS_WH_PFX_LEN + str->len; + err = unlink_wh_name(h_dentry, &wh_name, br); + if (!err) + continue; + break; + } + AuIOErr("whiteout name too long %.*s\n", + str->len, str->name); + err = -EIO; + break; + } + } + free_page((unsigned long)wh_name.name); + +out: + return err; +} + +struct del_wh_children_args { + int *errp; + struct dentry *h_dentry; + struct au_nhash *whlist; + aufs_bindex_t bindex; + struct au_branch *br; +}; + +static void call_del_wh_children(void *args) +{ + struct del_wh_children_args *a = args; + *a->errp = del_wh_children(a->h_dentry, a->whlist, a->bindex, a->br); +} + +/* ---------------------------------------------------------------------- */ + +struct au_whtmp_rmdir *au_whtmp_rmdir_alloc(struct super_block *sb, gfp_t gfp) +{ + struct au_whtmp_rmdir *whtmp; + int err; + unsigned int rdhash; + + SiMustAnyLock(sb); + + whtmp = kmalloc(sizeof(*whtmp), gfp); + if (unlikely(!whtmp)) { + whtmp = ERR_PTR(-ENOMEM); + goto out; + } + + whtmp->dir = NULL; + whtmp->br = NULL; + whtmp->wh_dentry = NULL; + /* no estimation for dir size */ + rdhash = au_sbi(sb)->si_rdhash; + if (!rdhash) + rdhash = AUFS_RDHASH_DEF; + err = au_nhash_alloc(&whtmp->whlist, rdhash, gfp); + if (unlikely(err)) { + kfree(whtmp); + whtmp = ERR_PTR(err); + } + +out: + return whtmp; +} + +void au_whtmp_rmdir_free(struct au_whtmp_rmdir *whtmp) +{ + if (whtmp->br) + atomic_dec(&whtmp->br->br_count); + dput(whtmp->wh_dentry); + iput(whtmp->dir); + au_nhash_wh_free(&whtmp->whlist); + kfree(whtmp); +} + +/* + * rmdir the whiteouted temporary named dir @h_dentry. + * @whlist: whiteouted children. + */ +int au_whtmp_rmdir(struct inode *dir, aufs_bindex_t bindex, + struct dentry *wh_dentry, struct au_nhash *whlist) +{ + int err; + struct path h_tmp; + struct inode *wh_inode, *h_dir; + struct au_branch *br; + + h_dir = wh_dentry->d_parent->d_inode; /* dir inode is locked */ + IMustLock(h_dir); + + br = au_sbr(dir->i_sb, bindex); + wh_inode = wh_dentry->d_inode; + mutex_lock_nested(&wh_inode->i_mutex, AuLsc_I_CHILD); + + /* + * someone else might change some whiteouts while we were sleeping. + * it means this whlist may have an obsoleted entry. + */ + if (!au_test_h_perm_sio(wh_inode, MAY_EXEC | MAY_WRITE)) + err = del_wh_children(wh_dentry, whlist, bindex, br); + else { + int wkq_err; + struct del_wh_children_args args = { + .errp = &err, + .h_dentry = wh_dentry, + .whlist = whlist, + .bindex = bindex, + .br = br + }; + + wkq_err = au_wkq_wait(call_del_wh_children, &args); + if (unlikely(wkq_err)) + err = wkq_err; + } + mutex_unlock(&wh_inode->i_mutex); + + if (!err) { + h_tmp.dentry = wh_dentry; + h_tmp.mnt = au_br_mnt(br); + err = vfsub_rmdir(h_dir, &h_tmp); + } + + if (!err) { + if (au_ibstart(dir) == bindex) { + /* todo: dir->i_mutex is necessary */ + au_cpup_attr_timesizes(dir); + vfsub_drop_nlink(dir); + } + return 0; /* success */ + } + + pr_warn("failed removing %pd(%d), ignored\n", wh_dentry, err); + return err; +} + +static void call_rmdir_whtmp(void *args) +{ + int err; + aufs_bindex_t bindex; + struct au_whtmp_rmdir *a = args; + struct super_block *sb; + struct dentry *h_parent; + struct inode *h_dir; + struct au_hinode *hdir; + + /* rmdir by nfsd may cause deadlock with this i_mutex */ + /* mutex_lock(&a->dir->i_mutex); */ + err = -EROFS; + sb = a->dir->i_sb; + si_read_lock(sb, !AuLock_FLUSH); + if (!au_br_writable(a->br->br_perm)) + goto out; + bindex = au_br_index(sb, a->br->br_id); + if (unlikely(bindex < 0)) + goto out; + + err = -EIO; + ii_write_lock_parent(a->dir); + h_parent = dget_parent(a->wh_dentry); + h_dir = h_parent->d_inode; + hdir = au_hi(a->dir, bindex); + err = vfsub_mnt_want_write(au_br_mnt(a->br)); + if (unlikely(err)) + goto out_mnt; + au_hn_imtx_lock_nested(hdir, AuLsc_I_PARENT); + err = au_h_verify(a->wh_dentry, au_opt_udba(sb), h_dir, h_parent, + a->br); + if (!err) + err = au_whtmp_rmdir(a->dir, bindex, a->wh_dentry, &a->whlist); + au_hn_imtx_unlock(hdir); + vfsub_mnt_drop_write(au_br_mnt(a->br)); + +out_mnt: + dput(h_parent); + ii_write_unlock(a->dir); +out: + /* mutex_unlock(&a->dir->i_mutex); */ + au_whtmp_rmdir_free(a); + si_read_unlock(sb); + au_nwt_done(&au_sbi(sb)->si_nowait); + if (unlikely(err)) + AuIOErr("err %d\n", err); +} + +void au_whtmp_kick_rmdir(struct inode *dir, aufs_bindex_t bindex, + struct dentry *wh_dentry, struct au_whtmp_rmdir *args) +{ + int wkq_err; + struct super_block *sb; + + IMustLock(dir); + + /* all post-process will be done in do_rmdir_whtmp(). */ + sb = dir->i_sb; + args->dir = au_igrab(dir); + args->br = au_sbr(sb, bindex); + atomic_inc(&args->br->br_count); + args->wh_dentry = dget(wh_dentry); + wkq_err = au_wkq_nowait(call_rmdir_whtmp, args, sb, /*flags*/0); + if (unlikely(wkq_err)) { + pr_warn("rmdir error %pd (%d), ignored\n", wh_dentry, wkq_err); + au_whtmp_rmdir_free(args); + } +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/whout.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/whout.h @@ -0,0 +1,85 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * whiteout for logical deletion and opaque directory + */ + +#ifndef __AUFS_WHOUT_H__ +#define __AUFS_WHOUT_H__ + +#ifdef __KERNEL__ + +#include "dir.h" + +/* whout.c */ +int au_wh_name_alloc(struct qstr *wh, const struct qstr *name); +struct au_branch; +int au_wh_test(struct dentry *h_parent, struct qstr *wh_name, int try_sio); +int au_diropq_test(struct dentry *h_dentry); +struct dentry *au_whtmp_lkup(struct dentry *h_parent, struct au_branch *br, + struct qstr *prefix); +int au_whtmp_ren(struct dentry *h_dentry, struct au_branch *br); +int au_wh_unlink_dentry(struct inode *h_dir, struct path *h_path, + struct dentry *dentry); +int au_wh_init(struct au_branch *br, struct super_block *sb); + +/* diropq flags */ +#define AuDiropq_CREATE 1 +#define au_ftest_diropq(flags, name) ((flags) & AuDiropq_##name) +#define au_fset_diropq(flags, name) \ + do { (flags) |= AuDiropq_##name; } while (0) +#define au_fclr_diropq(flags, name) \ + do { (flags) &= ~AuDiropq_##name; } while (0) + +struct dentry *au_diropq_sio(struct dentry *dentry, aufs_bindex_t bindex, + unsigned int flags); +struct dentry *au_wh_lkup(struct dentry *h_parent, struct qstr *base_name, + struct au_branch *br); +struct dentry *au_wh_create(struct dentry *dentry, aufs_bindex_t bindex, + struct dentry *h_parent); + +/* real rmdir for the whiteout-ed dir */ +struct au_whtmp_rmdir { + struct inode *dir; + struct au_branch *br; + struct dentry *wh_dentry; + struct au_nhash whlist; +}; + +struct au_whtmp_rmdir *au_whtmp_rmdir_alloc(struct super_block *sb, gfp_t gfp); +void au_whtmp_rmdir_free(struct au_whtmp_rmdir *whtmp); +int au_whtmp_rmdir(struct inode *dir, aufs_bindex_t bindex, + struct dentry *wh_dentry, struct au_nhash *whlist); +void au_whtmp_kick_rmdir(struct inode *dir, aufs_bindex_t bindex, + struct dentry *wh_dentry, struct au_whtmp_rmdir *args); + +/* ---------------------------------------------------------------------- */ + +static inline struct dentry *au_diropq_create(struct dentry *dentry, + aufs_bindex_t bindex) +{ + return au_diropq_sio(dentry, bindex, AuDiropq_CREATE); +} + +static inline int au_diropq_remove(struct dentry *dentry, aufs_bindex_t bindex) +{ + return PTR_ERR(au_diropq_sio(dentry, bindex, !AuDiropq_CREATE)); +} + +#endif /* __KERNEL__ */ +#endif /* __AUFS_WHOUT_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/wkq.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/wkq.c @@ -0,0 +1,213 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * workqueue for asynchronous/super-io operations + * todo: try new dredential scheme + */ + +#include +#include "aufs.h" + +/* internal workqueue named AUFS_WKQ_NAME */ + +static struct workqueue_struct *au_wkq; + +struct au_wkinfo { + struct work_struct wk; + struct kobject *kobj; + + unsigned int flags; /* see wkq.h */ + + au_wkq_func_t func; + void *args; + + struct completion *comp; +}; + +/* ---------------------------------------------------------------------- */ + +static void wkq_func(struct work_struct *wk) +{ + struct au_wkinfo *wkinfo = container_of(wk, struct au_wkinfo, wk); + + AuDebugOn(!uid_eq(current_fsuid(), GLOBAL_ROOT_UID)); + AuDebugOn(rlimit(RLIMIT_FSIZE) != RLIM_INFINITY); + + wkinfo->func(wkinfo->args); + if (au_ftest_wkq(wkinfo->flags, WAIT)) + complete(wkinfo->comp); + else { + kobject_put(wkinfo->kobj); + module_put(THIS_MODULE); /* todo: ?? */ + kfree(wkinfo); + } +} + +/* + * Since struct completion is large, try allocating it dynamically. + */ +#if 1 /* defined(CONFIG_4KSTACKS) || defined(AuTest4KSTACKS) */ +#define AuWkqCompDeclare(name) struct completion *comp = NULL + +static int au_wkq_comp_alloc(struct au_wkinfo *wkinfo, struct completion **comp) +{ + *comp = kmalloc(sizeof(**comp), GFP_NOFS); + if (*comp) { + init_completion(*comp); + wkinfo->comp = *comp; + return 0; + } + return -ENOMEM; +} + +static void au_wkq_comp_free(struct completion *comp) +{ + kfree(comp); +} + +#else + +/* no braces */ +#define AuWkqCompDeclare(name) \ + DECLARE_COMPLETION_ONSTACK(_ ## name); \ + struct completion *comp = &_ ## name + +static int au_wkq_comp_alloc(struct au_wkinfo *wkinfo, struct completion **comp) +{ + wkinfo->comp = *comp; + return 0; +} + +static void au_wkq_comp_free(struct completion *comp __maybe_unused) +{ + /* empty */ +} +#endif /* 4KSTACKS */ + +static void au_wkq_run(struct au_wkinfo *wkinfo) +{ + if (au_ftest_wkq(wkinfo->flags, NEST)) { + if (au_wkq_test()) { + AuWarn1("wkq from wkq, unless silly-rename on NFS," + " due to a dead dir by UDBA?\n"); + AuDebugOn(au_ftest_wkq(wkinfo->flags, WAIT)); + } + } else + au_dbg_verify_kthread(); + + if (au_ftest_wkq(wkinfo->flags, WAIT)) { + INIT_WORK_ONSTACK(&wkinfo->wk, wkq_func); + queue_work(au_wkq, &wkinfo->wk); + } else { + INIT_WORK(&wkinfo->wk, wkq_func); + schedule_work(&wkinfo->wk); + } +} + +/* + * Be careful. It is easy to make deadlock happen. + * processA: lock, wkq and wait + * processB: wkq and wait, lock in wkq + * --> deadlock + */ +int au_wkq_do_wait(unsigned int flags, au_wkq_func_t func, void *args) +{ + int err; + AuWkqCompDeclare(comp); + struct au_wkinfo wkinfo = { + .flags = flags, + .func = func, + .args = args + }; + + err = au_wkq_comp_alloc(&wkinfo, &comp); + if (!err) { + au_wkq_run(&wkinfo); + /* no timeout, no interrupt */ + wait_for_completion(wkinfo.comp); + au_wkq_comp_free(comp); + destroy_work_on_stack(&wkinfo.wk); + } + + return err; + +} + +/* + * Note: dget/dput() in func for aufs dentries are not supported. It will be a + * problem in a concurrent umounting. + */ +int au_wkq_nowait(au_wkq_func_t func, void *args, struct super_block *sb, + unsigned int flags) +{ + int err; + struct au_wkinfo *wkinfo; + + atomic_inc(&au_sbi(sb)->si_nowait.nw_len); + + /* + * wkq_func() must free this wkinfo. + * it highly depends upon the implementation of workqueue. + */ + err = 0; + wkinfo = kmalloc(sizeof(*wkinfo), GFP_NOFS); + if (wkinfo) { + wkinfo->kobj = &au_sbi(sb)->si_kobj; + wkinfo->flags = flags & ~AuWkq_WAIT; + wkinfo->func = func; + wkinfo->args = args; + wkinfo->comp = NULL; + kobject_get(wkinfo->kobj); + __module_get(THIS_MODULE); /* todo: ?? */ + + au_wkq_run(wkinfo); + } else { + err = -ENOMEM; + au_nwt_done(&au_sbi(sb)->si_nowait); + } + + return err; +} + +/* ---------------------------------------------------------------------- */ + +void au_nwt_init(struct au_nowait_tasks *nwt) +{ + atomic_set(&nwt->nw_len, 0); + /* smp_mb(); */ /* atomic_set */ + init_waitqueue_head(&nwt->nw_wq); +} + +void au_wkq_fin(void) +{ + destroy_workqueue(au_wkq); +} + +int __init au_wkq_init(void) +{ + int err; + + err = 0; + au_wkq = alloc_workqueue(AUFS_WKQ_NAME, 0, WQ_DFL_ACTIVE); + if (IS_ERR(au_wkq)) + err = PTR_ERR(au_wkq); + else if (!au_wkq) + err = -ENOMEM; + + return err; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/wkq.h +++ linux-lts-utopic-3.16.0/ubuntu/aufs/wkq.h @@ -0,0 +1,91 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * workqueue for asynchronous/super-io operations + * todo: try new credentials management scheme + */ + +#ifndef __AUFS_WKQ_H__ +#define __AUFS_WKQ_H__ + +#ifdef __KERNEL__ + +struct super_block; + +/* ---------------------------------------------------------------------- */ + +/* + * in the next operation, wait for the 'nowait' tasks in system-wide workqueue + */ +struct au_nowait_tasks { + atomic_t nw_len; + wait_queue_head_t nw_wq; +}; + +/* ---------------------------------------------------------------------- */ + +typedef void (*au_wkq_func_t)(void *args); + +/* wkq flags */ +#define AuWkq_WAIT 1 +#define AuWkq_NEST (1 << 1) +#define au_ftest_wkq(flags, name) ((flags) & AuWkq_##name) +#define au_fset_wkq(flags, name) \ + do { (flags) |= AuWkq_##name; } while (0) +#define au_fclr_wkq(flags, name) \ + do { (flags) &= ~AuWkq_##name; } while (0) + +#ifndef CONFIG_AUFS_HNOTIFY +#undef AuWkq_NEST +#define AuWkq_NEST 0 +#endif + +/* wkq.c */ +int au_wkq_do_wait(unsigned int flags, au_wkq_func_t func, void *args); +int au_wkq_nowait(au_wkq_func_t func, void *args, struct super_block *sb, + unsigned int flags); +void au_nwt_init(struct au_nowait_tasks *nwt); +int __init au_wkq_init(void); +void au_wkq_fin(void); + +/* ---------------------------------------------------------------------- */ + +static inline int au_wkq_test(void) +{ + return current->flags & PF_WQ_WORKER; +} + +static inline int au_wkq_wait(au_wkq_func_t func, void *args) +{ + return au_wkq_do_wait(AuWkq_WAIT, func, args); +} + +static inline void au_nwt_done(struct au_nowait_tasks *nwt) +{ + if (atomic_dec_and_test(&nwt->nw_len)) + wake_up_all(&nwt->nw_wq); +} + +static inline int au_nwt_flush(struct au_nowait_tasks *nwt) +{ + wait_event(nwt->nw_wq, !atomic_read(&nwt->nw_len)); + return 0; +} + +#endif /* __KERNEL__ */ +#endif /* __AUFS_WKQ_H__ */ --- linux-lts-utopic-3.16.0.orig/ubuntu/aufs/xino.c +++ linux-lts-utopic-3.16.0/ubuntu/aufs/xino.c @@ -0,0 +1,1338 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +/* + * external inode number translation table and bitmap + */ + +#include +#include +#include "aufs.h" + +/* todo: unnecessary to support mmap_sem since kernel-space? */ +ssize_t xino_fread(au_readf_t func, struct file *file, void *kbuf, size_t size, + loff_t *pos) +{ + ssize_t err; + mm_segment_t oldfs; + union { + void *k; + char __user *u; + } buf; + + buf.k = kbuf; + oldfs = get_fs(); + set_fs(KERNEL_DS); + do { + /* todo: signal_pending? */ + err = func(file, buf.u, size, pos); + } while (err == -EAGAIN || err == -EINTR); + set_fs(oldfs); + +#if 0 /* reserved for future use */ + if (err > 0) + fsnotify_access(file->f_dentry); +#endif + + return err; +} + +/* ---------------------------------------------------------------------- */ + +static ssize_t xino_fwrite_wkq(au_writef_t func, struct file *file, void *buf, + size_t size, loff_t *pos); + +static ssize_t do_xino_fwrite(au_writef_t func, struct file *file, void *kbuf, + size_t size, loff_t *pos) +{ + ssize_t err; + mm_segment_t oldfs; + union { + void *k; + const char __user *u; + } buf; + int i; + const int prevent_endless = 10; + + i = 0; + buf.k = kbuf; + oldfs = get_fs(); + set_fs(KERNEL_DS); + do { + err = func(file, buf.u, size, pos); + if (err == -EINTR + && !au_wkq_test() + && fatal_signal_pending(current)) { + set_fs(oldfs); + err = xino_fwrite_wkq(func, file, kbuf, size, pos); + BUG_ON(err == -EINTR); + oldfs = get_fs(); + set_fs(KERNEL_DS); + } + } while (i++ < prevent_endless + && (err == -EAGAIN || err == -EINTR)); + set_fs(oldfs); + +#if 0 /* reserved for future use */ + if (err > 0) + fsnotify_modify(file->f_dentry); +#endif + + return err; +} + +struct do_xino_fwrite_args { + ssize_t *errp; + au_writef_t func; + struct file *file; + void *buf; + size_t size; + loff_t *pos; +}; + +static void call_do_xino_fwrite(void *args) +{ + struct do_xino_fwrite_args *a = args; + *a->errp = do_xino_fwrite(a->func, a->file, a->buf, a->size, a->pos); +} + +static ssize_t xino_fwrite_wkq(au_writef_t func, struct file *file, void *buf, + size_t size, loff_t *pos) +{ + ssize_t err; + int wkq_err; + struct do_xino_fwrite_args args = { + .errp = &err, + .func = func, + .file = file, + .buf = buf, + .size = size, + .pos = pos + }; + + /* + * it breaks RLIMIT_FSIZE and normal user's limit, + * users should care about quota and real 'filesystem full.' + */ + wkq_err = au_wkq_wait(call_do_xino_fwrite, &args); + if (unlikely(wkq_err)) + err = wkq_err; + + return err; +} + +ssize_t xino_fwrite(au_writef_t func, struct file *file, void *buf, size_t size, + loff_t *pos) +{ + ssize_t err; + + if (rlimit(RLIMIT_FSIZE) == RLIM_INFINITY) { + lockdep_off(); + err = do_xino_fwrite(func, file, buf, size, pos); + lockdep_on(); + } else + err = xino_fwrite_wkq(func, file, buf, size, pos); + + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* + * create a new xinofile at the same place/path as @base_file. + */ +struct file *au_xino_create2(struct file *base_file, struct file *copy_src) +{ + struct file *file; + struct dentry *base, *parent; + struct inode *dir, *delegated; + struct qstr *name; + struct path path; + int err; + + base = base_file->f_dentry; + parent = base->d_parent; /* dir inode is locked */ + dir = parent->d_inode; + IMustLock(dir); + + file = ERR_PTR(-EINVAL); + name = &base->d_name; + path.dentry = vfsub_lookup_one_len(name->name, parent, name->len); + if (IS_ERR(path.dentry)) { + file = (void *)path.dentry; + pr_err("%pd lookup err %ld\n", + base, PTR_ERR(path.dentry)); + goto out; + } + + /* no need to mnt_want_write() since we call dentry_open() later */ + err = vfs_create(dir, path.dentry, S_IRUGO | S_IWUGO, NULL); + if (unlikely(err)) { + file = ERR_PTR(err); + pr_err("%pd create err %d\n", base, err); + goto out_dput; + } + + path.mnt = base_file->f_path.mnt; + file = vfsub_dentry_open(&path, + O_RDWR | O_CREAT | O_EXCL | O_LARGEFILE + /* | __FMODE_NONOTIFY */); + if (IS_ERR(file)) { + pr_err("%pd open err %ld\n", base, PTR_ERR(file)); + goto out_dput; + } + + delegated = NULL; + err = vfsub_unlink(dir, &file->f_path, &delegated, /*force*/0); + if (unlikely(err == -EWOULDBLOCK)) { + pr_warn("cannot retry for NFSv4 delegation" + " for an internal unlink\n"); + iput(delegated); + } + if (unlikely(err)) { + pr_err("%pd unlink err %d\n", base, err); + goto out_fput; + } + + if (copy_src) { + /* no one can touch copy_src xino */ + err = au_copy_file(file, copy_src, vfsub_f_size_read(copy_src)); + if (unlikely(err)) { + pr_err("%pd copy err %d\n", base, err); + goto out_fput; + } + } + goto out_dput; /* success */ + +out_fput: + fput(file); + file = ERR_PTR(err); +out_dput: + dput(path.dentry); +out: + return file; +} + +struct au_xino_lock_dir { + struct au_hinode *hdir; + struct dentry *parent; + struct mutex *mtx; +}; + +static void au_xino_lock_dir(struct super_block *sb, struct file *xino, + struct au_xino_lock_dir *ldir) +{ + aufs_bindex_t brid, bindex; + + ldir->hdir = NULL; + bindex = -1; + brid = au_xino_brid(sb); + if (brid >= 0) + bindex = au_br_index(sb, brid); + if (bindex >= 0) { + ldir->hdir = au_hi(sb->s_root->d_inode, bindex); + au_hn_imtx_lock_nested(ldir->hdir, AuLsc_I_PARENT); + } else { + ldir->parent = dget_parent(xino->f_dentry); + ldir->mtx = &ldir->parent->d_inode->i_mutex; + mutex_lock_nested(ldir->mtx, AuLsc_I_PARENT); + } +} + +static void au_xino_unlock_dir(struct au_xino_lock_dir *ldir) +{ + if (ldir->hdir) + au_hn_imtx_unlock(ldir->hdir); + else { + mutex_unlock(ldir->mtx); + dput(ldir->parent); + } +} + +/* ---------------------------------------------------------------------- */ + +/* trucate xino files asynchronously */ + +int au_xino_trunc(struct super_block *sb, aufs_bindex_t bindex) +{ + int err; + unsigned long jiffy; + blkcnt_t blocks; + aufs_bindex_t bi, bend; + struct kstatfs *st; + struct au_branch *br; + struct file *new_xino, *file; + struct super_block *h_sb; + struct au_xino_lock_dir ldir; + + err = -ENOMEM; + st = kzalloc(sizeof(*st), GFP_NOFS); + if (unlikely(!st)) + goto out; + + err = -EINVAL; + bend = au_sbend(sb); + if (unlikely(bindex < 0 || bend < bindex)) + goto out_st; + br = au_sbr(sb, bindex); + file = br->br_xino.xi_file; + if (!file) + goto out_st; + + err = vfs_statfs(&file->f_path, st); + if (unlikely(err)) + AuErr1("statfs err %d, ignored\n", err); + jiffy = jiffies; + blocks = file_inode(file)->i_blocks; + pr_info("begin truncating xino(b%d), ib%llu, %llu/%llu free blks\n", + bindex, (u64)blocks, st->f_bfree, st->f_blocks); + + au_xino_lock_dir(sb, file, &ldir); + /* mnt_want_write() is unnecessary here */ + new_xino = au_xino_create2(file, file); + au_xino_unlock_dir(&ldir); + err = PTR_ERR(new_xino); + if (IS_ERR(new_xino)) { + pr_err("err %d, ignored\n", err); + goto out_st; + } + err = 0; + fput(file); + br->br_xino.xi_file = new_xino; + + h_sb = au_br_sb(br); + for (bi = 0; bi <= bend; bi++) { + if (unlikely(bi == bindex)) + continue; + br = au_sbr(sb, bi); + if (au_br_sb(br) != h_sb) + continue; + + fput(br->br_xino.xi_file); + br->br_xino.xi_file = new_xino; + get_file(new_xino); + } + + err = vfs_statfs(&new_xino->f_path, st); + if (!err) { + pr_info("end truncating xino(b%d), ib%llu, %llu/%llu free blks\n", + bindex, (u64)file_inode(new_xino)->i_blocks, + st->f_bfree, st->f_blocks); + if (file_inode(new_xino)->i_blocks < blocks) + au_sbi(sb)->si_xino_jiffy = jiffy; + } else + AuErr1("statfs err %d, ignored\n", err); + +out_st: + kfree(st); +out: + return err; +} + +struct xino_do_trunc_args { + struct super_block *sb; + struct au_branch *br; +}; + +static void xino_do_trunc(void *_args) +{ + struct xino_do_trunc_args *args = _args; + struct super_block *sb; + struct au_branch *br; + struct inode *dir; + int err; + aufs_bindex_t bindex; + + err = 0; + sb = args->sb; + dir = sb->s_root->d_inode; + br = args->br; + + si_noflush_write_lock(sb); + ii_read_lock_parent(dir); + bindex = au_br_index(sb, br->br_id); + err = au_xino_trunc(sb, bindex); + ii_read_unlock(dir); + if (unlikely(err)) + pr_warn("err b%d, (%d)\n", bindex, err); + atomic_dec(&br->br_xino_running); + atomic_dec(&br->br_count); + si_write_unlock(sb); + au_nwt_done(&au_sbi(sb)->si_nowait); + kfree(args); +} + +static int xino_trunc_test(struct super_block *sb, struct au_branch *br) +{ + int err; + struct kstatfs st; + struct au_sbinfo *sbinfo; + + /* todo: si_xino_expire and the ratio should be customizable */ + sbinfo = au_sbi(sb); + if (time_before(jiffies, + sbinfo->si_xino_jiffy + sbinfo->si_xino_expire)) + return 0; + + /* truncation border */ + err = vfs_statfs(&br->br_xino.xi_file->f_path, &st); + if (unlikely(err)) { + AuErr1("statfs err %d, ignored\n", err); + return 0; + } + if (div64_u64(st.f_bfree * 100, st.f_blocks) >= AUFS_XINO_DEF_TRUNC) + return 0; + + return 1; +} + +static void xino_try_trunc(struct super_block *sb, struct au_branch *br) +{ + struct xino_do_trunc_args *args; + int wkq_err; + + if (!xino_trunc_test(sb, br)) + return; + + if (atomic_inc_return(&br->br_xino_running) > 1) + goto out; + + /* lock and kfree() will be called in trunc_xino() */ + args = kmalloc(sizeof(*args), GFP_NOFS); + if (unlikely(!args)) { + AuErr1("no memory\n"); + goto out_args; + } + + atomic_inc(&br->br_count); + args->sb = sb; + args->br = br; + wkq_err = au_wkq_nowait(xino_do_trunc, args, sb, /*flags*/0); + if (!wkq_err) + return; /* success */ + + pr_err("wkq %d\n", wkq_err); + atomic_dec(&br->br_count); + +out_args: + kfree(args); +out: + atomic_dec(&br->br_xino_running); +} + +/* ---------------------------------------------------------------------- */ + +static int au_xino_do_write(au_writef_t write, struct file *file, + ino_t h_ino, ino_t ino) +{ + loff_t pos; + ssize_t sz; + + pos = h_ino; + if (unlikely(au_loff_max / sizeof(ino) - 1 < pos)) { + AuIOErr1("too large hi%lu\n", (unsigned long)h_ino); + return -EFBIG; + } + pos *= sizeof(ino); + sz = xino_fwrite(write, file, &ino, sizeof(ino), &pos); + if (sz == sizeof(ino)) + return 0; /* success */ + + AuIOErr("write failed (%zd)\n", sz); + return -EIO; +} + +/* + * write @ino to the xinofile for the specified branch{@sb, @bindex} + * at the position of @h_ino. + * even if @ino is zero, it is written to the xinofile and means no entry. + * if the size of the xino file on a specific filesystem exceeds the watermark, + * try truncating it. + */ +int au_xino_write(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, + ino_t ino) +{ + int err; + unsigned int mnt_flags; + struct au_branch *br; + + BUILD_BUG_ON(sizeof(long long) != sizeof(au_loff_max) + || ((loff_t)-1) > 0); + SiMustAnyLock(sb); + + mnt_flags = au_mntflags(sb); + if (!au_opt_test(mnt_flags, XINO)) + return 0; + + br = au_sbr(sb, bindex); + err = au_xino_do_write(au_sbi(sb)->si_xwrite, br->br_xino.xi_file, + h_ino, ino); + if (!err) { + if (au_opt_test(mnt_flags, TRUNC_XINO) + && au_test_fs_trunc_xino(au_br_sb(br))) + xino_try_trunc(sb, br); + return 0; /* success */ + } + + AuIOErr("write failed (%d)\n", err); + return -EIO; +} + +/* ---------------------------------------------------------------------- */ + +/* aufs inode number bitmap */ + +static const int page_bits = (int)PAGE_SIZE * BITS_PER_BYTE; +static ino_t xib_calc_ino(unsigned long pindex, int bit) +{ + ino_t ino; + + AuDebugOn(bit < 0 || page_bits <= bit); + ino = AUFS_FIRST_INO + pindex * page_bits + bit; + return ino; +} + +static void xib_calc_bit(ino_t ino, unsigned long *pindex, int *bit) +{ + AuDebugOn(ino < AUFS_FIRST_INO); + ino -= AUFS_FIRST_INO; + *pindex = ino / page_bits; + *bit = ino % page_bits; +} + +static int xib_pindex(struct super_block *sb, unsigned long pindex) +{ + int err; + loff_t pos; + ssize_t sz; + struct au_sbinfo *sbinfo; + struct file *xib; + unsigned long *p; + + sbinfo = au_sbi(sb); + MtxMustLock(&sbinfo->si_xib_mtx); + AuDebugOn(pindex > ULONG_MAX / PAGE_SIZE + || !au_opt_test(sbinfo->si_mntflags, XINO)); + + if (pindex == sbinfo->si_xib_last_pindex) + return 0; + + xib = sbinfo->si_xib; + p = sbinfo->si_xib_buf; + pos = sbinfo->si_xib_last_pindex; + pos *= PAGE_SIZE; + sz = xino_fwrite(sbinfo->si_xwrite, xib, p, PAGE_SIZE, &pos); + if (unlikely(sz != PAGE_SIZE)) + goto out; + + pos = pindex; + pos *= PAGE_SIZE; + if (vfsub_f_size_read(xib) >= pos + PAGE_SIZE) + sz = xino_fread(sbinfo->si_xread, xib, p, PAGE_SIZE, &pos); + else { + memset(p, 0, PAGE_SIZE); + sz = xino_fwrite(sbinfo->si_xwrite, xib, p, PAGE_SIZE, &pos); + } + if (sz == PAGE_SIZE) { + sbinfo->si_xib_last_pindex = pindex; + return 0; /* success */ + } + +out: + AuIOErr1("write failed (%zd)\n", sz); + err = sz; + if (sz >= 0) + err = -EIO; + return err; +} + +/* ---------------------------------------------------------------------- */ + +static void au_xib_clear_bit(struct inode *inode) +{ + int err, bit; + unsigned long pindex; + struct super_block *sb; + struct au_sbinfo *sbinfo; + + AuDebugOn(inode->i_nlink); + + sb = inode->i_sb; + xib_calc_bit(inode->i_ino, &pindex, &bit); + AuDebugOn(page_bits <= bit); + sbinfo = au_sbi(sb); + mutex_lock(&sbinfo->si_xib_mtx); + err = xib_pindex(sb, pindex); + if (!err) { + clear_bit(bit, sbinfo->si_xib_buf); + sbinfo->si_xib_next_bit = bit; + } + mutex_unlock(&sbinfo->si_xib_mtx); +} + +/* for s_op->delete_inode() */ +void au_xino_delete_inode(struct inode *inode, const int unlinked) +{ + int err; + unsigned int mnt_flags; + aufs_bindex_t bindex, bend, bi; + unsigned char try_trunc; + struct au_iinfo *iinfo; + struct super_block *sb; + struct au_hinode *hi; + struct inode *h_inode; + struct au_branch *br; + au_writef_t xwrite; + + sb = inode->i_sb; + mnt_flags = au_mntflags(sb); + if (!au_opt_test(mnt_flags, XINO) + || inode->i_ino == AUFS_ROOT_INO) + return; + + if (unlinked) { + au_xigen_inc(inode); + au_xib_clear_bit(inode); + } + + iinfo = au_ii(inode); + if (!iinfo) + return; + + bindex = iinfo->ii_bstart; + if (bindex < 0) + return; + + xwrite = au_sbi(sb)->si_xwrite; + try_trunc = !!au_opt_test(mnt_flags, TRUNC_XINO); + hi = iinfo->ii_hinode + bindex; + bend = iinfo->ii_bend; + for (; bindex <= bend; bindex++, hi++) { + h_inode = hi->hi_inode; + if (!h_inode + || (!unlinked && h_inode->i_nlink)) + continue; + + /* inode may not be revalidated */ + bi = au_br_index(sb, hi->hi_id); + if (bi < 0) + continue; + + br = au_sbr(sb, bi); + err = au_xino_do_write(xwrite, br->br_xino.xi_file, + h_inode->i_ino, /*ino*/0); + if (!err && try_trunc + && au_test_fs_trunc_xino(au_br_sb(br))) + xino_try_trunc(sb, br); + } +} + +/* get an unused inode number from bitmap */ +ino_t au_xino_new_ino(struct super_block *sb) +{ + ino_t ino; + unsigned long *p, pindex, ul, pend; + struct au_sbinfo *sbinfo; + struct file *file; + int free_bit, err; + + if (!au_opt_test(au_mntflags(sb), XINO)) + return iunique(sb, AUFS_FIRST_INO); + + sbinfo = au_sbi(sb); + mutex_lock(&sbinfo->si_xib_mtx); + p = sbinfo->si_xib_buf; + free_bit = sbinfo->si_xib_next_bit; + if (free_bit < page_bits && !test_bit(free_bit, p)) + goto out; /* success */ + free_bit = find_first_zero_bit(p, page_bits); + if (free_bit < page_bits) + goto out; /* success */ + + pindex = sbinfo->si_xib_last_pindex; + for (ul = pindex - 1; ul < ULONG_MAX; ul--) { + err = xib_pindex(sb, ul); + if (unlikely(err)) + goto out_err; + free_bit = find_first_zero_bit(p, page_bits); + if (free_bit < page_bits) + goto out; /* success */ + } + + file = sbinfo->si_xib; + pend = vfsub_f_size_read(file) / PAGE_SIZE; + for (ul = pindex + 1; ul <= pend; ul++) { + err = xib_pindex(sb, ul); + if (unlikely(err)) + goto out_err; + free_bit = find_first_zero_bit(p, page_bits); + if (free_bit < page_bits) + goto out; /* success */ + } + BUG(); + +out: + set_bit(free_bit, p); + sbinfo->si_xib_next_bit = free_bit + 1; + pindex = sbinfo->si_xib_last_pindex; + mutex_unlock(&sbinfo->si_xib_mtx); + ino = xib_calc_ino(pindex, free_bit); + AuDbg("i%lu\n", (unsigned long)ino); + return ino; +out_err: + mutex_unlock(&sbinfo->si_xib_mtx); + AuDbg("i0\n"); + return 0; +} + +/* + * read @ino from xinofile for the specified branch{@sb, @bindex} + * at the position of @h_ino. + * if @ino does not exist and @do_new is true, get new one. + */ +int au_xino_read(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, + ino_t *ino) +{ + int err; + ssize_t sz; + loff_t pos; + struct file *file; + struct au_sbinfo *sbinfo; + + *ino = 0; + if (!au_opt_test(au_mntflags(sb), XINO)) + return 0; /* no xino */ + + err = 0; + sbinfo = au_sbi(sb); + pos = h_ino; + if (unlikely(au_loff_max / sizeof(*ino) - 1 < pos)) { + AuIOErr1("too large hi%lu\n", (unsigned long)h_ino); + return -EFBIG; + } + pos *= sizeof(*ino); + + file = au_sbr(sb, bindex)->br_xino.xi_file; + if (vfsub_f_size_read(file) < pos + sizeof(*ino)) + return 0; /* no ino */ + + sz = xino_fread(sbinfo->si_xread, file, ino, sizeof(*ino), &pos); + if (sz == sizeof(*ino)) + return 0; /* success */ + + err = sz; + if (unlikely(sz >= 0)) { + err = -EIO; + AuIOErr("xino read error (%zd)\n", sz); + } + + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* create and set a new xino file */ + +struct file *au_xino_create(struct super_block *sb, char *fname, int silent) +{ + struct file *file; + struct dentry *h_parent, *d; + struct inode *h_dir; + int err; + + /* + * at mount-time, and the xino file is the default path, + * hnotify is disabled so we have no notify events to ignore. + * when a user specified the xino, we cannot get au_hdir to be ignored. + */ + file = vfsub_filp_open(fname, O_RDWR | O_CREAT | O_EXCL | O_LARGEFILE + /* | __FMODE_NONOTIFY */, + S_IRUGO | S_IWUGO); + if (IS_ERR(file)) { + if (!silent) + pr_err("open %s(%ld)\n", fname, PTR_ERR(file)); + return file; + } + + /* keep file count */ + h_parent = dget_parent(file->f_dentry); + h_dir = h_parent->d_inode; + mutex_lock_nested(&h_dir->i_mutex, AuLsc_I_PARENT); + /* mnt_want_write() is unnecessary here */ + /* no delegation since it is just created */ + err = vfsub_unlink(h_dir, &file->f_path, /*delegated*/NULL, /*force*/0); + mutex_unlock(&h_dir->i_mutex); + dput(h_parent); + if (unlikely(err)) { + if (!silent) + pr_err("unlink %s(%d)\n", fname, err); + goto out; + } + + err = -EINVAL; + d = file->f_dentry; + if (unlikely(sb == d->d_sb)) { + if (!silent) + pr_err("%s must be outside\n", fname); + goto out; + } + if (unlikely(au_test_fs_bad_xino(d->d_sb))) { + if (!silent) + pr_err("xino doesn't support %s(%s)\n", + fname, au_sbtype(d->d_sb)); + goto out; + } + return file; /* success */ + +out: + fput(file); + file = ERR_PTR(err); + return file; +} + +/* + * find another branch who is on the same filesystem of the specified + * branch{@btgt}. search until @bend. + */ +static int is_sb_shared(struct super_block *sb, aufs_bindex_t btgt, + aufs_bindex_t bend) +{ + aufs_bindex_t bindex; + struct super_block *tgt_sb = au_sbr_sb(sb, btgt); + + for (bindex = 0; bindex < btgt; bindex++) + if (unlikely(tgt_sb == au_sbr_sb(sb, bindex))) + return bindex; + for (bindex++; bindex <= bend; bindex++) + if (unlikely(tgt_sb == au_sbr_sb(sb, bindex))) + return bindex; + return -1; +} + +/* ---------------------------------------------------------------------- */ + +/* + * initialize the xinofile for the specified branch @br + * at the place/path where @base_file indicates. + * test whether another branch is on the same filesystem or not, + * if @do_test is true. + */ +int au_xino_br(struct super_block *sb, struct au_branch *br, ino_t h_ino, + struct file *base_file, int do_test) +{ + int err; + ino_t ino; + aufs_bindex_t bend, bindex; + struct au_branch *shared_br, *b; + struct file *file; + struct super_block *tgt_sb; + + shared_br = NULL; + bend = au_sbend(sb); + if (do_test) { + tgt_sb = au_br_sb(br); + for (bindex = 0; bindex <= bend; bindex++) { + b = au_sbr(sb, bindex); + if (tgt_sb == au_br_sb(b)) { + shared_br = b; + break; + } + } + } + + if (!shared_br || !shared_br->br_xino.xi_file) { + struct au_xino_lock_dir ldir; + + au_xino_lock_dir(sb, base_file, &ldir); + /* mnt_want_write() is unnecessary here */ + file = au_xino_create2(base_file, NULL); + au_xino_unlock_dir(&ldir); + err = PTR_ERR(file); + if (IS_ERR(file)) + goto out; + br->br_xino.xi_file = file; + } else { + br->br_xino.xi_file = shared_br->br_xino.xi_file; + get_file(br->br_xino.xi_file); + } + + ino = AUFS_ROOT_INO; + err = au_xino_do_write(au_sbi(sb)->si_xwrite, br->br_xino.xi_file, + h_ino, ino); + if (unlikely(err)) { + fput(br->br_xino.xi_file); + br->br_xino.xi_file = NULL; + } + +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* trucate a xino bitmap file */ + +/* todo: slow */ +static int do_xib_restore(struct super_block *sb, struct file *file, void *page) +{ + int err, bit; + ssize_t sz; + unsigned long pindex; + loff_t pos, pend; + struct au_sbinfo *sbinfo; + au_readf_t func; + ino_t *ino; + unsigned long *p; + + err = 0; + sbinfo = au_sbi(sb); + MtxMustLock(&sbinfo->si_xib_mtx); + p = sbinfo->si_xib_buf; + func = sbinfo->si_xread; + pend = vfsub_f_size_read(file); + pos = 0; + while (pos < pend) { + sz = xino_fread(func, file, page, PAGE_SIZE, &pos); + err = sz; + if (unlikely(sz <= 0)) + goto out; + + err = 0; + for (ino = page; sz > 0; ino++, sz -= sizeof(ino)) { + if (unlikely(*ino < AUFS_FIRST_INO)) + continue; + + xib_calc_bit(*ino, &pindex, &bit); + AuDebugOn(page_bits <= bit); + err = xib_pindex(sb, pindex); + if (!err) + set_bit(bit, p); + else + goto out; + } + } + +out: + return err; +} + +static int xib_restore(struct super_block *sb) +{ + int err; + aufs_bindex_t bindex, bend; + void *page; + + err = -ENOMEM; + page = (void *)__get_free_page(GFP_NOFS); + if (unlikely(!page)) + goto out; + + err = 0; + bend = au_sbend(sb); + for (bindex = 0; !err && bindex <= bend; bindex++) + if (!bindex || is_sb_shared(sb, bindex, bindex - 1) < 0) + err = do_xib_restore + (sb, au_sbr(sb, bindex)->br_xino.xi_file, page); + else + AuDbg("b%d\n", bindex); + free_page((unsigned long)page); + +out: + return err; +} + +int au_xib_trunc(struct super_block *sb) +{ + int err; + ssize_t sz; + loff_t pos; + struct au_xino_lock_dir ldir; + struct au_sbinfo *sbinfo; + unsigned long *p; + struct file *file; + + SiMustWriteLock(sb); + + err = 0; + sbinfo = au_sbi(sb); + if (!au_opt_test(sbinfo->si_mntflags, XINO)) + goto out; + + file = sbinfo->si_xib; + if (vfsub_f_size_read(file) <= PAGE_SIZE) + goto out; + + au_xino_lock_dir(sb, file, &ldir); + /* mnt_want_write() is unnecessary here */ + file = au_xino_create2(sbinfo->si_xib, NULL); + au_xino_unlock_dir(&ldir); + err = PTR_ERR(file); + if (IS_ERR(file)) + goto out; + fput(sbinfo->si_xib); + sbinfo->si_xib = file; + + p = sbinfo->si_xib_buf; + memset(p, 0, PAGE_SIZE); + pos = 0; + sz = xino_fwrite(sbinfo->si_xwrite, sbinfo->si_xib, p, PAGE_SIZE, &pos); + if (unlikely(sz != PAGE_SIZE)) { + err = sz; + AuIOErr("err %d\n", err); + if (sz >= 0) + err = -EIO; + goto out; + } + + mutex_lock(&sbinfo->si_xib_mtx); + /* mnt_want_write() is unnecessary here */ + err = xib_restore(sb); + mutex_unlock(&sbinfo->si_xib_mtx); + +out: + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* + * xino mount option handlers + */ +static au_readf_t find_readf(struct file *h_file) +{ + const struct file_operations *fop = h_file->f_op; + + if (fop->read) + return fop->read; + if (fop->aio_read) + return do_sync_read; + if (fop->read_iter) + return new_sync_read; + return ERR_PTR(-ENOSYS); +} + +static au_writef_t find_writef(struct file *h_file) +{ + const struct file_operations *fop = h_file->f_op; + + if (fop->write) + return fop->write; + if (fop->aio_write) + return do_sync_write; + if (fop->write_iter) + return new_sync_write; + return ERR_PTR(-ENOSYS); +} + +/* xino bitmap */ +static void xino_clear_xib(struct super_block *sb) +{ + struct au_sbinfo *sbinfo; + + SiMustWriteLock(sb); + + sbinfo = au_sbi(sb); + sbinfo->si_xread = NULL; + sbinfo->si_xwrite = NULL; + if (sbinfo->si_xib) + fput(sbinfo->si_xib); + sbinfo->si_xib = NULL; + free_page((unsigned long)sbinfo->si_xib_buf); + sbinfo->si_xib_buf = NULL; +} + +static int au_xino_set_xib(struct super_block *sb, struct file *base) +{ + int err; + loff_t pos; + struct au_sbinfo *sbinfo; + struct file *file; + + SiMustWriteLock(sb); + + sbinfo = au_sbi(sb); + file = au_xino_create2(base, sbinfo->si_xib); + err = PTR_ERR(file); + if (IS_ERR(file)) + goto out; + if (sbinfo->si_xib) + fput(sbinfo->si_xib); + sbinfo->si_xib = file; + sbinfo->si_xread = find_readf(file); + sbinfo->si_xwrite = find_writef(file); + + err = -ENOMEM; + if (!sbinfo->si_xib_buf) + sbinfo->si_xib_buf = (void *)get_zeroed_page(GFP_NOFS); + if (unlikely(!sbinfo->si_xib_buf)) + goto out_unset; + + sbinfo->si_xib_last_pindex = 0; + sbinfo->si_xib_next_bit = 0; + if (vfsub_f_size_read(file) < PAGE_SIZE) { + pos = 0; + err = xino_fwrite(sbinfo->si_xwrite, file, sbinfo->si_xib_buf, + PAGE_SIZE, &pos); + if (unlikely(err != PAGE_SIZE)) + goto out_free; + } + err = 0; + goto out; /* success */ + +out_free: + free_page((unsigned long)sbinfo->si_xib_buf); + sbinfo->si_xib_buf = NULL; + if (err >= 0) + err = -EIO; +out_unset: + fput(sbinfo->si_xib); + sbinfo->si_xib = NULL; + sbinfo->si_xread = NULL; + sbinfo->si_xwrite = NULL; +out: + return err; +} + +/* xino for each branch */ +static void xino_clear_br(struct super_block *sb) +{ + aufs_bindex_t bindex, bend; + struct au_branch *br; + + bend = au_sbend(sb); + for (bindex = 0; bindex <= bend; bindex++) { + br = au_sbr(sb, bindex); + if (!br || !br->br_xino.xi_file) + continue; + + fput(br->br_xino.xi_file); + br->br_xino.xi_file = NULL; + } +} + +static int au_xino_set_br(struct super_block *sb, struct file *base) +{ + int err; + ino_t ino; + aufs_bindex_t bindex, bend, bshared; + struct { + struct file *old, *new; + } *fpair, *p; + struct au_branch *br; + struct inode *inode; + au_writef_t writef; + + SiMustWriteLock(sb); + + err = -ENOMEM; + bend = au_sbend(sb); + fpair = kcalloc(bend + 1, sizeof(*fpair), GFP_NOFS); + if (unlikely(!fpair)) + goto out; + + inode = sb->s_root->d_inode; + ino = AUFS_ROOT_INO; + writef = au_sbi(sb)->si_xwrite; + for (bindex = 0, p = fpair; bindex <= bend; bindex++, p++) { + br = au_sbr(sb, bindex); + bshared = is_sb_shared(sb, bindex, bindex - 1); + if (bshared >= 0) { + /* shared xino */ + *p = fpair[bshared]; + get_file(p->new); + } + + if (!p->new) { + /* new xino */ + p->old = br->br_xino.xi_file; + p->new = au_xino_create2(base, br->br_xino.xi_file); + err = PTR_ERR(p->new); + if (IS_ERR(p->new)) { + p->new = NULL; + goto out_pair; + } + } + + err = au_xino_do_write(writef, p->new, + au_h_iptr(inode, bindex)->i_ino, ino); + if (unlikely(err)) + goto out_pair; + } + + for (bindex = 0, p = fpair; bindex <= bend; bindex++, p++) { + br = au_sbr(sb, bindex); + if (br->br_xino.xi_file) + fput(br->br_xino.xi_file); + get_file(p->new); + br->br_xino.xi_file = p->new; + } + +out_pair: + for (bindex = 0, p = fpair; bindex <= bend; bindex++, p++) + if (p->new) + fput(p->new); + else + break; + kfree(fpair); +out: + return err; +} + +void au_xino_clr(struct super_block *sb) +{ + struct au_sbinfo *sbinfo; + + au_xigen_clr(sb); + xino_clear_xib(sb); + xino_clear_br(sb); + sbinfo = au_sbi(sb); + /* lvalue, do not call au_mntflags() */ + au_opt_clr(sbinfo->si_mntflags, XINO); +} + +int au_xino_set(struct super_block *sb, struct au_opt_xino *xino, int remount) +{ + int err, skip; + struct dentry *parent, *cur_parent; + struct qstr *dname, *cur_name; + struct file *cur_xino; + struct inode *dir; + struct au_sbinfo *sbinfo; + + SiMustWriteLock(sb); + + err = 0; + sbinfo = au_sbi(sb); + parent = dget_parent(xino->file->f_dentry); + if (remount) { + skip = 0; + dname = &xino->file->f_dentry->d_name; + cur_xino = sbinfo->si_xib; + if (cur_xino) { + cur_parent = dget_parent(cur_xino->f_dentry); + cur_name = &cur_xino->f_dentry->d_name; + skip = (cur_parent == parent + && au_qstreq(dname, cur_name)); + dput(cur_parent); + } + if (skip) + goto out; + } + + au_opt_set(sbinfo->si_mntflags, XINO); + dir = parent->d_inode; + mutex_lock_nested(&dir->i_mutex, AuLsc_I_PARENT); + /* mnt_want_write() is unnecessary here */ + err = au_xino_set_xib(sb, xino->file); + if (!err) + err = au_xigen_set(sb, xino->file); + if (!err) + err = au_xino_set_br(sb, xino->file); + mutex_unlock(&dir->i_mutex); + if (!err) + goto out; /* success */ + + /* reset all */ + AuIOErr("failed creating xino(%d).\n", err); + +out: + dput(parent); + return err; +} + +/* ---------------------------------------------------------------------- */ + +/* + * create a xinofile at the default place/path. + */ +struct file *au_xino_def(struct super_block *sb) +{ + struct file *file; + char *page, *p; + struct au_branch *br; + struct super_block *h_sb; + struct path path; + aufs_bindex_t bend, bindex, bwr; + + br = NULL; + bend = au_sbend(sb); + bwr = -1; + for (bindex = 0; bindex <= bend; bindex++) { + br = au_sbr(sb, bindex); + if (au_br_writable(br->br_perm) + && !au_test_fs_bad_xino(au_br_sb(br))) { + bwr = bindex; + break; + } + } + + if (bwr >= 0) { + file = ERR_PTR(-ENOMEM); + page = (void *)__get_free_page(GFP_NOFS); + if (unlikely(!page)) + goto out; + path.mnt = au_br_mnt(br); + path.dentry = au_h_dptr(sb->s_root, bwr); + p = d_path(&path, page, PATH_MAX - sizeof(AUFS_XINO_FNAME)); + file = (void *)p; + if (!IS_ERR(p)) { + strcat(p, "/" AUFS_XINO_FNAME); + AuDbg("%s\n", p); + file = au_xino_create(sb, p, /*silent*/0); + if (!IS_ERR(file)) + au_xino_brid_set(sb, br->br_id); + } + free_page((unsigned long)page); + } else { + file = au_xino_create(sb, AUFS_XINO_DEFPATH, /*silent*/0); + if (IS_ERR(file)) + goto out; + h_sb = file->f_dentry->d_sb; + if (unlikely(au_test_fs_bad_xino(h_sb))) { + pr_err("xino doesn't support %s(%s)\n", + AUFS_XINO_DEFPATH, au_sbtype(h_sb)); + fput(file); + file = ERR_PTR(-EINVAL); + } + if (!IS_ERR(file)) + au_xino_brid_set(sb, -1); + } + +out: + return file; +} + +/* ---------------------------------------------------------------------- */ + +int au_xino_path(struct seq_file *seq, struct file *file) +{ + int err; + + err = au_seq_path(seq, &file->f_path); + if (unlikely(err < 0)) + goto out; + + err = 0; +#define Deleted "\\040(deleted)" + seq->count -= sizeof(Deleted) - 1; + AuDebugOn(memcmp(seq->buf + seq->count, Deleted, + sizeof(Deleted) - 1)); +#undef Deleted + +out: + return err; +} --- linux-lts-utopic-3.16.0.orig/ubuntu/include/Kbuild +++ linux-lts-utopic-3.16.0/ubuntu/include/Kbuild @@ -0,0 +1 @@ +header-y += uapi/ --- linux-lts-utopic-3.16.0.orig/ubuntu/include/README +++ linux-lts-utopic-3.16.0/ubuntu/include/README @@ -0,0 +1,4 @@ +Only use this directory for things which need to share their headers with +other parts of the kernel or other modules in ubuntu/ + +Otherwise, keep them local to the module directory. --- linux-lts-utopic-3.16.0.orig/ubuntu/include/uapi/Kbuild +++ linux-lts-utopic-3.16.0/ubuntu/include/uapi/Kbuild @@ -0,0 +1 @@ +header-y += linux/ --- linux-lts-utopic-3.16.0.orig/ubuntu/include/uapi/linux/Kbuild +++ linux-lts-utopic-3.16.0/ubuntu/include/uapi/linux/Kbuild @@ -0,0 +1 @@ +header-y = aufs_type.h --- linux-lts-utopic-3.16.0.orig/ubuntu/include/uapi/linux/aufs_type.h +++ linux-lts-utopic-3.16.0/ubuntu/include/uapi/linux/aufs_type.h @@ -0,0 +1,284 @@ +/* + * Copyright (C) 2005-2014 Junjiro R. Okajima + * + * This program, aufs 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, see . + */ + +#ifndef __AUFS_TYPE_H__ +#define __AUFS_TYPE_H__ + +#define AUFS_NAME "aufs" + +#ifdef __KERNEL__ +/* + * define it before including all other headers. + * sched.h may use pr_* macros before defining "current", so define the + * no-current version first, and re-define later. + */ +#define pr_fmt(fmt) AUFS_NAME " %s:%d: " fmt, __func__, __LINE__ +#include +#undef pr_fmt +#define pr_fmt(fmt) \ + AUFS_NAME " %s:%d:%.*s[%d]: " fmt, __func__, __LINE__, \ + (int)sizeof(current->comm), current->comm, current->pid +#else +#include +#include +#endif /* __KERNEL__ */ + +#include + +#define AUFS_VERSION "3.x-rcN-20140707" + +/* todo? move this to linux-2.6.19/include/magic.h */ +#define AUFS_SUPER_MAGIC ('a' << 24 | 'u' << 16 | 'f' << 8 | 's') + +/* ---------------------------------------------------------------------- */ + +#ifdef CONFIG_AUFS_BRANCH_MAX_127 +typedef int8_t aufs_bindex_t; +#define AUFS_BRANCH_MAX 127 +#else +typedef int16_t aufs_bindex_t; +#ifdef CONFIG_AUFS_BRANCH_MAX_511 +#define AUFS_BRANCH_MAX 511 +#elif defined(CONFIG_AUFS_BRANCH_MAX_1023) +#define AUFS_BRANCH_MAX 1023 +#elif defined(CONFIG_AUFS_BRANCH_MAX_32767) +#define AUFS_BRANCH_MAX 32767 +#endif +#endif + +#ifdef __KERNEL__ +#ifndef AUFS_BRANCH_MAX +#error unknown CONFIG_AUFS_BRANCH_MAX value +#endif +#endif /* __KERNEL__ */ + +/* ---------------------------------------------------------------------- */ + +#define AUFS_FSTYPE AUFS_NAME + +#define AUFS_ROOT_INO 2 +#define AUFS_FIRST_INO 11 + +#define AUFS_WH_PFX ".wh." +#define AUFS_WH_PFX_LEN ((int)sizeof(AUFS_WH_PFX) - 1) +#define AUFS_WH_TMP_LEN 4 +/* a limit for rmdir/rename a dir and copyup */ +#define AUFS_MAX_NAMELEN (NAME_MAX \ + - AUFS_WH_PFX_LEN * 2 /* doubly whiteouted */\ + - 1 /* dot */\ + - AUFS_WH_TMP_LEN) /* hex */ +#define AUFS_XINO_FNAME "." AUFS_NAME ".xino" +#define AUFS_XINO_DEFPATH "/tmp/" AUFS_XINO_FNAME +#define AUFS_XINO_DEF_SEC 30 /* seconds */ +#define AUFS_XINO_DEF_TRUNC 45 /* percentage */ +#define AUFS_DIRWH_DEF 3 +#define AUFS_RDCACHE_DEF 10 /* seconds */ +#define AUFS_RDCACHE_MAX 3600 /* seconds */ +#define AUFS_RDBLK_DEF 512 /* bytes */ +#define AUFS_RDHASH_DEF 32 +#define AUFS_WKQ_NAME AUFS_NAME "d" +#define AUFS_MFS_DEF_SEC 30 /* seconds */ +#define AUFS_MFS_MAX_SEC 3600 /* seconds */ +#define AUFS_PLINK_WARN 50 /* number of plinks in a single bucket */ + +/* pseudo-link maintenace under /proc */ +#define AUFS_PLINK_MAINT_NAME "plink_maint" +#define AUFS_PLINK_MAINT_DIR "fs/" AUFS_NAME +#define AUFS_PLINK_MAINT_PATH AUFS_PLINK_MAINT_DIR "/" AUFS_PLINK_MAINT_NAME + +#define AUFS_DIROPQ_NAME AUFS_WH_PFX ".opq" /* whiteouted doubly */ +#define AUFS_WH_DIROPQ AUFS_WH_PFX AUFS_DIROPQ_NAME + +#define AUFS_BASE_NAME AUFS_WH_PFX AUFS_NAME +#define AUFS_PLINKDIR_NAME AUFS_WH_PFX "plnk" +#define AUFS_ORPHDIR_NAME AUFS_WH_PFX "orph" + +/* doubly whiteouted */ +#define AUFS_WH_BASE AUFS_WH_PFX AUFS_BASE_NAME +#define AUFS_WH_PLINKDIR AUFS_WH_PFX AUFS_PLINKDIR_NAME +#define AUFS_WH_ORPHDIR AUFS_WH_PFX AUFS_ORPHDIR_NAME + +/* branch permissions and attributes */ +#define AUFS_BRPERM_RW "rw" +#define AUFS_BRPERM_RO "ro" +#define AUFS_BRPERM_RR "rr" +#define AUFS_BRATTR_COO_REG "coo_reg" +#define AUFS_BRATTR_COO_ALL "coo_all" +#define AUFS_BRATTR_UNPIN "unpin" +#define AUFS_BRRATTR_WH "wh" +#define AUFS_BRWATTR_NLWH "nolwh" +#define AUFS_BRWATTR_MOO "moo" + +/* ---------------------------------------------------------------------- */ + +/* ioctl */ +enum { + /* readdir in userspace */ + AuCtl_RDU, + AuCtl_RDU_INO, + + /* pathconf wrapper */ + AuCtl_WBR_FD, + + /* busy inode */ + AuCtl_IBUSY, + + /* move-down */ + AuCtl_MVDOWN +}; + +/* borrowed from linux/include/linux/kernel.h */ +#ifndef ALIGN +#define ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a)-1) +#define __ALIGN_MASK(x, mask) (((x)+(mask))&~(mask)) +#endif + +/* borrowed from linux/include/linux/compiler-gcc3.h */ +#ifndef __aligned +#define __aligned(x) __attribute__((aligned(x))) +#endif + +#ifdef __KERNEL__ +#ifndef __packed +#define __packed __attribute__((packed)) +#endif +#endif + +struct au_rdu_cookie { + uint64_t h_pos; + int16_t bindex; + uint8_t flags; + uint8_t pad; + uint32_t generation; +} __aligned(8); + +struct au_rdu_ent { + uint64_t ino; + int16_t bindex; + uint8_t type; + uint8_t nlen; + uint8_t wh; + char name[0]; +} __aligned(8); + +static inline int au_rdu_len(int nlen) +{ + /* include the terminating NULL */ + return ALIGN(sizeof(struct au_rdu_ent) + nlen + 1, + sizeof(uint64_t)); +} + +union au_rdu_ent_ul { + struct au_rdu_ent __user *e; + uint64_t ul; +}; + +enum { + AufsCtlRduV_SZ, + AufsCtlRduV_End +}; + +struct aufs_rdu { + /* input */ + union { + uint64_t sz; /* AuCtl_RDU */ + uint64_t nent; /* AuCtl_RDU_INO */ + }; + union au_rdu_ent_ul ent; + uint16_t verify[AufsCtlRduV_End]; + + /* input/output */ + uint32_t blk; + + /* output */ + union au_rdu_ent_ul tail; + /* number of entries which were added in a single call */ + uint64_t rent; + uint8_t full; + uint8_t shwh; + + struct au_rdu_cookie cookie; +} __aligned(8); + +/* ---------------------------------------------------------------------- */ + +struct aufs_wbr_fd { + uint32_t oflags; + int16_t brid; +} __aligned(8); + +/* ---------------------------------------------------------------------- */ + +struct aufs_ibusy { + uint64_t ino, h_ino; + int16_t bindex; +} __aligned(8); + +/* ---------------------------------------------------------------------- */ + +/* error code for move-down */ +/* the actual message strings are implemented in aufs-util.git */ +enum { + EAU_MVDOWN_OPAQUE = 1, + EAU_MVDOWN_WHITEOUT, + EAU_MVDOWN_UPPER, + EAU_MVDOWN_BOTTOM, + EAU_MVDOWN_NOUPPER, + EAU_MVDOWN_NOLOWERBR, + EAU_Last +}; + +/* flags for move-down */ +#define AUFS_MVDOWN_DMSG 1 +#define AUFS_MVDOWN_OWLOWER (1 << 1) /* overwrite lower */ +#define AUFS_MVDOWN_KUPPER (1 << 2) /* keep upper */ +#define AUFS_MVDOWN_ROLOWER (1 << 3) /* do even if lower is RO */ +#define AUFS_MVDOWN_ROLOWER_R (1 << 4) /* did on lower RO */ +#define AUFS_MVDOWN_ROUPPER (1 << 5) /* do even if upper is RO */ +#define AUFS_MVDOWN_ROUPPER_R (1 << 6) /* did on upper RO */ +#define AUFS_MVDOWN_BRID_UPPER (1 << 7) /* upper brid */ +#define AUFS_MVDOWN_BRID_LOWER (1 << 8) /* lower brid */ +/* will be added more */ + +enum { + AUFS_MVDOWN_UPPER, + AUFS_MVDOWN_LOWER, + AUFS_MVDOWN_NARRAY +}; + +struct aufs_mvdown { + uint32_t flags; + struct { + int16_t bindex; + int16_t brid; + } a[AUFS_MVDOWN_NARRAY]; + int8_t au_errno; + /* will be added more */ +} __aligned(8); + +/* ---------------------------------------------------------------------- */ + +#define AuCtlType 'A' +#define AUFS_CTL_RDU _IOWR(AuCtlType, AuCtl_RDU, struct aufs_rdu) +#define AUFS_CTL_RDU_INO _IOWR(AuCtlType, AuCtl_RDU_INO, struct aufs_rdu) +#define AUFS_CTL_WBR_FD _IOW(AuCtlType, AuCtl_WBR_FD, \ + struct aufs_wbr_fd) +#define AUFS_CTL_IBUSY _IOWR(AuCtlType, AuCtl_IBUSY, struct aufs_ibusy) +#define AUFS_CTL_MVDOWN _IOWR(AuCtlType, AuCtl_MVDOWN, \ + struct aufs_mvdown) + +#endif /* __AUFS_TYPE_H__ */ --- linux-lts-utopic-3.16.0.orig/virt/kvm/Kconfig +++ linux-lts-utopic-3.16.0/virt/kvm/Kconfig @@ -6,6 +6,9 @@ config HAVE_KVM_IRQCHIP bool +config HAVE_KVM_IRQFD + bool + config HAVE_KVM_IRQ_ROUTING bool --- linux-lts-utopic-3.16.0.orig/virt/kvm/arm/arch_timer.c +++ linux-lts-utopic-3.16.0/virt/kvm/arm/arch_timer.c @@ -61,12 +61,14 @@ static void kvm_timer_inject_irq(struct kvm_vcpu *vcpu) { + int ret; struct arch_timer_cpu *timer = &vcpu->arch.timer_cpu; timer->cntv_ctl |= ARCH_TIMER_CTRL_IT_MASK; - kvm_vgic_inject_irq(vcpu->kvm, vcpu->vcpu_id, - timer->irq->irq, - timer->irq->level); + ret = kvm_vgic_inject_irq(vcpu->kvm, vcpu->vcpu_id, + timer->irq->irq, + timer->irq->level); + WARN_ON(ret); } static irqreturn_t kvm_arch_timer_handler(int irq, void *dev_id) @@ -307,12 +309,24 @@ timer_disarm(timer); } -int kvm_timer_init(struct kvm *kvm) +void kvm_timer_enable(struct kvm *kvm) { - if (timecounter && wqueue) { - kvm->arch.timer.cntvoff = kvm_phys_timer_read(); + if (kvm->arch.timer.enabled) + return; + + /* + * There is a potential race here between VCPUs starting for the first + * time, which may be enabling the timer multiple times. That doesn't + * hurt though, because we're just setting a variable to the same + * variable that it already was. The important thing is that all + * VCPUs have the enabled variable set, before entering the guest, if + * the arch timers are enabled. + */ + if (timecounter && wqueue) kvm->arch.timer.enabled = 1; - } +} - return 0; +void kvm_timer_init(struct kvm *kvm) +{ + kvm->arch.timer.cntvoff = kvm_phys_timer_read(); } --- linux-lts-utopic-3.16.0.orig/virt/kvm/arm/vgic-v2.c +++ linux-lts-utopic-3.16.0/virt/kvm/arm/vgic-v2.c @@ -0,0 +1,265 @@ +/* + * Copyright (C) 2012,2013 ARM Limited, All Rights Reserved. + * Author: Marc Zyngier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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, see . + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +#include +#include +#include + +static struct vgic_lr vgic_v2_get_lr(const struct kvm_vcpu *vcpu, int lr) +{ + struct vgic_lr lr_desc; + u32 val = vcpu->arch.vgic_cpu.vgic_v2.vgic_lr[lr]; + + lr_desc.irq = val & GICH_LR_VIRTUALID; + if (lr_desc.irq <= 15) + lr_desc.source = (val >> GICH_LR_PHYSID_CPUID_SHIFT) & 0x7; + else + lr_desc.source = 0; + lr_desc.state = 0; + + if (val & GICH_LR_PENDING_BIT) + lr_desc.state |= LR_STATE_PENDING; + if (val & GICH_LR_ACTIVE_BIT) + lr_desc.state |= LR_STATE_ACTIVE; + if (val & GICH_LR_EOI) + lr_desc.state |= LR_EOI_INT; + + return lr_desc; +} + +static void vgic_v2_set_lr(struct kvm_vcpu *vcpu, int lr, + struct vgic_lr lr_desc) +{ + u32 lr_val = (lr_desc.source << GICH_LR_PHYSID_CPUID_SHIFT) | lr_desc.irq; + + if (lr_desc.state & LR_STATE_PENDING) + lr_val |= GICH_LR_PENDING_BIT; + if (lr_desc.state & LR_STATE_ACTIVE) + lr_val |= GICH_LR_ACTIVE_BIT; + if (lr_desc.state & LR_EOI_INT) + lr_val |= GICH_LR_EOI; + + vcpu->arch.vgic_cpu.vgic_v2.vgic_lr[lr] = lr_val; +} + +static void vgic_v2_sync_lr_elrsr(struct kvm_vcpu *vcpu, int lr, + struct vgic_lr lr_desc) +{ + if (!(lr_desc.state & LR_STATE_MASK)) + set_bit(lr, (unsigned long *)vcpu->arch.vgic_cpu.vgic_v2.vgic_elrsr); +} + +static u64 vgic_v2_get_elrsr(const struct kvm_vcpu *vcpu) +{ + u64 val; + +#if BITS_PER_LONG == 64 + val = vcpu->arch.vgic_cpu.vgic_v2.vgic_elrsr[1]; + val <<= 32; + val |= vcpu->arch.vgic_cpu.vgic_v2.vgic_elrsr[0]; +#else + val = *(u64 *)vcpu->arch.vgic_cpu.vgic_v2.vgic_elrsr; +#endif + return val; +} + +static u64 vgic_v2_get_eisr(const struct kvm_vcpu *vcpu) +{ + u64 val; + +#if BITS_PER_LONG == 64 + val = vcpu->arch.vgic_cpu.vgic_v2.vgic_eisr[1]; + val <<= 32; + val |= vcpu->arch.vgic_cpu.vgic_v2.vgic_eisr[0]; +#else + val = *(u64 *)vcpu->arch.vgic_cpu.vgic_v2.vgic_eisr; +#endif + return val; +} + +static u32 vgic_v2_get_interrupt_status(const struct kvm_vcpu *vcpu) +{ + u32 misr = vcpu->arch.vgic_cpu.vgic_v2.vgic_misr; + u32 ret = 0; + + if (misr & GICH_MISR_EOI) + ret |= INT_STATUS_EOI; + if (misr & GICH_MISR_U) + ret |= INT_STATUS_UNDERFLOW; + + return ret; +} + +static void vgic_v2_enable_underflow(struct kvm_vcpu *vcpu) +{ + vcpu->arch.vgic_cpu.vgic_v2.vgic_hcr |= GICH_HCR_UIE; +} + +static void vgic_v2_disable_underflow(struct kvm_vcpu *vcpu) +{ + vcpu->arch.vgic_cpu.vgic_v2.vgic_hcr &= ~GICH_HCR_UIE; +} + +static void vgic_v2_get_vmcr(struct kvm_vcpu *vcpu, struct vgic_vmcr *vmcrp) +{ + u32 vmcr = vcpu->arch.vgic_cpu.vgic_v2.vgic_vmcr; + + vmcrp->ctlr = (vmcr & GICH_VMCR_CTRL_MASK) >> GICH_VMCR_CTRL_SHIFT; + vmcrp->abpr = (vmcr & GICH_VMCR_ALIAS_BINPOINT_MASK) >> GICH_VMCR_ALIAS_BINPOINT_SHIFT; + vmcrp->bpr = (vmcr & GICH_VMCR_BINPOINT_MASK) >> GICH_VMCR_BINPOINT_SHIFT; + vmcrp->pmr = (vmcr & GICH_VMCR_PRIMASK_MASK) >> GICH_VMCR_PRIMASK_SHIFT; +} + +static void vgic_v2_set_vmcr(struct kvm_vcpu *vcpu, struct vgic_vmcr *vmcrp) +{ + u32 vmcr; + + vmcr = (vmcrp->ctlr << GICH_VMCR_CTRL_SHIFT) & GICH_VMCR_CTRL_MASK; + vmcr |= (vmcrp->abpr << GICH_VMCR_ALIAS_BINPOINT_SHIFT) & GICH_VMCR_ALIAS_BINPOINT_MASK; + vmcr |= (vmcrp->bpr << GICH_VMCR_BINPOINT_SHIFT) & GICH_VMCR_BINPOINT_MASK; + vmcr |= (vmcrp->pmr << GICH_VMCR_PRIMASK_SHIFT) & GICH_VMCR_PRIMASK_MASK; + + vcpu->arch.vgic_cpu.vgic_v2.vgic_vmcr = vmcr; +} + +static void vgic_v2_enable(struct kvm_vcpu *vcpu) +{ + /* + * By forcing VMCR to zero, the GIC will restore the binary + * points to their reset values. Anything else resets to zero + * anyway. + */ + vcpu->arch.vgic_cpu.vgic_v2.vgic_vmcr = 0; + + /* Get the show on the road... */ + vcpu->arch.vgic_cpu.vgic_v2.vgic_hcr = GICH_HCR_EN; +} + +static const struct vgic_ops vgic_v2_ops = { + .get_lr = vgic_v2_get_lr, + .set_lr = vgic_v2_set_lr, + .sync_lr_elrsr = vgic_v2_sync_lr_elrsr, + .get_elrsr = vgic_v2_get_elrsr, + .get_eisr = vgic_v2_get_eisr, + .get_interrupt_status = vgic_v2_get_interrupt_status, + .enable_underflow = vgic_v2_enable_underflow, + .disable_underflow = vgic_v2_disable_underflow, + .get_vmcr = vgic_v2_get_vmcr, + .set_vmcr = vgic_v2_set_vmcr, + .enable = vgic_v2_enable, +}; + +static struct vgic_params vgic_v2_params; + +/** + * vgic_v2_probe - probe for a GICv2 compatible interrupt controller in DT + * @node: pointer to the DT node + * @ops: address of a pointer to the GICv2 operations + * @params: address of a pointer to HW-specific parameters + * + * Returns 0 if a GICv2 has been found, with the low level operations + * in *ops and the HW parameters in *params. Returns an error code + * otherwise. + */ +int vgic_v2_probe(struct device_node *vgic_node, + const struct vgic_ops **ops, + const struct vgic_params **params) +{ + int ret; + struct resource vctrl_res; + struct resource vcpu_res; + struct vgic_params *vgic = &vgic_v2_params; + + vgic->maint_irq = irq_of_parse_and_map(vgic_node, 0); + if (!vgic->maint_irq) { + kvm_err("error getting vgic maintenance irq from DT\n"); + ret = -ENXIO; + goto out; + } + + ret = of_address_to_resource(vgic_node, 2, &vctrl_res); + if (ret) { + kvm_err("Cannot obtain GICH resource\n"); + goto out; + } + + vgic->vctrl_base = of_iomap(vgic_node, 2); + if (!vgic->vctrl_base) { + kvm_err("Cannot ioremap GICH\n"); + ret = -ENOMEM; + goto out; + } + + vgic->nr_lr = readl_relaxed(vgic->vctrl_base + GICH_VTR); + vgic->nr_lr = (vgic->nr_lr & 0x3f) + 1; + + ret = create_hyp_io_mappings(vgic->vctrl_base, + vgic->vctrl_base + resource_size(&vctrl_res), + vctrl_res.start); + if (ret) { + kvm_err("Cannot map VCTRL into hyp\n"); + goto out_unmap; + } + + if (of_address_to_resource(vgic_node, 3, &vcpu_res)) { + kvm_err("Cannot obtain GICV resource\n"); + ret = -ENXIO; + goto out_unmap; + } + + if (!PAGE_ALIGNED(vcpu_res.start)) { + kvm_err("GICV physical address 0x%llx not page aligned\n", + (unsigned long long)vcpu_res.start); + ret = -ENXIO; + goto out_unmap; + } + + if (!PAGE_ALIGNED(resource_size(&vcpu_res))) { + kvm_err("GICV size 0x%llx not a multiple of page size 0x%lx\n", + (unsigned long long)resource_size(&vcpu_res), + PAGE_SIZE); + ret = -ENXIO; + goto out_unmap; + } + + vgic->vcpu_base = vcpu_res.start; + + kvm_info("%s@%llx IRQ%d\n", vgic_node->name, + vctrl_res.start, vgic->maint_irq); + + vgic->type = VGIC_V2; + *ops = &vgic_v2_ops; + *params = vgic; + goto out; + +out_unmap: + iounmap(vgic->vctrl_base); +out: + of_node_put(vgic_node); + return ret; +} --- linux-lts-utopic-3.16.0.orig/virt/kvm/arm/vgic-v3.c +++ linux-lts-utopic-3.16.0/virt/kvm/arm/vgic-v3.c @@ -0,0 +1,247 @@ +/* + * Copyright (C) 2013 ARM Limited, All Rights Reserved. + * Author: Marc Zyngier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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, see . + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +#include +#include +#include + +/* These are for GICv2 emulation only */ +#define GICH_LR_VIRTUALID (0x3ffUL << 0) +#define GICH_LR_PHYSID_CPUID_SHIFT (10) +#define GICH_LR_PHYSID_CPUID (7UL << GICH_LR_PHYSID_CPUID_SHIFT) + +/* + * LRs are stored in reverse order in memory. make sure we index them + * correctly. + */ +#define LR_INDEX(lr) (VGIC_V3_MAX_LRS - 1 - lr) + +static u32 ich_vtr_el2; + +static struct vgic_lr vgic_v3_get_lr(const struct kvm_vcpu *vcpu, int lr) +{ + struct vgic_lr lr_desc; + u64 val = vcpu->arch.vgic_cpu.vgic_v3.vgic_lr[LR_INDEX(lr)]; + + lr_desc.irq = val & GICH_LR_VIRTUALID; + if (lr_desc.irq <= 15) + lr_desc.source = (val >> GICH_LR_PHYSID_CPUID_SHIFT) & 0x7; + else + lr_desc.source = 0; + lr_desc.state = 0; + + if (val & ICH_LR_PENDING_BIT) + lr_desc.state |= LR_STATE_PENDING; + if (val & ICH_LR_ACTIVE_BIT) + lr_desc.state |= LR_STATE_ACTIVE; + if (val & ICH_LR_EOI) + lr_desc.state |= LR_EOI_INT; + + return lr_desc; +} + +static void vgic_v3_set_lr(struct kvm_vcpu *vcpu, int lr, + struct vgic_lr lr_desc) +{ + u64 lr_val = (((u32)lr_desc.source << GICH_LR_PHYSID_CPUID_SHIFT) | + lr_desc.irq); + + if (lr_desc.state & LR_STATE_PENDING) + lr_val |= ICH_LR_PENDING_BIT; + if (lr_desc.state & LR_STATE_ACTIVE) + lr_val |= ICH_LR_ACTIVE_BIT; + if (lr_desc.state & LR_EOI_INT) + lr_val |= ICH_LR_EOI; + + vcpu->arch.vgic_cpu.vgic_v3.vgic_lr[LR_INDEX(lr)] = lr_val; +} + +static void vgic_v3_sync_lr_elrsr(struct kvm_vcpu *vcpu, int lr, + struct vgic_lr lr_desc) +{ + if (!(lr_desc.state & LR_STATE_MASK)) + vcpu->arch.vgic_cpu.vgic_v3.vgic_elrsr |= (1U << lr); +} + +static u64 vgic_v3_get_elrsr(const struct kvm_vcpu *vcpu) +{ + return vcpu->arch.vgic_cpu.vgic_v3.vgic_elrsr; +} + +static u64 vgic_v3_get_eisr(const struct kvm_vcpu *vcpu) +{ + return vcpu->arch.vgic_cpu.vgic_v3.vgic_eisr; +} + +static u32 vgic_v3_get_interrupt_status(const struct kvm_vcpu *vcpu) +{ + u32 misr = vcpu->arch.vgic_cpu.vgic_v3.vgic_misr; + u32 ret = 0; + + if (misr & ICH_MISR_EOI) + ret |= INT_STATUS_EOI; + if (misr & ICH_MISR_U) + ret |= INT_STATUS_UNDERFLOW; + + return ret; +} + +static void vgic_v3_get_vmcr(struct kvm_vcpu *vcpu, struct vgic_vmcr *vmcrp) +{ + u32 vmcr = vcpu->arch.vgic_cpu.vgic_v3.vgic_vmcr; + + vmcrp->ctlr = (vmcr & ICH_VMCR_CTLR_MASK) >> ICH_VMCR_CTLR_SHIFT; + vmcrp->abpr = (vmcr & ICH_VMCR_BPR1_MASK) >> ICH_VMCR_BPR1_SHIFT; + vmcrp->bpr = (vmcr & ICH_VMCR_BPR0_MASK) >> ICH_VMCR_BPR0_SHIFT; + vmcrp->pmr = (vmcr & ICH_VMCR_PMR_MASK) >> ICH_VMCR_PMR_SHIFT; +} + +static void vgic_v3_enable_underflow(struct kvm_vcpu *vcpu) +{ + vcpu->arch.vgic_cpu.vgic_v3.vgic_hcr |= ICH_HCR_UIE; +} + +static void vgic_v3_disable_underflow(struct kvm_vcpu *vcpu) +{ + vcpu->arch.vgic_cpu.vgic_v3.vgic_hcr &= ~ICH_HCR_UIE; +} + +static void vgic_v3_set_vmcr(struct kvm_vcpu *vcpu, struct vgic_vmcr *vmcrp) +{ + u32 vmcr; + + vmcr = (vmcrp->ctlr << ICH_VMCR_CTLR_SHIFT) & ICH_VMCR_CTLR_MASK; + vmcr |= (vmcrp->abpr << ICH_VMCR_BPR1_SHIFT) & ICH_VMCR_BPR1_MASK; + vmcr |= (vmcrp->bpr << ICH_VMCR_BPR0_SHIFT) & ICH_VMCR_BPR0_MASK; + vmcr |= (vmcrp->pmr << ICH_VMCR_PMR_SHIFT) & ICH_VMCR_PMR_MASK; + + vcpu->arch.vgic_cpu.vgic_v3.vgic_vmcr = vmcr; +} + +static void vgic_v3_enable(struct kvm_vcpu *vcpu) +{ + /* + * By forcing VMCR to zero, the GIC will restore the binary + * points to their reset values. Anything else resets to zero + * anyway. + */ + vcpu->arch.vgic_cpu.vgic_v3.vgic_vmcr = 0; + + /* Get the show on the road... */ + vcpu->arch.vgic_cpu.vgic_v3.vgic_hcr = ICH_HCR_EN; +} + +static const struct vgic_ops vgic_v3_ops = { + .get_lr = vgic_v3_get_lr, + .set_lr = vgic_v3_set_lr, + .sync_lr_elrsr = vgic_v3_sync_lr_elrsr, + .get_elrsr = vgic_v3_get_elrsr, + .get_eisr = vgic_v3_get_eisr, + .get_interrupt_status = vgic_v3_get_interrupt_status, + .enable_underflow = vgic_v3_enable_underflow, + .disable_underflow = vgic_v3_disable_underflow, + .get_vmcr = vgic_v3_get_vmcr, + .set_vmcr = vgic_v3_set_vmcr, + .enable = vgic_v3_enable, +}; + +static struct vgic_params vgic_v3_params; + +/** + * vgic_v3_probe - probe for a GICv3 compatible interrupt controller in DT + * @node: pointer to the DT node + * @ops: address of a pointer to the GICv3 operations + * @params: address of a pointer to HW-specific parameters + * + * Returns 0 if a GICv3 has been found, with the low level operations + * in *ops and the HW parameters in *params. Returns an error code + * otherwise. + */ +int vgic_v3_probe(struct device_node *vgic_node, + const struct vgic_ops **ops, + const struct vgic_params **params) +{ + int ret = 0; + u32 gicv_idx; + struct resource vcpu_res; + struct vgic_params *vgic = &vgic_v3_params; + + vgic->maint_irq = irq_of_parse_and_map(vgic_node, 0); + if (!vgic->maint_irq) { + kvm_err("error getting vgic maintenance irq from DT\n"); + ret = -ENXIO; + goto out; + } + + ich_vtr_el2 = kvm_call_hyp(__vgic_v3_get_ich_vtr_el2); + + /* + * The ListRegs field is 5 bits, but there is a architectural + * maximum of 16 list registers. Just ignore bit 4... + */ + vgic->nr_lr = (ich_vtr_el2 & 0xf) + 1; + + if (of_property_read_u32(vgic_node, "#redistributor-regions", &gicv_idx)) + gicv_idx = 1; + + gicv_idx += 3; /* Also skip GICD, GICC, GICH */ + if (of_address_to_resource(vgic_node, gicv_idx, &vcpu_res)) { + kvm_err("Cannot obtain GICV region\n"); + ret = -ENXIO; + goto out; + } + + if (!PAGE_ALIGNED(vcpu_res.start)) { + kvm_err("GICV physical address 0x%llx not page aligned\n", + (unsigned long long)vcpu_res.start); + ret = -ENXIO; + goto out; + } + + if (!PAGE_ALIGNED(resource_size(&vcpu_res))) { + kvm_err("GICV size 0x%llx not a multiple of page size 0x%lx\n", + (unsigned long long)resource_size(&vcpu_res), + PAGE_SIZE); + ret = -ENXIO; + goto out; + } + + vgic->vcpu_base = vcpu_res.start; + vgic->vctrl_base = NULL; + vgic->type = VGIC_V3; + + kvm_info("%s@%llx IRQ%d\n", vgic_node->name, + vcpu_res.start, vgic->maint_irq); + + *ops = &vgic_v3_ops; + *params = vgic; + +out: + of_node_put(vgic_node); + return ret; +} --- linux-lts-utopic-3.16.0.orig/virt/kvm/arm/vgic.c +++ linux-lts-utopic-3.16.0/virt/kvm/arm/vgic.c @@ -76,14 +76,6 @@ #define IMPLEMENTER_ARM 0x43b #define GICC_ARCH_VERSION_V2 0x2 -/* Physical address of vgic virtual cpu interface */ -static phys_addr_t vgic_vcpu_base; - -/* Virtual control interface base address */ -static void __iomem *vgic_vctrl_base; - -static struct device_node *vgic_node; - #define ACCESS_READ_VALUE (1 << 0) #define ACCESS_READ_RAZ (0 << 0) #define ACCESS_READ_MASK(x) ((x) & (1 << 0)) @@ -94,12 +86,17 @@ #define ACCESS_WRITE_MASK(x) ((x) & (3 << 1)) static void vgic_retire_disabled_irqs(struct kvm_vcpu *vcpu); +static void vgic_retire_lr(int lr_nr, int irq, struct kvm_vcpu *vcpu); static void vgic_update_state(struct kvm *kvm); static void vgic_kick_vcpus(struct kvm *kvm); static void vgic_dispatch_sgi(struct kvm_vcpu *vcpu, u32 reg); -static u32 vgic_nr_lr; +static struct vgic_lr vgic_get_lr(const struct kvm_vcpu *vcpu, int lr); +static void vgic_set_lr(struct kvm_vcpu *vcpu, int lr, struct vgic_lr lr_desc); +static void vgic_get_vmcr(struct kvm_vcpu *vcpu, struct vgic_vmcr *vmcr); +static void vgic_set_vmcr(struct kvm_vcpu *vcpu, struct vgic_vmcr *vmcr); -static unsigned int vgic_maint_irq; +static const struct vgic_ops *vgic_ops; +static const struct vgic_params *vgic; static u32 *vgic_bitmap_get_reg(struct vgic_bitmap *x, int cpuid, u32 offset) @@ -593,18 +590,6 @@ return false; } -#define LR_CPUID(lr) \ - (((lr) & GICH_LR_PHYSID_CPUID) >> GICH_LR_PHYSID_CPUID_SHIFT) -#define LR_IRQID(lr) \ - ((lr) & GICH_LR_VIRTUALID) - -static void vgic_retire_lr(int lr_nr, int irq, struct vgic_cpu *vgic_cpu) -{ - clear_bit(lr_nr, vgic_cpu->lr_used); - vgic_cpu->vgic_lr[lr_nr] &= ~GICH_LR_STATE; - vgic_cpu->vgic_irq_lr_map[irq] = LR_EMPTY; -} - /** * vgic_unqueue_irqs - move pending IRQs from LRs to the distributor * @vgic_cpu: Pointer to the vgic_cpu struct holding the LRs @@ -622,13 +607,10 @@ struct vgic_dist *dist = &vcpu->kvm->arch.vgic; struct vgic_cpu *vgic_cpu = &vcpu->arch.vgic_cpu; int vcpu_id = vcpu->vcpu_id; - int i, irq, source_cpu; - u32 *lr; + int i; for_each_set_bit(i, vgic_cpu->lr_used, vgic_cpu->nr_lr) { - lr = &vgic_cpu->vgic_lr[i]; - irq = LR_IRQID(*lr); - source_cpu = LR_CPUID(*lr); + struct vgic_lr lr = vgic_get_lr(vcpu, i); /* * There are three options for the state bits: @@ -640,7 +622,7 @@ * If the LR holds only an active interrupt (not pending) then * just leave it alone. */ - if ((*lr & GICH_LR_STATE) == GICH_LR_ACTIVE_BIT) + if ((lr.state & LR_STATE_MASK) == LR_STATE_ACTIVE) continue; /* @@ -649,18 +631,19 @@ * is fine, then we are only setting a few bits that were * already set. */ - vgic_dist_irq_set(vcpu, irq); - if (irq < VGIC_NR_SGIS) - dist->irq_sgi_sources[vcpu_id][irq] |= 1 << source_cpu; - *lr &= ~GICH_LR_PENDING_BIT; + vgic_dist_irq_set(vcpu, lr.irq); + if (lr.irq < VGIC_NR_SGIS) + dist->irq_sgi_sources[vcpu_id][lr.irq] |= 1 << lr.source; + lr.state &= ~LR_STATE_PENDING; + vgic_set_lr(vcpu, i, lr); /* * If there's no state left on the LR (it could still be * active), then the LR does not hold any useful info and can * be marked as free for other use. */ - if (!(*lr & GICH_LR_STATE)) - vgic_retire_lr(i, irq, vgic_cpu); + if (!(lr.state & LR_STATE_MASK)) + vgic_retire_lr(i, lr.irq, vcpu); /* Finally update the VGIC state. */ vgic_update_state(vcpu->kvm); @@ -674,7 +657,7 @@ { struct vgic_dist *dist = &vcpu->kvm->arch.vgic; int sgi; - int min_sgi = (offset & ~0x3) * 4; + int min_sgi = (offset & ~0x3); int max_sgi = min_sgi + 3; int vcpu_id = vcpu->vcpu_id; u32 reg = 0; @@ -695,7 +678,7 @@ { struct vgic_dist *dist = &vcpu->kvm->arch.vgic; int sgi; - int min_sgi = (offset & ~0x3) * 4; + int min_sgi = (offset & ~0x3); int max_sgi = min_sgi + 3; int vcpu_id = vcpu->vcpu_id; u32 reg; @@ -989,8 +972,73 @@ } } -#define MK_LR_PEND(src, irq) \ - (GICH_LR_PENDING_BIT | ((src) << GICH_LR_PHYSID_CPUID_SHIFT) | (irq)) +static struct vgic_lr vgic_get_lr(const struct kvm_vcpu *vcpu, int lr) +{ + return vgic_ops->get_lr(vcpu, lr); +} + +static void vgic_set_lr(struct kvm_vcpu *vcpu, int lr, + struct vgic_lr vlr) +{ + vgic_ops->set_lr(vcpu, lr, vlr); +} + +static void vgic_sync_lr_elrsr(struct kvm_vcpu *vcpu, int lr, + struct vgic_lr vlr) +{ + vgic_ops->sync_lr_elrsr(vcpu, lr, vlr); +} + +static inline u64 vgic_get_elrsr(struct kvm_vcpu *vcpu) +{ + return vgic_ops->get_elrsr(vcpu); +} + +static inline u64 vgic_get_eisr(struct kvm_vcpu *vcpu) +{ + return vgic_ops->get_eisr(vcpu); +} + +static inline u32 vgic_get_interrupt_status(struct kvm_vcpu *vcpu) +{ + return vgic_ops->get_interrupt_status(vcpu); +} + +static inline void vgic_enable_underflow(struct kvm_vcpu *vcpu) +{ + vgic_ops->enable_underflow(vcpu); +} + +static inline void vgic_disable_underflow(struct kvm_vcpu *vcpu) +{ + vgic_ops->disable_underflow(vcpu); +} + +static inline void vgic_get_vmcr(struct kvm_vcpu *vcpu, struct vgic_vmcr *vmcr) +{ + vgic_ops->get_vmcr(vcpu, vmcr); +} + +static void vgic_set_vmcr(struct kvm_vcpu *vcpu, struct vgic_vmcr *vmcr) +{ + vgic_ops->set_vmcr(vcpu, vmcr); +} + +static inline void vgic_enable(struct kvm_vcpu *vcpu) +{ + vgic_ops->enable(vcpu); +} + +static void vgic_retire_lr(int lr_nr, int irq, struct kvm_vcpu *vcpu) +{ + struct vgic_cpu *vgic_cpu = &vcpu->arch.vgic_cpu; + struct vgic_lr vlr = vgic_get_lr(vcpu, lr_nr); + + vlr.state = 0; + vgic_set_lr(vcpu, lr_nr, vlr); + clear_bit(lr_nr, vgic_cpu->lr_used); + vgic_cpu->vgic_irq_lr_map[irq] = LR_EMPTY; +} /* * An interrupt may have been disabled after being made pending on the @@ -1006,13 +1054,13 @@ struct vgic_cpu *vgic_cpu = &vcpu->arch.vgic_cpu; int lr; - for_each_set_bit(lr, vgic_cpu->lr_used, vgic_cpu->nr_lr) { - int irq = vgic_cpu->vgic_lr[lr] & GICH_LR_VIRTUALID; + for_each_set_bit(lr, vgic_cpu->lr_used, vgic->nr_lr) { + struct vgic_lr vlr = vgic_get_lr(vcpu, lr); - if (!vgic_irq_is_enabled(vcpu, irq)) { - vgic_retire_lr(lr, irq, vgic_cpu); - if (vgic_irq_is_active(vcpu, irq)) - vgic_irq_clear_active(vcpu, irq); + if (!vgic_irq_is_enabled(vcpu, vlr.irq)) { + vgic_retire_lr(lr, vlr.irq, vcpu); + if (vgic_irq_is_active(vcpu, vlr.irq)) + vgic_irq_clear_active(vcpu, vlr.irq); } } } @@ -1024,6 +1072,7 @@ static bool vgic_queue_irq(struct kvm_vcpu *vcpu, u8 sgi_source_id, int irq) { struct vgic_cpu *vgic_cpu = &vcpu->arch.vgic_cpu; + struct vgic_lr vlr; int lr; /* Sanitize the input... */ @@ -1036,28 +1085,34 @@ lr = vgic_cpu->vgic_irq_lr_map[irq]; /* Do we have an active interrupt for the same CPUID? */ - if (lr != LR_EMPTY && - (LR_CPUID(vgic_cpu->vgic_lr[lr]) == sgi_source_id)) { - kvm_debug("LR%d piggyback for IRQ%d %x\n", - lr, irq, vgic_cpu->vgic_lr[lr]); - BUG_ON(!test_bit(lr, vgic_cpu->lr_used)); - vgic_cpu->vgic_lr[lr] |= GICH_LR_PENDING_BIT; - return true; + if (lr != LR_EMPTY) { + vlr = vgic_get_lr(vcpu, lr); + if (vlr.source == sgi_source_id) { + kvm_debug("LR%d piggyback for IRQ%d\n", lr, vlr.irq); + BUG_ON(!test_bit(lr, vgic_cpu->lr_used)); + vlr.state |= LR_STATE_PENDING; + vgic_set_lr(vcpu, lr, vlr); + return true; + } } /* Try to use another LR for this interrupt */ lr = find_first_zero_bit((unsigned long *)vgic_cpu->lr_used, - vgic_cpu->nr_lr); - if (lr >= vgic_cpu->nr_lr) + vgic->nr_lr); + if (lr >= vgic->nr_lr) return false; kvm_debug("LR%d allocated for IRQ%d %x\n", lr, irq, sgi_source_id); - vgic_cpu->vgic_lr[lr] = MK_LR_PEND(sgi_source_id, irq); vgic_cpu->vgic_irq_lr_map[irq] = lr; set_bit(lr, vgic_cpu->lr_used); + vlr.irq = irq; + vlr.source = sgi_source_id; + vlr.state = LR_STATE_PENDING; if (!vgic_irq_is_edge(vcpu, irq)) - vgic_cpu->vgic_lr[lr] |= GICH_LR_EOI; + vlr.state |= LR_EOI_INT; + + vgic_set_lr(vcpu, lr, vlr); return true; } @@ -1155,9 +1210,9 @@ epilog: if (overflow) { - vgic_cpu->vgic_hcr |= GICH_HCR_UIE; + vgic_enable_underflow(vcpu); } else { - vgic_cpu->vgic_hcr &= ~GICH_HCR_UIE; + vgic_disable_underflow(vcpu); /* * We're about to run this VCPU, and we've consumed * everything the distributor had in store for @@ -1170,44 +1225,46 @@ static bool vgic_process_maintenance(struct kvm_vcpu *vcpu) { - struct vgic_cpu *vgic_cpu = &vcpu->arch.vgic_cpu; + u32 status = vgic_get_interrupt_status(vcpu); bool level_pending = false; - kvm_debug("MISR = %08x\n", vgic_cpu->vgic_misr); + kvm_debug("STATUS = %08x\n", status); - if (vgic_cpu->vgic_misr & GICH_MISR_EOI) { + if (status & INT_STATUS_EOI) { /* * Some level interrupts have been EOIed. Clear their * active bit. */ - int lr, irq; - - for_each_set_bit(lr, (unsigned long *)vgic_cpu->vgic_eisr, - vgic_cpu->nr_lr) { - irq = vgic_cpu->vgic_lr[lr] & GICH_LR_VIRTUALID; - - vgic_irq_clear_active(vcpu, irq); - vgic_cpu->vgic_lr[lr] &= ~GICH_LR_EOI; + u64 eisr = vgic_get_eisr(vcpu); + unsigned long *eisr_ptr = (unsigned long *)&eisr; + int lr; + + for_each_set_bit(lr, eisr_ptr, vgic->nr_lr) { + struct vgic_lr vlr = vgic_get_lr(vcpu, lr); + + vgic_irq_clear_active(vcpu, vlr.irq); + WARN_ON(vlr.state & LR_STATE_MASK); + vlr.state = 0; + vgic_set_lr(vcpu, lr, vlr); /* Any additional pending interrupt? */ - if (vgic_dist_irq_is_pending(vcpu, irq)) { - vgic_cpu_irq_set(vcpu, irq); + if (vgic_dist_irq_is_pending(vcpu, vlr.irq)) { + vgic_cpu_irq_set(vcpu, vlr.irq); level_pending = true; } else { - vgic_cpu_irq_clear(vcpu, irq); + vgic_cpu_irq_clear(vcpu, vlr.irq); } /* * Despite being EOIed, the LR may not have * been marked as empty. */ - set_bit(lr, (unsigned long *)vgic_cpu->vgic_elrsr); - vgic_cpu->vgic_lr[lr] &= ~GICH_LR_ACTIVE_BIT; + vgic_sync_lr_elrsr(vcpu, lr, vlr); } } - if (vgic_cpu->vgic_misr & GICH_MISR_U) - vgic_cpu->vgic_hcr &= ~GICH_HCR_UIE; + if (status & INT_STATUS_UNDERFLOW) + vgic_disable_underflow(vcpu); return level_pending; } @@ -1220,29 +1277,31 @@ { struct vgic_cpu *vgic_cpu = &vcpu->arch.vgic_cpu; struct vgic_dist *dist = &vcpu->kvm->arch.vgic; + u64 elrsr; + unsigned long *elrsr_ptr; int lr, pending; bool level_pending; level_pending = vgic_process_maintenance(vcpu); + elrsr = vgic_get_elrsr(vcpu); + elrsr_ptr = (unsigned long *)&elrsr; /* Clear mappings for empty LRs */ - for_each_set_bit(lr, (unsigned long *)vgic_cpu->vgic_elrsr, - vgic_cpu->nr_lr) { - int irq; + for_each_set_bit(lr, elrsr_ptr, vgic->nr_lr) { + struct vgic_lr vlr; if (!test_and_clear_bit(lr, vgic_cpu->lr_used)) continue; - irq = vgic_cpu->vgic_lr[lr] & GICH_LR_VIRTUALID; + vlr = vgic_get_lr(vcpu, lr); - BUG_ON(irq >= VGIC_NR_IRQS); - vgic_cpu->vgic_irq_lr_map[irq] = LR_EMPTY; + BUG_ON(vlr.irq >= VGIC_NR_IRQS); + vgic_cpu->vgic_irq_lr_map[vlr.irq] = LR_EMPTY; } /* Check if we still have something up our sleeve... */ - pending = find_first_zero_bit((unsigned long *)vgic_cpu->vgic_elrsr, - vgic_cpu->nr_lr); - if (level_pending || pending < vgic_cpu->nr_lr) + pending = find_first_zero_bit(elrsr_ptr, vgic->nr_lr); + if (level_pending || pending < vgic->nr_lr) set_bit(vcpu->vcpu_id, &dist->irq_pending_on_cpu); } @@ -1387,7 +1446,8 @@ int kvm_vgic_inject_irq(struct kvm *kvm, int cpuid, unsigned int irq_num, bool level) { - if (vgic_update_irq_state(kvm, cpuid, irq_num, level)) + if (likely(vgic_initialized(kvm)) && + vgic_update_irq_state(kvm, cpuid, irq_num, level)) vgic_kick_vcpus(kvm); return 0; @@ -1432,21 +1492,20 @@ } /* - * By forcing VMCR to zero, the GIC will restore the binary - * points to their reset values. Anything else resets to zero - * anyway. + * Store the number of LRs per vcpu, so we don't have to go + * all the way to the distributor structure to find out. Only + * assembly code should use this one. */ - vgic_cpu->vgic_vmcr = 0; + vgic_cpu->nr_lr = vgic->nr_lr; - vgic_cpu->nr_lr = vgic_nr_lr; - vgic_cpu->vgic_hcr = GICH_HCR_EN; /* Get the show on the road... */ + vgic_enable(vcpu); return 0; } static void vgic_init_maintenance_interrupt(void *info) { - enable_percpu_irq(vgic_maint_irq, 0); + enable_percpu_irq(vgic->maint_irq, 0); } static int vgic_cpu_notify(struct notifier_block *self, @@ -1459,7 +1518,7 @@ break; case CPU_DYING: case CPU_DYING_FROZEN: - disable_percpu_irq(vgic_maint_irq); + disable_percpu_irq(vgic->maint_irq); break; } @@ -1470,30 +1529,37 @@ .notifier_call = vgic_cpu_notify, }; +static const struct of_device_id vgic_ids[] = { + { .compatible = "arm,cortex-a15-gic", .data = vgic_v2_probe, }, + { .compatible = "arm,gic-v3", .data = vgic_v3_probe, }, + {}, +}; + int kvm_vgic_hyp_init(void) { + const struct of_device_id *matched_id; + int (*vgic_probe)(struct device_node *,const struct vgic_ops **, + const struct vgic_params **); + struct device_node *vgic_node; int ret; - struct resource vctrl_res; - struct resource vcpu_res; - vgic_node = of_find_compatible_node(NULL, NULL, "arm,cortex-a15-gic"); + vgic_node = of_find_matching_node_and_match(NULL, + vgic_ids, &matched_id); if (!vgic_node) { - kvm_err("error: no compatible vgic node in DT\n"); + kvm_err("error: no compatible GIC node found\n"); return -ENODEV; } - vgic_maint_irq = irq_of_parse_and_map(vgic_node, 0); - if (!vgic_maint_irq) { - kvm_err("error getting vgic maintenance irq from DT\n"); - ret = -ENXIO; - goto out; - } + vgic_probe = matched_id->data; + ret = vgic_probe(vgic_node, &vgic_ops, &vgic); + if (ret) + return ret; - ret = request_percpu_irq(vgic_maint_irq, vgic_maintenance_handler, + ret = request_percpu_irq(vgic->maint_irq, vgic_maintenance_handler, "vgic", kvm_get_running_vcpus()); if (ret) { - kvm_err("Cannot register interrupt %d\n", vgic_maint_irq); - goto out; + kvm_err("Cannot register interrupt %d\n", vgic->maint_irq); + return ret; } ret = __register_cpu_notifier(&vgic_cpu_nb); @@ -1502,65 +1568,15 @@ goto out_free_irq; } - ret = of_address_to_resource(vgic_node, 2, &vctrl_res); - if (ret) { - kvm_err("Cannot obtain VCTRL resource\n"); - goto out_free_irq; - } - - vgic_vctrl_base = of_iomap(vgic_node, 2); - if (!vgic_vctrl_base) { - kvm_err("Cannot ioremap VCTRL\n"); - ret = -ENOMEM; - goto out_free_irq; - } + /* Callback into for arch code for setup */ + vgic_arch_setup(vgic); - vgic_nr_lr = readl_relaxed(vgic_vctrl_base + GICH_VTR); - vgic_nr_lr = (vgic_nr_lr & 0x3f) + 1; - - ret = create_hyp_io_mappings(vgic_vctrl_base, - vgic_vctrl_base + resource_size(&vctrl_res), - vctrl_res.start); - if (ret) { - kvm_err("Cannot map VCTRL into hyp\n"); - goto out_unmap; - } - - if (of_address_to_resource(vgic_node, 3, &vcpu_res)) { - kvm_err("Cannot obtain VCPU resource\n"); - ret = -ENXIO; - goto out_unmap; - } - - if (!PAGE_ALIGNED(vcpu_res.start)) { - kvm_err("GICV physical address 0x%llx not page aligned\n", - (unsigned long long)vcpu_res.start); - ret = -ENXIO; - goto out_unmap; - } - - if (!PAGE_ALIGNED(resource_size(&vcpu_res))) { - kvm_err("GICV size 0x%llx not a multiple of page size 0x%lx\n", - (unsigned long long)resource_size(&vcpu_res), - PAGE_SIZE); - ret = -ENXIO; - goto out_unmap; - } - - vgic_vcpu_base = vcpu_res.start; - - kvm_info("%s@%llx IRQ%d\n", vgic_node->name, - vctrl_res.start, vgic_maint_irq); on_each_cpu(vgic_init_maintenance_interrupt, NULL, 1); - goto out; + return 0; -out_unmap: - iounmap(vgic_vctrl_base); out_free_irq: - free_percpu_irq(vgic_maint_irq, kvm_get_running_vcpus()); -out: - of_node_put(vgic_node); + free_percpu_irq(vgic->maint_irq, kvm_get_running_vcpus()); return ret; } @@ -1593,7 +1609,7 @@ } ret = kvm_phys_addr_ioremap(kvm, kvm->arch.vgic.vgic_cpu_base, - vgic_vcpu_base, KVM_VGIC_V2_CPU_SIZE); + vgic->vcpu_base, KVM_VGIC_V2_CPU_SIZE); if (ret) { kvm_err("Unable to remap VGIC CPU to VCPU\n"); goto out; @@ -1610,7 +1626,7 @@ int kvm_vgic_create(struct kvm *kvm) { - int i, vcpu_lock_idx = -1, ret = 0; + int i, vcpu_lock_idx = -1, ret; struct kvm_vcpu *vcpu; mutex_lock(&kvm->lock); @@ -1625,6 +1641,7 @@ * vcpu->mutex. By grabbing the vcpu->mutex of all VCPUs we ensure * that no other VCPUs are run while we create the vgic. */ + ret = -EBUSY; kvm_for_each_vcpu(i, vcpu, kvm) { if (!mutex_trylock(&vcpu->mutex)) goto out_unlock; @@ -1632,14 +1649,14 @@ } kvm_for_each_vcpu(i, vcpu, kvm) { - if (vcpu->arch.has_run_once) { - ret = -EBUSY; + if (vcpu->arch.has_run_once) goto out_unlock; - } } + ret = 0; spin_lock_init(&kvm->arch.vgic.lock); - kvm->arch.vgic.vctrl_base = vgic_vctrl_base; + kvm->arch.vgic.in_kernel = true; + kvm->arch.vgic.vctrl_base = vgic->vctrl_base; kvm->arch.vgic.vgic_dist_base = VGIC_ADDR_UNDEF; kvm->arch.vgic.vgic_cpu_base = VGIC_ADDR_UNDEF; @@ -1654,7 +1671,7 @@ return ret; } -static bool vgic_ioaddr_overlap(struct kvm *kvm) +static int vgic_ioaddr_overlap(struct kvm *kvm) { phys_addr_t dist = kvm->arch.vgic.vgic_dist_base; phys_addr_t cpu = kvm->arch.vgic.vgic_cpu_base; @@ -1738,39 +1755,40 @@ static bool handle_cpu_mmio_misc(struct kvm_vcpu *vcpu, struct kvm_exit_mmio *mmio, phys_addr_t offset) { - struct vgic_cpu *vgic_cpu = &vcpu->arch.vgic_cpu; - u32 reg, mask = 0, shift = 0; bool updated = false; + struct vgic_vmcr vmcr; + u32 *vmcr_field; + u32 reg; + + vgic_get_vmcr(vcpu, &vmcr); switch (offset & ~0x3) { case GIC_CPU_CTRL: - mask = GICH_VMCR_CTRL_MASK; - shift = GICH_VMCR_CTRL_SHIFT; + vmcr_field = &vmcr.ctlr; break; case GIC_CPU_PRIMASK: - mask = GICH_VMCR_PRIMASK_MASK; - shift = GICH_VMCR_PRIMASK_SHIFT; + vmcr_field = &vmcr.pmr; break; case GIC_CPU_BINPOINT: - mask = GICH_VMCR_BINPOINT_MASK; - shift = GICH_VMCR_BINPOINT_SHIFT; + vmcr_field = &vmcr.bpr; break; case GIC_CPU_ALIAS_BINPOINT: - mask = GICH_VMCR_ALIAS_BINPOINT_MASK; - shift = GICH_VMCR_ALIAS_BINPOINT_SHIFT; + vmcr_field = &vmcr.abpr; break; + default: + BUG(); } if (!mmio->is_write) { - reg = (vgic_cpu->vgic_vmcr & mask) >> shift; + reg = *vmcr_field; mmio_data_write(mmio, ~0, reg); } else { reg = mmio_data_read(mmio, ~0); - reg = (reg << shift) & mask; - if (reg != (vgic_cpu->vgic_vmcr & mask)) + if (reg != *vmcr_field) { + *vmcr_field = reg; + vgic_set_vmcr(vcpu, &vmcr); updated = true; - vgic_cpu->vgic_vmcr &= ~mask; - vgic_cpu->vgic_vmcr |= reg; + } } return updated; } --- linux-lts-utopic-3.16.0.orig/virt/kvm/async_pf.c +++ linux-lts-utopic-3.16.0/virt/kvm/async_pf.c @@ -171,7 +171,7 @@ * do alloc nowait since if we are going to sleep anyway we * may as well sleep faulting in page */ - work = kmem_cache_zalloc(async_pf_cache, GFP_NOWAIT); + work = kmem_cache_zalloc(async_pf_cache, GFP_NOWAIT | __GFP_NOWARN); if (!work) return 0; --- linux-lts-utopic-3.16.0.orig/virt/kvm/eventfd.c +++ linux-lts-utopic-3.16.0/virt/kvm/eventfd.c @@ -33,10 +33,13 @@ #include #include #include +#include +#include +#include "irq.h" #include "iodev.h" -#ifdef CONFIG_HAVE_KVM_IRQ_ROUTING +#ifdef CONFIG_HAVE_KVM_IRQFD /* * -------------------------------------------------------------------- * irqfd: Allows an fd to be used to inject an interrupt to the guest @@ -75,7 +78,8 @@ struct kvm *kvm; wait_queue_t wait; /* Update side is protected by irqfds.lock */ - struct kvm_kernel_irq_routing_entry __rcu *irq_entry; + struct kvm_kernel_irq_routing_entry irq_entry; + seqcount_t irq_entry_sc; /* Used for level IRQ fast-path */ int gsi; struct work_struct inject; @@ -223,16 +227,20 @@ { struct _irqfd *irqfd = container_of(wait, struct _irqfd, wait); unsigned long flags = (unsigned long)key; - struct kvm_kernel_irq_routing_entry *irq; + struct kvm_kernel_irq_routing_entry irq; struct kvm *kvm = irqfd->kvm; + unsigned seq; int idx; if (flags & POLLIN) { idx = srcu_read_lock(&kvm->irq_srcu); - irq = srcu_dereference(irqfd->irq_entry, &kvm->irq_srcu); + do { + seq = read_seqcount_begin(&irqfd->irq_entry_sc); + irq = irqfd->irq_entry; + } while (read_seqcount_retry(&irqfd->irq_entry_sc, seq)); /* An event has been signaled, inject an interrupt */ - if (irq) - kvm_set_msi(irq, kvm, KVM_USERSPACE_IRQ_SOURCE_ID, 1, + if (irq.type == KVM_IRQ_ROUTING_MSI) + kvm_set_msi(&irq, kvm, KVM_USERSPACE_IRQ_SOURCE_ID, 1, false); else schedule_work(&irqfd->inject); @@ -272,34 +280,37 @@ } /* Must be called under irqfds.lock */ -static void irqfd_update(struct kvm *kvm, struct _irqfd *irqfd, - struct kvm_irq_routing_table *irq_rt) +static void irqfd_update(struct kvm *kvm, struct _irqfd *irqfd) { struct kvm_kernel_irq_routing_entry *e; + struct kvm_kernel_irq_routing_entry entries[KVM_NR_IRQCHIPS]; + int i, n_entries; - if (irqfd->gsi >= irq_rt->nr_rt_entries) { - rcu_assign_pointer(irqfd->irq_entry, NULL); - return; - } + n_entries = kvm_irq_map_gsi(kvm, entries, irqfd->gsi); + + write_seqcount_begin(&irqfd->irq_entry_sc); + + irqfd->irq_entry.type = 0; - hlist_for_each_entry(e, &irq_rt->map[irqfd->gsi], link) { + e = entries; + for (i = 0; i < n_entries; ++i, ++e) { /* Only fast-path MSI. */ if (e->type == KVM_IRQ_ROUTING_MSI) - rcu_assign_pointer(irqfd->irq_entry, e); - else - rcu_assign_pointer(irqfd->irq_entry, NULL); + irqfd->irq_entry = *e; } + + write_seqcount_end(&irqfd->irq_entry_sc); } static int kvm_irqfd_assign(struct kvm *kvm, struct kvm_irqfd *args) { - struct kvm_irq_routing_table *irq_rt; struct _irqfd *irqfd, *tmp; struct fd f; struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL; int ret; unsigned int events; + int idx; irqfd = kzalloc(sizeof(*irqfd), GFP_KERNEL); if (!irqfd) @@ -310,6 +321,7 @@ INIT_LIST_HEAD(&irqfd->list); INIT_WORK(&irqfd->inject, irqfd_inject); INIT_WORK(&irqfd->shutdown, irqfd_shutdown); + seqcount_init(&irqfd->irq_entry_sc); f = fdget(args->fd); if (!f.file) { @@ -392,9 +404,9 @@ goto fail; } - irq_rt = rcu_dereference_protected(kvm->irq_routing, - lockdep_is_held(&kvm->irqfds.lock)); - irqfd_update(kvm, irqfd, irq_rt); + idx = srcu_read_lock(&kvm->irq_srcu); + irqfd_update(kvm, irqfd); + srcu_read_unlock(&kvm->irq_srcu, idx); list_add_tail(&irqfd->list, &kvm->irqfds.items); @@ -433,12 +445,73 @@ kfree(irqfd); return ret; } + +bool kvm_irq_has_notifier(struct kvm *kvm, unsigned irqchip, unsigned pin) +{ + struct kvm_irq_ack_notifier *kian; + int gsi, idx; + + idx = srcu_read_lock(&kvm->irq_srcu); + gsi = kvm_irq_map_chip_pin(kvm, irqchip, pin); + if (gsi != -1) + hlist_for_each_entry_rcu(kian, &kvm->irq_ack_notifier_list, + link) + if (kian->gsi == gsi) { + srcu_read_unlock(&kvm->irq_srcu, idx); + return true; + } + + srcu_read_unlock(&kvm->irq_srcu, idx); + + return false; +} +EXPORT_SYMBOL_GPL(kvm_irq_has_notifier); + +void kvm_notify_acked_irq(struct kvm *kvm, unsigned irqchip, unsigned pin) +{ + struct kvm_irq_ack_notifier *kian; + int gsi, idx; + + trace_kvm_ack_irq(irqchip, pin); + + idx = srcu_read_lock(&kvm->irq_srcu); + gsi = kvm_irq_map_chip_pin(kvm, irqchip, pin); + if (gsi != -1) + hlist_for_each_entry_rcu(kian, &kvm->irq_ack_notifier_list, + link) + if (kian->gsi == gsi) + kian->irq_acked(kian); + srcu_read_unlock(&kvm->irq_srcu, idx); +} + +void kvm_register_irq_ack_notifier(struct kvm *kvm, + struct kvm_irq_ack_notifier *kian) +{ + mutex_lock(&kvm->irq_lock); + hlist_add_head_rcu(&kian->link, &kvm->irq_ack_notifier_list); + mutex_unlock(&kvm->irq_lock); +#ifdef __KVM_HAVE_IOAPIC + kvm_vcpu_request_scan_ioapic(kvm); +#endif +} + +void kvm_unregister_irq_ack_notifier(struct kvm *kvm, + struct kvm_irq_ack_notifier *kian) +{ + mutex_lock(&kvm->irq_lock); + hlist_del_init_rcu(&kian->link); + mutex_unlock(&kvm->irq_lock); + synchronize_srcu(&kvm->irq_srcu); +#ifdef __KVM_HAVE_IOAPIC + kvm_vcpu_request_scan_ioapic(kvm); +#endif +} #endif void kvm_eventfd_init(struct kvm *kvm) { -#ifdef CONFIG_HAVE_KVM_IRQ_ROUTING +#ifdef CONFIG_HAVE_KVM_IRQFD spin_lock_init(&kvm->irqfds.lock); INIT_LIST_HEAD(&kvm->irqfds.items); INIT_LIST_HEAD(&kvm->irqfds.resampler_list); @@ -447,7 +520,7 @@ INIT_LIST_HEAD(&kvm->ioeventfds); } -#ifdef CONFIG_HAVE_KVM_IRQ_ROUTING +#ifdef CONFIG_HAVE_KVM_IRQFD /* * shutdown any irqfd's that match fd+gsi */ @@ -466,14 +539,14 @@ list_for_each_entry_safe(irqfd, tmp, &kvm->irqfds.items, list) { if (irqfd->eventfd == eventfd && irqfd->gsi == args->gsi) { /* - * This rcu_assign_pointer is needed for when + * This clearing of irq_entry.type is needed for when * another thread calls kvm_irq_routing_update before * we flush workqueue below (we synchronize with * kvm_irq_routing_update using irqfds.lock). - * It is paired with synchronize_srcu done by caller - * of that function. */ - rcu_assign_pointer(irqfd->irq_entry, NULL); + write_seqcount_begin(&irqfd->irq_entry_sc); + irqfd->irq_entry.type = 0; + write_seqcount_end(&irqfd->irq_entry_sc); irqfd_deactivate(irqfd); } } @@ -528,20 +601,17 @@ } /* - * Change irq_routing and irqfd. + * Take note of a change in irq routing. * Caller must invoke synchronize_srcu(&kvm->irq_srcu) afterwards. */ -void kvm_irq_routing_update(struct kvm *kvm, - struct kvm_irq_routing_table *irq_rt) +void kvm_irq_routing_update(struct kvm *kvm) { struct _irqfd *irqfd; spin_lock_irq(&kvm->irqfds.lock); - rcu_assign_pointer(kvm->irq_routing, irq_rt); - list_for_each_entry(irqfd, &kvm->irqfds.items, list) - irqfd_update(kvm, irqfd, irq_rt); + irqfd_update(kvm, irqfd); spin_unlock_irq(&kvm->irqfds.lock); } @@ -703,40 +773,14 @@ return KVM_MMIO_BUS; } -static int -kvm_assign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) +static int kvm_assign_ioeventfd_idx(struct kvm *kvm, + enum kvm_bus bus_idx, + struct kvm_ioeventfd *args) { - enum kvm_bus bus_idx; - struct _ioeventfd *p; - struct eventfd_ctx *eventfd; - int ret; - - bus_idx = ioeventfd_bus_from_flags(args->flags); - /* must be natural-word sized, or 0 to ignore length */ - switch (args->len) { - case 0: - case 1: - case 2: - case 4: - case 8: - break; - default: - return -EINVAL; - } - - /* check for range overflow */ - if (args->addr + args->len < args->addr) - return -EINVAL; - - /* check for extra flags that we don't understand */ - if (args->flags & ~KVM_IOEVENTFD_VALID_FLAG_MASK) - return -EINVAL; - /* ioeventfd with no length can't be combined with DATAMATCH */ - if (!args->len && - args->flags & (KVM_IOEVENTFD_FLAG_PIO | - KVM_IOEVENTFD_FLAG_DATAMATCH)) - return -EINVAL; + struct eventfd_ctx *eventfd; + struct _ioeventfd *p; + int ret; eventfd = eventfd_ctx_fdget(args->fd); if (IS_ERR(eventfd)) @@ -775,16 +819,6 @@ if (ret < 0) goto unlock_fail; - /* When length is ignored, MMIO is also put on a separate bus, for - * faster lookups. - */ - if (!args->len && !(args->flags & KVM_IOEVENTFD_FLAG_PIO)) { - ret = kvm_io_bus_register_dev(kvm, KVM_FAST_MMIO_BUS, - p->addr, 0, &p->dev); - if (ret < 0) - goto register_fail; - } - kvm->buses[bus_idx]->ioeventfd_count++; list_add_tail(&p->list, &kvm->ioeventfds); @@ -792,8 +826,6 @@ return 0; -register_fail: - kvm_io_bus_unregister_dev(kvm, bus_idx, &p->dev); unlock_fail: mutex_unlock(&kvm->slots_lock); @@ -805,14 +837,13 @@ } static int -kvm_deassign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) +kvm_deassign_ioeventfd_idx(struct kvm *kvm, enum kvm_bus bus_idx, + struct kvm_ioeventfd *args) { - enum kvm_bus bus_idx; struct _ioeventfd *p, *tmp; struct eventfd_ctx *eventfd; int ret = -ENOENT; - bus_idx = ioeventfd_bus_from_flags(args->flags); eventfd = eventfd_ctx_fdget(args->fd); if (IS_ERR(eventfd)) return PTR_ERR(eventfd); @@ -833,10 +864,6 @@ continue; kvm_io_bus_unregister_dev(kvm, bus_idx, &p->dev); - if (!p->length) { - kvm_io_bus_unregister_dev(kvm, KVM_FAST_MMIO_BUS, - &p->dev); - } kvm->buses[bus_idx]->ioeventfd_count--; ioeventfd_release(p); ret = 0; @@ -850,6 +877,71 @@ return ret; } +static int kvm_deassign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) +{ + enum kvm_bus bus_idx = ioeventfd_bus_from_flags(args->flags); + int ret = kvm_deassign_ioeventfd_idx(kvm, bus_idx, args); + + if (!args->len && bus_idx == KVM_MMIO_BUS) + kvm_deassign_ioeventfd_idx(kvm, KVM_FAST_MMIO_BUS, args); + + return ret; +} + +static int +kvm_assign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) +{ + enum kvm_bus bus_idx; + int ret; + + bus_idx = ioeventfd_bus_from_flags(args->flags); + /* must be natural-word sized, or 0 to ignore length */ + switch (args->len) { + case 0: + case 1: + case 2: + case 4: + case 8: + break; + default: + return -EINVAL; + } + + /* check for range overflow */ + if (args->addr + args->len < args->addr) + return -EINVAL; + + /* check for extra flags that we don't understand */ + if (args->flags & ~KVM_IOEVENTFD_VALID_FLAG_MASK) + return -EINVAL; + + /* ioeventfd with no length can't be combined with DATAMATCH */ + if (!args->len && + args->flags & (KVM_IOEVENTFD_FLAG_PIO | + KVM_IOEVENTFD_FLAG_DATAMATCH)) + return -EINVAL; + + ret = kvm_assign_ioeventfd_idx(kvm, bus_idx, args); + if (ret) + goto fail; + + /* When length is ignored, MMIO is also put on a separate bus, for + * faster lookups. + */ + if (!args->len && bus_idx == KVM_MMIO_BUS) { + ret = kvm_assign_ioeventfd_idx(kvm, KVM_FAST_MMIO_BUS, args); + if (ret < 0) + goto fast_fail; + } + + return 0; + +fast_fail: + kvm_deassign_ioeventfd_idx(kvm, bus_idx, args); +fail: + return ret; +} + int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) { --- linux-lts-utopic-3.16.0.orig/virt/kvm/ioapic.c +++ linux-lts-utopic-3.16.0/virt/kvm/ioapic.c @@ -254,10 +254,9 @@ spin_lock(&ioapic->lock); for (index = 0; index < IOAPIC_NUM_PINS; index++) { e = &ioapic->redirtbl[index]; - if (!e->fields.mask && - (e->fields.trig_mode == IOAPIC_LEVEL_TRIG || - kvm_irq_has_notifier(ioapic->kvm, KVM_IRQCHIP_IOAPIC, - index) || index == RTC_GSI)) { + if (e->fields.trig_mode == IOAPIC_LEVEL_TRIG || + kvm_irq_has_notifier(ioapic->kvm, KVM_IRQCHIP_IOAPIC, index) || + index == RTC_GSI) { if (kvm_apic_match_dest(vcpu, NULL, 0, e->fields.dest_id, e->fields.dest_mode)) { __set_bit(e->fields.vector, --- linux-lts-utopic-3.16.0.orig/virt/kvm/iommu.c +++ linux-lts-utopic-3.16.0/virt/kvm/iommu.c @@ -43,13 +43,13 @@ gfn_t base_gfn, unsigned long npages); static pfn_t kvm_pin_pages(struct kvm_memory_slot *slot, gfn_t gfn, - unsigned long size) + unsigned long npages) { gfn_t end_gfn; pfn_t pfn; pfn = gfn_to_pfn_memslot(slot, gfn); - end_gfn = gfn + (size >> PAGE_SHIFT); + end_gfn = gfn + npages; gfn += 1; if (is_error_noslot_pfn(pfn)) @@ -61,6 +61,14 @@ return pfn; } +static void kvm_unpin_pages(struct kvm *kvm, pfn_t pfn, unsigned long npages) +{ + unsigned long i; + + for (i = 0; i < npages; ++i) + kvm_release_pfn_clean(pfn + i); +} + int kvm_iommu_map_pages(struct kvm *kvm, struct kvm_memory_slot *slot) { gfn_t gfn, end_gfn; @@ -111,7 +119,7 @@ * Pin all pages we are about to map in memory. This is * important because we unmap and unpin in 4kb steps later. */ - pfn = kvm_pin_pages(slot, gfn, page_size); + pfn = kvm_pin_pages(slot, gfn, page_size >> PAGE_SHIFT); if (is_error_noslot_pfn(pfn)) { gfn += 1; continue; @@ -123,6 +131,7 @@ if (r) { printk(KERN_ERR "kvm_iommu_map_address:" "iommu failed to map pfn=%llx\n", pfn); + kvm_unpin_pages(kvm, pfn, page_size >> PAGE_SHIFT); goto unmap_pages; } @@ -134,7 +143,7 @@ return 0; unmap_pages: - kvm_iommu_put_pages(kvm, slot->base_gfn, gfn); + kvm_iommu_put_pages(kvm, slot->base_gfn, gfn - slot->base_gfn); return r; } @@ -266,14 +275,6 @@ return r; } -static void kvm_unpin_pages(struct kvm *kvm, pfn_t pfn, unsigned long npages) -{ - unsigned long i; - - for (i = 0; i < npages; ++i) - kvm_release_pfn_clean(pfn + i); -} - static void kvm_iommu_put_pages(struct kvm *kvm, gfn_t base_gfn, unsigned long npages) { --- linux-lts-utopic-3.16.0.orig/virt/kvm/irq_comm.c +++ linux-lts-utopic-3.16.0/virt/kvm/irq_comm.c @@ -160,9 +160,9 @@ */ int kvm_set_irq_inatomic(struct kvm *kvm, int irq_source_id, u32 irq, int level) { + struct kvm_kernel_irq_routing_entry entries[KVM_NR_IRQCHIPS]; struct kvm_kernel_irq_routing_entry *e; int ret = -EINVAL; - struct kvm_irq_routing_table *irq_rt; int idx; trace_kvm_set_irq(irq, level, irq_source_id); @@ -176,15 +176,13 @@ * which is limited to 1:1 GSI mapping. */ idx = srcu_read_lock(&kvm->irq_srcu); - irq_rt = srcu_dereference(kvm->irq_routing, &kvm->irq_srcu); - if (irq < irq_rt->nr_rt_entries) - hlist_for_each_entry(e, &irq_rt->map[irq], link) { - if (likely(e->type == KVM_IRQ_ROUTING_MSI)) - ret = kvm_set_msi_inatomic(e, kvm); - else - ret = -EWOULDBLOCK; - break; - } + if (kvm_irq_map_gsi(kvm, entries, irq) > 0) { + e = &entries[0]; + if (likely(e->type == KVM_IRQ_ROUTING_MSI)) + ret = kvm_set_msi_inatomic(e, kvm); + else + ret = -EWOULDBLOCK; + } srcu_read_unlock(&kvm->irq_srcu, idx); return ret; } @@ -264,7 +262,7 @@ int idx, gsi; idx = srcu_read_lock(&kvm->irq_srcu); - gsi = srcu_dereference(kvm->irq_routing, &kvm->irq_srcu)->chip[irqchip][pin]; + gsi = kvm_irq_map_chip_pin(kvm, irqchip, pin); if (gsi != -1) hlist_for_each_entry_rcu(kimn, &kvm->mask_notifier_list, link) if (kimn->irq == gsi) @@ -272,8 +270,7 @@ srcu_read_unlock(&kvm->irq_srcu, idx); } -int kvm_set_routing_entry(struct kvm_irq_routing_table *rt, - struct kvm_kernel_irq_routing_entry *e, +int kvm_set_routing_entry(struct kvm_kernel_irq_routing_entry *e, const struct kvm_irq_routing_entry *ue) { int r = -EINVAL; @@ -304,7 +301,6 @@ e->irqchip.pin = ue->u.irqchip.pin + delta; if (e->irqchip.pin >= max_pin) goto out; - rt->chip[ue->u.irqchip.irqchip][e->irqchip.pin] = ue->gsi; break; case KVM_IRQ_ROUTING_MSI: e->set = kvm_set_msi; --- linux-lts-utopic-3.16.0.orig/virt/kvm/irqchip.c +++ linux-lts-utopic-3.16.0/virt/kvm/irqchip.c @@ -31,65 +31,42 @@ #include #include "irq.h" -bool kvm_irq_has_notifier(struct kvm *kvm, unsigned irqchip, unsigned pin) -{ - struct kvm_irq_ack_notifier *kian; - int gsi, idx; - - idx = srcu_read_lock(&kvm->irq_srcu); - gsi = srcu_dereference(kvm->irq_routing, &kvm->irq_srcu)->chip[irqchip][pin]; - if (gsi != -1) - hlist_for_each_entry_rcu(kian, &kvm->irq_ack_notifier_list, - link) - if (kian->gsi == gsi) { - srcu_read_unlock(&kvm->irq_srcu, idx); - return true; - } - - srcu_read_unlock(&kvm->irq_srcu, idx); - - return false; -} -EXPORT_SYMBOL_GPL(kvm_irq_has_notifier); +struct kvm_irq_routing_table { + int chip[KVM_NR_IRQCHIPS][KVM_IRQCHIP_NUM_PINS]; + struct kvm_kernel_irq_routing_entry *rt_entries; + u32 nr_rt_entries; + /* + * Array indexed by gsi. Each entry contains list of irq chips + * the gsi is connected to. + */ + struct hlist_head map[0]; +}; -void kvm_notify_acked_irq(struct kvm *kvm, unsigned irqchip, unsigned pin) +int kvm_irq_map_gsi(struct kvm *kvm, + struct kvm_kernel_irq_routing_entry *entries, int gsi) { - struct kvm_irq_ack_notifier *kian; - int gsi, idx; + struct kvm_irq_routing_table *irq_rt; + struct kvm_kernel_irq_routing_entry *e; + int n = 0; - trace_kvm_ack_irq(irqchip, pin); + irq_rt = srcu_dereference_check(kvm->irq_routing, &kvm->irq_srcu, + lockdep_is_held(&kvm->irq_lock)); + if (gsi < irq_rt->nr_rt_entries) { + hlist_for_each_entry(e, &irq_rt->map[gsi], link) { + entries[n] = *e; + ++n; + } + } - idx = srcu_read_lock(&kvm->irq_srcu); - gsi = srcu_dereference(kvm->irq_routing, &kvm->irq_srcu)->chip[irqchip][pin]; - if (gsi != -1) - hlist_for_each_entry_rcu(kian, &kvm->irq_ack_notifier_list, - link) - if (kian->gsi == gsi) - kian->irq_acked(kian); - srcu_read_unlock(&kvm->irq_srcu, idx); + return n; } -void kvm_register_irq_ack_notifier(struct kvm *kvm, - struct kvm_irq_ack_notifier *kian) +int kvm_irq_map_chip_pin(struct kvm *kvm, unsigned irqchip, unsigned pin) { - mutex_lock(&kvm->irq_lock); - hlist_add_head_rcu(&kian->link, &kvm->irq_ack_notifier_list); - mutex_unlock(&kvm->irq_lock); -#ifdef __KVM_HAVE_IOAPIC - kvm_vcpu_request_scan_ioapic(kvm); -#endif -} + struct kvm_irq_routing_table *irq_rt; -void kvm_unregister_irq_ack_notifier(struct kvm *kvm, - struct kvm_irq_ack_notifier *kian) -{ - mutex_lock(&kvm->irq_lock); - hlist_del_init_rcu(&kian->link); - mutex_unlock(&kvm->irq_lock); - synchronize_srcu(&kvm->irq_srcu); -#ifdef __KVM_HAVE_IOAPIC - kvm_vcpu_request_scan_ioapic(kvm); -#endif + irq_rt = srcu_dereference(kvm->irq_routing, &kvm->irq_srcu); + return irq_rt->chip[irqchip][pin]; } int kvm_send_userspace_msi(struct kvm *kvm, struct kvm_msi *msi) @@ -115,9 +92,8 @@ int kvm_set_irq(struct kvm *kvm, int irq_source_id, u32 irq, int level, bool line_status) { - struct kvm_kernel_irq_routing_entry *e, irq_set[KVM_NR_IRQCHIPS]; - int ret = -1, i = 0, idx; - struct kvm_irq_routing_table *irq_rt; + struct kvm_kernel_irq_routing_entry irq_set[KVM_NR_IRQCHIPS]; + int ret = -1, i, idx; trace_kvm_set_irq(irq, level, irq_source_id); @@ -126,10 +102,7 @@ * writes to the unused one. */ idx = srcu_read_lock(&kvm->irq_srcu); - irq_rt = srcu_dereference(kvm->irq_routing, &kvm->irq_srcu); - if (irq < irq_rt->nr_rt_entries) - hlist_for_each_entry(e, &irq_rt->map[irq], link) - irq_set[i++] = *e; + i = kvm_irq_map_gsi(kvm, irq_set, irq); srcu_read_unlock(&kvm->irq_srcu, idx); while(i--) { @@ -171,9 +144,11 @@ e->gsi = ue->gsi; e->type = ue->type; - r = kvm_set_routing_entry(rt, e, ue); + r = kvm_set_routing_entry(e, ue); if (r) goto out; + if (e->type == KVM_IRQ_ROUTING_IRQCHIP) + rt->chip[e->irqchip.irqchip][e->irqchip.pin] = e->gsi; hlist_add_head(&e->link, &rt->map[e->gsi]); r = 0; @@ -224,7 +199,8 @@ mutex_lock(&kvm->irq_lock); old = kvm->irq_routing; - kvm_irq_routing_update(kvm, new); + rcu_assign_pointer(kvm->irq_routing, new); + kvm_irq_routing_update(kvm); mutex_unlock(&kvm->irq_lock); synchronize_srcu_expedited(&kvm->irq_srcu); --- linux-lts-utopic-3.16.0.orig/virt/kvm/kvm_main.c +++ linux-lts-utopic-3.16.0/virt/kvm/kvm_main.c @@ -52,6 +52,7 @@ #include #include +#include #include #include @@ -95,8 +96,6 @@ static void hardware_disable_all(void); static void kvm_io_bus_destroy(struct kvm_io_bus *bus); -static void update_memslots(struct kvm_memslots *slots, - struct kvm_memory_slot *new, u64 last_generation); static void kvm_release_pfn_dirty(pfn_t pfn); static void mark_page_dirty_in_slot(struct kvm *kvm, @@ -465,15 +464,24 @@ #ifdef CONFIG_HAVE_KVM_IRQCHIP INIT_HLIST_HEAD(&kvm->mask_notifier_list); +#endif +#ifdef CONFIG_HAVE_KVM_IRQFD INIT_HLIST_HEAD(&kvm->irq_ack_notifier_list); #endif BUILD_BUG_ON(KVM_MEM_SLOTS_NUM > SHRT_MAX); r = -ENOMEM; - kvm->memslots = kzalloc(sizeof(struct kvm_memslots), GFP_KERNEL); + kvm->memslots = kvm_kvzalloc(sizeof(struct kvm_memslots)); if (!kvm->memslots) goto out_err_no_srcu; + + /* + * Init kvm generation close to the maximum to easily test the + * code of handling generation number wrap-around. + */ + kvm->memslots->generation = -150; + kvm_init_memslots_id(kvm); if (init_srcu_struct(&kvm->srcu)) goto out_err_no_srcu; @@ -515,7 +523,7 @@ out_err_no_disable: for (i = 0; i < KVM_NR_BUSES; i++) kfree(kvm->buses[i]); - kfree(kvm->memslots); + kvfree(kvm->memslots); kvm_arch_free_vm(kvm); return ERR_PTR(r); } @@ -571,7 +579,7 @@ kvm_for_each_memslot(memslot, slots) kvm_free_physmem_slot(kvm, memslot, NULL); - kfree(kvm->memslots); + kvfree(kvm->memslots); } static void kvm_destroy_devices(struct kvm *kvm) @@ -685,8 +693,7 @@ } static void update_memslots(struct kvm_memslots *slots, - struct kvm_memory_slot *new, - u64 last_generation) + struct kvm_memory_slot *new) { if (new) { int id = new->id; @@ -697,8 +704,6 @@ if (new->npages != npages) sort_memslots(slots); } - - slots->generation = last_generation + 1; } static int check_memory_region_flags(struct kvm_userspace_memory_region *mem) @@ -720,10 +725,24 @@ { struct kvm_memslots *old_memslots = kvm->memslots; - update_memslots(slots, new, kvm->memslots->generation); + /* + * Set the low bit in the generation, which disables SPTE caching + * until the end of synchronize_srcu_expedited. + */ + WARN_ON(old_memslots->generation & 1); + slots->generation = old_memslots->generation + 1; + + update_memslots(slots, new); rcu_assign_pointer(kvm->memslots, slots); synchronize_srcu_expedited(&kvm->srcu); + /* + * Increment the new memslot generation a second time. This prevents + * vm exits that race with memslot updates from caching a memslot + * generation that will (potentially) be valid forever. + */ + slots->generation++; + kvm_arch_memslots_updated(kvm); return old_memslots; @@ -774,7 +793,6 @@ base_gfn = mem->guest_phys_addr >> PAGE_SHIFT; npages = mem->memory_size >> PAGE_SHIFT; - r = -EINVAL; if (npages > KVM_MEM_MAX_NR_PAGES) goto out; @@ -788,7 +806,6 @@ new.npages = npages; new.flags = mem->flags; - r = -EINVAL; if (npages) { if (!old.npages) change = KVM_MR_CREATE; @@ -843,12 +860,12 @@ goto out_free; } + slots = kvm_kvzalloc(sizeof(struct kvm_memslots)); + if (!slots) + goto out_free; + memcpy(slots, kvm->memslots, sizeof(struct kvm_memslots)); + if ((change == KVM_MR_DELETE) || (change == KVM_MR_MOVE)) { - r = -ENOMEM; - slots = kmemdup(kvm->memslots, sizeof(struct kvm_memslots), - GFP_KERNEL); - if (!slots) - goto out_free; slot = id_to_memslot(slots, mem->slot); slot->flags |= KVM_MEMSLOT_INVALID; @@ -864,6 +881,12 @@ * - kvm_is_visible_gfn (mmu_check_roots) */ kvm_arch_flush_shadow_memslot(kvm, slot); + + /* + * We can re-use the old_memslots from above, the only difference + * from the currently installed memslots is the invalid flag. This + * will get overwritten by update_memslots anyway. + */ slots = old_memslots; } @@ -871,19 +894,6 @@ if (r) goto out_slots; - r = -ENOMEM; - /* - * We can re-use the old_memslots from above, the only difference - * from the currently installed memslots is the invalid flag. This - * will get overwritten by update_memslots anyway. - */ - if (!slots) { - slots = kmemdup(kvm->memslots, sizeof(struct kvm_memslots), - GFP_KERNEL); - if (!slots) - goto out_free; - } - /* actual memory is freed via old in kvm_free_physmem_slot below */ if (change == KVM_MR_DELETE) { new.dirty_bitmap = NULL; @@ -895,7 +905,7 @@ kvm_arch_commit_memory_region(kvm, mem, &old, change); kvm_free_physmem_slot(kvm, &old, &new); - kfree(old_memslots); + kvfree(old_memslots); /* * IOMMU mapping: New slots need to be mapped. Old slots need to be @@ -914,7 +924,7 @@ return 0; out_slots: - kfree(slots); + kvfree(slots); out_free: kvm_free_physmem_slot(kvm, &new, &old); out: @@ -1542,8 +1552,8 @@ ghc->generation = slots->generation; ghc->len = len; ghc->memslot = gfn_to_memslot(kvm, start_gfn); - ghc->hva = gfn_to_hva_many(ghc->memslot, start_gfn, &nr_pages_avail); - if (!kvm_is_error_hva(ghc->hva) && nr_pages_avail >= nr_pages_needed) { + ghc->hva = gfn_to_hva_many(ghc->memslot, start_gfn, NULL); + if (!kvm_is_error_hva(ghc->hva) && nr_pages_needed <= 1) { ghc->hva += offset; } else { /* @@ -1973,6 +1983,9 @@ if (vcpu->kvm->mm != current->mm) return -EIO; + if (unlikely(_IOC_TYPE(ioctl) != KVMIO)) + return -EINVAL; + #if defined(CONFIG_S390) || defined(CONFIG_PPC) || defined(CONFIG_MIPS) /* * Special cases: vcpu ioctls that are asynchronous to vcpu execution, @@ -2324,6 +2337,34 @@ return 0; } +static long kvm_vm_ioctl_check_extension_generic(struct kvm *kvm, long arg) +{ + switch (arg) { + case KVM_CAP_USER_MEMORY: + case KVM_CAP_DESTROY_MEMORY_REGION_WORKS: + case KVM_CAP_JOIN_MEMORY_REGIONS_WORKS: +#ifdef CONFIG_KVM_APIC_ARCHITECTURE + case KVM_CAP_SET_BOOT_CPU_ID: +#endif + case KVM_CAP_INTERNAL_ERROR_DATA: +#ifdef CONFIG_HAVE_KVM_MSI + case KVM_CAP_SIGNAL_MSI: +#endif +#ifdef CONFIG_HAVE_KVM_IRQFD + case KVM_CAP_IRQFD_RESAMPLE: +#endif + case KVM_CAP_CHECK_EXTENSION_VM: + return 1; +#ifdef CONFIG_HAVE_KVM_IRQ_ROUTING + case KVM_CAP_IRQ_ROUTING: + return KVM_MAX_IRQ_ROUTES; +#endif + default: + break; + } + return kvm_vm_ioctl_check_extension(kvm, arg); +} + static long kvm_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) { @@ -2487,6 +2528,9 @@ r = 0; break; } + case KVM_CHECK_EXTENSION: + r = kvm_vm_ioctl_check_extension_generic(kvm, arg); + break; default: r = kvm_arch_vm_ioctl(filp, ioctl, arg); if (r == -ENOTTY) @@ -2571,33 +2615,6 @@ return r; } -static long kvm_dev_ioctl_check_extension_generic(long arg) -{ - switch (arg) { - case KVM_CAP_USER_MEMORY: - case KVM_CAP_DESTROY_MEMORY_REGION_WORKS: - case KVM_CAP_JOIN_MEMORY_REGIONS_WORKS: -#ifdef CONFIG_KVM_APIC_ARCHITECTURE - case KVM_CAP_SET_BOOT_CPU_ID: -#endif - case KVM_CAP_INTERNAL_ERROR_DATA: -#ifdef CONFIG_HAVE_KVM_MSI - case KVM_CAP_SIGNAL_MSI: -#endif -#ifdef CONFIG_HAVE_KVM_IRQ_ROUTING - case KVM_CAP_IRQFD_RESAMPLE: -#endif - return 1; -#ifdef CONFIG_HAVE_KVM_IRQ_ROUTING - case KVM_CAP_IRQ_ROUTING: - return KVM_MAX_IRQ_ROUTES; -#endif - default: - break; - } - return kvm_dev_ioctl_check_extension(arg); -} - static long kvm_dev_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) { @@ -2614,7 +2631,7 @@ r = kvm_dev_ioctl_create_vm(arg); break; case KVM_CHECK_EXTENSION: - r = kvm_dev_ioctl_check_extension_generic(arg); + r = kvm_vm_ioctl_check_extension_generic(NULL, arg); break; case KVM_GET_VCPU_MMAP_SIZE: r = -EINVAL; @@ -2792,10 +2809,25 @@ static inline int kvm_io_bus_cmp(const struct kvm_io_range *r1, const struct kvm_io_range *r2) { - if (r1->addr < r2->addr) + gpa_t addr1 = r1->addr; + gpa_t addr2 = r2->addr; + + if (addr1 < addr2) return -1; - if (r1->addr + r1->len > r2->addr + r2->len) + + /* If r2->len == 0, match the exact address. If r2->len != 0, + * accept any overlapping write. Any order is acceptable for + * overlapping ranges, because kvm_io_bus_get_first_dev ensures + * we process all of them. + */ + if (r2->len) { + addr1 += r1->len; + addr2 += r2->len; + } + + if (addr1 > addr2) return 1; + return 0; }